diff --git a/Cargo.lock b/Cargo.lock index 856e6fb42e6f..5070bfb7c045 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2944,8 +2944,6 @@ dependencies = [ [[package]] name = "tree-sitter-swift" version = "0.7.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f3b98fb6bc8e6a6a10023f401aa6a1858115e849dfaf7de57dd8b8ea0f257bd9" dependencies = [ "cc", "tree-sitter-language", diff --git a/Cargo.toml b/Cargo.toml index 4054c3a50bee..62eb2e7e920c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,7 @@ members = [ "shared/yeast-macros", "ruby/extractor", "unified/extractor", + "unified/extractor/tree-sitter-swift", "rust/extractor", "rust/extractor/macros", "rust/ast-generator", diff --git a/MODULE.bazel b/MODULE.bazel index ee40f7789e4c..b0667e120aa6 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -102,6 +102,7 @@ use_repo( tree_sitter_extractors_deps, "vendor_ts__anyhow-1.0.100", "vendor_ts__argfile-0.2.1", + "vendor_ts__cc-1.2.61", "vendor_ts__chalk-ir-0.104.0", "vendor_ts__chrono-0.4.42", "vendor_ts__clap-4.5.48", @@ -150,10 +151,10 @@ use_repo( "vendor_ts__tree-sitter-0.26.8", "vendor_ts__tree-sitter-embedded-template-0.25.0", "vendor_ts__tree-sitter-json-0.24.8", + "vendor_ts__tree-sitter-language-0.1.5", "vendor_ts__tree-sitter-python-0.23.6", "vendor_ts__tree-sitter-ql-0.23.1", "vendor_ts__tree-sitter-ruby-0.23.1", - "vendor_ts__tree-sitter-swift-0.7.2", "vendor_ts__triomphe-0.1.14", "vendor_ts__ungrammar-1.16.1", "vendor_ts__zstd-0.13.3", diff --git a/misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.bazel b/misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.bazel index 1d1b47192a26..e296288f189c 100644 --- a/misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.bazel +++ b/misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.bazel @@ -55,6 +55,18 @@ alias( tags = ["manual"], ) +alias( + name = "cc-1.2.61", + actual = "@vendor_ts__cc-1.2.61//:cc", + tags = ["manual"], +) + +alias( + name = "cc", + actual = "@vendor_ts__cc-1.2.61//:cc", + tags = ["manual"], +) + alias( name = "chalk-ir-0.104.0", actual = "@vendor_ts__chalk-ir-0.104.0//:chalk_ir", @@ -637,6 +649,18 @@ alias( tags = ["manual"], ) +alias( + name = "tree-sitter-language-0.1.5", + actual = "@vendor_ts__tree-sitter-language-0.1.5//:tree_sitter_language", + tags = ["manual"], +) + +alias( + name = "tree-sitter-language", + actual = "@vendor_ts__tree-sitter-language-0.1.5//:tree_sitter_language", + tags = ["manual"], +) + alias( name = "tree-sitter-python-0.23.6", actual = "@vendor_ts__tree-sitter-python-0.23.6//:tree_sitter_python", diff --git a/misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.tree-sitter-swift-0.7.2.bazel b/misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.tree-sitter-swift-0.7.2.bazel deleted file mode 100644 index f9bb6fa50c38..000000000000 --- a/misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.tree-sitter-swift-0.7.2.bazel +++ /dev/null @@ -1,166 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//misc/bazel/3rdparty:vendor_tree_sitter_extractors -############################################################################### - -load( - "@rules_rust//cargo:defs.bzl", - "cargo_build_script", - "cargo_toml_env_vars", -) -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "tree_sitter_swift", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "bindings/rust/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=tree-sitter-swift", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-apple-ios": [], - "@rules_rust//rust/platform:aarch64-apple-ios-sim": [], - "@rules_rust//rust/platform:aarch64-linux-android": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-fuchsia": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [], - "@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [], - "@rules_rust//rust/platform:aarch64-unknown-uefi": [], - "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [], - "@rules_rust//rust/platform:arm-unknown-linux-musleabi": [], - "@rules_rust//rust/platform:armv7-linux-androideabi": [], - "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [], - "@rules_rust//rust/platform:i686-apple-darwin": [], - "@rules_rust//rust/platform:i686-linux-android": [], - "@rules_rust//rust/platform:i686-pc-windows-msvc": [], - "@rules_rust//rust/platform:i686-unknown-freebsd": [], - "@rules_rust//rust/platform:i686-unknown-linux-gnu": [], - "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [], - "@rules_rust//rust/platform:riscv32imc-unknown-none-elf": [], - "@rules_rust//rust/platform:riscv64gc-unknown-linux-gnu": [], - "@rules_rust//rust/platform:riscv64gc-unknown-none-elf": [], - "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [], - "@rules_rust//rust/platform:thumbv7em-none-eabi": [], - "@rules_rust//rust/platform:thumbv8m.main-none-eabi": [], - "@rules_rust//rust/platform:wasm32-unknown-emscripten": [], - "@rules_rust//rust/platform:wasm32-unknown-unknown": [], - "@rules_rust//rust/platform:wasm32-wasip1": [], - "@rules_rust//rust/platform:wasm32-wasip1-threads": [], - "@rules_rust//rust/platform:wasm32-wasip2": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-apple-ios": [], - "@rules_rust//rust/platform:x86_64-linux-android": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-freebsd": [], - "@rules_rust//rust/platform:x86_64-unknown-fuchsia": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [], - "@rules_rust//rust/platform:x86_64-unknown-none": [], - "@rules_rust//rust/platform:x86_64-unknown-uefi": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.7.2", - deps = [ - "@vendor_ts__tree-sitter-language-0.1.5//:tree_sitter_language", - "@vendor_ts__tree-sitter-swift-0.7.2//:build_script_build", - ], -) - -cargo_build_script( - name = "_bs", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - "**/*.rs", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_name = "build_script_build", - crate_root = "bindings/rust/build.rs", - data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - edition = "2018", - pkg_name = "tree-sitter-swift", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=tree-sitter-swift", - "manual", - "noclippy", - "norustfmt", - ], - version = "0.7.2", - visibility = ["//visibility:private"], - deps = [ - "@vendor_ts__cc-1.2.61//:cc", - ], -) - -alias( - name = "build_script_build", - actual = ":_bs", - tags = ["manual"], -) diff --git a/misc/bazel/3rdparty/tree_sitter_extractors_deps/defs.bzl b/misc/bazel/3rdparty/tree_sitter_extractors_deps/defs.bzl index 4f70edd6ab37..aa4755432f23 100644 --- a/misc/bazel/3rdparty/tree_sitter_extractors_deps/defs.bzl +++ b/misc/bazel/3rdparty/tree_sitter_extractors_deps/defs.bzl @@ -415,7 +415,11 @@ _NORMAL_DEPENDENCIES = { "tracing-subscriber": Label("@vendor_ts__tracing-subscriber-0.3.20//:tracing_subscriber"), "tree-sitter": Label("@vendor_ts__tree-sitter-0.26.8//:tree_sitter"), "tree-sitter-embedded-template": Label("@vendor_ts__tree-sitter-embedded-template-0.25.0//:tree_sitter_embedded_template"), - "tree-sitter-swift": Label("@vendor_ts__tree-sitter-swift-0.7.2//:tree_sitter_swift"), + }, + }, + "unified/extractor/tree-sitter-swift": { + _COMMON_CONDITION: { + "tree-sitter-language": Label("@vendor_ts__tree-sitter-language-0.1.5//:tree_sitter_language"), }, }, } @@ -456,6 +460,10 @@ _NORMAL_ALIASES = { _COMMON_CONDITION: { }, }, + "unified/extractor/tree-sitter-swift": { + _COMMON_CONDITION: { + }, + }, } _NORMAL_DEV_DEPENDENCIES = { @@ -482,6 +490,8 @@ _NORMAL_DEV_DEPENDENCIES = { }, "unified/extractor": { }, + "unified/extractor/tree-sitter-swift": { + }, } _NORMAL_DEV_ALIASES = { @@ -505,6 +515,8 @@ _NORMAL_DEV_ALIASES = { }, "unified/extractor": { }, + "unified/extractor/tree-sitter-swift": { + }, } _PROC_MACRO_DEPENDENCIES = { @@ -526,6 +538,8 @@ _PROC_MACRO_DEPENDENCIES = { }, "unified/extractor": { }, + "unified/extractor/tree-sitter-swift": { + }, } _PROC_MACRO_ALIASES = { @@ -547,6 +561,8 @@ _PROC_MACRO_ALIASES = { }, "unified/extractor": { }, + "unified/extractor/tree-sitter-swift": { + }, } _PROC_MACRO_DEV_DEPENDENCIES = { @@ -568,6 +584,8 @@ _PROC_MACRO_DEV_DEPENDENCIES = { }, "unified/extractor": { }, + "unified/extractor/tree-sitter-swift": { + }, } _PROC_MACRO_DEV_ALIASES = { @@ -591,6 +609,8 @@ _PROC_MACRO_DEV_ALIASES = { }, "unified/extractor": { }, + "unified/extractor/tree-sitter-swift": { + }, } _BUILD_DEPENDENCIES = { @@ -612,6 +632,11 @@ _BUILD_DEPENDENCIES = { }, "unified/extractor": { }, + "unified/extractor/tree-sitter-swift": { + _COMMON_CONDITION: { + "cc": Label("@vendor_ts__cc-1.2.61//:cc"), + }, + }, } _BUILD_ALIASES = { @@ -633,6 +658,10 @@ _BUILD_ALIASES = { }, "unified/extractor": { }, + "unified/extractor/tree-sitter-swift": { + _COMMON_CONDITION: { + }, + }, } _BUILD_PROC_MACRO_DEPENDENCIES = { @@ -654,6 +683,8 @@ _BUILD_PROC_MACRO_DEPENDENCIES = { }, "unified/extractor": { }, + "unified/extractor/tree-sitter-swift": { + }, } _BUILD_PROC_MACRO_ALIASES = { @@ -675,6 +706,8 @@ _BUILD_PROC_MACRO_ALIASES = { }, "unified/extractor": { }, + "unified/extractor/tree-sitter-swift": { + }, } _CONDITIONS = { @@ -3536,16 +3569,6 @@ def crate_repositories(): build_file = Label("//misc/bazel/3rdparty/tree_sitter_extractors_deps:BUILD.tree-sitter-ruby-0.23.1.bazel"), ) - maybe( - http_archive, - name = "vendor_ts__tree-sitter-swift-0.7.2", - sha256 = "f3b98fb6bc8e6a6a10023f401aa6a1858115e849dfaf7de57dd8b8ea0f257bd9", - type = "tar.gz", - urls = ["https://static.crates.io/crates/tree-sitter-swift/0.7.2/download"], - strip_prefix = "tree-sitter-swift-0.7.2", - build_file = Label("//misc/bazel/3rdparty/tree_sitter_extractors_deps:BUILD.tree-sitter-swift-0.7.2.bazel"), - ) - maybe( http_archive, name = "vendor_ts__triomphe-0.1.14", @@ -4239,6 +4262,7 @@ def crate_repositories(): return [ struct(repo = "vendor_ts__anyhow-1.0.100", is_dev_dep = False), struct(repo = "vendor_ts__argfile-0.2.1", is_dev_dep = False), + struct(repo = "vendor_ts__cc-1.2.61", is_dev_dep = False), struct(repo = "vendor_ts__chalk-ir-0.104.0", is_dev_dep = False), struct(repo = "vendor_ts__chrono-0.4.42", is_dev_dep = False), struct(repo = "vendor_ts__clap-4.5.48", is_dev_dep = False), @@ -4285,9 +4309,9 @@ def crate_repositories(): struct(repo = "vendor_ts__tracing-subscriber-0.3.20", is_dev_dep = False), struct(repo = "vendor_ts__tree-sitter-0.26.8", is_dev_dep = False), struct(repo = "vendor_ts__tree-sitter-embedded-template-0.25.0", is_dev_dep = False), + struct(repo = "vendor_ts__tree-sitter-language-0.1.5", is_dev_dep = False), struct(repo = "vendor_ts__tree-sitter-python-0.23.6", is_dev_dep = False), struct(repo = "vendor_ts__tree-sitter-ruby-0.23.1", is_dev_dep = False), - struct(repo = "vendor_ts__tree-sitter-swift-0.7.2", is_dev_dep = False), struct(repo = "vendor_ts__triomphe-0.1.14", is_dev_dep = False), struct(repo = "vendor_ts__ungrammar-1.16.1", is_dev_dep = False), struct(repo = "vendor_ts__zstd-0.13.3", is_dev_dep = False), diff --git a/unified/AGENTS.md b/unified/AGENTS.md index 44cb74372883..488a94f44bd4 100644 --- a/unified/AGENTS.md +++ b/unified/AGENTS.md @@ -5,6 +5,21 @@ This is a CodeQL extractor based on tree-sitter. ## Building To build the extractor, run `scripts/create-extractor-pack.sh` +## Editing the Swift grammar +The vendored tree-sitter-swift grammar lives at +`extractor/tree-sitter-swift/`. After editing `grammar.js` (or any other +grammar source), run `scripts/regenerate-grammar.sh` to: +- regenerate `extractor/tree-sitter-swift/src/{parser.c, grammar.json, + node-types.json}` (and the `src/tree_sitter/*.h` headers) via + `tree-sitter generate`; and +- refresh `extractor/tree-sitter-swift/node-types.yml`, the + human-readable companion to `src/node-types.json` produced by yeast's + `node_types_yaml` binary. + +`node-types.yml` is the recommended review surface for grammar changes — +it shows the impact of a grammar tweak on the named node kinds, fields, +and child types in a form much easier to read than the raw JSON. + ## Testing - If you changed the extractor code, always rebuild it before running tests. diff --git a/unified/extractor/BUILD.bazel b/unified/extractor/BUILD.bazel index 5a53d7cc3e07..80ca1c0057b3 100644 --- a/unified/extractor/BUILD.bazel +++ b/unified/extractor/BUILD.bazel @@ -16,5 +16,6 @@ codeql_rust_binary( ) + [ "//shared/tree-sitter-extractor", "//shared/yeast", + "//unified/extractor/tree-sitter-swift", ], ) diff --git a/unified/extractor/Cargo.toml b/unified/extractor/Cargo.toml index 3877ec2e106f..39c20598b1ff 100644 --- a/unified/extractor/Cargo.toml +++ b/unified/extractor/Cargo.toml @@ -9,7 +9,7 @@ edition = "2024" [dependencies] tree-sitter = ">= 0.23.0" tree-sitter-embedded-template = "0.25.0" -tree-sitter-swift = "0.7.2" +tree-sitter-swift = { path = "tree-sitter-swift" } clap = { version = "4.5", features = ["derive"] } tracing = "0.1" tracing-subscriber = { version = "0.3.20", features = ["env-filter"] } diff --git a/unified/extractor/tree-sitter-swift/BUILD.bazel b/unified/extractor/tree-sitter-swift/BUILD.bazel new file mode 100644 index 000000000000..7ba115d0c83a --- /dev/null +++ b/unified/extractor/tree-sitter-swift/BUILD.bazel @@ -0,0 +1,40 @@ +load("@rules_rust//cargo:defs.bzl", "cargo_build_script") +load("@rules_rust//rust:defs.bzl", "rust_library") +load("//misc/bazel/3rdparty/tree_sitter_extractors_deps:defs.bzl", "aliases", "all_crate_deps") + +package(default_visibility = ["//visibility:public"]) + +# This will run the build script from the root of the workspace, and +# collect the outputs. +cargo_build_script( + name = "tree-sitter-swift-build", + srcs = ["bindings/rust/build.rs"], + data = glob([ + "src/**", + ]), + deps = all_crate_deps( + build = True, + ), +) + +rust_library( + name = "tree-sitter-swift", + srcs = [ + "bindings/rust/lib.rs", + ], + aliases = aliases(), + compile_data = glob([ + "src/**", + "queries/**", + ]) + [ + "grammar.js", + ], + proc_macro_deps = all_crate_deps( + proc_macro = True, + ), + deps = [":tree-sitter-swift-build"] + all_crate_deps( + normal = True, + ), +) + +exports_files(["Cargo.toml"]) diff --git a/unified/extractor/tree-sitter-swift/Cargo.toml b/unified/extractor/tree-sitter-swift/Cargo.toml new file mode 100644 index 000000000000..e294c43436e4 --- /dev/null +++ b/unified/extractor/tree-sitter-swift/Cargo.toml @@ -0,0 +1,21 @@ +[package] +name = "tree-sitter-swift" +description = "Swift grammar for the tree-sitter parsing library (vendored copy for the unified extractor)" +version = "0.7.2" +keywords = ["incremental", "parsing", "swift"] +categories = ["parsing", "text-editors"] +repository = "https://github.com/alex-pinkus/tree-sitter-swift" +edition = "2024" +license = "MIT" + +build = "bindings/rust/build.rs" + +[lib] +path = "bindings/rust/lib.rs" + +# When updating these dependencies, run `misc/bazel/3rdparty/update_cargo_deps.sh` +[dependencies] +tree-sitter-language = "0.1" + +[build-dependencies] +cc = "1.2" diff --git a/unified/extractor/tree-sitter-swift/LICENSE b/unified/extractor/tree-sitter-swift/LICENSE new file mode 100644 index 000000000000..f158d7005311 --- /dev/null +++ b/unified/extractor/tree-sitter-swift/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2021 alex-pinkus + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/unified/extractor/tree-sitter-swift/README.md b/unified/extractor/tree-sitter-swift/README.md new file mode 100644 index 000000000000..5b54f4b617f6 --- /dev/null +++ b/unified/extractor/tree-sitter-swift/README.md @@ -0,0 +1,127 @@ +![Parse rate badge](https://byob.yarr.is/alex-pinkus/tree-sitter-swift/parse_rate) +[![Crates.io badge](https://byob.yarr.is/alex-pinkus/tree-sitter-swift/crates_io_version)](https://crates.io/crates/tree-sitter-swift) +[![NPM badge](https://byob.yarr.is/alex-pinkus/tree-sitter-swift/npm_version)](https://www.npmjs.com/package/tree-sitter-swift) +[![Build](https://github.com/alex-pinkus/tree-sitter-swift/actions/workflows/top-repos.yml/badge.svg)](https://github.com/alex-pinkus/tree-sitter-swift/actions/workflows/top-repos.yml) + +# tree-sitter-swift + +This contains a [`tree-sitter`](https://tree-sitter.github.io/tree-sitter) grammar for the Swift programming language. + +## Getting started + +To use this parser to parse Swift code, you'll want to depend on either the Rust crate or the NPM package. + +### Rust + +To use the Rust crate, you'll add this to your `Cargo.toml`: + +``` +tree-sitter = "0.23.0" +tree-sitter-swift = "=0.7.0" +``` + +Then you can use a `tree-sitter` parser with the language declared here: + +``` +let mut parser = tree_sitter::Parser::new(); +parser.set_language(tree_sitter_swift::language())?; + +// ... + +let tree = parser.parse(&my_source_code, None) + .ok_or_else(|| /* error handling code */)?; +``` + +### Javascript + +To use this from NPM, you'll add similar dependencies to `package.json`: + +``` +"dependencies: { + "tree-sitter-swift": "0.7.0", + "tree-sitter": "^0.22.1" +} +``` + +Your usage of the parser will look like: + +``` +const Parser = require("tree-sitter"); +const Swift = require("tree-sitter-swift"); + +const parser = new Parser(); +parser.setLanguage(Swift); + +// ... + +const tree = parser.parse(mySourceCode); +``` + +### Editing the grammar + +With this package checked out, a common workflow for editing the grammar will look something like: + +1. Make a change to `grammar.ts`. +2. Run `npm install && npm test` to see whether the change has had impact on existing parsing behavior. The default + `npm test` target requires `valgrind` to be installed; if you do not have it installed, and do not wish to, you can + substitute `tree-sitter test` directly. +3. Run `tree-sitter parse` on some real Swift codebase and see whether (or where) it fails. +4. Use any failures to create new corpus test cases. + +## Contributions + +All contributions to this repository are welcome. + +If said contribution is to check generated files (e.g., `parser.c`) into the repository, be aware that your contribution will not be accepted. Make sure to read the [FAQ entry](https://github.com/alex-pinkus/tree-sitter-swift?tab=readme-ov-file#where-is-your-parserc) and the [prior](https://github.com/alex-pinkus/tree-sitter-swift/issues/362) [discussions](https://github.com/alex-pinkus/tree-sitter-swift/pull/315) and [compromises](https://github.com/alex-pinkus/tree-sitter-swift/issues/149) that have occurred already on this topic. + +## Using tree-sitter-swift in Web Assembly + +To use tree-sitter-swift as a language for the web bindings version tree-sitter, which will likely be a more modern version than the published node +module. [see](https://github.com/tree-sitter/tree-sitter/blob/master/lib/binding_web/README.md). Follow the instructions below + +1. Install the node modules `npm install web-tree-sitter tree-sitter-swift` +2. Run the tree-sitter cli to create the wasm bundle + ```sh + $ npx tree-sitter build-asm ./node_modules/tree-sitter + ``` +3. Boot tree-sitter wasm like this. + +```js +const Parser = require("web-tree-sitter"); +async function run() { + //needs to happen first + await Parser.init(); + //wait for the load of swift + const Swift = await Parser.Language.load("./tree-sitter-swift.wasm"); + + const parser = new Parser(); + parser.setLanguage(Swift); + + //Parse your swift code here. + const tree = parser.parse('print("Hello, World!")'); +} +//if you want to run this +run().then(console.log, console.error); +``` + +## Frequently asked questions + +### Where is your `parser.c`? + +This repository currently omits most of the code that is autogenerated during a build. This means, for instance, that +`grammar.json` and `parser.c` are both only available following a build. It also significantly reduces noise during +diffs. + +The side benefit of not checking in `parser.c` is that you can guarantee backwards compatibility. Parsers generated by +the tree-sitter CLI aren't always backwards compatible. If you need a parser, generate it yourself using the CLI; all +the information to do so is available in this package. By doing that, you'll also know for sure that your parser version +and your library version are compatible. + +If you need a `parser.c`, and you don't care about the tree-sitter version, but you don't have a local setup that would +allow you to obtain the parser, you can just download one from a recent workflow run in this package. To do so: + +- Go to the [GitHub actions page](https://github.com/alex-pinkus/tree-sitter-swift/actions) for this + repository. +- Click on the "Publish `grammar.json` and `parser.c`" action for the appropriate commit. +- Go down to `Artifacts` and click on `generated-parser-src`. All the relevant parser files will be available in your + download. diff --git a/unified/extractor/tree-sitter-swift/binding.gyp b/unified/extractor/tree-sitter-swift/binding.gyp new file mode 100644 index 000000000000..4d9270af7d47 --- /dev/null +++ b/unified/extractor/tree-sitter-swift/binding.gyp @@ -0,0 +1,44 @@ +{ + "targets": [ + { + "target_name": "tree_sitter_swift_binding", + "dependencies": [ + " + +typedef struct TSLanguage TSLanguage; + +extern "C" TSLanguage *tree_sitter_swift(); + +// "tree-sitter", "language" hashed with BLAKE2 +const napi_type_tag LANGUAGE_TYPE_TAG = { + 0x8AF2E5212AD58ABF, 0xD5006CAD83ABBA16 +}; + +Napi::Object Init(Napi::Env env, Napi::Object exports) { + exports["name"] = Napi::String::New(env, "swift"); + auto language = Napi::External::New(env, tree_sitter_swift()); + language.TypeTag(&LANGUAGE_TYPE_TAG); + exports["language"] = language; + return exports; +} + +NODE_API_MODULE(tree_sitter_swift_binding, Init) diff --git a/unified/extractor/tree-sitter-swift/bindings/node/index.js b/unified/extractor/tree-sitter-swift/bindings/node/index.js new file mode 100644 index 000000000000..6657bcf42dec --- /dev/null +++ b/unified/extractor/tree-sitter-swift/bindings/node/index.js @@ -0,0 +1,7 @@ +const root = require("path").join(__dirname, "..", ".."); + +module.exports = require("node-gyp-build")(root); + +try { + module.exports.nodeTypeInfo = require("../../src/node-types.json"); +} catch (_) {} diff --git a/unified/extractor/tree-sitter-swift/bindings/rust/build.rs b/unified/extractor/tree-sitter-swift/bindings/rust/build.rs new file mode 100644 index 000000000000..4ba2f43036a0 --- /dev/null +++ b/unified/extractor/tree-sitter-swift/bindings/rust/build.rs @@ -0,0 +1,19 @@ +fn main() { + let src_dir = std::path::Path::new("src"); + + let mut c_config = cc::Build::new(); + c_config.std("c11").include(src_dir); + + #[cfg(target_env = "msvc")] + c_config.flag("-utf-8"); + + let parser_path = src_dir.join("parser.c"); + c_config.file(&parser_path); + println!("cargo:rerun-if-changed={}", parser_path.to_str().unwrap()); + + let scanner_path = src_dir.join("scanner.c"); + c_config.file(&scanner_path); + println!("cargo:rerun-if-changed={}", scanner_path.to_str().unwrap()); + + c_config.compile("tree-sitter-swift"); +} diff --git a/unified/extractor/tree-sitter-swift/bindings/rust/lib.rs b/unified/extractor/tree-sitter-swift/bindings/rust/lib.rs new file mode 100644 index 000000000000..87c3698a0e00 --- /dev/null +++ b/unified/extractor/tree-sitter-swift/bindings/rust/lib.rs @@ -0,0 +1,68 @@ +//! This crate provides Swift language support for the [tree-sitter][] parsing library. +//! +//! Typically, you will use the [language][language func] function to add this language to a +//! tree-sitter [Parser][], and then use the parser to parse some code: +//! +//! ``` +//! let code = r#" +//! "#; +//! let mut parser = tree_sitter::Parser::new(); +//! let language = tree_sitter_swift::LANGUAGE; +//! parser +//! .set_language(&language.into()) +//! .expect("Error loading Swift parser"); +//! let tree = parser.parse(code, None).unwrap(); +//! assert!(!tree.root_node().has_error()); +//! ``` +//! +//! [Language]: https://docs.rs/tree-sitter/*/tree_sitter/struct.Language.html +//! [language func]: fn.language.html +//! [Parser]: https://docs.rs/tree-sitter/*/tree_sitter/struct.Parser.html +//! [tree-sitter]: https://tree-sitter.github.io/ + +use tree_sitter_language::LanguageFn; + +unsafe extern "C" { + fn tree_sitter_swift() -> *const (); +} + +/// The tree-sitter [`LanguageFn`] for this grammar. +pub const LANGUAGE: LanguageFn = unsafe { LanguageFn::from_raw(tree_sitter_swift) }; + +/// The content of the [`node-types.json`][] file for this grammar. +/// +/// [`node-types.json`]: https://tree-sitter.github.io/tree-sitter/using-parsers#static-node-types +pub const NODE_TYPES: &str = include_str!("../../src/node-types.json"); + +pub const HIGHLIGHTS_QUERY: &str = include_str!("../../queries/highlights.scm"); +pub const INJECTIONS_QUERY: &str = include_str!("../../queries/injections.scm"); +pub const LOCALS_QUERY: &str = include_str!("../../queries/locals.scm"); +pub const TAGS_QUERY: &str = include_str!("../../queries/tags.scm"); + +#[cfg(test)] +mod tests { + #[test] + fn test_can_load_grammar() { + let mut parser = tree_sitter::Parser::new(); + parser + .set_language(&super::LANGUAGE.into()) + .expect("Error loading Swift parser"); + } + + #[test] + fn test_can_parse_basic_file() { + let mut parser = tree_sitter::Parser::new(); + parser + .set_language(&super::LANGUAGE.into()) + .expect("Error loading Swift parser"); + + let tree = parser + .parse("_ = \"Hello!\"\n", None) + .expect("Unable to parse!"); + + assert_eq!( + "(source_file (assignment target: (directly_assignable_expression (simple_identifier)) result: (line_string_literal text: (line_str_text))))", + tree.root_node().to_sexp(), + ); + } +} diff --git a/unified/extractor/tree-sitter-swift/grammar.js b/unified/extractor/tree-sitter-swift/grammar.js new file mode 100644 index 000000000000..5dbfd7fdbbf2 --- /dev/null +++ b/unified/extractor/tree-sitter-swift/grammar.js @@ -0,0 +1,2114 @@ +"use strict"; +/* + * MIT License + * + * Copyright (c) 2021 alex-pinkus + * + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to deal + * in the Software without restriction, including without limitation the rights + * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + * copies of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * SOFTWARE. + */ +const PRECS = { + multiplication: 11, + addition: 10, + infix_operations: 9, + nil_coalescing: 8, + check: 7, + prefix_operations: 7, + comparison: 6, + postfix_operations: 6, + equality: 5, + conjunction: 4, + disjunction: 3, + block: 2, + loop: 1, + keypath: 1, + parameter_pack: 1, + control_transfer: 0, + as: -1, + tuple: -1, + if: -1, + switch: -1, + do: -1, + fully_open_range: -1, + range: -1, + navigation: -1, + expr: -1, + ty: -1, + call: -2, + ternary: -2, + try: -2, + call_suffix: -2, + range_suffix: -2, + ternary_binary_suffix: -2, + await: -2, + assignment: -3, + comment: -3, + lambda: -3, + regex: -4, +}; + +const DYNAMIC_PRECS = { + call: 1, +}; + +const DEC_DIGITS = token(sep1(/[0-9]+/, /_+/)); +const HEX_DIGITS = token(sep1(/[0-9a-fA-F]+/, /_+/)); +const OCT_DIGITS = token(sep1(/[0-7]+/, /_+/)); +const BIN_DIGITS = token(sep1(/[01]+/, /_+/)); +const REAL_EXPONENT = token(seq(/[eE]/, optional(/[+-]/), DEC_DIGITS)); +const HEX_REAL_EXPONENT = token(seq(/[pP]/, optional(/[+-]/), DEC_DIGITS)); + +var LEXICAL_IDENTIFIER; + +if (tree_sitter_version_supports_emoji()) { + LEXICAL_IDENTIFIER = + /[_\p{XID_Start}\p{Emoji}&&[^0-9#*]](\p{EMod}|\x{FE0F}\x{20E3}?)?([_\p{XID_Continue}\p{Emoji}\x{200D}](\p{EMod}|\x{FE0F}\x{20E3}?)?)*/; +} else { + LEXICAL_IDENTIFIER = /[_\p{XID_Start}][_\p{XID_Continue}]*/; +} + +module.exports = grammar({ + name: "swift", + supertypes: ($) => [ + $.expression, + $.unannotated_type, + $.global_declaration, + $.type_level_declaration, + $.local_declaration, + $.protocol_member_declaration, + ], + conflicts: ($) => [ + // @Type(... could either be an annotation constructor invocation or an annotated expression + [$.attribute], + [$._attribute_argument], + // Is `foo { ... }` a constructor invocation or function invocation? + [$._simple_user_type, $.expression], + // To support nested types A.B not being interpreted as `(navigation_expression ... (type_identifier)) (navigation_suffix)` + [$.user_type], + // How to tell the difference between Foo.bar(with:and:), and Foo.bar(with: smth, and: other)? You need GLR + [$.value_argument], + // { (foo, bar) ... + [$.expression, $.lambda_parameter], + [$._primary_expression, $.lambda_parameter], + // (start: start, end: end) + [$._tuple_type_item_identifier, $.tuple_expression], + // After a `{` in a function or switch context, it's ambigous whether we're starting a set of local statements or + // applying some modifiers to a capture or pattern. + [$.modifiers], + // `+(...)` is ambigously either "call the function produced by a reference to the operator `+`" or "use the unary + // operator `+` on the result of the parenthetical expression." + [$._additive_operator, $._prefix_unary_operator], + [$.referenceable_operator, $._prefix_unary_operator], + // `{ [self, b, c] ...` could be a capture list or an array literal depending on what else happens. + [$.capture_list_item, $.expression], + [$.capture_list_item, $.expression, $._simple_user_type], + [$._primary_expression, $.capture_list_item], + // a ? b : c () could be calling c(), or it could be calling a function that's produced by the result of + // `(a ? b : c)`. We have a small hack to force it to be the former of these by intentionally introducing a + // conflict. + [$.call_suffix, $.expr_hack_at_ternary_binary_call_suffix], + // try {expression} is a bit magic and applies quite broadly: `try foo()` and `try foo { }` show that this is right + // associative, and `try foo ? bar() : baz` even more so. But it doesn't always win: something like + // `if try foo { } ...` should award its braces to the `if`. In order to make this actually happen, we need to parse + // all the options and pick the best one that doesn't error out. + [$.try_expression, $._unary_expression], + [$.try_expression, $.expression], + // await {expression} has the same special cases as `try`. + [$.await_expression, $._unary_expression], + [$.await_expression, $.expression], + // In a computed property, when you see an @attribute, it's not yet clear if that's going to be for a + // locally-declared class or a getter / setter specifier. + [ + $._local_property_declaration, + $._local_typealias_declaration, + $._local_function_declaration, + $._local_class_declaration, + $.computed_getter, + $.computed_modify, + $.computed_setter, + ], + // The `class` modifier is legal in many of the same positions that a class declaration itself would be. + [$._bodyless_function_declaration, $.property_modifier], + [$.init_declaration, $.property_modifier], + // Patterns, man + [$._navigable_type_expression, $._case_pattern], + [$._no_expr_pattern_already_bound, $._binding_pattern_no_expr], + + // On encountering a closure starting with `{ @Foo ...`, we don't yet know if that attribute applies to the closure + // type or to a declaration within the closure. What a mess! We just have to hope that if we keep going, only one of + // those will parse (because there will be an `in` or a `let`). + [ + $._lambda_type_declaration, + $._local_property_declaration, + $._local_typealias_declaration, + $._local_function_declaration, + $._local_class_declaration, + ], + + // We want `foo() { }` to be treated as one function call, but we _also_ want `if foo() { ... }` to be treated as a + // full if-statement. This means we have to treat it as a conflict rather than purely a left or right associative + // construct, and let the parser realize that the second expression won't parse properly with the `{ ... }` as a + // lambda. + [$.constructor_suffix], + [$.call_suffix], + + // `actor` is allowed to be an identifier, even though it is also a locally permitted declaration. If we encounter + // it, the only way to know what it's meant to be is to keep going. + [$._modifierless_class_declaration, $.property_modifier], + [$._fn_call_lambda_arguments], + + // `borrowing` and `consuming` are legal as identifiers, but are also legal modifiers + [$.parameter_modifiers], + + // These are keywords sometimes, but simple identifiers other times, and it just depends on the rest of their usage. + [$._contextual_simple_identifier, $._modifierless_class_declaration], + [$._contextual_simple_identifier, $.property_behavior_modifier], + [$._contextual_simple_identifier, $.parameter_modifier], + [$._contextual_simple_identifier, $.type_parameter_pack], + [$._contextual_simple_identifier, $.type_pack_expansion], + [$._contextual_simple_identifier, $.visibility_modifier], + ], + extras: ($) => [ + $.comment, + $.multiline_comment, + /\s+/, // Whitespace + ], + externals: ($) => [ + // Comments and raw strings are parsed in a custom scanner because they require us to carry forward state to + // maintain symmetry. For instance, parsing a multiline comment requires us to increment a counter whenever we see + // `/*`, and decrement it whenever we see `*/`. A standard grammar would only be able to exit the comment at the + // first `*/` (like C does). Similarly, when you start a string with `##"`, you're required to include the same + // number of `#` symbols to end it. + $.multiline_comment, + $.raw_str_part, + $.raw_str_continuing_indicator, + $.raw_str_end_part, + // Because Swift doesn't have explicit semicolons, we also do some whitespace handling in a custom scanner. Line + // breaks are _sometimes_ meaningful as the end of a statement: try to write `let foo: Foo let bar: Bar`, for + // instance and the compiler will complain, but add either a newline or a semicolon and it's fine. We borrow the + // idea from the Kotlin grammar that a newline is sometimes a "semicolon". By including `\n` in both `_semi` and + // an anonymous `whitespace` extras, we _should_ be able to let the parser decide if a newline is meaningful. If the + // parser sees something like `foo.bar(1\n)`, it knows that a "semicolon" would not be valid there, so it parses + // that as whitespace. On the other hand, `let foo: Foo\n let bar: Bar` has a meaningful newline. + // Unfortunately, we can't simply stop at that. There are some expressions and statements that remain valid if you + // end them early, but are expected to be parsed across multiple lines. One particular nefarious example is a + // function declaration, where you might have something like `func foo(args: A) -> Foo throws where A: Hashable`. + // This would still be a valid declaration even if it ended after the `)`, the `Foo`, or the `throws`, so a grammar + // that simply interprets a newline as "sometimes a semi" would parse those incorrectly. + // To solve that case, our custom scanner must do a bit of extra lookahead itself. If we're about to generate a + // `_semi`, we advance a bit further to see if the next non-whitespace token would be one of these other operators. + // If so, we ignore the `_semi` and just produce the operator; if not, we produce the `_semi` and let the rest of + // the grammar sort it out. This isn't perfect, but it works well enough most of the time. + $._implicit_semi, + $._explicit_semi, + // Every one of the below operators will suppress a `_semi` if we encounter it after a newline. + $._arrow_operator_custom, + $._dot_custom, + $._conjunction_operator_custom, + $._disjunction_operator_custom, + $._nil_coalescing_operator_custom, + $._eq_custom, + $._eq_eq_custom, + $._plus_then_ws, + $._minus_then_ws, + $._bang_custom, + $._throws_keyword, + $._rethrows_keyword, + $.default_keyword, + $.where_keyword, + $["else"], + $.catch_keyword, + $._as_custom, + $._as_quest_custom, + $._as_bang_custom, + $._async_keyword_custom, + $._custom_operator, + $._hash_symbol_custom, + $._directive_if, + $._directive_elseif, + $._directive_else, + $._directive_endif, + + // Fake operator that will never get triggered, but follows the sequence of characters for `try!`. Tracked by the + // custom scanner so that it can avoid triggering `$.bang` for that case. + $._fake_try_bang, + ], + inline: ($) => [$._locally_permitted_modifiers], + rules: { + //////////////////////////////// + // File Structure + //////////////////////////////// + source_file: ($) => + seq( + optional($.shebang_line), + optional( + seq( + $._top_level_statement, + repeat(seq($._semi, $._top_level_statement)), + optional($._semi) + ) + ) + ), + _semi: ($) => choice($._implicit_semi, $._explicit_semi), + shebang_line: ($) => seq($._hash_symbol, "!", /[^\r\n]*/), + //////////////////////////////// + // Lexical Structure - https://docs.swift.org/swift-book/ReferenceManual/LexicalStructure.html + //////////////////////////////// + comment: ($) => token(prec(PRECS.comment, seq("//", /.*/))), + // Identifiers + simple_identifier: ($) => + choice( + LEXICAL_IDENTIFIER, + /`[^\r\n` ]*`/, + /\$[0-9]+/, + token(seq("$", LEXICAL_IDENTIFIER)), + $._contextual_simple_identifier + ), + // Keywords that were added after they were already legal as identifiers. `tree-sitter` will prefer exact matches + // when parsing so unless we explicitly say that these are legal, the parser will interpret them as their keyword. + _contextual_simple_identifier: ($) => + choice( + "actor", + "async", + "each", + "lazy", + "repeat", + "package", + $._parameter_ownership_modifier + ), + identifier: ($) => sep1($.simple_identifier, $._dot), + // Literals + _basic_literal: ($) => + choice( + $.integer_literal, + $.hex_literal, + $.oct_literal, + $.bin_literal, + $.real_literal, + $.boolean_literal, + $._string_literal, + $.regex_literal, + "nil" + ), + real_literal: ($) => + token( + choice( + seq(DEC_DIGITS, REAL_EXPONENT), + seq(optional(DEC_DIGITS), ".", DEC_DIGITS, optional(REAL_EXPONENT)), + seq( + "0x", + HEX_DIGITS, + optional(seq(".", HEX_DIGITS)), + HEX_REAL_EXPONENT + ) + ) + ), + integer_literal: ($) => token(seq(optional(/[1-9]/), DEC_DIGITS)), + hex_literal: ($) => token(seq("0", /[xX]/, HEX_DIGITS)), + oct_literal: ($) => token(seq("0", /[oO]/, OCT_DIGITS)), + bin_literal: ($) => token(seq("0", /[bB]/, BIN_DIGITS)), + boolean_literal: ($) => choice("true", "false"), + // String literals + _string_literal: ($) => + choice( + $.line_string_literal, + $.multi_line_string_literal, + $.raw_string_literal + ), + line_string_literal: ($) => + seq( + '"', + repeat(choice(field("text", $._line_string_content), $._interpolation)), + '"' + ), + _line_string_content: ($) => choice($.line_str_text, $.str_escaped_char), + line_str_text: ($) => /[^\\"]+/, + str_escaped_char: ($) => + choice($._escaped_identifier, $._uni_character_literal), + _uni_character_literal: ($) => seq("\\", "u", /\{[0-9a-fA-F]+\}/), + multi_line_string_literal: ($) => + seq( + '"""', + repeat( + choice(field("text", $._multi_line_string_content), $._interpolation) + ), + '"""' + ), + raw_string_literal: ($) => + seq( + repeat( + seq( + field("text", $.raw_str_part), + field("interpolation", $.raw_str_interpolation), + optional($.raw_str_continuing_indicator) + ) + ), + field("text", $.raw_str_end_part) + ), + raw_str_interpolation: ($) => + seq($.raw_str_interpolation_start, $._interpolation_contents, ")"), + raw_str_interpolation_start: ($) => /\\#*\(/, + _multi_line_string_content: ($) => + choice($.multi_line_str_text, $.str_escaped_char, '"'), + _interpolation: ($) => seq("\\(", $._interpolation_contents, ")"), + _interpolation_contents: ($) => + sep1Opt( + field( + "interpolation", + alias($.value_argument, $.interpolated_expression) + ), + "," + ), + _escaped_identifier: ($) => /\\[0\\tnr"'\n]/, + multi_line_str_text: ($) => /[^\\"]+/, + // Based on https://gitlab.com/woolsweater/tree-sitter-swifter/-/blob/3d47c85bd47ce54cdf2023a9c0e01eb90adfcc1d/grammar.js#L1019 + // But required modifications to hit all of the cases in SE-354 + regex_literal: ($) => + choice( + $._extended_regex_literal, + $._multiline_regex_literal, + $._oneline_regex_literal + ), + + _extended_regex_literal: ($) => + seq($._hash_symbol, /\/((\/[^#])|[^\n])+\/#/), + + _multiline_regex_literal: ($) => + seq($._hash_symbol, /\/\n/, /(\/[^#]|[^/])*?\n\/#/), + + _oneline_regex_literal: ($) => + token( + prec( + PRECS.regex, + seq( + "/", + token.immediate(/[^ \t\n]?[^/\n]*[^ \t\n/]/), + token.immediate("/") + ) + ) + ), + //////////////////////////////// + // Types - https://docs.swift.org/swift-book/ReferenceManual/Types.html + //////////////////////////////// + type_annotation: ($) => + seq(":", field("type", $._possibly_implicitly_unwrapped_type)), + _possibly_implicitly_unwrapped_type: ($) => + choice($.type, $.implicitly_unwrapped_type), + implicitly_unwrapped_type: ($) => + seq($.type, token.immediate("!")), + type: ($) => + prec.right( + PRECS.ty, + seq(field("modifiers", optional($.type_modifiers)), field("name", $.unannotated_type)) + ), + unannotated_type: ($) => + prec.right( + PRECS.ty, + choice( + $.user_type, + $.tuple_type, + $.function_type, + $.array_type, + $.dictionary_type, + $.optional_type, + $.metatype, + $.opaque_type, + $.existential_type, + $.protocol_composition_type, + $.type_parameter_pack, + $.type_pack_expansion, + $.suppressed_constraint + ) + ), + // The grammar just calls this whole thing a `type-identifier` but that's a bit confusing. + user_type: ($) => sep1($._simple_user_type, $._dot), + _simple_user_type: ($) => + prec.right( + PRECS.ty, + seq( + alias($.simple_identifier, $.type_identifier), + optional($.type_arguments) + ) + ), + tuple_type: ($) => + choice( + seq( + "(", + optional(sep1Opt(field("element", $.tuple_type_item), ",")), + ")" + ), + alias($._parenthesized_type, $.tuple_type_item) + ), + tuple_type_item: ($) => + prec( + PRECS.expr, + seq( + optional($._tuple_type_item_identifier), + optional($.parameter_modifiers), + field("type", $.type) + ) + ), + _tuple_type_item_identifier: ($) => + prec( + PRECS.expr, + seq( + optional($.wildcard_pattern), + field("name", $.simple_identifier), + ":" + ) + ), + function_type: ($) => + seq( + field("params", choice($.tuple_type, $.unannotated_type)), + optional($._async_keyword), + optional(choice($.throws_clause, $.throws)), + $._arrow_operator, + field("return_type", $.type) + ), + array_type: ($) => seq("[", field("element", $.type), "]"), + dictionary_type: ($) => + seq("[", field("key", $.type), ":", field("value", $.type), "]"), + optional_type: ($) => + prec.left( + seq( + field( + "wrapped", + choice($.user_type, $.tuple_type, $.array_type, $.dictionary_type) + ), + repeat1(alias($._immediate_quest, "?")) + ) + ), + metatype: ($) => seq($.unannotated_type, ".", choice("Type", "Protocol")), + _quest: ($) => "?", + _immediate_quest: ($) => token.immediate("?"), + opaque_type: ($) => prec.right(seq("some", $.unannotated_type)), + existential_type: ($) => prec.right(seq("any", $.unannotated_type)), + type_parameter_pack: ($) => prec.left(seq("each", $.unannotated_type)), + type_pack_expansion: ($) => prec.left(seq("repeat", $.unannotated_type)), + protocol_composition_type: ($) => + prec.left( + seq( + $.unannotated_type, + repeat1(seq("&", prec.right($.unannotated_type))) + ) + ), + suppressed_constraint: ($) => + prec.right( + seq( + "~", + field("suppressed", alias($.simple_identifier, $.type_identifier)) + ) + ), + //////////////////////////////// + // Expressions - https://docs.swift.org/swift-book/ReferenceManual/Expressions.html + //////////////////////////////// + expression: ($) => + prec( + PRECS.expr, + choice( + $.simple_identifier, + $._unary_expression, + $._binary_expression, + $.ternary_expression, + $._primary_expression, + $.if_statement, + $.switch_statement, + $.assignment, + $.value_parameter_pack, + $.value_pack_expansion, + $.optional_chain_marker + ) + ), + optional_chain_marker: ($) => + seq($.expression, alias($._immediate_quest, "?")), + // Unary expressions + _unary_expression: ($) => + choice( + $.postfix_expression, + $.call_expression, + $.macro_invocation, + $.constructor_expression, + $.navigation_expression, + $.prefix_expression, + $.as_expression, + $.selector_expression, + $.open_start_range_expression, + $.open_end_range_expression, + $.directive, + $.diagnostic + ), + postfix_expression: ($) => + prec.left( + PRECS.postfix_operations, + seq( + field("target", $.expression), + field("operation", $._postfix_unary_operator) + ) + ), + constructor_expression: ($) => + prec( + PRECS.call, + seq( + field( + "constructed_type", + choice($.array_type, $.dictionary_type, $.user_type) + ), + $.constructor_suffix + ) + ), + _parenthesized_type: ($) => + seq( + "(", + choice($.opaque_type, $.existential_type, $.dictionary_type), + ")" + ), + navigation_expression: ($) => + prec.left( + PRECS.navigation, + seq( + field( + "target", + choice( + $._navigable_type_expression, + $.expression, + $._parenthesized_type + ) + ), + field("suffix", $.navigation_suffix) + ) + ), + _navigable_type_expression: ($) => + choice($.user_type, $.array_type, $.dictionary_type), + open_start_range_expression: ($) => + prec.right( + PRECS.range, + seq( + $._range_operator, + prec.right(PRECS.range_suffix, field("end", $.expression)) + ) + ), + _range_operator: ($) => + choice($._open_ended_range_operator, $._three_dot_operator), + open_end_range_expression: ($) => + prec.right( + PRECS.range, + seq(field("start", $.expression), $._three_dot_operator) + ), + prefix_expression: ($) => + prec.left( + PRECS.prefix_operations, + seq( + field("operation", $._prefix_unary_operator), + field( + "target", + choice( + $.expression, + alias(choice("async", "if", "switch"), $.expression) + ) + ) + ) + ), + as_expression: ($) => + prec.left( + PRECS.as, + seq(field("expr", $.expression), $.as_operator, field("type", $.type)) + ), + selector_expression: ($) => + seq( + $._hash_symbol, + "selector", + "(", + optional(choice("getter:", "setter:")), + $.expression, + ")" + ), + // Binary expressions + _binary_expression: ($) => + choice( + $.multiplicative_expression, + $.additive_expression, + $.range_expression, + $.infix_expression, + $.nil_coalescing_expression, + $.check_expression, + $.equality_expression, + $.comparison_expression, + $.conjunction_expression, + $.disjunction_expression, + $.bitwise_operation + ), + multiplicative_expression: ($) => + prec.left( + PRECS.multiplication, + seq( + field("lhs", $.expression), + field("op", $._multiplicative_operator), + field("rhs", $.expression) + ) + ), + additive_expression: ($) => + prec.left( + PRECS.addition, + seq( + field("lhs", $.expression), + field("op", $._additive_operator), + field("rhs", $.expression) + ) + ), + range_expression: ($) => + prec.right( + PRECS.range, + seq( + field("start", $.expression), + field("op", $._range_operator), + field("end", $._expr_hack_at_ternary_binary_suffix) + ) + ), + infix_expression: ($) => + prec.left( + PRECS.infix_operations, + seq( + field("lhs", $.expression), + field("op", $.custom_operator), + field("rhs", $._expr_hack_at_ternary_binary_suffix) + ) + ), + nil_coalescing_expression: ($) => + prec.right( + PRECS.nil_coalescing, + seq( + field("value", $.expression), + $._nil_coalescing_operator, + field("if_nil", $._expr_hack_at_ternary_binary_suffix) + ) + ), + check_expression: ($) => + prec.left( + PRECS.check, + seq( + field("target", $.expression), + field("op", $._is_operator), + field("type", $.type) + ) + ), + comparison_expression: ($) => + prec.left( + seq( + field("lhs", $.expression), + field("op", $._comparison_operator), + field("rhs", $._expr_hack_at_ternary_binary_suffix) + ) + ), + equality_expression: ($) => + prec.left( + PRECS.equality, + seq( + field("lhs", $.expression), + field("op", $._equality_operator), + field("rhs", $._expr_hack_at_ternary_binary_suffix) + ) + ), + conjunction_expression: ($) => + prec.left( + PRECS.conjunction, + seq( + field("lhs", $.expression), + field("op", $._conjunction_operator), + field("rhs", $._expr_hack_at_ternary_binary_suffix) + ) + ), + disjunction_expression: ($) => + prec.left( + PRECS.disjunction, + seq( + field("lhs", $.expression), + field("op", $._disjunction_operator), + field("rhs", $._expr_hack_at_ternary_binary_suffix) + ) + ), + bitwise_operation: ($) => + prec.left( + seq( + field("lhs", $.expression), + field("op", $._bitwise_binary_operator), + field("rhs", $._expr_hack_at_ternary_binary_suffix) + ) + ), + custom_operator: ($) => choice(token(/[\/]+[*]+/), $._custom_operator), + // Suffixes + navigation_suffix: ($) => + seq( + $._dot, + field("suffix", choice($.simple_identifier, $.integer_literal)) + ), + call_suffix: ($) => + prec( + PRECS.call_suffix, + choice( + $.value_arguments, + prec.dynamic(-1, $._fn_call_lambda_arguments), // Prefer to treat `foo() { }` as one call not two + seq($.value_arguments, $._fn_call_lambda_arguments) + ) + ), + constructor_suffix: ($) => + prec( + PRECS.call_suffix, + choice( + alias($._constructor_value_arguments, $.value_arguments), + prec.dynamic(-1, $._fn_call_lambda_arguments), // As above + seq( + alias($._constructor_value_arguments, $.value_arguments), + $._fn_call_lambda_arguments + ) + ) + ), + _constructor_value_arguments: ($) => + seq("(", optional(sep1Opt($.value_argument, ",")), ")"), + _fn_call_lambda_arguments: ($) => + sep1($.lambda_literal, seq(field("name", $.simple_identifier), ":")), + type_arguments: ($) => prec.left(seq("<", sep1Opt($.type, ","), ">")), + value_arguments: ($) => + seq( + choice( + seq("(", optional(sep1Opt($.value_argument, ",")), ")"), + seq("[", optional(sep1Opt($.value_argument, ",")), "]") + ) + ), + value_argument_label: ($) => + prec.left( + choice( + $.simple_identifier, + // We don't rely on $._contextual_simple_identifier here because + // these don't usually fall into that category. + alias("if", $.simple_identifier), + alias("switch", $.simple_identifier) + ) + ), + value_argument: ($) => + prec.left( + seq( + optional($.type_modifiers), + choice( + repeat1( + seq(field("reference_specifier", $.value_argument_label), ":") + ), + seq( + optional(seq(field("name", $.value_argument_label), ":")), + field("value", $.expression) + ) + ) + ) + ), + try_expression: ($) => + prec.right( + PRECS["try"], + seq( + $.try_operator, + field( + "expr", + choice( + // Prefer direct calls, e.g. `try foo()`, over indirect like `try a ? b() : c`. This allows us to have + // left associativity for the direct calls, which is technically wrong but is the only way to resolve the + // ambiguity of `if foo { ... }` in the correct direction. + prec.right(-2, $.expression), + prec.left(0, $._binary_expression), + prec.left(0, $.call_expression), + // Similarly special case the ternary expression, where `try` may come earlier than it is actually needed. + // When the parser just encounters some identifier after a `try`, it should prefer the `call_expression` (so + // this should be lower in priority than that), but when we encounter an ambiguous expression that might be + // either `try (foo() ? ...)` or `(try foo()) ? ...`, we should prefer the former. We accomplish that by + // giving it a _static precedence_ of -1 but a _dynamic precedence_ of 1. + prec.dynamic(1, prec.left(-1, $.ternary_expression)) + ) + ) + ) + ), + await_expression: ($) => + prec.right( + PRECS.await, + seq( + $._await_operator, + field( + "expr", + choice( + // Prefer direct calls over indirect (same as with `try`). + prec.right(-2, $.expression), + prec.left(0, $.call_expression), + // Special case ternary to `await` the whole thing (same as with `try`). + prec.dynamic(1, prec.left(-1, $.ternary_expression)) + ) + ) + ) + ), + _await_operator: ($) => alias("await", "await"), + ternary_expression: ($) => + prec.right( + PRECS.ternary, + seq( + field("condition", $.expression), + $._quest, + field("if_true", $.expression), + ":", + field("if_false", $._expr_hack_at_ternary_binary_suffix) + ) + ), + _expr_hack_at_ternary_binary_suffix: ($) => + prec.left( + PRECS.ternary_binary_suffix, + choice( + $.expression, + alias($.expr_hack_at_ternary_binary_call, $.call_expression) + ) + ), + expr_hack_at_ternary_binary_call: ($) => + seq( + $.expression, + alias($.expr_hack_at_ternary_binary_call_suffix, $.call_suffix) + ), + expr_hack_at_ternary_binary_call_suffix: ($) => + prec(PRECS.call_suffix, $.value_arguments), + call_expression: ($) => + prec( + PRECS.call, + prec.dynamic(DYNAMIC_PRECS.call, seq($.expression, $.call_suffix)) + ), + macro_invocation: ($) => + prec( + PRECS.call, + prec.dynamic( + DYNAMIC_PRECS.call, + seq( + $._hash_symbol, + $.simple_identifier, + optional($.type_parameters), + $.call_suffix + ) + ) + ), + _primary_expression: ($) => + choice( + $.tuple_expression, + $._basic_literal, + $.lambda_literal, + $.special_literal, + $.playground_literal, + $.array_literal, + $.dictionary_literal, + $.self_expression, + $.super_expression, + $.try_expression, + $.await_expression, + $.referenceable_operator, + $.key_path_expression, + $.key_path_string_expression, + prec.right( + PRECS.fully_open_range, + alias($._three_dot_operator, $.fully_open_range) + ) + ), + tuple_expression: ($) => + prec.right( + PRECS.tuple, + seq( + "(", + sep1Opt( + seq( + optional(seq(field("name", $.simple_identifier), ":")), + field("value", $.expression) + ), + "," + ), + ")" + ) + ), + array_literal: ($) => + seq("[", optional(sep1Opt(field("element", $.expression), ",")), "]"), + dictionary_literal: ($) => + seq( + "[", + choice(":", sep1Opt($._dictionary_literal_item, ",")), + optional(","), + "]" + ), + _dictionary_literal_item: ($) => + seq(field("key", $.expression), ":", field("value", $.expression)), + special_literal: ($) => + seq( + $._hash_symbol, + choice( + "file", + "fileID", + "filePath", + "line", + "column", + "function", + "dsohandle" + ) + ), + playground_literal: ($) => + seq( + $._hash_symbol, + choice("colorLiteral", "fileLiteral", "imageLiteral"), + "(", + sep1Opt(seq($.simple_identifier, ":", $.expression), ","), + ")" + ), + lambda_literal: ($) => + prec.left( + PRECS.lambda, + seq( + choice("{", "^{"), + optional($._lambda_type_declaration), + optional($.statements), + "}" + ) + ), + _lambda_type_declaration: ($) => + seq( + repeat($.attribute), + prec(PRECS.expr, optional(field("captures", $.capture_list))), + optional(field("type", $.lambda_function_type)), + "in" + ), + capture_list: ($) => seq("[", sep1Opt($.capture_list_item, ","), "]"), + capture_list_item: ($) => + choice( + field("name", $.self_expression), + prec( + PRECS.expr, + seq( + optional($.ownership_modifier), + field("name", $.simple_identifier), + optional(seq($._equal_sign, field("value", $.expression))) + ) + ) + ), + lambda_function_type: ($) => + prec( + PRECS.expr, + seq( + choice( + $.lambda_function_type_parameters, + seq("(", optional($.lambda_function_type_parameters), ")") + ), + optional($._async_keyword), + optional(choice($.throws_clause, $.throws)), + optional( + seq( + $._arrow_operator, + field("return_type", $._possibly_implicitly_unwrapped_type) + ) + ) + ) + ), + lambda_function_type_parameters: ($) => sep1Opt($.lambda_parameter, ","), + lambda_parameter: ($) => + seq( + choice( + $.self_expression, + prec(PRECS.expr, field("name", $.simple_identifier)), + prec( + PRECS.expr, + seq( + optional(field("external_name", $.simple_identifier)), + field("name", $.simple_identifier), + ":", + optional($.parameter_modifiers), + field("type", $._possibly_implicitly_unwrapped_type) + ) + ) + ) + ), + self_expression: ($) => "self", + super_expression: ($) => seq("super"), + _else_options: ($) => choice($._block, $.if_statement), + if_statement: ($) => + prec.right( + PRECS["if"], + seq( + "if", + sep1(field("condition", $.if_condition), ","), + $._block, + optional(seq($["else"], $._else_options)) + ) + ), + if_condition: ($) => + choice($.if_let_binding, $.expression, $.availability_condition), + if_let_binding: ($) => + seq( + $._direct_or_indirect_binding, + optional(seq($._equal_sign, $.expression)), + optional($.where_clause) + ), + guard_statement: ($) => + prec.right( + PRECS["if"], + seq( + "guard", + sep1(field("condition", $.if_condition), ","), + $["else"], + $._block + ) + ), + switch_statement: ($) => + prec.right( + PRECS["switch"], + seq( + "switch", + field("expr", $.expression), + "{", + repeat($.switch_entry), + "}" + ) + ), + switch_entry: ($) => + seq( + optional($.modifiers), + choice( + seq( + "case", + seq( + $.switch_pattern, + optional(seq($.where_keyword, $.expression)) + ), + repeat(seq(",", $.switch_pattern)) + ), + $.default_keyword + ), + ":", + $.statements, + optional("fallthrough") + ), + switch_pattern: ($) => alias($._binding_pattern_with_expr, $.pattern), + do_statement: ($) => + prec.right(PRECS["do"], seq("do", $._block, repeat($.catch_block))), + catch_block: ($) => + seq( + $.catch_keyword, + field("error", optional(alias($._binding_pattern_no_expr, $.pattern))), + optional($.where_clause), + $._block + ), + where_clause: ($) => prec.left(seq($.where_keyword, $.expression)), + key_path_expression: ($) => + prec.right( + PRECS.keypath, + seq( + "\\", + optional( + choice($._simple_user_type, $.array_type, $.dictionary_type) + ), + repeat(seq(".", $._key_path_component)) + ) + ), + key_path_string_expression: ($) => + prec.left(seq($._hash_symbol, "keyPath", "(", $.expression, ")")), + _key_path_component: ($) => + prec.left( + choice( + seq($.simple_identifier, repeat($._key_path_postfixes)), + repeat1($._key_path_postfixes) + ) + ), + _key_path_postfixes: ($) => + choice( + "?", + $.bang, + "self", + seq("[", optional(sep1($.value_argument, ",")), "]") + ), + try_operator: ($) => + prec.right( + seq("try", choice(optional($._try_operator_type), $._fake_try_bang)) + ), + _try_operator_type: ($) => + choice(token.immediate("!"), token.immediate("?")), + _assignment_and_operator: ($) => + choice("+=", "-=", "*=", "/=", "%=", $._equal_sign), + _equality_operator: ($) => choice("!=", "!==", $._eq_eq, "==="), + _comparison_operator: ($) => choice("<", ">", "<=", ">="), + _three_dot_operator: ($) => alias("...", "..."), // Weird alias to satisfy highlight queries + _open_ended_range_operator: ($) => alias("..<", "..<"), + _is_operator: ($) => "is", + _additive_operator: ($) => + choice( + alias($._plus_then_ws, "+"), + alias($._minus_then_ws, "-"), + "+", + "-" + ), + // The `/` operator conflicts with a regex literal (which itself appears to conflict with a + // comment, for some reason), so we must give it equivalent token precedence. + _multiplicative_operator: ($) => + choice("*", alias(token(prec(PRECS.regex, "/")), "/"), "%"), + as_operator: ($) => choice($._as, $._as_quest, $._as_bang), + _prefix_unary_operator: ($) => + prec.right( + choice( + "++", + "--", + "-", + "+", + $.bang, + "&", + "~", + $._dot, + $.custom_operator + ) + ), + _bitwise_binary_operator: ($) => choice("&", "|", "^", "<<", ">>"), + _postfix_unary_operator: ($) => choice("++", "--", $.bang), + directly_assignable_expression: ($) => $.expression, + + //////////////////////////////// + // Statements - https://docs.swift.org/swift-book/ReferenceManual/Statements.html + //////////////////////////////// + statements: ($) => + prec.left( + // Left precedence is required in switch statements + seq( + $._local_statement, + repeat(seq($._semi, $._local_statement)), + optional($._semi) + ) + ), + _local_statement: ($) => + choice( + $.expression, + $.local_declaration, + $._labeled_statement, + $.control_transfer_statement + ), + _top_level_statement: ($) => + choice( + $.expression, + $.global_declaration, + $._labeled_statement, + $._throw_statement + ), + _block: ($) => prec(PRECS.block, seq("{", optional($.statements), "}")), + _labeled_statement: ($) => + seq( + optional($.statement_label), + choice( + $.for_statement, + $.while_statement, + $.repeat_while_statement, + $.do_statement, + $.if_statement, + $.guard_statement, + $.switch_statement + ) + ), + statement_label: ($) => token(/[a-zA-Z_][a-zA-Z_0-9]*:/), + for_statement: ($) => + prec( + PRECS.loop, + seq( + "for", + optional($.try_operator), + optional($._await_operator), + field("item", alias($._binding_pattern_no_expr, $.pattern)), + optional($.type_annotation), + "in", + field("collection", $._for_statement_collection), + optional($.where_clause), + $._block + ) + ), + _for_statement_collection: ($) => + // If this expression has "await", this triggers some special-cased logic to prefer function calls. We prefer + // the opposite, though, since function calls may contain trailing code blocks, which are undesirable here. + // + // To fix that, we simply undo the special casing by defining our own `await_expression`. + choice($.expression, alias($.for_statement_await, $.await_expression)), + for_statement_await: ($) => seq($._await_operator, $.expression), + + while_statement: ($) => + prec( + PRECS.loop, + seq( + "while", + sep1(field("condition", $.if_condition), ","), + "{", + optional($.statements), + "}" + ) + ), + repeat_while_statement: ($) => + prec( + PRECS.loop, + seq( + "repeat", + "{", + optional($.statements), + "}", + // Make sure we make it to the `while` before assuming this is a parameter pack. + repeat($._implicit_semi), + "while", + sep1(field("condition", $.if_condition), ",") + ) + ), + control_transfer_statement: ($) => + choice( + prec.right(PRECS.control_transfer, $._throw_statement), + prec.right( + PRECS.control_transfer, + seq( + $._optionally_valueful_control_keyword, + field("result", optional($.expression)) + ) + ) + ), + _throw_statement: ($) => seq($.throw_keyword, $.expression), + throw_keyword: ($) => "throw", + _optionally_valueful_control_keyword: ($) => + choice("return", "continue", "break", "yield"), + assignment: ($) => + prec.left( + PRECS.assignment, + seq( + field("target", $.directly_assignable_expression), + field("operator", $._assignment_and_operator), + field("result", $.expression) + ) + ), + value_parameter_pack: ($) => + prec.left(PRECS.parameter_pack, seq("each", $.expression)), + value_pack_expansion: ($) => + prec.left(PRECS.parameter_pack, seq("repeat", $.expression)), + availability_condition: ($) => + seq( + $._hash_symbol, + choice("available", "unavailable"), + "(", + sep1Opt($._availability_argument, ","), + ")" + ), + _availability_argument: ($) => + choice(seq($.identifier, sep1($.integer_literal, ".")), "*"), + //////////////////////////////// + // Declarations - https://docs.swift.org/swift-book/ReferenceManual/Declarations.html + //////////////////////////////// + global_declaration: ($) => + choice( + $.import_declaration, + $.property_declaration, + $.typealias_declaration, + $.function_declaration, + $.init_declaration, + $.class_declaration, + $.protocol_declaration, + $.operator_declaration, + $.precedence_group_declaration, + $.associatedtype_declaration, + $.macro_declaration + ), + type_level_declaration: ($) => + choice( + $.import_declaration, + $.property_declaration, + $.typealias_declaration, + $.function_declaration, + $.init_declaration, + $.class_declaration, + $.protocol_declaration, + $.deinit_declaration, + $.subscript_declaration, + $.operator_declaration, + $.precedence_group_declaration, + $.associatedtype_declaration + ), + local_declaration: ($) => + choice( + alias($._local_property_declaration, $.property_declaration), + alias($._local_typealias_declaration, $.typealias_declaration), + alias($._local_function_declaration, $.function_declaration), + alias($._local_class_declaration, $.class_declaration) + ), + _local_property_declaration: ($) => + seq( + optional($._locally_permitted_modifiers), + $._modifierless_property_declaration + ), + _local_typealias_declaration: ($) => + seq( + optional($._locally_permitted_modifiers), + $._modifierless_typealias_declaration + ), + _local_function_declaration: ($) => + seq( + optional($._locally_permitted_modifiers), + $._modifierless_function_declaration + ), + _local_class_declaration: ($) => + seq( + optional($._locally_permitted_modifiers), + $._modifierless_class_declaration + ), + import_declaration: ($) => + seq( + optional($.modifiers), + "import", + optional($._import_kind), + $.identifier + ), + _import_kind: ($) => + choice( + "typealias", + "struct", + "class", + "enum", + "protocol", + "let", + "var", + "func" + ), + protocol_property_declaration: ($) => + prec.right( + seq( + optional($.modifiers), + field("name", alias($._binding_kind_and_pattern, $.pattern)), + optional($.type_annotation), + optional($.type_constraints), + $.protocol_property_requirements + ) + ), + protocol_property_requirements: ($) => + seq("{", repeat(choice($.getter_specifier, $.setter_specifier)), "}"), + property_declaration: ($) => + seq(optional($.modifiers), $._modifierless_property_declaration), + _modifierless_property_declaration: ($) => + prec.right( + seq( + $._possibly_async_binding_pattern_kind, + sep1($._single_modifierless_property_declaration, ",") + ) + ), + _single_modifierless_property_declaration: ($) => + prec.left( + seq( + field("name", alias($._no_expr_pattern_already_bound, $.pattern)), + optional($.type_annotation), + optional($.type_constraints), + optional( + choice( + $._expression_with_willset_didset, + $._expression_without_willset_didset, + $.willset_didset_block, + field("computed_value", $.computed_property) + ) + ) + ) + ), + _expression_with_willset_didset: ($) => + prec.dynamic( + 1, + seq( + $._equal_sign, + field("value", $.expression), + $.willset_didset_block + ) + ), + _expression_without_willset_didset: ($) => + seq($._equal_sign, field("value", $.expression)), + willset_didset_block: ($) => + choice( + seq("{", $.willset_clause, optional($.didset_clause), "}"), + seq("{", $.didset_clause, optional($.willset_clause), "}") + ), + willset_clause: ($) => + seq( + optional($.modifiers), + "willSet", + optional(seq("(", $.simple_identifier, ")")), + $._block + ), + didset_clause: ($) => + seq( + optional($.modifiers), + "didSet", + optional(seq("(", $.simple_identifier, ")")), + $._block + ), + typealias_declaration: ($) => + seq(optional($.modifiers), $._modifierless_typealias_declaration), + _modifierless_typealias_declaration: ($) => + seq( + "typealias", + field("name", alias($.simple_identifier, $.type_identifier)), + optional($.type_parameters), + $._equal_sign, + field("value", $.type) + ), + function_declaration: ($) => + prec.right( + seq($._bodyless_function_declaration, field("body", $.function_body)) + ), + _modifierless_function_declaration: ($) => + prec.right( + seq( + $._modifierless_function_declaration_no_body, + field("body", $.function_body) + ) + ), + _bodyless_function_declaration: ($) => + seq( + optional($.modifiers), + optional("class"), // XXX: This should be possible in non-last position, but that creates parsing ambiguity + $._modifierless_function_declaration_no_body + ), + _modifierless_function_declaration_no_body: ($) => + prec.right( + seq( + $._non_constructor_function_decl, + optional($.type_parameters), + $._function_value_parameters, + optional($._async_keyword), + optional(choice($.throws_clause, $.throws)), + optional( + seq( + $._arrow_operator, + field("return_type", $._possibly_implicitly_unwrapped_type) + ) + ), + optional($.type_constraints) + ) + ), + function_body: ($) => $._block, + macro_declaration: ($) => + seq( + $._macro_head, + $.simple_identifier, + optional($.type_parameters), + $._macro_signature, + optional(field("definition", $.macro_definition)), + optional($.type_constraints) + ), + _macro_head: ($) => seq(optional($.modifiers), "macro"), + _macro_signature: ($) => + seq( + $._function_value_parameters, + optional(seq($._arrow_operator, $.unannotated_type)) + ), + macro_definition: ($) => + seq( + $._equal_sign, + field("body", choice($.expression, $.external_macro_definition)) + ), + + external_macro_definition: ($) => + seq($._hash_symbol, "externalMacro", $.value_arguments), + + class_declaration: ($) => + seq(optional($.modifiers), $._modifierless_class_declaration), + _modifierless_class_declaration: ($) => + prec.right( + choice( + seq( + field("declaration_kind", choice("class", "struct", "actor")), + field("name", alias($.simple_identifier, $.type_identifier)), + optional($.type_parameters), + optional(seq(":", $._inheritance_specifiers)), + optional($.type_constraints), + field("body", $.class_body) + ), + seq( + field("declaration_kind", "extension"), + field("name", $.unannotated_type), + optional($.type_parameters), + optional(seq(":", $._inheritance_specifiers)), + optional($.type_constraints), + field("body", $.class_body) + ), + seq( + optional("indirect"), + field("declaration_kind", "enum"), + field("name", alias($.simple_identifier, $.type_identifier)), + optional($.type_parameters), + optional(seq(":", $._inheritance_specifiers)), + optional($.type_constraints), + field("body", $.enum_class_body) + ) + ) + ), + class_body: ($) => seq("{", optional($._class_member_declarations), "}"), + _inheritance_specifiers: ($) => + prec.left(sep1($._annotated_inheritance_specifier, choice(",", "&"))), + inheritance_specifier: ($) => + prec.left( + field( + "inherits_from", + choice($.user_type, $.function_type, $.suppressed_constraint) + ) + ), + _annotated_inheritance_specifier: ($) => + seq(repeat($.attribute), $.inheritance_specifier), + type_parameters: ($) => + seq( + "<", + sep1Opt($.type_parameter, ","), + optional($.type_constraints), + ">" + ), + type_parameter: ($) => + seq( + optional($.type_parameter_modifiers), + $._type_parameter_possibly_packed, + optional(seq(":", $.type)) + ), + _type_parameter_possibly_packed: ($) => + choice( + alias($.simple_identifier, $.type_identifier), + $.type_parameter_pack + ), + + type_constraints: ($) => + prec.right(seq($.where_keyword, sep1Opt($.type_constraint, ","))), + type_constraint: ($) => + choice($.inheritance_constraint, $.equality_constraint), + inheritance_constraint: ($) => + seq( + repeat($.attribute), + field("constrained_type", $._constrained_type), + ":", + field("inherits_from", $._possibly_implicitly_unwrapped_type) + ), + equality_constraint: ($) => + seq( + repeat($.attribute), + field("constrained_type", $._constrained_type), + choice($._equal_sign, $._eq_eq), + field("must_equal", $.type) + ), + _constrained_type: ($) => choice($.identifier, $.nested_type_identifier), + nested_type_identifier: ($) => + seq( + $.unannotated_type, + optional(seq(".", sep1($.simple_identifier, "."))) + ), + _class_member_separator: ($) => choice($._semi, $.multiline_comment), + _class_member_declarations: ($) => + seq( + sep1($.type_level_declaration, $._class_member_separator), + optional($._class_member_separator) + ), + _function_value_parameters: ($) => + repeat1( + seq("(", optional(sep1Opt($._function_value_parameter, ",")), ")") + ), + _function_value_parameter: ($) => + seq( + optional($.attribute), + $.parameter, + optional(seq($._equal_sign, field("default_value", $.expression))) + ), + parameter: ($) => + seq( + optional(field("external_name", $.simple_identifier)), + field("name", $.simple_identifier), + ":", + optional($.parameter_modifiers), + field("type", $._possibly_implicitly_unwrapped_type), + optional($._three_dot_operator) + ), + _non_constructor_function_decl: ($) => + seq( + "func", + field("name", choice($.simple_identifier, $.referenceable_operator)) + ), + referenceable_operator: ($) => + choice( + $.custom_operator, + $._comparison_operator, + $._additive_operator, + $._multiplicative_operator, + $._equality_operator, + $._assignment_and_operator, + "++", + "--", + $.bang, + "~", + "|", + "^", + "<<", + ">>", + "&" + ), + // Hide the fact that certain symbols come from the custom scanner by aliasing them to their + // string variants. This keeps us from having to see them in the syntax tree (which would be + // noisy) but allows callers to refer to them as nodes by their text form like with any + // operator. + _equal_sign: ($) => alias($._eq_custom, "="), + _eq_eq: ($) => alias($._eq_eq_custom, "=="), + _dot: ($) => alias($._dot_custom, "."), + _arrow_operator: ($) => alias($._arrow_operator_custom, "->"), + _conjunction_operator: ($) => alias($._conjunction_operator_custom, "&&"), + _disjunction_operator: ($) => alias($._disjunction_operator_custom, "||"), + _nil_coalescing_operator: ($) => + alias($._nil_coalescing_operator_custom, "??"), + _as: ($) => alias($._as_custom, "as"), + _as_quest: ($) => alias($._as_quest_custom, "as?"), + _as_bang: ($) => alias($._as_bang_custom, "as!"), + _hash_symbol: ($) => alias($._hash_symbol_custom, "#"), + bang: ($) => choice($._bang_custom, "!"), + _async_keyword: ($) => alias($._async_keyword_custom, "async"), + _async_modifier: ($) => token("async"), + throws: ($) => choice($._throws_keyword, $._rethrows_keyword), + throws_clause: ($) => + seq($._throws_keyword, "(", field("type", $.unannotated_type), ")"), + enum_class_body: ($) => + seq("{", repeat(choice($.enum_entry, $.type_level_declaration)), "}"), + enum_entry: ($) => + seq( + optional($.modifiers), + optional("indirect"), + "case", + sep1( + seq( + field("name", $.simple_identifier), + optional($._enum_entry_suffix) + ), + "," + ), + optional(";") + ), + _enum_entry_suffix: ($) => + choice( + field("data_contents", $.enum_type_parameters), + seq($._equal_sign, field("raw_value", $.expression)) + ), + enum_type_parameters: ($) => + seq( + "(", + optional( + sep1( + seq( + optional( + seq(optional($.wildcard_pattern), $.simple_identifier, ":") + ), + $.type, + optional(seq($._equal_sign, $.expression)) + ), + "," + ) + ), + ")" + ), + protocol_declaration: ($) => + prec.right( + seq( + optional($.modifiers), + field("declaration_kind", "protocol"), + field("name", alias($.simple_identifier, $.type_identifier)), + optional($.type_parameters), + optional(seq(":", $._inheritance_specifiers)), + optional($.type_constraints), + field("body", $.protocol_body) + ) + ), + protocol_body: ($) => + seq("{", optional($._protocol_member_declarations), "}"), + _protocol_member_declarations: ($) => + seq(sep1($.protocol_member_declaration, $._semi), optional($._semi)), + protocol_member_declaration: ($) => + choice( + $.protocol_function_declaration, + $.init_declaration, + $.deinit_declaration, + $.protocol_property_declaration, + $.typealias_declaration, + $.associatedtype_declaration, + $.subscript_declaration + ), + protocol_function_declaration: ($) => + seq( + $._bodyless_function_declaration, + optional(field("body", $.function_body)) + ), + init_declaration: ($) => + prec.right( + seq( + optional($.modifiers), + optional("class"), + field("name", "init"), + optional(choice($._quest, $.bang)), + optional($.type_parameters), + $._function_value_parameters, + optional($._async_keyword), + optional(choice($.throws_clause, $.throws)), + optional($.type_constraints), + optional(field("body", $.function_body)) + ) + ), + deinit_declaration: ($) => + prec.right( + seq(optional($.modifiers), "deinit", field("body", $.function_body)) + ), + subscript_declaration: ($) => + prec.right( + seq( + optional($.modifiers), + "subscript", + optional($.type_parameters), + $._function_value_parameters, + optional( + seq( + $._arrow_operator, + field("return_type", $._possibly_implicitly_unwrapped_type) + ) + ), + optional($.type_constraints), + $.computed_property + ) + ), + computed_property: ($) => + seq( + "{", + choice( + optional($.statements), + repeat( + choice($.computed_getter, $.computed_setter, $.computed_modify) + ) + ), + "}" + ), + computed_getter: ($) => + seq(repeat($.attribute), $.getter_specifier, optional($._block)), + computed_modify: ($) => + seq(repeat($.attribute), $.modify_specifier, optional($._block)), + computed_setter: ($) => + seq( + repeat($.attribute), + $.setter_specifier, + optional(seq("(", $.simple_identifier, ")")), + optional($._block) + ), + getter_specifier: ($) => + seq(optional($.mutation_modifier), "get", optional($._getter_effects)), + setter_specifier: ($) => seq(optional($.mutation_modifier), "set"), + modify_specifier: ($) => seq(optional($.mutation_modifier), "_modify"), + _getter_effects: ($) => + repeat1(choice($._async_keyword, $.throws_clause, $.throws)), + operator_declaration: ($) => + seq( + choice("prefix", "infix", "postfix"), + "operator", + $.referenceable_operator, + optional(seq(":", $.simple_identifier)), + optional($.deprecated_operator_declaration_body) + ), + // The Swift compiler no longer accepts these, but some very old code still uses it. + deprecated_operator_declaration_body: ($) => + seq("{", repeat(choice($.simple_identifier, $._basic_literal)), "}"), + precedence_group_declaration: ($) => + seq( + "precedencegroup", + $.simple_identifier, + "{", + optional($.precedence_group_attributes), + "}" + ), + precedence_group_attributes: ($) => repeat1($.precedence_group_attribute), + precedence_group_attribute: ($) => + seq( + $.simple_identifier, + ":", + choice($.simple_identifier, $.boolean_literal) + ), + associatedtype_declaration: ($) => + seq( + optional($.modifiers), + "associatedtype", + field("name", alias($.simple_identifier, $.type_identifier)), + optional(seq(":", field("must_inherit", $.type))), + optional($.type_constraints), + optional(seq($._equal_sign, field("default_value", $.type))) + ), + //////////////////////////////// + // Attributes - https://docs.swift.org/swift-book/ReferenceManual/Attributes.html + //////////////////////////////// + attribute: ($) => + seq( + "@", + $.user_type, + // attribute arguments are a mess of special cases, maybe this is good enough? + optional(seq("(", sep1Opt($._attribute_argument, ","), ")")) + ), + _attribute_argument: ($) => + choice( + // labeled function parameters, used in custom property wrappers + seq($.simple_identifier, ":", $.expression), + // Unlabeled function parameters, simple identifiers, or `*` + $.expression, + // References to param names (used in `@objc(foo:bar:)`) + repeat1(seq($.simple_identifier, ":")), + // Version restrictions (iOS 3.4.5, Swift 5.0.0) + seq(repeat1($.simple_identifier), sep1($.integer_literal, ".")) + ), + //////////////////////////////// + // Patterns - https://docs.swift.org/swift-book/ReferenceManual/Patterns.html + //////////////////////////////// + _universally_allowed_pattern: ($) => + choice( + $.wildcard_pattern, + $._tuple_pattern, + $._type_casting_pattern, + $._case_pattern + ), + _bound_identifier: ($) => field("bound_identifier", $.simple_identifier), + + _binding_pattern_no_expr: ($) => + seq( + choice( + $._universally_allowed_pattern, + $._binding_pattern, + $._bound_identifier + ), + optional($._quest) + ), + _no_expr_pattern_already_bound: ($) => + seq( + choice($._universally_allowed_pattern, $._bound_identifier), + optional($._quest) + ), + _binding_pattern_with_expr: ($) => + seq( + choice( + $._universally_allowed_pattern, + $._binding_pattern, + $.expression + ), + optional($._quest) + ), + _non_binding_pattern_with_expr: ($) => + seq( + choice($._universally_allowed_pattern, $.expression), + optional($._quest) + ), + _direct_or_indirect_binding: ($) => + seq( + choice( + $._binding_kind_and_pattern, + seq("case", $._binding_pattern_no_expr) + ), + optional($.type_annotation) + ), + value_binding_pattern: ($) => field("mutability", choice("var", "let")), + _possibly_async_binding_pattern_kind: ($) => + seq(optional($._async_modifier), $.value_binding_pattern), + _binding_kind_and_pattern: ($) => + seq( + $._possibly_async_binding_pattern_kind, + $._no_expr_pattern_already_bound + ), + wildcard_pattern: ($) => "_", + _tuple_pattern_item: ($) => + choice( + seq( + $.simple_identifier, + seq(":", alias($._binding_pattern_with_expr, $.pattern)) + ), + alias($._binding_pattern_with_expr, $.pattern) + ), + _tuple_pattern: ($) => seq("(", sep1Opt($._tuple_pattern_item, ","), ")"), + _case_pattern: ($) => + seq( + optional("case"), + optional($.user_type), // XXX this should just be _type but that creates ambiguity + $._dot, + $.simple_identifier, + optional($._tuple_pattern) + ), + _type_casting_pattern: ($) => + choice( + seq("is", $.type), + seq(alias($._binding_pattern_no_expr, $.pattern), $._as, $.type) + ), + _binding_pattern: ($) => + seq( + seq(optional("case"), $.value_binding_pattern), + $._no_expr_pattern_already_bound + ), + + // ========== + // Modifiers + // ========== + modifiers: ($) => + repeat1( + prec.left( + choice($._non_local_scope_modifier, $._locally_permitted_modifiers) + ) + ), + _locally_permitted_modifiers: ($) => + repeat1(choice($.attribute, $._locally_permitted_modifier)), + parameter_modifiers: ($) => repeat1($.parameter_modifier), + _modifier: ($) => + choice($._non_local_scope_modifier, $._locally_permitted_modifier), + _non_local_scope_modifier: ($) => + choice( + $.member_modifier, + $.visibility_modifier, + $.function_modifier, + $.mutation_modifier, + $.property_modifier, + $.parameter_modifier + ), + _locally_permitted_modifier: ($) => + choice( + $.ownership_modifier, + $.inheritance_modifier, + $.property_behavior_modifier + ), + property_behavior_modifier: ($) => "lazy", + type_modifiers: ($) => repeat1($.attribute), + member_modifier: ($) => + choice("override", "convenience", "required", "nonisolated"), + visibility_modifier: ($) => + seq( + choice( + "public", + "private", + "internal", + "fileprivate", + "open", + "package" + ), + optional(seq("(", "set", ")")) + ), + type_parameter_modifiers: ($) => repeat1($.attribute), + function_modifier: ($) => choice("infix", "postfix", "prefix"), + mutation_modifier: ($) => choice("mutating", "nonmutating"), + property_modifier: ($) => + choice("static", "dynamic", "optional", "class", "distributed"), + inheritance_modifier: ($) => choice("final"), + parameter_modifier: ($) => + choice( + "inout", + "@escaping", + "@autoclosure", + $._parameter_ownership_modifier + ), + ownership_modifier: ($) => + choice("weak", "unowned", "unowned(safe)", "unowned(unsafe)"), + _parameter_ownership_modifier: ($) => choice("borrowing", "consuming"), + use_site_target: ($) => + seq( + choice( + "property", + "get", + "set", + "receiver", + "param", + "setparam", + "delegate" + ), + ":" + ), + directive: ($) => + prec.right( + PRECS.comment, + choice( + seq(alias($._directive_if, "#if"), $._compilation_condition), + seq(alias($._directive_elseif, "#elseif"), $._compilation_condition), + seq(alias($._directive_else, "#else")), + seq(alias($._directive_endif, "#endif")) + ) + ), + _compilation_condition: ($) => + prec.right( + choice( + seq("os", "(", $.simple_identifier, ")"), + seq("arch", "(", $.simple_identifier, ")"), + seq( + "swift", + "(", + $._comparison_operator, + sep1($.integer_literal, "."), + ")" + ), + seq( + "compiler", + "(", + $._comparison_operator, + sep1($.integer_literal, "."), + ")" + ), + seq("canImport", "(", sep1($.simple_identifier, "."), ")"), + seq("targetEnvironment", "(", $.simple_identifier, ")"), + $.boolean_literal, + $.simple_identifier, + seq("(", $._compilation_condition, ")"), + seq("!", $._compilation_condition), + seq( + $._compilation_condition, + $._conjunction_operator, + $._compilation_condition + ), + seq( + $._compilation_condition, + $._disjunction_operator, + $._compilation_condition + ) + ) + ), + diagnostic: ($) => + prec( + PRECS.comment, + seq( + $._hash_symbol, + choice( + // Using regexes here, rather than actually validating the string literal, because complex string literals + // cannot be used inside `token()` and we need that to ensure we get the right precedence. + seq(/error([^\r\n]*)/), + seq(/warning([^\r\n]*)/), + seq(/sourceLocation([^\r\n]*)/) + ) + ) + ), + // Dumping ground for any nodes that used to exist in the grammar, but have since been removed for whatever + // reason. + // Neovim applies updates non-atomically to the parser and the queries. Meanwhile, `tree-sitter` rejects any query + // that contains any unrecognized nodes. Putting those two facts together, we see that we must never remove nodes + // that once existed. + unused_for_backward_compatibility: ($) => + choice(alias("unused1", "try?"), alias("unused2", "try!")), + }, +}); +function sep1(rule, separator) { + return seq(rule, repeat(seq(separator, rule))); +} +function sep1Opt(rule, separator) { + return seq(rule, repeat(seq(separator, rule)), optional(separator)); +} + +function tree_sitter_version_supports_emoji() { + try { + return ( + TREE_SITTER_CLI_VERSION_MAJOR > 0 || + TREE_SITTER_CLI_VERSION_MINOR > 20 || + TREE_SITTER_CLI_VERSION_PATCH >= 5 + ); + } catch (err) { + if (err instanceof ReferenceError) { + return false; + } else { + throw err; + } + } +} diff --git a/unified/extractor/tree-sitter-swift/node-types.yml b/unified/extractor/tree-sitter-swift/node-types.yml new file mode 100644 index 000000000000..c4bf650944b2 --- /dev/null +++ b/unified/extractor/tree-sitter-swift/node-types.yml @@ -0,0 +1,728 @@ +supertypes: + expression: + - additive_expression + - array_literal + - as_expression + - assignment + - await_expression + - bin_literal + - bitwise_operation + - boolean_literal + - call_expression + - check_expression + - comparison_expression + - conjunction_expression + - constructor_expression + - diagnostic + - dictionary_literal + - directive + - disjunction_expression + - equality_expression + - fully_open_range + - hex_literal + - if_statement + - infix_expression + - integer_literal + - key_path_expression + - key_path_string_expression + - lambda_literal + - line_string_literal + - macro_invocation + - multi_line_string_literal + - multiplicative_expression + - navigation_expression + - "nil" + - nil_coalescing_expression + - oct_literal + - open_end_range_expression + - open_start_range_expression + - optional_chain_marker + - playground_literal + - postfix_expression + - prefix_expression + - range_expression + - raw_string_literal + - real_literal + - referenceable_operator + - regex_literal + - selector_expression + - self_expression + - simple_identifier + - special_literal + - super_expression + - switch_statement + - ternary_expression + - try_expression + - tuple_expression + - value_pack_expansion + - value_parameter_pack + global_declaration: + - associatedtype_declaration + - class_declaration + - function_declaration + - import_declaration + - init_declaration + - macro_declaration + - operator_declaration + - precedence_group_declaration + - property_declaration + - protocol_declaration + - typealias_declaration + local_declaration: + - class_declaration + - function_declaration + - property_declaration + - typealias_declaration + protocol_member_declaration: + - associatedtype_declaration + - deinit_declaration + - init_declaration + - protocol_function_declaration + - protocol_property_declaration + - subscript_declaration + - typealias_declaration + type_level_declaration: + - associatedtype_declaration + - class_declaration + - deinit_declaration + - function_declaration + - import_declaration + - init_declaration + - operator_declaration + - precedence_group_declaration + - property_declaration + - protocol_declaration + - subscript_declaration + - typealias_declaration + unannotated_type: + - array_type + - dictionary_type + - existential_type + - function_type + - metatype + - opaque_type + - optional_type + - protocol_composition_type + - suppressed_constraint + - tuple_type + - type_pack_expansion + - type_parameter_pack + - user_type + +named: + additive_expression: + lhs: expression + op: ["+", "-"] + rhs: expression + array_literal: + element*: expression + array_type: + element: type + as_expression: + $children: as_operator + expr: expression + type: type + as_operator: + assignment: + operator: ["%=", "*=", "+=", "-=", "/=", "="] + result: expression + target: directly_assignable_expression + associatedtype_declaration: + $children*: [modifiers, type_constraints] + default_value?: type + must_inherit?: type + name: type_identifier + attribute: + $children+: [expression, user_type] + availability_condition: + $children*: [identifier, integer_literal] + await_expression: + $children?: expression + expr?: expression + bang: + bin_literal: + bitwise_operation: + lhs: expression + op: ["&", "<<", ">>", "^", "|"] + rhs: expression + boolean_literal: + call_expression: + $children+: [call_suffix, expression] + call_suffix: + $children+: [lambda_literal, value_arguments] + name*: simple_identifier + capture_list: + $children+: capture_list_item + capture_list_item: + $children?: ownership_modifier + name: [self_expression, simple_identifier] + value?: expression + catch_block: + $children+: [catch_keyword, statements, where_clause] + error?: pattern + catch_keyword: + check_expression: + op: "is" + target: expression + type: type + class_body: + $children*: [multiline_comment, type_level_declaration] + class_declaration: + $children*: [attribute, inheritance_modifier, inheritance_specifier, modifiers, ownership_modifier, property_behavior_modifier, type_constraints, type_parameters] + body: [class_body, enum_class_body] + declaration_kind: ["actor", "class", "enum", "extension", "struct"] + name: [type_identifier, unannotated_type] + comment: + comparison_expression: + lhs: expression + op: ["<", "<=", ">", ">="] + rhs: expression + computed_getter: + $children+: [attribute, getter_specifier, statements] + computed_modify: + $children+: [attribute, modify_specifier, statements] + computed_property: + $children*: [computed_getter, computed_modify, computed_setter, statements] + computed_setter: + $children+: [attribute, setter_specifier, simple_identifier, statements] + conjunction_expression: + lhs: expression + op: "&&" + rhs: expression + constructor_expression: + $children: constructor_suffix + constructed_type: [array_type, dictionary_type, user_type] + constructor_suffix: + $children+: [lambda_literal, value_arguments] + name*: simple_identifier + control_transfer_statement: + $children*: [expression, throw_keyword] + result?: expression + custom_operator: + default_keyword: + deinit_declaration: + $children?: modifiers + body: function_body + deprecated_operator_declaration_body: + $children*: [bin_literal, boolean_literal, hex_literal, integer_literal, line_string_literal, multi_line_string_literal, oct_literal, raw_string_literal, real_literal, regex_literal, simple_identifier] + diagnostic: + dictionary_literal: + key*: expression + value*: expression + dictionary_type: + key: type + value: type + didset_clause: + $children*: [modifiers, simple_identifier, statements] + directive: + $children*: [boolean_literal, integer_literal, simple_identifier] + directly_assignable_expression: + $children: expression + disjunction_expression: + lhs: expression + op: "||" + rhs: expression + do_statement: + $children*: [catch_block, statements] + else: + enum_class_body: + $children*: [enum_entry, type_level_declaration] + enum_entry: + $children?: modifiers + data_contents*: enum_type_parameters + name+: simple_identifier + raw_value*: expression + enum_type_parameters: + $children*: [expression, type, wildcard_pattern] + equality_constraint: + $children*: attribute + constrained_type: [identifier, nested_type_identifier] + must_equal: type + equality_expression: + lhs: expression + op: ["!=", "!==", "==", "==="] + rhs: expression + existential_type: + $children: unannotated_type + external_macro_definition: + $children: value_arguments + for_statement: + $children*: [statements, try_operator, type_annotation, where_clause] + collection: expression + item: pattern + fully_open_range: + function_body: + $children?: statements + function_declaration: + $children*: [attribute, inheritance_modifier, modifiers, ownership_modifier, parameter, property_behavior_modifier, throws, throws_clause, type_constraints, type_parameters] + body: function_body + default_value*: expression + name: [referenceable_operator, simple_identifier] + return_type?: [implicitly_unwrapped_type, type] + function_modifier: + function_type: + $children?: [throws, throws_clause] + params: unannotated_type + return_type: type + getter_specifier: + $children*: [mutation_modifier, throws, throws_clause] + guard_statement: + $children+: [else, statements] + condition+: if_condition + hex_literal: + identifier: + $children+: simple_identifier + if_condition: + $children: [availability_condition, expression, if_let_binding] + if_let_binding: + $children*: [expression, pattern, type, type_annotation, user_type, value_binding_pattern, where_clause, wildcard_pattern] + bound_identifier?: simple_identifier + if_statement: + $children*: [else, if_statement, statements] + condition+: if_condition + implicitly_unwrapped_type: + $children: type + import_declaration: + $children+: [identifier, modifiers] + infix_expression: + lhs: expression + op: custom_operator + rhs: expression + inheritance_constraint: + $children*: attribute + constrained_type: [identifier, nested_type_identifier] + inherits_from: [implicitly_unwrapped_type, type] + inheritance_modifier: + inheritance_specifier: + inherits_from: [function_type, suppressed_constraint, user_type] + init_declaration: + $children*: [attribute, bang, modifiers, parameter, throws, throws_clause, type_constraints, type_parameters] + body?: function_body + default_value*: expression + name: "init" + integer_literal: + interpolated_expression: + $children?: type_modifiers + name?: value_argument_label + reference_specifier*: value_argument_label + value?: expression + key_path_expression: + $children*: [array_type, bang, dictionary_type, simple_identifier, type_arguments, type_identifier, value_argument] + key_path_string_expression: + $children: expression + lambda_function_type: + $children*: [lambda_function_type_parameters, throws, throws_clause] + return_type?: [implicitly_unwrapped_type, type] + lambda_function_type_parameters: + $children+: lambda_parameter + lambda_literal: + $children*: [attribute, statements] + captures?: capture_list + type?: lambda_function_type + lambda_parameter: + $children?: [parameter_modifiers, self_expression] + external_name?: simple_identifier + name?: simple_identifier + type?: [implicitly_unwrapped_type, type] + line_str_text: + line_string_literal: + interpolation*: interpolated_expression + text*: [line_str_text, str_escaped_char] + macro_declaration: + $children+: [attribute, modifiers, parameter, simple_identifier, type_constraints, type_parameters, unannotated_type] + default_value*: expression + definition?: macro_definition + macro_definition: + body: [expression, external_macro_definition] + macro_invocation: + $children+: [call_suffix, simple_identifier, type_parameters] + member_modifier: + metatype: + $children: unannotated_type + modifiers: + $children+: [attribute, function_modifier, inheritance_modifier, member_modifier, mutation_modifier, ownership_modifier, parameter_modifier, property_behavior_modifier, property_modifier, visibility_modifier] + modify_specifier: + $children?: mutation_modifier + multi_line_str_text: + multi_line_string_literal: + interpolation*: interpolated_expression + text*: ["\"", multi_line_str_text, str_escaped_char] + multiline_comment: + multiplicative_expression: + lhs: expression + op: ["%", "*", "/"] + rhs: expression + mutation_modifier: + navigation_expression: + suffix: navigation_suffix + target+: ["(", ")", array_type, dictionary_type, existential_type, expression, opaque_type, user_type] + navigation_suffix: + suffix: [integer_literal, simple_identifier] + nested_type_identifier: + $children+: [simple_identifier, unannotated_type] + nil_coalescing_expression: + if_nil: expression + value: expression + oct_literal: + opaque_type: + $children: unannotated_type + open_end_range_expression: + start: expression + open_start_range_expression: + end: expression + operator_declaration: + $children+: [deprecated_operator_declaration_body, referenceable_operator, simple_identifier] + optional_chain_marker: + $children: expression + optional_type: + wrapped: [array_type, dictionary_type, tuple_type, user_type] + ownership_modifier: + parameter: + $children?: parameter_modifiers + external_name?: simple_identifier + name: simple_identifier + type: [implicitly_unwrapped_type, type] + parameter_modifier: + parameter_modifiers: + $children+: parameter_modifier + pattern: + $children*: [expression, pattern, type, user_type, value_binding_pattern, wildcard_pattern] + bound_identifier?: simple_identifier + playground_literal: + $children+: expression + postfix_expression: + operation: ["++", "--", bang] + target: expression + precedence_group_attribute: + $children+: [boolean_literal, simple_identifier] + precedence_group_attributes: + $children+: precedence_group_attribute + precedence_group_declaration: + $children+: [precedence_group_attributes, simple_identifier] + prefix_expression: + operation: ["&", "+", "++", "-", "--", ".", bang, custom_operator, "~"] + target: expression + property_behavior_modifier: + property_declaration: + $children*: [attribute, inheritance_modifier, modifiers, ownership_modifier, property_behavior_modifier, type_annotation, type_constraints, value_binding_pattern, willset_didset_block] + computed_value*: computed_property + name+: pattern + value*: expression + property_modifier: + protocol_body: + $children*: protocol_member_declaration + protocol_composition_type: + $children+: unannotated_type + protocol_declaration: + $children*: [attribute, inheritance_specifier, modifiers, type_constraints, type_parameters] + body: protocol_body + declaration_kind: "protocol" + name: type_identifier + protocol_function_declaration: + $children*: [attribute, modifiers, parameter, throws, throws_clause, type_constraints, type_parameters] + body?: function_body + default_value*: expression + name: [referenceable_operator, simple_identifier] + return_type?: [implicitly_unwrapped_type, type] + protocol_property_declaration: + $children+: [modifiers, protocol_property_requirements, type_annotation, type_constraints] + name: pattern + protocol_property_requirements: + $children*: [getter_specifier, setter_specifier] + range_expression: + end: expression + op: ["...", "..<"] + start: expression + raw_str_continuing_indicator: + raw_str_end_part: + raw_str_interpolation: + $children: raw_str_interpolation_start + interpolation+: interpolated_expression + raw_str_interpolation_start: + raw_str_part: + raw_string_literal: + $children*: raw_str_continuing_indicator + interpolation*: raw_str_interpolation + text+: [raw_str_end_part, raw_str_part] + real_literal: + referenceable_operator: + $children?: [bang, custom_operator] + regex_literal: + repeat_while_statement: + $children?: statements + condition+: if_condition + selector_expression: + $children: expression + self_expression: + setter_specifier: + $children?: mutation_modifier + shebang_line: + simple_identifier: + source_file: + $children*: [do_statement, expression, for_statement, global_declaration, guard_statement, repeat_while_statement, shebang_line, statement_label, throw_keyword, while_statement] + special_literal: + statement_label: + statements: + $children+: [control_transfer_statement, do_statement, expression, for_statement, guard_statement, local_declaration, repeat_while_statement, statement_label, while_statement] + str_escaped_char: + subscript_declaration: + $children+: [attribute, computed_property, modifiers, parameter, type_constraints, type_parameters] + default_value*: expression + return_type?: [implicitly_unwrapped_type, type] + super_expression: + suppressed_constraint: + suppressed: type_identifier + switch_entry: + $children+: [default_keyword, expression, modifiers, statements, switch_pattern, where_keyword] + switch_pattern: + $children: pattern + switch_statement: + $children*: switch_entry + expr: expression + ternary_expression: + condition: expression + if_false: expression + if_true: expression + throw_keyword: + throws: + throws_clause: + type: unannotated_type + try_expression: + $children: try_operator + expr: expression + try_operator: + tuple_expression: + name*: simple_identifier + value+: expression + tuple_type: + $children?: tuple_type_item + element*: tuple_type_item + tuple_type_item: + $children*: [dictionary_type, existential_type, opaque_type, parameter_modifiers, wildcard_pattern] + name?: simple_identifier + type?: type + type: + modifiers?: type_modifiers + name: unannotated_type + type_annotation: + type: [implicitly_unwrapped_type, type] + type_arguments: + $children+: type + type_constraint: + $children: [equality_constraint, inheritance_constraint] + type_constraints: + $children+: [type_constraint, where_keyword] + type_identifier: + type_modifiers: + $children+: attribute + type_pack_expansion: + $children: unannotated_type + type_parameter: + $children+: [type, type_identifier, type_parameter_modifiers, type_parameter_pack] + type_parameter_modifiers: + $children+: attribute + type_parameter_pack: + $children: unannotated_type + type_parameters: + $children+: [type_constraints, type_parameter] + typealias_declaration: + $children*: [attribute, inheritance_modifier, modifiers, ownership_modifier, property_behavior_modifier, type_parameters] + name: type_identifier + value: type + user_type: + $children+: [type_arguments, type_identifier] + value_argument: + $children?: type_modifiers + name?: value_argument_label + reference_specifier*: value_argument_label + value?: expression + value_argument_label: + $children: simple_identifier + value_arguments: + $children*: value_argument + value_binding_pattern: + mutability: ["let", "var"] + value_pack_expansion: + $children: expression + value_parameter_pack: + $children: expression + visibility_modifier: + where_clause: + $children+: [expression, where_keyword] + where_keyword: + while_statement: + $children?: statements + condition+: if_condition + wildcard_pattern: + willset_clause: + $children*: [modifiers, simple_identifier, statements] + willset_didset_block: + $children+: [didset_clause, willset_clause] + +unnamed: + - "?" + - "!" + - "!=" + - "!==" + - "\"" + - "\"\"\"" + - "#" + - "#else" + - "#elseif" + - "#endif" + - "#if" + - "%" + - "%=" + - "&" + - "&&" + - "(" + - ")" + - "*" + - "*=" + - "+" + - "++" + - "+=" + - "," + - "-" + - "--" + - "-=" + - "->" + - "." + - "..." + - "..<" + - "/" + - "/=" + - ":" + - ";" + - "<" + - "<<" + - "<=" + - "=" + - "==" + - "===" + - ">" + - ">=" + - ">>" + - "?" + - "??" + - "@" + - "@autoclosure" + - "@escaping" + - "Protocol" + - "Type" + - "[" + - "\\" + - "\\(" + - "]" + - "^" + - "^{" + - "_modify" + - "actor" + - "any" + - "arch" + - "as" + - "as!" + - "as?" + - "associatedtype" + - "async" + - "available" + - "await" + - "borrowing" + - "break" + - "canImport" + - "case" + - "class" + - "colorLiteral" + - "column" + - "compiler" + - "consuming" + - "continue" + - "convenience" + - "deinit" + - "didSet" + - "distributed" + - "do" + - "dsohandle" + - "dynamic" + - "each" + - "enum" + - "extension" + - "externalMacro" + - "fallthrough" + - "false" + - "file" + - "fileID" + - "fileLiteral" + - "filePath" + - "fileprivate" + - "final" + - "for" + - "func" + - "function" + - "get" + - "getter:" + - "guard" + - "if" + - "imageLiteral" + - "import" + - "in" + - "indirect" + - "infix" + - "init" + - "inout" + - "internal" + - "is" + - "keyPath" + - "lazy" + - "let" + - "line" + - "macro" + - "mutating" + - "nil" + - "nonisolated" + - "nonmutating" + - "open" + - "operator" + - "optional" + - "os" + - "override" + - "package" + - "postfix" + - "precedencegroup" + - "prefix" + - "private" + - "protocol" + - "public" + - "repeat" + - "required" + - "return" + - "selector" + - "self" + - "set" + - "setter:" + - "some" + - "static" + - "struct" + - "subscript" + - "super" + - "swift" + - "switch" + - "targetEnvironment" + - "true" + - "try" + - "typealias" + - "u" + - "unavailable" + - "unowned" + - "unowned(safe)" + - "unowned(unsafe)" + - "var" + - "weak" + - "while" + - "willSet" + - "yield" + - "{" + - "|" + - "||" + - "}" + - "~" diff --git a/unified/extractor/tree-sitter-swift/package.json b/unified/extractor/tree-sitter-swift/package.json new file mode 100644 index 000000000000..68dcf7cc42fc --- /dev/null +++ b/unified/extractor/tree-sitter-swift/package.json @@ -0,0 +1,68 @@ +{ + "name": "tree-sitter-swift", + "version": "0.7.2", + "description": "A tree-sitter grammar for the Swift programming language.", + "main": "bindings/node/index.js", + "types": "bindings/node", + "scripts": { + "install": "node-gyp-build", + "prestart": "tree-sitter build --wasm", + "start": "tree-sitter playground", + "test": "node --test bindings/node/*_test.js" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/alex-pinkus/tree-sitter-swift.git" + }, + "tree-sitter": [ + { + "scope": "source.swift", + "file-types": [ + "swift" + ], + "injection-regex": "swift", + "highlights": "queries/highlights.scm", + "locals": "queries/locals.scm", + "injections": "queries/injections.scm" + } + ], + "keywords": [ + "parser", + "swift" + ], + "files": [ + "grammar.js", + "tree-sitter.json", + "binding.gyp", + "prebuilds/**", + "bindings/node/*", + "queries/*", + "scripts/*", + "src/**" + ], + "author": "Alex Pinkus ", + "license": "MIT", + "bugs": { + "url": "https://github.com/alex-pinkus/tree-sitter-swift/issues" + }, + "homepage": "https://github.com/alex-pinkus/tree-sitter-swift#readme", + "dependencies": { + "node-addon-api": "^8.0.0", + "node-gyp-build": "^4.8.0", + "tree-sitter-cli": "^0.23", + "which": "2.0.2" + }, + "peerDependencies": { + "tree-sitter": "^0.22.1" + }, + "peerDependenciesMeta": { + "tree_sitter": { + "optional": true + } + }, + "devDependencies": { + "node-gyp": "^10.0.1", + "prebuildify": "^6.0.0", + "prettier": "2.3.2" + } +} diff --git a/unified/extractor/tree-sitter-swift/queries/folds.scm b/unified/extractor/tree-sitter-swift/queries/folds.scm new file mode 100644 index 000000000000..ca7f72593aa8 --- /dev/null +++ b/unified/extractor/tree-sitter-swift/queries/folds.scm @@ -0,0 +1,35 @@ +; format-ignore +[ + (protocol_body) ; protocol Foo { ... } + (class_body) ; class Foo { ... } + (enum_class_body) ; enum Foo { ... } + (function_body) ; func Foo (...) {...} + (computed_property) ; { ... } + + (computed_getter) ; get { ... } + (computed_setter) ; set { ... } + + (do_statement) + (if_statement) + (for_statement) + (switch_statement) + (while_statement) + (guard_statement) + (switch_entry) + + (type_parameters) ; x + (tuple_type) ; (...) + (array_type) ; [String] + (dictionary_type) ; [Foo: Bar] + + (call_expression) ; callFunc(...) + (tuple_expression) ; ( foo + bar ) + (array_literal) ; [ foo, bar ] + (dictionary_literal) ; [ foo: bar, x: y ] + (lambda_literal) + (willset_didset_block) + (willset_clause) + (didset_clause) + + (import_declaration)+ +] @fold diff --git a/unified/extractor/tree-sitter-swift/queries/highlights.scm b/unified/extractor/tree-sitter-swift/queries/highlights.scm new file mode 100644 index 000000000000..82ad68d4ed1c --- /dev/null +++ b/unified/extractor/tree-sitter-swift/queries/highlights.scm @@ -0,0 +1,336 @@ +[ + "." + ";" + ":" + "," +] @punctuation.delimiter + +[ + "(" + ")" + "[" + "]" + "{" + "}" +] @punctuation.bracket + +; Identifiers +(type_identifier) @type + +[ + (self_expression) + (super_expression) +] @variable.builtin + +; Declarations +[ + "func" + "deinit" +] @keyword.function + +[ + (visibility_modifier) + (member_modifier) + (function_modifier) + (property_modifier) + (parameter_modifier) + (inheritance_modifier) + (mutation_modifier) +] @keyword.modifier + +(simple_identifier) @variable + +(function_declaration + (simple_identifier) @function.method) + +(protocol_function_declaration + name: (simple_identifier) @function.method) + +(init_declaration + "init" @constructor) + +(parameter + external_name: (simple_identifier) @variable.parameter) + +(parameter + name: (simple_identifier) @variable.parameter) + +(type_parameter + (type_identifier) @variable.parameter) + +(inheritance_constraint + (identifier + (simple_identifier) @variable.parameter)) + +(equality_constraint + (identifier + (simple_identifier) @variable.parameter)) + +[ + "protocol" + "extension" + "indirect" + "nonisolated" + "override" + "convenience" + "required" + "some" + "any" + "weak" + "unowned" + "didSet" + "willSet" + "subscript" + "let" + "var" + (throws) + (where_keyword) + (getter_specifier) + (setter_specifier) + (modify_specifier) + (else) + (as_operator) +] @keyword + +[ + "enum" + "struct" + "class" + "typealias" +] @keyword.type + +[ + "async" + "await" +] @keyword.coroutine + +(shebang_line) @keyword.directive + +(class_body + (property_declaration + (pattern + (simple_identifier) @variable.member))) + +(protocol_property_declaration + (pattern + (simple_identifier) @variable.member)) + +(navigation_expression + (navigation_suffix + (simple_identifier) @variable.member)) + +(value_argument + name: (value_argument_label + (simple_identifier) @variable.member)) + +(import_declaration + "import" @keyword.import) + +(enum_entry + "case" @keyword) + +(modifiers + (attribute + "@" @attribute + (user_type + (type_identifier) @attribute))) + +; Function calls +(call_expression + (simple_identifier) @function.call) ; foo() + +(call_expression + ; foo.bar.baz(): highlight the baz() + (navigation_expression + (navigation_suffix + (simple_identifier) @function.call))) + +(call_expression + (prefix_expression + (simple_identifier) @function.call)) ; .foo() + +((navigation_expression + (simple_identifier) @type) ; SomeType.method(): highlight SomeType as a type + (#match? @type "^[A-Z]")) + +(directive) @keyword.directive + +; See https://docs.swift.org/swift-book/documentation/the-swift-programming-language/lexicalstructure/#Keywords-and-Punctuation +[ + (diagnostic) + (availability_condition) + (playground_literal) + (key_path_string_expression) + (selector_expression) + (external_macro_definition) +] @function.macro + +(special_literal) @constant.macro + +; Statements +(for_statement + "for" @keyword.repeat) + +(for_statement + "in" @keyword.repeat) + +[ + "while" + "repeat" + "continue" + "break" +] @keyword.repeat + +(guard_statement + "guard" @keyword.conditional) + +(if_statement + "if" @keyword.conditional) + +(switch_statement + "switch" @keyword.conditional) + +(switch_entry + "case" @keyword) + +(switch_entry + "fallthrough" @keyword) + +(switch_entry + (default_keyword) @keyword) + +"return" @keyword.return + +(ternary_expression + [ + "?" + ":" + ] @keyword.conditional.ternary) + +[ + (try_operator) + "do" + (throw_keyword) + (catch_keyword) +] @keyword.exception + +(statement_label) @label + +; Comments +[ + (comment) + (multiline_comment) +] @comment @spell + +((comment) @comment.documentation + (#match? @comment.documentation "^///[^/]")) + +((comment) @comment.documentation + (#match? @comment.documentation "^///$")) + +((multiline_comment) @comment.documentation + (#match? @comment.documentation "^/[*][*][^*].*[*]/$")) + +; String literals +(line_str_text) @string + +(str_escaped_char) @string.escape + +(multi_line_str_text) @string + +(raw_str_part) @string + +(raw_str_end_part) @string + +(line_string_literal + [ + "\\(" + ")" + ] @punctuation.special) + +(multi_line_string_literal + [ + "\\(" + ")" + ] @punctuation.special) + +(raw_str_interpolation + [ + (raw_str_interpolation_start) + ")" + ] @punctuation.special) + +[ + "\"" + "\"\"\"" +] @string + +; Lambda literals +(lambda_literal + "in" @keyword.operator) + +; Basic literals +[ + (integer_literal) + (hex_literal) + (oct_literal) + (bin_literal) +] @number + +(real_literal) @number.float + +(boolean_literal) @boolean + +"nil" @constant.builtin + +(wildcard_pattern) @character.special + +; Regex literals +(regex_literal) @string.regexp + +; Operators +(custom_operator) @operator + +[ + "+" + "-" + "*" + "/" + "%" + "=" + "+=" + "-=" + "*=" + "/=" + "<" + ">" + "<<" + ">>" + "<=" + ">=" + "++" + "--" + "^" + "&" + "&&" + "|" + "||" + "~" + "%=" + "!=" + "!==" + "==" + "===" + "?" + "??" + "->" + "..<" + "..." + (bang) +] @operator + +(type_arguments + [ + "<" + ">" + ] @punctuation.bracket) diff --git a/unified/extractor/tree-sitter-swift/queries/indents.scm b/unified/extractor/tree-sitter-swift/queries/indents.scm new file mode 100644 index 000000000000..ec8f8af95c6f --- /dev/null +++ b/unified/extractor/tree-sitter-swift/queries/indents.scm @@ -0,0 +1,123 @@ +; format-ignore +[ + ; ... refers to the section that will get affected by this indent.begin capture + (protocol_body) ; protocol Foo { ... } + (class_body) ; class Foo { ... } + (enum_class_body) ; enum Foo { ... } + (function_declaration) ; func Foo (...) {...} + (init_declaration) ; init(...) {...} + (deinit_declaration) ; deinit {...} + (computed_property) ; { ... } + (subscript_declaration) ; subscript Foo(...) { ... } + + (computed_getter) ; get { ... } + (computed_setter) ; set { ... } + + (assignment) ; a = b + + (control_transfer_statement) ; return ... + (for_statement) + (while_statement) + (repeat_while_statement) + (do_statement) + (if_statement) + (switch_statement) + (guard_statement) + + (type_parameters) ; x + (tuple_type) ; (...) + (array_type) ; [String] + (dictionary_type) ; [Foo: Bar] + + (call_expression) ; callFunc(...) + (tuple_expression) ; ( foo + bar ) + (array_literal) ; [ foo, bar ] + (dictionary_literal) ; [ foo: bar, x: y ] + (lambda_literal) + (willset_didset_block) + (willset_clause) + (didset_clause) +] @indent.begin + +(init_declaration) @indent.begin + +(init_declaration + [ + "init" + "(" + ] @indent.branch) + +; indentation for init parameters +(init_declaration + ")" @indent.branch @indent.end) + +(init_declaration + (parameter) @indent.begin + (#set! indent.immediate)) + +; @something(...) +(modifiers + (attribute) @indent.begin) + +(function_declaration + (modifiers + . + (attribute) + (_)* @indent.branch) + . + _ @indent.branch + (#not-kind-eq? @indent.branch "type_parameters" "parameter")) + +(ERROR + [ + "<" + "{" + "(" + "[" + ]) @indent.begin + +; if-elseif +(if_statement + (if_statement) @indent.dedent) + +; case Foo: +; default Foo: +; @attribute default Foo: +(switch_entry + . + _ @indent.branch) + +(function_declaration + ")" @indent.branch) + +(type_parameters + ">" @indent.branch @indent.end .) + +(tuple_expression + ")" @indent.branch @indent.end) + +(value_arguments + ")" @indent.branch @indent.end) + +(tuple_type + ")" @indent.branch @indent.end) + +(modifiers + (attribute + ")" @indent.branch @indent.end)) + +[ + "}" + "]" +] @indent.branch @indent.end + +[ + ; (ERROR) + (comment) + (multiline_comment) + (raw_str_part) + (multi_line_string_literal) +] @indent.auto + +(directive) @indent.ignore + diff --git a/unified/extractor/tree-sitter-swift/queries/injections.scm b/unified/extractor/tree-sitter-swift/queries/injections.scm new file mode 100644 index 000000000000..512cfa0d5223 --- /dev/null +++ b/unified/extractor/tree-sitter-swift/queries/injections.scm @@ -0,0 +1,10 @@ +; Parse regex syntax within regex literals + +((regex_literal) @injection.content + (#set! injection.language "regex")) + +([ + (comment) + (multiline_comment) +] @injection.content + (#set! injection.language "comment")) diff --git a/unified/extractor/tree-sitter-swift/queries/locals.scm b/unified/extractor/tree-sitter-swift/queries/locals.scm new file mode 100644 index 000000000000..78032a81810b --- /dev/null +++ b/unified/extractor/tree-sitter-swift/queries/locals.scm @@ -0,0 +1,23 @@ +(import_declaration + (identifier) @local.definition.import) + +(function_declaration + name: (simple_identifier) @local.definition.function) + +; Scopes +[ + (statements) + (for_statement) + (while_statement) + (repeat_while_statement) + (do_statement) + (if_statement) + (guard_statement) + (switch_statement) + (property_declaration) + (function_declaration) + (class_declaration) + (protocol_declaration) +] @local.scope + + diff --git a/unified/extractor/tree-sitter-swift/queries/outline.scm b/unified/extractor/tree-sitter-swift/queries/outline.scm new file mode 100644 index 000000000000..31fe5d9d4a43 --- /dev/null +++ b/unified/extractor/tree-sitter-swift/queries/outline.scm @@ -0,0 +1,66 @@ +(protocol_declaration + declaration_kind: "protocol" @name + . + _ * @name + . + body: (protocol_body) +) @item + +(class_declaration + declaration_kind: ( + [ + "actor" + "class" + "extension" + "enum" + "struct" + ] + ) @name + . + _ * @name + . + body: (_) +) @item + +(init_declaration + name: "init" @name + . + _ * @name + . + body: (function_body) +) @item + +(deinit_declaration + "deinit" @name) @item + +(function_declaration + "func" @name + . + _ * @name + . + body: (function_body) +) @item + +(class_body + (property_declaration + (value_binding_pattern) @name + name: (pattern) @name + (type_annotation)? @name + ) @item +) + +(enum_class_body + (property_declaration + (value_binding_pattern) @name + name: (pattern) @name + (type_annotation)? @name + ) @item +) + +( + (protocol_function_declaration) @name +) @item + +( + (protocol_property_declaration) @name +) @item diff --git a/unified/extractor/tree-sitter-swift/queries/tags.scm b/unified/extractor/tree-sitter-swift/queries/tags.scm new file mode 100644 index 000000000000..0038571e5d72 --- /dev/null +++ b/unified/extractor/tree-sitter-swift/queries/tags.scm @@ -0,0 +1,51 @@ +(class_declaration + name: (type_identifier) @name) @definition.class + +(protocol_declaration + name: (type_identifier) @name) @definition.interface + +(class_declaration + (class_body + [ + (function_declaration + name: (simple_identifier) @name + ) + (subscript_declaration + (parameter (simple_identifier) @name) + ) + (init_declaration "init" @name) + (deinit_declaration "deinit" @name) + ] + ) +) @definition.method + +(protocol_declaration + (protocol_body + [ + (protocol_function_declaration + name: (simple_identifier) @name + ) + (subscript_declaration + (parameter (simple_identifier) @name) + ) + (init_declaration "init" @name) + ] + ) +) @definition.method + +(class_declaration + (class_body + [ + (property_declaration + (pattern (simple_identifier) @name) + ) + ] + ) +) @definition.property + +(property_declaration + (pattern (simple_identifier) @name) +) @definition.property + +(function_declaration + name: (simple_identifier) @name) @definition.function \ No newline at end of file diff --git a/unified/extractor/tree-sitter-swift/queries/textobjects.scm b/unified/extractor/tree-sitter-swift/queries/textobjects.scm new file mode 100644 index 000000000000..da689a1b29f6 --- /dev/null +++ b/unified/extractor/tree-sitter-swift/queries/textobjects.scm @@ -0,0 +1,19 @@ + + +; MARK: Structure + +(function_declaration + body: (_) @function.inside) @function.around + +; TODO: Classes/structs/enums + + +; MARK: Tests + +; Only matches prefix test. Other conventions +; might be nice to add! +(function_declaration + name: (simple_identifier) @_name + (#match? @_name "^test") +) + diff --git a/unified/extractor/tree-sitter-swift/src/grammar.json b/unified/extractor/tree-sitter-swift/src/grammar.json new file mode 100644 index 000000000000..c62b03ad786c --- /dev/null +++ b/unified/extractor/tree-sitter-swift/src/grammar.json @@ -0,0 +1,11403 @@ +{ + "$schema": "https://tree-sitter.github.io/tree-sitter/assets/schemas/grammar.schema.json", + "name": "swift", + "rules": { + "source_file": { + "type": "SEQ", + "members": [ + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "shebang_line" + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "_top_level_statement" + }, + { + "type": "REPEAT", + "content": { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "_semi" + }, + { + "type": "SYMBOL", + "name": "_top_level_statement" + } + ] + } + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "_semi" + }, + { + "type": "BLANK" + } + ] + } + ] + }, + { + "type": "BLANK" + } + ] + } + ] + }, + "_semi": { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "_implicit_semi" + }, + { + "type": "SYMBOL", + "name": "_explicit_semi" + } + ] + }, + "shebang_line": { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "_hash_symbol" + }, + { + "type": "STRING", + "value": "!" + }, + { + "type": "PATTERN", + "value": "[^\\r\\n]*" + } + ] + }, + "comment": { + "type": "TOKEN", + "content": { + "type": "PREC", + "value": -3, + "content": { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "//" + }, + { + "type": "PATTERN", + "value": ".*" + } + ] + } + } + }, + "simple_identifier": { + "type": "CHOICE", + "members": [ + { + "type": "PATTERN", + "value": "[_\\p{XID_Start}\\p{Emoji}&&[^0-9#*]](\\p{EMod}|\\x{FE0F}\\x{20E3}?)?([_\\p{XID_Continue}\\p{Emoji}\\x{200D}](\\p{EMod}|\\x{FE0F}\\x{20E3}?)?)*" + }, + { + "type": "PATTERN", + "value": "`[^\\r\\n` ]*`" + }, + { + "type": "PATTERN", + "value": "\\$[0-9]+" + }, + { + "type": "TOKEN", + "content": { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "$" + }, + { + "type": "PATTERN", + "value": "[_\\p{XID_Start}\\p{Emoji}&&[^0-9#*]](\\p{EMod}|\\x{FE0F}\\x{20E3}?)?([_\\p{XID_Continue}\\p{Emoji}\\x{200D}](\\p{EMod}|\\x{FE0F}\\x{20E3}?)?)*" + } + ] + } + }, + { + "type": "SYMBOL", + "name": "_contextual_simple_identifier" + } + ] + }, + "_contextual_simple_identifier": { + "type": "CHOICE", + "members": [ + { + "type": "STRING", + "value": "actor" + }, + { + "type": "STRING", + "value": "async" + }, + { + "type": "STRING", + "value": "each" + }, + { + "type": "STRING", + "value": "lazy" + }, + { + "type": "STRING", + "value": "repeat" + }, + { + "type": "STRING", + "value": "package" + }, + { + "type": "SYMBOL", + "name": "_parameter_ownership_modifier" + } + ] + }, + "identifier": { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "simple_identifier" + }, + { + "type": "REPEAT", + "content": { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "_dot" + }, + { + "type": "SYMBOL", + "name": "simple_identifier" + } + ] + } + } + ] + }, + "_basic_literal": { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "integer_literal" + }, + { + "type": "SYMBOL", + "name": "hex_literal" + }, + { + "type": "SYMBOL", + "name": "oct_literal" + }, + { + "type": "SYMBOL", + "name": "bin_literal" + }, + { + "type": "SYMBOL", + "name": "real_literal" + }, + { + "type": "SYMBOL", + "name": "boolean_literal" + }, + { + "type": "SYMBOL", + "name": "_string_literal" + }, + { + "type": "SYMBOL", + "name": "regex_literal" + }, + { + "type": "STRING", + "value": "nil" + } + ] + }, + "real_literal": { + "type": "TOKEN", + "content": { + "type": "CHOICE", + "members": [ + { + "type": "SEQ", + "members": [ + { + "type": "TOKEN", + "content": { + "type": "SEQ", + "members": [ + { + "type": "PATTERN", + "value": "[0-9]+" + }, + { + "type": "REPEAT", + "content": { + "type": "SEQ", + "members": [ + { + "type": "PATTERN", + "value": "_+" + }, + { + "type": "PATTERN", + "value": "[0-9]+" + } + ] + } + } + ] + } + }, + { + "type": "TOKEN", + "content": { + "type": "SEQ", + "members": [ + { + "type": "PATTERN", + "value": "[eE]" + }, + { + "type": "CHOICE", + "members": [ + { + "type": "PATTERN", + "value": "[+-]" + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "TOKEN", + "content": { + "type": "SEQ", + "members": [ + { + "type": "PATTERN", + "value": "[0-9]+" + }, + { + "type": "REPEAT", + "content": { + "type": "SEQ", + "members": [ + { + "type": "PATTERN", + "value": "_+" + }, + { + "type": "PATTERN", + "value": "[0-9]+" + } + ] + } + } + ] + } + } + ] + } + } + ] + }, + { + "type": "SEQ", + "members": [ + { + "type": "CHOICE", + "members": [ + { + "type": "TOKEN", + "content": { + "type": "SEQ", + "members": [ + { + "type": "PATTERN", + "value": "[0-9]+" + }, + { + "type": "REPEAT", + "content": { + "type": "SEQ", + "members": [ + { + "type": "PATTERN", + "value": "_+" + }, + { + "type": "PATTERN", + "value": "[0-9]+" + } + ] + } + } + ] + } + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "STRING", + "value": "." + }, + { + "type": "TOKEN", + "content": { + "type": "SEQ", + "members": [ + { + "type": "PATTERN", + "value": "[0-9]+" + }, + { + "type": "REPEAT", + "content": { + "type": "SEQ", + "members": [ + { + "type": "PATTERN", + "value": "_+" + }, + { + "type": "PATTERN", + "value": "[0-9]+" + } + ] + } + } + ] + } + }, + { + "type": "CHOICE", + "members": [ + { + "type": "TOKEN", + "content": { + "type": "SEQ", + "members": [ + { + "type": "PATTERN", + "value": "[eE]" + }, + { + "type": "CHOICE", + "members": [ + { + "type": "PATTERN", + "value": "[+-]" + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "TOKEN", + "content": { + "type": "SEQ", + "members": [ + { + "type": "PATTERN", + "value": "[0-9]+" + }, + { + "type": "REPEAT", + "content": { + "type": "SEQ", + "members": [ + { + "type": "PATTERN", + "value": "_+" + }, + { + "type": "PATTERN", + "value": "[0-9]+" + } + ] + } + } + ] + } + } + ] + } + }, + { + "type": "BLANK" + } + ] + } + ] + }, + { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "0x" + }, + { + "type": "TOKEN", + "content": { + "type": "SEQ", + "members": [ + { + "type": "PATTERN", + "value": "[0-9a-fA-F]+" + }, + { + "type": "REPEAT", + "content": { + "type": "SEQ", + "members": [ + { + "type": "PATTERN", + "value": "_+" + }, + { + "type": "PATTERN", + "value": "[0-9a-fA-F]+" + } + ] + } + } + ] + } + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "." + }, + { + "type": "TOKEN", + "content": { + "type": "SEQ", + "members": [ + { + "type": "PATTERN", + "value": "[0-9a-fA-F]+" + }, + { + "type": "REPEAT", + "content": { + "type": "SEQ", + "members": [ + { + "type": "PATTERN", + "value": "_+" + }, + { + "type": "PATTERN", + "value": "[0-9a-fA-F]+" + } + ] + } + } + ] + } + } + ] + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "TOKEN", + "content": { + "type": "SEQ", + "members": [ + { + "type": "PATTERN", + "value": "[pP]" + }, + { + "type": "CHOICE", + "members": [ + { + "type": "PATTERN", + "value": "[+-]" + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "TOKEN", + "content": { + "type": "SEQ", + "members": [ + { + "type": "PATTERN", + "value": "[0-9]+" + }, + { + "type": "REPEAT", + "content": { + "type": "SEQ", + "members": [ + { + "type": "PATTERN", + "value": "_+" + }, + { + "type": "PATTERN", + "value": "[0-9]+" + } + ] + } + } + ] + } + } + ] + } + } + ] + } + ] + } + }, + "integer_literal": { + "type": "TOKEN", + "content": { + "type": "SEQ", + "members": [ + { + "type": "CHOICE", + "members": [ + { + "type": "PATTERN", + "value": "[1-9]" + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "TOKEN", + "content": { + "type": "SEQ", + "members": [ + { + "type": "PATTERN", + "value": "[0-9]+" + }, + { + "type": "REPEAT", + "content": { + "type": "SEQ", + "members": [ + { + "type": "PATTERN", + "value": "_+" + }, + { + "type": "PATTERN", + "value": "[0-9]+" + } + ] + } + } + ] + } + } + ] + } + }, + "hex_literal": { + "type": "TOKEN", + "content": { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "0" + }, + { + "type": "PATTERN", + "value": "[xX]" + }, + { + "type": "TOKEN", + "content": { + "type": "SEQ", + "members": [ + { + "type": "PATTERN", + "value": "[0-9a-fA-F]+" + }, + { + "type": "REPEAT", + "content": { + "type": "SEQ", + "members": [ + { + "type": "PATTERN", + "value": "_+" + }, + { + "type": "PATTERN", + "value": "[0-9a-fA-F]+" + } + ] + } + } + ] + } + } + ] + } + }, + "oct_literal": { + "type": "TOKEN", + "content": { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "0" + }, + { + "type": "PATTERN", + "value": "[oO]" + }, + { + "type": "TOKEN", + "content": { + "type": "SEQ", + "members": [ + { + "type": "PATTERN", + "value": "[0-7]+" + }, + { + "type": "REPEAT", + "content": { + "type": "SEQ", + "members": [ + { + "type": "PATTERN", + "value": "_+" + }, + { + "type": "PATTERN", + "value": "[0-7]+" + } + ] + } + } + ] + } + } + ] + } + }, + "bin_literal": { + "type": "TOKEN", + "content": { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "0" + }, + { + "type": "PATTERN", + "value": "[bB]" + }, + { + "type": "TOKEN", + "content": { + "type": "SEQ", + "members": [ + { + "type": "PATTERN", + "value": "[01]+" + }, + { + "type": "REPEAT", + "content": { + "type": "SEQ", + "members": [ + { + "type": "PATTERN", + "value": "_+" + }, + { + "type": "PATTERN", + "value": "[01]+" + } + ] + } + } + ] + } + } + ] + } + }, + "boolean_literal": { + "type": "CHOICE", + "members": [ + { + "type": "STRING", + "value": "true" + }, + { + "type": "STRING", + "value": "false" + } + ] + }, + "_string_literal": { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "line_string_literal" + }, + { + "type": "SYMBOL", + "name": "multi_line_string_literal" + }, + { + "type": "SYMBOL", + "name": "raw_string_literal" + } + ] + }, + "line_string_literal": { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "\"" + }, + { + "type": "REPEAT", + "content": { + "type": "CHOICE", + "members": [ + { + "type": "FIELD", + "name": "text", + "content": { + "type": "SYMBOL", + "name": "_line_string_content" + } + }, + { + "type": "SYMBOL", + "name": "_interpolation" + } + ] + } + }, + { + "type": "STRING", + "value": "\"" + } + ] + }, + "_line_string_content": { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "line_str_text" + }, + { + "type": "SYMBOL", + "name": "str_escaped_char" + } + ] + }, + "line_str_text": { + "type": "PATTERN", + "value": "[^\\\\\"]+" + }, + "str_escaped_char": { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "_escaped_identifier" + }, + { + "type": "SYMBOL", + "name": "_uni_character_literal" + } + ] + }, + "_uni_character_literal": { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "\\" + }, + { + "type": "STRING", + "value": "u" + }, + { + "type": "PATTERN", + "value": "\\{[0-9a-fA-F]+\\}" + } + ] + }, + "multi_line_string_literal": { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "\"\"\"" + }, + { + "type": "REPEAT", + "content": { + "type": "CHOICE", + "members": [ + { + "type": "FIELD", + "name": "text", + "content": { + "type": "SYMBOL", + "name": "_multi_line_string_content" + } + }, + { + "type": "SYMBOL", + "name": "_interpolation" + } + ] + } + }, + { + "type": "STRING", + "value": "\"\"\"" + } + ] + }, + "raw_string_literal": { + "type": "SEQ", + "members": [ + { + "type": "REPEAT", + "content": { + "type": "SEQ", + "members": [ + { + "type": "FIELD", + "name": "text", + "content": { + "type": "SYMBOL", + "name": "raw_str_part" + } + }, + { + "type": "FIELD", + "name": "interpolation", + "content": { + "type": "SYMBOL", + "name": "raw_str_interpolation" + } + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "raw_str_continuing_indicator" + }, + { + "type": "BLANK" + } + ] + } + ] + } + }, + { + "type": "FIELD", + "name": "text", + "content": { + "type": "SYMBOL", + "name": "raw_str_end_part" + } + } + ] + }, + "raw_str_interpolation": { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "raw_str_interpolation_start" + }, + { + "type": "SYMBOL", + "name": "_interpolation_contents" + }, + { + "type": "STRING", + "value": ")" + } + ] + }, + "raw_str_interpolation_start": { + "type": "PATTERN", + "value": "\\\\#*\\(" + }, + "_multi_line_string_content": { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "multi_line_str_text" + }, + { + "type": "SYMBOL", + "name": "str_escaped_char" + }, + { + "type": "STRING", + "value": "\"" + } + ] + }, + "_interpolation": { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "\\(" + }, + { + "type": "SYMBOL", + "name": "_interpolation_contents" + }, + { + "type": "STRING", + "value": ")" + } + ] + }, + "_interpolation_contents": { + "type": "SEQ", + "members": [ + { + "type": "FIELD", + "name": "interpolation", + "content": { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "value_argument" + }, + "named": true, + "value": "interpolated_expression" + } + }, + { + "type": "REPEAT", + "content": { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "," + }, + { + "type": "FIELD", + "name": "interpolation", + "content": { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "value_argument" + }, + "named": true, + "value": "interpolated_expression" + } + } + ] + } + }, + { + "type": "CHOICE", + "members": [ + { + "type": "STRING", + "value": "," + }, + { + "type": "BLANK" + } + ] + } + ] + }, + "_escaped_identifier": { + "type": "PATTERN", + "value": "\\\\[0\\\\tnr\"'\\n]" + }, + "multi_line_str_text": { + "type": "PATTERN", + "value": "[^\\\\\"]+" + }, + "regex_literal": { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "_extended_regex_literal" + }, + { + "type": "SYMBOL", + "name": "_multiline_regex_literal" + }, + { + "type": "SYMBOL", + "name": "_oneline_regex_literal" + } + ] + }, + "_extended_regex_literal": { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "_hash_symbol" + }, + { + "type": "PATTERN", + "value": "\\/((\\/[^#])|[^\\n])+\\/#" + } + ] + }, + "_multiline_regex_literal": { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "_hash_symbol" + }, + { + "type": "PATTERN", + "value": "\\/\\n" + }, + { + "type": "PATTERN", + "value": "(\\/[^#]|[^/])*?\\n\\/#" + } + ] + }, + "_oneline_regex_literal": { + "type": "TOKEN", + "content": { + "type": "PREC", + "value": -4, + "content": { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "/" + }, + { + "type": "IMMEDIATE_TOKEN", + "content": { + "type": "PATTERN", + "value": "[^ \\t\\n]?[^/\\n]*[^ \\t\\n/]" + } + }, + { + "type": "IMMEDIATE_TOKEN", + "content": { + "type": "STRING", + "value": "/" + } + } + ] + } + } + }, + "type_annotation": { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": ":" + }, + { + "type": "FIELD", + "name": "type", + "content": { + "type": "SYMBOL", + "name": "_possibly_implicitly_unwrapped_type" + } + } + ] + }, + "_possibly_implicitly_unwrapped_type": { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "type" + }, + { + "type": "SYMBOL", + "name": "implicitly_unwrapped_type" + } + ] + }, + "implicitly_unwrapped_type": { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "type" + }, + { + "type": "IMMEDIATE_TOKEN", + "content": { + "type": "STRING", + "value": "!" + } + } + ] + }, + "type": { + "type": "PREC_RIGHT", + "value": -1, + "content": { + "type": "SEQ", + "members": [ + { + "type": "FIELD", + "name": "modifiers", + "content": { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "type_modifiers" + }, + { + "type": "BLANK" + } + ] + } + }, + { + "type": "FIELD", + "name": "name", + "content": { + "type": "SYMBOL", + "name": "unannotated_type" + } + } + ] + } + }, + "unannotated_type": { + "type": "PREC_RIGHT", + "value": -1, + "content": { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "user_type" + }, + { + "type": "SYMBOL", + "name": "tuple_type" + }, + { + "type": "SYMBOL", + "name": "function_type" + }, + { + "type": "SYMBOL", + "name": "array_type" + }, + { + "type": "SYMBOL", + "name": "dictionary_type" + }, + { + "type": "SYMBOL", + "name": "optional_type" + }, + { + "type": "SYMBOL", + "name": "metatype" + }, + { + "type": "SYMBOL", + "name": "opaque_type" + }, + { + "type": "SYMBOL", + "name": "existential_type" + }, + { + "type": "SYMBOL", + "name": "protocol_composition_type" + }, + { + "type": "SYMBOL", + "name": "type_parameter_pack" + }, + { + "type": "SYMBOL", + "name": "type_pack_expansion" + }, + { + "type": "SYMBOL", + "name": "suppressed_constraint" + } + ] + } + }, + "user_type": { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "_simple_user_type" + }, + { + "type": "REPEAT", + "content": { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "_dot" + }, + { + "type": "SYMBOL", + "name": "_simple_user_type" + } + ] + } + } + ] + }, + "_simple_user_type": { + "type": "PREC_RIGHT", + "value": -1, + "content": { + "type": "SEQ", + "members": [ + { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "simple_identifier" + }, + "named": true, + "value": "type_identifier" + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "type_arguments" + }, + { + "type": "BLANK" + } + ] + } + ] + } + }, + "tuple_type": { + "type": "CHOICE", + "members": [ + { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "(" + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SEQ", + "members": [ + { + "type": "FIELD", + "name": "element", + "content": { + "type": "SYMBOL", + "name": "tuple_type_item" + } + }, + { + "type": "REPEAT", + "content": { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "," + }, + { + "type": "FIELD", + "name": "element", + "content": { + "type": "SYMBOL", + "name": "tuple_type_item" + } + } + ] + } + }, + { + "type": "CHOICE", + "members": [ + { + "type": "STRING", + "value": "," + }, + { + "type": "BLANK" + } + ] + } + ] + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "STRING", + "value": ")" + } + ] + }, + { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_parenthesized_type" + }, + "named": true, + "value": "tuple_type_item" + } + ] + }, + "tuple_type_item": { + "type": "PREC", + "value": -1, + "content": { + "type": "SEQ", + "members": [ + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "_tuple_type_item_identifier" + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "parameter_modifiers" + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "FIELD", + "name": "type", + "content": { + "type": "SYMBOL", + "name": "type" + } + } + ] + } + }, + "_tuple_type_item_identifier": { + "type": "PREC", + "value": -1, + "content": { + "type": "SEQ", + "members": [ + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "wildcard_pattern" + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "FIELD", + "name": "name", + "content": { + "type": "SYMBOL", + "name": "simple_identifier" + } + }, + { + "type": "STRING", + "value": ":" + } + ] + } + }, + "function_type": { + "type": "SEQ", + "members": [ + { + "type": "FIELD", + "name": "params", + "content": { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "tuple_type" + }, + { + "type": "SYMBOL", + "name": "unannotated_type" + } + ] + } + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "_async_keyword" + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "CHOICE", + "members": [ + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "throws_clause" + }, + { + "type": "SYMBOL", + "name": "throws" + } + ] + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "SYMBOL", + "name": "_arrow_operator" + }, + { + "type": "FIELD", + "name": "return_type", + "content": { + "type": "SYMBOL", + "name": "type" + } + } + ] + }, + "array_type": { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "[" + }, + { + "type": "FIELD", + "name": "element", + "content": { + "type": "SYMBOL", + "name": "type" + } + }, + { + "type": "STRING", + "value": "]" + } + ] + }, + "dictionary_type": { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "[" + }, + { + "type": "FIELD", + "name": "key", + "content": { + "type": "SYMBOL", + "name": "type" + } + }, + { + "type": "STRING", + "value": ":" + }, + { + "type": "FIELD", + "name": "value", + "content": { + "type": "SYMBOL", + "name": "type" + } + }, + { + "type": "STRING", + "value": "]" + } + ] + }, + "optional_type": { + "type": "PREC_LEFT", + "value": 0, + "content": { + "type": "SEQ", + "members": [ + { + "type": "FIELD", + "name": "wrapped", + "content": { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "user_type" + }, + { + "type": "SYMBOL", + "name": "tuple_type" + }, + { + "type": "SYMBOL", + "name": "array_type" + }, + { + "type": "SYMBOL", + "name": "dictionary_type" + } + ] + } + }, + { + "type": "REPEAT1", + "content": { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_immediate_quest" + }, + "named": false, + "value": "?" + } + } + ] + } + }, + "metatype": { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "unannotated_type" + }, + { + "type": "STRING", + "value": "." + }, + { + "type": "CHOICE", + "members": [ + { + "type": "STRING", + "value": "Type" + }, + { + "type": "STRING", + "value": "Protocol" + } + ] + } + ] + }, + "_quest": { + "type": "STRING", + "value": "?" + }, + "_immediate_quest": { + "type": "IMMEDIATE_TOKEN", + "content": { + "type": "STRING", + "value": "?" + } + }, + "opaque_type": { + "type": "PREC_RIGHT", + "value": 0, + "content": { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "some" + }, + { + "type": "SYMBOL", + "name": "unannotated_type" + } + ] + } + }, + "existential_type": { + "type": "PREC_RIGHT", + "value": 0, + "content": { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "any" + }, + { + "type": "SYMBOL", + "name": "unannotated_type" + } + ] + } + }, + "type_parameter_pack": { + "type": "PREC_LEFT", + "value": 0, + "content": { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "each" + }, + { + "type": "SYMBOL", + "name": "unannotated_type" + } + ] + } + }, + "type_pack_expansion": { + "type": "PREC_LEFT", + "value": 0, + "content": { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "repeat" + }, + { + "type": "SYMBOL", + "name": "unannotated_type" + } + ] + } + }, + "protocol_composition_type": { + "type": "PREC_LEFT", + "value": 0, + "content": { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "unannotated_type" + }, + { + "type": "REPEAT1", + "content": { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "&" + }, + { + "type": "PREC_RIGHT", + "value": 0, + "content": { + "type": "SYMBOL", + "name": "unannotated_type" + } + } + ] + } + } + ] + } + }, + "suppressed_constraint": { + "type": "PREC_RIGHT", + "value": 0, + "content": { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "~" + }, + { + "type": "FIELD", + "name": "suppressed", + "content": { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "simple_identifier" + }, + "named": true, + "value": "type_identifier" + } + } + ] + } + }, + "expression": { + "type": "PREC", + "value": -1, + "content": { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "simple_identifier" + }, + { + "type": "SYMBOL", + "name": "_unary_expression" + }, + { + "type": "SYMBOL", + "name": "_binary_expression" + }, + { + "type": "SYMBOL", + "name": "ternary_expression" + }, + { + "type": "SYMBOL", + "name": "_primary_expression" + }, + { + "type": "SYMBOL", + "name": "if_statement" + }, + { + "type": "SYMBOL", + "name": "switch_statement" + }, + { + "type": "SYMBOL", + "name": "assignment" + }, + { + "type": "SYMBOL", + "name": "value_parameter_pack" + }, + { + "type": "SYMBOL", + "name": "value_pack_expansion" + }, + { + "type": "SYMBOL", + "name": "optional_chain_marker" + } + ] + } + }, + "optional_chain_marker": { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "expression" + }, + { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_immediate_quest" + }, + "named": false, + "value": "?" + } + ] + }, + "_unary_expression": { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "postfix_expression" + }, + { + "type": "SYMBOL", + "name": "call_expression" + }, + { + "type": "SYMBOL", + "name": "macro_invocation" + }, + { + "type": "SYMBOL", + "name": "constructor_expression" + }, + { + "type": "SYMBOL", + "name": "navigation_expression" + }, + { + "type": "SYMBOL", + "name": "prefix_expression" + }, + { + "type": "SYMBOL", + "name": "as_expression" + }, + { + "type": "SYMBOL", + "name": "selector_expression" + }, + { + "type": "SYMBOL", + "name": "open_start_range_expression" + }, + { + "type": "SYMBOL", + "name": "open_end_range_expression" + }, + { + "type": "SYMBOL", + "name": "directive" + }, + { + "type": "SYMBOL", + "name": "diagnostic" + } + ] + }, + "postfix_expression": { + "type": "PREC_LEFT", + "value": 6, + "content": { + "type": "SEQ", + "members": [ + { + "type": "FIELD", + "name": "target", + "content": { + "type": "SYMBOL", + "name": "expression" + } + }, + { + "type": "FIELD", + "name": "operation", + "content": { + "type": "SYMBOL", + "name": "_postfix_unary_operator" + } + } + ] + } + }, + "constructor_expression": { + "type": "PREC", + "value": -2, + "content": { + "type": "SEQ", + "members": [ + { + "type": "FIELD", + "name": "constructed_type", + "content": { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "array_type" + }, + { + "type": "SYMBOL", + "name": "dictionary_type" + }, + { + "type": "SYMBOL", + "name": "user_type" + } + ] + } + }, + { + "type": "SYMBOL", + "name": "constructor_suffix" + } + ] + } + }, + "_parenthesized_type": { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "(" + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "opaque_type" + }, + { + "type": "SYMBOL", + "name": "existential_type" + }, + { + "type": "SYMBOL", + "name": "dictionary_type" + } + ] + }, + { + "type": "STRING", + "value": ")" + } + ] + }, + "navigation_expression": { + "type": "PREC_LEFT", + "value": -1, + "content": { + "type": "SEQ", + "members": [ + { + "type": "FIELD", + "name": "target", + "content": { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "_navigable_type_expression" + }, + { + "type": "SYMBOL", + "name": "expression" + }, + { + "type": "SYMBOL", + "name": "_parenthesized_type" + } + ] + } + }, + { + "type": "FIELD", + "name": "suffix", + "content": { + "type": "SYMBOL", + "name": "navigation_suffix" + } + } + ] + } + }, + "_navigable_type_expression": { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "user_type" + }, + { + "type": "SYMBOL", + "name": "array_type" + }, + { + "type": "SYMBOL", + "name": "dictionary_type" + } + ] + }, + "open_start_range_expression": { + "type": "PREC_RIGHT", + "value": -1, + "content": { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "_range_operator" + }, + { + "type": "PREC_RIGHT", + "value": -2, + "content": { + "type": "FIELD", + "name": "end", + "content": { + "type": "SYMBOL", + "name": "expression" + } + } + } + ] + } + }, + "_range_operator": { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "_open_ended_range_operator" + }, + { + "type": "SYMBOL", + "name": "_three_dot_operator" + } + ] + }, + "open_end_range_expression": { + "type": "PREC_RIGHT", + "value": -1, + "content": { + "type": "SEQ", + "members": [ + { + "type": "FIELD", + "name": "start", + "content": { + "type": "SYMBOL", + "name": "expression" + } + }, + { + "type": "SYMBOL", + "name": "_three_dot_operator" + } + ] + } + }, + "prefix_expression": { + "type": "PREC_LEFT", + "value": 7, + "content": { + "type": "SEQ", + "members": [ + { + "type": "FIELD", + "name": "operation", + "content": { + "type": "SYMBOL", + "name": "_prefix_unary_operator" + } + }, + { + "type": "FIELD", + "name": "target", + "content": { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "expression" + }, + { + "type": "ALIAS", + "content": { + "type": "CHOICE", + "members": [ + { + "type": "STRING", + "value": "async" + }, + { + "type": "STRING", + "value": "if" + }, + { + "type": "STRING", + "value": "switch" + } + ] + }, + "named": true, + "value": "expression" + } + ] + } + } + ] + } + }, + "as_expression": { + "type": "PREC_LEFT", + "value": -1, + "content": { + "type": "SEQ", + "members": [ + { + "type": "FIELD", + "name": "expr", + "content": { + "type": "SYMBOL", + "name": "expression" + } + }, + { + "type": "SYMBOL", + "name": "as_operator" + }, + { + "type": "FIELD", + "name": "type", + "content": { + "type": "SYMBOL", + "name": "type" + } + } + ] + } + }, + "selector_expression": { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "_hash_symbol" + }, + { + "type": "STRING", + "value": "selector" + }, + { + "type": "STRING", + "value": "(" + }, + { + "type": "CHOICE", + "members": [ + { + "type": "CHOICE", + "members": [ + { + "type": "STRING", + "value": "getter:" + }, + { + "type": "STRING", + "value": "setter:" + } + ] + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "SYMBOL", + "name": "expression" + }, + { + "type": "STRING", + "value": ")" + } + ] + }, + "_binary_expression": { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "multiplicative_expression" + }, + { + "type": "SYMBOL", + "name": "additive_expression" + }, + { + "type": "SYMBOL", + "name": "range_expression" + }, + { + "type": "SYMBOL", + "name": "infix_expression" + }, + { + "type": "SYMBOL", + "name": "nil_coalescing_expression" + }, + { + "type": "SYMBOL", + "name": "check_expression" + }, + { + "type": "SYMBOL", + "name": "equality_expression" + }, + { + "type": "SYMBOL", + "name": "comparison_expression" + }, + { + "type": "SYMBOL", + "name": "conjunction_expression" + }, + { + "type": "SYMBOL", + "name": "disjunction_expression" + }, + { + "type": "SYMBOL", + "name": "bitwise_operation" + } + ] + }, + "multiplicative_expression": { + "type": "PREC_LEFT", + "value": 11, + "content": { + "type": "SEQ", + "members": [ + { + "type": "FIELD", + "name": "lhs", + "content": { + "type": "SYMBOL", + "name": "expression" + } + }, + { + "type": "FIELD", + "name": "op", + "content": { + "type": "SYMBOL", + "name": "_multiplicative_operator" + } + }, + { + "type": "FIELD", + "name": "rhs", + "content": { + "type": "SYMBOL", + "name": "expression" + } + } + ] + } + }, + "additive_expression": { + "type": "PREC_LEFT", + "value": 10, + "content": { + "type": "SEQ", + "members": [ + { + "type": "FIELD", + "name": "lhs", + "content": { + "type": "SYMBOL", + "name": "expression" + } + }, + { + "type": "FIELD", + "name": "op", + "content": { + "type": "SYMBOL", + "name": "_additive_operator" + } + }, + { + "type": "FIELD", + "name": "rhs", + "content": { + "type": "SYMBOL", + "name": "expression" + } + } + ] + } + }, + "range_expression": { + "type": "PREC_RIGHT", + "value": -1, + "content": { + "type": "SEQ", + "members": [ + { + "type": "FIELD", + "name": "start", + "content": { + "type": "SYMBOL", + "name": "expression" + } + }, + { + "type": "FIELD", + "name": "op", + "content": { + "type": "SYMBOL", + "name": "_range_operator" + } + }, + { + "type": "FIELD", + "name": "end", + "content": { + "type": "SYMBOL", + "name": "_expr_hack_at_ternary_binary_suffix" + } + } + ] + } + }, + "infix_expression": { + "type": "PREC_LEFT", + "value": 9, + "content": { + "type": "SEQ", + "members": [ + { + "type": "FIELD", + "name": "lhs", + "content": { + "type": "SYMBOL", + "name": "expression" + } + }, + { + "type": "FIELD", + "name": "op", + "content": { + "type": "SYMBOL", + "name": "custom_operator" + } + }, + { + "type": "FIELD", + "name": "rhs", + "content": { + "type": "SYMBOL", + "name": "_expr_hack_at_ternary_binary_suffix" + } + } + ] + } + }, + "nil_coalescing_expression": { + "type": "PREC_RIGHT", + "value": 8, + "content": { + "type": "SEQ", + "members": [ + { + "type": "FIELD", + "name": "value", + "content": { + "type": "SYMBOL", + "name": "expression" + } + }, + { + "type": "SYMBOL", + "name": "_nil_coalescing_operator" + }, + { + "type": "FIELD", + "name": "if_nil", + "content": { + "type": "SYMBOL", + "name": "_expr_hack_at_ternary_binary_suffix" + } + } + ] + } + }, + "check_expression": { + "type": "PREC_LEFT", + "value": 7, + "content": { + "type": "SEQ", + "members": [ + { + "type": "FIELD", + "name": "target", + "content": { + "type": "SYMBOL", + "name": "expression" + } + }, + { + "type": "FIELD", + "name": "op", + "content": { + "type": "SYMBOL", + "name": "_is_operator" + } + }, + { + "type": "FIELD", + "name": "type", + "content": { + "type": "SYMBOL", + "name": "type" + } + } + ] + } + }, + "comparison_expression": { + "type": "PREC_LEFT", + "value": 0, + "content": { + "type": "SEQ", + "members": [ + { + "type": "FIELD", + "name": "lhs", + "content": { + "type": "SYMBOL", + "name": "expression" + } + }, + { + "type": "FIELD", + "name": "op", + "content": { + "type": "SYMBOL", + "name": "_comparison_operator" + } + }, + { + "type": "FIELD", + "name": "rhs", + "content": { + "type": "SYMBOL", + "name": "_expr_hack_at_ternary_binary_suffix" + } + } + ] + } + }, + "equality_expression": { + "type": "PREC_LEFT", + "value": 5, + "content": { + "type": "SEQ", + "members": [ + { + "type": "FIELD", + "name": "lhs", + "content": { + "type": "SYMBOL", + "name": "expression" + } + }, + { + "type": "FIELD", + "name": "op", + "content": { + "type": "SYMBOL", + "name": "_equality_operator" + } + }, + { + "type": "FIELD", + "name": "rhs", + "content": { + "type": "SYMBOL", + "name": "_expr_hack_at_ternary_binary_suffix" + } + } + ] + } + }, + "conjunction_expression": { + "type": "PREC_LEFT", + "value": 4, + "content": { + "type": "SEQ", + "members": [ + { + "type": "FIELD", + "name": "lhs", + "content": { + "type": "SYMBOL", + "name": "expression" + } + }, + { + "type": "FIELD", + "name": "op", + "content": { + "type": "SYMBOL", + "name": "_conjunction_operator" + } + }, + { + "type": "FIELD", + "name": "rhs", + "content": { + "type": "SYMBOL", + "name": "_expr_hack_at_ternary_binary_suffix" + } + } + ] + } + }, + "disjunction_expression": { + "type": "PREC_LEFT", + "value": 3, + "content": { + "type": "SEQ", + "members": [ + { + "type": "FIELD", + "name": "lhs", + "content": { + "type": "SYMBOL", + "name": "expression" + } + }, + { + "type": "FIELD", + "name": "op", + "content": { + "type": "SYMBOL", + "name": "_disjunction_operator" + } + }, + { + "type": "FIELD", + "name": "rhs", + "content": { + "type": "SYMBOL", + "name": "_expr_hack_at_ternary_binary_suffix" + } + } + ] + } + }, + "bitwise_operation": { + "type": "PREC_LEFT", + "value": 0, + "content": { + "type": "SEQ", + "members": [ + { + "type": "FIELD", + "name": "lhs", + "content": { + "type": "SYMBOL", + "name": "expression" + } + }, + { + "type": "FIELD", + "name": "op", + "content": { + "type": "SYMBOL", + "name": "_bitwise_binary_operator" + } + }, + { + "type": "FIELD", + "name": "rhs", + "content": { + "type": "SYMBOL", + "name": "_expr_hack_at_ternary_binary_suffix" + } + } + ] + } + }, + "custom_operator": { + "type": "CHOICE", + "members": [ + { + "type": "TOKEN", + "content": { + "type": "PATTERN", + "value": "[\\/]+[*]+" + } + }, + { + "type": "SYMBOL", + "name": "_custom_operator" + } + ] + }, + "navigation_suffix": { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "_dot" + }, + { + "type": "FIELD", + "name": "suffix", + "content": { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "simple_identifier" + }, + { + "type": "SYMBOL", + "name": "integer_literal" + } + ] + } + } + ] + }, + "call_suffix": { + "type": "PREC", + "value": -2, + "content": { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "value_arguments" + }, + { + "type": "PREC_DYNAMIC", + "value": -1, + "content": { + "type": "SYMBOL", + "name": "_fn_call_lambda_arguments" + } + }, + { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "value_arguments" + }, + { + "type": "SYMBOL", + "name": "_fn_call_lambda_arguments" + } + ] + } + ] + } + }, + "constructor_suffix": { + "type": "PREC", + "value": -2, + "content": { + "type": "CHOICE", + "members": [ + { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_constructor_value_arguments" + }, + "named": true, + "value": "value_arguments" + }, + { + "type": "PREC_DYNAMIC", + "value": -1, + "content": { + "type": "SYMBOL", + "name": "_fn_call_lambda_arguments" + } + }, + { + "type": "SEQ", + "members": [ + { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_constructor_value_arguments" + }, + "named": true, + "value": "value_arguments" + }, + { + "type": "SYMBOL", + "name": "_fn_call_lambda_arguments" + } + ] + } + ] + } + }, + "_constructor_value_arguments": { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "(" + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "value_argument" + }, + { + "type": "REPEAT", + "content": { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "," + }, + { + "type": "SYMBOL", + "name": "value_argument" + } + ] + } + }, + { + "type": "CHOICE", + "members": [ + { + "type": "STRING", + "value": "," + }, + { + "type": "BLANK" + } + ] + } + ] + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "STRING", + "value": ")" + } + ] + }, + "_fn_call_lambda_arguments": { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "lambda_literal" + }, + { + "type": "REPEAT", + "content": { + "type": "SEQ", + "members": [ + { + "type": "SEQ", + "members": [ + { + "type": "FIELD", + "name": "name", + "content": { + "type": "SYMBOL", + "name": "simple_identifier" + } + }, + { + "type": "STRING", + "value": ":" + } + ] + }, + { + "type": "SYMBOL", + "name": "lambda_literal" + } + ] + } + } + ] + }, + "type_arguments": { + "type": "PREC_LEFT", + "value": 0, + "content": { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "<" + }, + { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "type" + }, + { + "type": "REPEAT", + "content": { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "," + }, + { + "type": "SYMBOL", + "name": "type" + } + ] + } + }, + { + "type": "CHOICE", + "members": [ + { + "type": "STRING", + "value": "," + }, + { + "type": "BLANK" + } + ] + } + ] + }, + { + "type": "STRING", + "value": ">" + } + ] + } + }, + "value_arguments": { + "type": "SEQ", + "members": [ + { + "type": "CHOICE", + "members": [ + { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "(" + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "value_argument" + }, + { + "type": "REPEAT", + "content": { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "," + }, + { + "type": "SYMBOL", + "name": "value_argument" + } + ] + } + }, + { + "type": "CHOICE", + "members": [ + { + "type": "STRING", + "value": "," + }, + { + "type": "BLANK" + } + ] + } + ] + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "STRING", + "value": ")" + } + ] + }, + { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "[" + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "value_argument" + }, + { + "type": "REPEAT", + "content": { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "," + }, + { + "type": "SYMBOL", + "name": "value_argument" + } + ] + } + }, + { + "type": "CHOICE", + "members": [ + { + "type": "STRING", + "value": "," + }, + { + "type": "BLANK" + } + ] + } + ] + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "STRING", + "value": "]" + } + ] + } + ] + } + ] + }, + "value_argument_label": { + "type": "PREC_LEFT", + "value": 0, + "content": { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "simple_identifier" + }, + { + "type": "ALIAS", + "content": { + "type": "STRING", + "value": "if" + }, + "named": true, + "value": "simple_identifier" + }, + { + "type": "ALIAS", + "content": { + "type": "STRING", + "value": "switch" + }, + "named": true, + "value": "simple_identifier" + } + ] + } + }, + "value_argument": { + "type": "PREC_LEFT", + "value": 0, + "content": { + "type": "SEQ", + "members": [ + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "type_modifiers" + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "CHOICE", + "members": [ + { + "type": "REPEAT1", + "content": { + "type": "SEQ", + "members": [ + { + "type": "FIELD", + "name": "reference_specifier", + "content": { + "type": "SYMBOL", + "name": "value_argument_label" + } + }, + { + "type": "STRING", + "value": ":" + } + ] + } + }, + { + "type": "SEQ", + "members": [ + { + "type": "CHOICE", + "members": [ + { + "type": "SEQ", + "members": [ + { + "type": "FIELD", + "name": "name", + "content": { + "type": "SYMBOL", + "name": "value_argument_label" + } + }, + { + "type": "STRING", + "value": ":" + } + ] + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "FIELD", + "name": "value", + "content": { + "type": "SYMBOL", + "name": "expression" + } + } + ] + } + ] + } + ] + } + }, + "try_expression": { + "type": "PREC_RIGHT", + "value": -2, + "content": { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "try_operator" + }, + { + "type": "FIELD", + "name": "expr", + "content": { + "type": "CHOICE", + "members": [ + { + "type": "PREC_RIGHT", + "value": -2, + "content": { + "type": "SYMBOL", + "name": "expression" + } + }, + { + "type": "PREC_LEFT", + "value": 0, + "content": { + "type": "SYMBOL", + "name": "_binary_expression" + } + }, + { + "type": "PREC_LEFT", + "value": 0, + "content": { + "type": "SYMBOL", + "name": "call_expression" + } + }, + { + "type": "PREC_DYNAMIC", + "value": 1, + "content": { + "type": "PREC_LEFT", + "value": -1, + "content": { + "type": "SYMBOL", + "name": "ternary_expression" + } + } + } + ] + } + } + ] + } + }, + "await_expression": { + "type": "PREC_RIGHT", + "value": -2, + "content": { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "_await_operator" + }, + { + "type": "FIELD", + "name": "expr", + "content": { + "type": "CHOICE", + "members": [ + { + "type": "PREC_RIGHT", + "value": -2, + "content": { + "type": "SYMBOL", + "name": "expression" + } + }, + { + "type": "PREC_LEFT", + "value": 0, + "content": { + "type": "SYMBOL", + "name": "call_expression" + } + }, + { + "type": "PREC_DYNAMIC", + "value": 1, + "content": { + "type": "PREC_LEFT", + "value": -1, + "content": { + "type": "SYMBOL", + "name": "ternary_expression" + } + } + } + ] + } + } + ] + } + }, + "_await_operator": { + "type": "ALIAS", + "content": { + "type": "STRING", + "value": "await" + }, + "named": false, + "value": "await" + }, + "ternary_expression": { + "type": "PREC_RIGHT", + "value": -2, + "content": { + "type": "SEQ", + "members": [ + { + "type": "FIELD", + "name": "condition", + "content": { + "type": "SYMBOL", + "name": "expression" + } + }, + { + "type": "SYMBOL", + "name": "_quest" + }, + { + "type": "FIELD", + "name": "if_true", + "content": { + "type": "SYMBOL", + "name": "expression" + } + }, + { + "type": "STRING", + "value": ":" + }, + { + "type": "FIELD", + "name": "if_false", + "content": { + "type": "SYMBOL", + "name": "_expr_hack_at_ternary_binary_suffix" + } + } + ] + } + }, + "_expr_hack_at_ternary_binary_suffix": { + "type": "PREC_LEFT", + "value": -2, + "content": { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "expression" + }, + { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "expr_hack_at_ternary_binary_call" + }, + "named": true, + "value": "call_expression" + } + ] + } + }, + "expr_hack_at_ternary_binary_call": { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "expression" + }, + { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "expr_hack_at_ternary_binary_call_suffix" + }, + "named": true, + "value": "call_suffix" + } + ] + }, + "expr_hack_at_ternary_binary_call_suffix": { + "type": "PREC", + "value": -2, + "content": { + "type": "SYMBOL", + "name": "value_arguments" + } + }, + "call_expression": { + "type": "PREC", + "value": -2, + "content": { + "type": "PREC_DYNAMIC", + "value": 1, + "content": { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "expression" + }, + { + "type": "SYMBOL", + "name": "call_suffix" + } + ] + } + } + }, + "macro_invocation": { + "type": "PREC", + "value": -2, + "content": { + "type": "PREC_DYNAMIC", + "value": 1, + "content": { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "_hash_symbol" + }, + { + "type": "SYMBOL", + "name": "simple_identifier" + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "type_parameters" + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "SYMBOL", + "name": "call_suffix" + } + ] + } + } + }, + "_primary_expression": { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "tuple_expression" + }, + { + "type": "SYMBOL", + "name": "_basic_literal" + }, + { + "type": "SYMBOL", + "name": "lambda_literal" + }, + { + "type": "SYMBOL", + "name": "special_literal" + }, + { + "type": "SYMBOL", + "name": "playground_literal" + }, + { + "type": "SYMBOL", + "name": "array_literal" + }, + { + "type": "SYMBOL", + "name": "dictionary_literal" + }, + { + "type": "SYMBOL", + "name": "self_expression" + }, + { + "type": "SYMBOL", + "name": "super_expression" + }, + { + "type": "SYMBOL", + "name": "try_expression" + }, + { + "type": "SYMBOL", + "name": "await_expression" + }, + { + "type": "SYMBOL", + "name": "referenceable_operator" + }, + { + "type": "SYMBOL", + "name": "key_path_expression" + }, + { + "type": "SYMBOL", + "name": "key_path_string_expression" + }, + { + "type": "PREC_RIGHT", + "value": -1, + "content": { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_three_dot_operator" + }, + "named": true, + "value": "fully_open_range" + } + } + ] + }, + "tuple_expression": { + "type": "PREC_RIGHT", + "value": -1, + "content": { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "(" + }, + { + "type": "SEQ", + "members": [ + { + "type": "SEQ", + "members": [ + { + "type": "CHOICE", + "members": [ + { + "type": "SEQ", + "members": [ + { + "type": "FIELD", + "name": "name", + "content": { + "type": "SYMBOL", + "name": "simple_identifier" + } + }, + { + "type": "STRING", + "value": ":" + } + ] + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "FIELD", + "name": "value", + "content": { + "type": "SYMBOL", + "name": "expression" + } + } + ] + }, + { + "type": "REPEAT", + "content": { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "," + }, + { + "type": "SEQ", + "members": [ + { + "type": "CHOICE", + "members": [ + { + "type": "SEQ", + "members": [ + { + "type": "FIELD", + "name": "name", + "content": { + "type": "SYMBOL", + "name": "simple_identifier" + } + }, + { + "type": "STRING", + "value": ":" + } + ] + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "FIELD", + "name": "value", + "content": { + "type": "SYMBOL", + "name": "expression" + } + } + ] + } + ] + } + }, + { + "type": "CHOICE", + "members": [ + { + "type": "STRING", + "value": "," + }, + { + "type": "BLANK" + } + ] + } + ] + }, + { + "type": "STRING", + "value": ")" + } + ] + } + }, + "array_literal": { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "[" + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SEQ", + "members": [ + { + "type": "FIELD", + "name": "element", + "content": { + "type": "SYMBOL", + "name": "expression" + } + }, + { + "type": "REPEAT", + "content": { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "," + }, + { + "type": "FIELD", + "name": "element", + "content": { + "type": "SYMBOL", + "name": "expression" + } + } + ] + } + }, + { + "type": "CHOICE", + "members": [ + { + "type": "STRING", + "value": "," + }, + { + "type": "BLANK" + } + ] + } + ] + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "STRING", + "value": "]" + } + ] + }, + "dictionary_literal": { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "[" + }, + { + "type": "CHOICE", + "members": [ + { + "type": "STRING", + "value": ":" + }, + { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "_dictionary_literal_item" + }, + { + "type": "REPEAT", + "content": { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "," + }, + { + "type": "SYMBOL", + "name": "_dictionary_literal_item" + } + ] + } + }, + { + "type": "CHOICE", + "members": [ + { + "type": "STRING", + "value": "," + }, + { + "type": "BLANK" + } + ] + } + ] + } + ] + }, + { + "type": "CHOICE", + "members": [ + { + "type": "STRING", + "value": "," + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "STRING", + "value": "]" + } + ] + }, + "_dictionary_literal_item": { + "type": "SEQ", + "members": [ + { + "type": "FIELD", + "name": "key", + "content": { + "type": "SYMBOL", + "name": "expression" + } + }, + { + "type": "STRING", + "value": ":" + }, + { + "type": "FIELD", + "name": "value", + "content": { + "type": "SYMBOL", + "name": "expression" + } + } + ] + }, + "special_literal": { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "_hash_symbol" + }, + { + "type": "CHOICE", + "members": [ + { + "type": "STRING", + "value": "file" + }, + { + "type": "STRING", + "value": "fileID" + }, + { + "type": "STRING", + "value": "filePath" + }, + { + "type": "STRING", + "value": "line" + }, + { + "type": "STRING", + "value": "column" + }, + { + "type": "STRING", + "value": "function" + }, + { + "type": "STRING", + "value": "dsohandle" + } + ] + } + ] + }, + "playground_literal": { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "_hash_symbol" + }, + { + "type": "CHOICE", + "members": [ + { + "type": "STRING", + "value": "colorLiteral" + }, + { + "type": "STRING", + "value": "fileLiteral" + }, + { + "type": "STRING", + "value": "imageLiteral" + } + ] + }, + { + "type": "STRING", + "value": "(" + }, + { + "type": "SEQ", + "members": [ + { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "simple_identifier" + }, + { + "type": "STRING", + "value": ":" + }, + { + "type": "SYMBOL", + "name": "expression" + } + ] + }, + { + "type": "REPEAT", + "content": { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "," + }, + { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "simple_identifier" + }, + { + "type": "STRING", + "value": ":" + }, + { + "type": "SYMBOL", + "name": "expression" + } + ] + } + ] + } + }, + { + "type": "CHOICE", + "members": [ + { + "type": "STRING", + "value": "," + }, + { + "type": "BLANK" + } + ] + } + ] + }, + { + "type": "STRING", + "value": ")" + } + ] + }, + "lambda_literal": { + "type": "PREC_LEFT", + "value": -3, + "content": { + "type": "SEQ", + "members": [ + { + "type": "CHOICE", + "members": [ + { + "type": "STRING", + "value": "{" + }, + { + "type": "STRING", + "value": "^{" + } + ] + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "_lambda_type_declaration" + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "statements" + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "STRING", + "value": "}" + } + ] + } + }, + "_lambda_type_declaration": { + "type": "SEQ", + "members": [ + { + "type": "REPEAT", + "content": { + "type": "SYMBOL", + "name": "attribute" + } + }, + { + "type": "PREC", + "value": -1, + "content": { + "type": "CHOICE", + "members": [ + { + "type": "FIELD", + "name": "captures", + "content": { + "type": "SYMBOL", + "name": "capture_list" + } + }, + { + "type": "BLANK" + } + ] + } + }, + { + "type": "CHOICE", + "members": [ + { + "type": "FIELD", + "name": "type", + "content": { + "type": "SYMBOL", + "name": "lambda_function_type" + } + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "STRING", + "value": "in" + } + ] + }, + "capture_list": { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "[" + }, + { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "capture_list_item" + }, + { + "type": "REPEAT", + "content": { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "," + }, + { + "type": "SYMBOL", + "name": "capture_list_item" + } + ] + } + }, + { + "type": "CHOICE", + "members": [ + { + "type": "STRING", + "value": "," + }, + { + "type": "BLANK" + } + ] + } + ] + }, + { + "type": "STRING", + "value": "]" + } + ] + }, + "capture_list_item": { + "type": "CHOICE", + "members": [ + { + "type": "FIELD", + "name": "name", + "content": { + "type": "SYMBOL", + "name": "self_expression" + } + }, + { + "type": "PREC", + "value": -1, + "content": { + "type": "SEQ", + "members": [ + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "ownership_modifier" + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "FIELD", + "name": "name", + "content": { + "type": "SYMBOL", + "name": "simple_identifier" + } + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "_equal_sign" + }, + { + "type": "FIELD", + "name": "value", + "content": { + "type": "SYMBOL", + "name": "expression" + } + } + ] + }, + { + "type": "BLANK" + } + ] + } + ] + } + } + ] + }, + "lambda_function_type": { + "type": "PREC", + "value": -1, + "content": { + "type": "SEQ", + "members": [ + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "lambda_function_type_parameters" + }, + { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "(" + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "lambda_function_type_parameters" + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "STRING", + "value": ")" + } + ] + } + ] + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "_async_keyword" + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "CHOICE", + "members": [ + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "throws_clause" + }, + { + "type": "SYMBOL", + "name": "throws" + } + ] + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "_arrow_operator" + }, + { + "type": "FIELD", + "name": "return_type", + "content": { + "type": "SYMBOL", + "name": "_possibly_implicitly_unwrapped_type" + } + } + ] + }, + { + "type": "BLANK" + } + ] + } + ] + } + }, + "lambda_function_type_parameters": { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "lambda_parameter" + }, + { + "type": "REPEAT", + "content": { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "," + }, + { + "type": "SYMBOL", + "name": "lambda_parameter" + } + ] + } + }, + { + "type": "CHOICE", + "members": [ + { + "type": "STRING", + "value": "," + }, + { + "type": "BLANK" + } + ] + } + ] + }, + "lambda_parameter": { + "type": "SEQ", + "members": [ + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "self_expression" + }, + { + "type": "PREC", + "value": -1, + "content": { + "type": "FIELD", + "name": "name", + "content": { + "type": "SYMBOL", + "name": "simple_identifier" + } + } + }, + { + "type": "PREC", + "value": -1, + "content": { + "type": "SEQ", + "members": [ + { + "type": "CHOICE", + "members": [ + { + "type": "FIELD", + "name": "external_name", + "content": { + "type": "SYMBOL", + "name": "simple_identifier" + } + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "FIELD", + "name": "name", + "content": { + "type": "SYMBOL", + "name": "simple_identifier" + } + }, + { + "type": "STRING", + "value": ":" + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "parameter_modifiers" + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "FIELD", + "name": "type", + "content": { + "type": "SYMBOL", + "name": "_possibly_implicitly_unwrapped_type" + } + } + ] + } + } + ] + } + ] + }, + "self_expression": { + "type": "STRING", + "value": "self" + }, + "super_expression": { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "super" + } + ] + }, + "_else_options": { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "_block" + }, + { + "type": "SYMBOL", + "name": "if_statement" + } + ] + }, + "if_statement": { + "type": "PREC_RIGHT", + "value": -1, + "content": { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "if" + }, + { + "type": "SEQ", + "members": [ + { + "type": "FIELD", + "name": "condition", + "content": { + "type": "SYMBOL", + "name": "if_condition" + } + }, + { + "type": "REPEAT", + "content": { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "," + }, + { + "type": "FIELD", + "name": "condition", + "content": { + "type": "SYMBOL", + "name": "if_condition" + } + } + ] + } + } + ] + }, + { + "type": "SYMBOL", + "name": "_block" + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "else" + }, + { + "type": "SYMBOL", + "name": "_else_options" + } + ] + }, + { + "type": "BLANK" + } + ] + } + ] + } + }, + "if_condition": { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "if_let_binding" + }, + { + "type": "SYMBOL", + "name": "expression" + }, + { + "type": "SYMBOL", + "name": "availability_condition" + } + ] + }, + "if_let_binding": { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "_direct_or_indirect_binding" + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "_equal_sign" + }, + { + "type": "SYMBOL", + "name": "expression" + } + ] + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "where_clause" + }, + { + "type": "BLANK" + } + ] + } + ] + }, + "guard_statement": { + "type": "PREC_RIGHT", + "value": -1, + "content": { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "guard" + }, + { + "type": "SEQ", + "members": [ + { + "type": "FIELD", + "name": "condition", + "content": { + "type": "SYMBOL", + "name": "if_condition" + } + }, + { + "type": "REPEAT", + "content": { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "," + }, + { + "type": "FIELD", + "name": "condition", + "content": { + "type": "SYMBOL", + "name": "if_condition" + } + } + ] + } + } + ] + }, + { + "type": "SYMBOL", + "name": "else" + }, + { + "type": "SYMBOL", + "name": "_block" + } + ] + } + }, + "switch_statement": { + "type": "PREC_RIGHT", + "value": -1, + "content": { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "switch" + }, + { + "type": "FIELD", + "name": "expr", + "content": { + "type": "SYMBOL", + "name": "expression" + } + }, + { + "type": "STRING", + "value": "{" + }, + { + "type": "REPEAT", + "content": { + "type": "SYMBOL", + "name": "switch_entry" + } + }, + { + "type": "STRING", + "value": "}" + } + ] + } + }, + "switch_entry": { + "type": "SEQ", + "members": [ + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "modifiers" + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "case" + }, + { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "switch_pattern" + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "where_keyword" + }, + { + "type": "SYMBOL", + "name": "expression" + } + ] + }, + { + "type": "BLANK" + } + ] + } + ] + }, + { + "type": "REPEAT", + "content": { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "," + }, + { + "type": "SYMBOL", + "name": "switch_pattern" + } + ] + } + } + ] + }, + { + "type": "SYMBOL", + "name": "default_keyword" + } + ] + }, + { + "type": "STRING", + "value": ":" + }, + { + "type": "SYMBOL", + "name": "statements" + }, + { + "type": "CHOICE", + "members": [ + { + "type": "STRING", + "value": "fallthrough" + }, + { + "type": "BLANK" + } + ] + } + ] + }, + "switch_pattern": { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_binding_pattern_with_expr" + }, + "named": true, + "value": "pattern" + }, + "do_statement": { + "type": "PREC_RIGHT", + "value": -1, + "content": { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "do" + }, + { + "type": "SYMBOL", + "name": "_block" + }, + { + "type": "REPEAT", + "content": { + "type": "SYMBOL", + "name": "catch_block" + } + } + ] + } + }, + "catch_block": { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "catch_keyword" + }, + { + "type": "FIELD", + "name": "error", + "content": { + "type": "CHOICE", + "members": [ + { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_binding_pattern_no_expr" + }, + "named": true, + "value": "pattern" + }, + { + "type": "BLANK" + } + ] + } + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "where_clause" + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "SYMBOL", + "name": "_block" + } + ] + }, + "where_clause": { + "type": "PREC_LEFT", + "value": 0, + "content": { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "where_keyword" + }, + { + "type": "SYMBOL", + "name": "expression" + } + ] + } + }, + "key_path_expression": { + "type": "PREC_RIGHT", + "value": 1, + "content": { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "\\" + }, + { + "type": "CHOICE", + "members": [ + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "_simple_user_type" + }, + { + "type": "SYMBOL", + "name": "array_type" + }, + { + "type": "SYMBOL", + "name": "dictionary_type" + } + ] + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "REPEAT", + "content": { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "." + }, + { + "type": "SYMBOL", + "name": "_key_path_component" + } + ] + } + } + ] + } + }, + "key_path_string_expression": { + "type": "PREC_LEFT", + "value": 0, + "content": { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "_hash_symbol" + }, + { + "type": "STRING", + "value": "keyPath" + }, + { + "type": "STRING", + "value": "(" + }, + { + "type": "SYMBOL", + "name": "expression" + }, + { + "type": "STRING", + "value": ")" + } + ] + } + }, + "_key_path_component": { + "type": "PREC_LEFT", + "value": 0, + "content": { + "type": "CHOICE", + "members": [ + { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "simple_identifier" + }, + { + "type": "REPEAT", + "content": { + "type": "SYMBOL", + "name": "_key_path_postfixes" + } + } + ] + }, + { + "type": "REPEAT1", + "content": { + "type": "SYMBOL", + "name": "_key_path_postfixes" + } + } + ] + } + }, + "_key_path_postfixes": { + "type": "CHOICE", + "members": [ + { + "type": "STRING", + "value": "?" + }, + { + "type": "SYMBOL", + "name": "bang" + }, + { + "type": "STRING", + "value": "self" + }, + { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "[" + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "value_argument" + }, + { + "type": "REPEAT", + "content": { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "," + }, + { + "type": "SYMBOL", + "name": "value_argument" + } + ] + } + } + ] + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "STRING", + "value": "]" + } + ] + } + ] + }, + "try_operator": { + "type": "PREC_RIGHT", + "value": 0, + "content": { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "try" + }, + { + "type": "CHOICE", + "members": [ + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "_try_operator_type" + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "SYMBOL", + "name": "_fake_try_bang" + } + ] + } + ] + } + }, + "_try_operator_type": { + "type": "CHOICE", + "members": [ + { + "type": "IMMEDIATE_TOKEN", + "content": { + "type": "STRING", + "value": "!" + } + }, + { + "type": "IMMEDIATE_TOKEN", + "content": { + "type": "STRING", + "value": "?" + } + } + ] + }, + "_assignment_and_operator": { + "type": "CHOICE", + "members": [ + { + "type": "STRING", + "value": "+=" + }, + { + "type": "STRING", + "value": "-=" + }, + { + "type": "STRING", + "value": "*=" + }, + { + "type": "STRING", + "value": "/=" + }, + { + "type": "STRING", + "value": "%=" + }, + { + "type": "SYMBOL", + "name": "_equal_sign" + } + ] + }, + "_equality_operator": { + "type": "CHOICE", + "members": [ + { + "type": "STRING", + "value": "!=" + }, + { + "type": "STRING", + "value": "!==" + }, + { + "type": "SYMBOL", + "name": "_eq_eq" + }, + { + "type": "STRING", + "value": "===" + } + ] + }, + "_comparison_operator": { + "type": "CHOICE", + "members": [ + { + "type": "STRING", + "value": "<" + }, + { + "type": "STRING", + "value": ">" + }, + { + "type": "STRING", + "value": "<=" + }, + { + "type": "STRING", + "value": ">=" + } + ] + }, + "_three_dot_operator": { + "type": "ALIAS", + "content": { + "type": "STRING", + "value": "..." + }, + "named": false, + "value": "..." + }, + "_open_ended_range_operator": { + "type": "ALIAS", + "content": { + "type": "STRING", + "value": "..<" + }, + "named": false, + "value": "..<" + }, + "_is_operator": { + "type": "STRING", + "value": "is" + }, + "_additive_operator": { + "type": "CHOICE", + "members": [ + { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_plus_then_ws" + }, + "named": false, + "value": "+" + }, + { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_minus_then_ws" + }, + "named": false, + "value": "-" + }, + { + "type": "STRING", + "value": "+" + }, + { + "type": "STRING", + "value": "-" + } + ] + }, + "_multiplicative_operator": { + "type": "CHOICE", + "members": [ + { + "type": "STRING", + "value": "*" + }, + { + "type": "ALIAS", + "content": { + "type": "TOKEN", + "content": { + "type": "PREC", + "value": -4, + "content": { + "type": "STRING", + "value": "/" + } + } + }, + "named": false, + "value": "/" + }, + { + "type": "STRING", + "value": "%" + } + ] + }, + "as_operator": { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "_as" + }, + { + "type": "SYMBOL", + "name": "_as_quest" + }, + { + "type": "SYMBOL", + "name": "_as_bang" + } + ] + }, + "_prefix_unary_operator": { + "type": "PREC_RIGHT", + "value": 0, + "content": { + "type": "CHOICE", + "members": [ + { + "type": "STRING", + "value": "++" + }, + { + "type": "STRING", + "value": "--" + }, + { + "type": "STRING", + "value": "-" + }, + { + "type": "STRING", + "value": "+" + }, + { + "type": "SYMBOL", + "name": "bang" + }, + { + "type": "STRING", + "value": "&" + }, + { + "type": "STRING", + "value": "~" + }, + { + "type": "SYMBOL", + "name": "_dot" + }, + { + "type": "SYMBOL", + "name": "custom_operator" + } + ] + } + }, + "_bitwise_binary_operator": { + "type": "CHOICE", + "members": [ + { + "type": "STRING", + "value": "&" + }, + { + "type": "STRING", + "value": "|" + }, + { + "type": "STRING", + "value": "^" + }, + { + "type": "STRING", + "value": "<<" + }, + { + "type": "STRING", + "value": ">>" + } + ] + }, + "_postfix_unary_operator": { + "type": "CHOICE", + "members": [ + { + "type": "STRING", + "value": "++" + }, + { + "type": "STRING", + "value": "--" + }, + { + "type": "SYMBOL", + "name": "bang" + } + ] + }, + "directly_assignable_expression": { + "type": "SYMBOL", + "name": "expression" + }, + "statements": { + "type": "PREC_LEFT", + "value": 0, + "content": { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "_local_statement" + }, + { + "type": "REPEAT", + "content": { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "_semi" + }, + { + "type": "SYMBOL", + "name": "_local_statement" + } + ] + } + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "_semi" + }, + { + "type": "BLANK" + } + ] + } + ] + } + }, + "_local_statement": { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "expression" + }, + { + "type": "SYMBOL", + "name": "local_declaration" + }, + { + "type": "SYMBOL", + "name": "_labeled_statement" + }, + { + "type": "SYMBOL", + "name": "control_transfer_statement" + } + ] + }, + "_top_level_statement": { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "expression" + }, + { + "type": "SYMBOL", + "name": "global_declaration" + }, + { + "type": "SYMBOL", + "name": "_labeled_statement" + }, + { + "type": "SYMBOL", + "name": "_throw_statement" + } + ] + }, + "_block": { + "type": "PREC", + "value": 2, + "content": { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "{" + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "statements" + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "STRING", + "value": "}" + } + ] + } + }, + "_labeled_statement": { + "type": "SEQ", + "members": [ + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "statement_label" + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "for_statement" + }, + { + "type": "SYMBOL", + "name": "while_statement" + }, + { + "type": "SYMBOL", + "name": "repeat_while_statement" + }, + { + "type": "SYMBOL", + "name": "do_statement" + }, + { + "type": "SYMBOL", + "name": "if_statement" + }, + { + "type": "SYMBOL", + "name": "guard_statement" + }, + { + "type": "SYMBOL", + "name": "switch_statement" + } + ] + } + ] + }, + "statement_label": { + "type": "TOKEN", + "content": { + "type": "PATTERN", + "value": "[a-zA-Z_][a-zA-Z_0-9]*:" + } + }, + "for_statement": { + "type": "PREC", + "value": 1, + "content": { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "for" + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "try_operator" + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "_await_operator" + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "FIELD", + "name": "item", + "content": { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_binding_pattern_no_expr" + }, + "named": true, + "value": "pattern" + } + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "type_annotation" + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "STRING", + "value": "in" + }, + { + "type": "FIELD", + "name": "collection", + "content": { + "type": "SYMBOL", + "name": "_for_statement_collection" + } + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "where_clause" + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "SYMBOL", + "name": "_block" + } + ] + } + }, + "_for_statement_collection": { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "expression" + }, + { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "for_statement_await" + }, + "named": true, + "value": "await_expression" + } + ] + }, + "for_statement_await": { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "_await_operator" + }, + { + "type": "SYMBOL", + "name": "expression" + } + ] + }, + "while_statement": { + "type": "PREC", + "value": 1, + "content": { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "while" + }, + { + "type": "SEQ", + "members": [ + { + "type": "FIELD", + "name": "condition", + "content": { + "type": "SYMBOL", + "name": "if_condition" + } + }, + { + "type": "REPEAT", + "content": { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "," + }, + { + "type": "FIELD", + "name": "condition", + "content": { + "type": "SYMBOL", + "name": "if_condition" + } + } + ] + } + } + ] + }, + { + "type": "STRING", + "value": "{" + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "statements" + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "STRING", + "value": "}" + } + ] + } + }, + "repeat_while_statement": { + "type": "PREC", + "value": 1, + "content": { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "repeat" + }, + { + "type": "STRING", + "value": "{" + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "statements" + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "STRING", + "value": "}" + }, + { + "type": "REPEAT", + "content": { + "type": "SYMBOL", + "name": "_implicit_semi" + } + }, + { + "type": "STRING", + "value": "while" + }, + { + "type": "SEQ", + "members": [ + { + "type": "FIELD", + "name": "condition", + "content": { + "type": "SYMBOL", + "name": "if_condition" + } + }, + { + "type": "REPEAT", + "content": { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "," + }, + { + "type": "FIELD", + "name": "condition", + "content": { + "type": "SYMBOL", + "name": "if_condition" + } + } + ] + } + } + ] + } + ] + } + }, + "control_transfer_statement": { + "type": "CHOICE", + "members": [ + { + "type": "PREC_RIGHT", + "value": 0, + "content": { + "type": "SYMBOL", + "name": "_throw_statement" + } + }, + { + "type": "PREC_RIGHT", + "value": 0, + "content": { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "_optionally_valueful_control_keyword" + }, + { + "type": "FIELD", + "name": "result", + "content": { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "expression" + }, + { + "type": "BLANK" + } + ] + } + } + ] + } + } + ] + }, + "_throw_statement": { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "throw_keyword" + }, + { + "type": "SYMBOL", + "name": "expression" + } + ] + }, + "throw_keyword": { + "type": "STRING", + "value": "throw" + }, + "_optionally_valueful_control_keyword": { + "type": "CHOICE", + "members": [ + { + "type": "STRING", + "value": "return" + }, + { + "type": "STRING", + "value": "continue" + }, + { + "type": "STRING", + "value": "break" + }, + { + "type": "STRING", + "value": "yield" + } + ] + }, + "assignment": { + "type": "PREC_LEFT", + "value": -3, + "content": { + "type": "SEQ", + "members": [ + { + "type": "FIELD", + "name": "target", + "content": { + "type": "SYMBOL", + "name": "directly_assignable_expression" + } + }, + { + "type": "FIELD", + "name": "operator", + "content": { + "type": "SYMBOL", + "name": "_assignment_and_operator" + } + }, + { + "type": "FIELD", + "name": "result", + "content": { + "type": "SYMBOL", + "name": "expression" + } + } + ] + } + }, + "value_parameter_pack": { + "type": "PREC_LEFT", + "value": 1, + "content": { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "each" + }, + { + "type": "SYMBOL", + "name": "expression" + } + ] + } + }, + "value_pack_expansion": { + "type": "PREC_LEFT", + "value": 1, + "content": { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "repeat" + }, + { + "type": "SYMBOL", + "name": "expression" + } + ] + } + }, + "availability_condition": { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "_hash_symbol" + }, + { + "type": "CHOICE", + "members": [ + { + "type": "STRING", + "value": "available" + }, + { + "type": "STRING", + "value": "unavailable" + } + ] + }, + { + "type": "STRING", + "value": "(" + }, + { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "_availability_argument" + }, + { + "type": "REPEAT", + "content": { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "," + }, + { + "type": "SYMBOL", + "name": "_availability_argument" + } + ] + } + }, + { + "type": "CHOICE", + "members": [ + { + "type": "STRING", + "value": "," + }, + { + "type": "BLANK" + } + ] + } + ] + }, + { + "type": "STRING", + "value": ")" + } + ] + }, + "_availability_argument": { + "type": "CHOICE", + "members": [ + { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "identifier" + }, + { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "integer_literal" + }, + { + "type": "REPEAT", + "content": { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "." + }, + { + "type": "SYMBOL", + "name": "integer_literal" + } + ] + } + } + ] + } + ] + }, + { + "type": "STRING", + "value": "*" + } + ] + }, + "global_declaration": { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "import_declaration" + }, + { + "type": "SYMBOL", + "name": "property_declaration" + }, + { + "type": "SYMBOL", + "name": "typealias_declaration" + }, + { + "type": "SYMBOL", + "name": "function_declaration" + }, + { + "type": "SYMBOL", + "name": "init_declaration" + }, + { + "type": "SYMBOL", + "name": "class_declaration" + }, + { + "type": "SYMBOL", + "name": "protocol_declaration" + }, + { + "type": "SYMBOL", + "name": "operator_declaration" + }, + { + "type": "SYMBOL", + "name": "precedence_group_declaration" + }, + { + "type": "SYMBOL", + "name": "associatedtype_declaration" + }, + { + "type": "SYMBOL", + "name": "macro_declaration" + } + ] + }, + "type_level_declaration": { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "import_declaration" + }, + { + "type": "SYMBOL", + "name": "property_declaration" + }, + { + "type": "SYMBOL", + "name": "typealias_declaration" + }, + { + "type": "SYMBOL", + "name": "function_declaration" + }, + { + "type": "SYMBOL", + "name": "init_declaration" + }, + { + "type": "SYMBOL", + "name": "class_declaration" + }, + { + "type": "SYMBOL", + "name": "protocol_declaration" + }, + { + "type": "SYMBOL", + "name": "deinit_declaration" + }, + { + "type": "SYMBOL", + "name": "subscript_declaration" + }, + { + "type": "SYMBOL", + "name": "operator_declaration" + }, + { + "type": "SYMBOL", + "name": "precedence_group_declaration" + }, + { + "type": "SYMBOL", + "name": "associatedtype_declaration" + } + ] + }, + "local_declaration": { + "type": "CHOICE", + "members": [ + { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_local_property_declaration" + }, + "named": true, + "value": "property_declaration" + }, + { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_local_typealias_declaration" + }, + "named": true, + "value": "typealias_declaration" + }, + { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_local_function_declaration" + }, + "named": true, + "value": "function_declaration" + }, + { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_local_class_declaration" + }, + "named": true, + "value": "class_declaration" + } + ] + }, + "_local_property_declaration": { + "type": "SEQ", + "members": [ + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "_locally_permitted_modifiers" + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "SYMBOL", + "name": "_modifierless_property_declaration" + } + ] + }, + "_local_typealias_declaration": { + "type": "SEQ", + "members": [ + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "_locally_permitted_modifiers" + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "SYMBOL", + "name": "_modifierless_typealias_declaration" + } + ] + }, + "_local_function_declaration": { + "type": "SEQ", + "members": [ + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "_locally_permitted_modifiers" + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "SYMBOL", + "name": "_modifierless_function_declaration" + } + ] + }, + "_local_class_declaration": { + "type": "SEQ", + "members": [ + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "_locally_permitted_modifiers" + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "SYMBOL", + "name": "_modifierless_class_declaration" + } + ] + }, + "import_declaration": { + "type": "SEQ", + "members": [ + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "modifiers" + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "STRING", + "value": "import" + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "_import_kind" + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "SYMBOL", + "name": "identifier" + } + ] + }, + "_import_kind": { + "type": "CHOICE", + "members": [ + { + "type": "STRING", + "value": "typealias" + }, + { + "type": "STRING", + "value": "struct" + }, + { + "type": "STRING", + "value": "class" + }, + { + "type": "STRING", + "value": "enum" + }, + { + "type": "STRING", + "value": "protocol" + }, + { + "type": "STRING", + "value": "let" + }, + { + "type": "STRING", + "value": "var" + }, + { + "type": "STRING", + "value": "func" + } + ] + }, + "protocol_property_declaration": { + "type": "PREC_RIGHT", + "value": 0, + "content": { + "type": "SEQ", + "members": [ + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "modifiers" + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "FIELD", + "name": "name", + "content": { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_binding_kind_and_pattern" + }, + "named": true, + "value": "pattern" + } + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "type_annotation" + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "type_constraints" + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "SYMBOL", + "name": "protocol_property_requirements" + } + ] + } + }, + "protocol_property_requirements": { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "{" + }, + { + "type": "REPEAT", + "content": { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "getter_specifier" + }, + { + "type": "SYMBOL", + "name": "setter_specifier" + } + ] + } + }, + { + "type": "STRING", + "value": "}" + } + ] + }, + "property_declaration": { + "type": "SEQ", + "members": [ + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "modifiers" + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "SYMBOL", + "name": "_modifierless_property_declaration" + } + ] + }, + "_modifierless_property_declaration": { + "type": "PREC_RIGHT", + "value": 0, + "content": { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "_possibly_async_binding_pattern_kind" + }, + { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "_single_modifierless_property_declaration" + }, + { + "type": "REPEAT", + "content": { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "," + }, + { + "type": "SYMBOL", + "name": "_single_modifierless_property_declaration" + } + ] + } + } + ] + } + ] + } + }, + "_single_modifierless_property_declaration": { + "type": "PREC_LEFT", + "value": 0, + "content": { + "type": "SEQ", + "members": [ + { + "type": "FIELD", + "name": "name", + "content": { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_no_expr_pattern_already_bound" + }, + "named": true, + "value": "pattern" + } + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "type_annotation" + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "type_constraints" + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "CHOICE", + "members": [ + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "_expression_with_willset_didset" + }, + { + "type": "SYMBOL", + "name": "_expression_without_willset_didset" + }, + { + "type": "SYMBOL", + "name": "willset_didset_block" + }, + { + "type": "FIELD", + "name": "computed_value", + "content": { + "type": "SYMBOL", + "name": "computed_property" + } + } + ] + }, + { + "type": "BLANK" + } + ] + } + ] + } + }, + "_expression_with_willset_didset": { + "type": "PREC_DYNAMIC", + "value": 1, + "content": { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "_equal_sign" + }, + { + "type": "FIELD", + "name": "value", + "content": { + "type": "SYMBOL", + "name": "expression" + } + }, + { + "type": "SYMBOL", + "name": "willset_didset_block" + } + ] + } + }, + "_expression_without_willset_didset": { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "_equal_sign" + }, + { + "type": "FIELD", + "name": "value", + "content": { + "type": "SYMBOL", + "name": "expression" + } + } + ] + }, + "willset_didset_block": { + "type": "CHOICE", + "members": [ + { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "{" + }, + { + "type": "SYMBOL", + "name": "willset_clause" + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "didset_clause" + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "STRING", + "value": "}" + } + ] + }, + { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "{" + }, + { + "type": "SYMBOL", + "name": "didset_clause" + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "willset_clause" + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "STRING", + "value": "}" + } + ] + } + ] + }, + "willset_clause": { + "type": "SEQ", + "members": [ + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "modifiers" + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "STRING", + "value": "willSet" + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "(" + }, + { + "type": "SYMBOL", + "name": "simple_identifier" + }, + { + "type": "STRING", + "value": ")" + } + ] + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "SYMBOL", + "name": "_block" + } + ] + }, + "didset_clause": { + "type": "SEQ", + "members": [ + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "modifiers" + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "STRING", + "value": "didSet" + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "(" + }, + { + "type": "SYMBOL", + "name": "simple_identifier" + }, + { + "type": "STRING", + "value": ")" + } + ] + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "SYMBOL", + "name": "_block" + } + ] + }, + "typealias_declaration": { + "type": "SEQ", + "members": [ + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "modifiers" + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "SYMBOL", + "name": "_modifierless_typealias_declaration" + } + ] + }, + "_modifierless_typealias_declaration": { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "typealias" + }, + { + "type": "FIELD", + "name": "name", + "content": { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "simple_identifier" + }, + "named": true, + "value": "type_identifier" + } + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "type_parameters" + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "SYMBOL", + "name": "_equal_sign" + }, + { + "type": "FIELD", + "name": "value", + "content": { + "type": "SYMBOL", + "name": "type" + } + } + ] + }, + "function_declaration": { + "type": "PREC_RIGHT", + "value": 0, + "content": { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "_bodyless_function_declaration" + }, + { + "type": "FIELD", + "name": "body", + "content": { + "type": "SYMBOL", + "name": "function_body" + } + } + ] + } + }, + "_modifierless_function_declaration": { + "type": "PREC_RIGHT", + "value": 0, + "content": { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "_modifierless_function_declaration_no_body" + }, + { + "type": "FIELD", + "name": "body", + "content": { + "type": "SYMBOL", + "name": "function_body" + } + } + ] + } + }, + "_bodyless_function_declaration": { + "type": "SEQ", + "members": [ + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "modifiers" + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "CHOICE", + "members": [ + { + "type": "STRING", + "value": "class" + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "SYMBOL", + "name": "_modifierless_function_declaration_no_body" + } + ] + }, + "_modifierless_function_declaration_no_body": { + "type": "PREC_RIGHT", + "value": 0, + "content": { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "_non_constructor_function_decl" + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "type_parameters" + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "SYMBOL", + "name": "_function_value_parameters" + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "_async_keyword" + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "CHOICE", + "members": [ + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "throws_clause" + }, + { + "type": "SYMBOL", + "name": "throws" + } + ] + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "_arrow_operator" + }, + { + "type": "FIELD", + "name": "return_type", + "content": { + "type": "SYMBOL", + "name": "_possibly_implicitly_unwrapped_type" + } + } + ] + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "type_constraints" + }, + { + "type": "BLANK" + } + ] + } + ] + } + }, + "function_body": { + "type": "SYMBOL", + "name": "_block" + }, + "macro_declaration": { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "_macro_head" + }, + { + "type": "SYMBOL", + "name": "simple_identifier" + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "type_parameters" + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "SYMBOL", + "name": "_macro_signature" + }, + { + "type": "CHOICE", + "members": [ + { + "type": "FIELD", + "name": "definition", + "content": { + "type": "SYMBOL", + "name": "macro_definition" + } + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "type_constraints" + }, + { + "type": "BLANK" + } + ] + } + ] + }, + "_macro_head": { + "type": "SEQ", + "members": [ + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "modifiers" + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "STRING", + "value": "macro" + } + ] + }, + "_macro_signature": { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "_function_value_parameters" + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "_arrow_operator" + }, + { + "type": "SYMBOL", + "name": "unannotated_type" + } + ] + }, + { + "type": "BLANK" + } + ] + } + ] + }, + "macro_definition": { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "_equal_sign" + }, + { + "type": "FIELD", + "name": "body", + "content": { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "expression" + }, + { + "type": "SYMBOL", + "name": "external_macro_definition" + } + ] + } + } + ] + }, + "external_macro_definition": { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "_hash_symbol" + }, + { + "type": "STRING", + "value": "externalMacro" + }, + { + "type": "SYMBOL", + "name": "value_arguments" + } + ] + }, + "class_declaration": { + "type": "SEQ", + "members": [ + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "modifiers" + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "SYMBOL", + "name": "_modifierless_class_declaration" + } + ] + }, + "_modifierless_class_declaration": { + "type": "PREC_RIGHT", + "value": 0, + "content": { + "type": "CHOICE", + "members": [ + { + "type": "SEQ", + "members": [ + { + "type": "FIELD", + "name": "declaration_kind", + "content": { + "type": "CHOICE", + "members": [ + { + "type": "STRING", + "value": "class" + }, + { + "type": "STRING", + "value": "struct" + }, + { + "type": "STRING", + "value": "actor" + } + ] + } + }, + { + "type": "FIELD", + "name": "name", + "content": { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "simple_identifier" + }, + "named": true, + "value": "type_identifier" + } + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "type_parameters" + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": ":" + }, + { + "type": "SYMBOL", + "name": "_inheritance_specifiers" + } + ] + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "type_constraints" + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "FIELD", + "name": "body", + "content": { + "type": "SYMBOL", + "name": "class_body" + } + } + ] + }, + { + "type": "SEQ", + "members": [ + { + "type": "FIELD", + "name": "declaration_kind", + "content": { + "type": "STRING", + "value": "extension" + } + }, + { + "type": "FIELD", + "name": "name", + "content": { + "type": "SYMBOL", + "name": "unannotated_type" + } + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "type_parameters" + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": ":" + }, + { + "type": "SYMBOL", + "name": "_inheritance_specifiers" + } + ] + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "type_constraints" + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "FIELD", + "name": "body", + "content": { + "type": "SYMBOL", + "name": "class_body" + } + } + ] + }, + { + "type": "SEQ", + "members": [ + { + "type": "CHOICE", + "members": [ + { + "type": "STRING", + "value": "indirect" + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "FIELD", + "name": "declaration_kind", + "content": { + "type": "STRING", + "value": "enum" + } + }, + { + "type": "FIELD", + "name": "name", + "content": { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "simple_identifier" + }, + "named": true, + "value": "type_identifier" + } + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "type_parameters" + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": ":" + }, + { + "type": "SYMBOL", + "name": "_inheritance_specifiers" + } + ] + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "type_constraints" + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "FIELD", + "name": "body", + "content": { + "type": "SYMBOL", + "name": "enum_class_body" + } + } + ] + } + ] + } + }, + "class_body": { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "{" + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "_class_member_declarations" + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "STRING", + "value": "}" + } + ] + }, + "_inheritance_specifiers": { + "type": "PREC_LEFT", + "value": 0, + "content": { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "_annotated_inheritance_specifier" + }, + { + "type": "REPEAT", + "content": { + "type": "SEQ", + "members": [ + { + "type": "CHOICE", + "members": [ + { + "type": "STRING", + "value": "," + }, + { + "type": "STRING", + "value": "&" + } + ] + }, + { + "type": "SYMBOL", + "name": "_annotated_inheritance_specifier" + } + ] + } + } + ] + } + }, + "inheritance_specifier": { + "type": "PREC_LEFT", + "value": 0, + "content": { + "type": "FIELD", + "name": "inherits_from", + "content": { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "user_type" + }, + { + "type": "SYMBOL", + "name": "function_type" + }, + { + "type": "SYMBOL", + "name": "suppressed_constraint" + } + ] + } + } + }, + "_annotated_inheritance_specifier": { + "type": "SEQ", + "members": [ + { + "type": "REPEAT", + "content": { + "type": "SYMBOL", + "name": "attribute" + } + }, + { + "type": "SYMBOL", + "name": "inheritance_specifier" + } + ] + }, + "type_parameters": { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "<" + }, + { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "type_parameter" + }, + { + "type": "REPEAT", + "content": { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "," + }, + { + "type": "SYMBOL", + "name": "type_parameter" + } + ] + } + }, + { + "type": "CHOICE", + "members": [ + { + "type": "STRING", + "value": "," + }, + { + "type": "BLANK" + } + ] + } + ] + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "type_constraints" + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "STRING", + "value": ">" + } + ] + }, + "type_parameter": { + "type": "SEQ", + "members": [ + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "type_parameter_modifiers" + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "SYMBOL", + "name": "_type_parameter_possibly_packed" + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": ":" + }, + { + "type": "SYMBOL", + "name": "type" + } + ] + }, + { + "type": "BLANK" + } + ] + } + ] + }, + "_type_parameter_possibly_packed": { + "type": "CHOICE", + "members": [ + { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "simple_identifier" + }, + "named": true, + "value": "type_identifier" + }, + { + "type": "SYMBOL", + "name": "type_parameter_pack" + } + ] + }, + "type_constraints": { + "type": "PREC_RIGHT", + "value": 0, + "content": { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "where_keyword" + }, + { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "type_constraint" + }, + { + "type": "REPEAT", + "content": { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "," + }, + { + "type": "SYMBOL", + "name": "type_constraint" + } + ] + } + }, + { + "type": "CHOICE", + "members": [ + { + "type": "STRING", + "value": "," + }, + { + "type": "BLANK" + } + ] + } + ] + } + ] + } + }, + "type_constraint": { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "inheritance_constraint" + }, + { + "type": "SYMBOL", + "name": "equality_constraint" + } + ] + }, + "inheritance_constraint": { + "type": "SEQ", + "members": [ + { + "type": "REPEAT", + "content": { + "type": "SYMBOL", + "name": "attribute" + } + }, + { + "type": "FIELD", + "name": "constrained_type", + "content": { + "type": "SYMBOL", + "name": "_constrained_type" + } + }, + { + "type": "STRING", + "value": ":" + }, + { + "type": "FIELD", + "name": "inherits_from", + "content": { + "type": "SYMBOL", + "name": "_possibly_implicitly_unwrapped_type" + } + } + ] + }, + "equality_constraint": { + "type": "SEQ", + "members": [ + { + "type": "REPEAT", + "content": { + "type": "SYMBOL", + "name": "attribute" + } + }, + { + "type": "FIELD", + "name": "constrained_type", + "content": { + "type": "SYMBOL", + "name": "_constrained_type" + } + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "_equal_sign" + }, + { + "type": "SYMBOL", + "name": "_eq_eq" + } + ] + }, + { + "type": "FIELD", + "name": "must_equal", + "content": { + "type": "SYMBOL", + "name": "type" + } + } + ] + }, + "_constrained_type": { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "identifier" + }, + { + "type": "SYMBOL", + "name": "nested_type_identifier" + } + ] + }, + "nested_type_identifier": { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "unannotated_type" + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "." + }, + { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "simple_identifier" + }, + { + "type": "REPEAT", + "content": { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "." + }, + { + "type": "SYMBOL", + "name": "simple_identifier" + } + ] + } + } + ] + } + ] + }, + { + "type": "BLANK" + } + ] + } + ] + }, + "_class_member_separator": { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "_semi" + }, + { + "type": "SYMBOL", + "name": "multiline_comment" + } + ] + }, + "_class_member_declarations": { + "type": "SEQ", + "members": [ + { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "type_level_declaration" + }, + { + "type": "REPEAT", + "content": { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "_class_member_separator" + }, + { + "type": "SYMBOL", + "name": "type_level_declaration" + } + ] + } + } + ] + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "_class_member_separator" + }, + { + "type": "BLANK" + } + ] + } + ] + }, + "_function_value_parameters": { + "type": "REPEAT1", + "content": { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "(" + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "_function_value_parameter" + }, + { + "type": "REPEAT", + "content": { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "," + }, + { + "type": "SYMBOL", + "name": "_function_value_parameter" + } + ] + } + }, + { + "type": "CHOICE", + "members": [ + { + "type": "STRING", + "value": "," + }, + { + "type": "BLANK" + } + ] + } + ] + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "STRING", + "value": ")" + } + ] + } + }, + "_function_value_parameter": { + "type": "SEQ", + "members": [ + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "attribute" + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "SYMBOL", + "name": "parameter" + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "_equal_sign" + }, + { + "type": "FIELD", + "name": "default_value", + "content": { + "type": "SYMBOL", + "name": "expression" + } + } + ] + }, + { + "type": "BLANK" + } + ] + } + ] + }, + "parameter": { + "type": "SEQ", + "members": [ + { + "type": "CHOICE", + "members": [ + { + "type": "FIELD", + "name": "external_name", + "content": { + "type": "SYMBOL", + "name": "simple_identifier" + } + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "FIELD", + "name": "name", + "content": { + "type": "SYMBOL", + "name": "simple_identifier" + } + }, + { + "type": "STRING", + "value": ":" + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "parameter_modifiers" + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "FIELD", + "name": "type", + "content": { + "type": "SYMBOL", + "name": "_possibly_implicitly_unwrapped_type" + } + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "_three_dot_operator" + }, + { + "type": "BLANK" + } + ] + } + ] + }, + "_non_constructor_function_decl": { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "func" + }, + { + "type": "FIELD", + "name": "name", + "content": { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "simple_identifier" + }, + { + "type": "SYMBOL", + "name": "referenceable_operator" + } + ] + } + } + ] + }, + "referenceable_operator": { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "custom_operator" + }, + { + "type": "SYMBOL", + "name": "_comparison_operator" + }, + { + "type": "SYMBOL", + "name": "_additive_operator" + }, + { + "type": "SYMBOL", + "name": "_multiplicative_operator" + }, + { + "type": "SYMBOL", + "name": "_equality_operator" + }, + { + "type": "SYMBOL", + "name": "_assignment_and_operator" + }, + { + "type": "STRING", + "value": "++" + }, + { + "type": "STRING", + "value": "--" + }, + { + "type": "SYMBOL", + "name": "bang" + }, + { + "type": "STRING", + "value": "~" + }, + { + "type": "STRING", + "value": "|" + }, + { + "type": "STRING", + "value": "^" + }, + { + "type": "STRING", + "value": "<<" + }, + { + "type": "STRING", + "value": ">>" + }, + { + "type": "STRING", + "value": "&" + } + ] + }, + "_equal_sign": { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_eq_custom" + }, + "named": false, + "value": "=" + }, + "_eq_eq": { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_eq_eq_custom" + }, + "named": false, + "value": "==" + }, + "_dot": { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_dot_custom" + }, + "named": false, + "value": "." + }, + "_arrow_operator": { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_arrow_operator_custom" + }, + "named": false, + "value": "->" + }, + "_conjunction_operator": { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_conjunction_operator_custom" + }, + "named": false, + "value": "&&" + }, + "_disjunction_operator": { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_disjunction_operator_custom" + }, + "named": false, + "value": "||" + }, + "_nil_coalescing_operator": { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_nil_coalescing_operator_custom" + }, + "named": false, + "value": "??" + }, + "_as": { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_as_custom" + }, + "named": false, + "value": "as" + }, + "_as_quest": { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_as_quest_custom" + }, + "named": false, + "value": "as?" + }, + "_as_bang": { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_as_bang_custom" + }, + "named": false, + "value": "as!" + }, + "_hash_symbol": { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_hash_symbol_custom" + }, + "named": false, + "value": "#" + }, + "bang": { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "_bang_custom" + }, + { + "type": "STRING", + "value": "!" + } + ] + }, + "_async_keyword": { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_async_keyword_custom" + }, + "named": false, + "value": "async" + }, + "_async_modifier": { + "type": "TOKEN", + "content": { + "type": "STRING", + "value": "async" + } + }, + "throws": { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "_throws_keyword" + }, + { + "type": "SYMBOL", + "name": "_rethrows_keyword" + } + ] + }, + "throws_clause": { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "_throws_keyword" + }, + { + "type": "STRING", + "value": "(" + }, + { + "type": "FIELD", + "name": "type", + "content": { + "type": "SYMBOL", + "name": "unannotated_type" + } + }, + { + "type": "STRING", + "value": ")" + } + ] + }, + "enum_class_body": { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "{" + }, + { + "type": "REPEAT", + "content": { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "enum_entry" + }, + { + "type": "SYMBOL", + "name": "type_level_declaration" + } + ] + } + }, + { + "type": "STRING", + "value": "}" + } + ] + }, + "enum_entry": { + "type": "SEQ", + "members": [ + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "modifiers" + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "CHOICE", + "members": [ + { + "type": "STRING", + "value": "indirect" + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "STRING", + "value": "case" + }, + { + "type": "SEQ", + "members": [ + { + "type": "SEQ", + "members": [ + { + "type": "FIELD", + "name": "name", + "content": { + "type": "SYMBOL", + "name": "simple_identifier" + } + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "_enum_entry_suffix" + }, + { + "type": "BLANK" + } + ] + } + ] + }, + { + "type": "REPEAT", + "content": { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "," + }, + { + "type": "SEQ", + "members": [ + { + "type": "FIELD", + "name": "name", + "content": { + "type": "SYMBOL", + "name": "simple_identifier" + } + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "_enum_entry_suffix" + }, + { + "type": "BLANK" + } + ] + } + ] + } + ] + } + } + ] + }, + { + "type": "CHOICE", + "members": [ + { + "type": "STRING", + "value": ";" + }, + { + "type": "BLANK" + } + ] + } + ] + }, + "_enum_entry_suffix": { + "type": "CHOICE", + "members": [ + { + "type": "FIELD", + "name": "data_contents", + "content": { + "type": "SYMBOL", + "name": "enum_type_parameters" + } + }, + { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "_equal_sign" + }, + { + "type": "FIELD", + "name": "raw_value", + "content": { + "type": "SYMBOL", + "name": "expression" + } + } + ] + } + ] + }, + "enum_type_parameters": { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "(" + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SEQ", + "members": [ + { + "type": "SEQ", + "members": [ + { + "type": "CHOICE", + "members": [ + { + "type": "SEQ", + "members": [ + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "wildcard_pattern" + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "SYMBOL", + "name": "simple_identifier" + }, + { + "type": "STRING", + "value": ":" + } + ] + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "SYMBOL", + "name": "type" + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "_equal_sign" + }, + { + "type": "SYMBOL", + "name": "expression" + } + ] + }, + { + "type": "BLANK" + } + ] + } + ] + }, + { + "type": "REPEAT", + "content": { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "," + }, + { + "type": "SEQ", + "members": [ + { + "type": "CHOICE", + "members": [ + { + "type": "SEQ", + "members": [ + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "wildcard_pattern" + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "SYMBOL", + "name": "simple_identifier" + }, + { + "type": "STRING", + "value": ":" + } + ] + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "SYMBOL", + "name": "type" + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "_equal_sign" + }, + { + "type": "SYMBOL", + "name": "expression" + } + ] + }, + { + "type": "BLANK" + } + ] + } + ] + } + ] + } + } + ] + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "STRING", + "value": ")" + } + ] + }, + "protocol_declaration": { + "type": "PREC_RIGHT", + "value": 0, + "content": { + "type": "SEQ", + "members": [ + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "modifiers" + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "FIELD", + "name": "declaration_kind", + "content": { + "type": "STRING", + "value": "protocol" + } + }, + { + "type": "FIELD", + "name": "name", + "content": { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "simple_identifier" + }, + "named": true, + "value": "type_identifier" + } + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "type_parameters" + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": ":" + }, + { + "type": "SYMBOL", + "name": "_inheritance_specifiers" + } + ] + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "type_constraints" + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "FIELD", + "name": "body", + "content": { + "type": "SYMBOL", + "name": "protocol_body" + } + } + ] + } + }, + "protocol_body": { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "{" + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "_protocol_member_declarations" + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "STRING", + "value": "}" + } + ] + }, + "_protocol_member_declarations": { + "type": "SEQ", + "members": [ + { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "protocol_member_declaration" + }, + { + "type": "REPEAT", + "content": { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "_semi" + }, + { + "type": "SYMBOL", + "name": "protocol_member_declaration" + } + ] + } + } + ] + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "_semi" + }, + { + "type": "BLANK" + } + ] + } + ] + }, + "protocol_member_declaration": { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "protocol_function_declaration" + }, + { + "type": "SYMBOL", + "name": "init_declaration" + }, + { + "type": "SYMBOL", + "name": "deinit_declaration" + }, + { + "type": "SYMBOL", + "name": "protocol_property_declaration" + }, + { + "type": "SYMBOL", + "name": "typealias_declaration" + }, + { + "type": "SYMBOL", + "name": "associatedtype_declaration" + }, + { + "type": "SYMBOL", + "name": "subscript_declaration" + } + ] + }, + "protocol_function_declaration": { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "_bodyless_function_declaration" + }, + { + "type": "CHOICE", + "members": [ + { + "type": "FIELD", + "name": "body", + "content": { + "type": "SYMBOL", + "name": "function_body" + } + }, + { + "type": "BLANK" + } + ] + } + ] + }, + "init_declaration": { + "type": "PREC_RIGHT", + "value": 0, + "content": { + "type": "SEQ", + "members": [ + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "modifiers" + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "CHOICE", + "members": [ + { + "type": "STRING", + "value": "class" + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "FIELD", + "name": "name", + "content": { + "type": "STRING", + "value": "init" + } + }, + { + "type": "CHOICE", + "members": [ + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "_quest" + }, + { + "type": "SYMBOL", + "name": "bang" + } + ] + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "type_parameters" + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "SYMBOL", + "name": "_function_value_parameters" + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "_async_keyword" + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "CHOICE", + "members": [ + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "throws_clause" + }, + { + "type": "SYMBOL", + "name": "throws" + } + ] + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "type_constraints" + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "CHOICE", + "members": [ + { + "type": "FIELD", + "name": "body", + "content": { + "type": "SYMBOL", + "name": "function_body" + } + }, + { + "type": "BLANK" + } + ] + } + ] + } + }, + "deinit_declaration": { + "type": "PREC_RIGHT", + "value": 0, + "content": { + "type": "SEQ", + "members": [ + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "modifiers" + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "STRING", + "value": "deinit" + }, + { + "type": "FIELD", + "name": "body", + "content": { + "type": "SYMBOL", + "name": "function_body" + } + } + ] + } + }, + "subscript_declaration": { + "type": "PREC_RIGHT", + "value": 0, + "content": { + "type": "SEQ", + "members": [ + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "modifiers" + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "STRING", + "value": "subscript" + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "type_parameters" + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "SYMBOL", + "name": "_function_value_parameters" + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "_arrow_operator" + }, + { + "type": "FIELD", + "name": "return_type", + "content": { + "type": "SYMBOL", + "name": "_possibly_implicitly_unwrapped_type" + } + } + ] + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "type_constraints" + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "SYMBOL", + "name": "computed_property" + } + ] + } + }, + "computed_property": { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "{" + }, + { + "type": "CHOICE", + "members": [ + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "statements" + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "REPEAT", + "content": { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "computed_getter" + }, + { + "type": "SYMBOL", + "name": "computed_setter" + }, + { + "type": "SYMBOL", + "name": "computed_modify" + } + ] + } + } + ] + }, + { + "type": "STRING", + "value": "}" + } + ] + }, + "computed_getter": { + "type": "SEQ", + "members": [ + { + "type": "REPEAT", + "content": { + "type": "SYMBOL", + "name": "attribute" + } + }, + { + "type": "SYMBOL", + "name": "getter_specifier" + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "_block" + }, + { + "type": "BLANK" + } + ] + } + ] + }, + "computed_modify": { + "type": "SEQ", + "members": [ + { + "type": "REPEAT", + "content": { + "type": "SYMBOL", + "name": "attribute" + } + }, + { + "type": "SYMBOL", + "name": "modify_specifier" + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "_block" + }, + { + "type": "BLANK" + } + ] + } + ] + }, + "computed_setter": { + "type": "SEQ", + "members": [ + { + "type": "REPEAT", + "content": { + "type": "SYMBOL", + "name": "attribute" + } + }, + { + "type": "SYMBOL", + "name": "setter_specifier" + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "(" + }, + { + "type": "SYMBOL", + "name": "simple_identifier" + }, + { + "type": "STRING", + "value": ")" + } + ] + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "_block" + }, + { + "type": "BLANK" + } + ] + } + ] + }, + "getter_specifier": { + "type": "SEQ", + "members": [ + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "mutation_modifier" + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "STRING", + "value": "get" + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "_getter_effects" + }, + { + "type": "BLANK" + } + ] + } + ] + }, + "setter_specifier": { + "type": "SEQ", + "members": [ + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "mutation_modifier" + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "STRING", + "value": "set" + } + ] + }, + "modify_specifier": { + "type": "SEQ", + "members": [ + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "mutation_modifier" + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "STRING", + "value": "_modify" + } + ] + }, + "_getter_effects": { + "type": "REPEAT1", + "content": { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "_async_keyword" + }, + { + "type": "SYMBOL", + "name": "throws_clause" + }, + { + "type": "SYMBOL", + "name": "throws" + } + ] + } + }, + "operator_declaration": { + "type": "SEQ", + "members": [ + { + "type": "CHOICE", + "members": [ + { + "type": "STRING", + "value": "prefix" + }, + { + "type": "STRING", + "value": "infix" + }, + { + "type": "STRING", + "value": "postfix" + } + ] + }, + { + "type": "STRING", + "value": "operator" + }, + { + "type": "SYMBOL", + "name": "referenceable_operator" + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": ":" + }, + { + "type": "SYMBOL", + "name": "simple_identifier" + } + ] + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "deprecated_operator_declaration_body" + }, + { + "type": "BLANK" + } + ] + } + ] + }, + "deprecated_operator_declaration_body": { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "{" + }, + { + "type": "REPEAT", + "content": { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "simple_identifier" + }, + { + "type": "SYMBOL", + "name": "_basic_literal" + } + ] + } + }, + { + "type": "STRING", + "value": "}" + } + ] + }, + "precedence_group_declaration": { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "precedencegroup" + }, + { + "type": "SYMBOL", + "name": "simple_identifier" + }, + { + "type": "STRING", + "value": "{" + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "precedence_group_attributes" + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "STRING", + "value": "}" + } + ] + }, + "precedence_group_attributes": { + "type": "REPEAT1", + "content": { + "type": "SYMBOL", + "name": "precedence_group_attribute" + } + }, + "precedence_group_attribute": { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "simple_identifier" + }, + { + "type": "STRING", + "value": ":" + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "simple_identifier" + }, + { + "type": "SYMBOL", + "name": "boolean_literal" + } + ] + } + ] + }, + "associatedtype_declaration": { + "type": "SEQ", + "members": [ + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "modifiers" + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "STRING", + "value": "associatedtype" + }, + { + "type": "FIELD", + "name": "name", + "content": { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "simple_identifier" + }, + "named": true, + "value": "type_identifier" + } + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": ":" + }, + { + "type": "FIELD", + "name": "must_inherit", + "content": { + "type": "SYMBOL", + "name": "type" + } + } + ] + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "type_constraints" + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "_equal_sign" + }, + { + "type": "FIELD", + "name": "default_value", + "content": { + "type": "SYMBOL", + "name": "type" + } + } + ] + }, + { + "type": "BLANK" + } + ] + } + ] + }, + "attribute": { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "@" + }, + { + "type": "SYMBOL", + "name": "user_type" + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "(" + }, + { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "_attribute_argument" + }, + { + "type": "REPEAT", + "content": { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "," + }, + { + "type": "SYMBOL", + "name": "_attribute_argument" + } + ] + } + }, + { + "type": "CHOICE", + "members": [ + { + "type": "STRING", + "value": "," + }, + { + "type": "BLANK" + } + ] + } + ] + }, + { + "type": "STRING", + "value": ")" + } + ] + }, + { + "type": "BLANK" + } + ] + } + ] + }, + "_attribute_argument": { + "type": "CHOICE", + "members": [ + { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "simple_identifier" + }, + { + "type": "STRING", + "value": ":" + }, + { + "type": "SYMBOL", + "name": "expression" + } + ] + }, + { + "type": "SYMBOL", + "name": "expression" + }, + { + "type": "REPEAT1", + "content": { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "simple_identifier" + }, + { + "type": "STRING", + "value": ":" + } + ] + } + }, + { + "type": "SEQ", + "members": [ + { + "type": "REPEAT1", + "content": { + "type": "SYMBOL", + "name": "simple_identifier" + } + }, + { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "integer_literal" + }, + { + "type": "REPEAT", + "content": { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "." + }, + { + "type": "SYMBOL", + "name": "integer_literal" + } + ] + } + } + ] + } + ] + } + ] + }, + "_universally_allowed_pattern": { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "wildcard_pattern" + }, + { + "type": "SYMBOL", + "name": "_tuple_pattern" + }, + { + "type": "SYMBOL", + "name": "_type_casting_pattern" + }, + { + "type": "SYMBOL", + "name": "_case_pattern" + } + ] + }, + "_bound_identifier": { + "type": "FIELD", + "name": "bound_identifier", + "content": { + "type": "SYMBOL", + "name": "simple_identifier" + } + }, + "_binding_pattern_no_expr": { + "type": "SEQ", + "members": [ + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "_universally_allowed_pattern" + }, + { + "type": "SYMBOL", + "name": "_binding_pattern" + }, + { + "type": "SYMBOL", + "name": "_bound_identifier" + } + ] + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "_quest" + }, + { + "type": "BLANK" + } + ] + } + ] + }, + "_no_expr_pattern_already_bound": { + "type": "SEQ", + "members": [ + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "_universally_allowed_pattern" + }, + { + "type": "SYMBOL", + "name": "_bound_identifier" + } + ] + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "_quest" + }, + { + "type": "BLANK" + } + ] + } + ] + }, + "_binding_pattern_with_expr": { + "type": "SEQ", + "members": [ + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "_universally_allowed_pattern" + }, + { + "type": "SYMBOL", + "name": "_binding_pattern" + }, + { + "type": "SYMBOL", + "name": "expression" + } + ] + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "_quest" + }, + { + "type": "BLANK" + } + ] + } + ] + }, + "_non_binding_pattern_with_expr": { + "type": "SEQ", + "members": [ + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "_universally_allowed_pattern" + }, + { + "type": "SYMBOL", + "name": "expression" + } + ] + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "_quest" + }, + { + "type": "BLANK" + } + ] + } + ] + }, + "_direct_or_indirect_binding": { + "type": "SEQ", + "members": [ + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "_binding_kind_and_pattern" + }, + { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "case" + }, + { + "type": "SYMBOL", + "name": "_binding_pattern_no_expr" + } + ] + } + ] + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "type_annotation" + }, + { + "type": "BLANK" + } + ] + } + ] + }, + "value_binding_pattern": { + "type": "FIELD", + "name": "mutability", + "content": { + "type": "CHOICE", + "members": [ + { + "type": "STRING", + "value": "var" + }, + { + "type": "STRING", + "value": "let" + } + ] + } + }, + "_possibly_async_binding_pattern_kind": { + "type": "SEQ", + "members": [ + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "_async_modifier" + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "SYMBOL", + "name": "value_binding_pattern" + } + ] + }, + "_binding_kind_and_pattern": { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "_possibly_async_binding_pattern_kind" + }, + { + "type": "SYMBOL", + "name": "_no_expr_pattern_already_bound" + } + ] + }, + "wildcard_pattern": { + "type": "STRING", + "value": "_" + }, + "_tuple_pattern_item": { + "type": "CHOICE", + "members": [ + { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "simple_identifier" + }, + { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": ":" + }, + { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_binding_pattern_with_expr" + }, + "named": true, + "value": "pattern" + } + ] + } + ] + }, + { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_binding_pattern_with_expr" + }, + "named": true, + "value": "pattern" + } + ] + }, + "_tuple_pattern": { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "(" + }, + { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "_tuple_pattern_item" + }, + { + "type": "REPEAT", + "content": { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "," + }, + { + "type": "SYMBOL", + "name": "_tuple_pattern_item" + } + ] + } + }, + { + "type": "CHOICE", + "members": [ + { + "type": "STRING", + "value": "," + }, + { + "type": "BLANK" + } + ] + } + ] + }, + { + "type": "STRING", + "value": ")" + } + ] + }, + "_case_pattern": { + "type": "SEQ", + "members": [ + { + "type": "CHOICE", + "members": [ + { + "type": "STRING", + "value": "case" + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "user_type" + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "SYMBOL", + "name": "_dot" + }, + { + "type": "SYMBOL", + "name": "simple_identifier" + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "_tuple_pattern" + }, + { + "type": "BLANK" + } + ] + } + ] + }, + "_type_casting_pattern": { + "type": "CHOICE", + "members": [ + { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "is" + }, + { + "type": "SYMBOL", + "name": "type" + } + ] + }, + { + "type": "SEQ", + "members": [ + { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_binding_pattern_no_expr" + }, + "named": true, + "value": "pattern" + }, + { + "type": "SYMBOL", + "name": "_as" + }, + { + "type": "SYMBOL", + "name": "type" + } + ] + } + ] + }, + "_binding_pattern": { + "type": "SEQ", + "members": [ + { + "type": "SEQ", + "members": [ + { + "type": "CHOICE", + "members": [ + { + "type": "STRING", + "value": "case" + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "SYMBOL", + "name": "value_binding_pattern" + } + ] + }, + { + "type": "SYMBOL", + "name": "_no_expr_pattern_already_bound" + } + ] + }, + "modifiers": { + "type": "REPEAT1", + "content": { + "type": "PREC_LEFT", + "value": 0, + "content": { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "_non_local_scope_modifier" + }, + { + "type": "SYMBOL", + "name": "_locally_permitted_modifiers" + } + ] + } + } + }, + "_locally_permitted_modifiers": { + "type": "REPEAT1", + "content": { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "attribute" + }, + { + "type": "SYMBOL", + "name": "_locally_permitted_modifier" + } + ] + } + }, + "parameter_modifiers": { + "type": "REPEAT1", + "content": { + "type": "SYMBOL", + "name": "parameter_modifier" + } + }, + "_modifier": { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "_non_local_scope_modifier" + }, + { + "type": "SYMBOL", + "name": "_locally_permitted_modifier" + } + ] + }, + "_non_local_scope_modifier": { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "member_modifier" + }, + { + "type": "SYMBOL", + "name": "visibility_modifier" + }, + { + "type": "SYMBOL", + "name": "function_modifier" + }, + { + "type": "SYMBOL", + "name": "mutation_modifier" + }, + { + "type": "SYMBOL", + "name": "property_modifier" + }, + { + "type": "SYMBOL", + "name": "parameter_modifier" + } + ] + }, + "_locally_permitted_modifier": { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "ownership_modifier" + }, + { + "type": "SYMBOL", + "name": "inheritance_modifier" + }, + { + "type": "SYMBOL", + "name": "property_behavior_modifier" + } + ] + }, + "property_behavior_modifier": { + "type": "STRING", + "value": "lazy" + }, + "type_modifiers": { + "type": "REPEAT1", + "content": { + "type": "SYMBOL", + "name": "attribute" + } + }, + "member_modifier": { + "type": "CHOICE", + "members": [ + { + "type": "STRING", + "value": "override" + }, + { + "type": "STRING", + "value": "convenience" + }, + { + "type": "STRING", + "value": "required" + }, + { + "type": "STRING", + "value": "nonisolated" + } + ] + }, + "visibility_modifier": { + "type": "SEQ", + "members": [ + { + "type": "CHOICE", + "members": [ + { + "type": "STRING", + "value": "public" + }, + { + "type": "STRING", + "value": "private" + }, + { + "type": "STRING", + "value": "internal" + }, + { + "type": "STRING", + "value": "fileprivate" + }, + { + "type": "STRING", + "value": "open" + }, + { + "type": "STRING", + "value": "package" + } + ] + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "(" + }, + { + "type": "STRING", + "value": "set" + }, + { + "type": "STRING", + "value": ")" + } + ] + }, + { + "type": "BLANK" + } + ] + } + ] + }, + "type_parameter_modifiers": { + "type": "REPEAT1", + "content": { + "type": "SYMBOL", + "name": "attribute" + } + }, + "function_modifier": { + "type": "CHOICE", + "members": [ + { + "type": "STRING", + "value": "infix" + }, + { + "type": "STRING", + "value": "postfix" + }, + { + "type": "STRING", + "value": "prefix" + } + ] + }, + "mutation_modifier": { + "type": "CHOICE", + "members": [ + { + "type": "STRING", + "value": "mutating" + }, + { + "type": "STRING", + "value": "nonmutating" + } + ] + }, + "property_modifier": { + "type": "CHOICE", + "members": [ + { + "type": "STRING", + "value": "static" + }, + { + "type": "STRING", + "value": "dynamic" + }, + { + "type": "STRING", + "value": "optional" + }, + { + "type": "STRING", + "value": "class" + }, + { + "type": "STRING", + "value": "distributed" + } + ] + }, + "inheritance_modifier": { + "type": "CHOICE", + "members": [ + { + "type": "STRING", + "value": "final" + } + ] + }, + "parameter_modifier": { + "type": "CHOICE", + "members": [ + { + "type": "STRING", + "value": "inout" + }, + { + "type": "STRING", + "value": "@escaping" + }, + { + "type": "STRING", + "value": "@autoclosure" + }, + { + "type": "SYMBOL", + "name": "_parameter_ownership_modifier" + } + ] + }, + "ownership_modifier": { + "type": "CHOICE", + "members": [ + { + "type": "STRING", + "value": "weak" + }, + { + "type": "STRING", + "value": "unowned" + }, + { + "type": "STRING", + "value": "unowned(safe)" + }, + { + "type": "STRING", + "value": "unowned(unsafe)" + } + ] + }, + "_parameter_ownership_modifier": { + "type": "CHOICE", + "members": [ + { + "type": "STRING", + "value": "borrowing" + }, + { + "type": "STRING", + "value": "consuming" + } + ] + }, + "use_site_target": { + "type": "SEQ", + "members": [ + { + "type": "CHOICE", + "members": [ + { + "type": "STRING", + "value": "property" + }, + { + "type": "STRING", + "value": "get" + }, + { + "type": "STRING", + "value": "set" + }, + { + "type": "STRING", + "value": "receiver" + }, + { + "type": "STRING", + "value": "param" + }, + { + "type": "STRING", + "value": "setparam" + }, + { + "type": "STRING", + "value": "delegate" + } + ] + }, + { + "type": "STRING", + "value": ":" + } + ] + }, + "directive": { + "type": "PREC_RIGHT", + "value": -3, + "content": { + "type": "CHOICE", + "members": [ + { + "type": "SEQ", + "members": [ + { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_directive_if" + }, + "named": false, + "value": "#if" + }, + { + "type": "SYMBOL", + "name": "_compilation_condition" + } + ] + }, + { + "type": "SEQ", + "members": [ + { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_directive_elseif" + }, + "named": false, + "value": "#elseif" + }, + { + "type": "SYMBOL", + "name": "_compilation_condition" + } + ] + }, + { + "type": "SEQ", + "members": [ + { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_directive_else" + }, + "named": false, + "value": "#else" + } + ] + }, + { + "type": "SEQ", + "members": [ + { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_directive_endif" + }, + "named": false, + "value": "#endif" + } + ] + } + ] + } + }, + "_compilation_condition": { + "type": "PREC_RIGHT", + "value": 0, + "content": { + "type": "CHOICE", + "members": [ + { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "os" + }, + { + "type": "STRING", + "value": "(" + }, + { + "type": "SYMBOL", + "name": "simple_identifier" + }, + { + "type": "STRING", + "value": ")" + } + ] + }, + { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "arch" + }, + { + "type": "STRING", + "value": "(" + }, + { + "type": "SYMBOL", + "name": "simple_identifier" + }, + { + "type": "STRING", + "value": ")" + } + ] + }, + { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "swift" + }, + { + "type": "STRING", + "value": "(" + }, + { + "type": "SYMBOL", + "name": "_comparison_operator" + }, + { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "integer_literal" + }, + { + "type": "REPEAT", + "content": { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "." + }, + { + "type": "SYMBOL", + "name": "integer_literal" + } + ] + } + } + ] + }, + { + "type": "STRING", + "value": ")" + } + ] + }, + { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "compiler" + }, + { + "type": "STRING", + "value": "(" + }, + { + "type": "SYMBOL", + "name": "_comparison_operator" + }, + { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "integer_literal" + }, + { + "type": "REPEAT", + "content": { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "." + }, + { + "type": "SYMBOL", + "name": "integer_literal" + } + ] + } + } + ] + }, + { + "type": "STRING", + "value": ")" + } + ] + }, + { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "canImport" + }, + { + "type": "STRING", + "value": "(" + }, + { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "simple_identifier" + }, + { + "type": "REPEAT", + "content": { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "." + }, + { + "type": "SYMBOL", + "name": "simple_identifier" + } + ] + } + } + ] + }, + { + "type": "STRING", + "value": ")" + } + ] + }, + { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "targetEnvironment" + }, + { + "type": "STRING", + "value": "(" + }, + { + "type": "SYMBOL", + "name": "simple_identifier" + }, + { + "type": "STRING", + "value": ")" + } + ] + }, + { + "type": "SYMBOL", + "name": "boolean_literal" + }, + { + "type": "SYMBOL", + "name": "simple_identifier" + }, + { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "(" + }, + { + "type": "SYMBOL", + "name": "_compilation_condition" + }, + { + "type": "STRING", + "value": ")" + } + ] + }, + { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "!" + }, + { + "type": "SYMBOL", + "name": "_compilation_condition" + } + ] + }, + { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "_compilation_condition" + }, + { + "type": "SYMBOL", + "name": "_conjunction_operator" + }, + { + "type": "SYMBOL", + "name": "_compilation_condition" + } + ] + }, + { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "_compilation_condition" + }, + { + "type": "SYMBOL", + "name": "_disjunction_operator" + }, + { + "type": "SYMBOL", + "name": "_compilation_condition" + } + ] + } + ] + } + }, + "diagnostic": { + "type": "PREC", + "value": -3, + "content": { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "_hash_symbol" + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SEQ", + "members": [ + { + "type": "PATTERN", + "value": "error([^\\r\\n]*)" + } + ] + }, + { + "type": "SEQ", + "members": [ + { + "type": "PATTERN", + "value": "warning([^\\r\\n]*)" + } + ] + }, + { + "type": "SEQ", + "members": [ + { + "type": "PATTERN", + "value": "sourceLocation([^\\r\\n]*)" + } + ] + } + ] + } + ] + } + }, + "unused_for_backward_compatibility": { + "type": "CHOICE", + "members": [ + { + "type": "ALIAS", + "content": { + "type": "STRING", + "value": "unused1" + }, + "named": false, + "value": "try?" + }, + { + "type": "ALIAS", + "content": { + "type": "STRING", + "value": "unused2" + }, + "named": false, + "value": "try!" + } + ] + } + }, + "extras": [ + { + "type": "SYMBOL", + "name": "comment" + }, + { + "type": "SYMBOL", + "name": "multiline_comment" + }, + { + "type": "PATTERN", + "value": "\\s+" + } + ], + "conflicts": [ + [ + "attribute" + ], + [ + "_attribute_argument" + ], + [ + "_simple_user_type", + "expression" + ], + [ + "user_type" + ], + [ + "value_argument" + ], + [ + "expression", + "lambda_parameter" + ], + [ + "_primary_expression", + "lambda_parameter" + ], + [ + "_tuple_type_item_identifier", + "tuple_expression" + ], + [ + "modifiers" + ], + [ + "_additive_operator", + "_prefix_unary_operator" + ], + [ + "referenceable_operator", + "_prefix_unary_operator" + ], + [ + "capture_list_item", + "expression" + ], + [ + "capture_list_item", + "expression", + "_simple_user_type" + ], + [ + "_primary_expression", + "capture_list_item" + ], + [ + "call_suffix", + "expr_hack_at_ternary_binary_call_suffix" + ], + [ + "try_expression", + "_unary_expression" + ], + [ + "try_expression", + "expression" + ], + [ + "await_expression", + "_unary_expression" + ], + [ + "await_expression", + "expression" + ], + [ + "_local_property_declaration", + "_local_typealias_declaration", + "_local_function_declaration", + "_local_class_declaration", + "computed_getter", + "computed_modify", + "computed_setter" + ], + [ + "_bodyless_function_declaration", + "property_modifier" + ], + [ + "init_declaration", + "property_modifier" + ], + [ + "_navigable_type_expression", + "_case_pattern" + ], + [ + "_no_expr_pattern_already_bound", + "_binding_pattern_no_expr" + ], + [ + "_lambda_type_declaration", + "_local_property_declaration", + "_local_typealias_declaration", + "_local_function_declaration", + "_local_class_declaration" + ], + [ + "constructor_suffix" + ], + [ + "call_suffix" + ], + [ + "_modifierless_class_declaration", + "property_modifier" + ], + [ + "_fn_call_lambda_arguments" + ], + [ + "parameter_modifiers" + ], + [ + "_contextual_simple_identifier", + "_modifierless_class_declaration" + ], + [ + "_contextual_simple_identifier", + "property_behavior_modifier" + ], + [ + "_contextual_simple_identifier", + "parameter_modifier" + ], + [ + "_contextual_simple_identifier", + "type_parameter_pack" + ], + [ + "_contextual_simple_identifier", + "type_pack_expansion" + ], + [ + "_contextual_simple_identifier", + "visibility_modifier" + ] + ], + "precedences": [], + "externals": [ + { + "type": "SYMBOL", + "name": "multiline_comment" + }, + { + "type": "SYMBOL", + "name": "raw_str_part" + }, + { + "type": "SYMBOL", + "name": "raw_str_continuing_indicator" + }, + { + "type": "SYMBOL", + "name": "raw_str_end_part" + }, + { + "type": "SYMBOL", + "name": "_implicit_semi" + }, + { + "type": "SYMBOL", + "name": "_explicit_semi" + }, + { + "type": "SYMBOL", + "name": "_arrow_operator_custom" + }, + { + "type": "SYMBOL", + "name": "_dot_custom" + }, + { + "type": "SYMBOL", + "name": "_conjunction_operator_custom" + }, + { + "type": "SYMBOL", + "name": "_disjunction_operator_custom" + }, + { + "type": "SYMBOL", + "name": "_nil_coalescing_operator_custom" + }, + { + "type": "SYMBOL", + "name": "_eq_custom" + }, + { + "type": "SYMBOL", + "name": "_eq_eq_custom" + }, + { + "type": "SYMBOL", + "name": "_plus_then_ws" + }, + { + "type": "SYMBOL", + "name": "_minus_then_ws" + }, + { + "type": "SYMBOL", + "name": "_bang_custom" + }, + { + "type": "SYMBOL", + "name": "_throws_keyword" + }, + { + "type": "SYMBOL", + "name": "_rethrows_keyword" + }, + { + "type": "SYMBOL", + "name": "default_keyword" + }, + { + "type": "SYMBOL", + "name": "where_keyword" + }, + { + "type": "SYMBOL", + "name": "else" + }, + { + "type": "SYMBOL", + "name": "catch_keyword" + }, + { + "type": "SYMBOL", + "name": "_as_custom" + }, + { + "type": "SYMBOL", + "name": "_as_quest_custom" + }, + { + "type": "SYMBOL", + "name": "_as_bang_custom" + }, + { + "type": "SYMBOL", + "name": "_async_keyword_custom" + }, + { + "type": "SYMBOL", + "name": "_custom_operator" + }, + { + "type": "SYMBOL", + "name": "_hash_symbol_custom" + }, + { + "type": "SYMBOL", + "name": "_directive_if" + }, + { + "type": "SYMBOL", + "name": "_directive_elseif" + }, + { + "type": "SYMBOL", + "name": "_directive_else" + }, + { + "type": "SYMBOL", + "name": "_directive_endif" + }, + { + "type": "SYMBOL", + "name": "_fake_try_bang" + } + ], + "inline": [ + "_locally_permitted_modifiers" + ], + "supertypes": [ + "expression", + "unannotated_type", + "global_declaration", + "type_level_declaration", + "local_declaration", + "protocol_member_declaration" + ], + "reserved": {} +} \ No newline at end of file diff --git a/unified/extractor/tree-sitter-swift/src/node-types.json b/unified/extractor/tree-sitter-swift/src/node-types.json new file mode 100644 index 000000000000..757cfda22756 --- /dev/null +++ b/unified/extractor/tree-sitter-swift/src/node-types.json @@ -0,0 +1,5736 @@ +[ + { + "type": "expression", + "named": true, + "subtypes": [ + { + "type": "additive_expression", + "named": true + }, + { + "type": "array_literal", + "named": true + }, + { + "type": "as_expression", + "named": true + }, + { + "type": "assignment", + "named": true + }, + { + "type": "await_expression", + "named": true + }, + { + "type": "bin_literal", + "named": true + }, + { + "type": "bitwise_operation", + "named": true + }, + { + "type": "boolean_literal", + "named": true + }, + { + "type": "call_expression", + "named": true + }, + { + "type": "check_expression", + "named": true + }, + { + "type": "comparison_expression", + "named": true + }, + { + "type": "conjunction_expression", + "named": true + }, + { + "type": "constructor_expression", + "named": true + }, + { + "type": "diagnostic", + "named": true + }, + { + "type": "dictionary_literal", + "named": true + }, + { + "type": "directive", + "named": true + }, + { + "type": "disjunction_expression", + "named": true + }, + { + "type": "equality_expression", + "named": true + }, + { + "type": "fully_open_range", + "named": true + }, + { + "type": "hex_literal", + "named": true + }, + { + "type": "if_statement", + "named": true + }, + { + "type": "infix_expression", + "named": true + }, + { + "type": "integer_literal", + "named": true + }, + { + "type": "key_path_expression", + "named": true + }, + { + "type": "key_path_string_expression", + "named": true + }, + { + "type": "lambda_literal", + "named": true + }, + { + "type": "line_string_literal", + "named": true + }, + { + "type": "macro_invocation", + "named": true + }, + { + "type": "multi_line_string_literal", + "named": true + }, + { + "type": "multiplicative_expression", + "named": true + }, + { + "type": "navigation_expression", + "named": true + }, + { + "type": "nil", + "named": false + }, + { + "type": "nil_coalescing_expression", + "named": true + }, + { + "type": "oct_literal", + "named": true + }, + { + "type": "open_end_range_expression", + "named": true + }, + { + "type": "open_start_range_expression", + "named": true + }, + { + "type": "optional_chain_marker", + "named": true + }, + { + "type": "playground_literal", + "named": true + }, + { + "type": "postfix_expression", + "named": true + }, + { + "type": "prefix_expression", + "named": true + }, + { + "type": "range_expression", + "named": true + }, + { + "type": "raw_string_literal", + "named": true + }, + { + "type": "real_literal", + "named": true + }, + { + "type": "referenceable_operator", + "named": true + }, + { + "type": "regex_literal", + "named": true + }, + { + "type": "selector_expression", + "named": true + }, + { + "type": "self_expression", + "named": true + }, + { + "type": "simple_identifier", + "named": true + }, + { + "type": "special_literal", + "named": true + }, + { + "type": "super_expression", + "named": true + }, + { + "type": "switch_statement", + "named": true + }, + { + "type": "ternary_expression", + "named": true + }, + { + "type": "try_expression", + "named": true + }, + { + "type": "tuple_expression", + "named": true + }, + { + "type": "value_pack_expansion", + "named": true + }, + { + "type": "value_parameter_pack", + "named": true + } + ] + }, + { + "type": "global_declaration", + "named": true, + "subtypes": [ + { + "type": "associatedtype_declaration", + "named": true + }, + { + "type": "class_declaration", + "named": true + }, + { + "type": "function_declaration", + "named": true + }, + { + "type": "import_declaration", + "named": true + }, + { + "type": "init_declaration", + "named": true + }, + { + "type": "macro_declaration", + "named": true + }, + { + "type": "operator_declaration", + "named": true + }, + { + "type": "precedence_group_declaration", + "named": true + }, + { + "type": "property_declaration", + "named": true + }, + { + "type": "protocol_declaration", + "named": true + }, + { + "type": "typealias_declaration", + "named": true + } + ] + }, + { + "type": "local_declaration", + "named": true, + "subtypes": [ + { + "type": "class_declaration", + "named": true + }, + { + "type": "function_declaration", + "named": true + }, + { + "type": "property_declaration", + "named": true + }, + { + "type": "typealias_declaration", + "named": true + } + ] + }, + { + "type": "protocol_member_declaration", + "named": true, + "subtypes": [ + { + "type": "associatedtype_declaration", + "named": true + }, + { + "type": "deinit_declaration", + "named": true + }, + { + "type": "init_declaration", + "named": true + }, + { + "type": "protocol_function_declaration", + "named": true + }, + { + "type": "protocol_property_declaration", + "named": true + }, + { + "type": "subscript_declaration", + "named": true + }, + { + "type": "typealias_declaration", + "named": true + } + ] + }, + { + "type": "type_level_declaration", + "named": true, + "subtypes": [ + { + "type": "associatedtype_declaration", + "named": true + }, + { + "type": "class_declaration", + "named": true + }, + { + "type": "deinit_declaration", + "named": true + }, + { + "type": "function_declaration", + "named": true + }, + { + "type": "import_declaration", + "named": true + }, + { + "type": "init_declaration", + "named": true + }, + { + "type": "operator_declaration", + "named": true + }, + { + "type": "precedence_group_declaration", + "named": true + }, + { + "type": "property_declaration", + "named": true + }, + { + "type": "protocol_declaration", + "named": true + }, + { + "type": "subscript_declaration", + "named": true + }, + { + "type": "typealias_declaration", + "named": true + } + ] + }, + { + "type": "unannotated_type", + "named": true, + "subtypes": [ + { + "type": "array_type", + "named": true + }, + { + "type": "dictionary_type", + "named": true + }, + { + "type": "existential_type", + "named": true + }, + { + "type": "function_type", + "named": true + }, + { + "type": "metatype", + "named": true + }, + { + "type": "opaque_type", + "named": true + }, + { + "type": "optional_type", + "named": true + }, + { + "type": "protocol_composition_type", + "named": true + }, + { + "type": "suppressed_constraint", + "named": true + }, + { + "type": "tuple_type", + "named": true + }, + { + "type": "type_pack_expansion", + "named": true + }, + { + "type": "type_parameter_pack", + "named": true + }, + { + "type": "user_type", + "named": true + } + ] + }, + { + "type": "?", + "named": false, + "fields": {} + }, + { + "type": "additive_expression", + "named": true, + "fields": { + "lhs": { + "multiple": false, + "required": true, + "types": [ + { + "type": "expression", + "named": true + } + ] + }, + "op": { + "multiple": false, + "required": true, + "types": [ + { + "type": "+", + "named": false + }, + { + "type": "-", + "named": false + } + ] + }, + "rhs": { + "multiple": false, + "required": true, + "types": [ + { + "type": "expression", + "named": true + } + ] + } + } + }, + { + "type": "array_literal", + "named": true, + "fields": { + "element": { + "multiple": true, + "required": false, + "types": [ + { + "type": "expression", + "named": true + } + ] + } + } + }, + { + "type": "array_type", + "named": true, + "fields": { + "element": { + "multiple": false, + "required": true, + "types": [ + { + "type": "type", + "named": true + } + ] + } + } + }, + { + "type": "as_expression", + "named": true, + "fields": { + "expr": { + "multiple": false, + "required": true, + "types": [ + { + "type": "expression", + "named": true + } + ] + }, + "type": { + "multiple": false, + "required": true, + "types": [ + { + "type": "type", + "named": true + } + ] + } + }, + "children": { + "multiple": false, + "required": true, + "types": [ + { + "type": "as_operator", + "named": true + } + ] + } + }, + { + "type": "as_operator", + "named": true, + "fields": {} + }, + { + "type": "assignment", + "named": true, + "fields": { + "operator": { + "multiple": false, + "required": true, + "types": [ + { + "type": "%=", + "named": false + }, + { + "type": "*=", + "named": false + }, + { + "type": "+=", + "named": false + }, + { + "type": "-=", + "named": false + }, + { + "type": "/=", + "named": false + }, + { + "type": "=", + "named": false + } + ] + }, + "result": { + "multiple": false, + "required": true, + "types": [ + { + "type": "expression", + "named": true + } + ] + }, + "target": { + "multiple": false, + "required": true, + "types": [ + { + "type": "directly_assignable_expression", + "named": true + } + ] + } + } + }, + { + "type": "associatedtype_declaration", + "named": true, + "fields": { + "default_value": { + "multiple": false, + "required": false, + "types": [ + { + "type": "type", + "named": true + } + ] + }, + "must_inherit": { + "multiple": false, + "required": false, + "types": [ + { + "type": "type", + "named": true + } + ] + }, + "name": { + "multiple": false, + "required": true, + "types": [ + { + "type": "type_identifier", + "named": true + } + ] + } + }, + "children": { + "multiple": true, + "required": false, + "types": [ + { + "type": "modifiers", + "named": true + }, + { + "type": "type_constraints", + "named": true + } + ] + } + }, + { + "type": "attribute", + "named": true, + "fields": {}, + "children": { + "multiple": true, + "required": true, + "types": [ + { + "type": "expression", + "named": true + }, + { + "type": "user_type", + "named": true + } + ] + } + }, + { + "type": "availability_condition", + "named": true, + "fields": {}, + "children": { + "multiple": true, + "required": false, + "types": [ + { + "type": "identifier", + "named": true + }, + { + "type": "integer_literal", + "named": true + } + ] + } + }, + { + "type": "await_expression", + "named": true, + "fields": { + "expr": { + "multiple": false, + "required": false, + "types": [ + { + "type": "expression", + "named": true + } + ] + } + }, + "children": { + "multiple": false, + "required": false, + "types": [ + { + "type": "expression", + "named": true + } + ] + } + }, + { + "type": "bang", + "named": true, + "fields": {} + }, + { + "type": "bitwise_operation", + "named": true, + "fields": { + "lhs": { + "multiple": false, + "required": true, + "types": [ + { + "type": "expression", + "named": true + } + ] + }, + "op": { + "multiple": false, + "required": true, + "types": [ + { + "type": "&", + "named": false + }, + { + "type": "<<", + "named": false + }, + { + "type": ">>", + "named": false + }, + { + "type": "^", + "named": false + }, + { + "type": "|", + "named": false + } + ] + }, + "rhs": { + "multiple": false, + "required": true, + "types": [ + { + "type": "expression", + "named": true + } + ] + } + } + }, + { + "type": "boolean_literal", + "named": true, + "fields": {} + }, + { + "type": "call_expression", + "named": true, + "fields": {}, + "children": { + "multiple": true, + "required": true, + "types": [ + { + "type": "call_suffix", + "named": true + }, + { + "type": "expression", + "named": true + } + ] + } + }, + { + "type": "call_suffix", + "named": true, + "fields": { + "name": { + "multiple": true, + "required": false, + "types": [ + { + "type": "simple_identifier", + "named": true + } + ] + } + }, + "children": { + "multiple": true, + "required": true, + "types": [ + { + "type": "lambda_literal", + "named": true + }, + { + "type": "value_arguments", + "named": true + } + ] + } + }, + { + "type": "capture_list", + "named": true, + "fields": {}, + "children": { + "multiple": true, + "required": true, + "types": [ + { + "type": "capture_list_item", + "named": true + } + ] + } + }, + { + "type": "capture_list_item", + "named": true, + "fields": { + "name": { + "multiple": false, + "required": true, + "types": [ + { + "type": "self_expression", + "named": true + }, + { + "type": "simple_identifier", + "named": true + } + ] + }, + "value": { + "multiple": false, + "required": false, + "types": [ + { + "type": "expression", + "named": true + } + ] + } + }, + "children": { + "multiple": false, + "required": false, + "types": [ + { + "type": "ownership_modifier", + "named": true + } + ] + } + }, + { + "type": "catch_block", + "named": true, + "fields": { + "error": { + "multiple": false, + "required": false, + "types": [ + { + "type": "pattern", + "named": true + } + ] + } + }, + "children": { + "multiple": true, + "required": true, + "types": [ + { + "type": "catch_keyword", + "named": true + }, + { + "type": "statements", + "named": true + }, + { + "type": "where_clause", + "named": true + } + ] + } + }, + { + "type": "check_expression", + "named": true, + "fields": { + "op": { + "multiple": false, + "required": true, + "types": [ + { + "type": "is", + "named": false + } + ] + }, + "target": { + "multiple": false, + "required": true, + "types": [ + { + "type": "expression", + "named": true + } + ] + }, + "type": { + "multiple": false, + "required": true, + "types": [ + { + "type": "type", + "named": true + } + ] + } + } + }, + { + "type": "class_body", + "named": true, + "fields": {}, + "children": { + "multiple": true, + "required": false, + "types": [ + { + "type": "multiline_comment", + "named": true + }, + { + "type": "type_level_declaration", + "named": true + } + ] + } + }, + { + "type": "class_declaration", + "named": true, + "fields": { + "body": { + "multiple": false, + "required": true, + "types": [ + { + "type": "class_body", + "named": true + }, + { + "type": "enum_class_body", + "named": true + } + ] + }, + "declaration_kind": { + "multiple": false, + "required": true, + "types": [ + { + "type": "actor", + "named": false + }, + { + "type": "class", + "named": false + }, + { + "type": "enum", + "named": false + }, + { + "type": "extension", + "named": false + }, + { + "type": "struct", + "named": false + } + ] + }, + "name": { + "multiple": false, + "required": true, + "types": [ + { + "type": "type_identifier", + "named": true + }, + { + "type": "unannotated_type", + "named": true + } + ] + } + }, + "children": { + "multiple": true, + "required": false, + "types": [ + { + "type": "attribute", + "named": true + }, + { + "type": "inheritance_modifier", + "named": true + }, + { + "type": "inheritance_specifier", + "named": true + }, + { + "type": "modifiers", + "named": true + }, + { + "type": "ownership_modifier", + "named": true + }, + { + "type": "property_behavior_modifier", + "named": true + }, + { + "type": "type_constraints", + "named": true + }, + { + "type": "type_parameters", + "named": true + } + ] + } + }, + { + "type": "comparison_expression", + "named": true, + "fields": { + "lhs": { + "multiple": false, + "required": true, + "types": [ + { + "type": "expression", + "named": true + } + ] + }, + "op": { + "multiple": false, + "required": true, + "types": [ + { + "type": "<", + "named": false + }, + { + "type": "<=", + "named": false + }, + { + "type": ">", + "named": false + }, + { + "type": ">=", + "named": false + } + ] + }, + "rhs": { + "multiple": false, + "required": true, + "types": [ + { + "type": "expression", + "named": true + } + ] + } + } + }, + { + "type": "computed_getter", + "named": true, + "fields": {}, + "children": { + "multiple": true, + "required": true, + "types": [ + { + "type": "attribute", + "named": true + }, + { + "type": "getter_specifier", + "named": true + }, + { + "type": "statements", + "named": true + } + ] + } + }, + { + "type": "computed_modify", + "named": true, + "fields": {}, + "children": { + "multiple": true, + "required": true, + "types": [ + { + "type": "attribute", + "named": true + }, + { + "type": "modify_specifier", + "named": true + }, + { + "type": "statements", + "named": true + } + ] + } + }, + { + "type": "computed_property", + "named": true, + "fields": {}, + "children": { + "multiple": true, + "required": false, + "types": [ + { + "type": "computed_getter", + "named": true + }, + { + "type": "computed_modify", + "named": true + }, + { + "type": "computed_setter", + "named": true + }, + { + "type": "statements", + "named": true + } + ] + } + }, + { + "type": "computed_setter", + "named": true, + "fields": {}, + "children": { + "multiple": true, + "required": true, + "types": [ + { + "type": "attribute", + "named": true + }, + { + "type": "setter_specifier", + "named": true + }, + { + "type": "simple_identifier", + "named": true + }, + { + "type": "statements", + "named": true + } + ] + } + }, + { + "type": "conjunction_expression", + "named": true, + "fields": { + "lhs": { + "multiple": false, + "required": true, + "types": [ + { + "type": "expression", + "named": true + } + ] + }, + "op": { + "multiple": false, + "required": true, + "types": [ + { + "type": "&&", + "named": false + } + ] + }, + "rhs": { + "multiple": false, + "required": true, + "types": [ + { + "type": "expression", + "named": true + } + ] + } + } + }, + { + "type": "constructor_expression", + "named": true, + "fields": { + "constructed_type": { + "multiple": false, + "required": true, + "types": [ + { + "type": "array_type", + "named": true + }, + { + "type": "dictionary_type", + "named": true + }, + { + "type": "user_type", + "named": true + } + ] + } + }, + "children": { + "multiple": false, + "required": true, + "types": [ + { + "type": "constructor_suffix", + "named": true + } + ] + } + }, + { + "type": "constructor_suffix", + "named": true, + "fields": { + "name": { + "multiple": true, + "required": false, + "types": [ + { + "type": "simple_identifier", + "named": true + } + ] + } + }, + "children": { + "multiple": true, + "required": true, + "types": [ + { + "type": "lambda_literal", + "named": true + }, + { + "type": "value_arguments", + "named": true + } + ] + } + }, + { + "type": "control_transfer_statement", + "named": true, + "fields": { + "result": { + "multiple": false, + "required": false, + "types": [ + { + "type": "expression", + "named": true + } + ] + } + }, + "children": { + "multiple": true, + "required": false, + "types": [ + { + "type": "expression", + "named": true + }, + { + "type": "throw_keyword", + "named": true + } + ] + } + }, + { + "type": "custom_operator", + "named": true, + "fields": {} + }, + { + "type": "deinit_declaration", + "named": true, + "fields": { + "body": { + "multiple": false, + "required": true, + "types": [ + { + "type": "function_body", + "named": true + } + ] + } + }, + "children": { + "multiple": false, + "required": false, + "types": [ + { + "type": "modifiers", + "named": true + } + ] + } + }, + { + "type": "deprecated_operator_declaration_body", + "named": true, + "fields": {}, + "children": { + "multiple": true, + "required": false, + "types": [ + { + "type": "bin_literal", + "named": true + }, + { + "type": "boolean_literal", + "named": true + }, + { + "type": "hex_literal", + "named": true + }, + { + "type": "integer_literal", + "named": true + }, + { + "type": "line_string_literal", + "named": true + }, + { + "type": "multi_line_string_literal", + "named": true + }, + { + "type": "oct_literal", + "named": true + }, + { + "type": "raw_string_literal", + "named": true + }, + { + "type": "real_literal", + "named": true + }, + { + "type": "regex_literal", + "named": true + }, + { + "type": "simple_identifier", + "named": true + } + ] + } + }, + { + "type": "diagnostic", + "named": true, + "fields": {} + }, + { + "type": "dictionary_literal", + "named": true, + "fields": { + "key": { + "multiple": true, + "required": false, + "types": [ + { + "type": "expression", + "named": true + } + ] + }, + "value": { + "multiple": true, + "required": false, + "types": [ + { + "type": "expression", + "named": true + } + ] + } + } + }, + { + "type": "dictionary_type", + "named": true, + "fields": { + "key": { + "multiple": false, + "required": true, + "types": [ + { + "type": "type", + "named": true + } + ] + }, + "value": { + "multiple": false, + "required": true, + "types": [ + { + "type": "type", + "named": true + } + ] + } + } + }, + { + "type": "didset_clause", + "named": true, + "fields": {}, + "children": { + "multiple": true, + "required": false, + "types": [ + { + "type": "modifiers", + "named": true + }, + { + "type": "simple_identifier", + "named": true + }, + { + "type": "statements", + "named": true + } + ] + } + }, + { + "type": "directive", + "named": true, + "fields": {}, + "children": { + "multiple": true, + "required": false, + "types": [ + { + "type": "boolean_literal", + "named": true + }, + { + "type": "integer_literal", + "named": true + }, + { + "type": "simple_identifier", + "named": true + } + ] + } + }, + { + "type": "directly_assignable_expression", + "named": true, + "fields": {}, + "children": { + "multiple": false, + "required": true, + "types": [ + { + "type": "expression", + "named": true + } + ] + } + }, + { + "type": "disjunction_expression", + "named": true, + "fields": { + "lhs": { + "multiple": false, + "required": true, + "types": [ + { + "type": "expression", + "named": true + } + ] + }, + "op": { + "multiple": false, + "required": true, + "types": [ + { + "type": "||", + "named": false + } + ] + }, + "rhs": { + "multiple": false, + "required": true, + "types": [ + { + "type": "expression", + "named": true + } + ] + } + } + }, + { + "type": "do_statement", + "named": true, + "fields": {}, + "children": { + "multiple": true, + "required": false, + "types": [ + { + "type": "catch_block", + "named": true + }, + { + "type": "statements", + "named": true + } + ] + } + }, + { + "type": "enum_class_body", + "named": true, + "fields": {}, + "children": { + "multiple": true, + "required": false, + "types": [ + { + "type": "enum_entry", + "named": true + }, + { + "type": "type_level_declaration", + "named": true + } + ] + } + }, + { + "type": "enum_entry", + "named": true, + "fields": { + "data_contents": { + "multiple": true, + "required": false, + "types": [ + { + "type": "enum_type_parameters", + "named": true + } + ] + }, + "name": { + "multiple": true, + "required": true, + "types": [ + { + "type": "simple_identifier", + "named": true + } + ] + }, + "raw_value": { + "multiple": true, + "required": false, + "types": [ + { + "type": "expression", + "named": true + } + ] + } + }, + "children": { + "multiple": false, + "required": false, + "types": [ + { + "type": "modifiers", + "named": true + } + ] + } + }, + { + "type": "enum_type_parameters", + "named": true, + "fields": {}, + "children": { + "multiple": true, + "required": false, + "types": [ + { + "type": "expression", + "named": true + }, + { + "type": "type", + "named": true + }, + { + "type": "wildcard_pattern", + "named": true + } + ] + } + }, + { + "type": "equality_constraint", + "named": true, + "fields": { + "constrained_type": { + "multiple": false, + "required": true, + "types": [ + { + "type": "identifier", + "named": true + }, + { + "type": "nested_type_identifier", + "named": true + } + ] + }, + "must_equal": { + "multiple": false, + "required": true, + "types": [ + { + "type": "type", + "named": true + } + ] + } + }, + "children": { + "multiple": true, + "required": false, + "types": [ + { + "type": "attribute", + "named": true + } + ] + } + }, + { + "type": "equality_expression", + "named": true, + "fields": { + "lhs": { + "multiple": false, + "required": true, + "types": [ + { + "type": "expression", + "named": true + } + ] + }, + "op": { + "multiple": false, + "required": true, + "types": [ + { + "type": "!=", + "named": false + }, + { + "type": "!==", + "named": false + }, + { + "type": "==", + "named": false + }, + { + "type": "===", + "named": false + } + ] + }, + "rhs": { + "multiple": false, + "required": true, + "types": [ + { + "type": "expression", + "named": true + } + ] + } + } + }, + { + "type": "existential_type", + "named": true, + "fields": {}, + "children": { + "multiple": false, + "required": true, + "types": [ + { + "type": "unannotated_type", + "named": true + } + ] + } + }, + { + "type": "external_macro_definition", + "named": true, + "fields": {}, + "children": { + "multiple": false, + "required": true, + "types": [ + { + "type": "value_arguments", + "named": true + } + ] + } + }, + { + "type": "for_statement", + "named": true, + "fields": { + "collection": { + "multiple": false, + "required": true, + "types": [ + { + "type": "expression", + "named": true + } + ] + }, + "item": { + "multiple": false, + "required": true, + "types": [ + { + "type": "pattern", + "named": true + } + ] + } + }, + "children": { + "multiple": true, + "required": false, + "types": [ + { + "type": "statements", + "named": true + }, + { + "type": "try_operator", + "named": true + }, + { + "type": "type_annotation", + "named": true + }, + { + "type": "where_clause", + "named": true + } + ] + } + }, + { + "type": "fully_open_range", + "named": true, + "fields": {} + }, + { + "type": "function_body", + "named": true, + "fields": {}, + "children": { + "multiple": false, + "required": false, + "types": [ + { + "type": "statements", + "named": true + } + ] + } + }, + { + "type": "function_declaration", + "named": true, + "fields": { + "body": { + "multiple": false, + "required": true, + "types": [ + { + "type": "function_body", + "named": true + } + ] + }, + "default_value": { + "multiple": true, + "required": false, + "types": [ + { + "type": "expression", + "named": true + } + ] + }, + "name": { + "multiple": false, + "required": true, + "types": [ + { + "type": "referenceable_operator", + "named": true + }, + { + "type": "simple_identifier", + "named": true + } + ] + }, + "return_type": { + "multiple": false, + "required": false, + "types": [ + { + "type": "implicitly_unwrapped_type", + "named": true + }, + { + "type": "type", + "named": true + } + ] + } + }, + "children": { + "multiple": true, + "required": false, + "types": [ + { + "type": "attribute", + "named": true + }, + { + "type": "inheritance_modifier", + "named": true + }, + { + "type": "modifiers", + "named": true + }, + { + "type": "ownership_modifier", + "named": true + }, + { + "type": "parameter", + "named": true + }, + { + "type": "property_behavior_modifier", + "named": true + }, + { + "type": "throws", + "named": true + }, + { + "type": "throws_clause", + "named": true + }, + { + "type": "type_constraints", + "named": true + }, + { + "type": "type_parameters", + "named": true + } + ] + } + }, + { + "type": "function_modifier", + "named": true, + "fields": {} + }, + { + "type": "function_type", + "named": true, + "fields": { + "params": { + "multiple": false, + "required": true, + "types": [ + { + "type": "unannotated_type", + "named": true + } + ] + }, + "return_type": { + "multiple": false, + "required": true, + "types": [ + { + "type": "type", + "named": true + } + ] + } + }, + "children": { + "multiple": false, + "required": false, + "types": [ + { + "type": "throws", + "named": true + }, + { + "type": "throws_clause", + "named": true + } + ] + } + }, + { + "type": "getter_specifier", + "named": true, + "fields": {}, + "children": { + "multiple": true, + "required": false, + "types": [ + { + "type": "mutation_modifier", + "named": true + }, + { + "type": "throws", + "named": true + }, + { + "type": "throws_clause", + "named": true + } + ] + } + }, + { + "type": "guard_statement", + "named": true, + "fields": { + "condition": { + "multiple": true, + "required": true, + "types": [ + { + "type": "if_condition", + "named": true + } + ] + } + }, + "children": { + "multiple": true, + "required": true, + "types": [ + { + "type": "else", + "named": true + }, + { + "type": "statements", + "named": true + } + ] + } + }, + { + "type": "identifier", + "named": true, + "fields": {}, + "children": { + "multiple": true, + "required": true, + "types": [ + { + "type": "simple_identifier", + "named": true + } + ] + } + }, + { + "type": "if_condition", + "named": true, + "fields": {}, + "children": { + "multiple": false, + "required": true, + "types": [ + { + "type": "availability_condition", + "named": true + }, + { + "type": "expression", + "named": true + }, + { + "type": "if_let_binding", + "named": true + } + ] + } + }, + { + "type": "if_let_binding", + "named": true, + "fields": { + "bound_identifier": { + "multiple": false, + "required": false, + "types": [ + { + "type": "simple_identifier", + "named": true + } + ] + } + }, + "children": { + "multiple": true, + "required": false, + "types": [ + { + "type": "expression", + "named": true + }, + { + "type": "pattern", + "named": true + }, + { + "type": "type", + "named": true + }, + { + "type": "type_annotation", + "named": true + }, + { + "type": "user_type", + "named": true + }, + { + "type": "value_binding_pattern", + "named": true + }, + { + "type": "where_clause", + "named": true + }, + { + "type": "wildcard_pattern", + "named": true + } + ] + } + }, + { + "type": "if_statement", + "named": true, + "fields": { + "condition": { + "multiple": true, + "required": true, + "types": [ + { + "type": "if_condition", + "named": true + } + ] + } + }, + "children": { + "multiple": true, + "required": false, + "types": [ + { + "type": "else", + "named": true + }, + { + "type": "if_statement", + "named": true + }, + { + "type": "statements", + "named": true + } + ] + } + }, + { + "type": "implicitly_unwrapped_type", + "named": true, + "fields": {}, + "children": { + "multiple": false, + "required": true, + "types": [ + { + "type": "type", + "named": true + } + ] + } + }, + { + "type": "import_declaration", + "named": true, + "fields": {}, + "children": { + "multiple": true, + "required": true, + "types": [ + { + "type": "identifier", + "named": true + }, + { + "type": "modifiers", + "named": true + } + ] + } + }, + { + "type": "infix_expression", + "named": true, + "fields": { + "lhs": { + "multiple": false, + "required": true, + "types": [ + { + "type": "expression", + "named": true + } + ] + }, + "op": { + "multiple": false, + "required": true, + "types": [ + { + "type": "custom_operator", + "named": true + } + ] + }, + "rhs": { + "multiple": false, + "required": true, + "types": [ + { + "type": "expression", + "named": true + } + ] + } + } + }, + { + "type": "inheritance_constraint", + "named": true, + "fields": { + "constrained_type": { + "multiple": false, + "required": true, + "types": [ + { + "type": "identifier", + "named": true + }, + { + "type": "nested_type_identifier", + "named": true + } + ] + }, + "inherits_from": { + "multiple": false, + "required": true, + "types": [ + { + "type": "implicitly_unwrapped_type", + "named": true + }, + { + "type": "type", + "named": true + } + ] + } + }, + "children": { + "multiple": true, + "required": false, + "types": [ + { + "type": "attribute", + "named": true + } + ] + } + }, + { + "type": "inheritance_modifier", + "named": true, + "fields": {} + }, + { + "type": "inheritance_specifier", + "named": true, + "fields": { + "inherits_from": { + "multiple": false, + "required": true, + "types": [ + { + "type": "function_type", + "named": true + }, + { + "type": "suppressed_constraint", + "named": true + }, + { + "type": "user_type", + "named": true + } + ] + } + } + }, + { + "type": "init_declaration", + "named": true, + "fields": { + "body": { + "multiple": false, + "required": false, + "types": [ + { + "type": "function_body", + "named": true + } + ] + }, + "default_value": { + "multiple": true, + "required": false, + "types": [ + { + "type": "expression", + "named": true + } + ] + }, + "name": { + "multiple": false, + "required": true, + "types": [ + { + "type": "init", + "named": false + } + ] + } + }, + "children": { + "multiple": true, + "required": false, + "types": [ + { + "type": "attribute", + "named": true + }, + { + "type": "bang", + "named": true + }, + { + "type": "modifiers", + "named": true + }, + { + "type": "parameter", + "named": true + }, + { + "type": "throws", + "named": true + }, + { + "type": "throws_clause", + "named": true + }, + { + "type": "type_constraints", + "named": true + }, + { + "type": "type_parameters", + "named": true + } + ] + } + }, + { + "type": "interpolated_expression", + "named": true, + "fields": { + "name": { + "multiple": false, + "required": false, + "types": [ + { + "type": "value_argument_label", + "named": true + } + ] + }, + "reference_specifier": { + "multiple": true, + "required": false, + "types": [ + { + "type": "value_argument_label", + "named": true + } + ] + }, + "value": { + "multiple": false, + "required": false, + "types": [ + { + "type": "expression", + "named": true + } + ] + } + }, + "children": { + "multiple": false, + "required": false, + "types": [ + { + "type": "type_modifiers", + "named": true + } + ] + } + }, + { + "type": "key_path_expression", + "named": true, + "fields": {}, + "children": { + "multiple": true, + "required": false, + "types": [ + { + "type": "array_type", + "named": true + }, + { + "type": "bang", + "named": true + }, + { + "type": "dictionary_type", + "named": true + }, + { + "type": "simple_identifier", + "named": true + }, + { + "type": "type_arguments", + "named": true + }, + { + "type": "type_identifier", + "named": true + }, + { + "type": "value_argument", + "named": true + } + ] + } + }, + { + "type": "key_path_string_expression", + "named": true, + "fields": {}, + "children": { + "multiple": false, + "required": true, + "types": [ + { + "type": "expression", + "named": true + } + ] + } + }, + { + "type": "lambda_function_type", + "named": true, + "fields": { + "return_type": { + "multiple": false, + "required": false, + "types": [ + { + "type": "implicitly_unwrapped_type", + "named": true + }, + { + "type": "type", + "named": true + } + ] + } + }, + "children": { + "multiple": true, + "required": false, + "types": [ + { + "type": "lambda_function_type_parameters", + "named": true + }, + { + "type": "throws", + "named": true + }, + { + "type": "throws_clause", + "named": true + } + ] + } + }, + { + "type": "lambda_function_type_parameters", + "named": true, + "fields": {}, + "children": { + "multiple": true, + "required": true, + "types": [ + { + "type": "lambda_parameter", + "named": true + } + ] + } + }, + { + "type": "lambda_literal", + "named": true, + "fields": { + "captures": { + "multiple": false, + "required": false, + "types": [ + { + "type": "capture_list", + "named": true + } + ] + }, + "type": { + "multiple": false, + "required": false, + "types": [ + { + "type": "lambda_function_type", + "named": true + } + ] + } + }, + "children": { + "multiple": true, + "required": false, + "types": [ + { + "type": "attribute", + "named": true + }, + { + "type": "statements", + "named": true + } + ] + } + }, + { + "type": "lambda_parameter", + "named": true, + "fields": { + "external_name": { + "multiple": false, + "required": false, + "types": [ + { + "type": "simple_identifier", + "named": true + } + ] + }, + "name": { + "multiple": false, + "required": false, + "types": [ + { + "type": "simple_identifier", + "named": true + } + ] + }, + "type": { + "multiple": false, + "required": false, + "types": [ + { + "type": "implicitly_unwrapped_type", + "named": true + }, + { + "type": "type", + "named": true + } + ] + } + }, + "children": { + "multiple": false, + "required": false, + "types": [ + { + "type": "parameter_modifiers", + "named": true + }, + { + "type": "self_expression", + "named": true + } + ] + } + }, + { + "type": "line_str_text", + "named": true, + "fields": {} + }, + { + "type": "line_string_literal", + "named": true, + "fields": { + "interpolation": { + "multiple": true, + "required": false, + "types": [ + { + "type": "interpolated_expression", + "named": true + } + ] + }, + "text": { + "multiple": true, + "required": false, + "types": [ + { + "type": "line_str_text", + "named": true + }, + { + "type": "str_escaped_char", + "named": true + } + ] + } + } + }, + { + "type": "macro_declaration", + "named": true, + "fields": { + "default_value": { + "multiple": true, + "required": false, + "types": [ + { + "type": "expression", + "named": true + } + ] + }, + "definition": { + "multiple": false, + "required": false, + "types": [ + { + "type": "macro_definition", + "named": true + } + ] + } + }, + "children": { + "multiple": true, + "required": true, + "types": [ + { + "type": "attribute", + "named": true + }, + { + "type": "modifiers", + "named": true + }, + { + "type": "parameter", + "named": true + }, + { + "type": "simple_identifier", + "named": true + }, + { + "type": "type_constraints", + "named": true + }, + { + "type": "type_parameters", + "named": true + }, + { + "type": "unannotated_type", + "named": true + } + ] + } + }, + { + "type": "macro_definition", + "named": true, + "fields": { + "body": { + "multiple": false, + "required": true, + "types": [ + { + "type": "expression", + "named": true + }, + { + "type": "external_macro_definition", + "named": true + } + ] + } + } + }, + { + "type": "macro_invocation", + "named": true, + "fields": {}, + "children": { + "multiple": true, + "required": true, + "types": [ + { + "type": "call_suffix", + "named": true + }, + { + "type": "simple_identifier", + "named": true + }, + { + "type": "type_parameters", + "named": true + } + ] + } + }, + { + "type": "member_modifier", + "named": true, + "fields": {} + }, + { + "type": "metatype", + "named": true, + "fields": {}, + "children": { + "multiple": false, + "required": true, + "types": [ + { + "type": "unannotated_type", + "named": true + } + ] + } + }, + { + "type": "modifiers", + "named": true, + "fields": {}, + "children": { + "multiple": true, + "required": true, + "types": [ + { + "type": "attribute", + "named": true + }, + { + "type": "function_modifier", + "named": true + }, + { + "type": "inheritance_modifier", + "named": true + }, + { + "type": "member_modifier", + "named": true + }, + { + "type": "mutation_modifier", + "named": true + }, + { + "type": "ownership_modifier", + "named": true + }, + { + "type": "parameter_modifier", + "named": true + }, + { + "type": "property_behavior_modifier", + "named": true + }, + { + "type": "property_modifier", + "named": true + }, + { + "type": "visibility_modifier", + "named": true + } + ] + } + }, + { + "type": "modify_specifier", + "named": true, + "fields": {}, + "children": { + "multiple": false, + "required": false, + "types": [ + { + "type": "mutation_modifier", + "named": true + } + ] + } + }, + { + "type": "multi_line_str_text", + "named": true, + "fields": {} + }, + { + "type": "multi_line_string_literal", + "named": true, + "fields": { + "interpolation": { + "multiple": true, + "required": false, + "types": [ + { + "type": "interpolated_expression", + "named": true + } + ] + }, + "text": { + "multiple": true, + "required": false, + "types": [ + { + "type": "\"", + "named": false + }, + { + "type": "multi_line_str_text", + "named": true + }, + { + "type": "str_escaped_char", + "named": true + } + ] + } + } + }, + { + "type": "multiplicative_expression", + "named": true, + "fields": { + "lhs": { + "multiple": false, + "required": true, + "types": [ + { + "type": "expression", + "named": true + } + ] + }, + "op": { + "multiple": false, + "required": true, + "types": [ + { + "type": "%", + "named": false + }, + { + "type": "*", + "named": false + }, + { + "type": "/", + "named": false + } + ] + }, + "rhs": { + "multiple": false, + "required": true, + "types": [ + { + "type": "expression", + "named": true + } + ] + } + } + }, + { + "type": "mutation_modifier", + "named": true, + "fields": {} + }, + { + "type": "navigation_expression", + "named": true, + "fields": { + "suffix": { + "multiple": false, + "required": true, + "types": [ + { + "type": "navigation_suffix", + "named": true + } + ] + }, + "target": { + "multiple": true, + "required": true, + "types": [ + { + "type": "(", + "named": false + }, + { + "type": ")", + "named": false + }, + { + "type": "array_type", + "named": true + }, + { + "type": "dictionary_type", + "named": true + }, + { + "type": "existential_type", + "named": true + }, + { + "type": "expression", + "named": true + }, + { + "type": "opaque_type", + "named": true + }, + { + "type": "user_type", + "named": true + } + ] + } + } + }, + { + "type": "navigation_suffix", + "named": true, + "fields": { + "suffix": { + "multiple": false, + "required": true, + "types": [ + { + "type": "integer_literal", + "named": true + }, + { + "type": "simple_identifier", + "named": true + } + ] + } + } + }, + { + "type": "nested_type_identifier", + "named": true, + "fields": {}, + "children": { + "multiple": true, + "required": true, + "types": [ + { + "type": "simple_identifier", + "named": true + }, + { + "type": "unannotated_type", + "named": true + } + ] + } + }, + { + "type": "nil_coalescing_expression", + "named": true, + "fields": { + "if_nil": { + "multiple": false, + "required": true, + "types": [ + { + "type": "expression", + "named": true + } + ] + }, + "value": { + "multiple": false, + "required": true, + "types": [ + { + "type": "expression", + "named": true + } + ] + } + } + }, + { + "type": "opaque_type", + "named": true, + "fields": {}, + "children": { + "multiple": false, + "required": true, + "types": [ + { + "type": "unannotated_type", + "named": true + } + ] + } + }, + { + "type": "open_end_range_expression", + "named": true, + "fields": { + "start": { + "multiple": false, + "required": true, + "types": [ + { + "type": "expression", + "named": true + } + ] + } + } + }, + { + "type": "open_start_range_expression", + "named": true, + "fields": { + "end": { + "multiple": false, + "required": true, + "types": [ + { + "type": "expression", + "named": true + } + ] + } + } + }, + { + "type": "operator_declaration", + "named": true, + "fields": {}, + "children": { + "multiple": true, + "required": true, + "types": [ + { + "type": "deprecated_operator_declaration_body", + "named": true + }, + { + "type": "referenceable_operator", + "named": true + }, + { + "type": "simple_identifier", + "named": true + } + ] + } + }, + { + "type": "optional_chain_marker", + "named": true, + "fields": {}, + "children": { + "multiple": false, + "required": true, + "types": [ + { + "type": "expression", + "named": true + } + ] + } + }, + { + "type": "optional_type", + "named": true, + "fields": { + "wrapped": { + "multiple": false, + "required": true, + "types": [ + { + "type": "array_type", + "named": true + }, + { + "type": "dictionary_type", + "named": true + }, + { + "type": "tuple_type", + "named": true + }, + { + "type": "user_type", + "named": true + } + ] + } + } + }, + { + "type": "ownership_modifier", + "named": true, + "fields": {} + }, + { + "type": "parameter", + "named": true, + "fields": { + "external_name": { + "multiple": false, + "required": false, + "types": [ + { + "type": "simple_identifier", + "named": true + } + ] + }, + "name": { + "multiple": false, + "required": true, + "types": [ + { + "type": "simple_identifier", + "named": true + } + ] + }, + "type": { + "multiple": false, + "required": true, + "types": [ + { + "type": "implicitly_unwrapped_type", + "named": true + }, + { + "type": "type", + "named": true + } + ] + } + }, + "children": { + "multiple": false, + "required": false, + "types": [ + { + "type": "parameter_modifiers", + "named": true + } + ] + } + }, + { + "type": "parameter_modifier", + "named": true, + "fields": {} + }, + { + "type": "parameter_modifiers", + "named": true, + "fields": {}, + "children": { + "multiple": true, + "required": true, + "types": [ + { + "type": "parameter_modifier", + "named": true + } + ] + } + }, + { + "type": "pattern", + "named": true, + "fields": { + "bound_identifier": { + "multiple": false, + "required": false, + "types": [ + { + "type": "simple_identifier", + "named": true + } + ] + } + }, + "children": { + "multiple": true, + "required": false, + "types": [ + { + "type": "expression", + "named": true + }, + { + "type": "pattern", + "named": true + }, + { + "type": "type", + "named": true + }, + { + "type": "user_type", + "named": true + }, + { + "type": "value_binding_pattern", + "named": true + }, + { + "type": "wildcard_pattern", + "named": true + } + ] + } + }, + { + "type": "playground_literal", + "named": true, + "fields": {}, + "children": { + "multiple": true, + "required": true, + "types": [ + { + "type": "expression", + "named": true + } + ] + } + }, + { + "type": "postfix_expression", + "named": true, + "fields": { + "operation": { + "multiple": false, + "required": true, + "types": [ + { + "type": "++", + "named": false + }, + { + "type": "--", + "named": false + }, + { + "type": "bang", + "named": true + } + ] + }, + "target": { + "multiple": false, + "required": true, + "types": [ + { + "type": "expression", + "named": true + } + ] + } + } + }, + { + "type": "precedence_group_attribute", + "named": true, + "fields": {}, + "children": { + "multiple": true, + "required": true, + "types": [ + { + "type": "boolean_literal", + "named": true + }, + { + "type": "simple_identifier", + "named": true + } + ] + } + }, + { + "type": "precedence_group_attributes", + "named": true, + "fields": {}, + "children": { + "multiple": true, + "required": true, + "types": [ + { + "type": "precedence_group_attribute", + "named": true + } + ] + } + }, + { + "type": "precedence_group_declaration", + "named": true, + "fields": {}, + "children": { + "multiple": true, + "required": true, + "types": [ + { + "type": "precedence_group_attributes", + "named": true + }, + { + "type": "simple_identifier", + "named": true + } + ] + } + }, + { + "type": "prefix_expression", + "named": true, + "fields": { + "operation": { + "multiple": false, + "required": true, + "types": [ + { + "type": "&", + "named": false + }, + { + "type": "+", + "named": false + }, + { + "type": "++", + "named": false + }, + { + "type": "-", + "named": false + }, + { + "type": "--", + "named": false + }, + { + "type": ".", + "named": false + }, + { + "type": "bang", + "named": true + }, + { + "type": "custom_operator", + "named": true + }, + { + "type": "~", + "named": false + } + ] + }, + "target": { + "multiple": false, + "required": true, + "types": [ + { + "type": "expression", + "named": true + } + ] + } + } + }, + { + "type": "property_behavior_modifier", + "named": true, + "fields": {} + }, + { + "type": "property_declaration", + "named": true, + "fields": { + "computed_value": { + "multiple": true, + "required": false, + "types": [ + { + "type": "computed_property", + "named": true + } + ] + }, + "name": { + "multiple": true, + "required": true, + "types": [ + { + "type": "pattern", + "named": true + } + ] + }, + "value": { + "multiple": true, + "required": false, + "types": [ + { + "type": "expression", + "named": true + } + ] + } + }, + "children": { + "multiple": true, + "required": false, + "types": [ + { + "type": "attribute", + "named": true + }, + { + "type": "inheritance_modifier", + "named": true + }, + { + "type": "modifiers", + "named": true + }, + { + "type": "ownership_modifier", + "named": true + }, + { + "type": "property_behavior_modifier", + "named": true + }, + { + "type": "type_annotation", + "named": true + }, + { + "type": "type_constraints", + "named": true + }, + { + "type": "value_binding_pattern", + "named": true + }, + { + "type": "willset_didset_block", + "named": true + } + ] + } + }, + { + "type": "property_modifier", + "named": true, + "fields": {} + }, + { + "type": "protocol_body", + "named": true, + "fields": {}, + "children": { + "multiple": true, + "required": false, + "types": [ + { + "type": "protocol_member_declaration", + "named": true + } + ] + } + }, + { + "type": "protocol_composition_type", + "named": true, + "fields": {}, + "children": { + "multiple": true, + "required": true, + "types": [ + { + "type": "unannotated_type", + "named": true + } + ] + } + }, + { + "type": "protocol_declaration", + "named": true, + "fields": { + "body": { + "multiple": false, + "required": true, + "types": [ + { + "type": "protocol_body", + "named": true + } + ] + }, + "declaration_kind": { + "multiple": false, + "required": true, + "types": [ + { + "type": "protocol", + "named": false + } + ] + }, + "name": { + "multiple": false, + "required": true, + "types": [ + { + "type": "type_identifier", + "named": true + } + ] + } + }, + "children": { + "multiple": true, + "required": false, + "types": [ + { + "type": "attribute", + "named": true + }, + { + "type": "inheritance_specifier", + "named": true + }, + { + "type": "modifiers", + "named": true + }, + { + "type": "type_constraints", + "named": true + }, + { + "type": "type_parameters", + "named": true + } + ] + } + }, + { + "type": "protocol_function_declaration", + "named": true, + "fields": { + "body": { + "multiple": false, + "required": false, + "types": [ + { + "type": "function_body", + "named": true + } + ] + }, + "default_value": { + "multiple": true, + "required": false, + "types": [ + { + "type": "expression", + "named": true + } + ] + }, + "name": { + "multiple": false, + "required": true, + "types": [ + { + "type": "referenceable_operator", + "named": true + }, + { + "type": "simple_identifier", + "named": true + } + ] + }, + "return_type": { + "multiple": false, + "required": false, + "types": [ + { + "type": "implicitly_unwrapped_type", + "named": true + }, + { + "type": "type", + "named": true + } + ] + } + }, + "children": { + "multiple": true, + "required": false, + "types": [ + { + "type": "attribute", + "named": true + }, + { + "type": "modifiers", + "named": true + }, + { + "type": "parameter", + "named": true + }, + { + "type": "throws", + "named": true + }, + { + "type": "throws_clause", + "named": true + }, + { + "type": "type_constraints", + "named": true + }, + { + "type": "type_parameters", + "named": true + } + ] + } + }, + { + "type": "protocol_property_declaration", + "named": true, + "fields": { + "name": { + "multiple": false, + "required": true, + "types": [ + { + "type": "pattern", + "named": true + } + ] + } + }, + "children": { + "multiple": true, + "required": true, + "types": [ + { + "type": "modifiers", + "named": true + }, + { + "type": "protocol_property_requirements", + "named": true + }, + { + "type": "type_annotation", + "named": true + }, + { + "type": "type_constraints", + "named": true + } + ] + } + }, + { + "type": "protocol_property_requirements", + "named": true, + "fields": {}, + "children": { + "multiple": true, + "required": false, + "types": [ + { + "type": "getter_specifier", + "named": true + }, + { + "type": "setter_specifier", + "named": true + } + ] + } + }, + { + "type": "range_expression", + "named": true, + "fields": { + "end": { + "multiple": false, + "required": true, + "types": [ + { + "type": "expression", + "named": true + } + ] + }, + "op": { + "multiple": false, + "required": true, + "types": [ + { + "type": "...", + "named": false + }, + { + "type": "..<", + "named": false + } + ] + }, + "start": { + "multiple": false, + "required": true, + "types": [ + { + "type": "expression", + "named": true + } + ] + } + } + }, + { + "type": "raw_str_interpolation", + "named": true, + "fields": { + "interpolation": { + "multiple": true, + "required": true, + "types": [ + { + "type": "interpolated_expression", + "named": true + } + ] + } + }, + "children": { + "multiple": false, + "required": true, + "types": [ + { + "type": "raw_str_interpolation_start", + "named": true + } + ] + } + }, + { + "type": "raw_string_literal", + "named": true, + "fields": { + "interpolation": { + "multiple": true, + "required": false, + "types": [ + { + "type": "raw_str_interpolation", + "named": true + } + ] + }, + "text": { + "multiple": true, + "required": true, + "types": [ + { + "type": "raw_str_end_part", + "named": true + }, + { + "type": "raw_str_part", + "named": true + } + ] + } + }, + "children": { + "multiple": true, + "required": false, + "types": [ + { + "type": "raw_str_continuing_indicator", + "named": true + } + ] + } + }, + { + "type": "referenceable_operator", + "named": true, + "fields": {}, + "children": { + "multiple": false, + "required": false, + "types": [ + { + "type": "bang", + "named": true + }, + { + "type": "custom_operator", + "named": true + } + ] + } + }, + { + "type": "regex_literal", + "named": true, + "fields": {} + }, + { + "type": "repeat_while_statement", + "named": true, + "fields": { + "condition": { + "multiple": true, + "required": true, + "types": [ + { + "type": "if_condition", + "named": true + } + ] + } + }, + "children": { + "multiple": false, + "required": false, + "types": [ + { + "type": "statements", + "named": true + } + ] + } + }, + { + "type": "selector_expression", + "named": true, + "fields": {}, + "children": { + "multiple": false, + "required": true, + "types": [ + { + "type": "expression", + "named": true + } + ] + } + }, + { + "type": "self_expression", + "named": true, + "fields": {} + }, + { + "type": "setter_specifier", + "named": true, + "fields": {}, + "children": { + "multiple": false, + "required": false, + "types": [ + { + "type": "mutation_modifier", + "named": true + } + ] + } + }, + { + "type": "shebang_line", + "named": true, + "fields": {} + }, + { + "type": "simple_identifier", + "named": true, + "fields": {} + }, + { + "type": "source_file", + "named": true, + "root": true, + "fields": {}, + "children": { + "multiple": true, + "required": false, + "types": [ + { + "type": "do_statement", + "named": true + }, + { + "type": "expression", + "named": true + }, + { + "type": "for_statement", + "named": true + }, + { + "type": "global_declaration", + "named": true + }, + { + "type": "guard_statement", + "named": true + }, + { + "type": "repeat_while_statement", + "named": true + }, + { + "type": "shebang_line", + "named": true + }, + { + "type": "statement_label", + "named": true + }, + { + "type": "throw_keyword", + "named": true + }, + { + "type": "while_statement", + "named": true + } + ] + } + }, + { + "type": "special_literal", + "named": true, + "fields": {} + }, + { + "type": "statements", + "named": true, + "fields": {}, + "children": { + "multiple": true, + "required": true, + "types": [ + { + "type": "control_transfer_statement", + "named": true + }, + { + "type": "do_statement", + "named": true + }, + { + "type": "expression", + "named": true + }, + { + "type": "for_statement", + "named": true + }, + { + "type": "guard_statement", + "named": true + }, + { + "type": "local_declaration", + "named": true + }, + { + "type": "repeat_while_statement", + "named": true + }, + { + "type": "statement_label", + "named": true + }, + { + "type": "while_statement", + "named": true + } + ] + } + }, + { + "type": "str_escaped_char", + "named": true, + "fields": {} + }, + { + "type": "subscript_declaration", + "named": true, + "fields": { + "default_value": { + "multiple": true, + "required": false, + "types": [ + { + "type": "expression", + "named": true + } + ] + }, + "return_type": { + "multiple": false, + "required": false, + "types": [ + { + "type": "implicitly_unwrapped_type", + "named": true + }, + { + "type": "type", + "named": true + } + ] + } + }, + "children": { + "multiple": true, + "required": true, + "types": [ + { + "type": "attribute", + "named": true + }, + { + "type": "computed_property", + "named": true + }, + { + "type": "modifiers", + "named": true + }, + { + "type": "parameter", + "named": true + }, + { + "type": "type_constraints", + "named": true + }, + { + "type": "type_parameters", + "named": true + } + ] + } + }, + { + "type": "super_expression", + "named": true, + "fields": {} + }, + { + "type": "suppressed_constraint", + "named": true, + "fields": { + "suppressed": { + "multiple": false, + "required": true, + "types": [ + { + "type": "type_identifier", + "named": true + } + ] + } + } + }, + { + "type": "switch_entry", + "named": true, + "fields": {}, + "children": { + "multiple": true, + "required": true, + "types": [ + { + "type": "default_keyword", + "named": true + }, + { + "type": "expression", + "named": true + }, + { + "type": "modifiers", + "named": true + }, + { + "type": "statements", + "named": true + }, + { + "type": "switch_pattern", + "named": true + }, + { + "type": "where_keyword", + "named": true + } + ] + } + }, + { + "type": "switch_pattern", + "named": true, + "fields": {}, + "children": { + "multiple": false, + "required": true, + "types": [ + { + "type": "pattern", + "named": true + } + ] + } + }, + { + "type": "switch_statement", + "named": true, + "fields": { + "expr": { + "multiple": false, + "required": true, + "types": [ + { + "type": "expression", + "named": true + } + ] + } + }, + "children": { + "multiple": true, + "required": false, + "types": [ + { + "type": "switch_entry", + "named": true + } + ] + } + }, + { + "type": "ternary_expression", + "named": true, + "fields": { + "condition": { + "multiple": false, + "required": true, + "types": [ + { + "type": "expression", + "named": true + } + ] + }, + "if_false": { + "multiple": false, + "required": true, + "types": [ + { + "type": "expression", + "named": true + } + ] + }, + "if_true": { + "multiple": false, + "required": true, + "types": [ + { + "type": "expression", + "named": true + } + ] + } + } + }, + { + "type": "throws", + "named": true, + "fields": {} + }, + { + "type": "throws_clause", + "named": true, + "fields": { + "type": { + "multiple": false, + "required": true, + "types": [ + { + "type": "unannotated_type", + "named": true + } + ] + } + } + }, + { + "type": "try_expression", + "named": true, + "fields": { + "expr": { + "multiple": false, + "required": true, + "types": [ + { + "type": "expression", + "named": true + } + ] + } + }, + "children": { + "multiple": false, + "required": true, + "types": [ + { + "type": "try_operator", + "named": true + } + ] + } + }, + { + "type": "try_operator", + "named": true, + "fields": {} + }, + { + "type": "tuple_expression", + "named": true, + "fields": { + "name": { + "multiple": true, + "required": false, + "types": [ + { + "type": "simple_identifier", + "named": true + } + ] + }, + "value": { + "multiple": true, + "required": true, + "types": [ + { + "type": "expression", + "named": true + } + ] + } + } + }, + { + "type": "tuple_type", + "named": true, + "fields": { + "element": { + "multiple": true, + "required": false, + "types": [ + { + "type": "tuple_type_item", + "named": true + } + ] + } + }, + "children": { + "multiple": false, + "required": false, + "types": [ + { + "type": "tuple_type_item", + "named": true + } + ] + } + }, + { + "type": "tuple_type_item", + "named": true, + "fields": { + "name": { + "multiple": false, + "required": false, + "types": [ + { + "type": "simple_identifier", + "named": true + } + ] + }, + "type": { + "multiple": false, + "required": false, + "types": [ + { + "type": "type", + "named": true + } + ] + } + }, + "children": { + "multiple": true, + "required": false, + "types": [ + { + "type": "dictionary_type", + "named": true + }, + { + "type": "existential_type", + "named": true + }, + { + "type": "opaque_type", + "named": true + }, + { + "type": "parameter_modifiers", + "named": true + }, + { + "type": "wildcard_pattern", + "named": true + } + ] + } + }, + { + "type": "type", + "named": true, + "fields": { + "modifiers": { + "multiple": false, + "required": false, + "types": [ + { + "type": "type_modifiers", + "named": true + } + ] + }, + "name": { + "multiple": false, + "required": true, + "types": [ + { + "type": "unannotated_type", + "named": true + } + ] + } + } + }, + { + "type": "type_annotation", + "named": true, + "fields": { + "type": { + "multiple": false, + "required": true, + "types": [ + { + "type": "implicitly_unwrapped_type", + "named": true + }, + { + "type": "type", + "named": true + } + ] + } + } + }, + { + "type": "type_arguments", + "named": true, + "fields": {}, + "children": { + "multiple": true, + "required": true, + "types": [ + { + "type": "type", + "named": true + } + ] + } + }, + { + "type": "type_constraint", + "named": true, + "fields": {}, + "children": { + "multiple": false, + "required": true, + "types": [ + { + "type": "equality_constraint", + "named": true + }, + { + "type": "inheritance_constraint", + "named": true + } + ] + } + }, + { + "type": "type_constraints", + "named": true, + "fields": {}, + "children": { + "multiple": true, + "required": true, + "types": [ + { + "type": "type_constraint", + "named": true + }, + { + "type": "where_keyword", + "named": true + } + ] + } + }, + { + "type": "type_identifier", + "named": true, + "fields": {} + }, + { + "type": "type_modifiers", + "named": true, + "fields": {}, + "children": { + "multiple": true, + "required": true, + "types": [ + { + "type": "attribute", + "named": true + } + ] + } + }, + { + "type": "type_pack_expansion", + "named": true, + "fields": {}, + "children": { + "multiple": false, + "required": true, + "types": [ + { + "type": "unannotated_type", + "named": true + } + ] + } + }, + { + "type": "type_parameter", + "named": true, + "fields": {}, + "children": { + "multiple": true, + "required": true, + "types": [ + { + "type": "type", + "named": true + }, + { + "type": "type_identifier", + "named": true + }, + { + "type": "type_parameter_modifiers", + "named": true + }, + { + "type": "type_parameter_pack", + "named": true + } + ] + } + }, + { + "type": "type_parameter_modifiers", + "named": true, + "fields": {}, + "children": { + "multiple": true, + "required": true, + "types": [ + { + "type": "attribute", + "named": true + } + ] + } + }, + { + "type": "type_parameter_pack", + "named": true, + "fields": {}, + "children": { + "multiple": false, + "required": true, + "types": [ + { + "type": "unannotated_type", + "named": true + } + ] + } + }, + { + "type": "type_parameters", + "named": true, + "fields": {}, + "children": { + "multiple": true, + "required": true, + "types": [ + { + "type": "type_constraints", + "named": true + }, + { + "type": "type_parameter", + "named": true + } + ] + } + }, + { + "type": "typealias_declaration", + "named": true, + "fields": { + "name": { + "multiple": false, + "required": true, + "types": [ + { + "type": "type_identifier", + "named": true + } + ] + }, + "value": { + "multiple": false, + "required": true, + "types": [ + { + "type": "type", + "named": true + } + ] + } + }, + "children": { + "multiple": true, + "required": false, + "types": [ + { + "type": "attribute", + "named": true + }, + { + "type": "inheritance_modifier", + "named": true + }, + { + "type": "modifiers", + "named": true + }, + { + "type": "ownership_modifier", + "named": true + }, + { + "type": "property_behavior_modifier", + "named": true + }, + { + "type": "type_parameters", + "named": true + } + ] + } + }, + { + "type": "user_type", + "named": true, + "fields": {}, + "children": { + "multiple": true, + "required": true, + "types": [ + { + "type": "type_arguments", + "named": true + }, + { + "type": "type_identifier", + "named": true + } + ] + } + }, + { + "type": "value_argument", + "named": true, + "fields": { + "name": { + "multiple": false, + "required": false, + "types": [ + { + "type": "value_argument_label", + "named": true + } + ] + }, + "reference_specifier": { + "multiple": true, + "required": false, + "types": [ + { + "type": "value_argument_label", + "named": true + } + ] + }, + "value": { + "multiple": false, + "required": false, + "types": [ + { + "type": "expression", + "named": true + } + ] + } + }, + "children": { + "multiple": false, + "required": false, + "types": [ + { + "type": "type_modifiers", + "named": true + } + ] + } + }, + { + "type": "value_argument_label", + "named": true, + "fields": {}, + "children": { + "multiple": false, + "required": true, + "types": [ + { + "type": "simple_identifier", + "named": true + } + ] + } + }, + { + "type": "value_arguments", + "named": true, + "fields": {}, + "children": { + "multiple": true, + "required": false, + "types": [ + { + "type": "value_argument", + "named": true + } + ] + } + }, + { + "type": "value_binding_pattern", + "named": true, + "fields": { + "mutability": { + "multiple": false, + "required": true, + "types": [ + { + "type": "let", + "named": false + }, + { + "type": "var", + "named": false + } + ] + } + } + }, + { + "type": "value_pack_expansion", + "named": true, + "fields": {}, + "children": { + "multiple": false, + "required": true, + "types": [ + { + "type": "expression", + "named": true + } + ] + } + }, + { + "type": "value_parameter_pack", + "named": true, + "fields": {}, + "children": { + "multiple": false, + "required": true, + "types": [ + { + "type": "expression", + "named": true + } + ] + } + }, + { + "type": "visibility_modifier", + "named": true, + "fields": {} + }, + { + "type": "where_clause", + "named": true, + "fields": {}, + "children": { + "multiple": true, + "required": true, + "types": [ + { + "type": "expression", + "named": true + }, + { + "type": "where_keyword", + "named": true + } + ] + } + }, + { + "type": "while_statement", + "named": true, + "fields": { + "condition": { + "multiple": true, + "required": true, + "types": [ + { + "type": "if_condition", + "named": true + } + ] + } + }, + "children": { + "multiple": false, + "required": false, + "types": [ + { + "type": "statements", + "named": true + } + ] + } + }, + { + "type": "willset_clause", + "named": true, + "fields": {}, + "children": { + "multiple": true, + "required": false, + "types": [ + { + "type": "modifiers", + "named": true + }, + { + "type": "simple_identifier", + "named": true + }, + { + "type": "statements", + "named": true + } + ] + } + }, + { + "type": "willset_didset_block", + "named": true, + "fields": {}, + "children": { + "multiple": true, + "required": true, + "types": [ + { + "type": "didset_clause", + "named": true + }, + { + "type": "willset_clause", + "named": true + } + ] + } + }, + { + "type": "!", + "named": false + }, + { + "type": "!=", + "named": false + }, + { + "type": "!==", + "named": false + }, + { + "type": "\"", + "named": false + }, + { + "type": "\"\"\"", + "named": false + }, + { + "type": "#", + "named": false + }, + { + "type": "#else", + "named": false + }, + { + "type": "#elseif", + "named": false + }, + { + "type": "#endif", + "named": false + }, + { + "type": "#if", + "named": false + }, + { + "type": "%", + "named": false + }, + { + "type": "%=", + "named": false + }, + { + "type": "&", + "named": false + }, + { + "type": "&&", + "named": false + }, + { + "type": "(", + "named": false + }, + { + "type": ")", + "named": false + }, + { + "type": "*", + "named": false + }, + { + "type": "*=", + "named": false + }, + { + "type": "+", + "named": false + }, + { + "type": "++", + "named": false + }, + { + "type": "+=", + "named": false + }, + { + "type": ",", + "named": false + }, + { + "type": "-", + "named": false + }, + { + "type": "--", + "named": false + }, + { + "type": "-=", + "named": false + }, + { + "type": "->", + "named": false + }, + { + "type": ".", + "named": false + }, + { + "type": "...", + "named": false + }, + { + "type": "..<", + "named": false + }, + { + "type": "/", + "named": false + }, + { + "type": "/=", + "named": false + }, + { + "type": ":", + "named": false + }, + { + "type": ";", + "named": false + }, + { + "type": "<", + "named": false + }, + { + "type": "<<", + "named": false + }, + { + "type": "<=", + "named": false + }, + { + "type": "=", + "named": false + }, + { + "type": "==", + "named": false + }, + { + "type": "===", + "named": false + }, + { + "type": ">", + "named": false + }, + { + "type": ">=", + "named": false + }, + { + "type": ">>", + "named": false + }, + { + "type": "?", + "named": false + }, + { + "type": "??", + "named": false + }, + { + "type": "@", + "named": false + }, + { + "type": "@autoclosure", + "named": false + }, + { + "type": "@escaping", + "named": false + }, + { + "type": "Protocol", + "named": false + }, + { + "type": "Type", + "named": false + }, + { + "type": "[", + "named": false + }, + { + "type": "\\", + "named": false + }, + { + "type": "\\(", + "named": false + }, + { + "type": "]", + "named": false + }, + { + "type": "^", + "named": false + }, + { + "type": "^{", + "named": false + }, + { + "type": "_modify", + "named": false + }, + { + "type": "actor", + "named": false + }, + { + "type": "any", + "named": false + }, + { + "type": "arch", + "named": false + }, + { + "type": "as", + "named": false + }, + { + "type": "as!", + "named": false + }, + { + "type": "as?", + "named": false + }, + { + "type": "associatedtype", + "named": false + }, + { + "type": "async", + "named": false + }, + { + "type": "available", + "named": false + }, + { + "type": "await", + "named": false + }, + { + "type": "bin_literal", + "named": true + }, + { + "type": "borrowing", + "named": false + }, + { + "type": "break", + "named": false + }, + { + "type": "canImport", + "named": false + }, + { + "type": "case", + "named": false + }, + { + "type": "catch_keyword", + "named": true + }, + { + "type": "class", + "named": false + }, + { + "type": "colorLiteral", + "named": false + }, + { + "type": "column", + "named": false + }, + { + "type": "comment", + "named": true, + "extra": true + }, + { + "type": "compiler", + "named": false + }, + { + "type": "consuming", + "named": false + }, + { + "type": "continue", + "named": false + }, + { + "type": "convenience", + "named": false + }, + { + "type": "default_keyword", + "named": true + }, + { + "type": "deinit", + "named": false + }, + { + "type": "didSet", + "named": false + }, + { + "type": "distributed", + "named": false + }, + { + "type": "do", + "named": false + }, + { + "type": "dsohandle", + "named": false + }, + { + "type": "dynamic", + "named": false + }, + { + "type": "each", + "named": false + }, + { + "type": "else", + "named": true + }, + { + "type": "enum", + "named": false + }, + { + "type": "extension", + "named": false + }, + { + "type": "externalMacro", + "named": false + }, + { + "type": "fallthrough", + "named": false + }, + { + "type": "false", + "named": false + }, + { + "type": "file", + "named": false + }, + { + "type": "fileID", + "named": false + }, + { + "type": "fileLiteral", + "named": false + }, + { + "type": "filePath", + "named": false + }, + { + "type": "fileprivate", + "named": false + }, + { + "type": "final", + "named": false + }, + { + "type": "for", + "named": false + }, + { + "type": "func", + "named": false + }, + { + "type": "function", + "named": false + }, + { + "type": "get", + "named": false + }, + { + "type": "getter:", + "named": false + }, + { + "type": "guard", + "named": false + }, + { + "type": "hex_literal", + "named": true + }, + { + "type": "if", + "named": false + }, + { + "type": "imageLiteral", + "named": false + }, + { + "type": "import", + "named": false + }, + { + "type": "in", + "named": false + }, + { + "type": "indirect", + "named": false + }, + { + "type": "infix", + "named": false + }, + { + "type": "init", + "named": false + }, + { + "type": "inout", + "named": false + }, + { + "type": "integer_literal", + "named": true + }, + { + "type": "internal", + "named": false + }, + { + "type": "is", + "named": false + }, + { + "type": "keyPath", + "named": false + }, + { + "type": "lazy", + "named": false + }, + { + "type": "let", + "named": false + }, + { + "type": "line", + "named": false + }, + { + "type": "macro", + "named": false + }, + { + "type": "multiline_comment", + "named": true, + "extra": true + }, + { + "type": "mutating", + "named": false + }, + { + "type": "nil", + "named": false + }, + { + "type": "nonisolated", + "named": false + }, + { + "type": "nonmutating", + "named": false + }, + { + "type": "oct_literal", + "named": true + }, + { + "type": "open", + "named": false + }, + { + "type": "operator", + "named": false + }, + { + "type": "optional", + "named": false + }, + { + "type": "os", + "named": false + }, + { + "type": "override", + "named": false + }, + { + "type": "package", + "named": false + }, + { + "type": "postfix", + "named": false + }, + { + "type": "precedencegroup", + "named": false + }, + { + "type": "prefix", + "named": false + }, + { + "type": "private", + "named": false + }, + { + "type": "protocol", + "named": false + }, + { + "type": "public", + "named": false + }, + { + "type": "raw_str_continuing_indicator", + "named": true + }, + { + "type": "raw_str_end_part", + "named": true + }, + { + "type": "raw_str_interpolation_start", + "named": true + }, + { + "type": "raw_str_part", + "named": true + }, + { + "type": "real_literal", + "named": true + }, + { + "type": "repeat", + "named": false + }, + { + "type": "required", + "named": false + }, + { + "type": "return", + "named": false + }, + { + "type": "selector", + "named": false + }, + { + "type": "self", + "named": false + }, + { + "type": "set", + "named": false + }, + { + "type": "setter:", + "named": false + }, + { + "type": "some", + "named": false + }, + { + "type": "statement_label", + "named": true + }, + { + "type": "static", + "named": false + }, + { + "type": "struct", + "named": false + }, + { + "type": "subscript", + "named": false + }, + { + "type": "super", + "named": false + }, + { + "type": "swift", + "named": false + }, + { + "type": "switch", + "named": false + }, + { + "type": "targetEnvironment", + "named": false + }, + { + "type": "throw_keyword", + "named": true + }, + { + "type": "true", + "named": false + }, + { + "type": "try", + "named": false + }, + { + "type": "typealias", + "named": false + }, + { + "type": "u", + "named": false + }, + { + "type": "unavailable", + "named": false + }, + { + "type": "unowned", + "named": false + }, + { + "type": "unowned(safe)", + "named": false + }, + { + "type": "unowned(unsafe)", + "named": false + }, + { + "type": "var", + "named": false + }, + { + "type": "weak", + "named": false + }, + { + "type": "where_keyword", + "named": true + }, + { + "type": "while", + "named": false + }, + { + "type": "wildcard_pattern", + "named": true + }, + { + "type": "willSet", + "named": false + }, + { + "type": "yield", + "named": false + }, + { + "type": "{", + "named": false + }, + { + "type": "|", + "named": false + }, + { + "type": "||", + "named": false + }, + { + "type": "}", + "named": false + }, + { + "type": "~", + "named": false + } +] \ No newline at end of file diff --git a/unified/extractor/tree-sitter-swift/src/parser.c b/unified/extractor/tree-sitter-swift/src/parser.c new file mode 100644 index 000000000000..f018cfaaa263 --- /dev/null +++ b/unified/extractor/tree-sitter-swift/src/parser.c @@ -0,0 +1,552767 @@ +/* Automatically @generated by tree-sitter */ + +#include "tree_sitter/parser.h" + +#if defined(__GNUC__) || defined(__clang__) +#pragma GCC diagnostic ignored "-Wmissing-field-initializers" +#endif + +#ifdef _MSC_VER +#pragma optimize("", off) +#elif defined(__clang__) +#pragma clang optimize off +#elif defined(__GNUC__) +#pragma GCC optimize ("O0") +#endif + +#define LANGUAGE_VERSION 15 +#define STATE_COUNT 9359 +#define LARGE_STATE_COUNT 1925 +#define SYMBOL_COUNT 552 +#define ALIAS_COUNT 4 +#define TOKEN_COUNT 213 +#define EXTERNAL_TOKEN_COUNT 33 +#define FIELD_COUNT 47 +#define MAX_ALIAS_SEQUENCE_LENGTH 10 +#define MAX_RESERVED_WORD_SET_SIZE 0 +#define PRODUCTION_ID_COUNT 242 +#define SUPERTYPE_COUNT 6 + +enum ts_symbol_identifiers { + anon_sym_BANG = 1, + aux_sym_shebang_line_token1 = 2, + sym_comment = 3, + aux_sym_simple_identifier_token1 = 4, + aux_sym_simple_identifier_token2 = 5, + aux_sym_simple_identifier_token3 = 6, + aux_sym_simple_identifier_token4 = 7, + anon_sym_actor = 8, + anon_sym_async = 9, + anon_sym_each = 10, + anon_sym_lazy = 11, + anon_sym_repeat = 12, + anon_sym_package = 13, + anon_sym_nil = 14, + sym_real_literal = 15, + sym_integer_literal = 16, + sym_hex_literal = 17, + sym_oct_literal = 18, + sym_bin_literal = 19, + anon_sym_true = 20, + anon_sym_false = 21, + anon_sym_DQUOTE = 22, + aux_sym_line_str_text_token1 = 23, + anon_sym_BSLASH = 24, + anon_sym_u = 25, + aux_sym__uni_character_literal_token1 = 26, + anon_sym_DQUOTE_DQUOTE_DQUOTE = 27, + anon_sym_RPAREN = 28, + sym_raw_str_interpolation_start = 29, + anon_sym_BSLASH_LPAREN = 30, + anon_sym_COMMA = 31, + sym__escaped_identifier = 32, + aux_sym__extended_regex_literal_token1 = 33, + aux_sym__multiline_regex_literal_token1 = 34, + aux_sym__multiline_regex_literal_token2 = 35, + sym__oneline_regex_literal = 36, + anon_sym_COLON = 37, + anon_sym_BANG2 = 38, + anon_sym_LPAREN = 39, + anon_sym_LBRACK = 40, + anon_sym_RBRACK = 41, + anon_sym_DOT = 42, + anon_sym_Type = 43, + anon_sym_Protocol = 44, + anon_sym_QMARK = 45, + anon_sym_QMARK2 = 46, + anon_sym_some = 47, + anon_sym_any = 48, + anon_sym_AMP = 49, + anon_sym_TILDE = 50, + anon_sym_if = 51, + anon_sym_switch = 52, + anon_sym_selector = 53, + anon_sym_getter_COLON = 54, + anon_sym_setter_COLON = 55, + aux_sym_custom_operator_token1 = 56, + anon_sym_LT = 57, + anon_sym_GT = 58, + anon_sym_await = 59, + anon_sym_file = 60, + anon_sym_fileID = 61, + anon_sym_filePath = 62, + anon_sym_line = 63, + anon_sym_column = 64, + anon_sym_function = 65, + anon_sym_dsohandle = 66, + anon_sym_colorLiteral = 67, + anon_sym_fileLiteral = 68, + anon_sym_imageLiteral = 69, + anon_sym_LBRACE = 70, + anon_sym_CARET_LBRACE = 71, + anon_sym_RBRACE = 72, + anon_sym_in = 73, + anon_sym_self = 74, + anon_sym_super = 75, + anon_sym_guard = 76, + anon_sym_case = 77, + anon_sym_fallthrough = 78, + anon_sym_do = 79, + anon_sym_keyPath = 80, + anon_sym_try = 81, + anon_sym_PLUS_EQ = 82, + anon_sym_DASH_EQ = 83, + anon_sym_STAR_EQ = 84, + anon_sym_SLASH_EQ = 85, + anon_sym_PERCENT_EQ = 86, + anon_sym_BANG_EQ = 87, + anon_sym_BANG_EQ_EQ = 88, + anon_sym_EQ_EQ_EQ = 89, + anon_sym_LT_EQ = 90, + anon_sym_GT_EQ = 91, + anon_sym_DOT_DOT_DOT = 92, + anon_sym_DOT_DOT_LT = 93, + anon_sym_is = 94, + anon_sym_PLUS = 95, + anon_sym_DASH = 96, + anon_sym_STAR = 97, + anon_sym_SLASH = 98, + anon_sym_PERCENT = 99, + anon_sym_PLUS_PLUS = 100, + anon_sym_DASH_DASH = 101, + anon_sym_PIPE = 102, + anon_sym_CARET = 103, + anon_sym_LT_LT = 104, + anon_sym_GT_GT = 105, + sym_statement_label = 106, + anon_sym_for = 107, + anon_sym_while = 108, + sym_throw_keyword = 109, + anon_sym_return = 110, + anon_sym_continue = 111, + anon_sym_break = 112, + anon_sym_yield = 113, + anon_sym_available = 114, + anon_sym_unavailable = 115, + anon_sym_import = 116, + anon_sym_typealias = 117, + anon_sym_struct = 118, + anon_sym_class = 119, + anon_sym_enum = 120, + anon_sym_protocol = 121, + anon_sym_let = 122, + anon_sym_var = 123, + anon_sym_func = 124, + anon_sym_willSet = 125, + anon_sym_didSet = 126, + anon_sym_macro = 127, + anon_sym_externalMacro = 128, + anon_sym_extension = 129, + anon_sym_indirect = 130, + anon_sym_SEMI = 131, + anon_sym_init = 132, + anon_sym_deinit = 133, + anon_sym_subscript = 134, + anon_sym_get = 135, + anon_sym_set = 136, + anon_sym__modify = 137, + anon_sym_prefix = 138, + anon_sym_infix = 139, + anon_sym_postfix = 140, + anon_sym_operator = 141, + anon_sym_precedencegroup = 142, + anon_sym_associatedtype = 143, + anon_sym_AT = 144, + sym_wildcard_pattern = 145, + anon_sym_override = 146, + anon_sym_convenience = 147, + anon_sym_required = 148, + anon_sym_nonisolated = 149, + anon_sym_public = 150, + anon_sym_private = 151, + anon_sym_internal = 152, + anon_sym_fileprivate = 153, + anon_sym_open = 154, + anon_sym_mutating = 155, + anon_sym_nonmutating = 156, + anon_sym_static = 157, + anon_sym_dynamic = 158, + anon_sym_optional = 159, + anon_sym_distributed = 160, + anon_sym_final = 161, + anon_sym_inout = 162, + anon_sym_ATescaping = 163, + anon_sym_ATautoclosure = 164, + anon_sym_weak = 165, + anon_sym_unowned = 166, + anon_sym_unowned_LPARENsafe_RPAREN = 167, + anon_sym_unowned_LPARENunsafe_RPAREN = 168, + anon_sym_borrowing = 169, + anon_sym_consuming = 170, + anon_sym_os = 171, + anon_sym_arch = 172, + anon_sym_swift = 173, + anon_sym_compiler = 174, + anon_sym_canImport = 175, + anon_sym_targetEnvironment = 176, + aux_sym_diagnostic_token1 = 177, + aux_sym_diagnostic_token2 = 178, + aux_sym_diagnostic_token3 = 179, + sym_multiline_comment = 180, + sym_raw_str_part = 181, + sym_raw_str_continuing_indicator = 182, + sym_raw_str_end_part = 183, + sym__implicit_semi = 184, + sym__explicit_semi = 185, + sym__arrow_operator_custom = 186, + sym__dot_custom = 187, + sym__conjunction_operator_custom = 188, + sym__disjunction_operator_custom = 189, + sym__nil_coalescing_operator_custom = 190, + sym__eq_custom = 191, + sym__eq_eq_custom = 192, + sym__plus_then_ws = 193, + sym__minus_then_ws = 194, + sym__bang_custom = 195, + sym__throws_keyword = 196, + sym__rethrows_keyword = 197, + sym_default_keyword = 198, + sym_where_keyword = 199, + sym_else = 200, + sym_catch_keyword = 201, + sym__as_custom = 202, + sym__as_quest_custom = 203, + sym__as_bang_custom = 204, + sym__async_keyword_custom = 205, + sym__custom_operator = 206, + sym__hash_symbol_custom = 207, + sym__directive_if = 208, + sym__directive_elseif = 209, + sym__directive_else = 210, + sym__directive_endif = 211, + sym__fake_try_bang = 212, + sym_source_file = 213, + sym__semi = 214, + sym_shebang_line = 215, + sym_simple_identifier = 216, + sym__contextual_simple_identifier = 217, + sym_identifier = 218, + sym__basic_literal = 219, + sym_boolean_literal = 220, + sym__string_literal = 221, + sym_line_string_literal = 222, + sym__line_string_content = 223, + sym_line_str_text = 224, + sym_str_escaped_char = 225, + sym__uni_character_literal = 226, + sym_multi_line_string_literal = 227, + sym_raw_string_literal = 228, + sym_raw_str_interpolation = 229, + sym__multi_line_string_content = 230, + sym__interpolation = 231, + sym__interpolation_contents = 232, + sym_multi_line_str_text = 233, + sym_regex_literal = 234, + sym__extended_regex_literal = 235, + sym__multiline_regex_literal = 236, + sym_type_annotation = 237, + sym__possibly_implicitly_unwrapped_type = 238, + sym_implicitly_unwrapped_type = 239, + sym_type = 240, + sym_unannotated_type = 241, + sym_user_type = 242, + sym__simple_user_type = 243, + sym_tuple_type = 244, + sym_tuple_type_item = 245, + sym__tuple_type_item_identifier = 246, + sym_function_type = 247, + sym_array_type = 248, + sym_dictionary_type = 249, + sym_optional_type = 250, + sym_metatype = 251, + sym__quest = 252, + sym__immediate_quest = 253, + sym_opaque_type = 254, + sym_existential_type = 255, + sym_type_parameter_pack = 256, + sym_type_pack_expansion = 257, + sym_protocol_composition_type = 258, + sym_suppressed_constraint = 259, + sym_expression = 260, + sym_optional_chain_marker = 261, + sym__unary_expression = 262, + sym_postfix_expression = 263, + sym_constructor_expression = 264, + sym__parenthesized_type = 265, + sym_navigation_expression = 266, + sym__navigable_type_expression = 267, + sym_open_start_range_expression = 268, + sym__range_operator = 269, + sym_open_end_range_expression = 270, + sym_prefix_expression = 271, + sym_as_expression = 272, + sym_selector_expression = 273, + sym__binary_expression = 274, + sym_multiplicative_expression = 275, + sym_additive_expression = 276, + sym_range_expression = 277, + sym_infix_expression = 278, + sym_nil_coalescing_expression = 279, + sym_check_expression = 280, + sym_comparison_expression = 281, + sym_equality_expression = 282, + sym_conjunction_expression = 283, + sym_disjunction_expression = 284, + sym_bitwise_operation = 285, + sym_custom_operator = 286, + sym_navigation_suffix = 287, + sym_call_suffix = 288, + sym_constructor_suffix = 289, + sym__constructor_value_arguments = 290, + sym__fn_call_lambda_arguments = 291, + sym_type_arguments = 292, + sym_value_arguments = 293, + sym_value_argument_label = 294, + sym_value_argument = 295, + sym_try_expression = 296, + sym_await_expression = 297, + sym__await_operator = 298, + sym_ternary_expression = 299, + sym__expr_hack_at_ternary_binary_suffix = 300, + sym_expr_hack_at_ternary_binary_call = 301, + sym_expr_hack_at_ternary_binary_call_suffix = 302, + sym_call_expression = 303, + sym_macro_invocation = 304, + sym__primary_expression = 305, + sym_tuple_expression = 306, + sym_array_literal = 307, + sym_dictionary_literal = 308, + sym__dictionary_literal_item = 309, + sym_special_literal = 310, + sym_playground_literal = 311, + sym_lambda_literal = 312, + sym__lambda_type_declaration = 313, + sym_capture_list = 314, + sym_capture_list_item = 315, + sym_lambda_function_type = 316, + sym_lambda_function_type_parameters = 317, + sym_lambda_parameter = 318, + sym_self_expression = 319, + sym_super_expression = 320, + sym__else_options = 321, + sym_if_statement = 322, + sym_if_condition = 323, + sym_if_let_binding = 324, + sym_guard_statement = 325, + sym_switch_statement = 326, + sym_switch_entry = 327, + sym_switch_pattern = 328, + sym_do_statement = 329, + sym_catch_block = 330, + sym_where_clause = 331, + sym_key_path_expression = 332, + sym_key_path_string_expression = 333, + sym__key_path_component = 334, + sym__key_path_postfixes = 335, + sym_try_operator = 336, + sym__try_operator_type = 337, + sym__assignment_and_operator = 338, + sym__equality_operator = 339, + sym__comparison_operator = 340, + sym__three_dot_operator = 341, + sym__open_ended_range_operator = 342, + sym__is_operator = 343, + sym__additive_operator = 344, + sym__multiplicative_operator = 345, + sym_as_operator = 346, + sym__prefix_unary_operator = 347, + sym__bitwise_binary_operator = 348, + sym__postfix_unary_operator = 349, + sym_directly_assignable_expression = 350, + sym_statements = 351, + sym__local_statement = 352, + sym__top_level_statement = 353, + sym__block = 354, + sym__labeled_statement = 355, + sym_for_statement = 356, + sym__for_statement_collection = 357, + sym_for_statement_await = 358, + sym_while_statement = 359, + sym_repeat_while_statement = 360, + sym_control_transfer_statement = 361, + sym__throw_statement = 362, + sym__optionally_valueful_control_keyword = 363, + sym_assignment = 364, + sym_value_parameter_pack = 365, + sym_value_pack_expansion = 366, + sym_availability_condition = 367, + sym__availability_argument = 368, + sym_global_declaration = 369, + sym_type_level_declaration = 370, + sym_local_declaration = 371, + sym__local_property_declaration = 372, + sym__local_typealias_declaration = 373, + sym__local_function_declaration = 374, + sym__local_class_declaration = 375, + sym_import_declaration = 376, + sym__import_kind = 377, + sym_protocol_property_declaration = 378, + sym_protocol_property_requirements = 379, + sym_property_declaration = 380, + sym__modifierless_property_declaration = 381, + sym__single_modifierless_property_declaration = 382, + sym__expression_with_willset_didset = 383, + sym__expression_without_willset_didset = 384, + sym_willset_didset_block = 385, + sym_willset_clause = 386, + sym_didset_clause = 387, + sym_typealias_declaration = 388, + sym__modifierless_typealias_declaration = 389, + sym_function_declaration = 390, + sym__modifierless_function_declaration = 391, + sym__bodyless_function_declaration = 392, + sym__modifierless_function_declaration_no_body = 393, + sym_function_body = 394, + sym_macro_declaration = 395, + sym__macro_head = 396, + sym__macro_signature = 397, + sym_macro_definition = 398, + sym_external_macro_definition = 399, + sym_class_declaration = 400, + sym__modifierless_class_declaration = 401, + sym_class_body = 402, + sym__inheritance_specifiers = 403, + sym_inheritance_specifier = 404, + sym__annotated_inheritance_specifier = 405, + sym_type_parameters = 406, + sym_type_parameter = 407, + sym__type_parameter_possibly_packed = 408, + sym_type_constraints = 409, + sym_type_constraint = 410, + sym_inheritance_constraint = 411, + sym_equality_constraint = 412, + sym__constrained_type = 413, + sym_nested_type_identifier = 414, + sym__class_member_separator = 415, + sym__class_member_declarations = 416, + aux_sym__function_value_parameters = 417, + sym__function_value_parameter = 418, + sym_parameter = 419, + sym__non_constructor_function_decl = 420, + sym_referenceable_operator = 421, + sym__equal_sign = 422, + sym__eq_eq = 423, + sym__dot = 424, + sym__arrow_operator = 425, + sym__conjunction_operator = 426, + sym__disjunction_operator = 427, + sym__nil_coalescing_operator = 428, + sym__as = 429, + sym__as_quest = 430, + sym__as_bang = 431, + sym__hash_symbol = 432, + sym_bang = 433, + sym__async_keyword = 434, + sym__async_modifier = 435, + sym_throws = 436, + sym_throws_clause = 437, + sym_enum_class_body = 438, + sym_enum_entry = 439, + sym__enum_entry_suffix = 440, + sym_enum_type_parameters = 441, + sym_protocol_declaration = 442, + sym_protocol_body = 443, + sym__protocol_member_declarations = 444, + sym_protocol_member_declaration = 445, + sym_protocol_function_declaration = 446, + sym_init_declaration = 447, + sym_deinit_declaration = 448, + sym_subscript_declaration = 449, + sym_computed_property = 450, + sym_computed_getter = 451, + sym_computed_modify = 452, + sym_computed_setter = 453, + sym_getter_specifier = 454, + sym_setter_specifier = 455, + sym_modify_specifier = 456, + aux_sym__getter_effects = 457, + sym_operator_declaration = 458, + sym_deprecated_operator_declaration_body = 459, + sym_precedence_group_declaration = 460, + sym_precedence_group_attributes = 461, + sym_precedence_group_attribute = 462, + sym_associatedtype_declaration = 463, + sym_attribute = 464, + sym__attribute_argument = 465, + sym__universally_allowed_pattern = 466, + sym__bound_identifier = 467, + sym__binding_pattern_no_expr = 468, + sym__no_expr_pattern_already_bound = 469, + sym__binding_pattern_with_expr = 470, + sym__direct_or_indirect_binding = 471, + sym_value_binding_pattern = 472, + sym__possibly_async_binding_pattern_kind = 473, + sym__binding_kind_and_pattern = 474, + sym__tuple_pattern_item = 475, + sym__tuple_pattern = 476, + sym__case_pattern = 477, + sym__type_casting_pattern = 478, + sym__binding_pattern = 479, + sym_modifiers = 480, + aux_sym__locally_permitted_modifiers = 481, + sym_parameter_modifiers = 482, + sym__non_local_scope_modifier = 483, + sym__locally_permitted_modifier = 484, + sym_property_behavior_modifier = 485, + sym_type_modifiers = 486, + sym_member_modifier = 487, + sym_visibility_modifier = 488, + sym_type_parameter_modifiers = 489, + sym_function_modifier = 490, + sym_mutation_modifier = 491, + sym_property_modifier = 492, + sym_inheritance_modifier = 493, + sym_parameter_modifier = 494, + sym_ownership_modifier = 495, + sym__parameter_ownership_modifier = 496, + sym_directive = 497, + sym__compilation_condition = 498, + sym_diagnostic = 499, + aux_sym_source_file_repeat1 = 500, + aux_sym_identifier_repeat1 = 501, + aux_sym_line_string_literal_repeat1 = 502, + aux_sym_multi_line_string_literal_repeat1 = 503, + aux_sym_raw_string_literal_repeat1 = 504, + aux_sym__interpolation_contents_repeat1 = 505, + aux_sym_user_type_repeat1 = 506, + aux_sym_tuple_type_repeat1 = 507, + aux_sym_optional_type_repeat1 = 508, + aux_sym_protocol_composition_type_repeat1 = 509, + aux_sym__constructor_value_arguments_repeat1 = 510, + aux_sym__fn_call_lambda_arguments_repeat1 = 511, + aux_sym_type_arguments_repeat1 = 512, + aux_sym_value_argument_repeat1 = 513, + aux_sym_tuple_expression_repeat1 = 514, + aux_sym_array_literal_repeat1 = 515, + aux_sym_dictionary_literal_repeat1 = 516, + aux_sym_playground_literal_repeat1 = 517, + aux_sym__lambda_type_declaration_repeat1 = 518, + aux_sym_capture_list_repeat1 = 519, + aux_sym_lambda_function_type_parameters_repeat1 = 520, + aux_sym_if_statement_repeat1 = 521, + aux_sym_switch_statement_repeat1 = 522, + aux_sym_switch_entry_repeat1 = 523, + aux_sym_do_statement_repeat1 = 524, + aux_sym_key_path_expression_repeat1 = 525, + aux_sym__key_path_component_repeat1 = 526, + aux_sym_statements_repeat1 = 527, + aux_sym_repeat_while_statement_repeat1 = 528, + aux_sym_availability_condition_repeat1 = 529, + aux_sym__availability_argument_repeat1 = 530, + aux_sym_protocol_property_requirements_repeat1 = 531, + aux_sym__modifierless_property_declaration_repeat1 = 532, + aux_sym__inheritance_specifiers_repeat1 = 533, + aux_sym_type_parameters_repeat1 = 534, + aux_sym_type_constraints_repeat1 = 535, + aux_sym_nested_type_identifier_repeat1 = 536, + aux_sym__class_member_declarations_repeat1 = 537, + aux_sym__function_value_parameters_repeat1 = 538, + aux_sym_enum_class_body_repeat1 = 539, + aux_sym_enum_entry_repeat1 = 540, + aux_sym_enum_type_parameters_repeat1 = 541, + aux_sym__protocol_member_declarations_repeat1 = 542, + aux_sym_computed_property_repeat1 = 543, + aux_sym_deprecated_operator_declaration_body_repeat1 = 544, + aux_sym_precedence_group_attributes_repeat1 = 545, + aux_sym_attribute_repeat1 = 546, + aux_sym__attribute_argument_repeat1 = 547, + aux_sym__attribute_argument_repeat2 = 548, + aux_sym__tuple_pattern_repeat1 = 549, + aux_sym_modifiers_repeat1 = 550, + aux_sym_parameter_modifiers_repeat1 = 551, + alias_sym_expression = 552, + alias_sym_fully_open_range = 553, + alias_sym_interpolated_expression = 554, + alias_sym_type_identifier = 555, +}; + +static const char * const ts_symbol_names[] = { + [ts_builtin_sym_end] = "end", + [anon_sym_BANG] = "!", + [aux_sym_shebang_line_token1] = "shebang_line_token1", + [sym_comment] = "comment", + [aux_sym_simple_identifier_token1] = "simple_identifier_token1", + [aux_sym_simple_identifier_token2] = "simple_identifier_token2", + [aux_sym_simple_identifier_token3] = "simple_identifier_token3", + [aux_sym_simple_identifier_token4] = "simple_identifier_token4", + [anon_sym_actor] = "actor", + [anon_sym_async] = "async", + [anon_sym_each] = "each", + [anon_sym_lazy] = "lazy", + [anon_sym_repeat] = "repeat", + [anon_sym_package] = "package", + [anon_sym_nil] = "nil", + [sym_real_literal] = "real_literal", + [sym_integer_literal] = "integer_literal", + [sym_hex_literal] = "hex_literal", + [sym_oct_literal] = "oct_literal", + [sym_bin_literal] = "bin_literal", + [anon_sym_true] = "true", + [anon_sym_false] = "false", + [anon_sym_DQUOTE] = "\"", + [aux_sym_line_str_text_token1] = "line_str_text_token1", + [anon_sym_BSLASH] = "\\", + [anon_sym_u] = "u", + [aux_sym__uni_character_literal_token1] = "_uni_character_literal_token1", + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = "\"\"\"", + [anon_sym_RPAREN] = ")", + [sym_raw_str_interpolation_start] = "raw_str_interpolation_start", + [anon_sym_BSLASH_LPAREN] = "\\(", + [anon_sym_COMMA] = ",", + [sym__escaped_identifier] = "_escaped_identifier", + [aux_sym__extended_regex_literal_token1] = "_extended_regex_literal_token1", + [aux_sym__multiline_regex_literal_token1] = "_multiline_regex_literal_token1", + [aux_sym__multiline_regex_literal_token2] = "_multiline_regex_literal_token2", + [sym__oneline_regex_literal] = "_oneline_regex_literal", + [anon_sym_COLON] = ":", + [anon_sym_BANG2] = "!", + [anon_sym_LPAREN] = "(", + [anon_sym_LBRACK] = "[", + [anon_sym_RBRACK] = "]", + [anon_sym_DOT] = ".", + [anon_sym_Type] = "Type", + [anon_sym_Protocol] = "Protocol", + [anon_sym_QMARK] = "\?", + [anon_sym_QMARK2] = "\?", + [anon_sym_some] = "some", + [anon_sym_any] = "any", + [anon_sym_AMP] = "&", + [anon_sym_TILDE] = "~", + [anon_sym_if] = "if", + [anon_sym_switch] = "switch", + [anon_sym_selector] = "selector", + [anon_sym_getter_COLON] = "getter:", + [anon_sym_setter_COLON] = "setter:", + [aux_sym_custom_operator_token1] = "custom_operator_token1", + [anon_sym_LT] = "<", + [anon_sym_GT] = ">", + [anon_sym_await] = "await", + [anon_sym_file] = "file", + [anon_sym_fileID] = "fileID", + [anon_sym_filePath] = "filePath", + [anon_sym_line] = "line", + [anon_sym_column] = "column", + [anon_sym_function] = "function", + [anon_sym_dsohandle] = "dsohandle", + [anon_sym_colorLiteral] = "colorLiteral", + [anon_sym_fileLiteral] = "fileLiteral", + [anon_sym_imageLiteral] = "imageLiteral", + [anon_sym_LBRACE] = "{", + [anon_sym_CARET_LBRACE] = "^{", + [anon_sym_RBRACE] = "}", + [anon_sym_in] = "in", + [anon_sym_self] = "self", + [anon_sym_super] = "super", + [anon_sym_guard] = "guard", + [anon_sym_case] = "case", + [anon_sym_fallthrough] = "fallthrough", + [anon_sym_do] = "do", + [anon_sym_keyPath] = "keyPath", + [anon_sym_try] = "try", + [anon_sym_PLUS_EQ] = "+=", + [anon_sym_DASH_EQ] = "-=", + [anon_sym_STAR_EQ] = "*=", + [anon_sym_SLASH_EQ] = "/=", + [anon_sym_PERCENT_EQ] = "%=", + [anon_sym_BANG_EQ] = "!=", + [anon_sym_BANG_EQ_EQ] = "!==", + [anon_sym_EQ_EQ_EQ] = "===", + [anon_sym_LT_EQ] = "<=", + [anon_sym_GT_EQ] = ">=", + [anon_sym_DOT_DOT_DOT] = "...", + [anon_sym_DOT_DOT_LT] = "..<", + [anon_sym_is] = "is", + [anon_sym_PLUS] = "+", + [anon_sym_DASH] = "-", + [anon_sym_STAR] = "*", + [anon_sym_SLASH] = "/", + [anon_sym_PERCENT] = "%", + [anon_sym_PLUS_PLUS] = "++", + [anon_sym_DASH_DASH] = "--", + [anon_sym_PIPE] = "|", + [anon_sym_CARET] = "^", + [anon_sym_LT_LT] = "<<", + [anon_sym_GT_GT] = ">>", + [sym_statement_label] = "statement_label", + [anon_sym_for] = "for", + [anon_sym_while] = "while", + [sym_throw_keyword] = "throw_keyword", + [anon_sym_return] = "return", + [anon_sym_continue] = "continue", + [anon_sym_break] = "break", + [anon_sym_yield] = "yield", + [anon_sym_available] = "available", + [anon_sym_unavailable] = "unavailable", + [anon_sym_import] = "import", + [anon_sym_typealias] = "typealias", + [anon_sym_struct] = "struct", + [anon_sym_class] = "class", + [anon_sym_enum] = "enum", + [anon_sym_protocol] = "protocol", + [anon_sym_let] = "let", + [anon_sym_var] = "var", + [anon_sym_func] = "func", + [anon_sym_willSet] = "willSet", + [anon_sym_didSet] = "didSet", + [anon_sym_macro] = "macro", + [anon_sym_externalMacro] = "externalMacro", + [anon_sym_extension] = "extension", + [anon_sym_indirect] = "indirect", + [anon_sym_SEMI] = ";", + [anon_sym_init] = "init", + [anon_sym_deinit] = "deinit", + [anon_sym_subscript] = "subscript", + [anon_sym_get] = "get", + [anon_sym_set] = "set", + [anon_sym__modify] = "_modify", + [anon_sym_prefix] = "prefix", + [anon_sym_infix] = "infix", + [anon_sym_postfix] = "postfix", + [anon_sym_operator] = "operator", + [anon_sym_precedencegroup] = "precedencegroup", + [anon_sym_associatedtype] = "associatedtype", + [anon_sym_AT] = "@", + [sym_wildcard_pattern] = "wildcard_pattern", + [anon_sym_override] = "override", + [anon_sym_convenience] = "convenience", + [anon_sym_required] = "required", + [anon_sym_nonisolated] = "nonisolated", + [anon_sym_public] = "public", + [anon_sym_private] = "private", + [anon_sym_internal] = "internal", + [anon_sym_fileprivate] = "fileprivate", + [anon_sym_open] = "open", + [anon_sym_mutating] = "mutating", + [anon_sym_nonmutating] = "nonmutating", + [anon_sym_static] = "static", + [anon_sym_dynamic] = "dynamic", + [anon_sym_optional] = "optional", + [anon_sym_distributed] = "distributed", + [anon_sym_final] = "final", + [anon_sym_inout] = "inout", + [anon_sym_ATescaping] = "@escaping", + [anon_sym_ATautoclosure] = "@autoclosure", + [anon_sym_weak] = "weak", + [anon_sym_unowned] = "unowned", + [anon_sym_unowned_LPARENsafe_RPAREN] = "unowned(safe)", + [anon_sym_unowned_LPARENunsafe_RPAREN] = "unowned(unsafe)", + [anon_sym_borrowing] = "borrowing", + [anon_sym_consuming] = "consuming", + [anon_sym_os] = "os", + [anon_sym_arch] = "arch", + [anon_sym_swift] = "swift", + [anon_sym_compiler] = "compiler", + [anon_sym_canImport] = "canImport", + [anon_sym_targetEnvironment] = "targetEnvironment", + [aux_sym_diagnostic_token1] = "diagnostic_token1", + [aux_sym_diagnostic_token2] = "diagnostic_token2", + [aux_sym_diagnostic_token3] = "diagnostic_token3", + [sym_multiline_comment] = "multiline_comment", + [sym_raw_str_part] = "raw_str_part", + [sym_raw_str_continuing_indicator] = "raw_str_continuing_indicator", + [sym_raw_str_end_part] = "raw_str_end_part", + [sym__implicit_semi] = "_implicit_semi", + [sym__explicit_semi] = "_explicit_semi", + [sym__arrow_operator_custom] = "->", + [sym__dot_custom] = ".", + [sym__conjunction_operator_custom] = "&&", + [sym__disjunction_operator_custom] = "||", + [sym__nil_coalescing_operator_custom] = "\?\?", + [sym__eq_custom] = "=", + [sym__eq_eq_custom] = "==", + [sym__plus_then_ws] = "+", + [sym__minus_then_ws] = "-", + [sym__bang_custom] = "_bang_custom", + [sym__throws_keyword] = "_throws_keyword", + [sym__rethrows_keyword] = "_rethrows_keyword", + [sym_default_keyword] = "default_keyword", + [sym_where_keyword] = "where_keyword", + [sym_else] = "else", + [sym_catch_keyword] = "catch_keyword", + [sym__as_custom] = "as", + [sym__as_quest_custom] = "as\?", + [sym__as_bang_custom] = "as!", + [sym__async_keyword_custom] = "async", + [sym__custom_operator] = "_custom_operator", + [sym__hash_symbol_custom] = "#", + [sym__directive_if] = "#if", + [sym__directive_elseif] = "#elseif", + [sym__directive_else] = "#else", + [sym__directive_endif] = "#endif", + [sym__fake_try_bang] = "_fake_try_bang", + [sym_source_file] = "source_file", + [sym__semi] = "_semi", + [sym_shebang_line] = "shebang_line", + [sym_simple_identifier] = "simple_identifier", + [sym__contextual_simple_identifier] = "_contextual_simple_identifier", + [sym_identifier] = "identifier", + [sym__basic_literal] = "_basic_literal", + [sym_boolean_literal] = "boolean_literal", + [sym__string_literal] = "_string_literal", + [sym_line_string_literal] = "line_string_literal", + [sym__line_string_content] = "_line_string_content", + [sym_line_str_text] = "line_str_text", + [sym_str_escaped_char] = "str_escaped_char", + [sym__uni_character_literal] = "_uni_character_literal", + [sym_multi_line_string_literal] = "multi_line_string_literal", + [sym_raw_string_literal] = "raw_string_literal", + [sym_raw_str_interpolation] = "raw_str_interpolation", + [sym__multi_line_string_content] = "_multi_line_string_content", + [sym__interpolation] = "_interpolation", + [sym__interpolation_contents] = "_interpolation_contents", + [sym_multi_line_str_text] = "multi_line_str_text", + [sym_regex_literal] = "regex_literal", + [sym__extended_regex_literal] = "_extended_regex_literal", + [sym__multiline_regex_literal] = "_multiline_regex_literal", + [sym_type_annotation] = "type_annotation", + [sym__possibly_implicitly_unwrapped_type] = "_possibly_implicitly_unwrapped_type", + [sym_implicitly_unwrapped_type] = "implicitly_unwrapped_type", + [sym_type] = "type", + [sym_unannotated_type] = "unannotated_type", + [sym_user_type] = "user_type", + [sym__simple_user_type] = "_simple_user_type", + [sym_tuple_type] = "tuple_type", + [sym_tuple_type_item] = "tuple_type_item", + [sym__tuple_type_item_identifier] = "_tuple_type_item_identifier", + [sym_function_type] = "function_type", + [sym_array_type] = "array_type", + [sym_dictionary_type] = "dictionary_type", + [sym_optional_type] = "optional_type", + [sym_metatype] = "metatype", + [sym__quest] = "_quest", + [sym__immediate_quest] = "\?", + [sym_opaque_type] = "opaque_type", + [sym_existential_type] = "existential_type", + [sym_type_parameter_pack] = "type_parameter_pack", + [sym_type_pack_expansion] = "type_pack_expansion", + [sym_protocol_composition_type] = "protocol_composition_type", + [sym_suppressed_constraint] = "suppressed_constraint", + [sym_expression] = "expression", + [sym_optional_chain_marker] = "optional_chain_marker", + [sym__unary_expression] = "_unary_expression", + [sym_postfix_expression] = "postfix_expression", + [sym_constructor_expression] = "constructor_expression", + [sym__parenthesized_type] = "_parenthesized_type", + [sym_navigation_expression] = "navigation_expression", + [sym__navigable_type_expression] = "_navigable_type_expression", + [sym_open_start_range_expression] = "open_start_range_expression", + [sym__range_operator] = "_range_operator", + [sym_open_end_range_expression] = "open_end_range_expression", + [sym_prefix_expression] = "prefix_expression", + [sym_as_expression] = "as_expression", + [sym_selector_expression] = "selector_expression", + [sym__binary_expression] = "_binary_expression", + [sym_multiplicative_expression] = "multiplicative_expression", + [sym_additive_expression] = "additive_expression", + [sym_range_expression] = "range_expression", + [sym_infix_expression] = "infix_expression", + [sym_nil_coalescing_expression] = "nil_coalescing_expression", + [sym_check_expression] = "check_expression", + [sym_comparison_expression] = "comparison_expression", + [sym_equality_expression] = "equality_expression", + [sym_conjunction_expression] = "conjunction_expression", + [sym_disjunction_expression] = "disjunction_expression", + [sym_bitwise_operation] = "bitwise_operation", + [sym_custom_operator] = "custom_operator", + [sym_navigation_suffix] = "navigation_suffix", + [sym_call_suffix] = "call_suffix", + [sym_constructor_suffix] = "constructor_suffix", + [sym__constructor_value_arguments] = "value_arguments", + [sym__fn_call_lambda_arguments] = "_fn_call_lambda_arguments", + [sym_type_arguments] = "type_arguments", + [sym_value_arguments] = "value_arguments", + [sym_value_argument_label] = "value_argument_label", + [sym_value_argument] = "value_argument", + [sym_try_expression] = "try_expression", + [sym_await_expression] = "await_expression", + [sym__await_operator] = "_await_operator", + [sym_ternary_expression] = "ternary_expression", + [sym__expr_hack_at_ternary_binary_suffix] = "_expr_hack_at_ternary_binary_suffix", + [sym_expr_hack_at_ternary_binary_call] = "call_expression", + [sym_expr_hack_at_ternary_binary_call_suffix] = "call_suffix", + [sym_call_expression] = "call_expression", + [sym_macro_invocation] = "macro_invocation", + [sym__primary_expression] = "_primary_expression", + [sym_tuple_expression] = "tuple_expression", + [sym_array_literal] = "array_literal", + [sym_dictionary_literal] = "dictionary_literal", + [sym__dictionary_literal_item] = "_dictionary_literal_item", + [sym_special_literal] = "special_literal", + [sym_playground_literal] = "playground_literal", + [sym_lambda_literal] = "lambda_literal", + [sym__lambda_type_declaration] = "_lambda_type_declaration", + [sym_capture_list] = "capture_list", + [sym_capture_list_item] = "capture_list_item", + [sym_lambda_function_type] = "lambda_function_type", + [sym_lambda_function_type_parameters] = "lambda_function_type_parameters", + [sym_lambda_parameter] = "lambda_parameter", + [sym_self_expression] = "self_expression", + [sym_super_expression] = "super_expression", + [sym__else_options] = "_else_options", + [sym_if_statement] = "if_statement", + [sym_if_condition] = "if_condition", + [sym_if_let_binding] = "if_let_binding", + [sym_guard_statement] = "guard_statement", + [sym_switch_statement] = "switch_statement", + [sym_switch_entry] = "switch_entry", + [sym_switch_pattern] = "switch_pattern", + [sym_do_statement] = "do_statement", + [sym_catch_block] = "catch_block", + [sym_where_clause] = "where_clause", + [sym_key_path_expression] = "key_path_expression", + [sym_key_path_string_expression] = "key_path_string_expression", + [sym__key_path_component] = "_key_path_component", + [sym__key_path_postfixes] = "_key_path_postfixes", + [sym_try_operator] = "try_operator", + [sym__try_operator_type] = "_try_operator_type", + [sym__assignment_and_operator] = "_assignment_and_operator", + [sym__equality_operator] = "_equality_operator", + [sym__comparison_operator] = "_comparison_operator", + [sym__three_dot_operator] = "_three_dot_operator", + [sym__open_ended_range_operator] = "_open_ended_range_operator", + [sym__is_operator] = "_is_operator", + [sym__additive_operator] = "_additive_operator", + [sym__multiplicative_operator] = "_multiplicative_operator", + [sym_as_operator] = "as_operator", + [sym__prefix_unary_operator] = "_prefix_unary_operator", + [sym__bitwise_binary_operator] = "_bitwise_binary_operator", + [sym__postfix_unary_operator] = "_postfix_unary_operator", + [sym_directly_assignable_expression] = "directly_assignable_expression", + [sym_statements] = "statements", + [sym__local_statement] = "_local_statement", + [sym__top_level_statement] = "_top_level_statement", + [sym__block] = "_block", + [sym__labeled_statement] = "_labeled_statement", + [sym_for_statement] = "for_statement", + [sym__for_statement_collection] = "_for_statement_collection", + [sym_for_statement_await] = "await_expression", + [sym_while_statement] = "while_statement", + [sym_repeat_while_statement] = "repeat_while_statement", + [sym_control_transfer_statement] = "control_transfer_statement", + [sym__throw_statement] = "_throw_statement", + [sym__optionally_valueful_control_keyword] = "_optionally_valueful_control_keyword", + [sym_assignment] = "assignment", + [sym_value_parameter_pack] = "value_parameter_pack", + [sym_value_pack_expansion] = "value_pack_expansion", + [sym_availability_condition] = "availability_condition", + [sym__availability_argument] = "_availability_argument", + [sym_global_declaration] = "global_declaration", + [sym_type_level_declaration] = "type_level_declaration", + [sym_local_declaration] = "local_declaration", + [sym__local_property_declaration] = "property_declaration", + [sym__local_typealias_declaration] = "typealias_declaration", + [sym__local_function_declaration] = "function_declaration", + [sym__local_class_declaration] = "class_declaration", + [sym_import_declaration] = "import_declaration", + [sym__import_kind] = "_import_kind", + [sym_protocol_property_declaration] = "protocol_property_declaration", + [sym_protocol_property_requirements] = "protocol_property_requirements", + [sym_property_declaration] = "property_declaration", + [sym__modifierless_property_declaration] = "_modifierless_property_declaration", + [sym__single_modifierless_property_declaration] = "_single_modifierless_property_declaration", + [sym__expression_with_willset_didset] = "_expression_with_willset_didset", + [sym__expression_without_willset_didset] = "_expression_without_willset_didset", + [sym_willset_didset_block] = "willset_didset_block", + [sym_willset_clause] = "willset_clause", + [sym_didset_clause] = "didset_clause", + [sym_typealias_declaration] = "typealias_declaration", + [sym__modifierless_typealias_declaration] = "_modifierless_typealias_declaration", + [sym_function_declaration] = "function_declaration", + [sym__modifierless_function_declaration] = "_modifierless_function_declaration", + [sym__bodyless_function_declaration] = "_bodyless_function_declaration", + [sym__modifierless_function_declaration_no_body] = "_modifierless_function_declaration_no_body", + [sym_function_body] = "function_body", + [sym_macro_declaration] = "macro_declaration", + [sym__macro_head] = "_macro_head", + [sym__macro_signature] = "_macro_signature", + [sym_macro_definition] = "macro_definition", + [sym_external_macro_definition] = "external_macro_definition", + [sym_class_declaration] = "class_declaration", + [sym__modifierless_class_declaration] = "_modifierless_class_declaration", + [sym_class_body] = "class_body", + [sym__inheritance_specifiers] = "_inheritance_specifiers", + [sym_inheritance_specifier] = "inheritance_specifier", + [sym__annotated_inheritance_specifier] = "_annotated_inheritance_specifier", + [sym_type_parameters] = "type_parameters", + [sym_type_parameter] = "type_parameter", + [sym__type_parameter_possibly_packed] = "_type_parameter_possibly_packed", + [sym_type_constraints] = "type_constraints", + [sym_type_constraint] = "type_constraint", + [sym_inheritance_constraint] = "inheritance_constraint", + [sym_equality_constraint] = "equality_constraint", + [sym__constrained_type] = "_constrained_type", + [sym_nested_type_identifier] = "nested_type_identifier", + [sym__class_member_separator] = "_class_member_separator", + [sym__class_member_declarations] = "_class_member_declarations", + [aux_sym__function_value_parameters] = "_function_value_parameters", + [sym__function_value_parameter] = "_function_value_parameter", + [sym_parameter] = "parameter", + [sym__non_constructor_function_decl] = "_non_constructor_function_decl", + [sym_referenceable_operator] = "referenceable_operator", + [sym__equal_sign] = "_equal_sign", + [sym__eq_eq] = "_eq_eq", + [sym__dot] = "_dot", + [sym__arrow_operator] = "_arrow_operator", + [sym__conjunction_operator] = "_conjunction_operator", + [sym__disjunction_operator] = "_disjunction_operator", + [sym__nil_coalescing_operator] = "_nil_coalescing_operator", + [sym__as] = "_as", + [sym__as_quest] = "_as_quest", + [sym__as_bang] = "_as_bang", + [sym__hash_symbol] = "_hash_symbol", + [sym_bang] = "bang", + [sym__async_keyword] = "_async_keyword", + [sym__async_modifier] = "_async_modifier", + [sym_throws] = "throws", + [sym_throws_clause] = "throws_clause", + [sym_enum_class_body] = "enum_class_body", + [sym_enum_entry] = "enum_entry", + [sym__enum_entry_suffix] = "_enum_entry_suffix", + [sym_enum_type_parameters] = "enum_type_parameters", + [sym_protocol_declaration] = "protocol_declaration", + [sym_protocol_body] = "protocol_body", + [sym__protocol_member_declarations] = "_protocol_member_declarations", + [sym_protocol_member_declaration] = "protocol_member_declaration", + [sym_protocol_function_declaration] = "protocol_function_declaration", + [sym_init_declaration] = "init_declaration", + [sym_deinit_declaration] = "deinit_declaration", + [sym_subscript_declaration] = "subscript_declaration", + [sym_computed_property] = "computed_property", + [sym_computed_getter] = "computed_getter", + [sym_computed_modify] = "computed_modify", + [sym_computed_setter] = "computed_setter", + [sym_getter_specifier] = "getter_specifier", + [sym_setter_specifier] = "setter_specifier", + [sym_modify_specifier] = "modify_specifier", + [aux_sym__getter_effects] = "_getter_effects", + [sym_operator_declaration] = "operator_declaration", + [sym_deprecated_operator_declaration_body] = "deprecated_operator_declaration_body", + [sym_precedence_group_declaration] = "precedence_group_declaration", + [sym_precedence_group_attributes] = "precedence_group_attributes", + [sym_precedence_group_attribute] = "precedence_group_attribute", + [sym_associatedtype_declaration] = "associatedtype_declaration", + [sym_attribute] = "attribute", + [sym__attribute_argument] = "_attribute_argument", + [sym__universally_allowed_pattern] = "_universally_allowed_pattern", + [sym__bound_identifier] = "_bound_identifier", + [sym__binding_pattern_no_expr] = "_binding_pattern_no_expr", + [sym__no_expr_pattern_already_bound] = "_no_expr_pattern_already_bound", + [sym__binding_pattern_with_expr] = "pattern", + [sym__direct_or_indirect_binding] = "_direct_or_indirect_binding", + [sym_value_binding_pattern] = "value_binding_pattern", + [sym__possibly_async_binding_pattern_kind] = "_possibly_async_binding_pattern_kind", + [sym__binding_kind_and_pattern] = "_binding_kind_and_pattern", + [sym__tuple_pattern_item] = "_tuple_pattern_item", + [sym__tuple_pattern] = "_tuple_pattern", + [sym__case_pattern] = "_case_pattern", + [sym__type_casting_pattern] = "_type_casting_pattern", + [sym__binding_pattern] = "_binding_pattern", + [sym_modifiers] = "modifiers", + [aux_sym__locally_permitted_modifiers] = "_locally_permitted_modifiers", + [sym_parameter_modifiers] = "parameter_modifiers", + [sym__non_local_scope_modifier] = "_non_local_scope_modifier", + [sym__locally_permitted_modifier] = "_locally_permitted_modifier", + [sym_property_behavior_modifier] = "property_behavior_modifier", + [sym_type_modifiers] = "type_modifiers", + [sym_member_modifier] = "member_modifier", + [sym_visibility_modifier] = "visibility_modifier", + [sym_type_parameter_modifiers] = "type_parameter_modifiers", + [sym_function_modifier] = "function_modifier", + [sym_mutation_modifier] = "mutation_modifier", + [sym_property_modifier] = "property_modifier", + [sym_inheritance_modifier] = "inheritance_modifier", + [sym_parameter_modifier] = "parameter_modifier", + [sym_ownership_modifier] = "ownership_modifier", + [sym__parameter_ownership_modifier] = "_parameter_ownership_modifier", + [sym_directive] = "directive", + [sym__compilation_condition] = "_compilation_condition", + [sym_diagnostic] = "diagnostic", + [aux_sym_source_file_repeat1] = "source_file_repeat1", + [aux_sym_identifier_repeat1] = "identifier_repeat1", + [aux_sym_line_string_literal_repeat1] = "line_string_literal_repeat1", + [aux_sym_multi_line_string_literal_repeat1] = "multi_line_string_literal_repeat1", + [aux_sym_raw_string_literal_repeat1] = "raw_string_literal_repeat1", + [aux_sym__interpolation_contents_repeat1] = "_interpolation_contents_repeat1", + [aux_sym_user_type_repeat1] = "user_type_repeat1", + [aux_sym_tuple_type_repeat1] = "tuple_type_repeat1", + [aux_sym_optional_type_repeat1] = "optional_type_repeat1", + [aux_sym_protocol_composition_type_repeat1] = "protocol_composition_type_repeat1", + [aux_sym__constructor_value_arguments_repeat1] = "_constructor_value_arguments_repeat1", + [aux_sym__fn_call_lambda_arguments_repeat1] = "_fn_call_lambda_arguments_repeat1", + [aux_sym_type_arguments_repeat1] = "type_arguments_repeat1", + [aux_sym_value_argument_repeat1] = "value_argument_repeat1", + [aux_sym_tuple_expression_repeat1] = "tuple_expression_repeat1", + [aux_sym_array_literal_repeat1] = "array_literal_repeat1", + [aux_sym_dictionary_literal_repeat1] = "dictionary_literal_repeat1", + [aux_sym_playground_literal_repeat1] = "playground_literal_repeat1", + [aux_sym__lambda_type_declaration_repeat1] = "_lambda_type_declaration_repeat1", + [aux_sym_capture_list_repeat1] = "capture_list_repeat1", + [aux_sym_lambda_function_type_parameters_repeat1] = "lambda_function_type_parameters_repeat1", + [aux_sym_if_statement_repeat1] = "if_statement_repeat1", + [aux_sym_switch_statement_repeat1] = "switch_statement_repeat1", + [aux_sym_switch_entry_repeat1] = "switch_entry_repeat1", + [aux_sym_do_statement_repeat1] = "do_statement_repeat1", + [aux_sym_key_path_expression_repeat1] = "key_path_expression_repeat1", + [aux_sym__key_path_component_repeat1] = "_key_path_component_repeat1", + [aux_sym_statements_repeat1] = "statements_repeat1", + [aux_sym_repeat_while_statement_repeat1] = "repeat_while_statement_repeat1", + [aux_sym_availability_condition_repeat1] = "availability_condition_repeat1", + [aux_sym__availability_argument_repeat1] = "_availability_argument_repeat1", + [aux_sym_protocol_property_requirements_repeat1] = "protocol_property_requirements_repeat1", + [aux_sym__modifierless_property_declaration_repeat1] = "_modifierless_property_declaration_repeat1", + [aux_sym__inheritance_specifiers_repeat1] = "_inheritance_specifiers_repeat1", + [aux_sym_type_parameters_repeat1] = "type_parameters_repeat1", + [aux_sym_type_constraints_repeat1] = "type_constraints_repeat1", + [aux_sym_nested_type_identifier_repeat1] = "nested_type_identifier_repeat1", + [aux_sym__class_member_declarations_repeat1] = "_class_member_declarations_repeat1", + [aux_sym__function_value_parameters_repeat1] = "_function_value_parameters_repeat1", + [aux_sym_enum_class_body_repeat1] = "enum_class_body_repeat1", + [aux_sym_enum_entry_repeat1] = "enum_entry_repeat1", + [aux_sym_enum_type_parameters_repeat1] = "enum_type_parameters_repeat1", + [aux_sym__protocol_member_declarations_repeat1] = "_protocol_member_declarations_repeat1", + [aux_sym_computed_property_repeat1] = "computed_property_repeat1", + [aux_sym_deprecated_operator_declaration_body_repeat1] = "deprecated_operator_declaration_body_repeat1", + [aux_sym_precedence_group_attributes_repeat1] = "precedence_group_attributes_repeat1", + [aux_sym_attribute_repeat1] = "attribute_repeat1", + [aux_sym__attribute_argument_repeat1] = "_attribute_argument_repeat1", + [aux_sym__attribute_argument_repeat2] = "_attribute_argument_repeat2", + [aux_sym__tuple_pattern_repeat1] = "_tuple_pattern_repeat1", + [aux_sym_modifiers_repeat1] = "modifiers_repeat1", + [aux_sym_parameter_modifiers_repeat1] = "parameter_modifiers_repeat1", + [alias_sym_expression] = "expression", + [alias_sym_fully_open_range] = "fully_open_range", + [alias_sym_interpolated_expression] = "interpolated_expression", + [alias_sym_type_identifier] = "type_identifier", +}; + +static const TSSymbol ts_symbol_map[] = { + [ts_builtin_sym_end] = ts_builtin_sym_end, + [anon_sym_BANG] = anon_sym_BANG, + [aux_sym_shebang_line_token1] = aux_sym_shebang_line_token1, + [sym_comment] = sym_comment, + [aux_sym_simple_identifier_token1] = aux_sym_simple_identifier_token1, + [aux_sym_simple_identifier_token2] = aux_sym_simple_identifier_token2, + [aux_sym_simple_identifier_token3] = aux_sym_simple_identifier_token3, + [aux_sym_simple_identifier_token4] = aux_sym_simple_identifier_token4, + [anon_sym_actor] = anon_sym_actor, + [anon_sym_async] = anon_sym_async, + [anon_sym_each] = anon_sym_each, + [anon_sym_lazy] = anon_sym_lazy, + [anon_sym_repeat] = anon_sym_repeat, + [anon_sym_package] = anon_sym_package, + [anon_sym_nil] = anon_sym_nil, + [sym_real_literal] = sym_real_literal, + [sym_integer_literal] = sym_integer_literal, + [sym_hex_literal] = sym_hex_literal, + [sym_oct_literal] = sym_oct_literal, + [sym_bin_literal] = sym_bin_literal, + [anon_sym_true] = anon_sym_true, + [anon_sym_false] = anon_sym_false, + [anon_sym_DQUOTE] = anon_sym_DQUOTE, + [aux_sym_line_str_text_token1] = aux_sym_line_str_text_token1, + [anon_sym_BSLASH] = anon_sym_BSLASH, + [anon_sym_u] = anon_sym_u, + [aux_sym__uni_character_literal_token1] = aux_sym__uni_character_literal_token1, + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = anon_sym_DQUOTE_DQUOTE_DQUOTE, + [anon_sym_RPAREN] = anon_sym_RPAREN, + [sym_raw_str_interpolation_start] = sym_raw_str_interpolation_start, + [anon_sym_BSLASH_LPAREN] = anon_sym_BSLASH_LPAREN, + [anon_sym_COMMA] = anon_sym_COMMA, + [sym__escaped_identifier] = sym__escaped_identifier, + [aux_sym__extended_regex_literal_token1] = aux_sym__extended_regex_literal_token1, + [aux_sym__multiline_regex_literal_token1] = aux_sym__multiline_regex_literal_token1, + [aux_sym__multiline_regex_literal_token2] = aux_sym__multiline_regex_literal_token2, + [sym__oneline_regex_literal] = sym__oneline_regex_literal, + [anon_sym_COLON] = anon_sym_COLON, + [anon_sym_BANG2] = anon_sym_BANG, + [anon_sym_LPAREN] = anon_sym_LPAREN, + [anon_sym_LBRACK] = anon_sym_LBRACK, + [anon_sym_RBRACK] = anon_sym_RBRACK, + [anon_sym_DOT] = anon_sym_DOT, + [anon_sym_Type] = anon_sym_Type, + [anon_sym_Protocol] = anon_sym_Protocol, + [anon_sym_QMARK] = anon_sym_QMARK, + [anon_sym_QMARK2] = anon_sym_QMARK, + [anon_sym_some] = anon_sym_some, + [anon_sym_any] = anon_sym_any, + [anon_sym_AMP] = anon_sym_AMP, + [anon_sym_TILDE] = anon_sym_TILDE, + [anon_sym_if] = anon_sym_if, + [anon_sym_switch] = anon_sym_switch, + [anon_sym_selector] = anon_sym_selector, + [anon_sym_getter_COLON] = anon_sym_getter_COLON, + [anon_sym_setter_COLON] = anon_sym_setter_COLON, + [aux_sym_custom_operator_token1] = aux_sym_custom_operator_token1, + [anon_sym_LT] = anon_sym_LT, + [anon_sym_GT] = anon_sym_GT, + [anon_sym_await] = anon_sym_await, + [anon_sym_file] = anon_sym_file, + [anon_sym_fileID] = anon_sym_fileID, + [anon_sym_filePath] = anon_sym_filePath, + [anon_sym_line] = anon_sym_line, + [anon_sym_column] = anon_sym_column, + [anon_sym_function] = anon_sym_function, + [anon_sym_dsohandle] = anon_sym_dsohandle, + [anon_sym_colorLiteral] = anon_sym_colorLiteral, + [anon_sym_fileLiteral] = anon_sym_fileLiteral, + [anon_sym_imageLiteral] = anon_sym_imageLiteral, + [anon_sym_LBRACE] = anon_sym_LBRACE, + [anon_sym_CARET_LBRACE] = anon_sym_CARET_LBRACE, + [anon_sym_RBRACE] = anon_sym_RBRACE, + [anon_sym_in] = anon_sym_in, + [anon_sym_self] = anon_sym_self, + [anon_sym_super] = anon_sym_super, + [anon_sym_guard] = anon_sym_guard, + [anon_sym_case] = anon_sym_case, + [anon_sym_fallthrough] = anon_sym_fallthrough, + [anon_sym_do] = anon_sym_do, + [anon_sym_keyPath] = anon_sym_keyPath, + [anon_sym_try] = anon_sym_try, + [anon_sym_PLUS_EQ] = anon_sym_PLUS_EQ, + [anon_sym_DASH_EQ] = anon_sym_DASH_EQ, + [anon_sym_STAR_EQ] = anon_sym_STAR_EQ, + [anon_sym_SLASH_EQ] = anon_sym_SLASH_EQ, + [anon_sym_PERCENT_EQ] = anon_sym_PERCENT_EQ, + [anon_sym_BANG_EQ] = anon_sym_BANG_EQ, + [anon_sym_BANG_EQ_EQ] = anon_sym_BANG_EQ_EQ, + [anon_sym_EQ_EQ_EQ] = anon_sym_EQ_EQ_EQ, + [anon_sym_LT_EQ] = anon_sym_LT_EQ, + [anon_sym_GT_EQ] = anon_sym_GT_EQ, + [anon_sym_DOT_DOT_DOT] = anon_sym_DOT_DOT_DOT, + [anon_sym_DOT_DOT_LT] = anon_sym_DOT_DOT_LT, + [anon_sym_is] = anon_sym_is, + [anon_sym_PLUS] = anon_sym_PLUS, + [anon_sym_DASH] = anon_sym_DASH, + [anon_sym_STAR] = anon_sym_STAR, + [anon_sym_SLASH] = anon_sym_SLASH, + [anon_sym_PERCENT] = anon_sym_PERCENT, + [anon_sym_PLUS_PLUS] = anon_sym_PLUS_PLUS, + [anon_sym_DASH_DASH] = anon_sym_DASH_DASH, + [anon_sym_PIPE] = anon_sym_PIPE, + [anon_sym_CARET] = anon_sym_CARET, + [anon_sym_LT_LT] = anon_sym_LT_LT, + [anon_sym_GT_GT] = anon_sym_GT_GT, + [sym_statement_label] = sym_statement_label, + [anon_sym_for] = anon_sym_for, + [anon_sym_while] = anon_sym_while, + [sym_throw_keyword] = sym_throw_keyword, + [anon_sym_return] = anon_sym_return, + [anon_sym_continue] = anon_sym_continue, + [anon_sym_break] = anon_sym_break, + [anon_sym_yield] = anon_sym_yield, + [anon_sym_available] = anon_sym_available, + [anon_sym_unavailable] = anon_sym_unavailable, + [anon_sym_import] = anon_sym_import, + [anon_sym_typealias] = anon_sym_typealias, + [anon_sym_struct] = anon_sym_struct, + [anon_sym_class] = anon_sym_class, + [anon_sym_enum] = anon_sym_enum, + [anon_sym_protocol] = anon_sym_protocol, + [anon_sym_let] = anon_sym_let, + [anon_sym_var] = anon_sym_var, + [anon_sym_func] = anon_sym_func, + [anon_sym_willSet] = anon_sym_willSet, + [anon_sym_didSet] = anon_sym_didSet, + [anon_sym_macro] = anon_sym_macro, + [anon_sym_externalMacro] = anon_sym_externalMacro, + [anon_sym_extension] = anon_sym_extension, + [anon_sym_indirect] = anon_sym_indirect, + [anon_sym_SEMI] = anon_sym_SEMI, + [anon_sym_init] = anon_sym_init, + [anon_sym_deinit] = anon_sym_deinit, + [anon_sym_subscript] = anon_sym_subscript, + [anon_sym_get] = anon_sym_get, + [anon_sym_set] = anon_sym_set, + [anon_sym__modify] = anon_sym__modify, + [anon_sym_prefix] = anon_sym_prefix, + [anon_sym_infix] = anon_sym_infix, + [anon_sym_postfix] = anon_sym_postfix, + [anon_sym_operator] = anon_sym_operator, + [anon_sym_precedencegroup] = anon_sym_precedencegroup, + [anon_sym_associatedtype] = anon_sym_associatedtype, + [anon_sym_AT] = anon_sym_AT, + [sym_wildcard_pattern] = sym_wildcard_pattern, + [anon_sym_override] = anon_sym_override, + [anon_sym_convenience] = anon_sym_convenience, + [anon_sym_required] = anon_sym_required, + [anon_sym_nonisolated] = anon_sym_nonisolated, + [anon_sym_public] = anon_sym_public, + [anon_sym_private] = anon_sym_private, + [anon_sym_internal] = anon_sym_internal, + [anon_sym_fileprivate] = anon_sym_fileprivate, + [anon_sym_open] = anon_sym_open, + [anon_sym_mutating] = anon_sym_mutating, + [anon_sym_nonmutating] = anon_sym_nonmutating, + [anon_sym_static] = anon_sym_static, + [anon_sym_dynamic] = anon_sym_dynamic, + [anon_sym_optional] = anon_sym_optional, + [anon_sym_distributed] = anon_sym_distributed, + [anon_sym_final] = anon_sym_final, + [anon_sym_inout] = anon_sym_inout, + [anon_sym_ATescaping] = anon_sym_ATescaping, + [anon_sym_ATautoclosure] = anon_sym_ATautoclosure, + [anon_sym_weak] = anon_sym_weak, + [anon_sym_unowned] = anon_sym_unowned, + [anon_sym_unowned_LPARENsafe_RPAREN] = anon_sym_unowned_LPARENsafe_RPAREN, + [anon_sym_unowned_LPARENunsafe_RPAREN] = anon_sym_unowned_LPARENunsafe_RPAREN, + [anon_sym_borrowing] = anon_sym_borrowing, + [anon_sym_consuming] = anon_sym_consuming, + [anon_sym_os] = anon_sym_os, + [anon_sym_arch] = anon_sym_arch, + [anon_sym_swift] = anon_sym_swift, + [anon_sym_compiler] = anon_sym_compiler, + [anon_sym_canImport] = anon_sym_canImport, + [anon_sym_targetEnvironment] = anon_sym_targetEnvironment, + [aux_sym_diagnostic_token1] = aux_sym_diagnostic_token1, + [aux_sym_diagnostic_token2] = aux_sym_diagnostic_token2, + [aux_sym_diagnostic_token3] = aux_sym_diagnostic_token3, + [sym_multiline_comment] = sym_multiline_comment, + [sym_raw_str_part] = sym_raw_str_part, + [sym_raw_str_continuing_indicator] = sym_raw_str_continuing_indicator, + [sym_raw_str_end_part] = sym_raw_str_end_part, + [sym__implicit_semi] = sym__implicit_semi, + [sym__explicit_semi] = sym__explicit_semi, + [sym__arrow_operator_custom] = sym__arrow_operator_custom, + [sym__dot_custom] = anon_sym_DOT, + [sym__conjunction_operator_custom] = sym__conjunction_operator_custom, + [sym__disjunction_operator_custom] = sym__disjunction_operator_custom, + [sym__nil_coalescing_operator_custom] = sym__nil_coalescing_operator_custom, + [sym__eq_custom] = sym__eq_custom, + [sym__eq_eq_custom] = sym__eq_eq_custom, + [sym__plus_then_ws] = anon_sym_PLUS, + [sym__minus_then_ws] = anon_sym_DASH, + [sym__bang_custom] = sym__bang_custom, + [sym__throws_keyword] = sym__throws_keyword, + [sym__rethrows_keyword] = sym__rethrows_keyword, + [sym_default_keyword] = sym_default_keyword, + [sym_where_keyword] = sym_where_keyword, + [sym_else] = sym_else, + [sym_catch_keyword] = sym_catch_keyword, + [sym__as_custom] = sym__as_custom, + [sym__as_quest_custom] = sym__as_quest_custom, + [sym__as_bang_custom] = sym__as_bang_custom, + [sym__async_keyword_custom] = anon_sym_async, + [sym__custom_operator] = sym__custom_operator, + [sym__hash_symbol_custom] = sym__hash_symbol_custom, + [sym__directive_if] = sym__directive_if, + [sym__directive_elseif] = sym__directive_elseif, + [sym__directive_else] = sym__directive_else, + [sym__directive_endif] = sym__directive_endif, + [sym__fake_try_bang] = sym__fake_try_bang, + [sym_source_file] = sym_source_file, + [sym__semi] = sym__semi, + [sym_shebang_line] = sym_shebang_line, + [sym_simple_identifier] = sym_simple_identifier, + [sym__contextual_simple_identifier] = sym__contextual_simple_identifier, + [sym_identifier] = sym_identifier, + [sym__basic_literal] = sym__basic_literal, + [sym_boolean_literal] = sym_boolean_literal, + [sym__string_literal] = sym__string_literal, + [sym_line_string_literal] = sym_line_string_literal, + [sym__line_string_content] = sym__line_string_content, + [sym_line_str_text] = sym_line_str_text, + [sym_str_escaped_char] = sym_str_escaped_char, + [sym__uni_character_literal] = sym__uni_character_literal, + [sym_multi_line_string_literal] = sym_multi_line_string_literal, + [sym_raw_string_literal] = sym_raw_string_literal, + [sym_raw_str_interpolation] = sym_raw_str_interpolation, + [sym__multi_line_string_content] = sym__multi_line_string_content, + [sym__interpolation] = sym__interpolation, + [sym__interpolation_contents] = sym__interpolation_contents, + [sym_multi_line_str_text] = sym_multi_line_str_text, + [sym_regex_literal] = sym_regex_literal, + [sym__extended_regex_literal] = sym__extended_regex_literal, + [sym__multiline_regex_literal] = sym__multiline_regex_literal, + [sym_type_annotation] = sym_type_annotation, + [sym__possibly_implicitly_unwrapped_type] = sym__possibly_implicitly_unwrapped_type, + [sym_implicitly_unwrapped_type] = sym_implicitly_unwrapped_type, + [sym_type] = sym_type, + [sym_unannotated_type] = sym_unannotated_type, + [sym_user_type] = sym_user_type, + [sym__simple_user_type] = sym__simple_user_type, + [sym_tuple_type] = sym_tuple_type, + [sym_tuple_type_item] = sym_tuple_type_item, + [sym__tuple_type_item_identifier] = sym__tuple_type_item_identifier, + [sym_function_type] = sym_function_type, + [sym_array_type] = sym_array_type, + [sym_dictionary_type] = sym_dictionary_type, + [sym_optional_type] = sym_optional_type, + [sym_metatype] = sym_metatype, + [sym__quest] = sym__quest, + [sym__immediate_quest] = anon_sym_QMARK, + [sym_opaque_type] = sym_opaque_type, + [sym_existential_type] = sym_existential_type, + [sym_type_parameter_pack] = sym_type_parameter_pack, + [sym_type_pack_expansion] = sym_type_pack_expansion, + [sym_protocol_composition_type] = sym_protocol_composition_type, + [sym_suppressed_constraint] = sym_suppressed_constraint, + [sym_expression] = sym_expression, + [sym_optional_chain_marker] = sym_optional_chain_marker, + [sym__unary_expression] = sym__unary_expression, + [sym_postfix_expression] = sym_postfix_expression, + [sym_constructor_expression] = sym_constructor_expression, + [sym__parenthesized_type] = sym__parenthesized_type, + [sym_navigation_expression] = sym_navigation_expression, + [sym__navigable_type_expression] = sym__navigable_type_expression, + [sym_open_start_range_expression] = sym_open_start_range_expression, + [sym__range_operator] = sym__range_operator, + [sym_open_end_range_expression] = sym_open_end_range_expression, + [sym_prefix_expression] = sym_prefix_expression, + [sym_as_expression] = sym_as_expression, + [sym_selector_expression] = sym_selector_expression, + [sym__binary_expression] = sym__binary_expression, + [sym_multiplicative_expression] = sym_multiplicative_expression, + [sym_additive_expression] = sym_additive_expression, + [sym_range_expression] = sym_range_expression, + [sym_infix_expression] = sym_infix_expression, + [sym_nil_coalescing_expression] = sym_nil_coalescing_expression, + [sym_check_expression] = sym_check_expression, + [sym_comparison_expression] = sym_comparison_expression, + [sym_equality_expression] = sym_equality_expression, + [sym_conjunction_expression] = sym_conjunction_expression, + [sym_disjunction_expression] = sym_disjunction_expression, + [sym_bitwise_operation] = sym_bitwise_operation, + [sym_custom_operator] = sym_custom_operator, + [sym_navigation_suffix] = sym_navigation_suffix, + [sym_call_suffix] = sym_call_suffix, + [sym_constructor_suffix] = sym_constructor_suffix, + [sym__constructor_value_arguments] = sym_value_arguments, + [sym__fn_call_lambda_arguments] = sym__fn_call_lambda_arguments, + [sym_type_arguments] = sym_type_arguments, + [sym_value_arguments] = sym_value_arguments, + [sym_value_argument_label] = sym_value_argument_label, + [sym_value_argument] = sym_value_argument, + [sym_try_expression] = sym_try_expression, + [sym_await_expression] = sym_await_expression, + [sym__await_operator] = sym__await_operator, + [sym_ternary_expression] = sym_ternary_expression, + [sym__expr_hack_at_ternary_binary_suffix] = sym__expr_hack_at_ternary_binary_suffix, + [sym_expr_hack_at_ternary_binary_call] = sym_call_expression, + [sym_expr_hack_at_ternary_binary_call_suffix] = sym_call_suffix, + [sym_call_expression] = sym_call_expression, + [sym_macro_invocation] = sym_macro_invocation, + [sym__primary_expression] = sym__primary_expression, + [sym_tuple_expression] = sym_tuple_expression, + [sym_array_literal] = sym_array_literal, + [sym_dictionary_literal] = sym_dictionary_literal, + [sym__dictionary_literal_item] = sym__dictionary_literal_item, + [sym_special_literal] = sym_special_literal, + [sym_playground_literal] = sym_playground_literal, + [sym_lambda_literal] = sym_lambda_literal, + [sym__lambda_type_declaration] = sym__lambda_type_declaration, + [sym_capture_list] = sym_capture_list, + [sym_capture_list_item] = sym_capture_list_item, + [sym_lambda_function_type] = sym_lambda_function_type, + [sym_lambda_function_type_parameters] = sym_lambda_function_type_parameters, + [sym_lambda_parameter] = sym_lambda_parameter, + [sym_self_expression] = sym_self_expression, + [sym_super_expression] = sym_super_expression, + [sym__else_options] = sym__else_options, + [sym_if_statement] = sym_if_statement, + [sym_if_condition] = sym_if_condition, + [sym_if_let_binding] = sym_if_let_binding, + [sym_guard_statement] = sym_guard_statement, + [sym_switch_statement] = sym_switch_statement, + [sym_switch_entry] = sym_switch_entry, + [sym_switch_pattern] = sym_switch_pattern, + [sym_do_statement] = sym_do_statement, + [sym_catch_block] = sym_catch_block, + [sym_where_clause] = sym_where_clause, + [sym_key_path_expression] = sym_key_path_expression, + [sym_key_path_string_expression] = sym_key_path_string_expression, + [sym__key_path_component] = sym__key_path_component, + [sym__key_path_postfixes] = sym__key_path_postfixes, + [sym_try_operator] = sym_try_operator, + [sym__try_operator_type] = sym__try_operator_type, + [sym__assignment_and_operator] = sym__assignment_and_operator, + [sym__equality_operator] = sym__equality_operator, + [sym__comparison_operator] = sym__comparison_operator, + [sym__three_dot_operator] = sym__three_dot_operator, + [sym__open_ended_range_operator] = sym__open_ended_range_operator, + [sym__is_operator] = sym__is_operator, + [sym__additive_operator] = sym__additive_operator, + [sym__multiplicative_operator] = sym__multiplicative_operator, + [sym_as_operator] = sym_as_operator, + [sym__prefix_unary_operator] = sym__prefix_unary_operator, + [sym__bitwise_binary_operator] = sym__bitwise_binary_operator, + [sym__postfix_unary_operator] = sym__postfix_unary_operator, + [sym_directly_assignable_expression] = sym_directly_assignable_expression, + [sym_statements] = sym_statements, + [sym__local_statement] = sym__local_statement, + [sym__top_level_statement] = sym__top_level_statement, + [sym__block] = sym__block, + [sym__labeled_statement] = sym__labeled_statement, + [sym_for_statement] = sym_for_statement, + [sym__for_statement_collection] = sym__for_statement_collection, + [sym_for_statement_await] = sym_await_expression, + [sym_while_statement] = sym_while_statement, + [sym_repeat_while_statement] = sym_repeat_while_statement, + [sym_control_transfer_statement] = sym_control_transfer_statement, + [sym__throw_statement] = sym__throw_statement, + [sym__optionally_valueful_control_keyword] = sym__optionally_valueful_control_keyword, + [sym_assignment] = sym_assignment, + [sym_value_parameter_pack] = sym_value_parameter_pack, + [sym_value_pack_expansion] = sym_value_pack_expansion, + [sym_availability_condition] = sym_availability_condition, + [sym__availability_argument] = sym__availability_argument, + [sym_global_declaration] = sym_global_declaration, + [sym_type_level_declaration] = sym_type_level_declaration, + [sym_local_declaration] = sym_local_declaration, + [sym__local_property_declaration] = sym_property_declaration, + [sym__local_typealias_declaration] = sym_typealias_declaration, + [sym__local_function_declaration] = sym_function_declaration, + [sym__local_class_declaration] = sym_class_declaration, + [sym_import_declaration] = sym_import_declaration, + [sym__import_kind] = sym__import_kind, + [sym_protocol_property_declaration] = sym_protocol_property_declaration, + [sym_protocol_property_requirements] = sym_protocol_property_requirements, + [sym_property_declaration] = sym_property_declaration, + [sym__modifierless_property_declaration] = sym__modifierless_property_declaration, + [sym__single_modifierless_property_declaration] = sym__single_modifierless_property_declaration, + [sym__expression_with_willset_didset] = sym__expression_with_willset_didset, + [sym__expression_without_willset_didset] = sym__expression_without_willset_didset, + [sym_willset_didset_block] = sym_willset_didset_block, + [sym_willset_clause] = sym_willset_clause, + [sym_didset_clause] = sym_didset_clause, + [sym_typealias_declaration] = sym_typealias_declaration, + [sym__modifierless_typealias_declaration] = sym__modifierless_typealias_declaration, + [sym_function_declaration] = sym_function_declaration, + [sym__modifierless_function_declaration] = sym__modifierless_function_declaration, + [sym__bodyless_function_declaration] = sym__bodyless_function_declaration, + [sym__modifierless_function_declaration_no_body] = sym__modifierless_function_declaration_no_body, + [sym_function_body] = sym_function_body, + [sym_macro_declaration] = sym_macro_declaration, + [sym__macro_head] = sym__macro_head, + [sym__macro_signature] = sym__macro_signature, + [sym_macro_definition] = sym_macro_definition, + [sym_external_macro_definition] = sym_external_macro_definition, + [sym_class_declaration] = sym_class_declaration, + [sym__modifierless_class_declaration] = sym__modifierless_class_declaration, + [sym_class_body] = sym_class_body, + [sym__inheritance_specifiers] = sym__inheritance_specifiers, + [sym_inheritance_specifier] = sym_inheritance_specifier, + [sym__annotated_inheritance_specifier] = sym__annotated_inheritance_specifier, + [sym_type_parameters] = sym_type_parameters, + [sym_type_parameter] = sym_type_parameter, + [sym__type_parameter_possibly_packed] = sym__type_parameter_possibly_packed, + [sym_type_constraints] = sym_type_constraints, + [sym_type_constraint] = sym_type_constraint, + [sym_inheritance_constraint] = sym_inheritance_constraint, + [sym_equality_constraint] = sym_equality_constraint, + [sym__constrained_type] = sym__constrained_type, + [sym_nested_type_identifier] = sym_nested_type_identifier, + [sym__class_member_separator] = sym__class_member_separator, + [sym__class_member_declarations] = sym__class_member_declarations, + [aux_sym__function_value_parameters] = aux_sym__function_value_parameters, + [sym__function_value_parameter] = sym__function_value_parameter, + [sym_parameter] = sym_parameter, + [sym__non_constructor_function_decl] = sym__non_constructor_function_decl, + [sym_referenceable_operator] = sym_referenceable_operator, + [sym__equal_sign] = sym__equal_sign, + [sym__eq_eq] = sym__eq_eq, + [sym__dot] = sym__dot, + [sym__arrow_operator] = sym__arrow_operator, + [sym__conjunction_operator] = sym__conjunction_operator, + [sym__disjunction_operator] = sym__disjunction_operator, + [sym__nil_coalescing_operator] = sym__nil_coalescing_operator, + [sym__as] = sym__as, + [sym__as_quest] = sym__as_quest, + [sym__as_bang] = sym__as_bang, + [sym__hash_symbol] = sym__hash_symbol, + [sym_bang] = sym_bang, + [sym__async_keyword] = sym__async_keyword, + [sym__async_modifier] = sym__async_modifier, + [sym_throws] = sym_throws, + [sym_throws_clause] = sym_throws_clause, + [sym_enum_class_body] = sym_enum_class_body, + [sym_enum_entry] = sym_enum_entry, + [sym__enum_entry_suffix] = sym__enum_entry_suffix, + [sym_enum_type_parameters] = sym_enum_type_parameters, + [sym_protocol_declaration] = sym_protocol_declaration, + [sym_protocol_body] = sym_protocol_body, + [sym__protocol_member_declarations] = sym__protocol_member_declarations, + [sym_protocol_member_declaration] = sym_protocol_member_declaration, + [sym_protocol_function_declaration] = sym_protocol_function_declaration, + [sym_init_declaration] = sym_init_declaration, + [sym_deinit_declaration] = sym_deinit_declaration, + [sym_subscript_declaration] = sym_subscript_declaration, + [sym_computed_property] = sym_computed_property, + [sym_computed_getter] = sym_computed_getter, + [sym_computed_modify] = sym_computed_modify, + [sym_computed_setter] = sym_computed_setter, + [sym_getter_specifier] = sym_getter_specifier, + [sym_setter_specifier] = sym_setter_specifier, + [sym_modify_specifier] = sym_modify_specifier, + [aux_sym__getter_effects] = aux_sym__getter_effects, + [sym_operator_declaration] = sym_operator_declaration, + [sym_deprecated_operator_declaration_body] = sym_deprecated_operator_declaration_body, + [sym_precedence_group_declaration] = sym_precedence_group_declaration, + [sym_precedence_group_attributes] = sym_precedence_group_attributes, + [sym_precedence_group_attribute] = sym_precedence_group_attribute, + [sym_associatedtype_declaration] = sym_associatedtype_declaration, + [sym_attribute] = sym_attribute, + [sym__attribute_argument] = sym__attribute_argument, + [sym__universally_allowed_pattern] = sym__universally_allowed_pattern, + [sym__bound_identifier] = sym__bound_identifier, + [sym__binding_pattern_no_expr] = sym__binding_pattern_no_expr, + [sym__no_expr_pattern_already_bound] = sym__no_expr_pattern_already_bound, + [sym__binding_pattern_with_expr] = sym__binding_pattern_with_expr, + [sym__direct_or_indirect_binding] = sym__direct_or_indirect_binding, + [sym_value_binding_pattern] = sym_value_binding_pattern, + [sym__possibly_async_binding_pattern_kind] = sym__possibly_async_binding_pattern_kind, + [sym__binding_kind_and_pattern] = sym__binding_kind_and_pattern, + [sym__tuple_pattern_item] = sym__tuple_pattern_item, + [sym__tuple_pattern] = sym__tuple_pattern, + [sym__case_pattern] = sym__case_pattern, + [sym__type_casting_pattern] = sym__type_casting_pattern, + [sym__binding_pattern] = sym__binding_pattern, + [sym_modifiers] = sym_modifiers, + [aux_sym__locally_permitted_modifiers] = aux_sym__locally_permitted_modifiers, + [sym_parameter_modifiers] = sym_parameter_modifiers, + [sym__non_local_scope_modifier] = sym__non_local_scope_modifier, + [sym__locally_permitted_modifier] = sym__locally_permitted_modifier, + [sym_property_behavior_modifier] = sym_property_behavior_modifier, + [sym_type_modifiers] = sym_type_modifiers, + [sym_member_modifier] = sym_member_modifier, + [sym_visibility_modifier] = sym_visibility_modifier, + [sym_type_parameter_modifiers] = sym_type_parameter_modifiers, + [sym_function_modifier] = sym_function_modifier, + [sym_mutation_modifier] = sym_mutation_modifier, + [sym_property_modifier] = sym_property_modifier, + [sym_inheritance_modifier] = sym_inheritance_modifier, + [sym_parameter_modifier] = sym_parameter_modifier, + [sym_ownership_modifier] = sym_ownership_modifier, + [sym__parameter_ownership_modifier] = sym__parameter_ownership_modifier, + [sym_directive] = sym_directive, + [sym__compilation_condition] = sym__compilation_condition, + [sym_diagnostic] = sym_diagnostic, + [aux_sym_source_file_repeat1] = aux_sym_source_file_repeat1, + [aux_sym_identifier_repeat1] = aux_sym_identifier_repeat1, + [aux_sym_line_string_literal_repeat1] = aux_sym_line_string_literal_repeat1, + [aux_sym_multi_line_string_literal_repeat1] = aux_sym_multi_line_string_literal_repeat1, + [aux_sym_raw_string_literal_repeat1] = aux_sym_raw_string_literal_repeat1, + [aux_sym__interpolation_contents_repeat1] = aux_sym__interpolation_contents_repeat1, + [aux_sym_user_type_repeat1] = aux_sym_user_type_repeat1, + [aux_sym_tuple_type_repeat1] = aux_sym_tuple_type_repeat1, + [aux_sym_optional_type_repeat1] = aux_sym_optional_type_repeat1, + [aux_sym_protocol_composition_type_repeat1] = aux_sym_protocol_composition_type_repeat1, + [aux_sym__constructor_value_arguments_repeat1] = aux_sym__constructor_value_arguments_repeat1, + [aux_sym__fn_call_lambda_arguments_repeat1] = aux_sym__fn_call_lambda_arguments_repeat1, + [aux_sym_type_arguments_repeat1] = aux_sym_type_arguments_repeat1, + [aux_sym_value_argument_repeat1] = aux_sym_value_argument_repeat1, + [aux_sym_tuple_expression_repeat1] = aux_sym_tuple_expression_repeat1, + [aux_sym_array_literal_repeat1] = aux_sym_array_literal_repeat1, + [aux_sym_dictionary_literal_repeat1] = aux_sym_dictionary_literal_repeat1, + [aux_sym_playground_literal_repeat1] = aux_sym_playground_literal_repeat1, + [aux_sym__lambda_type_declaration_repeat1] = aux_sym__lambda_type_declaration_repeat1, + [aux_sym_capture_list_repeat1] = aux_sym_capture_list_repeat1, + [aux_sym_lambda_function_type_parameters_repeat1] = aux_sym_lambda_function_type_parameters_repeat1, + [aux_sym_if_statement_repeat1] = aux_sym_if_statement_repeat1, + [aux_sym_switch_statement_repeat1] = aux_sym_switch_statement_repeat1, + [aux_sym_switch_entry_repeat1] = aux_sym_switch_entry_repeat1, + [aux_sym_do_statement_repeat1] = aux_sym_do_statement_repeat1, + [aux_sym_key_path_expression_repeat1] = aux_sym_key_path_expression_repeat1, + [aux_sym__key_path_component_repeat1] = aux_sym__key_path_component_repeat1, + [aux_sym_statements_repeat1] = aux_sym_statements_repeat1, + [aux_sym_repeat_while_statement_repeat1] = aux_sym_repeat_while_statement_repeat1, + [aux_sym_availability_condition_repeat1] = aux_sym_availability_condition_repeat1, + [aux_sym__availability_argument_repeat1] = aux_sym__availability_argument_repeat1, + [aux_sym_protocol_property_requirements_repeat1] = aux_sym_protocol_property_requirements_repeat1, + [aux_sym__modifierless_property_declaration_repeat1] = aux_sym__modifierless_property_declaration_repeat1, + [aux_sym__inheritance_specifiers_repeat1] = aux_sym__inheritance_specifiers_repeat1, + [aux_sym_type_parameters_repeat1] = aux_sym_type_parameters_repeat1, + [aux_sym_type_constraints_repeat1] = aux_sym_type_constraints_repeat1, + [aux_sym_nested_type_identifier_repeat1] = aux_sym_nested_type_identifier_repeat1, + [aux_sym__class_member_declarations_repeat1] = aux_sym__class_member_declarations_repeat1, + [aux_sym__function_value_parameters_repeat1] = aux_sym__function_value_parameters_repeat1, + [aux_sym_enum_class_body_repeat1] = aux_sym_enum_class_body_repeat1, + [aux_sym_enum_entry_repeat1] = aux_sym_enum_entry_repeat1, + [aux_sym_enum_type_parameters_repeat1] = aux_sym_enum_type_parameters_repeat1, + [aux_sym__protocol_member_declarations_repeat1] = aux_sym__protocol_member_declarations_repeat1, + [aux_sym_computed_property_repeat1] = aux_sym_computed_property_repeat1, + [aux_sym_deprecated_operator_declaration_body_repeat1] = aux_sym_deprecated_operator_declaration_body_repeat1, + [aux_sym_precedence_group_attributes_repeat1] = aux_sym_precedence_group_attributes_repeat1, + [aux_sym_attribute_repeat1] = aux_sym_attribute_repeat1, + [aux_sym__attribute_argument_repeat1] = aux_sym__attribute_argument_repeat1, + [aux_sym__attribute_argument_repeat2] = aux_sym__attribute_argument_repeat2, + [aux_sym__tuple_pattern_repeat1] = aux_sym__tuple_pattern_repeat1, + [aux_sym_modifiers_repeat1] = aux_sym_modifiers_repeat1, + [aux_sym_parameter_modifiers_repeat1] = aux_sym_parameter_modifiers_repeat1, + [alias_sym_expression] = alias_sym_expression, + [alias_sym_fully_open_range] = alias_sym_fully_open_range, + [alias_sym_interpolated_expression] = alias_sym_interpolated_expression, + [alias_sym_type_identifier] = alias_sym_type_identifier, +}; + +static const TSSymbolMetadata ts_symbol_metadata[] = { + [ts_builtin_sym_end] = { + .visible = false, + .named = true, + }, + [anon_sym_BANG] = { + .visible = true, + .named = false, + }, + [aux_sym_shebang_line_token1] = { + .visible = false, + .named = false, + }, + [sym_comment] = { + .visible = true, + .named = true, + }, + [aux_sym_simple_identifier_token1] = { + .visible = false, + .named = false, + }, + [aux_sym_simple_identifier_token2] = { + .visible = false, + .named = false, + }, + [aux_sym_simple_identifier_token3] = { + .visible = false, + .named = false, + }, + [aux_sym_simple_identifier_token4] = { + .visible = false, + .named = false, + }, + [anon_sym_actor] = { + .visible = true, + .named = false, + }, + [anon_sym_async] = { + .visible = true, + .named = false, + }, + [anon_sym_each] = { + .visible = true, + .named = false, + }, + [anon_sym_lazy] = { + .visible = true, + .named = false, + }, + [anon_sym_repeat] = { + .visible = true, + .named = false, + }, + [anon_sym_package] = { + .visible = true, + .named = false, + }, + [anon_sym_nil] = { + .visible = true, + .named = false, + }, + [sym_real_literal] = { + .visible = true, + .named = true, + }, + [sym_integer_literal] = { + .visible = true, + .named = true, + }, + [sym_hex_literal] = { + .visible = true, + .named = true, + }, + [sym_oct_literal] = { + .visible = true, + .named = true, + }, + [sym_bin_literal] = { + .visible = true, + .named = true, + }, + [anon_sym_true] = { + .visible = true, + .named = false, + }, + [anon_sym_false] = { + .visible = true, + .named = false, + }, + [anon_sym_DQUOTE] = { + .visible = true, + .named = false, + }, + [aux_sym_line_str_text_token1] = { + .visible = false, + .named = false, + }, + [anon_sym_BSLASH] = { + .visible = true, + .named = false, + }, + [anon_sym_u] = { + .visible = true, + .named = false, + }, + [aux_sym__uni_character_literal_token1] = { + .visible = false, + .named = false, + }, + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = { + .visible = true, + .named = false, + }, + [anon_sym_RPAREN] = { + .visible = true, + .named = false, + }, + [sym_raw_str_interpolation_start] = { + .visible = true, + .named = true, + }, + [anon_sym_BSLASH_LPAREN] = { + .visible = true, + .named = false, + }, + [anon_sym_COMMA] = { + .visible = true, + .named = false, + }, + [sym__escaped_identifier] = { + .visible = false, + .named = true, + }, + [aux_sym__extended_regex_literal_token1] = { + .visible = false, + .named = false, + }, + [aux_sym__multiline_regex_literal_token1] = { + .visible = false, + .named = false, + }, + [aux_sym__multiline_regex_literal_token2] = { + .visible = false, + .named = false, + }, + [sym__oneline_regex_literal] = { + .visible = false, + .named = true, + }, + [anon_sym_COLON] = { + .visible = true, + .named = false, + }, + [anon_sym_BANG2] = { + .visible = true, + .named = false, + }, + [anon_sym_LPAREN] = { + .visible = true, + .named = false, + }, + [anon_sym_LBRACK] = { + .visible = true, + .named = false, + }, + [anon_sym_RBRACK] = { + .visible = true, + .named = false, + }, + [anon_sym_DOT] = { + .visible = true, + .named = false, + }, + [anon_sym_Type] = { + .visible = true, + .named = false, + }, + [anon_sym_Protocol] = { + .visible = true, + .named = false, + }, + [anon_sym_QMARK] = { + .visible = true, + .named = false, + }, + [anon_sym_QMARK2] = { + .visible = true, + .named = false, + }, + [anon_sym_some] = { + .visible = true, + .named = false, + }, + [anon_sym_any] = { + .visible = true, + .named = false, + }, + [anon_sym_AMP] = { + .visible = true, + .named = false, + }, + [anon_sym_TILDE] = { + .visible = true, + .named = false, + }, + [anon_sym_if] = { + .visible = true, + .named = false, + }, + [anon_sym_switch] = { + .visible = true, + .named = false, + }, + [anon_sym_selector] = { + .visible = true, + .named = false, + }, + [anon_sym_getter_COLON] = { + .visible = true, + .named = false, + }, + [anon_sym_setter_COLON] = { + .visible = true, + .named = false, + }, + [aux_sym_custom_operator_token1] = { + .visible = false, + .named = false, + }, + [anon_sym_LT] = { + .visible = true, + .named = false, + }, + [anon_sym_GT] = { + .visible = true, + .named = false, + }, + [anon_sym_await] = { + .visible = true, + .named = false, + }, + [anon_sym_file] = { + .visible = true, + .named = false, + }, + [anon_sym_fileID] = { + .visible = true, + .named = false, + }, + [anon_sym_filePath] = { + .visible = true, + .named = false, + }, + [anon_sym_line] = { + .visible = true, + .named = false, + }, + [anon_sym_column] = { + .visible = true, + .named = false, + }, + [anon_sym_function] = { + .visible = true, + .named = false, + }, + [anon_sym_dsohandle] = { + .visible = true, + .named = false, + }, + [anon_sym_colorLiteral] = { + .visible = true, + .named = false, + }, + [anon_sym_fileLiteral] = { + .visible = true, + .named = false, + }, + [anon_sym_imageLiteral] = { + .visible = true, + .named = false, + }, + [anon_sym_LBRACE] = { + .visible = true, + .named = false, + }, + [anon_sym_CARET_LBRACE] = { + .visible = true, + .named = false, + }, + [anon_sym_RBRACE] = { + .visible = true, + .named = false, + }, + [anon_sym_in] = { + .visible = true, + .named = false, + }, + [anon_sym_self] = { + .visible = true, + .named = false, + }, + [anon_sym_super] = { + .visible = true, + .named = false, + }, + [anon_sym_guard] = { + .visible = true, + .named = false, + }, + [anon_sym_case] = { + .visible = true, + .named = false, + }, + [anon_sym_fallthrough] = { + .visible = true, + .named = false, + }, + [anon_sym_do] = { + .visible = true, + .named = false, + }, + [anon_sym_keyPath] = { + .visible = true, + .named = false, + }, + [anon_sym_try] = { + .visible = true, + .named = false, + }, + [anon_sym_PLUS_EQ] = { + .visible = true, + .named = false, + }, + [anon_sym_DASH_EQ] = { + .visible = true, + .named = false, + }, + [anon_sym_STAR_EQ] = { + .visible = true, + .named = false, + }, + [anon_sym_SLASH_EQ] = { + .visible = true, + .named = false, + }, + [anon_sym_PERCENT_EQ] = { + .visible = true, + .named = false, + }, + [anon_sym_BANG_EQ] = { + .visible = true, + .named = false, + }, + [anon_sym_BANG_EQ_EQ] = { + .visible = true, + .named = false, + }, + [anon_sym_EQ_EQ_EQ] = { + .visible = true, + .named = false, + }, + [anon_sym_LT_EQ] = { + .visible = true, + .named = false, + }, + [anon_sym_GT_EQ] = { + .visible = true, + .named = false, + }, + [anon_sym_DOT_DOT_DOT] = { + .visible = true, + .named = false, + }, + [anon_sym_DOT_DOT_LT] = { + .visible = true, + .named = false, + }, + [anon_sym_is] = { + .visible = true, + .named = false, + }, + [anon_sym_PLUS] = { + .visible = true, + .named = false, + }, + [anon_sym_DASH] = { + .visible = true, + .named = false, + }, + [anon_sym_STAR] = { + .visible = true, + .named = false, + }, + [anon_sym_SLASH] = { + .visible = true, + .named = false, + }, + [anon_sym_PERCENT] = { + .visible = true, + .named = false, + }, + [anon_sym_PLUS_PLUS] = { + .visible = true, + .named = false, + }, + [anon_sym_DASH_DASH] = { + .visible = true, + .named = false, + }, + [anon_sym_PIPE] = { + .visible = true, + .named = false, + }, + [anon_sym_CARET] = { + .visible = true, + .named = false, + }, + [anon_sym_LT_LT] = { + .visible = true, + .named = false, + }, + [anon_sym_GT_GT] = { + .visible = true, + .named = false, + }, + [sym_statement_label] = { + .visible = true, + .named = true, + }, + [anon_sym_for] = { + .visible = true, + .named = false, + }, + [anon_sym_while] = { + .visible = true, + .named = false, + }, + [sym_throw_keyword] = { + .visible = true, + .named = true, + }, + [anon_sym_return] = { + .visible = true, + .named = false, + }, + [anon_sym_continue] = { + .visible = true, + .named = false, + }, + [anon_sym_break] = { + .visible = true, + .named = false, + }, + [anon_sym_yield] = { + .visible = true, + .named = false, + }, + [anon_sym_available] = { + .visible = true, + .named = false, + }, + [anon_sym_unavailable] = { + .visible = true, + .named = false, + }, + [anon_sym_import] = { + .visible = true, + .named = false, + }, + [anon_sym_typealias] = { + .visible = true, + .named = false, + }, + [anon_sym_struct] = { + .visible = true, + .named = false, + }, + [anon_sym_class] = { + .visible = true, + .named = false, + }, + [anon_sym_enum] = { + .visible = true, + .named = false, + }, + [anon_sym_protocol] = { + .visible = true, + .named = false, + }, + [anon_sym_let] = { + .visible = true, + .named = false, + }, + [anon_sym_var] = { + .visible = true, + .named = false, + }, + [anon_sym_func] = { + .visible = true, + .named = false, + }, + [anon_sym_willSet] = { + .visible = true, + .named = false, + }, + [anon_sym_didSet] = { + .visible = true, + .named = false, + }, + [anon_sym_macro] = { + .visible = true, + .named = false, + }, + [anon_sym_externalMacro] = { + .visible = true, + .named = false, + }, + [anon_sym_extension] = { + .visible = true, + .named = false, + }, + [anon_sym_indirect] = { + .visible = true, + .named = false, + }, + [anon_sym_SEMI] = { + .visible = true, + .named = false, + }, + [anon_sym_init] = { + .visible = true, + .named = false, + }, + [anon_sym_deinit] = { + .visible = true, + .named = false, + }, + [anon_sym_subscript] = { + .visible = true, + .named = false, + }, + [anon_sym_get] = { + .visible = true, + .named = false, + }, + [anon_sym_set] = { + .visible = true, + .named = false, + }, + [anon_sym__modify] = { + .visible = true, + .named = false, + }, + [anon_sym_prefix] = { + .visible = true, + .named = false, + }, + [anon_sym_infix] = { + .visible = true, + .named = false, + }, + [anon_sym_postfix] = { + .visible = true, + .named = false, + }, + [anon_sym_operator] = { + .visible = true, + .named = false, + }, + [anon_sym_precedencegroup] = { + .visible = true, + .named = false, + }, + [anon_sym_associatedtype] = { + .visible = true, + .named = false, + }, + [anon_sym_AT] = { + .visible = true, + .named = false, + }, + [sym_wildcard_pattern] = { + .visible = true, + .named = true, + }, + [anon_sym_override] = { + .visible = true, + .named = false, + }, + [anon_sym_convenience] = { + .visible = true, + .named = false, + }, + [anon_sym_required] = { + .visible = true, + .named = false, + }, + [anon_sym_nonisolated] = { + .visible = true, + .named = false, + }, + [anon_sym_public] = { + .visible = true, + .named = false, + }, + [anon_sym_private] = { + .visible = true, + .named = false, + }, + [anon_sym_internal] = { + .visible = true, + .named = false, + }, + [anon_sym_fileprivate] = { + .visible = true, + .named = false, + }, + [anon_sym_open] = { + .visible = true, + .named = false, + }, + [anon_sym_mutating] = { + .visible = true, + .named = false, + }, + [anon_sym_nonmutating] = { + .visible = true, + .named = false, + }, + [anon_sym_static] = { + .visible = true, + .named = false, + }, + [anon_sym_dynamic] = { + .visible = true, + .named = false, + }, + [anon_sym_optional] = { + .visible = true, + .named = false, + }, + [anon_sym_distributed] = { + .visible = true, + .named = false, + }, + [anon_sym_final] = { + .visible = true, + .named = false, + }, + [anon_sym_inout] = { + .visible = true, + .named = false, + }, + [anon_sym_ATescaping] = { + .visible = true, + .named = false, + }, + [anon_sym_ATautoclosure] = { + .visible = true, + .named = false, + }, + [anon_sym_weak] = { + .visible = true, + .named = false, + }, + [anon_sym_unowned] = { + .visible = true, + .named = false, + }, + [anon_sym_unowned_LPARENsafe_RPAREN] = { + .visible = true, + .named = false, + }, + [anon_sym_unowned_LPARENunsafe_RPAREN] = { + .visible = true, + .named = false, + }, + [anon_sym_borrowing] = { + .visible = true, + .named = false, + }, + [anon_sym_consuming] = { + .visible = true, + .named = false, + }, + [anon_sym_os] = { + .visible = true, + .named = false, + }, + [anon_sym_arch] = { + .visible = true, + .named = false, + }, + [anon_sym_swift] = { + .visible = true, + .named = false, + }, + [anon_sym_compiler] = { + .visible = true, + .named = false, + }, + [anon_sym_canImport] = { + .visible = true, + .named = false, + }, + [anon_sym_targetEnvironment] = { + .visible = true, + .named = false, + }, + [aux_sym_diagnostic_token1] = { + .visible = false, + .named = false, + }, + [aux_sym_diagnostic_token2] = { + .visible = false, + .named = false, + }, + [aux_sym_diagnostic_token3] = { + .visible = false, + .named = false, + }, + [sym_multiline_comment] = { + .visible = true, + .named = true, + }, + [sym_raw_str_part] = { + .visible = true, + .named = true, + }, + [sym_raw_str_continuing_indicator] = { + .visible = true, + .named = true, + }, + [sym_raw_str_end_part] = { + .visible = true, + .named = true, + }, + [sym__implicit_semi] = { + .visible = false, + .named = true, + }, + [sym__explicit_semi] = { + .visible = false, + .named = true, + }, + [sym__arrow_operator_custom] = { + .visible = true, + .named = false, + }, + [sym__dot_custom] = { + .visible = true, + .named = false, + }, + [sym__conjunction_operator_custom] = { + .visible = true, + .named = false, + }, + [sym__disjunction_operator_custom] = { + .visible = true, + .named = false, + }, + [sym__nil_coalescing_operator_custom] = { + .visible = true, + .named = false, + }, + [sym__eq_custom] = { + .visible = true, + .named = false, + }, + [sym__eq_eq_custom] = { + .visible = true, + .named = false, + }, + [sym__plus_then_ws] = { + .visible = true, + .named = false, + }, + [sym__minus_then_ws] = { + .visible = true, + .named = false, + }, + [sym__bang_custom] = { + .visible = false, + .named = true, + }, + [sym__throws_keyword] = { + .visible = false, + .named = true, + }, + [sym__rethrows_keyword] = { + .visible = false, + .named = true, + }, + [sym_default_keyword] = { + .visible = true, + .named = true, + }, + [sym_where_keyword] = { + .visible = true, + .named = true, + }, + [sym_else] = { + .visible = true, + .named = true, + }, + [sym_catch_keyword] = { + .visible = true, + .named = true, + }, + [sym__as_custom] = { + .visible = true, + .named = false, + }, + [sym__as_quest_custom] = { + .visible = true, + .named = false, + }, + [sym__as_bang_custom] = { + .visible = true, + .named = false, + }, + [sym__async_keyword_custom] = { + .visible = true, + .named = false, + }, + [sym__custom_operator] = { + .visible = false, + .named = true, + }, + [sym__hash_symbol_custom] = { + .visible = true, + .named = false, + }, + [sym__directive_if] = { + .visible = true, + .named = false, + }, + [sym__directive_elseif] = { + .visible = true, + .named = false, + }, + [sym__directive_else] = { + .visible = true, + .named = false, + }, + [sym__directive_endif] = { + .visible = true, + .named = false, + }, + [sym__fake_try_bang] = { + .visible = false, + .named = true, + }, + [sym_source_file] = { + .visible = true, + .named = true, + }, + [sym__semi] = { + .visible = false, + .named = true, + }, + [sym_shebang_line] = { + .visible = true, + .named = true, + }, + [sym_simple_identifier] = { + .visible = true, + .named = true, + }, + [sym__contextual_simple_identifier] = { + .visible = false, + .named = true, + }, + [sym_identifier] = { + .visible = true, + .named = true, + }, + [sym__basic_literal] = { + .visible = false, + .named = true, + }, + [sym_boolean_literal] = { + .visible = true, + .named = true, + }, + [sym__string_literal] = { + .visible = false, + .named = true, + }, + [sym_line_string_literal] = { + .visible = true, + .named = true, + }, + [sym__line_string_content] = { + .visible = false, + .named = true, + }, + [sym_line_str_text] = { + .visible = true, + .named = true, + }, + [sym_str_escaped_char] = { + .visible = true, + .named = true, + }, + [sym__uni_character_literal] = { + .visible = false, + .named = true, + }, + [sym_multi_line_string_literal] = { + .visible = true, + .named = true, + }, + [sym_raw_string_literal] = { + .visible = true, + .named = true, + }, + [sym_raw_str_interpolation] = { + .visible = true, + .named = true, + }, + [sym__multi_line_string_content] = { + .visible = false, + .named = true, + }, + [sym__interpolation] = { + .visible = false, + .named = true, + }, + [sym__interpolation_contents] = { + .visible = false, + .named = true, + }, + [sym_multi_line_str_text] = { + .visible = true, + .named = true, + }, + [sym_regex_literal] = { + .visible = true, + .named = true, + }, + [sym__extended_regex_literal] = { + .visible = false, + .named = true, + }, + [sym__multiline_regex_literal] = { + .visible = false, + .named = true, + }, + [sym_type_annotation] = { + .visible = true, + .named = true, + }, + [sym__possibly_implicitly_unwrapped_type] = { + .visible = false, + .named = true, + }, + [sym_implicitly_unwrapped_type] = { + .visible = true, + .named = true, + }, + [sym_type] = { + .visible = true, + .named = true, + }, + [sym_unannotated_type] = { + .visible = false, + .named = true, + .supertype = true, + }, + [sym_user_type] = { + .visible = true, + .named = true, + }, + [sym__simple_user_type] = { + .visible = false, + .named = true, + }, + [sym_tuple_type] = { + .visible = true, + .named = true, + }, + [sym_tuple_type_item] = { + .visible = true, + .named = true, + }, + [sym__tuple_type_item_identifier] = { + .visible = false, + .named = true, + }, + [sym_function_type] = { + .visible = true, + .named = true, + }, + [sym_array_type] = { + .visible = true, + .named = true, + }, + [sym_dictionary_type] = { + .visible = true, + .named = true, + }, + [sym_optional_type] = { + .visible = true, + .named = true, + }, + [sym_metatype] = { + .visible = true, + .named = true, + }, + [sym__quest] = { + .visible = false, + .named = true, + }, + [sym__immediate_quest] = { + .visible = true, + .named = false, + }, + [sym_opaque_type] = { + .visible = true, + .named = true, + }, + [sym_existential_type] = { + .visible = true, + .named = true, + }, + [sym_type_parameter_pack] = { + .visible = true, + .named = true, + }, + [sym_type_pack_expansion] = { + .visible = true, + .named = true, + }, + [sym_protocol_composition_type] = { + .visible = true, + .named = true, + }, + [sym_suppressed_constraint] = { + .visible = true, + .named = true, + }, + [sym_expression] = { + .visible = false, + .named = true, + .supertype = true, + }, + [sym_optional_chain_marker] = { + .visible = true, + .named = true, + }, + [sym__unary_expression] = { + .visible = false, + .named = true, + }, + [sym_postfix_expression] = { + .visible = true, + .named = true, + }, + [sym_constructor_expression] = { + .visible = true, + .named = true, + }, + [sym__parenthesized_type] = { + .visible = false, + .named = true, + }, + [sym_navigation_expression] = { + .visible = true, + .named = true, + }, + [sym__navigable_type_expression] = { + .visible = false, + .named = true, + }, + [sym_open_start_range_expression] = { + .visible = true, + .named = true, + }, + [sym__range_operator] = { + .visible = false, + .named = true, + }, + [sym_open_end_range_expression] = { + .visible = true, + .named = true, + }, + [sym_prefix_expression] = { + .visible = true, + .named = true, + }, + [sym_as_expression] = { + .visible = true, + .named = true, + }, + [sym_selector_expression] = { + .visible = true, + .named = true, + }, + [sym__binary_expression] = { + .visible = false, + .named = true, + }, + [sym_multiplicative_expression] = { + .visible = true, + .named = true, + }, + [sym_additive_expression] = { + .visible = true, + .named = true, + }, + [sym_range_expression] = { + .visible = true, + .named = true, + }, + [sym_infix_expression] = { + .visible = true, + .named = true, + }, + [sym_nil_coalescing_expression] = { + .visible = true, + .named = true, + }, + [sym_check_expression] = { + .visible = true, + .named = true, + }, + [sym_comparison_expression] = { + .visible = true, + .named = true, + }, + [sym_equality_expression] = { + .visible = true, + .named = true, + }, + [sym_conjunction_expression] = { + .visible = true, + .named = true, + }, + [sym_disjunction_expression] = { + .visible = true, + .named = true, + }, + [sym_bitwise_operation] = { + .visible = true, + .named = true, + }, + [sym_custom_operator] = { + .visible = true, + .named = true, + }, + [sym_navigation_suffix] = { + .visible = true, + .named = true, + }, + [sym_call_suffix] = { + .visible = true, + .named = true, + }, + [sym_constructor_suffix] = { + .visible = true, + .named = true, + }, + [sym__constructor_value_arguments] = { + .visible = true, + .named = true, + }, + [sym__fn_call_lambda_arguments] = { + .visible = false, + .named = true, + }, + [sym_type_arguments] = { + .visible = true, + .named = true, + }, + [sym_value_arguments] = { + .visible = true, + .named = true, + }, + [sym_value_argument_label] = { + .visible = true, + .named = true, + }, + [sym_value_argument] = { + .visible = true, + .named = true, + }, + [sym_try_expression] = { + .visible = true, + .named = true, + }, + [sym_await_expression] = { + .visible = true, + .named = true, + }, + [sym__await_operator] = { + .visible = false, + .named = true, + }, + [sym_ternary_expression] = { + .visible = true, + .named = true, + }, + [sym__expr_hack_at_ternary_binary_suffix] = { + .visible = false, + .named = true, + }, + [sym_expr_hack_at_ternary_binary_call] = { + .visible = true, + .named = true, + }, + [sym_expr_hack_at_ternary_binary_call_suffix] = { + .visible = true, + .named = true, + }, + [sym_call_expression] = { + .visible = true, + .named = true, + }, + [sym_macro_invocation] = { + .visible = true, + .named = true, + }, + [sym__primary_expression] = { + .visible = false, + .named = true, + }, + [sym_tuple_expression] = { + .visible = true, + .named = true, + }, + [sym_array_literal] = { + .visible = true, + .named = true, + }, + [sym_dictionary_literal] = { + .visible = true, + .named = true, + }, + [sym__dictionary_literal_item] = { + .visible = false, + .named = true, + }, + [sym_special_literal] = { + .visible = true, + .named = true, + }, + [sym_playground_literal] = { + .visible = true, + .named = true, + }, + [sym_lambda_literal] = { + .visible = true, + .named = true, + }, + [sym__lambda_type_declaration] = { + .visible = false, + .named = true, + }, + [sym_capture_list] = { + .visible = true, + .named = true, + }, + [sym_capture_list_item] = { + .visible = true, + .named = true, + }, + [sym_lambda_function_type] = { + .visible = true, + .named = true, + }, + [sym_lambda_function_type_parameters] = { + .visible = true, + .named = true, + }, + [sym_lambda_parameter] = { + .visible = true, + .named = true, + }, + [sym_self_expression] = { + .visible = true, + .named = true, + }, + [sym_super_expression] = { + .visible = true, + .named = true, + }, + [sym__else_options] = { + .visible = false, + .named = true, + }, + [sym_if_statement] = { + .visible = true, + .named = true, + }, + [sym_if_condition] = { + .visible = true, + .named = true, + }, + [sym_if_let_binding] = { + .visible = true, + .named = true, + }, + [sym_guard_statement] = { + .visible = true, + .named = true, + }, + [sym_switch_statement] = { + .visible = true, + .named = true, + }, + [sym_switch_entry] = { + .visible = true, + .named = true, + }, + [sym_switch_pattern] = { + .visible = true, + .named = true, + }, + [sym_do_statement] = { + .visible = true, + .named = true, + }, + [sym_catch_block] = { + .visible = true, + .named = true, + }, + [sym_where_clause] = { + .visible = true, + .named = true, + }, + [sym_key_path_expression] = { + .visible = true, + .named = true, + }, + [sym_key_path_string_expression] = { + .visible = true, + .named = true, + }, + [sym__key_path_component] = { + .visible = false, + .named = true, + }, + [sym__key_path_postfixes] = { + .visible = false, + .named = true, + }, + [sym_try_operator] = { + .visible = true, + .named = true, + }, + [sym__try_operator_type] = { + .visible = false, + .named = true, + }, + [sym__assignment_and_operator] = { + .visible = false, + .named = true, + }, + [sym__equality_operator] = { + .visible = false, + .named = true, + }, + [sym__comparison_operator] = { + .visible = false, + .named = true, + }, + [sym__three_dot_operator] = { + .visible = false, + .named = true, + }, + [sym__open_ended_range_operator] = { + .visible = false, + .named = true, + }, + [sym__is_operator] = { + .visible = false, + .named = true, + }, + [sym__additive_operator] = { + .visible = false, + .named = true, + }, + [sym__multiplicative_operator] = { + .visible = false, + .named = true, + }, + [sym_as_operator] = { + .visible = true, + .named = true, + }, + [sym__prefix_unary_operator] = { + .visible = false, + .named = true, + }, + [sym__bitwise_binary_operator] = { + .visible = false, + .named = true, + }, + [sym__postfix_unary_operator] = { + .visible = false, + .named = true, + }, + [sym_directly_assignable_expression] = { + .visible = true, + .named = true, + }, + [sym_statements] = { + .visible = true, + .named = true, + }, + [sym__local_statement] = { + .visible = false, + .named = true, + }, + [sym__top_level_statement] = { + .visible = false, + .named = true, + }, + [sym__block] = { + .visible = false, + .named = true, + }, + [sym__labeled_statement] = { + .visible = false, + .named = true, + }, + [sym_for_statement] = { + .visible = true, + .named = true, + }, + [sym__for_statement_collection] = { + .visible = false, + .named = true, + }, + [sym_for_statement_await] = { + .visible = true, + .named = true, + }, + [sym_while_statement] = { + .visible = true, + .named = true, + }, + [sym_repeat_while_statement] = { + .visible = true, + .named = true, + }, + [sym_control_transfer_statement] = { + .visible = true, + .named = true, + }, + [sym__throw_statement] = { + .visible = false, + .named = true, + }, + [sym__optionally_valueful_control_keyword] = { + .visible = false, + .named = true, + }, + [sym_assignment] = { + .visible = true, + .named = true, + }, + [sym_value_parameter_pack] = { + .visible = true, + .named = true, + }, + [sym_value_pack_expansion] = { + .visible = true, + .named = true, + }, + [sym_availability_condition] = { + .visible = true, + .named = true, + }, + [sym__availability_argument] = { + .visible = false, + .named = true, + }, + [sym_global_declaration] = { + .visible = false, + .named = true, + .supertype = true, + }, + [sym_type_level_declaration] = { + .visible = false, + .named = true, + .supertype = true, + }, + [sym_local_declaration] = { + .visible = false, + .named = true, + .supertype = true, + }, + [sym__local_property_declaration] = { + .visible = true, + .named = true, + }, + [sym__local_typealias_declaration] = { + .visible = true, + .named = true, + }, + [sym__local_function_declaration] = { + .visible = true, + .named = true, + }, + [sym__local_class_declaration] = { + .visible = true, + .named = true, + }, + [sym_import_declaration] = { + .visible = true, + .named = true, + }, + [sym__import_kind] = { + .visible = false, + .named = true, + }, + [sym_protocol_property_declaration] = { + .visible = true, + .named = true, + }, + [sym_protocol_property_requirements] = { + .visible = true, + .named = true, + }, + [sym_property_declaration] = { + .visible = true, + .named = true, + }, + [sym__modifierless_property_declaration] = { + .visible = false, + .named = true, + }, + [sym__single_modifierless_property_declaration] = { + .visible = false, + .named = true, + }, + [sym__expression_with_willset_didset] = { + .visible = false, + .named = true, + }, + [sym__expression_without_willset_didset] = { + .visible = false, + .named = true, + }, + [sym_willset_didset_block] = { + .visible = true, + .named = true, + }, + [sym_willset_clause] = { + .visible = true, + .named = true, + }, + [sym_didset_clause] = { + .visible = true, + .named = true, + }, + [sym_typealias_declaration] = { + .visible = true, + .named = true, + }, + [sym__modifierless_typealias_declaration] = { + .visible = false, + .named = true, + }, + [sym_function_declaration] = { + .visible = true, + .named = true, + }, + [sym__modifierless_function_declaration] = { + .visible = false, + .named = true, + }, + [sym__bodyless_function_declaration] = { + .visible = false, + .named = true, + }, + [sym__modifierless_function_declaration_no_body] = { + .visible = false, + .named = true, + }, + [sym_function_body] = { + .visible = true, + .named = true, + }, + [sym_macro_declaration] = { + .visible = true, + .named = true, + }, + [sym__macro_head] = { + .visible = false, + .named = true, + }, + [sym__macro_signature] = { + .visible = false, + .named = true, + }, + [sym_macro_definition] = { + .visible = true, + .named = true, + }, + [sym_external_macro_definition] = { + .visible = true, + .named = true, + }, + [sym_class_declaration] = { + .visible = true, + .named = true, + }, + [sym__modifierless_class_declaration] = { + .visible = false, + .named = true, + }, + [sym_class_body] = { + .visible = true, + .named = true, + }, + [sym__inheritance_specifiers] = { + .visible = false, + .named = true, + }, + [sym_inheritance_specifier] = { + .visible = true, + .named = true, + }, + [sym__annotated_inheritance_specifier] = { + .visible = false, + .named = true, + }, + [sym_type_parameters] = { + .visible = true, + .named = true, + }, + [sym_type_parameter] = { + .visible = true, + .named = true, + }, + [sym__type_parameter_possibly_packed] = { + .visible = false, + .named = true, + }, + [sym_type_constraints] = { + .visible = true, + .named = true, + }, + [sym_type_constraint] = { + .visible = true, + .named = true, + }, + [sym_inheritance_constraint] = { + .visible = true, + .named = true, + }, + [sym_equality_constraint] = { + .visible = true, + .named = true, + }, + [sym__constrained_type] = { + .visible = false, + .named = true, + }, + [sym_nested_type_identifier] = { + .visible = true, + .named = true, + }, + [sym__class_member_separator] = { + .visible = false, + .named = true, + }, + [sym__class_member_declarations] = { + .visible = false, + .named = true, + }, + [aux_sym__function_value_parameters] = { + .visible = false, + .named = false, + }, + [sym__function_value_parameter] = { + .visible = false, + .named = true, + }, + [sym_parameter] = { + .visible = true, + .named = true, + }, + [sym__non_constructor_function_decl] = { + .visible = false, + .named = true, + }, + [sym_referenceable_operator] = { + .visible = true, + .named = true, + }, + [sym__equal_sign] = { + .visible = false, + .named = true, + }, + [sym__eq_eq] = { + .visible = false, + .named = true, + }, + [sym__dot] = { + .visible = false, + .named = true, + }, + [sym__arrow_operator] = { + .visible = false, + .named = true, + }, + [sym__conjunction_operator] = { + .visible = false, + .named = true, + }, + [sym__disjunction_operator] = { + .visible = false, + .named = true, + }, + [sym__nil_coalescing_operator] = { + .visible = false, + .named = true, + }, + [sym__as] = { + .visible = false, + .named = true, + }, + [sym__as_quest] = { + .visible = false, + .named = true, + }, + [sym__as_bang] = { + .visible = false, + .named = true, + }, + [sym__hash_symbol] = { + .visible = false, + .named = true, + }, + [sym_bang] = { + .visible = true, + .named = true, + }, + [sym__async_keyword] = { + .visible = false, + .named = true, + }, + [sym__async_modifier] = { + .visible = false, + .named = true, + }, + [sym_throws] = { + .visible = true, + .named = true, + }, + [sym_throws_clause] = { + .visible = true, + .named = true, + }, + [sym_enum_class_body] = { + .visible = true, + .named = true, + }, + [sym_enum_entry] = { + .visible = true, + .named = true, + }, + [sym__enum_entry_suffix] = { + .visible = false, + .named = true, + }, + [sym_enum_type_parameters] = { + .visible = true, + .named = true, + }, + [sym_protocol_declaration] = { + .visible = true, + .named = true, + }, + [sym_protocol_body] = { + .visible = true, + .named = true, + }, + [sym__protocol_member_declarations] = { + .visible = false, + .named = true, + }, + [sym_protocol_member_declaration] = { + .visible = false, + .named = true, + .supertype = true, + }, + [sym_protocol_function_declaration] = { + .visible = true, + .named = true, + }, + [sym_init_declaration] = { + .visible = true, + .named = true, + }, + [sym_deinit_declaration] = { + .visible = true, + .named = true, + }, + [sym_subscript_declaration] = { + .visible = true, + .named = true, + }, + [sym_computed_property] = { + .visible = true, + .named = true, + }, + [sym_computed_getter] = { + .visible = true, + .named = true, + }, + [sym_computed_modify] = { + .visible = true, + .named = true, + }, + [sym_computed_setter] = { + .visible = true, + .named = true, + }, + [sym_getter_specifier] = { + .visible = true, + .named = true, + }, + [sym_setter_specifier] = { + .visible = true, + .named = true, + }, + [sym_modify_specifier] = { + .visible = true, + .named = true, + }, + [aux_sym__getter_effects] = { + .visible = false, + .named = false, + }, + [sym_operator_declaration] = { + .visible = true, + .named = true, + }, + [sym_deprecated_operator_declaration_body] = { + .visible = true, + .named = true, + }, + [sym_precedence_group_declaration] = { + .visible = true, + .named = true, + }, + [sym_precedence_group_attributes] = { + .visible = true, + .named = true, + }, + [sym_precedence_group_attribute] = { + .visible = true, + .named = true, + }, + [sym_associatedtype_declaration] = { + .visible = true, + .named = true, + }, + [sym_attribute] = { + .visible = true, + .named = true, + }, + [sym__attribute_argument] = { + .visible = false, + .named = true, + }, + [sym__universally_allowed_pattern] = { + .visible = false, + .named = true, + }, + [sym__bound_identifier] = { + .visible = false, + .named = true, + }, + [sym__binding_pattern_no_expr] = { + .visible = false, + .named = true, + }, + [sym__no_expr_pattern_already_bound] = { + .visible = false, + .named = true, + }, + [sym__binding_pattern_with_expr] = { + .visible = true, + .named = true, + }, + [sym__direct_or_indirect_binding] = { + .visible = false, + .named = true, + }, + [sym_value_binding_pattern] = { + .visible = true, + .named = true, + }, + [sym__possibly_async_binding_pattern_kind] = { + .visible = false, + .named = true, + }, + [sym__binding_kind_and_pattern] = { + .visible = false, + .named = true, + }, + [sym__tuple_pattern_item] = { + .visible = false, + .named = true, + }, + [sym__tuple_pattern] = { + .visible = false, + .named = true, + }, + [sym__case_pattern] = { + .visible = false, + .named = true, + }, + [sym__type_casting_pattern] = { + .visible = false, + .named = true, + }, + [sym__binding_pattern] = { + .visible = false, + .named = true, + }, + [sym_modifiers] = { + .visible = true, + .named = true, + }, + [aux_sym__locally_permitted_modifiers] = { + .visible = false, + .named = false, + }, + [sym_parameter_modifiers] = { + .visible = true, + .named = true, + }, + [sym__non_local_scope_modifier] = { + .visible = false, + .named = true, + }, + [sym__locally_permitted_modifier] = { + .visible = false, + .named = true, + }, + [sym_property_behavior_modifier] = { + .visible = true, + .named = true, + }, + [sym_type_modifiers] = { + .visible = true, + .named = true, + }, + [sym_member_modifier] = { + .visible = true, + .named = true, + }, + [sym_visibility_modifier] = { + .visible = true, + .named = true, + }, + [sym_type_parameter_modifiers] = { + .visible = true, + .named = true, + }, + [sym_function_modifier] = { + .visible = true, + .named = true, + }, + [sym_mutation_modifier] = { + .visible = true, + .named = true, + }, + [sym_property_modifier] = { + .visible = true, + .named = true, + }, + [sym_inheritance_modifier] = { + .visible = true, + .named = true, + }, + [sym_parameter_modifier] = { + .visible = true, + .named = true, + }, + [sym_ownership_modifier] = { + .visible = true, + .named = true, + }, + [sym__parameter_ownership_modifier] = { + .visible = false, + .named = true, + }, + [sym_directive] = { + .visible = true, + .named = true, + }, + [sym__compilation_condition] = { + .visible = false, + .named = true, + }, + [sym_diagnostic] = { + .visible = true, + .named = true, + }, + [aux_sym_source_file_repeat1] = { + .visible = false, + .named = false, + }, + [aux_sym_identifier_repeat1] = { + .visible = false, + .named = false, + }, + [aux_sym_line_string_literal_repeat1] = { + .visible = false, + .named = false, + }, + [aux_sym_multi_line_string_literal_repeat1] = { + .visible = false, + .named = false, + }, + [aux_sym_raw_string_literal_repeat1] = { + .visible = false, + .named = false, + }, + [aux_sym__interpolation_contents_repeat1] = { + .visible = false, + .named = false, + }, + [aux_sym_user_type_repeat1] = { + .visible = false, + .named = false, + }, + [aux_sym_tuple_type_repeat1] = { + .visible = false, + .named = false, + }, + [aux_sym_optional_type_repeat1] = { + .visible = false, + .named = false, + }, + [aux_sym_protocol_composition_type_repeat1] = { + .visible = false, + .named = false, + }, + [aux_sym__constructor_value_arguments_repeat1] = { + .visible = false, + .named = false, + }, + [aux_sym__fn_call_lambda_arguments_repeat1] = { + .visible = false, + .named = false, + }, + [aux_sym_type_arguments_repeat1] = { + .visible = false, + .named = false, + }, + [aux_sym_value_argument_repeat1] = { + .visible = false, + .named = false, + }, + [aux_sym_tuple_expression_repeat1] = { + .visible = false, + .named = false, + }, + [aux_sym_array_literal_repeat1] = { + .visible = false, + .named = false, + }, + [aux_sym_dictionary_literal_repeat1] = { + .visible = false, + .named = false, + }, + [aux_sym_playground_literal_repeat1] = { + .visible = false, + .named = false, + }, + [aux_sym__lambda_type_declaration_repeat1] = { + .visible = false, + .named = false, + }, + [aux_sym_capture_list_repeat1] = { + .visible = false, + .named = false, + }, + [aux_sym_lambda_function_type_parameters_repeat1] = { + .visible = false, + .named = false, + }, + [aux_sym_if_statement_repeat1] = { + .visible = false, + .named = false, + }, + [aux_sym_switch_statement_repeat1] = { + .visible = false, + .named = false, + }, + [aux_sym_switch_entry_repeat1] = { + .visible = false, + .named = false, + }, + [aux_sym_do_statement_repeat1] = { + .visible = false, + .named = false, + }, + [aux_sym_key_path_expression_repeat1] = { + .visible = false, + .named = false, + }, + [aux_sym__key_path_component_repeat1] = { + .visible = false, + .named = false, + }, + [aux_sym_statements_repeat1] = { + .visible = false, + .named = false, + }, + [aux_sym_repeat_while_statement_repeat1] = { + .visible = false, + .named = false, + }, + [aux_sym_availability_condition_repeat1] = { + .visible = false, + .named = false, + }, + [aux_sym__availability_argument_repeat1] = { + .visible = false, + .named = false, + }, + [aux_sym_protocol_property_requirements_repeat1] = { + .visible = false, + .named = false, + }, + [aux_sym__modifierless_property_declaration_repeat1] = { + .visible = false, + .named = false, + }, + [aux_sym__inheritance_specifiers_repeat1] = { + .visible = false, + .named = false, + }, + [aux_sym_type_parameters_repeat1] = { + .visible = false, + .named = false, + }, + [aux_sym_type_constraints_repeat1] = { + .visible = false, + .named = false, + }, + [aux_sym_nested_type_identifier_repeat1] = { + .visible = false, + .named = false, + }, + [aux_sym__class_member_declarations_repeat1] = { + .visible = false, + .named = false, + }, + [aux_sym__function_value_parameters_repeat1] = { + .visible = false, + .named = false, + }, + [aux_sym_enum_class_body_repeat1] = { + .visible = false, + .named = false, + }, + [aux_sym_enum_entry_repeat1] = { + .visible = false, + .named = false, + }, + [aux_sym_enum_type_parameters_repeat1] = { + .visible = false, + .named = false, + }, + [aux_sym__protocol_member_declarations_repeat1] = { + .visible = false, + .named = false, + }, + [aux_sym_computed_property_repeat1] = { + .visible = false, + .named = false, + }, + [aux_sym_deprecated_operator_declaration_body_repeat1] = { + .visible = false, + .named = false, + }, + [aux_sym_precedence_group_attributes_repeat1] = { + .visible = false, + .named = false, + }, + [aux_sym_attribute_repeat1] = { + .visible = false, + .named = false, + }, + [aux_sym__attribute_argument_repeat1] = { + .visible = false, + .named = false, + }, + [aux_sym__attribute_argument_repeat2] = { + .visible = false, + .named = false, + }, + [aux_sym__tuple_pattern_repeat1] = { + .visible = false, + .named = false, + }, + [aux_sym_modifiers_repeat1] = { + .visible = false, + .named = false, + }, + [aux_sym_parameter_modifiers_repeat1] = { + .visible = false, + .named = false, + }, + [alias_sym_expression] = { + .visible = true, + .named = true, + }, + [alias_sym_fully_open_range] = { + .visible = true, + .named = true, + }, + [alias_sym_interpolated_expression] = { + .visible = true, + .named = true, + }, + [alias_sym_type_identifier] = { + .visible = true, + .named = true, + }, +}; + +enum ts_field_identifiers { + field_body = 1, + field_bound_identifier = 2, + field_captures = 3, + field_collection = 4, + field_computed_value = 5, + field_condition = 6, + field_constrained_type = 7, + field_constructed_type = 8, + field_data_contents = 9, + field_declaration_kind = 10, + field_default_value = 11, + field_definition = 12, + field_element = 13, + field_end = 14, + field_error = 15, + field_expr = 16, + field_external_name = 17, + field_if_false = 18, + field_if_nil = 19, + field_if_true = 20, + field_inherits_from = 21, + field_interpolation = 22, + field_item = 23, + field_key = 24, + field_lhs = 25, + field_modifiers = 26, + field_must_equal = 27, + field_must_inherit = 28, + field_mutability = 29, + field_name = 30, + field_op = 31, + field_operation = 32, + field_operator = 33, + field_params = 34, + field_raw_value = 35, + field_reference_specifier = 36, + field_result = 37, + field_return_type = 38, + field_rhs = 39, + field_start = 40, + field_suffix = 41, + field_suppressed = 42, + field_target = 43, + field_text = 44, + field_type = 45, + field_value = 46, + field_wrapped = 47, +}; + +static const char * const ts_field_names[] = { + [0] = NULL, + [field_body] = "body", + [field_bound_identifier] = "bound_identifier", + [field_captures] = "captures", + [field_collection] = "collection", + [field_computed_value] = "computed_value", + [field_condition] = "condition", + [field_constrained_type] = "constrained_type", + [field_constructed_type] = "constructed_type", + [field_data_contents] = "data_contents", + [field_declaration_kind] = "declaration_kind", + [field_default_value] = "default_value", + [field_definition] = "definition", + [field_element] = "element", + [field_end] = "end", + [field_error] = "error", + [field_expr] = "expr", + [field_external_name] = "external_name", + [field_if_false] = "if_false", + [field_if_nil] = "if_nil", + [field_if_true] = "if_true", + [field_inherits_from] = "inherits_from", + [field_interpolation] = "interpolation", + [field_item] = "item", + [field_key] = "key", + [field_lhs] = "lhs", + [field_modifiers] = "modifiers", + [field_must_equal] = "must_equal", + [field_must_inherit] = "must_inherit", + [field_mutability] = "mutability", + [field_name] = "name", + [field_op] = "op", + [field_operation] = "operation", + [field_operator] = "operator", + [field_params] = "params", + [field_raw_value] = "raw_value", + [field_reference_specifier] = "reference_specifier", + [field_result] = "result", + [field_return_type] = "return_type", + [field_rhs] = "rhs", + [field_start] = "start", + [field_suffix] = "suffix", + [field_suppressed] = "suppressed", + [field_target] = "target", + [field_text] = "text", + [field_type] = "type", + [field_value] = "value", + [field_wrapped] = "wrapped", +}; + +static const TSMapSlice ts_field_map_slices[PRODUCTION_ID_COUNT] = { + [1] = {.index = 0, .length = 1}, + [2] = {.index = 1, .length = 1}, + [5] = {.index = 2, .length = 3}, + [6] = {.index = 5, .length = 2}, + [7] = {.index = 7, .length = 3}, + [8] = {.index = 10, .length = 3}, + [9] = {.index = 13, .length = 2}, + [10] = {.index = 15, .length = 1}, + [11] = {.index = 16, .length = 1}, + [13] = {.index = 17, .length = 1}, + [14] = {.index = 18, .length = 4}, + [15] = {.index = 22, .length = 1}, + [16] = {.index = 23, .length = 3}, + [17] = {.index = 26, .length = 1}, + [18] = {.index = 27, .length = 2}, + [19] = {.index = 26, .length = 1}, + [20] = {.index = 29, .length = 1}, + [21] = {.index = 30, .length = 1}, + [22] = {.index = 31, .length = 2}, + [23] = {.index = 33, .length = 1}, + [24] = {.index = 34, .length = 2}, + [25] = {.index = 36, .length = 1}, + [26] = {.index = 37, .length = 1}, + [27] = {.index = 38, .length = 2}, + [28] = {.index = 38, .length = 2}, + [29] = {.index = 40, .length = 4}, + [30] = {.index = 44, .length = 2}, + [31] = {.index = 46, .length = 3}, + [32] = {.index = 49, .length = 2}, + [33] = {.index = 51, .length = 2}, + [34] = {.index = 53, .length = 3}, + [35] = {.index = 56, .length = 3}, + [36] = {.index = 59, .length = 4}, + [38] = {.index = 63, .length = 1}, + [39] = {.index = 64, .length = 1}, + [40] = {.index = 65, .length = 1}, + [41] = {.index = 66, .length = 3}, + [42] = {.index = 69, .length = 2}, + [43] = {.index = 71, .length = 1}, + [44] = {.index = 72, .length = 1}, + [45] = {.index = 73, .length = 1}, + [46] = {.index = 74, .length = 1}, + [47] = {.index = 75, .length = 1}, + [48] = {.index = 76, .length = 2}, + [49] = {.index = 78, .length = 2}, + [50] = {.index = 80, .length = 1}, + [51] = {.index = 81, .length = 1}, + [52] = {.index = 82, .length = 2}, + [53] = {.index = 84, .length = 1}, + [54] = {.index = 85, .length = 1}, + [55] = {.index = 86, .length = 4}, + [56] = {.index = 90, .length = 2}, + [57] = {.index = 66, .length = 3}, + [58] = {.index = 92, .length = 2}, + [59] = {.index = 94, .length = 3}, + [60] = {.index = 97, .length = 2}, + [61] = {.index = 99, .length = 1}, + [62] = {.index = 100, .length = 3}, + [63] = {.index = 103, .length = 3}, + [64] = {.index = 106, .length = 3}, + [65] = {.index = 109, .length = 2}, + [66] = {.index = 111, .length = 1}, + [67] = {.index = 112, .length = 2}, + [68] = {.index = 114, .length = 3}, + [69] = {.index = 117, .length = 1}, + [70] = {.index = 118, .length = 1}, + [71] = {.index = 119, .length = 2}, + [72] = {.index = 121, .length = 6}, + [73] = {.index = 127, .length = 3}, + [74] = {.index = 130, .length = 3}, + [75] = {.index = 133, .length = 3}, + [76] = {.index = 136, .length = 1}, + [77] = {.index = 137, .length = 1}, + [78] = {.index = 138, .length = 1}, + [79] = {.index = 139, .length = 2}, + [80] = {.index = 141, .length = 1}, + [81] = {.index = 142, .length = 2}, + [82] = {.index = 144, .length = 1}, + [83] = {.index = 145, .length = 3}, + [84] = {.index = 148, .length = 3}, + [85] = {.index = 151, .length = 4}, + [86] = {.index = 155, .length = 2}, + [87] = {.index = 157, .length = 1}, + [88] = {.index = 158, .length = 2}, + [89] = {.index = 160, .length = 2}, + [90] = {.index = 162, .length = 2}, + [91] = {.index = 164, .length = 2}, + [92] = {.index = 166, .length = 4}, + [93] = {.index = 170, .length = 4}, + [94] = {.index = 174, .length = 2}, + [95] = {.index = 176, .length = 2}, + [96] = {.index = 178, .length = 2}, + [97] = {.index = 180, .length = 2}, + [98] = {.index = 182, .length = 1}, + [99] = {.index = 183, .length = 1}, + [100] = {.index = 184, .length = 1}, + [101] = {.index = 17, .length = 1}, + [102] = {.index = 185, .length = 2}, + [103] = {.index = 187, .length = 2}, + [104] = {.index = 189, .length = 3}, + [105] = {.index = 145, .length = 3}, + [106] = {.index = 192, .length = 3}, + [107] = {.index = 195, .length = 1}, + [108] = {.index = 196, .length = 2}, + [109] = {.index = 198, .length = 3}, + [110] = {.index = 201, .length = 3}, + [111] = {.index = 204, .length = 2}, + [112] = {.index = 206, .length = 2}, + [113] = {.index = 208, .length = 2}, + [114] = {.index = 210, .length = 2}, + [115] = {.index = 212, .length = 1}, + [116] = {.index = 213, .length = 3}, + [117] = {.index = 216, .length = 6}, + [118] = {.index = 222, .length = 3}, + [119] = {.index = 225, .length = 3}, + [120] = {.index = 228, .length = 2}, + [121] = {.index = 230, .length = 2}, + [122] = {.index = 232, .length = 1}, + [123] = {.index = 233, .length = 2}, + [124] = {.index = 235, .length = 3}, + [125] = {.index = 238, .length = 1}, + [126] = {.index = 239, .length = 1}, + [127] = {.index = 185, .length = 2}, + [128] = {.index = 240, .length = 2}, + [129] = {.index = 242, .length = 2}, + [130] = {.index = 244, .length = 2}, + [131] = {.index = 246, .length = 1}, + [132] = {.index = 247, .length = 2}, + [133] = {.index = 249, .length = 3}, + [134] = {.index = 252, .length = 2}, + [135] = {.index = 254, .length = 2}, + [136] = {.index = 256, .length = 3}, + [137] = {.index = 259, .length = 2}, + [138] = {.index = 261, .length = 2}, + [139] = {.index = 263, .length = 3}, + [140] = {.index = 266, .length = 3}, + [141] = {.index = 235, .length = 3}, + [142] = {.index = 269, .length = 3}, + [143] = {.index = 272, .length = 2}, + [144] = {.index = 274, .length = 1}, + [145] = {.index = 275, .length = 3}, + [146] = {.index = 278, .length = 3}, + [147] = {.index = 281, .length = 3}, + [148] = {.index = 284, .length = 2}, + [149] = {.index = 286, .length = 3}, + [150] = {.index = 289, .length = 2}, + [151] = {.index = 291, .length = 3}, + [152] = {.index = 294, .length = 3}, + [153] = {.index = 297, .length = 3}, + [154] = {.index = 300, .length = 3}, + [155] = {.index = 303, .length = 2}, + [156] = {.index = 305, .length = 3}, + [157] = {.index = 308, .length = 2}, + [158] = {.index = 310, .length = 2}, + [159] = {.index = 312, .length = 2}, + [160] = {.index = 314, .length = 2}, + [161] = {.index = 316, .length = 3}, + [162] = {.index = 319, .length = 1}, + [163] = {.index = 320, .length = 2}, + [164] = {.index = 322, .length = 1}, + [165] = {.index = 323, .length = 4}, + [166] = {.index = 327, .length = 1}, + [167] = {.index = 328, .length = 2}, + [168] = {.index = 330, .length = 1}, + [169] = {.index = 331, .length = 3}, + [170] = {.index = 334, .length = 3}, + [171] = {.index = 337, .length = 3}, + [172] = {.index = 340, .length = 3}, + [173] = {.index = 343, .length = 3}, + [174] = {.index = 346, .length = 3}, + [175] = {.index = 349, .length = 3}, + [176] = {.index = 352, .length = 1}, + [177] = {.index = 353, .length = 4}, + [178] = {.index = 136, .length = 1}, + [179] = {.index = 357, .length = 2}, + [180] = {.index = 316, .length = 3}, + [181] = {.index = 359, .length = 3}, + [182] = {.index = 362, .length = 1}, + [183] = {.index = 363, .length = 3}, + [184] = {.index = 366, .length = 3}, + [185] = {.index = 369, .length = 3}, + [186] = {.index = 372, .length = 3}, + [187] = {.index = 375, .length = 3}, + [188] = {.index = 378, .length = 3}, + [189] = {.index = 381, .length = 2}, + [190] = {.index = 383, .length = 3}, + [191] = {.index = 386, .length = 3}, + [192] = {.index = 389, .length = 2}, + [193] = {.index = 391, .length = 2}, + [194] = {.index = 393, .length = 2}, + [195] = {.index = 395, .length = 3}, + [196] = {.index = 398, .length = 2}, + [197] = {.index = 400, .length = 1}, + [198] = {.index = 401, .length = 1}, + [199] = {.index = 402, .length = 3}, + [200] = {.index = 405, .length = 3}, + [201] = {.index = 408, .length = 3}, + [202] = {.index = 411, .length = 3}, + [203] = {.index = 414, .length = 3}, + [204] = {.index = 417, .length = 1}, + [205] = {.index = 418, .length = 6}, + [206] = {.index = 424, .length = 6}, + [207] = {.index = 430, .length = 3}, + [208] = {.index = 433, .length = 4}, + [209] = {.index = 437, .length = 1}, + [210] = {.index = 395, .length = 3}, + [211] = {.index = 438, .length = 3}, + [212] = {.index = 441, .length = 3}, + [213] = {.index = 444, .length = 3}, + [214] = {.index = 447, .length = 3}, + [215] = {.index = 450, .length = 3}, + [216] = {.index = 453, .length = 3}, + [217] = {.index = 456, .length = 3}, + [218] = {.index = 459, .length = 3}, + [219] = {.index = 462, .length = 3}, + [220] = {.index = 465, .length = 2}, + [221] = {.index = 467, .length = 2}, + [222] = {.index = 469, .length = 1}, + [223] = {.index = 470, .length = 3}, + [224] = {.index = 473, .length = 3}, + [225] = {.index = 476, .length = 3}, + [226] = {.index = 479, .length = 6}, + [227] = {.index = 485, .length = 3}, + [228] = {.index = 488, .length = 4}, + [229] = {.index = 492, .length = 3}, + [230] = {.index = 495, .length = 3}, + [231] = {.index = 498, .length = 3}, + [232] = {.index = 501, .length = 3}, + [233] = {.index = 504, .length = 3}, + [234] = {.index = 507, .length = 3}, + [235] = {.index = 510, .length = 2}, + [236] = {.index = 512, .length = 3}, + [237] = {.index = 515, .length = 6}, + [238] = {.index = 521, .length = 3}, + [239] = {.index = 524, .length = 3}, + [240] = {.index = 527, .length = 2}, + [241] = {.index = 529, .length = 3}, +}; + +static const TSFieldMapEntry ts_field_map_entries[] = { + [0] = + {field_text, 0}, + [1] = + {field_mutability, 0}, + [2] = + {field_computed_value, 0, .inherited = true}, + {field_name, 0, .inherited = true}, + {field_value, 0, .inherited = true}, + [5] = + {field_name, 0, .inherited = true}, + {field_value, 0, .inherited = true}, + [7] = + {field_default_value, 0, .inherited = true}, + {field_name, 0, .inherited = true}, + {field_return_type, 0, .inherited = true}, + [10] = + {field_body, 0, .inherited = true}, + {field_declaration_kind, 0, .inherited = true}, + {field_name, 0, .inherited = true}, + [13] = + {field_interpolation, 1}, + {field_text, 0}, + [15] = + {field_interpolation, 0, .inherited = true}, + [16] = + {field_name, 0}, + [17] = + {field_bound_identifier, 0, .inherited = true}, + [18] = + {field_body, 0, .inherited = true}, + {field_default_value, 0, .inherited = true}, + {field_name, 0, .inherited = true}, + {field_return_type, 0, .inherited = true}, + [22] = + {field_bound_identifier, 0}, + [23] = + {field_default_value, 1, .inherited = true}, + {field_name, 1, .inherited = true}, + {field_return_type, 1, .inherited = true}, + [26] = + {field_name, 1}, + [27] = + {field_default_value, 1, .inherited = true}, + {field_name, 0}, + [29] = + {field_constructed_type, 0}, + [30] = + {field_name, 0, .inherited = true}, + [31] = + {field_suffix, 1}, + {field_target, 0}, + [33] = + {field_start, 0}, + [34] = + {field_operation, 1}, + {field_target, 0}, + [36] = + {field_end, 1}, + [37] = + {field_expr, 1}, + [38] = + {field_operation, 0}, + {field_target, 1}, + [40] = + {field_body, 1}, + {field_default_value, 0, .inherited = true}, + {field_name, 0, .inherited = true}, + {field_return_type, 0, .inherited = true}, + [44] = + {field_default_value, 1, .inherited = true}, + {field_name, 0, .inherited = true}, + [46] = + {field_computed_value, 1, .inherited = true}, + {field_name, 1, .inherited = true}, + {field_value, 1, .inherited = true}, + [49] = + {field_bound_identifier, 0, .inherited = true}, + {field_name, 0}, + [51] = + {field_name, 1, .inherited = true}, + {field_value, 1, .inherited = true}, + [53] = + {field_body, 1, .inherited = true}, + {field_declaration_kind, 1, .inherited = true}, + {field_name, 1, .inherited = true}, + [56] = + {field_interpolation, 0, .inherited = true}, + {field_text, 0, .inherited = true}, + {field_text, 1}, + [59] = + {field_interpolation, 0, .inherited = true}, + {field_interpolation, 1, .inherited = true}, + {field_text, 0, .inherited = true}, + {field_text, 1, .inherited = true}, + [63] = + {field_value, 0}, + [64] = + {field_interpolation, 0}, + [65] = + {field_reference_specifier, 0, .inherited = true}, + [66] = + {field_body, 2}, + {field_declaration_kind, 0}, + {field_name, 1}, + [69] = + {field_interpolation, 1, .inherited = true}, + {field_text, 1, .inherited = true}, + [71] = + {field_value, 1}, + [72] = + {field_type, 0}, + [73] = + {field_suppressed, 1}, + [74] = + {field_element, 1}, + [75] = + {field_wrapped, 0}, + [76] = + {field_key, 1, .inherited = true}, + {field_value, 1, .inherited = true}, + [78] = + {field_modifiers, 0}, + {field_name, 1}, + [80] = + {field_bound_identifier, 1, .inherited = true}, + [81] = + {field_condition, 1}, + [82] = + {field_captures, 1, .inherited = true}, + {field_type, 1, .inherited = true}, + [84] = + {field_captures, 0}, + [85] = + {field_result, 1}, + [86] = + {field_body, 1, .inherited = true}, + {field_default_value, 1, .inherited = true}, + {field_name, 1, .inherited = true}, + {field_return_type, 1, .inherited = true}, + [90] = + {field_default_value, 2, .inherited = true}, + {field_name, 1}, + [92] = + {field_default_value, 2, .inherited = true}, + {field_name, 0}, + [94] = + {field_body, 2}, + {field_default_value, 1, .inherited = true}, + {field_name, 0}, + [97] = + {field_default_value, 0, .inherited = true}, + {field_default_value, 1, .inherited = true}, + [99] = + {field_name, 1, .inherited = true}, + [100] = + {field_end, 2}, + {field_op, 1}, + {field_start, 0}, + [103] = + {field_lhs, 0}, + {field_op, 1}, + {field_rhs, 2}, + [106] = + {field_op, 1}, + {field_target, 0}, + {field_type, 2}, + [109] = + {field_expr, 0}, + {field_type, 2}, + [111] = + {field_suffix, 1}, + [112] = + {field_if_nil, 2}, + {field_value, 0}, + [114] = + {field_operator, 1}, + {field_result, 2}, + {field_target, 0}, + [117] = + {field_default_value, 2, .inherited = true}, + [118] = + {field_default_value, 0, .inherited = true}, + [119] = + {field_default_value, 2, .inherited = true}, + {field_name, 0, .inherited = true}, + [121] = + {field_computed_value, 1, .inherited = true}, + {field_computed_value, 2, .inherited = true}, + {field_name, 1, .inherited = true}, + {field_name, 2, .inherited = true}, + {field_value, 1, .inherited = true}, + {field_value, 2, .inherited = true}, + [127] = + {field_bound_identifier, 0, .inherited = true}, + {field_name, 0}, + {field_value, 1, .inherited = true}, + [130] = + {field_bound_identifier, 0, .inherited = true}, + {field_computed_value, 1}, + {field_name, 0}, + [133] = + {field_default_value, 2, .inherited = true}, + {field_name, 2, .inherited = true}, + {field_return_type, 2, .inherited = true}, + [136] = + {field_name, 2}, + [137] = + {field_interpolation, 1, .inherited = true}, + [138] = + {field_reference_specifier, 0}, + [139] = + {field_interpolation, 0}, + {field_interpolation, 1, .inherited = true}, + [141] = + {field_reference_specifier, 1, .inherited = true}, + [142] = + {field_reference_specifier, 0, .inherited = true}, + {field_reference_specifier, 1, .inherited = true}, + [144] = + {field_inherits_from, 0}, + [145] = + {field_body, 3}, + {field_declaration_kind, 0}, + {field_name, 1}, + [148] = + {field_name, 2, .inherited = true}, + {field_value, 1}, + {field_value, 2, .inherited = true}, + [151] = + {field_name, 0, .inherited = true}, + {field_name, 1, .inherited = true}, + {field_value, 0, .inherited = true}, + {field_value, 1, .inherited = true}, + [155] = + {field_name, 0, .inherited = true}, + {field_type, 1}, + [157] = + {field_type, 1}, + [158] = + {field_params, 0}, + {field_return_type, 2}, + [160] = + {field_key, 0}, + {field_value, 2}, + [162] = + {field_element, 1}, + {field_element, 2, .inherited = true}, + [164] = + {field_element, 0, .inherited = true}, + {field_element, 1, .inherited = true}, + [166] = + {field_key, 1, .inherited = true}, + {field_key, 2, .inherited = true}, + {field_value, 1, .inherited = true}, + {field_value, 2, .inherited = true}, + [170] = + {field_key, 0, .inherited = true}, + {field_key, 1, .inherited = true}, + {field_value, 0, .inherited = true}, + {field_value, 1, .inherited = true}, + [174] = + {field_condition, 1}, + {field_condition, 2, .inherited = true}, + [176] = + {field_condition, 0, .inherited = true}, + {field_condition, 1, .inherited = true}, + [178] = + {field_name, 0}, + {field_type, 2}, + [180] = + {field_captures, 0}, + {field_type, 1}, + [182] = + {field_return_type, 2}, + [183] = + {field_captures, 1}, + [184] = + {field_bound_identifier, 2, .inherited = true}, + [185] = + {field_name, 1}, + {field_value, 3}, + [187] = + {field_default_value, 3, .inherited = true}, + {field_name, 1}, + [189] = + {field_body, 3}, + {field_default_value, 2, .inherited = true}, + {field_name, 1}, + [192] = + {field_body, 3}, + {field_declaration_kind, 1}, + {field_name, 2}, + [195] = + {field_default_value, 1, .inherited = true}, + [196] = + {field_default_value, 3, .inherited = true}, + {field_name, 0}, + [198] = + {field_body, 3}, + {field_default_value, 2, .inherited = true}, + {field_name, 0}, + [201] = + {field_body, 3}, + {field_default_value, 1, .inherited = true}, + {field_name, 0}, + [204] = + {field_must_inherit, 3}, + {field_name, 1}, + [206] = + {field_default_value, 3}, + {field_name, 1}, + [208] = + {field_name, 0, .inherited = true}, + {field_name, 1, .inherited = true}, + [210] = + {field_default_value, 2, .inherited = true}, + {field_definition, 3}, + [212] = + {field_default_value, 3, .inherited = true}, + [213] = + {field_default_value, 1, .inherited = true}, + {field_name, 0, .inherited = true}, + {field_return_type, 3}, + [216] = + {field_computed_value, 0, .inherited = true}, + {field_computed_value, 1, .inherited = true}, + {field_name, 0, .inherited = true}, + {field_name, 1, .inherited = true}, + {field_value, 0, .inherited = true}, + {field_value, 1, .inherited = true}, + [222] = + {field_bound_identifier, 0, .inherited = true}, + {field_name, 0}, + {field_value, 2, .inherited = true}, + [225] = + {field_bound_identifier, 0, .inherited = true}, + {field_computed_value, 2}, + {field_name, 0}, + [228] = + {field_default_value, 3, .inherited = true}, + {field_name, 2}, + [230] = + {field_name, 0}, + {field_value, 2}, + [232] = + {field_interpolation, 1}, + [233] = + {field_interpolation, 0, .inherited = true}, + {field_interpolation, 1, .inherited = true}, + [235] = + {field_body, 4}, + {field_declaration_kind, 0}, + {field_name, 1}, + [238] = + {field_body, 1}, + [239] = + {field_condition, 4}, + [240] = + {field_name, 0, .inherited = true}, + {field_type, 2}, + [242] = + {field_key, 1}, + {field_value, 3}, + [244] = + {field_params, 0}, + {field_return_type, 3}, + [246] = + {field_return_type, 3}, + [247] = + {field_name, 0}, + {field_type, 3}, + [249] = + {field_external_name, 0}, + {field_name, 1}, + {field_type, 3}, + [252] = + {field_captures, 1}, + {field_type, 2}, + [254] = + {field_bound_identifier, 1, .inherited = true}, + {field_error, 1}, + [256] = + {field_bound_identifier, 1, .inherited = true}, + {field_collection, 3}, + {field_item, 1}, + [259] = + {field_name, 1}, + {field_value, 4}, + [261] = + {field_default_value, 4, .inherited = true}, + {field_name, 1}, + [263] = + {field_body, 4}, + {field_default_value, 3, .inherited = true}, + {field_name, 1}, + [266] = + {field_body, 4}, + {field_default_value, 2, .inherited = true}, + {field_name, 1}, + [269] = + {field_body, 4}, + {field_declaration_kind, 1}, + {field_name, 2}, + [272] = + {field_default_value, 1, .inherited = true}, + {field_default_value, 2, .inherited = true}, + [274] = + {field_default_value, 2}, + [275] = + {field_body, 4}, + {field_default_value, 3, .inherited = true}, + {field_name, 0}, + [278] = + {field_body, 4}, + {field_default_value, 2, .inherited = true}, + {field_name, 0}, + [281] = + {field_body, 4}, + {field_default_value, 1, .inherited = true}, + {field_name, 0}, + [284] = + {field_default_value, 4}, + {field_name, 1}, + [286] = + {field_condition, 0}, + {field_if_false, 4}, + {field_if_true, 2}, + [289] = + {field_default_value, 3, .inherited = true}, + {field_definition, 4}, + [291] = + {field_default_value, 2, .inherited = true}, + {field_name, 0, .inherited = true}, + {field_return_type, 4}, + [294] = + {field_default_value, 1, .inherited = true}, + {field_name, 0, .inherited = true}, + {field_return_type, 4}, + [297] = + {field_bound_identifier, 0, .inherited = true}, + {field_name, 0}, + {field_value, 3, .inherited = true}, + [300] = + {field_bound_identifier, 0, .inherited = true}, + {field_computed_value, 3}, + {field_name, 0}, + [303] = + {field_default_value, 4, .inherited = true}, + {field_name, 2}, + [305] = + {field_body, 4}, + {field_default_value, 3, .inherited = true}, + {field_name, 2}, + [308] = + {field_must_inherit, 4}, + {field_name, 2}, + [310] = + {field_default_value, 4}, + {field_name, 2}, + [312] = + {field_constrained_type, 0}, + {field_inherits_from, 2}, + [314] = + {field_constrained_type, 0}, + {field_must_equal, 2}, + [316] = + {field_body, 5}, + {field_declaration_kind, 0}, + {field_name, 1}, + [319] = + {field_body, 2}, + [320] = + {field_condition, 4}, + {field_condition, 5, .inherited = true}, + [322] = + {field_condition, 5}, + [323] = + {field_name, 1}, + {field_name, 4, .inherited = true}, + {field_value, 3}, + {field_value, 4, .inherited = true}, + [327] = + {field_type, 2}, + [328] = + {field_params, 0}, + {field_return_type, 4}, + [330] = + {field_return_type, 4}, + [331] = + {field_external_name, 0}, + {field_name, 1}, + {field_type, 4}, + [334] = + {field_bound_identifier, 2, .inherited = true}, + {field_collection, 4}, + {field_item, 2}, + [337] = + {field_bound_identifier, 1, .inherited = true}, + {field_collection, 4}, + {field_item, 1}, + [340] = + {field_body, 5}, + {field_default_value, 4, .inherited = true}, + {field_name, 1}, + [343] = + {field_body, 5}, + {field_default_value, 3, .inherited = true}, + {field_name, 1}, + [346] = + {field_body, 5}, + {field_default_value, 2, .inherited = true}, + {field_name, 1}, + [349] = + {field_data_contents, 2, .inherited = true}, + {field_name, 1}, + {field_raw_value, 2, .inherited = true}, + [352] = + {field_data_contents, 0}, + [353] = + {field_data_contents, 2, .inherited = true}, + {field_name, 1}, + {field_name, 2, .inherited = true}, + {field_raw_value, 2, .inherited = true}, + [357] = + {field_bound_identifier, 1, .inherited = true}, + {field_name, 1}, + [359] = + {field_body, 5}, + {field_declaration_kind, 1}, + {field_name, 2}, + [362] = + {field_default_value, 3}, + [363] = + {field_body, 5}, + {field_default_value, 3, .inherited = true}, + {field_name, 0}, + [366] = + {field_body, 5}, + {field_default_value, 2, .inherited = true}, + {field_name, 0}, + [369] = + {field_body, 5}, + {field_default_value, 1, .inherited = true}, + {field_name, 0}, + [372] = + {field_default_value, 5}, + {field_must_inherit, 3}, + {field_name, 1}, + [375] = + {field_default_value, 2, .inherited = true}, + {field_name, 0, .inherited = true}, + {field_return_type, 5}, + [378] = + {field_default_value, 1, .inherited = true}, + {field_name, 0, .inherited = true}, + {field_return_type, 5}, + [381] = + {field_default_value, 5, .inherited = true}, + {field_name, 2}, + [383] = + {field_body, 5}, + {field_default_value, 4, .inherited = true}, + {field_name, 2}, + [386] = + {field_body, 5}, + {field_default_value, 3, .inherited = true}, + {field_name, 2}, + [389] = + {field_default_value, 5}, + {field_name, 2}, + [391] = + {field_constrained_type, 1}, + {field_inherits_from, 3}, + [393] = + {field_constrained_type, 1}, + {field_must_equal, 3}, + [395] = + {field_body, 6}, + {field_declaration_kind, 0}, + {field_name, 1}, + [398] = + {field_condition, 5}, + {field_condition, 6, .inherited = true}, + [400] = + {field_condition, 6}, + [401] = + {field_return_type, 5}, + [402] = + {field_bound_identifier, 2, .inherited = true}, + {field_collection, 5}, + {field_item, 2}, + [405] = + {field_bound_identifier, 3, .inherited = true}, + {field_collection, 5}, + {field_item, 3}, + [408] = + {field_body, 6}, + {field_default_value, 4, .inherited = true}, + {field_name, 1}, + [411] = + {field_body, 6}, + {field_default_value, 3, .inherited = true}, + {field_name, 1}, + [414] = + {field_body, 6}, + {field_default_value, 2, .inherited = true}, + {field_name, 1}, + [417] = + {field_raw_value, 1}, + [418] = + {field_data_contents, 2, .inherited = true}, + {field_data_contents, 3, .inherited = true}, + {field_name, 1}, + {field_name, 3, .inherited = true}, + {field_raw_value, 2, .inherited = true}, + {field_raw_value, 3, .inherited = true}, + [424] = + {field_data_contents, 0, .inherited = true}, + {field_data_contents, 1, .inherited = true}, + {field_name, 0, .inherited = true}, + {field_name, 1, .inherited = true}, + {field_raw_value, 0, .inherited = true}, + {field_raw_value, 1, .inherited = true}, + [430] = + {field_data_contents, 3, .inherited = true}, + {field_name, 2}, + {field_raw_value, 3, .inherited = true}, + [433] = + {field_data_contents, 3, .inherited = true}, + {field_name, 2}, + {field_name, 3, .inherited = true}, + {field_raw_value, 3, .inherited = true}, + [437] = + {field_name, 3}, + [438] = + {field_body, 6}, + {field_declaration_kind, 1}, + {field_name, 2}, + [441] = + {field_body, 6}, + {field_default_value, 3, .inherited = true}, + {field_name, 0}, + [444] = + {field_body, 6}, + {field_default_value, 2, .inherited = true}, + {field_name, 0}, + [447] = + {field_default_value, 6}, + {field_must_inherit, 3}, + {field_name, 1}, + [450] = + {field_default_value, 2, .inherited = true}, + {field_name, 0, .inherited = true}, + {field_return_type, 6}, + [453] = + {field_body, 6}, + {field_default_value, 5, .inherited = true}, + {field_name, 2}, + [456] = + {field_body, 6}, + {field_default_value, 4, .inherited = true}, + {field_name, 2}, + [459] = + {field_body, 6}, + {field_default_value, 3, .inherited = true}, + {field_name, 2}, + [462] = + {field_default_value, 6}, + {field_must_inherit, 4}, + {field_name, 2}, + [465] = + {field_default_value, 1, .inherited = true}, + {field_return_type, 3}, + [467] = + {field_condition, 6}, + {field_condition, 7, .inherited = true}, + [469] = + {field_return_type, 6}, + [470] = + {field_bound_identifier, 3, .inherited = true}, + {field_collection, 6}, + {field_item, 3}, + [473] = + {field_body, 7}, + {field_default_value, 4, .inherited = true}, + {field_name, 1}, + [476] = + {field_body, 7}, + {field_default_value, 3, .inherited = true}, + {field_name, 1}, + [479] = + {field_data_contents, 3, .inherited = true}, + {field_data_contents, 4, .inherited = true}, + {field_name, 2}, + {field_name, 4, .inherited = true}, + {field_raw_value, 3, .inherited = true}, + {field_raw_value, 4, .inherited = true}, + [485] = + {field_data_contents, 4, .inherited = true}, + {field_name, 3}, + {field_raw_value, 4, .inherited = true}, + [488] = + {field_data_contents, 4, .inherited = true}, + {field_name, 3}, + {field_name, 4, .inherited = true}, + {field_raw_value, 4, .inherited = true}, + [492] = + {field_body, 7}, + {field_declaration_kind, 1}, + {field_name, 2}, + [495] = + {field_body, 7}, + {field_default_value, 3, .inherited = true}, + {field_name, 0}, + [498] = + {field_body, 7}, + {field_default_value, 5, .inherited = true}, + {field_name, 2}, + [501] = + {field_body, 7}, + {field_default_value, 4, .inherited = true}, + {field_name, 2}, + [504] = + {field_body, 7}, + {field_default_value, 3, .inherited = true}, + {field_name, 2}, + [507] = + {field_default_value, 7}, + {field_must_inherit, 4}, + {field_name, 2}, + [510] = + {field_default_value, 2, .inherited = true}, + {field_return_type, 4}, + [512] = + {field_body, 8}, + {field_default_value, 4, .inherited = true}, + {field_name, 1}, + [515] = + {field_data_contents, 4, .inherited = true}, + {field_data_contents, 5, .inherited = true}, + {field_name, 3}, + {field_name, 5, .inherited = true}, + {field_raw_value, 4, .inherited = true}, + {field_raw_value, 5, .inherited = true}, + [521] = + {field_body, 8}, + {field_default_value, 5, .inherited = true}, + {field_name, 2}, + [524] = + {field_body, 8}, + {field_default_value, 4, .inherited = true}, + {field_name, 2}, + [527] = + {field_default_value, 3, .inherited = true}, + {field_return_type, 5}, + [529] = + {field_body, 9}, + {field_default_value, 5, .inherited = true}, + {field_name, 2}, +}; + +static const TSSymbol ts_alias_sequences[PRODUCTION_ID_COUNT][MAX_ALIAS_SEQUENCE_LENGTH] = { + [0] = {0}, + [3] = { + [0] = alias_sym_type_identifier, + }, + [4] = { + [0] = alias_sym_fully_open_range, + }, + [12] = { + [0] = sym_tuple_type_item, + }, + [19] = { + [1] = alias_sym_type_identifier, + }, + [27] = { + [1] = alias_sym_expression, + }, + [32] = { + [0] = sym__binding_pattern_with_expr, + }, + [37] = { + [0] = sym_simple_identifier, + }, + [39] = { + [0] = alias_sym_interpolated_expression, + }, + [41] = { + [1] = alias_sym_type_identifier, + }, + [45] = { + [1] = alias_sym_type_identifier, + }, + [73] = { + [0] = sym__binding_pattern_with_expr, + }, + [74] = { + [0] = sym__binding_pattern_with_expr, + }, + [76] = { + [2] = alias_sym_type_identifier, + }, + [79] = { + [0] = alias_sym_interpolated_expression, + }, + [83] = { + [1] = alias_sym_type_identifier, + }, + [101] = { + [0] = sym__binding_pattern_with_expr, + }, + [102] = { + [1] = alias_sym_type_identifier, + }, + [106] = { + [2] = alias_sym_type_identifier, + }, + [111] = { + [1] = alias_sym_type_identifier, + }, + [112] = { + [1] = alias_sym_type_identifier, + }, + [118] = { + [0] = sym__binding_pattern_with_expr, + }, + [119] = { + [0] = sym__binding_pattern_with_expr, + }, + [122] = { + [1] = alias_sym_interpolated_expression, + }, + [124] = { + [1] = alias_sym_type_identifier, + }, + [135] = { + [1] = sym__binding_pattern_with_expr, + }, + [136] = { + [1] = sym__binding_pattern_with_expr, + }, + [137] = { + [1] = alias_sym_type_identifier, + }, + [142] = { + [2] = alias_sym_type_identifier, + }, + [148] = { + [1] = alias_sym_type_identifier, + }, + [153] = { + [0] = sym__binding_pattern_with_expr, + }, + [154] = { + [0] = sym__binding_pattern_with_expr, + }, + [157] = { + [2] = alias_sym_type_identifier, + }, + [158] = { + [2] = alias_sym_type_identifier, + }, + [161] = { + [1] = alias_sym_type_identifier, + }, + [170] = { + [2] = sym__binding_pattern_with_expr, + }, + [171] = { + [1] = sym__binding_pattern_with_expr, + }, + [179] = { + [1] = sym__binding_pattern_with_expr, + }, + [181] = { + [2] = alias_sym_type_identifier, + }, + [186] = { + [1] = alias_sym_type_identifier, + }, + [192] = { + [2] = alias_sym_type_identifier, + }, + [195] = { + [1] = alias_sym_type_identifier, + }, + [199] = { + [2] = sym__binding_pattern_with_expr, + }, + [200] = { + [3] = sym__binding_pattern_with_expr, + }, + [211] = { + [2] = alias_sym_type_identifier, + }, + [214] = { + [1] = alias_sym_type_identifier, + }, + [219] = { + [2] = alias_sym_type_identifier, + }, + [223] = { + [3] = sym__binding_pattern_with_expr, + }, + [229] = { + [2] = alias_sym_type_identifier, + }, + [234] = { + [2] = alias_sym_type_identifier, + }, +}; + +static const uint16_t ts_non_terminal_alias_map[] = { + sym_simple_identifier, 2, + sym_simple_identifier, + alias_sym_type_identifier, + sym__parenthesized_type, 2, + sym__parenthesized_type, + sym_tuple_type_item, + sym_value_argument, 2, + sym_value_argument, + alias_sym_interpolated_expression, + sym__three_dot_operator, 2, + sym__three_dot_operator, + alias_sym_fully_open_range, + sym__binding_pattern_no_expr, 2, + sym__binding_pattern_no_expr, + sym__binding_pattern_with_expr, + sym__no_expr_pattern_already_bound, 2, + sym__no_expr_pattern_already_bound, + sym__binding_pattern_with_expr, + sym__binding_kind_and_pattern, 2, + sym__binding_kind_and_pattern, + sym__binding_pattern_with_expr, + 0, +}; + +static const TSStateId ts_primary_state_ids[STATE_COUNT] = { + [0] = 0, + [1] = 1, + [2] = 2, + [3] = 2, + [4] = 2, + [5] = 2, + [6] = 6, + [7] = 6, + [8] = 8, + [9] = 6, + [10] = 6, + [11] = 8, + [12] = 8, + [13] = 6, + [14] = 6, + [15] = 8, + [16] = 6, + [17] = 6, + [18] = 6, + [19] = 6, + [20] = 6, + [21] = 6, + [22] = 22, + [23] = 23, + [24] = 24, + [25] = 25, + [26] = 26, + [27] = 27, + [28] = 28, + [29] = 29, + [30] = 29, + [31] = 29, + [32] = 32, + [33] = 32, + [34] = 32, + [35] = 32, + [36] = 32, + [37] = 32, + [38] = 32, + [39] = 39, + [40] = 32, + [41] = 32, + [42] = 32, + [43] = 39, + [44] = 32, + [45] = 32, + [46] = 32, + [47] = 47, + [48] = 32, + [49] = 32, + [50] = 32, + [51] = 32, + [52] = 32, + [53] = 32, + [54] = 54, + [55] = 54, + [56] = 56, + [57] = 54, + [58] = 56, + [59] = 59, + [60] = 60, + [61] = 61, + [62] = 59, + [63] = 56, + [64] = 54, + [65] = 60, + [66] = 56, + [67] = 54, + [68] = 56, + [69] = 56, + [70] = 54, + [71] = 61, + [72] = 56, + [73] = 54, + [74] = 56, + [75] = 54, + [76] = 56, + [77] = 54, + [78] = 56, + [79] = 54, + [80] = 56, + [81] = 54, + [82] = 56, + [83] = 54, + [84] = 56, + [85] = 54, + [86] = 56, + [87] = 54, + [88] = 56, + [89] = 54, + [90] = 56, + [91] = 54, + [92] = 56, + [93] = 54, + [94] = 56, + [95] = 54, + [96] = 56, + [97] = 54, + [98] = 54, + [99] = 54, + [100] = 54, + [101] = 54, + [102] = 102, + [103] = 27, + [104] = 104, + [105] = 105, + [106] = 106, + [107] = 107, + [108] = 108, + [109] = 109, + [110] = 28, + [111] = 111, + [112] = 112, + [113] = 113, + [114] = 47, + [115] = 113, + [116] = 47, + [117] = 104, + [118] = 105, + [119] = 106, + [120] = 106, + [121] = 105, + [122] = 104, + [123] = 123, + [124] = 124, + [125] = 125, + [126] = 125, + [127] = 127, + [128] = 125, + [129] = 127, + [130] = 127, + [131] = 131, + [132] = 132, + [133] = 47, + [134] = 134, + [135] = 47, + [136] = 47, + [137] = 47, + [138] = 47, + [139] = 47, + [140] = 47, + [141] = 141, + [142] = 141, + [143] = 141, + [144] = 141, + [145] = 141, + [146] = 141, + [147] = 141, + [148] = 141, + [149] = 141, + [150] = 141, + [151] = 123, + [152] = 106, + [153] = 153, + [154] = 153, + [155] = 155, + [156] = 156, + [157] = 155, + [158] = 156, + [159] = 155, + [160] = 155, + [161] = 155, + [162] = 156, + [163] = 155, + [164] = 156, + [165] = 156, + [166] = 155, + [167] = 156, + [168] = 156, + [169] = 169, + [170] = 106, + [171] = 171, + [172] = 172, + [173] = 104, + [174] = 174, + [175] = 105, + [176] = 169, + [177] = 169, + [178] = 169, + [179] = 169, + [180] = 180, + [181] = 169, + [182] = 169, + [183] = 183, + [184] = 105, + [185] = 106, + [186] = 186, + [187] = 104, + [188] = 183, + [189] = 105, + [190] = 105, + [191] = 106, + [192] = 106, + [193] = 104, + [194] = 123, + [195] = 104, + [196] = 105, + [197] = 106, + [198] = 104, + [199] = 199, + [200] = 105, + [201] = 104, + [202] = 106, + [203] = 203, + [204] = 204, + [205] = 205, + [206] = 206, + [207] = 104, + [208] = 208, + [209] = 106, + [210] = 208, + [211] = 211, + [212] = 203, + [213] = 206, + [214] = 211, + [215] = 208, + [216] = 211, + [217] = 208, + [218] = 211, + [219] = 219, + [220] = 211, + [221] = 219, + [222] = 211, + [223] = 105, + [224] = 211, + [225] = 211, + [226] = 211, + [227] = 211, + [228] = 204, + [229] = 205, + [230] = 211, + [231] = 231, + [232] = 232, + [233] = 233, + [234] = 234, + [235] = 235, + [236] = 236, + [237] = 237, + [238] = 238, + [239] = 239, + [240] = 231, + [241] = 232, + [242] = 233, + [243] = 234, + [244] = 235, + [245] = 245, + [246] = 246, + [247] = 247, + [248] = 245, + [249] = 246, + [250] = 247, + [251] = 237, + [252] = 238, + [253] = 239, + [254] = 233, + [255] = 234, + [256] = 235, + [257] = 245, + [258] = 246, + [259] = 247, + [260] = 231, + [261] = 237, + [262] = 238, + [263] = 239, + [264] = 231, + [265] = 233, + [266] = 234, + [267] = 235, + [268] = 245, + [269] = 246, + [270] = 247, + [271] = 237, + [272] = 238, + [273] = 239, + [274] = 231, + [275] = 233, + [276] = 234, + [277] = 235, + [278] = 245, + [279] = 246, + [280] = 247, + [281] = 237, + [282] = 238, + [283] = 239, + [284] = 231, + [285] = 233, + [286] = 234, + [287] = 235, + [288] = 245, + [289] = 246, + [290] = 247, + [291] = 237, + [292] = 238, + [293] = 239, + [294] = 231, + [295] = 233, + [296] = 234, + [297] = 235, + [298] = 245, + [299] = 246, + [300] = 247, + [301] = 237, + [302] = 238, + [303] = 239, + [304] = 231, + [305] = 233, + [306] = 234, + [307] = 235, + [308] = 245, + [309] = 246, + [310] = 247, + [311] = 237, + [312] = 238, + [313] = 239, + [314] = 231, + [315] = 233, + [316] = 234, + [317] = 235, + [318] = 245, + [319] = 246, + [320] = 247, + [321] = 238, + [322] = 239, + [323] = 323, + [324] = 234, + [325] = 235, + [326] = 246, + [327] = 247, + [328] = 237, + [329] = 329, + [330] = 238, + [331] = 239, + [332] = 332, + [333] = 333, + [334] = 334, + [335] = 335, + [336] = 336, + [337] = 337, + [338] = 337, + [339] = 339, + [340] = 339, + [341] = 339, + [342] = 339, + [343] = 337, + [344] = 337, + [345] = 339, + [346] = 337, + [347] = 337, + [348] = 339, + [349] = 337, + [350] = 337, + [351] = 337, + [352] = 339, + [353] = 337, + [354] = 339, + [355] = 336, + [356] = 339, + [357] = 336, + [358] = 339, + [359] = 336, + [360] = 336, + [361] = 336, + [362] = 336, + [363] = 336, + [364] = 336, + [365] = 365, + [366] = 365, + [367] = 367, + [368] = 365, + [369] = 367, + [370] = 370, + [371] = 367, + [372] = 372, + [373] = 370, + [374] = 365, + [375] = 375, + [376] = 365, + [377] = 377, + [378] = 367, + [379] = 365, + [380] = 367, + [381] = 367, + [382] = 365, + [383] = 372, + [384] = 367, + [385] = 372, + [386] = 386, + [387] = 372, + [388] = 124, + [389] = 372, + [390] = 367, + [391] = 372, + [392] = 365, + [393] = 372, + [394] = 365, + [395] = 372, + [396] = 367, + [397] = 372, + [398] = 372, + [399] = 399, + [400] = 400, + [401] = 401, + [402] = 401, + [403] = 403, + [404] = 404, + [405] = 400, + [406] = 401, + [407] = 407, + [408] = 399, + [409] = 403, + [410] = 399, + [411] = 411, + [412] = 407, + [413] = 413, + [414] = 414, + [415] = 415, + [416] = 399, + [417] = 417, + [418] = 411, + [419] = 419, + [420] = 420, + [421] = 404, + [422] = 400, + [423] = 401, + [424] = 407, + [425] = 425, + [426] = 426, + [427] = 403, + [428] = 428, + [429] = 399, + [430] = 411, + [431] = 419, + [432] = 407, + [433] = 399, + [434] = 411, + [435] = 419, + [436] = 420, + [437] = 404, + [438] = 400, + [439] = 401, + [440] = 419, + [441] = 420, + [442] = 404, + [443] = 400, + [444] = 401, + [445] = 403, + [446] = 411, + [447] = 407, + [448] = 399, + [449] = 411, + [450] = 419, + [451] = 420, + [452] = 407, + [453] = 404, + [454] = 400, + [455] = 455, + [456] = 401, + [457] = 457, + [458] = 419, + [459] = 420, + [460] = 403, + [461] = 403, + [462] = 407, + [463] = 399, + [464] = 403, + [465] = 465, + [466] = 411, + [467] = 419, + [468] = 407, + [469] = 399, + [470] = 411, + [471] = 419, + [472] = 420, + [473] = 404, + [474] = 400, + [475] = 401, + [476] = 420, + [477] = 403, + [478] = 404, + [479] = 400, + [480] = 401, + [481] = 457, + [482] = 404, + [483] = 465, + [484] = 425, + [485] = 426, + [486] = 428, + [487] = 413, + [488] = 414, + [489] = 415, + [490] = 455, + [491] = 465, + [492] = 403, + [493] = 407, + [494] = 403, + [495] = 465, + [496] = 400, + [497] = 411, + [498] = 419, + [499] = 420, + [500] = 465, + [501] = 407, + [502] = 399, + [503] = 465, + [504] = 420, + [505] = 404, + [506] = 465, + [507] = 411, + [508] = 400, + [509] = 465, + [510] = 401, + [511] = 419, + [512] = 465, + [513] = 420, + [514] = 404, + [515] = 515, + [516] = 516, + [517] = 517, + [518] = 516, + [519] = 519, + [520] = 520, + [521] = 521, + [522] = 522, + [523] = 523, + [524] = 523, + [525] = 516, + [526] = 523, + [527] = 517, + [528] = 521, + [529] = 519, + [530] = 520, + [531] = 531, + [532] = 523, + [533] = 517, + [534] = 516, + [535] = 516, + [536] = 517, + [537] = 521, + [538] = 521, + [539] = 519, + [540] = 517, + [541] = 516, + [542] = 519, + [543] = 521, + [544] = 523, + [545] = 520, + [546] = 520, + [547] = 516, + [548] = 520, + [549] = 516, + [550] = 519, + [551] = 520, + [552] = 523, + [553] = 523, + [554] = 517, + [555] = 519, + [556] = 519, + [557] = 520, + [558] = 558, + [559] = 520, + [560] = 523, + [561] = 517, + [562] = 517, + [563] = 523, + [564] = 519, + [565] = 517, + [566] = 520, + [567] = 521, + [568] = 521, + [569] = 521, + [570] = 521, + [571] = 516, + [572] = 519, + [573] = 573, + [574] = 573, + [575] = 575, + [576] = 576, + [577] = 577, + [578] = 578, + [579] = 579, + [580] = 580, + [581] = 581, + [582] = 582, + [583] = 579, + [584] = 584, + [585] = 577, + [586] = 576, + [587] = 577, + [588] = 584, + [589] = 589, + [590] = 578, + [591] = 579, + [592] = 580, + [593] = 580, + [594] = 582, + [595] = 580, + [596] = 582, + [597] = 597, + [598] = 598, + [599] = 599, + [600] = 600, + [601] = 601, + [602] = 580, + [603] = 603, + [604] = 604, + [605] = 605, + [606] = 606, + [607] = 607, + [608] = 582, + [609] = 609, + [610] = 577, + [611] = 584, + [612] = 612, + [613] = 613, + [614] = 576, + [615] = 578, + [616] = 579, + [617] = 617, + [618] = 618, + [619] = 619, + [620] = 582, + [621] = 580, + [622] = 622, + [623] = 573, + [624] = 617, + [625] = 625, + [626] = 576, + [627] = 578, + [628] = 579, + [629] = 580, + [630] = 609, + [631] = 597, + [632] = 632, + [633] = 577, + [634] = 584, + [635] = 576, + [636] = 636, + [637] = 637, + [638] = 578, + [639] = 578, + [640] = 579, + [641] = 582, + [642] = 617, + [643] = 643, + [644] = 580, + [645] = 576, + [646] = 584, + [647] = 578, + [648] = 648, + [649] = 598, + [650] = 579, + [651] = 573, + [652] = 577, + [653] = 619, + [654] = 622, + [655] = 584, + [656] = 582, + [657] = 577, + [658] = 576, + [659] = 576, + [660] = 660, + [661] = 577, + [662] = 584, + [663] = 580, + [664] = 578, + [665] = 648, + [666] = 598, + [667] = 577, + [668] = 584, + [669] = 622, + [670] = 670, + [671] = 660, + [672] = 584, + [673] = 648, + [674] = 598, + [675] = 579, + [676] = 622, + [677] = 670, + [678] = 660, + [679] = 580, + [680] = 609, + [681] = 597, + [682] = 648, + [683] = 598, + [684] = 622, + [685] = 670, + [686] = 660, + [687] = 617, + [688] = 577, + [689] = 584, + [690] = 648, + [691] = 598, + [692] = 578, + [693] = 660, + [694] = 622, + [695] = 670, + [696] = 660, + [697] = 582, + [698] = 648, + [699] = 598, + [700] = 670, + [701] = 622, + [702] = 670, + [703] = 660, + [704] = 573, + [705] = 579, + [706] = 648, + [707] = 598, + [708] = 579, + [709] = 582, + [710] = 622, + [711] = 670, + [712] = 660, + [713] = 648, + [714] = 598, + [715] = 609, + [716] = 597, + [717] = 622, + [718] = 670, + [719] = 660, + [720] = 576, + [721] = 648, + [722] = 576, + [723] = 578, + [724] = 573, + [725] = 582, + [726] = 648, + [727] = 573, + [728] = 573, + [729] = 573, + [730] = 573, + [731] = 573, + [732] = 573, + [733] = 670, + [734] = 734, + [735] = 735, + [736] = 736, + [737] = 737, + [738] = 738, + [739] = 739, + [740] = 740, + [741] = 741, + [742] = 742, + [743] = 743, + [744] = 744, + [745] = 745, + [746] = 746, + [747] = 747, + [748] = 748, + [749] = 749, + [750] = 750, + [751] = 751, + [752] = 752, + [753] = 753, + [754] = 754, + [755] = 755, + [756] = 735, + [757] = 734, + [758] = 734, + [759] = 742, + [760] = 739, + [761] = 735, + [762] = 738, + [763] = 741, + [764] = 736, + [765] = 740, + [766] = 737, + [767] = 737, + [768] = 739, + [769] = 741, + [770] = 736, + [771] = 742, + [772] = 738, + [773] = 740, + [774] = 743, + [775] = 775, + [776] = 745, + [777] = 752, + [778] = 743, + [779] = 747, + [780] = 746, + [781] = 750, + [782] = 751, + [783] = 754, + [784] = 748, + [785] = 753, + [786] = 744, + [787] = 745, + [788] = 788, + [789] = 754, + [790] = 744, + [791] = 747, + [792] = 746, + [793] = 753, + [794] = 750, + [795] = 751, + [796] = 748, + [797] = 797, + [798] = 798, + [799] = 799, + [800] = 800, + [801] = 801, + [802] = 802, + [803] = 803, + [804] = 804, + [805] = 805, + [806] = 806, + [807] = 807, + [808] = 808, + [809] = 809, + [810] = 810, + [811] = 811, + [812] = 812, + [813] = 813, + [814] = 814, + [815] = 815, + [816] = 816, + [817] = 817, + [818] = 818, + [819] = 819, + [820] = 820, + [821] = 821, + [822] = 822, + [823] = 823, + [824] = 824, + [825] = 825, + [826] = 826, + [827] = 827, + [828] = 828, + [829] = 829, + [830] = 830, + [831] = 831, + [832] = 832, + [833] = 833, + [834] = 834, + [835] = 835, + [836] = 836, + [837] = 837, + [838] = 838, + [839] = 839, + [840] = 840, + [841] = 841, + [842] = 842, + [843] = 843, + [844] = 844, + [845] = 845, + [846] = 846, + [847] = 846, + [848] = 848, + [849] = 849, + [850] = 850, + [851] = 851, + [852] = 852, + [853] = 853, + [854] = 854, + [855] = 855, + [856] = 844, + [857] = 857, + [858] = 858, + [859] = 741, + [860] = 860, + [861] = 861, + [862] = 862, + [863] = 863, + [864] = 864, + [865] = 865, + [866] = 819, + [867] = 867, + [868] = 868, + [869] = 828, + [870] = 820, + [871] = 871, + [872] = 824, + [873] = 829, + [874] = 874, + [875] = 875, + [876] = 876, + [877] = 877, + [878] = 825, + [879] = 827, + [880] = 880, + [881] = 854, + [882] = 882, + [883] = 851, + [884] = 884, + [885] = 885, + [886] = 886, + [887] = 887, + [888] = 888, + [889] = 889, + [890] = 890, + [891] = 891, + [892] = 892, + [893] = 893, + [894] = 894, + [895] = 895, + [896] = 896, + [897] = 897, + [898] = 898, + [899] = 899, + [900] = 900, + [901] = 901, + [902] = 902, + [903] = 903, + [904] = 904, + [905] = 905, + [906] = 906, + [907] = 907, + [908] = 908, + [909] = 909, + [910] = 852, + [911] = 911, + [912] = 912, + [913] = 913, + [914] = 914, + [915] = 915, + [916] = 916, + [917] = 917, + [918] = 918, + [919] = 919, + [920] = 920, + [921] = 921, + [922] = 922, + [923] = 923, + [924] = 924, + [925] = 925, + [926] = 926, + [927] = 927, + [928] = 928, + [929] = 840, + [930] = 930, + [931] = 931, + [932] = 932, + [933] = 933, + [934] = 934, + [935] = 935, + [936] = 936, + [937] = 880, + [938] = 855, + [939] = 939, + [940] = 940, + [941] = 941, + [942] = 942, + [943] = 943, + [944] = 944, + [945] = 945, + [946] = 946, + [947] = 947, + [948] = 948, + [949] = 949, + [950] = 950, + [951] = 951, + [952] = 952, + [953] = 953, + [954] = 954, + [955] = 955, + [956] = 956, + [957] = 957, + [958] = 958, + [959] = 959, + [960] = 960, + [961] = 961, + [962] = 962, + [963] = 963, + [964] = 964, + [965] = 965, + [966] = 966, + [967] = 967, + [968] = 875, + [969] = 969, + [970] = 970, + [971] = 971, + [972] = 972, + [973] = 973, + [974] = 797, + [975] = 975, + [976] = 976, + [977] = 977, + [978] = 978, + [979] = 979, + [980] = 980, + [981] = 981, + [982] = 982, + [983] = 983, + [984] = 984, + [985] = 985, + [986] = 986, + [987] = 987, + [988] = 797, + [989] = 989, + [990] = 846, + [991] = 991, + [992] = 807, + [993] = 991, + [994] = 991, + [995] = 805, + [996] = 989, + [997] = 808, + [998] = 989, + [999] = 802, + [1000] = 807, + [1001] = 808, + [1002] = 805, + [1003] = 812, + [1004] = 818, + [1005] = 816, + [1006] = 815, + [1007] = 804, + [1008] = 817, + [1009] = 802, + [1010] = 814, + [1011] = 735, + [1012] = 815, + [1013] = 818, + [1014] = 1014, + [1015] = 812, + [1016] = 734, + [1017] = 814, + [1018] = 804, + [1019] = 816, + [1020] = 817, + [1021] = 849, + [1022] = 854, + [1023] = 851, + [1024] = 852, + [1025] = 850, + [1026] = 846, + [1027] = 855, + [1028] = 811, + [1029] = 854, + [1030] = 809, + [1031] = 813, + [1032] = 849, + [1033] = 855, + [1034] = 851, + [1035] = 852, + [1036] = 810, + [1037] = 850, + [1038] = 803, + [1039] = 734, + [1040] = 735, + [1041] = 806, + [1042] = 853, + [1043] = 809, + [1044] = 806, + [1045] = 819, + [1046] = 850, + [1047] = 848, + [1048] = 811, + [1049] = 810, + [1050] = 813, + [1051] = 735, + [1052] = 803, + [1053] = 734, + [1054] = 848, + [1055] = 844, + [1056] = 834, + [1057] = 835, + [1058] = 853, + [1059] = 735, + [1060] = 734, + [1061] = 735, + [1062] = 734, + [1063] = 837, + [1064] = 842, + [1065] = 823, + [1066] = 838, + [1067] = 843, + [1068] = 821, + [1069] = 822, + [1070] = 829, + [1071] = 836, + [1072] = 839, + [1073] = 826, + [1074] = 845, + [1075] = 831, + [1076] = 841, + [1077] = 830, + [1078] = 832, + [1079] = 1079, + [1080] = 840, + [1081] = 819, + [1082] = 825, + [1083] = 827, + [1084] = 824, + [1085] = 820, + [1086] = 828, + [1087] = 833, + [1088] = 841, + [1089] = 842, + [1090] = 823, + [1091] = 838, + [1092] = 734, + [1093] = 843, + [1094] = 821, + [1095] = 822, + [1096] = 833, + [1097] = 836, + [1098] = 839, + [1099] = 826, + [1100] = 845, + [1101] = 831, + [1102] = 830, + [1103] = 1103, + [1104] = 742, + [1105] = 832, + [1106] = 844, + [1107] = 1107, + [1108] = 736, + [1109] = 739, + [1110] = 834, + [1111] = 840, + [1112] = 825, + [1113] = 827, + [1114] = 824, + [1115] = 740, + [1116] = 820, + [1117] = 828, + [1118] = 829, + [1119] = 737, + [1120] = 835, + [1121] = 741, + [1122] = 735, + [1123] = 837, + [1124] = 738, + [1125] = 1125, + [1126] = 1126, + [1127] = 738, + [1128] = 1125, + [1129] = 1126, + [1130] = 742, + [1131] = 1131, + [1132] = 1125, + [1133] = 1126, + [1134] = 735, + [1135] = 734, + [1136] = 739, + [1137] = 1126, + [1138] = 735, + [1139] = 737, + [1140] = 740, + [1141] = 736, + [1142] = 734, + [1143] = 1125, + [1144] = 741, + [1145] = 742, + [1146] = 863, + [1147] = 857, + [1148] = 986, + [1149] = 739, + [1150] = 736, + [1151] = 740, + [1152] = 735, + [1153] = 868, + [1154] = 861, + [1155] = 734, + [1156] = 741, + [1157] = 858, + [1158] = 738, + [1159] = 735, + [1160] = 860, + [1161] = 984, + [1162] = 867, + [1163] = 864, + [1164] = 739, + [1165] = 737, + [1166] = 738, + [1167] = 740, + [1168] = 862, + [1169] = 734, + [1170] = 844, + [1171] = 1103, + [1172] = 865, + [1173] = 737, + [1174] = 736, + [1175] = 987, + [1176] = 1107, + [1177] = 741, + [1178] = 741, + [1179] = 819, + [1180] = 742, + [1181] = 739, + [1182] = 858, + [1183] = 860, + [1184] = 877, + [1185] = 735, + [1186] = 734, + [1187] = 861, + [1188] = 741, + [1189] = 880, + [1190] = 875, + [1191] = 984, + [1192] = 863, + [1193] = 1193, + [1194] = 738, + [1195] = 862, + [1196] = 737, + [1197] = 736, + [1198] = 740, + [1199] = 864, + [1200] = 865, + [1201] = 819, + [1202] = 825, + [1203] = 827, + [1204] = 824, + [1205] = 740, + [1206] = 820, + [1207] = 828, + [1208] = 829, + [1209] = 844, + [1210] = 1210, + [1211] = 742, + [1212] = 737, + [1213] = 867, + [1214] = 868, + [1215] = 742, + [1216] = 857, + [1217] = 1210, + [1218] = 871, + [1219] = 739, + [1220] = 874, + [1221] = 986, + [1222] = 1210, + [1223] = 987, + [1224] = 876, + [1225] = 1210, + [1226] = 741, + [1227] = 738, + [1228] = 736, + [1229] = 741, + [1230] = 893, + [1231] = 976, + [1232] = 824, + [1233] = 820, + [1234] = 828, + [1235] = 829, + [1236] = 948, + [1237] = 949, + [1238] = 959, + [1239] = 840, + [1240] = 887, + [1241] = 889, + [1242] = 904, + [1243] = 882, + [1244] = 871, + [1245] = 897, + [1246] = 900, + [1247] = 886, + [1248] = 880, + [1249] = 902, + [1250] = 874, + [1251] = 911, + [1252] = 875, + [1253] = 876, + [1254] = 901, + [1255] = 973, + [1256] = 1256, + [1257] = 903, + [1258] = 851, + [1259] = 928, + [1260] = 955, + [1261] = 971, + [1262] = 972, + [1263] = 885, + [1264] = 852, + [1265] = 890, + [1266] = 854, + [1267] = 891, + [1268] = 892, + [1269] = 855, + [1270] = 894, + [1271] = 895, + [1272] = 896, + [1273] = 905, + [1274] = 898, + [1275] = 899, + [1276] = 914, + [1277] = 926, + [1278] = 880, + [1279] = 906, + [1280] = 907, + [1281] = 908, + [1282] = 909, + [1283] = 875, + [1284] = 912, + [1285] = 1285, + [1286] = 913, + [1287] = 967, + [1288] = 977, + [1289] = 915, + [1290] = 975, + [1291] = 917, + [1292] = 918, + [1293] = 919, + [1294] = 940, + [1295] = 920, + [1296] = 921, + [1297] = 922, + [1298] = 923, + [1299] = 924, + [1300] = 925, + [1301] = 927, + [1302] = 969, + [1303] = 930, + [1304] = 931, + [1305] = 932, + [1306] = 933, + [1307] = 934, + [1308] = 935, + [1309] = 936, + [1310] = 951, + [1311] = 939, + [1312] = 941, + [1313] = 942, + [1314] = 943, + [1315] = 944, + [1316] = 945, + [1317] = 946, + [1318] = 947, + [1319] = 950, + [1320] = 741, + [1321] = 737, + [1322] = 952, + [1323] = 953, + [1324] = 954, + [1325] = 738, + [1326] = 736, + [1327] = 740, + [1328] = 956, + [1329] = 742, + [1330] = 739, + [1331] = 957, + [1332] = 970, + [1333] = 958, + [1334] = 960, + [1335] = 962, + [1336] = 963, + [1337] = 964, + [1338] = 965, + [1339] = 966, + [1340] = 884, + [1341] = 825, + [1342] = 888, + [1343] = 877, + [1344] = 827, + [1345] = 1345, + [1346] = 961, + [1347] = 1347, + [1348] = 916, + [1349] = 914, + [1350] = 882, + [1351] = 897, + [1352] = 977, + [1353] = 907, + [1354] = 895, + [1355] = 900, + [1356] = 896, + [1357] = 901, + [1358] = 905, + [1359] = 926, + [1360] = 967, + [1361] = 915, + [1362] = 969, + [1363] = 948, + [1364] = 949, + [1365] = 970, + [1366] = 959, + [1367] = 976, + [1368] = 851, + [1369] = 916, + [1370] = 917, + [1371] = 852, + [1372] = 854, + [1373] = 887, + [1374] = 918, + [1375] = 855, + [1376] = 919, + [1377] = 920, + [1378] = 921, + [1379] = 922, + [1380] = 923, + [1381] = 924, + [1382] = 886, + [1383] = 925, + [1384] = 927, + [1385] = 908, + [1386] = 902, + [1387] = 911, + [1388] = 909, + [1389] = 898, + [1390] = 930, + [1391] = 931, + [1392] = 932, + [1393] = 899, + [1394] = 912, + [1395] = 913, + [1396] = 892, + [1397] = 903, + [1398] = 933, + [1399] = 934, + [1400] = 880, + [1401] = 875, + [1402] = 935, + [1403] = 936, + [1404] = 939, + [1405] = 928, + [1406] = 955, + [1407] = 940, + [1408] = 1408, + [1409] = 941, + [1410] = 971, + [1411] = 942, + [1412] = 943, + [1413] = 944, + [1414] = 972, + [1415] = 885, + [1416] = 840, + [1417] = 945, + [1418] = 946, + [1419] = 947, + [1420] = 950, + [1421] = 951, + [1422] = 952, + [1423] = 953, + [1424] = 954, + [1425] = 956, + [1426] = 957, + [1427] = 890, + [1428] = 958, + [1429] = 960, + [1430] = 961, + [1431] = 962, + [1432] = 963, + [1433] = 964, + [1434] = 965, + [1435] = 966, + [1436] = 884, + [1437] = 888, + [1438] = 906, + [1439] = 893, + [1440] = 894, + [1441] = 891, + [1442] = 889, + [1443] = 904, + [1444] = 975, + [1445] = 973, + [1446] = 1446, + [1447] = 735, + [1448] = 734, + [1449] = 846, + [1450] = 734, + [1451] = 735, + [1452] = 735, + [1453] = 743, + [1454] = 734, + [1455] = 775, + [1456] = 746, + [1457] = 754, + [1458] = 750, + [1459] = 743, + [1460] = 751, + [1461] = 752, + [1462] = 748, + [1463] = 745, + [1464] = 753, + [1465] = 747, + [1466] = 744, + [1467] = 748, + [1468] = 743, + [1469] = 750, + [1470] = 752, + [1471] = 754, + [1472] = 1103, + [1473] = 743, + [1474] = 744, + [1475] = 1475, + [1476] = 753, + [1477] = 1107, + [1478] = 746, + [1479] = 798, + [1480] = 751, + [1481] = 788, + [1482] = 747, + [1483] = 745, + [1484] = 744, + [1485] = 753, + [1486] = 803, + [1487] = 750, + [1488] = 1488, + [1489] = 751, + [1490] = 748, + [1491] = 750, + [1492] = 746, + [1493] = 751, + [1494] = 1494, + [1495] = 1495, + [1496] = 748, + [1497] = 754, + [1498] = 813, + [1499] = 775, + [1500] = 1494, + [1501] = 1494, + [1502] = 746, + [1503] = 754, + [1504] = 744, + [1505] = 1494, + [1506] = 743, + [1507] = 1507, + [1508] = 1494, + [1509] = 1494, + [1510] = 1494, + [1511] = 1494, + [1512] = 1495, + [1513] = 801, + [1514] = 811, + [1515] = 745, + [1516] = 747, + [1517] = 753, + [1518] = 743, + [1519] = 745, + [1520] = 747, + [1521] = 1494, + [1522] = 1522, + [1523] = 1523, + [1524] = 1524, + [1525] = 1525, + [1526] = 1524, + [1527] = 751, + [1528] = 753, + [1529] = 753, + [1530] = 1530, + [1531] = 754, + [1532] = 1532, + [1533] = 1533, + [1534] = 1525, + [1535] = 1535, + [1536] = 748, + [1537] = 1537, + [1538] = 745, + [1539] = 1524, + [1540] = 775, + [1541] = 1524, + [1542] = 1523, + [1543] = 754, + [1544] = 746, + [1545] = 744, + [1546] = 1525, + [1547] = 747, + [1548] = 748, + [1549] = 1532, + [1550] = 1525, + [1551] = 1551, + [1552] = 735, + [1553] = 750, + [1554] = 750, + [1555] = 1525, + [1556] = 1524, + [1557] = 1532, + [1558] = 1558, + [1559] = 1559, + [1560] = 734, + [1561] = 1561, + [1562] = 1524, + [1563] = 1532, + [1564] = 1525, + [1565] = 1532, + [1566] = 743, + [1567] = 1524, + [1568] = 1532, + [1569] = 744, + [1570] = 1532, + [1571] = 1525, + [1572] = 1524, + [1573] = 1532, + [1574] = 1525, + [1575] = 1575, + [1576] = 1576, + [1577] = 1535, + [1578] = 1578, + [1579] = 746, + [1580] = 1532, + [1581] = 751, + [1582] = 799, + [1583] = 1524, + [1584] = 1584, + [1585] = 1576, + [1586] = 819, + [1587] = 800, + [1588] = 745, + [1589] = 747, + [1590] = 1525, + [1591] = 751, + [1592] = 1592, + [1593] = 1593, + [1594] = 829, + [1595] = 824, + [1596] = 754, + [1597] = 744, + [1598] = 1598, + [1599] = 753, + [1600] = 820, + [1601] = 746, + [1602] = 1602, + [1603] = 830, + [1604] = 798, + [1605] = 750, + [1606] = 747, + [1607] = 1607, + [1608] = 1608, + [1609] = 1609, + [1610] = 1610, + [1611] = 1611, + [1612] = 1612, + [1613] = 1613, + [1614] = 1614, + [1615] = 788, + [1616] = 1616, + [1617] = 844, + [1618] = 1618, + [1619] = 828, + [1620] = 1620, + [1621] = 1621, + [1622] = 1622, + [1623] = 1623, + [1624] = 745, + [1625] = 748, + [1626] = 1626, + [1627] = 1627, + [1628] = 1626, + [1629] = 1626, + [1630] = 1626, + [1631] = 1626, + [1632] = 1626, + [1633] = 1633, + [1634] = 1634, + [1635] = 1627, + [1636] = 1636, + [1637] = 1626, + [1638] = 1636, + [1639] = 1633, + [1640] = 737, + [1641] = 1626, + [1642] = 1633, + [1643] = 1627, + [1644] = 1633, + [1645] = 1627, + [1646] = 1626, + [1647] = 1636, + [1648] = 1648, + [1649] = 1633, + [1650] = 1636, + [1651] = 1633, + [1652] = 1652, + [1653] = 1633, + [1654] = 1633, + [1655] = 1655, + [1656] = 788, + [1657] = 1636, + [1658] = 1627, + [1659] = 1627, + [1660] = 1633, + [1661] = 798, + [1662] = 1636, + [1663] = 1633, + [1664] = 1627, + [1665] = 1636, + [1666] = 1627, + [1667] = 1636, + [1668] = 1627, + [1669] = 1636, + [1670] = 1670, + [1671] = 1670, + [1672] = 1670, + [1673] = 1670, + [1674] = 1670, + [1675] = 1670, + [1676] = 1670, + [1677] = 1670, + [1678] = 1670, + [1679] = 1670, + [1680] = 1670, + [1681] = 1670, + [1682] = 989, + [1683] = 1683, + [1684] = 989, + [1685] = 1683, + [1686] = 1683, + [1687] = 1687, + [1688] = 797, + [1689] = 1689, + [1690] = 1690, + [1691] = 1691, + [1692] = 797, + [1693] = 1014, + [1694] = 797, + [1695] = 797, + [1696] = 1193, + [1697] = 797, + [1698] = 802, + [1699] = 797, + [1700] = 805, + [1701] = 844, + [1702] = 797, + [1703] = 807, + [1704] = 808, + [1705] = 846, + [1706] = 808, + [1707] = 807, + [1708] = 812, + [1709] = 815, + [1710] = 804, + [1711] = 814, + [1712] = 816, + [1713] = 817, + [1714] = 818, + [1715] = 802, + [1716] = 805, + [1717] = 808, + [1718] = 805, + [1719] = 819, + [1720] = 803, + [1721] = 811, + [1722] = 813, + [1723] = 807, + [1724] = 807, + [1725] = 805, + [1726] = 802, + [1727] = 808, + [1728] = 812, + [1729] = 805, + [1730] = 1730, + [1731] = 1731, + [1732] = 807, + [1733] = 809, + [1734] = 808, + [1735] = 814, + [1736] = 816, + [1737] = 806, + [1738] = 817, + [1739] = 818, + [1740] = 804, + [1741] = 805, + [1742] = 844, + [1743] = 810, + [1744] = 819, + [1745] = 1014, + [1746] = 844, + [1747] = 802, + [1748] = 807, + [1749] = 815, + [1750] = 808, + [1751] = 824, + [1752] = 850, + [1753] = 830, + [1754] = 805, + [1755] = 819, + [1756] = 807, + [1757] = 803, + [1758] = 808, + [1759] = 813, + [1760] = 809, + [1761] = 820, + [1762] = 806, + [1763] = 810, + [1764] = 812, + [1765] = 815, + [1766] = 829, + [1767] = 814, + [1768] = 816, + [1769] = 817, + [1770] = 818, + [1771] = 804, + [1772] = 849, + [1773] = 811, + [1774] = 851, + [1775] = 855, + [1776] = 852, + [1777] = 854, + [1778] = 828, + [1779] = 803, + [1780] = 806, + [1781] = 830, + [1782] = 853, + [1783] = 809, + [1784] = 852, + [1785] = 810, + [1786] = 843, + [1787] = 1787, + [1788] = 855, + [1789] = 841, + [1790] = 815, + [1791] = 854, + [1792] = 840, + [1793] = 818, + [1794] = 844, + [1795] = 823, + [1796] = 802, + [1797] = 824, + [1798] = 850, + [1799] = 811, + [1800] = 813, + [1801] = 842, + [1802] = 833, + [1803] = 836, + [1804] = 826, + [1805] = 851, + [1806] = 812, + [1807] = 820, + [1808] = 828, + [1809] = 814, + [1810] = 827, + [1811] = 816, + [1812] = 817, + [1813] = 829, + [1814] = 825, + [1815] = 848, + [1816] = 849, + [1817] = 1817, + [1818] = 804, + [1819] = 842, + [1820] = 803, + [1821] = 851, + [1822] = 811, + [1823] = 813, + [1824] = 844, + [1825] = 819, + [1826] = 844, + [1827] = 828, + [1828] = 840, + [1829] = 825, + [1830] = 827, + [1831] = 852, + [1832] = 854, + [1833] = 812, + [1834] = 829, + [1835] = 855, + [1836] = 823, + [1837] = 850, + [1838] = 814, + [1839] = 850, + [1840] = 816, + [1841] = 817, + [1842] = 815, + [1843] = 818, + [1844] = 850, + [1845] = 824, + [1846] = 849, + [1847] = 1847, + [1848] = 854, + [1849] = 804, + [1850] = 843, + [1851] = 838, + [1852] = 855, + [1853] = 821, + [1854] = 1854, + [1855] = 822, + [1856] = 833, + [1857] = 1857, + [1858] = 1858, + [1859] = 1859, + [1860] = 830, + [1861] = 1861, + [1862] = 1862, + [1863] = 1863, + [1864] = 1864, + [1865] = 1865, + [1866] = 1866, + [1867] = 1867, + [1868] = 836, + [1869] = 826, + [1870] = 837, + [1871] = 839, + [1872] = 849, + [1873] = 845, + [1874] = 802, + [1875] = 851, + [1876] = 841, + [1877] = 820, + [1878] = 852, + [1879] = 853, + [1880] = 802, + [1881] = 837, + [1882] = 812, + [1883] = 849, + [1884] = 802, + [1885] = 833, + [1886] = 836, + [1887] = 1887, + [1888] = 841, + [1889] = 815, + [1890] = 818, + [1891] = 823, + [1892] = 826, + [1893] = 851, + [1894] = 849, + [1895] = 816, + [1896] = 850, + [1897] = 838, + [1898] = 844, + [1899] = 842, + [1900] = 843, + [1901] = 844, + [1902] = 852, + [1903] = 817, + [1904] = 850, + [1905] = 839, + [1906] = 854, + [1907] = 845, + [1908] = 804, + [1909] = 852, + [1910] = 844, + [1911] = 854, + [1912] = 855, + [1913] = 809, + [1914] = 821, + [1915] = 822, + [1916] = 825, + [1917] = 806, + [1918] = 855, + [1919] = 827, + [1920] = 814, + [1921] = 810, + [1922] = 840, + [1923] = 848, + [1924] = 851, + [1925] = 816, + [1926] = 812, + [1927] = 814, + [1928] = 838, + [1929] = 839, + [1930] = 814, + [1931] = 816, + [1932] = 817, + [1933] = 817, + [1934] = 830, + [1935] = 850, + [1936] = 845, + [1937] = 824, + [1938] = 820, + [1939] = 852, + [1940] = 854, + [1941] = 837, + [1942] = 849, + [1943] = 815, + [1944] = 851, + [1945] = 818, + [1946] = 828, + [1947] = 804, + [1948] = 829, + [1949] = 844, + [1950] = 818, + [1951] = 812, + [1952] = 855, + [1953] = 804, + [1954] = 802, + [1955] = 821, + [1956] = 853, + [1957] = 822, + [1958] = 802, + [1959] = 848, + [1960] = 815, + [1961] = 811, + [1962] = 840, + [1963] = 804, + [1964] = 810, + [1965] = 1965, + [1966] = 827, + [1967] = 803, + [1968] = 803, + [1969] = 816, + [1970] = 806, + [1971] = 1971, + [1972] = 802, + [1973] = 818, + [1974] = 812, + [1975] = 819, + [1976] = 814, + [1977] = 816, + [1978] = 825, + [1979] = 809, + [1980] = 817, + [1981] = 815, + [1982] = 817, + [1983] = 815, + [1984] = 823, + [1985] = 848, + [1986] = 843, + [1987] = 853, + [1988] = 833, + [1989] = 836, + [1990] = 826, + [1991] = 818, + [1992] = 814, + [1993] = 812, + [1994] = 813, + [1995] = 841, + [1996] = 804, + [1997] = 842, + [1998] = 809, + [1999] = 817, + [2000] = 2000, + [2001] = 815, + [2002] = 2002, + [2003] = 803, + [2004] = 838, + [2005] = 818, + [2006] = 814, + [2007] = 816, + [2008] = 2008, + [2009] = 810, + [2010] = 821, + [2011] = 844, + [2012] = 822, + [2013] = 806, + [2014] = 2014, + [2015] = 2015, + [2016] = 2016, + [2017] = 848, + [2018] = 2018, + [2019] = 2019, + [2020] = 853, + [2021] = 839, + [2022] = 2022, + [2023] = 845, + [2024] = 811, + [2025] = 2025, + [2026] = 844, + [2027] = 2027, + [2028] = 804, + [2029] = 2029, + [2030] = 2030, + [2031] = 837, + [2032] = 813, + [2033] = 2033, + [2034] = 812, + [2035] = 2035, + [2036] = 819, + [2037] = 2037, + [2038] = 811, + [2039] = 824, + [2040] = 820, + [2041] = 828, + [2042] = 829, + [2043] = 834, + [2044] = 811, + [2045] = 835, + [2046] = 813, + [2047] = 2047, + [2048] = 837, + [2049] = 830, + [2050] = 2029, + [2051] = 829, + [2052] = 842, + [2053] = 823, + [2054] = 838, + [2055] = 844, + [2056] = 828, + [2057] = 843, + [2058] = 821, + [2059] = 822, + [2060] = 2060, + [2061] = 2061, + [2062] = 825, + [2063] = 833, + [2064] = 836, + [2065] = 839, + [2066] = 826, + [2067] = 845, + [2068] = 848, + [2069] = 853, + [2070] = 2070, + [2071] = 2060, + [2072] = 841, + [2073] = 813, + [2074] = 819, + [2075] = 827, + [2076] = 824, + [2077] = 809, + [2078] = 831, + [2079] = 832, + [2080] = 820, + [2081] = 806, + [2082] = 830, + [2083] = 810, + [2084] = 2084, + [2085] = 2085, + [2086] = 2086, + [2087] = 844, + [2088] = 840, + [2089] = 803, + [2090] = 2090, + [2091] = 853, + [2092] = 825, + [2093] = 803, + [2094] = 840, + [2095] = 822, + [2096] = 819, + [2097] = 2097, + [2098] = 830, + [2099] = 835, + [2100] = 810, + [2101] = 842, + [2102] = 827, + [2103] = 844, + [2104] = 802, + [2105] = 848, + [2106] = 833, + [2107] = 836, + [2108] = 839, + [2109] = 838, + [2110] = 826, + [2111] = 845, + [2112] = 809, + [2113] = 832, + [2114] = 811, + [2115] = 824, + [2116] = 813, + [2117] = 2117, + [2118] = 841, + [2119] = 2119, + [2120] = 834, + [2121] = 2029, + [2122] = 2122, + [2123] = 809, + [2124] = 853, + [2125] = 2125, + [2126] = 2126, + [2127] = 2127, + [2128] = 2128, + [2129] = 820, + [2130] = 811, + [2131] = 843, + [2132] = 813, + [2133] = 2133, + [2134] = 821, + [2135] = 2135, + [2136] = 2136, + [2137] = 2137, + [2138] = 2138, + [2139] = 828, + [2140] = 803, + [2141] = 806, + [2142] = 829, + [2143] = 837, + [2144] = 810, + [2145] = 823, + [2146] = 806, + [2147] = 831, + [2148] = 848, + [2149] = 2149, + [2150] = 832, + [2151] = 853, + [2152] = 827, + [2153] = 877, + [2154] = 809, + [2155] = 803, + [2156] = 2156, + [2157] = 843, + [2158] = 821, + [2159] = 822, + [2160] = 813, + [2161] = 834, + [2162] = 2162, + [2163] = 806, + [2164] = 833, + [2165] = 836, + [2166] = 839, + [2167] = 826, + [2168] = 845, + [2169] = 840, + [2170] = 810, + [2171] = 813, + [2172] = 2172, + [2173] = 824, + [2174] = 811, + [2175] = 813, + [2176] = 2176, + [2177] = 2177, + [2178] = 835, + [2179] = 2179, + [2180] = 2180, + [2181] = 819, + [2182] = 837, + [2183] = 841, + [2184] = 811, + [2185] = 889, + [2186] = 820, + [2187] = 819, + [2188] = 848, + [2189] = 848, + [2190] = 844, + [2191] = 842, + [2192] = 828, + [2193] = 803, + [2194] = 830, + [2195] = 811, + [2196] = 825, + [2197] = 2197, + [2198] = 844, + [2199] = 819, + [2200] = 853, + [2201] = 823, + [2202] = 838, + [2203] = 877, + [2204] = 829, + [2205] = 831, + [2206] = 819, + [2207] = 803, + [2208] = 2208, + [2209] = 2209, + [2210] = 2210, + [2211] = 837, + [2212] = 844, + [2213] = 984, + [2214] = 2214, + [2215] = 827, + [2216] = 858, + [2217] = 844, + [2218] = 844, + [2219] = 860, + [2220] = 839, + [2221] = 830, + [2222] = 862, + [2223] = 844, + [2224] = 812, + [2225] = 861, + [2226] = 2208, + [2227] = 841, + [2228] = 734, + [2229] = 824, + [2230] = 842, + [2231] = 819, + [2232] = 840, + [2233] = 814, + [2234] = 848, + [2235] = 831, + [2236] = 820, + [2237] = 816, + [2238] = 867, + [2239] = 832, + [2240] = 2240, + [2241] = 2241, + [2242] = 840, + [2243] = 828, + [2244] = 823, + [2245] = 843, + [2246] = 829, + [2247] = 868, + [2248] = 853, + [2249] = 2249, + [2250] = 857, + [2251] = 817, + [2252] = 735, + [2253] = 986, + [2254] = 825, + [2255] = 837, + [2256] = 821, + [2257] = 2257, + [2258] = 2258, + [2259] = 802, + [2260] = 865, + [2261] = 2261, + [2262] = 2262, + [2263] = 863, + [2264] = 2264, + [2265] = 2265, + [2266] = 2266, + [2267] = 2267, + [2268] = 987, + [2269] = 815, + [2270] = 818, + [2271] = 820, + [2272] = 842, + [2273] = 838, + [2274] = 1612, + [2275] = 2275, + [2276] = 2276, + [2277] = 2277, + [2278] = 2278, + [2279] = 2279, + [2280] = 2280, + [2281] = 2281, + [2282] = 2282, + [2283] = 2283, + [2284] = 2284, + [2285] = 836, + [2286] = 2286, + [2287] = 2287, + [2288] = 2288, + [2289] = 834, + [2290] = 827, + [2291] = 828, + [2292] = 2292, + [2293] = 2293, + [2294] = 2294, + [2295] = 2295, + [2296] = 2296, + [2297] = 2297, + [2298] = 834, + [2299] = 823, + [2300] = 838, + [2301] = 829, + [2302] = 835, + [2303] = 826, + [2304] = 845, + [2305] = 804, + [2306] = 831, + [2307] = 835, + [2308] = 741, + [2309] = 832, + [2310] = 844, + [2311] = 2311, + [2312] = 2312, + [2313] = 825, + [2314] = 2314, + [2315] = 2315, + [2316] = 843, + [2317] = 2317, + [2318] = 2318, + [2319] = 2319, + [2320] = 2320, + [2321] = 821, + [2322] = 2322, + [2323] = 2323, + [2324] = 2324, + [2325] = 2325, + [2326] = 2326, + [2327] = 2327, + [2328] = 822, + [2329] = 2329, + [2330] = 2330, + [2331] = 822, + [2332] = 819, + [2333] = 2333, + [2334] = 844, + [2335] = 830, + [2336] = 877, + [2337] = 833, + [2338] = 833, + [2339] = 836, + [2340] = 839, + [2341] = 826, + [2342] = 845, + [2343] = 824, + [2344] = 864, + [2345] = 841, + [2346] = 2346, + [2347] = 838, + [2348] = 811, + [2349] = 1613, + [2350] = 827, + [2351] = 824, + [2352] = 820, + [2353] = 871, + [2354] = 828, + [2355] = 2355, + [2356] = 2356, + [2357] = 829, + [2358] = 825, + [2359] = 813, + [2360] = 876, + [2361] = 824, + [2362] = 824, + [2363] = 820, + [2364] = 984, + [2365] = 837, + [2366] = 842, + [2367] = 864, + [2368] = 844, + [2369] = 1614, + [2370] = 823, + [2371] = 831, + [2372] = 832, + [2373] = 865, + [2374] = 827, + [2375] = 2375, + [2376] = 2376, + [2377] = 2377, + [2378] = 843, + [2379] = 821, + [2380] = 822, + [2381] = 2381, + [2382] = 833, + [2383] = 834, + [2384] = 835, + [2385] = 836, + [2386] = 839, + [2387] = 828, + [2388] = 826, + [2389] = 845, + [2390] = 825, + [2391] = 1193, + [2392] = 875, + [2393] = 877, + [2394] = 824, + [2395] = 830, + [2396] = 861, + [2397] = 803, + [2398] = 830, + [2399] = 830, + [2400] = 2210, + [2401] = 819, + [2402] = 820, + [2403] = 828, + [2404] = 829, + [2405] = 2405, + [2406] = 802, + [2407] = 829, + [2408] = 741, + [2409] = 819, + [2410] = 862, + [2411] = 986, + [2412] = 867, + [2413] = 868, + [2414] = 828, + [2415] = 1593, + [2416] = 829, + [2417] = 858, + [2418] = 880, + [2419] = 860, + [2420] = 2420, + [2421] = 987, + [2422] = 844, + [2423] = 741, + [2424] = 737, + [2425] = 2425, + [2426] = 874, + [2427] = 904, + [2428] = 840, + [2429] = 841, + [2430] = 820, + [2431] = 857, + [2432] = 735, + [2433] = 734, + [2434] = 863, + [2435] = 2435, + [2436] = 926, + [2437] = 948, + [2438] = 896, + [2439] = 858, + [2440] = 970, + [2441] = 956, + [2442] = 2442, + [2443] = 875, + [2444] = 861, + [2445] = 908, + [2446] = 920, + [2447] = 1285, + [2448] = 986, + [2449] = 949, + [2450] = 844, + [2451] = 886, + [2452] = 851, + [2453] = 2453, + [2454] = 2454, + [2455] = 877, + [2456] = 860, + [2457] = 812, + [2458] = 2458, + [2459] = 2459, + [2460] = 909, + [2461] = 1593, + [2462] = 987, + [2463] = 902, + [2464] = 2464, + [2465] = 2465, + [2466] = 809, + [2467] = 907, + [2468] = 984, + [2469] = 959, + [2470] = 2470, + [2471] = 2471, + [2472] = 911, + [2473] = 2473, + [2474] = 2474, + [2475] = 963, + [2476] = 2476, + [2477] = 2477, + [2478] = 2478, + [2479] = 2479, + [2480] = 975, + [2481] = 976, + [2482] = 814, + [2483] = 912, + [2484] = 939, + [2485] = 816, + [2486] = 931, + [2487] = 2487, + [2488] = 817, + [2489] = 2489, + [2490] = 815, + [2491] = 819, + [2492] = 932, + [2493] = 2493, + [2494] = 966, + [2495] = 882, + [2496] = 820, + [2497] = 2497, + [2498] = 2498, + [2499] = 864, + [2500] = 2500, + [2501] = 2501, + [2502] = 2502, + [2503] = 818, + [2504] = 897, + [2505] = 840, + [2506] = 2506, + [2507] = 957, + [2508] = 2508, + [2509] = 2509, + [2510] = 2510, + [2511] = 2511, + [2512] = 973, + [2513] = 984, + [2514] = 2514, + [2515] = 2515, + [2516] = 2516, + [2517] = 2517, + [2518] = 898, + [2519] = 874, + [2520] = 899, + [2521] = 2521, + [2522] = 867, + [2523] = 2523, + [2524] = 2208, + [2525] = 2479, + [2526] = 913, + [2527] = 903, + [2528] = 888, + [2529] = 928, + [2530] = 2530, + [2531] = 880, + [2532] = 933, + [2533] = 955, + [2534] = 2534, + [2535] = 924, + [2536] = 960, + [2537] = 2537, + [2538] = 943, + [2539] = 2539, + [2540] = 2540, + [2541] = 967, + [2542] = 827, + [2543] = 2543, + [2544] = 2544, + [2545] = 2545, + [2546] = 2546, + [2547] = 914, + [2548] = 2548, + [2549] = 876, + [2550] = 977, + [2551] = 804, + [2552] = 944, + [2553] = 863, + [2554] = 915, + [2555] = 887, + [2556] = 961, + [2557] = 916, + [2558] = 900, + [2559] = 917, + [2560] = 918, + [2561] = 962, + [2562] = 806, + [2563] = 1612, + [2564] = 945, + [2565] = 1613, + [2566] = 1612, + [2567] = 971, + [2568] = 972, + [2569] = 946, + [2570] = 947, + [2571] = 862, + [2572] = 2381, + [2573] = 868, + [2574] = 828, + [2575] = 1593, + [2576] = 885, + [2577] = 844, + [2578] = 934, + [2579] = 2487, + [2580] = 1614, + [2581] = 950, + [2582] = 901, + [2583] = 951, + [2584] = 925, + [2585] = 952, + [2586] = 953, + [2587] = 954, + [2588] = 810, + [2589] = 884, + [2590] = 2478, + [2591] = 2591, + [2592] = 2592, + [2593] = 2593, + [2594] = 2594, + [2595] = 2595, + [2596] = 2596, + [2597] = 2477, + [2598] = 2598, + [2599] = 880, + [2600] = 2459, + [2601] = 735, + [2602] = 824, + [2603] = 2603, + [2604] = 940, + [2605] = 2605, + [2606] = 986, + [2607] = 2607, + [2608] = 921, + [2609] = 852, + [2610] = 2610, + [2611] = 2611, + [2612] = 854, + [2613] = 904, + [2614] = 2614, + [2615] = 890, + [2616] = 2420, + [2617] = 2617, + [2618] = 2618, + [2619] = 2619, + [2620] = 2620, + [2621] = 2621, + [2622] = 2622, + [2623] = 734, + [2624] = 2624, + [2625] = 2625, + [2626] = 2626, + [2627] = 889, + [2628] = 829, + [2629] = 2629, + [2630] = 2630, + [2631] = 1613, + [2632] = 964, + [2633] = 2633, + [2634] = 2498, + [2635] = 2635, + [2636] = 2636, + [2637] = 2471, + [2638] = 2638, + [2639] = 2639, + [2640] = 2640, + [2641] = 2641, + [2642] = 2642, + [2643] = 2643, + [2644] = 2644, + [2645] = 2645, + [2646] = 2646, + [2647] = 1614, + [2648] = 865, + [2649] = 2649, + [2650] = 2650, + [2651] = 2651, + [2652] = 2652, + [2653] = 2653, + [2654] = 2654, + [2655] = 922, + [2656] = 2656, + [2657] = 2657, + [2658] = 941, + [2659] = 965, + [2660] = 891, + [2661] = 1256, + [2662] = 2662, + [2663] = 927, + [2664] = 919, + [2665] = 935, + [2666] = 875, + [2667] = 2667, + [2668] = 905, + [2669] = 892, + [2670] = 2670, + [2671] = 958, + [2672] = 936, + [2673] = 987, + [2674] = 2425, + [2675] = 893, + [2676] = 844, + [2677] = 741, + [2678] = 857, + [2679] = 942, + [2680] = 930, + [2681] = 871, + [2682] = 825, + [2683] = 855, + [2684] = 906, + [2685] = 969, + [2686] = 894, + [2687] = 895, + [2688] = 923, + [2689] = 911, + [2690] = 905, + [2691] = 906, + [2692] = 907, + [2693] = 939, + [2694] = 940, + [2695] = 941, + [2696] = 908, + [2697] = 942, + [2698] = 909, + [2699] = 969, + [2700] = 868, + [2701] = 857, + [2702] = 943, + [2703] = 944, + [2704] = 986, + [2705] = 741, + [2706] = 877, + [2707] = 987, + [2708] = 945, + [2709] = 946, + [2710] = 947, + [2711] = 852, + [2712] = 948, + [2713] = 949, + [2714] = 741, + [2715] = 2715, + [2716] = 858, + [2717] = 860, + [2718] = 975, + [2719] = 854, + [2720] = 887, + [2721] = 903, + [2722] = 928, + [2723] = 2210, + [2724] = 861, + [2725] = 904, + [2726] = 2726, + [2727] = 880, + [2728] = 875, + [2729] = 840, + [2730] = 984, + [2731] = 863, + [2732] = 950, + [2733] = 889, + [2734] = 862, + [2735] = 951, + [2736] = 955, + [2737] = 952, + [2738] = 867, + [2739] = 735, + [2740] = 734, + [2741] = 868, + [2742] = 857, + [2743] = 882, + [2744] = 953, + [2745] = 954, + [2746] = 986, + [2747] = 987, + [2748] = 819, + [2749] = 970, + [2750] = 971, + [2751] = 864, + [2752] = 735, + [2753] = 734, + [2754] = 858, + [2755] = 860, + [2756] = 912, + [2757] = 913, + [2758] = 819, + [2759] = 972, + [2760] = 865, + [2761] = 861, + [2762] = 885, + [2763] = 914, + [2764] = 984, + [2765] = 863, + [2766] = 830, + [2767] = 956, + [2768] = 812, + [2769] = 814, + [2770] = 816, + [2771] = 817, + [2772] = 815, + [2773] = 818, + [2774] = 862, + [2775] = 957, + [2776] = 804, + [2777] = 902, + [2778] = 844, + [2779] = 958, + [2780] = 959, + [2781] = 825, + [2782] = 803, + [2783] = 827, + [2784] = 977, + [2785] = 915, + [2786] = 916, + [2787] = 917, + [2788] = 918, + [2789] = 919, + [2790] = 824, + [2791] = 920, + [2792] = 820, + [2793] = 828, + [2794] = 829, + [2795] = 2795, + [2796] = 921, + [2797] = 922, + [2798] = 864, + [2799] = 923, + [2800] = 824, + [2801] = 924, + [2802] = 820, + [2803] = 828, + [2804] = 829, + [2805] = 844, + [2806] = 2806, + [2807] = 925, + [2808] = 811, + [2809] = 813, + [2810] = 886, + [2811] = 960, + [2812] = 961, + [2813] = 819, + [2814] = 865, + [2815] = 962, + [2816] = 926, + [2817] = 976, + [2818] = 973, + [2819] = 927, + [2820] = 963, + [2821] = 890, + [2822] = 888, + [2823] = 2823, + [2824] = 2824, + [2825] = 2825, + [2826] = 2826, + [2827] = 967, + [2828] = 891, + [2829] = 964, + [2830] = 2830, + [2831] = 2826, + [2832] = 2832, + [2833] = 2833, + [2834] = 2834, + [2835] = 892, + [2836] = 893, + [2837] = 965, + [2838] = 894, + [2839] = 2826, + [2840] = 895, + [2841] = 2841, + [2842] = 874, + [2843] = 880, + [2844] = 896, + [2845] = 930, + [2846] = 966, + [2847] = 2847, + [2848] = 931, + [2849] = 2826, + [2850] = 2850, + [2851] = 2851, + [2852] = 876, + [2853] = 932, + [2854] = 875, + [2855] = 2826, + [2856] = 2856, + [2857] = 2857, + [2858] = 2858, + [2859] = 2859, + [2860] = 933, + [2861] = 2826, + [2862] = 897, + [2863] = 934, + [2864] = 935, + [2865] = 898, + [2866] = 899, + [2867] = 936, + [2868] = 900, + [2869] = 2826, + [2870] = 851, + [2871] = 2826, + [2872] = 2872, + [2873] = 2873, + [2874] = 2874, + [2875] = 2826, + [2876] = 2826, + [2877] = 2877, + [2878] = 2826, + [2879] = 871, + [2880] = 855, + [2881] = 880, + [2882] = 875, + [2883] = 901, + [2884] = 2884, + [2885] = 884, + [2886] = 867, + [2887] = 2887, + [2888] = 813, + [2889] = 843, + [2890] = 853, + [2891] = 734, + [2892] = 986, + [2893] = 2893, + [2894] = 819, + [2895] = 833, + [2896] = 836, + [2897] = 826, + [2898] = 987, + [2899] = 2899, + [2900] = 961, + [2901] = 841, + [2902] = 876, + [2903] = 844, + [2904] = 844, + [2905] = 976, + [2906] = 967, + [2907] = 940, + [2908] = 880, + [2909] = 809, + [2910] = 858, + [2911] = 860, + [2912] = 1193, + [2913] = 741, + [2914] = 840, + [2915] = 877, + [2916] = 806, + [2917] = 969, + [2918] = 810, + [2919] = 875, + [2920] = 2920, + [2921] = 2921, + [2922] = 2922, + [2923] = 2923, + [2924] = 2924, + [2925] = 824, + [2926] = 2926, + [2927] = 825, + [2928] = 861, + [2929] = 2929, + [2930] = 820, + [2931] = 827, + [2932] = 828, + [2933] = 829, + [2934] = 825, + [2935] = 2935, + [2936] = 844, + [2937] = 880, + [2938] = 948, + [2939] = 877, + [2940] = 735, + [2941] = 2941, + [2942] = 734, + [2943] = 875, + [2944] = 827, + [2945] = 984, + [2946] = 2946, + [2947] = 840, + [2948] = 2948, + [2949] = 2949, + [2950] = 2950, + [2951] = 2951, + [2952] = 864, + [2953] = 2953, + [2954] = 2954, + [2955] = 2955, + [2956] = 2956, + [2957] = 949, + [2958] = 2958, + [2959] = 824, + [2960] = 820, + [2961] = 828, + [2962] = 829, + [2963] = 1103, + [2964] = 863, + [2965] = 803, + [2966] = 871, + [2967] = 735, + [2968] = 734, + [2969] = 951, + [2970] = 825, + [2971] = 2971, + [2972] = 970, + [2973] = 827, + [2974] = 886, + [2975] = 926, + [2976] = 959, + [2977] = 2977, + [2978] = 902, + [2979] = 874, + [2980] = 911, + [2981] = 2981, + [2982] = 887, + [2983] = 851, + [2984] = 2984, + [2985] = 819, + [2986] = 2920, + [2987] = 973, + [2988] = 889, + [2989] = 903, + [2990] = 852, + [2991] = 928, + [2992] = 955, + [2993] = 854, + [2994] = 971, + [2995] = 972, + [2996] = 871, + [2997] = 885, + [2998] = 890, + [2999] = 2999, + [3000] = 3000, + [3001] = 3001, + [3002] = 914, + [3003] = 857, + [3004] = 892, + [3005] = 3005, + [3006] = 893, + [3007] = 894, + [3008] = 895, + [3009] = 896, + [3010] = 3010, + [3011] = 855, + [3012] = 3012, + [3013] = 898, + [3014] = 899, + [3015] = 904, + [3016] = 865, + [3017] = 842, + [3018] = 867, + [3019] = 906, + [3020] = 1107, + [3021] = 907, + [3022] = 862, + [3023] = 908, + [3024] = 909, + [3025] = 735, + [3026] = 912, + [3027] = 913, + [3028] = 977, + [3029] = 915, + [3030] = 916, + [3031] = 917, + [3032] = 918, + [3033] = 919, + [3034] = 920, + [3035] = 921, + [3036] = 922, + [3037] = 923, + [3038] = 924, + [3039] = 925, + [3040] = 927, + [3041] = 930, + [3042] = 931, + [3043] = 932, + [3044] = 2921, + [3045] = 933, + [3046] = 934, + [3047] = 935, + [3048] = 936, + [3049] = 823, + [3050] = 939, + [3051] = 941, + [3052] = 942, + [3053] = 943, + [3054] = 944, + [3055] = 848, + [3056] = 945, + [3057] = 946, + [3058] = 947, + [3059] = 950, + [3060] = 952, + [3061] = 953, + [3062] = 954, + [3063] = 3063, + [3064] = 956, + [3065] = 957, + [3066] = 958, + [3067] = 960, + [3068] = 962, + [3069] = 963, + [3070] = 964, + [3071] = 965, + [3072] = 966, + [3073] = 884, + [3074] = 3074, + [3075] = 888, + [3076] = 975, + [3077] = 882, + [3078] = 3078, + [3079] = 735, + [3080] = 734, + [3081] = 1446, + [3082] = 735, + [3083] = 734, + [3084] = 868, + [3085] = 2935, + [3086] = 897, + [3087] = 811, + [3088] = 900, + [3089] = 2935, + [3090] = 2935, + [3091] = 901, + [3092] = 2935, + [3093] = 2935, + [3094] = 2935, + [3095] = 2935, + [3096] = 2935, + [3097] = 905, + [3098] = 891, + [3099] = 3099, + [3100] = 969, + [3101] = 971, + [3102] = 1103, + [3103] = 972, + [3104] = 885, + [3105] = 943, + [3106] = 944, + [3107] = 945, + [3108] = 946, + [3109] = 3109, + [3110] = 947, + [3111] = 3111, + [3112] = 948, + [3113] = 949, + [3114] = 890, + [3115] = 950, + [3116] = 951, + [3117] = 3117, + [3118] = 952, + [3119] = 953, + [3120] = 954, + [3121] = 809, + [3122] = 3122, + [3123] = 3123, + [3124] = 970, + [3125] = 3125, + [3126] = 1107, + [3127] = 806, + [3128] = 3128, + [3129] = 891, + [3130] = 810, + [3131] = 892, + [3132] = 956, + [3133] = 957, + [3134] = 958, + [3135] = 959, + [3136] = 893, + [3137] = 960, + [3138] = 961, + [3139] = 962, + [3140] = 976, + [3141] = 963, + [3142] = 894, + [3143] = 964, + [3144] = 965, + [3145] = 966, + [3146] = 895, + [3147] = 896, + [3148] = 3148, + [3149] = 887, + [3150] = 3150, + [3151] = 3151, + [3152] = 889, + [3153] = 3153, + [3154] = 904, + [3155] = 3155, + [3156] = 3156, + [3157] = 897, + [3158] = 898, + [3159] = 899, + [3160] = 3160, + [3161] = 3161, + [3162] = 3162, + [3163] = 3163, + [3164] = 824, + [3165] = 3165, + [3166] = 3166, + [3167] = 3167, + [3168] = 3168, + [3169] = 3169, + [3170] = 3170, + [3171] = 3171, + [3172] = 3172, + [3173] = 900, + [3174] = 830, + [3175] = 3175, + [3176] = 901, + [3177] = 3177, + [3178] = 3178, + [3179] = 3179, + [3180] = 3180, + [3181] = 3181, + [3182] = 840, + [3183] = 3183, + [3184] = 3184, + [3185] = 905, + [3186] = 3186, + [3187] = 906, + [3188] = 907, + [3189] = 3189, + [3190] = 3190, + [3191] = 908, + [3192] = 909, + [3193] = 3193, + [3194] = 3194, + [3195] = 912, + [3196] = 913, + [3197] = 914, + [3198] = 977, + [3199] = 915, + [3200] = 916, + [3201] = 917, + [3202] = 3202, + [3203] = 918, + [3204] = 3204, + [3205] = 3205, + [3206] = 919, + [3207] = 3207, + [3208] = 824, + [3209] = 3209, + [3210] = 3210, + [3211] = 820, + [3212] = 920, + [3213] = 828, + [3214] = 829, + [3215] = 3215, + [3216] = 3216, + [3217] = 921, + [3218] = 3218, + [3219] = 922, + [3220] = 923, + [3221] = 3221, + [3222] = 924, + [3223] = 925, + [3224] = 926, + [3225] = 967, + [3226] = 927, + [3227] = 880, + [3228] = 875, + [3229] = 820, + [3230] = 3230, + [3231] = 3231, + [3232] = 969, + [3233] = 844, + [3234] = 844, + [3235] = 3235, + [3236] = 3236, + [3237] = 3237, + [3238] = 3238, + [3239] = 948, + [3240] = 949, + [3241] = 3241, + [3242] = 3242, + [3243] = 828, + [3244] = 840, + [3245] = 3245, + [3246] = 3246, + [3247] = 970, + [3248] = 3248, + [3249] = 930, + [3250] = 3250, + [3251] = 931, + [3252] = 959, + [3253] = 871, + [3254] = 829, + [3255] = 3255, + [3256] = 3256, + [3257] = 932, + [3258] = 3258, + [3259] = 976, + [3260] = 3260, + [3261] = 3261, + [3262] = 3262, + [3263] = 933, + [3264] = 3264, + [3265] = 3265, + [3266] = 3266, + [3267] = 934, + [3268] = 3268, + [3269] = 904, + [3270] = 935, + [3271] = 3271, + [3272] = 936, + [3273] = 3273, + [3274] = 3274, + [3275] = 3275, + [3276] = 3242, + [3277] = 851, + [3278] = 3278, + [3279] = 3256, + [3280] = 3280, + [3281] = 939, + [3282] = 940, + [3283] = 3261, + [3284] = 3262, + [3285] = 3285, + [3286] = 3264, + [3287] = 3287, + [3288] = 3261, + [3289] = 941, + [3290] = 942, + [3291] = 735, + [3292] = 3292, + [3293] = 3293, + [3294] = 3294, + [3295] = 3295, + [3296] = 734, + [3297] = 3297, + [3298] = 3242, + [3299] = 3299, + [3300] = 3300, + [3301] = 943, + [3302] = 3302, + [3303] = 3256, + [3304] = 3304, + [3305] = 944, + [3306] = 3262, + [3307] = 945, + [3308] = 3308, + [3309] = 3309, + [3310] = 3310, + [3311] = 825, + [3312] = 3312, + [3313] = 3261, + [3314] = 3262, + [3315] = 3315, + [3316] = 3264, + [3317] = 3317, + [3318] = 3318, + [3319] = 946, + [3320] = 852, + [3321] = 854, + [3322] = 947, + [3323] = 950, + [3324] = 3324, + [3325] = 3325, + [3326] = 3326, + [3327] = 735, + [3328] = 3328, + [3329] = 3242, + [3330] = 734, + [3331] = 3331, + [3332] = 3332, + [3333] = 951, + [3334] = 3334, + [3335] = 952, + [3336] = 3336, + [3337] = 3256, + [3338] = 3338, + [3339] = 3339, + [3340] = 953, + [3341] = 3341, + [3342] = 3342, + [3343] = 3264, + [3344] = 954, + [3345] = 3345, + [3346] = 956, + [3347] = 957, + [3348] = 958, + [3349] = 960, + [3350] = 961, + [3351] = 962, + [3352] = 3242, + [3353] = 963, + [3354] = 3354, + [3355] = 3355, + [3356] = 964, + [3357] = 855, + [3358] = 3358, + [3359] = 3256, + [3360] = 3360, + [3361] = 3361, + [3362] = 3362, + [3363] = 3363, + [3364] = 3364, + [3365] = 3365, + [3366] = 3366, + [3367] = 965, + [3368] = 3264, + [3369] = 827, + [3370] = 3256, + [3371] = 3371, + [3372] = 966, + [3373] = 3242, + [3374] = 3374, + [3375] = 884, + [3376] = 3376, + [3377] = 3377, + [3378] = 3256, + [3379] = 886, + [3380] = 3380, + [3381] = 3381, + [3382] = 3382, + [3383] = 3383, + [3384] = 3384, + [3385] = 3385, + [3386] = 3386, + [3387] = 1193, + [3388] = 3388, + [3389] = 3389, + [3390] = 3390, + [3391] = 3391, + [3392] = 3392, + [3393] = 3393, + [3394] = 3394, + [3395] = 3395, + [3396] = 3242, + [3397] = 3397, + [3398] = 887, + [3399] = 888, + [3400] = 3400, + [3401] = 3401, + [3402] = 889, + [3403] = 902, + [3404] = 3404, + [3405] = 3256, + [3406] = 3406, + [3407] = 911, + [3408] = 3408, + [3409] = 3409, + [3410] = 3410, + [3411] = 3411, + [3412] = 3264, + [3413] = 3413, + [3414] = 3414, + [3415] = 3415, + [3416] = 3416, + [3417] = 3417, + [3418] = 3418, + [3419] = 3419, + [3420] = 851, + [3421] = 3421, + [3422] = 975, + [3423] = 3242, + [3424] = 3424, + [3425] = 3425, + [3426] = 3426, + [3427] = 3427, + [3428] = 884, + [3429] = 882, + [3430] = 3430, + [3431] = 973, + [3432] = 3432, + [3433] = 886, + [3434] = 3256, + [3435] = 3435, + [3436] = 903, + [3437] = 888, + [3438] = 3438, + [3439] = 3264, + [3440] = 928, + [3441] = 955, + [3442] = 971, + [3443] = 972, + [3444] = 885, + [3445] = 902, + [3446] = 735, + [3447] = 735, + [3448] = 3242, + [3449] = 734, + [3450] = 890, + [3451] = 891, + [3452] = 892, + [3453] = 3256, + [3454] = 734, + [3455] = 893, + [3456] = 3264, + [3457] = 3457, + [3458] = 894, + [3459] = 895, + [3460] = 896, + [3461] = 3242, + [3462] = 3256, + [3463] = 877, + [3464] = 3264, + [3465] = 897, + [3466] = 3466, + [3467] = 3242, + [3468] = 3468, + [3469] = 3256, + [3470] = 3264, + [3471] = 898, + [3472] = 899, + [3473] = 900, + [3474] = 3242, + [3475] = 3256, + [3476] = 3264, + [3477] = 3477, + [3478] = 3478, + [3479] = 901, + [3480] = 3242, + [3481] = 3256, + [3482] = 3264, + [3483] = 911, + [3484] = 837, + [3485] = 3242, + [3486] = 3256, + [3487] = 3264, + [3488] = 852, + [3489] = 854, + [3490] = 3242, + [3491] = 3256, + [3492] = 3264, + [3493] = 3242, + [3494] = 3494, + [3495] = 975, + [3496] = 3242, + [3497] = 3256, + [3498] = 3264, + [3499] = 3499, + [3500] = 3242, + [3501] = 3256, + [3502] = 3264, + [3503] = 3503, + [3504] = 905, + [3505] = 906, + [3506] = 3242, + [3507] = 3256, + [3508] = 3264, + [3509] = 882, + [3510] = 3242, + [3511] = 3256, + [3512] = 3264, + [3513] = 838, + [3514] = 3242, + [3515] = 3256, + [3516] = 3264, + [3517] = 3242, + [3518] = 3256, + [3519] = 3264, + [3520] = 3242, + [3521] = 3256, + [3522] = 3264, + [3523] = 3242, + [3524] = 3256, + [3525] = 3264, + [3526] = 3242, + [3527] = 3256, + [3528] = 3264, + [3529] = 3242, + [3530] = 3256, + [3531] = 3264, + [3532] = 3242, + [3533] = 3256, + [3534] = 3264, + [3535] = 3242, + [3536] = 3256, + [3537] = 3264, + [3538] = 3242, + [3539] = 3256, + [3540] = 3264, + [3541] = 3242, + [3542] = 3256, + [3543] = 3264, + [3544] = 3242, + [3545] = 3256, + [3546] = 3264, + [3547] = 3242, + [3548] = 3256, + [3549] = 3264, + [3550] = 3242, + [3551] = 3256, + [3552] = 3264, + [3553] = 907, + [3554] = 973, + [3555] = 908, + [3556] = 3556, + [3557] = 821, + [3558] = 909, + [3559] = 3559, + [3560] = 822, + [3561] = 3561, + [3562] = 3562, + [3563] = 3563, + [3564] = 3564, + [3565] = 3565, + [3566] = 3264, + [3567] = 903, + [3568] = 839, + [3569] = 874, + [3570] = 876, + [3571] = 3571, + [3572] = 3572, + [3573] = 855, + [3574] = 845, + [3575] = 3575, + [3576] = 3576, + [3577] = 3577, + [3578] = 912, + [3579] = 913, + [3580] = 3580, + [3581] = 3581, + [3582] = 3582, + [3583] = 914, + [3584] = 3584, + [3585] = 977, + [3586] = 915, + [3587] = 916, + [3588] = 3588, + [3589] = 3589, + [3590] = 3590, + [3591] = 917, + [3592] = 918, + [3593] = 919, + [3594] = 928, + [3595] = 3595, + [3596] = 920, + [3597] = 3597, + [3598] = 3598, + [3599] = 921, + [3600] = 3600, + [3601] = 3601, + [3602] = 922, + [3603] = 3603, + [3604] = 3604, + [3605] = 3605, + [3606] = 923, + [3607] = 924, + [3608] = 3608, + [3609] = 925, + [3610] = 926, + [3611] = 927, + [3612] = 967, + [3613] = 3613, + [3614] = 3614, + [3615] = 3615, + [3616] = 3616, + [3617] = 3617, + [3618] = 3618, + [3619] = 3619, + [3620] = 3620, + [3621] = 3621, + [3622] = 3622, + [3623] = 3623, + [3624] = 3624, + [3625] = 3625, + [3626] = 3626, + [3627] = 3627, + [3628] = 3628, + [3629] = 3629, + [3630] = 3630, + [3631] = 3631, + [3632] = 930, + [3633] = 3633, + [3634] = 931, + [3635] = 932, + [3636] = 933, + [3637] = 934, + [3638] = 3638, + [3639] = 3639, + [3640] = 3640, + [3641] = 3641, + [3642] = 3642, + [3643] = 3643, + [3644] = 3644, + [3645] = 935, + [3646] = 3646, + [3647] = 936, + [3648] = 3648, + [3649] = 3649, + [3650] = 3650, + [3651] = 3651, + [3652] = 3652, + [3653] = 802, + [3654] = 3654, + [3655] = 3655, + [3656] = 735, + [3657] = 3657, + [3658] = 734, + [3659] = 3659, + [3660] = 939, + [3661] = 3661, + [3662] = 940, + [3663] = 3663, + [3664] = 3664, + [3665] = 955, + [3666] = 941, + [3667] = 3667, + [3668] = 942, + [3669] = 3264, + [3670] = 848, + [3671] = 972, + [3672] = 885, + [3673] = 904, + [3674] = 967, + [3675] = 890, + [3676] = 971, + [3677] = 911, + [3678] = 891, + [3679] = 930, + [3680] = 735, + [3681] = 931, + [3682] = 734, + [3683] = 932, + [3684] = 892, + [3685] = 933, + [3686] = 934, + [3687] = 1103, + [3688] = 935, + [3689] = 936, + [3690] = 969, + [3691] = 855, + [3692] = 1887, + [3693] = 964, + [3694] = 840, + [3695] = 893, + [3696] = 894, + [3697] = 895, + [3698] = 896, + [3699] = 842, + [3700] = 897, + [3701] = 823, + [3702] = 884, + [3703] = 898, + [3704] = 874, + [3705] = 876, + [3706] = 899, + [3707] = 1107, + [3708] = 825, + [3709] = 950, + [3710] = 951, + [3711] = 952, + [3712] = 953, + [3713] = 827, + [3714] = 954, + [3715] = 2117, + [3716] = 900, + [3717] = 735, + [3718] = 889, + [3719] = 901, + [3720] = 734, + [3721] = 886, + [3722] = 843, + [3723] = 830, + [3724] = 975, + [3725] = 3725, + [3726] = 734, + [3727] = 905, + [3728] = 939, + [3729] = 906, + [3730] = 940, + [3731] = 3731, + [3732] = 907, + [3733] = 941, + [3734] = 942, + [3735] = 970, + [3736] = 908, + [3737] = 909, + [3738] = 887, + [3739] = 888, + [3740] = 824, + [3741] = 852, + [3742] = 976, + [3743] = 854, + [3744] = 882, + [3745] = 2176, + [3746] = 973, + [3747] = 820, + [3748] = 828, + [3749] = 829, + [3750] = 956, + [3751] = 851, + [3752] = 965, + [3753] = 902, + [3754] = 853, + [3755] = 912, + [3756] = 913, + [3757] = 914, + [3758] = 960, + [3759] = 961, + [3760] = 962, + [3761] = 943, + [3762] = 944, + [3763] = 945, + [3764] = 946, + [3765] = 947, + [3766] = 977, + [3767] = 948, + [3768] = 957, + [3769] = 958, + [3770] = 949, + [3771] = 915, + [3772] = 903, + [3773] = 916, + [3774] = 963, + [3775] = 917, + [3776] = 918, + [3777] = 840, + [3778] = 919, + [3779] = 966, + [3780] = 920, + [3781] = 921, + [3782] = 928, + [3783] = 922, + [3784] = 923, + [3785] = 833, + [3786] = 924, + [3787] = 925, + [3788] = 836, + [3789] = 959, + [3790] = 926, + [3791] = 927, + [3792] = 841, + [3793] = 735, + [3794] = 955, + [3795] = 826, + [3796] = 3731, + [3797] = 853, + [3798] = 826, + [3799] = 841, + [3800] = 1817, + [3801] = 1817, + [3802] = 3802, + [3803] = 804, + [3804] = 3804, + [3805] = 821, + [3806] = 842, + [3807] = 3807, + [3808] = 833, + [3809] = 838, + [3810] = 812, + [3811] = 840, + [3812] = 1730, + [3813] = 836, + [3814] = 848, + [3815] = 827, + [3816] = 735, + [3817] = 845, + [3818] = 843, + [3819] = 814, + [3820] = 816, + [3821] = 734, + [3822] = 3802, + [3823] = 817, + [3824] = 815, + [3825] = 839, + [3826] = 1107, + [3827] = 3807, + [3828] = 818, + [3829] = 844, + [3830] = 825, + [3831] = 823, + [3832] = 822, + [3833] = 837, + [3834] = 1103, + [3835] = 3835, + [3836] = 1965, + [3837] = 819, + [3838] = 734, + [3839] = 844, + [3840] = 735, + [3841] = 734, + [3842] = 735, + [3843] = 837, + [3844] = 803, + [3845] = 838, + [3846] = 821, + [3847] = 811, + [3848] = 813, + [3849] = 735, + [3850] = 734, + [3851] = 839, + [3852] = 3731, + [3853] = 845, + [3854] = 819, + [3855] = 811, + [3856] = 1971, + [3857] = 813, + [3858] = 803, + [3859] = 822, + [3860] = 844, + [3861] = 3861, + [3862] = 1107, + [3863] = 2027, + [3864] = 844, + [3865] = 1103, + [3866] = 2477, + [3867] = 809, + [3868] = 844, + [3869] = 806, + [3870] = 2022, + [3871] = 2018, + [3872] = 810, + [3873] = 2086, + [3874] = 2061, + [3875] = 824, + [3876] = 2090, + [3877] = 820, + [3878] = 824, + [3879] = 820, + [3880] = 828, + [3881] = 828, + [3882] = 829, + [3883] = 829, + [3884] = 844, + [3885] = 830, + [3886] = 830, + [3887] = 2084, + [3888] = 836, + [3889] = 3889, + [3890] = 3889, + [3891] = 3891, + [3892] = 2126, + [3893] = 3891, + [3894] = 2127, + [3895] = 3891, + [3896] = 2128, + [3897] = 3897, + [3898] = 3891, + [3899] = 840, + [3900] = 2061, + [3901] = 841, + [3902] = 2090, + [3903] = 3903, + [3904] = 3889, + [3905] = 3905, + [3906] = 3891, + [3907] = 3889, + [3908] = 3908, + [3909] = 2125, + [3910] = 842, + [3911] = 2136, + [3912] = 3905, + [3913] = 1612, + [3914] = 3891, + [3915] = 3891, + [3916] = 823, + [3917] = 3889, + [3918] = 848, + [3919] = 3889, + [3920] = 825, + [3921] = 843, + [3922] = 827, + [3923] = 3891, + [3924] = 853, + [3925] = 3925, + [3926] = 833, + [3927] = 3889, + [3928] = 826, + [3929] = 2137, + [3930] = 2138, + [3931] = 3889, + [3932] = 2135, + [3933] = 2156, + [3934] = 1613, + [3935] = 844, + [3936] = 3074, + [3937] = 2172, + [3938] = 2156, + [3939] = 2172, + [3940] = 3940, + [3941] = 1593, + [3942] = 837, + [3943] = 2977, + [3944] = 838, + [3945] = 1614, + [3946] = 3946, + [3947] = 821, + [3948] = 822, + [3949] = 2971, + [3950] = 839, + [3951] = 845, + [3952] = 3952, + [3953] = 3953, + [3954] = 3954, + [3955] = 3955, + [3956] = 3956, + [3957] = 3957, + [3958] = 3958, + [3959] = 2208, + [3960] = 3954, + [3961] = 3961, + [3962] = 3962, + [3963] = 3963, + [3964] = 3964, + [3965] = 3965, + [3966] = 3966, + [3967] = 3967, + [3968] = 3958, + [3969] = 3969, + [3970] = 3956, + [3971] = 3969, + [3972] = 3953, + [3973] = 3962, + [3974] = 3963, + [3975] = 3964, + [3976] = 3967, + [3977] = 3977, + [3978] = 3978, + [3979] = 3964, + [3980] = 3980, + [3981] = 3981, + [3982] = 3982, + [3983] = 3978, + [3984] = 3956, + [3985] = 3985, + [3986] = 3986, + [3987] = 3978, + [3988] = 3988, + [3989] = 3989, + [3990] = 3954, + [3991] = 3967, + [3992] = 3956, + [3993] = 3986, + [3994] = 3965, + [3995] = 3954, + [3996] = 3954, + [3997] = 3967, + [3998] = 3998, + [3999] = 3957, + [4000] = 4000, + [4001] = 4001, + [4002] = 3967, + [4003] = 3954, + [4004] = 4004, + [4005] = 3955, + [4006] = 3956, + [4007] = 3963, + [4008] = 3966, + [4009] = 3967, + [4010] = 4010, + [4011] = 4011, + [4012] = 3967, + [4013] = 4013, + [4014] = 4014, + [4015] = 4015, + [4016] = 3956, + [4017] = 3954, + [4018] = 4011, + [4019] = 4014, + [4020] = 3980, + [4021] = 3956, + [4022] = 4022, + [4023] = 3967, + [4024] = 3977, + [4025] = 4004, + [4026] = 4026, + [4027] = 3954, + [4028] = 4026, + [4029] = 3962, + [4030] = 3956, + [4031] = 3958, + [4032] = 4013, + [4033] = 4033, + [4034] = 4034, + [4035] = 4035, + [4036] = 4036, + [4037] = 4037, + [4038] = 4034, + [4039] = 4039, + [4040] = 4040, + [4041] = 4040, + [4042] = 4042, + [4043] = 4034, + [4044] = 4044, + [4045] = 4034, + [4046] = 4034, + [4047] = 4040, + [4048] = 4048, + [4049] = 2208, + [4050] = 4034, + [4051] = 4040, + [4052] = 4048, + [4053] = 4040, + [4054] = 4040, + [4055] = 4044, + [4056] = 2425, + [4057] = 2381, + [4058] = 4034, + [4059] = 4034, + [4060] = 4034, + [4061] = 4061, + [4062] = 4062, + [4063] = 4040, + [4064] = 4040, + [4065] = 4062, + [4066] = 4040, + [4067] = 4067, + [4068] = 4040, + [4069] = 4034, + [4070] = 4034, + [4071] = 4040, + [4072] = 4040, + [4073] = 4034, + [4074] = 4040, + [4075] = 4034, + [4076] = 4034, + [4077] = 2210, + [4078] = 4078, + [4079] = 4034, + [4080] = 4040, + [4081] = 4034, + [4082] = 4034, + [4083] = 4040, + [4084] = 4034, + [4085] = 4040, + [4086] = 4040, + [4087] = 2420, + [4088] = 4034, + [4089] = 4040, + [4090] = 4034, + [4091] = 4040, + [4092] = 4034, + [4093] = 4040, + [4094] = 4061, + [4095] = 4034, + [4096] = 4096, + [4097] = 4097, + [4098] = 4098, + [4099] = 4040, + [4100] = 4034, + [4101] = 4034, + [4102] = 4102, + [4103] = 4103, + [4104] = 4035, + [4105] = 4036, + [4106] = 4037, + [4107] = 4039, + [4108] = 4042, + [4109] = 4040, + [4110] = 4044, + [4111] = 4040, + [4112] = 4096, + [4113] = 4102, + [4114] = 4034, + [4115] = 4061, + [4116] = 4040, + [4117] = 4096, + [4118] = 4098, + [4119] = 4034, + [4120] = 4102, + [4121] = 4103, + [4122] = 4036, + [4123] = 4037, + [4124] = 4040, + [4125] = 4042, + [4126] = 4034, + [4127] = 4040, + [4128] = 4034, + [4129] = 4034, + [4130] = 4040, + [4131] = 4034, + [4132] = 4040, + [4133] = 4034, + [4134] = 4040, + [4135] = 4103, + [4136] = 4062, + [4137] = 4034, + [4138] = 4034, + [4139] = 4040, + [4140] = 4097, + [4141] = 4040, + [4142] = 4034, + [4143] = 4040, + [4144] = 4034, + [4145] = 4040, + [4146] = 4042, + [4147] = 4034, + [4148] = 4048, + [4149] = 4034, + [4150] = 4040, + [4151] = 4034, + [4152] = 4040, + [4153] = 4153, + [4154] = 4034, + [4155] = 4040, + [4156] = 4040, + [4157] = 4034, + [4158] = 4040, + [4159] = 4035, + [4160] = 4034, + [4161] = 4098, + [4162] = 4040, + [4163] = 4040, + [4164] = 4034, + [4165] = 4040, + [4166] = 4039, + [4167] = 4034, + [4168] = 4034, + [4169] = 4036, + [4170] = 4040, + [4171] = 4040, + [4172] = 4037, + [4173] = 4040, + [4174] = 4034, + [4175] = 4040, + [4176] = 4078, + [4177] = 4061, + [4178] = 4034, + [4179] = 4034, + [4180] = 4040, + [4181] = 4096, + [4182] = 4097, + [4183] = 4040, + [4184] = 4078, + [4185] = 4034, + [4186] = 4098, + [4187] = 4078, + [4188] = 4040, + [4189] = 4034, + [4190] = 4078, + [4191] = 4102, + [4192] = 4034, + [4193] = 4078, + [4194] = 4040, + [4195] = 4034, + [4196] = 4078, + [4197] = 2375, + [4198] = 4040, + [4199] = 4078, + [4200] = 4200, + [4201] = 4034, + [4202] = 4040, + [4203] = 4103, + [4204] = 4040, + [4205] = 4205, + [4206] = 4206, + [4207] = 4207, + [4208] = 2210, + [4209] = 4209, + [4210] = 4210, + [4211] = 4211, + [4212] = 4212, + [4213] = 2478, + [4214] = 4214, + [4215] = 4210, + [4216] = 2479, + [4217] = 4217, + [4218] = 2487, + [4219] = 4219, + [4220] = 4220, + [4221] = 4221, + [4222] = 2459, + [4223] = 2498, + [4224] = 4224, + [4225] = 4225, + [4226] = 4225, + [4227] = 4206, + [4228] = 4207, + [4229] = 4209, + [4230] = 4212, + [4231] = 4206, + [4232] = 4207, + [4233] = 4210, + [4234] = 4234, + [4235] = 4209, + [4236] = 4219, + [4237] = 4220, + [4238] = 4221, + [4239] = 4212, + [4240] = 4240, + [4241] = 4217, + [4242] = 4234, + [4243] = 4225, + [4244] = 4206, + [4245] = 4207, + [4246] = 4209, + [4247] = 4247, + [4248] = 4210, + [4249] = 4212, + [4250] = 4210, + [4251] = 4251, + [4252] = 4252, + [4253] = 4253, + [4254] = 4220, + [4255] = 4255, + [4256] = 4256, + [4257] = 4219, + [4258] = 4220, + [4259] = 4206, + [4260] = 4207, + [4261] = 4209, + [4262] = 4210, + [4263] = 4214, + [4264] = 4220, + [4265] = 4224, + [4266] = 4209, + [4267] = 4221, + [4268] = 4210, + [4269] = 4220, + [4270] = 4270, + [4271] = 4271, + [4272] = 4209, + [4273] = 4210, + [4274] = 4274, + [4275] = 4220, + [4276] = 4212, + [4277] = 4209, + [4278] = 4210, + [4279] = 4220, + [4280] = 4209, + [4281] = 4256, + [4282] = 4210, + [4283] = 4274, + [4284] = 4220, + [4285] = 4209, + [4286] = 4210, + [4287] = 4220, + [4288] = 4209, + [4289] = 4210, + [4290] = 4220, + [4291] = 4225, + [4292] = 4209, + [4293] = 4210, + [4294] = 4206, + [4295] = 4220, + [4296] = 4207, + [4297] = 4209, + [4298] = 4210, + [4299] = 4209, + [4300] = 4220, + [4301] = 4209, + [4302] = 4210, + [4303] = 4212, + [4304] = 4220, + [4305] = 4240, + [4306] = 4209, + [4307] = 4217, + [4308] = 4210, + [4309] = 4234, + [4310] = 4220, + [4311] = 4209, + [4312] = 4210, + [4313] = 4210, + [4314] = 4220, + [4315] = 4209, + [4316] = 4210, + [4317] = 4252, + [4318] = 4220, + [4319] = 4209, + [4320] = 4210, + [4321] = 4253, + [4322] = 4220, + [4323] = 4209, + [4324] = 4210, + [4325] = 4325, + [4326] = 4220, + [4327] = 4205, + [4328] = 4209, + [4329] = 4255, + [4330] = 4210, + [4331] = 4256, + [4332] = 4220, + [4333] = 4219, + [4334] = 4209, + [4335] = 4210, + [4336] = 4220, + [4337] = 4220, + [4338] = 4209, + [4339] = 4339, + [4340] = 4210, + [4341] = 4214, + [4342] = 4206, + [4343] = 4220, + [4344] = 4209, + [4345] = 4210, + [4346] = 4221, + [4347] = 4220, + [4348] = 4224, + [4349] = 4209, + [4350] = 4210, + [4351] = 4221, + [4352] = 4220, + [4353] = 4270, + [4354] = 4209, + [4355] = 4210, + [4356] = 4271, + [4357] = 4220, + [4358] = 4274, + [4359] = 4209, + [4360] = 4210, + [4361] = 4220, + [4362] = 4209, + [4363] = 4210, + [4364] = 4220, + [4365] = 4220, + [4366] = 4209, + [4367] = 4210, + [4368] = 4220, + [4369] = 4209, + [4370] = 4210, + [4371] = 4220, + [4372] = 4209, + [4373] = 4210, + [4374] = 4220, + [4375] = 4209, + [4376] = 4210, + [4377] = 4220, + [4378] = 4209, + [4379] = 4210, + [4380] = 4225, + [4381] = 4220, + [4382] = 4209, + [4383] = 4210, + [4384] = 4220, + [4385] = 4206, + [4386] = 4207, + [4387] = 4209, + [4388] = 4212, + [4389] = 4240, + [4390] = 4210, + [4391] = 4391, + [4392] = 4252, + [4393] = 4251, + [4394] = 4339, + [4395] = 4205, + [4396] = 4219, + [4397] = 4210, + [4398] = 4270, + [4399] = 4221, + [4400] = 4400, + [4401] = 4253, + [4402] = 4225, + [4403] = 4206, + [4404] = 4207, + [4405] = 4209, + [4406] = 4406, + [4407] = 4212, + [4408] = 4220, + [4409] = 4240, + [4410] = 4210, + [4411] = 4251, + [4412] = 4339, + [4413] = 4219, + [4414] = 4205, + [4415] = 4415, + [4416] = 4219, + [4417] = 2471, + [4418] = 4220, + [4419] = 4419, + [4420] = 4251, + [4421] = 4221, + [4422] = 4339, + [4423] = 4252, + [4424] = 4205, + [4425] = 4225, + [4426] = 4251, + [4427] = 4339, + [4428] = 4209, + [4429] = 4205, + [4430] = 4225, + [4431] = 4251, + [4432] = 4206, + [4433] = 4339, + [4434] = 4207, + [4435] = 4205, + [4436] = 4209, + [4437] = 4251, + [4438] = 4339, + [4439] = 4212, + [4440] = 4205, + [4441] = 4209, + [4442] = 4442, + [4443] = 4251, + [4444] = 4339, + [4445] = 4205, + [4446] = 4210, + [4447] = 4447, + [4448] = 4251, + [4449] = 4339, + [4450] = 4205, + [4451] = 4255, + [4452] = 4452, + [4453] = 4251, + [4454] = 4339, + [4455] = 4271, + [4456] = 4205, + [4457] = 4219, + [4458] = 4251, + [4459] = 4339, + [4460] = 4205, + [4461] = 4251, + [4462] = 4339, + [4463] = 4205, + [4464] = 4251, + [4465] = 4339, + [4466] = 4205, + [4467] = 4251, + [4468] = 4339, + [4469] = 4205, + [4470] = 4251, + [4471] = 4339, + [4472] = 4205, + [4473] = 4251, + [4474] = 4339, + [4475] = 4205, + [4476] = 4251, + [4477] = 4339, + [4478] = 4205, + [4479] = 4251, + [4480] = 4339, + [4481] = 4205, + [4482] = 4251, + [4483] = 4339, + [4484] = 4205, + [4485] = 4251, + [4486] = 4339, + [4487] = 4205, + [4488] = 4251, + [4489] = 4339, + [4490] = 4205, + [4491] = 4251, + [4492] = 4339, + [4493] = 4205, + [4494] = 4251, + [4495] = 4339, + [4496] = 4205, + [4497] = 4251, + [4498] = 4339, + [4499] = 4205, + [4500] = 4251, + [4501] = 4339, + [4502] = 4205, + [4503] = 4251, + [4504] = 4339, + [4505] = 4205, + [4506] = 4251, + [4507] = 4339, + [4508] = 4205, + [4509] = 4251, + [4510] = 4339, + [4511] = 4205, + [4512] = 4251, + [4513] = 4339, + [4514] = 4205, + [4515] = 4251, + [4516] = 4339, + [4517] = 4205, + [4518] = 4251, + [4519] = 4339, + [4520] = 4205, + [4521] = 4251, + [4522] = 4339, + [4523] = 4205, + [4524] = 4251, + [4525] = 4339, + [4526] = 4205, + [4527] = 4251, + [4528] = 4339, + [4529] = 4205, + [4530] = 4251, + [4531] = 4339, + [4532] = 4205, + [4533] = 4251, + [4534] = 4339, + [4535] = 4205, + [4536] = 4251, + [4537] = 4339, + [4538] = 4205, + [4539] = 4251, + [4540] = 4339, + [4541] = 4205, + [4542] = 4251, + [4543] = 4339, + [4544] = 4205, + [4545] = 4251, + [4546] = 4339, + [4547] = 4205, + [4548] = 4251, + [4549] = 4339, + [4550] = 4205, + [4551] = 4251, + [4552] = 4339, + [4553] = 4205, + [4554] = 4339, + [4555] = 4205, + [4556] = 4339, + [4557] = 4220, + [4558] = 4339, + [4559] = 4339, + [4560] = 4339, + [4561] = 4339, + [4562] = 4339, + [4563] = 4339, + [4564] = 4339, + [4565] = 4339, + [4566] = 4207, + [4567] = 4567, + [4568] = 4221, + [4569] = 4569, + [4570] = 4570, + [4571] = 4225, + [4572] = 4572, + [4573] = 4220, + [4574] = 4574, + [4575] = 4575, + [4576] = 735, + [4577] = 4577, + [4578] = 2823, + [4579] = 2850, + [4580] = 4580, + [4581] = 2833, + [4582] = 4582, + [4583] = 4583, + [4584] = 4584, + [4585] = 4585, + [4586] = 4586, + [4587] = 4587, + [4588] = 4588, + [4589] = 2922, + [4590] = 4590, + [4591] = 2999, + [4592] = 2954, + [4593] = 3000, + [4594] = 2955, + [4595] = 3001, + [4596] = 2948, + [4597] = 4597, + [4598] = 2923, + [4599] = 2924, + [4600] = 2887, + [4601] = 875, + [4602] = 3005, + [4603] = 2926, + [4604] = 3010, + [4605] = 2946, + [4606] = 3012, + [4607] = 2956, + [4608] = 2953, + [4609] = 3078, + [4610] = 2949, + [4611] = 2950, + [4612] = 4612, + [4613] = 2958, + [4614] = 2951, + [4615] = 4615, + [4616] = 4616, + [4617] = 880, + [4618] = 4618, + [4619] = 880, + [4620] = 875, + [4621] = 876, + [4622] = 4622, + [4623] = 4623, + [4624] = 874, + [4625] = 4625, + [4626] = 4626, + [4627] = 4627, + [4628] = 4628, + [4629] = 3238, + [4630] = 3365, + [4631] = 4631, + [4632] = 4632, + [4633] = 948, + [4634] = 4634, + [4635] = 4635, + [4636] = 4636, + [4637] = 949, + [4638] = 4638, + [4639] = 3366, + [4640] = 3099, + [4641] = 875, + [4642] = 3294, + [4643] = 3295, + [4644] = 959, + [4645] = 3181, + [4646] = 3648, + [4647] = 4647, + [4648] = 4648, + [4649] = 3604, + [4650] = 4650, + [4651] = 3302, + [4652] = 4652, + [4653] = 4653, + [4654] = 4654, + [4655] = 3371, + [4656] = 3478, + [4657] = 3390, + [4658] = 3310, + [4659] = 3393, + [4660] = 4660, + [4661] = 4661, + [4662] = 3271, + [4663] = 4663, + [4664] = 4664, + [4665] = 4665, + [4666] = 4666, + [4667] = 3394, + [4668] = 4668, + [4669] = 4669, + [4670] = 4670, + [4671] = 4671, + [4672] = 4672, + [4673] = 3317, + [4674] = 3318, + [4675] = 4675, + [4676] = 4676, + [4677] = 4677, + [4678] = 4678, + [4679] = 4679, + [4680] = 4680, + [4681] = 4681, + [4682] = 4682, + [4683] = 4683, + [4684] = 880, + [4685] = 3603, + [4686] = 3385, + [4687] = 4687, + [4688] = 4688, + [4689] = 4689, + [4690] = 4690, + [4691] = 3435, + [4692] = 4692, + [4693] = 4693, + [4694] = 4694, + [4695] = 4695, + [4696] = 4694, + [4697] = 4693, + [4698] = 4698, + [4699] = 4699, + [4700] = 4698, + [4701] = 4699, + [4702] = 4702, + [4703] = 4703, + [4704] = 4698, + [4705] = 4702, + [4706] = 4699, + [4707] = 4702, + [4708] = 4703, + [4709] = 4698, + [4710] = 4702, + [4711] = 4699, + [4712] = 4703, + [4713] = 4702, + [4714] = 4699, + [4715] = 4703, + [4716] = 4698, + [4717] = 4703, + [4718] = 4698, + [4719] = 4702, + [4720] = 4699, + [4721] = 4702, + [4722] = 4703, + [4723] = 4698, + [4724] = 4702, + [4725] = 4699, + [4726] = 4699, + [4727] = 4703, + [4728] = 4698, + [4729] = 4702, + [4730] = 4703, + [4731] = 4698, + [4732] = 4699, + [4733] = 4703, + [4734] = 4698, + [4735] = 4698, + [4736] = 4702, + [4737] = 4737, + [4738] = 4703, + [4739] = 4699, + [4740] = 4702, + [4741] = 4698, + [4742] = 4742, + [4743] = 4699, + [4744] = 4702, + [4745] = 4703, + [4746] = 4698, + [4747] = 4747, + [4748] = 4702, + [4749] = 4699, + [4750] = 4703, + [4751] = 4698, + [4752] = 4699, + [4753] = 4702, + [4754] = 4703, + [4755] = 4755, + [4756] = 4756, + [4757] = 4698, + [4758] = 4702, + [4759] = 4699, + [4760] = 4699, + [4761] = 4699, + [4762] = 4703, + [4763] = 4698, + [4764] = 4703, + [4765] = 4742, + [4766] = 4698, + [4767] = 4702, + [4768] = 4699, + [4769] = 4699, + [4770] = 4747, + [4771] = 4702, + [4772] = 4772, + [4773] = 4773, + [4774] = 4742, + [4775] = 4703, + [4776] = 4698, + [4777] = 4702, + [4778] = 4747, + [4779] = 4699, + [4780] = 4703, + [4781] = 4698, + [4782] = 4702, + [4783] = 4703, + [4784] = 4747, + [4785] = 4699, + [4786] = 4698, + [4787] = 4702, + [4788] = 4788, + [4789] = 4699, + [4790] = 4747, + [4791] = 4699, + [4792] = 4742, + [4793] = 4703, + [4794] = 4698, + [4795] = 4747, + [4796] = 4702, + [4797] = 4699, + [4798] = 4798, + [4799] = 4699, + [4800] = 4703, + [4801] = 4698, + [4802] = 4702, + [4803] = 4699, + [4804] = 4703, + [4805] = 4698, + [4806] = 4702, + [4807] = 4747, + [4808] = 4703, + [4809] = 4698, + [4810] = 4702, + [4811] = 4699, + [4812] = 4699, + [4813] = 4703, + [4814] = 4698, + [4815] = 4702, + [4816] = 4699, + [4817] = 4703, + [4818] = 4698, + [4819] = 4702, + [4820] = 4699, + [4821] = 4703, + [4822] = 4698, + [4823] = 4699, + [4824] = 4703, + [4825] = 4698, + [4826] = 4702, + [4827] = 4699, + [4828] = 4703, + [4829] = 4703, + [4830] = 4698, + [4831] = 4702, + [4832] = 4699, + [4833] = 4698, + [4834] = 4702, + [4835] = 4703, + [4836] = 4699, + [4837] = 4703, + [4838] = 4698, + [4839] = 4702, + [4840] = 4699, + [4841] = 4703, + [4842] = 4698, + [4843] = 4702, + [4844] = 4699, + [4845] = 4703, + [4846] = 4698, + [4847] = 4702, + [4848] = 4702, + [4849] = 4699, + [4850] = 4703, + [4851] = 4698, + [4852] = 4702, + [4853] = 4699, + [4854] = 4703, + [4855] = 4698, + [4856] = 4702, + [4857] = 4699, + [4858] = 4703, + [4859] = 4698, + [4860] = 4702, + [4861] = 4699, + [4862] = 4703, + [4863] = 4698, + [4864] = 4703, + [4865] = 4698, + [4866] = 4702, + [4867] = 4702, + [4868] = 4703, + [4869] = 4702, + [4870] = 4703, + [4871] = 4698, + [4872] = 4872, + [4873] = 4873, + [4874] = 4874, + [4875] = 4875, + [4876] = 4876, + [4877] = 2877, + [4878] = 989, + [4879] = 4875, + [4880] = 4874, + [4881] = 4874, + [4882] = 4875, + [4883] = 4883, + [4884] = 4872, + [4885] = 4875, + [4886] = 4886, + [4887] = 4887, + [4888] = 4888, + [4889] = 4874, + [4890] = 803, + [4891] = 4891, + [4892] = 4892, + [4893] = 2929, + [4894] = 4894, + [4895] = 4895, + [4896] = 4892, + [4897] = 813, + [4898] = 4898, + [4899] = 4894, + [4900] = 4900, + [4901] = 4892, + [4902] = 4902, + [4903] = 989, + [4904] = 4904, + [4905] = 2893, + [4906] = 4892, + [4907] = 4907, + [4908] = 4900, + [4909] = 4894, + [4910] = 2981, + [4911] = 2984, + [4912] = 819, + [4913] = 3063, + [4914] = 4914, + [4915] = 4892, + [4916] = 4914, + [4917] = 4894, + [4918] = 4918, + [4919] = 4894, + [4920] = 4920, + [4921] = 4914, + [4922] = 4914, + [4923] = 4914, + [4924] = 4900, + [4925] = 4892, + [4926] = 811, + [4927] = 4914, + [4928] = 4900, + [4929] = 4914, + [4930] = 4892, + [4931] = 2356, + [4932] = 4932, + [4933] = 4932, + [4934] = 4932, + [4935] = 989, + [4936] = 4932, + [4937] = 844, + [4938] = 4938, + [4939] = 4939, + [4940] = 4940, + [4941] = 4941, + [4942] = 4938, + [4943] = 4940, + [4944] = 4944, + [4945] = 4944, + [4946] = 4946, + [4947] = 4946, + [4948] = 824, + [4949] = 820, + [4950] = 4946, + [4951] = 830, + [4952] = 4946, + [4953] = 4946, + [4954] = 4946, + [4955] = 828, + [4956] = 4946, + [4957] = 4946, + [4958] = 4946, + [4959] = 4946, + [4960] = 829, + [4961] = 1614, + [4962] = 1613, + [4963] = 1593, + [4964] = 2477, + [4965] = 1612, + [4966] = 4966, + [4967] = 4967, + [4968] = 4968, + [4969] = 803, + [4970] = 4967, + [4971] = 888, + [4972] = 4972, + [4973] = 4967, + [4974] = 4972, + [4975] = 4967, + [4976] = 4967, + [4977] = 811, + [4978] = 4978, + [4979] = 4978, + [4980] = 4978, + [4981] = 4978, + [4982] = 819, + [4983] = 4972, + [4984] = 4972, + [4985] = 4978, + [4986] = 4972, + [4987] = 4968, + [4988] = 887, + [4989] = 4972, + [4990] = 4978, + [4991] = 813, + [4992] = 4972, + [4993] = 4968, + [4994] = 4968, + [4995] = 905, + [4996] = 884, + [4997] = 975, + [4998] = 4967, + [4999] = 4967, + [5000] = 901, + [5001] = 4968, + [5002] = 882, + [5003] = 4972, + [5004] = 4968, + [5005] = 4978, + [5006] = 926, + [5007] = 4978, + [5008] = 4972, + [5009] = 4968, + [5010] = 844, + [5011] = 897, + [5012] = 900, + [5013] = 4978, + [5014] = 4972, + [5015] = 4968, + [5016] = 4967, + [5017] = 4967, + [5018] = 4967, + [5019] = 4978, + [5020] = 4968, + [5021] = 844, + [5022] = 5022, + [5023] = 844, + [5024] = 5024, + [5025] = 820, + [5026] = 5026, + [5027] = 5024, + [5028] = 5026, + [5029] = 5029, + [5030] = 5030, + [5031] = 5031, + [5032] = 5029, + [5033] = 829, + [5034] = 5031, + [5035] = 824, + [5036] = 828, + [5037] = 5029, + [5038] = 830, + [5039] = 5031, + [5040] = 5026, + [5041] = 5024, + [5042] = 5042, + [5043] = 5043, + [5044] = 5044, + [5045] = 5043, + [5046] = 5043, + [5047] = 1475, + [5048] = 5043, + [5049] = 5049, + [5050] = 1612, + [5051] = 5043, + [5052] = 5043, + [5053] = 5053, + [5054] = 802, + [5055] = 5043, + [5056] = 5043, + [5057] = 5057, + [5058] = 5043, + [5059] = 2117, + [5060] = 1593, + [5061] = 5061, + [5062] = 802, + [5063] = 844, + [5064] = 1613, + [5065] = 1614, + [5066] = 5066, + [5067] = 5067, + [5068] = 5068, + [5069] = 2477, + [5070] = 5070, + [5071] = 804, + [5072] = 5072, + [5073] = 5070, + [5074] = 5070, + [5075] = 5070, + [5076] = 5070, + [5077] = 802, + [5078] = 5070, + [5079] = 5079, + [5080] = 5080, + [5081] = 5070, + [5082] = 5080, + [5083] = 5083, + [5084] = 5070, + [5085] = 818, + [5086] = 817, + [5087] = 5087, + [5088] = 5080, + [5089] = 812, + [5090] = 814, + [5091] = 5091, + [5092] = 5070, + [5093] = 5093, + [5094] = 5070, + [5095] = 816, + [5096] = 5070, + [5097] = 5097, + [5098] = 815, + [5099] = 5070, + [5100] = 5070, + [5101] = 5101, + [5102] = 813, + [5103] = 818, + [5104] = 814, + [5105] = 802, + [5106] = 802, + [5107] = 803, + [5108] = 813, + [5109] = 5109, + [5110] = 811, + [5111] = 819, + [5112] = 811, + [5113] = 815, + [5114] = 804, + [5115] = 816, + [5116] = 803, + [5117] = 5117, + [5118] = 812, + [5119] = 2893, + [5120] = 819, + [5121] = 817, + [5122] = 819, + [5123] = 1507, + [5124] = 802, + [5125] = 1648, + [5126] = 813, + [5127] = 844, + [5128] = 5128, + [5129] = 811, + [5130] = 844, + [5131] = 812, + [5132] = 5132, + [5133] = 817, + [5134] = 813, + [5135] = 5128, + [5136] = 5128, + [5137] = 802, + [5138] = 803, + [5139] = 5139, + [5140] = 5140, + [5141] = 5140, + [5142] = 819, + [5143] = 802, + [5144] = 802, + [5145] = 5140, + [5146] = 806, + [5147] = 5132, + [5148] = 804, + [5149] = 811, + [5150] = 5128, + [5151] = 802, + [5152] = 5128, + [5153] = 5140, + [5154] = 5132, + [5155] = 810, + [5156] = 5128, + [5157] = 809, + [5158] = 815, + [5159] = 803, + [5160] = 802, + [5161] = 814, + [5162] = 5140, + [5163] = 819, + [5164] = 5140, + [5165] = 816, + [5166] = 5132, + [5167] = 5132, + [5168] = 5140, + [5169] = 5132, + [5170] = 5132, + [5171] = 5128, + [5172] = 818, + [5173] = 1522, + [5174] = 824, + [5175] = 802, + [5176] = 5176, + [5177] = 844, + [5178] = 803, + [5179] = 809, + [5180] = 806, + [5181] = 810, + [5182] = 5182, + [5183] = 5183, + [5184] = 812, + [5185] = 814, + [5186] = 816, + [5187] = 817, + [5188] = 815, + [5189] = 818, + [5190] = 802, + [5191] = 804, + [5192] = 812, + [5193] = 814, + [5194] = 816, + [5195] = 817, + [5196] = 815, + [5197] = 818, + [5198] = 811, + [5199] = 819, + [5200] = 802, + [5201] = 813, + [5202] = 829, + [5203] = 5203, + [5204] = 5204, + [5205] = 844, + [5206] = 830, + [5207] = 5207, + [5208] = 824, + [5209] = 820, + [5210] = 828, + [5211] = 829, + [5212] = 844, + [5213] = 5213, + [5214] = 5213, + [5215] = 5182, + [5216] = 5183, + [5217] = 5204, + [5218] = 5213, + [5219] = 5182, + [5220] = 5183, + [5221] = 5204, + [5222] = 1507, + [5223] = 5223, + [5224] = 5068, + [5225] = 5183, + [5226] = 5204, + [5227] = 803, + [5228] = 830, + [5229] = 5067, + [5230] = 820, + [5231] = 828, + [5232] = 804, + [5233] = 5233, + [5234] = 830, + [5235] = 820, + [5236] = 817, + [5237] = 5237, + [5238] = 5238, + [5239] = 802, + [5240] = 5240, + [5241] = 803, + [5242] = 829, + [5243] = 824, + [5244] = 820, + [5245] = 828, + [5246] = 829, + [5247] = 803, + [5248] = 812, + [5249] = 814, + [5250] = 816, + [5251] = 817, + [5252] = 815, + [5253] = 818, + [5254] = 804, + [5255] = 818, + [5256] = 811, + [5257] = 813, + [5258] = 811, + [5259] = 813, + [5260] = 819, + [5261] = 5261, + [5262] = 819, + [5263] = 830, + [5264] = 844, + [5265] = 824, + [5266] = 820, + [5267] = 828, + [5268] = 829, + [5269] = 5269, + [5270] = 818, + [5271] = 3074, + [5272] = 2971, + [5273] = 842, + [5274] = 811, + [5275] = 5275, + [5276] = 5276, + [5277] = 823, + [5278] = 848, + [5279] = 5269, + [5280] = 814, + [5281] = 1612, + [5282] = 813, + [5283] = 816, + [5284] = 814, + [5285] = 843, + [5286] = 853, + [5287] = 804, + [5288] = 817, + [5289] = 816, + [5290] = 836, + [5291] = 809, + [5292] = 2977, + [5293] = 5269, + [5294] = 826, + [5295] = 814, + [5296] = 816, + [5297] = 804, + [5298] = 817, + [5299] = 804, + [5300] = 828, + [5301] = 5079, + [5302] = 812, + [5303] = 830, + [5304] = 815, + [5305] = 818, + [5306] = 5306, + [5307] = 5307, + [5308] = 806, + [5309] = 815, + [5310] = 5269, + [5311] = 841, + [5312] = 1613, + [5313] = 812, + [5314] = 840, + [5315] = 1593, + [5316] = 814, + [5317] = 816, + [5318] = 817, + [5319] = 815, + [5320] = 818, + [5321] = 1614, + [5322] = 802, + [5323] = 5275, + [5324] = 804, + [5325] = 802, + [5326] = 5275, + [5327] = 810, + [5328] = 5233, + [5329] = 5275, + [5330] = 824, + [5331] = 814, + [5332] = 816, + [5333] = 817, + [5334] = 825, + [5335] = 818, + [5336] = 827, + [5337] = 812, + [5338] = 804, + [5339] = 815, + [5340] = 812, + [5341] = 812, + [5342] = 802, + [5343] = 815, + [5344] = 833, + [5345] = 1858, + [5346] = 825, + [5347] = 838, + [5348] = 812, + [5349] = 5349, + [5350] = 1867, + [5351] = 814, + [5352] = 809, + [5353] = 813, + [5354] = 827, + [5355] = 813, + [5356] = 814, + [5357] = 816, + [5358] = 817, + [5359] = 821, + [5360] = 822, + [5361] = 817, + [5362] = 815, + [5363] = 818, + [5364] = 5364, + [5365] = 811, + [5366] = 1847, + [5367] = 1859, + [5368] = 839, + [5369] = 1861, + [5370] = 819, + [5371] = 1862, + [5372] = 5349, + [5373] = 803, + [5374] = 809, + [5375] = 813, + [5376] = 845, + [5377] = 818, + [5378] = 806, + [5379] = 804, + [5380] = 803, + [5381] = 816, + [5382] = 5382, + [5383] = 806, + [5384] = 5364, + [5385] = 810, + [5386] = 824, + [5387] = 811, + [5388] = 841, + [5389] = 820, + [5390] = 1612, + [5391] = 5349, + [5392] = 842, + [5393] = 828, + [5394] = 1863, + [5395] = 810, + [5396] = 5349, + [5397] = 829, + [5398] = 823, + [5399] = 848, + [5400] = 811, + [5401] = 5401, + [5402] = 5349, + [5403] = 806, + [5404] = 813, + [5405] = 5349, + [5406] = 1593, + [5407] = 1614, + [5408] = 5349, + [5409] = 819, + [5410] = 5349, + [5411] = 803, + [5412] = 819, + [5413] = 5349, + [5414] = 804, + [5415] = 5364, + [5416] = 1864, + [5417] = 812, + [5418] = 843, + [5419] = 853, + [5420] = 1857, + [5421] = 844, + [5422] = 830, + [5423] = 812, + [5424] = 5424, + [5425] = 1854, + [5426] = 5426, + [5427] = 5427, + [5428] = 5428, + [5429] = 833, + [5430] = 844, + [5431] = 844, + [5432] = 836, + [5433] = 809, + [5434] = 811, + [5435] = 5349, + [5436] = 815, + [5437] = 802, + [5438] = 840, + [5439] = 826, + [5440] = 811, + [5441] = 814, + [5442] = 813, + [5443] = 1865, + [5444] = 810, + [5445] = 811, + [5446] = 837, + [5447] = 816, + [5448] = 1866, + [5449] = 817, + [5450] = 815, + [5451] = 813, + [5452] = 5364, + [5453] = 803, + [5454] = 818, + [5455] = 804, + [5456] = 819, + [5457] = 5457, + [5458] = 803, + [5459] = 1613, + [5460] = 5460, + [5461] = 5460, + [5462] = 844, + [5463] = 5463, + [5464] = 830, + [5465] = 1887, + [5466] = 826, + [5467] = 806, + [5468] = 817, + [5469] = 812, + [5470] = 806, + [5471] = 811, + [5472] = 818, + [5473] = 813, + [5474] = 803, + [5475] = 802, + [5476] = 803, + [5477] = 823, + [5478] = 5478, + [5479] = 5479, + [5480] = 5480, + [5481] = 827, + [5482] = 830, + [5483] = 1857, + [5484] = 5460, + [5485] = 1858, + [5486] = 1859, + [5487] = 5487, + [5488] = 844, + [5489] = 844, + [5490] = 848, + [5491] = 5491, + [5492] = 5478, + [5493] = 5479, + [5494] = 5480, + [5495] = 804, + [5496] = 5487, + [5497] = 5460, + [5498] = 809, + [5499] = 5460, + [5500] = 837, + [5501] = 810, + [5502] = 840, + [5503] = 810, + [5504] = 5478, + [5505] = 5479, + [5506] = 5480, + [5507] = 825, + [5508] = 806, + [5509] = 5509, + [5510] = 5460, + [5511] = 5480, + [5512] = 1861, + [5513] = 1862, + [5514] = 1863, + [5515] = 803, + [5516] = 5478, + [5517] = 5479, + [5518] = 5480, + [5519] = 815, + [5520] = 810, + [5521] = 5460, + [5522] = 819, + [5523] = 812, + [5524] = 1864, + [5525] = 5478, + [5526] = 5479, + [5527] = 5480, + [5528] = 827, + [5529] = 5460, + [5530] = 824, + [5531] = 809, + [5532] = 1865, + [5533] = 804, + [5534] = 5478, + [5535] = 5479, + [5536] = 820, + [5537] = 815, + [5538] = 5460, + [5539] = 5460, + [5540] = 5460, + [5541] = 819, + [5542] = 5460, + [5543] = 5460, + [5544] = 1866, + [5545] = 1867, + [5546] = 5460, + [5547] = 5460, + [5548] = 828, + [5549] = 5460, + [5550] = 5460, + [5551] = 829, + [5552] = 811, + [5553] = 5460, + [5554] = 5478, + [5555] = 5460, + [5556] = 5460, + [5557] = 813, + [5558] = 5479, + [5559] = 5460, + [5560] = 809, + [5561] = 5561, + [5562] = 5460, + [5563] = 5480, + [5564] = 838, + [5565] = 5460, + [5566] = 843, + [5567] = 1847, + [5568] = 811, + [5569] = 5460, + [5570] = 5460, + [5571] = 5460, + [5572] = 5460, + [5573] = 824, + [5574] = 5487, + [5575] = 813, + [5576] = 5460, + [5577] = 5460, + [5578] = 5460, + [5579] = 5460, + [5580] = 5460, + [5581] = 5509, + [5582] = 5460, + [5583] = 5460, + [5584] = 5460, + [5585] = 5460, + [5586] = 5460, + [5587] = 819, + [5588] = 5478, + [5589] = 5460, + [5590] = 5460, + [5591] = 5460, + [5592] = 5460, + [5593] = 5460, + [5594] = 5460, + [5595] = 5460, + [5596] = 802, + [5597] = 820, + [5598] = 814, + [5599] = 816, + [5600] = 1854, + [5601] = 817, + [5602] = 812, + [5603] = 815, + [5604] = 828, + [5605] = 814, + [5606] = 816, + [5607] = 804, + [5608] = 817, + [5609] = 818, + [5610] = 818, + [5611] = 829, + [5612] = 853, + [5613] = 5613, + [5614] = 5509, + [5615] = 818, + [5616] = 811, + [5617] = 842, + [5618] = 5480, + [5619] = 813, + [5620] = 821, + [5621] = 822, + [5622] = 812, + [5623] = 809, + [5624] = 819, + [5625] = 803, + [5626] = 5626, + [5627] = 804, + [5628] = 844, + [5629] = 833, + [5630] = 806, + [5631] = 815, + [5632] = 836, + [5633] = 810, + [5634] = 814, + [5635] = 825, + [5636] = 816, + [5637] = 819, + [5638] = 5478, + [5639] = 839, + [5640] = 5479, + [5641] = 5480, + [5642] = 5479, + [5643] = 814, + [5644] = 816, + [5645] = 817, + [5646] = 841, + [5647] = 845, + [5648] = 844, + [5649] = 5460, + [5650] = 829, + [5651] = 827, + [5652] = 5652, + [5653] = 824, + [5654] = 830, + [5655] = 5655, + [5656] = 824, + [5657] = 806, + [5658] = 837, + [5659] = 841, + [5660] = 804, + [5661] = 820, + [5662] = 1507, + [5663] = 826, + [5664] = 828, + [5665] = 829, + [5666] = 5666, + [5667] = 830, + [5668] = 824, + [5669] = 820, + [5670] = 828, + [5671] = 829, + [5672] = 5672, + [5673] = 830, + [5674] = 5674, + [5675] = 820, + [5676] = 803, + [5677] = 810, + [5678] = 5678, + [5679] = 820, + [5680] = 5680, + [5681] = 811, + [5682] = 819, + [5683] = 824, + [5684] = 820, + [5685] = 828, + [5686] = 829, + [5687] = 5687, + [5688] = 828, + [5689] = 844, + [5690] = 844, + [5691] = 844, + [5692] = 842, + [5693] = 813, + [5694] = 844, + [5695] = 5695, + [5696] = 5696, + [5697] = 829, + [5698] = 5698, + [5699] = 5699, + [5700] = 5700, + [5701] = 5701, + [5702] = 823, + [5703] = 5698, + [5704] = 843, + [5705] = 5705, + [5706] = 5706, + [5707] = 5707, + [5708] = 848, + [5709] = 828, + [5710] = 5710, + [5711] = 5711, + [5712] = 843, + [5713] = 5713, + [5714] = 5714, + [5715] = 5696, + [5716] = 853, + [5717] = 5717, + [5718] = 812, + [5719] = 833, + [5720] = 5720, + [5721] = 836, + [5722] = 826, + [5723] = 5699, + [5724] = 5724, + [5725] = 825, + [5726] = 5696, + [5727] = 5727, + [5728] = 5699, + [5729] = 5700, + [5730] = 809, + [5731] = 5698, + [5732] = 842, + [5733] = 5733, + [5734] = 5706, + [5735] = 5707, + [5736] = 5711, + [5737] = 5711, + [5738] = 806, + [5739] = 5714, + [5740] = 823, + [5741] = 5741, + [5742] = 838, + [5743] = 827, + [5744] = 810, + [5745] = 1887, + [5746] = 5699, + [5747] = 5700, + [5748] = 5748, + [5749] = 5749, + [5750] = 5750, + [5751] = 5706, + [5752] = 5707, + [5753] = 842, + [5754] = 5754, + [5755] = 5711, + [5756] = 815, + [5757] = 841, + [5758] = 823, + [5759] = 848, + [5760] = 5760, + [5761] = 843, + [5762] = 5699, + [5763] = 5700, + [5764] = 853, + [5765] = 5765, + [5766] = 5706, + [5767] = 833, + [5768] = 836, + [5769] = 5711, + [5770] = 826, + [5771] = 844, + [5772] = 5699, + [5773] = 5700, + [5774] = 5714, + [5775] = 5706, + [5776] = 5711, + [5777] = 809, + [5778] = 803, + [5779] = 5699, + [5780] = 5700, + [5781] = 5706, + [5782] = 5782, + [5783] = 5711, + [5784] = 806, + [5785] = 821, + [5786] = 825, + [5787] = 5700, + [5788] = 810, + [5789] = 5700, + [5790] = 841, + [5791] = 822, + [5792] = 5700, + [5793] = 5700, + [5794] = 5700, + [5795] = 5795, + [5796] = 5796, + [5797] = 5700, + [5798] = 5700, + [5799] = 5700, + [5800] = 5700, + [5801] = 5700, + [5802] = 5700, + [5803] = 5700, + [5804] = 5707, + [5805] = 5700, + [5806] = 5700, + [5807] = 5700, + [5808] = 5700, + [5809] = 5700, + [5810] = 839, + [5811] = 5700, + [5812] = 5812, + [5813] = 811, + [5814] = 5700, + [5815] = 5700, + [5816] = 5700, + [5817] = 5700, + [5818] = 813, + [5819] = 845, + [5820] = 5717, + [5821] = 5821, + [5822] = 5700, + [5823] = 5823, + [5824] = 5700, + [5825] = 5825, + [5826] = 5700, + [5827] = 5700, + [5828] = 5828, + [5829] = 5700, + [5830] = 5830, + [5831] = 840, + [5832] = 809, + [5833] = 824, + [5834] = 825, + [5835] = 5835, + [5836] = 5765, + [5837] = 5727, + [5838] = 5796, + [5839] = 5695, + [5840] = 5710, + [5841] = 5713, + [5842] = 833, + [5843] = 836, + [5844] = 827, + [5845] = 5835, + [5846] = 5765, + [5847] = 5727, + [5848] = 5796, + [5849] = 5695, + [5850] = 5710, + [5851] = 5713, + [5852] = 5852, + [5853] = 5853, + [5854] = 5835, + [5855] = 5765, + [5856] = 5796, + [5857] = 5710, + [5858] = 5713, + [5859] = 809, + [5860] = 840, + [5861] = 5835, + [5862] = 5710, + [5863] = 5713, + [5864] = 5710, + [5865] = 5713, + [5866] = 5710, + [5867] = 5713, + [5868] = 5710, + [5869] = 5713, + [5870] = 5870, + [5871] = 5706, + [5872] = 5710, + [5873] = 5713, + [5874] = 814, + [5875] = 5710, + [5876] = 5713, + [5877] = 816, + [5878] = 804, + [5879] = 817, + [5880] = 806, + [5881] = 844, + [5882] = 840, + [5883] = 830, + [5884] = 5666, + [5885] = 5754, + [5886] = 5705, + [5887] = 5754, + [5888] = 5705, + [5889] = 5754, + [5890] = 830, + [5891] = 818, + [5892] = 810, + [5893] = 5666, + [5894] = 5666, + [5895] = 5666, + [5896] = 5666, + [5897] = 5666, + [5898] = 5666, + [5899] = 5666, + [5900] = 5700, + [5901] = 845, + [5902] = 848, + [5903] = 844, + [5904] = 815, + [5905] = 844, + [5906] = 838, + [5907] = 843, + [5908] = 838, + [5909] = 821, + [5910] = 822, + [5911] = 5911, + [5912] = 830, + [5913] = 839, + [5914] = 814, + [5915] = 816, + [5916] = 817, + [5917] = 845, + [5918] = 820, + [5919] = 828, + [5920] = 843, + [5921] = 825, + [5922] = 853, + [5923] = 829, + [5924] = 818, + [5925] = 824, + [5926] = 848, + [5927] = 853, + [5928] = 827, + [5929] = 840, + [5930] = 815, + [5931] = 838, + [5932] = 848, + [5933] = 821, + [5934] = 1612, + [5935] = 824, + [5936] = 820, + [5937] = 828, + [5938] = 833, + [5939] = 836, + [5940] = 829, + [5941] = 842, + [5942] = 804, + [5943] = 822, + [5944] = 823, + [5945] = 853, + [5946] = 820, + [5947] = 818, + [5948] = 828, + [5949] = 829, + [5950] = 826, + [5951] = 833, + [5952] = 825, + [5953] = 821, + [5954] = 830, + [5955] = 822, + [5956] = 840, + [5957] = 836, + [5958] = 5958, + [5959] = 848, + [5960] = 844, + [5961] = 840, + [5962] = 5962, + [5963] = 1971, + [5964] = 853, + [5965] = 830, + [5966] = 839, + [5967] = 845, + [5968] = 826, + [5969] = 824, + [5970] = 842, + [5971] = 812, + [5972] = 823, + [5973] = 5973, + [5974] = 1965, + [5975] = 812, + [5976] = 848, + [5977] = 814, + [5978] = 816, + [5979] = 804, + [5980] = 817, + [5981] = 830, + [5982] = 843, + [5983] = 853, + [5984] = 841, + [5985] = 833, + [5986] = 836, + [5987] = 5987, + [5988] = 839, + [5989] = 827, + [5990] = 826, + [5991] = 824, + [5992] = 825, + [5993] = 842, + [5994] = 842, + [5995] = 5911, + [5996] = 820, + [5997] = 823, + [5998] = 848, + [5999] = 843, + [6000] = 853, + [6001] = 828, + [6002] = 841, + [6003] = 833, + [6004] = 836, + [6005] = 837, + [6006] = 826, + [6007] = 841, + [6008] = 809, + [6009] = 829, + [6010] = 837, + [6011] = 825, + [6012] = 841, + [6013] = 806, + [6014] = 837, + [6015] = 810, + [6016] = 840, + [6017] = 823, + [6018] = 827, + [6019] = 827, + [6020] = 822, + [6021] = 825, + [6022] = 843, + [6023] = 853, + [6024] = 843, + [6025] = 833, + [6026] = 836, + [6027] = 1965, + [6028] = 839, + [6029] = 826, + [6030] = 826, + [6031] = 2022, + [6032] = 819, + [6033] = 827, + [6034] = 2033, + [6035] = 2035, + [6036] = 824, + [6037] = 826, + [6038] = 841, + [6039] = 821, + [6040] = 1613, + [6041] = 844, + [6042] = 1593, + [6043] = 840, + [6044] = 845, + [6045] = 1614, + [6046] = 841, + [6047] = 837, + [6048] = 825, + [6049] = 6049, + [6050] = 825, + [6051] = 1971, + [6052] = 803, + [6053] = 822, + [6054] = 837, + [6055] = 839, + [6056] = 827, + [6057] = 853, + [6058] = 827, + [6059] = 841, + [6060] = 833, + [6061] = 837, + [6062] = 2019, + [6063] = 836, + [6064] = 842, + [6065] = 820, + [6066] = 838, + [6067] = 6067, + [6068] = 802, + [6069] = 821, + [6070] = 840, + [6071] = 830, + [6072] = 822, + [6073] = 844, + [6074] = 845, + [6075] = 844, + [6076] = 821, + [6077] = 828, + [6078] = 803, + [6079] = 848, + [6080] = 848, + [6081] = 813, + [6082] = 842, + [6083] = 842, + [6084] = 839, + [6085] = 2037, + [6086] = 833, + [6087] = 845, + [6088] = 823, + [6089] = 2014, + [6090] = 848, + [6091] = 838, + [6092] = 2030, + [6093] = 842, + [6094] = 2016, + [6095] = 887, + [6096] = 843, + [6097] = 837, + [6098] = 2018, + [6099] = 2000, + [6100] = 2002, + [6101] = 840, + [6102] = 829, + [6103] = 838, + [6104] = 853, + [6105] = 844, + [6106] = 833, + [6107] = 836, + [6108] = 821, + [6109] = 5491, + [6110] = 822, + [6111] = 841, + [6112] = 826, + [6113] = 823, + [6114] = 2025, + [6115] = 840, + [6116] = 839, + [6117] = 845, + [6118] = 823, + [6119] = 2008, + [6120] = 5626, + [6121] = 825, + [6122] = 2015, + [6123] = 811, + [6124] = 844, + [6125] = 813, + [6126] = 827, + [6127] = 2027, + [6128] = 843, + [6129] = 836, + [6130] = 841, + [6131] = 838, + [6132] = 823, + [6133] = 811, + [6134] = 822, + [6135] = 6135, + [6136] = 2090, + [6137] = 809, + [6138] = 2014, + [6139] = 825, + [6140] = 6140, + [6141] = 806, + [6142] = 853, + [6143] = 2033, + [6144] = 6140, + [6145] = 822, + [6146] = 839, + [6147] = 2037, + [6148] = 2016, + [6149] = 6140, + [6150] = 6150, + [6151] = 6151, + [6152] = 6140, + [6153] = 2018, + [6154] = 844, + [6155] = 6151, + [6156] = 6151, + [6157] = 2035, + [6158] = 2008, + [6159] = 845, + [6160] = 2019, + [6161] = 837, + [6162] = 6140, + [6163] = 844, + [6164] = 839, + [6165] = 6140, + [6166] = 6151, + [6167] = 6167, + [6168] = 6150, + [6169] = 2000, + [6170] = 837, + [6171] = 821, + [6172] = 827, + [6173] = 6150, + [6174] = 2002, + [6175] = 848, + [6176] = 6140, + [6177] = 6140, + [6178] = 6150, + [6179] = 6151, + [6180] = 853, + [6181] = 6151, + [6182] = 6151, + [6183] = 810, + [6184] = 837, + [6185] = 853, + [6186] = 6150, + [6187] = 6150, + [6188] = 6188, + [6189] = 6151, + [6190] = 845, + [6191] = 2084, + [6192] = 841, + [6193] = 844, + [6194] = 837, + [6195] = 839, + [6196] = 2015, + [6197] = 838, + [6198] = 821, + [6199] = 840, + [6200] = 2442, + [6201] = 845, + [6202] = 6150, + [6203] = 844, + [6204] = 2027, + [6205] = 821, + [6206] = 822, + [6207] = 6140, + [6208] = 838, + [6209] = 2025, + [6210] = 2061, + [6211] = 844, + [6212] = 839, + [6213] = 6151, + [6214] = 6140, + [6215] = 6215, + [6216] = 838, + [6217] = 6217, + [6218] = 845, + [6219] = 2086, + [6220] = 6151, + [6221] = 6221, + [6222] = 838, + [6223] = 842, + [6224] = 848, + [6225] = 823, + [6226] = 848, + [6227] = 844, + [6228] = 844, + [6229] = 843, + [6230] = 853, + [6231] = 821, + [6232] = 822, + [6233] = 833, + [6234] = 836, + [6235] = 826, + [6236] = 2030, + [6237] = 848, + [6238] = 2022, + [6239] = 2971, + [6240] = 6240, + [6241] = 6241, + [6242] = 6242, + [6243] = 6241, + [6244] = 6240, + [6245] = 2825, + [6246] = 6240, + [6247] = 2133, + [6248] = 6240, + [6249] = 6240, + [6250] = 2125, + [6251] = 2133, + [6252] = 6240, + [6253] = 6240, + [6254] = 6240, + [6255] = 6240, + [6256] = 6240, + [6257] = 6242, + [6258] = 830, + [6259] = 6240, + [6260] = 6240, + [6261] = 6240, + [6262] = 6242, + [6263] = 6240, + [6264] = 2061, + [6265] = 2806, + [6266] = 2061, + [6267] = 2090, + [6268] = 6240, + [6269] = 6242, + [6270] = 2090, + [6271] = 6240, + [6272] = 6242, + [6273] = 6241, + [6274] = 6240, + [6275] = 844, + [6276] = 2135, + [6277] = 6241, + [6278] = 6240, + [6279] = 6241, + [6280] = 6240, + [6281] = 6242, + [6282] = 6240, + [6283] = 2136, + [6284] = 6240, + [6285] = 6242, + [6286] = 6240, + [6287] = 848, + [6288] = 6288, + [6289] = 3903, + [6290] = 6241, + [6291] = 6242, + [6292] = 824, + [6293] = 6240, + [6294] = 6240, + [6295] = 3908, + [6296] = 6242, + [6297] = 820, + [6298] = 828, + [6299] = 829, + [6300] = 6240, + [6301] = 6301, + [6302] = 837, + [6303] = 6241, + [6304] = 2086, + [6305] = 2137, + [6306] = 2138, + [6307] = 2127, + [6308] = 2128, + [6309] = 6241, + [6310] = 838, + [6311] = 6240, + [6312] = 844, + [6313] = 6242, + [6314] = 6240, + [6315] = 821, + [6316] = 822, + [6317] = 6240, + [6318] = 3925, + [6319] = 6240, + [6320] = 2084, + [6321] = 6240, + [6322] = 853, + [6323] = 839, + [6324] = 6241, + [6325] = 6240, + [6326] = 845, + [6327] = 6240, + [6328] = 6241, + [6329] = 6240, + [6330] = 3897, + [6331] = 2126, + [6332] = 6332, + [6333] = 2156, + [6334] = 2172, + [6335] = 827, + [6336] = 2149, + [6337] = 2128, + [6338] = 2197, + [6339] = 826, + [6340] = 6332, + [6341] = 841, + [6342] = 6332, + [6343] = 6332, + [6344] = 2180, + [6345] = 840, + [6346] = 836, + [6347] = 6347, + [6348] = 3940, + [6349] = 848, + [6350] = 6332, + [6351] = 2125, + [6352] = 2179, + [6353] = 2180, + [6354] = 6332, + [6355] = 853, + [6356] = 842, + [6357] = 6357, + [6358] = 6332, + [6359] = 2135, + [6360] = 1965, + [6361] = 823, + [6362] = 2179, + [6363] = 2137, + [6364] = 6332, + [6365] = 2126, + [6366] = 843, + [6367] = 848, + [6368] = 6332, + [6369] = 853, + [6370] = 2172, + [6371] = 2127, + [6372] = 3946, + [6373] = 2156, + [6374] = 2149, + [6375] = 2197, + [6376] = 833, + [6377] = 825, + [6378] = 2177, + [6379] = 2133, + [6380] = 2136, + [6381] = 6332, + [6382] = 2138, + [6383] = 2177, + [6384] = 2276, + [6385] = 6385, + [6386] = 6386, + [6387] = 6387, + [6388] = 6388, + [6389] = 2329, + [6390] = 2311, + [6391] = 2330, + [6392] = 1965, + [6393] = 2312, + [6394] = 2294, + [6395] = 2261, + [6396] = 2262, + [6397] = 6397, + [6398] = 2264, + [6399] = 6399, + [6400] = 2265, + [6401] = 838, + [6402] = 6402, + [6403] = 2266, + [6404] = 6399, + [6405] = 3982, + [6406] = 3985, + [6407] = 6407, + [6408] = 4033, + [6409] = 2209, + [6410] = 2267, + [6411] = 6411, + [6412] = 6412, + [6413] = 844, + [6414] = 2295, + [6415] = 2333, + [6416] = 6399, + [6417] = 6412, + [6418] = 821, + [6419] = 822, + [6420] = 6420, + [6421] = 2214, + [6422] = 2208, + [6423] = 2177, + [6424] = 6407, + [6425] = 2027, + [6426] = 2287, + [6427] = 2296, + [6428] = 839, + [6429] = 6412, + [6430] = 6430, + [6431] = 2180, + [6432] = 2297, + [6433] = 2314, + [6434] = 845, + [6435] = 3981, + [6436] = 3988, + [6437] = 2315, + [6438] = 2240, + [6439] = 6439, + [6440] = 2293, + [6441] = 2317, + [6442] = 2249, + [6443] = 2318, + [6444] = 2288, + [6445] = 2319, + [6446] = 2275, + [6447] = 2277, + [6448] = 2278, + [6449] = 2279, + [6450] = 2280, + [6451] = 2320, + [6452] = 6452, + [6453] = 2257, + [6454] = 2258, + [6455] = 844, + [6456] = 6221, + [6457] = 2018, + [6458] = 6458, + [6459] = 6459, + [6460] = 6217, + [6461] = 844, + [6462] = 6407, + [6463] = 2324, + [6464] = 6464, + [6465] = 1965, + [6466] = 2179, + [6467] = 2325, + [6468] = 2326, + [6469] = 2281, + [6470] = 2282, + [6471] = 2283, + [6472] = 2284, + [6473] = 2241, + [6474] = 2346, + [6475] = 2286, + [6476] = 6476, + [6477] = 2327, + [6478] = 6478, + [6479] = 6479, + [6480] = 2022, + [6481] = 837, + [6482] = 2322, + [6483] = 2149, + [6484] = 2323, + [6485] = 2197, + [6486] = 2156, + [6487] = 2172, + [6488] = 6488, + [6489] = 2292, + [6490] = 6439, + [6491] = 2346, + [6492] = 6492, + [6493] = 2214, + [6494] = 6492, + [6495] = 2435, + [6496] = 6496, + [6497] = 2324, + [6498] = 2325, + [6499] = 2326, + [6500] = 6492, + [6501] = 2327, + [6502] = 2329, + [6503] = 2330, + [6504] = 6504, + [6505] = 6492, + [6506] = 2061, + [6507] = 2292, + [6508] = 6508, + [6509] = 6509, + [6510] = 2293, + [6511] = 2294, + [6512] = 6512, + [6513] = 2209, + [6514] = 2333, + [6515] = 6496, + [6516] = 2090, + [6517] = 6508, + [6518] = 6509, + [6519] = 2027, + [6520] = 2375, + [6521] = 844, + [6522] = 6492, + [6523] = 2295, + [6524] = 6508, + [6525] = 2296, + [6526] = 6492, + [6527] = 2027, + [6528] = 2297, + [6529] = 2210, + [6530] = 6512, + [6531] = 6531, + [6532] = 2208, + [6533] = 6496, + [6534] = 6504, + [6535] = 6492, + [6536] = 2257, + [6537] = 2258, + [6538] = 6504, + [6539] = 6492, + [6540] = 6492, + [6541] = 6492, + [6542] = 2261, + [6543] = 6492, + [6544] = 2311, + [6545] = 6531, + [6546] = 3908, + [6547] = 2312, + [6548] = 2262, + [6549] = 2061, + [6550] = 3925, + [6551] = 3897, + [6552] = 2264, + [6553] = 6492, + [6554] = 2090, + [6555] = 2265, + [6556] = 2022, + [6557] = 6557, + [6558] = 6492, + [6559] = 2266, + [6560] = 2022, + [6561] = 6508, + [6562] = 6562, + [6563] = 6508, + [6564] = 6509, + [6565] = 2267, + [6566] = 6492, + [6567] = 6508, + [6568] = 6509, + [6569] = 6509, + [6570] = 844, + [6571] = 2381, + [6572] = 6496, + [6573] = 6492, + [6574] = 6508, + [6575] = 2061, + [6576] = 2090, + [6577] = 2425, + [6578] = 6509, + [6579] = 4067, + [6580] = 1507, + [6581] = 6492, + [6582] = 3903, + [6583] = 6583, + [6584] = 6584, + [6585] = 6585, + [6586] = 6492, + [6587] = 6496, + [6588] = 6588, + [6589] = 6589, + [6590] = 6590, + [6591] = 3908, + [6592] = 3925, + [6593] = 3897, + [6594] = 6594, + [6595] = 2208, + [6596] = 6492, + [6597] = 2018, + [6598] = 2314, + [6599] = 6496, + [6600] = 6508, + [6601] = 2315, + [6602] = 6508, + [6603] = 6509, + [6604] = 6492, + [6605] = 6594, + [6606] = 6509, + [6607] = 6509, + [6608] = 2287, + [6609] = 6496, + [6610] = 6492, + [6611] = 2317, + [6612] = 2318, + [6613] = 2133, + [6614] = 6496, + [6615] = 2018, + [6616] = 2288, + [6617] = 6617, + [6618] = 6492, + [6619] = 6492, + [6620] = 2319, + [6621] = 2320, + [6622] = 2133, + [6623] = 2275, + [6624] = 6624, + [6625] = 6531, + [6626] = 6492, + [6627] = 2276, + [6628] = 3903, + [6629] = 2277, + [6630] = 6594, + [6631] = 2249, + [6632] = 6492, + [6633] = 2420, + [6634] = 2278, + [6635] = 6508, + [6636] = 6509, + [6637] = 6492, + [6638] = 6492, + [6639] = 2279, + [6640] = 2280, + [6641] = 2240, + [6642] = 6492, + [6643] = 6492, + [6644] = 6492, + [6645] = 2241, + [6646] = 2322, + [6647] = 6496, + [6648] = 2323, + [6649] = 2281, + [6650] = 2282, + [6651] = 2283, + [6652] = 2284, + [6653] = 6512, + [6654] = 6492, + [6655] = 6655, + [6656] = 6496, + [6657] = 6492, + [6658] = 2286, + [6659] = 6492, + [6660] = 6492, + [6661] = 6492, + [6662] = 2405, + [6663] = 844, + [6664] = 6664, + [6665] = 2653, + [6666] = 4569, + [6667] = 2640, + [6668] = 2177, + [6669] = 6669, + [6670] = 2534, + [6671] = 2607, + [6672] = 2425, + [6673] = 6673, + [6674] = 6674, + [6675] = 6675, + [6676] = 2489, + [6677] = 4400, + [6678] = 2595, + [6679] = 2596, + [6680] = 2493, + [6681] = 2539, + [6682] = 2622, + [6683] = 2208, + [6684] = 2497, + [6685] = 2435, + [6686] = 6686, + [6687] = 2208, + [6688] = 2641, + [6689] = 2375, + [6690] = 2591, + [6691] = 6691, + [6692] = 2619, + [6693] = 2500, + [6694] = 2501, + [6695] = 2639, + [6696] = 2592, + [6697] = 2610, + [6698] = 2544, + [6699] = 2156, + [6700] = 2172, + [6701] = 2453, + [6702] = 6702, + [6703] = 2611, + [6704] = 2458, + [6705] = 2420, + [6706] = 3946, + [6707] = 2479, + [6708] = 2548, + [6709] = 6702, + [6710] = 6686, + [6711] = 2521, + [6712] = 6691, + [6713] = 2425, + [6714] = 6714, + [6715] = 2620, + [6716] = 6716, + [6717] = 2125, + [6718] = 2459, + [6719] = 2061, + [6720] = 2090, + [6721] = 6691, + [6722] = 2651, + [6723] = 2381, + [6724] = 6716, + [6725] = 2126, + [6726] = 880, + [6727] = 2593, + [6728] = 6728, + [6729] = 6729, + [6730] = 2127, + [6731] = 2128, + [6732] = 2540, + [6733] = 2598, + [6734] = 6702, + [6735] = 2210, + [6736] = 2545, + [6737] = 2621, + [6738] = 6716, + [6739] = 2420, + [6740] = 6691, + [6741] = 4247, + [6742] = 2487, + [6743] = 3940, + [6744] = 6728, + [6745] = 2179, + [6746] = 2530, + [6747] = 3946, + [6748] = 2498, + [6749] = 6749, + [6750] = 6750, + [6751] = 2473, + [6752] = 2636, + [6753] = 2478, + [6754] = 2442, + [6755] = 2474, + [6756] = 2643, + [6757] = 2502, + [6758] = 844, + [6759] = 6716, + [6760] = 6728, + [6761] = 2506, + [6762] = 2381, + [6763] = 2137, + [6764] = 2546, + [6765] = 2509, + [6766] = 3940, + [6767] = 2510, + [6768] = 875, + [6769] = 2511, + [6770] = 2208, + [6771] = 2652, + [6772] = 844, + [6773] = 2618, + [6774] = 2514, + [6775] = 2617, + [6776] = 2515, + [6777] = 2061, + [6778] = 6686, + [6779] = 2442, + [6780] = 2516, + [6781] = 2625, + [6782] = 6686, + [6783] = 6783, + [6784] = 2180, + [6785] = 2471, + [6786] = 2517, + [6787] = 2644, + [6788] = 2654, + [6789] = 2180, + [6790] = 2210, + [6791] = 2197, + [6792] = 2149, + [6793] = 4447, + [6794] = 2642, + [6795] = 6795, + [6796] = 2179, + [6797] = 2649, + [6798] = 2135, + [6799] = 2138, + [6800] = 2136, + [6801] = 2626, + [6802] = 4567, + [6803] = 2614, + [6804] = 2543, + [6805] = 2633, + [6806] = 2537, + [6807] = 2650, + [6808] = 6808, + [6809] = 2149, + [6810] = 2197, + [6811] = 844, + [6812] = 2156, + [6813] = 2624, + [6814] = 2470, + [6815] = 2172, + [6816] = 2629, + [6817] = 2657, + [6818] = 6818, + [6819] = 6819, + [6820] = 2405, + [6821] = 2635, + [6822] = 2656, + [6823] = 2177, + [6824] = 2603, + [6825] = 2646, + [6826] = 2464, + [6827] = 6827, + [6828] = 2594, + [6829] = 2090, + [6830] = 2630, + [6831] = 6831, + [6832] = 2126, + [6833] = 2471, + [6834] = 3946, + [6835] = 2127, + [6836] = 2126, + [6837] = 2127, + [6838] = 2128, + [6839] = 2128, + [6840] = 2377, + [6841] = 2135, + [6842] = 2136, + [6843] = 2478, + [6844] = 2479, + [6845] = 2487, + [6846] = 2137, + [6847] = 2138, + [6848] = 2459, + [6849] = 2498, + [6850] = 3940, + [6851] = 2377, + [6852] = 2806, + [6853] = 6853, + [6854] = 6854, + [6855] = 2355, + [6856] = 6856, + [6857] = 6857, + [6858] = 3982, + [6859] = 3985, + [6860] = 4033, + [6861] = 2376, + [6862] = 2629, + [6863] = 4584, + [6864] = 2645, + [6865] = 3940, + [6866] = 2156, + [6867] = 2471, + [6868] = 2172, + [6869] = 2823, + [6870] = 6870, + [6871] = 6871, + [6872] = 2420, + [6873] = 6873, + [6874] = 2208, + [6875] = 3946, + [6876] = 811, + [6877] = 2377, + [6878] = 2453, + [6879] = 2458, + [6880] = 2464, + [6881] = 2381, + [6882] = 2470, + [6883] = 2473, + [6884] = 2474, + [6885] = 844, + [6886] = 6886, + [6887] = 6887, + [6888] = 6888, + [6889] = 2210, + [6890] = 4588, + [6891] = 2850, + [6892] = 2489, + [6893] = 2493, + [6894] = 2806, + [6895] = 2874, + [6896] = 6896, + [6897] = 2497, + [6898] = 2425, + [6899] = 2500, + [6900] = 2501, + [6901] = 2502, + [6902] = 2210, + [6903] = 2506, + [6904] = 4575, + [6905] = 2509, + [6906] = 2510, + [6907] = 4577, + [6908] = 2511, + [6909] = 2376, + [6910] = 2514, + [6911] = 2515, + [6912] = 2516, + [6913] = 2517, + [6914] = 6914, + [6915] = 6915, + [6916] = 6916, + [6917] = 6917, + [6918] = 2521, + [6919] = 2478, + [6920] = 2479, + [6921] = 2487, + [6922] = 2825, + [6923] = 2645, + [6924] = 2825, + [6925] = 6925, + [6926] = 2530, + [6927] = 2534, + [6928] = 2537, + [6929] = 2539, + [6930] = 2540, + [6931] = 889, + [6932] = 2543, + [6933] = 6873, + [6934] = 2544, + [6935] = 2545, + [6936] = 2546, + [6937] = 844, + [6938] = 2548, + [6939] = 2591, + [6940] = 2592, + [6941] = 2593, + [6942] = 2594, + [6943] = 2595, + [6944] = 2596, + [6945] = 2884, + [6946] = 6946, + [6947] = 2856, + [6948] = 6948, + [6949] = 6949, + [6950] = 6950, + [6951] = 6951, + [6952] = 2598, + [6953] = 2603, + [6954] = 2607, + [6955] = 2830, + [6956] = 2610, + [6957] = 2611, + [6958] = 2459, + [6959] = 2208, + [6960] = 2156, + [6961] = 2172, + [6962] = 2614, + [6963] = 2617, + [6964] = 2618, + [6965] = 2619, + [6966] = 6966, + [6967] = 2620, + [6968] = 2621, + [6969] = 2622, + [6970] = 2210, + [6971] = 2624, + [6972] = 2625, + [6973] = 6973, + [6974] = 6974, + [6975] = 6975, + [6976] = 2626, + [6977] = 2630, + [6978] = 4582, + [6979] = 2633, + [6980] = 2635, + [6981] = 2636, + [6982] = 4583, + [6983] = 2639, + [6984] = 2640, + [6985] = 2641, + [6986] = 2642, + [6987] = 2643, + [6988] = 2644, + [6989] = 2646, + [6990] = 2649, + [6991] = 2650, + [6992] = 2651, + [6993] = 2652, + [6994] = 6873, + [6995] = 2061, + [6996] = 2090, + [6997] = 2653, + [6998] = 2654, + [6999] = 6999, + [7000] = 2656, + [7001] = 2657, + [7002] = 4587, + [7003] = 7003, + [7004] = 7004, + [7005] = 6873, + [7006] = 813, + [7007] = 7007, + [7008] = 3981, + [7009] = 3981, + [7010] = 7010, + [7011] = 6873, + [7012] = 3988, + [7013] = 2135, + [7014] = 2136, + [7015] = 6873, + [7016] = 6856, + [7017] = 6857, + [7018] = 6873, + [7019] = 6873, + [7020] = 7020, + [7021] = 6873, + [7022] = 6873, + [7023] = 7023, + [7024] = 2442, + [7025] = 6873, + [7026] = 6873, + [7027] = 3988, + [7028] = 6873, + [7029] = 6873, + [7030] = 6873, + [7031] = 6873, + [7032] = 6873, + [7033] = 7033, + [7034] = 6873, + [7035] = 6873, + [7036] = 6873, + [7037] = 6873, + [7038] = 2125, + [7039] = 3982, + [7040] = 3985, + [7041] = 6873, + [7042] = 4033, + [7043] = 6873, + [7044] = 2376, + [7045] = 6873, + [7046] = 6873, + [7047] = 6873, + [7048] = 6873, + [7049] = 6873, + [7050] = 2125, + [7051] = 6873, + [7052] = 2137, + [7053] = 6873, + [7054] = 6873, + [7055] = 6873, + [7056] = 6873, + [7057] = 6873, + [7058] = 2208, + [7059] = 6873, + [7060] = 6873, + [7061] = 2138, + [7062] = 6873, + [7063] = 6873, + [7064] = 6873, + [7065] = 2156, + [7066] = 2355, + [7067] = 2172, + [7068] = 6966, + [7069] = 2833, + [7070] = 2498, + [7071] = 7071, + [7072] = 2208, + [7073] = 4590, + [7074] = 7074, + [7075] = 7075, + [7076] = 7076, + [7077] = 7077, + [7078] = 7078, + [7079] = 7079, + [7080] = 7080, + [7081] = 4585, + [7082] = 2823, + [7083] = 3908, + [7084] = 7084, + [7085] = 7075, + [7086] = 7086, + [7087] = 7087, + [7088] = 7088, + [7089] = 3925, + [7090] = 3897, + [7091] = 7076, + [7092] = 2850, + [7093] = 7077, + [7094] = 2856, + [7095] = 3078, + [7096] = 6664, + [7097] = 7097, + [7098] = 6584, + [7099] = 6588, + [7100] = 6589, + [7101] = 7075, + [7102] = 4067, + [7103] = 7103, + [7104] = 2946, + [7105] = 7076, + [7106] = 2948, + [7107] = 7077, + [7108] = 7108, + [7109] = 2478, + [7110] = 2926, + [7111] = 6655, + [7112] = 2479, + [7113] = 2487, + [7114] = 7075, + [7115] = 7115, + [7116] = 7076, + [7117] = 7077, + [7118] = 864, + [7119] = 7119, + [7120] = 7076, + [7121] = 2825, + [7122] = 7077, + [7123] = 7075, + [7124] = 7124, + [7125] = 2873, + [7126] = 2874, + [7127] = 7127, + [7128] = 7128, + [7129] = 3001, + [7130] = 2887, + [7131] = 3005, + [7132] = 2459, + [7133] = 7133, + [7134] = 2498, + [7135] = 6870, + [7136] = 6871, + [7137] = 7137, + [7138] = 6617, + [7139] = 2949, + [7140] = 2950, + [7141] = 2951, + [7142] = 7108, + [7143] = 2953, + [7144] = 2954, + [7145] = 2955, + [7146] = 2956, + [7147] = 3010, + [7148] = 2958, + [7149] = 741, + [7150] = 7075, + [7151] = 7128, + [7152] = 7152, + [7153] = 7071, + [7154] = 737, + [7155] = 7155, + [7156] = 7152, + [7157] = 7076, + [7158] = 875, + [7159] = 904, + [7160] = 7119, + [7161] = 7161, + [7162] = 4067, + [7163] = 7077, + [7164] = 7108, + [7165] = 7074, + [7166] = 7166, + [7167] = 7071, + [7168] = 7079, + [7169] = 7169, + [7170] = 7075, + [7171] = 4616, + [7172] = 7172, + [7173] = 7119, + [7174] = 2884, + [7175] = 7175, + [7176] = 7176, + [7177] = 7076, + [7178] = 2923, + [7179] = 6557, + [7180] = 4623, + [7181] = 7119, + [7182] = 7077, + [7183] = 7183, + [7184] = 904, + [7185] = 7185, + [7186] = 7075, + [7187] = 7079, + [7188] = 6562, + [7189] = 7189, + [7190] = 7190, + [7191] = 2830, + [7192] = 7076, + [7193] = 3012, + [7194] = 7152, + [7195] = 7124, + [7196] = 7076, + [7197] = 7078, + [7198] = 7189, + [7199] = 7128, + [7200] = 7077, + [7201] = 7077, + [7202] = 7202, + [7203] = 7004, + [7204] = 4580, + [7205] = 827, + [7206] = 7077, + [7207] = 4615, + [7208] = 7078, + [7209] = 880, + [7210] = 7189, + [7211] = 7211, + [7212] = 4612, + [7213] = 2999, + [7214] = 2833, + [7215] = 7078, + [7216] = 4622, + [7217] = 737, + [7218] = 7189, + [7219] = 4626, + [7220] = 3000, + [7221] = 7078, + [7222] = 7189, + [7223] = 7223, + [7224] = 7078, + [7225] = 7189, + [7226] = 7078, + [7227] = 7189, + [7228] = 2210, + [7229] = 7078, + [7230] = 7189, + [7231] = 7231, + [7232] = 3908, + [7233] = 2806, + [7234] = 4574, + [7235] = 7235, + [7236] = 7236, + [7237] = 741, + [7238] = 874, + [7239] = 865, + [7240] = 4618, + [7241] = 3897, + [7242] = 7076, + [7243] = 7075, + [7244] = 4625, + [7245] = 7245, + [7246] = 7246, + [7247] = 880, + [7248] = 7076, + [7249] = 7249, + [7250] = 2924, + [7251] = 2471, + [7252] = 4597, + [7253] = 7077, + [7254] = 876, + [7255] = 2133, + [7256] = 2210, + [7257] = 7075, + [7258] = 7128, + [7259] = 7259, + [7260] = 7175, + [7261] = 7246, + [7262] = 7249, + [7263] = 7133, + [7264] = 875, + [7265] = 4627, + [7266] = 7175, + [7267] = 2873, + [7268] = 7268, + [7269] = 7175, + [7270] = 7175, + [7271] = 7175, + [7272] = 7175, + [7273] = 3925, + [7274] = 7175, + [7275] = 7175, + [7276] = 7108, + [7277] = 7175, + [7278] = 7259, + [7279] = 7074, + [7280] = 2210, + [7281] = 7071, + [7282] = 2922, + [7283] = 7124, + [7284] = 7284, + [7285] = 3640, + [7286] = 3235, + [7287] = 4648, + [7288] = 3641, + [7289] = 2726, + [7290] = 7290, + [7291] = 7291, + [7292] = 948, + [7293] = 3275, + [7294] = 7294, + [7295] = 7295, + [7296] = 7296, + [7297] = 3155, + [7298] = 3280, + [7299] = 7299, + [7300] = 3238, + [7301] = 3559, + [7302] = 2946, + [7303] = 3285, + [7304] = 2948, + [7305] = 7305, + [7306] = 844, + [7307] = 3642, + [7308] = 7308, + [7309] = 2949, + [7310] = 2950, + [7311] = 7308, + [7312] = 2951, + [7313] = 7313, + [7314] = 7314, + [7315] = 2210, + [7316] = 3258, + [7317] = 2953, + [7318] = 3274, + [7319] = 3287, + [7320] = 2954, + [7321] = 2955, + [7322] = 949, + [7323] = 3477, + [7324] = 7324, + [7325] = 7325, + [7326] = 3643, + [7327] = 2956, + [7328] = 7328, + [7329] = 2958, + [7330] = 2425, + [7331] = 3499, + [7332] = 7314, + [7333] = 3562, + [7334] = 3563, + [7335] = 3294, + [7336] = 7336, + [7337] = 7337, + [7338] = 7338, + [7339] = 3646, + [7340] = 4247, + [7341] = 7341, + [7342] = 7342, + [7343] = 7343, + [7344] = 7290, + [7345] = 7328, + [7346] = 7346, + [7347] = 7347, + [7348] = 7313, + [7349] = 7349, + [7350] = 3576, + [7351] = 7351, + [7352] = 7352, + [7353] = 7353, + [7354] = 7354, + [7355] = 7355, + [7356] = 7328, + [7357] = 3189, + [7358] = 3078, + [7359] = 3571, + [7360] = 3300, + [7361] = 3326, + [7362] = 7325, + [7363] = 914, + [7364] = 3345, + [7365] = 7365, + [7366] = 3354, + [7367] = 3317, + [7368] = 2726, + [7369] = 3575, + [7370] = 3377, + [7371] = 7314, + [7372] = 3603, + [7373] = 7373, + [7374] = 3613, + [7375] = 3614, + [7376] = 7376, + [7377] = 3600, + [7378] = 844, + [7379] = 2381, + [7380] = 3382, + [7381] = 3556, + [7382] = 3618, + [7383] = 7376, + [7384] = 940, + [7385] = 3318, + [7386] = 880, + [7387] = 3109, + [7388] = 7337, + [7389] = 3111, + [7390] = 3122, + [7391] = 7391, + [7392] = 7324, + [7393] = 7393, + [7394] = 951, + [7395] = 7395, + [7396] = 3604, + [7397] = 844, + [7398] = 7324, + [7399] = 3648, + [7400] = 7291, + [7401] = 961, + [7402] = 7402, + [7403] = 7373, + [7404] = 7404, + [7405] = 7405, + [7406] = 7406, + [7407] = 7407, + [7408] = 7408, + [7409] = 7409, + [7410] = 7365, + [7411] = 7325, + [7412] = 2180, + [7413] = 3355, + [7414] = 7328, + [7415] = 844, + [7416] = 3577, + [7417] = 3468, + [7418] = 3271, + [7419] = 4247, + [7420] = 7420, + [7421] = 3565, + [7422] = 7393, + [7423] = 3361, + [7424] = 3383, + [7425] = 7346, + [7426] = 7391, + [7427] = 4569, + [7428] = 3389, + [7429] = 3365, + [7430] = 7420, + [7431] = 7365, + [7432] = 3397, + [7433] = 7433, + [7434] = 7434, + [7435] = 7435, + [7436] = 7436, + [7437] = 7437, + [7438] = 7438, + [7439] = 3190, + [7440] = 7291, + [7441] = 7328, + [7442] = 7442, + [7443] = 7443, + [7444] = 825, + [7445] = 7308, + [7446] = 7446, + [7447] = 7447, + [7448] = 7448, + [7449] = 7449, + [7450] = 3400, + [7451] = 2149, + [7452] = 7452, + [7453] = 3324, + [7454] = 3580, + [7455] = 7353, + [7456] = 3605, + [7457] = 4676, + [7458] = 7458, + [7459] = 7459, + [7460] = 3328, + [7461] = 3366, + [7462] = 7458, + [7463] = 7459, + [7464] = 7337, + [7465] = 7459, + [7466] = 7337, + [7467] = 7349, + [7468] = 3099, + [7469] = 7469, + [7470] = 3608, + [7471] = 3406, + [7472] = 3231, + [7473] = 4653, + [7474] = 3413, + [7475] = 2156, + [7476] = 2172, + [7477] = 3204, + [7478] = 3638, + [7479] = 7479, + [7480] = 3209, + [7481] = 7481, + [7482] = 3416, + [7483] = 7483, + [7484] = 7346, + [7485] = 7365, + [7486] = 7328, + [7487] = 7365, + [7488] = 7328, + [7489] = 7284, + [7490] = 7349, + [7491] = 7352, + [7492] = 7492, + [7493] = 7443, + [7494] = 844, + [7495] = 2197, + [7496] = 4654, + [7497] = 7497, + [7498] = 2420, + [7499] = 7353, + [7500] = 3218, + [7501] = 7501, + [7502] = 3598, + [7503] = 7503, + [7504] = 7446, + [7505] = 7365, + [7506] = 3572, + [7507] = 4680, + [7508] = 7443, + [7509] = 4634, + [7510] = 3123, + [7511] = 3331, + [7512] = 3332, + [7513] = 7513, + [7514] = 7514, + [7515] = 4689, + [7516] = 4687, + [7517] = 3584, + [7518] = 7373, + [7519] = 7519, + [7520] = 7520, + [7521] = 7521, + [7522] = 7522, + [7523] = 3128, + [7524] = 4631, + [7525] = 3615, + [7526] = 3363, + [7527] = 7479, + [7528] = 3148, + [7529] = 3295, + [7530] = 7481, + [7531] = 959, + [7532] = 3616, + [7533] = 4632, + [7534] = 7483, + [7535] = 7373, + [7536] = 4692, + [7537] = 3304, + [7538] = 4678, + [7539] = 3156, + [7540] = 3371, + [7541] = 4652, + [7542] = 3374, + [7543] = 7365, + [7544] = 7336, + [7545] = 3364, + [7546] = 3376, + [7547] = 7376, + [7548] = 4670, + [7549] = 3380, + [7550] = 3381, + [7551] = 7551, + [7552] = 3165, + [7553] = 7553, + [7554] = 3386, + [7555] = 7325, + [7556] = 3588, + [7557] = 3388, + [7558] = 3175, + [7559] = 7391, + [7560] = 4679, + [7561] = 7420, + [7562] = 3125, + [7563] = 3178, + [7564] = 7458, + [7565] = 7565, + [7566] = 7566, + [7567] = 3390, + [7568] = 7553, + [7569] = 7346, + [7570] = 3617, + [7571] = 3619, + [7572] = 4690, + [7573] = 4683, + [7574] = 3589, + [7575] = 4688, + [7576] = 4647, + [7577] = 3179, + [7578] = 7324, + [7579] = 3180, + [7580] = 3273, + [7581] = 7581, + [7582] = 7582, + [7583] = 3649, + [7584] = 2922, + [7585] = 3650, + [7586] = 7586, + [7587] = 7336, + [7588] = 2923, + [7589] = 3310, + [7590] = 2924, + [7591] = 2442, + [7592] = 7365, + [7593] = 3651, + [7594] = 2926, + [7595] = 3652, + [7596] = 7596, + [7597] = 7597, + [7598] = 3620, + [7599] = 875, + [7600] = 7600, + [7601] = 3237, + [7602] = 3654, + [7603] = 7352, + [7604] = 7284, + [7605] = 3655, + [7606] = 3393, + [7607] = 3385, + [7608] = 7349, + [7609] = 7352, + [7610] = 3438, + [7611] = 3215, + [7612] = 3334, + [7613] = 4675, + [7614] = 3336, + [7615] = 3216, + [7616] = 3494, + [7617] = 2726, + [7618] = 7328, + [7619] = 3394, + [7620] = 3621, + [7621] = 7521, + [7622] = 3590, + [7623] = 3181, + [7624] = 3657, + [7625] = 3622, + [7626] = 7435, + [7627] = 7365, + [7628] = 7628, + [7629] = 7365, + [7630] = 3623, + [7631] = 7314, + [7632] = 7632, + [7633] = 3595, + [7634] = 3183, + [7635] = 3184, + [7636] = 3624, + [7637] = 7637, + [7638] = 7443, + [7639] = 3395, + [7640] = 3659, + [7641] = 3342, + [7642] = 3661, + [7643] = 3663, + [7644] = 844, + [7645] = 3401, + [7646] = 3404, + [7647] = 4569, + [7648] = 3503, + [7649] = 3664, + [7650] = 2179, + [7651] = 3625, + [7652] = 3667, + [7653] = 3408, + [7654] = 7446, + [7655] = 3418, + [7656] = 3427, + [7657] = 3409, + [7658] = 7290, + [7659] = 3626, + [7660] = 7660, + [7661] = 3410, + [7662] = 3627, + [7663] = 3411, + [7664] = 3561, + [7665] = 2375, + [7666] = 3628, + [7667] = 3278, + [7668] = 7668, + [7669] = 3414, + [7670] = 3250, + [7671] = 3417, + [7672] = 4636, + [7673] = 3384, + [7674] = 3419, + [7675] = 3421, + [7676] = 3207, + [7677] = 7677, + [7678] = 3424, + [7679] = 7679, + [7680] = 3457, + [7681] = 2177, + [7682] = 7682, + [7683] = 3639, + [7684] = 7684, + [7685] = 4661, + [7686] = 3302, + [7687] = 3425, + [7688] = 7328, + [7689] = 3426, + [7690] = 3230, + [7691] = 3629, + [7692] = 7328, + [7693] = 3478, + [7694] = 2999, + [7695] = 7365, + [7696] = 3000, + [7697] = 3193, + [7698] = 3001, + [7699] = 2887, + [7700] = 7519, + [7701] = 7522, + [7702] = 3005, + [7703] = 3194, + [7704] = 3010, + [7705] = 3012, + [7706] = 7313, + [7707] = 7707, + [7708] = 3633, + [7709] = 3435, + [7710] = 3246, + [7711] = 7711, + [7712] = 3597, + [7713] = 7713, + [7714] = 7328, + [7715] = 7404, + [7716] = 4668, + [7717] = 7717, + [7718] = 7717, + [7719] = 7719, + [7720] = 7720, + [7721] = 6916, + [7722] = 6917, + [7723] = 7723, + [7724] = 3117, + [7725] = 7725, + [7726] = 7726, + [7727] = 7727, + [7728] = 3160, + [7729] = 7729, + [7730] = 7730, + [7731] = 7731, + [7732] = 7732, + [7733] = 7719, + [7734] = 7734, + [7735] = 7735, + [7736] = 7736, + [7737] = 7737, + [7738] = 7738, + [7739] = 7739, + [7740] = 7740, + [7741] = 7741, + [7742] = 7742, + [7743] = 4033, + [7744] = 3161, + [7745] = 7745, + [7746] = 7723, + [7747] = 7732, + [7748] = 7748, + [7749] = 7748, + [7750] = 7750, + [7751] = 7751, + [7752] = 7752, + [7753] = 3371, + [7754] = 7754, + [7755] = 7720, + [7756] = 3374, + [7757] = 7757, + [7758] = 7758, + [7759] = 7759, + [7760] = 7750, + [7761] = 7761, + [7762] = 7727, + [7763] = 7763, + [7764] = 3376, + [7765] = 7752, + [7766] = 7766, + [7767] = 3266, + [7768] = 3581, + [7769] = 7742, + [7770] = 7745, + [7771] = 3170, + [7772] = 7772, + [7773] = 7754, + [7774] = 3268, + [7775] = 3380, + [7776] = 3271, + [7777] = 3171, + [7778] = 7737, + [7779] = 3582, + [7780] = 3381, + [7781] = 3162, + [7782] = 3163, + [7783] = 3273, + [7784] = 3386, + [7785] = 3172, + [7786] = 3388, + [7787] = 2208, + [7788] = 3210, + [7789] = 7726, + [7790] = 7720, + [7791] = 3390, + [7792] = 3391, + [7793] = 7793, + [7794] = 7719, + [7795] = 7735, + [7796] = 7736, + [7797] = 3392, + [7798] = 3245, + [7799] = 7738, + [7800] = 3393, + [7801] = 7742, + [7802] = 3394, + [7803] = 7725, + [7804] = 7723, + [7805] = 7726, + [7806] = 7732, + [7807] = 7750, + [7808] = 7632, + [7809] = 7752, + [7810] = 3395, + [7811] = 7754, + [7812] = 7757, + [7813] = 7758, + [7814] = 7814, + [7815] = 7815, + [7816] = 7727, + [7817] = 3401, + [7818] = 3404, + [7819] = 7766, + [7820] = 7729, + [7821] = 3408, + [7822] = 3409, + [7823] = 7730, + [7824] = 3410, + [7825] = 7731, + [7826] = 7726, + [7827] = 3411, + [7828] = 7828, + [7829] = 7829, + [7830] = 7719, + [7831] = 7831, + [7832] = 7742, + [7833] = 7833, + [7834] = 3414, + [7835] = 7732, + [7836] = 3417, + [7837] = 3246, + [7838] = 3419, + [7839] = 3421, + [7840] = 7814, + [7841] = 3424, + [7842] = 7719, + [7843] = 3425, + [7844] = 3426, + [7845] = 3415, + [7846] = 7731, + [7847] = 7726, + [7848] = 7734, + [7849] = 7735, + [7850] = 3430, + [7851] = 3432, + [7852] = 7852, + [7853] = 7719, + [7854] = 7736, + [7855] = 7742, + [7856] = 3438, + [7857] = 7857, + [7858] = 7732, + [7859] = 7859, + [7860] = 7766, + [7861] = 7737, + [7862] = 7738, + [7863] = 7739, + [7864] = 7864, + [7865] = 7737, + [7866] = 2442, + [7867] = 7742, + [7868] = 7868, + [7869] = 7726, + [7870] = 3177, + [7871] = 7719, + [7872] = 7742, + [7873] = 7732, + [7874] = 7740, + [7875] = 2825, + [7876] = 7831, + [7877] = 7720, + [7878] = 7723, + [7879] = 7726, + [7880] = 3245, + [7881] = 7881, + [7882] = 3248, + [7883] = 7732, + [7884] = 7719, + [7885] = 4660, + [7886] = 7742, + [7887] = 7748, + [7888] = 7750, + [7889] = 7732, + [7890] = 7752, + [7891] = 7891, + [7892] = 7754, + [7893] = 6973, + [7894] = 3457, + [7895] = 3982, + [7896] = 7757, + [7897] = 7897, + [7898] = 7898, + [7899] = 7739, + [7900] = 7726, + [7901] = 7758, + [7902] = 3268, + [7903] = 3248, + [7904] = 7719, + [7905] = 3985, + [7906] = 7742, + [7907] = 3466, + [7908] = 7732, + [7909] = 7909, + [7910] = 3468, + [7911] = 970, + [7912] = 7759, + [7913] = 7761, + [7914] = 4664, + [7915] = 4033, + [7916] = 4665, + [7917] = 7726, + [7918] = 3478, + [7919] = 4666, + [7920] = 3601, + [7921] = 7719, + [7922] = 7742, + [7923] = 7720, + [7924] = 6974, + [7925] = 7732, + [7926] = 7727, + [7927] = 7927, + [7928] = 7928, + [7929] = 7757, + [7930] = 4669, + [7931] = 7931, + [7932] = 7726, + [7933] = 4671, + [7934] = 7766, + [7935] = 7719, + [7936] = 844, + [7937] = 7742, + [7938] = 6915, + [7939] = 7939, + [7940] = 7732, + [7941] = 3360, + [7942] = 7758, + [7943] = 7943, + [7944] = 7745, + [7945] = 7897, + [7946] = 7726, + [7947] = 7947, + [7948] = 7719, + [7949] = 3099, + [7950] = 7742, + [7951] = 3466, + [7952] = 3559, + [7953] = 7732, + [7954] = 736, + [7955] = 7137, + [7956] = 3561, + [7957] = 3565, + [7958] = 7745, + [7959] = 4672, + [7960] = 7725, + [7961] = 7726, + [7962] = 7726, + [7963] = 3572, + [7964] = 7719, + [7965] = 7742, + [7966] = 3576, + [7967] = 7732, + [7968] = 3577, + [7969] = 3580, + [7970] = 3581, + [7971] = 3584, + [7972] = 7972, + [7973] = 7731, + [7974] = 7726, + [7975] = 7742, + [7976] = 3588, + [7977] = 7977, + [7978] = 7729, + [7979] = 7719, + [7980] = 3589, + [7981] = 7742, + [7982] = 3590, + [7983] = 7737, + [7984] = 7732, + [7985] = 3595, + [7986] = 3597, + [7987] = 3600, + [7988] = 3601, + [7989] = 3603, + [7990] = 3604, + [7991] = 7730, + [7992] = 7992, + [7993] = 7726, + [7994] = 7994, + [7995] = 880, + [7996] = 7996, + [7997] = 7719, + [7998] = 7442, + [7999] = 7742, + [8000] = 3605, + [8001] = 3608, + [8002] = 7732, + [8003] = 3615, + [8004] = 3616, + [8005] = 3617, + [8006] = 7726, + [8007] = 3619, + [8008] = 7719, + [8009] = 3620, + [8010] = 7742, + [8011] = 7720, + [8012] = 3621, + [8013] = 7732, + [8014] = 3622, + [8015] = 3623, + [8016] = 3624, + [8017] = 7759, + [8018] = 3625, + [8019] = 3626, + [8020] = 3627, + [8021] = 7726, + [8022] = 3644, + [8023] = 3628, + [8024] = 3629, + [8025] = 7719, + [8026] = 3630, + [8027] = 7742, + [8028] = 3631, + [8029] = 3633, + [8030] = 7732, + [8031] = 7833, + [8032] = 3362, + [8033] = 8033, + [8034] = 7761, + [8035] = 8035, + [8036] = 7726, + [8037] = 8037, + [8038] = 8038, + [8039] = 7719, + [8040] = 7742, + [8041] = 8041, + [8042] = 967, + [8043] = 7732, + [8044] = 7725, + [8045] = 8045, + [8046] = 3294, + [8047] = 7726, + [8048] = 7726, + [8049] = 7719, + [8050] = 7742, + [8051] = 3295, + [8052] = 8052, + [8053] = 7732, + [8054] = 7725, + [8055] = 3160, + [8056] = 3638, + [8057] = 7814, + [8058] = 7726, + [8059] = 7726, + [8060] = 3161, + [8061] = 8061, + [8062] = 7719, + [8063] = 7719, + [8064] = 7734, + [8065] = 7742, + [8066] = 3639, + [8067] = 7732, + [8068] = 7735, + [8069] = 7736, + [8070] = 3162, + [8071] = 3640, + [8072] = 7726, + [8073] = 3163, + [8074] = 7726, + [8075] = 7729, + [8076] = 3641, + [8077] = 7729, + [8078] = 7730, + [8079] = 7719, + [8080] = 7742, + [8081] = 7738, + [8082] = 3642, + [8083] = 7732, + [8084] = 3643, + [8085] = 3644, + [8086] = 3646, + [8087] = 976, + [8088] = 8088, + [8089] = 7726, + [8090] = 8090, + [8091] = 7833, + [8092] = 7719, + [8093] = 7742, + [8094] = 7738, + [8095] = 3339, + [8096] = 7732, + [8097] = 8097, + [8098] = 8098, + [8099] = 3648, + [8100] = 7868, + [8101] = 7739, + [8102] = 7726, + [8103] = 7814, + [8104] = 7719, + [8105] = 7742, + [8106] = 7742, + [8107] = 7732, + [8108] = 7757, + [8109] = 7719, + [8110] = 7758, + [8111] = 7734, + [8112] = 7735, + [8113] = 3150, + [8114] = 7726, + [8115] = 3151, + [8116] = 3649, + [8117] = 7736, + [8118] = 7719, + [8119] = 3650, + [8120] = 7742, + [8121] = 3341, + [8122] = 7730, + [8123] = 7732, + [8124] = 8124, + [8125] = 3651, + [8126] = 7738, + [8127] = 3652, + [8128] = 7739, + [8129] = 3654, + [8130] = 7726, + [8131] = 3655, + [8132] = 7719, + [8133] = 3657, + [8134] = 7742, + [8135] = 3659, + [8136] = 7732, + [8137] = 3661, + [8138] = 3663, + [8139] = 3664, + [8140] = 7742, + [8141] = 3667, + [8142] = 7740, + [8143] = 7726, + [8144] = 3278, + [8145] = 7740, + [8146] = 8146, + [8147] = 7719, + [8148] = 3250, + [8149] = 7742, + [8150] = 3384, + [8151] = 3207, + [8152] = 7732, + [8153] = 3236, + [8154] = 3385, + [8155] = 3435, + [8156] = 7409, + [8157] = 3494, + [8158] = 3503, + [8159] = 3582, + [8160] = 7726, + [8161] = 3153, + [8162] = 3556, + [8163] = 7719, + [8164] = 7742, + [8165] = 3598, + [8166] = 3125, + [8167] = 7732, + [8168] = 3155, + [8169] = 3189, + [8170] = 3190, + [8171] = 3209, + [8172] = 3218, + [8173] = 7740, + [8174] = 7833, + [8175] = 7831, + [8176] = 7719, + [8177] = 7723, + [8178] = 7732, + [8179] = 7732, + [8180] = 8180, + [8181] = 7748, + [8182] = 7750, + [8183] = 3235, + [8184] = 7752, + [8185] = 7719, + [8186] = 8186, + [8187] = 7732, + [8188] = 3258, + [8189] = 3274, + [8190] = 7754, + [8191] = 3477, + [8192] = 7719, + [8193] = 7757, + [8194] = 3499, + [8195] = 6886, + [8196] = 7758, + [8197] = 7738, + [8198] = 3562, + [8199] = 3563, + [8200] = 7831, + [8201] = 7759, + [8202] = 7719, + [8203] = 3571, + [8204] = 7732, + [8205] = 3575, + [8206] = 7761, + [8207] = 3613, + [8208] = 3614, + [8209] = 4588, + [8210] = 3618, + [8211] = 7719, + [8212] = 3109, + [8213] = 7732, + [8214] = 3111, + [8215] = 3117, + [8216] = 8216, + [8217] = 3122, + [8218] = 7719, + [8219] = 3236, + [8220] = 7732, + [8221] = 7719, + [8222] = 7732, + [8223] = 7723, + [8224] = 7719, + [8225] = 7732, + [8226] = 7719, + [8227] = 7727, + [8228] = 7732, + [8229] = 7732, + [8230] = 8230, + [8231] = 7719, + [8232] = 7732, + [8233] = 7814, + [8234] = 7748, + [8235] = 7719, + [8236] = 7723, + [8237] = 7732, + [8238] = 7750, + [8239] = 7719, + [8240] = 7719, + [8241] = 3415, + [8242] = 7732, + [8243] = 7719, + [8244] = 3123, + [8245] = 7732, + [8246] = 3128, + [8247] = 7719, + [8248] = 7734, + [8249] = 7732, + [8250] = 3148, + [8251] = 7719, + [8252] = 7766, + [8253] = 7732, + [8254] = 3156, + [8255] = 7719, + [8256] = 3165, + [8257] = 7732, + [8258] = 3175, + [8259] = 7719, + [8260] = 3178, + [8261] = 7732, + [8262] = 3179, + [8263] = 7719, + [8264] = 3180, + [8265] = 7732, + [8266] = 3181, + [8267] = 7719, + [8268] = 3183, + [8269] = 7732, + [8270] = 3184, + [8271] = 7752, + [8272] = 7735, + [8273] = 7754, + [8274] = 3193, + [8275] = 3194, + [8276] = 4588, + [8277] = 3202, + [8278] = 3204, + [8279] = 8061, + [8280] = 3215, + [8281] = 7736, + [8282] = 8052, + [8283] = 3216, + [8284] = 7745, + [8285] = 3230, + [8286] = 875, + [8287] = 3231, + [8288] = 3630, + [8289] = 3631, + [8290] = 3237, + [8291] = 3205, + [8292] = 7757, + [8293] = 8293, + [8294] = 3312, + [8295] = 8295, + [8296] = 3275, + [8297] = 3280, + [8298] = 3285, + [8299] = 3287, + [8300] = 8300, + [8301] = 3300, + [8302] = 7738, + [8303] = 3150, + [8304] = 3151, + [8305] = 3326, + [8306] = 7758, + [8307] = 3345, + [8308] = 3354, + [8309] = 3355, + [8310] = 7731, + [8311] = 3358, + [8312] = 3361, + [8313] = 3153, + [8314] = 7737, + [8315] = 8315, + [8316] = 7737, + [8317] = 7972, + [8318] = 3363, + [8319] = 7972, + [8320] = 3364, + [8321] = 3377, + [8322] = 6675, + [8323] = 7734, + [8324] = 3382, + [8325] = 8325, + [8326] = 7759, + [8327] = 7732, + [8328] = 7761, + [8329] = 7720, + [8330] = 8330, + [8331] = 3383, + [8332] = 7739, + [8333] = 3389, + [8334] = 8186, + [8335] = 3397, + [8336] = 3400, + [8337] = 3406, + [8338] = 3413, + [8339] = 3416, + [8340] = 7736, + [8341] = 8341, + [8342] = 3418, + [8343] = 3427, + [8344] = 8325, + [8345] = 7748, + [8346] = 7759, + [8347] = 8347, + [8348] = 7761, + [8349] = 3202, + [8350] = 7750, + [8351] = 7852, + [8352] = 7742, + [8353] = 8353, + [8354] = 8354, + [8355] = 7729, + [8356] = 4635, + [8357] = 8357, + [8358] = 4628, + [8359] = 4638, + [8360] = 8090, + [8361] = 8361, + [8362] = 7725, + [8363] = 4681, + [8364] = 4682, + [8365] = 7726, + [8366] = 8186, + [8367] = 7740, + [8368] = 8368, + [8369] = 8293, + [8370] = 7729, + [8371] = 7727, + [8372] = 8372, + [8373] = 7727, + [8374] = 8374, + [8375] = 7730, + [8376] = 7766, + [8377] = 8377, + [8378] = 7833, + [8379] = 8379, + [8380] = 4650, + [8381] = 8381, + [8382] = 7814, + [8383] = 3205, + [8384] = 8384, + [8385] = 7719, + [8386] = 7734, + [8387] = 7735, + [8388] = 7996, + [8389] = 7736, + [8390] = 7738, + [8391] = 7741, + [8392] = 7739, + [8393] = 8393, + [8394] = 7742, + [8395] = 7831, + [8396] = 3302, + [8397] = 3358, + [8398] = 7723, + [8399] = 7833, + [8400] = 3238, + [8401] = 3304, + [8402] = 7740, + [8403] = 7732, + [8404] = 8404, + [8405] = 7831, + [8406] = 7723, + [8407] = 7732, + [8408] = 3166, + [8409] = 7748, + [8410] = 7750, + [8411] = 3167, + [8412] = 7752, + [8413] = 6729, + [8414] = 3310, + [8415] = 8415, + [8416] = 7754, + [8417] = 3312, + [8418] = 3315, + [8419] = 7757, + [8420] = 7758, + [8421] = 3317, + [8422] = 3318, + [8423] = 7759, + [8424] = 3168, + [8425] = 7761, + [8426] = 7745, + [8427] = 7449, + [8428] = 7748, + [8429] = 7750, + [8430] = 3169, + [8431] = 3324, + [8432] = 3241, + [8433] = 7727, + [8434] = 7752, + [8435] = 7754, + [8436] = 3391, + [8437] = 8437, + [8438] = 3392, + [8439] = 8439, + [8440] = 6914, + [8441] = 7766, + [8442] = 8442, + [8443] = 8443, + [8444] = 8444, + [8445] = 4677, + [8446] = 3328, + [8447] = 7831, + [8448] = 3166, + [8449] = 8449, + [8450] = 3167, + [8451] = 7745, + [8452] = 3168, + [8453] = 3169, + [8454] = 7757, + [8455] = 7758, + [8456] = 3331, + [8457] = 7731, + [8458] = 3332, + [8459] = 8459, + [8460] = 8460, + [8461] = 7731, + [8462] = 7852, + [8463] = 6946, + [8464] = 2806, + [8465] = 7737, + [8466] = 7731, + [8467] = 8467, + [8468] = 7737, + [8469] = 7719, + [8470] = 3334, + [8471] = 3432, + [8472] = 7759, + [8473] = 3336, + [8474] = 4067, + [8475] = 7720, + [8476] = 7761, + [8477] = 3315, + [8478] = 3339, + [8479] = 3341, + [8480] = 6948, + [8481] = 3342, + [8482] = 8482, + [8483] = 7752, + [8484] = 8295, + [8485] = 889, + [8486] = 7754, + [8487] = 7730, + [8488] = 8488, + [8489] = 7766, + [8490] = 8186, + [8491] = 7725, + [8492] = 7720, + [8493] = 7726, + [8494] = 8494, + [8495] = 6949, + [8496] = 3982, + [8497] = 7729, + [8498] = 7730, + [8499] = 8499, + [8500] = 3170, + [8501] = 3985, + [8502] = 6950, + [8503] = 3171, + [8504] = 8504, + [8505] = 3172, + [8506] = 7739, + [8507] = 7735, + [8508] = 7719, + [8509] = 7734, + [8510] = 3177, + [8511] = 7735, + [8512] = 7736, + [8513] = 6951, + [8514] = 7738, + [8515] = 7739, + [8516] = 7734, + [8517] = 8517, + [8518] = 7742, + [8519] = 6750, + [8520] = 7727, + [8521] = 7723, + [8522] = 7732, + [8523] = 7725, + [8524] = 7748, + [8525] = 7750, + [8526] = 7996, + [8527] = 3221, + [8528] = 7752, + [8529] = 7754, + [8530] = 4663, + [8531] = 7735, + [8532] = 7757, + [8533] = 887, + [8534] = 7758, + [8535] = 3221, + [8536] = 7766, + [8537] = 7759, + [8538] = 7736, + [8539] = 7761, + [8540] = 7725, + [8541] = 7726, + [8542] = 7727, + [8543] = 7996, + [8544] = 3241, + [8545] = 7729, + [8546] = 7730, + [8547] = 7766, + [8548] = 3360, + [8549] = 3430, + [8550] = 3362, + [8551] = 8353, + [8552] = 7745, + [8553] = 7833, + [8554] = 969, + [8555] = 8090, + [8556] = 3266, + [8557] = 3365, + [8558] = 3366, + [8559] = 8559, + [8560] = 7731, + [8561] = 8561, + [8562] = 7737, + [8563] = 7745, + [8564] = 7814, + [8565] = 8565, + [8566] = 7732, + [8567] = 8567, + [8568] = 8568, + [8569] = 8569, + [8570] = 8568, + [8571] = 8568, + [8572] = 8572, + [8573] = 8573, + [8574] = 8568, + [8575] = 4623, + [8576] = 8576, + [8577] = 8568, + [8578] = 8568, + [8579] = 4616, + [8580] = 8568, + [8581] = 8576, + [8582] = 8576, + [8583] = 8368, + [8584] = 8584, + [8585] = 8585, + [8586] = 2825, + [8587] = 8587, + [8588] = 7007, + [8589] = 8589, + [8590] = 8568, + [8591] = 8587, + [8592] = 8567, + [8593] = 8568, + [8594] = 8594, + [8595] = 8595, + [8596] = 8596, + [8597] = 8568, + [8598] = 7010, + [8599] = 8599, + [8600] = 8600, + [8601] = 8601, + [8602] = 8602, + [8603] = 8568, + [8604] = 8604, + [8605] = 8605, + [8606] = 8606, + [8607] = 8576, + [8608] = 8608, + [8609] = 8576, + [8610] = 4590, + [8611] = 8611, + [8612] = 8612, + [8613] = 8613, + [8614] = 8576, + [8615] = 8587, + [8616] = 8568, + [8617] = 8617, + [8618] = 7020, + [8619] = 8604, + [8620] = 8620, + [8621] = 8621, + [8622] = 8622, + [8623] = 8623, + [8624] = 8624, + [8625] = 8625, + [8626] = 8568, + [8627] = 8627, + [8628] = 8628, + [8629] = 8576, + [8630] = 8576, + [8631] = 8595, + [8632] = 8576, + [8633] = 8633, + [8634] = 8634, + [8635] = 8635, + [8636] = 8573, + [8637] = 7713, + [8638] = 8638, + [8639] = 8568, + [8640] = 8585, + [8641] = 8641, + [8642] = 8642, + [8643] = 8643, + [8644] = 8644, + [8645] = 8589, + [8646] = 7023, + [8647] = 8647, + [8648] = 8572, + [8649] = 8568, + [8650] = 8576, + [8651] = 8568, + [8652] = 8576, + [8653] = 8576, + [8654] = 8654, + [8655] = 8567, + [8656] = 8642, + [8657] = 8657, + [8658] = 8658, + [8659] = 8576, + [8660] = 8568, + [8661] = 8594, + [8662] = 2210, + [8663] = 8621, + [8664] = 8654, + [8665] = 8665, + [8666] = 8666, + [8667] = 8576, + [8668] = 8668, + [8669] = 4597, + [8670] = 8670, + [8671] = 8671, + [8672] = 6831, + [8673] = 8673, + [8674] = 8674, + [8675] = 8675, + [8676] = 8676, + [8677] = 8568, + [8678] = 8617, + [8679] = 8665, + [8680] = 8680, + [8681] = 8633, + [8682] = 8569, + [8683] = 8608, + [8684] = 8572, + [8685] = 8685, + [8686] = 8612, + [8687] = 8568, + [8688] = 8688, + [8689] = 4615, + [8690] = 8576, + [8691] = 8604, + [8692] = 8623, + [8693] = 8624, + [8694] = 8694, + [8695] = 8695, + [8696] = 8696, + [8697] = 8628, + [8698] = 8595, + [8699] = 8576, + [8700] = 8585, + [8701] = 8701, + [8702] = 8702, + [8703] = 8606, + [8704] = 8634, + [8705] = 8705, + [8706] = 8706, + [8707] = 8707, + [8708] = 8608, + [8709] = 8576, + [8710] = 8613, + [8711] = 8612, + [8712] = 4612, + [8713] = 8621, + [8714] = 8642, + [8715] = 8589, + [8716] = 8604, + [8717] = 8623, + [8718] = 8624, + [8719] = 4590, + [8720] = 8567, + [8721] = 8721, + [8722] = 8674, + [8723] = 8595, + [8724] = 8594, + [8725] = 8595, + [8726] = 8666, + [8727] = 8727, + [8728] = 8696, + [8729] = 8568, + [8730] = 8730, + [8731] = 8731, + [8732] = 8732, + [8733] = 8731, + [8734] = 8734, + [8735] = 8608, + [8736] = 4618, + [8737] = 8612, + [8738] = 8635, + [8739] = 8739, + [8740] = 8740, + [8741] = 8568, + [8742] = 8604, + [8743] = 8623, + [8744] = 8744, + [8745] = 8595, + [8746] = 8576, + [8747] = 8584, + [8748] = 8625, + [8749] = 8670, + [8750] = 4615, + [8751] = 8608, + [8752] = 8612, + [8753] = 8638, + [8754] = 8604, + [8755] = 8623, + [8756] = 8568, + [8757] = 8627, + [8758] = 8605, + [8759] = 8595, + [8760] = 8760, + [8761] = 8568, + [8762] = 8674, + [8763] = 8611, + [8764] = 8764, + [8765] = 4597, + [8766] = 8608, + [8767] = 8767, + [8768] = 8685, + [8769] = 8612, + [8770] = 8576, + [8771] = 8760, + [8772] = 8772, + [8773] = 8576, + [8774] = 8604, + [8775] = 8623, + [8776] = 8776, + [8777] = 8627, + [8778] = 8595, + [8779] = 8772, + [8780] = 8576, + [8781] = 8781, + [8782] = 8673, + [8783] = 8644, + [8784] = 8623, + [8785] = 8785, + [8786] = 8569, + [8787] = 8612, + [8788] = 8643, + [8789] = 8604, + [8790] = 8638, + [8791] = 8644, + [8792] = 8595, + [8793] = 8658, + [8794] = 8573, + [8795] = 8608, + [8796] = 8796, + [8797] = 8612, + [8798] = 8798, + [8799] = 8676, + [8800] = 8568, + [8801] = 8801, + [8802] = 8612, + [8803] = 4612, + [8804] = 8804, + [8805] = 8604, + [8806] = 8685, + [8807] = 8595, + [8808] = 8776, + [8809] = 8576, + [8810] = 8568, + [8811] = 8811, + [8812] = 4618, + [8813] = 8624, + [8814] = 8576, + [8815] = 8604, + [8816] = 8567, + [8817] = 8595, + [8818] = 8568, + [8819] = 8781, + [8820] = 8568, + [8821] = 8604, + [8822] = 8595, + [8823] = 8568, + [8824] = 8604, + [8825] = 8613, + [8826] = 8634, + [8827] = 8604, + [8828] = 8595, + [8829] = 8829, + [8830] = 8675, + [8831] = 8604, + [8832] = 8595, + [8833] = 8576, + [8834] = 2806, + [8835] = 8576, + [8836] = 8604, + [8837] = 8595, + [8838] = 8838, + [8839] = 8839, + [8840] = 8604, + [8841] = 8595, + [8842] = 8842, + [8843] = 8573, + [8844] = 8572, + [8845] = 8604, + [8846] = 8595, + [8847] = 8785, + [8848] = 8604, + [8849] = 8595, + [8850] = 8567, + [8851] = 8568, + [8852] = 8568, + [8853] = 8706, + [8854] = 8604, + [8855] = 8595, + [8856] = 8576, + [8857] = 8604, + [8858] = 8595, + [8859] = 8617, + [8860] = 8860, + [8861] = 8604, + [8862] = 8595, + [8863] = 8568, + [8864] = 8604, + [8865] = 8595, + [8866] = 8642, + [8867] = 8567, + [8868] = 8739, + [8869] = 8604, + [8870] = 8595, + [8871] = 8665, + [8872] = 8721, + [8873] = 8604, + [8874] = 8595, + [8875] = 8842, + [8876] = 8568, + [8877] = 8604, + [8878] = 8595, + [8879] = 8568, + [8880] = 8568, + [8881] = 8604, + [8882] = 8595, + [8883] = 8883, + [8884] = 8884, + [8885] = 8576, + [8886] = 7003, + [8887] = 8604, + [8888] = 8595, + [8889] = 8576, + [8890] = 8673, + [8891] = 8604, + [8892] = 8595, + [8893] = 8658, + [8894] = 8604, + [8895] = 8595, + [8896] = 8568, + [8897] = 8617, + [8898] = 8604, + [8899] = 8595, + [8900] = 4616, + [8901] = 8604, + [8902] = 8595, + [8903] = 8576, + [8904] = 8604, + [8905] = 8595, + [8906] = 8675, + [8907] = 8907, + [8908] = 8696, + [8909] = 8604, + [8910] = 8595, + [8911] = 8568, + [8912] = 8604, + [8913] = 8595, + [8914] = 8665, + [8915] = 8842, + [8916] = 8731, + [8917] = 8604, + [8918] = 8595, + [8919] = 8673, + [8920] = 8721, + [8921] = 8568, + [8922] = 8604, + [8923] = 8595, + [8924] = 8604, + [8925] = 8595, + [8926] = 8706, + [8927] = 8927, + [8928] = 8604, + [8929] = 8595, + [8930] = 8781, + [8931] = 8633, + [8932] = 8604, + [8933] = 8595, + [8934] = 8934, + [8935] = 8568, + [8936] = 4623, + [8937] = 8696, + [8938] = 8567, + [8939] = 8568, + [8940] = 2375, + [8941] = 8606, + [8942] = 8568, + [8943] = 8567, + [8944] = 8605, + [8945] = 8739, + [8946] = 8594, + [8947] = 8740, + [8948] = 8727, + [8949] = 8568, + [8950] = 8695, + [8951] = 8721, + [8952] = 8740, + [8953] = 8584, + [8954] = 8676, + [8955] = 8739, + [8956] = 8576, + [8957] = 8764, + [8958] = 8576, + [8959] = 8767, + [8960] = 8584, + [8961] = 8625, + [8962] = 8962, + [8963] = 8625, + [8964] = 8568, + [8965] = 8657, + [8966] = 8568, + [8967] = 8731, + [8968] = 8627, + [8969] = 8602, + [8970] = 8602, + [8971] = 8606, + [8972] = 8785, + [8973] = 8611, + [8974] = 8732, + [8975] = 8568, + [8976] = 8622, + [8977] = 8622, + [8978] = 8576, + [8979] = 8628, + [8980] = 8622, + [8981] = 8576, + [8982] = 8982, + [8983] = 8983, + [8984] = 8984, + [8985] = 8985, + [8986] = 8986, + [8987] = 8987, + [8988] = 8988, + [8989] = 8989, + [8990] = 8990, + [8991] = 8991, + [8992] = 8983, + [8993] = 8993, + [8994] = 8994, + [8995] = 8984, + [8996] = 8984, + [8997] = 8997, + [8998] = 8998, + [8999] = 8986, + [9000] = 9000, + [9001] = 9001, + [9002] = 8985, + [9003] = 9003, + [9004] = 7632, + [9005] = 7448, + [9006] = 8985, + [9007] = 8983, + [9008] = 9008, + [9009] = 9009, + [9010] = 8986, + [9011] = 7405, + [9012] = 9012, + [9013] = 9013, + [9014] = 7513, + [9015] = 9015, + [9016] = 9016, + [9017] = 9017, + [9018] = 7628, + [9019] = 8985, + [9020] = 9020, + [9021] = 8989, + [9022] = 8985, + [9023] = 9023, + [9024] = 8983, + [9025] = 9025, + [9026] = 8983, + [9027] = 8986, + [9028] = 7407, + [9029] = 8986, + [9030] = 8982, + [9031] = 9031, + [9032] = 8982, + [9033] = 9033, + [9034] = 9034, + [9035] = 9035, + [9036] = 7408, + [9037] = 8989, + [9038] = 9012, + [9039] = 9039, + [9040] = 9040, + [9041] = 8984, + [9042] = 9042, + [9043] = 8985, + [9044] = 7338, + [9045] = 9045, + [9046] = 8982, + [9047] = 7679, + [9048] = 9048, + [9049] = 8985, + [9050] = 9050, + [9051] = 8984, + [9052] = 8985, + [9053] = 9009, + [9054] = 8985, + [9055] = 9033, + [9056] = 7341, + [9057] = 9057, + [9058] = 8985, + [9059] = 7402, + [9060] = 9060, + [9061] = 9061, + [9062] = 7299, + [9063] = 7492, + [9064] = 9012, + [9065] = 7343, + [9066] = 8984, + [9067] = 8984, + [9068] = 8984, + [9069] = 9069, + [9070] = 9070, + [9071] = 8985, + [9072] = 9072, + [9073] = 8985, + [9074] = 9017, + [9075] = 9075, + [9076] = 8990, + [9077] = 8989, + [9078] = 9069, + [9079] = 8985, + [9080] = 9012, + [9081] = 9081, + [9082] = 8985, + [9083] = 8989, + [9084] = 8985, + [9085] = 9031, + [9086] = 9086, + [9087] = 8989, + [9088] = 9088, + [9089] = 8982, + [9090] = 8984, + [9091] = 9086, + [9092] = 7597, + [9093] = 9093, + [9094] = 9012, + [9095] = 9093, + [9096] = 8983, + [9097] = 9057, + [9098] = 9012, + [9099] = 8986, + [9100] = 9012, + [9101] = 8984, + [9102] = 9102, + [9103] = 8984, + [9104] = 8985, + [9105] = 8985, + [9106] = 9093, + [9107] = 8984, + [9108] = 8985, + [9109] = 9075, + [9110] = 9069, + [9111] = 9111, + [9112] = 7296, + [9113] = 8985, + [9114] = 7660, + [9115] = 9086, + [9116] = 9116, + [9117] = 9012, + [9118] = 9118, + [9119] = 8990, + [9120] = 9017, + [9121] = 9012, + [9122] = 9122, + [9123] = 9069, + [9124] = 9093, + [9125] = 7668, + [9126] = 9012, + [9127] = 9127, + [9128] = 9086, + [9129] = 8990, + [9130] = 9130, + [9131] = 8984, + [9132] = 8985, + [9133] = 9093, + [9134] = 9016, + [9135] = 8984, + [9136] = 9012, + [9137] = 7347, + [9138] = 8993, + [9139] = 8985, + [9140] = 9140, + [9141] = 7437, + [9142] = 8991, + [9143] = 8989, + [9144] = 8985, + [9145] = 8983, + [9146] = 9127, + [9147] = 8984, + [9148] = 8989, + [9149] = 8982, + [9150] = 9012, + [9151] = 8986, + [9152] = 8982, + [9153] = 9012, + [9154] = 8985, + [9155] = 8984, + [9156] = 9156, + [9157] = 8989, + [9158] = 8986, + [9159] = 8990, + [9160] = 8990, + [9161] = 8989, + [9162] = 8985, + [9163] = 8989, + [9164] = 8984, + [9165] = 8982, + [9166] = 9166, + [9167] = 9167, + [9168] = 9168, + [9169] = 9075, + [9170] = 9170, + [9171] = 8998, + [9172] = 9086, + [9173] = 9173, + [9174] = 9174, + [9175] = 8985, + [9176] = 9012, + [9177] = 8985, + [9178] = 9008, + [9179] = 9093, + [9180] = 9039, + [9181] = 9181, + [9182] = 7354, + [9183] = 8985, + [9184] = 8985, + [9185] = 7355, + [9186] = 8985, + [9187] = 8985, + [9188] = 8985, + [9189] = 8989, + [9190] = 8985, + [9191] = 9042, + [9192] = 8983, + [9193] = 8985, + [9194] = 7442, + [9195] = 9012, + [9196] = 8986, + [9197] = 7409, + [9198] = 9086, + [9199] = 7406, + [9200] = 9200, + [9201] = 9201, + [9202] = 9202, + [9203] = 9203, + [9204] = 8984, + [9205] = 9086, + [9206] = 8989, + [9207] = 8989, + [9208] = 9208, + [9209] = 9093, + [9210] = 9016, + [9211] = 9009, + [9212] = 9093, + [9213] = 9093, + [9214] = 8985, + [9215] = 9127, + [9216] = 9017, + [9217] = 8983, + [9218] = 8984, + [9219] = 8984, + [9220] = 9012, + [9221] = 8985, + [9222] = 9222, + [9223] = 8989, + [9224] = 9075, + [9225] = 2375, + [9226] = 7294, + [9227] = 8985, + [9228] = 9034, + [9229] = 8990, + [9230] = 9167, + [9231] = 9088, + [9232] = 9232, + [9233] = 8991, + [9234] = 9222, + [9235] = 9081, + [9236] = 9069, + [9237] = 9166, + [9238] = 9181, + [9239] = 9048, + [9240] = 9240, + [9241] = 9174, + [9242] = 9242, + [9243] = 7438, + [9244] = 9170, + [9245] = 9035, + [9246] = 8989, + [9247] = 9156, + [9248] = 9248, + [9249] = 8983, + [9250] = 8985, + [9251] = 9251, + [9252] = 8986, + [9253] = 9253, + [9254] = 8985, + [9255] = 8985, + [9256] = 9034, + [9257] = 9069, + [9258] = 9167, + [9259] = 9088, + [9260] = 7707, + [9261] = 9222, + [9262] = 9081, + [9263] = 9009, + [9264] = 9166, + [9265] = 9265, + [9266] = 9035, + [9267] = 8984, + [9268] = 8984, + [9269] = 9167, + [9270] = 9088, + [9271] = 8982, + [9272] = 9222, + [9273] = 9081, + [9274] = 9093, + [9275] = 9166, + [9276] = 9276, + [9277] = 9035, + [9278] = 7449, + [9279] = 9167, + [9280] = 9088, + [9281] = 9240, + [9282] = 9222, + [9283] = 9081, + [9284] = 9284, + [9285] = 8987, + [9286] = 9035, + [9287] = 9012, + [9288] = 9167, + [9289] = 9088, + [9290] = 8984, + [9291] = 9222, + [9292] = 9081, + [9293] = 7677, + [9294] = 8990, + [9295] = 9035, + [9296] = 9086, + [9297] = 9167, + [9298] = 9088, + [9299] = 8985, + [9300] = 9222, + [9301] = 9081, + [9302] = 8993, + [9303] = 9251, + [9304] = 9035, + [9305] = 9251, + [9306] = 9167, + [9307] = 9088, + [9308] = 8985, + [9309] = 9222, + [9310] = 9081, + [9311] = 9174, + [9312] = 9086, + [9313] = 9035, + [9314] = 8989, + [9315] = 9167, + [9316] = 9088, + [9317] = 841, + [9318] = 9222, + [9319] = 9081, + [9320] = 9320, + [9321] = 9035, + [9322] = 8985, + [9323] = 9167, + [9324] = 9088, + [9325] = 7682, + [9326] = 9086, + [9327] = 8989, + [9328] = 8989, + [9329] = 9284, + [9330] = 8990, + [9331] = 9069, + [9332] = 9045, + [9333] = 9333, + [9334] = 9069, + [9335] = 9284, + [9336] = 8985, + [9337] = 9284, + [9338] = 9069, + [9339] = 9284, + [9340] = 8985, + [9341] = 9284, + [9342] = 9012, + [9343] = 9284, + [9344] = 9012, + [9345] = 9284, + [9346] = 9242, + [9347] = 9284, + [9348] = 9348, + [9349] = 9284, + [9350] = 9050, + [9351] = 9050, + [9352] = 9050, + [9353] = 9050, + [9354] = 9050, + [9355] = 9050, + [9356] = 9050, + [9357] = 9050, + [9358] = 7684, +}; + +static const TSSymbol ts_supertype_symbols[SUPERTYPE_COUNT] = { + sym_expression, + sym_global_declaration, + sym_local_declaration, + sym_protocol_member_declaration, + sym_type_level_declaration, + sym_unannotated_type, +}; + +static const TSMapSlice ts_supertype_map_slices[] = { + [sym_expression] = {.index = 0, .length = 56}, + [sym_global_declaration] = {.index = 56, .length = 11}, + [sym_local_declaration] = {.index = 67, .length = 8}, + [sym_protocol_member_declaration] = {.index = 75, .length = 7}, + [sym_type_level_declaration] = {.index = 82, .length = 12}, + [sym_unannotated_type] = {.index = 94, .length = 13}, +}; + +static const TSSymbol ts_supertype_map_entries[] = { + [0] = + alias_sym_fully_open_range, + anon_sym_nil, + sym_additive_expression, + sym_array_literal, + sym_as_expression, + sym_assignment, + sym_await_expression, + sym_bin_literal, + sym_bitwise_operation, + sym_boolean_literal, + sym_call_expression, + sym_check_expression, + sym_comparison_expression, + sym_conjunction_expression, + sym_constructor_expression, + sym_diagnostic, + sym_dictionary_literal, + sym_directive, + sym_disjunction_expression, + sym_equality_expression, + sym_hex_literal, + sym_if_statement, + sym_infix_expression, + sym_integer_literal, + sym_key_path_expression, + sym_key_path_string_expression, + sym_lambda_literal, + sym_line_string_literal, + sym_macro_invocation, + sym_multi_line_string_literal, + sym_multiplicative_expression, + sym_navigation_expression, + sym_nil_coalescing_expression, + sym_oct_literal, + sym_open_end_range_expression, + sym_open_start_range_expression, + sym_optional_chain_marker, + sym_playground_literal, + sym_postfix_expression, + sym_prefix_expression, + sym_range_expression, + sym_raw_string_literal, + sym_real_literal, + sym_referenceable_operator, + sym_regex_literal, + sym_selector_expression, + sym_self_expression, + sym_simple_identifier, + sym_special_literal, + sym_super_expression, + sym_switch_statement, + sym_ternary_expression, + sym_try_expression, + sym_tuple_expression, + sym_value_pack_expansion, + sym_value_parameter_pack, + [56] = + sym_associatedtype_declaration, + sym_class_declaration, + sym_function_declaration, + sym_import_declaration, + sym_init_declaration, + sym_macro_declaration, + sym_operator_declaration, + sym_precedence_group_declaration, + sym_property_declaration, + sym_protocol_declaration, + sym_typealias_declaration, + [67] = + sym__local_class_declaration, + sym__local_function_declaration, + sym__local_property_declaration, + sym__local_typealias_declaration, + sym_class_declaration, + sym_function_declaration, + sym_property_declaration, + sym_typealias_declaration, + [75] = + sym_associatedtype_declaration, + sym_deinit_declaration, + sym_init_declaration, + sym_protocol_function_declaration, + sym_protocol_property_declaration, + sym_subscript_declaration, + sym_typealias_declaration, + [82] = + sym_associatedtype_declaration, + sym_class_declaration, + sym_deinit_declaration, + sym_function_declaration, + sym_import_declaration, + sym_init_declaration, + sym_operator_declaration, + sym_precedence_group_declaration, + sym_property_declaration, + sym_protocol_declaration, + sym_subscript_declaration, + sym_typealias_declaration, + [94] = + sym_array_type, + sym_dictionary_type, + sym_existential_type, + sym_function_type, + sym_metatype, + sym_opaque_type, + sym_optional_type, + sym_protocol_composition_type, + sym_suppressed_constraint, + sym_tuple_type, + sym_type_pack_expansion, + sym_type_parameter_pack, + sym_user_type, +}; + +static const TSCharacterRange aux_sym_simple_identifier_token1_character_set_1[] = { + {'A', 'Z'}, {'_', '_'}, {'a', 'z'}, {0xa9, 0xaa}, {0xae, 0xae}, {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}, {0x3f7, 0x481}, + {0x48a, 0x52f}, {0x531, 0x556}, {0x559, 0x559}, {0x560, 0x588}, {0x5d0, 0x5ea}, {0x5ef, 0x5f2}, {0x620, 0x64a}, {0x66e, 0x66f}, + {0x671, 0x6d3}, {0x6d5, 0x6d5}, {0x6e5, 0x6e6}, {0x6ee, 0x6ef}, {0x6fa, 0x6fc}, {0x6ff, 0x6ff}, {0x710, 0x710}, {0x712, 0x72f}, + {0x74d, 0x7a5}, {0x7b1, 0x7b1}, {0x7ca, 0x7ea}, {0x7f4, 0x7f5}, {0x7fa, 0x7fa}, {0x800, 0x815}, {0x81a, 0x81a}, {0x824, 0x824}, + {0x828, 0x828}, {0x840, 0x858}, {0x860, 0x86a}, {0x870, 0x887}, {0x889, 0x88e}, {0x8a0, 0x8c9}, {0x904, 0x939}, {0x93d, 0x93d}, + {0x950, 0x950}, {0x958, 0x961}, {0x971, 0x980}, {0x985, 0x98c}, {0x98f, 0x990}, {0x993, 0x9a8}, {0x9aa, 0x9b0}, {0x9b2, 0x9b2}, + {0x9b6, 0x9b9}, {0x9bd, 0x9bd}, {0x9ce, 0x9ce}, {0x9dc, 0x9dd}, {0x9df, 0x9e1}, {0x9f0, 0x9f1}, {0x9fc, 0x9fc}, {0xa05, 0xa0a}, + {0xa0f, 0xa10}, {0xa13, 0xa28}, {0xa2a, 0xa30}, {0xa32, 0xa33}, {0xa35, 0xa36}, {0xa38, 0xa39}, {0xa59, 0xa5c}, {0xa5e, 0xa5e}, + {0xa72, 0xa74}, {0xa85, 0xa8d}, {0xa8f, 0xa91}, {0xa93, 0xaa8}, {0xaaa, 0xab0}, {0xab2, 0xab3}, {0xab5, 0xab9}, {0xabd, 0xabd}, + {0xad0, 0xad0}, {0xae0, 0xae1}, {0xaf9, 0xaf9}, {0xb05, 0xb0c}, {0xb0f, 0xb10}, {0xb13, 0xb28}, {0xb2a, 0xb30}, {0xb32, 0xb33}, + {0xb35, 0xb39}, {0xb3d, 0xb3d}, {0xb5c, 0xb5d}, {0xb5f, 0xb61}, {0xb71, 0xb71}, {0xb83, 0xb83}, {0xb85, 0xb8a}, {0xb8e, 0xb90}, + {0xb92, 0xb95}, {0xb99, 0xb9a}, {0xb9c, 0xb9c}, {0xb9e, 0xb9f}, {0xba3, 0xba4}, {0xba8, 0xbaa}, {0xbae, 0xbb9}, {0xbd0, 0xbd0}, + {0xc05, 0xc0c}, {0xc0e, 0xc10}, {0xc12, 0xc28}, {0xc2a, 0xc39}, {0xc3d, 0xc3d}, {0xc58, 0xc5a}, {0xc5d, 0xc5d}, {0xc60, 0xc61}, + {0xc80, 0xc80}, {0xc85, 0xc8c}, {0xc8e, 0xc90}, {0xc92, 0xca8}, {0xcaa, 0xcb3}, {0xcb5, 0xcb9}, {0xcbd, 0xcbd}, {0xcdd, 0xcde}, + {0xce0, 0xce1}, {0xcf1, 0xcf2}, {0xd04, 0xd0c}, {0xd0e, 0xd10}, {0xd12, 0xd3a}, {0xd3d, 0xd3d}, {0xd4e, 0xd4e}, {0xd54, 0xd56}, + {0xd5f, 0xd61}, {0xd7a, 0xd7f}, {0xd85, 0xd96}, {0xd9a, 0xdb1}, {0xdb3, 0xdbb}, {0xdbd, 0xdbd}, {0xdc0, 0xdc6}, {0xe01, 0xe30}, + {0xe32, 0xe32}, {0xe40, 0xe46}, {0xe81, 0xe82}, {0xe84, 0xe84}, {0xe86, 0xe8a}, {0xe8c, 0xea3}, {0xea5, 0xea5}, {0xea7, 0xeb0}, + {0xeb2, 0xeb2}, {0xebd, 0xebd}, {0xec0, 0xec4}, {0xec6, 0xec6}, {0xedc, 0xedf}, {0xf00, 0xf00}, {0xf40, 0xf47}, {0xf49, 0xf6c}, + {0xf88, 0xf8c}, {0x1000, 0x102a}, {0x103f, 0x103f}, {0x1050, 0x1055}, {0x105a, 0x105d}, {0x1061, 0x1061}, {0x1065, 0x1066}, {0x106e, 0x1070}, + {0x1075, 0x1081}, {0x108e, 0x108e}, {0x10a0, 0x10c5}, {0x10c7, 0x10c7}, {0x10cd, 0x10cd}, {0x10d0, 0x10fa}, {0x10fc, 0x1248}, {0x124a, 0x124d}, + {0x1250, 0x1256}, {0x1258, 0x1258}, {0x125a, 0x125d}, {0x1260, 0x1288}, {0x128a, 0x128d}, {0x1290, 0x12b0}, {0x12b2, 0x12b5}, {0x12b8, 0x12be}, + {0x12c0, 0x12c0}, {0x12c2, 0x12c5}, {0x12c8, 0x12d6}, {0x12d8, 0x1310}, {0x1312, 0x1315}, {0x1318, 0x135a}, {0x1380, 0x138f}, {0x13a0, 0x13f5}, + {0x13f8, 0x13fd}, {0x1401, 0x166c}, {0x166f, 0x167f}, {0x1681, 0x169a}, {0x16a0, 0x16ea}, {0x16ee, 0x16f8}, {0x1700, 0x1711}, {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, 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}, {0x203c, 0x203c}, {0x2049, 0x2049}, {0x2071, 0x2071}, + {0x207f, 0x207f}, {0x2090, 0x209c}, {0x2102, 0x2102}, {0x2107, 0x2107}, {0x210a, 0x2113}, {0x2115, 0x2115}, {0x2118, 0x211d}, {0x2122, 0x2122}, + {0x2124, 0x2124}, {0x2126, 0x2126}, {0x2128, 0x2128}, {0x212a, 0x2139}, {0x213c, 0x213f}, {0x2145, 0x2149}, {0x214e, 0x214e}, {0x2160, 0x2188}, + {0x2194, 0x2199}, {0x21a9, 0x21aa}, {0x231a, 0x231b}, {0x2328, 0x2328}, {0x23cf, 0x23cf}, {0x23e9, 0x23f3}, {0x23f8, 0x23fa}, {0x24c2, 0x24c2}, + {0x25aa, 0x25ab}, {0x25b6, 0x25b6}, {0x25c0, 0x25c0}, {0x25fb, 0x25fe}, {0x2600, 0x2604}, {0x260e, 0x260e}, {0x2611, 0x2611}, {0x2614, 0x2615}, + {0x2618, 0x2618}, {0x261d, 0x261d}, {0x2620, 0x2620}, {0x2622, 0x2623}, {0x2626, 0x2626}, {0x262a, 0x262a}, {0x262e, 0x262f}, {0x2638, 0x263a}, + {0x2640, 0x2640}, {0x2642, 0x2642}, {0x2648, 0x2653}, {0x265f, 0x2660}, {0x2663, 0x2663}, {0x2665, 0x2666}, {0x2668, 0x2668}, {0x267b, 0x267b}, + {0x267e, 0x267f}, {0x2692, 0x2697}, {0x2699, 0x2699}, {0x269b, 0x269c}, {0x26a0, 0x26a1}, {0x26a7, 0x26a7}, {0x26aa, 0x26ab}, {0x26b0, 0x26b1}, + {0x26bd, 0x26be}, {0x26c4, 0x26c5}, {0x26c8, 0x26c8}, {0x26ce, 0x26cf}, {0x26d1, 0x26d1}, {0x26d3, 0x26d4}, {0x26e9, 0x26ea}, {0x26f0, 0x26f5}, + {0x26f7, 0x26fa}, {0x26fd, 0x26fd}, {0x2702, 0x2702}, {0x2705, 0x2705}, {0x2708, 0x270d}, {0x270f, 0x270f}, {0x2712, 0x2712}, {0x2714, 0x2714}, + {0x2716, 0x2716}, {0x271d, 0x271d}, {0x2721, 0x2721}, {0x2728, 0x2728}, {0x2733, 0x2734}, {0x2744, 0x2744}, {0x2747, 0x2747}, {0x274c, 0x274c}, + {0x274e, 0x274e}, {0x2753, 0x2755}, {0x2757, 0x2757}, {0x2763, 0x2764}, {0x2795, 0x2797}, {0x27a1, 0x27a1}, {0x27b0, 0x27b0}, {0x27bf, 0x27bf}, + {0x2934, 0x2935}, {0x2b05, 0x2b07}, {0x2b1b, 0x2b1c}, {0x2b50, 0x2b50}, {0x2b55, 0x2b55}, {0x2c00, 0x2ce4}, {0x2ceb, 0x2cee}, {0x2cf2, 0x2cf3}, + {0x2d00, 0x2d25}, {0x2d27, 0x2d27}, {0x2d2d, 0x2d2d}, {0x2d30, 0x2d67}, {0x2d6f, 0x2d6f}, {0x2d80, 0x2d96}, {0x2da0, 0x2da6}, {0x2da8, 0x2dae}, + {0x2db0, 0x2db6}, {0x2db8, 0x2dbe}, {0x2dc0, 0x2dc6}, {0x2dc8, 0x2dce}, {0x2dd0, 0x2dd6}, {0x2dd8, 0x2dde}, {0x3005, 0x3007}, {0x3021, 0x3029}, + {0x3030, 0x3035}, {0x3038, 0x303d}, {0x3041, 0x3096}, {0x309d, 0x309f}, {0x30a1, 0x30fa}, {0x30fc, 0x30ff}, {0x3105, 0x312f}, {0x3131, 0x318e}, + {0x31a0, 0x31bf}, {0x31f0, 0x31ff}, {0x3297, 0x3297}, {0x3299, 0x3299}, {0x3400, 0x4dbf}, {0x4e00, 0xa48c}, {0xa4d0, 0xa4fd}, {0xa500, 0xa60c}, + {0xa610, 0xa61f}, {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}, {0xaaf2, 0xaaf4}, {0xab01, 0xab06}, {0xab09, 0xab0e}, {0xab11, 0xab16}, {0xab20, 0xab26}, {0xab28, 0xab2e}, {0xab30, 0xab5a}, + {0xab5c, 0xab69}, {0xab70, 0xabe2}, {0xac00, 0xd7a3}, {0xd7b0, 0xd7c6}, {0xd7cb, 0xd7fb}, {0xf900, 0xfa6d}, {0xfa70, 0xfad9}, {0xfb00, 0xfb06}, + {0xfb13, 0xfb17}, {0xfb1d, 0xfb1d}, {0xfb1f, 0xfb28}, {0xfb2a, 0xfb36}, {0xfb38, 0xfb3c}, {0xfb3e, 0xfb3e}, {0xfb40, 0xfb41}, {0xfb43, 0xfb44}, + {0xfb46, 0xfbb1}, {0xfbd3, 0xfc5d}, {0xfc64, 0xfd3d}, {0xfd50, 0xfd8f}, {0xfd92, 0xfdc7}, {0xfdf0, 0xfdf9}, {0xfe71, 0xfe71}, {0xfe73, 0xfe73}, + {0xfe77, 0xfe77}, {0xfe79, 0xfe79}, {0xfe7b, 0xfe7b}, {0xfe7d, 0xfe7d}, {0xfe7f, 0xfefc}, {0xff21, 0xff3a}, {0xff41, 0xff5a}, {0xff66, 0xff9d}, + {0xffa0, 0xffbe}, {0xffc2, 0xffc7}, {0xffca, 0xffcf}, {0xffd2, 0xffd7}, {0xffda, 0xffdc}, {0x10000, 0x1000b}, {0x1000d, 0x10026}, {0x10028, 0x1003a}, + {0x1003c, 0x1003d}, {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}, {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}, {0x1f004, 0x1f004}, + {0x1f0cf, 0x1f0cf}, {0x1f170, 0x1f171}, {0x1f17e, 0x1f17f}, {0x1f18e, 0x1f18e}, {0x1f191, 0x1f19a}, {0x1f1e6, 0x1f1ff}, {0x1f201, 0x1f202}, {0x1f21a, 0x1f21a}, + {0x1f22f, 0x1f22f}, {0x1f232, 0x1f23a}, {0x1f250, 0x1f251}, {0x1f300, 0x1f321}, {0x1f324, 0x1f393}, {0x1f396, 0x1f397}, {0x1f399, 0x1f39b}, {0x1f39e, 0x1f3f0}, + {0x1f3f3, 0x1f3f5}, {0x1f3f7, 0x1f4fd}, {0x1f4ff, 0x1f53d}, {0x1f549, 0x1f54e}, {0x1f550, 0x1f567}, {0x1f56f, 0x1f570}, {0x1f573, 0x1f57a}, {0x1f587, 0x1f587}, + {0x1f58a, 0x1f58d}, {0x1f590, 0x1f590}, {0x1f595, 0x1f596}, {0x1f5a4, 0x1f5a5}, {0x1f5a8, 0x1f5a8}, {0x1f5b1, 0x1f5b2}, {0x1f5bc, 0x1f5bc}, {0x1f5c2, 0x1f5c4}, + {0x1f5d1, 0x1f5d3}, {0x1f5dc, 0x1f5de}, {0x1f5e1, 0x1f5e1}, {0x1f5e3, 0x1f5e3}, {0x1f5e8, 0x1f5e8}, {0x1f5ef, 0x1f5ef}, {0x1f5f3, 0x1f5f3}, {0x1f5fa, 0x1f64f}, + {0x1f680, 0x1f6c5}, {0x1f6cb, 0x1f6d2}, {0x1f6d5, 0x1f6d7}, {0x1f6dc, 0x1f6e5}, {0x1f6e9, 0x1f6e9}, {0x1f6eb, 0x1f6ec}, {0x1f6f0, 0x1f6f0}, {0x1f6f3, 0x1f6fc}, + {0x1f7e0, 0x1f7eb}, {0x1f7f0, 0x1f7f0}, {0x1f90c, 0x1f93a}, {0x1f93c, 0x1f945}, {0x1f947, 0x1f9ff}, {0x1fa70, 0x1fa7c}, {0x1fa80, 0x1fa89}, {0x1fa8f, 0x1fac6}, + {0x1face, 0x1fadc}, {0x1fadf, 0x1fae9}, {0x1faf0, 0x1faf8}, {0x20000, 0x2a6df}, {0x2a700, 0x2b739}, {0x2b740, 0x2b81d}, {0x2b820, 0x2cea1}, {0x2ceb0, 0x2ebe0}, + {0x2ebf0, 0x2ee5d}, {0x2f800, 0x2fa1d}, {0x30000, 0x3134a}, {0x31350, 0x323af}, +}; + +static const TSCharacterRange aux_sym_simple_identifier_token1_character_set_2[] = { + {'#', '#'}, {'*', '*'}, {'0', '9'}, {'A', 'Z'}, {'_', '_'}, {'a', 'z'}, {0xa9, 0xaa}, {0xae, 0xae}, + {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}, + {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}, {0xa35, 0xa36}, {0xa38, 0xa39}, {0xa3c, 0xa3c}, {0xa3e, 0xa42}, {0xa47, 0xa48}, {0xa4b, 0xa4d}, {0xa51, 0xa51}, + {0xa59, 0xa5c}, {0xa5e, 0xa5e}, {0xa66, 0xa75}, {0xa81, 0xa83}, {0xa85, 0xa8d}, {0xa8f, 0xa91}, {0xa93, 0xaa8}, {0xaaa, 0xab0}, + {0xab2, 0xab3}, {0xab5, 0xab9}, {0xabc, 0xac5}, {0xac7, 0xac9}, {0xacb, 0xacd}, {0xad0, 0xad0}, {0xae0, 0xae3}, {0xae6, 0xaef}, + {0xaf9, 0xaff}, {0xb01, 0xb03}, {0xb05, 0xb0c}, {0xb0f, 0xb10}, {0xb13, 0xb28}, {0xb2a, 0xb30}, {0xb32, 0xb33}, {0xb35, 0xb39}, + {0xb3c, 0xb44}, {0xb47, 0xb48}, {0xb4b, 0xb4d}, {0xb55, 0xb57}, {0xb5c, 0xb5d}, {0xb5f, 0xb63}, {0xb66, 0xb6f}, {0xb71, 0xb71}, + {0xb82, 0xb83}, {0xb85, 0xb8a}, {0xb8e, 0xb90}, {0xb92, 0xb95}, {0xb99, 0xb9a}, {0xb9c, 0xb9c}, {0xb9e, 0xb9f}, {0xba3, 0xba4}, + {0xba8, 0xbaa}, {0xbae, 0xbb9}, {0xbbe, 0xbc2}, {0xbc6, 0xbc8}, {0xbca, 0xbcd}, {0xbd0, 0xbd0}, {0xbd7, 0xbd7}, {0xbe6, 0xbef}, + {0xc00, 0xc0c}, {0xc0e, 0xc10}, {0xc12, 0xc28}, {0xc2a, 0xc39}, {0xc3c, 0xc44}, {0xc46, 0xc48}, {0xc4a, 0xc4d}, {0xc55, 0xc56}, + {0xc58, 0xc5a}, {0xc5d, 0xc5d}, {0xc60, 0xc63}, {0xc66, 0xc6f}, {0xc80, 0xc83}, {0xc85, 0xc8c}, {0xc8e, 0xc90}, {0xc92, 0xca8}, + {0xcaa, 0xcb3}, {0xcb5, 0xcb9}, {0xcbc, 0xcc4}, {0xcc6, 0xcc8}, {0xcca, 0xccd}, {0xcd5, 0xcd6}, {0xcdd, 0xcde}, {0xce0, 0xce3}, + {0xce6, 0xcef}, {0xcf1, 0xcf3}, {0xd00, 0xd0c}, {0xd0e, 0xd10}, {0xd12, 0xd44}, {0xd46, 0xd48}, {0xd4a, 0xd4e}, {0xd54, 0xd57}, + {0xd5f, 0xd63}, {0xd66, 0xd6f}, {0xd7a, 0xd7f}, {0xd81, 0xd83}, {0xd85, 0xd96}, {0xd9a, 0xdb1}, {0xdb3, 0xdbb}, {0xdbd, 0xdbd}, + {0xdc0, 0xdc6}, {0xdca, 0xdca}, {0xdcf, 0xdd4}, {0xdd6, 0xdd6}, {0xdd8, 0xddf}, {0xde6, 0xdef}, {0xdf2, 0xdf3}, {0xe01, 0xe3a}, + {0xe40, 0xe4e}, {0xe50, 0xe59}, {0xe81, 0xe82}, {0xe84, 0xe84}, {0xe86, 0xe8a}, {0xe8c, 0xea3}, {0xea5, 0xea5}, {0xea7, 0xebd}, + {0xec0, 0xec4}, {0xec6, 0xec6}, {0xec8, 0xece}, {0xed0, 0xed9}, {0xedc, 0xedf}, {0xf00, 0xf00}, {0xf18, 0xf19}, {0xf20, 0xf29}, + {0xf35, 0xf35}, {0xf37, 0xf37}, {0xf39, 0xf39}, {0xf3e, 0xf47}, {0xf49, 0xf6c}, {0xf71, 0xf84}, {0xf86, 0xf97}, {0xf99, 0xfbc}, + {0xfc6, 0xfc6}, {0x1000, 0x1049}, {0x1050, 0x109d}, {0x10a0, 0x10c5}, {0x10c7, 0x10c7}, {0x10cd, 0x10cd}, {0x10d0, 0x10fa}, {0x10fc, 0x1248}, + {0x124a, 0x124d}, {0x1250, 0x1256}, {0x1258, 0x1258}, {0x125a, 0x125d}, {0x1260, 0x1288}, {0x128a, 0x128d}, {0x1290, 0x12b0}, {0x12b2, 0x12b5}, + {0x12b8, 0x12be}, {0x12c0, 0x12c0}, {0x12c2, 0x12c5}, {0x12c8, 0x12d6}, {0x12d8, 0x1310}, {0x1312, 0x1315}, {0x1318, 0x135a}, {0x135d, 0x135f}, + {0x1369, 0x1371}, {0x1380, 0x138f}, {0x13a0, 0x13f5}, {0x13f8, 0x13fd}, {0x1401, 0x166c}, {0x166f, 0x167f}, {0x1681, 0x169a}, {0x16a0, 0x16ea}, + {0x16ee, 0x16f8}, {0x1700, 0x1715}, {0x171f, 0x1734}, {0x1740, 0x1753}, {0x1760, 0x176c}, {0x176e, 0x1770}, {0x1772, 0x1773}, {0x1780, 0x17d3}, + {0x17d7, 0x17d7}, {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, 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}, + {0x203c, 0x203c}, {0x203f, 0x2040}, {0x2049, 0x2049}, {0x2054, 0x2054}, {0x2071, 0x2071}, {0x207f, 0x207f}, {0x2090, 0x209c}, {0x20d0, 0x20dc}, + {0x20e1, 0x20e1}, {0x20e5, 0x20f0}, {0x2102, 0x2102}, {0x2107, 0x2107}, {0x210a, 0x2113}, {0x2115, 0x2115}, {0x2118, 0x211d}, {0x2122, 0x2122}, + {0x2124, 0x2124}, {0x2126, 0x2126}, {0x2128, 0x2128}, {0x212a, 0x2139}, {0x213c, 0x213f}, {0x2145, 0x2149}, {0x214e, 0x214e}, {0x2160, 0x2188}, + {0x2194, 0x2199}, {0x21a9, 0x21aa}, {0x231a, 0x231b}, {0x2328, 0x2328}, {0x23cf, 0x23cf}, {0x23e9, 0x23f3}, {0x23f8, 0x23fa}, {0x24c2, 0x24c2}, + {0x25aa, 0x25ab}, {0x25b6, 0x25b6}, {0x25c0, 0x25c0}, {0x25fb, 0x25fe}, {0x2600, 0x2604}, {0x260e, 0x260e}, {0x2611, 0x2611}, {0x2614, 0x2615}, + {0x2618, 0x2618}, {0x261d, 0x261d}, {0x2620, 0x2620}, {0x2622, 0x2623}, {0x2626, 0x2626}, {0x262a, 0x262a}, {0x262e, 0x262f}, {0x2638, 0x263a}, + {0x2640, 0x2640}, {0x2642, 0x2642}, {0x2648, 0x2653}, {0x265f, 0x2660}, {0x2663, 0x2663}, {0x2665, 0x2666}, {0x2668, 0x2668}, {0x267b, 0x267b}, + {0x267e, 0x267f}, {0x2692, 0x2697}, {0x2699, 0x2699}, {0x269b, 0x269c}, {0x26a0, 0x26a1}, {0x26a7, 0x26a7}, {0x26aa, 0x26ab}, {0x26b0, 0x26b1}, + {0x26bd, 0x26be}, {0x26c4, 0x26c5}, {0x26c8, 0x26c8}, {0x26ce, 0x26cf}, {0x26d1, 0x26d1}, {0x26d3, 0x26d4}, {0x26e9, 0x26ea}, {0x26f0, 0x26f5}, + {0x26f7, 0x26fa}, {0x26fd, 0x26fd}, {0x2702, 0x2702}, {0x2705, 0x2705}, {0x2708, 0x270d}, {0x270f, 0x270f}, {0x2712, 0x2712}, {0x2714, 0x2714}, + {0x2716, 0x2716}, {0x271d, 0x271d}, {0x2721, 0x2721}, {0x2728, 0x2728}, {0x2733, 0x2734}, {0x2744, 0x2744}, {0x2747, 0x2747}, {0x274c, 0x274c}, + {0x274e, 0x274e}, {0x2753, 0x2755}, {0x2757, 0x2757}, {0x2763, 0x2764}, {0x2795, 0x2797}, {0x27a1, 0x27a1}, {0x27b0, 0x27b0}, {0x27bf, 0x27bf}, + {0x2934, 0x2935}, {0x2b05, 0x2b07}, {0x2b1b, 0x2b1c}, {0x2b50, 0x2b50}, {0x2b55, 0x2b55}, {0x2c00, 0x2ce4}, {0x2ceb, 0x2cf3}, {0x2d00, 0x2d25}, + {0x2d27, 0x2d27}, {0x2d2d, 0x2d2d}, {0x2d30, 0x2d67}, {0x2d6f, 0x2d6f}, {0x2d7f, 0x2d96}, {0x2da0, 0x2da6}, {0x2da8, 0x2dae}, {0x2db0, 0x2db6}, + {0x2db8, 0x2dbe}, {0x2dc0, 0x2dc6}, {0x2dc8, 0x2dce}, {0x2dd0, 0x2dd6}, {0x2dd8, 0x2dde}, {0x2de0, 0x2dff}, {0x3005, 0x3007}, {0x3021, 0x3035}, + {0x3038, 0x303d}, {0x3041, 0x3096}, {0x3099, 0x309a}, {0x309d, 0x309f}, {0x30a1, 0x30ff}, {0x3105, 0x312f}, {0x3131, 0x318e}, {0x31a0, 0x31bf}, + {0x31f0, 0x31ff}, {0x3297, 0x3297}, {0x3299, 0x3299}, {0x3400, 0x4dbf}, {0x4e00, 0xa48c}, {0xa4d0, 0xa4fd}, {0xa500, 0xa60c}, {0xa610, 0xa62b}, + {0xa640, 0xa66f}, {0xa674, 0xa67d}, {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}, {0xab28, 0xab2e}, {0xab30, 0xab5a}, {0xab5c, 0xab69}, {0xab70, 0xabea}, {0xabec, 0xabed}, {0xabf0, 0xabf9}, + {0xac00, 0xd7a3}, {0xd7b0, 0xd7c6}, {0xd7cb, 0xd7fb}, {0xf900, 0xfa6d}, {0xfa70, 0xfad9}, {0xfb00, 0xfb06}, {0xfb13, 0xfb17}, {0xfb1d, 0xfb28}, + {0xfb2a, 0xfb36}, {0xfb38, 0xfb3c}, {0xfb3e, 0xfb3e}, {0xfb40, 0xfb41}, {0xfb43, 0xfb44}, {0xfb46, 0xfbb1}, {0xfbd3, 0xfc5d}, {0xfc64, 0xfd3d}, + {0xfd50, 0xfd8f}, {0xfd92, 0xfdc7}, {0xfdf0, 0xfdf9}, {0xfe00, 0xfe0f}, {0xfe20, 0xfe2f}, {0xfe33, 0xfe34}, {0xfe4d, 0xfe4f}, {0xfe71, 0xfe71}, + {0xfe73, 0xfe73}, {0xfe77, 0xfe77}, {0xfe79, 0xfe79}, {0xfe7b, 0xfe7b}, {0xfe7d, 0xfe7d}, {0xfe7f, 0xfefc}, {0xff10, 0xff19}, {0xff21, 0xff3a}, + {0xff3f, 0xff3f}, {0xff41, 0xff5a}, {0xff65, 0xffbe}, {0xffc2, 0xffc7}, {0xffca, 0xffcf}, {0xffd2, 0xffd7}, {0xffda, 0xffdc}, {0x10000, 0x1000b}, + {0x1000d, 0x10026}, {0x10028, 0x1003a}, {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}, + {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}, {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}, {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}, {0x1f004, 0x1f004}, {0x1f0cf, 0x1f0cf}, {0x1f170, 0x1f171}, {0x1f17e, 0x1f17f}, {0x1f18e, 0x1f18e}, {0x1f191, 0x1f19a}, {0x1f1e6, 0x1f1ff}, + {0x1f201, 0x1f202}, {0x1f21a, 0x1f21a}, {0x1f22f, 0x1f22f}, {0x1f232, 0x1f23a}, {0x1f250, 0x1f251}, {0x1f300, 0x1f321}, {0x1f324, 0x1f393}, {0x1f396, 0x1f397}, + {0x1f399, 0x1f39b}, {0x1f39e, 0x1f3f0}, {0x1f3f3, 0x1f3f5}, {0x1f3f7, 0x1f4fd}, {0x1f4ff, 0x1f53d}, {0x1f549, 0x1f54e}, {0x1f550, 0x1f567}, {0x1f56f, 0x1f570}, + {0x1f573, 0x1f57a}, {0x1f587, 0x1f587}, {0x1f58a, 0x1f58d}, {0x1f590, 0x1f590}, {0x1f595, 0x1f596}, {0x1f5a4, 0x1f5a5}, {0x1f5a8, 0x1f5a8}, {0x1f5b1, 0x1f5b2}, + {0x1f5bc, 0x1f5bc}, {0x1f5c2, 0x1f5c4}, {0x1f5d1, 0x1f5d3}, {0x1f5dc, 0x1f5de}, {0x1f5e1, 0x1f5e1}, {0x1f5e3, 0x1f5e3}, {0x1f5e8, 0x1f5e8}, {0x1f5ef, 0x1f5ef}, + {0x1f5f3, 0x1f5f3}, {0x1f5fa, 0x1f64f}, {0x1f680, 0x1f6c5}, {0x1f6cb, 0x1f6d2}, {0x1f6d5, 0x1f6d7}, {0x1f6dc, 0x1f6e5}, {0x1f6e9, 0x1f6e9}, {0x1f6eb, 0x1f6ec}, + {0x1f6f0, 0x1f6f0}, {0x1f6f3, 0x1f6fc}, {0x1f7e0, 0x1f7eb}, {0x1f7f0, 0x1f7f0}, {0x1f90c, 0x1f93a}, {0x1f93c, 0x1f945}, {0x1f947, 0x1f9ff}, {0x1fa70, 0x1fa7c}, + {0x1fa80, 0x1fa89}, {0x1fa8f, 0x1fac6}, {0x1face, 0x1fadc}, {0x1fadf, 0x1fae9}, {0x1faf0, 0x1faf8}, {0x1fbf0, 0x1fbf9}, {0x20000, 0x2a6df}, {0x2a700, 0x2b739}, + {0x2b740, 0x2b81d}, {0x2b820, 0x2cea1}, {0x2ceb0, 0x2ebe0}, {0x2ebf0, 0x2ee5d}, {0x2f800, 0x2fa1d}, {0x30000, 0x3134a}, {0x31350, 0x323af}, {0xe0100, 0xe01ef}, +}; + +static const TSCharacterRange aux_sym_simple_identifier_token1_character_set_3[] = { + {'#', '#'}, {'*', '*'}, {'0', '9'}, {'A', 'Z'}, {'_', '_'}, {'a', 'z'}, {0xa9, 0xaa}, {0xae, 0xae}, + {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}, + {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}, {0xa35, 0xa36}, {0xa38, 0xa39}, {0xa3c, 0xa3c}, {0xa3e, 0xa42}, {0xa47, 0xa48}, {0xa4b, 0xa4d}, {0xa51, 0xa51}, + {0xa59, 0xa5c}, {0xa5e, 0xa5e}, {0xa66, 0xa75}, {0xa81, 0xa83}, {0xa85, 0xa8d}, {0xa8f, 0xa91}, {0xa93, 0xaa8}, {0xaaa, 0xab0}, + {0xab2, 0xab3}, {0xab5, 0xab9}, {0xabc, 0xac5}, {0xac7, 0xac9}, {0xacb, 0xacd}, {0xad0, 0xad0}, {0xae0, 0xae3}, {0xae6, 0xaef}, + {0xaf9, 0xaff}, {0xb01, 0xb03}, {0xb05, 0xb0c}, {0xb0f, 0xb10}, {0xb13, 0xb28}, {0xb2a, 0xb30}, {0xb32, 0xb33}, {0xb35, 0xb39}, + {0xb3c, 0xb44}, {0xb47, 0xb48}, {0xb4b, 0xb4d}, {0xb55, 0xb57}, {0xb5c, 0xb5d}, {0xb5f, 0xb63}, {0xb66, 0xb6f}, {0xb71, 0xb71}, + {0xb82, 0xb83}, {0xb85, 0xb8a}, {0xb8e, 0xb90}, {0xb92, 0xb95}, {0xb99, 0xb9a}, {0xb9c, 0xb9c}, {0xb9e, 0xb9f}, {0xba3, 0xba4}, + {0xba8, 0xbaa}, {0xbae, 0xbb9}, {0xbbe, 0xbc2}, {0xbc6, 0xbc8}, {0xbca, 0xbcd}, {0xbd0, 0xbd0}, {0xbd7, 0xbd7}, {0xbe6, 0xbef}, + {0xc00, 0xc0c}, {0xc0e, 0xc10}, {0xc12, 0xc28}, {0xc2a, 0xc39}, {0xc3c, 0xc44}, {0xc46, 0xc48}, {0xc4a, 0xc4d}, {0xc55, 0xc56}, + {0xc58, 0xc5a}, {0xc5d, 0xc5d}, {0xc60, 0xc63}, {0xc66, 0xc6f}, {0xc80, 0xc83}, {0xc85, 0xc8c}, {0xc8e, 0xc90}, {0xc92, 0xca8}, + {0xcaa, 0xcb3}, {0xcb5, 0xcb9}, {0xcbc, 0xcc4}, {0xcc6, 0xcc8}, {0xcca, 0xccd}, {0xcd5, 0xcd6}, {0xcdd, 0xcde}, {0xce0, 0xce3}, + {0xce6, 0xcef}, {0xcf1, 0xcf3}, {0xd00, 0xd0c}, {0xd0e, 0xd10}, {0xd12, 0xd44}, {0xd46, 0xd48}, {0xd4a, 0xd4e}, {0xd54, 0xd57}, + {0xd5f, 0xd63}, {0xd66, 0xd6f}, {0xd7a, 0xd7f}, {0xd81, 0xd83}, {0xd85, 0xd96}, {0xd9a, 0xdb1}, {0xdb3, 0xdbb}, {0xdbd, 0xdbd}, + {0xdc0, 0xdc6}, {0xdca, 0xdca}, {0xdcf, 0xdd4}, {0xdd6, 0xdd6}, {0xdd8, 0xddf}, {0xde6, 0xdef}, {0xdf2, 0xdf3}, {0xe01, 0xe3a}, + {0xe40, 0xe4e}, {0xe50, 0xe59}, {0xe81, 0xe82}, {0xe84, 0xe84}, {0xe86, 0xe8a}, {0xe8c, 0xea3}, {0xea5, 0xea5}, {0xea7, 0xebd}, + {0xec0, 0xec4}, {0xec6, 0xec6}, {0xec8, 0xece}, {0xed0, 0xed9}, {0xedc, 0xedf}, {0xf00, 0xf00}, {0xf18, 0xf19}, {0xf20, 0xf29}, + {0xf35, 0xf35}, {0xf37, 0xf37}, {0xf39, 0xf39}, {0xf3e, 0xf47}, {0xf49, 0xf6c}, {0xf71, 0xf84}, {0xf86, 0xf97}, {0xf99, 0xfbc}, + {0xfc6, 0xfc6}, {0x1000, 0x1049}, {0x1050, 0x109d}, {0x10a0, 0x10c5}, {0x10c7, 0x10c7}, {0x10cd, 0x10cd}, {0x10d0, 0x10fa}, {0x10fc, 0x1248}, + {0x124a, 0x124d}, {0x1250, 0x1256}, {0x1258, 0x1258}, {0x125a, 0x125d}, {0x1260, 0x1288}, {0x128a, 0x128d}, {0x1290, 0x12b0}, {0x12b2, 0x12b5}, + {0x12b8, 0x12be}, {0x12c0, 0x12c0}, {0x12c2, 0x12c5}, {0x12c8, 0x12d6}, {0x12d8, 0x1310}, {0x1312, 0x1315}, {0x1318, 0x135a}, {0x135d, 0x135f}, + {0x1369, 0x1371}, {0x1380, 0x138f}, {0x13a0, 0x13f5}, {0x13f8, 0x13fd}, {0x1401, 0x166c}, {0x166f, 0x167f}, {0x1681, 0x169a}, {0x16a0, 0x16ea}, + {0x16ee, 0x16f8}, {0x1700, 0x1715}, {0x171f, 0x1734}, {0x1740, 0x1753}, {0x1760, 0x176c}, {0x176e, 0x1770}, {0x1772, 0x1773}, {0x1780, 0x17d3}, + {0x17d7, 0x17d7}, {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, 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}, + {0x203c, 0x203c}, {0x203f, 0x2040}, {0x2049, 0x2049}, {0x2054, 0x2054}, {0x2071, 0x2071}, {0x207f, 0x207f}, {0x2090, 0x209c}, {0x20d0, 0x20dc}, + {0x20e1, 0x20e1}, {0x20e3, 0x20e3}, {0x20e5, 0x20f0}, {0x2102, 0x2102}, {0x2107, 0x2107}, {0x210a, 0x2113}, {0x2115, 0x2115}, {0x2118, 0x211d}, + {0x2122, 0x2122}, {0x2124, 0x2124}, {0x2126, 0x2126}, {0x2128, 0x2128}, {0x212a, 0x2139}, {0x213c, 0x213f}, {0x2145, 0x2149}, {0x214e, 0x214e}, + {0x2160, 0x2188}, {0x2194, 0x2199}, {0x21a9, 0x21aa}, {0x231a, 0x231b}, {0x2328, 0x2328}, {0x23cf, 0x23cf}, {0x23e9, 0x23f3}, {0x23f8, 0x23fa}, + {0x24c2, 0x24c2}, {0x25aa, 0x25ab}, {0x25b6, 0x25b6}, {0x25c0, 0x25c0}, {0x25fb, 0x25fe}, {0x2600, 0x2604}, {0x260e, 0x260e}, {0x2611, 0x2611}, + {0x2614, 0x2615}, {0x2618, 0x2618}, {0x261d, 0x261d}, {0x2620, 0x2620}, {0x2622, 0x2623}, {0x2626, 0x2626}, {0x262a, 0x262a}, {0x262e, 0x262f}, + {0x2638, 0x263a}, {0x2640, 0x2640}, {0x2642, 0x2642}, {0x2648, 0x2653}, {0x265f, 0x2660}, {0x2663, 0x2663}, {0x2665, 0x2666}, {0x2668, 0x2668}, + {0x267b, 0x267b}, {0x267e, 0x267f}, {0x2692, 0x2697}, {0x2699, 0x2699}, {0x269b, 0x269c}, {0x26a0, 0x26a1}, {0x26a7, 0x26a7}, {0x26aa, 0x26ab}, + {0x26b0, 0x26b1}, {0x26bd, 0x26be}, {0x26c4, 0x26c5}, {0x26c8, 0x26c8}, {0x26ce, 0x26cf}, {0x26d1, 0x26d1}, {0x26d3, 0x26d4}, {0x26e9, 0x26ea}, + {0x26f0, 0x26f5}, {0x26f7, 0x26fa}, {0x26fd, 0x26fd}, {0x2702, 0x2702}, {0x2705, 0x2705}, {0x2708, 0x270d}, {0x270f, 0x270f}, {0x2712, 0x2712}, + {0x2714, 0x2714}, {0x2716, 0x2716}, {0x271d, 0x271d}, {0x2721, 0x2721}, {0x2728, 0x2728}, {0x2733, 0x2734}, {0x2744, 0x2744}, {0x2747, 0x2747}, + {0x274c, 0x274c}, {0x274e, 0x274e}, {0x2753, 0x2755}, {0x2757, 0x2757}, {0x2763, 0x2764}, {0x2795, 0x2797}, {0x27a1, 0x27a1}, {0x27b0, 0x27b0}, + {0x27bf, 0x27bf}, {0x2934, 0x2935}, {0x2b05, 0x2b07}, {0x2b1b, 0x2b1c}, {0x2b50, 0x2b50}, {0x2b55, 0x2b55}, {0x2c00, 0x2ce4}, {0x2ceb, 0x2cf3}, + {0x2d00, 0x2d25}, {0x2d27, 0x2d27}, {0x2d2d, 0x2d2d}, {0x2d30, 0x2d67}, {0x2d6f, 0x2d6f}, {0x2d7f, 0x2d96}, {0x2da0, 0x2da6}, {0x2da8, 0x2dae}, + {0x2db0, 0x2db6}, {0x2db8, 0x2dbe}, {0x2dc0, 0x2dc6}, {0x2dc8, 0x2dce}, {0x2dd0, 0x2dd6}, {0x2dd8, 0x2dde}, {0x2de0, 0x2dff}, {0x3005, 0x3007}, + {0x3021, 0x3035}, {0x3038, 0x303d}, {0x3041, 0x3096}, {0x3099, 0x309a}, {0x309d, 0x309f}, {0x30a1, 0x30ff}, {0x3105, 0x312f}, {0x3131, 0x318e}, + {0x31a0, 0x31bf}, {0x31f0, 0x31ff}, {0x3297, 0x3297}, {0x3299, 0x3299}, {0x3400, 0x4dbf}, {0x4e00, 0xa48c}, {0xa4d0, 0xa4fd}, {0xa500, 0xa60c}, + {0xa610, 0xa62b}, {0xa640, 0xa66f}, {0xa674, 0xa67d}, {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}, {0xab28, 0xab2e}, {0xab30, 0xab5a}, {0xab5c, 0xab69}, {0xab70, 0xabea}, {0xabec, 0xabed}, + {0xabf0, 0xabf9}, {0xac00, 0xd7a3}, {0xd7b0, 0xd7c6}, {0xd7cb, 0xd7fb}, {0xf900, 0xfa6d}, {0xfa70, 0xfad9}, {0xfb00, 0xfb06}, {0xfb13, 0xfb17}, + {0xfb1d, 0xfb28}, {0xfb2a, 0xfb36}, {0xfb38, 0xfb3c}, {0xfb3e, 0xfb3e}, {0xfb40, 0xfb41}, {0xfb43, 0xfb44}, {0xfb46, 0xfbb1}, {0xfbd3, 0xfc5d}, + {0xfc64, 0xfd3d}, {0xfd50, 0xfd8f}, {0xfd92, 0xfdc7}, {0xfdf0, 0xfdf9}, {0xfe00, 0xfe0f}, {0xfe20, 0xfe2f}, {0xfe33, 0xfe34}, {0xfe4d, 0xfe4f}, + {0xfe71, 0xfe71}, {0xfe73, 0xfe73}, {0xfe77, 0xfe77}, {0xfe79, 0xfe79}, {0xfe7b, 0xfe7b}, {0xfe7d, 0xfe7d}, {0xfe7f, 0xfefc}, {0xff10, 0xff19}, + {0xff21, 0xff3a}, {0xff3f, 0xff3f}, {0xff41, 0xff5a}, {0xff65, 0xffbe}, {0xffc2, 0xffc7}, {0xffca, 0xffcf}, {0xffd2, 0xffd7}, {0xffda, 0xffdc}, + {0x10000, 0x1000b}, {0x1000d, 0x10026}, {0x10028, 0x1003a}, {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}, {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}, {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}, {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}, {0x1f004, 0x1f004}, {0x1f0cf, 0x1f0cf}, {0x1f170, 0x1f171}, {0x1f17e, 0x1f17f}, {0x1f18e, 0x1f18e}, {0x1f191, 0x1f19a}, + {0x1f1e6, 0x1f1ff}, {0x1f201, 0x1f202}, {0x1f21a, 0x1f21a}, {0x1f22f, 0x1f22f}, {0x1f232, 0x1f23a}, {0x1f250, 0x1f251}, {0x1f300, 0x1f321}, {0x1f324, 0x1f393}, + {0x1f396, 0x1f397}, {0x1f399, 0x1f39b}, {0x1f39e, 0x1f3f0}, {0x1f3f3, 0x1f3f5}, {0x1f3f7, 0x1f4fd}, {0x1f4ff, 0x1f53d}, {0x1f549, 0x1f54e}, {0x1f550, 0x1f567}, + {0x1f56f, 0x1f570}, {0x1f573, 0x1f57a}, {0x1f587, 0x1f587}, {0x1f58a, 0x1f58d}, {0x1f590, 0x1f590}, {0x1f595, 0x1f596}, {0x1f5a4, 0x1f5a5}, {0x1f5a8, 0x1f5a8}, + {0x1f5b1, 0x1f5b2}, {0x1f5bc, 0x1f5bc}, {0x1f5c2, 0x1f5c4}, {0x1f5d1, 0x1f5d3}, {0x1f5dc, 0x1f5de}, {0x1f5e1, 0x1f5e1}, {0x1f5e3, 0x1f5e3}, {0x1f5e8, 0x1f5e8}, + {0x1f5ef, 0x1f5ef}, {0x1f5f3, 0x1f5f3}, {0x1f5fa, 0x1f64f}, {0x1f680, 0x1f6c5}, {0x1f6cb, 0x1f6d2}, {0x1f6d5, 0x1f6d7}, {0x1f6dc, 0x1f6e5}, {0x1f6e9, 0x1f6e9}, + {0x1f6eb, 0x1f6ec}, {0x1f6f0, 0x1f6f0}, {0x1f6f3, 0x1f6fc}, {0x1f7e0, 0x1f7eb}, {0x1f7f0, 0x1f7f0}, {0x1f90c, 0x1f93a}, {0x1f93c, 0x1f945}, {0x1f947, 0x1f9ff}, + {0x1fa70, 0x1fa7c}, {0x1fa80, 0x1fa89}, {0x1fa8f, 0x1fac6}, {0x1face, 0x1fadc}, {0x1fadf, 0x1fae9}, {0x1faf0, 0x1faf8}, {0x1fbf0, 0x1fbf9}, {0x20000, 0x2a6df}, + {0x2a700, 0x2b739}, {0x2b740, 0x2b81d}, {0x2b820, 0x2cea1}, {0x2ceb0, 0x2ebe0}, {0x2ebf0, 0x2ee5d}, {0x2f800, 0x2fa1d}, {0x30000, 0x3134a}, {0x31350, 0x323af}, + {0xe0100, 0xe01ef}, +}; + +static bool ts_lex(TSLexer *lexer, TSStateId state) { + START_LEXER(); + eof = lexer->eof(lexer); + switch (state) { + case 0: + if (eof) ADVANCE(723); + ADVANCE_MAP( + '!', 1702, + '"', 1679, + '$', 698, + '%', 1814, + '&', 1720, + '(', 1703, + ')', 1690, + '*', 1811, + '+', 1808, + ',', 1693, + '-', 1809, + '.', 1708, + '/', 1812, + '0', 1665, + ':', 1700, + ';', 1885, + '<', 1734, + '=', 141, + '>', 1738, + '?', 1715, + '@', 1918, + 'P', 550, + 'T', 683, + '[', 1704, + '\\', 1685, + ']', 1705, + '^', 1819, + '_', 1919, + '`', 162, + 'a', 221, + 'b', 504, + 'c', 163, + 'd', 289, + 'e', 197, + 'f', 164, + 'g', 297, + 'i', 338, + 'k', 296, + 'l', 166, + 'm', 168, + 'n', 367, + 'o', 534, + 'p', 173, + 'r', 263, + 's', 264, + 't', 175, + 'u', 1687, + 'v', 177, + 'w', 179, + 'y', 372, + '{', 1761, + '|', 1817, + '}', 1763, + '~', 1721, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(706); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1666); + END_STATE(); + case 1: + if (lookahead == '\n') ADVANCE(1697); + if (lookahead == '/') ADVANCE(730); + if (lookahead != 0) ADVANCE(132); + END_STATE(); + case 2: + if (lookahead == '\n') ADVANCE(3); + if (lookahead == '/') ADVANCE(133); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') ADVANCE(2); + if (lookahead != 0) ADVANCE(4); + END_STATE(); + case 3: + if (lookahead == '\n') ADVANCE(3); + if (lookahead == '/') ADVANCE(86); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') ADVANCE(2); + if (lookahead != 0) ADVANCE(4); + END_STATE(); + case 4: + if (lookahead == '\n') ADVANCE(5); + if (lookahead == '/') ADVANCE(705); + if (lookahead != 0) ADVANCE(4); + END_STATE(); + case 5: + if (lookahead == '\n') ADVANCE(5); + if (lookahead == '/') ADVANCE(87); + if (lookahead != 0) ADVANCE(4); + END_STATE(); + case 6: + ADVANCE_MAP( + '!', 1702, + '"', 1679, + '$', 698, + '%', 1814, + '&', 1720, + '(', 1703, + ')', 1690, + '*', 1811, + '+', 1808, + ',', 1693, + '-', 1809, + '.', 1708, + '/', 1812, + '0', 1665, + '<', 1734, + '=', 141, + '>', 1738, + '?', 1715, + '[', 1704, + '\\', 1684, + '^', 1819, + '`', 162, + 'a', 1154, + 'b', 1436, + 'c', 1458, + 'e', 1095, + 'f', 1097, + 'i', 1269, + 'l', 1100, + 'n', 1300, + 'p', 1107, + 'r', 1261, + 's', 1219, + 't', 1485, + '{', 1761, + '|', 1817, + '~', 1721, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(12); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1666); + if (set_contains(aux_sym_simple_identifier_token1_character_set_1, 828, lookahead)) ADVANCE(1629); + END_STATE(); + case 7: + ADVANCE_MAP( + '!', 1702, + '"', 1679, + '$', 698, + '%', 1814, + '&', 1720, + '(', 1703, + '*', 1811, + '+', 1808, + '-', 1809, + '.', 125, + '/', 1812, + '0', 1665, + '<', 1734, + '=', 141, + '>', 1738, + '?', 1715, + '[', 1704, + '\\', 1684, + '^', 1819, + '`', 162, + 'a', 1160, + 'b', 1436, + 'c', 1458, + 'e', 1095, + 'f', 1097, + 'i', 1270, + 'l', 1100, + 'n', 1300, + 'p', 1107, + 'r', 1261, + 's', 1224, + 't', 1485, + '{', 1761, + '|', 1817, + '~', 1721, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(38); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1666); + if (set_contains(aux_sym_simple_identifier_token1_character_set_1, 828, lookahead)) ADVANCE(1629); + END_STATE(); + case 8: + ADVANCE_MAP( + '!', 1702, + '$', 698, + '%', 1814, + '&', 1720, + '(', 1703, + ')', 1690, + '*', 1811, + '+', 1808, + ',', 1693, + '-', 1809, + '.', 1707, + '/', 1813, + '<', 1734, + '=', 141, + '>', 1738, + '?', 1715, + '@', 1918, + '[', 1704, + '^', 1819, + '`', 162, + 'a', 1155, + 'b', 1436, + 'c', 1458, + 'e', 1095, + 'i', 1419, + 'l', 1100, + 'p', 1107, + 'r', 1261, + 's', 1446, + '{', 1761, + '|', 1817, + '~', 1721, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(41); + if (set_contains(aux_sym_simple_identifier_token1_character_set_1, 828, lookahead)) ADVANCE(1629); + END_STATE(); + case 9: + ADVANCE_MAP( + '!', 1702, + '%', 1814, + '&', 1720, + '(', 1703, + ')', 1690, + '*', 1811, + '+', 1808, + ',', 1693, + '-', 1809, + '.', 1707, + '/', 1813, + '<', 1734, + '=', 141, + '>', 1738, + '?', 1715, + '[', 1704, + '^', 1819, + 'i', 591, + '{', 1761, + '|', 1817, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(65); + END_STATE(); + case 10: + ADVANCE_MAP( + '!', 725, + '"', 1679, + '$', 698, + '%', 1814, + '&', 1720, + '(', 1703, + ')', 1690, + '*', 1811, + '+', 1808, + ',', 1693, + '-', 1809, + '.', 1708, + '/', 1812, + '0', 1665, + ':', 1700, + '<', 1734, + '=', 141, + '>', 1738, + '?', 1715, + '[', 1704, + '\\', 1684, + ']', 1705, + '^', 1819, + '`', 162, + 'a', 1154, + 'b', 1436, + 'c', 1458, + 'e', 1095, + 'f', 1097, + 'i', 1269, + 'l', 1100, + 'n', 1300, + 'p', 1107, + 'r', 1261, + 's', 1219, + 't', 1485, + '{', 1761, + '|', 1817, + '~', 1721, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(11); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1666); + if (set_contains(aux_sym_simple_identifier_token1_character_set_1, 828, lookahead)) ADVANCE(1629); + END_STATE(); + case 11: + ADVANCE_MAP( + '!', 725, + '"', 1679, + '$', 698, + '%', 1814, + '&', 1720, + '(', 1703, + ')', 1690, + '*', 1811, + '+', 1808, + ',', 1693, + '-', 1809, + '.', 1708, + '/', 1812, + '0', 1665, + ':', 1700, + '<', 1734, + '=', 141, + '>', 1738, + '?', 1714, + '[', 1704, + '\\', 1684, + ']', 1705, + '^', 1819, + '`', 162, + 'a', 1154, + 'b', 1436, + 'c', 1458, + 'e', 1095, + 'f', 1097, + 'i', 1269, + 'l', 1100, + 'n', 1300, + 'p', 1107, + 'r', 1261, + 's', 1219, + 't', 1485, + '{', 1761, + '|', 1817, + '~', 1721, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(11); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1666); + if (set_contains(aux_sym_simple_identifier_token1_character_set_1, 828, lookahead)) ADVANCE(1629); + END_STATE(); + case 12: + ADVANCE_MAP( + '!', 725, + '"', 1679, + '$', 698, + '%', 1814, + '&', 1720, + '(', 1703, + ')', 1690, + '*', 1811, + '+', 1808, + ',', 1693, + '-', 1809, + '.', 1708, + '/', 1812, + '0', 1665, + '<', 1734, + '=', 141, + '>', 1738, + '?', 1714, + '[', 1704, + '\\', 1684, + '^', 1819, + '`', 162, + 'a', 1154, + 'b', 1436, + 'c', 1458, + 'e', 1095, + 'f', 1097, + 'i', 1269, + 'l', 1100, + 'n', 1300, + 'p', 1107, + 'r', 1261, + 's', 1219, + 't', 1485, + '{', 1761, + '|', 1817, + '~', 1721, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(12); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1666); + if (set_contains(aux_sym_simple_identifier_token1_character_set_1, 828, lookahead)) ADVANCE(1629); + END_STATE(); + case 13: + ADVANCE_MAP( + '!', 725, + '"', 1679, + '$', 698, + '%', 1814, + '&', 1720, + '(', 1703, + ')', 1690, + '*', 1811, + '+', 1808, + ',', 1693, + '-', 1809, + '.', 125, + '/', 1812, + '0', 1665, + ':', 1700, + '<', 1734, + '=', 141, + '>', 1738, + '@', 1917, + '[', 1704, + '\\', 1684, + ']', 1705, + '^', 1819, + '`', 162, + 'a', 1160, + 'b', 1436, + 'c', 1458, + 'e', 1095, + 'f', 1097, + 'i', 1270, + 'l', 1100, + 'n', 1300, + 'p', 1107, + 'r', 1261, + 's', 1224, + 't', 1485, + '{', 1761, + '|', 1817, + '}', 1763, + '~', 1721, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(13); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1666); + if (set_contains(aux_sym_simple_identifier_token1_character_set_1, 828, lookahead)) ADVANCE(1629); + END_STATE(); + case 14: + ADVANCE_MAP( + '!', 725, + '"', 1679, + '$', 698, + '%', 1814, + '&', 1720, + '(', 1703, + ')', 1690, + '*', 1811, + '+', 1808, + '-', 1809, + '.', 125, + '/', 1812, + '0', 1665, + ':', 1700, + '<', 1734, + '=', 141, + '>', 1738, + '@', 1917, + '[', 1704, + '\\', 1684, + ']', 1705, + '^', 1819, + '`', 162, + 'a', 1154, + 'b', 1436, + 'c', 1458, + 'e', 1095, + 'f', 1097, + 'i', 1270, + 'l', 1100, + 'n', 1300, + 'p', 1107, + 'r', 1261, + 's', 1219, + 't', 1485, + '{', 1761, + '|', 1817, + '~', 1721, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(14); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1666); + if (set_contains(aux_sym_simple_identifier_token1_character_set_1, 828, lookahead)) ADVANCE(1629); + END_STATE(); + case 15: + ADVANCE_MAP( + '!', 725, + '"', 1679, + '$', 698, + '%', 1814, + '&', 1720, + '(', 1703, + ')', 1690, + '*', 1811, + '+', 1808, + '-', 1809, + '.', 125, + '/', 1812, + '0', 1665, + '<', 1734, + '=', 141, + '>', 1738, + '@', 1918, + '[', 1704, + '\\', 1684, + '^', 1819, + '_', 1920, + '`', 162, + 'a', 1154, + 'b', 1436, + 'c', 1458, + 'e', 1095, + 'f', 1097, + 'i', 1268, + 'l', 1100, + 'n', 1300, + 'p', 1107, + 'r', 1261, + 's', 1219, + 't', 1485, + '{', 1761, + '|', 1817, + '~', 1721, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(15); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1666); + if (set_contains(aux_sym_simple_identifier_token1_character_set_1, 828, lookahead)) ADVANCE(1629); + END_STATE(); + case 16: + ADVANCE_MAP( + '!', 725, + '"', 1679, + '$', 698, + '%', 1814, + '&', 1720, + '(', 1703, + ')', 1690, + '*', 1811, + '+', 1808, + '-', 1809, + '.', 125, + '/', 1812, + '0', 1665, + '<', 1734, + '=', 141, + '>', 1738, + '[', 1704, + '\\', 1684, + '^', 1819, + '_', 1920, + '`', 162, + 'a', 1160, + 'b', 1436, + 'c', 1090, + 'e', 1095, + 'f', 1097, + 'i', 1269, + 'l', 1098, + 'n', 1300, + 'p', 1107, + 'r', 1261, + 's', 1224, + 't', 1485, + 'v', 1102, + '{', 1761, + '|', 1817, + '~', 1721, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(16); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1666); + if (set_contains(aux_sym_simple_identifier_token1_character_set_1, 828, lookahead)) ADVANCE(1629); + END_STATE(); + case 17: + ADVANCE_MAP( + '!', 725, + '"', 1679, + '$', 698, + '%', 1814, + '&', 1720, + '(', 1703, + '*', 1811, + '+', 1808, + ',', 1693, + '-', 1809, + '.', 125, + '/', 1812, + '0', 1665, + ':', 1700, + '<', 1734, + '=', 141, + '>', 1738, + '?', 1715, + '[', 1704, + '\\', 1684, + '^', 1819, + '`', 162, + 'a', 1160, + 'b', 1436, + 'c', 1458, + 'e', 1095, + 'f', 1097, + 'i', 1267, + 'l', 1100, + 'n', 1300, + 'p', 1107, + 'r', 1261, + 's', 1224, + 't', 1485, + '{', 1761, + '|', 1817, + '}', 1763, + '~', 1721, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(18); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1666); + if (set_contains(aux_sym_simple_identifier_token1_character_set_1, 828, lookahead)) ADVANCE(1629); + END_STATE(); + case 18: + ADVANCE_MAP( + '!', 725, + '"', 1679, + '$', 698, + '%', 1814, + '&', 1720, + '(', 1703, + '*', 1811, + '+', 1808, + ',', 1693, + '-', 1809, + '.', 125, + '/', 1812, + '0', 1665, + ':', 1700, + '<', 1734, + '=', 141, + '>', 1738, + '?', 1714, + '[', 1704, + '\\', 1684, + '^', 1819, + '`', 162, + 'a', 1160, + 'b', 1436, + 'c', 1458, + 'e', 1095, + 'f', 1097, + 'i', 1267, + 'l', 1100, + 'n', 1300, + 'p', 1107, + 'r', 1261, + 's', 1224, + 't', 1485, + '{', 1761, + '|', 1817, + '}', 1763, + '~', 1721, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(18); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1666); + if (set_contains(aux_sym_simple_identifier_token1_character_set_1, 828, lookahead)) ADVANCE(1629); + END_STATE(); + case 19: + ADVANCE_MAP( + '!', 725, + '"', 1679, + '$', 698, + '%', 1814, + '&', 1720, + '(', 1703, + '*', 1811, + '+', 1808, + ',', 1693, + '-', 1809, + '.', 125, + '/', 1812, + '0', 1665, + ';', 1885, + '<', 1734, + '=', 141, + '>', 1738, + '?', 1715, + '@', 1918, + '[', 1704, + '\\', 1684, + '^', 1819, + '`', 162, + 'a', 1157, + 'b', 1436, + 'c', 1089, + 'd', 1196, + 'e', 1091, + 'f', 1096, + 'i', 1264, + 'l', 1098, + 'm', 1594, + 'n', 1299, + 'o', 1471, + 'p', 1103, + 'r', 1197, + 's', 1220, + 't', 1484, + 'u', 1404, + 'v', 1102, + 'w', 1229, + '{', 1761, + '|', 1817, + '}', 1763, + '~', 1721, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(20); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1666); + if (set_contains(aux_sym_simple_identifier_token1_character_set_1, 828, lookahead)) ADVANCE(1629); + END_STATE(); + case 20: + ADVANCE_MAP( + '!', 725, + '"', 1679, + '$', 698, + '%', 1814, + '&', 1720, + '(', 1703, + '*', 1811, + '+', 1808, + ',', 1693, + '-', 1809, + '.', 125, + '/', 1812, + '0', 1665, + ';', 1885, + '<', 1734, + '=', 141, + '>', 1738, + '?', 1714, + '@', 1918, + '[', 1704, + '\\', 1684, + '^', 1819, + '`', 162, + 'a', 1157, + 'b', 1436, + 'c', 1089, + 'd', 1196, + 'e', 1091, + 'f', 1096, + 'i', 1264, + 'l', 1098, + 'm', 1594, + 'n', 1299, + 'o', 1471, + 'p', 1103, + 'r', 1197, + 's', 1220, + 't', 1484, + 'u', 1404, + 'v', 1102, + 'w', 1229, + '{', 1761, + '|', 1817, + '}', 1763, + '~', 1721, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(20); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1666); + if (set_contains(aux_sym_simple_identifier_token1_character_set_1, 828, lookahead)) ADVANCE(1629); + END_STATE(); + case 21: + ADVANCE_MAP( + '!', 725, + '"', 1679, + '$', 698, + '%', 1814, + '&', 1720, + '(', 1703, + '*', 1811, + '+', 1808, + ',', 1693, + '-', 1809, + '.', 125, + '/', 1812, + '0', 1665, + '<', 1734, + '=', 141, + '>', 1738, + '?', 1715, + '@', 1918, + '[', 1704, + '\\', 1684, + '^', 1819, + '`', 162, + 'a', 1160, + 'b', 1436, + 'c', 1089, + 'd', 1298, + 'e', 1095, + 'f', 1117, + 'i', 1265, + 'l', 1098, + 'm', 1594, + 'n', 1299, + 'o', 1471, + 'p', 1104, + 'r', 1197, + 's', 1223, + 't', 1485, + 'u', 1404, + 'v', 1102, + 'w', 1229, + '{', 1761, + '|', 1817, + '}', 1763, + '~', 1721, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(23); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1666); + if (set_contains(aux_sym_simple_identifier_token1_character_set_1, 828, lookahead)) ADVANCE(1629); + END_STATE(); + case 22: + ADVANCE_MAP( + '!', 725, + '"', 1679, + '$', 698, + '%', 1814, + '&', 1720, + '(', 1703, + '*', 1811, + '+', 1808, + ',', 1693, + '-', 1809, + '.', 125, + '/', 1812, + '0', 1665, + '<', 1734, + '=', 141, + '>', 1738, + '?', 1715, + '@', 1918, + '[', 1704, + '\\', 1684, + '^', 1819, + '`', 162, + 'a', 1160, + 'b', 1436, + 'c', 1089, + 'd', 1298, + 'e', 1095, + 'f', 1117, + 'i', 1265, + 'l', 1100, + 'm', 1594, + 'n', 1299, + 'o', 1471, + 'p', 1104, + 'r', 1197, + 's', 1223, + 't', 1485, + 'u', 1404, + 'w', 1229, + '{', 1761, + '|', 1817, + '}', 1763, + '~', 1721, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(24); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1666); + if (set_contains(aux_sym_simple_identifier_token1_character_set_1, 828, lookahead)) ADVANCE(1629); + END_STATE(); + case 23: + ADVANCE_MAP( + '!', 725, + '"', 1679, + '$', 698, + '%', 1814, + '&', 1720, + '(', 1703, + '*', 1811, + '+', 1808, + ',', 1693, + '-', 1809, + '.', 125, + '/', 1812, + '0', 1665, + '<', 1734, + '=', 141, + '>', 1738, + '?', 1714, + '@', 1918, + '[', 1704, + '\\', 1684, + '^', 1819, + '`', 162, + 'a', 1160, + 'b', 1436, + 'c', 1089, + 'd', 1298, + 'e', 1095, + 'f', 1117, + 'i', 1265, + 'l', 1098, + 'm', 1594, + 'n', 1299, + 'o', 1471, + 'p', 1104, + 'r', 1197, + 's', 1223, + 't', 1485, + 'u', 1404, + 'v', 1102, + 'w', 1229, + '{', 1761, + '|', 1817, + '}', 1763, + '~', 1721, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(23); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1666); + if (set_contains(aux_sym_simple_identifier_token1_character_set_1, 828, lookahead)) ADVANCE(1629); + END_STATE(); + case 24: + ADVANCE_MAP( + '!', 725, + '"', 1679, + '$', 698, + '%', 1814, + '&', 1720, + '(', 1703, + '*', 1811, + '+', 1808, + ',', 1693, + '-', 1809, + '.', 125, + '/', 1812, + '0', 1665, + '<', 1734, + '=', 141, + '>', 1738, + '?', 1714, + '@', 1918, + '[', 1704, + '\\', 1684, + '^', 1819, + '`', 162, + 'a', 1160, + 'b', 1436, + 'c', 1089, + 'd', 1298, + 'e', 1095, + 'f', 1117, + 'i', 1265, + 'l', 1100, + 'm', 1594, + 'n', 1299, + 'o', 1471, + 'p', 1104, + 'r', 1197, + 's', 1223, + 't', 1485, + 'u', 1404, + 'w', 1229, + '{', 1761, + '|', 1817, + '}', 1763, + '~', 1721, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(24); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1666); + if (set_contains(aux_sym_simple_identifier_token1_character_set_1, 828, lookahead)) ADVANCE(1629); + END_STATE(); + case 25: + ADVANCE_MAP( + '!', 725, + '"', 1679, + '$', 698, + '%', 1814, + '&', 1720, + '(', 1703, + '*', 1811, + '+', 1808, + '-', 1809, + '.', 125, + '/', 1812, + '0', 1665, + ':', 1700, + '<', 1734, + '=', 141, + '>', 1738, + '@', 1917, + '[', 1704, + '\\', 1684, + ']', 1705, + '^', 1819, + '`', 162, + 'a', 1154, + 'b', 1436, + 'c', 1458, + 'e', 1095, + 'f', 1097, + 'i', 1270, + 'l', 1100, + 'n', 1300, + 'p', 1107, + 'r', 1261, + 's', 1219, + 't', 1485, + 'u', 1404, + 'w', 1229, + '{', 1761, + '|', 1817, + '~', 1721, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(25); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1666); + if (set_contains(aux_sym_simple_identifier_token1_character_set_1, 828, lookahead)) ADVANCE(1629); + END_STATE(); + case 26: + ADVANCE_MAP( + '!', 725, + '"', 1679, + '$', 698, + '%', 1814, + '&', 1720, + '(', 1703, + '*', 1811, + '+', 1808, + '-', 1809, + '.', 125, + '/', 1812, + '0', 1665, + ':', 1700, + '<', 1734, + '=', 141, + '>', 1738, + '[', 1704, + '\\', 1684, + '^', 1819, + '`', 162, + 'a', 1160, + 'b', 1436, + 'c', 1090, + 'e', 1095, + 'f', 1097, + 'i', 1270, + 'l', 1098, + 'n', 1300, + 'p', 1107, + 'r', 1261, + 's', 1224, + 't', 1485, + 'v', 1102, + '{', 1761, + '|', 1817, + '~', 1721, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(26); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1666); + if (set_contains(aux_sym_simple_identifier_token1_character_set_1, 828, lookahead)) ADVANCE(1629); + END_STATE(); + case 27: + ADVANCE_MAP( + '!', 725, + '"', 1679, + '$', 698, + '%', 1814, + '&', 1720, + '(', 1703, + '*', 1811, + '+', 1808, + '-', 1809, + '.', 125, + '/', 1812, + '0', 1665, + '<', 1734, + '=', 141, + '>', 1738, + '@', 1918, + '[', 1704, + '\\', 1684, + '^', 1819, + '_', 931, + '`', 162, + 'a', 776, + 'b', 960, + 'c', 918, + 'd', 876, + 'e', 742, + 'f', 743, + 'g', 844, + 'i', 854, + 'l', 745, + 'm', 1052, + 'n', 877, + 'o', 978, + 'p', 752, + 'r', 818, + 's', 819, + 't', 872, + 'u', 942, + 'v', 755, + 'w', 829, + 'y', 900, + '{', 1761, + '|', 1817, + '}', 1763, + '~', 1721, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(27); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1666); + if (('A' <= lookahead && lookahead <= 'Z') || + ('h' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_1, 828, lookahead)) ADVANCE(1629); + END_STATE(); + case 28: + ADVANCE_MAP( + '!', 725, + '"', 1679, + '$', 698, + '%', 1814, + '&', 1720, + '(', 1703, + '*', 1811, + '+', 1808, + '-', 1809, + '.', 125, + '/', 1812, + '0', 1665, + '<', 1734, + '=', 141, + '>', 1738, + '@', 1918, + '[', 1704, + '\\', 1684, + '^', 1819, + '`', 162, + 'a', 1154, + 'b', 1436, + 'c', 1458, + 'e', 1095, + 'f', 1097, + 'i', 1268, + 'l', 1100, + 'n', 1300, + 'p', 1107, + 'r', 1261, + 's', 1219, + 't', 1485, + '{', 1761, + '|', 1817, + '~', 1721, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(28); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1666); + if (set_contains(aux_sym_simple_identifier_token1_character_set_1, 828, lookahead)) ADVANCE(1629); + END_STATE(); + case 29: + ADVANCE_MAP( + '!', 725, + '"', 1679, + '$', 698, + '%', 1814, + '&', 1720, + '(', 1703, + '*', 1811, + '+', 1808, + '-', 1809, + '.', 125, + '/', 1812, + '0', 1665, + '<', 1734, + '=', 141, + '>', 1738, + '@', 1918, + '[', 1704, + '\\', 1684, + '^', 1819, + '`', 162, + 'a', 776, + 'b', 960, + 'c', 768, + 'd', 874, + 'e', 742, + 'f', 743, + 'g', 1060, + 'i', 855, + 'l', 745, + 'm', 1052, + 'n', 877, + 'o', 978, + 'p', 752, + 'r', 818, + 's', 825, + 't', 872, + 'u', 942, + 'v', 755, + 'w', 830, + 'y', 900, + '{', 1761, + '|', 1817, + '}', 1763, + '~', 1721, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(29); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1666); + if (('A' <= lookahead && lookahead <= 'Z') || + ('_' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_1, 828, lookahead)) ADVANCE(1629); + END_STATE(); + case 30: + ADVANCE_MAP( + '!', 725, + '"', 1679, + '$', 698, + '%', 1814, + '&', 1720, + '(', 1703, + '*', 1811, + '+', 1808, + '-', 1809, + '.', 125, + '/', 1812, + '0', 1665, + '<', 1734, + '=', 141, + '>', 1738, + '@', 1918, + '[', 1704, + '\\', 1684, + '^', 1819, + '`', 162, + 'a', 776, + 'b', 960, + 'c', 768, + 'd', 874, + 'e', 742, + 'f', 763, + 'g', 1060, + 'i', 854, + 'l', 745, + 'm', 1052, + 'n', 877, + 'o', 978, + 'p', 752, + 'r', 818, + 's', 825, + 't', 872, + 'u', 942, + 'v', 755, + 'w', 830, + 'y', 900, + '{', 1761, + '|', 1817, + '}', 1763, + '~', 1721, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(30); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1666); + if (('A' <= lookahead && lookahead <= 'Z') || + ('_' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_1, 828, lookahead)) ADVANCE(1629); + END_STATE(); + case 31: + ADVANCE_MAP( + '!', 725, + '"', 1679, + '$', 698, + '%', 1814, + '&', 1720, + '(', 1703, + '*', 1811, + '+', 1808, + '-', 1809, + '.', 125, + '/', 1812, + '0', 1665, + '<', 1734, + '=', 141, + '>', 1738, + '@', 1918, + '[', 1704, + '\\', 1684, + '^', 1819, + '`', 162, + 'a', 776, + 'b', 960, + 'c', 918, + 'd', 876, + 'e', 742, + 'f', 743, + 'g', 1060, + 'i', 855, + 'l', 745, + 'm', 1052, + 'n', 877, + 'o', 978, + 'p', 752, + 'r', 818, + 's', 825, + 't', 872, + 'u', 942, + 'v', 755, + 'w', 829, + 'y', 900, + '{', 1761, + '|', 1817, + '}', 1763, + '~', 1721, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(31); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1666); + if (('A' <= lookahead && lookahead <= 'Z') || + ('_' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_1, 828, lookahead)) ADVANCE(1629); + END_STATE(); + case 32: + ADVANCE_MAP( + '!', 725, + '"', 1679, + '$', 698, + '%', 1814, + '&', 1720, + '(', 1703, + '*', 1811, + '+', 1808, + '-', 1809, + '.', 125, + '/', 1812, + '0', 1665, + '<', 1734, + '=', 141, + '>', 1738, + '@', 1918, + '[', 1704, + '\\', 1684, + '^', 1819, + '`', 162, + 'a', 1160, + 'b', 1436, + 'c', 1089, + 'd', 1298, + 'e', 1095, + 'f', 1117, + 'i', 1266, + 'l', 1100, + 'm', 1594, + 'n', 1299, + 'o', 1471, + 'p', 1104, + 'r', 1197, + 's', 1223, + 't', 1485, + 'u', 1404, + 'w', 1229, + '{', 1761, + '|', 1817, + '}', 1763, + '~', 1721, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(32); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1666); + if (set_contains(aux_sym_simple_identifier_token1_character_set_1, 828, lookahead)) ADVANCE(1629); + END_STATE(); + case 33: + ADVANCE_MAP( + '!', 725, + '"', 1679, + '$', 698, + '%', 1814, + '&', 1720, + '(', 1703, + '*', 1811, + '+', 1808, + '-', 1809, + '.', 125, + '/', 1812, + '0', 1665, + '<', 1734, + '=', 141, + '>', 1738, + '@', 1917, + '[', 1704, + '\\', 1684, + '^', 1819, + '_', 931, + '`', 162, + 'a', 776, + 'b', 960, + 'c', 919, + 'd', 962, + 'e', 742, + 'f', 744, + 'g', 844, + 'i', 857, + 'l', 745, + 'm', 1052, + 'n', 878, + 'p', 753, + 'r', 823, + 's', 820, + 't', 872, + 'u', 942, + 'v', 755, + 'w', 830, + 'y', 900, + '{', 1761, + '|', 1817, + '}', 1763, + '~', 1721, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(33); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1666); + if (('A' <= lookahead && lookahead <= 'Z') || + ('h' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_1, 828, lookahead)) ADVANCE(1629); + END_STATE(); + case 34: + ADVANCE_MAP( + '!', 725, + '"', 1679, + '$', 698, + '%', 1814, + '&', 1720, + '(', 1703, + '*', 1811, + '+', 1808, + '-', 1809, + '.', 125, + '/', 1812, + '0', 1665, + '<', 1734, + '=', 141, + '>', 1738, + '@', 1917, + '[', 1704, + '\\', 1684, + '^', 1819, + '`', 162, + 'a', 776, + 'b', 960, + 'c', 919, + 'd', 962, + 'e', 742, + 'f', 744, + 'g', 1060, + 'i', 857, + 'l', 745, + 'n', 879, + 'p', 753, + 'r', 823, + 's', 826, + 't', 872, + 'u', 942, + 'v', 755, + 'w', 830, + 'y', 900, + '{', 1761, + '|', 1817, + '}', 1763, + '~', 1721, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(34); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1666); + if (('A' <= lookahead && lookahead <= 'Z') || + ('_' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_1, 828, lookahead)) ADVANCE(1629); + END_STATE(); + case 35: + ADVANCE_MAP( + '!', 725, + '"', 1679, + '$', 698, + '%', 1814, + '&', 1720, + '(', 1703, + '*', 1811, + '+', 1808, + '-', 1809, + '.', 125, + '/', 1812, + '0', 1665, + '<', 1734, + '=', 141, + '>', 1738, + '@', 1917, + '[', 1704, + '\\', 1684, + '^', 1819, + '`', 162, + 'a', 776, + 'b', 960, + 'c', 919, + 'd', 962, + 'e', 742, + 'f', 744, + 'g', 1060, + 'i', 856, + 'l', 745, + 'n', 879, + 'p', 753, + 'r', 823, + 's', 826, + 't', 872, + 'u', 942, + 'v', 755, + 'w', 830, + 'y', 900, + '{', 1761, + '|', 1817, + '}', 1763, + '~', 1721, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(35); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1666); + if (('A' <= lookahead && lookahead <= 'Z') || + ('_' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_1, 828, lookahead)) ADVANCE(1629); + END_STATE(); + case 36: + ADVANCE_MAP( + '!', 725, + '"', 1679, + '$', 698, + '%', 1814, + '&', 1720, + '(', 1703, + '*', 1811, + '+', 1808, + '-', 1809, + '.', 125, + '/', 1812, + '0', 1665, + '<', 1734, + '=', 141, + '>', 1738, + '[', 1704, + '\\', 1684, + '^', 1819, + '_', 1920, + '`', 162, + 'a', 1154, + 'b', 1436, + 'c', 1090, + 'e', 1095, + 'f', 1097, + 'i', 1269, + 'l', 1098, + 'n', 1300, + 'p', 1107, + 'r', 1261, + 's', 1219, + 't', 1485, + 'v', 1102, + '{', 1761, + '|', 1817, + '~', 1721, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(36); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1666); + if (set_contains(aux_sym_simple_identifier_token1_character_set_1, 828, lookahead)) ADVANCE(1629); + END_STATE(); + case 37: + ADVANCE_MAP( + '!', 725, + '"', 1679, + '$', 698, + '%', 1814, + '&', 1720, + '(', 1703, + '*', 1811, + '+', 1808, + '-', 1809, + '.', 125, + '/', 1812, + '0', 1665, + '<', 1734, + '=', 141, + '>', 1738, + '[', 1704, + '\\', 1684, + '^', 1819, + '`', 162, + 'a', 1160, + 'b', 1436, + 'c', 1458, + 'e', 1095, + 'f', 1097, + 'g', 1245, + 'i', 1270, + 'l', 1100, + 'n', 1300, + 'p', 1107, + 'r', 1261, + 's', 1210, + 't', 1485, + '{', 1761, + '|', 1817, + '~', 1721, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(37); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1666); + if (set_contains(aux_sym_simple_identifier_token1_character_set_1, 828, lookahead)) ADVANCE(1629); + END_STATE(); + case 38: + ADVANCE_MAP( + '!', 725, + '"', 1679, + '$', 698, + '%', 1814, + '&', 1720, + '(', 1703, + '*', 1811, + '+', 1808, + '-', 1809, + '.', 125, + '/', 1812, + '0', 1665, + '<', 1734, + '=', 141, + '>', 1738, + '[', 1704, + '\\', 1684, + '^', 1819, + '`', 162, + 'a', 1160, + 'b', 1436, + 'c', 1458, + 'e', 1095, + 'f', 1097, + 'i', 1270, + 'l', 1100, + 'n', 1300, + 'p', 1107, + 'r', 1261, + 's', 1224, + 't', 1485, + '{', 1761, + '|', 1817, + '~', 1721, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(38); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1666); + if (set_contains(aux_sym_simple_identifier_token1_character_set_1, 828, lookahead)) ADVANCE(1629); + END_STATE(); + case 39: + ADVANCE_MAP( + '!', 725, + '$', 698, + '%', 1814, + '&', 1720, + '(', 1703, + ')', 1690, + '*', 1811, + '+', 1808, + ',', 1693, + '-', 1809, + '.', 1707, + '/', 1813, + ':', 1700, + '<', 1734, + '=', 141, + '>', 1738, + '?', 1715, + '@', 1918, + '[', 1704, + '^', 1819, + '`', 162, + 'a', 1155, + 'b', 1436, + 'c', 1458, + 'e', 1095, + 'i', 1419, + 'l', 1100, + 'p', 1107, + 'r', 1261, + 's', 1446, + '{', 1761, + '|', 1817, + '~', 1721, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(40); + if (set_contains(aux_sym_simple_identifier_token1_character_set_1, 828, lookahead)) ADVANCE(1629); + END_STATE(); + case 40: + ADVANCE_MAP( + '!', 725, + '$', 698, + '%', 1814, + '&', 1720, + '(', 1703, + ')', 1690, + '*', 1811, + '+', 1808, + ',', 1693, + '-', 1809, + '.', 1707, + '/', 1813, + ':', 1700, + '<', 1734, + '=', 141, + '>', 1738, + '?', 1714, + '@', 1918, + '[', 1704, + '^', 1819, + '`', 162, + 'a', 1155, + 'b', 1436, + 'c', 1458, + 'e', 1095, + 'i', 1419, + 'l', 1100, + 'p', 1107, + 'r', 1261, + 's', 1446, + '{', 1761, + '|', 1817, + '~', 1721, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(40); + if (set_contains(aux_sym_simple_identifier_token1_character_set_1, 828, lookahead)) ADVANCE(1629); + END_STATE(); + case 41: + ADVANCE_MAP( + '!', 725, + '$', 698, + '%', 1814, + '&', 1720, + '(', 1703, + ')', 1690, + '*', 1811, + '+', 1808, + ',', 1693, + '-', 1809, + '.', 1707, + '/', 1813, + '<', 1734, + '=', 141, + '>', 1738, + '?', 1714, + '@', 1918, + '[', 1704, + '^', 1819, + '`', 162, + 'a', 1155, + 'b', 1436, + 'c', 1458, + 'e', 1095, + 'i', 1419, + 'l', 1100, + 'p', 1107, + 'r', 1261, + 's', 1446, + '{', 1761, + '|', 1817, + '~', 1721, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(41); + if (set_contains(aux_sym_simple_identifier_token1_character_set_1, 828, lookahead)) ADVANCE(1629); + END_STATE(); + case 42: + ADVANCE_MAP( + '!', 725, + '$', 698, + '%', 1814, + '&', 1720, + '(', 1703, + '*', 1811, + '+', 1808, + ',', 1693, + '-', 1809, + '.', 1707, + '/', 1813, + ';', 1885, + '<', 1734, + '=', 141, + '>', 1738, + '?', 1715, + '@', 1918, + '[', 1704, + '^', 1819, + '`', 162, + 'a', 1153, + 'b', 1436, + 'c', 1089, + 'd', 1196, + 'e', 1091, + 'f', 1294, + 'i', 1376, + 'l', 1098, + 'm', 1594, + 'n', 1447, + 'o', 1471, + 'p', 1103, + 'r', 1197, + 's', 1444, + 't', 1620, + 'u', 1404, + 'v', 1102, + 'w', 1229, + '{', 1761, + '|', 1817, + '}', 1763, + '~', 1721, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(44); + if (set_contains(aux_sym_simple_identifier_token1_character_set_1, 828, lookahead)) ADVANCE(1629); + END_STATE(); + case 43: + ADVANCE_MAP( + '!', 725, + '$', 698, + '%', 1814, + '&', 1720, + '(', 1703, + '*', 1811, + '+', 1808, + ',', 1693, + '-', 1809, + '.', 1707, + '/', 1813, + ';', 1885, + '<', 1734, + '=', 141, + '>', 1738, + '?', 1715, + '@', 1918, + '[', 1704, + '^', 1819, + '`', 162, + 'a', 1158, + 'b', 1436, + 'c', 1089, + 'd', 1196, + 'e', 1091, + 'f', 1294, + 'i', 1376, + 'l', 1098, + 'm', 1594, + 'n', 1447, + 'o', 1471, + 'p', 1103, + 'r', 1197, + 's', 1540, + 't', 1620, + 'u', 1404, + 'v', 1102, + 'w', 1229, + '{', 1761, + '|', 1817, + '}', 1763, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(45); + if (set_contains(aux_sym_simple_identifier_token1_character_set_1, 828, lookahead)) ADVANCE(1629); + END_STATE(); + case 44: + ADVANCE_MAP( + '!', 725, + '$', 698, + '%', 1814, + '&', 1720, + '(', 1703, + '*', 1811, + '+', 1808, + ',', 1693, + '-', 1809, + '.', 1707, + '/', 1813, + ';', 1885, + '<', 1734, + '=', 141, + '>', 1738, + '?', 1714, + '@', 1918, + '[', 1704, + '^', 1819, + '`', 162, + 'a', 1153, + 'b', 1436, + 'c', 1089, + 'd', 1196, + 'e', 1091, + 'f', 1294, + 'i', 1376, + 'l', 1098, + 'm', 1594, + 'n', 1447, + 'o', 1471, + 'p', 1103, + 'r', 1197, + 's', 1444, + 't', 1620, + 'u', 1404, + 'v', 1102, + 'w', 1229, + '{', 1761, + '|', 1817, + '}', 1763, + '~', 1721, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(44); + if (set_contains(aux_sym_simple_identifier_token1_character_set_1, 828, lookahead)) ADVANCE(1629); + END_STATE(); + case 45: + ADVANCE_MAP( + '!', 725, + '$', 698, + '%', 1814, + '&', 1720, + '(', 1703, + '*', 1811, + '+', 1808, + ',', 1693, + '-', 1809, + '.', 1707, + '/', 1813, + ';', 1885, + '<', 1734, + '=', 141, + '>', 1738, + '?', 1714, + '@', 1918, + '[', 1704, + '^', 1819, + '`', 162, + 'a', 1158, + 'b', 1436, + 'c', 1089, + 'd', 1196, + 'e', 1091, + 'f', 1294, + 'i', 1376, + 'l', 1098, + 'm', 1594, + 'n', 1447, + 'o', 1471, + 'p', 1103, + 'r', 1197, + 's', 1540, + 't', 1620, + 'u', 1404, + 'v', 1102, + 'w', 1229, + '{', 1761, + '|', 1817, + '}', 1763, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(45); + if (set_contains(aux_sym_simple_identifier_token1_character_set_1, 828, lookahead)) ADVANCE(1629); + END_STATE(); + case 46: + ADVANCE_MAP( + '!', 725, + '$', 698, + '%', 1814, + '&', 1720, + '(', 1703, + '*', 1811, + '+', 1808, + ',', 1693, + '-', 1809, + '.', 1707, + '/', 1813, + '<', 1734, + '=', 141, + '>', 1738, + '?', 1715, + '@', 1918, + '[', 1704, + '^', 1819, + '`', 162, + 'a', 1155, + 'b', 1436, + 'c', 1089, + 'd', 1298, + 'e', 1095, + 'f', 1118, + 'i', 1391, + 'l', 1100, + 'm', 1594, + 'n', 1447, + 'o', 1471, + 'p', 1104, + 'r', 1197, + 's', 1445, + 'u', 1404, + 'w', 1229, + '{', 1761, + '|', 1817, + '}', 1763, + '~', 1721, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(48); + if (set_contains(aux_sym_simple_identifier_token1_character_set_1, 828, lookahead)) ADVANCE(1629); + END_STATE(); + case 47: + ADVANCE_MAP( + '!', 725, + '$', 698, + '%', 1814, + '&', 1720, + '(', 1703, + '*', 1811, + '+', 1808, + ',', 1693, + '-', 1809, + '.', 1707, + '/', 1813, + '<', 1734, + '=', 141, + '>', 1738, + '?', 1715, + '@', 1918, + '[', 1704, + '^', 1819, + '`', 162, + 'a', 1161, + 'b', 1436, + 'c', 1089, + 'd', 1298, + 'e', 1095, + 'f', 1118, + 'i', 1391, + 'l', 1100, + 'm', 1594, + 'n', 1447, + 'o', 1471, + 'p', 1104, + 'r', 1197, + 's', 1579, + 'u', 1404, + 'w', 1229, + '{', 1761, + '|', 1817, + '}', 1763, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(49); + if (set_contains(aux_sym_simple_identifier_token1_character_set_1, 828, lookahead)) ADVANCE(1629); + END_STATE(); + case 48: + ADVANCE_MAP( + '!', 725, + '$', 698, + '%', 1814, + '&', 1720, + '(', 1703, + '*', 1811, + '+', 1808, + ',', 1693, + '-', 1809, + '.', 1707, + '/', 1813, + '<', 1734, + '=', 141, + '>', 1738, + '?', 1714, + '@', 1918, + '[', 1704, + '^', 1819, + '`', 162, + 'a', 1155, + 'b', 1436, + 'c', 1089, + 'd', 1298, + 'e', 1095, + 'f', 1118, + 'i', 1391, + 'l', 1100, + 'm', 1594, + 'n', 1447, + 'o', 1471, + 'p', 1104, + 'r', 1197, + 's', 1445, + 'u', 1404, + 'w', 1229, + '{', 1761, + '|', 1817, + '}', 1763, + '~', 1721, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(48); + if (set_contains(aux_sym_simple_identifier_token1_character_set_1, 828, lookahead)) ADVANCE(1629); + END_STATE(); + case 49: + ADVANCE_MAP( + '!', 725, + '$', 698, + '%', 1814, + '&', 1720, + '(', 1703, + '*', 1811, + '+', 1808, + ',', 1693, + '-', 1809, + '.', 1707, + '/', 1813, + '<', 1734, + '=', 141, + '>', 1738, + '?', 1714, + '@', 1918, + '[', 1704, + '^', 1819, + '`', 162, + 'a', 1161, + 'b', 1436, + 'c', 1089, + 'd', 1298, + 'e', 1095, + 'f', 1118, + 'i', 1391, + 'l', 1100, + 'm', 1594, + 'n', 1447, + 'o', 1471, + 'p', 1104, + 'r', 1197, + 's', 1579, + 'u', 1404, + 'w', 1229, + '{', 1761, + '|', 1817, + '}', 1763, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(49); + if (set_contains(aux_sym_simple_identifier_token1_character_set_1, 828, lookahead)) ADVANCE(1629); + END_STATE(); + case 50: + ADVANCE_MAP( + '!', 725, + '$', 698, + '%', 1814, + '&', 1720, + '(', 1703, + '*', 1811, + '+', 1808, + ',', 1693, + '-', 1809, + '.', 124, + '/', 1813, + ':', 1700, + '<', 1734, + '=', 141, + '>', 1738, + '?', 1715, + '@', 1918, + '[', 1704, + '^', 1819, + '`', 162, + 'a', 1161, + 'b', 1436, + 'c', 1089, + 'd', 1298, + 'e', 1091, + 'f', 1294, + 'i', 1395, + 'l', 1098, + 'm', 1594, + 'n', 1447, + 'o', 1471, + 'p', 1104, + 'r', 1197, + 's', 1541, + 't', 1620, + 'u', 1404, + 'v', 1102, + 'w', 1229, + '{', 1761, + '|', 1817, + '}', 1763, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(57); + if (set_contains(aux_sym_simple_identifier_token1_character_set_1, 828, lookahead)) ADVANCE(1629); + END_STATE(); + case 51: + ADVANCE_MAP( + '!', 725, + '$', 698, + '%', 1814, + '&', 1720, + '(', 1703, + '*', 1811, + '+', 1808, + ',', 1693, + '-', 1809, + '.', 124, + '/', 1813, + ':', 1700, + '<', 1734, + '=', 141, + '>', 1738, + '?', 1715, + '@', 1918, + '[', 1704, + '^', 1819, + '`', 162, + 'a', 1161, + 'b', 1436, + 'c', 1089, + 'd', 1298, + 'e', 1095, + 'f', 1295, + 'i', 1397, + 'l', 1100, + 'm', 1594, + 'n', 1447, + 'o', 1471, + 'p', 1104, + 'r', 1197, + 's', 1579, + 'u', 1404, + 'w', 1229, + '{', 1761, + '|', 1817, + '}', 1763, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(58); + if (set_contains(aux_sym_simple_identifier_token1_character_set_1, 828, lookahead)) ADVANCE(1629); + END_STATE(); + case 52: + ADVANCE_MAP( + '!', 725, + '$', 698, + '%', 1814, + '&', 1720, + '(', 1703, + '*', 1811, + '+', 1808, + ',', 1693, + '-', 1809, + '.', 124, + '/', 1813, + ':', 1700, + '<', 1734, + '=', 141, + '>', 1738, + '?', 1715, + '@', 1918, + '[', 1704, + '^', 1819, + '`', 162, + 'a', 1161, + 'b', 1436, + 'c', 1356, + 'd', 1297, + 'e', 1091, + 'f', 1294, + 'i', 1395, + 'l', 1098, + 'm', 1594, + 'n', 1447, + 'o', 1471, + 'p', 1104, + 'r', 1197, + 's', 1541, + 't', 1620, + 'u', 1404, + 'v', 1102, + 'w', 1228, + '{', 1761, + '|', 1817, + '}', 1763, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(59); + if (set_contains(aux_sym_simple_identifier_token1_character_set_1, 828, lookahead)) ADVANCE(1629); + END_STATE(); + case 53: + ADVANCE_MAP( + '!', 725, + '$', 698, + '%', 1814, + '&', 1720, + '(', 1703, + '*', 1811, + '+', 1808, + ',', 1693, + '-', 1809, + '.', 124, + '/', 1813, + ':', 1700, + '<', 1734, + '=', 141, + '>', 1738, + '?', 1715, + '@', 1918, + '[', 1704, + '^', 1819, + '`', 162, + 'a', 1161, + 'b', 1436, + 'c', 1356, + 'd', 1297, + 'e', 1095, + 'f', 1295, + 'i', 1397, + 'l', 1100, + 'm', 1594, + 'n', 1447, + 'o', 1471, + 'p', 1104, + 'r', 1197, + 's', 1579, + 'u', 1404, + 'w', 1228, + '{', 1761, + '|', 1817, + '}', 1763, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(60); + if (set_contains(aux_sym_simple_identifier_token1_character_set_1, 828, lookahead)) ADVANCE(1629); + END_STATE(); + case 54: + ADVANCE_MAP( + '!', 725, + '$', 698, + '%', 1814, + '&', 1720, + '(', 1703, + '*', 1811, + '+', 1808, + ',', 1693, + '-', 1809, + '.', 124, + '/', 1813, + ':', 1700, + '<', 1734, + '=', 141, + '>', 1738, + '?', 1715, + '@', 1917, + '[', 1704, + '^', 1819, + '`', 162, + 'a', 1161, + 'b', 1436, + 'c', 1357, + 'e', 1091, + 'f', 1330, + 'i', 1398, + 'l', 1098, + 'p', 1107, + 'r', 1261, + 's', 1566, + 't', 1620, + 'u', 1404, + 'v', 1102, + 'w', 1229, + '{', 1761, + '|', 1817, + '}', 1763, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(61); + if (set_contains(aux_sym_simple_identifier_token1_character_set_1, 828, lookahead)) ADVANCE(1629); + END_STATE(); + case 55: + ADVANCE_MAP( + '!', 725, + '$', 698, + '%', 1814, + '&', 1720, + '(', 1703, + '*', 1811, + '+', 1808, + ',', 1693, + '-', 1809, + '.', 124, + '/', 1813, + ':', 1700, + '<', 1734, + '=', 141, + '>', 1738, + '?', 1715, + '[', 1704, + '^', 1819, + '`', 162, + 'a', 1161, + 'b', 1436, + 'c', 1458, + 'e', 1095, + 'i', 1393, + 'l', 1098, + 'p', 1107, + 'r', 1261, + 'v', 1102, + '{', 1761, + '|', 1817, + '}', 1763, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(62); + if (set_contains(aux_sym_simple_identifier_token1_character_set_1, 828, lookahead)) ADVANCE(1629); + END_STATE(); + case 56: + ADVANCE_MAP( + '!', 725, + '$', 698, + '%', 1814, + '&', 1720, + '(', 1703, + '*', 1811, + '+', 1808, + ',', 1693, + '-', 1809, + '.', 124, + '/', 1813, + ':', 1700, + '<', 1734, + '=', 141, + '>', 1738, + '?', 1715, + '[', 1704, + '^', 1819, + '`', 162, + 'a', 1161, + 'b', 1436, + 'c', 1458, + 'e', 1095, + 'i', 1393, + 'l', 1100, + 'p', 1107, + 'r', 1261, + '{', 1761, + '|', 1817, + '}', 1763, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(63); + if (set_contains(aux_sym_simple_identifier_token1_character_set_1, 828, lookahead)) ADVANCE(1629); + END_STATE(); + case 57: + ADVANCE_MAP( + '!', 725, + '$', 698, + '%', 1814, + '&', 1720, + '(', 1703, + '*', 1811, + '+', 1808, + ',', 1693, + '-', 1809, + '.', 124, + '/', 1813, + ':', 1700, + '<', 1734, + '=', 141, + '>', 1738, + '?', 1714, + '@', 1918, + '[', 1704, + '^', 1819, + '`', 162, + 'a', 1161, + 'b', 1436, + 'c', 1089, + 'd', 1298, + 'e', 1091, + 'f', 1294, + 'i', 1395, + 'l', 1098, + 'm', 1594, + 'n', 1447, + 'o', 1471, + 'p', 1104, + 'r', 1197, + 's', 1541, + 't', 1620, + 'u', 1404, + 'v', 1102, + 'w', 1229, + '{', 1761, + '|', 1817, + '}', 1763, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(57); + if (set_contains(aux_sym_simple_identifier_token1_character_set_1, 828, lookahead)) ADVANCE(1629); + END_STATE(); + case 58: + ADVANCE_MAP( + '!', 725, + '$', 698, + '%', 1814, + '&', 1720, + '(', 1703, + '*', 1811, + '+', 1808, + ',', 1693, + '-', 1809, + '.', 124, + '/', 1813, + ':', 1700, + '<', 1734, + '=', 141, + '>', 1738, + '?', 1714, + '@', 1918, + '[', 1704, + '^', 1819, + '`', 162, + 'a', 1161, + 'b', 1436, + 'c', 1089, + 'd', 1298, + 'e', 1095, + 'f', 1295, + 'i', 1397, + 'l', 1100, + 'm', 1594, + 'n', 1447, + 'o', 1471, + 'p', 1104, + 'r', 1197, + 's', 1579, + 'u', 1404, + 'w', 1229, + '{', 1761, + '|', 1817, + '}', 1763, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(58); + if (set_contains(aux_sym_simple_identifier_token1_character_set_1, 828, lookahead)) ADVANCE(1629); + END_STATE(); + case 59: + ADVANCE_MAP( + '!', 725, + '$', 698, + '%', 1814, + '&', 1720, + '(', 1703, + '*', 1811, + '+', 1808, + ',', 1693, + '-', 1809, + '.', 124, + '/', 1813, + ':', 1700, + '<', 1734, + '=', 141, + '>', 1738, + '?', 1714, + '@', 1918, + '[', 1704, + '^', 1819, + '`', 162, + 'a', 1161, + 'b', 1436, + 'c', 1356, + 'd', 1297, + 'e', 1091, + 'f', 1294, + 'i', 1395, + 'l', 1098, + 'm', 1594, + 'n', 1447, + 'o', 1471, + 'p', 1104, + 'r', 1197, + 's', 1541, + 't', 1620, + 'u', 1404, + 'v', 1102, + 'w', 1228, + '{', 1761, + '|', 1817, + '}', 1763, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(59); + if (set_contains(aux_sym_simple_identifier_token1_character_set_1, 828, lookahead)) ADVANCE(1629); + END_STATE(); + case 60: + ADVANCE_MAP( + '!', 725, + '$', 698, + '%', 1814, + '&', 1720, + '(', 1703, + '*', 1811, + '+', 1808, + ',', 1693, + '-', 1809, + '.', 124, + '/', 1813, + ':', 1700, + '<', 1734, + '=', 141, + '>', 1738, + '?', 1714, + '@', 1918, + '[', 1704, + '^', 1819, + '`', 162, + 'a', 1161, + 'b', 1436, + 'c', 1356, + 'd', 1297, + 'e', 1095, + 'f', 1295, + 'i', 1397, + 'l', 1100, + 'm', 1594, + 'n', 1447, + 'o', 1471, + 'p', 1104, + 'r', 1197, + 's', 1579, + 'u', 1404, + 'w', 1228, + '{', 1761, + '|', 1817, + '}', 1763, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(60); + if (set_contains(aux_sym_simple_identifier_token1_character_set_1, 828, lookahead)) ADVANCE(1629); + END_STATE(); + case 61: + ADVANCE_MAP( + '!', 725, + '$', 698, + '%', 1814, + '&', 1720, + '(', 1703, + '*', 1811, + '+', 1808, + ',', 1693, + '-', 1809, + '.', 124, + '/', 1813, + ':', 1700, + '<', 1734, + '=', 141, + '>', 1738, + '?', 1714, + '@', 1917, + '[', 1704, + '^', 1819, + '`', 162, + 'a', 1161, + 'b', 1436, + 'c', 1357, + 'e', 1091, + 'f', 1330, + 'i', 1398, + 'l', 1098, + 'p', 1107, + 'r', 1261, + 's', 1566, + 't', 1620, + 'u', 1404, + 'v', 1102, + 'w', 1229, + '{', 1761, + '|', 1817, + '}', 1763, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(61); + if (set_contains(aux_sym_simple_identifier_token1_character_set_1, 828, lookahead)) ADVANCE(1629); + END_STATE(); + case 62: + ADVANCE_MAP( + '!', 725, + '$', 698, + '%', 1814, + '&', 1720, + '(', 1703, + '*', 1811, + '+', 1808, + ',', 1693, + '-', 1809, + '.', 124, + '/', 1813, + ':', 1700, + '<', 1734, + '=', 141, + '>', 1738, + '?', 1714, + '[', 1704, + '^', 1819, + '`', 162, + 'a', 1161, + 'b', 1436, + 'c', 1458, + 'e', 1095, + 'i', 1393, + 'l', 1098, + 'p', 1107, + 'r', 1261, + 'v', 1102, + '{', 1761, + '|', 1817, + '}', 1763, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(62); + if (set_contains(aux_sym_simple_identifier_token1_character_set_1, 828, lookahead)) ADVANCE(1629); + END_STATE(); + case 63: + ADVANCE_MAP( + '!', 725, + '$', 698, + '%', 1814, + '&', 1720, + '(', 1703, + '*', 1811, + '+', 1808, + ',', 1693, + '-', 1809, + '.', 124, + '/', 1813, + ':', 1700, + '<', 1734, + '=', 141, + '>', 1738, + '?', 1714, + '[', 1704, + '^', 1819, + '`', 162, + 'a', 1161, + 'b', 1436, + 'c', 1458, + 'e', 1095, + 'i', 1393, + 'l', 1100, + 'p', 1107, + 'r', 1261, + '{', 1761, + '|', 1817, + '}', 1763, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(63); + if (set_contains(aux_sym_simple_identifier_token1_character_set_1, 828, lookahead)) ADVANCE(1629); + END_STATE(); + case 64: + ADVANCE_MAP( + '!', 725, + '$', 698, + '%', 1814, + '&', 1720, + '*', 1811, + '+', 1808, + '-', 1809, + '/', 1813, + '<', 1734, + '=', 141, + '>', 1738, + '^', 1818, + '`', 162, + 'a', 1161, + 'b', 1436, + 'c', 1458, + 'e', 1095, + 'l', 1100, + 'p', 1107, + 'r', 1261, + '|', 1817, + '~', 1721, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(64); + if (set_contains(aux_sym_simple_identifier_token1_character_set_1, 828, lookahead)) ADVANCE(1629); + END_STATE(); + case 65: + ADVANCE_MAP( + '!', 725, + '%', 1814, + '&', 1720, + '(', 1703, + ')', 1690, + '*', 1811, + '+', 1808, + ',', 1693, + '-', 1809, + '.', 1707, + '/', 1813, + '<', 1734, + '=', 141, + '>', 1738, + '?', 1714, + '[', 1704, + '^', 1819, + 'i', 591, + '{', 1761, + '|', 1817, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(65); + END_STATE(); + case 66: + ADVANCE_MAP( + '!', 725, + '%', 1814, + '&', 1720, + '(', 1703, + '*', 1811, + '+', 1808, + ',', 1693, + '-', 1809, + '.', 124, + '/', 1813, + '<', 1734, + '=', 141, + '>', 1738, + '?', 1715, + '[', 1704, + '^', 1819, + 'i', 466, + '{', 1761, + '|', 1817, + '}', 1763, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(67); + END_STATE(); + case 67: + ADVANCE_MAP( + '!', 725, + '%', 1814, + '&', 1720, + '(', 1703, + '*', 1811, + '+', 1808, + ',', 1693, + '-', 1809, + '.', 124, + '/', 1813, + '<', 1734, + '=', 141, + '>', 1738, + '?', 1714, + '[', 1704, + '^', 1819, + 'i', 466, + '{', 1761, + '|', 1817, + '}', 1763, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(67); + END_STATE(); + case 68: + ADVANCE_MAP( + '!', 725, + '%', 1814, + '&', 1720, + '(', 1703, + '*', 1811, + '+', 1808, + '-', 1809, + '.', 124, + '/', 1813, + '<', 1734, + '=', 141, + '>', 1738, + '?', 1715, + '@', 1917, + '[', 1704, + '^', 1819, + 'a', 223, + 'c', 425, + 'e', 467, + 'f', 398, + 'i', 488, + 'l', 165, + 's', 636, + 't', 688, + 'u', 489, + 'v', 177, + 'w', 299, + '{', 1761, + '|', 1817, + '}', 1763, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(69); + END_STATE(); + case 69: + ADVANCE_MAP( + '!', 725, + '%', 1814, + '&', 1720, + '(', 1703, + '*', 1811, + '+', 1808, + '-', 1809, + '.', 124, + '/', 1813, + '<', 1734, + '=', 141, + '>', 1738, + '?', 1714, + '@', 1917, + '[', 1704, + '^', 1819, + 'a', 223, + 'c', 425, + 'e', 467, + 'f', 398, + 'i', 488, + 'l', 165, + 's', 636, + 't', 688, + 'u', 489, + 'v', 177, + 'w', 299, + '{', 1761, + '|', 1817, + '}', 1763, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(69); + END_STATE(); + case 70: + ADVANCE_MAP( + '!', 1701, + '$', 698, + '&', 1720, + '(', 1703, + ')', 1690, + ',', 1693, + '.', 1709, + '/', 130, + ':', 1700, + '<', 1733, + '?', 1715, + '@', 1918, + '[', 1704, + '`', 162, + 'a', 1155, + 'b', 1436, + 'c', 1458, + 'e', 1095, + 'i', 1420, + 'l', 1100, + 'p', 1107, + 'r', 1261, + 's', 1446, + '~', 1721, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(89); + if (set_contains(aux_sym_simple_identifier_token1_character_set_1, 828, lookahead)) ADVANCE(1629); + END_STATE(); + case 71: + ADVANCE_MAP( + '!', 1701, + '$', 698, + '&', 1720, + '(', 1703, + ',', 1693, + '.', 1706, + '/', 130, + ':', 1700, + '<', 1733, + '?', 1715, + '@', 1918, + '[', 1704, + '`', 162, + 'a', 1155, + 'b', 1436, + 'c', 1089, + 'd', 1298, + 'e', 1095, + 'f', 1118, + 'i', 1392, + 'l', 1100, + 'm', 1594, + 'n', 1447, + 'o', 1471, + 'p', 1104, + 'r', 1197, + 's', 1445, + 'u', 1404, + 'w', 1229, + '{', 1761, + '}', 1763, + '~', 1721, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(90); + if (set_contains(aux_sym_simple_identifier_token1_character_set_1, 828, lookahead)) ADVANCE(1629); + END_STATE(); + case 72: + ADVANCE_MAP( + '!', 1701, + '$', 698, + '&', 1720, + '(', 1703, + ',', 1693, + '.', 1706, + '/', 130, + ':', 1700, + '<', 1733, + '?', 1715, + '[', 1704, + '`', 162, + 'a', 1155, + 'b', 1436, + 'c', 1458, + 'e', 1095, + 'i', 1394, + 'l', 1100, + 'p', 1107, + 'r', 1261, + 's', 1446, + '~', 1721, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(91); + if (set_contains(aux_sym_simple_identifier_token1_character_set_1, 828, lookahead)) ADVANCE(1629); + END_STATE(); + case 73: + ADVANCE_MAP( + '!', 1701, + '$', 698, + '&', 1720, + '(', 1703, + ',', 1693, + '.', 1706, + '/', 130, + '<', 1733, + '?', 1715, + '@', 1918, + '[', 1704, + '`', 162, + 'a', 1155, + 'b', 1436, + 'c', 1458, + 'e', 1095, + 'i', 1402, + 'l', 1100, + 'p', 1107, + 'r', 1261, + 's', 1446, + '~', 1721, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(92); + if (set_contains(aux_sym_simple_identifier_token1_character_set_1, 828, lookahead)) ADVANCE(1629); + END_STATE(); + case 74: + ADVANCE_MAP( + '!', 1701, + '$', 698, + '&', 1720, + ')', 1690, + ',', 1693, + '.', 1706, + '/', 130, + ':', 1700, + '>', 1736, + ']', 1705, + '`', 162, + 'a', 1161, + 'b', 1436, + 'c', 1458, + 'e', 1095, + 'i', 1394, + 'l', 1100, + 'p', 1107, + 'r', 1261, + '{', 1761, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(93); + if (set_contains(aux_sym_simple_identifier_token1_character_set_1, 828, lookahead)) ADVANCE(1629); + END_STATE(); + case 75: + ADVANCE_MAP( + '!', 1701, + '$', 698, + '(', 1703, + '/', 130, + '?', 1715, + '_', 1920, + '`', 162, + 'a', 1160, + 'b', 1436, + 'c', 1090, + 'e', 1095, + 'i', 1524, + 'l', 1098, + 'p', 1107, + 'r', 1261, + 'v', 1102, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(102); + if (set_contains(aux_sym_simple_identifier_token1_character_set_1, 828, lookahead)) ADVANCE(1629); + END_STATE(); + case 76: + ADVANCE_MAP( + '!', 1701, + '&', 1720, + '(', 1703, + ')', 1690, + ',', 1693, + '.', 1706, + '/', 130, + ':', 1700, + '<', 1733, + '>', 1736, + '?', 1715, + ']', 1705, + '^', 692, + 'i', 465, + 'u', 1686, + '{', 1761, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(118); + END_STATE(); + case 77: + ADVANCE_MAP( + '!', 1701, + '&', 1720, + '(', 1703, + ')', 1690, + ',', 1693, + '.', 1709, + '/', 130, + '0', 1667, + ':', 1700, + ';', 1885, + '<', 1733, + '>', 1736, + '?', 1715, + '@', 1918, + 'P', 550, + 'T', 683, + ']', 1705, + '^', 692, + '_', 449, + 'a', 222, + 'b', 503, + 'c', 184, + 'd', 290, + 'e', 467, + 'f', 202, + 'g', 328, + 'i', 339, + 'l', 165, + 'm', 168, + 'n', 508, + 'o', 535, + 'p', 173, + 'r', 288, + 's', 329, + 't', 688, + 'u', 489, + 'v', 177, + 'w', 300, + '{', 1761, + '}', 1763, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(120); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1667); + END_STATE(); + case 78: + ADVANCE_MAP( + '!', 724, + '$', 698, + '(', 1703, + '/', 130, + '`', 162, + 'a', 1156, + 'b', 1436, + 'c', 1132, + 'e', 1095, + 'f', 1097, + 'l', 1100, + 'o', 1527, + 'p', 1107, + 'r', 1261, + 's', 1611, + 't', 1128, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(78); + if (set_contains(aux_sym_simple_identifier_token1_character_set_1, 828, lookahead)) ADVANCE(1629); + END_STATE(); + case 79: + ADVANCE_MAP( + '!', 724, + '$', 698, + ')', 1690, + '/', 130, + '?', 1714, + '[', 1704, + '`', 162, + 'a', 1161, + 'b', 1436, + 'c', 1458, + 'e', 1095, + 'l', 1100, + 'p', 1107, + 'r', 1261, + 's', 1225, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(79); + if (set_contains(aux_sym_simple_identifier_token1_character_set_1, 828, lookahead)) ADVANCE(1629); + END_STATE(); + case 80: + ADVANCE_MAP( + '!', 724, + '$', 698, + '/', 1, + '`', 162, + 'a', 1161, + 'b', 1436, + 'c', 1440, + 'd', 1539, + 'e', 1094, + 'f', 1321, + 'i', 1382, + 'k', 1234, + 'l', 1099, + 'p', 1107, + 'r', 1261, + 's', 1259, + 'w', 1124, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(80); + if (set_contains(aux_sym_simple_identifier_token1_character_set_1, 828, lookahead)) ADVANCE(1629); + END_STATE(); + case 81: + ADVANCE_MAP( + '"', 1679, + '$', 698, + '.', 699, + '/', 128, + '0', 1665, + '`', 162, + 'a', 1161, + 'b', 1436, + 'c', 1458, + 'e', 1095, + 'f', 1097, + 'l', 1100, + 'n', 1300, + 'p', 1107, + 'r', 1261, + 't', 1500, + '}', 1763, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(81); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1666); + if (set_contains(aux_sym_simple_identifier_token1_character_set_1, 828, lookahead)) ADVANCE(1629); + END_STATE(); + case 82: + if (lookahead == '"') ADVANCE(1679); + if (lookahead == '/') ADVANCE(1682); + if (lookahead == '\\') ADVANCE(1685); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') ADVANCE(1681); + if (lookahead != 0) ADVANCE(1683); + END_STATE(); + case 83: + if (lookahead == '"') ADVANCE(1689); + END_STATE(); + case 84: + if (lookahead == '"') ADVANCE(1678); + if (lookahead == '/') ADVANCE(1682); + if (lookahead == '\\') ADVANCE(1685); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') ADVANCE(1681); + if (lookahead != 0) ADVANCE(1683); + END_STATE(); + case 85: + if (lookahead == '#') ADVANCE(85); + if (lookahead == '(') ADVANCE(1691); + END_STATE(); + case 86: + if (lookahead == '#') ADVANCE(1698); + if (lookahead == '/') ADVANCE(732); + if (lookahead != 0) ADVANCE(4); + END_STATE(); + case 87: + if (lookahead == '#') ADVANCE(1698); + if (lookahead != 0) ADVANCE(4); + END_STATE(); + case 88: + if (lookahead == '#') ADVANCE(1696); + if (lookahead == '/') ADVANCE(88); + if (lookahead != 0) ADVANCE(132); + END_STATE(); + case 89: + ADVANCE_MAP( + '$', 698, + '&', 1720, + '(', 1703, + ')', 1690, + ',', 1693, + '.', 1709, + '/', 130, + ':', 1700, + '<', 1733, + '@', 1918, + '[', 1704, + '`', 162, + 'a', 1155, + 'b', 1436, + 'c', 1458, + 'e', 1095, + 'i', 1420, + 'l', 1100, + 'p', 1107, + 'r', 1261, + 's', 1446, + '~', 1721, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(89); + if (set_contains(aux_sym_simple_identifier_token1_character_set_1, 828, lookahead)) ADVANCE(1629); + END_STATE(); + case 90: + ADVANCE_MAP( + '$', 698, + '&', 1720, + '(', 1703, + ',', 1693, + '.', 1706, + '/', 130, + ':', 1700, + '<', 1733, + '?', 1714, + '@', 1918, + '[', 1704, + '`', 162, + 'a', 1155, + 'b', 1436, + 'c', 1089, + 'd', 1298, + 'e', 1095, + 'f', 1118, + 'i', 1392, + 'l', 1100, + 'm', 1594, + 'n', 1447, + 'o', 1471, + 'p', 1104, + 'r', 1197, + 's', 1445, + 'u', 1404, + 'w', 1229, + '{', 1761, + '}', 1763, + '~', 1721, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(90); + if (set_contains(aux_sym_simple_identifier_token1_character_set_1, 828, lookahead)) ADVANCE(1629); + END_STATE(); + case 91: + ADVANCE_MAP( + '$', 698, + '&', 1720, + '(', 1703, + ',', 1693, + '.', 1706, + '/', 130, + ':', 1700, + '<', 1733, + '?', 1714, + '[', 1704, + '`', 162, + 'a', 1155, + 'b', 1436, + 'c', 1458, + 'e', 1095, + 'i', 1394, + 'l', 1100, + 'p', 1107, + 'r', 1261, + 's', 1446, + '~', 1721, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(91); + if (set_contains(aux_sym_simple_identifier_token1_character_set_1, 828, lookahead)) ADVANCE(1629); + END_STATE(); + case 92: + ADVANCE_MAP( + '$', 698, + '&', 1720, + '(', 1703, + ',', 1693, + '.', 1706, + '/', 130, + '<', 1733, + '@', 1918, + '[', 1704, + '`', 162, + 'a', 1155, + 'b', 1436, + 'c', 1458, + 'e', 1095, + 'i', 1402, + 'l', 1100, + 'p', 1107, + 'r', 1261, + 's', 1446, + '~', 1721, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(92); + if (set_contains(aux_sym_simple_identifier_token1_character_set_1, 828, lookahead)) ADVANCE(1629); + END_STATE(); + case 93: + ADVANCE_MAP( + '$', 698, + '&', 1720, + ')', 1690, + ',', 1693, + '.', 1706, + '/', 130, + ':', 1700, + '>', 1736, + ']', 1705, + '`', 162, + 'a', 1161, + 'b', 1436, + 'c', 1458, + 'e', 1095, + 'i', 1394, + 'l', 1100, + 'p', 1107, + 'r', 1261, + '{', 1761, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(93); + if (set_contains(aux_sym_simple_identifier_token1_character_set_1, 828, lookahead)) ADVANCE(1629); + END_STATE(); + case 94: + ADVANCE_MAP( + '$', 698, + '(', 1703, + ')', 1690, + '*', 1810, + ',', 1693, + '.', 1706, + '/', 130, + '0', 1667, + ':', 1700, + '<', 1733, + '>', 1736, + '@', 1917, + '[', 1704, + '^', 692, + '`', 162, + 'a', 1161, + 'b', 1436, + 'c', 1458, + 'e', 1095, + 'l', 1100, + 'p', 1107, + 'r', 1261, + '{', 1761, + '}', 1763, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(94); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1667); + if (set_contains(aux_sym_simple_identifier_token1_character_set_1, 828, lookahead)) ADVANCE(1629); + END_STATE(); + case 95: + ADVANCE_MAP( + '$', 698, + '(', 1703, + ')', 1690, + '/', 130, + '@', 1918, + '[', 1704, + '_', 1920, + '`', 162, + 'a', 1155, + 'b', 1436, + 'c', 1458, + 'e', 1095, + 'i', 1420, + 'l', 1100, + 'p', 1107, + 'r', 1261, + 's', 1446, + '~', 1721, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(95); + if (set_contains(aux_sym_simple_identifier_token1_character_set_1, 828, lookahead)) ADVANCE(1629); + END_STATE(); + case 96: + ADVANCE_MAP( + '$', 698, + '(', 1703, + ')', 1690, + '/', 130, + '@', 1917, + '[', 1704, + '_', 1920, + '`', 162, + 'a', 1155, + 'b', 1436, + 'c', 1458, + 'e', 1095, + 'l', 1100, + 'p', 1107, + 'r', 1261, + 's', 1446, + '~', 1721, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(96); + if (set_contains(aux_sym_simple_identifier_token1_character_set_1, 828, lookahead)) ADVANCE(1629); + END_STATE(); + case 97: + ADVANCE_MAP( + '$', 698, + '(', 1703, + '/', 130, + '<', 1733, + '@', 1918, + '[', 1704, + '`', 162, + 'a', 1161, + 'b', 1436, + 'c', 1089, + 'd', 1298, + 'e', 1091, + 'f', 1294, + 'i', 1396, + 'l', 1098, + 'm', 1594, + 'n', 1447, + 'o', 1471, + 'p', 1104, + 'r', 1197, + 's', 1221, + 't', 1620, + 'u', 1404, + 'v', 1102, + 'w', 1229, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(97); + if (set_contains(aux_sym_simple_identifier_token1_character_set_1, 828, lookahead)) ADVANCE(1629); + END_STATE(); + case 98: + ADVANCE_MAP( + '$', 698, + '(', 1703, + '/', 130, + '<', 1733, + '@', 1918, + '[', 1704, + '`', 162, + 'a', 1161, + 'b', 1436, + 'c', 1356, + 'd', 1297, + 'e', 1091, + 'f', 1294, + 'i', 1396, + 'l', 1098, + 'm', 1594, + 'n', 1447, + 'o', 1471, + 'p', 1104, + 'r', 1197, + 's', 1221, + 't', 1620, + 'u', 1404, + 'v', 1102, + 'w', 1228, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(98); + if (set_contains(aux_sym_simple_identifier_token1_character_set_1, 828, lookahead)) ADVANCE(1629); + END_STATE(); + case 99: + ADVANCE_MAP( + '$', 698, + '(', 1703, + '/', 130, + '<', 1733, + '@', 1917, + '[', 1704, + '`', 162, + 'a', 1161, + 'b', 1436, + 'c', 1357, + 'e', 1091, + 'f', 1330, + 'i', 1399, + 'l', 1098, + 'p', 1107, + 'r', 1261, + 's', 1222, + 't', 1620, + 'u', 1404, + 'v', 1102, + 'w', 1229, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(99); + if (set_contains(aux_sym_simple_identifier_token1_character_set_1, 828, lookahead)) ADVANCE(1629); + END_STATE(); + case 100: + ADVANCE_MAP( + '$', 698, + '(', 1703, + '/', 130, + '<', 1733, + '@', 1917, + '[', 1704, + '`', 162, + 'a', 1161, + 'b', 1436, + 'c', 1458, + 'e', 1095, + 'i', 1394, + 'l', 1100, + 'p', 1107, + 'r', 1261, + 's', 1225, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(100); + if (set_contains(aux_sym_simple_identifier_token1_character_set_1, 828, lookahead)) ADVANCE(1629); + END_STATE(); + case 101: + ADVANCE_MAP( + '$', 698, + '(', 1703, + '/', 130, + '_', 1920, + '`', 162, + 'a', 1160, + 'b', 1436, + 'c', 1090, + 'e', 1095, + 'i', 1524, + 'l', 1098, + 'p', 1107, + 'r', 1261, + 't', 1498, + 'v', 1102, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(101); + if (set_contains(aux_sym_simple_identifier_token1_character_set_1, 828, lookahead)) ADVANCE(1629); + END_STATE(); + case 102: + ADVANCE_MAP( + '$', 698, + '(', 1703, + '/', 130, + '_', 1920, + '`', 162, + 'a', 1160, + 'b', 1436, + 'c', 1090, + 'e', 1095, + 'i', 1524, + 'l', 1098, + 'p', 1107, + 'r', 1261, + 'v', 1102, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(102); + if (set_contains(aux_sym_simple_identifier_token1_character_set_1, 828, lookahead)) ADVANCE(1629); + END_STATE(); + case 103: + ADVANCE_MAP( + '$', 698, + '(', 1703, + '/', 130, + '_', 1920, + '`', 162, + 'a', 1161, + 'b', 1436, + 'c', 1090, + 'e', 1095, + 'i', 1524, + 'l', 1098, + 'p', 1107, + 'r', 1261, + 'v', 1102, + '{', 1761, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(103); + if (set_contains(aux_sym_simple_identifier_token1_character_set_1, 828, lookahead)) ADVANCE(1629); + END_STATE(); + case 104: + ADVANCE_MAP( + '$', 698, + ')', 1690, + ',', 1693, + '/', 130, + ']', 1705, + '`', 162, + 'a', 1161, + 'b', 1436, + 'c', 1458, + 'e', 1095, + 'i', 1270, + 'l', 1100, + 'p', 1107, + 'r', 1261, + 's', 1609, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(104); + if (set_contains(aux_sym_simple_identifier_token1_character_set_1, 828, lookahead)) ADVANCE(1629); + END_STATE(); + case 105: + ADVANCE_MAP( + '$', 698, + '/', 130, + '<', 1735, + '>', 1737, + '@', 1918, + '`', 162, + 'a', 1158, + 'b', 1436, + 'c', 1089, + 'd', 1196, + 'e', 1091, + 'f', 1294, + 'i', 1377, + 'l', 1098, + 'm', 1594, + 'n', 1447, + 'o', 1471, + 'p', 1105, + 'r', 1197, + 's', 1540, + 't', 1620, + 'u', 1404, + 'v', 1102, + 'w', 1229, + '{', 704, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(105); + if (set_contains(aux_sym_simple_identifier_token1_character_set_1, 828, lookahead)) ADVANCE(1629); + END_STATE(); + case 106: + ADVANCE_MAP( + '$', 698, + '/', 130, + '@', 1918, + '`', 162, + 'a', 1158, + 'b', 1436, + 'c', 1356, + 'd', 1196, + 'e', 1091, + 'f', 1294, + 'i', 1377, + 'l', 1098, + 'm', 1594, + 'n', 1447, + 'o', 1471, + 'p', 1105, + 'r', 1197, + 's', 1540, + 't', 1620, + 'u', 1404, + 'v', 1102, + 'w', 1229, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(106); + if (set_contains(aux_sym_simple_identifier_token1_character_set_1, 828, lookahead)) ADVANCE(1629); + END_STATE(); + case 107: + ADVANCE_MAP( + '$', 698, + '/', 130, + '@', 1918, + '`', 162, + 'a', 1158, + 'b', 1436, + 'c', 1356, + 'd', 1298, + 'e', 1091, + 'f', 1294, + 'i', 1377, + 'l', 1098, + 'm', 1120, + 'n', 1447, + 'o', 1471, + 'p', 1105, + 'r', 1197, + 's', 1541, + 't', 1620, + 'u', 1404, + 'v', 1102, + 'w', 1229, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(107); + if (set_contains(aux_sym_simple_identifier_token1_character_set_1, 828, lookahead)) ADVANCE(1629); + END_STATE(); + case 108: + ADVANCE_MAP( + '$', 698, + '/', 130, + '@', 1918, + '`', 162, + 'a', 1161, + 'b', 1436, + 'c', 1089, + 'd', 1298, + 'e', 1095, + 'f', 1295, + 'i', 1392, + 'l', 1100, + 'm', 1594, + 'n', 1447, + 'o', 1471, + 'p', 1104, + 'r', 1197, + 's', 1579, + 'u', 1404, + 'w', 1229, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(108); + if (set_contains(aux_sym_simple_identifier_token1_character_set_1, 828, lookahead)) ADVANCE(1629); + END_STATE(); + case 109: + ADVANCE_MAP( + '$', 698, + '/', 130, + '@', 1918, + '`', 162, + 'a', 1161, + 'b', 1436, + 'c', 1356, + 'd', 1297, + 'e', 1095, + 'f', 1295, + 'i', 1392, + 'l', 1100, + 'm', 1594, + 'n', 1447, + 'o', 1471, + 'p', 1104, + 'r', 1197, + 's', 1579, + 'u', 1404, + 'w', 1228, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(109); + if (set_contains(aux_sym_simple_identifier_token1_character_set_1, 828, lookahead)) ADVANCE(1629); + END_STATE(); + case 110: + ADVANCE_MAP( + '$', 698, + '/', 130, + 'P', 1523, + 'T', 1623, + '`', 162, + 'a', 1161, + 'b', 1436, + 'c', 1458, + 'e', 1095, + 'l', 1100, + 'p', 1107, + 'r', 1261, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(110); + if (set_contains(aux_sym_simple_identifier_token1_character_set_1, 828, lookahead)) ADVANCE(1629); + END_STATE(); + case 111: + ADVANCE_MAP( + '$', 698, + '/', 130, + ']', 1705, + '`', 162, + 'a', 1161, + 'b', 1436, + 'c', 1458, + 'e', 1095, + 'l', 1100, + 'p', 1107, + 'r', 1261, + 's', 1225, + 'u', 1404, + 'w', 1229, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(111); + if (set_contains(aux_sym_simple_identifier_token1_character_set_1, 828, lookahead)) ADVANCE(1629); + END_STATE(); + case 112: + ADVANCE_MAP( + '$', 698, + '/', 130, + '`', 162, + 'a', 1161, + 'b', 1436, + 'c', 1357, + 'e', 1092, + 'f', 1593, + 'l', 1098, + 'p', 1106, + 'r', 1261, + 's', 1566, + 't', 1620, + 'v', 1102, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(112); + if (set_contains(aux_sym_simple_identifier_token1_character_set_1, 828, lookahead)) ADVANCE(1629); + END_STATE(); + case 113: + ADVANCE_MAP( + '$', 698, + '/', 130, + '`', 162, + 'a', 1161, + 'b', 1436, + 'c', 1458, + 'e', 1095, + 'f', 1593, + 'i', 1434, + 'l', 1100, + 'p', 1107, + 'r', 1261, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(113); + if (set_contains(aux_sym_simple_identifier_token1_character_set_1, 828, lookahead)) ADVANCE(1629); + END_STATE(); + case 114: + ADVANCE_MAP( + '$', 698, + '/', 130, + '`', 162, + 'a', 1161, + 'b', 1436, + 'c', 1458, + 'e', 1095, + 'f', 1097, + 'l', 1100, + 'p', 1107, + 'r', 1261, + 't', 1500, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(114); + if (set_contains(aux_sym_simple_identifier_token1_character_set_1, 828, lookahead)) ADVANCE(1629); + END_STATE(); + case 115: + ADVANCE_MAP( + '$', 698, + '/', 130, + '`', 162, + 'a', 1161, + 'b', 1436, + 'c', 1458, + 'e', 1095, + 'l', 1098, + 'p', 1107, + 'r', 1261, + 'v', 1102, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(115); + if (set_contains(aux_sym_simple_identifier_token1_character_set_1, 828, lookahead)) ADVANCE(1629); + END_STATE(); + case 116: + ADVANCE_MAP( + '$', 698, + '/', 1, + '`', 162, + 'a', 1159, + 'b', 1436, + 'c', 1440, + 'd', 1539, + 'e', 1094, + 'f', 1321, + 'i', 1382, + 'k', 1234, + 'l', 1099, + 'p', 1107, + 'r', 1261, + 's', 1259, + 'u', 1426, + 'w', 1124, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(116); + if (set_contains(aux_sym_simple_identifier_token1_character_set_1, 828, lookahead)) ADVANCE(1629); + END_STATE(); + case 117: + ADVANCE_MAP( + '$', 698, + '/', 1, + '`', 162, + 'a', 1161, + 'b', 1436, + 'c', 1440, + 'd', 1539, + 'e', 1093, + 'f', 1321, + 'i', 1382, + 'k', 1234, + 'l', 1099, + 'p', 1107, + 'r', 1261, + 's', 1259, + 'w', 1124, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(117); + if (set_contains(aux_sym_simple_identifier_token1_character_set_1, 828, lookahead)) ADVANCE(1629); + END_STATE(); + case 118: + ADVANCE_MAP( + '&', 1720, + '(', 1703, + ')', 1690, + ',', 1693, + '.', 1706, + '/', 130, + ':', 1700, + '<', 1733, + '>', 1736, + '?', 1714, + ']', 1705, + '^', 692, + 'i', 465, + 'u', 1686, + '{', 1761, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(118); + END_STATE(); + case 119: + ADVANCE_MAP( + '&', 1720, + '(', 1703, + ')', 1690, + ',', 1693, + '.', 1706, + '/', 130, + ':', 1700, + '<', 1733, + '?', 1714, + 'i', 465, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(119); + END_STATE(); + case 120: + ADVANCE_MAP( + '&', 1720, + '(', 1703, + ')', 1690, + ',', 1693, + '.', 1709, + '/', 130, + '0', 1667, + ':', 1700, + ';', 1885, + '<', 1733, + '>', 1736, + '?', 1714, + '@', 1918, + 'P', 550, + 'T', 683, + ']', 1705, + '^', 692, + '_', 449, + 'a', 222, + 'b', 503, + 'c', 184, + 'd', 290, + 'e', 467, + 'f', 202, + 'g', 328, + 'i', 339, + 'l', 165, + 'm', 168, + 'n', 508, + 'o', 535, + 'p', 173, + 'r', 288, + 's', 329, + 't', 688, + 'u', 489, + 'v', 177, + 'w', 300, + '{', 1761, + '}', 1763, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(120); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1667); + END_STATE(); + case 121: + ADVANCE_MAP( + '(', 1703, + '/', 130, + '<', 1733, + '@', 1917, + '_', 449, + 'a', 223, + 'c', 425, + 'e', 467, + 'f', 398, + 'g', 327, + 'i', 487, + 'l', 165, + 'm', 659, + 'n', 527, + 's', 330, + 't', 688, + 'u', 489, + 'v', 177, + 'w', 299, + '{', 1761, + '}', 1763, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(121); + END_STATE(); + case 122: + if (lookahead == ')') ADVANCE(1980); + END_STATE(); + case 123: + if (lookahead == ')') ADVANCE(1981); + END_STATE(); + case 124: + if (lookahead == '.') ADVANCE(127); + END_STATE(); + case 125: + if (lookahead == '.') ADVANCE(127); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1663); + END_STATE(); + case 126: + if (lookahead == '.') ADVANCE(1804); + END_STATE(); + case 127: + if (lookahead == '.') ADVANCE(1804); + if (lookahead == '<') ADVANCE(1805); + END_STATE(); + case 128: + if (lookahead == '/') ADVANCE(735); + if (lookahead == '\t' || + lookahead == ' ') ADVANCE(694); + if (lookahead != 0 && + lookahead != '\t' && + lookahead != '\n') ADVANCE(129); + END_STATE(); + case 129: + if (lookahead == '/') ADVANCE(1699); + if (lookahead == '\t' || + lookahead == ' ') ADVANCE(694); + if (lookahead != 0 && + lookahead != '\t' && + lookahead != '\n') ADVANCE(129); + END_STATE(); + case 130: + if (lookahead == '/') ADVANCE(737); + END_STATE(); + case 131: + if (lookahead == '/') ADVANCE(737); + if (lookahead == '=') ADVANCE(1797); + END_STATE(); + case 132: + if (lookahead == '/') ADVANCE(88); + if (lookahead != 0 && + lookahead != '\n') ADVANCE(132); + END_STATE(); + case 133: + if (lookahead == '/') ADVANCE(732); + if (lookahead != 0 && + lookahead != '#') ADVANCE(4); + END_STATE(); + case 134: + if (lookahead == ':') ADVANCE(1730); + END_STATE(); + case 135: + if (lookahead == ':') ADVANCE(1731); + END_STATE(); + case 136: + if (lookahead == '=') ADVANCE(1798); + END_STATE(); + case 137: + if (lookahead == '=') ADVANCE(1796); + END_STATE(); + case 138: + if (lookahead == '=') ADVANCE(1794); + END_STATE(); + case 139: + if (lookahead == '=') ADVANCE(1795); + END_STATE(); + case 140: + if (lookahead == '=') ADVANCE(1801); + END_STATE(); + case 141: + if (lookahead == '=') ADVANCE(140); + END_STATE(); + case 142: + if (lookahead == 'D') ADVANCE(1744); + END_STATE(); + case 143: + if (lookahead == 'E') ADVANCE(469); + END_STATE(); + case 144: + if (lookahead == 'I') ADVANCE(446); + END_STATE(); + case 145: + if (lookahead == 'L') ADVANCE(528); + END_STATE(); + case 146: + if (lookahead == 'L') ADVANCE(405); + END_STATE(); + case 147: + if (lookahead == 'L') ADVANCE(406); + END_STATE(); + case 148: + if (lookahead == 'M') ADVANCE(211); + END_STATE(); + case 149: + if (lookahead == 'P') ADVANCE(190); + END_STATE(); + case 150: + if (lookahead == 'S') ADVANCE(314); + END_STATE(); + case 151: + if (lookahead == 'S') ADVANCE(322); + END_STATE(); + case 152: + if (lookahead == '_') ADVANCE(152); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1666); + END_STATE(); + case 153: + if (lookahead == '_') ADVANCE(153); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1669); + END_STATE(); + case 154: + if (lookahead == '_') ADVANCE(154); + if (lookahead == '0' || + lookahead == '1') ADVANCE(1671); + END_STATE(); + case 155: + if (lookahead == '_') ADVANCE(155); + if (('0' <= lookahead && lookahead <= '7')) ADVANCE(1670); + END_STATE(); + case 156: + if (lookahead == '_') ADVANCE(156); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1663); + END_STATE(); + case 157: + if (lookahead == '_') ADVANCE(157); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1668); + END_STATE(); + case 158: + if (lookahead == '_') ADVANCE(158); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1664); + END_STATE(); + case 159: + if (lookahead == '_') ADVANCE(160); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(695); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(159); + END_STATE(); + case 160: + if (lookahead == '_') ADVANCE(160); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(159); + END_STATE(); + case 161: + if (lookahead == '_') ADVANCE(161); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1667); + END_STATE(); + case 162: + if (lookahead == '`') ADVANCE(1637); + if (lookahead != 0 && + lookahead != '\n' && + lookahead != '\r' && + lookahead != ' ') ADVANCE(162); + END_STATE(); + case 163: + if (lookahead == 'a') ADVANCE(456); + if (lookahead == 'l') ADVANCE(171); + if (lookahead == 'o') ADVANCE(411); + END_STATE(); + case 164: + if (lookahead == 'a') ADVANCE(412); + if (lookahead == 'i') ADVANCE(428); + if (lookahead == 'o') ADVANCE(551); + if (lookahead == 'u') ADVANCE(473); + END_STATE(); + case 165: + if (lookahead == 'a') ADVANCE(691); + if (lookahead == 'e') ADVANCE(610); + END_STATE(); + case 166: + if (lookahead == 'a') ADVANCE(691); + if (lookahead == 'e') ADVANCE(610); + if (lookahead == 'i') ADVANCE(486); + END_STATE(); + case 167: + if (lookahead == 'a') ADVANCE(353); + if (lookahead == 'p') ADVANCE(520); + END_STATE(); + case 168: + if (lookahead == 'a') ADVANCE(245); + if (lookahead == 'u') ADVANCE(634); + END_STATE(); + case 169: + if (lookahead == 'a') ADVANCE(408); + END_STATE(); + case 170: + if (lookahead == 'a') ADVANCE(344); + END_STATE(); + case 171: + if (lookahead == 'a') ADVANCE(594); + END_STATE(); + case 172: + if (lookahead == 'a') ADVANCE(548); + END_STATE(); + case 173: + if (lookahead == 'a') ADVANCE(225); + if (lookahead == 'o') ADVANCE(601); + if (lookahead == 'r') ADVANCE(266); + if (lookahead == 'u') ADVANCE(215); + END_STATE(); + case 174: + if (lookahead == 'a') ADVANCE(409); + END_STATE(); + case 175: + if (lookahead == 'a') ADVANCE(582); + if (lookahead == 'h') ADVANCE(564); + if (lookahead == 'r') ADVANCE(665); + if (lookahead == 'y') ADVANCE(543); + END_STATE(); + case 176: + if (lookahead == 'a') ADVANCE(452); + END_STATE(); + case 177: + if (lookahead == 'a') ADVANCE(552); + END_STATE(); + case 178: + if (lookahead == 'a') ADVANCE(380); + END_STATE(); + case 179: + if (lookahead == 'a') ADVANCE(566); + if (lookahead == 'e') ADVANCE(169); + if (lookahead == 'h') ADVANCE(376); + if (lookahead == 'i') ADVANCE(427); + END_STATE(); + case 180: + if (lookahead == 'a') ADVANCE(553); + END_STATE(); + case 181: + if (lookahead == 'a') ADVANCE(593); + END_STATE(); + case 182: + if (lookahead == 'a') ADVANCE(644); + if (lookahead == 'r') ADVANCE(663); + END_STATE(); + case 183: + if (lookahead == 'a') ADVANCE(415); + END_STATE(); + case 184: + if (lookahead == 'a') ADVANCE(600); + if (lookahead == 'l') ADVANCE(171); + if (lookahead == 'o') ADVANCE(464); + END_STATE(); + case 185: + if (lookahead == 'a') ADVANCE(472); + END_STATE(); + case 186: + if (lookahead == 'a') ADVANCE(648); + END_STATE(); + case 187: + if (lookahead == 'a') ADVANCE(417); + END_STATE(); + case 188: + if (lookahead == 'a') ADVANCE(418); + END_STATE(); + case 189: + if (lookahead == 'a') ADVANCE(419); + END_STATE(); + case 190: + if (lookahead == 'a') ADVANCE(631); + END_STATE(); + case 191: + if (lookahead == 'a') ADVANCE(421); + END_STATE(); + case 192: + if (lookahead == 'a') ADVANCE(618); + END_STATE(); + case 193: + if (lookahead == 'a') ADVANCE(422); + END_STATE(); + case 194: + if (lookahead == 'a') ADVANCE(423); + END_STATE(); + case 195: + if (lookahead == 'a') ADVANCE(632); + END_STATE(); + case 196: + if (lookahead == 'a') ADVANCE(647); + END_STATE(); + case 197: + if (lookahead == 'a') ADVANCE(231); + if (lookahead == 'n') ADVANCE(658); + if (lookahead == 'r') ADVANCE(583); + if (lookahead == 'x') ADVANCE(633); + END_STATE(); + case 198: + if (lookahead == 'a') ADVANCE(218); + END_STATE(); + case 199: + if (lookahead == 'a') ADVANCE(676); + if (lookahead == 'o') ADVANCE(678); + END_STATE(); + case 200: + if (lookahead == 'a') ADVANCE(637); + END_STATE(); + case 201: + if (lookahead == 'a') ADVANCE(345); + END_STATE(); + case 202: + if (lookahead == 'a') ADVANCE(436); + if (lookahead == 'i') ADVANCE(440); + if (lookahead == 'o') ADVANCE(551); + if (lookahead == 'u') ADVANCE(473); + END_STATE(); + case 203: + if (lookahead == 'a') ADVANCE(436); + if (lookahead == 'i') ADVANCE(440); + if (lookahead == 'u') ADVANCE(473); + END_STATE(); + case 204: + if (lookahead == 'a') ADVANCE(379); + END_STATE(); + case 205: + if (lookahead == 'a') ADVANCE(434); + END_STATE(); + case 206: + if (lookahead == 'a') ADVANCE(354); + END_STATE(); + case 207: + if (lookahead == 'a') ADVANCE(638); + END_STATE(); + case 208: + if (lookahead == 'a') ADVANCE(640); + END_STATE(); + case 209: + if (lookahead == 'a') ADVANCE(642); + END_STATE(); + case 210: + if (lookahead == 'a') ADVANCE(650); + END_STATE(); + case 211: + if (lookahead == 'a') ADVANCE(247); + END_STATE(); + case 212: + if (lookahead == 'a') ADVANCE(653); + END_STATE(); + case 213: + if (lookahead == 'a') ADVANCE(220); + END_STATE(); + case 214: + if (lookahead == 'a') ADVANCE(407); + END_STATE(); + case 215: + if (lookahead == 'b') ADVANCE(429); + END_STATE(); + case 216: + if (lookahead == 'b') ADVANCE(603); + END_STATE(); + case 217: + if (lookahead == 'b') ADVANCE(603); + if (lookahead == 'p') ADVANCE(316); + END_STATE(); + case 218: + if (lookahead == 'b') ADVANCE(437); + END_STATE(); + case 219: + if (lookahead == 'b') ADVANCE(670); + END_STATE(); + case 220: + if (lookahead == 'b') ADVANCE(439); + END_STATE(); + case 221: + if (lookahead == 'c') ADVANCE(629); + if (lookahead == 'n') ADVANCE(684); + if (lookahead == 'r') ADVANCE(224); + if (lookahead == 's') ADVANCE(595); + if (lookahead == 'v') ADVANCE(204); + if (lookahead == 'w') ADVANCE(178); + END_STATE(); + case 222: + if (lookahead == 'c') ADVANCE(629); + if (lookahead == 's') ADVANCE(595); + END_STATE(); + case 223: + if (lookahead == 'c') ADVANCE(629); + if (lookahead == 's') ADVANCE(689); + END_STATE(); + case 224: + if (lookahead == 'c') ADVANCE(357); + END_STATE(); + case 225: + if (lookahead == 'c') ADVANCE(410); + END_STATE(); + case 226: + if (lookahead == 'c') ADVANCE(1865); + END_STATE(); + case 227: + if (lookahead == 'c') ADVANCE(1645); + END_STATE(); + case 228: + if (lookahead == 'c') ADVANCE(1933); + END_STATE(); + case 229: + if (lookahead == 'c') ADVANCE(1954); + END_STATE(); + case 230: + if (lookahead == 'c') ADVANCE(1957); + END_STATE(); + case 231: + if (lookahead == 'c') ADVANCE(358); + END_STATE(); + case 232: + if (lookahead == 'c') ADVANCE(359); + END_STATE(); + case 233: + if (lookahead == 'c') ADVANCE(172); + END_STATE(); + case 234: + if (lookahead == 'c') ADVANCE(517); + END_STATE(); + case 235: + if (lookahead == 'c') ADVANCE(402); + END_STATE(); + case 236: + if (lookahead == 'c') ADVANCE(432); + END_STATE(); + case 237: + if (lookahead == 'c') ADVANCE(298); + if (lookahead == 'f') ADVANCE(369); + END_STATE(); + case 238: + if (lookahead == 'c') ADVANCE(619); + END_STATE(); + case 239: + if (lookahead == 'c') ADVANCE(294); + END_STATE(); + case 240: + if (lookahead == 'c') ADVANCE(622); + END_STATE(); + case 241: + if (lookahead == 'c') ADVANCE(311); + END_STATE(); + case 242: + if (lookahead == 'c') ADVANCE(281); + END_STATE(); + case 243: + if (lookahead == 'c') ADVANCE(521); + END_STATE(); + case 244: + if (lookahead == 'c') ADVANCE(575); + END_STATE(); + case 245: + if (lookahead == 'c') ADVANCE(567); + END_STATE(); + case 246: + if (lookahead == 'c') ADVANCE(196); + END_STATE(); + case 247: + if (lookahead == 'c') ADVANCE(573); + END_STATE(); + case 248: + if (lookahead == 'c') ADVANCE(651); + END_STATE(); + case 249: + if (lookahead == 'd') ADVANCE(150); + if (lookahead == 's') ADVANCE(635); + END_STATE(); + case 250: + if (lookahead == 'd') ADVANCE(1779); + END_STATE(); + case 251: + if (lookahead == 'd') ADVANCE(1835); + END_STATE(); + case 252: + if (lookahead == 'd') ADVANCE(1977); + END_STATE(); + case 253: + if (lookahead == 'd') ADVANCE(1927); + END_STATE(); + case 254: + if (lookahead == 'd') ADVANCE(1963); + END_STATE(); + case 255: + if (lookahead == 'd') ADVANCE(1930); + END_STATE(); + case 256: + if (lookahead == 'd') ADVANCE(388); + END_STATE(); + case 257: + if (lookahead == 'd') ADVANCE(388); + if (lookahead == 'f') ADVANCE(366); + if (lookahead == 'i') ADVANCE(626); + if (lookahead == 'o') ADVANCE(664); + if (lookahead == 't') ADVANCE(315); + END_STATE(); + case 258: + if (lookahead == 'd') ADVANCE(371); + END_STATE(); + case 259: + if (lookahead == 'd') ADVANCE(332); + END_STATE(); + case 260: + if (lookahead == 'd') ADVANCE(654); + END_STATE(); + case 261: + if (lookahead == 'd') ADVANCE(278); + END_STATE(); + case 262: + if (lookahead == 'd') ADVANCE(438); + END_STATE(); + case 263: + if (lookahead == 'e') ADVANCE(542); + END_STATE(); + case 264: + if (lookahead == 'e') ADVANCE(414); + if (lookahead == 'o') ADVANCE(448); + if (lookahead == 't') ADVANCE(182); + if (lookahead == 'u') ADVANCE(217); + if (lookahead == 'w') ADVANCE(365); + END_STATE(); + case 265: + if (lookahead == 'e') ADVANCE(459); + if (lookahead == 't') ADVANCE(377); + END_STATE(); + case 266: + if (lookahead == 'e') ADVANCE(237); + if (lookahead == 'i') ADVANCE(673); + if (lookahead == 'o') ADVANCE(649); + END_STATE(); + case 267: + if (lookahead == 'e') ADVANCE(1710); + END_STATE(); + case 268: + if (lookahead == 'e') ADVANCE(1781); + END_STATE(); + case 269: + if (lookahead == 'e') ADVANCE(1742); + END_STATE(); + case 270: + if (lookahead == 'e') ADVANCE(1748); + END_STATE(); + case 271: + if (lookahead == 'e') ADVANCE(1716); + END_STATE(); + case 272: + if (lookahead == 'e') ADVANCE(1672); + END_STATE(); + case 273: + if (lookahead == 'e') ADVANCE(1675); + END_STATE(); + case 274: + if (lookahead == 'e') ADVANCE(1825); + END_STATE(); + case 275: + if (lookahead == 'e') ADVANCE(1657); + END_STATE(); + case 276: + if (lookahead == 'e') ADVANCE(1936); + END_STATE(); + case 277: + if (lookahead == 'e') ADVANCE(1831); + END_STATE(); + case 278: + if (lookahead == 'e') ADVANCE(1921); + END_STATE(); + case 279: + if (lookahead == 'e') ADVANCE(1837); + END_STATE(); + case 280: + if (lookahead == 'e') ADVANCE(1753); + END_STATE(); + case 281: + if (lookahead == 'e') ADVANCE(1924); + END_STATE(); + case 282: + if (lookahead == 'e') ADVANCE(1839); + END_STATE(); + case 283: + if (lookahead == 'e') ADVANCE(1973); + END_STATE(); + case 284: + if (lookahead == 'e') ADVANCE(122); + END_STATE(); + case 285: + if (lookahead == 'e') ADVANCE(1914); + END_STATE(); + case 286: + if (lookahead == 'e') ADVANCE(549); + END_STATE(); + case 287: + if (lookahead == 'e') ADVANCE(1942); + END_STATE(); + case 288: + if (lookahead == 'e') ADVANCE(541); + END_STATE(); + case 289: + if (lookahead == 'e') ADVANCE(375); + if (lookahead == 'i') ADVANCE(249); + if (lookahead == 'o') ADVANCE(1787); + if (lookahead == 's') ADVANCE(505); + if (lookahead == 'y') ADVANCE(475); + END_STATE(); + case 290: + if (lookahead == 'e') ADVANCE(375); + if (lookahead == 'i') ADVANCE(249); + if (lookahead == 'o') ADVANCE(1787); + if (lookahead == 'y') ADVANCE(475); + END_STATE(); + case 291: + if (lookahead == 'e') ADVANCE(375); + if (lookahead == 'i') ADVANCE(249); + if (lookahead == 'y') ADVANCE(475); + END_STATE(); + case 292: + if (lookahead == 'e') ADVANCE(375); + if (lookahead == 'i') ADVANCE(599); + if (lookahead == 'y') ADVANCE(475); + END_STATE(); + case 293: + if (lookahead == 'e') ADVANCE(477); + END_STATE(); + case 294: + if (lookahead == 'e') ADVANCE(145); + END_STATE(); + case 295: + if (lookahead == 'e') ADVANCE(123); + END_STATE(); + case 296: + if (lookahead == 'e') ADVANCE(685); + END_STATE(); + case 297: + if (lookahead == 'e') ADVANCE(609); + if (lookahead == 'u') ADVANCE(180); + END_STATE(); + case 298: + if (lookahead == 'e') ADVANCE(259); + END_STATE(); + case 299: + if (lookahead == 'e') ADVANCE(169); + END_STATE(); + case 300: + if (lookahead == 'e') ADVANCE(169); + if (lookahead == 'h') ADVANCE(376); + if (lookahead == 'i') ADVANCE(427); + END_STATE(); + case 301: + if (lookahead == 'e') ADVANCE(174); + END_STATE(); + case 302: + if (lookahead == 'e') ADVANCE(252); + END_STATE(); + case 303: + if (lookahead == 'e') ADVANCE(253); + END_STATE(); + case 304: + if (lookahead == 'e') ADVANCE(547); + END_STATE(); + case 305: + if (lookahead == 'e') ADVANCE(424); + END_STATE(); + case 306: + if (lookahead == 'e') ADVANCE(260); + END_STATE(); + case 307: + if (lookahead == 'e') ADVANCE(584); + END_STATE(); + case 308: + if (lookahead == 'e') ADVANCE(248); + if (lookahead == 'f') ADVANCE(1773); + END_STATE(); + case 309: + if (lookahead == 'e') ADVANCE(254); + END_STATE(); + case 310: + if (lookahead == 'e') ADVANCE(492); + END_STATE(); + case 311: + if (lookahead == 'e') ADVANCE(356); + END_STATE(); + case 312: + if (lookahead == 'e') ADVANCE(255); + END_STATE(); + case 313: + if (lookahead == 'e') ADVANCE(205); + END_STATE(); + case 314: + if (lookahead == 'e') ADVANCE(616); + END_STATE(); + case 315: + if (lookahead == 'e') ADVANCE(590); + END_STATE(); + case 316: + if (lookahead == 'e') ADVANCE(557); + END_STATE(); + case 317: + if (lookahead == 'e') ADVANCE(558); + END_STATE(); + case 318: + if (lookahead == 'e') ADVANCE(562); + END_STATE(); + case 319: + if (lookahead == 'e') ADVANCE(559); + END_STATE(); + case 320: + if (lookahead == 'e') ADVANCE(620); + END_STATE(); + case 321: + if (lookahead == 'e') ADVANCE(426); + if (lookahead == 't') ADVANCE(182); + if (lookahead == 'u') ADVANCE(216); + END_STATE(); + case 322: + if (lookahead == 'e') ADVANCE(621); + END_STATE(); + case 323: + if (lookahead == 'e') ADVANCE(587); + END_STATE(); + case 324: + if (lookahead == 'e') ADVANCE(491); + END_STATE(); + case 325: + if (lookahead == 'e') ADVANCE(458); + if (lookahead == 't') ADVANCE(377); + END_STATE(); + case 326: + if (lookahead == 'e') ADVANCE(476); + END_STATE(); + case 327: + if (lookahead == 'e') ADVANCE(627); + END_STATE(); + case 328: + if (lookahead == 'e') ADVANCE(627); + if (lookahead == 'u') ADVANCE(180); + END_STATE(); + case 329: + if (lookahead == 'e') ADVANCE(628); + if (lookahead == 't') ADVANCE(182); + if (lookahead == 'u') ADVANCE(216); + if (lookahead == 'w') ADVANCE(394); + END_STATE(); + case 330: + if (lookahead == 'e') ADVANCE(628); + if (lookahead == 't') ADVANCE(563); + END_STATE(); + case 331: + if (lookahead == 'e') ADVANCE(240); + END_STATE(); + case 332: + if (lookahead == 'e') ADVANCE(495); + END_STATE(); + case 333: + if (lookahead == 'e') ADVANCE(192); + END_STATE(); + case 334: + if (lookahead == 'e') ADVANCE(498); + END_STATE(); + case 335: + if (lookahead == 'e') ADVANCE(588); + END_STATE(); + case 336: + if (lookahead == 'e') ADVANCE(589); + END_STATE(); + case 337: + if (lookahead == 'e') ADVANCE(147); + END_STATE(); + case 338: + if (lookahead == 'f') ADVANCE(1722); + if (lookahead == 'm') ADVANCE(167); + if (lookahead == 'n') ADVANCE(1769); + if (lookahead == 's') ADVANCE(1806); + END_STATE(); + case 339: + if (lookahead == 'f') ADVANCE(1722); + if (lookahead == 'm') ADVANCE(544); + if (lookahead == 'n') ADVANCE(257); + END_STATE(); + case 340: + if (lookahead == 'f') ADVANCE(1773); + END_STATE(); + case 341: + if (lookahead == 'f') ADVANCE(687); + END_STATE(); + case 342: + if (lookahead == 'f') ADVANCE(614); + if (lookahead == 't') ADVANCE(232); + END_STATE(); + case 343: + if (lookahead == 'f') ADVANCE(370); + END_STATE(); + case 344: + if (lookahead == 'f') ADVANCE(284); + END_STATE(); + case 345: + if (lookahead == 'f') ADVANCE(295); + END_STATE(); + case 346: + if (lookahead == 'g') ADVANCE(2001); + END_STATE(); + case 347: + if (lookahead == 'g') ADVANCE(1948); + END_STATE(); + case 348: + if (lookahead == 'g') ADVANCE(1972); + END_STATE(); + case 349: + if (lookahead == 'g') ADVANCE(1982); + END_STATE(); + case 350: + if (lookahead == 'g') ADVANCE(1985); + END_STATE(); + case 351: + if (lookahead == 'g') ADVANCE(1951); + END_STATE(); + case 352: + if (lookahead == 'g') ADVANCE(362); + END_STATE(); + case 353: + if (lookahead == 'g') ADVANCE(337); + END_STATE(); + case 354: + if (lookahead == 'g') ADVANCE(275); + END_STATE(); + case 355: + if (lookahead == 'g') ADVANCE(320); + END_STATE(); + case 356: + if (lookahead == 'g') ADVANCE(574); + END_STATE(); + case 357: + if (lookahead == 'h') ADVANCE(1990); + END_STATE(); + case 358: + if (lookahead == 'h') ADVANCE(1648); + END_STATE(); + case 359: + if (lookahead == 'h') ADVANCE(1725); + END_STATE(); + case 360: + if (lookahead == 'h') ADVANCE(1789); + END_STATE(); + case 361: + if (lookahead == 'h') ADVANCE(1746); + END_STATE(); + case 362: + if (lookahead == 'h') ADVANCE(1784); + END_STATE(); + case 363: + if (lookahead == 'h') ADVANCE(185); + END_STATE(); + case 364: + if (lookahead == 'h') ADVANCE(571); + END_STATE(); + case 365: + if (lookahead == 'i') ADVANCE(342); + END_STATE(); + case 366: + if (lookahead == 'i') ADVANCE(680); + END_STATE(); + case 367: + if (lookahead == 'i') ADVANCE(413); + if (lookahead == 'o') ADVANCE(457); + END_STATE(); + case 368: + if (lookahead == 'i') ADVANCE(219); + END_STATE(); + case 369: + if (lookahead == 'i') ADVANCE(681); + END_STATE(); + case 370: + if (lookahead == 'i') ADVANCE(682); + END_STATE(); + case 371: + if (lookahead == 'i') ADVANCE(341); + END_STATE(); + case 372: + if (lookahead == 'i') ADVANCE(305); + END_STATE(); + case 373: + if (lookahead == 'i') ADVANCE(602); + if (lookahead == 'm') ADVANCE(672); + END_STATE(); + case 374: + if (lookahead == 'i') ADVANCE(539); + END_STATE(); + case 375: + if (lookahead == 'i') ADVANCE(493); + END_STATE(); + case 376: + if (lookahead == 'i') ADVANCE(435); + END_STATE(); + case 377: + if (lookahead == 'i') ADVANCE(533); + END_STATE(); + case 378: + if (lookahead == 'i') ADVANCE(481); + END_STATE(); + case 379: + if (lookahead == 'i') ADVANCE(433); + END_STATE(); + case 380: + if (lookahead == 'i') ADVANCE(612); + END_STATE(); + case 381: + if (lookahead == 'i') ADVANCE(441); + END_STATE(); + case 382: + if (lookahead == 'i') ADVANCE(522); + END_STATE(); + case 383: + if (lookahead == 'i') ADVANCE(468); + END_STATE(); + case 384: + if (lookahead == 'i') ADVANCE(470); + END_STATE(); + case 385: + if (lookahead == 'i') ADVANCE(615); + END_STATE(); + case 386: + if (lookahead == 'i') ADVANCE(228); + END_STATE(); + case 387: + if (lookahead == 'i') ADVANCE(471); + END_STATE(); + case 388: + if (lookahead == 'i') ADVANCE(577); + END_STATE(); + case 389: + if (lookahead == 'i') ADVANCE(229); + END_STATE(); + case 390: + if (lookahead == 'i') ADVANCE(474); + END_STATE(); + case 391: + if (lookahead == 'i') ADVANCE(230); + END_STATE(); + case 392: + if (lookahead == 'i') ADVANCE(479); + END_STATE(); + case 393: + if (lookahead == 'i') ADVANCE(484); + END_STATE(); + case 394: + if (lookahead == 'i') ADVANCE(645); + END_STATE(); + case 395: + if (lookahead == 'i') ADVANCE(181); + END_STATE(); + case 396: + if (lookahead == 'i') ADVANCE(261); + END_STATE(); + case 397: + if (lookahead == 'i') ADVANCE(580); + END_STATE(); + case 398: + if (lookahead == 'i') ADVANCE(480); + if (lookahead == 'u') ADVANCE(473); + END_STATE(); + case 399: + if (lookahead == 'i') ADVANCE(652); + END_STATE(); + case 400: + if (lookahead == 'i') ADVANCE(526); + END_STATE(); + case 401: + if (lookahead == 'i') ADVANCE(585); + END_STATE(); + case 402: + if (lookahead == 'i') ADVANCE(207); + END_STATE(); + case 403: + if (lookahead == 'i') ADVANCE(334); + END_STATE(); + case 404: + if (lookahead == 'i') ADVANCE(675); + END_STATE(); + case 405: + if (lookahead == 'i') ADVANCE(655); + END_STATE(); + case 406: + if (lookahead == 'i') ADVANCE(656); + END_STATE(); + case 407: + if (lookahead == 'i') ADVANCE(444); + END_STATE(); + case 408: + if (lookahead == 'k') ADVANCE(1974); + END_STATE(); + case 409: + if (lookahead == 'k') ADVANCE(1833); + END_STATE(); + case 410: + if (lookahead == 'k') ADVANCE(206); + END_STATE(); + case 411: + if (lookahead == 'l') ADVANCE(515); + if (lookahead == 'm') ADVANCE(545); + if (lookahead == 'n') ADVANCE(597); + END_STATE(); + case 412: + if (lookahead == 'l') ADVANCE(431); + END_STATE(); + case 413: + if (lookahead == 'l') ADVANCE(1660); + END_STATE(); + case 414: + if (lookahead == 'l') ADVANCE(308); + if (lookahead == 't') ADVANCE(1898); + END_STATE(); + case 415: + if (lookahead == 'l') ADVANCE(1966); + END_STATE(); + case 416: + if (lookahead == 'l') ADVANCE(1712); + END_STATE(); + case 417: + if (lookahead == 'l') ADVANCE(148); + END_STATE(); + case 418: + if (lookahead == 'l') ADVANCE(1939); + END_STATE(); + case 419: + if (lookahead == 'l') ADVANCE(1960); + END_STATE(); + case 420: + if (lookahead == 'l') ADVANCE(1856); + END_STATE(); + case 421: + if (lookahead == 'l') ADVANCE(1757); + END_STATE(); + case 422: + if (lookahead == 'l') ADVANCE(1755); + END_STATE(); + case 423: + if (lookahead == 'l') ADVANCE(1759); + END_STATE(); + case 424: + if (lookahead == 'l') ADVANCE(251); + END_STATE(); + case 425: + if (lookahead == 'l') ADVANCE(171); + END_STATE(); + case 426: + if (lookahead == 'l') ADVANCE(340); + END_STATE(); + case 427: + if (lookahead == 'l') ADVANCE(442); + END_STATE(); + case 428: + if (lookahead == 'l') ADVANCE(269); + if (lookahead == 'n') ADVANCE(183); + END_STATE(); + case 429: + if (lookahead == 'l') ADVANCE(386); + END_STATE(); + case 430: + if (lookahead == 'l') ADVANCE(630); + END_STATE(); + case 431: + if (lookahead == 'l') ADVANCE(630); + if (lookahead == 's') ADVANCE(273); + END_STATE(); + case 432: + if (lookahead == 'l') ADVANCE(510); + END_STATE(); + case 433: + if (lookahead == 'l') ADVANCE(198); + END_STATE(); + case 434: + if (lookahead == 'l') ADVANCE(395); + END_STATE(); + case 435: + if (lookahead == 'l') ADVANCE(274); + END_STATE(); + case 436: + if (lookahead == 'l') ADVANCE(430); + END_STATE(); + case 437: + if (lookahead == 'l') ADVANCE(279); + END_STATE(); + case 438: + if (lookahead == 'l') ADVANCE(280); + END_STATE(); + case 439: + if (lookahead == 'l') ADVANCE(282); + END_STATE(); + case 440: + if (lookahead == 'l') ADVANCE(304); + if (lookahead == 'n') ADVANCE(183); + END_STATE(); + case 441: + if (lookahead == 'l') ADVANCE(319); + END_STATE(); + case 442: + if (lookahead == 'l') ADVANCE(151); + END_STATE(); + case 443: + if (lookahead == 'l') ADVANCE(208); + END_STATE(); + case 444: + if (lookahead == 'l') ADVANCE(213); + END_STATE(); + case 445: + if (lookahead == 'm') ADVANCE(1853); + END_STATE(); + case 446: + if (lookahead == 'm') ADVANCE(546); + END_STATE(); + case 447: + if (lookahead == 'm') ADVANCE(460); + END_STATE(); + case 448: + if (lookahead == 'm') ADVANCE(271); + if (lookahead == 'u') ADVANCE(568); + END_STATE(); + case 449: + if (lookahead == 'm') ADVANCE(514); + END_STATE(); + case 450: + if (lookahead == 'm') ADVANCE(324); + END_STATE(); + case 451: + if (lookahead == 'm') ADVANCE(672); + END_STATE(); + case 452: + if (lookahead == 'm') ADVANCE(391); + END_STATE(); + case 453: + if (lookahead == 'm') ADVANCE(392); + END_STATE(); + case 454: + if (lookahead == 'm') ADVANCE(544); + if (lookahead == 'n') ADVANCE(257); + END_STATE(); + case 455: + if (lookahead == 'm') ADVANCE(544); + if (lookahead == 'n') ADVANCE(257); + if (lookahead == 's') ADVANCE(1806); + END_STATE(); + case 456: + if (lookahead == 'n') ADVANCE(144); + if (lookahead == 's') ADVANCE(268); + END_STATE(); + case 457: + if (lookahead == 'n') ADVANCE(373); + END_STATE(); + case 458: + if (lookahead == 'n') ADVANCE(1945); + END_STATE(); + case 459: + if (lookahead == 'n') ADVANCE(1945); + if (lookahead == 'r') ADVANCE(210); + END_STATE(); + case 460: + if (lookahead == 'n') ADVANCE(1750); + END_STATE(); + case 461: + if (lookahead == 'n') ADVANCE(1829); + END_STATE(); + case 462: + if (lookahead == 'n') ADVANCE(1879); + END_STATE(); + case 463: + if (lookahead == 'n') ADVANCE(2002); + END_STATE(); + case 464: + if (lookahead == 'n') ADVANCE(598); + END_STATE(); + case 465: + if (lookahead == 'n') ADVANCE(1764); + END_STATE(); + case 466: + if (lookahead == 'n') ADVANCE(1764); + if (lookahead == 's') ADVANCE(1806); + END_STATE(); + case 467: + if (lookahead == 'n') ADVANCE(658); + if (lookahead == 'x') ADVANCE(641); + END_STATE(); + case 468: + if (lookahead == 'n') ADVANCE(346); + END_STATE(); + case 469: + if (lookahead == 'n') ADVANCE(674); + END_STATE(); + case 470: + if (lookahead == 'n') ADVANCE(347); + END_STATE(); + case 471: + if (lookahead == 'n') ADVANCE(348); + END_STATE(); + case 472: + if (lookahead == 'n') ADVANCE(262); + END_STATE(); + case 473: + if (lookahead == 'n') ADVANCE(226); + END_STATE(); + case 474: + if (lookahead == 'n') ADVANCE(349); + END_STATE(); + case 475: + if (lookahead == 'n') ADVANCE(176); + END_STATE(); + case 476: + if (lookahead == 'n') ADVANCE(606); + END_STATE(); + case 477: + if (lookahead == 'n') ADVANCE(606); + if (lookahead == 'r') ADVANCE(494); + END_STATE(); + case 478: + if (lookahead == 'n') ADVANCE(450); + END_STATE(); + case 479: + if (lookahead == 'n') ADVANCE(350); + END_STATE(); + case 480: + if (lookahead == 'n') ADVANCE(183); + END_STATE(); + case 481: + if (lookahead == 'n') ADVANCE(666); + END_STATE(); + case 482: + if (lookahead == 'n') ADVANCE(227); + END_STATE(); + case 483: + if (lookahead == 'n') ADVANCE(451); + END_STATE(); + case 484: + if (lookahead == 'n') ADVANCE(351); + END_STATE(); + case 485: + if (lookahead == 'n') ADVANCE(607); + END_STATE(); + case 486: + if (lookahead == 'n') ADVANCE(270); + END_STATE(); + case 487: + if (lookahead == 'n') ADVANCE(256); + END_STATE(); + case 488: + if (lookahead == 'n') ADVANCE(256); + if (lookahead == 's') ADVANCE(1806); + END_STATE(); + case 489: + if (lookahead == 'n') ADVANCE(500); + END_STATE(); + case 490: + if (lookahead == 'n') ADVANCE(302); + END_STATE(); + case 491: + if (lookahead == 'n') ADVANCE(625); + END_STATE(); + case 492: + if (lookahead == 'n') ADVANCE(403); + END_STATE(); + case 493: + if (lookahead == 'n') ADVANCE(385); + END_STATE(); + case 494: + if (lookahead == 'n') ADVANCE(187); + END_STATE(); + case 495: + if (lookahead == 'n') ADVANCE(241); + END_STATE(); + case 496: + if (lookahead == 'n') ADVANCE(383); + END_STATE(); + case 497: + if (lookahead == 'n') ADVANCE(188); + END_STATE(); + case 498: + if (lookahead == 'n') ADVANCE(242); + END_STATE(); + case 499: + if (lookahead == 'n') ADVANCE(189); + END_STATE(); + case 500: + if (lookahead == 'o') ADVANCE(678); + END_STATE(); + case 501: + if (lookahead == 'o') ADVANCE(1874); + END_STATE(); + case 502: + if (lookahead == 'o') ADVANCE(1877); + END_STATE(); + case 503: + if (lookahead == 'o') ADVANCE(586); + END_STATE(); + case 504: + if (lookahead == 'o') ADVANCE(586); + if (lookahead == 'r') ADVANCE(301); + END_STATE(); + case 505: + if (lookahead == 'o') ADVANCE(363); + END_STATE(); + case 506: + if (lookahead == 'o') ADVANCE(677); + END_STATE(); + case 507: + if (lookahead == 'o') ADVANCE(679); + END_STATE(); + case 508: + if (lookahead == 'o') ADVANCE(457); + END_STATE(); + case 509: + if (lookahead == 'o') ADVANCE(235); + END_STATE(); + case 510: + if (lookahead == 'o') ADVANCE(605); + END_STATE(); + case 511: + if (lookahead == 'o') ADVANCE(662); + END_STATE(); + case 512: + if (lookahead == 'o') ADVANCE(661); + END_STATE(); + case 513: + if (lookahead == 'o') ADVANCE(554); + END_STATE(); + case 514: + if (lookahead == 'o') ADVANCE(258); + END_STATE(); + case 515: + if (lookahead == 'o') ADVANCE(555); + if (lookahead == 'u') ADVANCE(447); + END_STATE(); + case 516: + if (lookahead == 'o') ADVANCE(236); + END_STATE(); + case 517: + if (lookahead == 'o') ADVANCE(416); + END_STATE(); + case 518: + if (lookahead == 'o') ADVANCE(556); + END_STATE(); + case 519: + if (lookahead == 'o') ADVANCE(234); + END_STATE(); + case 520: + if (lookahead == 'o') ADVANCE(576); + END_STATE(); + case 521: + if (lookahead == 'o') ADVANCE(420); + END_STATE(); + case 522: + if (lookahead == 'o') ADVANCE(462); + END_STATE(); + case 523: + if (lookahead == 'o') ADVANCE(560); + END_STATE(); + case 524: + if (lookahead == 'o') ADVANCE(478); + END_STATE(); + case 525: + if (lookahead == 'o') ADVANCE(561); + END_STATE(); + case 526: + if (lookahead == 'o') ADVANCE(463); + END_STATE(); + case 527: + if (lookahead == 'o') ADVANCE(483); + END_STATE(); + case 528: + if (lookahead == 'o') ADVANCE(246); + END_STATE(); + case 529: + if (lookahead == 'o') ADVANCE(443); + END_STATE(); + case 530: + if (lookahead == 'o') ADVANCE(243); + END_STATE(); + case 531: + if (lookahead == 'o') ADVANCE(579); + END_STATE(); + case 532: + if (lookahead == 'o') ADVANCE(646); + END_STATE(); + case 533: + if (lookahead == 'o') ADVANCE(499); + END_STATE(); + case 534: + if (lookahead == 'p') ADVANCE(265); + if (lookahead == 's') ADVANCE(1988); + if (lookahead == 'v') ADVANCE(307); + END_STATE(); + case 535: + if (lookahead == 'p') ADVANCE(265); + if (lookahead == 'v') ADVANCE(307); + END_STATE(); + case 536: + if (lookahead == 'p') ADVANCE(1911); + END_STATE(); + case 537: + if (lookahead == 'p') ADVANCE(325); + if (lookahead == 'v') ADVANCE(307); + END_STATE(); + case 538: + if (lookahead == 'p') ADVANCE(267); + END_STATE(); + case 539: + if (lookahead == 'p') ADVANCE(624); + END_STATE(); + case 540: + if (lookahead == 'p') ADVANCE(285); + END_STATE(); + case 541: + if (lookahead == 'p') ADVANCE(333); + if (lookahead == 'q') ADVANCE(671); + END_STATE(); + case 542: + if (lookahead == 'p') ADVANCE(333); + if (lookahead == 'q') ADVANCE(671); + if (lookahead == 't') ADVANCE(668); + END_STATE(); + case 543: + if (lookahead == 'p') ADVANCE(313); + END_STATE(); + case 544: + if (lookahead == 'p') ADVANCE(520); + END_STATE(); + case 545: + if (lookahead == 'p') ADVANCE(381); + END_STATE(); + case 546: + if (lookahead == 'p') ADVANCE(531); + END_STATE(); + case 547: + if (lookahead == 'p') ADVANCE(578); + END_STATE(); + case 548: + if (lookahead == 'p') ADVANCE(387); + END_STATE(); + case 549: + if (lookahead == 'q') ADVANCE(671); + END_STATE(); + case 550: + if (lookahead == 'r') ADVANCE(532); + END_STATE(); + case 551: + if (lookahead == 'r') ADVANCE(1823); + END_STATE(); + case 552: + if (lookahead == 'r') ADVANCE(1862); + END_STATE(); + case 553: + if (lookahead == 'r') ADVANCE(250); + END_STATE(); + case 554: + if (lookahead == 'r') ADVANCE(1642); + END_STATE(); + case 555: + if (lookahead == 'r') ADVANCE(146); + END_STATE(); + case 556: + if (lookahead == 'r') ADVANCE(2000); + END_STATE(); + case 557: + if (lookahead == 'r') ADVANCE(1776); + END_STATE(); + case 558: + if (lookahead == 'r') ADVANCE(134); + END_STATE(); + case 559: + if (lookahead == 'r') ADVANCE(1994); + END_STATE(); + case 560: + if (lookahead == 'r') ADVANCE(1910); + END_STATE(); + case 561: + if (lookahead == 'r') ADVANCE(1728); + END_STATE(); + case 562: + if (lookahead == 'r') ADVANCE(135); + END_STATE(); + case 563: + if (lookahead == 'r') ADVANCE(663); + END_STATE(); + case 564: + if (lookahead == 'r') ADVANCE(506); + END_STATE(); + case 565: + if (lookahead == 'r') ADVANCE(507); + END_STATE(); + case 566: + if (lookahead == 'r') ADVANCE(496); + END_STATE(); + case 567: + if (lookahead == 'r') ADVANCE(501); + END_STATE(); + case 568: + if (lookahead == 'r') ADVANCE(239); + END_STATE(); + case 569: + if (lookahead == 'r') ADVANCE(461); + END_STATE(); + case 570: + if (lookahead == 'r') ADVANCE(368); + END_STATE(); + case 571: + if (lookahead == 'r') ADVANCE(511); + END_STATE(); + case 572: + if (lookahead == 'r') ADVANCE(396); + END_STATE(); + case 573: + if (lookahead == 'r') ADVANCE(502); + END_STATE(); + case 574: + if (lookahead == 'r') ADVANCE(512); + END_STATE(); + case 575: + if (lookahead == 'r') ADVANCE(374); + END_STATE(); + case 576: + if (lookahead == 'r') ADVANCE(617); + END_STATE(); + case 577: + if (lookahead == 'r') ADVANCE(331); + END_STATE(); + case 578: + if (lookahead == 'r') ADVANCE(404); + END_STATE(); + case 579: + if (lookahead == 'r') ADVANCE(623); + END_STATE(); + case 580: + if (lookahead == 'r') ADVANCE(303); + END_STATE(); + case 581: + if (lookahead == 'r') ADVANCE(283); + END_STATE(); + case 582: + if (lookahead == 'r') ADVANCE(355); + END_STATE(); + case 583: + if (lookahead == 'r') ADVANCE(518); + END_STATE(); + case 584: + if (lookahead == 'r') ADVANCE(572); + END_STATE(); + case 585: + if (lookahead == 'r') ADVANCE(524); + END_STATE(); + case 586: + if (lookahead == 'r') ADVANCE(565); + END_STATE(); + case 587: + if (lookahead == 'r') ADVANCE(191); + END_STATE(); + case 588: + if (lookahead == 'r') ADVANCE(193); + END_STATE(); + case 589: + if (lookahead == 'r') ADVANCE(194); + END_STATE(); + case 590: + if (lookahead == 'r') ADVANCE(497); + END_STATE(); + case 591: + if (lookahead == 's') ADVANCE(1806); + END_STATE(); + case 592: + if (lookahead == 's') ADVANCE(1850); + END_STATE(); + case 593: + if (lookahead == 's') ADVANCE(1844); + END_STATE(); + case 594: + if (lookahead == 's') ADVANCE(592); + END_STATE(); + case 595: + if (lookahead == 's') ADVANCE(509); + if (lookahead == 'y') ADVANCE(482); + END_STATE(); + case 596: + if (lookahead == 's') ADVANCE(233); + END_STATE(); + case 597: + if (lookahead == 's') ADVANCE(660); + if (lookahead == 't') ADVANCE(378); + if (lookahead == 'v') ADVANCE(310); + END_STATE(); + case 598: + if (lookahead == 's') ADVANCE(660); + if (lookahead == 'v') ADVANCE(310); + END_STATE(); + case 599: + if (lookahead == 's') ADVANCE(635); + END_STATE(); + case 600: + if (lookahead == 's') ADVANCE(268); + END_STATE(); + case 601: + if (lookahead == 's') ADVANCE(611); + END_STATE(); + case 602: + if (lookahead == 's') ADVANCE(529); + END_STATE(); + case 603: + if (lookahead == 's') ADVANCE(244); + END_STATE(); + case 604: + if (lookahead == 's') ADVANCE(170); + if (lookahead == 'u') ADVANCE(485); + END_STATE(); + case 605: + if (lookahead == 's') ADVANCE(669); + END_STATE(); + case 606: + if (lookahead == 's') ADVANCE(382); + END_STATE(); + case 607: + if (lookahead == 's') ADVANCE(201); + END_STATE(); + case 608: + if (lookahead == 't') ADVANCE(182); + if (lookahead == 'u') ADVANCE(216); + END_STATE(); + case 609: + if (lookahead == 't') ADVANCE(1895); + END_STATE(); + case 610: + if (lookahead == 't') ADVANCE(1859); + END_STATE(); + case 611: + if (lookahead == 't') ADVANCE(343); + END_STATE(); + case 612: + if (lookahead == 't') ADVANCE(1739); + END_STATE(); + case 613: + if (lookahead == 't') ADVANCE(1969); + END_STATE(); + case 614: + if (lookahead == 't') ADVANCE(1992); + END_STATE(); + case 615: + if (lookahead == 't') ADVANCE(1889); + END_STATE(); + case 616: + if (lookahead == 't') ADVANCE(1871); + END_STATE(); + case 617: + if (lookahead == 't') ADVANCE(1841); + END_STATE(); + case 618: + if (lookahead == 't') ADVANCE(1654); + END_STATE(); + case 619: + if (lookahead == 't') ADVANCE(1847); + END_STATE(); + case 620: + if (lookahead == 't') ADVANCE(143); + END_STATE(); + case 621: + if (lookahead == 't') ADVANCE(1868); + END_STATE(); + case 622: + if (lookahead == 't') ADVANCE(1882); + END_STATE(); + case 623: + if (lookahead == 't') ADVANCE(1996); + END_STATE(); + case 624: + if (lookahead == 't') ADVANCE(1891); + END_STATE(); + case 625: + if (lookahead == 't') ADVANCE(1998); + END_STATE(); + case 626: + if (lookahead == 't') ADVANCE(1886); + END_STATE(); + case 627: + if (lookahead == 't') ADVANCE(1893); + END_STATE(); + case 628: + if (lookahead == 't') ADVANCE(1896); + END_STATE(); + case 629: + if (lookahead == 't') ADVANCE(513); + END_STATE(); + case 630: + if (lookahead == 't') ADVANCE(364); + END_STATE(); + case 631: + if (lookahead == 't') ADVANCE(360); + END_STATE(); + case 632: + if (lookahead == 't') ADVANCE(361); + END_STATE(); + case 633: + if (lookahead == 't') ADVANCE(293); + END_STATE(); + case 634: + if (lookahead == 't') ADVANCE(186); + END_STATE(); + case 635: + if (lookahead == 't') ADVANCE(570); + END_STATE(); + case 636: + if (lookahead == 't') ADVANCE(563); + END_STATE(); + case 637: + if (lookahead == 't') ADVANCE(276); + END_STATE(); + case 638: + if (lookahead == 't') ADVANCE(306); + END_STATE(); + case 639: + if (lookahead == 't') ADVANCE(309); + END_STATE(); + case 640: + if (lookahead == 't') ADVANCE(312); + END_STATE(); + case 641: + if (lookahead == 't') ADVANCE(326); + END_STATE(); + case 642: + if (lookahead == 't') ADVANCE(287); + END_STATE(); + case 643: + if (lookahead == 't') ADVANCE(516); + END_STATE(); + case 644: + if (lookahead == 't') ADVANCE(389); + END_STATE(); + case 645: + if (lookahead == 't') ADVANCE(232); + END_STATE(); + case 646: + if (lookahead == 't') ADVANCE(519); + END_STATE(); + case 647: + if (lookahead == 't') ADVANCE(400); + END_STATE(); + case 648: + if (lookahead == 't') ADVANCE(384); + END_STATE(); + case 649: + if (lookahead == 't') ADVANCE(530); + END_STATE(); + case 650: + if (lookahead == 't') ADVANCE(523); + END_STATE(); + case 651: + if (lookahead == 't') ADVANCE(525); + END_STATE(); + case 652: + if (lookahead == 't') ADVANCE(323); + END_STATE(); + case 653: + if (lookahead == 't') ADVANCE(393); + END_STATE(); + case 654: + if (lookahead == 't') ADVANCE(690); + END_STATE(); + case 655: + if (lookahead == 't') ADVANCE(335); + END_STATE(); + case 656: + if (lookahead == 't') ADVANCE(336); + END_STATE(); + case 657: + if (lookahead == 't') ADVANCE(212); + END_STATE(); + case 658: + if (lookahead == 'u') ADVANCE(445); + END_STATE(); + case 659: + if (lookahead == 'u') ADVANCE(634); + END_STATE(); + case 660: + if (lookahead == 'u') ADVANCE(453); + END_STATE(); + case 661: + if (lookahead == 'u') ADVANCE(536); + END_STATE(); + case 662: + if (lookahead == 'u') ADVANCE(352); + END_STATE(); + case 663: + if (lookahead == 'u') ADVANCE(238); + END_STATE(); + case 664: + if (lookahead == 'u') ADVANCE(613); + END_STATE(); + case 665: + if (lookahead == 'u') ADVANCE(272); + if (lookahead == 'y') ADVANCE(1791); + END_STATE(); + case 666: + if (lookahead == 'u') ADVANCE(277); + END_STATE(); + case 667: + if (lookahead == 'u') ADVANCE(643); + END_STATE(); + case 668: + if (lookahead == 'u') ADVANCE(569); + END_STATE(); + case 669: + if (lookahead == 'u') ADVANCE(581); + END_STATE(); + case 670: + if (lookahead == 'u') ADVANCE(639); + END_STATE(); + case 671: + if (lookahead == 'u') ADVANCE(397); + END_STATE(); + case 672: + if (lookahead == 'u') ADVANCE(657); + END_STATE(); + case 673: + if (lookahead == 'v') ADVANCE(200); + END_STATE(); + case 674: + if (lookahead == 'v') ADVANCE(401); + END_STATE(); + case 675: + if (lookahead == 'v') ADVANCE(209); + END_STATE(); + case 676: + if (lookahead == 'v') ADVANCE(214); + END_STATE(); + case 677: + if (lookahead == 'w') ADVANCE(1827); + END_STATE(); + case 678: + if (lookahead == 'w') ADVANCE(490); + END_STATE(); + case 679: + if (lookahead == 'w') ADVANCE(390); + END_STATE(); + case 680: + if (lookahead == 'x') ADVANCE(1904); + END_STATE(); + case 681: + if (lookahead == 'x') ADVANCE(1901); + END_STATE(); + case 682: + if (lookahead == 'x') ADVANCE(1907); + END_STATE(); + case 683: + if (lookahead == 'y') ADVANCE(538); + END_STATE(); + case 684: + if (lookahead == 'y') ADVANCE(1718); + END_STATE(); + case 685: + if (lookahead == 'y') ADVANCE(149); + END_STATE(); + case 686: + if (lookahead == 'y') ADVANCE(1651); + END_STATE(); + case 687: + if (lookahead == 'y') ADVANCE(1899); + END_STATE(); + case 688: + if (lookahead == 'y') ADVANCE(543); + END_STATE(); + case 689: + if (lookahead == 'y') ADVANCE(482); + END_STATE(); + case 690: + if (lookahead == 'y') ADVANCE(540); + END_STATE(); + case 691: + if (lookahead == 'z') ADVANCE(686); + END_STATE(); + case 692: + if (lookahead == '{') ADVANCE(1762); + END_STATE(); + case 693: + if (lookahead == '}') ADVANCE(1688); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(693); + END_STATE(); + case 694: + if (lookahead == '\t' || + lookahead == ' ') ADVANCE(694); + if (lookahead != 0 && + lookahead != '\t' && + lookahead != '\n' && + lookahead != '/') ADVANCE(129); + END_STATE(); + case 695: + if (lookahead == '+' || + lookahead == '-') ADVANCE(700); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1664); + END_STATE(); + case 696: + if (lookahead == '0' || + lookahead == '1') ADVANCE(1671); + END_STATE(); + case 697: + if (('0' <= lookahead && lookahead <= '7')) ADVANCE(1670); + END_STATE(); + case 698: + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1638); + if (set_contains(aux_sym_simple_identifier_token1_character_set_1, 828, lookahead)) ADVANCE(1640); + END_STATE(); + case 699: + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1663); + END_STATE(); + case 700: + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1664); + END_STATE(); + case 701: + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1669); + END_STATE(); + case 702: + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1668); + END_STATE(); + case 703: + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(159); + END_STATE(); + case 704: + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(693); + END_STATE(); + case 705: + if (lookahead != 0 && + lookahead != '#') ADVANCE(4); + END_STATE(); + case 706: + if (eof) ADVANCE(723); + ADVANCE_MAP( + '!', 725, + '"', 1679, + '$', 698, + '%', 1814, + '&', 1720, + '(', 1703, + ')', 1690, + '*', 1811, + '+', 1808, + ',', 1693, + '-', 1809, + '.', 1708, + '/', 1812, + '0', 1665, + ':', 1700, + ';', 1885, + '<', 1734, + '=', 141, + '>', 1738, + '?', 1714, + '@', 1918, + 'P', 550, + 'T', 683, + '[', 1704, + '\\', 1685, + ']', 1705, + '^', 1819, + '_', 1919, + '`', 162, + 'a', 221, + 'b', 504, + 'c', 163, + 'd', 289, + 'e', 197, + 'f', 164, + 'g', 297, + 'i', 338, + 'k', 296, + 'l', 166, + 'm', 168, + 'n', 367, + 'o', 534, + 'p', 173, + 'r', 263, + 's', 264, + 't', 175, + 'u', 1687, + 'v', 177, + 'w', 179, + 'y', 372, + '{', 1761, + '|', 1817, + '}', 1763, + '~', 1721, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(706); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1666); + END_STATE(); + case 707: + if (eof) ADVANCE(723); + ADVANCE_MAP( + '!', 725, + '"', 1679, + '$', 698, + '%', 1814, + '&', 1720, + '(', 1703, + ')', 1690, + '*', 1811, + '+', 1808, + ',', 1693, + '-', 1809, + '.', 125, + '/', 1812, + '0', 1665, + ':', 1700, + '<', 1734, + '=', 141, + '>', 1738, + '?', 1715, + '[', 1704, + '\\', 1684, + ']', 1705, + '^', 1819, + '`', 162, + 'a', 1160, + 'b', 1436, + 'c', 1090, + 'e', 1095, + 'f', 1097, + 'i', 1269, + 'l', 1098, + 'n', 1300, + 'p', 1107, + 'r', 1261, + 's', 1224, + 't', 1485, + 'v', 1102, + '{', 1761, + '|', 1817, + '}', 1763, + '~', 1721, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(709); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1666); + if (set_contains(aux_sym_simple_identifier_token1_character_set_1, 828, lookahead)) ADVANCE(1629); + END_STATE(); + case 708: + if (eof) ADVANCE(723); + ADVANCE_MAP( + '!', 725, + '"', 1679, + '$', 698, + '%', 1814, + '&', 1720, + '(', 1703, + ')', 1690, + '*', 1811, + '+', 1808, + ',', 1693, + '-', 1809, + '.', 125, + '/', 1812, + '0', 1665, + ':', 1700, + '<', 1734, + '=', 141, + '>', 1738, + '?', 1715, + '[', 1704, + '\\', 1684, + ']', 1705, + '^', 1819, + '`', 162, + 'a', 1160, + 'b', 1436, + 'c', 1458, + 'e', 1095, + 'f', 1097, + 'i', 1269, + 'l', 1100, + 'n', 1300, + 'p', 1107, + 'r', 1261, + 's', 1224, + 't', 1485, + '{', 1761, + '|', 1817, + '}', 1763, + '~', 1721, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(710); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1666); + if (set_contains(aux_sym_simple_identifier_token1_character_set_1, 828, lookahead)) ADVANCE(1629); + END_STATE(); + case 709: + if (eof) ADVANCE(723); + ADVANCE_MAP( + '!', 725, + '"', 1679, + '$', 698, + '%', 1814, + '&', 1720, + '(', 1703, + ')', 1690, + '*', 1811, + '+', 1808, + ',', 1693, + '-', 1809, + '.', 125, + '/', 1812, + '0', 1665, + ':', 1700, + '<', 1734, + '=', 141, + '>', 1738, + '?', 1714, + '[', 1704, + '\\', 1684, + ']', 1705, + '^', 1819, + '`', 162, + 'a', 1160, + 'b', 1436, + 'c', 1090, + 'e', 1095, + 'f', 1097, + 'i', 1269, + 'l', 1098, + 'n', 1300, + 'p', 1107, + 'r', 1261, + 's', 1224, + 't', 1485, + 'v', 1102, + '{', 1761, + '|', 1817, + '}', 1763, + '~', 1721, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(709); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1666); + if (set_contains(aux_sym_simple_identifier_token1_character_set_1, 828, lookahead)) ADVANCE(1629); + END_STATE(); + case 710: + if (eof) ADVANCE(723); + ADVANCE_MAP( + '!', 725, + '"', 1679, + '$', 698, + '%', 1814, + '&', 1720, + '(', 1703, + ')', 1690, + '*', 1811, + '+', 1808, + ',', 1693, + '-', 1809, + '.', 125, + '/', 1812, + '0', 1665, + ':', 1700, + '<', 1734, + '=', 141, + '>', 1738, + '?', 1714, + '[', 1704, + '\\', 1684, + ']', 1705, + '^', 1819, + '`', 162, + 'a', 1160, + 'b', 1436, + 'c', 1458, + 'e', 1095, + 'f', 1097, + 'i', 1269, + 'l', 1100, + 'n', 1300, + 'p', 1107, + 'r', 1261, + 's', 1224, + 't', 1485, + '{', 1761, + '|', 1817, + '}', 1763, + '~', 1721, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(710); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1666); + if (set_contains(aux_sym_simple_identifier_token1_character_set_1, 828, lookahead)) ADVANCE(1629); + END_STATE(); + case 711: + if (eof) ADVANCE(723); + ADVANCE_MAP( + '!', 725, + '"', 1679, + '$', 698, + '%', 1814, + '&', 1720, + '(', 1703, + '*', 1811, + '+', 1808, + '-', 1809, + '.', 125, + '/', 1812, + '0', 1665, + '<', 1734, + '=', 141, + '>', 1738, + '@', 1918, + '[', 1704, + '\\', 1684, + '^', 1819, + '`', 162, + 'a', 775, + 'b', 961, + 'c', 917, + 'd', 874, + 'e', 742, + 'f', 743, + 'g', 1060, + 'i', 853, + 'l', 745, + 'm', 748, + 'n', 877, + 'o', 978, + 'p', 751, + 'r', 807, + 's', 825, + 't', 872, + 'u', 942, + 'v', 755, + 'w', 830, + '{', 1761, + '|', 1817, + '~', 1721, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(711); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1666); + if (('A' <= lookahead && lookahead <= 'Z') || + ('_' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_1, 828, lookahead)) ADVANCE(1629); + END_STATE(); + case 712: + if (eof) ADVANCE(723); + ADVANCE_MAP( + '!', 725, + '$', 698, + '%', 1814, + '&', 1720, + '(', 1703, + ')', 1690, + '*', 1811, + '+', 1808, + ',', 1693, + '-', 1809, + '.', 1707, + '/', 1813, + '0', 1667, + ':', 1700, + '<', 1734, + '=', 141, + '>', 1738, + '?', 1715, + '[', 1704, + ']', 1705, + '^', 1819, + '`', 162, + 'a', 1161, + 'b', 1436, + 'c', 1458, + 'e', 1095, + 'i', 1524, + 'l', 1100, + 'p', 1107, + 'r', 1261, + '{', 1761, + '|', 1817, + '}', 1763, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(713); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1667); + if (set_contains(aux_sym_simple_identifier_token1_character_set_1, 828, lookahead)) ADVANCE(1629); + END_STATE(); + case 713: + if (eof) ADVANCE(723); + ADVANCE_MAP( + '!', 725, + '$', 698, + '%', 1814, + '&', 1720, + '(', 1703, + ')', 1690, + '*', 1811, + '+', 1808, + ',', 1693, + '-', 1809, + '.', 1707, + '/', 1813, + '0', 1667, + ':', 1700, + '<', 1734, + '=', 141, + '>', 1738, + '?', 1714, + '[', 1704, + ']', 1705, + '^', 1819, + '`', 162, + 'a', 1161, + 'b', 1436, + 'c', 1458, + 'e', 1095, + 'i', 1524, + 'l', 1100, + 'p', 1107, + 'r', 1261, + '{', 1761, + '|', 1817, + '}', 1763, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(713); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1667); + if (set_contains(aux_sym_simple_identifier_token1_character_set_1, 828, lookahead)) ADVANCE(1629); + END_STATE(); + case 714: + if (eof) ADVANCE(723); + ADVANCE_MAP( + '!', 725, + '$', 698, + '%', 1814, + '&', 1720, + '(', 1703, + ')', 1690, + '*', 1811, + '+', 1808, + ',', 1693, + '-', 1809, + '.', 1707, + '/', 1813, + ':', 1700, + '<', 1734, + '=', 141, + '>', 1738, + '?', 1715, + '[', 1704, + ']', 1705, + '^', 1819, + '`', 162, + 'a', 1155, + 'b', 1436, + 'c', 1458, + 'e', 1095, + 'i', 1524, + 'l', 1100, + 'p', 1107, + 'r', 1261, + 's', 1446, + '{', 1761, + '|', 1817, + '}', 1763, + '~', 1721, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(715); + if (set_contains(aux_sym_simple_identifier_token1_character_set_1, 828, lookahead)) ADVANCE(1629); + END_STATE(); + case 715: + if (eof) ADVANCE(723); + ADVANCE_MAP( + '!', 725, + '$', 698, + '%', 1814, + '&', 1720, + '(', 1703, + ')', 1690, + '*', 1811, + '+', 1808, + ',', 1693, + '-', 1809, + '.', 1707, + '/', 1813, + ':', 1700, + '<', 1734, + '=', 141, + '>', 1738, + '?', 1714, + '[', 1704, + ']', 1705, + '^', 1819, + '`', 162, + 'a', 1155, + 'b', 1436, + 'c', 1458, + 'e', 1095, + 'i', 1524, + 'l', 1100, + 'p', 1107, + 'r', 1261, + 's', 1446, + '{', 1761, + '|', 1817, + '}', 1763, + '~', 1721, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(715); + if (set_contains(aux_sym_simple_identifier_token1_character_set_1, 828, lookahead)) ADVANCE(1629); + END_STATE(); + case 716: + if (eof) ADVANCE(723); + ADVANCE_MAP( + '!', 725, + '%', 1814, + '&', 1720, + '(', 1703, + ')', 1690, + '*', 1811, + '+', 1808, + ',', 1693, + '-', 1809, + '.', 1707, + '/', 1813, + ':', 1700, + ';', 1885, + '<', 1734, + '=', 141, + '>', 1738, + '?', 1715, + '@', 1918, + '[', 1704, + ']', 1705, + '^', 1819, + 'a', 222, + 'b', 503, + 'c', 184, + 'd', 291, + 'e', 467, + 'f', 203, + 'i', 455, + 'l', 165, + 'm', 168, + 'n', 508, + 'o', 537, + 'p', 173, + 'r', 286, + 's', 321, + 't', 688, + 'u', 489, + 'v', 177, + 'w', 300, + '{', 1761, + '|', 1817, + '}', 1763, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(717); + END_STATE(); + case 717: + if (eof) ADVANCE(723); + ADVANCE_MAP( + '!', 725, + '%', 1814, + '&', 1720, + '(', 1703, + ')', 1690, + '*', 1811, + '+', 1808, + ',', 1693, + '-', 1809, + '.', 1707, + '/', 1813, + ':', 1700, + ';', 1885, + '<', 1734, + '=', 141, + '>', 1738, + '?', 1714, + '@', 1918, + '[', 1704, + ']', 1705, + '^', 1819, + 'a', 222, + 'b', 503, + 'c', 184, + 'd', 291, + 'e', 467, + 'f', 203, + 'i', 455, + 'l', 165, + 'm', 168, + 'n', 508, + 'o', 537, + 'p', 173, + 'r', 286, + 's', 321, + 't', 688, + 'u', 489, + 'v', 177, + 'w', 300, + '{', 1761, + '|', 1817, + '}', 1763, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(717); + END_STATE(); + case 718: + if (eof) ADVANCE(723); + ADVANCE_MAP( + '!', 1701, + '$', 698, + '%', 136, + '&', 1720, + '(', 1703, + ')', 1690, + '*', 137, + '+', 138, + ',', 1693, + '-', 139, + '.', 1709, + '/', 131, + '0', 1667, + ':', 1700, + '<', 1733, + '>', 1736, + '?', 1715, + '@', 1918, + '[', 1704, + '\\', 85, + ']', 1705, + '^', 692, + '`', 162, + 'a', 1153, + 'b', 1436, + 'c', 1089, + 'd', 1196, + 'e', 1091, + 'f', 1294, + 'i', 1377, + 'l', 1098, + 'm', 1594, + 'n', 1447, + 'o', 1471, + 'p', 1103, + 'r', 1197, + 's', 1444, + 't', 1620, + 'u', 1404, + 'v', 1102, + 'w', 1229, + '{', 1761, + '}', 1763, + '~', 1721, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(721); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1667); + if (set_contains(aux_sym_simple_identifier_token1_character_set_1, 828, lookahead)) ADVANCE(1629); + END_STATE(); + case 719: + if (eof) ADVANCE(723); + ADVANCE_MAP( + '!', 1701, + '$', 698, + '&', 1720, + '(', 1703, + ')', 1690, + ',', 1693, + '.', 1709, + '/', 130, + ':', 1700, + '<', 1733, + '>', 1736, + '?', 1715, + '@', 1917, + '[', 1704, + ']', 1705, + '`', 162, + 'a', 1155, + 'b', 1436, + 'c', 1458, + 'e', 1095, + 'l', 1100, + 'p', 1107, + 'r', 1261, + 's', 1446, + '{', 1761, + '}', 1763, + '~', 1721, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(722); + if (set_contains(aux_sym_simple_identifier_token1_character_set_1, 828, lookahead)) ADVANCE(1629); + END_STATE(); + case 720: + if (eof) ADVANCE(723); + ADVANCE_MAP( + '!', 724, + '&', 1720, + '(', 1703, + ')', 1690, + ',', 1693, + '.', 1706, + '/', 130, + ':', 1700, + '<', 1733, + '?', 1714, + '@', 1918, + 'a', 222, + 'b', 503, + 'c', 184, + 'd', 292, + 'e', 467, + 'f', 203, + 'i', 454, + 'l', 165, + 'm', 659, + 'n', 508, + 'o', 537, + 'p', 173, + 'r', 286, + 's', 608, + 't', 688, + 'u', 489, + 'v', 177, + 'w', 299, + '{', 1761, + '}', 1763, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(720); + END_STATE(); + case 721: + if (eof) ADVANCE(723); + ADVANCE_MAP( + '$', 698, + '%', 136, + '&', 1720, + '(', 1703, + ')', 1690, + '*', 137, + '+', 138, + ',', 1693, + '-', 139, + '.', 1709, + '/', 131, + '0', 1667, + ':', 1700, + '<', 1733, + '>', 1736, + '?', 1714, + '@', 1918, + '[', 1704, + '\\', 85, + ']', 1705, + '^', 692, + '`', 162, + 'a', 1153, + 'b', 1436, + 'c', 1089, + 'd', 1196, + 'e', 1091, + 'f', 1294, + 'i', 1377, + 'l', 1098, + 'm', 1594, + 'n', 1447, + 'o', 1471, + 'p', 1103, + 'r', 1197, + 's', 1444, + 't', 1620, + 'u', 1404, + 'v', 1102, + 'w', 1229, + '{', 1761, + '}', 1763, + '~', 1721, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(721); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1667); + if (set_contains(aux_sym_simple_identifier_token1_character_set_1, 828, lookahead)) ADVANCE(1629); + END_STATE(); + case 722: + if (eof) ADVANCE(723); + ADVANCE_MAP( + '$', 698, + '&', 1720, + '(', 1703, + ')', 1690, + ',', 1693, + '.', 1709, + '/', 130, + ':', 1700, + '<', 1733, + '>', 1736, + '?', 1714, + '@', 1917, + '[', 1704, + ']', 1705, + '`', 162, + 'a', 1155, + 'b', 1436, + 'c', 1458, + 'e', 1095, + 'l', 1100, + 'p', 1107, + 'r', 1261, + 's', 1446, + '{', 1761, + '}', 1763, + '~', 1721, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(722); + if (set_contains(aux_sym_simple_identifier_token1_character_set_1, 828, lookahead)) ADVANCE(1629); + END_STATE(); + case 723: + ACCEPT_TOKEN(ts_builtin_sym_end); + END_STATE(); + case 724: + ACCEPT_TOKEN(anon_sym_BANG); + END_STATE(); + case 725: + ACCEPT_TOKEN(anon_sym_BANG); + if (lookahead == '=') ADVANCE(1799); + END_STATE(); + case 726: + ACCEPT_TOKEN(aux_sym_shebang_line_token1); + if (lookahead == '/') ADVANCE(727); + if (lookahead == '\t' || + lookahead == 0x0b || + lookahead == '\f' || + lookahead == ' ') ADVANCE(726); + if (lookahead != 0 && + (lookahead < '\t' || '\r' < lookahead)) ADVANCE(728); + END_STATE(); + case 727: + ACCEPT_TOKEN(aux_sym_shebang_line_token1); + if (lookahead == '/') ADVANCE(728); + if (lookahead != 0 && + lookahead != '\n' && + lookahead != '\r') ADVANCE(728); + END_STATE(); + case 728: + ACCEPT_TOKEN(aux_sym_shebang_line_token1); + if (lookahead != 0 && + lookahead != '\n' && + lookahead != '\r') ADVANCE(728); + END_STATE(); + case 729: + ACCEPT_TOKEN(sym_comment); + if (lookahead == '\n') ADVANCE(132); + if (lookahead == '#') ADVANCE(1695); + if (lookahead == '/') ADVANCE(729); + if (lookahead != 0) ADVANCE(736); + END_STATE(); + case 730: + ACCEPT_TOKEN(sym_comment); + if (lookahead == '\n') ADVANCE(132); + if (lookahead == '/') ADVANCE(729); + if (lookahead != 0) ADVANCE(736); + END_STATE(); + case 731: + ACCEPT_TOKEN(sym_comment); + if (lookahead == '\n') ADVANCE(4); + if (lookahead == '#') ADVANCE(737); + if (lookahead != 0) ADVANCE(732); + END_STATE(); + case 732: + ACCEPT_TOKEN(sym_comment); + if (lookahead == '\n') ADVANCE(5); + if (lookahead == '/') ADVANCE(731); + if (lookahead != 0) ADVANCE(732); + END_STATE(); + case 733: + ACCEPT_TOKEN(sym_comment); + if (lookahead == '*') ADVANCE(1732); + if (lookahead == '/') ADVANCE(734); + if (lookahead == '\t' || + lookahead == ' ') ADVANCE(735); + if (lookahead != 0 && + lookahead != '\t' && + lookahead != '\n') ADVANCE(735); + END_STATE(); + case 734: + ACCEPT_TOKEN(sym_comment); + if (lookahead == '*') ADVANCE(1732); + if (lookahead == '/') ADVANCE(734); + if (lookahead != 0 && + lookahead != '\n') ADVANCE(737); + END_STATE(); + case 735: + ACCEPT_TOKEN(sym_comment); + if (lookahead == '/') ADVANCE(737); + if (lookahead == '\t' || + lookahead == ' ') ADVANCE(735); + if (lookahead != 0 && + lookahead != '\t' && + lookahead != '\n') ADVANCE(735); + END_STATE(); + case 736: + ACCEPT_TOKEN(sym_comment); + if (lookahead == '/') ADVANCE(729); + if (lookahead != 0 && + lookahead != '\n') ADVANCE(736); + END_STATE(); + case 737: + ACCEPT_TOKEN(sym_comment); + if (lookahead != 0 && + lookahead != '\n') ADVANCE(737); + END_STATE(); + case 738: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1730); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 739: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1731); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 740: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'S') ADVANCE(845); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 741: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'S') ADVANCE(846); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 742: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'a') ADVANCE(777); + if (lookahead == 'n') ADVANCE(1051); + if (lookahead == 'x') ADVANCE(1035); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 743: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'a') ADVANCE(920); + if (lookahead == 'i') ADVANCE(921); + if (lookahead == 'o') ADVANCE(988); + if (lookahead == 'u') ADVANCE(945); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 744: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'a') ADVANCE(920); + if (lookahead == 'i') ADVANCE(950); + if (lookahead == 'o') ADVANCE(988); + if (lookahead == 'u') ADVANCE(945); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 745: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'a') ADVANCE(1077); + if (lookahead == 'e') ADVANCE(1022); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 746: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'a') ADVANCE(867); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 747: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'a') ADVANCE(1012); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 748: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'a') ADVANCE(792); + if (lookahead == 'u') ADVANCE(1037); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 749: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'a') ADVANCE(934); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 750: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'a') ADVANCE(906); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 751: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'a') ADVANCE(778); + if (lookahead == 'o') ADVANCE(1017); + if (lookahead == 'r') ADVANCE(808); + if (lookahead == 'u') ADVANCE(773); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 752: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'a') ADVANCE(778); + if (lookahead == 'o') ADVANCE(1017); + if (lookahead == 'r') ADVANCE(848); + if (lookahead == 'u') ADVANCE(773); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 753: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'a') ADVANCE(778); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 754: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'a') ADVANCE(907); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 755: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'a') ADVANCE(989); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 756: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'a') ADVANCE(990); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 757: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'a') ADVANCE(912); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 758: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'a') ADVANCE(1010); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 759: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'a') ADVANCE(913); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 760: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'a') ADVANCE(1049); + if (lookahead == 'r') ADVANCE(1055); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 761: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'a') ADVANCE(914); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 762: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'a') ADVANCE(1039); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 763: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'a') ADVANCE(916); + if (lookahead == 'i') ADVANCE(921); + if (lookahead == 'o') ADVANCE(988); + if (lookahead == 'u') ADVANCE(945); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 764: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'a') ADVANCE(1027); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 765: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'a') ADVANCE(1042); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 766: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'a') ADVANCE(895); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 767: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'a') ADVANCE(1040); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 768: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'a') ADVANCE(1020); + if (lookahead == 'l') ADVANCE(747); + if (lookahead == 'o') ADVANCE(939); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 769: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'a') ADVANCE(928); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 770: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'a') ADVANCE(1041); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 771: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'a') ADVANCE(1044); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 772: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'a') ADVANCE(1045); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 773: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'b') ADVANCE(922); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 774: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'b') ADVANCE(1062); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 775: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'c') ADVANCE(1046); + if (lookahead == 's') ADVANCE(1011); + if (lookahead == 'w') ADVANCE(766); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 776: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'c') ADVANCE(1046); + if (lookahead == 's') ADVANCE(1075); + if (lookahead == 'w') ADVANCE(766); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 777: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'c') ADVANCE(869); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 778: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'c') ADVANCE(908); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 779: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'c') ADVANCE(1866); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 780: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'c') ADVANCE(1646); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 781: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'c') ADVANCE(1934); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 782: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'c') ADVANCE(1955); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 783: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'c') ADVANCE(1958); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 784: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'c') ADVANCE(870); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 785: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'c') ADVANCE(903); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 786: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'c') ADVANCE(974); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 787: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'c') ADVANCE(824); + if (lookahead == 'f') ADVANCE(881); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 788: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'c') ADVANCE(1028); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 789: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'c') ADVANCE(1029); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 790: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'c') ADVANCE(835); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 791: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'c') ADVANCE(815); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 792: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'c') ADVANCE(996); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 793: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'd') ADVANCE(1780); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 794: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'd') ADVANCE(1978); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 795: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'd') ADVANCE(1928); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 796: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'd') ADVANCE(1964); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 797: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'd') ADVANCE(1931); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 798: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'd') ADVANCE(740); + if (lookahead == 's') ADVANCE(1038); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 799: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'd') ADVANCE(1836); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 800: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'd') ADVANCE(887); + if (lookahead == 'f') ADVANCE(875); + if (lookahead == 'i') ADVANCE(1023); + if (lookahead == 'o') ADVANCE(1057); + if (lookahead == 't') ADVANCE(840); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 801: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'd') ADVANCE(887); + if (lookahead == 'f') ADVANCE(875); + if (lookahead == 'o') ADVANCE(1057); + if (lookahead == 't') ADVANCE(840); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 802: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'd') ADVANCE(887); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 803: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'd') ADVANCE(814); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 804: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'd') ADVANCE(1033); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 805: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'd') ADVANCE(882); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 806: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'd') ADVANCE(851); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 807: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'e') ADVANCE(981); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 808: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'e') ADVANCE(787); + if (lookahead == 'i') ADVANCE(1065); + if (lookahead == 'o') ADVANCE(1048); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 809: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'e') ADVANCE(1673); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 810: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'e') ADVANCE(1676); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 811: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'e') ADVANCE(1826); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 812: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'e') ADVANCE(1658); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 813: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'e') ADVANCE(1937); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 814: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'e') ADVANCE(1922); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 815: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'e') ADVANCE(1925); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 816: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'e') ADVANCE(1943); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 817: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'e') ADVANCE(1915); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 818: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'e') ADVANCE(980); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 819: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'e') ADVANCE(910); + if (lookahead == 't') ADVANCE(760); + if (lookahead == 'u') ADVANCE(984); + if (lookahead == 'w') ADVANCE(891); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 820: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'e') ADVANCE(910); + if (lookahead == 't') ADVANCE(995); + if (lookahead == 'u') ADVANCE(984); + if (lookahead == 'w') ADVANCE(891); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 821: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'e') ADVANCE(1832); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 822: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'e') ADVANCE(1782); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 823: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'e') ADVANCE(982); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 824: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'e') ADVANCE(806); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 825: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'e') ADVANCE(911); + if (lookahead == 't') ADVANCE(760); + if (lookahead == 'u') ADVANCE(984); + if (lookahead == 'w') ADVANCE(891); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 826: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'e') ADVANCE(911); + if (lookahead == 't') ADVANCE(995); + if (lookahead == 'u') ADVANCE(984); + if (lookahead == 'w') ADVANCE(891); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 827: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'e') ADVANCE(987); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 828: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'e') ADVANCE(794); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 829: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'e') ADVANCE(750); + if (lookahead == 'h') ADVANCE(885); + if (lookahead == 'i') ADVANCE(925); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 830: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'e') ADVANCE(750); + if (lookahead == 'h') ADVANCE(885); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 831: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'e') ADVANCE(795); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 832: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'e') ADVANCE(804); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 833: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'e') ADVANCE(937); + if (lookahead == 't') ADVANCE(886); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 834: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'e') ADVANCE(796); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 835: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'e') ADVANCE(868); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 836: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'e') ADVANCE(951); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 837: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'e') ADVANCE(797); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 838: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'e') ADVANCE(956); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 839: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'e') ADVANCE(769); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 840: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'e') ADVANCE(1006); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 841: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'e') ADVANCE(992); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 842: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'e') ADVANCE(754); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 843: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'e') ADVANCE(923); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 844: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'e') ADVANCE(1030); + if (lookahead == 'u') ADVANCE(756); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 845: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'e') ADVANCE(1031); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 846: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'e') ADVANCE(1032); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 847: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'e') ADVANCE(1008); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 848: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'e') ADVANCE(860); + if (lookahead == 'i') ADVANCE(1065); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 849: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'e') ADVANCE(764); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 850: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'e') ADVANCE(789); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 851: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'e') ADVANCE(955); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 852: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'e') ADVANCE(958); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 853: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'f') ADVANCE(1723); + if (lookahead == 'm') ADVANCE(986); + if (lookahead == 'n') ADVANCE(800); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 854: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'f') ADVANCE(1723); + if (lookahead == 'n') ADVANCE(801); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 855: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'f') ADVANCE(1723); + if (lookahead == 'n') ADVANCE(1765); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 856: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'f') ADVANCE(1723); + if (lookahead == 'n') ADVANCE(1766); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 857: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'f') ADVANCE(1723); + if (lookahead == 'n') ADVANCE(802); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 858: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'f') ADVANCE(1774); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 859: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'f') ADVANCE(1074); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 860: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'f') ADVANCE(881); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 861: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'f') ADVANCE(883); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 862: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'g') ADVANCE(1949); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 863: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'g') ADVANCE(1983); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 864: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'g') ADVANCE(1986); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 865: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'g') ADVANCE(1952); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 866: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'g') ADVANCE(871); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 867: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'g') ADVANCE(812); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 868: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'g') ADVANCE(998); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 869: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'h') ADVANCE(1649); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 870: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'h') ADVANCE(1726); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 871: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'h') ADVANCE(1785); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 872: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'h') ADVANCE(993); + if (lookahead == 'r') ADVANCE(1054); + if (lookahead == 'y') ADVANCE(985); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 873: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'h') ADVANCE(1001); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 874: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'i') ADVANCE(1013); + if (lookahead == 'o') ADVANCE(1788); + if (lookahead == 'y') ADVANCE(948); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 875: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'i') ADVANCE(1070); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 876: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'i') ADVANCE(798); + if (lookahead == 'o') ADVANCE(1788); + if (lookahead == 'y') ADVANCE(948); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 877: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'i') ADVANCE(909); + if (lookahead == 'o') ADVANCE(936); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 878: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'i') ADVANCE(909); + if (lookahead == 'o') ADVANCE(946); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 879: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'i') ADVANCE(909); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 880: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'i') ADVANCE(774); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 881: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'i') ADVANCE(1071); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 882: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'i') ADVANCE(859); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 883: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'i') ADVANCE(1072); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 884: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'i') ADVANCE(1018); + if (lookahead == 'm') ADVANCE(1064); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 885: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'i') ADVANCE(924); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 886: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'i') ADVANCE(977); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 887: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'i') ADVANCE(999); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 888: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'i') ADVANCE(781); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 889: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'i') ADVANCE(976); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 890: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'i') ADVANCE(943); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 891: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'i') ADVANCE(1047); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 892: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'i') ADVANCE(782); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 893: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'i') ADVANCE(944); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 894: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'i') ADVANCE(758); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 895: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'i') ADVANCE(1024); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 896: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'i') ADVANCE(783); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 897: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'i') ADVANCE(947); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 898: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'i') ADVANCE(949); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 899: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'i') ADVANCE(953); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 900: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'i') ADVANCE(843); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 901: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'i') ADVANCE(803); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 902: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'i') ADVANCE(1003); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 903: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'i') ADVANCE(770); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 904: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'i') ADVANCE(852); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 905: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'i') ADVANCE(1066); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 906: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'k') ADVANCE(1975); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 907: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'k') ADVANCE(1834); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 908: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'k') ADVANCE(746); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 909: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'l') ADVANCE(1661); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 910: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'l') ADVANCE(858); + if (lookahead == 't') ADVANCE(1897); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 911: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'l') ADVANCE(858); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 912: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'l') ADVANCE(1967); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 913: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'l') ADVANCE(1940); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 914: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'l') ADVANCE(1961); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 915: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'l') ADVANCE(1857); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 916: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'l') ADVANCE(926); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 917: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'l') ADVANCE(747); + if (lookahead == 'o') ADVANCE(935); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 918: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'l') ADVANCE(747); + if (lookahead == 'o') ADVANCE(939); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 919: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'l') ADVANCE(747); + if (lookahead == 'o') ADVANCE(941); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 920: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'l') ADVANCE(1019); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 921: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'l') ADVANCE(827); + if (lookahead == 'n') ADVANCE(757); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 922: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'l') ADVANCE(888); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 923: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'l') ADVANCE(799); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 924: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'l') ADVANCE(811); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 925: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'l') ADVANCE(927); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 926: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'l') ADVANCE(1036); + if (lookahead == 's') ADVANCE(810); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 927: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'l') ADVANCE(741); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 928: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'l') ADVANCE(894); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 929: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'l') ADVANCE(771); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 930: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'm') ADVANCE(1854); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 931: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'm') ADVANCE(973); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 932: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'm') ADVANCE(897); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 933: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'm') ADVANCE(1064); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 934: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'm') ADVANCE(896); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 935: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'n') ADVANCE(1016); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 936: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'n') ADVANCE(884); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 937: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'n') ADVANCE(1946); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 938: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'n') ADVANCE(1880); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 939: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'n') ADVANCE(1014); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 940: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'n') ADVANCE(1830); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 941: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'n') ADVANCE(1015); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 942: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'n') ADVANCE(963); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 943: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'n') ADVANCE(862); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 944: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'n') ADVANCE(863); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 945: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'n') ADVANCE(779); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 946: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'n') ADVANCE(933); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 947: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'n') ADVANCE(864); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 948: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'n') ADVANCE(749); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 949: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'n') ADVANCE(865); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 950: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'n') ADVANCE(757); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 951: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'n') ADVANCE(1021); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 952: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'n') ADVANCE(780); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 953: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'n') ADVANCE(1059); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 954: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'n') ADVANCE(828); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 955: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'n') ADVANCE(790); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 956: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'n') ADVANCE(904); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 957: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'n') ADVANCE(759); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 958: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'n') ADVANCE(791); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 959: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'n') ADVANCE(761); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 960: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'o') ADVANCE(1007); + if (lookahead == 'r') ADVANCE(842); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 961: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'o') ADVANCE(1007); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 962: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'o') ADVANCE(1788); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 963: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'o') ADVANCE(1068); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 964: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'o') ADVANCE(1875); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 965: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'o') ADVANCE(1067); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 966: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'o') ADVANCE(1069); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 967: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'o') ADVANCE(785); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 968: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'o') ADVANCE(991); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 969: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'o') ADVANCE(929); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 970: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'o') ADVANCE(1053); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 971: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'o') ADVANCE(1002); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 972: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'o') ADVANCE(786); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 973: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'o') ADVANCE(805); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 974: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'o') ADVANCE(915); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 975: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'o') ADVANCE(1056); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 976: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'o') ADVANCE(938); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 977: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'o') ADVANCE(959); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 978: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'p') ADVANCE(833); + if (lookahead == 'v') ADVANCE(847); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 979: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'p') ADVANCE(1912); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 980: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'p') ADVANCE(849); + if (lookahead == 'q') ADVANCE(1063); + if (lookahead == 't') ADVANCE(1058); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 981: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'p') ADVANCE(849); + if (lookahead == 'q') ADVANCE(1063); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 982: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'p') ADVANCE(849); + if (lookahead == 't') ADVANCE(1058); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 983: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'p') ADVANCE(817); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 984: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'p') ADVANCE(841); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 985: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'p') ADVANCE(839); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 986: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'p') ADVANCE(971); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 987: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'p') ADVANCE(1004); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 988: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'r') ADVANCE(1824); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 989: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'r') ADVANCE(1863); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 990: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'r') ADVANCE(793); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 991: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'r') ADVANCE(1643); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 992: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'r') ADVANCE(1777); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 993: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'r') ADVANCE(965); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 994: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'r') ADVANCE(966); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 995: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'r') ADVANCE(1055); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 996: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'r') ADVANCE(964); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 997: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'r') ADVANCE(880); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 998: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'r') ADVANCE(970); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 999: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'r') ADVANCE(850); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1000: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'r') ADVANCE(901); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1001: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'r') ADVANCE(975); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1002: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'r') ADVANCE(1026); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1003: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'r') ADVANCE(831); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1004: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'r') ADVANCE(905); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1005: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'r') ADVANCE(940); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1006: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'r') ADVANCE(957); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1007: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'r') ADVANCE(994); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1008: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'r') ADVANCE(1000); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1009: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 's') ADVANCE(1851); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1010: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 's') ADVANCE(1845); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1011: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 's') ADVANCE(967); + if (lookahead == 'y') ADVANCE(952); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1012: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 's') ADVANCE(1009); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1013: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 's') ADVANCE(1038); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1014: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 's') ADVANCE(1061); + if (lookahead == 't') ADVANCE(899); + if (lookahead == 'v') ADVANCE(838); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1015: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 's') ADVANCE(1061); + if (lookahead == 't') ADVANCE(899); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1016: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 's') ADVANCE(1061); + if (lookahead == 'v') ADVANCE(838); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1017: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 's') ADVANCE(1034); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1018: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 's') ADVANCE(969); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1019: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 's') ADVANCE(810); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1020: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 's') ADVANCE(822); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1021: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 's') ADVANCE(889); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1022: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 't') ADVANCE(1860); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1023: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 't') ADVANCE(1887); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1024: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 't') ADVANCE(1740); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1025: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 't') ADVANCE(1970); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1026: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 't') ADVANCE(1842); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1027: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 't') ADVANCE(1655); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1028: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 't') ADVANCE(1848); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1029: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 't') ADVANCE(1883); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1030: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 't') ADVANCE(1894); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1031: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 't') ADVANCE(1872); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1032: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 't') ADVANCE(1869); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1033: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 't') ADVANCE(1076); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1034: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 't') ADVANCE(861); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1035: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 't') ADVANCE(836); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1036: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 't') ADVANCE(873); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1037: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 't') ADVANCE(762); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1038: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 't') ADVANCE(997); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1039: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 't') ADVANCE(890); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1040: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 't') ADVANCE(813); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1041: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 't') ADVANCE(832); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1042: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 't') ADVANCE(898); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1043: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 't') ADVANCE(834); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1044: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 't') ADVANCE(837); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1045: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 't') ADVANCE(816); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1046: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 't') ADVANCE(968); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1047: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 't') ADVANCE(784); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1048: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 't') ADVANCE(972); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1049: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 't') ADVANCE(892); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1050: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 't') ADVANCE(765); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1051: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'u') ADVANCE(930); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1052: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'u') ADVANCE(1037); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1053: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'u') ADVANCE(979); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1054: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'u') ADVANCE(809); + if (lookahead == 'y') ADVANCE(1792); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1055: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'u') ADVANCE(788); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1056: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'u') ADVANCE(866); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1057: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'u') ADVANCE(1025); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1058: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'u') ADVANCE(1005); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1059: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'u') ADVANCE(821); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1060: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'u') ADVANCE(756); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1061: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'u') ADVANCE(932); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1062: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'u') ADVANCE(1043); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1063: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'u') ADVANCE(902); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1064: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'u') ADVANCE(1050); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1065: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'v') ADVANCE(767); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1066: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'v') ADVANCE(772); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1067: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'w') ADVANCE(1828); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1068: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'w') ADVANCE(954); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1069: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'w') ADVANCE(893); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1070: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'x') ADVANCE(1905); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1071: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'x') ADVANCE(1902); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1072: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'x') ADVANCE(1908); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1073: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'y') ADVANCE(1652); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1074: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'y') ADVANCE(1900); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1075: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'y') ADVANCE(952); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1076: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'y') ADVANCE(983); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1077: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'z') ADVANCE(1073); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'y')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1078: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1079: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'D') ADVANCE(1745); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1080: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'E') ADVANCE(1405); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1081: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'I') ADVANCE(1386); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1082: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'L') ADVANCE(1456); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1083: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'L') ADVANCE(1335); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1084: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'L') ADVANCE(1336); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1085: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'M') ADVANCE(1143); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1086: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'P') ADVANCE(1130); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1087: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'S') ADVANCE(1248); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1088: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'S') ADVANCE(1250); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1089: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'a') ADVANCE(1529); + if (lookahead == 'l') ADVANCE(1110); + if (lookahead == 'o') ADVANCE(1387); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1090: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'a') ADVANCE(1529); + if (lookahead == 'o') ADVANCE(1418); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1091: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'a') ADVANCE(1162); + if (lookahead == 'n') ADVANCE(1591); + if (lookahead == 'x') ADVANCE(1561); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1092: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'a') ADVANCE(1162); + if (lookahead == 'n') ADVANCE(1591); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1093: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'a') ADVANCE(1162); + if (lookahead == 'r') ADVANCE(1520); + if (lookahead == 'x') ADVANCE(1589); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1094: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'a') ADVANCE(1162); + if (lookahead == 'r') ADVANCE(1520); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1095: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'a') ADVANCE(1162); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1096: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'a') ADVANCE(1371); + if (lookahead == 'i') ADVANCE(1358); + if (lookahead == 'u') ADVANCE(1407); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1097: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'a') ADVANCE(1371); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1098: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'a') ADVANCE(1624); + if (lookahead == 'e') ADVANCE(1542); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1099: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'a') ADVANCE(1624); + if (lookahead == 'i') ADVANCE(1428); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1100: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'a') ADVANCE(1624); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1101: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'a') ADVANCE(1282); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1102: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'a') ADVANCE(1486); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1103: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'a') ADVANCE(1163); + if (lookahead == 'o') ADVANCE(1535); + if (lookahead == 'r') ADVANCE(1198); + if (lookahead == 'u') ADVANCE(1149); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1104: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'a') ADVANCE(1163); + if (lookahead == 'o') ADVANCE(1535); + if (lookahead == 'r') ADVANCE(1256); + if (lookahead == 'u') ADVANCE(1149); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1105: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'a') ADVANCE(1163); + if (lookahead == 'o') ADVANCE(1535); + if (lookahead == 'r') ADVANCE(1255); + if (lookahead == 'u') ADVANCE(1149); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1106: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'a') ADVANCE(1163); + if (lookahead == 'r') ADVANCE(1453); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1107: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'a') ADVANCE(1163); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1108: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'a') ADVANCE(1383); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1109: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'a') ADVANCE(1340); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1110: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'a') ADVANCE(1533); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1111: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'a') ADVANCE(1345); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1112: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'a') ADVANCE(1346); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1113: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'a') ADVANCE(1526); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1114: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'a') ADVANCE(1347); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1115: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'a') ADVANCE(1576); + if (lookahead == 'r') ADVANCE(1595); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1116: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'a') ADVANCE(1576); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1117: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'a') ADVANCE(1349); + if (lookahead == 'i') ADVANCE(1358); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1118: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'a') ADVANCE(1360); + if (lookahead == 'i') ADVANCE(1358); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1119: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'a') ADVANCE(1573); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1120: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'a') ADVANCE(1181); + if (lookahead == 'u') ADVANCE(1564); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1121: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'a') ADVANCE(1351); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1122: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'a') ADVANCE(1548); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1123: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'a') ADVANCE(1352); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1124: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'a') ADVANCE(1514); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1125: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'a') ADVANCE(1353); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1126: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'a') ADVANCE(1354); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1127: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'a') ADVANCE(1327); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1128: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'a') ADVANCE(1518); + if (lookahead == 'r') ADVANCE(1599); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1129: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'a') ADVANCE(1416); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1130: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'a') ADVANCE(1563); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1131: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'a') ADVANCE(1565); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1132: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'a') ADVANCE(1403); + if (lookahead == 'o') ADVANCE(1379); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1133: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'a') ADVANCE(1151); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1134: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'a') ADVANCE(1608); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1135: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'a') ADVANCE(1283); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1136: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'a') ADVANCE(1567); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1137: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'a') ADVANCE(1315); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1138: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'a') ADVANCE(1362); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1139: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'a') ADVANCE(1568); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1140: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'a') ADVANCE(1570); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1141: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'a') ADVANCE(1571); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1142: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'a') ADVANCE(1582); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1143: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'a') ADVANCE(1183); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1144: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'a') ADVANCE(1152); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1145: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'a') ADVANCE(1588); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1146: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'a') ADVANCE(1339); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1147: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'b') ADVANCE(1536); + if (lookahead == 'p') ADVANCE(1238); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1148: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'b') ADVANCE(1536); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1149: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'b') ADVANCE(1359); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1150: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'b') ADVANCE(1602); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1151: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'b') ADVANCE(1368); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1152: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'b') ADVANCE(1370); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1153: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'c') ADVANCE(1572); + if (lookahead == 'n') ADVANCE(1618); + if (lookahead == 's') ADVANCE(1528); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1154: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'c') ADVANCE(1572); + if (lookahead == 'n') ADVANCE(1618); + if (lookahead == 's') ADVANCE(1622); + if (lookahead == 'w') ADVANCE(1137); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1155: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'c') ADVANCE(1572); + if (lookahead == 'n') ADVANCE(1618); + if (lookahead == 's') ADVANCE(1622); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1156: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'c') ADVANCE(1572); + if (lookahead == 'r') ADVANCE(1171); + if (lookahead == 's') ADVANCE(1622); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1157: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'c') ADVANCE(1572); + if (lookahead == 's') ADVANCE(1528); + if (lookahead == 'w') ADVANCE(1137); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1158: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'c') ADVANCE(1572); + if (lookahead == 's') ADVANCE(1528); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1159: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'c') ADVANCE(1572); + if (lookahead == 's') ADVANCE(1622); + if (lookahead == 'v') ADVANCE(1127); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1160: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'c') ADVANCE(1572); + if (lookahead == 's') ADVANCE(1622); + if (lookahead == 'w') ADVANCE(1137); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1161: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'c') ADVANCE(1572); + if (lookahead == 's') ADVANCE(1622); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1162: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'c') ADVANCE(1286); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1163: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'c') ADVANCE(1341); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1164: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'c') ADVANCE(1867); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1165: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'c') ADVANCE(1647); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1166: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'c') ADVANCE(1935); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1167: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'c') ADVANCE(1956); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1168: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'c') ADVANCE(1959); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1169: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'c') ADVANCE(1287); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1170: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'c') ADVANCE(1337); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1171: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'c') ADVANCE(1291); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1172: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'c') ADVANCE(1202); + if (lookahead == 'f') ADVANCE(1302); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1173: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'c') ADVANCE(1549); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1174: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'c') ADVANCE(1550); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1175: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'c') ADVANCE(1232); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1176: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'c') ADVANCE(1206); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1177: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'c') ADVANCE(1577); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1178: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'c') ADVANCE(1218); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1179: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'c') ADVANCE(1455); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1180: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'c') ADVANCE(1461); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1181: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'c') ADVANCE(1505); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1182: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'c') ADVANCE(1509); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1183: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'c') ADVANCE(1510); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1184: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'c') ADVANCE(1145); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1185: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'c') ADVANCE(1581); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1186: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'd') ADVANCE(1979); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1187: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'd') ADVANCE(1929); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1188: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'd') ADVANCE(1965); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1189: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'd') ADVANCE(1932); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1190: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'd') ADVANCE(1087); + if (lookahead == 's') ADVANCE(1562); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1191: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'd') ADVANCE(1311); + if (lookahead == 'f') ADVANCE(1296); + if (lookahead == 'i') ADVANCE(1543); + if (lookahead == 'o') ADVANCE(1600); + if (lookahead == 't') ADVANCE(1236); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1192: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'd') ADVANCE(1205); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1193: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'd') ADVANCE(1558); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1194: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'd') ADVANCE(1244); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1195: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'd') ADVANCE(1369); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1196: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'e') ADVANCE(1310); + if (lookahead == 'i') ADVANCE(1532); + if (lookahead == 'y') ADVANCE(1411); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1197: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'e') ADVANCE(1477); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1198: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'e') ADVANCE(1172); + if (lookahead == 'i') ADVANCE(1605); + if (lookahead == 'o') ADVANCE(1575); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1199: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'e') ADVANCE(1783); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1200: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'e') ADVANCE(1674); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1201: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'e') ADVANCE(1677); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1202: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'e') ADVANCE(1194); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1203: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'e') ADVANCE(1659); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1204: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'e') ADVANCE(1938); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1205: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'e') ADVANCE(1923); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1206: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'e') ADVANCE(1926); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1207: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'e') ADVANCE(1944); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1208: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'e') ADVANCE(1916); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1209: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'e') ADVANCE(1717); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1210: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'e') ADVANCE(1343); + if (lookahead == 'u') ADVANCE(1479); + if (lookahead == 'w') ADVANCE(1313); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1211: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'e') ADVANCE(1743); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1212: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'e') ADVANCE(1749); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1213: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'e') ADVANCE(1838); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1214: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'e') ADVANCE(1754); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1215: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'e') ADVANCE(1840); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1216: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'e') ADVANCE(1711); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1217: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'e') ADVANCE(1186); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1218: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'e') ADVANCE(1082); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1219: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'e') ADVANCE(1344); + if (lookahead == 'o') ADVANCE(1380); + if (lookahead == 'u') ADVANCE(1479); + if (lookahead == 'w') ADVANCE(1313); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1220: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'e') ADVANCE(1344); + if (lookahead == 't') ADVANCE(1115); + if (lookahead == 'u') ADVANCE(1147); + if (lookahead == 'w') ADVANCE(1313); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1221: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'e') ADVANCE(1344); + if (lookahead == 't') ADVANCE(1115); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1222: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'e') ADVANCE(1344); + if (lookahead == 't') ADVANCE(1497); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1223: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'e') ADVANCE(1344); + if (lookahead == 't') ADVANCE(1116); + if (lookahead == 'u') ADVANCE(1479); + if (lookahead == 'w') ADVANCE(1313); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1224: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'e') ADVANCE(1344); + if (lookahead == 'u') ADVANCE(1479); + if (lookahead == 'w') ADVANCE(1313); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1225: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'e') ADVANCE(1344); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1226: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'e') ADVANCE(1482); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1227: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'e') ADVANCE(1187); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1228: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'e') ADVANCE(1109); + if (lookahead == 'i') ADVANCE(1361); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1229: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'e') ADVANCE(1109); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1230: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'e') ADVANCE(1193); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1231: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'e') ADVANCE(1188); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1232: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'e') ADVANCE(1285); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1233: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'e') ADVANCE(1189); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1234: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'e') ADVANCE(1619); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1235: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'e') ADVANCE(1389); + if (lookahead == 't') ADVANCE(1306); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1236: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'e') ADVANCE(1516); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1237: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'e') ADVANCE(1415); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1238: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'e') ADVANCE(1488); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1239: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'e') ADVANCE(1138); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1240: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'e') ADVANCE(1424); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1241: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'e') ADVANCE(1489); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1242: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'e') ADVANCE(1494); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1243: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'e') ADVANCE(1185); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1244: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'e') ADVANCE(1425); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1245: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'e') ADVANCE(1585); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1246: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'e') ADVANCE(1511); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1247: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'e') ADVANCE(1512); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1248: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'e') ADVANCE(1552); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1249: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'e') ADVANCE(1513); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1250: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'e') ADVANCE(1553); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1251: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'e') ADVANCE(1493); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1252: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'e') ADVANCE(1555); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1253: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'e') ADVANCE(1429); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1254: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'e') ADVANCE(1517); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1255: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'e') ADVANCE(1273); + if (lookahead == 'i') ADVANCE(1605); + if (lookahead == 'o') ADVANCE(1575); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1256: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'e') ADVANCE(1273); + if (lookahead == 'i') ADVANCE(1605); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1257: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'e') ADVANCE(1174); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1258: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'e') ADVANCE(1122); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1259: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'e') ADVANCE(1367); + if (lookahead == 'o') ADVANCE(1601); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1260: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'e') ADVANCE(1431); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1261: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'e') ADVANCE(1478); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1262: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'e') ADVANCE(1522); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1263: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'e') ADVANCE(1084); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1264: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'f') ADVANCE(1724); + if (lookahead == 'm') ADVANCE(1480); + if (lookahead == 'n') ADVANCE(1191); + if (lookahead == 's') ADVANCE(1807); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1265: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'f') ADVANCE(1724); + if (lookahead == 'n') ADVANCE(1272); + if (lookahead == 's') ADVANCE(1807); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1266: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'f') ADVANCE(1724); + if (lookahead == 'n') ADVANCE(1272); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1267: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'f') ADVANCE(1724); + if (lookahead == 'n') ADVANCE(1772); + if (lookahead == 's') ADVANCE(1807); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1268: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'f') ADVANCE(1724); + if (lookahead == 'n') ADVANCE(1466); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1269: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'f') ADVANCE(1724); + if (lookahead == 's') ADVANCE(1807); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1270: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'f') ADVANCE(1724); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1271: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'f') ADVANCE(1775); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1272: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'f') ADVANCE(1296); + if (lookahead == 'o') ADVANCE(1600); + if (lookahead == 't') ADVANCE(1236); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1273: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'f') ADVANCE(1302); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1274: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'f') ADVANCE(1303); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1275: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'f') ADVANCE(1554); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1276: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'g') ADVANCE(1950); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1277: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'g') ADVANCE(1984); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1278: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'g') ADVANCE(1987); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1279: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'g') ADVANCE(1953); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1280: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'g') ADVANCE(1631); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1281: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'g') ADVANCE(1288); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1282: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'g') ADVANCE(1203); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1283: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'g') ADVANCE(1263); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1284: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'g') ADVANCE(1252); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1285: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'g') ADVANCE(1499); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1286: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'h') ADVANCE(1650); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1287: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'h') ADVANCE(1727); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1288: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'h') ADVANCE(1786); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1289: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'h') ADVANCE(1790); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1290: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'h') ADVANCE(1747); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1291: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'h') ADVANCE(1991); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1292: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'h') ADVANCE(1129); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1293: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'h') ADVANCE(1501); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1294: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'i') ADVANCE(1358); + if (lookahead == 'u') ADVANCE(1407); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1295: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'i') ADVANCE(1358); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1296: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'i') ADVANCE(1613); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1297: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'i') ADVANCE(1190); + if (lookahead == 'y') ADVANCE(1411); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1298: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'i') ADVANCE(1532); + if (lookahead == 'y') ADVANCE(1411); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1299: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'i') ADVANCE(1342); + if (lookahead == 'o') ADVANCE(1388); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1300: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'i') ADVANCE(1342); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1301: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'i') ADVANCE(1150); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1302: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'i') ADVANCE(1614); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1303: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'i') ADVANCE(1615); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1304: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'i') ADVANCE(1473); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1305: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'i') ADVANCE(1275); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1306: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'i') ADVANCE(1468); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1307: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'i') ADVANCE(1543); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1308: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'i') ADVANCE(1534); + if (lookahead == 'm') ADVANCE(1604); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1309: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'i') ADVANCE(1457); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1310: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'i') ADVANCE(1432); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1311: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'i') ADVANCE(1504); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1312: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'i') ADVANCE(1166); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1313: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'i') ADVANCE(1574); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1314: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'i') ADVANCE(1167); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1315: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'i') ADVANCE(1544); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1316: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'i') ADVANCE(1168); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1317: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'i') ADVANCE(1406); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1318: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'i') ADVANCE(1408); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1319: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'i') ADVANCE(1410); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1320: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'i') ADVANCE(1546); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1321: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'i') ADVANCE(1366); + if (lookahead == 'u') ADVANCE(1433); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1322: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'i') ADVANCE(1413); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1323: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'i') ADVANCE(1373); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1324: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'i') ADVANCE(1417); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1325: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'i') ADVANCE(1192); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1326: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'i') ADVANCE(1113); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1327: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'i') ADVANCE(1363); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1328: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'i') ADVANCE(1507); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1329: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'i') ADVANCE(1463); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1330: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'i') ADVANCE(1414); + if (lookahead == 'u') ADVANCE(1407); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1331: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'i') ADVANCE(1260); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1332: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'i') ADVANCE(1464); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1333: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'i') ADVANCE(1521); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1334: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'i') ADVANCE(1583); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1335: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'i') ADVANCE(1584); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1336: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'i') ADVANCE(1586); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1337: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'i') ADVANCE(1139); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1338: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'i') ADVANCE(1607); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1339: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'i') ADVANCE(1375); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1340: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'k') ADVANCE(1976); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1341: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'k') ADVANCE(1101); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1342: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'l') ADVANCE(1662); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1343: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'l') ADVANCE(1271); + if (lookahead == 't') ADVANCE(1580); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1344: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'l') ADVANCE(1271); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1345: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'l') ADVANCE(1968); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1346: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'l') ADVANCE(1941); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1347: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'l') ADVANCE(1962); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1348: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'l') ADVANCE(1858); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1349: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'l') ADVANCE(1364); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1350: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'l') ADVANCE(1459); + if (lookahead == 'n') ADVANCE(1531); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1351: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'l') ADVANCE(1758); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1352: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'l') ADVANCE(1756); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1353: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'l') ADVANCE(1760); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1354: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'l') ADVANCE(1085); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1355: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'l') ADVANCE(1713); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1356: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'l') ADVANCE(1110); + if (lookahead == 'o') ADVANCE(1387); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1357: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'l') ADVANCE(1110); + if (lookahead == 'o') ADVANCE(1418); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1358: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'l') ADVANCE(1226); + if (lookahead == 'n') ADVANCE(1111); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1359: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'l') ADVANCE(1312); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1360: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'l') ADVANCE(1365); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1361: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'l') ADVANCE(1372); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1362: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'l') ADVANCE(1326); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1363: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'l') ADVANCE(1133); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1364: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'l') ADVANCE(1560); + if (lookahead == 's') ADVANCE(1201); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1365: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'l') ADVANCE(1560); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1366: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'l') ADVANCE(1211); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1367: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'l') ADVANCE(1243); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1368: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'l') ADVANCE(1213); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1369: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'l') ADVANCE(1214); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1370: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'l') ADVANCE(1215); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1371: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'l') ADVANCE(1537); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1372: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'l') ADVANCE(1088); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1373: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'l') ADVANCE(1251); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1374: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'l') ADVANCE(1140); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1375: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'l') ADVANCE(1144); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1376: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'm') ADVANCE(1480); + if (lookahead == 'n') ADVANCE(1191); + if (lookahead == 's') ADVANCE(1807); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1377: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'm') ADVANCE(1480); + if (lookahead == 'n') ADVANCE(1191); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1378: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'm') ADVANCE(1855); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1379: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'm') ADVANCE(1474); + if (lookahead == 'n') ADVANCE(1531); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1380: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'm') ADVANCE(1209); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1381: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'm') ADVANCE(1400); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1382: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'm') ADVANCE(1135); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1383: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'm') ADVANCE(1316); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1384: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'm') ADVANCE(1319); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1385: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'm') ADVANCE(1253); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1386: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'm') ADVANCE(1483); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1387: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'n') ADVANCE(1530); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1388: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'n') ADVANCE(1308); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1389: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'n') ADVANCE(1947); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1390: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'n') ADVANCE(1881); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1391: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'n') ADVANCE(1272); + if (lookahead == 's') ADVANCE(1807); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1392: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'n') ADVANCE(1272); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1393: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'n') ADVANCE(1772); + if (lookahead == 's') ADVANCE(1807); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1394: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'n') ADVANCE(1772); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1395: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'n') ADVANCE(1767); + if (lookahead == 's') ADVANCE(1807); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1396: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'n') ADVANCE(1767); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1397: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'n') ADVANCE(1770); + if (lookahead == 's') ADVANCE(1807); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1398: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'n') ADVANCE(1768); + if (lookahead == 's') ADVANCE(1807); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1399: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'n') ADVANCE(1768); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1400: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'n') ADVANCE(1751); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1401: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'n') ADVANCE(1752); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1402: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'n') ADVANCE(1771); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1403: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'n') ADVANCE(1081); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1404: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'n') ADVANCE(1437); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1405: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'n') ADVANCE(1606); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1406: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'n') ADVANCE(1276); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1407: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'n') ADVANCE(1164); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1408: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'n') ADVANCE(1277); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1409: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'n') ADVANCE(1632); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1410: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'n') ADVANCE(1278); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1411: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'n') ADVANCE(1108); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1412: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'n') ADVANCE(1165); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1413: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'n') ADVANCE(1279); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1414: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'n') ADVANCE(1111); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1415: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'n') ADVANCE(1538); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1416: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'n') ADVANCE(1195); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1417: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'n') ADVANCE(1280); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1418: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'n') ADVANCE(1531); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1419: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'n') ADVANCE(1466); + if (lookahead == 's') ADVANCE(1807); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1420: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'n') ADVANCE(1466); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1421: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'n') ADVANCE(1112); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1422: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'n') ADVANCE(1217); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1423: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'n') ADVANCE(1114); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1424: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'n') ADVANCE(1331); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1425: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'n') ADVANCE(1175); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1426: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'n') ADVANCE(1134); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1427: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'n') ADVANCE(1126); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1428: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'n') ADVANCE(1212); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1429: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'n') ADVANCE(1557); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1430: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'n') ADVANCE(1385); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1431: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'n') ADVANCE(1176); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1432: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'n') ADVANCE(1320); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1433: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'n') ADVANCE(1177); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1434: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'n') ADVANCE(1307); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1435: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'n') ADVANCE(1324); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1436: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'o') ADVANCE(1495); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1437: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'o') ADVANCE(1610); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1438: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'o') ADVANCE(1876); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1439: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'o') ADVANCE(1878); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1440: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'o') ADVANCE(1350); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1441: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'o') ADVANCE(1612); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1442: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'o') ADVANCE(1487); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1443: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'o') ADVANCE(1170); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1444: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'o') ADVANCE(1380); + if (lookahead == 't') ADVANCE(1115); + if (lookahead == 'u') ADVANCE(1148); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1445: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'o') ADVANCE(1380); + if (lookahead == 't') ADVANCE(1116); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1446: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'o') ADVANCE(1380); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1447: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'o') ADVANCE(1388); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1448: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'o') ADVANCE(1292); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1449: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'o') ADVANCE(1596); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1450: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'o') ADVANCE(1508); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1451: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'o') ADVANCE(1374); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1452: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'o') ADVANCE(1597); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1453: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'o') ADVANCE(1575); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1454: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'o') ADVANCE(1179); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1455: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'o') ADVANCE(1348); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1456: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'o') ADVANCE(1184); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1457: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'o') ADVANCE(1390); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1458: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'o') ADVANCE(1418); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1459: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'o') ADVANCE(1490); + if (lookahead == 'u') ADVANCE(1381); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1460: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'o') ADVANCE(1491); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1461: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'o') ADVANCE(1355); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1462: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'o') ADVANCE(1492); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1463: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'o') ADVANCE(1401); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1464: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'o') ADVANCE(1409); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1465: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'o') ADVANCE(1430); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1466: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'o') ADVANCE(1600); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1467: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'o') ADVANCE(1515); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1468: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'o') ADVANCE(1423); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1469: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'o') ADVANCE(1180); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1470: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'o') ADVANCE(1587); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1471: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'p') ADVANCE(1235); + if (lookahead == 'v') ADVANCE(1254); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1472: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'p') ADVANCE(1913); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1473: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'p') ADVANCE(1551); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1474: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'p') ADVANCE(1323); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1475: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'p') ADVANCE(1208); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1476: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'p') ADVANCE(1216); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1477: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'p') ADVANCE(1258); + if (lookahead == 'q') ADVANCE(1603); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1478: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'p') ADVANCE(1258); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1479: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'p') ADVANCE(1238); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1480: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'p') ADVANCE(1450); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1481: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'p') ADVANCE(1239); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1482: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'p') ADVANCE(1506); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1483: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'p') ADVANCE(1467); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1484: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'r') ADVANCE(1598); + if (lookahead == 'y') ADVANCE(1481); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1485: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'r') ADVANCE(1598); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1486: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'r') ADVANCE(1864); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1487: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'r') ADVANCE(1644); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1488: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'r') ADVANCE(1778); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1489: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'r') ADVANCE(738); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1490: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'r') ADVANCE(1083); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1491: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'r') ADVANCE(1630); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1492: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'r') ADVANCE(1729); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1493: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'r') ADVANCE(1995); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1494: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'r') ADVANCE(739); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1495: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'r') ADVANCE(1496); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1496: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'r') ADVANCE(1441); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1497: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'r') ADVANCE(1595); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1498: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'r') ADVANCE(1616); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1499: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'r') ADVANCE(1449); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1500: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'r') ADVANCE(1599); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1501: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'r') ADVANCE(1452); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1502: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'r') ADVANCE(1301); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1503: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'r') ADVANCE(1325); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1504: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'r') ADVANCE(1257); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1505: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'r') ADVANCE(1438); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1506: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'r') ADVANCE(1338); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1507: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'r') ADVANCE(1227); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1508: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'r') ADVANCE(1547); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1509: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'r') ADVANCE(1304); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1510: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'r') ADVANCE(1439); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1511: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'r') ADVANCE(1121); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1512: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'r') ADVANCE(1123); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1513: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'r') ADVANCE(1125); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1514: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'r') ADVANCE(1435); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1515: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'r') ADVANCE(1556); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1516: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'r') ADVANCE(1421); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1517: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'r') ADVANCE(1503); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1518: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'r') ADVANCE(1284); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1519: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'r') ADVANCE(1178); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1520: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'r') ADVANCE(1460); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1521: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'r') ADVANCE(1465); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1522: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'r') ADVANCE(1427); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1523: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'r') ADVANCE(1470); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1524: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 's') ADVANCE(1807); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1525: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 's') ADVANCE(1852); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1526: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 's') ADVANCE(1846); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1527: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 's') ADVANCE(1989); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1528: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 's') ADVANCE(1443); + if (lookahead == 'y') ADVANCE(1412); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1529: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 's') ADVANCE(1199); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1530: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 's') ADVANCE(1592); + if (lookahead == 'v') ADVANCE(1240); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1531: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 's') ADVANCE(1592); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1532: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 's') ADVANCE(1562); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1533: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 's') ADVANCE(1525); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1534: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 's') ADVANCE(1451); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1535: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 's') ADVANCE(1559); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1536: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 's') ADVANCE(1182); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1537: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 's') ADVANCE(1201); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1538: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 's') ADVANCE(1309); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1539: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 's') ADVANCE(1448); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1540: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 't') ADVANCE(1115); + if (lookahead == 'u') ADVANCE(1148); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1541: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 't') ADVANCE(1115); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1542: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 't') ADVANCE(1861); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1543: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 't') ADVANCE(1888); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1544: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 't') ADVANCE(1741); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1545: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 't') ADVANCE(1971); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1546: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 't') ADVANCE(1890); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1547: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 't') ADVANCE(1843); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1548: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 't') ADVANCE(1656); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1549: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 't') ADVANCE(1849); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1550: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 't') ADVANCE(1884); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1551: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 't') ADVANCE(1892); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1552: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 't') ADVANCE(1873); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1553: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 't') ADVANCE(1870); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1554: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 't') ADVANCE(1993); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1555: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 't') ADVANCE(1080); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1556: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 't') ADVANCE(1997); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1557: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 't') ADVANCE(1999); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1558: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 't') ADVANCE(1621); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1559: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 't') ADVANCE(1274); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1560: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 't') ADVANCE(1293); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1561: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 't') ADVANCE(1237); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1562: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 't') ADVANCE(1502); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1563: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 't') ADVANCE(1289); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1564: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 't') ADVANCE(1119); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1565: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 't') ADVANCE(1290); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1566: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 't') ADVANCE(1497); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1567: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 't') ADVANCE(1204); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1568: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 't') ADVANCE(1230); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1569: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 't') ADVANCE(1231); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1570: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 't') ADVANCE(1233); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1571: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 't') ADVANCE(1207); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1572: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 't') ADVANCE(1442); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1573: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 't') ADVANCE(1317); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1574: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 't') ADVANCE(1169); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1575: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 't') ADVANCE(1454); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1576: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 't') ADVANCE(1314); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1577: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 't') ADVANCE(1329); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1578: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 't') ADVANCE(1241); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1579: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 't') ADVANCE(1116); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1580: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 't') ADVANCE(1242); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1581: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 't') ADVANCE(1462); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1582: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 't') ADVANCE(1322); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1583: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 't') ADVANCE(1246); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1584: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 't') ADVANCE(1247); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1585: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 't') ADVANCE(1578); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1586: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 't') ADVANCE(1249); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1587: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 't') ADVANCE(1469); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1588: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 't') ADVANCE(1332); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1589: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 't') ADVANCE(1262); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1590: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 't') ADVANCE(1142); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1591: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'u') ADVANCE(1378); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1592: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'u') ADVANCE(1384); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1593: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'u') ADVANCE(1407); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1594: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'u') ADVANCE(1564); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1595: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'u') ADVANCE(1173); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1596: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'u') ADVANCE(1472); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1597: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'u') ADVANCE(1281); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1598: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'u') ADVANCE(1200); + if (lookahead == 'y') ADVANCE(1793); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1599: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'u') ADVANCE(1200); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1600: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'u') ADVANCE(1545); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1601: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'u') ADVANCE(1519); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1602: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'u') ADVANCE(1569); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1603: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'u') ADVANCE(1328); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1604: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'u') ADVANCE(1590); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1605: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'v') ADVANCE(1136); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1606: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'v') ADVANCE(1333); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1607: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'v') ADVANCE(1141); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1608: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'v') ADVANCE(1146); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1609: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'w') ADVANCE(1313); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1610: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'w') ADVANCE(1422); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1611: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'w') ADVANCE(1305); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1612: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'w') ADVANCE(1318); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1613: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'x') ADVANCE(1906); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1614: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'x') ADVANCE(1903); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1615: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'x') ADVANCE(1909); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1616: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'y') ADVANCE(1793); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1617: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'y') ADVANCE(1653); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1618: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'y') ADVANCE(1719); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1619: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'y') ADVANCE(1086); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1620: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'y') ADVANCE(1481); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1621: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'y') ADVANCE(1475); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1622: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'y') ADVANCE(1412); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1623: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'y') ADVANCE(1476); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1624: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 'z') ADVANCE(1617); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1625: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 0x20e3) ADVANCE(1633); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_3, 945, lookahead)) ADVANCE(1629); + END_STATE(); + case 1626: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 0x20e3) ADVANCE(1634); + if (lookahead == 0xfe0f) ADVANCE(1626); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1630); + if (set_contains(aux_sym_simple_identifier_token1_character_set_3, 945, lookahead)) ADVANCE(1630); + if (lookahead != 0 && + lookahead != '\n' && + lookahead != '\r') ADVANCE(2000); + END_STATE(); + case 1627: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 0x20e3) ADVANCE(1635); + if (lookahead == 0xfe0f) ADVANCE(1627); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1631); + if (set_contains(aux_sym_simple_identifier_token1_character_set_3, 945, lookahead)) ADVANCE(1631); + if (lookahead != 0 && + lookahead != '\n' && + lookahead != '\r') ADVANCE(2001); + END_STATE(); + case 1628: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 0x20e3) ADVANCE(1636); + if (lookahead == 0xfe0f) ADVANCE(1628); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1632); + if (set_contains(aux_sym_simple_identifier_token1_character_set_3, 945, lookahead)) ADVANCE(1632); + if (lookahead != 0 && + lookahead != '\n' && + lookahead != '\r') ADVANCE(2002); + END_STATE(); + case 1629: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1630: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 0xfe0f) ADVANCE(1626); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1630); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1630); + if (lookahead != 0 && + lookahead != '\n' && + lookahead != '\r') ADVANCE(2000); + END_STATE(); + case 1631: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 0xfe0f) ADVANCE(1627); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1631); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1631); + if (lookahead != 0 && + lookahead != '\n' && + lookahead != '\r') ADVANCE(2001); + END_STATE(); + case 1632: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (lookahead == 0xfe0f) ADVANCE(1628); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1632); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1632); + if (lookahead != 0 && + lookahead != '\n' && + lookahead != '\r') ADVANCE(2002); + END_STATE(); + case 1633: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1634: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1630); + if (lookahead != 0 && + lookahead != '\n' && + lookahead != '\r') ADVANCE(2000); + END_STATE(); + case 1635: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1631); + if (lookahead != 0 && + lookahead != '\n' && + lookahead != '\r') ADVANCE(2001); + END_STATE(); + case 1636: + ACCEPT_TOKEN(aux_sym_simple_identifier_token1); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1632); + if (lookahead != 0 && + lookahead != '\n' && + lookahead != '\r') ADVANCE(2002); + END_STATE(); + case 1637: + ACCEPT_TOKEN(aux_sym_simple_identifier_token2); + END_STATE(); + case 1638: + ACCEPT_TOKEN(aux_sym_simple_identifier_token3); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1638); + END_STATE(); + case 1639: + ACCEPT_TOKEN(aux_sym_simple_identifier_token4); + if (lookahead == 0x20e3) ADVANCE(1641); + if (lookahead == 0xfe0f) ADVANCE(1639); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1640); + if (set_contains(aux_sym_simple_identifier_token1_character_set_3, 945, lookahead)) ADVANCE(1640); + END_STATE(); + case 1640: + ACCEPT_TOKEN(aux_sym_simple_identifier_token4); + if (lookahead == 0xfe0f) ADVANCE(1639); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1640); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1640); + END_STATE(); + case 1641: + ACCEPT_TOKEN(aux_sym_simple_identifier_token4); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1640); + END_STATE(); + case 1642: + ACCEPT_TOKEN(anon_sym_actor); + END_STATE(); + case 1643: + ACCEPT_TOKEN(anon_sym_actor); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1644: + ACCEPT_TOKEN(anon_sym_actor); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1645: + ACCEPT_TOKEN(anon_sym_async); + END_STATE(); + case 1646: + ACCEPT_TOKEN(anon_sym_async); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1647: + ACCEPT_TOKEN(anon_sym_async); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1648: + ACCEPT_TOKEN(anon_sym_each); + END_STATE(); + case 1649: + ACCEPT_TOKEN(anon_sym_each); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1650: + ACCEPT_TOKEN(anon_sym_each); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1651: + ACCEPT_TOKEN(anon_sym_lazy); + END_STATE(); + case 1652: + ACCEPT_TOKEN(anon_sym_lazy); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1653: + ACCEPT_TOKEN(anon_sym_lazy); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1654: + ACCEPT_TOKEN(anon_sym_repeat); + END_STATE(); + case 1655: + ACCEPT_TOKEN(anon_sym_repeat); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1656: + ACCEPT_TOKEN(anon_sym_repeat); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1657: + ACCEPT_TOKEN(anon_sym_package); + END_STATE(); + case 1658: + ACCEPT_TOKEN(anon_sym_package); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1659: + ACCEPT_TOKEN(anon_sym_package); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1660: + ACCEPT_TOKEN(anon_sym_nil); + END_STATE(); + case 1661: + ACCEPT_TOKEN(anon_sym_nil); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1662: + ACCEPT_TOKEN(anon_sym_nil); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1663: + ACCEPT_TOKEN(sym_real_literal); + if (lookahead == '_') ADVANCE(156); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(695); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1663); + END_STATE(); + case 1664: + ACCEPT_TOKEN(sym_real_literal); + if (lookahead == '_') ADVANCE(158); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1664); + END_STATE(); + case 1665: + ACCEPT_TOKEN(sym_integer_literal); + ADVANCE_MAP( + '.', 699, + 'X', 701, + '_', 152, + 'x', 702, + 'B', 696, + 'b', 696, + 'E', 695, + 'e', 695, + 'O', 697, + 'o', 697, + ); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1666); + END_STATE(); + case 1666: + ACCEPT_TOKEN(sym_integer_literal); + if (lookahead == '.') ADVANCE(699); + if (lookahead == '_') ADVANCE(152); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(695); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1666); + END_STATE(); + case 1667: + ACCEPT_TOKEN(sym_integer_literal); + if (lookahead == '_') ADVANCE(161); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1667); + END_STATE(); + case 1668: + ACCEPT_TOKEN(sym_hex_literal); + if (lookahead == '.') ADVANCE(703); + if (lookahead == '_') ADVANCE(157); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(695); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1668); + END_STATE(); + case 1669: + ACCEPT_TOKEN(sym_hex_literal); + if (lookahead == '_') ADVANCE(153); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1669); + END_STATE(); + case 1670: + ACCEPT_TOKEN(sym_oct_literal); + if (lookahead == '_') ADVANCE(155); + if (('0' <= lookahead && lookahead <= '7')) ADVANCE(1670); + END_STATE(); + case 1671: + ACCEPT_TOKEN(sym_bin_literal); + if (lookahead == '_') ADVANCE(154); + if (lookahead == '0' || + lookahead == '1') ADVANCE(1671); + END_STATE(); + case 1672: + ACCEPT_TOKEN(anon_sym_true); + END_STATE(); + case 1673: + ACCEPT_TOKEN(anon_sym_true); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1674: + ACCEPT_TOKEN(anon_sym_true); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1675: + ACCEPT_TOKEN(anon_sym_false); + END_STATE(); + case 1676: + ACCEPT_TOKEN(anon_sym_false); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1677: + ACCEPT_TOKEN(anon_sym_false); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1678: + ACCEPT_TOKEN(anon_sym_DQUOTE); + END_STATE(); + case 1679: + ACCEPT_TOKEN(anon_sym_DQUOTE); + if (lookahead == '"') ADVANCE(83); + END_STATE(); + case 1680: + ACCEPT_TOKEN(aux_sym_line_str_text_token1); + if (lookahead == '\n') ADVANCE(1683); + if (lookahead != 0 && + lookahead != '"' && + lookahead != '\\') ADVANCE(1680); + END_STATE(); + case 1681: + ACCEPT_TOKEN(aux_sym_line_str_text_token1); + if (lookahead == '/') ADVANCE(1682); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') ADVANCE(1681); + if (lookahead != 0 && + lookahead != '"' && + lookahead != '\\') ADVANCE(1683); + END_STATE(); + case 1682: + ACCEPT_TOKEN(aux_sym_line_str_text_token1); + if (lookahead == '/') ADVANCE(1680); + if (lookahead != 0 && + lookahead != '"' && + lookahead != '\\') ADVANCE(1683); + END_STATE(); + case 1683: + ACCEPT_TOKEN(aux_sym_line_str_text_token1); + if (lookahead != 0 && + lookahead != '"' && + lookahead != '\\') ADVANCE(1683); + END_STATE(); + case 1684: + ACCEPT_TOKEN(anon_sym_BSLASH); + END_STATE(); + case 1685: + ACCEPT_TOKEN(anon_sym_BSLASH); + ADVANCE_MAP( + '(', 1692, + '\n', 1694, + '"', 1694, + '\'', 1694, + '0', 1694, + '\\', 1694, + 'n', 1694, + 'r', 1694, + 't', 1694, + ); + END_STATE(); + case 1686: + ACCEPT_TOKEN(anon_sym_u); + END_STATE(); + case 1687: + ACCEPT_TOKEN(anon_sym_u); + if (lookahead == 'n') ADVANCE(199); + END_STATE(); + case 1688: + ACCEPT_TOKEN(aux_sym__uni_character_literal_token1); + END_STATE(); + case 1689: + ACCEPT_TOKEN(anon_sym_DQUOTE_DQUOTE_DQUOTE); + END_STATE(); + case 1690: + ACCEPT_TOKEN(anon_sym_RPAREN); + END_STATE(); + case 1691: + ACCEPT_TOKEN(sym_raw_str_interpolation_start); + END_STATE(); + case 1692: + ACCEPT_TOKEN(anon_sym_BSLASH_LPAREN); + END_STATE(); + case 1693: + ACCEPT_TOKEN(anon_sym_COMMA); + END_STATE(); + case 1694: + ACCEPT_TOKEN(sym__escaped_identifier); + END_STATE(); + case 1695: + ACCEPT_TOKEN(aux_sym__extended_regex_literal_token1); + if (lookahead == '/') ADVANCE(729); + if (lookahead != 0 && + lookahead != '\n') ADVANCE(736); + END_STATE(); + case 1696: + ACCEPT_TOKEN(aux_sym__extended_regex_literal_token1); + if (lookahead == '/') ADVANCE(88); + if (lookahead != 0 && + lookahead != '\n') ADVANCE(132); + END_STATE(); + case 1697: + ACCEPT_TOKEN(aux_sym__multiline_regex_literal_token1); + END_STATE(); + case 1698: + ACCEPT_TOKEN(aux_sym__multiline_regex_literal_token2); + END_STATE(); + case 1699: + ACCEPT_TOKEN(sym__oneline_regex_literal); + END_STATE(); + case 1700: + ACCEPT_TOKEN(anon_sym_COLON); + END_STATE(); + case 1701: + ACCEPT_TOKEN(anon_sym_BANG2); + END_STATE(); + case 1702: + ACCEPT_TOKEN(anon_sym_BANG2); + if (lookahead == '=') ADVANCE(1799); + END_STATE(); + case 1703: + ACCEPT_TOKEN(anon_sym_LPAREN); + END_STATE(); + case 1704: + ACCEPT_TOKEN(anon_sym_LBRACK); + END_STATE(); + case 1705: + ACCEPT_TOKEN(anon_sym_RBRACK); + END_STATE(); + case 1706: + ACCEPT_TOKEN(anon_sym_DOT); + END_STATE(); + case 1707: + ACCEPT_TOKEN(anon_sym_DOT); + if (lookahead == '.') ADVANCE(127); + END_STATE(); + case 1708: + ACCEPT_TOKEN(anon_sym_DOT); + if (lookahead == '.') ADVANCE(127); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1663); + END_STATE(); + case 1709: + ACCEPT_TOKEN(anon_sym_DOT); + if (lookahead == '.') ADVANCE(126); + END_STATE(); + case 1710: + ACCEPT_TOKEN(anon_sym_Type); + END_STATE(); + case 1711: + ACCEPT_TOKEN(anon_sym_Type); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1712: + ACCEPT_TOKEN(anon_sym_Protocol); + END_STATE(); + case 1713: + ACCEPT_TOKEN(anon_sym_Protocol); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1714: + ACCEPT_TOKEN(anon_sym_QMARK); + END_STATE(); + case 1715: + ACCEPT_TOKEN(anon_sym_QMARK2); + END_STATE(); + case 1716: + ACCEPT_TOKEN(anon_sym_some); + END_STATE(); + case 1717: + ACCEPT_TOKEN(anon_sym_some); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1718: + ACCEPT_TOKEN(anon_sym_any); + END_STATE(); + case 1719: + ACCEPT_TOKEN(anon_sym_any); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1720: + ACCEPT_TOKEN(anon_sym_AMP); + END_STATE(); + case 1721: + ACCEPT_TOKEN(anon_sym_TILDE); + END_STATE(); + case 1722: + ACCEPT_TOKEN(anon_sym_if); + END_STATE(); + case 1723: + ACCEPT_TOKEN(anon_sym_if); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1724: + ACCEPT_TOKEN(anon_sym_if); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1725: + ACCEPT_TOKEN(anon_sym_switch); + END_STATE(); + case 1726: + ACCEPT_TOKEN(anon_sym_switch); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1727: + ACCEPT_TOKEN(anon_sym_switch); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1728: + ACCEPT_TOKEN(anon_sym_selector); + END_STATE(); + case 1729: + ACCEPT_TOKEN(anon_sym_selector); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1730: + ACCEPT_TOKEN(anon_sym_getter_COLON); + END_STATE(); + case 1731: + ACCEPT_TOKEN(anon_sym_setter_COLON); + END_STATE(); + case 1732: + ACCEPT_TOKEN(aux_sym_custom_operator_token1); + if (lookahead == '*') ADVANCE(1732); + END_STATE(); + case 1733: + ACCEPT_TOKEN(anon_sym_LT); + END_STATE(); + case 1734: + ACCEPT_TOKEN(anon_sym_LT); + if (lookahead == '<') ADVANCE(1820); + if (lookahead == '=') ADVANCE(1802); + END_STATE(); + case 1735: + ACCEPT_TOKEN(anon_sym_LT); + if (lookahead == '=') ADVANCE(1802); + END_STATE(); + case 1736: + ACCEPT_TOKEN(anon_sym_GT); + END_STATE(); + case 1737: + ACCEPT_TOKEN(anon_sym_GT); + if (lookahead == '=') ADVANCE(1803); + END_STATE(); + case 1738: + ACCEPT_TOKEN(anon_sym_GT); + if (lookahead == '=') ADVANCE(1803); + if (lookahead == '>') ADVANCE(1821); + END_STATE(); + case 1739: + ACCEPT_TOKEN(anon_sym_await); + END_STATE(); + case 1740: + ACCEPT_TOKEN(anon_sym_await); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1741: + ACCEPT_TOKEN(anon_sym_await); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1742: + ACCEPT_TOKEN(anon_sym_file); + if (lookahead == 'I') ADVANCE(142); + if (lookahead == 'L') ADVANCE(399); + if (lookahead == 'P') ADVANCE(195); + END_STATE(); + case 1743: + ACCEPT_TOKEN(anon_sym_file); + if (lookahead == 'I') ADVANCE(1079); + if (lookahead == 'L') ADVANCE(1334); + if (lookahead == 'P') ADVANCE(1131); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1744: + ACCEPT_TOKEN(anon_sym_fileID); + END_STATE(); + case 1745: + ACCEPT_TOKEN(anon_sym_fileID); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1746: + ACCEPT_TOKEN(anon_sym_filePath); + END_STATE(); + case 1747: + ACCEPT_TOKEN(anon_sym_filePath); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1748: + ACCEPT_TOKEN(anon_sym_line); + END_STATE(); + case 1749: + ACCEPT_TOKEN(anon_sym_line); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1750: + ACCEPT_TOKEN(anon_sym_column); + END_STATE(); + case 1751: + ACCEPT_TOKEN(anon_sym_column); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1752: + ACCEPT_TOKEN(anon_sym_function); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1753: + ACCEPT_TOKEN(anon_sym_dsohandle); + END_STATE(); + case 1754: + ACCEPT_TOKEN(anon_sym_dsohandle); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1755: + ACCEPT_TOKEN(anon_sym_colorLiteral); + END_STATE(); + case 1756: + ACCEPT_TOKEN(anon_sym_colorLiteral); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1757: + ACCEPT_TOKEN(anon_sym_fileLiteral); + END_STATE(); + case 1758: + ACCEPT_TOKEN(anon_sym_fileLiteral); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1759: + ACCEPT_TOKEN(anon_sym_imageLiteral); + END_STATE(); + case 1760: + ACCEPT_TOKEN(anon_sym_imageLiteral); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1761: + ACCEPT_TOKEN(anon_sym_LBRACE); + END_STATE(); + case 1762: + ACCEPT_TOKEN(anon_sym_CARET_LBRACE); + END_STATE(); + case 1763: + ACCEPT_TOKEN(anon_sym_RBRACE); + END_STATE(); + case 1764: + ACCEPT_TOKEN(anon_sym_in); + END_STATE(); + case 1765: + ACCEPT_TOKEN(anon_sym_in); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'd') ADVANCE(887); + if (lookahead == 'f') ADVANCE(875); + if (lookahead == 'o') ADVANCE(1057); + if (lookahead == 't') ADVANCE(840); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1766: + ACCEPT_TOKEN(anon_sym_in); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 'd') ADVANCE(887); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1767: + ACCEPT_TOKEN(anon_sym_in); + if (lookahead == 'd') ADVANCE(1311); + if (lookahead == 'f') ADVANCE(1296); + if (lookahead == 'o') ADVANCE(1600); + if (lookahead == 't') ADVANCE(1236); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1768: + ACCEPT_TOKEN(anon_sym_in); + if (lookahead == 'd') ADVANCE(1311); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1769: + ACCEPT_TOKEN(anon_sym_in); + if (lookahead == 'd') ADVANCE(388); + if (lookahead == 'f') ADVANCE(366); + if (lookahead == 'o') ADVANCE(664); + if (lookahead == 't') ADVANCE(315); + END_STATE(); + case 1770: + ACCEPT_TOKEN(anon_sym_in); + if (lookahead == 'f') ADVANCE(1296); + if (lookahead == 'o') ADVANCE(1600); + if (lookahead == 't') ADVANCE(1236); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1771: + ACCEPT_TOKEN(anon_sym_in); + if (lookahead == 'o') ADVANCE(1600); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1772: + ACCEPT_TOKEN(anon_sym_in); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1773: + ACCEPT_TOKEN(anon_sym_self); + END_STATE(); + case 1774: + ACCEPT_TOKEN(anon_sym_self); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1775: + ACCEPT_TOKEN(anon_sym_self); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1776: + ACCEPT_TOKEN(anon_sym_super); + END_STATE(); + case 1777: + ACCEPT_TOKEN(anon_sym_super); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1778: + ACCEPT_TOKEN(anon_sym_super); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1779: + ACCEPT_TOKEN(anon_sym_guard); + END_STATE(); + case 1780: + ACCEPT_TOKEN(anon_sym_guard); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1781: + ACCEPT_TOKEN(anon_sym_case); + END_STATE(); + case 1782: + ACCEPT_TOKEN(anon_sym_case); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1783: + ACCEPT_TOKEN(anon_sym_case); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1784: + ACCEPT_TOKEN(anon_sym_fallthrough); + END_STATE(); + case 1785: + ACCEPT_TOKEN(anon_sym_fallthrough); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1786: + ACCEPT_TOKEN(anon_sym_fallthrough); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1787: + ACCEPT_TOKEN(anon_sym_do); + END_STATE(); + case 1788: + ACCEPT_TOKEN(anon_sym_do); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1789: + ACCEPT_TOKEN(anon_sym_keyPath); + END_STATE(); + case 1790: + ACCEPT_TOKEN(anon_sym_keyPath); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1791: + ACCEPT_TOKEN(anon_sym_try); + END_STATE(); + case 1792: + ACCEPT_TOKEN(anon_sym_try); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1793: + ACCEPT_TOKEN(anon_sym_try); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1794: + ACCEPT_TOKEN(anon_sym_PLUS_EQ); + END_STATE(); + case 1795: + ACCEPT_TOKEN(anon_sym_DASH_EQ); + END_STATE(); + case 1796: + ACCEPT_TOKEN(anon_sym_STAR_EQ); + END_STATE(); + case 1797: + ACCEPT_TOKEN(anon_sym_SLASH_EQ); + END_STATE(); + case 1798: + ACCEPT_TOKEN(anon_sym_PERCENT_EQ); + END_STATE(); + case 1799: + ACCEPT_TOKEN(anon_sym_BANG_EQ); + if (lookahead == '=') ADVANCE(1800); + END_STATE(); + case 1800: + ACCEPT_TOKEN(anon_sym_BANG_EQ_EQ); + END_STATE(); + case 1801: + ACCEPT_TOKEN(anon_sym_EQ_EQ_EQ); + END_STATE(); + case 1802: + ACCEPT_TOKEN(anon_sym_LT_EQ); + END_STATE(); + case 1803: + ACCEPT_TOKEN(anon_sym_GT_EQ); + END_STATE(); + case 1804: + ACCEPT_TOKEN(anon_sym_DOT_DOT_DOT); + END_STATE(); + case 1805: + ACCEPT_TOKEN(anon_sym_DOT_DOT_LT); + END_STATE(); + case 1806: + ACCEPT_TOKEN(anon_sym_is); + END_STATE(); + case 1807: + ACCEPT_TOKEN(anon_sym_is); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1808: + ACCEPT_TOKEN(anon_sym_PLUS); + if (lookahead == '+') ADVANCE(1815); + if (lookahead == '=') ADVANCE(1794); + END_STATE(); + case 1809: + ACCEPT_TOKEN(anon_sym_DASH); + if (lookahead == '-') ADVANCE(1816); + if (lookahead == '=') ADVANCE(1795); + END_STATE(); + case 1810: + ACCEPT_TOKEN(anon_sym_STAR); + END_STATE(); + case 1811: + ACCEPT_TOKEN(anon_sym_STAR); + if (lookahead == '=') ADVANCE(1796); + END_STATE(); + case 1812: + ACCEPT_TOKEN(anon_sym_SLASH); + if (lookahead == '*') ADVANCE(1732); + if (lookahead == '/') ADVANCE(733); + if (lookahead == '=') ADVANCE(1797); + if (lookahead == '\t' || + lookahead == ' ') ADVANCE(694); + if (lookahead != 0 && + lookahead != '\t' && + lookahead != '\n') ADVANCE(129); + END_STATE(); + case 1813: + ACCEPT_TOKEN(anon_sym_SLASH); + if (lookahead == '*') ADVANCE(1732); + if (lookahead == '/') ADVANCE(734); + if (lookahead == '=') ADVANCE(1797); + END_STATE(); + case 1814: + ACCEPT_TOKEN(anon_sym_PERCENT); + if (lookahead == '=') ADVANCE(1798); + END_STATE(); + case 1815: + ACCEPT_TOKEN(anon_sym_PLUS_PLUS); + END_STATE(); + case 1816: + ACCEPT_TOKEN(anon_sym_DASH_DASH); + END_STATE(); + case 1817: + ACCEPT_TOKEN(anon_sym_PIPE); + END_STATE(); + case 1818: + ACCEPT_TOKEN(anon_sym_CARET); + END_STATE(); + case 1819: + ACCEPT_TOKEN(anon_sym_CARET); + if (lookahead == '{') ADVANCE(1762); + END_STATE(); + case 1820: + ACCEPT_TOKEN(anon_sym_LT_LT); + END_STATE(); + case 1821: + ACCEPT_TOKEN(anon_sym_GT_GT); + END_STATE(); + case 1822: + ACCEPT_TOKEN(sym_statement_label); + END_STATE(); + case 1823: + ACCEPT_TOKEN(anon_sym_for); + END_STATE(); + case 1824: + ACCEPT_TOKEN(anon_sym_for); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1825: + ACCEPT_TOKEN(anon_sym_while); + END_STATE(); + case 1826: + ACCEPT_TOKEN(anon_sym_while); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1827: + ACCEPT_TOKEN(sym_throw_keyword); + END_STATE(); + case 1828: + ACCEPT_TOKEN(sym_throw_keyword); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1829: + ACCEPT_TOKEN(anon_sym_return); + END_STATE(); + case 1830: + ACCEPT_TOKEN(anon_sym_return); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1831: + ACCEPT_TOKEN(anon_sym_continue); + END_STATE(); + case 1832: + ACCEPT_TOKEN(anon_sym_continue); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1833: + ACCEPT_TOKEN(anon_sym_break); + END_STATE(); + case 1834: + ACCEPT_TOKEN(anon_sym_break); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1835: + ACCEPT_TOKEN(anon_sym_yield); + END_STATE(); + case 1836: + ACCEPT_TOKEN(anon_sym_yield); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1837: + ACCEPT_TOKEN(anon_sym_available); + END_STATE(); + case 1838: + ACCEPT_TOKEN(anon_sym_available); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1839: + ACCEPT_TOKEN(anon_sym_unavailable); + END_STATE(); + case 1840: + ACCEPT_TOKEN(anon_sym_unavailable); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1841: + ACCEPT_TOKEN(anon_sym_import); + END_STATE(); + case 1842: + ACCEPT_TOKEN(anon_sym_import); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1843: + ACCEPT_TOKEN(anon_sym_import); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1844: + ACCEPT_TOKEN(anon_sym_typealias); + END_STATE(); + case 1845: + ACCEPT_TOKEN(anon_sym_typealias); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1846: + ACCEPT_TOKEN(anon_sym_typealias); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1847: + ACCEPT_TOKEN(anon_sym_struct); + END_STATE(); + case 1848: + ACCEPT_TOKEN(anon_sym_struct); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1849: + ACCEPT_TOKEN(anon_sym_struct); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1850: + ACCEPT_TOKEN(anon_sym_class); + END_STATE(); + case 1851: + ACCEPT_TOKEN(anon_sym_class); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1852: + ACCEPT_TOKEN(anon_sym_class); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1853: + ACCEPT_TOKEN(anon_sym_enum); + END_STATE(); + case 1854: + ACCEPT_TOKEN(anon_sym_enum); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1855: + ACCEPT_TOKEN(anon_sym_enum); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1856: + ACCEPT_TOKEN(anon_sym_protocol); + END_STATE(); + case 1857: + ACCEPT_TOKEN(anon_sym_protocol); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1858: + ACCEPT_TOKEN(anon_sym_protocol); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1859: + ACCEPT_TOKEN(anon_sym_let); + END_STATE(); + case 1860: + ACCEPT_TOKEN(anon_sym_let); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1861: + ACCEPT_TOKEN(anon_sym_let); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1862: + ACCEPT_TOKEN(anon_sym_var); + END_STATE(); + case 1863: + ACCEPT_TOKEN(anon_sym_var); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1864: + ACCEPT_TOKEN(anon_sym_var); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1865: + ACCEPT_TOKEN(anon_sym_func); + END_STATE(); + case 1866: + ACCEPT_TOKEN(anon_sym_func); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1867: + ACCEPT_TOKEN(anon_sym_func); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1868: + ACCEPT_TOKEN(anon_sym_willSet); + END_STATE(); + case 1869: + ACCEPT_TOKEN(anon_sym_willSet); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1870: + ACCEPT_TOKEN(anon_sym_willSet); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1871: + ACCEPT_TOKEN(anon_sym_didSet); + END_STATE(); + case 1872: + ACCEPT_TOKEN(anon_sym_didSet); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1873: + ACCEPT_TOKEN(anon_sym_didSet); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1874: + ACCEPT_TOKEN(anon_sym_macro); + END_STATE(); + case 1875: + ACCEPT_TOKEN(anon_sym_macro); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1876: + ACCEPT_TOKEN(anon_sym_macro); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1877: + ACCEPT_TOKEN(anon_sym_externalMacro); + END_STATE(); + case 1878: + ACCEPT_TOKEN(anon_sym_externalMacro); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1879: + ACCEPT_TOKEN(anon_sym_extension); + END_STATE(); + case 1880: + ACCEPT_TOKEN(anon_sym_extension); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1881: + ACCEPT_TOKEN(anon_sym_extension); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1882: + ACCEPT_TOKEN(anon_sym_indirect); + END_STATE(); + case 1883: + ACCEPT_TOKEN(anon_sym_indirect); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1884: + ACCEPT_TOKEN(anon_sym_indirect); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1885: + ACCEPT_TOKEN(anon_sym_SEMI); + END_STATE(); + case 1886: + ACCEPT_TOKEN(anon_sym_init); + END_STATE(); + case 1887: + ACCEPT_TOKEN(anon_sym_init); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1888: + ACCEPT_TOKEN(anon_sym_init); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1889: + ACCEPT_TOKEN(anon_sym_deinit); + END_STATE(); + case 1890: + ACCEPT_TOKEN(anon_sym_deinit); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1891: + ACCEPT_TOKEN(anon_sym_subscript); + END_STATE(); + case 1892: + ACCEPT_TOKEN(anon_sym_subscript); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1893: + ACCEPT_TOKEN(anon_sym_get); + END_STATE(); + case 1894: + ACCEPT_TOKEN(anon_sym_get); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1895: + ACCEPT_TOKEN(anon_sym_get); + if (lookahead == 't') ADVANCE(317); + END_STATE(); + case 1896: + ACCEPT_TOKEN(anon_sym_set); + END_STATE(); + case 1897: + ACCEPT_TOKEN(anon_sym_set); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1898: + ACCEPT_TOKEN(anon_sym_set); + if (lookahead == 't') ADVANCE(318); + END_STATE(); + case 1899: + ACCEPT_TOKEN(anon_sym__modify); + END_STATE(); + case 1900: + ACCEPT_TOKEN(anon_sym__modify); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1901: + ACCEPT_TOKEN(anon_sym_prefix); + END_STATE(); + case 1902: + ACCEPT_TOKEN(anon_sym_prefix); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1903: + ACCEPT_TOKEN(anon_sym_prefix); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1904: + ACCEPT_TOKEN(anon_sym_infix); + END_STATE(); + case 1905: + ACCEPT_TOKEN(anon_sym_infix); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1906: + ACCEPT_TOKEN(anon_sym_infix); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1907: + ACCEPT_TOKEN(anon_sym_postfix); + END_STATE(); + case 1908: + ACCEPT_TOKEN(anon_sym_postfix); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1909: + ACCEPT_TOKEN(anon_sym_postfix); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1910: + ACCEPT_TOKEN(anon_sym_operator); + END_STATE(); + case 1911: + ACCEPT_TOKEN(anon_sym_precedencegroup); + END_STATE(); + case 1912: + ACCEPT_TOKEN(anon_sym_precedencegroup); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1913: + ACCEPT_TOKEN(anon_sym_precedencegroup); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1914: + ACCEPT_TOKEN(anon_sym_associatedtype); + END_STATE(); + case 1915: + ACCEPT_TOKEN(anon_sym_associatedtype); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1916: + ACCEPT_TOKEN(anon_sym_associatedtype); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1917: + ACCEPT_TOKEN(anon_sym_AT); + END_STATE(); + case 1918: + ACCEPT_TOKEN(anon_sym_AT); + if (lookahead == 'a') ADVANCE(667); + if (lookahead == 'e') ADVANCE(596); + END_STATE(); + case 1919: + ACCEPT_TOKEN(sym_wildcard_pattern); + END_STATE(); + case 1920: + ACCEPT_TOKEN(sym_wildcard_pattern); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1921: + ACCEPT_TOKEN(anon_sym_override); + END_STATE(); + case 1922: + ACCEPT_TOKEN(anon_sym_override); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1923: + ACCEPT_TOKEN(anon_sym_override); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1924: + ACCEPT_TOKEN(anon_sym_convenience); + END_STATE(); + case 1925: + ACCEPT_TOKEN(anon_sym_convenience); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1926: + ACCEPT_TOKEN(anon_sym_convenience); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1927: + ACCEPT_TOKEN(anon_sym_required); + END_STATE(); + case 1928: + ACCEPT_TOKEN(anon_sym_required); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1929: + ACCEPT_TOKEN(anon_sym_required); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1930: + ACCEPT_TOKEN(anon_sym_nonisolated); + END_STATE(); + case 1931: + ACCEPT_TOKEN(anon_sym_nonisolated); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1932: + ACCEPT_TOKEN(anon_sym_nonisolated); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1933: + ACCEPT_TOKEN(anon_sym_public); + END_STATE(); + case 1934: + ACCEPT_TOKEN(anon_sym_public); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1935: + ACCEPT_TOKEN(anon_sym_public); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1936: + ACCEPT_TOKEN(anon_sym_private); + END_STATE(); + case 1937: + ACCEPT_TOKEN(anon_sym_private); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1938: + ACCEPT_TOKEN(anon_sym_private); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1939: + ACCEPT_TOKEN(anon_sym_internal); + END_STATE(); + case 1940: + ACCEPT_TOKEN(anon_sym_internal); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1941: + ACCEPT_TOKEN(anon_sym_internal); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1942: + ACCEPT_TOKEN(anon_sym_fileprivate); + END_STATE(); + case 1943: + ACCEPT_TOKEN(anon_sym_fileprivate); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1944: + ACCEPT_TOKEN(anon_sym_fileprivate); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1945: + ACCEPT_TOKEN(anon_sym_open); + END_STATE(); + case 1946: + ACCEPT_TOKEN(anon_sym_open); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1947: + ACCEPT_TOKEN(anon_sym_open); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1948: + ACCEPT_TOKEN(anon_sym_mutating); + END_STATE(); + case 1949: + ACCEPT_TOKEN(anon_sym_mutating); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1950: + ACCEPT_TOKEN(anon_sym_mutating); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1951: + ACCEPT_TOKEN(anon_sym_nonmutating); + END_STATE(); + case 1952: + ACCEPT_TOKEN(anon_sym_nonmutating); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1953: + ACCEPT_TOKEN(anon_sym_nonmutating); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1954: + ACCEPT_TOKEN(anon_sym_static); + END_STATE(); + case 1955: + ACCEPT_TOKEN(anon_sym_static); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1956: + ACCEPT_TOKEN(anon_sym_static); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1957: + ACCEPT_TOKEN(anon_sym_dynamic); + END_STATE(); + case 1958: + ACCEPT_TOKEN(anon_sym_dynamic); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1959: + ACCEPT_TOKEN(anon_sym_dynamic); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1960: + ACCEPT_TOKEN(anon_sym_optional); + END_STATE(); + case 1961: + ACCEPT_TOKEN(anon_sym_optional); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1962: + ACCEPT_TOKEN(anon_sym_optional); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1963: + ACCEPT_TOKEN(anon_sym_distributed); + END_STATE(); + case 1964: + ACCEPT_TOKEN(anon_sym_distributed); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1965: + ACCEPT_TOKEN(anon_sym_distributed); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1966: + ACCEPT_TOKEN(anon_sym_final); + END_STATE(); + case 1967: + ACCEPT_TOKEN(anon_sym_final); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1968: + ACCEPT_TOKEN(anon_sym_final); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1969: + ACCEPT_TOKEN(anon_sym_inout); + END_STATE(); + case 1970: + ACCEPT_TOKEN(anon_sym_inout); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1971: + ACCEPT_TOKEN(anon_sym_inout); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1972: + ACCEPT_TOKEN(anon_sym_ATescaping); + END_STATE(); + case 1973: + ACCEPT_TOKEN(anon_sym_ATautoclosure); + END_STATE(); + case 1974: + ACCEPT_TOKEN(anon_sym_weak); + END_STATE(); + case 1975: + ACCEPT_TOKEN(anon_sym_weak); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1976: + ACCEPT_TOKEN(anon_sym_weak); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1977: + ACCEPT_TOKEN(anon_sym_unowned); + if (lookahead == '(') ADVANCE(604); + END_STATE(); + case 1978: + ACCEPT_TOKEN(anon_sym_unowned); + if (lookahead == '(') ADVANCE(604); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1979: + ACCEPT_TOKEN(anon_sym_unowned); + if (lookahead == '(') ADVANCE(604); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1980: + ACCEPT_TOKEN(anon_sym_unowned_LPARENsafe_RPAREN); + END_STATE(); + case 1981: + ACCEPT_TOKEN(anon_sym_unowned_LPARENunsafe_RPAREN); + END_STATE(); + case 1982: + ACCEPT_TOKEN(anon_sym_borrowing); + END_STATE(); + case 1983: + ACCEPT_TOKEN(anon_sym_borrowing); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1984: + ACCEPT_TOKEN(anon_sym_borrowing); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1985: + ACCEPT_TOKEN(anon_sym_consuming); + END_STATE(); + case 1986: + ACCEPT_TOKEN(anon_sym_consuming); + if (lookahead == ':') ADVANCE(1822); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1078); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1987: + ACCEPT_TOKEN(anon_sym_consuming); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1988: + ACCEPT_TOKEN(anon_sym_os); + END_STATE(); + case 1989: + ACCEPT_TOKEN(anon_sym_os); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1990: + ACCEPT_TOKEN(anon_sym_arch); + END_STATE(); + case 1991: + ACCEPT_TOKEN(anon_sym_arch); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1992: + ACCEPT_TOKEN(anon_sym_swift); + END_STATE(); + case 1993: + ACCEPT_TOKEN(anon_sym_swift); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1994: + ACCEPT_TOKEN(anon_sym_compiler); + END_STATE(); + case 1995: + ACCEPT_TOKEN(anon_sym_compiler); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1996: + ACCEPT_TOKEN(anon_sym_canImport); + END_STATE(); + case 1997: + ACCEPT_TOKEN(anon_sym_canImport); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 1998: + ACCEPT_TOKEN(anon_sym_targetEnvironment); + END_STATE(); + case 1999: + ACCEPT_TOKEN(anon_sym_targetEnvironment); + if (lookahead == 0xfe0f) ADVANCE(1625); + if ((0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(1629); + if (set_contains(aux_sym_simple_identifier_token1_character_set_2, 944, lookahead)) ADVANCE(1629); + END_STATE(); + case 2000: + ACCEPT_TOKEN(aux_sym_diagnostic_token1); + if (lookahead != 0 && + lookahead != '\n' && + lookahead != '\r') ADVANCE(2000); + END_STATE(); + case 2001: + ACCEPT_TOKEN(aux_sym_diagnostic_token2); + if (lookahead != 0 && + lookahead != '\n' && + lookahead != '\r') ADVANCE(2001); + END_STATE(); + case 2002: + ACCEPT_TOKEN(aux_sym_diagnostic_token3); + if (lookahead != 0 && + lookahead != '\n' && + lookahead != '\r') ADVANCE(2002); + END_STATE(); + default: + return false; + } +} + +static const TSLexerMode ts_lex_modes[STATE_COUNT] = { + [0] = {.lex_state = 0, .external_lex_state = 1}, + [1] = {.lex_state = 711, .external_lex_state = 2}, + [2] = {.lex_state = 27, .external_lex_state = 2}, + [3] = {.lex_state = 27, .external_lex_state = 2}, + [4] = {.lex_state = 27, .external_lex_state = 2}, + [5] = {.lex_state = 27, .external_lex_state = 2}, + [6] = {.lex_state = 29, .external_lex_state = 3}, + [7] = {.lex_state = 29, .external_lex_state = 3}, + [8] = {.lex_state = 31, .external_lex_state = 2}, + [9] = {.lex_state = 29, .external_lex_state = 3}, + [10] = {.lex_state = 29, .external_lex_state = 3}, + [11] = {.lex_state = 31, .external_lex_state = 2}, + [12] = {.lex_state = 31, .external_lex_state = 2}, + [13] = {.lex_state = 29, .external_lex_state = 3}, + [14] = {.lex_state = 29, .external_lex_state = 3}, + [15] = {.lex_state = 31, .external_lex_state = 2}, + [16] = {.lex_state = 29, .external_lex_state = 3}, + [17] = {.lex_state = 29, .external_lex_state = 3}, + [18] = {.lex_state = 29, .external_lex_state = 3}, + [19] = {.lex_state = 29, .external_lex_state = 3}, + [20] = {.lex_state = 29, .external_lex_state = 3}, + [21] = {.lex_state = 29, .external_lex_state = 3}, + [22] = {.lex_state = 711, .external_lex_state = 2}, + [23] = {.lex_state = 711, .external_lex_state = 2}, + [24] = {.lex_state = 711, .external_lex_state = 2}, + [25] = {.lex_state = 711, .external_lex_state = 2}, + [26] = {.lex_state = 711, .external_lex_state = 2}, + [27] = {.lex_state = 30, .external_lex_state = 3}, + [28] = {.lex_state = 30, .external_lex_state = 3}, + [29] = {.lex_state = 33, .external_lex_state = 2}, + [30] = {.lex_state = 33, .external_lex_state = 2}, + [31] = {.lex_state = 33, .external_lex_state = 2}, + [32] = {.lex_state = 35, .external_lex_state = 2}, + [33] = {.lex_state = 35, .external_lex_state = 2}, + [34] = {.lex_state = 35, .external_lex_state = 2}, + [35] = {.lex_state = 35, .external_lex_state = 2}, + [36] = {.lex_state = 35, .external_lex_state = 2}, + [37] = {.lex_state = 35, .external_lex_state = 2}, + [38] = {.lex_state = 35, .external_lex_state = 2}, + [39] = {.lex_state = 35, .external_lex_state = 2}, + [40] = {.lex_state = 35, .external_lex_state = 2}, + [41] = {.lex_state = 35, .external_lex_state = 2}, + [42] = {.lex_state = 35, .external_lex_state = 2}, + [43] = {.lex_state = 35, .external_lex_state = 2}, + [44] = {.lex_state = 35, .external_lex_state = 2}, + [45] = {.lex_state = 35, .external_lex_state = 2}, + [46] = {.lex_state = 35, .external_lex_state = 2}, + [47] = {.lex_state = 19, .external_lex_state = 4}, + [48] = {.lex_state = 35, .external_lex_state = 2}, + [49] = {.lex_state = 35, .external_lex_state = 2}, + [50] = {.lex_state = 35, .external_lex_state = 2}, + [51] = {.lex_state = 35, .external_lex_state = 2}, + [52] = {.lex_state = 35, .external_lex_state = 2}, + [53] = {.lex_state = 35, .external_lex_state = 2}, + [54] = {.lex_state = 34, .external_lex_state = 2}, + [55] = {.lex_state = 34, .external_lex_state = 2}, + [56] = {.lex_state = 34, .external_lex_state = 2}, + [57] = {.lex_state = 34, .external_lex_state = 2}, + [58] = {.lex_state = 34, .external_lex_state = 2}, + [59] = {.lex_state = 34, .external_lex_state = 2}, + [60] = {.lex_state = 34, .external_lex_state = 2}, + [61] = {.lex_state = 34, .external_lex_state = 2}, + [62] = {.lex_state = 34, .external_lex_state = 2}, + [63] = {.lex_state = 34, .external_lex_state = 2}, + [64] = {.lex_state = 34, .external_lex_state = 2}, + [65] = {.lex_state = 34, .external_lex_state = 2}, + [66] = {.lex_state = 34, .external_lex_state = 2}, + [67] = {.lex_state = 34, .external_lex_state = 2}, + [68] = {.lex_state = 34, .external_lex_state = 2}, + [69] = {.lex_state = 34, .external_lex_state = 2}, + [70] = {.lex_state = 34, .external_lex_state = 2}, + [71] = {.lex_state = 34, .external_lex_state = 2}, + [72] = {.lex_state = 34, .external_lex_state = 2}, + [73] = {.lex_state = 34, .external_lex_state = 2}, + [74] = {.lex_state = 34, .external_lex_state = 2}, + [75] = {.lex_state = 34, .external_lex_state = 2}, + [76] = {.lex_state = 34, .external_lex_state = 2}, + [77] = {.lex_state = 34, .external_lex_state = 2}, + [78] = {.lex_state = 34, .external_lex_state = 2}, + [79] = {.lex_state = 34, .external_lex_state = 2}, + [80] = {.lex_state = 34, .external_lex_state = 2}, + [81] = {.lex_state = 34, .external_lex_state = 2}, + [82] = {.lex_state = 34, .external_lex_state = 2}, + [83] = {.lex_state = 34, .external_lex_state = 2}, + [84] = {.lex_state = 34, .external_lex_state = 2}, + [85] = {.lex_state = 34, .external_lex_state = 2}, + [86] = {.lex_state = 34, .external_lex_state = 2}, + [87] = {.lex_state = 34, .external_lex_state = 2}, + [88] = {.lex_state = 34, .external_lex_state = 2}, + [89] = {.lex_state = 34, .external_lex_state = 2}, + [90] = {.lex_state = 34, .external_lex_state = 2}, + [91] = {.lex_state = 34, .external_lex_state = 2}, + [92] = {.lex_state = 34, .external_lex_state = 2}, + [93] = {.lex_state = 34, .external_lex_state = 2}, + [94] = {.lex_state = 34, .external_lex_state = 2}, + [95] = {.lex_state = 34, .external_lex_state = 2}, + [96] = {.lex_state = 34, .external_lex_state = 2}, + [97] = {.lex_state = 34, .external_lex_state = 2}, + [98] = {.lex_state = 34, .external_lex_state = 2}, + [99] = {.lex_state = 34, .external_lex_state = 2}, + [100] = {.lex_state = 34, .external_lex_state = 2}, + [101] = {.lex_state = 34, .external_lex_state = 2}, + [102] = {.lex_state = 34, .external_lex_state = 2}, + [103] = {.lex_state = 34, .external_lex_state = 2}, + [104] = {.lex_state = 19, .external_lex_state = 4}, + [105] = {.lex_state = 19, .external_lex_state = 4}, + [106] = {.lex_state = 19, .external_lex_state = 4}, + [107] = {.lex_state = 34, .external_lex_state = 2}, + [108] = {.lex_state = 34, .external_lex_state = 2}, + [109] = {.lex_state = 34, .external_lex_state = 2}, + [110] = {.lex_state = 34, .external_lex_state = 2}, + [111] = {.lex_state = 34, .external_lex_state = 2}, + [112] = {.lex_state = 34, .external_lex_state = 2}, + [113] = {.lex_state = 34, .external_lex_state = 2}, + [114] = {.lex_state = 21, .external_lex_state = 5}, + [115] = {.lex_state = 34, .external_lex_state = 2}, + [116] = {.lex_state = 21, .external_lex_state = 6}, + [117] = {.lex_state = 22, .external_lex_state = 5}, + [118] = {.lex_state = 22, .external_lex_state = 5}, + [119] = {.lex_state = 22, .external_lex_state = 5}, + [120] = {.lex_state = 22, .external_lex_state = 6}, + [121] = {.lex_state = 22, .external_lex_state = 6}, + [122] = {.lex_state = 22, .external_lex_state = 6}, + [123] = {.lex_state = 22, .external_lex_state = 6}, + [124] = {.lex_state = 32, .external_lex_state = 7}, + [125] = {.lex_state = 6, .external_lex_state = 8}, + [126] = {.lex_state = 10, .external_lex_state = 8}, + [127] = {.lex_state = 10, .external_lex_state = 8}, + [128] = {.lex_state = 10, .external_lex_state = 8}, + [129] = {.lex_state = 10, .external_lex_state = 8}, + [130] = {.lex_state = 6, .external_lex_state = 8}, + [131] = {.lex_state = 15, .external_lex_state = 2}, + [132] = {.lex_state = 25, .external_lex_state = 2}, + [133] = {.lex_state = 707, .external_lex_state = 9}, + [134] = {.lex_state = 28, .external_lex_state = 2}, + [135] = {.lex_state = 707, .external_lex_state = 10}, + [136] = {.lex_state = 707, .external_lex_state = 4}, + [137] = {.lex_state = 707, .external_lex_state = 10}, + [138] = {.lex_state = 707, .external_lex_state = 11}, + [139] = {.lex_state = 707, .external_lex_state = 12}, + [140] = {.lex_state = 707, .external_lex_state = 13}, + [141] = {.lex_state = 14, .external_lex_state = 2}, + [142] = {.lex_state = 14, .external_lex_state = 2}, + [143] = {.lex_state = 14, .external_lex_state = 2}, + [144] = {.lex_state = 14, .external_lex_state = 2}, + [145] = {.lex_state = 14, .external_lex_state = 2}, + [146] = {.lex_state = 14, .external_lex_state = 2}, + [147] = {.lex_state = 14, .external_lex_state = 2}, + [148] = {.lex_state = 14, .external_lex_state = 2}, + [149] = {.lex_state = 14, .external_lex_state = 2}, + [150] = {.lex_state = 14, .external_lex_state = 2}, + [151] = {.lex_state = 17, .external_lex_state = 14}, + [152] = {.lex_state = 17, .external_lex_state = 14}, + [153] = {.lex_state = 36, .external_lex_state = 2}, + [154] = {.lex_state = 36, .external_lex_state = 2}, + [155] = {.lex_state = 16, .external_lex_state = 2}, + [156] = {.lex_state = 16, .external_lex_state = 2}, + [157] = {.lex_state = 16, .external_lex_state = 2}, + [158] = {.lex_state = 16, .external_lex_state = 2}, + [159] = {.lex_state = 16, .external_lex_state = 2}, + [160] = {.lex_state = 16, .external_lex_state = 2}, + [161] = {.lex_state = 16, .external_lex_state = 2}, + [162] = {.lex_state = 16, .external_lex_state = 2}, + [163] = {.lex_state = 16, .external_lex_state = 2}, + [164] = {.lex_state = 16, .external_lex_state = 2}, + [165] = {.lex_state = 16, .external_lex_state = 2}, + [166] = {.lex_state = 16, .external_lex_state = 2}, + [167] = {.lex_state = 16, .external_lex_state = 2}, + [168] = {.lex_state = 16, .external_lex_state = 2}, + [169] = {.lex_state = 16, .external_lex_state = 2}, + [170] = {.lex_state = 708, .external_lex_state = 9}, + [171] = {.lex_state = 16, .external_lex_state = 2}, + [172] = {.lex_state = 16, .external_lex_state = 2}, + [173] = {.lex_state = 708, .external_lex_state = 9}, + [174] = {.lex_state = 16, .external_lex_state = 2}, + [175] = {.lex_state = 708, .external_lex_state = 9}, + [176] = {.lex_state = 16, .external_lex_state = 2}, + [177] = {.lex_state = 16, .external_lex_state = 2}, + [178] = {.lex_state = 16, .external_lex_state = 2}, + [179] = {.lex_state = 16, .external_lex_state = 2}, + [180] = {.lex_state = 16, .external_lex_state = 2}, + [181] = {.lex_state = 16, .external_lex_state = 2}, + [182] = {.lex_state = 16, .external_lex_state = 2}, + [183] = {.lex_state = 16, .external_lex_state = 2}, + [184] = {.lex_state = 708, .external_lex_state = 10}, + [185] = {.lex_state = 708, .external_lex_state = 10}, + [186] = {.lex_state = 16, .external_lex_state = 2}, + [187] = {.lex_state = 708, .external_lex_state = 10}, + [188] = {.lex_state = 16, .external_lex_state = 2}, + [189] = {.lex_state = 708, .external_lex_state = 4}, + [190] = {.lex_state = 708, .external_lex_state = 10}, + [191] = {.lex_state = 708, .external_lex_state = 4}, + [192] = {.lex_state = 708, .external_lex_state = 10}, + [193] = {.lex_state = 708, .external_lex_state = 10}, + [194] = {.lex_state = 708, .external_lex_state = 10}, + [195] = {.lex_state = 708, .external_lex_state = 4}, + [196] = {.lex_state = 708, .external_lex_state = 12}, + [197] = {.lex_state = 708, .external_lex_state = 12}, + [198] = {.lex_state = 708, .external_lex_state = 12}, + [199] = {.lex_state = 26, .external_lex_state = 2}, + [200] = {.lex_state = 708, .external_lex_state = 11}, + [201] = {.lex_state = 708, .external_lex_state = 11}, + [202] = {.lex_state = 708, .external_lex_state = 11}, + [203] = {.lex_state = 26, .external_lex_state = 2}, + [204] = {.lex_state = 26, .external_lex_state = 2}, + [205] = {.lex_state = 26, .external_lex_state = 2}, + [206] = {.lex_state = 26, .external_lex_state = 2}, + [207] = {.lex_state = 708, .external_lex_state = 13}, + [208] = {.lex_state = 26, .external_lex_state = 2}, + [209] = {.lex_state = 708, .external_lex_state = 13}, + [210] = {.lex_state = 26, .external_lex_state = 2}, + [211] = {.lex_state = 26, .external_lex_state = 2}, + [212] = {.lex_state = 26, .external_lex_state = 2}, + [213] = {.lex_state = 26, .external_lex_state = 2}, + [214] = {.lex_state = 26, .external_lex_state = 2}, + [215] = {.lex_state = 26, .external_lex_state = 2}, + [216] = {.lex_state = 26, .external_lex_state = 2}, + [217] = {.lex_state = 26, .external_lex_state = 2}, + [218] = {.lex_state = 26, .external_lex_state = 2}, + [219] = {.lex_state = 26, .external_lex_state = 2}, + [220] = {.lex_state = 26, .external_lex_state = 2}, + [221] = {.lex_state = 26, .external_lex_state = 2}, + [222] = {.lex_state = 26, .external_lex_state = 2}, + [223] = {.lex_state = 708, .external_lex_state = 13}, + [224] = {.lex_state = 26, .external_lex_state = 2}, + [225] = {.lex_state = 26, .external_lex_state = 2}, + [226] = {.lex_state = 26, .external_lex_state = 2}, + [227] = {.lex_state = 26, .external_lex_state = 2}, + [228] = {.lex_state = 26, .external_lex_state = 2}, + [229] = {.lex_state = 26, .external_lex_state = 2}, + [230] = {.lex_state = 26, .external_lex_state = 2}, + [231] = {.lex_state = 13, .external_lex_state = 2}, + [232] = {.lex_state = 13, .external_lex_state = 2}, + [233] = {.lex_state = 13, .external_lex_state = 2}, + [234] = {.lex_state = 13, .external_lex_state = 2}, + [235] = {.lex_state = 13, .external_lex_state = 2}, + [236] = {.lex_state = 13, .external_lex_state = 2}, + [237] = {.lex_state = 13, .external_lex_state = 2}, + [238] = {.lex_state = 13, .external_lex_state = 2}, + [239] = {.lex_state = 13, .external_lex_state = 2}, + [240] = {.lex_state = 13, .external_lex_state = 2}, + [241] = {.lex_state = 13, .external_lex_state = 2}, + [242] = {.lex_state = 13, .external_lex_state = 2}, + [243] = {.lex_state = 13, .external_lex_state = 2}, + [244] = {.lex_state = 13, .external_lex_state = 2}, + [245] = {.lex_state = 13, .external_lex_state = 2}, + [246] = {.lex_state = 13, .external_lex_state = 2}, + [247] = {.lex_state = 13, .external_lex_state = 2}, + [248] = {.lex_state = 13, .external_lex_state = 2}, + [249] = {.lex_state = 13, .external_lex_state = 2}, + [250] = {.lex_state = 13, .external_lex_state = 2}, + [251] = {.lex_state = 13, .external_lex_state = 2}, + [252] = {.lex_state = 13, .external_lex_state = 2}, + [253] = {.lex_state = 13, .external_lex_state = 2}, + [254] = {.lex_state = 13, .external_lex_state = 2}, + [255] = {.lex_state = 13, .external_lex_state = 2}, + [256] = {.lex_state = 13, .external_lex_state = 2}, + [257] = {.lex_state = 13, .external_lex_state = 2}, + [258] = {.lex_state = 13, .external_lex_state = 2}, + [259] = {.lex_state = 13, .external_lex_state = 2}, + [260] = {.lex_state = 13, .external_lex_state = 2}, + [261] = {.lex_state = 13, .external_lex_state = 2}, + [262] = {.lex_state = 13, .external_lex_state = 2}, + [263] = {.lex_state = 13, .external_lex_state = 2}, + [264] = {.lex_state = 13, .external_lex_state = 2}, + [265] = {.lex_state = 13, .external_lex_state = 2}, + [266] = {.lex_state = 13, .external_lex_state = 2}, + [267] = {.lex_state = 13, .external_lex_state = 2}, + [268] = {.lex_state = 13, .external_lex_state = 2}, + [269] = {.lex_state = 13, .external_lex_state = 2}, + [270] = {.lex_state = 13, .external_lex_state = 2}, + [271] = {.lex_state = 13, .external_lex_state = 2}, + [272] = {.lex_state = 13, .external_lex_state = 2}, + [273] = {.lex_state = 13, .external_lex_state = 2}, + [274] = {.lex_state = 13, .external_lex_state = 2}, + [275] = {.lex_state = 13, .external_lex_state = 2}, + [276] = {.lex_state = 13, .external_lex_state = 2}, + [277] = {.lex_state = 13, .external_lex_state = 2}, + [278] = {.lex_state = 13, .external_lex_state = 2}, + [279] = {.lex_state = 13, .external_lex_state = 2}, + [280] = {.lex_state = 13, .external_lex_state = 2}, + [281] = {.lex_state = 13, .external_lex_state = 2}, + [282] = {.lex_state = 13, .external_lex_state = 2}, + [283] = {.lex_state = 13, .external_lex_state = 2}, + [284] = {.lex_state = 13, .external_lex_state = 2}, + [285] = {.lex_state = 13, .external_lex_state = 2}, + [286] = {.lex_state = 13, .external_lex_state = 2}, + [287] = {.lex_state = 13, .external_lex_state = 2}, + [288] = {.lex_state = 13, .external_lex_state = 2}, + [289] = {.lex_state = 13, .external_lex_state = 2}, + [290] = {.lex_state = 13, .external_lex_state = 2}, + [291] = {.lex_state = 13, .external_lex_state = 2}, + [292] = {.lex_state = 13, .external_lex_state = 2}, + [293] = {.lex_state = 13, .external_lex_state = 2}, + [294] = {.lex_state = 13, .external_lex_state = 2}, + [295] = {.lex_state = 13, .external_lex_state = 2}, + [296] = {.lex_state = 13, .external_lex_state = 2}, + [297] = {.lex_state = 13, .external_lex_state = 2}, + [298] = {.lex_state = 13, .external_lex_state = 2}, + [299] = {.lex_state = 13, .external_lex_state = 2}, + [300] = {.lex_state = 13, .external_lex_state = 2}, + [301] = {.lex_state = 13, .external_lex_state = 2}, + [302] = {.lex_state = 13, .external_lex_state = 2}, + [303] = {.lex_state = 13, .external_lex_state = 2}, + [304] = {.lex_state = 13, .external_lex_state = 2}, + [305] = {.lex_state = 13, .external_lex_state = 2}, + [306] = {.lex_state = 13, .external_lex_state = 2}, + [307] = {.lex_state = 13, .external_lex_state = 2}, + [308] = {.lex_state = 13, .external_lex_state = 2}, + [309] = {.lex_state = 13, .external_lex_state = 2}, + [310] = {.lex_state = 13, .external_lex_state = 2}, + [311] = {.lex_state = 13, .external_lex_state = 2}, + [312] = {.lex_state = 13, .external_lex_state = 2}, + [313] = {.lex_state = 13, .external_lex_state = 2}, + [314] = {.lex_state = 13, .external_lex_state = 2}, + [315] = {.lex_state = 13, .external_lex_state = 2}, + [316] = {.lex_state = 13, .external_lex_state = 2}, + [317] = {.lex_state = 13, .external_lex_state = 2}, + [318] = {.lex_state = 13, .external_lex_state = 2}, + [319] = {.lex_state = 13, .external_lex_state = 2}, + [320] = {.lex_state = 13, .external_lex_state = 2}, + [321] = {.lex_state = 13, .external_lex_state = 2}, + [322] = {.lex_state = 13, .external_lex_state = 2}, + [323] = {.lex_state = 13, .external_lex_state = 2}, + [324] = {.lex_state = 13, .external_lex_state = 2}, + [325] = {.lex_state = 13, .external_lex_state = 2}, + [326] = {.lex_state = 13, .external_lex_state = 2}, + [327] = {.lex_state = 13, .external_lex_state = 2}, + [328] = {.lex_state = 13, .external_lex_state = 2}, + [329] = {.lex_state = 13, .external_lex_state = 2}, + [330] = {.lex_state = 13, .external_lex_state = 2}, + [331] = {.lex_state = 13, .external_lex_state = 2}, + [332] = {.lex_state = 13, .external_lex_state = 2}, + [333] = {.lex_state = 13, .external_lex_state = 2}, + [334] = {.lex_state = 14, .external_lex_state = 2}, + [335] = {.lex_state = 28, .external_lex_state = 2}, + [336] = {.lex_state = 14, .external_lex_state = 2}, + [337] = {.lex_state = 13, .external_lex_state = 2}, + [338] = {.lex_state = 13, .external_lex_state = 2}, + [339] = {.lex_state = 13, .external_lex_state = 2}, + [340] = {.lex_state = 13, .external_lex_state = 2}, + [341] = {.lex_state = 13, .external_lex_state = 2}, + [342] = {.lex_state = 13, .external_lex_state = 2}, + [343] = {.lex_state = 13, .external_lex_state = 2}, + [344] = {.lex_state = 13, .external_lex_state = 2}, + [345] = {.lex_state = 13, .external_lex_state = 2}, + [346] = {.lex_state = 13, .external_lex_state = 2}, + [347] = {.lex_state = 13, .external_lex_state = 2}, + [348] = {.lex_state = 13, .external_lex_state = 2}, + [349] = {.lex_state = 13, .external_lex_state = 2}, + [350] = {.lex_state = 13, .external_lex_state = 2}, + [351] = {.lex_state = 13, .external_lex_state = 2}, + [352] = {.lex_state = 13, .external_lex_state = 2}, + [353] = {.lex_state = 13, .external_lex_state = 2}, + [354] = {.lex_state = 13, .external_lex_state = 2}, + [355] = {.lex_state = 14, .external_lex_state = 2}, + [356] = {.lex_state = 13, .external_lex_state = 2}, + [357] = {.lex_state = 14, .external_lex_state = 2}, + [358] = {.lex_state = 13, .external_lex_state = 2}, + [359] = {.lex_state = 14, .external_lex_state = 2}, + [360] = {.lex_state = 14, .external_lex_state = 2}, + [361] = {.lex_state = 14, .external_lex_state = 2}, + [362] = {.lex_state = 14, .external_lex_state = 2}, + [363] = {.lex_state = 14, .external_lex_state = 2}, + [364] = {.lex_state = 14, .external_lex_state = 2}, + [365] = {.lex_state = 13, .external_lex_state = 2}, + [366] = {.lex_state = 13, .external_lex_state = 2}, + [367] = {.lex_state = 13, .external_lex_state = 2}, + [368] = {.lex_state = 13, .external_lex_state = 2}, + [369] = {.lex_state = 13, .external_lex_state = 2}, + [370] = {.lex_state = 13, .external_lex_state = 2}, + [371] = {.lex_state = 13, .external_lex_state = 2}, + [372] = {.lex_state = 13, .external_lex_state = 2}, + [373] = {.lex_state = 13, .external_lex_state = 15}, + [374] = {.lex_state = 13, .external_lex_state = 2}, + [375] = {.lex_state = 13, .external_lex_state = 2}, + [376] = {.lex_state = 13, .external_lex_state = 2}, + [377] = {.lex_state = 13, .external_lex_state = 2}, + [378] = {.lex_state = 13, .external_lex_state = 2}, + [379] = {.lex_state = 13, .external_lex_state = 2}, + [380] = {.lex_state = 13, .external_lex_state = 2}, + [381] = {.lex_state = 13, .external_lex_state = 2}, + [382] = {.lex_state = 13, .external_lex_state = 2}, + [383] = {.lex_state = 13, .external_lex_state = 2}, + [384] = {.lex_state = 13, .external_lex_state = 2}, + [385] = {.lex_state = 13, .external_lex_state = 2}, + [386] = {.lex_state = 13, .external_lex_state = 2}, + [387] = {.lex_state = 13, .external_lex_state = 2}, + [388] = {.lex_state = 13, .external_lex_state = 16}, + [389] = {.lex_state = 13, .external_lex_state = 2}, + [390] = {.lex_state = 13, .external_lex_state = 2}, + [391] = {.lex_state = 13, .external_lex_state = 2}, + [392] = {.lex_state = 13, .external_lex_state = 2}, + [393] = {.lex_state = 13, .external_lex_state = 2}, + [394] = {.lex_state = 13, .external_lex_state = 2}, + [395] = {.lex_state = 13, .external_lex_state = 2}, + [396] = {.lex_state = 13, .external_lex_state = 2}, + [397] = {.lex_state = 13, .external_lex_state = 2}, + [398] = {.lex_state = 13, .external_lex_state = 2}, + [399] = {.lex_state = 13, .external_lex_state = 2}, + [400] = {.lex_state = 13, .external_lex_state = 2}, + [401] = {.lex_state = 13, .external_lex_state = 2}, + [402] = {.lex_state = 13, .external_lex_state = 2}, + [403] = {.lex_state = 13, .external_lex_state = 2}, + [404] = {.lex_state = 13, .external_lex_state = 2}, + [405] = {.lex_state = 13, .external_lex_state = 2}, + [406] = {.lex_state = 13, .external_lex_state = 2}, + [407] = {.lex_state = 13, .external_lex_state = 2}, + [408] = {.lex_state = 13, .external_lex_state = 2}, + [409] = {.lex_state = 13, .external_lex_state = 2}, + [410] = {.lex_state = 13, .external_lex_state = 2}, + [411] = {.lex_state = 13, .external_lex_state = 2}, + [412] = {.lex_state = 13, .external_lex_state = 2}, + [413] = {.lex_state = 13, .external_lex_state = 2}, + [414] = {.lex_state = 13, .external_lex_state = 2}, + [415] = {.lex_state = 13, .external_lex_state = 2}, + [416] = {.lex_state = 13, .external_lex_state = 2}, + [417] = {.lex_state = 13, .external_lex_state = 2}, + [418] = {.lex_state = 13, .external_lex_state = 2}, + [419] = {.lex_state = 13, .external_lex_state = 2}, + [420] = {.lex_state = 13, .external_lex_state = 2}, + [421] = {.lex_state = 13, .external_lex_state = 2}, + [422] = {.lex_state = 13, .external_lex_state = 2}, + [423] = {.lex_state = 13, .external_lex_state = 2}, + [424] = {.lex_state = 13, .external_lex_state = 2}, + [425] = {.lex_state = 13, .external_lex_state = 2}, + [426] = {.lex_state = 13, .external_lex_state = 2}, + [427] = {.lex_state = 13, .external_lex_state = 2}, + [428] = {.lex_state = 13, .external_lex_state = 2}, + [429] = {.lex_state = 13, .external_lex_state = 2}, + [430] = {.lex_state = 13, .external_lex_state = 2}, + [431] = {.lex_state = 13, .external_lex_state = 2}, + [432] = {.lex_state = 13, .external_lex_state = 2}, + [433] = {.lex_state = 13, .external_lex_state = 2}, + [434] = {.lex_state = 13, .external_lex_state = 2}, + [435] = {.lex_state = 13, .external_lex_state = 2}, + [436] = {.lex_state = 13, .external_lex_state = 2}, + [437] = {.lex_state = 13, .external_lex_state = 2}, + [438] = {.lex_state = 13, .external_lex_state = 2}, + [439] = {.lex_state = 13, .external_lex_state = 2}, + [440] = {.lex_state = 13, .external_lex_state = 2}, + [441] = {.lex_state = 13, .external_lex_state = 2}, + [442] = {.lex_state = 13, .external_lex_state = 2}, + [443] = {.lex_state = 13, .external_lex_state = 2}, + [444] = {.lex_state = 13, .external_lex_state = 2}, + [445] = {.lex_state = 13, .external_lex_state = 2}, + [446] = {.lex_state = 13, .external_lex_state = 2}, + [447] = {.lex_state = 13, .external_lex_state = 2}, + [448] = {.lex_state = 13, .external_lex_state = 2}, + [449] = {.lex_state = 13, .external_lex_state = 2}, + [450] = {.lex_state = 13, .external_lex_state = 2}, + [451] = {.lex_state = 13, .external_lex_state = 2}, + [452] = {.lex_state = 13, .external_lex_state = 2}, + [453] = {.lex_state = 13, .external_lex_state = 2}, + [454] = {.lex_state = 13, .external_lex_state = 2}, + [455] = {.lex_state = 13, .external_lex_state = 2}, + [456] = {.lex_state = 13, .external_lex_state = 2}, + [457] = {.lex_state = 13, .external_lex_state = 2}, + [458] = {.lex_state = 13, .external_lex_state = 2}, + [459] = {.lex_state = 13, .external_lex_state = 2}, + [460] = {.lex_state = 13, .external_lex_state = 2}, + [461] = {.lex_state = 13, .external_lex_state = 2}, + [462] = {.lex_state = 13, .external_lex_state = 2}, + [463] = {.lex_state = 13, .external_lex_state = 2}, + [464] = {.lex_state = 13, .external_lex_state = 2}, + [465] = {.lex_state = 37, .external_lex_state = 2}, + [466] = {.lex_state = 13, .external_lex_state = 2}, + [467] = {.lex_state = 13, .external_lex_state = 2}, + [468] = {.lex_state = 13, .external_lex_state = 2}, + [469] = {.lex_state = 13, .external_lex_state = 2}, + [470] = {.lex_state = 13, .external_lex_state = 2}, + [471] = {.lex_state = 13, .external_lex_state = 2}, + [472] = {.lex_state = 13, .external_lex_state = 2}, + [473] = {.lex_state = 13, .external_lex_state = 2}, + [474] = {.lex_state = 13, .external_lex_state = 2}, + [475] = {.lex_state = 13, .external_lex_state = 2}, + [476] = {.lex_state = 13, .external_lex_state = 2}, + [477] = {.lex_state = 13, .external_lex_state = 2}, + [478] = {.lex_state = 13, .external_lex_state = 2}, + [479] = {.lex_state = 13, .external_lex_state = 2}, + [480] = {.lex_state = 13, .external_lex_state = 2}, + [481] = {.lex_state = 13, .external_lex_state = 2}, + [482] = {.lex_state = 13, .external_lex_state = 2}, + [483] = {.lex_state = 37, .external_lex_state = 2}, + [484] = {.lex_state = 13, .external_lex_state = 2}, + [485] = {.lex_state = 13, .external_lex_state = 2}, + [486] = {.lex_state = 13, .external_lex_state = 2}, + [487] = {.lex_state = 13, .external_lex_state = 2}, + [488] = {.lex_state = 13, .external_lex_state = 2}, + [489] = {.lex_state = 13, .external_lex_state = 2}, + [490] = {.lex_state = 13, .external_lex_state = 2}, + [491] = {.lex_state = 37, .external_lex_state = 2}, + [492] = {.lex_state = 13, .external_lex_state = 2}, + [493] = {.lex_state = 13, .external_lex_state = 2}, + [494] = {.lex_state = 13, .external_lex_state = 2}, + [495] = {.lex_state = 37, .external_lex_state = 2}, + [496] = {.lex_state = 13, .external_lex_state = 2}, + [497] = {.lex_state = 13, .external_lex_state = 2}, + [498] = {.lex_state = 13, .external_lex_state = 2}, + [499] = {.lex_state = 13, .external_lex_state = 2}, + [500] = {.lex_state = 37, .external_lex_state = 2}, + [501] = {.lex_state = 13, .external_lex_state = 2}, + [502] = {.lex_state = 13, .external_lex_state = 2}, + [503] = {.lex_state = 37, .external_lex_state = 2}, + [504] = {.lex_state = 13, .external_lex_state = 2}, + [505] = {.lex_state = 13, .external_lex_state = 2}, + [506] = {.lex_state = 37, .external_lex_state = 2}, + [507] = {.lex_state = 13, .external_lex_state = 2}, + [508] = {.lex_state = 13, .external_lex_state = 2}, + [509] = {.lex_state = 37, .external_lex_state = 2}, + [510] = {.lex_state = 13, .external_lex_state = 2}, + [511] = {.lex_state = 13, .external_lex_state = 2}, + [512] = {.lex_state = 37, .external_lex_state = 2}, + [513] = {.lex_state = 13, .external_lex_state = 2}, + [514] = {.lex_state = 13, .external_lex_state = 2}, + [515] = {.lex_state = 13, .external_lex_state = 2}, + [516] = {.lex_state = 13, .external_lex_state = 2}, + [517] = {.lex_state = 13, .external_lex_state = 2}, + [518] = {.lex_state = 13, .external_lex_state = 2}, + [519] = {.lex_state = 13, .external_lex_state = 2}, + [520] = {.lex_state = 13, .external_lex_state = 2}, + [521] = {.lex_state = 13, .external_lex_state = 2}, + [522] = {.lex_state = 13, .external_lex_state = 2}, + [523] = {.lex_state = 13, .external_lex_state = 2}, + [524] = {.lex_state = 13, .external_lex_state = 2}, + [525] = {.lex_state = 13, .external_lex_state = 2}, + [526] = {.lex_state = 13, .external_lex_state = 2}, + [527] = {.lex_state = 13, .external_lex_state = 2}, + [528] = {.lex_state = 13, .external_lex_state = 2}, + [529] = {.lex_state = 13, .external_lex_state = 2}, + [530] = {.lex_state = 13, .external_lex_state = 2}, + [531] = {.lex_state = 13, .external_lex_state = 2}, + [532] = {.lex_state = 13, .external_lex_state = 2}, + [533] = {.lex_state = 13, .external_lex_state = 2}, + [534] = {.lex_state = 13, .external_lex_state = 2}, + [535] = {.lex_state = 13, .external_lex_state = 2}, + [536] = {.lex_state = 13, .external_lex_state = 2}, + [537] = {.lex_state = 13, .external_lex_state = 2}, + [538] = {.lex_state = 13, .external_lex_state = 2}, + [539] = {.lex_state = 13, .external_lex_state = 2}, + [540] = {.lex_state = 13, .external_lex_state = 2}, + [541] = {.lex_state = 13, .external_lex_state = 2}, + [542] = {.lex_state = 13, .external_lex_state = 2}, + [543] = {.lex_state = 13, .external_lex_state = 2}, + [544] = {.lex_state = 13, .external_lex_state = 2}, + [545] = {.lex_state = 13, .external_lex_state = 2}, + [546] = {.lex_state = 13, .external_lex_state = 2}, + [547] = {.lex_state = 13, .external_lex_state = 2}, + [548] = {.lex_state = 13, .external_lex_state = 2}, + [549] = {.lex_state = 13, .external_lex_state = 2}, + [550] = {.lex_state = 13, .external_lex_state = 2}, + [551] = {.lex_state = 13, .external_lex_state = 2}, + [552] = {.lex_state = 13, .external_lex_state = 2}, + [553] = {.lex_state = 13, .external_lex_state = 2}, + [554] = {.lex_state = 13, .external_lex_state = 2}, + [555] = {.lex_state = 13, .external_lex_state = 2}, + [556] = {.lex_state = 13, .external_lex_state = 2}, + [557] = {.lex_state = 13, .external_lex_state = 2}, + [558] = {.lex_state = 13, .external_lex_state = 2}, + [559] = {.lex_state = 13, .external_lex_state = 2}, + [560] = {.lex_state = 13, .external_lex_state = 2}, + [561] = {.lex_state = 13, .external_lex_state = 2}, + [562] = {.lex_state = 13, .external_lex_state = 2}, + [563] = {.lex_state = 13, .external_lex_state = 2}, + [564] = {.lex_state = 13, .external_lex_state = 2}, + [565] = {.lex_state = 13, .external_lex_state = 2}, + [566] = {.lex_state = 13, .external_lex_state = 2}, + [567] = {.lex_state = 13, .external_lex_state = 2}, + [568] = {.lex_state = 13, .external_lex_state = 2}, + [569] = {.lex_state = 13, .external_lex_state = 2}, + [570] = {.lex_state = 13, .external_lex_state = 2}, + [571] = {.lex_state = 13, .external_lex_state = 2}, + [572] = {.lex_state = 13, .external_lex_state = 2}, + [573] = {.lex_state = 13, .external_lex_state = 2}, + [574] = {.lex_state = 13, .external_lex_state = 2}, + [575] = {.lex_state = 13, .external_lex_state = 2}, + [576] = {.lex_state = 13, .external_lex_state = 2}, + [577] = {.lex_state = 13, .external_lex_state = 2}, + [578] = {.lex_state = 13, .external_lex_state = 2}, + [579] = {.lex_state = 13, .external_lex_state = 2}, + [580] = {.lex_state = 13, .external_lex_state = 2}, + [581] = {.lex_state = 13, .external_lex_state = 2}, + [582] = {.lex_state = 13, .external_lex_state = 2}, + [583] = {.lex_state = 13, .external_lex_state = 2}, + [584] = {.lex_state = 13, .external_lex_state = 2}, + [585] = {.lex_state = 13, .external_lex_state = 2}, + [586] = {.lex_state = 13, .external_lex_state = 2}, + [587] = {.lex_state = 13, .external_lex_state = 2}, + [588] = {.lex_state = 13, .external_lex_state = 2}, + [589] = {.lex_state = 13, .external_lex_state = 2}, + [590] = {.lex_state = 13, .external_lex_state = 2}, + [591] = {.lex_state = 13, .external_lex_state = 2}, + [592] = {.lex_state = 13, .external_lex_state = 2}, + [593] = {.lex_state = 13, .external_lex_state = 2}, + [594] = {.lex_state = 13, .external_lex_state = 2}, + [595] = {.lex_state = 13, .external_lex_state = 2}, + [596] = {.lex_state = 13, .external_lex_state = 2}, + [597] = {.lex_state = 13, .external_lex_state = 2}, + [598] = {.lex_state = 13, .external_lex_state = 2}, + [599] = {.lex_state = 13, .external_lex_state = 2}, + [600] = {.lex_state = 13, .external_lex_state = 2}, + [601] = {.lex_state = 13, .external_lex_state = 2}, + [602] = {.lex_state = 13, .external_lex_state = 2}, + [603] = {.lex_state = 13, .external_lex_state = 2}, + [604] = {.lex_state = 13, .external_lex_state = 2}, + [605] = {.lex_state = 13, .external_lex_state = 2}, + [606] = {.lex_state = 13, .external_lex_state = 2}, + [607] = {.lex_state = 13, .external_lex_state = 2}, + [608] = {.lex_state = 13, .external_lex_state = 2}, + [609] = {.lex_state = 13, .external_lex_state = 2}, + [610] = {.lex_state = 13, .external_lex_state = 2}, + [611] = {.lex_state = 13, .external_lex_state = 2}, + [612] = {.lex_state = 13, .external_lex_state = 2}, + [613] = {.lex_state = 13, .external_lex_state = 2}, + [614] = {.lex_state = 13, .external_lex_state = 2}, + [615] = {.lex_state = 13, .external_lex_state = 2}, + [616] = {.lex_state = 13, .external_lex_state = 2}, + [617] = {.lex_state = 13, .external_lex_state = 2}, + [618] = {.lex_state = 13, .external_lex_state = 2}, + [619] = {.lex_state = 13, .external_lex_state = 2}, + [620] = {.lex_state = 13, .external_lex_state = 2}, + [621] = {.lex_state = 13, .external_lex_state = 2}, + [622] = {.lex_state = 13, .external_lex_state = 2}, + [623] = {.lex_state = 13, .external_lex_state = 2}, + [624] = {.lex_state = 13, .external_lex_state = 2}, + [625] = {.lex_state = 13, .external_lex_state = 2}, + [626] = {.lex_state = 13, .external_lex_state = 2}, + [627] = {.lex_state = 13, .external_lex_state = 2}, + [628] = {.lex_state = 13, .external_lex_state = 2}, + [629] = {.lex_state = 13, .external_lex_state = 2}, + [630] = {.lex_state = 13, .external_lex_state = 2}, + [631] = {.lex_state = 13, .external_lex_state = 2}, + [632] = {.lex_state = 13, .external_lex_state = 2}, + [633] = {.lex_state = 13, .external_lex_state = 2}, + [634] = {.lex_state = 13, .external_lex_state = 2}, + [635] = {.lex_state = 13, .external_lex_state = 2}, + [636] = {.lex_state = 13, .external_lex_state = 2}, + [637] = {.lex_state = 13, .external_lex_state = 2}, + [638] = {.lex_state = 13, .external_lex_state = 2}, + [639] = {.lex_state = 13, .external_lex_state = 2}, + [640] = {.lex_state = 13, .external_lex_state = 2}, + [641] = {.lex_state = 13, .external_lex_state = 2}, + [642] = {.lex_state = 13, .external_lex_state = 2}, + [643] = {.lex_state = 13, .external_lex_state = 2}, + [644] = {.lex_state = 13, .external_lex_state = 2}, + [645] = {.lex_state = 13, .external_lex_state = 2}, + [646] = {.lex_state = 13, .external_lex_state = 2}, + [647] = {.lex_state = 13, .external_lex_state = 2}, + [648] = {.lex_state = 13, .external_lex_state = 2}, + [649] = {.lex_state = 13, .external_lex_state = 2}, + [650] = {.lex_state = 13, .external_lex_state = 2}, + [651] = {.lex_state = 13, .external_lex_state = 2}, + [652] = {.lex_state = 13, .external_lex_state = 2}, + [653] = {.lex_state = 13, .external_lex_state = 2}, + [654] = {.lex_state = 13, .external_lex_state = 2}, + [655] = {.lex_state = 13, .external_lex_state = 2}, + [656] = {.lex_state = 13, .external_lex_state = 2}, + [657] = {.lex_state = 13, .external_lex_state = 2}, + [658] = {.lex_state = 13, .external_lex_state = 2}, + [659] = {.lex_state = 13, .external_lex_state = 2}, + [660] = {.lex_state = 13, .external_lex_state = 2}, + [661] = {.lex_state = 13, .external_lex_state = 2}, + [662] = {.lex_state = 13, .external_lex_state = 2}, + [663] = {.lex_state = 13, .external_lex_state = 2}, + [664] = {.lex_state = 13, .external_lex_state = 2}, + [665] = {.lex_state = 13, .external_lex_state = 2}, + [666] = {.lex_state = 13, .external_lex_state = 2}, + [667] = {.lex_state = 13, .external_lex_state = 2}, + [668] = {.lex_state = 13, .external_lex_state = 2}, + [669] = {.lex_state = 13, .external_lex_state = 2}, + [670] = {.lex_state = 13, .external_lex_state = 2}, + [671] = {.lex_state = 13, .external_lex_state = 2}, + [672] = {.lex_state = 13, .external_lex_state = 2}, + [673] = {.lex_state = 13, .external_lex_state = 2}, + [674] = {.lex_state = 13, .external_lex_state = 2}, + [675] = {.lex_state = 13, .external_lex_state = 2}, + [676] = {.lex_state = 13, .external_lex_state = 2}, + [677] = {.lex_state = 13, .external_lex_state = 2}, + [678] = {.lex_state = 13, .external_lex_state = 2}, + [679] = {.lex_state = 13, .external_lex_state = 2}, + [680] = {.lex_state = 13, .external_lex_state = 2}, + [681] = {.lex_state = 13, .external_lex_state = 2}, + [682] = {.lex_state = 13, .external_lex_state = 2}, + [683] = {.lex_state = 13, .external_lex_state = 2}, + [684] = {.lex_state = 13, .external_lex_state = 2}, + [685] = {.lex_state = 13, .external_lex_state = 2}, + [686] = {.lex_state = 13, .external_lex_state = 2}, + [687] = {.lex_state = 13, .external_lex_state = 2}, + [688] = {.lex_state = 13, .external_lex_state = 2}, + [689] = {.lex_state = 13, .external_lex_state = 2}, + [690] = {.lex_state = 13, .external_lex_state = 2}, + [691] = {.lex_state = 13, .external_lex_state = 2}, + [692] = {.lex_state = 13, .external_lex_state = 2}, + [693] = {.lex_state = 13, .external_lex_state = 2}, + [694] = {.lex_state = 13, .external_lex_state = 2}, + [695] = {.lex_state = 13, .external_lex_state = 2}, + [696] = {.lex_state = 13, .external_lex_state = 2}, + [697] = {.lex_state = 13, .external_lex_state = 2}, + [698] = {.lex_state = 13, .external_lex_state = 2}, + [699] = {.lex_state = 13, .external_lex_state = 2}, + [700] = {.lex_state = 13, .external_lex_state = 2}, + [701] = {.lex_state = 13, .external_lex_state = 2}, + [702] = {.lex_state = 13, .external_lex_state = 2}, + [703] = {.lex_state = 13, .external_lex_state = 2}, + [704] = {.lex_state = 13, .external_lex_state = 2}, + [705] = {.lex_state = 13, .external_lex_state = 2}, + [706] = {.lex_state = 13, .external_lex_state = 2}, + [707] = {.lex_state = 13, .external_lex_state = 2}, + [708] = {.lex_state = 13, .external_lex_state = 2}, + [709] = {.lex_state = 13, .external_lex_state = 2}, + [710] = {.lex_state = 13, .external_lex_state = 2}, + [711] = {.lex_state = 13, .external_lex_state = 2}, + [712] = {.lex_state = 13, .external_lex_state = 2}, + [713] = {.lex_state = 13, .external_lex_state = 2}, + [714] = {.lex_state = 13, .external_lex_state = 2}, + [715] = {.lex_state = 13, .external_lex_state = 2}, + [716] = {.lex_state = 13, .external_lex_state = 2}, + [717] = {.lex_state = 13, .external_lex_state = 2}, + [718] = {.lex_state = 13, .external_lex_state = 2}, + [719] = {.lex_state = 13, .external_lex_state = 2}, + [720] = {.lex_state = 13, .external_lex_state = 2}, + [721] = {.lex_state = 13, .external_lex_state = 2}, + [722] = {.lex_state = 13, .external_lex_state = 2}, + [723] = {.lex_state = 13, .external_lex_state = 2}, + [724] = {.lex_state = 13, .external_lex_state = 2}, + [725] = {.lex_state = 13, .external_lex_state = 2}, + [726] = {.lex_state = 13, .external_lex_state = 2}, + [727] = {.lex_state = 13, .external_lex_state = 2}, + [728] = {.lex_state = 13, .external_lex_state = 2}, + [729] = {.lex_state = 13, .external_lex_state = 2}, + [730] = {.lex_state = 13, .external_lex_state = 2}, + [731] = {.lex_state = 13, .external_lex_state = 2}, + [732] = {.lex_state = 13, .external_lex_state = 2}, + [733] = {.lex_state = 13, .external_lex_state = 2}, + [734] = {.lex_state = 42, .external_lex_state = 17}, + [735] = {.lex_state = 42, .external_lex_state = 17}, + [736] = {.lex_state = 19, .external_lex_state = 4}, + [737] = {.lex_state = 19, .external_lex_state = 4}, + [738] = {.lex_state = 19, .external_lex_state = 4}, + [739] = {.lex_state = 19, .external_lex_state = 4}, + [740] = {.lex_state = 19, .external_lex_state = 4}, + [741] = {.lex_state = 19, .external_lex_state = 4}, + [742] = {.lex_state = 19, .external_lex_state = 4}, + [743] = {.lex_state = 716, .external_lex_state = 18}, + [744] = {.lex_state = 716, .external_lex_state = 18}, + [745] = {.lex_state = 716, .external_lex_state = 18}, + [746] = {.lex_state = 716, .external_lex_state = 18}, + [747] = {.lex_state = 716, .external_lex_state = 18}, + [748] = {.lex_state = 716, .external_lex_state = 18}, + [749] = {.lex_state = 716, .external_lex_state = 18}, + [750] = {.lex_state = 716, .external_lex_state = 18}, + [751] = {.lex_state = 716, .external_lex_state = 18}, + [752] = {.lex_state = 716, .external_lex_state = 18}, + [753] = {.lex_state = 716, .external_lex_state = 18}, + [754] = {.lex_state = 716, .external_lex_state = 18}, + [755] = {.lex_state = 711, .external_lex_state = 2}, + [756] = {.lex_state = 46, .external_lex_state = 19}, + [757] = {.lex_state = 46, .external_lex_state = 19}, + [758] = {.lex_state = 46, .external_lex_state = 20}, + [759] = {.lex_state = 22, .external_lex_state = 5}, + [760] = {.lex_state = 22, .external_lex_state = 5}, + [761] = {.lex_state = 46, .external_lex_state = 20}, + [762] = {.lex_state = 22, .external_lex_state = 5}, + [763] = {.lex_state = 22, .external_lex_state = 5}, + [764] = {.lex_state = 22, .external_lex_state = 5}, + [765] = {.lex_state = 22, .external_lex_state = 5}, + [766] = {.lex_state = 22, .external_lex_state = 5}, + [767] = {.lex_state = 22, .external_lex_state = 6}, + [768] = {.lex_state = 22, .external_lex_state = 6}, + [769] = {.lex_state = 22, .external_lex_state = 6}, + [770] = {.lex_state = 22, .external_lex_state = 6}, + [771] = {.lex_state = 22, .external_lex_state = 6}, + [772] = {.lex_state = 22, .external_lex_state = 6}, + [773] = {.lex_state = 22, .external_lex_state = 6}, + [774] = {.lex_state = 716, .external_lex_state = 21}, + [775] = {.lex_state = 716, .external_lex_state = 21}, + [776] = {.lex_state = 716, .external_lex_state = 21}, + [777] = {.lex_state = 716, .external_lex_state = 22}, + [778] = {.lex_state = 716, .external_lex_state = 22}, + [779] = {.lex_state = 716, .external_lex_state = 21}, + [780] = {.lex_state = 716, .external_lex_state = 21}, + [781] = {.lex_state = 716, .external_lex_state = 21}, + [782] = {.lex_state = 716, .external_lex_state = 21}, + [783] = {.lex_state = 716, .external_lex_state = 21}, + [784] = {.lex_state = 716, .external_lex_state = 21}, + [785] = {.lex_state = 716, .external_lex_state = 21}, + [786] = {.lex_state = 716, .external_lex_state = 21}, + [787] = {.lex_state = 716, .external_lex_state = 22}, + [788] = {.lex_state = 716, .external_lex_state = 22}, + [789] = {.lex_state = 716, .external_lex_state = 22}, + [790] = {.lex_state = 716, .external_lex_state = 22}, + [791] = {.lex_state = 716, .external_lex_state = 22}, + [792] = {.lex_state = 716, .external_lex_state = 22}, + [793] = {.lex_state = 716, .external_lex_state = 22}, + [794] = {.lex_state = 716, .external_lex_state = 22}, + [795] = {.lex_state = 716, .external_lex_state = 22}, + [796] = {.lex_state = 716, .external_lex_state = 22}, + [797] = {.lex_state = 43, .external_lex_state = 18}, + [798] = {.lex_state = 716, .external_lex_state = 22}, + [799] = {.lex_state = 716, .external_lex_state = 22}, + [800] = {.lex_state = 716, .external_lex_state = 22}, + [801] = {.lex_state = 716, .external_lex_state = 22}, + [802] = {.lex_state = 716, .external_lex_state = 17}, + [803] = {.lex_state = 716, .external_lex_state = 17}, + [804] = {.lex_state = 716, .external_lex_state = 17}, + [805] = {.lex_state = 43, .external_lex_state = 18}, + [806] = {.lex_state = 716, .external_lex_state = 17}, + [807] = {.lex_state = 43, .external_lex_state = 18}, + [808] = {.lex_state = 43, .external_lex_state = 18}, + [809] = {.lex_state = 716, .external_lex_state = 17}, + [810] = {.lex_state = 716, .external_lex_state = 17}, + [811] = {.lex_state = 716, .external_lex_state = 17}, + [812] = {.lex_state = 716, .external_lex_state = 17}, + [813] = {.lex_state = 716, .external_lex_state = 17}, + [814] = {.lex_state = 716, .external_lex_state = 17}, + [815] = {.lex_state = 716, .external_lex_state = 17}, + [816] = {.lex_state = 716, .external_lex_state = 17}, + [817] = {.lex_state = 716, .external_lex_state = 17}, + [818] = {.lex_state = 716, .external_lex_state = 17}, + [819] = {.lex_state = 716, .external_lex_state = 17}, + [820] = {.lex_state = 716, .external_lex_state = 17}, + [821] = {.lex_state = 716, .external_lex_state = 17}, + [822] = {.lex_state = 716, .external_lex_state = 17}, + [823] = {.lex_state = 716, .external_lex_state = 17}, + [824] = {.lex_state = 716, .external_lex_state = 17}, + [825] = {.lex_state = 716, .external_lex_state = 17}, + [826] = {.lex_state = 716, .external_lex_state = 17}, + [827] = {.lex_state = 716, .external_lex_state = 17}, + [828] = {.lex_state = 716, .external_lex_state = 17}, + [829] = {.lex_state = 716, .external_lex_state = 17}, + [830] = {.lex_state = 716, .external_lex_state = 17}, + [831] = {.lex_state = 716, .external_lex_state = 18}, + [832] = {.lex_state = 716, .external_lex_state = 18}, + [833] = {.lex_state = 716, .external_lex_state = 17}, + [834] = {.lex_state = 716, .external_lex_state = 18}, + [835] = {.lex_state = 716, .external_lex_state = 18}, + [836] = {.lex_state = 716, .external_lex_state = 17}, + [837] = {.lex_state = 716, .external_lex_state = 17}, + [838] = {.lex_state = 716, .external_lex_state = 17}, + [839] = {.lex_state = 716, .external_lex_state = 17}, + [840] = {.lex_state = 716, .external_lex_state = 17}, + [841] = {.lex_state = 716, .external_lex_state = 17}, + [842] = {.lex_state = 716, .external_lex_state = 17}, + [843] = {.lex_state = 716, .external_lex_state = 17}, + [844] = {.lex_state = 716, .external_lex_state = 17}, + [845] = {.lex_state = 716, .external_lex_state = 17}, + [846] = {.lex_state = 52, .external_lex_state = 23}, + [847] = {.lex_state = 50, .external_lex_state = 20}, + [848] = {.lex_state = 716, .external_lex_state = 17}, + [849] = {.lex_state = 43, .external_lex_state = 18}, + [850] = {.lex_state = 43, .external_lex_state = 18}, + [851] = {.lex_state = 43, .external_lex_state = 18}, + [852] = {.lex_state = 43, .external_lex_state = 18}, + [853] = {.lex_state = 716, .external_lex_state = 17}, + [854] = {.lex_state = 43, .external_lex_state = 18}, + [855] = {.lex_state = 43, .external_lex_state = 18}, + [856] = {.lex_state = 716, .external_lex_state = 18}, + [857] = {.lex_state = 716, .external_lex_state = 18}, + [858] = {.lex_state = 716, .external_lex_state = 18}, + [859] = {.lex_state = 716, .external_lex_state = 18}, + [860] = {.lex_state = 716, .external_lex_state = 18}, + [861] = {.lex_state = 716, .external_lex_state = 18}, + [862] = {.lex_state = 716, .external_lex_state = 18}, + [863] = {.lex_state = 716, .external_lex_state = 18}, + [864] = {.lex_state = 716, .external_lex_state = 18}, + [865] = {.lex_state = 716, .external_lex_state = 18}, + [866] = {.lex_state = 716, .external_lex_state = 18}, + [867] = {.lex_state = 716, .external_lex_state = 18}, + [868] = {.lex_state = 716, .external_lex_state = 18}, + [869] = {.lex_state = 716, .external_lex_state = 18}, + [870] = {.lex_state = 716, .external_lex_state = 18}, + [871] = {.lex_state = 716, .external_lex_state = 18}, + [872] = {.lex_state = 716, .external_lex_state = 18}, + [873] = {.lex_state = 716, .external_lex_state = 18}, + [874] = {.lex_state = 716, .external_lex_state = 24}, + [875] = {.lex_state = 716, .external_lex_state = 24}, + [876] = {.lex_state = 716, .external_lex_state = 24}, + [877] = {.lex_state = 716, .external_lex_state = 18}, + [878] = {.lex_state = 716, .external_lex_state = 18}, + [879] = {.lex_state = 716, .external_lex_state = 18}, + [880] = {.lex_state = 716, .external_lex_state = 24}, + [881] = {.lex_state = 716, .external_lex_state = 18}, + [882] = {.lex_state = 716, .external_lex_state = 18}, + [883] = {.lex_state = 716, .external_lex_state = 18}, + [884] = {.lex_state = 716, .external_lex_state = 18}, + [885] = {.lex_state = 716, .external_lex_state = 18}, + [886] = {.lex_state = 716, .external_lex_state = 18}, + [887] = {.lex_state = 716, .external_lex_state = 18}, + [888] = {.lex_state = 716, .external_lex_state = 18}, + [889] = {.lex_state = 716, .external_lex_state = 18}, + [890] = {.lex_state = 716, .external_lex_state = 18}, + [891] = {.lex_state = 716, .external_lex_state = 18}, + [892] = {.lex_state = 716, .external_lex_state = 18}, + [893] = {.lex_state = 716, .external_lex_state = 18}, + [894] = {.lex_state = 716, .external_lex_state = 18}, + [895] = {.lex_state = 716, .external_lex_state = 18}, + [896] = {.lex_state = 716, .external_lex_state = 18}, + [897] = {.lex_state = 716, .external_lex_state = 18}, + [898] = {.lex_state = 716, .external_lex_state = 18}, + [899] = {.lex_state = 716, .external_lex_state = 18}, + [900] = {.lex_state = 716, .external_lex_state = 18}, + [901] = {.lex_state = 716, .external_lex_state = 18}, + [902] = {.lex_state = 716, .external_lex_state = 18}, + [903] = {.lex_state = 716, .external_lex_state = 18}, + [904] = {.lex_state = 716, .external_lex_state = 18}, + [905] = {.lex_state = 716, .external_lex_state = 18}, + [906] = {.lex_state = 716, .external_lex_state = 18}, + [907] = {.lex_state = 716, .external_lex_state = 18}, + [908] = {.lex_state = 716, .external_lex_state = 18}, + [909] = {.lex_state = 716, .external_lex_state = 18}, + [910] = {.lex_state = 716, .external_lex_state = 18}, + [911] = {.lex_state = 716, .external_lex_state = 18}, + [912] = {.lex_state = 716, .external_lex_state = 18}, + [913] = {.lex_state = 716, .external_lex_state = 18}, + [914] = {.lex_state = 716, .external_lex_state = 18}, + [915] = {.lex_state = 716, .external_lex_state = 18}, + [916] = {.lex_state = 716, .external_lex_state = 18}, + [917] = {.lex_state = 716, .external_lex_state = 18}, + [918] = {.lex_state = 716, .external_lex_state = 18}, + [919] = {.lex_state = 716, .external_lex_state = 18}, + [920] = {.lex_state = 716, .external_lex_state = 18}, + [921] = {.lex_state = 716, .external_lex_state = 18}, + [922] = {.lex_state = 716, .external_lex_state = 18}, + [923] = {.lex_state = 716, .external_lex_state = 18}, + [924] = {.lex_state = 716, .external_lex_state = 18}, + [925] = {.lex_state = 716, .external_lex_state = 18}, + [926] = {.lex_state = 716, .external_lex_state = 18}, + [927] = {.lex_state = 716, .external_lex_state = 18}, + [928] = {.lex_state = 716, .external_lex_state = 18}, + [929] = {.lex_state = 716, .external_lex_state = 18}, + [930] = {.lex_state = 716, .external_lex_state = 18}, + [931] = {.lex_state = 716, .external_lex_state = 18}, + [932] = {.lex_state = 716, .external_lex_state = 18}, + [933] = {.lex_state = 716, .external_lex_state = 18}, + [934] = {.lex_state = 716, .external_lex_state = 18}, + [935] = {.lex_state = 716, .external_lex_state = 18}, + [936] = {.lex_state = 716, .external_lex_state = 18}, + [937] = {.lex_state = 716, .external_lex_state = 18}, + [938] = {.lex_state = 716, .external_lex_state = 18}, + [939] = {.lex_state = 716, .external_lex_state = 18}, + [940] = {.lex_state = 716, .external_lex_state = 18}, + [941] = {.lex_state = 716, .external_lex_state = 18}, + [942] = {.lex_state = 716, .external_lex_state = 18}, + [943] = {.lex_state = 716, .external_lex_state = 18}, + [944] = {.lex_state = 716, .external_lex_state = 18}, + [945] = {.lex_state = 716, .external_lex_state = 18}, + [946] = {.lex_state = 716, .external_lex_state = 18}, + [947] = {.lex_state = 716, .external_lex_state = 18}, + [948] = {.lex_state = 716, .external_lex_state = 18}, + [949] = {.lex_state = 716, .external_lex_state = 18}, + [950] = {.lex_state = 716, .external_lex_state = 18}, + [951] = {.lex_state = 716, .external_lex_state = 18}, + [952] = {.lex_state = 716, .external_lex_state = 18}, + [953] = {.lex_state = 716, .external_lex_state = 18}, + [954] = {.lex_state = 716, .external_lex_state = 18}, + [955] = {.lex_state = 716, .external_lex_state = 18}, + [956] = {.lex_state = 716, .external_lex_state = 18}, + [957] = {.lex_state = 716, .external_lex_state = 18}, + [958] = {.lex_state = 716, .external_lex_state = 18}, + [959] = {.lex_state = 716, .external_lex_state = 18}, + [960] = {.lex_state = 716, .external_lex_state = 18}, + [961] = {.lex_state = 716, .external_lex_state = 18}, + [962] = {.lex_state = 716, .external_lex_state = 18}, + [963] = {.lex_state = 716, .external_lex_state = 18}, + [964] = {.lex_state = 716, .external_lex_state = 18}, + [965] = {.lex_state = 716, .external_lex_state = 18}, + [966] = {.lex_state = 716, .external_lex_state = 18}, + [967] = {.lex_state = 716, .external_lex_state = 18}, + [968] = {.lex_state = 716, .external_lex_state = 18}, + [969] = {.lex_state = 716, .external_lex_state = 18}, + [970] = {.lex_state = 716, .external_lex_state = 18}, + [971] = {.lex_state = 716, .external_lex_state = 18}, + [972] = {.lex_state = 716, .external_lex_state = 18}, + [973] = {.lex_state = 716, .external_lex_state = 18}, + [974] = {.lex_state = 47, .external_lex_state = 21}, + [975] = {.lex_state = 716, .external_lex_state = 18}, + [976] = {.lex_state = 716, .external_lex_state = 18}, + [977] = {.lex_state = 716, .external_lex_state = 18}, + [978] = {.lex_state = 34, .external_lex_state = 2}, + [979] = {.lex_state = 34, .external_lex_state = 2}, + [980] = {.lex_state = 34, .external_lex_state = 2}, + [981] = {.lex_state = 34, .external_lex_state = 2}, + [982] = {.lex_state = 34, .external_lex_state = 2}, + [983] = {.lex_state = 34, .external_lex_state = 2}, + [984] = {.lex_state = 716, .external_lex_state = 18}, + [985] = {.lex_state = 34, .external_lex_state = 2}, + [986] = {.lex_state = 716, .external_lex_state = 18}, + [987] = {.lex_state = 716, .external_lex_state = 18}, + [988] = {.lex_state = 47, .external_lex_state = 22}, + [989] = {.lex_state = 716, .external_lex_state = 25}, + [990] = {.lex_state = 716, .external_lex_state = 25}, + [991] = {.lex_state = 716, .external_lex_state = 25}, + [992] = {.lex_state = 47, .external_lex_state = 21}, + [993] = {.lex_state = 51, .external_lex_state = 20}, + [994] = {.lex_state = 53, .external_lex_state = 23}, + [995] = {.lex_state = 47, .external_lex_state = 21}, + [996] = {.lex_state = 53, .external_lex_state = 23}, + [997] = {.lex_state = 47, .external_lex_state = 21}, + [998] = {.lex_state = 51, .external_lex_state = 20}, + [999] = {.lex_state = 716, .external_lex_state = 19}, + [1000] = {.lex_state = 47, .external_lex_state = 22}, + [1001] = {.lex_state = 47, .external_lex_state = 22}, + [1002] = {.lex_state = 47, .external_lex_state = 22}, + [1003] = {.lex_state = 716, .external_lex_state = 19}, + [1004] = {.lex_state = 716, .external_lex_state = 19}, + [1005] = {.lex_state = 716, .external_lex_state = 19}, + [1006] = {.lex_state = 716, .external_lex_state = 19}, + [1007] = {.lex_state = 716, .external_lex_state = 19}, + [1008] = {.lex_state = 716, .external_lex_state = 19}, + [1009] = {.lex_state = 716, .external_lex_state = 20}, + [1010] = {.lex_state = 716, .external_lex_state = 19}, + [1011] = {.lex_state = 718, .external_lex_state = 26}, + [1012] = {.lex_state = 716, .external_lex_state = 20}, + [1013] = {.lex_state = 716, .external_lex_state = 20}, + [1014] = {.lex_state = 47, .external_lex_state = 22}, + [1015] = {.lex_state = 716, .external_lex_state = 20}, + [1016] = {.lex_state = 718, .external_lex_state = 26}, + [1017] = {.lex_state = 716, .external_lex_state = 20}, + [1018] = {.lex_state = 716, .external_lex_state = 20}, + [1019] = {.lex_state = 716, .external_lex_state = 20}, + [1020] = {.lex_state = 716, .external_lex_state = 20}, + [1021] = {.lex_state = 47, .external_lex_state = 21}, + [1022] = {.lex_state = 47, .external_lex_state = 21}, + [1023] = {.lex_state = 47, .external_lex_state = 21}, + [1024] = {.lex_state = 47, .external_lex_state = 21}, + [1025] = {.lex_state = 47, .external_lex_state = 21}, + [1026] = {.lex_state = 716, .external_lex_state = 22}, + [1027] = {.lex_state = 47, .external_lex_state = 21}, + [1028] = {.lex_state = 716, .external_lex_state = 19}, + [1029] = {.lex_state = 47, .external_lex_state = 22}, + [1030] = {.lex_state = 716, .external_lex_state = 19}, + [1031] = {.lex_state = 716, .external_lex_state = 19}, + [1032] = {.lex_state = 47, .external_lex_state = 22}, + [1033] = {.lex_state = 47, .external_lex_state = 22}, + [1034] = {.lex_state = 47, .external_lex_state = 22}, + [1035] = {.lex_state = 47, .external_lex_state = 22}, + [1036] = {.lex_state = 716, .external_lex_state = 19}, + [1037] = {.lex_state = 47, .external_lex_state = 22}, + [1038] = {.lex_state = 716, .external_lex_state = 19}, + [1039] = {.lex_state = 718, .external_lex_state = 27}, + [1040] = {.lex_state = 718, .external_lex_state = 27}, + [1041] = {.lex_state = 716, .external_lex_state = 19}, + [1042] = {.lex_state = 716, .external_lex_state = 19}, + [1043] = {.lex_state = 716, .external_lex_state = 20}, + [1044] = {.lex_state = 716, .external_lex_state = 20}, + [1045] = {.lex_state = 716, .external_lex_state = 19}, + [1046] = {.lex_state = 47, .external_lex_state = 22}, + [1047] = {.lex_state = 716, .external_lex_state = 19}, + [1048] = {.lex_state = 716, .external_lex_state = 20}, + [1049] = {.lex_state = 716, .external_lex_state = 20}, + [1050] = {.lex_state = 716, .external_lex_state = 20}, + [1051] = {.lex_state = 718, .external_lex_state = 28}, + [1052] = {.lex_state = 716, .external_lex_state = 20}, + [1053] = {.lex_state = 718, .external_lex_state = 28}, + [1054] = {.lex_state = 716, .external_lex_state = 20}, + [1055] = {.lex_state = 716, .external_lex_state = 19}, + [1056] = {.lex_state = 716, .external_lex_state = 21}, + [1057] = {.lex_state = 716, .external_lex_state = 21}, + [1058] = {.lex_state = 716, .external_lex_state = 20}, + [1059] = {.lex_state = 718, .external_lex_state = 29}, + [1060] = {.lex_state = 718, .external_lex_state = 29}, + [1061] = {.lex_state = 714, .external_lex_state = 30}, + [1062] = {.lex_state = 714, .external_lex_state = 30}, + [1063] = {.lex_state = 716, .external_lex_state = 19}, + [1064] = {.lex_state = 716, .external_lex_state = 19}, + [1065] = {.lex_state = 716, .external_lex_state = 19}, + [1066] = {.lex_state = 716, .external_lex_state = 19}, + [1067] = {.lex_state = 716, .external_lex_state = 19}, + [1068] = {.lex_state = 716, .external_lex_state = 19}, + [1069] = {.lex_state = 716, .external_lex_state = 19}, + [1070] = {.lex_state = 716, .external_lex_state = 19}, + [1071] = {.lex_state = 716, .external_lex_state = 19}, + [1072] = {.lex_state = 716, .external_lex_state = 19}, + [1073] = {.lex_state = 716, .external_lex_state = 19}, + [1074] = {.lex_state = 716, .external_lex_state = 19}, + [1075] = {.lex_state = 716, .external_lex_state = 21}, + [1076] = {.lex_state = 716, .external_lex_state = 19}, + [1077] = {.lex_state = 716, .external_lex_state = 19}, + [1078] = {.lex_state = 716, .external_lex_state = 21}, + [1079] = {.lex_state = 708, .external_lex_state = 4}, + [1080] = {.lex_state = 716, .external_lex_state = 19}, + [1081] = {.lex_state = 716, .external_lex_state = 20}, + [1082] = {.lex_state = 716, .external_lex_state = 19}, + [1083] = {.lex_state = 716, .external_lex_state = 19}, + [1084] = {.lex_state = 716, .external_lex_state = 19}, + [1085] = {.lex_state = 716, .external_lex_state = 19}, + [1086] = {.lex_state = 716, .external_lex_state = 19}, + [1087] = {.lex_state = 716, .external_lex_state = 19}, + [1088] = {.lex_state = 716, .external_lex_state = 20}, + [1089] = {.lex_state = 716, .external_lex_state = 20}, + [1090] = {.lex_state = 716, .external_lex_state = 20}, + [1091] = {.lex_state = 716, .external_lex_state = 20}, + [1092] = {.lex_state = 714, .external_lex_state = 23}, + [1093] = {.lex_state = 716, .external_lex_state = 20}, + [1094] = {.lex_state = 716, .external_lex_state = 20}, + [1095] = {.lex_state = 716, .external_lex_state = 20}, + [1096] = {.lex_state = 716, .external_lex_state = 20}, + [1097] = {.lex_state = 716, .external_lex_state = 20}, + [1098] = {.lex_state = 716, .external_lex_state = 20}, + [1099] = {.lex_state = 716, .external_lex_state = 20}, + [1100] = {.lex_state = 716, .external_lex_state = 20}, + [1101] = {.lex_state = 716, .external_lex_state = 22}, + [1102] = {.lex_state = 716, .external_lex_state = 20}, + [1103] = {.lex_state = 718, .external_lex_state = 31}, + [1104] = {.lex_state = 708, .external_lex_state = 9}, + [1105] = {.lex_state = 716, .external_lex_state = 22}, + [1106] = {.lex_state = 716, .external_lex_state = 20}, + [1107] = {.lex_state = 718, .external_lex_state = 31}, + [1108] = {.lex_state = 708, .external_lex_state = 9}, + [1109] = {.lex_state = 708, .external_lex_state = 9}, + [1110] = {.lex_state = 716, .external_lex_state = 22}, + [1111] = {.lex_state = 716, .external_lex_state = 20}, + [1112] = {.lex_state = 716, .external_lex_state = 20}, + [1113] = {.lex_state = 716, .external_lex_state = 20}, + [1114] = {.lex_state = 716, .external_lex_state = 20}, + [1115] = {.lex_state = 708, .external_lex_state = 9}, + [1116] = {.lex_state = 716, .external_lex_state = 20}, + [1117] = {.lex_state = 716, .external_lex_state = 20}, + [1118] = {.lex_state = 716, .external_lex_state = 20}, + [1119] = {.lex_state = 708, .external_lex_state = 9}, + [1120] = {.lex_state = 716, .external_lex_state = 22}, + [1121] = {.lex_state = 708, .external_lex_state = 9}, + [1122] = {.lex_state = 714, .external_lex_state = 23}, + [1123] = {.lex_state = 716, .external_lex_state = 20}, + [1124] = {.lex_state = 708, .external_lex_state = 9}, + [1125] = {.lex_state = 77, .external_lex_state = 32}, + [1126] = {.lex_state = 77, .external_lex_state = 32}, + [1127] = {.lex_state = 708, .external_lex_state = 10}, + [1128] = {.lex_state = 77, .external_lex_state = 32}, + [1129] = {.lex_state = 77, .external_lex_state = 32}, + [1130] = {.lex_state = 708, .external_lex_state = 10}, + [1131] = {.lex_state = 77, .external_lex_state = 32}, + [1132] = {.lex_state = 77, .external_lex_state = 32}, + [1133] = {.lex_state = 77, .external_lex_state = 32}, + [1134] = {.lex_state = 714, .external_lex_state = 23}, + [1135] = {.lex_state = 714, .external_lex_state = 23}, + [1136] = {.lex_state = 708, .external_lex_state = 10}, + [1137] = {.lex_state = 77, .external_lex_state = 32}, + [1138] = {.lex_state = 714, .external_lex_state = 17}, + [1139] = {.lex_state = 708, .external_lex_state = 10}, + [1140] = {.lex_state = 708, .external_lex_state = 10}, + [1141] = {.lex_state = 708, .external_lex_state = 10}, + [1142] = {.lex_state = 714, .external_lex_state = 17}, + [1143] = {.lex_state = 77, .external_lex_state = 32}, + [1144] = {.lex_state = 708, .external_lex_state = 10}, + [1145] = {.lex_state = 708, .external_lex_state = 10}, + [1146] = {.lex_state = 716, .external_lex_state = 21}, + [1147] = {.lex_state = 716, .external_lex_state = 21}, + [1148] = {.lex_state = 716, .external_lex_state = 21}, + [1149] = {.lex_state = 708, .external_lex_state = 4}, + [1150] = {.lex_state = 708, .external_lex_state = 4}, + [1151] = {.lex_state = 708, .external_lex_state = 4}, + [1152] = {.lex_state = 714, .external_lex_state = 33}, + [1153] = {.lex_state = 716, .external_lex_state = 21}, + [1154] = {.lex_state = 716, .external_lex_state = 21}, + [1155] = {.lex_state = 714, .external_lex_state = 33}, + [1156] = {.lex_state = 716, .external_lex_state = 21}, + [1157] = {.lex_state = 716, .external_lex_state = 21}, + [1158] = {.lex_state = 708, .external_lex_state = 4}, + [1159] = {.lex_state = 714, .external_lex_state = 34}, + [1160] = {.lex_state = 716, .external_lex_state = 21}, + [1161] = {.lex_state = 716, .external_lex_state = 21}, + [1162] = {.lex_state = 716, .external_lex_state = 21}, + [1163] = {.lex_state = 716, .external_lex_state = 21}, + [1164] = {.lex_state = 708, .external_lex_state = 10}, + [1165] = {.lex_state = 708, .external_lex_state = 4}, + [1166] = {.lex_state = 708, .external_lex_state = 10}, + [1167] = {.lex_state = 708, .external_lex_state = 10}, + [1168] = {.lex_state = 716, .external_lex_state = 21}, + [1169] = {.lex_state = 714, .external_lex_state = 34}, + [1170] = {.lex_state = 716, .external_lex_state = 21}, + [1171] = {.lex_state = 718, .external_lex_state = 32}, + [1172] = {.lex_state = 716, .external_lex_state = 21}, + [1173] = {.lex_state = 708, .external_lex_state = 10}, + [1174] = {.lex_state = 708, .external_lex_state = 10}, + [1175] = {.lex_state = 716, .external_lex_state = 21}, + [1176] = {.lex_state = 718, .external_lex_state = 32}, + [1177] = {.lex_state = 708, .external_lex_state = 10}, + [1178] = {.lex_state = 708, .external_lex_state = 4}, + [1179] = {.lex_state = 716, .external_lex_state = 21}, + [1180] = {.lex_state = 708, .external_lex_state = 4}, + [1181] = {.lex_state = 708, .external_lex_state = 11}, + [1182] = {.lex_state = 716, .external_lex_state = 22}, + [1183] = {.lex_state = 716, .external_lex_state = 22}, + [1184] = {.lex_state = 716, .external_lex_state = 21}, + [1185] = {.lex_state = 714, .external_lex_state = 35}, + [1186] = {.lex_state = 714, .external_lex_state = 35}, + [1187] = {.lex_state = 716, .external_lex_state = 22}, + [1188] = {.lex_state = 716, .external_lex_state = 22}, + [1189] = {.lex_state = 716, .external_lex_state = 36}, + [1190] = {.lex_state = 716, .external_lex_state = 36}, + [1191] = {.lex_state = 716, .external_lex_state = 22}, + [1192] = {.lex_state = 716, .external_lex_state = 22}, + [1193] = {.lex_state = 716, .external_lex_state = 22}, + [1194] = {.lex_state = 708, .external_lex_state = 12}, + [1195] = {.lex_state = 716, .external_lex_state = 22}, + [1196] = {.lex_state = 708, .external_lex_state = 12}, + [1197] = {.lex_state = 708, .external_lex_state = 12}, + [1198] = {.lex_state = 708, .external_lex_state = 12}, + [1199] = {.lex_state = 716, .external_lex_state = 22}, + [1200] = {.lex_state = 716, .external_lex_state = 22}, + [1201] = {.lex_state = 716, .external_lex_state = 22}, + [1202] = {.lex_state = 716, .external_lex_state = 21}, + [1203] = {.lex_state = 716, .external_lex_state = 21}, + [1204] = {.lex_state = 716, .external_lex_state = 21}, + [1205] = {.lex_state = 708, .external_lex_state = 11}, + [1206] = {.lex_state = 716, .external_lex_state = 21}, + [1207] = {.lex_state = 716, .external_lex_state = 21}, + [1208] = {.lex_state = 716, .external_lex_state = 21}, + [1209] = {.lex_state = 716, .external_lex_state = 22}, + [1210] = {.lex_state = 77, .external_lex_state = 32}, + [1211] = {.lex_state = 708, .external_lex_state = 12}, + [1212] = {.lex_state = 708, .external_lex_state = 11}, + [1213] = {.lex_state = 716, .external_lex_state = 22}, + [1214] = {.lex_state = 716, .external_lex_state = 22}, + [1215] = {.lex_state = 708, .external_lex_state = 11}, + [1216] = {.lex_state = 716, .external_lex_state = 22}, + [1217] = {.lex_state = 77, .external_lex_state = 32}, + [1218] = {.lex_state = 716, .external_lex_state = 21}, + [1219] = {.lex_state = 708, .external_lex_state = 12}, + [1220] = {.lex_state = 716, .external_lex_state = 36}, + [1221] = {.lex_state = 716, .external_lex_state = 22}, + [1222] = {.lex_state = 77, .external_lex_state = 32}, + [1223] = {.lex_state = 716, .external_lex_state = 22}, + [1224] = {.lex_state = 716, .external_lex_state = 36}, + [1225] = {.lex_state = 77, .external_lex_state = 32}, + [1226] = {.lex_state = 708, .external_lex_state = 12}, + [1227] = {.lex_state = 708, .external_lex_state = 11}, + [1228] = {.lex_state = 708, .external_lex_state = 11}, + [1229] = {.lex_state = 708, .external_lex_state = 11}, + [1230] = {.lex_state = 716, .external_lex_state = 21}, + [1231] = {.lex_state = 716, .external_lex_state = 21}, + [1232] = {.lex_state = 716, .external_lex_state = 22}, + [1233] = {.lex_state = 716, .external_lex_state = 22}, + [1234] = {.lex_state = 716, .external_lex_state = 22}, + [1235] = {.lex_state = 716, .external_lex_state = 22}, + [1236] = {.lex_state = 716, .external_lex_state = 21}, + [1237] = {.lex_state = 716, .external_lex_state = 21}, + [1238] = {.lex_state = 716, .external_lex_state = 21}, + [1239] = {.lex_state = 716, .external_lex_state = 21}, + [1240] = {.lex_state = 716, .external_lex_state = 21}, + [1241] = {.lex_state = 716, .external_lex_state = 21}, + [1242] = {.lex_state = 716, .external_lex_state = 21}, + [1243] = {.lex_state = 716, .external_lex_state = 21}, + [1244] = {.lex_state = 716, .external_lex_state = 22}, + [1245] = {.lex_state = 716, .external_lex_state = 21}, + [1246] = {.lex_state = 716, .external_lex_state = 21}, + [1247] = {.lex_state = 716, .external_lex_state = 21}, + [1248] = {.lex_state = 716, .external_lex_state = 37}, + [1249] = {.lex_state = 716, .external_lex_state = 21}, + [1250] = {.lex_state = 716, .external_lex_state = 37}, + [1251] = {.lex_state = 716, .external_lex_state = 21}, + [1252] = {.lex_state = 716, .external_lex_state = 37}, + [1253] = {.lex_state = 716, .external_lex_state = 37}, + [1254] = {.lex_state = 716, .external_lex_state = 21}, + [1255] = {.lex_state = 716, .external_lex_state = 21}, + [1256] = {.lex_state = 716, .external_lex_state = 22}, + [1257] = {.lex_state = 716, .external_lex_state = 21}, + [1258] = {.lex_state = 716, .external_lex_state = 21}, + [1259] = {.lex_state = 716, .external_lex_state = 21}, + [1260] = {.lex_state = 716, .external_lex_state = 21}, + [1261] = {.lex_state = 716, .external_lex_state = 21}, + [1262] = {.lex_state = 716, .external_lex_state = 21}, + [1263] = {.lex_state = 716, .external_lex_state = 21}, + [1264] = {.lex_state = 716, .external_lex_state = 21}, + [1265] = {.lex_state = 716, .external_lex_state = 21}, + [1266] = {.lex_state = 716, .external_lex_state = 21}, + [1267] = {.lex_state = 716, .external_lex_state = 21}, + [1268] = {.lex_state = 716, .external_lex_state = 21}, + [1269] = {.lex_state = 716, .external_lex_state = 21}, + [1270] = {.lex_state = 716, .external_lex_state = 21}, + [1271] = {.lex_state = 716, .external_lex_state = 21}, + [1272] = {.lex_state = 716, .external_lex_state = 21}, + [1273] = {.lex_state = 716, .external_lex_state = 21}, + [1274] = {.lex_state = 716, .external_lex_state = 21}, + [1275] = {.lex_state = 716, .external_lex_state = 21}, + [1276] = {.lex_state = 716, .external_lex_state = 21}, + [1277] = {.lex_state = 716, .external_lex_state = 21}, + [1278] = {.lex_state = 716, .external_lex_state = 21}, + [1279] = {.lex_state = 716, .external_lex_state = 21}, + [1280] = {.lex_state = 716, .external_lex_state = 21}, + [1281] = {.lex_state = 716, .external_lex_state = 21}, + [1282] = {.lex_state = 716, .external_lex_state = 21}, + [1283] = {.lex_state = 716, .external_lex_state = 21}, + [1284] = {.lex_state = 716, .external_lex_state = 21}, + [1285] = {.lex_state = 716, .external_lex_state = 22}, + [1286] = {.lex_state = 716, .external_lex_state = 21}, + [1287] = {.lex_state = 716, .external_lex_state = 21}, + [1288] = {.lex_state = 716, .external_lex_state = 21}, + [1289] = {.lex_state = 716, .external_lex_state = 21}, + [1290] = {.lex_state = 716, .external_lex_state = 21}, + [1291] = {.lex_state = 716, .external_lex_state = 21}, + [1292] = {.lex_state = 716, .external_lex_state = 21}, + [1293] = {.lex_state = 716, .external_lex_state = 21}, + [1294] = {.lex_state = 716, .external_lex_state = 21}, + [1295] = {.lex_state = 716, .external_lex_state = 21}, + [1296] = {.lex_state = 716, .external_lex_state = 21}, + [1297] = {.lex_state = 716, .external_lex_state = 21}, + [1298] = {.lex_state = 716, .external_lex_state = 21}, + [1299] = {.lex_state = 716, .external_lex_state = 21}, + [1300] = {.lex_state = 716, .external_lex_state = 21}, + [1301] = {.lex_state = 716, .external_lex_state = 21}, + [1302] = {.lex_state = 716, .external_lex_state = 21}, + [1303] = {.lex_state = 716, .external_lex_state = 21}, + [1304] = {.lex_state = 716, .external_lex_state = 21}, + [1305] = {.lex_state = 716, .external_lex_state = 21}, + [1306] = {.lex_state = 716, .external_lex_state = 21}, + [1307] = {.lex_state = 716, .external_lex_state = 21}, + [1308] = {.lex_state = 716, .external_lex_state = 21}, + [1309] = {.lex_state = 716, .external_lex_state = 21}, + [1310] = {.lex_state = 716, .external_lex_state = 21}, + [1311] = {.lex_state = 716, .external_lex_state = 21}, + [1312] = {.lex_state = 716, .external_lex_state = 21}, + [1313] = {.lex_state = 716, .external_lex_state = 21}, + [1314] = {.lex_state = 716, .external_lex_state = 21}, + [1315] = {.lex_state = 716, .external_lex_state = 21}, + [1316] = {.lex_state = 716, .external_lex_state = 21}, + [1317] = {.lex_state = 716, .external_lex_state = 21}, + [1318] = {.lex_state = 716, .external_lex_state = 21}, + [1319] = {.lex_state = 716, .external_lex_state = 21}, + [1320] = {.lex_state = 708, .external_lex_state = 13}, + [1321] = {.lex_state = 708, .external_lex_state = 13}, + [1322] = {.lex_state = 716, .external_lex_state = 21}, + [1323] = {.lex_state = 716, .external_lex_state = 21}, + [1324] = {.lex_state = 716, .external_lex_state = 21}, + [1325] = {.lex_state = 708, .external_lex_state = 13}, + [1326] = {.lex_state = 708, .external_lex_state = 13}, + [1327] = {.lex_state = 708, .external_lex_state = 13}, + [1328] = {.lex_state = 716, .external_lex_state = 21}, + [1329] = {.lex_state = 708, .external_lex_state = 13}, + [1330] = {.lex_state = 708, .external_lex_state = 13}, + [1331] = {.lex_state = 716, .external_lex_state = 21}, + [1332] = {.lex_state = 716, .external_lex_state = 21}, + [1333] = {.lex_state = 716, .external_lex_state = 21}, + [1334] = {.lex_state = 716, .external_lex_state = 21}, + [1335] = {.lex_state = 716, .external_lex_state = 21}, + [1336] = {.lex_state = 716, .external_lex_state = 21}, + [1337] = {.lex_state = 716, .external_lex_state = 21}, + [1338] = {.lex_state = 716, .external_lex_state = 21}, + [1339] = {.lex_state = 716, .external_lex_state = 21}, + [1340] = {.lex_state = 716, .external_lex_state = 21}, + [1341] = {.lex_state = 716, .external_lex_state = 22}, + [1342] = {.lex_state = 716, .external_lex_state = 21}, + [1343] = {.lex_state = 716, .external_lex_state = 22}, + [1344] = {.lex_state = 716, .external_lex_state = 22}, + [1345] = {.lex_state = 77, .external_lex_state = 32}, + [1346] = {.lex_state = 716, .external_lex_state = 21}, + [1347] = {.lex_state = 77, .external_lex_state = 32}, + [1348] = {.lex_state = 716, .external_lex_state = 21}, + [1349] = {.lex_state = 716, .external_lex_state = 22}, + [1350] = {.lex_state = 716, .external_lex_state = 22}, + [1351] = {.lex_state = 716, .external_lex_state = 22}, + [1352] = {.lex_state = 716, .external_lex_state = 22}, + [1353] = {.lex_state = 716, .external_lex_state = 22}, + [1354] = {.lex_state = 716, .external_lex_state = 22}, + [1355] = {.lex_state = 716, .external_lex_state = 22}, + [1356] = {.lex_state = 716, .external_lex_state = 22}, + [1357] = {.lex_state = 716, .external_lex_state = 22}, + [1358] = {.lex_state = 716, .external_lex_state = 22}, + [1359] = {.lex_state = 716, .external_lex_state = 22}, + [1360] = {.lex_state = 716, .external_lex_state = 22}, + [1361] = {.lex_state = 716, .external_lex_state = 22}, + [1362] = {.lex_state = 716, .external_lex_state = 22}, + [1363] = {.lex_state = 716, .external_lex_state = 22}, + [1364] = {.lex_state = 716, .external_lex_state = 22}, + [1365] = {.lex_state = 716, .external_lex_state = 22}, + [1366] = {.lex_state = 716, .external_lex_state = 22}, + [1367] = {.lex_state = 716, .external_lex_state = 22}, + [1368] = {.lex_state = 716, .external_lex_state = 22}, + [1369] = {.lex_state = 716, .external_lex_state = 22}, + [1370] = {.lex_state = 716, .external_lex_state = 22}, + [1371] = {.lex_state = 716, .external_lex_state = 22}, + [1372] = {.lex_state = 716, .external_lex_state = 22}, + [1373] = {.lex_state = 716, .external_lex_state = 22}, + [1374] = {.lex_state = 716, .external_lex_state = 22}, + [1375] = {.lex_state = 716, .external_lex_state = 22}, + [1376] = {.lex_state = 716, .external_lex_state = 22}, + [1377] = {.lex_state = 716, .external_lex_state = 22}, + [1378] = {.lex_state = 716, .external_lex_state = 22}, + [1379] = {.lex_state = 716, .external_lex_state = 22}, + [1380] = {.lex_state = 716, .external_lex_state = 22}, + [1381] = {.lex_state = 716, .external_lex_state = 22}, + [1382] = {.lex_state = 716, .external_lex_state = 22}, + [1383] = {.lex_state = 716, .external_lex_state = 22}, + [1384] = {.lex_state = 716, .external_lex_state = 22}, + [1385] = {.lex_state = 716, .external_lex_state = 22}, + [1386] = {.lex_state = 716, .external_lex_state = 22}, + [1387] = {.lex_state = 716, .external_lex_state = 22}, + [1388] = {.lex_state = 716, .external_lex_state = 22}, + [1389] = {.lex_state = 716, .external_lex_state = 22}, + [1390] = {.lex_state = 716, .external_lex_state = 22}, + [1391] = {.lex_state = 716, .external_lex_state = 22}, + [1392] = {.lex_state = 716, .external_lex_state = 22}, + [1393] = {.lex_state = 716, .external_lex_state = 22}, + [1394] = {.lex_state = 716, .external_lex_state = 22}, + [1395] = {.lex_state = 716, .external_lex_state = 22}, + [1396] = {.lex_state = 716, .external_lex_state = 22}, + [1397] = {.lex_state = 716, .external_lex_state = 22}, + [1398] = {.lex_state = 716, .external_lex_state = 22}, + [1399] = {.lex_state = 716, .external_lex_state = 22}, + [1400] = {.lex_state = 716, .external_lex_state = 22}, + [1401] = {.lex_state = 716, .external_lex_state = 22}, + [1402] = {.lex_state = 716, .external_lex_state = 22}, + [1403] = {.lex_state = 716, .external_lex_state = 22}, + [1404] = {.lex_state = 716, .external_lex_state = 22}, + [1405] = {.lex_state = 716, .external_lex_state = 22}, + [1406] = {.lex_state = 716, .external_lex_state = 22}, + [1407] = {.lex_state = 716, .external_lex_state = 22}, + [1408] = {.lex_state = 77, .external_lex_state = 32}, + [1409] = {.lex_state = 716, .external_lex_state = 22}, + [1410] = {.lex_state = 716, .external_lex_state = 22}, + [1411] = {.lex_state = 716, .external_lex_state = 22}, + [1412] = {.lex_state = 716, .external_lex_state = 22}, + [1413] = {.lex_state = 716, .external_lex_state = 22}, + [1414] = {.lex_state = 716, .external_lex_state = 22}, + [1415] = {.lex_state = 716, .external_lex_state = 22}, + [1416] = {.lex_state = 716, .external_lex_state = 22}, + [1417] = {.lex_state = 716, .external_lex_state = 22}, + [1418] = {.lex_state = 716, .external_lex_state = 22}, + [1419] = {.lex_state = 716, .external_lex_state = 22}, + [1420] = {.lex_state = 716, .external_lex_state = 22}, + [1421] = {.lex_state = 716, .external_lex_state = 22}, + [1422] = {.lex_state = 716, .external_lex_state = 22}, + [1423] = {.lex_state = 716, .external_lex_state = 22}, + [1424] = {.lex_state = 716, .external_lex_state = 22}, + [1425] = {.lex_state = 716, .external_lex_state = 22}, + [1426] = {.lex_state = 716, .external_lex_state = 22}, + [1427] = {.lex_state = 716, .external_lex_state = 22}, + [1428] = {.lex_state = 716, .external_lex_state = 22}, + [1429] = {.lex_state = 716, .external_lex_state = 22}, + [1430] = {.lex_state = 716, .external_lex_state = 22}, + [1431] = {.lex_state = 716, .external_lex_state = 22}, + [1432] = {.lex_state = 716, .external_lex_state = 22}, + [1433] = {.lex_state = 716, .external_lex_state = 22}, + [1434] = {.lex_state = 716, .external_lex_state = 22}, + [1435] = {.lex_state = 716, .external_lex_state = 22}, + [1436] = {.lex_state = 716, .external_lex_state = 22}, + [1437] = {.lex_state = 716, .external_lex_state = 22}, + [1438] = {.lex_state = 716, .external_lex_state = 22}, + [1439] = {.lex_state = 716, .external_lex_state = 22}, + [1440] = {.lex_state = 716, .external_lex_state = 22}, + [1441] = {.lex_state = 716, .external_lex_state = 22}, + [1442] = {.lex_state = 716, .external_lex_state = 22}, + [1443] = {.lex_state = 716, .external_lex_state = 22}, + [1444] = {.lex_state = 716, .external_lex_state = 22}, + [1445] = {.lex_state = 716, .external_lex_state = 22}, + [1446] = {.lex_state = 716, .external_lex_state = 22}, + [1447] = {.lex_state = 71, .external_lex_state = 38}, + [1448] = {.lex_state = 71, .external_lex_state = 38}, + [1449] = {.lex_state = 54, .external_lex_state = 23}, + [1450] = {.lex_state = 71, .external_lex_state = 39}, + [1451] = {.lex_state = 71, .external_lex_state = 39}, + [1452] = {.lex_state = 71, .external_lex_state = 40}, + [1453] = {.lex_state = 716, .external_lex_state = 41}, + [1454] = {.lex_state = 71, .external_lex_state = 40}, + [1455] = {.lex_state = 716, .external_lex_state = 41}, + [1456] = {.lex_state = 716, .external_lex_state = 41}, + [1457] = {.lex_state = 716, .external_lex_state = 41}, + [1458] = {.lex_state = 716, .external_lex_state = 41}, + [1459] = {.lex_state = 716, .external_lex_state = 25}, + [1460] = {.lex_state = 716, .external_lex_state = 41}, + [1461] = {.lex_state = 716, .external_lex_state = 25}, + [1462] = {.lex_state = 716, .external_lex_state = 41}, + [1463] = {.lex_state = 716, .external_lex_state = 41}, + [1464] = {.lex_state = 716, .external_lex_state = 41}, + [1465] = {.lex_state = 716, .external_lex_state = 41}, + [1466] = {.lex_state = 716, .external_lex_state = 41}, + [1467] = {.lex_state = 716, .external_lex_state = 25}, + [1468] = {.lex_state = 716, .external_lex_state = 18}, + [1469] = {.lex_state = 716, .external_lex_state = 25}, + [1470] = {.lex_state = 716, .external_lex_state = 25}, + [1471] = {.lex_state = 716, .external_lex_state = 25}, + [1472] = {.lex_state = 71, .external_lex_state = 42}, + [1473] = {.lex_state = 716, .external_lex_state = 25}, + [1474] = {.lex_state = 716, .external_lex_state = 25}, + [1475] = {.lex_state = 7, .external_lex_state = 43}, + [1476] = {.lex_state = 716, .external_lex_state = 25}, + [1477] = {.lex_state = 71, .external_lex_state = 42}, + [1478] = {.lex_state = 716, .external_lex_state = 25}, + [1479] = {.lex_state = 716, .external_lex_state = 25}, + [1480] = {.lex_state = 716, .external_lex_state = 25}, + [1481] = {.lex_state = 716, .external_lex_state = 25}, + [1482] = {.lex_state = 716, .external_lex_state = 25}, + [1483] = {.lex_state = 716, .external_lex_state = 25}, + [1484] = {.lex_state = 716, .external_lex_state = 25}, + [1485] = {.lex_state = 716, .external_lex_state = 18}, + [1486] = {.lex_state = 13, .external_lex_state = 2}, + [1487] = {.lex_state = 716, .external_lex_state = 25}, + [1488] = {.lex_state = 716, .external_lex_state = 41}, + [1489] = {.lex_state = 716, .external_lex_state = 25}, + [1490] = {.lex_state = 716, .external_lex_state = 25}, + [1491] = {.lex_state = 716, .external_lex_state = 18}, + [1492] = {.lex_state = 716, .external_lex_state = 18}, + [1493] = {.lex_state = 716, .external_lex_state = 18}, + [1494] = {.lex_state = 716, .external_lex_state = 18}, + [1495] = {.lex_state = 13, .external_lex_state = 2}, + [1496] = {.lex_state = 716, .external_lex_state = 18}, + [1497] = {.lex_state = 716, .external_lex_state = 25}, + [1498] = {.lex_state = 13, .external_lex_state = 2}, + [1499] = {.lex_state = 716, .external_lex_state = 44}, + [1500] = {.lex_state = 716, .external_lex_state = 18}, + [1501] = {.lex_state = 716, .external_lex_state = 18}, + [1502] = {.lex_state = 716, .external_lex_state = 25}, + [1503] = {.lex_state = 716, .external_lex_state = 18}, + [1504] = {.lex_state = 716, .external_lex_state = 18}, + [1505] = {.lex_state = 716, .external_lex_state = 18}, + [1506] = {.lex_state = 716, .external_lex_state = 45}, + [1507] = {.lex_state = 13, .external_lex_state = 2}, + [1508] = {.lex_state = 716, .external_lex_state = 18}, + [1509] = {.lex_state = 716, .external_lex_state = 18}, + [1510] = {.lex_state = 716, .external_lex_state = 18}, + [1511] = {.lex_state = 716, .external_lex_state = 18}, + [1512] = {.lex_state = 13, .external_lex_state = 2}, + [1513] = {.lex_state = 716, .external_lex_state = 25}, + [1514] = {.lex_state = 13, .external_lex_state = 2}, + [1515] = {.lex_state = 716, .external_lex_state = 18}, + [1516] = {.lex_state = 716, .external_lex_state = 18}, + [1517] = {.lex_state = 716, .external_lex_state = 25}, + [1518] = {.lex_state = 716, .external_lex_state = 44}, + [1519] = {.lex_state = 716, .external_lex_state = 25}, + [1520] = {.lex_state = 716, .external_lex_state = 25}, + [1521] = {.lex_state = 716, .external_lex_state = 18}, + [1522] = {.lex_state = 13, .external_lex_state = 2}, + [1523] = {.lex_state = 716, .external_lex_state = 45}, + [1524] = {.lex_state = 716, .external_lex_state = 18}, + [1525] = {.lex_state = 716, .external_lex_state = 18}, + [1526] = {.lex_state = 716, .external_lex_state = 18}, + [1527] = {.lex_state = 716, .external_lex_state = 44}, + [1528] = {.lex_state = 716, .external_lex_state = 44}, + [1529] = {.lex_state = 716, .external_lex_state = 45}, + [1530] = {.lex_state = 716, .external_lex_state = 18}, + [1531] = {.lex_state = 716, .external_lex_state = 45}, + [1532] = {.lex_state = 716, .external_lex_state = 18}, + [1533] = {.lex_state = 716, .external_lex_state = 18}, + [1534] = {.lex_state = 716, .external_lex_state = 18}, + [1535] = {.lex_state = 716, .external_lex_state = 18}, + [1536] = {.lex_state = 716, .external_lex_state = 45}, + [1537] = {.lex_state = 716, .external_lex_state = 18}, + [1538] = {.lex_state = 716, .external_lex_state = 44}, + [1539] = {.lex_state = 716, .external_lex_state = 18}, + [1540] = {.lex_state = 716, .external_lex_state = 45}, + [1541] = {.lex_state = 716, .external_lex_state = 18}, + [1542] = {.lex_state = 716, .external_lex_state = 18}, + [1543] = {.lex_state = 716, .external_lex_state = 44}, + [1544] = {.lex_state = 716, .external_lex_state = 44}, + [1545] = {.lex_state = 716, .external_lex_state = 45}, + [1546] = {.lex_state = 716, .external_lex_state = 18}, + [1547] = {.lex_state = 716, .external_lex_state = 44}, + [1548] = {.lex_state = 716, .external_lex_state = 44}, + [1549] = {.lex_state = 716, .external_lex_state = 18}, + [1550] = {.lex_state = 716, .external_lex_state = 18}, + [1551] = {.lex_state = 716, .external_lex_state = 25}, + [1552] = {.lex_state = 71, .external_lex_state = 46}, + [1553] = {.lex_state = 716, .external_lex_state = 44}, + [1554] = {.lex_state = 716, .external_lex_state = 45}, + [1555] = {.lex_state = 716, .external_lex_state = 18}, + [1556] = {.lex_state = 716, .external_lex_state = 18}, + [1557] = {.lex_state = 716, .external_lex_state = 18}, + [1558] = {.lex_state = 716, .external_lex_state = 18}, + [1559] = {.lex_state = 716, .external_lex_state = 18}, + [1560] = {.lex_state = 71, .external_lex_state = 46}, + [1561] = {.lex_state = 716, .external_lex_state = 18}, + [1562] = {.lex_state = 716, .external_lex_state = 18}, + [1563] = {.lex_state = 716, .external_lex_state = 18}, + [1564] = {.lex_state = 716, .external_lex_state = 18}, + [1565] = {.lex_state = 716, .external_lex_state = 18}, + [1566] = {.lex_state = 716, .external_lex_state = 24}, + [1567] = {.lex_state = 716, .external_lex_state = 18}, + [1568] = {.lex_state = 716, .external_lex_state = 18}, + [1569] = {.lex_state = 716, .external_lex_state = 44}, + [1570] = {.lex_state = 716, .external_lex_state = 18}, + [1571] = {.lex_state = 716, .external_lex_state = 18}, + [1572] = {.lex_state = 716, .external_lex_state = 18}, + [1573] = {.lex_state = 716, .external_lex_state = 18}, + [1574] = {.lex_state = 716, .external_lex_state = 18}, + [1575] = {.lex_state = 716, .external_lex_state = 18}, + [1576] = {.lex_state = 716, .external_lex_state = 18}, + [1577] = {.lex_state = 716, .external_lex_state = 18}, + [1578] = {.lex_state = 716, .external_lex_state = 18}, + [1579] = {.lex_state = 716, .external_lex_state = 45}, + [1580] = {.lex_state = 716, .external_lex_state = 18}, + [1581] = {.lex_state = 716, .external_lex_state = 45}, + [1582] = {.lex_state = 716, .external_lex_state = 25}, + [1583] = {.lex_state = 716, .external_lex_state = 18}, + [1584] = {.lex_state = 716, .external_lex_state = 18}, + [1585] = {.lex_state = 716, .external_lex_state = 18}, + [1586] = {.lex_state = 13, .external_lex_state = 2}, + [1587] = {.lex_state = 716, .external_lex_state = 25}, + [1588] = {.lex_state = 716, .external_lex_state = 45}, + [1589] = {.lex_state = 716, .external_lex_state = 45}, + [1590] = {.lex_state = 716, .external_lex_state = 18}, + [1591] = {.lex_state = 716, .external_lex_state = 24}, + [1592] = {.lex_state = 716, .external_lex_state = 18}, + [1593] = {.lex_state = 13, .external_lex_state = 2}, + [1594] = {.lex_state = 13, .external_lex_state = 2}, + [1595] = {.lex_state = 13, .external_lex_state = 2}, + [1596] = {.lex_state = 716, .external_lex_state = 24}, + [1597] = {.lex_state = 716, .external_lex_state = 24}, + [1598] = {.lex_state = 716, .external_lex_state = 18}, + [1599] = {.lex_state = 716, .external_lex_state = 24}, + [1600] = {.lex_state = 13, .external_lex_state = 2}, + [1601] = {.lex_state = 716, .external_lex_state = 24}, + [1602] = {.lex_state = 716, .external_lex_state = 18}, + [1603] = {.lex_state = 13, .external_lex_state = 2}, + [1604] = {.lex_state = 716, .external_lex_state = 24}, + [1605] = {.lex_state = 716, .external_lex_state = 24}, + [1606] = {.lex_state = 716, .external_lex_state = 24}, + [1607] = {.lex_state = 716, .external_lex_state = 18}, + [1608] = {.lex_state = 716, .external_lex_state = 18}, + [1609] = {.lex_state = 716, .external_lex_state = 18}, + [1610] = {.lex_state = 716, .external_lex_state = 18}, + [1611] = {.lex_state = 716, .external_lex_state = 18}, + [1612] = {.lex_state = 13, .external_lex_state = 2}, + [1613] = {.lex_state = 13, .external_lex_state = 2}, + [1614] = {.lex_state = 13, .external_lex_state = 2}, + [1615] = {.lex_state = 716, .external_lex_state = 24}, + [1616] = {.lex_state = 716, .external_lex_state = 18}, + [1617] = {.lex_state = 13, .external_lex_state = 2}, + [1618] = {.lex_state = 716, .external_lex_state = 18}, + [1619] = {.lex_state = 13, .external_lex_state = 2}, + [1620] = {.lex_state = 716, .external_lex_state = 18}, + [1621] = {.lex_state = 716, .external_lex_state = 18}, + [1622] = {.lex_state = 716, .external_lex_state = 18}, + [1623] = {.lex_state = 716, .external_lex_state = 18}, + [1624] = {.lex_state = 716, .external_lex_state = 24}, + [1625] = {.lex_state = 716, .external_lex_state = 24}, + [1626] = {.lex_state = 716, .external_lex_state = 18}, + [1627] = {.lex_state = 716, .external_lex_state = 18}, + [1628] = {.lex_state = 716, .external_lex_state = 18}, + [1629] = {.lex_state = 716, .external_lex_state = 18}, + [1630] = {.lex_state = 716, .external_lex_state = 18}, + [1631] = {.lex_state = 716, .external_lex_state = 18}, + [1632] = {.lex_state = 716, .external_lex_state = 18}, + [1633] = {.lex_state = 716, .external_lex_state = 18}, + [1634] = {.lex_state = 716, .external_lex_state = 45}, + [1635] = {.lex_state = 716, .external_lex_state = 18}, + [1636] = {.lex_state = 716, .external_lex_state = 18}, + [1637] = {.lex_state = 716, .external_lex_state = 18}, + [1638] = {.lex_state = 716, .external_lex_state = 18}, + [1639] = {.lex_state = 716, .external_lex_state = 18}, + [1640] = {.lex_state = 13, .external_lex_state = 2}, + [1641] = {.lex_state = 716, .external_lex_state = 18}, + [1642] = {.lex_state = 716, .external_lex_state = 18}, + [1643] = {.lex_state = 716, .external_lex_state = 18}, + [1644] = {.lex_state = 716, .external_lex_state = 18}, + [1645] = {.lex_state = 716, .external_lex_state = 18}, + [1646] = {.lex_state = 716, .external_lex_state = 18}, + [1647] = {.lex_state = 716, .external_lex_state = 18}, + [1648] = {.lex_state = 13, .external_lex_state = 2}, + [1649] = {.lex_state = 716, .external_lex_state = 18}, + [1650] = {.lex_state = 716, .external_lex_state = 18}, + [1651] = {.lex_state = 716, .external_lex_state = 18}, + [1652] = {.lex_state = 716, .external_lex_state = 45}, + [1653] = {.lex_state = 716, .external_lex_state = 18}, + [1654] = {.lex_state = 716, .external_lex_state = 18}, + [1655] = {.lex_state = 716, .external_lex_state = 18}, + [1656] = {.lex_state = 716, .external_lex_state = 18}, + [1657] = {.lex_state = 716, .external_lex_state = 18}, + [1658] = {.lex_state = 716, .external_lex_state = 18}, + [1659] = {.lex_state = 716, .external_lex_state = 18}, + [1660] = {.lex_state = 716, .external_lex_state = 18}, + [1661] = {.lex_state = 716, .external_lex_state = 18}, + [1662] = {.lex_state = 716, .external_lex_state = 18}, + [1663] = {.lex_state = 716, .external_lex_state = 18}, + [1664] = {.lex_state = 716, .external_lex_state = 18}, + [1665] = {.lex_state = 716, .external_lex_state = 18}, + [1666] = {.lex_state = 716, .external_lex_state = 18}, + [1667] = {.lex_state = 716, .external_lex_state = 18}, + [1668] = {.lex_state = 716, .external_lex_state = 18}, + [1669] = {.lex_state = 716, .external_lex_state = 18}, + [1670] = {.lex_state = 716, .external_lex_state = 18}, + [1671] = {.lex_state = 716, .external_lex_state = 18}, + [1672] = {.lex_state = 716, .external_lex_state = 18}, + [1673] = {.lex_state = 716, .external_lex_state = 18}, + [1674] = {.lex_state = 716, .external_lex_state = 18}, + [1675] = {.lex_state = 716, .external_lex_state = 18}, + [1676] = {.lex_state = 716, .external_lex_state = 18}, + [1677] = {.lex_state = 716, .external_lex_state = 18}, + [1678] = {.lex_state = 716, .external_lex_state = 18}, + [1679] = {.lex_state = 716, .external_lex_state = 18}, + [1680] = {.lex_state = 716, .external_lex_state = 18}, + [1681] = {.lex_state = 716, .external_lex_state = 18}, + [1682] = {.lex_state = 39, .external_lex_state = 17}, + [1683] = {.lex_state = 77, .external_lex_state = 32}, + [1684] = {.lex_state = 8, .external_lex_state = 17}, + [1685] = {.lex_state = 77, .external_lex_state = 32}, + [1686] = {.lex_state = 77, .external_lex_state = 32}, + [1687] = {.lex_state = 77, .external_lex_state = 32}, + [1688] = {.lex_state = 712, .external_lex_state = 41}, + [1689] = {.lex_state = 77, .external_lex_state = 32}, + [1690] = {.lex_state = 56, .external_lex_state = 23}, + [1691] = {.lex_state = 77, .external_lex_state = 32}, + [1692] = {.lex_state = 712, .external_lex_state = 25}, + [1693] = {.lex_state = 56, .external_lex_state = 23}, + [1694] = {.lex_state = 712, .external_lex_state = 18}, + [1695] = {.lex_state = 712, .external_lex_state = 25}, + [1696] = {.lex_state = 55, .external_lex_state = 23}, + [1697] = {.lex_state = 712, .external_lex_state = 44}, + [1698] = {.lex_state = 77, .external_lex_state = 47}, + [1699] = {.lex_state = 712, .external_lex_state = 45}, + [1700] = {.lex_state = 712, .external_lex_state = 41}, + [1701] = {.lex_state = 56, .external_lex_state = 23}, + [1702] = {.lex_state = 712, .external_lex_state = 24}, + [1703] = {.lex_state = 712, .external_lex_state = 41}, + [1704] = {.lex_state = 712, .external_lex_state = 41}, + [1705] = {.lex_state = 68, .external_lex_state = 25}, + [1706] = {.lex_state = 712, .external_lex_state = 25}, + [1707] = {.lex_state = 712, .external_lex_state = 25}, + [1708] = {.lex_state = 720, .external_lex_state = 47}, + [1709] = {.lex_state = 720, .external_lex_state = 47}, + [1710] = {.lex_state = 720, .external_lex_state = 47}, + [1711] = {.lex_state = 720, .external_lex_state = 47}, + [1712] = {.lex_state = 720, .external_lex_state = 47}, + [1713] = {.lex_state = 720, .external_lex_state = 47}, + [1714] = {.lex_state = 720, .external_lex_state = 47}, + [1715] = {.lex_state = 77, .external_lex_state = 48}, + [1716] = {.lex_state = 712, .external_lex_state = 25}, + [1717] = {.lex_state = 712, .external_lex_state = 18}, + [1718] = {.lex_state = 712, .external_lex_state = 18}, + [1719] = {.lex_state = 77, .external_lex_state = 26}, + [1720] = {.lex_state = 77, .external_lex_state = 26}, + [1721] = {.lex_state = 77, .external_lex_state = 26}, + [1722] = {.lex_state = 77, .external_lex_state = 26}, + [1723] = {.lex_state = 712, .external_lex_state = 18}, + [1724] = {.lex_state = 712, .external_lex_state = 25}, + [1725] = {.lex_state = 712, .external_lex_state = 25}, + [1726] = {.lex_state = 77, .external_lex_state = 49}, + [1727] = {.lex_state = 712, .external_lex_state = 25}, + [1728] = {.lex_state = 77, .external_lex_state = 48}, + [1729] = {.lex_state = 712, .external_lex_state = 45}, + [1730] = {.lex_state = 77, .external_lex_state = 32}, + [1731] = {.lex_state = 712, .external_lex_state = 18}, + [1732] = {.lex_state = 712, .external_lex_state = 44}, + [1733] = {.lex_state = 77, .external_lex_state = 47}, + [1734] = {.lex_state = 712, .external_lex_state = 44}, + [1735] = {.lex_state = 77, .external_lex_state = 48}, + [1736] = {.lex_state = 77, .external_lex_state = 48}, + [1737] = {.lex_state = 77, .external_lex_state = 47}, + [1738] = {.lex_state = 77, .external_lex_state = 48}, + [1739] = {.lex_state = 77, .external_lex_state = 48}, + [1740] = {.lex_state = 77, .external_lex_state = 48}, + [1741] = {.lex_state = 712, .external_lex_state = 44}, + [1742] = {.lex_state = 77, .external_lex_state = 28}, + [1743] = {.lex_state = 77, .external_lex_state = 47}, + [1744] = {.lex_state = 77, .external_lex_state = 28}, + [1745] = {.lex_state = 712, .external_lex_state = 25}, + [1746] = {.lex_state = 77, .external_lex_state = 26}, + [1747] = {.lex_state = 77, .external_lex_state = 50}, + [1748] = {.lex_state = 712, .external_lex_state = 45}, + [1749] = {.lex_state = 77, .external_lex_state = 48}, + [1750] = {.lex_state = 712, .external_lex_state = 45}, + [1751] = {.lex_state = 77, .external_lex_state = 26}, + [1752] = {.lex_state = 712, .external_lex_state = 41}, + [1753] = {.lex_state = 77, .external_lex_state = 26}, + [1754] = {.lex_state = 712, .external_lex_state = 24}, + [1755] = {.lex_state = 77, .external_lex_state = 27}, + [1756] = {.lex_state = 712, .external_lex_state = 24}, + [1757] = {.lex_state = 77, .external_lex_state = 27}, + [1758] = {.lex_state = 712, .external_lex_state = 24}, + [1759] = {.lex_state = 77, .external_lex_state = 27}, + [1760] = {.lex_state = 77, .external_lex_state = 49}, + [1761] = {.lex_state = 77, .external_lex_state = 26}, + [1762] = {.lex_state = 77, .external_lex_state = 49}, + [1763] = {.lex_state = 77, .external_lex_state = 49}, + [1764] = {.lex_state = 77, .external_lex_state = 49}, + [1765] = {.lex_state = 77, .external_lex_state = 49}, + [1766] = {.lex_state = 77, .external_lex_state = 26}, + [1767] = {.lex_state = 77, .external_lex_state = 49}, + [1768] = {.lex_state = 77, .external_lex_state = 49}, + [1769] = {.lex_state = 77, .external_lex_state = 49}, + [1770] = {.lex_state = 77, .external_lex_state = 49}, + [1771] = {.lex_state = 77, .external_lex_state = 49}, + [1772] = {.lex_state = 712, .external_lex_state = 41}, + [1773] = {.lex_state = 77, .external_lex_state = 27}, + [1774] = {.lex_state = 712, .external_lex_state = 41}, + [1775] = {.lex_state = 712, .external_lex_state = 41}, + [1776] = {.lex_state = 712, .external_lex_state = 41}, + [1777] = {.lex_state = 712, .external_lex_state = 41}, + [1778] = {.lex_state = 77, .external_lex_state = 26}, + [1779] = {.lex_state = 77, .external_lex_state = 28}, + [1780] = {.lex_state = 77, .external_lex_state = 48}, + [1781] = {.lex_state = 77, .external_lex_state = 28}, + [1782] = {.lex_state = 720, .external_lex_state = 47}, + [1783] = {.lex_state = 77, .external_lex_state = 48}, + [1784] = {.lex_state = 712, .external_lex_state = 25}, + [1785] = {.lex_state = 77, .external_lex_state = 48}, + [1786] = {.lex_state = 77, .external_lex_state = 47}, + [1787] = {.lex_state = 712, .external_lex_state = 18}, + [1788] = {.lex_state = 712, .external_lex_state = 25}, + [1789] = {.lex_state = 77, .external_lex_state = 47}, + [1790] = {.lex_state = 77, .external_lex_state = 50}, + [1791] = {.lex_state = 712, .external_lex_state = 25}, + [1792] = {.lex_state = 77, .external_lex_state = 47}, + [1793] = {.lex_state = 77, .external_lex_state = 50}, + [1794] = {.lex_state = 77, .external_lex_state = 27}, + [1795] = {.lex_state = 77, .external_lex_state = 47}, + [1796] = {.lex_state = 716, .external_lex_state = 30}, + [1797] = {.lex_state = 77, .external_lex_state = 28}, + [1798] = {.lex_state = 712, .external_lex_state = 25}, + [1799] = {.lex_state = 77, .external_lex_state = 28}, + [1800] = {.lex_state = 77, .external_lex_state = 28}, + [1801] = {.lex_state = 77, .external_lex_state = 47}, + [1802] = {.lex_state = 77, .external_lex_state = 47}, + [1803] = {.lex_state = 77, .external_lex_state = 47}, + [1804] = {.lex_state = 77, .external_lex_state = 47}, + [1805] = {.lex_state = 712, .external_lex_state = 25}, + [1806] = {.lex_state = 77, .external_lex_state = 50}, + [1807] = {.lex_state = 77, .external_lex_state = 28}, + [1808] = {.lex_state = 77, .external_lex_state = 28}, + [1809] = {.lex_state = 77, .external_lex_state = 50}, + [1810] = {.lex_state = 77, .external_lex_state = 47}, + [1811] = {.lex_state = 77, .external_lex_state = 50}, + [1812] = {.lex_state = 77, .external_lex_state = 50}, + [1813] = {.lex_state = 77, .external_lex_state = 28}, + [1814] = {.lex_state = 77, .external_lex_state = 47}, + [1815] = {.lex_state = 720, .external_lex_state = 47}, + [1816] = {.lex_state = 712, .external_lex_state = 25}, + [1817] = {.lex_state = 77, .external_lex_state = 32}, + [1818] = {.lex_state = 77, .external_lex_state = 50}, + [1819] = {.lex_state = 77, .external_lex_state = 49}, + [1820] = {.lex_state = 77, .external_lex_state = 29}, + [1821] = {.lex_state = 712, .external_lex_state = 25}, + [1822] = {.lex_state = 77, .external_lex_state = 29}, + [1823] = {.lex_state = 77, .external_lex_state = 29}, + [1824] = {.lex_state = 720, .external_lex_state = 47}, + [1825] = {.lex_state = 77, .external_lex_state = 29}, + [1826] = {.lex_state = 712, .external_lex_state = 18}, + [1827] = {.lex_state = 77, .external_lex_state = 27}, + [1828] = {.lex_state = 77, .external_lex_state = 49}, + [1829] = {.lex_state = 77, .external_lex_state = 49}, + [1830] = {.lex_state = 77, .external_lex_state = 49}, + [1831] = {.lex_state = 712, .external_lex_state = 18}, + [1832] = {.lex_state = 712, .external_lex_state = 18}, + [1833] = {.lex_state = 716, .external_lex_state = 30}, + [1834] = {.lex_state = 77, .external_lex_state = 27}, + [1835] = {.lex_state = 712, .external_lex_state = 18}, + [1836] = {.lex_state = 77, .external_lex_state = 49}, + [1837] = {.lex_state = 712, .external_lex_state = 25}, + [1838] = {.lex_state = 716, .external_lex_state = 30}, + [1839] = {.lex_state = 712, .external_lex_state = 25}, + [1840] = {.lex_state = 716, .external_lex_state = 30}, + [1841] = {.lex_state = 716, .external_lex_state = 30}, + [1842] = {.lex_state = 716, .external_lex_state = 30}, + [1843] = {.lex_state = 716, .external_lex_state = 30}, + [1844] = {.lex_state = 712, .external_lex_state = 18}, + [1845] = {.lex_state = 77, .external_lex_state = 27}, + [1846] = {.lex_state = 712, .external_lex_state = 18}, + [1847] = {.lex_state = 77, .external_lex_state = 51}, + [1848] = {.lex_state = 712, .external_lex_state = 25}, + [1849] = {.lex_state = 716, .external_lex_state = 30}, + [1850] = {.lex_state = 77, .external_lex_state = 49}, + [1851] = {.lex_state = 720, .external_lex_state = 47}, + [1852] = {.lex_state = 712, .external_lex_state = 25}, + [1853] = {.lex_state = 720, .external_lex_state = 47}, + [1854] = {.lex_state = 77, .external_lex_state = 51}, + [1855] = {.lex_state = 720, .external_lex_state = 47}, + [1856] = {.lex_state = 77, .external_lex_state = 49}, + [1857] = {.lex_state = 77, .external_lex_state = 51}, + [1858] = {.lex_state = 77, .external_lex_state = 51}, + [1859] = {.lex_state = 77, .external_lex_state = 51}, + [1860] = {.lex_state = 77, .external_lex_state = 27}, + [1861] = {.lex_state = 77, .external_lex_state = 51}, + [1862] = {.lex_state = 77, .external_lex_state = 51}, + [1863] = {.lex_state = 77, .external_lex_state = 51}, + [1864] = {.lex_state = 77, .external_lex_state = 51}, + [1865] = {.lex_state = 77, .external_lex_state = 51}, + [1866] = {.lex_state = 77, .external_lex_state = 51}, + [1867] = {.lex_state = 77, .external_lex_state = 51}, + [1868] = {.lex_state = 77, .external_lex_state = 49}, + [1869] = {.lex_state = 77, .external_lex_state = 49}, + [1870] = {.lex_state = 720, .external_lex_state = 47}, + [1871] = {.lex_state = 720, .external_lex_state = 47}, + [1872] = {.lex_state = 712, .external_lex_state = 25}, + [1873] = {.lex_state = 720, .external_lex_state = 47}, + [1874] = {.lex_state = 716, .external_lex_state = 23}, + [1875] = {.lex_state = 712, .external_lex_state = 18}, + [1876] = {.lex_state = 77, .external_lex_state = 49}, + [1877] = {.lex_state = 77, .external_lex_state = 27}, + [1878] = {.lex_state = 712, .external_lex_state = 25}, + [1879] = {.lex_state = 77, .external_lex_state = 48}, + [1880] = {.lex_state = 716, .external_lex_state = 17}, + [1881] = {.lex_state = 77, .external_lex_state = 49}, + [1882] = {.lex_state = 716, .external_lex_state = 23}, + [1883] = {.lex_state = 712, .external_lex_state = 44}, + [1884] = {.lex_state = 716, .external_lex_state = 23}, + [1885] = {.lex_state = 77, .external_lex_state = 48}, + [1886] = {.lex_state = 77, .external_lex_state = 48}, + [1887] = {.lex_state = 77, .external_lex_state = 52}, + [1888] = {.lex_state = 77, .external_lex_state = 48}, + [1889] = {.lex_state = 716, .external_lex_state = 23}, + [1890] = {.lex_state = 716, .external_lex_state = 23}, + [1891] = {.lex_state = 77, .external_lex_state = 48}, + [1892] = {.lex_state = 77, .external_lex_state = 48}, + [1893] = {.lex_state = 712, .external_lex_state = 45}, + [1894] = {.lex_state = 712, .external_lex_state = 45}, + [1895] = {.lex_state = 716, .external_lex_state = 23}, + [1896] = {.lex_state = 712, .external_lex_state = 45}, + [1897] = {.lex_state = 77, .external_lex_state = 49}, + [1898] = {.lex_state = 77, .external_lex_state = 29}, + [1899] = {.lex_state = 77, .external_lex_state = 48}, + [1900] = {.lex_state = 77, .external_lex_state = 48}, + [1901] = {.lex_state = 77, .external_lex_state = 49}, + [1902] = {.lex_state = 712, .external_lex_state = 45}, + [1903] = {.lex_state = 716, .external_lex_state = 23}, + [1904] = {.lex_state = 712, .external_lex_state = 44}, + [1905] = {.lex_state = 77, .external_lex_state = 49}, + [1906] = {.lex_state = 712, .external_lex_state = 45}, + [1907] = {.lex_state = 77, .external_lex_state = 49}, + [1908] = {.lex_state = 716, .external_lex_state = 23}, + [1909] = {.lex_state = 712, .external_lex_state = 44}, + [1910] = {.lex_state = 77, .external_lex_state = 53}, + [1911] = {.lex_state = 712, .external_lex_state = 44}, + [1912] = {.lex_state = 712, .external_lex_state = 45}, + [1913] = {.lex_state = 77, .external_lex_state = 50}, + [1914] = {.lex_state = 77, .external_lex_state = 49}, + [1915] = {.lex_state = 77, .external_lex_state = 49}, + [1916] = {.lex_state = 77, .external_lex_state = 48}, + [1917] = {.lex_state = 77, .external_lex_state = 50}, + [1918] = {.lex_state = 712, .external_lex_state = 44}, + [1919] = {.lex_state = 77, .external_lex_state = 48}, + [1920] = {.lex_state = 716, .external_lex_state = 23}, + [1921] = {.lex_state = 77, .external_lex_state = 50}, + [1922] = {.lex_state = 77, .external_lex_state = 48}, + [1923] = {.lex_state = 77, .external_lex_state = 48}, + [1924] = {.lex_state = 712, .external_lex_state = 44}, + [1925] = {.lex_state = 716, .external_lex_state = 23}, + [1926] = {.lex_state = 716, .external_lex_state = 23}, + [1927] = {.lex_state = 716, .external_lex_state = 23}, + [1928] = {.lex_state = 77, .external_lex_state = 48}, + [1929] = {.lex_state = 77, .external_lex_state = 48}, + [1930] = {.lex_state = 716, .external_lex_state = 17}, + [1931] = {.lex_state = 716, .external_lex_state = 17}, + [1932] = {.lex_state = 716, .external_lex_state = 17}, + [1933] = {.lex_state = 716, .external_lex_state = 23}, + [1934] = {.lex_state = 77, .external_lex_state = 29}, + [1935] = {.lex_state = 712, .external_lex_state = 24}, + [1936] = {.lex_state = 77, .external_lex_state = 48}, + [1937] = {.lex_state = 77, .external_lex_state = 29}, + [1938] = {.lex_state = 77, .external_lex_state = 29}, + [1939] = {.lex_state = 712, .external_lex_state = 24}, + [1940] = {.lex_state = 712, .external_lex_state = 24}, + [1941] = {.lex_state = 77, .external_lex_state = 48}, + [1942] = {.lex_state = 712, .external_lex_state = 24}, + [1943] = {.lex_state = 716, .external_lex_state = 17}, + [1944] = {.lex_state = 712, .external_lex_state = 24}, + [1945] = {.lex_state = 716, .external_lex_state = 23}, + [1946] = {.lex_state = 77, .external_lex_state = 29}, + [1947] = {.lex_state = 716, .external_lex_state = 23}, + [1948] = {.lex_state = 77, .external_lex_state = 29}, + [1949] = {.lex_state = 77, .external_lex_state = 48}, + [1950] = {.lex_state = 716, .external_lex_state = 17}, + [1951] = {.lex_state = 716, .external_lex_state = 17}, + [1952] = {.lex_state = 712, .external_lex_state = 24}, + [1953] = {.lex_state = 716, .external_lex_state = 17}, + [1954] = {.lex_state = 716, .external_lex_state = 33}, + [1955] = {.lex_state = 77, .external_lex_state = 48}, + [1956] = {.lex_state = 77, .external_lex_state = 49}, + [1957] = {.lex_state = 77, .external_lex_state = 48}, + [1958] = {.lex_state = 716, .external_lex_state = 34}, + [1959] = {.lex_state = 77, .external_lex_state = 49}, + [1960] = {.lex_state = 716, .external_lex_state = 23}, + [1961] = {.lex_state = 716, .external_lex_state = 30}, + [1962] = {.lex_state = 77, .external_lex_state = 50}, + [1963] = {.lex_state = 716, .external_lex_state = 33}, + [1964] = {.lex_state = 716, .external_lex_state = 30}, + [1965] = {.lex_state = 720, .external_lex_state = 54}, + [1966] = {.lex_state = 77, .external_lex_state = 50}, + [1967] = {.lex_state = 716, .external_lex_state = 30}, + [1968] = {.lex_state = 77, .external_lex_state = 53}, + [1969] = {.lex_state = 716, .external_lex_state = 34}, + [1970] = {.lex_state = 716, .external_lex_state = 30}, + [1971] = {.lex_state = 77, .external_lex_state = 52}, + [1972] = {.lex_state = 716, .external_lex_state = 35}, + [1973] = {.lex_state = 716, .external_lex_state = 34}, + [1974] = {.lex_state = 716, .external_lex_state = 33}, + [1975] = {.lex_state = 77, .external_lex_state = 53}, + [1976] = {.lex_state = 716, .external_lex_state = 33}, + [1977] = {.lex_state = 716, .external_lex_state = 33}, + [1978] = {.lex_state = 77, .external_lex_state = 50}, + [1979] = {.lex_state = 716, .external_lex_state = 30}, + [1980] = {.lex_state = 716, .external_lex_state = 34}, + [1981] = {.lex_state = 716, .external_lex_state = 34}, + [1982] = {.lex_state = 716, .external_lex_state = 33}, + [1983] = {.lex_state = 716, .external_lex_state = 33}, + [1984] = {.lex_state = 77, .external_lex_state = 50}, + [1985] = {.lex_state = 77, .external_lex_state = 50}, + [1986] = {.lex_state = 77, .external_lex_state = 50}, + [1987] = {.lex_state = 77, .external_lex_state = 50}, + [1988] = {.lex_state = 77, .external_lex_state = 50}, + [1989] = {.lex_state = 77, .external_lex_state = 50}, + [1990] = {.lex_state = 77, .external_lex_state = 50}, + [1991] = {.lex_state = 716, .external_lex_state = 33}, + [1992] = {.lex_state = 716, .external_lex_state = 34}, + [1993] = {.lex_state = 716, .external_lex_state = 34}, + [1994] = {.lex_state = 716, .external_lex_state = 30}, + [1995] = {.lex_state = 77, .external_lex_state = 50}, + [1996] = {.lex_state = 716, .external_lex_state = 34}, + [1997] = {.lex_state = 77, .external_lex_state = 50}, + [1998] = {.lex_state = 716, .external_lex_state = 23}, + [1999] = {.lex_state = 716, .external_lex_state = 35}, + [2000] = {.lex_state = 77, .external_lex_state = 55}, + [2001] = {.lex_state = 716, .external_lex_state = 35}, + [2002] = {.lex_state = 77, .external_lex_state = 55}, + [2003] = {.lex_state = 716, .external_lex_state = 23}, + [2004] = {.lex_state = 77, .external_lex_state = 50}, + [2005] = {.lex_state = 716, .external_lex_state = 35}, + [2006] = {.lex_state = 716, .external_lex_state = 35}, + [2007] = {.lex_state = 716, .external_lex_state = 35}, + [2008] = {.lex_state = 77, .external_lex_state = 55}, + [2009] = {.lex_state = 716, .external_lex_state = 23}, + [2010] = {.lex_state = 77, .external_lex_state = 50}, + [2011] = {.lex_state = 77, .external_lex_state = 50}, + [2012] = {.lex_state = 77, .external_lex_state = 50}, + [2013] = {.lex_state = 716, .external_lex_state = 23}, + [2014] = {.lex_state = 77, .external_lex_state = 55}, + [2015] = {.lex_state = 77, .external_lex_state = 55}, + [2016] = {.lex_state = 77, .external_lex_state = 55}, + [2017] = {.lex_state = 716, .external_lex_state = 30}, + [2018] = {.lex_state = 720, .external_lex_state = 56}, + [2019] = {.lex_state = 77, .external_lex_state = 55}, + [2020] = {.lex_state = 716, .external_lex_state = 30}, + [2021] = {.lex_state = 77, .external_lex_state = 50}, + [2022] = {.lex_state = 720, .external_lex_state = 56}, + [2023] = {.lex_state = 77, .external_lex_state = 50}, + [2024] = {.lex_state = 716, .external_lex_state = 23}, + [2025] = {.lex_state = 77, .external_lex_state = 55}, + [2026] = {.lex_state = 720, .external_lex_state = 54}, + [2027] = {.lex_state = 720, .external_lex_state = 56}, + [2028] = {.lex_state = 716, .external_lex_state = 35}, + [2029] = {.lex_state = 105, .external_lex_state = 32}, + [2030] = {.lex_state = 77, .external_lex_state = 55}, + [2031] = {.lex_state = 77, .external_lex_state = 50}, + [2032] = {.lex_state = 716, .external_lex_state = 23}, + [2033] = {.lex_state = 77, .external_lex_state = 55}, + [2034] = {.lex_state = 716, .external_lex_state = 35}, + [2035] = {.lex_state = 77, .external_lex_state = 55}, + [2036] = {.lex_state = 716, .external_lex_state = 30}, + [2037] = {.lex_state = 77, .external_lex_state = 55}, + [2038] = {.lex_state = 77, .external_lex_state = 53}, + [2039] = {.lex_state = 716, .external_lex_state = 30}, + [2040] = {.lex_state = 716, .external_lex_state = 30}, + [2041] = {.lex_state = 716, .external_lex_state = 30}, + [2042] = {.lex_state = 716, .external_lex_state = 30}, + [2043] = {.lex_state = 716, .external_lex_state = 41}, + [2044] = {.lex_state = 716, .external_lex_state = 23}, + [2045] = {.lex_state = 716, .external_lex_state = 41}, + [2046] = {.lex_state = 716, .external_lex_state = 23}, + [2047] = {.lex_state = 77, .external_lex_state = 31}, + [2048] = {.lex_state = 716, .external_lex_state = 30}, + [2049] = {.lex_state = 77, .external_lex_state = 53}, + [2050] = {.lex_state = 106, .external_lex_state = 32}, + [2051] = {.lex_state = 77, .external_lex_state = 53}, + [2052] = {.lex_state = 716, .external_lex_state = 30}, + [2053] = {.lex_state = 716, .external_lex_state = 30}, + [2054] = {.lex_state = 716, .external_lex_state = 30}, + [2055] = {.lex_state = 716, .external_lex_state = 30}, + [2056] = {.lex_state = 77, .external_lex_state = 53}, + [2057] = {.lex_state = 716, .external_lex_state = 30}, + [2058] = {.lex_state = 716, .external_lex_state = 30}, + [2059] = {.lex_state = 716, .external_lex_state = 30}, + [2060] = {.lex_state = 77, .external_lex_state = 57}, + [2061] = {.lex_state = 720, .external_lex_state = 56}, + [2062] = {.lex_state = 716, .external_lex_state = 30}, + [2063] = {.lex_state = 716, .external_lex_state = 30}, + [2064] = {.lex_state = 716, .external_lex_state = 30}, + [2065] = {.lex_state = 716, .external_lex_state = 30}, + [2066] = {.lex_state = 716, .external_lex_state = 30}, + [2067] = {.lex_state = 716, .external_lex_state = 30}, + [2068] = {.lex_state = 716, .external_lex_state = 23}, + [2069] = {.lex_state = 716, .external_lex_state = 23}, + [2070] = {.lex_state = 77, .external_lex_state = 31}, + [2071] = {.lex_state = 77, .external_lex_state = 32}, + [2072] = {.lex_state = 716, .external_lex_state = 30}, + [2073] = {.lex_state = 77, .external_lex_state = 53}, + [2074] = {.lex_state = 716, .external_lex_state = 23}, + [2075] = {.lex_state = 716, .external_lex_state = 30}, + [2076] = {.lex_state = 77, .external_lex_state = 53}, + [2077] = {.lex_state = 716, .external_lex_state = 23}, + [2078] = {.lex_state = 716, .external_lex_state = 41}, + [2079] = {.lex_state = 716, .external_lex_state = 41}, + [2080] = {.lex_state = 77, .external_lex_state = 53}, + [2081] = {.lex_state = 716, .external_lex_state = 23}, + [2082] = {.lex_state = 716, .external_lex_state = 30}, + [2083] = {.lex_state = 716, .external_lex_state = 23}, + [2084] = {.lex_state = 77, .external_lex_state = 31}, + [2085] = {.lex_state = 77, .external_lex_state = 31}, + [2086] = {.lex_state = 77, .external_lex_state = 31}, + [2087] = {.lex_state = 720, .external_lex_state = 56}, + [2088] = {.lex_state = 716, .external_lex_state = 30}, + [2089] = {.lex_state = 716, .external_lex_state = 23}, + [2090] = {.lex_state = 720, .external_lex_state = 56}, + [2091] = {.lex_state = 716, .external_lex_state = 17}, + [2092] = {.lex_state = 716, .external_lex_state = 23}, + [2093] = {.lex_state = 716, .external_lex_state = 33}, + [2094] = {.lex_state = 716, .external_lex_state = 23}, + [2095] = {.lex_state = 716, .external_lex_state = 23}, + [2096] = {.lex_state = 716, .external_lex_state = 23}, + [2097] = {.lex_state = 77, .external_lex_state = 31}, + [2098] = {.lex_state = 716, .external_lex_state = 23}, + [2099] = {.lex_state = 716, .external_lex_state = 25}, + [2100] = {.lex_state = 716, .external_lex_state = 33}, + [2101] = {.lex_state = 716, .external_lex_state = 23}, + [2102] = {.lex_state = 716, .external_lex_state = 23}, + [2103] = {.lex_state = 716, .external_lex_state = 23}, + [2104] = {.lex_state = 77, .external_lex_state = 58}, + [2105] = {.lex_state = 716, .external_lex_state = 17}, + [2106] = {.lex_state = 716, .external_lex_state = 23}, + [2107] = {.lex_state = 716, .external_lex_state = 23}, + [2108] = {.lex_state = 716, .external_lex_state = 23}, + [2109] = {.lex_state = 716, .external_lex_state = 23}, + [2110] = {.lex_state = 716, .external_lex_state = 23}, + [2111] = {.lex_state = 716, .external_lex_state = 23}, + [2112] = {.lex_state = 716, .external_lex_state = 33}, + [2113] = {.lex_state = 716, .external_lex_state = 25}, + [2114] = {.lex_state = 716, .external_lex_state = 33}, + [2115] = {.lex_state = 716, .external_lex_state = 23}, + [2116] = {.lex_state = 716, .external_lex_state = 33}, + [2117] = {.lex_state = 77, .external_lex_state = 32}, + [2118] = {.lex_state = 716, .external_lex_state = 23}, + [2119] = {.lex_state = 716, .external_lex_state = 17}, + [2120] = {.lex_state = 716, .external_lex_state = 25}, + [2121] = {.lex_state = 107, .external_lex_state = 32}, + [2122] = {.lex_state = 64, .external_lex_state = 59}, + [2123] = {.lex_state = 716, .external_lex_state = 34}, + [2124] = {.lex_state = 716, .external_lex_state = 23}, + [2125] = {.lex_state = 720, .external_lex_state = 56}, + [2126] = {.lex_state = 720, .external_lex_state = 56}, + [2127] = {.lex_state = 720, .external_lex_state = 56}, + [2128] = {.lex_state = 720, .external_lex_state = 56}, + [2129] = {.lex_state = 716, .external_lex_state = 23}, + [2130] = {.lex_state = 716, .external_lex_state = 34}, + [2131] = {.lex_state = 716, .external_lex_state = 23}, + [2132] = {.lex_state = 716, .external_lex_state = 34}, + [2133] = {.lex_state = 77, .external_lex_state = 51}, + [2134] = {.lex_state = 716, .external_lex_state = 23}, + [2135] = {.lex_state = 720, .external_lex_state = 56}, + [2136] = {.lex_state = 720, .external_lex_state = 56}, + [2137] = {.lex_state = 720, .external_lex_state = 56}, + [2138] = {.lex_state = 720, .external_lex_state = 56}, + [2139] = {.lex_state = 716, .external_lex_state = 23}, + [2140] = {.lex_state = 716, .external_lex_state = 34}, + [2141] = {.lex_state = 716, .external_lex_state = 34}, + [2142] = {.lex_state = 716, .external_lex_state = 23}, + [2143] = {.lex_state = 716, .external_lex_state = 23}, + [2144] = {.lex_state = 716, .external_lex_state = 34}, + [2145] = {.lex_state = 716, .external_lex_state = 23}, + [2146] = {.lex_state = 716, .external_lex_state = 33}, + [2147] = {.lex_state = 716, .external_lex_state = 25}, + [2148] = {.lex_state = 716, .external_lex_state = 23}, + [2149] = {.lex_state = 77, .external_lex_state = 51}, + [2150] = {.lex_state = 716, .external_lex_state = 25}, + [2151] = {.lex_state = 716, .external_lex_state = 33}, + [2152] = {.lex_state = 716, .external_lex_state = 23}, + [2153] = {.lex_state = 716, .external_lex_state = 17}, + [2154] = {.lex_state = 716, .external_lex_state = 35}, + [2155] = {.lex_state = 98, .external_lex_state = 53}, + [2156] = {.lex_state = 77, .external_lex_state = 56}, + [2157] = {.lex_state = 716, .external_lex_state = 23}, + [2158] = {.lex_state = 716, .external_lex_state = 23}, + [2159] = {.lex_state = 716, .external_lex_state = 23}, + [2160] = {.lex_state = 97, .external_lex_state = 60}, + [2161] = {.lex_state = 716, .external_lex_state = 25}, + [2162] = {.lex_state = 716, .external_lex_state = 17}, + [2163] = {.lex_state = 716, .external_lex_state = 35}, + [2164] = {.lex_state = 716, .external_lex_state = 23}, + [2165] = {.lex_state = 716, .external_lex_state = 23}, + [2166] = {.lex_state = 716, .external_lex_state = 23}, + [2167] = {.lex_state = 716, .external_lex_state = 23}, + [2168] = {.lex_state = 716, .external_lex_state = 23}, + [2169] = {.lex_state = 716, .external_lex_state = 23}, + [2170] = {.lex_state = 716, .external_lex_state = 35}, + [2171] = {.lex_state = 716, .external_lex_state = 35}, + [2172] = {.lex_state = 77, .external_lex_state = 56}, + [2173] = {.lex_state = 716, .external_lex_state = 23}, + [2174] = {.lex_state = 98, .external_lex_state = 53}, + [2175] = {.lex_state = 98, .external_lex_state = 53}, + [2176] = {.lex_state = 66, .external_lex_state = 23}, + [2177] = {.lex_state = 77, .external_lex_state = 51}, + [2178] = {.lex_state = 716, .external_lex_state = 25}, + [2179] = {.lex_state = 77, .external_lex_state = 51}, + [2180] = {.lex_state = 77, .external_lex_state = 51}, + [2181] = {.lex_state = 97, .external_lex_state = 60}, + [2182] = {.lex_state = 716, .external_lex_state = 23}, + [2183] = {.lex_state = 716, .external_lex_state = 23}, + [2184] = {.lex_state = 716, .external_lex_state = 35}, + [2185] = {.lex_state = 66, .external_lex_state = 23}, + [2186] = {.lex_state = 716, .external_lex_state = 23}, + [2187] = {.lex_state = 716, .external_lex_state = 33}, + [2188] = {.lex_state = 716, .external_lex_state = 33}, + [2189] = {.lex_state = 716, .external_lex_state = 34}, + [2190] = {.lex_state = 716, .external_lex_state = 23}, + [2191] = {.lex_state = 716, .external_lex_state = 23}, + [2192] = {.lex_state = 716, .external_lex_state = 23}, + [2193] = {.lex_state = 97, .external_lex_state = 60}, + [2194] = {.lex_state = 716, .external_lex_state = 23}, + [2195] = {.lex_state = 97, .external_lex_state = 60}, + [2196] = {.lex_state = 716, .external_lex_state = 23}, + [2197] = {.lex_state = 77, .external_lex_state = 51}, + [2198] = {.lex_state = 77, .external_lex_state = 31}, + [2199] = {.lex_state = 716, .external_lex_state = 34}, + [2200] = {.lex_state = 716, .external_lex_state = 34}, + [2201] = {.lex_state = 716, .external_lex_state = 23}, + [2202] = {.lex_state = 716, .external_lex_state = 23}, + [2203] = {.lex_state = 9, .external_lex_state = 17}, + [2204] = {.lex_state = 716, .external_lex_state = 23}, + [2205] = {.lex_state = 716, .external_lex_state = 25}, + [2206] = {.lex_state = 98, .external_lex_state = 53}, + [2207] = {.lex_state = 716, .external_lex_state = 35}, + [2208] = {.lex_state = 77, .external_lex_state = 31}, + [2209] = {.lex_state = 77, .external_lex_state = 61}, + [2210] = {.lex_state = 77, .external_lex_state = 31}, + [2211] = {.lex_state = 716, .external_lex_state = 34}, + [2212] = {.lex_state = 716, .external_lex_state = 41}, + [2213] = {.lex_state = 716, .external_lex_state = 41}, + [2214] = {.lex_state = 77, .external_lex_state = 52}, + [2215] = {.lex_state = 716, .external_lex_state = 33}, + [2216] = {.lex_state = 716, .external_lex_state = 41}, + [2217] = {.lex_state = 716, .external_lex_state = 33}, + [2218] = {.lex_state = 716, .external_lex_state = 34}, + [2219] = {.lex_state = 716, .external_lex_state = 41}, + [2220] = {.lex_state = 716, .external_lex_state = 33}, + [2221] = {.lex_state = 716, .external_lex_state = 33}, + [2222] = {.lex_state = 716, .external_lex_state = 41}, + [2223] = {.lex_state = 98, .external_lex_state = 53}, + [2224] = {.lex_state = 720, .external_lex_state = 58}, + [2225] = {.lex_state = 716, .external_lex_state = 41}, + [2226] = {.lex_state = 77, .external_lex_state = 52}, + [2227] = {.lex_state = 716, .external_lex_state = 34}, + [2228] = {.lex_state = 719, .external_lex_state = 62}, + [2229] = {.lex_state = 716, .external_lex_state = 33}, + [2230] = {.lex_state = 716, .external_lex_state = 34}, + [2231] = {.lex_state = 716, .external_lex_state = 41}, + [2232] = {.lex_state = 716, .external_lex_state = 34}, + [2233] = {.lex_state = 720, .external_lex_state = 58}, + [2234] = {.lex_state = 716, .external_lex_state = 35}, + [2235] = {.lex_state = 716, .external_lex_state = 44}, + [2236] = {.lex_state = 716, .external_lex_state = 34}, + [2237] = {.lex_state = 720, .external_lex_state = 58}, + [2238] = {.lex_state = 716, .external_lex_state = 41}, + [2239] = {.lex_state = 716, .external_lex_state = 44}, + [2240] = {.lex_state = 77, .external_lex_state = 61}, + [2241] = {.lex_state = 77, .external_lex_state = 61}, + [2242] = {.lex_state = 716, .external_lex_state = 33}, + [2243] = {.lex_state = 716, .external_lex_state = 34}, + [2244] = {.lex_state = 716, .external_lex_state = 33}, + [2245] = {.lex_state = 716, .external_lex_state = 33}, + [2246] = {.lex_state = 716, .external_lex_state = 34}, + [2247] = {.lex_state = 716, .external_lex_state = 41}, + [2248] = {.lex_state = 716, .external_lex_state = 35}, + [2249] = {.lex_state = 77, .external_lex_state = 52}, + [2250] = {.lex_state = 716, .external_lex_state = 41}, + [2251] = {.lex_state = 720, .external_lex_state = 58}, + [2252] = {.lex_state = 719, .external_lex_state = 62}, + [2253] = {.lex_state = 716, .external_lex_state = 41}, + [2254] = {.lex_state = 716, .external_lex_state = 34}, + [2255] = {.lex_state = 716, .external_lex_state = 33}, + [2256] = {.lex_state = 716, .external_lex_state = 33}, + [2257] = {.lex_state = 77, .external_lex_state = 61}, + [2258] = {.lex_state = 77, .external_lex_state = 61}, + [2259] = {.lex_state = 77, .external_lex_state = 63}, + [2260] = {.lex_state = 716, .external_lex_state = 41}, + [2261] = {.lex_state = 77, .external_lex_state = 61}, + [2262] = {.lex_state = 77, .external_lex_state = 61}, + [2263] = {.lex_state = 716, .external_lex_state = 41}, + [2264] = {.lex_state = 77, .external_lex_state = 61}, + [2265] = {.lex_state = 77, .external_lex_state = 61}, + [2266] = {.lex_state = 77, .external_lex_state = 61}, + [2267] = {.lex_state = 77, .external_lex_state = 61}, + [2268] = {.lex_state = 716, .external_lex_state = 41}, + [2269] = {.lex_state = 720, .external_lex_state = 58}, + [2270] = {.lex_state = 720, .external_lex_state = 58}, + [2271] = {.lex_state = 716, .external_lex_state = 33}, + [2272] = {.lex_state = 716, .external_lex_state = 33}, + [2273] = {.lex_state = 716, .external_lex_state = 33}, + [2274] = {.lex_state = 77, .external_lex_state = 32}, + [2275] = {.lex_state = 77, .external_lex_state = 61}, + [2276] = {.lex_state = 77, .external_lex_state = 61}, + [2277] = {.lex_state = 77, .external_lex_state = 61}, + [2278] = {.lex_state = 77, .external_lex_state = 61}, + [2279] = {.lex_state = 77, .external_lex_state = 61}, + [2280] = {.lex_state = 77, .external_lex_state = 61}, + [2281] = {.lex_state = 77, .external_lex_state = 61}, + [2282] = {.lex_state = 77, .external_lex_state = 61}, + [2283] = {.lex_state = 77, .external_lex_state = 61}, + [2284] = {.lex_state = 77, .external_lex_state = 61}, + [2285] = {.lex_state = 716, .external_lex_state = 33}, + [2286] = {.lex_state = 77, .external_lex_state = 61}, + [2287] = {.lex_state = 77, .external_lex_state = 61}, + [2288] = {.lex_state = 77, .external_lex_state = 61}, + [2289] = {.lex_state = 716, .external_lex_state = 45}, + [2290] = {.lex_state = 716, .external_lex_state = 34}, + [2291] = {.lex_state = 716, .external_lex_state = 33}, + [2292] = {.lex_state = 77, .external_lex_state = 61}, + [2293] = {.lex_state = 77, .external_lex_state = 61}, + [2294] = {.lex_state = 77, .external_lex_state = 61}, + [2295] = {.lex_state = 77, .external_lex_state = 61}, + [2296] = {.lex_state = 77, .external_lex_state = 61}, + [2297] = {.lex_state = 77, .external_lex_state = 61}, + [2298] = {.lex_state = 716, .external_lex_state = 44}, + [2299] = {.lex_state = 716, .external_lex_state = 34}, + [2300] = {.lex_state = 716, .external_lex_state = 34}, + [2301] = {.lex_state = 716, .external_lex_state = 33}, + [2302] = {.lex_state = 716, .external_lex_state = 44}, + [2303] = {.lex_state = 716, .external_lex_state = 33}, + [2304] = {.lex_state = 716, .external_lex_state = 33}, + [2305] = {.lex_state = 720, .external_lex_state = 58}, + [2306] = {.lex_state = 716, .external_lex_state = 45}, + [2307] = {.lex_state = 716, .external_lex_state = 45}, + [2308] = {.lex_state = 716, .external_lex_state = 41}, + [2309] = {.lex_state = 716, .external_lex_state = 45}, + [2310] = {.lex_state = 97, .external_lex_state = 60}, + [2311] = {.lex_state = 77, .external_lex_state = 61}, + [2312] = {.lex_state = 77, .external_lex_state = 61}, + [2313] = {.lex_state = 716, .external_lex_state = 33}, + [2314] = {.lex_state = 77, .external_lex_state = 61}, + [2315] = {.lex_state = 77, .external_lex_state = 61}, + [2316] = {.lex_state = 716, .external_lex_state = 34}, + [2317] = {.lex_state = 77, .external_lex_state = 61}, + [2318] = {.lex_state = 77, .external_lex_state = 61}, + [2319] = {.lex_state = 77, .external_lex_state = 61}, + [2320] = {.lex_state = 77, .external_lex_state = 61}, + [2321] = {.lex_state = 716, .external_lex_state = 34}, + [2322] = {.lex_state = 77, .external_lex_state = 61}, + [2323] = {.lex_state = 77, .external_lex_state = 61}, + [2324] = {.lex_state = 77, .external_lex_state = 61}, + [2325] = {.lex_state = 77, .external_lex_state = 61}, + [2326] = {.lex_state = 77, .external_lex_state = 61}, + [2327] = {.lex_state = 77, .external_lex_state = 61}, + [2328] = {.lex_state = 716, .external_lex_state = 34}, + [2329] = {.lex_state = 77, .external_lex_state = 61}, + [2330] = {.lex_state = 77, .external_lex_state = 61}, + [2331] = {.lex_state = 716, .external_lex_state = 33}, + [2332] = {.lex_state = 716, .external_lex_state = 35}, + [2333] = {.lex_state = 77, .external_lex_state = 61}, + [2334] = {.lex_state = 9, .external_lex_state = 17}, + [2335] = {.lex_state = 716, .external_lex_state = 34}, + [2336] = {.lex_state = 716, .external_lex_state = 17}, + [2337] = {.lex_state = 716, .external_lex_state = 34}, + [2338] = {.lex_state = 716, .external_lex_state = 33}, + [2339] = {.lex_state = 716, .external_lex_state = 34}, + [2340] = {.lex_state = 716, .external_lex_state = 34}, + [2341] = {.lex_state = 716, .external_lex_state = 34}, + [2342] = {.lex_state = 716, .external_lex_state = 34}, + [2343] = {.lex_state = 716, .external_lex_state = 34}, + [2344] = {.lex_state = 716, .external_lex_state = 41}, + [2345] = {.lex_state = 716, .external_lex_state = 33}, + [2346] = {.lex_state = 77, .external_lex_state = 61}, + [2347] = {.lex_state = 716, .external_lex_state = 35}, + [2348] = {.lex_state = 77, .external_lex_state = 38}, + [2349] = {.lex_state = 77, .external_lex_state = 32}, + [2350] = {.lex_state = 716, .external_lex_state = 35}, + [2351] = {.lex_state = 98, .external_lex_state = 53}, + [2352] = {.lex_state = 98, .external_lex_state = 53}, + [2353] = {.lex_state = 716, .external_lex_state = 41}, + [2354] = {.lex_state = 98, .external_lex_state = 53}, + [2355] = {.lex_state = 77, .external_lex_state = 53}, + [2356] = {.lex_state = 77, .external_lex_state = 32}, + [2357] = {.lex_state = 98, .external_lex_state = 53}, + [2358] = {.lex_state = 716, .external_lex_state = 41}, + [2359] = {.lex_state = 77, .external_lex_state = 38}, + [2360] = {.lex_state = 716, .external_lex_state = 64}, + [2361] = {.lex_state = 716, .external_lex_state = 35}, + [2362] = {.lex_state = 97, .external_lex_state = 60}, + [2363] = {.lex_state = 97, .external_lex_state = 60}, + [2364] = {.lex_state = 716, .external_lex_state = 25}, + [2365] = {.lex_state = 716, .external_lex_state = 35}, + [2366] = {.lex_state = 716, .external_lex_state = 35}, + [2367] = {.lex_state = 716, .external_lex_state = 25}, + [2368] = {.lex_state = 716, .external_lex_state = 35}, + [2369] = {.lex_state = 77, .external_lex_state = 32}, + [2370] = {.lex_state = 716, .external_lex_state = 35}, + [2371] = {.lex_state = 716, .external_lex_state = 24}, + [2372] = {.lex_state = 716, .external_lex_state = 24}, + [2373] = {.lex_state = 716, .external_lex_state = 25}, + [2374] = {.lex_state = 716, .external_lex_state = 41}, + [2375] = {.lex_state = 77, .external_lex_state = 52}, + [2376] = {.lex_state = 77, .external_lex_state = 53}, + [2377] = {.lex_state = 77, .external_lex_state = 53}, + [2378] = {.lex_state = 716, .external_lex_state = 35}, + [2379] = {.lex_state = 716, .external_lex_state = 35}, + [2380] = {.lex_state = 716, .external_lex_state = 35}, + [2381] = {.lex_state = 77, .external_lex_state = 31}, + [2382] = {.lex_state = 716, .external_lex_state = 35}, + [2383] = {.lex_state = 716, .external_lex_state = 24}, + [2384] = {.lex_state = 716, .external_lex_state = 24}, + [2385] = {.lex_state = 716, .external_lex_state = 35}, + [2386] = {.lex_state = 716, .external_lex_state = 35}, + [2387] = {.lex_state = 716, .external_lex_state = 35}, + [2388] = {.lex_state = 716, .external_lex_state = 35}, + [2389] = {.lex_state = 716, .external_lex_state = 35}, + [2390] = {.lex_state = 716, .external_lex_state = 35}, + [2391] = {.lex_state = 716, .external_lex_state = 25}, + [2392] = {.lex_state = 716, .external_lex_state = 64}, + [2393] = {.lex_state = 716, .external_lex_state = 41}, + [2394] = {.lex_state = 716, .external_lex_state = 41}, + [2395] = {.lex_state = 716, .external_lex_state = 35}, + [2396] = {.lex_state = 716, .external_lex_state = 25}, + [2397] = {.lex_state = 77, .external_lex_state = 38}, + [2398] = {.lex_state = 97, .external_lex_state = 60}, + [2399] = {.lex_state = 98, .external_lex_state = 53}, + [2400] = {.lex_state = 77, .external_lex_state = 52}, + [2401] = {.lex_state = 716, .external_lex_state = 25}, + [2402] = {.lex_state = 716, .external_lex_state = 41}, + [2403] = {.lex_state = 716, .external_lex_state = 41}, + [2404] = {.lex_state = 716, .external_lex_state = 41}, + [2405] = {.lex_state = 77, .external_lex_state = 52}, + [2406] = {.lex_state = 77, .external_lex_state = 65}, + [2407] = {.lex_state = 716, .external_lex_state = 35}, + [2408] = {.lex_state = 716, .external_lex_state = 25}, + [2409] = {.lex_state = 77, .external_lex_state = 38}, + [2410] = {.lex_state = 716, .external_lex_state = 25}, + [2411] = {.lex_state = 716, .external_lex_state = 25}, + [2412] = {.lex_state = 716, .external_lex_state = 25}, + [2413] = {.lex_state = 716, .external_lex_state = 25}, + [2414] = {.lex_state = 97, .external_lex_state = 60}, + [2415] = {.lex_state = 77, .external_lex_state = 32}, + [2416] = {.lex_state = 97, .external_lex_state = 60}, + [2417] = {.lex_state = 716, .external_lex_state = 25}, + [2418] = {.lex_state = 716, .external_lex_state = 64}, + [2419] = {.lex_state = 716, .external_lex_state = 25}, + [2420] = {.lex_state = 77, .external_lex_state = 31}, + [2421] = {.lex_state = 716, .external_lex_state = 25}, + [2422] = {.lex_state = 716, .external_lex_state = 25}, + [2423] = {.lex_state = 77, .external_lex_state = 32}, + [2424] = {.lex_state = 77, .external_lex_state = 32}, + [2425] = {.lex_state = 77, .external_lex_state = 31}, + [2426] = {.lex_state = 716, .external_lex_state = 64}, + [2427] = {.lex_state = 77, .external_lex_state = 32}, + [2428] = {.lex_state = 716, .external_lex_state = 35}, + [2429] = {.lex_state = 716, .external_lex_state = 35}, + [2430] = {.lex_state = 716, .external_lex_state = 35}, + [2431] = {.lex_state = 716, .external_lex_state = 25}, + [2432] = {.lex_state = 719, .external_lex_state = 62}, + [2433] = {.lex_state = 719, .external_lex_state = 62}, + [2434] = {.lex_state = 716, .external_lex_state = 25}, + [2435] = {.lex_state = 77, .external_lex_state = 52}, + [2436] = {.lex_state = 716, .external_lex_state = 41}, + [2437] = {.lex_state = 716, .external_lex_state = 41}, + [2438] = {.lex_state = 716, .external_lex_state = 41}, + [2439] = {.lex_state = 716, .external_lex_state = 25}, + [2440] = {.lex_state = 716, .external_lex_state = 41}, + [2441] = {.lex_state = 716, .external_lex_state = 41}, + [2442] = {.lex_state = 77, .external_lex_state = 61}, + [2443] = {.lex_state = 716, .external_lex_state = 66}, + [2444] = {.lex_state = 716, .external_lex_state = 25}, + [2445] = {.lex_state = 716, .external_lex_state = 41}, + [2446] = {.lex_state = 716, .external_lex_state = 41}, + [2447] = {.lex_state = 716, .external_lex_state = 25}, + [2448] = {.lex_state = 716, .external_lex_state = 25}, + [2449] = {.lex_state = 716, .external_lex_state = 41}, + [2450] = {.lex_state = 77, .external_lex_state = 38}, + [2451] = {.lex_state = 716, .external_lex_state = 41}, + [2452] = {.lex_state = 716, .external_lex_state = 41}, + [2453] = {.lex_state = 77, .external_lex_state = 32}, + [2454] = {.lex_state = 77, .external_lex_state = 32}, + [2455] = {.lex_state = 716, .external_lex_state = 25}, + [2456] = {.lex_state = 716, .external_lex_state = 25}, + [2457] = {.lex_state = 77, .external_lex_state = 63}, + [2458] = {.lex_state = 77, .external_lex_state = 32}, + [2459] = {.lex_state = 77, .external_lex_state = 32}, + [2460] = {.lex_state = 716, .external_lex_state = 41}, + [2461] = {.lex_state = 98, .external_lex_state = 32}, + [2462] = {.lex_state = 716, .external_lex_state = 18}, + [2463] = {.lex_state = 716, .external_lex_state = 41}, + [2464] = {.lex_state = 77, .external_lex_state = 32}, + [2465] = {.lex_state = 77, .external_lex_state = 32}, + [2466] = {.lex_state = 77, .external_lex_state = 58}, + [2467] = {.lex_state = 716, .external_lex_state = 41}, + [2468] = {.lex_state = 716, .external_lex_state = 25}, + [2469] = {.lex_state = 716, .external_lex_state = 41}, + [2470] = {.lex_state = 77, .external_lex_state = 32}, + [2471] = {.lex_state = 77, .external_lex_state = 32}, + [2472] = {.lex_state = 716, .external_lex_state = 41}, + [2473] = {.lex_state = 77, .external_lex_state = 32}, + [2474] = {.lex_state = 77, .external_lex_state = 32}, + [2475] = {.lex_state = 716, .external_lex_state = 41}, + [2476] = {.lex_state = 77, .external_lex_state = 32}, + [2477] = {.lex_state = 98, .external_lex_state = 32}, + [2478] = {.lex_state = 77, .external_lex_state = 32}, + [2479] = {.lex_state = 77, .external_lex_state = 32}, + [2480] = {.lex_state = 716, .external_lex_state = 41}, + [2481] = {.lex_state = 716, .external_lex_state = 41}, + [2482] = {.lex_state = 77, .external_lex_state = 63}, + [2483] = {.lex_state = 716, .external_lex_state = 41}, + [2484] = {.lex_state = 716, .external_lex_state = 41}, + [2485] = {.lex_state = 77, .external_lex_state = 63}, + [2486] = {.lex_state = 716, .external_lex_state = 41}, + [2487] = {.lex_state = 77, .external_lex_state = 32}, + [2488] = {.lex_state = 77, .external_lex_state = 63}, + [2489] = {.lex_state = 77, .external_lex_state = 32}, + [2490] = {.lex_state = 77, .external_lex_state = 63}, + [2491] = {.lex_state = 716, .external_lex_state = 25}, + [2492] = {.lex_state = 716, .external_lex_state = 41}, + [2493] = {.lex_state = 77, .external_lex_state = 32}, + [2494] = {.lex_state = 716, .external_lex_state = 41}, + [2495] = {.lex_state = 716, .external_lex_state = 41}, + [2496] = {.lex_state = 716, .external_lex_state = 25}, + [2497] = {.lex_state = 77, .external_lex_state = 32}, + [2498] = {.lex_state = 77, .external_lex_state = 31}, + [2499] = {.lex_state = 716, .external_lex_state = 25}, + [2500] = {.lex_state = 77, .external_lex_state = 32}, + [2501] = {.lex_state = 77, .external_lex_state = 32}, + [2502] = {.lex_state = 77, .external_lex_state = 32}, + [2503] = {.lex_state = 77, .external_lex_state = 63}, + [2504] = {.lex_state = 716, .external_lex_state = 41}, + [2505] = {.lex_state = 716, .external_lex_state = 41}, + [2506] = {.lex_state = 77, .external_lex_state = 32}, + [2507] = {.lex_state = 716, .external_lex_state = 41}, + [2508] = {.lex_state = 77, .external_lex_state = 32}, + [2509] = {.lex_state = 77, .external_lex_state = 32}, + [2510] = {.lex_state = 77, .external_lex_state = 32}, + [2511] = {.lex_state = 77, .external_lex_state = 32}, + [2512] = {.lex_state = 716, .external_lex_state = 41}, + [2513] = {.lex_state = 716, .external_lex_state = 18}, + [2514] = {.lex_state = 77, .external_lex_state = 32}, + [2515] = {.lex_state = 77, .external_lex_state = 32}, + [2516] = {.lex_state = 77, .external_lex_state = 32}, + [2517] = {.lex_state = 77, .external_lex_state = 32}, + [2518] = {.lex_state = 716, .external_lex_state = 41}, + [2519] = {.lex_state = 716, .external_lex_state = 66}, + [2520] = {.lex_state = 716, .external_lex_state = 41}, + [2521] = {.lex_state = 77, .external_lex_state = 32}, + [2522] = {.lex_state = 716, .external_lex_state = 25}, + [2523] = {.lex_state = 77, .external_lex_state = 32}, + [2524] = {.lex_state = 77, .external_lex_state = 32}, + [2525] = {.lex_state = 77, .external_lex_state = 31}, + [2526] = {.lex_state = 716, .external_lex_state = 41}, + [2527] = {.lex_state = 716, .external_lex_state = 41}, + [2528] = {.lex_state = 716, .external_lex_state = 41}, + [2529] = {.lex_state = 716, .external_lex_state = 41}, + [2530] = {.lex_state = 77, .external_lex_state = 32}, + [2531] = {.lex_state = 716, .external_lex_state = 66}, + [2532] = {.lex_state = 716, .external_lex_state = 41}, + [2533] = {.lex_state = 716, .external_lex_state = 41}, + [2534] = {.lex_state = 77, .external_lex_state = 32}, + [2535] = {.lex_state = 716, .external_lex_state = 41}, + [2536] = {.lex_state = 716, .external_lex_state = 41}, + [2537] = {.lex_state = 77, .external_lex_state = 32}, + [2538] = {.lex_state = 716, .external_lex_state = 41}, + [2539] = {.lex_state = 77, .external_lex_state = 32}, + [2540] = {.lex_state = 77, .external_lex_state = 32}, + [2541] = {.lex_state = 716, .external_lex_state = 41}, + [2542] = {.lex_state = 716, .external_lex_state = 25}, + [2543] = {.lex_state = 77, .external_lex_state = 32}, + [2544] = {.lex_state = 77, .external_lex_state = 32}, + [2545] = {.lex_state = 77, .external_lex_state = 32}, + [2546] = {.lex_state = 77, .external_lex_state = 32}, + [2547] = {.lex_state = 716, .external_lex_state = 41}, + [2548] = {.lex_state = 77, .external_lex_state = 32}, + [2549] = {.lex_state = 716, .external_lex_state = 66}, + [2550] = {.lex_state = 716, .external_lex_state = 41}, + [2551] = {.lex_state = 77, .external_lex_state = 63}, + [2552] = {.lex_state = 716, .external_lex_state = 41}, + [2553] = {.lex_state = 716, .external_lex_state = 25}, + [2554] = {.lex_state = 716, .external_lex_state = 41}, + [2555] = {.lex_state = 716, .external_lex_state = 41}, + [2556] = {.lex_state = 716, .external_lex_state = 41}, + [2557] = {.lex_state = 716, .external_lex_state = 41}, + [2558] = {.lex_state = 716, .external_lex_state = 41}, + [2559] = {.lex_state = 716, .external_lex_state = 41}, + [2560] = {.lex_state = 716, .external_lex_state = 41}, + [2561] = {.lex_state = 716, .external_lex_state = 41}, + [2562] = {.lex_state = 77, .external_lex_state = 58}, + [2563] = {.lex_state = 98, .external_lex_state = 32}, + [2564] = {.lex_state = 716, .external_lex_state = 41}, + [2565] = {.lex_state = 97, .external_lex_state = 57}, + [2566] = {.lex_state = 97, .external_lex_state = 57}, + [2567] = {.lex_state = 716, .external_lex_state = 41}, + [2568] = {.lex_state = 716, .external_lex_state = 41}, + [2569] = {.lex_state = 716, .external_lex_state = 41}, + [2570] = {.lex_state = 716, .external_lex_state = 41}, + [2571] = {.lex_state = 716, .external_lex_state = 25}, + [2572] = {.lex_state = 77, .external_lex_state = 32}, + [2573] = {.lex_state = 716, .external_lex_state = 25}, + [2574] = {.lex_state = 716, .external_lex_state = 25}, + [2575] = {.lex_state = 97, .external_lex_state = 57}, + [2576] = {.lex_state = 716, .external_lex_state = 41}, + [2577] = {.lex_state = 77, .external_lex_state = 52}, + [2578] = {.lex_state = 716, .external_lex_state = 41}, + [2579] = {.lex_state = 77, .external_lex_state = 31}, + [2580] = {.lex_state = 97, .external_lex_state = 57}, + [2581] = {.lex_state = 716, .external_lex_state = 41}, + [2582] = {.lex_state = 716, .external_lex_state = 41}, + [2583] = {.lex_state = 716, .external_lex_state = 41}, + [2584] = {.lex_state = 716, .external_lex_state = 41}, + [2585] = {.lex_state = 716, .external_lex_state = 41}, + [2586] = {.lex_state = 716, .external_lex_state = 41}, + [2587] = {.lex_state = 716, .external_lex_state = 41}, + [2588] = {.lex_state = 77, .external_lex_state = 58}, + [2589] = {.lex_state = 716, .external_lex_state = 41}, + [2590] = {.lex_state = 77, .external_lex_state = 31}, + [2591] = {.lex_state = 77, .external_lex_state = 32}, + [2592] = {.lex_state = 77, .external_lex_state = 32}, + [2593] = {.lex_state = 77, .external_lex_state = 32}, + [2594] = {.lex_state = 77, .external_lex_state = 32}, + [2595] = {.lex_state = 77, .external_lex_state = 32}, + [2596] = {.lex_state = 77, .external_lex_state = 32}, + [2597] = {.lex_state = 97, .external_lex_state = 57}, + [2598] = {.lex_state = 77, .external_lex_state = 32}, + [2599] = {.lex_state = 716, .external_lex_state = 41}, + [2600] = {.lex_state = 77, .external_lex_state = 31}, + [2601] = {.lex_state = 719, .external_lex_state = 67}, + [2602] = {.lex_state = 716, .external_lex_state = 25}, + [2603] = {.lex_state = 77, .external_lex_state = 32}, + [2604] = {.lex_state = 716, .external_lex_state = 41}, + [2605] = {.lex_state = 77, .external_lex_state = 32}, + [2606] = {.lex_state = 716, .external_lex_state = 18}, + [2607] = {.lex_state = 77, .external_lex_state = 32}, + [2608] = {.lex_state = 716, .external_lex_state = 41}, + [2609] = {.lex_state = 716, .external_lex_state = 41}, + [2610] = {.lex_state = 77, .external_lex_state = 32}, + [2611] = {.lex_state = 77, .external_lex_state = 32}, + [2612] = {.lex_state = 716, .external_lex_state = 41}, + [2613] = {.lex_state = 716, .external_lex_state = 41}, + [2614] = {.lex_state = 77, .external_lex_state = 32}, + [2615] = {.lex_state = 716, .external_lex_state = 41}, + [2616] = {.lex_state = 77, .external_lex_state = 32}, + [2617] = {.lex_state = 77, .external_lex_state = 32}, + [2618] = {.lex_state = 77, .external_lex_state = 32}, + [2619] = {.lex_state = 77, .external_lex_state = 32}, + [2620] = {.lex_state = 77, .external_lex_state = 32}, + [2621] = {.lex_state = 77, .external_lex_state = 32}, + [2622] = {.lex_state = 77, .external_lex_state = 32}, + [2623] = {.lex_state = 719, .external_lex_state = 67}, + [2624] = {.lex_state = 77, .external_lex_state = 32}, + [2625] = {.lex_state = 77, .external_lex_state = 32}, + [2626] = {.lex_state = 77, .external_lex_state = 32}, + [2627] = {.lex_state = 716, .external_lex_state = 41}, + [2628] = {.lex_state = 716, .external_lex_state = 25}, + [2629] = {.lex_state = 77, .external_lex_state = 32}, + [2630] = {.lex_state = 77, .external_lex_state = 32}, + [2631] = {.lex_state = 98, .external_lex_state = 32}, + [2632] = {.lex_state = 716, .external_lex_state = 41}, + [2633] = {.lex_state = 77, .external_lex_state = 32}, + [2634] = {.lex_state = 77, .external_lex_state = 32}, + [2635] = {.lex_state = 77, .external_lex_state = 32}, + [2636] = {.lex_state = 77, .external_lex_state = 32}, + [2637] = {.lex_state = 77, .external_lex_state = 31}, + [2638] = {.lex_state = 77, .external_lex_state = 32}, + [2639] = {.lex_state = 77, .external_lex_state = 32}, + [2640] = {.lex_state = 77, .external_lex_state = 32}, + [2641] = {.lex_state = 77, .external_lex_state = 32}, + [2642] = {.lex_state = 77, .external_lex_state = 32}, + [2643] = {.lex_state = 77, .external_lex_state = 32}, + [2644] = {.lex_state = 77, .external_lex_state = 32}, + [2645] = {.lex_state = 77, .external_lex_state = 32}, + [2646] = {.lex_state = 77, .external_lex_state = 32}, + [2647] = {.lex_state = 98, .external_lex_state = 32}, + [2648] = {.lex_state = 716, .external_lex_state = 25}, + [2649] = {.lex_state = 77, .external_lex_state = 32}, + [2650] = {.lex_state = 77, .external_lex_state = 32}, + [2651] = {.lex_state = 77, .external_lex_state = 32}, + [2652] = {.lex_state = 77, .external_lex_state = 32}, + [2653] = {.lex_state = 77, .external_lex_state = 32}, + [2654] = {.lex_state = 77, .external_lex_state = 32}, + [2655] = {.lex_state = 716, .external_lex_state = 41}, + [2656] = {.lex_state = 77, .external_lex_state = 32}, + [2657] = {.lex_state = 77, .external_lex_state = 32}, + [2658] = {.lex_state = 716, .external_lex_state = 41}, + [2659] = {.lex_state = 716, .external_lex_state = 41}, + [2660] = {.lex_state = 716, .external_lex_state = 41}, + [2661] = {.lex_state = 716, .external_lex_state = 25}, + [2662] = {.lex_state = 77, .external_lex_state = 32}, + [2663] = {.lex_state = 716, .external_lex_state = 41}, + [2664] = {.lex_state = 716, .external_lex_state = 41}, + [2665] = {.lex_state = 716, .external_lex_state = 41}, + [2666] = {.lex_state = 716, .external_lex_state = 41}, + [2667] = {.lex_state = 77, .external_lex_state = 32}, + [2668] = {.lex_state = 716, .external_lex_state = 41}, + [2669] = {.lex_state = 716, .external_lex_state = 41}, + [2670] = {.lex_state = 77, .external_lex_state = 32}, + [2671] = {.lex_state = 716, .external_lex_state = 41}, + [2672] = {.lex_state = 716, .external_lex_state = 41}, + [2673] = {.lex_state = 716, .external_lex_state = 25}, + [2674] = {.lex_state = 77, .external_lex_state = 32}, + [2675] = {.lex_state = 716, .external_lex_state = 41}, + [2676] = {.lex_state = 716, .external_lex_state = 25}, + [2677] = {.lex_state = 716, .external_lex_state = 25}, + [2678] = {.lex_state = 716, .external_lex_state = 25}, + [2679] = {.lex_state = 716, .external_lex_state = 41}, + [2680] = {.lex_state = 716, .external_lex_state = 41}, + [2681] = {.lex_state = 716, .external_lex_state = 25}, + [2682] = {.lex_state = 716, .external_lex_state = 25}, + [2683] = {.lex_state = 716, .external_lex_state = 41}, + [2684] = {.lex_state = 716, .external_lex_state = 41}, + [2685] = {.lex_state = 716, .external_lex_state = 41}, + [2686] = {.lex_state = 716, .external_lex_state = 41}, + [2687] = {.lex_state = 716, .external_lex_state = 41}, + [2688] = {.lex_state = 716, .external_lex_state = 41}, + [2689] = {.lex_state = 716, .external_lex_state = 25}, + [2690] = {.lex_state = 716, .external_lex_state = 25}, + [2691] = {.lex_state = 716, .external_lex_state = 25}, + [2692] = {.lex_state = 716, .external_lex_state = 25}, + [2693] = {.lex_state = 716, .external_lex_state = 25}, + [2694] = {.lex_state = 716, .external_lex_state = 25}, + [2695] = {.lex_state = 716, .external_lex_state = 25}, + [2696] = {.lex_state = 716, .external_lex_state = 25}, + [2697] = {.lex_state = 716, .external_lex_state = 25}, + [2698] = {.lex_state = 716, .external_lex_state = 25}, + [2699] = {.lex_state = 716, .external_lex_state = 25}, + [2700] = {.lex_state = 716, .external_lex_state = 45}, + [2701] = {.lex_state = 716, .external_lex_state = 45}, + [2702] = {.lex_state = 716, .external_lex_state = 25}, + [2703] = {.lex_state = 716, .external_lex_state = 25}, + [2704] = {.lex_state = 716, .external_lex_state = 45}, + [2705] = {.lex_state = 716, .external_lex_state = 45}, + [2706] = {.lex_state = 716, .external_lex_state = 25}, + [2707] = {.lex_state = 716, .external_lex_state = 45}, + [2708] = {.lex_state = 716, .external_lex_state = 25}, + [2709] = {.lex_state = 716, .external_lex_state = 25}, + [2710] = {.lex_state = 716, .external_lex_state = 25}, + [2711] = {.lex_state = 716, .external_lex_state = 25}, + [2712] = {.lex_state = 716, .external_lex_state = 25}, + [2713] = {.lex_state = 716, .external_lex_state = 25}, + [2714] = {.lex_state = 716, .external_lex_state = 44}, + [2715] = {.lex_state = 77, .external_lex_state = 57}, + [2716] = {.lex_state = 716, .external_lex_state = 45}, + [2717] = {.lex_state = 716, .external_lex_state = 45}, + [2718] = {.lex_state = 716, .external_lex_state = 25}, + [2719] = {.lex_state = 716, .external_lex_state = 25}, + [2720] = {.lex_state = 716, .external_lex_state = 25}, + [2721] = {.lex_state = 716, .external_lex_state = 25}, + [2722] = {.lex_state = 716, .external_lex_state = 25}, + [2723] = {.lex_state = 77, .external_lex_state = 32}, + [2724] = {.lex_state = 716, .external_lex_state = 45}, + [2725] = {.lex_state = 716, .external_lex_state = 25}, + [2726] = {.lex_state = 77, .external_lex_state = 53}, + [2727] = {.lex_state = 716, .external_lex_state = 66}, + [2728] = {.lex_state = 716, .external_lex_state = 66}, + [2729] = {.lex_state = 716, .external_lex_state = 25}, + [2730] = {.lex_state = 716, .external_lex_state = 45}, + [2731] = {.lex_state = 716, .external_lex_state = 45}, + [2732] = {.lex_state = 716, .external_lex_state = 25}, + [2733] = {.lex_state = 716, .external_lex_state = 25}, + [2734] = {.lex_state = 716, .external_lex_state = 45}, + [2735] = {.lex_state = 716, .external_lex_state = 25}, + [2736] = {.lex_state = 716, .external_lex_state = 25}, + [2737] = {.lex_state = 716, .external_lex_state = 25}, + [2738] = {.lex_state = 716, .external_lex_state = 44}, + [2739] = {.lex_state = 719, .external_lex_state = 68}, + [2740] = {.lex_state = 719, .external_lex_state = 68}, + [2741] = {.lex_state = 716, .external_lex_state = 44}, + [2742] = {.lex_state = 716, .external_lex_state = 44}, + [2743] = {.lex_state = 716, .external_lex_state = 25}, + [2744] = {.lex_state = 716, .external_lex_state = 25}, + [2745] = {.lex_state = 716, .external_lex_state = 25}, + [2746] = {.lex_state = 716, .external_lex_state = 44}, + [2747] = {.lex_state = 716, .external_lex_state = 44}, + [2748] = {.lex_state = 716, .external_lex_state = 45}, + [2749] = {.lex_state = 716, .external_lex_state = 25}, + [2750] = {.lex_state = 716, .external_lex_state = 25}, + [2751] = {.lex_state = 716, .external_lex_state = 45}, + [2752] = {.lex_state = 719, .external_lex_state = 67}, + [2753] = {.lex_state = 719, .external_lex_state = 67}, + [2754] = {.lex_state = 716, .external_lex_state = 44}, + [2755] = {.lex_state = 716, .external_lex_state = 44}, + [2756] = {.lex_state = 716, .external_lex_state = 25}, + [2757] = {.lex_state = 716, .external_lex_state = 25}, + [2758] = {.lex_state = 716, .external_lex_state = 44}, + [2759] = {.lex_state = 716, .external_lex_state = 25}, + [2760] = {.lex_state = 716, .external_lex_state = 45}, + [2761] = {.lex_state = 716, .external_lex_state = 44}, + [2762] = {.lex_state = 716, .external_lex_state = 25}, + [2763] = {.lex_state = 716, .external_lex_state = 25}, + [2764] = {.lex_state = 716, .external_lex_state = 44}, + [2765] = {.lex_state = 716, .external_lex_state = 44}, + [2766] = {.lex_state = 77, .external_lex_state = 38}, + [2767] = {.lex_state = 716, .external_lex_state = 25}, + [2768] = {.lex_state = 77, .external_lex_state = 65}, + [2769] = {.lex_state = 77, .external_lex_state = 65}, + [2770] = {.lex_state = 77, .external_lex_state = 65}, + [2771] = {.lex_state = 77, .external_lex_state = 65}, + [2772] = {.lex_state = 77, .external_lex_state = 65}, + [2773] = {.lex_state = 77, .external_lex_state = 65}, + [2774] = {.lex_state = 716, .external_lex_state = 44}, + [2775] = {.lex_state = 716, .external_lex_state = 25}, + [2776] = {.lex_state = 77, .external_lex_state = 65}, + [2777] = {.lex_state = 716, .external_lex_state = 25}, + [2778] = {.lex_state = 716, .external_lex_state = 45}, + [2779] = {.lex_state = 716, .external_lex_state = 25}, + [2780] = {.lex_state = 716, .external_lex_state = 25}, + [2781] = {.lex_state = 716, .external_lex_state = 25}, + [2782] = {.lex_state = 77, .external_lex_state = 39}, + [2783] = {.lex_state = 716, .external_lex_state = 25}, + [2784] = {.lex_state = 716, .external_lex_state = 25}, + [2785] = {.lex_state = 716, .external_lex_state = 25}, + [2786] = {.lex_state = 716, .external_lex_state = 25}, + [2787] = {.lex_state = 716, .external_lex_state = 25}, + [2788] = {.lex_state = 716, .external_lex_state = 25}, + [2789] = {.lex_state = 716, .external_lex_state = 25}, + [2790] = {.lex_state = 716, .external_lex_state = 25}, + [2791] = {.lex_state = 716, .external_lex_state = 25}, + [2792] = {.lex_state = 716, .external_lex_state = 25}, + [2793] = {.lex_state = 716, .external_lex_state = 25}, + [2794] = {.lex_state = 716, .external_lex_state = 25}, + [2795] = {.lex_state = 77, .external_lex_state = 32}, + [2796] = {.lex_state = 716, .external_lex_state = 25}, + [2797] = {.lex_state = 716, .external_lex_state = 25}, + [2798] = {.lex_state = 716, .external_lex_state = 44}, + [2799] = {.lex_state = 716, .external_lex_state = 25}, + [2800] = {.lex_state = 77, .external_lex_state = 38}, + [2801] = {.lex_state = 716, .external_lex_state = 25}, + [2802] = {.lex_state = 77, .external_lex_state = 38}, + [2803] = {.lex_state = 77, .external_lex_state = 38}, + [2804] = {.lex_state = 77, .external_lex_state = 38}, + [2805] = {.lex_state = 716, .external_lex_state = 44}, + [2806] = {.lex_state = 77, .external_lex_state = 61}, + [2807] = {.lex_state = 716, .external_lex_state = 25}, + [2808] = {.lex_state = 77, .external_lex_state = 39}, + [2809] = {.lex_state = 77, .external_lex_state = 39}, + [2810] = {.lex_state = 716, .external_lex_state = 25}, + [2811] = {.lex_state = 716, .external_lex_state = 25}, + [2812] = {.lex_state = 716, .external_lex_state = 25}, + [2813] = {.lex_state = 77, .external_lex_state = 39}, + [2814] = {.lex_state = 716, .external_lex_state = 44}, + [2815] = {.lex_state = 716, .external_lex_state = 25}, + [2816] = {.lex_state = 716, .external_lex_state = 25}, + [2817] = {.lex_state = 716, .external_lex_state = 25}, + [2818] = {.lex_state = 716, .external_lex_state = 25}, + [2819] = {.lex_state = 716, .external_lex_state = 25}, + [2820] = {.lex_state = 716, .external_lex_state = 25}, + [2821] = {.lex_state = 716, .external_lex_state = 25}, + [2822] = {.lex_state = 716, .external_lex_state = 25}, + [2823] = {.lex_state = 77, .external_lex_state = 32}, + [2824] = {.lex_state = 77, .external_lex_state = 32}, + [2825] = {.lex_state = 77, .external_lex_state = 61}, + [2826] = {.lex_state = 77, .external_lex_state = 57}, + [2827] = {.lex_state = 716, .external_lex_state = 25}, + [2828] = {.lex_state = 716, .external_lex_state = 25}, + [2829] = {.lex_state = 716, .external_lex_state = 25}, + [2830] = {.lex_state = 77, .external_lex_state = 31}, + [2831] = {.lex_state = 77, .external_lex_state = 57}, + [2832] = {.lex_state = 77, .external_lex_state = 32}, + [2833] = {.lex_state = 77, .external_lex_state = 32}, + [2834] = {.lex_state = 77, .external_lex_state = 32}, + [2835] = {.lex_state = 716, .external_lex_state = 25}, + [2836] = {.lex_state = 716, .external_lex_state = 25}, + [2837] = {.lex_state = 716, .external_lex_state = 25}, + [2838] = {.lex_state = 716, .external_lex_state = 25}, + [2839] = {.lex_state = 77, .external_lex_state = 57}, + [2840] = {.lex_state = 716, .external_lex_state = 25}, + [2841] = {.lex_state = 77, .external_lex_state = 32}, + [2842] = {.lex_state = 716, .external_lex_state = 66}, + [2843] = {.lex_state = 716, .external_lex_state = 25}, + [2844] = {.lex_state = 716, .external_lex_state = 25}, + [2845] = {.lex_state = 716, .external_lex_state = 25}, + [2846] = {.lex_state = 716, .external_lex_state = 25}, + [2847] = {.lex_state = 77, .external_lex_state = 32}, + [2848] = {.lex_state = 716, .external_lex_state = 25}, + [2849] = {.lex_state = 77, .external_lex_state = 57}, + [2850] = {.lex_state = 77, .external_lex_state = 32}, + [2851] = {.lex_state = 77, .external_lex_state = 32}, + [2852] = {.lex_state = 716, .external_lex_state = 66}, + [2853] = {.lex_state = 716, .external_lex_state = 25}, + [2854] = {.lex_state = 716, .external_lex_state = 25}, + [2855] = {.lex_state = 77, .external_lex_state = 57}, + [2856] = {.lex_state = 77, .external_lex_state = 31}, + [2857] = {.lex_state = 77, .external_lex_state = 32}, + [2858] = {.lex_state = 77, .external_lex_state = 32}, + [2859] = {.lex_state = 77, .external_lex_state = 32}, + [2860] = {.lex_state = 716, .external_lex_state = 25}, + [2861] = {.lex_state = 77, .external_lex_state = 57}, + [2862] = {.lex_state = 716, .external_lex_state = 25}, + [2863] = {.lex_state = 716, .external_lex_state = 25}, + [2864] = {.lex_state = 716, .external_lex_state = 25}, + [2865] = {.lex_state = 716, .external_lex_state = 25}, + [2866] = {.lex_state = 716, .external_lex_state = 25}, + [2867] = {.lex_state = 716, .external_lex_state = 25}, + [2868] = {.lex_state = 716, .external_lex_state = 25}, + [2869] = {.lex_state = 77, .external_lex_state = 57}, + [2870] = {.lex_state = 716, .external_lex_state = 25}, + [2871] = {.lex_state = 77, .external_lex_state = 57}, + [2872] = {.lex_state = 716, .external_lex_state = 18}, + [2873] = {.lex_state = 77, .external_lex_state = 32}, + [2874] = {.lex_state = 77, .external_lex_state = 31}, + [2875] = {.lex_state = 77, .external_lex_state = 57}, + [2876] = {.lex_state = 77, .external_lex_state = 57}, + [2877] = {.lex_state = 77, .external_lex_state = 32}, + [2878] = {.lex_state = 77, .external_lex_state = 57}, + [2879] = {.lex_state = 716, .external_lex_state = 25}, + [2880] = {.lex_state = 716, .external_lex_state = 25}, + [2881] = {.lex_state = 77, .external_lex_state = 32}, + [2882] = {.lex_state = 77, .external_lex_state = 32}, + [2883] = {.lex_state = 716, .external_lex_state = 25}, + [2884] = {.lex_state = 77, .external_lex_state = 31}, + [2885] = {.lex_state = 716, .external_lex_state = 25}, + [2886] = {.lex_state = 716, .external_lex_state = 45}, + [2887] = {.lex_state = 77, .external_lex_state = 32}, + [2888] = {.lex_state = 77, .external_lex_state = 40}, + [2889] = {.lex_state = 77, .external_lex_state = 58}, + [2890] = {.lex_state = 720, .external_lex_state = 58}, + [2891] = {.lex_state = 719, .external_lex_state = 69}, + [2892] = {.lex_state = 716, .external_lex_state = 24}, + [2893] = {.lex_state = 77, .external_lex_state = 32}, + [2894] = {.lex_state = 77, .external_lex_state = 40}, + [2895] = {.lex_state = 77, .external_lex_state = 58}, + [2896] = {.lex_state = 77, .external_lex_state = 58}, + [2897] = {.lex_state = 77, .external_lex_state = 58}, + [2898] = {.lex_state = 716, .external_lex_state = 24}, + [2899] = {.lex_state = 716, .external_lex_state = 18}, + [2900] = {.lex_state = 716, .external_lex_state = 25}, + [2901] = {.lex_state = 77, .external_lex_state = 58}, + [2902] = {.lex_state = 716, .external_lex_state = 44}, + [2903] = {.lex_state = 77, .external_lex_state = 39}, + [2904] = {.lex_state = 77, .external_lex_state = 32}, + [2905] = {.lex_state = 716, .external_lex_state = 25}, + [2906] = {.lex_state = 716, .external_lex_state = 25}, + [2907] = {.lex_state = 716, .external_lex_state = 25}, + [2908] = {.lex_state = 716, .external_lex_state = 44}, + [2909] = {.lex_state = 77, .external_lex_state = 63}, + [2910] = {.lex_state = 716, .external_lex_state = 24}, + [2911] = {.lex_state = 716, .external_lex_state = 24}, + [2912] = {.lex_state = 716, .external_lex_state = 24}, + [2913] = {.lex_state = 716, .external_lex_state = 24}, + [2914] = {.lex_state = 716, .external_lex_state = 25}, + [2915] = {.lex_state = 716, .external_lex_state = 44}, + [2916] = {.lex_state = 77, .external_lex_state = 63}, + [2917] = {.lex_state = 716, .external_lex_state = 25}, + [2918] = {.lex_state = 77, .external_lex_state = 63}, + [2919] = {.lex_state = 716, .external_lex_state = 44}, + [2920] = {.lex_state = 716, .external_lex_state = 45}, + [2921] = {.lex_state = 716, .external_lex_state = 18}, + [2922] = {.lex_state = 77, .external_lex_state = 32}, + [2923] = {.lex_state = 77, .external_lex_state = 32}, + [2924] = {.lex_state = 77, .external_lex_state = 32}, + [2925] = {.lex_state = 716, .external_lex_state = 45}, + [2926] = {.lex_state = 77, .external_lex_state = 32}, + [2927] = {.lex_state = 716, .external_lex_state = 45}, + [2928] = {.lex_state = 716, .external_lex_state = 24}, + [2929] = {.lex_state = 77, .external_lex_state = 32}, + [2930] = {.lex_state = 716, .external_lex_state = 45}, + [2931] = {.lex_state = 716, .external_lex_state = 45}, + [2932] = {.lex_state = 716, .external_lex_state = 45}, + [2933] = {.lex_state = 716, .external_lex_state = 45}, + [2934] = {.lex_state = 716, .external_lex_state = 44}, + [2935] = {.lex_state = 716, .external_lex_state = 18}, + [2936] = {.lex_state = 716, .external_lex_state = 24}, + [2937] = {.lex_state = 716, .external_lex_state = 25}, + [2938] = {.lex_state = 716, .external_lex_state = 25}, + [2939] = {.lex_state = 716, .external_lex_state = 45}, + [2940] = {.lex_state = 719, .external_lex_state = 68}, + [2941] = {.lex_state = 716, .external_lex_state = 18}, + [2942] = {.lex_state = 719, .external_lex_state = 68}, + [2943] = {.lex_state = 716, .external_lex_state = 25}, + [2944] = {.lex_state = 716, .external_lex_state = 44}, + [2945] = {.lex_state = 716, .external_lex_state = 24}, + [2946] = {.lex_state = 77, .external_lex_state = 32}, + [2947] = {.lex_state = 77, .external_lex_state = 58}, + [2948] = {.lex_state = 77, .external_lex_state = 32}, + [2949] = {.lex_state = 77, .external_lex_state = 32}, + [2950] = {.lex_state = 77, .external_lex_state = 32}, + [2951] = {.lex_state = 77, .external_lex_state = 32}, + [2952] = {.lex_state = 716, .external_lex_state = 24}, + [2953] = {.lex_state = 77, .external_lex_state = 32}, + [2954] = {.lex_state = 77, .external_lex_state = 32}, + [2955] = {.lex_state = 77, .external_lex_state = 32}, + [2956] = {.lex_state = 77, .external_lex_state = 32}, + [2957] = {.lex_state = 716, .external_lex_state = 25}, + [2958] = {.lex_state = 77, .external_lex_state = 32}, + [2959] = {.lex_state = 716, .external_lex_state = 44}, + [2960] = {.lex_state = 716, .external_lex_state = 44}, + [2961] = {.lex_state = 716, .external_lex_state = 44}, + [2962] = {.lex_state = 716, .external_lex_state = 44}, + [2963] = {.lex_state = 719, .external_lex_state = 70}, + [2964] = {.lex_state = 716, .external_lex_state = 24}, + [2965] = {.lex_state = 77, .external_lex_state = 40}, + [2966] = {.lex_state = 716, .external_lex_state = 45}, + [2967] = {.lex_state = 719, .external_lex_state = 71}, + [2968] = {.lex_state = 719, .external_lex_state = 71}, + [2969] = {.lex_state = 716, .external_lex_state = 25}, + [2970] = {.lex_state = 77, .external_lex_state = 58}, + [2971] = {.lex_state = 77, .external_lex_state = 32}, + [2972] = {.lex_state = 716, .external_lex_state = 25}, + [2973] = {.lex_state = 77, .external_lex_state = 58}, + [2974] = {.lex_state = 716, .external_lex_state = 25}, + [2975] = {.lex_state = 716, .external_lex_state = 25}, + [2976] = {.lex_state = 716, .external_lex_state = 25}, + [2977] = {.lex_state = 77, .external_lex_state = 32}, + [2978] = {.lex_state = 716, .external_lex_state = 25}, + [2979] = {.lex_state = 716, .external_lex_state = 44}, + [2980] = {.lex_state = 716, .external_lex_state = 25}, + [2981] = {.lex_state = 77, .external_lex_state = 32}, + [2982] = {.lex_state = 716, .external_lex_state = 25}, + [2983] = {.lex_state = 716, .external_lex_state = 25}, + [2984] = {.lex_state = 77, .external_lex_state = 32}, + [2985] = {.lex_state = 716, .external_lex_state = 24}, + [2986] = {.lex_state = 716, .external_lex_state = 18}, + [2987] = {.lex_state = 716, .external_lex_state = 25}, + [2988] = {.lex_state = 716, .external_lex_state = 25}, + [2989] = {.lex_state = 716, .external_lex_state = 25}, + [2990] = {.lex_state = 716, .external_lex_state = 25}, + [2991] = {.lex_state = 716, .external_lex_state = 25}, + [2992] = {.lex_state = 716, .external_lex_state = 25}, + [2993] = {.lex_state = 716, .external_lex_state = 25}, + [2994] = {.lex_state = 716, .external_lex_state = 25}, + [2995] = {.lex_state = 716, .external_lex_state = 25}, + [2996] = {.lex_state = 716, .external_lex_state = 44}, + [2997] = {.lex_state = 716, .external_lex_state = 25}, + [2998] = {.lex_state = 716, .external_lex_state = 25}, + [2999] = {.lex_state = 77, .external_lex_state = 32}, + [3000] = {.lex_state = 77, .external_lex_state = 32}, + [3001] = {.lex_state = 77, .external_lex_state = 32}, + [3002] = {.lex_state = 716, .external_lex_state = 25}, + [3003] = {.lex_state = 716, .external_lex_state = 24}, + [3004] = {.lex_state = 716, .external_lex_state = 25}, + [3005] = {.lex_state = 77, .external_lex_state = 32}, + [3006] = {.lex_state = 716, .external_lex_state = 25}, + [3007] = {.lex_state = 716, .external_lex_state = 25}, + [3008] = {.lex_state = 716, .external_lex_state = 25}, + [3009] = {.lex_state = 716, .external_lex_state = 25}, + [3010] = {.lex_state = 77, .external_lex_state = 32}, + [3011] = {.lex_state = 716, .external_lex_state = 25}, + [3012] = {.lex_state = 77, .external_lex_state = 32}, + [3013] = {.lex_state = 716, .external_lex_state = 25}, + [3014] = {.lex_state = 716, .external_lex_state = 25}, + [3015] = {.lex_state = 716, .external_lex_state = 25}, + [3016] = {.lex_state = 716, .external_lex_state = 24}, + [3017] = {.lex_state = 77, .external_lex_state = 58}, + [3018] = {.lex_state = 716, .external_lex_state = 24}, + [3019] = {.lex_state = 716, .external_lex_state = 25}, + [3020] = {.lex_state = 719, .external_lex_state = 70}, + [3021] = {.lex_state = 716, .external_lex_state = 25}, + [3022] = {.lex_state = 716, .external_lex_state = 24}, + [3023] = {.lex_state = 716, .external_lex_state = 25}, + [3024] = {.lex_state = 716, .external_lex_state = 25}, + [3025] = {.lex_state = 719, .external_lex_state = 69}, + [3026] = {.lex_state = 716, .external_lex_state = 25}, + [3027] = {.lex_state = 716, .external_lex_state = 25}, + [3028] = {.lex_state = 716, .external_lex_state = 25}, + [3029] = {.lex_state = 716, .external_lex_state = 25}, + [3030] = {.lex_state = 716, .external_lex_state = 25}, + [3031] = {.lex_state = 716, .external_lex_state = 25}, + [3032] = {.lex_state = 716, .external_lex_state = 25}, + [3033] = {.lex_state = 716, .external_lex_state = 25}, + [3034] = {.lex_state = 716, .external_lex_state = 25}, + [3035] = {.lex_state = 716, .external_lex_state = 25}, + [3036] = {.lex_state = 716, .external_lex_state = 25}, + [3037] = {.lex_state = 716, .external_lex_state = 25}, + [3038] = {.lex_state = 716, .external_lex_state = 25}, + [3039] = {.lex_state = 716, .external_lex_state = 25}, + [3040] = {.lex_state = 716, .external_lex_state = 25}, + [3041] = {.lex_state = 716, .external_lex_state = 25}, + [3042] = {.lex_state = 716, .external_lex_state = 25}, + [3043] = {.lex_state = 716, .external_lex_state = 25}, + [3044] = {.lex_state = 716, .external_lex_state = 18}, + [3045] = {.lex_state = 716, .external_lex_state = 25}, + [3046] = {.lex_state = 716, .external_lex_state = 25}, + [3047] = {.lex_state = 716, .external_lex_state = 25}, + [3048] = {.lex_state = 716, .external_lex_state = 25}, + [3049] = {.lex_state = 77, .external_lex_state = 58}, + [3050] = {.lex_state = 716, .external_lex_state = 25}, + [3051] = {.lex_state = 716, .external_lex_state = 25}, + [3052] = {.lex_state = 716, .external_lex_state = 25}, + [3053] = {.lex_state = 716, .external_lex_state = 25}, + [3054] = {.lex_state = 716, .external_lex_state = 25}, + [3055] = {.lex_state = 720, .external_lex_state = 58}, + [3056] = {.lex_state = 716, .external_lex_state = 25}, + [3057] = {.lex_state = 716, .external_lex_state = 25}, + [3058] = {.lex_state = 716, .external_lex_state = 25}, + [3059] = {.lex_state = 716, .external_lex_state = 25}, + [3060] = {.lex_state = 716, .external_lex_state = 25}, + [3061] = {.lex_state = 716, .external_lex_state = 25}, + [3062] = {.lex_state = 716, .external_lex_state = 25}, + [3063] = {.lex_state = 77, .external_lex_state = 32}, + [3064] = {.lex_state = 716, .external_lex_state = 25}, + [3065] = {.lex_state = 716, .external_lex_state = 25}, + [3066] = {.lex_state = 716, .external_lex_state = 25}, + [3067] = {.lex_state = 716, .external_lex_state = 25}, + [3068] = {.lex_state = 716, .external_lex_state = 25}, + [3069] = {.lex_state = 716, .external_lex_state = 25}, + [3070] = {.lex_state = 716, .external_lex_state = 25}, + [3071] = {.lex_state = 716, .external_lex_state = 25}, + [3072] = {.lex_state = 716, .external_lex_state = 25}, + [3073] = {.lex_state = 716, .external_lex_state = 25}, + [3074] = {.lex_state = 77, .external_lex_state = 32}, + [3075] = {.lex_state = 716, .external_lex_state = 25}, + [3076] = {.lex_state = 716, .external_lex_state = 25}, + [3077] = {.lex_state = 716, .external_lex_state = 25}, + [3078] = {.lex_state = 77, .external_lex_state = 32}, + [3079] = {.lex_state = 719, .external_lex_state = 26}, + [3080] = {.lex_state = 719, .external_lex_state = 26}, + [3081] = {.lex_state = 716, .external_lex_state = 25}, + [3082] = {.lex_state = 719, .external_lex_state = 29}, + [3083] = {.lex_state = 719, .external_lex_state = 29}, + [3084] = {.lex_state = 716, .external_lex_state = 24}, + [3085] = {.lex_state = 716, .external_lex_state = 18}, + [3086] = {.lex_state = 716, .external_lex_state = 25}, + [3087] = {.lex_state = 77, .external_lex_state = 40}, + [3088] = {.lex_state = 716, .external_lex_state = 25}, + [3089] = {.lex_state = 716, .external_lex_state = 18}, + [3090] = {.lex_state = 716, .external_lex_state = 18}, + [3091] = {.lex_state = 716, .external_lex_state = 25}, + [3092] = {.lex_state = 716, .external_lex_state = 18}, + [3093] = {.lex_state = 716, .external_lex_state = 18}, + [3094] = {.lex_state = 716, .external_lex_state = 18}, + [3095] = {.lex_state = 716, .external_lex_state = 18}, + [3096] = {.lex_state = 716, .external_lex_state = 18}, + [3097] = {.lex_state = 716, .external_lex_state = 25}, + [3098] = {.lex_state = 716, .external_lex_state = 25}, + [3099] = {.lex_state = 77, .external_lex_state = 32}, + [3100] = {.lex_state = 716, .external_lex_state = 45}, + [3101] = {.lex_state = 716, .external_lex_state = 45}, + [3102] = {.lex_state = 719, .external_lex_state = 70}, + [3103] = {.lex_state = 716, .external_lex_state = 45}, + [3104] = {.lex_state = 716, .external_lex_state = 45}, + [3105] = {.lex_state = 716, .external_lex_state = 44}, + [3106] = {.lex_state = 716, .external_lex_state = 44}, + [3107] = {.lex_state = 716, .external_lex_state = 44}, + [3108] = {.lex_state = 716, .external_lex_state = 44}, + [3109] = {.lex_state = 77, .external_lex_state = 32}, + [3110] = {.lex_state = 716, .external_lex_state = 44}, + [3111] = {.lex_state = 77, .external_lex_state = 32}, + [3112] = {.lex_state = 716, .external_lex_state = 45}, + [3113] = {.lex_state = 716, .external_lex_state = 45}, + [3114] = {.lex_state = 716, .external_lex_state = 45}, + [3115] = {.lex_state = 716, .external_lex_state = 44}, + [3116] = {.lex_state = 716, .external_lex_state = 44}, + [3117] = {.lex_state = 77, .external_lex_state = 32}, + [3118] = {.lex_state = 716, .external_lex_state = 44}, + [3119] = {.lex_state = 716, .external_lex_state = 44}, + [3120] = {.lex_state = 716, .external_lex_state = 44}, + [3121] = {.lex_state = 77, .external_lex_state = 65}, + [3122] = {.lex_state = 77, .external_lex_state = 32}, + [3123] = {.lex_state = 77, .external_lex_state = 32}, + [3124] = {.lex_state = 716, .external_lex_state = 45}, + [3125] = {.lex_state = 77, .external_lex_state = 32}, + [3126] = {.lex_state = 719, .external_lex_state = 70}, + [3127] = {.lex_state = 77, .external_lex_state = 65}, + [3128] = {.lex_state = 77, .external_lex_state = 32}, + [3129] = {.lex_state = 716, .external_lex_state = 45}, + [3130] = {.lex_state = 77, .external_lex_state = 65}, + [3131] = {.lex_state = 716, .external_lex_state = 45}, + [3132] = {.lex_state = 716, .external_lex_state = 44}, + [3133] = {.lex_state = 716, .external_lex_state = 44}, + [3134] = {.lex_state = 716, .external_lex_state = 44}, + [3135] = {.lex_state = 716, .external_lex_state = 45}, + [3136] = {.lex_state = 716, .external_lex_state = 45}, + [3137] = {.lex_state = 716, .external_lex_state = 44}, + [3138] = {.lex_state = 716, .external_lex_state = 44}, + [3139] = {.lex_state = 716, .external_lex_state = 44}, + [3140] = {.lex_state = 716, .external_lex_state = 45}, + [3141] = {.lex_state = 716, .external_lex_state = 44}, + [3142] = {.lex_state = 716, .external_lex_state = 45}, + [3143] = {.lex_state = 716, .external_lex_state = 44}, + [3144] = {.lex_state = 716, .external_lex_state = 44}, + [3145] = {.lex_state = 716, .external_lex_state = 44}, + [3146] = {.lex_state = 716, .external_lex_state = 45}, + [3147] = {.lex_state = 716, .external_lex_state = 45}, + [3148] = {.lex_state = 77, .external_lex_state = 32}, + [3149] = {.lex_state = 716, .external_lex_state = 44}, + [3150] = {.lex_state = 77, .external_lex_state = 32}, + [3151] = {.lex_state = 77, .external_lex_state = 32}, + [3152] = {.lex_state = 716, .external_lex_state = 45}, + [3153] = {.lex_state = 77, .external_lex_state = 32}, + [3154] = {.lex_state = 716, .external_lex_state = 45}, + [3155] = {.lex_state = 77, .external_lex_state = 32}, + [3156] = {.lex_state = 77, .external_lex_state = 32}, + [3157] = {.lex_state = 716, .external_lex_state = 45}, + [3158] = {.lex_state = 716, .external_lex_state = 45}, + [3159] = {.lex_state = 716, .external_lex_state = 45}, + [3160] = {.lex_state = 77, .external_lex_state = 32}, + [3161] = {.lex_state = 77, .external_lex_state = 32}, + [3162] = {.lex_state = 77, .external_lex_state = 32}, + [3163] = {.lex_state = 77, .external_lex_state = 32}, + [3164] = {.lex_state = 716, .external_lex_state = 24}, + [3165] = {.lex_state = 77, .external_lex_state = 32}, + [3166] = {.lex_state = 77, .external_lex_state = 32}, + [3167] = {.lex_state = 77, .external_lex_state = 32}, + [3168] = {.lex_state = 77, .external_lex_state = 32}, + [3169] = {.lex_state = 77, .external_lex_state = 32}, + [3170] = {.lex_state = 77, .external_lex_state = 32}, + [3171] = {.lex_state = 77, .external_lex_state = 32}, + [3172] = {.lex_state = 77, .external_lex_state = 32}, + [3173] = {.lex_state = 716, .external_lex_state = 45}, + [3174] = {.lex_state = 77, .external_lex_state = 39}, + [3175] = {.lex_state = 77, .external_lex_state = 32}, + [3176] = {.lex_state = 716, .external_lex_state = 45}, + [3177] = {.lex_state = 77, .external_lex_state = 32}, + [3178] = {.lex_state = 77, .external_lex_state = 32}, + [3179] = {.lex_state = 77, .external_lex_state = 32}, + [3180] = {.lex_state = 77, .external_lex_state = 32}, + [3181] = {.lex_state = 77, .external_lex_state = 32}, + [3182] = {.lex_state = 716, .external_lex_state = 45}, + [3183] = {.lex_state = 77, .external_lex_state = 32}, + [3184] = {.lex_state = 77, .external_lex_state = 32}, + [3185] = {.lex_state = 716, .external_lex_state = 45}, + [3186] = {.lex_state = 77, .external_lex_state = 32}, + [3187] = {.lex_state = 716, .external_lex_state = 45}, + [3188] = {.lex_state = 716, .external_lex_state = 45}, + [3189] = {.lex_state = 77, .external_lex_state = 32}, + [3190] = {.lex_state = 77, .external_lex_state = 32}, + [3191] = {.lex_state = 716, .external_lex_state = 45}, + [3192] = {.lex_state = 716, .external_lex_state = 45}, + [3193] = {.lex_state = 77, .external_lex_state = 32}, + [3194] = {.lex_state = 77, .external_lex_state = 32}, + [3195] = {.lex_state = 716, .external_lex_state = 45}, + [3196] = {.lex_state = 716, .external_lex_state = 45}, + [3197] = {.lex_state = 716, .external_lex_state = 45}, + [3198] = {.lex_state = 716, .external_lex_state = 45}, + [3199] = {.lex_state = 716, .external_lex_state = 45}, + [3200] = {.lex_state = 716, .external_lex_state = 45}, + [3201] = {.lex_state = 716, .external_lex_state = 45}, + [3202] = {.lex_state = 77, .external_lex_state = 32}, + [3203] = {.lex_state = 716, .external_lex_state = 45}, + [3204] = {.lex_state = 77, .external_lex_state = 32}, + [3205] = {.lex_state = 77, .external_lex_state = 32}, + [3206] = {.lex_state = 716, .external_lex_state = 45}, + [3207] = {.lex_state = 77, .external_lex_state = 32}, + [3208] = {.lex_state = 77, .external_lex_state = 39}, + [3209] = {.lex_state = 77, .external_lex_state = 32}, + [3210] = {.lex_state = 77, .external_lex_state = 32}, + [3211] = {.lex_state = 77, .external_lex_state = 39}, + [3212] = {.lex_state = 716, .external_lex_state = 45}, + [3213] = {.lex_state = 77, .external_lex_state = 39}, + [3214] = {.lex_state = 77, .external_lex_state = 39}, + [3215] = {.lex_state = 77, .external_lex_state = 32}, + [3216] = {.lex_state = 77, .external_lex_state = 32}, + [3217] = {.lex_state = 716, .external_lex_state = 45}, + [3218] = {.lex_state = 77, .external_lex_state = 32}, + [3219] = {.lex_state = 716, .external_lex_state = 45}, + [3220] = {.lex_state = 716, .external_lex_state = 45}, + [3221] = {.lex_state = 77, .external_lex_state = 32}, + [3222] = {.lex_state = 716, .external_lex_state = 45}, + [3223] = {.lex_state = 716, .external_lex_state = 45}, + [3224] = {.lex_state = 716, .external_lex_state = 45}, + [3225] = {.lex_state = 716, .external_lex_state = 44}, + [3226] = {.lex_state = 716, .external_lex_state = 45}, + [3227] = {.lex_state = 716, .external_lex_state = 45}, + [3228] = {.lex_state = 716, .external_lex_state = 45}, + [3229] = {.lex_state = 716, .external_lex_state = 24}, + [3230] = {.lex_state = 77, .external_lex_state = 32}, + [3231] = {.lex_state = 77, .external_lex_state = 32}, + [3232] = {.lex_state = 716, .external_lex_state = 44}, + [3233] = {.lex_state = 720, .external_lex_state = 58}, + [3234] = {.lex_state = 77, .external_lex_state = 40}, + [3235] = {.lex_state = 77, .external_lex_state = 32}, + [3236] = {.lex_state = 77, .external_lex_state = 32}, + [3237] = {.lex_state = 77, .external_lex_state = 32}, + [3238] = {.lex_state = 77, .external_lex_state = 32}, + [3239] = {.lex_state = 716, .external_lex_state = 44}, + [3240] = {.lex_state = 716, .external_lex_state = 44}, + [3241] = {.lex_state = 77, .external_lex_state = 32}, + [3242] = {.lex_state = 95, .external_lex_state = 32}, + [3243] = {.lex_state = 716, .external_lex_state = 24}, + [3244] = {.lex_state = 716, .external_lex_state = 44}, + [3245] = {.lex_state = 77, .external_lex_state = 32}, + [3246] = {.lex_state = 77, .external_lex_state = 32}, + [3247] = {.lex_state = 716, .external_lex_state = 44}, + [3248] = {.lex_state = 77, .external_lex_state = 32}, + [3249] = {.lex_state = 716, .external_lex_state = 45}, + [3250] = {.lex_state = 77, .external_lex_state = 32}, + [3251] = {.lex_state = 716, .external_lex_state = 45}, + [3252] = {.lex_state = 716, .external_lex_state = 44}, + [3253] = {.lex_state = 716, .external_lex_state = 24}, + [3254] = {.lex_state = 716, .external_lex_state = 24}, + [3255] = {.lex_state = 77, .external_lex_state = 32}, + [3256] = {.lex_state = 95, .external_lex_state = 32}, + [3257] = {.lex_state = 716, .external_lex_state = 45}, + [3258] = {.lex_state = 77, .external_lex_state = 32}, + [3259] = {.lex_state = 716, .external_lex_state = 44}, + [3260] = {.lex_state = 77, .external_lex_state = 32}, + [3261] = {.lex_state = 77, .external_lex_state = 32}, + [3262] = {.lex_state = 77, .external_lex_state = 32}, + [3263] = {.lex_state = 716, .external_lex_state = 45}, + [3264] = {.lex_state = 95, .external_lex_state = 32}, + [3265] = {.lex_state = 77, .external_lex_state = 32}, + [3266] = {.lex_state = 77, .external_lex_state = 32}, + [3267] = {.lex_state = 716, .external_lex_state = 45}, + [3268] = {.lex_state = 77, .external_lex_state = 32}, + [3269] = {.lex_state = 716, .external_lex_state = 44}, + [3270] = {.lex_state = 716, .external_lex_state = 45}, + [3271] = {.lex_state = 77, .external_lex_state = 32}, + [3272] = {.lex_state = 716, .external_lex_state = 45}, + [3273] = {.lex_state = 77, .external_lex_state = 32}, + [3274] = {.lex_state = 77, .external_lex_state = 32}, + [3275] = {.lex_state = 77, .external_lex_state = 32}, + [3276] = {.lex_state = 95, .external_lex_state = 32}, + [3277] = {.lex_state = 716, .external_lex_state = 45}, + [3278] = {.lex_state = 77, .external_lex_state = 32}, + [3279] = {.lex_state = 95, .external_lex_state = 32}, + [3280] = {.lex_state = 77, .external_lex_state = 32}, + [3281] = {.lex_state = 716, .external_lex_state = 45}, + [3282] = {.lex_state = 716, .external_lex_state = 45}, + [3283] = {.lex_state = 77, .external_lex_state = 32}, + [3284] = {.lex_state = 77, .external_lex_state = 32}, + [3285] = {.lex_state = 77, .external_lex_state = 32}, + [3286] = {.lex_state = 95, .external_lex_state = 32}, + [3287] = {.lex_state = 77, .external_lex_state = 32}, + [3288] = {.lex_state = 77, .external_lex_state = 32}, + [3289] = {.lex_state = 716, .external_lex_state = 45}, + [3290] = {.lex_state = 716, .external_lex_state = 45}, + [3291] = {.lex_state = 719, .external_lex_state = 72}, + [3292] = {.lex_state = 77, .external_lex_state = 32}, + [3293] = {.lex_state = 77, .external_lex_state = 32}, + [3294] = {.lex_state = 77, .external_lex_state = 32}, + [3295] = {.lex_state = 77, .external_lex_state = 32}, + [3296] = {.lex_state = 719, .external_lex_state = 72}, + [3297] = {.lex_state = 77, .external_lex_state = 32}, + [3298] = {.lex_state = 95, .external_lex_state = 32}, + [3299] = {.lex_state = 77, .external_lex_state = 32}, + [3300] = {.lex_state = 77, .external_lex_state = 32}, + [3301] = {.lex_state = 716, .external_lex_state = 45}, + [3302] = {.lex_state = 77, .external_lex_state = 32}, + [3303] = {.lex_state = 95, .external_lex_state = 32}, + [3304] = {.lex_state = 77, .external_lex_state = 32}, + [3305] = {.lex_state = 716, .external_lex_state = 45}, + [3306] = {.lex_state = 77, .external_lex_state = 32}, + [3307] = {.lex_state = 716, .external_lex_state = 45}, + [3308] = {.lex_state = 77, .external_lex_state = 32}, + [3309] = {.lex_state = 77, .external_lex_state = 32}, + [3310] = {.lex_state = 77, .external_lex_state = 32}, + [3311] = {.lex_state = 716, .external_lex_state = 24}, + [3312] = {.lex_state = 77, .external_lex_state = 32}, + [3313] = {.lex_state = 77, .external_lex_state = 32}, + [3314] = {.lex_state = 77, .external_lex_state = 32}, + [3315] = {.lex_state = 77, .external_lex_state = 32}, + [3316] = {.lex_state = 95, .external_lex_state = 32}, + [3317] = {.lex_state = 77, .external_lex_state = 32}, + [3318] = {.lex_state = 77, .external_lex_state = 32}, + [3319] = {.lex_state = 716, .external_lex_state = 45}, + [3320] = {.lex_state = 716, .external_lex_state = 45}, + [3321] = {.lex_state = 716, .external_lex_state = 45}, + [3322] = {.lex_state = 716, .external_lex_state = 45}, + [3323] = {.lex_state = 716, .external_lex_state = 45}, + [3324] = {.lex_state = 77, .external_lex_state = 32}, + [3325] = {.lex_state = 77, .external_lex_state = 32}, + [3326] = {.lex_state = 77, .external_lex_state = 32}, + [3327] = {.lex_state = 719, .external_lex_state = 28}, + [3328] = {.lex_state = 77, .external_lex_state = 32}, + [3329] = {.lex_state = 95, .external_lex_state = 32}, + [3330] = {.lex_state = 719, .external_lex_state = 28}, + [3331] = {.lex_state = 77, .external_lex_state = 32}, + [3332] = {.lex_state = 77, .external_lex_state = 32}, + [3333] = {.lex_state = 716, .external_lex_state = 45}, + [3334] = {.lex_state = 77, .external_lex_state = 32}, + [3335] = {.lex_state = 716, .external_lex_state = 45}, + [3336] = {.lex_state = 77, .external_lex_state = 32}, + [3337] = {.lex_state = 95, .external_lex_state = 32}, + [3338] = {.lex_state = 77, .external_lex_state = 32}, + [3339] = {.lex_state = 77, .external_lex_state = 32}, + [3340] = {.lex_state = 716, .external_lex_state = 45}, + [3341] = {.lex_state = 77, .external_lex_state = 32}, + [3342] = {.lex_state = 77, .external_lex_state = 32}, + [3343] = {.lex_state = 95, .external_lex_state = 32}, + [3344] = {.lex_state = 716, .external_lex_state = 45}, + [3345] = {.lex_state = 77, .external_lex_state = 32}, + [3346] = {.lex_state = 716, .external_lex_state = 45}, + [3347] = {.lex_state = 716, .external_lex_state = 45}, + [3348] = {.lex_state = 716, .external_lex_state = 45}, + [3349] = {.lex_state = 716, .external_lex_state = 45}, + [3350] = {.lex_state = 716, .external_lex_state = 45}, + [3351] = {.lex_state = 716, .external_lex_state = 45}, + [3352] = {.lex_state = 95, .external_lex_state = 32}, + [3353] = {.lex_state = 716, .external_lex_state = 45}, + [3354] = {.lex_state = 77, .external_lex_state = 32}, + [3355] = {.lex_state = 77, .external_lex_state = 32}, + [3356] = {.lex_state = 716, .external_lex_state = 45}, + [3357] = {.lex_state = 716, .external_lex_state = 45}, + [3358] = {.lex_state = 77, .external_lex_state = 32}, + [3359] = {.lex_state = 95, .external_lex_state = 32}, + [3360] = {.lex_state = 77, .external_lex_state = 32}, + [3361] = {.lex_state = 77, .external_lex_state = 32}, + [3362] = {.lex_state = 77, .external_lex_state = 32}, + [3363] = {.lex_state = 77, .external_lex_state = 32}, + [3364] = {.lex_state = 77, .external_lex_state = 32}, + [3365] = {.lex_state = 77, .external_lex_state = 32}, + [3366] = {.lex_state = 77, .external_lex_state = 32}, + [3367] = {.lex_state = 716, .external_lex_state = 45}, + [3368] = {.lex_state = 95, .external_lex_state = 32}, + [3369] = {.lex_state = 716, .external_lex_state = 24}, + [3370] = {.lex_state = 95, .external_lex_state = 32}, + [3371] = {.lex_state = 77, .external_lex_state = 32}, + [3372] = {.lex_state = 716, .external_lex_state = 45}, + [3373] = {.lex_state = 95, .external_lex_state = 32}, + [3374] = {.lex_state = 77, .external_lex_state = 32}, + [3375] = {.lex_state = 716, .external_lex_state = 44}, + [3376] = {.lex_state = 77, .external_lex_state = 32}, + [3377] = {.lex_state = 77, .external_lex_state = 32}, + [3378] = {.lex_state = 95, .external_lex_state = 32}, + [3379] = {.lex_state = 716, .external_lex_state = 44}, + [3380] = {.lex_state = 77, .external_lex_state = 32}, + [3381] = {.lex_state = 77, .external_lex_state = 32}, + [3382] = {.lex_state = 77, .external_lex_state = 32}, + [3383] = {.lex_state = 77, .external_lex_state = 32}, + [3384] = {.lex_state = 77, .external_lex_state = 32}, + [3385] = {.lex_state = 77, .external_lex_state = 32}, + [3386] = {.lex_state = 77, .external_lex_state = 32}, + [3387] = {.lex_state = 716, .external_lex_state = 18}, + [3388] = {.lex_state = 77, .external_lex_state = 32}, + [3389] = {.lex_state = 77, .external_lex_state = 32}, + [3390] = {.lex_state = 77, .external_lex_state = 32}, + [3391] = {.lex_state = 77, .external_lex_state = 32}, + [3392] = {.lex_state = 77, .external_lex_state = 32}, + [3393] = {.lex_state = 77, .external_lex_state = 32}, + [3394] = {.lex_state = 77, .external_lex_state = 32}, + [3395] = {.lex_state = 77, .external_lex_state = 32}, + [3396] = {.lex_state = 95, .external_lex_state = 32}, + [3397] = {.lex_state = 77, .external_lex_state = 32}, + [3398] = {.lex_state = 716, .external_lex_state = 45}, + [3399] = {.lex_state = 716, .external_lex_state = 44}, + [3400] = {.lex_state = 77, .external_lex_state = 32}, + [3401] = {.lex_state = 77, .external_lex_state = 32}, + [3402] = {.lex_state = 716, .external_lex_state = 44}, + [3403] = {.lex_state = 716, .external_lex_state = 44}, + [3404] = {.lex_state = 77, .external_lex_state = 32}, + [3405] = {.lex_state = 95, .external_lex_state = 32}, + [3406] = {.lex_state = 77, .external_lex_state = 32}, + [3407] = {.lex_state = 716, .external_lex_state = 44}, + [3408] = {.lex_state = 77, .external_lex_state = 32}, + [3409] = {.lex_state = 77, .external_lex_state = 32}, + [3410] = {.lex_state = 77, .external_lex_state = 32}, + [3411] = {.lex_state = 77, .external_lex_state = 32}, + [3412] = {.lex_state = 95, .external_lex_state = 32}, + [3413] = {.lex_state = 77, .external_lex_state = 32}, + [3414] = {.lex_state = 77, .external_lex_state = 32}, + [3415] = {.lex_state = 77, .external_lex_state = 32}, + [3416] = {.lex_state = 77, .external_lex_state = 32}, + [3417] = {.lex_state = 77, .external_lex_state = 32}, + [3418] = {.lex_state = 77, .external_lex_state = 32}, + [3419] = {.lex_state = 77, .external_lex_state = 32}, + [3420] = {.lex_state = 716, .external_lex_state = 44}, + [3421] = {.lex_state = 77, .external_lex_state = 32}, + [3422] = {.lex_state = 716, .external_lex_state = 44}, + [3423] = {.lex_state = 95, .external_lex_state = 32}, + [3424] = {.lex_state = 77, .external_lex_state = 32}, + [3425] = {.lex_state = 77, .external_lex_state = 32}, + [3426] = {.lex_state = 77, .external_lex_state = 32}, + [3427] = {.lex_state = 77, .external_lex_state = 32}, + [3428] = {.lex_state = 716, .external_lex_state = 45}, + [3429] = {.lex_state = 716, .external_lex_state = 44}, + [3430] = {.lex_state = 77, .external_lex_state = 32}, + [3431] = {.lex_state = 716, .external_lex_state = 44}, + [3432] = {.lex_state = 77, .external_lex_state = 32}, + [3433] = {.lex_state = 716, .external_lex_state = 45}, + [3434] = {.lex_state = 95, .external_lex_state = 32}, + [3435] = {.lex_state = 77, .external_lex_state = 32}, + [3436] = {.lex_state = 716, .external_lex_state = 44}, + [3437] = {.lex_state = 716, .external_lex_state = 45}, + [3438] = {.lex_state = 77, .external_lex_state = 32}, + [3439] = {.lex_state = 95, .external_lex_state = 32}, + [3440] = {.lex_state = 716, .external_lex_state = 44}, + [3441] = {.lex_state = 716, .external_lex_state = 44}, + [3442] = {.lex_state = 716, .external_lex_state = 44}, + [3443] = {.lex_state = 716, .external_lex_state = 44}, + [3444] = {.lex_state = 716, .external_lex_state = 44}, + [3445] = {.lex_state = 716, .external_lex_state = 45}, + [3446] = {.lex_state = 719, .external_lex_state = 73}, + [3447] = {.lex_state = 719, .external_lex_state = 69}, + [3448] = {.lex_state = 95, .external_lex_state = 32}, + [3449] = {.lex_state = 719, .external_lex_state = 69}, + [3450] = {.lex_state = 716, .external_lex_state = 44}, + [3451] = {.lex_state = 716, .external_lex_state = 44}, + [3452] = {.lex_state = 716, .external_lex_state = 44}, + [3453] = {.lex_state = 95, .external_lex_state = 32}, + [3454] = {.lex_state = 719, .external_lex_state = 73}, + [3455] = {.lex_state = 716, .external_lex_state = 44}, + [3456] = {.lex_state = 95, .external_lex_state = 32}, + [3457] = {.lex_state = 77, .external_lex_state = 32}, + [3458] = {.lex_state = 716, .external_lex_state = 44}, + [3459] = {.lex_state = 716, .external_lex_state = 44}, + [3460] = {.lex_state = 716, .external_lex_state = 44}, + [3461] = {.lex_state = 95, .external_lex_state = 32}, + [3462] = {.lex_state = 95, .external_lex_state = 32}, + [3463] = {.lex_state = 716, .external_lex_state = 24}, + [3464] = {.lex_state = 95, .external_lex_state = 32}, + [3465] = {.lex_state = 716, .external_lex_state = 44}, + [3466] = {.lex_state = 77, .external_lex_state = 32}, + [3467] = {.lex_state = 95, .external_lex_state = 32}, + [3468] = {.lex_state = 77, .external_lex_state = 32}, + [3469] = {.lex_state = 95, .external_lex_state = 32}, + [3470] = {.lex_state = 95, .external_lex_state = 32}, + [3471] = {.lex_state = 716, .external_lex_state = 44}, + [3472] = {.lex_state = 716, .external_lex_state = 44}, + [3473] = {.lex_state = 716, .external_lex_state = 44}, + [3474] = {.lex_state = 95, .external_lex_state = 32}, + [3475] = {.lex_state = 95, .external_lex_state = 32}, + [3476] = {.lex_state = 95, .external_lex_state = 32}, + [3477] = {.lex_state = 77, .external_lex_state = 32}, + [3478] = {.lex_state = 77, .external_lex_state = 32}, + [3479] = {.lex_state = 716, .external_lex_state = 44}, + [3480] = {.lex_state = 95, .external_lex_state = 32}, + [3481] = {.lex_state = 95, .external_lex_state = 32}, + [3482] = {.lex_state = 95, .external_lex_state = 32}, + [3483] = {.lex_state = 716, .external_lex_state = 45}, + [3484] = {.lex_state = 720, .external_lex_state = 58}, + [3485] = {.lex_state = 95, .external_lex_state = 32}, + [3486] = {.lex_state = 95, .external_lex_state = 32}, + [3487] = {.lex_state = 95, .external_lex_state = 32}, + [3488] = {.lex_state = 716, .external_lex_state = 44}, + [3489] = {.lex_state = 716, .external_lex_state = 44}, + [3490] = {.lex_state = 95, .external_lex_state = 32}, + [3491] = {.lex_state = 95, .external_lex_state = 32}, + [3492] = {.lex_state = 95, .external_lex_state = 32}, + [3493] = {.lex_state = 95, .external_lex_state = 32}, + [3494] = {.lex_state = 77, .external_lex_state = 32}, + [3495] = {.lex_state = 716, .external_lex_state = 45}, + [3496] = {.lex_state = 95, .external_lex_state = 32}, + [3497] = {.lex_state = 95, .external_lex_state = 32}, + [3498] = {.lex_state = 95, .external_lex_state = 32}, + [3499] = {.lex_state = 77, .external_lex_state = 32}, + [3500] = {.lex_state = 95, .external_lex_state = 32}, + [3501] = {.lex_state = 95, .external_lex_state = 32}, + [3502] = {.lex_state = 95, .external_lex_state = 32}, + [3503] = {.lex_state = 77, .external_lex_state = 32}, + [3504] = {.lex_state = 716, .external_lex_state = 44}, + [3505] = {.lex_state = 716, .external_lex_state = 44}, + [3506] = {.lex_state = 95, .external_lex_state = 32}, + [3507] = {.lex_state = 95, .external_lex_state = 32}, + [3508] = {.lex_state = 95, .external_lex_state = 32}, + [3509] = {.lex_state = 716, .external_lex_state = 45}, + [3510] = {.lex_state = 95, .external_lex_state = 32}, + [3511] = {.lex_state = 95, .external_lex_state = 32}, + [3512] = {.lex_state = 95, .external_lex_state = 32}, + [3513] = {.lex_state = 720, .external_lex_state = 58}, + [3514] = {.lex_state = 95, .external_lex_state = 32}, + [3515] = {.lex_state = 95, .external_lex_state = 32}, + [3516] = {.lex_state = 95, .external_lex_state = 32}, + [3517] = {.lex_state = 95, .external_lex_state = 32}, + [3518] = {.lex_state = 95, .external_lex_state = 32}, + [3519] = {.lex_state = 95, .external_lex_state = 32}, + [3520] = {.lex_state = 95, .external_lex_state = 32}, + [3521] = {.lex_state = 95, .external_lex_state = 32}, + [3522] = {.lex_state = 95, .external_lex_state = 32}, + [3523] = {.lex_state = 95, .external_lex_state = 32}, + [3524] = {.lex_state = 95, .external_lex_state = 32}, + [3525] = {.lex_state = 95, .external_lex_state = 32}, + [3526] = {.lex_state = 95, .external_lex_state = 32}, + [3527] = {.lex_state = 95, .external_lex_state = 32}, + [3528] = {.lex_state = 95, .external_lex_state = 32}, + [3529] = {.lex_state = 95, .external_lex_state = 32}, + [3530] = {.lex_state = 95, .external_lex_state = 32}, + [3531] = {.lex_state = 95, .external_lex_state = 32}, + [3532] = {.lex_state = 95, .external_lex_state = 32}, + [3533] = {.lex_state = 95, .external_lex_state = 32}, + [3534] = {.lex_state = 95, .external_lex_state = 32}, + [3535] = {.lex_state = 95, .external_lex_state = 32}, + [3536] = {.lex_state = 95, .external_lex_state = 32}, + [3537] = {.lex_state = 95, .external_lex_state = 32}, + [3538] = {.lex_state = 95, .external_lex_state = 32}, + [3539] = {.lex_state = 95, .external_lex_state = 32}, + [3540] = {.lex_state = 95, .external_lex_state = 32}, + [3541] = {.lex_state = 95, .external_lex_state = 32}, + [3542] = {.lex_state = 95, .external_lex_state = 32}, + [3543] = {.lex_state = 95, .external_lex_state = 32}, + [3544] = {.lex_state = 95, .external_lex_state = 32}, + [3545] = {.lex_state = 95, .external_lex_state = 32}, + [3546] = {.lex_state = 95, .external_lex_state = 32}, + [3547] = {.lex_state = 95, .external_lex_state = 32}, + [3548] = {.lex_state = 95, .external_lex_state = 32}, + [3549] = {.lex_state = 95, .external_lex_state = 32}, + [3550] = {.lex_state = 95, .external_lex_state = 32}, + [3551] = {.lex_state = 95, .external_lex_state = 32}, + [3552] = {.lex_state = 95, .external_lex_state = 32}, + [3553] = {.lex_state = 716, .external_lex_state = 44}, + [3554] = {.lex_state = 716, .external_lex_state = 45}, + [3555] = {.lex_state = 716, .external_lex_state = 44}, + [3556] = {.lex_state = 77, .external_lex_state = 32}, + [3557] = {.lex_state = 720, .external_lex_state = 58}, + [3558] = {.lex_state = 716, .external_lex_state = 44}, + [3559] = {.lex_state = 77, .external_lex_state = 32}, + [3560] = {.lex_state = 720, .external_lex_state = 58}, + [3561] = {.lex_state = 77, .external_lex_state = 32}, + [3562] = {.lex_state = 77, .external_lex_state = 32}, + [3563] = {.lex_state = 77, .external_lex_state = 32}, + [3564] = {.lex_state = 716, .external_lex_state = 18}, + [3565] = {.lex_state = 77, .external_lex_state = 32}, + [3566] = {.lex_state = 95, .external_lex_state = 32}, + [3567] = {.lex_state = 716, .external_lex_state = 45}, + [3568] = {.lex_state = 720, .external_lex_state = 58}, + [3569] = {.lex_state = 716, .external_lex_state = 44}, + [3570] = {.lex_state = 716, .external_lex_state = 44}, + [3571] = {.lex_state = 77, .external_lex_state = 32}, + [3572] = {.lex_state = 77, .external_lex_state = 32}, + [3573] = {.lex_state = 716, .external_lex_state = 44}, + [3574] = {.lex_state = 720, .external_lex_state = 58}, + [3575] = {.lex_state = 77, .external_lex_state = 32}, + [3576] = {.lex_state = 77, .external_lex_state = 32}, + [3577] = {.lex_state = 77, .external_lex_state = 32}, + [3578] = {.lex_state = 716, .external_lex_state = 44}, + [3579] = {.lex_state = 716, .external_lex_state = 44}, + [3580] = {.lex_state = 77, .external_lex_state = 32}, + [3581] = {.lex_state = 77, .external_lex_state = 32}, + [3582] = {.lex_state = 77, .external_lex_state = 32}, + [3583] = {.lex_state = 716, .external_lex_state = 44}, + [3584] = {.lex_state = 77, .external_lex_state = 32}, + [3585] = {.lex_state = 716, .external_lex_state = 44}, + [3586] = {.lex_state = 716, .external_lex_state = 44}, + [3587] = {.lex_state = 716, .external_lex_state = 44}, + [3588] = {.lex_state = 77, .external_lex_state = 32}, + [3589] = {.lex_state = 77, .external_lex_state = 32}, + [3590] = {.lex_state = 77, .external_lex_state = 32}, + [3591] = {.lex_state = 716, .external_lex_state = 44}, + [3592] = {.lex_state = 716, .external_lex_state = 44}, + [3593] = {.lex_state = 716, .external_lex_state = 44}, + [3594] = {.lex_state = 716, .external_lex_state = 45}, + [3595] = {.lex_state = 77, .external_lex_state = 32}, + [3596] = {.lex_state = 716, .external_lex_state = 44}, + [3597] = {.lex_state = 77, .external_lex_state = 32}, + [3598] = {.lex_state = 77, .external_lex_state = 32}, + [3599] = {.lex_state = 716, .external_lex_state = 44}, + [3600] = {.lex_state = 77, .external_lex_state = 32}, + [3601] = {.lex_state = 77, .external_lex_state = 32}, + [3602] = {.lex_state = 716, .external_lex_state = 44}, + [3603] = {.lex_state = 77, .external_lex_state = 32}, + [3604] = {.lex_state = 77, .external_lex_state = 32}, + [3605] = {.lex_state = 77, .external_lex_state = 32}, + [3606] = {.lex_state = 716, .external_lex_state = 44}, + [3607] = {.lex_state = 716, .external_lex_state = 44}, + [3608] = {.lex_state = 77, .external_lex_state = 32}, + [3609] = {.lex_state = 716, .external_lex_state = 44}, + [3610] = {.lex_state = 716, .external_lex_state = 44}, + [3611] = {.lex_state = 716, .external_lex_state = 44}, + [3612] = {.lex_state = 716, .external_lex_state = 45}, + [3613] = {.lex_state = 77, .external_lex_state = 32}, + [3614] = {.lex_state = 77, .external_lex_state = 32}, + [3615] = {.lex_state = 77, .external_lex_state = 32}, + [3616] = {.lex_state = 77, .external_lex_state = 32}, + [3617] = {.lex_state = 77, .external_lex_state = 32}, + [3618] = {.lex_state = 77, .external_lex_state = 32}, + [3619] = {.lex_state = 77, .external_lex_state = 32}, + [3620] = {.lex_state = 77, .external_lex_state = 32}, + [3621] = {.lex_state = 77, .external_lex_state = 32}, + [3622] = {.lex_state = 77, .external_lex_state = 32}, + [3623] = {.lex_state = 77, .external_lex_state = 32}, + [3624] = {.lex_state = 77, .external_lex_state = 32}, + [3625] = {.lex_state = 77, .external_lex_state = 32}, + [3626] = {.lex_state = 77, .external_lex_state = 32}, + [3627] = {.lex_state = 77, .external_lex_state = 32}, + [3628] = {.lex_state = 77, .external_lex_state = 32}, + [3629] = {.lex_state = 77, .external_lex_state = 32}, + [3630] = {.lex_state = 77, .external_lex_state = 32}, + [3631] = {.lex_state = 77, .external_lex_state = 32}, + [3632] = {.lex_state = 716, .external_lex_state = 44}, + [3633] = {.lex_state = 77, .external_lex_state = 32}, + [3634] = {.lex_state = 716, .external_lex_state = 44}, + [3635] = {.lex_state = 716, .external_lex_state = 44}, + [3636] = {.lex_state = 716, .external_lex_state = 44}, + [3637] = {.lex_state = 716, .external_lex_state = 44}, + [3638] = {.lex_state = 77, .external_lex_state = 32}, + [3639] = {.lex_state = 77, .external_lex_state = 32}, + [3640] = {.lex_state = 77, .external_lex_state = 32}, + [3641] = {.lex_state = 77, .external_lex_state = 32}, + [3642] = {.lex_state = 77, .external_lex_state = 32}, + [3643] = {.lex_state = 77, .external_lex_state = 32}, + [3644] = {.lex_state = 77, .external_lex_state = 32}, + [3645] = {.lex_state = 716, .external_lex_state = 44}, + [3646] = {.lex_state = 77, .external_lex_state = 32}, + [3647] = {.lex_state = 716, .external_lex_state = 44}, + [3648] = {.lex_state = 77, .external_lex_state = 32}, + [3649] = {.lex_state = 77, .external_lex_state = 32}, + [3650] = {.lex_state = 77, .external_lex_state = 32}, + [3651] = {.lex_state = 77, .external_lex_state = 32}, + [3652] = {.lex_state = 77, .external_lex_state = 32}, + [3653] = {.lex_state = 77, .external_lex_state = 74}, + [3654] = {.lex_state = 77, .external_lex_state = 32}, + [3655] = {.lex_state = 77, .external_lex_state = 32}, + [3656] = {.lex_state = 719, .external_lex_state = 75}, + [3657] = {.lex_state = 77, .external_lex_state = 32}, + [3658] = {.lex_state = 719, .external_lex_state = 75}, + [3659] = {.lex_state = 77, .external_lex_state = 32}, + [3660] = {.lex_state = 716, .external_lex_state = 44}, + [3661] = {.lex_state = 77, .external_lex_state = 32}, + [3662] = {.lex_state = 716, .external_lex_state = 44}, + [3663] = {.lex_state = 77, .external_lex_state = 32}, + [3664] = {.lex_state = 77, .external_lex_state = 32}, + [3665] = {.lex_state = 716, .external_lex_state = 45}, + [3666] = {.lex_state = 716, .external_lex_state = 44}, + [3667] = {.lex_state = 77, .external_lex_state = 32}, + [3668] = {.lex_state = 716, .external_lex_state = 44}, + [3669] = {.lex_state = 95, .external_lex_state = 32}, + [3670] = {.lex_state = 77, .external_lex_state = 63}, + [3671] = {.lex_state = 716, .external_lex_state = 24}, + [3672] = {.lex_state = 716, .external_lex_state = 24}, + [3673] = {.lex_state = 716, .external_lex_state = 24}, + [3674] = {.lex_state = 716, .external_lex_state = 24}, + [3675] = {.lex_state = 716, .external_lex_state = 24}, + [3676] = {.lex_state = 716, .external_lex_state = 24}, + [3677] = {.lex_state = 716, .external_lex_state = 24}, + [3678] = {.lex_state = 716, .external_lex_state = 24}, + [3679] = {.lex_state = 716, .external_lex_state = 24}, + [3680] = {.lex_state = 719, .external_lex_state = 27}, + [3681] = {.lex_state = 716, .external_lex_state = 24}, + [3682] = {.lex_state = 719, .external_lex_state = 27}, + [3683] = {.lex_state = 716, .external_lex_state = 24}, + [3684] = {.lex_state = 716, .external_lex_state = 24}, + [3685] = {.lex_state = 716, .external_lex_state = 24}, + [3686] = {.lex_state = 716, .external_lex_state = 24}, + [3687] = {.lex_state = 719, .external_lex_state = 76}, + [3688] = {.lex_state = 716, .external_lex_state = 24}, + [3689] = {.lex_state = 716, .external_lex_state = 24}, + [3690] = {.lex_state = 716, .external_lex_state = 24}, + [3691] = {.lex_state = 716, .external_lex_state = 24}, + [3692] = {.lex_state = 77, .external_lex_state = 77}, + [3693] = {.lex_state = 716, .external_lex_state = 24}, + [3694] = {.lex_state = 77, .external_lex_state = 63}, + [3695] = {.lex_state = 716, .external_lex_state = 24}, + [3696] = {.lex_state = 716, .external_lex_state = 24}, + [3697] = {.lex_state = 716, .external_lex_state = 24}, + [3698] = {.lex_state = 716, .external_lex_state = 24}, + [3699] = {.lex_state = 77, .external_lex_state = 63}, + [3700] = {.lex_state = 716, .external_lex_state = 24}, + [3701] = {.lex_state = 77, .external_lex_state = 63}, + [3702] = {.lex_state = 716, .external_lex_state = 24}, + [3703] = {.lex_state = 716, .external_lex_state = 24}, + [3704] = {.lex_state = 716, .external_lex_state = 24}, + [3705] = {.lex_state = 716, .external_lex_state = 24}, + [3706] = {.lex_state = 716, .external_lex_state = 24}, + [3707] = {.lex_state = 719, .external_lex_state = 76}, + [3708] = {.lex_state = 77, .external_lex_state = 63}, + [3709] = {.lex_state = 716, .external_lex_state = 24}, + [3710] = {.lex_state = 716, .external_lex_state = 24}, + [3711] = {.lex_state = 716, .external_lex_state = 24}, + [3712] = {.lex_state = 716, .external_lex_state = 24}, + [3713] = {.lex_state = 77, .external_lex_state = 63}, + [3714] = {.lex_state = 716, .external_lex_state = 24}, + [3715] = {.lex_state = 77, .external_lex_state = 57}, + [3716] = {.lex_state = 716, .external_lex_state = 24}, + [3717] = {.lex_state = 719, .external_lex_state = 78}, + [3718] = {.lex_state = 716, .external_lex_state = 24}, + [3719] = {.lex_state = 716, .external_lex_state = 24}, + [3720] = {.lex_state = 719, .external_lex_state = 78}, + [3721] = {.lex_state = 716, .external_lex_state = 24}, + [3722] = {.lex_state = 77, .external_lex_state = 63}, + [3723] = {.lex_state = 77, .external_lex_state = 40}, + [3724] = {.lex_state = 716, .external_lex_state = 24}, + [3725] = {.lex_state = 95, .external_lex_state = 32}, + [3726] = {.lex_state = 719, .external_lex_state = 79}, + [3727] = {.lex_state = 716, .external_lex_state = 24}, + [3728] = {.lex_state = 716, .external_lex_state = 24}, + [3729] = {.lex_state = 716, .external_lex_state = 24}, + [3730] = {.lex_state = 716, .external_lex_state = 24}, + [3731] = {.lex_state = 77, .external_lex_state = 32}, + [3732] = {.lex_state = 716, .external_lex_state = 24}, + [3733] = {.lex_state = 716, .external_lex_state = 24}, + [3734] = {.lex_state = 716, .external_lex_state = 24}, + [3735] = {.lex_state = 716, .external_lex_state = 24}, + [3736] = {.lex_state = 716, .external_lex_state = 24}, + [3737] = {.lex_state = 716, .external_lex_state = 24}, + [3738] = {.lex_state = 716, .external_lex_state = 24}, + [3739] = {.lex_state = 716, .external_lex_state = 24}, + [3740] = {.lex_state = 77, .external_lex_state = 40}, + [3741] = {.lex_state = 716, .external_lex_state = 24}, + [3742] = {.lex_state = 716, .external_lex_state = 24}, + [3743] = {.lex_state = 716, .external_lex_state = 24}, + [3744] = {.lex_state = 716, .external_lex_state = 24}, + [3745] = {.lex_state = 716, .external_lex_state = 18}, + [3746] = {.lex_state = 716, .external_lex_state = 24}, + [3747] = {.lex_state = 77, .external_lex_state = 40}, + [3748] = {.lex_state = 77, .external_lex_state = 40}, + [3749] = {.lex_state = 77, .external_lex_state = 40}, + [3750] = {.lex_state = 716, .external_lex_state = 24}, + [3751] = {.lex_state = 716, .external_lex_state = 24}, + [3752] = {.lex_state = 716, .external_lex_state = 24}, + [3753] = {.lex_state = 716, .external_lex_state = 24}, + [3754] = {.lex_state = 77, .external_lex_state = 63}, + [3755] = {.lex_state = 716, .external_lex_state = 24}, + [3756] = {.lex_state = 716, .external_lex_state = 24}, + [3757] = {.lex_state = 716, .external_lex_state = 24}, + [3758] = {.lex_state = 716, .external_lex_state = 24}, + [3759] = {.lex_state = 716, .external_lex_state = 24}, + [3760] = {.lex_state = 716, .external_lex_state = 24}, + [3761] = {.lex_state = 716, .external_lex_state = 24}, + [3762] = {.lex_state = 716, .external_lex_state = 24}, + [3763] = {.lex_state = 716, .external_lex_state = 24}, + [3764] = {.lex_state = 716, .external_lex_state = 24}, + [3765] = {.lex_state = 716, .external_lex_state = 24}, + [3766] = {.lex_state = 716, .external_lex_state = 24}, + [3767] = {.lex_state = 716, .external_lex_state = 24}, + [3768] = {.lex_state = 716, .external_lex_state = 24}, + [3769] = {.lex_state = 716, .external_lex_state = 24}, + [3770] = {.lex_state = 716, .external_lex_state = 24}, + [3771] = {.lex_state = 716, .external_lex_state = 24}, + [3772] = {.lex_state = 716, .external_lex_state = 24}, + [3773] = {.lex_state = 716, .external_lex_state = 24}, + [3774] = {.lex_state = 716, .external_lex_state = 24}, + [3775] = {.lex_state = 716, .external_lex_state = 24}, + [3776] = {.lex_state = 716, .external_lex_state = 24}, + [3777] = {.lex_state = 716, .external_lex_state = 24}, + [3778] = {.lex_state = 716, .external_lex_state = 24}, + [3779] = {.lex_state = 716, .external_lex_state = 24}, + [3780] = {.lex_state = 716, .external_lex_state = 24}, + [3781] = {.lex_state = 716, .external_lex_state = 24}, + [3782] = {.lex_state = 716, .external_lex_state = 24}, + [3783] = {.lex_state = 716, .external_lex_state = 24}, + [3784] = {.lex_state = 716, .external_lex_state = 24}, + [3785] = {.lex_state = 77, .external_lex_state = 63}, + [3786] = {.lex_state = 716, .external_lex_state = 24}, + [3787] = {.lex_state = 716, .external_lex_state = 24}, + [3788] = {.lex_state = 77, .external_lex_state = 63}, + [3789] = {.lex_state = 716, .external_lex_state = 24}, + [3790] = {.lex_state = 716, .external_lex_state = 24}, + [3791] = {.lex_state = 716, .external_lex_state = 24}, + [3792] = {.lex_state = 77, .external_lex_state = 63}, + [3793] = {.lex_state = 719, .external_lex_state = 79}, + [3794] = {.lex_state = 716, .external_lex_state = 24}, + [3795] = {.lex_state = 77, .external_lex_state = 63}, + [3796] = {.lex_state = 77, .external_lex_state = 32}, + [3797] = {.lex_state = 77, .external_lex_state = 65}, + [3798] = {.lex_state = 77, .external_lex_state = 65}, + [3799] = {.lex_state = 77, .external_lex_state = 65}, + [3800] = {.lex_state = 77, .external_lex_state = 32}, + [3801] = {.lex_state = 77, .external_lex_state = 57}, + [3802] = {.lex_state = 70, .external_lex_state = 32}, + [3803] = {.lex_state = 77, .external_lex_state = 74}, + [3804] = {.lex_state = 70, .external_lex_state = 32}, + [3805] = {.lex_state = 77, .external_lex_state = 63}, + [3806] = {.lex_state = 77, .external_lex_state = 65}, + [3807] = {.lex_state = 70, .external_lex_state = 32}, + [3808] = {.lex_state = 77, .external_lex_state = 65}, + [3809] = {.lex_state = 77, .external_lex_state = 63}, + [3810] = {.lex_state = 77, .external_lex_state = 74}, + [3811] = {.lex_state = 77, .external_lex_state = 65}, + [3812] = {.lex_state = 77, .external_lex_state = 57}, + [3813] = {.lex_state = 77, .external_lex_state = 65}, + [3814] = {.lex_state = 77, .external_lex_state = 65}, + [3815] = {.lex_state = 77, .external_lex_state = 65}, + [3816] = {.lex_state = 72, .external_lex_state = 79}, + [3817] = {.lex_state = 77, .external_lex_state = 63}, + [3818] = {.lex_state = 77, .external_lex_state = 65}, + [3819] = {.lex_state = 77, .external_lex_state = 74}, + [3820] = {.lex_state = 77, .external_lex_state = 74}, + [3821] = {.lex_state = 72, .external_lex_state = 79}, + [3822] = {.lex_state = 70, .external_lex_state = 32}, + [3823] = {.lex_state = 77, .external_lex_state = 74}, + [3824] = {.lex_state = 77, .external_lex_state = 74}, + [3825] = {.lex_state = 77, .external_lex_state = 63}, + [3826] = {.lex_state = 719, .external_lex_state = 76}, + [3827] = {.lex_state = 70, .external_lex_state = 32}, + [3828] = {.lex_state = 77, .external_lex_state = 74}, + [3829] = {.lex_state = 77, .external_lex_state = 63}, + [3830] = {.lex_state = 77, .external_lex_state = 65}, + [3831] = {.lex_state = 77, .external_lex_state = 65}, + [3832] = {.lex_state = 77, .external_lex_state = 63}, + [3833] = {.lex_state = 77, .external_lex_state = 63}, + [3834] = {.lex_state = 719, .external_lex_state = 76}, + [3835] = {.lex_state = 70, .external_lex_state = 32}, + [3836] = {.lex_state = 720, .external_lex_state = 80}, + [3837] = {.lex_state = 77, .external_lex_state = 46}, + [3838] = {.lex_state = 719, .external_lex_state = 81}, + [3839] = {.lex_state = 77, .external_lex_state = 65}, + [3840] = {.lex_state = 72, .external_lex_state = 29}, + [3841] = {.lex_state = 72, .external_lex_state = 29}, + [3842] = {.lex_state = 719, .external_lex_state = 73}, + [3843] = {.lex_state = 77, .external_lex_state = 65}, + [3844] = {.lex_state = 77, .external_lex_state = 46}, + [3845] = {.lex_state = 77, .external_lex_state = 65}, + [3846] = {.lex_state = 77, .external_lex_state = 65}, + [3847] = {.lex_state = 77, .external_lex_state = 46}, + [3848] = {.lex_state = 77, .external_lex_state = 46}, + [3849] = {.lex_state = 719, .external_lex_state = 81}, + [3850] = {.lex_state = 719, .external_lex_state = 73}, + [3851] = {.lex_state = 77, .external_lex_state = 65}, + [3852] = {.lex_state = 77, .external_lex_state = 32}, + [3853] = {.lex_state = 77, .external_lex_state = 65}, + [3854] = {.lex_state = 77, .external_lex_state = 60}, + [3855] = {.lex_state = 77, .external_lex_state = 60}, + [3856] = {.lex_state = 77, .external_lex_state = 77}, + [3857] = {.lex_state = 77, .external_lex_state = 60}, + [3858] = {.lex_state = 77, .external_lex_state = 60}, + [3859] = {.lex_state = 77, .external_lex_state = 65}, + [3860] = {.lex_state = 77, .external_lex_state = 60}, + [3861] = {.lex_state = 70, .external_lex_state = 32}, + [3862] = {.lex_state = 719, .external_lex_state = 32}, + [3863] = {.lex_state = 720, .external_lex_state = 82}, + [3864] = {.lex_state = 720, .external_lex_state = 80}, + [3865] = {.lex_state = 719, .external_lex_state = 32}, + [3866] = {.lex_state = 77, .external_lex_state = 32}, + [3867] = {.lex_state = 77, .external_lex_state = 74}, + [3868] = {.lex_state = 77, .external_lex_state = 46}, + [3869] = {.lex_state = 77, .external_lex_state = 74}, + [3870] = {.lex_state = 720, .external_lex_state = 82}, + [3871] = {.lex_state = 720, .external_lex_state = 82}, + [3872] = {.lex_state = 77, .external_lex_state = 74}, + [3873] = {.lex_state = 77, .external_lex_state = 42}, + [3874] = {.lex_state = 720, .external_lex_state = 82}, + [3875] = {.lex_state = 77, .external_lex_state = 46}, + [3876] = {.lex_state = 720, .external_lex_state = 82}, + [3877] = {.lex_state = 77, .external_lex_state = 46}, + [3878] = {.lex_state = 77, .external_lex_state = 60}, + [3879] = {.lex_state = 77, .external_lex_state = 60}, + [3880] = {.lex_state = 77, .external_lex_state = 60}, + [3881] = {.lex_state = 77, .external_lex_state = 46}, + [3882] = {.lex_state = 77, .external_lex_state = 60}, + [3883] = {.lex_state = 77, .external_lex_state = 46}, + [3884] = {.lex_state = 720, .external_lex_state = 82}, + [3885] = {.lex_state = 77, .external_lex_state = 60}, + [3886] = {.lex_state = 77, .external_lex_state = 46}, + [3887] = {.lex_state = 77, .external_lex_state = 42}, + [3888] = {.lex_state = 77, .external_lex_state = 74}, + [3889] = {.lex_state = 719, .external_lex_state = 32}, + [3890] = {.lex_state = 719, .external_lex_state = 32}, + [3891] = {.lex_state = 719, .external_lex_state = 32}, + [3892] = {.lex_state = 720, .external_lex_state = 82}, + [3893] = {.lex_state = 719, .external_lex_state = 32}, + [3894] = {.lex_state = 720, .external_lex_state = 82}, + [3895] = {.lex_state = 719, .external_lex_state = 32}, + [3896] = {.lex_state = 720, .external_lex_state = 82}, + [3897] = {.lex_state = 720, .external_lex_state = 82}, + [3898] = {.lex_state = 719, .external_lex_state = 32}, + [3899] = {.lex_state = 77, .external_lex_state = 74}, + [3900] = {.lex_state = 720, .external_lex_state = 82}, + [3901] = {.lex_state = 77, .external_lex_state = 74}, + [3902] = {.lex_state = 720, .external_lex_state = 82}, + [3903] = {.lex_state = 77, .external_lex_state = 82}, + [3904] = {.lex_state = 719, .external_lex_state = 32}, + [3905] = {.lex_state = 108, .external_lex_state = 57}, + [3906] = {.lex_state = 719, .external_lex_state = 32}, + [3907] = {.lex_state = 719, .external_lex_state = 32}, + [3908] = {.lex_state = 720, .external_lex_state = 82}, + [3909] = {.lex_state = 720, .external_lex_state = 82}, + [3910] = {.lex_state = 77, .external_lex_state = 74}, + [3911] = {.lex_state = 720, .external_lex_state = 82}, + [3912] = {.lex_state = 109, .external_lex_state = 32}, + [3913] = {.lex_state = 77, .external_lex_state = 57}, + [3914] = {.lex_state = 719, .external_lex_state = 32}, + [3915] = {.lex_state = 719, .external_lex_state = 32}, + [3916] = {.lex_state = 77, .external_lex_state = 74}, + [3917] = {.lex_state = 719, .external_lex_state = 32}, + [3918] = {.lex_state = 77, .external_lex_state = 74}, + [3919] = {.lex_state = 719, .external_lex_state = 32}, + [3920] = {.lex_state = 77, .external_lex_state = 74}, + [3921] = {.lex_state = 77, .external_lex_state = 74}, + [3922] = {.lex_state = 77, .external_lex_state = 74}, + [3923] = {.lex_state = 719, .external_lex_state = 32}, + [3924] = {.lex_state = 77, .external_lex_state = 74}, + [3925] = {.lex_state = 720, .external_lex_state = 82}, + [3926] = {.lex_state = 77, .external_lex_state = 74}, + [3927] = {.lex_state = 719, .external_lex_state = 32}, + [3928] = {.lex_state = 77, .external_lex_state = 74}, + [3929] = {.lex_state = 720, .external_lex_state = 82}, + [3930] = {.lex_state = 720, .external_lex_state = 82}, + [3931] = {.lex_state = 719, .external_lex_state = 32}, + [3932] = {.lex_state = 720, .external_lex_state = 82}, + [3933] = {.lex_state = 77, .external_lex_state = 82}, + [3934] = {.lex_state = 77, .external_lex_state = 57}, + [3935] = {.lex_state = 77, .external_lex_state = 74}, + [3936] = {.lex_state = 77, .external_lex_state = 57}, + [3937] = {.lex_state = 77, .external_lex_state = 82}, + [3938] = {.lex_state = 720, .external_lex_state = 82}, + [3939] = {.lex_state = 720, .external_lex_state = 82}, + [3940] = {.lex_state = 720, .external_lex_state = 82}, + [3941] = {.lex_state = 77, .external_lex_state = 57}, + [3942] = {.lex_state = 77, .external_lex_state = 74}, + [3943] = {.lex_state = 77, .external_lex_state = 57}, + [3944] = {.lex_state = 77, .external_lex_state = 74}, + [3945] = {.lex_state = 77, .external_lex_state = 57}, + [3946] = {.lex_state = 720, .external_lex_state = 82}, + [3947] = {.lex_state = 77, .external_lex_state = 74}, + [3948] = {.lex_state = 77, .external_lex_state = 74}, + [3949] = {.lex_state = 77, .external_lex_state = 57}, + [3950] = {.lex_state = 77, .external_lex_state = 74}, + [3951] = {.lex_state = 77, .external_lex_state = 74}, + [3952] = {.lex_state = 719, .external_lex_state = 32}, + [3953] = {.lex_state = 719, .external_lex_state = 32}, + [3954] = {.lex_state = 719, .external_lex_state = 32}, + [3955] = {.lex_state = 719, .external_lex_state = 32}, + [3956] = {.lex_state = 719, .external_lex_state = 32}, + [3957] = {.lex_state = 719, .external_lex_state = 32}, + [3958] = {.lex_state = 719, .external_lex_state = 32}, + [3959] = {.lex_state = 77, .external_lex_state = 77}, + [3960] = {.lex_state = 719, .external_lex_state = 32}, + [3961] = {.lex_state = 719, .external_lex_state = 32}, + [3962] = {.lex_state = 719, .external_lex_state = 32}, + [3963] = {.lex_state = 719, .external_lex_state = 32}, + [3964] = {.lex_state = 719, .external_lex_state = 32}, + [3965] = {.lex_state = 719, .external_lex_state = 32}, + [3966] = {.lex_state = 719, .external_lex_state = 32}, + [3967] = {.lex_state = 719, .external_lex_state = 32}, + [3968] = {.lex_state = 719, .external_lex_state = 32}, + [3969] = {.lex_state = 719, .external_lex_state = 32}, + [3970] = {.lex_state = 719, .external_lex_state = 32}, + [3971] = {.lex_state = 719, .external_lex_state = 32}, + [3972] = {.lex_state = 719, .external_lex_state = 32}, + [3973] = {.lex_state = 719, .external_lex_state = 32}, + [3974] = {.lex_state = 719, .external_lex_state = 32}, + [3975] = {.lex_state = 719, .external_lex_state = 32}, + [3976] = {.lex_state = 719, .external_lex_state = 32}, + [3977] = {.lex_state = 719, .external_lex_state = 32}, + [3978] = {.lex_state = 64, .external_lex_state = 59}, + [3979] = {.lex_state = 719, .external_lex_state = 32}, + [3980] = {.lex_state = 719, .external_lex_state = 32}, + [3981] = {.lex_state = 77, .external_lex_state = 77}, + [3982] = {.lex_state = 77, .external_lex_state = 82}, + [3983] = {.lex_state = 64, .external_lex_state = 59}, + [3984] = {.lex_state = 719, .external_lex_state = 32}, + [3985] = {.lex_state = 77, .external_lex_state = 82}, + [3986] = {.lex_state = 719, .external_lex_state = 32}, + [3987] = {.lex_state = 64, .external_lex_state = 59}, + [3988] = {.lex_state = 77, .external_lex_state = 77}, + [3989] = {.lex_state = 719, .external_lex_state = 32}, + [3990] = {.lex_state = 719, .external_lex_state = 32}, + [3991] = {.lex_state = 719, .external_lex_state = 32}, + [3992] = {.lex_state = 719, .external_lex_state = 32}, + [3993] = {.lex_state = 719, .external_lex_state = 32}, + [3994] = {.lex_state = 719, .external_lex_state = 32}, + [3995] = {.lex_state = 719, .external_lex_state = 32}, + [3996] = {.lex_state = 719, .external_lex_state = 32}, + [3997] = {.lex_state = 719, .external_lex_state = 32}, + [3998] = {.lex_state = 719, .external_lex_state = 32}, + [3999] = {.lex_state = 719, .external_lex_state = 32}, + [4000] = {.lex_state = 719, .external_lex_state = 32}, + [4001] = {.lex_state = 719, .external_lex_state = 32}, + [4002] = {.lex_state = 719, .external_lex_state = 32}, + [4003] = {.lex_state = 719, .external_lex_state = 32}, + [4004] = {.lex_state = 719, .external_lex_state = 32}, + [4005] = {.lex_state = 719, .external_lex_state = 32}, + [4006] = {.lex_state = 719, .external_lex_state = 32}, + [4007] = {.lex_state = 719, .external_lex_state = 32}, + [4008] = {.lex_state = 719, .external_lex_state = 32}, + [4009] = {.lex_state = 719, .external_lex_state = 32}, + [4010] = {.lex_state = 77, .external_lex_state = 32}, + [4011] = {.lex_state = 719, .external_lex_state = 32}, + [4012] = {.lex_state = 719, .external_lex_state = 32}, + [4013] = {.lex_state = 719, .external_lex_state = 32}, + [4014] = {.lex_state = 719, .external_lex_state = 32}, + [4015] = {.lex_state = 96, .external_lex_state = 32}, + [4016] = {.lex_state = 719, .external_lex_state = 32}, + [4017] = {.lex_state = 719, .external_lex_state = 32}, + [4018] = {.lex_state = 719, .external_lex_state = 32}, + [4019] = {.lex_state = 719, .external_lex_state = 32}, + [4020] = {.lex_state = 719, .external_lex_state = 32}, + [4021] = {.lex_state = 719, .external_lex_state = 32}, + [4022] = {.lex_state = 719, .external_lex_state = 32}, + [4023] = {.lex_state = 719, .external_lex_state = 32}, + [4024] = {.lex_state = 719, .external_lex_state = 32}, + [4025] = {.lex_state = 719, .external_lex_state = 32}, + [4026] = {.lex_state = 719, .external_lex_state = 32}, + [4027] = {.lex_state = 719, .external_lex_state = 32}, + [4028] = {.lex_state = 719, .external_lex_state = 32}, + [4029] = {.lex_state = 719, .external_lex_state = 32}, + [4030] = {.lex_state = 719, .external_lex_state = 32}, + [4031] = {.lex_state = 719, .external_lex_state = 32}, + [4032] = {.lex_state = 719, .external_lex_state = 32}, + [4033] = {.lex_state = 77, .external_lex_state = 82}, + [4034] = {.lex_state = 719, .external_lex_state = 32}, + [4035] = {.lex_state = 719, .external_lex_state = 32}, + [4036] = {.lex_state = 719, .external_lex_state = 32}, + [4037] = {.lex_state = 719, .external_lex_state = 32}, + [4038] = {.lex_state = 719, .external_lex_state = 32}, + [4039] = {.lex_state = 719, .external_lex_state = 32}, + [4040] = {.lex_state = 719, .external_lex_state = 32}, + [4041] = {.lex_state = 719, .external_lex_state = 32}, + [4042] = {.lex_state = 719, .external_lex_state = 32}, + [4043] = {.lex_state = 719, .external_lex_state = 32}, + [4044] = {.lex_state = 719, .external_lex_state = 32}, + [4045] = {.lex_state = 719, .external_lex_state = 32}, + [4046] = {.lex_state = 719, .external_lex_state = 32}, + [4047] = {.lex_state = 719, .external_lex_state = 32}, + [4048] = {.lex_state = 81, .external_lex_state = 83}, + [4049] = {.lex_state = 77, .external_lex_state = 42}, + [4050] = {.lex_state = 719, .external_lex_state = 32}, + [4051] = {.lex_state = 719, .external_lex_state = 32}, + [4052] = {.lex_state = 81, .external_lex_state = 83}, + [4053] = {.lex_state = 719, .external_lex_state = 32}, + [4054] = {.lex_state = 719, .external_lex_state = 32}, + [4055] = {.lex_state = 719, .external_lex_state = 32}, + [4056] = {.lex_state = 77, .external_lex_state = 42}, + [4057] = {.lex_state = 77, .external_lex_state = 42}, + [4058] = {.lex_state = 719, .external_lex_state = 32}, + [4059] = {.lex_state = 719, .external_lex_state = 32}, + [4060] = {.lex_state = 719, .external_lex_state = 32}, + [4061] = {.lex_state = 719, .external_lex_state = 32}, + [4062] = {.lex_state = 81, .external_lex_state = 83}, + [4063] = {.lex_state = 719, .external_lex_state = 32}, + [4064] = {.lex_state = 719, .external_lex_state = 32}, + [4065] = {.lex_state = 81, .external_lex_state = 83}, + [4066] = {.lex_state = 719, .external_lex_state = 32}, + [4067] = {.lex_state = 77, .external_lex_state = 77}, + [4068] = {.lex_state = 719, .external_lex_state = 32}, + [4069] = {.lex_state = 719, .external_lex_state = 32}, + [4070] = {.lex_state = 719, .external_lex_state = 32}, + [4071] = {.lex_state = 719, .external_lex_state = 32}, + [4072] = {.lex_state = 719, .external_lex_state = 32}, + [4073] = {.lex_state = 719, .external_lex_state = 32}, + [4074] = {.lex_state = 719, .external_lex_state = 32}, + [4075] = {.lex_state = 719, .external_lex_state = 32}, + [4076] = {.lex_state = 719, .external_lex_state = 32}, + [4077] = {.lex_state = 77, .external_lex_state = 77}, + [4078] = {.lex_state = 719, .external_lex_state = 32}, + [4079] = {.lex_state = 719, .external_lex_state = 32}, + [4080] = {.lex_state = 719, .external_lex_state = 32}, + [4081] = {.lex_state = 719, .external_lex_state = 32}, + [4082] = {.lex_state = 719, .external_lex_state = 32}, + [4083] = {.lex_state = 719, .external_lex_state = 32}, + [4084] = {.lex_state = 719, .external_lex_state = 32}, + [4085] = {.lex_state = 719, .external_lex_state = 32}, + [4086] = {.lex_state = 719, .external_lex_state = 32}, + [4087] = {.lex_state = 77, .external_lex_state = 42}, + [4088] = {.lex_state = 719, .external_lex_state = 32}, + [4089] = {.lex_state = 719, .external_lex_state = 32}, + [4090] = {.lex_state = 719, .external_lex_state = 32}, + [4091] = {.lex_state = 719, .external_lex_state = 32}, + [4092] = {.lex_state = 719, .external_lex_state = 32}, + [4093] = {.lex_state = 719, .external_lex_state = 32}, + [4094] = {.lex_state = 719, .external_lex_state = 32}, + [4095] = {.lex_state = 719, .external_lex_state = 32}, + [4096] = {.lex_state = 719, .external_lex_state = 32}, + [4097] = {.lex_state = 719, .external_lex_state = 32}, + [4098] = {.lex_state = 719, .external_lex_state = 32}, + [4099] = {.lex_state = 719, .external_lex_state = 32}, + [4100] = {.lex_state = 719, .external_lex_state = 32}, + [4101] = {.lex_state = 719, .external_lex_state = 32}, + [4102] = {.lex_state = 719, .external_lex_state = 32}, + [4103] = {.lex_state = 719, .external_lex_state = 32}, + [4104] = {.lex_state = 719, .external_lex_state = 32}, + [4105] = {.lex_state = 719, .external_lex_state = 32}, + [4106] = {.lex_state = 719, .external_lex_state = 32}, + [4107] = {.lex_state = 719, .external_lex_state = 32}, + [4108] = {.lex_state = 719, .external_lex_state = 32}, + [4109] = {.lex_state = 719, .external_lex_state = 32}, + [4110] = {.lex_state = 719, .external_lex_state = 32}, + [4111] = {.lex_state = 719, .external_lex_state = 32}, + [4112] = {.lex_state = 719, .external_lex_state = 32}, + [4113] = {.lex_state = 719, .external_lex_state = 32}, + [4114] = {.lex_state = 719, .external_lex_state = 32}, + [4115] = {.lex_state = 719, .external_lex_state = 32}, + [4116] = {.lex_state = 719, .external_lex_state = 32}, + [4117] = {.lex_state = 719, .external_lex_state = 32}, + [4118] = {.lex_state = 719, .external_lex_state = 32}, + [4119] = {.lex_state = 719, .external_lex_state = 32}, + [4120] = {.lex_state = 719, .external_lex_state = 32}, + [4121] = {.lex_state = 719, .external_lex_state = 32}, + [4122] = {.lex_state = 719, .external_lex_state = 32}, + [4123] = {.lex_state = 719, .external_lex_state = 32}, + [4124] = {.lex_state = 719, .external_lex_state = 32}, + [4125] = {.lex_state = 719, .external_lex_state = 32}, + [4126] = {.lex_state = 719, .external_lex_state = 32}, + [4127] = {.lex_state = 719, .external_lex_state = 32}, + [4128] = {.lex_state = 719, .external_lex_state = 32}, + [4129] = {.lex_state = 719, .external_lex_state = 32}, + [4130] = {.lex_state = 719, .external_lex_state = 32}, + [4131] = {.lex_state = 719, .external_lex_state = 32}, + [4132] = {.lex_state = 719, .external_lex_state = 32}, + [4133] = {.lex_state = 719, .external_lex_state = 32}, + [4134] = {.lex_state = 719, .external_lex_state = 32}, + [4135] = {.lex_state = 719, .external_lex_state = 32}, + [4136] = {.lex_state = 81, .external_lex_state = 83}, + [4137] = {.lex_state = 719, .external_lex_state = 32}, + [4138] = {.lex_state = 719, .external_lex_state = 32}, + [4139] = {.lex_state = 719, .external_lex_state = 32}, + [4140] = {.lex_state = 719, .external_lex_state = 32}, + [4141] = {.lex_state = 719, .external_lex_state = 32}, + [4142] = {.lex_state = 719, .external_lex_state = 32}, + [4143] = {.lex_state = 719, .external_lex_state = 32}, + [4144] = {.lex_state = 719, .external_lex_state = 32}, + [4145] = {.lex_state = 719, .external_lex_state = 32}, + [4146] = {.lex_state = 719, .external_lex_state = 32}, + [4147] = {.lex_state = 719, .external_lex_state = 32}, + [4148] = {.lex_state = 81, .external_lex_state = 83}, + [4149] = {.lex_state = 719, .external_lex_state = 32}, + [4150] = {.lex_state = 719, .external_lex_state = 32}, + [4151] = {.lex_state = 719, .external_lex_state = 32}, + [4152] = {.lex_state = 719, .external_lex_state = 32}, + [4153] = {.lex_state = 96, .external_lex_state = 32}, + [4154] = {.lex_state = 719, .external_lex_state = 32}, + [4155] = {.lex_state = 719, .external_lex_state = 32}, + [4156] = {.lex_state = 719, .external_lex_state = 32}, + [4157] = {.lex_state = 719, .external_lex_state = 32}, + [4158] = {.lex_state = 719, .external_lex_state = 32}, + [4159] = {.lex_state = 719, .external_lex_state = 32}, + [4160] = {.lex_state = 719, .external_lex_state = 32}, + [4161] = {.lex_state = 719, .external_lex_state = 32}, + [4162] = {.lex_state = 719, .external_lex_state = 32}, + [4163] = {.lex_state = 719, .external_lex_state = 32}, + [4164] = {.lex_state = 719, .external_lex_state = 32}, + [4165] = {.lex_state = 719, .external_lex_state = 32}, + [4166] = {.lex_state = 719, .external_lex_state = 32}, + [4167] = {.lex_state = 719, .external_lex_state = 32}, + [4168] = {.lex_state = 719, .external_lex_state = 32}, + [4169] = {.lex_state = 719, .external_lex_state = 32}, + [4170] = {.lex_state = 719, .external_lex_state = 32}, + [4171] = {.lex_state = 719, .external_lex_state = 32}, + [4172] = {.lex_state = 719, .external_lex_state = 32}, + [4173] = {.lex_state = 719, .external_lex_state = 32}, + [4174] = {.lex_state = 719, .external_lex_state = 32}, + [4175] = {.lex_state = 719, .external_lex_state = 32}, + [4176] = {.lex_state = 719, .external_lex_state = 32}, + [4177] = {.lex_state = 719, .external_lex_state = 32}, + [4178] = {.lex_state = 719, .external_lex_state = 32}, + [4179] = {.lex_state = 719, .external_lex_state = 32}, + [4180] = {.lex_state = 719, .external_lex_state = 32}, + [4181] = {.lex_state = 719, .external_lex_state = 32}, + [4182] = {.lex_state = 719, .external_lex_state = 32}, + [4183] = {.lex_state = 719, .external_lex_state = 32}, + [4184] = {.lex_state = 719, .external_lex_state = 32}, + [4185] = {.lex_state = 719, .external_lex_state = 32}, + [4186] = {.lex_state = 719, .external_lex_state = 32}, + [4187] = {.lex_state = 719, .external_lex_state = 32}, + [4188] = {.lex_state = 719, .external_lex_state = 32}, + [4189] = {.lex_state = 719, .external_lex_state = 32}, + [4190] = {.lex_state = 719, .external_lex_state = 32}, + [4191] = {.lex_state = 719, .external_lex_state = 32}, + [4192] = {.lex_state = 719, .external_lex_state = 32}, + [4193] = {.lex_state = 719, .external_lex_state = 32}, + [4194] = {.lex_state = 719, .external_lex_state = 32}, + [4195] = {.lex_state = 719, .external_lex_state = 32}, + [4196] = {.lex_state = 719, .external_lex_state = 32}, + [4197] = {.lex_state = 77, .external_lex_state = 77}, + [4198] = {.lex_state = 719, .external_lex_state = 32}, + [4199] = {.lex_state = 719, .external_lex_state = 32}, + [4200] = {.lex_state = 81, .external_lex_state = 83}, + [4201] = {.lex_state = 719, .external_lex_state = 32}, + [4202] = {.lex_state = 719, .external_lex_state = 32}, + [4203] = {.lex_state = 719, .external_lex_state = 32}, + [4204] = {.lex_state = 719, .external_lex_state = 32}, + [4205] = {.lex_state = 719, .external_lex_state = 32}, + [4206] = {.lex_state = 719, .external_lex_state = 32}, + [4207] = {.lex_state = 719, .external_lex_state = 32}, + [4208] = {.lex_state = 77, .external_lex_state = 42}, + [4209] = {.lex_state = 719, .external_lex_state = 32}, + [4210] = {.lex_state = 719, .external_lex_state = 32}, + [4211] = {.lex_state = 719, .external_lex_state = 32}, + [4212] = {.lex_state = 719, .external_lex_state = 32}, + [4213] = {.lex_state = 77, .external_lex_state = 42}, + [4214] = {.lex_state = 719, .external_lex_state = 32}, + [4215] = {.lex_state = 719, .external_lex_state = 32}, + [4216] = {.lex_state = 77, .external_lex_state = 42}, + [4217] = {.lex_state = 719, .external_lex_state = 32}, + [4218] = {.lex_state = 77, .external_lex_state = 42}, + [4219] = {.lex_state = 719, .external_lex_state = 32}, + [4220] = {.lex_state = 719, .external_lex_state = 32}, + [4221] = {.lex_state = 719, .external_lex_state = 32}, + [4222] = {.lex_state = 77, .external_lex_state = 42}, + [4223] = {.lex_state = 77, .external_lex_state = 42}, + [4224] = {.lex_state = 719, .external_lex_state = 32}, + [4225] = {.lex_state = 719, .external_lex_state = 32}, + [4226] = {.lex_state = 719, .external_lex_state = 32}, + [4227] = {.lex_state = 719, .external_lex_state = 32}, + [4228] = {.lex_state = 719, .external_lex_state = 32}, + [4229] = {.lex_state = 719, .external_lex_state = 32}, + [4230] = {.lex_state = 719, .external_lex_state = 32}, + [4231] = {.lex_state = 719, .external_lex_state = 32}, + [4232] = {.lex_state = 719, .external_lex_state = 32}, + [4233] = {.lex_state = 719, .external_lex_state = 32}, + [4234] = {.lex_state = 719, .external_lex_state = 32}, + [4235] = {.lex_state = 719, .external_lex_state = 32}, + [4236] = {.lex_state = 719, .external_lex_state = 32}, + [4237] = {.lex_state = 719, .external_lex_state = 32}, + [4238] = {.lex_state = 719, .external_lex_state = 32}, + [4239] = {.lex_state = 719, .external_lex_state = 32}, + [4240] = {.lex_state = 719, .external_lex_state = 32}, + [4241] = {.lex_state = 719, .external_lex_state = 32}, + [4242] = {.lex_state = 719, .external_lex_state = 32}, + [4243] = {.lex_state = 719, .external_lex_state = 32}, + [4244] = {.lex_state = 719, .external_lex_state = 32}, + [4245] = {.lex_state = 719, .external_lex_state = 32}, + [4246] = {.lex_state = 719, .external_lex_state = 32}, + [4247] = {.lex_state = 77, .external_lex_state = 77}, + [4248] = {.lex_state = 719, .external_lex_state = 32}, + [4249] = {.lex_state = 719, .external_lex_state = 32}, + [4250] = {.lex_state = 719, .external_lex_state = 32}, + [4251] = {.lex_state = 719, .external_lex_state = 32}, + [4252] = {.lex_state = 719, .external_lex_state = 32}, + [4253] = {.lex_state = 719, .external_lex_state = 32}, + [4254] = {.lex_state = 719, .external_lex_state = 32}, + [4255] = {.lex_state = 719, .external_lex_state = 32}, + [4256] = {.lex_state = 719, .external_lex_state = 32}, + [4257] = {.lex_state = 719, .external_lex_state = 32}, + [4258] = {.lex_state = 719, .external_lex_state = 32}, + [4259] = {.lex_state = 719, .external_lex_state = 32}, + [4260] = {.lex_state = 719, .external_lex_state = 32}, + [4261] = {.lex_state = 719, .external_lex_state = 32}, + [4262] = {.lex_state = 719, .external_lex_state = 32}, + [4263] = {.lex_state = 719, .external_lex_state = 32}, + [4264] = {.lex_state = 719, .external_lex_state = 32}, + [4265] = {.lex_state = 719, .external_lex_state = 32}, + [4266] = {.lex_state = 719, .external_lex_state = 32}, + [4267] = {.lex_state = 719, .external_lex_state = 32}, + [4268] = {.lex_state = 719, .external_lex_state = 32}, + [4269] = {.lex_state = 719, .external_lex_state = 32}, + [4270] = {.lex_state = 719, .external_lex_state = 32}, + [4271] = {.lex_state = 719, .external_lex_state = 32}, + [4272] = {.lex_state = 719, .external_lex_state = 32}, + [4273] = {.lex_state = 719, .external_lex_state = 32}, + [4274] = {.lex_state = 719, .external_lex_state = 32}, + [4275] = {.lex_state = 719, .external_lex_state = 32}, + [4276] = {.lex_state = 719, .external_lex_state = 32}, + [4277] = {.lex_state = 719, .external_lex_state = 32}, + [4278] = {.lex_state = 719, .external_lex_state = 32}, + [4279] = {.lex_state = 719, .external_lex_state = 32}, + [4280] = {.lex_state = 719, .external_lex_state = 32}, + [4281] = {.lex_state = 719, .external_lex_state = 32}, + [4282] = {.lex_state = 719, .external_lex_state = 32}, + [4283] = {.lex_state = 719, .external_lex_state = 32}, + [4284] = {.lex_state = 719, .external_lex_state = 32}, + [4285] = {.lex_state = 719, .external_lex_state = 32}, + [4286] = {.lex_state = 719, .external_lex_state = 32}, + [4287] = {.lex_state = 719, .external_lex_state = 32}, + [4288] = {.lex_state = 719, .external_lex_state = 32}, + [4289] = {.lex_state = 719, .external_lex_state = 32}, + [4290] = {.lex_state = 719, .external_lex_state = 32}, + [4291] = {.lex_state = 719, .external_lex_state = 32}, + [4292] = {.lex_state = 719, .external_lex_state = 32}, + [4293] = {.lex_state = 719, .external_lex_state = 32}, + [4294] = {.lex_state = 719, .external_lex_state = 32}, + [4295] = {.lex_state = 719, .external_lex_state = 32}, + [4296] = {.lex_state = 719, .external_lex_state = 32}, + [4297] = {.lex_state = 719, .external_lex_state = 32}, + [4298] = {.lex_state = 719, .external_lex_state = 32}, + [4299] = {.lex_state = 719, .external_lex_state = 32}, + [4300] = {.lex_state = 719, .external_lex_state = 32}, + [4301] = {.lex_state = 719, .external_lex_state = 32}, + [4302] = {.lex_state = 719, .external_lex_state = 32}, + [4303] = {.lex_state = 719, .external_lex_state = 32}, + [4304] = {.lex_state = 719, .external_lex_state = 32}, + [4305] = {.lex_state = 719, .external_lex_state = 32}, + [4306] = {.lex_state = 719, .external_lex_state = 32}, + [4307] = {.lex_state = 719, .external_lex_state = 32}, + [4308] = {.lex_state = 719, .external_lex_state = 32}, + [4309] = {.lex_state = 719, .external_lex_state = 32}, + [4310] = {.lex_state = 719, .external_lex_state = 32}, + [4311] = {.lex_state = 719, .external_lex_state = 32}, + [4312] = {.lex_state = 719, .external_lex_state = 32}, + [4313] = {.lex_state = 719, .external_lex_state = 32}, + [4314] = {.lex_state = 719, .external_lex_state = 32}, + [4315] = {.lex_state = 719, .external_lex_state = 32}, + [4316] = {.lex_state = 719, .external_lex_state = 32}, + [4317] = {.lex_state = 719, .external_lex_state = 32}, + [4318] = {.lex_state = 719, .external_lex_state = 32}, + [4319] = {.lex_state = 719, .external_lex_state = 32}, + [4320] = {.lex_state = 719, .external_lex_state = 32}, + [4321] = {.lex_state = 719, .external_lex_state = 32}, + [4322] = {.lex_state = 719, .external_lex_state = 32}, + [4323] = {.lex_state = 719, .external_lex_state = 32}, + [4324] = {.lex_state = 719, .external_lex_state = 32}, + [4325] = {.lex_state = 719, .external_lex_state = 32}, + [4326] = {.lex_state = 719, .external_lex_state = 32}, + [4327] = {.lex_state = 719, .external_lex_state = 32}, + [4328] = {.lex_state = 719, .external_lex_state = 32}, + [4329] = {.lex_state = 719, .external_lex_state = 32}, + [4330] = {.lex_state = 719, .external_lex_state = 32}, + [4331] = {.lex_state = 719, .external_lex_state = 32}, + [4332] = {.lex_state = 719, .external_lex_state = 32}, + [4333] = {.lex_state = 719, .external_lex_state = 32}, + [4334] = {.lex_state = 719, .external_lex_state = 32}, + [4335] = {.lex_state = 719, .external_lex_state = 32}, + [4336] = {.lex_state = 719, .external_lex_state = 32}, + [4337] = {.lex_state = 719, .external_lex_state = 32}, + [4338] = {.lex_state = 719, .external_lex_state = 32}, + [4339] = {.lex_state = 719, .external_lex_state = 32}, + [4340] = {.lex_state = 719, .external_lex_state = 32}, + [4341] = {.lex_state = 719, .external_lex_state = 32}, + [4342] = {.lex_state = 719, .external_lex_state = 32}, + [4343] = {.lex_state = 719, .external_lex_state = 32}, + [4344] = {.lex_state = 719, .external_lex_state = 32}, + [4345] = {.lex_state = 719, .external_lex_state = 32}, + [4346] = {.lex_state = 719, .external_lex_state = 32}, + [4347] = {.lex_state = 719, .external_lex_state = 32}, + [4348] = {.lex_state = 719, .external_lex_state = 32}, + [4349] = {.lex_state = 719, .external_lex_state = 32}, + [4350] = {.lex_state = 719, .external_lex_state = 32}, + [4351] = {.lex_state = 719, .external_lex_state = 32}, + [4352] = {.lex_state = 719, .external_lex_state = 32}, + [4353] = {.lex_state = 719, .external_lex_state = 32}, + [4354] = {.lex_state = 719, .external_lex_state = 32}, + [4355] = {.lex_state = 719, .external_lex_state = 32}, + [4356] = {.lex_state = 719, .external_lex_state = 32}, + [4357] = {.lex_state = 719, .external_lex_state = 32}, + [4358] = {.lex_state = 719, .external_lex_state = 32}, + [4359] = {.lex_state = 719, .external_lex_state = 32}, + [4360] = {.lex_state = 719, .external_lex_state = 32}, + [4361] = {.lex_state = 719, .external_lex_state = 32}, + [4362] = {.lex_state = 719, .external_lex_state = 32}, + [4363] = {.lex_state = 719, .external_lex_state = 32}, + [4364] = {.lex_state = 719, .external_lex_state = 32}, + [4365] = {.lex_state = 719, .external_lex_state = 32}, + [4366] = {.lex_state = 719, .external_lex_state = 32}, + [4367] = {.lex_state = 719, .external_lex_state = 32}, + [4368] = {.lex_state = 719, .external_lex_state = 32}, + [4369] = {.lex_state = 719, .external_lex_state = 32}, + [4370] = {.lex_state = 719, .external_lex_state = 32}, + [4371] = {.lex_state = 719, .external_lex_state = 32}, + [4372] = {.lex_state = 719, .external_lex_state = 32}, + [4373] = {.lex_state = 719, .external_lex_state = 32}, + [4374] = {.lex_state = 719, .external_lex_state = 32}, + [4375] = {.lex_state = 719, .external_lex_state = 32}, + [4376] = {.lex_state = 719, .external_lex_state = 32}, + [4377] = {.lex_state = 719, .external_lex_state = 32}, + [4378] = {.lex_state = 719, .external_lex_state = 32}, + [4379] = {.lex_state = 719, .external_lex_state = 32}, + [4380] = {.lex_state = 719, .external_lex_state = 32}, + [4381] = {.lex_state = 719, .external_lex_state = 32}, + [4382] = {.lex_state = 719, .external_lex_state = 32}, + [4383] = {.lex_state = 719, .external_lex_state = 32}, + [4384] = {.lex_state = 719, .external_lex_state = 32}, + [4385] = {.lex_state = 719, .external_lex_state = 32}, + [4386] = {.lex_state = 719, .external_lex_state = 32}, + [4387] = {.lex_state = 719, .external_lex_state = 32}, + [4388] = {.lex_state = 719, .external_lex_state = 32}, + [4389] = {.lex_state = 719, .external_lex_state = 32}, + [4390] = {.lex_state = 719, .external_lex_state = 32}, + [4391] = {.lex_state = 719, .external_lex_state = 32}, + [4392] = {.lex_state = 719, .external_lex_state = 32}, + [4393] = {.lex_state = 719, .external_lex_state = 32}, + [4394] = {.lex_state = 719, .external_lex_state = 32}, + [4395] = {.lex_state = 719, .external_lex_state = 32}, + [4396] = {.lex_state = 719, .external_lex_state = 32}, + [4397] = {.lex_state = 719, .external_lex_state = 32}, + [4398] = {.lex_state = 719, .external_lex_state = 32}, + [4399] = {.lex_state = 719, .external_lex_state = 32}, + [4400] = {.lex_state = 77, .external_lex_state = 84}, + [4401] = {.lex_state = 719, .external_lex_state = 32}, + [4402] = {.lex_state = 719, .external_lex_state = 32}, + [4403] = {.lex_state = 719, .external_lex_state = 32}, + [4404] = {.lex_state = 719, .external_lex_state = 32}, + [4405] = {.lex_state = 719, .external_lex_state = 32}, + [4406] = {.lex_state = 719, .external_lex_state = 32}, + [4407] = {.lex_state = 719, .external_lex_state = 32}, + [4408] = {.lex_state = 719, .external_lex_state = 32}, + [4409] = {.lex_state = 719, .external_lex_state = 32}, + [4410] = {.lex_state = 719, .external_lex_state = 32}, + [4411] = {.lex_state = 719, .external_lex_state = 32}, + [4412] = {.lex_state = 719, .external_lex_state = 32}, + [4413] = {.lex_state = 719, .external_lex_state = 32}, + [4414] = {.lex_state = 719, .external_lex_state = 32}, + [4415] = {.lex_state = 719, .external_lex_state = 32}, + [4416] = {.lex_state = 719, .external_lex_state = 32}, + [4417] = {.lex_state = 77, .external_lex_state = 42}, + [4418] = {.lex_state = 719, .external_lex_state = 32}, + [4419] = {.lex_state = 719, .external_lex_state = 32}, + [4420] = {.lex_state = 719, .external_lex_state = 32}, + [4421] = {.lex_state = 719, .external_lex_state = 32}, + [4422] = {.lex_state = 719, .external_lex_state = 32}, + [4423] = {.lex_state = 719, .external_lex_state = 32}, + [4424] = {.lex_state = 719, .external_lex_state = 32}, + [4425] = {.lex_state = 719, .external_lex_state = 32}, + [4426] = {.lex_state = 719, .external_lex_state = 32}, + [4427] = {.lex_state = 719, .external_lex_state = 32}, + [4428] = {.lex_state = 719, .external_lex_state = 32}, + [4429] = {.lex_state = 719, .external_lex_state = 32}, + [4430] = {.lex_state = 719, .external_lex_state = 32}, + [4431] = {.lex_state = 719, .external_lex_state = 32}, + [4432] = {.lex_state = 719, .external_lex_state = 32}, + [4433] = {.lex_state = 719, .external_lex_state = 32}, + [4434] = {.lex_state = 719, .external_lex_state = 32}, + [4435] = {.lex_state = 719, .external_lex_state = 32}, + [4436] = {.lex_state = 719, .external_lex_state = 32}, + [4437] = {.lex_state = 719, .external_lex_state = 32}, + [4438] = {.lex_state = 719, .external_lex_state = 32}, + [4439] = {.lex_state = 719, .external_lex_state = 32}, + [4440] = {.lex_state = 719, .external_lex_state = 32}, + [4441] = {.lex_state = 719, .external_lex_state = 32}, + [4442] = {.lex_state = 719, .external_lex_state = 32}, + [4443] = {.lex_state = 719, .external_lex_state = 32}, + [4444] = {.lex_state = 719, .external_lex_state = 32}, + [4445] = {.lex_state = 719, .external_lex_state = 32}, + [4446] = {.lex_state = 719, .external_lex_state = 32}, + [4447] = {.lex_state = 77, .external_lex_state = 84}, + [4448] = {.lex_state = 719, .external_lex_state = 32}, + [4449] = {.lex_state = 719, .external_lex_state = 32}, + [4450] = {.lex_state = 719, .external_lex_state = 32}, + [4451] = {.lex_state = 719, .external_lex_state = 32}, + [4452] = {.lex_state = 719, .external_lex_state = 32}, + [4453] = {.lex_state = 719, .external_lex_state = 32}, + [4454] = {.lex_state = 719, .external_lex_state = 32}, + [4455] = {.lex_state = 719, .external_lex_state = 32}, + [4456] = {.lex_state = 719, .external_lex_state = 32}, + [4457] = {.lex_state = 719, .external_lex_state = 32}, + [4458] = {.lex_state = 719, .external_lex_state = 32}, + [4459] = {.lex_state = 719, .external_lex_state = 32}, + [4460] = {.lex_state = 719, .external_lex_state = 32}, + [4461] = {.lex_state = 719, .external_lex_state = 32}, + [4462] = {.lex_state = 719, .external_lex_state = 32}, + [4463] = {.lex_state = 719, .external_lex_state = 32}, + [4464] = {.lex_state = 719, .external_lex_state = 32}, + [4465] = {.lex_state = 719, .external_lex_state = 32}, + [4466] = {.lex_state = 719, .external_lex_state = 32}, + [4467] = {.lex_state = 719, .external_lex_state = 32}, + [4468] = {.lex_state = 719, .external_lex_state = 32}, + [4469] = {.lex_state = 719, .external_lex_state = 32}, + [4470] = {.lex_state = 719, .external_lex_state = 32}, + [4471] = {.lex_state = 719, .external_lex_state = 32}, + [4472] = {.lex_state = 719, .external_lex_state = 32}, + [4473] = {.lex_state = 719, .external_lex_state = 32}, + [4474] = {.lex_state = 719, .external_lex_state = 32}, + [4475] = {.lex_state = 719, .external_lex_state = 32}, + [4476] = {.lex_state = 719, .external_lex_state = 32}, + [4477] = {.lex_state = 719, .external_lex_state = 32}, + [4478] = {.lex_state = 719, .external_lex_state = 32}, + [4479] = {.lex_state = 719, .external_lex_state = 32}, + [4480] = {.lex_state = 719, .external_lex_state = 32}, + [4481] = {.lex_state = 719, .external_lex_state = 32}, + [4482] = {.lex_state = 719, .external_lex_state = 32}, + [4483] = {.lex_state = 719, .external_lex_state = 32}, + [4484] = {.lex_state = 719, .external_lex_state = 32}, + [4485] = {.lex_state = 719, .external_lex_state = 32}, + [4486] = {.lex_state = 719, .external_lex_state = 32}, + [4487] = {.lex_state = 719, .external_lex_state = 32}, + [4488] = {.lex_state = 719, .external_lex_state = 32}, + [4489] = {.lex_state = 719, .external_lex_state = 32}, + [4490] = {.lex_state = 719, .external_lex_state = 32}, + [4491] = {.lex_state = 719, .external_lex_state = 32}, + [4492] = {.lex_state = 719, .external_lex_state = 32}, + [4493] = {.lex_state = 719, .external_lex_state = 32}, + [4494] = {.lex_state = 719, .external_lex_state = 32}, + [4495] = {.lex_state = 719, .external_lex_state = 32}, + [4496] = {.lex_state = 719, .external_lex_state = 32}, + [4497] = {.lex_state = 719, .external_lex_state = 32}, + [4498] = {.lex_state = 719, .external_lex_state = 32}, + [4499] = {.lex_state = 719, .external_lex_state = 32}, + [4500] = {.lex_state = 719, .external_lex_state = 32}, + [4501] = {.lex_state = 719, .external_lex_state = 32}, + [4502] = {.lex_state = 719, .external_lex_state = 32}, + [4503] = {.lex_state = 719, .external_lex_state = 32}, + [4504] = {.lex_state = 719, .external_lex_state = 32}, + [4505] = {.lex_state = 719, .external_lex_state = 32}, + [4506] = {.lex_state = 719, .external_lex_state = 32}, + [4507] = {.lex_state = 719, .external_lex_state = 32}, + [4508] = {.lex_state = 719, .external_lex_state = 32}, + [4509] = {.lex_state = 719, .external_lex_state = 32}, + [4510] = {.lex_state = 719, .external_lex_state = 32}, + [4511] = {.lex_state = 719, .external_lex_state = 32}, + [4512] = {.lex_state = 719, .external_lex_state = 32}, + [4513] = {.lex_state = 719, .external_lex_state = 32}, + [4514] = {.lex_state = 719, .external_lex_state = 32}, + [4515] = {.lex_state = 719, .external_lex_state = 32}, + [4516] = {.lex_state = 719, .external_lex_state = 32}, + [4517] = {.lex_state = 719, .external_lex_state = 32}, + [4518] = {.lex_state = 719, .external_lex_state = 32}, + [4519] = {.lex_state = 719, .external_lex_state = 32}, + [4520] = {.lex_state = 719, .external_lex_state = 32}, + [4521] = {.lex_state = 719, .external_lex_state = 32}, + [4522] = {.lex_state = 719, .external_lex_state = 32}, + [4523] = {.lex_state = 719, .external_lex_state = 32}, + [4524] = {.lex_state = 719, .external_lex_state = 32}, + [4525] = {.lex_state = 719, .external_lex_state = 32}, + [4526] = {.lex_state = 719, .external_lex_state = 32}, + [4527] = {.lex_state = 719, .external_lex_state = 32}, + [4528] = {.lex_state = 719, .external_lex_state = 32}, + [4529] = {.lex_state = 719, .external_lex_state = 32}, + [4530] = {.lex_state = 719, .external_lex_state = 32}, + [4531] = {.lex_state = 719, .external_lex_state = 32}, + [4532] = {.lex_state = 719, .external_lex_state = 32}, + [4533] = {.lex_state = 719, .external_lex_state = 32}, + [4534] = {.lex_state = 719, .external_lex_state = 32}, + [4535] = {.lex_state = 719, .external_lex_state = 32}, + [4536] = {.lex_state = 719, .external_lex_state = 32}, + [4537] = {.lex_state = 719, .external_lex_state = 32}, + [4538] = {.lex_state = 719, .external_lex_state = 32}, + [4539] = {.lex_state = 719, .external_lex_state = 32}, + [4540] = {.lex_state = 719, .external_lex_state = 32}, + [4541] = {.lex_state = 719, .external_lex_state = 32}, + [4542] = {.lex_state = 719, .external_lex_state = 32}, + [4543] = {.lex_state = 719, .external_lex_state = 32}, + [4544] = {.lex_state = 719, .external_lex_state = 32}, + [4545] = {.lex_state = 719, .external_lex_state = 32}, + [4546] = {.lex_state = 719, .external_lex_state = 32}, + [4547] = {.lex_state = 719, .external_lex_state = 32}, + [4548] = {.lex_state = 719, .external_lex_state = 32}, + [4549] = {.lex_state = 719, .external_lex_state = 32}, + [4550] = {.lex_state = 719, .external_lex_state = 32}, + [4551] = {.lex_state = 719, .external_lex_state = 32}, + [4552] = {.lex_state = 719, .external_lex_state = 32}, + [4553] = {.lex_state = 719, .external_lex_state = 32}, + [4554] = {.lex_state = 719, .external_lex_state = 32}, + [4555] = {.lex_state = 719, .external_lex_state = 32}, + [4556] = {.lex_state = 719, .external_lex_state = 32}, + [4557] = {.lex_state = 719, .external_lex_state = 32}, + [4558] = {.lex_state = 719, .external_lex_state = 32}, + [4559] = {.lex_state = 719, .external_lex_state = 32}, + [4560] = {.lex_state = 719, .external_lex_state = 32}, + [4561] = {.lex_state = 719, .external_lex_state = 32}, + [4562] = {.lex_state = 719, .external_lex_state = 32}, + [4563] = {.lex_state = 719, .external_lex_state = 32}, + [4564] = {.lex_state = 719, .external_lex_state = 32}, + [4565] = {.lex_state = 719, .external_lex_state = 32}, + [4566] = {.lex_state = 719, .external_lex_state = 32}, + [4567] = {.lex_state = 77, .external_lex_state = 84}, + [4568] = {.lex_state = 719, .external_lex_state = 32}, + [4569] = {.lex_state = 77, .external_lex_state = 77}, + [4570] = {.lex_state = 719, .external_lex_state = 32}, + [4571] = {.lex_state = 719, .external_lex_state = 32}, + [4572] = {.lex_state = 719, .external_lex_state = 32}, + [4573] = {.lex_state = 719, .external_lex_state = 32}, + [4574] = {.lex_state = 77, .external_lex_state = 85}, + [4575] = {.lex_state = 77, .external_lex_state = 85}, + [4576] = {.lex_state = 719, .external_lex_state = 61}, + [4577] = {.lex_state = 77, .external_lex_state = 85}, + [4578] = {.lex_state = 77, .external_lex_state = 85}, + [4579] = {.lex_state = 77, .external_lex_state = 85}, + [4580] = {.lex_state = 77, .external_lex_state = 85}, + [4581] = {.lex_state = 77, .external_lex_state = 85}, + [4582] = {.lex_state = 77, .external_lex_state = 85}, + [4583] = {.lex_state = 77, .external_lex_state = 85}, + [4584] = {.lex_state = 77, .external_lex_state = 85}, + [4585] = {.lex_state = 77, .external_lex_state = 85}, + [4586] = {.lex_state = 719, .external_lex_state = 32}, + [4587] = {.lex_state = 77, .external_lex_state = 85}, + [4588] = {.lex_state = 77, .external_lex_state = 85}, + [4589] = {.lex_state = 77, .external_lex_state = 85}, + [4590] = {.lex_state = 77, .external_lex_state = 85}, + [4591] = {.lex_state = 77, .external_lex_state = 85}, + [4592] = {.lex_state = 77, .external_lex_state = 85}, + [4593] = {.lex_state = 77, .external_lex_state = 85}, + [4594] = {.lex_state = 77, .external_lex_state = 85}, + [4595] = {.lex_state = 77, .external_lex_state = 85}, + [4596] = {.lex_state = 77, .external_lex_state = 85}, + [4597] = {.lex_state = 77, .external_lex_state = 85}, + [4598] = {.lex_state = 77, .external_lex_state = 85}, + [4599] = {.lex_state = 77, .external_lex_state = 85}, + [4600] = {.lex_state = 77, .external_lex_state = 85}, + [4601] = {.lex_state = 77, .external_lex_state = 86}, + [4602] = {.lex_state = 77, .external_lex_state = 85}, + [4603] = {.lex_state = 77, .external_lex_state = 85}, + [4604] = {.lex_state = 77, .external_lex_state = 85}, + [4605] = {.lex_state = 77, .external_lex_state = 85}, + [4606] = {.lex_state = 77, .external_lex_state = 85}, + [4607] = {.lex_state = 77, .external_lex_state = 85}, + [4608] = {.lex_state = 77, .external_lex_state = 85}, + [4609] = {.lex_state = 77, .external_lex_state = 85}, + [4610] = {.lex_state = 77, .external_lex_state = 85}, + [4611] = {.lex_state = 77, .external_lex_state = 85}, + [4612] = {.lex_state = 77, .external_lex_state = 85}, + [4613] = {.lex_state = 77, .external_lex_state = 85}, + [4614] = {.lex_state = 77, .external_lex_state = 85}, + [4615] = {.lex_state = 77, .external_lex_state = 85}, + [4616] = {.lex_state = 77, .external_lex_state = 85}, + [4617] = {.lex_state = 77, .external_lex_state = 84}, + [4618] = {.lex_state = 77, .external_lex_state = 85}, + [4619] = {.lex_state = 77, .external_lex_state = 86}, + [4620] = {.lex_state = 77, .external_lex_state = 84}, + [4621] = {.lex_state = 77, .external_lex_state = 86}, + [4622] = {.lex_state = 77, .external_lex_state = 84}, + [4623] = {.lex_state = 77, .external_lex_state = 85}, + [4624] = {.lex_state = 77, .external_lex_state = 86}, + [4625] = {.lex_state = 77, .external_lex_state = 84}, + [4626] = {.lex_state = 77, .external_lex_state = 84}, + [4627] = {.lex_state = 77, .external_lex_state = 84}, + [4628] = {.lex_state = 77, .external_lex_state = 85}, + [4629] = {.lex_state = 77, .external_lex_state = 85}, + [4630] = {.lex_state = 77, .external_lex_state = 85}, + [4631] = {.lex_state = 77, .external_lex_state = 85}, + [4632] = {.lex_state = 77, .external_lex_state = 85}, + [4633] = {.lex_state = 77, .external_lex_state = 85}, + [4634] = {.lex_state = 77, .external_lex_state = 85}, + [4635] = {.lex_state = 77, .external_lex_state = 85}, + [4636] = {.lex_state = 77, .external_lex_state = 85}, + [4637] = {.lex_state = 77, .external_lex_state = 85}, + [4638] = {.lex_state = 77, .external_lex_state = 85}, + [4639] = {.lex_state = 77, .external_lex_state = 85}, + [4640] = {.lex_state = 77, .external_lex_state = 85}, + [4641] = {.lex_state = 77, .external_lex_state = 85}, + [4642] = {.lex_state = 77, .external_lex_state = 85}, + [4643] = {.lex_state = 77, .external_lex_state = 85}, + [4644] = {.lex_state = 77, .external_lex_state = 85}, + [4645] = {.lex_state = 77, .external_lex_state = 85}, + [4646] = {.lex_state = 77, .external_lex_state = 85}, + [4647] = {.lex_state = 77, .external_lex_state = 85}, + [4648] = {.lex_state = 77, .external_lex_state = 85}, + [4649] = {.lex_state = 77, .external_lex_state = 85}, + [4650] = {.lex_state = 77, .external_lex_state = 85}, + [4651] = {.lex_state = 77, .external_lex_state = 85}, + [4652] = {.lex_state = 77, .external_lex_state = 85}, + [4653] = {.lex_state = 77, .external_lex_state = 85}, + [4654] = {.lex_state = 77, .external_lex_state = 85}, + [4655] = {.lex_state = 77, .external_lex_state = 85}, + [4656] = {.lex_state = 77, .external_lex_state = 85}, + [4657] = {.lex_state = 77, .external_lex_state = 85}, + [4658] = {.lex_state = 77, .external_lex_state = 85}, + [4659] = {.lex_state = 77, .external_lex_state = 85}, + [4660] = {.lex_state = 77, .external_lex_state = 85}, + [4661] = {.lex_state = 77, .external_lex_state = 85}, + [4662] = {.lex_state = 77, .external_lex_state = 85}, + [4663] = {.lex_state = 77, .external_lex_state = 85}, + [4664] = {.lex_state = 77, .external_lex_state = 85}, + [4665] = {.lex_state = 77, .external_lex_state = 85}, + [4666] = {.lex_state = 77, .external_lex_state = 85}, + [4667] = {.lex_state = 77, .external_lex_state = 85}, + [4668] = {.lex_state = 77, .external_lex_state = 85}, + [4669] = {.lex_state = 77, .external_lex_state = 85}, + [4670] = {.lex_state = 77, .external_lex_state = 85}, + [4671] = {.lex_state = 77, .external_lex_state = 85}, + [4672] = {.lex_state = 77, .external_lex_state = 85}, + [4673] = {.lex_state = 77, .external_lex_state = 85}, + [4674] = {.lex_state = 77, .external_lex_state = 85}, + [4675] = {.lex_state = 77, .external_lex_state = 85}, + [4676] = {.lex_state = 77, .external_lex_state = 85}, + [4677] = {.lex_state = 77, .external_lex_state = 85}, + [4678] = {.lex_state = 77, .external_lex_state = 85}, + [4679] = {.lex_state = 77, .external_lex_state = 85}, + [4680] = {.lex_state = 77, .external_lex_state = 85}, + [4681] = {.lex_state = 77, .external_lex_state = 85}, + [4682] = {.lex_state = 77, .external_lex_state = 85}, + [4683] = {.lex_state = 77, .external_lex_state = 85}, + [4684] = {.lex_state = 77, .external_lex_state = 85}, + [4685] = {.lex_state = 77, .external_lex_state = 85}, + [4686] = {.lex_state = 77, .external_lex_state = 85}, + [4687] = {.lex_state = 77, .external_lex_state = 85}, + [4688] = {.lex_state = 77, .external_lex_state = 85}, + [4689] = {.lex_state = 77, .external_lex_state = 85}, + [4690] = {.lex_state = 77, .external_lex_state = 85}, + [4691] = {.lex_state = 77, .external_lex_state = 85}, + [4692] = {.lex_state = 77, .external_lex_state = 85}, + [4693] = {.lex_state = 101, .external_lex_state = 53}, + [4694] = {.lex_state = 103, .external_lex_state = 87}, + [4695] = {.lex_state = 77, .external_lex_state = 32}, + [4696] = {.lex_state = 103, .external_lex_state = 87}, + [4697] = {.lex_state = 101, .external_lex_state = 53}, + [4698] = {.lex_state = 719, .external_lex_state = 32}, + [4699] = {.lex_state = 719, .external_lex_state = 32}, + [4700] = {.lex_state = 719, .external_lex_state = 32}, + [4701] = {.lex_state = 719, .external_lex_state = 32}, + [4702] = {.lex_state = 719, .external_lex_state = 32}, + [4703] = {.lex_state = 719, .external_lex_state = 32}, + [4704] = {.lex_state = 719, .external_lex_state = 32}, + [4705] = {.lex_state = 719, .external_lex_state = 32}, + [4706] = {.lex_state = 719, .external_lex_state = 32}, + [4707] = {.lex_state = 719, .external_lex_state = 32}, + [4708] = {.lex_state = 719, .external_lex_state = 32}, + [4709] = {.lex_state = 719, .external_lex_state = 32}, + [4710] = {.lex_state = 719, .external_lex_state = 32}, + [4711] = {.lex_state = 719, .external_lex_state = 32}, + [4712] = {.lex_state = 719, .external_lex_state = 32}, + [4713] = {.lex_state = 719, .external_lex_state = 32}, + [4714] = {.lex_state = 719, .external_lex_state = 32}, + [4715] = {.lex_state = 719, .external_lex_state = 32}, + [4716] = {.lex_state = 719, .external_lex_state = 32}, + [4717] = {.lex_state = 719, .external_lex_state = 32}, + [4718] = {.lex_state = 719, .external_lex_state = 32}, + [4719] = {.lex_state = 719, .external_lex_state = 32}, + [4720] = {.lex_state = 719, .external_lex_state = 32}, + [4721] = {.lex_state = 719, .external_lex_state = 32}, + [4722] = {.lex_state = 719, .external_lex_state = 32}, + [4723] = {.lex_state = 719, .external_lex_state = 32}, + [4724] = {.lex_state = 719, .external_lex_state = 32}, + [4725] = {.lex_state = 719, .external_lex_state = 32}, + [4726] = {.lex_state = 719, .external_lex_state = 32}, + [4727] = {.lex_state = 719, .external_lex_state = 32}, + [4728] = {.lex_state = 719, .external_lex_state = 32}, + [4729] = {.lex_state = 719, .external_lex_state = 32}, + [4730] = {.lex_state = 719, .external_lex_state = 32}, + [4731] = {.lex_state = 719, .external_lex_state = 32}, + [4732] = {.lex_state = 719, .external_lex_state = 32}, + [4733] = {.lex_state = 719, .external_lex_state = 32}, + [4734] = {.lex_state = 719, .external_lex_state = 32}, + [4735] = {.lex_state = 719, .external_lex_state = 32}, + [4736] = {.lex_state = 719, .external_lex_state = 32}, + [4737] = {.lex_state = 77, .external_lex_state = 57}, + [4738] = {.lex_state = 719, .external_lex_state = 32}, + [4739] = {.lex_state = 719, .external_lex_state = 32}, + [4740] = {.lex_state = 719, .external_lex_state = 32}, + [4741] = {.lex_state = 719, .external_lex_state = 32}, + [4742] = {.lex_state = 719, .external_lex_state = 32}, + [4743] = {.lex_state = 719, .external_lex_state = 32}, + [4744] = {.lex_state = 719, .external_lex_state = 32}, + [4745] = {.lex_state = 719, .external_lex_state = 32}, + [4746] = {.lex_state = 719, .external_lex_state = 32}, + [4747] = {.lex_state = 719, .external_lex_state = 32}, + [4748] = {.lex_state = 719, .external_lex_state = 32}, + [4749] = {.lex_state = 719, .external_lex_state = 32}, + [4750] = {.lex_state = 719, .external_lex_state = 32}, + [4751] = {.lex_state = 719, .external_lex_state = 32}, + [4752] = {.lex_state = 719, .external_lex_state = 32}, + [4753] = {.lex_state = 719, .external_lex_state = 32}, + [4754] = {.lex_state = 719, .external_lex_state = 32}, + [4755] = {.lex_state = 719, .external_lex_state = 32}, + [4756] = {.lex_state = 77, .external_lex_state = 57}, + [4757] = {.lex_state = 719, .external_lex_state = 32}, + [4758] = {.lex_state = 719, .external_lex_state = 32}, + [4759] = {.lex_state = 719, .external_lex_state = 32}, + [4760] = {.lex_state = 719, .external_lex_state = 32}, + [4761] = {.lex_state = 719, .external_lex_state = 32}, + [4762] = {.lex_state = 719, .external_lex_state = 32}, + [4763] = {.lex_state = 719, .external_lex_state = 32}, + [4764] = {.lex_state = 719, .external_lex_state = 32}, + [4765] = {.lex_state = 719, .external_lex_state = 32}, + [4766] = {.lex_state = 719, .external_lex_state = 32}, + [4767] = {.lex_state = 719, .external_lex_state = 32}, + [4768] = {.lex_state = 719, .external_lex_state = 32}, + [4769] = {.lex_state = 719, .external_lex_state = 32}, + [4770] = {.lex_state = 719, .external_lex_state = 32}, + [4771] = {.lex_state = 719, .external_lex_state = 32}, + [4772] = {.lex_state = 77, .external_lex_state = 57}, + [4773] = {.lex_state = 77, .external_lex_state = 57}, + [4774] = {.lex_state = 719, .external_lex_state = 32}, + [4775] = {.lex_state = 719, .external_lex_state = 32}, + [4776] = {.lex_state = 719, .external_lex_state = 32}, + [4777] = {.lex_state = 719, .external_lex_state = 32}, + [4778] = {.lex_state = 719, .external_lex_state = 32}, + [4779] = {.lex_state = 719, .external_lex_state = 32}, + [4780] = {.lex_state = 719, .external_lex_state = 32}, + [4781] = {.lex_state = 719, .external_lex_state = 32}, + [4782] = {.lex_state = 719, .external_lex_state = 32}, + [4783] = {.lex_state = 719, .external_lex_state = 32}, + [4784] = {.lex_state = 719, .external_lex_state = 32}, + [4785] = {.lex_state = 719, .external_lex_state = 32}, + [4786] = {.lex_state = 719, .external_lex_state = 32}, + [4787] = {.lex_state = 719, .external_lex_state = 32}, + [4788] = {.lex_state = 77, .external_lex_state = 57}, + [4789] = {.lex_state = 719, .external_lex_state = 32}, + [4790] = {.lex_state = 719, .external_lex_state = 32}, + [4791] = {.lex_state = 719, .external_lex_state = 32}, + [4792] = {.lex_state = 719, .external_lex_state = 32}, + [4793] = {.lex_state = 719, .external_lex_state = 32}, + [4794] = {.lex_state = 719, .external_lex_state = 32}, + [4795] = {.lex_state = 719, .external_lex_state = 32}, + [4796] = {.lex_state = 719, .external_lex_state = 32}, + [4797] = {.lex_state = 719, .external_lex_state = 32}, + [4798] = {.lex_state = 77, .external_lex_state = 57}, + [4799] = {.lex_state = 719, .external_lex_state = 32}, + [4800] = {.lex_state = 719, .external_lex_state = 32}, + [4801] = {.lex_state = 719, .external_lex_state = 32}, + [4802] = {.lex_state = 719, .external_lex_state = 32}, + [4803] = {.lex_state = 719, .external_lex_state = 32}, + [4804] = {.lex_state = 719, .external_lex_state = 32}, + [4805] = {.lex_state = 719, .external_lex_state = 32}, + [4806] = {.lex_state = 719, .external_lex_state = 32}, + [4807] = {.lex_state = 719, .external_lex_state = 32}, + [4808] = {.lex_state = 719, .external_lex_state = 32}, + [4809] = {.lex_state = 719, .external_lex_state = 32}, + [4810] = {.lex_state = 719, .external_lex_state = 32}, + [4811] = {.lex_state = 719, .external_lex_state = 32}, + [4812] = {.lex_state = 719, .external_lex_state = 32}, + [4813] = {.lex_state = 719, .external_lex_state = 32}, + [4814] = {.lex_state = 719, .external_lex_state = 32}, + [4815] = {.lex_state = 719, .external_lex_state = 32}, + [4816] = {.lex_state = 719, .external_lex_state = 32}, + [4817] = {.lex_state = 719, .external_lex_state = 32}, + [4818] = {.lex_state = 719, .external_lex_state = 32}, + [4819] = {.lex_state = 719, .external_lex_state = 32}, + [4820] = {.lex_state = 719, .external_lex_state = 32}, + [4821] = {.lex_state = 719, .external_lex_state = 32}, + [4822] = {.lex_state = 719, .external_lex_state = 32}, + [4823] = {.lex_state = 719, .external_lex_state = 32}, + [4824] = {.lex_state = 719, .external_lex_state = 32}, + [4825] = {.lex_state = 719, .external_lex_state = 32}, + [4826] = {.lex_state = 719, .external_lex_state = 32}, + [4827] = {.lex_state = 719, .external_lex_state = 32}, + [4828] = {.lex_state = 719, .external_lex_state = 32}, + [4829] = {.lex_state = 719, .external_lex_state = 32}, + [4830] = {.lex_state = 719, .external_lex_state = 32}, + [4831] = {.lex_state = 719, .external_lex_state = 32}, + [4832] = {.lex_state = 719, .external_lex_state = 32}, + [4833] = {.lex_state = 719, .external_lex_state = 32}, + [4834] = {.lex_state = 719, .external_lex_state = 32}, + [4835] = {.lex_state = 719, .external_lex_state = 32}, + [4836] = {.lex_state = 719, .external_lex_state = 32}, + [4837] = {.lex_state = 719, .external_lex_state = 32}, + [4838] = {.lex_state = 719, .external_lex_state = 32}, + [4839] = {.lex_state = 719, .external_lex_state = 32}, + [4840] = {.lex_state = 719, .external_lex_state = 32}, + [4841] = {.lex_state = 719, .external_lex_state = 32}, + [4842] = {.lex_state = 719, .external_lex_state = 32}, + [4843] = {.lex_state = 719, .external_lex_state = 32}, + [4844] = {.lex_state = 719, .external_lex_state = 32}, + [4845] = {.lex_state = 719, .external_lex_state = 32}, + [4846] = {.lex_state = 719, .external_lex_state = 32}, + [4847] = {.lex_state = 719, .external_lex_state = 32}, + [4848] = {.lex_state = 719, .external_lex_state = 32}, + [4849] = {.lex_state = 719, .external_lex_state = 32}, + [4850] = {.lex_state = 719, .external_lex_state = 32}, + [4851] = {.lex_state = 719, .external_lex_state = 32}, + [4852] = {.lex_state = 719, .external_lex_state = 32}, + [4853] = {.lex_state = 719, .external_lex_state = 32}, + [4854] = {.lex_state = 719, .external_lex_state = 32}, + [4855] = {.lex_state = 719, .external_lex_state = 32}, + [4856] = {.lex_state = 719, .external_lex_state = 32}, + [4857] = {.lex_state = 719, .external_lex_state = 32}, + [4858] = {.lex_state = 719, .external_lex_state = 32}, + [4859] = {.lex_state = 719, .external_lex_state = 32}, + [4860] = {.lex_state = 719, .external_lex_state = 32}, + [4861] = {.lex_state = 719, .external_lex_state = 32}, + [4862] = {.lex_state = 719, .external_lex_state = 32}, + [4863] = {.lex_state = 719, .external_lex_state = 32}, + [4864] = {.lex_state = 719, .external_lex_state = 32}, + [4865] = {.lex_state = 719, .external_lex_state = 32}, + [4866] = {.lex_state = 719, .external_lex_state = 32}, + [4867] = {.lex_state = 719, .external_lex_state = 32}, + [4868] = {.lex_state = 719, .external_lex_state = 32}, + [4869] = {.lex_state = 719, .external_lex_state = 32}, + [4870] = {.lex_state = 719, .external_lex_state = 32}, + [4871] = {.lex_state = 719, .external_lex_state = 32}, + [4872] = {.lex_state = 75, .external_lex_state = 53}, + [4873] = {.lex_state = 77, .external_lex_state = 57}, + [4874] = {.lex_state = 103, .external_lex_state = 53}, + [4875] = {.lex_state = 103, .external_lex_state = 53}, + [4876] = {.lex_state = 77, .external_lex_state = 57}, + [4877] = {.lex_state = 77, .external_lex_state = 57}, + [4878] = {.lex_state = 70, .external_lex_state = 28}, + [4879] = {.lex_state = 103, .external_lex_state = 53}, + [4880] = {.lex_state = 103, .external_lex_state = 53}, + [4881] = {.lex_state = 103, .external_lex_state = 53}, + [4882] = {.lex_state = 103, .external_lex_state = 53}, + [4883] = {.lex_state = 77, .external_lex_state = 57}, + [4884] = {.lex_state = 75, .external_lex_state = 53}, + [4885] = {.lex_state = 103, .external_lex_state = 53}, + [4886] = {.lex_state = 77, .external_lex_state = 57}, + [4887] = {.lex_state = 77, .external_lex_state = 57}, + [4888] = {.lex_state = 77, .external_lex_state = 57}, + [4889] = {.lex_state = 103, .external_lex_state = 53}, + [4890] = {.lex_state = 99, .external_lex_state = 53}, + [4891] = {.lex_state = 77, .external_lex_state = 32}, + [4892] = {.lex_state = 103, .external_lex_state = 53}, + [4893] = {.lex_state = 77, .external_lex_state = 57}, + [4894] = {.lex_state = 103, .external_lex_state = 53}, + [4895] = {.lex_state = 77, .external_lex_state = 32}, + [4896] = {.lex_state = 103, .external_lex_state = 53}, + [4897] = {.lex_state = 99, .external_lex_state = 53}, + [4898] = {.lex_state = 77, .external_lex_state = 32}, + [4899] = {.lex_state = 103, .external_lex_state = 53}, + [4900] = {.lex_state = 116, .external_lex_state = 32}, + [4901] = {.lex_state = 103, .external_lex_state = 53}, + [4902] = {.lex_state = 77, .external_lex_state = 32}, + [4903] = {.lex_state = 70, .external_lex_state = 29}, + [4904] = {.lex_state = 77, .external_lex_state = 32}, + [4905] = {.lex_state = 77, .external_lex_state = 57}, + [4906] = {.lex_state = 103, .external_lex_state = 53}, + [4907] = {.lex_state = 77, .external_lex_state = 32}, + [4908] = {.lex_state = 116, .external_lex_state = 32}, + [4909] = {.lex_state = 103, .external_lex_state = 53}, + [4910] = {.lex_state = 77, .external_lex_state = 57}, + [4911] = {.lex_state = 77, .external_lex_state = 57}, + [4912] = {.lex_state = 99, .external_lex_state = 53}, + [4913] = {.lex_state = 77, .external_lex_state = 57}, + [4914] = {.lex_state = 103, .external_lex_state = 53}, + [4915] = {.lex_state = 103, .external_lex_state = 53}, + [4916] = {.lex_state = 103, .external_lex_state = 53}, + [4917] = {.lex_state = 103, .external_lex_state = 53}, + [4918] = {.lex_state = 77, .external_lex_state = 32}, + [4919] = {.lex_state = 103, .external_lex_state = 53}, + [4920] = {.lex_state = 77, .external_lex_state = 32}, + [4921] = {.lex_state = 103, .external_lex_state = 53}, + [4922] = {.lex_state = 103, .external_lex_state = 53}, + [4923] = {.lex_state = 103, .external_lex_state = 53}, + [4924] = {.lex_state = 116, .external_lex_state = 32}, + [4925] = {.lex_state = 103, .external_lex_state = 53}, + [4926] = {.lex_state = 99, .external_lex_state = 53}, + [4927] = {.lex_state = 103, .external_lex_state = 53}, + [4928] = {.lex_state = 116, .external_lex_state = 32}, + [4929] = {.lex_state = 103, .external_lex_state = 53}, + [4930] = {.lex_state = 103, .external_lex_state = 53}, + [4931] = {.lex_state = 77, .external_lex_state = 57}, + [4932] = {.lex_state = 103, .external_lex_state = 53}, + [4933] = {.lex_state = 103, .external_lex_state = 53}, + [4934] = {.lex_state = 103, .external_lex_state = 53}, + [4935] = {.lex_state = 73, .external_lex_state = 29}, + [4936] = {.lex_state = 103, .external_lex_state = 53}, + [4937] = {.lex_state = 99, .external_lex_state = 53}, + [4938] = {.lex_state = 121, .external_lex_state = 32}, + [4939] = {.lex_state = 80, .external_lex_state = 32}, + [4940] = {.lex_state = 103, .external_lex_state = 53}, + [4941] = {.lex_state = 117, .external_lex_state = 32}, + [4942] = {.lex_state = 121, .external_lex_state = 32}, + [4943] = {.lex_state = 103, .external_lex_state = 53}, + [4944] = {.lex_state = 103, .external_lex_state = 53}, + [4945] = {.lex_state = 103, .external_lex_state = 53}, + [4946] = {.lex_state = 80, .external_lex_state = 32}, + [4947] = {.lex_state = 80, .external_lex_state = 32}, + [4948] = {.lex_state = 99, .external_lex_state = 53}, + [4949] = {.lex_state = 99, .external_lex_state = 53}, + [4950] = {.lex_state = 80, .external_lex_state = 32}, + [4951] = {.lex_state = 99, .external_lex_state = 53}, + [4952] = {.lex_state = 80, .external_lex_state = 32}, + [4953] = {.lex_state = 80, .external_lex_state = 32}, + [4954] = {.lex_state = 80, .external_lex_state = 32}, + [4955] = {.lex_state = 99, .external_lex_state = 53}, + [4956] = {.lex_state = 80, .external_lex_state = 32}, + [4957] = {.lex_state = 80, .external_lex_state = 32}, + [4958] = {.lex_state = 80, .external_lex_state = 32}, + [4959] = {.lex_state = 80, .external_lex_state = 32}, + [4960] = {.lex_state = 99, .external_lex_state = 53}, + [4961] = {.lex_state = 99, .external_lex_state = 32}, + [4962] = {.lex_state = 99, .external_lex_state = 32}, + [4963] = {.lex_state = 99, .external_lex_state = 32}, + [4964] = {.lex_state = 99, .external_lex_state = 32}, + [4965] = {.lex_state = 99, .external_lex_state = 32}, + [4966] = {.lex_state = 100, .external_lex_state = 32}, + [4967] = {.lex_state = 78, .external_lex_state = 32}, + [4968] = {.lex_state = 78, .external_lex_state = 32}, + [4969] = {.lex_state = 121, .external_lex_state = 53}, + [4970] = {.lex_state = 78, .external_lex_state = 32}, + [4971] = {.lex_state = 81, .external_lex_state = 83}, + [4972] = {.lex_state = 78, .external_lex_state = 32}, + [4973] = {.lex_state = 78, .external_lex_state = 32}, + [4974] = {.lex_state = 78, .external_lex_state = 32}, + [4975] = {.lex_state = 78, .external_lex_state = 32}, + [4976] = {.lex_state = 78, .external_lex_state = 32}, + [4977] = {.lex_state = 121, .external_lex_state = 53}, + [4978] = {.lex_state = 78, .external_lex_state = 32}, + [4979] = {.lex_state = 78, .external_lex_state = 32}, + [4980] = {.lex_state = 78, .external_lex_state = 32}, + [4981] = {.lex_state = 78, .external_lex_state = 32}, + [4982] = {.lex_state = 121, .external_lex_state = 53}, + [4983] = {.lex_state = 78, .external_lex_state = 32}, + [4984] = {.lex_state = 78, .external_lex_state = 32}, + [4985] = {.lex_state = 78, .external_lex_state = 32}, + [4986] = {.lex_state = 78, .external_lex_state = 32}, + [4987] = {.lex_state = 78, .external_lex_state = 32}, + [4988] = {.lex_state = 81, .external_lex_state = 83}, + [4989] = {.lex_state = 78, .external_lex_state = 32}, + [4990] = {.lex_state = 78, .external_lex_state = 32}, + [4991] = {.lex_state = 121, .external_lex_state = 53}, + [4992] = {.lex_state = 78, .external_lex_state = 32}, + [4993] = {.lex_state = 78, .external_lex_state = 32}, + [4994] = {.lex_state = 78, .external_lex_state = 32}, + [4995] = {.lex_state = 81, .external_lex_state = 83}, + [4996] = {.lex_state = 81, .external_lex_state = 83}, + [4997] = {.lex_state = 81, .external_lex_state = 83}, + [4998] = {.lex_state = 78, .external_lex_state = 32}, + [4999] = {.lex_state = 78, .external_lex_state = 32}, + [5000] = {.lex_state = 81, .external_lex_state = 83}, + [5001] = {.lex_state = 78, .external_lex_state = 32}, + [5002] = {.lex_state = 81, .external_lex_state = 83}, + [5003] = {.lex_state = 78, .external_lex_state = 32}, + [5004] = {.lex_state = 78, .external_lex_state = 32}, + [5005] = {.lex_state = 78, .external_lex_state = 32}, + [5006] = {.lex_state = 81, .external_lex_state = 83}, + [5007] = {.lex_state = 78, .external_lex_state = 32}, + [5008] = {.lex_state = 78, .external_lex_state = 32}, + [5009] = {.lex_state = 78, .external_lex_state = 32}, + [5010] = {.lex_state = 81, .external_lex_state = 83}, + [5011] = {.lex_state = 81, .external_lex_state = 83}, + [5012] = {.lex_state = 81, .external_lex_state = 83}, + [5013] = {.lex_state = 78, .external_lex_state = 32}, + [5014] = {.lex_state = 78, .external_lex_state = 32}, + [5015] = {.lex_state = 78, .external_lex_state = 32}, + [5016] = {.lex_state = 78, .external_lex_state = 32}, + [5017] = {.lex_state = 78, .external_lex_state = 32}, + [5018] = {.lex_state = 78, .external_lex_state = 32}, + [5019] = {.lex_state = 78, .external_lex_state = 32}, + [5020] = {.lex_state = 78, .external_lex_state = 32}, + [5021] = {.lex_state = 121, .external_lex_state = 53}, + [5022] = {.lex_state = 77, .external_lex_state = 32}, + [5023] = {.lex_state = 74, .external_lex_state = 50}, + [5024] = {.lex_state = 94, .external_lex_state = 61}, + [5025] = {.lex_state = 121, .external_lex_state = 53}, + [5026] = {.lex_state = 112, .external_lex_state = 32}, + [5027] = {.lex_state = 94, .external_lex_state = 61}, + [5028] = {.lex_state = 112, .external_lex_state = 32}, + [5029] = {.lex_state = 112, .external_lex_state = 32}, + [5030] = {.lex_state = 77, .external_lex_state = 32}, + [5031] = {.lex_state = 94, .external_lex_state = 61}, + [5032] = {.lex_state = 112, .external_lex_state = 32}, + [5033] = {.lex_state = 121, .external_lex_state = 53}, + [5034] = {.lex_state = 94, .external_lex_state = 61}, + [5035] = {.lex_state = 121, .external_lex_state = 53}, + [5036] = {.lex_state = 121, .external_lex_state = 53}, + [5037] = {.lex_state = 112, .external_lex_state = 32}, + [5038] = {.lex_state = 121, .external_lex_state = 53}, + [5039] = {.lex_state = 94, .external_lex_state = 61}, + [5040] = {.lex_state = 112, .external_lex_state = 32}, + [5041] = {.lex_state = 94, .external_lex_state = 61}, + [5042] = {.lex_state = 111, .external_lex_state = 32}, + [5043] = {.lex_state = 79, .external_lex_state = 88}, + [5044] = {.lex_state = 111, .external_lex_state = 32}, + [5045] = {.lex_state = 79, .external_lex_state = 88}, + [5046] = {.lex_state = 79, .external_lex_state = 88}, + [5047] = {.lex_state = 75, .external_lex_state = 89}, + [5048] = {.lex_state = 79, .external_lex_state = 88}, + [5049] = {.lex_state = 77, .external_lex_state = 32}, + [5050] = {.lex_state = 121, .external_lex_state = 32}, + [5051] = {.lex_state = 79, .external_lex_state = 88}, + [5052] = {.lex_state = 79, .external_lex_state = 88}, + [5053] = {.lex_state = 70, .external_lex_state = 32}, + [5054] = {.lex_state = 718, .external_lex_state = 90}, + [5055] = {.lex_state = 79, .external_lex_state = 88}, + [5056] = {.lex_state = 79, .external_lex_state = 88}, + [5057] = {.lex_state = 70, .external_lex_state = 32}, + [5058] = {.lex_state = 79, .external_lex_state = 88}, + [5059] = {.lex_state = 121, .external_lex_state = 32}, + [5060] = {.lex_state = 121, .external_lex_state = 32}, + [5061] = {.lex_state = 111, .external_lex_state = 32}, + [5062] = {.lex_state = 718, .external_lex_state = 90}, + [5063] = {.lex_state = 94, .external_lex_state = 32}, + [5064] = {.lex_state = 121, .external_lex_state = 32}, + [5065] = {.lex_state = 121, .external_lex_state = 32}, + [5066] = {.lex_state = 111, .external_lex_state = 32}, + [5067] = {.lex_state = 100, .external_lex_state = 50}, + [5068] = {.lex_state = 100, .external_lex_state = 50}, + [5069] = {.lex_state = 121, .external_lex_state = 32}, + [5070] = {.lex_state = 115, .external_lex_state = 53}, + [5071] = {.lex_state = 720, .external_lex_state = 90}, + [5072] = {.lex_state = 100, .external_lex_state = 32}, + [5073] = {.lex_state = 115, .external_lex_state = 53}, + [5074] = {.lex_state = 115, .external_lex_state = 53}, + [5075] = {.lex_state = 115, .external_lex_state = 53}, + [5076] = {.lex_state = 115, .external_lex_state = 53}, + [5077] = {.lex_state = 718, .external_lex_state = 91}, + [5078] = {.lex_state = 115, .external_lex_state = 53}, + [5079] = {.lex_state = 74, .external_lex_state = 50}, + [5080] = {.lex_state = 94, .external_lex_state = 32}, + [5081] = {.lex_state = 115, .external_lex_state = 53}, + [5082] = {.lex_state = 94, .external_lex_state = 32}, + [5083] = {.lex_state = 718, .external_lex_state = 29}, + [5084] = {.lex_state = 115, .external_lex_state = 53}, + [5085] = {.lex_state = 720, .external_lex_state = 90}, + [5086] = {.lex_state = 720, .external_lex_state = 90}, + [5087] = {.lex_state = 94, .external_lex_state = 32}, + [5088] = {.lex_state = 94, .external_lex_state = 32}, + [5089] = {.lex_state = 720, .external_lex_state = 90}, + [5090] = {.lex_state = 720, .external_lex_state = 90}, + [5091] = {.lex_state = 104, .external_lex_state = 32}, + [5092] = {.lex_state = 115, .external_lex_state = 53}, + [5093] = {.lex_state = 100, .external_lex_state = 32}, + [5094] = {.lex_state = 115, .external_lex_state = 53}, + [5095] = {.lex_state = 720, .external_lex_state = 90}, + [5096] = {.lex_state = 115, .external_lex_state = 53}, + [5097] = {.lex_state = 104, .external_lex_state = 32}, + [5098] = {.lex_state = 720, .external_lex_state = 90}, + [5099] = {.lex_state = 115, .external_lex_state = 53}, + [5100] = {.lex_state = 115, .external_lex_state = 53}, + [5101] = {.lex_state = 104, .external_lex_state = 32}, + [5102] = {.lex_state = 719, .external_lex_state = 53}, + [5103] = {.lex_state = 720, .external_lex_state = 90}, + [5104] = {.lex_state = 720, .external_lex_state = 90}, + [5105] = {.lex_state = 718, .external_lex_state = 92}, + [5106] = {.lex_state = 718, .external_lex_state = 91}, + [5107] = {.lex_state = 719, .external_lex_state = 53}, + [5108] = {.lex_state = 718, .external_lex_state = 62}, + [5109] = {.lex_state = 70, .external_lex_state = 32}, + [5110] = {.lex_state = 719, .external_lex_state = 53}, + [5111] = {.lex_state = 719, .external_lex_state = 53}, + [5112] = {.lex_state = 718, .external_lex_state = 62}, + [5113] = {.lex_state = 720, .external_lex_state = 90}, + [5114] = {.lex_state = 720, .external_lex_state = 90}, + [5115] = {.lex_state = 720, .external_lex_state = 90}, + [5116] = {.lex_state = 718, .external_lex_state = 62}, + [5117] = {.lex_state = 70, .external_lex_state = 32}, + [5118] = {.lex_state = 720, .external_lex_state = 90}, + [5119] = {.lex_state = 70, .external_lex_state = 32}, + [5120] = {.lex_state = 718, .external_lex_state = 62}, + [5121] = {.lex_state = 720, .external_lex_state = 90}, + [5122] = {.lex_state = 718, .external_lex_state = 62}, + [5123] = {.lex_state = 719, .external_lex_state = 32}, + [5124] = {.lex_state = 718, .external_lex_state = 47}, + [5125] = {.lex_state = 75, .external_lex_state = 53}, + [5126] = {.lex_state = 718, .external_lex_state = 62}, + [5127] = {.lex_state = 718, .external_lex_state = 62}, + [5128] = {.lex_state = 94, .external_lex_state = 32}, + [5129] = {.lex_state = 718, .external_lex_state = 62}, + [5130] = {.lex_state = 719, .external_lex_state = 53}, + [5131] = {.lex_state = 718, .external_lex_state = 91}, + [5132] = {.lex_state = 94, .external_lex_state = 32}, + [5133] = {.lex_state = 718, .external_lex_state = 91}, + [5134] = {.lex_state = 100, .external_lex_state = 53}, + [5135] = {.lex_state = 94, .external_lex_state = 32}, + [5136] = {.lex_state = 94, .external_lex_state = 32}, + [5137] = {.lex_state = 718, .external_lex_state = 50}, + [5138] = {.lex_state = 100, .external_lex_state = 53}, + [5139] = {.lex_state = 79, .external_lex_state = 32}, + [5140] = {.lex_state = 94, .external_lex_state = 32}, + [5141] = {.lex_state = 94, .external_lex_state = 32}, + [5142] = {.lex_state = 100, .external_lex_state = 53}, + [5143] = {.lex_state = 718, .external_lex_state = 93}, + [5144] = {.lex_state = 718, .external_lex_state = 92}, + [5145] = {.lex_state = 94, .external_lex_state = 32}, + [5146] = {.lex_state = 718, .external_lex_state = 90}, + [5147] = {.lex_state = 94, .external_lex_state = 32}, + [5148] = {.lex_state = 718, .external_lex_state = 91}, + [5149] = {.lex_state = 100, .external_lex_state = 53}, + [5150] = {.lex_state = 94, .external_lex_state = 32}, + [5151] = {.lex_state = 718, .external_lex_state = 94}, + [5152] = {.lex_state = 94, .external_lex_state = 32}, + [5153] = {.lex_state = 94, .external_lex_state = 32}, + [5154] = {.lex_state = 94, .external_lex_state = 32}, + [5155] = {.lex_state = 718, .external_lex_state = 90}, + [5156] = {.lex_state = 94, .external_lex_state = 32}, + [5157] = {.lex_state = 718, .external_lex_state = 90}, + [5158] = {.lex_state = 718, .external_lex_state = 91}, + [5159] = {.lex_state = 718, .external_lex_state = 62}, + [5160] = {.lex_state = 718, .external_lex_state = 95}, + [5161] = {.lex_state = 718, .external_lex_state = 91}, + [5162] = {.lex_state = 94, .external_lex_state = 32}, + [5163] = {.lex_state = 76, .external_lex_state = 29}, + [5164] = {.lex_state = 94, .external_lex_state = 32}, + [5165] = {.lex_state = 718, .external_lex_state = 91}, + [5166] = {.lex_state = 94, .external_lex_state = 32}, + [5167] = {.lex_state = 94, .external_lex_state = 32}, + [5168] = {.lex_state = 94, .external_lex_state = 32}, + [5169] = {.lex_state = 94, .external_lex_state = 32}, + [5170] = {.lex_state = 94, .external_lex_state = 32}, + [5171] = {.lex_state = 94, .external_lex_state = 32}, + [5172] = {.lex_state = 718, .external_lex_state = 91}, + [5173] = {.lex_state = 719, .external_lex_state = 32}, + [5174] = {.lex_state = 718, .external_lex_state = 62}, + [5175] = {.lex_state = 718, .external_lex_state = 96}, + [5176] = {.lex_state = 103, .external_lex_state = 53}, + [5177] = {.lex_state = 76, .external_lex_state = 29}, + [5178] = {.lex_state = 718, .external_lex_state = 67}, + [5179] = {.lex_state = 718, .external_lex_state = 90}, + [5180] = {.lex_state = 718, .external_lex_state = 90}, + [5181] = {.lex_state = 718, .external_lex_state = 90}, + [5182] = {.lex_state = 94, .external_lex_state = 32}, + [5183] = {.lex_state = 94, .external_lex_state = 32}, + [5184] = {.lex_state = 718, .external_lex_state = 92}, + [5185] = {.lex_state = 718, .external_lex_state = 92}, + [5186] = {.lex_state = 718, .external_lex_state = 92}, + [5187] = {.lex_state = 718, .external_lex_state = 92}, + [5188] = {.lex_state = 718, .external_lex_state = 92}, + [5189] = {.lex_state = 718, .external_lex_state = 92}, + [5190] = {.lex_state = 718, .external_lex_state = 95}, + [5191] = {.lex_state = 718, .external_lex_state = 92}, + [5192] = {.lex_state = 718, .external_lex_state = 91}, + [5193] = {.lex_state = 718, .external_lex_state = 91}, + [5194] = {.lex_state = 718, .external_lex_state = 91}, + [5195] = {.lex_state = 718, .external_lex_state = 91}, + [5196] = {.lex_state = 718, .external_lex_state = 91}, + [5197] = {.lex_state = 718, .external_lex_state = 91}, + [5198] = {.lex_state = 718, .external_lex_state = 67}, + [5199] = {.lex_state = 718, .external_lex_state = 67}, + [5200] = {.lex_state = 718, .external_lex_state = 97}, + [5201] = {.lex_state = 718, .external_lex_state = 67}, + [5202] = {.lex_state = 718, .external_lex_state = 62}, + [5203] = {.lex_state = 94, .external_lex_state = 32}, + [5204] = {.lex_state = 94, .external_lex_state = 32}, + [5205] = {.lex_state = 100, .external_lex_state = 53}, + [5206] = {.lex_state = 719, .external_lex_state = 53}, + [5207] = {.lex_state = 103, .external_lex_state = 53}, + [5208] = {.lex_state = 719, .external_lex_state = 53}, + [5209] = {.lex_state = 719, .external_lex_state = 53}, + [5210] = {.lex_state = 719, .external_lex_state = 53}, + [5211] = {.lex_state = 719, .external_lex_state = 53}, + [5212] = {.lex_state = 718, .external_lex_state = 62}, + [5213] = {.lex_state = 113, .external_lex_state = 32}, + [5214] = {.lex_state = 113, .external_lex_state = 32}, + [5215] = {.lex_state = 94, .external_lex_state = 32}, + [5216] = {.lex_state = 94, .external_lex_state = 32}, + [5217] = {.lex_state = 94, .external_lex_state = 32}, + [5218] = {.lex_state = 113, .external_lex_state = 32}, + [5219] = {.lex_state = 94, .external_lex_state = 32}, + [5220] = {.lex_state = 94, .external_lex_state = 32}, + [5221] = {.lex_state = 94, .external_lex_state = 32}, + [5222] = {.lex_state = 100, .external_lex_state = 32}, + [5223] = {.lex_state = 718, .external_lex_state = 29}, + [5224] = {.lex_state = 79, .external_lex_state = 32}, + [5225] = {.lex_state = 94, .external_lex_state = 32}, + [5226] = {.lex_state = 94, .external_lex_state = 32}, + [5227] = {.lex_state = 718, .external_lex_state = 29}, + [5228] = {.lex_state = 718, .external_lex_state = 62}, + [5229] = {.lex_state = 79, .external_lex_state = 32}, + [5230] = {.lex_state = 718, .external_lex_state = 62}, + [5231] = {.lex_state = 718, .external_lex_state = 62}, + [5232] = {.lex_state = 718, .external_lex_state = 91}, + [5233] = {.lex_state = 79, .external_lex_state = 32}, + [5234] = {.lex_state = 718, .external_lex_state = 62}, + [5235] = {.lex_state = 76, .external_lex_state = 29}, + [5236] = {.lex_state = 718, .external_lex_state = 95}, + [5237] = {.lex_state = 94, .external_lex_state = 32}, + [5238] = {.lex_state = 94, .external_lex_state = 32}, + [5239] = {.lex_state = 718, .external_lex_state = 49}, + [5240] = {.lex_state = 719, .external_lex_state = 32}, + [5241] = {.lex_state = 718, .external_lex_state = 68}, + [5242] = {.lex_state = 76, .external_lex_state = 29}, + [5243] = {.lex_state = 718, .external_lex_state = 62}, + [5244] = {.lex_state = 718, .external_lex_state = 62}, + [5245] = {.lex_state = 718, .external_lex_state = 62}, + [5246] = {.lex_state = 718, .external_lex_state = 62}, + [5247] = {.lex_state = 718, .external_lex_state = 67}, + [5248] = {.lex_state = 718, .external_lex_state = 92}, + [5249] = {.lex_state = 718, .external_lex_state = 92}, + [5250] = {.lex_state = 718, .external_lex_state = 92}, + [5251] = {.lex_state = 718, .external_lex_state = 92}, + [5252] = {.lex_state = 718, .external_lex_state = 92}, + [5253] = {.lex_state = 718, .external_lex_state = 92}, + [5254] = {.lex_state = 718, .external_lex_state = 92}, + [5255] = {.lex_state = 718, .external_lex_state = 95}, + [5256] = {.lex_state = 718, .external_lex_state = 68}, + [5257] = {.lex_state = 718, .external_lex_state = 68}, + [5258] = {.lex_state = 718, .external_lex_state = 67}, + [5259] = {.lex_state = 718, .external_lex_state = 67}, + [5260] = {.lex_state = 718, .external_lex_state = 68}, + [5261] = {.lex_state = 94, .external_lex_state = 32}, + [5262] = {.lex_state = 718, .external_lex_state = 67}, + [5263] = {.lex_state = 100, .external_lex_state = 53}, + [5264] = {.lex_state = 718, .external_lex_state = 67}, + [5265] = {.lex_state = 100, .external_lex_state = 53}, + [5266] = {.lex_state = 100, .external_lex_state = 53}, + [5267] = {.lex_state = 100, .external_lex_state = 53}, + [5268] = {.lex_state = 100, .external_lex_state = 53}, + [5269] = {.lex_state = 718, .external_lex_state = 93}, + [5270] = {.lex_state = 718, .external_lex_state = 50}, + [5271] = {.lex_state = 121, .external_lex_state = 32}, + [5272] = {.lex_state = 121, .external_lex_state = 32}, + [5273] = {.lex_state = 718, .external_lex_state = 90}, + [5274] = {.lex_state = 718, .external_lex_state = 29}, + [5275] = {.lex_state = 94, .external_lex_state = 32}, + [5276] = {.lex_state = 114, .external_lex_state = 32}, + [5277] = {.lex_state = 718, .external_lex_state = 90}, + [5278] = {.lex_state = 720, .external_lex_state = 90}, + [5279] = {.lex_state = 718, .external_lex_state = 93}, + [5280] = {.lex_state = 718, .external_lex_state = 50}, + [5281] = {.lex_state = 719, .external_lex_state = 32}, + [5282] = {.lex_state = 718, .external_lex_state = 29}, + [5283] = {.lex_state = 718, .external_lex_state = 50}, + [5284] = {.lex_state = 718, .external_lex_state = 95}, + [5285] = {.lex_state = 718, .external_lex_state = 90}, + [5286] = {.lex_state = 720, .external_lex_state = 90}, + [5287] = {.lex_state = 718, .external_lex_state = 50}, + [5288] = {.lex_state = 718, .external_lex_state = 50}, + [5289] = {.lex_state = 718, .external_lex_state = 95}, + [5290] = {.lex_state = 718, .external_lex_state = 90}, + [5291] = {.lex_state = 718, .external_lex_state = 91}, + [5292] = {.lex_state = 121, .external_lex_state = 32}, + [5293] = {.lex_state = 718, .external_lex_state = 93}, + [5294] = {.lex_state = 718, .external_lex_state = 90}, + [5295] = {.lex_state = 718, .external_lex_state = 93}, + [5296] = {.lex_state = 718, .external_lex_state = 93}, + [5297] = {.lex_state = 718, .external_lex_state = 93}, + [5298] = {.lex_state = 718, .external_lex_state = 93}, + [5299] = {.lex_state = 718, .external_lex_state = 95}, + [5300] = {.lex_state = 76, .external_lex_state = 29}, + [5301] = {.lex_state = 94, .external_lex_state = 32}, + [5302] = {.lex_state = 720, .external_lex_state = 47}, + [5303] = {.lex_state = 76, .external_lex_state = 29}, + [5304] = {.lex_state = 720, .external_lex_state = 47}, + [5305] = {.lex_state = 718, .external_lex_state = 93}, + [5306] = {.lex_state = 94, .external_lex_state = 32}, + [5307] = {.lex_state = 94, .external_lex_state = 32}, + [5308] = {.lex_state = 718, .external_lex_state = 91}, + [5309] = {.lex_state = 718, .external_lex_state = 50}, + [5310] = {.lex_state = 718, .external_lex_state = 93}, + [5311] = {.lex_state = 718, .external_lex_state = 90}, + [5312] = {.lex_state = 719, .external_lex_state = 32}, + [5313] = {.lex_state = 720, .external_lex_state = 94}, + [5314] = {.lex_state = 718, .external_lex_state = 90}, + [5315] = {.lex_state = 719, .external_lex_state = 32}, + [5316] = {.lex_state = 720, .external_lex_state = 47}, + [5317] = {.lex_state = 720, .external_lex_state = 47}, + [5318] = {.lex_state = 720, .external_lex_state = 47}, + [5319] = {.lex_state = 720, .external_lex_state = 94}, + [5320] = {.lex_state = 720, .external_lex_state = 47}, + [5321] = {.lex_state = 719, .external_lex_state = 32}, + [5322] = {.lex_state = 718, .external_lex_state = 48}, + [5323] = {.lex_state = 94, .external_lex_state = 32}, + [5324] = {.lex_state = 720, .external_lex_state = 47}, + [5325] = {.lex_state = 718, .external_lex_state = 98}, + [5326] = {.lex_state = 94, .external_lex_state = 32}, + [5327] = {.lex_state = 718, .external_lex_state = 91}, + [5328] = {.lex_state = 79, .external_lex_state = 32}, + [5329] = {.lex_state = 94, .external_lex_state = 32}, + [5330] = {.lex_state = 76, .external_lex_state = 29}, + [5331] = {.lex_state = 720, .external_lex_state = 94}, + [5332] = {.lex_state = 720, .external_lex_state = 94}, + [5333] = {.lex_state = 720, .external_lex_state = 94}, + [5334] = {.lex_state = 718, .external_lex_state = 90}, + [5335] = {.lex_state = 720, .external_lex_state = 94}, + [5336] = {.lex_state = 718, .external_lex_state = 90}, + [5337] = {.lex_state = 718, .external_lex_state = 95}, + [5338] = {.lex_state = 720, .external_lex_state = 94}, + [5339] = {.lex_state = 718, .external_lex_state = 95}, + [5340] = {.lex_state = 718, .external_lex_state = 50}, + [5341] = {.lex_state = 718, .external_lex_state = 93}, + [5342] = {.lex_state = 718, .external_lex_state = 99}, + [5343] = {.lex_state = 718, .external_lex_state = 93}, + [5344] = {.lex_state = 718, .external_lex_state = 90}, + [5345] = {.lex_state = 718, .external_lex_state = 100}, + [5346] = {.lex_state = 718, .external_lex_state = 90}, + [5347] = {.lex_state = 720, .external_lex_state = 90}, + [5348] = {.lex_state = 718, .external_lex_state = 95}, + [5349] = {.lex_state = 94, .external_lex_state = 32}, + [5350] = {.lex_state = 718, .external_lex_state = 100}, + [5351] = {.lex_state = 720, .external_lex_state = 96}, + [5352] = {.lex_state = 76, .external_lex_state = 50}, + [5353] = {.lex_state = 718, .external_lex_state = 71}, + [5354] = {.lex_state = 718, .external_lex_state = 90}, + [5355] = {.lex_state = 718, .external_lex_state = 69}, + [5356] = {.lex_state = 718, .external_lex_state = 95}, + [5357] = {.lex_state = 718, .external_lex_state = 95}, + [5358] = {.lex_state = 720, .external_lex_state = 96}, + [5359] = {.lex_state = 720, .external_lex_state = 90}, + [5360] = {.lex_state = 720, .external_lex_state = 90}, + [5361] = {.lex_state = 718, .external_lex_state = 95}, + [5362] = {.lex_state = 718, .external_lex_state = 95}, + [5363] = {.lex_state = 718, .external_lex_state = 95}, + [5364] = {.lex_state = 121, .external_lex_state = 32}, + [5365] = {.lex_state = 94, .external_lex_state = 53}, + [5366] = {.lex_state = 718, .external_lex_state = 100}, + [5367] = {.lex_state = 718, .external_lex_state = 100}, + [5368] = {.lex_state = 720, .external_lex_state = 90}, + [5369] = {.lex_state = 718, .external_lex_state = 100}, + [5370] = {.lex_state = 94, .external_lex_state = 53}, + [5371] = {.lex_state = 718, .external_lex_state = 100}, + [5372] = {.lex_state = 94, .external_lex_state = 32}, + [5373] = {.lex_state = 718, .external_lex_state = 69}, + [5374] = {.lex_state = 718, .external_lex_state = 91}, + [5375] = {.lex_state = 94, .external_lex_state = 53}, + [5376] = {.lex_state = 720, .external_lex_state = 90}, + [5377] = {.lex_state = 720, .external_lex_state = 96}, + [5378] = {.lex_state = 718, .external_lex_state = 92}, + [5379] = {.lex_state = 718, .external_lex_state = 95}, + [5380] = {.lex_state = 718, .external_lex_state = 68}, + [5381] = {.lex_state = 720, .external_lex_state = 96}, + [5382] = {.lex_state = 77, .external_lex_state = 32}, + [5383] = {.lex_state = 718, .external_lex_state = 91}, + [5384] = {.lex_state = 121, .external_lex_state = 32}, + [5385] = {.lex_state = 718, .external_lex_state = 92}, + [5386] = {.lex_state = 718, .external_lex_state = 67}, + [5387] = {.lex_state = 718, .external_lex_state = 69}, + [5388] = {.lex_state = 718, .external_lex_state = 90}, + [5389] = {.lex_state = 718, .external_lex_state = 67}, + [5390] = {.lex_state = 100, .external_lex_state = 32}, + [5391] = {.lex_state = 94, .external_lex_state = 32}, + [5392] = {.lex_state = 718, .external_lex_state = 90}, + [5393] = {.lex_state = 718, .external_lex_state = 67}, + [5394] = {.lex_state = 718, .external_lex_state = 100}, + [5395] = {.lex_state = 718, .external_lex_state = 91}, + [5396] = {.lex_state = 94, .external_lex_state = 32}, + [5397] = {.lex_state = 718, .external_lex_state = 67}, + [5398] = {.lex_state = 718, .external_lex_state = 90}, + [5399] = {.lex_state = 720, .external_lex_state = 90}, + [5400] = {.lex_state = 718, .external_lex_state = 68}, + [5401] = {.lex_state = 94, .external_lex_state = 32}, + [5402] = {.lex_state = 94, .external_lex_state = 32}, + [5403] = {.lex_state = 76, .external_lex_state = 50}, + [5404] = {.lex_state = 718, .external_lex_state = 68}, + [5405] = {.lex_state = 94, .external_lex_state = 32}, + [5406] = {.lex_state = 100, .external_lex_state = 32}, + [5407] = {.lex_state = 100, .external_lex_state = 32}, + [5408] = {.lex_state = 94, .external_lex_state = 32}, + [5409] = {.lex_state = 718, .external_lex_state = 69}, + [5410] = {.lex_state = 94, .external_lex_state = 32}, + [5411] = {.lex_state = 94, .external_lex_state = 53}, + [5412] = {.lex_state = 718, .external_lex_state = 68}, + [5413] = {.lex_state = 94, .external_lex_state = 32}, + [5414] = {.lex_state = 720, .external_lex_state = 96}, + [5415] = {.lex_state = 121, .external_lex_state = 32}, + [5416] = {.lex_state = 718, .external_lex_state = 100}, + [5417] = {.lex_state = 720, .external_lex_state = 96}, + [5418] = {.lex_state = 718, .external_lex_state = 90}, + [5419] = {.lex_state = 720, .external_lex_state = 90}, + [5420] = {.lex_state = 718, .external_lex_state = 100}, + [5421] = {.lex_state = 720, .external_lex_state = 90}, + [5422] = {.lex_state = 718, .external_lex_state = 67}, + [5423] = {.lex_state = 718, .external_lex_state = 97}, + [5424] = {.lex_state = 104, .external_lex_state = 32}, + [5425] = {.lex_state = 718, .external_lex_state = 100}, + [5426] = {.lex_state = 94, .external_lex_state = 32}, + [5427] = {.lex_state = 110, .external_lex_state = 32}, + [5428] = {.lex_state = 121, .external_lex_state = 32}, + [5429] = {.lex_state = 718, .external_lex_state = 90}, + [5430] = {.lex_state = 718, .external_lex_state = 68}, + [5431] = {.lex_state = 718, .external_lex_state = 67}, + [5432] = {.lex_state = 718, .external_lex_state = 90}, + [5433] = {.lex_state = 718, .external_lex_state = 92}, + [5434] = {.lex_state = 718, .external_lex_state = 73}, + [5435] = {.lex_state = 94, .external_lex_state = 32}, + [5436] = {.lex_state = 720, .external_lex_state = 96}, + [5437] = {.lex_state = 76, .external_lex_state = 98}, + [5438] = {.lex_state = 718, .external_lex_state = 90}, + [5439] = {.lex_state = 718, .external_lex_state = 90}, + [5440] = {.lex_state = 718, .external_lex_state = 29}, + [5441] = {.lex_state = 718, .external_lex_state = 97}, + [5442] = {.lex_state = 718, .external_lex_state = 73}, + [5443] = {.lex_state = 718, .external_lex_state = 100}, + [5444] = {.lex_state = 76, .external_lex_state = 50}, + [5445] = {.lex_state = 718, .external_lex_state = 71}, + [5446] = {.lex_state = 720, .external_lex_state = 90}, + [5447] = {.lex_state = 718, .external_lex_state = 97}, + [5448] = {.lex_state = 718, .external_lex_state = 100}, + [5449] = {.lex_state = 718, .external_lex_state = 97}, + [5450] = {.lex_state = 718, .external_lex_state = 97}, + [5451] = {.lex_state = 718, .external_lex_state = 29}, + [5452] = {.lex_state = 121, .external_lex_state = 32}, + [5453] = {.lex_state = 718, .external_lex_state = 73}, + [5454] = {.lex_state = 718, .external_lex_state = 97}, + [5455] = {.lex_state = 718, .external_lex_state = 97}, + [5456] = {.lex_state = 718, .external_lex_state = 71}, + [5457] = {.lex_state = 94, .external_lex_state = 32}, + [5458] = {.lex_state = 718, .external_lex_state = 71}, + [5459] = {.lex_state = 100, .external_lex_state = 32}, + [5460] = {.lex_state = 94, .external_lex_state = 32}, + [5461] = {.lex_state = 94, .external_lex_state = 32}, + [5462] = {.lex_state = 94, .external_lex_state = 53}, + [5463] = {.lex_state = 94, .external_lex_state = 32}, + [5464] = {.lex_state = 718, .external_lex_state = 68}, + [5465] = {.lex_state = 718, .external_lex_state = 101}, + [5466] = {.lex_state = 718, .external_lex_state = 91}, + [5467] = {.lex_state = 718, .external_lex_state = 93}, + [5468] = {.lex_state = 718, .external_lex_state = 49}, + [5469] = {.lex_state = 718, .external_lex_state = 49}, + [5470] = {.lex_state = 718, .external_lex_state = 95}, + [5471] = {.lex_state = 718, .external_lex_state = 72}, + [5472] = {.lex_state = 718, .external_lex_state = 49}, + [5473] = {.lex_state = 718, .external_lex_state = 72}, + [5474] = {.lex_state = 718, .external_lex_state = 69}, + [5475] = {.lex_state = 718, .external_lex_state = 102}, + [5476] = {.lex_state = 718, .external_lex_state = 72}, + [5477] = {.lex_state = 718, .external_lex_state = 91}, + [5478] = {.lex_state = 94, .external_lex_state = 32}, + [5479] = {.lex_state = 94, .external_lex_state = 32}, + [5480] = {.lex_state = 94, .external_lex_state = 32}, + [5481] = {.lex_state = 718, .external_lex_state = 29}, + [5482] = {.lex_state = 718, .external_lex_state = 67}, + [5483] = {.lex_state = 718, .external_lex_state = 100}, + [5484] = {.lex_state = 94, .external_lex_state = 32}, + [5485] = {.lex_state = 718, .external_lex_state = 100}, + [5486] = {.lex_state = 718, .external_lex_state = 100}, + [5487] = {.lex_state = 94, .external_lex_state = 32}, + [5488] = {.lex_state = 720, .external_lex_state = 90}, + [5489] = {.lex_state = 718, .external_lex_state = 68}, + [5490] = {.lex_state = 718, .external_lex_state = 91}, + [5491] = {.lex_state = 718, .external_lex_state = 97}, + [5492] = {.lex_state = 94, .external_lex_state = 32}, + [5493] = {.lex_state = 94, .external_lex_state = 32}, + [5494] = {.lex_state = 94, .external_lex_state = 32}, + [5495] = {.lex_state = 718, .external_lex_state = 99}, + [5496] = {.lex_state = 94, .external_lex_state = 32}, + [5497] = {.lex_state = 94, .external_lex_state = 32}, + [5498] = {.lex_state = 718, .external_lex_state = 92}, + [5499] = {.lex_state = 94, .external_lex_state = 32}, + [5500] = {.lex_state = 720, .external_lex_state = 90}, + [5501] = {.lex_state = 718, .external_lex_state = 93}, + [5502] = {.lex_state = 718, .external_lex_state = 91}, + [5503] = {.lex_state = 718, .external_lex_state = 95}, + [5504] = {.lex_state = 94, .external_lex_state = 32}, + [5505] = {.lex_state = 94, .external_lex_state = 32}, + [5506] = {.lex_state = 94, .external_lex_state = 32}, + [5507] = {.lex_state = 718, .external_lex_state = 91}, + [5508] = {.lex_state = 718, .external_lex_state = 92}, + [5509] = {.lex_state = 94, .external_lex_state = 32}, + [5510] = {.lex_state = 94, .external_lex_state = 32}, + [5511] = {.lex_state = 94, .external_lex_state = 32}, + [5512] = {.lex_state = 718, .external_lex_state = 100}, + [5513] = {.lex_state = 718, .external_lex_state = 100}, + [5514] = {.lex_state = 718, .external_lex_state = 100}, + [5515] = {.lex_state = 718, .external_lex_state = 75}, + [5516] = {.lex_state = 94, .external_lex_state = 32}, + [5517] = {.lex_state = 94, .external_lex_state = 32}, + [5518] = {.lex_state = 94, .external_lex_state = 32}, + [5519] = {.lex_state = 718, .external_lex_state = 49}, + [5520] = {.lex_state = 718, .external_lex_state = 92}, + [5521] = {.lex_state = 94, .external_lex_state = 32}, + [5522] = {.lex_state = 718, .external_lex_state = 72}, + [5523] = {.lex_state = 718, .external_lex_state = 48}, + [5524] = {.lex_state = 718, .external_lex_state = 100}, + [5525] = {.lex_state = 94, .external_lex_state = 32}, + [5526] = {.lex_state = 94, .external_lex_state = 32}, + [5527] = {.lex_state = 94, .external_lex_state = 32}, + [5528] = {.lex_state = 718, .external_lex_state = 91}, + [5529] = {.lex_state = 94, .external_lex_state = 32}, + [5530] = {.lex_state = 718, .external_lex_state = 68}, + [5531] = {.lex_state = 718, .external_lex_state = 93}, + [5532] = {.lex_state = 718, .external_lex_state = 100}, + [5533] = {.lex_state = 718, .external_lex_state = 49}, + [5534] = {.lex_state = 94, .external_lex_state = 32}, + [5535] = {.lex_state = 94, .external_lex_state = 32}, + [5536] = {.lex_state = 718, .external_lex_state = 68}, + [5537] = {.lex_state = 718, .external_lex_state = 48}, + [5538] = {.lex_state = 94, .external_lex_state = 32}, + [5539] = {.lex_state = 94, .external_lex_state = 32}, + [5540] = {.lex_state = 94, .external_lex_state = 32}, + [5541] = {.lex_state = 718, .external_lex_state = 73}, + [5542] = {.lex_state = 94, .external_lex_state = 32}, + [5543] = {.lex_state = 94, .external_lex_state = 32}, + [5544] = {.lex_state = 718, .external_lex_state = 100}, + [5545] = {.lex_state = 718, .external_lex_state = 100}, + [5546] = {.lex_state = 94, .external_lex_state = 32}, + [5547] = {.lex_state = 94, .external_lex_state = 32}, + [5548] = {.lex_state = 718, .external_lex_state = 68}, + [5549] = {.lex_state = 94, .external_lex_state = 32}, + [5550] = {.lex_state = 94, .external_lex_state = 32}, + [5551] = {.lex_state = 718, .external_lex_state = 68}, + [5552] = {.lex_state = 76, .external_lex_state = 79}, + [5553] = {.lex_state = 94, .external_lex_state = 32}, + [5554] = {.lex_state = 94, .external_lex_state = 32}, + [5555] = {.lex_state = 94, .external_lex_state = 32}, + [5556] = {.lex_state = 94, .external_lex_state = 32}, + [5557] = {.lex_state = 76, .external_lex_state = 79}, + [5558] = {.lex_state = 94, .external_lex_state = 32}, + [5559] = {.lex_state = 94, .external_lex_state = 32}, + [5560] = {.lex_state = 718, .external_lex_state = 95}, + [5561] = {.lex_state = 718, .external_lex_state = 91}, + [5562] = {.lex_state = 94, .external_lex_state = 32}, + [5563] = {.lex_state = 94, .external_lex_state = 32}, + [5564] = {.lex_state = 720, .external_lex_state = 90}, + [5565] = {.lex_state = 94, .external_lex_state = 32}, + [5566] = {.lex_state = 718, .external_lex_state = 91}, + [5567] = {.lex_state = 718, .external_lex_state = 100}, + [5568] = {.lex_state = 718, .external_lex_state = 69}, + [5569] = {.lex_state = 94, .external_lex_state = 32}, + [5570] = {.lex_state = 94, .external_lex_state = 32}, + [5571] = {.lex_state = 94, .external_lex_state = 32}, + [5572] = {.lex_state = 94, .external_lex_state = 32}, + [5573] = {.lex_state = 718, .external_lex_state = 67}, + [5574] = {.lex_state = 94, .external_lex_state = 32}, + [5575] = {.lex_state = 718, .external_lex_state = 69}, + [5576] = {.lex_state = 94, .external_lex_state = 32}, + [5577] = {.lex_state = 94, .external_lex_state = 32}, + [5578] = {.lex_state = 94, .external_lex_state = 32}, + [5579] = {.lex_state = 94, .external_lex_state = 32}, + [5580] = {.lex_state = 94, .external_lex_state = 32}, + [5581] = {.lex_state = 94, .external_lex_state = 32}, + [5582] = {.lex_state = 94, .external_lex_state = 32}, + [5583] = {.lex_state = 94, .external_lex_state = 32}, + [5584] = {.lex_state = 94, .external_lex_state = 32}, + [5585] = {.lex_state = 94, .external_lex_state = 32}, + [5586] = {.lex_state = 94, .external_lex_state = 32}, + [5587] = {.lex_state = 76, .external_lex_state = 79}, + [5588] = {.lex_state = 94, .external_lex_state = 32}, + [5589] = {.lex_state = 94, .external_lex_state = 32}, + [5590] = {.lex_state = 94, .external_lex_state = 32}, + [5591] = {.lex_state = 94, .external_lex_state = 32}, + [5592] = {.lex_state = 94, .external_lex_state = 32}, + [5593] = {.lex_state = 94, .external_lex_state = 32}, + [5594] = {.lex_state = 94, .external_lex_state = 32}, + [5595] = {.lex_state = 94, .external_lex_state = 32}, + [5596] = {.lex_state = 76, .external_lex_state = 50}, + [5597] = {.lex_state = 718, .external_lex_state = 67}, + [5598] = {.lex_state = 718, .external_lex_state = 48}, + [5599] = {.lex_state = 718, .external_lex_state = 48}, + [5600] = {.lex_state = 718, .external_lex_state = 100}, + [5601] = {.lex_state = 718, .external_lex_state = 48}, + [5602] = {.lex_state = 720, .external_lex_state = 98}, + [5603] = {.lex_state = 720, .external_lex_state = 98}, + [5604] = {.lex_state = 718, .external_lex_state = 67}, + [5605] = {.lex_state = 720, .external_lex_state = 98}, + [5606] = {.lex_state = 720, .external_lex_state = 98}, + [5607] = {.lex_state = 720, .external_lex_state = 98}, + [5608] = {.lex_state = 720, .external_lex_state = 98}, + [5609] = {.lex_state = 720, .external_lex_state = 98}, + [5610] = {.lex_state = 718, .external_lex_state = 48}, + [5611] = {.lex_state = 718, .external_lex_state = 67}, + [5612] = {.lex_state = 718, .external_lex_state = 91}, + [5613] = {.lex_state = 94, .external_lex_state = 32}, + [5614] = {.lex_state = 94, .external_lex_state = 32}, + [5615] = {.lex_state = 718, .external_lex_state = 99}, + [5616] = {.lex_state = 718, .external_lex_state = 75}, + [5617] = {.lex_state = 718, .external_lex_state = 91}, + [5618] = {.lex_state = 94, .external_lex_state = 32}, + [5619] = {.lex_state = 718, .external_lex_state = 75}, + [5620] = {.lex_state = 720, .external_lex_state = 90}, + [5621] = {.lex_state = 720, .external_lex_state = 90}, + [5622] = {.lex_state = 718, .external_lex_state = 99}, + [5623] = {.lex_state = 718, .external_lex_state = 94}, + [5624] = {.lex_state = 718, .external_lex_state = 69}, + [5625] = {.lex_state = 76, .external_lex_state = 79}, + [5626] = {.lex_state = 718, .external_lex_state = 97}, + [5627] = {.lex_state = 718, .external_lex_state = 48}, + [5628] = {.lex_state = 718, .external_lex_state = 71}, + [5629] = {.lex_state = 718, .external_lex_state = 91}, + [5630] = {.lex_state = 718, .external_lex_state = 94}, + [5631] = {.lex_state = 718, .external_lex_state = 99}, + [5632] = {.lex_state = 718, .external_lex_state = 91}, + [5633] = {.lex_state = 718, .external_lex_state = 94}, + [5634] = {.lex_state = 718, .external_lex_state = 49}, + [5635] = {.lex_state = 718, .external_lex_state = 29}, + [5636] = {.lex_state = 718, .external_lex_state = 49}, + [5637] = {.lex_state = 718, .external_lex_state = 75}, + [5638] = {.lex_state = 94, .external_lex_state = 32}, + [5639] = {.lex_state = 720, .external_lex_state = 90}, + [5640] = {.lex_state = 94, .external_lex_state = 32}, + [5641] = {.lex_state = 94, .external_lex_state = 32}, + [5642] = {.lex_state = 94, .external_lex_state = 32}, + [5643] = {.lex_state = 718, .external_lex_state = 99}, + [5644] = {.lex_state = 718, .external_lex_state = 99}, + [5645] = {.lex_state = 718, .external_lex_state = 99}, + [5646] = {.lex_state = 718, .external_lex_state = 91}, + [5647] = {.lex_state = 720, .external_lex_state = 90}, + [5648] = {.lex_state = 718, .external_lex_state = 69}, + [5649] = {.lex_state = 94, .external_lex_state = 32}, + [5650] = {.lex_state = 718, .external_lex_state = 71}, + [5651] = {.lex_state = 718, .external_lex_state = 91}, + [5652] = {.lex_state = 94, .external_lex_state = 32}, + [5653] = {.lex_state = 718, .external_lex_state = 69}, + [5654] = {.lex_state = 718, .external_lex_state = 68}, + [5655] = {.lex_state = 94, .external_lex_state = 32}, + [5656] = {.lex_state = 718, .external_lex_state = 73}, + [5657] = {.lex_state = 718, .external_lex_state = 96}, + [5658] = {.lex_state = 718, .external_lex_state = 91}, + [5659] = {.lex_state = 76, .external_lex_state = 50}, + [5660] = {.lex_state = 718, .external_lex_state = 93}, + [5661] = {.lex_state = 718, .external_lex_state = 69}, + [5662] = {.lex_state = 94, .external_lex_state = 32}, + [5663] = {.lex_state = 76, .external_lex_state = 50}, + [5664] = {.lex_state = 718, .external_lex_state = 69}, + [5665] = {.lex_state = 718, .external_lex_state = 69}, + [5666] = {.lex_state = 94, .external_lex_state = 32}, + [5667] = {.lex_state = 718, .external_lex_state = 69}, + [5668] = {.lex_state = 718, .external_lex_state = 68}, + [5669] = {.lex_state = 718, .external_lex_state = 68}, + [5670] = {.lex_state = 718, .external_lex_state = 68}, + [5671] = {.lex_state = 718, .external_lex_state = 68}, + [5672] = {.lex_state = 718, .external_lex_state = 81}, + [5673] = {.lex_state = 94, .external_lex_state = 53}, + [5674] = {.lex_state = 100, .external_lex_state = 32}, + [5675] = {.lex_state = 718, .external_lex_state = 73}, + [5676] = {.lex_state = 718, .external_lex_state = 28}, + [5677] = {.lex_state = 718, .external_lex_state = 96}, + [5678] = {.lex_state = 94, .external_lex_state = 32}, + [5679] = {.lex_state = 718, .external_lex_state = 71}, + [5680] = {.lex_state = 94, .external_lex_state = 32}, + [5681] = {.lex_state = 718, .external_lex_state = 78}, + [5682] = {.lex_state = 718, .external_lex_state = 78}, + [5683] = {.lex_state = 94, .external_lex_state = 53}, + [5684] = {.lex_state = 94, .external_lex_state = 53}, + [5685] = {.lex_state = 94, .external_lex_state = 53}, + [5686] = {.lex_state = 94, .external_lex_state = 53}, + [5687] = {.lex_state = 94, .external_lex_state = 32}, + [5688] = {.lex_state = 718, .external_lex_state = 73}, + [5689] = {.lex_state = 718, .external_lex_state = 72}, + [5690] = {.lex_state = 718, .external_lex_state = 91}, + [5691] = {.lex_state = 718, .external_lex_state = 69}, + [5692] = {.lex_state = 718, .external_lex_state = 92}, + [5693] = {.lex_state = 718, .external_lex_state = 78}, + [5694] = {.lex_state = 718, .external_lex_state = 75}, + [5695] = {.lex_state = 94, .external_lex_state = 32}, + [5696] = {.lex_state = 94, .external_lex_state = 32}, + [5697] = {.lex_state = 718, .external_lex_state = 73}, + [5698] = {.lex_state = 94, .external_lex_state = 32}, + [5699] = {.lex_state = 94, .external_lex_state = 32}, + [5700] = {.lex_state = 94, .external_lex_state = 32}, + [5701] = {.lex_state = 94, .external_lex_state = 32}, + [5702] = {.lex_state = 718, .external_lex_state = 92}, + [5703] = {.lex_state = 94, .external_lex_state = 32}, + [5704] = {.lex_state = 76, .external_lex_state = 50}, + [5705] = {.lex_state = 94, .external_lex_state = 32}, + [5706] = {.lex_state = 94, .external_lex_state = 32}, + [5707] = {.lex_state = 94, .external_lex_state = 32}, + [5708] = {.lex_state = 718, .external_lex_state = 92}, + [5709] = {.lex_state = 718, .external_lex_state = 71}, + [5710] = {.lex_state = 94, .external_lex_state = 32}, + [5711] = {.lex_state = 94, .external_lex_state = 32}, + [5712] = {.lex_state = 718, .external_lex_state = 92}, + [5713] = {.lex_state = 94, .external_lex_state = 32}, + [5714] = {.lex_state = 94, .external_lex_state = 32}, + [5715] = {.lex_state = 94, .external_lex_state = 32}, + [5716] = {.lex_state = 718, .external_lex_state = 92}, + [5717] = {.lex_state = 94, .external_lex_state = 32}, + [5718] = {.lex_state = 119, .external_lex_state = 98}, + [5719] = {.lex_state = 718, .external_lex_state = 92}, + [5720] = {.lex_state = 100, .external_lex_state = 32}, + [5721] = {.lex_state = 718, .external_lex_state = 92}, + [5722] = {.lex_state = 718, .external_lex_state = 92}, + [5723] = {.lex_state = 94, .external_lex_state = 32}, + [5724] = {.lex_state = 121, .external_lex_state = 103}, + [5725] = {.lex_state = 76, .external_lex_state = 50}, + [5726] = {.lex_state = 94, .external_lex_state = 32}, + [5727] = {.lex_state = 94, .external_lex_state = 32}, + [5728] = {.lex_state = 94, .external_lex_state = 32}, + [5729] = {.lex_state = 94, .external_lex_state = 32}, + [5730] = {.lex_state = 718, .external_lex_state = 95}, + [5731] = {.lex_state = 94, .external_lex_state = 32}, + [5732] = {.lex_state = 76, .external_lex_state = 50}, + [5733] = {.lex_state = 94, .external_lex_state = 32}, + [5734] = {.lex_state = 94, .external_lex_state = 32}, + [5735] = {.lex_state = 94, .external_lex_state = 32}, + [5736] = {.lex_state = 94, .external_lex_state = 32}, + [5737] = {.lex_state = 94, .external_lex_state = 32}, + [5738] = {.lex_state = 718, .external_lex_state = 95}, + [5739] = {.lex_state = 94, .external_lex_state = 32}, + [5740] = {.lex_state = 76, .external_lex_state = 50}, + [5741] = {.lex_state = 94, .external_lex_state = 32}, + [5742] = {.lex_state = 718, .external_lex_state = 91}, + [5743] = {.lex_state = 76, .external_lex_state = 50}, + [5744] = {.lex_state = 718, .external_lex_state = 95}, + [5745] = {.lex_state = 718, .external_lex_state = 101}, + [5746] = {.lex_state = 94, .external_lex_state = 32}, + [5747] = {.lex_state = 94, .external_lex_state = 32}, + [5748] = {.lex_state = 718, .external_lex_state = 29}, + [5749] = {.lex_state = 121, .external_lex_state = 103}, + [5750] = {.lex_state = 94, .external_lex_state = 32}, + [5751] = {.lex_state = 94, .external_lex_state = 32}, + [5752] = {.lex_state = 94, .external_lex_state = 32}, + [5753] = {.lex_state = 718, .external_lex_state = 91}, + [5754] = {.lex_state = 94, .external_lex_state = 32}, + [5755] = {.lex_state = 94, .external_lex_state = 32}, + [5756] = {.lex_state = 119, .external_lex_state = 98}, + [5757] = {.lex_state = 718, .external_lex_state = 92}, + [5758] = {.lex_state = 718, .external_lex_state = 91}, + [5759] = {.lex_state = 718, .external_lex_state = 91}, + [5760] = {.lex_state = 94, .external_lex_state = 32}, + [5761] = {.lex_state = 718, .external_lex_state = 91}, + [5762] = {.lex_state = 94, .external_lex_state = 32}, + [5763] = {.lex_state = 94, .external_lex_state = 32}, + [5764] = {.lex_state = 718, .external_lex_state = 91}, + [5765] = {.lex_state = 94, .external_lex_state = 32}, + [5766] = {.lex_state = 94, .external_lex_state = 32}, + [5767] = {.lex_state = 718, .external_lex_state = 91}, + [5768] = {.lex_state = 718, .external_lex_state = 91}, + [5769] = {.lex_state = 94, .external_lex_state = 32}, + [5770] = {.lex_state = 718, .external_lex_state = 91}, + [5771] = {.lex_state = 76, .external_lex_state = 79}, + [5772] = {.lex_state = 94, .external_lex_state = 32}, + [5773] = {.lex_state = 94, .external_lex_state = 32}, + [5774] = {.lex_state = 94, .external_lex_state = 32}, + [5775] = {.lex_state = 94, .external_lex_state = 32}, + [5776] = {.lex_state = 94, .external_lex_state = 32}, + [5777] = {.lex_state = 718, .external_lex_state = 97}, + [5778] = {.lex_state = 718, .external_lex_state = 78}, + [5779] = {.lex_state = 94, .external_lex_state = 32}, + [5780] = {.lex_state = 94, .external_lex_state = 32}, + [5781] = {.lex_state = 94, .external_lex_state = 32}, + [5782] = {.lex_state = 94, .external_lex_state = 32}, + [5783] = {.lex_state = 94, .external_lex_state = 32}, + [5784] = {.lex_state = 718, .external_lex_state = 97}, + [5785] = {.lex_state = 718, .external_lex_state = 91}, + [5786] = {.lex_state = 718, .external_lex_state = 91}, + [5787] = {.lex_state = 94, .external_lex_state = 32}, + [5788] = {.lex_state = 718, .external_lex_state = 97}, + [5789] = {.lex_state = 94, .external_lex_state = 32}, + [5790] = {.lex_state = 718, .external_lex_state = 91}, + [5791] = {.lex_state = 718, .external_lex_state = 91}, + [5792] = {.lex_state = 94, .external_lex_state = 32}, + [5793] = {.lex_state = 94, .external_lex_state = 32}, + [5794] = {.lex_state = 94, .external_lex_state = 32}, + [5795] = {.lex_state = 121, .external_lex_state = 103}, + [5796] = {.lex_state = 94, .external_lex_state = 32}, + [5797] = {.lex_state = 94, .external_lex_state = 32}, + [5798] = {.lex_state = 94, .external_lex_state = 32}, + [5799] = {.lex_state = 94, .external_lex_state = 32}, + [5800] = {.lex_state = 94, .external_lex_state = 32}, + [5801] = {.lex_state = 94, .external_lex_state = 32}, + [5802] = {.lex_state = 94, .external_lex_state = 32}, + [5803] = {.lex_state = 94, .external_lex_state = 32}, + [5804] = {.lex_state = 94, .external_lex_state = 32}, + [5805] = {.lex_state = 94, .external_lex_state = 32}, + [5806] = {.lex_state = 94, .external_lex_state = 32}, + [5807] = {.lex_state = 94, .external_lex_state = 32}, + [5808] = {.lex_state = 94, .external_lex_state = 32}, + [5809] = {.lex_state = 94, .external_lex_state = 32}, + [5810] = {.lex_state = 718, .external_lex_state = 91}, + [5811] = {.lex_state = 94, .external_lex_state = 32}, + [5812] = {.lex_state = 94, .external_lex_state = 32}, + [5813] = {.lex_state = 718, .external_lex_state = 28}, + [5814] = {.lex_state = 94, .external_lex_state = 32}, + [5815] = {.lex_state = 94, .external_lex_state = 32}, + [5816] = {.lex_state = 94, .external_lex_state = 32}, + [5817] = {.lex_state = 94, .external_lex_state = 32}, + [5818] = {.lex_state = 718, .external_lex_state = 28}, + [5819] = {.lex_state = 718, .external_lex_state = 91}, + [5820] = {.lex_state = 94, .external_lex_state = 32}, + [5821] = {.lex_state = 121, .external_lex_state = 103}, + [5822] = {.lex_state = 94, .external_lex_state = 32}, + [5823] = {.lex_state = 94, .external_lex_state = 32}, + [5824] = {.lex_state = 94, .external_lex_state = 32}, + [5825] = {.lex_state = 94, .external_lex_state = 32}, + [5826] = {.lex_state = 94, .external_lex_state = 32}, + [5827] = {.lex_state = 94, .external_lex_state = 32}, + [5828] = {.lex_state = 121, .external_lex_state = 103}, + [5829] = {.lex_state = 94, .external_lex_state = 32}, + [5830] = {.lex_state = 94, .external_lex_state = 32}, + [5831] = {.lex_state = 718, .external_lex_state = 92}, + [5832] = {.lex_state = 718, .external_lex_state = 96}, + [5833] = {.lex_state = 718, .external_lex_state = 71}, + [5834] = {.lex_state = 718, .external_lex_state = 92}, + [5835] = {.lex_state = 94, .external_lex_state = 32}, + [5836] = {.lex_state = 94, .external_lex_state = 32}, + [5837] = {.lex_state = 94, .external_lex_state = 32}, + [5838] = {.lex_state = 94, .external_lex_state = 32}, + [5839] = {.lex_state = 94, .external_lex_state = 32}, + [5840] = {.lex_state = 94, .external_lex_state = 32}, + [5841] = {.lex_state = 94, .external_lex_state = 32}, + [5842] = {.lex_state = 76, .external_lex_state = 50}, + [5843] = {.lex_state = 76, .external_lex_state = 50}, + [5844] = {.lex_state = 718, .external_lex_state = 92}, + [5845] = {.lex_state = 94, .external_lex_state = 32}, + [5846] = {.lex_state = 94, .external_lex_state = 32}, + [5847] = {.lex_state = 94, .external_lex_state = 32}, + [5848] = {.lex_state = 94, .external_lex_state = 32}, + [5849] = {.lex_state = 94, .external_lex_state = 32}, + [5850] = {.lex_state = 94, .external_lex_state = 32}, + [5851] = {.lex_state = 94, .external_lex_state = 32}, + [5852] = {.lex_state = 94, .external_lex_state = 32}, + [5853] = {.lex_state = 100, .external_lex_state = 32}, + [5854] = {.lex_state = 94, .external_lex_state = 32}, + [5855] = {.lex_state = 94, .external_lex_state = 32}, + [5856] = {.lex_state = 94, .external_lex_state = 32}, + [5857] = {.lex_state = 94, .external_lex_state = 32}, + [5858] = {.lex_state = 94, .external_lex_state = 32}, + [5859] = {.lex_state = 76, .external_lex_state = 98}, + [5860] = {.lex_state = 76, .external_lex_state = 50}, + [5861] = {.lex_state = 94, .external_lex_state = 32}, + [5862] = {.lex_state = 94, .external_lex_state = 32}, + [5863] = {.lex_state = 94, .external_lex_state = 32}, + [5864] = {.lex_state = 94, .external_lex_state = 32}, + [5865] = {.lex_state = 94, .external_lex_state = 32}, + [5866] = {.lex_state = 94, .external_lex_state = 32}, + [5867] = {.lex_state = 94, .external_lex_state = 32}, + [5868] = {.lex_state = 94, .external_lex_state = 32}, + [5869] = {.lex_state = 94, .external_lex_state = 32}, + [5870] = {.lex_state = 94, .external_lex_state = 32}, + [5871] = {.lex_state = 94, .external_lex_state = 32}, + [5872] = {.lex_state = 94, .external_lex_state = 32}, + [5873] = {.lex_state = 94, .external_lex_state = 32}, + [5874] = {.lex_state = 119, .external_lex_state = 98}, + [5875] = {.lex_state = 94, .external_lex_state = 32}, + [5876] = {.lex_state = 94, .external_lex_state = 32}, + [5877] = {.lex_state = 119, .external_lex_state = 98}, + [5878] = {.lex_state = 119, .external_lex_state = 98}, + [5879] = {.lex_state = 119, .external_lex_state = 98}, + [5880] = {.lex_state = 76, .external_lex_state = 98}, + [5881] = {.lex_state = 718, .external_lex_state = 73}, + [5882] = {.lex_state = 718, .external_lex_state = 91}, + [5883] = {.lex_state = 718, .external_lex_state = 73}, + [5884] = {.lex_state = 94, .external_lex_state = 32}, + [5885] = {.lex_state = 94, .external_lex_state = 32}, + [5886] = {.lex_state = 94, .external_lex_state = 32}, + [5887] = {.lex_state = 94, .external_lex_state = 32}, + [5888] = {.lex_state = 94, .external_lex_state = 32}, + [5889] = {.lex_state = 94, .external_lex_state = 32}, + [5890] = {.lex_state = 718, .external_lex_state = 71}, + [5891] = {.lex_state = 119, .external_lex_state = 98}, + [5892] = {.lex_state = 76, .external_lex_state = 98}, + [5893] = {.lex_state = 94, .external_lex_state = 32}, + [5894] = {.lex_state = 94, .external_lex_state = 32}, + [5895] = {.lex_state = 94, .external_lex_state = 32}, + [5896] = {.lex_state = 94, .external_lex_state = 32}, + [5897] = {.lex_state = 94, .external_lex_state = 32}, + [5898] = {.lex_state = 94, .external_lex_state = 32}, + [5899] = {.lex_state = 94, .external_lex_state = 32}, + [5900] = {.lex_state = 94, .external_lex_state = 32}, + [5901] = {.lex_state = 76, .external_lex_state = 50}, + [5902] = {.lex_state = 718, .external_lex_state = 93}, + [5903] = {.lex_state = 718, .external_lex_state = 92}, + [5904] = {.lex_state = 718, .external_lex_state = 102}, + [5905] = {.lex_state = 718, .external_lex_state = 91}, + [5906] = {.lex_state = 718, .external_lex_state = 91}, + [5907] = {.lex_state = 718, .external_lex_state = 95}, + [5908] = {.lex_state = 76, .external_lex_state = 50}, + [5909] = {.lex_state = 718, .external_lex_state = 91}, + [5910] = {.lex_state = 718, .external_lex_state = 91}, + [5911] = {.lex_state = 77, .external_lex_state = 32}, + [5912] = {.lex_state = 76, .external_lex_state = 79}, + [5913] = {.lex_state = 718, .external_lex_state = 91}, + [5914] = {.lex_state = 718, .external_lex_state = 102}, + [5915] = {.lex_state = 718, .external_lex_state = 102}, + [5916] = {.lex_state = 718, .external_lex_state = 102}, + [5917] = {.lex_state = 718, .external_lex_state = 91}, + [5918] = {.lex_state = 718, .external_lex_state = 69}, + [5919] = {.lex_state = 718, .external_lex_state = 69}, + [5920] = {.lex_state = 718, .external_lex_state = 93}, + [5921] = {.lex_state = 718, .external_lex_state = 92}, + [5922] = {.lex_state = 718, .external_lex_state = 93}, + [5923] = {.lex_state = 718, .external_lex_state = 69}, + [5924] = {.lex_state = 718, .external_lex_state = 102}, + [5925] = {.lex_state = 718, .external_lex_state = 72}, + [5926] = {.lex_state = 718, .external_lex_state = 50}, + [5927] = {.lex_state = 718, .external_lex_state = 95}, + [5928] = {.lex_state = 718, .external_lex_state = 92}, + [5929] = {.lex_state = 718, .external_lex_state = 95}, + [5930] = {.lex_state = 76, .external_lex_state = 50}, + [5931] = {.lex_state = 718, .external_lex_state = 92}, + [5932] = {.lex_state = 718, .external_lex_state = 95}, + [5933] = {.lex_state = 76, .external_lex_state = 50}, + [5934] = {.lex_state = 94, .external_lex_state = 32}, + [5935] = {.lex_state = 76, .external_lex_state = 79}, + [5936] = {.lex_state = 718, .external_lex_state = 72}, + [5937] = {.lex_state = 718, .external_lex_state = 72}, + [5938] = {.lex_state = 718, .external_lex_state = 93}, + [5939] = {.lex_state = 718, .external_lex_state = 93}, + [5940] = {.lex_state = 718, .external_lex_state = 72}, + [5941] = {.lex_state = 718, .external_lex_state = 93}, + [5942] = {.lex_state = 718, .external_lex_state = 102}, + [5943] = {.lex_state = 76, .external_lex_state = 50}, + [5944] = {.lex_state = 718, .external_lex_state = 95}, + [5945] = {.lex_state = 718, .external_lex_state = 50}, + [5946] = {.lex_state = 76, .external_lex_state = 79}, + [5947] = {.lex_state = 76, .external_lex_state = 50}, + [5948] = {.lex_state = 76, .external_lex_state = 79}, + [5949] = {.lex_state = 76, .external_lex_state = 79}, + [5950] = {.lex_state = 718, .external_lex_state = 93}, + [5951] = {.lex_state = 718, .external_lex_state = 95}, + [5952] = {.lex_state = 718, .external_lex_state = 95}, + [5953] = {.lex_state = 718, .external_lex_state = 92}, + [5954] = {.lex_state = 718, .external_lex_state = 69}, + [5955] = {.lex_state = 718, .external_lex_state = 92}, + [5956] = {.lex_state = 718, .external_lex_state = 93}, + [5957] = {.lex_state = 718, .external_lex_state = 95}, + [5958] = {.lex_state = 718, .external_lex_state = 102}, + [5959] = {.lex_state = 720, .external_lex_state = 47}, + [5960] = {.lex_state = 718, .external_lex_state = 78}, + [5961] = {.lex_state = 718, .external_lex_state = 94}, + [5962] = {.lex_state = 94, .external_lex_state = 32}, + [5963] = {.lex_state = 718, .external_lex_state = 101}, + [5964] = {.lex_state = 720, .external_lex_state = 47}, + [5965] = {.lex_state = 718, .external_lex_state = 72}, + [5966] = {.lex_state = 718, .external_lex_state = 92}, + [5967] = {.lex_state = 718, .external_lex_state = 92}, + [5968] = {.lex_state = 718, .external_lex_state = 95}, + [5969] = {.lex_state = 718, .external_lex_state = 69}, + [5970] = {.lex_state = 718, .external_lex_state = 92}, + [5971] = {.lex_state = 718, .external_lex_state = 102}, + [5972] = {.lex_state = 718, .external_lex_state = 92}, + [5973] = {.lex_state = 718, .external_lex_state = 28}, + [5974] = {.lex_state = 720, .external_lex_state = 104}, + [5975] = {.lex_state = 76, .external_lex_state = 50}, + [5976] = {.lex_state = 718, .external_lex_state = 92}, + [5977] = {.lex_state = 76, .external_lex_state = 50}, + [5978] = {.lex_state = 76, .external_lex_state = 50}, + [5979] = {.lex_state = 76, .external_lex_state = 50}, + [5980] = {.lex_state = 76, .external_lex_state = 50}, + [5981] = {.lex_state = 718, .external_lex_state = 75}, + [5982] = {.lex_state = 718, .external_lex_state = 92}, + [5983] = {.lex_state = 718, .external_lex_state = 92}, + [5984] = {.lex_state = 718, .external_lex_state = 95}, + [5985] = {.lex_state = 718, .external_lex_state = 92}, + [5986] = {.lex_state = 718, .external_lex_state = 92}, + [5987] = {.lex_state = 718, .external_lex_state = 28}, + [5988] = {.lex_state = 76, .external_lex_state = 50}, + [5989] = {.lex_state = 718, .external_lex_state = 93}, + [5990] = {.lex_state = 718, .external_lex_state = 92}, + [5991] = {.lex_state = 718, .external_lex_state = 75}, + [5992] = {.lex_state = 718, .external_lex_state = 93}, + [5993] = {.lex_state = 718, .external_lex_state = 95}, + [5994] = {.lex_state = 718, .external_lex_state = 94}, + [5995] = {.lex_state = 77, .external_lex_state = 32}, + [5996] = {.lex_state = 718, .external_lex_state = 75}, + [5997] = {.lex_state = 718, .external_lex_state = 94}, + [5998] = {.lex_state = 720, .external_lex_state = 94}, + [5999] = {.lex_state = 718, .external_lex_state = 94}, + [6000] = {.lex_state = 720, .external_lex_state = 94}, + [6001] = {.lex_state = 718, .external_lex_state = 75}, + [6002] = {.lex_state = 718, .external_lex_state = 93}, + [6003] = {.lex_state = 718, .external_lex_state = 94}, + [6004] = {.lex_state = 718, .external_lex_state = 94}, + [6005] = {.lex_state = 76, .external_lex_state = 50}, + [6006] = {.lex_state = 718, .external_lex_state = 94}, + [6007] = {.lex_state = 718, .external_lex_state = 92}, + [6008] = {.lex_state = 718, .external_lex_state = 99}, + [6009] = {.lex_state = 718, .external_lex_state = 75}, + [6010] = {.lex_state = 718, .external_lex_state = 92}, + [6011] = {.lex_state = 718, .external_lex_state = 94}, + [6012] = {.lex_state = 718, .external_lex_state = 94}, + [6013] = {.lex_state = 718, .external_lex_state = 99}, + [6014] = {.lex_state = 718, .external_lex_state = 91}, + [6015] = {.lex_state = 718, .external_lex_state = 99}, + [6016] = {.lex_state = 718, .external_lex_state = 92}, + [6017] = {.lex_state = 718, .external_lex_state = 93}, + [6018] = {.lex_state = 718, .external_lex_state = 95}, + [6019] = {.lex_state = 718, .external_lex_state = 94}, + [6020] = {.lex_state = 718, .external_lex_state = 92}, + [6021] = {.lex_state = 718, .external_lex_state = 96}, + [6022] = {.lex_state = 718, .external_lex_state = 97}, + [6023] = {.lex_state = 718, .external_lex_state = 97}, + [6024] = {.lex_state = 718, .external_lex_state = 96}, + [6025] = {.lex_state = 718, .external_lex_state = 97}, + [6026] = {.lex_state = 718, .external_lex_state = 97}, + [6027] = {.lex_state = 720, .external_lex_state = 104}, + [6028] = {.lex_state = 718, .external_lex_state = 93}, + [6029] = {.lex_state = 76, .external_lex_state = 98}, + [6030] = {.lex_state = 718, .external_lex_state = 97}, + [6031] = {.lex_state = 720, .external_lex_state = 105}, + [6032] = {.lex_state = 718, .external_lex_state = 81}, + [6033] = {.lex_state = 718, .external_lex_state = 96}, + [6034] = {.lex_state = 718, .external_lex_state = 106}, + [6035] = {.lex_state = 718, .external_lex_state = 106}, + [6036] = {.lex_state = 718, .external_lex_state = 78}, + [6037] = {.lex_state = 718, .external_lex_state = 96}, + [6038] = {.lex_state = 718, .external_lex_state = 96}, + [6039] = {.lex_state = 718, .external_lex_state = 95}, + [6040] = {.lex_state = 94, .external_lex_state = 32}, + [6041] = {.lex_state = 718, .external_lex_state = 93}, + [6042] = {.lex_state = 94, .external_lex_state = 32}, + [6043] = {.lex_state = 718, .external_lex_state = 96}, + [6044] = {.lex_state = 718, .external_lex_state = 93}, + [6045] = {.lex_state = 94, .external_lex_state = 32}, + [6046] = {.lex_state = 718, .external_lex_state = 97}, + [6047] = {.lex_state = 718, .external_lex_state = 95}, + [6048] = {.lex_state = 718, .external_lex_state = 97}, + [6049] = {.lex_state = 94, .external_lex_state = 32}, + [6050] = {.lex_state = 76, .external_lex_state = 98}, + [6051] = {.lex_state = 718, .external_lex_state = 101}, + [6052] = {.lex_state = 718, .external_lex_state = 81}, + [6053] = {.lex_state = 718, .external_lex_state = 95}, + [6054] = {.lex_state = 718, .external_lex_state = 93}, + [6055] = {.lex_state = 718, .external_lex_state = 95}, + [6056] = {.lex_state = 718, .external_lex_state = 97}, + [6057] = {.lex_state = 720, .external_lex_state = 96}, + [6058] = {.lex_state = 76, .external_lex_state = 98}, + [6059] = {.lex_state = 76, .external_lex_state = 98}, + [6060] = {.lex_state = 76, .external_lex_state = 98}, + [6061] = {.lex_state = 718, .external_lex_state = 92}, + [6062] = {.lex_state = 718, .external_lex_state = 106}, + [6063] = {.lex_state = 76, .external_lex_state = 98}, + [6064] = {.lex_state = 718, .external_lex_state = 96}, + [6065] = {.lex_state = 718, .external_lex_state = 78}, + [6066] = {.lex_state = 718, .external_lex_state = 92}, + [6067] = {.lex_state = 718, .external_lex_state = 29}, + [6068] = {.lex_state = 718, .external_lex_state = 50}, + [6069] = {.lex_state = 718, .external_lex_state = 93}, + [6070] = {.lex_state = 718, .external_lex_state = 97}, + [6071] = {.lex_state = 718, .external_lex_state = 78}, + [6072] = {.lex_state = 718, .external_lex_state = 93}, + [6073] = {.lex_state = 718, .external_lex_state = 92}, + [6074] = {.lex_state = 718, .external_lex_state = 95}, + [6075] = {.lex_state = 720, .external_lex_state = 104}, + [6076] = {.lex_state = 718, .external_lex_state = 92}, + [6077] = {.lex_state = 718, .external_lex_state = 78}, + [6078] = {.lex_state = 76, .external_lex_state = 29}, + [6079] = {.lex_state = 720, .external_lex_state = 96}, + [6080] = {.lex_state = 718, .external_lex_state = 97}, + [6081] = {.lex_state = 76, .external_lex_state = 29}, + [6082] = {.lex_state = 718, .external_lex_state = 97}, + [6083] = {.lex_state = 718, .external_lex_state = 95}, + [6084] = {.lex_state = 718, .external_lex_state = 92}, + [6085] = {.lex_state = 718, .external_lex_state = 106}, + [6086] = {.lex_state = 718, .external_lex_state = 96}, + [6087] = {.lex_state = 718, .external_lex_state = 92}, + [6088] = {.lex_state = 718, .external_lex_state = 95}, + [6089] = {.lex_state = 718, .external_lex_state = 106}, + [6090] = {.lex_state = 718, .external_lex_state = 95}, + [6091] = {.lex_state = 718, .external_lex_state = 95}, + [6092] = {.lex_state = 718, .external_lex_state = 106}, + [6093] = {.lex_state = 76, .external_lex_state = 98}, + [6094] = {.lex_state = 718, .external_lex_state = 106}, + [6095] = {.lex_state = 94, .external_lex_state = 32}, + [6096] = {.lex_state = 718, .external_lex_state = 95}, + [6097] = {.lex_state = 720, .external_lex_state = 94}, + [6098] = {.lex_state = 720, .external_lex_state = 105}, + [6099] = {.lex_state = 718, .external_lex_state = 106}, + [6100] = {.lex_state = 718, .external_lex_state = 106}, + [6101] = {.lex_state = 718, .external_lex_state = 95}, + [6102] = {.lex_state = 718, .external_lex_state = 78}, + [6103] = {.lex_state = 720, .external_lex_state = 94}, + [6104] = {.lex_state = 718, .external_lex_state = 95}, + [6105] = {.lex_state = 720, .external_lex_state = 94}, + [6106] = {.lex_state = 718, .external_lex_state = 95}, + [6107] = {.lex_state = 718, .external_lex_state = 95}, + [6108] = {.lex_state = 720, .external_lex_state = 94}, + [6109] = {.lex_state = 718, .external_lex_state = 93}, + [6110] = {.lex_state = 720, .external_lex_state = 94}, + [6111] = {.lex_state = 718, .external_lex_state = 95}, + [6112] = {.lex_state = 718, .external_lex_state = 95}, + [6113] = {.lex_state = 76, .external_lex_state = 98}, + [6114] = {.lex_state = 718, .external_lex_state = 106}, + [6115] = {.lex_state = 76, .external_lex_state = 98}, + [6116] = {.lex_state = 720, .external_lex_state = 94}, + [6117] = {.lex_state = 720, .external_lex_state = 94}, + [6118] = {.lex_state = 718, .external_lex_state = 96}, + [6119] = {.lex_state = 718, .external_lex_state = 106}, + [6120] = {.lex_state = 718, .external_lex_state = 93}, + [6121] = {.lex_state = 718, .external_lex_state = 95}, + [6122] = {.lex_state = 718, .external_lex_state = 106}, + [6123] = {.lex_state = 718, .external_lex_state = 81}, + [6124] = {.lex_state = 718, .external_lex_state = 95}, + [6125] = {.lex_state = 718, .external_lex_state = 81}, + [6126] = {.lex_state = 718, .external_lex_state = 95}, + [6127] = {.lex_state = 720, .external_lex_state = 105}, + [6128] = {.lex_state = 76, .external_lex_state = 98}, + [6129] = {.lex_state = 718, .external_lex_state = 96}, + [6130] = {.lex_state = 718, .external_lex_state = 29}, + [6131] = {.lex_state = 718, .external_lex_state = 93}, + [6132] = {.lex_state = 718, .external_lex_state = 97}, + [6133] = {.lex_state = 76, .external_lex_state = 29}, + [6134] = {.lex_state = 718, .external_lex_state = 97}, + [6135] = {.lex_state = 94, .external_lex_state = 32}, + [6136] = {.lex_state = 720, .external_lex_state = 105}, + [6137] = {.lex_state = 718, .external_lex_state = 102}, + [6138] = {.lex_state = 718, .external_lex_state = 106}, + [6139] = {.lex_state = 718, .external_lex_state = 99}, + [6140] = {.lex_state = 82, .external_lex_state = 32}, + [6141] = {.lex_state = 718, .external_lex_state = 102}, + [6142] = {.lex_state = 718, .external_lex_state = 49}, + [6143] = {.lex_state = 718, .external_lex_state = 106}, + [6144] = {.lex_state = 82, .external_lex_state = 32}, + [6145] = {.lex_state = 720, .external_lex_state = 96}, + [6146] = {.lex_state = 718, .external_lex_state = 97}, + [6147] = {.lex_state = 718, .external_lex_state = 106}, + [6148] = {.lex_state = 718, .external_lex_state = 106}, + [6149] = {.lex_state = 82, .external_lex_state = 32}, + [6150] = {.lex_state = 718, .external_lex_state = 50}, + [6151] = {.lex_state = 82, .external_lex_state = 32}, + [6152] = {.lex_state = 82, .external_lex_state = 32}, + [6153] = {.lex_state = 720, .external_lex_state = 105}, + [6154] = {.lex_state = 119, .external_lex_state = 98}, + [6155] = {.lex_state = 82, .external_lex_state = 32}, + [6156] = {.lex_state = 82, .external_lex_state = 32}, + [6157] = {.lex_state = 718, .external_lex_state = 106}, + [6158] = {.lex_state = 718, .external_lex_state = 106}, + [6159] = {.lex_state = 718, .external_lex_state = 97}, + [6160] = {.lex_state = 718, .external_lex_state = 106}, + [6161] = {.lex_state = 720, .external_lex_state = 96}, + [6162] = {.lex_state = 82, .external_lex_state = 32}, + [6163] = {.lex_state = 718, .external_lex_state = 97}, + [6164] = {.lex_state = 720, .external_lex_state = 96}, + [6165] = {.lex_state = 82, .external_lex_state = 32}, + [6166] = {.lex_state = 82, .external_lex_state = 32}, + [6167] = {.lex_state = 82, .external_lex_state = 32}, + [6168] = {.lex_state = 718, .external_lex_state = 50}, + [6169] = {.lex_state = 718, .external_lex_state = 106}, + [6170] = {.lex_state = 718, .external_lex_state = 97}, + [6171] = {.lex_state = 718, .external_lex_state = 97}, + [6172] = {.lex_state = 718, .external_lex_state = 99}, + [6173] = {.lex_state = 718, .external_lex_state = 50}, + [6174] = {.lex_state = 718, .external_lex_state = 106}, + [6175] = {.lex_state = 718, .external_lex_state = 48}, + [6176] = {.lex_state = 82, .external_lex_state = 32}, + [6177] = {.lex_state = 82, .external_lex_state = 32}, + [6178] = {.lex_state = 718, .external_lex_state = 50}, + [6179] = {.lex_state = 82, .external_lex_state = 32}, + [6180] = {.lex_state = 720, .external_lex_state = 98}, + [6181] = {.lex_state = 82, .external_lex_state = 32}, + [6182] = {.lex_state = 82, .external_lex_state = 32}, + [6183] = {.lex_state = 718, .external_lex_state = 102}, + [6184] = {.lex_state = 718, .external_lex_state = 95}, + [6185] = {.lex_state = 718, .external_lex_state = 48}, + [6186] = {.lex_state = 718, .external_lex_state = 50}, + [6187] = {.lex_state = 718, .external_lex_state = 50}, + [6188] = {.lex_state = 718, .external_lex_state = 93}, + [6189] = {.lex_state = 82, .external_lex_state = 32}, + [6190] = {.lex_state = 119, .external_lex_state = 98}, + [6191] = {.lex_state = 718, .external_lex_state = 70}, + [6192] = {.lex_state = 718, .external_lex_state = 99}, + [6193] = {.lex_state = 720, .external_lex_state = 105}, + [6194] = {.lex_state = 119, .external_lex_state = 98}, + [6195] = {.lex_state = 119, .external_lex_state = 98}, + [6196] = {.lex_state = 718, .external_lex_state = 106}, + [6197] = {.lex_state = 718, .external_lex_state = 95}, + [6198] = {.lex_state = 720, .external_lex_state = 96}, + [6199] = {.lex_state = 718, .external_lex_state = 99}, + [6200] = {.lex_state = 121, .external_lex_state = 103}, + [6201] = {.lex_state = 720, .external_lex_state = 96}, + [6202] = {.lex_state = 718, .external_lex_state = 50}, + [6203] = {.lex_state = 720, .external_lex_state = 104}, + [6204] = {.lex_state = 720, .external_lex_state = 105}, + [6205] = {.lex_state = 718, .external_lex_state = 95}, + [6206] = {.lex_state = 718, .external_lex_state = 95}, + [6207] = {.lex_state = 82, .external_lex_state = 32}, + [6208] = {.lex_state = 718, .external_lex_state = 97}, + [6209] = {.lex_state = 718, .external_lex_state = 106}, + [6210] = {.lex_state = 720, .external_lex_state = 105}, + [6211] = {.lex_state = 718, .external_lex_state = 95}, + [6212] = {.lex_state = 718, .external_lex_state = 95}, + [6213] = {.lex_state = 82, .external_lex_state = 32}, + [6214] = {.lex_state = 82, .external_lex_state = 32}, + [6215] = {.lex_state = 121, .external_lex_state = 32}, + [6216] = {.lex_state = 119, .external_lex_state = 98}, + [6217] = {.lex_state = 718, .external_lex_state = 107}, + [6218] = {.lex_state = 718, .external_lex_state = 95}, + [6219] = {.lex_state = 718, .external_lex_state = 70}, + [6220] = {.lex_state = 82, .external_lex_state = 32}, + [6221] = {.lex_state = 718, .external_lex_state = 107}, + [6222] = {.lex_state = 720, .external_lex_state = 96}, + [6223] = {.lex_state = 718, .external_lex_state = 99}, + [6224] = {.lex_state = 720, .external_lex_state = 98}, + [6225] = {.lex_state = 718, .external_lex_state = 99}, + [6226] = {.lex_state = 718, .external_lex_state = 99}, + [6227] = {.lex_state = 720, .external_lex_state = 96}, + [6228] = {.lex_state = 718, .external_lex_state = 81}, + [6229] = {.lex_state = 718, .external_lex_state = 99}, + [6230] = {.lex_state = 718, .external_lex_state = 99}, + [6231] = {.lex_state = 119, .external_lex_state = 98}, + [6232] = {.lex_state = 119, .external_lex_state = 98}, + [6233] = {.lex_state = 718, .external_lex_state = 99}, + [6234] = {.lex_state = 718, .external_lex_state = 99}, + [6235] = {.lex_state = 718, .external_lex_state = 99}, + [6236] = {.lex_state = 718, .external_lex_state = 106}, + [6237] = {.lex_state = 718, .external_lex_state = 49}, + [6238] = {.lex_state = 720, .external_lex_state = 105}, + [6239] = {.lex_state = 94, .external_lex_state = 32}, + [6240] = {.lex_state = 718, .external_lex_state = 50}, + [6241] = {.lex_state = 84, .external_lex_state = 32}, + [6242] = {.lex_state = 84, .external_lex_state = 32}, + [6243] = {.lex_state = 84, .external_lex_state = 32}, + [6244] = {.lex_state = 718, .external_lex_state = 50}, + [6245] = {.lex_state = 121, .external_lex_state = 103}, + [6246] = {.lex_state = 718, .external_lex_state = 50}, + [6247] = {.lex_state = 718, .external_lex_state = 100}, + [6248] = {.lex_state = 718, .external_lex_state = 50}, + [6249] = {.lex_state = 718, .external_lex_state = 50}, + [6250] = {.lex_state = 720, .external_lex_state = 105}, + [6251] = {.lex_state = 718, .external_lex_state = 97}, + [6252] = {.lex_state = 718, .external_lex_state = 50}, + [6253] = {.lex_state = 718, .external_lex_state = 50}, + [6254] = {.lex_state = 718, .external_lex_state = 50}, + [6255] = {.lex_state = 718, .external_lex_state = 50}, + [6256] = {.lex_state = 718, .external_lex_state = 50}, + [6257] = {.lex_state = 84, .external_lex_state = 32}, + [6258] = {.lex_state = 718, .external_lex_state = 81}, + [6259] = {.lex_state = 718, .external_lex_state = 50}, + [6260] = {.lex_state = 718, .external_lex_state = 50}, + [6261] = {.lex_state = 718, .external_lex_state = 50}, + [6262] = {.lex_state = 84, .external_lex_state = 32}, + [6263] = {.lex_state = 718, .external_lex_state = 50}, + [6264] = {.lex_state = 720, .external_lex_state = 105}, + [6265] = {.lex_state = 121, .external_lex_state = 103}, + [6266] = {.lex_state = 720, .external_lex_state = 105}, + [6267] = {.lex_state = 720, .external_lex_state = 105}, + [6268] = {.lex_state = 718, .external_lex_state = 50}, + [6269] = {.lex_state = 84, .external_lex_state = 32}, + [6270] = {.lex_state = 720, .external_lex_state = 105}, + [6271] = {.lex_state = 718, .external_lex_state = 50}, + [6272] = {.lex_state = 84, .external_lex_state = 32}, + [6273] = {.lex_state = 84, .external_lex_state = 32}, + [6274] = {.lex_state = 718, .external_lex_state = 50}, + [6275] = {.lex_state = 718, .external_lex_state = 99}, + [6276] = {.lex_state = 720, .external_lex_state = 105}, + [6277] = {.lex_state = 84, .external_lex_state = 32}, + [6278] = {.lex_state = 718, .external_lex_state = 50}, + [6279] = {.lex_state = 84, .external_lex_state = 32}, + [6280] = {.lex_state = 718, .external_lex_state = 50}, + [6281] = {.lex_state = 84, .external_lex_state = 32}, + [6282] = {.lex_state = 718, .external_lex_state = 50}, + [6283] = {.lex_state = 720, .external_lex_state = 105}, + [6284] = {.lex_state = 718, .external_lex_state = 50}, + [6285] = {.lex_state = 84, .external_lex_state = 32}, + [6286] = {.lex_state = 718, .external_lex_state = 50}, + [6287] = {.lex_state = 119, .external_lex_state = 98}, + [6288] = {.lex_state = 718, .external_lex_state = 50}, + [6289] = {.lex_state = 718, .external_lex_state = 105}, + [6290] = {.lex_state = 84, .external_lex_state = 32}, + [6291] = {.lex_state = 84, .external_lex_state = 32}, + [6292] = {.lex_state = 718, .external_lex_state = 81}, + [6293] = {.lex_state = 718, .external_lex_state = 50}, + [6294] = {.lex_state = 718, .external_lex_state = 50}, + [6295] = {.lex_state = 720, .external_lex_state = 105}, + [6296] = {.lex_state = 84, .external_lex_state = 32}, + [6297] = {.lex_state = 718, .external_lex_state = 81}, + [6298] = {.lex_state = 718, .external_lex_state = 81}, + [6299] = {.lex_state = 718, .external_lex_state = 81}, + [6300] = {.lex_state = 718, .external_lex_state = 50}, + [6301] = {.lex_state = 84, .external_lex_state = 32}, + [6302] = {.lex_state = 718, .external_lex_state = 99}, + [6303] = {.lex_state = 84, .external_lex_state = 32}, + [6304] = {.lex_state = 718, .external_lex_state = 70}, + [6305] = {.lex_state = 720, .external_lex_state = 105}, + [6306] = {.lex_state = 720, .external_lex_state = 105}, + [6307] = {.lex_state = 720, .external_lex_state = 105}, + [6308] = {.lex_state = 720, .external_lex_state = 105}, + [6309] = {.lex_state = 84, .external_lex_state = 32}, + [6310] = {.lex_state = 718, .external_lex_state = 99}, + [6311] = {.lex_state = 718, .external_lex_state = 50}, + [6312] = {.lex_state = 720, .external_lex_state = 105}, + [6313] = {.lex_state = 84, .external_lex_state = 32}, + [6314] = {.lex_state = 718, .external_lex_state = 50}, + [6315] = {.lex_state = 718, .external_lex_state = 99}, + [6316] = {.lex_state = 718, .external_lex_state = 99}, + [6317] = {.lex_state = 718, .external_lex_state = 50}, + [6318] = {.lex_state = 720, .external_lex_state = 105}, + [6319] = {.lex_state = 718, .external_lex_state = 50}, + [6320] = {.lex_state = 718, .external_lex_state = 70}, + [6321] = {.lex_state = 718, .external_lex_state = 50}, + [6322] = {.lex_state = 119, .external_lex_state = 98}, + [6323] = {.lex_state = 718, .external_lex_state = 99}, + [6324] = {.lex_state = 84, .external_lex_state = 32}, + [6325] = {.lex_state = 718, .external_lex_state = 50}, + [6326] = {.lex_state = 718, .external_lex_state = 99}, + [6327] = {.lex_state = 718, .external_lex_state = 50}, + [6328] = {.lex_state = 84, .external_lex_state = 32}, + [6329] = {.lex_state = 718, .external_lex_state = 50}, + [6330] = {.lex_state = 720, .external_lex_state = 105}, + [6331] = {.lex_state = 720, .external_lex_state = 105}, + [6332] = {.lex_state = 718, .external_lex_state = 32}, + [6333] = {.lex_state = 720, .external_lex_state = 105}, + [6334] = {.lex_state = 720, .external_lex_state = 105}, + [6335] = {.lex_state = 718, .external_lex_state = 102}, + [6336] = {.lex_state = 718, .external_lex_state = 97}, + [6337] = {.lex_state = 720, .external_lex_state = 105}, + [6338] = {.lex_state = 718, .external_lex_state = 97}, + [6339] = {.lex_state = 718, .external_lex_state = 102}, + [6340] = {.lex_state = 718, .external_lex_state = 32}, + [6341] = {.lex_state = 718, .external_lex_state = 102}, + [6342] = {.lex_state = 718, .external_lex_state = 32}, + [6343] = {.lex_state = 718, .external_lex_state = 32}, + [6344] = {.lex_state = 718, .external_lex_state = 97}, + [6345] = {.lex_state = 718, .external_lex_state = 102}, + [6346] = {.lex_state = 718, .external_lex_state = 102}, + [6347] = {.lex_state = 121, .external_lex_state = 32}, + [6348] = {.lex_state = 720, .external_lex_state = 105}, + [6349] = {.lex_state = 718, .external_lex_state = 102}, + [6350] = {.lex_state = 718, .external_lex_state = 32}, + [6351] = {.lex_state = 720, .external_lex_state = 105}, + [6352] = {.lex_state = 718, .external_lex_state = 97}, + [6353] = {.lex_state = 718, .external_lex_state = 100}, + [6354] = {.lex_state = 718, .external_lex_state = 32}, + [6355] = {.lex_state = 76, .external_lex_state = 50}, + [6356] = {.lex_state = 718, .external_lex_state = 102}, + [6357] = {.lex_state = 121, .external_lex_state = 32}, + [6358] = {.lex_state = 718, .external_lex_state = 32}, + [6359] = {.lex_state = 720, .external_lex_state = 105}, + [6360] = {.lex_state = 720, .external_lex_state = 108}, + [6361] = {.lex_state = 718, .external_lex_state = 102}, + [6362] = {.lex_state = 718, .external_lex_state = 100}, + [6363] = {.lex_state = 720, .external_lex_state = 105}, + [6364] = {.lex_state = 718, .external_lex_state = 32}, + [6365] = {.lex_state = 720, .external_lex_state = 105}, + [6366] = {.lex_state = 718, .external_lex_state = 102}, + [6367] = {.lex_state = 76, .external_lex_state = 50}, + [6368] = {.lex_state = 718, .external_lex_state = 32}, + [6369] = {.lex_state = 718, .external_lex_state = 102}, + [6370] = {.lex_state = 718, .external_lex_state = 105}, + [6371] = {.lex_state = 720, .external_lex_state = 105}, + [6372] = {.lex_state = 720, .external_lex_state = 105}, + [6373] = {.lex_state = 718, .external_lex_state = 105}, + [6374] = {.lex_state = 718, .external_lex_state = 100}, + [6375] = {.lex_state = 718, .external_lex_state = 100}, + [6376] = {.lex_state = 718, .external_lex_state = 102}, + [6377] = {.lex_state = 718, .external_lex_state = 102}, + [6378] = {.lex_state = 718, .external_lex_state = 97}, + [6379] = {.lex_state = 718, .external_lex_state = 100}, + [6380] = {.lex_state = 720, .external_lex_state = 105}, + [6381] = {.lex_state = 718, .external_lex_state = 32}, + [6382] = {.lex_state = 720, .external_lex_state = 105}, + [6383] = {.lex_state = 718, .external_lex_state = 100}, + [6384] = {.lex_state = 718, .external_lex_state = 109}, + [6385] = {.lex_state = 76, .external_lex_state = 50}, + [6386] = {.lex_state = 76, .external_lex_state = 50}, + [6387] = {.lex_state = 121, .external_lex_state = 32}, + [6388] = {.lex_state = 121, .external_lex_state = 32}, + [6389] = {.lex_state = 718, .external_lex_state = 109}, + [6390] = {.lex_state = 718, .external_lex_state = 109}, + [6391] = {.lex_state = 718, .external_lex_state = 109}, + [6392] = {.lex_state = 119, .external_lex_state = 110}, + [6393] = {.lex_state = 718, .external_lex_state = 109}, + [6394] = {.lex_state = 718, .external_lex_state = 109}, + [6395] = {.lex_state = 718, .external_lex_state = 109}, + [6396] = {.lex_state = 718, .external_lex_state = 109}, + [6397] = {.lex_state = 77, .external_lex_state = 32}, + [6398] = {.lex_state = 718, .external_lex_state = 109}, + [6399] = {.lex_state = 720, .external_lex_state = 88}, + [6400] = {.lex_state = 718, .external_lex_state = 109}, + [6401] = {.lex_state = 718, .external_lex_state = 102}, + [6402] = {.lex_state = 121, .external_lex_state = 32}, + [6403] = {.lex_state = 718, .external_lex_state = 109}, + [6404] = {.lex_state = 720, .external_lex_state = 88}, + [6405] = {.lex_state = 718, .external_lex_state = 105}, + [6406] = {.lex_state = 718, .external_lex_state = 105}, + [6407] = {.lex_state = 720, .external_lex_state = 88}, + [6408] = {.lex_state = 718, .external_lex_state = 105}, + [6409] = {.lex_state = 718, .external_lex_state = 109}, + [6410] = {.lex_state = 718, .external_lex_state = 109}, + [6411] = {.lex_state = 76, .external_lex_state = 50}, + [6412] = {.lex_state = 720, .external_lex_state = 88}, + [6413] = {.lex_state = 76, .external_lex_state = 50}, + [6414] = {.lex_state = 718, .external_lex_state = 109}, + [6415] = {.lex_state = 718, .external_lex_state = 109}, + [6416] = {.lex_state = 720, .external_lex_state = 88}, + [6417] = {.lex_state = 720, .external_lex_state = 88}, + [6418] = {.lex_state = 718, .external_lex_state = 102}, + [6419] = {.lex_state = 718, .external_lex_state = 102}, + [6420] = {.lex_state = 121, .external_lex_state = 32}, + [6421] = {.lex_state = 718, .external_lex_state = 101}, + [6422] = {.lex_state = 718, .external_lex_state = 101}, + [6423] = {.lex_state = 718, .external_lex_state = 100}, + [6424] = {.lex_state = 720, .external_lex_state = 88}, + [6425] = {.lex_state = 720, .external_lex_state = 111}, + [6426] = {.lex_state = 718, .external_lex_state = 109}, + [6427] = {.lex_state = 718, .external_lex_state = 109}, + [6428] = {.lex_state = 718, .external_lex_state = 102}, + [6429] = {.lex_state = 720, .external_lex_state = 88}, + [6430] = {.lex_state = 718, .external_lex_state = 53}, + [6431] = {.lex_state = 718, .external_lex_state = 100}, + [6432] = {.lex_state = 718, .external_lex_state = 109}, + [6433] = {.lex_state = 718, .external_lex_state = 109}, + [6434] = {.lex_state = 718, .external_lex_state = 102}, + [6435] = {.lex_state = 718, .external_lex_state = 101}, + [6436] = {.lex_state = 718, .external_lex_state = 101}, + [6437] = {.lex_state = 718, .external_lex_state = 109}, + [6438] = {.lex_state = 718, .external_lex_state = 109}, + [6439] = {.lex_state = 718, .external_lex_state = 53}, + [6440] = {.lex_state = 718, .external_lex_state = 109}, + [6441] = {.lex_state = 718, .external_lex_state = 109}, + [6442] = {.lex_state = 718, .external_lex_state = 101}, + [6443] = {.lex_state = 718, .external_lex_state = 109}, + [6444] = {.lex_state = 718, .external_lex_state = 109}, + [6445] = {.lex_state = 718, .external_lex_state = 109}, + [6446] = {.lex_state = 718, .external_lex_state = 109}, + [6447] = {.lex_state = 718, .external_lex_state = 109}, + [6448] = {.lex_state = 718, .external_lex_state = 109}, + [6449] = {.lex_state = 718, .external_lex_state = 109}, + [6450] = {.lex_state = 718, .external_lex_state = 109}, + [6451] = {.lex_state = 718, .external_lex_state = 109}, + [6452] = {.lex_state = 718, .external_lex_state = 112}, + [6453] = {.lex_state = 718, .external_lex_state = 109}, + [6454] = {.lex_state = 718, .external_lex_state = 109}, + [6455] = {.lex_state = 720, .external_lex_state = 108}, + [6456] = {.lex_state = 718, .external_lex_state = 113}, + [6457] = {.lex_state = 720, .external_lex_state = 111}, + [6458] = {.lex_state = 121, .external_lex_state = 32}, + [6459] = {.lex_state = 77, .external_lex_state = 32}, + [6460] = {.lex_state = 718, .external_lex_state = 113}, + [6461] = {.lex_state = 718, .external_lex_state = 102}, + [6462] = {.lex_state = 720, .external_lex_state = 88}, + [6463] = {.lex_state = 718, .external_lex_state = 109}, + [6464] = {.lex_state = 718, .external_lex_state = 93}, + [6465] = {.lex_state = 720, .external_lex_state = 114}, + [6466] = {.lex_state = 718, .external_lex_state = 100}, + [6467] = {.lex_state = 718, .external_lex_state = 109}, + [6468] = {.lex_state = 718, .external_lex_state = 109}, + [6469] = {.lex_state = 718, .external_lex_state = 109}, + [6470] = {.lex_state = 718, .external_lex_state = 109}, + [6471] = {.lex_state = 718, .external_lex_state = 109}, + [6472] = {.lex_state = 718, .external_lex_state = 109}, + [6473] = {.lex_state = 718, .external_lex_state = 109}, + [6474] = {.lex_state = 718, .external_lex_state = 109}, + [6475] = {.lex_state = 718, .external_lex_state = 109}, + [6476] = {.lex_state = 77, .external_lex_state = 32}, + [6477] = {.lex_state = 718, .external_lex_state = 109}, + [6478] = {.lex_state = 121, .external_lex_state = 32}, + [6479] = {.lex_state = 121, .external_lex_state = 32}, + [6480] = {.lex_state = 720, .external_lex_state = 111}, + [6481] = {.lex_state = 718, .external_lex_state = 102}, + [6482] = {.lex_state = 718, .external_lex_state = 109}, + [6483] = {.lex_state = 718, .external_lex_state = 100}, + [6484] = {.lex_state = 718, .external_lex_state = 109}, + [6485] = {.lex_state = 718, .external_lex_state = 100}, + [6486] = {.lex_state = 718, .external_lex_state = 105}, + [6487] = {.lex_state = 718, .external_lex_state = 105}, + [6488] = {.lex_state = 121, .external_lex_state = 32}, + [6489] = {.lex_state = 718, .external_lex_state = 109}, + [6490] = {.lex_state = 718, .external_lex_state = 53}, + [6491] = {.lex_state = 718, .external_lex_state = 109}, + [6492] = {.lex_state = 718, .external_lex_state = 50}, + [6493] = {.lex_state = 718, .external_lex_state = 101}, + [6494] = {.lex_state = 718, .external_lex_state = 50}, + [6495] = {.lex_state = 718, .external_lex_state = 101}, + [6496] = {.lex_state = 718, .external_lex_state = 32}, + [6497] = {.lex_state = 718, .external_lex_state = 109}, + [6498] = {.lex_state = 718, .external_lex_state = 109}, + [6499] = {.lex_state = 718, .external_lex_state = 109}, + [6500] = {.lex_state = 718, .external_lex_state = 50}, + [6501] = {.lex_state = 718, .external_lex_state = 109}, + [6502] = {.lex_state = 718, .external_lex_state = 109}, + [6503] = {.lex_state = 718, .external_lex_state = 109}, + [6504] = {.lex_state = 718, .external_lex_state = 115}, + [6505] = {.lex_state = 718, .external_lex_state = 50}, + [6506] = {.lex_state = 720, .external_lex_state = 111}, + [6507] = {.lex_state = 718, .external_lex_state = 109}, + [6508] = {.lex_state = 718, .external_lex_state = 53}, + [6509] = {.lex_state = 718, .external_lex_state = 31}, + [6510] = {.lex_state = 718, .external_lex_state = 109}, + [6511] = {.lex_state = 718, .external_lex_state = 109}, + [6512] = {.lex_state = 718, .external_lex_state = 115}, + [6513] = {.lex_state = 718, .external_lex_state = 109}, + [6514] = {.lex_state = 718, .external_lex_state = 109}, + [6515] = {.lex_state = 718, .external_lex_state = 32}, + [6516] = {.lex_state = 720, .external_lex_state = 111}, + [6517] = {.lex_state = 718, .external_lex_state = 53}, + [6518] = {.lex_state = 718, .external_lex_state = 31}, + [6519] = {.lex_state = 119, .external_lex_state = 116}, + [6520] = {.lex_state = 718, .external_lex_state = 101}, + [6521] = {.lex_state = 720, .external_lex_state = 114}, + [6522] = {.lex_state = 718, .external_lex_state = 50}, + [6523] = {.lex_state = 718, .external_lex_state = 109}, + [6524] = {.lex_state = 718, .external_lex_state = 53}, + [6525] = {.lex_state = 718, .external_lex_state = 109}, + [6526] = {.lex_state = 718, .external_lex_state = 50}, + [6527] = {.lex_state = 720, .external_lex_state = 117}, + [6528] = {.lex_state = 718, .external_lex_state = 109}, + [6529] = {.lex_state = 718, .external_lex_state = 101}, + [6530] = {.lex_state = 718, .external_lex_state = 115}, + [6531] = {.lex_state = 718, .external_lex_state = 115}, + [6532] = {.lex_state = 718, .external_lex_state = 70}, + [6533] = {.lex_state = 718, .external_lex_state = 32}, + [6534] = {.lex_state = 718, .external_lex_state = 115}, + [6535] = {.lex_state = 718, .external_lex_state = 50}, + [6536] = {.lex_state = 718, .external_lex_state = 109}, + [6537] = {.lex_state = 718, .external_lex_state = 109}, + [6538] = {.lex_state = 718, .external_lex_state = 115}, + [6539] = {.lex_state = 718, .external_lex_state = 50}, + [6540] = {.lex_state = 718, .external_lex_state = 50}, + [6541] = {.lex_state = 718, .external_lex_state = 50}, + [6542] = {.lex_state = 718, .external_lex_state = 109}, + [6543] = {.lex_state = 718, .external_lex_state = 50}, + [6544] = {.lex_state = 718, .external_lex_state = 109}, + [6545] = {.lex_state = 718, .external_lex_state = 115}, + [6546] = {.lex_state = 720, .external_lex_state = 111}, + [6547] = {.lex_state = 718, .external_lex_state = 109}, + [6548] = {.lex_state = 718, .external_lex_state = 109}, + [6549] = {.lex_state = 720, .external_lex_state = 56}, + [6550] = {.lex_state = 720, .external_lex_state = 111}, + [6551] = {.lex_state = 720, .external_lex_state = 111}, + [6552] = {.lex_state = 718, .external_lex_state = 109}, + [6553] = {.lex_state = 718, .external_lex_state = 50}, + [6554] = {.lex_state = 720, .external_lex_state = 56}, + [6555] = {.lex_state = 718, .external_lex_state = 109}, + [6556] = {.lex_state = 720, .external_lex_state = 117}, + [6557] = {.lex_state = 718, .external_lex_state = 118}, + [6558] = {.lex_state = 718, .external_lex_state = 50}, + [6559] = {.lex_state = 718, .external_lex_state = 109}, + [6560] = {.lex_state = 119, .external_lex_state = 116}, + [6561] = {.lex_state = 718, .external_lex_state = 53}, + [6562] = {.lex_state = 718, .external_lex_state = 118}, + [6563] = {.lex_state = 718, .external_lex_state = 53}, + [6564] = {.lex_state = 718, .external_lex_state = 31}, + [6565] = {.lex_state = 718, .external_lex_state = 109}, + [6566] = {.lex_state = 718, .external_lex_state = 50}, + [6567] = {.lex_state = 718, .external_lex_state = 53}, + [6568] = {.lex_state = 718, .external_lex_state = 31}, + [6569] = {.lex_state = 718, .external_lex_state = 31}, + [6570] = {.lex_state = 119, .external_lex_state = 110}, + [6571] = {.lex_state = 718, .external_lex_state = 70}, + [6572] = {.lex_state = 718, .external_lex_state = 32}, + [6573] = {.lex_state = 718, .external_lex_state = 50}, + [6574] = {.lex_state = 718, .external_lex_state = 53}, + [6575] = {.lex_state = 720, .external_lex_state = 111}, + [6576] = {.lex_state = 720, .external_lex_state = 111}, + [6577] = {.lex_state = 718, .external_lex_state = 70}, + [6578] = {.lex_state = 718, .external_lex_state = 31}, + [6579] = {.lex_state = 718, .external_lex_state = 101}, + [6580] = {.lex_state = 121, .external_lex_state = 32}, + [6581] = {.lex_state = 718, .external_lex_state = 50}, + [6582] = {.lex_state = 718, .external_lex_state = 56}, + [6583] = {.lex_state = 121, .external_lex_state = 32}, + [6584] = {.lex_state = 718, .external_lex_state = 118}, + [6585] = {.lex_state = 718, .external_lex_state = 101}, + [6586] = {.lex_state = 718, .external_lex_state = 50}, + [6587] = {.lex_state = 718, .external_lex_state = 32}, + [6588] = {.lex_state = 718, .external_lex_state = 118}, + [6589] = {.lex_state = 718, .external_lex_state = 118}, + [6590] = {.lex_state = 718, .external_lex_state = 101}, + [6591] = {.lex_state = 720, .external_lex_state = 56}, + [6592] = {.lex_state = 720, .external_lex_state = 56}, + [6593] = {.lex_state = 720, .external_lex_state = 56}, + [6594] = {.lex_state = 718, .external_lex_state = 115}, + [6595] = {.lex_state = 718, .external_lex_state = 101}, + [6596] = {.lex_state = 718, .external_lex_state = 50}, + [6597] = {.lex_state = 720, .external_lex_state = 117}, + [6598] = {.lex_state = 718, .external_lex_state = 109}, + [6599] = {.lex_state = 718, .external_lex_state = 32}, + [6600] = {.lex_state = 718, .external_lex_state = 53}, + [6601] = {.lex_state = 718, .external_lex_state = 109}, + [6602] = {.lex_state = 718, .external_lex_state = 53}, + [6603] = {.lex_state = 718, .external_lex_state = 31}, + [6604] = {.lex_state = 718, .external_lex_state = 50}, + [6605] = {.lex_state = 718, .external_lex_state = 115}, + [6606] = {.lex_state = 718, .external_lex_state = 31}, + [6607] = {.lex_state = 718, .external_lex_state = 31}, + [6608] = {.lex_state = 718, .external_lex_state = 109}, + [6609] = {.lex_state = 718, .external_lex_state = 32}, + [6610] = {.lex_state = 718, .external_lex_state = 50}, + [6611] = {.lex_state = 718, .external_lex_state = 109}, + [6612] = {.lex_state = 718, .external_lex_state = 109}, + [6613] = {.lex_state = 718, .external_lex_state = 112}, + [6614] = {.lex_state = 718, .external_lex_state = 32}, + [6615] = {.lex_state = 119, .external_lex_state = 116}, + [6616] = {.lex_state = 718, .external_lex_state = 109}, + [6617] = {.lex_state = 718, .external_lex_state = 118}, + [6618] = {.lex_state = 718, .external_lex_state = 50}, + [6619] = {.lex_state = 718, .external_lex_state = 50}, + [6620] = {.lex_state = 718, .external_lex_state = 109}, + [6621] = {.lex_state = 718, .external_lex_state = 109}, + [6622] = {.lex_state = 718, .external_lex_state = 93}, + [6623] = {.lex_state = 718, .external_lex_state = 109}, + [6624] = {.lex_state = 121, .external_lex_state = 32}, + [6625] = {.lex_state = 718, .external_lex_state = 115}, + [6626] = {.lex_state = 718, .external_lex_state = 50}, + [6627] = {.lex_state = 718, .external_lex_state = 109}, + [6628] = {.lex_state = 718, .external_lex_state = 111}, + [6629] = {.lex_state = 718, .external_lex_state = 109}, + [6630] = {.lex_state = 718, .external_lex_state = 115}, + [6631] = {.lex_state = 718, .external_lex_state = 101}, + [6632] = {.lex_state = 718, .external_lex_state = 50}, + [6633] = {.lex_state = 718, .external_lex_state = 70}, + [6634] = {.lex_state = 718, .external_lex_state = 109}, + [6635] = {.lex_state = 718, .external_lex_state = 53}, + [6636] = {.lex_state = 718, .external_lex_state = 31}, + [6637] = {.lex_state = 718, .external_lex_state = 50}, + [6638] = {.lex_state = 718, .external_lex_state = 50}, + [6639] = {.lex_state = 718, .external_lex_state = 109}, + [6640] = {.lex_state = 718, .external_lex_state = 109}, + [6641] = {.lex_state = 718, .external_lex_state = 109}, + [6642] = {.lex_state = 718, .external_lex_state = 50}, + [6643] = {.lex_state = 718, .external_lex_state = 50}, + [6644] = {.lex_state = 718, .external_lex_state = 50}, + [6645] = {.lex_state = 718, .external_lex_state = 109}, + [6646] = {.lex_state = 718, .external_lex_state = 109}, + [6647] = {.lex_state = 718, .external_lex_state = 32}, + [6648] = {.lex_state = 718, .external_lex_state = 109}, + [6649] = {.lex_state = 718, .external_lex_state = 109}, + [6650] = {.lex_state = 718, .external_lex_state = 109}, + [6651] = {.lex_state = 718, .external_lex_state = 109}, + [6652] = {.lex_state = 718, .external_lex_state = 109}, + [6653] = {.lex_state = 718, .external_lex_state = 115}, + [6654] = {.lex_state = 718, .external_lex_state = 50}, + [6655] = {.lex_state = 718, .external_lex_state = 118}, + [6656] = {.lex_state = 718, .external_lex_state = 32}, + [6657] = {.lex_state = 718, .external_lex_state = 50}, + [6658] = {.lex_state = 718, .external_lex_state = 109}, + [6659] = {.lex_state = 718, .external_lex_state = 50}, + [6660] = {.lex_state = 718, .external_lex_state = 50}, + [6661] = {.lex_state = 718, .external_lex_state = 50}, + [6662] = {.lex_state = 718, .external_lex_state = 101}, + [6663] = {.lex_state = 720, .external_lex_state = 111}, + [6664] = {.lex_state = 718, .external_lex_state = 118}, + [6665] = {.lex_state = 718, .external_lex_state = 76}, + [6666] = {.lex_state = 718, .external_lex_state = 101}, + [6667] = {.lex_state = 718, .external_lex_state = 76}, + [6668] = {.lex_state = 718, .external_lex_state = 93}, + [6669] = {.lex_state = 121, .external_lex_state = 32}, + [6670] = {.lex_state = 718, .external_lex_state = 76}, + [6671] = {.lex_state = 718, .external_lex_state = 76}, + [6672] = {.lex_state = 718, .external_lex_state = 76}, + [6673] = {.lex_state = 121, .external_lex_state = 32}, + [6674] = {.lex_state = 121, .external_lex_state = 32}, + [6675] = {.lex_state = 76, .external_lex_state = 50}, + [6676] = {.lex_state = 718, .external_lex_state = 76}, + [6677] = {.lex_state = 718, .external_lex_state = 119}, + [6678] = {.lex_state = 718, .external_lex_state = 76}, + [6679] = {.lex_state = 718, .external_lex_state = 76}, + [6680] = {.lex_state = 718, .external_lex_state = 76}, + [6681] = {.lex_state = 718, .external_lex_state = 76}, + [6682] = {.lex_state = 718, .external_lex_state = 76}, + [6683] = {.lex_state = 718, .external_lex_state = 70}, + [6684] = {.lex_state = 718, .external_lex_state = 76}, + [6685] = {.lex_state = 718, .external_lex_state = 101}, + [6686] = {.lex_state = 718, .external_lex_state = 61}, + [6687] = {.lex_state = 76, .external_lex_state = 50}, + [6688] = {.lex_state = 718, .external_lex_state = 76}, + [6689] = {.lex_state = 718, .external_lex_state = 101}, + [6690] = {.lex_state = 718, .external_lex_state = 76}, + [6691] = {.lex_state = 718, .external_lex_state = 61}, + [6692] = {.lex_state = 718, .external_lex_state = 76}, + [6693] = {.lex_state = 718, .external_lex_state = 76}, + [6694] = {.lex_state = 718, .external_lex_state = 76}, + [6695] = {.lex_state = 718, .external_lex_state = 76}, + [6696] = {.lex_state = 718, .external_lex_state = 76}, + [6697] = {.lex_state = 718, .external_lex_state = 76}, + [6698] = {.lex_state = 718, .external_lex_state = 76}, + [6699] = {.lex_state = 720, .external_lex_state = 56}, + [6700] = {.lex_state = 720, .external_lex_state = 56}, + [6701] = {.lex_state = 718, .external_lex_state = 76}, + [6702] = {.lex_state = 718, .external_lex_state = 61}, + [6703] = {.lex_state = 718, .external_lex_state = 76}, + [6704] = {.lex_state = 718, .external_lex_state = 76}, + [6705] = {.lex_state = 718, .external_lex_state = 70}, + [6706] = {.lex_state = 720, .external_lex_state = 111}, + [6707] = {.lex_state = 718, .external_lex_state = 70}, + [6708] = {.lex_state = 718, .external_lex_state = 76}, + [6709] = {.lex_state = 718, .external_lex_state = 61}, + [6710] = {.lex_state = 718, .external_lex_state = 61}, + [6711] = {.lex_state = 718, .external_lex_state = 76}, + [6712] = {.lex_state = 718, .external_lex_state = 61}, + [6713] = {.lex_state = 718, .external_lex_state = 70}, + [6714] = {.lex_state = 121, .external_lex_state = 32}, + [6715] = {.lex_state = 718, .external_lex_state = 76}, + [6716] = {.lex_state = 718, .external_lex_state = 61}, + [6717] = {.lex_state = 720, .external_lex_state = 111}, + [6718] = {.lex_state = 718, .external_lex_state = 70}, + [6719] = {.lex_state = 720, .external_lex_state = 117}, + [6720] = {.lex_state = 720, .external_lex_state = 117}, + [6721] = {.lex_state = 718, .external_lex_state = 61}, + [6722] = {.lex_state = 718, .external_lex_state = 76}, + [6723] = {.lex_state = 718, .external_lex_state = 76}, + [6724] = {.lex_state = 718, .external_lex_state = 61}, + [6725] = {.lex_state = 720, .external_lex_state = 111}, + [6726] = {.lex_state = 121, .external_lex_state = 32}, + [6727] = {.lex_state = 718, .external_lex_state = 76}, + [6728] = {.lex_state = 718, .external_lex_state = 61}, + [6729] = {.lex_state = 76, .external_lex_state = 50}, + [6730] = {.lex_state = 720, .external_lex_state = 111}, + [6731] = {.lex_state = 720, .external_lex_state = 111}, + [6732] = {.lex_state = 718, .external_lex_state = 76}, + [6733] = {.lex_state = 718, .external_lex_state = 76}, + [6734] = {.lex_state = 718, .external_lex_state = 61}, + [6735] = {.lex_state = 718, .external_lex_state = 101}, + [6736] = {.lex_state = 718, .external_lex_state = 76}, + [6737] = {.lex_state = 718, .external_lex_state = 76}, + [6738] = {.lex_state = 718, .external_lex_state = 61}, + [6739] = {.lex_state = 718, .external_lex_state = 76}, + [6740] = {.lex_state = 718, .external_lex_state = 61}, + [6741] = {.lex_state = 718, .external_lex_state = 101}, + [6742] = {.lex_state = 718, .external_lex_state = 70}, + [6743] = {.lex_state = 720, .external_lex_state = 111}, + [6744] = {.lex_state = 718, .external_lex_state = 61}, + [6745] = {.lex_state = 718, .external_lex_state = 112}, + [6746] = {.lex_state = 718, .external_lex_state = 76}, + [6747] = {.lex_state = 720, .external_lex_state = 56}, + [6748] = {.lex_state = 718, .external_lex_state = 70}, + [6749] = {.lex_state = 76, .external_lex_state = 120}, + [6750] = {.lex_state = 76, .external_lex_state = 50}, + [6751] = {.lex_state = 718, .external_lex_state = 76}, + [6752] = {.lex_state = 718, .external_lex_state = 76}, + [6753] = {.lex_state = 718, .external_lex_state = 70}, + [6754] = {.lex_state = 718, .external_lex_state = 109}, + [6755] = {.lex_state = 718, .external_lex_state = 76}, + [6756] = {.lex_state = 718, .external_lex_state = 76}, + [6757] = {.lex_state = 718, .external_lex_state = 76}, + [6758] = {.lex_state = 119, .external_lex_state = 116}, + [6759] = {.lex_state = 718, .external_lex_state = 61}, + [6760] = {.lex_state = 718, .external_lex_state = 61}, + [6761] = {.lex_state = 718, .external_lex_state = 76}, + [6762] = {.lex_state = 718, .external_lex_state = 70}, + [6763] = {.lex_state = 720, .external_lex_state = 111}, + [6764] = {.lex_state = 718, .external_lex_state = 76}, + [6765] = {.lex_state = 718, .external_lex_state = 76}, + [6766] = {.lex_state = 720, .external_lex_state = 56}, + [6767] = {.lex_state = 718, .external_lex_state = 76}, + [6768] = {.lex_state = 121, .external_lex_state = 32}, + [6769] = {.lex_state = 718, .external_lex_state = 76}, + [6770] = {.lex_state = 718, .external_lex_state = 76}, + [6771] = {.lex_state = 718, .external_lex_state = 76}, + [6772] = {.lex_state = 718, .external_lex_state = 101}, + [6773] = {.lex_state = 718, .external_lex_state = 76}, + [6774] = {.lex_state = 718, .external_lex_state = 76}, + [6775] = {.lex_state = 718, .external_lex_state = 76}, + [6776] = {.lex_state = 718, .external_lex_state = 76}, + [6777] = {.lex_state = 119, .external_lex_state = 116}, + [6778] = {.lex_state = 718, .external_lex_state = 61}, + [6779] = {.lex_state = 718, .external_lex_state = 118}, + [6780] = {.lex_state = 718, .external_lex_state = 76}, + [6781] = {.lex_state = 718, .external_lex_state = 76}, + [6782] = {.lex_state = 718, .external_lex_state = 61}, + [6783] = {.lex_state = 121, .external_lex_state = 32}, + [6784] = {.lex_state = 718, .external_lex_state = 93}, + [6785] = {.lex_state = 718, .external_lex_state = 70}, + [6786] = {.lex_state = 718, .external_lex_state = 76}, + [6787] = {.lex_state = 718, .external_lex_state = 76}, + [6788] = {.lex_state = 718, .external_lex_state = 76}, + [6789] = {.lex_state = 718, .external_lex_state = 112}, + [6790] = {.lex_state = 718, .external_lex_state = 70}, + [6791] = {.lex_state = 718, .external_lex_state = 112}, + [6792] = {.lex_state = 718, .external_lex_state = 112}, + [6793] = {.lex_state = 718, .external_lex_state = 119}, + [6794] = {.lex_state = 718, .external_lex_state = 76}, + [6795] = {.lex_state = 76, .external_lex_state = 120}, + [6796] = {.lex_state = 718, .external_lex_state = 93}, + [6797] = {.lex_state = 718, .external_lex_state = 76}, + [6798] = {.lex_state = 720, .external_lex_state = 111}, + [6799] = {.lex_state = 720, .external_lex_state = 111}, + [6800] = {.lex_state = 720, .external_lex_state = 111}, + [6801] = {.lex_state = 718, .external_lex_state = 76}, + [6802] = {.lex_state = 718, .external_lex_state = 119}, + [6803] = {.lex_state = 718, .external_lex_state = 76}, + [6804] = {.lex_state = 718, .external_lex_state = 76}, + [6805] = {.lex_state = 718, .external_lex_state = 76}, + [6806] = {.lex_state = 718, .external_lex_state = 76}, + [6807] = {.lex_state = 718, .external_lex_state = 76}, + [6808] = {.lex_state = 121, .external_lex_state = 32}, + [6809] = {.lex_state = 718, .external_lex_state = 93}, + [6810] = {.lex_state = 718, .external_lex_state = 93}, + [6811] = {.lex_state = 720, .external_lex_state = 117}, + [6812] = {.lex_state = 720, .external_lex_state = 111}, + [6813] = {.lex_state = 718, .external_lex_state = 76}, + [6814] = {.lex_state = 718, .external_lex_state = 76}, + [6815] = {.lex_state = 720, .external_lex_state = 111}, + [6816] = {.lex_state = 718, .external_lex_state = 76}, + [6817] = {.lex_state = 718, .external_lex_state = 76}, + [6818] = {.lex_state = 121, .external_lex_state = 32}, + [6819] = {.lex_state = 121, .external_lex_state = 32}, + [6820] = {.lex_state = 718, .external_lex_state = 101}, + [6821] = {.lex_state = 718, .external_lex_state = 76}, + [6822] = {.lex_state = 718, .external_lex_state = 76}, + [6823] = {.lex_state = 718, .external_lex_state = 112}, + [6824] = {.lex_state = 718, .external_lex_state = 76}, + [6825] = {.lex_state = 718, .external_lex_state = 76}, + [6826] = {.lex_state = 718, .external_lex_state = 76}, + [6827] = {.lex_state = 76, .external_lex_state = 120}, + [6828] = {.lex_state = 718, .external_lex_state = 76}, + [6829] = {.lex_state = 119, .external_lex_state = 116}, + [6830] = {.lex_state = 718, .external_lex_state = 76}, + [6831] = {.lex_state = 76, .external_lex_state = 50}, + [6832] = {.lex_state = 119, .external_lex_state = 116}, + [6833] = {.lex_state = 718, .external_lex_state = 70}, + [6834] = {.lex_state = 119, .external_lex_state = 116}, + [6835] = {.lex_state = 119, .external_lex_state = 116}, + [6836] = {.lex_state = 720, .external_lex_state = 117}, + [6837] = {.lex_state = 720, .external_lex_state = 117}, + [6838] = {.lex_state = 720, .external_lex_state = 117}, + [6839] = {.lex_state = 119, .external_lex_state = 116}, + [6840] = {.lex_state = 718, .external_lex_state = 121}, + [6841] = {.lex_state = 720, .external_lex_state = 117}, + [6842] = {.lex_state = 720, .external_lex_state = 117}, + [6843] = {.lex_state = 718, .external_lex_state = 70}, + [6844] = {.lex_state = 718, .external_lex_state = 70}, + [6845] = {.lex_state = 718, .external_lex_state = 70}, + [6846] = {.lex_state = 720, .external_lex_state = 117}, + [6847] = {.lex_state = 720, .external_lex_state = 117}, + [6848] = {.lex_state = 718, .external_lex_state = 70}, + [6849] = {.lex_state = 718, .external_lex_state = 70}, + [6850] = {.lex_state = 119, .external_lex_state = 116}, + [6851] = {.lex_state = 718, .external_lex_state = 121}, + [6852] = {.lex_state = 718, .external_lex_state = 109}, + [6853] = {.lex_state = 718, .external_lex_state = 76}, + [6854] = {.lex_state = 718, .external_lex_state = 61}, + [6855] = {.lex_state = 718, .external_lex_state = 121}, + [6856] = {.lex_state = 720, .external_lex_state = 117}, + [6857] = {.lex_state = 720, .external_lex_state = 117}, + [6858] = {.lex_state = 718, .external_lex_state = 56}, + [6859] = {.lex_state = 718, .external_lex_state = 56}, + [6860] = {.lex_state = 718, .external_lex_state = 56}, + [6861] = {.lex_state = 718, .external_lex_state = 122}, + [6862] = {.lex_state = 718, .external_lex_state = 76}, + [6863] = {.lex_state = 718, .external_lex_state = 76}, + [6864] = {.lex_state = 718, .external_lex_state = 76}, + [6865] = {.lex_state = 720, .external_lex_state = 117}, + [6866] = {.lex_state = 119, .external_lex_state = 116}, + [6867] = {.lex_state = 718, .external_lex_state = 76}, + [6868] = {.lex_state = 119, .external_lex_state = 116}, + [6869] = {.lex_state = 718, .external_lex_state = 76}, + [6870] = {.lex_state = 82, .external_lex_state = 32}, + [6871] = {.lex_state = 82, .external_lex_state = 32}, + [6872] = {.lex_state = 718, .external_lex_state = 76}, + [6873] = {.lex_state = 718, .external_lex_state = 120}, + [6874] = {.lex_state = 76, .external_lex_state = 32}, + [6875] = {.lex_state = 720, .external_lex_state = 117}, + [6876] = {.lex_state = 718, .external_lex_state = 53}, + [6877] = {.lex_state = 718, .external_lex_state = 122}, + [6878] = {.lex_state = 718, .external_lex_state = 76}, + [6879] = {.lex_state = 718, .external_lex_state = 76}, + [6880] = {.lex_state = 718, .external_lex_state = 76}, + [6881] = {.lex_state = 718, .external_lex_state = 76}, + [6882] = {.lex_state = 718, .external_lex_state = 76}, + [6883] = {.lex_state = 718, .external_lex_state = 76}, + [6884] = {.lex_state = 718, .external_lex_state = 76}, + [6885] = {.lex_state = 718, .external_lex_state = 101}, + [6886] = {.lex_state = 718, .external_lex_state = 109}, + [6887] = {.lex_state = 82, .external_lex_state = 32}, + [6888] = {.lex_state = 718, .external_lex_state = 76}, + [6889] = {.lex_state = 76, .external_lex_state = 50}, + [6890] = {.lex_state = 718, .external_lex_state = 76}, + [6891] = {.lex_state = 718, .external_lex_state = 76}, + [6892] = {.lex_state = 718, .external_lex_state = 76}, + [6893] = {.lex_state = 718, .external_lex_state = 76}, + [6894] = {.lex_state = 718, .external_lex_state = 118}, + [6895] = {.lex_state = 718, .external_lex_state = 70}, + [6896] = {.lex_state = 718, .external_lex_state = 76}, + [6897] = {.lex_state = 718, .external_lex_state = 76}, + [6898] = {.lex_state = 718, .external_lex_state = 76}, + [6899] = {.lex_state = 718, .external_lex_state = 76}, + [6900] = {.lex_state = 718, .external_lex_state = 76}, + [6901] = {.lex_state = 718, .external_lex_state = 76}, + [6902] = {.lex_state = 718, .external_lex_state = 70}, + [6903] = {.lex_state = 718, .external_lex_state = 76}, + [6904] = {.lex_state = 718, .external_lex_state = 76}, + [6905] = {.lex_state = 718, .external_lex_state = 76}, + [6906] = {.lex_state = 718, .external_lex_state = 76}, + [6907] = {.lex_state = 718, .external_lex_state = 76}, + [6908] = {.lex_state = 718, .external_lex_state = 76}, + [6909] = {.lex_state = 718, .external_lex_state = 121}, + [6910] = {.lex_state = 718, .external_lex_state = 76}, + [6911] = {.lex_state = 718, .external_lex_state = 76}, + [6912] = {.lex_state = 718, .external_lex_state = 76}, + [6913] = {.lex_state = 718, .external_lex_state = 76}, + [6914] = {.lex_state = 718, .external_lex_state = 109}, + [6915] = {.lex_state = 718, .external_lex_state = 109}, + [6916] = {.lex_state = 718, .external_lex_state = 109}, + [6917] = {.lex_state = 718, .external_lex_state = 109}, + [6918] = {.lex_state = 718, .external_lex_state = 76}, + [6919] = {.lex_state = 718, .external_lex_state = 76}, + [6920] = {.lex_state = 718, .external_lex_state = 76}, + [6921] = {.lex_state = 718, .external_lex_state = 76}, + [6922] = {.lex_state = 718, .external_lex_state = 118}, + [6923] = {.lex_state = 718, .external_lex_state = 76}, + [6924] = {.lex_state = 718, .external_lex_state = 109}, + [6925] = {.lex_state = 82, .external_lex_state = 32}, + [6926] = {.lex_state = 718, .external_lex_state = 76}, + [6927] = {.lex_state = 718, .external_lex_state = 76}, + [6928] = {.lex_state = 718, .external_lex_state = 76}, + [6929] = {.lex_state = 718, .external_lex_state = 76}, + [6930] = {.lex_state = 718, .external_lex_state = 76}, + [6931] = {.lex_state = 76, .external_lex_state = 50}, + [6932] = {.lex_state = 718, .external_lex_state = 76}, + [6933] = {.lex_state = 718, .external_lex_state = 120}, + [6934] = {.lex_state = 718, .external_lex_state = 76}, + [6935] = {.lex_state = 718, .external_lex_state = 76}, + [6936] = {.lex_state = 718, .external_lex_state = 76}, + [6937] = {.lex_state = 718, .external_lex_state = 61}, + [6938] = {.lex_state = 718, .external_lex_state = 76}, + [6939] = {.lex_state = 718, .external_lex_state = 76}, + [6940] = {.lex_state = 718, .external_lex_state = 76}, + [6941] = {.lex_state = 718, .external_lex_state = 76}, + [6942] = {.lex_state = 718, .external_lex_state = 76}, + [6943] = {.lex_state = 718, .external_lex_state = 76}, + [6944] = {.lex_state = 718, .external_lex_state = 76}, + [6945] = {.lex_state = 718, .external_lex_state = 70}, + [6946] = {.lex_state = 718, .external_lex_state = 109}, + [6947] = {.lex_state = 718, .external_lex_state = 70}, + [6948] = {.lex_state = 718, .external_lex_state = 109}, + [6949] = {.lex_state = 718, .external_lex_state = 109}, + [6950] = {.lex_state = 718, .external_lex_state = 109}, + [6951] = {.lex_state = 718, .external_lex_state = 109}, + [6952] = {.lex_state = 718, .external_lex_state = 76}, + [6953] = {.lex_state = 718, .external_lex_state = 76}, + [6954] = {.lex_state = 718, .external_lex_state = 76}, + [6955] = {.lex_state = 718, .external_lex_state = 70}, + [6956] = {.lex_state = 718, .external_lex_state = 76}, + [6957] = {.lex_state = 718, .external_lex_state = 76}, + [6958] = {.lex_state = 718, .external_lex_state = 76}, + [6959] = {.lex_state = 718, .external_lex_state = 76}, + [6960] = {.lex_state = 720, .external_lex_state = 117}, + [6961] = {.lex_state = 720, .external_lex_state = 117}, + [6962] = {.lex_state = 718, .external_lex_state = 76}, + [6963] = {.lex_state = 718, .external_lex_state = 76}, + [6964] = {.lex_state = 718, .external_lex_state = 76}, + [6965] = {.lex_state = 718, .external_lex_state = 76}, + [6966] = {.lex_state = 718, .external_lex_state = 117}, + [6967] = {.lex_state = 718, .external_lex_state = 76}, + [6968] = {.lex_state = 718, .external_lex_state = 76}, + [6969] = {.lex_state = 718, .external_lex_state = 76}, + [6970] = {.lex_state = 718, .external_lex_state = 76}, + [6971] = {.lex_state = 718, .external_lex_state = 76}, + [6972] = {.lex_state = 718, .external_lex_state = 76}, + [6973] = {.lex_state = 718, .external_lex_state = 109}, + [6974] = {.lex_state = 718, .external_lex_state = 109}, + [6975] = {.lex_state = 82, .external_lex_state = 32}, + [6976] = {.lex_state = 718, .external_lex_state = 76}, + [6977] = {.lex_state = 718, .external_lex_state = 76}, + [6978] = {.lex_state = 718, .external_lex_state = 76}, + [6979] = {.lex_state = 718, .external_lex_state = 76}, + [6980] = {.lex_state = 718, .external_lex_state = 76}, + [6981] = {.lex_state = 718, .external_lex_state = 76}, + [6982] = {.lex_state = 718, .external_lex_state = 76}, + [6983] = {.lex_state = 718, .external_lex_state = 76}, + [6984] = {.lex_state = 718, .external_lex_state = 76}, + [6985] = {.lex_state = 718, .external_lex_state = 76}, + [6986] = {.lex_state = 718, .external_lex_state = 76}, + [6987] = {.lex_state = 718, .external_lex_state = 76}, + [6988] = {.lex_state = 718, .external_lex_state = 76}, + [6989] = {.lex_state = 718, .external_lex_state = 76}, + [6990] = {.lex_state = 718, .external_lex_state = 76}, + [6991] = {.lex_state = 718, .external_lex_state = 76}, + [6992] = {.lex_state = 718, .external_lex_state = 76}, + [6993] = {.lex_state = 718, .external_lex_state = 76}, + [6994] = {.lex_state = 718, .external_lex_state = 120}, + [6995] = {.lex_state = 720, .external_lex_state = 117}, + [6996] = {.lex_state = 720, .external_lex_state = 117}, + [6997] = {.lex_state = 718, .external_lex_state = 76}, + [6998] = {.lex_state = 718, .external_lex_state = 76}, + [6999] = {.lex_state = 718, .external_lex_state = 76}, + [7000] = {.lex_state = 718, .external_lex_state = 76}, + [7001] = {.lex_state = 718, .external_lex_state = 76}, + [7002] = {.lex_state = 718, .external_lex_state = 76}, + [7003] = {.lex_state = 76, .external_lex_state = 50}, + [7004] = {.lex_state = 82, .external_lex_state = 32}, + [7005] = {.lex_state = 718, .external_lex_state = 120}, + [7006] = {.lex_state = 718, .external_lex_state = 53}, + [7007] = {.lex_state = 76, .external_lex_state = 50}, + [7008] = {.lex_state = 718, .external_lex_state = 52}, + [7009] = {.lex_state = 718, .external_lex_state = 123}, + [7010] = {.lex_state = 76, .external_lex_state = 50}, + [7011] = {.lex_state = 718, .external_lex_state = 120}, + [7012] = {.lex_state = 718, .external_lex_state = 123}, + [7013] = {.lex_state = 119, .external_lex_state = 116}, + [7014] = {.lex_state = 119, .external_lex_state = 116}, + [7015] = {.lex_state = 718, .external_lex_state = 120}, + [7016] = {.lex_state = 720, .external_lex_state = 116}, + [7017] = {.lex_state = 720, .external_lex_state = 116}, + [7018] = {.lex_state = 718, .external_lex_state = 120}, + [7019] = {.lex_state = 718, .external_lex_state = 120}, + [7020] = {.lex_state = 76, .external_lex_state = 50}, + [7021] = {.lex_state = 718, .external_lex_state = 120}, + [7022] = {.lex_state = 718, .external_lex_state = 120}, + [7023] = {.lex_state = 76, .external_lex_state = 50}, + [7024] = {.lex_state = 718, .external_lex_state = 109}, + [7025] = {.lex_state = 718, .external_lex_state = 120}, + [7026] = {.lex_state = 718, .external_lex_state = 120}, + [7027] = {.lex_state = 718, .external_lex_state = 52}, + [7028] = {.lex_state = 718, .external_lex_state = 120}, + [7029] = {.lex_state = 718, .external_lex_state = 120}, + [7030] = {.lex_state = 718, .external_lex_state = 120}, + [7031] = {.lex_state = 718, .external_lex_state = 120}, + [7032] = {.lex_state = 718, .external_lex_state = 120}, + [7033] = {.lex_state = 718, .external_lex_state = 61}, + [7034] = {.lex_state = 718, .external_lex_state = 120}, + [7035] = {.lex_state = 718, .external_lex_state = 120}, + [7036] = {.lex_state = 718, .external_lex_state = 120}, + [7037] = {.lex_state = 718, .external_lex_state = 120}, + [7038] = {.lex_state = 119, .external_lex_state = 116}, + [7039] = {.lex_state = 718, .external_lex_state = 111}, + [7040] = {.lex_state = 718, .external_lex_state = 111}, + [7041] = {.lex_state = 718, .external_lex_state = 120}, + [7042] = {.lex_state = 718, .external_lex_state = 111}, + [7043] = {.lex_state = 718, .external_lex_state = 120}, + [7044] = {.lex_state = 718, .external_lex_state = 121}, + [7045] = {.lex_state = 718, .external_lex_state = 120}, + [7046] = {.lex_state = 718, .external_lex_state = 120}, + [7047] = {.lex_state = 718, .external_lex_state = 120}, + [7048] = {.lex_state = 718, .external_lex_state = 120}, + [7049] = {.lex_state = 718, .external_lex_state = 120}, + [7050] = {.lex_state = 720, .external_lex_state = 117}, + [7051] = {.lex_state = 718, .external_lex_state = 120}, + [7052] = {.lex_state = 119, .external_lex_state = 116}, + [7053] = {.lex_state = 718, .external_lex_state = 120}, + [7054] = {.lex_state = 718, .external_lex_state = 120}, + [7055] = {.lex_state = 718, .external_lex_state = 120}, + [7056] = {.lex_state = 718, .external_lex_state = 120}, + [7057] = {.lex_state = 718, .external_lex_state = 120}, + [7058] = {.lex_state = 718, .external_lex_state = 109}, + [7059] = {.lex_state = 718, .external_lex_state = 120}, + [7060] = {.lex_state = 718, .external_lex_state = 120}, + [7061] = {.lex_state = 119, .external_lex_state = 116}, + [7062] = {.lex_state = 718, .external_lex_state = 120}, + [7063] = {.lex_state = 718, .external_lex_state = 120}, + [7064] = {.lex_state = 718, .external_lex_state = 120}, + [7065] = {.lex_state = 718, .external_lex_state = 111}, + [7066] = {.lex_state = 718, .external_lex_state = 121}, + [7067] = {.lex_state = 718, .external_lex_state = 111}, + [7068] = {.lex_state = 718, .external_lex_state = 117}, + [7069] = {.lex_state = 718, .external_lex_state = 76}, + [7070] = {.lex_state = 718, .external_lex_state = 76}, + [7071] = {.lex_state = 718, .external_lex_state = 61}, + [7072] = {.lex_state = 718, .external_lex_state = 123}, + [7073] = {.lex_state = 718, .external_lex_state = 76}, + [7074] = {.lex_state = 718, .external_lex_state = 61}, + [7075] = {.lex_state = 718, .external_lex_state = 124}, + [7076] = {.lex_state = 77, .external_lex_state = 32}, + [7077] = {.lex_state = 77, .external_lex_state = 32}, + [7078] = {.lex_state = 718, .external_lex_state = 125}, + [7079] = {.lex_state = 718, .external_lex_state = 61}, + [7080] = {.lex_state = 718, .external_lex_state = 31}, + [7081] = {.lex_state = 718, .external_lex_state = 76}, + [7082] = {.lex_state = 718, .external_lex_state = 76}, + [7083] = {.lex_state = 720, .external_lex_state = 117}, + [7084] = {.lex_state = 718, .external_lex_state = 76}, + [7085] = {.lex_state = 718, .external_lex_state = 124}, + [7086] = {.lex_state = 718, .external_lex_state = 61}, + [7087] = {.lex_state = 718, .external_lex_state = 76}, + [7088] = {.lex_state = 718, .external_lex_state = 109}, + [7089] = {.lex_state = 720, .external_lex_state = 117}, + [7090] = {.lex_state = 720, .external_lex_state = 117}, + [7091] = {.lex_state = 77, .external_lex_state = 32}, + [7092] = {.lex_state = 718, .external_lex_state = 76}, + [7093] = {.lex_state = 77, .external_lex_state = 32}, + [7094] = {.lex_state = 718, .external_lex_state = 70}, + [7095] = {.lex_state = 718, .external_lex_state = 76}, + [7096] = {.lex_state = 718, .external_lex_state = 115}, + [7097] = {.lex_state = 718, .external_lex_state = 76}, + [7098] = {.lex_state = 718, .external_lex_state = 115}, + [7099] = {.lex_state = 718, .external_lex_state = 115}, + [7100] = {.lex_state = 718, .external_lex_state = 115}, + [7101] = {.lex_state = 718, .external_lex_state = 124}, + [7102] = {.lex_state = 718, .external_lex_state = 52}, + [7103] = {.lex_state = 718, .external_lex_state = 61}, + [7104] = {.lex_state = 718, .external_lex_state = 76}, + [7105] = {.lex_state = 77, .external_lex_state = 32}, + [7106] = {.lex_state = 718, .external_lex_state = 76}, + [7107] = {.lex_state = 77, .external_lex_state = 32}, + [7108] = {.lex_state = 718, .external_lex_state = 61}, + [7109] = {.lex_state = 718, .external_lex_state = 76}, + [7110] = {.lex_state = 718, .external_lex_state = 76}, + [7111] = {.lex_state = 718, .external_lex_state = 115}, + [7112] = {.lex_state = 718, .external_lex_state = 76}, + [7113] = {.lex_state = 718, .external_lex_state = 76}, + [7114] = {.lex_state = 718, .external_lex_state = 124}, + [7115] = {.lex_state = 718, .external_lex_state = 31}, + [7116] = {.lex_state = 77, .external_lex_state = 32}, + [7117] = {.lex_state = 77, .external_lex_state = 32}, + [7118] = {.lex_state = 718, .external_lex_state = 124}, + [7119] = {.lex_state = 718, .external_lex_state = 61}, + [7120] = {.lex_state = 77, .external_lex_state = 32}, + [7121] = {.lex_state = 718, .external_lex_state = 109}, + [7122] = {.lex_state = 77, .external_lex_state = 32}, + [7123] = {.lex_state = 718, .external_lex_state = 124}, + [7124] = {.lex_state = 718, .external_lex_state = 61}, + [7125] = {.lex_state = 718, .external_lex_state = 76}, + [7126] = {.lex_state = 718, .external_lex_state = 70}, + [7127] = {.lex_state = 718, .external_lex_state = 109}, + [7128] = {.lex_state = 718, .external_lex_state = 61}, + [7129] = {.lex_state = 718, .external_lex_state = 76}, + [7130] = {.lex_state = 718, .external_lex_state = 76}, + [7131] = {.lex_state = 718, .external_lex_state = 76}, + [7132] = {.lex_state = 718, .external_lex_state = 76}, + [7133] = {.lex_state = 76, .external_lex_state = 116}, + [7134] = {.lex_state = 718, .external_lex_state = 76}, + [7135] = {.lex_state = 84, .external_lex_state = 32}, + [7136] = {.lex_state = 84, .external_lex_state = 32}, + [7137] = {.lex_state = 718, .external_lex_state = 125}, + [7138] = {.lex_state = 718, .external_lex_state = 115}, + [7139] = {.lex_state = 718, .external_lex_state = 76}, + [7140] = {.lex_state = 718, .external_lex_state = 76}, + [7141] = {.lex_state = 718, .external_lex_state = 76}, + [7142] = {.lex_state = 718, .external_lex_state = 61}, + [7143] = {.lex_state = 718, .external_lex_state = 76}, + [7144] = {.lex_state = 718, .external_lex_state = 76}, + [7145] = {.lex_state = 718, .external_lex_state = 76}, + [7146] = {.lex_state = 718, .external_lex_state = 76}, + [7147] = {.lex_state = 718, .external_lex_state = 76}, + [7148] = {.lex_state = 718, .external_lex_state = 76}, + [7149] = {.lex_state = 718, .external_lex_state = 76}, + [7150] = {.lex_state = 718, .external_lex_state = 124}, + [7151] = {.lex_state = 718, .external_lex_state = 61}, + [7152] = {.lex_state = 718, .external_lex_state = 61}, + [7153] = {.lex_state = 718, .external_lex_state = 61}, + [7154] = {.lex_state = 718, .external_lex_state = 76}, + [7155] = {.lex_state = 718, .external_lex_state = 76}, + [7156] = {.lex_state = 718, .external_lex_state = 61}, + [7157] = {.lex_state = 77, .external_lex_state = 32}, + [7158] = {.lex_state = 718, .external_lex_state = 126}, + [7159] = {.lex_state = 718, .external_lex_state = 76}, + [7160] = {.lex_state = 718, .external_lex_state = 61}, + [7161] = {.lex_state = 718, .external_lex_state = 76}, + [7162] = {.lex_state = 718, .external_lex_state = 123}, + [7163] = {.lex_state = 77, .external_lex_state = 32}, + [7164] = {.lex_state = 718, .external_lex_state = 61}, + [7165] = {.lex_state = 718, .external_lex_state = 61}, + [7166] = {.lex_state = 718, .external_lex_state = 125}, + [7167] = {.lex_state = 718, .external_lex_state = 61}, + [7168] = {.lex_state = 718, .external_lex_state = 61}, + [7169] = {.lex_state = 84, .external_lex_state = 32}, + [7170] = {.lex_state = 718, .external_lex_state = 124}, + [7171] = {.lex_state = 718, .external_lex_state = 76}, + [7172] = {.lex_state = 718, .external_lex_state = 31}, + [7173] = {.lex_state = 718, .external_lex_state = 61}, + [7174] = {.lex_state = 718, .external_lex_state = 70}, + [7175] = {.lex_state = 105, .external_lex_state = 32}, + [7176] = {.lex_state = 718, .external_lex_state = 32}, + [7177] = {.lex_state = 77, .external_lex_state = 32}, + [7178] = {.lex_state = 718, .external_lex_state = 76}, + [7179] = {.lex_state = 718, .external_lex_state = 115}, + [7180] = {.lex_state = 718, .external_lex_state = 76}, + [7181] = {.lex_state = 718, .external_lex_state = 61}, + [7182] = {.lex_state = 77, .external_lex_state = 32}, + [7183] = {.lex_state = 718, .external_lex_state = 31}, + [7184] = {.lex_state = 718, .external_lex_state = 76}, + [7185] = {.lex_state = 718, .external_lex_state = 31}, + [7186] = {.lex_state = 718, .external_lex_state = 124}, + [7187] = {.lex_state = 718, .external_lex_state = 61}, + [7188] = {.lex_state = 718, .external_lex_state = 115}, + [7189] = {.lex_state = 718, .external_lex_state = 125}, + [7190] = {.lex_state = 718, .external_lex_state = 61}, + [7191] = {.lex_state = 718, .external_lex_state = 70}, + [7192] = {.lex_state = 77, .external_lex_state = 32}, + [7193] = {.lex_state = 718, .external_lex_state = 76}, + [7194] = {.lex_state = 718, .external_lex_state = 61}, + [7195] = {.lex_state = 718, .external_lex_state = 61}, + [7196] = {.lex_state = 77, .external_lex_state = 32}, + [7197] = {.lex_state = 718, .external_lex_state = 125}, + [7198] = {.lex_state = 718, .external_lex_state = 125}, + [7199] = {.lex_state = 718, .external_lex_state = 61}, + [7200] = {.lex_state = 77, .external_lex_state = 32}, + [7201] = {.lex_state = 77, .external_lex_state = 32}, + [7202] = {.lex_state = 718, .external_lex_state = 76}, + [7203] = {.lex_state = 84, .external_lex_state = 32}, + [7204] = {.lex_state = 718, .external_lex_state = 76}, + [7205] = {.lex_state = 718, .external_lex_state = 53}, + [7206] = {.lex_state = 77, .external_lex_state = 32}, + [7207] = {.lex_state = 718, .external_lex_state = 76}, + [7208] = {.lex_state = 718, .external_lex_state = 125}, + [7209] = {.lex_state = 718, .external_lex_state = 119}, + [7210] = {.lex_state = 718, .external_lex_state = 125}, + [7211] = {.lex_state = 84, .external_lex_state = 32}, + [7212] = {.lex_state = 718, .external_lex_state = 76}, + [7213] = {.lex_state = 718, .external_lex_state = 76}, + [7214] = {.lex_state = 718, .external_lex_state = 76}, + [7215] = {.lex_state = 718, .external_lex_state = 125}, + [7216] = {.lex_state = 718, .external_lex_state = 119}, + [7217] = {.lex_state = 718, .external_lex_state = 76}, + [7218] = {.lex_state = 718, .external_lex_state = 125}, + [7219] = {.lex_state = 718, .external_lex_state = 119}, + [7220] = {.lex_state = 718, .external_lex_state = 76}, + [7221] = {.lex_state = 718, .external_lex_state = 125}, + [7222] = {.lex_state = 718, .external_lex_state = 125}, + [7223] = {.lex_state = 84, .external_lex_state = 32}, + [7224] = {.lex_state = 718, .external_lex_state = 125}, + [7225] = {.lex_state = 718, .external_lex_state = 125}, + [7226] = {.lex_state = 718, .external_lex_state = 125}, + [7227] = {.lex_state = 718, .external_lex_state = 125}, + [7228] = {.lex_state = 76, .external_lex_state = 32}, + [7229] = {.lex_state = 718, .external_lex_state = 125}, + [7230] = {.lex_state = 718, .external_lex_state = 125}, + [7231] = {.lex_state = 718, .external_lex_state = 76}, + [7232] = {.lex_state = 119, .external_lex_state = 116}, + [7233] = {.lex_state = 718, .external_lex_state = 109}, + [7234] = {.lex_state = 718, .external_lex_state = 76}, + [7235] = {.lex_state = 718, .external_lex_state = 125}, + [7236] = {.lex_state = 718, .external_lex_state = 76}, + [7237] = {.lex_state = 718, .external_lex_state = 76}, + [7238] = {.lex_state = 718, .external_lex_state = 126}, + [7239] = {.lex_state = 718, .external_lex_state = 124}, + [7240] = {.lex_state = 718, .external_lex_state = 76}, + [7241] = {.lex_state = 119, .external_lex_state = 116}, + [7242] = {.lex_state = 77, .external_lex_state = 32}, + [7243] = {.lex_state = 718, .external_lex_state = 124}, + [7244] = {.lex_state = 718, .external_lex_state = 119}, + [7245] = {.lex_state = 718, .external_lex_state = 31}, + [7246] = {.lex_state = 76, .external_lex_state = 116}, + [7247] = {.lex_state = 718, .external_lex_state = 126}, + [7248] = {.lex_state = 77, .external_lex_state = 32}, + [7249] = {.lex_state = 76, .external_lex_state = 116}, + [7250] = {.lex_state = 718, .external_lex_state = 76}, + [7251] = {.lex_state = 718, .external_lex_state = 76}, + [7252] = {.lex_state = 718, .external_lex_state = 76}, + [7253] = {.lex_state = 77, .external_lex_state = 32}, + [7254] = {.lex_state = 718, .external_lex_state = 126}, + [7255] = {.lex_state = 718, .external_lex_state = 115}, + [7256] = {.lex_state = 718, .external_lex_state = 109}, + [7257] = {.lex_state = 718, .external_lex_state = 124}, + [7258] = {.lex_state = 718, .external_lex_state = 61}, + [7259] = {.lex_state = 76, .external_lex_state = 116}, + [7260] = {.lex_state = 105, .external_lex_state = 32}, + [7261] = {.lex_state = 76, .external_lex_state = 116}, + [7262] = {.lex_state = 76, .external_lex_state = 116}, + [7263] = {.lex_state = 76, .external_lex_state = 116}, + [7264] = {.lex_state = 718, .external_lex_state = 119}, + [7265] = {.lex_state = 718, .external_lex_state = 119}, + [7266] = {.lex_state = 105, .external_lex_state = 32}, + [7267] = {.lex_state = 718, .external_lex_state = 76}, + [7268] = {.lex_state = 718, .external_lex_state = 31}, + [7269] = {.lex_state = 105, .external_lex_state = 32}, + [7270] = {.lex_state = 105, .external_lex_state = 32}, + [7271] = {.lex_state = 105, .external_lex_state = 32}, + [7272] = {.lex_state = 105, .external_lex_state = 32}, + [7273] = {.lex_state = 119, .external_lex_state = 116}, + [7274] = {.lex_state = 105, .external_lex_state = 32}, + [7275] = {.lex_state = 105, .external_lex_state = 32}, + [7276] = {.lex_state = 718, .external_lex_state = 61}, + [7277] = {.lex_state = 105, .external_lex_state = 32}, + [7278] = {.lex_state = 76, .external_lex_state = 116}, + [7279] = {.lex_state = 718, .external_lex_state = 61}, + [7280] = {.lex_state = 718, .external_lex_state = 76}, + [7281] = {.lex_state = 718, .external_lex_state = 61}, + [7282] = {.lex_state = 718, .external_lex_state = 76}, + [7283] = {.lex_state = 718, .external_lex_state = 61}, + [7284] = {.lex_state = 718, .external_lex_state = 61}, + [7285] = {.lex_state = 718, .external_lex_state = 76}, + [7286] = {.lex_state = 718, .external_lex_state = 76}, + [7287] = {.lex_state = 718, .external_lex_state = 76}, + [7288] = {.lex_state = 718, .external_lex_state = 76}, + [7289] = {.lex_state = 718, .external_lex_state = 121}, + [7290] = {.lex_state = 718, .external_lex_state = 32}, + [7291] = {.lex_state = 718, .external_lex_state = 61}, + [7292] = {.lex_state = 718, .external_lex_state = 76}, + [7293] = {.lex_state = 718, .external_lex_state = 76}, + [7294] = {.lex_state = 718, .external_lex_state = 76}, + [7295] = {.lex_state = 718, .external_lex_state = 31}, + [7296] = {.lex_state = 718, .external_lex_state = 76}, + [7297] = {.lex_state = 718, .external_lex_state = 76}, + [7298] = {.lex_state = 718, .external_lex_state = 76}, + [7299] = {.lex_state = 718, .external_lex_state = 76}, + [7300] = {.lex_state = 718, .external_lex_state = 76}, + [7301] = {.lex_state = 718, .external_lex_state = 76}, + [7302] = {.lex_state = 718, .external_lex_state = 76}, + [7303] = {.lex_state = 718, .external_lex_state = 76}, + [7304] = {.lex_state = 718, .external_lex_state = 76}, + [7305] = {.lex_state = 718, .external_lex_state = 32}, + [7306] = {.lex_state = 718, .external_lex_state = 121}, + [7307] = {.lex_state = 718, .external_lex_state = 76}, + [7308] = {.lex_state = 718, .external_lex_state = 32}, + [7309] = {.lex_state = 718, .external_lex_state = 76}, + [7310] = {.lex_state = 718, .external_lex_state = 76}, + [7311] = {.lex_state = 718, .external_lex_state = 32}, + [7312] = {.lex_state = 718, .external_lex_state = 76}, + [7313] = {.lex_state = 718, .external_lex_state = 32}, + [7314] = {.lex_state = 718, .external_lex_state = 61}, + [7315] = {.lex_state = 718, .external_lex_state = 123}, + [7316] = {.lex_state = 718, .external_lex_state = 76}, + [7317] = {.lex_state = 718, .external_lex_state = 76}, + [7318] = {.lex_state = 718, .external_lex_state = 76}, + [7319] = {.lex_state = 718, .external_lex_state = 76}, + [7320] = {.lex_state = 718, .external_lex_state = 76}, + [7321] = {.lex_state = 718, .external_lex_state = 76}, + [7322] = {.lex_state = 718, .external_lex_state = 76}, + [7323] = {.lex_state = 718, .external_lex_state = 76}, + [7324] = {.lex_state = 718, .external_lex_state = 61}, + [7325] = {.lex_state = 718, .external_lex_state = 61}, + [7326] = {.lex_state = 718, .external_lex_state = 76}, + [7327] = {.lex_state = 718, .external_lex_state = 76}, + [7328] = {.lex_state = 718, .external_lex_state = 32}, + [7329] = {.lex_state = 718, .external_lex_state = 76}, + [7330] = {.lex_state = 718, .external_lex_state = 32}, + [7331] = {.lex_state = 718, .external_lex_state = 76}, + [7332] = {.lex_state = 718, .external_lex_state = 61}, + [7333] = {.lex_state = 718, .external_lex_state = 76}, + [7334] = {.lex_state = 718, .external_lex_state = 76}, + [7335] = {.lex_state = 718, .external_lex_state = 76}, + [7336] = {.lex_state = 718, .external_lex_state = 61}, + [7337] = {.lex_state = 718, .external_lex_state = 61}, + [7338] = {.lex_state = 718, .external_lex_state = 76}, + [7339] = {.lex_state = 718, .external_lex_state = 76}, + [7340] = {.lex_state = 718, .external_lex_state = 123}, + [7341] = {.lex_state = 718, .external_lex_state = 76}, + [7342] = {.lex_state = 718, .external_lex_state = 61}, + [7343] = {.lex_state = 718, .external_lex_state = 76}, + [7344] = {.lex_state = 718, .external_lex_state = 32}, + [7345] = {.lex_state = 718, .external_lex_state = 32}, + [7346] = {.lex_state = 718, .external_lex_state = 61}, + [7347] = {.lex_state = 718, .external_lex_state = 76}, + [7348] = {.lex_state = 718, .external_lex_state = 32}, + [7349] = {.lex_state = 718, .external_lex_state = 61}, + [7350] = {.lex_state = 718, .external_lex_state = 76}, + [7351] = {.lex_state = 718, .external_lex_state = 32}, + [7352] = {.lex_state = 718, .external_lex_state = 61}, + [7353] = {.lex_state = 718, .external_lex_state = 32}, + [7354] = {.lex_state = 718, .external_lex_state = 76}, + [7355] = {.lex_state = 718, .external_lex_state = 76}, + [7356] = {.lex_state = 718, .external_lex_state = 32}, + [7357] = {.lex_state = 718, .external_lex_state = 76}, + [7358] = {.lex_state = 718, .external_lex_state = 76}, + [7359] = {.lex_state = 718, .external_lex_state = 76}, + [7360] = {.lex_state = 718, .external_lex_state = 76}, + [7361] = {.lex_state = 718, .external_lex_state = 76}, + [7362] = {.lex_state = 718, .external_lex_state = 61}, + [7363] = {.lex_state = 718, .external_lex_state = 109}, + [7364] = {.lex_state = 718, .external_lex_state = 76}, + [7365] = {.lex_state = 718, .external_lex_state = 32}, + [7366] = {.lex_state = 718, .external_lex_state = 76}, + [7367] = {.lex_state = 718, .external_lex_state = 76}, + [7368] = {.lex_state = 718, .external_lex_state = 122}, + [7369] = {.lex_state = 718, .external_lex_state = 76}, + [7370] = {.lex_state = 718, .external_lex_state = 76}, + [7371] = {.lex_state = 718, .external_lex_state = 61}, + [7372] = {.lex_state = 718, .external_lex_state = 76}, + [7373] = {.lex_state = 718, .external_lex_state = 61}, + [7374] = {.lex_state = 718, .external_lex_state = 76}, + [7375] = {.lex_state = 718, .external_lex_state = 76}, + [7376] = {.lex_state = 718, .external_lex_state = 61}, + [7377] = {.lex_state = 718, .external_lex_state = 76}, + [7378] = {.lex_state = 718, .external_lex_state = 76}, + [7379] = {.lex_state = 718, .external_lex_state = 32}, + [7380] = {.lex_state = 718, .external_lex_state = 76}, + [7381] = {.lex_state = 718, .external_lex_state = 76}, + [7382] = {.lex_state = 718, .external_lex_state = 76}, + [7383] = {.lex_state = 718, .external_lex_state = 61}, + [7384] = {.lex_state = 718, .external_lex_state = 109}, + [7385] = {.lex_state = 718, .external_lex_state = 76}, + [7386] = {.lex_state = 718, .external_lex_state = 76}, + [7387] = {.lex_state = 718, .external_lex_state = 76}, + [7388] = {.lex_state = 718, .external_lex_state = 61}, + [7389] = {.lex_state = 718, .external_lex_state = 76}, + [7390] = {.lex_state = 718, .external_lex_state = 76}, + [7391] = {.lex_state = 718, .external_lex_state = 61}, + [7392] = {.lex_state = 718, .external_lex_state = 61}, + [7393] = {.lex_state = 718, .external_lex_state = 61}, + [7394] = {.lex_state = 718, .external_lex_state = 109}, + [7395] = {.lex_state = 718, .external_lex_state = 61}, + [7396] = {.lex_state = 718, .external_lex_state = 76}, + [7397] = {.lex_state = 718, .external_lex_state = 122}, + [7398] = {.lex_state = 718, .external_lex_state = 61}, + [7399] = {.lex_state = 718, .external_lex_state = 76}, + [7400] = {.lex_state = 718, .external_lex_state = 61}, + [7401] = {.lex_state = 718, .external_lex_state = 109}, + [7402] = {.lex_state = 718, .external_lex_state = 76}, + [7403] = {.lex_state = 718, .external_lex_state = 61}, + [7404] = {.lex_state = 718, .external_lex_state = 116}, + [7405] = {.lex_state = 718, .external_lex_state = 76}, + [7406] = {.lex_state = 718, .external_lex_state = 76}, + [7407] = {.lex_state = 718, .external_lex_state = 76}, + [7408] = {.lex_state = 718, .external_lex_state = 76}, + [7409] = {.lex_state = 718, .external_lex_state = 32}, + [7410] = {.lex_state = 718, .external_lex_state = 32}, + [7411] = {.lex_state = 718, .external_lex_state = 61}, + [7412] = {.lex_state = 718, .external_lex_state = 115}, + [7413] = {.lex_state = 718, .external_lex_state = 76}, + [7414] = {.lex_state = 718, .external_lex_state = 32}, + [7415] = {.lex_state = 718, .external_lex_state = 125}, + [7416] = {.lex_state = 718, .external_lex_state = 76}, + [7417] = {.lex_state = 718, .external_lex_state = 76}, + [7418] = {.lex_state = 718, .external_lex_state = 76}, + [7419] = {.lex_state = 718, .external_lex_state = 52}, + [7420] = {.lex_state = 718, .external_lex_state = 61}, + [7421] = {.lex_state = 718, .external_lex_state = 76}, + [7422] = {.lex_state = 718, .external_lex_state = 61}, + [7423] = {.lex_state = 718, .external_lex_state = 76}, + [7424] = {.lex_state = 718, .external_lex_state = 76}, + [7425] = {.lex_state = 718, .external_lex_state = 61}, + [7426] = {.lex_state = 718, .external_lex_state = 61}, + [7427] = {.lex_state = 718, .external_lex_state = 52}, + [7428] = {.lex_state = 718, .external_lex_state = 76}, + [7429] = {.lex_state = 718, .external_lex_state = 76}, + [7430] = {.lex_state = 718, .external_lex_state = 61}, + [7431] = {.lex_state = 718, .external_lex_state = 32}, + [7432] = {.lex_state = 718, .external_lex_state = 76}, + [7433] = {.lex_state = 718, .external_lex_state = 61}, + [7434] = {.lex_state = 718, .external_lex_state = 32}, + [7435] = {.lex_state = 718, .external_lex_state = 116}, + [7436] = {.lex_state = 718, .external_lex_state = 61}, + [7437] = {.lex_state = 718, .external_lex_state = 76}, + [7438] = {.lex_state = 718, .external_lex_state = 76}, + [7439] = {.lex_state = 718, .external_lex_state = 76}, + [7440] = {.lex_state = 718, .external_lex_state = 61}, + [7441] = {.lex_state = 718, .external_lex_state = 32}, + [7442] = {.lex_state = 718, .external_lex_state = 32}, + [7443] = {.lex_state = 718, .external_lex_state = 31}, + [7444] = {.lex_state = 718, .external_lex_state = 53}, + [7445] = {.lex_state = 718, .external_lex_state = 32}, + [7446] = {.lex_state = 718, .external_lex_state = 61}, + [7447] = {.lex_state = 718, .external_lex_state = 31}, + [7448] = {.lex_state = 718, .external_lex_state = 76}, + [7449] = {.lex_state = 718, .external_lex_state = 32}, + [7450] = {.lex_state = 718, .external_lex_state = 76}, + [7451] = {.lex_state = 718, .external_lex_state = 115}, + [7452] = {.lex_state = 718, .external_lex_state = 61}, + [7453] = {.lex_state = 718, .external_lex_state = 76}, + [7454] = {.lex_state = 718, .external_lex_state = 76}, + [7455] = {.lex_state = 718, .external_lex_state = 32}, + [7456] = {.lex_state = 718, .external_lex_state = 76}, + [7457] = {.lex_state = 718, .external_lex_state = 76}, + [7458] = {.lex_state = 718, .external_lex_state = 61}, + [7459] = {.lex_state = 718, .external_lex_state = 32}, + [7460] = {.lex_state = 718, .external_lex_state = 76}, + [7461] = {.lex_state = 718, .external_lex_state = 76}, + [7462] = {.lex_state = 718, .external_lex_state = 61}, + [7463] = {.lex_state = 718, .external_lex_state = 32}, + [7464] = {.lex_state = 718, .external_lex_state = 61}, + [7465] = {.lex_state = 718, .external_lex_state = 32}, + [7466] = {.lex_state = 718, .external_lex_state = 61}, + [7467] = {.lex_state = 718, .external_lex_state = 61}, + [7468] = {.lex_state = 718, .external_lex_state = 76}, + [7469] = {.lex_state = 718, .external_lex_state = 109}, + [7470] = {.lex_state = 718, .external_lex_state = 76}, + [7471] = {.lex_state = 718, .external_lex_state = 76}, + [7472] = {.lex_state = 718, .external_lex_state = 76}, + [7473] = {.lex_state = 718, .external_lex_state = 76}, + [7474] = {.lex_state = 718, .external_lex_state = 76}, + [7475] = {.lex_state = 718, .external_lex_state = 117}, + [7476] = {.lex_state = 718, .external_lex_state = 117}, + [7477] = {.lex_state = 718, .external_lex_state = 76}, + [7478] = {.lex_state = 718, .external_lex_state = 76}, + [7479] = {.lex_state = 718, .external_lex_state = 61}, + [7480] = {.lex_state = 718, .external_lex_state = 76}, + [7481] = {.lex_state = 718, .external_lex_state = 61}, + [7482] = {.lex_state = 718, .external_lex_state = 76}, + [7483] = {.lex_state = 718, .external_lex_state = 61}, + [7484] = {.lex_state = 718, .external_lex_state = 61}, + [7485] = {.lex_state = 718, .external_lex_state = 32}, + [7486] = {.lex_state = 718, .external_lex_state = 32}, + [7487] = {.lex_state = 718, .external_lex_state = 32}, + [7488] = {.lex_state = 718, .external_lex_state = 32}, + [7489] = {.lex_state = 718, .external_lex_state = 61}, + [7490] = {.lex_state = 718, .external_lex_state = 61}, + [7491] = {.lex_state = 718, .external_lex_state = 61}, + [7492] = {.lex_state = 718, .external_lex_state = 76}, + [7493] = {.lex_state = 718, .external_lex_state = 31}, + [7494] = {.lex_state = 718, .external_lex_state = 76}, + [7495] = {.lex_state = 718, .external_lex_state = 115}, + [7496] = {.lex_state = 718, .external_lex_state = 76}, + [7497] = {.lex_state = 718, .external_lex_state = 61}, + [7498] = {.lex_state = 718, .external_lex_state = 32}, + [7499] = {.lex_state = 718, .external_lex_state = 32}, + [7500] = {.lex_state = 718, .external_lex_state = 76}, + [7501] = {.lex_state = 718, .external_lex_state = 61}, + [7502] = {.lex_state = 718, .external_lex_state = 76}, + [7503] = {.lex_state = 718, .external_lex_state = 32}, + [7504] = {.lex_state = 718, .external_lex_state = 61}, + [7505] = {.lex_state = 718, .external_lex_state = 32}, + [7506] = {.lex_state = 718, .external_lex_state = 76}, + [7507] = {.lex_state = 718, .external_lex_state = 76}, + [7508] = {.lex_state = 718, .external_lex_state = 31}, + [7509] = {.lex_state = 718, .external_lex_state = 76}, + [7510] = {.lex_state = 718, .external_lex_state = 76}, + [7511] = {.lex_state = 718, .external_lex_state = 76}, + [7512] = {.lex_state = 718, .external_lex_state = 76}, + [7513] = {.lex_state = 718, .external_lex_state = 76}, + [7514] = {.lex_state = 718, .external_lex_state = 109}, + [7515] = {.lex_state = 718, .external_lex_state = 76}, + [7516] = {.lex_state = 718, .external_lex_state = 76}, + [7517] = {.lex_state = 718, .external_lex_state = 76}, + [7518] = {.lex_state = 718, .external_lex_state = 61}, + [7519] = {.lex_state = 718, .external_lex_state = 61}, + [7520] = {.lex_state = 718, .external_lex_state = 32}, + [7521] = {.lex_state = 718, .external_lex_state = 32}, + [7522] = {.lex_state = 718, .external_lex_state = 61}, + [7523] = {.lex_state = 718, .external_lex_state = 76}, + [7524] = {.lex_state = 718, .external_lex_state = 76}, + [7525] = {.lex_state = 718, .external_lex_state = 76}, + [7526] = {.lex_state = 718, .external_lex_state = 76}, + [7527] = {.lex_state = 718, .external_lex_state = 61}, + [7528] = {.lex_state = 718, .external_lex_state = 76}, + [7529] = {.lex_state = 718, .external_lex_state = 76}, + [7530] = {.lex_state = 718, .external_lex_state = 61}, + [7531] = {.lex_state = 718, .external_lex_state = 76}, + [7532] = {.lex_state = 718, .external_lex_state = 76}, + [7533] = {.lex_state = 718, .external_lex_state = 76}, + [7534] = {.lex_state = 718, .external_lex_state = 61}, + [7535] = {.lex_state = 718, .external_lex_state = 61}, + [7536] = {.lex_state = 718, .external_lex_state = 76}, + [7537] = {.lex_state = 718, .external_lex_state = 76}, + [7538] = {.lex_state = 718, .external_lex_state = 76}, + [7539] = {.lex_state = 718, .external_lex_state = 76}, + [7540] = {.lex_state = 718, .external_lex_state = 76}, + [7541] = {.lex_state = 718, .external_lex_state = 76}, + [7542] = {.lex_state = 718, .external_lex_state = 76}, + [7543] = {.lex_state = 718, .external_lex_state = 32}, + [7544] = {.lex_state = 718, .external_lex_state = 61}, + [7545] = {.lex_state = 718, .external_lex_state = 76}, + [7546] = {.lex_state = 718, .external_lex_state = 76}, + [7547] = {.lex_state = 718, .external_lex_state = 61}, + [7548] = {.lex_state = 718, .external_lex_state = 76}, + [7549] = {.lex_state = 718, .external_lex_state = 76}, + [7550] = {.lex_state = 718, .external_lex_state = 76}, + [7551] = {.lex_state = 718, .external_lex_state = 31}, + [7552] = {.lex_state = 718, .external_lex_state = 76}, + [7553] = {.lex_state = 718, .external_lex_state = 61}, + [7554] = {.lex_state = 718, .external_lex_state = 76}, + [7555] = {.lex_state = 718, .external_lex_state = 61}, + [7556] = {.lex_state = 718, .external_lex_state = 76}, + [7557] = {.lex_state = 718, .external_lex_state = 76}, + [7558] = {.lex_state = 718, .external_lex_state = 76}, + [7559] = {.lex_state = 718, .external_lex_state = 61}, + [7560] = {.lex_state = 718, .external_lex_state = 76}, + [7561] = {.lex_state = 718, .external_lex_state = 61}, + [7562] = {.lex_state = 718, .external_lex_state = 76}, + [7563] = {.lex_state = 718, .external_lex_state = 76}, + [7564] = {.lex_state = 718, .external_lex_state = 61}, + [7565] = {.lex_state = 718, .external_lex_state = 31}, + [7566] = {.lex_state = 718, .external_lex_state = 32}, + [7567] = {.lex_state = 718, .external_lex_state = 76}, + [7568] = {.lex_state = 718, .external_lex_state = 61}, + [7569] = {.lex_state = 718, .external_lex_state = 61}, + [7570] = {.lex_state = 718, .external_lex_state = 76}, + [7571] = {.lex_state = 718, .external_lex_state = 76}, + [7572] = {.lex_state = 718, .external_lex_state = 76}, + [7573] = {.lex_state = 718, .external_lex_state = 76}, + [7574] = {.lex_state = 718, .external_lex_state = 76}, + [7575] = {.lex_state = 718, .external_lex_state = 76}, + [7576] = {.lex_state = 718, .external_lex_state = 76}, + [7577] = {.lex_state = 718, .external_lex_state = 76}, + [7578] = {.lex_state = 718, .external_lex_state = 61}, + [7579] = {.lex_state = 718, .external_lex_state = 76}, + [7580] = {.lex_state = 718, .external_lex_state = 76}, + [7581] = {.lex_state = 718, .external_lex_state = 31}, + [7582] = {.lex_state = 718, .external_lex_state = 61}, + [7583] = {.lex_state = 718, .external_lex_state = 76}, + [7584] = {.lex_state = 718, .external_lex_state = 76}, + [7585] = {.lex_state = 718, .external_lex_state = 76}, + [7586] = {.lex_state = 718, .external_lex_state = 61}, + [7587] = {.lex_state = 718, .external_lex_state = 61}, + [7588] = {.lex_state = 718, .external_lex_state = 76}, + [7589] = {.lex_state = 718, .external_lex_state = 76}, + [7590] = {.lex_state = 718, .external_lex_state = 76}, + [7591] = {.lex_state = 718, .external_lex_state = 115}, + [7592] = {.lex_state = 718, .external_lex_state = 32}, + [7593] = {.lex_state = 718, .external_lex_state = 76}, + [7594] = {.lex_state = 718, .external_lex_state = 76}, + [7595] = {.lex_state = 718, .external_lex_state = 76}, + [7596] = {.lex_state = 77, .external_lex_state = 32}, + [7597] = {.lex_state = 718, .external_lex_state = 76}, + [7598] = {.lex_state = 718, .external_lex_state = 76}, + [7599] = {.lex_state = 718, .external_lex_state = 76}, + [7600] = {.lex_state = 718, .external_lex_state = 31}, + [7601] = {.lex_state = 718, .external_lex_state = 76}, + [7602] = {.lex_state = 718, .external_lex_state = 76}, + [7603] = {.lex_state = 718, .external_lex_state = 61}, + [7604] = {.lex_state = 718, .external_lex_state = 61}, + [7605] = {.lex_state = 718, .external_lex_state = 76}, + [7606] = {.lex_state = 718, .external_lex_state = 76}, + [7607] = {.lex_state = 718, .external_lex_state = 76}, + [7608] = {.lex_state = 718, .external_lex_state = 61}, + [7609] = {.lex_state = 718, .external_lex_state = 61}, + [7610] = {.lex_state = 718, .external_lex_state = 76}, + [7611] = {.lex_state = 718, .external_lex_state = 76}, + [7612] = {.lex_state = 718, .external_lex_state = 76}, + [7613] = {.lex_state = 718, .external_lex_state = 76}, + [7614] = {.lex_state = 718, .external_lex_state = 76}, + [7615] = {.lex_state = 718, .external_lex_state = 76}, + [7616] = {.lex_state = 718, .external_lex_state = 76}, + [7617] = {.lex_state = 718, .external_lex_state = 121}, + [7618] = {.lex_state = 718, .external_lex_state = 32}, + [7619] = {.lex_state = 718, .external_lex_state = 76}, + [7620] = {.lex_state = 718, .external_lex_state = 76}, + [7621] = {.lex_state = 718, .external_lex_state = 32}, + [7622] = {.lex_state = 718, .external_lex_state = 76}, + [7623] = {.lex_state = 718, .external_lex_state = 76}, + [7624] = {.lex_state = 718, .external_lex_state = 76}, + [7625] = {.lex_state = 718, .external_lex_state = 76}, + [7626] = {.lex_state = 718, .external_lex_state = 117}, + [7627] = {.lex_state = 718, .external_lex_state = 32}, + [7628] = {.lex_state = 718, .external_lex_state = 76}, + [7629] = {.lex_state = 718, .external_lex_state = 32}, + [7630] = {.lex_state = 718, .external_lex_state = 76}, + [7631] = {.lex_state = 718, .external_lex_state = 61}, + [7632] = {.lex_state = 718, .external_lex_state = 32}, + [7633] = {.lex_state = 718, .external_lex_state = 76}, + [7634] = {.lex_state = 718, .external_lex_state = 76}, + [7635] = {.lex_state = 718, .external_lex_state = 76}, + [7636] = {.lex_state = 718, .external_lex_state = 76}, + [7637] = {.lex_state = 718, .external_lex_state = 61}, + [7638] = {.lex_state = 718, .external_lex_state = 31}, + [7639] = {.lex_state = 718, .external_lex_state = 76}, + [7640] = {.lex_state = 718, .external_lex_state = 76}, + [7641] = {.lex_state = 718, .external_lex_state = 76}, + [7642] = {.lex_state = 718, .external_lex_state = 76}, + [7643] = {.lex_state = 718, .external_lex_state = 76}, + [7644] = {.lex_state = 718, .external_lex_state = 121}, + [7645] = {.lex_state = 718, .external_lex_state = 76}, + [7646] = {.lex_state = 718, .external_lex_state = 76}, + [7647] = {.lex_state = 718, .external_lex_state = 123}, + [7648] = {.lex_state = 718, .external_lex_state = 76}, + [7649] = {.lex_state = 718, .external_lex_state = 76}, + [7650] = {.lex_state = 718, .external_lex_state = 115}, + [7651] = {.lex_state = 718, .external_lex_state = 76}, + [7652] = {.lex_state = 718, .external_lex_state = 76}, + [7653] = {.lex_state = 718, .external_lex_state = 76}, + [7654] = {.lex_state = 718, .external_lex_state = 61}, + [7655] = {.lex_state = 718, .external_lex_state = 76}, + [7656] = {.lex_state = 718, .external_lex_state = 76}, + [7657] = {.lex_state = 718, .external_lex_state = 76}, + [7658] = {.lex_state = 718, .external_lex_state = 32}, + [7659] = {.lex_state = 718, .external_lex_state = 76}, + [7660] = {.lex_state = 718, .external_lex_state = 76}, + [7661] = {.lex_state = 718, .external_lex_state = 76}, + [7662] = {.lex_state = 718, .external_lex_state = 76}, + [7663] = {.lex_state = 718, .external_lex_state = 76}, + [7664] = {.lex_state = 718, .external_lex_state = 76}, + [7665] = {.lex_state = 718, .external_lex_state = 123}, + [7666] = {.lex_state = 718, .external_lex_state = 76}, + [7667] = {.lex_state = 718, .external_lex_state = 76}, + [7668] = {.lex_state = 718, .external_lex_state = 76}, + [7669] = {.lex_state = 718, .external_lex_state = 76}, + [7670] = {.lex_state = 718, .external_lex_state = 76}, + [7671] = {.lex_state = 718, .external_lex_state = 76}, + [7672] = {.lex_state = 718, .external_lex_state = 76}, + [7673] = {.lex_state = 718, .external_lex_state = 76}, + [7674] = {.lex_state = 718, .external_lex_state = 76}, + [7675] = {.lex_state = 718, .external_lex_state = 76}, + [7676] = {.lex_state = 718, .external_lex_state = 76}, + [7677] = {.lex_state = 718, .external_lex_state = 76}, + [7678] = {.lex_state = 718, .external_lex_state = 76}, + [7679] = {.lex_state = 718, .external_lex_state = 76}, + [7680] = {.lex_state = 718, .external_lex_state = 76}, + [7681] = {.lex_state = 718, .external_lex_state = 115}, + [7682] = {.lex_state = 718, .external_lex_state = 76}, + [7683] = {.lex_state = 718, .external_lex_state = 76}, + [7684] = {.lex_state = 718, .external_lex_state = 76}, + [7685] = {.lex_state = 718, .external_lex_state = 76}, + [7686] = {.lex_state = 718, .external_lex_state = 76}, + [7687] = {.lex_state = 718, .external_lex_state = 76}, + [7688] = {.lex_state = 718, .external_lex_state = 32}, + [7689] = {.lex_state = 718, .external_lex_state = 76}, + [7690] = {.lex_state = 718, .external_lex_state = 76}, + [7691] = {.lex_state = 718, .external_lex_state = 76}, + [7692] = {.lex_state = 718, .external_lex_state = 32}, + [7693] = {.lex_state = 718, .external_lex_state = 76}, + [7694] = {.lex_state = 718, .external_lex_state = 76}, + [7695] = {.lex_state = 718, .external_lex_state = 32}, + [7696] = {.lex_state = 718, .external_lex_state = 76}, + [7697] = {.lex_state = 718, .external_lex_state = 76}, + [7698] = {.lex_state = 718, .external_lex_state = 76}, + [7699] = {.lex_state = 718, .external_lex_state = 76}, + [7700] = {.lex_state = 718, .external_lex_state = 61}, + [7701] = {.lex_state = 718, .external_lex_state = 61}, + [7702] = {.lex_state = 718, .external_lex_state = 76}, + [7703] = {.lex_state = 718, .external_lex_state = 76}, + [7704] = {.lex_state = 718, .external_lex_state = 76}, + [7705] = {.lex_state = 718, .external_lex_state = 76}, + [7706] = {.lex_state = 718, .external_lex_state = 32}, + [7707] = {.lex_state = 718, .external_lex_state = 76}, + [7708] = {.lex_state = 718, .external_lex_state = 76}, + [7709] = {.lex_state = 718, .external_lex_state = 76}, + [7710] = {.lex_state = 718, .external_lex_state = 76}, + [7711] = {.lex_state = 718, .external_lex_state = 31}, + [7712] = {.lex_state = 718, .external_lex_state = 76}, + [7713] = {.lex_state = 718, .external_lex_state = 125}, + [7714] = {.lex_state = 718, .external_lex_state = 32}, + [7715] = {.lex_state = 718, .external_lex_state = 117}, + [7716] = {.lex_state = 718, .external_lex_state = 76}, + [7717] = {.lex_state = 718, .external_lex_state = 61}, + [7718] = {.lex_state = 718, .external_lex_state = 61}, + [7719] = {.lex_state = 718, .external_lex_state = 32}, + [7720] = {.lex_state = 718, .external_lex_state = 32}, + [7721] = {.lex_state = 718, .external_lex_state = 61}, + [7722] = {.lex_state = 718, .external_lex_state = 61}, + [7723] = {.lex_state = 718, .external_lex_state = 32}, + [7724] = {.lex_state = 718, .external_lex_state = 76}, + [7725] = {.lex_state = 718, .external_lex_state = 32}, + [7726] = {.lex_state = 718, .external_lex_state = 32}, + [7727] = {.lex_state = 718, .external_lex_state = 32}, + [7728] = {.lex_state = 718, .external_lex_state = 76}, + [7729] = {.lex_state = 718, .external_lex_state = 32}, + [7730] = {.lex_state = 718, .external_lex_state = 32}, + [7731] = {.lex_state = 718, .external_lex_state = 53}, + [7732] = {.lex_state = 718, .external_lex_state = 32}, + [7733] = {.lex_state = 718, .external_lex_state = 32}, + [7734] = {.lex_state = 718, .external_lex_state = 32}, + [7735] = {.lex_state = 718, .external_lex_state = 32}, + [7736] = {.lex_state = 718, .external_lex_state = 32}, + [7737] = {.lex_state = 718, .external_lex_state = 127}, + [7738] = {.lex_state = 718, .external_lex_state = 32}, + [7739] = {.lex_state = 718, .external_lex_state = 32}, + [7740] = {.lex_state = 718, .external_lex_state = 32}, + [7741] = {.lex_state = 77, .external_lex_state = 128}, + [7742] = {.lex_state = 718, .external_lex_state = 32}, + [7743] = {.lex_state = 76, .external_lex_state = 116}, + [7744] = {.lex_state = 718, .external_lex_state = 76}, + [7745] = {.lex_state = 718, .external_lex_state = 32}, + [7746] = {.lex_state = 718, .external_lex_state = 32}, + [7747] = {.lex_state = 718, .external_lex_state = 32}, + [7748] = {.lex_state = 718, .external_lex_state = 32}, + [7749] = {.lex_state = 718, .external_lex_state = 32}, + [7750] = {.lex_state = 718, .external_lex_state = 32}, + [7751] = {.lex_state = 718, .external_lex_state = 32}, + [7752] = {.lex_state = 718, .external_lex_state = 32}, + [7753] = {.lex_state = 718, .external_lex_state = 76}, + [7754] = {.lex_state = 718, .external_lex_state = 32}, + [7755] = {.lex_state = 718, .external_lex_state = 32}, + [7756] = {.lex_state = 718, .external_lex_state = 76}, + [7757] = {.lex_state = 718, .external_lex_state = 32}, + [7758] = {.lex_state = 718, .external_lex_state = 32}, + [7759] = {.lex_state = 718, .external_lex_state = 32}, + [7760] = {.lex_state = 718, .external_lex_state = 32}, + [7761] = {.lex_state = 718, .external_lex_state = 32}, + [7762] = {.lex_state = 718, .external_lex_state = 32}, + [7763] = {.lex_state = 718, .external_lex_state = 31}, + [7764] = {.lex_state = 718, .external_lex_state = 76}, + [7765] = {.lex_state = 718, .external_lex_state = 32}, + [7766] = {.lex_state = 718, .external_lex_state = 32}, + [7767] = {.lex_state = 718, .external_lex_state = 76}, + [7768] = {.lex_state = 718, .external_lex_state = 76}, + [7769] = {.lex_state = 718, .external_lex_state = 32}, + [7770] = {.lex_state = 718, .external_lex_state = 32}, + [7771] = {.lex_state = 718, .external_lex_state = 76}, + [7772] = {.lex_state = 718, .external_lex_state = 76}, + [7773] = {.lex_state = 718, .external_lex_state = 32}, + [7774] = {.lex_state = 718, .external_lex_state = 76}, + [7775] = {.lex_state = 718, .external_lex_state = 76}, + [7776] = {.lex_state = 718, .external_lex_state = 76}, + [7777] = {.lex_state = 718, .external_lex_state = 76}, + [7778] = {.lex_state = 718, .external_lex_state = 127}, + [7779] = {.lex_state = 718, .external_lex_state = 76}, + [7780] = {.lex_state = 718, .external_lex_state = 76}, + [7781] = {.lex_state = 718, .external_lex_state = 76}, + [7782] = {.lex_state = 718, .external_lex_state = 76}, + [7783] = {.lex_state = 718, .external_lex_state = 76}, + [7784] = {.lex_state = 718, .external_lex_state = 76}, + [7785] = {.lex_state = 718, .external_lex_state = 76}, + [7786] = {.lex_state = 718, .external_lex_state = 76}, + [7787] = {.lex_state = 718, .external_lex_state = 61}, + [7788] = {.lex_state = 718, .external_lex_state = 76}, + [7789] = {.lex_state = 718, .external_lex_state = 32}, + [7790] = {.lex_state = 718, .external_lex_state = 32}, + [7791] = {.lex_state = 718, .external_lex_state = 76}, + [7792] = {.lex_state = 718, .external_lex_state = 76}, + [7793] = {.lex_state = 718, .external_lex_state = 32}, + [7794] = {.lex_state = 718, .external_lex_state = 32}, + [7795] = {.lex_state = 718, .external_lex_state = 32}, + [7796] = {.lex_state = 718, .external_lex_state = 32}, + [7797] = {.lex_state = 718, .external_lex_state = 76}, + [7798] = {.lex_state = 718, .external_lex_state = 76}, + [7799] = {.lex_state = 718, .external_lex_state = 32}, + [7800] = {.lex_state = 718, .external_lex_state = 76}, + [7801] = {.lex_state = 718, .external_lex_state = 32}, + [7802] = {.lex_state = 718, .external_lex_state = 76}, + [7803] = {.lex_state = 718, .external_lex_state = 32}, + [7804] = {.lex_state = 718, .external_lex_state = 32}, + [7805] = {.lex_state = 718, .external_lex_state = 32}, + [7806] = {.lex_state = 718, .external_lex_state = 32}, + [7807] = {.lex_state = 718, .external_lex_state = 32}, + [7808] = {.lex_state = 718, .external_lex_state = 61}, + [7809] = {.lex_state = 718, .external_lex_state = 32}, + [7810] = {.lex_state = 718, .external_lex_state = 76}, + [7811] = {.lex_state = 718, .external_lex_state = 32}, + [7812] = {.lex_state = 718, .external_lex_state = 32}, + [7813] = {.lex_state = 718, .external_lex_state = 32}, + [7814] = {.lex_state = 718, .external_lex_state = 32}, + [7815] = {.lex_state = 718, .external_lex_state = 32}, + [7816] = {.lex_state = 718, .external_lex_state = 32}, + [7817] = {.lex_state = 718, .external_lex_state = 76}, + [7818] = {.lex_state = 718, .external_lex_state = 76}, + [7819] = {.lex_state = 718, .external_lex_state = 32}, + [7820] = {.lex_state = 718, .external_lex_state = 32}, + [7821] = {.lex_state = 718, .external_lex_state = 76}, + [7822] = {.lex_state = 718, .external_lex_state = 76}, + [7823] = {.lex_state = 718, .external_lex_state = 32}, + [7824] = {.lex_state = 718, .external_lex_state = 76}, + [7825] = {.lex_state = 718, .external_lex_state = 53}, + [7826] = {.lex_state = 718, .external_lex_state = 32}, + [7827] = {.lex_state = 718, .external_lex_state = 76}, + [7828] = {.lex_state = 77, .external_lex_state = 32}, + [7829] = {.lex_state = 718, .external_lex_state = 31}, + [7830] = {.lex_state = 718, .external_lex_state = 32}, + [7831] = {.lex_state = 718, .external_lex_state = 32}, + [7832] = {.lex_state = 718, .external_lex_state = 32}, + [7833] = {.lex_state = 718, .external_lex_state = 32}, + [7834] = {.lex_state = 718, .external_lex_state = 76}, + [7835] = {.lex_state = 718, .external_lex_state = 32}, + [7836] = {.lex_state = 718, .external_lex_state = 76}, + [7837] = {.lex_state = 718, .external_lex_state = 76}, + [7838] = {.lex_state = 718, .external_lex_state = 76}, + [7839] = {.lex_state = 718, .external_lex_state = 76}, + [7840] = {.lex_state = 718, .external_lex_state = 32}, + [7841] = {.lex_state = 718, .external_lex_state = 76}, + [7842] = {.lex_state = 718, .external_lex_state = 32}, + [7843] = {.lex_state = 718, .external_lex_state = 76}, + [7844] = {.lex_state = 718, .external_lex_state = 76}, + [7845] = {.lex_state = 718, .external_lex_state = 76}, + [7846] = {.lex_state = 718, .external_lex_state = 53}, + [7847] = {.lex_state = 718, .external_lex_state = 32}, + [7848] = {.lex_state = 718, .external_lex_state = 32}, + [7849] = {.lex_state = 718, .external_lex_state = 32}, + [7850] = {.lex_state = 718, .external_lex_state = 76}, + [7851] = {.lex_state = 718, .external_lex_state = 76}, + [7852] = {.lex_state = 718, .external_lex_state = 32}, + [7853] = {.lex_state = 718, .external_lex_state = 32}, + [7854] = {.lex_state = 718, .external_lex_state = 32}, + [7855] = {.lex_state = 718, .external_lex_state = 32}, + [7856] = {.lex_state = 718, .external_lex_state = 76}, + [7857] = {.lex_state = 718, .external_lex_state = 32}, + [7858] = {.lex_state = 718, .external_lex_state = 32}, + [7859] = {.lex_state = 718, .external_lex_state = 32}, + [7860] = {.lex_state = 718, .external_lex_state = 32}, + [7861] = {.lex_state = 718, .external_lex_state = 127}, + [7862] = {.lex_state = 718, .external_lex_state = 32}, + [7863] = {.lex_state = 718, .external_lex_state = 32}, + [7864] = {.lex_state = 718, .external_lex_state = 129}, + [7865] = {.lex_state = 718, .external_lex_state = 127}, + [7866] = {.lex_state = 76, .external_lex_state = 130}, + [7867] = {.lex_state = 718, .external_lex_state = 32}, + [7868] = {.lex_state = 77, .external_lex_state = 128}, + [7869] = {.lex_state = 718, .external_lex_state = 32}, + [7870] = {.lex_state = 718, .external_lex_state = 76}, + [7871] = {.lex_state = 718, .external_lex_state = 32}, + [7872] = {.lex_state = 718, .external_lex_state = 32}, + [7873] = {.lex_state = 718, .external_lex_state = 32}, + [7874] = {.lex_state = 718, .external_lex_state = 32}, + [7875] = {.lex_state = 718, .external_lex_state = 115}, + [7876] = {.lex_state = 718, .external_lex_state = 32}, + [7877] = {.lex_state = 718, .external_lex_state = 32}, + [7878] = {.lex_state = 718, .external_lex_state = 32}, + [7879] = {.lex_state = 718, .external_lex_state = 32}, + [7880] = {.lex_state = 718, .external_lex_state = 76}, + [7881] = {.lex_state = 718, .external_lex_state = 76}, + [7882] = {.lex_state = 718, .external_lex_state = 76}, + [7883] = {.lex_state = 718, .external_lex_state = 32}, + [7884] = {.lex_state = 718, .external_lex_state = 32}, + [7885] = {.lex_state = 718, .external_lex_state = 76}, + [7886] = {.lex_state = 718, .external_lex_state = 32}, + [7887] = {.lex_state = 718, .external_lex_state = 32}, + [7888] = {.lex_state = 718, .external_lex_state = 32}, + [7889] = {.lex_state = 718, .external_lex_state = 32}, + [7890] = {.lex_state = 718, .external_lex_state = 32}, + [7891] = {.lex_state = 718, .external_lex_state = 61}, + [7892] = {.lex_state = 718, .external_lex_state = 32}, + [7893] = {.lex_state = 718, .external_lex_state = 61}, + [7894] = {.lex_state = 718, .external_lex_state = 76}, + [7895] = {.lex_state = 718, .external_lex_state = 117}, + [7896] = {.lex_state = 718, .external_lex_state = 32}, + [7897] = {.lex_state = 718, .external_lex_state = 32}, + [7898] = {.lex_state = 718, .external_lex_state = 32}, + [7899] = {.lex_state = 718, .external_lex_state = 32}, + [7900] = {.lex_state = 718, .external_lex_state = 32}, + [7901] = {.lex_state = 718, .external_lex_state = 32}, + [7902] = {.lex_state = 718, .external_lex_state = 76}, + [7903] = {.lex_state = 718, .external_lex_state = 76}, + [7904] = {.lex_state = 718, .external_lex_state = 32}, + [7905] = {.lex_state = 718, .external_lex_state = 117}, + [7906] = {.lex_state = 718, .external_lex_state = 32}, + [7907] = {.lex_state = 718, .external_lex_state = 76}, + [7908] = {.lex_state = 718, .external_lex_state = 32}, + [7909] = {.lex_state = 718, .external_lex_state = 76}, + [7910] = {.lex_state = 718, .external_lex_state = 76}, + [7911] = {.lex_state = 718, .external_lex_state = 124}, + [7912] = {.lex_state = 718, .external_lex_state = 32}, + [7913] = {.lex_state = 718, .external_lex_state = 32}, + [7914] = {.lex_state = 718, .external_lex_state = 76}, + [7915] = {.lex_state = 718, .external_lex_state = 117}, + [7916] = {.lex_state = 718, .external_lex_state = 76}, + [7917] = {.lex_state = 718, .external_lex_state = 32}, + [7918] = {.lex_state = 718, .external_lex_state = 76}, + [7919] = {.lex_state = 718, .external_lex_state = 76}, + [7920] = {.lex_state = 718, .external_lex_state = 76}, + [7921] = {.lex_state = 718, .external_lex_state = 32}, + [7922] = {.lex_state = 718, .external_lex_state = 32}, + [7923] = {.lex_state = 718, .external_lex_state = 32}, + [7924] = {.lex_state = 718, .external_lex_state = 61}, + [7925] = {.lex_state = 718, .external_lex_state = 32}, + [7926] = {.lex_state = 718, .external_lex_state = 32}, + [7927] = {.lex_state = 718, .external_lex_state = 32}, + [7928] = {.lex_state = 718, .external_lex_state = 127}, + [7929] = {.lex_state = 718, .external_lex_state = 32}, + [7930] = {.lex_state = 718, .external_lex_state = 76}, + [7931] = {.lex_state = 718, .external_lex_state = 32}, + [7932] = {.lex_state = 718, .external_lex_state = 32}, + [7933] = {.lex_state = 718, .external_lex_state = 76}, + [7934] = {.lex_state = 718, .external_lex_state = 32}, + [7935] = {.lex_state = 718, .external_lex_state = 32}, + [7936] = {.lex_state = 718, .external_lex_state = 124}, + [7937] = {.lex_state = 718, .external_lex_state = 32}, + [7938] = {.lex_state = 718, .external_lex_state = 61}, + [7939] = {.lex_state = 718, .external_lex_state = 32}, + [7940] = {.lex_state = 718, .external_lex_state = 32}, + [7941] = {.lex_state = 718, .external_lex_state = 76}, + [7942] = {.lex_state = 718, .external_lex_state = 32}, + [7943] = {.lex_state = 718, .external_lex_state = 31}, + [7944] = {.lex_state = 718, .external_lex_state = 32}, + [7945] = {.lex_state = 718, .external_lex_state = 32}, + [7946] = {.lex_state = 718, .external_lex_state = 32}, + [7947] = {.lex_state = 718, .external_lex_state = 76}, + [7948] = {.lex_state = 718, .external_lex_state = 32}, + [7949] = {.lex_state = 718, .external_lex_state = 76}, + [7950] = {.lex_state = 718, .external_lex_state = 32}, + [7951] = {.lex_state = 718, .external_lex_state = 76}, + [7952] = {.lex_state = 718, .external_lex_state = 76}, + [7953] = {.lex_state = 718, .external_lex_state = 32}, + [7954] = {.lex_state = 718, .external_lex_state = 31}, + [7955] = {.lex_state = 718, .external_lex_state = 32}, + [7956] = {.lex_state = 718, .external_lex_state = 76}, + [7957] = {.lex_state = 718, .external_lex_state = 76}, + [7958] = {.lex_state = 718, .external_lex_state = 32}, + [7959] = {.lex_state = 718, .external_lex_state = 76}, + [7960] = {.lex_state = 718, .external_lex_state = 32}, + [7961] = {.lex_state = 718, .external_lex_state = 32}, + [7962] = {.lex_state = 718, .external_lex_state = 32}, + [7963] = {.lex_state = 718, .external_lex_state = 76}, + [7964] = {.lex_state = 718, .external_lex_state = 32}, + [7965] = {.lex_state = 718, .external_lex_state = 32}, + [7966] = {.lex_state = 718, .external_lex_state = 76}, + [7967] = {.lex_state = 718, .external_lex_state = 32}, + [7968] = {.lex_state = 718, .external_lex_state = 76}, + [7969] = {.lex_state = 718, .external_lex_state = 76}, + [7970] = {.lex_state = 718, .external_lex_state = 76}, + [7971] = {.lex_state = 718, .external_lex_state = 76}, + [7972] = {.lex_state = 718, .external_lex_state = 32}, + [7973] = {.lex_state = 718, .external_lex_state = 53}, + [7974] = {.lex_state = 718, .external_lex_state = 32}, + [7975] = {.lex_state = 718, .external_lex_state = 32}, + [7976] = {.lex_state = 718, .external_lex_state = 76}, + [7977] = {.lex_state = 718, .external_lex_state = 76}, + [7978] = {.lex_state = 718, .external_lex_state = 32}, + [7979] = {.lex_state = 718, .external_lex_state = 32}, + [7980] = {.lex_state = 718, .external_lex_state = 76}, + [7981] = {.lex_state = 718, .external_lex_state = 32}, + [7982] = {.lex_state = 718, .external_lex_state = 76}, + [7983] = {.lex_state = 718, .external_lex_state = 127}, + [7984] = {.lex_state = 718, .external_lex_state = 32}, + [7985] = {.lex_state = 718, .external_lex_state = 76}, + [7986] = {.lex_state = 718, .external_lex_state = 76}, + [7987] = {.lex_state = 718, .external_lex_state = 76}, + [7988] = {.lex_state = 718, .external_lex_state = 76}, + [7989] = {.lex_state = 718, .external_lex_state = 76}, + [7990] = {.lex_state = 718, .external_lex_state = 76}, + [7991] = {.lex_state = 718, .external_lex_state = 32}, + [7992] = {.lex_state = 718, .external_lex_state = 32}, + [7993] = {.lex_state = 718, .external_lex_state = 32}, + [7994] = {.lex_state = 718, .external_lex_state = 76}, + [7995] = {.lex_state = 718, .external_lex_state = 76}, + [7996] = {.lex_state = 718, .external_lex_state = 32}, + [7997] = {.lex_state = 718, .external_lex_state = 32}, + [7998] = {.lex_state = 718, .external_lex_state = 61}, + [7999] = {.lex_state = 718, .external_lex_state = 32}, + [8000] = {.lex_state = 718, .external_lex_state = 76}, + [8001] = {.lex_state = 718, .external_lex_state = 76}, + [8002] = {.lex_state = 718, .external_lex_state = 32}, + [8003] = {.lex_state = 718, .external_lex_state = 76}, + [8004] = {.lex_state = 718, .external_lex_state = 76}, + [8005] = {.lex_state = 718, .external_lex_state = 76}, + [8006] = {.lex_state = 718, .external_lex_state = 32}, + [8007] = {.lex_state = 718, .external_lex_state = 76}, + [8008] = {.lex_state = 718, .external_lex_state = 32}, + [8009] = {.lex_state = 718, .external_lex_state = 76}, + [8010] = {.lex_state = 718, .external_lex_state = 32}, + [8011] = {.lex_state = 718, .external_lex_state = 32}, + [8012] = {.lex_state = 718, .external_lex_state = 76}, + [8013] = {.lex_state = 718, .external_lex_state = 32}, + [8014] = {.lex_state = 718, .external_lex_state = 76}, + [8015] = {.lex_state = 718, .external_lex_state = 76}, + [8016] = {.lex_state = 718, .external_lex_state = 76}, + [8017] = {.lex_state = 718, .external_lex_state = 32}, + [8018] = {.lex_state = 718, .external_lex_state = 76}, + [8019] = {.lex_state = 718, .external_lex_state = 76}, + [8020] = {.lex_state = 718, .external_lex_state = 76}, + [8021] = {.lex_state = 718, .external_lex_state = 32}, + [8022] = {.lex_state = 718, .external_lex_state = 76}, + [8023] = {.lex_state = 718, .external_lex_state = 76}, + [8024] = {.lex_state = 718, .external_lex_state = 76}, + [8025] = {.lex_state = 718, .external_lex_state = 32}, + [8026] = {.lex_state = 718, .external_lex_state = 76}, + [8027] = {.lex_state = 718, .external_lex_state = 32}, + [8028] = {.lex_state = 718, .external_lex_state = 76}, + [8029] = {.lex_state = 718, .external_lex_state = 76}, + [8030] = {.lex_state = 718, .external_lex_state = 32}, + [8031] = {.lex_state = 718, .external_lex_state = 32}, + [8032] = {.lex_state = 718, .external_lex_state = 76}, + [8033] = {.lex_state = 718, .external_lex_state = 32}, + [8034] = {.lex_state = 718, .external_lex_state = 32}, + [8035] = {.lex_state = 718, .external_lex_state = 32}, + [8036] = {.lex_state = 718, .external_lex_state = 32}, + [8037] = {.lex_state = 718, .external_lex_state = 32}, + [8038] = {.lex_state = 718, .external_lex_state = 76}, + [8039] = {.lex_state = 718, .external_lex_state = 32}, + [8040] = {.lex_state = 718, .external_lex_state = 32}, + [8041] = {.lex_state = 718, .external_lex_state = 32}, + [8042] = {.lex_state = 718, .external_lex_state = 124}, + [8043] = {.lex_state = 718, .external_lex_state = 32}, + [8044] = {.lex_state = 718, .external_lex_state = 32}, + [8045] = {.lex_state = 718, .external_lex_state = 32}, + [8046] = {.lex_state = 718, .external_lex_state = 76}, + [8047] = {.lex_state = 718, .external_lex_state = 32}, + [8048] = {.lex_state = 718, .external_lex_state = 32}, + [8049] = {.lex_state = 718, .external_lex_state = 32}, + [8050] = {.lex_state = 718, .external_lex_state = 32}, + [8051] = {.lex_state = 718, .external_lex_state = 76}, + [8052] = {.lex_state = 718, .external_lex_state = 32}, + [8053] = {.lex_state = 718, .external_lex_state = 32}, + [8054] = {.lex_state = 718, .external_lex_state = 32}, + [8055] = {.lex_state = 718, .external_lex_state = 76}, + [8056] = {.lex_state = 718, .external_lex_state = 76}, + [8057] = {.lex_state = 718, .external_lex_state = 32}, + [8058] = {.lex_state = 718, .external_lex_state = 32}, + [8059] = {.lex_state = 718, .external_lex_state = 32}, + [8060] = {.lex_state = 718, .external_lex_state = 76}, + [8061] = {.lex_state = 718, .external_lex_state = 131}, + [8062] = {.lex_state = 718, .external_lex_state = 32}, + [8063] = {.lex_state = 718, .external_lex_state = 32}, + [8064] = {.lex_state = 718, .external_lex_state = 32}, + [8065] = {.lex_state = 718, .external_lex_state = 32}, + [8066] = {.lex_state = 718, .external_lex_state = 76}, + [8067] = {.lex_state = 718, .external_lex_state = 32}, + [8068] = {.lex_state = 718, .external_lex_state = 32}, + [8069] = {.lex_state = 718, .external_lex_state = 32}, + [8070] = {.lex_state = 718, .external_lex_state = 76}, + [8071] = {.lex_state = 718, .external_lex_state = 76}, + [8072] = {.lex_state = 718, .external_lex_state = 32}, + [8073] = {.lex_state = 718, .external_lex_state = 76}, + [8074] = {.lex_state = 718, .external_lex_state = 32}, + [8075] = {.lex_state = 718, .external_lex_state = 32}, + [8076] = {.lex_state = 718, .external_lex_state = 76}, + [8077] = {.lex_state = 718, .external_lex_state = 32}, + [8078] = {.lex_state = 718, .external_lex_state = 32}, + [8079] = {.lex_state = 718, .external_lex_state = 32}, + [8080] = {.lex_state = 718, .external_lex_state = 32}, + [8081] = {.lex_state = 718, .external_lex_state = 32}, + [8082] = {.lex_state = 718, .external_lex_state = 76}, + [8083] = {.lex_state = 718, .external_lex_state = 32}, + [8084] = {.lex_state = 718, .external_lex_state = 76}, + [8085] = {.lex_state = 718, .external_lex_state = 76}, + [8086] = {.lex_state = 718, .external_lex_state = 76}, + [8087] = {.lex_state = 718, .external_lex_state = 124}, + [8088] = {.lex_state = 718, .external_lex_state = 32}, + [8089] = {.lex_state = 718, .external_lex_state = 32}, + [8090] = {.lex_state = 718, .external_lex_state = 32}, + [8091] = {.lex_state = 718, .external_lex_state = 32}, + [8092] = {.lex_state = 718, .external_lex_state = 32}, + [8093] = {.lex_state = 718, .external_lex_state = 32}, + [8094] = {.lex_state = 718, .external_lex_state = 32}, + [8095] = {.lex_state = 718, .external_lex_state = 76}, + [8096] = {.lex_state = 718, .external_lex_state = 32}, + [8097] = {.lex_state = 718, .external_lex_state = 76}, + [8098] = {.lex_state = 718, .external_lex_state = 32}, + [8099] = {.lex_state = 718, .external_lex_state = 76}, + [8100] = {.lex_state = 77, .external_lex_state = 128}, + [8101] = {.lex_state = 718, .external_lex_state = 32}, + [8102] = {.lex_state = 718, .external_lex_state = 32}, + [8103] = {.lex_state = 718, .external_lex_state = 32}, + [8104] = {.lex_state = 718, .external_lex_state = 32}, + [8105] = {.lex_state = 718, .external_lex_state = 32}, + [8106] = {.lex_state = 718, .external_lex_state = 32}, + [8107] = {.lex_state = 718, .external_lex_state = 32}, + [8108] = {.lex_state = 718, .external_lex_state = 32}, + [8109] = {.lex_state = 718, .external_lex_state = 32}, + [8110] = {.lex_state = 718, .external_lex_state = 32}, + [8111] = {.lex_state = 718, .external_lex_state = 32}, + [8112] = {.lex_state = 718, .external_lex_state = 32}, + [8113] = {.lex_state = 718, .external_lex_state = 76}, + [8114] = {.lex_state = 718, .external_lex_state = 32}, + [8115] = {.lex_state = 718, .external_lex_state = 76}, + [8116] = {.lex_state = 718, .external_lex_state = 76}, + [8117] = {.lex_state = 718, .external_lex_state = 32}, + [8118] = {.lex_state = 718, .external_lex_state = 32}, + [8119] = {.lex_state = 718, .external_lex_state = 76}, + [8120] = {.lex_state = 718, .external_lex_state = 32}, + [8121] = {.lex_state = 718, .external_lex_state = 76}, + [8122] = {.lex_state = 718, .external_lex_state = 32}, + [8123] = {.lex_state = 718, .external_lex_state = 32}, + [8124] = {.lex_state = 718, .external_lex_state = 129}, + [8125] = {.lex_state = 718, .external_lex_state = 76}, + [8126] = {.lex_state = 718, .external_lex_state = 32}, + [8127] = {.lex_state = 718, .external_lex_state = 76}, + [8128] = {.lex_state = 718, .external_lex_state = 32}, + [8129] = {.lex_state = 718, .external_lex_state = 76}, + [8130] = {.lex_state = 718, .external_lex_state = 32}, + [8131] = {.lex_state = 718, .external_lex_state = 76}, + [8132] = {.lex_state = 718, .external_lex_state = 32}, + [8133] = {.lex_state = 718, .external_lex_state = 76}, + [8134] = {.lex_state = 718, .external_lex_state = 32}, + [8135] = {.lex_state = 718, .external_lex_state = 76}, + [8136] = {.lex_state = 718, .external_lex_state = 32}, + [8137] = {.lex_state = 718, .external_lex_state = 76}, + [8138] = {.lex_state = 718, .external_lex_state = 76}, + [8139] = {.lex_state = 718, .external_lex_state = 76}, + [8140] = {.lex_state = 718, .external_lex_state = 32}, + [8141] = {.lex_state = 718, .external_lex_state = 76}, + [8142] = {.lex_state = 718, .external_lex_state = 32}, + [8143] = {.lex_state = 718, .external_lex_state = 32}, + [8144] = {.lex_state = 718, .external_lex_state = 76}, + [8145] = {.lex_state = 718, .external_lex_state = 32}, + [8146] = {.lex_state = 718, .external_lex_state = 31}, + [8147] = {.lex_state = 718, .external_lex_state = 32}, + [8148] = {.lex_state = 718, .external_lex_state = 76}, + [8149] = {.lex_state = 718, .external_lex_state = 32}, + [8150] = {.lex_state = 718, .external_lex_state = 76}, + [8151] = {.lex_state = 718, .external_lex_state = 76}, + [8152] = {.lex_state = 718, .external_lex_state = 32}, + [8153] = {.lex_state = 718, .external_lex_state = 76}, + [8154] = {.lex_state = 718, .external_lex_state = 76}, + [8155] = {.lex_state = 718, .external_lex_state = 76}, + [8156] = {.lex_state = 718, .external_lex_state = 61}, + [8157] = {.lex_state = 718, .external_lex_state = 76}, + [8158] = {.lex_state = 718, .external_lex_state = 76}, + [8159] = {.lex_state = 718, .external_lex_state = 76}, + [8160] = {.lex_state = 718, .external_lex_state = 32}, + [8161] = {.lex_state = 718, .external_lex_state = 76}, + [8162] = {.lex_state = 718, .external_lex_state = 76}, + [8163] = {.lex_state = 718, .external_lex_state = 32}, + [8164] = {.lex_state = 718, .external_lex_state = 32}, + [8165] = {.lex_state = 718, .external_lex_state = 76}, + [8166] = {.lex_state = 718, .external_lex_state = 76}, + [8167] = {.lex_state = 718, .external_lex_state = 32}, + [8168] = {.lex_state = 718, .external_lex_state = 76}, + [8169] = {.lex_state = 718, .external_lex_state = 76}, + [8170] = {.lex_state = 718, .external_lex_state = 76}, + [8171] = {.lex_state = 718, .external_lex_state = 76}, + [8172] = {.lex_state = 718, .external_lex_state = 76}, + [8173] = {.lex_state = 718, .external_lex_state = 32}, + [8174] = {.lex_state = 718, .external_lex_state = 32}, + [8175] = {.lex_state = 718, .external_lex_state = 32}, + [8176] = {.lex_state = 718, .external_lex_state = 32}, + [8177] = {.lex_state = 718, .external_lex_state = 32}, + [8178] = {.lex_state = 718, .external_lex_state = 32}, + [8179] = {.lex_state = 718, .external_lex_state = 32}, + [8180] = {.lex_state = 718, .external_lex_state = 76}, + [8181] = {.lex_state = 718, .external_lex_state = 32}, + [8182] = {.lex_state = 718, .external_lex_state = 32}, + [8183] = {.lex_state = 718, .external_lex_state = 76}, + [8184] = {.lex_state = 718, .external_lex_state = 32}, + [8185] = {.lex_state = 718, .external_lex_state = 32}, + [8186] = {.lex_state = 718, .external_lex_state = 32}, + [8187] = {.lex_state = 718, .external_lex_state = 32}, + [8188] = {.lex_state = 718, .external_lex_state = 76}, + [8189] = {.lex_state = 718, .external_lex_state = 76}, + [8190] = {.lex_state = 718, .external_lex_state = 32}, + [8191] = {.lex_state = 718, .external_lex_state = 76}, + [8192] = {.lex_state = 718, .external_lex_state = 32}, + [8193] = {.lex_state = 718, .external_lex_state = 32}, + [8194] = {.lex_state = 718, .external_lex_state = 76}, + [8195] = {.lex_state = 718, .external_lex_state = 61}, + [8196] = {.lex_state = 718, .external_lex_state = 32}, + [8197] = {.lex_state = 718, .external_lex_state = 32}, + [8198] = {.lex_state = 718, .external_lex_state = 76}, + [8199] = {.lex_state = 718, .external_lex_state = 76}, + [8200] = {.lex_state = 718, .external_lex_state = 32}, + [8201] = {.lex_state = 718, .external_lex_state = 32}, + [8202] = {.lex_state = 718, .external_lex_state = 32}, + [8203] = {.lex_state = 718, .external_lex_state = 76}, + [8204] = {.lex_state = 718, .external_lex_state = 32}, + [8205] = {.lex_state = 718, .external_lex_state = 76}, + [8206] = {.lex_state = 718, .external_lex_state = 32}, + [8207] = {.lex_state = 718, .external_lex_state = 76}, + [8208] = {.lex_state = 718, .external_lex_state = 76}, + [8209] = {.lex_state = 718, .external_lex_state = 131}, + [8210] = {.lex_state = 718, .external_lex_state = 76}, + [8211] = {.lex_state = 718, .external_lex_state = 32}, + [8212] = {.lex_state = 718, .external_lex_state = 76}, + [8213] = {.lex_state = 718, .external_lex_state = 32}, + [8214] = {.lex_state = 718, .external_lex_state = 76}, + [8215] = {.lex_state = 718, .external_lex_state = 76}, + [8216] = {.lex_state = 718, .external_lex_state = 32}, + [8217] = {.lex_state = 718, .external_lex_state = 76}, + [8218] = {.lex_state = 718, .external_lex_state = 32}, + [8219] = {.lex_state = 718, .external_lex_state = 76}, + [8220] = {.lex_state = 718, .external_lex_state = 32}, + [8221] = {.lex_state = 718, .external_lex_state = 32}, + [8222] = {.lex_state = 718, .external_lex_state = 32}, + [8223] = {.lex_state = 718, .external_lex_state = 32}, + [8224] = {.lex_state = 718, .external_lex_state = 32}, + [8225] = {.lex_state = 718, .external_lex_state = 32}, + [8226] = {.lex_state = 718, .external_lex_state = 32}, + [8227] = {.lex_state = 718, .external_lex_state = 32}, + [8228] = {.lex_state = 718, .external_lex_state = 32}, + [8229] = {.lex_state = 718, .external_lex_state = 32}, + [8230] = {.lex_state = 718, .external_lex_state = 32}, + [8231] = {.lex_state = 718, .external_lex_state = 32}, + [8232] = {.lex_state = 718, .external_lex_state = 32}, + [8233] = {.lex_state = 718, .external_lex_state = 32}, + [8234] = {.lex_state = 718, .external_lex_state = 32}, + [8235] = {.lex_state = 718, .external_lex_state = 32}, + [8236] = {.lex_state = 718, .external_lex_state = 32}, + [8237] = {.lex_state = 718, .external_lex_state = 32}, + [8238] = {.lex_state = 718, .external_lex_state = 32}, + [8239] = {.lex_state = 718, .external_lex_state = 32}, + [8240] = {.lex_state = 718, .external_lex_state = 32}, + [8241] = {.lex_state = 718, .external_lex_state = 76}, + [8242] = {.lex_state = 718, .external_lex_state = 32}, + [8243] = {.lex_state = 718, .external_lex_state = 32}, + [8244] = {.lex_state = 718, .external_lex_state = 76}, + [8245] = {.lex_state = 718, .external_lex_state = 32}, + [8246] = {.lex_state = 718, .external_lex_state = 76}, + [8247] = {.lex_state = 718, .external_lex_state = 32}, + [8248] = {.lex_state = 718, .external_lex_state = 32}, + [8249] = {.lex_state = 718, .external_lex_state = 32}, + [8250] = {.lex_state = 718, .external_lex_state = 76}, + [8251] = {.lex_state = 718, .external_lex_state = 32}, + [8252] = {.lex_state = 718, .external_lex_state = 32}, + [8253] = {.lex_state = 718, .external_lex_state = 32}, + [8254] = {.lex_state = 718, .external_lex_state = 76}, + [8255] = {.lex_state = 718, .external_lex_state = 32}, + [8256] = {.lex_state = 718, .external_lex_state = 76}, + [8257] = {.lex_state = 718, .external_lex_state = 32}, + [8258] = {.lex_state = 718, .external_lex_state = 76}, + [8259] = {.lex_state = 718, .external_lex_state = 32}, + [8260] = {.lex_state = 718, .external_lex_state = 76}, + [8261] = {.lex_state = 718, .external_lex_state = 32}, + [8262] = {.lex_state = 718, .external_lex_state = 76}, + [8263] = {.lex_state = 718, .external_lex_state = 32}, + [8264] = {.lex_state = 718, .external_lex_state = 76}, + [8265] = {.lex_state = 718, .external_lex_state = 32}, + [8266] = {.lex_state = 718, .external_lex_state = 76}, + [8267] = {.lex_state = 718, .external_lex_state = 32}, + [8268] = {.lex_state = 718, .external_lex_state = 76}, + [8269] = {.lex_state = 718, .external_lex_state = 32}, + [8270] = {.lex_state = 718, .external_lex_state = 76}, + [8271] = {.lex_state = 718, .external_lex_state = 32}, + [8272] = {.lex_state = 718, .external_lex_state = 32}, + [8273] = {.lex_state = 718, .external_lex_state = 32}, + [8274] = {.lex_state = 718, .external_lex_state = 76}, + [8275] = {.lex_state = 718, .external_lex_state = 76}, + [8276] = {.lex_state = 718, .external_lex_state = 32}, + [8277] = {.lex_state = 718, .external_lex_state = 76}, + [8278] = {.lex_state = 718, .external_lex_state = 76}, + [8279] = {.lex_state = 718, .external_lex_state = 131}, + [8280] = {.lex_state = 718, .external_lex_state = 76}, + [8281] = {.lex_state = 718, .external_lex_state = 32}, + [8282] = {.lex_state = 718, .external_lex_state = 32}, + [8283] = {.lex_state = 718, .external_lex_state = 76}, + [8284] = {.lex_state = 718, .external_lex_state = 32}, + [8285] = {.lex_state = 718, .external_lex_state = 76}, + [8286] = {.lex_state = 718, .external_lex_state = 76}, + [8287] = {.lex_state = 718, .external_lex_state = 76}, + [8288] = {.lex_state = 718, .external_lex_state = 76}, + [8289] = {.lex_state = 718, .external_lex_state = 76}, + [8290] = {.lex_state = 718, .external_lex_state = 76}, + [8291] = {.lex_state = 718, .external_lex_state = 76}, + [8292] = {.lex_state = 718, .external_lex_state = 32}, + [8293] = {.lex_state = 718, .external_lex_state = 131}, + [8294] = {.lex_state = 718, .external_lex_state = 76}, + [8295] = {.lex_state = 718, .external_lex_state = 32}, + [8296] = {.lex_state = 718, .external_lex_state = 76}, + [8297] = {.lex_state = 718, .external_lex_state = 76}, + [8298] = {.lex_state = 718, .external_lex_state = 76}, + [8299] = {.lex_state = 718, .external_lex_state = 76}, + [8300] = {.lex_state = 718, .external_lex_state = 32}, + [8301] = {.lex_state = 718, .external_lex_state = 76}, + [8302] = {.lex_state = 718, .external_lex_state = 32}, + [8303] = {.lex_state = 718, .external_lex_state = 76}, + [8304] = {.lex_state = 718, .external_lex_state = 76}, + [8305] = {.lex_state = 718, .external_lex_state = 76}, + [8306] = {.lex_state = 718, .external_lex_state = 32}, + [8307] = {.lex_state = 718, .external_lex_state = 76}, + [8308] = {.lex_state = 718, .external_lex_state = 76}, + [8309] = {.lex_state = 718, .external_lex_state = 76}, + [8310] = {.lex_state = 718, .external_lex_state = 53}, + [8311] = {.lex_state = 718, .external_lex_state = 76}, + [8312] = {.lex_state = 718, .external_lex_state = 76}, + [8313] = {.lex_state = 718, .external_lex_state = 76}, + [8314] = {.lex_state = 718, .external_lex_state = 127}, + [8315] = {.lex_state = 718, .external_lex_state = 32}, + [8316] = {.lex_state = 718, .external_lex_state = 127}, + [8317] = {.lex_state = 718, .external_lex_state = 32}, + [8318] = {.lex_state = 718, .external_lex_state = 76}, + [8319] = {.lex_state = 718, .external_lex_state = 32}, + [8320] = {.lex_state = 718, .external_lex_state = 76}, + [8321] = {.lex_state = 718, .external_lex_state = 76}, + [8322] = {.lex_state = 718, .external_lex_state = 32}, + [8323] = {.lex_state = 718, .external_lex_state = 32}, + [8324] = {.lex_state = 718, .external_lex_state = 76}, + [8325] = {.lex_state = 77, .external_lex_state = 128}, + [8326] = {.lex_state = 718, .external_lex_state = 32}, + [8327] = {.lex_state = 718, .external_lex_state = 32}, + [8328] = {.lex_state = 718, .external_lex_state = 32}, + [8329] = {.lex_state = 718, .external_lex_state = 32}, + [8330] = {.lex_state = 718, .external_lex_state = 32}, + [8331] = {.lex_state = 718, .external_lex_state = 76}, + [8332] = {.lex_state = 718, .external_lex_state = 32}, + [8333] = {.lex_state = 718, .external_lex_state = 76}, + [8334] = {.lex_state = 718, .external_lex_state = 32}, + [8335] = {.lex_state = 718, .external_lex_state = 76}, + [8336] = {.lex_state = 718, .external_lex_state = 76}, + [8337] = {.lex_state = 718, .external_lex_state = 76}, + [8338] = {.lex_state = 718, .external_lex_state = 76}, + [8339] = {.lex_state = 718, .external_lex_state = 76}, + [8340] = {.lex_state = 718, .external_lex_state = 32}, + [8341] = {.lex_state = 77, .external_lex_state = 128}, + [8342] = {.lex_state = 718, .external_lex_state = 76}, + [8343] = {.lex_state = 718, .external_lex_state = 76}, + [8344] = {.lex_state = 77, .external_lex_state = 128}, + [8345] = {.lex_state = 718, .external_lex_state = 32}, + [8346] = {.lex_state = 718, .external_lex_state = 32}, + [8347] = {.lex_state = 76, .external_lex_state = 130}, + [8348] = {.lex_state = 718, .external_lex_state = 32}, + [8349] = {.lex_state = 718, .external_lex_state = 76}, + [8350] = {.lex_state = 718, .external_lex_state = 32}, + [8351] = {.lex_state = 718, .external_lex_state = 32}, + [8352] = {.lex_state = 718, .external_lex_state = 32}, + [8353] = {.lex_state = 77, .external_lex_state = 128}, + [8354] = {.lex_state = 718, .external_lex_state = 32}, + [8355] = {.lex_state = 718, .external_lex_state = 32}, + [8356] = {.lex_state = 718, .external_lex_state = 76}, + [8357] = {.lex_state = 718, .external_lex_state = 76}, + [8358] = {.lex_state = 718, .external_lex_state = 76}, + [8359] = {.lex_state = 718, .external_lex_state = 76}, + [8360] = {.lex_state = 718, .external_lex_state = 32}, + [8361] = {.lex_state = 718, .external_lex_state = 76}, + [8362] = {.lex_state = 718, .external_lex_state = 32}, + [8363] = {.lex_state = 718, .external_lex_state = 76}, + [8364] = {.lex_state = 718, .external_lex_state = 76}, + [8365] = {.lex_state = 718, .external_lex_state = 32}, + [8366] = {.lex_state = 718, .external_lex_state = 32}, + [8367] = {.lex_state = 718, .external_lex_state = 32}, + [8368] = {.lex_state = 718, .external_lex_state = 61}, + [8369] = {.lex_state = 718, .external_lex_state = 131}, + [8370] = {.lex_state = 718, .external_lex_state = 32}, + [8371] = {.lex_state = 718, .external_lex_state = 32}, + [8372] = {.lex_state = 76, .external_lex_state = 130}, + [8373] = {.lex_state = 718, .external_lex_state = 32}, + [8374] = {.lex_state = 76, .external_lex_state = 130}, + [8375] = {.lex_state = 718, .external_lex_state = 32}, + [8376] = {.lex_state = 718, .external_lex_state = 32}, + [8377] = {.lex_state = 718, .external_lex_state = 32}, + [8378] = {.lex_state = 718, .external_lex_state = 32}, + [8379] = {.lex_state = 718, .external_lex_state = 32}, + [8380] = {.lex_state = 718, .external_lex_state = 76}, + [8381] = {.lex_state = 718, .external_lex_state = 32}, + [8382] = {.lex_state = 718, .external_lex_state = 32}, + [8383] = {.lex_state = 718, .external_lex_state = 76}, + [8384] = {.lex_state = 718, .external_lex_state = 32}, + [8385] = {.lex_state = 718, .external_lex_state = 32}, + [8386] = {.lex_state = 718, .external_lex_state = 32}, + [8387] = {.lex_state = 718, .external_lex_state = 32}, + [8388] = {.lex_state = 718, .external_lex_state = 32}, + [8389] = {.lex_state = 718, .external_lex_state = 32}, + [8390] = {.lex_state = 718, .external_lex_state = 32}, + [8391] = {.lex_state = 77, .external_lex_state = 128}, + [8392] = {.lex_state = 718, .external_lex_state = 32}, + [8393] = {.lex_state = 718, .external_lex_state = 32}, + [8394] = {.lex_state = 718, .external_lex_state = 32}, + [8395] = {.lex_state = 718, .external_lex_state = 32}, + [8396] = {.lex_state = 718, .external_lex_state = 76}, + [8397] = {.lex_state = 718, .external_lex_state = 76}, + [8398] = {.lex_state = 718, .external_lex_state = 32}, + [8399] = {.lex_state = 718, .external_lex_state = 32}, + [8400] = {.lex_state = 718, .external_lex_state = 76}, + [8401] = {.lex_state = 718, .external_lex_state = 76}, + [8402] = {.lex_state = 718, .external_lex_state = 32}, + [8403] = {.lex_state = 718, .external_lex_state = 32}, + [8404] = {.lex_state = 718, .external_lex_state = 76}, + [8405] = {.lex_state = 718, .external_lex_state = 32}, + [8406] = {.lex_state = 718, .external_lex_state = 32}, + [8407] = {.lex_state = 718, .external_lex_state = 32}, + [8408] = {.lex_state = 718, .external_lex_state = 76}, + [8409] = {.lex_state = 718, .external_lex_state = 32}, + [8410] = {.lex_state = 718, .external_lex_state = 32}, + [8411] = {.lex_state = 718, .external_lex_state = 76}, + [8412] = {.lex_state = 718, .external_lex_state = 32}, + [8413] = {.lex_state = 718, .external_lex_state = 32}, + [8414] = {.lex_state = 718, .external_lex_state = 76}, + [8415] = {.lex_state = 718, .external_lex_state = 32}, + [8416] = {.lex_state = 718, .external_lex_state = 32}, + [8417] = {.lex_state = 718, .external_lex_state = 76}, + [8418] = {.lex_state = 718, .external_lex_state = 76}, + [8419] = {.lex_state = 718, .external_lex_state = 32}, + [8420] = {.lex_state = 718, .external_lex_state = 32}, + [8421] = {.lex_state = 718, .external_lex_state = 76}, + [8422] = {.lex_state = 718, .external_lex_state = 76}, + [8423] = {.lex_state = 718, .external_lex_state = 32}, + [8424] = {.lex_state = 718, .external_lex_state = 76}, + [8425] = {.lex_state = 718, .external_lex_state = 32}, + [8426] = {.lex_state = 718, .external_lex_state = 32}, + [8427] = {.lex_state = 718, .external_lex_state = 61}, + [8428] = {.lex_state = 718, .external_lex_state = 32}, + [8429] = {.lex_state = 718, .external_lex_state = 32}, + [8430] = {.lex_state = 718, .external_lex_state = 76}, + [8431] = {.lex_state = 718, .external_lex_state = 76}, + [8432] = {.lex_state = 718, .external_lex_state = 76}, + [8433] = {.lex_state = 718, .external_lex_state = 32}, + [8434] = {.lex_state = 718, .external_lex_state = 32}, + [8435] = {.lex_state = 718, .external_lex_state = 32}, + [8436] = {.lex_state = 718, .external_lex_state = 76}, + [8437] = {.lex_state = 718, .external_lex_state = 76}, + [8438] = {.lex_state = 718, .external_lex_state = 76}, + [8439] = {.lex_state = 77, .external_lex_state = 32}, + [8440] = {.lex_state = 718, .external_lex_state = 61}, + [8441] = {.lex_state = 718, .external_lex_state = 32}, + [8442] = {.lex_state = 718, .external_lex_state = 32}, + [8443] = {.lex_state = 76, .external_lex_state = 130}, + [8444] = {.lex_state = 718, .external_lex_state = 32}, + [8445] = {.lex_state = 718, .external_lex_state = 76}, + [8446] = {.lex_state = 718, .external_lex_state = 76}, + [8447] = {.lex_state = 718, .external_lex_state = 32}, + [8448] = {.lex_state = 718, .external_lex_state = 76}, + [8449] = {.lex_state = 718, .external_lex_state = 76}, + [8450] = {.lex_state = 718, .external_lex_state = 76}, + [8451] = {.lex_state = 718, .external_lex_state = 32}, + [8452] = {.lex_state = 718, .external_lex_state = 76}, + [8453] = {.lex_state = 718, .external_lex_state = 76}, + [8454] = {.lex_state = 718, .external_lex_state = 32}, + [8455] = {.lex_state = 718, .external_lex_state = 32}, + [8456] = {.lex_state = 718, .external_lex_state = 76}, + [8457] = {.lex_state = 718, .external_lex_state = 53}, + [8458] = {.lex_state = 718, .external_lex_state = 76}, + [8459] = {.lex_state = 718, .external_lex_state = 32}, + [8460] = {.lex_state = 718, .external_lex_state = 76}, + [8461] = {.lex_state = 718, .external_lex_state = 53}, + [8462] = {.lex_state = 718, .external_lex_state = 32}, + [8463] = {.lex_state = 718, .external_lex_state = 61}, + [8464] = {.lex_state = 718, .external_lex_state = 115}, + [8465] = {.lex_state = 718, .external_lex_state = 127}, + [8466] = {.lex_state = 718, .external_lex_state = 53}, + [8467] = {.lex_state = 718, .external_lex_state = 76}, + [8468] = {.lex_state = 718, .external_lex_state = 127}, + [8469] = {.lex_state = 718, .external_lex_state = 32}, + [8470] = {.lex_state = 718, .external_lex_state = 76}, + [8471] = {.lex_state = 718, .external_lex_state = 76}, + [8472] = {.lex_state = 718, .external_lex_state = 32}, + [8473] = {.lex_state = 718, .external_lex_state = 76}, + [8474] = {.lex_state = 718, .external_lex_state = 61}, + [8475] = {.lex_state = 718, .external_lex_state = 32}, + [8476] = {.lex_state = 718, .external_lex_state = 32}, + [8477] = {.lex_state = 718, .external_lex_state = 76}, + [8478] = {.lex_state = 718, .external_lex_state = 76}, + [8479] = {.lex_state = 718, .external_lex_state = 76}, + [8480] = {.lex_state = 718, .external_lex_state = 61}, + [8481] = {.lex_state = 718, .external_lex_state = 76}, + [8482] = {.lex_state = 718, .external_lex_state = 32}, + [8483] = {.lex_state = 718, .external_lex_state = 32}, + [8484] = {.lex_state = 718, .external_lex_state = 32}, + [8485] = {.lex_state = 718, .external_lex_state = 32}, + [8486] = {.lex_state = 718, .external_lex_state = 32}, + [8487] = {.lex_state = 718, .external_lex_state = 32}, + [8488] = {.lex_state = 718, .external_lex_state = 76}, + [8489] = {.lex_state = 718, .external_lex_state = 32}, + [8490] = {.lex_state = 718, .external_lex_state = 32}, + [8491] = {.lex_state = 718, .external_lex_state = 32}, + [8492] = {.lex_state = 718, .external_lex_state = 32}, + [8493] = {.lex_state = 718, .external_lex_state = 32}, + [8494] = {.lex_state = 718, .external_lex_state = 32}, + [8495] = {.lex_state = 718, .external_lex_state = 61}, + [8496] = {.lex_state = 76, .external_lex_state = 116}, + [8497] = {.lex_state = 718, .external_lex_state = 32}, + [8498] = {.lex_state = 718, .external_lex_state = 32}, + [8499] = {.lex_state = 718, .external_lex_state = 61}, + [8500] = {.lex_state = 718, .external_lex_state = 76}, + [8501] = {.lex_state = 76, .external_lex_state = 116}, + [8502] = {.lex_state = 718, .external_lex_state = 61}, + [8503] = {.lex_state = 718, .external_lex_state = 76}, + [8504] = {.lex_state = 718, .external_lex_state = 61}, + [8505] = {.lex_state = 718, .external_lex_state = 76}, + [8506] = {.lex_state = 718, .external_lex_state = 32}, + [8507] = {.lex_state = 718, .external_lex_state = 32}, + [8508] = {.lex_state = 718, .external_lex_state = 32}, + [8509] = {.lex_state = 718, .external_lex_state = 32}, + [8510] = {.lex_state = 718, .external_lex_state = 76}, + [8511] = {.lex_state = 718, .external_lex_state = 32}, + [8512] = {.lex_state = 718, .external_lex_state = 32}, + [8513] = {.lex_state = 718, .external_lex_state = 61}, + [8514] = {.lex_state = 718, .external_lex_state = 32}, + [8515] = {.lex_state = 718, .external_lex_state = 32}, + [8516] = {.lex_state = 718, .external_lex_state = 32}, + [8517] = {.lex_state = 718, .external_lex_state = 76}, + [8518] = {.lex_state = 718, .external_lex_state = 32}, + [8519] = {.lex_state = 718, .external_lex_state = 32}, + [8520] = {.lex_state = 718, .external_lex_state = 32}, + [8521] = {.lex_state = 718, .external_lex_state = 32}, + [8522] = {.lex_state = 718, .external_lex_state = 32}, + [8523] = {.lex_state = 718, .external_lex_state = 32}, + [8524] = {.lex_state = 718, .external_lex_state = 32}, + [8525] = {.lex_state = 718, .external_lex_state = 32}, + [8526] = {.lex_state = 718, .external_lex_state = 32}, + [8527] = {.lex_state = 718, .external_lex_state = 76}, + [8528] = {.lex_state = 718, .external_lex_state = 32}, + [8529] = {.lex_state = 718, .external_lex_state = 32}, + [8530] = {.lex_state = 718, .external_lex_state = 76}, + [8531] = {.lex_state = 718, .external_lex_state = 32}, + [8532] = {.lex_state = 718, .external_lex_state = 32}, + [8533] = {.lex_state = 718, .external_lex_state = 124}, + [8534] = {.lex_state = 718, .external_lex_state = 32}, + [8535] = {.lex_state = 718, .external_lex_state = 76}, + [8536] = {.lex_state = 718, .external_lex_state = 32}, + [8537] = {.lex_state = 718, .external_lex_state = 32}, + [8538] = {.lex_state = 718, .external_lex_state = 32}, + [8539] = {.lex_state = 718, .external_lex_state = 32}, + [8540] = {.lex_state = 718, .external_lex_state = 32}, + [8541] = {.lex_state = 718, .external_lex_state = 32}, + [8542] = {.lex_state = 718, .external_lex_state = 32}, + [8543] = {.lex_state = 718, .external_lex_state = 32}, + [8544] = {.lex_state = 718, .external_lex_state = 76}, + [8545] = {.lex_state = 718, .external_lex_state = 32}, + [8546] = {.lex_state = 718, .external_lex_state = 32}, + [8547] = {.lex_state = 718, .external_lex_state = 32}, + [8548] = {.lex_state = 718, .external_lex_state = 76}, + [8549] = {.lex_state = 718, .external_lex_state = 76}, + [8550] = {.lex_state = 718, .external_lex_state = 76}, + [8551] = {.lex_state = 77, .external_lex_state = 128}, + [8552] = {.lex_state = 718, .external_lex_state = 32}, + [8553] = {.lex_state = 718, .external_lex_state = 32}, + [8554] = {.lex_state = 718, .external_lex_state = 124}, + [8555] = {.lex_state = 718, .external_lex_state = 32}, + [8556] = {.lex_state = 718, .external_lex_state = 76}, + [8557] = {.lex_state = 718, .external_lex_state = 76}, + [8558] = {.lex_state = 718, .external_lex_state = 76}, + [8559] = {.lex_state = 718, .external_lex_state = 32}, + [8560] = {.lex_state = 718, .external_lex_state = 53}, + [8561] = {.lex_state = 718, .external_lex_state = 76}, + [8562] = {.lex_state = 718, .external_lex_state = 127}, + [8563] = {.lex_state = 718, .external_lex_state = 32}, + [8564] = {.lex_state = 718, .external_lex_state = 32}, + [8565] = {.lex_state = 718, .external_lex_state = 76}, + [8566] = {.lex_state = 718, .external_lex_state = 32}, + [8567] = {.lex_state = 718, .external_lex_state = 32}, + [8568] = {.lex_state = 718, .external_lex_state = 32}, + [8569] = {.lex_state = 718, .external_lex_state = 32}, + [8570] = {.lex_state = 718, .external_lex_state = 32}, + [8571] = {.lex_state = 718, .external_lex_state = 32}, + [8572] = {.lex_state = 718, .external_lex_state = 32}, + [8573] = {.lex_state = 718, .external_lex_state = 32}, + [8574] = {.lex_state = 718, .external_lex_state = 32}, + [8575] = {.lex_state = 718, .external_lex_state = 32}, + [8576] = {.lex_state = 77, .external_lex_state = 32}, + [8577] = {.lex_state = 718, .external_lex_state = 32}, + [8578] = {.lex_state = 718, .external_lex_state = 32}, + [8579] = {.lex_state = 718, .external_lex_state = 131}, + [8580] = {.lex_state = 718, .external_lex_state = 32}, + [8581] = {.lex_state = 77, .external_lex_state = 32}, + [8582] = {.lex_state = 77, .external_lex_state = 32}, + [8583] = {.lex_state = 718, .external_lex_state = 32}, + [8584] = {.lex_state = 718, .external_lex_state = 32}, + [8585] = {.lex_state = 718, .external_lex_state = 32}, + [8586] = {.lex_state = 76, .external_lex_state = 130}, + [8587] = {.lex_state = 718, .external_lex_state = 32}, + [8588] = {.lex_state = 718, .external_lex_state = 32}, + [8589] = {.lex_state = 718, .external_lex_state = 32}, + [8590] = {.lex_state = 718, .external_lex_state = 32}, + [8591] = {.lex_state = 718, .external_lex_state = 32}, + [8592] = {.lex_state = 718, .external_lex_state = 32}, + [8593] = {.lex_state = 718, .external_lex_state = 32}, + [8594] = {.lex_state = 718, .external_lex_state = 32}, + [8595] = {.lex_state = 718, .external_lex_state = 130}, + [8596] = {.lex_state = 718, .external_lex_state = 32}, + [8597] = {.lex_state = 718, .external_lex_state = 32}, + [8598] = {.lex_state = 718, .external_lex_state = 32}, + [8599] = {.lex_state = 77, .external_lex_state = 32}, + [8600] = {.lex_state = 718, .external_lex_state = 32}, + [8601] = {.lex_state = 718, .external_lex_state = 32}, + [8602] = {.lex_state = 718, .external_lex_state = 32}, + [8603] = {.lex_state = 718, .external_lex_state = 32}, + [8604] = {.lex_state = 718, .external_lex_state = 130}, + [8605] = {.lex_state = 718, .external_lex_state = 32}, + [8606] = {.lex_state = 718, .external_lex_state = 32}, + [8607] = {.lex_state = 77, .external_lex_state = 32}, + [8608] = {.lex_state = 718, .external_lex_state = 53}, + [8609] = {.lex_state = 77, .external_lex_state = 32}, + [8610] = {.lex_state = 718, .external_lex_state = 32}, + [8611] = {.lex_state = 718, .external_lex_state = 32}, + [8612] = {.lex_state = 718, .external_lex_state = 116}, + [8613] = {.lex_state = 718, .external_lex_state = 32}, + [8614] = {.lex_state = 77, .external_lex_state = 32}, + [8615] = {.lex_state = 718, .external_lex_state = 32}, + [8616] = {.lex_state = 718, .external_lex_state = 32}, + [8617] = {.lex_state = 718, .external_lex_state = 32}, + [8618] = {.lex_state = 718, .external_lex_state = 32}, + [8619] = {.lex_state = 718, .external_lex_state = 130}, + [8620] = {.lex_state = 718, .external_lex_state = 32}, + [8621] = {.lex_state = 718, .external_lex_state = 32}, + [8622] = {.lex_state = 718, .external_lex_state = 32}, + [8623] = {.lex_state = 718, .external_lex_state = 53}, + [8624] = {.lex_state = 718, .external_lex_state = 31}, + [8625] = {.lex_state = 718, .external_lex_state = 32}, + [8626] = {.lex_state = 718, .external_lex_state = 32}, + [8627] = {.lex_state = 718, .external_lex_state = 32}, + [8628] = {.lex_state = 718, .external_lex_state = 32}, + [8629] = {.lex_state = 77, .external_lex_state = 32}, + [8630] = {.lex_state = 77, .external_lex_state = 32}, + [8631] = {.lex_state = 718, .external_lex_state = 130}, + [8632] = {.lex_state = 77, .external_lex_state = 32}, + [8633] = {.lex_state = 718, .external_lex_state = 32}, + [8634] = {.lex_state = 718, .external_lex_state = 32}, + [8635] = {.lex_state = 718, .external_lex_state = 32}, + [8636] = {.lex_state = 718, .external_lex_state = 32}, + [8637] = {.lex_state = 718, .external_lex_state = 32}, + [8638] = {.lex_state = 718, .external_lex_state = 32}, + [8639] = {.lex_state = 718, .external_lex_state = 32}, + [8640] = {.lex_state = 718, .external_lex_state = 32}, + [8641] = {.lex_state = 718, .external_lex_state = 32}, + [8642] = {.lex_state = 718, .external_lex_state = 32}, + [8643] = {.lex_state = 718, .external_lex_state = 32}, + [8644] = {.lex_state = 718, .external_lex_state = 32}, + [8645] = {.lex_state = 718, .external_lex_state = 32}, + [8646] = {.lex_state = 718, .external_lex_state = 32}, + [8647] = {.lex_state = 718, .external_lex_state = 127}, + [8648] = {.lex_state = 718, .external_lex_state = 32}, + [8649] = {.lex_state = 718, .external_lex_state = 32}, + [8650] = {.lex_state = 77, .external_lex_state = 32}, + [8651] = {.lex_state = 718, .external_lex_state = 32}, + [8652] = {.lex_state = 77, .external_lex_state = 32}, + [8653] = {.lex_state = 77, .external_lex_state = 32}, + [8654] = {.lex_state = 718, .external_lex_state = 32}, + [8655] = {.lex_state = 718, .external_lex_state = 32}, + [8656] = {.lex_state = 718, .external_lex_state = 32}, + [8657] = {.lex_state = 718, .external_lex_state = 32}, + [8658] = {.lex_state = 718, .external_lex_state = 32}, + [8659] = {.lex_state = 77, .external_lex_state = 32}, + [8660] = {.lex_state = 718, .external_lex_state = 32}, + [8661] = {.lex_state = 718, .external_lex_state = 32}, + [8662] = {.lex_state = 718, .external_lex_state = 61}, + [8663] = {.lex_state = 718, .external_lex_state = 32}, + [8664] = {.lex_state = 718, .external_lex_state = 32}, + [8665] = {.lex_state = 718, .external_lex_state = 32}, + [8666] = {.lex_state = 718, .external_lex_state = 32}, + [8667] = {.lex_state = 77, .external_lex_state = 32}, + [8668] = {.lex_state = 718, .external_lex_state = 32}, + [8669] = {.lex_state = 718, .external_lex_state = 131}, + [8670] = {.lex_state = 718, .external_lex_state = 32}, + [8671] = {.lex_state = 718, .external_lex_state = 32}, + [8672] = {.lex_state = 718, .external_lex_state = 32}, + [8673] = {.lex_state = 718, .external_lex_state = 32}, + [8674] = {.lex_state = 718, .external_lex_state = 32}, + [8675] = {.lex_state = 718, .external_lex_state = 32}, + [8676] = {.lex_state = 718, .external_lex_state = 32}, + [8677] = {.lex_state = 718, .external_lex_state = 32}, + [8678] = {.lex_state = 718, .external_lex_state = 32}, + [8679] = {.lex_state = 718, .external_lex_state = 32}, + [8680] = {.lex_state = 718, .external_lex_state = 32}, + [8681] = {.lex_state = 718, .external_lex_state = 32}, + [8682] = {.lex_state = 718, .external_lex_state = 32}, + [8683] = {.lex_state = 718, .external_lex_state = 53}, + [8684] = {.lex_state = 718, .external_lex_state = 32}, + [8685] = {.lex_state = 718, .external_lex_state = 32}, + [8686] = {.lex_state = 718, .external_lex_state = 116}, + [8687] = {.lex_state = 718, .external_lex_state = 32}, + [8688] = {.lex_state = 77, .external_lex_state = 57}, + [8689] = {.lex_state = 718, .external_lex_state = 32}, + [8690] = {.lex_state = 77, .external_lex_state = 32}, + [8691] = {.lex_state = 718, .external_lex_state = 130}, + [8692] = {.lex_state = 718, .external_lex_state = 53}, + [8693] = {.lex_state = 718, .external_lex_state = 31}, + [8694] = {.lex_state = 77, .external_lex_state = 32}, + [8695] = {.lex_state = 718, .external_lex_state = 32}, + [8696] = {.lex_state = 718, .external_lex_state = 32}, + [8697] = {.lex_state = 718, .external_lex_state = 32}, + [8698] = {.lex_state = 718, .external_lex_state = 130}, + [8699] = {.lex_state = 77, .external_lex_state = 32}, + [8700] = {.lex_state = 718, .external_lex_state = 32}, + [8701] = {.lex_state = 718, .external_lex_state = 32}, + [8702] = {.lex_state = 718, .external_lex_state = 32}, + [8703] = {.lex_state = 718, .external_lex_state = 32}, + [8704] = {.lex_state = 718, .external_lex_state = 32}, + [8705] = {.lex_state = 718, .external_lex_state = 32}, + [8706] = {.lex_state = 718, .external_lex_state = 32}, + [8707] = {.lex_state = 718, .external_lex_state = 32}, + [8708] = {.lex_state = 718, .external_lex_state = 53}, + [8709] = {.lex_state = 77, .external_lex_state = 32}, + [8710] = {.lex_state = 718, .external_lex_state = 32}, + [8711] = {.lex_state = 718, .external_lex_state = 116}, + [8712] = {.lex_state = 718, .external_lex_state = 131}, + [8713] = {.lex_state = 718, .external_lex_state = 32}, + [8714] = {.lex_state = 718, .external_lex_state = 32}, + [8715] = {.lex_state = 718, .external_lex_state = 32}, + [8716] = {.lex_state = 718, .external_lex_state = 130}, + [8717] = {.lex_state = 718, .external_lex_state = 53}, + [8718] = {.lex_state = 718, .external_lex_state = 31}, + [8719] = {.lex_state = 718, .external_lex_state = 131}, + [8720] = {.lex_state = 718, .external_lex_state = 32}, + [8721] = {.lex_state = 718, .external_lex_state = 32}, + [8722] = {.lex_state = 718, .external_lex_state = 32}, + [8723] = {.lex_state = 718, .external_lex_state = 130}, + [8724] = {.lex_state = 718, .external_lex_state = 32}, + [8725] = {.lex_state = 718, .external_lex_state = 130}, + [8726] = {.lex_state = 718, .external_lex_state = 32}, + [8727] = {.lex_state = 718, .external_lex_state = 32}, + [8728] = {.lex_state = 718, .external_lex_state = 32}, + [8729] = {.lex_state = 718, .external_lex_state = 32}, + [8730] = {.lex_state = 718, .external_lex_state = 32}, + [8731] = {.lex_state = 718, .external_lex_state = 32}, + [8732] = {.lex_state = 718, .external_lex_state = 32}, + [8733] = {.lex_state = 718, .external_lex_state = 32}, + [8734] = {.lex_state = 718, .external_lex_state = 32}, + [8735] = {.lex_state = 718, .external_lex_state = 53}, + [8736] = {.lex_state = 718, .external_lex_state = 32}, + [8737] = {.lex_state = 718, .external_lex_state = 116}, + [8738] = {.lex_state = 718, .external_lex_state = 32}, + [8739] = {.lex_state = 718, .external_lex_state = 32}, + [8740] = {.lex_state = 718, .external_lex_state = 32}, + [8741] = {.lex_state = 718, .external_lex_state = 32}, + [8742] = {.lex_state = 718, .external_lex_state = 130}, + [8743] = {.lex_state = 718, .external_lex_state = 53}, + [8744] = {.lex_state = 718, .external_lex_state = 32}, + [8745] = {.lex_state = 718, .external_lex_state = 130}, + [8746] = {.lex_state = 77, .external_lex_state = 32}, + [8747] = {.lex_state = 718, .external_lex_state = 32}, + [8748] = {.lex_state = 718, .external_lex_state = 32}, + [8749] = {.lex_state = 718, .external_lex_state = 32}, + [8750] = {.lex_state = 718, .external_lex_state = 131}, + [8751] = {.lex_state = 718, .external_lex_state = 53}, + [8752] = {.lex_state = 718, .external_lex_state = 116}, + [8753] = {.lex_state = 718, .external_lex_state = 32}, + [8754] = {.lex_state = 718, .external_lex_state = 130}, + [8755] = {.lex_state = 718, .external_lex_state = 53}, + [8756] = {.lex_state = 718, .external_lex_state = 32}, + [8757] = {.lex_state = 718, .external_lex_state = 32}, + [8758] = {.lex_state = 718, .external_lex_state = 32}, + [8759] = {.lex_state = 718, .external_lex_state = 130}, + [8760] = {.lex_state = 718, .external_lex_state = 32}, + [8761] = {.lex_state = 718, .external_lex_state = 32}, + [8762] = {.lex_state = 718, .external_lex_state = 32}, + [8763] = {.lex_state = 718, .external_lex_state = 32}, + [8764] = {.lex_state = 718, .external_lex_state = 32}, + [8765] = {.lex_state = 718, .external_lex_state = 32}, + [8766] = {.lex_state = 718, .external_lex_state = 53}, + [8767] = {.lex_state = 718, .external_lex_state = 32}, + [8768] = {.lex_state = 718, .external_lex_state = 32}, + [8769] = {.lex_state = 718, .external_lex_state = 116}, + [8770] = {.lex_state = 77, .external_lex_state = 32}, + [8771] = {.lex_state = 718, .external_lex_state = 32}, + [8772] = {.lex_state = 718, .external_lex_state = 32}, + [8773] = {.lex_state = 77, .external_lex_state = 32}, + [8774] = {.lex_state = 718, .external_lex_state = 130}, + [8775] = {.lex_state = 718, .external_lex_state = 53}, + [8776] = {.lex_state = 718, .external_lex_state = 32}, + [8777] = {.lex_state = 718, .external_lex_state = 32}, + [8778] = {.lex_state = 718, .external_lex_state = 130}, + [8779] = {.lex_state = 718, .external_lex_state = 32}, + [8780] = {.lex_state = 77, .external_lex_state = 32}, + [8781] = {.lex_state = 718, .external_lex_state = 32}, + [8782] = {.lex_state = 718, .external_lex_state = 32}, + [8783] = {.lex_state = 718, .external_lex_state = 32}, + [8784] = {.lex_state = 718, .external_lex_state = 53}, + [8785] = {.lex_state = 718, .external_lex_state = 32}, + [8786] = {.lex_state = 718, .external_lex_state = 32}, + [8787] = {.lex_state = 718, .external_lex_state = 116}, + [8788] = {.lex_state = 718, .external_lex_state = 32}, + [8789] = {.lex_state = 718, .external_lex_state = 130}, + [8790] = {.lex_state = 718, .external_lex_state = 32}, + [8791] = {.lex_state = 718, .external_lex_state = 32}, + [8792] = {.lex_state = 718, .external_lex_state = 130}, + [8793] = {.lex_state = 718, .external_lex_state = 32}, + [8794] = {.lex_state = 718, .external_lex_state = 32}, + [8795] = {.lex_state = 718, .external_lex_state = 53}, + [8796] = {.lex_state = 77, .external_lex_state = 32}, + [8797] = {.lex_state = 718, .external_lex_state = 116}, + [8798] = {.lex_state = 718, .external_lex_state = 32}, + [8799] = {.lex_state = 718, .external_lex_state = 32}, + [8800] = {.lex_state = 718, .external_lex_state = 32}, + [8801] = {.lex_state = 718, .external_lex_state = 32}, + [8802] = {.lex_state = 718, .external_lex_state = 116}, + [8803] = {.lex_state = 718, .external_lex_state = 32}, + [8804] = {.lex_state = 718, .external_lex_state = 32}, + [8805] = {.lex_state = 718, .external_lex_state = 130}, + [8806] = {.lex_state = 718, .external_lex_state = 32}, + [8807] = {.lex_state = 718, .external_lex_state = 130}, + [8808] = {.lex_state = 718, .external_lex_state = 32}, + [8809] = {.lex_state = 77, .external_lex_state = 32}, + [8810] = {.lex_state = 718, .external_lex_state = 32}, + [8811] = {.lex_state = 718, .external_lex_state = 32}, + [8812] = {.lex_state = 718, .external_lex_state = 131}, + [8813] = {.lex_state = 718, .external_lex_state = 31}, + [8814] = {.lex_state = 77, .external_lex_state = 32}, + [8815] = {.lex_state = 718, .external_lex_state = 130}, + [8816] = {.lex_state = 718, .external_lex_state = 32}, + [8817] = {.lex_state = 718, .external_lex_state = 130}, + [8818] = {.lex_state = 718, .external_lex_state = 32}, + [8819] = {.lex_state = 718, .external_lex_state = 32}, + [8820] = {.lex_state = 718, .external_lex_state = 32}, + [8821] = {.lex_state = 718, .external_lex_state = 130}, + [8822] = {.lex_state = 718, .external_lex_state = 130}, + [8823] = {.lex_state = 718, .external_lex_state = 32}, + [8824] = {.lex_state = 718, .external_lex_state = 130}, + [8825] = {.lex_state = 718, .external_lex_state = 32}, + [8826] = {.lex_state = 718, .external_lex_state = 32}, + [8827] = {.lex_state = 718, .external_lex_state = 130}, + [8828] = {.lex_state = 718, .external_lex_state = 130}, + [8829] = {.lex_state = 718, .external_lex_state = 32}, + [8830] = {.lex_state = 718, .external_lex_state = 32}, + [8831] = {.lex_state = 718, .external_lex_state = 130}, + [8832] = {.lex_state = 718, .external_lex_state = 130}, + [8833] = {.lex_state = 77, .external_lex_state = 32}, + [8834] = {.lex_state = 76, .external_lex_state = 130}, + [8835] = {.lex_state = 77, .external_lex_state = 32}, + [8836] = {.lex_state = 718, .external_lex_state = 130}, + [8837] = {.lex_state = 718, .external_lex_state = 130}, + [8838] = {.lex_state = 718, .external_lex_state = 32}, + [8839] = {.lex_state = 718, .external_lex_state = 32}, + [8840] = {.lex_state = 718, .external_lex_state = 130}, + [8841] = {.lex_state = 718, .external_lex_state = 130}, + [8842] = {.lex_state = 718, .external_lex_state = 32}, + [8843] = {.lex_state = 718, .external_lex_state = 32}, + [8844] = {.lex_state = 718, .external_lex_state = 32}, + [8845] = {.lex_state = 718, .external_lex_state = 130}, + [8846] = {.lex_state = 718, .external_lex_state = 130}, + [8847] = {.lex_state = 718, .external_lex_state = 32}, + [8848] = {.lex_state = 718, .external_lex_state = 130}, + [8849] = {.lex_state = 718, .external_lex_state = 130}, + [8850] = {.lex_state = 718, .external_lex_state = 32}, + [8851] = {.lex_state = 718, .external_lex_state = 32}, + [8852] = {.lex_state = 718, .external_lex_state = 32}, + [8853] = {.lex_state = 718, .external_lex_state = 32}, + [8854] = {.lex_state = 718, .external_lex_state = 130}, + [8855] = {.lex_state = 718, .external_lex_state = 130}, + [8856] = {.lex_state = 77, .external_lex_state = 32}, + [8857] = {.lex_state = 718, .external_lex_state = 130}, + [8858] = {.lex_state = 718, .external_lex_state = 130}, + [8859] = {.lex_state = 718, .external_lex_state = 32}, + [8860] = {.lex_state = 77, .external_lex_state = 32}, + [8861] = {.lex_state = 718, .external_lex_state = 130}, + [8862] = {.lex_state = 718, .external_lex_state = 130}, + [8863] = {.lex_state = 718, .external_lex_state = 32}, + [8864] = {.lex_state = 718, .external_lex_state = 130}, + [8865] = {.lex_state = 718, .external_lex_state = 130}, + [8866] = {.lex_state = 718, .external_lex_state = 32}, + [8867] = {.lex_state = 718, .external_lex_state = 32}, + [8868] = {.lex_state = 718, .external_lex_state = 32}, + [8869] = {.lex_state = 718, .external_lex_state = 130}, + [8870] = {.lex_state = 718, .external_lex_state = 130}, + [8871] = {.lex_state = 718, .external_lex_state = 32}, + [8872] = {.lex_state = 718, .external_lex_state = 32}, + [8873] = {.lex_state = 718, .external_lex_state = 130}, + [8874] = {.lex_state = 718, .external_lex_state = 130}, + [8875] = {.lex_state = 718, .external_lex_state = 32}, + [8876] = {.lex_state = 718, .external_lex_state = 32}, + [8877] = {.lex_state = 718, .external_lex_state = 130}, + [8878] = {.lex_state = 718, .external_lex_state = 130}, + [8879] = {.lex_state = 718, .external_lex_state = 32}, + [8880] = {.lex_state = 718, .external_lex_state = 32}, + [8881] = {.lex_state = 718, .external_lex_state = 130}, + [8882] = {.lex_state = 718, .external_lex_state = 130}, + [8883] = {.lex_state = 718, .external_lex_state = 32}, + [8884] = {.lex_state = 718, .external_lex_state = 32}, + [8885] = {.lex_state = 77, .external_lex_state = 32}, + [8886] = {.lex_state = 718, .external_lex_state = 32}, + [8887] = {.lex_state = 718, .external_lex_state = 130}, + [8888] = {.lex_state = 718, .external_lex_state = 130}, + [8889] = {.lex_state = 77, .external_lex_state = 32}, + [8890] = {.lex_state = 718, .external_lex_state = 32}, + [8891] = {.lex_state = 718, .external_lex_state = 130}, + [8892] = {.lex_state = 718, .external_lex_state = 130}, + [8893] = {.lex_state = 718, .external_lex_state = 32}, + [8894] = {.lex_state = 718, .external_lex_state = 130}, + [8895] = {.lex_state = 718, .external_lex_state = 130}, + [8896] = {.lex_state = 718, .external_lex_state = 32}, + [8897] = {.lex_state = 718, .external_lex_state = 32}, + [8898] = {.lex_state = 718, .external_lex_state = 130}, + [8899] = {.lex_state = 718, .external_lex_state = 130}, + [8900] = {.lex_state = 718, .external_lex_state = 32}, + [8901] = {.lex_state = 718, .external_lex_state = 130}, + [8902] = {.lex_state = 718, .external_lex_state = 130}, + [8903] = {.lex_state = 77, .external_lex_state = 32}, + [8904] = {.lex_state = 718, .external_lex_state = 130}, + [8905] = {.lex_state = 718, .external_lex_state = 130}, + [8906] = {.lex_state = 718, .external_lex_state = 32}, + [8907] = {.lex_state = 718, .external_lex_state = 32}, + [8908] = {.lex_state = 718, .external_lex_state = 32}, + [8909] = {.lex_state = 718, .external_lex_state = 130}, + [8910] = {.lex_state = 718, .external_lex_state = 130}, + [8911] = {.lex_state = 718, .external_lex_state = 32}, + [8912] = {.lex_state = 718, .external_lex_state = 130}, + [8913] = {.lex_state = 718, .external_lex_state = 130}, + [8914] = {.lex_state = 718, .external_lex_state = 32}, + [8915] = {.lex_state = 718, .external_lex_state = 32}, + [8916] = {.lex_state = 718, .external_lex_state = 32}, + [8917] = {.lex_state = 718, .external_lex_state = 130}, + [8918] = {.lex_state = 718, .external_lex_state = 130}, + [8919] = {.lex_state = 718, .external_lex_state = 32}, + [8920] = {.lex_state = 718, .external_lex_state = 32}, + [8921] = {.lex_state = 718, .external_lex_state = 32}, + [8922] = {.lex_state = 718, .external_lex_state = 130}, + [8923] = {.lex_state = 718, .external_lex_state = 130}, + [8924] = {.lex_state = 718, .external_lex_state = 130}, + [8925] = {.lex_state = 718, .external_lex_state = 130}, + [8926] = {.lex_state = 718, .external_lex_state = 32}, + [8927] = {.lex_state = 718, .external_lex_state = 32}, + [8928] = {.lex_state = 718, .external_lex_state = 130}, + [8929] = {.lex_state = 718, .external_lex_state = 130}, + [8930] = {.lex_state = 718, .external_lex_state = 32}, + [8931] = {.lex_state = 718, .external_lex_state = 32}, + [8932] = {.lex_state = 718, .external_lex_state = 130}, + [8933] = {.lex_state = 718, .external_lex_state = 130}, + [8934] = {.lex_state = 718, .external_lex_state = 32}, + [8935] = {.lex_state = 718, .external_lex_state = 32}, + [8936] = {.lex_state = 718, .external_lex_state = 131}, + [8937] = {.lex_state = 718, .external_lex_state = 32}, + [8938] = {.lex_state = 718, .external_lex_state = 32}, + [8939] = {.lex_state = 718, .external_lex_state = 32}, + [8940] = {.lex_state = 718, .external_lex_state = 61}, + [8941] = {.lex_state = 718, .external_lex_state = 32}, + [8942] = {.lex_state = 718, .external_lex_state = 32}, + [8943] = {.lex_state = 718, .external_lex_state = 32}, + [8944] = {.lex_state = 718, .external_lex_state = 32}, + [8945] = {.lex_state = 718, .external_lex_state = 32}, + [8946] = {.lex_state = 718, .external_lex_state = 32}, + [8947] = {.lex_state = 718, .external_lex_state = 32}, + [8948] = {.lex_state = 718, .external_lex_state = 32}, + [8949] = {.lex_state = 718, .external_lex_state = 32}, + [8950] = {.lex_state = 718, .external_lex_state = 32}, + [8951] = {.lex_state = 718, .external_lex_state = 32}, + [8952] = {.lex_state = 718, .external_lex_state = 32}, + [8953] = {.lex_state = 718, .external_lex_state = 32}, + [8954] = {.lex_state = 718, .external_lex_state = 32}, + [8955] = {.lex_state = 718, .external_lex_state = 32}, + [8956] = {.lex_state = 77, .external_lex_state = 32}, + [8957] = {.lex_state = 718, .external_lex_state = 32}, + [8958] = {.lex_state = 77, .external_lex_state = 32}, + [8959] = {.lex_state = 718, .external_lex_state = 32}, + [8960] = {.lex_state = 718, .external_lex_state = 32}, + [8961] = {.lex_state = 718, .external_lex_state = 32}, + [8962] = {.lex_state = 116, .external_lex_state = 32}, + [8963] = {.lex_state = 718, .external_lex_state = 32}, + [8964] = {.lex_state = 718, .external_lex_state = 32}, + [8965] = {.lex_state = 718, .external_lex_state = 32}, + [8966] = {.lex_state = 718, .external_lex_state = 32}, + [8967] = {.lex_state = 718, .external_lex_state = 32}, + [8968] = {.lex_state = 718, .external_lex_state = 32}, + [8969] = {.lex_state = 718, .external_lex_state = 32}, + [8970] = {.lex_state = 718, .external_lex_state = 32}, + [8971] = {.lex_state = 718, .external_lex_state = 32}, + [8972] = {.lex_state = 718, .external_lex_state = 32}, + [8973] = {.lex_state = 718, .external_lex_state = 32}, + [8974] = {.lex_state = 718, .external_lex_state = 32}, + [8975] = {.lex_state = 718, .external_lex_state = 32}, + [8976] = {.lex_state = 718, .external_lex_state = 32}, + [8977] = {.lex_state = 718, .external_lex_state = 32}, + [8978] = {.lex_state = 77, .external_lex_state = 32}, + [8979] = {.lex_state = 718, .external_lex_state = 32}, + [8980] = {.lex_state = 718, .external_lex_state = 32}, + [8981] = {.lex_state = 77, .external_lex_state = 32}, + [8982] = {.lex_state = 718, .external_lex_state = 32}, + [8983] = {.lex_state = 718, .external_lex_state = 32}, + [8984] = {.lex_state = 718, .external_lex_state = 32}, + [8985] = {.lex_state = 718, .external_lex_state = 32}, + [8986] = {.lex_state = 718, .external_lex_state = 32}, + [8987] = {.lex_state = 718, .external_lex_state = 32}, + [8988] = {.lex_state = 718, .external_lex_state = 32}, + [8989] = {.lex_state = 718, .external_lex_state = 32}, + [8990] = {.lex_state = 718, .external_lex_state = 32}, + [8991] = {.lex_state = 718, .external_lex_state = 32}, + [8992] = {.lex_state = 718, .external_lex_state = 32}, + [8993] = {.lex_state = 718, .external_lex_state = 32}, + [8994] = {.lex_state = 718, .external_lex_state = 32}, + [8995] = {.lex_state = 718, .external_lex_state = 32}, + [8996] = {.lex_state = 718, .external_lex_state = 32}, + [8997] = {.lex_state = 77, .external_lex_state = 32}, + [8998] = {.lex_state = 718, .external_lex_state = 32}, + [8999] = {.lex_state = 718, .external_lex_state = 32}, + [9000] = {.lex_state = 77, .external_lex_state = 32}, + [9001] = {.lex_state = 76, .external_lex_state = 32}, + [9002] = {.lex_state = 718, .external_lex_state = 32}, + [9003] = {.lex_state = 718, .external_lex_state = 32}, + [9004] = {.lex_state = 718, .external_lex_state = 31}, + [9005] = {.lex_state = 718, .external_lex_state = 32}, + [9006] = {.lex_state = 718, .external_lex_state = 32}, + [9007] = {.lex_state = 718, .external_lex_state = 32}, + [9008] = {.lex_state = 718, .external_lex_state = 32}, + [9009] = {.lex_state = 718, .external_lex_state = 32}, + [9010] = {.lex_state = 718, .external_lex_state = 32}, + [9011] = {.lex_state = 718, .external_lex_state = 32}, + [9012] = {.lex_state = 718, .external_lex_state = 32}, + [9013] = {.lex_state = 718, .external_lex_state = 32}, + [9014] = {.lex_state = 718, .external_lex_state = 32}, + [9015] = {.lex_state = 76, .external_lex_state = 32}, + [9016] = {.lex_state = 718, .external_lex_state = 32}, + [9017] = {.lex_state = 718, .external_lex_state = 32}, + [9018] = {.lex_state = 718, .external_lex_state = 32}, + [9019] = {.lex_state = 718, .external_lex_state = 32}, + [9020] = {.lex_state = 718, .external_lex_state = 32}, + [9021] = {.lex_state = 718, .external_lex_state = 32}, + [9022] = {.lex_state = 718, .external_lex_state = 32}, + [9023] = {.lex_state = 718, .external_lex_state = 32}, + [9024] = {.lex_state = 718, .external_lex_state = 32}, + [9025] = {.lex_state = 718, .external_lex_state = 32}, + [9026] = {.lex_state = 718, .external_lex_state = 32}, + [9027] = {.lex_state = 718, .external_lex_state = 32}, + [9028] = {.lex_state = 718, .external_lex_state = 32}, + [9029] = {.lex_state = 718, .external_lex_state = 32}, + [9030] = {.lex_state = 718, .external_lex_state = 32}, + [9031] = {.lex_state = 718, .external_lex_state = 32}, + [9032] = {.lex_state = 718, .external_lex_state = 32}, + [9033] = {.lex_state = 77, .external_lex_state = 32}, + [9034] = {.lex_state = 77, .external_lex_state = 32}, + [9035] = {.lex_state = 718, .external_lex_state = 32}, + [9036] = {.lex_state = 718, .external_lex_state = 32}, + [9037] = {.lex_state = 718, .external_lex_state = 32}, + [9038] = {.lex_state = 718, .external_lex_state = 32}, + [9039] = {.lex_state = 105, .external_lex_state = 32}, + [9040] = {.lex_state = 76, .external_lex_state = 32}, + [9041] = {.lex_state = 718, .external_lex_state = 32}, + [9042] = {.lex_state = 718, .external_lex_state = 32}, + [9043] = {.lex_state = 718, .external_lex_state = 32}, + [9044] = {.lex_state = 718, .external_lex_state = 32}, + [9045] = {.lex_state = 718, .external_lex_state = 32}, + [9046] = {.lex_state = 718, .external_lex_state = 32}, + [9047] = {.lex_state = 718, .external_lex_state = 32}, + [9048] = {.lex_state = 718, .external_lex_state = 32}, + [9049] = {.lex_state = 718, .external_lex_state = 32}, + [9050] = {.lex_state = 718, .external_lex_state = 32}, + [9051] = {.lex_state = 718, .external_lex_state = 32}, + [9052] = {.lex_state = 718, .external_lex_state = 32}, + [9053] = {.lex_state = 718, .external_lex_state = 32}, + [9054] = {.lex_state = 718, .external_lex_state = 32}, + [9055] = {.lex_state = 77, .external_lex_state = 32}, + [9056] = {.lex_state = 718, .external_lex_state = 32}, + [9057] = {.lex_state = 76, .external_lex_state = 32}, + [9058] = {.lex_state = 718, .external_lex_state = 32}, + [9059] = {.lex_state = 718, .external_lex_state = 32}, + [9060] = {.lex_state = 76, .external_lex_state = 32}, + [9061] = {.lex_state = 726, .external_lex_state = 32}, + [9062] = {.lex_state = 718, .external_lex_state = 32}, + [9063] = {.lex_state = 718, .external_lex_state = 32}, + [9064] = {.lex_state = 718, .external_lex_state = 32}, + [9065] = {.lex_state = 718, .external_lex_state = 32}, + [9066] = {.lex_state = 718, .external_lex_state = 32}, + [9067] = {.lex_state = 718, .external_lex_state = 32}, + [9068] = {.lex_state = 718, .external_lex_state = 32}, + [9069] = {.lex_state = 718, .external_lex_state = 32}, + [9070] = {.lex_state = 718, .external_lex_state = 32}, + [9071] = {.lex_state = 718, .external_lex_state = 32}, + [9072] = {.lex_state = 76, .external_lex_state = 32}, + [9073] = {.lex_state = 718, .external_lex_state = 32}, + [9074] = {.lex_state = 718, .external_lex_state = 32}, + [9075] = {.lex_state = 718, .external_lex_state = 32}, + [9076] = {.lex_state = 718, .external_lex_state = 32}, + [9077] = {.lex_state = 718, .external_lex_state = 32}, + [9078] = {.lex_state = 718, .external_lex_state = 32}, + [9079] = {.lex_state = 718, .external_lex_state = 32}, + [9080] = {.lex_state = 718, .external_lex_state = 32}, + [9081] = {.lex_state = 718, .external_lex_state = 32}, + [9082] = {.lex_state = 718, .external_lex_state = 32}, + [9083] = {.lex_state = 718, .external_lex_state = 32}, + [9084] = {.lex_state = 718, .external_lex_state = 32}, + [9085] = {.lex_state = 718, .external_lex_state = 32}, + [9086] = {.lex_state = 718, .external_lex_state = 32}, + [9087] = {.lex_state = 718, .external_lex_state = 32}, + [9088] = {.lex_state = 718, .external_lex_state = 32}, + [9089] = {.lex_state = 718, .external_lex_state = 32}, + [9090] = {.lex_state = 718, .external_lex_state = 32}, + [9091] = {.lex_state = 718, .external_lex_state = 32}, + [9092] = {.lex_state = 718, .external_lex_state = 32}, + [9093] = {.lex_state = 2, .external_lex_state = 32}, + [9094] = {.lex_state = 718, .external_lex_state = 32}, + [9095] = {.lex_state = 2, .external_lex_state = 32}, + [9096] = {.lex_state = 718, .external_lex_state = 32}, + [9097] = {.lex_state = 76, .external_lex_state = 32}, + [9098] = {.lex_state = 718, .external_lex_state = 32}, + [9099] = {.lex_state = 718, .external_lex_state = 32}, + [9100] = {.lex_state = 718, .external_lex_state = 32}, + [9101] = {.lex_state = 718, .external_lex_state = 32}, + [9102] = {.lex_state = 76, .external_lex_state = 32}, + [9103] = {.lex_state = 718, .external_lex_state = 32}, + [9104] = {.lex_state = 718, .external_lex_state = 32}, + [9105] = {.lex_state = 718, .external_lex_state = 32}, + [9106] = {.lex_state = 2, .external_lex_state = 32}, + [9107] = {.lex_state = 718, .external_lex_state = 32}, + [9108] = {.lex_state = 718, .external_lex_state = 32}, + [9109] = {.lex_state = 718, .external_lex_state = 32}, + [9110] = {.lex_state = 718, .external_lex_state = 32}, + [9111] = {.lex_state = 718, .external_lex_state = 32}, + [9112] = {.lex_state = 718, .external_lex_state = 32}, + [9113] = {.lex_state = 718, .external_lex_state = 32}, + [9114] = {.lex_state = 718, .external_lex_state = 32}, + [9115] = {.lex_state = 718, .external_lex_state = 32}, + [9116] = {.lex_state = 718, .external_lex_state = 32}, + [9117] = {.lex_state = 718, .external_lex_state = 32}, + [9118] = {.lex_state = 718, .external_lex_state = 32}, + [9119] = {.lex_state = 718, .external_lex_state = 32}, + [9120] = {.lex_state = 718, .external_lex_state = 32}, + [9121] = {.lex_state = 718, .external_lex_state = 32}, + [9122] = {.lex_state = 718, .external_lex_state = 32}, + [9123] = {.lex_state = 718, .external_lex_state = 32}, + [9124] = {.lex_state = 2, .external_lex_state = 32}, + [9125] = {.lex_state = 718, .external_lex_state = 32}, + [9126] = {.lex_state = 718, .external_lex_state = 32}, + [9127] = {.lex_state = 718, .external_lex_state = 32}, + [9128] = {.lex_state = 718, .external_lex_state = 32}, + [9129] = {.lex_state = 718, .external_lex_state = 32}, + [9130] = {.lex_state = 718, .external_lex_state = 32}, + [9131] = {.lex_state = 718, .external_lex_state = 32}, + [9132] = {.lex_state = 718, .external_lex_state = 32}, + [9133] = {.lex_state = 2, .external_lex_state = 32}, + [9134] = {.lex_state = 718, .external_lex_state = 32}, + [9135] = {.lex_state = 718, .external_lex_state = 32}, + [9136] = {.lex_state = 718, .external_lex_state = 32}, + [9137] = {.lex_state = 718, .external_lex_state = 32}, + [9138] = {.lex_state = 718, .external_lex_state = 32}, + [9139] = {.lex_state = 718, .external_lex_state = 32}, + [9140] = {.lex_state = 718, .external_lex_state = 32}, + [9141] = {.lex_state = 718, .external_lex_state = 32}, + [9142] = {.lex_state = 718, .external_lex_state = 32}, + [9143] = {.lex_state = 718, .external_lex_state = 32}, + [9144] = {.lex_state = 718, .external_lex_state = 32}, + [9145] = {.lex_state = 718, .external_lex_state = 32}, + [9146] = {.lex_state = 718, .external_lex_state = 32}, + [9147] = {.lex_state = 718, .external_lex_state = 32}, + [9148] = {.lex_state = 718, .external_lex_state = 32}, + [9149] = {.lex_state = 718, .external_lex_state = 32}, + [9150] = {.lex_state = 718, .external_lex_state = 32}, + [9151] = {.lex_state = 718, .external_lex_state = 32}, + [9152] = {.lex_state = 718, .external_lex_state = 32}, + [9153] = {.lex_state = 718, .external_lex_state = 32}, + [9154] = {.lex_state = 718, .external_lex_state = 32}, + [9155] = {.lex_state = 718, .external_lex_state = 32}, + [9156] = {.lex_state = 76, .external_lex_state = 32}, + [9157] = {.lex_state = 718, .external_lex_state = 32}, + [9158] = {.lex_state = 718, .external_lex_state = 32}, + [9159] = {.lex_state = 718, .external_lex_state = 32}, + [9160] = {.lex_state = 718, .external_lex_state = 32}, + [9161] = {.lex_state = 718, .external_lex_state = 32}, + [9162] = {.lex_state = 718, .external_lex_state = 32}, + [9163] = {.lex_state = 718, .external_lex_state = 32}, + [9164] = {.lex_state = 718, .external_lex_state = 32}, + [9165] = {.lex_state = 718, .external_lex_state = 32}, + [9166] = {.lex_state = 718, .external_lex_state = 32}, + [9167] = {.lex_state = 718, .external_lex_state = 32}, + [9168] = {.lex_state = 718, .external_lex_state = 32}, + [9169] = {.lex_state = 718, .external_lex_state = 32}, + [9170] = {.lex_state = 76, .external_lex_state = 32}, + [9171] = {.lex_state = 718, .external_lex_state = 32}, + [9172] = {.lex_state = 718, .external_lex_state = 32}, + [9173] = {.lex_state = 718, .external_lex_state = 32}, + [9174] = {.lex_state = 718, .external_lex_state = 32}, + [9175] = {.lex_state = 718, .external_lex_state = 32}, + [9176] = {.lex_state = 718, .external_lex_state = 32}, + [9177] = {.lex_state = 718, .external_lex_state = 32}, + [9178] = {.lex_state = 718, .external_lex_state = 32}, + [9179] = {.lex_state = 2, .external_lex_state = 32}, + [9180] = {.lex_state = 105, .external_lex_state = 32}, + [9181] = {.lex_state = 718, .external_lex_state = 32}, + [9182] = {.lex_state = 718, .external_lex_state = 32}, + [9183] = {.lex_state = 718, .external_lex_state = 32}, + [9184] = {.lex_state = 718, .external_lex_state = 32}, + [9185] = {.lex_state = 718, .external_lex_state = 32}, + [9186] = {.lex_state = 718, .external_lex_state = 32}, + [9187] = {.lex_state = 718, .external_lex_state = 32}, + [9188] = {.lex_state = 718, .external_lex_state = 32}, + [9189] = {.lex_state = 718, .external_lex_state = 32}, + [9190] = {.lex_state = 718, .external_lex_state = 32}, + [9191] = {.lex_state = 718, .external_lex_state = 32}, + [9192] = {.lex_state = 718, .external_lex_state = 32}, + [9193] = {.lex_state = 718, .external_lex_state = 32}, + [9194] = {.lex_state = 718, .external_lex_state = 31}, + [9195] = {.lex_state = 718, .external_lex_state = 32}, + [9196] = {.lex_state = 718, .external_lex_state = 32}, + [9197] = {.lex_state = 718, .external_lex_state = 31}, + [9198] = {.lex_state = 718, .external_lex_state = 32}, + [9199] = {.lex_state = 718, .external_lex_state = 32}, + [9200] = {.lex_state = 76, .external_lex_state = 32}, + [9201] = {.lex_state = 76, .external_lex_state = 32}, + [9202] = {.lex_state = 718, .external_lex_state = 32}, + [9203] = {.lex_state = 718, .external_lex_state = 32}, + [9204] = {.lex_state = 718, .external_lex_state = 32}, + [9205] = {.lex_state = 718, .external_lex_state = 32}, + [9206] = {.lex_state = 718, .external_lex_state = 32}, + [9207] = {.lex_state = 718, .external_lex_state = 32}, + [9208] = {.lex_state = 718, .external_lex_state = 32}, + [9209] = {.lex_state = 2, .external_lex_state = 32}, + [9210] = {.lex_state = 718, .external_lex_state = 32}, + [9211] = {.lex_state = 718, .external_lex_state = 32}, + [9212] = {.lex_state = 2, .external_lex_state = 32}, + [9213] = {.lex_state = 2, .external_lex_state = 32}, + [9214] = {.lex_state = 718, .external_lex_state = 32}, + [9215] = {.lex_state = 718, .external_lex_state = 32}, + [9216] = {.lex_state = 718, .external_lex_state = 32}, + [9217] = {.lex_state = 718, .external_lex_state = 32}, + [9218] = {.lex_state = 718, .external_lex_state = 32}, + [9219] = {.lex_state = 718, .external_lex_state = 32}, + [9220] = {.lex_state = 718, .external_lex_state = 32}, + [9221] = {.lex_state = 718, .external_lex_state = 32}, + [9222] = {.lex_state = 718, .external_lex_state = 32}, + [9223] = {.lex_state = 718, .external_lex_state = 32}, + [9224] = {.lex_state = 718, .external_lex_state = 32}, + [9225] = {.lex_state = 76, .external_lex_state = 32}, + [9226] = {.lex_state = 718, .external_lex_state = 32}, + [9227] = {.lex_state = 718, .external_lex_state = 32}, + [9228] = {.lex_state = 77, .external_lex_state = 32}, + [9229] = {.lex_state = 718, .external_lex_state = 32}, + [9230] = {.lex_state = 718, .external_lex_state = 32}, + [9231] = {.lex_state = 718, .external_lex_state = 32}, + [9232] = {.lex_state = 76, .external_lex_state = 32}, + [9233] = {.lex_state = 718, .external_lex_state = 32}, + [9234] = {.lex_state = 718, .external_lex_state = 32}, + [9235] = {.lex_state = 718, .external_lex_state = 32}, + [9236] = {.lex_state = 718, .external_lex_state = 32}, + [9237] = {.lex_state = 718, .external_lex_state = 32}, + [9238] = {.lex_state = 718, .external_lex_state = 32}, + [9239] = {.lex_state = 718, .external_lex_state = 32}, + [9240] = {.lex_state = 76, .external_lex_state = 32}, + [9241] = {.lex_state = 718, .external_lex_state = 32}, + [9242] = {.lex_state = 76, .external_lex_state = 32}, + [9243] = {.lex_state = 718, .external_lex_state = 32}, + [9244] = {.lex_state = 76, .external_lex_state = 32}, + [9245] = {.lex_state = 718, .external_lex_state = 32}, + [9246] = {.lex_state = 718, .external_lex_state = 32}, + [9247] = {.lex_state = 76, .external_lex_state = 32}, + [9248] = {.lex_state = 718, .external_lex_state = 32}, + [9249] = {.lex_state = 718, .external_lex_state = 32}, + [9250] = {.lex_state = 718, .external_lex_state = 32}, + [9251] = {.lex_state = 718, .external_lex_state = 32}, + [9252] = {.lex_state = 718, .external_lex_state = 32}, + [9253] = {.lex_state = 718, .external_lex_state = 32}, + [9254] = {.lex_state = 718, .external_lex_state = 32}, + [9255] = {.lex_state = 718, .external_lex_state = 32}, + [9256] = {.lex_state = 77, .external_lex_state = 32}, + [9257] = {.lex_state = 718, .external_lex_state = 32}, + [9258] = {.lex_state = 718, .external_lex_state = 32}, + [9259] = {.lex_state = 718, .external_lex_state = 32}, + [9260] = {.lex_state = 718, .external_lex_state = 32}, + [9261] = {.lex_state = 718, .external_lex_state = 32}, + [9262] = {.lex_state = 718, .external_lex_state = 32}, + [9263] = {.lex_state = 718, .external_lex_state = 32}, + [9264] = {.lex_state = 718, .external_lex_state = 32}, + [9265] = {.lex_state = 718, .external_lex_state = 32}, + [9266] = {.lex_state = 718, .external_lex_state = 32}, + [9267] = {.lex_state = 718, .external_lex_state = 32}, + [9268] = {.lex_state = 718, .external_lex_state = 32}, + [9269] = {.lex_state = 718, .external_lex_state = 32}, + [9270] = {.lex_state = 718, .external_lex_state = 32}, + [9271] = {.lex_state = 718, .external_lex_state = 32}, + [9272] = {.lex_state = 718, .external_lex_state = 32}, + [9273] = {.lex_state = 718, .external_lex_state = 32}, + [9274] = {.lex_state = 2, .external_lex_state = 32}, + [9275] = {.lex_state = 718, .external_lex_state = 32}, + [9276] = {.lex_state = 718, .external_lex_state = 32}, + [9277] = {.lex_state = 718, .external_lex_state = 32}, + [9278] = {.lex_state = 718, .external_lex_state = 31}, + [9279] = {.lex_state = 718, .external_lex_state = 32}, + [9280] = {.lex_state = 718, .external_lex_state = 32}, + [9281] = {.lex_state = 76, .external_lex_state = 32}, + [9282] = {.lex_state = 718, .external_lex_state = 32}, + [9283] = {.lex_state = 718, .external_lex_state = 32}, + [9284] = {.lex_state = 718, .external_lex_state = 32}, + [9285] = {.lex_state = 718, .external_lex_state = 32}, + [9286] = {.lex_state = 718, .external_lex_state = 32}, + [9287] = {.lex_state = 718, .external_lex_state = 32}, + [9288] = {.lex_state = 718, .external_lex_state = 32}, + [9289] = {.lex_state = 718, .external_lex_state = 32}, + [9290] = {.lex_state = 718, .external_lex_state = 32}, + [9291] = {.lex_state = 718, .external_lex_state = 32}, + [9292] = {.lex_state = 718, .external_lex_state = 32}, + [9293] = {.lex_state = 718, .external_lex_state = 32}, + [9294] = {.lex_state = 718, .external_lex_state = 32}, + [9295] = {.lex_state = 718, .external_lex_state = 32}, + [9296] = {.lex_state = 718, .external_lex_state = 32}, + [9297] = {.lex_state = 718, .external_lex_state = 32}, + [9298] = {.lex_state = 718, .external_lex_state = 32}, + [9299] = {.lex_state = 718, .external_lex_state = 32}, + [9300] = {.lex_state = 718, .external_lex_state = 32}, + [9301] = {.lex_state = 718, .external_lex_state = 32}, + [9302] = {.lex_state = 718, .external_lex_state = 32}, + [9303] = {.lex_state = 718, .external_lex_state = 32}, + [9304] = {.lex_state = 718, .external_lex_state = 32}, + [9305] = {.lex_state = 718, .external_lex_state = 32}, + [9306] = {.lex_state = 718, .external_lex_state = 32}, + [9307] = {.lex_state = 718, .external_lex_state = 32}, + [9308] = {.lex_state = 718, .external_lex_state = 32}, + [9309] = {.lex_state = 718, .external_lex_state = 32}, + [9310] = {.lex_state = 718, .external_lex_state = 32}, + [9311] = {.lex_state = 718, .external_lex_state = 32}, + [9312] = {.lex_state = 718, .external_lex_state = 32}, + [9313] = {.lex_state = 718, .external_lex_state = 32}, + [9314] = {.lex_state = 718, .external_lex_state = 32}, + [9315] = {.lex_state = 718, .external_lex_state = 32}, + [9316] = {.lex_state = 718, .external_lex_state = 32}, + [9317] = {.lex_state = 718, .external_lex_state = 53}, + [9318] = {.lex_state = 718, .external_lex_state = 32}, + [9319] = {.lex_state = 718, .external_lex_state = 32}, + [9320] = {.lex_state = 718, .external_lex_state = 32}, + [9321] = {.lex_state = 718, .external_lex_state = 32}, + [9322] = {.lex_state = 718, .external_lex_state = 32}, + [9323] = {.lex_state = 718, .external_lex_state = 32}, + [9324] = {.lex_state = 718, .external_lex_state = 32}, + [9325] = {.lex_state = 718, .external_lex_state = 32}, + [9326] = {.lex_state = 718, .external_lex_state = 32}, + [9327] = {.lex_state = 718, .external_lex_state = 32}, + [9328] = {.lex_state = 718, .external_lex_state = 32}, + [9329] = {.lex_state = 718, .external_lex_state = 32}, + [9330] = {.lex_state = 718, .external_lex_state = 32}, + [9331] = {.lex_state = 718, .external_lex_state = 32}, + [9332] = {.lex_state = 718, .external_lex_state = 32}, + [9333] = {.lex_state = 718, .external_lex_state = 32}, + [9334] = {.lex_state = 718, .external_lex_state = 32}, + [9335] = {.lex_state = 718, .external_lex_state = 32}, + [9336] = {.lex_state = 718, .external_lex_state = 32}, + [9337] = {.lex_state = 718, .external_lex_state = 32}, + [9338] = {.lex_state = 718, .external_lex_state = 32}, + [9339] = {.lex_state = 718, .external_lex_state = 32}, + [9340] = {.lex_state = 718, .external_lex_state = 32}, + [9341] = {.lex_state = 718, .external_lex_state = 32}, + [9342] = {.lex_state = 718, .external_lex_state = 32}, + [9343] = {.lex_state = 718, .external_lex_state = 32}, + [9344] = {.lex_state = 718, .external_lex_state = 32}, + [9345] = {.lex_state = 718, .external_lex_state = 32}, + [9346] = {.lex_state = 76, .external_lex_state = 32}, + [9347] = {.lex_state = 718, .external_lex_state = 32}, + [9348] = {.lex_state = 718, .external_lex_state = 32}, + [9349] = {.lex_state = 718, .external_lex_state = 32}, + [9350] = {.lex_state = 718, .external_lex_state = 32}, + [9351] = {.lex_state = 718, .external_lex_state = 32}, + [9352] = {.lex_state = 718, .external_lex_state = 32}, + [9353] = {.lex_state = 718, .external_lex_state = 32}, + [9354] = {.lex_state = 718, .external_lex_state = 32}, + [9355] = {.lex_state = 718, .external_lex_state = 32}, + [9356] = {.lex_state = 718, .external_lex_state = 32}, + [9357] = {.lex_state = 718, .external_lex_state = 32}, + [9358] = {.lex_state = 718, .external_lex_state = 32}, +}; + +static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { + [STATE(0)] = { + [ts_builtin_sym_end] = ACTIONS(1), + [anon_sym_BANG] = ACTIONS(1), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token2] = ACTIONS(1), + [aux_sym_simple_identifier_token3] = ACTIONS(1), + [aux_sym_simple_identifier_token4] = ACTIONS(1), + [anon_sym_actor] = ACTIONS(1), + [anon_sym_async] = ACTIONS(1), + [anon_sym_each] = ACTIONS(1), + [anon_sym_lazy] = ACTIONS(1), + [anon_sym_repeat] = ACTIONS(1), + [anon_sym_package] = ACTIONS(1), + [anon_sym_nil] = ACTIONS(1), + [sym_real_literal] = ACTIONS(1), + [sym_integer_literal] = ACTIONS(1), + [sym_hex_literal] = ACTIONS(1), + [sym_oct_literal] = ACTIONS(1), + [sym_bin_literal] = ACTIONS(1), + [anon_sym_true] = ACTIONS(1), + [anon_sym_false] = ACTIONS(1), + [anon_sym_DQUOTE] = ACTIONS(1), + [anon_sym_BSLASH] = ACTIONS(1), + [anon_sym_u] = ACTIONS(1), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1), + [anon_sym_RPAREN] = ACTIONS(1), + [anon_sym_BSLASH_LPAREN] = ACTIONS(1), + [anon_sym_COMMA] = ACTIONS(1), + [sym__escaped_identifier] = ACTIONS(1), + [sym__oneline_regex_literal] = ACTIONS(1), + [anon_sym_COLON] = ACTIONS(1), + [anon_sym_BANG2] = ACTIONS(1), + [anon_sym_LPAREN] = ACTIONS(1), + [anon_sym_LBRACK] = ACTIONS(1), + [anon_sym_RBRACK] = ACTIONS(1), + [anon_sym_DOT] = ACTIONS(1), + [anon_sym_Type] = ACTIONS(1), + [anon_sym_Protocol] = ACTIONS(1), + [anon_sym_QMARK] = ACTIONS(1), + [anon_sym_QMARK2] = ACTIONS(1), + [anon_sym_some] = ACTIONS(1), + [anon_sym_any] = ACTIONS(1), + [anon_sym_AMP] = ACTIONS(1), + [anon_sym_TILDE] = ACTIONS(1), + [anon_sym_if] = ACTIONS(1), + [anon_sym_switch] = ACTIONS(1), + [anon_sym_selector] = ACTIONS(1), + [anon_sym_getter_COLON] = ACTIONS(1), + [anon_sym_setter_COLON] = ACTIONS(1), + [aux_sym_custom_operator_token1] = ACTIONS(1), + [anon_sym_LT] = ACTIONS(1), + [anon_sym_GT] = ACTIONS(1), + [anon_sym_await] = ACTIONS(1), + [anon_sym_file] = ACTIONS(1), + [anon_sym_fileID] = ACTIONS(1), + [anon_sym_filePath] = ACTIONS(1), + [anon_sym_line] = ACTIONS(1), + [anon_sym_column] = ACTIONS(1), + [anon_sym_dsohandle] = ACTIONS(1), + [anon_sym_colorLiteral] = ACTIONS(1), + [anon_sym_fileLiteral] = ACTIONS(1), + [anon_sym_imageLiteral] = ACTIONS(1), + [anon_sym_LBRACE] = ACTIONS(1), + [anon_sym_CARET_LBRACE] = ACTIONS(1), + [anon_sym_RBRACE] = ACTIONS(1), + [anon_sym_in] = ACTIONS(1), + [anon_sym_self] = ACTIONS(1), + [anon_sym_super] = ACTIONS(1), + [anon_sym_guard] = ACTIONS(1), + [anon_sym_case] = ACTIONS(1), + [anon_sym_fallthrough] = ACTIONS(1), + [anon_sym_do] = ACTIONS(1), + [anon_sym_keyPath] = ACTIONS(1), + [anon_sym_try] = ACTIONS(1), + [anon_sym_PLUS_EQ] = ACTIONS(1), + [anon_sym_DASH_EQ] = ACTIONS(1), + [anon_sym_STAR_EQ] = ACTIONS(1), + [anon_sym_SLASH_EQ] = ACTIONS(1), + [anon_sym_PERCENT_EQ] = ACTIONS(1), + [anon_sym_BANG_EQ] = ACTIONS(1), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1), + [anon_sym_LT_EQ] = ACTIONS(1), + [anon_sym_GT_EQ] = ACTIONS(1), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1), + [anon_sym_DOT_DOT_LT] = ACTIONS(1), + [anon_sym_is] = ACTIONS(1), + [anon_sym_PLUS] = ACTIONS(1), + [anon_sym_DASH] = ACTIONS(1), + [anon_sym_STAR] = ACTIONS(1), + [anon_sym_SLASH] = ACTIONS(1), + [anon_sym_PERCENT] = ACTIONS(1), + [anon_sym_PLUS_PLUS] = ACTIONS(1), + [anon_sym_DASH_DASH] = ACTIONS(1), + [anon_sym_PIPE] = ACTIONS(1), + [anon_sym_CARET] = ACTIONS(1), + [anon_sym_LT_LT] = ACTIONS(1), + [anon_sym_GT_GT] = ACTIONS(1), + [anon_sym_for] = ACTIONS(1), + [anon_sym_while] = ACTIONS(1), + [sym_throw_keyword] = ACTIONS(1), + [anon_sym_return] = ACTIONS(1), + [anon_sym_continue] = ACTIONS(1), + [anon_sym_break] = ACTIONS(1), + [anon_sym_yield] = ACTIONS(1), + [anon_sym_available] = ACTIONS(1), + [anon_sym_unavailable] = ACTIONS(1), + [anon_sym_import] = ACTIONS(1), + [anon_sym_typealias] = ACTIONS(1), + [anon_sym_struct] = ACTIONS(1), + [anon_sym_class] = ACTIONS(1), + [anon_sym_enum] = ACTIONS(1), + [anon_sym_protocol] = ACTIONS(1), + [anon_sym_let] = ACTIONS(1), + [anon_sym_var] = ACTIONS(1), + [anon_sym_func] = ACTIONS(1), + [anon_sym_willSet] = ACTIONS(1), + [anon_sym_didSet] = ACTIONS(1), + [anon_sym_macro] = ACTIONS(1), + [anon_sym_externalMacro] = ACTIONS(1), + [anon_sym_extension] = ACTIONS(1), + [anon_sym_indirect] = ACTIONS(1), + [anon_sym_SEMI] = ACTIONS(1), + [anon_sym_deinit] = ACTIONS(1), + [anon_sym_subscript] = ACTIONS(1), + [anon_sym_get] = ACTIONS(1), + [anon_sym_set] = ACTIONS(1), + [anon_sym_prefix] = ACTIONS(1), + [anon_sym_infix] = ACTIONS(1), + [anon_sym_postfix] = ACTIONS(1), + [anon_sym_operator] = ACTIONS(1), + [anon_sym_precedencegroup] = ACTIONS(1), + [anon_sym_associatedtype] = ACTIONS(1), + [anon_sym_AT] = ACTIONS(1), + [sym_wildcard_pattern] = ACTIONS(1), + [anon_sym_override] = ACTIONS(1), + [anon_sym_convenience] = ACTIONS(1), + [anon_sym_required] = ACTIONS(1), + [anon_sym_nonisolated] = ACTIONS(1), + [anon_sym_public] = ACTIONS(1), + [anon_sym_private] = ACTIONS(1), + [anon_sym_internal] = ACTIONS(1), + [anon_sym_open] = ACTIONS(1), + [anon_sym_mutating] = ACTIONS(1), + [anon_sym_nonmutating] = ACTIONS(1), + [anon_sym_static] = ACTIONS(1), + [anon_sym_dynamic] = ACTIONS(1), + [anon_sym_optional] = ACTIONS(1), + [anon_sym_distributed] = ACTIONS(1), + [anon_sym_final] = ACTIONS(1), + [anon_sym_inout] = ACTIONS(1), + [anon_sym_ATescaping] = ACTIONS(1), + [anon_sym_ATautoclosure] = ACTIONS(1), + [anon_sym_weak] = ACTIONS(1), + [anon_sym_unowned] = ACTIONS(1), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(1), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(1), + [anon_sym_borrowing] = ACTIONS(1), + [anon_sym_consuming] = ACTIONS(1), + [anon_sym_os] = ACTIONS(1), + [anon_sym_arch] = ACTIONS(1), + [anon_sym_swift] = ACTIONS(1), + [anon_sym_compiler] = ACTIONS(1), + [anon_sym_canImport] = ACTIONS(1), + [anon_sym_targetEnvironment] = ACTIONS(1), + [aux_sym_diagnostic_token1] = ACTIONS(1), + [aux_sym_diagnostic_token2] = ACTIONS(1), + [aux_sym_diagnostic_token3] = ACTIONS(1), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(1), + [sym_raw_str_continuing_indicator] = ACTIONS(1), + [sym_raw_str_end_part] = ACTIONS(1), + [sym__implicit_semi] = ACTIONS(1), + [sym__explicit_semi] = ACTIONS(1), + [sym__arrow_operator_custom] = ACTIONS(1), + [sym__dot_custom] = ACTIONS(1), + [sym__conjunction_operator_custom] = ACTIONS(1), + [sym__disjunction_operator_custom] = ACTIONS(1), + [sym__nil_coalescing_operator_custom] = ACTIONS(1), + [sym__eq_custom] = ACTIONS(1), + [sym__eq_eq_custom] = ACTIONS(1), + [sym__plus_then_ws] = ACTIONS(1), + [sym__minus_then_ws] = ACTIONS(1), + [sym__bang_custom] = ACTIONS(1), + [sym__throws_keyword] = ACTIONS(1), + [sym__rethrows_keyword] = ACTIONS(1), + [sym_default_keyword] = ACTIONS(1), + [sym_where_keyword] = ACTIONS(1), + [sym_else] = ACTIONS(1), + [sym_catch_keyword] = ACTIONS(1), + [sym__as_custom] = ACTIONS(1), + [sym__as_quest_custom] = ACTIONS(1), + [sym__as_bang_custom] = ACTIONS(1), + [sym__async_keyword_custom] = ACTIONS(1), + [sym__custom_operator] = ACTIONS(1), + [sym__hash_symbol_custom] = ACTIONS(1), + [sym__directive_if] = ACTIONS(1), + [sym__directive_elseif] = ACTIONS(1), + [sym__directive_else] = ACTIONS(1), + [sym__directive_endif] = ACTIONS(1), + [sym__fake_try_bang] = ACTIONS(1), + }, + [STATE(1)] = { + [sym_source_file] = STATE(9168), + [sym_shebang_line] = STATE(23), + [sym_simple_identifier] = STATE(2455), + [sym__contextual_simple_identifier] = STATE(2422), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1551), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym_self_expression] = STATE(2689), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(3081), + [sym_guard_statement] = STATE(7087), + [sym_switch_statement] = STATE(3081), + [sym_do_statement] = STATE(7087), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym__top_level_statement] = STATE(7087), + [sym__labeled_statement] = STATE(7087), + [sym_for_statement] = STATE(7087), + [sym_while_statement] = STATE(7087), + [sym_repeat_while_statement] = STATE(7087), + [sym__throw_statement] = STATE(7087), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_global_declaration] = STATE(7087), + [sym_import_declaration] = STATE(7881), + [sym_property_declaration] = STATE(7881), + [sym__modifierless_property_declaration] = STATE(8349), + [sym_typealias_declaration] = STATE(7881), + [sym__modifierless_typealias_declaration] = STATE(7477), + [sym_function_declaration] = STATE(7881), + [sym__bodyless_function_declaration] = STATE(8351), + [sym__modifierless_function_declaration_no_body] = STATE(9005), + [sym_macro_declaration] = STATE(7881), + [sym__macro_head] = STATE(5852), + [sym_class_declaration] = STATE(7881), + [sym__modifierless_class_declaration] = STATE(8383), + [sym__non_constructor_function_decl] = STATE(7521), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4939), + [sym_bang] = STATE(1127), + [sym__async_modifier] = STATE(8439), + [sym_protocol_declaration] = STATE(7881), + [sym_init_declaration] = STATE(7881), + [sym_operator_declaration] = STATE(7881), + [sym_precedence_group_declaration] = STATE(7881), + [sym_associatedtype_declaration] = STATE(7881), + [sym_attribute] = STATE(1817), + [sym_value_binding_pattern] = STATE(4879), + [sym__possibly_async_binding_pattern_kind] = STATE(4879), + [sym_modifiers] = STATE(5049), + [aux_sym__locally_permitted_modifiers] = STATE(1817), + [sym__non_local_scope_modifier] = STATE(1817), + [sym__locally_permitted_modifier] = STATE(1817), + [sym_property_behavior_modifier] = STATE(1817), + [sym_member_modifier] = STATE(1817), + [sym_visibility_modifier] = STATE(1817), + [sym_function_modifier] = STATE(1817), + [sym_mutation_modifier] = STATE(1817), + [sym_property_modifier] = STATE(1817), + [sym_inheritance_modifier] = STATE(1817), + [sym_parameter_modifier] = STATE(1817), + [sym_ownership_modifier] = STATE(1817), + [sym__parameter_ownership_modifier] = STATE(989), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [aux_sym_modifiers_repeat1] = STATE(1817), + [ts_builtin_sym_end] = ACTIONS(7), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(11), + [aux_sym_simple_identifier_token2] = ACTIONS(13), + [aux_sym_simple_identifier_token3] = ACTIONS(13), + [aux_sym_simple_identifier_token4] = ACTIONS(13), + [anon_sym_actor] = ACTIONS(15), + [anon_sym_async] = ACTIONS(17), + [anon_sym_each] = ACTIONS(19), + [anon_sym_lazy] = ACTIONS(21), + [anon_sym_repeat] = ACTIONS(23), + [anon_sym_package] = ACTIONS(25), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_self] = ACTIONS(59), + [anon_sym_super] = ACTIONS(61), + [anon_sym_guard] = ACTIONS(63), + [anon_sym_do] = ACTIONS(65), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [sym_statement_label] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_while] = ACTIONS(81), + [sym_throw_keyword] = ACTIONS(83), + [anon_sym_import] = ACTIONS(85), + [anon_sym_typealias] = ACTIONS(87), + [anon_sym_struct] = ACTIONS(89), + [anon_sym_class] = ACTIONS(91), + [anon_sym_enum] = ACTIONS(93), + [anon_sym_protocol] = ACTIONS(95), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_func] = ACTIONS(99), + [anon_sym_macro] = ACTIONS(101), + [anon_sym_extension] = ACTIONS(103), + [anon_sym_indirect] = ACTIONS(105), + [anon_sym_init] = ACTIONS(107), + [anon_sym_prefix] = ACTIONS(109), + [anon_sym_infix] = ACTIONS(109), + [anon_sym_postfix] = ACTIONS(109), + [anon_sym_precedencegroup] = ACTIONS(111), + [anon_sym_associatedtype] = ACTIONS(113), + [anon_sym_AT] = ACTIONS(115), + [anon_sym_override] = ACTIONS(117), + [anon_sym_convenience] = ACTIONS(117), + [anon_sym_required] = ACTIONS(117), + [anon_sym_nonisolated] = ACTIONS(117), + [anon_sym_public] = ACTIONS(119), + [anon_sym_private] = ACTIONS(119), + [anon_sym_internal] = ACTIONS(119), + [anon_sym_fileprivate] = ACTIONS(119), + [anon_sym_open] = ACTIONS(119), + [anon_sym_mutating] = ACTIONS(121), + [anon_sym_nonmutating] = ACTIONS(121), + [anon_sym_static] = ACTIONS(123), + [anon_sym_dynamic] = ACTIONS(123), + [anon_sym_optional] = ACTIONS(123), + [anon_sym_distributed] = ACTIONS(123), + [anon_sym_final] = ACTIONS(125), + [anon_sym_inout] = ACTIONS(127), + [anon_sym_ATescaping] = ACTIONS(129), + [anon_sym_ATautoclosure] = ACTIONS(129), + [anon_sym_weak] = ACTIONS(131), + [anon_sym_unowned] = ACTIONS(131), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(133), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(133), + [anon_sym_borrowing] = ACTIONS(135), + [anon_sym_consuming] = ACTIONS(135), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(145), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(2)] = { + [sym_simple_identifier] = STATE(2455), + [sym__contextual_simple_identifier] = STATE(2422), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1582), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym_self_expression] = STATE(2689), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(3081), + [sym_guard_statement] = STATE(7081), + [sym_switch_statement] = STATE(3081), + [sym_do_statement] = STATE(7081), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_statements] = STATE(9120), + [sym__local_statement] = STATE(7081), + [sym__labeled_statement] = STATE(7081), + [sym_for_statement] = STATE(7081), + [sym_while_statement] = STATE(7081), + [sym_repeat_while_statement] = STATE(7081), + [sym_control_transfer_statement] = STATE(7081), + [sym__throw_statement] = STATE(8380), + [sym__optionally_valueful_control_keyword] = STATE(388), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_local_declaration] = STATE(7081), + [sym__local_property_declaration] = STATE(7885), + [sym__local_typealias_declaration] = STATE(8530), + [sym__local_function_declaration] = STATE(7914), + [sym__local_class_declaration] = STATE(7916), + [sym__modifierless_property_declaration] = STATE(7919), + [sym_willset_clause] = STATE(3288), + [sym_didset_clause] = STATE(3306), + [sym__modifierless_typealias_declaration] = STATE(7930), + [sym__modifierless_function_declaration] = STATE(7933), + [sym__modifierless_function_declaration_no_body] = STATE(7945), + [sym__modifierless_class_declaration] = STATE(7959), + [sym__non_constructor_function_decl] = STATE(7521), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__async_modifier] = STATE(8439), + [sym_computed_getter] = STATE(5415), + [sym_computed_modify] = STATE(5415), + [sym_computed_setter] = STATE(5415), + [sym_getter_specifier] = STATE(6387), + [sym_setter_specifier] = STATE(6357), + [sym_modify_specifier] = STATE(6388), + [sym_attribute] = STATE(3866), + [sym_value_binding_pattern] = STATE(4879), + [sym__possibly_async_binding_pattern_kind] = STATE(4879), + [sym_modifiers] = STATE(8860), + [aux_sym__locally_permitted_modifiers] = STATE(2071), + [sym__non_local_scope_modifier] = STATE(3800), + [sym__locally_permitted_modifier] = STATE(2071), + [sym_property_behavior_modifier] = STATE(2071), + [sym_member_modifier] = STATE(3800), + [sym_visibility_modifier] = STATE(3800), + [sym_function_modifier] = STATE(3800), + [sym_mutation_modifier] = STATE(4695), + [sym_property_modifier] = STATE(3800), + [sym_inheritance_modifier] = STATE(2071), + [sym_parameter_modifier] = STATE(3800), + [sym_ownership_modifier] = STATE(2071), + [sym__parameter_ownership_modifier] = STATE(989), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [aux_sym__lambda_type_declaration_repeat1] = STATE(6215), + [aux_sym_computed_property_repeat1] = STATE(5415), + [aux_sym_modifiers_repeat1] = STATE(3800), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(11), + [aux_sym_simple_identifier_token2] = ACTIONS(13), + [aux_sym_simple_identifier_token3] = ACTIONS(13), + [aux_sym_simple_identifier_token4] = ACTIONS(13), + [anon_sym_actor] = ACTIONS(15), + [anon_sym_async] = ACTIONS(17), + [anon_sym_each] = ACTIONS(19), + [anon_sym_lazy] = ACTIONS(21), + [anon_sym_repeat] = ACTIONS(23), + [anon_sym_package] = ACTIONS(25), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_RBRACE] = ACTIONS(151), + [anon_sym_self] = ACTIONS(59), + [anon_sym_super] = ACTIONS(61), + [anon_sym_guard] = ACTIONS(63), + [anon_sym_do] = ACTIONS(65), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [sym_statement_label] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_while] = ACTIONS(81), + [sym_throw_keyword] = ACTIONS(83), + [anon_sym_return] = ACTIONS(153), + [anon_sym_continue] = ACTIONS(153), + [anon_sym_break] = ACTIONS(153), + [anon_sym_yield] = ACTIONS(153), + [anon_sym_typealias] = ACTIONS(87), + [anon_sym_struct] = ACTIONS(89), + [anon_sym_class] = ACTIONS(155), + [anon_sym_enum] = ACTIONS(93), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_func] = ACTIONS(99), + [anon_sym_willSet] = ACTIONS(157), + [anon_sym_didSet] = ACTIONS(159), + [anon_sym_extension] = ACTIONS(103), + [anon_sym_indirect] = ACTIONS(105), + [anon_sym_get] = ACTIONS(161), + [anon_sym_set] = ACTIONS(163), + [anon_sym__modify] = ACTIONS(165), + [anon_sym_prefix] = ACTIONS(167), + [anon_sym_infix] = ACTIONS(167), + [anon_sym_postfix] = ACTIONS(167), + [anon_sym_AT] = ACTIONS(115), + [anon_sym_override] = ACTIONS(117), + [anon_sym_convenience] = ACTIONS(117), + [anon_sym_required] = ACTIONS(117), + [anon_sym_nonisolated] = ACTIONS(117), + [anon_sym_public] = ACTIONS(119), + [anon_sym_private] = ACTIONS(119), + [anon_sym_internal] = ACTIONS(119), + [anon_sym_fileprivate] = ACTIONS(119), + [anon_sym_open] = ACTIONS(119), + [anon_sym_mutating] = ACTIONS(121), + [anon_sym_nonmutating] = ACTIONS(121), + [anon_sym_static] = ACTIONS(123), + [anon_sym_dynamic] = ACTIONS(123), + [anon_sym_optional] = ACTIONS(123), + [anon_sym_distributed] = ACTIONS(123), + [anon_sym_final] = ACTIONS(125), + [anon_sym_inout] = ACTIONS(127), + [anon_sym_ATescaping] = ACTIONS(129), + [anon_sym_ATautoclosure] = ACTIONS(129), + [anon_sym_weak] = ACTIONS(131), + [anon_sym_unowned] = ACTIONS(131), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(133), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(133), + [anon_sym_borrowing] = ACTIONS(135), + [anon_sym_consuming] = ACTIONS(135), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(3)] = { + [sym_simple_identifier] = STATE(2455), + [sym__contextual_simple_identifier] = STATE(2422), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1582), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym_self_expression] = STATE(2689), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(3081), + [sym_guard_statement] = STATE(7081), + [sym_switch_statement] = STATE(3081), + [sym_do_statement] = STATE(7081), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_statements] = STATE(9074), + [sym__local_statement] = STATE(7081), + [sym__labeled_statement] = STATE(7081), + [sym_for_statement] = STATE(7081), + [sym_while_statement] = STATE(7081), + [sym_repeat_while_statement] = STATE(7081), + [sym_control_transfer_statement] = STATE(7081), + [sym__throw_statement] = STATE(8380), + [sym__optionally_valueful_control_keyword] = STATE(388), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_local_declaration] = STATE(7081), + [sym__local_property_declaration] = STATE(7885), + [sym__local_typealias_declaration] = STATE(8530), + [sym__local_function_declaration] = STATE(7914), + [sym__local_class_declaration] = STATE(7916), + [sym__modifierless_property_declaration] = STATE(7919), + [sym_willset_clause] = STATE(3261), + [sym_didset_clause] = STATE(3262), + [sym__modifierless_typealias_declaration] = STATE(7930), + [sym__modifierless_function_declaration] = STATE(7933), + [sym__modifierless_function_declaration_no_body] = STATE(7945), + [sym__modifierless_class_declaration] = STATE(7959), + [sym__non_constructor_function_decl] = STATE(7521), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__async_modifier] = STATE(8439), + [sym_computed_getter] = STATE(5452), + [sym_computed_modify] = STATE(5452), + [sym_computed_setter] = STATE(5452), + [sym_getter_specifier] = STATE(6387), + [sym_setter_specifier] = STATE(6357), + [sym_modify_specifier] = STATE(6388), + [sym_attribute] = STATE(3866), + [sym_value_binding_pattern] = STATE(4879), + [sym__possibly_async_binding_pattern_kind] = STATE(4879), + [sym_modifiers] = STATE(8860), + [aux_sym__locally_permitted_modifiers] = STATE(2071), + [sym__non_local_scope_modifier] = STATE(3800), + [sym__locally_permitted_modifier] = STATE(2071), + [sym_property_behavior_modifier] = STATE(2071), + [sym_member_modifier] = STATE(3800), + [sym_visibility_modifier] = STATE(3800), + [sym_function_modifier] = STATE(3800), + [sym_mutation_modifier] = STATE(4695), + [sym_property_modifier] = STATE(3800), + [sym_inheritance_modifier] = STATE(2071), + [sym_parameter_modifier] = STATE(3800), + [sym_ownership_modifier] = STATE(2071), + [sym__parameter_ownership_modifier] = STATE(989), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [aux_sym__lambda_type_declaration_repeat1] = STATE(6215), + [aux_sym_computed_property_repeat1] = STATE(5452), + [aux_sym_modifiers_repeat1] = STATE(3800), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(11), + [aux_sym_simple_identifier_token2] = ACTIONS(13), + [aux_sym_simple_identifier_token3] = ACTIONS(13), + [aux_sym_simple_identifier_token4] = ACTIONS(13), + [anon_sym_actor] = ACTIONS(15), + [anon_sym_async] = ACTIONS(17), + [anon_sym_each] = ACTIONS(19), + [anon_sym_lazy] = ACTIONS(21), + [anon_sym_repeat] = ACTIONS(23), + [anon_sym_package] = ACTIONS(25), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_RBRACE] = ACTIONS(171), + [anon_sym_self] = ACTIONS(59), + [anon_sym_super] = ACTIONS(61), + [anon_sym_guard] = ACTIONS(63), + [anon_sym_do] = ACTIONS(65), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [sym_statement_label] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_while] = ACTIONS(81), + [sym_throw_keyword] = ACTIONS(83), + [anon_sym_return] = ACTIONS(153), + [anon_sym_continue] = ACTIONS(153), + [anon_sym_break] = ACTIONS(153), + [anon_sym_yield] = ACTIONS(153), + [anon_sym_typealias] = ACTIONS(87), + [anon_sym_struct] = ACTIONS(89), + [anon_sym_class] = ACTIONS(155), + [anon_sym_enum] = ACTIONS(93), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_func] = ACTIONS(99), + [anon_sym_willSet] = ACTIONS(157), + [anon_sym_didSet] = ACTIONS(159), + [anon_sym_extension] = ACTIONS(103), + [anon_sym_indirect] = ACTIONS(105), + [anon_sym_get] = ACTIONS(161), + [anon_sym_set] = ACTIONS(163), + [anon_sym__modify] = ACTIONS(165), + [anon_sym_prefix] = ACTIONS(167), + [anon_sym_infix] = ACTIONS(167), + [anon_sym_postfix] = ACTIONS(167), + [anon_sym_AT] = ACTIONS(115), + [anon_sym_override] = ACTIONS(117), + [anon_sym_convenience] = ACTIONS(117), + [anon_sym_required] = ACTIONS(117), + [anon_sym_nonisolated] = ACTIONS(117), + [anon_sym_public] = ACTIONS(119), + [anon_sym_private] = ACTIONS(119), + [anon_sym_internal] = ACTIONS(119), + [anon_sym_fileprivate] = ACTIONS(119), + [anon_sym_open] = ACTIONS(119), + [anon_sym_mutating] = ACTIONS(121), + [anon_sym_nonmutating] = ACTIONS(121), + [anon_sym_static] = ACTIONS(123), + [anon_sym_dynamic] = ACTIONS(123), + [anon_sym_optional] = ACTIONS(123), + [anon_sym_distributed] = ACTIONS(123), + [anon_sym_final] = ACTIONS(125), + [anon_sym_inout] = ACTIONS(127), + [anon_sym_ATescaping] = ACTIONS(129), + [anon_sym_ATautoclosure] = ACTIONS(129), + [anon_sym_weak] = ACTIONS(131), + [anon_sym_unowned] = ACTIONS(131), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(133), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(133), + [anon_sym_borrowing] = ACTIONS(135), + [anon_sym_consuming] = ACTIONS(135), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(4)] = { + [sym_simple_identifier] = STATE(2455), + [sym__contextual_simple_identifier] = STATE(2422), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1582), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym_self_expression] = STATE(2689), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(3081), + [sym_guard_statement] = STATE(7081), + [sym_switch_statement] = STATE(3081), + [sym_do_statement] = STATE(7081), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_statements] = STATE(9017), + [sym__local_statement] = STATE(7081), + [sym__labeled_statement] = STATE(7081), + [sym_for_statement] = STATE(7081), + [sym_while_statement] = STATE(7081), + [sym_repeat_while_statement] = STATE(7081), + [sym_control_transfer_statement] = STATE(7081), + [sym__throw_statement] = STATE(8380), + [sym__optionally_valueful_control_keyword] = STATE(388), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_local_declaration] = STATE(7081), + [sym__local_property_declaration] = STATE(7885), + [sym__local_typealias_declaration] = STATE(8530), + [sym__local_function_declaration] = STATE(7914), + [sym__local_class_declaration] = STATE(7916), + [sym__modifierless_property_declaration] = STATE(7919), + [sym_willset_clause] = STATE(3313), + [sym_didset_clause] = STATE(3314), + [sym__modifierless_typealias_declaration] = STATE(7930), + [sym__modifierless_function_declaration] = STATE(7933), + [sym__modifierless_function_declaration_no_body] = STATE(7945), + [sym__modifierless_class_declaration] = STATE(7959), + [sym__non_constructor_function_decl] = STATE(7521), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__async_modifier] = STATE(8439), + [sym_computed_getter] = STATE(5384), + [sym_computed_modify] = STATE(5384), + [sym_computed_setter] = STATE(5384), + [sym_getter_specifier] = STATE(6387), + [sym_setter_specifier] = STATE(6357), + [sym_modify_specifier] = STATE(6388), + [sym_attribute] = STATE(3866), + [sym_value_binding_pattern] = STATE(4879), + [sym__possibly_async_binding_pattern_kind] = STATE(4879), + [sym_modifiers] = STATE(8860), + [aux_sym__locally_permitted_modifiers] = STATE(2071), + [sym__non_local_scope_modifier] = STATE(3800), + [sym__locally_permitted_modifier] = STATE(2071), + [sym_property_behavior_modifier] = STATE(2071), + [sym_member_modifier] = STATE(3800), + [sym_visibility_modifier] = STATE(3800), + [sym_function_modifier] = STATE(3800), + [sym_mutation_modifier] = STATE(4695), + [sym_property_modifier] = STATE(3800), + [sym_inheritance_modifier] = STATE(2071), + [sym_parameter_modifier] = STATE(3800), + [sym_ownership_modifier] = STATE(2071), + [sym__parameter_ownership_modifier] = STATE(989), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [aux_sym__lambda_type_declaration_repeat1] = STATE(6215), + [aux_sym_computed_property_repeat1] = STATE(5384), + [aux_sym_modifiers_repeat1] = STATE(3800), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(11), + [aux_sym_simple_identifier_token2] = ACTIONS(13), + [aux_sym_simple_identifier_token3] = ACTIONS(13), + [aux_sym_simple_identifier_token4] = ACTIONS(13), + [anon_sym_actor] = ACTIONS(15), + [anon_sym_async] = ACTIONS(17), + [anon_sym_each] = ACTIONS(19), + [anon_sym_lazy] = ACTIONS(21), + [anon_sym_repeat] = ACTIONS(23), + [anon_sym_package] = ACTIONS(25), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_RBRACE] = ACTIONS(173), + [anon_sym_self] = ACTIONS(59), + [anon_sym_super] = ACTIONS(61), + [anon_sym_guard] = ACTIONS(63), + [anon_sym_do] = ACTIONS(65), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [sym_statement_label] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_while] = ACTIONS(81), + [sym_throw_keyword] = ACTIONS(83), + [anon_sym_return] = ACTIONS(153), + [anon_sym_continue] = ACTIONS(153), + [anon_sym_break] = ACTIONS(153), + [anon_sym_yield] = ACTIONS(153), + [anon_sym_typealias] = ACTIONS(87), + [anon_sym_struct] = ACTIONS(89), + [anon_sym_class] = ACTIONS(155), + [anon_sym_enum] = ACTIONS(93), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_func] = ACTIONS(99), + [anon_sym_willSet] = ACTIONS(157), + [anon_sym_didSet] = ACTIONS(159), + [anon_sym_extension] = ACTIONS(103), + [anon_sym_indirect] = ACTIONS(105), + [anon_sym_get] = ACTIONS(161), + [anon_sym_set] = ACTIONS(163), + [anon_sym__modify] = ACTIONS(165), + [anon_sym_prefix] = ACTIONS(167), + [anon_sym_infix] = ACTIONS(167), + [anon_sym_postfix] = ACTIONS(167), + [anon_sym_AT] = ACTIONS(115), + [anon_sym_override] = ACTIONS(117), + [anon_sym_convenience] = ACTIONS(117), + [anon_sym_required] = ACTIONS(117), + [anon_sym_nonisolated] = ACTIONS(117), + [anon_sym_public] = ACTIONS(119), + [anon_sym_private] = ACTIONS(119), + [anon_sym_internal] = ACTIONS(119), + [anon_sym_fileprivate] = ACTIONS(119), + [anon_sym_open] = ACTIONS(119), + [anon_sym_mutating] = ACTIONS(121), + [anon_sym_nonmutating] = ACTIONS(121), + [anon_sym_static] = ACTIONS(123), + [anon_sym_dynamic] = ACTIONS(123), + [anon_sym_optional] = ACTIONS(123), + [anon_sym_distributed] = ACTIONS(123), + [anon_sym_final] = ACTIONS(125), + [anon_sym_inout] = ACTIONS(127), + [anon_sym_ATescaping] = ACTIONS(129), + [anon_sym_ATautoclosure] = ACTIONS(129), + [anon_sym_weak] = ACTIONS(131), + [anon_sym_unowned] = ACTIONS(131), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(133), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(133), + [anon_sym_borrowing] = ACTIONS(135), + [anon_sym_consuming] = ACTIONS(135), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(5)] = { + [sym_simple_identifier] = STATE(2455), + [sym__contextual_simple_identifier] = STATE(2422), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1582), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym_self_expression] = STATE(2689), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(3081), + [sym_guard_statement] = STATE(7081), + [sym_switch_statement] = STATE(3081), + [sym_do_statement] = STATE(7081), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_statements] = STATE(9216), + [sym__local_statement] = STATE(7081), + [sym__labeled_statement] = STATE(7081), + [sym_for_statement] = STATE(7081), + [sym_while_statement] = STATE(7081), + [sym_repeat_while_statement] = STATE(7081), + [sym_control_transfer_statement] = STATE(7081), + [sym__throw_statement] = STATE(8380), + [sym__optionally_valueful_control_keyword] = STATE(388), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_local_declaration] = STATE(7081), + [sym__local_property_declaration] = STATE(7885), + [sym__local_typealias_declaration] = STATE(8530), + [sym__local_function_declaration] = STATE(7914), + [sym__local_class_declaration] = STATE(7916), + [sym__modifierless_property_declaration] = STATE(7919), + [sym_willset_clause] = STATE(3283), + [sym_didset_clause] = STATE(3284), + [sym__modifierless_typealias_declaration] = STATE(7930), + [sym__modifierless_function_declaration] = STATE(7933), + [sym__modifierless_function_declaration_no_body] = STATE(7945), + [sym__modifierless_class_declaration] = STATE(7959), + [sym__non_constructor_function_decl] = STATE(7521), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__async_modifier] = STATE(8439), + [sym_computed_getter] = STATE(5364), + [sym_computed_modify] = STATE(5364), + [sym_computed_setter] = STATE(5364), + [sym_getter_specifier] = STATE(6387), + [sym_setter_specifier] = STATE(6357), + [sym_modify_specifier] = STATE(6388), + [sym_attribute] = STATE(3866), + [sym_value_binding_pattern] = STATE(4879), + [sym__possibly_async_binding_pattern_kind] = STATE(4879), + [sym_modifiers] = STATE(8860), + [aux_sym__locally_permitted_modifiers] = STATE(2071), + [sym__non_local_scope_modifier] = STATE(3800), + [sym__locally_permitted_modifier] = STATE(2071), + [sym_property_behavior_modifier] = STATE(2071), + [sym_member_modifier] = STATE(3800), + [sym_visibility_modifier] = STATE(3800), + [sym_function_modifier] = STATE(3800), + [sym_mutation_modifier] = STATE(4695), + [sym_property_modifier] = STATE(3800), + [sym_inheritance_modifier] = STATE(2071), + [sym_parameter_modifier] = STATE(3800), + [sym_ownership_modifier] = STATE(2071), + [sym__parameter_ownership_modifier] = STATE(989), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [aux_sym__lambda_type_declaration_repeat1] = STATE(6215), + [aux_sym_computed_property_repeat1] = STATE(5364), + [aux_sym_modifiers_repeat1] = STATE(3800), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(11), + [aux_sym_simple_identifier_token2] = ACTIONS(13), + [aux_sym_simple_identifier_token3] = ACTIONS(13), + [aux_sym_simple_identifier_token4] = ACTIONS(13), + [anon_sym_actor] = ACTIONS(15), + [anon_sym_async] = ACTIONS(17), + [anon_sym_each] = ACTIONS(19), + [anon_sym_lazy] = ACTIONS(21), + [anon_sym_repeat] = ACTIONS(23), + [anon_sym_package] = ACTIONS(25), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_RBRACE] = ACTIONS(175), + [anon_sym_self] = ACTIONS(59), + [anon_sym_super] = ACTIONS(61), + [anon_sym_guard] = ACTIONS(63), + [anon_sym_do] = ACTIONS(65), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [sym_statement_label] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_while] = ACTIONS(81), + [sym_throw_keyword] = ACTIONS(83), + [anon_sym_return] = ACTIONS(153), + [anon_sym_continue] = ACTIONS(153), + [anon_sym_break] = ACTIONS(153), + [anon_sym_yield] = ACTIONS(153), + [anon_sym_typealias] = ACTIONS(87), + [anon_sym_struct] = ACTIONS(89), + [anon_sym_class] = ACTIONS(155), + [anon_sym_enum] = ACTIONS(93), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_func] = ACTIONS(99), + [anon_sym_willSet] = ACTIONS(157), + [anon_sym_didSet] = ACTIONS(159), + [anon_sym_extension] = ACTIONS(103), + [anon_sym_indirect] = ACTIONS(105), + [anon_sym_get] = ACTIONS(161), + [anon_sym_set] = ACTIONS(163), + [anon_sym__modify] = ACTIONS(165), + [anon_sym_prefix] = ACTIONS(167), + [anon_sym_infix] = ACTIONS(167), + [anon_sym_postfix] = ACTIONS(167), + [anon_sym_AT] = ACTIONS(115), + [anon_sym_override] = ACTIONS(117), + [anon_sym_convenience] = ACTIONS(117), + [anon_sym_required] = ACTIONS(117), + [anon_sym_nonisolated] = ACTIONS(117), + [anon_sym_public] = ACTIONS(119), + [anon_sym_private] = ACTIONS(119), + [anon_sym_internal] = ACTIONS(119), + [anon_sym_fileprivate] = ACTIONS(119), + [anon_sym_open] = ACTIONS(119), + [anon_sym_mutating] = ACTIONS(121), + [anon_sym_nonmutating] = ACTIONS(121), + [anon_sym_static] = ACTIONS(123), + [anon_sym_dynamic] = ACTIONS(123), + [anon_sym_optional] = ACTIONS(123), + [anon_sym_distributed] = ACTIONS(123), + [anon_sym_final] = ACTIONS(125), + [anon_sym_inout] = ACTIONS(127), + [anon_sym_ATescaping] = ACTIONS(129), + [anon_sym_ATautoclosure] = ACTIONS(129), + [anon_sym_weak] = ACTIONS(131), + [anon_sym_unowned] = ACTIONS(131), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(133), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(133), + [anon_sym_borrowing] = ACTIONS(135), + [anon_sym_consuming] = ACTIONS(135), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(6)] = { + [sym_simple_identifier] = STATE(1690), + [sym__contextual_simple_identifier] = STATE(1701), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1582), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym__lambda_type_declaration] = STATE(68), + [sym_capture_list] = STATE(5093), + [sym_lambda_function_type] = STATE(9072), + [sym_lambda_function_type_parameters] = STATE(6411), + [sym_lambda_parameter] = STATE(6729), + [sym_self_expression] = STATE(2176), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(3081), + [sym_guard_statement] = STATE(7081), + [sym_switch_statement] = STATE(3081), + [sym_switch_entry] = STATE(2878), + [sym_do_statement] = STATE(7081), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_statements] = STATE(9161), + [sym__local_statement] = STATE(7081), + [sym__labeled_statement] = STATE(7081), + [sym_for_statement] = STATE(7081), + [sym_while_statement] = STATE(7081), + [sym_repeat_while_statement] = STATE(7081), + [sym_control_transfer_statement] = STATE(7081), + [sym__throw_statement] = STATE(8380), + [sym__optionally_valueful_control_keyword] = STATE(388), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_local_declaration] = STATE(7081), + [sym__local_property_declaration] = STATE(7885), + [sym__local_typealias_declaration] = STATE(8530), + [sym__local_function_declaration] = STATE(7914), + [sym__local_class_declaration] = STATE(7916), + [sym__modifierless_property_declaration] = STATE(7919), + [sym__modifierless_typealias_declaration] = STATE(7930), + [sym__modifierless_function_declaration] = STATE(7933), + [sym__modifierless_function_declaration_no_body] = STATE(7945), + [sym__modifierless_class_declaration] = STATE(7959), + [sym__non_constructor_function_decl] = STATE(7521), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__async_modifier] = STATE(8439), + [sym_attribute] = STATE(2597), + [sym_value_binding_pattern] = STATE(4879), + [sym__possibly_async_binding_pattern_kind] = STATE(4879), + [sym_modifiers] = STATE(8688), + [aux_sym__locally_permitted_modifiers] = STATE(2060), + [sym__non_local_scope_modifier] = STATE(3801), + [sym__locally_permitted_modifier] = STATE(2060), + [sym_property_behavior_modifier] = STATE(2060), + [sym_member_modifier] = STATE(3801), + [sym_visibility_modifier] = STATE(3801), + [sym_function_modifier] = STATE(3801), + [sym_mutation_modifier] = STATE(3801), + [sym_property_modifier] = STATE(3801), + [sym_inheritance_modifier] = STATE(2060), + [sym_parameter_modifier] = STATE(3801), + [sym_ownership_modifier] = STATE(2060), + [sym__parameter_ownership_modifier] = STATE(998), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [aux_sym__lambda_type_declaration_repeat1] = STATE(4966), + [aux_sym_switch_statement_repeat1] = STATE(2878), + [aux_sym_modifiers_repeat1] = STATE(3801), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(177), + [aux_sym_simple_identifier_token2] = ACTIONS(179), + [aux_sym_simple_identifier_token3] = ACTIONS(179), + [aux_sym_simple_identifier_token4] = ACTIONS(179), + [anon_sym_actor] = ACTIONS(181), + [anon_sym_async] = ACTIONS(183), + [anon_sym_each] = ACTIONS(185), + [anon_sym_lazy] = ACTIONS(187), + [anon_sym_repeat] = ACTIONS(189), + [anon_sym_package] = ACTIONS(191), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(193), + [anon_sym_LBRACK] = ACTIONS(195), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_RBRACE] = ACTIONS(197), + [anon_sym_in] = ACTIONS(199), + [anon_sym_self] = ACTIONS(201), + [anon_sym_super] = ACTIONS(61), + [anon_sym_guard] = ACTIONS(63), + [anon_sym_case] = ACTIONS(203), + [anon_sym_do] = ACTIONS(65), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [sym_statement_label] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_while] = ACTIONS(81), + [sym_throw_keyword] = ACTIONS(83), + [anon_sym_return] = ACTIONS(153), + [anon_sym_continue] = ACTIONS(153), + [anon_sym_break] = ACTIONS(153), + [anon_sym_yield] = ACTIONS(153), + [anon_sym_typealias] = ACTIONS(87), + [anon_sym_struct] = ACTIONS(89), + [anon_sym_class] = ACTIONS(205), + [anon_sym_enum] = ACTIONS(93), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_func] = ACTIONS(99), + [anon_sym_extension] = ACTIONS(103), + [anon_sym_indirect] = ACTIONS(105), + [anon_sym_prefix] = ACTIONS(207), + [anon_sym_infix] = ACTIONS(207), + [anon_sym_postfix] = ACTIONS(207), + [anon_sym_AT] = ACTIONS(209), + [anon_sym_override] = ACTIONS(211), + [anon_sym_convenience] = ACTIONS(211), + [anon_sym_required] = ACTIONS(211), + [anon_sym_nonisolated] = ACTIONS(211), + [anon_sym_public] = ACTIONS(213), + [anon_sym_private] = ACTIONS(213), + [anon_sym_internal] = ACTIONS(213), + [anon_sym_fileprivate] = ACTIONS(213), + [anon_sym_open] = ACTIONS(213), + [anon_sym_mutating] = ACTIONS(215), + [anon_sym_nonmutating] = ACTIONS(215), + [anon_sym_static] = ACTIONS(217), + [anon_sym_dynamic] = ACTIONS(217), + [anon_sym_optional] = ACTIONS(217), + [anon_sym_distributed] = ACTIONS(217), + [anon_sym_final] = ACTIONS(219), + [anon_sym_inout] = ACTIONS(221), + [anon_sym_ATescaping] = ACTIONS(223), + [anon_sym_ATautoclosure] = ACTIONS(223), + [anon_sym_weak] = ACTIONS(225), + [anon_sym_unowned] = ACTIONS(225), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(227), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(227), + [anon_sym_borrowing] = ACTIONS(229), + [anon_sym_consuming] = ACTIONS(229), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym_default_keyword] = ACTIONS(231), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(7)] = { + [sym_simple_identifier] = STATE(1690), + [sym__contextual_simple_identifier] = STATE(1701), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1582), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym__lambda_type_declaration] = STATE(68), + [sym_capture_list] = STATE(5093), + [sym_lambda_function_type] = STATE(9072), + [sym_lambda_function_type_parameters] = STATE(6411), + [sym_lambda_parameter] = STATE(6729), + [sym_self_expression] = STATE(2176), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(3081), + [sym_guard_statement] = STATE(7081), + [sym_switch_statement] = STATE(3081), + [sym_switch_entry] = STATE(2871), + [sym_do_statement] = STATE(7081), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_statements] = STATE(9161), + [sym__local_statement] = STATE(7081), + [sym__labeled_statement] = STATE(7081), + [sym_for_statement] = STATE(7081), + [sym_while_statement] = STATE(7081), + [sym_repeat_while_statement] = STATE(7081), + [sym_control_transfer_statement] = STATE(7081), + [sym__throw_statement] = STATE(8380), + [sym__optionally_valueful_control_keyword] = STATE(388), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_local_declaration] = STATE(7081), + [sym__local_property_declaration] = STATE(7885), + [sym__local_typealias_declaration] = STATE(8530), + [sym__local_function_declaration] = STATE(7914), + [sym__local_class_declaration] = STATE(7916), + [sym__modifierless_property_declaration] = STATE(7919), + [sym__modifierless_typealias_declaration] = STATE(7930), + [sym__modifierless_function_declaration] = STATE(7933), + [sym__modifierless_function_declaration_no_body] = STATE(7945), + [sym__modifierless_class_declaration] = STATE(7959), + [sym__non_constructor_function_decl] = STATE(7521), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__async_modifier] = STATE(8439), + [sym_attribute] = STATE(2597), + [sym_value_binding_pattern] = STATE(4879), + [sym__possibly_async_binding_pattern_kind] = STATE(4879), + [sym_modifiers] = STATE(8688), + [aux_sym__locally_permitted_modifiers] = STATE(2060), + [sym__non_local_scope_modifier] = STATE(3801), + [sym__locally_permitted_modifier] = STATE(2060), + [sym_property_behavior_modifier] = STATE(2060), + [sym_member_modifier] = STATE(3801), + [sym_visibility_modifier] = STATE(3801), + [sym_function_modifier] = STATE(3801), + [sym_mutation_modifier] = STATE(3801), + [sym_property_modifier] = STATE(3801), + [sym_inheritance_modifier] = STATE(2060), + [sym_parameter_modifier] = STATE(3801), + [sym_ownership_modifier] = STATE(2060), + [sym__parameter_ownership_modifier] = STATE(998), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [aux_sym__lambda_type_declaration_repeat1] = STATE(4966), + [aux_sym_switch_statement_repeat1] = STATE(2871), + [aux_sym_modifiers_repeat1] = STATE(3801), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(177), + [aux_sym_simple_identifier_token2] = ACTIONS(179), + [aux_sym_simple_identifier_token3] = ACTIONS(179), + [aux_sym_simple_identifier_token4] = ACTIONS(179), + [anon_sym_actor] = ACTIONS(181), + [anon_sym_async] = ACTIONS(183), + [anon_sym_each] = ACTIONS(185), + [anon_sym_lazy] = ACTIONS(187), + [anon_sym_repeat] = ACTIONS(189), + [anon_sym_package] = ACTIONS(191), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(193), + [anon_sym_LBRACK] = ACTIONS(195), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_RBRACE] = ACTIONS(233), + [anon_sym_in] = ACTIONS(199), + [anon_sym_self] = ACTIONS(201), + [anon_sym_super] = ACTIONS(61), + [anon_sym_guard] = ACTIONS(63), + [anon_sym_case] = ACTIONS(203), + [anon_sym_do] = ACTIONS(65), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [sym_statement_label] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_while] = ACTIONS(81), + [sym_throw_keyword] = ACTIONS(83), + [anon_sym_return] = ACTIONS(153), + [anon_sym_continue] = ACTIONS(153), + [anon_sym_break] = ACTIONS(153), + [anon_sym_yield] = ACTIONS(153), + [anon_sym_typealias] = ACTIONS(87), + [anon_sym_struct] = ACTIONS(89), + [anon_sym_class] = ACTIONS(205), + [anon_sym_enum] = ACTIONS(93), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_func] = ACTIONS(99), + [anon_sym_extension] = ACTIONS(103), + [anon_sym_indirect] = ACTIONS(105), + [anon_sym_prefix] = ACTIONS(207), + [anon_sym_infix] = ACTIONS(207), + [anon_sym_postfix] = ACTIONS(207), + [anon_sym_AT] = ACTIONS(209), + [anon_sym_override] = ACTIONS(211), + [anon_sym_convenience] = ACTIONS(211), + [anon_sym_required] = ACTIONS(211), + [anon_sym_nonisolated] = ACTIONS(211), + [anon_sym_public] = ACTIONS(213), + [anon_sym_private] = ACTIONS(213), + [anon_sym_internal] = ACTIONS(213), + [anon_sym_fileprivate] = ACTIONS(213), + [anon_sym_open] = ACTIONS(213), + [anon_sym_mutating] = ACTIONS(215), + [anon_sym_nonmutating] = ACTIONS(215), + [anon_sym_static] = ACTIONS(217), + [anon_sym_dynamic] = ACTIONS(217), + [anon_sym_optional] = ACTIONS(217), + [anon_sym_distributed] = ACTIONS(217), + [anon_sym_final] = ACTIONS(219), + [anon_sym_inout] = ACTIONS(221), + [anon_sym_ATescaping] = ACTIONS(223), + [anon_sym_ATautoclosure] = ACTIONS(223), + [anon_sym_weak] = ACTIONS(225), + [anon_sym_unowned] = ACTIONS(225), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(227), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(227), + [anon_sym_borrowing] = ACTIONS(229), + [anon_sym_consuming] = ACTIONS(229), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym_default_keyword] = ACTIONS(231), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(8)] = { + [sym_simple_identifier] = STATE(1690), + [sym__contextual_simple_identifier] = STATE(1701), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1582), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym__lambda_type_declaration] = STATE(66), + [sym_capture_list] = STATE(5093), + [sym_lambda_function_type] = STATE(9072), + [sym_lambda_function_type_parameters] = STATE(6411), + [sym_lambda_parameter] = STATE(6729), + [sym_self_expression] = STATE(2176), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(3081), + [sym_guard_statement] = STATE(7081), + [sym_switch_statement] = STATE(3081), + [sym_do_statement] = STATE(7081), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_statements] = STATE(9246), + [sym__local_statement] = STATE(7081), + [sym__labeled_statement] = STATE(7081), + [sym_for_statement] = STATE(7081), + [sym_while_statement] = STATE(7081), + [sym_repeat_while_statement] = STATE(7081), + [sym_control_transfer_statement] = STATE(7081), + [sym__throw_statement] = STATE(8380), + [sym__optionally_valueful_control_keyword] = STATE(388), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_local_declaration] = STATE(7081), + [sym__local_property_declaration] = STATE(7885), + [sym__local_typealias_declaration] = STATE(8530), + [sym__local_function_declaration] = STATE(7914), + [sym__local_class_declaration] = STATE(7916), + [sym__modifierless_property_declaration] = STATE(7919), + [sym_willset_clause] = STATE(3288), + [sym_didset_clause] = STATE(3306), + [sym__modifierless_typealias_declaration] = STATE(7930), + [sym__modifierless_function_declaration] = STATE(7933), + [sym__modifierless_function_declaration_no_body] = STATE(7945), + [sym__modifierless_class_declaration] = STATE(7959), + [sym__non_constructor_function_decl] = STATE(7521), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__async_modifier] = STATE(8439), + [sym_attribute] = STATE(2477), + [sym_value_binding_pattern] = STATE(4879), + [sym__possibly_async_binding_pattern_kind] = STATE(4879), + [sym_modifiers] = STATE(8860), + [aux_sym__locally_permitted_modifiers] = STATE(2071), + [sym__non_local_scope_modifier] = STATE(3800), + [sym__locally_permitted_modifier] = STATE(2071), + [sym_property_behavior_modifier] = STATE(2071), + [sym_member_modifier] = STATE(3800), + [sym_visibility_modifier] = STATE(3800), + [sym_function_modifier] = STATE(3800), + [sym_mutation_modifier] = STATE(3800), + [sym_property_modifier] = STATE(3800), + [sym_inheritance_modifier] = STATE(2071), + [sym_parameter_modifier] = STATE(3800), + [sym_ownership_modifier] = STATE(2071), + [sym__parameter_ownership_modifier] = STATE(996), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [aux_sym__lambda_type_declaration_repeat1] = STATE(4966), + [aux_sym_modifiers_repeat1] = STATE(3800), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(177), + [aux_sym_simple_identifier_token2] = ACTIONS(179), + [aux_sym_simple_identifier_token3] = ACTIONS(179), + [aux_sym_simple_identifier_token4] = ACTIONS(179), + [anon_sym_actor] = ACTIONS(181), + [anon_sym_async] = ACTIONS(183), + [anon_sym_each] = ACTIONS(185), + [anon_sym_lazy] = ACTIONS(235), + [anon_sym_repeat] = ACTIONS(189), + [anon_sym_package] = ACTIONS(237), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(193), + [anon_sym_LBRACK] = ACTIONS(195), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_RBRACE] = ACTIONS(239), + [anon_sym_in] = ACTIONS(241), + [anon_sym_self] = ACTIONS(201), + [anon_sym_super] = ACTIONS(61), + [anon_sym_guard] = ACTIONS(63), + [anon_sym_do] = ACTIONS(65), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [sym_statement_label] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_while] = ACTIONS(81), + [sym_throw_keyword] = ACTIONS(83), + [anon_sym_return] = ACTIONS(153), + [anon_sym_continue] = ACTIONS(153), + [anon_sym_break] = ACTIONS(153), + [anon_sym_yield] = ACTIONS(153), + [anon_sym_typealias] = ACTIONS(87), + [anon_sym_struct] = ACTIONS(89), + [anon_sym_class] = ACTIONS(155), + [anon_sym_enum] = ACTIONS(93), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_func] = ACTIONS(99), + [anon_sym_willSet] = ACTIONS(157), + [anon_sym_didSet] = ACTIONS(159), + [anon_sym_extension] = ACTIONS(103), + [anon_sym_indirect] = ACTIONS(105), + [anon_sym_prefix] = ACTIONS(167), + [anon_sym_infix] = ACTIONS(167), + [anon_sym_postfix] = ACTIONS(167), + [anon_sym_AT] = ACTIONS(243), + [anon_sym_override] = ACTIONS(117), + [anon_sym_convenience] = ACTIONS(117), + [anon_sym_required] = ACTIONS(117), + [anon_sym_nonisolated] = ACTIONS(117), + [anon_sym_public] = ACTIONS(119), + [anon_sym_private] = ACTIONS(119), + [anon_sym_internal] = ACTIONS(119), + [anon_sym_fileprivate] = ACTIONS(119), + [anon_sym_open] = ACTIONS(119), + [anon_sym_mutating] = ACTIONS(121), + [anon_sym_nonmutating] = ACTIONS(121), + [anon_sym_static] = ACTIONS(123), + [anon_sym_dynamic] = ACTIONS(123), + [anon_sym_optional] = ACTIONS(123), + [anon_sym_distributed] = ACTIONS(123), + [anon_sym_final] = ACTIONS(125), + [anon_sym_inout] = ACTIONS(127), + [anon_sym_ATescaping] = ACTIONS(129), + [anon_sym_ATautoclosure] = ACTIONS(129), + [anon_sym_weak] = ACTIONS(131), + [anon_sym_unowned] = ACTIONS(131), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(133), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(133), + [anon_sym_borrowing] = ACTIONS(245), + [anon_sym_consuming] = ACTIONS(245), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(9)] = { + [sym_simple_identifier] = STATE(1690), + [sym__contextual_simple_identifier] = STATE(1701), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1582), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym__lambda_type_declaration] = STATE(68), + [sym_capture_list] = STATE(5093), + [sym_lambda_function_type] = STATE(9072), + [sym_lambda_function_type_parameters] = STATE(6411), + [sym_lambda_parameter] = STATE(6729), + [sym_self_expression] = STATE(2176), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(3081), + [sym_guard_statement] = STATE(7081), + [sym_switch_statement] = STATE(3081), + [sym_switch_entry] = STATE(2826), + [sym_do_statement] = STATE(7081), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_statements] = STATE(9161), + [sym__local_statement] = STATE(7081), + [sym__labeled_statement] = STATE(7081), + [sym_for_statement] = STATE(7081), + [sym_while_statement] = STATE(7081), + [sym_repeat_while_statement] = STATE(7081), + [sym_control_transfer_statement] = STATE(7081), + [sym__throw_statement] = STATE(8380), + [sym__optionally_valueful_control_keyword] = STATE(388), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_local_declaration] = STATE(7081), + [sym__local_property_declaration] = STATE(7885), + [sym__local_typealias_declaration] = STATE(8530), + [sym__local_function_declaration] = STATE(7914), + [sym__local_class_declaration] = STATE(7916), + [sym__modifierless_property_declaration] = STATE(7919), + [sym__modifierless_typealias_declaration] = STATE(7930), + [sym__modifierless_function_declaration] = STATE(7933), + [sym__modifierless_function_declaration_no_body] = STATE(7945), + [sym__modifierless_class_declaration] = STATE(7959), + [sym__non_constructor_function_decl] = STATE(7521), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__async_modifier] = STATE(8439), + [sym_attribute] = STATE(2597), + [sym_value_binding_pattern] = STATE(4879), + [sym__possibly_async_binding_pattern_kind] = STATE(4879), + [sym_modifiers] = STATE(8688), + [aux_sym__locally_permitted_modifiers] = STATE(2060), + [sym__non_local_scope_modifier] = STATE(3801), + [sym__locally_permitted_modifier] = STATE(2060), + [sym_property_behavior_modifier] = STATE(2060), + [sym_member_modifier] = STATE(3801), + [sym_visibility_modifier] = STATE(3801), + [sym_function_modifier] = STATE(3801), + [sym_mutation_modifier] = STATE(3801), + [sym_property_modifier] = STATE(3801), + [sym_inheritance_modifier] = STATE(2060), + [sym_parameter_modifier] = STATE(3801), + [sym_ownership_modifier] = STATE(2060), + [sym__parameter_ownership_modifier] = STATE(998), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [aux_sym__lambda_type_declaration_repeat1] = STATE(4966), + [aux_sym_switch_statement_repeat1] = STATE(2826), + [aux_sym_modifiers_repeat1] = STATE(3801), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(177), + [aux_sym_simple_identifier_token2] = ACTIONS(179), + [aux_sym_simple_identifier_token3] = ACTIONS(179), + [aux_sym_simple_identifier_token4] = ACTIONS(179), + [anon_sym_actor] = ACTIONS(181), + [anon_sym_async] = ACTIONS(183), + [anon_sym_each] = ACTIONS(185), + [anon_sym_lazy] = ACTIONS(187), + [anon_sym_repeat] = ACTIONS(189), + [anon_sym_package] = ACTIONS(191), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(193), + [anon_sym_LBRACK] = ACTIONS(195), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_RBRACE] = ACTIONS(247), + [anon_sym_in] = ACTIONS(199), + [anon_sym_self] = ACTIONS(201), + [anon_sym_super] = ACTIONS(61), + [anon_sym_guard] = ACTIONS(63), + [anon_sym_case] = ACTIONS(203), + [anon_sym_do] = ACTIONS(65), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [sym_statement_label] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_while] = ACTIONS(81), + [sym_throw_keyword] = ACTIONS(83), + [anon_sym_return] = ACTIONS(153), + [anon_sym_continue] = ACTIONS(153), + [anon_sym_break] = ACTIONS(153), + [anon_sym_yield] = ACTIONS(153), + [anon_sym_typealias] = ACTIONS(87), + [anon_sym_struct] = ACTIONS(89), + [anon_sym_class] = ACTIONS(205), + [anon_sym_enum] = ACTIONS(93), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_func] = ACTIONS(99), + [anon_sym_extension] = ACTIONS(103), + [anon_sym_indirect] = ACTIONS(105), + [anon_sym_prefix] = ACTIONS(207), + [anon_sym_infix] = ACTIONS(207), + [anon_sym_postfix] = ACTIONS(207), + [anon_sym_AT] = ACTIONS(209), + [anon_sym_override] = ACTIONS(211), + [anon_sym_convenience] = ACTIONS(211), + [anon_sym_required] = ACTIONS(211), + [anon_sym_nonisolated] = ACTIONS(211), + [anon_sym_public] = ACTIONS(213), + [anon_sym_private] = ACTIONS(213), + [anon_sym_internal] = ACTIONS(213), + [anon_sym_fileprivate] = ACTIONS(213), + [anon_sym_open] = ACTIONS(213), + [anon_sym_mutating] = ACTIONS(215), + [anon_sym_nonmutating] = ACTIONS(215), + [anon_sym_static] = ACTIONS(217), + [anon_sym_dynamic] = ACTIONS(217), + [anon_sym_optional] = ACTIONS(217), + [anon_sym_distributed] = ACTIONS(217), + [anon_sym_final] = ACTIONS(219), + [anon_sym_inout] = ACTIONS(221), + [anon_sym_ATescaping] = ACTIONS(223), + [anon_sym_ATautoclosure] = ACTIONS(223), + [anon_sym_weak] = ACTIONS(225), + [anon_sym_unowned] = ACTIONS(225), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(227), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(227), + [anon_sym_borrowing] = ACTIONS(229), + [anon_sym_consuming] = ACTIONS(229), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym_default_keyword] = ACTIONS(231), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(10)] = { + [sym_simple_identifier] = STATE(1690), + [sym__contextual_simple_identifier] = STATE(1701), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1582), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym__lambda_type_declaration] = STATE(68), + [sym_capture_list] = STATE(5093), + [sym_lambda_function_type] = STATE(9072), + [sym_lambda_function_type_parameters] = STATE(6411), + [sym_lambda_parameter] = STATE(6729), + [sym_self_expression] = STATE(2176), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(3081), + [sym_guard_statement] = STATE(7081), + [sym_switch_statement] = STATE(3081), + [sym_switch_entry] = STATE(2849), + [sym_do_statement] = STATE(7081), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_statements] = STATE(9161), + [sym__local_statement] = STATE(7081), + [sym__labeled_statement] = STATE(7081), + [sym_for_statement] = STATE(7081), + [sym_while_statement] = STATE(7081), + [sym_repeat_while_statement] = STATE(7081), + [sym_control_transfer_statement] = STATE(7081), + [sym__throw_statement] = STATE(8380), + [sym__optionally_valueful_control_keyword] = STATE(388), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_local_declaration] = STATE(7081), + [sym__local_property_declaration] = STATE(7885), + [sym__local_typealias_declaration] = STATE(8530), + [sym__local_function_declaration] = STATE(7914), + [sym__local_class_declaration] = STATE(7916), + [sym__modifierless_property_declaration] = STATE(7919), + [sym__modifierless_typealias_declaration] = STATE(7930), + [sym__modifierless_function_declaration] = STATE(7933), + [sym__modifierless_function_declaration_no_body] = STATE(7945), + [sym__modifierless_class_declaration] = STATE(7959), + [sym__non_constructor_function_decl] = STATE(7521), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__async_modifier] = STATE(8439), + [sym_attribute] = STATE(2597), + [sym_value_binding_pattern] = STATE(4879), + [sym__possibly_async_binding_pattern_kind] = STATE(4879), + [sym_modifiers] = STATE(8688), + [aux_sym__locally_permitted_modifiers] = STATE(2060), + [sym__non_local_scope_modifier] = STATE(3801), + [sym__locally_permitted_modifier] = STATE(2060), + [sym_property_behavior_modifier] = STATE(2060), + [sym_member_modifier] = STATE(3801), + [sym_visibility_modifier] = STATE(3801), + [sym_function_modifier] = STATE(3801), + [sym_mutation_modifier] = STATE(3801), + [sym_property_modifier] = STATE(3801), + [sym_inheritance_modifier] = STATE(2060), + [sym_parameter_modifier] = STATE(3801), + [sym_ownership_modifier] = STATE(2060), + [sym__parameter_ownership_modifier] = STATE(998), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [aux_sym__lambda_type_declaration_repeat1] = STATE(4966), + [aux_sym_switch_statement_repeat1] = STATE(2849), + [aux_sym_modifiers_repeat1] = STATE(3801), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(177), + [aux_sym_simple_identifier_token2] = ACTIONS(179), + [aux_sym_simple_identifier_token3] = ACTIONS(179), + [aux_sym_simple_identifier_token4] = ACTIONS(179), + [anon_sym_actor] = ACTIONS(181), + [anon_sym_async] = ACTIONS(183), + [anon_sym_each] = ACTIONS(185), + [anon_sym_lazy] = ACTIONS(187), + [anon_sym_repeat] = ACTIONS(189), + [anon_sym_package] = ACTIONS(191), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(193), + [anon_sym_LBRACK] = ACTIONS(195), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_RBRACE] = ACTIONS(249), + [anon_sym_in] = ACTIONS(199), + [anon_sym_self] = ACTIONS(201), + [anon_sym_super] = ACTIONS(61), + [anon_sym_guard] = ACTIONS(63), + [anon_sym_case] = ACTIONS(203), + [anon_sym_do] = ACTIONS(65), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [sym_statement_label] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_while] = ACTIONS(81), + [sym_throw_keyword] = ACTIONS(83), + [anon_sym_return] = ACTIONS(153), + [anon_sym_continue] = ACTIONS(153), + [anon_sym_break] = ACTIONS(153), + [anon_sym_yield] = ACTIONS(153), + [anon_sym_typealias] = ACTIONS(87), + [anon_sym_struct] = ACTIONS(89), + [anon_sym_class] = ACTIONS(205), + [anon_sym_enum] = ACTIONS(93), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_func] = ACTIONS(99), + [anon_sym_extension] = ACTIONS(103), + [anon_sym_indirect] = ACTIONS(105), + [anon_sym_prefix] = ACTIONS(207), + [anon_sym_infix] = ACTIONS(207), + [anon_sym_postfix] = ACTIONS(207), + [anon_sym_AT] = ACTIONS(209), + [anon_sym_override] = ACTIONS(211), + [anon_sym_convenience] = ACTIONS(211), + [anon_sym_required] = ACTIONS(211), + [anon_sym_nonisolated] = ACTIONS(211), + [anon_sym_public] = ACTIONS(213), + [anon_sym_private] = ACTIONS(213), + [anon_sym_internal] = ACTIONS(213), + [anon_sym_fileprivate] = ACTIONS(213), + [anon_sym_open] = ACTIONS(213), + [anon_sym_mutating] = ACTIONS(215), + [anon_sym_nonmutating] = ACTIONS(215), + [anon_sym_static] = ACTIONS(217), + [anon_sym_dynamic] = ACTIONS(217), + [anon_sym_optional] = ACTIONS(217), + [anon_sym_distributed] = ACTIONS(217), + [anon_sym_final] = ACTIONS(219), + [anon_sym_inout] = ACTIONS(221), + [anon_sym_ATescaping] = ACTIONS(223), + [anon_sym_ATautoclosure] = ACTIONS(223), + [anon_sym_weak] = ACTIONS(225), + [anon_sym_unowned] = ACTIONS(225), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(227), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(227), + [anon_sym_borrowing] = ACTIONS(229), + [anon_sym_consuming] = ACTIONS(229), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym_default_keyword] = ACTIONS(231), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(11)] = { + [sym_simple_identifier] = STATE(1690), + [sym__contextual_simple_identifier] = STATE(1701), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1582), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym__lambda_type_declaration] = STATE(90), + [sym_capture_list] = STATE(5093), + [sym_lambda_function_type] = STATE(9072), + [sym_lambda_function_type_parameters] = STATE(6411), + [sym_lambda_parameter] = STATE(6729), + [sym_self_expression] = STATE(2176), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(3081), + [sym_guard_statement] = STATE(7081), + [sym_switch_statement] = STATE(3081), + [sym_do_statement] = STATE(7081), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_statements] = STATE(9189), + [sym__local_statement] = STATE(7081), + [sym__labeled_statement] = STATE(7081), + [sym_for_statement] = STATE(7081), + [sym_while_statement] = STATE(7081), + [sym_repeat_while_statement] = STATE(7081), + [sym_control_transfer_statement] = STATE(7081), + [sym__throw_statement] = STATE(8380), + [sym__optionally_valueful_control_keyword] = STATE(388), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_local_declaration] = STATE(7081), + [sym__local_property_declaration] = STATE(7885), + [sym__local_typealias_declaration] = STATE(8530), + [sym__local_function_declaration] = STATE(7914), + [sym__local_class_declaration] = STATE(7916), + [sym__modifierless_property_declaration] = STATE(7919), + [sym_willset_clause] = STATE(3261), + [sym_didset_clause] = STATE(3262), + [sym__modifierless_typealias_declaration] = STATE(7930), + [sym__modifierless_function_declaration] = STATE(7933), + [sym__modifierless_function_declaration_no_body] = STATE(7945), + [sym__modifierless_class_declaration] = STATE(7959), + [sym__non_constructor_function_decl] = STATE(7521), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__async_modifier] = STATE(8439), + [sym_attribute] = STATE(2477), + [sym_value_binding_pattern] = STATE(4879), + [sym__possibly_async_binding_pattern_kind] = STATE(4879), + [sym_modifiers] = STATE(8860), + [aux_sym__locally_permitted_modifiers] = STATE(2071), + [sym__non_local_scope_modifier] = STATE(3800), + [sym__locally_permitted_modifier] = STATE(2071), + [sym_property_behavior_modifier] = STATE(2071), + [sym_member_modifier] = STATE(3800), + [sym_visibility_modifier] = STATE(3800), + [sym_function_modifier] = STATE(3800), + [sym_mutation_modifier] = STATE(3800), + [sym_property_modifier] = STATE(3800), + [sym_inheritance_modifier] = STATE(2071), + [sym_parameter_modifier] = STATE(3800), + [sym_ownership_modifier] = STATE(2071), + [sym__parameter_ownership_modifier] = STATE(996), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [aux_sym__lambda_type_declaration_repeat1] = STATE(4966), + [aux_sym_modifiers_repeat1] = STATE(3800), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(177), + [aux_sym_simple_identifier_token2] = ACTIONS(179), + [aux_sym_simple_identifier_token3] = ACTIONS(179), + [aux_sym_simple_identifier_token4] = ACTIONS(179), + [anon_sym_actor] = ACTIONS(181), + [anon_sym_async] = ACTIONS(183), + [anon_sym_each] = ACTIONS(185), + [anon_sym_lazy] = ACTIONS(235), + [anon_sym_repeat] = ACTIONS(189), + [anon_sym_package] = ACTIONS(237), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(193), + [anon_sym_LBRACK] = ACTIONS(195), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_RBRACE] = ACTIONS(251), + [anon_sym_in] = ACTIONS(253), + [anon_sym_self] = ACTIONS(201), + [anon_sym_super] = ACTIONS(61), + [anon_sym_guard] = ACTIONS(63), + [anon_sym_do] = ACTIONS(65), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [sym_statement_label] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_while] = ACTIONS(81), + [sym_throw_keyword] = ACTIONS(83), + [anon_sym_return] = ACTIONS(153), + [anon_sym_continue] = ACTIONS(153), + [anon_sym_break] = ACTIONS(153), + [anon_sym_yield] = ACTIONS(153), + [anon_sym_typealias] = ACTIONS(87), + [anon_sym_struct] = ACTIONS(89), + [anon_sym_class] = ACTIONS(155), + [anon_sym_enum] = ACTIONS(93), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_func] = ACTIONS(99), + [anon_sym_willSet] = ACTIONS(157), + [anon_sym_didSet] = ACTIONS(159), + [anon_sym_extension] = ACTIONS(103), + [anon_sym_indirect] = ACTIONS(105), + [anon_sym_prefix] = ACTIONS(167), + [anon_sym_infix] = ACTIONS(167), + [anon_sym_postfix] = ACTIONS(167), + [anon_sym_AT] = ACTIONS(243), + [anon_sym_override] = ACTIONS(117), + [anon_sym_convenience] = ACTIONS(117), + [anon_sym_required] = ACTIONS(117), + [anon_sym_nonisolated] = ACTIONS(117), + [anon_sym_public] = ACTIONS(119), + [anon_sym_private] = ACTIONS(119), + [anon_sym_internal] = ACTIONS(119), + [anon_sym_fileprivate] = ACTIONS(119), + [anon_sym_open] = ACTIONS(119), + [anon_sym_mutating] = ACTIONS(121), + [anon_sym_nonmutating] = ACTIONS(121), + [anon_sym_static] = ACTIONS(123), + [anon_sym_dynamic] = ACTIONS(123), + [anon_sym_optional] = ACTIONS(123), + [anon_sym_distributed] = ACTIONS(123), + [anon_sym_final] = ACTIONS(125), + [anon_sym_inout] = ACTIONS(127), + [anon_sym_ATescaping] = ACTIONS(129), + [anon_sym_ATautoclosure] = ACTIONS(129), + [anon_sym_weak] = ACTIONS(131), + [anon_sym_unowned] = ACTIONS(131), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(133), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(133), + [anon_sym_borrowing] = ACTIONS(245), + [anon_sym_consuming] = ACTIONS(245), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(12)] = { + [sym_simple_identifier] = STATE(1690), + [sym__contextual_simple_identifier] = STATE(1701), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1582), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym__lambda_type_declaration] = STATE(92), + [sym_capture_list] = STATE(5093), + [sym_lambda_function_type] = STATE(9072), + [sym_lambda_function_type_parameters] = STATE(6411), + [sym_lambda_parameter] = STATE(6729), + [sym_self_expression] = STATE(2176), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(3081), + [sym_guard_statement] = STATE(7081), + [sym_switch_statement] = STATE(3081), + [sym_do_statement] = STATE(7081), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_statements] = STATE(9077), + [sym__local_statement] = STATE(7081), + [sym__labeled_statement] = STATE(7081), + [sym_for_statement] = STATE(7081), + [sym_while_statement] = STATE(7081), + [sym_repeat_while_statement] = STATE(7081), + [sym_control_transfer_statement] = STATE(7081), + [sym__throw_statement] = STATE(8380), + [sym__optionally_valueful_control_keyword] = STATE(388), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_local_declaration] = STATE(7081), + [sym__local_property_declaration] = STATE(7885), + [sym__local_typealias_declaration] = STATE(8530), + [sym__local_function_declaration] = STATE(7914), + [sym__local_class_declaration] = STATE(7916), + [sym__modifierless_property_declaration] = STATE(7919), + [sym_willset_clause] = STATE(3283), + [sym_didset_clause] = STATE(3284), + [sym__modifierless_typealias_declaration] = STATE(7930), + [sym__modifierless_function_declaration] = STATE(7933), + [sym__modifierless_function_declaration_no_body] = STATE(7945), + [sym__modifierless_class_declaration] = STATE(7959), + [sym__non_constructor_function_decl] = STATE(7521), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__async_modifier] = STATE(8439), + [sym_attribute] = STATE(2477), + [sym_value_binding_pattern] = STATE(4879), + [sym__possibly_async_binding_pattern_kind] = STATE(4879), + [sym_modifiers] = STATE(8860), + [aux_sym__locally_permitted_modifiers] = STATE(2071), + [sym__non_local_scope_modifier] = STATE(3800), + [sym__locally_permitted_modifier] = STATE(2071), + [sym_property_behavior_modifier] = STATE(2071), + [sym_member_modifier] = STATE(3800), + [sym_visibility_modifier] = STATE(3800), + [sym_function_modifier] = STATE(3800), + [sym_mutation_modifier] = STATE(3800), + [sym_property_modifier] = STATE(3800), + [sym_inheritance_modifier] = STATE(2071), + [sym_parameter_modifier] = STATE(3800), + [sym_ownership_modifier] = STATE(2071), + [sym__parameter_ownership_modifier] = STATE(996), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [aux_sym__lambda_type_declaration_repeat1] = STATE(4966), + [aux_sym_modifiers_repeat1] = STATE(3800), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(177), + [aux_sym_simple_identifier_token2] = ACTIONS(179), + [aux_sym_simple_identifier_token3] = ACTIONS(179), + [aux_sym_simple_identifier_token4] = ACTIONS(179), + [anon_sym_actor] = ACTIONS(181), + [anon_sym_async] = ACTIONS(183), + [anon_sym_each] = ACTIONS(185), + [anon_sym_lazy] = ACTIONS(235), + [anon_sym_repeat] = ACTIONS(189), + [anon_sym_package] = ACTIONS(237), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(193), + [anon_sym_LBRACK] = ACTIONS(195), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_RBRACE] = ACTIONS(255), + [anon_sym_in] = ACTIONS(257), + [anon_sym_self] = ACTIONS(201), + [anon_sym_super] = ACTIONS(61), + [anon_sym_guard] = ACTIONS(63), + [anon_sym_do] = ACTIONS(65), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [sym_statement_label] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_while] = ACTIONS(81), + [sym_throw_keyword] = ACTIONS(83), + [anon_sym_return] = ACTIONS(153), + [anon_sym_continue] = ACTIONS(153), + [anon_sym_break] = ACTIONS(153), + [anon_sym_yield] = ACTIONS(153), + [anon_sym_typealias] = ACTIONS(87), + [anon_sym_struct] = ACTIONS(89), + [anon_sym_class] = ACTIONS(155), + [anon_sym_enum] = ACTIONS(93), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_func] = ACTIONS(99), + [anon_sym_willSet] = ACTIONS(157), + [anon_sym_didSet] = ACTIONS(159), + [anon_sym_extension] = ACTIONS(103), + [anon_sym_indirect] = ACTIONS(105), + [anon_sym_prefix] = ACTIONS(167), + [anon_sym_infix] = ACTIONS(167), + [anon_sym_postfix] = ACTIONS(167), + [anon_sym_AT] = ACTIONS(243), + [anon_sym_override] = ACTIONS(117), + [anon_sym_convenience] = ACTIONS(117), + [anon_sym_required] = ACTIONS(117), + [anon_sym_nonisolated] = ACTIONS(117), + [anon_sym_public] = ACTIONS(119), + [anon_sym_private] = ACTIONS(119), + [anon_sym_internal] = ACTIONS(119), + [anon_sym_fileprivate] = ACTIONS(119), + [anon_sym_open] = ACTIONS(119), + [anon_sym_mutating] = ACTIONS(121), + [anon_sym_nonmutating] = ACTIONS(121), + [anon_sym_static] = ACTIONS(123), + [anon_sym_dynamic] = ACTIONS(123), + [anon_sym_optional] = ACTIONS(123), + [anon_sym_distributed] = ACTIONS(123), + [anon_sym_final] = ACTIONS(125), + [anon_sym_inout] = ACTIONS(127), + [anon_sym_ATescaping] = ACTIONS(129), + [anon_sym_ATautoclosure] = ACTIONS(129), + [anon_sym_weak] = ACTIONS(131), + [anon_sym_unowned] = ACTIONS(131), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(133), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(133), + [anon_sym_borrowing] = ACTIONS(245), + [anon_sym_consuming] = ACTIONS(245), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(13)] = { + [sym_simple_identifier] = STATE(1690), + [sym__contextual_simple_identifier] = STATE(1701), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1582), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym__lambda_type_declaration] = STATE(68), + [sym_capture_list] = STATE(5093), + [sym_lambda_function_type] = STATE(9072), + [sym_lambda_function_type_parameters] = STATE(6411), + [sym_lambda_parameter] = STATE(6729), + [sym_self_expression] = STATE(2176), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(3081), + [sym_guard_statement] = STATE(7081), + [sym_switch_statement] = STATE(3081), + [sym_switch_entry] = STATE(2839), + [sym_do_statement] = STATE(7081), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_statements] = STATE(9161), + [sym__local_statement] = STATE(7081), + [sym__labeled_statement] = STATE(7081), + [sym_for_statement] = STATE(7081), + [sym_while_statement] = STATE(7081), + [sym_repeat_while_statement] = STATE(7081), + [sym_control_transfer_statement] = STATE(7081), + [sym__throw_statement] = STATE(8380), + [sym__optionally_valueful_control_keyword] = STATE(388), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_local_declaration] = STATE(7081), + [sym__local_property_declaration] = STATE(7885), + [sym__local_typealias_declaration] = STATE(8530), + [sym__local_function_declaration] = STATE(7914), + [sym__local_class_declaration] = STATE(7916), + [sym__modifierless_property_declaration] = STATE(7919), + [sym__modifierless_typealias_declaration] = STATE(7930), + [sym__modifierless_function_declaration] = STATE(7933), + [sym__modifierless_function_declaration_no_body] = STATE(7945), + [sym__modifierless_class_declaration] = STATE(7959), + [sym__non_constructor_function_decl] = STATE(7521), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__async_modifier] = STATE(8439), + [sym_attribute] = STATE(2597), + [sym_value_binding_pattern] = STATE(4879), + [sym__possibly_async_binding_pattern_kind] = STATE(4879), + [sym_modifiers] = STATE(8688), + [aux_sym__locally_permitted_modifiers] = STATE(2060), + [sym__non_local_scope_modifier] = STATE(3801), + [sym__locally_permitted_modifier] = STATE(2060), + [sym_property_behavior_modifier] = STATE(2060), + [sym_member_modifier] = STATE(3801), + [sym_visibility_modifier] = STATE(3801), + [sym_function_modifier] = STATE(3801), + [sym_mutation_modifier] = STATE(3801), + [sym_property_modifier] = STATE(3801), + [sym_inheritance_modifier] = STATE(2060), + [sym_parameter_modifier] = STATE(3801), + [sym_ownership_modifier] = STATE(2060), + [sym__parameter_ownership_modifier] = STATE(998), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [aux_sym__lambda_type_declaration_repeat1] = STATE(4966), + [aux_sym_switch_statement_repeat1] = STATE(2839), + [aux_sym_modifiers_repeat1] = STATE(3801), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(177), + [aux_sym_simple_identifier_token2] = ACTIONS(179), + [aux_sym_simple_identifier_token3] = ACTIONS(179), + [aux_sym_simple_identifier_token4] = ACTIONS(179), + [anon_sym_actor] = ACTIONS(181), + [anon_sym_async] = ACTIONS(183), + [anon_sym_each] = ACTIONS(185), + [anon_sym_lazy] = ACTIONS(187), + [anon_sym_repeat] = ACTIONS(189), + [anon_sym_package] = ACTIONS(191), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(193), + [anon_sym_LBRACK] = ACTIONS(195), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_RBRACE] = ACTIONS(259), + [anon_sym_in] = ACTIONS(199), + [anon_sym_self] = ACTIONS(201), + [anon_sym_super] = ACTIONS(61), + [anon_sym_guard] = ACTIONS(63), + [anon_sym_case] = ACTIONS(203), + [anon_sym_do] = ACTIONS(65), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [sym_statement_label] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_while] = ACTIONS(81), + [sym_throw_keyword] = ACTIONS(83), + [anon_sym_return] = ACTIONS(153), + [anon_sym_continue] = ACTIONS(153), + [anon_sym_break] = ACTIONS(153), + [anon_sym_yield] = ACTIONS(153), + [anon_sym_typealias] = ACTIONS(87), + [anon_sym_struct] = ACTIONS(89), + [anon_sym_class] = ACTIONS(205), + [anon_sym_enum] = ACTIONS(93), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_func] = ACTIONS(99), + [anon_sym_extension] = ACTIONS(103), + [anon_sym_indirect] = ACTIONS(105), + [anon_sym_prefix] = ACTIONS(207), + [anon_sym_infix] = ACTIONS(207), + [anon_sym_postfix] = ACTIONS(207), + [anon_sym_AT] = ACTIONS(209), + [anon_sym_override] = ACTIONS(211), + [anon_sym_convenience] = ACTIONS(211), + [anon_sym_required] = ACTIONS(211), + [anon_sym_nonisolated] = ACTIONS(211), + [anon_sym_public] = ACTIONS(213), + [anon_sym_private] = ACTIONS(213), + [anon_sym_internal] = ACTIONS(213), + [anon_sym_fileprivate] = ACTIONS(213), + [anon_sym_open] = ACTIONS(213), + [anon_sym_mutating] = ACTIONS(215), + [anon_sym_nonmutating] = ACTIONS(215), + [anon_sym_static] = ACTIONS(217), + [anon_sym_dynamic] = ACTIONS(217), + [anon_sym_optional] = ACTIONS(217), + [anon_sym_distributed] = ACTIONS(217), + [anon_sym_final] = ACTIONS(219), + [anon_sym_inout] = ACTIONS(221), + [anon_sym_ATescaping] = ACTIONS(223), + [anon_sym_ATautoclosure] = ACTIONS(223), + [anon_sym_weak] = ACTIONS(225), + [anon_sym_unowned] = ACTIONS(225), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(227), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(227), + [anon_sym_borrowing] = ACTIONS(229), + [anon_sym_consuming] = ACTIONS(229), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym_default_keyword] = ACTIONS(231), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(14)] = { + [sym_simple_identifier] = STATE(1690), + [sym__contextual_simple_identifier] = STATE(1701), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1582), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym__lambda_type_declaration] = STATE(68), + [sym_capture_list] = STATE(5093), + [sym_lambda_function_type] = STATE(9072), + [sym_lambda_function_type_parameters] = STATE(6411), + [sym_lambda_parameter] = STATE(6729), + [sym_self_expression] = STATE(2176), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(3081), + [sym_guard_statement] = STATE(7081), + [sym_switch_statement] = STATE(3081), + [sym_switch_entry] = STATE(2831), + [sym_do_statement] = STATE(7081), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_statements] = STATE(9161), + [sym__local_statement] = STATE(7081), + [sym__labeled_statement] = STATE(7081), + [sym_for_statement] = STATE(7081), + [sym_while_statement] = STATE(7081), + [sym_repeat_while_statement] = STATE(7081), + [sym_control_transfer_statement] = STATE(7081), + [sym__throw_statement] = STATE(8380), + [sym__optionally_valueful_control_keyword] = STATE(388), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_local_declaration] = STATE(7081), + [sym__local_property_declaration] = STATE(7885), + [sym__local_typealias_declaration] = STATE(8530), + [sym__local_function_declaration] = STATE(7914), + [sym__local_class_declaration] = STATE(7916), + [sym__modifierless_property_declaration] = STATE(7919), + [sym__modifierless_typealias_declaration] = STATE(7930), + [sym__modifierless_function_declaration] = STATE(7933), + [sym__modifierless_function_declaration_no_body] = STATE(7945), + [sym__modifierless_class_declaration] = STATE(7959), + [sym__non_constructor_function_decl] = STATE(7521), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__async_modifier] = STATE(8439), + [sym_attribute] = STATE(2597), + [sym_value_binding_pattern] = STATE(4879), + [sym__possibly_async_binding_pattern_kind] = STATE(4879), + [sym_modifiers] = STATE(8688), + [aux_sym__locally_permitted_modifiers] = STATE(2060), + [sym__non_local_scope_modifier] = STATE(3801), + [sym__locally_permitted_modifier] = STATE(2060), + [sym_property_behavior_modifier] = STATE(2060), + [sym_member_modifier] = STATE(3801), + [sym_visibility_modifier] = STATE(3801), + [sym_function_modifier] = STATE(3801), + [sym_mutation_modifier] = STATE(3801), + [sym_property_modifier] = STATE(3801), + [sym_inheritance_modifier] = STATE(2060), + [sym_parameter_modifier] = STATE(3801), + [sym_ownership_modifier] = STATE(2060), + [sym__parameter_ownership_modifier] = STATE(998), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [aux_sym__lambda_type_declaration_repeat1] = STATE(4966), + [aux_sym_switch_statement_repeat1] = STATE(2831), + [aux_sym_modifiers_repeat1] = STATE(3801), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(177), + [aux_sym_simple_identifier_token2] = ACTIONS(179), + [aux_sym_simple_identifier_token3] = ACTIONS(179), + [aux_sym_simple_identifier_token4] = ACTIONS(179), + [anon_sym_actor] = ACTIONS(181), + [anon_sym_async] = ACTIONS(183), + [anon_sym_each] = ACTIONS(185), + [anon_sym_lazy] = ACTIONS(187), + [anon_sym_repeat] = ACTIONS(189), + [anon_sym_package] = ACTIONS(191), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(193), + [anon_sym_LBRACK] = ACTIONS(195), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_RBRACE] = ACTIONS(261), + [anon_sym_in] = ACTIONS(199), + [anon_sym_self] = ACTIONS(201), + [anon_sym_super] = ACTIONS(61), + [anon_sym_guard] = ACTIONS(63), + [anon_sym_case] = ACTIONS(203), + [anon_sym_do] = ACTIONS(65), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [sym_statement_label] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_while] = ACTIONS(81), + [sym_throw_keyword] = ACTIONS(83), + [anon_sym_return] = ACTIONS(153), + [anon_sym_continue] = ACTIONS(153), + [anon_sym_break] = ACTIONS(153), + [anon_sym_yield] = ACTIONS(153), + [anon_sym_typealias] = ACTIONS(87), + [anon_sym_struct] = ACTIONS(89), + [anon_sym_class] = ACTIONS(205), + [anon_sym_enum] = ACTIONS(93), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_func] = ACTIONS(99), + [anon_sym_extension] = ACTIONS(103), + [anon_sym_indirect] = ACTIONS(105), + [anon_sym_prefix] = ACTIONS(207), + [anon_sym_infix] = ACTIONS(207), + [anon_sym_postfix] = ACTIONS(207), + [anon_sym_AT] = ACTIONS(209), + [anon_sym_override] = ACTIONS(211), + [anon_sym_convenience] = ACTIONS(211), + [anon_sym_required] = ACTIONS(211), + [anon_sym_nonisolated] = ACTIONS(211), + [anon_sym_public] = ACTIONS(213), + [anon_sym_private] = ACTIONS(213), + [anon_sym_internal] = ACTIONS(213), + [anon_sym_fileprivate] = ACTIONS(213), + [anon_sym_open] = ACTIONS(213), + [anon_sym_mutating] = ACTIONS(215), + [anon_sym_nonmutating] = ACTIONS(215), + [anon_sym_static] = ACTIONS(217), + [anon_sym_dynamic] = ACTIONS(217), + [anon_sym_optional] = ACTIONS(217), + [anon_sym_distributed] = ACTIONS(217), + [anon_sym_final] = ACTIONS(219), + [anon_sym_inout] = ACTIONS(221), + [anon_sym_ATescaping] = ACTIONS(223), + [anon_sym_ATautoclosure] = ACTIONS(223), + [anon_sym_weak] = ACTIONS(225), + [anon_sym_unowned] = ACTIONS(225), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(227), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(227), + [anon_sym_borrowing] = ACTIONS(229), + [anon_sym_consuming] = ACTIONS(229), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym_default_keyword] = ACTIONS(231), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(15)] = { + [sym_simple_identifier] = STATE(1690), + [sym__contextual_simple_identifier] = STATE(1701), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1582), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym__lambda_type_declaration] = STATE(88), + [sym_capture_list] = STATE(5093), + [sym_lambda_function_type] = STATE(9072), + [sym_lambda_function_type_parameters] = STATE(6411), + [sym_lambda_parameter] = STATE(6729), + [sym_self_expression] = STATE(2176), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(3081), + [sym_guard_statement] = STATE(7081), + [sym_switch_statement] = STATE(3081), + [sym_do_statement] = STATE(7081), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_statements] = STATE(9327), + [sym__local_statement] = STATE(7081), + [sym__labeled_statement] = STATE(7081), + [sym_for_statement] = STATE(7081), + [sym_while_statement] = STATE(7081), + [sym_repeat_while_statement] = STATE(7081), + [sym_control_transfer_statement] = STATE(7081), + [sym__throw_statement] = STATE(8380), + [sym__optionally_valueful_control_keyword] = STATE(388), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_local_declaration] = STATE(7081), + [sym__local_property_declaration] = STATE(7885), + [sym__local_typealias_declaration] = STATE(8530), + [sym__local_function_declaration] = STATE(7914), + [sym__local_class_declaration] = STATE(7916), + [sym__modifierless_property_declaration] = STATE(7919), + [sym_willset_clause] = STATE(3313), + [sym_didset_clause] = STATE(3314), + [sym__modifierless_typealias_declaration] = STATE(7930), + [sym__modifierless_function_declaration] = STATE(7933), + [sym__modifierless_function_declaration_no_body] = STATE(7945), + [sym__modifierless_class_declaration] = STATE(7959), + [sym__non_constructor_function_decl] = STATE(7521), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__async_modifier] = STATE(8439), + [sym_attribute] = STATE(2477), + [sym_value_binding_pattern] = STATE(4879), + [sym__possibly_async_binding_pattern_kind] = STATE(4879), + [sym_modifiers] = STATE(8860), + [aux_sym__locally_permitted_modifiers] = STATE(2071), + [sym__non_local_scope_modifier] = STATE(3800), + [sym__locally_permitted_modifier] = STATE(2071), + [sym_property_behavior_modifier] = STATE(2071), + [sym_member_modifier] = STATE(3800), + [sym_visibility_modifier] = STATE(3800), + [sym_function_modifier] = STATE(3800), + [sym_mutation_modifier] = STATE(3800), + [sym_property_modifier] = STATE(3800), + [sym_inheritance_modifier] = STATE(2071), + [sym_parameter_modifier] = STATE(3800), + [sym_ownership_modifier] = STATE(2071), + [sym__parameter_ownership_modifier] = STATE(996), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [aux_sym__lambda_type_declaration_repeat1] = STATE(4966), + [aux_sym_modifiers_repeat1] = STATE(3800), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(177), + [aux_sym_simple_identifier_token2] = ACTIONS(179), + [aux_sym_simple_identifier_token3] = ACTIONS(179), + [aux_sym_simple_identifier_token4] = ACTIONS(179), + [anon_sym_actor] = ACTIONS(181), + [anon_sym_async] = ACTIONS(183), + [anon_sym_each] = ACTIONS(185), + [anon_sym_lazy] = ACTIONS(235), + [anon_sym_repeat] = ACTIONS(189), + [anon_sym_package] = ACTIONS(237), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(193), + [anon_sym_LBRACK] = ACTIONS(195), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_RBRACE] = ACTIONS(263), + [anon_sym_in] = ACTIONS(265), + [anon_sym_self] = ACTIONS(201), + [anon_sym_super] = ACTIONS(61), + [anon_sym_guard] = ACTIONS(63), + [anon_sym_do] = ACTIONS(65), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [sym_statement_label] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_while] = ACTIONS(81), + [sym_throw_keyword] = ACTIONS(83), + [anon_sym_return] = ACTIONS(153), + [anon_sym_continue] = ACTIONS(153), + [anon_sym_break] = ACTIONS(153), + [anon_sym_yield] = ACTIONS(153), + [anon_sym_typealias] = ACTIONS(87), + [anon_sym_struct] = ACTIONS(89), + [anon_sym_class] = ACTIONS(155), + [anon_sym_enum] = ACTIONS(93), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_func] = ACTIONS(99), + [anon_sym_willSet] = ACTIONS(157), + [anon_sym_didSet] = ACTIONS(159), + [anon_sym_extension] = ACTIONS(103), + [anon_sym_indirect] = ACTIONS(105), + [anon_sym_prefix] = ACTIONS(167), + [anon_sym_infix] = ACTIONS(167), + [anon_sym_postfix] = ACTIONS(167), + [anon_sym_AT] = ACTIONS(243), + [anon_sym_override] = ACTIONS(117), + [anon_sym_convenience] = ACTIONS(117), + [anon_sym_required] = ACTIONS(117), + [anon_sym_nonisolated] = ACTIONS(117), + [anon_sym_public] = ACTIONS(119), + [anon_sym_private] = ACTIONS(119), + [anon_sym_internal] = ACTIONS(119), + [anon_sym_fileprivate] = ACTIONS(119), + [anon_sym_open] = ACTIONS(119), + [anon_sym_mutating] = ACTIONS(121), + [anon_sym_nonmutating] = ACTIONS(121), + [anon_sym_static] = ACTIONS(123), + [anon_sym_dynamic] = ACTIONS(123), + [anon_sym_optional] = ACTIONS(123), + [anon_sym_distributed] = ACTIONS(123), + [anon_sym_final] = ACTIONS(125), + [anon_sym_inout] = ACTIONS(127), + [anon_sym_ATescaping] = ACTIONS(129), + [anon_sym_ATautoclosure] = ACTIONS(129), + [anon_sym_weak] = ACTIONS(131), + [anon_sym_unowned] = ACTIONS(131), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(133), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(133), + [anon_sym_borrowing] = ACTIONS(245), + [anon_sym_consuming] = ACTIONS(245), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(16)] = { + [sym_simple_identifier] = STATE(1690), + [sym__contextual_simple_identifier] = STATE(1701), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1582), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym__lambda_type_declaration] = STATE(68), + [sym_capture_list] = STATE(5093), + [sym_lambda_function_type] = STATE(9072), + [sym_lambda_function_type_parameters] = STATE(6411), + [sym_lambda_parameter] = STATE(6729), + [sym_self_expression] = STATE(2176), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(3081), + [sym_guard_statement] = STATE(7081), + [sym_switch_statement] = STATE(3081), + [sym_switch_entry] = STATE(2855), + [sym_do_statement] = STATE(7081), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_statements] = STATE(9161), + [sym__local_statement] = STATE(7081), + [sym__labeled_statement] = STATE(7081), + [sym_for_statement] = STATE(7081), + [sym_while_statement] = STATE(7081), + [sym_repeat_while_statement] = STATE(7081), + [sym_control_transfer_statement] = STATE(7081), + [sym__throw_statement] = STATE(8380), + [sym__optionally_valueful_control_keyword] = STATE(388), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_local_declaration] = STATE(7081), + [sym__local_property_declaration] = STATE(7885), + [sym__local_typealias_declaration] = STATE(8530), + [sym__local_function_declaration] = STATE(7914), + [sym__local_class_declaration] = STATE(7916), + [sym__modifierless_property_declaration] = STATE(7919), + [sym__modifierless_typealias_declaration] = STATE(7930), + [sym__modifierless_function_declaration] = STATE(7933), + [sym__modifierless_function_declaration_no_body] = STATE(7945), + [sym__modifierless_class_declaration] = STATE(7959), + [sym__non_constructor_function_decl] = STATE(7521), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__async_modifier] = STATE(8439), + [sym_attribute] = STATE(2597), + [sym_value_binding_pattern] = STATE(4879), + [sym__possibly_async_binding_pattern_kind] = STATE(4879), + [sym_modifiers] = STATE(8688), + [aux_sym__locally_permitted_modifiers] = STATE(2060), + [sym__non_local_scope_modifier] = STATE(3801), + [sym__locally_permitted_modifier] = STATE(2060), + [sym_property_behavior_modifier] = STATE(2060), + [sym_member_modifier] = STATE(3801), + [sym_visibility_modifier] = STATE(3801), + [sym_function_modifier] = STATE(3801), + [sym_mutation_modifier] = STATE(3801), + [sym_property_modifier] = STATE(3801), + [sym_inheritance_modifier] = STATE(2060), + [sym_parameter_modifier] = STATE(3801), + [sym_ownership_modifier] = STATE(2060), + [sym__parameter_ownership_modifier] = STATE(998), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [aux_sym__lambda_type_declaration_repeat1] = STATE(4966), + [aux_sym_switch_statement_repeat1] = STATE(2855), + [aux_sym_modifiers_repeat1] = STATE(3801), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(177), + [aux_sym_simple_identifier_token2] = ACTIONS(179), + [aux_sym_simple_identifier_token3] = ACTIONS(179), + [aux_sym_simple_identifier_token4] = ACTIONS(179), + [anon_sym_actor] = ACTIONS(181), + [anon_sym_async] = ACTIONS(183), + [anon_sym_each] = ACTIONS(185), + [anon_sym_lazy] = ACTIONS(187), + [anon_sym_repeat] = ACTIONS(189), + [anon_sym_package] = ACTIONS(191), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(193), + [anon_sym_LBRACK] = ACTIONS(195), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_RBRACE] = ACTIONS(267), + [anon_sym_in] = ACTIONS(199), + [anon_sym_self] = ACTIONS(201), + [anon_sym_super] = ACTIONS(61), + [anon_sym_guard] = ACTIONS(63), + [anon_sym_case] = ACTIONS(203), + [anon_sym_do] = ACTIONS(65), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [sym_statement_label] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_while] = ACTIONS(81), + [sym_throw_keyword] = ACTIONS(83), + [anon_sym_return] = ACTIONS(153), + [anon_sym_continue] = ACTIONS(153), + [anon_sym_break] = ACTIONS(153), + [anon_sym_yield] = ACTIONS(153), + [anon_sym_typealias] = ACTIONS(87), + [anon_sym_struct] = ACTIONS(89), + [anon_sym_class] = ACTIONS(205), + [anon_sym_enum] = ACTIONS(93), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_func] = ACTIONS(99), + [anon_sym_extension] = ACTIONS(103), + [anon_sym_indirect] = ACTIONS(105), + [anon_sym_prefix] = ACTIONS(207), + [anon_sym_infix] = ACTIONS(207), + [anon_sym_postfix] = ACTIONS(207), + [anon_sym_AT] = ACTIONS(209), + [anon_sym_override] = ACTIONS(211), + [anon_sym_convenience] = ACTIONS(211), + [anon_sym_required] = ACTIONS(211), + [anon_sym_nonisolated] = ACTIONS(211), + [anon_sym_public] = ACTIONS(213), + [anon_sym_private] = ACTIONS(213), + [anon_sym_internal] = ACTIONS(213), + [anon_sym_fileprivate] = ACTIONS(213), + [anon_sym_open] = ACTIONS(213), + [anon_sym_mutating] = ACTIONS(215), + [anon_sym_nonmutating] = ACTIONS(215), + [anon_sym_static] = ACTIONS(217), + [anon_sym_dynamic] = ACTIONS(217), + [anon_sym_optional] = ACTIONS(217), + [anon_sym_distributed] = ACTIONS(217), + [anon_sym_final] = ACTIONS(219), + [anon_sym_inout] = ACTIONS(221), + [anon_sym_ATescaping] = ACTIONS(223), + [anon_sym_ATautoclosure] = ACTIONS(223), + [anon_sym_weak] = ACTIONS(225), + [anon_sym_unowned] = ACTIONS(225), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(227), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(227), + [anon_sym_borrowing] = ACTIONS(229), + [anon_sym_consuming] = ACTIONS(229), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym_default_keyword] = ACTIONS(231), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(17)] = { + [sym_simple_identifier] = STATE(1690), + [sym__contextual_simple_identifier] = STATE(1701), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1582), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym__lambda_type_declaration] = STATE(68), + [sym_capture_list] = STATE(5093), + [sym_lambda_function_type] = STATE(9072), + [sym_lambda_function_type_parameters] = STATE(6411), + [sym_lambda_parameter] = STATE(6729), + [sym_self_expression] = STATE(2176), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(3081), + [sym_guard_statement] = STATE(7081), + [sym_switch_statement] = STATE(3081), + [sym_switch_entry] = STATE(2869), + [sym_do_statement] = STATE(7081), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_statements] = STATE(9161), + [sym__local_statement] = STATE(7081), + [sym__labeled_statement] = STATE(7081), + [sym_for_statement] = STATE(7081), + [sym_while_statement] = STATE(7081), + [sym_repeat_while_statement] = STATE(7081), + [sym_control_transfer_statement] = STATE(7081), + [sym__throw_statement] = STATE(8380), + [sym__optionally_valueful_control_keyword] = STATE(388), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_local_declaration] = STATE(7081), + [sym__local_property_declaration] = STATE(7885), + [sym__local_typealias_declaration] = STATE(8530), + [sym__local_function_declaration] = STATE(7914), + [sym__local_class_declaration] = STATE(7916), + [sym__modifierless_property_declaration] = STATE(7919), + [sym__modifierless_typealias_declaration] = STATE(7930), + [sym__modifierless_function_declaration] = STATE(7933), + [sym__modifierless_function_declaration_no_body] = STATE(7945), + [sym__modifierless_class_declaration] = STATE(7959), + [sym__non_constructor_function_decl] = STATE(7521), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__async_modifier] = STATE(8439), + [sym_attribute] = STATE(2597), + [sym_value_binding_pattern] = STATE(4879), + [sym__possibly_async_binding_pattern_kind] = STATE(4879), + [sym_modifiers] = STATE(8688), + [aux_sym__locally_permitted_modifiers] = STATE(2060), + [sym__non_local_scope_modifier] = STATE(3801), + [sym__locally_permitted_modifier] = STATE(2060), + [sym_property_behavior_modifier] = STATE(2060), + [sym_member_modifier] = STATE(3801), + [sym_visibility_modifier] = STATE(3801), + [sym_function_modifier] = STATE(3801), + [sym_mutation_modifier] = STATE(3801), + [sym_property_modifier] = STATE(3801), + [sym_inheritance_modifier] = STATE(2060), + [sym_parameter_modifier] = STATE(3801), + [sym_ownership_modifier] = STATE(2060), + [sym__parameter_ownership_modifier] = STATE(998), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [aux_sym__lambda_type_declaration_repeat1] = STATE(4966), + [aux_sym_switch_statement_repeat1] = STATE(2869), + [aux_sym_modifiers_repeat1] = STATE(3801), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(177), + [aux_sym_simple_identifier_token2] = ACTIONS(179), + [aux_sym_simple_identifier_token3] = ACTIONS(179), + [aux_sym_simple_identifier_token4] = ACTIONS(179), + [anon_sym_actor] = ACTIONS(181), + [anon_sym_async] = ACTIONS(183), + [anon_sym_each] = ACTIONS(185), + [anon_sym_lazy] = ACTIONS(187), + [anon_sym_repeat] = ACTIONS(189), + [anon_sym_package] = ACTIONS(191), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(193), + [anon_sym_LBRACK] = ACTIONS(195), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_RBRACE] = ACTIONS(269), + [anon_sym_in] = ACTIONS(199), + [anon_sym_self] = ACTIONS(201), + [anon_sym_super] = ACTIONS(61), + [anon_sym_guard] = ACTIONS(63), + [anon_sym_case] = ACTIONS(203), + [anon_sym_do] = ACTIONS(65), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [sym_statement_label] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_while] = ACTIONS(81), + [sym_throw_keyword] = ACTIONS(83), + [anon_sym_return] = ACTIONS(153), + [anon_sym_continue] = ACTIONS(153), + [anon_sym_break] = ACTIONS(153), + [anon_sym_yield] = ACTIONS(153), + [anon_sym_typealias] = ACTIONS(87), + [anon_sym_struct] = ACTIONS(89), + [anon_sym_class] = ACTIONS(205), + [anon_sym_enum] = ACTIONS(93), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_func] = ACTIONS(99), + [anon_sym_extension] = ACTIONS(103), + [anon_sym_indirect] = ACTIONS(105), + [anon_sym_prefix] = ACTIONS(207), + [anon_sym_infix] = ACTIONS(207), + [anon_sym_postfix] = ACTIONS(207), + [anon_sym_AT] = ACTIONS(209), + [anon_sym_override] = ACTIONS(211), + [anon_sym_convenience] = ACTIONS(211), + [anon_sym_required] = ACTIONS(211), + [anon_sym_nonisolated] = ACTIONS(211), + [anon_sym_public] = ACTIONS(213), + [anon_sym_private] = ACTIONS(213), + [anon_sym_internal] = ACTIONS(213), + [anon_sym_fileprivate] = ACTIONS(213), + [anon_sym_open] = ACTIONS(213), + [anon_sym_mutating] = ACTIONS(215), + [anon_sym_nonmutating] = ACTIONS(215), + [anon_sym_static] = ACTIONS(217), + [anon_sym_dynamic] = ACTIONS(217), + [anon_sym_optional] = ACTIONS(217), + [anon_sym_distributed] = ACTIONS(217), + [anon_sym_final] = ACTIONS(219), + [anon_sym_inout] = ACTIONS(221), + [anon_sym_ATescaping] = ACTIONS(223), + [anon_sym_ATautoclosure] = ACTIONS(223), + [anon_sym_weak] = ACTIONS(225), + [anon_sym_unowned] = ACTIONS(225), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(227), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(227), + [anon_sym_borrowing] = ACTIONS(229), + [anon_sym_consuming] = ACTIONS(229), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym_default_keyword] = ACTIONS(231), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(18)] = { + [sym_simple_identifier] = STATE(1690), + [sym__contextual_simple_identifier] = STATE(1701), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1582), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym__lambda_type_declaration] = STATE(68), + [sym_capture_list] = STATE(5093), + [sym_lambda_function_type] = STATE(9072), + [sym_lambda_function_type_parameters] = STATE(6411), + [sym_lambda_parameter] = STATE(6729), + [sym_self_expression] = STATE(2176), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(3081), + [sym_guard_statement] = STATE(7081), + [sym_switch_statement] = STATE(3081), + [sym_switch_entry] = STATE(2861), + [sym_do_statement] = STATE(7081), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_statements] = STATE(9161), + [sym__local_statement] = STATE(7081), + [sym__labeled_statement] = STATE(7081), + [sym_for_statement] = STATE(7081), + [sym_while_statement] = STATE(7081), + [sym_repeat_while_statement] = STATE(7081), + [sym_control_transfer_statement] = STATE(7081), + [sym__throw_statement] = STATE(8380), + [sym__optionally_valueful_control_keyword] = STATE(388), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_local_declaration] = STATE(7081), + [sym__local_property_declaration] = STATE(7885), + [sym__local_typealias_declaration] = STATE(8530), + [sym__local_function_declaration] = STATE(7914), + [sym__local_class_declaration] = STATE(7916), + [sym__modifierless_property_declaration] = STATE(7919), + [sym__modifierless_typealias_declaration] = STATE(7930), + [sym__modifierless_function_declaration] = STATE(7933), + [sym__modifierless_function_declaration_no_body] = STATE(7945), + [sym__modifierless_class_declaration] = STATE(7959), + [sym__non_constructor_function_decl] = STATE(7521), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__async_modifier] = STATE(8439), + [sym_attribute] = STATE(2597), + [sym_value_binding_pattern] = STATE(4879), + [sym__possibly_async_binding_pattern_kind] = STATE(4879), + [sym_modifiers] = STATE(8688), + [aux_sym__locally_permitted_modifiers] = STATE(2060), + [sym__non_local_scope_modifier] = STATE(3801), + [sym__locally_permitted_modifier] = STATE(2060), + [sym_property_behavior_modifier] = STATE(2060), + [sym_member_modifier] = STATE(3801), + [sym_visibility_modifier] = STATE(3801), + [sym_function_modifier] = STATE(3801), + [sym_mutation_modifier] = STATE(3801), + [sym_property_modifier] = STATE(3801), + [sym_inheritance_modifier] = STATE(2060), + [sym_parameter_modifier] = STATE(3801), + [sym_ownership_modifier] = STATE(2060), + [sym__parameter_ownership_modifier] = STATE(998), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [aux_sym__lambda_type_declaration_repeat1] = STATE(4966), + [aux_sym_switch_statement_repeat1] = STATE(2861), + [aux_sym_modifiers_repeat1] = STATE(3801), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(177), + [aux_sym_simple_identifier_token2] = ACTIONS(179), + [aux_sym_simple_identifier_token3] = ACTIONS(179), + [aux_sym_simple_identifier_token4] = ACTIONS(179), + [anon_sym_actor] = ACTIONS(181), + [anon_sym_async] = ACTIONS(183), + [anon_sym_each] = ACTIONS(185), + [anon_sym_lazy] = ACTIONS(187), + [anon_sym_repeat] = ACTIONS(189), + [anon_sym_package] = ACTIONS(191), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(193), + [anon_sym_LBRACK] = ACTIONS(195), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_RBRACE] = ACTIONS(271), + [anon_sym_in] = ACTIONS(199), + [anon_sym_self] = ACTIONS(201), + [anon_sym_super] = ACTIONS(61), + [anon_sym_guard] = ACTIONS(63), + [anon_sym_case] = ACTIONS(203), + [anon_sym_do] = ACTIONS(65), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [sym_statement_label] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_while] = ACTIONS(81), + [sym_throw_keyword] = ACTIONS(83), + [anon_sym_return] = ACTIONS(153), + [anon_sym_continue] = ACTIONS(153), + [anon_sym_break] = ACTIONS(153), + [anon_sym_yield] = ACTIONS(153), + [anon_sym_typealias] = ACTIONS(87), + [anon_sym_struct] = ACTIONS(89), + [anon_sym_class] = ACTIONS(205), + [anon_sym_enum] = ACTIONS(93), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_func] = ACTIONS(99), + [anon_sym_extension] = ACTIONS(103), + [anon_sym_indirect] = ACTIONS(105), + [anon_sym_prefix] = ACTIONS(207), + [anon_sym_infix] = ACTIONS(207), + [anon_sym_postfix] = ACTIONS(207), + [anon_sym_AT] = ACTIONS(209), + [anon_sym_override] = ACTIONS(211), + [anon_sym_convenience] = ACTIONS(211), + [anon_sym_required] = ACTIONS(211), + [anon_sym_nonisolated] = ACTIONS(211), + [anon_sym_public] = ACTIONS(213), + [anon_sym_private] = ACTIONS(213), + [anon_sym_internal] = ACTIONS(213), + [anon_sym_fileprivate] = ACTIONS(213), + [anon_sym_open] = ACTIONS(213), + [anon_sym_mutating] = ACTIONS(215), + [anon_sym_nonmutating] = ACTIONS(215), + [anon_sym_static] = ACTIONS(217), + [anon_sym_dynamic] = ACTIONS(217), + [anon_sym_optional] = ACTIONS(217), + [anon_sym_distributed] = ACTIONS(217), + [anon_sym_final] = ACTIONS(219), + [anon_sym_inout] = ACTIONS(221), + [anon_sym_ATescaping] = ACTIONS(223), + [anon_sym_ATautoclosure] = ACTIONS(223), + [anon_sym_weak] = ACTIONS(225), + [anon_sym_unowned] = ACTIONS(225), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(227), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(227), + [anon_sym_borrowing] = ACTIONS(229), + [anon_sym_consuming] = ACTIONS(229), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym_default_keyword] = ACTIONS(231), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(19)] = { + [sym_simple_identifier] = STATE(1690), + [sym__contextual_simple_identifier] = STATE(1701), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1582), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym__lambda_type_declaration] = STATE(68), + [sym_capture_list] = STATE(5093), + [sym_lambda_function_type] = STATE(9072), + [sym_lambda_function_type_parameters] = STATE(6411), + [sym_lambda_parameter] = STATE(6729), + [sym_self_expression] = STATE(2176), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(3081), + [sym_guard_statement] = STATE(7081), + [sym_switch_statement] = STATE(3081), + [sym_switch_entry] = STATE(2875), + [sym_do_statement] = STATE(7081), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_statements] = STATE(9161), + [sym__local_statement] = STATE(7081), + [sym__labeled_statement] = STATE(7081), + [sym_for_statement] = STATE(7081), + [sym_while_statement] = STATE(7081), + [sym_repeat_while_statement] = STATE(7081), + [sym_control_transfer_statement] = STATE(7081), + [sym__throw_statement] = STATE(8380), + [sym__optionally_valueful_control_keyword] = STATE(388), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_local_declaration] = STATE(7081), + [sym__local_property_declaration] = STATE(7885), + [sym__local_typealias_declaration] = STATE(8530), + [sym__local_function_declaration] = STATE(7914), + [sym__local_class_declaration] = STATE(7916), + [sym__modifierless_property_declaration] = STATE(7919), + [sym__modifierless_typealias_declaration] = STATE(7930), + [sym__modifierless_function_declaration] = STATE(7933), + [sym__modifierless_function_declaration_no_body] = STATE(7945), + [sym__modifierless_class_declaration] = STATE(7959), + [sym__non_constructor_function_decl] = STATE(7521), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__async_modifier] = STATE(8439), + [sym_attribute] = STATE(2597), + [sym_value_binding_pattern] = STATE(4879), + [sym__possibly_async_binding_pattern_kind] = STATE(4879), + [sym_modifiers] = STATE(8688), + [aux_sym__locally_permitted_modifiers] = STATE(2060), + [sym__non_local_scope_modifier] = STATE(3801), + [sym__locally_permitted_modifier] = STATE(2060), + [sym_property_behavior_modifier] = STATE(2060), + [sym_member_modifier] = STATE(3801), + [sym_visibility_modifier] = STATE(3801), + [sym_function_modifier] = STATE(3801), + [sym_mutation_modifier] = STATE(3801), + [sym_property_modifier] = STATE(3801), + [sym_inheritance_modifier] = STATE(2060), + [sym_parameter_modifier] = STATE(3801), + [sym_ownership_modifier] = STATE(2060), + [sym__parameter_ownership_modifier] = STATE(998), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [aux_sym__lambda_type_declaration_repeat1] = STATE(4966), + [aux_sym_switch_statement_repeat1] = STATE(2875), + [aux_sym_modifiers_repeat1] = STATE(3801), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(177), + [aux_sym_simple_identifier_token2] = ACTIONS(179), + [aux_sym_simple_identifier_token3] = ACTIONS(179), + [aux_sym_simple_identifier_token4] = ACTIONS(179), + [anon_sym_actor] = ACTIONS(181), + [anon_sym_async] = ACTIONS(183), + [anon_sym_each] = ACTIONS(185), + [anon_sym_lazy] = ACTIONS(187), + [anon_sym_repeat] = ACTIONS(189), + [anon_sym_package] = ACTIONS(191), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(193), + [anon_sym_LBRACK] = ACTIONS(195), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_RBRACE] = ACTIONS(273), + [anon_sym_in] = ACTIONS(199), + [anon_sym_self] = ACTIONS(201), + [anon_sym_super] = ACTIONS(61), + [anon_sym_guard] = ACTIONS(63), + [anon_sym_case] = ACTIONS(203), + [anon_sym_do] = ACTIONS(65), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [sym_statement_label] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_while] = ACTIONS(81), + [sym_throw_keyword] = ACTIONS(83), + [anon_sym_return] = ACTIONS(153), + [anon_sym_continue] = ACTIONS(153), + [anon_sym_break] = ACTIONS(153), + [anon_sym_yield] = ACTIONS(153), + [anon_sym_typealias] = ACTIONS(87), + [anon_sym_struct] = ACTIONS(89), + [anon_sym_class] = ACTIONS(205), + [anon_sym_enum] = ACTIONS(93), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_func] = ACTIONS(99), + [anon_sym_extension] = ACTIONS(103), + [anon_sym_indirect] = ACTIONS(105), + [anon_sym_prefix] = ACTIONS(207), + [anon_sym_infix] = ACTIONS(207), + [anon_sym_postfix] = ACTIONS(207), + [anon_sym_AT] = ACTIONS(209), + [anon_sym_override] = ACTIONS(211), + [anon_sym_convenience] = ACTIONS(211), + [anon_sym_required] = ACTIONS(211), + [anon_sym_nonisolated] = ACTIONS(211), + [anon_sym_public] = ACTIONS(213), + [anon_sym_private] = ACTIONS(213), + [anon_sym_internal] = ACTIONS(213), + [anon_sym_fileprivate] = ACTIONS(213), + [anon_sym_open] = ACTIONS(213), + [anon_sym_mutating] = ACTIONS(215), + [anon_sym_nonmutating] = ACTIONS(215), + [anon_sym_static] = ACTIONS(217), + [anon_sym_dynamic] = ACTIONS(217), + [anon_sym_optional] = ACTIONS(217), + [anon_sym_distributed] = ACTIONS(217), + [anon_sym_final] = ACTIONS(219), + [anon_sym_inout] = ACTIONS(221), + [anon_sym_ATescaping] = ACTIONS(223), + [anon_sym_ATautoclosure] = ACTIONS(223), + [anon_sym_weak] = ACTIONS(225), + [anon_sym_unowned] = ACTIONS(225), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(227), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(227), + [anon_sym_borrowing] = ACTIONS(229), + [anon_sym_consuming] = ACTIONS(229), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym_default_keyword] = ACTIONS(231), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(20)] = { + [sym_simple_identifier] = STATE(1690), + [sym__contextual_simple_identifier] = STATE(1701), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1582), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym__lambda_type_declaration] = STATE(68), + [sym_capture_list] = STATE(5093), + [sym_lambda_function_type] = STATE(9072), + [sym_lambda_function_type_parameters] = STATE(6411), + [sym_lambda_parameter] = STATE(6729), + [sym_self_expression] = STATE(2176), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(3081), + [sym_guard_statement] = STATE(7081), + [sym_switch_statement] = STATE(3081), + [sym_switch_entry] = STATE(2876), + [sym_do_statement] = STATE(7081), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_statements] = STATE(9161), + [sym__local_statement] = STATE(7081), + [sym__labeled_statement] = STATE(7081), + [sym_for_statement] = STATE(7081), + [sym_while_statement] = STATE(7081), + [sym_repeat_while_statement] = STATE(7081), + [sym_control_transfer_statement] = STATE(7081), + [sym__throw_statement] = STATE(8380), + [sym__optionally_valueful_control_keyword] = STATE(388), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_local_declaration] = STATE(7081), + [sym__local_property_declaration] = STATE(7885), + [sym__local_typealias_declaration] = STATE(8530), + [sym__local_function_declaration] = STATE(7914), + [sym__local_class_declaration] = STATE(7916), + [sym__modifierless_property_declaration] = STATE(7919), + [sym__modifierless_typealias_declaration] = STATE(7930), + [sym__modifierless_function_declaration] = STATE(7933), + [sym__modifierless_function_declaration_no_body] = STATE(7945), + [sym__modifierless_class_declaration] = STATE(7959), + [sym__non_constructor_function_decl] = STATE(7521), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__async_modifier] = STATE(8439), + [sym_attribute] = STATE(2597), + [sym_value_binding_pattern] = STATE(4879), + [sym__possibly_async_binding_pattern_kind] = STATE(4879), + [sym_modifiers] = STATE(8688), + [aux_sym__locally_permitted_modifiers] = STATE(2060), + [sym__non_local_scope_modifier] = STATE(3801), + [sym__locally_permitted_modifier] = STATE(2060), + [sym_property_behavior_modifier] = STATE(2060), + [sym_member_modifier] = STATE(3801), + [sym_visibility_modifier] = STATE(3801), + [sym_function_modifier] = STATE(3801), + [sym_mutation_modifier] = STATE(3801), + [sym_property_modifier] = STATE(3801), + [sym_inheritance_modifier] = STATE(2060), + [sym_parameter_modifier] = STATE(3801), + [sym_ownership_modifier] = STATE(2060), + [sym__parameter_ownership_modifier] = STATE(998), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [aux_sym__lambda_type_declaration_repeat1] = STATE(4966), + [aux_sym_switch_statement_repeat1] = STATE(2876), + [aux_sym_modifiers_repeat1] = STATE(3801), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(177), + [aux_sym_simple_identifier_token2] = ACTIONS(179), + [aux_sym_simple_identifier_token3] = ACTIONS(179), + [aux_sym_simple_identifier_token4] = ACTIONS(179), + [anon_sym_actor] = ACTIONS(181), + [anon_sym_async] = ACTIONS(183), + [anon_sym_each] = ACTIONS(185), + [anon_sym_lazy] = ACTIONS(187), + [anon_sym_repeat] = ACTIONS(189), + [anon_sym_package] = ACTIONS(191), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(193), + [anon_sym_LBRACK] = ACTIONS(195), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_RBRACE] = ACTIONS(275), + [anon_sym_in] = ACTIONS(199), + [anon_sym_self] = ACTIONS(201), + [anon_sym_super] = ACTIONS(61), + [anon_sym_guard] = ACTIONS(63), + [anon_sym_case] = ACTIONS(203), + [anon_sym_do] = ACTIONS(65), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [sym_statement_label] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_while] = ACTIONS(81), + [sym_throw_keyword] = ACTIONS(83), + [anon_sym_return] = ACTIONS(153), + [anon_sym_continue] = ACTIONS(153), + [anon_sym_break] = ACTIONS(153), + [anon_sym_yield] = ACTIONS(153), + [anon_sym_typealias] = ACTIONS(87), + [anon_sym_struct] = ACTIONS(89), + [anon_sym_class] = ACTIONS(205), + [anon_sym_enum] = ACTIONS(93), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_func] = ACTIONS(99), + [anon_sym_extension] = ACTIONS(103), + [anon_sym_indirect] = ACTIONS(105), + [anon_sym_prefix] = ACTIONS(207), + [anon_sym_infix] = ACTIONS(207), + [anon_sym_postfix] = ACTIONS(207), + [anon_sym_AT] = ACTIONS(209), + [anon_sym_override] = ACTIONS(211), + [anon_sym_convenience] = ACTIONS(211), + [anon_sym_required] = ACTIONS(211), + [anon_sym_nonisolated] = ACTIONS(211), + [anon_sym_public] = ACTIONS(213), + [anon_sym_private] = ACTIONS(213), + [anon_sym_internal] = ACTIONS(213), + [anon_sym_fileprivate] = ACTIONS(213), + [anon_sym_open] = ACTIONS(213), + [anon_sym_mutating] = ACTIONS(215), + [anon_sym_nonmutating] = ACTIONS(215), + [anon_sym_static] = ACTIONS(217), + [anon_sym_dynamic] = ACTIONS(217), + [anon_sym_optional] = ACTIONS(217), + [anon_sym_distributed] = ACTIONS(217), + [anon_sym_final] = ACTIONS(219), + [anon_sym_inout] = ACTIONS(221), + [anon_sym_ATescaping] = ACTIONS(223), + [anon_sym_ATautoclosure] = ACTIONS(223), + [anon_sym_weak] = ACTIONS(225), + [anon_sym_unowned] = ACTIONS(225), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(227), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(227), + [anon_sym_borrowing] = ACTIONS(229), + [anon_sym_consuming] = ACTIONS(229), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym_default_keyword] = ACTIONS(231), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(21)] = { + [sym_simple_identifier] = STATE(1690), + [sym__contextual_simple_identifier] = STATE(1701), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1582), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym__lambda_type_declaration] = STATE(68), + [sym_capture_list] = STATE(5093), + [sym_lambda_function_type] = STATE(9072), + [sym_lambda_function_type_parameters] = STATE(6411), + [sym_lambda_parameter] = STATE(6729), + [sym_self_expression] = STATE(2176), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(3081), + [sym_guard_statement] = STATE(7081), + [sym_switch_statement] = STATE(3081), + [sym_switch_entry] = STATE(2826), + [sym_do_statement] = STATE(7081), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_statements] = STATE(9161), + [sym__local_statement] = STATE(7081), + [sym__labeled_statement] = STATE(7081), + [sym_for_statement] = STATE(7081), + [sym_while_statement] = STATE(7081), + [sym_repeat_while_statement] = STATE(7081), + [sym_control_transfer_statement] = STATE(7081), + [sym__throw_statement] = STATE(8380), + [sym__optionally_valueful_control_keyword] = STATE(388), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_local_declaration] = STATE(7081), + [sym__local_property_declaration] = STATE(7885), + [sym__local_typealias_declaration] = STATE(8530), + [sym__local_function_declaration] = STATE(7914), + [sym__local_class_declaration] = STATE(7916), + [sym__modifierless_property_declaration] = STATE(7919), + [sym__modifierless_typealias_declaration] = STATE(7930), + [sym__modifierless_function_declaration] = STATE(7933), + [sym__modifierless_function_declaration_no_body] = STATE(7945), + [sym__modifierless_class_declaration] = STATE(7959), + [sym__non_constructor_function_decl] = STATE(7521), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__async_modifier] = STATE(8439), + [sym_attribute] = STATE(2597), + [sym_value_binding_pattern] = STATE(4879), + [sym__possibly_async_binding_pattern_kind] = STATE(4879), + [sym_modifiers] = STATE(8688), + [aux_sym__locally_permitted_modifiers] = STATE(2060), + [sym__non_local_scope_modifier] = STATE(3801), + [sym__locally_permitted_modifier] = STATE(2060), + [sym_property_behavior_modifier] = STATE(2060), + [sym_member_modifier] = STATE(3801), + [sym_visibility_modifier] = STATE(3801), + [sym_function_modifier] = STATE(3801), + [sym_mutation_modifier] = STATE(3801), + [sym_property_modifier] = STATE(3801), + [sym_inheritance_modifier] = STATE(2060), + [sym_parameter_modifier] = STATE(3801), + [sym_ownership_modifier] = STATE(2060), + [sym__parameter_ownership_modifier] = STATE(998), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [aux_sym__lambda_type_declaration_repeat1] = STATE(4966), + [aux_sym_switch_statement_repeat1] = STATE(2826), + [aux_sym_modifiers_repeat1] = STATE(3801), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(177), + [aux_sym_simple_identifier_token2] = ACTIONS(179), + [aux_sym_simple_identifier_token3] = ACTIONS(179), + [aux_sym_simple_identifier_token4] = ACTIONS(179), + [anon_sym_actor] = ACTIONS(181), + [anon_sym_async] = ACTIONS(183), + [anon_sym_each] = ACTIONS(185), + [anon_sym_lazy] = ACTIONS(187), + [anon_sym_repeat] = ACTIONS(189), + [anon_sym_package] = ACTIONS(191), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(193), + [anon_sym_LBRACK] = ACTIONS(195), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_RBRACE] = ACTIONS(277), + [anon_sym_in] = ACTIONS(199), + [anon_sym_self] = ACTIONS(201), + [anon_sym_super] = ACTIONS(61), + [anon_sym_guard] = ACTIONS(63), + [anon_sym_case] = ACTIONS(203), + [anon_sym_do] = ACTIONS(65), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [sym_statement_label] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_while] = ACTIONS(81), + [sym_throw_keyword] = ACTIONS(83), + [anon_sym_return] = ACTIONS(153), + [anon_sym_continue] = ACTIONS(153), + [anon_sym_break] = ACTIONS(153), + [anon_sym_yield] = ACTIONS(153), + [anon_sym_typealias] = ACTIONS(87), + [anon_sym_struct] = ACTIONS(89), + [anon_sym_class] = ACTIONS(205), + [anon_sym_enum] = ACTIONS(93), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_func] = ACTIONS(99), + [anon_sym_extension] = ACTIONS(103), + [anon_sym_indirect] = ACTIONS(105), + [anon_sym_prefix] = ACTIONS(207), + [anon_sym_infix] = ACTIONS(207), + [anon_sym_postfix] = ACTIONS(207), + [anon_sym_AT] = ACTIONS(209), + [anon_sym_override] = ACTIONS(211), + [anon_sym_convenience] = ACTIONS(211), + [anon_sym_required] = ACTIONS(211), + [anon_sym_nonisolated] = ACTIONS(211), + [anon_sym_public] = ACTIONS(213), + [anon_sym_private] = ACTIONS(213), + [anon_sym_internal] = ACTIONS(213), + [anon_sym_fileprivate] = ACTIONS(213), + [anon_sym_open] = ACTIONS(213), + [anon_sym_mutating] = ACTIONS(215), + [anon_sym_nonmutating] = ACTIONS(215), + [anon_sym_static] = ACTIONS(217), + [anon_sym_dynamic] = ACTIONS(217), + [anon_sym_optional] = ACTIONS(217), + [anon_sym_distributed] = ACTIONS(217), + [anon_sym_final] = ACTIONS(219), + [anon_sym_inout] = ACTIONS(221), + [anon_sym_ATescaping] = ACTIONS(223), + [anon_sym_ATautoclosure] = ACTIONS(223), + [anon_sym_weak] = ACTIONS(225), + [anon_sym_unowned] = ACTIONS(225), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(227), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(227), + [anon_sym_borrowing] = ACTIONS(229), + [anon_sym_consuming] = ACTIONS(229), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym_default_keyword] = ACTIONS(231), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(22)] = { + [sym_simple_identifier] = STATE(2455), + [sym__contextual_simple_identifier] = STATE(2422), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1551), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym_self_expression] = STATE(2689), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(3081), + [sym_guard_statement] = STATE(8561), + [sym_switch_statement] = STATE(3081), + [sym_do_statement] = STATE(8561), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym__top_level_statement] = STATE(8561), + [sym__labeled_statement] = STATE(8561), + [sym_for_statement] = STATE(8561), + [sym_while_statement] = STATE(8561), + [sym_repeat_while_statement] = STATE(8561), + [sym__throw_statement] = STATE(8561), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_global_declaration] = STATE(8561), + [sym_import_declaration] = STATE(7881), + [sym_property_declaration] = STATE(7881), + [sym__modifierless_property_declaration] = STATE(8349), + [sym_typealias_declaration] = STATE(7881), + [sym__modifierless_typealias_declaration] = STATE(7477), + [sym_function_declaration] = STATE(7881), + [sym__bodyless_function_declaration] = STATE(8351), + [sym__modifierless_function_declaration_no_body] = STATE(9005), + [sym_macro_declaration] = STATE(7881), + [sym__macro_head] = STATE(5852), + [sym_class_declaration] = STATE(7881), + [sym__modifierless_class_declaration] = STATE(8383), + [sym__non_constructor_function_decl] = STATE(7521), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__async_modifier] = STATE(8439), + [sym_protocol_declaration] = STATE(7881), + [sym_init_declaration] = STATE(7881), + [sym_operator_declaration] = STATE(7881), + [sym_precedence_group_declaration] = STATE(7881), + [sym_associatedtype_declaration] = STATE(7881), + [sym_attribute] = STATE(1817), + [sym_value_binding_pattern] = STATE(4879), + [sym__possibly_async_binding_pattern_kind] = STATE(4879), + [sym_modifiers] = STATE(5049), + [aux_sym__locally_permitted_modifiers] = STATE(1817), + [sym__non_local_scope_modifier] = STATE(1817), + [sym__locally_permitted_modifier] = STATE(1817), + [sym_property_behavior_modifier] = STATE(1817), + [sym_member_modifier] = STATE(1817), + [sym_visibility_modifier] = STATE(1817), + [sym_function_modifier] = STATE(1817), + [sym_mutation_modifier] = STATE(1817), + [sym_property_modifier] = STATE(1817), + [sym_inheritance_modifier] = STATE(1817), + [sym_parameter_modifier] = STATE(1817), + [sym_ownership_modifier] = STATE(1817), + [sym__parameter_ownership_modifier] = STATE(989), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [aux_sym_modifiers_repeat1] = STATE(1817), + [ts_builtin_sym_end] = ACTIONS(279), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(11), + [aux_sym_simple_identifier_token2] = ACTIONS(13), + [aux_sym_simple_identifier_token3] = ACTIONS(13), + [aux_sym_simple_identifier_token4] = ACTIONS(13), + [anon_sym_actor] = ACTIONS(15), + [anon_sym_async] = ACTIONS(17), + [anon_sym_each] = ACTIONS(19), + [anon_sym_lazy] = ACTIONS(21), + [anon_sym_repeat] = ACTIONS(23), + [anon_sym_package] = ACTIONS(25), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_self] = ACTIONS(59), + [anon_sym_super] = ACTIONS(61), + [anon_sym_guard] = ACTIONS(63), + [anon_sym_do] = ACTIONS(65), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [sym_statement_label] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_while] = ACTIONS(81), + [sym_throw_keyword] = ACTIONS(83), + [anon_sym_import] = ACTIONS(85), + [anon_sym_typealias] = ACTIONS(87), + [anon_sym_struct] = ACTIONS(89), + [anon_sym_class] = ACTIONS(91), + [anon_sym_enum] = ACTIONS(93), + [anon_sym_protocol] = ACTIONS(95), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_func] = ACTIONS(99), + [anon_sym_macro] = ACTIONS(101), + [anon_sym_extension] = ACTIONS(103), + [anon_sym_indirect] = ACTIONS(105), + [anon_sym_init] = ACTIONS(107), + [anon_sym_prefix] = ACTIONS(109), + [anon_sym_infix] = ACTIONS(109), + [anon_sym_postfix] = ACTIONS(109), + [anon_sym_precedencegroup] = ACTIONS(111), + [anon_sym_associatedtype] = ACTIONS(113), + [anon_sym_AT] = ACTIONS(115), + [anon_sym_override] = ACTIONS(117), + [anon_sym_convenience] = ACTIONS(117), + [anon_sym_required] = ACTIONS(117), + [anon_sym_nonisolated] = ACTIONS(117), + [anon_sym_public] = ACTIONS(119), + [anon_sym_private] = ACTIONS(119), + [anon_sym_internal] = ACTIONS(119), + [anon_sym_fileprivate] = ACTIONS(119), + [anon_sym_open] = ACTIONS(119), + [anon_sym_mutating] = ACTIONS(121), + [anon_sym_nonmutating] = ACTIONS(121), + [anon_sym_static] = ACTIONS(123), + [anon_sym_dynamic] = ACTIONS(123), + [anon_sym_optional] = ACTIONS(123), + [anon_sym_distributed] = ACTIONS(123), + [anon_sym_final] = ACTIONS(125), + [anon_sym_inout] = ACTIONS(127), + [anon_sym_ATescaping] = ACTIONS(129), + [anon_sym_ATautoclosure] = ACTIONS(129), + [anon_sym_weak] = ACTIONS(131), + [anon_sym_unowned] = ACTIONS(131), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(133), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(133), + [anon_sym_borrowing] = ACTIONS(135), + [anon_sym_consuming] = ACTIONS(135), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(23)] = { + [sym_simple_identifier] = STATE(2455), + [sym__contextual_simple_identifier] = STATE(2422), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1551), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym_self_expression] = STATE(2689), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(3081), + [sym_guard_statement] = STATE(7202), + [sym_switch_statement] = STATE(3081), + [sym_do_statement] = STATE(7202), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym__top_level_statement] = STATE(7202), + [sym__labeled_statement] = STATE(7202), + [sym_for_statement] = STATE(7202), + [sym_while_statement] = STATE(7202), + [sym_repeat_while_statement] = STATE(7202), + [sym__throw_statement] = STATE(7202), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_global_declaration] = STATE(7202), + [sym_import_declaration] = STATE(7881), + [sym_property_declaration] = STATE(7881), + [sym__modifierless_property_declaration] = STATE(8349), + [sym_typealias_declaration] = STATE(7881), + [sym__modifierless_typealias_declaration] = STATE(7477), + [sym_function_declaration] = STATE(7881), + [sym__bodyless_function_declaration] = STATE(8351), + [sym__modifierless_function_declaration_no_body] = STATE(9005), + [sym_macro_declaration] = STATE(7881), + [sym__macro_head] = STATE(5852), + [sym_class_declaration] = STATE(7881), + [sym__modifierless_class_declaration] = STATE(8383), + [sym__non_constructor_function_decl] = STATE(7521), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__async_modifier] = STATE(8439), + [sym_protocol_declaration] = STATE(7881), + [sym_init_declaration] = STATE(7881), + [sym_operator_declaration] = STATE(7881), + [sym_precedence_group_declaration] = STATE(7881), + [sym_associatedtype_declaration] = STATE(7881), + [sym_attribute] = STATE(1817), + [sym_value_binding_pattern] = STATE(4879), + [sym__possibly_async_binding_pattern_kind] = STATE(4879), + [sym_modifiers] = STATE(5049), + [aux_sym__locally_permitted_modifiers] = STATE(1817), + [sym__non_local_scope_modifier] = STATE(1817), + [sym__locally_permitted_modifier] = STATE(1817), + [sym_property_behavior_modifier] = STATE(1817), + [sym_member_modifier] = STATE(1817), + [sym_visibility_modifier] = STATE(1817), + [sym_function_modifier] = STATE(1817), + [sym_mutation_modifier] = STATE(1817), + [sym_property_modifier] = STATE(1817), + [sym_inheritance_modifier] = STATE(1817), + [sym_parameter_modifier] = STATE(1817), + [sym_ownership_modifier] = STATE(1817), + [sym__parameter_ownership_modifier] = STATE(989), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [aux_sym_modifiers_repeat1] = STATE(1817), + [ts_builtin_sym_end] = ACTIONS(281), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(11), + [aux_sym_simple_identifier_token2] = ACTIONS(13), + [aux_sym_simple_identifier_token3] = ACTIONS(13), + [aux_sym_simple_identifier_token4] = ACTIONS(13), + [anon_sym_actor] = ACTIONS(15), + [anon_sym_async] = ACTIONS(17), + [anon_sym_each] = ACTIONS(19), + [anon_sym_lazy] = ACTIONS(21), + [anon_sym_repeat] = ACTIONS(23), + [anon_sym_package] = ACTIONS(25), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_self] = ACTIONS(59), + [anon_sym_super] = ACTIONS(61), + [anon_sym_guard] = ACTIONS(63), + [anon_sym_do] = ACTIONS(65), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [sym_statement_label] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_while] = ACTIONS(81), + [sym_throw_keyword] = ACTIONS(83), + [anon_sym_import] = ACTIONS(85), + [anon_sym_typealias] = ACTIONS(87), + [anon_sym_struct] = ACTIONS(89), + [anon_sym_class] = ACTIONS(91), + [anon_sym_enum] = ACTIONS(93), + [anon_sym_protocol] = ACTIONS(95), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_func] = ACTIONS(99), + [anon_sym_macro] = ACTIONS(101), + [anon_sym_extension] = ACTIONS(103), + [anon_sym_indirect] = ACTIONS(105), + [anon_sym_init] = ACTIONS(107), + [anon_sym_prefix] = ACTIONS(109), + [anon_sym_infix] = ACTIONS(109), + [anon_sym_postfix] = ACTIONS(109), + [anon_sym_precedencegroup] = ACTIONS(111), + [anon_sym_associatedtype] = ACTIONS(113), + [anon_sym_AT] = ACTIONS(115), + [anon_sym_override] = ACTIONS(117), + [anon_sym_convenience] = ACTIONS(117), + [anon_sym_required] = ACTIONS(117), + [anon_sym_nonisolated] = ACTIONS(117), + [anon_sym_public] = ACTIONS(119), + [anon_sym_private] = ACTIONS(119), + [anon_sym_internal] = ACTIONS(119), + [anon_sym_fileprivate] = ACTIONS(119), + [anon_sym_open] = ACTIONS(119), + [anon_sym_mutating] = ACTIONS(121), + [anon_sym_nonmutating] = ACTIONS(121), + [anon_sym_static] = ACTIONS(123), + [anon_sym_dynamic] = ACTIONS(123), + [anon_sym_optional] = ACTIONS(123), + [anon_sym_distributed] = ACTIONS(123), + [anon_sym_final] = ACTIONS(125), + [anon_sym_inout] = ACTIONS(127), + [anon_sym_ATescaping] = ACTIONS(129), + [anon_sym_ATautoclosure] = ACTIONS(129), + [anon_sym_weak] = ACTIONS(131), + [anon_sym_unowned] = ACTIONS(131), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(133), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(133), + [anon_sym_borrowing] = ACTIONS(135), + [anon_sym_consuming] = ACTIONS(135), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(24)] = { + [sym_simple_identifier] = STATE(2455), + [sym__contextual_simple_identifier] = STATE(2422), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1551), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym_self_expression] = STATE(2689), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(3081), + [sym_guard_statement] = STATE(8561), + [sym_switch_statement] = STATE(3081), + [sym_do_statement] = STATE(8561), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym__top_level_statement] = STATE(8561), + [sym__labeled_statement] = STATE(8561), + [sym_for_statement] = STATE(8561), + [sym_while_statement] = STATE(8561), + [sym_repeat_while_statement] = STATE(8561), + [sym__throw_statement] = STATE(8561), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_global_declaration] = STATE(8561), + [sym_import_declaration] = STATE(7881), + [sym_property_declaration] = STATE(7881), + [sym__modifierless_property_declaration] = STATE(8349), + [sym_typealias_declaration] = STATE(7881), + [sym__modifierless_typealias_declaration] = STATE(7477), + [sym_function_declaration] = STATE(7881), + [sym__bodyless_function_declaration] = STATE(8351), + [sym__modifierless_function_declaration_no_body] = STATE(9005), + [sym_macro_declaration] = STATE(7881), + [sym__macro_head] = STATE(5852), + [sym_class_declaration] = STATE(7881), + [sym__modifierless_class_declaration] = STATE(8383), + [sym__non_constructor_function_decl] = STATE(7521), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__async_modifier] = STATE(8439), + [sym_protocol_declaration] = STATE(7881), + [sym_init_declaration] = STATE(7881), + [sym_operator_declaration] = STATE(7881), + [sym_precedence_group_declaration] = STATE(7881), + [sym_associatedtype_declaration] = STATE(7881), + [sym_attribute] = STATE(1817), + [sym_value_binding_pattern] = STATE(4879), + [sym__possibly_async_binding_pattern_kind] = STATE(4879), + [sym_modifiers] = STATE(5049), + [aux_sym__locally_permitted_modifiers] = STATE(1817), + [sym__non_local_scope_modifier] = STATE(1817), + [sym__locally_permitted_modifier] = STATE(1817), + [sym_property_behavior_modifier] = STATE(1817), + [sym_member_modifier] = STATE(1817), + [sym_visibility_modifier] = STATE(1817), + [sym_function_modifier] = STATE(1817), + [sym_mutation_modifier] = STATE(1817), + [sym_property_modifier] = STATE(1817), + [sym_inheritance_modifier] = STATE(1817), + [sym_parameter_modifier] = STATE(1817), + [sym_ownership_modifier] = STATE(1817), + [sym__parameter_ownership_modifier] = STATE(989), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [aux_sym_modifiers_repeat1] = STATE(1817), + [ts_builtin_sym_end] = ACTIONS(283), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(11), + [aux_sym_simple_identifier_token2] = ACTIONS(13), + [aux_sym_simple_identifier_token3] = ACTIONS(13), + [aux_sym_simple_identifier_token4] = ACTIONS(13), + [anon_sym_actor] = ACTIONS(15), + [anon_sym_async] = ACTIONS(17), + [anon_sym_each] = ACTIONS(19), + [anon_sym_lazy] = ACTIONS(21), + [anon_sym_repeat] = ACTIONS(23), + [anon_sym_package] = ACTIONS(25), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_self] = ACTIONS(59), + [anon_sym_super] = ACTIONS(61), + [anon_sym_guard] = ACTIONS(63), + [anon_sym_do] = ACTIONS(65), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [sym_statement_label] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_while] = ACTIONS(81), + [sym_throw_keyword] = ACTIONS(83), + [anon_sym_import] = ACTIONS(85), + [anon_sym_typealias] = ACTIONS(87), + [anon_sym_struct] = ACTIONS(89), + [anon_sym_class] = ACTIONS(91), + [anon_sym_enum] = ACTIONS(93), + [anon_sym_protocol] = ACTIONS(95), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_func] = ACTIONS(99), + [anon_sym_macro] = ACTIONS(101), + [anon_sym_extension] = ACTIONS(103), + [anon_sym_indirect] = ACTIONS(105), + [anon_sym_init] = ACTIONS(107), + [anon_sym_prefix] = ACTIONS(109), + [anon_sym_infix] = ACTIONS(109), + [anon_sym_postfix] = ACTIONS(109), + [anon_sym_precedencegroup] = ACTIONS(111), + [anon_sym_associatedtype] = ACTIONS(113), + [anon_sym_AT] = ACTIONS(115), + [anon_sym_override] = ACTIONS(117), + [anon_sym_convenience] = ACTIONS(117), + [anon_sym_required] = ACTIONS(117), + [anon_sym_nonisolated] = ACTIONS(117), + [anon_sym_public] = ACTIONS(119), + [anon_sym_private] = ACTIONS(119), + [anon_sym_internal] = ACTIONS(119), + [anon_sym_fileprivate] = ACTIONS(119), + [anon_sym_open] = ACTIONS(119), + [anon_sym_mutating] = ACTIONS(121), + [anon_sym_nonmutating] = ACTIONS(121), + [anon_sym_static] = ACTIONS(123), + [anon_sym_dynamic] = ACTIONS(123), + [anon_sym_optional] = ACTIONS(123), + [anon_sym_distributed] = ACTIONS(123), + [anon_sym_final] = ACTIONS(125), + [anon_sym_inout] = ACTIONS(127), + [anon_sym_ATescaping] = ACTIONS(129), + [anon_sym_ATautoclosure] = ACTIONS(129), + [anon_sym_weak] = ACTIONS(131), + [anon_sym_unowned] = ACTIONS(131), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(133), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(133), + [anon_sym_borrowing] = ACTIONS(135), + [anon_sym_consuming] = ACTIONS(135), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(25)] = { + [sym_simple_identifier] = STATE(2455), + [sym__contextual_simple_identifier] = STATE(2422), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1551), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym_self_expression] = STATE(2689), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(3081), + [sym_guard_statement] = STATE(8561), + [sym_switch_statement] = STATE(3081), + [sym_do_statement] = STATE(8561), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym__top_level_statement] = STATE(8561), + [sym__labeled_statement] = STATE(8561), + [sym_for_statement] = STATE(8561), + [sym_while_statement] = STATE(8561), + [sym_repeat_while_statement] = STATE(8561), + [sym__throw_statement] = STATE(8561), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_global_declaration] = STATE(8561), + [sym_import_declaration] = STATE(7881), + [sym_property_declaration] = STATE(7881), + [sym__modifierless_property_declaration] = STATE(8349), + [sym_typealias_declaration] = STATE(7881), + [sym__modifierless_typealias_declaration] = STATE(7477), + [sym_function_declaration] = STATE(7881), + [sym__bodyless_function_declaration] = STATE(8351), + [sym__modifierless_function_declaration_no_body] = STATE(9005), + [sym_macro_declaration] = STATE(7881), + [sym__macro_head] = STATE(5852), + [sym_class_declaration] = STATE(7881), + [sym__modifierless_class_declaration] = STATE(8383), + [sym__non_constructor_function_decl] = STATE(7521), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__async_modifier] = STATE(8439), + [sym_protocol_declaration] = STATE(7881), + [sym_init_declaration] = STATE(7881), + [sym_operator_declaration] = STATE(7881), + [sym_precedence_group_declaration] = STATE(7881), + [sym_associatedtype_declaration] = STATE(7881), + [sym_attribute] = STATE(1817), + [sym_value_binding_pattern] = STATE(4879), + [sym__possibly_async_binding_pattern_kind] = STATE(4879), + [sym_modifiers] = STATE(5049), + [aux_sym__locally_permitted_modifiers] = STATE(1817), + [sym__non_local_scope_modifier] = STATE(1817), + [sym__locally_permitted_modifier] = STATE(1817), + [sym_property_behavior_modifier] = STATE(1817), + [sym_member_modifier] = STATE(1817), + [sym_visibility_modifier] = STATE(1817), + [sym_function_modifier] = STATE(1817), + [sym_mutation_modifier] = STATE(1817), + [sym_property_modifier] = STATE(1817), + [sym_inheritance_modifier] = STATE(1817), + [sym_parameter_modifier] = STATE(1817), + [sym_ownership_modifier] = STATE(1817), + [sym__parameter_ownership_modifier] = STATE(989), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [aux_sym_modifiers_repeat1] = STATE(1817), + [ts_builtin_sym_end] = ACTIONS(285), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(11), + [aux_sym_simple_identifier_token2] = ACTIONS(13), + [aux_sym_simple_identifier_token3] = ACTIONS(13), + [aux_sym_simple_identifier_token4] = ACTIONS(13), + [anon_sym_actor] = ACTIONS(15), + [anon_sym_async] = ACTIONS(17), + [anon_sym_each] = ACTIONS(19), + [anon_sym_lazy] = ACTIONS(21), + [anon_sym_repeat] = ACTIONS(23), + [anon_sym_package] = ACTIONS(25), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_self] = ACTIONS(59), + [anon_sym_super] = ACTIONS(61), + [anon_sym_guard] = ACTIONS(63), + [anon_sym_do] = ACTIONS(65), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [sym_statement_label] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_while] = ACTIONS(81), + [sym_throw_keyword] = ACTIONS(83), + [anon_sym_import] = ACTIONS(85), + [anon_sym_typealias] = ACTIONS(87), + [anon_sym_struct] = ACTIONS(89), + [anon_sym_class] = ACTIONS(91), + [anon_sym_enum] = ACTIONS(93), + [anon_sym_protocol] = ACTIONS(95), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_func] = ACTIONS(99), + [anon_sym_macro] = ACTIONS(101), + [anon_sym_extension] = ACTIONS(103), + [anon_sym_indirect] = ACTIONS(105), + [anon_sym_init] = ACTIONS(107), + [anon_sym_prefix] = ACTIONS(109), + [anon_sym_infix] = ACTIONS(109), + [anon_sym_postfix] = ACTIONS(109), + [anon_sym_precedencegroup] = ACTIONS(111), + [anon_sym_associatedtype] = ACTIONS(113), + [anon_sym_AT] = ACTIONS(115), + [anon_sym_override] = ACTIONS(117), + [anon_sym_convenience] = ACTIONS(117), + [anon_sym_required] = ACTIONS(117), + [anon_sym_nonisolated] = ACTIONS(117), + [anon_sym_public] = ACTIONS(119), + [anon_sym_private] = ACTIONS(119), + [anon_sym_internal] = ACTIONS(119), + [anon_sym_fileprivate] = ACTIONS(119), + [anon_sym_open] = ACTIONS(119), + [anon_sym_mutating] = ACTIONS(121), + [anon_sym_nonmutating] = ACTIONS(121), + [anon_sym_static] = ACTIONS(123), + [anon_sym_dynamic] = ACTIONS(123), + [anon_sym_optional] = ACTIONS(123), + [anon_sym_distributed] = ACTIONS(123), + [anon_sym_final] = ACTIONS(125), + [anon_sym_inout] = ACTIONS(127), + [anon_sym_ATescaping] = ACTIONS(129), + [anon_sym_ATautoclosure] = ACTIONS(129), + [anon_sym_weak] = ACTIONS(131), + [anon_sym_unowned] = ACTIONS(131), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(133), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(133), + [anon_sym_borrowing] = ACTIONS(135), + [anon_sym_consuming] = ACTIONS(135), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(26)] = { + [sym_simple_identifier] = STATE(2455), + [sym__contextual_simple_identifier] = STATE(2422), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1551), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym_self_expression] = STATE(2689), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(3081), + [sym_guard_statement] = STATE(8561), + [sym_switch_statement] = STATE(3081), + [sym_do_statement] = STATE(8561), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym__top_level_statement] = STATE(8561), + [sym__labeled_statement] = STATE(8561), + [sym_for_statement] = STATE(8561), + [sym_while_statement] = STATE(8561), + [sym_repeat_while_statement] = STATE(8561), + [sym__throw_statement] = STATE(8561), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_global_declaration] = STATE(8561), + [sym_import_declaration] = STATE(7881), + [sym_property_declaration] = STATE(7881), + [sym__modifierless_property_declaration] = STATE(8349), + [sym_typealias_declaration] = STATE(7881), + [sym__modifierless_typealias_declaration] = STATE(7477), + [sym_function_declaration] = STATE(7881), + [sym__bodyless_function_declaration] = STATE(8351), + [sym__modifierless_function_declaration_no_body] = STATE(9005), + [sym_macro_declaration] = STATE(7881), + [sym__macro_head] = STATE(5852), + [sym_class_declaration] = STATE(7881), + [sym__modifierless_class_declaration] = STATE(8383), + [sym__non_constructor_function_decl] = STATE(7521), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__async_modifier] = STATE(8439), + [sym_protocol_declaration] = STATE(7881), + [sym_init_declaration] = STATE(7881), + [sym_operator_declaration] = STATE(7881), + [sym_precedence_group_declaration] = STATE(7881), + [sym_associatedtype_declaration] = STATE(7881), + [sym_attribute] = STATE(1817), + [sym_value_binding_pattern] = STATE(4879), + [sym__possibly_async_binding_pattern_kind] = STATE(4879), + [sym_modifiers] = STATE(5049), + [aux_sym__locally_permitted_modifiers] = STATE(1817), + [sym__non_local_scope_modifier] = STATE(1817), + [sym__locally_permitted_modifier] = STATE(1817), + [sym_property_behavior_modifier] = STATE(1817), + [sym_member_modifier] = STATE(1817), + [sym_visibility_modifier] = STATE(1817), + [sym_function_modifier] = STATE(1817), + [sym_mutation_modifier] = STATE(1817), + [sym_property_modifier] = STATE(1817), + [sym_inheritance_modifier] = STATE(1817), + [sym_parameter_modifier] = STATE(1817), + [sym_ownership_modifier] = STATE(1817), + [sym__parameter_ownership_modifier] = STATE(989), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [aux_sym_modifiers_repeat1] = STATE(1817), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(11), + [aux_sym_simple_identifier_token2] = ACTIONS(13), + [aux_sym_simple_identifier_token3] = ACTIONS(13), + [aux_sym_simple_identifier_token4] = ACTIONS(13), + [anon_sym_actor] = ACTIONS(15), + [anon_sym_async] = ACTIONS(17), + [anon_sym_each] = ACTIONS(19), + [anon_sym_lazy] = ACTIONS(21), + [anon_sym_repeat] = ACTIONS(23), + [anon_sym_package] = ACTIONS(25), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_self] = ACTIONS(59), + [anon_sym_super] = ACTIONS(61), + [anon_sym_guard] = ACTIONS(63), + [anon_sym_do] = ACTIONS(65), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [sym_statement_label] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_while] = ACTIONS(81), + [sym_throw_keyword] = ACTIONS(83), + [anon_sym_import] = ACTIONS(85), + [anon_sym_typealias] = ACTIONS(87), + [anon_sym_struct] = ACTIONS(89), + [anon_sym_class] = ACTIONS(91), + [anon_sym_enum] = ACTIONS(93), + [anon_sym_protocol] = ACTIONS(95), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_func] = ACTIONS(99), + [anon_sym_macro] = ACTIONS(101), + [anon_sym_extension] = ACTIONS(103), + [anon_sym_indirect] = ACTIONS(105), + [anon_sym_init] = ACTIONS(107), + [anon_sym_prefix] = ACTIONS(109), + [anon_sym_infix] = ACTIONS(109), + [anon_sym_postfix] = ACTIONS(109), + [anon_sym_precedencegroup] = ACTIONS(111), + [anon_sym_associatedtype] = ACTIONS(113), + [anon_sym_AT] = ACTIONS(115), + [anon_sym_override] = ACTIONS(117), + [anon_sym_convenience] = ACTIONS(117), + [anon_sym_required] = ACTIONS(117), + [anon_sym_nonisolated] = ACTIONS(117), + [anon_sym_public] = ACTIONS(119), + [anon_sym_private] = ACTIONS(119), + [anon_sym_internal] = ACTIONS(119), + [anon_sym_fileprivate] = ACTIONS(119), + [anon_sym_open] = ACTIONS(119), + [anon_sym_mutating] = ACTIONS(121), + [anon_sym_nonmutating] = ACTIONS(121), + [anon_sym_static] = ACTIONS(123), + [anon_sym_dynamic] = ACTIONS(123), + [anon_sym_optional] = ACTIONS(123), + [anon_sym_distributed] = ACTIONS(123), + [anon_sym_final] = ACTIONS(125), + [anon_sym_inout] = ACTIONS(127), + [anon_sym_ATescaping] = ACTIONS(129), + [anon_sym_ATautoclosure] = ACTIONS(129), + [anon_sym_weak] = ACTIONS(131), + [anon_sym_unowned] = ACTIONS(131), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(133), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(133), + [anon_sym_borrowing] = ACTIONS(135), + [anon_sym_consuming] = ACTIONS(135), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(27)] = { + [sym_simple_identifier] = STATE(1343), + [sym__contextual_simple_identifier] = STATE(1209), + [sym__basic_literal] = STATE(1387), + [sym_boolean_literal] = STATE(1387), + [sym__string_literal] = STATE(1387), + [sym_line_string_literal] = STATE(1387), + [sym_multi_line_string_literal] = STATE(1387), + [sym_raw_string_literal] = STATE(1387), + [sym_regex_literal] = STATE(1387), + [sym__extended_regex_literal] = STATE(1437), + [sym__multiline_regex_literal] = STATE(1437), + [sym_user_type] = STATE(6517), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6517), + [sym_dictionary_type] = STATE(6517), + [sym_expression] = STATE(799), + [sym_optional_chain_marker] = STATE(1387), + [sym__unary_expression] = STATE(1387), + [sym_postfix_expression] = STATE(1387), + [sym_constructor_expression] = STATE(1387), + [sym__parenthesized_type] = STATE(8310), + [sym_navigation_expression] = STATE(1387), + [sym__navigable_type_expression] = STATE(8310), + [sym_open_start_range_expression] = STATE(1387), + [sym__range_operator] = STATE(614), + [sym_open_end_range_expression] = STATE(1387), + [sym_prefix_expression] = STATE(1387), + [sym_as_expression] = STATE(1387), + [sym_selector_expression] = STATE(1387), + [sym__binary_expression] = STATE(1387), + [sym_multiplicative_expression] = STATE(1387), + [sym_additive_expression] = STATE(1387), + [sym_range_expression] = STATE(1387), + [sym_infix_expression] = STATE(1387), + [sym_nil_coalescing_expression] = STATE(1387), + [sym_check_expression] = STATE(1387), + [sym_comparison_expression] = STATE(1387), + [sym_equality_expression] = STATE(1387), + [sym_conjunction_expression] = STATE(1387), + [sym_disjunction_expression] = STATE(1387), + [sym_bitwise_operation] = STATE(1387), + [sym_custom_operator] = STATE(772), + [sym_try_expression] = STATE(1387), + [sym_await_expression] = STATE(1387), + [sym__await_operator] = STATE(615), + [sym_ternary_expression] = STATE(1387), + [sym_call_expression] = STATE(1387), + [sym_macro_invocation] = STATE(1387), + [sym__primary_expression] = STATE(1387), + [sym_tuple_expression] = STATE(1387), + [sym_array_literal] = STATE(1387), + [sym_dictionary_literal] = STATE(1387), + [sym_special_literal] = STATE(1387), + [sym_playground_literal] = STATE(1387), + [sym_lambda_literal] = STATE(1387), + [sym_self_expression] = STATE(1387), + [sym_super_expression] = STATE(1387), + [sym_if_statement] = STATE(1446), + [sym_guard_statement] = STATE(4677), + [sym_switch_statement] = STATE(1446), + [sym_do_statement] = STATE(4677), + [sym_key_path_expression] = STATE(1387), + [sym_key_path_string_expression] = STATE(1387), + [sym_try_operator] = STATE(616), + [sym__assignment_and_operator] = STATE(1443), + [sym__equality_operator] = STATE(1443), + [sym__comparison_operator] = STATE(1443), + [sym__three_dot_operator] = STATE(771), + [sym__open_ended_range_operator] = STATE(614), + [sym__additive_operator] = STATE(1443), + [sym__multiplicative_operator] = STATE(1443), + [sym__prefix_unary_operator] = STATE(621), + [sym_directly_assignable_expression] = STATE(6518), + [sym__local_statement] = STATE(4677), + [sym__labeled_statement] = STATE(4677), + [sym_for_statement] = STATE(4677), + [sym_while_statement] = STATE(4677), + [sym_repeat_while_statement] = STATE(4677), + [sym_control_transfer_statement] = STATE(4677), + [sym__throw_statement] = STATE(4650), + [sym__optionally_valueful_control_keyword] = STATE(124), + [sym_assignment] = STATE(1387), + [sym_value_parameter_pack] = STATE(1387), + [sym_value_pack_expansion] = STATE(1387), + [sym_local_declaration] = STATE(4677), + [sym__local_property_declaration] = STATE(4660), + [sym__local_typealias_declaration] = STATE(4663), + [sym__local_function_declaration] = STATE(4664), + [sym__local_class_declaration] = STATE(4665), + [sym__modifierless_property_declaration] = STATE(4666), + [sym__modifierless_typealias_declaration] = STATE(4669), + [sym__modifierless_function_declaration] = STATE(4671), + [sym__modifierless_function_declaration_no_body] = STATE(7897), + [sym__modifierless_class_declaration] = STATE(4672), + [sym__non_constructor_function_decl] = STATE(7521), + [sym_referenceable_operator] = STATE(1387), + [sym__equal_sign] = STATE(1443), + [sym__eq_eq] = STATE(1443), + [sym__dot] = STATE(621), + [sym__hash_symbol] = STATE(4957), + [sym_bang] = STATE(772), + [sym__async_modifier] = STATE(8439), + [sym_attribute] = STATE(4942), + [sym_value_binding_pattern] = STATE(4885), + [sym__possibly_async_binding_pattern_kind] = STATE(4885), + [aux_sym__locally_permitted_modifiers] = STATE(4942), + [sym__locally_permitted_modifier] = STATE(4942), + [sym_property_behavior_modifier] = STATE(4942), + [sym_inheritance_modifier] = STATE(4942), + [sym_ownership_modifier] = STATE(4942), + [sym__parameter_ownership_modifier] = STATE(1209), + [sym_directive] = STATE(1387), + [sym_diagnostic] = STATE(1387), + [aux_sym_raw_string_literal_repeat1] = STATE(8468), + [anon_sym_BANG] = ACTIONS(287), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(289), + [aux_sym_simple_identifier_token2] = ACTIONS(291), + [aux_sym_simple_identifier_token3] = ACTIONS(291), + [aux_sym_simple_identifier_token4] = ACTIONS(291), + [anon_sym_actor] = ACTIONS(293), + [anon_sym_async] = ACTIONS(295), + [anon_sym_each] = ACTIONS(297), + [anon_sym_lazy] = ACTIONS(299), + [anon_sym_repeat] = ACTIONS(301), + [anon_sym_package] = ACTIONS(299), + [anon_sym_nil] = ACTIONS(303), + [sym_real_literal] = ACTIONS(305), + [sym_integer_literal] = ACTIONS(303), + [sym_hex_literal] = ACTIONS(303), + [sym_oct_literal] = ACTIONS(305), + [sym_bin_literal] = ACTIONS(305), + [anon_sym_true] = ACTIONS(307), + [anon_sym_false] = ACTIONS(307), + [anon_sym_DQUOTE] = ACTIONS(309), + [anon_sym_BSLASH] = ACTIONS(311), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(313), + [sym__oneline_regex_literal] = ACTIONS(315), + [anon_sym_LPAREN] = ACTIONS(317), + [anon_sym_LBRACK] = ACTIONS(319), + [anon_sym_AMP] = ACTIONS(321), + [anon_sym_TILDE] = ACTIONS(321), + [anon_sym_if] = ACTIONS(323), + [anon_sym_switch] = ACTIONS(325), + [aux_sym_custom_operator_token1] = ACTIONS(327), + [anon_sym_LT] = ACTIONS(329), + [anon_sym_GT] = ACTIONS(329), + [anon_sym_await] = ACTIONS(331), + [anon_sym_LBRACE] = ACTIONS(333), + [anon_sym_CARET_LBRACE] = ACTIONS(333), + [anon_sym_RBRACE] = ACTIONS(335), + [anon_sym_self] = ACTIONS(337), + [anon_sym_super] = ACTIONS(339), + [anon_sym_guard] = ACTIONS(341), + [anon_sym_case] = ACTIONS(299), + [anon_sym_fallthrough] = ACTIONS(299), + [anon_sym_do] = ACTIONS(343), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(345), + [anon_sym_DASH_EQ] = ACTIONS(345), + [anon_sym_STAR_EQ] = ACTIONS(345), + [anon_sym_SLASH_EQ] = ACTIONS(345), + [anon_sym_PERCENT_EQ] = ACTIONS(345), + [anon_sym_BANG_EQ] = ACTIONS(329), + [anon_sym_BANG_EQ_EQ] = ACTIONS(345), + [anon_sym_EQ_EQ_EQ] = ACTIONS(345), + [anon_sym_LT_EQ] = ACTIONS(345), + [anon_sym_GT_EQ] = ACTIONS(345), + [anon_sym_DOT_DOT_DOT] = ACTIONS(347), + [anon_sym_DOT_DOT_LT] = ACTIONS(349), + [anon_sym_PLUS] = ACTIONS(351), + [anon_sym_DASH] = ACTIONS(351), + [anon_sym_STAR] = ACTIONS(329), + [anon_sym_SLASH] = ACTIONS(329), + [anon_sym_PERCENT] = ACTIONS(329), + [anon_sym_PLUS_PLUS] = ACTIONS(321), + [anon_sym_DASH_DASH] = ACTIONS(321), + [anon_sym_PIPE] = ACTIONS(345), + [anon_sym_CARET] = ACTIONS(329), + [anon_sym_LT_LT] = ACTIONS(345), + [anon_sym_GT_GT] = ACTIONS(345), + [sym_statement_label] = ACTIONS(353), + [anon_sym_for] = ACTIONS(355), + [anon_sym_while] = ACTIONS(357), + [sym_throw_keyword] = ACTIONS(359), + [anon_sym_return] = ACTIONS(361), + [anon_sym_continue] = ACTIONS(361), + [anon_sym_break] = ACTIONS(361), + [anon_sym_yield] = ACTIONS(361), + [anon_sym_typealias] = ACTIONS(363), + [anon_sym_struct] = ACTIONS(365), + [anon_sym_class] = ACTIONS(299), + [anon_sym_enum] = ACTIONS(367), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_func] = ACTIONS(99), + [anon_sym_extension] = ACTIONS(369), + [anon_sym_indirect] = ACTIONS(371), + [anon_sym_prefix] = ACTIONS(299), + [anon_sym_infix] = ACTIONS(299), + [anon_sym_postfix] = ACTIONS(299), + [anon_sym_AT] = ACTIONS(299), + [anon_sym_override] = ACTIONS(299), + [anon_sym_convenience] = ACTIONS(299), + [anon_sym_required] = ACTIONS(299), + [anon_sym_nonisolated] = ACTIONS(299), + [anon_sym_public] = ACTIONS(299), + [anon_sym_private] = ACTIONS(299), + [anon_sym_internal] = ACTIONS(299), + [anon_sym_fileprivate] = ACTIONS(299), + [anon_sym_open] = ACTIONS(299), + [anon_sym_mutating] = ACTIONS(299), + [anon_sym_nonmutating] = ACTIONS(299), + [anon_sym_static] = ACTIONS(299), + [anon_sym_dynamic] = ACTIONS(299), + [anon_sym_optional] = ACTIONS(299), + [anon_sym_distributed] = ACTIONS(299), + [anon_sym_final] = ACTIONS(299), + [anon_sym_inout] = ACTIONS(299), + [anon_sym_ATescaping] = ACTIONS(335), + [anon_sym_ATautoclosure] = ACTIONS(335), + [anon_sym_weak] = ACTIONS(299), + [anon_sym_unowned] = ACTIONS(299), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(335), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(335), + [anon_sym_borrowing] = ACTIONS(299), + [anon_sym_consuming] = ACTIONS(299), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(373), + [sym__dot_custom] = ACTIONS(375), + [sym__eq_custom] = ACTIONS(345), + [sym__eq_eq_custom] = ACTIONS(345), + [sym__plus_then_ws] = ACTIONS(345), + [sym__minus_then_ws] = ACTIONS(345), + [sym__bang_custom] = ACTIONS(377), + [sym_default_keyword] = ACTIONS(335), + [sym__custom_operator] = ACTIONS(327), + [sym__hash_symbol_custom] = ACTIONS(379), + [sym__directive_if] = ACTIONS(381), + [sym__directive_elseif] = ACTIONS(381), + [sym__directive_else] = ACTIONS(383), + [sym__directive_endif] = ACTIONS(383), + }, + [STATE(28)] = { + [sym_simple_identifier] = STATE(1343), + [sym__contextual_simple_identifier] = STATE(1209), + [sym__basic_literal] = STATE(1387), + [sym_boolean_literal] = STATE(1387), + [sym__string_literal] = STATE(1387), + [sym_line_string_literal] = STATE(1387), + [sym_multi_line_string_literal] = STATE(1387), + [sym_raw_string_literal] = STATE(1387), + [sym_regex_literal] = STATE(1387), + [sym__extended_regex_literal] = STATE(1437), + [sym__multiline_regex_literal] = STATE(1437), + [sym_user_type] = STATE(6517), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6517), + [sym_dictionary_type] = STATE(6517), + [sym_expression] = STATE(799), + [sym_optional_chain_marker] = STATE(1387), + [sym__unary_expression] = STATE(1387), + [sym_postfix_expression] = STATE(1387), + [sym_constructor_expression] = STATE(1387), + [sym__parenthesized_type] = STATE(8310), + [sym_navigation_expression] = STATE(1387), + [sym__navigable_type_expression] = STATE(8310), + [sym_open_start_range_expression] = STATE(1387), + [sym__range_operator] = STATE(614), + [sym_open_end_range_expression] = STATE(1387), + [sym_prefix_expression] = STATE(1387), + [sym_as_expression] = STATE(1387), + [sym_selector_expression] = STATE(1387), + [sym__binary_expression] = STATE(1387), + [sym_multiplicative_expression] = STATE(1387), + [sym_additive_expression] = STATE(1387), + [sym_range_expression] = STATE(1387), + [sym_infix_expression] = STATE(1387), + [sym_nil_coalescing_expression] = STATE(1387), + [sym_check_expression] = STATE(1387), + [sym_comparison_expression] = STATE(1387), + [sym_equality_expression] = STATE(1387), + [sym_conjunction_expression] = STATE(1387), + [sym_disjunction_expression] = STATE(1387), + [sym_bitwise_operation] = STATE(1387), + [sym_custom_operator] = STATE(772), + [sym_try_expression] = STATE(1387), + [sym_await_expression] = STATE(1387), + [sym__await_operator] = STATE(615), + [sym_ternary_expression] = STATE(1387), + [sym_call_expression] = STATE(1387), + [sym_macro_invocation] = STATE(1387), + [sym__primary_expression] = STATE(1387), + [sym_tuple_expression] = STATE(1387), + [sym_array_literal] = STATE(1387), + [sym_dictionary_literal] = STATE(1387), + [sym_special_literal] = STATE(1387), + [sym_playground_literal] = STATE(1387), + [sym_lambda_literal] = STATE(1387), + [sym_self_expression] = STATE(1387), + [sym_super_expression] = STATE(1387), + [sym_if_statement] = STATE(1446), + [sym_guard_statement] = STATE(4677), + [sym_switch_statement] = STATE(1446), + [sym_do_statement] = STATE(4677), + [sym_key_path_expression] = STATE(1387), + [sym_key_path_string_expression] = STATE(1387), + [sym_try_operator] = STATE(616), + [sym__assignment_and_operator] = STATE(1443), + [sym__equality_operator] = STATE(1443), + [sym__comparison_operator] = STATE(1443), + [sym__three_dot_operator] = STATE(771), + [sym__open_ended_range_operator] = STATE(614), + [sym__additive_operator] = STATE(1443), + [sym__multiplicative_operator] = STATE(1443), + [sym__prefix_unary_operator] = STATE(621), + [sym_directly_assignable_expression] = STATE(6518), + [sym__local_statement] = STATE(4677), + [sym__labeled_statement] = STATE(4677), + [sym_for_statement] = STATE(4677), + [sym_while_statement] = STATE(4677), + [sym_repeat_while_statement] = STATE(4677), + [sym_control_transfer_statement] = STATE(4677), + [sym__throw_statement] = STATE(4650), + [sym__optionally_valueful_control_keyword] = STATE(124), + [sym_assignment] = STATE(1387), + [sym_value_parameter_pack] = STATE(1387), + [sym_value_pack_expansion] = STATE(1387), + [sym_local_declaration] = STATE(4677), + [sym__local_property_declaration] = STATE(4660), + [sym__local_typealias_declaration] = STATE(4663), + [sym__local_function_declaration] = STATE(4664), + [sym__local_class_declaration] = STATE(4665), + [sym__modifierless_property_declaration] = STATE(4666), + [sym__modifierless_typealias_declaration] = STATE(4669), + [sym__modifierless_function_declaration] = STATE(4671), + [sym__modifierless_function_declaration_no_body] = STATE(7897), + [sym__modifierless_class_declaration] = STATE(4672), + [sym__non_constructor_function_decl] = STATE(7521), + [sym_referenceable_operator] = STATE(1387), + [sym__equal_sign] = STATE(1443), + [sym__eq_eq] = STATE(1443), + [sym__dot] = STATE(621), + [sym__hash_symbol] = STATE(4957), + [sym_bang] = STATE(772), + [sym__async_modifier] = STATE(8439), + [sym_attribute] = STATE(4942), + [sym_value_binding_pattern] = STATE(4885), + [sym__possibly_async_binding_pattern_kind] = STATE(4885), + [aux_sym__locally_permitted_modifiers] = STATE(4942), + [sym__locally_permitted_modifier] = STATE(4942), + [sym_property_behavior_modifier] = STATE(4942), + [sym_inheritance_modifier] = STATE(4942), + [sym_ownership_modifier] = STATE(4942), + [sym__parameter_ownership_modifier] = STATE(1209), + [sym_directive] = STATE(1387), + [sym_diagnostic] = STATE(1387), + [aux_sym_raw_string_literal_repeat1] = STATE(8468), + [anon_sym_BANG] = ACTIONS(287), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(289), + [aux_sym_simple_identifier_token2] = ACTIONS(291), + [aux_sym_simple_identifier_token3] = ACTIONS(291), + [aux_sym_simple_identifier_token4] = ACTIONS(291), + [anon_sym_actor] = ACTIONS(293), + [anon_sym_async] = ACTIONS(295), + [anon_sym_each] = ACTIONS(297), + [anon_sym_lazy] = ACTIONS(385), + [anon_sym_repeat] = ACTIONS(301), + [anon_sym_package] = ACTIONS(385), + [anon_sym_nil] = ACTIONS(303), + [sym_real_literal] = ACTIONS(305), + [sym_integer_literal] = ACTIONS(303), + [sym_hex_literal] = ACTIONS(303), + [sym_oct_literal] = ACTIONS(305), + [sym_bin_literal] = ACTIONS(305), + [anon_sym_true] = ACTIONS(307), + [anon_sym_false] = ACTIONS(307), + [anon_sym_DQUOTE] = ACTIONS(309), + [anon_sym_BSLASH] = ACTIONS(311), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(313), + [sym__oneline_regex_literal] = ACTIONS(315), + [anon_sym_LPAREN] = ACTIONS(317), + [anon_sym_LBRACK] = ACTIONS(319), + [anon_sym_AMP] = ACTIONS(321), + [anon_sym_TILDE] = ACTIONS(321), + [anon_sym_if] = ACTIONS(323), + [anon_sym_switch] = ACTIONS(325), + [aux_sym_custom_operator_token1] = ACTIONS(327), + [anon_sym_LT] = ACTIONS(329), + [anon_sym_GT] = ACTIONS(329), + [anon_sym_await] = ACTIONS(331), + [anon_sym_LBRACE] = ACTIONS(333), + [anon_sym_CARET_LBRACE] = ACTIONS(333), + [anon_sym_RBRACE] = ACTIONS(387), + [anon_sym_self] = ACTIONS(337), + [anon_sym_super] = ACTIONS(339), + [anon_sym_guard] = ACTIONS(341), + [anon_sym_case] = ACTIONS(385), + [anon_sym_fallthrough] = ACTIONS(385), + [anon_sym_do] = ACTIONS(343), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(345), + [anon_sym_DASH_EQ] = ACTIONS(345), + [anon_sym_STAR_EQ] = ACTIONS(345), + [anon_sym_SLASH_EQ] = ACTIONS(345), + [anon_sym_PERCENT_EQ] = ACTIONS(345), + [anon_sym_BANG_EQ] = ACTIONS(329), + [anon_sym_BANG_EQ_EQ] = ACTIONS(345), + [anon_sym_EQ_EQ_EQ] = ACTIONS(345), + [anon_sym_LT_EQ] = ACTIONS(345), + [anon_sym_GT_EQ] = ACTIONS(345), + [anon_sym_DOT_DOT_DOT] = ACTIONS(347), + [anon_sym_DOT_DOT_LT] = ACTIONS(349), + [anon_sym_PLUS] = ACTIONS(351), + [anon_sym_DASH] = ACTIONS(351), + [anon_sym_STAR] = ACTIONS(329), + [anon_sym_SLASH] = ACTIONS(329), + [anon_sym_PERCENT] = ACTIONS(329), + [anon_sym_PLUS_PLUS] = ACTIONS(321), + [anon_sym_DASH_DASH] = ACTIONS(321), + [anon_sym_PIPE] = ACTIONS(345), + [anon_sym_CARET] = ACTIONS(329), + [anon_sym_LT_LT] = ACTIONS(345), + [anon_sym_GT_GT] = ACTIONS(345), + [sym_statement_label] = ACTIONS(353), + [anon_sym_for] = ACTIONS(355), + [anon_sym_while] = ACTIONS(357), + [sym_throw_keyword] = ACTIONS(359), + [anon_sym_return] = ACTIONS(361), + [anon_sym_continue] = ACTIONS(361), + [anon_sym_break] = ACTIONS(361), + [anon_sym_yield] = ACTIONS(361), + [anon_sym_typealias] = ACTIONS(363), + [anon_sym_struct] = ACTIONS(365), + [anon_sym_class] = ACTIONS(385), + [anon_sym_enum] = ACTIONS(367), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_func] = ACTIONS(99), + [anon_sym_extension] = ACTIONS(369), + [anon_sym_indirect] = ACTIONS(371), + [anon_sym_prefix] = ACTIONS(385), + [anon_sym_infix] = ACTIONS(385), + [anon_sym_postfix] = ACTIONS(385), + [anon_sym_AT] = ACTIONS(385), + [anon_sym_override] = ACTIONS(385), + [anon_sym_convenience] = ACTIONS(385), + [anon_sym_required] = ACTIONS(385), + [anon_sym_nonisolated] = ACTIONS(385), + [anon_sym_public] = ACTIONS(385), + [anon_sym_private] = ACTIONS(385), + [anon_sym_internal] = ACTIONS(385), + [anon_sym_fileprivate] = ACTIONS(385), + [anon_sym_open] = ACTIONS(385), + [anon_sym_mutating] = ACTIONS(385), + [anon_sym_nonmutating] = ACTIONS(385), + [anon_sym_static] = ACTIONS(385), + [anon_sym_dynamic] = ACTIONS(385), + [anon_sym_optional] = ACTIONS(385), + [anon_sym_distributed] = ACTIONS(385), + [anon_sym_final] = ACTIONS(385), + [anon_sym_inout] = ACTIONS(385), + [anon_sym_ATescaping] = ACTIONS(387), + [anon_sym_ATautoclosure] = ACTIONS(387), + [anon_sym_weak] = ACTIONS(385), + [anon_sym_unowned] = ACTIONS(385), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(387), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(387), + [anon_sym_borrowing] = ACTIONS(385), + [anon_sym_consuming] = ACTIONS(385), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(373), + [sym__dot_custom] = ACTIONS(375), + [sym__eq_custom] = ACTIONS(345), + [sym__eq_eq_custom] = ACTIONS(345), + [sym__plus_then_ws] = ACTIONS(345), + [sym__minus_then_ws] = ACTIONS(345), + [sym__bang_custom] = ACTIONS(377), + [sym_default_keyword] = ACTIONS(387), + [sym__custom_operator] = ACTIONS(327), + [sym__hash_symbol_custom] = ACTIONS(379), + [sym__directive_if] = ACTIONS(381), + [sym__directive_elseif] = ACTIONS(381), + [sym__directive_else] = ACTIONS(383), + [sym__directive_endif] = ACTIONS(383), + }, + [STATE(29)] = { + [sym_simple_identifier] = STATE(2455), + [sym__contextual_simple_identifier] = STATE(2422), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1582), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym_self_expression] = STATE(2689), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(3081), + [sym_guard_statement] = STATE(7081), + [sym_switch_statement] = STATE(3081), + [sym_do_statement] = STATE(7081), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_statements] = STATE(9074), + [sym__local_statement] = STATE(7081), + [sym__labeled_statement] = STATE(7081), + [sym_for_statement] = STATE(7081), + [sym_while_statement] = STATE(7081), + [sym_repeat_while_statement] = STATE(7081), + [sym_control_transfer_statement] = STATE(7081), + [sym__throw_statement] = STATE(8380), + [sym__optionally_valueful_control_keyword] = STATE(388), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_local_declaration] = STATE(7081), + [sym__local_property_declaration] = STATE(7885), + [sym__local_typealias_declaration] = STATE(8530), + [sym__local_function_declaration] = STATE(7914), + [sym__local_class_declaration] = STATE(7916), + [sym__modifierless_property_declaration] = STATE(7919), + [sym__modifierless_typealias_declaration] = STATE(7930), + [sym__modifierless_function_declaration] = STATE(7933), + [sym__modifierless_function_declaration_no_body] = STATE(7945), + [sym__modifierless_class_declaration] = STATE(7959), + [sym__non_constructor_function_decl] = STATE(7521), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__async_modifier] = STATE(8439), + [sym_computed_getter] = STATE(5452), + [sym_computed_modify] = STATE(5452), + [sym_computed_setter] = STATE(5452), + [sym_getter_specifier] = STATE(6387), + [sym_setter_specifier] = STATE(6357), + [sym_modify_specifier] = STATE(6388), + [sym_attribute] = STATE(5069), + [sym_value_binding_pattern] = STATE(4879), + [sym__possibly_async_binding_pattern_kind] = STATE(4879), + [aux_sym__locally_permitted_modifiers] = STATE(4938), + [sym__locally_permitted_modifier] = STATE(4938), + [sym_property_behavior_modifier] = STATE(4938), + [sym_mutation_modifier] = STATE(7828), + [sym_inheritance_modifier] = STATE(4938), + [sym_ownership_modifier] = STATE(4938), + [sym__parameter_ownership_modifier] = STATE(2422), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [aux_sym__lambda_type_declaration_repeat1] = STATE(6215), + [aux_sym_computed_property_repeat1] = STATE(5452), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(11), + [aux_sym_simple_identifier_token2] = ACTIONS(13), + [aux_sym_simple_identifier_token3] = ACTIONS(13), + [aux_sym_simple_identifier_token4] = ACTIONS(13), + [anon_sym_actor] = ACTIONS(15), + [anon_sym_async] = ACTIONS(17), + [anon_sym_each] = ACTIONS(19), + [anon_sym_lazy] = ACTIONS(389), + [anon_sym_repeat] = ACTIONS(23), + [anon_sym_package] = ACTIONS(11), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_RBRACE] = ACTIONS(171), + [anon_sym_self] = ACTIONS(59), + [anon_sym_super] = ACTIONS(61), + [anon_sym_guard] = ACTIONS(63), + [anon_sym_do] = ACTIONS(65), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [sym_statement_label] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_while] = ACTIONS(81), + [sym_throw_keyword] = ACTIONS(83), + [anon_sym_return] = ACTIONS(153), + [anon_sym_continue] = ACTIONS(153), + [anon_sym_break] = ACTIONS(153), + [anon_sym_yield] = ACTIONS(153), + [anon_sym_typealias] = ACTIONS(87), + [anon_sym_struct] = ACTIONS(89), + [anon_sym_class] = ACTIONS(89), + [anon_sym_enum] = ACTIONS(93), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_func] = ACTIONS(99), + [anon_sym_extension] = ACTIONS(103), + [anon_sym_indirect] = ACTIONS(105), + [anon_sym_get] = ACTIONS(161), + [anon_sym_set] = ACTIONS(163), + [anon_sym__modify] = ACTIONS(165), + [anon_sym_AT] = ACTIONS(391), + [anon_sym_mutating] = ACTIONS(121), + [anon_sym_nonmutating] = ACTIONS(121), + [anon_sym_final] = ACTIONS(393), + [anon_sym_weak] = ACTIONS(395), + [anon_sym_unowned] = ACTIONS(395), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(397), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(397), + [anon_sym_borrowing] = ACTIONS(11), + [anon_sym_consuming] = ACTIONS(11), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(30)] = { + [sym_simple_identifier] = STATE(2455), + [sym__contextual_simple_identifier] = STATE(2422), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1582), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym_self_expression] = STATE(2689), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(3081), + [sym_guard_statement] = STATE(7081), + [sym_switch_statement] = STATE(3081), + [sym_do_statement] = STATE(7081), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_statements] = STATE(9120), + [sym__local_statement] = STATE(7081), + [sym__labeled_statement] = STATE(7081), + [sym_for_statement] = STATE(7081), + [sym_while_statement] = STATE(7081), + [sym_repeat_while_statement] = STATE(7081), + [sym_control_transfer_statement] = STATE(7081), + [sym__throw_statement] = STATE(8380), + [sym__optionally_valueful_control_keyword] = STATE(388), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_local_declaration] = STATE(7081), + [sym__local_property_declaration] = STATE(7885), + [sym__local_typealias_declaration] = STATE(8530), + [sym__local_function_declaration] = STATE(7914), + [sym__local_class_declaration] = STATE(7916), + [sym__modifierless_property_declaration] = STATE(7919), + [sym__modifierless_typealias_declaration] = STATE(7930), + [sym__modifierless_function_declaration] = STATE(7933), + [sym__modifierless_function_declaration_no_body] = STATE(7945), + [sym__modifierless_class_declaration] = STATE(7959), + [sym__non_constructor_function_decl] = STATE(7521), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__async_modifier] = STATE(8439), + [sym_computed_getter] = STATE(5415), + [sym_computed_modify] = STATE(5415), + [sym_computed_setter] = STATE(5415), + [sym_getter_specifier] = STATE(6387), + [sym_setter_specifier] = STATE(6357), + [sym_modify_specifier] = STATE(6388), + [sym_attribute] = STATE(5069), + [sym_value_binding_pattern] = STATE(4879), + [sym__possibly_async_binding_pattern_kind] = STATE(4879), + [aux_sym__locally_permitted_modifiers] = STATE(4938), + [sym__locally_permitted_modifier] = STATE(4938), + [sym_property_behavior_modifier] = STATE(4938), + [sym_mutation_modifier] = STATE(7828), + [sym_inheritance_modifier] = STATE(4938), + [sym_ownership_modifier] = STATE(4938), + [sym__parameter_ownership_modifier] = STATE(2422), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [aux_sym__lambda_type_declaration_repeat1] = STATE(6215), + [aux_sym_computed_property_repeat1] = STATE(5415), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(11), + [aux_sym_simple_identifier_token2] = ACTIONS(13), + [aux_sym_simple_identifier_token3] = ACTIONS(13), + [aux_sym_simple_identifier_token4] = ACTIONS(13), + [anon_sym_actor] = ACTIONS(15), + [anon_sym_async] = ACTIONS(17), + [anon_sym_each] = ACTIONS(19), + [anon_sym_lazy] = ACTIONS(389), + [anon_sym_repeat] = ACTIONS(23), + [anon_sym_package] = ACTIONS(11), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_RBRACE] = ACTIONS(151), + [anon_sym_self] = ACTIONS(59), + [anon_sym_super] = ACTIONS(61), + [anon_sym_guard] = ACTIONS(63), + [anon_sym_do] = ACTIONS(65), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [sym_statement_label] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_while] = ACTIONS(81), + [sym_throw_keyword] = ACTIONS(83), + [anon_sym_return] = ACTIONS(153), + [anon_sym_continue] = ACTIONS(153), + [anon_sym_break] = ACTIONS(153), + [anon_sym_yield] = ACTIONS(153), + [anon_sym_typealias] = ACTIONS(87), + [anon_sym_struct] = ACTIONS(89), + [anon_sym_class] = ACTIONS(89), + [anon_sym_enum] = ACTIONS(93), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_func] = ACTIONS(99), + [anon_sym_extension] = ACTIONS(103), + [anon_sym_indirect] = ACTIONS(105), + [anon_sym_get] = ACTIONS(161), + [anon_sym_set] = ACTIONS(163), + [anon_sym__modify] = ACTIONS(165), + [anon_sym_AT] = ACTIONS(391), + [anon_sym_mutating] = ACTIONS(121), + [anon_sym_nonmutating] = ACTIONS(121), + [anon_sym_final] = ACTIONS(393), + [anon_sym_weak] = ACTIONS(395), + [anon_sym_unowned] = ACTIONS(395), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(397), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(397), + [anon_sym_borrowing] = ACTIONS(11), + [anon_sym_consuming] = ACTIONS(11), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(31)] = { + [sym_simple_identifier] = STATE(2455), + [sym__contextual_simple_identifier] = STATE(2422), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1582), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym_self_expression] = STATE(2689), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(3081), + [sym_guard_statement] = STATE(7081), + [sym_switch_statement] = STATE(3081), + [sym_do_statement] = STATE(7081), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_statements] = STATE(9216), + [sym__local_statement] = STATE(7081), + [sym__labeled_statement] = STATE(7081), + [sym_for_statement] = STATE(7081), + [sym_while_statement] = STATE(7081), + [sym_repeat_while_statement] = STATE(7081), + [sym_control_transfer_statement] = STATE(7081), + [sym__throw_statement] = STATE(8380), + [sym__optionally_valueful_control_keyword] = STATE(388), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_local_declaration] = STATE(7081), + [sym__local_property_declaration] = STATE(7885), + [sym__local_typealias_declaration] = STATE(8530), + [sym__local_function_declaration] = STATE(7914), + [sym__local_class_declaration] = STATE(7916), + [sym__modifierless_property_declaration] = STATE(7919), + [sym__modifierless_typealias_declaration] = STATE(7930), + [sym__modifierless_function_declaration] = STATE(7933), + [sym__modifierless_function_declaration_no_body] = STATE(7945), + [sym__modifierless_class_declaration] = STATE(7959), + [sym__non_constructor_function_decl] = STATE(7521), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__async_modifier] = STATE(8439), + [sym_computed_getter] = STATE(5364), + [sym_computed_modify] = STATE(5364), + [sym_computed_setter] = STATE(5364), + [sym_getter_specifier] = STATE(6387), + [sym_setter_specifier] = STATE(6357), + [sym_modify_specifier] = STATE(6388), + [sym_attribute] = STATE(5069), + [sym_value_binding_pattern] = STATE(4879), + [sym__possibly_async_binding_pattern_kind] = STATE(4879), + [aux_sym__locally_permitted_modifiers] = STATE(4938), + [sym__locally_permitted_modifier] = STATE(4938), + [sym_property_behavior_modifier] = STATE(4938), + [sym_mutation_modifier] = STATE(7828), + [sym_inheritance_modifier] = STATE(4938), + [sym_ownership_modifier] = STATE(4938), + [sym__parameter_ownership_modifier] = STATE(2422), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [aux_sym__lambda_type_declaration_repeat1] = STATE(6215), + [aux_sym_computed_property_repeat1] = STATE(5364), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(11), + [aux_sym_simple_identifier_token2] = ACTIONS(13), + [aux_sym_simple_identifier_token3] = ACTIONS(13), + [aux_sym_simple_identifier_token4] = ACTIONS(13), + [anon_sym_actor] = ACTIONS(15), + [anon_sym_async] = ACTIONS(17), + [anon_sym_each] = ACTIONS(19), + [anon_sym_lazy] = ACTIONS(389), + [anon_sym_repeat] = ACTIONS(23), + [anon_sym_package] = ACTIONS(11), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_RBRACE] = ACTIONS(175), + [anon_sym_self] = ACTIONS(59), + [anon_sym_super] = ACTIONS(61), + [anon_sym_guard] = ACTIONS(63), + [anon_sym_do] = ACTIONS(65), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [sym_statement_label] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_while] = ACTIONS(81), + [sym_throw_keyword] = ACTIONS(83), + [anon_sym_return] = ACTIONS(153), + [anon_sym_continue] = ACTIONS(153), + [anon_sym_break] = ACTIONS(153), + [anon_sym_yield] = ACTIONS(153), + [anon_sym_typealias] = ACTIONS(87), + [anon_sym_struct] = ACTIONS(89), + [anon_sym_class] = ACTIONS(89), + [anon_sym_enum] = ACTIONS(93), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_func] = ACTIONS(99), + [anon_sym_extension] = ACTIONS(103), + [anon_sym_indirect] = ACTIONS(105), + [anon_sym_get] = ACTIONS(161), + [anon_sym_set] = ACTIONS(163), + [anon_sym__modify] = ACTIONS(165), + [anon_sym_AT] = ACTIONS(391), + [anon_sym_mutating] = ACTIONS(121), + [anon_sym_nonmutating] = ACTIONS(121), + [anon_sym_final] = ACTIONS(393), + [anon_sym_weak] = ACTIONS(395), + [anon_sym_unowned] = ACTIONS(395), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(397), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(397), + [anon_sym_borrowing] = ACTIONS(11), + [anon_sym_consuming] = ACTIONS(11), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(32)] = { + [sym_simple_identifier] = STATE(1690), + [sym__contextual_simple_identifier] = STATE(1701), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1582), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym__lambda_type_declaration] = STATE(63), + [sym_capture_list] = STATE(5093), + [sym_lambda_function_type] = STATE(9072), + [sym_lambda_function_type_parameters] = STATE(6411), + [sym_lambda_parameter] = STATE(6729), + [sym_self_expression] = STATE(2176), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(3081), + [sym_guard_statement] = STATE(7081), + [sym_switch_statement] = STATE(3081), + [sym_do_statement] = STATE(7081), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_statements] = STATE(9148), + [sym__local_statement] = STATE(7081), + [sym__labeled_statement] = STATE(7081), + [sym_for_statement] = STATE(7081), + [sym_while_statement] = STATE(7081), + [sym_repeat_while_statement] = STATE(7081), + [sym_control_transfer_statement] = STATE(7081), + [sym__throw_statement] = STATE(8380), + [sym__optionally_valueful_control_keyword] = STATE(388), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_local_declaration] = STATE(7081), + [sym__local_property_declaration] = STATE(7885), + [sym__local_typealias_declaration] = STATE(8530), + [sym__local_function_declaration] = STATE(7914), + [sym__local_class_declaration] = STATE(7916), + [sym__modifierless_property_declaration] = STATE(7919), + [sym__modifierless_typealias_declaration] = STATE(7930), + [sym__modifierless_function_declaration] = STATE(7933), + [sym__modifierless_function_declaration_no_body] = STATE(7945), + [sym__modifierless_class_declaration] = STATE(7959), + [sym__non_constructor_function_decl] = STATE(7521), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__async_modifier] = STATE(8439), + [sym_attribute] = STATE(4964), + [sym_value_binding_pattern] = STATE(4879), + [sym__possibly_async_binding_pattern_kind] = STATE(4879), + [aux_sym__locally_permitted_modifiers] = STATE(4938), + [sym__locally_permitted_modifier] = STATE(4938), + [sym_property_behavior_modifier] = STATE(4938), + [sym_inheritance_modifier] = STATE(4938), + [sym_ownership_modifier] = STATE(4938), + [sym__parameter_ownership_modifier] = STATE(1701), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [aux_sym__lambda_type_declaration_repeat1] = STATE(4966), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(177), + [aux_sym_simple_identifier_token2] = ACTIONS(179), + [aux_sym_simple_identifier_token3] = ACTIONS(179), + [aux_sym_simple_identifier_token4] = ACTIONS(179), + [anon_sym_actor] = ACTIONS(181), + [anon_sym_async] = ACTIONS(183), + [anon_sym_each] = ACTIONS(185), + [anon_sym_lazy] = ACTIONS(399), + [anon_sym_repeat] = ACTIONS(189), + [anon_sym_package] = ACTIONS(177), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(193), + [anon_sym_LBRACK] = ACTIONS(195), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_RBRACE] = ACTIONS(401), + [anon_sym_in] = ACTIONS(403), + [anon_sym_self] = ACTIONS(201), + [anon_sym_super] = ACTIONS(61), + [anon_sym_guard] = ACTIONS(63), + [anon_sym_do] = ACTIONS(65), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [sym_statement_label] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_while] = ACTIONS(81), + [sym_throw_keyword] = ACTIONS(83), + [anon_sym_return] = ACTIONS(153), + [anon_sym_continue] = ACTIONS(153), + [anon_sym_break] = ACTIONS(153), + [anon_sym_yield] = ACTIONS(153), + [anon_sym_typealias] = ACTIONS(87), + [anon_sym_struct] = ACTIONS(89), + [anon_sym_class] = ACTIONS(89), + [anon_sym_enum] = ACTIONS(93), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_func] = ACTIONS(99), + [anon_sym_extension] = ACTIONS(103), + [anon_sym_indirect] = ACTIONS(105), + [anon_sym_AT] = ACTIONS(405), + [anon_sym_final] = ACTIONS(393), + [anon_sym_weak] = ACTIONS(395), + [anon_sym_unowned] = ACTIONS(395), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(397), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(397), + [anon_sym_borrowing] = ACTIONS(177), + [anon_sym_consuming] = ACTIONS(177), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(33)] = { + [sym_simple_identifier] = STATE(1690), + [sym__contextual_simple_identifier] = STATE(1701), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1582), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym__lambda_type_declaration] = STATE(56), + [sym_capture_list] = STATE(5093), + [sym_lambda_function_type] = STATE(9072), + [sym_lambda_function_type_parameters] = STATE(6411), + [sym_lambda_parameter] = STATE(6729), + [sym_self_expression] = STATE(2176), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(3081), + [sym_guard_statement] = STATE(7081), + [sym_switch_statement] = STATE(3081), + [sym_do_statement] = STATE(7081), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_statements] = STATE(9037), + [sym__local_statement] = STATE(7081), + [sym__labeled_statement] = STATE(7081), + [sym_for_statement] = STATE(7081), + [sym_while_statement] = STATE(7081), + [sym_repeat_while_statement] = STATE(7081), + [sym_control_transfer_statement] = STATE(7081), + [sym__throw_statement] = STATE(8380), + [sym__optionally_valueful_control_keyword] = STATE(388), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_local_declaration] = STATE(7081), + [sym__local_property_declaration] = STATE(7885), + [sym__local_typealias_declaration] = STATE(8530), + [sym__local_function_declaration] = STATE(7914), + [sym__local_class_declaration] = STATE(7916), + [sym__modifierless_property_declaration] = STATE(7919), + [sym__modifierless_typealias_declaration] = STATE(7930), + [sym__modifierless_function_declaration] = STATE(7933), + [sym__modifierless_function_declaration_no_body] = STATE(7945), + [sym__modifierless_class_declaration] = STATE(7959), + [sym__non_constructor_function_decl] = STATE(7521), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__async_modifier] = STATE(8439), + [sym_attribute] = STATE(4964), + [sym_value_binding_pattern] = STATE(4879), + [sym__possibly_async_binding_pattern_kind] = STATE(4879), + [aux_sym__locally_permitted_modifiers] = STATE(4938), + [sym__locally_permitted_modifier] = STATE(4938), + [sym_property_behavior_modifier] = STATE(4938), + [sym_inheritance_modifier] = STATE(4938), + [sym_ownership_modifier] = STATE(4938), + [sym__parameter_ownership_modifier] = STATE(1701), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [aux_sym__lambda_type_declaration_repeat1] = STATE(4966), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(177), + [aux_sym_simple_identifier_token2] = ACTIONS(179), + [aux_sym_simple_identifier_token3] = ACTIONS(179), + [aux_sym_simple_identifier_token4] = ACTIONS(179), + [anon_sym_actor] = ACTIONS(181), + [anon_sym_async] = ACTIONS(183), + [anon_sym_each] = ACTIONS(185), + [anon_sym_lazy] = ACTIONS(399), + [anon_sym_repeat] = ACTIONS(189), + [anon_sym_package] = ACTIONS(177), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(193), + [anon_sym_LBRACK] = ACTIONS(195), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_RBRACE] = ACTIONS(407), + [anon_sym_in] = ACTIONS(409), + [anon_sym_self] = ACTIONS(201), + [anon_sym_super] = ACTIONS(61), + [anon_sym_guard] = ACTIONS(63), + [anon_sym_do] = ACTIONS(65), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [sym_statement_label] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_while] = ACTIONS(81), + [sym_throw_keyword] = ACTIONS(83), + [anon_sym_return] = ACTIONS(153), + [anon_sym_continue] = ACTIONS(153), + [anon_sym_break] = ACTIONS(153), + [anon_sym_yield] = ACTIONS(153), + [anon_sym_typealias] = ACTIONS(87), + [anon_sym_struct] = ACTIONS(89), + [anon_sym_class] = ACTIONS(89), + [anon_sym_enum] = ACTIONS(93), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_func] = ACTIONS(99), + [anon_sym_extension] = ACTIONS(103), + [anon_sym_indirect] = ACTIONS(105), + [anon_sym_AT] = ACTIONS(405), + [anon_sym_final] = ACTIONS(393), + [anon_sym_weak] = ACTIONS(395), + [anon_sym_unowned] = ACTIONS(395), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(397), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(397), + [anon_sym_borrowing] = ACTIONS(177), + [anon_sym_consuming] = ACTIONS(177), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(34)] = { + [sym_simple_identifier] = STATE(1690), + [sym__contextual_simple_identifier] = STATE(1701), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1582), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym__lambda_type_declaration] = STATE(69), + [sym_capture_list] = STATE(5093), + [sym_lambda_function_type] = STATE(9072), + [sym_lambda_function_type_parameters] = STATE(6411), + [sym_lambda_parameter] = STATE(6729), + [sym_self_expression] = STATE(2176), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(3081), + [sym_guard_statement] = STATE(7081), + [sym_switch_statement] = STATE(3081), + [sym_do_statement] = STATE(7081), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_statements] = STATE(9143), + [sym__local_statement] = STATE(7081), + [sym__labeled_statement] = STATE(7081), + [sym_for_statement] = STATE(7081), + [sym_while_statement] = STATE(7081), + [sym_repeat_while_statement] = STATE(7081), + [sym_control_transfer_statement] = STATE(7081), + [sym__throw_statement] = STATE(8380), + [sym__optionally_valueful_control_keyword] = STATE(388), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_local_declaration] = STATE(7081), + [sym__local_property_declaration] = STATE(7885), + [sym__local_typealias_declaration] = STATE(8530), + [sym__local_function_declaration] = STATE(7914), + [sym__local_class_declaration] = STATE(7916), + [sym__modifierless_property_declaration] = STATE(7919), + [sym__modifierless_typealias_declaration] = STATE(7930), + [sym__modifierless_function_declaration] = STATE(7933), + [sym__modifierless_function_declaration_no_body] = STATE(7945), + [sym__modifierless_class_declaration] = STATE(7959), + [sym__non_constructor_function_decl] = STATE(7521), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__async_modifier] = STATE(8439), + [sym_attribute] = STATE(4964), + [sym_value_binding_pattern] = STATE(4879), + [sym__possibly_async_binding_pattern_kind] = STATE(4879), + [aux_sym__locally_permitted_modifiers] = STATE(4938), + [sym__locally_permitted_modifier] = STATE(4938), + [sym_property_behavior_modifier] = STATE(4938), + [sym_inheritance_modifier] = STATE(4938), + [sym_ownership_modifier] = STATE(4938), + [sym__parameter_ownership_modifier] = STATE(1701), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [aux_sym__lambda_type_declaration_repeat1] = STATE(4966), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(177), + [aux_sym_simple_identifier_token2] = ACTIONS(179), + [aux_sym_simple_identifier_token3] = ACTIONS(179), + [aux_sym_simple_identifier_token4] = ACTIONS(179), + [anon_sym_actor] = ACTIONS(181), + [anon_sym_async] = ACTIONS(183), + [anon_sym_each] = ACTIONS(185), + [anon_sym_lazy] = ACTIONS(399), + [anon_sym_repeat] = ACTIONS(189), + [anon_sym_package] = ACTIONS(177), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(193), + [anon_sym_LBRACK] = ACTIONS(195), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_RBRACE] = ACTIONS(411), + [anon_sym_in] = ACTIONS(413), + [anon_sym_self] = ACTIONS(201), + [anon_sym_super] = ACTIONS(61), + [anon_sym_guard] = ACTIONS(63), + [anon_sym_do] = ACTIONS(65), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [sym_statement_label] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_while] = ACTIONS(81), + [sym_throw_keyword] = ACTIONS(83), + [anon_sym_return] = ACTIONS(153), + [anon_sym_continue] = ACTIONS(153), + [anon_sym_break] = ACTIONS(153), + [anon_sym_yield] = ACTIONS(153), + [anon_sym_typealias] = ACTIONS(87), + [anon_sym_struct] = ACTIONS(89), + [anon_sym_class] = ACTIONS(89), + [anon_sym_enum] = ACTIONS(93), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_func] = ACTIONS(99), + [anon_sym_extension] = ACTIONS(103), + [anon_sym_indirect] = ACTIONS(105), + [anon_sym_AT] = ACTIONS(405), + [anon_sym_final] = ACTIONS(393), + [anon_sym_weak] = ACTIONS(395), + [anon_sym_unowned] = ACTIONS(395), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(397), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(397), + [anon_sym_borrowing] = ACTIONS(177), + [anon_sym_consuming] = ACTIONS(177), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(35)] = { + [sym_simple_identifier] = STATE(1690), + [sym__contextual_simple_identifier] = STATE(1701), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1582), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym__lambda_type_declaration] = STATE(58), + [sym_capture_list] = STATE(5093), + [sym_lambda_function_type] = STATE(9072), + [sym_lambda_function_type_parameters] = STATE(6411), + [sym_lambda_parameter] = STATE(6729), + [sym_self_expression] = STATE(2176), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(3081), + [sym_guard_statement] = STATE(7081), + [sym_switch_statement] = STATE(3081), + [sym_do_statement] = STATE(7081), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_statements] = STATE(9328), + [sym__local_statement] = STATE(7081), + [sym__labeled_statement] = STATE(7081), + [sym_for_statement] = STATE(7081), + [sym_while_statement] = STATE(7081), + [sym_repeat_while_statement] = STATE(7081), + [sym_control_transfer_statement] = STATE(7081), + [sym__throw_statement] = STATE(8380), + [sym__optionally_valueful_control_keyword] = STATE(388), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_local_declaration] = STATE(7081), + [sym__local_property_declaration] = STATE(7885), + [sym__local_typealias_declaration] = STATE(8530), + [sym__local_function_declaration] = STATE(7914), + [sym__local_class_declaration] = STATE(7916), + [sym__modifierless_property_declaration] = STATE(7919), + [sym__modifierless_typealias_declaration] = STATE(7930), + [sym__modifierless_function_declaration] = STATE(7933), + [sym__modifierless_function_declaration_no_body] = STATE(7945), + [sym__modifierless_class_declaration] = STATE(7959), + [sym__non_constructor_function_decl] = STATE(7521), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__async_modifier] = STATE(8439), + [sym_attribute] = STATE(4964), + [sym_value_binding_pattern] = STATE(4879), + [sym__possibly_async_binding_pattern_kind] = STATE(4879), + [aux_sym__locally_permitted_modifiers] = STATE(4938), + [sym__locally_permitted_modifier] = STATE(4938), + [sym_property_behavior_modifier] = STATE(4938), + [sym_inheritance_modifier] = STATE(4938), + [sym_ownership_modifier] = STATE(4938), + [sym__parameter_ownership_modifier] = STATE(1701), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [aux_sym__lambda_type_declaration_repeat1] = STATE(4966), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(177), + [aux_sym_simple_identifier_token2] = ACTIONS(179), + [aux_sym_simple_identifier_token3] = ACTIONS(179), + [aux_sym_simple_identifier_token4] = ACTIONS(179), + [anon_sym_actor] = ACTIONS(181), + [anon_sym_async] = ACTIONS(183), + [anon_sym_each] = ACTIONS(185), + [anon_sym_lazy] = ACTIONS(399), + [anon_sym_repeat] = ACTIONS(189), + [anon_sym_package] = ACTIONS(177), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(193), + [anon_sym_LBRACK] = ACTIONS(195), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_RBRACE] = ACTIONS(415), + [anon_sym_in] = ACTIONS(417), + [anon_sym_self] = ACTIONS(201), + [anon_sym_super] = ACTIONS(61), + [anon_sym_guard] = ACTIONS(63), + [anon_sym_do] = ACTIONS(65), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [sym_statement_label] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_while] = ACTIONS(81), + [sym_throw_keyword] = ACTIONS(83), + [anon_sym_return] = ACTIONS(153), + [anon_sym_continue] = ACTIONS(153), + [anon_sym_break] = ACTIONS(153), + [anon_sym_yield] = ACTIONS(153), + [anon_sym_typealias] = ACTIONS(87), + [anon_sym_struct] = ACTIONS(89), + [anon_sym_class] = ACTIONS(89), + [anon_sym_enum] = ACTIONS(93), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_func] = ACTIONS(99), + [anon_sym_extension] = ACTIONS(103), + [anon_sym_indirect] = ACTIONS(105), + [anon_sym_AT] = ACTIONS(405), + [anon_sym_final] = ACTIONS(393), + [anon_sym_weak] = ACTIONS(395), + [anon_sym_unowned] = ACTIONS(395), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(397), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(397), + [anon_sym_borrowing] = ACTIONS(177), + [anon_sym_consuming] = ACTIONS(177), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(36)] = { + [sym_simple_identifier] = STATE(1690), + [sym__contextual_simple_identifier] = STATE(1701), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1582), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym__lambda_type_declaration] = STATE(72), + [sym_capture_list] = STATE(5093), + [sym_lambda_function_type] = STATE(9072), + [sym_lambda_function_type_parameters] = STATE(6411), + [sym_lambda_parameter] = STATE(6729), + [sym_self_expression] = STATE(2176), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(3081), + [sym_guard_statement] = STATE(7081), + [sym_switch_statement] = STATE(3081), + [sym_do_statement] = STATE(7081), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_statements] = STATE(9157), + [sym__local_statement] = STATE(7081), + [sym__labeled_statement] = STATE(7081), + [sym_for_statement] = STATE(7081), + [sym_while_statement] = STATE(7081), + [sym_repeat_while_statement] = STATE(7081), + [sym_control_transfer_statement] = STATE(7081), + [sym__throw_statement] = STATE(8380), + [sym__optionally_valueful_control_keyword] = STATE(388), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_local_declaration] = STATE(7081), + [sym__local_property_declaration] = STATE(7885), + [sym__local_typealias_declaration] = STATE(8530), + [sym__local_function_declaration] = STATE(7914), + [sym__local_class_declaration] = STATE(7916), + [sym__modifierless_property_declaration] = STATE(7919), + [sym__modifierless_typealias_declaration] = STATE(7930), + [sym__modifierless_function_declaration] = STATE(7933), + [sym__modifierless_function_declaration_no_body] = STATE(7945), + [sym__modifierless_class_declaration] = STATE(7959), + [sym__non_constructor_function_decl] = STATE(7521), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__async_modifier] = STATE(8439), + [sym_attribute] = STATE(4964), + [sym_value_binding_pattern] = STATE(4879), + [sym__possibly_async_binding_pattern_kind] = STATE(4879), + [aux_sym__locally_permitted_modifiers] = STATE(4938), + [sym__locally_permitted_modifier] = STATE(4938), + [sym_property_behavior_modifier] = STATE(4938), + [sym_inheritance_modifier] = STATE(4938), + [sym_ownership_modifier] = STATE(4938), + [sym__parameter_ownership_modifier] = STATE(1701), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [aux_sym__lambda_type_declaration_repeat1] = STATE(4966), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(177), + [aux_sym_simple_identifier_token2] = ACTIONS(179), + [aux_sym_simple_identifier_token3] = ACTIONS(179), + [aux_sym_simple_identifier_token4] = ACTIONS(179), + [anon_sym_actor] = ACTIONS(181), + [anon_sym_async] = ACTIONS(183), + [anon_sym_each] = ACTIONS(185), + [anon_sym_lazy] = ACTIONS(399), + [anon_sym_repeat] = ACTIONS(189), + [anon_sym_package] = ACTIONS(177), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(193), + [anon_sym_LBRACK] = ACTIONS(195), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_RBRACE] = ACTIONS(419), + [anon_sym_in] = ACTIONS(421), + [anon_sym_self] = ACTIONS(201), + [anon_sym_super] = ACTIONS(61), + [anon_sym_guard] = ACTIONS(63), + [anon_sym_do] = ACTIONS(65), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [sym_statement_label] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_while] = ACTIONS(81), + [sym_throw_keyword] = ACTIONS(83), + [anon_sym_return] = ACTIONS(153), + [anon_sym_continue] = ACTIONS(153), + [anon_sym_break] = ACTIONS(153), + [anon_sym_yield] = ACTIONS(153), + [anon_sym_typealias] = ACTIONS(87), + [anon_sym_struct] = ACTIONS(89), + [anon_sym_class] = ACTIONS(89), + [anon_sym_enum] = ACTIONS(93), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_func] = ACTIONS(99), + [anon_sym_extension] = ACTIONS(103), + [anon_sym_indirect] = ACTIONS(105), + [anon_sym_AT] = ACTIONS(405), + [anon_sym_final] = ACTIONS(393), + [anon_sym_weak] = ACTIONS(395), + [anon_sym_unowned] = ACTIONS(395), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(397), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(397), + [anon_sym_borrowing] = ACTIONS(177), + [anon_sym_consuming] = ACTIONS(177), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(37)] = { + [sym_simple_identifier] = STATE(1690), + [sym__contextual_simple_identifier] = STATE(1701), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1582), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym__lambda_type_declaration] = STATE(66), + [sym_capture_list] = STATE(5093), + [sym_lambda_function_type] = STATE(9072), + [sym_lambda_function_type_parameters] = STATE(6411), + [sym_lambda_parameter] = STATE(6729), + [sym_self_expression] = STATE(2176), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(3081), + [sym_guard_statement] = STATE(7081), + [sym_switch_statement] = STATE(3081), + [sym_do_statement] = STATE(7081), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_statements] = STATE(9246), + [sym__local_statement] = STATE(7081), + [sym__labeled_statement] = STATE(7081), + [sym_for_statement] = STATE(7081), + [sym_while_statement] = STATE(7081), + [sym_repeat_while_statement] = STATE(7081), + [sym_control_transfer_statement] = STATE(7081), + [sym__throw_statement] = STATE(8380), + [sym__optionally_valueful_control_keyword] = STATE(388), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_local_declaration] = STATE(7081), + [sym__local_property_declaration] = STATE(7885), + [sym__local_typealias_declaration] = STATE(8530), + [sym__local_function_declaration] = STATE(7914), + [sym__local_class_declaration] = STATE(7916), + [sym__modifierless_property_declaration] = STATE(7919), + [sym__modifierless_typealias_declaration] = STATE(7930), + [sym__modifierless_function_declaration] = STATE(7933), + [sym__modifierless_function_declaration_no_body] = STATE(7945), + [sym__modifierless_class_declaration] = STATE(7959), + [sym__non_constructor_function_decl] = STATE(7521), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__async_modifier] = STATE(8439), + [sym_attribute] = STATE(4964), + [sym_value_binding_pattern] = STATE(4879), + [sym__possibly_async_binding_pattern_kind] = STATE(4879), + [aux_sym__locally_permitted_modifiers] = STATE(4938), + [sym__locally_permitted_modifier] = STATE(4938), + [sym_property_behavior_modifier] = STATE(4938), + [sym_inheritance_modifier] = STATE(4938), + [sym_ownership_modifier] = STATE(4938), + [sym__parameter_ownership_modifier] = STATE(1701), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [aux_sym__lambda_type_declaration_repeat1] = STATE(4966), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(177), + [aux_sym_simple_identifier_token2] = ACTIONS(179), + [aux_sym_simple_identifier_token3] = ACTIONS(179), + [aux_sym_simple_identifier_token4] = ACTIONS(179), + [anon_sym_actor] = ACTIONS(181), + [anon_sym_async] = ACTIONS(183), + [anon_sym_each] = ACTIONS(185), + [anon_sym_lazy] = ACTIONS(399), + [anon_sym_repeat] = ACTIONS(189), + [anon_sym_package] = ACTIONS(177), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(193), + [anon_sym_LBRACK] = ACTIONS(195), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_RBRACE] = ACTIONS(239), + [anon_sym_in] = ACTIONS(241), + [anon_sym_self] = ACTIONS(201), + [anon_sym_super] = ACTIONS(61), + [anon_sym_guard] = ACTIONS(63), + [anon_sym_do] = ACTIONS(65), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [sym_statement_label] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_while] = ACTIONS(81), + [sym_throw_keyword] = ACTIONS(83), + [anon_sym_return] = ACTIONS(153), + [anon_sym_continue] = ACTIONS(153), + [anon_sym_break] = ACTIONS(153), + [anon_sym_yield] = ACTIONS(153), + [anon_sym_typealias] = ACTIONS(87), + [anon_sym_struct] = ACTIONS(89), + [anon_sym_class] = ACTIONS(89), + [anon_sym_enum] = ACTIONS(93), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_func] = ACTIONS(99), + [anon_sym_extension] = ACTIONS(103), + [anon_sym_indirect] = ACTIONS(105), + [anon_sym_AT] = ACTIONS(405), + [anon_sym_final] = ACTIONS(393), + [anon_sym_weak] = ACTIONS(395), + [anon_sym_unowned] = ACTIONS(395), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(397), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(397), + [anon_sym_borrowing] = ACTIONS(177), + [anon_sym_consuming] = ACTIONS(177), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(38)] = { + [sym_simple_identifier] = STATE(1690), + [sym__contextual_simple_identifier] = STATE(1701), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1582), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym__lambda_type_declaration] = STATE(74), + [sym_capture_list] = STATE(5093), + [sym_lambda_function_type] = STATE(9072), + [sym_lambda_function_type_parameters] = STATE(6411), + [sym_lambda_parameter] = STATE(6729), + [sym_self_expression] = STATE(2176), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(3081), + [sym_guard_statement] = STATE(7081), + [sym_switch_statement] = STATE(3081), + [sym_do_statement] = STATE(7081), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_statements] = STATE(9087), + [sym__local_statement] = STATE(7081), + [sym__labeled_statement] = STATE(7081), + [sym_for_statement] = STATE(7081), + [sym_while_statement] = STATE(7081), + [sym_repeat_while_statement] = STATE(7081), + [sym_control_transfer_statement] = STATE(7081), + [sym__throw_statement] = STATE(8380), + [sym__optionally_valueful_control_keyword] = STATE(388), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_local_declaration] = STATE(7081), + [sym__local_property_declaration] = STATE(7885), + [sym__local_typealias_declaration] = STATE(8530), + [sym__local_function_declaration] = STATE(7914), + [sym__local_class_declaration] = STATE(7916), + [sym__modifierless_property_declaration] = STATE(7919), + [sym__modifierless_typealias_declaration] = STATE(7930), + [sym__modifierless_function_declaration] = STATE(7933), + [sym__modifierless_function_declaration_no_body] = STATE(7945), + [sym__modifierless_class_declaration] = STATE(7959), + [sym__non_constructor_function_decl] = STATE(7521), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__async_modifier] = STATE(8439), + [sym_attribute] = STATE(4964), + [sym_value_binding_pattern] = STATE(4879), + [sym__possibly_async_binding_pattern_kind] = STATE(4879), + [aux_sym__locally_permitted_modifiers] = STATE(4938), + [sym__locally_permitted_modifier] = STATE(4938), + [sym_property_behavior_modifier] = STATE(4938), + [sym_inheritance_modifier] = STATE(4938), + [sym_ownership_modifier] = STATE(4938), + [sym__parameter_ownership_modifier] = STATE(1701), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [aux_sym__lambda_type_declaration_repeat1] = STATE(4966), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(177), + [aux_sym_simple_identifier_token2] = ACTIONS(179), + [aux_sym_simple_identifier_token3] = ACTIONS(179), + [aux_sym_simple_identifier_token4] = ACTIONS(179), + [anon_sym_actor] = ACTIONS(181), + [anon_sym_async] = ACTIONS(183), + [anon_sym_each] = ACTIONS(185), + [anon_sym_lazy] = ACTIONS(399), + [anon_sym_repeat] = ACTIONS(189), + [anon_sym_package] = ACTIONS(177), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(193), + [anon_sym_LBRACK] = ACTIONS(195), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_RBRACE] = ACTIONS(423), + [anon_sym_in] = ACTIONS(425), + [anon_sym_self] = ACTIONS(201), + [anon_sym_super] = ACTIONS(61), + [anon_sym_guard] = ACTIONS(63), + [anon_sym_do] = ACTIONS(65), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [sym_statement_label] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_while] = ACTIONS(81), + [sym_throw_keyword] = ACTIONS(83), + [anon_sym_return] = ACTIONS(153), + [anon_sym_continue] = ACTIONS(153), + [anon_sym_break] = ACTIONS(153), + [anon_sym_yield] = ACTIONS(153), + [anon_sym_typealias] = ACTIONS(87), + [anon_sym_struct] = ACTIONS(89), + [anon_sym_class] = ACTIONS(89), + [anon_sym_enum] = ACTIONS(93), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_func] = ACTIONS(99), + [anon_sym_extension] = ACTIONS(103), + [anon_sym_indirect] = ACTIONS(105), + [anon_sym_AT] = ACTIONS(405), + [anon_sym_final] = ACTIONS(393), + [anon_sym_weak] = ACTIONS(395), + [anon_sym_unowned] = ACTIONS(395), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(397), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(397), + [anon_sym_borrowing] = ACTIONS(177), + [anon_sym_consuming] = ACTIONS(177), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(39)] = { + [sym_simple_identifier] = STATE(1690), + [sym__contextual_simple_identifier] = STATE(1701), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1582), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym__lambda_type_declaration] = STATE(82), + [sym_capture_list] = STATE(5093), + [sym_lambda_function_type] = STATE(9072), + [sym_lambda_function_type_parameters] = STATE(6411), + [sym_lambda_parameter] = STATE(6729), + [sym_self_expression] = STATE(2176), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(3081), + [sym_guard_statement] = STATE(7081), + [sym_switch_statement] = STATE(3081), + [sym_do_statement] = STATE(7081), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_statements] = STATE(9171), + [sym__local_statement] = STATE(7081), + [sym__labeled_statement] = STATE(7081), + [sym_for_statement] = STATE(7081), + [sym_while_statement] = STATE(7081), + [sym_repeat_while_statement] = STATE(7081), + [sym_control_transfer_statement] = STATE(7081), + [sym__throw_statement] = STATE(8380), + [sym__optionally_valueful_control_keyword] = STATE(388), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_local_declaration] = STATE(7081), + [sym__local_property_declaration] = STATE(7885), + [sym__local_typealias_declaration] = STATE(8530), + [sym__local_function_declaration] = STATE(7914), + [sym__local_class_declaration] = STATE(7916), + [sym__modifierless_property_declaration] = STATE(7919), + [sym__modifierless_typealias_declaration] = STATE(7930), + [sym__modifierless_function_declaration] = STATE(7933), + [sym__modifierless_function_declaration_no_body] = STATE(7945), + [sym__modifierless_class_declaration] = STATE(7959), + [sym__non_constructor_function_decl] = STATE(7521), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__async_modifier] = STATE(8439), + [sym_attribute] = STATE(4964), + [sym_value_binding_pattern] = STATE(4879), + [sym__possibly_async_binding_pattern_kind] = STATE(4879), + [aux_sym__locally_permitted_modifiers] = STATE(4938), + [sym__locally_permitted_modifier] = STATE(4938), + [sym_property_behavior_modifier] = STATE(4938), + [sym_inheritance_modifier] = STATE(4938), + [sym_ownership_modifier] = STATE(4938), + [sym__parameter_ownership_modifier] = STATE(1701), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [aux_sym__lambda_type_declaration_repeat1] = STATE(4966), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(177), + [aux_sym_simple_identifier_token2] = ACTIONS(179), + [aux_sym_simple_identifier_token3] = ACTIONS(179), + [aux_sym_simple_identifier_token4] = ACTIONS(179), + [anon_sym_actor] = ACTIONS(181), + [anon_sym_async] = ACTIONS(183), + [anon_sym_each] = ACTIONS(185), + [anon_sym_lazy] = ACTIONS(399), + [anon_sym_repeat] = ACTIONS(189), + [anon_sym_package] = ACTIONS(177), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(193), + [anon_sym_LBRACK] = ACTIONS(195), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_RBRACE] = ACTIONS(427), + [anon_sym_in] = ACTIONS(429), + [anon_sym_self] = ACTIONS(201), + [anon_sym_super] = ACTIONS(61), + [anon_sym_guard] = ACTIONS(63), + [anon_sym_do] = ACTIONS(65), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [sym_statement_label] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_while] = ACTIONS(81), + [sym_throw_keyword] = ACTIONS(83), + [anon_sym_return] = ACTIONS(153), + [anon_sym_continue] = ACTIONS(153), + [anon_sym_break] = ACTIONS(153), + [anon_sym_yield] = ACTIONS(153), + [anon_sym_typealias] = ACTIONS(87), + [anon_sym_struct] = ACTIONS(89), + [anon_sym_class] = ACTIONS(89), + [anon_sym_enum] = ACTIONS(93), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_func] = ACTIONS(99), + [anon_sym_extension] = ACTIONS(103), + [anon_sym_indirect] = ACTIONS(105), + [anon_sym_AT] = ACTIONS(405), + [anon_sym_final] = ACTIONS(393), + [anon_sym_weak] = ACTIONS(395), + [anon_sym_unowned] = ACTIONS(395), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(397), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(397), + [anon_sym_borrowing] = ACTIONS(177), + [anon_sym_consuming] = ACTIONS(177), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(40)] = { + [sym_simple_identifier] = STATE(1690), + [sym__contextual_simple_identifier] = STATE(1701), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1582), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym__lambda_type_declaration] = STATE(76), + [sym_capture_list] = STATE(5093), + [sym_lambda_function_type] = STATE(9072), + [sym_lambda_function_type_parameters] = STATE(6411), + [sym_lambda_parameter] = STATE(6729), + [sym_self_expression] = STATE(2176), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(3081), + [sym_guard_statement] = STATE(7081), + [sym_switch_statement] = STATE(3081), + [sym_do_statement] = STATE(7081), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_statements] = STATE(9223), + [sym__local_statement] = STATE(7081), + [sym__labeled_statement] = STATE(7081), + [sym_for_statement] = STATE(7081), + [sym_while_statement] = STATE(7081), + [sym_repeat_while_statement] = STATE(7081), + [sym_control_transfer_statement] = STATE(7081), + [sym__throw_statement] = STATE(8380), + [sym__optionally_valueful_control_keyword] = STATE(388), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_local_declaration] = STATE(7081), + [sym__local_property_declaration] = STATE(7885), + [sym__local_typealias_declaration] = STATE(8530), + [sym__local_function_declaration] = STATE(7914), + [sym__local_class_declaration] = STATE(7916), + [sym__modifierless_property_declaration] = STATE(7919), + [sym__modifierless_typealias_declaration] = STATE(7930), + [sym__modifierless_function_declaration] = STATE(7933), + [sym__modifierless_function_declaration_no_body] = STATE(7945), + [sym__modifierless_class_declaration] = STATE(7959), + [sym__non_constructor_function_decl] = STATE(7521), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__async_modifier] = STATE(8439), + [sym_attribute] = STATE(4964), + [sym_value_binding_pattern] = STATE(4879), + [sym__possibly_async_binding_pattern_kind] = STATE(4879), + [aux_sym__locally_permitted_modifiers] = STATE(4938), + [sym__locally_permitted_modifier] = STATE(4938), + [sym_property_behavior_modifier] = STATE(4938), + [sym_inheritance_modifier] = STATE(4938), + [sym_ownership_modifier] = STATE(4938), + [sym__parameter_ownership_modifier] = STATE(1701), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [aux_sym__lambda_type_declaration_repeat1] = STATE(4966), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(177), + [aux_sym_simple_identifier_token2] = ACTIONS(179), + [aux_sym_simple_identifier_token3] = ACTIONS(179), + [aux_sym_simple_identifier_token4] = ACTIONS(179), + [anon_sym_actor] = ACTIONS(181), + [anon_sym_async] = ACTIONS(183), + [anon_sym_each] = ACTIONS(185), + [anon_sym_lazy] = ACTIONS(399), + [anon_sym_repeat] = ACTIONS(189), + [anon_sym_package] = ACTIONS(177), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(193), + [anon_sym_LBRACK] = ACTIONS(195), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_RBRACE] = ACTIONS(431), + [anon_sym_in] = ACTIONS(433), + [anon_sym_self] = ACTIONS(201), + [anon_sym_super] = ACTIONS(61), + [anon_sym_guard] = ACTIONS(63), + [anon_sym_do] = ACTIONS(65), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [sym_statement_label] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_while] = ACTIONS(81), + [sym_throw_keyword] = ACTIONS(83), + [anon_sym_return] = ACTIONS(153), + [anon_sym_continue] = ACTIONS(153), + [anon_sym_break] = ACTIONS(153), + [anon_sym_yield] = ACTIONS(153), + [anon_sym_typealias] = ACTIONS(87), + [anon_sym_struct] = ACTIONS(89), + [anon_sym_class] = ACTIONS(89), + [anon_sym_enum] = ACTIONS(93), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_func] = ACTIONS(99), + [anon_sym_extension] = ACTIONS(103), + [anon_sym_indirect] = ACTIONS(105), + [anon_sym_AT] = ACTIONS(405), + [anon_sym_final] = ACTIONS(393), + [anon_sym_weak] = ACTIONS(395), + [anon_sym_unowned] = ACTIONS(395), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(397), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(397), + [anon_sym_borrowing] = ACTIONS(177), + [anon_sym_consuming] = ACTIONS(177), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(41)] = { + [sym_simple_identifier] = STATE(1690), + [sym__contextual_simple_identifier] = STATE(1701), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1582), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym__lambda_type_declaration] = STATE(96), + [sym_capture_list] = STATE(5093), + [sym_lambda_function_type] = STATE(9072), + [sym_lambda_function_type_parameters] = STATE(6411), + [sym_lambda_parameter] = STATE(6729), + [sym_self_expression] = STATE(2176), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(3081), + [sym_guard_statement] = STATE(7081), + [sym_switch_statement] = STATE(3081), + [sym_do_statement] = STATE(7081), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_statements] = STATE(9206), + [sym__local_statement] = STATE(7081), + [sym__labeled_statement] = STATE(7081), + [sym_for_statement] = STATE(7081), + [sym_while_statement] = STATE(7081), + [sym_repeat_while_statement] = STATE(7081), + [sym_control_transfer_statement] = STATE(7081), + [sym__throw_statement] = STATE(8380), + [sym__optionally_valueful_control_keyword] = STATE(388), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_local_declaration] = STATE(7081), + [sym__local_property_declaration] = STATE(7885), + [sym__local_typealias_declaration] = STATE(8530), + [sym__local_function_declaration] = STATE(7914), + [sym__local_class_declaration] = STATE(7916), + [sym__modifierless_property_declaration] = STATE(7919), + [sym__modifierless_typealias_declaration] = STATE(7930), + [sym__modifierless_function_declaration] = STATE(7933), + [sym__modifierless_function_declaration_no_body] = STATE(7945), + [sym__modifierless_class_declaration] = STATE(7959), + [sym__non_constructor_function_decl] = STATE(7521), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__async_modifier] = STATE(8439), + [sym_attribute] = STATE(4964), + [sym_value_binding_pattern] = STATE(4879), + [sym__possibly_async_binding_pattern_kind] = STATE(4879), + [aux_sym__locally_permitted_modifiers] = STATE(4938), + [sym__locally_permitted_modifier] = STATE(4938), + [sym_property_behavior_modifier] = STATE(4938), + [sym_inheritance_modifier] = STATE(4938), + [sym_ownership_modifier] = STATE(4938), + [sym__parameter_ownership_modifier] = STATE(1701), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [aux_sym__lambda_type_declaration_repeat1] = STATE(4966), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(177), + [aux_sym_simple_identifier_token2] = ACTIONS(179), + [aux_sym_simple_identifier_token3] = ACTIONS(179), + [aux_sym_simple_identifier_token4] = ACTIONS(179), + [anon_sym_actor] = ACTIONS(181), + [anon_sym_async] = ACTIONS(183), + [anon_sym_each] = ACTIONS(185), + [anon_sym_lazy] = ACTIONS(399), + [anon_sym_repeat] = ACTIONS(189), + [anon_sym_package] = ACTIONS(177), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(193), + [anon_sym_LBRACK] = ACTIONS(195), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_RBRACE] = ACTIONS(435), + [anon_sym_in] = ACTIONS(437), + [anon_sym_self] = ACTIONS(201), + [anon_sym_super] = ACTIONS(61), + [anon_sym_guard] = ACTIONS(63), + [anon_sym_do] = ACTIONS(65), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [sym_statement_label] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_while] = ACTIONS(81), + [sym_throw_keyword] = ACTIONS(83), + [anon_sym_return] = ACTIONS(153), + [anon_sym_continue] = ACTIONS(153), + [anon_sym_break] = ACTIONS(153), + [anon_sym_yield] = ACTIONS(153), + [anon_sym_typealias] = ACTIONS(87), + [anon_sym_struct] = ACTIONS(89), + [anon_sym_class] = ACTIONS(89), + [anon_sym_enum] = ACTIONS(93), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_func] = ACTIONS(99), + [anon_sym_extension] = ACTIONS(103), + [anon_sym_indirect] = ACTIONS(105), + [anon_sym_AT] = ACTIONS(405), + [anon_sym_final] = ACTIONS(393), + [anon_sym_weak] = ACTIONS(395), + [anon_sym_unowned] = ACTIONS(395), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(397), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(397), + [anon_sym_borrowing] = ACTIONS(177), + [anon_sym_consuming] = ACTIONS(177), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(42)] = { + [sym_simple_identifier] = STATE(1690), + [sym__contextual_simple_identifier] = STATE(1701), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1582), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym__lambda_type_declaration] = STATE(78), + [sym_capture_list] = STATE(5093), + [sym_lambda_function_type] = STATE(9072), + [sym_lambda_function_type_parameters] = STATE(6411), + [sym_lambda_parameter] = STATE(6729), + [sym_self_expression] = STATE(2176), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(3081), + [sym_guard_statement] = STATE(7081), + [sym_switch_statement] = STATE(3081), + [sym_do_statement] = STATE(7081), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_statements] = STATE(9314), + [sym__local_statement] = STATE(7081), + [sym__labeled_statement] = STATE(7081), + [sym_for_statement] = STATE(7081), + [sym_while_statement] = STATE(7081), + [sym_repeat_while_statement] = STATE(7081), + [sym_control_transfer_statement] = STATE(7081), + [sym__throw_statement] = STATE(8380), + [sym__optionally_valueful_control_keyword] = STATE(388), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_local_declaration] = STATE(7081), + [sym__local_property_declaration] = STATE(7885), + [sym__local_typealias_declaration] = STATE(8530), + [sym__local_function_declaration] = STATE(7914), + [sym__local_class_declaration] = STATE(7916), + [sym__modifierless_property_declaration] = STATE(7919), + [sym__modifierless_typealias_declaration] = STATE(7930), + [sym__modifierless_function_declaration] = STATE(7933), + [sym__modifierless_function_declaration_no_body] = STATE(7945), + [sym__modifierless_class_declaration] = STATE(7959), + [sym__non_constructor_function_decl] = STATE(7521), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__async_modifier] = STATE(8439), + [sym_attribute] = STATE(4964), + [sym_value_binding_pattern] = STATE(4879), + [sym__possibly_async_binding_pattern_kind] = STATE(4879), + [aux_sym__locally_permitted_modifiers] = STATE(4938), + [sym__locally_permitted_modifier] = STATE(4938), + [sym_property_behavior_modifier] = STATE(4938), + [sym_inheritance_modifier] = STATE(4938), + [sym_ownership_modifier] = STATE(4938), + [sym__parameter_ownership_modifier] = STATE(1701), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [aux_sym__lambda_type_declaration_repeat1] = STATE(4966), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(177), + [aux_sym_simple_identifier_token2] = ACTIONS(179), + [aux_sym_simple_identifier_token3] = ACTIONS(179), + [aux_sym_simple_identifier_token4] = ACTIONS(179), + [anon_sym_actor] = ACTIONS(181), + [anon_sym_async] = ACTIONS(183), + [anon_sym_each] = ACTIONS(185), + [anon_sym_lazy] = ACTIONS(399), + [anon_sym_repeat] = ACTIONS(189), + [anon_sym_package] = ACTIONS(177), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(193), + [anon_sym_LBRACK] = ACTIONS(195), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_RBRACE] = ACTIONS(439), + [anon_sym_in] = ACTIONS(441), + [anon_sym_self] = ACTIONS(201), + [anon_sym_super] = ACTIONS(61), + [anon_sym_guard] = ACTIONS(63), + [anon_sym_do] = ACTIONS(65), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [sym_statement_label] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_while] = ACTIONS(81), + [sym_throw_keyword] = ACTIONS(83), + [anon_sym_return] = ACTIONS(153), + [anon_sym_continue] = ACTIONS(153), + [anon_sym_break] = ACTIONS(153), + [anon_sym_yield] = ACTIONS(153), + [anon_sym_typealias] = ACTIONS(87), + [anon_sym_struct] = ACTIONS(89), + [anon_sym_class] = ACTIONS(89), + [anon_sym_enum] = ACTIONS(93), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_func] = ACTIONS(99), + [anon_sym_extension] = ACTIONS(103), + [anon_sym_indirect] = ACTIONS(105), + [anon_sym_AT] = ACTIONS(405), + [anon_sym_final] = ACTIONS(393), + [anon_sym_weak] = ACTIONS(395), + [anon_sym_unowned] = ACTIONS(395), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(397), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(397), + [anon_sym_borrowing] = ACTIONS(177), + [anon_sym_consuming] = ACTIONS(177), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(43)] = { + [sym_simple_identifier] = STATE(1690), + [sym__contextual_simple_identifier] = STATE(1701), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1582), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym__lambda_type_declaration] = STATE(56), + [sym_capture_list] = STATE(5093), + [sym_lambda_function_type] = STATE(9072), + [sym_lambda_function_type_parameters] = STATE(6411), + [sym_lambda_parameter] = STATE(6729), + [sym_self_expression] = STATE(2176), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(3081), + [sym_guard_statement] = STATE(7081), + [sym_switch_statement] = STATE(3081), + [sym_do_statement] = STATE(7081), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_statements] = STATE(8998), + [sym__local_statement] = STATE(7081), + [sym__labeled_statement] = STATE(7081), + [sym_for_statement] = STATE(7081), + [sym_while_statement] = STATE(7081), + [sym_repeat_while_statement] = STATE(7081), + [sym_control_transfer_statement] = STATE(7081), + [sym__throw_statement] = STATE(8380), + [sym__optionally_valueful_control_keyword] = STATE(388), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_local_declaration] = STATE(7081), + [sym__local_property_declaration] = STATE(7885), + [sym__local_typealias_declaration] = STATE(8530), + [sym__local_function_declaration] = STATE(7914), + [sym__local_class_declaration] = STATE(7916), + [sym__modifierless_property_declaration] = STATE(7919), + [sym__modifierless_typealias_declaration] = STATE(7930), + [sym__modifierless_function_declaration] = STATE(7933), + [sym__modifierless_function_declaration_no_body] = STATE(7945), + [sym__modifierless_class_declaration] = STATE(7959), + [sym__non_constructor_function_decl] = STATE(7521), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__async_modifier] = STATE(8439), + [sym_attribute] = STATE(4964), + [sym_value_binding_pattern] = STATE(4879), + [sym__possibly_async_binding_pattern_kind] = STATE(4879), + [aux_sym__locally_permitted_modifiers] = STATE(4938), + [sym__locally_permitted_modifier] = STATE(4938), + [sym_property_behavior_modifier] = STATE(4938), + [sym_inheritance_modifier] = STATE(4938), + [sym_ownership_modifier] = STATE(4938), + [sym__parameter_ownership_modifier] = STATE(1701), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [aux_sym__lambda_type_declaration_repeat1] = STATE(4966), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(177), + [aux_sym_simple_identifier_token2] = ACTIONS(179), + [aux_sym_simple_identifier_token3] = ACTIONS(179), + [aux_sym_simple_identifier_token4] = ACTIONS(179), + [anon_sym_actor] = ACTIONS(181), + [anon_sym_async] = ACTIONS(183), + [anon_sym_each] = ACTIONS(185), + [anon_sym_lazy] = ACTIONS(399), + [anon_sym_repeat] = ACTIONS(189), + [anon_sym_package] = ACTIONS(177), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(193), + [anon_sym_LBRACK] = ACTIONS(195), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_RBRACE] = ACTIONS(443), + [anon_sym_in] = ACTIONS(409), + [anon_sym_self] = ACTIONS(201), + [anon_sym_super] = ACTIONS(61), + [anon_sym_guard] = ACTIONS(63), + [anon_sym_do] = ACTIONS(65), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [sym_statement_label] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_while] = ACTIONS(81), + [sym_throw_keyword] = ACTIONS(83), + [anon_sym_return] = ACTIONS(153), + [anon_sym_continue] = ACTIONS(153), + [anon_sym_break] = ACTIONS(153), + [anon_sym_yield] = ACTIONS(153), + [anon_sym_typealias] = ACTIONS(87), + [anon_sym_struct] = ACTIONS(89), + [anon_sym_class] = ACTIONS(89), + [anon_sym_enum] = ACTIONS(93), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_func] = ACTIONS(99), + [anon_sym_extension] = ACTIONS(103), + [anon_sym_indirect] = ACTIONS(105), + [anon_sym_AT] = ACTIONS(405), + [anon_sym_final] = ACTIONS(393), + [anon_sym_weak] = ACTIONS(395), + [anon_sym_unowned] = ACTIONS(395), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(397), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(397), + [anon_sym_borrowing] = ACTIONS(177), + [anon_sym_consuming] = ACTIONS(177), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(44)] = { + [sym_simple_identifier] = STATE(1690), + [sym__contextual_simple_identifier] = STATE(1701), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1582), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym__lambda_type_declaration] = STATE(80), + [sym_capture_list] = STATE(5093), + [sym_lambda_function_type] = STATE(9072), + [sym_lambda_function_type_parameters] = STATE(6411), + [sym_lambda_parameter] = STATE(6729), + [sym_self_expression] = STATE(2176), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(3081), + [sym_guard_statement] = STATE(7081), + [sym_switch_statement] = STATE(3081), + [sym_do_statement] = STATE(7081), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_statements] = STATE(9207), + [sym__local_statement] = STATE(7081), + [sym__labeled_statement] = STATE(7081), + [sym_for_statement] = STATE(7081), + [sym_while_statement] = STATE(7081), + [sym_repeat_while_statement] = STATE(7081), + [sym_control_transfer_statement] = STATE(7081), + [sym__throw_statement] = STATE(8380), + [sym__optionally_valueful_control_keyword] = STATE(388), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_local_declaration] = STATE(7081), + [sym__local_property_declaration] = STATE(7885), + [sym__local_typealias_declaration] = STATE(8530), + [sym__local_function_declaration] = STATE(7914), + [sym__local_class_declaration] = STATE(7916), + [sym__modifierless_property_declaration] = STATE(7919), + [sym__modifierless_typealias_declaration] = STATE(7930), + [sym__modifierless_function_declaration] = STATE(7933), + [sym__modifierless_function_declaration_no_body] = STATE(7945), + [sym__modifierless_class_declaration] = STATE(7959), + [sym__non_constructor_function_decl] = STATE(7521), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__async_modifier] = STATE(8439), + [sym_attribute] = STATE(4964), + [sym_value_binding_pattern] = STATE(4879), + [sym__possibly_async_binding_pattern_kind] = STATE(4879), + [aux_sym__locally_permitted_modifiers] = STATE(4938), + [sym__locally_permitted_modifier] = STATE(4938), + [sym_property_behavior_modifier] = STATE(4938), + [sym_inheritance_modifier] = STATE(4938), + [sym_ownership_modifier] = STATE(4938), + [sym__parameter_ownership_modifier] = STATE(1701), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [aux_sym__lambda_type_declaration_repeat1] = STATE(4966), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(177), + [aux_sym_simple_identifier_token2] = ACTIONS(179), + [aux_sym_simple_identifier_token3] = ACTIONS(179), + [aux_sym_simple_identifier_token4] = ACTIONS(179), + [anon_sym_actor] = ACTIONS(181), + [anon_sym_async] = ACTIONS(183), + [anon_sym_each] = ACTIONS(185), + [anon_sym_lazy] = ACTIONS(399), + [anon_sym_repeat] = ACTIONS(189), + [anon_sym_package] = ACTIONS(177), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(193), + [anon_sym_LBRACK] = ACTIONS(195), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_RBRACE] = ACTIONS(445), + [anon_sym_in] = ACTIONS(447), + [anon_sym_self] = ACTIONS(201), + [anon_sym_super] = ACTIONS(61), + [anon_sym_guard] = ACTIONS(63), + [anon_sym_do] = ACTIONS(65), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [sym_statement_label] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_while] = ACTIONS(81), + [sym_throw_keyword] = ACTIONS(83), + [anon_sym_return] = ACTIONS(153), + [anon_sym_continue] = ACTIONS(153), + [anon_sym_break] = ACTIONS(153), + [anon_sym_yield] = ACTIONS(153), + [anon_sym_typealias] = ACTIONS(87), + [anon_sym_struct] = ACTIONS(89), + [anon_sym_class] = ACTIONS(89), + [anon_sym_enum] = ACTIONS(93), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_func] = ACTIONS(99), + [anon_sym_extension] = ACTIONS(103), + [anon_sym_indirect] = ACTIONS(105), + [anon_sym_AT] = ACTIONS(405), + [anon_sym_final] = ACTIONS(393), + [anon_sym_weak] = ACTIONS(395), + [anon_sym_unowned] = ACTIONS(395), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(397), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(397), + [anon_sym_borrowing] = ACTIONS(177), + [anon_sym_consuming] = ACTIONS(177), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(45)] = { + [sym_simple_identifier] = STATE(1690), + [sym__contextual_simple_identifier] = STATE(1701), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1582), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym__lambda_type_declaration] = STATE(68), + [sym_capture_list] = STATE(5093), + [sym_lambda_function_type] = STATE(9072), + [sym_lambda_function_type_parameters] = STATE(6411), + [sym_lambda_parameter] = STATE(6729), + [sym_self_expression] = STATE(2176), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(3081), + [sym_guard_statement] = STATE(7081), + [sym_switch_statement] = STATE(3081), + [sym_do_statement] = STATE(7081), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_statements] = STATE(9161), + [sym__local_statement] = STATE(7081), + [sym__labeled_statement] = STATE(7081), + [sym_for_statement] = STATE(7081), + [sym_while_statement] = STATE(7081), + [sym_repeat_while_statement] = STATE(7081), + [sym_control_transfer_statement] = STATE(7081), + [sym__throw_statement] = STATE(8380), + [sym__optionally_valueful_control_keyword] = STATE(388), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_local_declaration] = STATE(7081), + [sym__local_property_declaration] = STATE(7885), + [sym__local_typealias_declaration] = STATE(8530), + [sym__local_function_declaration] = STATE(7914), + [sym__local_class_declaration] = STATE(7916), + [sym__modifierless_property_declaration] = STATE(7919), + [sym__modifierless_typealias_declaration] = STATE(7930), + [sym__modifierless_function_declaration] = STATE(7933), + [sym__modifierless_function_declaration_no_body] = STATE(7945), + [sym__modifierless_class_declaration] = STATE(7959), + [sym__non_constructor_function_decl] = STATE(7521), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__async_modifier] = STATE(8439), + [sym_attribute] = STATE(4964), + [sym_value_binding_pattern] = STATE(4879), + [sym__possibly_async_binding_pattern_kind] = STATE(4879), + [aux_sym__locally_permitted_modifiers] = STATE(4938), + [sym__locally_permitted_modifier] = STATE(4938), + [sym_property_behavior_modifier] = STATE(4938), + [sym_inheritance_modifier] = STATE(4938), + [sym_ownership_modifier] = STATE(4938), + [sym__parameter_ownership_modifier] = STATE(1701), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [aux_sym__lambda_type_declaration_repeat1] = STATE(4966), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(177), + [aux_sym_simple_identifier_token2] = ACTIONS(179), + [aux_sym_simple_identifier_token3] = ACTIONS(179), + [aux_sym_simple_identifier_token4] = ACTIONS(179), + [anon_sym_actor] = ACTIONS(181), + [anon_sym_async] = ACTIONS(183), + [anon_sym_each] = ACTIONS(185), + [anon_sym_lazy] = ACTIONS(399), + [anon_sym_repeat] = ACTIONS(189), + [anon_sym_package] = ACTIONS(177), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(193), + [anon_sym_LBRACK] = ACTIONS(195), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_RBRACE] = ACTIONS(449), + [anon_sym_in] = ACTIONS(199), + [anon_sym_self] = ACTIONS(201), + [anon_sym_super] = ACTIONS(61), + [anon_sym_guard] = ACTIONS(63), + [anon_sym_do] = ACTIONS(65), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [sym_statement_label] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_while] = ACTIONS(81), + [sym_throw_keyword] = ACTIONS(83), + [anon_sym_return] = ACTIONS(153), + [anon_sym_continue] = ACTIONS(153), + [anon_sym_break] = ACTIONS(153), + [anon_sym_yield] = ACTIONS(153), + [anon_sym_typealias] = ACTIONS(87), + [anon_sym_struct] = ACTIONS(89), + [anon_sym_class] = ACTIONS(89), + [anon_sym_enum] = ACTIONS(93), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_func] = ACTIONS(99), + [anon_sym_extension] = ACTIONS(103), + [anon_sym_indirect] = ACTIONS(105), + [anon_sym_AT] = ACTIONS(405), + [anon_sym_final] = ACTIONS(393), + [anon_sym_weak] = ACTIONS(395), + [anon_sym_unowned] = ACTIONS(395), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(397), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(397), + [anon_sym_borrowing] = ACTIONS(177), + [anon_sym_consuming] = ACTIONS(177), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(46)] = { + [sym_simple_identifier] = STATE(1690), + [sym__contextual_simple_identifier] = STATE(1701), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1582), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym__lambda_type_declaration] = STATE(82), + [sym_capture_list] = STATE(5093), + [sym_lambda_function_type] = STATE(9072), + [sym_lambda_function_type_parameters] = STATE(6411), + [sym_lambda_parameter] = STATE(6729), + [sym_self_expression] = STATE(2176), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(3081), + [sym_guard_statement] = STATE(7081), + [sym_switch_statement] = STATE(3081), + [sym_do_statement] = STATE(7081), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_statements] = STATE(8989), + [sym__local_statement] = STATE(7081), + [sym__labeled_statement] = STATE(7081), + [sym_for_statement] = STATE(7081), + [sym_while_statement] = STATE(7081), + [sym_repeat_while_statement] = STATE(7081), + [sym_control_transfer_statement] = STATE(7081), + [sym__throw_statement] = STATE(8380), + [sym__optionally_valueful_control_keyword] = STATE(388), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_local_declaration] = STATE(7081), + [sym__local_property_declaration] = STATE(7885), + [sym__local_typealias_declaration] = STATE(8530), + [sym__local_function_declaration] = STATE(7914), + [sym__local_class_declaration] = STATE(7916), + [sym__modifierless_property_declaration] = STATE(7919), + [sym__modifierless_typealias_declaration] = STATE(7930), + [sym__modifierless_function_declaration] = STATE(7933), + [sym__modifierless_function_declaration_no_body] = STATE(7945), + [sym__modifierless_class_declaration] = STATE(7959), + [sym__non_constructor_function_decl] = STATE(7521), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__async_modifier] = STATE(8439), + [sym_attribute] = STATE(4964), + [sym_value_binding_pattern] = STATE(4879), + [sym__possibly_async_binding_pattern_kind] = STATE(4879), + [aux_sym__locally_permitted_modifiers] = STATE(4938), + [sym__locally_permitted_modifier] = STATE(4938), + [sym_property_behavior_modifier] = STATE(4938), + [sym_inheritance_modifier] = STATE(4938), + [sym_ownership_modifier] = STATE(4938), + [sym__parameter_ownership_modifier] = STATE(1701), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [aux_sym__lambda_type_declaration_repeat1] = STATE(4966), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(177), + [aux_sym_simple_identifier_token2] = ACTIONS(179), + [aux_sym_simple_identifier_token3] = ACTIONS(179), + [aux_sym_simple_identifier_token4] = ACTIONS(179), + [anon_sym_actor] = ACTIONS(181), + [anon_sym_async] = ACTIONS(183), + [anon_sym_each] = ACTIONS(185), + [anon_sym_lazy] = ACTIONS(399), + [anon_sym_repeat] = ACTIONS(189), + [anon_sym_package] = ACTIONS(177), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(193), + [anon_sym_LBRACK] = ACTIONS(195), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_RBRACE] = ACTIONS(451), + [anon_sym_in] = ACTIONS(429), + [anon_sym_self] = ACTIONS(201), + [anon_sym_super] = ACTIONS(61), + [anon_sym_guard] = ACTIONS(63), + [anon_sym_do] = ACTIONS(65), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [sym_statement_label] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_while] = ACTIONS(81), + [sym_throw_keyword] = ACTIONS(83), + [anon_sym_return] = ACTIONS(153), + [anon_sym_continue] = ACTIONS(153), + [anon_sym_break] = ACTIONS(153), + [anon_sym_yield] = ACTIONS(153), + [anon_sym_typealias] = ACTIONS(87), + [anon_sym_struct] = ACTIONS(89), + [anon_sym_class] = ACTIONS(89), + [anon_sym_enum] = ACTIONS(93), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_func] = ACTIONS(99), + [anon_sym_extension] = ACTIONS(103), + [anon_sym_indirect] = ACTIONS(105), + [anon_sym_AT] = ACTIONS(405), + [anon_sym_final] = ACTIONS(393), + [anon_sym_weak] = ACTIONS(395), + [anon_sym_unowned] = ACTIONS(395), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(397), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(397), + [anon_sym_borrowing] = ACTIONS(177), + [anon_sym_consuming] = ACTIONS(177), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(47)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1661), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_if_condition] = STATE(7695), + [sym_if_let_binding] = STATE(8803), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_availability_condition] = STATE(8803), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4900), + [sym_bang] = STATE(1158), + [sym__async_modifier] = STATE(8439), + [sym__direct_or_indirect_binding] = STATE(7008), + [sym_value_binding_pattern] = STATE(4894), + [sym__possibly_async_binding_pattern_kind] = STATE(4894), + [sym__binding_kind_and_pattern] = STATE(7027), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(453), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(453), + [anon_sym_async] = ACTIONS(453), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(453), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(453), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_COMMA] = ACTIONS(475), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(475), + [anon_sym_LBRACK] = ACTIONS(475), + [anon_sym_QMARK] = ACTIONS(453), + [anon_sym_QMARK2] = ACTIONS(475), + [anon_sym_AMP] = ACTIONS(475), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(475), + [anon_sym_LT] = ACTIONS(453), + [anon_sym_GT] = ACTIONS(453), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(475), + [anon_sym_CARET_LBRACE] = ACTIONS(475), + [anon_sym_RBRACE] = ACTIONS(475), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_case] = ACTIONS(453), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(475), + [anon_sym_DASH_EQ] = ACTIONS(475), + [anon_sym_STAR_EQ] = ACTIONS(475), + [anon_sym_SLASH_EQ] = ACTIONS(475), + [anon_sym_PERCENT_EQ] = ACTIONS(475), + [anon_sym_BANG_EQ] = ACTIONS(453), + [anon_sym_BANG_EQ_EQ] = ACTIONS(475), + [anon_sym_EQ_EQ_EQ] = ACTIONS(475), + [anon_sym_LT_EQ] = ACTIONS(475), + [anon_sym_GT_EQ] = ACTIONS(475), + [anon_sym_DOT_DOT_DOT] = ACTIONS(475), + [anon_sym_DOT_DOT_LT] = ACTIONS(475), + [anon_sym_is] = ACTIONS(453), + [anon_sym_PLUS] = ACTIONS(453), + [anon_sym_DASH] = ACTIONS(453), + [anon_sym_STAR] = ACTIONS(453), + [anon_sym_SLASH] = ACTIONS(453), + [anon_sym_PERCENT] = ACTIONS(453), + [anon_sym_PLUS_PLUS] = ACTIONS(475), + [anon_sym_DASH_DASH] = ACTIONS(475), + [anon_sym_PIPE] = ACTIONS(475), + [anon_sym_CARET] = ACTIONS(453), + [anon_sym_LT_LT] = ACTIONS(475), + [anon_sym_GT_GT] = ACTIONS(475), + [anon_sym_import] = ACTIONS(453), + [anon_sym_typealias] = ACTIONS(453), + [anon_sym_struct] = ACTIONS(453), + [anon_sym_class] = ACTIONS(453), + [anon_sym_enum] = ACTIONS(453), + [anon_sym_protocol] = ACTIONS(453), + [anon_sym_let] = ACTIONS(453), + [anon_sym_var] = ACTIONS(453), + [anon_sym_func] = ACTIONS(453), + [anon_sym_extension] = ACTIONS(453), + [anon_sym_indirect] = ACTIONS(453), + [anon_sym_SEMI] = ACTIONS(475), + [anon_sym_init] = ACTIONS(453), + [anon_sym_deinit] = ACTIONS(453), + [anon_sym_subscript] = ACTIONS(453), + [anon_sym_prefix] = ACTIONS(453), + [anon_sym_infix] = ACTIONS(453), + [anon_sym_postfix] = ACTIONS(453), + [anon_sym_precedencegroup] = ACTIONS(453), + [anon_sym_associatedtype] = ACTIONS(453), + [anon_sym_AT] = ACTIONS(453), + [anon_sym_override] = ACTIONS(453), + [anon_sym_convenience] = ACTIONS(453), + [anon_sym_required] = ACTIONS(453), + [anon_sym_nonisolated] = ACTIONS(453), + [anon_sym_public] = ACTIONS(453), + [anon_sym_private] = ACTIONS(453), + [anon_sym_internal] = ACTIONS(453), + [anon_sym_fileprivate] = ACTIONS(453), + [anon_sym_open] = ACTIONS(453), + [anon_sym_mutating] = ACTIONS(453), + [anon_sym_nonmutating] = ACTIONS(453), + [anon_sym_static] = ACTIONS(453), + [anon_sym_dynamic] = ACTIONS(453), + [anon_sym_optional] = ACTIONS(453), + [anon_sym_distributed] = ACTIONS(453), + [anon_sym_final] = ACTIONS(453), + [anon_sym_inout] = ACTIONS(453), + [anon_sym_ATescaping] = ACTIONS(475), + [anon_sym_ATautoclosure] = ACTIONS(475), + [anon_sym_weak] = ACTIONS(453), + [anon_sym_unowned] = ACTIONS(453), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(475), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(475), + [anon_sym_borrowing] = ACTIONS(453), + [anon_sym_consuming] = ACTIONS(453), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(475), + [sym__conjunction_operator_custom] = ACTIONS(475), + [sym__disjunction_operator_custom] = ACTIONS(475), + [sym__nil_coalescing_operator_custom] = ACTIONS(475), + [sym__eq_custom] = ACTIONS(475), + [sym__eq_eq_custom] = ACTIONS(475), + [sym__plus_then_ws] = ACTIONS(475), + [sym__minus_then_ws] = ACTIONS(475), + [sym__bang_custom] = ACTIONS(475), + [sym__as_custom] = ACTIONS(475), + [sym__as_quest_custom] = ACTIONS(475), + [sym__as_bang_custom] = ACTIONS(475), + [sym__custom_operator] = ACTIONS(475), + [sym__hash_symbol_custom] = ACTIONS(493), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(48)] = { + [sym_simple_identifier] = STATE(1690), + [sym__contextual_simple_identifier] = STATE(1701), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1582), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym__lambda_type_declaration] = STATE(84), + [sym_capture_list] = STATE(5093), + [sym_lambda_function_type] = STATE(9072), + [sym_lambda_function_type_parameters] = STATE(6411), + [sym_lambda_parameter] = STATE(6729), + [sym_self_expression] = STATE(2176), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(3081), + [sym_guard_statement] = STATE(7081), + [sym_switch_statement] = STATE(3081), + [sym_do_statement] = STATE(7081), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_statements] = STATE(9163), + [sym__local_statement] = STATE(7081), + [sym__labeled_statement] = STATE(7081), + [sym_for_statement] = STATE(7081), + [sym_while_statement] = STATE(7081), + [sym_repeat_while_statement] = STATE(7081), + [sym_control_transfer_statement] = STATE(7081), + [sym__throw_statement] = STATE(8380), + [sym__optionally_valueful_control_keyword] = STATE(388), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_local_declaration] = STATE(7081), + [sym__local_property_declaration] = STATE(7885), + [sym__local_typealias_declaration] = STATE(8530), + [sym__local_function_declaration] = STATE(7914), + [sym__local_class_declaration] = STATE(7916), + [sym__modifierless_property_declaration] = STATE(7919), + [sym__modifierless_typealias_declaration] = STATE(7930), + [sym__modifierless_function_declaration] = STATE(7933), + [sym__modifierless_function_declaration_no_body] = STATE(7945), + [sym__modifierless_class_declaration] = STATE(7959), + [sym__non_constructor_function_decl] = STATE(7521), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__async_modifier] = STATE(8439), + [sym_attribute] = STATE(4964), + [sym_value_binding_pattern] = STATE(4879), + [sym__possibly_async_binding_pattern_kind] = STATE(4879), + [aux_sym__locally_permitted_modifiers] = STATE(4938), + [sym__locally_permitted_modifier] = STATE(4938), + [sym_property_behavior_modifier] = STATE(4938), + [sym_inheritance_modifier] = STATE(4938), + [sym_ownership_modifier] = STATE(4938), + [sym__parameter_ownership_modifier] = STATE(1701), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [aux_sym__lambda_type_declaration_repeat1] = STATE(4966), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(177), + [aux_sym_simple_identifier_token2] = ACTIONS(179), + [aux_sym_simple_identifier_token3] = ACTIONS(179), + [aux_sym_simple_identifier_token4] = ACTIONS(179), + [anon_sym_actor] = ACTIONS(181), + [anon_sym_async] = ACTIONS(183), + [anon_sym_each] = ACTIONS(185), + [anon_sym_lazy] = ACTIONS(399), + [anon_sym_repeat] = ACTIONS(189), + [anon_sym_package] = ACTIONS(177), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(193), + [anon_sym_LBRACK] = ACTIONS(195), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_RBRACE] = ACTIONS(499), + [anon_sym_in] = ACTIONS(501), + [anon_sym_self] = ACTIONS(201), + [anon_sym_super] = ACTIONS(61), + [anon_sym_guard] = ACTIONS(63), + [anon_sym_do] = ACTIONS(65), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [sym_statement_label] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_while] = ACTIONS(81), + [sym_throw_keyword] = ACTIONS(83), + [anon_sym_return] = ACTIONS(153), + [anon_sym_continue] = ACTIONS(153), + [anon_sym_break] = ACTIONS(153), + [anon_sym_yield] = ACTIONS(153), + [anon_sym_typealias] = ACTIONS(87), + [anon_sym_struct] = ACTIONS(89), + [anon_sym_class] = ACTIONS(89), + [anon_sym_enum] = ACTIONS(93), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_func] = ACTIONS(99), + [anon_sym_extension] = ACTIONS(103), + [anon_sym_indirect] = ACTIONS(105), + [anon_sym_AT] = ACTIONS(405), + [anon_sym_final] = ACTIONS(393), + [anon_sym_weak] = ACTIONS(395), + [anon_sym_unowned] = ACTIONS(395), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(397), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(397), + [anon_sym_borrowing] = ACTIONS(177), + [anon_sym_consuming] = ACTIONS(177), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(49)] = { + [sym_simple_identifier] = STATE(1690), + [sym__contextual_simple_identifier] = STATE(1701), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1582), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym__lambda_type_declaration] = STATE(86), + [sym_capture_list] = STATE(5093), + [sym_lambda_function_type] = STATE(9072), + [sym_lambda_function_type_parameters] = STATE(6411), + [sym_lambda_parameter] = STATE(6729), + [sym_self_expression] = STATE(2176), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(3081), + [sym_guard_statement] = STATE(7081), + [sym_switch_statement] = STATE(3081), + [sym_do_statement] = STATE(7081), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_statements] = STATE(9083), + [sym__local_statement] = STATE(7081), + [sym__labeled_statement] = STATE(7081), + [sym_for_statement] = STATE(7081), + [sym_while_statement] = STATE(7081), + [sym_repeat_while_statement] = STATE(7081), + [sym_control_transfer_statement] = STATE(7081), + [sym__throw_statement] = STATE(8380), + [sym__optionally_valueful_control_keyword] = STATE(388), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_local_declaration] = STATE(7081), + [sym__local_property_declaration] = STATE(7885), + [sym__local_typealias_declaration] = STATE(8530), + [sym__local_function_declaration] = STATE(7914), + [sym__local_class_declaration] = STATE(7916), + [sym__modifierless_property_declaration] = STATE(7919), + [sym__modifierless_typealias_declaration] = STATE(7930), + [sym__modifierless_function_declaration] = STATE(7933), + [sym__modifierless_function_declaration_no_body] = STATE(7945), + [sym__modifierless_class_declaration] = STATE(7959), + [sym__non_constructor_function_decl] = STATE(7521), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__async_modifier] = STATE(8439), + [sym_attribute] = STATE(4964), + [sym_value_binding_pattern] = STATE(4879), + [sym__possibly_async_binding_pattern_kind] = STATE(4879), + [aux_sym__locally_permitted_modifiers] = STATE(4938), + [sym__locally_permitted_modifier] = STATE(4938), + [sym_property_behavior_modifier] = STATE(4938), + [sym_inheritance_modifier] = STATE(4938), + [sym_ownership_modifier] = STATE(4938), + [sym__parameter_ownership_modifier] = STATE(1701), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [aux_sym__lambda_type_declaration_repeat1] = STATE(4966), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(177), + [aux_sym_simple_identifier_token2] = ACTIONS(179), + [aux_sym_simple_identifier_token3] = ACTIONS(179), + [aux_sym_simple_identifier_token4] = ACTIONS(179), + [anon_sym_actor] = ACTIONS(181), + [anon_sym_async] = ACTIONS(183), + [anon_sym_each] = ACTIONS(185), + [anon_sym_lazy] = ACTIONS(399), + [anon_sym_repeat] = ACTIONS(189), + [anon_sym_package] = ACTIONS(177), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(193), + [anon_sym_LBRACK] = ACTIONS(195), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_RBRACE] = ACTIONS(503), + [anon_sym_in] = ACTIONS(505), + [anon_sym_self] = ACTIONS(201), + [anon_sym_super] = ACTIONS(61), + [anon_sym_guard] = ACTIONS(63), + [anon_sym_do] = ACTIONS(65), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [sym_statement_label] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_while] = ACTIONS(81), + [sym_throw_keyword] = ACTIONS(83), + [anon_sym_return] = ACTIONS(153), + [anon_sym_continue] = ACTIONS(153), + [anon_sym_break] = ACTIONS(153), + [anon_sym_yield] = ACTIONS(153), + [anon_sym_typealias] = ACTIONS(87), + [anon_sym_struct] = ACTIONS(89), + [anon_sym_class] = ACTIONS(89), + [anon_sym_enum] = ACTIONS(93), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_func] = ACTIONS(99), + [anon_sym_extension] = ACTIONS(103), + [anon_sym_indirect] = ACTIONS(105), + [anon_sym_AT] = ACTIONS(405), + [anon_sym_final] = ACTIONS(393), + [anon_sym_weak] = ACTIONS(395), + [anon_sym_unowned] = ACTIONS(395), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(397), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(397), + [anon_sym_borrowing] = ACTIONS(177), + [anon_sym_consuming] = ACTIONS(177), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(50)] = { + [sym_simple_identifier] = STATE(1690), + [sym__contextual_simple_identifier] = STATE(1701), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1582), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym__lambda_type_declaration] = STATE(88), + [sym_capture_list] = STATE(5093), + [sym_lambda_function_type] = STATE(9072), + [sym_lambda_function_type_parameters] = STATE(6411), + [sym_lambda_parameter] = STATE(6729), + [sym_self_expression] = STATE(2176), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(3081), + [sym_guard_statement] = STATE(7081), + [sym_switch_statement] = STATE(3081), + [sym_do_statement] = STATE(7081), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_statements] = STATE(9327), + [sym__local_statement] = STATE(7081), + [sym__labeled_statement] = STATE(7081), + [sym_for_statement] = STATE(7081), + [sym_while_statement] = STATE(7081), + [sym_repeat_while_statement] = STATE(7081), + [sym_control_transfer_statement] = STATE(7081), + [sym__throw_statement] = STATE(8380), + [sym__optionally_valueful_control_keyword] = STATE(388), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_local_declaration] = STATE(7081), + [sym__local_property_declaration] = STATE(7885), + [sym__local_typealias_declaration] = STATE(8530), + [sym__local_function_declaration] = STATE(7914), + [sym__local_class_declaration] = STATE(7916), + [sym__modifierless_property_declaration] = STATE(7919), + [sym__modifierless_typealias_declaration] = STATE(7930), + [sym__modifierless_function_declaration] = STATE(7933), + [sym__modifierless_function_declaration_no_body] = STATE(7945), + [sym__modifierless_class_declaration] = STATE(7959), + [sym__non_constructor_function_decl] = STATE(7521), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__async_modifier] = STATE(8439), + [sym_attribute] = STATE(4964), + [sym_value_binding_pattern] = STATE(4879), + [sym__possibly_async_binding_pattern_kind] = STATE(4879), + [aux_sym__locally_permitted_modifiers] = STATE(4938), + [sym__locally_permitted_modifier] = STATE(4938), + [sym_property_behavior_modifier] = STATE(4938), + [sym_inheritance_modifier] = STATE(4938), + [sym_ownership_modifier] = STATE(4938), + [sym__parameter_ownership_modifier] = STATE(1701), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [aux_sym__lambda_type_declaration_repeat1] = STATE(4966), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(177), + [aux_sym_simple_identifier_token2] = ACTIONS(179), + [aux_sym_simple_identifier_token3] = ACTIONS(179), + [aux_sym_simple_identifier_token4] = ACTIONS(179), + [anon_sym_actor] = ACTIONS(181), + [anon_sym_async] = ACTIONS(183), + [anon_sym_each] = ACTIONS(185), + [anon_sym_lazy] = ACTIONS(399), + [anon_sym_repeat] = ACTIONS(189), + [anon_sym_package] = ACTIONS(177), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(193), + [anon_sym_LBRACK] = ACTIONS(195), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_RBRACE] = ACTIONS(263), + [anon_sym_in] = ACTIONS(265), + [anon_sym_self] = ACTIONS(201), + [anon_sym_super] = ACTIONS(61), + [anon_sym_guard] = ACTIONS(63), + [anon_sym_do] = ACTIONS(65), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [sym_statement_label] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_while] = ACTIONS(81), + [sym_throw_keyword] = ACTIONS(83), + [anon_sym_return] = ACTIONS(153), + [anon_sym_continue] = ACTIONS(153), + [anon_sym_break] = ACTIONS(153), + [anon_sym_yield] = ACTIONS(153), + [anon_sym_typealias] = ACTIONS(87), + [anon_sym_struct] = ACTIONS(89), + [anon_sym_class] = ACTIONS(89), + [anon_sym_enum] = ACTIONS(93), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_func] = ACTIONS(99), + [anon_sym_extension] = ACTIONS(103), + [anon_sym_indirect] = ACTIONS(105), + [anon_sym_AT] = ACTIONS(405), + [anon_sym_final] = ACTIONS(393), + [anon_sym_weak] = ACTIONS(395), + [anon_sym_unowned] = ACTIONS(395), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(397), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(397), + [anon_sym_borrowing] = ACTIONS(177), + [anon_sym_consuming] = ACTIONS(177), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(51)] = { + [sym_simple_identifier] = STATE(1690), + [sym__contextual_simple_identifier] = STATE(1701), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1582), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym__lambda_type_declaration] = STATE(90), + [sym_capture_list] = STATE(5093), + [sym_lambda_function_type] = STATE(9072), + [sym_lambda_function_type_parameters] = STATE(6411), + [sym_lambda_parameter] = STATE(6729), + [sym_self_expression] = STATE(2176), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(3081), + [sym_guard_statement] = STATE(7081), + [sym_switch_statement] = STATE(3081), + [sym_do_statement] = STATE(7081), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_statements] = STATE(9189), + [sym__local_statement] = STATE(7081), + [sym__labeled_statement] = STATE(7081), + [sym_for_statement] = STATE(7081), + [sym_while_statement] = STATE(7081), + [sym_repeat_while_statement] = STATE(7081), + [sym_control_transfer_statement] = STATE(7081), + [sym__throw_statement] = STATE(8380), + [sym__optionally_valueful_control_keyword] = STATE(388), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_local_declaration] = STATE(7081), + [sym__local_property_declaration] = STATE(7885), + [sym__local_typealias_declaration] = STATE(8530), + [sym__local_function_declaration] = STATE(7914), + [sym__local_class_declaration] = STATE(7916), + [sym__modifierless_property_declaration] = STATE(7919), + [sym__modifierless_typealias_declaration] = STATE(7930), + [sym__modifierless_function_declaration] = STATE(7933), + [sym__modifierless_function_declaration_no_body] = STATE(7945), + [sym__modifierless_class_declaration] = STATE(7959), + [sym__non_constructor_function_decl] = STATE(7521), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__async_modifier] = STATE(8439), + [sym_attribute] = STATE(4964), + [sym_value_binding_pattern] = STATE(4879), + [sym__possibly_async_binding_pattern_kind] = STATE(4879), + [aux_sym__locally_permitted_modifiers] = STATE(4938), + [sym__locally_permitted_modifier] = STATE(4938), + [sym_property_behavior_modifier] = STATE(4938), + [sym_inheritance_modifier] = STATE(4938), + [sym_ownership_modifier] = STATE(4938), + [sym__parameter_ownership_modifier] = STATE(1701), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [aux_sym__lambda_type_declaration_repeat1] = STATE(4966), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(177), + [aux_sym_simple_identifier_token2] = ACTIONS(179), + [aux_sym_simple_identifier_token3] = ACTIONS(179), + [aux_sym_simple_identifier_token4] = ACTIONS(179), + [anon_sym_actor] = ACTIONS(181), + [anon_sym_async] = ACTIONS(183), + [anon_sym_each] = ACTIONS(185), + [anon_sym_lazy] = ACTIONS(399), + [anon_sym_repeat] = ACTIONS(189), + [anon_sym_package] = ACTIONS(177), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(193), + [anon_sym_LBRACK] = ACTIONS(195), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_RBRACE] = ACTIONS(251), + [anon_sym_in] = ACTIONS(253), + [anon_sym_self] = ACTIONS(201), + [anon_sym_super] = ACTIONS(61), + [anon_sym_guard] = ACTIONS(63), + [anon_sym_do] = ACTIONS(65), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [sym_statement_label] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_while] = ACTIONS(81), + [sym_throw_keyword] = ACTIONS(83), + [anon_sym_return] = ACTIONS(153), + [anon_sym_continue] = ACTIONS(153), + [anon_sym_break] = ACTIONS(153), + [anon_sym_yield] = ACTIONS(153), + [anon_sym_typealias] = ACTIONS(87), + [anon_sym_struct] = ACTIONS(89), + [anon_sym_class] = ACTIONS(89), + [anon_sym_enum] = ACTIONS(93), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_func] = ACTIONS(99), + [anon_sym_extension] = ACTIONS(103), + [anon_sym_indirect] = ACTIONS(105), + [anon_sym_AT] = ACTIONS(405), + [anon_sym_final] = ACTIONS(393), + [anon_sym_weak] = ACTIONS(395), + [anon_sym_unowned] = ACTIONS(395), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(397), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(397), + [anon_sym_borrowing] = ACTIONS(177), + [anon_sym_consuming] = ACTIONS(177), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(52)] = { + [sym_simple_identifier] = STATE(1690), + [sym__contextual_simple_identifier] = STATE(1701), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1582), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym__lambda_type_declaration] = STATE(92), + [sym_capture_list] = STATE(5093), + [sym_lambda_function_type] = STATE(9072), + [sym_lambda_function_type_parameters] = STATE(6411), + [sym_lambda_parameter] = STATE(6729), + [sym_self_expression] = STATE(2176), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(3081), + [sym_guard_statement] = STATE(7081), + [sym_switch_statement] = STATE(3081), + [sym_do_statement] = STATE(7081), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_statements] = STATE(9077), + [sym__local_statement] = STATE(7081), + [sym__labeled_statement] = STATE(7081), + [sym_for_statement] = STATE(7081), + [sym_while_statement] = STATE(7081), + [sym_repeat_while_statement] = STATE(7081), + [sym_control_transfer_statement] = STATE(7081), + [sym__throw_statement] = STATE(8380), + [sym__optionally_valueful_control_keyword] = STATE(388), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_local_declaration] = STATE(7081), + [sym__local_property_declaration] = STATE(7885), + [sym__local_typealias_declaration] = STATE(8530), + [sym__local_function_declaration] = STATE(7914), + [sym__local_class_declaration] = STATE(7916), + [sym__modifierless_property_declaration] = STATE(7919), + [sym__modifierless_typealias_declaration] = STATE(7930), + [sym__modifierless_function_declaration] = STATE(7933), + [sym__modifierless_function_declaration_no_body] = STATE(7945), + [sym__modifierless_class_declaration] = STATE(7959), + [sym__non_constructor_function_decl] = STATE(7521), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__async_modifier] = STATE(8439), + [sym_attribute] = STATE(4964), + [sym_value_binding_pattern] = STATE(4879), + [sym__possibly_async_binding_pattern_kind] = STATE(4879), + [aux_sym__locally_permitted_modifiers] = STATE(4938), + [sym__locally_permitted_modifier] = STATE(4938), + [sym_property_behavior_modifier] = STATE(4938), + [sym_inheritance_modifier] = STATE(4938), + [sym_ownership_modifier] = STATE(4938), + [sym__parameter_ownership_modifier] = STATE(1701), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [aux_sym__lambda_type_declaration_repeat1] = STATE(4966), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(177), + [aux_sym_simple_identifier_token2] = ACTIONS(179), + [aux_sym_simple_identifier_token3] = ACTIONS(179), + [aux_sym_simple_identifier_token4] = ACTIONS(179), + [anon_sym_actor] = ACTIONS(181), + [anon_sym_async] = ACTIONS(183), + [anon_sym_each] = ACTIONS(185), + [anon_sym_lazy] = ACTIONS(399), + [anon_sym_repeat] = ACTIONS(189), + [anon_sym_package] = ACTIONS(177), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(193), + [anon_sym_LBRACK] = ACTIONS(195), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_RBRACE] = ACTIONS(255), + [anon_sym_in] = ACTIONS(257), + [anon_sym_self] = ACTIONS(201), + [anon_sym_super] = ACTIONS(61), + [anon_sym_guard] = ACTIONS(63), + [anon_sym_do] = ACTIONS(65), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [sym_statement_label] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_while] = ACTIONS(81), + [sym_throw_keyword] = ACTIONS(83), + [anon_sym_return] = ACTIONS(153), + [anon_sym_continue] = ACTIONS(153), + [anon_sym_break] = ACTIONS(153), + [anon_sym_yield] = ACTIONS(153), + [anon_sym_typealias] = ACTIONS(87), + [anon_sym_struct] = ACTIONS(89), + [anon_sym_class] = ACTIONS(89), + [anon_sym_enum] = ACTIONS(93), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_func] = ACTIONS(99), + [anon_sym_extension] = ACTIONS(103), + [anon_sym_indirect] = ACTIONS(105), + [anon_sym_AT] = ACTIONS(405), + [anon_sym_final] = ACTIONS(393), + [anon_sym_weak] = ACTIONS(395), + [anon_sym_unowned] = ACTIONS(395), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(397), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(397), + [anon_sym_borrowing] = ACTIONS(177), + [anon_sym_consuming] = ACTIONS(177), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(53)] = { + [sym_simple_identifier] = STATE(1690), + [sym__contextual_simple_identifier] = STATE(1701), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1582), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym__lambda_type_declaration] = STATE(94), + [sym_capture_list] = STATE(5093), + [sym_lambda_function_type] = STATE(9072), + [sym_lambda_function_type_parameters] = STATE(6411), + [sym_lambda_parameter] = STATE(6729), + [sym_self_expression] = STATE(2176), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(3081), + [sym_guard_statement] = STATE(7081), + [sym_switch_statement] = STATE(3081), + [sym_do_statement] = STATE(7081), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_statements] = STATE(9021), + [sym__local_statement] = STATE(7081), + [sym__labeled_statement] = STATE(7081), + [sym_for_statement] = STATE(7081), + [sym_while_statement] = STATE(7081), + [sym_repeat_while_statement] = STATE(7081), + [sym_control_transfer_statement] = STATE(7081), + [sym__throw_statement] = STATE(8380), + [sym__optionally_valueful_control_keyword] = STATE(388), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_local_declaration] = STATE(7081), + [sym__local_property_declaration] = STATE(7885), + [sym__local_typealias_declaration] = STATE(8530), + [sym__local_function_declaration] = STATE(7914), + [sym__local_class_declaration] = STATE(7916), + [sym__modifierless_property_declaration] = STATE(7919), + [sym__modifierless_typealias_declaration] = STATE(7930), + [sym__modifierless_function_declaration] = STATE(7933), + [sym__modifierless_function_declaration_no_body] = STATE(7945), + [sym__modifierless_class_declaration] = STATE(7959), + [sym__non_constructor_function_decl] = STATE(7521), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__async_modifier] = STATE(8439), + [sym_attribute] = STATE(4964), + [sym_value_binding_pattern] = STATE(4879), + [sym__possibly_async_binding_pattern_kind] = STATE(4879), + [aux_sym__locally_permitted_modifiers] = STATE(4938), + [sym__locally_permitted_modifier] = STATE(4938), + [sym_property_behavior_modifier] = STATE(4938), + [sym_inheritance_modifier] = STATE(4938), + [sym_ownership_modifier] = STATE(4938), + [sym__parameter_ownership_modifier] = STATE(1701), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [aux_sym__lambda_type_declaration_repeat1] = STATE(4966), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(177), + [aux_sym_simple_identifier_token2] = ACTIONS(179), + [aux_sym_simple_identifier_token3] = ACTIONS(179), + [aux_sym_simple_identifier_token4] = ACTIONS(179), + [anon_sym_actor] = ACTIONS(181), + [anon_sym_async] = ACTIONS(183), + [anon_sym_each] = ACTIONS(185), + [anon_sym_lazy] = ACTIONS(399), + [anon_sym_repeat] = ACTIONS(189), + [anon_sym_package] = ACTIONS(177), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(193), + [anon_sym_LBRACK] = ACTIONS(195), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_RBRACE] = ACTIONS(507), + [anon_sym_in] = ACTIONS(509), + [anon_sym_self] = ACTIONS(201), + [anon_sym_super] = ACTIONS(61), + [anon_sym_guard] = ACTIONS(63), + [anon_sym_do] = ACTIONS(65), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [sym_statement_label] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_while] = ACTIONS(81), + [sym_throw_keyword] = ACTIONS(83), + [anon_sym_return] = ACTIONS(153), + [anon_sym_continue] = ACTIONS(153), + [anon_sym_break] = ACTIONS(153), + [anon_sym_yield] = ACTIONS(153), + [anon_sym_typealias] = ACTIONS(87), + [anon_sym_struct] = ACTIONS(89), + [anon_sym_class] = ACTIONS(89), + [anon_sym_enum] = ACTIONS(93), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_func] = ACTIONS(99), + [anon_sym_extension] = ACTIONS(103), + [anon_sym_indirect] = ACTIONS(105), + [anon_sym_AT] = ACTIONS(405), + [anon_sym_final] = ACTIONS(393), + [anon_sym_weak] = ACTIONS(395), + [anon_sym_unowned] = ACTIONS(395), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(397), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(397), + [anon_sym_borrowing] = ACTIONS(177), + [anon_sym_consuming] = ACTIONS(177), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(54)] = { + [sym_simple_identifier] = STATE(2455), + [sym__contextual_simple_identifier] = STATE(2422), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1582), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym_self_expression] = STATE(2689), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(3081), + [sym_guard_statement] = STATE(7081), + [sym_switch_statement] = STATE(3081), + [sym_do_statement] = STATE(7081), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_statements] = STATE(9268), + [sym__local_statement] = STATE(7081), + [sym__labeled_statement] = STATE(7081), + [sym_for_statement] = STATE(7081), + [sym_while_statement] = STATE(7081), + [sym_repeat_while_statement] = STATE(7081), + [sym_control_transfer_statement] = STATE(7081), + [sym__throw_statement] = STATE(8380), + [sym__optionally_valueful_control_keyword] = STATE(388), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_local_declaration] = STATE(7081), + [sym__local_property_declaration] = STATE(7885), + [sym__local_typealias_declaration] = STATE(8530), + [sym__local_function_declaration] = STATE(7914), + [sym__local_class_declaration] = STATE(7916), + [sym__modifierless_property_declaration] = STATE(7919), + [sym__modifierless_typealias_declaration] = STATE(7930), + [sym__modifierless_function_declaration] = STATE(7933), + [sym__modifierless_function_declaration_no_body] = STATE(7945), + [sym__modifierless_class_declaration] = STATE(7959), + [sym__non_constructor_function_decl] = STATE(7521), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__async_modifier] = STATE(8439), + [sym_attribute] = STATE(4938), + [sym_value_binding_pattern] = STATE(4879), + [sym__possibly_async_binding_pattern_kind] = STATE(4879), + [aux_sym__locally_permitted_modifiers] = STATE(4938), + [sym__locally_permitted_modifier] = STATE(4938), + [sym_property_behavior_modifier] = STATE(4938), + [sym_inheritance_modifier] = STATE(4938), + [sym_ownership_modifier] = STATE(4938), + [sym__parameter_ownership_modifier] = STATE(2422), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(11), + [aux_sym_simple_identifier_token2] = ACTIONS(13), + [aux_sym_simple_identifier_token3] = ACTIONS(13), + [aux_sym_simple_identifier_token4] = ACTIONS(13), + [anon_sym_actor] = ACTIONS(15), + [anon_sym_async] = ACTIONS(17), + [anon_sym_each] = ACTIONS(19), + [anon_sym_lazy] = ACTIONS(389), + [anon_sym_repeat] = ACTIONS(23), + [anon_sym_package] = ACTIONS(11), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_RBRACE] = ACTIONS(511), + [anon_sym_self] = ACTIONS(59), + [anon_sym_super] = ACTIONS(61), + [anon_sym_guard] = ACTIONS(63), + [anon_sym_do] = ACTIONS(65), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [sym_statement_label] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_while] = ACTIONS(81), + [sym_throw_keyword] = ACTIONS(83), + [anon_sym_return] = ACTIONS(153), + [anon_sym_continue] = ACTIONS(153), + [anon_sym_break] = ACTIONS(153), + [anon_sym_yield] = ACTIONS(153), + [anon_sym_typealias] = ACTIONS(87), + [anon_sym_struct] = ACTIONS(89), + [anon_sym_class] = ACTIONS(89), + [anon_sym_enum] = ACTIONS(93), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_func] = ACTIONS(99), + [anon_sym_extension] = ACTIONS(103), + [anon_sym_indirect] = ACTIONS(105), + [anon_sym_AT] = ACTIONS(391), + [anon_sym_final] = ACTIONS(393), + [anon_sym_weak] = ACTIONS(395), + [anon_sym_unowned] = ACTIONS(395), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(397), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(397), + [anon_sym_borrowing] = ACTIONS(11), + [anon_sym_consuming] = ACTIONS(11), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(55)] = { + [sym_simple_identifier] = STATE(2455), + [sym__contextual_simple_identifier] = STATE(2422), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1582), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym_self_expression] = STATE(2689), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(3081), + [sym_guard_statement] = STATE(7081), + [sym_switch_statement] = STATE(3081), + [sym_do_statement] = STATE(7081), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_statements] = STATE(8996), + [sym__local_statement] = STATE(7081), + [sym__labeled_statement] = STATE(7081), + [sym_for_statement] = STATE(7081), + [sym_while_statement] = STATE(7081), + [sym_repeat_while_statement] = STATE(7081), + [sym_control_transfer_statement] = STATE(7081), + [sym__throw_statement] = STATE(8380), + [sym__optionally_valueful_control_keyword] = STATE(388), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_local_declaration] = STATE(7081), + [sym__local_property_declaration] = STATE(7885), + [sym__local_typealias_declaration] = STATE(8530), + [sym__local_function_declaration] = STATE(7914), + [sym__local_class_declaration] = STATE(7916), + [sym__modifierless_property_declaration] = STATE(7919), + [sym__modifierless_typealias_declaration] = STATE(7930), + [sym__modifierless_function_declaration] = STATE(7933), + [sym__modifierless_function_declaration_no_body] = STATE(7945), + [sym__modifierless_class_declaration] = STATE(7959), + [sym__non_constructor_function_decl] = STATE(7521), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__async_modifier] = STATE(8439), + [sym_attribute] = STATE(4938), + [sym_value_binding_pattern] = STATE(4879), + [sym__possibly_async_binding_pattern_kind] = STATE(4879), + [aux_sym__locally_permitted_modifiers] = STATE(4938), + [sym__locally_permitted_modifier] = STATE(4938), + [sym_property_behavior_modifier] = STATE(4938), + [sym_inheritance_modifier] = STATE(4938), + [sym_ownership_modifier] = STATE(4938), + [sym__parameter_ownership_modifier] = STATE(2422), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(11), + [aux_sym_simple_identifier_token2] = ACTIONS(13), + [aux_sym_simple_identifier_token3] = ACTIONS(13), + [aux_sym_simple_identifier_token4] = ACTIONS(13), + [anon_sym_actor] = ACTIONS(15), + [anon_sym_async] = ACTIONS(17), + [anon_sym_each] = ACTIONS(19), + [anon_sym_lazy] = ACTIONS(389), + [anon_sym_repeat] = ACTIONS(23), + [anon_sym_package] = ACTIONS(11), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_RBRACE] = ACTIONS(513), + [anon_sym_self] = ACTIONS(59), + [anon_sym_super] = ACTIONS(61), + [anon_sym_guard] = ACTIONS(63), + [anon_sym_do] = ACTIONS(65), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [sym_statement_label] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_while] = ACTIONS(81), + [sym_throw_keyword] = ACTIONS(83), + [anon_sym_return] = ACTIONS(153), + [anon_sym_continue] = ACTIONS(153), + [anon_sym_break] = ACTIONS(153), + [anon_sym_yield] = ACTIONS(153), + [anon_sym_typealias] = ACTIONS(87), + [anon_sym_struct] = ACTIONS(89), + [anon_sym_class] = ACTIONS(89), + [anon_sym_enum] = ACTIONS(93), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_func] = ACTIONS(99), + [anon_sym_extension] = ACTIONS(103), + [anon_sym_indirect] = ACTIONS(105), + [anon_sym_AT] = ACTIONS(391), + [anon_sym_final] = ACTIONS(393), + [anon_sym_weak] = ACTIONS(395), + [anon_sym_unowned] = ACTIONS(395), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(397), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(397), + [anon_sym_borrowing] = ACTIONS(11), + [anon_sym_consuming] = ACTIONS(11), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(56)] = { + [sym_simple_identifier] = STATE(2455), + [sym__contextual_simple_identifier] = STATE(2422), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1582), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym_self_expression] = STATE(2689), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(3081), + [sym_guard_statement] = STATE(7081), + [sym_switch_statement] = STATE(3081), + [sym_do_statement] = STATE(7081), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_statements] = STATE(9117), + [sym__local_statement] = STATE(7081), + [sym__labeled_statement] = STATE(7081), + [sym_for_statement] = STATE(7081), + [sym_while_statement] = STATE(7081), + [sym_repeat_while_statement] = STATE(7081), + [sym_control_transfer_statement] = STATE(7081), + [sym__throw_statement] = STATE(8380), + [sym__optionally_valueful_control_keyword] = STATE(388), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_local_declaration] = STATE(7081), + [sym__local_property_declaration] = STATE(7885), + [sym__local_typealias_declaration] = STATE(8530), + [sym__local_function_declaration] = STATE(7914), + [sym__local_class_declaration] = STATE(7916), + [sym__modifierless_property_declaration] = STATE(7919), + [sym__modifierless_typealias_declaration] = STATE(7930), + [sym__modifierless_function_declaration] = STATE(7933), + [sym__modifierless_function_declaration_no_body] = STATE(7945), + [sym__modifierless_class_declaration] = STATE(7959), + [sym__non_constructor_function_decl] = STATE(7521), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__async_modifier] = STATE(8439), + [sym_attribute] = STATE(4938), + [sym_value_binding_pattern] = STATE(4879), + [sym__possibly_async_binding_pattern_kind] = STATE(4879), + [aux_sym__locally_permitted_modifiers] = STATE(4938), + [sym__locally_permitted_modifier] = STATE(4938), + [sym_property_behavior_modifier] = STATE(4938), + [sym_inheritance_modifier] = STATE(4938), + [sym_ownership_modifier] = STATE(4938), + [sym__parameter_ownership_modifier] = STATE(2422), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(11), + [aux_sym_simple_identifier_token2] = ACTIONS(13), + [aux_sym_simple_identifier_token3] = ACTIONS(13), + [aux_sym_simple_identifier_token4] = ACTIONS(13), + [anon_sym_actor] = ACTIONS(15), + [anon_sym_async] = ACTIONS(17), + [anon_sym_each] = ACTIONS(19), + [anon_sym_lazy] = ACTIONS(389), + [anon_sym_repeat] = ACTIONS(23), + [anon_sym_package] = ACTIONS(11), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_RBRACE] = ACTIONS(515), + [anon_sym_self] = ACTIONS(59), + [anon_sym_super] = ACTIONS(61), + [anon_sym_guard] = ACTIONS(63), + [anon_sym_do] = ACTIONS(65), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [sym_statement_label] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_while] = ACTIONS(81), + [sym_throw_keyword] = ACTIONS(83), + [anon_sym_return] = ACTIONS(153), + [anon_sym_continue] = ACTIONS(153), + [anon_sym_break] = ACTIONS(153), + [anon_sym_yield] = ACTIONS(153), + [anon_sym_typealias] = ACTIONS(87), + [anon_sym_struct] = ACTIONS(89), + [anon_sym_class] = ACTIONS(89), + [anon_sym_enum] = ACTIONS(93), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_func] = ACTIONS(99), + [anon_sym_extension] = ACTIONS(103), + [anon_sym_indirect] = ACTIONS(105), + [anon_sym_AT] = ACTIONS(391), + [anon_sym_final] = ACTIONS(393), + [anon_sym_weak] = ACTIONS(395), + [anon_sym_unowned] = ACTIONS(395), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(397), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(397), + [anon_sym_borrowing] = ACTIONS(11), + [anon_sym_consuming] = ACTIONS(11), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(57)] = { + [sym_simple_identifier] = STATE(2455), + [sym__contextual_simple_identifier] = STATE(2422), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1582), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym_self_expression] = STATE(2689), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(3081), + [sym_guard_statement] = STATE(7081), + [sym_switch_statement] = STATE(3081), + [sym_do_statement] = STATE(7081), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_statements] = STATE(9041), + [sym__local_statement] = STATE(7081), + [sym__labeled_statement] = STATE(7081), + [sym_for_statement] = STATE(7081), + [sym_while_statement] = STATE(7081), + [sym_repeat_while_statement] = STATE(7081), + [sym_control_transfer_statement] = STATE(7081), + [sym__throw_statement] = STATE(8380), + [sym__optionally_valueful_control_keyword] = STATE(388), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_local_declaration] = STATE(7081), + [sym__local_property_declaration] = STATE(7885), + [sym__local_typealias_declaration] = STATE(8530), + [sym__local_function_declaration] = STATE(7914), + [sym__local_class_declaration] = STATE(7916), + [sym__modifierless_property_declaration] = STATE(7919), + [sym__modifierless_typealias_declaration] = STATE(7930), + [sym__modifierless_function_declaration] = STATE(7933), + [sym__modifierless_function_declaration_no_body] = STATE(7945), + [sym__modifierless_class_declaration] = STATE(7959), + [sym__non_constructor_function_decl] = STATE(7521), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__async_modifier] = STATE(8439), + [sym_attribute] = STATE(4938), + [sym_value_binding_pattern] = STATE(4879), + [sym__possibly_async_binding_pattern_kind] = STATE(4879), + [aux_sym__locally_permitted_modifiers] = STATE(4938), + [sym__locally_permitted_modifier] = STATE(4938), + [sym_property_behavior_modifier] = STATE(4938), + [sym_inheritance_modifier] = STATE(4938), + [sym_ownership_modifier] = STATE(4938), + [sym__parameter_ownership_modifier] = STATE(2422), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(11), + [aux_sym_simple_identifier_token2] = ACTIONS(13), + [aux_sym_simple_identifier_token3] = ACTIONS(13), + [aux_sym_simple_identifier_token4] = ACTIONS(13), + [anon_sym_actor] = ACTIONS(15), + [anon_sym_async] = ACTIONS(17), + [anon_sym_each] = ACTIONS(19), + [anon_sym_lazy] = ACTIONS(389), + [anon_sym_repeat] = ACTIONS(23), + [anon_sym_package] = ACTIONS(11), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_RBRACE] = ACTIONS(517), + [anon_sym_self] = ACTIONS(59), + [anon_sym_super] = ACTIONS(61), + [anon_sym_guard] = ACTIONS(63), + [anon_sym_do] = ACTIONS(65), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [sym_statement_label] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_while] = ACTIONS(81), + [sym_throw_keyword] = ACTIONS(83), + [anon_sym_return] = ACTIONS(153), + [anon_sym_continue] = ACTIONS(153), + [anon_sym_break] = ACTIONS(153), + [anon_sym_yield] = ACTIONS(153), + [anon_sym_typealias] = ACTIONS(87), + [anon_sym_struct] = ACTIONS(89), + [anon_sym_class] = ACTIONS(89), + [anon_sym_enum] = ACTIONS(93), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_func] = ACTIONS(99), + [anon_sym_extension] = ACTIONS(103), + [anon_sym_indirect] = ACTIONS(105), + [anon_sym_AT] = ACTIONS(391), + [anon_sym_final] = ACTIONS(393), + [anon_sym_weak] = ACTIONS(395), + [anon_sym_unowned] = ACTIONS(395), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(397), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(397), + [anon_sym_borrowing] = ACTIONS(11), + [anon_sym_consuming] = ACTIONS(11), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(58)] = { + [sym_simple_identifier] = STATE(2455), + [sym__contextual_simple_identifier] = STATE(2422), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1582), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym_self_expression] = STATE(2689), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(3081), + [sym_guard_statement] = STATE(7081), + [sym_switch_statement] = STATE(3081), + [sym_do_statement] = STATE(7081), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_statements] = STATE(9220), + [sym__local_statement] = STATE(7081), + [sym__labeled_statement] = STATE(7081), + [sym_for_statement] = STATE(7081), + [sym_while_statement] = STATE(7081), + [sym_repeat_while_statement] = STATE(7081), + [sym_control_transfer_statement] = STATE(7081), + [sym__throw_statement] = STATE(8380), + [sym__optionally_valueful_control_keyword] = STATE(388), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_local_declaration] = STATE(7081), + [sym__local_property_declaration] = STATE(7885), + [sym__local_typealias_declaration] = STATE(8530), + [sym__local_function_declaration] = STATE(7914), + [sym__local_class_declaration] = STATE(7916), + [sym__modifierless_property_declaration] = STATE(7919), + [sym__modifierless_typealias_declaration] = STATE(7930), + [sym__modifierless_function_declaration] = STATE(7933), + [sym__modifierless_function_declaration_no_body] = STATE(7945), + [sym__modifierless_class_declaration] = STATE(7959), + [sym__non_constructor_function_decl] = STATE(7521), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__async_modifier] = STATE(8439), + [sym_attribute] = STATE(4938), + [sym_value_binding_pattern] = STATE(4879), + [sym__possibly_async_binding_pattern_kind] = STATE(4879), + [aux_sym__locally_permitted_modifiers] = STATE(4938), + [sym__locally_permitted_modifier] = STATE(4938), + [sym_property_behavior_modifier] = STATE(4938), + [sym_inheritance_modifier] = STATE(4938), + [sym_ownership_modifier] = STATE(4938), + [sym__parameter_ownership_modifier] = STATE(2422), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(11), + [aux_sym_simple_identifier_token2] = ACTIONS(13), + [aux_sym_simple_identifier_token3] = ACTIONS(13), + [aux_sym_simple_identifier_token4] = ACTIONS(13), + [anon_sym_actor] = ACTIONS(15), + [anon_sym_async] = ACTIONS(17), + [anon_sym_each] = ACTIONS(19), + [anon_sym_lazy] = ACTIONS(389), + [anon_sym_repeat] = ACTIONS(23), + [anon_sym_package] = ACTIONS(11), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_RBRACE] = ACTIONS(519), + [anon_sym_self] = ACTIONS(59), + [anon_sym_super] = ACTIONS(61), + [anon_sym_guard] = ACTIONS(63), + [anon_sym_do] = ACTIONS(65), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [sym_statement_label] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_while] = ACTIONS(81), + [sym_throw_keyword] = ACTIONS(83), + [anon_sym_return] = ACTIONS(153), + [anon_sym_continue] = ACTIONS(153), + [anon_sym_break] = ACTIONS(153), + [anon_sym_yield] = ACTIONS(153), + [anon_sym_typealias] = ACTIONS(87), + [anon_sym_struct] = ACTIONS(89), + [anon_sym_class] = ACTIONS(89), + [anon_sym_enum] = ACTIONS(93), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_func] = ACTIONS(99), + [anon_sym_extension] = ACTIONS(103), + [anon_sym_indirect] = ACTIONS(105), + [anon_sym_AT] = ACTIONS(391), + [anon_sym_final] = ACTIONS(393), + [anon_sym_weak] = ACTIONS(395), + [anon_sym_unowned] = ACTIONS(395), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(397), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(397), + [anon_sym_borrowing] = ACTIONS(11), + [anon_sym_consuming] = ACTIONS(11), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(59)] = { + [sym_simple_identifier] = STATE(2455), + [sym__contextual_simple_identifier] = STATE(2422), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1582), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym_self_expression] = STATE(2689), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(3081), + [sym_guard_statement] = STATE(7081), + [sym_switch_statement] = STATE(3081), + [sym_do_statement] = STATE(7081), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_statements] = STATE(8987), + [sym__local_statement] = STATE(7081), + [sym__labeled_statement] = STATE(7081), + [sym_for_statement] = STATE(7081), + [sym_while_statement] = STATE(7081), + [sym_repeat_while_statement] = STATE(7081), + [sym_control_transfer_statement] = STATE(7081), + [sym__throw_statement] = STATE(8380), + [sym__optionally_valueful_control_keyword] = STATE(388), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_local_declaration] = STATE(7081), + [sym__local_property_declaration] = STATE(7885), + [sym__local_typealias_declaration] = STATE(8530), + [sym__local_function_declaration] = STATE(7914), + [sym__local_class_declaration] = STATE(7916), + [sym__modifierless_property_declaration] = STATE(7919), + [sym__modifierless_typealias_declaration] = STATE(7930), + [sym__modifierless_function_declaration] = STATE(7933), + [sym__modifierless_function_declaration_no_body] = STATE(7945), + [sym__modifierless_class_declaration] = STATE(7959), + [sym__non_constructor_function_decl] = STATE(7521), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__async_modifier] = STATE(8439), + [sym_attribute] = STATE(4938), + [sym_value_binding_pattern] = STATE(4879), + [sym__possibly_async_binding_pattern_kind] = STATE(4879), + [aux_sym__locally_permitted_modifiers] = STATE(4938), + [sym__locally_permitted_modifier] = STATE(4938), + [sym_property_behavior_modifier] = STATE(4938), + [sym_inheritance_modifier] = STATE(4938), + [sym_ownership_modifier] = STATE(4938), + [sym__parameter_ownership_modifier] = STATE(2422), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(11), + [aux_sym_simple_identifier_token2] = ACTIONS(13), + [aux_sym_simple_identifier_token3] = ACTIONS(13), + [aux_sym_simple_identifier_token4] = ACTIONS(13), + [anon_sym_actor] = ACTIONS(15), + [anon_sym_async] = ACTIONS(17), + [anon_sym_each] = ACTIONS(19), + [anon_sym_lazy] = ACTIONS(389), + [anon_sym_repeat] = ACTIONS(23), + [anon_sym_package] = ACTIONS(11), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_RBRACE] = ACTIONS(521), + [anon_sym_self] = ACTIONS(59), + [anon_sym_super] = ACTIONS(61), + [anon_sym_guard] = ACTIONS(63), + [anon_sym_do] = ACTIONS(65), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [sym_statement_label] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_while] = ACTIONS(81), + [sym_throw_keyword] = ACTIONS(83), + [anon_sym_return] = ACTIONS(153), + [anon_sym_continue] = ACTIONS(153), + [anon_sym_break] = ACTIONS(153), + [anon_sym_yield] = ACTIONS(153), + [anon_sym_typealias] = ACTIONS(87), + [anon_sym_struct] = ACTIONS(89), + [anon_sym_class] = ACTIONS(89), + [anon_sym_enum] = ACTIONS(93), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_func] = ACTIONS(99), + [anon_sym_extension] = ACTIONS(103), + [anon_sym_indirect] = ACTIONS(105), + [anon_sym_AT] = ACTIONS(391), + [anon_sym_final] = ACTIONS(393), + [anon_sym_weak] = ACTIONS(395), + [anon_sym_unowned] = ACTIONS(395), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(397), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(397), + [anon_sym_borrowing] = ACTIONS(11), + [anon_sym_consuming] = ACTIONS(11), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(60)] = { + [sym_simple_identifier] = STATE(2455), + [sym__contextual_simple_identifier] = STATE(2422), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1582), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym_self_expression] = STATE(2689), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(3081), + [sym_guard_statement] = STATE(7081), + [sym_switch_statement] = STATE(3081), + [sym_do_statement] = STATE(7081), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_statements] = STATE(9045), + [sym__local_statement] = STATE(7081), + [sym__labeled_statement] = STATE(7081), + [sym_for_statement] = STATE(7081), + [sym_while_statement] = STATE(7081), + [sym_repeat_while_statement] = STATE(7081), + [sym_control_transfer_statement] = STATE(7081), + [sym__throw_statement] = STATE(8380), + [sym__optionally_valueful_control_keyword] = STATE(388), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_local_declaration] = STATE(7081), + [sym__local_property_declaration] = STATE(7885), + [sym__local_typealias_declaration] = STATE(8530), + [sym__local_function_declaration] = STATE(7914), + [sym__local_class_declaration] = STATE(7916), + [sym__modifierless_property_declaration] = STATE(7919), + [sym__modifierless_typealias_declaration] = STATE(7930), + [sym__modifierless_function_declaration] = STATE(7933), + [sym__modifierless_function_declaration_no_body] = STATE(7945), + [sym__modifierless_class_declaration] = STATE(7959), + [sym__non_constructor_function_decl] = STATE(7521), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__async_modifier] = STATE(8439), + [sym_attribute] = STATE(4938), + [sym_value_binding_pattern] = STATE(4879), + [sym__possibly_async_binding_pattern_kind] = STATE(4879), + [aux_sym__locally_permitted_modifiers] = STATE(4938), + [sym__locally_permitted_modifier] = STATE(4938), + [sym_property_behavior_modifier] = STATE(4938), + [sym_inheritance_modifier] = STATE(4938), + [sym_ownership_modifier] = STATE(4938), + [sym__parameter_ownership_modifier] = STATE(2422), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(11), + [aux_sym_simple_identifier_token2] = ACTIONS(13), + [aux_sym_simple_identifier_token3] = ACTIONS(13), + [aux_sym_simple_identifier_token4] = ACTIONS(13), + [anon_sym_actor] = ACTIONS(15), + [anon_sym_async] = ACTIONS(17), + [anon_sym_each] = ACTIONS(19), + [anon_sym_lazy] = ACTIONS(389), + [anon_sym_repeat] = ACTIONS(23), + [anon_sym_package] = ACTIONS(11), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_RBRACE] = ACTIONS(523), + [anon_sym_self] = ACTIONS(59), + [anon_sym_super] = ACTIONS(61), + [anon_sym_guard] = ACTIONS(63), + [anon_sym_do] = ACTIONS(65), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [sym_statement_label] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_while] = ACTIONS(81), + [sym_throw_keyword] = ACTIONS(83), + [anon_sym_return] = ACTIONS(153), + [anon_sym_continue] = ACTIONS(153), + [anon_sym_break] = ACTIONS(153), + [anon_sym_yield] = ACTIONS(153), + [anon_sym_typealias] = ACTIONS(87), + [anon_sym_struct] = ACTIONS(89), + [anon_sym_class] = ACTIONS(89), + [anon_sym_enum] = ACTIONS(93), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_func] = ACTIONS(99), + [anon_sym_extension] = ACTIONS(103), + [anon_sym_indirect] = ACTIONS(105), + [anon_sym_AT] = ACTIONS(391), + [anon_sym_final] = ACTIONS(393), + [anon_sym_weak] = ACTIONS(395), + [anon_sym_unowned] = ACTIONS(395), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(397), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(397), + [anon_sym_borrowing] = ACTIONS(11), + [anon_sym_consuming] = ACTIONS(11), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(61)] = { + [sym_simple_identifier] = STATE(2455), + [sym__contextual_simple_identifier] = STATE(2422), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1582), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym_self_expression] = STATE(2689), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(3081), + [sym_guard_statement] = STATE(7081), + [sym_switch_statement] = STATE(3081), + [sym_do_statement] = STATE(7081), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_statements] = STATE(9238), + [sym__local_statement] = STATE(7081), + [sym__labeled_statement] = STATE(7081), + [sym_for_statement] = STATE(7081), + [sym_while_statement] = STATE(7081), + [sym_repeat_while_statement] = STATE(7081), + [sym_control_transfer_statement] = STATE(7081), + [sym__throw_statement] = STATE(8380), + [sym__optionally_valueful_control_keyword] = STATE(388), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_local_declaration] = STATE(7081), + [sym__local_property_declaration] = STATE(7885), + [sym__local_typealias_declaration] = STATE(8530), + [sym__local_function_declaration] = STATE(7914), + [sym__local_class_declaration] = STATE(7916), + [sym__modifierless_property_declaration] = STATE(7919), + [sym__modifierless_typealias_declaration] = STATE(7930), + [sym__modifierless_function_declaration] = STATE(7933), + [sym__modifierless_function_declaration_no_body] = STATE(7945), + [sym__modifierless_class_declaration] = STATE(7959), + [sym__non_constructor_function_decl] = STATE(7521), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__async_modifier] = STATE(8439), + [sym_attribute] = STATE(4938), + [sym_value_binding_pattern] = STATE(4879), + [sym__possibly_async_binding_pattern_kind] = STATE(4879), + [aux_sym__locally_permitted_modifiers] = STATE(4938), + [sym__locally_permitted_modifier] = STATE(4938), + [sym_property_behavior_modifier] = STATE(4938), + [sym_inheritance_modifier] = STATE(4938), + [sym_ownership_modifier] = STATE(4938), + [sym__parameter_ownership_modifier] = STATE(2422), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(11), + [aux_sym_simple_identifier_token2] = ACTIONS(13), + [aux_sym_simple_identifier_token3] = ACTIONS(13), + [aux_sym_simple_identifier_token4] = ACTIONS(13), + [anon_sym_actor] = ACTIONS(15), + [anon_sym_async] = ACTIONS(17), + [anon_sym_each] = ACTIONS(19), + [anon_sym_lazy] = ACTIONS(389), + [anon_sym_repeat] = ACTIONS(23), + [anon_sym_package] = ACTIONS(11), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_RBRACE] = ACTIONS(525), + [anon_sym_self] = ACTIONS(59), + [anon_sym_super] = ACTIONS(61), + [anon_sym_guard] = ACTIONS(63), + [anon_sym_do] = ACTIONS(65), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [sym_statement_label] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_while] = ACTIONS(81), + [sym_throw_keyword] = ACTIONS(83), + [anon_sym_return] = ACTIONS(153), + [anon_sym_continue] = ACTIONS(153), + [anon_sym_break] = ACTIONS(153), + [anon_sym_yield] = ACTIONS(153), + [anon_sym_typealias] = ACTIONS(87), + [anon_sym_struct] = ACTIONS(89), + [anon_sym_class] = ACTIONS(89), + [anon_sym_enum] = ACTIONS(93), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_func] = ACTIONS(99), + [anon_sym_extension] = ACTIONS(103), + [anon_sym_indirect] = ACTIONS(105), + [anon_sym_AT] = ACTIONS(391), + [anon_sym_final] = ACTIONS(393), + [anon_sym_weak] = ACTIONS(395), + [anon_sym_unowned] = ACTIONS(395), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(397), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(397), + [anon_sym_borrowing] = ACTIONS(11), + [anon_sym_consuming] = ACTIONS(11), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(62)] = { + [sym_simple_identifier] = STATE(2455), + [sym__contextual_simple_identifier] = STATE(2422), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1582), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym_self_expression] = STATE(2689), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(3081), + [sym_guard_statement] = STATE(7081), + [sym_switch_statement] = STATE(3081), + [sym_do_statement] = STATE(7081), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_statements] = STATE(9285), + [sym__local_statement] = STATE(7081), + [sym__labeled_statement] = STATE(7081), + [sym_for_statement] = STATE(7081), + [sym_while_statement] = STATE(7081), + [sym_repeat_while_statement] = STATE(7081), + [sym_control_transfer_statement] = STATE(7081), + [sym__throw_statement] = STATE(8380), + [sym__optionally_valueful_control_keyword] = STATE(388), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_local_declaration] = STATE(7081), + [sym__local_property_declaration] = STATE(7885), + [sym__local_typealias_declaration] = STATE(8530), + [sym__local_function_declaration] = STATE(7914), + [sym__local_class_declaration] = STATE(7916), + [sym__modifierless_property_declaration] = STATE(7919), + [sym__modifierless_typealias_declaration] = STATE(7930), + [sym__modifierless_function_declaration] = STATE(7933), + [sym__modifierless_function_declaration_no_body] = STATE(7945), + [sym__modifierless_class_declaration] = STATE(7959), + [sym__non_constructor_function_decl] = STATE(7521), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__async_modifier] = STATE(8439), + [sym_attribute] = STATE(4938), + [sym_value_binding_pattern] = STATE(4879), + [sym__possibly_async_binding_pattern_kind] = STATE(4879), + [aux_sym__locally_permitted_modifiers] = STATE(4938), + [sym__locally_permitted_modifier] = STATE(4938), + [sym_property_behavior_modifier] = STATE(4938), + [sym_inheritance_modifier] = STATE(4938), + [sym_ownership_modifier] = STATE(4938), + [sym__parameter_ownership_modifier] = STATE(2422), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(11), + [aux_sym_simple_identifier_token2] = ACTIONS(13), + [aux_sym_simple_identifier_token3] = ACTIONS(13), + [aux_sym_simple_identifier_token4] = ACTIONS(13), + [anon_sym_actor] = ACTIONS(15), + [anon_sym_async] = ACTIONS(17), + [anon_sym_each] = ACTIONS(19), + [anon_sym_lazy] = ACTIONS(389), + [anon_sym_repeat] = ACTIONS(23), + [anon_sym_package] = ACTIONS(11), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_RBRACE] = ACTIONS(527), + [anon_sym_self] = ACTIONS(59), + [anon_sym_super] = ACTIONS(61), + [anon_sym_guard] = ACTIONS(63), + [anon_sym_do] = ACTIONS(65), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [sym_statement_label] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_while] = ACTIONS(81), + [sym_throw_keyword] = ACTIONS(83), + [anon_sym_return] = ACTIONS(153), + [anon_sym_continue] = ACTIONS(153), + [anon_sym_break] = ACTIONS(153), + [anon_sym_yield] = ACTIONS(153), + [anon_sym_typealias] = ACTIONS(87), + [anon_sym_struct] = ACTIONS(89), + [anon_sym_class] = ACTIONS(89), + [anon_sym_enum] = ACTIONS(93), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_func] = ACTIONS(99), + [anon_sym_extension] = ACTIONS(103), + [anon_sym_indirect] = ACTIONS(105), + [anon_sym_AT] = ACTIONS(391), + [anon_sym_final] = ACTIONS(393), + [anon_sym_weak] = ACTIONS(395), + [anon_sym_unowned] = ACTIONS(395), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(397), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(397), + [anon_sym_borrowing] = ACTIONS(11), + [anon_sym_consuming] = ACTIONS(11), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(63)] = { + [sym_simple_identifier] = STATE(2455), + [sym__contextual_simple_identifier] = STATE(2422), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1582), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym_self_expression] = STATE(2689), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(3081), + [sym_guard_statement] = STATE(7081), + [sym_switch_statement] = STATE(3081), + [sym_do_statement] = STATE(7081), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_statements] = STATE(9287), + [sym__local_statement] = STATE(7081), + [sym__labeled_statement] = STATE(7081), + [sym_for_statement] = STATE(7081), + [sym_while_statement] = STATE(7081), + [sym_repeat_while_statement] = STATE(7081), + [sym_control_transfer_statement] = STATE(7081), + [sym__throw_statement] = STATE(8380), + [sym__optionally_valueful_control_keyword] = STATE(388), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_local_declaration] = STATE(7081), + [sym__local_property_declaration] = STATE(7885), + [sym__local_typealias_declaration] = STATE(8530), + [sym__local_function_declaration] = STATE(7914), + [sym__local_class_declaration] = STATE(7916), + [sym__modifierless_property_declaration] = STATE(7919), + [sym__modifierless_typealias_declaration] = STATE(7930), + [sym__modifierless_function_declaration] = STATE(7933), + [sym__modifierless_function_declaration_no_body] = STATE(7945), + [sym__modifierless_class_declaration] = STATE(7959), + [sym__non_constructor_function_decl] = STATE(7521), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__async_modifier] = STATE(8439), + [sym_attribute] = STATE(4938), + [sym_value_binding_pattern] = STATE(4879), + [sym__possibly_async_binding_pattern_kind] = STATE(4879), + [aux_sym__locally_permitted_modifiers] = STATE(4938), + [sym__locally_permitted_modifier] = STATE(4938), + [sym_property_behavior_modifier] = STATE(4938), + [sym_inheritance_modifier] = STATE(4938), + [sym_ownership_modifier] = STATE(4938), + [sym__parameter_ownership_modifier] = STATE(2422), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(11), + [aux_sym_simple_identifier_token2] = ACTIONS(13), + [aux_sym_simple_identifier_token3] = ACTIONS(13), + [aux_sym_simple_identifier_token4] = ACTIONS(13), + [anon_sym_actor] = ACTIONS(15), + [anon_sym_async] = ACTIONS(17), + [anon_sym_each] = ACTIONS(19), + [anon_sym_lazy] = ACTIONS(389), + [anon_sym_repeat] = ACTIONS(23), + [anon_sym_package] = ACTIONS(11), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_RBRACE] = ACTIONS(529), + [anon_sym_self] = ACTIONS(59), + [anon_sym_super] = ACTIONS(61), + [anon_sym_guard] = ACTIONS(63), + [anon_sym_do] = ACTIONS(65), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [sym_statement_label] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_while] = ACTIONS(81), + [sym_throw_keyword] = ACTIONS(83), + [anon_sym_return] = ACTIONS(153), + [anon_sym_continue] = ACTIONS(153), + [anon_sym_break] = ACTIONS(153), + [anon_sym_yield] = ACTIONS(153), + [anon_sym_typealias] = ACTIONS(87), + [anon_sym_struct] = ACTIONS(89), + [anon_sym_class] = ACTIONS(89), + [anon_sym_enum] = ACTIONS(93), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_func] = ACTIONS(99), + [anon_sym_extension] = ACTIONS(103), + [anon_sym_indirect] = ACTIONS(105), + [anon_sym_AT] = ACTIONS(391), + [anon_sym_final] = ACTIONS(393), + [anon_sym_weak] = ACTIONS(395), + [anon_sym_unowned] = ACTIONS(395), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(397), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(397), + [anon_sym_borrowing] = ACTIONS(11), + [anon_sym_consuming] = ACTIONS(11), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(64)] = { + [sym_simple_identifier] = STATE(2455), + [sym__contextual_simple_identifier] = STATE(2422), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1582), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym_self_expression] = STATE(2689), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(3081), + [sym_guard_statement] = STATE(7081), + [sym_switch_statement] = STATE(3081), + [sym_do_statement] = STATE(7081), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_statements] = STATE(9290), + [sym__local_statement] = STATE(7081), + [sym__labeled_statement] = STATE(7081), + [sym_for_statement] = STATE(7081), + [sym_while_statement] = STATE(7081), + [sym_repeat_while_statement] = STATE(7081), + [sym_control_transfer_statement] = STATE(7081), + [sym__throw_statement] = STATE(8380), + [sym__optionally_valueful_control_keyword] = STATE(388), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_local_declaration] = STATE(7081), + [sym__local_property_declaration] = STATE(7885), + [sym__local_typealias_declaration] = STATE(8530), + [sym__local_function_declaration] = STATE(7914), + [sym__local_class_declaration] = STATE(7916), + [sym__modifierless_property_declaration] = STATE(7919), + [sym__modifierless_typealias_declaration] = STATE(7930), + [sym__modifierless_function_declaration] = STATE(7933), + [sym__modifierless_function_declaration_no_body] = STATE(7945), + [sym__modifierless_class_declaration] = STATE(7959), + [sym__non_constructor_function_decl] = STATE(7521), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__async_modifier] = STATE(8439), + [sym_attribute] = STATE(4938), + [sym_value_binding_pattern] = STATE(4879), + [sym__possibly_async_binding_pattern_kind] = STATE(4879), + [aux_sym__locally_permitted_modifiers] = STATE(4938), + [sym__locally_permitted_modifier] = STATE(4938), + [sym_property_behavior_modifier] = STATE(4938), + [sym_inheritance_modifier] = STATE(4938), + [sym_ownership_modifier] = STATE(4938), + [sym__parameter_ownership_modifier] = STATE(2422), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(11), + [aux_sym_simple_identifier_token2] = ACTIONS(13), + [aux_sym_simple_identifier_token3] = ACTIONS(13), + [aux_sym_simple_identifier_token4] = ACTIONS(13), + [anon_sym_actor] = ACTIONS(15), + [anon_sym_async] = ACTIONS(17), + [anon_sym_each] = ACTIONS(19), + [anon_sym_lazy] = ACTIONS(389), + [anon_sym_repeat] = ACTIONS(23), + [anon_sym_package] = ACTIONS(11), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_RBRACE] = ACTIONS(531), + [anon_sym_self] = ACTIONS(59), + [anon_sym_super] = ACTIONS(61), + [anon_sym_guard] = ACTIONS(63), + [anon_sym_do] = ACTIONS(65), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [sym_statement_label] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_while] = ACTIONS(81), + [sym_throw_keyword] = ACTIONS(83), + [anon_sym_return] = ACTIONS(153), + [anon_sym_continue] = ACTIONS(153), + [anon_sym_break] = ACTIONS(153), + [anon_sym_yield] = ACTIONS(153), + [anon_sym_typealias] = ACTIONS(87), + [anon_sym_struct] = ACTIONS(89), + [anon_sym_class] = ACTIONS(89), + [anon_sym_enum] = ACTIONS(93), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_func] = ACTIONS(99), + [anon_sym_extension] = ACTIONS(103), + [anon_sym_indirect] = ACTIONS(105), + [anon_sym_AT] = ACTIONS(391), + [anon_sym_final] = ACTIONS(393), + [anon_sym_weak] = ACTIONS(395), + [anon_sym_unowned] = ACTIONS(395), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(397), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(397), + [anon_sym_borrowing] = ACTIONS(11), + [anon_sym_consuming] = ACTIONS(11), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(65)] = { + [sym_simple_identifier] = STATE(2455), + [sym__contextual_simple_identifier] = STATE(2422), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1582), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym_self_expression] = STATE(2689), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(3081), + [sym_guard_statement] = STATE(7081), + [sym_switch_statement] = STATE(3081), + [sym_do_statement] = STATE(7081), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_statements] = STATE(9332), + [sym__local_statement] = STATE(7081), + [sym__labeled_statement] = STATE(7081), + [sym_for_statement] = STATE(7081), + [sym_while_statement] = STATE(7081), + [sym_repeat_while_statement] = STATE(7081), + [sym_control_transfer_statement] = STATE(7081), + [sym__throw_statement] = STATE(8380), + [sym__optionally_valueful_control_keyword] = STATE(388), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_local_declaration] = STATE(7081), + [sym__local_property_declaration] = STATE(7885), + [sym__local_typealias_declaration] = STATE(8530), + [sym__local_function_declaration] = STATE(7914), + [sym__local_class_declaration] = STATE(7916), + [sym__modifierless_property_declaration] = STATE(7919), + [sym__modifierless_typealias_declaration] = STATE(7930), + [sym__modifierless_function_declaration] = STATE(7933), + [sym__modifierless_function_declaration_no_body] = STATE(7945), + [sym__modifierless_class_declaration] = STATE(7959), + [sym__non_constructor_function_decl] = STATE(7521), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__async_modifier] = STATE(8439), + [sym_attribute] = STATE(4938), + [sym_value_binding_pattern] = STATE(4879), + [sym__possibly_async_binding_pattern_kind] = STATE(4879), + [aux_sym__locally_permitted_modifiers] = STATE(4938), + [sym__locally_permitted_modifier] = STATE(4938), + [sym_property_behavior_modifier] = STATE(4938), + [sym_inheritance_modifier] = STATE(4938), + [sym_ownership_modifier] = STATE(4938), + [sym__parameter_ownership_modifier] = STATE(2422), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(11), + [aux_sym_simple_identifier_token2] = ACTIONS(13), + [aux_sym_simple_identifier_token3] = ACTIONS(13), + [aux_sym_simple_identifier_token4] = ACTIONS(13), + [anon_sym_actor] = ACTIONS(15), + [anon_sym_async] = ACTIONS(17), + [anon_sym_each] = ACTIONS(19), + [anon_sym_lazy] = ACTIONS(389), + [anon_sym_repeat] = ACTIONS(23), + [anon_sym_package] = ACTIONS(11), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_RBRACE] = ACTIONS(533), + [anon_sym_self] = ACTIONS(59), + [anon_sym_super] = ACTIONS(61), + [anon_sym_guard] = ACTIONS(63), + [anon_sym_do] = ACTIONS(65), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [sym_statement_label] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_while] = ACTIONS(81), + [sym_throw_keyword] = ACTIONS(83), + [anon_sym_return] = ACTIONS(153), + [anon_sym_continue] = ACTIONS(153), + [anon_sym_break] = ACTIONS(153), + [anon_sym_yield] = ACTIONS(153), + [anon_sym_typealias] = ACTIONS(87), + [anon_sym_struct] = ACTIONS(89), + [anon_sym_class] = ACTIONS(89), + [anon_sym_enum] = ACTIONS(93), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_func] = ACTIONS(99), + [anon_sym_extension] = ACTIONS(103), + [anon_sym_indirect] = ACTIONS(105), + [anon_sym_AT] = ACTIONS(391), + [anon_sym_final] = ACTIONS(393), + [anon_sym_weak] = ACTIONS(395), + [anon_sym_unowned] = ACTIONS(395), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(397), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(397), + [anon_sym_borrowing] = ACTIONS(11), + [anon_sym_consuming] = ACTIONS(11), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(66)] = { + [sym_simple_identifier] = STATE(2455), + [sym__contextual_simple_identifier] = STATE(2422), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1582), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym_self_expression] = STATE(2689), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(3081), + [sym_guard_statement] = STATE(7081), + [sym_switch_statement] = STATE(3081), + [sym_do_statement] = STATE(7081), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_statements] = STATE(9094), + [sym__local_statement] = STATE(7081), + [sym__labeled_statement] = STATE(7081), + [sym_for_statement] = STATE(7081), + [sym_while_statement] = STATE(7081), + [sym_repeat_while_statement] = STATE(7081), + [sym_control_transfer_statement] = STATE(7081), + [sym__throw_statement] = STATE(8380), + [sym__optionally_valueful_control_keyword] = STATE(388), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_local_declaration] = STATE(7081), + [sym__local_property_declaration] = STATE(7885), + [sym__local_typealias_declaration] = STATE(8530), + [sym__local_function_declaration] = STATE(7914), + [sym__local_class_declaration] = STATE(7916), + [sym__modifierless_property_declaration] = STATE(7919), + [sym__modifierless_typealias_declaration] = STATE(7930), + [sym__modifierless_function_declaration] = STATE(7933), + [sym__modifierless_function_declaration_no_body] = STATE(7945), + [sym__modifierless_class_declaration] = STATE(7959), + [sym__non_constructor_function_decl] = STATE(7521), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__async_modifier] = STATE(8439), + [sym_attribute] = STATE(4938), + [sym_value_binding_pattern] = STATE(4879), + [sym__possibly_async_binding_pattern_kind] = STATE(4879), + [aux_sym__locally_permitted_modifiers] = STATE(4938), + [sym__locally_permitted_modifier] = STATE(4938), + [sym_property_behavior_modifier] = STATE(4938), + [sym_inheritance_modifier] = STATE(4938), + [sym_ownership_modifier] = STATE(4938), + [sym__parameter_ownership_modifier] = STATE(2422), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(11), + [aux_sym_simple_identifier_token2] = ACTIONS(13), + [aux_sym_simple_identifier_token3] = ACTIONS(13), + [aux_sym_simple_identifier_token4] = ACTIONS(13), + [anon_sym_actor] = ACTIONS(15), + [anon_sym_async] = ACTIONS(17), + [anon_sym_each] = ACTIONS(19), + [anon_sym_lazy] = ACTIONS(389), + [anon_sym_repeat] = ACTIONS(23), + [anon_sym_package] = ACTIONS(11), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_RBRACE] = ACTIONS(535), + [anon_sym_self] = ACTIONS(59), + [anon_sym_super] = ACTIONS(61), + [anon_sym_guard] = ACTIONS(63), + [anon_sym_do] = ACTIONS(65), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [sym_statement_label] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_while] = ACTIONS(81), + [sym_throw_keyword] = ACTIONS(83), + [anon_sym_return] = ACTIONS(153), + [anon_sym_continue] = ACTIONS(153), + [anon_sym_break] = ACTIONS(153), + [anon_sym_yield] = ACTIONS(153), + [anon_sym_typealias] = ACTIONS(87), + [anon_sym_struct] = ACTIONS(89), + [anon_sym_class] = ACTIONS(89), + [anon_sym_enum] = ACTIONS(93), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_func] = ACTIONS(99), + [anon_sym_extension] = ACTIONS(103), + [anon_sym_indirect] = ACTIONS(105), + [anon_sym_AT] = ACTIONS(391), + [anon_sym_final] = ACTIONS(393), + [anon_sym_weak] = ACTIONS(395), + [anon_sym_unowned] = ACTIONS(395), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(397), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(397), + [anon_sym_borrowing] = ACTIONS(11), + [anon_sym_consuming] = ACTIONS(11), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(67)] = { + [sym_simple_identifier] = STATE(2455), + [sym__contextual_simple_identifier] = STATE(2422), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1582), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym_self_expression] = STATE(2689), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(3081), + [sym_guard_statement] = STATE(7081), + [sym_switch_statement] = STATE(3081), + [sym_do_statement] = STATE(7081), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_statements] = STATE(9101), + [sym__local_statement] = STATE(7081), + [sym__labeled_statement] = STATE(7081), + [sym_for_statement] = STATE(7081), + [sym_while_statement] = STATE(7081), + [sym_repeat_while_statement] = STATE(7081), + [sym_control_transfer_statement] = STATE(7081), + [sym__throw_statement] = STATE(8380), + [sym__optionally_valueful_control_keyword] = STATE(388), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_local_declaration] = STATE(7081), + [sym__local_property_declaration] = STATE(7885), + [sym__local_typealias_declaration] = STATE(8530), + [sym__local_function_declaration] = STATE(7914), + [sym__local_class_declaration] = STATE(7916), + [sym__modifierless_property_declaration] = STATE(7919), + [sym__modifierless_typealias_declaration] = STATE(7930), + [sym__modifierless_function_declaration] = STATE(7933), + [sym__modifierless_function_declaration_no_body] = STATE(7945), + [sym__modifierless_class_declaration] = STATE(7959), + [sym__non_constructor_function_decl] = STATE(7521), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__async_modifier] = STATE(8439), + [sym_attribute] = STATE(4938), + [sym_value_binding_pattern] = STATE(4879), + [sym__possibly_async_binding_pattern_kind] = STATE(4879), + [aux_sym__locally_permitted_modifiers] = STATE(4938), + [sym__locally_permitted_modifier] = STATE(4938), + [sym_property_behavior_modifier] = STATE(4938), + [sym_inheritance_modifier] = STATE(4938), + [sym_ownership_modifier] = STATE(4938), + [sym__parameter_ownership_modifier] = STATE(2422), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(11), + [aux_sym_simple_identifier_token2] = ACTIONS(13), + [aux_sym_simple_identifier_token3] = ACTIONS(13), + [aux_sym_simple_identifier_token4] = ACTIONS(13), + [anon_sym_actor] = ACTIONS(15), + [anon_sym_async] = ACTIONS(17), + [anon_sym_each] = ACTIONS(19), + [anon_sym_lazy] = ACTIONS(389), + [anon_sym_repeat] = ACTIONS(23), + [anon_sym_package] = ACTIONS(11), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_RBRACE] = ACTIONS(537), + [anon_sym_self] = ACTIONS(59), + [anon_sym_super] = ACTIONS(61), + [anon_sym_guard] = ACTIONS(63), + [anon_sym_do] = ACTIONS(65), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [sym_statement_label] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_while] = ACTIONS(81), + [sym_throw_keyword] = ACTIONS(83), + [anon_sym_return] = ACTIONS(153), + [anon_sym_continue] = ACTIONS(153), + [anon_sym_break] = ACTIONS(153), + [anon_sym_yield] = ACTIONS(153), + [anon_sym_typealias] = ACTIONS(87), + [anon_sym_struct] = ACTIONS(89), + [anon_sym_class] = ACTIONS(89), + [anon_sym_enum] = ACTIONS(93), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_func] = ACTIONS(99), + [anon_sym_extension] = ACTIONS(103), + [anon_sym_indirect] = ACTIONS(105), + [anon_sym_AT] = ACTIONS(391), + [anon_sym_final] = ACTIONS(393), + [anon_sym_weak] = ACTIONS(395), + [anon_sym_unowned] = ACTIONS(395), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(397), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(397), + [anon_sym_borrowing] = ACTIONS(11), + [anon_sym_consuming] = ACTIONS(11), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(68)] = { + [sym_simple_identifier] = STATE(2455), + [sym__contextual_simple_identifier] = STATE(2422), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1582), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym_self_expression] = STATE(2689), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(3081), + [sym_guard_statement] = STATE(7081), + [sym_switch_statement] = STATE(3081), + [sym_do_statement] = STATE(7081), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_statements] = STATE(9080), + [sym__local_statement] = STATE(7081), + [sym__labeled_statement] = STATE(7081), + [sym_for_statement] = STATE(7081), + [sym_while_statement] = STATE(7081), + [sym_repeat_while_statement] = STATE(7081), + [sym_control_transfer_statement] = STATE(7081), + [sym__throw_statement] = STATE(8380), + [sym__optionally_valueful_control_keyword] = STATE(388), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_local_declaration] = STATE(7081), + [sym__local_property_declaration] = STATE(7885), + [sym__local_typealias_declaration] = STATE(8530), + [sym__local_function_declaration] = STATE(7914), + [sym__local_class_declaration] = STATE(7916), + [sym__modifierless_property_declaration] = STATE(7919), + [sym__modifierless_typealias_declaration] = STATE(7930), + [sym__modifierless_function_declaration] = STATE(7933), + [sym__modifierless_function_declaration_no_body] = STATE(7945), + [sym__modifierless_class_declaration] = STATE(7959), + [sym__non_constructor_function_decl] = STATE(7521), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__async_modifier] = STATE(8439), + [sym_attribute] = STATE(4938), + [sym_value_binding_pattern] = STATE(4879), + [sym__possibly_async_binding_pattern_kind] = STATE(4879), + [aux_sym__locally_permitted_modifiers] = STATE(4938), + [sym__locally_permitted_modifier] = STATE(4938), + [sym_property_behavior_modifier] = STATE(4938), + [sym_inheritance_modifier] = STATE(4938), + [sym_ownership_modifier] = STATE(4938), + [sym__parameter_ownership_modifier] = STATE(2422), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(11), + [aux_sym_simple_identifier_token2] = ACTIONS(13), + [aux_sym_simple_identifier_token3] = ACTIONS(13), + [aux_sym_simple_identifier_token4] = ACTIONS(13), + [anon_sym_actor] = ACTIONS(15), + [anon_sym_async] = ACTIONS(17), + [anon_sym_each] = ACTIONS(19), + [anon_sym_lazy] = ACTIONS(389), + [anon_sym_repeat] = ACTIONS(23), + [anon_sym_package] = ACTIONS(11), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_RBRACE] = ACTIONS(539), + [anon_sym_self] = ACTIONS(59), + [anon_sym_super] = ACTIONS(61), + [anon_sym_guard] = ACTIONS(63), + [anon_sym_do] = ACTIONS(65), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [sym_statement_label] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_while] = ACTIONS(81), + [sym_throw_keyword] = ACTIONS(83), + [anon_sym_return] = ACTIONS(153), + [anon_sym_continue] = ACTIONS(153), + [anon_sym_break] = ACTIONS(153), + [anon_sym_yield] = ACTIONS(153), + [anon_sym_typealias] = ACTIONS(87), + [anon_sym_struct] = ACTIONS(89), + [anon_sym_class] = ACTIONS(89), + [anon_sym_enum] = ACTIONS(93), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_func] = ACTIONS(99), + [anon_sym_extension] = ACTIONS(103), + [anon_sym_indirect] = ACTIONS(105), + [anon_sym_AT] = ACTIONS(391), + [anon_sym_final] = ACTIONS(393), + [anon_sym_weak] = ACTIONS(395), + [anon_sym_unowned] = ACTIONS(395), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(397), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(397), + [anon_sym_borrowing] = ACTIONS(11), + [anon_sym_consuming] = ACTIONS(11), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(69)] = { + [sym_simple_identifier] = STATE(2455), + [sym__contextual_simple_identifier] = STATE(2422), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1582), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym_self_expression] = STATE(2689), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(3081), + [sym_guard_statement] = STATE(7081), + [sym_switch_statement] = STATE(3081), + [sym_do_statement] = STATE(7081), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_statements] = STATE(9195), + [sym__local_statement] = STATE(7081), + [sym__labeled_statement] = STATE(7081), + [sym_for_statement] = STATE(7081), + [sym_while_statement] = STATE(7081), + [sym_repeat_while_statement] = STATE(7081), + [sym_control_transfer_statement] = STATE(7081), + [sym__throw_statement] = STATE(8380), + [sym__optionally_valueful_control_keyword] = STATE(388), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_local_declaration] = STATE(7081), + [sym__local_property_declaration] = STATE(7885), + [sym__local_typealias_declaration] = STATE(8530), + [sym__local_function_declaration] = STATE(7914), + [sym__local_class_declaration] = STATE(7916), + [sym__modifierless_property_declaration] = STATE(7919), + [sym__modifierless_typealias_declaration] = STATE(7930), + [sym__modifierless_function_declaration] = STATE(7933), + [sym__modifierless_function_declaration_no_body] = STATE(7945), + [sym__modifierless_class_declaration] = STATE(7959), + [sym__non_constructor_function_decl] = STATE(7521), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__async_modifier] = STATE(8439), + [sym_attribute] = STATE(4938), + [sym_value_binding_pattern] = STATE(4879), + [sym__possibly_async_binding_pattern_kind] = STATE(4879), + [aux_sym__locally_permitted_modifiers] = STATE(4938), + [sym__locally_permitted_modifier] = STATE(4938), + [sym_property_behavior_modifier] = STATE(4938), + [sym_inheritance_modifier] = STATE(4938), + [sym_ownership_modifier] = STATE(4938), + [sym__parameter_ownership_modifier] = STATE(2422), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(11), + [aux_sym_simple_identifier_token2] = ACTIONS(13), + [aux_sym_simple_identifier_token3] = ACTIONS(13), + [aux_sym_simple_identifier_token4] = ACTIONS(13), + [anon_sym_actor] = ACTIONS(15), + [anon_sym_async] = ACTIONS(17), + [anon_sym_each] = ACTIONS(19), + [anon_sym_lazy] = ACTIONS(389), + [anon_sym_repeat] = ACTIONS(23), + [anon_sym_package] = ACTIONS(11), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_RBRACE] = ACTIONS(541), + [anon_sym_self] = ACTIONS(59), + [anon_sym_super] = ACTIONS(61), + [anon_sym_guard] = ACTIONS(63), + [anon_sym_do] = ACTIONS(65), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [sym_statement_label] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_while] = ACTIONS(81), + [sym_throw_keyword] = ACTIONS(83), + [anon_sym_return] = ACTIONS(153), + [anon_sym_continue] = ACTIONS(153), + [anon_sym_break] = ACTIONS(153), + [anon_sym_yield] = ACTIONS(153), + [anon_sym_typealias] = ACTIONS(87), + [anon_sym_struct] = ACTIONS(89), + [anon_sym_class] = ACTIONS(89), + [anon_sym_enum] = ACTIONS(93), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_func] = ACTIONS(99), + [anon_sym_extension] = ACTIONS(103), + [anon_sym_indirect] = ACTIONS(105), + [anon_sym_AT] = ACTIONS(391), + [anon_sym_final] = ACTIONS(393), + [anon_sym_weak] = ACTIONS(395), + [anon_sym_unowned] = ACTIONS(395), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(397), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(397), + [anon_sym_borrowing] = ACTIONS(11), + [anon_sym_consuming] = ACTIONS(11), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(70)] = { + [sym_simple_identifier] = STATE(2455), + [sym__contextual_simple_identifier] = STATE(2422), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1582), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym_self_expression] = STATE(2689), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(3081), + [sym_guard_statement] = STATE(7081), + [sym_switch_statement] = STATE(3081), + [sym_do_statement] = STATE(7081), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_statements] = STATE(9218), + [sym__local_statement] = STATE(7081), + [sym__labeled_statement] = STATE(7081), + [sym_for_statement] = STATE(7081), + [sym_while_statement] = STATE(7081), + [sym_repeat_while_statement] = STATE(7081), + [sym_control_transfer_statement] = STATE(7081), + [sym__throw_statement] = STATE(8380), + [sym__optionally_valueful_control_keyword] = STATE(388), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_local_declaration] = STATE(7081), + [sym__local_property_declaration] = STATE(7885), + [sym__local_typealias_declaration] = STATE(8530), + [sym__local_function_declaration] = STATE(7914), + [sym__local_class_declaration] = STATE(7916), + [sym__modifierless_property_declaration] = STATE(7919), + [sym__modifierless_typealias_declaration] = STATE(7930), + [sym__modifierless_function_declaration] = STATE(7933), + [sym__modifierless_function_declaration_no_body] = STATE(7945), + [sym__modifierless_class_declaration] = STATE(7959), + [sym__non_constructor_function_decl] = STATE(7521), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__async_modifier] = STATE(8439), + [sym_attribute] = STATE(4938), + [sym_value_binding_pattern] = STATE(4879), + [sym__possibly_async_binding_pattern_kind] = STATE(4879), + [aux_sym__locally_permitted_modifiers] = STATE(4938), + [sym__locally_permitted_modifier] = STATE(4938), + [sym_property_behavior_modifier] = STATE(4938), + [sym_inheritance_modifier] = STATE(4938), + [sym_ownership_modifier] = STATE(4938), + [sym__parameter_ownership_modifier] = STATE(2422), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(11), + [aux_sym_simple_identifier_token2] = ACTIONS(13), + [aux_sym_simple_identifier_token3] = ACTIONS(13), + [aux_sym_simple_identifier_token4] = ACTIONS(13), + [anon_sym_actor] = ACTIONS(15), + [anon_sym_async] = ACTIONS(17), + [anon_sym_each] = ACTIONS(19), + [anon_sym_lazy] = ACTIONS(389), + [anon_sym_repeat] = ACTIONS(23), + [anon_sym_package] = ACTIONS(11), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_RBRACE] = ACTIONS(543), + [anon_sym_self] = ACTIONS(59), + [anon_sym_super] = ACTIONS(61), + [anon_sym_guard] = ACTIONS(63), + [anon_sym_do] = ACTIONS(65), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [sym_statement_label] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_while] = ACTIONS(81), + [sym_throw_keyword] = ACTIONS(83), + [anon_sym_return] = ACTIONS(153), + [anon_sym_continue] = ACTIONS(153), + [anon_sym_break] = ACTIONS(153), + [anon_sym_yield] = ACTIONS(153), + [anon_sym_typealias] = ACTIONS(87), + [anon_sym_struct] = ACTIONS(89), + [anon_sym_class] = ACTIONS(89), + [anon_sym_enum] = ACTIONS(93), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_func] = ACTIONS(99), + [anon_sym_extension] = ACTIONS(103), + [anon_sym_indirect] = ACTIONS(105), + [anon_sym_AT] = ACTIONS(391), + [anon_sym_final] = ACTIONS(393), + [anon_sym_weak] = ACTIONS(395), + [anon_sym_unowned] = ACTIONS(395), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(397), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(397), + [anon_sym_borrowing] = ACTIONS(11), + [anon_sym_consuming] = ACTIONS(11), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(71)] = { + [sym_simple_identifier] = STATE(2455), + [sym__contextual_simple_identifier] = STATE(2422), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1582), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym_self_expression] = STATE(2689), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(3081), + [sym_guard_statement] = STATE(7081), + [sym_switch_statement] = STATE(3081), + [sym_do_statement] = STATE(7081), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_statements] = STATE(9181), + [sym__local_statement] = STATE(7081), + [sym__labeled_statement] = STATE(7081), + [sym_for_statement] = STATE(7081), + [sym_while_statement] = STATE(7081), + [sym_repeat_while_statement] = STATE(7081), + [sym_control_transfer_statement] = STATE(7081), + [sym__throw_statement] = STATE(8380), + [sym__optionally_valueful_control_keyword] = STATE(388), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_local_declaration] = STATE(7081), + [sym__local_property_declaration] = STATE(7885), + [sym__local_typealias_declaration] = STATE(8530), + [sym__local_function_declaration] = STATE(7914), + [sym__local_class_declaration] = STATE(7916), + [sym__modifierless_property_declaration] = STATE(7919), + [sym__modifierless_typealias_declaration] = STATE(7930), + [sym__modifierless_function_declaration] = STATE(7933), + [sym__modifierless_function_declaration_no_body] = STATE(7945), + [sym__modifierless_class_declaration] = STATE(7959), + [sym__non_constructor_function_decl] = STATE(7521), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__async_modifier] = STATE(8439), + [sym_attribute] = STATE(4938), + [sym_value_binding_pattern] = STATE(4879), + [sym__possibly_async_binding_pattern_kind] = STATE(4879), + [aux_sym__locally_permitted_modifiers] = STATE(4938), + [sym__locally_permitted_modifier] = STATE(4938), + [sym_property_behavior_modifier] = STATE(4938), + [sym_inheritance_modifier] = STATE(4938), + [sym_ownership_modifier] = STATE(4938), + [sym__parameter_ownership_modifier] = STATE(2422), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(11), + [aux_sym_simple_identifier_token2] = ACTIONS(13), + [aux_sym_simple_identifier_token3] = ACTIONS(13), + [aux_sym_simple_identifier_token4] = ACTIONS(13), + [anon_sym_actor] = ACTIONS(15), + [anon_sym_async] = ACTIONS(17), + [anon_sym_each] = ACTIONS(19), + [anon_sym_lazy] = ACTIONS(389), + [anon_sym_repeat] = ACTIONS(23), + [anon_sym_package] = ACTIONS(11), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_RBRACE] = ACTIONS(545), + [anon_sym_self] = ACTIONS(59), + [anon_sym_super] = ACTIONS(61), + [anon_sym_guard] = ACTIONS(63), + [anon_sym_do] = ACTIONS(65), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [sym_statement_label] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_while] = ACTIONS(81), + [sym_throw_keyword] = ACTIONS(83), + [anon_sym_return] = ACTIONS(153), + [anon_sym_continue] = ACTIONS(153), + [anon_sym_break] = ACTIONS(153), + [anon_sym_yield] = ACTIONS(153), + [anon_sym_typealias] = ACTIONS(87), + [anon_sym_struct] = ACTIONS(89), + [anon_sym_class] = ACTIONS(89), + [anon_sym_enum] = ACTIONS(93), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_func] = ACTIONS(99), + [anon_sym_extension] = ACTIONS(103), + [anon_sym_indirect] = ACTIONS(105), + [anon_sym_AT] = ACTIONS(391), + [anon_sym_final] = ACTIONS(393), + [anon_sym_weak] = ACTIONS(395), + [anon_sym_unowned] = ACTIONS(395), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(397), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(397), + [anon_sym_borrowing] = ACTIONS(11), + [anon_sym_consuming] = ACTIONS(11), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(72)] = { + [sym_simple_identifier] = STATE(2455), + [sym__contextual_simple_identifier] = STATE(2422), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1582), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym_self_expression] = STATE(2689), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(3081), + [sym_guard_statement] = STATE(7081), + [sym_switch_statement] = STATE(3081), + [sym_do_statement] = STATE(7081), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_statements] = STATE(9064), + [sym__local_statement] = STATE(7081), + [sym__labeled_statement] = STATE(7081), + [sym_for_statement] = STATE(7081), + [sym_while_statement] = STATE(7081), + [sym_repeat_while_statement] = STATE(7081), + [sym_control_transfer_statement] = STATE(7081), + [sym__throw_statement] = STATE(8380), + [sym__optionally_valueful_control_keyword] = STATE(388), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_local_declaration] = STATE(7081), + [sym__local_property_declaration] = STATE(7885), + [sym__local_typealias_declaration] = STATE(8530), + [sym__local_function_declaration] = STATE(7914), + [sym__local_class_declaration] = STATE(7916), + [sym__modifierless_property_declaration] = STATE(7919), + [sym__modifierless_typealias_declaration] = STATE(7930), + [sym__modifierless_function_declaration] = STATE(7933), + [sym__modifierless_function_declaration_no_body] = STATE(7945), + [sym__modifierless_class_declaration] = STATE(7959), + [sym__non_constructor_function_decl] = STATE(7521), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__async_modifier] = STATE(8439), + [sym_attribute] = STATE(4938), + [sym_value_binding_pattern] = STATE(4879), + [sym__possibly_async_binding_pattern_kind] = STATE(4879), + [aux_sym__locally_permitted_modifiers] = STATE(4938), + [sym__locally_permitted_modifier] = STATE(4938), + [sym_property_behavior_modifier] = STATE(4938), + [sym_inheritance_modifier] = STATE(4938), + [sym_ownership_modifier] = STATE(4938), + [sym__parameter_ownership_modifier] = STATE(2422), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(11), + [aux_sym_simple_identifier_token2] = ACTIONS(13), + [aux_sym_simple_identifier_token3] = ACTIONS(13), + [aux_sym_simple_identifier_token4] = ACTIONS(13), + [anon_sym_actor] = ACTIONS(15), + [anon_sym_async] = ACTIONS(17), + [anon_sym_each] = ACTIONS(19), + [anon_sym_lazy] = ACTIONS(389), + [anon_sym_repeat] = ACTIONS(23), + [anon_sym_package] = ACTIONS(11), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_RBRACE] = ACTIONS(547), + [anon_sym_self] = ACTIONS(59), + [anon_sym_super] = ACTIONS(61), + [anon_sym_guard] = ACTIONS(63), + [anon_sym_do] = ACTIONS(65), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [sym_statement_label] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_while] = ACTIONS(81), + [sym_throw_keyword] = ACTIONS(83), + [anon_sym_return] = ACTIONS(153), + [anon_sym_continue] = ACTIONS(153), + [anon_sym_break] = ACTIONS(153), + [anon_sym_yield] = ACTIONS(153), + [anon_sym_typealias] = ACTIONS(87), + [anon_sym_struct] = ACTIONS(89), + [anon_sym_class] = ACTIONS(89), + [anon_sym_enum] = ACTIONS(93), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_func] = ACTIONS(99), + [anon_sym_extension] = ACTIONS(103), + [anon_sym_indirect] = ACTIONS(105), + [anon_sym_AT] = ACTIONS(391), + [anon_sym_final] = ACTIONS(393), + [anon_sym_weak] = ACTIONS(395), + [anon_sym_unowned] = ACTIONS(395), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(397), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(397), + [anon_sym_borrowing] = ACTIONS(11), + [anon_sym_consuming] = ACTIONS(11), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(73)] = { + [sym_simple_identifier] = STATE(2455), + [sym__contextual_simple_identifier] = STATE(2422), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1582), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym_self_expression] = STATE(2689), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(3081), + [sym_guard_statement] = STATE(7081), + [sym_switch_statement] = STATE(3081), + [sym_do_statement] = STATE(7081), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_statements] = STATE(9066), + [sym__local_statement] = STATE(7081), + [sym__labeled_statement] = STATE(7081), + [sym_for_statement] = STATE(7081), + [sym_while_statement] = STATE(7081), + [sym_repeat_while_statement] = STATE(7081), + [sym_control_transfer_statement] = STATE(7081), + [sym__throw_statement] = STATE(8380), + [sym__optionally_valueful_control_keyword] = STATE(388), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_local_declaration] = STATE(7081), + [sym__local_property_declaration] = STATE(7885), + [sym__local_typealias_declaration] = STATE(8530), + [sym__local_function_declaration] = STATE(7914), + [sym__local_class_declaration] = STATE(7916), + [sym__modifierless_property_declaration] = STATE(7919), + [sym__modifierless_typealias_declaration] = STATE(7930), + [sym__modifierless_function_declaration] = STATE(7933), + [sym__modifierless_function_declaration_no_body] = STATE(7945), + [sym__modifierless_class_declaration] = STATE(7959), + [sym__non_constructor_function_decl] = STATE(7521), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__async_modifier] = STATE(8439), + [sym_attribute] = STATE(4938), + [sym_value_binding_pattern] = STATE(4879), + [sym__possibly_async_binding_pattern_kind] = STATE(4879), + [aux_sym__locally_permitted_modifiers] = STATE(4938), + [sym__locally_permitted_modifier] = STATE(4938), + [sym_property_behavior_modifier] = STATE(4938), + [sym_inheritance_modifier] = STATE(4938), + [sym_ownership_modifier] = STATE(4938), + [sym__parameter_ownership_modifier] = STATE(2422), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(11), + [aux_sym_simple_identifier_token2] = ACTIONS(13), + [aux_sym_simple_identifier_token3] = ACTIONS(13), + [aux_sym_simple_identifier_token4] = ACTIONS(13), + [anon_sym_actor] = ACTIONS(15), + [anon_sym_async] = ACTIONS(17), + [anon_sym_each] = ACTIONS(19), + [anon_sym_lazy] = ACTIONS(389), + [anon_sym_repeat] = ACTIONS(23), + [anon_sym_package] = ACTIONS(11), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_RBRACE] = ACTIONS(549), + [anon_sym_self] = ACTIONS(59), + [anon_sym_super] = ACTIONS(61), + [anon_sym_guard] = ACTIONS(63), + [anon_sym_do] = ACTIONS(65), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [sym_statement_label] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_while] = ACTIONS(81), + [sym_throw_keyword] = ACTIONS(83), + [anon_sym_return] = ACTIONS(153), + [anon_sym_continue] = ACTIONS(153), + [anon_sym_break] = ACTIONS(153), + [anon_sym_yield] = ACTIONS(153), + [anon_sym_typealias] = ACTIONS(87), + [anon_sym_struct] = ACTIONS(89), + [anon_sym_class] = ACTIONS(89), + [anon_sym_enum] = ACTIONS(93), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_func] = ACTIONS(99), + [anon_sym_extension] = ACTIONS(103), + [anon_sym_indirect] = ACTIONS(105), + [anon_sym_AT] = ACTIONS(391), + [anon_sym_final] = ACTIONS(393), + [anon_sym_weak] = ACTIONS(395), + [anon_sym_unowned] = ACTIONS(395), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(397), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(397), + [anon_sym_borrowing] = ACTIONS(11), + [anon_sym_consuming] = ACTIONS(11), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(74)] = { + [sym_simple_identifier] = STATE(2455), + [sym__contextual_simple_identifier] = STATE(2422), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1582), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym_self_expression] = STATE(2689), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(3081), + [sym_guard_statement] = STATE(7081), + [sym_switch_statement] = STATE(3081), + [sym_do_statement] = STATE(7081), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_statements] = STATE(9153), + [sym__local_statement] = STATE(7081), + [sym__labeled_statement] = STATE(7081), + [sym_for_statement] = STATE(7081), + [sym_while_statement] = STATE(7081), + [sym_repeat_while_statement] = STATE(7081), + [sym_control_transfer_statement] = STATE(7081), + [sym__throw_statement] = STATE(8380), + [sym__optionally_valueful_control_keyword] = STATE(388), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_local_declaration] = STATE(7081), + [sym__local_property_declaration] = STATE(7885), + [sym__local_typealias_declaration] = STATE(8530), + [sym__local_function_declaration] = STATE(7914), + [sym__local_class_declaration] = STATE(7916), + [sym__modifierless_property_declaration] = STATE(7919), + [sym__modifierless_typealias_declaration] = STATE(7930), + [sym__modifierless_function_declaration] = STATE(7933), + [sym__modifierless_function_declaration_no_body] = STATE(7945), + [sym__modifierless_class_declaration] = STATE(7959), + [sym__non_constructor_function_decl] = STATE(7521), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__async_modifier] = STATE(8439), + [sym_attribute] = STATE(4938), + [sym_value_binding_pattern] = STATE(4879), + [sym__possibly_async_binding_pattern_kind] = STATE(4879), + [aux_sym__locally_permitted_modifiers] = STATE(4938), + [sym__locally_permitted_modifier] = STATE(4938), + [sym_property_behavior_modifier] = STATE(4938), + [sym_inheritance_modifier] = STATE(4938), + [sym_ownership_modifier] = STATE(4938), + [sym__parameter_ownership_modifier] = STATE(2422), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(11), + [aux_sym_simple_identifier_token2] = ACTIONS(13), + [aux_sym_simple_identifier_token3] = ACTIONS(13), + [aux_sym_simple_identifier_token4] = ACTIONS(13), + [anon_sym_actor] = ACTIONS(15), + [anon_sym_async] = ACTIONS(17), + [anon_sym_each] = ACTIONS(19), + [anon_sym_lazy] = ACTIONS(389), + [anon_sym_repeat] = ACTIONS(23), + [anon_sym_package] = ACTIONS(11), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_RBRACE] = ACTIONS(551), + [anon_sym_self] = ACTIONS(59), + [anon_sym_super] = ACTIONS(61), + [anon_sym_guard] = ACTIONS(63), + [anon_sym_do] = ACTIONS(65), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [sym_statement_label] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_while] = ACTIONS(81), + [sym_throw_keyword] = ACTIONS(83), + [anon_sym_return] = ACTIONS(153), + [anon_sym_continue] = ACTIONS(153), + [anon_sym_break] = ACTIONS(153), + [anon_sym_yield] = ACTIONS(153), + [anon_sym_typealias] = ACTIONS(87), + [anon_sym_struct] = ACTIONS(89), + [anon_sym_class] = ACTIONS(89), + [anon_sym_enum] = ACTIONS(93), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_func] = ACTIONS(99), + [anon_sym_extension] = ACTIONS(103), + [anon_sym_indirect] = ACTIONS(105), + [anon_sym_AT] = ACTIONS(391), + [anon_sym_final] = ACTIONS(393), + [anon_sym_weak] = ACTIONS(395), + [anon_sym_unowned] = ACTIONS(395), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(397), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(397), + [anon_sym_borrowing] = ACTIONS(11), + [anon_sym_consuming] = ACTIONS(11), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(75)] = { + [sym_simple_identifier] = STATE(2455), + [sym__contextual_simple_identifier] = STATE(2422), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1582), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym_self_expression] = STATE(2689), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(3081), + [sym_guard_statement] = STATE(7081), + [sym_switch_statement] = STATE(3081), + [sym_do_statement] = STATE(7081), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_statements] = STATE(9155), + [sym__local_statement] = STATE(7081), + [sym__labeled_statement] = STATE(7081), + [sym_for_statement] = STATE(7081), + [sym_while_statement] = STATE(7081), + [sym_repeat_while_statement] = STATE(7081), + [sym_control_transfer_statement] = STATE(7081), + [sym__throw_statement] = STATE(8380), + [sym__optionally_valueful_control_keyword] = STATE(388), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_local_declaration] = STATE(7081), + [sym__local_property_declaration] = STATE(7885), + [sym__local_typealias_declaration] = STATE(8530), + [sym__local_function_declaration] = STATE(7914), + [sym__local_class_declaration] = STATE(7916), + [sym__modifierless_property_declaration] = STATE(7919), + [sym__modifierless_typealias_declaration] = STATE(7930), + [sym__modifierless_function_declaration] = STATE(7933), + [sym__modifierless_function_declaration_no_body] = STATE(7945), + [sym__modifierless_class_declaration] = STATE(7959), + [sym__non_constructor_function_decl] = STATE(7521), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__async_modifier] = STATE(8439), + [sym_attribute] = STATE(4938), + [sym_value_binding_pattern] = STATE(4879), + [sym__possibly_async_binding_pattern_kind] = STATE(4879), + [aux_sym__locally_permitted_modifiers] = STATE(4938), + [sym__locally_permitted_modifier] = STATE(4938), + [sym_property_behavior_modifier] = STATE(4938), + [sym_inheritance_modifier] = STATE(4938), + [sym_ownership_modifier] = STATE(4938), + [sym__parameter_ownership_modifier] = STATE(2422), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(11), + [aux_sym_simple_identifier_token2] = ACTIONS(13), + [aux_sym_simple_identifier_token3] = ACTIONS(13), + [aux_sym_simple_identifier_token4] = ACTIONS(13), + [anon_sym_actor] = ACTIONS(15), + [anon_sym_async] = ACTIONS(17), + [anon_sym_each] = ACTIONS(19), + [anon_sym_lazy] = ACTIONS(389), + [anon_sym_repeat] = ACTIONS(23), + [anon_sym_package] = ACTIONS(11), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_RBRACE] = ACTIONS(553), + [anon_sym_self] = ACTIONS(59), + [anon_sym_super] = ACTIONS(61), + [anon_sym_guard] = ACTIONS(63), + [anon_sym_do] = ACTIONS(65), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [sym_statement_label] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_while] = ACTIONS(81), + [sym_throw_keyword] = ACTIONS(83), + [anon_sym_return] = ACTIONS(153), + [anon_sym_continue] = ACTIONS(153), + [anon_sym_break] = ACTIONS(153), + [anon_sym_yield] = ACTIONS(153), + [anon_sym_typealias] = ACTIONS(87), + [anon_sym_struct] = ACTIONS(89), + [anon_sym_class] = ACTIONS(89), + [anon_sym_enum] = ACTIONS(93), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_func] = ACTIONS(99), + [anon_sym_extension] = ACTIONS(103), + [anon_sym_indirect] = ACTIONS(105), + [anon_sym_AT] = ACTIONS(391), + [anon_sym_final] = ACTIONS(393), + [anon_sym_weak] = ACTIONS(395), + [anon_sym_unowned] = ACTIONS(395), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(397), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(397), + [anon_sym_borrowing] = ACTIONS(11), + [anon_sym_consuming] = ACTIONS(11), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(76)] = { + [sym_simple_identifier] = STATE(2455), + [sym__contextual_simple_identifier] = STATE(2422), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1582), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym_self_expression] = STATE(2689), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(3081), + [sym_guard_statement] = STATE(7081), + [sym_switch_statement] = STATE(3081), + [sym_do_statement] = STATE(7081), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_statements] = STATE(9038), + [sym__local_statement] = STATE(7081), + [sym__labeled_statement] = STATE(7081), + [sym_for_statement] = STATE(7081), + [sym_while_statement] = STATE(7081), + [sym_repeat_while_statement] = STATE(7081), + [sym_control_transfer_statement] = STATE(7081), + [sym__throw_statement] = STATE(8380), + [sym__optionally_valueful_control_keyword] = STATE(388), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_local_declaration] = STATE(7081), + [sym__local_property_declaration] = STATE(7885), + [sym__local_typealias_declaration] = STATE(8530), + [sym__local_function_declaration] = STATE(7914), + [sym__local_class_declaration] = STATE(7916), + [sym__modifierless_property_declaration] = STATE(7919), + [sym__modifierless_typealias_declaration] = STATE(7930), + [sym__modifierless_function_declaration] = STATE(7933), + [sym__modifierless_function_declaration_no_body] = STATE(7945), + [sym__modifierless_class_declaration] = STATE(7959), + [sym__non_constructor_function_decl] = STATE(7521), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__async_modifier] = STATE(8439), + [sym_attribute] = STATE(4938), + [sym_value_binding_pattern] = STATE(4879), + [sym__possibly_async_binding_pattern_kind] = STATE(4879), + [aux_sym__locally_permitted_modifiers] = STATE(4938), + [sym__locally_permitted_modifier] = STATE(4938), + [sym_property_behavior_modifier] = STATE(4938), + [sym_inheritance_modifier] = STATE(4938), + [sym_ownership_modifier] = STATE(4938), + [sym__parameter_ownership_modifier] = STATE(2422), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(11), + [aux_sym_simple_identifier_token2] = ACTIONS(13), + [aux_sym_simple_identifier_token3] = ACTIONS(13), + [aux_sym_simple_identifier_token4] = ACTIONS(13), + [anon_sym_actor] = ACTIONS(15), + [anon_sym_async] = ACTIONS(17), + [anon_sym_each] = ACTIONS(19), + [anon_sym_lazy] = ACTIONS(389), + [anon_sym_repeat] = ACTIONS(23), + [anon_sym_package] = ACTIONS(11), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_RBRACE] = ACTIONS(555), + [anon_sym_self] = ACTIONS(59), + [anon_sym_super] = ACTIONS(61), + [anon_sym_guard] = ACTIONS(63), + [anon_sym_do] = ACTIONS(65), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [sym_statement_label] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_while] = ACTIONS(81), + [sym_throw_keyword] = ACTIONS(83), + [anon_sym_return] = ACTIONS(153), + [anon_sym_continue] = ACTIONS(153), + [anon_sym_break] = ACTIONS(153), + [anon_sym_yield] = ACTIONS(153), + [anon_sym_typealias] = ACTIONS(87), + [anon_sym_struct] = ACTIONS(89), + [anon_sym_class] = ACTIONS(89), + [anon_sym_enum] = ACTIONS(93), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_func] = ACTIONS(99), + [anon_sym_extension] = ACTIONS(103), + [anon_sym_indirect] = ACTIONS(105), + [anon_sym_AT] = ACTIONS(391), + [anon_sym_final] = ACTIONS(393), + [anon_sym_weak] = ACTIONS(395), + [anon_sym_unowned] = ACTIONS(395), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(397), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(397), + [anon_sym_borrowing] = ACTIONS(11), + [anon_sym_consuming] = ACTIONS(11), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(77)] = { + [sym_simple_identifier] = STATE(2455), + [sym__contextual_simple_identifier] = STATE(2422), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1582), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym_self_expression] = STATE(2689), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(3081), + [sym_guard_statement] = STATE(7081), + [sym_switch_statement] = STATE(3081), + [sym_do_statement] = STATE(7081), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_statements] = STATE(9067), + [sym__local_statement] = STATE(7081), + [sym__labeled_statement] = STATE(7081), + [sym_for_statement] = STATE(7081), + [sym_while_statement] = STATE(7081), + [sym_repeat_while_statement] = STATE(7081), + [sym_control_transfer_statement] = STATE(7081), + [sym__throw_statement] = STATE(8380), + [sym__optionally_valueful_control_keyword] = STATE(388), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_local_declaration] = STATE(7081), + [sym__local_property_declaration] = STATE(7885), + [sym__local_typealias_declaration] = STATE(8530), + [sym__local_function_declaration] = STATE(7914), + [sym__local_class_declaration] = STATE(7916), + [sym__modifierless_property_declaration] = STATE(7919), + [sym__modifierless_typealias_declaration] = STATE(7930), + [sym__modifierless_function_declaration] = STATE(7933), + [sym__modifierless_function_declaration_no_body] = STATE(7945), + [sym__modifierless_class_declaration] = STATE(7959), + [sym__non_constructor_function_decl] = STATE(7521), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__async_modifier] = STATE(8439), + [sym_attribute] = STATE(4938), + [sym_value_binding_pattern] = STATE(4879), + [sym__possibly_async_binding_pattern_kind] = STATE(4879), + [aux_sym__locally_permitted_modifiers] = STATE(4938), + [sym__locally_permitted_modifier] = STATE(4938), + [sym_property_behavior_modifier] = STATE(4938), + [sym_inheritance_modifier] = STATE(4938), + [sym_ownership_modifier] = STATE(4938), + [sym__parameter_ownership_modifier] = STATE(2422), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(11), + [aux_sym_simple_identifier_token2] = ACTIONS(13), + [aux_sym_simple_identifier_token3] = ACTIONS(13), + [aux_sym_simple_identifier_token4] = ACTIONS(13), + [anon_sym_actor] = ACTIONS(15), + [anon_sym_async] = ACTIONS(17), + [anon_sym_each] = ACTIONS(19), + [anon_sym_lazy] = ACTIONS(389), + [anon_sym_repeat] = ACTIONS(23), + [anon_sym_package] = ACTIONS(11), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_RBRACE] = ACTIONS(557), + [anon_sym_self] = ACTIONS(59), + [anon_sym_super] = ACTIONS(61), + [anon_sym_guard] = ACTIONS(63), + [anon_sym_do] = ACTIONS(65), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [sym_statement_label] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_while] = ACTIONS(81), + [sym_throw_keyword] = ACTIONS(83), + [anon_sym_return] = ACTIONS(153), + [anon_sym_continue] = ACTIONS(153), + [anon_sym_break] = ACTIONS(153), + [anon_sym_yield] = ACTIONS(153), + [anon_sym_typealias] = ACTIONS(87), + [anon_sym_struct] = ACTIONS(89), + [anon_sym_class] = ACTIONS(89), + [anon_sym_enum] = ACTIONS(93), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_func] = ACTIONS(99), + [anon_sym_extension] = ACTIONS(103), + [anon_sym_indirect] = ACTIONS(105), + [anon_sym_AT] = ACTIONS(391), + [anon_sym_final] = ACTIONS(393), + [anon_sym_weak] = ACTIONS(395), + [anon_sym_unowned] = ACTIONS(395), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(397), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(397), + [anon_sym_borrowing] = ACTIONS(11), + [anon_sym_consuming] = ACTIONS(11), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(78)] = { + [sym_simple_identifier] = STATE(2455), + [sym__contextual_simple_identifier] = STATE(2422), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1582), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym_self_expression] = STATE(2689), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(3081), + [sym_guard_statement] = STATE(7081), + [sym_switch_statement] = STATE(3081), + [sym_do_statement] = STATE(7081), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_statements] = STATE(9098), + [sym__local_statement] = STATE(7081), + [sym__labeled_statement] = STATE(7081), + [sym_for_statement] = STATE(7081), + [sym_while_statement] = STATE(7081), + [sym_repeat_while_statement] = STATE(7081), + [sym_control_transfer_statement] = STATE(7081), + [sym__throw_statement] = STATE(8380), + [sym__optionally_valueful_control_keyword] = STATE(388), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_local_declaration] = STATE(7081), + [sym__local_property_declaration] = STATE(7885), + [sym__local_typealias_declaration] = STATE(8530), + [sym__local_function_declaration] = STATE(7914), + [sym__local_class_declaration] = STATE(7916), + [sym__modifierless_property_declaration] = STATE(7919), + [sym__modifierless_typealias_declaration] = STATE(7930), + [sym__modifierless_function_declaration] = STATE(7933), + [sym__modifierless_function_declaration_no_body] = STATE(7945), + [sym__modifierless_class_declaration] = STATE(7959), + [sym__non_constructor_function_decl] = STATE(7521), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__async_modifier] = STATE(8439), + [sym_attribute] = STATE(4938), + [sym_value_binding_pattern] = STATE(4879), + [sym__possibly_async_binding_pattern_kind] = STATE(4879), + [aux_sym__locally_permitted_modifiers] = STATE(4938), + [sym__locally_permitted_modifier] = STATE(4938), + [sym_property_behavior_modifier] = STATE(4938), + [sym_inheritance_modifier] = STATE(4938), + [sym_ownership_modifier] = STATE(4938), + [sym__parameter_ownership_modifier] = STATE(2422), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(11), + [aux_sym_simple_identifier_token2] = ACTIONS(13), + [aux_sym_simple_identifier_token3] = ACTIONS(13), + [aux_sym_simple_identifier_token4] = ACTIONS(13), + [anon_sym_actor] = ACTIONS(15), + [anon_sym_async] = ACTIONS(17), + [anon_sym_each] = ACTIONS(19), + [anon_sym_lazy] = ACTIONS(389), + [anon_sym_repeat] = ACTIONS(23), + [anon_sym_package] = ACTIONS(11), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_RBRACE] = ACTIONS(559), + [anon_sym_self] = ACTIONS(59), + [anon_sym_super] = ACTIONS(61), + [anon_sym_guard] = ACTIONS(63), + [anon_sym_do] = ACTIONS(65), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [sym_statement_label] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_while] = ACTIONS(81), + [sym_throw_keyword] = ACTIONS(83), + [anon_sym_return] = ACTIONS(153), + [anon_sym_continue] = ACTIONS(153), + [anon_sym_break] = ACTIONS(153), + [anon_sym_yield] = ACTIONS(153), + [anon_sym_typealias] = ACTIONS(87), + [anon_sym_struct] = ACTIONS(89), + [anon_sym_class] = ACTIONS(89), + [anon_sym_enum] = ACTIONS(93), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_func] = ACTIONS(99), + [anon_sym_extension] = ACTIONS(103), + [anon_sym_indirect] = ACTIONS(105), + [anon_sym_AT] = ACTIONS(391), + [anon_sym_final] = ACTIONS(393), + [anon_sym_weak] = ACTIONS(395), + [anon_sym_unowned] = ACTIONS(395), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(397), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(397), + [anon_sym_borrowing] = ACTIONS(11), + [anon_sym_consuming] = ACTIONS(11), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(79)] = { + [sym_simple_identifier] = STATE(2455), + [sym__contextual_simple_identifier] = STATE(2422), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1582), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym_self_expression] = STATE(2689), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(3081), + [sym_guard_statement] = STATE(7081), + [sym_switch_statement] = STATE(3081), + [sym_do_statement] = STATE(7081), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_statements] = STATE(9107), + [sym__local_statement] = STATE(7081), + [sym__labeled_statement] = STATE(7081), + [sym_for_statement] = STATE(7081), + [sym_while_statement] = STATE(7081), + [sym_repeat_while_statement] = STATE(7081), + [sym_control_transfer_statement] = STATE(7081), + [sym__throw_statement] = STATE(8380), + [sym__optionally_valueful_control_keyword] = STATE(388), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_local_declaration] = STATE(7081), + [sym__local_property_declaration] = STATE(7885), + [sym__local_typealias_declaration] = STATE(8530), + [sym__local_function_declaration] = STATE(7914), + [sym__local_class_declaration] = STATE(7916), + [sym__modifierless_property_declaration] = STATE(7919), + [sym__modifierless_typealias_declaration] = STATE(7930), + [sym__modifierless_function_declaration] = STATE(7933), + [sym__modifierless_function_declaration_no_body] = STATE(7945), + [sym__modifierless_class_declaration] = STATE(7959), + [sym__non_constructor_function_decl] = STATE(7521), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__async_modifier] = STATE(8439), + [sym_attribute] = STATE(4938), + [sym_value_binding_pattern] = STATE(4879), + [sym__possibly_async_binding_pattern_kind] = STATE(4879), + [aux_sym__locally_permitted_modifiers] = STATE(4938), + [sym__locally_permitted_modifier] = STATE(4938), + [sym_property_behavior_modifier] = STATE(4938), + [sym_inheritance_modifier] = STATE(4938), + [sym_ownership_modifier] = STATE(4938), + [sym__parameter_ownership_modifier] = STATE(2422), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(11), + [aux_sym_simple_identifier_token2] = ACTIONS(13), + [aux_sym_simple_identifier_token3] = ACTIONS(13), + [aux_sym_simple_identifier_token4] = ACTIONS(13), + [anon_sym_actor] = ACTIONS(15), + [anon_sym_async] = ACTIONS(17), + [anon_sym_each] = ACTIONS(19), + [anon_sym_lazy] = ACTIONS(389), + [anon_sym_repeat] = ACTIONS(23), + [anon_sym_package] = ACTIONS(11), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_RBRACE] = ACTIONS(561), + [anon_sym_self] = ACTIONS(59), + [anon_sym_super] = ACTIONS(61), + [anon_sym_guard] = ACTIONS(63), + [anon_sym_do] = ACTIONS(65), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [sym_statement_label] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_while] = ACTIONS(81), + [sym_throw_keyword] = ACTIONS(83), + [anon_sym_return] = ACTIONS(153), + [anon_sym_continue] = ACTIONS(153), + [anon_sym_break] = ACTIONS(153), + [anon_sym_yield] = ACTIONS(153), + [anon_sym_typealias] = ACTIONS(87), + [anon_sym_struct] = ACTIONS(89), + [anon_sym_class] = ACTIONS(89), + [anon_sym_enum] = ACTIONS(93), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_func] = ACTIONS(99), + [anon_sym_extension] = ACTIONS(103), + [anon_sym_indirect] = ACTIONS(105), + [anon_sym_AT] = ACTIONS(391), + [anon_sym_final] = ACTIONS(393), + [anon_sym_weak] = ACTIONS(395), + [anon_sym_unowned] = ACTIONS(395), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(397), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(397), + [anon_sym_borrowing] = ACTIONS(11), + [anon_sym_consuming] = ACTIONS(11), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(80)] = { + [sym_simple_identifier] = STATE(2455), + [sym__contextual_simple_identifier] = STATE(2422), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1582), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym_self_expression] = STATE(2689), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(3081), + [sym_guard_statement] = STATE(7081), + [sym_switch_statement] = STATE(3081), + [sym_do_statement] = STATE(7081), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_statements] = STATE(9012), + [sym__local_statement] = STATE(7081), + [sym__labeled_statement] = STATE(7081), + [sym_for_statement] = STATE(7081), + [sym_while_statement] = STATE(7081), + [sym_repeat_while_statement] = STATE(7081), + [sym_control_transfer_statement] = STATE(7081), + [sym__throw_statement] = STATE(8380), + [sym__optionally_valueful_control_keyword] = STATE(388), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_local_declaration] = STATE(7081), + [sym__local_property_declaration] = STATE(7885), + [sym__local_typealias_declaration] = STATE(8530), + [sym__local_function_declaration] = STATE(7914), + [sym__local_class_declaration] = STATE(7916), + [sym__modifierless_property_declaration] = STATE(7919), + [sym__modifierless_typealias_declaration] = STATE(7930), + [sym__modifierless_function_declaration] = STATE(7933), + [sym__modifierless_function_declaration_no_body] = STATE(7945), + [sym__modifierless_class_declaration] = STATE(7959), + [sym__non_constructor_function_decl] = STATE(7521), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__async_modifier] = STATE(8439), + [sym_attribute] = STATE(4938), + [sym_value_binding_pattern] = STATE(4879), + [sym__possibly_async_binding_pattern_kind] = STATE(4879), + [aux_sym__locally_permitted_modifiers] = STATE(4938), + [sym__locally_permitted_modifier] = STATE(4938), + [sym_property_behavior_modifier] = STATE(4938), + [sym_inheritance_modifier] = STATE(4938), + [sym_ownership_modifier] = STATE(4938), + [sym__parameter_ownership_modifier] = STATE(2422), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(11), + [aux_sym_simple_identifier_token2] = ACTIONS(13), + [aux_sym_simple_identifier_token3] = ACTIONS(13), + [aux_sym_simple_identifier_token4] = ACTIONS(13), + [anon_sym_actor] = ACTIONS(15), + [anon_sym_async] = ACTIONS(17), + [anon_sym_each] = ACTIONS(19), + [anon_sym_lazy] = ACTIONS(389), + [anon_sym_repeat] = ACTIONS(23), + [anon_sym_package] = ACTIONS(11), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_RBRACE] = ACTIONS(563), + [anon_sym_self] = ACTIONS(59), + [anon_sym_super] = ACTIONS(61), + [anon_sym_guard] = ACTIONS(63), + [anon_sym_do] = ACTIONS(65), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [sym_statement_label] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_while] = ACTIONS(81), + [sym_throw_keyword] = ACTIONS(83), + [anon_sym_return] = ACTIONS(153), + [anon_sym_continue] = ACTIONS(153), + [anon_sym_break] = ACTIONS(153), + [anon_sym_yield] = ACTIONS(153), + [anon_sym_typealias] = ACTIONS(87), + [anon_sym_struct] = ACTIONS(89), + [anon_sym_class] = ACTIONS(89), + [anon_sym_enum] = ACTIONS(93), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_func] = ACTIONS(99), + [anon_sym_extension] = ACTIONS(103), + [anon_sym_indirect] = ACTIONS(105), + [anon_sym_AT] = ACTIONS(391), + [anon_sym_final] = ACTIONS(393), + [anon_sym_weak] = ACTIONS(395), + [anon_sym_unowned] = ACTIONS(395), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(397), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(397), + [anon_sym_borrowing] = ACTIONS(11), + [anon_sym_consuming] = ACTIONS(11), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(81)] = { + [sym_simple_identifier] = STATE(2455), + [sym__contextual_simple_identifier] = STATE(2422), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1582), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym_self_expression] = STATE(2689), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(3081), + [sym_guard_statement] = STATE(7081), + [sym_switch_statement] = STATE(3081), + [sym_do_statement] = STATE(7081), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_statements] = STATE(9051), + [sym__local_statement] = STATE(7081), + [sym__labeled_statement] = STATE(7081), + [sym_for_statement] = STATE(7081), + [sym_while_statement] = STATE(7081), + [sym_repeat_while_statement] = STATE(7081), + [sym_control_transfer_statement] = STATE(7081), + [sym__throw_statement] = STATE(8380), + [sym__optionally_valueful_control_keyword] = STATE(388), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_local_declaration] = STATE(7081), + [sym__local_property_declaration] = STATE(7885), + [sym__local_typealias_declaration] = STATE(8530), + [sym__local_function_declaration] = STATE(7914), + [sym__local_class_declaration] = STATE(7916), + [sym__modifierless_property_declaration] = STATE(7919), + [sym__modifierless_typealias_declaration] = STATE(7930), + [sym__modifierless_function_declaration] = STATE(7933), + [sym__modifierless_function_declaration_no_body] = STATE(7945), + [sym__modifierless_class_declaration] = STATE(7959), + [sym__non_constructor_function_decl] = STATE(7521), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__async_modifier] = STATE(8439), + [sym_attribute] = STATE(4938), + [sym_value_binding_pattern] = STATE(4879), + [sym__possibly_async_binding_pattern_kind] = STATE(4879), + [aux_sym__locally_permitted_modifiers] = STATE(4938), + [sym__locally_permitted_modifier] = STATE(4938), + [sym_property_behavior_modifier] = STATE(4938), + [sym_inheritance_modifier] = STATE(4938), + [sym_ownership_modifier] = STATE(4938), + [sym__parameter_ownership_modifier] = STATE(2422), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(11), + [aux_sym_simple_identifier_token2] = ACTIONS(13), + [aux_sym_simple_identifier_token3] = ACTIONS(13), + [aux_sym_simple_identifier_token4] = ACTIONS(13), + [anon_sym_actor] = ACTIONS(15), + [anon_sym_async] = ACTIONS(17), + [anon_sym_each] = ACTIONS(19), + [anon_sym_lazy] = ACTIONS(389), + [anon_sym_repeat] = ACTIONS(23), + [anon_sym_package] = ACTIONS(11), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_RBRACE] = ACTIONS(565), + [anon_sym_self] = ACTIONS(59), + [anon_sym_super] = ACTIONS(61), + [anon_sym_guard] = ACTIONS(63), + [anon_sym_do] = ACTIONS(65), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [sym_statement_label] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_while] = ACTIONS(81), + [sym_throw_keyword] = ACTIONS(83), + [anon_sym_return] = ACTIONS(153), + [anon_sym_continue] = ACTIONS(153), + [anon_sym_break] = ACTIONS(153), + [anon_sym_yield] = ACTIONS(153), + [anon_sym_typealias] = ACTIONS(87), + [anon_sym_struct] = ACTIONS(89), + [anon_sym_class] = ACTIONS(89), + [anon_sym_enum] = ACTIONS(93), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_func] = ACTIONS(99), + [anon_sym_extension] = ACTIONS(103), + [anon_sym_indirect] = ACTIONS(105), + [anon_sym_AT] = ACTIONS(391), + [anon_sym_final] = ACTIONS(393), + [anon_sym_weak] = ACTIONS(395), + [anon_sym_unowned] = ACTIONS(395), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(397), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(397), + [anon_sym_borrowing] = ACTIONS(11), + [anon_sym_consuming] = ACTIONS(11), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(82)] = { + [sym_simple_identifier] = STATE(2455), + [sym__contextual_simple_identifier] = STATE(2422), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1582), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym_self_expression] = STATE(2689), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(3081), + [sym_guard_statement] = STATE(7081), + [sym_switch_statement] = STATE(3081), + [sym_do_statement] = STATE(7081), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_statements] = STATE(9121), + [sym__local_statement] = STATE(7081), + [sym__labeled_statement] = STATE(7081), + [sym_for_statement] = STATE(7081), + [sym_while_statement] = STATE(7081), + [sym_repeat_while_statement] = STATE(7081), + [sym_control_transfer_statement] = STATE(7081), + [sym__throw_statement] = STATE(8380), + [sym__optionally_valueful_control_keyword] = STATE(388), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_local_declaration] = STATE(7081), + [sym__local_property_declaration] = STATE(7885), + [sym__local_typealias_declaration] = STATE(8530), + [sym__local_function_declaration] = STATE(7914), + [sym__local_class_declaration] = STATE(7916), + [sym__modifierless_property_declaration] = STATE(7919), + [sym__modifierless_typealias_declaration] = STATE(7930), + [sym__modifierless_function_declaration] = STATE(7933), + [sym__modifierless_function_declaration_no_body] = STATE(7945), + [sym__modifierless_class_declaration] = STATE(7959), + [sym__non_constructor_function_decl] = STATE(7521), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__async_modifier] = STATE(8439), + [sym_attribute] = STATE(4938), + [sym_value_binding_pattern] = STATE(4879), + [sym__possibly_async_binding_pattern_kind] = STATE(4879), + [aux_sym__locally_permitted_modifiers] = STATE(4938), + [sym__locally_permitted_modifier] = STATE(4938), + [sym_property_behavior_modifier] = STATE(4938), + [sym_inheritance_modifier] = STATE(4938), + [sym_ownership_modifier] = STATE(4938), + [sym__parameter_ownership_modifier] = STATE(2422), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(11), + [aux_sym_simple_identifier_token2] = ACTIONS(13), + [aux_sym_simple_identifier_token3] = ACTIONS(13), + [aux_sym_simple_identifier_token4] = ACTIONS(13), + [anon_sym_actor] = ACTIONS(15), + [anon_sym_async] = ACTIONS(17), + [anon_sym_each] = ACTIONS(19), + [anon_sym_lazy] = ACTIONS(389), + [anon_sym_repeat] = ACTIONS(23), + [anon_sym_package] = ACTIONS(11), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_RBRACE] = ACTIONS(567), + [anon_sym_self] = ACTIONS(59), + [anon_sym_super] = ACTIONS(61), + [anon_sym_guard] = ACTIONS(63), + [anon_sym_do] = ACTIONS(65), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [sym_statement_label] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_while] = ACTIONS(81), + [sym_throw_keyword] = ACTIONS(83), + [anon_sym_return] = ACTIONS(153), + [anon_sym_continue] = ACTIONS(153), + [anon_sym_break] = ACTIONS(153), + [anon_sym_yield] = ACTIONS(153), + [anon_sym_typealias] = ACTIONS(87), + [anon_sym_struct] = ACTIONS(89), + [anon_sym_class] = ACTIONS(89), + [anon_sym_enum] = ACTIONS(93), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_func] = ACTIONS(99), + [anon_sym_extension] = ACTIONS(103), + [anon_sym_indirect] = ACTIONS(105), + [anon_sym_AT] = ACTIONS(391), + [anon_sym_final] = ACTIONS(393), + [anon_sym_weak] = ACTIONS(395), + [anon_sym_unowned] = ACTIONS(395), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(397), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(397), + [anon_sym_borrowing] = ACTIONS(11), + [anon_sym_consuming] = ACTIONS(11), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(83)] = { + [sym_simple_identifier] = STATE(2455), + [sym__contextual_simple_identifier] = STATE(2422), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1582), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym_self_expression] = STATE(2689), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(3081), + [sym_guard_statement] = STATE(7081), + [sym_switch_statement] = STATE(3081), + [sym_do_statement] = STATE(7081), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_statements] = STATE(9135), + [sym__local_statement] = STATE(7081), + [sym__labeled_statement] = STATE(7081), + [sym_for_statement] = STATE(7081), + [sym_while_statement] = STATE(7081), + [sym_repeat_while_statement] = STATE(7081), + [sym_control_transfer_statement] = STATE(7081), + [sym__throw_statement] = STATE(8380), + [sym__optionally_valueful_control_keyword] = STATE(388), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_local_declaration] = STATE(7081), + [sym__local_property_declaration] = STATE(7885), + [sym__local_typealias_declaration] = STATE(8530), + [sym__local_function_declaration] = STATE(7914), + [sym__local_class_declaration] = STATE(7916), + [sym__modifierless_property_declaration] = STATE(7919), + [sym__modifierless_typealias_declaration] = STATE(7930), + [sym__modifierless_function_declaration] = STATE(7933), + [sym__modifierless_function_declaration_no_body] = STATE(7945), + [sym__modifierless_class_declaration] = STATE(7959), + [sym__non_constructor_function_decl] = STATE(7521), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__async_modifier] = STATE(8439), + [sym_attribute] = STATE(4938), + [sym_value_binding_pattern] = STATE(4879), + [sym__possibly_async_binding_pattern_kind] = STATE(4879), + [aux_sym__locally_permitted_modifiers] = STATE(4938), + [sym__locally_permitted_modifier] = STATE(4938), + [sym_property_behavior_modifier] = STATE(4938), + [sym_inheritance_modifier] = STATE(4938), + [sym_ownership_modifier] = STATE(4938), + [sym__parameter_ownership_modifier] = STATE(2422), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(11), + [aux_sym_simple_identifier_token2] = ACTIONS(13), + [aux_sym_simple_identifier_token3] = ACTIONS(13), + [aux_sym_simple_identifier_token4] = ACTIONS(13), + [anon_sym_actor] = ACTIONS(15), + [anon_sym_async] = ACTIONS(17), + [anon_sym_each] = ACTIONS(19), + [anon_sym_lazy] = ACTIONS(389), + [anon_sym_repeat] = ACTIONS(23), + [anon_sym_package] = ACTIONS(11), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_RBRACE] = ACTIONS(569), + [anon_sym_self] = ACTIONS(59), + [anon_sym_super] = ACTIONS(61), + [anon_sym_guard] = ACTIONS(63), + [anon_sym_do] = ACTIONS(65), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [sym_statement_label] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_while] = ACTIONS(81), + [sym_throw_keyword] = ACTIONS(83), + [anon_sym_return] = ACTIONS(153), + [anon_sym_continue] = ACTIONS(153), + [anon_sym_break] = ACTIONS(153), + [anon_sym_yield] = ACTIONS(153), + [anon_sym_typealias] = ACTIONS(87), + [anon_sym_struct] = ACTIONS(89), + [anon_sym_class] = ACTIONS(89), + [anon_sym_enum] = ACTIONS(93), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_func] = ACTIONS(99), + [anon_sym_extension] = ACTIONS(103), + [anon_sym_indirect] = ACTIONS(105), + [anon_sym_AT] = ACTIONS(391), + [anon_sym_final] = ACTIONS(393), + [anon_sym_weak] = ACTIONS(395), + [anon_sym_unowned] = ACTIONS(395), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(397), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(397), + [anon_sym_borrowing] = ACTIONS(11), + [anon_sym_consuming] = ACTIONS(11), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(84)] = { + [sym_simple_identifier] = STATE(2455), + [sym__contextual_simple_identifier] = STATE(2422), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1582), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym_self_expression] = STATE(2689), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(3081), + [sym_guard_statement] = STATE(7081), + [sym_switch_statement] = STATE(3081), + [sym_do_statement] = STATE(7081), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_statements] = STATE(9342), + [sym__local_statement] = STATE(7081), + [sym__labeled_statement] = STATE(7081), + [sym_for_statement] = STATE(7081), + [sym_while_statement] = STATE(7081), + [sym_repeat_while_statement] = STATE(7081), + [sym_control_transfer_statement] = STATE(7081), + [sym__throw_statement] = STATE(8380), + [sym__optionally_valueful_control_keyword] = STATE(388), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_local_declaration] = STATE(7081), + [sym__local_property_declaration] = STATE(7885), + [sym__local_typealias_declaration] = STATE(8530), + [sym__local_function_declaration] = STATE(7914), + [sym__local_class_declaration] = STATE(7916), + [sym__modifierless_property_declaration] = STATE(7919), + [sym__modifierless_typealias_declaration] = STATE(7930), + [sym__modifierless_function_declaration] = STATE(7933), + [sym__modifierless_function_declaration_no_body] = STATE(7945), + [sym__modifierless_class_declaration] = STATE(7959), + [sym__non_constructor_function_decl] = STATE(7521), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__async_modifier] = STATE(8439), + [sym_attribute] = STATE(4938), + [sym_value_binding_pattern] = STATE(4879), + [sym__possibly_async_binding_pattern_kind] = STATE(4879), + [aux_sym__locally_permitted_modifiers] = STATE(4938), + [sym__locally_permitted_modifier] = STATE(4938), + [sym_property_behavior_modifier] = STATE(4938), + [sym_inheritance_modifier] = STATE(4938), + [sym_ownership_modifier] = STATE(4938), + [sym__parameter_ownership_modifier] = STATE(2422), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(11), + [aux_sym_simple_identifier_token2] = ACTIONS(13), + [aux_sym_simple_identifier_token3] = ACTIONS(13), + [aux_sym_simple_identifier_token4] = ACTIONS(13), + [anon_sym_actor] = ACTIONS(15), + [anon_sym_async] = ACTIONS(17), + [anon_sym_each] = ACTIONS(19), + [anon_sym_lazy] = ACTIONS(389), + [anon_sym_repeat] = ACTIONS(23), + [anon_sym_package] = ACTIONS(11), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_RBRACE] = ACTIONS(571), + [anon_sym_self] = ACTIONS(59), + [anon_sym_super] = ACTIONS(61), + [anon_sym_guard] = ACTIONS(63), + [anon_sym_do] = ACTIONS(65), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [sym_statement_label] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_while] = ACTIONS(81), + [sym_throw_keyword] = ACTIONS(83), + [anon_sym_return] = ACTIONS(153), + [anon_sym_continue] = ACTIONS(153), + [anon_sym_break] = ACTIONS(153), + [anon_sym_yield] = ACTIONS(153), + [anon_sym_typealias] = ACTIONS(87), + [anon_sym_struct] = ACTIONS(89), + [anon_sym_class] = ACTIONS(89), + [anon_sym_enum] = ACTIONS(93), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_func] = ACTIONS(99), + [anon_sym_extension] = ACTIONS(103), + [anon_sym_indirect] = ACTIONS(105), + [anon_sym_AT] = ACTIONS(391), + [anon_sym_final] = ACTIONS(393), + [anon_sym_weak] = ACTIONS(395), + [anon_sym_unowned] = ACTIONS(395), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(397), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(397), + [anon_sym_borrowing] = ACTIONS(11), + [anon_sym_consuming] = ACTIONS(11), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(85)] = { + [sym_simple_identifier] = STATE(2455), + [sym__contextual_simple_identifier] = STATE(2422), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1582), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym_self_expression] = STATE(2689), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(3081), + [sym_guard_statement] = STATE(7081), + [sym_switch_statement] = STATE(3081), + [sym_do_statement] = STATE(7081), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_statements] = STATE(8995), + [sym__local_statement] = STATE(7081), + [sym__labeled_statement] = STATE(7081), + [sym_for_statement] = STATE(7081), + [sym_while_statement] = STATE(7081), + [sym_repeat_while_statement] = STATE(7081), + [sym_control_transfer_statement] = STATE(7081), + [sym__throw_statement] = STATE(8380), + [sym__optionally_valueful_control_keyword] = STATE(388), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_local_declaration] = STATE(7081), + [sym__local_property_declaration] = STATE(7885), + [sym__local_typealias_declaration] = STATE(8530), + [sym__local_function_declaration] = STATE(7914), + [sym__local_class_declaration] = STATE(7916), + [sym__modifierless_property_declaration] = STATE(7919), + [sym__modifierless_typealias_declaration] = STATE(7930), + [sym__modifierless_function_declaration] = STATE(7933), + [sym__modifierless_function_declaration_no_body] = STATE(7945), + [sym__modifierless_class_declaration] = STATE(7959), + [sym__non_constructor_function_decl] = STATE(7521), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__async_modifier] = STATE(8439), + [sym_attribute] = STATE(4938), + [sym_value_binding_pattern] = STATE(4879), + [sym__possibly_async_binding_pattern_kind] = STATE(4879), + [aux_sym__locally_permitted_modifiers] = STATE(4938), + [sym__locally_permitted_modifier] = STATE(4938), + [sym_property_behavior_modifier] = STATE(4938), + [sym_inheritance_modifier] = STATE(4938), + [sym_ownership_modifier] = STATE(4938), + [sym__parameter_ownership_modifier] = STATE(2422), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(11), + [aux_sym_simple_identifier_token2] = ACTIONS(13), + [aux_sym_simple_identifier_token3] = ACTIONS(13), + [aux_sym_simple_identifier_token4] = ACTIONS(13), + [anon_sym_actor] = ACTIONS(15), + [anon_sym_async] = ACTIONS(17), + [anon_sym_each] = ACTIONS(19), + [anon_sym_lazy] = ACTIONS(389), + [anon_sym_repeat] = ACTIONS(23), + [anon_sym_package] = ACTIONS(11), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_RBRACE] = ACTIONS(573), + [anon_sym_self] = ACTIONS(59), + [anon_sym_super] = ACTIONS(61), + [anon_sym_guard] = ACTIONS(63), + [anon_sym_do] = ACTIONS(65), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [sym_statement_label] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_while] = ACTIONS(81), + [sym_throw_keyword] = ACTIONS(83), + [anon_sym_return] = ACTIONS(153), + [anon_sym_continue] = ACTIONS(153), + [anon_sym_break] = ACTIONS(153), + [anon_sym_yield] = ACTIONS(153), + [anon_sym_typealias] = ACTIONS(87), + [anon_sym_struct] = ACTIONS(89), + [anon_sym_class] = ACTIONS(89), + [anon_sym_enum] = ACTIONS(93), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_func] = ACTIONS(99), + [anon_sym_extension] = ACTIONS(103), + [anon_sym_indirect] = ACTIONS(105), + [anon_sym_AT] = ACTIONS(391), + [anon_sym_final] = ACTIONS(393), + [anon_sym_weak] = ACTIONS(395), + [anon_sym_unowned] = ACTIONS(395), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(397), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(397), + [anon_sym_borrowing] = ACTIONS(11), + [anon_sym_consuming] = ACTIONS(11), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(86)] = { + [sym_simple_identifier] = STATE(2455), + [sym__contextual_simple_identifier] = STATE(2422), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1582), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym_self_expression] = STATE(2689), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(3081), + [sym_guard_statement] = STATE(7081), + [sym_switch_statement] = STATE(3081), + [sym_do_statement] = STATE(7081), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_statements] = STATE(9136), + [sym__local_statement] = STATE(7081), + [sym__labeled_statement] = STATE(7081), + [sym_for_statement] = STATE(7081), + [sym_while_statement] = STATE(7081), + [sym_repeat_while_statement] = STATE(7081), + [sym_control_transfer_statement] = STATE(7081), + [sym__throw_statement] = STATE(8380), + [sym__optionally_valueful_control_keyword] = STATE(388), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_local_declaration] = STATE(7081), + [sym__local_property_declaration] = STATE(7885), + [sym__local_typealias_declaration] = STATE(8530), + [sym__local_function_declaration] = STATE(7914), + [sym__local_class_declaration] = STATE(7916), + [sym__modifierless_property_declaration] = STATE(7919), + [sym__modifierless_typealias_declaration] = STATE(7930), + [sym__modifierless_function_declaration] = STATE(7933), + [sym__modifierless_function_declaration_no_body] = STATE(7945), + [sym__modifierless_class_declaration] = STATE(7959), + [sym__non_constructor_function_decl] = STATE(7521), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__async_modifier] = STATE(8439), + [sym_attribute] = STATE(4938), + [sym_value_binding_pattern] = STATE(4879), + [sym__possibly_async_binding_pattern_kind] = STATE(4879), + [aux_sym__locally_permitted_modifiers] = STATE(4938), + [sym__locally_permitted_modifier] = STATE(4938), + [sym_property_behavior_modifier] = STATE(4938), + [sym_inheritance_modifier] = STATE(4938), + [sym_ownership_modifier] = STATE(4938), + [sym__parameter_ownership_modifier] = STATE(2422), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(11), + [aux_sym_simple_identifier_token2] = ACTIONS(13), + [aux_sym_simple_identifier_token3] = ACTIONS(13), + [aux_sym_simple_identifier_token4] = ACTIONS(13), + [anon_sym_actor] = ACTIONS(15), + [anon_sym_async] = ACTIONS(17), + [anon_sym_each] = ACTIONS(19), + [anon_sym_lazy] = ACTIONS(389), + [anon_sym_repeat] = ACTIONS(23), + [anon_sym_package] = ACTIONS(11), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_RBRACE] = ACTIONS(575), + [anon_sym_self] = ACTIONS(59), + [anon_sym_super] = ACTIONS(61), + [anon_sym_guard] = ACTIONS(63), + [anon_sym_do] = ACTIONS(65), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [sym_statement_label] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_while] = ACTIONS(81), + [sym_throw_keyword] = ACTIONS(83), + [anon_sym_return] = ACTIONS(153), + [anon_sym_continue] = ACTIONS(153), + [anon_sym_break] = ACTIONS(153), + [anon_sym_yield] = ACTIONS(153), + [anon_sym_typealias] = ACTIONS(87), + [anon_sym_struct] = ACTIONS(89), + [anon_sym_class] = ACTIONS(89), + [anon_sym_enum] = ACTIONS(93), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_func] = ACTIONS(99), + [anon_sym_extension] = ACTIONS(103), + [anon_sym_indirect] = ACTIONS(105), + [anon_sym_AT] = ACTIONS(391), + [anon_sym_final] = ACTIONS(393), + [anon_sym_weak] = ACTIONS(395), + [anon_sym_unowned] = ACTIONS(395), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(397), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(397), + [anon_sym_borrowing] = ACTIONS(11), + [anon_sym_consuming] = ACTIONS(11), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(87)] = { + [sym_simple_identifier] = STATE(2455), + [sym__contextual_simple_identifier] = STATE(2422), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1582), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym_self_expression] = STATE(2689), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(3081), + [sym_guard_statement] = STATE(7081), + [sym_switch_statement] = STATE(3081), + [sym_do_statement] = STATE(7081), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_statements] = STATE(9147), + [sym__local_statement] = STATE(7081), + [sym__labeled_statement] = STATE(7081), + [sym_for_statement] = STATE(7081), + [sym_while_statement] = STATE(7081), + [sym_repeat_while_statement] = STATE(7081), + [sym_control_transfer_statement] = STATE(7081), + [sym__throw_statement] = STATE(8380), + [sym__optionally_valueful_control_keyword] = STATE(388), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_local_declaration] = STATE(7081), + [sym__local_property_declaration] = STATE(7885), + [sym__local_typealias_declaration] = STATE(8530), + [sym__local_function_declaration] = STATE(7914), + [sym__local_class_declaration] = STATE(7916), + [sym__modifierless_property_declaration] = STATE(7919), + [sym__modifierless_typealias_declaration] = STATE(7930), + [sym__modifierless_function_declaration] = STATE(7933), + [sym__modifierless_function_declaration_no_body] = STATE(7945), + [sym__modifierless_class_declaration] = STATE(7959), + [sym__non_constructor_function_decl] = STATE(7521), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__async_modifier] = STATE(8439), + [sym_attribute] = STATE(4938), + [sym_value_binding_pattern] = STATE(4879), + [sym__possibly_async_binding_pattern_kind] = STATE(4879), + [aux_sym__locally_permitted_modifiers] = STATE(4938), + [sym__locally_permitted_modifier] = STATE(4938), + [sym_property_behavior_modifier] = STATE(4938), + [sym_inheritance_modifier] = STATE(4938), + [sym_ownership_modifier] = STATE(4938), + [sym__parameter_ownership_modifier] = STATE(2422), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(11), + [aux_sym_simple_identifier_token2] = ACTIONS(13), + [aux_sym_simple_identifier_token3] = ACTIONS(13), + [aux_sym_simple_identifier_token4] = ACTIONS(13), + [anon_sym_actor] = ACTIONS(15), + [anon_sym_async] = ACTIONS(17), + [anon_sym_each] = ACTIONS(19), + [anon_sym_lazy] = ACTIONS(389), + [anon_sym_repeat] = ACTIONS(23), + [anon_sym_package] = ACTIONS(11), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_RBRACE] = ACTIONS(577), + [anon_sym_self] = ACTIONS(59), + [anon_sym_super] = ACTIONS(61), + [anon_sym_guard] = ACTIONS(63), + [anon_sym_do] = ACTIONS(65), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [sym_statement_label] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_while] = ACTIONS(81), + [sym_throw_keyword] = ACTIONS(83), + [anon_sym_return] = ACTIONS(153), + [anon_sym_continue] = ACTIONS(153), + [anon_sym_break] = ACTIONS(153), + [anon_sym_yield] = ACTIONS(153), + [anon_sym_typealias] = ACTIONS(87), + [anon_sym_struct] = ACTIONS(89), + [anon_sym_class] = ACTIONS(89), + [anon_sym_enum] = ACTIONS(93), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_func] = ACTIONS(99), + [anon_sym_extension] = ACTIONS(103), + [anon_sym_indirect] = ACTIONS(105), + [anon_sym_AT] = ACTIONS(391), + [anon_sym_final] = ACTIONS(393), + [anon_sym_weak] = ACTIONS(395), + [anon_sym_unowned] = ACTIONS(395), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(397), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(397), + [anon_sym_borrowing] = ACTIONS(11), + [anon_sym_consuming] = ACTIONS(11), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(88)] = { + [sym_simple_identifier] = STATE(2455), + [sym__contextual_simple_identifier] = STATE(2422), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1582), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym_self_expression] = STATE(2689), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(3081), + [sym_guard_statement] = STATE(7081), + [sym_switch_statement] = STATE(3081), + [sym_do_statement] = STATE(7081), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_statements] = STATE(9150), + [sym__local_statement] = STATE(7081), + [sym__labeled_statement] = STATE(7081), + [sym_for_statement] = STATE(7081), + [sym_while_statement] = STATE(7081), + [sym_repeat_while_statement] = STATE(7081), + [sym_control_transfer_statement] = STATE(7081), + [sym__throw_statement] = STATE(8380), + [sym__optionally_valueful_control_keyword] = STATE(388), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_local_declaration] = STATE(7081), + [sym__local_property_declaration] = STATE(7885), + [sym__local_typealias_declaration] = STATE(8530), + [sym__local_function_declaration] = STATE(7914), + [sym__local_class_declaration] = STATE(7916), + [sym__modifierless_property_declaration] = STATE(7919), + [sym__modifierless_typealias_declaration] = STATE(7930), + [sym__modifierless_function_declaration] = STATE(7933), + [sym__modifierless_function_declaration_no_body] = STATE(7945), + [sym__modifierless_class_declaration] = STATE(7959), + [sym__non_constructor_function_decl] = STATE(7521), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__async_modifier] = STATE(8439), + [sym_attribute] = STATE(4938), + [sym_value_binding_pattern] = STATE(4879), + [sym__possibly_async_binding_pattern_kind] = STATE(4879), + [aux_sym__locally_permitted_modifiers] = STATE(4938), + [sym__locally_permitted_modifier] = STATE(4938), + [sym_property_behavior_modifier] = STATE(4938), + [sym_inheritance_modifier] = STATE(4938), + [sym_ownership_modifier] = STATE(4938), + [sym__parameter_ownership_modifier] = STATE(2422), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(11), + [aux_sym_simple_identifier_token2] = ACTIONS(13), + [aux_sym_simple_identifier_token3] = ACTIONS(13), + [aux_sym_simple_identifier_token4] = ACTIONS(13), + [anon_sym_actor] = ACTIONS(15), + [anon_sym_async] = ACTIONS(17), + [anon_sym_each] = ACTIONS(19), + [anon_sym_lazy] = ACTIONS(389), + [anon_sym_repeat] = ACTIONS(23), + [anon_sym_package] = ACTIONS(11), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_RBRACE] = ACTIONS(579), + [anon_sym_self] = ACTIONS(59), + [anon_sym_super] = ACTIONS(61), + [anon_sym_guard] = ACTIONS(63), + [anon_sym_do] = ACTIONS(65), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [sym_statement_label] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_while] = ACTIONS(81), + [sym_throw_keyword] = ACTIONS(83), + [anon_sym_return] = ACTIONS(153), + [anon_sym_continue] = ACTIONS(153), + [anon_sym_break] = ACTIONS(153), + [anon_sym_yield] = ACTIONS(153), + [anon_sym_typealias] = ACTIONS(87), + [anon_sym_struct] = ACTIONS(89), + [anon_sym_class] = ACTIONS(89), + [anon_sym_enum] = ACTIONS(93), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_func] = ACTIONS(99), + [anon_sym_extension] = ACTIONS(103), + [anon_sym_indirect] = ACTIONS(105), + [anon_sym_AT] = ACTIONS(391), + [anon_sym_final] = ACTIONS(393), + [anon_sym_weak] = ACTIONS(395), + [anon_sym_unowned] = ACTIONS(395), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(397), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(397), + [anon_sym_borrowing] = ACTIONS(11), + [anon_sym_consuming] = ACTIONS(11), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(89)] = { + [sym_simple_identifier] = STATE(2455), + [sym__contextual_simple_identifier] = STATE(2422), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1582), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym_self_expression] = STATE(2689), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(3081), + [sym_guard_statement] = STATE(7081), + [sym_switch_statement] = STATE(3081), + [sym_do_statement] = STATE(7081), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_statements] = STATE(9219), + [sym__local_statement] = STATE(7081), + [sym__labeled_statement] = STATE(7081), + [sym_for_statement] = STATE(7081), + [sym_while_statement] = STATE(7081), + [sym_repeat_while_statement] = STATE(7081), + [sym_control_transfer_statement] = STATE(7081), + [sym__throw_statement] = STATE(8380), + [sym__optionally_valueful_control_keyword] = STATE(388), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_local_declaration] = STATE(7081), + [sym__local_property_declaration] = STATE(7885), + [sym__local_typealias_declaration] = STATE(8530), + [sym__local_function_declaration] = STATE(7914), + [sym__local_class_declaration] = STATE(7916), + [sym__modifierless_property_declaration] = STATE(7919), + [sym__modifierless_typealias_declaration] = STATE(7930), + [sym__modifierless_function_declaration] = STATE(7933), + [sym__modifierless_function_declaration_no_body] = STATE(7945), + [sym__modifierless_class_declaration] = STATE(7959), + [sym__non_constructor_function_decl] = STATE(7521), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__async_modifier] = STATE(8439), + [sym_attribute] = STATE(4938), + [sym_value_binding_pattern] = STATE(4879), + [sym__possibly_async_binding_pattern_kind] = STATE(4879), + [aux_sym__locally_permitted_modifiers] = STATE(4938), + [sym__locally_permitted_modifier] = STATE(4938), + [sym_property_behavior_modifier] = STATE(4938), + [sym_inheritance_modifier] = STATE(4938), + [sym_ownership_modifier] = STATE(4938), + [sym__parameter_ownership_modifier] = STATE(2422), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(11), + [aux_sym_simple_identifier_token2] = ACTIONS(13), + [aux_sym_simple_identifier_token3] = ACTIONS(13), + [aux_sym_simple_identifier_token4] = ACTIONS(13), + [anon_sym_actor] = ACTIONS(15), + [anon_sym_async] = ACTIONS(17), + [anon_sym_each] = ACTIONS(19), + [anon_sym_lazy] = ACTIONS(389), + [anon_sym_repeat] = ACTIONS(23), + [anon_sym_package] = ACTIONS(11), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_RBRACE] = ACTIONS(581), + [anon_sym_self] = ACTIONS(59), + [anon_sym_super] = ACTIONS(61), + [anon_sym_guard] = ACTIONS(63), + [anon_sym_do] = ACTIONS(65), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [sym_statement_label] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_while] = ACTIONS(81), + [sym_throw_keyword] = ACTIONS(83), + [anon_sym_return] = ACTIONS(153), + [anon_sym_continue] = ACTIONS(153), + [anon_sym_break] = ACTIONS(153), + [anon_sym_yield] = ACTIONS(153), + [anon_sym_typealias] = ACTIONS(87), + [anon_sym_struct] = ACTIONS(89), + [anon_sym_class] = ACTIONS(89), + [anon_sym_enum] = ACTIONS(93), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_func] = ACTIONS(99), + [anon_sym_extension] = ACTIONS(103), + [anon_sym_indirect] = ACTIONS(105), + [anon_sym_AT] = ACTIONS(391), + [anon_sym_final] = ACTIONS(393), + [anon_sym_weak] = ACTIONS(395), + [anon_sym_unowned] = ACTIONS(395), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(397), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(397), + [anon_sym_borrowing] = ACTIONS(11), + [anon_sym_consuming] = ACTIONS(11), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(90)] = { + [sym_simple_identifier] = STATE(2455), + [sym__contextual_simple_identifier] = STATE(2422), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1582), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym_self_expression] = STATE(2689), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(3081), + [sym_guard_statement] = STATE(7081), + [sym_switch_statement] = STATE(3081), + [sym_do_statement] = STATE(7081), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_statements] = STATE(9176), + [sym__local_statement] = STATE(7081), + [sym__labeled_statement] = STATE(7081), + [sym_for_statement] = STATE(7081), + [sym_while_statement] = STATE(7081), + [sym_repeat_while_statement] = STATE(7081), + [sym_control_transfer_statement] = STATE(7081), + [sym__throw_statement] = STATE(8380), + [sym__optionally_valueful_control_keyword] = STATE(388), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_local_declaration] = STATE(7081), + [sym__local_property_declaration] = STATE(7885), + [sym__local_typealias_declaration] = STATE(8530), + [sym__local_function_declaration] = STATE(7914), + [sym__local_class_declaration] = STATE(7916), + [sym__modifierless_property_declaration] = STATE(7919), + [sym__modifierless_typealias_declaration] = STATE(7930), + [sym__modifierless_function_declaration] = STATE(7933), + [sym__modifierless_function_declaration_no_body] = STATE(7945), + [sym__modifierless_class_declaration] = STATE(7959), + [sym__non_constructor_function_decl] = STATE(7521), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__async_modifier] = STATE(8439), + [sym_attribute] = STATE(4938), + [sym_value_binding_pattern] = STATE(4879), + [sym__possibly_async_binding_pattern_kind] = STATE(4879), + [aux_sym__locally_permitted_modifiers] = STATE(4938), + [sym__locally_permitted_modifier] = STATE(4938), + [sym_property_behavior_modifier] = STATE(4938), + [sym_inheritance_modifier] = STATE(4938), + [sym_ownership_modifier] = STATE(4938), + [sym__parameter_ownership_modifier] = STATE(2422), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(11), + [aux_sym_simple_identifier_token2] = ACTIONS(13), + [aux_sym_simple_identifier_token3] = ACTIONS(13), + [aux_sym_simple_identifier_token4] = ACTIONS(13), + [anon_sym_actor] = ACTIONS(15), + [anon_sym_async] = ACTIONS(17), + [anon_sym_each] = ACTIONS(19), + [anon_sym_lazy] = ACTIONS(389), + [anon_sym_repeat] = ACTIONS(23), + [anon_sym_package] = ACTIONS(11), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_RBRACE] = ACTIONS(583), + [anon_sym_self] = ACTIONS(59), + [anon_sym_super] = ACTIONS(61), + [anon_sym_guard] = ACTIONS(63), + [anon_sym_do] = ACTIONS(65), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [sym_statement_label] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_while] = ACTIONS(81), + [sym_throw_keyword] = ACTIONS(83), + [anon_sym_return] = ACTIONS(153), + [anon_sym_continue] = ACTIONS(153), + [anon_sym_break] = ACTIONS(153), + [anon_sym_yield] = ACTIONS(153), + [anon_sym_typealias] = ACTIONS(87), + [anon_sym_struct] = ACTIONS(89), + [anon_sym_class] = ACTIONS(89), + [anon_sym_enum] = ACTIONS(93), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_func] = ACTIONS(99), + [anon_sym_extension] = ACTIONS(103), + [anon_sym_indirect] = ACTIONS(105), + [anon_sym_AT] = ACTIONS(391), + [anon_sym_final] = ACTIONS(393), + [anon_sym_weak] = ACTIONS(395), + [anon_sym_unowned] = ACTIONS(395), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(397), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(397), + [anon_sym_borrowing] = ACTIONS(11), + [anon_sym_consuming] = ACTIONS(11), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(91)] = { + [sym_simple_identifier] = STATE(2455), + [sym__contextual_simple_identifier] = STATE(2422), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1582), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym_self_expression] = STATE(2689), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(3081), + [sym_guard_statement] = STATE(7081), + [sym_switch_statement] = STATE(3081), + [sym_do_statement] = STATE(7081), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_statements] = STATE(9204), + [sym__local_statement] = STATE(7081), + [sym__labeled_statement] = STATE(7081), + [sym_for_statement] = STATE(7081), + [sym_while_statement] = STATE(7081), + [sym_repeat_while_statement] = STATE(7081), + [sym_control_transfer_statement] = STATE(7081), + [sym__throw_statement] = STATE(8380), + [sym__optionally_valueful_control_keyword] = STATE(388), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_local_declaration] = STATE(7081), + [sym__local_property_declaration] = STATE(7885), + [sym__local_typealias_declaration] = STATE(8530), + [sym__local_function_declaration] = STATE(7914), + [sym__local_class_declaration] = STATE(7916), + [sym__modifierless_property_declaration] = STATE(7919), + [sym__modifierless_typealias_declaration] = STATE(7930), + [sym__modifierless_function_declaration] = STATE(7933), + [sym__modifierless_function_declaration_no_body] = STATE(7945), + [sym__modifierless_class_declaration] = STATE(7959), + [sym__non_constructor_function_decl] = STATE(7521), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__async_modifier] = STATE(8439), + [sym_attribute] = STATE(4938), + [sym_value_binding_pattern] = STATE(4879), + [sym__possibly_async_binding_pattern_kind] = STATE(4879), + [aux_sym__locally_permitted_modifiers] = STATE(4938), + [sym__locally_permitted_modifier] = STATE(4938), + [sym_property_behavior_modifier] = STATE(4938), + [sym_inheritance_modifier] = STATE(4938), + [sym_ownership_modifier] = STATE(4938), + [sym__parameter_ownership_modifier] = STATE(2422), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(11), + [aux_sym_simple_identifier_token2] = ACTIONS(13), + [aux_sym_simple_identifier_token3] = ACTIONS(13), + [aux_sym_simple_identifier_token4] = ACTIONS(13), + [anon_sym_actor] = ACTIONS(15), + [anon_sym_async] = ACTIONS(17), + [anon_sym_each] = ACTIONS(19), + [anon_sym_lazy] = ACTIONS(389), + [anon_sym_repeat] = ACTIONS(23), + [anon_sym_package] = ACTIONS(11), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_RBRACE] = ACTIONS(585), + [anon_sym_self] = ACTIONS(59), + [anon_sym_super] = ACTIONS(61), + [anon_sym_guard] = ACTIONS(63), + [anon_sym_do] = ACTIONS(65), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [sym_statement_label] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_while] = ACTIONS(81), + [sym_throw_keyword] = ACTIONS(83), + [anon_sym_return] = ACTIONS(153), + [anon_sym_continue] = ACTIONS(153), + [anon_sym_break] = ACTIONS(153), + [anon_sym_yield] = ACTIONS(153), + [anon_sym_typealias] = ACTIONS(87), + [anon_sym_struct] = ACTIONS(89), + [anon_sym_class] = ACTIONS(89), + [anon_sym_enum] = ACTIONS(93), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_func] = ACTIONS(99), + [anon_sym_extension] = ACTIONS(103), + [anon_sym_indirect] = ACTIONS(105), + [anon_sym_AT] = ACTIONS(391), + [anon_sym_final] = ACTIONS(393), + [anon_sym_weak] = ACTIONS(395), + [anon_sym_unowned] = ACTIONS(395), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(397), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(397), + [anon_sym_borrowing] = ACTIONS(11), + [anon_sym_consuming] = ACTIONS(11), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(92)] = { + [sym_simple_identifier] = STATE(2455), + [sym__contextual_simple_identifier] = STATE(2422), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1582), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym_self_expression] = STATE(2689), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(3081), + [sym_guard_statement] = STATE(7081), + [sym_switch_statement] = STATE(3081), + [sym_do_statement] = STATE(7081), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_statements] = STATE(9126), + [sym__local_statement] = STATE(7081), + [sym__labeled_statement] = STATE(7081), + [sym_for_statement] = STATE(7081), + [sym_while_statement] = STATE(7081), + [sym_repeat_while_statement] = STATE(7081), + [sym_control_transfer_statement] = STATE(7081), + [sym__throw_statement] = STATE(8380), + [sym__optionally_valueful_control_keyword] = STATE(388), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_local_declaration] = STATE(7081), + [sym__local_property_declaration] = STATE(7885), + [sym__local_typealias_declaration] = STATE(8530), + [sym__local_function_declaration] = STATE(7914), + [sym__local_class_declaration] = STATE(7916), + [sym__modifierless_property_declaration] = STATE(7919), + [sym__modifierless_typealias_declaration] = STATE(7930), + [sym__modifierless_function_declaration] = STATE(7933), + [sym__modifierless_function_declaration_no_body] = STATE(7945), + [sym__modifierless_class_declaration] = STATE(7959), + [sym__non_constructor_function_decl] = STATE(7521), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__async_modifier] = STATE(8439), + [sym_attribute] = STATE(4938), + [sym_value_binding_pattern] = STATE(4879), + [sym__possibly_async_binding_pattern_kind] = STATE(4879), + [aux_sym__locally_permitted_modifiers] = STATE(4938), + [sym__locally_permitted_modifier] = STATE(4938), + [sym_property_behavior_modifier] = STATE(4938), + [sym_inheritance_modifier] = STATE(4938), + [sym_ownership_modifier] = STATE(4938), + [sym__parameter_ownership_modifier] = STATE(2422), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(11), + [aux_sym_simple_identifier_token2] = ACTIONS(13), + [aux_sym_simple_identifier_token3] = ACTIONS(13), + [aux_sym_simple_identifier_token4] = ACTIONS(13), + [anon_sym_actor] = ACTIONS(15), + [anon_sym_async] = ACTIONS(17), + [anon_sym_each] = ACTIONS(19), + [anon_sym_lazy] = ACTIONS(389), + [anon_sym_repeat] = ACTIONS(23), + [anon_sym_package] = ACTIONS(11), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_RBRACE] = ACTIONS(587), + [anon_sym_self] = ACTIONS(59), + [anon_sym_super] = ACTIONS(61), + [anon_sym_guard] = ACTIONS(63), + [anon_sym_do] = ACTIONS(65), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [sym_statement_label] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_while] = ACTIONS(81), + [sym_throw_keyword] = ACTIONS(83), + [anon_sym_return] = ACTIONS(153), + [anon_sym_continue] = ACTIONS(153), + [anon_sym_break] = ACTIONS(153), + [anon_sym_yield] = ACTIONS(153), + [anon_sym_typealias] = ACTIONS(87), + [anon_sym_struct] = ACTIONS(89), + [anon_sym_class] = ACTIONS(89), + [anon_sym_enum] = ACTIONS(93), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_func] = ACTIONS(99), + [anon_sym_extension] = ACTIONS(103), + [anon_sym_indirect] = ACTIONS(105), + [anon_sym_AT] = ACTIONS(391), + [anon_sym_final] = ACTIONS(393), + [anon_sym_weak] = ACTIONS(395), + [anon_sym_unowned] = ACTIONS(395), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(397), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(397), + [anon_sym_borrowing] = ACTIONS(11), + [anon_sym_consuming] = ACTIONS(11), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(93)] = { + [sym_simple_identifier] = STATE(2455), + [sym__contextual_simple_identifier] = STATE(2422), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1582), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym_self_expression] = STATE(2689), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(3081), + [sym_guard_statement] = STATE(7081), + [sym_switch_statement] = STATE(3081), + [sym_do_statement] = STATE(7081), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_statements] = STATE(9131), + [sym__local_statement] = STATE(7081), + [sym__labeled_statement] = STATE(7081), + [sym_for_statement] = STATE(7081), + [sym_while_statement] = STATE(7081), + [sym_repeat_while_statement] = STATE(7081), + [sym_control_transfer_statement] = STATE(7081), + [sym__throw_statement] = STATE(8380), + [sym__optionally_valueful_control_keyword] = STATE(388), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_local_declaration] = STATE(7081), + [sym__local_property_declaration] = STATE(7885), + [sym__local_typealias_declaration] = STATE(8530), + [sym__local_function_declaration] = STATE(7914), + [sym__local_class_declaration] = STATE(7916), + [sym__modifierless_property_declaration] = STATE(7919), + [sym__modifierless_typealias_declaration] = STATE(7930), + [sym__modifierless_function_declaration] = STATE(7933), + [sym__modifierless_function_declaration_no_body] = STATE(7945), + [sym__modifierless_class_declaration] = STATE(7959), + [sym__non_constructor_function_decl] = STATE(7521), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__async_modifier] = STATE(8439), + [sym_attribute] = STATE(4938), + [sym_value_binding_pattern] = STATE(4879), + [sym__possibly_async_binding_pattern_kind] = STATE(4879), + [aux_sym__locally_permitted_modifiers] = STATE(4938), + [sym__locally_permitted_modifier] = STATE(4938), + [sym_property_behavior_modifier] = STATE(4938), + [sym_inheritance_modifier] = STATE(4938), + [sym_ownership_modifier] = STATE(4938), + [sym__parameter_ownership_modifier] = STATE(2422), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(11), + [aux_sym_simple_identifier_token2] = ACTIONS(13), + [aux_sym_simple_identifier_token3] = ACTIONS(13), + [aux_sym_simple_identifier_token4] = ACTIONS(13), + [anon_sym_actor] = ACTIONS(15), + [anon_sym_async] = ACTIONS(17), + [anon_sym_each] = ACTIONS(19), + [anon_sym_lazy] = ACTIONS(389), + [anon_sym_repeat] = ACTIONS(23), + [anon_sym_package] = ACTIONS(11), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_RBRACE] = ACTIONS(589), + [anon_sym_self] = ACTIONS(59), + [anon_sym_super] = ACTIONS(61), + [anon_sym_guard] = ACTIONS(63), + [anon_sym_do] = ACTIONS(65), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [sym_statement_label] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_while] = ACTIONS(81), + [sym_throw_keyword] = ACTIONS(83), + [anon_sym_return] = ACTIONS(153), + [anon_sym_continue] = ACTIONS(153), + [anon_sym_break] = ACTIONS(153), + [anon_sym_yield] = ACTIONS(153), + [anon_sym_typealias] = ACTIONS(87), + [anon_sym_struct] = ACTIONS(89), + [anon_sym_class] = ACTIONS(89), + [anon_sym_enum] = ACTIONS(93), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_func] = ACTIONS(99), + [anon_sym_extension] = ACTIONS(103), + [anon_sym_indirect] = ACTIONS(105), + [anon_sym_AT] = ACTIONS(391), + [anon_sym_final] = ACTIONS(393), + [anon_sym_weak] = ACTIONS(395), + [anon_sym_unowned] = ACTIONS(395), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(397), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(397), + [anon_sym_borrowing] = ACTIONS(11), + [anon_sym_consuming] = ACTIONS(11), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(94)] = { + [sym_simple_identifier] = STATE(2455), + [sym__contextual_simple_identifier] = STATE(2422), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1582), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym_self_expression] = STATE(2689), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(3081), + [sym_guard_statement] = STATE(7081), + [sym_switch_statement] = STATE(3081), + [sym_do_statement] = STATE(7081), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_statements] = STATE(9100), + [sym__local_statement] = STATE(7081), + [sym__labeled_statement] = STATE(7081), + [sym_for_statement] = STATE(7081), + [sym_while_statement] = STATE(7081), + [sym_repeat_while_statement] = STATE(7081), + [sym_control_transfer_statement] = STATE(7081), + [sym__throw_statement] = STATE(8380), + [sym__optionally_valueful_control_keyword] = STATE(388), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_local_declaration] = STATE(7081), + [sym__local_property_declaration] = STATE(7885), + [sym__local_typealias_declaration] = STATE(8530), + [sym__local_function_declaration] = STATE(7914), + [sym__local_class_declaration] = STATE(7916), + [sym__modifierless_property_declaration] = STATE(7919), + [sym__modifierless_typealias_declaration] = STATE(7930), + [sym__modifierless_function_declaration] = STATE(7933), + [sym__modifierless_function_declaration_no_body] = STATE(7945), + [sym__modifierless_class_declaration] = STATE(7959), + [sym__non_constructor_function_decl] = STATE(7521), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__async_modifier] = STATE(8439), + [sym_attribute] = STATE(4938), + [sym_value_binding_pattern] = STATE(4879), + [sym__possibly_async_binding_pattern_kind] = STATE(4879), + [aux_sym__locally_permitted_modifiers] = STATE(4938), + [sym__locally_permitted_modifier] = STATE(4938), + [sym_property_behavior_modifier] = STATE(4938), + [sym_inheritance_modifier] = STATE(4938), + [sym_ownership_modifier] = STATE(4938), + [sym__parameter_ownership_modifier] = STATE(2422), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(11), + [aux_sym_simple_identifier_token2] = ACTIONS(13), + [aux_sym_simple_identifier_token3] = ACTIONS(13), + [aux_sym_simple_identifier_token4] = ACTIONS(13), + [anon_sym_actor] = ACTIONS(15), + [anon_sym_async] = ACTIONS(17), + [anon_sym_each] = ACTIONS(19), + [anon_sym_lazy] = ACTIONS(389), + [anon_sym_repeat] = ACTIONS(23), + [anon_sym_package] = ACTIONS(11), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_RBRACE] = ACTIONS(591), + [anon_sym_self] = ACTIONS(59), + [anon_sym_super] = ACTIONS(61), + [anon_sym_guard] = ACTIONS(63), + [anon_sym_do] = ACTIONS(65), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [sym_statement_label] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_while] = ACTIONS(81), + [sym_throw_keyword] = ACTIONS(83), + [anon_sym_return] = ACTIONS(153), + [anon_sym_continue] = ACTIONS(153), + [anon_sym_break] = ACTIONS(153), + [anon_sym_yield] = ACTIONS(153), + [anon_sym_typealias] = ACTIONS(87), + [anon_sym_struct] = ACTIONS(89), + [anon_sym_class] = ACTIONS(89), + [anon_sym_enum] = ACTIONS(93), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_func] = ACTIONS(99), + [anon_sym_extension] = ACTIONS(103), + [anon_sym_indirect] = ACTIONS(105), + [anon_sym_AT] = ACTIONS(391), + [anon_sym_final] = ACTIONS(393), + [anon_sym_weak] = ACTIONS(395), + [anon_sym_unowned] = ACTIONS(395), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(397), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(397), + [anon_sym_borrowing] = ACTIONS(11), + [anon_sym_consuming] = ACTIONS(11), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(95)] = { + [sym_simple_identifier] = STATE(2455), + [sym__contextual_simple_identifier] = STATE(2422), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1582), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym_self_expression] = STATE(2689), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(3081), + [sym_guard_statement] = STATE(7081), + [sym_switch_statement] = STATE(3081), + [sym_do_statement] = STATE(7081), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_statements] = STATE(9103), + [sym__local_statement] = STATE(7081), + [sym__labeled_statement] = STATE(7081), + [sym_for_statement] = STATE(7081), + [sym_while_statement] = STATE(7081), + [sym_repeat_while_statement] = STATE(7081), + [sym_control_transfer_statement] = STATE(7081), + [sym__throw_statement] = STATE(8380), + [sym__optionally_valueful_control_keyword] = STATE(388), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_local_declaration] = STATE(7081), + [sym__local_property_declaration] = STATE(7885), + [sym__local_typealias_declaration] = STATE(8530), + [sym__local_function_declaration] = STATE(7914), + [sym__local_class_declaration] = STATE(7916), + [sym__modifierless_property_declaration] = STATE(7919), + [sym__modifierless_typealias_declaration] = STATE(7930), + [sym__modifierless_function_declaration] = STATE(7933), + [sym__modifierless_function_declaration_no_body] = STATE(7945), + [sym__modifierless_class_declaration] = STATE(7959), + [sym__non_constructor_function_decl] = STATE(7521), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__async_modifier] = STATE(8439), + [sym_attribute] = STATE(4938), + [sym_value_binding_pattern] = STATE(4879), + [sym__possibly_async_binding_pattern_kind] = STATE(4879), + [aux_sym__locally_permitted_modifiers] = STATE(4938), + [sym__locally_permitted_modifier] = STATE(4938), + [sym_property_behavior_modifier] = STATE(4938), + [sym_inheritance_modifier] = STATE(4938), + [sym_ownership_modifier] = STATE(4938), + [sym__parameter_ownership_modifier] = STATE(2422), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(11), + [aux_sym_simple_identifier_token2] = ACTIONS(13), + [aux_sym_simple_identifier_token3] = ACTIONS(13), + [aux_sym_simple_identifier_token4] = ACTIONS(13), + [anon_sym_actor] = ACTIONS(15), + [anon_sym_async] = ACTIONS(17), + [anon_sym_each] = ACTIONS(19), + [anon_sym_lazy] = ACTIONS(389), + [anon_sym_repeat] = ACTIONS(23), + [anon_sym_package] = ACTIONS(11), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_RBRACE] = ACTIONS(593), + [anon_sym_self] = ACTIONS(59), + [anon_sym_super] = ACTIONS(61), + [anon_sym_guard] = ACTIONS(63), + [anon_sym_do] = ACTIONS(65), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [sym_statement_label] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_while] = ACTIONS(81), + [sym_throw_keyword] = ACTIONS(83), + [anon_sym_return] = ACTIONS(153), + [anon_sym_continue] = ACTIONS(153), + [anon_sym_break] = ACTIONS(153), + [anon_sym_yield] = ACTIONS(153), + [anon_sym_typealias] = ACTIONS(87), + [anon_sym_struct] = ACTIONS(89), + [anon_sym_class] = ACTIONS(89), + [anon_sym_enum] = ACTIONS(93), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_func] = ACTIONS(99), + [anon_sym_extension] = ACTIONS(103), + [anon_sym_indirect] = ACTIONS(105), + [anon_sym_AT] = ACTIONS(391), + [anon_sym_final] = ACTIONS(393), + [anon_sym_weak] = ACTIONS(395), + [anon_sym_unowned] = ACTIONS(395), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(397), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(397), + [anon_sym_borrowing] = ACTIONS(11), + [anon_sym_consuming] = ACTIONS(11), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(96)] = { + [sym_simple_identifier] = STATE(2455), + [sym__contextual_simple_identifier] = STATE(2422), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1582), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym_self_expression] = STATE(2689), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(3081), + [sym_guard_statement] = STATE(7081), + [sym_switch_statement] = STATE(3081), + [sym_do_statement] = STATE(7081), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_statements] = STATE(9344), + [sym__local_statement] = STATE(7081), + [sym__labeled_statement] = STATE(7081), + [sym_for_statement] = STATE(7081), + [sym_while_statement] = STATE(7081), + [sym_repeat_while_statement] = STATE(7081), + [sym_control_transfer_statement] = STATE(7081), + [sym__throw_statement] = STATE(8380), + [sym__optionally_valueful_control_keyword] = STATE(388), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_local_declaration] = STATE(7081), + [sym__local_property_declaration] = STATE(7885), + [sym__local_typealias_declaration] = STATE(8530), + [sym__local_function_declaration] = STATE(7914), + [sym__local_class_declaration] = STATE(7916), + [sym__modifierless_property_declaration] = STATE(7919), + [sym__modifierless_typealias_declaration] = STATE(7930), + [sym__modifierless_function_declaration] = STATE(7933), + [sym__modifierless_function_declaration_no_body] = STATE(7945), + [sym__modifierless_class_declaration] = STATE(7959), + [sym__non_constructor_function_decl] = STATE(7521), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__async_modifier] = STATE(8439), + [sym_attribute] = STATE(4938), + [sym_value_binding_pattern] = STATE(4879), + [sym__possibly_async_binding_pattern_kind] = STATE(4879), + [aux_sym__locally_permitted_modifiers] = STATE(4938), + [sym__locally_permitted_modifier] = STATE(4938), + [sym_property_behavior_modifier] = STATE(4938), + [sym_inheritance_modifier] = STATE(4938), + [sym_ownership_modifier] = STATE(4938), + [sym__parameter_ownership_modifier] = STATE(2422), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(11), + [aux_sym_simple_identifier_token2] = ACTIONS(13), + [aux_sym_simple_identifier_token3] = ACTIONS(13), + [aux_sym_simple_identifier_token4] = ACTIONS(13), + [anon_sym_actor] = ACTIONS(15), + [anon_sym_async] = ACTIONS(17), + [anon_sym_each] = ACTIONS(19), + [anon_sym_lazy] = ACTIONS(389), + [anon_sym_repeat] = ACTIONS(23), + [anon_sym_package] = ACTIONS(11), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_RBRACE] = ACTIONS(595), + [anon_sym_self] = ACTIONS(59), + [anon_sym_super] = ACTIONS(61), + [anon_sym_guard] = ACTIONS(63), + [anon_sym_do] = ACTIONS(65), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [sym_statement_label] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_while] = ACTIONS(81), + [sym_throw_keyword] = ACTIONS(83), + [anon_sym_return] = ACTIONS(153), + [anon_sym_continue] = ACTIONS(153), + [anon_sym_break] = ACTIONS(153), + [anon_sym_yield] = ACTIONS(153), + [anon_sym_typealias] = ACTIONS(87), + [anon_sym_struct] = ACTIONS(89), + [anon_sym_class] = ACTIONS(89), + [anon_sym_enum] = ACTIONS(93), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_func] = ACTIONS(99), + [anon_sym_extension] = ACTIONS(103), + [anon_sym_indirect] = ACTIONS(105), + [anon_sym_AT] = ACTIONS(391), + [anon_sym_final] = ACTIONS(393), + [anon_sym_weak] = ACTIONS(395), + [anon_sym_unowned] = ACTIONS(395), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(397), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(397), + [anon_sym_borrowing] = ACTIONS(11), + [anon_sym_consuming] = ACTIONS(11), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(97)] = { + [sym_simple_identifier] = STATE(2455), + [sym__contextual_simple_identifier] = STATE(2422), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1582), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym_self_expression] = STATE(2689), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(3081), + [sym_guard_statement] = STATE(7081), + [sym_switch_statement] = STATE(3081), + [sym_do_statement] = STATE(7081), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_statements] = STATE(8984), + [sym__local_statement] = STATE(7081), + [sym__labeled_statement] = STATE(7081), + [sym_for_statement] = STATE(7081), + [sym_while_statement] = STATE(7081), + [sym_repeat_while_statement] = STATE(7081), + [sym_control_transfer_statement] = STATE(7081), + [sym__throw_statement] = STATE(8380), + [sym__optionally_valueful_control_keyword] = STATE(388), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_local_declaration] = STATE(7081), + [sym__local_property_declaration] = STATE(7885), + [sym__local_typealias_declaration] = STATE(8530), + [sym__local_function_declaration] = STATE(7914), + [sym__local_class_declaration] = STATE(7916), + [sym__modifierless_property_declaration] = STATE(7919), + [sym__modifierless_typealias_declaration] = STATE(7930), + [sym__modifierless_function_declaration] = STATE(7933), + [sym__modifierless_function_declaration_no_body] = STATE(7945), + [sym__modifierless_class_declaration] = STATE(7959), + [sym__non_constructor_function_decl] = STATE(7521), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__async_modifier] = STATE(8439), + [sym_attribute] = STATE(4938), + [sym_value_binding_pattern] = STATE(4879), + [sym__possibly_async_binding_pattern_kind] = STATE(4879), + [aux_sym__locally_permitted_modifiers] = STATE(4938), + [sym__locally_permitted_modifier] = STATE(4938), + [sym_property_behavior_modifier] = STATE(4938), + [sym_inheritance_modifier] = STATE(4938), + [sym_ownership_modifier] = STATE(4938), + [sym__parameter_ownership_modifier] = STATE(2422), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(11), + [aux_sym_simple_identifier_token2] = ACTIONS(13), + [aux_sym_simple_identifier_token3] = ACTIONS(13), + [aux_sym_simple_identifier_token4] = ACTIONS(13), + [anon_sym_actor] = ACTIONS(15), + [anon_sym_async] = ACTIONS(17), + [anon_sym_each] = ACTIONS(19), + [anon_sym_lazy] = ACTIONS(389), + [anon_sym_repeat] = ACTIONS(23), + [anon_sym_package] = ACTIONS(11), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_RBRACE] = ACTIONS(597), + [anon_sym_self] = ACTIONS(59), + [anon_sym_super] = ACTIONS(61), + [anon_sym_guard] = ACTIONS(63), + [anon_sym_do] = ACTIONS(65), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [sym_statement_label] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_while] = ACTIONS(81), + [sym_throw_keyword] = ACTIONS(83), + [anon_sym_return] = ACTIONS(153), + [anon_sym_continue] = ACTIONS(153), + [anon_sym_break] = ACTIONS(153), + [anon_sym_yield] = ACTIONS(153), + [anon_sym_typealias] = ACTIONS(87), + [anon_sym_struct] = ACTIONS(89), + [anon_sym_class] = ACTIONS(89), + [anon_sym_enum] = ACTIONS(93), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_func] = ACTIONS(99), + [anon_sym_extension] = ACTIONS(103), + [anon_sym_indirect] = ACTIONS(105), + [anon_sym_AT] = ACTIONS(391), + [anon_sym_final] = ACTIONS(393), + [anon_sym_weak] = ACTIONS(395), + [anon_sym_unowned] = ACTIONS(395), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(397), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(397), + [anon_sym_borrowing] = ACTIONS(11), + [anon_sym_consuming] = ACTIONS(11), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(98)] = { + [sym_simple_identifier] = STATE(2455), + [sym__contextual_simple_identifier] = STATE(2422), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1582), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym_self_expression] = STATE(2689), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(3081), + [sym_guard_statement] = STATE(7081), + [sym_switch_statement] = STATE(3081), + [sym_do_statement] = STATE(7081), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_statements] = STATE(9068), + [sym__local_statement] = STATE(7081), + [sym__labeled_statement] = STATE(7081), + [sym_for_statement] = STATE(7081), + [sym_while_statement] = STATE(7081), + [sym_repeat_while_statement] = STATE(7081), + [sym_control_transfer_statement] = STATE(7081), + [sym__throw_statement] = STATE(8380), + [sym__optionally_valueful_control_keyword] = STATE(388), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_local_declaration] = STATE(7081), + [sym__local_property_declaration] = STATE(7885), + [sym__local_typealias_declaration] = STATE(8530), + [sym__local_function_declaration] = STATE(7914), + [sym__local_class_declaration] = STATE(7916), + [sym__modifierless_property_declaration] = STATE(7919), + [sym__modifierless_typealias_declaration] = STATE(7930), + [sym__modifierless_function_declaration] = STATE(7933), + [sym__modifierless_function_declaration_no_body] = STATE(7945), + [sym__modifierless_class_declaration] = STATE(7959), + [sym__non_constructor_function_decl] = STATE(7521), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__async_modifier] = STATE(8439), + [sym_attribute] = STATE(4938), + [sym_value_binding_pattern] = STATE(4879), + [sym__possibly_async_binding_pattern_kind] = STATE(4879), + [aux_sym__locally_permitted_modifiers] = STATE(4938), + [sym__locally_permitted_modifier] = STATE(4938), + [sym_property_behavior_modifier] = STATE(4938), + [sym_inheritance_modifier] = STATE(4938), + [sym_ownership_modifier] = STATE(4938), + [sym__parameter_ownership_modifier] = STATE(2422), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(11), + [aux_sym_simple_identifier_token2] = ACTIONS(13), + [aux_sym_simple_identifier_token3] = ACTIONS(13), + [aux_sym_simple_identifier_token4] = ACTIONS(13), + [anon_sym_actor] = ACTIONS(15), + [anon_sym_async] = ACTIONS(17), + [anon_sym_each] = ACTIONS(19), + [anon_sym_lazy] = ACTIONS(389), + [anon_sym_repeat] = ACTIONS(23), + [anon_sym_package] = ACTIONS(11), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_RBRACE] = ACTIONS(599), + [anon_sym_self] = ACTIONS(59), + [anon_sym_super] = ACTIONS(61), + [anon_sym_guard] = ACTIONS(63), + [anon_sym_do] = ACTIONS(65), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [sym_statement_label] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_while] = ACTIONS(81), + [sym_throw_keyword] = ACTIONS(83), + [anon_sym_return] = ACTIONS(153), + [anon_sym_continue] = ACTIONS(153), + [anon_sym_break] = ACTIONS(153), + [anon_sym_yield] = ACTIONS(153), + [anon_sym_typealias] = ACTIONS(87), + [anon_sym_struct] = ACTIONS(89), + [anon_sym_class] = ACTIONS(89), + [anon_sym_enum] = ACTIONS(93), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_func] = ACTIONS(99), + [anon_sym_extension] = ACTIONS(103), + [anon_sym_indirect] = ACTIONS(105), + [anon_sym_AT] = ACTIONS(391), + [anon_sym_final] = ACTIONS(393), + [anon_sym_weak] = ACTIONS(395), + [anon_sym_unowned] = ACTIONS(395), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(397), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(397), + [anon_sym_borrowing] = ACTIONS(11), + [anon_sym_consuming] = ACTIONS(11), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(99)] = { + [sym_simple_identifier] = STATE(2455), + [sym__contextual_simple_identifier] = STATE(2422), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1582), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym_self_expression] = STATE(2689), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(3081), + [sym_guard_statement] = STATE(7081), + [sym_switch_statement] = STATE(3081), + [sym_do_statement] = STATE(7081), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_statements] = STATE(9164), + [sym__local_statement] = STATE(7081), + [sym__labeled_statement] = STATE(7081), + [sym_for_statement] = STATE(7081), + [sym_while_statement] = STATE(7081), + [sym_repeat_while_statement] = STATE(7081), + [sym_control_transfer_statement] = STATE(7081), + [sym__throw_statement] = STATE(8380), + [sym__optionally_valueful_control_keyword] = STATE(388), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_local_declaration] = STATE(7081), + [sym__local_property_declaration] = STATE(7885), + [sym__local_typealias_declaration] = STATE(8530), + [sym__local_function_declaration] = STATE(7914), + [sym__local_class_declaration] = STATE(7916), + [sym__modifierless_property_declaration] = STATE(7919), + [sym__modifierless_typealias_declaration] = STATE(7930), + [sym__modifierless_function_declaration] = STATE(7933), + [sym__modifierless_function_declaration_no_body] = STATE(7945), + [sym__modifierless_class_declaration] = STATE(7959), + [sym__non_constructor_function_decl] = STATE(7521), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__async_modifier] = STATE(8439), + [sym_attribute] = STATE(4938), + [sym_value_binding_pattern] = STATE(4879), + [sym__possibly_async_binding_pattern_kind] = STATE(4879), + [aux_sym__locally_permitted_modifiers] = STATE(4938), + [sym__locally_permitted_modifier] = STATE(4938), + [sym_property_behavior_modifier] = STATE(4938), + [sym_inheritance_modifier] = STATE(4938), + [sym_ownership_modifier] = STATE(4938), + [sym__parameter_ownership_modifier] = STATE(2422), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(11), + [aux_sym_simple_identifier_token2] = ACTIONS(13), + [aux_sym_simple_identifier_token3] = ACTIONS(13), + [aux_sym_simple_identifier_token4] = ACTIONS(13), + [anon_sym_actor] = ACTIONS(15), + [anon_sym_async] = ACTIONS(17), + [anon_sym_each] = ACTIONS(19), + [anon_sym_lazy] = ACTIONS(389), + [anon_sym_repeat] = ACTIONS(23), + [anon_sym_package] = ACTIONS(11), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_RBRACE] = ACTIONS(601), + [anon_sym_self] = ACTIONS(59), + [anon_sym_super] = ACTIONS(61), + [anon_sym_guard] = ACTIONS(63), + [anon_sym_do] = ACTIONS(65), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [sym_statement_label] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_while] = ACTIONS(81), + [sym_throw_keyword] = ACTIONS(83), + [anon_sym_return] = ACTIONS(153), + [anon_sym_continue] = ACTIONS(153), + [anon_sym_break] = ACTIONS(153), + [anon_sym_yield] = ACTIONS(153), + [anon_sym_typealias] = ACTIONS(87), + [anon_sym_struct] = ACTIONS(89), + [anon_sym_class] = ACTIONS(89), + [anon_sym_enum] = ACTIONS(93), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_func] = ACTIONS(99), + [anon_sym_extension] = ACTIONS(103), + [anon_sym_indirect] = ACTIONS(105), + [anon_sym_AT] = ACTIONS(391), + [anon_sym_final] = ACTIONS(393), + [anon_sym_weak] = ACTIONS(395), + [anon_sym_unowned] = ACTIONS(395), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(397), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(397), + [anon_sym_borrowing] = ACTIONS(11), + [anon_sym_consuming] = ACTIONS(11), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(100)] = { + [sym_simple_identifier] = STATE(2455), + [sym__contextual_simple_identifier] = STATE(2422), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1582), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym_self_expression] = STATE(2689), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(3081), + [sym_guard_statement] = STATE(7081), + [sym_switch_statement] = STATE(3081), + [sym_do_statement] = STATE(7081), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_statements] = STATE(9267), + [sym__local_statement] = STATE(7081), + [sym__labeled_statement] = STATE(7081), + [sym_for_statement] = STATE(7081), + [sym_while_statement] = STATE(7081), + [sym_repeat_while_statement] = STATE(7081), + [sym_control_transfer_statement] = STATE(7081), + [sym__throw_statement] = STATE(8380), + [sym__optionally_valueful_control_keyword] = STATE(388), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_local_declaration] = STATE(7081), + [sym__local_property_declaration] = STATE(7885), + [sym__local_typealias_declaration] = STATE(8530), + [sym__local_function_declaration] = STATE(7914), + [sym__local_class_declaration] = STATE(7916), + [sym__modifierless_property_declaration] = STATE(7919), + [sym__modifierless_typealias_declaration] = STATE(7930), + [sym__modifierless_function_declaration] = STATE(7933), + [sym__modifierless_function_declaration_no_body] = STATE(7945), + [sym__modifierless_class_declaration] = STATE(7959), + [sym__non_constructor_function_decl] = STATE(7521), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__async_modifier] = STATE(8439), + [sym_attribute] = STATE(4938), + [sym_value_binding_pattern] = STATE(4879), + [sym__possibly_async_binding_pattern_kind] = STATE(4879), + [aux_sym__locally_permitted_modifiers] = STATE(4938), + [sym__locally_permitted_modifier] = STATE(4938), + [sym_property_behavior_modifier] = STATE(4938), + [sym_inheritance_modifier] = STATE(4938), + [sym_ownership_modifier] = STATE(4938), + [sym__parameter_ownership_modifier] = STATE(2422), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(11), + [aux_sym_simple_identifier_token2] = ACTIONS(13), + [aux_sym_simple_identifier_token3] = ACTIONS(13), + [aux_sym_simple_identifier_token4] = ACTIONS(13), + [anon_sym_actor] = ACTIONS(15), + [anon_sym_async] = ACTIONS(17), + [anon_sym_each] = ACTIONS(19), + [anon_sym_lazy] = ACTIONS(389), + [anon_sym_repeat] = ACTIONS(23), + [anon_sym_package] = ACTIONS(11), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_RBRACE] = ACTIONS(603), + [anon_sym_self] = ACTIONS(59), + [anon_sym_super] = ACTIONS(61), + [anon_sym_guard] = ACTIONS(63), + [anon_sym_do] = ACTIONS(65), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [sym_statement_label] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_while] = ACTIONS(81), + [sym_throw_keyword] = ACTIONS(83), + [anon_sym_return] = ACTIONS(153), + [anon_sym_continue] = ACTIONS(153), + [anon_sym_break] = ACTIONS(153), + [anon_sym_yield] = ACTIONS(153), + [anon_sym_typealias] = ACTIONS(87), + [anon_sym_struct] = ACTIONS(89), + [anon_sym_class] = ACTIONS(89), + [anon_sym_enum] = ACTIONS(93), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_func] = ACTIONS(99), + [anon_sym_extension] = ACTIONS(103), + [anon_sym_indirect] = ACTIONS(105), + [anon_sym_AT] = ACTIONS(391), + [anon_sym_final] = ACTIONS(393), + [anon_sym_weak] = ACTIONS(395), + [anon_sym_unowned] = ACTIONS(395), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(397), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(397), + [anon_sym_borrowing] = ACTIONS(11), + [anon_sym_consuming] = ACTIONS(11), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(101)] = { + [sym_simple_identifier] = STATE(2455), + [sym__contextual_simple_identifier] = STATE(2422), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1582), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym_self_expression] = STATE(2689), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(3081), + [sym_guard_statement] = STATE(7081), + [sym_switch_statement] = STATE(3081), + [sym_do_statement] = STATE(7081), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_statements] = STATE(9090), + [sym__local_statement] = STATE(7081), + [sym__labeled_statement] = STATE(7081), + [sym_for_statement] = STATE(7081), + [sym_while_statement] = STATE(7081), + [sym_repeat_while_statement] = STATE(7081), + [sym_control_transfer_statement] = STATE(7081), + [sym__throw_statement] = STATE(8380), + [sym__optionally_valueful_control_keyword] = STATE(388), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_local_declaration] = STATE(7081), + [sym__local_property_declaration] = STATE(7885), + [sym__local_typealias_declaration] = STATE(8530), + [sym__local_function_declaration] = STATE(7914), + [sym__local_class_declaration] = STATE(7916), + [sym__modifierless_property_declaration] = STATE(7919), + [sym__modifierless_typealias_declaration] = STATE(7930), + [sym__modifierless_function_declaration] = STATE(7933), + [sym__modifierless_function_declaration_no_body] = STATE(7945), + [sym__modifierless_class_declaration] = STATE(7959), + [sym__non_constructor_function_decl] = STATE(7521), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__async_modifier] = STATE(8439), + [sym_attribute] = STATE(4938), + [sym_value_binding_pattern] = STATE(4879), + [sym__possibly_async_binding_pattern_kind] = STATE(4879), + [aux_sym__locally_permitted_modifiers] = STATE(4938), + [sym__locally_permitted_modifier] = STATE(4938), + [sym_property_behavior_modifier] = STATE(4938), + [sym_inheritance_modifier] = STATE(4938), + [sym_ownership_modifier] = STATE(4938), + [sym__parameter_ownership_modifier] = STATE(2422), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(11), + [aux_sym_simple_identifier_token2] = ACTIONS(13), + [aux_sym_simple_identifier_token3] = ACTIONS(13), + [aux_sym_simple_identifier_token4] = ACTIONS(13), + [anon_sym_actor] = ACTIONS(15), + [anon_sym_async] = ACTIONS(17), + [anon_sym_each] = ACTIONS(19), + [anon_sym_lazy] = ACTIONS(389), + [anon_sym_repeat] = ACTIONS(23), + [anon_sym_package] = ACTIONS(11), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_RBRACE] = ACTIONS(605), + [anon_sym_self] = ACTIONS(59), + [anon_sym_super] = ACTIONS(61), + [anon_sym_guard] = ACTIONS(63), + [anon_sym_do] = ACTIONS(65), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [sym_statement_label] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_while] = ACTIONS(81), + [sym_throw_keyword] = ACTIONS(83), + [anon_sym_return] = ACTIONS(153), + [anon_sym_continue] = ACTIONS(153), + [anon_sym_break] = ACTIONS(153), + [anon_sym_yield] = ACTIONS(153), + [anon_sym_typealias] = ACTIONS(87), + [anon_sym_struct] = ACTIONS(89), + [anon_sym_class] = ACTIONS(89), + [anon_sym_enum] = ACTIONS(93), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_func] = ACTIONS(99), + [anon_sym_extension] = ACTIONS(103), + [anon_sym_indirect] = ACTIONS(105), + [anon_sym_AT] = ACTIONS(391), + [anon_sym_final] = ACTIONS(393), + [anon_sym_weak] = ACTIONS(395), + [anon_sym_unowned] = ACTIONS(395), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(397), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(397), + [anon_sym_borrowing] = ACTIONS(11), + [anon_sym_consuming] = ACTIONS(11), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(102)] = { + [sym_simple_identifier] = STATE(1343), + [sym__contextual_simple_identifier] = STATE(1209), + [sym__basic_literal] = STATE(1387), + [sym_boolean_literal] = STATE(1387), + [sym__string_literal] = STATE(1387), + [sym_line_string_literal] = STATE(1387), + [sym_multi_line_string_literal] = STATE(1387), + [sym_raw_string_literal] = STATE(1387), + [sym_regex_literal] = STATE(1387), + [sym__extended_regex_literal] = STATE(1437), + [sym__multiline_regex_literal] = STATE(1437), + [sym_user_type] = STATE(6517), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6517), + [sym_dictionary_type] = STATE(6517), + [sym_expression] = STATE(799), + [sym_optional_chain_marker] = STATE(1387), + [sym__unary_expression] = STATE(1387), + [sym_postfix_expression] = STATE(1387), + [sym_constructor_expression] = STATE(1387), + [sym__parenthesized_type] = STATE(8310), + [sym_navigation_expression] = STATE(1387), + [sym__navigable_type_expression] = STATE(8310), + [sym_open_start_range_expression] = STATE(1387), + [sym__range_operator] = STATE(614), + [sym_open_end_range_expression] = STATE(1387), + [sym_prefix_expression] = STATE(1387), + [sym_as_expression] = STATE(1387), + [sym_selector_expression] = STATE(1387), + [sym__binary_expression] = STATE(1387), + [sym_multiplicative_expression] = STATE(1387), + [sym_additive_expression] = STATE(1387), + [sym_range_expression] = STATE(1387), + [sym_infix_expression] = STATE(1387), + [sym_nil_coalescing_expression] = STATE(1387), + [sym_check_expression] = STATE(1387), + [sym_comparison_expression] = STATE(1387), + [sym_equality_expression] = STATE(1387), + [sym_conjunction_expression] = STATE(1387), + [sym_disjunction_expression] = STATE(1387), + [sym_bitwise_operation] = STATE(1387), + [sym_custom_operator] = STATE(772), + [sym_try_expression] = STATE(1387), + [sym_await_expression] = STATE(1387), + [sym__await_operator] = STATE(615), + [sym_ternary_expression] = STATE(1387), + [sym_call_expression] = STATE(1387), + [sym_macro_invocation] = STATE(1387), + [sym__primary_expression] = STATE(1387), + [sym_tuple_expression] = STATE(1387), + [sym_array_literal] = STATE(1387), + [sym_dictionary_literal] = STATE(1387), + [sym_special_literal] = STATE(1387), + [sym_playground_literal] = STATE(1387), + [sym_lambda_literal] = STATE(1387), + [sym_self_expression] = STATE(1387), + [sym_super_expression] = STATE(1387), + [sym_if_statement] = STATE(1446), + [sym_guard_statement] = STATE(4585), + [sym_switch_statement] = STATE(1446), + [sym_do_statement] = STATE(4585), + [sym_key_path_expression] = STATE(1387), + [sym_key_path_string_expression] = STATE(1387), + [sym_try_operator] = STATE(616), + [sym__assignment_and_operator] = STATE(1443), + [sym__equality_operator] = STATE(1443), + [sym__comparison_operator] = STATE(1443), + [sym__three_dot_operator] = STATE(771), + [sym__open_ended_range_operator] = STATE(614), + [sym__additive_operator] = STATE(1443), + [sym__multiplicative_operator] = STATE(1443), + [sym__prefix_unary_operator] = STATE(621), + [sym_directly_assignable_expression] = STATE(6518), + [sym_statements] = STATE(4773), + [sym__local_statement] = STATE(4585), + [sym__labeled_statement] = STATE(4585), + [sym_for_statement] = STATE(4585), + [sym_while_statement] = STATE(4585), + [sym_repeat_while_statement] = STATE(4585), + [sym_control_transfer_statement] = STATE(4585), + [sym__throw_statement] = STATE(4650), + [sym__optionally_valueful_control_keyword] = STATE(124), + [sym_assignment] = STATE(1387), + [sym_value_parameter_pack] = STATE(1387), + [sym_value_pack_expansion] = STATE(1387), + [sym_local_declaration] = STATE(4585), + [sym__local_property_declaration] = STATE(4660), + [sym__local_typealias_declaration] = STATE(4663), + [sym__local_function_declaration] = STATE(4664), + [sym__local_class_declaration] = STATE(4665), + [sym__modifierless_property_declaration] = STATE(4666), + [sym__modifierless_typealias_declaration] = STATE(4669), + [sym__modifierless_function_declaration] = STATE(4671), + [sym__modifierless_function_declaration_no_body] = STATE(7897), + [sym__modifierless_class_declaration] = STATE(4672), + [sym__non_constructor_function_decl] = STATE(7521), + [sym_referenceable_operator] = STATE(1387), + [sym__equal_sign] = STATE(1443), + [sym__eq_eq] = STATE(1443), + [sym__dot] = STATE(621), + [sym__hash_symbol] = STATE(4957), + [sym_bang] = STATE(772), + [sym__async_modifier] = STATE(8439), + [sym_attribute] = STATE(4942), + [sym_value_binding_pattern] = STATE(4885), + [sym__possibly_async_binding_pattern_kind] = STATE(4885), + [aux_sym__locally_permitted_modifiers] = STATE(4942), + [sym__locally_permitted_modifier] = STATE(4942), + [sym_property_behavior_modifier] = STATE(4942), + [sym_inheritance_modifier] = STATE(4942), + [sym_ownership_modifier] = STATE(4942), + [sym__parameter_ownership_modifier] = STATE(1209), + [sym_directive] = STATE(1387), + [sym_diagnostic] = STATE(1387), + [aux_sym_raw_string_literal_repeat1] = STATE(8468), + [anon_sym_BANG] = ACTIONS(287), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(289), + [aux_sym_simple_identifier_token2] = ACTIONS(291), + [aux_sym_simple_identifier_token3] = ACTIONS(291), + [aux_sym_simple_identifier_token4] = ACTIONS(291), + [anon_sym_actor] = ACTIONS(293), + [anon_sym_async] = ACTIONS(295), + [anon_sym_each] = ACTIONS(297), + [anon_sym_lazy] = ACTIONS(607), + [anon_sym_repeat] = ACTIONS(301), + [anon_sym_package] = ACTIONS(289), + [anon_sym_nil] = ACTIONS(303), + [sym_real_literal] = ACTIONS(305), + [sym_integer_literal] = ACTIONS(303), + [sym_hex_literal] = ACTIONS(303), + [sym_oct_literal] = ACTIONS(305), + [sym_bin_literal] = ACTIONS(305), + [anon_sym_true] = ACTIONS(307), + [anon_sym_false] = ACTIONS(307), + [anon_sym_DQUOTE] = ACTIONS(309), + [anon_sym_BSLASH] = ACTIONS(311), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(313), + [sym__oneline_regex_literal] = ACTIONS(315), + [anon_sym_LPAREN] = ACTIONS(317), + [anon_sym_LBRACK] = ACTIONS(319), + [anon_sym_AMP] = ACTIONS(321), + [anon_sym_TILDE] = ACTIONS(321), + [anon_sym_if] = ACTIONS(323), + [anon_sym_switch] = ACTIONS(325), + [aux_sym_custom_operator_token1] = ACTIONS(327), + [anon_sym_LT] = ACTIONS(329), + [anon_sym_GT] = ACTIONS(329), + [anon_sym_await] = ACTIONS(331), + [anon_sym_LBRACE] = ACTIONS(333), + [anon_sym_CARET_LBRACE] = ACTIONS(333), + [anon_sym_self] = ACTIONS(337), + [anon_sym_super] = ACTIONS(339), + [anon_sym_guard] = ACTIONS(341), + [anon_sym_do] = ACTIONS(343), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(345), + [anon_sym_DASH_EQ] = ACTIONS(345), + [anon_sym_STAR_EQ] = ACTIONS(345), + [anon_sym_SLASH_EQ] = ACTIONS(345), + [anon_sym_PERCENT_EQ] = ACTIONS(345), + [anon_sym_BANG_EQ] = ACTIONS(329), + [anon_sym_BANG_EQ_EQ] = ACTIONS(345), + [anon_sym_EQ_EQ_EQ] = ACTIONS(345), + [anon_sym_LT_EQ] = ACTIONS(345), + [anon_sym_GT_EQ] = ACTIONS(345), + [anon_sym_DOT_DOT_DOT] = ACTIONS(347), + [anon_sym_DOT_DOT_LT] = ACTIONS(349), + [anon_sym_PLUS] = ACTIONS(351), + [anon_sym_DASH] = ACTIONS(351), + [anon_sym_STAR] = ACTIONS(329), + [anon_sym_SLASH] = ACTIONS(329), + [anon_sym_PERCENT] = ACTIONS(329), + [anon_sym_PLUS_PLUS] = ACTIONS(321), + [anon_sym_DASH_DASH] = ACTIONS(321), + [anon_sym_PIPE] = ACTIONS(345), + [anon_sym_CARET] = ACTIONS(329), + [anon_sym_LT_LT] = ACTIONS(345), + [anon_sym_GT_GT] = ACTIONS(345), + [sym_statement_label] = ACTIONS(353), + [anon_sym_for] = ACTIONS(355), + [anon_sym_while] = ACTIONS(357), + [sym_throw_keyword] = ACTIONS(359), + [anon_sym_return] = ACTIONS(361), + [anon_sym_continue] = ACTIONS(361), + [anon_sym_break] = ACTIONS(361), + [anon_sym_yield] = ACTIONS(361), + [anon_sym_typealias] = ACTIONS(363), + [anon_sym_struct] = ACTIONS(365), + [anon_sym_class] = ACTIONS(365), + [anon_sym_enum] = ACTIONS(367), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_func] = ACTIONS(99), + [anon_sym_extension] = ACTIONS(369), + [anon_sym_indirect] = ACTIONS(371), + [anon_sym_AT] = ACTIONS(391), + [anon_sym_final] = ACTIONS(393), + [anon_sym_weak] = ACTIONS(395), + [anon_sym_unowned] = ACTIONS(395), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(397), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(397), + [anon_sym_borrowing] = ACTIONS(289), + [anon_sym_consuming] = ACTIONS(289), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(373), + [sym__dot_custom] = ACTIONS(375), + [sym__eq_custom] = ACTIONS(345), + [sym__eq_eq_custom] = ACTIONS(345), + [sym__plus_then_ws] = ACTIONS(345), + [sym__minus_then_ws] = ACTIONS(345), + [sym__bang_custom] = ACTIONS(377), + [sym__custom_operator] = ACTIONS(327), + [sym__hash_symbol_custom] = ACTIONS(379), + [sym__directive_if] = ACTIONS(381), + [sym__directive_elseif] = ACTIONS(381), + [sym__directive_else] = ACTIONS(383), + [sym__directive_endif] = ACTIONS(383), + }, + [STATE(103)] = { + [sym_simple_identifier] = STATE(2455), + [sym__contextual_simple_identifier] = STATE(2422), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1582), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym_self_expression] = STATE(2689), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(3081), + [sym_guard_statement] = STATE(8445), + [sym_switch_statement] = STATE(3081), + [sym_do_statement] = STATE(8445), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym__local_statement] = STATE(8445), + [sym__labeled_statement] = STATE(8445), + [sym_for_statement] = STATE(8445), + [sym_while_statement] = STATE(8445), + [sym_repeat_while_statement] = STATE(8445), + [sym_control_transfer_statement] = STATE(8445), + [sym__throw_statement] = STATE(8380), + [sym__optionally_valueful_control_keyword] = STATE(388), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_local_declaration] = STATE(8445), + [sym__local_property_declaration] = STATE(7885), + [sym__local_typealias_declaration] = STATE(8530), + [sym__local_function_declaration] = STATE(7914), + [sym__local_class_declaration] = STATE(7916), + [sym__modifierless_property_declaration] = STATE(7919), + [sym__modifierless_typealias_declaration] = STATE(7930), + [sym__modifierless_function_declaration] = STATE(7933), + [sym__modifierless_function_declaration_no_body] = STATE(7945), + [sym__modifierless_class_declaration] = STATE(7959), + [sym__non_constructor_function_decl] = STATE(7521), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__async_modifier] = STATE(8439), + [sym_attribute] = STATE(4938), + [sym_value_binding_pattern] = STATE(4879), + [sym__possibly_async_binding_pattern_kind] = STATE(4879), + [aux_sym__locally_permitted_modifiers] = STATE(4938), + [sym__locally_permitted_modifier] = STATE(4938), + [sym_property_behavior_modifier] = STATE(4938), + [sym_inheritance_modifier] = STATE(4938), + [sym_ownership_modifier] = STATE(4938), + [sym__parameter_ownership_modifier] = STATE(2422), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(11), + [aux_sym_simple_identifier_token2] = ACTIONS(13), + [aux_sym_simple_identifier_token3] = ACTIONS(13), + [aux_sym_simple_identifier_token4] = ACTIONS(13), + [anon_sym_actor] = ACTIONS(15), + [anon_sym_async] = ACTIONS(17), + [anon_sym_each] = ACTIONS(19), + [anon_sym_lazy] = ACTIONS(389), + [anon_sym_repeat] = ACTIONS(23), + [anon_sym_package] = ACTIONS(11), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_RBRACE] = ACTIONS(335), + [anon_sym_self] = ACTIONS(59), + [anon_sym_super] = ACTIONS(61), + [anon_sym_guard] = ACTIONS(63), + [anon_sym_do] = ACTIONS(65), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [sym_statement_label] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_while] = ACTIONS(81), + [sym_throw_keyword] = ACTIONS(83), + [anon_sym_return] = ACTIONS(153), + [anon_sym_continue] = ACTIONS(153), + [anon_sym_break] = ACTIONS(153), + [anon_sym_yield] = ACTIONS(153), + [anon_sym_typealias] = ACTIONS(87), + [anon_sym_struct] = ACTIONS(89), + [anon_sym_class] = ACTIONS(89), + [anon_sym_enum] = ACTIONS(93), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_func] = ACTIONS(99), + [anon_sym_extension] = ACTIONS(103), + [anon_sym_indirect] = ACTIONS(105), + [anon_sym_AT] = ACTIONS(391), + [anon_sym_final] = ACTIONS(393), + [anon_sym_weak] = ACTIONS(395), + [anon_sym_unowned] = ACTIONS(395), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(397), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(397), + [anon_sym_borrowing] = ACTIONS(11), + [anon_sym_consuming] = ACTIONS(11), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(104)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1671), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(453), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(453), + [anon_sym_async] = ACTIONS(453), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(453), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(453), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_COMMA] = ACTIONS(475), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(475), + [anon_sym_LBRACK] = ACTIONS(475), + [anon_sym_QMARK] = ACTIONS(453), + [anon_sym_QMARK2] = ACTIONS(475), + [anon_sym_AMP] = ACTIONS(475), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(475), + [anon_sym_LT] = ACTIONS(453), + [anon_sym_GT] = ACTIONS(453), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(475), + [anon_sym_CARET_LBRACE] = ACTIONS(475), + [anon_sym_RBRACE] = ACTIONS(475), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_case] = ACTIONS(453), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(475), + [anon_sym_DASH_EQ] = ACTIONS(475), + [anon_sym_STAR_EQ] = ACTIONS(475), + [anon_sym_SLASH_EQ] = ACTIONS(475), + [anon_sym_PERCENT_EQ] = ACTIONS(475), + [anon_sym_BANG_EQ] = ACTIONS(453), + [anon_sym_BANG_EQ_EQ] = ACTIONS(475), + [anon_sym_EQ_EQ_EQ] = ACTIONS(475), + [anon_sym_LT_EQ] = ACTIONS(475), + [anon_sym_GT_EQ] = ACTIONS(475), + [anon_sym_DOT_DOT_DOT] = ACTIONS(475), + [anon_sym_DOT_DOT_LT] = ACTIONS(475), + [anon_sym_is] = ACTIONS(453), + [anon_sym_PLUS] = ACTIONS(453), + [anon_sym_DASH] = ACTIONS(453), + [anon_sym_STAR] = ACTIONS(453), + [anon_sym_SLASH] = ACTIONS(453), + [anon_sym_PERCENT] = ACTIONS(453), + [anon_sym_PLUS_PLUS] = ACTIONS(475), + [anon_sym_DASH_DASH] = ACTIONS(475), + [anon_sym_PIPE] = ACTIONS(475), + [anon_sym_CARET] = ACTIONS(453), + [anon_sym_LT_LT] = ACTIONS(475), + [anon_sym_GT_GT] = ACTIONS(475), + [anon_sym_import] = ACTIONS(453), + [anon_sym_typealias] = ACTIONS(453), + [anon_sym_struct] = ACTIONS(453), + [anon_sym_class] = ACTIONS(453), + [anon_sym_enum] = ACTIONS(453), + [anon_sym_protocol] = ACTIONS(453), + [anon_sym_let] = ACTIONS(453), + [anon_sym_var] = ACTIONS(453), + [anon_sym_func] = ACTIONS(453), + [anon_sym_extension] = ACTIONS(453), + [anon_sym_indirect] = ACTIONS(453), + [anon_sym_SEMI] = ACTIONS(475), + [anon_sym_init] = ACTIONS(453), + [anon_sym_deinit] = ACTIONS(453), + [anon_sym_subscript] = ACTIONS(453), + [anon_sym_prefix] = ACTIONS(453), + [anon_sym_infix] = ACTIONS(453), + [anon_sym_postfix] = ACTIONS(453), + [anon_sym_precedencegroup] = ACTIONS(453), + [anon_sym_associatedtype] = ACTIONS(453), + [anon_sym_AT] = ACTIONS(453), + [anon_sym_override] = ACTIONS(453), + [anon_sym_convenience] = ACTIONS(453), + [anon_sym_required] = ACTIONS(453), + [anon_sym_nonisolated] = ACTIONS(453), + [anon_sym_public] = ACTIONS(453), + [anon_sym_private] = ACTIONS(453), + [anon_sym_internal] = ACTIONS(453), + [anon_sym_fileprivate] = ACTIONS(453), + [anon_sym_open] = ACTIONS(453), + [anon_sym_mutating] = ACTIONS(453), + [anon_sym_nonmutating] = ACTIONS(453), + [anon_sym_static] = ACTIONS(453), + [anon_sym_dynamic] = ACTIONS(453), + [anon_sym_optional] = ACTIONS(453), + [anon_sym_distributed] = ACTIONS(453), + [anon_sym_final] = ACTIONS(453), + [anon_sym_inout] = ACTIONS(453), + [anon_sym_ATescaping] = ACTIONS(475), + [anon_sym_ATautoclosure] = ACTIONS(475), + [anon_sym_weak] = ACTIONS(453), + [anon_sym_unowned] = ACTIONS(453), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(475), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(475), + [anon_sym_borrowing] = ACTIONS(453), + [anon_sym_consuming] = ACTIONS(453), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(475), + [sym__conjunction_operator_custom] = ACTIONS(475), + [sym__disjunction_operator_custom] = ACTIONS(475), + [sym__nil_coalescing_operator_custom] = ACTIONS(475), + [sym__eq_custom] = ACTIONS(475), + [sym__eq_eq_custom] = ACTIONS(475), + [sym__plus_then_ws] = ACTIONS(475), + [sym__minus_then_ws] = ACTIONS(475), + [sym__bang_custom] = ACTIONS(475), + [sym__as_custom] = ACTIONS(475), + [sym__as_quest_custom] = ACTIONS(475), + [sym__as_bang_custom] = ACTIONS(475), + [sym__custom_operator] = ACTIONS(475), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(105)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6602), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6602), + [sym_dictionary_type] = STATE(6602), + [sym_expression] = STATE(747), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(635), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(738), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(638), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(640), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(742), + [sym__open_ended_range_operator] = STATE(635), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(644), + [sym_directly_assignable_expression] = STATE(6603), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(644), + [sym__hash_symbol] = STATE(4946), + [sym_bang] = STATE(738), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(611), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(613), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(615), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(617), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_COMMA] = ACTIONS(619), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_QMARK] = ACTIONS(625), + [anon_sym_QMARK2] = ACTIONS(619), + [anon_sym_AMP] = ACTIONS(627), + [anon_sym_TILDE] = ACTIONS(627), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(629), + [aux_sym_custom_operator_token1] = ACTIONS(631), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(635), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_RBRACE] = ACTIONS(619), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_case] = ACTIONS(625), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(641), + [anon_sym_DOT_DOT_LT] = ACTIONS(643), + [anon_sym_is] = ACTIONS(625), + [anon_sym_PLUS] = ACTIONS(645), + [anon_sym_DASH] = ACTIONS(645), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(627), + [anon_sym_DASH_DASH] = ACTIONS(627), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_import] = ACTIONS(625), + [anon_sym_typealias] = ACTIONS(625), + [anon_sym_struct] = ACTIONS(625), + [anon_sym_class] = ACTIONS(625), + [anon_sym_enum] = ACTIONS(625), + [anon_sym_protocol] = ACTIONS(625), + [anon_sym_let] = ACTIONS(625), + [anon_sym_var] = ACTIONS(625), + [anon_sym_func] = ACTIONS(625), + [anon_sym_extension] = ACTIONS(625), + [anon_sym_indirect] = ACTIONS(625), + [anon_sym_SEMI] = ACTIONS(619), + [anon_sym_init] = ACTIONS(625), + [anon_sym_deinit] = ACTIONS(625), + [anon_sym_subscript] = ACTIONS(625), + [anon_sym_prefix] = ACTIONS(625), + [anon_sym_infix] = ACTIONS(625), + [anon_sym_postfix] = ACTIONS(625), + [anon_sym_precedencegroup] = ACTIONS(625), + [anon_sym_associatedtype] = ACTIONS(625), + [anon_sym_AT] = ACTIONS(625), + [anon_sym_override] = ACTIONS(625), + [anon_sym_convenience] = ACTIONS(625), + [anon_sym_required] = ACTIONS(625), + [anon_sym_nonisolated] = ACTIONS(625), + [anon_sym_public] = ACTIONS(625), + [anon_sym_private] = ACTIONS(625), + [anon_sym_internal] = ACTIONS(625), + [anon_sym_fileprivate] = ACTIONS(625), + [anon_sym_open] = ACTIONS(625), + [anon_sym_mutating] = ACTIONS(625), + [anon_sym_nonmutating] = ACTIONS(625), + [anon_sym_static] = ACTIONS(625), + [anon_sym_dynamic] = ACTIONS(625), + [anon_sym_optional] = ACTIONS(625), + [anon_sym_distributed] = ACTIONS(625), + [anon_sym_final] = ACTIONS(625), + [anon_sym_inout] = ACTIONS(625), + [anon_sym_ATescaping] = ACTIONS(619), + [anon_sym_ATautoclosure] = ACTIONS(619), + [anon_sym_weak] = ACTIONS(625), + [anon_sym_unowned] = ACTIONS(625), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(619), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(619), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(647), + [sym__conjunction_operator_custom] = ACTIONS(619), + [sym__disjunction_operator_custom] = ACTIONS(619), + [sym__nil_coalescing_operator_custom] = ACTIONS(619), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(649), + [sym__as_custom] = ACTIONS(619), + [sym__as_quest_custom] = ACTIONS(619), + [sym__as_bang_custom] = ACTIONS(619), + [sym__custom_operator] = ACTIONS(631), + [sym__hash_symbol_custom] = ACTIONS(651), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(106)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6602), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6602), + [sym_dictionary_type] = STATE(6602), + [sym_expression] = STATE(745), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(635), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(738), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(638), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(640), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(742), + [sym__open_ended_range_operator] = STATE(635), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(644), + [sym_directly_assignable_expression] = STATE(6603), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(644), + [sym__hash_symbol] = STATE(4946), + [sym_bang] = STATE(738), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(611), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(613), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(615), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(617), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_COMMA] = ACTIONS(619), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_QMARK] = ACTIONS(625), + [anon_sym_QMARK2] = ACTIONS(619), + [anon_sym_AMP] = ACTIONS(627), + [anon_sym_TILDE] = ACTIONS(627), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(629), + [aux_sym_custom_operator_token1] = ACTIONS(631), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(635), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_RBRACE] = ACTIONS(619), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_case] = ACTIONS(625), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(641), + [anon_sym_DOT_DOT_LT] = ACTIONS(643), + [anon_sym_is] = ACTIONS(625), + [anon_sym_PLUS] = ACTIONS(645), + [anon_sym_DASH] = ACTIONS(645), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(627), + [anon_sym_DASH_DASH] = ACTIONS(627), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_import] = ACTIONS(625), + [anon_sym_typealias] = ACTIONS(625), + [anon_sym_struct] = ACTIONS(625), + [anon_sym_class] = ACTIONS(625), + [anon_sym_enum] = ACTIONS(625), + [anon_sym_protocol] = ACTIONS(625), + [anon_sym_let] = ACTIONS(625), + [anon_sym_var] = ACTIONS(625), + [anon_sym_func] = ACTIONS(625), + [anon_sym_extension] = ACTIONS(625), + [anon_sym_indirect] = ACTIONS(625), + [anon_sym_SEMI] = ACTIONS(619), + [anon_sym_init] = ACTIONS(625), + [anon_sym_deinit] = ACTIONS(625), + [anon_sym_subscript] = ACTIONS(625), + [anon_sym_prefix] = ACTIONS(625), + [anon_sym_infix] = ACTIONS(625), + [anon_sym_postfix] = ACTIONS(625), + [anon_sym_precedencegroup] = ACTIONS(625), + [anon_sym_associatedtype] = ACTIONS(625), + [anon_sym_AT] = ACTIONS(625), + [anon_sym_override] = ACTIONS(625), + [anon_sym_convenience] = ACTIONS(625), + [anon_sym_required] = ACTIONS(625), + [anon_sym_nonisolated] = ACTIONS(625), + [anon_sym_public] = ACTIONS(625), + [anon_sym_private] = ACTIONS(625), + [anon_sym_internal] = ACTIONS(625), + [anon_sym_fileprivate] = ACTIONS(625), + [anon_sym_open] = ACTIONS(625), + [anon_sym_mutating] = ACTIONS(625), + [anon_sym_nonmutating] = ACTIONS(625), + [anon_sym_static] = ACTIONS(625), + [anon_sym_dynamic] = ACTIONS(625), + [anon_sym_optional] = ACTIONS(625), + [anon_sym_distributed] = ACTIONS(625), + [anon_sym_final] = ACTIONS(625), + [anon_sym_inout] = ACTIONS(625), + [anon_sym_ATescaping] = ACTIONS(619), + [anon_sym_ATautoclosure] = ACTIONS(619), + [anon_sym_weak] = ACTIONS(625), + [anon_sym_unowned] = ACTIONS(625), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(619), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(619), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(647), + [sym__conjunction_operator_custom] = ACTIONS(619), + [sym__disjunction_operator_custom] = ACTIONS(619), + [sym__nil_coalescing_operator_custom] = ACTIONS(619), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(649), + [sym__as_custom] = ACTIONS(619), + [sym__as_quest_custom] = ACTIONS(619), + [sym__as_bang_custom] = ACTIONS(619), + [sym__custom_operator] = ACTIONS(631), + [sym__hash_symbol_custom] = ACTIONS(651), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(107)] = { + [sym_simple_identifier] = STATE(1343), + [sym__contextual_simple_identifier] = STATE(1209), + [sym__basic_literal] = STATE(1387), + [sym_boolean_literal] = STATE(1387), + [sym__string_literal] = STATE(1387), + [sym_line_string_literal] = STATE(1387), + [sym_multi_line_string_literal] = STATE(1387), + [sym_raw_string_literal] = STATE(1387), + [sym_regex_literal] = STATE(1387), + [sym__extended_regex_literal] = STATE(1437), + [sym__multiline_regex_literal] = STATE(1437), + [sym_user_type] = STATE(6517), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6517), + [sym_dictionary_type] = STATE(6517), + [sym_expression] = STATE(799), + [sym_optional_chain_marker] = STATE(1387), + [sym__unary_expression] = STATE(1387), + [sym_postfix_expression] = STATE(1387), + [sym_constructor_expression] = STATE(1387), + [sym__parenthesized_type] = STATE(8310), + [sym_navigation_expression] = STATE(1387), + [sym__navigable_type_expression] = STATE(8310), + [sym_open_start_range_expression] = STATE(1387), + [sym__range_operator] = STATE(614), + [sym_open_end_range_expression] = STATE(1387), + [sym_prefix_expression] = STATE(1387), + [sym_as_expression] = STATE(1387), + [sym_selector_expression] = STATE(1387), + [sym__binary_expression] = STATE(1387), + [sym_multiplicative_expression] = STATE(1387), + [sym_additive_expression] = STATE(1387), + [sym_range_expression] = STATE(1387), + [sym_infix_expression] = STATE(1387), + [sym_nil_coalescing_expression] = STATE(1387), + [sym_check_expression] = STATE(1387), + [sym_comparison_expression] = STATE(1387), + [sym_equality_expression] = STATE(1387), + [sym_conjunction_expression] = STATE(1387), + [sym_disjunction_expression] = STATE(1387), + [sym_bitwise_operation] = STATE(1387), + [sym_custom_operator] = STATE(772), + [sym_try_expression] = STATE(1387), + [sym_await_expression] = STATE(1387), + [sym__await_operator] = STATE(615), + [sym_ternary_expression] = STATE(1387), + [sym_call_expression] = STATE(1387), + [sym_macro_invocation] = STATE(1387), + [sym__primary_expression] = STATE(1387), + [sym_tuple_expression] = STATE(1387), + [sym_array_literal] = STATE(1387), + [sym_dictionary_literal] = STATE(1387), + [sym_special_literal] = STATE(1387), + [sym_playground_literal] = STATE(1387), + [sym_lambda_literal] = STATE(1387), + [sym_self_expression] = STATE(1387), + [sym_super_expression] = STATE(1387), + [sym_if_statement] = STATE(1446), + [sym_guard_statement] = STATE(4585), + [sym_switch_statement] = STATE(1446), + [sym_do_statement] = STATE(4585), + [sym_key_path_expression] = STATE(1387), + [sym_key_path_string_expression] = STATE(1387), + [sym_try_operator] = STATE(616), + [sym__assignment_and_operator] = STATE(1443), + [sym__equality_operator] = STATE(1443), + [sym__comparison_operator] = STATE(1443), + [sym__three_dot_operator] = STATE(771), + [sym__open_ended_range_operator] = STATE(614), + [sym__additive_operator] = STATE(1443), + [sym__multiplicative_operator] = STATE(1443), + [sym__prefix_unary_operator] = STATE(621), + [sym_directly_assignable_expression] = STATE(6518), + [sym_statements] = STATE(4788), + [sym__local_statement] = STATE(4585), + [sym__labeled_statement] = STATE(4585), + [sym_for_statement] = STATE(4585), + [sym_while_statement] = STATE(4585), + [sym_repeat_while_statement] = STATE(4585), + [sym_control_transfer_statement] = STATE(4585), + [sym__throw_statement] = STATE(4650), + [sym__optionally_valueful_control_keyword] = STATE(124), + [sym_assignment] = STATE(1387), + [sym_value_parameter_pack] = STATE(1387), + [sym_value_pack_expansion] = STATE(1387), + [sym_local_declaration] = STATE(4585), + [sym__local_property_declaration] = STATE(4660), + [sym__local_typealias_declaration] = STATE(4663), + [sym__local_function_declaration] = STATE(4664), + [sym__local_class_declaration] = STATE(4665), + [sym__modifierless_property_declaration] = STATE(4666), + [sym__modifierless_typealias_declaration] = STATE(4669), + [sym__modifierless_function_declaration] = STATE(4671), + [sym__modifierless_function_declaration_no_body] = STATE(7897), + [sym__modifierless_class_declaration] = STATE(4672), + [sym__non_constructor_function_decl] = STATE(7521), + [sym_referenceable_operator] = STATE(1387), + [sym__equal_sign] = STATE(1443), + [sym__eq_eq] = STATE(1443), + [sym__dot] = STATE(621), + [sym__hash_symbol] = STATE(4957), + [sym_bang] = STATE(772), + [sym__async_modifier] = STATE(8439), + [sym_attribute] = STATE(4942), + [sym_value_binding_pattern] = STATE(4885), + [sym__possibly_async_binding_pattern_kind] = STATE(4885), + [aux_sym__locally_permitted_modifiers] = STATE(4942), + [sym__locally_permitted_modifier] = STATE(4942), + [sym_property_behavior_modifier] = STATE(4942), + [sym_inheritance_modifier] = STATE(4942), + [sym_ownership_modifier] = STATE(4942), + [sym__parameter_ownership_modifier] = STATE(1209), + [sym_directive] = STATE(1387), + [sym_diagnostic] = STATE(1387), + [aux_sym_raw_string_literal_repeat1] = STATE(8468), + [anon_sym_BANG] = ACTIONS(287), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(289), + [aux_sym_simple_identifier_token2] = ACTIONS(291), + [aux_sym_simple_identifier_token3] = ACTIONS(291), + [aux_sym_simple_identifier_token4] = ACTIONS(291), + [anon_sym_actor] = ACTIONS(293), + [anon_sym_async] = ACTIONS(295), + [anon_sym_each] = ACTIONS(297), + [anon_sym_lazy] = ACTIONS(607), + [anon_sym_repeat] = ACTIONS(301), + [anon_sym_package] = ACTIONS(289), + [anon_sym_nil] = ACTIONS(303), + [sym_real_literal] = ACTIONS(305), + [sym_integer_literal] = ACTIONS(303), + [sym_hex_literal] = ACTIONS(303), + [sym_oct_literal] = ACTIONS(305), + [sym_bin_literal] = ACTIONS(305), + [anon_sym_true] = ACTIONS(307), + [anon_sym_false] = ACTIONS(307), + [anon_sym_DQUOTE] = ACTIONS(309), + [anon_sym_BSLASH] = ACTIONS(311), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(313), + [sym__oneline_regex_literal] = ACTIONS(315), + [anon_sym_LPAREN] = ACTIONS(317), + [anon_sym_LBRACK] = ACTIONS(319), + [anon_sym_AMP] = ACTIONS(321), + [anon_sym_TILDE] = ACTIONS(321), + [anon_sym_if] = ACTIONS(323), + [anon_sym_switch] = ACTIONS(325), + [aux_sym_custom_operator_token1] = ACTIONS(327), + [anon_sym_LT] = ACTIONS(329), + [anon_sym_GT] = ACTIONS(329), + [anon_sym_await] = ACTIONS(331), + [anon_sym_LBRACE] = ACTIONS(333), + [anon_sym_CARET_LBRACE] = ACTIONS(333), + [anon_sym_self] = ACTIONS(337), + [anon_sym_super] = ACTIONS(339), + [anon_sym_guard] = ACTIONS(341), + [anon_sym_do] = ACTIONS(343), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(345), + [anon_sym_DASH_EQ] = ACTIONS(345), + [anon_sym_STAR_EQ] = ACTIONS(345), + [anon_sym_SLASH_EQ] = ACTIONS(345), + [anon_sym_PERCENT_EQ] = ACTIONS(345), + [anon_sym_BANG_EQ] = ACTIONS(329), + [anon_sym_BANG_EQ_EQ] = ACTIONS(345), + [anon_sym_EQ_EQ_EQ] = ACTIONS(345), + [anon_sym_LT_EQ] = ACTIONS(345), + [anon_sym_GT_EQ] = ACTIONS(345), + [anon_sym_DOT_DOT_DOT] = ACTIONS(347), + [anon_sym_DOT_DOT_LT] = ACTIONS(349), + [anon_sym_PLUS] = ACTIONS(351), + [anon_sym_DASH] = ACTIONS(351), + [anon_sym_STAR] = ACTIONS(329), + [anon_sym_SLASH] = ACTIONS(329), + [anon_sym_PERCENT] = ACTIONS(329), + [anon_sym_PLUS_PLUS] = ACTIONS(321), + [anon_sym_DASH_DASH] = ACTIONS(321), + [anon_sym_PIPE] = ACTIONS(345), + [anon_sym_CARET] = ACTIONS(329), + [anon_sym_LT_LT] = ACTIONS(345), + [anon_sym_GT_GT] = ACTIONS(345), + [sym_statement_label] = ACTIONS(353), + [anon_sym_for] = ACTIONS(355), + [anon_sym_while] = ACTIONS(357), + [sym_throw_keyword] = ACTIONS(359), + [anon_sym_return] = ACTIONS(361), + [anon_sym_continue] = ACTIONS(361), + [anon_sym_break] = ACTIONS(361), + [anon_sym_yield] = ACTIONS(361), + [anon_sym_typealias] = ACTIONS(363), + [anon_sym_struct] = ACTIONS(365), + [anon_sym_class] = ACTIONS(365), + [anon_sym_enum] = ACTIONS(367), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_func] = ACTIONS(99), + [anon_sym_extension] = ACTIONS(369), + [anon_sym_indirect] = ACTIONS(371), + [anon_sym_AT] = ACTIONS(391), + [anon_sym_final] = ACTIONS(393), + [anon_sym_weak] = ACTIONS(395), + [anon_sym_unowned] = ACTIONS(395), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(397), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(397), + [anon_sym_borrowing] = ACTIONS(289), + [anon_sym_consuming] = ACTIONS(289), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(373), + [sym__dot_custom] = ACTIONS(375), + [sym__eq_custom] = ACTIONS(345), + [sym__eq_eq_custom] = ACTIONS(345), + [sym__plus_then_ws] = ACTIONS(345), + [sym__minus_then_ws] = ACTIONS(345), + [sym__bang_custom] = ACTIONS(377), + [sym__custom_operator] = ACTIONS(327), + [sym__hash_symbol_custom] = ACTIONS(379), + [sym__directive_if] = ACTIONS(381), + [sym__directive_elseif] = ACTIONS(381), + [sym__directive_else] = ACTIONS(383), + [sym__directive_endif] = ACTIONS(383), + }, + [STATE(108)] = { + [sym_simple_identifier] = STATE(1343), + [sym__contextual_simple_identifier] = STATE(1209), + [sym__basic_literal] = STATE(1387), + [sym_boolean_literal] = STATE(1387), + [sym__string_literal] = STATE(1387), + [sym_line_string_literal] = STATE(1387), + [sym_multi_line_string_literal] = STATE(1387), + [sym_raw_string_literal] = STATE(1387), + [sym_regex_literal] = STATE(1387), + [sym__extended_regex_literal] = STATE(1437), + [sym__multiline_regex_literal] = STATE(1437), + [sym_user_type] = STATE(6517), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6517), + [sym_dictionary_type] = STATE(6517), + [sym_expression] = STATE(799), + [sym_optional_chain_marker] = STATE(1387), + [sym__unary_expression] = STATE(1387), + [sym_postfix_expression] = STATE(1387), + [sym_constructor_expression] = STATE(1387), + [sym__parenthesized_type] = STATE(8310), + [sym_navigation_expression] = STATE(1387), + [sym__navigable_type_expression] = STATE(8310), + [sym_open_start_range_expression] = STATE(1387), + [sym__range_operator] = STATE(614), + [sym_open_end_range_expression] = STATE(1387), + [sym_prefix_expression] = STATE(1387), + [sym_as_expression] = STATE(1387), + [sym_selector_expression] = STATE(1387), + [sym__binary_expression] = STATE(1387), + [sym_multiplicative_expression] = STATE(1387), + [sym_additive_expression] = STATE(1387), + [sym_range_expression] = STATE(1387), + [sym_infix_expression] = STATE(1387), + [sym_nil_coalescing_expression] = STATE(1387), + [sym_check_expression] = STATE(1387), + [sym_comparison_expression] = STATE(1387), + [sym_equality_expression] = STATE(1387), + [sym_conjunction_expression] = STATE(1387), + [sym_disjunction_expression] = STATE(1387), + [sym_bitwise_operation] = STATE(1387), + [sym_custom_operator] = STATE(772), + [sym_try_expression] = STATE(1387), + [sym_await_expression] = STATE(1387), + [sym__await_operator] = STATE(615), + [sym_ternary_expression] = STATE(1387), + [sym_call_expression] = STATE(1387), + [sym_macro_invocation] = STATE(1387), + [sym__primary_expression] = STATE(1387), + [sym_tuple_expression] = STATE(1387), + [sym_array_literal] = STATE(1387), + [sym_dictionary_literal] = STATE(1387), + [sym_special_literal] = STATE(1387), + [sym_playground_literal] = STATE(1387), + [sym_lambda_literal] = STATE(1387), + [sym_self_expression] = STATE(1387), + [sym_super_expression] = STATE(1387), + [sym_if_statement] = STATE(1446), + [sym_guard_statement] = STATE(4585), + [sym_switch_statement] = STATE(1446), + [sym_do_statement] = STATE(4585), + [sym_key_path_expression] = STATE(1387), + [sym_key_path_string_expression] = STATE(1387), + [sym_try_operator] = STATE(616), + [sym__assignment_and_operator] = STATE(1443), + [sym__equality_operator] = STATE(1443), + [sym__comparison_operator] = STATE(1443), + [sym__three_dot_operator] = STATE(771), + [sym__open_ended_range_operator] = STATE(614), + [sym__additive_operator] = STATE(1443), + [sym__multiplicative_operator] = STATE(1443), + [sym__prefix_unary_operator] = STATE(621), + [sym_directly_assignable_expression] = STATE(6518), + [sym_statements] = STATE(4737), + [sym__local_statement] = STATE(4585), + [sym__labeled_statement] = STATE(4585), + [sym_for_statement] = STATE(4585), + [sym_while_statement] = STATE(4585), + [sym_repeat_while_statement] = STATE(4585), + [sym_control_transfer_statement] = STATE(4585), + [sym__throw_statement] = STATE(4650), + [sym__optionally_valueful_control_keyword] = STATE(124), + [sym_assignment] = STATE(1387), + [sym_value_parameter_pack] = STATE(1387), + [sym_value_pack_expansion] = STATE(1387), + [sym_local_declaration] = STATE(4585), + [sym__local_property_declaration] = STATE(4660), + [sym__local_typealias_declaration] = STATE(4663), + [sym__local_function_declaration] = STATE(4664), + [sym__local_class_declaration] = STATE(4665), + [sym__modifierless_property_declaration] = STATE(4666), + [sym__modifierless_typealias_declaration] = STATE(4669), + [sym__modifierless_function_declaration] = STATE(4671), + [sym__modifierless_function_declaration_no_body] = STATE(7897), + [sym__modifierless_class_declaration] = STATE(4672), + [sym__non_constructor_function_decl] = STATE(7521), + [sym_referenceable_operator] = STATE(1387), + [sym__equal_sign] = STATE(1443), + [sym__eq_eq] = STATE(1443), + [sym__dot] = STATE(621), + [sym__hash_symbol] = STATE(4957), + [sym_bang] = STATE(772), + [sym__async_modifier] = STATE(8439), + [sym_attribute] = STATE(4942), + [sym_value_binding_pattern] = STATE(4885), + [sym__possibly_async_binding_pattern_kind] = STATE(4885), + [aux_sym__locally_permitted_modifiers] = STATE(4942), + [sym__locally_permitted_modifier] = STATE(4942), + [sym_property_behavior_modifier] = STATE(4942), + [sym_inheritance_modifier] = STATE(4942), + [sym_ownership_modifier] = STATE(4942), + [sym__parameter_ownership_modifier] = STATE(1209), + [sym_directive] = STATE(1387), + [sym_diagnostic] = STATE(1387), + [aux_sym_raw_string_literal_repeat1] = STATE(8468), + [anon_sym_BANG] = ACTIONS(287), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(289), + [aux_sym_simple_identifier_token2] = ACTIONS(291), + [aux_sym_simple_identifier_token3] = ACTIONS(291), + [aux_sym_simple_identifier_token4] = ACTIONS(291), + [anon_sym_actor] = ACTIONS(293), + [anon_sym_async] = ACTIONS(295), + [anon_sym_each] = ACTIONS(297), + [anon_sym_lazy] = ACTIONS(607), + [anon_sym_repeat] = ACTIONS(301), + [anon_sym_package] = ACTIONS(289), + [anon_sym_nil] = ACTIONS(303), + [sym_real_literal] = ACTIONS(305), + [sym_integer_literal] = ACTIONS(303), + [sym_hex_literal] = ACTIONS(303), + [sym_oct_literal] = ACTIONS(305), + [sym_bin_literal] = ACTIONS(305), + [anon_sym_true] = ACTIONS(307), + [anon_sym_false] = ACTIONS(307), + [anon_sym_DQUOTE] = ACTIONS(309), + [anon_sym_BSLASH] = ACTIONS(311), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(313), + [sym__oneline_regex_literal] = ACTIONS(315), + [anon_sym_LPAREN] = ACTIONS(317), + [anon_sym_LBRACK] = ACTIONS(319), + [anon_sym_AMP] = ACTIONS(321), + [anon_sym_TILDE] = ACTIONS(321), + [anon_sym_if] = ACTIONS(323), + [anon_sym_switch] = ACTIONS(325), + [aux_sym_custom_operator_token1] = ACTIONS(327), + [anon_sym_LT] = ACTIONS(329), + [anon_sym_GT] = ACTIONS(329), + [anon_sym_await] = ACTIONS(331), + [anon_sym_LBRACE] = ACTIONS(333), + [anon_sym_CARET_LBRACE] = ACTIONS(333), + [anon_sym_self] = ACTIONS(337), + [anon_sym_super] = ACTIONS(339), + [anon_sym_guard] = ACTIONS(341), + [anon_sym_do] = ACTIONS(343), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(345), + [anon_sym_DASH_EQ] = ACTIONS(345), + [anon_sym_STAR_EQ] = ACTIONS(345), + [anon_sym_SLASH_EQ] = ACTIONS(345), + [anon_sym_PERCENT_EQ] = ACTIONS(345), + [anon_sym_BANG_EQ] = ACTIONS(329), + [anon_sym_BANG_EQ_EQ] = ACTIONS(345), + [anon_sym_EQ_EQ_EQ] = ACTIONS(345), + [anon_sym_LT_EQ] = ACTIONS(345), + [anon_sym_GT_EQ] = ACTIONS(345), + [anon_sym_DOT_DOT_DOT] = ACTIONS(347), + [anon_sym_DOT_DOT_LT] = ACTIONS(349), + [anon_sym_PLUS] = ACTIONS(351), + [anon_sym_DASH] = ACTIONS(351), + [anon_sym_STAR] = ACTIONS(329), + [anon_sym_SLASH] = ACTIONS(329), + [anon_sym_PERCENT] = ACTIONS(329), + [anon_sym_PLUS_PLUS] = ACTIONS(321), + [anon_sym_DASH_DASH] = ACTIONS(321), + [anon_sym_PIPE] = ACTIONS(345), + [anon_sym_CARET] = ACTIONS(329), + [anon_sym_LT_LT] = ACTIONS(345), + [anon_sym_GT_GT] = ACTIONS(345), + [sym_statement_label] = ACTIONS(353), + [anon_sym_for] = ACTIONS(355), + [anon_sym_while] = ACTIONS(357), + [sym_throw_keyword] = ACTIONS(359), + [anon_sym_return] = ACTIONS(361), + [anon_sym_continue] = ACTIONS(361), + [anon_sym_break] = ACTIONS(361), + [anon_sym_yield] = ACTIONS(361), + [anon_sym_typealias] = ACTIONS(363), + [anon_sym_struct] = ACTIONS(365), + [anon_sym_class] = ACTIONS(365), + [anon_sym_enum] = ACTIONS(367), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_func] = ACTIONS(99), + [anon_sym_extension] = ACTIONS(369), + [anon_sym_indirect] = ACTIONS(371), + [anon_sym_AT] = ACTIONS(391), + [anon_sym_final] = ACTIONS(393), + [anon_sym_weak] = ACTIONS(395), + [anon_sym_unowned] = ACTIONS(395), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(397), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(397), + [anon_sym_borrowing] = ACTIONS(289), + [anon_sym_consuming] = ACTIONS(289), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(373), + [sym__dot_custom] = ACTIONS(375), + [sym__eq_custom] = ACTIONS(345), + [sym__eq_eq_custom] = ACTIONS(345), + [sym__plus_then_ws] = ACTIONS(345), + [sym__minus_then_ws] = ACTIONS(345), + [sym__bang_custom] = ACTIONS(377), + [sym__custom_operator] = ACTIONS(327), + [sym__hash_symbol_custom] = ACTIONS(379), + [sym__directive_if] = ACTIONS(381), + [sym__directive_elseif] = ACTIONS(381), + [sym__directive_else] = ACTIONS(383), + [sym__directive_endif] = ACTIONS(383), + }, + [STATE(109)] = { + [sym_simple_identifier] = STATE(1343), + [sym__contextual_simple_identifier] = STATE(1209), + [sym__basic_literal] = STATE(1387), + [sym_boolean_literal] = STATE(1387), + [sym__string_literal] = STATE(1387), + [sym_line_string_literal] = STATE(1387), + [sym_multi_line_string_literal] = STATE(1387), + [sym_raw_string_literal] = STATE(1387), + [sym_regex_literal] = STATE(1387), + [sym__extended_regex_literal] = STATE(1437), + [sym__multiline_regex_literal] = STATE(1437), + [sym_user_type] = STATE(6517), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6517), + [sym_dictionary_type] = STATE(6517), + [sym_expression] = STATE(799), + [sym_optional_chain_marker] = STATE(1387), + [sym__unary_expression] = STATE(1387), + [sym_postfix_expression] = STATE(1387), + [sym_constructor_expression] = STATE(1387), + [sym__parenthesized_type] = STATE(8310), + [sym_navigation_expression] = STATE(1387), + [sym__navigable_type_expression] = STATE(8310), + [sym_open_start_range_expression] = STATE(1387), + [sym__range_operator] = STATE(614), + [sym_open_end_range_expression] = STATE(1387), + [sym_prefix_expression] = STATE(1387), + [sym_as_expression] = STATE(1387), + [sym_selector_expression] = STATE(1387), + [sym__binary_expression] = STATE(1387), + [sym_multiplicative_expression] = STATE(1387), + [sym_additive_expression] = STATE(1387), + [sym_range_expression] = STATE(1387), + [sym_infix_expression] = STATE(1387), + [sym_nil_coalescing_expression] = STATE(1387), + [sym_check_expression] = STATE(1387), + [sym_comparison_expression] = STATE(1387), + [sym_equality_expression] = STATE(1387), + [sym_conjunction_expression] = STATE(1387), + [sym_disjunction_expression] = STATE(1387), + [sym_bitwise_operation] = STATE(1387), + [sym_custom_operator] = STATE(772), + [sym_try_expression] = STATE(1387), + [sym_await_expression] = STATE(1387), + [sym__await_operator] = STATE(615), + [sym_ternary_expression] = STATE(1387), + [sym_call_expression] = STATE(1387), + [sym_macro_invocation] = STATE(1387), + [sym__primary_expression] = STATE(1387), + [sym_tuple_expression] = STATE(1387), + [sym_array_literal] = STATE(1387), + [sym_dictionary_literal] = STATE(1387), + [sym_special_literal] = STATE(1387), + [sym_playground_literal] = STATE(1387), + [sym_lambda_literal] = STATE(1387), + [sym_self_expression] = STATE(1387), + [sym_super_expression] = STATE(1387), + [sym_if_statement] = STATE(1446), + [sym_guard_statement] = STATE(4585), + [sym_switch_statement] = STATE(1446), + [sym_do_statement] = STATE(4585), + [sym_key_path_expression] = STATE(1387), + [sym_key_path_string_expression] = STATE(1387), + [sym_try_operator] = STATE(616), + [sym__assignment_and_operator] = STATE(1443), + [sym__equality_operator] = STATE(1443), + [sym__comparison_operator] = STATE(1443), + [sym__three_dot_operator] = STATE(771), + [sym__open_ended_range_operator] = STATE(614), + [sym__additive_operator] = STATE(1443), + [sym__multiplicative_operator] = STATE(1443), + [sym__prefix_unary_operator] = STATE(621), + [sym_directly_assignable_expression] = STATE(6518), + [sym_statements] = STATE(4798), + [sym__local_statement] = STATE(4585), + [sym__labeled_statement] = STATE(4585), + [sym_for_statement] = STATE(4585), + [sym_while_statement] = STATE(4585), + [sym_repeat_while_statement] = STATE(4585), + [sym_control_transfer_statement] = STATE(4585), + [sym__throw_statement] = STATE(4650), + [sym__optionally_valueful_control_keyword] = STATE(124), + [sym_assignment] = STATE(1387), + [sym_value_parameter_pack] = STATE(1387), + [sym_value_pack_expansion] = STATE(1387), + [sym_local_declaration] = STATE(4585), + [sym__local_property_declaration] = STATE(4660), + [sym__local_typealias_declaration] = STATE(4663), + [sym__local_function_declaration] = STATE(4664), + [sym__local_class_declaration] = STATE(4665), + [sym__modifierless_property_declaration] = STATE(4666), + [sym__modifierless_typealias_declaration] = STATE(4669), + [sym__modifierless_function_declaration] = STATE(4671), + [sym__modifierless_function_declaration_no_body] = STATE(7897), + [sym__modifierless_class_declaration] = STATE(4672), + [sym__non_constructor_function_decl] = STATE(7521), + [sym_referenceable_operator] = STATE(1387), + [sym__equal_sign] = STATE(1443), + [sym__eq_eq] = STATE(1443), + [sym__dot] = STATE(621), + [sym__hash_symbol] = STATE(4957), + [sym_bang] = STATE(772), + [sym__async_modifier] = STATE(8439), + [sym_attribute] = STATE(4942), + [sym_value_binding_pattern] = STATE(4885), + [sym__possibly_async_binding_pattern_kind] = STATE(4885), + [aux_sym__locally_permitted_modifiers] = STATE(4942), + [sym__locally_permitted_modifier] = STATE(4942), + [sym_property_behavior_modifier] = STATE(4942), + [sym_inheritance_modifier] = STATE(4942), + [sym_ownership_modifier] = STATE(4942), + [sym__parameter_ownership_modifier] = STATE(1209), + [sym_directive] = STATE(1387), + [sym_diagnostic] = STATE(1387), + [aux_sym_raw_string_literal_repeat1] = STATE(8468), + [anon_sym_BANG] = ACTIONS(287), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(289), + [aux_sym_simple_identifier_token2] = ACTIONS(291), + [aux_sym_simple_identifier_token3] = ACTIONS(291), + [aux_sym_simple_identifier_token4] = ACTIONS(291), + [anon_sym_actor] = ACTIONS(293), + [anon_sym_async] = ACTIONS(295), + [anon_sym_each] = ACTIONS(297), + [anon_sym_lazy] = ACTIONS(607), + [anon_sym_repeat] = ACTIONS(301), + [anon_sym_package] = ACTIONS(289), + [anon_sym_nil] = ACTIONS(303), + [sym_real_literal] = ACTIONS(305), + [sym_integer_literal] = ACTIONS(303), + [sym_hex_literal] = ACTIONS(303), + [sym_oct_literal] = ACTIONS(305), + [sym_bin_literal] = ACTIONS(305), + [anon_sym_true] = ACTIONS(307), + [anon_sym_false] = ACTIONS(307), + [anon_sym_DQUOTE] = ACTIONS(309), + [anon_sym_BSLASH] = ACTIONS(311), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(313), + [sym__oneline_regex_literal] = ACTIONS(315), + [anon_sym_LPAREN] = ACTIONS(317), + [anon_sym_LBRACK] = ACTIONS(319), + [anon_sym_AMP] = ACTIONS(321), + [anon_sym_TILDE] = ACTIONS(321), + [anon_sym_if] = ACTIONS(323), + [anon_sym_switch] = ACTIONS(325), + [aux_sym_custom_operator_token1] = ACTIONS(327), + [anon_sym_LT] = ACTIONS(329), + [anon_sym_GT] = ACTIONS(329), + [anon_sym_await] = ACTIONS(331), + [anon_sym_LBRACE] = ACTIONS(333), + [anon_sym_CARET_LBRACE] = ACTIONS(333), + [anon_sym_self] = ACTIONS(337), + [anon_sym_super] = ACTIONS(339), + [anon_sym_guard] = ACTIONS(341), + [anon_sym_do] = ACTIONS(343), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(345), + [anon_sym_DASH_EQ] = ACTIONS(345), + [anon_sym_STAR_EQ] = ACTIONS(345), + [anon_sym_SLASH_EQ] = ACTIONS(345), + [anon_sym_PERCENT_EQ] = ACTIONS(345), + [anon_sym_BANG_EQ] = ACTIONS(329), + [anon_sym_BANG_EQ_EQ] = ACTIONS(345), + [anon_sym_EQ_EQ_EQ] = ACTIONS(345), + [anon_sym_LT_EQ] = ACTIONS(345), + [anon_sym_GT_EQ] = ACTIONS(345), + [anon_sym_DOT_DOT_DOT] = ACTIONS(347), + [anon_sym_DOT_DOT_LT] = ACTIONS(349), + [anon_sym_PLUS] = ACTIONS(351), + [anon_sym_DASH] = ACTIONS(351), + [anon_sym_STAR] = ACTIONS(329), + [anon_sym_SLASH] = ACTIONS(329), + [anon_sym_PERCENT] = ACTIONS(329), + [anon_sym_PLUS_PLUS] = ACTIONS(321), + [anon_sym_DASH_DASH] = ACTIONS(321), + [anon_sym_PIPE] = ACTIONS(345), + [anon_sym_CARET] = ACTIONS(329), + [anon_sym_LT_LT] = ACTIONS(345), + [anon_sym_GT_GT] = ACTIONS(345), + [sym_statement_label] = ACTIONS(353), + [anon_sym_for] = ACTIONS(355), + [anon_sym_while] = ACTIONS(357), + [sym_throw_keyword] = ACTIONS(359), + [anon_sym_return] = ACTIONS(361), + [anon_sym_continue] = ACTIONS(361), + [anon_sym_break] = ACTIONS(361), + [anon_sym_yield] = ACTIONS(361), + [anon_sym_typealias] = ACTIONS(363), + [anon_sym_struct] = ACTIONS(365), + [anon_sym_class] = ACTIONS(365), + [anon_sym_enum] = ACTIONS(367), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_func] = ACTIONS(99), + [anon_sym_extension] = ACTIONS(369), + [anon_sym_indirect] = ACTIONS(371), + [anon_sym_AT] = ACTIONS(391), + [anon_sym_final] = ACTIONS(393), + [anon_sym_weak] = ACTIONS(395), + [anon_sym_unowned] = ACTIONS(395), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(397), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(397), + [anon_sym_borrowing] = ACTIONS(289), + [anon_sym_consuming] = ACTIONS(289), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(373), + [sym__dot_custom] = ACTIONS(375), + [sym__eq_custom] = ACTIONS(345), + [sym__eq_eq_custom] = ACTIONS(345), + [sym__plus_then_ws] = ACTIONS(345), + [sym__minus_then_ws] = ACTIONS(345), + [sym__bang_custom] = ACTIONS(377), + [sym__custom_operator] = ACTIONS(327), + [sym__hash_symbol_custom] = ACTIONS(379), + [sym__directive_if] = ACTIONS(381), + [sym__directive_elseif] = ACTIONS(381), + [sym__directive_else] = ACTIONS(383), + [sym__directive_endif] = ACTIONS(383), + }, + [STATE(110)] = { + [sym_simple_identifier] = STATE(2455), + [sym__contextual_simple_identifier] = STATE(2422), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1582), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym_self_expression] = STATE(2689), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(3081), + [sym_guard_statement] = STATE(8445), + [sym_switch_statement] = STATE(3081), + [sym_do_statement] = STATE(8445), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym__local_statement] = STATE(8445), + [sym__labeled_statement] = STATE(8445), + [sym_for_statement] = STATE(8445), + [sym_while_statement] = STATE(8445), + [sym_repeat_while_statement] = STATE(8445), + [sym_control_transfer_statement] = STATE(8445), + [sym__throw_statement] = STATE(8380), + [sym__optionally_valueful_control_keyword] = STATE(388), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_local_declaration] = STATE(8445), + [sym__local_property_declaration] = STATE(7885), + [sym__local_typealias_declaration] = STATE(8530), + [sym__local_function_declaration] = STATE(7914), + [sym__local_class_declaration] = STATE(7916), + [sym__modifierless_property_declaration] = STATE(7919), + [sym__modifierless_typealias_declaration] = STATE(7930), + [sym__modifierless_function_declaration] = STATE(7933), + [sym__modifierless_function_declaration_no_body] = STATE(7945), + [sym__modifierless_class_declaration] = STATE(7959), + [sym__non_constructor_function_decl] = STATE(7521), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__async_modifier] = STATE(8439), + [sym_attribute] = STATE(4938), + [sym_value_binding_pattern] = STATE(4879), + [sym__possibly_async_binding_pattern_kind] = STATE(4879), + [aux_sym__locally_permitted_modifiers] = STATE(4938), + [sym__locally_permitted_modifier] = STATE(4938), + [sym_property_behavior_modifier] = STATE(4938), + [sym_inheritance_modifier] = STATE(4938), + [sym_ownership_modifier] = STATE(4938), + [sym__parameter_ownership_modifier] = STATE(2422), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(11), + [aux_sym_simple_identifier_token2] = ACTIONS(13), + [aux_sym_simple_identifier_token3] = ACTIONS(13), + [aux_sym_simple_identifier_token4] = ACTIONS(13), + [anon_sym_actor] = ACTIONS(15), + [anon_sym_async] = ACTIONS(17), + [anon_sym_each] = ACTIONS(19), + [anon_sym_lazy] = ACTIONS(389), + [anon_sym_repeat] = ACTIONS(23), + [anon_sym_package] = ACTIONS(11), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_RBRACE] = ACTIONS(387), + [anon_sym_self] = ACTIONS(59), + [anon_sym_super] = ACTIONS(61), + [anon_sym_guard] = ACTIONS(63), + [anon_sym_do] = ACTIONS(65), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [sym_statement_label] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_while] = ACTIONS(81), + [sym_throw_keyword] = ACTIONS(83), + [anon_sym_return] = ACTIONS(153), + [anon_sym_continue] = ACTIONS(153), + [anon_sym_break] = ACTIONS(153), + [anon_sym_yield] = ACTIONS(153), + [anon_sym_typealias] = ACTIONS(87), + [anon_sym_struct] = ACTIONS(89), + [anon_sym_class] = ACTIONS(89), + [anon_sym_enum] = ACTIONS(93), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_func] = ACTIONS(99), + [anon_sym_extension] = ACTIONS(103), + [anon_sym_indirect] = ACTIONS(105), + [anon_sym_AT] = ACTIONS(391), + [anon_sym_final] = ACTIONS(393), + [anon_sym_weak] = ACTIONS(395), + [anon_sym_unowned] = ACTIONS(395), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(397), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(397), + [anon_sym_borrowing] = ACTIONS(11), + [anon_sym_consuming] = ACTIONS(11), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(111)] = { + [sym_simple_identifier] = STATE(1343), + [sym__contextual_simple_identifier] = STATE(1209), + [sym__basic_literal] = STATE(1387), + [sym_boolean_literal] = STATE(1387), + [sym__string_literal] = STATE(1387), + [sym_line_string_literal] = STATE(1387), + [sym_multi_line_string_literal] = STATE(1387), + [sym_raw_string_literal] = STATE(1387), + [sym_regex_literal] = STATE(1387), + [sym__extended_regex_literal] = STATE(1437), + [sym__multiline_regex_literal] = STATE(1437), + [sym_user_type] = STATE(6517), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6517), + [sym_dictionary_type] = STATE(6517), + [sym_expression] = STATE(799), + [sym_optional_chain_marker] = STATE(1387), + [sym__unary_expression] = STATE(1387), + [sym_postfix_expression] = STATE(1387), + [sym_constructor_expression] = STATE(1387), + [sym__parenthesized_type] = STATE(8310), + [sym_navigation_expression] = STATE(1387), + [sym__navigable_type_expression] = STATE(8310), + [sym_open_start_range_expression] = STATE(1387), + [sym__range_operator] = STATE(614), + [sym_open_end_range_expression] = STATE(1387), + [sym_prefix_expression] = STATE(1387), + [sym_as_expression] = STATE(1387), + [sym_selector_expression] = STATE(1387), + [sym__binary_expression] = STATE(1387), + [sym_multiplicative_expression] = STATE(1387), + [sym_additive_expression] = STATE(1387), + [sym_range_expression] = STATE(1387), + [sym_infix_expression] = STATE(1387), + [sym_nil_coalescing_expression] = STATE(1387), + [sym_check_expression] = STATE(1387), + [sym_comparison_expression] = STATE(1387), + [sym_equality_expression] = STATE(1387), + [sym_conjunction_expression] = STATE(1387), + [sym_disjunction_expression] = STATE(1387), + [sym_bitwise_operation] = STATE(1387), + [sym_custom_operator] = STATE(772), + [sym_try_expression] = STATE(1387), + [sym_await_expression] = STATE(1387), + [sym__await_operator] = STATE(615), + [sym_ternary_expression] = STATE(1387), + [sym_call_expression] = STATE(1387), + [sym_macro_invocation] = STATE(1387), + [sym__primary_expression] = STATE(1387), + [sym_tuple_expression] = STATE(1387), + [sym_array_literal] = STATE(1387), + [sym_dictionary_literal] = STATE(1387), + [sym_special_literal] = STATE(1387), + [sym_playground_literal] = STATE(1387), + [sym_lambda_literal] = STATE(1387), + [sym_self_expression] = STATE(1387), + [sym_super_expression] = STATE(1387), + [sym_if_statement] = STATE(1446), + [sym_guard_statement] = STATE(4585), + [sym_switch_statement] = STATE(1446), + [sym_do_statement] = STATE(4585), + [sym_key_path_expression] = STATE(1387), + [sym_key_path_string_expression] = STATE(1387), + [sym_try_operator] = STATE(616), + [sym__assignment_and_operator] = STATE(1443), + [sym__equality_operator] = STATE(1443), + [sym__comparison_operator] = STATE(1443), + [sym__three_dot_operator] = STATE(771), + [sym__open_ended_range_operator] = STATE(614), + [sym__additive_operator] = STATE(1443), + [sym__multiplicative_operator] = STATE(1443), + [sym__prefix_unary_operator] = STATE(621), + [sym_directly_assignable_expression] = STATE(6518), + [sym_statements] = STATE(4756), + [sym__local_statement] = STATE(4585), + [sym__labeled_statement] = STATE(4585), + [sym_for_statement] = STATE(4585), + [sym_while_statement] = STATE(4585), + [sym_repeat_while_statement] = STATE(4585), + [sym_control_transfer_statement] = STATE(4585), + [sym__throw_statement] = STATE(4650), + [sym__optionally_valueful_control_keyword] = STATE(124), + [sym_assignment] = STATE(1387), + [sym_value_parameter_pack] = STATE(1387), + [sym_value_pack_expansion] = STATE(1387), + [sym_local_declaration] = STATE(4585), + [sym__local_property_declaration] = STATE(4660), + [sym__local_typealias_declaration] = STATE(4663), + [sym__local_function_declaration] = STATE(4664), + [sym__local_class_declaration] = STATE(4665), + [sym__modifierless_property_declaration] = STATE(4666), + [sym__modifierless_typealias_declaration] = STATE(4669), + [sym__modifierless_function_declaration] = STATE(4671), + [sym__modifierless_function_declaration_no_body] = STATE(7897), + [sym__modifierless_class_declaration] = STATE(4672), + [sym__non_constructor_function_decl] = STATE(7521), + [sym_referenceable_operator] = STATE(1387), + [sym__equal_sign] = STATE(1443), + [sym__eq_eq] = STATE(1443), + [sym__dot] = STATE(621), + [sym__hash_symbol] = STATE(4957), + [sym_bang] = STATE(772), + [sym__async_modifier] = STATE(8439), + [sym_attribute] = STATE(4942), + [sym_value_binding_pattern] = STATE(4885), + [sym__possibly_async_binding_pattern_kind] = STATE(4885), + [aux_sym__locally_permitted_modifiers] = STATE(4942), + [sym__locally_permitted_modifier] = STATE(4942), + [sym_property_behavior_modifier] = STATE(4942), + [sym_inheritance_modifier] = STATE(4942), + [sym_ownership_modifier] = STATE(4942), + [sym__parameter_ownership_modifier] = STATE(1209), + [sym_directive] = STATE(1387), + [sym_diagnostic] = STATE(1387), + [aux_sym_raw_string_literal_repeat1] = STATE(8468), + [anon_sym_BANG] = ACTIONS(287), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(289), + [aux_sym_simple_identifier_token2] = ACTIONS(291), + [aux_sym_simple_identifier_token3] = ACTIONS(291), + [aux_sym_simple_identifier_token4] = ACTIONS(291), + [anon_sym_actor] = ACTIONS(293), + [anon_sym_async] = ACTIONS(295), + [anon_sym_each] = ACTIONS(297), + [anon_sym_lazy] = ACTIONS(607), + [anon_sym_repeat] = ACTIONS(301), + [anon_sym_package] = ACTIONS(289), + [anon_sym_nil] = ACTIONS(303), + [sym_real_literal] = ACTIONS(305), + [sym_integer_literal] = ACTIONS(303), + [sym_hex_literal] = ACTIONS(303), + [sym_oct_literal] = ACTIONS(305), + [sym_bin_literal] = ACTIONS(305), + [anon_sym_true] = ACTIONS(307), + [anon_sym_false] = ACTIONS(307), + [anon_sym_DQUOTE] = ACTIONS(309), + [anon_sym_BSLASH] = ACTIONS(311), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(313), + [sym__oneline_regex_literal] = ACTIONS(315), + [anon_sym_LPAREN] = ACTIONS(317), + [anon_sym_LBRACK] = ACTIONS(319), + [anon_sym_AMP] = ACTIONS(321), + [anon_sym_TILDE] = ACTIONS(321), + [anon_sym_if] = ACTIONS(323), + [anon_sym_switch] = ACTIONS(325), + [aux_sym_custom_operator_token1] = ACTIONS(327), + [anon_sym_LT] = ACTIONS(329), + [anon_sym_GT] = ACTIONS(329), + [anon_sym_await] = ACTIONS(331), + [anon_sym_LBRACE] = ACTIONS(333), + [anon_sym_CARET_LBRACE] = ACTIONS(333), + [anon_sym_self] = ACTIONS(337), + [anon_sym_super] = ACTIONS(339), + [anon_sym_guard] = ACTIONS(341), + [anon_sym_do] = ACTIONS(343), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(345), + [anon_sym_DASH_EQ] = ACTIONS(345), + [anon_sym_STAR_EQ] = ACTIONS(345), + [anon_sym_SLASH_EQ] = ACTIONS(345), + [anon_sym_PERCENT_EQ] = ACTIONS(345), + [anon_sym_BANG_EQ] = ACTIONS(329), + [anon_sym_BANG_EQ_EQ] = ACTIONS(345), + [anon_sym_EQ_EQ_EQ] = ACTIONS(345), + [anon_sym_LT_EQ] = ACTIONS(345), + [anon_sym_GT_EQ] = ACTIONS(345), + [anon_sym_DOT_DOT_DOT] = ACTIONS(347), + [anon_sym_DOT_DOT_LT] = ACTIONS(349), + [anon_sym_PLUS] = ACTIONS(351), + [anon_sym_DASH] = ACTIONS(351), + [anon_sym_STAR] = ACTIONS(329), + [anon_sym_SLASH] = ACTIONS(329), + [anon_sym_PERCENT] = ACTIONS(329), + [anon_sym_PLUS_PLUS] = ACTIONS(321), + [anon_sym_DASH_DASH] = ACTIONS(321), + [anon_sym_PIPE] = ACTIONS(345), + [anon_sym_CARET] = ACTIONS(329), + [anon_sym_LT_LT] = ACTIONS(345), + [anon_sym_GT_GT] = ACTIONS(345), + [sym_statement_label] = ACTIONS(353), + [anon_sym_for] = ACTIONS(355), + [anon_sym_while] = ACTIONS(357), + [sym_throw_keyword] = ACTIONS(359), + [anon_sym_return] = ACTIONS(361), + [anon_sym_continue] = ACTIONS(361), + [anon_sym_break] = ACTIONS(361), + [anon_sym_yield] = ACTIONS(361), + [anon_sym_typealias] = ACTIONS(363), + [anon_sym_struct] = ACTIONS(365), + [anon_sym_class] = ACTIONS(365), + [anon_sym_enum] = ACTIONS(367), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_func] = ACTIONS(99), + [anon_sym_extension] = ACTIONS(369), + [anon_sym_indirect] = ACTIONS(371), + [anon_sym_AT] = ACTIONS(391), + [anon_sym_final] = ACTIONS(393), + [anon_sym_weak] = ACTIONS(395), + [anon_sym_unowned] = ACTIONS(395), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(397), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(397), + [anon_sym_borrowing] = ACTIONS(289), + [anon_sym_consuming] = ACTIONS(289), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(373), + [sym__dot_custom] = ACTIONS(375), + [sym__eq_custom] = ACTIONS(345), + [sym__eq_eq_custom] = ACTIONS(345), + [sym__plus_then_ws] = ACTIONS(345), + [sym__minus_then_ws] = ACTIONS(345), + [sym__bang_custom] = ACTIONS(377), + [sym__custom_operator] = ACTIONS(327), + [sym__hash_symbol_custom] = ACTIONS(379), + [sym__directive_if] = ACTIONS(381), + [sym__directive_elseif] = ACTIONS(381), + [sym__directive_else] = ACTIONS(383), + [sym__directive_endif] = ACTIONS(383), + }, + [STATE(112)] = { + [sym_simple_identifier] = STATE(1343), + [sym__contextual_simple_identifier] = STATE(1209), + [sym__basic_literal] = STATE(1387), + [sym_boolean_literal] = STATE(1387), + [sym__string_literal] = STATE(1387), + [sym_line_string_literal] = STATE(1387), + [sym_multi_line_string_literal] = STATE(1387), + [sym_raw_string_literal] = STATE(1387), + [sym_regex_literal] = STATE(1387), + [sym__extended_regex_literal] = STATE(1437), + [sym__multiline_regex_literal] = STATE(1437), + [sym_user_type] = STATE(6517), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6517), + [sym_dictionary_type] = STATE(6517), + [sym_expression] = STATE(799), + [sym_optional_chain_marker] = STATE(1387), + [sym__unary_expression] = STATE(1387), + [sym_postfix_expression] = STATE(1387), + [sym_constructor_expression] = STATE(1387), + [sym__parenthesized_type] = STATE(8310), + [sym_navigation_expression] = STATE(1387), + [sym__navigable_type_expression] = STATE(8310), + [sym_open_start_range_expression] = STATE(1387), + [sym__range_operator] = STATE(614), + [sym_open_end_range_expression] = STATE(1387), + [sym_prefix_expression] = STATE(1387), + [sym_as_expression] = STATE(1387), + [sym_selector_expression] = STATE(1387), + [sym__binary_expression] = STATE(1387), + [sym_multiplicative_expression] = STATE(1387), + [sym_additive_expression] = STATE(1387), + [sym_range_expression] = STATE(1387), + [sym_infix_expression] = STATE(1387), + [sym_nil_coalescing_expression] = STATE(1387), + [sym_check_expression] = STATE(1387), + [sym_comparison_expression] = STATE(1387), + [sym_equality_expression] = STATE(1387), + [sym_conjunction_expression] = STATE(1387), + [sym_disjunction_expression] = STATE(1387), + [sym_bitwise_operation] = STATE(1387), + [sym_custom_operator] = STATE(772), + [sym_try_expression] = STATE(1387), + [sym_await_expression] = STATE(1387), + [sym__await_operator] = STATE(615), + [sym_ternary_expression] = STATE(1387), + [sym_call_expression] = STATE(1387), + [sym_macro_invocation] = STATE(1387), + [sym__primary_expression] = STATE(1387), + [sym_tuple_expression] = STATE(1387), + [sym_array_literal] = STATE(1387), + [sym_dictionary_literal] = STATE(1387), + [sym_special_literal] = STATE(1387), + [sym_playground_literal] = STATE(1387), + [sym_lambda_literal] = STATE(1387), + [sym_self_expression] = STATE(1387), + [sym_super_expression] = STATE(1387), + [sym_if_statement] = STATE(1446), + [sym_guard_statement] = STATE(4585), + [sym_switch_statement] = STATE(1446), + [sym_do_statement] = STATE(4585), + [sym_key_path_expression] = STATE(1387), + [sym_key_path_string_expression] = STATE(1387), + [sym_try_operator] = STATE(616), + [sym__assignment_and_operator] = STATE(1443), + [sym__equality_operator] = STATE(1443), + [sym__comparison_operator] = STATE(1443), + [sym__three_dot_operator] = STATE(771), + [sym__open_ended_range_operator] = STATE(614), + [sym__additive_operator] = STATE(1443), + [sym__multiplicative_operator] = STATE(1443), + [sym__prefix_unary_operator] = STATE(621), + [sym_directly_assignable_expression] = STATE(6518), + [sym_statements] = STATE(4772), + [sym__local_statement] = STATE(4585), + [sym__labeled_statement] = STATE(4585), + [sym_for_statement] = STATE(4585), + [sym_while_statement] = STATE(4585), + [sym_repeat_while_statement] = STATE(4585), + [sym_control_transfer_statement] = STATE(4585), + [sym__throw_statement] = STATE(4650), + [sym__optionally_valueful_control_keyword] = STATE(124), + [sym_assignment] = STATE(1387), + [sym_value_parameter_pack] = STATE(1387), + [sym_value_pack_expansion] = STATE(1387), + [sym_local_declaration] = STATE(4585), + [sym__local_property_declaration] = STATE(4660), + [sym__local_typealias_declaration] = STATE(4663), + [sym__local_function_declaration] = STATE(4664), + [sym__local_class_declaration] = STATE(4665), + [sym__modifierless_property_declaration] = STATE(4666), + [sym__modifierless_typealias_declaration] = STATE(4669), + [sym__modifierless_function_declaration] = STATE(4671), + [sym__modifierless_function_declaration_no_body] = STATE(7897), + [sym__modifierless_class_declaration] = STATE(4672), + [sym__non_constructor_function_decl] = STATE(7521), + [sym_referenceable_operator] = STATE(1387), + [sym__equal_sign] = STATE(1443), + [sym__eq_eq] = STATE(1443), + [sym__dot] = STATE(621), + [sym__hash_symbol] = STATE(4957), + [sym_bang] = STATE(772), + [sym__async_modifier] = STATE(8439), + [sym_attribute] = STATE(4942), + [sym_value_binding_pattern] = STATE(4885), + [sym__possibly_async_binding_pattern_kind] = STATE(4885), + [aux_sym__locally_permitted_modifiers] = STATE(4942), + [sym__locally_permitted_modifier] = STATE(4942), + [sym_property_behavior_modifier] = STATE(4942), + [sym_inheritance_modifier] = STATE(4942), + [sym_ownership_modifier] = STATE(4942), + [sym__parameter_ownership_modifier] = STATE(1209), + [sym_directive] = STATE(1387), + [sym_diagnostic] = STATE(1387), + [aux_sym_raw_string_literal_repeat1] = STATE(8468), + [anon_sym_BANG] = ACTIONS(287), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(289), + [aux_sym_simple_identifier_token2] = ACTIONS(291), + [aux_sym_simple_identifier_token3] = ACTIONS(291), + [aux_sym_simple_identifier_token4] = ACTIONS(291), + [anon_sym_actor] = ACTIONS(293), + [anon_sym_async] = ACTIONS(295), + [anon_sym_each] = ACTIONS(297), + [anon_sym_lazy] = ACTIONS(607), + [anon_sym_repeat] = ACTIONS(301), + [anon_sym_package] = ACTIONS(289), + [anon_sym_nil] = ACTIONS(303), + [sym_real_literal] = ACTIONS(305), + [sym_integer_literal] = ACTIONS(303), + [sym_hex_literal] = ACTIONS(303), + [sym_oct_literal] = ACTIONS(305), + [sym_bin_literal] = ACTIONS(305), + [anon_sym_true] = ACTIONS(307), + [anon_sym_false] = ACTIONS(307), + [anon_sym_DQUOTE] = ACTIONS(309), + [anon_sym_BSLASH] = ACTIONS(311), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(313), + [sym__oneline_regex_literal] = ACTIONS(315), + [anon_sym_LPAREN] = ACTIONS(317), + [anon_sym_LBRACK] = ACTIONS(319), + [anon_sym_AMP] = ACTIONS(321), + [anon_sym_TILDE] = ACTIONS(321), + [anon_sym_if] = ACTIONS(323), + [anon_sym_switch] = ACTIONS(325), + [aux_sym_custom_operator_token1] = ACTIONS(327), + [anon_sym_LT] = ACTIONS(329), + [anon_sym_GT] = ACTIONS(329), + [anon_sym_await] = ACTIONS(331), + [anon_sym_LBRACE] = ACTIONS(333), + [anon_sym_CARET_LBRACE] = ACTIONS(333), + [anon_sym_self] = ACTIONS(337), + [anon_sym_super] = ACTIONS(339), + [anon_sym_guard] = ACTIONS(341), + [anon_sym_do] = ACTIONS(343), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(345), + [anon_sym_DASH_EQ] = ACTIONS(345), + [anon_sym_STAR_EQ] = ACTIONS(345), + [anon_sym_SLASH_EQ] = ACTIONS(345), + [anon_sym_PERCENT_EQ] = ACTIONS(345), + [anon_sym_BANG_EQ] = ACTIONS(329), + [anon_sym_BANG_EQ_EQ] = ACTIONS(345), + [anon_sym_EQ_EQ_EQ] = ACTIONS(345), + [anon_sym_LT_EQ] = ACTIONS(345), + [anon_sym_GT_EQ] = ACTIONS(345), + [anon_sym_DOT_DOT_DOT] = ACTIONS(347), + [anon_sym_DOT_DOT_LT] = ACTIONS(349), + [anon_sym_PLUS] = ACTIONS(351), + [anon_sym_DASH] = ACTIONS(351), + [anon_sym_STAR] = ACTIONS(329), + [anon_sym_SLASH] = ACTIONS(329), + [anon_sym_PERCENT] = ACTIONS(329), + [anon_sym_PLUS_PLUS] = ACTIONS(321), + [anon_sym_DASH_DASH] = ACTIONS(321), + [anon_sym_PIPE] = ACTIONS(345), + [anon_sym_CARET] = ACTIONS(329), + [anon_sym_LT_LT] = ACTIONS(345), + [anon_sym_GT_GT] = ACTIONS(345), + [sym_statement_label] = ACTIONS(353), + [anon_sym_for] = ACTIONS(355), + [anon_sym_while] = ACTIONS(357), + [sym_throw_keyword] = ACTIONS(359), + [anon_sym_return] = ACTIONS(361), + [anon_sym_continue] = ACTIONS(361), + [anon_sym_break] = ACTIONS(361), + [anon_sym_yield] = ACTIONS(361), + [anon_sym_typealias] = ACTIONS(363), + [anon_sym_struct] = ACTIONS(365), + [anon_sym_class] = ACTIONS(365), + [anon_sym_enum] = ACTIONS(367), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_func] = ACTIONS(99), + [anon_sym_extension] = ACTIONS(369), + [anon_sym_indirect] = ACTIONS(371), + [anon_sym_AT] = ACTIONS(391), + [anon_sym_final] = ACTIONS(393), + [anon_sym_weak] = ACTIONS(395), + [anon_sym_unowned] = ACTIONS(395), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(397), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(397), + [anon_sym_borrowing] = ACTIONS(289), + [anon_sym_consuming] = ACTIONS(289), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(373), + [sym__dot_custom] = ACTIONS(375), + [sym__eq_custom] = ACTIONS(345), + [sym__eq_eq_custom] = ACTIONS(345), + [sym__plus_then_ws] = ACTIONS(345), + [sym__minus_then_ws] = ACTIONS(345), + [sym__bang_custom] = ACTIONS(377), + [sym__custom_operator] = ACTIONS(327), + [sym__hash_symbol_custom] = ACTIONS(379), + [sym__directive_if] = ACTIONS(381), + [sym__directive_elseif] = ACTIONS(381), + [sym__directive_else] = ACTIONS(383), + [sym__directive_endif] = ACTIONS(383), + }, + [STATE(113)] = { + [sym_simple_identifier] = STATE(2455), + [sym__contextual_simple_identifier] = STATE(2422), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1582), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym_self_expression] = STATE(2689), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(3081), + [sym_guard_statement] = STATE(8445), + [sym_switch_statement] = STATE(3081), + [sym_do_statement] = STATE(8445), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym__local_statement] = STATE(8445), + [sym__labeled_statement] = STATE(8445), + [sym_for_statement] = STATE(8445), + [sym_while_statement] = STATE(8445), + [sym_repeat_while_statement] = STATE(8445), + [sym_control_transfer_statement] = STATE(8445), + [sym__throw_statement] = STATE(8380), + [sym__optionally_valueful_control_keyword] = STATE(388), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_local_declaration] = STATE(8445), + [sym__local_property_declaration] = STATE(7885), + [sym__local_typealias_declaration] = STATE(8530), + [sym__local_function_declaration] = STATE(7914), + [sym__local_class_declaration] = STATE(7916), + [sym__modifierless_property_declaration] = STATE(7919), + [sym__modifierless_typealias_declaration] = STATE(7930), + [sym__modifierless_function_declaration] = STATE(7933), + [sym__modifierless_function_declaration_no_body] = STATE(7945), + [sym__modifierless_class_declaration] = STATE(7959), + [sym__non_constructor_function_decl] = STATE(7521), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__async_modifier] = STATE(8439), + [sym_attribute] = STATE(4938), + [sym_value_binding_pattern] = STATE(4879), + [sym__possibly_async_binding_pattern_kind] = STATE(4879), + [aux_sym__locally_permitted_modifiers] = STATE(4938), + [sym__locally_permitted_modifier] = STATE(4938), + [sym_property_behavior_modifier] = STATE(4938), + [sym_inheritance_modifier] = STATE(4938), + [sym_ownership_modifier] = STATE(4938), + [sym__parameter_ownership_modifier] = STATE(2422), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(11), + [aux_sym_simple_identifier_token2] = ACTIONS(13), + [aux_sym_simple_identifier_token3] = ACTIONS(13), + [aux_sym_simple_identifier_token4] = ACTIONS(13), + [anon_sym_actor] = ACTIONS(15), + [anon_sym_async] = ACTIONS(17), + [anon_sym_each] = ACTIONS(19), + [anon_sym_lazy] = ACTIONS(389), + [anon_sym_repeat] = ACTIONS(23), + [anon_sym_package] = ACTIONS(11), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_self] = ACTIONS(59), + [anon_sym_super] = ACTIONS(61), + [anon_sym_guard] = ACTIONS(63), + [anon_sym_do] = ACTIONS(65), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [sym_statement_label] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_while] = ACTIONS(81), + [sym_throw_keyword] = ACTIONS(83), + [anon_sym_return] = ACTIONS(153), + [anon_sym_continue] = ACTIONS(153), + [anon_sym_break] = ACTIONS(153), + [anon_sym_yield] = ACTIONS(153), + [anon_sym_typealias] = ACTIONS(87), + [anon_sym_struct] = ACTIONS(89), + [anon_sym_class] = ACTIONS(89), + [anon_sym_enum] = ACTIONS(93), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_func] = ACTIONS(99), + [anon_sym_extension] = ACTIONS(103), + [anon_sym_indirect] = ACTIONS(105), + [anon_sym_AT] = ACTIONS(391), + [anon_sym_final] = ACTIONS(393), + [anon_sym_weak] = ACTIONS(395), + [anon_sym_unowned] = ACTIONS(395), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(397), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(397), + [anon_sym_borrowing] = ACTIONS(11), + [anon_sym_consuming] = ACTIONS(11), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(114)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1661), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_if_condition] = STATE(7365), + [sym_if_let_binding] = STATE(8803), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_availability_condition] = STATE(8803), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4900), + [sym_bang] = STATE(1158), + [sym__async_modifier] = STATE(8439), + [sym__direct_or_indirect_binding] = STATE(7008), + [sym_value_binding_pattern] = STATE(4894), + [sym__possibly_async_binding_pattern_kind] = STATE(4894), + [sym__binding_kind_and_pattern] = STATE(7027), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(453), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(653), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(453), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(453), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_COMMA] = ACTIONS(475), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(475), + [anon_sym_LBRACK] = ACTIONS(475), + [anon_sym_QMARK] = ACTIONS(453), + [anon_sym_QMARK2] = ACTIONS(475), + [anon_sym_AMP] = ACTIONS(475), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(475), + [anon_sym_LT] = ACTIONS(453), + [anon_sym_GT] = ACTIONS(453), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(475), + [anon_sym_CARET_LBRACE] = ACTIONS(475), + [anon_sym_RBRACE] = ACTIONS(475), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_case] = ACTIONS(453), + [anon_sym_fallthrough] = ACTIONS(453), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(475), + [anon_sym_DASH_EQ] = ACTIONS(475), + [anon_sym_STAR_EQ] = ACTIONS(475), + [anon_sym_SLASH_EQ] = ACTIONS(475), + [anon_sym_PERCENT_EQ] = ACTIONS(475), + [anon_sym_BANG_EQ] = ACTIONS(453), + [anon_sym_BANG_EQ_EQ] = ACTIONS(475), + [anon_sym_EQ_EQ_EQ] = ACTIONS(475), + [anon_sym_LT_EQ] = ACTIONS(475), + [anon_sym_GT_EQ] = ACTIONS(475), + [anon_sym_DOT_DOT_DOT] = ACTIONS(475), + [anon_sym_DOT_DOT_LT] = ACTIONS(475), + [anon_sym_is] = ACTIONS(453), + [anon_sym_PLUS] = ACTIONS(453), + [anon_sym_DASH] = ACTIONS(453), + [anon_sym_STAR] = ACTIONS(453), + [anon_sym_SLASH] = ACTIONS(453), + [anon_sym_PERCENT] = ACTIONS(453), + [anon_sym_PLUS_PLUS] = ACTIONS(475), + [anon_sym_DASH_DASH] = ACTIONS(475), + [anon_sym_PIPE] = ACTIONS(475), + [anon_sym_CARET] = ACTIONS(453), + [anon_sym_LT_LT] = ACTIONS(475), + [anon_sym_GT_GT] = ACTIONS(475), + [anon_sym_class] = ACTIONS(453), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_prefix] = ACTIONS(453), + [anon_sym_infix] = ACTIONS(453), + [anon_sym_postfix] = ACTIONS(453), + [anon_sym_AT] = ACTIONS(453), + [anon_sym_override] = ACTIONS(453), + [anon_sym_convenience] = ACTIONS(453), + [anon_sym_required] = ACTIONS(453), + [anon_sym_nonisolated] = ACTIONS(453), + [anon_sym_public] = ACTIONS(453), + [anon_sym_private] = ACTIONS(453), + [anon_sym_internal] = ACTIONS(453), + [anon_sym_fileprivate] = ACTIONS(453), + [anon_sym_open] = ACTIONS(453), + [anon_sym_mutating] = ACTIONS(453), + [anon_sym_nonmutating] = ACTIONS(453), + [anon_sym_static] = ACTIONS(453), + [anon_sym_dynamic] = ACTIONS(453), + [anon_sym_optional] = ACTIONS(453), + [anon_sym_distributed] = ACTIONS(453), + [anon_sym_final] = ACTIONS(453), + [anon_sym_inout] = ACTIONS(453), + [anon_sym_ATescaping] = ACTIONS(475), + [anon_sym_ATautoclosure] = ACTIONS(475), + [anon_sym_weak] = ACTIONS(453), + [anon_sym_unowned] = ACTIONS(453), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(475), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(475), + [anon_sym_borrowing] = ACTIONS(453), + [anon_sym_consuming] = ACTIONS(453), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__implicit_semi] = ACTIONS(475), + [sym__explicit_semi] = ACTIONS(475), + [sym__dot_custom] = ACTIONS(475), + [sym__conjunction_operator_custom] = ACTIONS(475), + [sym__disjunction_operator_custom] = ACTIONS(475), + [sym__nil_coalescing_operator_custom] = ACTIONS(475), + [sym__eq_custom] = ACTIONS(475), + [sym__eq_eq_custom] = ACTIONS(475), + [sym__plus_then_ws] = ACTIONS(475), + [sym__minus_then_ws] = ACTIONS(475), + [sym__bang_custom] = ACTIONS(475), + [sym_default_keyword] = ACTIONS(475), + [sym_where_keyword] = ACTIONS(475), + [sym__as_custom] = ACTIONS(475), + [sym__as_quest_custom] = ACTIONS(475), + [sym__as_bang_custom] = ACTIONS(475), + [sym__custom_operator] = ACTIONS(475), + [sym__hash_symbol_custom] = ACTIONS(493), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(115)] = { + [sym_simple_identifier] = STATE(1343), + [sym__contextual_simple_identifier] = STATE(1209), + [sym__basic_literal] = STATE(1387), + [sym_boolean_literal] = STATE(1387), + [sym__string_literal] = STATE(1387), + [sym_line_string_literal] = STATE(1387), + [sym_multi_line_string_literal] = STATE(1387), + [sym_raw_string_literal] = STATE(1387), + [sym_regex_literal] = STATE(1387), + [sym__extended_regex_literal] = STATE(1437), + [sym__multiline_regex_literal] = STATE(1437), + [sym_user_type] = STATE(6517), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6517), + [sym_dictionary_type] = STATE(6517), + [sym_expression] = STATE(799), + [sym_optional_chain_marker] = STATE(1387), + [sym__unary_expression] = STATE(1387), + [sym_postfix_expression] = STATE(1387), + [sym_constructor_expression] = STATE(1387), + [sym__parenthesized_type] = STATE(8310), + [sym_navigation_expression] = STATE(1387), + [sym__navigable_type_expression] = STATE(8310), + [sym_open_start_range_expression] = STATE(1387), + [sym__range_operator] = STATE(614), + [sym_open_end_range_expression] = STATE(1387), + [sym_prefix_expression] = STATE(1387), + [sym_as_expression] = STATE(1387), + [sym_selector_expression] = STATE(1387), + [sym__binary_expression] = STATE(1387), + [sym_multiplicative_expression] = STATE(1387), + [sym_additive_expression] = STATE(1387), + [sym_range_expression] = STATE(1387), + [sym_infix_expression] = STATE(1387), + [sym_nil_coalescing_expression] = STATE(1387), + [sym_check_expression] = STATE(1387), + [sym_comparison_expression] = STATE(1387), + [sym_equality_expression] = STATE(1387), + [sym_conjunction_expression] = STATE(1387), + [sym_disjunction_expression] = STATE(1387), + [sym_bitwise_operation] = STATE(1387), + [sym_custom_operator] = STATE(772), + [sym_try_expression] = STATE(1387), + [sym_await_expression] = STATE(1387), + [sym__await_operator] = STATE(615), + [sym_ternary_expression] = STATE(1387), + [sym_call_expression] = STATE(1387), + [sym_macro_invocation] = STATE(1387), + [sym__primary_expression] = STATE(1387), + [sym_tuple_expression] = STATE(1387), + [sym_array_literal] = STATE(1387), + [sym_dictionary_literal] = STATE(1387), + [sym_special_literal] = STATE(1387), + [sym_playground_literal] = STATE(1387), + [sym_lambda_literal] = STATE(1387), + [sym_self_expression] = STATE(1387), + [sym_super_expression] = STATE(1387), + [sym_if_statement] = STATE(1446), + [sym_guard_statement] = STATE(4677), + [sym_switch_statement] = STATE(1446), + [sym_do_statement] = STATE(4677), + [sym_key_path_expression] = STATE(1387), + [sym_key_path_string_expression] = STATE(1387), + [sym_try_operator] = STATE(616), + [sym__assignment_and_operator] = STATE(1443), + [sym__equality_operator] = STATE(1443), + [sym__comparison_operator] = STATE(1443), + [sym__three_dot_operator] = STATE(771), + [sym__open_ended_range_operator] = STATE(614), + [sym__additive_operator] = STATE(1443), + [sym__multiplicative_operator] = STATE(1443), + [sym__prefix_unary_operator] = STATE(621), + [sym_directly_assignable_expression] = STATE(6518), + [sym__local_statement] = STATE(4677), + [sym__labeled_statement] = STATE(4677), + [sym_for_statement] = STATE(4677), + [sym_while_statement] = STATE(4677), + [sym_repeat_while_statement] = STATE(4677), + [sym_control_transfer_statement] = STATE(4677), + [sym__throw_statement] = STATE(4650), + [sym__optionally_valueful_control_keyword] = STATE(124), + [sym_assignment] = STATE(1387), + [sym_value_parameter_pack] = STATE(1387), + [sym_value_pack_expansion] = STATE(1387), + [sym_local_declaration] = STATE(4677), + [sym__local_property_declaration] = STATE(4660), + [sym__local_typealias_declaration] = STATE(4663), + [sym__local_function_declaration] = STATE(4664), + [sym__local_class_declaration] = STATE(4665), + [sym__modifierless_property_declaration] = STATE(4666), + [sym__modifierless_typealias_declaration] = STATE(4669), + [sym__modifierless_function_declaration] = STATE(4671), + [sym__modifierless_function_declaration_no_body] = STATE(7897), + [sym__modifierless_class_declaration] = STATE(4672), + [sym__non_constructor_function_decl] = STATE(7521), + [sym_referenceable_operator] = STATE(1387), + [sym__equal_sign] = STATE(1443), + [sym__eq_eq] = STATE(1443), + [sym__dot] = STATE(621), + [sym__hash_symbol] = STATE(4957), + [sym_bang] = STATE(772), + [sym__async_modifier] = STATE(8439), + [sym_attribute] = STATE(4942), + [sym_value_binding_pattern] = STATE(4885), + [sym__possibly_async_binding_pattern_kind] = STATE(4885), + [aux_sym__locally_permitted_modifiers] = STATE(4942), + [sym__locally_permitted_modifier] = STATE(4942), + [sym_property_behavior_modifier] = STATE(4942), + [sym_inheritance_modifier] = STATE(4942), + [sym_ownership_modifier] = STATE(4942), + [sym__parameter_ownership_modifier] = STATE(1209), + [sym_directive] = STATE(1387), + [sym_diagnostic] = STATE(1387), + [aux_sym_raw_string_literal_repeat1] = STATE(8468), + [anon_sym_BANG] = ACTIONS(287), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(289), + [aux_sym_simple_identifier_token2] = ACTIONS(291), + [aux_sym_simple_identifier_token3] = ACTIONS(291), + [aux_sym_simple_identifier_token4] = ACTIONS(291), + [anon_sym_actor] = ACTIONS(293), + [anon_sym_async] = ACTIONS(295), + [anon_sym_each] = ACTIONS(297), + [anon_sym_lazy] = ACTIONS(607), + [anon_sym_repeat] = ACTIONS(301), + [anon_sym_package] = ACTIONS(289), + [anon_sym_nil] = ACTIONS(303), + [sym_real_literal] = ACTIONS(305), + [sym_integer_literal] = ACTIONS(303), + [sym_hex_literal] = ACTIONS(303), + [sym_oct_literal] = ACTIONS(305), + [sym_bin_literal] = ACTIONS(305), + [anon_sym_true] = ACTIONS(307), + [anon_sym_false] = ACTIONS(307), + [anon_sym_DQUOTE] = ACTIONS(309), + [anon_sym_BSLASH] = ACTIONS(311), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(313), + [sym__oneline_regex_literal] = ACTIONS(315), + [anon_sym_LPAREN] = ACTIONS(317), + [anon_sym_LBRACK] = ACTIONS(319), + [anon_sym_AMP] = ACTIONS(321), + [anon_sym_TILDE] = ACTIONS(321), + [anon_sym_if] = ACTIONS(323), + [anon_sym_switch] = ACTIONS(325), + [aux_sym_custom_operator_token1] = ACTIONS(327), + [anon_sym_LT] = ACTIONS(329), + [anon_sym_GT] = ACTIONS(329), + [anon_sym_await] = ACTIONS(331), + [anon_sym_LBRACE] = ACTIONS(333), + [anon_sym_CARET_LBRACE] = ACTIONS(333), + [anon_sym_self] = ACTIONS(337), + [anon_sym_super] = ACTIONS(339), + [anon_sym_guard] = ACTIONS(341), + [anon_sym_do] = ACTIONS(343), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(345), + [anon_sym_DASH_EQ] = ACTIONS(345), + [anon_sym_STAR_EQ] = ACTIONS(345), + [anon_sym_SLASH_EQ] = ACTIONS(345), + [anon_sym_PERCENT_EQ] = ACTIONS(345), + [anon_sym_BANG_EQ] = ACTIONS(329), + [anon_sym_BANG_EQ_EQ] = ACTIONS(345), + [anon_sym_EQ_EQ_EQ] = ACTIONS(345), + [anon_sym_LT_EQ] = ACTIONS(345), + [anon_sym_GT_EQ] = ACTIONS(345), + [anon_sym_DOT_DOT_DOT] = ACTIONS(347), + [anon_sym_DOT_DOT_LT] = ACTIONS(349), + [anon_sym_PLUS] = ACTIONS(351), + [anon_sym_DASH] = ACTIONS(351), + [anon_sym_STAR] = ACTIONS(329), + [anon_sym_SLASH] = ACTIONS(329), + [anon_sym_PERCENT] = ACTIONS(329), + [anon_sym_PLUS_PLUS] = ACTIONS(321), + [anon_sym_DASH_DASH] = ACTIONS(321), + [anon_sym_PIPE] = ACTIONS(345), + [anon_sym_CARET] = ACTIONS(329), + [anon_sym_LT_LT] = ACTIONS(345), + [anon_sym_GT_GT] = ACTIONS(345), + [sym_statement_label] = ACTIONS(353), + [anon_sym_for] = ACTIONS(355), + [anon_sym_while] = ACTIONS(357), + [sym_throw_keyword] = ACTIONS(359), + [anon_sym_return] = ACTIONS(361), + [anon_sym_continue] = ACTIONS(361), + [anon_sym_break] = ACTIONS(361), + [anon_sym_yield] = ACTIONS(361), + [anon_sym_typealias] = ACTIONS(363), + [anon_sym_struct] = ACTIONS(365), + [anon_sym_class] = ACTIONS(365), + [anon_sym_enum] = ACTIONS(367), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_func] = ACTIONS(99), + [anon_sym_extension] = ACTIONS(369), + [anon_sym_indirect] = ACTIONS(371), + [anon_sym_AT] = ACTIONS(391), + [anon_sym_final] = ACTIONS(393), + [anon_sym_weak] = ACTIONS(395), + [anon_sym_unowned] = ACTIONS(395), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(397), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(397), + [anon_sym_borrowing] = ACTIONS(289), + [anon_sym_consuming] = ACTIONS(289), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(373), + [sym__dot_custom] = ACTIONS(375), + [sym__eq_custom] = ACTIONS(345), + [sym__eq_eq_custom] = ACTIONS(345), + [sym__plus_then_ws] = ACTIONS(345), + [sym__minus_then_ws] = ACTIONS(345), + [sym__bang_custom] = ACTIONS(377), + [sym__custom_operator] = ACTIONS(327), + [sym__hash_symbol_custom] = ACTIONS(379), + [sym__directive_if] = ACTIONS(381), + [sym__directive_elseif] = ACTIONS(381), + [sym__directive_else] = ACTIONS(383), + [sym__directive_endif] = ACTIONS(383), + }, + [STATE(116)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1661), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_if_condition] = STATE(7592), + [sym_if_let_binding] = STATE(8803), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_availability_condition] = STATE(8803), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4900), + [sym_bang] = STATE(1158), + [sym__async_modifier] = STATE(8439), + [sym__direct_or_indirect_binding] = STATE(7008), + [sym_value_binding_pattern] = STATE(4894), + [sym__possibly_async_binding_pattern_kind] = STATE(4894), + [sym__binding_kind_and_pattern] = STATE(7027), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(453), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(653), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(453), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(453), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_COMMA] = ACTIONS(475), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(475), + [anon_sym_LBRACK] = ACTIONS(475), + [anon_sym_QMARK] = ACTIONS(453), + [anon_sym_QMARK2] = ACTIONS(475), + [anon_sym_AMP] = ACTIONS(475), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(475), + [anon_sym_LT] = ACTIONS(453), + [anon_sym_GT] = ACTIONS(453), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(475), + [anon_sym_CARET_LBRACE] = ACTIONS(475), + [anon_sym_RBRACE] = ACTIONS(475), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_case] = ACTIONS(453), + [anon_sym_fallthrough] = ACTIONS(453), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(475), + [anon_sym_DASH_EQ] = ACTIONS(475), + [anon_sym_STAR_EQ] = ACTIONS(475), + [anon_sym_SLASH_EQ] = ACTIONS(475), + [anon_sym_PERCENT_EQ] = ACTIONS(475), + [anon_sym_BANG_EQ] = ACTIONS(453), + [anon_sym_BANG_EQ_EQ] = ACTIONS(475), + [anon_sym_EQ_EQ_EQ] = ACTIONS(475), + [anon_sym_LT_EQ] = ACTIONS(475), + [anon_sym_GT_EQ] = ACTIONS(475), + [anon_sym_DOT_DOT_DOT] = ACTIONS(475), + [anon_sym_DOT_DOT_LT] = ACTIONS(475), + [anon_sym_is] = ACTIONS(453), + [anon_sym_PLUS] = ACTIONS(453), + [anon_sym_DASH] = ACTIONS(453), + [anon_sym_STAR] = ACTIONS(453), + [anon_sym_SLASH] = ACTIONS(453), + [anon_sym_PERCENT] = ACTIONS(453), + [anon_sym_PLUS_PLUS] = ACTIONS(475), + [anon_sym_DASH_DASH] = ACTIONS(475), + [anon_sym_PIPE] = ACTIONS(475), + [anon_sym_CARET] = ACTIONS(453), + [anon_sym_LT_LT] = ACTIONS(475), + [anon_sym_GT_GT] = ACTIONS(475), + [anon_sym_class] = ACTIONS(453), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_prefix] = ACTIONS(453), + [anon_sym_infix] = ACTIONS(453), + [anon_sym_postfix] = ACTIONS(453), + [anon_sym_AT] = ACTIONS(453), + [anon_sym_override] = ACTIONS(453), + [anon_sym_convenience] = ACTIONS(453), + [anon_sym_required] = ACTIONS(453), + [anon_sym_nonisolated] = ACTIONS(453), + [anon_sym_public] = ACTIONS(453), + [anon_sym_private] = ACTIONS(453), + [anon_sym_internal] = ACTIONS(453), + [anon_sym_fileprivate] = ACTIONS(453), + [anon_sym_open] = ACTIONS(453), + [anon_sym_mutating] = ACTIONS(453), + [anon_sym_nonmutating] = ACTIONS(453), + [anon_sym_static] = ACTIONS(453), + [anon_sym_dynamic] = ACTIONS(453), + [anon_sym_optional] = ACTIONS(453), + [anon_sym_distributed] = ACTIONS(453), + [anon_sym_final] = ACTIONS(453), + [anon_sym_inout] = ACTIONS(453), + [anon_sym_ATescaping] = ACTIONS(475), + [anon_sym_ATautoclosure] = ACTIONS(475), + [anon_sym_weak] = ACTIONS(453), + [anon_sym_unowned] = ACTIONS(453), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(475), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(475), + [anon_sym_borrowing] = ACTIONS(453), + [anon_sym_consuming] = ACTIONS(453), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__implicit_semi] = ACTIONS(475), + [sym__explicit_semi] = ACTIONS(475), + [sym__dot_custom] = ACTIONS(475), + [sym__conjunction_operator_custom] = ACTIONS(475), + [sym__disjunction_operator_custom] = ACTIONS(475), + [sym__nil_coalescing_operator_custom] = ACTIONS(475), + [sym__eq_custom] = ACTIONS(475), + [sym__eq_eq_custom] = ACTIONS(475), + [sym__plus_then_ws] = ACTIONS(475), + [sym__minus_then_ws] = ACTIONS(475), + [sym__bang_custom] = ACTIONS(475), + [sym_default_keyword] = ACTIONS(475), + [sym__as_custom] = ACTIONS(475), + [sym__as_quest_custom] = ACTIONS(475), + [sym__as_bang_custom] = ACTIONS(475), + [sym__custom_operator] = ACTIONS(475), + [sym__hash_symbol_custom] = ACTIONS(493), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(117)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1672), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(453), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(453), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(453), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_COMMA] = ACTIONS(475), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(475), + [anon_sym_LBRACK] = ACTIONS(475), + [anon_sym_QMARK] = ACTIONS(453), + [anon_sym_QMARK2] = ACTIONS(475), + [anon_sym_AMP] = ACTIONS(475), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(475), + [anon_sym_LT] = ACTIONS(453), + [anon_sym_GT] = ACTIONS(453), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(475), + [anon_sym_CARET_LBRACE] = ACTIONS(475), + [anon_sym_RBRACE] = ACTIONS(475), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_case] = ACTIONS(453), + [anon_sym_fallthrough] = ACTIONS(453), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(475), + [anon_sym_DASH_EQ] = ACTIONS(475), + [anon_sym_STAR_EQ] = ACTIONS(475), + [anon_sym_SLASH_EQ] = ACTIONS(475), + [anon_sym_PERCENT_EQ] = ACTIONS(475), + [anon_sym_BANG_EQ] = ACTIONS(453), + [anon_sym_BANG_EQ_EQ] = ACTIONS(475), + [anon_sym_EQ_EQ_EQ] = ACTIONS(475), + [anon_sym_LT_EQ] = ACTIONS(475), + [anon_sym_GT_EQ] = ACTIONS(475), + [anon_sym_DOT_DOT_DOT] = ACTIONS(475), + [anon_sym_DOT_DOT_LT] = ACTIONS(475), + [anon_sym_is] = ACTIONS(453), + [anon_sym_PLUS] = ACTIONS(453), + [anon_sym_DASH] = ACTIONS(453), + [anon_sym_STAR] = ACTIONS(453), + [anon_sym_SLASH] = ACTIONS(453), + [anon_sym_PERCENT] = ACTIONS(453), + [anon_sym_PLUS_PLUS] = ACTIONS(475), + [anon_sym_DASH_DASH] = ACTIONS(475), + [anon_sym_PIPE] = ACTIONS(475), + [anon_sym_CARET] = ACTIONS(453), + [anon_sym_LT_LT] = ACTIONS(475), + [anon_sym_GT_GT] = ACTIONS(475), + [anon_sym_class] = ACTIONS(453), + [anon_sym_prefix] = ACTIONS(453), + [anon_sym_infix] = ACTIONS(453), + [anon_sym_postfix] = ACTIONS(453), + [anon_sym_AT] = ACTIONS(453), + [anon_sym_override] = ACTIONS(453), + [anon_sym_convenience] = ACTIONS(453), + [anon_sym_required] = ACTIONS(453), + [anon_sym_nonisolated] = ACTIONS(453), + [anon_sym_public] = ACTIONS(453), + [anon_sym_private] = ACTIONS(453), + [anon_sym_internal] = ACTIONS(453), + [anon_sym_fileprivate] = ACTIONS(453), + [anon_sym_open] = ACTIONS(453), + [anon_sym_mutating] = ACTIONS(453), + [anon_sym_nonmutating] = ACTIONS(453), + [anon_sym_static] = ACTIONS(453), + [anon_sym_dynamic] = ACTIONS(453), + [anon_sym_optional] = ACTIONS(453), + [anon_sym_distributed] = ACTIONS(453), + [anon_sym_final] = ACTIONS(453), + [anon_sym_inout] = ACTIONS(453), + [anon_sym_ATescaping] = ACTIONS(475), + [anon_sym_ATautoclosure] = ACTIONS(475), + [anon_sym_weak] = ACTIONS(453), + [anon_sym_unowned] = ACTIONS(453), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(475), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(475), + [anon_sym_borrowing] = ACTIONS(453), + [anon_sym_consuming] = ACTIONS(453), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__implicit_semi] = ACTIONS(475), + [sym__explicit_semi] = ACTIONS(475), + [sym__dot_custom] = ACTIONS(475), + [sym__conjunction_operator_custom] = ACTIONS(475), + [sym__disjunction_operator_custom] = ACTIONS(475), + [sym__nil_coalescing_operator_custom] = ACTIONS(475), + [sym__eq_custom] = ACTIONS(475), + [sym__eq_eq_custom] = ACTIONS(475), + [sym__plus_then_ws] = ACTIONS(475), + [sym__minus_then_ws] = ACTIONS(475), + [sym__bang_custom] = ACTIONS(475), + [sym_default_keyword] = ACTIONS(475), + [sym_where_keyword] = ACTIONS(475), + [sym__as_custom] = ACTIONS(475), + [sym__as_quest_custom] = ACTIONS(475), + [sym__as_bang_custom] = ACTIONS(475), + [sym__custom_operator] = ACTIONS(475), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(118)] = { + [sym_simple_identifier] = STATE(1184), + [sym__contextual_simple_identifier] = STATE(1170), + [sym__basic_literal] = STATE(1251), + [sym_boolean_literal] = STATE(1251), + [sym__string_literal] = STATE(1251), + [sym_line_string_literal] = STATE(1251), + [sym_multi_line_string_literal] = STATE(1251), + [sym_raw_string_literal] = STATE(1251), + [sym_regex_literal] = STATE(1251), + [sym__extended_regex_literal] = STATE(1342), + [sym__multiline_regex_literal] = STATE(1342), + [sym_user_type] = STATE(6635), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6635), + [sym_dictionary_type] = STATE(6635), + [sym_expression] = STATE(779), + [sym_optional_chain_marker] = STATE(1251), + [sym__unary_expression] = STATE(1251), + [sym_postfix_expression] = STATE(1251), + [sym_constructor_expression] = STATE(1251), + [sym__parenthesized_type] = STATE(8560), + [sym_navigation_expression] = STATE(1251), + [sym__navigable_type_expression] = STATE(8560), + [sym_open_start_range_expression] = STATE(1251), + [sym__range_operator] = STATE(576), + [sym_open_end_range_expression] = STATE(1251), + [sym_prefix_expression] = STATE(1251), + [sym_as_expression] = STATE(1251), + [sym_selector_expression] = STATE(1251), + [sym__binary_expression] = STATE(1251), + [sym_multiplicative_expression] = STATE(1251), + [sym_additive_expression] = STATE(1251), + [sym_range_expression] = STATE(1251), + [sym_infix_expression] = STATE(1251), + [sym_nil_coalescing_expression] = STATE(1251), + [sym_check_expression] = STATE(1251), + [sym_comparison_expression] = STATE(1251), + [sym_equality_expression] = STATE(1251), + [sym_conjunction_expression] = STATE(1251), + [sym_disjunction_expression] = STATE(1251), + [sym_bitwise_operation] = STATE(1251), + [sym_custom_operator] = STATE(762), + [sym_try_expression] = STATE(1251), + [sym_await_expression] = STATE(1251), + [sym__await_operator] = STATE(578), + [sym_ternary_expression] = STATE(1251), + [sym_call_expression] = STATE(1251), + [sym_macro_invocation] = STATE(1251), + [sym__primary_expression] = STATE(1251), + [sym_tuple_expression] = STATE(1251), + [sym_array_literal] = STATE(1251), + [sym_dictionary_literal] = STATE(1251), + [sym_special_literal] = STATE(1251), + [sym_playground_literal] = STATE(1251), + [sym_lambda_literal] = STATE(1251), + [sym_self_expression] = STATE(1251), + [sym_super_expression] = STATE(1251), + [sym_if_statement] = STATE(1251), + [sym_switch_statement] = STATE(1251), + [sym_key_path_expression] = STATE(1251), + [sym_key_path_string_expression] = STATE(1251), + [sym_try_operator] = STATE(579), + [sym__assignment_and_operator] = STATE(1242), + [sym__equality_operator] = STATE(1242), + [sym__comparison_operator] = STATE(1242), + [sym__three_dot_operator] = STATE(759), + [sym__open_ended_range_operator] = STATE(576), + [sym__additive_operator] = STATE(1242), + [sym__multiplicative_operator] = STATE(1242), + [sym__prefix_unary_operator] = STATE(580), + [sym_directly_assignable_expression] = STATE(6636), + [sym_assignment] = STATE(1251), + [sym_value_parameter_pack] = STATE(1251), + [sym_value_pack_expansion] = STATE(1251), + [sym_referenceable_operator] = STATE(1251), + [sym__equal_sign] = STATE(1242), + [sym__eq_eq] = STATE(1242), + [sym__dot] = STATE(580), + [sym__hash_symbol] = STATE(4959), + [sym_bang] = STATE(762), + [sym__parameter_ownership_modifier] = STATE(1170), + [sym_directive] = STATE(1251), + [sym_diagnostic] = STATE(1251), + [aux_sym_raw_string_literal_repeat1] = STATE(7778), + [anon_sym_BANG] = ACTIONS(655), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(657), + [aux_sym_simple_identifier_token2] = ACTIONS(659), + [aux_sym_simple_identifier_token3] = ACTIONS(659), + [aux_sym_simple_identifier_token4] = ACTIONS(659), + [anon_sym_actor] = ACTIONS(657), + [anon_sym_async] = ACTIONS(657), + [anon_sym_each] = ACTIONS(661), + [anon_sym_lazy] = ACTIONS(657), + [anon_sym_repeat] = ACTIONS(663), + [anon_sym_package] = ACTIONS(657), + [anon_sym_nil] = ACTIONS(665), + [sym_real_literal] = ACTIONS(667), + [sym_integer_literal] = ACTIONS(665), + [sym_hex_literal] = ACTIONS(665), + [sym_oct_literal] = ACTIONS(667), + [sym_bin_literal] = ACTIONS(667), + [anon_sym_true] = ACTIONS(669), + [anon_sym_false] = ACTIONS(669), + [anon_sym_DQUOTE] = ACTIONS(671), + [anon_sym_BSLASH] = ACTIONS(673), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(675), + [anon_sym_COMMA] = ACTIONS(619), + [sym__oneline_regex_literal] = ACTIONS(677), + [anon_sym_LPAREN] = ACTIONS(679), + [anon_sym_LBRACK] = ACTIONS(681), + [anon_sym_QMARK] = ACTIONS(625), + [anon_sym_QMARK2] = ACTIONS(619), + [anon_sym_AMP] = ACTIONS(683), + [anon_sym_TILDE] = ACTIONS(683), + [anon_sym_if] = ACTIONS(685), + [anon_sym_switch] = ACTIONS(687), + [aux_sym_custom_operator_token1] = ACTIONS(689), + [anon_sym_LT] = ACTIONS(691), + [anon_sym_GT] = ACTIONS(691), + [anon_sym_await] = ACTIONS(693), + [anon_sym_LBRACE] = ACTIONS(695), + [anon_sym_CARET_LBRACE] = ACTIONS(695), + [anon_sym_RBRACE] = ACTIONS(619), + [anon_sym_self] = ACTIONS(697), + [anon_sym_super] = ACTIONS(699), + [anon_sym_case] = ACTIONS(625), + [anon_sym_fallthrough] = ACTIONS(625), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(701), + [anon_sym_DASH_EQ] = ACTIONS(701), + [anon_sym_STAR_EQ] = ACTIONS(701), + [anon_sym_SLASH_EQ] = ACTIONS(701), + [anon_sym_PERCENT_EQ] = ACTIONS(701), + [anon_sym_BANG_EQ] = ACTIONS(691), + [anon_sym_BANG_EQ_EQ] = ACTIONS(701), + [anon_sym_EQ_EQ_EQ] = ACTIONS(701), + [anon_sym_LT_EQ] = ACTIONS(701), + [anon_sym_GT_EQ] = ACTIONS(701), + [anon_sym_DOT_DOT_DOT] = ACTIONS(703), + [anon_sym_DOT_DOT_LT] = ACTIONS(705), + [anon_sym_is] = ACTIONS(625), + [anon_sym_PLUS] = ACTIONS(707), + [anon_sym_DASH] = ACTIONS(707), + [anon_sym_STAR] = ACTIONS(691), + [anon_sym_SLASH] = ACTIONS(691), + [anon_sym_PERCENT] = ACTIONS(691), + [anon_sym_PLUS_PLUS] = ACTIONS(683), + [anon_sym_DASH_DASH] = ACTIONS(683), + [anon_sym_PIPE] = ACTIONS(701), + [anon_sym_CARET] = ACTIONS(691), + [anon_sym_LT_LT] = ACTIONS(701), + [anon_sym_GT_GT] = ACTIONS(701), + [anon_sym_class] = ACTIONS(625), + [anon_sym_prefix] = ACTIONS(625), + [anon_sym_infix] = ACTIONS(625), + [anon_sym_postfix] = ACTIONS(625), + [anon_sym_AT] = ACTIONS(625), + [anon_sym_override] = ACTIONS(625), + [anon_sym_convenience] = ACTIONS(625), + [anon_sym_required] = ACTIONS(625), + [anon_sym_nonisolated] = ACTIONS(625), + [anon_sym_public] = ACTIONS(625), + [anon_sym_private] = ACTIONS(625), + [anon_sym_internal] = ACTIONS(625), + [anon_sym_fileprivate] = ACTIONS(625), + [anon_sym_open] = ACTIONS(625), + [anon_sym_mutating] = ACTIONS(625), + [anon_sym_nonmutating] = ACTIONS(625), + [anon_sym_static] = ACTIONS(625), + [anon_sym_dynamic] = ACTIONS(625), + [anon_sym_optional] = ACTIONS(625), + [anon_sym_distributed] = ACTIONS(625), + [anon_sym_final] = ACTIONS(625), + [anon_sym_inout] = ACTIONS(625), + [anon_sym_ATescaping] = ACTIONS(619), + [anon_sym_ATautoclosure] = ACTIONS(619), + [anon_sym_weak] = ACTIONS(625), + [anon_sym_unowned] = ACTIONS(625), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(619), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(619), + [anon_sym_borrowing] = ACTIONS(657), + [anon_sym_consuming] = ACTIONS(657), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(709), + [sym__implicit_semi] = ACTIONS(619), + [sym__explicit_semi] = ACTIONS(619), + [sym__dot_custom] = ACTIONS(711), + [sym__conjunction_operator_custom] = ACTIONS(619), + [sym__disjunction_operator_custom] = ACTIONS(619), + [sym__nil_coalescing_operator_custom] = ACTIONS(619), + [sym__eq_custom] = ACTIONS(701), + [sym__eq_eq_custom] = ACTIONS(701), + [sym__plus_then_ws] = ACTIONS(701), + [sym__minus_then_ws] = ACTIONS(701), + [sym__bang_custom] = ACTIONS(713), + [sym_default_keyword] = ACTIONS(619), + [sym_where_keyword] = ACTIONS(619), + [sym__as_custom] = ACTIONS(619), + [sym__as_quest_custom] = ACTIONS(619), + [sym__as_bang_custom] = ACTIONS(619), + [sym__custom_operator] = ACTIONS(689), + [sym__hash_symbol_custom] = ACTIONS(715), + [sym__directive_if] = ACTIONS(717), + [sym__directive_elseif] = ACTIONS(717), + [sym__directive_else] = ACTIONS(719), + [sym__directive_endif] = ACTIONS(719), + }, + [STATE(119)] = { + [sym_simple_identifier] = STATE(1184), + [sym__contextual_simple_identifier] = STATE(1170), + [sym__basic_literal] = STATE(1251), + [sym_boolean_literal] = STATE(1251), + [sym__string_literal] = STATE(1251), + [sym_line_string_literal] = STATE(1251), + [sym_multi_line_string_literal] = STATE(1251), + [sym_raw_string_literal] = STATE(1251), + [sym_regex_literal] = STATE(1251), + [sym__extended_regex_literal] = STATE(1342), + [sym__multiline_regex_literal] = STATE(1342), + [sym_user_type] = STATE(6635), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6635), + [sym_dictionary_type] = STATE(6635), + [sym_expression] = STATE(776), + [sym_optional_chain_marker] = STATE(1251), + [sym__unary_expression] = STATE(1251), + [sym_postfix_expression] = STATE(1251), + [sym_constructor_expression] = STATE(1251), + [sym__parenthesized_type] = STATE(8560), + [sym_navigation_expression] = STATE(1251), + [sym__navigable_type_expression] = STATE(8560), + [sym_open_start_range_expression] = STATE(1251), + [sym__range_operator] = STATE(576), + [sym_open_end_range_expression] = STATE(1251), + [sym_prefix_expression] = STATE(1251), + [sym_as_expression] = STATE(1251), + [sym_selector_expression] = STATE(1251), + [sym__binary_expression] = STATE(1251), + [sym_multiplicative_expression] = STATE(1251), + [sym_additive_expression] = STATE(1251), + [sym_range_expression] = STATE(1251), + [sym_infix_expression] = STATE(1251), + [sym_nil_coalescing_expression] = STATE(1251), + [sym_check_expression] = STATE(1251), + [sym_comparison_expression] = STATE(1251), + [sym_equality_expression] = STATE(1251), + [sym_conjunction_expression] = STATE(1251), + [sym_disjunction_expression] = STATE(1251), + [sym_bitwise_operation] = STATE(1251), + [sym_custom_operator] = STATE(762), + [sym_try_expression] = STATE(1251), + [sym_await_expression] = STATE(1251), + [sym__await_operator] = STATE(578), + [sym_ternary_expression] = STATE(1251), + [sym_call_expression] = STATE(1251), + [sym_macro_invocation] = STATE(1251), + [sym__primary_expression] = STATE(1251), + [sym_tuple_expression] = STATE(1251), + [sym_array_literal] = STATE(1251), + [sym_dictionary_literal] = STATE(1251), + [sym_special_literal] = STATE(1251), + [sym_playground_literal] = STATE(1251), + [sym_lambda_literal] = STATE(1251), + [sym_self_expression] = STATE(1251), + [sym_super_expression] = STATE(1251), + [sym_if_statement] = STATE(1251), + [sym_switch_statement] = STATE(1251), + [sym_key_path_expression] = STATE(1251), + [sym_key_path_string_expression] = STATE(1251), + [sym_try_operator] = STATE(579), + [sym__assignment_and_operator] = STATE(1242), + [sym__equality_operator] = STATE(1242), + [sym__comparison_operator] = STATE(1242), + [sym__three_dot_operator] = STATE(759), + [sym__open_ended_range_operator] = STATE(576), + [sym__additive_operator] = STATE(1242), + [sym__multiplicative_operator] = STATE(1242), + [sym__prefix_unary_operator] = STATE(580), + [sym_directly_assignable_expression] = STATE(6636), + [sym_assignment] = STATE(1251), + [sym_value_parameter_pack] = STATE(1251), + [sym_value_pack_expansion] = STATE(1251), + [sym_referenceable_operator] = STATE(1251), + [sym__equal_sign] = STATE(1242), + [sym__eq_eq] = STATE(1242), + [sym__dot] = STATE(580), + [sym__hash_symbol] = STATE(4959), + [sym_bang] = STATE(762), + [sym__parameter_ownership_modifier] = STATE(1170), + [sym_directive] = STATE(1251), + [sym_diagnostic] = STATE(1251), + [aux_sym_raw_string_literal_repeat1] = STATE(7778), + [anon_sym_BANG] = ACTIONS(655), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(657), + [aux_sym_simple_identifier_token2] = ACTIONS(659), + [aux_sym_simple_identifier_token3] = ACTIONS(659), + [aux_sym_simple_identifier_token4] = ACTIONS(659), + [anon_sym_actor] = ACTIONS(657), + [anon_sym_async] = ACTIONS(657), + [anon_sym_each] = ACTIONS(661), + [anon_sym_lazy] = ACTIONS(657), + [anon_sym_repeat] = ACTIONS(663), + [anon_sym_package] = ACTIONS(657), + [anon_sym_nil] = ACTIONS(665), + [sym_real_literal] = ACTIONS(667), + [sym_integer_literal] = ACTIONS(665), + [sym_hex_literal] = ACTIONS(665), + [sym_oct_literal] = ACTIONS(667), + [sym_bin_literal] = ACTIONS(667), + [anon_sym_true] = ACTIONS(669), + [anon_sym_false] = ACTIONS(669), + [anon_sym_DQUOTE] = ACTIONS(671), + [anon_sym_BSLASH] = ACTIONS(673), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(675), + [anon_sym_COMMA] = ACTIONS(619), + [sym__oneline_regex_literal] = ACTIONS(677), + [anon_sym_LPAREN] = ACTIONS(679), + [anon_sym_LBRACK] = ACTIONS(681), + [anon_sym_QMARK] = ACTIONS(625), + [anon_sym_QMARK2] = ACTIONS(619), + [anon_sym_AMP] = ACTIONS(683), + [anon_sym_TILDE] = ACTIONS(683), + [anon_sym_if] = ACTIONS(685), + [anon_sym_switch] = ACTIONS(687), + [aux_sym_custom_operator_token1] = ACTIONS(689), + [anon_sym_LT] = ACTIONS(691), + [anon_sym_GT] = ACTIONS(691), + [anon_sym_await] = ACTIONS(693), + [anon_sym_LBRACE] = ACTIONS(695), + [anon_sym_CARET_LBRACE] = ACTIONS(695), + [anon_sym_RBRACE] = ACTIONS(619), + [anon_sym_self] = ACTIONS(697), + [anon_sym_super] = ACTIONS(699), + [anon_sym_case] = ACTIONS(625), + [anon_sym_fallthrough] = ACTIONS(625), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(701), + [anon_sym_DASH_EQ] = ACTIONS(701), + [anon_sym_STAR_EQ] = ACTIONS(701), + [anon_sym_SLASH_EQ] = ACTIONS(701), + [anon_sym_PERCENT_EQ] = ACTIONS(701), + [anon_sym_BANG_EQ] = ACTIONS(691), + [anon_sym_BANG_EQ_EQ] = ACTIONS(701), + [anon_sym_EQ_EQ_EQ] = ACTIONS(701), + [anon_sym_LT_EQ] = ACTIONS(701), + [anon_sym_GT_EQ] = ACTIONS(701), + [anon_sym_DOT_DOT_DOT] = ACTIONS(703), + [anon_sym_DOT_DOT_LT] = ACTIONS(705), + [anon_sym_is] = ACTIONS(625), + [anon_sym_PLUS] = ACTIONS(707), + [anon_sym_DASH] = ACTIONS(707), + [anon_sym_STAR] = ACTIONS(691), + [anon_sym_SLASH] = ACTIONS(691), + [anon_sym_PERCENT] = ACTIONS(691), + [anon_sym_PLUS_PLUS] = ACTIONS(683), + [anon_sym_DASH_DASH] = ACTIONS(683), + [anon_sym_PIPE] = ACTIONS(701), + [anon_sym_CARET] = ACTIONS(691), + [anon_sym_LT_LT] = ACTIONS(701), + [anon_sym_GT_GT] = ACTIONS(701), + [anon_sym_class] = ACTIONS(625), + [anon_sym_prefix] = ACTIONS(625), + [anon_sym_infix] = ACTIONS(625), + [anon_sym_postfix] = ACTIONS(625), + [anon_sym_AT] = ACTIONS(625), + [anon_sym_override] = ACTIONS(625), + [anon_sym_convenience] = ACTIONS(625), + [anon_sym_required] = ACTIONS(625), + [anon_sym_nonisolated] = ACTIONS(625), + [anon_sym_public] = ACTIONS(625), + [anon_sym_private] = ACTIONS(625), + [anon_sym_internal] = ACTIONS(625), + [anon_sym_fileprivate] = ACTIONS(625), + [anon_sym_open] = ACTIONS(625), + [anon_sym_mutating] = ACTIONS(625), + [anon_sym_nonmutating] = ACTIONS(625), + [anon_sym_static] = ACTIONS(625), + [anon_sym_dynamic] = ACTIONS(625), + [anon_sym_optional] = ACTIONS(625), + [anon_sym_distributed] = ACTIONS(625), + [anon_sym_final] = ACTIONS(625), + [anon_sym_inout] = ACTIONS(625), + [anon_sym_ATescaping] = ACTIONS(619), + [anon_sym_ATautoclosure] = ACTIONS(619), + [anon_sym_weak] = ACTIONS(625), + [anon_sym_unowned] = ACTIONS(625), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(619), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(619), + [anon_sym_borrowing] = ACTIONS(657), + [anon_sym_consuming] = ACTIONS(657), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(709), + [sym__implicit_semi] = ACTIONS(619), + [sym__explicit_semi] = ACTIONS(619), + [sym__dot_custom] = ACTIONS(711), + [sym__conjunction_operator_custom] = ACTIONS(619), + [sym__disjunction_operator_custom] = ACTIONS(619), + [sym__nil_coalescing_operator_custom] = ACTIONS(619), + [sym__eq_custom] = ACTIONS(701), + [sym__eq_eq_custom] = ACTIONS(701), + [sym__plus_then_ws] = ACTIONS(701), + [sym__minus_then_ws] = ACTIONS(701), + [sym__bang_custom] = ACTIONS(713), + [sym_default_keyword] = ACTIONS(619), + [sym_where_keyword] = ACTIONS(619), + [sym__as_custom] = ACTIONS(619), + [sym__as_quest_custom] = ACTIONS(619), + [sym__as_bang_custom] = ACTIONS(619), + [sym__custom_operator] = ACTIONS(689), + [sym__hash_symbol_custom] = ACTIONS(715), + [sym__directive_if] = ACTIONS(717), + [sym__directive_elseif] = ACTIONS(717), + [sym__directive_else] = ACTIONS(719), + [sym__directive_endif] = ACTIONS(719), + }, + [STATE(120)] = { + [sym_simple_identifier] = STATE(1343), + [sym__contextual_simple_identifier] = STATE(1209), + [sym__basic_literal] = STATE(1387), + [sym_boolean_literal] = STATE(1387), + [sym__string_literal] = STATE(1387), + [sym_line_string_literal] = STATE(1387), + [sym_multi_line_string_literal] = STATE(1387), + [sym_raw_string_literal] = STATE(1387), + [sym_regex_literal] = STATE(1387), + [sym__extended_regex_literal] = STATE(1437), + [sym__multiline_regex_literal] = STATE(1437), + [sym_user_type] = STATE(6517), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6517), + [sym_dictionary_type] = STATE(6517), + [sym_expression] = STATE(787), + [sym_optional_chain_marker] = STATE(1387), + [sym__unary_expression] = STATE(1387), + [sym_postfix_expression] = STATE(1387), + [sym_constructor_expression] = STATE(1387), + [sym__parenthesized_type] = STATE(8310), + [sym_navigation_expression] = STATE(1387), + [sym__navigable_type_expression] = STATE(8310), + [sym_open_start_range_expression] = STATE(1387), + [sym__range_operator] = STATE(614), + [sym_open_end_range_expression] = STATE(1387), + [sym_prefix_expression] = STATE(1387), + [sym_as_expression] = STATE(1387), + [sym_selector_expression] = STATE(1387), + [sym__binary_expression] = STATE(1387), + [sym_multiplicative_expression] = STATE(1387), + [sym_additive_expression] = STATE(1387), + [sym_range_expression] = STATE(1387), + [sym_infix_expression] = STATE(1387), + [sym_nil_coalescing_expression] = STATE(1387), + [sym_check_expression] = STATE(1387), + [sym_comparison_expression] = STATE(1387), + [sym_equality_expression] = STATE(1387), + [sym_conjunction_expression] = STATE(1387), + [sym_disjunction_expression] = STATE(1387), + [sym_bitwise_operation] = STATE(1387), + [sym_custom_operator] = STATE(772), + [sym_try_expression] = STATE(1387), + [sym_await_expression] = STATE(1387), + [sym__await_operator] = STATE(615), + [sym_ternary_expression] = STATE(1387), + [sym_call_expression] = STATE(1387), + [sym_macro_invocation] = STATE(1387), + [sym__primary_expression] = STATE(1387), + [sym_tuple_expression] = STATE(1387), + [sym_array_literal] = STATE(1387), + [sym_dictionary_literal] = STATE(1387), + [sym_special_literal] = STATE(1387), + [sym_playground_literal] = STATE(1387), + [sym_lambda_literal] = STATE(1387), + [sym_self_expression] = STATE(1387), + [sym_super_expression] = STATE(1387), + [sym_if_statement] = STATE(1387), + [sym_switch_statement] = STATE(1387), + [sym_key_path_expression] = STATE(1387), + [sym_key_path_string_expression] = STATE(1387), + [sym_try_operator] = STATE(616), + [sym__assignment_and_operator] = STATE(1443), + [sym__equality_operator] = STATE(1443), + [sym__comparison_operator] = STATE(1443), + [sym__three_dot_operator] = STATE(771), + [sym__open_ended_range_operator] = STATE(614), + [sym__additive_operator] = STATE(1443), + [sym__multiplicative_operator] = STATE(1443), + [sym__prefix_unary_operator] = STATE(621), + [sym_directly_assignable_expression] = STATE(6518), + [sym_assignment] = STATE(1387), + [sym_value_parameter_pack] = STATE(1387), + [sym_value_pack_expansion] = STATE(1387), + [sym_referenceable_operator] = STATE(1387), + [sym__equal_sign] = STATE(1443), + [sym__eq_eq] = STATE(1443), + [sym__dot] = STATE(621), + [sym__hash_symbol] = STATE(4957), + [sym_bang] = STATE(772), + [sym__parameter_ownership_modifier] = STATE(1209), + [sym_directive] = STATE(1387), + [sym_diagnostic] = STATE(1387), + [aux_sym_raw_string_literal_repeat1] = STATE(8468), + [anon_sym_BANG] = ACTIONS(287), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(289), + [aux_sym_simple_identifier_token2] = ACTIONS(291), + [aux_sym_simple_identifier_token3] = ACTIONS(291), + [aux_sym_simple_identifier_token4] = ACTIONS(291), + [anon_sym_actor] = ACTIONS(289), + [anon_sym_async] = ACTIONS(289), + [anon_sym_each] = ACTIONS(297), + [anon_sym_lazy] = ACTIONS(289), + [anon_sym_repeat] = ACTIONS(721), + [anon_sym_package] = ACTIONS(289), + [anon_sym_nil] = ACTIONS(303), + [sym_real_literal] = ACTIONS(305), + [sym_integer_literal] = ACTIONS(303), + [sym_hex_literal] = ACTIONS(303), + [sym_oct_literal] = ACTIONS(305), + [sym_bin_literal] = ACTIONS(305), + [anon_sym_true] = ACTIONS(307), + [anon_sym_false] = ACTIONS(307), + [anon_sym_DQUOTE] = ACTIONS(309), + [anon_sym_BSLASH] = ACTIONS(311), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(313), + [anon_sym_COMMA] = ACTIONS(619), + [sym__oneline_regex_literal] = ACTIONS(315), + [anon_sym_LPAREN] = ACTIONS(317), + [anon_sym_LBRACK] = ACTIONS(319), + [anon_sym_QMARK] = ACTIONS(625), + [anon_sym_QMARK2] = ACTIONS(619), + [anon_sym_AMP] = ACTIONS(321), + [anon_sym_TILDE] = ACTIONS(321), + [anon_sym_if] = ACTIONS(323), + [anon_sym_switch] = ACTIONS(325), + [aux_sym_custom_operator_token1] = ACTIONS(327), + [anon_sym_LT] = ACTIONS(329), + [anon_sym_GT] = ACTIONS(329), + [anon_sym_await] = ACTIONS(331), + [anon_sym_LBRACE] = ACTIONS(333), + [anon_sym_CARET_LBRACE] = ACTIONS(333), + [anon_sym_RBRACE] = ACTIONS(619), + [anon_sym_self] = ACTIONS(337), + [anon_sym_super] = ACTIONS(339), + [anon_sym_case] = ACTIONS(625), + [anon_sym_fallthrough] = ACTIONS(625), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(345), + [anon_sym_DASH_EQ] = ACTIONS(345), + [anon_sym_STAR_EQ] = ACTIONS(345), + [anon_sym_SLASH_EQ] = ACTIONS(345), + [anon_sym_PERCENT_EQ] = ACTIONS(345), + [anon_sym_BANG_EQ] = ACTIONS(329), + [anon_sym_BANG_EQ_EQ] = ACTIONS(345), + [anon_sym_EQ_EQ_EQ] = ACTIONS(345), + [anon_sym_LT_EQ] = ACTIONS(345), + [anon_sym_GT_EQ] = ACTIONS(345), + [anon_sym_DOT_DOT_DOT] = ACTIONS(347), + [anon_sym_DOT_DOT_LT] = ACTIONS(349), + [anon_sym_is] = ACTIONS(625), + [anon_sym_PLUS] = ACTIONS(351), + [anon_sym_DASH] = ACTIONS(351), + [anon_sym_STAR] = ACTIONS(329), + [anon_sym_SLASH] = ACTIONS(329), + [anon_sym_PERCENT] = ACTIONS(329), + [anon_sym_PLUS_PLUS] = ACTIONS(321), + [anon_sym_DASH_DASH] = ACTIONS(321), + [anon_sym_PIPE] = ACTIONS(345), + [anon_sym_CARET] = ACTIONS(329), + [anon_sym_LT_LT] = ACTIONS(345), + [anon_sym_GT_GT] = ACTIONS(345), + [anon_sym_class] = ACTIONS(625), + [anon_sym_prefix] = ACTIONS(625), + [anon_sym_infix] = ACTIONS(625), + [anon_sym_postfix] = ACTIONS(625), + [anon_sym_AT] = ACTIONS(625), + [anon_sym_override] = ACTIONS(625), + [anon_sym_convenience] = ACTIONS(625), + [anon_sym_required] = ACTIONS(625), + [anon_sym_nonisolated] = ACTIONS(625), + [anon_sym_public] = ACTIONS(625), + [anon_sym_private] = ACTIONS(625), + [anon_sym_internal] = ACTIONS(625), + [anon_sym_fileprivate] = ACTIONS(625), + [anon_sym_open] = ACTIONS(625), + [anon_sym_mutating] = ACTIONS(625), + [anon_sym_nonmutating] = ACTIONS(625), + [anon_sym_static] = ACTIONS(625), + [anon_sym_dynamic] = ACTIONS(625), + [anon_sym_optional] = ACTIONS(625), + [anon_sym_distributed] = ACTIONS(625), + [anon_sym_final] = ACTIONS(625), + [anon_sym_inout] = ACTIONS(625), + [anon_sym_ATescaping] = ACTIONS(619), + [anon_sym_ATautoclosure] = ACTIONS(619), + [anon_sym_weak] = ACTIONS(625), + [anon_sym_unowned] = ACTIONS(625), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(619), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(619), + [anon_sym_borrowing] = ACTIONS(289), + [anon_sym_consuming] = ACTIONS(289), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(373), + [sym__implicit_semi] = ACTIONS(619), + [sym__explicit_semi] = ACTIONS(619), + [sym__dot_custom] = ACTIONS(375), + [sym__conjunction_operator_custom] = ACTIONS(619), + [sym__disjunction_operator_custom] = ACTIONS(619), + [sym__nil_coalescing_operator_custom] = ACTIONS(619), + [sym__eq_custom] = ACTIONS(345), + [sym__eq_eq_custom] = ACTIONS(345), + [sym__plus_then_ws] = ACTIONS(345), + [sym__minus_then_ws] = ACTIONS(345), + [sym__bang_custom] = ACTIONS(377), + [sym_default_keyword] = ACTIONS(619), + [sym__as_custom] = ACTIONS(619), + [sym__as_quest_custom] = ACTIONS(619), + [sym__as_bang_custom] = ACTIONS(619), + [sym__custom_operator] = ACTIONS(327), + [sym__hash_symbol_custom] = ACTIONS(379), + [sym__directive_if] = ACTIONS(381), + [sym__directive_elseif] = ACTIONS(381), + [sym__directive_else] = ACTIONS(383), + [sym__directive_endif] = ACTIONS(383), + }, + [STATE(121)] = { + [sym_simple_identifier] = STATE(1343), + [sym__contextual_simple_identifier] = STATE(1209), + [sym__basic_literal] = STATE(1387), + [sym_boolean_literal] = STATE(1387), + [sym__string_literal] = STATE(1387), + [sym_line_string_literal] = STATE(1387), + [sym_multi_line_string_literal] = STATE(1387), + [sym_raw_string_literal] = STATE(1387), + [sym_regex_literal] = STATE(1387), + [sym__extended_regex_literal] = STATE(1437), + [sym__multiline_regex_literal] = STATE(1437), + [sym_user_type] = STATE(6517), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6517), + [sym_dictionary_type] = STATE(6517), + [sym_expression] = STATE(791), + [sym_optional_chain_marker] = STATE(1387), + [sym__unary_expression] = STATE(1387), + [sym_postfix_expression] = STATE(1387), + [sym_constructor_expression] = STATE(1387), + [sym__parenthesized_type] = STATE(8310), + [sym_navigation_expression] = STATE(1387), + [sym__navigable_type_expression] = STATE(8310), + [sym_open_start_range_expression] = STATE(1387), + [sym__range_operator] = STATE(614), + [sym_open_end_range_expression] = STATE(1387), + [sym_prefix_expression] = STATE(1387), + [sym_as_expression] = STATE(1387), + [sym_selector_expression] = STATE(1387), + [sym__binary_expression] = STATE(1387), + [sym_multiplicative_expression] = STATE(1387), + [sym_additive_expression] = STATE(1387), + [sym_range_expression] = STATE(1387), + [sym_infix_expression] = STATE(1387), + [sym_nil_coalescing_expression] = STATE(1387), + [sym_check_expression] = STATE(1387), + [sym_comparison_expression] = STATE(1387), + [sym_equality_expression] = STATE(1387), + [sym_conjunction_expression] = STATE(1387), + [sym_disjunction_expression] = STATE(1387), + [sym_bitwise_operation] = STATE(1387), + [sym_custom_operator] = STATE(772), + [sym_try_expression] = STATE(1387), + [sym_await_expression] = STATE(1387), + [sym__await_operator] = STATE(615), + [sym_ternary_expression] = STATE(1387), + [sym_call_expression] = STATE(1387), + [sym_macro_invocation] = STATE(1387), + [sym__primary_expression] = STATE(1387), + [sym_tuple_expression] = STATE(1387), + [sym_array_literal] = STATE(1387), + [sym_dictionary_literal] = STATE(1387), + [sym_special_literal] = STATE(1387), + [sym_playground_literal] = STATE(1387), + [sym_lambda_literal] = STATE(1387), + [sym_self_expression] = STATE(1387), + [sym_super_expression] = STATE(1387), + [sym_if_statement] = STATE(1387), + [sym_switch_statement] = STATE(1387), + [sym_key_path_expression] = STATE(1387), + [sym_key_path_string_expression] = STATE(1387), + [sym_try_operator] = STATE(616), + [sym__assignment_and_operator] = STATE(1443), + [sym__equality_operator] = STATE(1443), + [sym__comparison_operator] = STATE(1443), + [sym__three_dot_operator] = STATE(771), + [sym__open_ended_range_operator] = STATE(614), + [sym__additive_operator] = STATE(1443), + [sym__multiplicative_operator] = STATE(1443), + [sym__prefix_unary_operator] = STATE(621), + [sym_directly_assignable_expression] = STATE(6518), + [sym_assignment] = STATE(1387), + [sym_value_parameter_pack] = STATE(1387), + [sym_value_pack_expansion] = STATE(1387), + [sym_referenceable_operator] = STATE(1387), + [sym__equal_sign] = STATE(1443), + [sym__eq_eq] = STATE(1443), + [sym__dot] = STATE(621), + [sym__hash_symbol] = STATE(4957), + [sym_bang] = STATE(772), + [sym__parameter_ownership_modifier] = STATE(1209), + [sym_directive] = STATE(1387), + [sym_diagnostic] = STATE(1387), + [aux_sym_raw_string_literal_repeat1] = STATE(8468), + [anon_sym_BANG] = ACTIONS(287), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(289), + [aux_sym_simple_identifier_token2] = ACTIONS(291), + [aux_sym_simple_identifier_token3] = ACTIONS(291), + [aux_sym_simple_identifier_token4] = ACTIONS(291), + [anon_sym_actor] = ACTIONS(289), + [anon_sym_async] = ACTIONS(289), + [anon_sym_each] = ACTIONS(297), + [anon_sym_lazy] = ACTIONS(289), + [anon_sym_repeat] = ACTIONS(721), + [anon_sym_package] = ACTIONS(289), + [anon_sym_nil] = ACTIONS(303), + [sym_real_literal] = ACTIONS(305), + [sym_integer_literal] = ACTIONS(303), + [sym_hex_literal] = ACTIONS(303), + [sym_oct_literal] = ACTIONS(305), + [sym_bin_literal] = ACTIONS(305), + [anon_sym_true] = ACTIONS(307), + [anon_sym_false] = ACTIONS(307), + [anon_sym_DQUOTE] = ACTIONS(309), + [anon_sym_BSLASH] = ACTIONS(311), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(313), + [anon_sym_COMMA] = ACTIONS(619), + [sym__oneline_regex_literal] = ACTIONS(315), + [anon_sym_LPAREN] = ACTIONS(317), + [anon_sym_LBRACK] = ACTIONS(319), + [anon_sym_QMARK] = ACTIONS(625), + [anon_sym_QMARK2] = ACTIONS(619), + [anon_sym_AMP] = ACTIONS(321), + [anon_sym_TILDE] = ACTIONS(321), + [anon_sym_if] = ACTIONS(323), + [anon_sym_switch] = ACTIONS(325), + [aux_sym_custom_operator_token1] = ACTIONS(327), + [anon_sym_LT] = ACTIONS(329), + [anon_sym_GT] = ACTIONS(329), + [anon_sym_await] = ACTIONS(331), + [anon_sym_LBRACE] = ACTIONS(333), + [anon_sym_CARET_LBRACE] = ACTIONS(333), + [anon_sym_RBRACE] = ACTIONS(619), + [anon_sym_self] = ACTIONS(337), + [anon_sym_super] = ACTIONS(339), + [anon_sym_case] = ACTIONS(625), + [anon_sym_fallthrough] = ACTIONS(625), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(345), + [anon_sym_DASH_EQ] = ACTIONS(345), + [anon_sym_STAR_EQ] = ACTIONS(345), + [anon_sym_SLASH_EQ] = ACTIONS(345), + [anon_sym_PERCENT_EQ] = ACTIONS(345), + [anon_sym_BANG_EQ] = ACTIONS(329), + [anon_sym_BANG_EQ_EQ] = ACTIONS(345), + [anon_sym_EQ_EQ_EQ] = ACTIONS(345), + [anon_sym_LT_EQ] = ACTIONS(345), + [anon_sym_GT_EQ] = ACTIONS(345), + [anon_sym_DOT_DOT_DOT] = ACTIONS(347), + [anon_sym_DOT_DOT_LT] = ACTIONS(349), + [anon_sym_is] = ACTIONS(625), + [anon_sym_PLUS] = ACTIONS(351), + [anon_sym_DASH] = ACTIONS(351), + [anon_sym_STAR] = ACTIONS(329), + [anon_sym_SLASH] = ACTIONS(329), + [anon_sym_PERCENT] = ACTIONS(329), + [anon_sym_PLUS_PLUS] = ACTIONS(321), + [anon_sym_DASH_DASH] = ACTIONS(321), + [anon_sym_PIPE] = ACTIONS(345), + [anon_sym_CARET] = ACTIONS(329), + [anon_sym_LT_LT] = ACTIONS(345), + [anon_sym_GT_GT] = ACTIONS(345), + [anon_sym_class] = ACTIONS(625), + [anon_sym_prefix] = ACTIONS(625), + [anon_sym_infix] = ACTIONS(625), + [anon_sym_postfix] = ACTIONS(625), + [anon_sym_AT] = ACTIONS(625), + [anon_sym_override] = ACTIONS(625), + [anon_sym_convenience] = ACTIONS(625), + [anon_sym_required] = ACTIONS(625), + [anon_sym_nonisolated] = ACTIONS(625), + [anon_sym_public] = ACTIONS(625), + [anon_sym_private] = ACTIONS(625), + [anon_sym_internal] = ACTIONS(625), + [anon_sym_fileprivate] = ACTIONS(625), + [anon_sym_open] = ACTIONS(625), + [anon_sym_mutating] = ACTIONS(625), + [anon_sym_nonmutating] = ACTIONS(625), + [anon_sym_static] = ACTIONS(625), + [anon_sym_dynamic] = ACTIONS(625), + [anon_sym_optional] = ACTIONS(625), + [anon_sym_distributed] = ACTIONS(625), + [anon_sym_final] = ACTIONS(625), + [anon_sym_inout] = ACTIONS(625), + [anon_sym_ATescaping] = ACTIONS(619), + [anon_sym_ATautoclosure] = ACTIONS(619), + [anon_sym_weak] = ACTIONS(625), + [anon_sym_unowned] = ACTIONS(625), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(619), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(619), + [anon_sym_borrowing] = ACTIONS(289), + [anon_sym_consuming] = ACTIONS(289), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(373), + [sym__implicit_semi] = ACTIONS(619), + [sym__explicit_semi] = ACTIONS(619), + [sym__dot_custom] = ACTIONS(375), + [sym__conjunction_operator_custom] = ACTIONS(619), + [sym__disjunction_operator_custom] = ACTIONS(619), + [sym__nil_coalescing_operator_custom] = ACTIONS(619), + [sym__eq_custom] = ACTIONS(345), + [sym__eq_eq_custom] = ACTIONS(345), + [sym__plus_then_ws] = ACTIONS(345), + [sym__minus_then_ws] = ACTIONS(345), + [sym__bang_custom] = ACTIONS(377), + [sym_default_keyword] = ACTIONS(619), + [sym__as_custom] = ACTIONS(619), + [sym__as_quest_custom] = ACTIONS(619), + [sym__as_bang_custom] = ACTIONS(619), + [sym__custom_operator] = ACTIONS(327), + [sym__hash_symbol_custom] = ACTIONS(379), + [sym__directive_if] = ACTIONS(381), + [sym__directive_elseif] = ACTIONS(381), + [sym__directive_else] = ACTIONS(383), + [sym__directive_endif] = ACTIONS(383), + }, + [STATE(122)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1680), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(453), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(453), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(453), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_COMMA] = ACTIONS(475), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(475), + [anon_sym_LBRACK] = ACTIONS(475), + [anon_sym_QMARK] = ACTIONS(453), + [anon_sym_QMARK2] = ACTIONS(475), + [anon_sym_AMP] = ACTIONS(475), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(475), + [anon_sym_LT] = ACTIONS(453), + [anon_sym_GT] = ACTIONS(453), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(475), + [anon_sym_CARET_LBRACE] = ACTIONS(475), + [anon_sym_RBRACE] = ACTIONS(475), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_case] = ACTIONS(453), + [anon_sym_fallthrough] = ACTIONS(453), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(475), + [anon_sym_DASH_EQ] = ACTIONS(475), + [anon_sym_STAR_EQ] = ACTIONS(475), + [anon_sym_SLASH_EQ] = ACTIONS(475), + [anon_sym_PERCENT_EQ] = ACTIONS(475), + [anon_sym_BANG_EQ] = ACTIONS(453), + [anon_sym_BANG_EQ_EQ] = ACTIONS(475), + [anon_sym_EQ_EQ_EQ] = ACTIONS(475), + [anon_sym_LT_EQ] = ACTIONS(475), + [anon_sym_GT_EQ] = ACTIONS(475), + [anon_sym_DOT_DOT_DOT] = ACTIONS(475), + [anon_sym_DOT_DOT_LT] = ACTIONS(475), + [anon_sym_is] = ACTIONS(453), + [anon_sym_PLUS] = ACTIONS(453), + [anon_sym_DASH] = ACTIONS(453), + [anon_sym_STAR] = ACTIONS(453), + [anon_sym_SLASH] = ACTIONS(453), + [anon_sym_PERCENT] = ACTIONS(453), + [anon_sym_PLUS_PLUS] = ACTIONS(475), + [anon_sym_DASH_DASH] = ACTIONS(475), + [anon_sym_PIPE] = ACTIONS(475), + [anon_sym_CARET] = ACTIONS(453), + [anon_sym_LT_LT] = ACTIONS(475), + [anon_sym_GT_GT] = ACTIONS(475), + [anon_sym_class] = ACTIONS(453), + [anon_sym_prefix] = ACTIONS(453), + [anon_sym_infix] = ACTIONS(453), + [anon_sym_postfix] = ACTIONS(453), + [anon_sym_AT] = ACTIONS(453), + [anon_sym_override] = ACTIONS(453), + [anon_sym_convenience] = ACTIONS(453), + [anon_sym_required] = ACTIONS(453), + [anon_sym_nonisolated] = ACTIONS(453), + [anon_sym_public] = ACTIONS(453), + [anon_sym_private] = ACTIONS(453), + [anon_sym_internal] = ACTIONS(453), + [anon_sym_fileprivate] = ACTIONS(453), + [anon_sym_open] = ACTIONS(453), + [anon_sym_mutating] = ACTIONS(453), + [anon_sym_nonmutating] = ACTIONS(453), + [anon_sym_static] = ACTIONS(453), + [anon_sym_dynamic] = ACTIONS(453), + [anon_sym_optional] = ACTIONS(453), + [anon_sym_distributed] = ACTIONS(453), + [anon_sym_final] = ACTIONS(453), + [anon_sym_inout] = ACTIONS(453), + [anon_sym_ATescaping] = ACTIONS(475), + [anon_sym_ATautoclosure] = ACTIONS(475), + [anon_sym_weak] = ACTIONS(453), + [anon_sym_unowned] = ACTIONS(453), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(475), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(475), + [anon_sym_borrowing] = ACTIONS(453), + [anon_sym_consuming] = ACTIONS(453), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__implicit_semi] = ACTIONS(475), + [sym__explicit_semi] = ACTIONS(475), + [sym__dot_custom] = ACTIONS(475), + [sym__conjunction_operator_custom] = ACTIONS(475), + [sym__disjunction_operator_custom] = ACTIONS(475), + [sym__nil_coalescing_operator_custom] = ACTIONS(475), + [sym__eq_custom] = ACTIONS(475), + [sym__eq_eq_custom] = ACTIONS(475), + [sym__plus_then_ws] = ACTIONS(475), + [sym__minus_then_ws] = ACTIONS(475), + [sym__bang_custom] = ACTIONS(475), + [sym_default_keyword] = ACTIONS(475), + [sym__as_custom] = ACTIONS(475), + [sym__as_quest_custom] = ACTIONS(475), + [sym__as_bang_custom] = ACTIONS(475), + [sym__custom_operator] = ACTIONS(475), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(123)] = { + [sym_simple_identifier] = STATE(1343), + [sym__contextual_simple_identifier] = STATE(1209), + [sym__basic_literal] = STATE(1387), + [sym_boolean_literal] = STATE(1387), + [sym__string_literal] = STATE(1387), + [sym_line_string_literal] = STATE(1387), + [sym_multi_line_string_literal] = STATE(1387), + [sym_raw_string_literal] = STATE(1387), + [sym_regex_literal] = STATE(1387), + [sym__extended_regex_literal] = STATE(1437), + [sym__multiline_regex_literal] = STATE(1437), + [sym_user_type] = STATE(6517), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6517), + [sym_dictionary_type] = STATE(6517), + [sym_expression] = STATE(791), + [sym_optional_chain_marker] = STATE(1387), + [sym__unary_expression] = STATE(1387), + [sym_postfix_expression] = STATE(1387), + [sym_constructor_expression] = STATE(1387), + [sym__parenthesized_type] = STATE(8310), + [sym_navigation_expression] = STATE(1387), + [sym__navigable_type_expression] = STATE(8310), + [sym_open_start_range_expression] = STATE(1387), + [sym__range_operator] = STATE(614), + [sym_open_end_range_expression] = STATE(1387), + [sym_prefix_expression] = STATE(1387), + [sym_as_expression] = STATE(1387), + [sym_selector_expression] = STATE(1387), + [sym__binary_expression] = STATE(1387), + [sym_multiplicative_expression] = STATE(1387), + [sym_additive_expression] = STATE(1387), + [sym_range_expression] = STATE(1387), + [sym_infix_expression] = STATE(1387), + [sym_nil_coalescing_expression] = STATE(1387), + [sym_check_expression] = STATE(1387), + [sym_comparison_expression] = STATE(1387), + [sym_equality_expression] = STATE(1387), + [sym_conjunction_expression] = STATE(1387), + [sym_disjunction_expression] = STATE(1387), + [sym_bitwise_operation] = STATE(1387), + [sym_custom_operator] = STATE(772), + [sym_try_expression] = STATE(1387), + [sym_await_expression] = STATE(1387), + [sym__await_operator] = STATE(615), + [sym_ternary_expression] = STATE(1387), + [sym_call_expression] = STATE(1387), + [sym_macro_invocation] = STATE(1387), + [sym__primary_expression] = STATE(1387), + [sym_tuple_expression] = STATE(1387), + [sym_array_literal] = STATE(1387), + [sym_dictionary_literal] = STATE(1387), + [sym_special_literal] = STATE(1387), + [sym_playground_literal] = STATE(1387), + [sym_lambda_literal] = STATE(1387), + [sym_self_expression] = STATE(1387), + [sym_super_expression] = STATE(1387), + [sym_if_statement] = STATE(1387), + [sym_switch_statement] = STATE(1387), + [sym_key_path_expression] = STATE(1387), + [sym_key_path_string_expression] = STATE(1387), + [sym_try_operator] = STATE(616), + [sym__assignment_and_operator] = STATE(1443), + [sym__equality_operator] = STATE(1443), + [sym__comparison_operator] = STATE(1443), + [sym__three_dot_operator] = STATE(771), + [sym__open_ended_range_operator] = STATE(614), + [sym__additive_operator] = STATE(1443), + [sym__multiplicative_operator] = STATE(1443), + [sym__prefix_unary_operator] = STATE(621), + [sym_directly_assignable_expression] = STATE(6518), + [sym_assignment] = STATE(1387), + [sym_value_parameter_pack] = STATE(1387), + [sym_value_pack_expansion] = STATE(1387), + [sym_referenceable_operator] = STATE(1387), + [sym__equal_sign] = STATE(1443), + [sym__eq_eq] = STATE(1443), + [sym__dot] = STATE(621), + [sym__hash_symbol] = STATE(4957), + [sym_bang] = STATE(772), + [sym__parameter_ownership_modifier] = STATE(1209), + [sym_directive] = STATE(1387), + [sym_diagnostic] = STATE(1387), + [aux_sym_raw_string_literal_repeat1] = STATE(8468), + [anon_sym_BANG] = ACTIONS(287), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(289), + [aux_sym_simple_identifier_token2] = ACTIONS(291), + [aux_sym_simple_identifier_token3] = ACTIONS(291), + [aux_sym_simple_identifier_token4] = ACTIONS(291), + [anon_sym_actor] = ACTIONS(289), + [anon_sym_async] = ACTIONS(289), + [anon_sym_each] = ACTIONS(297), + [anon_sym_lazy] = ACTIONS(289), + [anon_sym_repeat] = ACTIONS(721), + [anon_sym_package] = ACTIONS(289), + [anon_sym_nil] = ACTIONS(303), + [sym_real_literal] = ACTIONS(305), + [sym_integer_literal] = ACTIONS(303), + [sym_hex_literal] = ACTIONS(303), + [sym_oct_literal] = ACTIONS(305), + [sym_bin_literal] = ACTIONS(305), + [anon_sym_true] = ACTIONS(307), + [anon_sym_false] = ACTIONS(307), + [anon_sym_DQUOTE] = ACTIONS(309), + [anon_sym_BSLASH] = ACTIONS(311), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(313), + [sym__oneline_regex_literal] = ACTIONS(315), + [anon_sym_LPAREN] = ACTIONS(317), + [anon_sym_LBRACK] = ACTIONS(319), + [anon_sym_QMARK] = ACTIONS(625), + [anon_sym_QMARK2] = ACTIONS(619), + [anon_sym_AMP] = ACTIONS(321), + [anon_sym_TILDE] = ACTIONS(321), + [anon_sym_if] = ACTIONS(323), + [anon_sym_switch] = ACTIONS(325), + [aux_sym_custom_operator_token1] = ACTIONS(327), + [anon_sym_LT] = ACTIONS(329), + [anon_sym_GT] = ACTIONS(329), + [anon_sym_await] = ACTIONS(331), + [anon_sym_LBRACE] = ACTIONS(723), + [anon_sym_CARET_LBRACE] = ACTIONS(333), + [anon_sym_RBRACE] = ACTIONS(619), + [anon_sym_self] = ACTIONS(337), + [anon_sym_super] = ACTIONS(339), + [anon_sym_case] = ACTIONS(625), + [anon_sym_fallthrough] = ACTIONS(625), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(345), + [anon_sym_DASH_EQ] = ACTIONS(345), + [anon_sym_STAR_EQ] = ACTIONS(345), + [anon_sym_SLASH_EQ] = ACTIONS(345), + [anon_sym_PERCENT_EQ] = ACTIONS(345), + [anon_sym_BANG_EQ] = ACTIONS(329), + [anon_sym_BANG_EQ_EQ] = ACTIONS(345), + [anon_sym_EQ_EQ_EQ] = ACTIONS(345), + [anon_sym_LT_EQ] = ACTIONS(345), + [anon_sym_GT_EQ] = ACTIONS(345), + [anon_sym_DOT_DOT_DOT] = ACTIONS(347), + [anon_sym_DOT_DOT_LT] = ACTIONS(349), + [anon_sym_is] = ACTIONS(625), + [anon_sym_PLUS] = ACTIONS(351), + [anon_sym_DASH] = ACTIONS(351), + [anon_sym_STAR] = ACTIONS(329), + [anon_sym_SLASH] = ACTIONS(329), + [anon_sym_PERCENT] = ACTIONS(329), + [anon_sym_PLUS_PLUS] = ACTIONS(321), + [anon_sym_DASH_DASH] = ACTIONS(321), + [anon_sym_PIPE] = ACTIONS(345), + [anon_sym_CARET] = ACTIONS(329), + [anon_sym_LT_LT] = ACTIONS(345), + [anon_sym_GT_GT] = ACTIONS(345), + [anon_sym_class] = ACTIONS(625), + [anon_sym_prefix] = ACTIONS(625), + [anon_sym_infix] = ACTIONS(625), + [anon_sym_postfix] = ACTIONS(625), + [anon_sym_AT] = ACTIONS(625), + [anon_sym_override] = ACTIONS(625), + [anon_sym_convenience] = ACTIONS(625), + [anon_sym_required] = ACTIONS(625), + [anon_sym_nonisolated] = ACTIONS(625), + [anon_sym_public] = ACTIONS(625), + [anon_sym_private] = ACTIONS(625), + [anon_sym_internal] = ACTIONS(625), + [anon_sym_fileprivate] = ACTIONS(625), + [anon_sym_open] = ACTIONS(625), + [anon_sym_mutating] = ACTIONS(625), + [anon_sym_nonmutating] = ACTIONS(625), + [anon_sym_static] = ACTIONS(625), + [anon_sym_dynamic] = ACTIONS(625), + [anon_sym_optional] = ACTIONS(625), + [anon_sym_distributed] = ACTIONS(625), + [anon_sym_final] = ACTIONS(625), + [anon_sym_inout] = ACTIONS(625), + [anon_sym_ATescaping] = ACTIONS(619), + [anon_sym_ATautoclosure] = ACTIONS(619), + [anon_sym_weak] = ACTIONS(625), + [anon_sym_unowned] = ACTIONS(625), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(619), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(619), + [anon_sym_borrowing] = ACTIONS(289), + [anon_sym_consuming] = ACTIONS(289), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(373), + [sym__implicit_semi] = ACTIONS(619), + [sym__explicit_semi] = ACTIONS(619), + [sym__dot_custom] = ACTIONS(375), + [sym__conjunction_operator_custom] = ACTIONS(619), + [sym__disjunction_operator_custom] = ACTIONS(619), + [sym__nil_coalescing_operator_custom] = ACTIONS(619), + [sym__eq_custom] = ACTIONS(345), + [sym__eq_eq_custom] = ACTIONS(345), + [sym__plus_then_ws] = ACTIONS(345), + [sym__minus_then_ws] = ACTIONS(345), + [sym__bang_custom] = ACTIONS(377), + [sym_default_keyword] = ACTIONS(619), + [sym__as_custom] = ACTIONS(619), + [sym__as_quest_custom] = ACTIONS(619), + [sym__as_bang_custom] = ACTIONS(619), + [sym__custom_operator] = ACTIONS(327), + [sym__hash_symbol_custom] = ACTIONS(379), + [sym__directive_if] = ACTIONS(381), + [sym__directive_elseif] = ACTIONS(381), + [sym__directive_else] = ACTIONS(383), + [sym__directive_endif] = ACTIONS(383), + }, + [STATE(124)] = { + [sym_simple_identifier] = STATE(1343), + [sym__contextual_simple_identifier] = STATE(1209), + [sym__basic_literal] = STATE(1387), + [sym_boolean_literal] = STATE(1387), + [sym__string_literal] = STATE(1387), + [sym_line_string_literal] = STATE(1387), + [sym_multi_line_string_literal] = STATE(1387), + [sym_raw_string_literal] = STATE(1387), + [sym_regex_literal] = STATE(1387), + [sym__extended_regex_literal] = STATE(1437), + [sym__multiline_regex_literal] = STATE(1437), + [sym_user_type] = STATE(6517), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6517), + [sym_dictionary_type] = STATE(6517), + [sym_expression] = STATE(800), + [sym_optional_chain_marker] = STATE(1387), + [sym__unary_expression] = STATE(1387), + [sym_postfix_expression] = STATE(1387), + [sym_constructor_expression] = STATE(1387), + [sym__parenthesized_type] = STATE(8310), + [sym_navigation_expression] = STATE(1387), + [sym__navigable_type_expression] = STATE(8310), + [sym_open_start_range_expression] = STATE(1387), + [sym__range_operator] = STATE(614), + [sym_open_end_range_expression] = STATE(1387), + [sym_prefix_expression] = STATE(1387), + [sym_as_expression] = STATE(1387), + [sym_selector_expression] = STATE(1387), + [sym__binary_expression] = STATE(1387), + [sym_multiplicative_expression] = STATE(1387), + [sym_additive_expression] = STATE(1387), + [sym_range_expression] = STATE(1387), + [sym_infix_expression] = STATE(1387), + [sym_nil_coalescing_expression] = STATE(1387), + [sym_check_expression] = STATE(1387), + [sym_comparison_expression] = STATE(1387), + [sym_equality_expression] = STATE(1387), + [sym_conjunction_expression] = STATE(1387), + [sym_disjunction_expression] = STATE(1387), + [sym_bitwise_operation] = STATE(1387), + [sym_custom_operator] = STATE(772), + [sym_try_expression] = STATE(1387), + [sym_await_expression] = STATE(1387), + [sym__await_operator] = STATE(615), + [sym_ternary_expression] = STATE(1387), + [sym_call_expression] = STATE(1387), + [sym_macro_invocation] = STATE(1387), + [sym__primary_expression] = STATE(1387), + [sym_tuple_expression] = STATE(1387), + [sym_array_literal] = STATE(1387), + [sym_dictionary_literal] = STATE(1387), + [sym_special_literal] = STATE(1387), + [sym_playground_literal] = STATE(1387), + [sym_lambda_literal] = STATE(1387), + [sym_self_expression] = STATE(1387), + [sym_super_expression] = STATE(1387), + [sym_if_statement] = STATE(1387), + [sym_switch_statement] = STATE(1387), + [sym_key_path_expression] = STATE(1387), + [sym_key_path_string_expression] = STATE(1387), + [sym_try_operator] = STATE(616), + [sym__assignment_and_operator] = STATE(1443), + [sym__equality_operator] = STATE(1443), + [sym__comparison_operator] = STATE(1443), + [sym__three_dot_operator] = STATE(771), + [sym__open_ended_range_operator] = STATE(614), + [sym__additive_operator] = STATE(1443), + [sym__multiplicative_operator] = STATE(1443), + [sym__prefix_unary_operator] = STATE(621), + [sym_directly_assignable_expression] = STATE(6518), + [sym_assignment] = STATE(1387), + [sym_value_parameter_pack] = STATE(1387), + [sym_value_pack_expansion] = STATE(1387), + [sym_referenceable_operator] = STATE(1387), + [sym__equal_sign] = STATE(1443), + [sym__eq_eq] = STATE(1443), + [sym__dot] = STATE(621), + [sym__hash_symbol] = STATE(4957), + [sym_bang] = STATE(772), + [sym__parameter_ownership_modifier] = STATE(1209), + [sym_directive] = STATE(1387), + [sym_diagnostic] = STATE(1387), + [aux_sym_raw_string_literal_repeat1] = STATE(8468), + [anon_sym_BANG] = ACTIONS(287), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(289), + [aux_sym_simple_identifier_token2] = ACTIONS(291), + [aux_sym_simple_identifier_token3] = ACTIONS(291), + [aux_sym_simple_identifier_token4] = ACTIONS(291), + [anon_sym_actor] = ACTIONS(289), + [anon_sym_async] = ACTIONS(289), + [anon_sym_each] = ACTIONS(297), + [anon_sym_lazy] = ACTIONS(289), + [anon_sym_repeat] = ACTIONS(721), + [anon_sym_package] = ACTIONS(289), + [anon_sym_nil] = ACTIONS(303), + [sym_real_literal] = ACTIONS(305), + [sym_integer_literal] = ACTIONS(303), + [sym_hex_literal] = ACTIONS(303), + [sym_oct_literal] = ACTIONS(305), + [sym_bin_literal] = ACTIONS(305), + [anon_sym_true] = ACTIONS(307), + [anon_sym_false] = ACTIONS(307), + [anon_sym_DQUOTE] = ACTIONS(309), + [anon_sym_BSLASH] = ACTIONS(311), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(313), + [sym__oneline_regex_literal] = ACTIONS(315), + [anon_sym_LPAREN] = ACTIONS(317), + [anon_sym_LBRACK] = ACTIONS(319), + [anon_sym_AMP] = ACTIONS(321), + [anon_sym_TILDE] = ACTIONS(321), + [anon_sym_if] = ACTIONS(323), + [anon_sym_switch] = ACTIONS(325), + [aux_sym_custom_operator_token1] = ACTIONS(327), + [anon_sym_LT] = ACTIONS(329), + [anon_sym_GT] = ACTIONS(329), + [anon_sym_await] = ACTIONS(331), + [anon_sym_LBRACE] = ACTIONS(333), + [anon_sym_CARET_LBRACE] = ACTIONS(333), + [anon_sym_RBRACE] = ACTIONS(725), + [anon_sym_self] = ACTIONS(337), + [anon_sym_super] = ACTIONS(339), + [anon_sym_case] = ACTIONS(727), + [anon_sym_fallthrough] = ACTIONS(727), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(345), + [anon_sym_DASH_EQ] = ACTIONS(345), + [anon_sym_STAR_EQ] = ACTIONS(345), + [anon_sym_SLASH_EQ] = ACTIONS(345), + [anon_sym_PERCENT_EQ] = ACTIONS(345), + [anon_sym_BANG_EQ] = ACTIONS(329), + [anon_sym_BANG_EQ_EQ] = ACTIONS(345), + [anon_sym_EQ_EQ_EQ] = ACTIONS(345), + [anon_sym_LT_EQ] = ACTIONS(345), + [anon_sym_GT_EQ] = ACTIONS(345), + [anon_sym_DOT_DOT_DOT] = ACTIONS(347), + [anon_sym_DOT_DOT_LT] = ACTIONS(349), + [anon_sym_PLUS] = ACTIONS(351), + [anon_sym_DASH] = ACTIONS(351), + [anon_sym_STAR] = ACTIONS(329), + [anon_sym_SLASH] = ACTIONS(329), + [anon_sym_PERCENT] = ACTIONS(329), + [anon_sym_PLUS_PLUS] = ACTIONS(321), + [anon_sym_DASH_DASH] = ACTIONS(321), + [anon_sym_PIPE] = ACTIONS(345), + [anon_sym_CARET] = ACTIONS(329), + [anon_sym_LT_LT] = ACTIONS(345), + [anon_sym_GT_GT] = ACTIONS(345), + [anon_sym_class] = ACTIONS(727), + [anon_sym_prefix] = ACTIONS(727), + [anon_sym_infix] = ACTIONS(727), + [anon_sym_postfix] = ACTIONS(727), + [anon_sym_AT] = ACTIONS(727), + [anon_sym_override] = ACTIONS(727), + [anon_sym_convenience] = ACTIONS(727), + [anon_sym_required] = ACTIONS(727), + [anon_sym_nonisolated] = ACTIONS(727), + [anon_sym_public] = ACTIONS(727), + [anon_sym_private] = ACTIONS(727), + [anon_sym_internal] = ACTIONS(727), + [anon_sym_fileprivate] = ACTIONS(727), + [anon_sym_open] = ACTIONS(727), + [anon_sym_mutating] = ACTIONS(727), + [anon_sym_nonmutating] = ACTIONS(727), + [anon_sym_static] = ACTIONS(727), + [anon_sym_dynamic] = ACTIONS(727), + [anon_sym_optional] = ACTIONS(727), + [anon_sym_distributed] = ACTIONS(727), + [anon_sym_final] = ACTIONS(727), + [anon_sym_inout] = ACTIONS(727), + [anon_sym_ATescaping] = ACTIONS(725), + [anon_sym_ATautoclosure] = ACTIONS(725), + [anon_sym_weak] = ACTIONS(727), + [anon_sym_unowned] = ACTIONS(727), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(725), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(725), + [anon_sym_borrowing] = ACTIONS(289), + [anon_sym_consuming] = ACTIONS(289), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(373), + [sym__implicit_semi] = ACTIONS(725), + [sym__explicit_semi] = ACTIONS(725), + [sym__dot_custom] = ACTIONS(375), + [sym__eq_custom] = ACTIONS(345), + [sym__eq_eq_custom] = ACTIONS(345), + [sym__plus_then_ws] = ACTIONS(345), + [sym__minus_then_ws] = ACTIONS(345), + [sym__bang_custom] = ACTIONS(377), + [sym_default_keyword] = ACTIONS(725), + [sym__custom_operator] = ACTIONS(327), + [sym__hash_symbol_custom] = ACTIONS(379), + [sym__directive_if] = ACTIONS(381), + [sym__directive_elseif] = ACTIONS(381), + [sym__directive_else] = ACTIONS(383), + [sym__directive_endif] = ACTIONS(383), + }, + [STATE(125)] = { + [sym_simple_identifier] = STATE(2203), + [sym__contextual_simple_identifier] = STATE(2334), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_unannotated_type] = STATE(5287), + [sym_user_type] = STATE(5083), + [sym__simple_user_type] = STATE(5274), + [sym_tuple_type] = STATE(5137), + [sym_function_type] = STATE(6005), + [sym_array_type] = STATE(5083), + [sym_dictionary_type] = STATE(5083), + [sym_optional_type] = STATE(6005), + [sym_metatype] = STATE(6005), + [sym_opaque_type] = STATE(6005), + [sym_existential_type] = STATE(6005), + [sym_type_parameter_pack] = STATE(6005), + [sym_type_pack_expansion] = STATE(6005), + [sym_protocol_composition_type] = STATE(6005), + [sym_suppressed_constraint] = STATE(6005), + [sym_expression] = STATE(1515), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(5748), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(2334), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(731), + [aux_sym_simple_identifier_token2] = ACTIONS(733), + [aux_sym_simple_identifier_token3] = ACTIONS(733), + [aux_sym_simple_identifier_token4] = ACTIONS(733), + [anon_sym_actor] = ACTIONS(731), + [anon_sym_async] = ACTIONS(731), + [anon_sym_each] = ACTIONS(735), + [anon_sym_lazy] = ACTIONS(731), + [anon_sym_repeat] = ACTIONS(737), + [anon_sym_package] = ACTIONS(731), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(619), + [anon_sym_COMMA] = ACTIONS(619), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_BANG2] = ACTIONS(625), + [anon_sym_LPAREN] = ACTIONS(739), + [anon_sym_LBRACK] = ACTIONS(741), + [anon_sym_DOT] = ACTIONS(625), + [anon_sym_QMARK] = ACTIONS(625), + [anon_sym_QMARK2] = ACTIONS(619), + [anon_sym_some] = ACTIONS(743), + [anon_sym_any] = ACTIONS(745), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(747), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_is] = ACTIONS(625), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(731), + [anon_sym_consuming] = ACTIONS(731), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__arrow_operator_custom] = ACTIONS(619), + [sym__dot_custom] = ACTIONS(757), + [sym__conjunction_operator_custom] = ACTIONS(619), + [sym__disjunction_operator_custom] = ACTIONS(619), + [sym__nil_coalescing_operator_custom] = ACTIONS(619), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__throws_keyword] = ACTIONS(619), + [sym__rethrows_keyword] = ACTIONS(619), + [sym__as_custom] = ACTIONS(619), + [sym__as_quest_custom] = ACTIONS(619), + [sym__as_bang_custom] = ACTIONS(619), + [sym__async_keyword_custom] = ACTIONS(619), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(126)] = { + [sym_simple_identifier] = STATE(2153), + [sym__contextual_simple_identifier] = STATE(844), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_unannotated_type] = STATE(5287), + [sym_user_type] = STATE(5083), + [sym__simple_user_type] = STATE(5274), + [sym_tuple_type] = STATE(5137), + [sym_function_type] = STATE(6005), + [sym_array_type] = STATE(5083), + [sym_dictionary_type] = STATE(5083), + [sym_optional_type] = STATE(6005), + [sym_metatype] = STATE(6005), + [sym_opaque_type] = STATE(6005), + [sym_existential_type] = STATE(6005), + [sym_type_parameter_pack] = STATE(6005), + [sym_type_pack_expansion] = STATE(6005), + [sym_protocol_composition_type] = STATE(6005), + [sym_suppressed_constraint] = STATE(6005), + [sym_expression] = STATE(1515), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(5748), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(844), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(761), + [aux_sym_simple_identifier_token2] = ACTIONS(763), + [aux_sym_simple_identifier_token3] = ACTIONS(763), + [aux_sym_simple_identifier_token4] = ACTIONS(763), + [anon_sym_actor] = ACTIONS(761), + [anon_sym_async] = ACTIONS(761), + [anon_sym_each] = ACTIONS(765), + [anon_sym_lazy] = ACTIONS(761), + [anon_sym_repeat] = ACTIONS(767), + [anon_sym_package] = ACTIONS(761), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_COMMA] = ACTIONS(619), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_COLON] = ACTIONS(619), + [anon_sym_LPAREN] = ACTIONS(739), + [anon_sym_LBRACK] = ACTIONS(741), + [anon_sym_RBRACK] = ACTIONS(619), + [anon_sym_DOT] = ACTIONS(625), + [anon_sym_QMARK] = ACTIONS(625), + [anon_sym_QMARK2] = ACTIONS(619), + [anon_sym_some] = ACTIONS(743), + [anon_sym_any] = ACTIONS(745), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(747), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_is] = ACTIONS(625), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(761), + [anon_sym_consuming] = ACTIONS(761), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__arrow_operator_custom] = ACTIONS(619), + [sym__dot_custom] = ACTIONS(757), + [sym__conjunction_operator_custom] = ACTIONS(619), + [sym__disjunction_operator_custom] = ACTIONS(619), + [sym__nil_coalescing_operator_custom] = ACTIONS(619), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__throws_keyword] = ACTIONS(619), + [sym__rethrows_keyword] = ACTIONS(619), + [sym__as_custom] = ACTIONS(619), + [sym__as_quest_custom] = ACTIONS(619), + [sym__as_bang_custom] = ACTIONS(619), + [sym__async_keyword_custom] = ACTIONS(619), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(127)] = { + [sym_simple_identifier] = STATE(2336), + [sym__contextual_simple_identifier] = STATE(844), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_unannotated_type] = STATE(5288), + [sym_user_type] = STATE(5083), + [sym__simple_user_type] = STATE(5274), + [sym_tuple_type] = STATE(5137), + [sym_function_type] = STATE(6005), + [sym_array_type] = STATE(5083), + [sym_dictionary_type] = STATE(5083), + [sym_optional_type] = STATE(6005), + [sym_metatype] = STATE(6005), + [sym_opaque_type] = STATE(6005), + [sym_existential_type] = STATE(6005), + [sym_type_parameter_pack] = STATE(6005), + [sym_type_pack_expansion] = STATE(6005), + [sym_protocol_composition_type] = STATE(6005), + [sym_suppressed_constraint] = STATE(6005), + [sym_expression] = STATE(1516), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(5748), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(844), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(761), + [aux_sym_simple_identifier_token2] = ACTIONS(763), + [aux_sym_simple_identifier_token3] = ACTIONS(763), + [aux_sym_simple_identifier_token4] = ACTIONS(763), + [anon_sym_actor] = ACTIONS(761), + [anon_sym_async] = ACTIONS(761), + [anon_sym_each] = ACTIONS(769), + [anon_sym_lazy] = ACTIONS(761), + [anon_sym_repeat] = ACTIONS(771), + [anon_sym_package] = ACTIONS(761), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(619), + [anon_sym_COMMA] = ACTIONS(619), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_COLON] = ACTIONS(619), + [anon_sym_LPAREN] = ACTIONS(739), + [anon_sym_LBRACK] = ACTIONS(741), + [anon_sym_DOT] = ACTIONS(625), + [anon_sym_QMARK] = ACTIONS(625), + [anon_sym_QMARK2] = ACTIONS(619), + [anon_sym_some] = ACTIONS(743), + [anon_sym_any] = ACTIONS(745), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(747), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_is] = ACTIONS(625), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(761), + [anon_sym_consuming] = ACTIONS(761), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__arrow_operator_custom] = ACTIONS(619), + [sym__dot_custom] = ACTIONS(757), + [sym__conjunction_operator_custom] = ACTIONS(619), + [sym__disjunction_operator_custom] = ACTIONS(619), + [sym__nil_coalescing_operator_custom] = ACTIONS(619), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__throws_keyword] = ACTIONS(619), + [sym__rethrows_keyword] = ACTIONS(619), + [sym__as_custom] = ACTIONS(619), + [sym__as_quest_custom] = ACTIONS(619), + [sym__as_bang_custom] = ACTIONS(619), + [sym__async_keyword_custom] = ACTIONS(619), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(128)] = { + [sym_simple_identifier] = STATE(2336), + [sym__contextual_simple_identifier] = STATE(844), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_unannotated_type] = STATE(5287), + [sym_user_type] = STATE(5083), + [sym__simple_user_type] = STATE(5274), + [sym_tuple_type] = STATE(5137), + [sym_function_type] = STATE(6005), + [sym_array_type] = STATE(5083), + [sym_dictionary_type] = STATE(5083), + [sym_optional_type] = STATE(6005), + [sym_metatype] = STATE(6005), + [sym_opaque_type] = STATE(6005), + [sym_existential_type] = STATE(6005), + [sym_type_parameter_pack] = STATE(6005), + [sym_type_pack_expansion] = STATE(6005), + [sym_protocol_composition_type] = STATE(6005), + [sym_suppressed_constraint] = STATE(6005), + [sym_expression] = STATE(1515), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(5748), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(844), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(761), + [aux_sym_simple_identifier_token2] = ACTIONS(763), + [aux_sym_simple_identifier_token3] = ACTIONS(763), + [aux_sym_simple_identifier_token4] = ACTIONS(763), + [anon_sym_actor] = ACTIONS(761), + [anon_sym_async] = ACTIONS(761), + [anon_sym_each] = ACTIONS(769), + [anon_sym_lazy] = ACTIONS(761), + [anon_sym_repeat] = ACTIONS(771), + [anon_sym_package] = ACTIONS(761), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(619), + [anon_sym_COMMA] = ACTIONS(619), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_COLON] = ACTIONS(619), + [anon_sym_LPAREN] = ACTIONS(739), + [anon_sym_LBRACK] = ACTIONS(741), + [anon_sym_DOT] = ACTIONS(625), + [anon_sym_QMARK] = ACTIONS(625), + [anon_sym_QMARK2] = ACTIONS(619), + [anon_sym_some] = ACTIONS(743), + [anon_sym_any] = ACTIONS(745), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(747), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_is] = ACTIONS(625), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(761), + [anon_sym_consuming] = ACTIONS(761), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__arrow_operator_custom] = ACTIONS(619), + [sym__dot_custom] = ACTIONS(757), + [sym__conjunction_operator_custom] = ACTIONS(619), + [sym__disjunction_operator_custom] = ACTIONS(619), + [sym__nil_coalescing_operator_custom] = ACTIONS(619), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__throws_keyword] = ACTIONS(619), + [sym__rethrows_keyword] = ACTIONS(619), + [sym__as_custom] = ACTIONS(619), + [sym__as_quest_custom] = ACTIONS(619), + [sym__as_bang_custom] = ACTIONS(619), + [sym__async_keyword_custom] = ACTIONS(619), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(129)] = { + [sym_simple_identifier] = STATE(2153), + [sym__contextual_simple_identifier] = STATE(844), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_unannotated_type] = STATE(5288), + [sym_user_type] = STATE(5083), + [sym__simple_user_type] = STATE(5274), + [sym_tuple_type] = STATE(5137), + [sym_function_type] = STATE(6005), + [sym_array_type] = STATE(5083), + [sym_dictionary_type] = STATE(5083), + [sym_optional_type] = STATE(6005), + [sym_metatype] = STATE(6005), + [sym_opaque_type] = STATE(6005), + [sym_existential_type] = STATE(6005), + [sym_type_parameter_pack] = STATE(6005), + [sym_type_pack_expansion] = STATE(6005), + [sym_protocol_composition_type] = STATE(6005), + [sym_suppressed_constraint] = STATE(6005), + [sym_expression] = STATE(1516), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(5748), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(844), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(761), + [aux_sym_simple_identifier_token2] = ACTIONS(763), + [aux_sym_simple_identifier_token3] = ACTIONS(763), + [aux_sym_simple_identifier_token4] = ACTIONS(763), + [anon_sym_actor] = ACTIONS(761), + [anon_sym_async] = ACTIONS(761), + [anon_sym_each] = ACTIONS(765), + [anon_sym_lazy] = ACTIONS(761), + [anon_sym_repeat] = ACTIONS(767), + [anon_sym_package] = ACTIONS(761), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_COMMA] = ACTIONS(619), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_COLON] = ACTIONS(619), + [anon_sym_LPAREN] = ACTIONS(739), + [anon_sym_LBRACK] = ACTIONS(741), + [anon_sym_RBRACK] = ACTIONS(619), + [anon_sym_DOT] = ACTIONS(625), + [anon_sym_QMARK] = ACTIONS(625), + [anon_sym_QMARK2] = ACTIONS(619), + [anon_sym_some] = ACTIONS(743), + [anon_sym_any] = ACTIONS(745), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(747), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_is] = ACTIONS(625), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(761), + [anon_sym_consuming] = ACTIONS(761), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__arrow_operator_custom] = ACTIONS(619), + [sym__dot_custom] = ACTIONS(757), + [sym__conjunction_operator_custom] = ACTIONS(619), + [sym__disjunction_operator_custom] = ACTIONS(619), + [sym__nil_coalescing_operator_custom] = ACTIONS(619), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__throws_keyword] = ACTIONS(619), + [sym__rethrows_keyword] = ACTIONS(619), + [sym__as_custom] = ACTIONS(619), + [sym__as_quest_custom] = ACTIONS(619), + [sym__as_bang_custom] = ACTIONS(619), + [sym__async_keyword_custom] = ACTIONS(619), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(130)] = { + [sym_simple_identifier] = STATE(2203), + [sym__contextual_simple_identifier] = STATE(2334), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_unannotated_type] = STATE(5288), + [sym_user_type] = STATE(5083), + [sym__simple_user_type] = STATE(5274), + [sym_tuple_type] = STATE(5137), + [sym_function_type] = STATE(6005), + [sym_array_type] = STATE(5083), + [sym_dictionary_type] = STATE(5083), + [sym_optional_type] = STATE(6005), + [sym_metatype] = STATE(6005), + [sym_opaque_type] = STATE(6005), + [sym_existential_type] = STATE(6005), + [sym_type_parameter_pack] = STATE(6005), + [sym_type_pack_expansion] = STATE(6005), + [sym_protocol_composition_type] = STATE(6005), + [sym_suppressed_constraint] = STATE(6005), + [sym_expression] = STATE(1516), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(5748), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(2334), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(731), + [aux_sym_simple_identifier_token2] = ACTIONS(733), + [aux_sym_simple_identifier_token3] = ACTIONS(733), + [aux_sym_simple_identifier_token4] = ACTIONS(733), + [anon_sym_actor] = ACTIONS(731), + [anon_sym_async] = ACTIONS(731), + [anon_sym_each] = ACTIONS(735), + [anon_sym_lazy] = ACTIONS(731), + [anon_sym_repeat] = ACTIONS(737), + [anon_sym_package] = ACTIONS(731), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(619), + [anon_sym_COMMA] = ACTIONS(619), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_BANG2] = ACTIONS(625), + [anon_sym_LPAREN] = ACTIONS(739), + [anon_sym_LBRACK] = ACTIONS(741), + [anon_sym_DOT] = ACTIONS(625), + [anon_sym_QMARK] = ACTIONS(625), + [anon_sym_QMARK2] = ACTIONS(619), + [anon_sym_some] = ACTIONS(743), + [anon_sym_any] = ACTIONS(745), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(747), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_is] = ACTIONS(625), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(731), + [anon_sym_consuming] = ACTIONS(731), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__arrow_operator_custom] = ACTIONS(619), + [sym__dot_custom] = ACTIONS(757), + [sym__conjunction_operator_custom] = ACTIONS(619), + [sym__disjunction_operator_custom] = ACTIONS(619), + [sym__nil_coalescing_operator_custom] = ACTIONS(619), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__throws_keyword] = ACTIONS(619), + [sym__rethrows_keyword] = ACTIONS(619), + [sym__as_custom] = ACTIONS(619), + [sym__as_quest_custom] = ACTIONS(619), + [sym__as_bang_custom] = ACTIONS(619), + [sym__async_keyword_custom] = ACTIONS(619), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(131)] = { + [sym_simple_identifier] = STATE(2162), + [sym__contextual_simple_identifier] = STATE(844), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_type] = STATE(8641), + [sym_unannotated_type] = STATE(5340), + [sym_user_type] = STATE(5083), + [sym__simple_user_type] = STATE(5274), + [sym_tuple_type] = STATE(5137), + [sym_tuple_type_item] = STATE(8072), + [sym__tuple_type_item_identifier] = STATE(3861), + [sym_function_type] = STATE(6005), + [sym_array_type] = STATE(5083), + [sym_dictionary_type] = STATE(5223), + [sym_optional_type] = STATE(6005), + [sym_metatype] = STATE(6005), + [sym_opaque_type] = STATE(6638), + [sym_existential_type] = STATE(6638), + [sym_type_parameter_pack] = STATE(6005), + [sym_type_pack_expansion] = STATE(6005), + [sym_protocol_composition_type] = STATE(6005), + [sym_suppressed_constraint] = STATE(6005), + [sym_expression] = STATE(1546), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(5748), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(5173), + [sym_parameter_modifiers] = STATE(4442), + [sym_type_modifiers] = STATE(4707), + [sym_parameter_modifier] = STATE(5053), + [sym__parameter_ownership_modifier] = STATE(1682), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym__lambda_type_declaration_repeat1] = STATE(5173), + [aux_sym_parameter_modifiers_repeat1] = STATE(5053), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(761), + [aux_sym_simple_identifier_token2] = ACTIONS(763), + [aux_sym_simple_identifier_token3] = ACTIONS(763), + [aux_sym_simple_identifier_token4] = ACTIONS(763), + [anon_sym_actor] = ACTIONS(761), + [anon_sym_async] = ACTIONS(761), + [anon_sym_each] = ACTIONS(769), + [anon_sym_lazy] = ACTIONS(761), + [anon_sym_repeat] = ACTIONS(771), + [anon_sym_package] = ACTIONS(761), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(773), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(739), + [anon_sym_LBRACK] = ACTIONS(741), + [anon_sym_some] = ACTIONS(743), + [anon_sym_any] = ACTIONS(745), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(747), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(775), + [sym_wildcard_pattern] = ACTIONS(777), + [anon_sym_inout] = ACTIONS(779), + [anon_sym_ATescaping] = ACTIONS(781), + [anon_sym_ATautoclosure] = ACTIONS(781), + [anon_sym_borrowing] = ACTIONS(783), + [anon_sym_consuming] = ACTIONS(783), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(132)] = { + [sym_simple_identifier] = STATE(2119), + [sym__contextual_simple_identifier] = STATE(844), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_type] = STATE(8880), + [sym_unannotated_type] = STATE(5340), + [sym_user_type] = STATE(5083), + [sym__simple_user_type] = STATE(5274), + [sym_tuple_type] = STATE(5137), + [sym_function_type] = STATE(6005), + [sym_array_type] = STATE(5083), + [sym_dictionary_type] = STATE(5083), + [sym_optional_type] = STATE(6005), + [sym_metatype] = STATE(6005), + [sym_opaque_type] = STATE(6005), + [sym_existential_type] = STATE(6005), + [sym_type_parameter_pack] = STATE(6005), + [sym_type_pack_expansion] = STATE(6005), + [sym_protocol_composition_type] = STATE(6005), + [sym_suppressed_constraint] = STATE(6005), + [sym_expression] = STATE(1521), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(5748), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym__dictionary_literal_item] = STATE(7790), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_capture_list_item] = STATE(8033), + [sym_self_expression] = STATE(3564), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(5173), + [sym_type_modifiers] = STATE(4707), + [sym_ownership_modifier] = STATE(5812), + [sym__parameter_ownership_modifier] = STATE(844), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym__lambda_type_declaration_repeat1] = STATE(5173), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(761), + [aux_sym_simple_identifier_token2] = ACTIONS(763), + [aux_sym_simple_identifier_token3] = ACTIONS(763), + [aux_sym_simple_identifier_token4] = ACTIONS(763), + [anon_sym_actor] = ACTIONS(761), + [anon_sym_async] = ACTIONS(761), + [anon_sym_each] = ACTIONS(765), + [anon_sym_lazy] = ACTIONS(761), + [anon_sym_repeat] = ACTIONS(767), + [anon_sym_package] = ACTIONS(761), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_COLON] = ACTIONS(785), + [anon_sym_LPAREN] = ACTIONS(739), + [anon_sym_LBRACK] = ACTIONS(741), + [anon_sym_RBRACK] = ACTIONS(787), + [anon_sym_some] = ACTIONS(743), + [anon_sym_any] = ACTIONS(745), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(747), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(789), + [anon_sym_weak] = ACTIONS(791), + [anon_sym_unowned] = ACTIONS(791), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(793), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(793), + [anon_sym_borrowing] = ACTIONS(761), + [anon_sym_consuming] = ACTIONS(761), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(133)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1661), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_if_condition] = STATE(7410), + [sym_if_let_binding] = STATE(8803), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_availability_condition] = STATE(8803), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4900), + [sym_bang] = STATE(1158), + [sym__async_modifier] = STATE(8439), + [sym__direct_or_indirect_binding] = STATE(7008), + [sym_value_binding_pattern] = STATE(4894), + [sym__possibly_async_binding_pattern_kind] = STATE(4894), + [sym__binding_kind_and_pattern] = STATE(7027), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [ts_builtin_sym_end] = ACTIONS(475), + [anon_sym_BANG] = ACTIONS(453), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(653), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_COMMA] = ACTIONS(475), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(475), + [anon_sym_LBRACK] = ACTIONS(475), + [anon_sym_QMARK] = ACTIONS(453), + [anon_sym_QMARK2] = ACTIONS(475), + [anon_sym_AMP] = ACTIONS(475), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(475), + [anon_sym_LT] = ACTIONS(453), + [anon_sym_GT] = ACTIONS(453), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(475), + [anon_sym_CARET_LBRACE] = ACTIONS(475), + [anon_sym_RBRACE] = ACTIONS(475), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_case] = ACTIONS(795), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(475), + [anon_sym_DASH_EQ] = ACTIONS(475), + [anon_sym_STAR_EQ] = ACTIONS(475), + [anon_sym_SLASH_EQ] = ACTIONS(475), + [anon_sym_PERCENT_EQ] = ACTIONS(475), + [anon_sym_BANG_EQ] = ACTIONS(453), + [anon_sym_BANG_EQ_EQ] = ACTIONS(475), + [anon_sym_EQ_EQ_EQ] = ACTIONS(475), + [anon_sym_LT_EQ] = ACTIONS(475), + [anon_sym_GT_EQ] = ACTIONS(475), + [anon_sym_DOT_DOT_DOT] = ACTIONS(475), + [anon_sym_DOT_DOT_LT] = ACTIONS(475), + [anon_sym_is] = ACTIONS(453), + [anon_sym_PLUS] = ACTIONS(453), + [anon_sym_DASH] = ACTIONS(453), + [anon_sym_STAR] = ACTIONS(453), + [anon_sym_SLASH] = ACTIONS(453), + [anon_sym_PERCENT] = ACTIONS(453), + [anon_sym_PLUS_PLUS] = ACTIONS(475), + [anon_sym_DASH_DASH] = ACTIONS(475), + [anon_sym_PIPE] = ACTIONS(475), + [anon_sym_CARET] = ACTIONS(453), + [anon_sym_LT_LT] = ACTIONS(475), + [anon_sym_GT_GT] = ACTIONS(475), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__implicit_semi] = ACTIONS(475), + [sym__explicit_semi] = ACTIONS(475), + [sym__dot_custom] = ACTIONS(475), + [sym__conjunction_operator_custom] = ACTIONS(475), + [sym__disjunction_operator_custom] = ACTIONS(475), + [sym__nil_coalescing_operator_custom] = ACTIONS(475), + [sym__eq_custom] = ACTIONS(475), + [sym__eq_eq_custom] = ACTIONS(475), + [sym__plus_then_ws] = ACTIONS(475), + [sym__minus_then_ws] = ACTIONS(475), + [sym__bang_custom] = ACTIONS(475), + [sym_where_keyword] = ACTIONS(475), + [sym__as_custom] = ACTIONS(475), + [sym__as_quest_custom] = ACTIONS(475), + [sym__as_bang_custom] = ACTIONS(475), + [sym__custom_operator] = ACTIONS(475), + [sym__hash_symbol_custom] = ACTIONS(493), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(134)] = { + [sym_simple_identifier] = STATE(2203), + [sym__contextual_simple_identifier] = STATE(2334), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym__possibly_implicitly_unwrapped_type] = STATE(8618), + [sym_implicitly_unwrapped_type] = STATE(8618), + [sym_type] = STATE(6874), + [sym_unannotated_type] = STATE(5340), + [sym_user_type] = STATE(5083), + [sym__simple_user_type] = STATE(5274), + [sym_tuple_type] = STATE(5137), + [sym_function_type] = STATE(6005), + [sym_array_type] = STATE(5083), + [sym_dictionary_type] = STATE(5083), + [sym_optional_type] = STATE(6005), + [sym_metatype] = STATE(6005), + [sym_opaque_type] = STATE(6005), + [sym_existential_type] = STATE(6005), + [sym_type_parameter_pack] = STATE(6005), + [sym_type_pack_expansion] = STATE(6005), + [sym_protocol_composition_type] = STATE(6005), + [sym_suppressed_constraint] = STATE(6005), + [sym_expression] = STATE(1583), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(5748), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(5173), + [sym_parameter_modifiers] = STATE(4013), + [sym_type_modifiers] = STATE(4707), + [sym_parameter_modifier] = STATE(5053), + [sym__parameter_ownership_modifier] = STATE(1684), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym__lambda_type_declaration_repeat1] = STATE(5173), + [aux_sym_parameter_modifiers_repeat1] = STATE(5053), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(731), + [aux_sym_simple_identifier_token2] = ACTIONS(733), + [aux_sym_simple_identifier_token3] = ACTIONS(733), + [aux_sym_simple_identifier_token4] = ACTIONS(733), + [anon_sym_actor] = ACTIONS(731), + [anon_sym_async] = ACTIONS(731), + [anon_sym_each] = ACTIONS(735), + [anon_sym_lazy] = ACTIONS(731), + [anon_sym_repeat] = ACTIONS(737), + [anon_sym_package] = ACTIONS(731), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(739), + [anon_sym_LBRACK] = ACTIONS(741), + [anon_sym_some] = ACTIONS(743), + [anon_sym_any] = ACTIONS(745), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(747), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(775), + [anon_sym_inout] = ACTIONS(779), + [anon_sym_ATescaping] = ACTIONS(781), + [anon_sym_ATautoclosure] = ACTIONS(781), + [anon_sym_borrowing] = ACTIONS(797), + [anon_sym_consuming] = ACTIONS(797), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(135)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1661), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_if_condition] = STATE(7431), + [sym_if_let_binding] = STATE(8803), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_availability_condition] = STATE(8803), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4900), + [sym_bang] = STATE(1158), + [sym__async_modifier] = STATE(8439), + [sym__direct_or_indirect_binding] = STATE(7008), + [sym_value_binding_pattern] = STATE(4894), + [sym__possibly_async_binding_pattern_kind] = STATE(4894), + [sym__binding_kind_and_pattern] = STATE(7027), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [ts_builtin_sym_end] = ACTIONS(475), + [anon_sym_BANG] = ACTIONS(453), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(653), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_COMMA] = ACTIONS(475), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(475), + [anon_sym_LBRACK] = ACTIONS(475), + [anon_sym_QMARK] = ACTIONS(453), + [anon_sym_QMARK2] = ACTIONS(475), + [anon_sym_AMP] = ACTIONS(475), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(475), + [anon_sym_LT] = ACTIONS(453), + [anon_sym_GT] = ACTIONS(453), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(475), + [anon_sym_CARET_LBRACE] = ACTIONS(475), + [anon_sym_RBRACE] = ACTIONS(475), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_case] = ACTIONS(795), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(475), + [anon_sym_DASH_EQ] = ACTIONS(475), + [anon_sym_STAR_EQ] = ACTIONS(475), + [anon_sym_SLASH_EQ] = ACTIONS(475), + [anon_sym_PERCENT_EQ] = ACTIONS(475), + [anon_sym_BANG_EQ] = ACTIONS(453), + [anon_sym_BANG_EQ_EQ] = ACTIONS(475), + [anon_sym_EQ_EQ_EQ] = ACTIONS(475), + [anon_sym_LT_EQ] = ACTIONS(475), + [anon_sym_GT_EQ] = ACTIONS(475), + [anon_sym_DOT_DOT_DOT] = ACTIONS(475), + [anon_sym_DOT_DOT_LT] = ACTIONS(475), + [anon_sym_is] = ACTIONS(453), + [anon_sym_PLUS] = ACTIONS(453), + [anon_sym_DASH] = ACTIONS(453), + [anon_sym_STAR] = ACTIONS(453), + [anon_sym_SLASH] = ACTIONS(453), + [anon_sym_PERCENT] = ACTIONS(453), + [anon_sym_PLUS_PLUS] = ACTIONS(475), + [anon_sym_DASH_DASH] = ACTIONS(475), + [anon_sym_PIPE] = ACTIONS(475), + [anon_sym_CARET] = ACTIONS(453), + [anon_sym_LT_LT] = ACTIONS(475), + [anon_sym_GT_GT] = ACTIONS(475), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__implicit_semi] = ACTIONS(475), + [sym__explicit_semi] = ACTIONS(475), + [sym__dot_custom] = ACTIONS(475), + [sym__conjunction_operator_custom] = ACTIONS(475), + [sym__disjunction_operator_custom] = ACTIONS(475), + [sym__nil_coalescing_operator_custom] = ACTIONS(475), + [sym__eq_custom] = ACTIONS(475), + [sym__eq_eq_custom] = ACTIONS(475), + [sym__plus_then_ws] = ACTIONS(475), + [sym__minus_then_ws] = ACTIONS(475), + [sym__bang_custom] = ACTIONS(475), + [sym__as_custom] = ACTIONS(475), + [sym__as_quest_custom] = ACTIONS(475), + [sym__as_bang_custom] = ACTIONS(475), + [sym__custom_operator] = ACTIONS(475), + [sym__hash_symbol_custom] = ACTIONS(493), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(136)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1661), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_if_condition] = STATE(7695), + [sym_if_let_binding] = STATE(8803), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_availability_condition] = STATE(8803), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4900), + [sym_bang] = STATE(1158), + [sym__async_modifier] = STATE(8439), + [sym__direct_or_indirect_binding] = STATE(7008), + [sym_value_binding_pattern] = STATE(4894), + [sym__possibly_async_binding_pattern_kind] = STATE(4894), + [sym__binding_kind_and_pattern] = STATE(7027), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(453), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(653), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(475), + [anon_sym_COMMA] = ACTIONS(475), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_COLON] = ACTIONS(475), + [anon_sym_LPAREN] = ACTIONS(475), + [anon_sym_LBRACK] = ACTIONS(475), + [anon_sym_RBRACK] = ACTIONS(475), + [anon_sym_QMARK] = ACTIONS(453), + [anon_sym_QMARK2] = ACTIONS(475), + [anon_sym_AMP] = ACTIONS(475), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(475), + [anon_sym_LT] = ACTIONS(453), + [anon_sym_GT] = ACTIONS(453), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(475), + [anon_sym_CARET_LBRACE] = ACTIONS(475), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_case] = ACTIONS(795), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(475), + [anon_sym_DASH_EQ] = ACTIONS(475), + [anon_sym_STAR_EQ] = ACTIONS(475), + [anon_sym_SLASH_EQ] = ACTIONS(475), + [anon_sym_PERCENT_EQ] = ACTIONS(475), + [anon_sym_BANG_EQ] = ACTIONS(453), + [anon_sym_BANG_EQ_EQ] = ACTIONS(475), + [anon_sym_EQ_EQ_EQ] = ACTIONS(475), + [anon_sym_LT_EQ] = ACTIONS(475), + [anon_sym_GT_EQ] = ACTIONS(475), + [anon_sym_DOT_DOT_DOT] = ACTIONS(475), + [anon_sym_DOT_DOT_LT] = ACTIONS(475), + [anon_sym_is] = ACTIONS(453), + [anon_sym_PLUS] = ACTIONS(453), + [anon_sym_DASH] = ACTIONS(453), + [anon_sym_STAR] = ACTIONS(453), + [anon_sym_SLASH] = ACTIONS(453), + [anon_sym_PERCENT] = ACTIONS(453), + [anon_sym_PLUS_PLUS] = ACTIONS(475), + [anon_sym_DASH_DASH] = ACTIONS(475), + [anon_sym_PIPE] = ACTIONS(475), + [anon_sym_CARET] = ACTIONS(453), + [anon_sym_LT_LT] = ACTIONS(475), + [anon_sym_GT_GT] = ACTIONS(475), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(475), + [sym__conjunction_operator_custom] = ACTIONS(475), + [sym__disjunction_operator_custom] = ACTIONS(475), + [sym__nil_coalescing_operator_custom] = ACTIONS(475), + [sym__eq_custom] = ACTIONS(475), + [sym__eq_eq_custom] = ACTIONS(475), + [sym__plus_then_ws] = ACTIONS(475), + [sym__minus_then_ws] = ACTIONS(475), + [sym__bang_custom] = ACTIONS(475), + [sym__as_custom] = ACTIONS(475), + [sym__as_quest_custom] = ACTIONS(475), + [sym__as_bang_custom] = ACTIONS(475), + [sym__custom_operator] = ACTIONS(475), + [sym__hash_symbol_custom] = ACTIONS(493), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(137)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1661), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_if_condition] = STATE(7505), + [sym_if_let_binding] = STATE(8803), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_availability_condition] = STATE(8803), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4900), + [sym_bang] = STATE(1158), + [sym__async_modifier] = STATE(8439), + [sym__direct_or_indirect_binding] = STATE(7008), + [sym_value_binding_pattern] = STATE(4894), + [sym__possibly_async_binding_pattern_kind] = STATE(4894), + [sym__binding_kind_and_pattern] = STATE(7027), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(453), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(653), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_COMMA] = ACTIONS(475), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(475), + [anon_sym_LBRACK] = ACTIONS(475), + [anon_sym_QMARK] = ACTIONS(453), + [anon_sym_QMARK2] = ACTIONS(475), + [anon_sym_AMP] = ACTIONS(475), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(475), + [anon_sym_LT] = ACTIONS(453), + [anon_sym_GT] = ACTIONS(453), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(475), + [anon_sym_CARET_LBRACE] = ACTIONS(475), + [anon_sym_RBRACE] = ACTIONS(475), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_case] = ACTIONS(795), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(475), + [anon_sym_DASH_EQ] = ACTIONS(475), + [anon_sym_STAR_EQ] = ACTIONS(475), + [anon_sym_SLASH_EQ] = ACTIONS(475), + [anon_sym_PERCENT_EQ] = ACTIONS(475), + [anon_sym_BANG_EQ] = ACTIONS(453), + [anon_sym_BANG_EQ_EQ] = ACTIONS(475), + [anon_sym_EQ_EQ_EQ] = ACTIONS(475), + [anon_sym_LT_EQ] = ACTIONS(475), + [anon_sym_GT_EQ] = ACTIONS(475), + [anon_sym_DOT_DOT_DOT] = ACTIONS(475), + [anon_sym_DOT_DOT_LT] = ACTIONS(475), + [anon_sym_is] = ACTIONS(453), + [anon_sym_PLUS] = ACTIONS(453), + [anon_sym_DASH] = ACTIONS(453), + [anon_sym_STAR] = ACTIONS(453), + [anon_sym_SLASH] = ACTIONS(453), + [anon_sym_PERCENT] = ACTIONS(453), + [anon_sym_PLUS_PLUS] = ACTIONS(475), + [anon_sym_DASH_DASH] = ACTIONS(475), + [anon_sym_PIPE] = ACTIONS(475), + [anon_sym_CARET] = ACTIONS(453), + [anon_sym_LT_LT] = ACTIONS(475), + [anon_sym_GT_GT] = ACTIONS(475), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(475), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__implicit_semi] = ACTIONS(475), + [sym__explicit_semi] = ACTIONS(475), + [sym__dot_custom] = ACTIONS(475), + [sym__conjunction_operator_custom] = ACTIONS(475), + [sym__disjunction_operator_custom] = ACTIONS(475), + [sym__nil_coalescing_operator_custom] = ACTIONS(475), + [sym__eq_custom] = ACTIONS(475), + [sym__eq_eq_custom] = ACTIONS(475), + [sym__plus_then_ws] = ACTIONS(475), + [sym__minus_then_ws] = ACTIONS(475), + [sym__bang_custom] = ACTIONS(475), + [sym__as_custom] = ACTIONS(475), + [sym__as_quest_custom] = ACTIONS(475), + [sym__as_bang_custom] = ACTIONS(475), + [sym__custom_operator] = ACTIONS(475), + [sym__hash_symbol_custom] = ACTIONS(493), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(138)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1661), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_if_condition] = STATE(7543), + [sym_if_let_binding] = STATE(8803), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_availability_condition] = STATE(8803), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4900), + [sym_bang] = STATE(1158), + [sym__async_modifier] = STATE(8439), + [sym__direct_or_indirect_binding] = STATE(7008), + [sym_value_binding_pattern] = STATE(4894), + [sym__possibly_async_binding_pattern_kind] = STATE(4894), + [sym__binding_kind_and_pattern] = STATE(7027), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(453), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(653), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_COMMA] = ACTIONS(475), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_COLON] = ACTIONS(475), + [anon_sym_LPAREN] = ACTIONS(475), + [anon_sym_LBRACK] = ACTIONS(475), + [anon_sym_QMARK] = ACTIONS(453), + [anon_sym_QMARK2] = ACTIONS(475), + [anon_sym_AMP] = ACTIONS(475), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(475), + [anon_sym_LT] = ACTIONS(453), + [anon_sym_GT] = ACTIONS(453), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(475), + [anon_sym_CARET_LBRACE] = ACTIONS(475), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_case] = ACTIONS(795), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(475), + [anon_sym_DASH_EQ] = ACTIONS(475), + [anon_sym_STAR_EQ] = ACTIONS(475), + [anon_sym_SLASH_EQ] = ACTIONS(475), + [anon_sym_PERCENT_EQ] = ACTIONS(475), + [anon_sym_BANG_EQ] = ACTIONS(453), + [anon_sym_BANG_EQ_EQ] = ACTIONS(475), + [anon_sym_EQ_EQ_EQ] = ACTIONS(475), + [anon_sym_LT_EQ] = ACTIONS(475), + [anon_sym_GT_EQ] = ACTIONS(475), + [anon_sym_DOT_DOT_DOT] = ACTIONS(475), + [anon_sym_DOT_DOT_LT] = ACTIONS(475), + [anon_sym_is] = ACTIONS(453), + [anon_sym_PLUS] = ACTIONS(453), + [anon_sym_DASH] = ACTIONS(453), + [anon_sym_STAR] = ACTIONS(453), + [anon_sym_SLASH] = ACTIONS(453), + [anon_sym_PERCENT] = ACTIONS(453), + [anon_sym_PLUS_PLUS] = ACTIONS(475), + [anon_sym_DASH_DASH] = ACTIONS(475), + [anon_sym_PIPE] = ACTIONS(475), + [anon_sym_CARET] = ACTIONS(453), + [anon_sym_LT_LT] = ACTIONS(475), + [anon_sym_GT_GT] = ACTIONS(475), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(475), + [sym__conjunction_operator_custom] = ACTIONS(475), + [sym__disjunction_operator_custom] = ACTIONS(475), + [sym__nil_coalescing_operator_custom] = ACTIONS(475), + [sym__eq_custom] = ACTIONS(475), + [sym__eq_eq_custom] = ACTIONS(475), + [sym__plus_then_ws] = ACTIONS(475), + [sym__minus_then_ws] = ACTIONS(475), + [sym__bang_custom] = ACTIONS(475), + [sym_where_keyword] = ACTIONS(475), + [sym__as_custom] = ACTIONS(475), + [sym__as_quest_custom] = ACTIONS(475), + [sym__as_bang_custom] = ACTIONS(475), + [sym__custom_operator] = ACTIONS(475), + [sym__hash_symbol_custom] = ACTIONS(493), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(139)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1661), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_if_condition] = STATE(7487), + [sym_if_let_binding] = STATE(8803), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_availability_condition] = STATE(8803), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4900), + [sym_bang] = STATE(1158), + [sym__async_modifier] = STATE(8439), + [sym__direct_or_indirect_binding] = STATE(7008), + [sym_value_binding_pattern] = STATE(4894), + [sym__possibly_async_binding_pattern_kind] = STATE(4894), + [sym__binding_kind_and_pattern] = STATE(7027), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(453), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(653), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_COMMA] = ACTIONS(475), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(475), + [anon_sym_LBRACK] = ACTIONS(475), + [anon_sym_QMARK] = ACTIONS(453), + [anon_sym_QMARK2] = ACTIONS(475), + [anon_sym_AMP] = ACTIONS(475), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(475), + [anon_sym_LT] = ACTIONS(453), + [anon_sym_GT] = ACTIONS(453), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(475), + [anon_sym_CARET_LBRACE] = ACTIONS(475), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_case] = ACTIONS(795), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(475), + [anon_sym_DASH_EQ] = ACTIONS(475), + [anon_sym_STAR_EQ] = ACTIONS(475), + [anon_sym_SLASH_EQ] = ACTIONS(475), + [anon_sym_PERCENT_EQ] = ACTIONS(475), + [anon_sym_BANG_EQ] = ACTIONS(453), + [anon_sym_BANG_EQ_EQ] = ACTIONS(475), + [anon_sym_EQ_EQ_EQ] = ACTIONS(475), + [anon_sym_LT_EQ] = ACTIONS(475), + [anon_sym_GT_EQ] = ACTIONS(475), + [anon_sym_DOT_DOT_DOT] = ACTIONS(475), + [anon_sym_DOT_DOT_LT] = ACTIONS(475), + [anon_sym_is] = ACTIONS(453), + [anon_sym_PLUS] = ACTIONS(453), + [anon_sym_DASH] = ACTIONS(453), + [anon_sym_STAR] = ACTIONS(453), + [anon_sym_SLASH] = ACTIONS(453), + [anon_sym_PERCENT] = ACTIONS(453), + [anon_sym_PLUS_PLUS] = ACTIONS(475), + [anon_sym_DASH_DASH] = ACTIONS(475), + [anon_sym_PIPE] = ACTIONS(475), + [anon_sym_CARET] = ACTIONS(453), + [anon_sym_LT_LT] = ACTIONS(475), + [anon_sym_GT_GT] = ACTIONS(475), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(475), + [sym__conjunction_operator_custom] = ACTIONS(475), + [sym__disjunction_operator_custom] = ACTIONS(475), + [sym__nil_coalescing_operator_custom] = ACTIONS(475), + [sym__eq_custom] = ACTIONS(475), + [sym__eq_eq_custom] = ACTIONS(475), + [sym__plus_then_ws] = ACTIONS(475), + [sym__minus_then_ws] = ACTIONS(475), + [sym__bang_custom] = ACTIONS(475), + [sym_where_keyword] = ACTIONS(475), + [sym_else] = ACTIONS(475), + [sym__as_custom] = ACTIONS(475), + [sym__as_quest_custom] = ACTIONS(475), + [sym__as_bang_custom] = ACTIONS(475), + [sym__custom_operator] = ACTIONS(475), + [sym__hash_symbol_custom] = ACTIONS(493), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(140)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1661), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_if_condition] = STATE(7485), + [sym_if_let_binding] = STATE(8803), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_availability_condition] = STATE(8803), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4900), + [sym_bang] = STATE(1158), + [sym__async_modifier] = STATE(8439), + [sym__direct_or_indirect_binding] = STATE(7008), + [sym_value_binding_pattern] = STATE(4894), + [sym__possibly_async_binding_pattern_kind] = STATE(4894), + [sym__binding_kind_and_pattern] = STATE(7027), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(453), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(653), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_COMMA] = ACTIONS(475), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(475), + [anon_sym_LBRACK] = ACTIONS(475), + [anon_sym_QMARK] = ACTIONS(453), + [anon_sym_QMARK2] = ACTIONS(475), + [anon_sym_AMP] = ACTIONS(475), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(475), + [anon_sym_LT] = ACTIONS(453), + [anon_sym_GT] = ACTIONS(453), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(475), + [anon_sym_CARET_LBRACE] = ACTIONS(475), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_case] = ACTIONS(795), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(475), + [anon_sym_DASH_EQ] = ACTIONS(475), + [anon_sym_STAR_EQ] = ACTIONS(475), + [anon_sym_SLASH_EQ] = ACTIONS(475), + [anon_sym_PERCENT_EQ] = ACTIONS(475), + [anon_sym_BANG_EQ] = ACTIONS(453), + [anon_sym_BANG_EQ_EQ] = ACTIONS(475), + [anon_sym_EQ_EQ_EQ] = ACTIONS(475), + [anon_sym_LT_EQ] = ACTIONS(475), + [anon_sym_GT_EQ] = ACTIONS(475), + [anon_sym_DOT_DOT_DOT] = ACTIONS(475), + [anon_sym_DOT_DOT_LT] = ACTIONS(475), + [anon_sym_is] = ACTIONS(453), + [anon_sym_PLUS] = ACTIONS(453), + [anon_sym_DASH] = ACTIONS(453), + [anon_sym_STAR] = ACTIONS(453), + [anon_sym_SLASH] = ACTIONS(453), + [anon_sym_PERCENT] = ACTIONS(453), + [anon_sym_PLUS_PLUS] = ACTIONS(475), + [anon_sym_DASH_DASH] = ACTIONS(475), + [anon_sym_PIPE] = ACTIONS(475), + [anon_sym_CARET] = ACTIONS(453), + [anon_sym_LT_LT] = ACTIONS(475), + [anon_sym_GT_GT] = ACTIONS(475), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(475), + [sym__conjunction_operator_custom] = ACTIONS(475), + [sym__disjunction_operator_custom] = ACTIONS(475), + [sym__nil_coalescing_operator_custom] = ACTIONS(475), + [sym__eq_custom] = ACTIONS(475), + [sym__eq_eq_custom] = ACTIONS(475), + [sym__plus_then_ws] = ACTIONS(475), + [sym__minus_then_ws] = ACTIONS(475), + [sym__bang_custom] = ACTIONS(475), + [sym_else] = ACTIONS(475), + [sym__as_custom] = ACTIONS(475), + [sym__as_quest_custom] = ACTIONS(475), + [sym__as_bang_custom] = ACTIONS(475), + [sym__custom_operator] = ACTIONS(475), + [sym__hash_symbol_custom] = ACTIONS(493), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(141)] = { + [sym_simple_identifier] = STATE(2153), + [sym__contextual_simple_identifier] = STATE(844), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_type] = STATE(8880), + [sym_unannotated_type] = STATE(5340), + [sym_user_type] = STATE(5083), + [sym__simple_user_type] = STATE(5274), + [sym_tuple_type] = STATE(5137), + [sym_function_type] = STATE(6005), + [sym_array_type] = STATE(5083), + [sym_dictionary_type] = STATE(5083), + [sym_optional_type] = STATE(6005), + [sym_metatype] = STATE(6005), + [sym_opaque_type] = STATE(6005), + [sym_existential_type] = STATE(6005), + [sym_type_parameter_pack] = STATE(6005), + [sym_type_pack_expansion] = STATE(6005), + [sym_protocol_composition_type] = STATE(6005), + [sym_suppressed_constraint] = STATE(6005), + [sym_expression] = STATE(1505), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(5748), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym__dictionary_literal_item] = STATE(8329), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(5173), + [sym_type_modifiers] = STATE(4707), + [sym__parameter_ownership_modifier] = STATE(844), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym__lambda_type_declaration_repeat1] = STATE(5173), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(761), + [aux_sym_simple_identifier_token2] = ACTIONS(763), + [aux_sym_simple_identifier_token3] = ACTIONS(763), + [aux_sym_simple_identifier_token4] = ACTIONS(763), + [anon_sym_actor] = ACTIONS(761), + [anon_sym_async] = ACTIONS(761), + [anon_sym_each] = ACTIONS(765), + [anon_sym_lazy] = ACTIONS(761), + [anon_sym_repeat] = ACTIONS(767), + [anon_sym_package] = ACTIONS(761), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_COLON] = ACTIONS(799), + [anon_sym_LPAREN] = ACTIONS(739), + [anon_sym_LBRACK] = ACTIONS(741), + [anon_sym_RBRACK] = ACTIONS(801), + [anon_sym_some] = ACTIONS(743), + [anon_sym_any] = ACTIONS(745), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(747), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(789), + [anon_sym_borrowing] = ACTIONS(761), + [anon_sym_consuming] = ACTIONS(761), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(142)] = { + [sym_simple_identifier] = STATE(2153), + [sym__contextual_simple_identifier] = STATE(844), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_type] = STATE(8880), + [sym_unannotated_type] = STATE(5340), + [sym_user_type] = STATE(5083), + [sym__simple_user_type] = STATE(5274), + [sym_tuple_type] = STATE(5137), + [sym_function_type] = STATE(6005), + [sym_array_type] = STATE(5083), + [sym_dictionary_type] = STATE(5083), + [sym_optional_type] = STATE(6005), + [sym_metatype] = STATE(6005), + [sym_opaque_type] = STATE(6005), + [sym_existential_type] = STATE(6005), + [sym_type_parameter_pack] = STATE(6005), + [sym_type_pack_expansion] = STATE(6005), + [sym_protocol_composition_type] = STATE(6005), + [sym_suppressed_constraint] = STATE(6005), + [sym_expression] = STATE(1510), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(5748), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym__dictionary_literal_item] = STATE(7720), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(5173), + [sym_type_modifiers] = STATE(4707), + [sym__parameter_ownership_modifier] = STATE(844), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym__lambda_type_declaration_repeat1] = STATE(5173), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(761), + [aux_sym_simple_identifier_token2] = ACTIONS(763), + [aux_sym_simple_identifier_token3] = ACTIONS(763), + [aux_sym_simple_identifier_token4] = ACTIONS(763), + [anon_sym_actor] = ACTIONS(761), + [anon_sym_async] = ACTIONS(761), + [anon_sym_each] = ACTIONS(765), + [anon_sym_lazy] = ACTIONS(761), + [anon_sym_repeat] = ACTIONS(767), + [anon_sym_package] = ACTIONS(761), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_COLON] = ACTIONS(803), + [anon_sym_LPAREN] = ACTIONS(739), + [anon_sym_LBRACK] = ACTIONS(741), + [anon_sym_RBRACK] = ACTIONS(805), + [anon_sym_some] = ACTIONS(743), + [anon_sym_any] = ACTIONS(745), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(747), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(789), + [anon_sym_borrowing] = ACTIONS(761), + [anon_sym_consuming] = ACTIONS(761), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(143)] = { + [sym_simple_identifier] = STATE(2153), + [sym__contextual_simple_identifier] = STATE(844), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_type] = STATE(8880), + [sym_unannotated_type] = STATE(5340), + [sym_user_type] = STATE(5083), + [sym__simple_user_type] = STATE(5274), + [sym_tuple_type] = STATE(5137), + [sym_function_type] = STATE(6005), + [sym_array_type] = STATE(5083), + [sym_dictionary_type] = STATE(5083), + [sym_optional_type] = STATE(6005), + [sym_metatype] = STATE(6005), + [sym_opaque_type] = STATE(6005), + [sym_existential_type] = STATE(6005), + [sym_type_parameter_pack] = STATE(6005), + [sym_type_pack_expansion] = STATE(6005), + [sym_protocol_composition_type] = STATE(6005), + [sym_suppressed_constraint] = STATE(6005), + [sym_expression] = STATE(1494), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(5748), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym__dictionary_literal_item] = STATE(7755), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(5173), + [sym_type_modifiers] = STATE(4707), + [sym__parameter_ownership_modifier] = STATE(844), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym__lambda_type_declaration_repeat1] = STATE(5173), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(761), + [aux_sym_simple_identifier_token2] = ACTIONS(763), + [aux_sym_simple_identifier_token3] = ACTIONS(763), + [aux_sym_simple_identifier_token4] = ACTIONS(763), + [anon_sym_actor] = ACTIONS(761), + [anon_sym_async] = ACTIONS(761), + [anon_sym_each] = ACTIONS(765), + [anon_sym_lazy] = ACTIONS(761), + [anon_sym_repeat] = ACTIONS(767), + [anon_sym_package] = ACTIONS(761), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_COLON] = ACTIONS(807), + [anon_sym_LPAREN] = ACTIONS(739), + [anon_sym_LBRACK] = ACTIONS(741), + [anon_sym_RBRACK] = ACTIONS(809), + [anon_sym_some] = ACTIONS(743), + [anon_sym_any] = ACTIONS(745), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(747), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(789), + [anon_sym_borrowing] = ACTIONS(761), + [anon_sym_consuming] = ACTIONS(761), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(144)] = { + [sym_simple_identifier] = STATE(2153), + [sym__contextual_simple_identifier] = STATE(844), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_type] = STATE(8880), + [sym_unannotated_type] = STATE(5340), + [sym_user_type] = STATE(5083), + [sym__simple_user_type] = STATE(5274), + [sym_tuple_type] = STATE(5137), + [sym_function_type] = STATE(6005), + [sym_array_type] = STATE(5083), + [sym_dictionary_type] = STATE(5083), + [sym_optional_type] = STATE(6005), + [sym_metatype] = STATE(6005), + [sym_opaque_type] = STATE(6005), + [sym_existential_type] = STATE(6005), + [sym_type_parameter_pack] = STATE(6005), + [sym_type_pack_expansion] = STATE(6005), + [sym_protocol_composition_type] = STATE(6005), + [sym_suppressed_constraint] = STATE(6005), + [sym_expression] = STATE(1508), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(5748), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym__dictionary_literal_item] = STATE(8475), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(5173), + [sym_type_modifiers] = STATE(4707), + [sym__parameter_ownership_modifier] = STATE(844), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym__lambda_type_declaration_repeat1] = STATE(5173), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(761), + [aux_sym_simple_identifier_token2] = ACTIONS(763), + [aux_sym_simple_identifier_token3] = ACTIONS(763), + [aux_sym_simple_identifier_token4] = ACTIONS(763), + [anon_sym_actor] = ACTIONS(761), + [anon_sym_async] = ACTIONS(761), + [anon_sym_each] = ACTIONS(765), + [anon_sym_lazy] = ACTIONS(761), + [anon_sym_repeat] = ACTIONS(767), + [anon_sym_package] = ACTIONS(761), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_COLON] = ACTIONS(811), + [anon_sym_LPAREN] = ACTIONS(739), + [anon_sym_LBRACK] = ACTIONS(741), + [anon_sym_RBRACK] = ACTIONS(813), + [anon_sym_some] = ACTIONS(743), + [anon_sym_any] = ACTIONS(745), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(747), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(789), + [anon_sym_borrowing] = ACTIONS(761), + [anon_sym_consuming] = ACTIONS(761), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(145)] = { + [sym_simple_identifier] = STATE(2153), + [sym__contextual_simple_identifier] = STATE(844), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_type] = STATE(8880), + [sym_unannotated_type] = STATE(5340), + [sym_user_type] = STATE(5083), + [sym__simple_user_type] = STATE(5274), + [sym_tuple_type] = STATE(5137), + [sym_function_type] = STATE(6005), + [sym_array_type] = STATE(5083), + [sym_dictionary_type] = STATE(5083), + [sym_optional_type] = STATE(6005), + [sym_metatype] = STATE(6005), + [sym_opaque_type] = STATE(6005), + [sym_existential_type] = STATE(6005), + [sym_type_parameter_pack] = STATE(6005), + [sym_type_pack_expansion] = STATE(6005), + [sym_protocol_composition_type] = STATE(6005), + [sym_suppressed_constraint] = STATE(6005), + [sym_expression] = STATE(1500), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(5748), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym__dictionary_literal_item] = STATE(7877), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(5173), + [sym_type_modifiers] = STATE(4707), + [sym__parameter_ownership_modifier] = STATE(844), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym__lambda_type_declaration_repeat1] = STATE(5173), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(761), + [aux_sym_simple_identifier_token2] = ACTIONS(763), + [aux_sym_simple_identifier_token3] = ACTIONS(763), + [aux_sym_simple_identifier_token4] = ACTIONS(763), + [anon_sym_actor] = ACTIONS(761), + [anon_sym_async] = ACTIONS(761), + [anon_sym_each] = ACTIONS(765), + [anon_sym_lazy] = ACTIONS(761), + [anon_sym_repeat] = ACTIONS(767), + [anon_sym_package] = ACTIONS(761), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_COLON] = ACTIONS(815), + [anon_sym_LPAREN] = ACTIONS(739), + [anon_sym_LBRACK] = ACTIONS(741), + [anon_sym_RBRACK] = ACTIONS(817), + [anon_sym_some] = ACTIONS(743), + [anon_sym_any] = ACTIONS(745), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(747), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(789), + [anon_sym_borrowing] = ACTIONS(761), + [anon_sym_consuming] = ACTIONS(761), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(146)] = { + [sym_simple_identifier] = STATE(2153), + [sym__contextual_simple_identifier] = STATE(844), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_type] = STATE(8880), + [sym_unannotated_type] = STATE(5340), + [sym_user_type] = STATE(5083), + [sym__simple_user_type] = STATE(5274), + [sym_tuple_type] = STATE(5137), + [sym_function_type] = STATE(6005), + [sym_array_type] = STATE(5083), + [sym_dictionary_type] = STATE(5083), + [sym_optional_type] = STATE(6005), + [sym_metatype] = STATE(6005), + [sym_opaque_type] = STATE(6005), + [sym_existential_type] = STATE(6005), + [sym_type_parameter_pack] = STATE(6005), + [sym_type_pack_expansion] = STATE(6005), + [sym_protocol_composition_type] = STATE(6005), + [sym_suppressed_constraint] = STATE(6005), + [sym_expression] = STATE(1501), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(5748), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym__dictionary_literal_item] = STATE(8011), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(5173), + [sym_type_modifiers] = STATE(4707), + [sym__parameter_ownership_modifier] = STATE(844), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym__lambda_type_declaration_repeat1] = STATE(5173), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(761), + [aux_sym_simple_identifier_token2] = ACTIONS(763), + [aux_sym_simple_identifier_token3] = ACTIONS(763), + [aux_sym_simple_identifier_token4] = ACTIONS(763), + [anon_sym_actor] = ACTIONS(761), + [anon_sym_async] = ACTIONS(761), + [anon_sym_each] = ACTIONS(765), + [anon_sym_lazy] = ACTIONS(761), + [anon_sym_repeat] = ACTIONS(767), + [anon_sym_package] = ACTIONS(761), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_COLON] = ACTIONS(819), + [anon_sym_LPAREN] = ACTIONS(739), + [anon_sym_LBRACK] = ACTIONS(741), + [anon_sym_RBRACK] = ACTIONS(821), + [anon_sym_some] = ACTIONS(743), + [anon_sym_any] = ACTIONS(745), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(747), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(789), + [anon_sym_borrowing] = ACTIONS(761), + [anon_sym_consuming] = ACTIONS(761), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(147)] = { + [sym_simple_identifier] = STATE(2153), + [sym__contextual_simple_identifier] = STATE(844), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_type] = STATE(8880), + [sym_unannotated_type] = STATE(5340), + [sym_user_type] = STATE(5083), + [sym__simple_user_type] = STATE(5274), + [sym_tuple_type] = STATE(5137), + [sym_function_type] = STATE(6005), + [sym_array_type] = STATE(5083), + [sym_dictionary_type] = STATE(5083), + [sym_optional_type] = STATE(6005), + [sym_metatype] = STATE(6005), + [sym_opaque_type] = STATE(6005), + [sym_existential_type] = STATE(6005), + [sym_type_parameter_pack] = STATE(6005), + [sym_type_pack_expansion] = STATE(6005), + [sym_protocol_composition_type] = STATE(6005), + [sym_suppressed_constraint] = STATE(6005), + [sym_expression] = STATE(1511), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(5748), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym__dictionary_literal_item] = STATE(7923), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(5173), + [sym_type_modifiers] = STATE(4707), + [sym__parameter_ownership_modifier] = STATE(844), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym__lambda_type_declaration_repeat1] = STATE(5173), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(761), + [aux_sym_simple_identifier_token2] = ACTIONS(763), + [aux_sym_simple_identifier_token3] = ACTIONS(763), + [aux_sym_simple_identifier_token4] = ACTIONS(763), + [anon_sym_actor] = ACTIONS(761), + [anon_sym_async] = ACTIONS(761), + [anon_sym_each] = ACTIONS(765), + [anon_sym_lazy] = ACTIONS(761), + [anon_sym_repeat] = ACTIONS(767), + [anon_sym_package] = ACTIONS(761), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_COLON] = ACTIONS(823), + [anon_sym_LPAREN] = ACTIONS(739), + [anon_sym_LBRACK] = ACTIONS(741), + [anon_sym_RBRACK] = ACTIONS(825), + [anon_sym_some] = ACTIONS(743), + [anon_sym_any] = ACTIONS(745), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(747), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(789), + [anon_sym_borrowing] = ACTIONS(761), + [anon_sym_consuming] = ACTIONS(761), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(148)] = { + [sym_simple_identifier] = STATE(2153), + [sym__contextual_simple_identifier] = STATE(844), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_type] = STATE(8876), + [sym_unannotated_type] = STATE(5340), + [sym_user_type] = STATE(5083), + [sym__simple_user_type] = STATE(5274), + [sym_tuple_type] = STATE(5137), + [sym_function_type] = STATE(6005), + [sym_array_type] = STATE(5083), + [sym_dictionary_type] = STATE(5083), + [sym_optional_type] = STATE(6005), + [sym_metatype] = STATE(6005), + [sym_opaque_type] = STATE(6005), + [sym_existential_type] = STATE(6005), + [sym_type_parameter_pack] = STATE(6005), + [sym_type_pack_expansion] = STATE(6005), + [sym_protocol_composition_type] = STATE(6005), + [sym_suppressed_constraint] = STATE(6005), + [sym_expression] = STATE(1500), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(5748), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym__dictionary_literal_item] = STATE(7877), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(5173), + [sym_type_modifiers] = STATE(4707), + [sym__parameter_ownership_modifier] = STATE(844), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym__lambda_type_declaration_repeat1] = STATE(5173), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(761), + [aux_sym_simple_identifier_token2] = ACTIONS(763), + [aux_sym_simple_identifier_token3] = ACTIONS(763), + [aux_sym_simple_identifier_token4] = ACTIONS(763), + [anon_sym_actor] = ACTIONS(761), + [anon_sym_async] = ACTIONS(761), + [anon_sym_each] = ACTIONS(765), + [anon_sym_lazy] = ACTIONS(761), + [anon_sym_repeat] = ACTIONS(767), + [anon_sym_package] = ACTIONS(761), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_COLON] = ACTIONS(815), + [anon_sym_LPAREN] = ACTIONS(739), + [anon_sym_LBRACK] = ACTIONS(741), + [anon_sym_RBRACK] = ACTIONS(817), + [anon_sym_some] = ACTIONS(743), + [anon_sym_any] = ACTIONS(745), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(747), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(789), + [anon_sym_borrowing] = ACTIONS(761), + [anon_sym_consuming] = ACTIONS(761), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(149)] = { + [sym_simple_identifier] = STATE(2153), + [sym__contextual_simple_identifier] = STATE(844), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_type] = STATE(8880), + [sym_unannotated_type] = STATE(5340), + [sym_user_type] = STATE(5083), + [sym__simple_user_type] = STATE(5274), + [sym_tuple_type] = STATE(5137), + [sym_function_type] = STATE(6005), + [sym_array_type] = STATE(5083), + [sym_dictionary_type] = STATE(5083), + [sym_optional_type] = STATE(6005), + [sym_metatype] = STATE(6005), + [sym_opaque_type] = STATE(6005), + [sym_existential_type] = STATE(6005), + [sym_type_parameter_pack] = STATE(6005), + [sym_type_pack_expansion] = STATE(6005), + [sym_protocol_composition_type] = STATE(6005), + [sym_suppressed_constraint] = STATE(6005), + [sym_expression] = STATE(1521), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(5748), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym__dictionary_literal_item] = STATE(7790), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(5173), + [sym_type_modifiers] = STATE(4707), + [sym__parameter_ownership_modifier] = STATE(844), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym__lambda_type_declaration_repeat1] = STATE(5173), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(761), + [aux_sym_simple_identifier_token2] = ACTIONS(763), + [aux_sym_simple_identifier_token3] = ACTIONS(763), + [aux_sym_simple_identifier_token4] = ACTIONS(763), + [anon_sym_actor] = ACTIONS(761), + [anon_sym_async] = ACTIONS(761), + [anon_sym_each] = ACTIONS(765), + [anon_sym_lazy] = ACTIONS(761), + [anon_sym_repeat] = ACTIONS(767), + [anon_sym_package] = ACTIONS(761), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_COLON] = ACTIONS(785), + [anon_sym_LPAREN] = ACTIONS(739), + [anon_sym_LBRACK] = ACTIONS(741), + [anon_sym_RBRACK] = ACTIONS(787), + [anon_sym_some] = ACTIONS(743), + [anon_sym_any] = ACTIONS(745), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(747), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(789), + [anon_sym_borrowing] = ACTIONS(761), + [anon_sym_consuming] = ACTIONS(761), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(150)] = { + [sym_simple_identifier] = STATE(2153), + [sym__contextual_simple_identifier] = STATE(844), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_type] = STATE(8880), + [sym_unannotated_type] = STATE(5340), + [sym_user_type] = STATE(5083), + [sym__simple_user_type] = STATE(5274), + [sym_tuple_type] = STATE(5137), + [sym_function_type] = STATE(6005), + [sym_array_type] = STATE(5083), + [sym_dictionary_type] = STATE(5083), + [sym_optional_type] = STATE(6005), + [sym_metatype] = STATE(6005), + [sym_opaque_type] = STATE(6005), + [sym_existential_type] = STATE(6005), + [sym_type_parameter_pack] = STATE(6005), + [sym_type_pack_expansion] = STATE(6005), + [sym_protocol_composition_type] = STATE(6005), + [sym_suppressed_constraint] = STATE(6005), + [sym_expression] = STATE(1509), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(5748), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym__dictionary_literal_item] = STATE(8492), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(5173), + [sym_type_modifiers] = STATE(4707), + [sym__parameter_ownership_modifier] = STATE(844), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym__lambda_type_declaration_repeat1] = STATE(5173), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(761), + [aux_sym_simple_identifier_token2] = ACTIONS(763), + [aux_sym_simple_identifier_token3] = ACTIONS(763), + [aux_sym_simple_identifier_token4] = ACTIONS(763), + [anon_sym_actor] = ACTIONS(761), + [anon_sym_async] = ACTIONS(761), + [anon_sym_each] = ACTIONS(765), + [anon_sym_lazy] = ACTIONS(761), + [anon_sym_repeat] = ACTIONS(767), + [anon_sym_package] = ACTIONS(761), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_COLON] = ACTIONS(827), + [anon_sym_LPAREN] = ACTIONS(739), + [anon_sym_LBRACK] = ACTIONS(741), + [anon_sym_RBRACK] = ACTIONS(829), + [anon_sym_some] = ACTIONS(743), + [anon_sym_any] = ACTIONS(745), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(747), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(789), + [anon_sym_borrowing] = ACTIONS(761), + [anon_sym_consuming] = ACTIONS(761), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(151)] = { + [sym_simple_identifier] = STATE(2455), + [sym__contextual_simple_identifier] = STATE(2422), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1482), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym_self_expression] = STATE(2689), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(2689), + [sym_switch_statement] = STATE(2689), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__parameter_ownership_modifier] = STATE(2422), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(11), + [aux_sym_simple_identifier_token2] = ACTIONS(13), + [aux_sym_simple_identifier_token3] = ACTIONS(13), + [aux_sym_simple_identifier_token4] = ACTIONS(13), + [anon_sym_actor] = ACTIONS(11), + [anon_sym_async] = ACTIONS(11), + [anon_sym_each] = ACTIONS(19), + [anon_sym_lazy] = ACTIONS(11), + [anon_sym_repeat] = ACTIONS(831), + [anon_sym_package] = ACTIONS(11), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [anon_sym_COMMA] = ACTIONS(619), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_COLON] = ACTIONS(619), + [anon_sym_LPAREN] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(43), + [anon_sym_QMARK] = ACTIONS(625), + [anon_sym_QMARK2] = ACTIONS(619), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(833), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_RBRACE] = ACTIONS(619), + [anon_sym_in] = ACTIONS(625), + [anon_sym_self] = ACTIONS(59), + [anon_sym_super] = ACTIONS(61), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_is] = ACTIONS(625), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [anon_sym_borrowing] = ACTIONS(11), + [anon_sym_consuming] = ACTIONS(11), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__implicit_semi] = ACTIONS(619), + [sym__explicit_semi] = ACTIONS(619), + [sym__arrow_operator_custom] = ACTIONS(619), + [sym__dot_custom] = ACTIONS(141), + [sym__conjunction_operator_custom] = ACTIONS(619), + [sym__disjunction_operator_custom] = ACTIONS(619), + [sym__nil_coalescing_operator_custom] = ACTIONS(619), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__throws_keyword] = ACTIONS(619), + [sym__rethrows_keyword] = ACTIONS(619), + [sym__as_custom] = ACTIONS(619), + [sym__as_quest_custom] = ACTIONS(619), + [sym__as_bang_custom] = ACTIONS(619), + [sym__async_keyword_custom] = ACTIONS(619), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(152)] = { + [sym_simple_identifier] = STATE(2455), + [sym__contextual_simple_identifier] = STATE(2422), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1483), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym_self_expression] = STATE(2689), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(2689), + [sym_switch_statement] = STATE(2689), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__parameter_ownership_modifier] = STATE(2422), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(11), + [aux_sym_simple_identifier_token2] = ACTIONS(13), + [aux_sym_simple_identifier_token3] = ACTIONS(13), + [aux_sym_simple_identifier_token4] = ACTIONS(13), + [anon_sym_actor] = ACTIONS(11), + [anon_sym_async] = ACTIONS(11), + [anon_sym_each] = ACTIONS(19), + [anon_sym_lazy] = ACTIONS(11), + [anon_sym_repeat] = ACTIONS(831), + [anon_sym_package] = ACTIONS(11), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [anon_sym_COMMA] = ACTIONS(619), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_COLON] = ACTIONS(619), + [anon_sym_LPAREN] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(43), + [anon_sym_QMARK] = ACTIONS(625), + [anon_sym_QMARK2] = ACTIONS(619), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_RBRACE] = ACTIONS(619), + [anon_sym_in] = ACTIONS(625), + [anon_sym_self] = ACTIONS(59), + [anon_sym_super] = ACTIONS(61), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_is] = ACTIONS(625), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [anon_sym_borrowing] = ACTIONS(11), + [anon_sym_consuming] = ACTIONS(11), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__implicit_semi] = ACTIONS(619), + [sym__explicit_semi] = ACTIONS(619), + [sym__arrow_operator_custom] = ACTIONS(619), + [sym__dot_custom] = ACTIONS(141), + [sym__conjunction_operator_custom] = ACTIONS(619), + [sym__disjunction_operator_custom] = ACTIONS(619), + [sym__nil_coalescing_operator_custom] = ACTIONS(619), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__throws_keyword] = ACTIONS(619), + [sym__rethrows_keyword] = ACTIONS(619), + [sym__as_custom] = ACTIONS(619), + [sym__as_quest_custom] = ACTIONS(619), + [sym__as_bang_custom] = ACTIONS(619), + [sym__async_keyword_custom] = ACTIONS(619), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(153)] = { + [sym_simple_identifier] = STATE(3044), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6439), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6430), + [sym_opaque_type] = STATE(8988), + [sym_existential_type] = STATE(8988), + [sym_expression] = STATE(1585), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(1512), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__universally_allowed_pattern] = STATE(7016), + [sym__bound_identifier] = STATE(7273), + [sym__binding_pattern_no_expr] = STATE(8711), + [sym__binding_pattern_with_expr] = STATE(8744), + [sym_value_binding_pattern] = STATE(4892), + [sym__tuple_pattern_item] = STATE(8399), + [sym__tuple_pattern] = STATE(7016), + [sym__case_pattern] = STATE(7016), + [sym__type_casting_pattern] = STATE(7016), + [sym__binding_pattern] = STATE(7017), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(835), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_some] = ACTIONS(743), + [anon_sym_any] = ACTIONS(745), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_case] = ACTIONS(837), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_is] = ACTIONS(839), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [sym_wildcard_pattern] = ACTIONS(841), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(843), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(154)] = { + [sym_simple_identifier] = STATE(2921), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6439), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6430), + [sym_opaque_type] = STATE(8988), + [sym_existential_type] = STATE(8988), + [sym_expression] = STATE(1576), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(1512), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__universally_allowed_pattern] = STATE(7016), + [sym__bound_identifier] = STATE(7273), + [sym__binding_pattern_no_expr] = STATE(8711), + [sym__binding_pattern_with_expr] = STATE(8744), + [sym_value_binding_pattern] = STATE(4892), + [sym__tuple_pattern_item] = STATE(7833), + [sym__tuple_pattern] = STATE(7016), + [sym__case_pattern] = STATE(7016), + [sym__type_casting_pattern] = STATE(7016), + [sym__binding_pattern] = STATE(7017), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(835), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_some] = ACTIONS(743), + [anon_sym_any] = ACTIONS(745), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_case] = ACTIONS(837), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_is] = ACTIONS(839), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [sym_wildcard_pattern] = ACTIONS(841), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(843), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(155)] = { + [sym_simple_identifier] = STATE(2899), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6439), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1542), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(1512), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__universally_allowed_pattern] = STATE(7016), + [sym__bound_identifier] = STATE(7273), + [sym__binding_pattern_no_expr] = STATE(8711), + [sym__binding_pattern_with_expr] = STATE(8744), + [sym_value_binding_pattern] = STATE(4892), + [sym__tuple_pattern_item] = STATE(8734), + [sym__tuple_pattern] = STATE(7016), + [sym__case_pattern] = STATE(7016), + [sym__type_casting_pattern] = STATE(7016), + [sym__binding_pattern] = STATE(7017), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(845), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(835), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_case] = ACTIONS(837), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_is] = ACTIONS(839), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [sym_wildcard_pattern] = ACTIONS(841), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(843), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(156)] = { + [sym_simple_identifier] = STATE(2899), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6439), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1542), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(1512), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__universally_allowed_pattern] = STATE(7016), + [sym__bound_identifier] = STATE(7273), + [sym__binding_pattern_no_expr] = STATE(8711), + [sym__binding_pattern_with_expr] = STATE(8744), + [sym_value_binding_pattern] = STATE(4892), + [sym__tuple_pattern_item] = STATE(8734), + [sym__tuple_pattern] = STATE(7016), + [sym__case_pattern] = STATE(7016), + [sym__type_casting_pattern] = STATE(7016), + [sym__binding_pattern] = STATE(7017), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(847), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(835), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_case] = ACTIONS(837), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_is] = ACTIONS(839), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [sym_wildcard_pattern] = ACTIONS(841), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(843), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(157)] = { + [sym_simple_identifier] = STATE(2899), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6439), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1542), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(1512), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__universally_allowed_pattern] = STATE(7016), + [sym__bound_identifier] = STATE(7273), + [sym__binding_pattern_no_expr] = STATE(8711), + [sym__binding_pattern_with_expr] = STATE(8744), + [sym_value_binding_pattern] = STATE(4892), + [sym__tuple_pattern_item] = STATE(8734), + [sym__tuple_pattern] = STATE(7016), + [sym__case_pattern] = STATE(7016), + [sym__type_casting_pattern] = STATE(7016), + [sym__binding_pattern] = STATE(7017), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(849), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(835), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_case] = ACTIONS(837), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_is] = ACTIONS(839), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [sym_wildcard_pattern] = ACTIONS(841), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(843), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(158)] = { + [sym_simple_identifier] = STATE(2899), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6439), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1542), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(1512), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__universally_allowed_pattern] = STATE(7016), + [sym__bound_identifier] = STATE(7273), + [sym__binding_pattern_no_expr] = STATE(8711), + [sym__binding_pattern_with_expr] = STATE(8744), + [sym_value_binding_pattern] = STATE(4892), + [sym__tuple_pattern_item] = STATE(8734), + [sym__tuple_pattern] = STATE(7016), + [sym__case_pattern] = STATE(7016), + [sym__type_casting_pattern] = STATE(7016), + [sym__binding_pattern] = STATE(7017), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(851), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(835), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_case] = ACTIONS(837), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_is] = ACTIONS(839), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [sym_wildcard_pattern] = ACTIONS(841), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(843), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(159)] = { + [sym_simple_identifier] = STATE(2899), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6439), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1542), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(1512), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__universally_allowed_pattern] = STATE(7016), + [sym__bound_identifier] = STATE(7273), + [sym__binding_pattern_no_expr] = STATE(8711), + [sym__binding_pattern_with_expr] = STATE(8744), + [sym_value_binding_pattern] = STATE(4892), + [sym__tuple_pattern_item] = STATE(8734), + [sym__tuple_pattern] = STATE(7016), + [sym__case_pattern] = STATE(7016), + [sym__type_casting_pattern] = STATE(7016), + [sym__binding_pattern] = STATE(7017), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(853), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(835), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_case] = ACTIONS(837), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_is] = ACTIONS(839), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [sym_wildcard_pattern] = ACTIONS(841), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(843), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(160)] = { + [sym_simple_identifier] = STATE(2899), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6439), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1542), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(1512), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__universally_allowed_pattern] = STATE(7016), + [sym__bound_identifier] = STATE(7273), + [sym__binding_pattern_no_expr] = STATE(8711), + [sym__binding_pattern_with_expr] = STATE(8744), + [sym_value_binding_pattern] = STATE(4892), + [sym__tuple_pattern_item] = STATE(8734), + [sym__tuple_pattern] = STATE(7016), + [sym__case_pattern] = STATE(7016), + [sym__type_casting_pattern] = STATE(7016), + [sym__binding_pattern] = STATE(7017), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(855), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(835), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_case] = ACTIONS(837), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_is] = ACTIONS(839), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [sym_wildcard_pattern] = ACTIONS(841), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(843), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(161)] = { + [sym_simple_identifier] = STATE(2899), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6439), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1542), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(1512), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__universally_allowed_pattern] = STATE(7016), + [sym__bound_identifier] = STATE(7273), + [sym__binding_pattern_no_expr] = STATE(8711), + [sym__binding_pattern_with_expr] = STATE(8744), + [sym_value_binding_pattern] = STATE(4892), + [sym__tuple_pattern_item] = STATE(8734), + [sym__tuple_pattern] = STATE(7016), + [sym__case_pattern] = STATE(7016), + [sym__type_casting_pattern] = STATE(7016), + [sym__binding_pattern] = STATE(7017), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(857), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(835), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_case] = ACTIONS(837), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_is] = ACTIONS(839), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [sym_wildcard_pattern] = ACTIONS(841), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(843), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(162)] = { + [sym_simple_identifier] = STATE(2899), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6439), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1542), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(1512), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__universally_allowed_pattern] = STATE(7016), + [sym__bound_identifier] = STATE(7273), + [sym__binding_pattern_no_expr] = STATE(8711), + [sym__binding_pattern_with_expr] = STATE(8744), + [sym_value_binding_pattern] = STATE(4892), + [sym__tuple_pattern_item] = STATE(8734), + [sym__tuple_pattern] = STATE(7016), + [sym__case_pattern] = STATE(7016), + [sym__type_casting_pattern] = STATE(7016), + [sym__binding_pattern] = STATE(7017), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(859), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(835), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_case] = ACTIONS(837), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_is] = ACTIONS(839), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [sym_wildcard_pattern] = ACTIONS(841), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(843), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(163)] = { + [sym_simple_identifier] = STATE(2899), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6439), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1542), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(1512), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__universally_allowed_pattern] = STATE(7016), + [sym__bound_identifier] = STATE(7273), + [sym__binding_pattern_no_expr] = STATE(8711), + [sym__binding_pattern_with_expr] = STATE(8744), + [sym_value_binding_pattern] = STATE(4892), + [sym__tuple_pattern_item] = STATE(8734), + [sym__tuple_pattern] = STATE(7016), + [sym__case_pattern] = STATE(7016), + [sym__type_casting_pattern] = STATE(7016), + [sym__binding_pattern] = STATE(7017), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(861), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(835), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_case] = ACTIONS(837), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_is] = ACTIONS(839), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [sym_wildcard_pattern] = ACTIONS(841), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(843), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(164)] = { + [sym_simple_identifier] = STATE(2899), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6439), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1542), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(1512), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__universally_allowed_pattern] = STATE(7016), + [sym__bound_identifier] = STATE(7273), + [sym__binding_pattern_no_expr] = STATE(8711), + [sym__binding_pattern_with_expr] = STATE(8744), + [sym_value_binding_pattern] = STATE(4892), + [sym__tuple_pattern_item] = STATE(8734), + [sym__tuple_pattern] = STATE(7016), + [sym__case_pattern] = STATE(7016), + [sym__type_casting_pattern] = STATE(7016), + [sym__binding_pattern] = STATE(7017), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(863), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(835), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_case] = ACTIONS(837), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_is] = ACTIONS(839), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [sym_wildcard_pattern] = ACTIONS(841), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(843), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(165)] = { + [sym_simple_identifier] = STATE(2899), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6439), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1542), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(1512), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__universally_allowed_pattern] = STATE(7016), + [sym__bound_identifier] = STATE(7273), + [sym__binding_pattern_no_expr] = STATE(8711), + [sym__binding_pattern_with_expr] = STATE(8744), + [sym_value_binding_pattern] = STATE(4892), + [sym__tuple_pattern_item] = STATE(8734), + [sym__tuple_pattern] = STATE(7016), + [sym__case_pattern] = STATE(7016), + [sym__type_casting_pattern] = STATE(7016), + [sym__binding_pattern] = STATE(7017), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(865), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(835), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_case] = ACTIONS(837), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_is] = ACTIONS(839), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [sym_wildcard_pattern] = ACTIONS(841), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(843), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(166)] = { + [sym_simple_identifier] = STATE(2899), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6439), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1542), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(1512), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__universally_allowed_pattern] = STATE(7016), + [sym__bound_identifier] = STATE(7273), + [sym__binding_pattern_no_expr] = STATE(8711), + [sym__binding_pattern_with_expr] = STATE(8744), + [sym_value_binding_pattern] = STATE(4892), + [sym__tuple_pattern_item] = STATE(8734), + [sym__tuple_pattern] = STATE(7016), + [sym__case_pattern] = STATE(7016), + [sym__type_casting_pattern] = STATE(7016), + [sym__binding_pattern] = STATE(7017), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(867), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(835), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_case] = ACTIONS(837), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_is] = ACTIONS(839), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [sym_wildcard_pattern] = ACTIONS(841), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(843), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(167)] = { + [sym_simple_identifier] = STATE(2899), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6439), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1542), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(1512), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__universally_allowed_pattern] = STATE(7016), + [sym__bound_identifier] = STATE(7273), + [sym__binding_pattern_no_expr] = STATE(8711), + [sym__binding_pattern_with_expr] = STATE(8744), + [sym_value_binding_pattern] = STATE(4892), + [sym__tuple_pattern_item] = STATE(8734), + [sym__tuple_pattern] = STATE(7016), + [sym__case_pattern] = STATE(7016), + [sym__type_casting_pattern] = STATE(7016), + [sym__binding_pattern] = STATE(7017), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(869), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(835), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_case] = ACTIONS(837), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_is] = ACTIONS(839), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [sym_wildcard_pattern] = ACTIONS(841), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(843), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(168)] = { + [sym_simple_identifier] = STATE(2899), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6439), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1542), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(1512), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__universally_allowed_pattern] = STATE(7016), + [sym__bound_identifier] = STATE(7273), + [sym__binding_pattern_no_expr] = STATE(8711), + [sym__binding_pattern_with_expr] = STATE(8744), + [sym_value_binding_pattern] = STATE(4892), + [sym__tuple_pattern_item] = STATE(8734), + [sym__tuple_pattern] = STATE(7016), + [sym__case_pattern] = STATE(7016), + [sym__type_casting_pattern] = STATE(7016), + [sym__binding_pattern] = STATE(7017), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(871), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(835), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_case] = ACTIONS(837), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_is] = ACTIONS(839), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [sym_wildcard_pattern] = ACTIONS(841), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(843), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(169)] = { + [sym_simple_identifier] = STATE(2899), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6439), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1542), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(1512), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__universally_allowed_pattern] = STATE(7016), + [sym__bound_identifier] = STATE(7273), + [sym__binding_pattern_no_expr] = STATE(8711), + [sym__binding_pattern_with_expr] = STATE(8744), + [sym_value_binding_pattern] = STATE(4892), + [sym__tuple_pattern_item] = STATE(8378), + [sym__tuple_pattern] = STATE(7016), + [sym__case_pattern] = STATE(7016), + [sym__type_casting_pattern] = STATE(7016), + [sym__binding_pattern] = STATE(7017), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(835), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_case] = ACTIONS(837), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_is] = ACTIONS(839), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [sym_wildcard_pattern] = ACTIONS(841), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(843), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(170)] = { + [sym_simple_identifier] = STATE(2393), + [sym__contextual_simple_identifier] = STATE(2212), + [sym__basic_literal] = STATE(2472), + [sym_boolean_literal] = STATE(2472), + [sym__string_literal] = STATE(2472), + [sym_line_string_literal] = STATE(2472), + [sym_multi_line_string_literal] = STATE(2472), + [sym_raw_string_literal] = STATE(2472), + [sym_regex_literal] = STATE(2472), + [sym__extended_regex_literal] = STATE(2528), + [sym__multiline_regex_literal] = STATE(2528), + [sym_user_type] = STATE(6600), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6600), + [sym_dictionary_type] = STATE(6600), + [sym_expression] = STATE(1463), + [sym_optional_chain_marker] = STATE(2472), + [sym__unary_expression] = STATE(2472), + [sym_postfix_expression] = STATE(2472), + [sym_constructor_expression] = STATE(2472), + [sym__parenthesized_type] = STATE(7973), + [sym_navigation_expression] = STATE(2472), + [sym__navigable_type_expression] = STATE(7973), + [sym_open_start_range_expression] = STATE(2472), + [sym__range_operator] = STATE(722), + [sym_open_end_range_expression] = STATE(2472), + [sym_prefix_expression] = STATE(2472), + [sym_as_expression] = STATE(2472), + [sym_selector_expression] = STATE(2472), + [sym__binary_expression] = STATE(2472), + [sym_multiplicative_expression] = STATE(2472), + [sym_additive_expression] = STATE(2472), + [sym_range_expression] = STATE(2472), + [sym_infix_expression] = STATE(2472), + [sym_nil_coalescing_expression] = STATE(2472), + [sym_check_expression] = STATE(2472), + [sym_comparison_expression] = STATE(2472), + [sym_equality_expression] = STATE(2472), + [sym_conjunction_expression] = STATE(2472), + [sym_disjunction_expression] = STATE(2472), + [sym_bitwise_operation] = STATE(2472), + [sym_custom_operator] = STATE(1124), + [sym_try_expression] = STATE(2472), + [sym_await_expression] = STATE(2472), + [sym__await_operator] = STATE(723), + [sym_ternary_expression] = STATE(2472), + [sym_call_expression] = STATE(2472), + [sym_macro_invocation] = STATE(2472), + [sym__primary_expression] = STATE(2472), + [sym_tuple_expression] = STATE(2472), + [sym_array_literal] = STATE(2472), + [sym_dictionary_literal] = STATE(2472), + [sym_special_literal] = STATE(2472), + [sym_playground_literal] = STATE(2472), + [sym_lambda_literal] = STATE(2472), + [sym_self_expression] = STATE(2472), + [sym_super_expression] = STATE(2472), + [sym_if_statement] = STATE(2472), + [sym_switch_statement] = STATE(2472), + [sym_key_path_expression] = STATE(2472), + [sym_key_path_string_expression] = STATE(2472), + [sym_try_operator] = STATE(583), + [sym__assignment_and_operator] = STATE(2613), + [sym__equality_operator] = STATE(2613), + [sym__comparison_operator] = STATE(2613), + [sym__three_dot_operator] = STATE(1104), + [sym__open_ended_range_operator] = STATE(722), + [sym__additive_operator] = STATE(2613), + [sym__multiplicative_operator] = STATE(2613), + [sym__prefix_unary_operator] = STATE(593), + [sym_directly_assignable_expression] = STATE(6606), + [sym_assignment] = STATE(2472), + [sym_value_parameter_pack] = STATE(2472), + [sym_value_pack_expansion] = STATE(2472), + [sym_referenceable_operator] = STATE(2472), + [sym__equal_sign] = STATE(2613), + [sym__eq_eq] = STATE(2613), + [sym__dot] = STATE(593), + [sym__hash_symbol] = STATE(4952), + [sym_bang] = STATE(1124), + [sym__parameter_ownership_modifier] = STATE(2212), + [sym_directive] = STATE(2472), + [sym_diagnostic] = STATE(2472), + [aux_sym_raw_string_literal_repeat1] = STATE(8314), + [ts_builtin_sym_end] = ACTIONS(619), + [anon_sym_BANG] = ACTIONS(873), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(875), + [aux_sym_simple_identifier_token2] = ACTIONS(877), + [aux_sym_simple_identifier_token3] = ACTIONS(877), + [aux_sym_simple_identifier_token4] = ACTIONS(877), + [anon_sym_actor] = ACTIONS(875), + [anon_sym_async] = ACTIONS(875), + [anon_sym_each] = ACTIONS(879), + [anon_sym_lazy] = ACTIONS(875), + [anon_sym_repeat] = ACTIONS(881), + [anon_sym_package] = ACTIONS(875), + [anon_sym_nil] = ACTIONS(883), + [sym_real_literal] = ACTIONS(885), + [sym_integer_literal] = ACTIONS(883), + [sym_hex_literal] = ACTIONS(883), + [sym_oct_literal] = ACTIONS(885), + [sym_bin_literal] = ACTIONS(885), + [anon_sym_true] = ACTIONS(887), + [anon_sym_false] = ACTIONS(887), + [anon_sym_DQUOTE] = ACTIONS(889), + [anon_sym_BSLASH] = ACTIONS(891), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(893), + [anon_sym_COMMA] = ACTIONS(619), + [sym__oneline_regex_literal] = ACTIONS(895), + [anon_sym_LPAREN] = ACTIONS(897), + [anon_sym_LBRACK] = ACTIONS(899), + [anon_sym_QMARK] = ACTIONS(625), + [anon_sym_QMARK2] = ACTIONS(619), + [anon_sym_AMP] = ACTIONS(901), + [anon_sym_TILDE] = ACTIONS(901), + [anon_sym_if] = ACTIONS(903), + [anon_sym_switch] = ACTIONS(905), + [aux_sym_custom_operator_token1] = ACTIONS(907), + [anon_sym_LT] = ACTIONS(909), + [anon_sym_GT] = ACTIONS(909), + [anon_sym_await] = ACTIONS(911), + [anon_sym_LBRACE] = ACTIONS(913), + [anon_sym_CARET_LBRACE] = ACTIONS(913), + [anon_sym_RBRACE] = ACTIONS(619), + [anon_sym_self] = ACTIONS(915), + [anon_sym_super] = ACTIONS(917), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(919), + [anon_sym_DASH_EQ] = ACTIONS(919), + [anon_sym_STAR_EQ] = ACTIONS(919), + [anon_sym_SLASH_EQ] = ACTIONS(919), + [anon_sym_PERCENT_EQ] = ACTIONS(919), + [anon_sym_BANG_EQ] = ACTIONS(909), + [anon_sym_BANG_EQ_EQ] = ACTIONS(919), + [anon_sym_EQ_EQ_EQ] = ACTIONS(919), + [anon_sym_LT_EQ] = ACTIONS(919), + [anon_sym_GT_EQ] = ACTIONS(919), + [anon_sym_DOT_DOT_DOT] = ACTIONS(921), + [anon_sym_DOT_DOT_LT] = ACTIONS(923), + [anon_sym_is] = ACTIONS(625), + [anon_sym_PLUS] = ACTIONS(925), + [anon_sym_DASH] = ACTIONS(925), + [anon_sym_STAR] = ACTIONS(909), + [anon_sym_SLASH] = ACTIONS(909), + [anon_sym_PERCENT] = ACTIONS(909), + [anon_sym_PLUS_PLUS] = ACTIONS(901), + [anon_sym_DASH_DASH] = ACTIONS(901), + [anon_sym_PIPE] = ACTIONS(919), + [anon_sym_CARET] = ACTIONS(909), + [anon_sym_LT_LT] = ACTIONS(919), + [anon_sym_GT_GT] = ACTIONS(919), + [anon_sym_borrowing] = ACTIONS(875), + [anon_sym_consuming] = ACTIONS(875), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(927), + [sym__implicit_semi] = ACTIONS(619), + [sym__explicit_semi] = ACTIONS(619), + [sym__dot_custom] = ACTIONS(929), + [sym__conjunction_operator_custom] = ACTIONS(619), + [sym__disjunction_operator_custom] = ACTIONS(619), + [sym__nil_coalescing_operator_custom] = ACTIONS(619), + [sym__eq_custom] = ACTIONS(919), + [sym__eq_eq_custom] = ACTIONS(919), + [sym__plus_then_ws] = ACTIONS(919), + [sym__minus_then_ws] = ACTIONS(919), + [sym__bang_custom] = ACTIONS(931), + [sym_where_keyword] = ACTIONS(619), + [sym__as_custom] = ACTIONS(619), + [sym__as_quest_custom] = ACTIONS(619), + [sym__as_bang_custom] = ACTIONS(619), + [sym__custom_operator] = ACTIONS(907), + [sym__hash_symbol_custom] = ACTIONS(933), + [sym__directive_if] = ACTIONS(935), + [sym__directive_elseif] = ACTIONS(935), + [sym__directive_else] = ACTIONS(937), + [sym__directive_endif] = ACTIONS(937), + }, + [STATE(171)] = { + [sym_simple_identifier] = STATE(2899), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6439), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1542), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(1512), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__universally_allowed_pattern] = STATE(7016), + [sym__bound_identifier] = STATE(7273), + [sym__binding_pattern_no_expr] = STATE(8711), + [sym__binding_pattern_with_expr] = STATE(8744), + [sym_value_binding_pattern] = STATE(4892), + [sym__tuple_pattern_item] = STATE(8734), + [sym__tuple_pattern] = STATE(7016), + [sym__case_pattern] = STATE(7016), + [sym__type_casting_pattern] = STATE(7016), + [sym__binding_pattern] = STATE(7017), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(835), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_case] = ACTIONS(837), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_is] = ACTIONS(839), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [sym_wildcard_pattern] = ACTIONS(841), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(843), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(172)] = { + [sym_simple_identifier] = STATE(2920), + [sym__contextual_simple_identifier] = STATE(2778), + [sym__basic_literal] = STATE(3483), + [sym_boolean_literal] = STATE(3483), + [sym__string_literal] = STATE(3483), + [sym_line_string_literal] = STATE(3483), + [sym_multi_line_string_literal] = STATE(3483), + [sym_raw_string_literal] = STATE(3483), + [sym_regex_literal] = STATE(3483), + [sym__extended_regex_literal] = STATE(3437), + [sym__multiline_regex_literal] = STATE(3437), + [sym_user_type] = STATE(6490), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6567), + [sym_dictionary_type] = STATE(6567), + [sym_expression] = STATE(1523), + [sym_optional_chain_marker] = STATE(3483), + [sym__unary_expression] = STATE(3483), + [sym_postfix_expression] = STATE(3483), + [sym_constructor_expression] = STATE(3483), + [sym__parenthesized_type] = STATE(7825), + [sym_navigation_expression] = STATE(3483), + [sym__navigable_type_expression] = STATE(7825), + [sym_open_start_range_expression] = STATE(3483), + [sym__range_operator] = STATE(645), + [sym_open_end_range_expression] = STATE(3483), + [sym_prefix_expression] = STATE(3483), + [sym_as_expression] = STATE(3483), + [sym_selector_expression] = STATE(3483), + [sym__binary_expression] = STATE(3483), + [sym_multiplicative_expression] = STATE(3483), + [sym_additive_expression] = STATE(3483), + [sym_range_expression] = STATE(3483), + [sym_infix_expression] = STATE(3483), + [sym_nil_coalescing_expression] = STATE(3483), + [sym_check_expression] = STATE(3483), + [sym_comparison_expression] = STATE(3483), + [sym_equality_expression] = STATE(3483), + [sym_conjunction_expression] = STATE(3483), + [sym_disjunction_expression] = STATE(3483), + [sym_bitwise_operation] = STATE(3483), + [sym_custom_operator] = STATE(1227), + [sym_try_expression] = STATE(3483), + [sym_await_expression] = STATE(3483), + [sym__await_operator] = STATE(647), + [sym_ternary_expression] = STATE(3483), + [sym_call_expression] = STATE(3483), + [sym_macro_invocation] = STATE(3483), + [sym__primary_expression] = STATE(3483), + [sym_tuple_expression] = STATE(3483), + [sym_array_literal] = STATE(3483), + [sym_dictionary_literal] = STATE(3483), + [sym_special_literal] = STATE(3483), + [sym_playground_literal] = STATE(3483), + [sym_lambda_literal] = STATE(3483), + [sym_self_expression] = STATE(3483), + [sym_super_expression] = STATE(3483), + [sym_if_statement] = STATE(3483), + [sym_switch_statement] = STATE(3483), + [sym_switch_pattern] = STATE(7497), + [sym_key_path_expression] = STATE(3483), + [sym_key_path_string_expression] = STATE(3483), + [sym_try_operator] = STATE(650), + [sym__assignment_and_operator] = STATE(3154), + [sym__equality_operator] = STATE(3154), + [sym__comparison_operator] = STATE(3154), + [sym__three_dot_operator] = STATE(1215), + [sym__open_ended_range_operator] = STATE(645), + [sym__additive_operator] = STATE(3154), + [sym__multiplicative_operator] = STATE(3154), + [sym__prefix_unary_operator] = STATE(663), + [sym_directly_assignable_expression] = STATE(6569), + [sym_assignment] = STATE(3483), + [sym_value_parameter_pack] = STATE(3483), + [sym_value_pack_expansion] = STATE(3483), + [sym_referenceable_operator] = STATE(3483), + [sym__equal_sign] = STATE(3154), + [sym__eq_eq] = STATE(3154), + [sym__dot] = STATE(1495), + [sym__hash_symbol] = STATE(4956), + [sym_bang] = STATE(1227), + [sym__universally_allowed_pattern] = STATE(6856), + [sym__bound_identifier] = STATE(7273), + [sym__binding_pattern_no_expr] = STATE(8769), + [sym__binding_pattern_with_expr] = STATE(8368), + [sym_value_binding_pattern] = STATE(4925), + [sym__tuple_pattern] = STATE(6856), + [sym__case_pattern] = STATE(6856), + [sym__type_casting_pattern] = STATE(6856), + [sym__binding_pattern] = STATE(6857), + [sym__parameter_ownership_modifier] = STATE(2778), + [sym_directive] = STATE(3483), + [sym_diagnostic] = STATE(3483), + [aux_sym_raw_string_literal_repeat1] = STATE(7865), + [anon_sym_BANG] = ACTIONS(939), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(941), + [aux_sym_simple_identifier_token2] = ACTIONS(943), + [aux_sym_simple_identifier_token3] = ACTIONS(943), + [aux_sym_simple_identifier_token4] = ACTIONS(943), + [anon_sym_actor] = ACTIONS(941), + [anon_sym_async] = ACTIONS(941), + [anon_sym_each] = ACTIONS(945), + [anon_sym_lazy] = ACTIONS(941), + [anon_sym_repeat] = ACTIONS(947), + [anon_sym_package] = ACTIONS(941), + [anon_sym_nil] = ACTIONS(949), + [sym_real_literal] = ACTIONS(951), + [sym_integer_literal] = ACTIONS(949), + [sym_hex_literal] = ACTIONS(949), + [sym_oct_literal] = ACTIONS(951), + [sym_bin_literal] = ACTIONS(951), + [anon_sym_true] = ACTIONS(953), + [anon_sym_false] = ACTIONS(953), + [anon_sym_DQUOTE] = ACTIONS(955), + [anon_sym_BSLASH] = ACTIONS(957), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(959), + [sym__oneline_regex_literal] = ACTIONS(961), + [anon_sym_LPAREN] = ACTIONS(963), + [anon_sym_LBRACK] = ACTIONS(965), + [anon_sym_AMP] = ACTIONS(967), + [anon_sym_TILDE] = ACTIONS(967), + [anon_sym_if] = ACTIONS(969), + [anon_sym_switch] = ACTIONS(971), + [aux_sym_custom_operator_token1] = ACTIONS(973), + [anon_sym_LT] = ACTIONS(975), + [anon_sym_GT] = ACTIONS(975), + [anon_sym_await] = ACTIONS(977), + [anon_sym_LBRACE] = ACTIONS(979), + [anon_sym_CARET_LBRACE] = ACTIONS(979), + [anon_sym_self] = ACTIONS(981), + [anon_sym_super] = ACTIONS(983), + [anon_sym_case] = ACTIONS(985), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(987), + [anon_sym_DASH_EQ] = ACTIONS(987), + [anon_sym_STAR_EQ] = ACTIONS(987), + [anon_sym_SLASH_EQ] = ACTIONS(987), + [anon_sym_PERCENT_EQ] = ACTIONS(987), + [anon_sym_BANG_EQ] = ACTIONS(975), + [anon_sym_BANG_EQ_EQ] = ACTIONS(987), + [anon_sym_EQ_EQ_EQ] = ACTIONS(987), + [anon_sym_LT_EQ] = ACTIONS(987), + [anon_sym_GT_EQ] = ACTIONS(987), + [anon_sym_DOT_DOT_DOT] = ACTIONS(989), + [anon_sym_DOT_DOT_LT] = ACTIONS(991), + [anon_sym_is] = ACTIONS(993), + [anon_sym_PLUS] = ACTIONS(995), + [anon_sym_DASH] = ACTIONS(995), + [anon_sym_STAR] = ACTIONS(975), + [anon_sym_SLASH] = ACTIONS(975), + [anon_sym_PERCENT] = ACTIONS(975), + [anon_sym_PLUS_PLUS] = ACTIONS(967), + [anon_sym_DASH_DASH] = ACTIONS(967), + [anon_sym_PIPE] = ACTIONS(987), + [anon_sym_CARET] = ACTIONS(975), + [anon_sym_LT_LT] = ACTIONS(987), + [anon_sym_GT_GT] = ACTIONS(987), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [sym_wildcard_pattern] = ACTIONS(997), + [anon_sym_borrowing] = ACTIONS(941), + [anon_sym_consuming] = ACTIONS(941), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(999), + [sym__dot_custom] = ACTIONS(1001), + [sym__eq_custom] = ACTIONS(987), + [sym__eq_eq_custom] = ACTIONS(987), + [sym__plus_then_ws] = ACTIONS(987), + [sym__minus_then_ws] = ACTIONS(987), + [sym__bang_custom] = ACTIONS(1003), + [sym__custom_operator] = ACTIONS(973), + [sym__hash_symbol_custom] = ACTIONS(1005), + [sym__directive_if] = ACTIONS(1007), + [sym__directive_elseif] = ACTIONS(1007), + [sym__directive_else] = ACTIONS(1009), + [sym__directive_endif] = ACTIONS(1009), + }, + [STATE(173)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1679), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [ts_builtin_sym_end] = ACTIONS(475), + [anon_sym_BANG] = ACTIONS(453), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_COMMA] = ACTIONS(475), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(475), + [anon_sym_LBRACK] = ACTIONS(475), + [anon_sym_QMARK] = ACTIONS(453), + [anon_sym_QMARK2] = ACTIONS(475), + [anon_sym_AMP] = ACTIONS(475), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(475), + [anon_sym_LT] = ACTIONS(453), + [anon_sym_GT] = ACTIONS(453), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(475), + [anon_sym_CARET_LBRACE] = ACTIONS(475), + [anon_sym_RBRACE] = ACTIONS(475), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(475), + [anon_sym_DASH_EQ] = ACTIONS(475), + [anon_sym_STAR_EQ] = ACTIONS(475), + [anon_sym_SLASH_EQ] = ACTIONS(475), + [anon_sym_PERCENT_EQ] = ACTIONS(475), + [anon_sym_BANG_EQ] = ACTIONS(453), + [anon_sym_BANG_EQ_EQ] = ACTIONS(475), + [anon_sym_EQ_EQ_EQ] = ACTIONS(475), + [anon_sym_LT_EQ] = ACTIONS(475), + [anon_sym_GT_EQ] = ACTIONS(475), + [anon_sym_DOT_DOT_DOT] = ACTIONS(475), + [anon_sym_DOT_DOT_LT] = ACTIONS(475), + [anon_sym_is] = ACTIONS(453), + [anon_sym_PLUS] = ACTIONS(453), + [anon_sym_DASH] = ACTIONS(453), + [anon_sym_STAR] = ACTIONS(453), + [anon_sym_SLASH] = ACTIONS(453), + [anon_sym_PERCENT] = ACTIONS(453), + [anon_sym_PLUS_PLUS] = ACTIONS(475), + [anon_sym_DASH_DASH] = ACTIONS(475), + [anon_sym_PIPE] = ACTIONS(475), + [anon_sym_CARET] = ACTIONS(453), + [anon_sym_LT_LT] = ACTIONS(475), + [anon_sym_GT_GT] = ACTIONS(475), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__implicit_semi] = ACTIONS(475), + [sym__explicit_semi] = ACTIONS(475), + [sym__dot_custom] = ACTIONS(475), + [sym__conjunction_operator_custom] = ACTIONS(475), + [sym__disjunction_operator_custom] = ACTIONS(475), + [sym__nil_coalescing_operator_custom] = ACTIONS(475), + [sym__eq_custom] = ACTIONS(475), + [sym__eq_eq_custom] = ACTIONS(475), + [sym__plus_then_ws] = ACTIONS(475), + [sym__minus_then_ws] = ACTIONS(475), + [sym__bang_custom] = ACTIONS(475), + [sym_where_keyword] = ACTIONS(475), + [sym__as_custom] = ACTIONS(475), + [sym__as_quest_custom] = ACTIONS(475), + [sym__as_bang_custom] = ACTIONS(475), + [sym__custom_operator] = ACTIONS(475), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(174)] = { + [sym_simple_identifier] = STATE(2986), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6439), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1542), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_switch_pattern] = STATE(8701), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(1512), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__universally_allowed_pattern] = STATE(7016), + [sym__bound_identifier] = STATE(7273), + [sym__binding_pattern_no_expr] = STATE(8711), + [sym__binding_pattern_with_expr] = STATE(8583), + [sym_value_binding_pattern] = STATE(4892), + [sym__tuple_pattern] = STATE(7016), + [sym__case_pattern] = STATE(7016), + [sym__type_casting_pattern] = STATE(7016), + [sym__binding_pattern] = STATE(7017), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(835), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_case] = ACTIONS(837), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_is] = ACTIONS(839), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [sym_wildcard_pattern] = ACTIONS(841), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(843), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(175)] = { + [sym_simple_identifier] = STATE(2393), + [sym__contextual_simple_identifier] = STATE(2212), + [sym__basic_literal] = STATE(2472), + [sym_boolean_literal] = STATE(2472), + [sym__string_literal] = STATE(2472), + [sym_line_string_literal] = STATE(2472), + [sym_multi_line_string_literal] = STATE(2472), + [sym_raw_string_literal] = STATE(2472), + [sym_regex_literal] = STATE(2472), + [sym__extended_regex_literal] = STATE(2528), + [sym__multiline_regex_literal] = STATE(2528), + [sym_user_type] = STATE(6600), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6600), + [sym_dictionary_type] = STATE(6600), + [sym_expression] = STATE(1465), + [sym_optional_chain_marker] = STATE(2472), + [sym__unary_expression] = STATE(2472), + [sym_postfix_expression] = STATE(2472), + [sym_constructor_expression] = STATE(2472), + [sym__parenthesized_type] = STATE(7973), + [sym_navigation_expression] = STATE(2472), + [sym__navigable_type_expression] = STATE(7973), + [sym_open_start_range_expression] = STATE(2472), + [sym__range_operator] = STATE(722), + [sym_open_end_range_expression] = STATE(2472), + [sym_prefix_expression] = STATE(2472), + [sym_as_expression] = STATE(2472), + [sym_selector_expression] = STATE(2472), + [sym__binary_expression] = STATE(2472), + [sym_multiplicative_expression] = STATE(2472), + [sym_additive_expression] = STATE(2472), + [sym_range_expression] = STATE(2472), + [sym_infix_expression] = STATE(2472), + [sym_nil_coalescing_expression] = STATE(2472), + [sym_check_expression] = STATE(2472), + [sym_comparison_expression] = STATE(2472), + [sym_equality_expression] = STATE(2472), + [sym_conjunction_expression] = STATE(2472), + [sym_disjunction_expression] = STATE(2472), + [sym_bitwise_operation] = STATE(2472), + [sym_custom_operator] = STATE(1124), + [sym_try_expression] = STATE(2472), + [sym_await_expression] = STATE(2472), + [sym__await_operator] = STATE(723), + [sym_ternary_expression] = STATE(2472), + [sym_call_expression] = STATE(2472), + [sym_macro_invocation] = STATE(2472), + [sym__primary_expression] = STATE(2472), + [sym_tuple_expression] = STATE(2472), + [sym_array_literal] = STATE(2472), + [sym_dictionary_literal] = STATE(2472), + [sym_special_literal] = STATE(2472), + [sym_playground_literal] = STATE(2472), + [sym_lambda_literal] = STATE(2472), + [sym_self_expression] = STATE(2472), + [sym_super_expression] = STATE(2472), + [sym_if_statement] = STATE(2472), + [sym_switch_statement] = STATE(2472), + [sym_key_path_expression] = STATE(2472), + [sym_key_path_string_expression] = STATE(2472), + [sym_try_operator] = STATE(583), + [sym__assignment_and_operator] = STATE(2613), + [sym__equality_operator] = STATE(2613), + [sym__comparison_operator] = STATE(2613), + [sym__three_dot_operator] = STATE(1104), + [sym__open_ended_range_operator] = STATE(722), + [sym__additive_operator] = STATE(2613), + [sym__multiplicative_operator] = STATE(2613), + [sym__prefix_unary_operator] = STATE(593), + [sym_directly_assignable_expression] = STATE(6606), + [sym_assignment] = STATE(2472), + [sym_value_parameter_pack] = STATE(2472), + [sym_value_pack_expansion] = STATE(2472), + [sym_referenceable_operator] = STATE(2472), + [sym__equal_sign] = STATE(2613), + [sym__eq_eq] = STATE(2613), + [sym__dot] = STATE(593), + [sym__hash_symbol] = STATE(4952), + [sym_bang] = STATE(1124), + [sym__parameter_ownership_modifier] = STATE(2212), + [sym_directive] = STATE(2472), + [sym_diagnostic] = STATE(2472), + [aux_sym_raw_string_literal_repeat1] = STATE(8314), + [ts_builtin_sym_end] = ACTIONS(619), + [anon_sym_BANG] = ACTIONS(873), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(875), + [aux_sym_simple_identifier_token2] = ACTIONS(877), + [aux_sym_simple_identifier_token3] = ACTIONS(877), + [aux_sym_simple_identifier_token4] = ACTIONS(877), + [anon_sym_actor] = ACTIONS(875), + [anon_sym_async] = ACTIONS(875), + [anon_sym_each] = ACTIONS(879), + [anon_sym_lazy] = ACTIONS(875), + [anon_sym_repeat] = ACTIONS(881), + [anon_sym_package] = ACTIONS(875), + [anon_sym_nil] = ACTIONS(883), + [sym_real_literal] = ACTIONS(885), + [sym_integer_literal] = ACTIONS(883), + [sym_hex_literal] = ACTIONS(883), + [sym_oct_literal] = ACTIONS(885), + [sym_bin_literal] = ACTIONS(885), + [anon_sym_true] = ACTIONS(887), + [anon_sym_false] = ACTIONS(887), + [anon_sym_DQUOTE] = ACTIONS(889), + [anon_sym_BSLASH] = ACTIONS(891), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(893), + [anon_sym_COMMA] = ACTIONS(619), + [sym__oneline_regex_literal] = ACTIONS(895), + [anon_sym_LPAREN] = ACTIONS(897), + [anon_sym_LBRACK] = ACTIONS(899), + [anon_sym_QMARK] = ACTIONS(625), + [anon_sym_QMARK2] = ACTIONS(619), + [anon_sym_AMP] = ACTIONS(901), + [anon_sym_TILDE] = ACTIONS(901), + [anon_sym_if] = ACTIONS(903), + [anon_sym_switch] = ACTIONS(905), + [aux_sym_custom_operator_token1] = ACTIONS(907), + [anon_sym_LT] = ACTIONS(909), + [anon_sym_GT] = ACTIONS(909), + [anon_sym_await] = ACTIONS(911), + [anon_sym_LBRACE] = ACTIONS(913), + [anon_sym_CARET_LBRACE] = ACTIONS(913), + [anon_sym_RBRACE] = ACTIONS(619), + [anon_sym_self] = ACTIONS(915), + [anon_sym_super] = ACTIONS(917), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(919), + [anon_sym_DASH_EQ] = ACTIONS(919), + [anon_sym_STAR_EQ] = ACTIONS(919), + [anon_sym_SLASH_EQ] = ACTIONS(919), + [anon_sym_PERCENT_EQ] = ACTIONS(919), + [anon_sym_BANG_EQ] = ACTIONS(909), + [anon_sym_BANG_EQ_EQ] = ACTIONS(919), + [anon_sym_EQ_EQ_EQ] = ACTIONS(919), + [anon_sym_LT_EQ] = ACTIONS(919), + [anon_sym_GT_EQ] = ACTIONS(919), + [anon_sym_DOT_DOT_DOT] = ACTIONS(921), + [anon_sym_DOT_DOT_LT] = ACTIONS(923), + [anon_sym_is] = ACTIONS(625), + [anon_sym_PLUS] = ACTIONS(925), + [anon_sym_DASH] = ACTIONS(925), + [anon_sym_STAR] = ACTIONS(909), + [anon_sym_SLASH] = ACTIONS(909), + [anon_sym_PERCENT] = ACTIONS(909), + [anon_sym_PLUS_PLUS] = ACTIONS(901), + [anon_sym_DASH_DASH] = ACTIONS(901), + [anon_sym_PIPE] = ACTIONS(919), + [anon_sym_CARET] = ACTIONS(909), + [anon_sym_LT_LT] = ACTIONS(919), + [anon_sym_GT_GT] = ACTIONS(919), + [anon_sym_borrowing] = ACTIONS(875), + [anon_sym_consuming] = ACTIONS(875), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(927), + [sym__implicit_semi] = ACTIONS(619), + [sym__explicit_semi] = ACTIONS(619), + [sym__dot_custom] = ACTIONS(929), + [sym__conjunction_operator_custom] = ACTIONS(619), + [sym__disjunction_operator_custom] = ACTIONS(619), + [sym__nil_coalescing_operator_custom] = ACTIONS(619), + [sym__eq_custom] = ACTIONS(919), + [sym__eq_eq_custom] = ACTIONS(919), + [sym__plus_then_ws] = ACTIONS(919), + [sym__minus_then_ws] = ACTIONS(919), + [sym__bang_custom] = ACTIONS(931), + [sym_where_keyword] = ACTIONS(619), + [sym__as_custom] = ACTIONS(619), + [sym__as_quest_custom] = ACTIONS(619), + [sym__as_bang_custom] = ACTIONS(619), + [sym__custom_operator] = ACTIONS(907), + [sym__hash_symbol_custom] = ACTIONS(933), + [sym__directive_if] = ACTIONS(935), + [sym__directive_elseif] = ACTIONS(935), + [sym__directive_else] = ACTIONS(937), + [sym__directive_endif] = ACTIONS(937), + }, + [STATE(176)] = { + [sym_simple_identifier] = STATE(2899), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6439), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1542), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(1512), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__universally_allowed_pattern] = STATE(7016), + [sym__bound_identifier] = STATE(7273), + [sym__binding_pattern_no_expr] = STATE(8711), + [sym__binding_pattern_with_expr] = STATE(8744), + [sym_value_binding_pattern] = STATE(4892), + [sym__tuple_pattern_item] = STATE(8399), + [sym__tuple_pattern] = STATE(7016), + [sym__case_pattern] = STATE(7016), + [sym__type_casting_pattern] = STATE(7016), + [sym__binding_pattern] = STATE(7017), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(835), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_case] = ACTIONS(837), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_is] = ACTIONS(839), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [sym_wildcard_pattern] = ACTIONS(841), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(843), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(177)] = { + [sym_simple_identifier] = STATE(2899), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6439), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1542), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(1512), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__universally_allowed_pattern] = STATE(7016), + [sym__bound_identifier] = STATE(7273), + [sym__binding_pattern_no_expr] = STATE(8711), + [sym__binding_pattern_with_expr] = STATE(8744), + [sym_value_binding_pattern] = STATE(4892), + [sym__tuple_pattern_item] = STATE(8091), + [sym__tuple_pattern] = STATE(7016), + [sym__case_pattern] = STATE(7016), + [sym__type_casting_pattern] = STATE(7016), + [sym__binding_pattern] = STATE(7017), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(835), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_case] = ACTIONS(837), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_is] = ACTIONS(839), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [sym_wildcard_pattern] = ACTIONS(841), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(843), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(178)] = { + [sym_simple_identifier] = STATE(2899), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6439), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1542), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(1512), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__universally_allowed_pattern] = STATE(7016), + [sym__bound_identifier] = STATE(7273), + [sym__binding_pattern_no_expr] = STATE(8711), + [sym__binding_pattern_with_expr] = STATE(8744), + [sym_value_binding_pattern] = STATE(4892), + [sym__tuple_pattern_item] = STATE(7833), + [sym__tuple_pattern] = STATE(7016), + [sym__case_pattern] = STATE(7016), + [sym__type_casting_pattern] = STATE(7016), + [sym__binding_pattern] = STATE(7017), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(835), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_case] = ACTIONS(837), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_is] = ACTIONS(839), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [sym_wildcard_pattern] = ACTIONS(841), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(843), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(179)] = { + [sym_simple_identifier] = STATE(2899), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6439), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1542), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(1512), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__universally_allowed_pattern] = STATE(7016), + [sym__bound_identifier] = STATE(7273), + [sym__binding_pattern_no_expr] = STATE(8711), + [sym__binding_pattern_with_expr] = STATE(8744), + [sym_value_binding_pattern] = STATE(4892), + [sym__tuple_pattern_item] = STATE(8553), + [sym__tuple_pattern] = STATE(7016), + [sym__case_pattern] = STATE(7016), + [sym__type_casting_pattern] = STATE(7016), + [sym__binding_pattern] = STATE(7017), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(835), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_case] = ACTIONS(837), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_is] = ACTIONS(839), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [sym_wildcard_pattern] = ACTIONS(841), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(843), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(180)] = { + [sym_simple_identifier] = STATE(2920), + [sym__contextual_simple_identifier] = STATE(2778), + [sym__basic_literal] = STATE(3483), + [sym_boolean_literal] = STATE(3483), + [sym__string_literal] = STATE(3483), + [sym_line_string_literal] = STATE(3483), + [sym_multi_line_string_literal] = STATE(3483), + [sym_raw_string_literal] = STATE(3483), + [sym_regex_literal] = STATE(3483), + [sym__extended_regex_literal] = STATE(3437), + [sym__multiline_regex_literal] = STATE(3437), + [sym_user_type] = STATE(6490), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6567), + [sym_dictionary_type] = STATE(6567), + [sym_expression] = STATE(1523), + [sym_optional_chain_marker] = STATE(3483), + [sym__unary_expression] = STATE(3483), + [sym_postfix_expression] = STATE(3483), + [sym_constructor_expression] = STATE(3483), + [sym__parenthesized_type] = STATE(7825), + [sym_navigation_expression] = STATE(3483), + [sym__navigable_type_expression] = STATE(7825), + [sym_open_start_range_expression] = STATE(3483), + [sym__range_operator] = STATE(645), + [sym_open_end_range_expression] = STATE(3483), + [sym_prefix_expression] = STATE(3483), + [sym_as_expression] = STATE(3483), + [sym_selector_expression] = STATE(3483), + [sym__binary_expression] = STATE(3483), + [sym_multiplicative_expression] = STATE(3483), + [sym_additive_expression] = STATE(3483), + [sym_range_expression] = STATE(3483), + [sym_infix_expression] = STATE(3483), + [sym_nil_coalescing_expression] = STATE(3483), + [sym_check_expression] = STATE(3483), + [sym_comparison_expression] = STATE(3483), + [sym_equality_expression] = STATE(3483), + [sym_conjunction_expression] = STATE(3483), + [sym_disjunction_expression] = STATE(3483), + [sym_bitwise_operation] = STATE(3483), + [sym_custom_operator] = STATE(1227), + [sym_try_expression] = STATE(3483), + [sym_await_expression] = STATE(3483), + [sym__await_operator] = STATE(647), + [sym_ternary_expression] = STATE(3483), + [sym_call_expression] = STATE(3483), + [sym_macro_invocation] = STATE(3483), + [sym__primary_expression] = STATE(3483), + [sym_tuple_expression] = STATE(3483), + [sym_array_literal] = STATE(3483), + [sym_dictionary_literal] = STATE(3483), + [sym_special_literal] = STATE(3483), + [sym_playground_literal] = STATE(3483), + [sym_lambda_literal] = STATE(3483), + [sym_self_expression] = STATE(3483), + [sym_super_expression] = STATE(3483), + [sym_if_statement] = STATE(3483), + [sym_switch_statement] = STATE(3483), + [sym_switch_pattern] = STATE(7501), + [sym_key_path_expression] = STATE(3483), + [sym_key_path_string_expression] = STATE(3483), + [sym_try_operator] = STATE(650), + [sym__assignment_and_operator] = STATE(3154), + [sym__equality_operator] = STATE(3154), + [sym__comparison_operator] = STATE(3154), + [sym__three_dot_operator] = STATE(1215), + [sym__open_ended_range_operator] = STATE(645), + [sym__additive_operator] = STATE(3154), + [sym__multiplicative_operator] = STATE(3154), + [sym__prefix_unary_operator] = STATE(663), + [sym_directly_assignable_expression] = STATE(6569), + [sym_assignment] = STATE(3483), + [sym_value_parameter_pack] = STATE(3483), + [sym_value_pack_expansion] = STATE(3483), + [sym_referenceable_operator] = STATE(3483), + [sym__equal_sign] = STATE(3154), + [sym__eq_eq] = STATE(3154), + [sym__dot] = STATE(1495), + [sym__hash_symbol] = STATE(4956), + [sym_bang] = STATE(1227), + [sym__universally_allowed_pattern] = STATE(6856), + [sym__bound_identifier] = STATE(7273), + [sym__binding_pattern_no_expr] = STATE(8769), + [sym__binding_pattern_with_expr] = STATE(8368), + [sym_value_binding_pattern] = STATE(4925), + [sym__tuple_pattern] = STATE(6856), + [sym__case_pattern] = STATE(6856), + [sym__type_casting_pattern] = STATE(6856), + [sym__binding_pattern] = STATE(6857), + [sym__parameter_ownership_modifier] = STATE(2778), + [sym_directive] = STATE(3483), + [sym_diagnostic] = STATE(3483), + [aux_sym_raw_string_literal_repeat1] = STATE(7865), + [anon_sym_BANG] = ACTIONS(939), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(941), + [aux_sym_simple_identifier_token2] = ACTIONS(943), + [aux_sym_simple_identifier_token3] = ACTIONS(943), + [aux_sym_simple_identifier_token4] = ACTIONS(943), + [anon_sym_actor] = ACTIONS(941), + [anon_sym_async] = ACTIONS(941), + [anon_sym_each] = ACTIONS(945), + [anon_sym_lazy] = ACTIONS(941), + [anon_sym_repeat] = ACTIONS(947), + [anon_sym_package] = ACTIONS(941), + [anon_sym_nil] = ACTIONS(949), + [sym_real_literal] = ACTIONS(951), + [sym_integer_literal] = ACTIONS(949), + [sym_hex_literal] = ACTIONS(949), + [sym_oct_literal] = ACTIONS(951), + [sym_bin_literal] = ACTIONS(951), + [anon_sym_true] = ACTIONS(953), + [anon_sym_false] = ACTIONS(953), + [anon_sym_DQUOTE] = ACTIONS(955), + [anon_sym_BSLASH] = ACTIONS(957), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(959), + [sym__oneline_regex_literal] = ACTIONS(961), + [anon_sym_LPAREN] = ACTIONS(963), + [anon_sym_LBRACK] = ACTIONS(965), + [anon_sym_AMP] = ACTIONS(967), + [anon_sym_TILDE] = ACTIONS(967), + [anon_sym_if] = ACTIONS(969), + [anon_sym_switch] = ACTIONS(971), + [aux_sym_custom_operator_token1] = ACTIONS(973), + [anon_sym_LT] = ACTIONS(975), + [anon_sym_GT] = ACTIONS(975), + [anon_sym_await] = ACTIONS(977), + [anon_sym_LBRACE] = ACTIONS(979), + [anon_sym_CARET_LBRACE] = ACTIONS(979), + [anon_sym_self] = ACTIONS(981), + [anon_sym_super] = ACTIONS(983), + [anon_sym_case] = ACTIONS(985), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(987), + [anon_sym_DASH_EQ] = ACTIONS(987), + [anon_sym_STAR_EQ] = ACTIONS(987), + [anon_sym_SLASH_EQ] = ACTIONS(987), + [anon_sym_PERCENT_EQ] = ACTIONS(987), + [anon_sym_BANG_EQ] = ACTIONS(975), + [anon_sym_BANG_EQ_EQ] = ACTIONS(987), + [anon_sym_EQ_EQ_EQ] = ACTIONS(987), + [anon_sym_LT_EQ] = ACTIONS(987), + [anon_sym_GT_EQ] = ACTIONS(987), + [anon_sym_DOT_DOT_DOT] = ACTIONS(989), + [anon_sym_DOT_DOT_LT] = ACTIONS(991), + [anon_sym_is] = ACTIONS(993), + [anon_sym_PLUS] = ACTIONS(995), + [anon_sym_DASH] = ACTIONS(995), + [anon_sym_STAR] = ACTIONS(975), + [anon_sym_SLASH] = ACTIONS(975), + [anon_sym_PERCENT] = ACTIONS(975), + [anon_sym_PLUS_PLUS] = ACTIONS(967), + [anon_sym_DASH_DASH] = ACTIONS(967), + [anon_sym_PIPE] = ACTIONS(987), + [anon_sym_CARET] = ACTIONS(975), + [anon_sym_LT_LT] = ACTIONS(987), + [anon_sym_GT_GT] = ACTIONS(987), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [sym_wildcard_pattern] = ACTIONS(997), + [anon_sym_borrowing] = ACTIONS(941), + [anon_sym_consuming] = ACTIONS(941), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(999), + [sym__dot_custom] = ACTIONS(1001), + [sym__eq_custom] = ACTIONS(987), + [sym__eq_eq_custom] = ACTIONS(987), + [sym__plus_then_ws] = ACTIONS(987), + [sym__minus_then_ws] = ACTIONS(987), + [sym__bang_custom] = ACTIONS(1003), + [sym__custom_operator] = ACTIONS(973), + [sym__hash_symbol_custom] = ACTIONS(1005), + [sym__directive_if] = ACTIONS(1007), + [sym__directive_elseif] = ACTIONS(1007), + [sym__directive_else] = ACTIONS(1009), + [sym__directive_endif] = ACTIONS(1009), + }, + [STATE(181)] = { + [sym_simple_identifier] = STATE(2899), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6439), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1542), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(1512), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__universally_allowed_pattern] = STATE(7016), + [sym__bound_identifier] = STATE(7273), + [sym__binding_pattern_no_expr] = STATE(8711), + [sym__binding_pattern_with_expr] = STATE(8744), + [sym_value_binding_pattern] = STATE(4892), + [sym__tuple_pattern_item] = STATE(8031), + [sym__tuple_pattern] = STATE(7016), + [sym__case_pattern] = STATE(7016), + [sym__type_casting_pattern] = STATE(7016), + [sym__binding_pattern] = STATE(7017), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(835), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_case] = ACTIONS(837), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_is] = ACTIONS(839), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [sym_wildcard_pattern] = ACTIONS(841), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(843), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(182)] = { + [sym_simple_identifier] = STATE(2899), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6439), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1542), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(1512), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__universally_allowed_pattern] = STATE(7016), + [sym__bound_identifier] = STATE(7273), + [sym__binding_pattern_no_expr] = STATE(8711), + [sym__binding_pattern_with_expr] = STATE(8744), + [sym_value_binding_pattern] = STATE(4892), + [sym__tuple_pattern_item] = STATE(8174), + [sym__tuple_pattern] = STATE(7016), + [sym__case_pattern] = STATE(7016), + [sym__type_casting_pattern] = STATE(7016), + [sym__binding_pattern] = STATE(7017), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(835), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_case] = ACTIONS(837), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_is] = ACTIONS(839), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [sym_wildcard_pattern] = ACTIONS(841), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(843), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(183)] = { + [sym_simple_identifier] = STATE(2986), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6439), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1535), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(1512), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__universally_allowed_pattern] = STATE(7016), + [sym__bound_identifier] = STATE(7273), + [sym__binding_pattern_no_expr] = STATE(8711), + [sym__binding_pattern_with_expr] = STATE(8730), + [sym_value_binding_pattern] = STATE(4892), + [sym__tuple_pattern] = STATE(7016), + [sym__case_pattern] = STATE(7016), + [sym__type_casting_pattern] = STATE(7016), + [sym__binding_pattern] = STATE(7017), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(835), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_case] = ACTIONS(837), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_is] = ACTIONS(839), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [sym_wildcard_pattern] = ACTIONS(841), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(843), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(184)] = { + [sym_simple_identifier] = STATE(2455), + [sym__contextual_simple_identifier] = STATE(2422), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1482), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym_self_expression] = STATE(2689), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(2689), + [sym_switch_statement] = STATE(2689), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__parameter_ownership_modifier] = STATE(2422), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [ts_builtin_sym_end] = ACTIONS(619), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(11), + [aux_sym_simple_identifier_token2] = ACTIONS(13), + [aux_sym_simple_identifier_token3] = ACTIONS(13), + [aux_sym_simple_identifier_token4] = ACTIONS(13), + [anon_sym_actor] = ACTIONS(11), + [anon_sym_async] = ACTIONS(11), + [anon_sym_each] = ACTIONS(19), + [anon_sym_lazy] = ACTIONS(11), + [anon_sym_repeat] = ACTIONS(831), + [anon_sym_package] = ACTIONS(11), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [anon_sym_COMMA] = ACTIONS(619), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(43), + [anon_sym_QMARK] = ACTIONS(625), + [anon_sym_QMARK2] = ACTIONS(619), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_RBRACE] = ACTIONS(619), + [anon_sym_self] = ACTIONS(59), + [anon_sym_super] = ACTIONS(61), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_is] = ACTIONS(625), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [anon_sym_borrowing] = ACTIONS(11), + [anon_sym_consuming] = ACTIONS(11), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__implicit_semi] = ACTIONS(619), + [sym__explicit_semi] = ACTIONS(619), + [sym__dot_custom] = ACTIONS(141), + [sym__conjunction_operator_custom] = ACTIONS(619), + [sym__disjunction_operator_custom] = ACTIONS(619), + [sym__nil_coalescing_operator_custom] = ACTIONS(619), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__as_custom] = ACTIONS(619), + [sym__as_quest_custom] = ACTIONS(619), + [sym__as_bang_custom] = ACTIONS(619), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(185)] = { + [sym_simple_identifier] = STATE(2455), + [sym__contextual_simple_identifier] = STATE(2422), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1483), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym_self_expression] = STATE(2689), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(2689), + [sym_switch_statement] = STATE(2689), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__parameter_ownership_modifier] = STATE(2422), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [ts_builtin_sym_end] = ACTIONS(619), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(11), + [aux_sym_simple_identifier_token2] = ACTIONS(13), + [aux_sym_simple_identifier_token3] = ACTIONS(13), + [aux_sym_simple_identifier_token4] = ACTIONS(13), + [anon_sym_actor] = ACTIONS(11), + [anon_sym_async] = ACTIONS(11), + [anon_sym_each] = ACTIONS(19), + [anon_sym_lazy] = ACTIONS(11), + [anon_sym_repeat] = ACTIONS(831), + [anon_sym_package] = ACTIONS(11), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [anon_sym_COMMA] = ACTIONS(619), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(43), + [anon_sym_QMARK] = ACTIONS(625), + [anon_sym_QMARK2] = ACTIONS(619), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_RBRACE] = ACTIONS(619), + [anon_sym_self] = ACTIONS(59), + [anon_sym_super] = ACTIONS(61), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_is] = ACTIONS(625), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [anon_sym_borrowing] = ACTIONS(11), + [anon_sym_consuming] = ACTIONS(11), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__implicit_semi] = ACTIONS(619), + [sym__explicit_semi] = ACTIONS(619), + [sym__dot_custom] = ACTIONS(141), + [sym__conjunction_operator_custom] = ACTIONS(619), + [sym__disjunction_operator_custom] = ACTIONS(619), + [sym__nil_coalescing_operator_custom] = ACTIONS(619), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__as_custom] = ACTIONS(619), + [sym__as_quest_custom] = ACTIONS(619), + [sym__as_bang_custom] = ACTIONS(619), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(186)] = { + [sym_simple_identifier] = STATE(2986), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6439), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1542), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(1512), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__universally_allowed_pattern] = STATE(7016), + [sym__bound_identifier] = STATE(7273), + [sym__binding_pattern_no_expr] = STATE(8711), + [sym__binding_pattern_with_expr] = STATE(8730), + [sym_value_binding_pattern] = STATE(4892), + [sym__tuple_pattern] = STATE(7016), + [sym__case_pattern] = STATE(7016), + [sym__type_casting_pattern] = STATE(7016), + [sym__binding_pattern] = STATE(7017), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(835), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_case] = ACTIONS(837), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_is] = ACTIONS(839), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [sym_wildcard_pattern] = ACTIONS(841), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(843), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(187)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1673), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [ts_builtin_sym_end] = ACTIONS(475), + [anon_sym_BANG] = ACTIONS(453), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_COMMA] = ACTIONS(475), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(475), + [anon_sym_LBRACK] = ACTIONS(475), + [anon_sym_QMARK] = ACTIONS(453), + [anon_sym_QMARK2] = ACTIONS(475), + [anon_sym_AMP] = ACTIONS(475), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(475), + [anon_sym_LT] = ACTIONS(453), + [anon_sym_GT] = ACTIONS(453), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(475), + [anon_sym_CARET_LBRACE] = ACTIONS(475), + [anon_sym_RBRACE] = ACTIONS(475), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(475), + [anon_sym_DASH_EQ] = ACTIONS(475), + [anon_sym_STAR_EQ] = ACTIONS(475), + [anon_sym_SLASH_EQ] = ACTIONS(475), + [anon_sym_PERCENT_EQ] = ACTIONS(475), + [anon_sym_BANG_EQ] = ACTIONS(453), + [anon_sym_BANG_EQ_EQ] = ACTIONS(475), + [anon_sym_EQ_EQ_EQ] = ACTIONS(475), + [anon_sym_LT_EQ] = ACTIONS(475), + [anon_sym_GT_EQ] = ACTIONS(475), + [anon_sym_DOT_DOT_DOT] = ACTIONS(475), + [anon_sym_DOT_DOT_LT] = ACTIONS(475), + [anon_sym_is] = ACTIONS(453), + [anon_sym_PLUS] = ACTIONS(453), + [anon_sym_DASH] = ACTIONS(453), + [anon_sym_STAR] = ACTIONS(453), + [anon_sym_SLASH] = ACTIONS(453), + [anon_sym_PERCENT] = ACTIONS(453), + [anon_sym_PLUS_PLUS] = ACTIONS(475), + [anon_sym_DASH_DASH] = ACTIONS(475), + [anon_sym_PIPE] = ACTIONS(475), + [anon_sym_CARET] = ACTIONS(453), + [anon_sym_LT_LT] = ACTIONS(475), + [anon_sym_GT_GT] = ACTIONS(475), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__implicit_semi] = ACTIONS(475), + [sym__explicit_semi] = ACTIONS(475), + [sym__dot_custom] = ACTIONS(475), + [sym__conjunction_operator_custom] = ACTIONS(475), + [sym__disjunction_operator_custom] = ACTIONS(475), + [sym__nil_coalescing_operator_custom] = ACTIONS(475), + [sym__eq_custom] = ACTIONS(475), + [sym__eq_eq_custom] = ACTIONS(475), + [sym__plus_then_ws] = ACTIONS(475), + [sym__minus_then_ws] = ACTIONS(475), + [sym__bang_custom] = ACTIONS(475), + [sym__as_custom] = ACTIONS(475), + [sym__as_quest_custom] = ACTIONS(475), + [sym__as_bang_custom] = ACTIONS(475), + [sym__custom_operator] = ACTIONS(475), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(188)] = { + [sym_simple_identifier] = STATE(2986), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6439), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1577), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(1512), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__universally_allowed_pattern] = STATE(7016), + [sym__bound_identifier] = STATE(7273), + [sym__binding_pattern_no_expr] = STATE(8711), + [sym__binding_pattern_with_expr] = STATE(8730), + [sym_value_binding_pattern] = STATE(4892), + [sym__tuple_pattern] = STATE(7016), + [sym__case_pattern] = STATE(7016), + [sym__type_casting_pattern] = STATE(7016), + [sym__binding_pattern] = STATE(7017), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(835), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_case] = ACTIONS(837), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_is] = ACTIONS(839), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [sym_wildcard_pattern] = ACTIONS(841), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(843), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(189)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1516), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(619), + [anon_sym_COMMA] = ACTIONS(619), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_COLON] = ACTIONS(619), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_RBRACK] = ACTIONS(619), + [anon_sym_QMARK] = ACTIONS(625), + [anon_sym_QMARK2] = ACTIONS(619), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_is] = ACTIONS(625), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__conjunction_operator_custom] = ACTIONS(619), + [sym__disjunction_operator_custom] = ACTIONS(619), + [sym__nil_coalescing_operator_custom] = ACTIONS(619), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__as_custom] = ACTIONS(619), + [sym__as_quest_custom] = ACTIONS(619), + [sym__as_bang_custom] = ACTIONS(619), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(190)] = { + [sym_simple_identifier] = STATE(2706), + [sym__contextual_simple_identifier] = STATE(2676), + [sym__basic_literal] = STATE(2980), + [sym_boolean_literal] = STATE(2980), + [sym__string_literal] = STATE(2980), + [sym_line_string_literal] = STATE(2980), + [sym_multi_line_string_literal] = STATE(2980), + [sym_raw_string_literal] = STATE(2980), + [sym_regex_literal] = STATE(2980), + [sym__extended_regex_literal] = STATE(3075), + [sym__multiline_regex_literal] = STATE(3075), + [sym_user_type] = STATE(6563), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6563), + [sym_dictionary_type] = STATE(6563), + [sym_expression] = STATE(1520), + [sym_optional_chain_marker] = STATE(2980), + [sym__unary_expression] = STATE(2980), + [sym_postfix_expression] = STATE(2980), + [sym_constructor_expression] = STATE(2980), + [sym__parenthesized_type] = STATE(8466), + [sym_navigation_expression] = STATE(2980), + [sym__navigable_type_expression] = STATE(8466), + [sym_open_start_range_expression] = STATE(2980), + [sym__range_operator] = STATE(586), + [sym_open_end_range_expression] = STATE(2980), + [sym_prefix_expression] = STATE(2980), + [sym_as_expression] = STATE(2980), + [sym_selector_expression] = STATE(2980), + [sym__binary_expression] = STATE(2980), + [sym_multiplicative_expression] = STATE(2980), + [sym_additive_expression] = STATE(2980), + [sym_range_expression] = STATE(2980), + [sym_infix_expression] = STATE(2980), + [sym_nil_coalescing_expression] = STATE(2980), + [sym_check_expression] = STATE(2980), + [sym_comparison_expression] = STATE(2980), + [sym_equality_expression] = STATE(2980), + [sym_conjunction_expression] = STATE(2980), + [sym_disjunction_expression] = STATE(2980), + [sym_bitwise_operation] = STATE(2980), + [sym_custom_operator] = STATE(1166), + [sym_try_expression] = STATE(2980), + [sym_await_expression] = STATE(2980), + [sym__await_operator] = STATE(590), + [sym_ternary_expression] = STATE(2980), + [sym_call_expression] = STATE(2980), + [sym_macro_invocation] = STATE(2980), + [sym__primary_expression] = STATE(2980), + [sym_tuple_expression] = STATE(2980), + [sym_array_literal] = STATE(2980), + [sym_dictionary_literal] = STATE(2980), + [sym_special_literal] = STATE(2980), + [sym_playground_literal] = STATE(2980), + [sym_lambda_literal] = STATE(2980), + [sym_self_expression] = STATE(2980), + [sym_super_expression] = STATE(2980), + [sym_if_statement] = STATE(2980), + [sym_switch_statement] = STATE(2980), + [sym_key_path_expression] = STATE(2980), + [sym_key_path_string_expression] = STATE(2980), + [sym_try_operator] = STATE(591), + [sym__assignment_and_operator] = STATE(3015), + [sym__equality_operator] = STATE(3015), + [sym__comparison_operator] = STATE(3015), + [sym__three_dot_operator] = STATE(1145), + [sym__open_ended_range_operator] = STATE(586), + [sym__additive_operator] = STATE(3015), + [sym__multiplicative_operator] = STATE(3015), + [sym__prefix_unary_operator] = STATE(592), + [sym_directly_assignable_expression] = STATE(6564), + [sym_assignment] = STATE(2980), + [sym_value_parameter_pack] = STATE(2980), + [sym_value_pack_expansion] = STATE(2980), + [sym_referenceable_operator] = STATE(2980), + [sym__equal_sign] = STATE(3015), + [sym__eq_eq] = STATE(3015), + [sym__dot] = STATE(592), + [sym__hash_symbol] = STATE(4953), + [sym_bang] = STATE(1166), + [sym__parameter_ownership_modifier] = STATE(2676), + [sym_directive] = STATE(2980), + [sym_diagnostic] = STATE(2980), + [aux_sym_raw_string_literal_repeat1] = STATE(8562), + [anon_sym_BANG] = ACTIONS(1011), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1013), + [aux_sym_simple_identifier_token2] = ACTIONS(1015), + [aux_sym_simple_identifier_token3] = ACTIONS(1015), + [aux_sym_simple_identifier_token4] = ACTIONS(1015), + [anon_sym_actor] = ACTIONS(1013), + [anon_sym_async] = ACTIONS(1013), + [anon_sym_each] = ACTIONS(1017), + [anon_sym_lazy] = ACTIONS(1013), + [anon_sym_repeat] = ACTIONS(1019), + [anon_sym_package] = ACTIONS(1013), + [anon_sym_nil] = ACTIONS(1021), + [sym_real_literal] = ACTIONS(1023), + [sym_integer_literal] = ACTIONS(1021), + [sym_hex_literal] = ACTIONS(1021), + [sym_oct_literal] = ACTIONS(1023), + [sym_bin_literal] = ACTIONS(1023), + [anon_sym_true] = ACTIONS(1025), + [anon_sym_false] = ACTIONS(1025), + [anon_sym_DQUOTE] = ACTIONS(1027), + [anon_sym_BSLASH] = ACTIONS(1029), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1031), + [anon_sym_COMMA] = ACTIONS(619), + [sym__oneline_regex_literal] = ACTIONS(1033), + [anon_sym_LPAREN] = ACTIONS(1035), + [anon_sym_LBRACK] = ACTIONS(1037), + [anon_sym_QMARK] = ACTIONS(625), + [anon_sym_QMARK2] = ACTIONS(619), + [anon_sym_AMP] = ACTIONS(1039), + [anon_sym_TILDE] = ACTIONS(1039), + [anon_sym_if] = ACTIONS(1041), + [anon_sym_switch] = ACTIONS(1043), + [aux_sym_custom_operator_token1] = ACTIONS(1045), + [anon_sym_LT] = ACTIONS(1047), + [anon_sym_GT] = ACTIONS(1047), + [anon_sym_await] = ACTIONS(1049), + [anon_sym_LBRACE] = ACTIONS(1051), + [anon_sym_CARET_LBRACE] = ACTIONS(1051), + [anon_sym_RBRACE] = ACTIONS(619), + [anon_sym_self] = ACTIONS(1053), + [anon_sym_super] = ACTIONS(1055), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(1057), + [anon_sym_DASH_EQ] = ACTIONS(1057), + [anon_sym_STAR_EQ] = ACTIONS(1057), + [anon_sym_SLASH_EQ] = ACTIONS(1057), + [anon_sym_PERCENT_EQ] = ACTIONS(1057), + [anon_sym_BANG_EQ] = ACTIONS(1047), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1057), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1057), + [anon_sym_LT_EQ] = ACTIONS(1057), + [anon_sym_GT_EQ] = ACTIONS(1057), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1059), + [anon_sym_DOT_DOT_LT] = ACTIONS(1061), + [anon_sym_is] = ACTIONS(625), + [anon_sym_PLUS] = ACTIONS(1063), + [anon_sym_DASH] = ACTIONS(1063), + [anon_sym_STAR] = ACTIONS(1047), + [anon_sym_SLASH] = ACTIONS(1047), + [anon_sym_PERCENT] = ACTIONS(1047), + [anon_sym_PLUS_PLUS] = ACTIONS(1039), + [anon_sym_DASH_DASH] = ACTIONS(1039), + [anon_sym_PIPE] = ACTIONS(1057), + [anon_sym_CARET] = ACTIONS(1047), + [anon_sym_LT_LT] = ACTIONS(1057), + [anon_sym_GT_GT] = ACTIONS(1057), + [anon_sym_borrowing] = ACTIONS(1013), + [anon_sym_consuming] = ACTIONS(1013), + [sym_multiline_comment] = ACTIONS(619), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(1065), + [sym__implicit_semi] = ACTIONS(619), + [sym__explicit_semi] = ACTIONS(619), + [sym__dot_custom] = ACTIONS(1067), + [sym__conjunction_operator_custom] = ACTIONS(619), + [sym__disjunction_operator_custom] = ACTIONS(619), + [sym__nil_coalescing_operator_custom] = ACTIONS(619), + [sym__eq_custom] = ACTIONS(1057), + [sym__eq_eq_custom] = ACTIONS(1057), + [sym__plus_then_ws] = ACTIONS(1057), + [sym__minus_then_ws] = ACTIONS(1057), + [sym__bang_custom] = ACTIONS(1069), + [sym__as_custom] = ACTIONS(619), + [sym__as_quest_custom] = ACTIONS(619), + [sym__as_bang_custom] = ACTIONS(619), + [sym__custom_operator] = ACTIONS(1045), + [sym__hash_symbol_custom] = ACTIONS(1071), + [sym__directive_if] = ACTIONS(1073), + [sym__directive_elseif] = ACTIONS(1073), + [sym__directive_else] = ACTIONS(1075), + [sym__directive_endif] = ACTIONS(1075), + }, + [STATE(191)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1515), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(619), + [anon_sym_COMMA] = ACTIONS(619), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_COLON] = ACTIONS(619), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_RBRACK] = ACTIONS(619), + [anon_sym_QMARK] = ACTIONS(625), + [anon_sym_QMARK2] = ACTIONS(619), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_is] = ACTIONS(625), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__conjunction_operator_custom] = ACTIONS(619), + [sym__disjunction_operator_custom] = ACTIONS(619), + [sym__nil_coalescing_operator_custom] = ACTIONS(619), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__as_custom] = ACTIONS(619), + [sym__as_quest_custom] = ACTIONS(619), + [sym__as_bang_custom] = ACTIONS(619), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(192)] = { + [sym_simple_identifier] = STATE(2706), + [sym__contextual_simple_identifier] = STATE(2676), + [sym__basic_literal] = STATE(2980), + [sym_boolean_literal] = STATE(2980), + [sym__string_literal] = STATE(2980), + [sym_line_string_literal] = STATE(2980), + [sym_multi_line_string_literal] = STATE(2980), + [sym_raw_string_literal] = STATE(2980), + [sym_regex_literal] = STATE(2980), + [sym__extended_regex_literal] = STATE(3075), + [sym__multiline_regex_literal] = STATE(3075), + [sym_user_type] = STATE(6563), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6563), + [sym_dictionary_type] = STATE(6563), + [sym_expression] = STATE(1519), + [sym_optional_chain_marker] = STATE(2980), + [sym__unary_expression] = STATE(2980), + [sym_postfix_expression] = STATE(2980), + [sym_constructor_expression] = STATE(2980), + [sym__parenthesized_type] = STATE(8466), + [sym_navigation_expression] = STATE(2980), + [sym__navigable_type_expression] = STATE(8466), + [sym_open_start_range_expression] = STATE(2980), + [sym__range_operator] = STATE(586), + [sym_open_end_range_expression] = STATE(2980), + [sym_prefix_expression] = STATE(2980), + [sym_as_expression] = STATE(2980), + [sym_selector_expression] = STATE(2980), + [sym__binary_expression] = STATE(2980), + [sym_multiplicative_expression] = STATE(2980), + [sym_additive_expression] = STATE(2980), + [sym_range_expression] = STATE(2980), + [sym_infix_expression] = STATE(2980), + [sym_nil_coalescing_expression] = STATE(2980), + [sym_check_expression] = STATE(2980), + [sym_comparison_expression] = STATE(2980), + [sym_equality_expression] = STATE(2980), + [sym_conjunction_expression] = STATE(2980), + [sym_disjunction_expression] = STATE(2980), + [sym_bitwise_operation] = STATE(2980), + [sym_custom_operator] = STATE(1166), + [sym_try_expression] = STATE(2980), + [sym_await_expression] = STATE(2980), + [sym__await_operator] = STATE(590), + [sym_ternary_expression] = STATE(2980), + [sym_call_expression] = STATE(2980), + [sym_macro_invocation] = STATE(2980), + [sym__primary_expression] = STATE(2980), + [sym_tuple_expression] = STATE(2980), + [sym_array_literal] = STATE(2980), + [sym_dictionary_literal] = STATE(2980), + [sym_special_literal] = STATE(2980), + [sym_playground_literal] = STATE(2980), + [sym_lambda_literal] = STATE(2980), + [sym_self_expression] = STATE(2980), + [sym_super_expression] = STATE(2980), + [sym_if_statement] = STATE(2980), + [sym_switch_statement] = STATE(2980), + [sym_key_path_expression] = STATE(2980), + [sym_key_path_string_expression] = STATE(2980), + [sym_try_operator] = STATE(591), + [sym__assignment_and_operator] = STATE(3015), + [sym__equality_operator] = STATE(3015), + [sym__comparison_operator] = STATE(3015), + [sym__three_dot_operator] = STATE(1145), + [sym__open_ended_range_operator] = STATE(586), + [sym__additive_operator] = STATE(3015), + [sym__multiplicative_operator] = STATE(3015), + [sym__prefix_unary_operator] = STATE(592), + [sym_directly_assignable_expression] = STATE(6564), + [sym_assignment] = STATE(2980), + [sym_value_parameter_pack] = STATE(2980), + [sym_value_pack_expansion] = STATE(2980), + [sym_referenceable_operator] = STATE(2980), + [sym__equal_sign] = STATE(3015), + [sym__eq_eq] = STATE(3015), + [sym__dot] = STATE(592), + [sym__hash_symbol] = STATE(4953), + [sym_bang] = STATE(1166), + [sym__parameter_ownership_modifier] = STATE(2676), + [sym_directive] = STATE(2980), + [sym_diagnostic] = STATE(2980), + [aux_sym_raw_string_literal_repeat1] = STATE(8562), + [anon_sym_BANG] = ACTIONS(1011), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1013), + [aux_sym_simple_identifier_token2] = ACTIONS(1015), + [aux_sym_simple_identifier_token3] = ACTIONS(1015), + [aux_sym_simple_identifier_token4] = ACTIONS(1015), + [anon_sym_actor] = ACTIONS(1013), + [anon_sym_async] = ACTIONS(1013), + [anon_sym_each] = ACTIONS(1017), + [anon_sym_lazy] = ACTIONS(1013), + [anon_sym_repeat] = ACTIONS(1019), + [anon_sym_package] = ACTIONS(1013), + [anon_sym_nil] = ACTIONS(1021), + [sym_real_literal] = ACTIONS(1023), + [sym_integer_literal] = ACTIONS(1021), + [sym_hex_literal] = ACTIONS(1021), + [sym_oct_literal] = ACTIONS(1023), + [sym_bin_literal] = ACTIONS(1023), + [anon_sym_true] = ACTIONS(1025), + [anon_sym_false] = ACTIONS(1025), + [anon_sym_DQUOTE] = ACTIONS(1027), + [anon_sym_BSLASH] = ACTIONS(1029), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1031), + [anon_sym_COMMA] = ACTIONS(619), + [sym__oneline_regex_literal] = ACTIONS(1033), + [anon_sym_LPAREN] = ACTIONS(1035), + [anon_sym_LBRACK] = ACTIONS(1037), + [anon_sym_QMARK] = ACTIONS(625), + [anon_sym_QMARK2] = ACTIONS(619), + [anon_sym_AMP] = ACTIONS(1039), + [anon_sym_TILDE] = ACTIONS(1039), + [anon_sym_if] = ACTIONS(1041), + [anon_sym_switch] = ACTIONS(1043), + [aux_sym_custom_operator_token1] = ACTIONS(1045), + [anon_sym_LT] = ACTIONS(1047), + [anon_sym_GT] = ACTIONS(1047), + [anon_sym_await] = ACTIONS(1049), + [anon_sym_LBRACE] = ACTIONS(1051), + [anon_sym_CARET_LBRACE] = ACTIONS(1051), + [anon_sym_RBRACE] = ACTIONS(619), + [anon_sym_self] = ACTIONS(1053), + [anon_sym_super] = ACTIONS(1055), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(1057), + [anon_sym_DASH_EQ] = ACTIONS(1057), + [anon_sym_STAR_EQ] = ACTIONS(1057), + [anon_sym_SLASH_EQ] = ACTIONS(1057), + [anon_sym_PERCENT_EQ] = ACTIONS(1057), + [anon_sym_BANG_EQ] = ACTIONS(1047), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1057), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1057), + [anon_sym_LT_EQ] = ACTIONS(1057), + [anon_sym_GT_EQ] = ACTIONS(1057), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1059), + [anon_sym_DOT_DOT_LT] = ACTIONS(1061), + [anon_sym_is] = ACTIONS(625), + [anon_sym_PLUS] = ACTIONS(1063), + [anon_sym_DASH] = ACTIONS(1063), + [anon_sym_STAR] = ACTIONS(1047), + [anon_sym_SLASH] = ACTIONS(1047), + [anon_sym_PERCENT] = ACTIONS(1047), + [anon_sym_PLUS_PLUS] = ACTIONS(1039), + [anon_sym_DASH_DASH] = ACTIONS(1039), + [anon_sym_PIPE] = ACTIONS(1057), + [anon_sym_CARET] = ACTIONS(1047), + [anon_sym_LT_LT] = ACTIONS(1057), + [anon_sym_GT_GT] = ACTIONS(1057), + [anon_sym_borrowing] = ACTIONS(1013), + [anon_sym_consuming] = ACTIONS(1013), + [sym_multiline_comment] = ACTIONS(619), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(1065), + [sym__implicit_semi] = ACTIONS(619), + [sym__explicit_semi] = ACTIONS(619), + [sym__dot_custom] = ACTIONS(1067), + [sym__conjunction_operator_custom] = ACTIONS(619), + [sym__disjunction_operator_custom] = ACTIONS(619), + [sym__nil_coalescing_operator_custom] = ACTIONS(619), + [sym__eq_custom] = ACTIONS(1057), + [sym__eq_eq_custom] = ACTIONS(1057), + [sym__plus_then_ws] = ACTIONS(1057), + [sym__minus_then_ws] = ACTIONS(1057), + [sym__bang_custom] = ACTIONS(1069), + [sym__as_custom] = ACTIONS(619), + [sym__as_quest_custom] = ACTIONS(619), + [sym__as_bang_custom] = ACTIONS(619), + [sym__custom_operator] = ACTIONS(1045), + [sym__hash_symbol_custom] = ACTIONS(1071), + [sym__directive_if] = ACTIONS(1073), + [sym__directive_elseif] = ACTIONS(1073), + [sym__directive_else] = ACTIONS(1075), + [sym__directive_endif] = ACTIONS(1075), + }, + [STATE(193)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1681), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(453), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_COMMA] = ACTIONS(475), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(475), + [anon_sym_LBRACK] = ACTIONS(475), + [anon_sym_QMARK] = ACTIONS(453), + [anon_sym_QMARK2] = ACTIONS(475), + [anon_sym_AMP] = ACTIONS(475), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(475), + [anon_sym_LT] = ACTIONS(453), + [anon_sym_GT] = ACTIONS(453), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(475), + [anon_sym_CARET_LBRACE] = ACTIONS(475), + [anon_sym_RBRACE] = ACTIONS(475), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(475), + [anon_sym_DASH_EQ] = ACTIONS(475), + [anon_sym_STAR_EQ] = ACTIONS(475), + [anon_sym_SLASH_EQ] = ACTIONS(475), + [anon_sym_PERCENT_EQ] = ACTIONS(475), + [anon_sym_BANG_EQ] = ACTIONS(453), + [anon_sym_BANG_EQ_EQ] = ACTIONS(475), + [anon_sym_EQ_EQ_EQ] = ACTIONS(475), + [anon_sym_LT_EQ] = ACTIONS(475), + [anon_sym_GT_EQ] = ACTIONS(475), + [anon_sym_DOT_DOT_DOT] = ACTIONS(475), + [anon_sym_DOT_DOT_LT] = ACTIONS(475), + [anon_sym_is] = ACTIONS(453), + [anon_sym_PLUS] = ACTIONS(453), + [anon_sym_DASH] = ACTIONS(453), + [anon_sym_STAR] = ACTIONS(453), + [anon_sym_SLASH] = ACTIONS(453), + [anon_sym_PERCENT] = ACTIONS(453), + [anon_sym_PLUS_PLUS] = ACTIONS(475), + [anon_sym_DASH_DASH] = ACTIONS(475), + [anon_sym_PIPE] = ACTIONS(475), + [anon_sym_CARET] = ACTIONS(453), + [anon_sym_LT_LT] = ACTIONS(475), + [anon_sym_GT_GT] = ACTIONS(475), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(475), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__implicit_semi] = ACTIONS(475), + [sym__explicit_semi] = ACTIONS(475), + [sym__dot_custom] = ACTIONS(475), + [sym__conjunction_operator_custom] = ACTIONS(475), + [sym__disjunction_operator_custom] = ACTIONS(475), + [sym__nil_coalescing_operator_custom] = ACTIONS(475), + [sym__eq_custom] = ACTIONS(475), + [sym__eq_eq_custom] = ACTIONS(475), + [sym__plus_then_ws] = ACTIONS(475), + [sym__minus_then_ws] = ACTIONS(475), + [sym__bang_custom] = ACTIONS(475), + [sym__as_custom] = ACTIONS(475), + [sym__as_quest_custom] = ACTIONS(475), + [sym__as_bang_custom] = ACTIONS(475), + [sym__custom_operator] = ACTIONS(475), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(194)] = { + [sym_simple_identifier] = STATE(2455), + [sym__contextual_simple_identifier] = STATE(2422), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1482), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym_self_expression] = STATE(2689), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(2689), + [sym_switch_statement] = STATE(2689), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__parameter_ownership_modifier] = STATE(2422), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [ts_builtin_sym_end] = ACTIONS(619), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(11), + [aux_sym_simple_identifier_token2] = ACTIONS(13), + [aux_sym_simple_identifier_token3] = ACTIONS(13), + [aux_sym_simple_identifier_token4] = ACTIONS(13), + [anon_sym_actor] = ACTIONS(11), + [anon_sym_async] = ACTIONS(11), + [anon_sym_each] = ACTIONS(19), + [anon_sym_lazy] = ACTIONS(11), + [anon_sym_repeat] = ACTIONS(831), + [anon_sym_package] = ACTIONS(11), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(43), + [anon_sym_QMARK] = ACTIONS(625), + [anon_sym_QMARK2] = ACTIONS(619), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(833), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_RBRACE] = ACTIONS(619), + [anon_sym_self] = ACTIONS(59), + [anon_sym_super] = ACTIONS(61), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_is] = ACTIONS(625), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [anon_sym_borrowing] = ACTIONS(11), + [anon_sym_consuming] = ACTIONS(11), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__implicit_semi] = ACTIONS(619), + [sym__explicit_semi] = ACTIONS(619), + [sym__dot_custom] = ACTIONS(141), + [sym__conjunction_operator_custom] = ACTIONS(619), + [sym__disjunction_operator_custom] = ACTIONS(619), + [sym__nil_coalescing_operator_custom] = ACTIONS(619), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__as_custom] = ACTIONS(619), + [sym__as_quest_custom] = ACTIONS(619), + [sym__as_bang_custom] = ACTIONS(619), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(195)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1674), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(453), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(475), + [anon_sym_COMMA] = ACTIONS(475), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_COLON] = ACTIONS(475), + [anon_sym_LPAREN] = ACTIONS(475), + [anon_sym_LBRACK] = ACTIONS(475), + [anon_sym_RBRACK] = ACTIONS(475), + [anon_sym_QMARK] = ACTIONS(453), + [anon_sym_QMARK2] = ACTIONS(475), + [anon_sym_AMP] = ACTIONS(475), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(475), + [anon_sym_LT] = ACTIONS(453), + [anon_sym_GT] = ACTIONS(453), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(475), + [anon_sym_CARET_LBRACE] = ACTIONS(475), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(475), + [anon_sym_DASH_EQ] = ACTIONS(475), + [anon_sym_STAR_EQ] = ACTIONS(475), + [anon_sym_SLASH_EQ] = ACTIONS(475), + [anon_sym_PERCENT_EQ] = ACTIONS(475), + [anon_sym_BANG_EQ] = ACTIONS(453), + [anon_sym_BANG_EQ_EQ] = ACTIONS(475), + [anon_sym_EQ_EQ_EQ] = ACTIONS(475), + [anon_sym_LT_EQ] = ACTIONS(475), + [anon_sym_GT_EQ] = ACTIONS(475), + [anon_sym_DOT_DOT_DOT] = ACTIONS(475), + [anon_sym_DOT_DOT_LT] = ACTIONS(475), + [anon_sym_is] = ACTIONS(453), + [anon_sym_PLUS] = ACTIONS(453), + [anon_sym_DASH] = ACTIONS(453), + [anon_sym_STAR] = ACTIONS(453), + [anon_sym_SLASH] = ACTIONS(453), + [anon_sym_PERCENT] = ACTIONS(453), + [anon_sym_PLUS_PLUS] = ACTIONS(475), + [anon_sym_DASH_DASH] = ACTIONS(475), + [anon_sym_PIPE] = ACTIONS(475), + [anon_sym_CARET] = ACTIONS(453), + [anon_sym_LT_LT] = ACTIONS(475), + [anon_sym_GT_GT] = ACTIONS(475), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(475), + [sym__conjunction_operator_custom] = ACTIONS(475), + [sym__disjunction_operator_custom] = ACTIONS(475), + [sym__nil_coalescing_operator_custom] = ACTIONS(475), + [sym__eq_custom] = ACTIONS(475), + [sym__eq_eq_custom] = ACTIONS(475), + [sym__plus_then_ws] = ACTIONS(475), + [sym__minus_then_ws] = ACTIONS(475), + [sym__bang_custom] = ACTIONS(475), + [sym__as_custom] = ACTIONS(475), + [sym__as_quest_custom] = ACTIONS(475), + [sym__as_bang_custom] = ACTIONS(475), + [sym__custom_operator] = ACTIONS(475), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(196)] = { + [sym_simple_identifier] = STATE(2915), + [sym__contextual_simple_identifier] = STATE(2805), + [sym__basic_literal] = STATE(3407), + [sym_boolean_literal] = STATE(3407), + [sym__string_literal] = STATE(3407), + [sym_line_string_literal] = STATE(3407), + [sym_multi_line_string_literal] = STATE(3407), + [sym_raw_string_literal] = STATE(3407), + [sym_regex_literal] = STATE(3407), + [sym__extended_regex_literal] = STATE(3399), + [sym__multiline_regex_literal] = STATE(3399), + [sym_user_type] = STATE(6574), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6574), + [sym_dictionary_type] = STATE(6574), + [sym_expression] = STATE(1547), + [sym_optional_chain_marker] = STATE(3407), + [sym__unary_expression] = STATE(3407), + [sym_postfix_expression] = STATE(3407), + [sym_constructor_expression] = STATE(3407), + [sym__parenthesized_type] = STATE(7731), + [sym_navigation_expression] = STATE(3407), + [sym__navigable_type_expression] = STATE(7731), + [sym_open_start_range_expression] = STATE(3407), + [sym__range_operator] = STATE(658), + [sym_open_end_range_expression] = STATE(3407), + [sym_prefix_expression] = STATE(3407), + [sym_as_expression] = STATE(3407), + [sym_selector_expression] = STATE(3407), + [sym__binary_expression] = STATE(3407), + [sym_multiplicative_expression] = STATE(3407), + [sym_additive_expression] = STATE(3407), + [sym_range_expression] = STATE(3407), + [sym_infix_expression] = STATE(3407), + [sym_nil_coalescing_expression] = STATE(3407), + [sym_check_expression] = STATE(3407), + [sym_comparison_expression] = STATE(3407), + [sym_equality_expression] = STATE(3407), + [sym_conjunction_expression] = STATE(3407), + [sym_disjunction_expression] = STATE(3407), + [sym_bitwise_operation] = STATE(3407), + [sym_custom_operator] = STATE(1194), + [sym_try_expression] = STATE(3407), + [sym_await_expression] = STATE(3407), + [sym__await_operator] = STATE(692), + [sym_ternary_expression] = STATE(3407), + [sym_call_expression] = STATE(3407), + [sym_macro_invocation] = STATE(3407), + [sym__primary_expression] = STATE(3407), + [sym_tuple_expression] = STATE(3407), + [sym_array_literal] = STATE(3407), + [sym_dictionary_literal] = STATE(3407), + [sym_special_literal] = STATE(3407), + [sym_playground_literal] = STATE(3407), + [sym_lambda_literal] = STATE(3407), + [sym_self_expression] = STATE(3407), + [sym_super_expression] = STATE(3407), + [sym_if_statement] = STATE(3407), + [sym_switch_statement] = STATE(3407), + [sym_key_path_expression] = STATE(3407), + [sym_key_path_string_expression] = STATE(3407), + [sym_try_operator] = STATE(708), + [sym__assignment_and_operator] = STATE(3269), + [sym__equality_operator] = STATE(3269), + [sym__comparison_operator] = STATE(3269), + [sym__three_dot_operator] = STATE(1211), + [sym__open_ended_range_operator] = STATE(658), + [sym__additive_operator] = STATE(3269), + [sym__multiplicative_operator] = STATE(3269), + [sym__prefix_unary_operator] = STATE(595), + [sym_directly_assignable_expression] = STATE(6607), + [sym_assignment] = STATE(3407), + [sym_value_parameter_pack] = STATE(3407), + [sym_value_pack_expansion] = STATE(3407), + [sym_referenceable_operator] = STATE(3407), + [sym__equal_sign] = STATE(3269), + [sym__eq_eq] = STATE(3269), + [sym__dot] = STATE(595), + [sym__hash_symbol] = STATE(4958), + [sym_bang] = STATE(1194), + [sym__parameter_ownership_modifier] = STATE(2805), + [sym_directive] = STATE(3407), + [sym_diagnostic] = STATE(3407), + [aux_sym_raw_string_literal_repeat1] = STATE(7737), + [anon_sym_BANG] = ACTIONS(1077), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1079), + [aux_sym_simple_identifier_token2] = ACTIONS(1081), + [aux_sym_simple_identifier_token3] = ACTIONS(1081), + [aux_sym_simple_identifier_token4] = ACTIONS(1081), + [anon_sym_actor] = ACTIONS(1079), + [anon_sym_async] = ACTIONS(1079), + [anon_sym_each] = ACTIONS(1083), + [anon_sym_lazy] = ACTIONS(1079), + [anon_sym_repeat] = ACTIONS(1085), + [anon_sym_package] = ACTIONS(1079), + [anon_sym_nil] = ACTIONS(1087), + [sym_real_literal] = ACTIONS(1089), + [sym_integer_literal] = ACTIONS(1087), + [sym_hex_literal] = ACTIONS(1087), + [sym_oct_literal] = ACTIONS(1089), + [sym_bin_literal] = ACTIONS(1089), + [anon_sym_true] = ACTIONS(1091), + [anon_sym_false] = ACTIONS(1091), + [anon_sym_DQUOTE] = ACTIONS(1093), + [anon_sym_BSLASH] = ACTIONS(1095), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1097), + [anon_sym_COMMA] = ACTIONS(619), + [sym__oneline_regex_literal] = ACTIONS(1099), + [anon_sym_LPAREN] = ACTIONS(1101), + [anon_sym_LBRACK] = ACTIONS(1103), + [anon_sym_QMARK] = ACTIONS(625), + [anon_sym_QMARK2] = ACTIONS(619), + [anon_sym_AMP] = ACTIONS(1105), + [anon_sym_TILDE] = ACTIONS(1105), + [anon_sym_if] = ACTIONS(1107), + [anon_sym_switch] = ACTIONS(1109), + [aux_sym_custom_operator_token1] = ACTIONS(1111), + [anon_sym_LT] = ACTIONS(1113), + [anon_sym_GT] = ACTIONS(1113), + [anon_sym_await] = ACTIONS(1115), + [anon_sym_LBRACE] = ACTIONS(1117), + [anon_sym_CARET_LBRACE] = ACTIONS(1117), + [anon_sym_self] = ACTIONS(1119), + [anon_sym_super] = ACTIONS(1121), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(1123), + [anon_sym_DASH_EQ] = ACTIONS(1123), + [anon_sym_STAR_EQ] = ACTIONS(1123), + [anon_sym_SLASH_EQ] = ACTIONS(1123), + [anon_sym_PERCENT_EQ] = ACTIONS(1123), + [anon_sym_BANG_EQ] = ACTIONS(1113), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1123), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1123), + [anon_sym_LT_EQ] = ACTIONS(1123), + [anon_sym_GT_EQ] = ACTIONS(1123), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1125), + [anon_sym_DOT_DOT_LT] = ACTIONS(1127), + [anon_sym_is] = ACTIONS(625), + [anon_sym_PLUS] = ACTIONS(1129), + [anon_sym_DASH] = ACTIONS(1129), + [anon_sym_STAR] = ACTIONS(1113), + [anon_sym_SLASH] = ACTIONS(1113), + [anon_sym_PERCENT] = ACTIONS(1113), + [anon_sym_PLUS_PLUS] = ACTIONS(1105), + [anon_sym_DASH_DASH] = ACTIONS(1105), + [anon_sym_PIPE] = ACTIONS(1123), + [anon_sym_CARET] = ACTIONS(1113), + [anon_sym_LT_LT] = ACTIONS(1123), + [anon_sym_GT_GT] = ACTIONS(1123), + [anon_sym_borrowing] = ACTIONS(1079), + [anon_sym_consuming] = ACTIONS(1079), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(1131), + [sym__dot_custom] = ACTIONS(1133), + [sym__conjunction_operator_custom] = ACTIONS(619), + [sym__disjunction_operator_custom] = ACTIONS(619), + [sym__nil_coalescing_operator_custom] = ACTIONS(619), + [sym__eq_custom] = ACTIONS(1123), + [sym__eq_eq_custom] = ACTIONS(1123), + [sym__plus_then_ws] = ACTIONS(1123), + [sym__minus_then_ws] = ACTIONS(1123), + [sym__bang_custom] = ACTIONS(1135), + [sym_where_keyword] = ACTIONS(619), + [sym_else] = ACTIONS(619), + [sym__as_custom] = ACTIONS(619), + [sym__as_quest_custom] = ACTIONS(619), + [sym__as_bang_custom] = ACTIONS(619), + [sym__custom_operator] = ACTIONS(1111), + [sym__hash_symbol_custom] = ACTIONS(1137), + [sym__directive_if] = ACTIONS(1139), + [sym__directive_elseif] = ACTIONS(1139), + [sym__directive_else] = ACTIONS(1141), + [sym__directive_endif] = ACTIONS(1141), + }, + [STATE(197)] = { + [sym_simple_identifier] = STATE(2915), + [sym__contextual_simple_identifier] = STATE(2805), + [sym__basic_literal] = STATE(3407), + [sym_boolean_literal] = STATE(3407), + [sym__string_literal] = STATE(3407), + [sym_line_string_literal] = STATE(3407), + [sym_multi_line_string_literal] = STATE(3407), + [sym_raw_string_literal] = STATE(3407), + [sym_regex_literal] = STATE(3407), + [sym__extended_regex_literal] = STATE(3399), + [sym__multiline_regex_literal] = STATE(3399), + [sym_user_type] = STATE(6574), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6574), + [sym_dictionary_type] = STATE(6574), + [sym_expression] = STATE(1538), + [sym_optional_chain_marker] = STATE(3407), + [sym__unary_expression] = STATE(3407), + [sym_postfix_expression] = STATE(3407), + [sym_constructor_expression] = STATE(3407), + [sym__parenthesized_type] = STATE(7731), + [sym_navigation_expression] = STATE(3407), + [sym__navigable_type_expression] = STATE(7731), + [sym_open_start_range_expression] = STATE(3407), + [sym__range_operator] = STATE(658), + [sym_open_end_range_expression] = STATE(3407), + [sym_prefix_expression] = STATE(3407), + [sym_as_expression] = STATE(3407), + [sym_selector_expression] = STATE(3407), + [sym__binary_expression] = STATE(3407), + [sym_multiplicative_expression] = STATE(3407), + [sym_additive_expression] = STATE(3407), + [sym_range_expression] = STATE(3407), + [sym_infix_expression] = STATE(3407), + [sym_nil_coalescing_expression] = STATE(3407), + [sym_check_expression] = STATE(3407), + [sym_comparison_expression] = STATE(3407), + [sym_equality_expression] = STATE(3407), + [sym_conjunction_expression] = STATE(3407), + [sym_disjunction_expression] = STATE(3407), + [sym_bitwise_operation] = STATE(3407), + [sym_custom_operator] = STATE(1194), + [sym_try_expression] = STATE(3407), + [sym_await_expression] = STATE(3407), + [sym__await_operator] = STATE(692), + [sym_ternary_expression] = STATE(3407), + [sym_call_expression] = STATE(3407), + [sym_macro_invocation] = STATE(3407), + [sym__primary_expression] = STATE(3407), + [sym_tuple_expression] = STATE(3407), + [sym_array_literal] = STATE(3407), + [sym_dictionary_literal] = STATE(3407), + [sym_special_literal] = STATE(3407), + [sym_playground_literal] = STATE(3407), + [sym_lambda_literal] = STATE(3407), + [sym_self_expression] = STATE(3407), + [sym_super_expression] = STATE(3407), + [sym_if_statement] = STATE(3407), + [sym_switch_statement] = STATE(3407), + [sym_key_path_expression] = STATE(3407), + [sym_key_path_string_expression] = STATE(3407), + [sym_try_operator] = STATE(708), + [sym__assignment_and_operator] = STATE(3269), + [sym__equality_operator] = STATE(3269), + [sym__comparison_operator] = STATE(3269), + [sym__three_dot_operator] = STATE(1211), + [sym__open_ended_range_operator] = STATE(658), + [sym__additive_operator] = STATE(3269), + [sym__multiplicative_operator] = STATE(3269), + [sym__prefix_unary_operator] = STATE(595), + [sym_directly_assignable_expression] = STATE(6607), + [sym_assignment] = STATE(3407), + [sym_value_parameter_pack] = STATE(3407), + [sym_value_pack_expansion] = STATE(3407), + [sym_referenceable_operator] = STATE(3407), + [sym__equal_sign] = STATE(3269), + [sym__eq_eq] = STATE(3269), + [sym__dot] = STATE(595), + [sym__hash_symbol] = STATE(4958), + [sym_bang] = STATE(1194), + [sym__parameter_ownership_modifier] = STATE(2805), + [sym_directive] = STATE(3407), + [sym_diagnostic] = STATE(3407), + [aux_sym_raw_string_literal_repeat1] = STATE(7737), + [anon_sym_BANG] = ACTIONS(1077), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1079), + [aux_sym_simple_identifier_token2] = ACTIONS(1081), + [aux_sym_simple_identifier_token3] = ACTIONS(1081), + [aux_sym_simple_identifier_token4] = ACTIONS(1081), + [anon_sym_actor] = ACTIONS(1079), + [anon_sym_async] = ACTIONS(1079), + [anon_sym_each] = ACTIONS(1083), + [anon_sym_lazy] = ACTIONS(1079), + [anon_sym_repeat] = ACTIONS(1085), + [anon_sym_package] = ACTIONS(1079), + [anon_sym_nil] = ACTIONS(1087), + [sym_real_literal] = ACTIONS(1089), + [sym_integer_literal] = ACTIONS(1087), + [sym_hex_literal] = ACTIONS(1087), + [sym_oct_literal] = ACTIONS(1089), + [sym_bin_literal] = ACTIONS(1089), + [anon_sym_true] = ACTIONS(1091), + [anon_sym_false] = ACTIONS(1091), + [anon_sym_DQUOTE] = ACTIONS(1093), + [anon_sym_BSLASH] = ACTIONS(1095), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1097), + [anon_sym_COMMA] = ACTIONS(619), + [sym__oneline_regex_literal] = ACTIONS(1099), + [anon_sym_LPAREN] = ACTIONS(1101), + [anon_sym_LBRACK] = ACTIONS(1103), + [anon_sym_QMARK] = ACTIONS(625), + [anon_sym_QMARK2] = ACTIONS(619), + [anon_sym_AMP] = ACTIONS(1105), + [anon_sym_TILDE] = ACTIONS(1105), + [anon_sym_if] = ACTIONS(1107), + [anon_sym_switch] = ACTIONS(1109), + [aux_sym_custom_operator_token1] = ACTIONS(1111), + [anon_sym_LT] = ACTIONS(1113), + [anon_sym_GT] = ACTIONS(1113), + [anon_sym_await] = ACTIONS(1115), + [anon_sym_LBRACE] = ACTIONS(1117), + [anon_sym_CARET_LBRACE] = ACTIONS(1117), + [anon_sym_self] = ACTIONS(1119), + [anon_sym_super] = ACTIONS(1121), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(1123), + [anon_sym_DASH_EQ] = ACTIONS(1123), + [anon_sym_STAR_EQ] = ACTIONS(1123), + [anon_sym_SLASH_EQ] = ACTIONS(1123), + [anon_sym_PERCENT_EQ] = ACTIONS(1123), + [anon_sym_BANG_EQ] = ACTIONS(1113), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1123), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1123), + [anon_sym_LT_EQ] = ACTIONS(1123), + [anon_sym_GT_EQ] = ACTIONS(1123), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1125), + [anon_sym_DOT_DOT_LT] = ACTIONS(1127), + [anon_sym_is] = ACTIONS(625), + [anon_sym_PLUS] = ACTIONS(1129), + [anon_sym_DASH] = ACTIONS(1129), + [anon_sym_STAR] = ACTIONS(1113), + [anon_sym_SLASH] = ACTIONS(1113), + [anon_sym_PERCENT] = ACTIONS(1113), + [anon_sym_PLUS_PLUS] = ACTIONS(1105), + [anon_sym_DASH_DASH] = ACTIONS(1105), + [anon_sym_PIPE] = ACTIONS(1123), + [anon_sym_CARET] = ACTIONS(1113), + [anon_sym_LT_LT] = ACTIONS(1123), + [anon_sym_GT_GT] = ACTIONS(1123), + [anon_sym_borrowing] = ACTIONS(1079), + [anon_sym_consuming] = ACTIONS(1079), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(1131), + [sym__dot_custom] = ACTIONS(1133), + [sym__conjunction_operator_custom] = ACTIONS(619), + [sym__disjunction_operator_custom] = ACTIONS(619), + [sym__nil_coalescing_operator_custom] = ACTIONS(619), + [sym__eq_custom] = ACTIONS(1123), + [sym__eq_eq_custom] = ACTIONS(1123), + [sym__plus_then_ws] = ACTIONS(1123), + [sym__minus_then_ws] = ACTIONS(1123), + [sym__bang_custom] = ACTIONS(1135), + [sym_where_keyword] = ACTIONS(619), + [sym_else] = ACTIONS(619), + [sym__as_custom] = ACTIONS(619), + [sym__as_quest_custom] = ACTIONS(619), + [sym__as_bang_custom] = ACTIONS(619), + [sym__custom_operator] = ACTIONS(1111), + [sym__hash_symbol_custom] = ACTIONS(1137), + [sym__directive_if] = ACTIONS(1139), + [sym__directive_elseif] = ACTIONS(1139), + [sym__directive_else] = ACTIONS(1141), + [sym__directive_endif] = ACTIONS(1141), + }, + [STATE(198)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1677), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(453), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_COMMA] = ACTIONS(475), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(475), + [anon_sym_LBRACK] = ACTIONS(475), + [anon_sym_QMARK] = ACTIONS(453), + [anon_sym_QMARK2] = ACTIONS(475), + [anon_sym_AMP] = ACTIONS(475), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(475), + [anon_sym_LT] = ACTIONS(453), + [anon_sym_GT] = ACTIONS(453), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(475), + [anon_sym_CARET_LBRACE] = ACTIONS(475), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(475), + [anon_sym_DASH_EQ] = ACTIONS(475), + [anon_sym_STAR_EQ] = ACTIONS(475), + [anon_sym_SLASH_EQ] = ACTIONS(475), + [anon_sym_PERCENT_EQ] = ACTIONS(475), + [anon_sym_BANG_EQ] = ACTIONS(453), + [anon_sym_BANG_EQ_EQ] = ACTIONS(475), + [anon_sym_EQ_EQ_EQ] = ACTIONS(475), + [anon_sym_LT_EQ] = ACTIONS(475), + [anon_sym_GT_EQ] = ACTIONS(475), + [anon_sym_DOT_DOT_DOT] = ACTIONS(475), + [anon_sym_DOT_DOT_LT] = ACTIONS(475), + [anon_sym_is] = ACTIONS(453), + [anon_sym_PLUS] = ACTIONS(453), + [anon_sym_DASH] = ACTIONS(453), + [anon_sym_STAR] = ACTIONS(453), + [anon_sym_SLASH] = ACTIONS(453), + [anon_sym_PERCENT] = ACTIONS(453), + [anon_sym_PLUS_PLUS] = ACTIONS(475), + [anon_sym_DASH_DASH] = ACTIONS(475), + [anon_sym_PIPE] = ACTIONS(475), + [anon_sym_CARET] = ACTIONS(453), + [anon_sym_LT_LT] = ACTIONS(475), + [anon_sym_GT_GT] = ACTIONS(475), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(475), + [sym__conjunction_operator_custom] = ACTIONS(475), + [sym__disjunction_operator_custom] = ACTIONS(475), + [sym__nil_coalescing_operator_custom] = ACTIONS(475), + [sym__eq_custom] = ACTIONS(475), + [sym__eq_eq_custom] = ACTIONS(475), + [sym__plus_then_ws] = ACTIONS(475), + [sym__minus_then_ws] = ACTIONS(475), + [sym__bang_custom] = ACTIONS(475), + [sym_where_keyword] = ACTIONS(475), + [sym_else] = ACTIONS(475), + [sym__as_custom] = ACTIONS(475), + [sym__as_quest_custom] = ACTIONS(475), + [sym__as_bang_custom] = ACTIONS(475), + [sym__custom_operator] = ACTIONS(475), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(199)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1661), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_if_condition] = STATE(7695), + [sym_if_let_binding] = STATE(8803), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_availability_condition] = STATE(8803), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4900), + [sym_bang] = STATE(1158), + [sym__async_modifier] = STATE(8439), + [sym__direct_or_indirect_binding] = STATE(7008), + [sym_value_binding_pattern] = STATE(4894), + [sym__possibly_async_binding_pattern_kind] = STATE(4894), + [sym__binding_kind_and_pattern] = STATE(7027), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(653), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_COLON] = ACTIONS(1143), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_case] = ACTIONS(795), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(493), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(200)] = { + [sym_simple_identifier] = STATE(2939), + [sym__contextual_simple_identifier] = STATE(2778), + [sym__basic_literal] = STATE(3483), + [sym_boolean_literal] = STATE(3483), + [sym__string_literal] = STATE(3483), + [sym_line_string_literal] = STATE(3483), + [sym_multi_line_string_literal] = STATE(3483), + [sym_raw_string_literal] = STATE(3483), + [sym_regex_literal] = STATE(3483), + [sym__extended_regex_literal] = STATE(3437), + [sym__multiline_regex_literal] = STATE(3437), + [sym_user_type] = STATE(6567), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6567), + [sym_dictionary_type] = STATE(6567), + [sym_expression] = STATE(1589), + [sym_optional_chain_marker] = STATE(3483), + [sym__unary_expression] = STATE(3483), + [sym_postfix_expression] = STATE(3483), + [sym_constructor_expression] = STATE(3483), + [sym__parenthesized_type] = STATE(7825), + [sym_navigation_expression] = STATE(3483), + [sym__navigable_type_expression] = STATE(7825), + [sym_open_start_range_expression] = STATE(3483), + [sym__range_operator] = STATE(645), + [sym_open_end_range_expression] = STATE(3483), + [sym_prefix_expression] = STATE(3483), + [sym_as_expression] = STATE(3483), + [sym_selector_expression] = STATE(3483), + [sym__binary_expression] = STATE(3483), + [sym_multiplicative_expression] = STATE(3483), + [sym_additive_expression] = STATE(3483), + [sym_range_expression] = STATE(3483), + [sym_infix_expression] = STATE(3483), + [sym_nil_coalescing_expression] = STATE(3483), + [sym_check_expression] = STATE(3483), + [sym_comparison_expression] = STATE(3483), + [sym_equality_expression] = STATE(3483), + [sym_conjunction_expression] = STATE(3483), + [sym_disjunction_expression] = STATE(3483), + [sym_bitwise_operation] = STATE(3483), + [sym_custom_operator] = STATE(1227), + [sym_try_expression] = STATE(3483), + [sym_await_expression] = STATE(3483), + [sym__await_operator] = STATE(647), + [sym_ternary_expression] = STATE(3483), + [sym_call_expression] = STATE(3483), + [sym_macro_invocation] = STATE(3483), + [sym__primary_expression] = STATE(3483), + [sym_tuple_expression] = STATE(3483), + [sym_array_literal] = STATE(3483), + [sym_dictionary_literal] = STATE(3483), + [sym_special_literal] = STATE(3483), + [sym_playground_literal] = STATE(3483), + [sym_lambda_literal] = STATE(3483), + [sym_self_expression] = STATE(3483), + [sym_super_expression] = STATE(3483), + [sym_if_statement] = STATE(3483), + [sym_switch_statement] = STATE(3483), + [sym_key_path_expression] = STATE(3483), + [sym_key_path_string_expression] = STATE(3483), + [sym_try_operator] = STATE(650), + [sym__assignment_and_operator] = STATE(3154), + [sym__equality_operator] = STATE(3154), + [sym__comparison_operator] = STATE(3154), + [sym__three_dot_operator] = STATE(1215), + [sym__open_ended_range_operator] = STATE(645), + [sym__additive_operator] = STATE(3154), + [sym__multiplicative_operator] = STATE(3154), + [sym__prefix_unary_operator] = STATE(663), + [sym_directly_assignable_expression] = STATE(6569), + [sym_assignment] = STATE(3483), + [sym_value_parameter_pack] = STATE(3483), + [sym_value_pack_expansion] = STATE(3483), + [sym_referenceable_operator] = STATE(3483), + [sym__equal_sign] = STATE(3154), + [sym__eq_eq] = STATE(3154), + [sym__dot] = STATE(663), + [sym__hash_symbol] = STATE(4956), + [sym_bang] = STATE(1227), + [sym__parameter_ownership_modifier] = STATE(2778), + [sym_directive] = STATE(3483), + [sym_diagnostic] = STATE(3483), + [aux_sym_raw_string_literal_repeat1] = STATE(7865), + [anon_sym_BANG] = ACTIONS(939), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(941), + [aux_sym_simple_identifier_token2] = ACTIONS(943), + [aux_sym_simple_identifier_token3] = ACTIONS(943), + [aux_sym_simple_identifier_token4] = ACTIONS(943), + [anon_sym_actor] = ACTIONS(941), + [anon_sym_async] = ACTIONS(941), + [anon_sym_each] = ACTIONS(945), + [anon_sym_lazy] = ACTIONS(941), + [anon_sym_repeat] = ACTIONS(947), + [anon_sym_package] = ACTIONS(941), + [anon_sym_nil] = ACTIONS(949), + [sym_real_literal] = ACTIONS(951), + [sym_integer_literal] = ACTIONS(949), + [sym_hex_literal] = ACTIONS(949), + [sym_oct_literal] = ACTIONS(951), + [sym_bin_literal] = ACTIONS(951), + [anon_sym_true] = ACTIONS(953), + [anon_sym_false] = ACTIONS(953), + [anon_sym_DQUOTE] = ACTIONS(955), + [anon_sym_BSLASH] = ACTIONS(957), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(959), + [anon_sym_COMMA] = ACTIONS(619), + [sym__oneline_regex_literal] = ACTIONS(961), + [anon_sym_COLON] = ACTIONS(619), + [anon_sym_LPAREN] = ACTIONS(1145), + [anon_sym_LBRACK] = ACTIONS(965), + [anon_sym_QMARK] = ACTIONS(625), + [anon_sym_QMARK2] = ACTIONS(619), + [anon_sym_AMP] = ACTIONS(967), + [anon_sym_TILDE] = ACTIONS(967), + [anon_sym_if] = ACTIONS(969), + [anon_sym_switch] = ACTIONS(971), + [aux_sym_custom_operator_token1] = ACTIONS(973), + [anon_sym_LT] = ACTIONS(975), + [anon_sym_GT] = ACTIONS(975), + [anon_sym_await] = ACTIONS(977), + [anon_sym_LBRACE] = ACTIONS(979), + [anon_sym_CARET_LBRACE] = ACTIONS(979), + [anon_sym_self] = ACTIONS(981), + [anon_sym_super] = ACTIONS(983), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(987), + [anon_sym_DASH_EQ] = ACTIONS(987), + [anon_sym_STAR_EQ] = ACTIONS(987), + [anon_sym_SLASH_EQ] = ACTIONS(987), + [anon_sym_PERCENT_EQ] = ACTIONS(987), + [anon_sym_BANG_EQ] = ACTIONS(975), + [anon_sym_BANG_EQ_EQ] = ACTIONS(987), + [anon_sym_EQ_EQ_EQ] = ACTIONS(987), + [anon_sym_LT_EQ] = ACTIONS(987), + [anon_sym_GT_EQ] = ACTIONS(987), + [anon_sym_DOT_DOT_DOT] = ACTIONS(989), + [anon_sym_DOT_DOT_LT] = ACTIONS(991), + [anon_sym_is] = ACTIONS(625), + [anon_sym_PLUS] = ACTIONS(995), + [anon_sym_DASH] = ACTIONS(995), + [anon_sym_STAR] = ACTIONS(975), + [anon_sym_SLASH] = ACTIONS(975), + [anon_sym_PERCENT] = ACTIONS(975), + [anon_sym_PLUS_PLUS] = ACTIONS(967), + [anon_sym_DASH_DASH] = ACTIONS(967), + [anon_sym_PIPE] = ACTIONS(987), + [anon_sym_CARET] = ACTIONS(975), + [anon_sym_LT_LT] = ACTIONS(987), + [anon_sym_GT_GT] = ACTIONS(987), + [anon_sym_borrowing] = ACTIONS(941), + [anon_sym_consuming] = ACTIONS(941), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(999), + [sym__dot_custom] = ACTIONS(1147), + [sym__conjunction_operator_custom] = ACTIONS(619), + [sym__disjunction_operator_custom] = ACTIONS(619), + [sym__nil_coalescing_operator_custom] = ACTIONS(619), + [sym__eq_custom] = ACTIONS(987), + [sym__eq_eq_custom] = ACTIONS(987), + [sym__plus_then_ws] = ACTIONS(987), + [sym__minus_then_ws] = ACTIONS(987), + [sym__bang_custom] = ACTIONS(1003), + [sym_where_keyword] = ACTIONS(619), + [sym__as_custom] = ACTIONS(619), + [sym__as_quest_custom] = ACTIONS(619), + [sym__as_bang_custom] = ACTIONS(619), + [sym__custom_operator] = ACTIONS(973), + [sym__hash_symbol_custom] = ACTIONS(1005), + [sym__directive_if] = ACTIONS(1007), + [sym__directive_elseif] = ACTIONS(1007), + [sym__directive_else] = ACTIONS(1009), + [sym__directive_endif] = ACTIONS(1009), + }, + [STATE(201)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1676), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(453), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_COMMA] = ACTIONS(475), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_COLON] = ACTIONS(475), + [anon_sym_LPAREN] = ACTIONS(475), + [anon_sym_LBRACK] = ACTIONS(475), + [anon_sym_QMARK] = ACTIONS(453), + [anon_sym_QMARK2] = ACTIONS(475), + [anon_sym_AMP] = ACTIONS(475), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(475), + [anon_sym_LT] = ACTIONS(453), + [anon_sym_GT] = ACTIONS(453), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(475), + [anon_sym_CARET_LBRACE] = ACTIONS(475), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(475), + [anon_sym_DASH_EQ] = ACTIONS(475), + [anon_sym_STAR_EQ] = ACTIONS(475), + [anon_sym_SLASH_EQ] = ACTIONS(475), + [anon_sym_PERCENT_EQ] = ACTIONS(475), + [anon_sym_BANG_EQ] = ACTIONS(453), + [anon_sym_BANG_EQ_EQ] = ACTIONS(475), + [anon_sym_EQ_EQ_EQ] = ACTIONS(475), + [anon_sym_LT_EQ] = ACTIONS(475), + [anon_sym_GT_EQ] = ACTIONS(475), + [anon_sym_DOT_DOT_DOT] = ACTIONS(475), + [anon_sym_DOT_DOT_LT] = ACTIONS(475), + [anon_sym_is] = ACTIONS(453), + [anon_sym_PLUS] = ACTIONS(453), + [anon_sym_DASH] = ACTIONS(453), + [anon_sym_STAR] = ACTIONS(453), + [anon_sym_SLASH] = ACTIONS(453), + [anon_sym_PERCENT] = ACTIONS(453), + [anon_sym_PLUS_PLUS] = ACTIONS(475), + [anon_sym_DASH_DASH] = ACTIONS(475), + [anon_sym_PIPE] = ACTIONS(475), + [anon_sym_CARET] = ACTIONS(453), + [anon_sym_LT_LT] = ACTIONS(475), + [anon_sym_GT_GT] = ACTIONS(475), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(475), + [sym__conjunction_operator_custom] = ACTIONS(475), + [sym__disjunction_operator_custom] = ACTIONS(475), + [sym__nil_coalescing_operator_custom] = ACTIONS(475), + [sym__eq_custom] = ACTIONS(475), + [sym__eq_eq_custom] = ACTIONS(475), + [sym__plus_then_ws] = ACTIONS(475), + [sym__minus_then_ws] = ACTIONS(475), + [sym__bang_custom] = ACTIONS(475), + [sym_where_keyword] = ACTIONS(475), + [sym__as_custom] = ACTIONS(475), + [sym__as_quest_custom] = ACTIONS(475), + [sym__as_bang_custom] = ACTIONS(475), + [sym__custom_operator] = ACTIONS(475), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(202)] = { + [sym_simple_identifier] = STATE(2939), + [sym__contextual_simple_identifier] = STATE(2778), + [sym__basic_literal] = STATE(3483), + [sym_boolean_literal] = STATE(3483), + [sym__string_literal] = STATE(3483), + [sym_line_string_literal] = STATE(3483), + [sym_multi_line_string_literal] = STATE(3483), + [sym_raw_string_literal] = STATE(3483), + [sym_regex_literal] = STATE(3483), + [sym__extended_regex_literal] = STATE(3437), + [sym__multiline_regex_literal] = STATE(3437), + [sym_user_type] = STATE(6567), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6567), + [sym_dictionary_type] = STATE(6567), + [sym_expression] = STATE(1588), + [sym_optional_chain_marker] = STATE(3483), + [sym__unary_expression] = STATE(3483), + [sym_postfix_expression] = STATE(3483), + [sym_constructor_expression] = STATE(3483), + [sym__parenthesized_type] = STATE(7825), + [sym_navigation_expression] = STATE(3483), + [sym__navigable_type_expression] = STATE(7825), + [sym_open_start_range_expression] = STATE(3483), + [sym__range_operator] = STATE(645), + [sym_open_end_range_expression] = STATE(3483), + [sym_prefix_expression] = STATE(3483), + [sym_as_expression] = STATE(3483), + [sym_selector_expression] = STATE(3483), + [sym__binary_expression] = STATE(3483), + [sym_multiplicative_expression] = STATE(3483), + [sym_additive_expression] = STATE(3483), + [sym_range_expression] = STATE(3483), + [sym_infix_expression] = STATE(3483), + [sym_nil_coalescing_expression] = STATE(3483), + [sym_check_expression] = STATE(3483), + [sym_comparison_expression] = STATE(3483), + [sym_equality_expression] = STATE(3483), + [sym_conjunction_expression] = STATE(3483), + [sym_disjunction_expression] = STATE(3483), + [sym_bitwise_operation] = STATE(3483), + [sym_custom_operator] = STATE(1227), + [sym_try_expression] = STATE(3483), + [sym_await_expression] = STATE(3483), + [sym__await_operator] = STATE(647), + [sym_ternary_expression] = STATE(3483), + [sym_call_expression] = STATE(3483), + [sym_macro_invocation] = STATE(3483), + [sym__primary_expression] = STATE(3483), + [sym_tuple_expression] = STATE(3483), + [sym_array_literal] = STATE(3483), + [sym_dictionary_literal] = STATE(3483), + [sym_special_literal] = STATE(3483), + [sym_playground_literal] = STATE(3483), + [sym_lambda_literal] = STATE(3483), + [sym_self_expression] = STATE(3483), + [sym_super_expression] = STATE(3483), + [sym_if_statement] = STATE(3483), + [sym_switch_statement] = STATE(3483), + [sym_key_path_expression] = STATE(3483), + [sym_key_path_string_expression] = STATE(3483), + [sym_try_operator] = STATE(650), + [sym__assignment_and_operator] = STATE(3154), + [sym__equality_operator] = STATE(3154), + [sym__comparison_operator] = STATE(3154), + [sym__three_dot_operator] = STATE(1215), + [sym__open_ended_range_operator] = STATE(645), + [sym__additive_operator] = STATE(3154), + [sym__multiplicative_operator] = STATE(3154), + [sym__prefix_unary_operator] = STATE(663), + [sym_directly_assignable_expression] = STATE(6569), + [sym_assignment] = STATE(3483), + [sym_value_parameter_pack] = STATE(3483), + [sym_value_pack_expansion] = STATE(3483), + [sym_referenceable_operator] = STATE(3483), + [sym__equal_sign] = STATE(3154), + [sym__eq_eq] = STATE(3154), + [sym__dot] = STATE(663), + [sym__hash_symbol] = STATE(4956), + [sym_bang] = STATE(1227), + [sym__parameter_ownership_modifier] = STATE(2778), + [sym_directive] = STATE(3483), + [sym_diagnostic] = STATE(3483), + [aux_sym_raw_string_literal_repeat1] = STATE(7865), + [anon_sym_BANG] = ACTIONS(939), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(941), + [aux_sym_simple_identifier_token2] = ACTIONS(943), + [aux_sym_simple_identifier_token3] = ACTIONS(943), + [aux_sym_simple_identifier_token4] = ACTIONS(943), + [anon_sym_actor] = ACTIONS(941), + [anon_sym_async] = ACTIONS(941), + [anon_sym_each] = ACTIONS(945), + [anon_sym_lazy] = ACTIONS(941), + [anon_sym_repeat] = ACTIONS(947), + [anon_sym_package] = ACTIONS(941), + [anon_sym_nil] = ACTIONS(949), + [sym_real_literal] = ACTIONS(951), + [sym_integer_literal] = ACTIONS(949), + [sym_hex_literal] = ACTIONS(949), + [sym_oct_literal] = ACTIONS(951), + [sym_bin_literal] = ACTIONS(951), + [anon_sym_true] = ACTIONS(953), + [anon_sym_false] = ACTIONS(953), + [anon_sym_DQUOTE] = ACTIONS(955), + [anon_sym_BSLASH] = ACTIONS(957), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(959), + [anon_sym_COMMA] = ACTIONS(619), + [sym__oneline_regex_literal] = ACTIONS(961), + [anon_sym_COLON] = ACTIONS(619), + [anon_sym_LPAREN] = ACTIONS(1145), + [anon_sym_LBRACK] = ACTIONS(965), + [anon_sym_QMARK] = ACTIONS(625), + [anon_sym_QMARK2] = ACTIONS(619), + [anon_sym_AMP] = ACTIONS(967), + [anon_sym_TILDE] = ACTIONS(967), + [anon_sym_if] = ACTIONS(969), + [anon_sym_switch] = ACTIONS(971), + [aux_sym_custom_operator_token1] = ACTIONS(973), + [anon_sym_LT] = ACTIONS(975), + [anon_sym_GT] = ACTIONS(975), + [anon_sym_await] = ACTIONS(977), + [anon_sym_LBRACE] = ACTIONS(979), + [anon_sym_CARET_LBRACE] = ACTIONS(979), + [anon_sym_self] = ACTIONS(981), + [anon_sym_super] = ACTIONS(983), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(987), + [anon_sym_DASH_EQ] = ACTIONS(987), + [anon_sym_STAR_EQ] = ACTIONS(987), + [anon_sym_SLASH_EQ] = ACTIONS(987), + [anon_sym_PERCENT_EQ] = ACTIONS(987), + [anon_sym_BANG_EQ] = ACTIONS(975), + [anon_sym_BANG_EQ_EQ] = ACTIONS(987), + [anon_sym_EQ_EQ_EQ] = ACTIONS(987), + [anon_sym_LT_EQ] = ACTIONS(987), + [anon_sym_GT_EQ] = ACTIONS(987), + [anon_sym_DOT_DOT_DOT] = ACTIONS(989), + [anon_sym_DOT_DOT_LT] = ACTIONS(991), + [anon_sym_is] = ACTIONS(625), + [anon_sym_PLUS] = ACTIONS(995), + [anon_sym_DASH] = ACTIONS(995), + [anon_sym_STAR] = ACTIONS(975), + [anon_sym_SLASH] = ACTIONS(975), + [anon_sym_PERCENT] = ACTIONS(975), + [anon_sym_PLUS_PLUS] = ACTIONS(967), + [anon_sym_DASH_DASH] = ACTIONS(967), + [anon_sym_PIPE] = ACTIONS(987), + [anon_sym_CARET] = ACTIONS(975), + [anon_sym_LT_LT] = ACTIONS(987), + [anon_sym_GT_GT] = ACTIONS(987), + [anon_sym_borrowing] = ACTIONS(941), + [anon_sym_consuming] = ACTIONS(941), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(999), + [sym__dot_custom] = ACTIONS(1147), + [sym__conjunction_operator_custom] = ACTIONS(619), + [sym__disjunction_operator_custom] = ACTIONS(619), + [sym__nil_coalescing_operator_custom] = ACTIONS(619), + [sym__eq_custom] = ACTIONS(987), + [sym__eq_eq_custom] = ACTIONS(987), + [sym__plus_then_ws] = ACTIONS(987), + [sym__minus_then_ws] = ACTIONS(987), + [sym__bang_custom] = ACTIONS(1003), + [sym_where_keyword] = ACTIONS(619), + [sym__as_custom] = ACTIONS(619), + [sym__as_quest_custom] = ACTIONS(619), + [sym__as_bang_custom] = ACTIONS(619), + [sym__custom_operator] = ACTIONS(973), + [sym__hash_symbol_custom] = ACTIONS(1005), + [sym__directive_if] = ACTIONS(1007), + [sym__directive_elseif] = ACTIONS(1007), + [sym__directive_else] = ACTIONS(1009), + [sym__directive_endif] = ACTIONS(1009), + }, + [STATE(203)] = { + [sym_simple_identifier] = STATE(2455), + [sym__contextual_simple_identifier] = STATE(2422), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1479), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym_self_expression] = STATE(2689), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(2689), + [sym_if_condition] = STATE(6982), + [sym_if_let_binding] = STATE(7212), + [sym_switch_statement] = STATE(2689), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_availability_condition] = STATE(7212), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4908), + [sym_bang] = STATE(1127), + [sym__async_modifier] = STATE(8439), + [sym__direct_or_indirect_binding] = STATE(6435), + [sym_value_binding_pattern] = STATE(4899), + [sym__possibly_async_binding_pattern_kind] = STATE(4899), + [sym__binding_kind_and_pattern] = STATE(6436), + [sym__parameter_ownership_modifier] = STATE(2422), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(11), + [aux_sym_simple_identifier_token2] = ACTIONS(13), + [aux_sym_simple_identifier_token3] = ACTIONS(13), + [aux_sym_simple_identifier_token4] = ACTIONS(13), + [anon_sym_actor] = ACTIONS(11), + [anon_sym_async] = ACTIONS(17), + [anon_sym_each] = ACTIONS(19), + [anon_sym_lazy] = ACTIONS(11), + [anon_sym_repeat] = ACTIONS(831), + [anon_sym_package] = ACTIONS(11), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_self] = ACTIONS(59), + [anon_sym_super] = ACTIONS(61), + [anon_sym_case] = ACTIONS(1149), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_borrowing] = ACTIONS(11), + [anon_sym_consuming] = ACTIONS(11), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(1151), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(204)] = { + [sym_simple_identifier] = STATE(3463), + [sym__contextual_simple_identifier] = STATE(2936), + [sym__basic_literal] = STATE(3677), + [sym_boolean_literal] = STATE(3677), + [sym__string_literal] = STATE(3677), + [sym_line_string_literal] = STATE(3677), + [sym_multi_line_string_literal] = STATE(3677), + [sym_raw_string_literal] = STATE(3677), + [sym_regex_literal] = STATE(3677), + [sym__extended_regex_literal] = STATE(3739), + [sym__multiline_regex_literal] = STATE(3739), + [sym_user_type] = STATE(6561), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6561), + [sym_dictionary_type] = STATE(6561), + [sym_expression] = STATE(1604), + [sym_optional_chain_marker] = STATE(3677), + [sym__unary_expression] = STATE(3677), + [sym_postfix_expression] = STATE(3677), + [sym_constructor_expression] = STATE(3677), + [sym__parenthesized_type] = STATE(8461), + [sym_navigation_expression] = STATE(3677), + [sym__navigable_type_expression] = STATE(8461), + [sym_open_start_range_expression] = STATE(3677), + [sym__range_operator] = STATE(626), + [sym_open_end_range_expression] = STATE(3677), + [sym_prefix_expression] = STATE(3677), + [sym_as_expression] = STATE(3677), + [sym_selector_expression] = STATE(3677), + [sym__binary_expression] = STATE(3677), + [sym_multiplicative_expression] = STATE(3677), + [sym_additive_expression] = STATE(3677), + [sym_range_expression] = STATE(3677), + [sym_infix_expression] = STATE(3677), + [sym_nil_coalescing_expression] = STATE(3677), + [sym_check_expression] = STATE(3677), + [sym_comparison_expression] = STATE(3677), + [sym_equality_expression] = STATE(3677), + [sym_conjunction_expression] = STATE(3677), + [sym_disjunction_expression] = STATE(3677), + [sym_bitwise_operation] = STATE(3677), + [sym_custom_operator] = STATE(1325), + [sym_try_expression] = STATE(3677), + [sym_await_expression] = STATE(3677), + [sym__await_operator] = STATE(627), + [sym_ternary_expression] = STATE(3677), + [sym_call_expression] = STATE(3677), + [sym_macro_invocation] = STATE(3677), + [sym__primary_expression] = STATE(3677), + [sym_tuple_expression] = STATE(3677), + [sym_array_literal] = STATE(3677), + [sym_dictionary_literal] = STATE(3677), + [sym_special_literal] = STATE(3677), + [sym_playground_literal] = STATE(3677), + [sym_lambda_literal] = STATE(3677), + [sym_self_expression] = STATE(3677), + [sym_super_expression] = STATE(3677), + [sym_if_statement] = STATE(3677), + [sym_if_condition] = STATE(8061), + [sym_if_let_binding] = STATE(8712), + [sym_switch_statement] = STATE(3677), + [sym_key_path_expression] = STATE(3677), + [sym_key_path_string_expression] = STATE(3677), + [sym_try_operator] = STATE(628), + [sym__assignment_and_operator] = STATE(3673), + [sym__equality_operator] = STATE(3673), + [sym__comparison_operator] = STATE(3673), + [sym__three_dot_operator] = STATE(1329), + [sym__open_ended_range_operator] = STATE(626), + [sym__additive_operator] = STATE(3673), + [sym__multiplicative_operator] = STATE(3673), + [sym__prefix_unary_operator] = STATE(629), + [sym_directly_assignable_expression] = STATE(6568), + [sym_assignment] = STATE(3677), + [sym_value_parameter_pack] = STATE(3677), + [sym_value_pack_expansion] = STATE(3677), + [sym_availability_condition] = STATE(8712), + [sym_referenceable_operator] = STATE(3677), + [sym__equal_sign] = STATE(3673), + [sym__eq_eq] = STATE(3673), + [sym__dot] = STATE(629), + [sym__hash_symbol] = STATE(4928), + [sym_bang] = STATE(1325), + [sym__async_modifier] = STATE(8439), + [sym__direct_or_indirect_binding] = STATE(7009), + [sym_value_binding_pattern] = STATE(4917), + [sym__possibly_async_binding_pattern_kind] = STATE(4917), + [sym__binding_kind_and_pattern] = STATE(7012), + [sym__parameter_ownership_modifier] = STATE(2936), + [sym_directive] = STATE(3677), + [sym_diagnostic] = STATE(3677), + [aux_sym_raw_string_literal_repeat1] = STATE(8465), + [anon_sym_BANG] = ACTIONS(1153), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1155), + [aux_sym_simple_identifier_token2] = ACTIONS(1157), + [aux_sym_simple_identifier_token3] = ACTIONS(1157), + [aux_sym_simple_identifier_token4] = ACTIONS(1157), + [anon_sym_actor] = ACTIONS(1155), + [anon_sym_async] = ACTIONS(1159), + [anon_sym_each] = ACTIONS(1161), + [anon_sym_lazy] = ACTIONS(1155), + [anon_sym_repeat] = ACTIONS(1163), + [anon_sym_package] = ACTIONS(1155), + [anon_sym_nil] = ACTIONS(1165), + [sym_real_literal] = ACTIONS(1167), + [sym_integer_literal] = ACTIONS(1165), + [sym_hex_literal] = ACTIONS(1165), + [sym_oct_literal] = ACTIONS(1167), + [sym_bin_literal] = ACTIONS(1167), + [anon_sym_true] = ACTIONS(1169), + [anon_sym_false] = ACTIONS(1169), + [anon_sym_DQUOTE] = ACTIONS(1171), + [anon_sym_BSLASH] = ACTIONS(1173), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1175), + [sym__oneline_regex_literal] = ACTIONS(1177), + [anon_sym_LPAREN] = ACTIONS(1179), + [anon_sym_LBRACK] = ACTIONS(1181), + [anon_sym_AMP] = ACTIONS(1183), + [anon_sym_TILDE] = ACTIONS(1183), + [anon_sym_if] = ACTIONS(1185), + [anon_sym_switch] = ACTIONS(1187), + [aux_sym_custom_operator_token1] = ACTIONS(1189), + [anon_sym_LT] = ACTIONS(1191), + [anon_sym_GT] = ACTIONS(1191), + [anon_sym_await] = ACTIONS(1193), + [anon_sym_LBRACE] = ACTIONS(1195), + [anon_sym_CARET_LBRACE] = ACTIONS(1195), + [anon_sym_self] = ACTIONS(1197), + [anon_sym_super] = ACTIONS(1199), + [anon_sym_case] = ACTIONS(1201), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(1203), + [anon_sym_DASH_EQ] = ACTIONS(1203), + [anon_sym_STAR_EQ] = ACTIONS(1203), + [anon_sym_SLASH_EQ] = ACTIONS(1203), + [anon_sym_PERCENT_EQ] = ACTIONS(1203), + [anon_sym_BANG_EQ] = ACTIONS(1191), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1203), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1203), + [anon_sym_LT_EQ] = ACTIONS(1203), + [anon_sym_GT_EQ] = ACTIONS(1203), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1205), + [anon_sym_DOT_DOT_LT] = ACTIONS(1207), + [anon_sym_PLUS] = ACTIONS(1209), + [anon_sym_DASH] = ACTIONS(1209), + [anon_sym_STAR] = ACTIONS(1191), + [anon_sym_SLASH] = ACTIONS(1191), + [anon_sym_PERCENT] = ACTIONS(1191), + [anon_sym_PLUS_PLUS] = ACTIONS(1183), + [anon_sym_DASH_DASH] = ACTIONS(1183), + [anon_sym_PIPE] = ACTIONS(1203), + [anon_sym_CARET] = ACTIONS(1191), + [anon_sym_LT_LT] = ACTIONS(1203), + [anon_sym_GT_GT] = ACTIONS(1203), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_borrowing] = ACTIONS(1155), + [anon_sym_consuming] = ACTIONS(1155), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(1211), + [sym__dot_custom] = ACTIONS(1213), + [sym__eq_custom] = ACTIONS(1203), + [sym__eq_eq_custom] = ACTIONS(1203), + [sym__plus_then_ws] = ACTIONS(1203), + [sym__minus_then_ws] = ACTIONS(1203), + [sym__bang_custom] = ACTIONS(1215), + [sym__custom_operator] = ACTIONS(1189), + [sym__hash_symbol_custom] = ACTIONS(1217), + [sym__directive_if] = ACTIONS(1219), + [sym__directive_elseif] = ACTIONS(1219), + [sym__directive_else] = ACTIONS(1221), + [sym__directive_endif] = ACTIONS(1221), + }, + [STATE(205)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1661), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_if_condition] = STATE(8052), + [sym_if_let_binding] = STATE(8803), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_availability_condition] = STATE(8803), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4900), + [sym_bang] = STATE(1158), + [sym__async_modifier] = STATE(8439), + [sym__direct_or_indirect_binding] = STATE(7008), + [sym_value_binding_pattern] = STATE(4894), + [sym__possibly_async_binding_pattern_kind] = STATE(4894), + [sym__binding_kind_and_pattern] = STATE(7027), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(653), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_case] = ACTIONS(795), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(493), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(206)] = { + [sym_simple_identifier] = STATE(2455), + [sym__contextual_simple_identifier] = STATE(2422), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1479), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym_self_expression] = STATE(2689), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(2689), + [sym_if_condition] = STATE(6907), + [sym_if_let_binding] = STATE(7212), + [sym_switch_statement] = STATE(2689), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_availability_condition] = STATE(7212), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4908), + [sym_bang] = STATE(1127), + [sym__async_modifier] = STATE(8439), + [sym__direct_or_indirect_binding] = STATE(6435), + [sym_value_binding_pattern] = STATE(4899), + [sym__possibly_async_binding_pattern_kind] = STATE(4899), + [sym__binding_kind_and_pattern] = STATE(6436), + [sym__parameter_ownership_modifier] = STATE(2422), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(11), + [aux_sym_simple_identifier_token2] = ACTIONS(13), + [aux_sym_simple_identifier_token3] = ACTIONS(13), + [aux_sym_simple_identifier_token4] = ACTIONS(13), + [anon_sym_actor] = ACTIONS(11), + [anon_sym_async] = ACTIONS(17), + [anon_sym_each] = ACTIONS(19), + [anon_sym_lazy] = ACTIONS(11), + [anon_sym_repeat] = ACTIONS(831), + [anon_sym_package] = ACTIONS(11), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_self] = ACTIONS(59), + [anon_sym_super] = ACTIONS(61), + [anon_sym_case] = ACTIONS(1149), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_borrowing] = ACTIONS(11), + [anon_sym_consuming] = ACTIONS(11), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(1151), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(207)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1675), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(453), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_COMMA] = ACTIONS(475), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(475), + [anon_sym_LBRACK] = ACTIONS(475), + [anon_sym_QMARK] = ACTIONS(453), + [anon_sym_QMARK2] = ACTIONS(475), + [anon_sym_AMP] = ACTIONS(475), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(475), + [anon_sym_LT] = ACTIONS(453), + [anon_sym_GT] = ACTIONS(453), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(475), + [anon_sym_CARET_LBRACE] = ACTIONS(475), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(475), + [anon_sym_DASH_EQ] = ACTIONS(475), + [anon_sym_STAR_EQ] = ACTIONS(475), + [anon_sym_SLASH_EQ] = ACTIONS(475), + [anon_sym_PERCENT_EQ] = ACTIONS(475), + [anon_sym_BANG_EQ] = ACTIONS(453), + [anon_sym_BANG_EQ_EQ] = ACTIONS(475), + [anon_sym_EQ_EQ_EQ] = ACTIONS(475), + [anon_sym_LT_EQ] = ACTIONS(475), + [anon_sym_GT_EQ] = ACTIONS(475), + [anon_sym_DOT_DOT_DOT] = ACTIONS(475), + [anon_sym_DOT_DOT_LT] = ACTIONS(475), + [anon_sym_is] = ACTIONS(453), + [anon_sym_PLUS] = ACTIONS(453), + [anon_sym_DASH] = ACTIONS(453), + [anon_sym_STAR] = ACTIONS(453), + [anon_sym_SLASH] = ACTIONS(453), + [anon_sym_PERCENT] = ACTIONS(453), + [anon_sym_PLUS_PLUS] = ACTIONS(475), + [anon_sym_DASH_DASH] = ACTIONS(475), + [anon_sym_PIPE] = ACTIONS(475), + [anon_sym_CARET] = ACTIONS(453), + [anon_sym_LT_LT] = ACTIONS(475), + [anon_sym_GT_GT] = ACTIONS(475), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(475), + [sym__conjunction_operator_custom] = ACTIONS(475), + [sym__disjunction_operator_custom] = ACTIONS(475), + [sym__nil_coalescing_operator_custom] = ACTIONS(475), + [sym__eq_custom] = ACTIONS(475), + [sym__eq_eq_custom] = ACTIONS(475), + [sym__plus_then_ws] = ACTIONS(475), + [sym__minus_then_ws] = ACTIONS(475), + [sym__bang_custom] = ACTIONS(475), + [sym_else] = ACTIONS(475), + [sym__as_custom] = ACTIONS(475), + [sym__as_quest_custom] = ACTIONS(475), + [sym__as_bang_custom] = ACTIONS(475), + [sym__custom_operator] = ACTIONS(475), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(208)] = { + [sym_simple_identifier] = STATE(2455), + [sym__contextual_simple_identifier] = STATE(2422), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1479), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym_self_expression] = STATE(2689), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(2689), + [sym_if_condition] = STATE(7180), + [sym_if_let_binding] = STATE(7212), + [sym_switch_statement] = STATE(2689), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_availability_condition] = STATE(7212), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4908), + [sym_bang] = STATE(1127), + [sym__async_modifier] = STATE(8439), + [sym__direct_or_indirect_binding] = STATE(6435), + [sym_value_binding_pattern] = STATE(4899), + [sym__possibly_async_binding_pattern_kind] = STATE(4899), + [sym__binding_kind_and_pattern] = STATE(6436), + [sym__parameter_ownership_modifier] = STATE(2422), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(11), + [aux_sym_simple_identifier_token2] = ACTIONS(13), + [aux_sym_simple_identifier_token3] = ACTIONS(13), + [aux_sym_simple_identifier_token4] = ACTIONS(13), + [anon_sym_actor] = ACTIONS(11), + [anon_sym_async] = ACTIONS(17), + [anon_sym_each] = ACTIONS(19), + [anon_sym_lazy] = ACTIONS(11), + [anon_sym_repeat] = ACTIONS(831), + [anon_sym_package] = ACTIONS(11), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_self] = ACTIONS(59), + [anon_sym_super] = ACTIONS(61), + [anon_sym_case] = ACTIONS(1149), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_borrowing] = ACTIONS(11), + [anon_sym_consuming] = ACTIONS(11), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(1151), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(209)] = { + [sym_simple_identifier] = STATE(3463), + [sym__contextual_simple_identifier] = STATE(2936), + [sym__basic_literal] = STATE(3677), + [sym_boolean_literal] = STATE(3677), + [sym__string_literal] = STATE(3677), + [sym_line_string_literal] = STATE(3677), + [sym_multi_line_string_literal] = STATE(3677), + [sym_raw_string_literal] = STATE(3677), + [sym_regex_literal] = STATE(3677), + [sym__extended_regex_literal] = STATE(3739), + [sym__multiline_regex_literal] = STATE(3739), + [sym_user_type] = STATE(6561), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6561), + [sym_dictionary_type] = STATE(6561), + [sym_expression] = STATE(1624), + [sym_optional_chain_marker] = STATE(3677), + [sym__unary_expression] = STATE(3677), + [sym_postfix_expression] = STATE(3677), + [sym_constructor_expression] = STATE(3677), + [sym__parenthesized_type] = STATE(8461), + [sym_navigation_expression] = STATE(3677), + [sym__navigable_type_expression] = STATE(8461), + [sym_open_start_range_expression] = STATE(3677), + [sym__range_operator] = STATE(626), + [sym_open_end_range_expression] = STATE(3677), + [sym_prefix_expression] = STATE(3677), + [sym_as_expression] = STATE(3677), + [sym_selector_expression] = STATE(3677), + [sym__binary_expression] = STATE(3677), + [sym_multiplicative_expression] = STATE(3677), + [sym_additive_expression] = STATE(3677), + [sym_range_expression] = STATE(3677), + [sym_infix_expression] = STATE(3677), + [sym_nil_coalescing_expression] = STATE(3677), + [sym_check_expression] = STATE(3677), + [sym_comparison_expression] = STATE(3677), + [sym_equality_expression] = STATE(3677), + [sym_conjunction_expression] = STATE(3677), + [sym_disjunction_expression] = STATE(3677), + [sym_bitwise_operation] = STATE(3677), + [sym_custom_operator] = STATE(1325), + [sym_try_expression] = STATE(3677), + [sym_await_expression] = STATE(3677), + [sym__await_operator] = STATE(627), + [sym_ternary_expression] = STATE(3677), + [sym_call_expression] = STATE(3677), + [sym_macro_invocation] = STATE(3677), + [sym__primary_expression] = STATE(3677), + [sym_tuple_expression] = STATE(3677), + [sym_array_literal] = STATE(3677), + [sym_dictionary_literal] = STATE(3677), + [sym_special_literal] = STATE(3677), + [sym_playground_literal] = STATE(3677), + [sym_lambda_literal] = STATE(3677), + [sym_self_expression] = STATE(3677), + [sym_super_expression] = STATE(3677), + [sym_if_statement] = STATE(3677), + [sym_switch_statement] = STATE(3677), + [sym_key_path_expression] = STATE(3677), + [sym_key_path_string_expression] = STATE(3677), + [sym_try_operator] = STATE(628), + [sym__assignment_and_operator] = STATE(3673), + [sym__equality_operator] = STATE(3673), + [sym__comparison_operator] = STATE(3673), + [sym__three_dot_operator] = STATE(1329), + [sym__open_ended_range_operator] = STATE(626), + [sym__additive_operator] = STATE(3673), + [sym__multiplicative_operator] = STATE(3673), + [sym__prefix_unary_operator] = STATE(629), + [sym_directly_assignable_expression] = STATE(6568), + [sym_assignment] = STATE(3677), + [sym_value_parameter_pack] = STATE(3677), + [sym_value_pack_expansion] = STATE(3677), + [sym_referenceable_operator] = STATE(3677), + [sym__equal_sign] = STATE(3673), + [sym__eq_eq] = STATE(3673), + [sym__dot] = STATE(629), + [sym__hash_symbol] = STATE(4954), + [sym_bang] = STATE(1325), + [sym__parameter_ownership_modifier] = STATE(2936), + [sym_directive] = STATE(3677), + [sym_diagnostic] = STATE(3677), + [aux_sym_raw_string_literal_repeat1] = STATE(8465), + [anon_sym_BANG] = ACTIONS(1153), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1155), + [aux_sym_simple_identifier_token2] = ACTIONS(1157), + [aux_sym_simple_identifier_token3] = ACTIONS(1157), + [aux_sym_simple_identifier_token4] = ACTIONS(1157), + [anon_sym_actor] = ACTIONS(1155), + [anon_sym_async] = ACTIONS(1155), + [anon_sym_each] = ACTIONS(1161), + [anon_sym_lazy] = ACTIONS(1155), + [anon_sym_repeat] = ACTIONS(1163), + [anon_sym_package] = ACTIONS(1155), + [anon_sym_nil] = ACTIONS(1165), + [sym_real_literal] = ACTIONS(1167), + [sym_integer_literal] = ACTIONS(1165), + [sym_hex_literal] = ACTIONS(1165), + [sym_oct_literal] = ACTIONS(1167), + [sym_bin_literal] = ACTIONS(1167), + [anon_sym_true] = ACTIONS(1169), + [anon_sym_false] = ACTIONS(1169), + [anon_sym_DQUOTE] = ACTIONS(1171), + [anon_sym_BSLASH] = ACTIONS(1173), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1175), + [anon_sym_COMMA] = ACTIONS(619), + [sym__oneline_regex_literal] = ACTIONS(1177), + [anon_sym_LPAREN] = ACTIONS(1179), + [anon_sym_LBRACK] = ACTIONS(1181), + [anon_sym_QMARK] = ACTIONS(625), + [anon_sym_QMARK2] = ACTIONS(619), + [anon_sym_AMP] = ACTIONS(1183), + [anon_sym_TILDE] = ACTIONS(1183), + [anon_sym_if] = ACTIONS(1185), + [anon_sym_switch] = ACTIONS(1187), + [aux_sym_custom_operator_token1] = ACTIONS(1189), + [anon_sym_LT] = ACTIONS(1191), + [anon_sym_GT] = ACTIONS(1191), + [anon_sym_await] = ACTIONS(1193), + [anon_sym_LBRACE] = ACTIONS(1195), + [anon_sym_CARET_LBRACE] = ACTIONS(1195), + [anon_sym_self] = ACTIONS(1197), + [anon_sym_super] = ACTIONS(1199), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(1203), + [anon_sym_DASH_EQ] = ACTIONS(1203), + [anon_sym_STAR_EQ] = ACTIONS(1203), + [anon_sym_SLASH_EQ] = ACTIONS(1203), + [anon_sym_PERCENT_EQ] = ACTIONS(1203), + [anon_sym_BANG_EQ] = ACTIONS(1191), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1203), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1203), + [anon_sym_LT_EQ] = ACTIONS(1203), + [anon_sym_GT_EQ] = ACTIONS(1203), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1205), + [anon_sym_DOT_DOT_LT] = ACTIONS(1207), + [anon_sym_is] = ACTIONS(625), + [anon_sym_PLUS] = ACTIONS(1209), + [anon_sym_DASH] = ACTIONS(1209), + [anon_sym_STAR] = ACTIONS(1191), + [anon_sym_SLASH] = ACTIONS(1191), + [anon_sym_PERCENT] = ACTIONS(1191), + [anon_sym_PLUS_PLUS] = ACTIONS(1183), + [anon_sym_DASH_DASH] = ACTIONS(1183), + [anon_sym_PIPE] = ACTIONS(1203), + [anon_sym_CARET] = ACTIONS(1191), + [anon_sym_LT_LT] = ACTIONS(1203), + [anon_sym_GT_GT] = ACTIONS(1203), + [anon_sym_borrowing] = ACTIONS(1155), + [anon_sym_consuming] = ACTIONS(1155), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(1211), + [sym__dot_custom] = ACTIONS(1213), + [sym__conjunction_operator_custom] = ACTIONS(619), + [sym__disjunction_operator_custom] = ACTIONS(619), + [sym__nil_coalescing_operator_custom] = ACTIONS(619), + [sym__eq_custom] = ACTIONS(1203), + [sym__eq_eq_custom] = ACTIONS(1203), + [sym__plus_then_ws] = ACTIONS(1203), + [sym__minus_then_ws] = ACTIONS(1203), + [sym__bang_custom] = ACTIONS(1215), + [sym_else] = ACTIONS(619), + [sym__as_custom] = ACTIONS(619), + [sym__as_quest_custom] = ACTIONS(619), + [sym__as_bang_custom] = ACTIONS(619), + [sym__custom_operator] = ACTIONS(1189), + [sym__hash_symbol_custom] = ACTIONS(1223), + [sym__directive_if] = ACTIONS(1219), + [sym__directive_elseif] = ACTIONS(1219), + [sym__directive_else] = ACTIONS(1221), + [sym__directive_endif] = ACTIONS(1221), + }, + [STATE(210)] = { + [sym_simple_identifier] = STATE(1343), + [sym__contextual_simple_identifier] = STATE(1209), + [sym__basic_literal] = STATE(1387), + [sym_boolean_literal] = STATE(1387), + [sym__string_literal] = STATE(1387), + [sym_line_string_literal] = STATE(1387), + [sym_multi_line_string_literal] = STATE(1387), + [sym_raw_string_literal] = STATE(1387), + [sym_regex_literal] = STATE(1387), + [sym__extended_regex_literal] = STATE(1437), + [sym__multiline_regex_literal] = STATE(1437), + [sym_user_type] = STATE(6517), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6517), + [sym_dictionary_type] = STATE(6517), + [sym_expression] = STATE(798), + [sym_optional_chain_marker] = STATE(1387), + [sym__unary_expression] = STATE(1387), + [sym_postfix_expression] = STATE(1387), + [sym_constructor_expression] = STATE(1387), + [sym__parenthesized_type] = STATE(8310), + [sym_navigation_expression] = STATE(1387), + [sym__navigable_type_expression] = STATE(8310), + [sym_open_start_range_expression] = STATE(1387), + [sym__range_operator] = STATE(614), + [sym_open_end_range_expression] = STATE(1387), + [sym_prefix_expression] = STATE(1387), + [sym_as_expression] = STATE(1387), + [sym_selector_expression] = STATE(1387), + [sym__binary_expression] = STATE(1387), + [sym_multiplicative_expression] = STATE(1387), + [sym_additive_expression] = STATE(1387), + [sym_range_expression] = STATE(1387), + [sym_infix_expression] = STATE(1387), + [sym_nil_coalescing_expression] = STATE(1387), + [sym_check_expression] = STATE(1387), + [sym_comparison_expression] = STATE(1387), + [sym_equality_expression] = STATE(1387), + [sym_conjunction_expression] = STATE(1387), + [sym_disjunction_expression] = STATE(1387), + [sym_bitwise_operation] = STATE(1387), + [sym_custom_operator] = STATE(772), + [sym_try_expression] = STATE(1387), + [sym_await_expression] = STATE(1387), + [sym__await_operator] = STATE(615), + [sym_ternary_expression] = STATE(1387), + [sym_call_expression] = STATE(1387), + [sym_macro_invocation] = STATE(1387), + [sym__primary_expression] = STATE(1387), + [sym_tuple_expression] = STATE(1387), + [sym_array_literal] = STATE(1387), + [sym_dictionary_literal] = STATE(1387), + [sym_special_literal] = STATE(1387), + [sym_playground_literal] = STATE(1387), + [sym_lambda_literal] = STATE(1387), + [sym_self_expression] = STATE(1387), + [sym_super_expression] = STATE(1387), + [sym_if_statement] = STATE(1387), + [sym_if_condition] = STATE(4623), + [sym_if_let_binding] = STATE(4612), + [sym_switch_statement] = STATE(1387), + [sym_key_path_expression] = STATE(1387), + [sym_key_path_string_expression] = STATE(1387), + [sym_try_operator] = STATE(616), + [sym__assignment_and_operator] = STATE(1443), + [sym__equality_operator] = STATE(1443), + [sym__comparison_operator] = STATE(1443), + [sym__three_dot_operator] = STATE(771), + [sym__open_ended_range_operator] = STATE(614), + [sym__additive_operator] = STATE(1443), + [sym__multiplicative_operator] = STATE(1443), + [sym__prefix_unary_operator] = STATE(621), + [sym_directly_assignable_expression] = STATE(6518), + [sym_assignment] = STATE(1387), + [sym_value_parameter_pack] = STATE(1387), + [sym_value_pack_expansion] = STATE(1387), + [sym_availability_condition] = STATE(4612), + [sym_referenceable_operator] = STATE(1387), + [sym__equal_sign] = STATE(1443), + [sym__eq_eq] = STATE(1443), + [sym__dot] = STATE(621), + [sym__hash_symbol] = STATE(4924), + [sym_bang] = STATE(772), + [sym__async_modifier] = STATE(8439), + [sym__direct_or_indirect_binding] = STATE(3981), + [sym_value_binding_pattern] = STATE(4919), + [sym__possibly_async_binding_pattern_kind] = STATE(4919), + [sym__binding_kind_and_pattern] = STATE(3988), + [sym__parameter_ownership_modifier] = STATE(1209), + [sym_directive] = STATE(1387), + [sym_diagnostic] = STATE(1387), + [aux_sym_raw_string_literal_repeat1] = STATE(8468), + [anon_sym_BANG] = ACTIONS(287), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(289), + [aux_sym_simple_identifier_token2] = ACTIONS(291), + [aux_sym_simple_identifier_token3] = ACTIONS(291), + [aux_sym_simple_identifier_token4] = ACTIONS(291), + [anon_sym_actor] = ACTIONS(289), + [anon_sym_async] = ACTIONS(295), + [anon_sym_each] = ACTIONS(297), + [anon_sym_lazy] = ACTIONS(289), + [anon_sym_repeat] = ACTIONS(721), + [anon_sym_package] = ACTIONS(289), + [anon_sym_nil] = ACTIONS(303), + [sym_real_literal] = ACTIONS(305), + [sym_integer_literal] = ACTIONS(303), + [sym_hex_literal] = ACTIONS(303), + [sym_oct_literal] = ACTIONS(305), + [sym_bin_literal] = ACTIONS(305), + [anon_sym_true] = ACTIONS(307), + [anon_sym_false] = ACTIONS(307), + [anon_sym_DQUOTE] = ACTIONS(309), + [anon_sym_BSLASH] = ACTIONS(311), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(313), + [sym__oneline_regex_literal] = ACTIONS(315), + [anon_sym_LPAREN] = ACTIONS(317), + [anon_sym_LBRACK] = ACTIONS(319), + [anon_sym_AMP] = ACTIONS(321), + [anon_sym_TILDE] = ACTIONS(321), + [anon_sym_if] = ACTIONS(323), + [anon_sym_switch] = ACTIONS(325), + [aux_sym_custom_operator_token1] = ACTIONS(327), + [anon_sym_LT] = ACTIONS(329), + [anon_sym_GT] = ACTIONS(329), + [anon_sym_await] = ACTIONS(331), + [anon_sym_LBRACE] = ACTIONS(333), + [anon_sym_CARET_LBRACE] = ACTIONS(333), + [anon_sym_self] = ACTIONS(337), + [anon_sym_super] = ACTIONS(339), + [anon_sym_case] = ACTIONS(1225), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(345), + [anon_sym_DASH_EQ] = ACTIONS(345), + [anon_sym_STAR_EQ] = ACTIONS(345), + [anon_sym_SLASH_EQ] = ACTIONS(345), + [anon_sym_PERCENT_EQ] = ACTIONS(345), + [anon_sym_BANG_EQ] = ACTIONS(329), + [anon_sym_BANG_EQ_EQ] = ACTIONS(345), + [anon_sym_EQ_EQ_EQ] = ACTIONS(345), + [anon_sym_LT_EQ] = ACTIONS(345), + [anon_sym_GT_EQ] = ACTIONS(345), + [anon_sym_DOT_DOT_DOT] = ACTIONS(347), + [anon_sym_DOT_DOT_LT] = ACTIONS(349), + [anon_sym_PLUS] = ACTIONS(351), + [anon_sym_DASH] = ACTIONS(351), + [anon_sym_STAR] = ACTIONS(329), + [anon_sym_SLASH] = ACTIONS(329), + [anon_sym_PERCENT] = ACTIONS(329), + [anon_sym_PLUS_PLUS] = ACTIONS(321), + [anon_sym_DASH_DASH] = ACTIONS(321), + [anon_sym_PIPE] = ACTIONS(345), + [anon_sym_CARET] = ACTIONS(329), + [anon_sym_LT_LT] = ACTIONS(345), + [anon_sym_GT_GT] = ACTIONS(345), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_borrowing] = ACTIONS(289), + [anon_sym_consuming] = ACTIONS(289), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(373), + [sym__dot_custom] = ACTIONS(375), + [sym__eq_custom] = ACTIONS(345), + [sym__eq_eq_custom] = ACTIONS(345), + [sym__plus_then_ws] = ACTIONS(345), + [sym__minus_then_ws] = ACTIONS(345), + [sym__bang_custom] = ACTIONS(377), + [sym__custom_operator] = ACTIONS(327), + [sym__hash_symbol_custom] = ACTIONS(1227), + [sym__directive_if] = ACTIONS(381), + [sym__directive_elseif] = ACTIONS(381), + [sym__directive_else] = ACTIONS(383), + [sym__directive_endif] = ACTIONS(383), + }, + [STATE(211)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1661), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_if_condition] = STATE(7695), + [sym_if_let_binding] = STATE(8803), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_availability_condition] = STATE(8803), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4900), + [sym_bang] = STATE(1158), + [sym__async_modifier] = STATE(8439), + [sym__direct_or_indirect_binding] = STATE(7008), + [sym_value_binding_pattern] = STATE(4894), + [sym__possibly_async_binding_pattern_kind] = STATE(4894), + [sym__binding_kind_and_pattern] = STATE(7027), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(653), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_case] = ACTIONS(795), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(493), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(212)] = { + [sym_simple_identifier] = STATE(1343), + [sym__contextual_simple_identifier] = STATE(1209), + [sym__basic_literal] = STATE(1387), + [sym_boolean_literal] = STATE(1387), + [sym__string_literal] = STATE(1387), + [sym_line_string_literal] = STATE(1387), + [sym_multi_line_string_literal] = STATE(1387), + [sym_raw_string_literal] = STATE(1387), + [sym_regex_literal] = STATE(1387), + [sym__extended_regex_literal] = STATE(1437), + [sym__multiline_regex_literal] = STATE(1437), + [sym_user_type] = STATE(6517), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6517), + [sym_dictionary_type] = STATE(6517), + [sym_expression] = STATE(798), + [sym_optional_chain_marker] = STATE(1387), + [sym__unary_expression] = STATE(1387), + [sym_postfix_expression] = STATE(1387), + [sym_constructor_expression] = STATE(1387), + [sym__parenthesized_type] = STATE(8310), + [sym_navigation_expression] = STATE(1387), + [sym__navigable_type_expression] = STATE(8310), + [sym_open_start_range_expression] = STATE(1387), + [sym__range_operator] = STATE(614), + [sym_open_end_range_expression] = STATE(1387), + [sym_prefix_expression] = STATE(1387), + [sym_as_expression] = STATE(1387), + [sym_selector_expression] = STATE(1387), + [sym__binary_expression] = STATE(1387), + [sym_multiplicative_expression] = STATE(1387), + [sym_additive_expression] = STATE(1387), + [sym_range_expression] = STATE(1387), + [sym_infix_expression] = STATE(1387), + [sym_nil_coalescing_expression] = STATE(1387), + [sym_check_expression] = STATE(1387), + [sym_comparison_expression] = STATE(1387), + [sym_equality_expression] = STATE(1387), + [sym_conjunction_expression] = STATE(1387), + [sym_disjunction_expression] = STATE(1387), + [sym_bitwise_operation] = STATE(1387), + [sym_custom_operator] = STATE(772), + [sym_try_expression] = STATE(1387), + [sym_await_expression] = STATE(1387), + [sym__await_operator] = STATE(615), + [sym_ternary_expression] = STATE(1387), + [sym_call_expression] = STATE(1387), + [sym_macro_invocation] = STATE(1387), + [sym__primary_expression] = STATE(1387), + [sym_tuple_expression] = STATE(1387), + [sym_array_literal] = STATE(1387), + [sym_dictionary_literal] = STATE(1387), + [sym_special_literal] = STATE(1387), + [sym_playground_literal] = STATE(1387), + [sym_lambda_literal] = STATE(1387), + [sym_self_expression] = STATE(1387), + [sym_super_expression] = STATE(1387), + [sym_if_statement] = STATE(1387), + [sym_if_condition] = STATE(4583), + [sym_if_let_binding] = STATE(4612), + [sym_switch_statement] = STATE(1387), + [sym_key_path_expression] = STATE(1387), + [sym_key_path_string_expression] = STATE(1387), + [sym_try_operator] = STATE(616), + [sym__assignment_and_operator] = STATE(1443), + [sym__equality_operator] = STATE(1443), + [sym__comparison_operator] = STATE(1443), + [sym__three_dot_operator] = STATE(771), + [sym__open_ended_range_operator] = STATE(614), + [sym__additive_operator] = STATE(1443), + [sym__multiplicative_operator] = STATE(1443), + [sym__prefix_unary_operator] = STATE(621), + [sym_directly_assignable_expression] = STATE(6518), + [sym_assignment] = STATE(1387), + [sym_value_parameter_pack] = STATE(1387), + [sym_value_pack_expansion] = STATE(1387), + [sym_availability_condition] = STATE(4612), + [sym_referenceable_operator] = STATE(1387), + [sym__equal_sign] = STATE(1443), + [sym__eq_eq] = STATE(1443), + [sym__dot] = STATE(621), + [sym__hash_symbol] = STATE(4924), + [sym_bang] = STATE(772), + [sym__async_modifier] = STATE(8439), + [sym__direct_or_indirect_binding] = STATE(3981), + [sym_value_binding_pattern] = STATE(4919), + [sym__possibly_async_binding_pattern_kind] = STATE(4919), + [sym__binding_kind_and_pattern] = STATE(3988), + [sym__parameter_ownership_modifier] = STATE(1209), + [sym_directive] = STATE(1387), + [sym_diagnostic] = STATE(1387), + [aux_sym_raw_string_literal_repeat1] = STATE(8468), + [anon_sym_BANG] = ACTIONS(287), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(289), + [aux_sym_simple_identifier_token2] = ACTIONS(291), + [aux_sym_simple_identifier_token3] = ACTIONS(291), + [aux_sym_simple_identifier_token4] = ACTIONS(291), + [anon_sym_actor] = ACTIONS(289), + [anon_sym_async] = ACTIONS(295), + [anon_sym_each] = ACTIONS(297), + [anon_sym_lazy] = ACTIONS(289), + [anon_sym_repeat] = ACTIONS(721), + [anon_sym_package] = ACTIONS(289), + [anon_sym_nil] = ACTIONS(303), + [sym_real_literal] = ACTIONS(305), + [sym_integer_literal] = ACTIONS(303), + [sym_hex_literal] = ACTIONS(303), + [sym_oct_literal] = ACTIONS(305), + [sym_bin_literal] = ACTIONS(305), + [anon_sym_true] = ACTIONS(307), + [anon_sym_false] = ACTIONS(307), + [anon_sym_DQUOTE] = ACTIONS(309), + [anon_sym_BSLASH] = ACTIONS(311), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(313), + [sym__oneline_regex_literal] = ACTIONS(315), + [anon_sym_LPAREN] = ACTIONS(317), + [anon_sym_LBRACK] = ACTIONS(319), + [anon_sym_AMP] = ACTIONS(321), + [anon_sym_TILDE] = ACTIONS(321), + [anon_sym_if] = ACTIONS(323), + [anon_sym_switch] = ACTIONS(325), + [aux_sym_custom_operator_token1] = ACTIONS(327), + [anon_sym_LT] = ACTIONS(329), + [anon_sym_GT] = ACTIONS(329), + [anon_sym_await] = ACTIONS(331), + [anon_sym_LBRACE] = ACTIONS(333), + [anon_sym_CARET_LBRACE] = ACTIONS(333), + [anon_sym_self] = ACTIONS(337), + [anon_sym_super] = ACTIONS(339), + [anon_sym_case] = ACTIONS(1225), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(345), + [anon_sym_DASH_EQ] = ACTIONS(345), + [anon_sym_STAR_EQ] = ACTIONS(345), + [anon_sym_SLASH_EQ] = ACTIONS(345), + [anon_sym_PERCENT_EQ] = ACTIONS(345), + [anon_sym_BANG_EQ] = ACTIONS(329), + [anon_sym_BANG_EQ_EQ] = ACTIONS(345), + [anon_sym_EQ_EQ_EQ] = ACTIONS(345), + [anon_sym_LT_EQ] = ACTIONS(345), + [anon_sym_GT_EQ] = ACTIONS(345), + [anon_sym_DOT_DOT_DOT] = ACTIONS(347), + [anon_sym_DOT_DOT_LT] = ACTIONS(349), + [anon_sym_PLUS] = ACTIONS(351), + [anon_sym_DASH] = ACTIONS(351), + [anon_sym_STAR] = ACTIONS(329), + [anon_sym_SLASH] = ACTIONS(329), + [anon_sym_PERCENT] = ACTIONS(329), + [anon_sym_PLUS_PLUS] = ACTIONS(321), + [anon_sym_DASH_DASH] = ACTIONS(321), + [anon_sym_PIPE] = ACTIONS(345), + [anon_sym_CARET] = ACTIONS(329), + [anon_sym_LT_LT] = ACTIONS(345), + [anon_sym_GT_GT] = ACTIONS(345), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_borrowing] = ACTIONS(289), + [anon_sym_consuming] = ACTIONS(289), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(373), + [sym__dot_custom] = ACTIONS(375), + [sym__eq_custom] = ACTIONS(345), + [sym__eq_eq_custom] = ACTIONS(345), + [sym__plus_then_ws] = ACTIONS(345), + [sym__minus_then_ws] = ACTIONS(345), + [sym__bang_custom] = ACTIONS(377), + [sym__custom_operator] = ACTIONS(327), + [sym__hash_symbol_custom] = ACTIONS(1227), + [sym__directive_if] = ACTIONS(381), + [sym__directive_elseif] = ACTIONS(381), + [sym__directive_else] = ACTIONS(383), + [sym__directive_endif] = ACTIONS(383), + }, + [STATE(213)] = { + [sym_simple_identifier] = STATE(1343), + [sym__contextual_simple_identifier] = STATE(1209), + [sym__basic_literal] = STATE(1387), + [sym_boolean_literal] = STATE(1387), + [sym__string_literal] = STATE(1387), + [sym_line_string_literal] = STATE(1387), + [sym_multi_line_string_literal] = STATE(1387), + [sym_raw_string_literal] = STATE(1387), + [sym_regex_literal] = STATE(1387), + [sym__extended_regex_literal] = STATE(1437), + [sym__multiline_regex_literal] = STATE(1437), + [sym_user_type] = STATE(6517), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6517), + [sym_dictionary_type] = STATE(6517), + [sym_expression] = STATE(798), + [sym_optional_chain_marker] = STATE(1387), + [sym__unary_expression] = STATE(1387), + [sym_postfix_expression] = STATE(1387), + [sym_constructor_expression] = STATE(1387), + [sym__parenthesized_type] = STATE(8310), + [sym_navigation_expression] = STATE(1387), + [sym__navigable_type_expression] = STATE(8310), + [sym_open_start_range_expression] = STATE(1387), + [sym__range_operator] = STATE(614), + [sym_open_end_range_expression] = STATE(1387), + [sym_prefix_expression] = STATE(1387), + [sym_as_expression] = STATE(1387), + [sym_selector_expression] = STATE(1387), + [sym__binary_expression] = STATE(1387), + [sym_multiplicative_expression] = STATE(1387), + [sym_additive_expression] = STATE(1387), + [sym_range_expression] = STATE(1387), + [sym_infix_expression] = STATE(1387), + [sym_nil_coalescing_expression] = STATE(1387), + [sym_check_expression] = STATE(1387), + [sym_comparison_expression] = STATE(1387), + [sym_equality_expression] = STATE(1387), + [sym_conjunction_expression] = STATE(1387), + [sym_disjunction_expression] = STATE(1387), + [sym_bitwise_operation] = STATE(1387), + [sym_custom_operator] = STATE(772), + [sym_try_expression] = STATE(1387), + [sym_await_expression] = STATE(1387), + [sym__await_operator] = STATE(615), + [sym_ternary_expression] = STATE(1387), + [sym_call_expression] = STATE(1387), + [sym_macro_invocation] = STATE(1387), + [sym__primary_expression] = STATE(1387), + [sym_tuple_expression] = STATE(1387), + [sym_array_literal] = STATE(1387), + [sym_dictionary_literal] = STATE(1387), + [sym_special_literal] = STATE(1387), + [sym_playground_literal] = STATE(1387), + [sym_lambda_literal] = STATE(1387), + [sym_self_expression] = STATE(1387), + [sym_super_expression] = STATE(1387), + [sym_if_statement] = STATE(1387), + [sym_if_condition] = STATE(4577), + [sym_if_let_binding] = STATE(4612), + [sym_switch_statement] = STATE(1387), + [sym_key_path_expression] = STATE(1387), + [sym_key_path_string_expression] = STATE(1387), + [sym_try_operator] = STATE(616), + [sym__assignment_and_operator] = STATE(1443), + [sym__equality_operator] = STATE(1443), + [sym__comparison_operator] = STATE(1443), + [sym__three_dot_operator] = STATE(771), + [sym__open_ended_range_operator] = STATE(614), + [sym__additive_operator] = STATE(1443), + [sym__multiplicative_operator] = STATE(1443), + [sym__prefix_unary_operator] = STATE(621), + [sym_directly_assignable_expression] = STATE(6518), + [sym_assignment] = STATE(1387), + [sym_value_parameter_pack] = STATE(1387), + [sym_value_pack_expansion] = STATE(1387), + [sym_availability_condition] = STATE(4612), + [sym_referenceable_operator] = STATE(1387), + [sym__equal_sign] = STATE(1443), + [sym__eq_eq] = STATE(1443), + [sym__dot] = STATE(621), + [sym__hash_symbol] = STATE(4924), + [sym_bang] = STATE(772), + [sym__async_modifier] = STATE(8439), + [sym__direct_or_indirect_binding] = STATE(3981), + [sym_value_binding_pattern] = STATE(4919), + [sym__possibly_async_binding_pattern_kind] = STATE(4919), + [sym__binding_kind_and_pattern] = STATE(3988), + [sym__parameter_ownership_modifier] = STATE(1209), + [sym_directive] = STATE(1387), + [sym_diagnostic] = STATE(1387), + [aux_sym_raw_string_literal_repeat1] = STATE(8468), + [anon_sym_BANG] = ACTIONS(287), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(289), + [aux_sym_simple_identifier_token2] = ACTIONS(291), + [aux_sym_simple_identifier_token3] = ACTIONS(291), + [aux_sym_simple_identifier_token4] = ACTIONS(291), + [anon_sym_actor] = ACTIONS(289), + [anon_sym_async] = ACTIONS(295), + [anon_sym_each] = ACTIONS(297), + [anon_sym_lazy] = ACTIONS(289), + [anon_sym_repeat] = ACTIONS(721), + [anon_sym_package] = ACTIONS(289), + [anon_sym_nil] = ACTIONS(303), + [sym_real_literal] = ACTIONS(305), + [sym_integer_literal] = ACTIONS(303), + [sym_hex_literal] = ACTIONS(303), + [sym_oct_literal] = ACTIONS(305), + [sym_bin_literal] = ACTIONS(305), + [anon_sym_true] = ACTIONS(307), + [anon_sym_false] = ACTIONS(307), + [anon_sym_DQUOTE] = ACTIONS(309), + [anon_sym_BSLASH] = ACTIONS(311), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(313), + [sym__oneline_regex_literal] = ACTIONS(315), + [anon_sym_LPAREN] = ACTIONS(317), + [anon_sym_LBRACK] = ACTIONS(319), + [anon_sym_AMP] = ACTIONS(321), + [anon_sym_TILDE] = ACTIONS(321), + [anon_sym_if] = ACTIONS(323), + [anon_sym_switch] = ACTIONS(325), + [aux_sym_custom_operator_token1] = ACTIONS(327), + [anon_sym_LT] = ACTIONS(329), + [anon_sym_GT] = ACTIONS(329), + [anon_sym_await] = ACTIONS(331), + [anon_sym_LBRACE] = ACTIONS(333), + [anon_sym_CARET_LBRACE] = ACTIONS(333), + [anon_sym_self] = ACTIONS(337), + [anon_sym_super] = ACTIONS(339), + [anon_sym_case] = ACTIONS(1225), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(345), + [anon_sym_DASH_EQ] = ACTIONS(345), + [anon_sym_STAR_EQ] = ACTIONS(345), + [anon_sym_SLASH_EQ] = ACTIONS(345), + [anon_sym_PERCENT_EQ] = ACTIONS(345), + [anon_sym_BANG_EQ] = ACTIONS(329), + [anon_sym_BANG_EQ_EQ] = ACTIONS(345), + [anon_sym_EQ_EQ_EQ] = ACTIONS(345), + [anon_sym_LT_EQ] = ACTIONS(345), + [anon_sym_GT_EQ] = ACTIONS(345), + [anon_sym_DOT_DOT_DOT] = ACTIONS(347), + [anon_sym_DOT_DOT_LT] = ACTIONS(349), + [anon_sym_PLUS] = ACTIONS(351), + [anon_sym_DASH] = ACTIONS(351), + [anon_sym_STAR] = ACTIONS(329), + [anon_sym_SLASH] = ACTIONS(329), + [anon_sym_PERCENT] = ACTIONS(329), + [anon_sym_PLUS_PLUS] = ACTIONS(321), + [anon_sym_DASH_DASH] = ACTIONS(321), + [anon_sym_PIPE] = ACTIONS(345), + [anon_sym_CARET] = ACTIONS(329), + [anon_sym_LT_LT] = ACTIONS(345), + [anon_sym_GT_GT] = ACTIONS(345), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_borrowing] = ACTIONS(289), + [anon_sym_consuming] = ACTIONS(289), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(373), + [sym__dot_custom] = ACTIONS(375), + [sym__eq_custom] = ACTIONS(345), + [sym__eq_eq_custom] = ACTIONS(345), + [sym__plus_then_ws] = ACTIONS(345), + [sym__minus_then_ws] = ACTIONS(345), + [sym__bang_custom] = ACTIONS(377), + [sym__custom_operator] = ACTIONS(327), + [sym__hash_symbol_custom] = ACTIONS(1227), + [sym__directive_if] = ACTIONS(381), + [sym__directive_elseif] = ACTIONS(381), + [sym__directive_else] = ACTIONS(383), + [sym__directive_endif] = ACTIONS(383), + }, + [STATE(214)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1661), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_if_condition] = STATE(7485), + [sym_if_let_binding] = STATE(8803), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_availability_condition] = STATE(8803), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4900), + [sym_bang] = STATE(1158), + [sym__async_modifier] = STATE(8439), + [sym__direct_or_indirect_binding] = STATE(7008), + [sym_value_binding_pattern] = STATE(4894), + [sym__possibly_async_binding_pattern_kind] = STATE(4894), + [sym__binding_kind_and_pattern] = STATE(7027), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(653), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_case] = ACTIONS(795), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(493), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(215)] = { + [sym_simple_identifier] = STATE(3463), + [sym__contextual_simple_identifier] = STATE(2936), + [sym__basic_literal] = STATE(3677), + [sym_boolean_literal] = STATE(3677), + [sym__string_literal] = STATE(3677), + [sym_line_string_literal] = STATE(3677), + [sym_multi_line_string_literal] = STATE(3677), + [sym_raw_string_literal] = STATE(3677), + [sym_regex_literal] = STATE(3677), + [sym__extended_regex_literal] = STATE(3739), + [sym__multiline_regex_literal] = STATE(3739), + [sym_user_type] = STATE(6561), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6561), + [sym_dictionary_type] = STATE(6561), + [sym_expression] = STATE(1604), + [sym_optional_chain_marker] = STATE(3677), + [sym__unary_expression] = STATE(3677), + [sym_postfix_expression] = STATE(3677), + [sym_constructor_expression] = STATE(3677), + [sym__parenthesized_type] = STATE(8461), + [sym_navigation_expression] = STATE(3677), + [sym__navigable_type_expression] = STATE(8461), + [sym_open_start_range_expression] = STATE(3677), + [sym__range_operator] = STATE(626), + [sym_open_end_range_expression] = STATE(3677), + [sym_prefix_expression] = STATE(3677), + [sym_as_expression] = STATE(3677), + [sym_selector_expression] = STATE(3677), + [sym__binary_expression] = STATE(3677), + [sym_multiplicative_expression] = STATE(3677), + [sym_additive_expression] = STATE(3677), + [sym_range_expression] = STATE(3677), + [sym_infix_expression] = STATE(3677), + [sym_nil_coalescing_expression] = STATE(3677), + [sym_check_expression] = STATE(3677), + [sym_comparison_expression] = STATE(3677), + [sym_equality_expression] = STATE(3677), + [sym_conjunction_expression] = STATE(3677), + [sym_disjunction_expression] = STATE(3677), + [sym_bitwise_operation] = STATE(3677), + [sym_custom_operator] = STATE(1325), + [sym_try_expression] = STATE(3677), + [sym_await_expression] = STATE(3677), + [sym__await_operator] = STATE(627), + [sym_ternary_expression] = STATE(3677), + [sym_call_expression] = STATE(3677), + [sym_macro_invocation] = STATE(3677), + [sym__primary_expression] = STATE(3677), + [sym_tuple_expression] = STATE(3677), + [sym_array_literal] = STATE(3677), + [sym_dictionary_literal] = STATE(3677), + [sym_special_literal] = STATE(3677), + [sym_playground_literal] = STATE(3677), + [sym_lambda_literal] = STATE(3677), + [sym_self_expression] = STATE(3677), + [sym_super_expression] = STATE(3677), + [sym_if_statement] = STATE(3677), + [sym_if_condition] = STATE(8936), + [sym_if_let_binding] = STATE(8712), + [sym_switch_statement] = STATE(3677), + [sym_key_path_expression] = STATE(3677), + [sym_key_path_string_expression] = STATE(3677), + [sym_try_operator] = STATE(628), + [sym__assignment_and_operator] = STATE(3673), + [sym__equality_operator] = STATE(3673), + [sym__comparison_operator] = STATE(3673), + [sym__three_dot_operator] = STATE(1329), + [sym__open_ended_range_operator] = STATE(626), + [sym__additive_operator] = STATE(3673), + [sym__multiplicative_operator] = STATE(3673), + [sym__prefix_unary_operator] = STATE(629), + [sym_directly_assignable_expression] = STATE(6568), + [sym_assignment] = STATE(3677), + [sym_value_parameter_pack] = STATE(3677), + [sym_value_pack_expansion] = STATE(3677), + [sym_availability_condition] = STATE(8712), + [sym_referenceable_operator] = STATE(3677), + [sym__equal_sign] = STATE(3673), + [sym__eq_eq] = STATE(3673), + [sym__dot] = STATE(629), + [sym__hash_symbol] = STATE(4928), + [sym_bang] = STATE(1325), + [sym__async_modifier] = STATE(8439), + [sym__direct_or_indirect_binding] = STATE(7009), + [sym_value_binding_pattern] = STATE(4917), + [sym__possibly_async_binding_pattern_kind] = STATE(4917), + [sym__binding_kind_and_pattern] = STATE(7012), + [sym__parameter_ownership_modifier] = STATE(2936), + [sym_directive] = STATE(3677), + [sym_diagnostic] = STATE(3677), + [aux_sym_raw_string_literal_repeat1] = STATE(8465), + [anon_sym_BANG] = ACTIONS(1153), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1155), + [aux_sym_simple_identifier_token2] = ACTIONS(1157), + [aux_sym_simple_identifier_token3] = ACTIONS(1157), + [aux_sym_simple_identifier_token4] = ACTIONS(1157), + [anon_sym_actor] = ACTIONS(1155), + [anon_sym_async] = ACTIONS(1159), + [anon_sym_each] = ACTIONS(1161), + [anon_sym_lazy] = ACTIONS(1155), + [anon_sym_repeat] = ACTIONS(1163), + [anon_sym_package] = ACTIONS(1155), + [anon_sym_nil] = ACTIONS(1165), + [sym_real_literal] = ACTIONS(1167), + [sym_integer_literal] = ACTIONS(1165), + [sym_hex_literal] = ACTIONS(1165), + [sym_oct_literal] = ACTIONS(1167), + [sym_bin_literal] = ACTIONS(1167), + [anon_sym_true] = ACTIONS(1169), + [anon_sym_false] = ACTIONS(1169), + [anon_sym_DQUOTE] = ACTIONS(1171), + [anon_sym_BSLASH] = ACTIONS(1173), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1175), + [sym__oneline_regex_literal] = ACTIONS(1177), + [anon_sym_LPAREN] = ACTIONS(1179), + [anon_sym_LBRACK] = ACTIONS(1181), + [anon_sym_AMP] = ACTIONS(1183), + [anon_sym_TILDE] = ACTIONS(1183), + [anon_sym_if] = ACTIONS(1185), + [anon_sym_switch] = ACTIONS(1187), + [aux_sym_custom_operator_token1] = ACTIONS(1189), + [anon_sym_LT] = ACTIONS(1191), + [anon_sym_GT] = ACTIONS(1191), + [anon_sym_await] = ACTIONS(1193), + [anon_sym_LBRACE] = ACTIONS(1195), + [anon_sym_CARET_LBRACE] = ACTIONS(1195), + [anon_sym_self] = ACTIONS(1197), + [anon_sym_super] = ACTIONS(1199), + [anon_sym_case] = ACTIONS(1201), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(1203), + [anon_sym_DASH_EQ] = ACTIONS(1203), + [anon_sym_STAR_EQ] = ACTIONS(1203), + [anon_sym_SLASH_EQ] = ACTIONS(1203), + [anon_sym_PERCENT_EQ] = ACTIONS(1203), + [anon_sym_BANG_EQ] = ACTIONS(1191), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1203), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1203), + [anon_sym_LT_EQ] = ACTIONS(1203), + [anon_sym_GT_EQ] = ACTIONS(1203), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1205), + [anon_sym_DOT_DOT_LT] = ACTIONS(1207), + [anon_sym_PLUS] = ACTIONS(1209), + [anon_sym_DASH] = ACTIONS(1209), + [anon_sym_STAR] = ACTIONS(1191), + [anon_sym_SLASH] = ACTIONS(1191), + [anon_sym_PERCENT] = ACTIONS(1191), + [anon_sym_PLUS_PLUS] = ACTIONS(1183), + [anon_sym_DASH_DASH] = ACTIONS(1183), + [anon_sym_PIPE] = ACTIONS(1203), + [anon_sym_CARET] = ACTIONS(1191), + [anon_sym_LT_LT] = ACTIONS(1203), + [anon_sym_GT_GT] = ACTIONS(1203), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_borrowing] = ACTIONS(1155), + [anon_sym_consuming] = ACTIONS(1155), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(1211), + [sym__dot_custom] = ACTIONS(1213), + [sym__eq_custom] = ACTIONS(1203), + [sym__eq_eq_custom] = ACTIONS(1203), + [sym__plus_then_ws] = ACTIONS(1203), + [sym__minus_then_ws] = ACTIONS(1203), + [sym__bang_custom] = ACTIONS(1215), + [sym__custom_operator] = ACTIONS(1189), + [sym__hash_symbol_custom] = ACTIONS(1217), + [sym__directive_if] = ACTIONS(1219), + [sym__directive_elseif] = ACTIONS(1219), + [sym__directive_else] = ACTIONS(1221), + [sym__directive_endif] = ACTIONS(1221), + }, + [STATE(216)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1661), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_if_condition] = STATE(7629), + [sym_if_let_binding] = STATE(8803), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_availability_condition] = STATE(8803), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4900), + [sym_bang] = STATE(1158), + [sym__async_modifier] = STATE(8439), + [sym__direct_or_indirect_binding] = STATE(7008), + [sym_value_binding_pattern] = STATE(4894), + [sym__possibly_async_binding_pattern_kind] = STATE(4894), + [sym__binding_kind_and_pattern] = STATE(7027), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(653), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_case] = ACTIONS(795), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(493), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(217)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1661), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_if_condition] = STATE(8575), + [sym_if_let_binding] = STATE(8803), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_availability_condition] = STATE(8803), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4900), + [sym_bang] = STATE(1158), + [sym__async_modifier] = STATE(8439), + [sym__direct_or_indirect_binding] = STATE(7008), + [sym_value_binding_pattern] = STATE(4894), + [sym__possibly_async_binding_pattern_kind] = STATE(4894), + [sym__binding_kind_and_pattern] = STATE(7027), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(653), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_case] = ACTIONS(795), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(493), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(218)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1661), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_if_condition] = STATE(7543), + [sym_if_let_binding] = STATE(8803), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_availability_condition] = STATE(8803), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4900), + [sym_bang] = STATE(1158), + [sym__async_modifier] = STATE(8439), + [sym__direct_or_indirect_binding] = STATE(7008), + [sym_value_binding_pattern] = STATE(4894), + [sym__possibly_async_binding_pattern_kind] = STATE(4894), + [sym__binding_kind_and_pattern] = STATE(7027), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(653), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_case] = ACTIONS(795), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(493), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(219)] = { + [sym_simple_identifier] = STATE(1343), + [sym__contextual_simple_identifier] = STATE(1209), + [sym__basic_literal] = STATE(1387), + [sym_boolean_literal] = STATE(1387), + [sym__string_literal] = STATE(1387), + [sym_line_string_literal] = STATE(1387), + [sym_multi_line_string_literal] = STATE(1387), + [sym_raw_string_literal] = STATE(1387), + [sym_regex_literal] = STATE(1387), + [sym__extended_regex_literal] = STATE(1437), + [sym__multiline_regex_literal] = STATE(1437), + [sym_user_type] = STATE(6517), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6517), + [sym_dictionary_type] = STATE(6517), + [sym_expression] = STATE(798), + [sym_optional_chain_marker] = STATE(1387), + [sym__unary_expression] = STATE(1387), + [sym_postfix_expression] = STATE(1387), + [sym_constructor_expression] = STATE(1387), + [sym__parenthesized_type] = STATE(8310), + [sym_navigation_expression] = STATE(1387), + [sym__navigable_type_expression] = STATE(8310), + [sym_open_start_range_expression] = STATE(1387), + [sym__range_operator] = STATE(614), + [sym_open_end_range_expression] = STATE(1387), + [sym_prefix_expression] = STATE(1387), + [sym_as_expression] = STATE(1387), + [sym_selector_expression] = STATE(1387), + [sym__binary_expression] = STATE(1387), + [sym_multiplicative_expression] = STATE(1387), + [sym_additive_expression] = STATE(1387), + [sym_range_expression] = STATE(1387), + [sym_infix_expression] = STATE(1387), + [sym_nil_coalescing_expression] = STATE(1387), + [sym_check_expression] = STATE(1387), + [sym_comparison_expression] = STATE(1387), + [sym_equality_expression] = STATE(1387), + [sym_conjunction_expression] = STATE(1387), + [sym_disjunction_expression] = STATE(1387), + [sym_bitwise_operation] = STATE(1387), + [sym_custom_operator] = STATE(772), + [sym_try_expression] = STATE(1387), + [sym_await_expression] = STATE(1387), + [sym__await_operator] = STATE(615), + [sym_ternary_expression] = STATE(1387), + [sym_call_expression] = STATE(1387), + [sym_macro_invocation] = STATE(1387), + [sym__primary_expression] = STATE(1387), + [sym_tuple_expression] = STATE(1387), + [sym_array_literal] = STATE(1387), + [sym_dictionary_literal] = STATE(1387), + [sym_special_literal] = STATE(1387), + [sym_playground_literal] = STATE(1387), + [sym_lambda_literal] = STATE(1387), + [sym_self_expression] = STATE(1387), + [sym_super_expression] = STATE(1387), + [sym_if_statement] = STATE(1387), + [sym_if_condition] = STATE(4587), + [sym_if_let_binding] = STATE(4612), + [sym_switch_statement] = STATE(1387), + [sym_key_path_expression] = STATE(1387), + [sym_key_path_string_expression] = STATE(1387), + [sym_try_operator] = STATE(616), + [sym__assignment_and_operator] = STATE(1443), + [sym__equality_operator] = STATE(1443), + [sym__comparison_operator] = STATE(1443), + [sym__three_dot_operator] = STATE(771), + [sym__open_ended_range_operator] = STATE(614), + [sym__additive_operator] = STATE(1443), + [sym__multiplicative_operator] = STATE(1443), + [sym__prefix_unary_operator] = STATE(621), + [sym_directly_assignable_expression] = STATE(6518), + [sym_assignment] = STATE(1387), + [sym_value_parameter_pack] = STATE(1387), + [sym_value_pack_expansion] = STATE(1387), + [sym_availability_condition] = STATE(4612), + [sym_referenceable_operator] = STATE(1387), + [sym__equal_sign] = STATE(1443), + [sym__eq_eq] = STATE(1443), + [sym__dot] = STATE(621), + [sym__hash_symbol] = STATE(4924), + [sym_bang] = STATE(772), + [sym__async_modifier] = STATE(8439), + [sym__direct_or_indirect_binding] = STATE(3981), + [sym_value_binding_pattern] = STATE(4919), + [sym__possibly_async_binding_pattern_kind] = STATE(4919), + [sym__binding_kind_and_pattern] = STATE(3988), + [sym__parameter_ownership_modifier] = STATE(1209), + [sym_directive] = STATE(1387), + [sym_diagnostic] = STATE(1387), + [aux_sym_raw_string_literal_repeat1] = STATE(8468), + [anon_sym_BANG] = ACTIONS(287), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(289), + [aux_sym_simple_identifier_token2] = ACTIONS(291), + [aux_sym_simple_identifier_token3] = ACTIONS(291), + [aux_sym_simple_identifier_token4] = ACTIONS(291), + [anon_sym_actor] = ACTIONS(289), + [anon_sym_async] = ACTIONS(295), + [anon_sym_each] = ACTIONS(297), + [anon_sym_lazy] = ACTIONS(289), + [anon_sym_repeat] = ACTIONS(721), + [anon_sym_package] = ACTIONS(289), + [anon_sym_nil] = ACTIONS(303), + [sym_real_literal] = ACTIONS(305), + [sym_integer_literal] = ACTIONS(303), + [sym_hex_literal] = ACTIONS(303), + [sym_oct_literal] = ACTIONS(305), + [sym_bin_literal] = ACTIONS(305), + [anon_sym_true] = ACTIONS(307), + [anon_sym_false] = ACTIONS(307), + [anon_sym_DQUOTE] = ACTIONS(309), + [anon_sym_BSLASH] = ACTIONS(311), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(313), + [sym__oneline_regex_literal] = ACTIONS(315), + [anon_sym_LPAREN] = ACTIONS(317), + [anon_sym_LBRACK] = ACTIONS(319), + [anon_sym_AMP] = ACTIONS(321), + [anon_sym_TILDE] = ACTIONS(321), + [anon_sym_if] = ACTIONS(323), + [anon_sym_switch] = ACTIONS(325), + [aux_sym_custom_operator_token1] = ACTIONS(327), + [anon_sym_LT] = ACTIONS(329), + [anon_sym_GT] = ACTIONS(329), + [anon_sym_await] = ACTIONS(331), + [anon_sym_LBRACE] = ACTIONS(333), + [anon_sym_CARET_LBRACE] = ACTIONS(333), + [anon_sym_self] = ACTIONS(337), + [anon_sym_super] = ACTIONS(339), + [anon_sym_case] = ACTIONS(1225), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(345), + [anon_sym_DASH_EQ] = ACTIONS(345), + [anon_sym_STAR_EQ] = ACTIONS(345), + [anon_sym_SLASH_EQ] = ACTIONS(345), + [anon_sym_PERCENT_EQ] = ACTIONS(345), + [anon_sym_BANG_EQ] = ACTIONS(329), + [anon_sym_BANG_EQ_EQ] = ACTIONS(345), + [anon_sym_EQ_EQ_EQ] = ACTIONS(345), + [anon_sym_LT_EQ] = ACTIONS(345), + [anon_sym_GT_EQ] = ACTIONS(345), + [anon_sym_DOT_DOT_DOT] = ACTIONS(347), + [anon_sym_DOT_DOT_LT] = ACTIONS(349), + [anon_sym_PLUS] = ACTIONS(351), + [anon_sym_DASH] = ACTIONS(351), + [anon_sym_STAR] = ACTIONS(329), + [anon_sym_SLASH] = ACTIONS(329), + [anon_sym_PERCENT] = ACTIONS(329), + [anon_sym_PLUS_PLUS] = ACTIONS(321), + [anon_sym_DASH_DASH] = ACTIONS(321), + [anon_sym_PIPE] = ACTIONS(345), + [anon_sym_CARET] = ACTIONS(329), + [anon_sym_LT_LT] = ACTIONS(345), + [anon_sym_GT_GT] = ACTIONS(345), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_borrowing] = ACTIONS(289), + [anon_sym_consuming] = ACTIONS(289), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(373), + [sym__dot_custom] = ACTIONS(375), + [sym__eq_custom] = ACTIONS(345), + [sym__eq_eq_custom] = ACTIONS(345), + [sym__plus_then_ws] = ACTIONS(345), + [sym__minus_then_ws] = ACTIONS(345), + [sym__bang_custom] = ACTIONS(377), + [sym__custom_operator] = ACTIONS(327), + [sym__hash_symbol_custom] = ACTIONS(1227), + [sym__directive_if] = ACTIONS(381), + [sym__directive_elseif] = ACTIONS(381), + [sym__directive_else] = ACTIONS(383), + [sym__directive_endif] = ACTIONS(383), + }, + [STATE(220)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1661), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_if_condition] = STATE(7487), + [sym_if_let_binding] = STATE(8803), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_availability_condition] = STATE(8803), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4900), + [sym_bang] = STATE(1158), + [sym__async_modifier] = STATE(8439), + [sym__direct_or_indirect_binding] = STATE(7008), + [sym_value_binding_pattern] = STATE(4894), + [sym__possibly_async_binding_pattern_kind] = STATE(4894), + [sym__binding_kind_and_pattern] = STATE(7027), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(653), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_case] = ACTIONS(795), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(493), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(221)] = { + [sym_simple_identifier] = STATE(2455), + [sym__contextual_simple_identifier] = STATE(2422), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1479), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym_self_expression] = STATE(2689), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(2689), + [sym_if_condition] = STATE(7002), + [sym_if_let_binding] = STATE(7212), + [sym_switch_statement] = STATE(2689), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_availability_condition] = STATE(7212), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4908), + [sym_bang] = STATE(1127), + [sym__async_modifier] = STATE(8439), + [sym__direct_or_indirect_binding] = STATE(6435), + [sym_value_binding_pattern] = STATE(4899), + [sym__possibly_async_binding_pattern_kind] = STATE(4899), + [sym__binding_kind_and_pattern] = STATE(6436), + [sym__parameter_ownership_modifier] = STATE(2422), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(11), + [aux_sym_simple_identifier_token2] = ACTIONS(13), + [aux_sym_simple_identifier_token3] = ACTIONS(13), + [aux_sym_simple_identifier_token4] = ACTIONS(13), + [anon_sym_actor] = ACTIONS(11), + [anon_sym_async] = ACTIONS(17), + [anon_sym_each] = ACTIONS(19), + [anon_sym_lazy] = ACTIONS(11), + [anon_sym_repeat] = ACTIONS(831), + [anon_sym_package] = ACTIONS(11), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_self] = ACTIONS(59), + [anon_sym_super] = ACTIONS(61), + [anon_sym_case] = ACTIONS(1149), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_borrowing] = ACTIONS(11), + [anon_sym_consuming] = ACTIONS(11), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(1151), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(222)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1661), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_if_condition] = STATE(7410), + [sym_if_let_binding] = STATE(8803), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_availability_condition] = STATE(8803), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4900), + [sym_bang] = STATE(1158), + [sym__async_modifier] = STATE(8439), + [sym__direct_or_indirect_binding] = STATE(7008), + [sym_value_binding_pattern] = STATE(4894), + [sym__possibly_async_binding_pattern_kind] = STATE(4894), + [sym__binding_kind_and_pattern] = STATE(7027), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(653), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_case] = ACTIONS(795), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(493), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(223)] = { + [sym_simple_identifier] = STATE(3463), + [sym__contextual_simple_identifier] = STATE(2936), + [sym__basic_literal] = STATE(3677), + [sym_boolean_literal] = STATE(3677), + [sym__string_literal] = STATE(3677), + [sym_line_string_literal] = STATE(3677), + [sym_multi_line_string_literal] = STATE(3677), + [sym_raw_string_literal] = STATE(3677), + [sym_regex_literal] = STATE(3677), + [sym__extended_regex_literal] = STATE(3739), + [sym__multiline_regex_literal] = STATE(3739), + [sym_user_type] = STATE(6561), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6561), + [sym_dictionary_type] = STATE(6561), + [sym_expression] = STATE(1606), + [sym_optional_chain_marker] = STATE(3677), + [sym__unary_expression] = STATE(3677), + [sym_postfix_expression] = STATE(3677), + [sym_constructor_expression] = STATE(3677), + [sym__parenthesized_type] = STATE(8461), + [sym_navigation_expression] = STATE(3677), + [sym__navigable_type_expression] = STATE(8461), + [sym_open_start_range_expression] = STATE(3677), + [sym__range_operator] = STATE(626), + [sym_open_end_range_expression] = STATE(3677), + [sym_prefix_expression] = STATE(3677), + [sym_as_expression] = STATE(3677), + [sym_selector_expression] = STATE(3677), + [sym__binary_expression] = STATE(3677), + [sym_multiplicative_expression] = STATE(3677), + [sym_additive_expression] = STATE(3677), + [sym_range_expression] = STATE(3677), + [sym_infix_expression] = STATE(3677), + [sym_nil_coalescing_expression] = STATE(3677), + [sym_check_expression] = STATE(3677), + [sym_comparison_expression] = STATE(3677), + [sym_equality_expression] = STATE(3677), + [sym_conjunction_expression] = STATE(3677), + [sym_disjunction_expression] = STATE(3677), + [sym_bitwise_operation] = STATE(3677), + [sym_custom_operator] = STATE(1325), + [sym_try_expression] = STATE(3677), + [sym_await_expression] = STATE(3677), + [sym__await_operator] = STATE(627), + [sym_ternary_expression] = STATE(3677), + [sym_call_expression] = STATE(3677), + [sym_macro_invocation] = STATE(3677), + [sym__primary_expression] = STATE(3677), + [sym_tuple_expression] = STATE(3677), + [sym_array_literal] = STATE(3677), + [sym_dictionary_literal] = STATE(3677), + [sym_special_literal] = STATE(3677), + [sym_playground_literal] = STATE(3677), + [sym_lambda_literal] = STATE(3677), + [sym_self_expression] = STATE(3677), + [sym_super_expression] = STATE(3677), + [sym_if_statement] = STATE(3677), + [sym_switch_statement] = STATE(3677), + [sym_key_path_expression] = STATE(3677), + [sym_key_path_string_expression] = STATE(3677), + [sym_try_operator] = STATE(628), + [sym__assignment_and_operator] = STATE(3673), + [sym__equality_operator] = STATE(3673), + [sym__comparison_operator] = STATE(3673), + [sym__three_dot_operator] = STATE(1329), + [sym__open_ended_range_operator] = STATE(626), + [sym__additive_operator] = STATE(3673), + [sym__multiplicative_operator] = STATE(3673), + [sym__prefix_unary_operator] = STATE(629), + [sym_directly_assignable_expression] = STATE(6568), + [sym_assignment] = STATE(3677), + [sym_value_parameter_pack] = STATE(3677), + [sym_value_pack_expansion] = STATE(3677), + [sym_referenceable_operator] = STATE(3677), + [sym__equal_sign] = STATE(3673), + [sym__eq_eq] = STATE(3673), + [sym__dot] = STATE(629), + [sym__hash_symbol] = STATE(4954), + [sym_bang] = STATE(1325), + [sym__parameter_ownership_modifier] = STATE(2936), + [sym_directive] = STATE(3677), + [sym_diagnostic] = STATE(3677), + [aux_sym_raw_string_literal_repeat1] = STATE(8465), + [anon_sym_BANG] = ACTIONS(1153), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1155), + [aux_sym_simple_identifier_token2] = ACTIONS(1157), + [aux_sym_simple_identifier_token3] = ACTIONS(1157), + [aux_sym_simple_identifier_token4] = ACTIONS(1157), + [anon_sym_actor] = ACTIONS(1155), + [anon_sym_async] = ACTIONS(1155), + [anon_sym_each] = ACTIONS(1161), + [anon_sym_lazy] = ACTIONS(1155), + [anon_sym_repeat] = ACTIONS(1163), + [anon_sym_package] = ACTIONS(1155), + [anon_sym_nil] = ACTIONS(1165), + [sym_real_literal] = ACTIONS(1167), + [sym_integer_literal] = ACTIONS(1165), + [sym_hex_literal] = ACTIONS(1165), + [sym_oct_literal] = ACTIONS(1167), + [sym_bin_literal] = ACTIONS(1167), + [anon_sym_true] = ACTIONS(1169), + [anon_sym_false] = ACTIONS(1169), + [anon_sym_DQUOTE] = ACTIONS(1171), + [anon_sym_BSLASH] = ACTIONS(1173), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1175), + [anon_sym_COMMA] = ACTIONS(619), + [sym__oneline_regex_literal] = ACTIONS(1177), + [anon_sym_LPAREN] = ACTIONS(1179), + [anon_sym_LBRACK] = ACTIONS(1181), + [anon_sym_QMARK] = ACTIONS(625), + [anon_sym_QMARK2] = ACTIONS(619), + [anon_sym_AMP] = ACTIONS(1183), + [anon_sym_TILDE] = ACTIONS(1183), + [anon_sym_if] = ACTIONS(1185), + [anon_sym_switch] = ACTIONS(1187), + [aux_sym_custom_operator_token1] = ACTIONS(1189), + [anon_sym_LT] = ACTIONS(1191), + [anon_sym_GT] = ACTIONS(1191), + [anon_sym_await] = ACTIONS(1193), + [anon_sym_LBRACE] = ACTIONS(1195), + [anon_sym_CARET_LBRACE] = ACTIONS(1195), + [anon_sym_self] = ACTIONS(1197), + [anon_sym_super] = ACTIONS(1199), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(1203), + [anon_sym_DASH_EQ] = ACTIONS(1203), + [anon_sym_STAR_EQ] = ACTIONS(1203), + [anon_sym_SLASH_EQ] = ACTIONS(1203), + [anon_sym_PERCENT_EQ] = ACTIONS(1203), + [anon_sym_BANG_EQ] = ACTIONS(1191), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1203), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1203), + [anon_sym_LT_EQ] = ACTIONS(1203), + [anon_sym_GT_EQ] = ACTIONS(1203), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1205), + [anon_sym_DOT_DOT_LT] = ACTIONS(1207), + [anon_sym_is] = ACTIONS(625), + [anon_sym_PLUS] = ACTIONS(1209), + [anon_sym_DASH] = ACTIONS(1209), + [anon_sym_STAR] = ACTIONS(1191), + [anon_sym_SLASH] = ACTIONS(1191), + [anon_sym_PERCENT] = ACTIONS(1191), + [anon_sym_PLUS_PLUS] = ACTIONS(1183), + [anon_sym_DASH_DASH] = ACTIONS(1183), + [anon_sym_PIPE] = ACTIONS(1203), + [anon_sym_CARET] = ACTIONS(1191), + [anon_sym_LT_LT] = ACTIONS(1203), + [anon_sym_GT_GT] = ACTIONS(1203), + [anon_sym_borrowing] = ACTIONS(1155), + [anon_sym_consuming] = ACTIONS(1155), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(1211), + [sym__dot_custom] = ACTIONS(1213), + [sym__conjunction_operator_custom] = ACTIONS(619), + [sym__disjunction_operator_custom] = ACTIONS(619), + [sym__nil_coalescing_operator_custom] = ACTIONS(619), + [sym__eq_custom] = ACTIONS(1203), + [sym__eq_eq_custom] = ACTIONS(1203), + [sym__plus_then_ws] = ACTIONS(1203), + [sym__minus_then_ws] = ACTIONS(1203), + [sym__bang_custom] = ACTIONS(1215), + [sym_else] = ACTIONS(619), + [sym__as_custom] = ACTIONS(619), + [sym__as_quest_custom] = ACTIONS(619), + [sym__as_bang_custom] = ACTIONS(619), + [sym__custom_operator] = ACTIONS(1189), + [sym__hash_symbol_custom] = ACTIONS(1223), + [sym__directive_if] = ACTIONS(1219), + [sym__directive_elseif] = ACTIONS(1219), + [sym__directive_else] = ACTIONS(1221), + [sym__directive_endif] = ACTIONS(1221), + }, + [STATE(224)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1661), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_if_condition] = STATE(7592), + [sym_if_let_binding] = STATE(8803), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_availability_condition] = STATE(8803), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4900), + [sym_bang] = STATE(1158), + [sym__async_modifier] = STATE(8439), + [sym__direct_or_indirect_binding] = STATE(7008), + [sym_value_binding_pattern] = STATE(4894), + [sym__possibly_async_binding_pattern_kind] = STATE(4894), + [sym__binding_kind_and_pattern] = STATE(7027), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(653), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_case] = ACTIONS(795), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(493), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(225)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1661), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_if_condition] = STATE(7505), + [sym_if_let_binding] = STATE(8803), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_availability_condition] = STATE(8803), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4900), + [sym_bang] = STATE(1158), + [sym__async_modifier] = STATE(8439), + [sym__direct_or_indirect_binding] = STATE(7008), + [sym_value_binding_pattern] = STATE(4894), + [sym__possibly_async_binding_pattern_kind] = STATE(4894), + [sym__binding_kind_and_pattern] = STATE(7027), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(653), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_case] = ACTIONS(795), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(493), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(226)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1661), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_if_condition] = STATE(7627), + [sym_if_let_binding] = STATE(8803), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_availability_condition] = STATE(8803), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4900), + [sym_bang] = STATE(1158), + [sym__async_modifier] = STATE(8439), + [sym__direct_or_indirect_binding] = STATE(7008), + [sym_value_binding_pattern] = STATE(4894), + [sym__possibly_async_binding_pattern_kind] = STATE(4894), + [sym__binding_kind_and_pattern] = STATE(7027), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(653), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_case] = ACTIONS(795), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(493), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(227)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1661), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_if_condition] = STATE(7365), + [sym_if_let_binding] = STATE(8803), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_availability_condition] = STATE(8803), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4900), + [sym_bang] = STATE(1158), + [sym__async_modifier] = STATE(8439), + [sym__direct_or_indirect_binding] = STATE(7008), + [sym_value_binding_pattern] = STATE(4894), + [sym__possibly_async_binding_pattern_kind] = STATE(4894), + [sym__binding_kind_and_pattern] = STATE(7027), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(653), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_case] = ACTIONS(795), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(493), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(228)] = { + [sym_simple_identifier] = STATE(3463), + [sym__contextual_simple_identifier] = STATE(2936), + [sym__basic_literal] = STATE(3677), + [sym_boolean_literal] = STATE(3677), + [sym__string_literal] = STATE(3677), + [sym_line_string_literal] = STATE(3677), + [sym_multi_line_string_literal] = STATE(3677), + [sym_raw_string_literal] = STATE(3677), + [sym_regex_literal] = STATE(3677), + [sym__extended_regex_literal] = STATE(3739), + [sym__multiline_regex_literal] = STATE(3739), + [sym_user_type] = STATE(6561), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6561), + [sym_dictionary_type] = STATE(6561), + [sym_expression] = STATE(1604), + [sym_optional_chain_marker] = STATE(3677), + [sym__unary_expression] = STATE(3677), + [sym_postfix_expression] = STATE(3677), + [sym_constructor_expression] = STATE(3677), + [sym__parenthesized_type] = STATE(8461), + [sym_navigation_expression] = STATE(3677), + [sym__navigable_type_expression] = STATE(8461), + [sym_open_start_range_expression] = STATE(3677), + [sym__range_operator] = STATE(626), + [sym_open_end_range_expression] = STATE(3677), + [sym_prefix_expression] = STATE(3677), + [sym_as_expression] = STATE(3677), + [sym_selector_expression] = STATE(3677), + [sym__binary_expression] = STATE(3677), + [sym_multiplicative_expression] = STATE(3677), + [sym_additive_expression] = STATE(3677), + [sym_range_expression] = STATE(3677), + [sym_infix_expression] = STATE(3677), + [sym_nil_coalescing_expression] = STATE(3677), + [sym_check_expression] = STATE(3677), + [sym_comparison_expression] = STATE(3677), + [sym_equality_expression] = STATE(3677), + [sym_conjunction_expression] = STATE(3677), + [sym_disjunction_expression] = STATE(3677), + [sym_bitwise_operation] = STATE(3677), + [sym_custom_operator] = STATE(1325), + [sym_try_expression] = STATE(3677), + [sym_await_expression] = STATE(3677), + [sym__await_operator] = STATE(627), + [sym_ternary_expression] = STATE(3677), + [sym_call_expression] = STATE(3677), + [sym_macro_invocation] = STATE(3677), + [sym__primary_expression] = STATE(3677), + [sym_tuple_expression] = STATE(3677), + [sym_array_literal] = STATE(3677), + [sym_dictionary_literal] = STATE(3677), + [sym_special_literal] = STATE(3677), + [sym_playground_literal] = STATE(3677), + [sym_lambda_literal] = STATE(3677), + [sym_self_expression] = STATE(3677), + [sym_super_expression] = STATE(3677), + [sym_if_statement] = STATE(3677), + [sym_if_condition] = STATE(8279), + [sym_if_let_binding] = STATE(8712), + [sym_switch_statement] = STATE(3677), + [sym_key_path_expression] = STATE(3677), + [sym_key_path_string_expression] = STATE(3677), + [sym_try_operator] = STATE(628), + [sym__assignment_and_operator] = STATE(3673), + [sym__equality_operator] = STATE(3673), + [sym__comparison_operator] = STATE(3673), + [sym__three_dot_operator] = STATE(1329), + [sym__open_ended_range_operator] = STATE(626), + [sym__additive_operator] = STATE(3673), + [sym__multiplicative_operator] = STATE(3673), + [sym__prefix_unary_operator] = STATE(629), + [sym_directly_assignable_expression] = STATE(6568), + [sym_assignment] = STATE(3677), + [sym_value_parameter_pack] = STATE(3677), + [sym_value_pack_expansion] = STATE(3677), + [sym_availability_condition] = STATE(8712), + [sym_referenceable_operator] = STATE(3677), + [sym__equal_sign] = STATE(3673), + [sym__eq_eq] = STATE(3673), + [sym__dot] = STATE(629), + [sym__hash_symbol] = STATE(4928), + [sym_bang] = STATE(1325), + [sym__async_modifier] = STATE(8439), + [sym__direct_or_indirect_binding] = STATE(7009), + [sym_value_binding_pattern] = STATE(4917), + [sym__possibly_async_binding_pattern_kind] = STATE(4917), + [sym__binding_kind_and_pattern] = STATE(7012), + [sym__parameter_ownership_modifier] = STATE(2936), + [sym_directive] = STATE(3677), + [sym_diagnostic] = STATE(3677), + [aux_sym_raw_string_literal_repeat1] = STATE(8465), + [anon_sym_BANG] = ACTIONS(1153), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1155), + [aux_sym_simple_identifier_token2] = ACTIONS(1157), + [aux_sym_simple_identifier_token3] = ACTIONS(1157), + [aux_sym_simple_identifier_token4] = ACTIONS(1157), + [anon_sym_actor] = ACTIONS(1155), + [anon_sym_async] = ACTIONS(1159), + [anon_sym_each] = ACTIONS(1161), + [anon_sym_lazy] = ACTIONS(1155), + [anon_sym_repeat] = ACTIONS(1163), + [anon_sym_package] = ACTIONS(1155), + [anon_sym_nil] = ACTIONS(1165), + [sym_real_literal] = ACTIONS(1167), + [sym_integer_literal] = ACTIONS(1165), + [sym_hex_literal] = ACTIONS(1165), + [sym_oct_literal] = ACTIONS(1167), + [sym_bin_literal] = ACTIONS(1167), + [anon_sym_true] = ACTIONS(1169), + [anon_sym_false] = ACTIONS(1169), + [anon_sym_DQUOTE] = ACTIONS(1171), + [anon_sym_BSLASH] = ACTIONS(1173), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1175), + [sym__oneline_regex_literal] = ACTIONS(1177), + [anon_sym_LPAREN] = ACTIONS(1179), + [anon_sym_LBRACK] = ACTIONS(1181), + [anon_sym_AMP] = ACTIONS(1183), + [anon_sym_TILDE] = ACTIONS(1183), + [anon_sym_if] = ACTIONS(1185), + [anon_sym_switch] = ACTIONS(1187), + [aux_sym_custom_operator_token1] = ACTIONS(1189), + [anon_sym_LT] = ACTIONS(1191), + [anon_sym_GT] = ACTIONS(1191), + [anon_sym_await] = ACTIONS(1193), + [anon_sym_LBRACE] = ACTIONS(1195), + [anon_sym_CARET_LBRACE] = ACTIONS(1195), + [anon_sym_self] = ACTIONS(1197), + [anon_sym_super] = ACTIONS(1199), + [anon_sym_case] = ACTIONS(1201), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(1203), + [anon_sym_DASH_EQ] = ACTIONS(1203), + [anon_sym_STAR_EQ] = ACTIONS(1203), + [anon_sym_SLASH_EQ] = ACTIONS(1203), + [anon_sym_PERCENT_EQ] = ACTIONS(1203), + [anon_sym_BANG_EQ] = ACTIONS(1191), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1203), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1203), + [anon_sym_LT_EQ] = ACTIONS(1203), + [anon_sym_GT_EQ] = ACTIONS(1203), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1205), + [anon_sym_DOT_DOT_LT] = ACTIONS(1207), + [anon_sym_PLUS] = ACTIONS(1209), + [anon_sym_DASH] = ACTIONS(1209), + [anon_sym_STAR] = ACTIONS(1191), + [anon_sym_SLASH] = ACTIONS(1191), + [anon_sym_PERCENT] = ACTIONS(1191), + [anon_sym_PLUS_PLUS] = ACTIONS(1183), + [anon_sym_DASH_DASH] = ACTIONS(1183), + [anon_sym_PIPE] = ACTIONS(1203), + [anon_sym_CARET] = ACTIONS(1191), + [anon_sym_LT_LT] = ACTIONS(1203), + [anon_sym_GT_GT] = ACTIONS(1203), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_borrowing] = ACTIONS(1155), + [anon_sym_consuming] = ACTIONS(1155), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(1211), + [sym__dot_custom] = ACTIONS(1213), + [sym__eq_custom] = ACTIONS(1203), + [sym__eq_eq_custom] = ACTIONS(1203), + [sym__plus_then_ws] = ACTIONS(1203), + [sym__minus_then_ws] = ACTIONS(1203), + [sym__bang_custom] = ACTIONS(1215), + [sym__custom_operator] = ACTIONS(1189), + [sym__hash_symbol_custom] = ACTIONS(1217), + [sym__directive_if] = ACTIONS(1219), + [sym__directive_elseif] = ACTIONS(1219), + [sym__directive_else] = ACTIONS(1221), + [sym__directive_endif] = ACTIONS(1221), + }, + [STATE(229)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1661), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_if_condition] = STATE(8282), + [sym_if_let_binding] = STATE(8803), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_availability_condition] = STATE(8803), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4900), + [sym_bang] = STATE(1158), + [sym__async_modifier] = STATE(8439), + [sym__direct_or_indirect_binding] = STATE(7008), + [sym_value_binding_pattern] = STATE(4894), + [sym__possibly_async_binding_pattern_kind] = STATE(4894), + [sym__binding_kind_and_pattern] = STATE(7027), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(653), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_case] = ACTIONS(795), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(493), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(230)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1661), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_if_condition] = STATE(7431), + [sym_if_let_binding] = STATE(8803), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_availability_condition] = STATE(8803), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4900), + [sym_bang] = STATE(1158), + [sym__async_modifier] = STATE(8439), + [sym__direct_or_indirect_binding] = STATE(7008), + [sym_value_binding_pattern] = STATE(4894), + [sym__possibly_async_binding_pattern_kind] = STATE(4894), + [sym__binding_kind_and_pattern] = STATE(7027), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(653), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_case] = ACTIONS(795), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_let] = ACTIONS(97), + [anon_sym_var] = ACTIONS(97), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(493), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(231)] = { + [sym_simple_identifier] = STATE(2872), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1561), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_value_argument_label] = STATE(9116), + [sym_value_argument] = STATE(8506), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(1522), + [sym_type_modifiers] = STATE(515), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym_value_argument_repeat1] = STATE(5091), + [aux_sym__lambda_type_declaration_repeat1] = STATE(1522), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_RBRACK] = ACTIONS(1229), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(1231), + [anon_sym_switch] = ACTIONS(1233), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(1235), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(232)] = { + [sym_simple_identifier] = STATE(2872), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym__interpolation_contents] = STATE(9191), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1561), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_value_argument_label] = STATE(9116), + [sym_value_argument] = STATE(8035), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(1522), + [sym_type_modifiers] = STATE(515), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym_value_argument_repeat1] = STATE(5091), + [aux_sym__lambda_type_declaration_repeat1] = STATE(1522), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(1231), + [anon_sym_switch] = ACTIONS(1233), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(1235), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(233)] = { + [sym_simple_identifier] = STATE(2872), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1561), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_value_argument_label] = STATE(9116), + [sym_value_argument] = STATE(8444), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(1522), + [sym_type_modifiers] = STATE(515), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym_value_argument_repeat1] = STATE(5091), + [aux_sym__lambda_type_declaration_repeat1] = STATE(1522), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1237), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(1231), + [anon_sym_switch] = ACTIONS(1233), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(1235), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(234)] = { + [sym_simple_identifier] = STATE(2872), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1561), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_value_argument_label] = STATE(9116), + [sym_value_argument] = STATE(8444), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(1522), + [sym_type_modifiers] = STATE(515), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym_value_argument_repeat1] = STATE(5091), + [aux_sym__lambda_type_declaration_repeat1] = STATE(1522), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1239), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(1231), + [anon_sym_switch] = ACTIONS(1233), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(1235), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(235)] = { + [sym_simple_identifier] = STATE(2872), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1561), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_value_argument_label] = STATE(9116), + [sym_value_argument] = STATE(8444), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(1522), + [sym_type_modifiers] = STATE(515), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym_value_argument_repeat1] = STATE(5091), + [aux_sym__lambda_type_declaration_repeat1] = STATE(1522), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_RBRACK] = ACTIONS(1239), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(1231), + [anon_sym_switch] = ACTIONS(1233), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(1235), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(236)] = { + [sym_simple_identifier] = STATE(2872), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1561), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_value_argument_label] = STATE(9116), + [sym_value_argument] = STATE(8680), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(1522), + [sym_type_modifiers] = STATE(515), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym_value_argument_repeat1] = STATE(5091), + [aux_sym__lambda_type_declaration_repeat1] = STATE(1522), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1241), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(1231), + [anon_sym_switch] = ACTIONS(1233), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(1235), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(237)] = { + [sym_simple_identifier] = STATE(2872), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1561), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_value_argument_label] = STATE(9116), + [sym_value_argument] = STATE(8064), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(1522), + [sym_type_modifiers] = STATE(515), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym_value_argument_repeat1] = STATE(5091), + [aux_sym__lambda_type_declaration_repeat1] = STATE(1522), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1243), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(1231), + [anon_sym_switch] = ACTIONS(1233), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(1235), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(238)] = { + [sym_simple_identifier] = STATE(2872), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1561), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_value_argument_label] = STATE(9116), + [sym_value_argument] = STATE(8068), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(1522), + [sym_type_modifiers] = STATE(515), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym_value_argument_repeat1] = STATE(5091), + [aux_sym__lambda_type_declaration_repeat1] = STATE(1522), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1245), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(1231), + [anon_sym_switch] = ACTIONS(1233), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(1235), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(239)] = { + [sym_simple_identifier] = STATE(2872), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1561), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_value_argument_label] = STATE(9116), + [sym_value_argument] = STATE(8069), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(1522), + [sym_type_modifiers] = STATE(515), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym_value_argument_repeat1] = STATE(5091), + [aux_sym__lambda_type_declaration_repeat1] = STATE(1522), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_RBRACK] = ACTIONS(1245), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(1231), + [anon_sym_switch] = ACTIONS(1233), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(1235), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(240)] = { + [sym_simple_identifier] = STATE(2872), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1561), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_value_argument_label] = STATE(9116), + [sym_value_argument] = STATE(8101), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(1522), + [sym_type_modifiers] = STATE(515), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym_value_argument_repeat1] = STATE(5091), + [aux_sym__lambda_type_declaration_repeat1] = STATE(1522), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_RBRACK] = ACTIONS(1247), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(1231), + [anon_sym_switch] = ACTIONS(1233), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(1235), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(241)] = { + [sym_simple_identifier] = STATE(2872), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym__interpolation_contents] = STATE(9042), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1561), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_value_argument_label] = STATE(9116), + [sym_value_argument] = STATE(8035), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(1522), + [sym_type_modifiers] = STATE(515), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym_value_argument_repeat1] = STATE(5091), + [aux_sym__lambda_type_declaration_repeat1] = STATE(1522), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(1231), + [anon_sym_switch] = ACTIONS(1233), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(1235), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(242)] = { + [sym_simple_identifier] = STATE(2872), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1561), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_value_argument_label] = STATE(9116), + [sym_value_argument] = STATE(8444), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(1522), + [sym_type_modifiers] = STATE(515), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym_value_argument_repeat1] = STATE(5091), + [aux_sym__lambda_type_declaration_repeat1] = STATE(1522), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1249), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(1231), + [anon_sym_switch] = ACTIONS(1233), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(1235), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(243)] = { + [sym_simple_identifier] = STATE(2872), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1561), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_value_argument_label] = STATE(9116), + [sym_value_argument] = STATE(8444), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(1522), + [sym_type_modifiers] = STATE(515), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym_value_argument_repeat1] = STATE(5091), + [aux_sym__lambda_type_declaration_repeat1] = STATE(1522), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1251), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(1231), + [anon_sym_switch] = ACTIONS(1233), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(1235), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(244)] = { + [sym_simple_identifier] = STATE(2872), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1561), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_value_argument_label] = STATE(9116), + [sym_value_argument] = STATE(8444), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(1522), + [sym_type_modifiers] = STATE(515), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym_value_argument_repeat1] = STATE(5091), + [aux_sym__lambda_type_declaration_repeat1] = STATE(1522), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_RBRACK] = ACTIONS(1251), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(1231), + [anon_sym_switch] = ACTIONS(1233), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(1235), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(245)] = { + [sym_simple_identifier] = STATE(2872), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1561), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_value_argument_label] = STATE(9116), + [sym_value_argument] = STATE(8444), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(1522), + [sym_type_modifiers] = STATE(515), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym_value_argument_repeat1] = STATE(5091), + [aux_sym__lambda_type_declaration_repeat1] = STATE(1522), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1253), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(1231), + [anon_sym_switch] = ACTIONS(1233), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(1235), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(246)] = { + [sym_simple_identifier] = STATE(2872), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1561), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_value_argument_label] = STATE(9116), + [sym_value_argument] = STATE(8444), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(1522), + [sym_type_modifiers] = STATE(515), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym_value_argument_repeat1] = STATE(5091), + [aux_sym__lambda_type_declaration_repeat1] = STATE(1522), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1255), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(1231), + [anon_sym_switch] = ACTIONS(1233), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(1235), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(247)] = { + [sym_simple_identifier] = STATE(2872), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1561), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_value_argument_label] = STATE(9116), + [sym_value_argument] = STATE(8444), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(1522), + [sym_type_modifiers] = STATE(515), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym_value_argument_repeat1] = STATE(5091), + [aux_sym__lambda_type_declaration_repeat1] = STATE(1522), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_RBRACK] = ACTIONS(1255), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(1231), + [anon_sym_switch] = ACTIONS(1233), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(1235), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(248)] = { + [sym_simple_identifier] = STATE(2872), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1561), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_value_argument_label] = STATE(9116), + [sym_value_argument] = STATE(8444), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(1522), + [sym_type_modifiers] = STATE(515), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym_value_argument_repeat1] = STATE(5091), + [aux_sym__lambda_type_declaration_repeat1] = STATE(1522), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1257), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(1231), + [anon_sym_switch] = ACTIONS(1233), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(1235), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(249)] = { + [sym_simple_identifier] = STATE(2872), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1561), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_value_argument_label] = STATE(9116), + [sym_value_argument] = STATE(8444), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(1522), + [sym_type_modifiers] = STATE(515), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym_value_argument_repeat1] = STATE(5091), + [aux_sym__lambda_type_declaration_repeat1] = STATE(1522), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1259), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(1231), + [anon_sym_switch] = ACTIONS(1233), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(1235), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(250)] = { + [sym_simple_identifier] = STATE(2872), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1561), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_value_argument_label] = STATE(9116), + [sym_value_argument] = STATE(8444), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(1522), + [sym_type_modifiers] = STATE(515), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym_value_argument_repeat1] = STATE(5091), + [aux_sym__lambda_type_declaration_repeat1] = STATE(1522), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_RBRACK] = ACTIONS(1259), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(1231), + [anon_sym_switch] = ACTIONS(1233), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(1235), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(251)] = { + [sym_simple_identifier] = STATE(2872), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1561), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_value_argument_label] = STATE(9116), + [sym_value_argument] = STATE(8323), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(1522), + [sym_type_modifiers] = STATE(515), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym_value_argument_repeat1] = STATE(5091), + [aux_sym__lambda_type_declaration_repeat1] = STATE(1522), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1261), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(1231), + [anon_sym_switch] = ACTIONS(1233), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(1235), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(252)] = { + [sym_simple_identifier] = STATE(2872), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1561), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_value_argument_label] = STATE(9116), + [sym_value_argument] = STATE(8507), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(1522), + [sym_type_modifiers] = STATE(515), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym_value_argument_repeat1] = STATE(5091), + [aux_sym__lambda_type_declaration_repeat1] = STATE(1522), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1263), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(1231), + [anon_sym_switch] = ACTIONS(1233), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(1235), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(253)] = { + [sym_simple_identifier] = STATE(2872), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1561), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_value_argument_label] = STATE(9116), + [sym_value_argument] = STATE(8340), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(1522), + [sym_type_modifiers] = STATE(515), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym_value_argument_repeat1] = STATE(5091), + [aux_sym__lambda_type_declaration_repeat1] = STATE(1522), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_RBRACK] = ACTIONS(1263), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(1231), + [anon_sym_switch] = ACTIONS(1233), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(1235), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(254)] = { + [sym_simple_identifier] = STATE(2872), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1561), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_value_argument_label] = STATE(9116), + [sym_value_argument] = STATE(8444), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(1522), + [sym_type_modifiers] = STATE(515), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym_value_argument_repeat1] = STATE(5091), + [aux_sym__lambda_type_declaration_repeat1] = STATE(1522), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1265), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(1231), + [anon_sym_switch] = ACTIONS(1233), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(1235), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(255)] = { + [sym_simple_identifier] = STATE(2872), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1561), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_value_argument_label] = STATE(9116), + [sym_value_argument] = STATE(8444), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(1522), + [sym_type_modifiers] = STATE(515), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym_value_argument_repeat1] = STATE(5091), + [aux_sym__lambda_type_declaration_repeat1] = STATE(1522), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1267), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(1231), + [anon_sym_switch] = ACTIONS(1233), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(1235), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(256)] = { + [sym_simple_identifier] = STATE(2872), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1561), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_value_argument_label] = STATE(9116), + [sym_value_argument] = STATE(8444), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(1522), + [sym_type_modifiers] = STATE(515), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym_value_argument_repeat1] = STATE(5091), + [aux_sym__lambda_type_declaration_repeat1] = STATE(1522), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_RBRACK] = ACTIONS(1267), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(1231), + [anon_sym_switch] = ACTIONS(1233), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(1235), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(257)] = { + [sym_simple_identifier] = STATE(2872), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1561), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_value_argument_label] = STATE(9116), + [sym_value_argument] = STATE(8444), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(1522), + [sym_type_modifiers] = STATE(515), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym_value_argument_repeat1] = STATE(5091), + [aux_sym__lambda_type_declaration_repeat1] = STATE(1522), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1269), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(1231), + [anon_sym_switch] = ACTIONS(1233), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(1235), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(258)] = { + [sym_simple_identifier] = STATE(2872), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1561), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_value_argument_label] = STATE(9116), + [sym_value_argument] = STATE(8444), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(1522), + [sym_type_modifiers] = STATE(515), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym_value_argument_repeat1] = STATE(5091), + [aux_sym__lambda_type_declaration_repeat1] = STATE(1522), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1271), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(1231), + [anon_sym_switch] = ACTIONS(1233), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(1235), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(259)] = { + [sym_simple_identifier] = STATE(2872), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1561), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_value_argument_label] = STATE(9116), + [sym_value_argument] = STATE(8444), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(1522), + [sym_type_modifiers] = STATE(515), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym_value_argument_repeat1] = STATE(5091), + [aux_sym__lambda_type_declaration_repeat1] = STATE(1522), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_RBRACK] = ACTIONS(1271), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(1231), + [anon_sym_switch] = ACTIONS(1233), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(1235), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(260)] = { + [sym_simple_identifier] = STATE(2872), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1561), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_value_argument_label] = STATE(9116), + [sym_value_argument] = STATE(7899), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(1522), + [sym_type_modifiers] = STATE(515), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym_value_argument_repeat1] = STATE(5091), + [aux_sym__lambda_type_declaration_repeat1] = STATE(1522), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_RBRACK] = ACTIONS(1273), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(1231), + [anon_sym_switch] = ACTIONS(1233), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(1235), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(261)] = { + [sym_simple_identifier] = STATE(2872), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1561), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_value_argument_label] = STATE(9116), + [sym_value_argument] = STATE(8248), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(1522), + [sym_type_modifiers] = STATE(515), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym_value_argument_repeat1] = STATE(5091), + [aux_sym__lambda_type_declaration_repeat1] = STATE(1522), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1275), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(1231), + [anon_sym_switch] = ACTIONS(1233), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(1235), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(262)] = { + [sym_simple_identifier] = STATE(2872), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1561), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_value_argument_label] = STATE(9116), + [sym_value_argument] = STATE(8272), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(1522), + [sym_type_modifiers] = STATE(515), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym_value_argument_repeat1] = STATE(5091), + [aux_sym__lambda_type_declaration_repeat1] = STATE(1522), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1277), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(1231), + [anon_sym_switch] = ACTIONS(1233), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(1235), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(263)] = { + [sym_simple_identifier] = STATE(2872), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1561), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_value_argument_label] = STATE(9116), + [sym_value_argument] = STATE(8281), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(1522), + [sym_type_modifiers] = STATE(515), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym_value_argument_repeat1] = STATE(5091), + [aux_sym__lambda_type_declaration_repeat1] = STATE(1522), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_RBRACK] = ACTIONS(1277), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(1231), + [anon_sym_switch] = ACTIONS(1233), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(1235), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(264)] = { + [sym_simple_identifier] = STATE(2872), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1561), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_value_argument_label] = STATE(9116), + [sym_value_argument] = STATE(8332), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(1522), + [sym_type_modifiers] = STATE(515), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym_value_argument_repeat1] = STATE(5091), + [aux_sym__lambda_type_declaration_repeat1] = STATE(1522), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_RBRACK] = ACTIONS(1279), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(1231), + [anon_sym_switch] = ACTIONS(1233), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(1235), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(265)] = { + [sym_simple_identifier] = STATE(2872), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1561), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_value_argument_label] = STATE(9116), + [sym_value_argument] = STATE(8444), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(1522), + [sym_type_modifiers] = STATE(515), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym_value_argument_repeat1] = STATE(5091), + [aux_sym__lambda_type_declaration_repeat1] = STATE(1522), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1281), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(1231), + [anon_sym_switch] = ACTIONS(1233), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(1235), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(266)] = { + [sym_simple_identifier] = STATE(2872), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1561), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_value_argument_label] = STATE(9116), + [sym_value_argument] = STATE(8444), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(1522), + [sym_type_modifiers] = STATE(515), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym_value_argument_repeat1] = STATE(5091), + [aux_sym__lambda_type_declaration_repeat1] = STATE(1522), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1283), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(1231), + [anon_sym_switch] = ACTIONS(1233), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(1235), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(267)] = { + [sym_simple_identifier] = STATE(2872), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1561), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_value_argument_label] = STATE(9116), + [sym_value_argument] = STATE(8444), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(1522), + [sym_type_modifiers] = STATE(515), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym_value_argument_repeat1] = STATE(5091), + [aux_sym__lambda_type_declaration_repeat1] = STATE(1522), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_RBRACK] = ACTIONS(1283), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(1231), + [anon_sym_switch] = ACTIONS(1233), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(1235), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(268)] = { + [sym_simple_identifier] = STATE(2872), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1561), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_value_argument_label] = STATE(9116), + [sym_value_argument] = STATE(8444), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(1522), + [sym_type_modifiers] = STATE(515), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym_value_argument_repeat1] = STATE(5091), + [aux_sym__lambda_type_declaration_repeat1] = STATE(1522), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1285), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(1231), + [anon_sym_switch] = ACTIONS(1233), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(1235), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(269)] = { + [sym_simple_identifier] = STATE(2872), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1561), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_value_argument_label] = STATE(9116), + [sym_value_argument] = STATE(8444), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(1522), + [sym_type_modifiers] = STATE(515), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym_value_argument_repeat1] = STATE(5091), + [aux_sym__lambda_type_declaration_repeat1] = STATE(1522), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1287), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(1231), + [anon_sym_switch] = ACTIONS(1233), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(1235), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(270)] = { + [sym_simple_identifier] = STATE(2872), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1561), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_value_argument_label] = STATE(9116), + [sym_value_argument] = STATE(8444), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(1522), + [sym_type_modifiers] = STATE(515), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym_value_argument_repeat1] = STATE(5091), + [aux_sym__lambda_type_declaration_repeat1] = STATE(1522), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_RBRACK] = ACTIONS(1287), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(1231), + [anon_sym_switch] = ACTIONS(1233), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(1235), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(271)] = { + [sym_simple_identifier] = STATE(2872), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1561), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_value_argument_label] = STATE(9116), + [sym_value_argument] = STATE(7848), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(1522), + [sym_type_modifiers] = STATE(515), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym_value_argument_repeat1] = STATE(5091), + [aux_sym__lambda_type_declaration_repeat1] = STATE(1522), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1289), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(1231), + [anon_sym_switch] = ACTIONS(1233), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(1235), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(272)] = { + [sym_simple_identifier] = STATE(2872), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1561), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_value_argument_label] = STATE(9116), + [sym_value_argument] = STATE(7849), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(1522), + [sym_type_modifiers] = STATE(515), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym_value_argument_repeat1] = STATE(5091), + [aux_sym__lambda_type_declaration_repeat1] = STATE(1522), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1291), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(1231), + [anon_sym_switch] = ACTIONS(1233), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(1235), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(273)] = { + [sym_simple_identifier] = STATE(2872), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1561), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_value_argument_label] = STATE(9116), + [sym_value_argument] = STATE(7854), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(1522), + [sym_type_modifiers] = STATE(515), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym_value_argument_repeat1] = STATE(5091), + [aux_sym__lambda_type_declaration_repeat1] = STATE(1522), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_RBRACK] = ACTIONS(1291), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(1231), + [anon_sym_switch] = ACTIONS(1233), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(1235), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(274)] = { + [sym_simple_identifier] = STATE(2872), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1561), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_value_argument_label] = STATE(9116), + [sym_value_argument] = STATE(7863), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(1522), + [sym_type_modifiers] = STATE(515), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym_value_argument_repeat1] = STATE(5091), + [aux_sym__lambda_type_declaration_repeat1] = STATE(1522), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_RBRACK] = ACTIONS(1293), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(1231), + [anon_sym_switch] = ACTIONS(1233), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(1235), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(275)] = { + [sym_simple_identifier] = STATE(2872), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1561), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_value_argument_label] = STATE(9116), + [sym_value_argument] = STATE(8444), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(1522), + [sym_type_modifiers] = STATE(515), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym_value_argument_repeat1] = STATE(5091), + [aux_sym__lambda_type_declaration_repeat1] = STATE(1522), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1295), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(1231), + [anon_sym_switch] = ACTIONS(1233), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(1235), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(276)] = { + [sym_simple_identifier] = STATE(2872), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1561), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_value_argument_label] = STATE(9116), + [sym_value_argument] = STATE(8444), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(1522), + [sym_type_modifiers] = STATE(515), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym_value_argument_repeat1] = STATE(5091), + [aux_sym__lambda_type_declaration_repeat1] = STATE(1522), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1297), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(1231), + [anon_sym_switch] = ACTIONS(1233), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(1235), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(277)] = { + [sym_simple_identifier] = STATE(2872), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1561), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_value_argument_label] = STATE(9116), + [sym_value_argument] = STATE(8444), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(1522), + [sym_type_modifiers] = STATE(515), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym_value_argument_repeat1] = STATE(5091), + [aux_sym__lambda_type_declaration_repeat1] = STATE(1522), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_RBRACK] = ACTIONS(1297), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(1231), + [anon_sym_switch] = ACTIONS(1233), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(1235), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(278)] = { + [sym_simple_identifier] = STATE(2872), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1561), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_value_argument_label] = STATE(9116), + [sym_value_argument] = STATE(8444), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(1522), + [sym_type_modifiers] = STATE(515), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym_value_argument_repeat1] = STATE(5091), + [aux_sym__lambda_type_declaration_repeat1] = STATE(1522), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1299), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(1231), + [anon_sym_switch] = ACTIONS(1233), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(1235), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(279)] = { + [sym_simple_identifier] = STATE(2872), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1561), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_value_argument_label] = STATE(9116), + [sym_value_argument] = STATE(8444), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(1522), + [sym_type_modifiers] = STATE(515), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym_value_argument_repeat1] = STATE(5091), + [aux_sym__lambda_type_declaration_repeat1] = STATE(1522), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1301), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(1231), + [anon_sym_switch] = ACTIONS(1233), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(1235), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(280)] = { + [sym_simple_identifier] = STATE(2872), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1561), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_value_argument_label] = STATE(9116), + [sym_value_argument] = STATE(8444), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(1522), + [sym_type_modifiers] = STATE(515), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym_value_argument_repeat1] = STATE(5091), + [aux_sym__lambda_type_declaration_repeat1] = STATE(1522), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_RBRACK] = ACTIONS(1301), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(1231), + [anon_sym_switch] = ACTIONS(1233), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(1235), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(281)] = { + [sym_simple_identifier] = STATE(2872), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1561), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_value_argument_label] = STATE(9116), + [sym_value_argument] = STATE(8111), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(1522), + [sym_type_modifiers] = STATE(515), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym_value_argument_repeat1] = STATE(5091), + [aux_sym__lambda_type_declaration_repeat1] = STATE(1522), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1303), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(1231), + [anon_sym_switch] = ACTIONS(1233), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(1235), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(282)] = { + [sym_simple_identifier] = STATE(2872), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1561), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_value_argument_label] = STATE(9116), + [sym_value_argument] = STATE(8112), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(1522), + [sym_type_modifiers] = STATE(515), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym_value_argument_repeat1] = STATE(5091), + [aux_sym__lambda_type_declaration_repeat1] = STATE(1522), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1305), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(1231), + [anon_sym_switch] = ACTIONS(1233), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(1235), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(283)] = { + [sym_simple_identifier] = STATE(2872), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1561), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_value_argument_label] = STATE(9116), + [sym_value_argument] = STATE(8117), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(1522), + [sym_type_modifiers] = STATE(515), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym_value_argument_repeat1] = STATE(5091), + [aux_sym__lambda_type_declaration_repeat1] = STATE(1522), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_RBRACK] = ACTIONS(1305), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(1231), + [anon_sym_switch] = ACTIONS(1233), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(1235), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(284)] = { + [sym_simple_identifier] = STATE(2872), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1561), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_value_argument_label] = STATE(9116), + [sym_value_argument] = STATE(8128), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(1522), + [sym_type_modifiers] = STATE(515), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym_value_argument_repeat1] = STATE(5091), + [aux_sym__lambda_type_declaration_repeat1] = STATE(1522), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_RBRACK] = ACTIONS(1307), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(1231), + [anon_sym_switch] = ACTIONS(1233), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(1235), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(285)] = { + [sym_simple_identifier] = STATE(2872), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1561), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_value_argument_label] = STATE(9116), + [sym_value_argument] = STATE(8444), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(1522), + [sym_type_modifiers] = STATE(515), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym_value_argument_repeat1] = STATE(5091), + [aux_sym__lambda_type_declaration_repeat1] = STATE(1522), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1309), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(1231), + [anon_sym_switch] = ACTIONS(1233), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(1235), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(286)] = { + [sym_simple_identifier] = STATE(2872), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1561), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_value_argument_label] = STATE(9116), + [sym_value_argument] = STATE(8444), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(1522), + [sym_type_modifiers] = STATE(515), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym_value_argument_repeat1] = STATE(5091), + [aux_sym__lambda_type_declaration_repeat1] = STATE(1522), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1311), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(1231), + [anon_sym_switch] = ACTIONS(1233), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(1235), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(287)] = { + [sym_simple_identifier] = STATE(2872), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1561), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_value_argument_label] = STATE(9116), + [sym_value_argument] = STATE(8444), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(1522), + [sym_type_modifiers] = STATE(515), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym_value_argument_repeat1] = STATE(5091), + [aux_sym__lambda_type_declaration_repeat1] = STATE(1522), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_RBRACK] = ACTIONS(1311), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(1231), + [anon_sym_switch] = ACTIONS(1233), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(1235), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(288)] = { + [sym_simple_identifier] = STATE(2872), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1561), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_value_argument_label] = STATE(9116), + [sym_value_argument] = STATE(8444), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(1522), + [sym_type_modifiers] = STATE(515), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym_value_argument_repeat1] = STATE(5091), + [aux_sym__lambda_type_declaration_repeat1] = STATE(1522), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1313), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(1231), + [anon_sym_switch] = ACTIONS(1233), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(1235), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(289)] = { + [sym_simple_identifier] = STATE(2872), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1561), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_value_argument_label] = STATE(9116), + [sym_value_argument] = STATE(8444), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(1522), + [sym_type_modifiers] = STATE(515), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym_value_argument_repeat1] = STATE(5091), + [aux_sym__lambda_type_declaration_repeat1] = STATE(1522), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1315), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(1231), + [anon_sym_switch] = ACTIONS(1233), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(1235), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(290)] = { + [sym_simple_identifier] = STATE(2872), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1561), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_value_argument_label] = STATE(9116), + [sym_value_argument] = STATE(8444), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(1522), + [sym_type_modifiers] = STATE(515), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym_value_argument_repeat1] = STATE(5091), + [aux_sym__lambda_type_declaration_repeat1] = STATE(1522), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_RBRACK] = ACTIONS(1315), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(1231), + [anon_sym_switch] = ACTIONS(1233), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(1235), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(291)] = { + [sym_simple_identifier] = STATE(2872), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1561), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_value_argument_label] = STATE(9116), + [sym_value_argument] = STATE(8386), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(1522), + [sym_type_modifiers] = STATE(515), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym_value_argument_repeat1] = STATE(5091), + [aux_sym__lambda_type_declaration_repeat1] = STATE(1522), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1317), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(1231), + [anon_sym_switch] = ACTIONS(1233), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(1235), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(292)] = { + [sym_simple_identifier] = STATE(2872), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1561), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_value_argument_label] = STATE(9116), + [sym_value_argument] = STATE(8387), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(1522), + [sym_type_modifiers] = STATE(515), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym_value_argument_repeat1] = STATE(5091), + [aux_sym__lambda_type_declaration_repeat1] = STATE(1522), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1319), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(1231), + [anon_sym_switch] = ACTIONS(1233), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(1235), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(293)] = { + [sym_simple_identifier] = STATE(2872), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1561), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_value_argument_label] = STATE(9116), + [sym_value_argument] = STATE(8389), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(1522), + [sym_type_modifiers] = STATE(515), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym_value_argument_repeat1] = STATE(5091), + [aux_sym__lambda_type_declaration_repeat1] = STATE(1522), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_RBRACK] = ACTIONS(1319), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(1231), + [anon_sym_switch] = ACTIONS(1233), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(1235), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(294)] = { + [sym_simple_identifier] = STATE(2872), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1561), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_value_argument_label] = STATE(9116), + [sym_value_argument] = STATE(8392), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(1522), + [sym_type_modifiers] = STATE(515), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym_value_argument_repeat1] = STATE(5091), + [aux_sym__lambda_type_declaration_repeat1] = STATE(1522), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_RBRACK] = ACTIONS(1321), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(1231), + [anon_sym_switch] = ACTIONS(1233), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(1235), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(295)] = { + [sym_simple_identifier] = STATE(2872), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1561), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_value_argument_label] = STATE(9116), + [sym_value_argument] = STATE(8444), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(1522), + [sym_type_modifiers] = STATE(515), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym_value_argument_repeat1] = STATE(5091), + [aux_sym__lambda_type_declaration_repeat1] = STATE(1522), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1323), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(1231), + [anon_sym_switch] = ACTIONS(1233), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(1235), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(296)] = { + [sym_simple_identifier] = STATE(2872), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1561), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_value_argument_label] = STATE(9116), + [sym_value_argument] = STATE(8444), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(1522), + [sym_type_modifiers] = STATE(515), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym_value_argument_repeat1] = STATE(5091), + [aux_sym__lambda_type_declaration_repeat1] = STATE(1522), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1325), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(1231), + [anon_sym_switch] = ACTIONS(1233), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(1235), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(297)] = { + [sym_simple_identifier] = STATE(2872), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1561), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_value_argument_label] = STATE(9116), + [sym_value_argument] = STATE(8444), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(1522), + [sym_type_modifiers] = STATE(515), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym_value_argument_repeat1] = STATE(5091), + [aux_sym__lambda_type_declaration_repeat1] = STATE(1522), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_RBRACK] = ACTIONS(1325), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(1231), + [anon_sym_switch] = ACTIONS(1233), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(1235), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(298)] = { + [sym_simple_identifier] = STATE(2872), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1561), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_value_argument_label] = STATE(9116), + [sym_value_argument] = STATE(8444), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(1522), + [sym_type_modifiers] = STATE(515), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym_value_argument_repeat1] = STATE(5091), + [aux_sym__lambda_type_declaration_repeat1] = STATE(1522), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1327), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(1231), + [anon_sym_switch] = ACTIONS(1233), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(1235), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(299)] = { + [sym_simple_identifier] = STATE(2872), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1561), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_value_argument_label] = STATE(9116), + [sym_value_argument] = STATE(8444), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(1522), + [sym_type_modifiers] = STATE(515), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym_value_argument_repeat1] = STATE(5091), + [aux_sym__lambda_type_declaration_repeat1] = STATE(1522), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1329), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(1231), + [anon_sym_switch] = ACTIONS(1233), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(1235), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(300)] = { + [sym_simple_identifier] = STATE(2872), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1561), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_value_argument_label] = STATE(9116), + [sym_value_argument] = STATE(8444), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(1522), + [sym_type_modifiers] = STATE(515), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym_value_argument_repeat1] = STATE(5091), + [aux_sym__lambda_type_declaration_repeat1] = STATE(1522), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_RBRACK] = ACTIONS(1329), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(1231), + [anon_sym_switch] = ACTIONS(1233), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(1235), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(301)] = { + [sym_simple_identifier] = STATE(2872), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1561), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_value_argument_label] = STATE(9116), + [sym_value_argument] = STATE(8509), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(1522), + [sym_type_modifiers] = STATE(515), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym_value_argument_repeat1] = STATE(5091), + [aux_sym__lambda_type_declaration_repeat1] = STATE(1522), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1331), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(1231), + [anon_sym_switch] = ACTIONS(1233), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(1235), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(302)] = { + [sym_simple_identifier] = STATE(2872), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1561), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_value_argument_label] = STATE(9116), + [sym_value_argument] = STATE(8511), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(1522), + [sym_type_modifiers] = STATE(515), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym_value_argument_repeat1] = STATE(5091), + [aux_sym__lambda_type_declaration_repeat1] = STATE(1522), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1333), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(1231), + [anon_sym_switch] = ACTIONS(1233), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(1235), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(303)] = { + [sym_simple_identifier] = STATE(2872), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1561), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_value_argument_label] = STATE(9116), + [sym_value_argument] = STATE(8512), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(1522), + [sym_type_modifiers] = STATE(515), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym_value_argument_repeat1] = STATE(5091), + [aux_sym__lambda_type_declaration_repeat1] = STATE(1522), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_RBRACK] = ACTIONS(1333), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(1231), + [anon_sym_switch] = ACTIONS(1233), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(1235), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(304)] = { + [sym_simple_identifier] = STATE(2872), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1561), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_value_argument_label] = STATE(9116), + [sym_value_argument] = STATE(8515), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(1522), + [sym_type_modifiers] = STATE(515), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym_value_argument_repeat1] = STATE(5091), + [aux_sym__lambda_type_declaration_repeat1] = STATE(1522), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_RBRACK] = ACTIONS(1335), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(1231), + [anon_sym_switch] = ACTIONS(1233), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(1235), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(305)] = { + [sym_simple_identifier] = STATE(2872), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1561), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_value_argument_label] = STATE(9116), + [sym_value_argument] = STATE(8444), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(1522), + [sym_type_modifiers] = STATE(515), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym_value_argument_repeat1] = STATE(5091), + [aux_sym__lambda_type_declaration_repeat1] = STATE(1522), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1337), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(1231), + [anon_sym_switch] = ACTIONS(1233), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(1235), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(306)] = { + [sym_simple_identifier] = STATE(2872), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1561), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_value_argument_label] = STATE(9116), + [sym_value_argument] = STATE(8444), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(1522), + [sym_type_modifiers] = STATE(515), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym_value_argument_repeat1] = STATE(5091), + [aux_sym__lambda_type_declaration_repeat1] = STATE(1522), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1339), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(1231), + [anon_sym_switch] = ACTIONS(1233), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(1235), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(307)] = { + [sym_simple_identifier] = STATE(2872), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1561), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_value_argument_label] = STATE(9116), + [sym_value_argument] = STATE(8444), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(1522), + [sym_type_modifiers] = STATE(515), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym_value_argument_repeat1] = STATE(5091), + [aux_sym__lambda_type_declaration_repeat1] = STATE(1522), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_RBRACK] = ACTIONS(1339), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(1231), + [anon_sym_switch] = ACTIONS(1233), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(1235), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(308)] = { + [sym_simple_identifier] = STATE(2872), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1561), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_value_argument_label] = STATE(9116), + [sym_value_argument] = STATE(8444), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(1522), + [sym_type_modifiers] = STATE(515), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym_value_argument_repeat1] = STATE(5091), + [aux_sym__lambda_type_declaration_repeat1] = STATE(1522), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1341), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(1231), + [anon_sym_switch] = ACTIONS(1233), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(1235), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(309)] = { + [sym_simple_identifier] = STATE(2872), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1561), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_value_argument_label] = STATE(9116), + [sym_value_argument] = STATE(8444), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(1522), + [sym_type_modifiers] = STATE(515), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym_value_argument_repeat1] = STATE(5091), + [aux_sym__lambda_type_declaration_repeat1] = STATE(1522), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1343), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(1231), + [anon_sym_switch] = ACTIONS(1233), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(1235), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(310)] = { + [sym_simple_identifier] = STATE(2872), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1561), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_value_argument_label] = STATE(9116), + [sym_value_argument] = STATE(8444), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(1522), + [sym_type_modifiers] = STATE(515), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym_value_argument_repeat1] = STATE(5091), + [aux_sym__lambda_type_declaration_repeat1] = STATE(1522), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_RBRACK] = ACTIONS(1343), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(1231), + [anon_sym_switch] = ACTIONS(1233), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(1235), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(311)] = { + [sym_simple_identifier] = STATE(2872), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1561), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_value_argument_label] = STATE(9116), + [sym_value_argument] = STATE(7734), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(1522), + [sym_type_modifiers] = STATE(515), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym_value_argument_repeat1] = STATE(5091), + [aux_sym__lambda_type_declaration_repeat1] = STATE(1522), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1345), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(1231), + [anon_sym_switch] = ACTIONS(1233), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(1235), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(312)] = { + [sym_simple_identifier] = STATE(2872), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1561), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_value_argument_label] = STATE(9116), + [sym_value_argument] = STATE(7735), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(1522), + [sym_type_modifiers] = STATE(515), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym_value_argument_repeat1] = STATE(5091), + [aux_sym__lambda_type_declaration_repeat1] = STATE(1522), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1347), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(1231), + [anon_sym_switch] = ACTIONS(1233), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(1235), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(313)] = { + [sym_simple_identifier] = STATE(2872), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1561), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_value_argument_label] = STATE(9116), + [sym_value_argument] = STATE(7736), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(1522), + [sym_type_modifiers] = STATE(515), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym_value_argument_repeat1] = STATE(5091), + [aux_sym__lambda_type_declaration_repeat1] = STATE(1522), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_RBRACK] = ACTIONS(1347), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(1231), + [anon_sym_switch] = ACTIONS(1233), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(1235), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(314)] = { + [sym_simple_identifier] = STATE(2872), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1561), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_value_argument_label] = STATE(9116), + [sym_value_argument] = STATE(7739), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(1522), + [sym_type_modifiers] = STATE(515), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym_value_argument_repeat1] = STATE(5091), + [aux_sym__lambda_type_declaration_repeat1] = STATE(1522), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_RBRACK] = ACTIONS(1349), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(1231), + [anon_sym_switch] = ACTIONS(1233), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(1235), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(315)] = { + [sym_simple_identifier] = STATE(2872), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1561), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_value_argument_label] = STATE(9116), + [sym_value_argument] = STATE(8444), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(1522), + [sym_type_modifiers] = STATE(515), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym_value_argument_repeat1] = STATE(5091), + [aux_sym__lambda_type_declaration_repeat1] = STATE(1522), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1351), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(1231), + [anon_sym_switch] = ACTIONS(1233), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(1235), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(316)] = { + [sym_simple_identifier] = STATE(2872), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1561), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_value_argument_label] = STATE(9116), + [sym_value_argument] = STATE(8444), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(1522), + [sym_type_modifiers] = STATE(515), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym_value_argument_repeat1] = STATE(5091), + [aux_sym__lambda_type_declaration_repeat1] = STATE(1522), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1353), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(1231), + [anon_sym_switch] = ACTIONS(1233), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(1235), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(317)] = { + [sym_simple_identifier] = STATE(2872), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1561), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_value_argument_label] = STATE(9116), + [sym_value_argument] = STATE(8444), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(1522), + [sym_type_modifiers] = STATE(515), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym_value_argument_repeat1] = STATE(5091), + [aux_sym__lambda_type_declaration_repeat1] = STATE(1522), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_RBRACK] = ACTIONS(1353), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(1231), + [anon_sym_switch] = ACTIONS(1233), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(1235), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(318)] = { + [sym_simple_identifier] = STATE(2872), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1561), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_value_argument_label] = STATE(9116), + [sym_value_argument] = STATE(8444), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(1522), + [sym_type_modifiers] = STATE(515), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym_value_argument_repeat1] = STATE(5091), + [aux_sym__lambda_type_declaration_repeat1] = STATE(1522), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1355), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(1231), + [anon_sym_switch] = ACTIONS(1233), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(1235), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(319)] = { + [sym_simple_identifier] = STATE(2872), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1561), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_value_argument_label] = STATE(9116), + [sym_value_argument] = STATE(8444), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(1522), + [sym_type_modifiers] = STATE(515), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym_value_argument_repeat1] = STATE(5091), + [aux_sym__lambda_type_declaration_repeat1] = STATE(1522), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1357), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(1231), + [anon_sym_switch] = ACTIONS(1233), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(1235), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(320)] = { + [sym_simple_identifier] = STATE(2872), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1561), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_value_argument_label] = STATE(9116), + [sym_value_argument] = STATE(8444), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(1522), + [sym_type_modifiers] = STATE(515), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym_value_argument_repeat1] = STATE(5091), + [aux_sym__lambda_type_declaration_repeat1] = STATE(1522), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_RBRACK] = ACTIONS(1357), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(1231), + [anon_sym_switch] = ACTIONS(1233), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(1235), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(321)] = { + [sym_simple_identifier] = STATE(2872), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1561), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_value_argument_label] = STATE(9116), + [sym_value_argument] = STATE(7795), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(1522), + [sym_type_modifiers] = STATE(515), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym_value_argument_repeat1] = STATE(5091), + [aux_sym__lambda_type_declaration_repeat1] = STATE(1522), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1359), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(1231), + [anon_sym_switch] = ACTIONS(1233), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(1235), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(322)] = { + [sym_simple_identifier] = STATE(2872), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1561), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_value_argument_label] = STATE(9116), + [sym_value_argument] = STATE(7796), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(1522), + [sym_type_modifiers] = STATE(515), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym_value_argument_repeat1] = STATE(5091), + [aux_sym__lambda_type_declaration_repeat1] = STATE(1522), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_RBRACK] = ACTIONS(1359), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(1231), + [anon_sym_switch] = ACTIONS(1233), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(1235), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(323)] = { + [sym_simple_identifier] = STATE(2872), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym__interpolation_contents] = STATE(9203), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1561), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_value_argument_label] = STATE(9116), + [sym_value_argument] = STATE(8035), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(1522), + [sym_type_modifiers] = STATE(515), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym_value_argument_repeat1] = STATE(5091), + [aux_sym__lambda_type_declaration_repeat1] = STATE(1522), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(1231), + [anon_sym_switch] = ACTIONS(1233), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(1235), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(324)] = { + [sym_simple_identifier] = STATE(2872), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1561), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_value_argument_label] = STATE(9116), + [sym_value_argument] = STATE(8444), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(1522), + [sym_type_modifiers] = STATE(515), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym_value_argument_repeat1] = STATE(5091), + [aux_sym__lambda_type_declaration_repeat1] = STATE(1522), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1361), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(1231), + [anon_sym_switch] = ACTIONS(1233), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(1235), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(325)] = { + [sym_simple_identifier] = STATE(2872), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1561), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_value_argument_label] = STATE(9116), + [sym_value_argument] = STATE(8444), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(1522), + [sym_type_modifiers] = STATE(515), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym_value_argument_repeat1] = STATE(5091), + [aux_sym__lambda_type_declaration_repeat1] = STATE(1522), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_RBRACK] = ACTIONS(1361), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(1231), + [anon_sym_switch] = ACTIONS(1233), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(1235), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(326)] = { + [sym_simple_identifier] = STATE(2872), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1561), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_value_argument_label] = STATE(9116), + [sym_value_argument] = STATE(8444), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(1522), + [sym_type_modifiers] = STATE(515), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym_value_argument_repeat1] = STATE(5091), + [aux_sym__lambda_type_declaration_repeat1] = STATE(1522), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1363), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(1231), + [anon_sym_switch] = ACTIONS(1233), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(1235), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(327)] = { + [sym_simple_identifier] = STATE(2872), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1561), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_value_argument_label] = STATE(9116), + [sym_value_argument] = STATE(8444), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(1522), + [sym_type_modifiers] = STATE(515), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym_value_argument_repeat1] = STATE(5091), + [aux_sym__lambda_type_declaration_repeat1] = STATE(1522), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_RBRACK] = ACTIONS(1363), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(1231), + [anon_sym_switch] = ACTIONS(1233), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(1235), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(328)] = { + [sym_simple_identifier] = STATE(2872), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1561), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_value_argument_label] = STATE(9116), + [sym_value_argument] = STATE(8516), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(1522), + [sym_type_modifiers] = STATE(515), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym_value_argument_repeat1] = STATE(5091), + [aux_sym__lambda_type_declaration_repeat1] = STATE(1522), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1365), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(1231), + [anon_sym_switch] = ACTIONS(1233), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(1235), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(329)] = { + [sym_simple_identifier] = STATE(2872), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1561), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_value_argument_label] = STATE(9116), + [sym_value_argument] = STATE(8680), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(1522), + [sym_type_modifiers] = STATE(515), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym_value_argument_repeat1] = STATE(5091), + [aux_sym__lambda_type_declaration_repeat1] = STATE(1522), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1367), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(1231), + [anon_sym_switch] = ACTIONS(1233), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(1235), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(330)] = { + [sym_simple_identifier] = STATE(2872), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1561), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_value_argument_label] = STATE(9116), + [sym_value_argument] = STATE(8531), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(1522), + [sym_type_modifiers] = STATE(515), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym_value_argument_repeat1] = STATE(5091), + [aux_sym__lambda_type_declaration_repeat1] = STATE(1522), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1369), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(1231), + [anon_sym_switch] = ACTIONS(1233), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(1235), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(331)] = { + [sym_simple_identifier] = STATE(2872), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1561), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_value_argument_label] = STATE(9116), + [sym_value_argument] = STATE(8538), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(1522), + [sym_type_modifiers] = STATE(515), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym_value_argument_repeat1] = STATE(5091), + [aux_sym__lambda_type_declaration_repeat1] = STATE(1522), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_RBRACK] = ACTIONS(1369), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(1231), + [anon_sym_switch] = ACTIONS(1233), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(1235), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(332)] = { + [sym_simple_identifier] = STATE(2872), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1561), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_value_argument_label] = STATE(9116), + [sym_value_argument] = STATE(8680), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(1522), + [sym_type_modifiers] = STATE(515), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym_value_argument_repeat1] = STATE(5091), + [aux_sym__lambda_type_declaration_repeat1] = STATE(1522), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(1231), + [anon_sym_switch] = ACTIONS(1233), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(1235), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(333)] = { + [sym_simple_identifier] = STATE(2872), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1561), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_value_argument_label] = STATE(9116), + [sym_value_argument] = STATE(8444), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym_attribute] = STATE(1522), + [sym_type_modifiers] = STATE(515), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym_value_argument_repeat1] = STATE(5091), + [aux_sym__lambda_type_declaration_repeat1] = STATE(1522), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(1231), + [anon_sym_switch] = ACTIONS(1233), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(1235), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(334)] = { + [sym_simple_identifier] = STATE(1731), + [sym__contextual_simple_identifier] = STATE(1826), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6430), + [sym_opaque_type] = STATE(8988), + [sym_existential_type] = STATE(8988), + [sym_expression] = STATE(1555), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_lambda_function_type_parameters] = STATE(9208), + [sym_lambda_parameter] = STATE(8413), + [sym_self_expression] = STATE(3745), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(1826), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1371), + [aux_sym_simple_identifier_token2] = ACTIONS(1373), + [aux_sym_simple_identifier_token3] = ACTIONS(1373), + [aux_sym_simple_identifier_token4] = ACTIONS(1373), + [anon_sym_actor] = ACTIONS(1371), + [anon_sym_async] = ACTIONS(1371), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(1371), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(1371), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1375), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_some] = ACTIONS(743), + [anon_sym_any] = ACTIONS(745), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(1371), + [anon_sym_consuming] = ACTIONS(1371), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(335)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1541), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1377), + [aux_sym_simple_identifier_token2] = ACTIONS(1380), + [aux_sym_simple_identifier_token3] = ACTIONS(1380), + [aux_sym_simple_identifier_token4] = ACTIONS(1380), + [anon_sym_actor] = ACTIONS(1377), + [anon_sym_async] = ACTIONS(1377), + [anon_sym_each] = ACTIONS(1383), + [anon_sym_lazy] = ACTIONS(1377), + [anon_sym_repeat] = ACTIONS(1386), + [anon_sym_package] = ACTIONS(1377), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(1389), + [anon_sym_LBRACK] = ACTIONS(1392), + [anon_sym_some] = ACTIONS(1395), + [anon_sym_any] = ACTIONS(1395), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(1397), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_AT] = ACTIONS(1395), + [anon_sym_inout] = ACTIONS(1395), + [anon_sym_ATescaping] = ACTIONS(1400), + [anon_sym_ATautoclosure] = ACTIONS(1400), + [anon_sym_borrowing] = ACTIONS(1377), + [anon_sym_consuming] = ACTIONS(1377), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(336)] = { + [sym_simple_identifier] = STATE(3090), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6430), + [sym_opaque_type] = STATE(8988), + [sym_existential_type] = STATE(8988), + [sym_expression] = STATE(1574), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_some] = ACTIONS(743), + [anon_sym_any] = ACTIONS(745), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(337)] = { + [sym_simple_identifier] = STATE(1787), + [sym__contextual_simple_identifier] = STATE(1826), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1607), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__attribute_argument] = STATE(8705), + [sym__parameter_ownership_modifier] = STATE(1826), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym__attribute_argument_repeat1] = STATE(5307), + [aux_sym__attribute_argument_repeat2] = STATE(5401), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1371), + [aux_sym_simple_identifier_token2] = ACTIONS(1373), + [aux_sym_simple_identifier_token3] = ACTIONS(1373), + [aux_sym_simple_identifier_token4] = ACTIONS(1373), + [anon_sym_actor] = ACTIONS(1371), + [anon_sym_async] = ACTIONS(1371), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(1371), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(1371), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1402), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(1371), + [anon_sym_consuming] = ACTIONS(1371), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(338)] = { + [sym_simple_identifier] = STATE(1787), + [sym__contextual_simple_identifier] = STATE(1826), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1607), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__attribute_argument] = STATE(8705), + [sym__parameter_ownership_modifier] = STATE(1826), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym__attribute_argument_repeat1] = STATE(5307), + [aux_sym__attribute_argument_repeat2] = STATE(5401), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1371), + [aux_sym_simple_identifier_token2] = ACTIONS(1373), + [aux_sym_simple_identifier_token3] = ACTIONS(1373), + [aux_sym_simple_identifier_token4] = ACTIONS(1373), + [anon_sym_actor] = ACTIONS(1371), + [anon_sym_async] = ACTIONS(1371), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(1371), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(1371), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1404), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(1371), + [anon_sym_consuming] = ACTIONS(1371), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(339)] = { + [sym_simple_identifier] = STATE(1787), + [sym__contextual_simple_identifier] = STATE(1826), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1607), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__attribute_argument] = STATE(8705), + [sym__parameter_ownership_modifier] = STATE(1826), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym__attribute_argument_repeat1] = STATE(5307), + [aux_sym__attribute_argument_repeat2] = STATE(5401), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1371), + [aux_sym_simple_identifier_token2] = ACTIONS(1373), + [aux_sym_simple_identifier_token3] = ACTIONS(1373), + [aux_sym_simple_identifier_token4] = ACTIONS(1373), + [anon_sym_actor] = ACTIONS(1371), + [anon_sym_async] = ACTIONS(1371), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(1371), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(1371), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1406), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(1371), + [anon_sym_consuming] = ACTIONS(1371), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(340)] = { + [sym_simple_identifier] = STATE(1787), + [sym__contextual_simple_identifier] = STATE(1826), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1607), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__attribute_argument] = STATE(8705), + [sym__parameter_ownership_modifier] = STATE(1826), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym__attribute_argument_repeat1] = STATE(5307), + [aux_sym__attribute_argument_repeat2] = STATE(5401), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1371), + [aux_sym_simple_identifier_token2] = ACTIONS(1373), + [aux_sym_simple_identifier_token3] = ACTIONS(1373), + [aux_sym_simple_identifier_token4] = ACTIONS(1373), + [anon_sym_actor] = ACTIONS(1371), + [anon_sym_async] = ACTIONS(1371), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(1371), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(1371), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1408), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(1371), + [anon_sym_consuming] = ACTIONS(1371), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(341)] = { + [sym_simple_identifier] = STATE(1787), + [sym__contextual_simple_identifier] = STATE(1826), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1607), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__attribute_argument] = STATE(8705), + [sym__parameter_ownership_modifier] = STATE(1826), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym__attribute_argument_repeat1] = STATE(5307), + [aux_sym__attribute_argument_repeat2] = STATE(5401), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1371), + [aux_sym_simple_identifier_token2] = ACTIONS(1373), + [aux_sym_simple_identifier_token3] = ACTIONS(1373), + [aux_sym_simple_identifier_token4] = ACTIONS(1373), + [anon_sym_actor] = ACTIONS(1371), + [anon_sym_async] = ACTIONS(1371), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(1371), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(1371), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1410), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(1371), + [anon_sym_consuming] = ACTIONS(1371), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(342)] = { + [sym_simple_identifier] = STATE(1787), + [sym__contextual_simple_identifier] = STATE(1826), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1607), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__attribute_argument] = STATE(8705), + [sym__parameter_ownership_modifier] = STATE(1826), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym__attribute_argument_repeat1] = STATE(5307), + [aux_sym__attribute_argument_repeat2] = STATE(5401), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1371), + [aux_sym_simple_identifier_token2] = ACTIONS(1373), + [aux_sym_simple_identifier_token3] = ACTIONS(1373), + [aux_sym_simple_identifier_token4] = ACTIONS(1373), + [anon_sym_actor] = ACTIONS(1371), + [anon_sym_async] = ACTIONS(1371), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(1371), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(1371), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1412), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(1371), + [anon_sym_consuming] = ACTIONS(1371), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(343)] = { + [sym_simple_identifier] = STATE(1787), + [sym__contextual_simple_identifier] = STATE(1826), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1607), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__attribute_argument] = STATE(8705), + [sym__parameter_ownership_modifier] = STATE(1826), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym__attribute_argument_repeat1] = STATE(5307), + [aux_sym__attribute_argument_repeat2] = STATE(5401), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1371), + [aux_sym_simple_identifier_token2] = ACTIONS(1373), + [aux_sym_simple_identifier_token3] = ACTIONS(1373), + [aux_sym_simple_identifier_token4] = ACTIONS(1373), + [anon_sym_actor] = ACTIONS(1371), + [anon_sym_async] = ACTIONS(1371), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(1371), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(1371), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1414), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(1371), + [anon_sym_consuming] = ACTIONS(1371), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(344)] = { + [sym_simple_identifier] = STATE(1787), + [sym__contextual_simple_identifier] = STATE(1826), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1607), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__attribute_argument] = STATE(8705), + [sym__parameter_ownership_modifier] = STATE(1826), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym__attribute_argument_repeat1] = STATE(5307), + [aux_sym__attribute_argument_repeat2] = STATE(5401), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1371), + [aux_sym_simple_identifier_token2] = ACTIONS(1373), + [aux_sym_simple_identifier_token3] = ACTIONS(1373), + [aux_sym_simple_identifier_token4] = ACTIONS(1373), + [anon_sym_actor] = ACTIONS(1371), + [anon_sym_async] = ACTIONS(1371), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(1371), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(1371), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1416), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(1371), + [anon_sym_consuming] = ACTIONS(1371), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(345)] = { + [sym_simple_identifier] = STATE(1787), + [sym__contextual_simple_identifier] = STATE(1826), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1607), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__attribute_argument] = STATE(8705), + [sym__parameter_ownership_modifier] = STATE(1826), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym__attribute_argument_repeat1] = STATE(5307), + [aux_sym__attribute_argument_repeat2] = STATE(5401), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1371), + [aux_sym_simple_identifier_token2] = ACTIONS(1373), + [aux_sym_simple_identifier_token3] = ACTIONS(1373), + [aux_sym_simple_identifier_token4] = ACTIONS(1373), + [anon_sym_actor] = ACTIONS(1371), + [anon_sym_async] = ACTIONS(1371), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(1371), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(1371), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1418), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(1371), + [anon_sym_consuming] = ACTIONS(1371), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(346)] = { + [sym_simple_identifier] = STATE(1787), + [sym__contextual_simple_identifier] = STATE(1826), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1607), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__attribute_argument] = STATE(8705), + [sym__parameter_ownership_modifier] = STATE(1826), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym__attribute_argument_repeat1] = STATE(5307), + [aux_sym__attribute_argument_repeat2] = STATE(5401), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1371), + [aux_sym_simple_identifier_token2] = ACTIONS(1373), + [aux_sym_simple_identifier_token3] = ACTIONS(1373), + [aux_sym_simple_identifier_token4] = ACTIONS(1373), + [anon_sym_actor] = ACTIONS(1371), + [anon_sym_async] = ACTIONS(1371), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(1371), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(1371), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1420), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(1371), + [anon_sym_consuming] = ACTIONS(1371), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(347)] = { + [sym_simple_identifier] = STATE(1787), + [sym__contextual_simple_identifier] = STATE(1826), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1607), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__attribute_argument] = STATE(8705), + [sym__parameter_ownership_modifier] = STATE(1826), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym__attribute_argument_repeat1] = STATE(5307), + [aux_sym__attribute_argument_repeat2] = STATE(5401), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1371), + [aux_sym_simple_identifier_token2] = ACTIONS(1373), + [aux_sym_simple_identifier_token3] = ACTIONS(1373), + [aux_sym_simple_identifier_token4] = ACTIONS(1373), + [anon_sym_actor] = ACTIONS(1371), + [anon_sym_async] = ACTIONS(1371), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(1371), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(1371), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1422), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(1371), + [anon_sym_consuming] = ACTIONS(1371), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(348)] = { + [sym_simple_identifier] = STATE(1787), + [sym__contextual_simple_identifier] = STATE(1826), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1607), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__attribute_argument] = STATE(8705), + [sym__parameter_ownership_modifier] = STATE(1826), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym__attribute_argument_repeat1] = STATE(5307), + [aux_sym__attribute_argument_repeat2] = STATE(5401), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1371), + [aux_sym_simple_identifier_token2] = ACTIONS(1373), + [aux_sym_simple_identifier_token3] = ACTIONS(1373), + [aux_sym_simple_identifier_token4] = ACTIONS(1373), + [anon_sym_actor] = ACTIONS(1371), + [anon_sym_async] = ACTIONS(1371), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(1371), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(1371), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1424), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(1371), + [anon_sym_consuming] = ACTIONS(1371), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(349)] = { + [sym_simple_identifier] = STATE(1787), + [sym__contextual_simple_identifier] = STATE(1826), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1607), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__attribute_argument] = STATE(8705), + [sym__parameter_ownership_modifier] = STATE(1826), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym__attribute_argument_repeat1] = STATE(5307), + [aux_sym__attribute_argument_repeat2] = STATE(5401), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1371), + [aux_sym_simple_identifier_token2] = ACTIONS(1373), + [aux_sym_simple_identifier_token3] = ACTIONS(1373), + [aux_sym_simple_identifier_token4] = ACTIONS(1373), + [anon_sym_actor] = ACTIONS(1371), + [anon_sym_async] = ACTIONS(1371), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(1371), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(1371), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1426), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(1371), + [anon_sym_consuming] = ACTIONS(1371), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(350)] = { + [sym_simple_identifier] = STATE(1787), + [sym__contextual_simple_identifier] = STATE(1826), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1607), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__attribute_argument] = STATE(8705), + [sym__parameter_ownership_modifier] = STATE(1826), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym__attribute_argument_repeat1] = STATE(5307), + [aux_sym__attribute_argument_repeat2] = STATE(5401), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1371), + [aux_sym_simple_identifier_token2] = ACTIONS(1373), + [aux_sym_simple_identifier_token3] = ACTIONS(1373), + [aux_sym_simple_identifier_token4] = ACTIONS(1373), + [anon_sym_actor] = ACTIONS(1371), + [anon_sym_async] = ACTIONS(1371), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(1371), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(1371), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1428), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(1371), + [anon_sym_consuming] = ACTIONS(1371), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(351)] = { + [sym_simple_identifier] = STATE(1787), + [sym__contextual_simple_identifier] = STATE(1826), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1607), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__attribute_argument] = STATE(8705), + [sym__parameter_ownership_modifier] = STATE(1826), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym__attribute_argument_repeat1] = STATE(5307), + [aux_sym__attribute_argument_repeat2] = STATE(5401), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1371), + [aux_sym_simple_identifier_token2] = ACTIONS(1373), + [aux_sym_simple_identifier_token3] = ACTIONS(1373), + [aux_sym_simple_identifier_token4] = ACTIONS(1373), + [anon_sym_actor] = ACTIONS(1371), + [anon_sym_async] = ACTIONS(1371), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(1371), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(1371), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1430), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(1371), + [anon_sym_consuming] = ACTIONS(1371), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(352)] = { + [sym_simple_identifier] = STATE(1787), + [sym__contextual_simple_identifier] = STATE(1826), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1607), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__attribute_argument] = STATE(8705), + [sym__parameter_ownership_modifier] = STATE(1826), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym__attribute_argument_repeat1] = STATE(5307), + [aux_sym__attribute_argument_repeat2] = STATE(5401), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1371), + [aux_sym_simple_identifier_token2] = ACTIONS(1373), + [aux_sym_simple_identifier_token3] = ACTIONS(1373), + [aux_sym_simple_identifier_token4] = ACTIONS(1373), + [anon_sym_actor] = ACTIONS(1371), + [anon_sym_async] = ACTIONS(1371), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(1371), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(1371), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1432), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(1371), + [anon_sym_consuming] = ACTIONS(1371), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(353)] = { + [sym_simple_identifier] = STATE(1787), + [sym__contextual_simple_identifier] = STATE(1826), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1607), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__attribute_argument] = STATE(8705), + [sym__parameter_ownership_modifier] = STATE(1826), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym__attribute_argument_repeat1] = STATE(5307), + [aux_sym__attribute_argument_repeat2] = STATE(5401), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1371), + [aux_sym_simple_identifier_token2] = ACTIONS(1373), + [aux_sym_simple_identifier_token3] = ACTIONS(1373), + [aux_sym_simple_identifier_token4] = ACTIONS(1373), + [anon_sym_actor] = ACTIONS(1371), + [anon_sym_async] = ACTIONS(1371), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(1371), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(1371), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1434), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(1371), + [anon_sym_consuming] = ACTIONS(1371), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(354)] = { + [sym_simple_identifier] = STATE(1787), + [sym__contextual_simple_identifier] = STATE(1826), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1607), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__attribute_argument] = STATE(8705), + [sym__parameter_ownership_modifier] = STATE(1826), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym__attribute_argument_repeat1] = STATE(5307), + [aux_sym__attribute_argument_repeat2] = STATE(5401), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1371), + [aux_sym_simple_identifier_token2] = ACTIONS(1373), + [aux_sym_simple_identifier_token3] = ACTIONS(1373), + [aux_sym_simple_identifier_token4] = ACTIONS(1373), + [anon_sym_actor] = ACTIONS(1371), + [anon_sym_async] = ACTIONS(1371), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(1371), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(1371), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1436), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(1371), + [anon_sym_consuming] = ACTIONS(1371), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(355)] = { + [sym_simple_identifier] = STATE(2935), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6430), + [sym_opaque_type] = STATE(8988), + [sym_existential_type] = STATE(8988), + [sym_expression] = STATE(1555), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_some] = ACTIONS(743), + [anon_sym_any] = ACTIONS(745), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(356)] = { + [sym_simple_identifier] = STATE(1787), + [sym__contextual_simple_identifier] = STATE(1826), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1607), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__attribute_argument] = STATE(8705), + [sym__parameter_ownership_modifier] = STATE(1826), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym__attribute_argument_repeat1] = STATE(5307), + [aux_sym__attribute_argument_repeat2] = STATE(5401), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1371), + [aux_sym_simple_identifier_token2] = ACTIONS(1373), + [aux_sym_simple_identifier_token3] = ACTIONS(1373), + [aux_sym_simple_identifier_token4] = ACTIONS(1373), + [anon_sym_actor] = ACTIONS(1371), + [anon_sym_async] = ACTIONS(1371), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(1371), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(1371), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1438), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(1371), + [anon_sym_consuming] = ACTIONS(1371), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(357)] = { + [sym_simple_identifier] = STATE(3085), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6430), + [sym_opaque_type] = STATE(8988), + [sym_existential_type] = STATE(8988), + [sym_expression] = STATE(1546), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_some] = ACTIONS(743), + [anon_sym_any] = ACTIONS(745), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(358)] = { + [sym_simple_identifier] = STATE(1787), + [sym__contextual_simple_identifier] = STATE(1826), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1607), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__attribute_argument] = STATE(8705), + [sym__parameter_ownership_modifier] = STATE(1826), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym__attribute_argument_repeat1] = STATE(5307), + [aux_sym__attribute_argument_repeat2] = STATE(5401), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1371), + [aux_sym_simple_identifier_token2] = ACTIONS(1373), + [aux_sym_simple_identifier_token3] = ACTIONS(1373), + [aux_sym_simple_identifier_token4] = ACTIONS(1373), + [anon_sym_actor] = ACTIONS(1371), + [anon_sym_async] = ACTIONS(1371), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(1371), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(1371), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1440), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(1371), + [anon_sym_consuming] = ACTIONS(1371), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(359)] = { + [sym_simple_identifier] = STATE(3089), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6430), + [sym_opaque_type] = STATE(8988), + [sym_existential_type] = STATE(8988), + [sym_expression] = STATE(1525), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_some] = ACTIONS(743), + [anon_sym_any] = ACTIONS(745), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(360)] = { + [sym_simple_identifier] = STATE(3096), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6430), + [sym_opaque_type] = STATE(8988), + [sym_existential_type] = STATE(8988), + [sym_expression] = STATE(1571), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_some] = ACTIONS(743), + [anon_sym_any] = ACTIONS(745), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(361)] = { + [sym_simple_identifier] = STATE(3092), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6430), + [sym_opaque_type] = STATE(8988), + [sym_existential_type] = STATE(8988), + [sym_expression] = STATE(1534), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_some] = ACTIONS(743), + [anon_sym_any] = ACTIONS(745), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(362)] = { + [sym_simple_identifier] = STATE(3093), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6430), + [sym_opaque_type] = STATE(8988), + [sym_existential_type] = STATE(8988), + [sym_expression] = STATE(1550), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_some] = ACTIONS(743), + [anon_sym_any] = ACTIONS(745), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(363)] = { + [sym_simple_identifier] = STATE(3094), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6430), + [sym_opaque_type] = STATE(8988), + [sym_existential_type] = STATE(8988), + [sym_expression] = STATE(1590), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_some] = ACTIONS(743), + [anon_sym_any] = ACTIONS(745), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(364)] = { + [sym_simple_identifier] = STATE(3095), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6430), + [sym_opaque_type] = STATE(8988), + [sym_existential_type] = STATE(8988), + [sym_expression] = STATE(1564), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_some] = ACTIONS(743), + [anon_sym_any] = ACTIONS(745), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(365)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1655), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym__dictionary_literal_item] = STATE(8804), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_COMMA] = ACTIONS(1442), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_RBRACK] = ACTIONS(1444), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(366)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1655), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym__dictionary_literal_item] = STATE(8804), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_COMMA] = ACTIONS(1446), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_RBRACK] = ACTIONS(1448), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(367)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1655), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym__dictionary_literal_item] = STATE(8804), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_COMMA] = ACTIONS(1450), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_RBRACK] = ACTIONS(1452), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(368)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1655), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym__dictionary_literal_item] = STATE(8804), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_COMMA] = ACTIONS(1454), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_RBRACK] = ACTIONS(1456), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(369)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1655), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym__dictionary_literal_item] = STATE(8804), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_COMMA] = ACTIONS(1458), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_RBRACK] = ACTIONS(1460), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(370)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1649), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1462), + [anon_sym_COMMA] = ACTIONS(1462), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_COLON] = ACTIONS(1462), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(371)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1655), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym__dictionary_literal_item] = STATE(8804), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_COMMA] = ACTIONS(1464), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_RBRACK] = ACTIONS(1466), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(372)] = { + [sym_simple_identifier] = STATE(1787), + [sym__contextual_simple_identifier] = STATE(1826), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1607), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__attribute_argument] = STATE(8236), + [sym__parameter_ownership_modifier] = STATE(1826), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym__attribute_argument_repeat1] = STATE(5307), + [aux_sym__attribute_argument_repeat2] = STATE(5401), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1371), + [aux_sym_simple_identifier_token2] = ACTIONS(1373), + [aux_sym_simple_identifier_token3] = ACTIONS(1373), + [aux_sym_simple_identifier_token4] = ACTIONS(1373), + [anon_sym_actor] = ACTIONS(1371), + [anon_sym_async] = ACTIONS(1371), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(1371), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(1371), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(1371), + [anon_sym_consuming] = ACTIONS(1371), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(373)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1663), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_COMMA] = ACTIONS(1462), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_COLON] = ACTIONS(1462), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym_where_keyword] = ACTIONS(1462), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(374)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1655), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym__dictionary_literal_item] = STATE(8804), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_COMMA] = ACTIONS(1468), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_RBRACK] = ACTIONS(1470), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(375)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1575), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1472), + [aux_sym_simple_identifier_token2] = ACTIONS(1475), + [aux_sym_simple_identifier_token3] = ACTIONS(1475), + [aux_sym_simple_identifier_token4] = ACTIONS(1475), + [anon_sym_actor] = ACTIONS(1472), + [anon_sym_async] = ACTIONS(1472), + [anon_sym_each] = ACTIONS(1478), + [anon_sym_lazy] = ACTIONS(1472), + [anon_sym_repeat] = ACTIONS(1481), + [anon_sym_package] = ACTIONS(1472), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1484), + [anon_sym_COMMA] = ACTIONS(1484), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_RBRACK] = ACTIONS(1484), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(1486), + [anon_sym_switch] = ACTIONS(1489), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(1472), + [anon_sym_consuming] = ACTIONS(1472), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(376)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1655), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym__dictionary_literal_item] = STATE(8804), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_COMMA] = ACTIONS(1492), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_RBRACK] = ACTIONS(1494), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(377)] = { + [sym_simple_identifier] = STATE(1787), + [sym__contextual_simple_identifier] = STATE(1826), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1607), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__attribute_argument] = STATE(8705), + [sym__parameter_ownership_modifier] = STATE(1826), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym__attribute_argument_repeat1] = STATE(5307), + [aux_sym__attribute_argument_repeat2] = STATE(5401), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1371), + [aux_sym_simple_identifier_token2] = ACTIONS(1373), + [aux_sym_simple_identifier_token3] = ACTIONS(1373), + [aux_sym_simple_identifier_token4] = ACTIONS(1373), + [anon_sym_actor] = ACTIONS(1371), + [anon_sym_async] = ACTIONS(1371), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(1371), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(1371), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(1371), + [anon_sym_consuming] = ACTIONS(1371), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(378)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1655), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym__dictionary_literal_item] = STATE(8804), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_COMMA] = ACTIONS(1496), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_RBRACK] = ACTIONS(1498), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(379)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1655), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym__dictionary_literal_item] = STATE(8804), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_COMMA] = ACTIONS(1500), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_RBRACK] = ACTIONS(1502), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(380)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1655), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym__dictionary_literal_item] = STATE(8804), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_COMMA] = ACTIONS(1504), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_RBRACK] = ACTIONS(1506), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(381)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1655), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym__dictionary_literal_item] = STATE(8804), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_COMMA] = ACTIONS(1508), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_RBRACK] = ACTIONS(1510), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(382)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1655), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym__dictionary_literal_item] = STATE(8804), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_COMMA] = ACTIONS(1512), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_RBRACK] = ACTIONS(1514), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(383)] = { + [sym_simple_identifier] = STATE(1787), + [sym__contextual_simple_identifier] = STATE(1826), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1607), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__attribute_argument] = STATE(7723), + [sym__parameter_ownership_modifier] = STATE(1826), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym__attribute_argument_repeat1] = STATE(5307), + [aux_sym__attribute_argument_repeat2] = STATE(5401), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1371), + [aux_sym_simple_identifier_token2] = ACTIONS(1373), + [aux_sym_simple_identifier_token3] = ACTIONS(1373), + [aux_sym_simple_identifier_token4] = ACTIONS(1373), + [anon_sym_actor] = ACTIONS(1371), + [anon_sym_async] = ACTIONS(1371), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(1371), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(1371), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(1371), + [anon_sym_consuming] = ACTIONS(1371), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(384)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1655), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym__dictionary_literal_item] = STATE(8804), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_COMMA] = ACTIONS(1516), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_RBRACK] = ACTIONS(1518), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(385)] = { + [sym_simple_identifier] = STATE(1787), + [sym__contextual_simple_identifier] = STATE(1826), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1607), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__attribute_argument] = STATE(8398), + [sym__parameter_ownership_modifier] = STATE(1826), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym__attribute_argument_repeat1] = STATE(5307), + [aux_sym__attribute_argument_repeat2] = STATE(5401), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1371), + [aux_sym_simple_identifier_token2] = ACTIONS(1373), + [aux_sym_simple_identifier_token3] = ACTIONS(1373), + [aux_sym_simple_identifier_token4] = ACTIONS(1373), + [anon_sym_actor] = ACTIONS(1371), + [anon_sym_async] = ACTIONS(1371), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(1371), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(1371), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(1371), + [anon_sym_consuming] = ACTIONS(1371), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(386)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1530), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1472), + [aux_sym_simple_identifier_token2] = ACTIONS(1475), + [aux_sym_simple_identifier_token3] = ACTIONS(1475), + [aux_sym_simple_identifier_token4] = ACTIONS(1475), + [anon_sym_actor] = ACTIONS(1472), + [anon_sym_async] = ACTIONS(1472), + [anon_sym_each] = ACTIONS(1478), + [anon_sym_lazy] = ACTIONS(1472), + [anon_sym_repeat] = ACTIONS(1481), + [anon_sym_package] = ACTIONS(1472), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1484), + [anon_sym_COMMA] = ACTIONS(1484), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_RBRACK] = ACTIONS(1484), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(1486), + [anon_sym_switch] = ACTIONS(1489), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(1472), + [anon_sym_consuming] = ACTIONS(1472), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(387)] = { + [sym_simple_identifier] = STATE(1787), + [sym__contextual_simple_identifier] = STATE(1826), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1607), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__attribute_argument] = STATE(7878), + [sym__parameter_ownership_modifier] = STATE(1826), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym__attribute_argument_repeat1] = STATE(5307), + [aux_sym__attribute_argument_repeat2] = STATE(5401), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1371), + [aux_sym_simple_identifier_token2] = ACTIONS(1373), + [aux_sym_simple_identifier_token3] = ACTIONS(1373), + [aux_sym_simple_identifier_token4] = ACTIONS(1373), + [anon_sym_actor] = ACTIONS(1371), + [anon_sym_async] = ACTIONS(1371), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(1371), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(1371), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(1371), + [anon_sym_consuming] = ACTIONS(1371), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(388)] = { + [sym_simple_identifier] = STATE(2455), + [sym__contextual_simple_identifier] = STATE(2422), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1587), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym_self_expression] = STATE(2689), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(2689), + [sym_switch_statement] = STATE(2689), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__parameter_ownership_modifier] = STATE(2422), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(11), + [aux_sym_simple_identifier_token2] = ACTIONS(13), + [aux_sym_simple_identifier_token3] = ACTIONS(13), + [aux_sym_simple_identifier_token4] = ACTIONS(13), + [anon_sym_actor] = ACTIONS(11), + [anon_sym_async] = ACTIONS(11), + [anon_sym_each] = ACTIONS(19), + [anon_sym_lazy] = ACTIONS(11), + [anon_sym_repeat] = ACTIONS(831), + [anon_sym_package] = ACTIONS(11), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_RBRACE] = ACTIONS(725), + [anon_sym_self] = ACTIONS(59), + [anon_sym_super] = ACTIONS(61), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [anon_sym_borrowing] = ACTIONS(11), + [anon_sym_consuming] = ACTIONS(11), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__implicit_semi] = ACTIONS(725), + [sym__explicit_semi] = ACTIONS(725), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(389)] = { + [sym_simple_identifier] = STATE(1787), + [sym__contextual_simple_identifier] = STATE(1826), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1607), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__attribute_argument] = STATE(8177), + [sym__parameter_ownership_modifier] = STATE(1826), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym__attribute_argument_repeat1] = STATE(5307), + [aux_sym__attribute_argument_repeat2] = STATE(5401), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1371), + [aux_sym_simple_identifier_token2] = ACTIONS(1373), + [aux_sym_simple_identifier_token3] = ACTIONS(1373), + [aux_sym_simple_identifier_token4] = ACTIONS(1373), + [anon_sym_actor] = ACTIONS(1371), + [anon_sym_async] = ACTIONS(1371), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(1371), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(1371), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(1371), + [anon_sym_consuming] = ACTIONS(1371), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(390)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1655), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym__dictionary_literal_item] = STATE(8804), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_COMMA] = ACTIONS(1520), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_RBRACK] = ACTIONS(1522), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(391)] = { + [sym_simple_identifier] = STATE(1787), + [sym__contextual_simple_identifier] = STATE(1826), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1607), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__attribute_argument] = STATE(8406), + [sym__parameter_ownership_modifier] = STATE(1826), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym__attribute_argument_repeat1] = STATE(5307), + [aux_sym__attribute_argument_repeat2] = STATE(5401), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1371), + [aux_sym_simple_identifier_token2] = ACTIONS(1373), + [aux_sym_simple_identifier_token3] = ACTIONS(1373), + [aux_sym_simple_identifier_token4] = ACTIONS(1373), + [anon_sym_actor] = ACTIONS(1371), + [anon_sym_async] = ACTIONS(1371), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(1371), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(1371), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(1371), + [anon_sym_consuming] = ACTIONS(1371), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(392)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1655), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym__dictionary_literal_item] = STATE(8804), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_COMMA] = ACTIONS(1524), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_RBRACK] = ACTIONS(1526), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(393)] = { + [sym_simple_identifier] = STATE(1787), + [sym__contextual_simple_identifier] = STATE(1826), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1607), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__attribute_argument] = STATE(8521), + [sym__parameter_ownership_modifier] = STATE(1826), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym__attribute_argument_repeat1] = STATE(5307), + [aux_sym__attribute_argument_repeat2] = STATE(5401), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1371), + [aux_sym_simple_identifier_token2] = ACTIONS(1373), + [aux_sym_simple_identifier_token3] = ACTIONS(1373), + [aux_sym_simple_identifier_token4] = ACTIONS(1373), + [anon_sym_actor] = ACTIONS(1371), + [anon_sym_async] = ACTIONS(1371), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(1371), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(1371), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(1371), + [anon_sym_consuming] = ACTIONS(1371), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(394)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1655), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym__dictionary_literal_item] = STATE(8804), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_COMMA] = ACTIONS(1528), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_RBRACK] = ACTIONS(1530), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(395)] = { + [sym_simple_identifier] = STATE(1787), + [sym__contextual_simple_identifier] = STATE(1826), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1607), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__attribute_argument] = STATE(7746), + [sym__parameter_ownership_modifier] = STATE(1826), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym__attribute_argument_repeat1] = STATE(5307), + [aux_sym__attribute_argument_repeat2] = STATE(5401), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1371), + [aux_sym_simple_identifier_token2] = ACTIONS(1373), + [aux_sym_simple_identifier_token3] = ACTIONS(1373), + [aux_sym_simple_identifier_token4] = ACTIONS(1373), + [anon_sym_actor] = ACTIONS(1371), + [anon_sym_async] = ACTIONS(1371), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(1371), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(1371), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(1371), + [anon_sym_consuming] = ACTIONS(1371), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(396)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1655), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym__dictionary_literal_item] = STATE(8804), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_COMMA] = ACTIONS(1532), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_RBRACK] = ACTIONS(1534), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(397)] = { + [sym_simple_identifier] = STATE(1787), + [sym__contextual_simple_identifier] = STATE(1826), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1607), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__attribute_argument] = STATE(7804), + [sym__parameter_ownership_modifier] = STATE(1826), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym__attribute_argument_repeat1] = STATE(5307), + [aux_sym__attribute_argument_repeat2] = STATE(5401), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1371), + [aux_sym_simple_identifier_token2] = ACTIONS(1373), + [aux_sym_simple_identifier_token3] = ACTIONS(1373), + [aux_sym_simple_identifier_token4] = ACTIONS(1373), + [anon_sym_actor] = ACTIONS(1371), + [anon_sym_async] = ACTIONS(1371), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(1371), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(1371), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(1371), + [anon_sym_consuming] = ACTIONS(1371), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(398)] = { + [sym_simple_identifier] = STATE(1787), + [sym__contextual_simple_identifier] = STATE(1826), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1607), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__attribute_argument] = STATE(8223), + [sym__parameter_ownership_modifier] = STATE(1826), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym__attribute_argument_repeat1] = STATE(5307), + [aux_sym__attribute_argument_repeat2] = STATE(5401), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1371), + [aux_sym_simple_identifier_token2] = ACTIONS(1373), + [aux_sym_simple_identifier_token3] = ACTIONS(1373), + [aux_sym_simple_identifier_token4] = ACTIONS(1373), + [anon_sym_actor] = ACTIONS(1371), + [anon_sym_async] = ACTIONS(1371), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(1371), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(1371), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(1371), + [anon_sym_consuming] = ACTIONS(1371), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(399)] = { + [sym_simple_identifier] = STATE(2939), + [sym__contextual_simple_identifier] = STATE(2778), + [sym__basic_literal] = STATE(3483), + [sym_boolean_literal] = STATE(3483), + [sym__string_literal] = STATE(3483), + [sym_line_string_literal] = STATE(3483), + [sym_multi_line_string_literal] = STATE(3483), + [sym_raw_string_literal] = STATE(3483), + [sym_regex_literal] = STATE(3483), + [sym__extended_regex_literal] = STATE(3437), + [sym__multiline_regex_literal] = STATE(3437), + [sym_user_type] = STATE(6567), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6567), + [sym_dictionary_type] = STATE(6567), + [sym_expression] = STATE(1506), + [sym_optional_chain_marker] = STATE(3483), + [sym__unary_expression] = STATE(3483), + [sym_postfix_expression] = STATE(3483), + [sym_constructor_expression] = STATE(3483), + [sym__parenthesized_type] = STATE(7825), + [sym_navigation_expression] = STATE(3483), + [sym__navigable_type_expression] = STATE(7825), + [sym_open_start_range_expression] = STATE(3483), + [sym__range_operator] = STATE(645), + [sym_open_end_range_expression] = STATE(3483), + [sym_prefix_expression] = STATE(3483), + [sym_as_expression] = STATE(3483), + [sym_selector_expression] = STATE(3483), + [sym__binary_expression] = STATE(3483), + [sym_multiplicative_expression] = STATE(3483), + [sym_additive_expression] = STATE(3483), + [sym_range_expression] = STATE(3483), + [sym_infix_expression] = STATE(3483), + [sym_nil_coalescing_expression] = STATE(3483), + [sym_check_expression] = STATE(3483), + [sym_comparison_expression] = STATE(3483), + [sym_equality_expression] = STATE(3483), + [sym_conjunction_expression] = STATE(3483), + [sym_disjunction_expression] = STATE(3483), + [sym_bitwise_operation] = STATE(3483), + [sym_custom_operator] = STATE(1227), + [sym_try_expression] = STATE(3483), + [sym_await_expression] = STATE(3483), + [sym__await_operator] = STATE(647), + [sym_ternary_expression] = STATE(3483), + [sym__expr_hack_at_ternary_binary_suffix] = STATE(3199), + [sym_expr_hack_at_ternary_binary_call] = STATE(3199), + [sym_call_expression] = STATE(3483), + [sym_macro_invocation] = STATE(3483), + [sym__primary_expression] = STATE(3483), + [sym_tuple_expression] = STATE(3483), + [sym_array_literal] = STATE(3483), + [sym_dictionary_literal] = STATE(3483), + [sym_special_literal] = STATE(3483), + [sym_playground_literal] = STATE(3483), + [sym_lambda_literal] = STATE(3483), + [sym_self_expression] = STATE(3483), + [sym_super_expression] = STATE(3483), + [sym_if_statement] = STATE(3483), + [sym_switch_statement] = STATE(3483), + [sym_key_path_expression] = STATE(3483), + [sym_key_path_string_expression] = STATE(3483), + [sym_try_operator] = STATE(650), + [sym__assignment_and_operator] = STATE(3154), + [sym__equality_operator] = STATE(3154), + [sym__comparison_operator] = STATE(3154), + [sym__three_dot_operator] = STATE(1215), + [sym__open_ended_range_operator] = STATE(645), + [sym__additive_operator] = STATE(3154), + [sym__multiplicative_operator] = STATE(3154), + [sym__prefix_unary_operator] = STATE(663), + [sym_directly_assignable_expression] = STATE(6569), + [sym_assignment] = STATE(3483), + [sym_value_parameter_pack] = STATE(3483), + [sym_value_pack_expansion] = STATE(3483), + [sym_referenceable_operator] = STATE(3483), + [sym__equal_sign] = STATE(3154), + [sym__eq_eq] = STATE(3154), + [sym__dot] = STATE(663), + [sym__hash_symbol] = STATE(4956), + [sym_bang] = STATE(1227), + [sym__parameter_ownership_modifier] = STATE(2778), + [sym_directive] = STATE(3483), + [sym_diagnostic] = STATE(3483), + [aux_sym_raw_string_literal_repeat1] = STATE(7865), + [anon_sym_BANG] = ACTIONS(939), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(941), + [aux_sym_simple_identifier_token2] = ACTIONS(943), + [aux_sym_simple_identifier_token3] = ACTIONS(943), + [aux_sym_simple_identifier_token4] = ACTIONS(943), + [anon_sym_actor] = ACTIONS(941), + [anon_sym_async] = ACTIONS(941), + [anon_sym_each] = ACTIONS(945), + [anon_sym_lazy] = ACTIONS(941), + [anon_sym_repeat] = ACTIONS(947), + [anon_sym_package] = ACTIONS(941), + [anon_sym_nil] = ACTIONS(949), + [sym_real_literal] = ACTIONS(951), + [sym_integer_literal] = ACTIONS(949), + [sym_hex_literal] = ACTIONS(949), + [sym_oct_literal] = ACTIONS(951), + [sym_bin_literal] = ACTIONS(951), + [anon_sym_true] = ACTIONS(953), + [anon_sym_false] = ACTIONS(953), + [anon_sym_DQUOTE] = ACTIONS(955), + [anon_sym_BSLASH] = ACTIONS(957), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(959), + [sym__oneline_regex_literal] = ACTIONS(961), + [anon_sym_LPAREN] = ACTIONS(1145), + [anon_sym_LBRACK] = ACTIONS(965), + [anon_sym_AMP] = ACTIONS(967), + [anon_sym_TILDE] = ACTIONS(967), + [anon_sym_if] = ACTIONS(969), + [anon_sym_switch] = ACTIONS(971), + [aux_sym_custom_operator_token1] = ACTIONS(973), + [anon_sym_LT] = ACTIONS(975), + [anon_sym_GT] = ACTIONS(975), + [anon_sym_await] = ACTIONS(977), + [anon_sym_LBRACE] = ACTIONS(979), + [anon_sym_CARET_LBRACE] = ACTIONS(979), + [anon_sym_self] = ACTIONS(981), + [anon_sym_super] = ACTIONS(983), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(987), + [anon_sym_DASH_EQ] = ACTIONS(987), + [anon_sym_STAR_EQ] = ACTIONS(987), + [anon_sym_SLASH_EQ] = ACTIONS(987), + [anon_sym_PERCENT_EQ] = ACTIONS(987), + [anon_sym_BANG_EQ] = ACTIONS(975), + [anon_sym_BANG_EQ_EQ] = ACTIONS(987), + [anon_sym_EQ_EQ_EQ] = ACTIONS(987), + [anon_sym_LT_EQ] = ACTIONS(987), + [anon_sym_GT_EQ] = ACTIONS(987), + [anon_sym_DOT_DOT_DOT] = ACTIONS(989), + [anon_sym_DOT_DOT_LT] = ACTIONS(991), + [anon_sym_PLUS] = ACTIONS(995), + [anon_sym_DASH] = ACTIONS(995), + [anon_sym_STAR] = ACTIONS(975), + [anon_sym_SLASH] = ACTIONS(975), + [anon_sym_PERCENT] = ACTIONS(975), + [anon_sym_PLUS_PLUS] = ACTIONS(967), + [anon_sym_DASH_DASH] = ACTIONS(967), + [anon_sym_PIPE] = ACTIONS(987), + [anon_sym_CARET] = ACTIONS(975), + [anon_sym_LT_LT] = ACTIONS(987), + [anon_sym_GT_GT] = ACTIONS(987), + [anon_sym_borrowing] = ACTIONS(941), + [anon_sym_consuming] = ACTIONS(941), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(999), + [sym__dot_custom] = ACTIONS(1147), + [sym__eq_custom] = ACTIONS(987), + [sym__eq_eq_custom] = ACTIONS(987), + [sym__plus_then_ws] = ACTIONS(987), + [sym__minus_then_ws] = ACTIONS(987), + [sym__bang_custom] = ACTIONS(1003), + [sym__custom_operator] = ACTIONS(973), + [sym__hash_symbol_custom] = ACTIONS(1005), + [sym__directive_if] = ACTIONS(1007), + [sym__directive_elseif] = ACTIONS(1007), + [sym__directive_else] = ACTIONS(1009), + [sym__directive_endif] = ACTIONS(1009), + }, + [STATE(400)] = { + [sym_simple_identifier] = STATE(1184), + [sym__contextual_simple_identifier] = STATE(1170), + [sym__basic_literal] = STATE(1251), + [sym_boolean_literal] = STATE(1251), + [sym__string_literal] = STATE(1251), + [sym_line_string_literal] = STATE(1251), + [sym_multi_line_string_literal] = STATE(1251), + [sym_raw_string_literal] = STATE(1251), + [sym_regex_literal] = STATE(1251), + [sym__extended_regex_literal] = STATE(1342), + [sym__multiline_regex_literal] = STATE(1342), + [sym_user_type] = STATE(6635), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6635), + [sym_dictionary_type] = STATE(6635), + [sym_expression] = STATE(774), + [sym_optional_chain_marker] = STATE(1251), + [sym__unary_expression] = STATE(1251), + [sym_postfix_expression] = STATE(1251), + [sym_constructor_expression] = STATE(1251), + [sym__parenthesized_type] = STATE(8560), + [sym_navigation_expression] = STATE(1251), + [sym__navigable_type_expression] = STATE(8560), + [sym_open_start_range_expression] = STATE(1251), + [sym__range_operator] = STATE(576), + [sym_open_end_range_expression] = STATE(1251), + [sym_prefix_expression] = STATE(1251), + [sym_as_expression] = STATE(1251), + [sym_selector_expression] = STATE(1251), + [sym__binary_expression] = STATE(1251), + [sym_multiplicative_expression] = STATE(1251), + [sym_additive_expression] = STATE(1251), + [sym_range_expression] = STATE(1251), + [sym_infix_expression] = STATE(1251), + [sym_nil_coalescing_expression] = STATE(1251), + [sym_check_expression] = STATE(1251), + [sym_comparison_expression] = STATE(1251), + [sym_equality_expression] = STATE(1251), + [sym_conjunction_expression] = STATE(1251), + [sym_disjunction_expression] = STATE(1251), + [sym_bitwise_operation] = STATE(1251), + [sym_custom_operator] = STATE(762), + [sym_try_expression] = STATE(1251), + [sym_await_expression] = STATE(1251), + [sym__await_operator] = STATE(578), + [sym_ternary_expression] = STATE(1251), + [sym__expr_hack_at_ternary_binary_suffix] = STATE(1299), + [sym_expr_hack_at_ternary_binary_call] = STATE(1299), + [sym_call_expression] = STATE(1251), + [sym_macro_invocation] = STATE(1251), + [sym__primary_expression] = STATE(1251), + [sym_tuple_expression] = STATE(1251), + [sym_array_literal] = STATE(1251), + [sym_dictionary_literal] = STATE(1251), + [sym_special_literal] = STATE(1251), + [sym_playground_literal] = STATE(1251), + [sym_lambda_literal] = STATE(1251), + [sym_self_expression] = STATE(1251), + [sym_super_expression] = STATE(1251), + [sym_if_statement] = STATE(1251), + [sym_switch_statement] = STATE(1251), + [sym_key_path_expression] = STATE(1251), + [sym_key_path_string_expression] = STATE(1251), + [sym_try_operator] = STATE(579), + [sym__assignment_and_operator] = STATE(1242), + [sym__equality_operator] = STATE(1242), + [sym__comparison_operator] = STATE(1242), + [sym__three_dot_operator] = STATE(759), + [sym__open_ended_range_operator] = STATE(576), + [sym__additive_operator] = STATE(1242), + [sym__multiplicative_operator] = STATE(1242), + [sym__prefix_unary_operator] = STATE(580), + [sym_directly_assignable_expression] = STATE(6636), + [sym_assignment] = STATE(1251), + [sym_value_parameter_pack] = STATE(1251), + [sym_value_pack_expansion] = STATE(1251), + [sym_referenceable_operator] = STATE(1251), + [sym__equal_sign] = STATE(1242), + [sym__eq_eq] = STATE(1242), + [sym__dot] = STATE(580), + [sym__hash_symbol] = STATE(4959), + [sym_bang] = STATE(762), + [sym__parameter_ownership_modifier] = STATE(1170), + [sym_directive] = STATE(1251), + [sym_diagnostic] = STATE(1251), + [aux_sym_raw_string_literal_repeat1] = STATE(7778), + [anon_sym_BANG] = ACTIONS(655), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(657), + [aux_sym_simple_identifier_token2] = ACTIONS(659), + [aux_sym_simple_identifier_token3] = ACTIONS(659), + [aux_sym_simple_identifier_token4] = ACTIONS(659), + [anon_sym_actor] = ACTIONS(657), + [anon_sym_async] = ACTIONS(657), + [anon_sym_each] = ACTIONS(661), + [anon_sym_lazy] = ACTIONS(657), + [anon_sym_repeat] = ACTIONS(663), + [anon_sym_package] = ACTIONS(657), + [anon_sym_nil] = ACTIONS(665), + [sym_real_literal] = ACTIONS(667), + [sym_integer_literal] = ACTIONS(665), + [sym_hex_literal] = ACTIONS(665), + [sym_oct_literal] = ACTIONS(667), + [sym_bin_literal] = ACTIONS(667), + [anon_sym_true] = ACTIONS(669), + [anon_sym_false] = ACTIONS(669), + [anon_sym_DQUOTE] = ACTIONS(671), + [anon_sym_BSLASH] = ACTIONS(673), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(675), + [sym__oneline_regex_literal] = ACTIONS(677), + [anon_sym_LPAREN] = ACTIONS(679), + [anon_sym_LBRACK] = ACTIONS(681), + [anon_sym_AMP] = ACTIONS(683), + [anon_sym_TILDE] = ACTIONS(683), + [anon_sym_if] = ACTIONS(685), + [anon_sym_switch] = ACTIONS(687), + [aux_sym_custom_operator_token1] = ACTIONS(689), + [anon_sym_LT] = ACTIONS(691), + [anon_sym_GT] = ACTIONS(691), + [anon_sym_await] = ACTIONS(693), + [anon_sym_LBRACE] = ACTIONS(695), + [anon_sym_CARET_LBRACE] = ACTIONS(695), + [anon_sym_self] = ACTIONS(697), + [anon_sym_super] = ACTIONS(699), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(701), + [anon_sym_DASH_EQ] = ACTIONS(701), + [anon_sym_STAR_EQ] = ACTIONS(701), + [anon_sym_SLASH_EQ] = ACTIONS(701), + [anon_sym_PERCENT_EQ] = ACTIONS(701), + [anon_sym_BANG_EQ] = ACTIONS(691), + [anon_sym_BANG_EQ_EQ] = ACTIONS(701), + [anon_sym_EQ_EQ_EQ] = ACTIONS(701), + [anon_sym_LT_EQ] = ACTIONS(701), + [anon_sym_GT_EQ] = ACTIONS(701), + [anon_sym_DOT_DOT_DOT] = ACTIONS(703), + [anon_sym_DOT_DOT_LT] = ACTIONS(705), + [anon_sym_PLUS] = ACTIONS(707), + [anon_sym_DASH] = ACTIONS(707), + [anon_sym_STAR] = ACTIONS(691), + [anon_sym_SLASH] = ACTIONS(691), + [anon_sym_PERCENT] = ACTIONS(691), + [anon_sym_PLUS_PLUS] = ACTIONS(683), + [anon_sym_DASH_DASH] = ACTIONS(683), + [anon_sym_PIPE] = ACTIONS(701), + [anon_sym_CARET] = ACTIONS(691), + [anon_sym_LT_LT] = ACTIONS(701), + [anon_sym_GT_GT] = ACTIONS(701), + [anon_sym_borrowing] = ACTIONS(657), + [anon_sym_consuming] = ACTIONS(657), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(709), + [sym__dot_custom] = ACTIONS(711), + [sym__eq_custom] = ACTIONS(701), + [sym__eq_eq_custom] = ACTIONS(701), + [sym__plus_then_ws] = ACTIONS(701), + [sym__minus_then_ws] = ACTIONS(701), + [sym__bang_custom] = ACTIONS(713), + [sym__custom_operator] = ACTIONS(689), + [sym__hash_symbol_custom] = ACTIONS(715), + [sym__directive_if] = ACTIONS(717), + [sym__directive_elseif] = ACTIONS(717), + [sym__directive_else] = ACTIONS(719), + [sym__directive_endif] = ACTIONS(719), + }, + [STATE(401)] = { + [sym_simple_identifier] = STATE(1184), + [sym__contextual_simple_identifier] = STATE(1170), + [sym__basic_literal] = STATE(1251), + [sym_boolean_literal] = STATE(1251), + [sym__string_literal] = STATE(1251), + [sym_line_string_literal] = STATE(1251), + [sym_multi_line_string_literal] = STATE(1251), + [sym_raw_string_literal] = STATE(1251), + [sym_regex_literal] = STATE(1251), + [sym__extended_regex_literal] = STATE(1342), + [sym__multiline_regex_literal] = STATE(1342), + [sym_user_type] = STATE(6635), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6635), + [sym_dictionary_type] = STATE(6635), + [sym_expression] = STATE(774), + [sym_optional_chain_marker] = STATE(1251), + [sym__unary_expression] = STATE(1251), + [sym_postfix_expression] = STATE(1251), + [sym_constructor_expression] = STATE(1251), + [sym__parenthesized_type] = STATE(8560), + [sym_navigation_expression] = STATE(1251), + [sym__navigable_type_expression] = STATE(8560), + [sym_open_start_range_expression] = STATE(1251), + [sym__range_operator] = STATE(576), + [sym_open_end_range_expression] = STATE(1251), + [sym_prefix_expression] = STATE(1251), + [sym_as_expression] = STATE(1251), + [sym_selector_expression] = STATE(1251), + [sym__binary_expression] = STATE(1251), + [sym_multiplicative_expression] = STATE(1251), + [sym_additive_expression] = STATE(1251), + [sym_range_expression] = STATE(1251), + [sym_infix_expression] = STATE(1251), + [sym_nil_coalescing_expression] = STATE(1251), + [sym_check_expression] = STATE(1251), + [sym_comparison_expression] = STATE(1251), + [sym_equality_expression] = STATE(1251), + [sym_conjunction_expression] = STATE(1251), + [sym_disjunction_expression] = STATE(1251), + [sym_bitwise_operation] = STATE(1251), + [sym_custom_operator] = STATE(762), + [sym_try_expression] = STATE(1251), + [sym_await_expression] = STATE(1251), + [sym__await_operator] = STATE(578), + [sym_ternary_expression] = STATE(1251), + [sym__expr_hack_at_ternary_binary_suffix] = STATE(1300), + [sym_expr_hack_at_ternary_binary_call] = STATE(1300), + [sym_call_expression] = STATE(1251), + [sym_macro_invocation] = STATE(1251), + [sym__primary_expression] = STATE(1251), + [sym_tuple_expression] = STATE(1251), + [sym_array_literal] = STATE(1251), + [sym_dictionary_literal] = STATE(1251), + [sym_special_literal] = STATE(1251), + [sym_playground_literal] = STATE(1251), + [sym_lambda_literal] = STATE(1251), + [sym_self_expression] = STATE(1251), + [sym_super_expression] = STATE(1251), + [sym_if_statement] = STATE(1251), + [sym_switch_statement] = STATE(1251), + [sym_key_path_expression] = STATE(1251), + [sym_key_path_string_expression] = STATE(1251), + [sym_try_operator] = STATE(579), + [sym__assignment_and_operator] = STATE(1242), + [sym__equality_operator] = STATE(1242), + [sym__comparison_operator] = STATE(1242), + [sym__three_dot_operator] = STATE(759), + [sym__open_ended_range_operator] = STATE(576), + [sym__additive_operator] = STATE(1242), + [sym__multiplicative_operator] = STATE(1242), + [sym__prefix_unary_operator] = STATE(580), + [sym_directly_assignable_expression] = STATE(6636), + [sym_assignment] = STATE(1251), + [sym_value_parameter_pack] = STATE(1251), + [sym_value_pack_expansion] = STATE(1251), + [sym_referenceable_operator] = STATE(1251), + [sym__equal_sign] = STATE(1242), + [sym__eq_eq] = STATE(1242), + [sym__dot] = STATE(580), + [sym__hash_symbol] = STATE(4959), + [sym_bang] = STATE(762), + [sym__parameter_ownership_modifier] = STATE(1170), + [sym_directive] = STATE(1251), + [sym_diagnostic] = STATE(1251), + [aux_sym_raw_string_literal_repeat1] = STATE(7778), + [anon_sym_BANG] = ACTIONS(655), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(657), + [aux_sym_simple_identifier_token2] = ACTIONS(659), + [aux_sym_simple_identifier_token3] = ACTIONS(659), + [aux_sym_simple_identifier_token4] = ACTIONS(659), + [anon_sym_actor] = ACTIONS(657), + [anon_sym_async] = ACTIONS(657), + [anon_sym_each] = ACTIONS(661), + [anon_sym_lazy] = ACTIONS(657), + [anon_sym_repeat] = ACTIONS(663), + [anon_sym_package] = ACTIONS(657), + [anon_sym_nil] = ACTIONS(665), + [sym_real_literal] = ACTIONS(667), + [sym_integer_literal] = ACTIONS(665), + [sym_hex_literal] = ACTIONS(665), + [sym_oct_literal] = ACTIONS(667), + [sym_bin_literal] = ACTIONS(667), + [anon_sym_true] = ACTIONS(669), + [anon_sym_false] = ACTIONS(669), + [anon_sym_DQUOTE] = ACTIONS(671), + [anon_sym_BSLASH] = ACTIONS(673), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(675), + [sym__oneline_regex_literal] = ACTIONS(677), + [anon_sym_LPAREN] = ACTIONS(679), + [anon_sym_LBRACK] = ACTIONS(681), + [anon_sym_AMP] = ACTIONS(683), + [anon_sym_TILDE] = ACTIONS(683), + [anon_sym_if] = ACTIONS(685), + [anon_sym_switch] = ACTIONS(687), + [aux_sym_custom_operator_token1] = ACTIONS(689), + [anon_sym_LT] = ACTIONS(691), + [anon_sym_GT] = ACTIONS(691), + [anon_sym_await] = ACTIONS(693), + [anon_sym_LBRACE] = ACTIONS(695), + [anon_sym_CARET_LBRACE] = ACTIONS(695), + [anon_sym_self] = ACTIONS(697), + [anon_sym_super] = ACTIONS(699), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(701), + [anon_sym_DASH_EQ] = ACTIONS(701), + [anon_sym_STAR_EQ] = ACTIONS(701), + [anon_sym_SLASH_EQ] = ACTIONS(701), + [anon_sym_PERCENT_EQ] = ACTIONS(701), + [anon_sym_BANG_EQ] = ACTIONS(691), + [anon_sym_BANG_EQ_EQ] = ACTIONS(701), + [anon_sym_EQ_EQ_EQ] = ACTIONS(701), + [anon_sym_LT_EQ] = ACTIONS(701), + [anon_sym_GT_EQ] = ACTIONS(701), + [anon_sym_DOT_DOT_DOT] = ACTIONS(703), + [anon_sym_DOT_DOT_LT] = ACTIONS(705), + [anon_sym_PLUS] = ACTIONS(707), + [anon_sym_DASH] = ACTIONS(707), + [anon_sym_STAR] = ACTIONS(691), + [anon_sym_SLASH] = ACTIONS(691), + [anon_sym_PERCENT] = ACTIONS(691), + [anon_sym_PLUS_PLUS] = ACTIONS(683), + [anon_sym_DASH_DASH] = ACTIONS(683), + [anon_sym_PIPE] = ACTIONS(701), + [anon_sym_CARET] = ACTIONS(691), + [anon_sym_LT_LT] = ACTIONS(701), + [anon_sym_GT_GT] = ACTIONS(701), + [anon_sym_borrowing] = ACTIONS(657), + [anon_sym_consuming] = ACTIONS(657), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(709), + [sym__dot_custom] = ACTIONS(711), + [sym__eq_custom] = ACTIONS(701), + [sym__eq_eq_custom] = ACTIONS(701), + [sym__plus_then_ws] = ACTIONS(701), + [sym__minus_then_ws] = ACTIONS(701), + [sym__bang_custom] = ACTIONS(713), + [sym__custom_operator] = ACTIONS(689), + [sym__hash_symbol_custom] = ACTIONS(715), + [sym__directive_if] = ACTIONS(717), + [sym__directive_elseif] = ACTIONS(717), + [sym__directive_else] = ACTIONS(719), + [sym__directive_endif] = ACTIONS(719), + }, + [STATE(402)] = { + [sym_simple_identifier] = STATE(2915), + [sym__contextual_simple_identifier] = STATE(2805), + [sym__basic_literal] = STATE(3407), + [sym_boolean_literal] = STATE(3407), + [sym__string_literal] = STATE(3407), + [sym_line_string_literal] = STATE(3407), + [sym_multi_line_string_literal] = STATE(3407), + [sym_raw_string_literal] = STATE(3407), + [sym_regex_literal] = STATE(3407), + [sym__extended_regex_literal] = STATE(3399), + [sym__multiline_regex_literal] = STATE(3399), + [sym_user_type] = STATE(6574), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6574), + [sym_dictionary_type] = STATE(6574), + [sym_expression] = STATE(1518), + [sym_optional_chain_marker] = STATE(3407), + [sym__unary_expression] = STATE(3407), + [sym_postfix_expression] = STATE(3407), + [sym_constructor_expression] = STATE(3407), + [sym__parenthesized_type] = STATE(7731), + [sym_navigation_expression] = STATE(3407), + [sym__navigable_type_expression] = STATE(7731), + [sym_open_start_range_expression] = STATE(3407), + [sym__range_operator] = STATE(658), + [sym_open_end_range_expression] = STATE(3407), + [sym_prefix_expression] = STATE(3407), + [sym_as_expression] = STATE(3407), + [sym_selector_expression] = STATE(3407), + [sym__binary_expression] = STATE(3407), + [sym_multiplicative_expression] = STATE(3407), + [sym_additive_expression] = STATE(3407), + [sym_range_expression] = STATE(3407), + [sym_infix_expression] = STATE(3407), + [sym_nil_coalescing_expression] = STATE(3407), + [sym_check_expression] = STATE(3407), + [sym_comparison_expression] = STATE(3407), + [sym_equality_expression] = STATE(3407), + [sym_conjunction_expression] = STATE(3407), + [sym_disjunction_expression] = STATE(3407), + [sym_bitwise_operation] = STATE(3407), + [sym_custom_operator] = STATE(1194), + [sym_try_expression] = STATE(3407), + [sym_await_expression] = STATE(3407), + [sym__await_operator] = STATE(692), + [sym_ternary_expression] = STATE(3407), + [sym__expr_hack_at_ternary_binary_suffix] = STATE(3609), + [sym_expr_hack_at_ternary_binary_call] = STATE(3609), + [sym_call_expression] = STATE(3407), + [sym_macro_invocation] = STATE(3407), + [sym__primary_expression] = STATE(3407), + [sym_tuple_expression] = STATE(3407), + [sym_array_literal] = STATE(3407), + [sym_dictionary_literal] = STATE(3407), + [sym_special_literal] = STATE(3407), + [sym_playground_literal] = STATE(3407), + [sym_lambda_literal] = STATE(3407), + [sym_self_expression] = STATE(3407), + [sym_super_expression] = STATE(3407), + [sym_if_statement] = STATE(3407), + [sym_switch_statement] = STATE(3407), + [sym_key_path_expression] = STATE(3407), + [sym_key_path_string_expression] = STATE(3407), + [sym_try_operator] = STATE(708), + [sym__assignment_and_operator] = STATE(3269), + [sym__equality_operator] = STATE(3269), + [sym__comparison_operator] = STATE(3269), + [sym__three_dot_operator] = STATE(1211), + [sym__open_ended_range_operator] = STATE(658), + [sym__additive_operator] = STATE(3269), + [sym__multiplicative_operator] = STATE(3269), + [sym__prefix_unary_operator] = STATE(595), + [sym_directly_assignable_expression] = STATE(6607), + [sym_assignment] = STATE(3407), + [sym_value_parameter_pack] = STATE(3407), + [sym_value_pack_expansion] = STATE(3407), + [sym_referenceable_operator] = STATE(3407), + [sym__equal_sign] = STATE(3269), + [sym__eq_eq] = STATE(3269), + [sym__dot] = STATE(595), + [sym__hash_symbol] = STATE(4958), + [sym_bang] = STATE(1194), + [sym__parameter_ownership_modifier] = STATE(2805), + [sym_directive] = STATE(3407), + [sym_diagnostic] = STATE(3407), + [aux_sym_raw_string_literal_repeat1] = STATE(7737), + [anon_sym_BANG] = ACTIONS(1077), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1079), + [aux_sym_simple_identifier_token2] = ACTIONS(1081), + [aux_sym_simple_identifier_token3] = ACTIONS(1081), + [aux_sym_simple_identifier_token4] = ACTIONS(1081), + [anon_sym_actor] = ACTIONS(1079), + [anon_sym_async] = ACTIONS(1079), + [anon_sym_each] = ACTIONS(1083), + [anon_sym_lazy] = ACTIONS(1079), + [anon_sym_repeat] = ACTIONS(1085), + [anon_sym_package] = ACTIONS(1079), + [anon_sym_nil] = ACTIONS(1087), + [sym_real_literal] = ACTIONS(1089), + [sym_integer_literal] = ACTIONS(1087), + [sym_hex_literal] = ACTIONS(1087), + [sym_oct_literal] = ACTIONS(1089), + [sym_bin_literal] = ACTIONS(1089), + [anon_sym_true] = ACTIONS(1091), + [anon_sym_false] = ACTIONS(1091), + [anon_sym_DQUOTE] = ACTIONS(1093), + [anon_sym_BSLASH] = ACTIONS(1095), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1097), + [sym__oneline_regex_literal] = ACTIONS(1099), + [anon_sym_LPAREN] = ACTIONS(1101), + [anon_sym_LBRACK] = ACTIONS(1103), + [anon_sym_AMP] = ACTIONS(1105), + [anon_sym_TILDE] = ACTIONS(1105), + [anon_sym_if] = ACTIONS(1107), + [anon_sym_switch] = ACTIONS(1109), + [aux_sym_custom_operator_token1] = ACTIONS(1111), + [anon_sym_LT] = ACTIONS(1113), + [anon_sym_GT] = ACTIONS(1113), + [anon_sym_await] = ACTIONS(1115), + [anon_sym_LBRACE] = ACTIONS(1117), + [anon_sym_CARET_LBRACE] = ACTIONS(1117), + [anon_sym_self] = ACTIONS(1119), + [anon_sym_super] = ACTIONS(1121), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(1123), + [anon_sym_DASH_EQ] = ACTIONS(1123), + [anon_sym_STAR_EQ] = ACTIONS(1123), + [anon_sym_SLASH_EQ] = ACTIONS(1123), + [anon_sym_PERCENT_EQ] = ACTIONS(1123), + [anon_sym_BANG_EQ] = ACTIONS(1113), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1123), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1123), + [anon_sym_LT_EQ] = ACTIONS(1123), + [anon_sym_GT_EQ] = ACTIONS(1123), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1125), + [anon_sym_DOT_DOT_LT] = ACTIONS(1127), + [anon_sym_PLUS] = ACTIONS(1129), + [anon_sym_DASH] = ACTIONS(1129), + [anon_sym_STAR] = ACTIONS(1113), + [anon_sym_SLASH] = ACTIONS(1113), + [anon_sym_PERCENT] = ACTIONS(1113), + [anon_sym_PLUS_PLUS] = ACTIONS(1105), + [anon_sym_DASH_DASH] = ACTIONS(1105), + [anon_sym_PIPE] = ACTIONS(1123), + [anon_sym_CARET] = ACTIONS(1113), + [anon_sym_LT_LT] = ACTIONS(1123), + [anon_sym_GT_GT] = ACTIONS(1123), + [anon_sym_borrowing] = ACTIONS(1079), + [anon_sym_consuming] = ACTIONS(1079), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(1131), + [sym__dot_custom] = ACTIONS(1133), + [sym__eq_custom] = ACTIONS(1123), + [sym__eq_eq_custom] = ACTIONS(1123), + [sym__plus_then_ws] = ACTIONS(1123), + [sym__minus_then_ws] = ACTIONS(1123), + [sym__bang_custom] = ACTIONS(1135), + [sym__custom_operator] = ACTIONS(1111), + [sym__hash_symbol_custom] = ACTIONS(1137), + [sym__directive_if] = ACTIONS(1139), + [sym__directive_elseif] = ACTIONS(1139), + [sym__directive_else] = ACTIONS(1141), + [sym__directive_endif] = ACTIONS(1141), + }, + [STATE(403)] = { + [sym_simple_identifier] = STATE(1184), + [sym__contextual_simple_identifier] = STATE(1170), + [sym__basic_literal] = STATE(1251), + [sym_boolean_literal] = STATE(1251), + [sym__string_literal] = STATE(1251), + [sym_line_string_literal] = STATE(1251), + [sym_multi_line_string_literal] = STATE(1251), + [sym_raw_string_literal] = STATE(1251), + [sym_regex_literal] = STATE(1251), + [sym__extended_regex_literal] = STATE(1342), + [sym__multiline_regex_literal] = STATE(1342), + [sym_user_type] = STATE(6635), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6635), + [sym_dictionary_type] = STATE(6635), + [sym_expression] = STATE(774), + [sym_optional_chain_marker] = STATE(1251), + [sym__unary_expression] = STATE(1251), + [sym_postfix_expression] = STATE(1251), + [sym_constructor_expression] = STATE(1251), + [sym__parenthesized_type] = STATE(8560), + [sym_navigation_expression] = STATE(1251), + [sym__navigable_type_expression] = STATE(8560), + [sym_open_start_range_expression] = STATE(1251), + [sym__range_operator] = STATE(576), + [sym_open_end_range_expression] = STATE(1251), + [sym_prefix_expression] = STATE(1251), + [sym_as_expression] = STATE(1251), + [sym_selector_expression] = STATE(1251), + [sym__binary_expression] = STATE(1251), + [sym_multiplicative_expression] = STATE(1251), + [sym_additive_expression] = STATE(1251), + [sym_range_expression] = STATE(1251), + [sym_infix_expression] = STATE(1251), + [sym_nil_coalescing_expression] = STATE(1251), + [sym_check_expression] = STATE(1251), + [sym_comparison_expression] = STATE(1251), + [sym_equality_expression] = STATE(1251), + [sym_conjunction_expression] = STATE(1251), + [sym_disjunction_expression] = STATE(1251), + [sym_bitwise_operation] = STATE(1251), + [sym_custom_operator] = STATE(762), + [sym_try_expression] = STATE(1251), + [sym_await_expression] = STATE(1251), + [sym__await_operator] = STATE(578), + [sym_ternary_expression] = STATE(1251), + [sym__expr_hack_at_ternary_binary_suffix] = STATE(1322), + [sym_expr_hack_at_ternary_binary_call] = STATE(1322), + [sym_call_expression] = STATE(1251), + [sym_macro_invocation] = STATE(1251), + [sym__primary_expression] = STATE(1251), + [sym_tuple_expression] = STATE(1251), + [sym_array_literal] = STATE(1251), + [sym_dictionary_literal] = STATE(1251), + [sym_special_literal] = STATE(1251), + [sym_playground_literal] = STATE(1251), + [sym_lambda_literal] = STATE(1251), + [sym_self_expression] = STATE(1251), + [sym_super_expression] = STATE(1251), + [sym_if_statement] = STATE(1251), + [sym_switch_statement] = STATE(1251), + [sym_key_path_expression] = STATE(1251), + [sym_key_path_string_expression] = STATE(1251), + [sym_try_operator] = STATE(579), + [sym__assignment_and_operator] = STATE(1242), + [sym__equality_operator] = STATE(1242), + [sym__comparison_operator] = STATE(1242), + [sym__three_dot_operator] = STATE(759), + [sym__open_ended_range_operator] = STATE(576), + [sym__additive_operator] = STATE(1242), + [sym__multiplicative_operator] = STATE(1242), + [sym__prefix_unary_operator] = STATE(580), + [sym_directly_assignable_expression] = STATE(6636), + [sym_assignment] = STATE(1251), + [sym_value_parameter_pack] = STATE(1251), + [sym_value_pack_expansion] = STATE(1251), + [sym_referenceable_operator] = STATE(1251), + [sym__equal_sign] = STATE(1242), + [sym__eq_eq] = STATE(1242), + [sym__dot] = STATE(580), + [sym__hash_symbol] = STATE(4959), + [sym_bang] = STATE(762), + [sym__parameter_ownership_modifier] = STATE(1170), + [sym_directive] = STATE(1251), + [sym_diagnostic] = STATE(1251), + [aux_sym_raw_string_literal_repeat1] = STATE(7778), + [anon_sym_BANG] = ACTIONS(655), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(657), + [aux_sym_simple_identifier_token2] = ACTIONS(659), + [aux_sym_simple_identifier_token3] = ACTIONS(659), + [aux_sym_simple_identifier_token4] = ACTIONS(659), + [anon_sym_actor] = ACTIONS(657), + [anon_sym_async] = ACTIONS(657), + [anon_sym_each] = ACTIONS(661), + [anon_sym_lazy] = ACTIONS(657), + [anon_sym_repeat] = ACTIONS(663), + [anon_sym_package] = ACTIONS(657), + [anon_sym_nil] = ACTIONS(665), + [sym_real_literal] = ACTIONS(667), + [sym_integer_literal] = ACTIONS(665), + [sym_hex_literal] = ACTIONS(665), + [sym_oct_literal] = ACTIONS(667), + [sym_bin_literal] = ACTIONS(667), + [anon_sym_true] = ACTIONS(669), + [anon_sym_false] = ACTIONS(669), + [anon_sym_DQUOTE] = ACTIONS(671), + [anon_sym_BSLASH] = ACTIONS(673), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(675), + [sym__oneline_regex_literal] = ACTIONS(677), + [anon_sym_LPAREN] = ACTIONS(679), + [anon_sym_LBRACK] = ACTIONS(681), + [anon_sym_AMP] = ACTIONS(683), + [anon_sym_TILDE] = ACTIONS(683), + [anon_sym_if] = ACTIONS(685), + [anon_sym_switch] = ACTIONS(687), + [aux_sym_custom_operator_token1] = ACTIONS(689), + [anon_sym_LT] = ACTIONS(691), + [anon_sym_GT] = ACTIONS(691), + [anon_sym_await] = ACTIONS(693), + [anon_sym_LBRACE] = ACTIONS(695), + [anon_sym_CARET_LBRACE] = ACTIONS(695), + [anon_sym_self] = ACTIONS(697), + [anon_sym_super] = ACTIONS(699), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(701), + [anon_sym_DASH_EQ] = ACTIONS(701), + [anon_sym_STAR_EQ] = ACTIONS(701), + [anon_sym_SLASH_EQ] = ACTIONS(701), + [anon_sym_PERCENT_EQ] = ACTIONS(701), + [anon_sym_BANG_EQ] = ACTIONS(691), + [anon_sym_BANG_EQ_EQ] = ACTIONS(701), + [anon_sym_EQ_EQ_EQ] = ACTIONS(701), + [anon_sym_LT_EQ] = ACTIONS(701), + [anon_sym_GT_EQ] = ACTIONS(701), + [anon_sym_DOT_DOT_DOT] = ACTIONS(703), + [anon_sym_DOT_DOT_LT] = ACTIONS(705), + [anon_sym_PLUS] = ACTIONS(707), + [anon_sym_DASH] = ACTIONS(707), + [anon_sym_STAR] = ACTIONS(691), + [anon_sym_SLASH] = ACTIONS(691), + [anon_sym_PERCENT] = ACTIONS(691), + [anon_sym_PLUS_PLUS] = ACTIONS(683), + [anon_sym_DASH_DASH] = ACTIONS(683), + [anon_sym_PIPE] = ACTIONS(701), + [anon_sym_CARET] = ACTIONS(691), + [anon_sym_LT_LT] = ACTIONS(701), + [anon_sym_GT_GT] = ACTIONS(701), + [anon_sym_borrowing] = ACTIONS(657), + [anon_sym_consuming] = ACTIONS(657), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(709), + [sym__dot_custom] = ACTIONS(711), + [sym__eq_custom] = ACTIONS(701), + [sym__eq_eq_custom] = ACTIONS(701), + [sym__plus_then_ws] = ACTIONS(701), + [sym__minus_then_ws] = ACTIONS(701), + [sym__bang_custom] = ACTIONS(713), + [sym__custom_operator] = ACTIONS(689), + [sym__hash_symbol_custom] = ACTIONS(715), + [sym__directive_if] = ACTIONS(717), + [sym__directive_elseif] = ACTIONS(717), + [sym__directive_else] = ACTIONS(719), + [sym__directive_endif] = ACTIONS(719), + }, + [STATE(404)] = { + [sym_simple_identifier] = STATE(2455), + [sym__contextual_simple_identifier] = STATE(2422), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1459), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym__expr_hack_at_ternary_binary_suffix] = STATE(2799), + [sym_expr_hack_at_ternary_binary_call] = STATE(2799), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym_self_expression] = STATE(2689), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(2689), + [sym_switch_statement] = STATE(2689), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__parameter_ownership_modifier] = STATE(2422), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(11), + [aux_sym_simple_identifier_token2] = ACTIONS(13), + [aux_sym_simple_identifier_token3] = ACTIONS(13), + [aux_sym_simple_identifier_token4] = ACTIONS(13), + [anon_sym_actor] = ACTIONS(11), + [anon_sym_async] = ACTIONS(11), + [anon_sym_each] = ACTIONS(19), + [anon_sym_lazy] = ACTIONS(11), + [anon_sym_repeat] = ACTIONS(831), + [anon_sym_package] = ACTIONS(11), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_self] = ACTIONS(59), + [anon_sym_super] = ACTIONS(61), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [anon_sym_borrowing] = ACTIONS(11), + [anon_sym_consuming] = ACTIONS(11), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(405)] = { + [sym_simple_identifier] = STATE(2455), + [sym__contextual_simple_identifier] = STATE(2422), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1459), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym__expr_hack_at_ternary_binary_suffix] = STATE(2801), + [sym_expr_hack_at_ternary_binary_call] = STATE(2801), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym_self_expression] = STATE(2689), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(2689), + [sym_switch_statement] = STATE(2689), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__parameter_ownership_modifier] = STATE(2422), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(11), + [aux_sym_simple_identifier_token2] = ACTIONS(13), + [aux_sym_simple_identifier_token3] = ACTIONS(13), + [aux_sym_simple_identifier_token4] = ACTIONS(13), + [anon_sym_actor] = ACTIONS(11), + [anon_sym_async] = ACTIONS(11), + [anon_sym_each] = ACTIONS(19), + [anon_sym_lazy] = ACTIONS(11), + [anon_sym_repeat] = ACTIONS(831), + [anon_sym_package] = ACTIONS(11), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_self] = ACTIONS(59), + [anon_sym_super] = ACTIONS(61), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [anon_sym_borrowing] = ACTIONS(11), + [anon_sym_consuming] = ACTIONS(11), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(406)] = { + [sym_simple_identifier] = STATE(2455), + [sym__contextual_simple_identifier] = STATE(2422), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1459), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym__expr_hack_at_ternary_binary_suffix] = STATE(2807), + [sym_expr_hack_at_ternary_binary_call] = STATE(2807), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym_self_expression] = STATE(2689), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(2689), + [sym_switch_statement] = STATE(2689), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__parameter_ownership_modifier] = STATE(2422), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(11), + [aux_sym_simple_identifier_token2] = ACTIONS(13), + [aux_sym_simple_identifier_token3] = ACTIONS(13), + [aux_sym_simple_identifier_token4] = ACTIONS(13), + [anon_sym_actor] = ACTIONS(11), + [anon_sym_async] = ACTIONS(11), + [anon_sym_each] = ACTIONS(19), + [anon_sym_lazy] = ACTIONS(11), + [anon_sym_repeat] = ACTIONS(831), + [anon_sym_package] = ACTIONS(11), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_self] = ACTIONS(59), + [anon_sym_super] = ACTIONS(61), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [anon_sym_borrowing] = ACTIONS(11), + [anon_sym_consuming] = ACTIONS(11), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(407)] = { + [sym_simple_identifier] = STATE(2455), + [sym__contextual_simple_identifier] = STATE(2422), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1459), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym__expr_hack_at_ternary_binary_suffix] = STATE(2784), + [sym_expr_hack_at_ternary_binary_call] = STATE(2784), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym_self_expression] = STATE(2689), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(2689), + [sym_switch_statement] = STATE(2689), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__parameter_ownership_modifier] = STATE(2422), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(11), + [aux_sym_simple_identifier_token2] = ACTIONS(13), + [aux_sym_simple_identifier_token3] = ACTIONS(13), + [aux_sym_simple_identifier_token4] = ACTIONS(13), + [anon_sym_actor] = ACTIONS(11), + [anon_sym_async] = ACTIONS(11), + [anon_sym_each] = ACTIONS(19), + [anon_sym_lazy] = ACTIONS(11), + [anon_sym_repeat] = ACTIONS(831), + [anon_sym_package] = ACTIONS(11), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_self] = ACTIONS(59), + [anon_sym_super] = ACTIONS(61), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [anon_sym_borrowing] = ACTIONS(11), + [anon_sym_consuming] = ACTIONS(11), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(408)] = { + [sym_simple_identifier] = STATE(2455), + [sym__contextual_simple_identifier] = STATE(2422), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1459), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym__expr_hack_at_ternary_binary_suffix] = STATE(2785), + [sym_expr_hack_at_ternary_binary_call] = STATE(2785), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym_self_expression] = STATE(2689), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(2689), + [sym_switch_statement] = STATE(2689), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__parameter_ownership_modifier] = STATE(2422), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(11), + [aux_sym_simple_identifier_token2] = ACTIONS(13), + [aux_sym_simple_identifier_token3] = ACTIONS(13), + [aux_sym_simple_identifier_token4] = ACTIONS(13), + [anon_sym_actor] = ACTIONS(11), + [anon_sym_async] = ACTIONS(11), + [anon_sym_each] = ACTIONS(19), + [anon_sym_lazy] = ACTIONS(11), + [anon_sym_repeat] = ACTIONS(831), + [anon_sym_package] = ACTIONS(11), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_self] = ACTIONS(59), + [anon_sym_super] = ACTIONS(61), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [anon_sym_borrowing] = ACTIONS(11), + [anon_sym_consuming] = ACTIONS(11), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(409)] = { + [sym_simple_identifier] = STATE(2915), + [sym__contextual_simple_identifier] = STATE(2805), + [sym__basic_literal] = STATE(3407), + [sym_boolean_literal] = STATE(3407), + [sym__string_literal] = STATE(3407), + [sym_line_string_literal] = STATE(3407), + [sym_multi_line_string_literal] = STATE(3407), + [sym_raw_string_literal] = STATE(3407), + [sym_regex_literal] = STATE(3407), + [sym__extended_regex_literal] = STATE(3399), + [sym__multiline_regex_literal] = STATE(3399), + [sym_user_type] = STATE(6574), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6574), + [sym_dictionary_type] = STATE(6574), + [sym_expression] = STATE(1518), + [sym_optional_chain_marker] = STATE(3407), + [sym__unary_expression] = STATE(3407), + [sym_postfix_expression] = STATE(3407), + [sym_constructor_expression] = STATE(3407), + [sym__parenthesized_type] = STATE(7731), + [sym_navigation_expression] = STATE(3407), + [sym__navigable_type_expression] = STATE(7731), + [sym_open_start_range_expression] = STATE(3407), + [sym__range_operator] = STATE(658), + [sym_open_end_range_expression] = STATE(3407), + [sym_prefix_expression] = STATE(3407), + [sym_as_expression] = STATE(3407), + [sym_selector_expression] = STATE(3407), + [sym__binary_expression] = STATE(3407), + [sym_multiplicative_expression] = STATE(3407), + [sym_additive_expression] = STATE(3407), + [sym_range_expression] = STATE(3407), + [sym_infix_expression] = STATE(3407), + [sym_nil_coalescing_expression] = STATE(3407), + [sym_check_expression] = STATE(3407), + [sym_comparison_expression] = STATE(3407), + [sym_equality_expression] = STATE(3407), + [sym_conjunction_expression] = STATE(3407), + [sym_disjunction_expression] = STATE(3407), + [sym_bitwise_operation] = STATE(3407), + [sym_custom_operator] = STATE(1194), + [sym_try_expression] = STATE(3407), + [sym_await_expression] = STATE(3407), + [sym__await_operator] = STATE(692), + [sym_ternary_expression] = STATE(3407), + [sym__expr_hack_at_ternary_binary_suffix] = STATE(3118), + [sym_expr_hack_at_ternary_binary_call] = STATE(3118), + [sym_call_expression] = STATE(3407), + [sym_macro_invocation] = STATE(3407), + [sym__primary_expression] = STATE(3407), + [sym_tuple_expression] = STATE(3407), + [sym_array_literal] = STATE(3407), + [sym_dictionary_literal] = STATE(3407), + [sym_special_literal] = STATE(3407), + [sym_playground_literal] = STATE(3407), + [sym_lambda_literal] = STATE(3407), + [sym_self_expression] = STATE(3407), + [sym_super_expression] = STATE(3407), + [sym_if_statement] = STATE(3407), + [sym_switch_statement] = STATE(3407), + [sym_key_path_expression] = STATE(3407), + [sym_key_path_string_expression] = STATE(3407), + [sym_try_operator] = STATE(708), + [sym__assignment_and_operator] = STATE(3269), + [sym__equality_operator] = STATE(3269), + [sym__comparison_operator] = STATE(3269), + [sym__three_dot_operator] = STATE(1211), + [sym__open_ended_range_operator] = STATE(658), + [sym__additive_operator] = STATE(3269), + [sym__multiplicative_operator] = STATE(3269), + [sym__prefix_unary_operator] = STATE(595), + [sym_directly_assignable_expression] = STATE(6607), + [sym_assignment] = STATE(3407), + [sym_value_parameter_pack] = STATE(3407), + [sym_value_pack_expansion] = STATE(3407), + [sym_referenceable_operator] = STATE(3407), + [sym__equal_sign] = STATE(3269), + [sym__eq_eq] = STATE(3269), + [sym__dot] = STATE(595), + [sym__hash_symbol] = STATE(4958), + [sym_bang] = STATE(1194), + [sym__parameter_ownership_modifier] = STATE(2805), + [sym_directive] = STATE(3407), + [sym_diagnostic] = STATE(3407), + [aux_sym_raw_string_literal_repeat1] = STATE(7737), + [anon_sym_BANG] = ACTIONS(1077), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1079), + [aux_sym_simple_identifier_token2] = ACTIONS(1081), + [aux_sym_simple_identifier_token3] = ACTIONS(1081), + [aux_sym_simple_identifier_token4] = ACTIONS(1081), + [anon_sym_actor] = ACTIONS(1079), + [anon_sym_async] = ACTIONS(1079), + [anon_sym_each] = ACTIONS(1083), + [anon_sym_lazy] = ACTIONS(1079), + [anon_sym_repeat] = ACTIONS(1085), + [anon_sym_package] = ACTIONS(1079), + [anon_sym_nil] = ACTIONS(1087), + [sym_real_literal] = ACTIONS(1089), + [sym_integer_literal] = ACTIONS(1087), + [sym_hex_literal] = ACTIONS(1087), + [sym_oct_literal] = ACTIONS(1089), + [sym_bin_literal] = ACTIONS(1089), + [anon_sym_true] = ACTIONS(1091), + [anon_sym_false] = ACTIONS(1091), + [anon_sym_DQUOTE] = ACTIONS(1093), + [anon_sym_BSLASH] = ACTIONS(1095), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1097), + [sym__oneline_regex_literal] = ACTIONS(1099), + [anon_sym_LPAREN] = ACTIONS(1101), + [anon_sym_LBRACK] = ACTIONS(1103), + [anon_sym_AMP] = ACTIONS(1105), + [anon_sym_TILDE] = ACTIONS(1105), + [anon_sym_if] = ACTIONS(1107), + [anon_sym_switch] = ACTIONS(1109), + [aux_sym_custom_operator_token1] = ACTIONS(1111), + [anon_sym_LT] = ACTIONS(1113), + [anon_sym_GT] = ACTIONS(1113), + [anon_sym_await] = ACTIONS(1115), + [anon_sym_LBRACE] = ACTIONS(1117), + [anon_sym_CARET_LBRACE] = ACTIONS(1117), + [anon_sym_self] = ACTIONS(1119), + [anon_sym_super] = ACTIONS(1121), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(1123), + [anon_sym_DASH_EQ] = ACTIONS(1123), + [anon_sym_STAR_EQ] = ACTIONS(1123), + [anon_sym_SLASH_EQ] = ACTIONS(1123), + [anon_sym_PERCENT_EQ] = ACTIONS(1123), + [anon_sym_BANG_EQ] = ACTIONS(1113), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1123), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1123), + [anon_sym_LT_EQ] = ACTIONS(1123), + [anon_sym_GT_EQ] = ACTIONS(1123), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1125), + [anon_sym_DOT_DOT_LT] = ACTIONS(1127), + [anon_sym_PLUS] = ACTIONS(1129), + [anon_sym_DASH] = ACTIONS(1129), + [anon_sym_STAR] = ACTIONS(1113), + [anon_sym_SLASH] = ACTIONS(1113), + [anon_sym_PERCENT] = ACTIONS(1113), + [anon_sym_PLUS_PLUS] = ACTIONS(1105), + [anon_sym_DASH_DASH] = ACTIONS(1105), + [anon_sym_PIPE] = ACTIONS(1123), + [anon_sym_CARET] = ACTIONS(1113), + [anon_sym_LT_LT] = ACTIONS(1123), + [anon_sym_GT_GT] = ACTIONS(1123), + [anon_sym_borrowing] = ACTIONS(1079), + [anon_sym_consuming] = ACTIONS(1079), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(1131), + [sym__dot_custom] = ACTIONS(1133), + [sym__eq_custom] = ACTIONS(1123), + [sym__eq_eq_custom] = ACTIONS(1123), + [sym__plus_then_ws] = ACTIONS(1123), + [sym__minus_then_ws] = ACTIONS(1123), + [sym__bang_custom] = ACTIONS(1135), + [sym__custom_operator] = ACTIONS(1111), + [sym__hash_symbol_custom] = ACTIONS(1137), + [sym__directive_if] = ACTIONS(1139), + [sym__directive_elseif] = ACTIONS(1139), + [sym__directive_else] = ACTIONS(1141), + [sym__directive_endif] = ACTIONS(1141), + }, + [STATE(410)] = { + [sym_simple_identifier] = STATE(2915), + [sym__contextual_simple_identifier] = STATE(2805), + [sym__basic_literal] = STATE(3407), + [sym_boolean_literal] = STATE(3407), + [sym__string_literal] = STATE(3407), + [sym_line_string_literal] = STATE(3407), + [sym_multi_line_string_literal] = STATE(3407), + [sym_raw_string_literal] = STATE(3407), + [sym_regex_literal] = STATE(3407), + [sym__extended_regex_literal] = STATE(3399), + [sym__multiline_regex_literal] = STATE(3399), + [sym_user_type] = STATE(6574), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6574), + [sym_dictionary_type] = STATE(6574), + [sym_expression] = STATE(1518), + [sym_optional_chain_marker] = STATE(3407), + [sym__unary_expression] = STATE(3407), + [sym_postfix_expression] = STATE(3407), + [sym_constructor_expression] = STATE(3407), + [sym__parenthesized_type] = STATE(7731), + [sym_navigation_expression] = STATE(3407), + [sym__navigable_type_expression] = STATE(7731), + [sym_open_start_range_expression] = STATE(3407), + [sym__range_operator] = STATE(658), + [sym_open_end_range_expression] = STATE(3407), + [sym_prefix_expression] = STATE(3407), + [sym_as_expression] = STATE(3407), + [sym_selector_expression] = STATE(3407), + [sym__binary_expression] = STATE(3407), + [sym_multiplicative_expression] = STATE(3407), + [sym_additive_expression] = STATE(3407), + [sym_range_expression] = STATE(3407), + [sym_infix_expression] = STATE(3407), + [sym_nil_coalescing_expression] = STATE(3407), + [sym_check_expression] = STATE(3407), + [sym_comparison_expression] = STATE(3407), + [sym_equality_expression] = STATE(3407), + [sym_conjunction_expression] = STATE(3407), + [sym_disjunction_expression] = STATE(3407), + [sym_bitwise_operation] = STATE(3407), + [sym_custom_operator] = STATE(1194), + [sym_try_expression] = STATE(3407), + [sym_await_expression] = STATE(3407), + [sym__await_operator] = STATE(692), + [sym_ternary_expression] = STATE(3407), + [sym__expr_hack_at_ternary_binary_suffix] = STATE(3586), + [sym_expr_hack_at_ternary_binary_call] = STATE(3586), + [sym_call_expression] = STATE(3407), + [sym_macro_invocation] = STATE(3407), + [sym__primary_expression] = STATE(3407), + [sym_tuple_expression] = STATE(3407), + [sym_array_literal] = STATE(3407), + [sym_dictionary_literal] = STATE(3407), + [sym_special_literal] = STATE(3407), + [sym_playground_literal] = STATE(3407), + [sym_lambda_literal] = STATE(3407), + [sym_self_expression] = STATE(3407), + [sym_super_expression] = STATE(3407), + [sym_if_statement] = STATE(3407), + [sym_switch_statement] = STATE(3407), + [sym_key_path_expression] = STATE(3407), + [sym_key_path_string_expression] = STATE(3407), + [sym_try_operator] = STATE(708), + [sym__assignment_and_operator] = STATE(3269), + [sym__equality_operator] = STATE(3269), + [sym__comparison_operator] = STATE(3269), + [sym__three_dot_operator] = STATE(1211), + [sym__open_ended_range_operator] = STATE(658), + [sym__additive_operator] = STATE(3269), + [sym__multiplicative_operator] = STATE(3269), + [sym__prefix_unary_operator] = STATE(595), + [sym_directly_assignable_expression] = STATE(6607), + [sym_assignment] = STATE(3407), + [sym_value_parameter_pack] = STATE(3407), + [sym_value_pack_expansion] = STATE(3407), + [sym_referenceable_operator] = STATE(3407), + [sym__equal_sign] = STATE(3269), + [sym__eq_eq] = STATE(3269), + [sym__dot] = STATE(595), + [sym__hash_symbol] = STATE(4958), + [sym_bang] = STATE(1194), + [sym__parameter_ownership_modifier] = STATE(2805), + [sym_directive] = STATE(3407), + [sym_diagnostic] = STATE(3407), + [aux_sym_raw_string_literal_repeat1] = STATE(7737), + [anon_sym_BANG] = ACTIONS(1077), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1079), + [aux_sym_simple_identifier_token2] = ACTIONS(1081), + [aux_sym_simple_identifier_token3] = ACTIONS(1081), + [aux_sym_simple_identifier_token4] = ACTIONS(1081), + [anon_sym_actor] = ACTIONS(1079), + [anon_sym_async] = ACTIONS(1079), + [anon_sym_each] = ACTIONS(1083), + [anon_sym_lazy] = ACTIONS(1079), + [anon_sym_repeat] = ACTIONS(1085), + [anon_sym_package] = ACTIONS(1079), + [anon_sym_nil] = ACTIONS(1087), + [sym_real_literal] = ACTIONS(1089), + [sym_integer_literal] = ACTIONS(1087), + [sym_hex_literal] = ACTIONS(1087), + [sym_oct_literal] = ACTIONS(1089), + [sym_bin_literal] = ACTIONS(1089), + [anon_sym_true] = ACTIONS(1091), + [anon_sym_false] = ACTIONS(1091), + [anon_sym_DQUOTE] = ACTIONS(1093), + [anon_sym_BSLASH] = ACTIONS(1095), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1097), + [sym__oneline_regex_literal] = ACTIONS(1099), + [anon_sym_LPAREN] = ACTIONS(1101), + [anon_sym_LBRACK] = ACTIONS(1103), + [anon_sym_AMP] = ACTIONS(1105), + [anon_sym_TILDE] = ACTIONS(1105), + [anon_sym_if] = ACTIONS(1107), + [anon_sym_switch] = ACTIONS(1109), + [aux_sym_custom_operator_token1] = ACTIONS(1111), + [anon_sym_LT] = ACTIONS(1113), + [anon_sym_GT] = ACTIONS(1113), + [anon_sym_await] = ACTIONS(1115), + [anon_sym_LBRACE] = ACTIONS(1117), + [anon_sym_CARET_LBRACE] = ACTIONS(1117), + [anon_sym_self] = ACTIONS(1119), + [anon_sym_super] = ACTIONS(1121), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(1123), + [anon_sym_DASH_EQ] = ACTIONS(1123), + [anon_sym_STAR_EQ] = ACTIONS(1123), + [anon_sym_SLASH_EQ] = ACTIONS(1123), + [anon_sym_PERCENT_EQ] = ACTIONS(1123), + [anon_sym_BANG_EQ] = ACTIONS(1113), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1123), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1123), + [anon_sym_LT_EQ] = ACTIONS(1123), + [anon_sym_GT_EQ] = ACTIONS(1123), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1125), + [anon_sym_DOT_DOT_LT] = ACTIONS(1127), + [anon_sym_PLUS] = ACTIONS(1129), + [anon_sym_DASH] = ACTIONS(1129), + [anon_sym_STAR] = ACTIONS(1113), + [anon_sym_SLASH] = ACTIONS(1113), + [anon_sym_PERCENT] = ACTIONS(1113), + [anon_sym_PLUS_PLUS] = ACTIONS(1105), + [anon_sym_DASH_DASH] = ACTIONS(1105), + [anon_sym_PIPE] = ACTIONS(1123), + [anon_sym_CARET] = ACTIONS(1113), + [anon_sym_LT_LT] = ACTIONS(1123), + [anon_sym_GT_GT] = ACTIONS(1123), + [anon_sym_borrowing] = ACTIONS(1079), + [anon_sym_consuming] = ACTIONS(1079), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(1131), + [sym__dot_custom] = ACTIONS(1133), + [sym__eq_custom] = ACTIONS(1123), + [sym__eq_eq_custom] = ACTIONS(1123), + [sym__plus_then_ws] = ACTIONS(1123), + [sym__minus_then_ws] = ACTIONS(1123), + [sym__bang_custom] = ACTIONS(1135), + [sym__custom_operator] = ACTIONS(1111), + [sym__hash_symbol_custom] = ACTIONS(1137), + [sym__directive_if] = ACTIONS(1139), + [sym__directive_elseif] = ACTIONS(1139), + [sym__directive_else] = ACTIONS(1141), + [sym__directive_endif] = ACTIONS(1141), + }, + [STATE(411)] = { + [sym_simple_identifier] = STATE(2455), + [sym__contextual_simple_identifier] = STATE(2422), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1459), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym__expr_hack_at_ternary_binary_suffix] = STATE(2787), + [sym_expr_hack_at_ternary_binary_call] = STATE(2787), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym_self_expression] = STATE(2689), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(2689), + [sym_switch_statement] = STATE(2689), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__parameter_ownership_modifier] = STATE(2422), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(11), + [aux_sym_simple_identifier_token2] = ACTIONS(13), + [aux_sym_simple_identifier_token3] = ACTIONS(13), + [aux_sym_simple_identifier_token4] = ACTIONS(13), + [anon_sym_actor] = ACTIONS(11), + [anon_sym_async] = ACTIONS(11), + [anon_sym_each] = ACTIONS(19), + [anon_sym_lazy] = ACTIONS(11), + [anon_sym_repeat] = ACTIONS(831), + [anon_sym_package] = ACTIONS(11), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_self] = ACTIONS(59), + [anon_sym_super] = ACTIONS(61), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [anon_sym_borrowing] = ACTIONS(11), + [anon_sym_consuming] = ACTIONS(11), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(412)] = { + [sym_simple_identifier] = STATE(2393), + [sym__contextual_simple_identifier] = STATE(2212), + [sym__basic_literal] = STATE(2472), + [sym_boolean_literal] = STATE(2472), + [sym__string_literal] = STATE(2472), + [sym_line_string_literal] = STATE(2472), + [sym_multi_line_string_literal] = STATE(2472), + [sym_raw_string_literal] = STATE(2472), + [sym_regex_literal] = STATE(2472), + [sym__extended_regex_literal] = STATE(2528), + [sym__multiline_regex_literal] = STATE(2528), + [sym_user_type] = STATE(6600), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6600), + [sym_dictionary_type] = STATE(6600), + [sym_expression] = STATE(1453), + [sym_optional_chain_marker] = STATE(2472), + [sym__unary_expression] = STATE(2472), + [sym_postfix_expression] = STATE(2472), + [sym_constructor_expression] = STATE(2472), + [sym__parenthesized_type] = STATE(7973), + [sym_navigation_expression] = STATE(2472), + [sym__navigable_type_expression] = STATE(7973), + [sym_open_start_range_expression] = STATE(2472), + [sym__range_operator] = STATE(722), + [sym_open_end_range_expression] = STATE(2472), + [sym_prefix_expression] = STATE(2472), + [sym_as_expression] = STATE(2472), + [sym_selector_expression] = STATE(2472), + [sym__binary_expression] = STATE(2472), + [sym_multiplicative_expression] = STATE(2472), + [sym_additive_expression] = STATE(2472), + [sym_range_expression] = STATE(2472), + [sym_infix_expression] = STATE(2472), + [sym_nil_coalescing_expression] = STATE(2472), + [sym_check_expression] = STATE(2472), + [sym_comparison_expression] = STATE(2472), + [sym_equality_expression] = STATE(2472), + [sym_conjunction_expression] = STATE(2472), + [sym_disjunction_expression] = STATE(2472), + [sym_bitwise_operation] = STATE(2472), + [sym_custom_operator] = STATE(1124), + [sym_try_expression] = STATE(2472), + [sym_await_expression] = STATE(2472), + [sym__await_operator] = STATE(723), + [sym_ternary_expression] = STATE(2472), + [sym__expr_hack_at_ternary_binary_suffix] = STATE(2550), + [sym_expr_hack_at_ternary_binary_call] = STATE(2550), + [sym_call_expression] = STATE(2472), + [sym_macro_invocation] = STATE(2472), + [sym__primary_expression] = STATE(2472), + [sym_tuple_expression] = STATE(2472), + [sym_array_literal] = STATE(2472), + [sym_dictionary_literal] = STATE(2472), + [sym_special_literal] = STATE(2472), + [sym_playground_literal] = STATE(2472), + [sym_lambda_literal] = STATE(2472), + [sym_self_expression] = STATE(2472), + [sym_super_expression] = STATE(2472), + [sym_if_statement] = STATE(2472), + [sym_switch_statement] = STATE(2472), + [sym_key_path_expression] = STATE(2472), + [sym_key_path_string_expression] = STATE(2472), + [sym_try_operator] = STATE(583), + [sym__assignment_and_operator] = STATE(2613), + [sym__equality_operator] = STATE(2613), + [sym__comparison_operator] = STATE(2613), + [sym__three_dot_operator] = STATE(1104), + [sym__open_ended_range_operator] = STATE(722), + [sym__additive_operator] = STATE(2613), + [sym__multiplicative_operator] = STATE(2613), + [sym__prefix_unary_operator] = STATE(593), + [sym_directly_assignable_expression] = STATE(6606), + [sym_assignment] = STATE(2472), + [sym_value_parameter_pack] = STATE(2472), + [sym_value_pack_expansion] = STATE(2472), + [sym_referenceable_operator] = STATE(2472), + [sym__equal_sign] = STATE(2613), + [sym__eq_eq] = STATE(2613), + [sym__dot] = STATE(593), + [sym__hash_symbol] = STATE(4952), + [sym_bang] = STATE(1124), + [sym__parameter_ownership_modifier] = STATE(2212), + [sym_directive] = STATE(2472), + [sym_diagnostic] = STATE(2472), + [aux_sym_raw_string_literal_repeat1] = STATE(8314), + [anon_sym_BANG] = ACTIONS(873), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(875), + [aux_sym_simple_identifier_token2] = ACTIONS(877), + [aux_sym_simple_identifier_token3] = ACTIONS(877), + [aux_sym_simple_identifier_token4] = ACTIONS(877), + [anon_sym_actor] = ACTIONS(875), + [anon_sym_async] = ACTIONS(875), + [anon_sym_each] = ACTIONS(879), + [anon_sym_lazy] = ACTIONS(875), + [anon_sym_repeat] = ACTIONS(881), + [anon_sym_package] = ACTIONS(875), + [anon_sym_nil] = ACTIONS(883), + [sym_real_literal] = ACTIONS(885), + [sym_integer_literal] = ACTIONS(883), + [sym_hex_literal] = ACTIONS(883), + [sym_oct_literal] = ACTIONS(885), + [sym_bin_literal] = ACTIONS(885), + [anon_sym_true] = ACTIONS(887), + [anon_sym_false] = ACTIONS(887), + [anon_sym_DQUOTE] = ACTIONS(889), + [anon_sym_BSLASH] = ACTIONS(891), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(893), + [sym__oneline_regex_literal] = ACTIONS(895), + [anon_sym_LPAREN] = ACTIONS(897), + [anon_sym_LBRACK] = ACTIONS(899), + [anon_sym_AMP] = ACTIONS(901), + [anon_sym_TILDE] = ACTIONS(901), + [anon_sym_if] = ACTIONS(903), + [anon_sym_switch] = ACTIONS(905), + [aux_sym_custom_operator_token1] = ACTIONS(907), + [anon_sym_LT] = ACTIONS(909), + [anon_sym_GT] = ACTIONS(909), + [anon_sym_await] = ACTIONS(911), + [anon_sym_LBRACE] = ACTIONS(913), + [anon_sym_CARET_LBRACE] = ACTIONS(913), + [anon_sym_self] = ACTIONS(915), + [anon_sym_super] = ACTIONS(917), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(919), + [anon_sym_DASH_EQ] = ACTIONS(919), + [anon_sym_STAR_EQ] = ACTIONS(919), + [anon_sym_SLASH_EQ] = ACTIONS(919), + [anon_sym_PERCENT_EQ] = ACTIONS(919), + [anon_sym_BANG_EQ] = ACTIONS(909), + [anon_sym_BANG_EQ_EQ] = ACTIONS(919), + [anon_sym_EQ_EQ_EQ] = ACTIONS(919), + [anon_sym_LT_EQ] = ACTIONS(919), + [anon_sym_GT_EQ] = ACTIONS(919), + [anon_sym_DOT_DOT_DOT] = ACTIONS(921), + [anon_sym_DOT_DOT_LT] = ACTIONS(923), + [anon_sym_PLUS] = ACTIONS(925), + [anon_sym_DASH] = ACTIONS(925), + [anon_sym_STAR] = ACTIONS(909), + [anon_sym_SLASH] = ACTIONS(909), + [anon_sym_PERCENT] = ACTIONS(909), + [anon_sym_PLUS_PLUS] = ACTIONS(901), + [anon_sym_DASH_DASH] = ACTIONS(901), + [anon_sym_PIPE] = ACTIONS(919), + [anon_sym_CARET] = ACTIONS(909), + [anon_sym_LT_LT] = ACTIONS(919), + [anon_sym_GT_GT] = ACTIONS(919), + [anon_sym_borrowing] = ACTIONS(875), + [anon_sym_consuming] = ACTIONS(875), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(927), + [sym__dot_custom] = ACTIONS(929), + [sym__eq_custom] = ACTIONS(919), + [sym__eq_eq_custom] = ACTIONS(919), + [sym__plus_then_ws] = ACTIONS(919), + [sym__minus_then_ws] = ACTIONS(919), + [sym__bang_custom] = ACTIONS(931), + [sym__custom_operator] = ACTIONS(907), + [sym__hash_symbol_custom] = ACTIONS(933), + [sym__directive_if] = ACTIONS(935), + [sym__directive_elseif] = ACTIONS(935), + [sym__directive_else] = ACTIONS(937), + [sym__directive_endif] = ACTIONS(937), + }, + [STATE(413)] = { + [sym_simple_identifier] = STATE(2939), + [sym__contextual_simple_identifier] = STATE(2778), + [sym__basic_literal] = STATE(3483), + [sym_boolean_literal] = STATE(3483), + [sym__string_literal] = STATE(3483), + [sym_line_string_literal] = STATE(3483), + [sym_multi_line_string_literal] = STATE(3483), + [sym_raw_string_literal] = STATE(3483), + [sym_regex_literal] = STATE(3483), + [sym__extended_regex_literal] = STATE(3437), + [sym__multiline_regex_literal] = STATE(3437), + [sym_user_type] = STATE(6567), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6567), + [sym_dictionary_type] = STATE(6567), + [sym_expression] = STATE(1634), + [sym_optional_chain_marker] = STATE(3483), + [sym__unary_expression] = STATE(3483), + [sym_postfix_expression] = STATE(3483), + [sym_constructor_expression] = STATE(3483), + [sym__parenthesized_type] = STATE(7825), + [sym_navigation_expression] = STATE(3483), + [sym__navigable_type_expression] = STATE(7825), + [sym_open_start_range_expression] = STATE(3483), + [sym__range_operator] = STATE(645), + [sym_open_end_range_expression] = STATE(3483), + [sym_prefix_expression] = STATE(3483), + [sym_as_expression] = STATE(3483), + [sym_selector_expression] = STATE(3483), + [sym__binary_expression] = STATE(3483), + [sym_multiplicative_expression] = STATE(3483), + [sym_additive_expression] = STATE(3483), + [sym_range_expression] = STATE(3483), + [sym_infix_expression] = STATE(3483), + [sym_nil_coalescing_expression] = STATE(3483), + [sym_check_expression] = STATE(3483), + [sym_comparison_expression] = STATE(3483), + [sym_equality_expression] = STATE(3483), + [sym_conjunction_expression] = STATE(3483), + [sym_disjunction_expression] = STATE(3483), + [sym_bitwise_operation] = STATE(3483), + [sym_custom_operator] = STATE(1227), + [sym_try_expression] = STATE(3483), + [sym_await_expression] = STATE(3483), + [sym__await_operator] = STATE(600), + [sym_ternary_expression] = STATE(3483), + [sym_call_expression] = STATE(3483), + [sym_macro_invocation] = STATE(3483), + [sym__primary_expression] = STATE(3483), + [sym_tuple_expression] = STATE(3483), + [sym_array_literal] = STATE(3483), + [sym_dictionary_literal] = STATE(3483), + [sym_special_literal] = STATE(3483), + [sym_playground_literal] = STATE(3483), + [sym_lambda_literal] = STATE(3483), + [sym_self_expression] = STATE(3483), + [sym_super_expression] = STATE(3483), + [sym_if_statement] = STATE(3483), + [sym_switch_statement] = STATE(3483), + [sym_key_path_expression] = STATE(3483), + [sym_key_path_string_expression] = STATE(3483), + [sym_try_operator] = STATE(650), + [sym__assignment_and_operator] = STATE(3154), + [sym__equality_operator] = STATE(3154), + [sym__comparison_operator] = STATE(3154), + [sym__three_dot_operator] = STATE(1215), + [sym__open_ended_range_operator] = STATE(645), + [sym__additive_operator] = STATE(3154), + [sym__multiplicative_operator] = STATE(3154), + [sym__prefix_unary_operator] = STATE(663), + [sym_directly_assignable_expression] = STATE(6569), + [sym__for_statement_collection] = STATE(7700), + [sym_for_statement_await] = STATE(7700), + [sym_assignment] = STATE(3483), + [sym_value_parameter_pack] = STATE(3483), + [sym_value_pack_expansion] = STATE(3483), + [sym_referenceable_operator] = STATE(3483), + [sym__equal_sign] = STATE(3154), + [sym__eq_eq] = STATE(3154), + [sym__dot] = STATE(663), + [sym__hash_symbol] = STATE(4956), + [sym_bang] = STATE(1227), + [sym__parameter_ownership_modifier] = STATE(2778), + [sym_directive] = STATE(3483), + [sym_diagnostic] = STATE(3483), + [aux_sym_raw_string_literal_repeat1] = STATE(7865), + [anon_sym_BANG] = ACTIONS(939), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(941), + [aux_sym_simple_identifier_token2] = ACTIONS(943), + [aux_sym_simple_identifier_token3] = ACTIONS(943), + [aux_sym_simple_identifier_token4] = ACTIONS(943), + [anon_sym_actor] = ACTIONS(941), + [anon_sym_async] = ACTIONS(941), + [anon_sym_each] = ACTIONS(945), + [anon_sym_lazy] = ACTIONS(941), + [anon_sym_repeat] = ACTIONS(947), + [anon_sym_package] = ACTIONS(941), + [anon_sym_nil] = ACTIONS(949), + [sym_real_literal] = ACTIONS(951), + [sym_integer_literal] = ACTIONS(949), + [sym_hex_literal] = ACTIONS(949), + [sym_oct_literal] = ACTIONS(951), + [sym_bin_literal] = ACTIONS(951), + [anon_sym_true] = ACTIONS(953), + [anon_sym_false] = ACTIONS(953), + [anon_sym_DQUOTE] = ACTIONS(955), + [anon_sym_BSLASH] = ACTIONS(957), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(959), + [sym__oneline_regex_literal] = ACTIONS(961), + [anon_sym_LPAREN] = ACTIONS(1145), + [anon_sym_LBRACK] = ACTIONS(965), + [anon_sym_AMP] = ACTIONS(967), + [anon_sym_TILDE] = ACTIONS(967), + [anon_sym_if] = ACTIONS(969), + [anon_sym_switch] = ACTIONS(971), + [aux_sym_custom_operator_token1] = ACTIONS(973), + [anon_sym_LT] = ACTIONS(975), + [anon_sym_GT] = ACTIONS(975), + [anon_sym_await] = ACTIONS(1536), + [anon_sym_LBRACE] = ACTIONS(979), + [anon_sym_CARET_LBRACE] = ACTIONS(979), + [anon_sym_self] = ACTIONS(981), + [anon_sym_super] = ACTIONS(983), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(987), + [anon_sym_DASH_EQ] = ACTIONS(987), + [anon_sym_STAR_EQ] = ACTIONS(987), + [anon_sym_SLASH_EQ] = ACTIONS(987), + [anon_sym_PERCENT_EQ] = ACTIONS(987), + [anon_sym_BANG_EQ] = ACTIONS(975), + [anon_sym_BANG_EQ_EQ] = ACTIONS(987), + [anon_sym_EQ_EQ_EQ] = ACTIONS(987), + [anon_sym_LT_EQ] = ACTIONS(987), + [anon_sym_GT_EQ] = ACTIONS(987), + [anon_sym_DOT_DOT_DOT] = ACTIONS(989), + [anon_sym_DOT_DOT_LT] = ACTIONS(991), + [anon_sym_PLUS] = ACTIONS(995), + [anon_sym_DASH] = ACTIONS(995), + [anon_sym_STAR] = ACTIONS(975), + [anon_sym_SLASH] = ACTIONS(975), + [anon_sym_PERCENT] = ACTIONS(975), + [anon_sym_PLUS_PLUS] = ACTIONS(967), + [anon_sym_DASH_DASH] = ACTIONS(967), + [anon_sym_PIPE] = ACTIONS(987), + [anon_sym_CARET] = ACTIONS(975), + [anon_sym_LT_LT] = ACTIONS(987), + [anon_sym_GT_GT] = ACTIONS(987), + [anon_sym_borrowing] = ACTIONS(941), + [anon_sym_consuming] = ACTIONS(941), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(999), + [sym__dot_custom] = ACTIONS(1147), + [sym__eq_custom] = ACTIONS(987), + [sym__eq_eq_custom] = ACTIONS(987), + [sym__plus_then_ws] = ACTIONS(987), + [sym__minus_then_ws] = ACTIONS(987), + [sym__bang_custom] = ACTIONS(1003), + [sym__custom_operator] = ACTIONS(973), + [sym__hash_symbol_custom] = ACTIONS(1005), + [sym__directive_if] = ACTIONS(1007), + [sym__directive_elseif] = ACTIONS(1007), + [sym__directive_else] = ACTIONS(1009), + [sym__directive_endif] = ACTIONS(1009), + }, + [STATE(414)] = { + [sym_simple_identifier] = STATE(2939), + [sym__contextual_simple_identifier] = STATE(2778), + [sym__basic_literal] = STATE(3483), + [sym_boolean_literal] = STATE(3483), + [sym__string_literal] = STATE(3483), + [sym_line_string_literal] = STATE(3483), + [sym_multi_line_string_literal] = STATE(3483), + [sym_raw_string_literal] = STATE(3483), + [sym_regex_literal] = STATE(3483), + [sym__extended_regex_literal] = STATE(3437), + [sym__multiline_regex_literal] = STATE(3437), + [sym_user_type] = STATE(6567), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6567), + [sym_dictionary_type] = STATE(6567), + [sym_expression] = STATE(1634), + [sym_optional_chain_marker] = STATE(3483), + [sym__unary_expression] = STATE(3483), + [sym_postfix_expression] = STATE(3483), + [sym_constructor_expression] = STATE(3483), + [sym__parenthesized_type] = STATE(7825), + [sym_navigation_expression] = STATE(3483), + [sym__navigable_type_expression] = STATE(7825), + [sym_open_start_range_expression] = STATE(3483), + [sym__range_operator] = STATE(645), + [sym_open_end_range_expression] = STATE(3483), + [sym_prefix_expression] = STATE(3483), + [sym_as_expression] = STATE(3483), + [sym_selector_expression] = STATE(3483), + [sym__binary_expression] = STATE(3483), + [sym_multiplicative_expression] = STATE(3483), + [sym_additive_expression] = STATE(3483), + [sym_range_expression] = STATE(3483), + [sym_infix_expression] = STATE(3483), + [sym_nil_coalescing_expression] = STATE(3483), + [sym_check_expression] = STATE(3483), + [sym_comparison_expression] = STATE(3483), + [sym_equality_expression] = STATE(3483), + [sym_conjunction_expression] = STATE(3483), + [sym_disjunction_expression] = STATE(3483), + [sym_bitwise_operation] = STATE(3483), + [sym_custom_operator] = STATE(1227), + [sym_try_expression] = STATE(3483), + [sym_await_expression] = STATE(3483), + [sym__await_operator] = STATE(600), + [sym_ternary_expression] = STATE(3483), + [sym_call_expression] = STATE(3483), + [sym_macro_invocation] = STATE(3483), + [sym__primary_expression] = STATE(3483), + [sym_tuple_expression] = STATE(3483), + [sym_array_literal] = STATE(3483), + [sym_dictionary_literal] = STATE(3483), + [sym_special_literal] = STATE(3483), + [sym_playground_literal] = STATE(3483), + [sym_lambda_literal] = STATE(3483), + [sym_self_expression] = STATE(3483), + [sym_super_expression] = STATE(3483), + [sym_if_statement] = STATE(3483), + [sym_switch_statement] = STATE(3483), + [sym_key_path_expression] = STATE(3483), + [sym_key_path_string_expression] = STATE(3483), + [sym_try_operator] = STATE(650), + [sym__assignment_and_operator] = STATE(3154), + [sym__equality_operator] = STATE(3154), + [sym__comparison_operator] = STATE(3154), + [sym__three_dot_operator] = STATE(1215), + [sym__open_ended_range_operator] = STATE(645), + [sym__additive_operator] = STATE(3154), + [sym__multiplicative_operator] = STATE(3154), + [sym__prefix_unary_operator] = STATE(663), + [sym_directly_assignable_expression] = STATE(6569), + [sym__for_statement_collection] = STATE(7701), + [sym_for_statement_await] = STATE(7701), + [sym_assignment] = STATE(3483), + [sym_value_parameter_pack] = STATE(3483), + [sym_value_pack_expansion] = STATE(3483), + [sym_referenceable_operator] = STATE(3483), + [sym__equal_sign] = STATE(3154), + [sym__eq_eq] = STATE(3154), + [sym__dot] = STATE(663), + [sym__hash_symbol] = STATE(4956), + [sym_bang] = STATE(1227), + [sym__parameter_ownership_modifier] = STATE(2778), + [sym_directive] = STATE(3483), + [sym_diagnostic] = STATE(3483), + [aux_sym_raw_string_literal_repeat1] = STATE(7865), + [anon_sym_BANG] = ACTIONS(939), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(941), + [aux_sym_simple_identifier_token2] = ACTIONS(943), + [aux_sym_simple_identifier_token3] = ACTIONS(943), + [aux_sym_simple_identifier_token4] = ACTIONS(943), + [anon_sym_actor] = ACTIONS(941), + [anon_sym_async] = ACTIONS(941), + [anon_sym_each] = ACTIONS(945), + [anon_sym_lazy] = ACTIONS(941), + [anon_sym_repeat] = ACTIONS(947), + [anon_sym_package] = ACTIONS(941), + [anon_sym_nil] = ACTIONS(949), + [sym_real_literal] = ACTIONS(951), + [sym_integer_literal] = ACTIONS(949), + [sym_hex_literal] = ACTIONS(949), + [sym_oct_literal] = ACTIONS(951), + [sym_bin_literal] = ACTIONS(951), + [anon_sym_true] = ACTIONS(953), + [anon_sym_false] = ACTIONS(953), + [anon_sym_DQUOTE] = ACTIONS(955), + [anon_sym_BSLASH] = ACTIONS(957), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(959), + [sym__oneline_regex_literal] = ACTIONS(961), + [anon_sym_LPAREN] = ACTIONS(1145), + [anon_sym_LBRACK] = ACTIONS(965), + [anon_sym_AMP] = ACTIONS(967), + [anon_sym_TILDE] = ACTIONS(967), + [anon_sym_if] = ACTIONS(969), + [anon_sym_switch] = ACTIONS(971), + [aux_sym_custom_operator_token1] = ACTIONS(973), + [anon_sym_LT] = ACTIONS(975), + [anon_sym_GT] = ACTIONS(975), + [anon_sym_await] = ACTIONS(1536), + [anon_sym_LBRACE] = ACTIONS(979), + [anon_sym_CARET_LBRACE] = ACTIONS(979), + [anon_sym_self] = ACTIONS(981), + [anon_sym_super] = ACTIONS(983), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(987), + [anon_sym_DASH_EQ] = ACTIONS(987), + [anon_sym_STAR_EQ] = ACTIONS(987), + [anon_sym_SLASH_EQ] = ACTIONS(987), + [anon_sym_PERCENT_EQ] = ACTIONS(987), + [anon_sym_BANG_EQ] = ACTIONS(975), + [anon_sym_BANG_EQ_EQ] = ACTIONS(987), + [anon_sym_EQ_EQ_EQ] = ACTIONS(987), + [anon_sym_LT_EQ] = ACTIONS(987), + [anon_sym_GT_EQ] = ACTIONS(987), + [anon_sym_DOT_DOT_DOT] = ACTIONS(989), + [anon_sym_DOT_DOT_LT] = ACTIONS(991), + [anon_sym_PLUS] = ACTIONS(995), + [anon_sym_DASH] = ACTIONS(995), + [anon_sym_STAR] = ACTIONS(975), + [anon_sym_SLASH] = ACTIONS(975), + [anon_sym_PERCENT] = ACTIONS(975), + [anon_sym_PLUS_PLUS] = ACTIONS(967), + [anon_sym_DASH_DASH] = ACTIONS(967), + [anon_sym_PIPE] = ACTIONS(987), + [anon_sym_CARET] = ACTIONS(975), + [anon_sym_LT_LT] = ACTIONS(987), + [anon_sym_GT_GT] = ACTIONS(987), + [anon_sym_borrowing] = ACTIONS(941), + [anon_sym_consuming] = ACTIONS(941), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(999), + [sym__dot_custom] = ACTIONS(1147), + [sym__eq_custom] = ACTIONS(987), + [sym__eq_eq_custom] = ACTIONS(987), + [sym__plus_then_ws] = ACTIONS(987), + [sym__minus_then_ws] = ACTIONS(987), + [sym__bang_custom] = ACTIONS(1003), + [sym__custom_operator] = ACTIONS(973), + [sym__hash_symbol_custom] = ACTIONS(1005), + [sym__directive_if] = ACTIONS(1007), + [sym__directive_elseif] = ACTIONS(1007), + [sym__directive_else] = ACTIONS(1009), + [sym__directive_endif] = ACTIONS(1009), + }, + [STATE(415)] = { + [sym_simple_identifier] = STATE(2939), + [sym__contextual_simple_identifier] = STATE(2778), + [sym__basic_literal] = STATE(3483), + [sym_boolean_literal] = STATE(3483), + [sym__string_literal] = STATE(3483), + [sym_line_string_literal] = STATE(3483), + [sym_multi_line_string_literal] = STATE(3483), + [sym_raw_string_literal] = STATE(3483), + [sym_regex_literal] = STATE(3483), + [sym__extended_regex_literal] = STATE(3437), + [sym__multiline_regex_literal] = STATE(3437), + [sym_user_type] = STATE(6567), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6567), + [sym_dictionary_type] = STATE(6567), + [sym_expression] = STATE(1634), + [sym_optional_chain_marker] = STATE(3483), + [sym__unary_expression] = STATE(3483), + [sym_postfix_expression] = STATE(3483), + [sym_constructor_expression] = STATE(3483), + [sym__parenthesized_type] = STATE(7825), + [sym_navigation_expression] = STATE(3483), + [sym__navigable_type_expression] = STATE(7825), + [sym_open_start_range_expression] = STATE(3483), + [sym__range_operator] = STATE(645), + [sym_open_end_range_expression] = STATE(3483), + [sym_prefix_expression] = STATE(3483), + [sym_as_expression] = STATE(3483), + [sym_selector_expression] = STATE(3483), + [sym__binary_expression] = STATE(3483), + [sym_multiplicative_expression] = STATE(3483), + [sym_additive_expression] = STATE(3483), + [sym_range_expression] = STATE(3483), + [sym_infix_expression] = STATE(3483), + [sym_nil_coalescing_expression] = STATE(3483), + [sym_check_expression] = STATE(3483), + [sym_comparison_expression] = STATE(3483), + [sym_equality_expression] = STATE(3483), + [sym_conjunction_expression] = STATE(3483), + [sym_disjunction_expression] = STATE(3483), + [sym_bitwise_operation] = STATE(3483), + [sym_custom_operator] = STATE(1227), + [sym_try_expression] = STATE(3483), + [sym_await_expression] = STATE(3483), + [sym__await_operator] = STATE(600), + [sym_ternary_expression] = STATE(3483), + [sym_call_expression] = STATE(3483), + [sym_macro_invocation] = STATE(3483), + [sym__primary_expression] = STATE(3483), + [sym_tuple_expression] = STATE(3483), + [sym_array_literal] = STATE(3483), + [sym_dictionary_literal] = STATE(3483), + [sym_special_literal] = STATE(3483), + [sym_playground_literal] = STATE(3483), + [sym_lambda_literal] = STATE(3483), + [sym_self_expression] = STATE(3483), + [sym_super_expression] = STATE(3483), + [sym_if_statement] = STATE(3483), + [sym_switch_statement] = STATE(3483), + [sym_key_path_expression] = STATE(3483), + [sym_key_path_string_expression] = STATE(3483), + [sym_try_operator] = STATE(650), + [sym__assignment_and_operator] = STATE(3154), + [sym__equality_operator] = STATE(3154), + [sym__comparison_operator] = STATE(3154), + [sym__three_dot_operator] = STATE(1215), + [sym__open_ended_range_operator] = STATE(645), + [sym__additive_operator] = STATE(3154), + [sym__multiplicative_operator] = STATE(3154), + [sym__prefix_unary_operator] = STATE(663), + [sym_directly_assignable_expression] = STATE(6569), + [sym__for_statement_collection] = STATE(7717), + [sym_for_statement_await] = STATE(7717), + [sym_assignment] = STATE(3483), + [sym_value_parameter_pack] = STATE(3483), + [sym_value_pack_expansion] = STATE(3483), + [sym_referenceable_operator] = STATE(3483), + [sym__equal_sign] = STATE(3154), + [sym__eq_eq] = STATE(3154), + [sym__dot] = STATE(663), + [sym__hash_symbol] = STATE(4956), + [sym_bang] = STATE(1227), + [sym__parameter_ownership_modifier] = STATE(2778), + [sym_directive] = STATE(3483), + [sym_diagnostic] = STATE(3483), + [aux_sym_raw_string_literal_repeat1] = STATE(7865), + [anon_sym_BANG] = ACTIONS(939), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(941), + [aux_sym_simple_identifier_token2] = ACTIONS(943), + [aux_sym_simple_identifier_token3] = ACTIONS(943), + [aux_sym_simple_identifier_token4] = ACTIONS(943), + [anon_sym_actor] = ACTIONS(941), + [anon_sym_async] = ACTIONS(941), + [anon_sym_each] = ACTIONS(945), + [anon_sym_lazy] = ACTIONS(941), + [anon_sym_repeat] = ACTIONS(947), + [anon_sym_package] = ACTIONS(941), + [anon_sym_nil] = ACTIONS(949), + [sym_real_literal] = ACTIONS(951), + [sym_integer_literal] = ACTIONS(949), + [sym_hex_literal] = ACTIONS(949), + [sym_oct_literal] = ACTIONS(951), + [sym_bin_literal] = ACTIONS(951), + [anon_sym_true] = ACTIONS(953), + [anon_sym_false] = ACTIONS(953), + [anon_sym_DQUOTE] = ACTIONS(955), + [anon_sym_BSLASH] = ACTIONS(957), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(959), + [sym__oneline_regex_literal] = ACTIONS(961), + [anon_sym_LPAREN] = ACTIONS(1145), + [anon_sym_LBRACK] = ACTIONS(965), + [anon_sym_AMP] = ACTIONS(967), + [anon_sym_TILDE] = ACTIONS(967), + [anon_sym_if] = ACTIONS(969), + [anon_sym_switch] = ACTIONS(971), + [aux_sym_custom_operator_token1] = ACTIONS(973), + [anon_sym_LT] = ACTIONS(975), + [anon_sym_GT] = ACTIONS(975), + [anon_sym_await] = ACTIONS(1536), + [anon_sym_LBRACE] = ACTIONS(979), + [anon_sym_CARET_LBRACE] = ACTIONS(979), + [anon_sym_self] = ACTIONS(981), + [anon_sym_super] = ACTIONS(983), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(987), + [anon_sym_DASH_EQ] = ACTIONS(987), + [anon_sym_STAR_EQ] = ACTIONS(987), + [anon_sym_SLASH_EQ] = ACTIONS(987), + [anon_sym_PERCENT_EQ] = ACTIONS(987), + [anon_sym_BANG_EQ] = ACTIONS(975), + [anon_sym_BANG_EQ_EQ] = ACTIONS(987), + [anon_sym_EQ_EQ_EQ] = ACTIONS(987), + [anon_sym_LT_EQ] = ACTIONS(987), + [anon_sym_GT_EQ] = ACTIONS(987), + [anon_sym_DOT_DOT_DOT] = ACTIONS(989), + [anon_sym_DOT_DOT_LT] = ACTIONS(991), + [anon_sym_PLUS] = ACTIONS(995), + [anon_sym_DASH] = ACTIONS(995), + [anon_sym_STAR] = ACTIONS(975), + [anon_sym_SLASH] = ACTIONS(975), + [anon_sym_PERCENT] = ACTIONS(975), + [anon_sym_PLUS_PLUS] = ACTIONS(967), + [anon_sym_DASH_DASH] = ACTIONS(967), + [anon_sym_PIPE] = ACTIONS(987), + [anon_sym_CARET] = ACTIONS(975), + [anon_sym_LT_LT] = ACTIONS(987), + [anon_sym_GT_GT] = ACTIONS(987), + [anon_sym_borrowing] = ACTIONS(941), + [anon_sym_consuming] = ACTIONS(941), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(999), + [sym__dot_custom] = ACTIONS(1147), + [sym__eq_custom] = ACTIONS(987), + [sym__eq_eq_custom] = ACTIONS(987), + [sym__plus_then_ws] = ACTIONS(987), + [sym__minus_then_ws] = ACTIONS(987), + [sym__bang_custom] = ACTIONS(1003), + [sym__custom_operator] = ACTIONS(973), + [sym__hash_symbol_custom] = ACTIONS(1005), + [sym__directive_if] = ACTIONS(1007), + [sym__directive_elseif] = ACTIONS(1007), + [sym__directive_else] = ACTIONS(1009), + [sym__directive_endif] = ACTIONS(1009), + }, + [STATE(416)] = { + [sym_simple_identifier] = STATE(2393), + [sym__contextual_simple_identifier] = STATE(2212), + [sym__basic_literal] = STATE(2472), + [sym_boolean_literal] = STATE(2472), + [sym__string_literal] = STATE(2472), + [sym_line_string_literal] = STATE(2472), + [sym_multi_line_string_literal] = STATE(2472), + [sym_raw_string_literal] = STATE(2472), + [sym_regex_literal] = STATE(2472), + [sym__extended_regex_literal] = STATE(2528), + [sym__multiline_regex_literal] = STATE(2528), + [sym_user_type] = STATE(6600), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6600), + [sym_dictionary_type] = STATE(6600), + [sym_expression] = STATE(1453), + [sym_optional_chain_marker] = STATE(2472), + [sym__unary_expression] = STATE(2472), + [sym_postfix_expression] = STATE(2472), + [sym_constructor_expression] = STATE(2472), + [sym__parenthesized_type] = STATE(7973), + [sym_navigation_expression] = STATE(2472), + [sym__navigable_type_expression] = STATE(7973), + [sym_open_start_range_expression] = STATE(2472), + [sym__range_operator] = STATE(722), + [sym_open_end_range_expression] = STATE(2472), + [sym_prefix_expression] = STATE(2472), + [sym_as_expression] = STATE(2472), + [sym_selector_expression] = STATE(2472), + [sym__binary_expression] = STATE(2472), + [sym_multiplicative_expression] = STATE(2472), + [sym_additive_expression] = STATE(2472), + [sym_range_expression] = STATE(2472), + [sym_infix_expression] = STATE(2472), + [sym_nil_coalescing_expression] = STATE(2472), + [sym_check_expression] = STATE(2472), + [sym_comparison_expression] = STATE(2472), + [sym_equality_expression] = STATE(2472), + [sym_conjunction_expression] = STATE(2472), + [sym_disjunction_expression] = STATE(2472), + [sym_bitwise_operation] = STATE(2472), + [sym_custom_operator] = STATE(1124), + [sym_try_expression] = STATE(2472), + [sym_await_expression] = STATE(2472), + [sym__await_operator] = STATE(723), + [sym_ternary_expression] = STATE(2472), + [sym__expr_hack_at_ternary_binary_suffix] = STATE(2554), + [sym_expr_hack_at_ternary_binary_call] = STATE(2554), + [sym_call_expression] = STATE(2472), + [sym_macro_invocation] = STATE(2472), + [sym__primary_expression] = STATE(2472), + [sym_tuple_expression] = STATE(2472), + [sym_array_literal] = STATE(2472), + [sym_dictionary_literal] = STATE(2472), + [sym_special_literal] = STATE(2472), + [sym_playground_literal] = STATE(2472), + [sym_lambda_literal] = STATE(2472), + [sym_self_expression] = STATE(2472), + [sym_super_expression] = STATE(2472), + [sym_if_statement] = STATE(2472), + [sym_switch_statement] = STATE(2472), + [sym_key_path_expression] = STATE(2472), + [sym_key_path_string_expression] = STATE(2472), + [sym_try_operator] = STATE(583), + [sym__assignment_and_operator] = STATE(2613), + [sym__equality_operator] = STATE(2613), + [sym__comparison_operator] = STATE(2613), + [sym__three_dot_operator] = STATE(1104), + [sym__open_ended_range_operator] = STATE(722), + [sym__additive_operator] = STATE(2613), + [sym__multiplicative_operator] = STATE(2613), + [sym__prefix_unary_operator] = STATE(593), + [sym_directly_assignable_expression] = STATE(6606), + [sym_assignment] = STATE(2472), + [sym_value_parameter_pack] = STATE(2472), + [sym_value_pack_expansion] = STATE(2472), + [sym_referenceable_operator] = STATE(2472), + [sym__equal_sign] = STATE(2613), + [sym__eq_eq] = STATE(2613), + [sym__dot] = STATE(593), + [sym__hash_symbol] = STATE(4952), + [sym_bang] = STATE(1124), + [sym__parameter_ownership_modifier] = STATE(2212), + [sym_directive] = STATE(2472), + [sym_diagnostic] = STATE(2472), + [aux_sym_raw_string_literal_repeat1] = STATE(8314), + [anon_sym_BANG] = ACTIONS(873), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(875), + [aux_sym_simple_identifier_token2] = ACTIONS(877), + [aux_sym_simple_identifier_token3] = ACTIONS(877), + [aux_sym_simple_identifier_token4] = ACTIONS(877), + [anon_sym_actor] = ACTIONS(875), + [anon_sym_async] = ACTIONS(875), + [anon_sym_each] = ACTIONS(879), + [anon_sym_lazy] = ACTIONS(875), + [anon_sym_repeat] = ACTIONS(881), + [anon_sym_package] = ACTIONS(875), + [anon_sym_nil] = ACTIONS(883), + [sym_real_literal] = ACTIONS(885), + [sym_integer_literal] = ACTIONS(883), + [sym_hex_literal] = ACTIONS(883), + [sym_oct_literal] = ACTIONS(885), + [sym_bin_literal] = ACTIONS(885), + [anon_sym_true] = ACTIONS(887), + [anon_sym_false] = ACTIONS(887), + [anon_sym_DQUOTE] = ACTIONS(889), + [anon_sym_BSLASH] = ACTIONS(891), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(893), + [sym__oneline_regex_literal] = ACTIONS(895), + [anon_sym_LPAREN] = ACTIONS(897), + [anon_sym_LBRACK] = ACTIONS(899), + [anon_sym_AMP] = ACTIONS(901), + [anon_sym_TILDE] = ACTIONS(901), + [anon_sym_if] = ACTIONS(903), + [anon_sym_switch] = ACTIONS(905), + [aux_sym_custom_operator_token1] = ACTIONS(907), + [anon_sym_LT] = ACTIONS(909), + [anon_sym_GT] = ACTIONS(909), + [anon_sym_await] = ACTIONS(911), + [anon_sym_LBRACE] = ACTIONS(913), + [anon_sym_CARET_LBRACE] = ACTIONS(913), + [anon_sym_self] = ACTIONS(915), + [anon_sym_super] = ACTIONS(917), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(919), + [anon_sym_DASH_EQ] = ACTIONS(919), + [anon_sym_STAR_EQ] = ACTIONS(919), + [anon_sym_SLASH_EQ] = ACTIONS(919), + [anon_sym_PERCENT_EQ] = ACTIONS(919), + [anon_sym_BANG_EQ] = ACTIONS(909), + [anon_sym_BANG_EQ_EQ] = ACTIONS(919), + [anon_sym_EQ_EQ_EQ] = ACTIONS(919), + [anon_sym_LT_EQ] = ACTIONS(919), + [anon_sym_GT_EQ] = ACTIONS(919), + [anon_sym_DOT_DOT_DOT] = ACTIONS(921), + [anon_sym_DOT_DOT_LT] = ACTIONS(923), + [anon_sym_PLUS] = ACTIONS(925), + [anon_sym_DASH] = ACTIONS(925), + [anon_sym_STAR] = ACTIONS(909), + [anon_sym_SLASH] = ACTIONS(909), + [anon_sym_PERCENT] = ACTIONS(909), + [anon_sym_PLUS_PLUS] = ACTIONS(901), + [anon_sym_DASH_DASH] = ACTIONS(901), + [anon_sym_PIPE] = ACTIONS(919), + [anon_sym_CARET] = ACTIONS(909), + [anon_sym_LT_LT] = ACTIONS(919), + [anon_sym_GT_GT] = ACTIONS(919), + [anon_sym_borrowing] = ACTIONS(875), + [anon_sym_consuming] = ACTIONS(875), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(927), + [sym__dot_custom] = ACTIONS(929), + [sym__eq_custom] = ACTIONS(919), + [sym__eq_eq_custom] = ACTIONS(919), + [sym__plus_then_ws] = ACTIONS(919), + [sym__minus_then_ws] = ACTIONS(919), + [sym__bang_custom] = ACTIONS(931), + [sym__custom_operator] = ACTIONS(907), + [sym__hash_symbol_custom] = ACTIONS(933), + [sym__directive_if] = ACTIONS(935), + [sym__directive_elseif] = ACTIONS(935), + [sym__directive_else] = ACTIONS(937), + [sym__directive_endif] = ACTIONS(937), + }, + [STATE(417)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1602), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1538), + [aux_sym_simple_identifier_token2] = ACTIONS(1541), + [aux_sym_simple_identifier_token3] = ACTIONS(1541), + [aux_sym_simple_identifier_token4] = ACTIONS(1541), + [anon_sym_actor] = ACTIONS(1538), + [anon_sym_async] = ACTIONS(1538), + [anon_sym_each] = ACTIONS(1544), + [anon_sym_lazy] = ACTIONS(1538), + [anon_sym_repeat] = ACTIONS(1547), + [anon_sym_package] = ACTIONS(1538), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1550), + [anon_sym_COMMA] = ACTIONS(1550), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(1538), + [anon_sym_consuming] = ACTIONS(1538), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(418)] = { + [sym_simple_identifier] = STATE(2393), + [sym__contextual_simple_identifier] = STATE(2212), + [sym__basic_literal] = STATE(2472), + [sym_boolean_literal] = STATE(2472), + [sym__string_literal] = STATE(2472), + [sym_line_string_literal] = STATE(2472), + [sym_multi_line_string_literal] = STATE(2472), + [sym_raw_string_literal] = STATE(2472), + [sym_regex_literal] = STATE(2472), + [sym__extended_regex_literal] = STATE(2528), + [sym__multiline_regex_literal] = STATE(2528), + [sym_user_type] = STATE(6600), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6600), + [sym_dictionary_type] = STATE(6600), + [sym_expression] = STATE(1453), + [sym_optional_chain_marker] = STATE(2472), + [sym__unary_expression] = STATE(2472), + [sym_postfix_expression] = STATE(2472), + [sym_constructor_expression] = STATE(2472), + [sym__parenthesized_type] = STATE(7973), + [sym_navigation_expression] = STATE(2472), + [sym__navigable_type_expression] = STATE(7973), + [sym_open_start_range_expression] = STATE(2472), + [sym__range_operator] = STATE(722), + [sym_open_end_range_expression] = STATE(2472), + [sym_prefix_expression] = STATE(2472), + [sym_as_expression] = STATE(2472), + [sym_selector_expression] = STATE(2472), + [sym__binary_expression] = STATE(2472), + [sym_multiplicative_expression] = STATE(2472), + [sym_additive_expression] = STATE(2472), + [sym_range_expression] = STATE(2472), + [sym_infix_expression] = STATE(2472), + [sym_nil_coalescing_expression] = STATE(2472), + [sym_check_expression] = STATE(2472), + [sym_comparison_expression] = STATE(2472), + [sym_equality_expression] = STATE(2472), + [sym_conjunction_expression] = STATE(2472), + [sym_disjunction_expression] = STATE(2472), + [sym_bitwise_operation] = STATE(2472), + [sym_custom_operator] = STATE(1124), + [sym_try_expression] = STATE(2472), + [sym_await_expression] = STATE(2472), + [sym__await_operator] = STATE(723), + [sym_ternary_expression] = STATE(2472), + [sym__expr_hack_at_ternary_binary_suffix] = STATE(2559), + [sym_expr_hack_at_ternary_binary_call] = STATE(2559), + [sym_call_expression] = STATE(2472), + [sym_macro_invocation] = STATE(2472), + [sym__primary_expression] = STATE(2472), + [sym_tuple_expression] = STATE(2472), + [sym_array_literal] = STATE(2472), + [sym_dictionary_literal] = STATE(2472), + [sym_special_literal] = STATE(2472), + [sym_playground_literal] = STATE(2472), + [sym_lambda_literal] = STATE(2472), + [sym_self_expression] = STATE(2472), + [sym_super_expression] = STATE(2472), + [sym_if_statement] = STATE(2472), + [sym_switch_statement] = STATE(2472), + [sym_key_path_expression] = STATE(2472), + [sym_key_path_string_expression] = STATE(2472), + [sym_try_operator] = STATE(583), + [sym__assignment_and_operator] = STATE(2613), + [sym__equality_operator] = STATE(2613), + [sym__comparison_operator] = STATE(2613), + [sym__three_dot_operator] = STATE(1104), + [sym__open_ended_range_operator] = STATE(722), + [sym__additive_operator] = STATE(2613), + [sym__multiplicative_operator] = STATE(2613), + [sym__prefix_unary_operator] = STATE(593), + [sym_directly_assignable_expression] = STATE(6606), + [sym_assignment] = STATE(2472), + [sym_value_parameter_pack] = STATE(2472), + [sym_value_pack_expansion] = STATE(2472), + [sym_referenceable_operator] = STATE(2472), + [sym__equal_sign] = STATE(2613), + [sym__eq_eq] = STATE(2613), + [sym__dot] = STATE(593), + [sym__hash_symbol] = STATE(4952), + [sym_bang] = STATE(1124), + [sym__parameter_ownership_modifier] = STATE(2212), + [sym_directive] = STATE(2472), + [sym_diagnostic] = STATE(2472), + [aux_sym_raw_string_literal_repeat1] = STATE(8314), + [anon_sym_BANG] = ACTIONS(873), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(875), + [aux_sym_simple_identifier_token2] = ACTIONS(877), + [aux_sym_simple_identifier_token3] = ACTIONS(877), + [aux_sym_simple_identifier_token4] = ACTIONS(877), + [anon_sym_actor] = ACTIONS(875), + [anon_sym_async] = ACTIONS(875), + [anon_sym_each] = ACTIONS(879), + [anon_sym_lazy] = ACTIONS(875), + [anon_sym_repeat] = ACTIONS(881), + [anon_sym_package] = ACTIONS(875), + [anon_sym_nil] = ACTIONS(883), + [sym_real_literal] = ACTIONS(885), + [sym_integer_literal] = ACTIONS(883), + [sym_hex_literal] = ACTIONS(883), + [sym_oct_literal] = ACTIONS(885), + [sym_bin_literal] = ACTIONS(885), + [anon_sym_true] = ACTIONS(887), + [anon_sym_false] = ACTIONS(887), + [anon_sym_DQUOTE] = ACTIONS(889), + [anon_sym_BSLASH] = ACTIONS(891), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(893), + [sym__oneline_regex_literal] = ACTIONS(895), + [anon_sym_LPAREN] = ACTIONS(897), + [anon_sym_LBRACK] = ACTIONS(899), + [anon_sym_AMP] = ACTIONS(901), + [anon_sym_TILDE] = ACTIONS(901), + [anon_sym_if] = ACTIONS(903), + [anon_sym_switch] = ACTIONS(905), + [aux_sym_custom_operator_token1] = ACTIONS(907), + [anon_sym_LT] = ACTIONS(909), + [anon_sym_GT] = ACTIONS(909), + [anon_sym_await] = ACTIONS(911), + [anon_sym_LBRACE] = ACTIONS(913), + [anon_sym_CARET_LBRACE] = ACTIONS(913), + [anon_sym_self] = ACTIONS(915), + [anon_sym_super] = ACTIONS(917), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(919), + [anon_sym_DASH_EQ] = ACTIONS(919), + [anon_sym_STAR_EQ] = ACTIONS(919), + [anon_sym_SLASH_EQ] = ACTIONS(919), + [anon_sym_PERCENT_EQ] = ACTIONS(919), + [anon_sym_BANG_EQ] = ACTIONS(909), + [anon_sym_BANG_EQ_EQ] = ACTIONS(919), + [anon_sym_EQ_EQ_EQ] = ACTIONS(919), + [anon_sym_LT_EQ] = ACTIONS(919), + [anon_sym_GT_EQ] = ACTIONS(919), + [anon_sym_DOT_DOT_DOT] = ACTIONS(921), + [anon_sym_DOT_DOT_LT] = ACTIONS(923), + [anon_sym_PLUS] = ACTIONS(925), + [anon_sym_DASH] = ACTIONS(925), + [anon_sym_STAR] = ACTIONS(909), + [anon_sym_SLASH] = ACTIONS(909), + [anon_sym_PERCENT] = ACTIONS(909), + [anon_sym_PLUS_PLUS] = ACTIONS(901), + [anon_sym_DASH_DASH] = ACTIONS(901), + [anon_sym_PIPE] = ACTIONS(919), + [anon_sym_CARET] = ACTIONS(909), + [anon_sym_LT_LT] = ACTIONS(919), + [anon_sym_GT_GT] = ACTIONS(919), + [anon_sym_borrowing] = ACTIONS(875), + [anon_sym_consuming] = ACTIONS(875), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(927), + [sym__dot_custom] = ACTIONS(929), + [sym__eq_custom] = ACTIONS(919), + [sym__eq_eq_custom] = ACTIONS(919), + [sym__plus_then_ws] = ACTIONS(919), + [sym__minus_then_ws] = ACTIONS(919), + [sym__bang_custom] = ACTIONS(931), + [sym__custom_operator] = ACTIONS(907), + [sym__hash_symbol_custom] = ACTIONS(933), + [sym__directive_if] = ACTIONS(935), + [sym__directive_elseif] = ACTIONS(935), + [sym__directive_else] = ACTIONS(937), + [sym__directive_endif] = ACTIONS(937), + }, + [STATE(419)] = { + [sym_simple_identifier] = STATE(2393), + [sym__contextual_simple_identifier] = STATE(2212), + [sym__basic_literal] = STATE(2472), + [sym_boolean_literal] = STATE(2472), + [sym__string_literal] = STATE(2472), + [sym_line_string_literal] = STATE(2472), + [sym_multi_line_string_literal] = STATE(2472), + [sym_raw_string_literal] = STATE(2472), + [sym_regex_literal] = STATE(2472), + [sym__extended_regex_literal] = STATE(2528), + [sym__multiline_regex_literal] = STATE(2528), + [sym_user_type] = STATE(6600), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6600), + [sym_dictionary_type] = STATE(6600), + [sym_expression] = STATE(1453), + [sym_optional_chain_marker] = STATE(2472), + [sym__unary_expression] = STATE(2472), + [sym_postfix_expression] = STATE(2472), + [sym_constructor_expression] = STATE(2472), + [sym__parenthesized_type] = STATE(7973), + [sym_navigation_expression] = STATE(2472), + [sym__navigable_type_expression] = STATE(7973), + [sym_open_start_range_expression] = STATE(2472), + [sym__range_operator] = STATE(722), + [sym_open_end_range_expression] = STATE(2472), + [sym_prefix_expression] = STATE(2472), + [sym_as_expression] = STATE(2472), + [sym_selector_expression] = STATE(2472), + [sym__binary_expression] = STATE(2472), + [sym_multiplicative_expression] = STATE(2472), + [sym_additive_expression] = STATE(2472), + [sym_range_expression] = STATE(2472), + [sym_infix_expression] = STATE(2472), + [sym_nil_coalescing_expression] = STATE(2472), + [sym_check_expression] = STATE(2472), + [sym_comparison_expression] = STATE(2472), + [sym_equality_expression] = STATE(2472), + [sym_conjunction_expression] = STATE(2472), + [sym_disjunction_expression] = STATE(2472), + [sym_bitwise_operation] = STATE(2472), + [sym_custom_operator] = STATE(1124), + [sym_try_expression] = STATE(2472), + [sym_await_expression] = STATE(2472), + [sym__await_operator] = STATE(723), + [sym_ternary_expression] = STATE(2472), + [sym__expr_hack_at_ternary_binary_suffix] = STATE(2560), + [sym_expr_hack_at_ternary_binary_call] = STATE(2560), + [sym_call_expression] = STATE(2472), + [sym_macro_invocation] = STATE(2472), + [sym__primary_expression] = STATE(2472), + [sym_tuple_expression] = STATE(2472), + [sym_array_literal] = STATE(2472), + [sym_dictionary_literal] = STATE(2472), + [sym_special_literal] = STATE(2472), + [sym_playground_literal] = STATE(2472), + [sym_lambda_literal] = STATE(2472), + [sym_self_expression] = STATE(2472), + [sym_super_expression] = STATE(2472), + [sym_if_statement] = STATE(2472), + [sym_switch_statement] = STATE(2472), + [sym_key_path_expression] = STATE(2472), + [sym_key_path_string_expression] = STATE(2472), + [sym_try_operator] = STATE(583), + [sym__assignment_and_operator] = STATE(2613), + [sym__equality_operator] = STATE(2613), + [sym__comparison_operator] = STATE(2613), + [sym__three_dot_operator] = STATE(1104), + [sym__open_ended_range_operator] = STATE(722), + [sym__additive_operator] = STATE(2613), + [sym__multiplicative_operator] = STATE(2613), + [sym__prefix_unary_operator] = STATE(593), + [sym_directly_assignable_expression] = STATE(6606), + [sym_assignment] = STATE(2472), + [sym_value_parameter_pack] = STATE(2472), + [sym_value_pack_expansion] = STATE(2472), + [sym_referenceable_operator] = STATE(2472), + [sym__equal_sign] = STATE(2613), + [sym__eq_eq] = STATE(2613), + [sym__dot] = STATE(593), + [sym__hash_symbol] = STATE(4952), + [sym_bang] = STATE(1124), + [sym__parameter_ownership_modifier] = STATE(2212), + [sym_directive] = STATE(2472), + [sym_diagnostic] = STATE(2472), + [aux_sym_raw_string_literal_repeat1] = STATE(8314), + [anon_sym_BANG] = ACTIONS(873), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(875), + [aux_sym_simple_identifier_token2] = ACTIONS(877), + [aux_sym_simple_identifier_token3] = ACTIONS(877), + [aux_sym_simple_identifier_token4] = ACTIONS(877), + [anon_sym_actor] = ACTIONS(875), + [anon_sym_async] = ACTIONS(875), + [anon_sym_each] = ACTIONS(879), + [anon_sym_lazy] = ACTIONS(875), + [anon_sym_repeat] = ACTIONS(881), + [anon_sym_package] = ACTIONS(875), + [anon_sym_nil] = ACTIONS(883), + [sym_real_literal] = ACTIONS(885), + [sym_integer_literal] = ACTIONS(883), + [sym_hex_literal] = ACTIONS(883), + [sym_oct_literal] = ACTIONS(885), + [sym_bin_literal] = ACTIONS(885), + [anon_sym_true] = ACTIONS(887), + [anon_sym_false] = ACTIONS(887), + [anon_sym_DQUOTE] = ACTIONS(889), + [anon_sym_BSLASH] = ACTIONS(891), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(893), + [sym__oneline_regex_literal] = ACTIONS(895), + [anon_sym_LPAREN] = ACTIONS(897), + [anon_sym_LBRACK] = ACTIONS(899), + [anon_sym_AMP] = ACTIONS(901), + [anon_sym_TILDE] = ACTIONS(901), + [anon_sym_if] = ACTIONS(903), + [anon_sym_switch] = ACTIONS(905), + [aux_sym_custom_operator_token1] = ACTIONS(907), + [anon_sym_LT] = ACTIONS(909), + [anon_sym_GT] = ACTIONS(909), + [anon_sym_await] = ACTIONS(911), + [anon_sym_LBRACE] = ACTIONS(913), + [anon_sym_CARET_LBRACE] = ACTIONS(913), + [anon_sym_self] = ACTIONS(915), + [anon_sym_super] = ACTIONS(917), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(919), + [anon_sym_DASH_EQ] = ACTIONS(919), + [anon_sym_STAR_EQ] = ACTIONS(919), + [anon_sym_SLASH_EQ] = ACTIONS(919), + [anon_sym_PERCENT_EQ] = ACTIONS(919), + [anon_sym_BANG_EQ] = ACTIONS(909), + [anon_sym_BANG_EQ_EQ] = ACTIONS(919), + [anon_sym_EQ_EQ_EQ] = ACTIONS(919), + [anon_sym_LT_EQ] = ACTIONS(919), + [anon_sym_GT_EQ] = ACTIONS(919), + [anon_sym_DOT_DOT_DOT] = ACTIONS(921), + [anon_sym_DOT_DOT_LT] = ACTIONS(923), + [anon_sym_PLUS] = ACTIONS(925), + [anon_sym_DASH] = ACTIONS(925), + [anon_sym_STAR] = ACTIONS(909), + [anon_sym_SLASH] = ACTIONS(909), + [anon_sym_PERCENT] = ACTIONS(909), + [anon_sym_PLUS_PLUS] = ACTIONS(901), + [anon_sym_DASH_DASH] = ACTIONS(901), + [anon_sym_PIPE] = ACTIONS(919), + [anon_sym_CARET] = ACTIONS(909), + [anon_sym_LT_LT] = ACTIONS(919), + [anon_sym_GT_GT] = ACTIONS(919), + [anon_sym_borrowing] = ACTIONS(875), + [anon_sym_consuming] = ACTIONS(875), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(927), + [sym__dot_custom] = ACTIONS(929), + [sym__eq_custom] = ACTIONS(919), + [sym__eq_eq_custom] = ACTIONS(919), + [sym__plus_then_ws] = ACTIONS(919), + [sym__minus_then_ws] = ACTIONS(919), + [sym__bang_custom] = ACTIONS(931), + [sym__custom_operator] = ACTIONS(907), + [sym__hash_symbol_custom] = ACTIONS(933), + [sym__directive_if] = ACTIONS(935), + [sym__directive_elseif] = ACTIONS(935), + [sym__directive_else] = ACTIONS(937), + [sym__directive_endif] = ACTIONS(937), + }, + [STATE(420)] = { + [sym_simple_identifier] = STATE(2393), + [sym__contextual_simple_identifier] = STATE(2212), + [sym__basic_literal] = STATE(2472), + [sym_boolean_literal] = STATE(2472), + [sym__string_literal] = STATE(2472), + [sym_line_string_literal] = STATE(2472), + [sym_multi_line_string_literal] = STATE(2472), + [sym_raw_string_literal] = STATE(2472), + [sym_regex_literal] = STATE(2472), + [sym__extended_regex_literal] = STATE(2528), + [sym__multiline_regex_literal] = STATE(2528), + [sym_user_type] = STATE(6600), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6600), + [sym_dictionary_type] = STATE(6600), + [sym_expression] = STATE(1453), + [sym_optional_chain_marker] = STATE(2472), + [sym__unary_expression] = STATE(2472), + [sym_postfix_expression] = STATE(2472), + [sym_constructor_expression] = STATE(2472), + [sym__parenthesized_type] = STATE(7973), + [sym_navigation_expression] = STATE(2472), + [sym__navigable_type_expression] = STATE(7973), + [sym_open_start_range_expression] = STATE(2472), + [sym__range_operator] = STATE(722), + [sym_open_end_range_expression] = STATE(2472), + [sym_prefix_expression] = STATE(2472), + [sym_as_expression] = STATE(2472), + [sym_selector_expression] = STATE(2472), + [sym__binary_expression] = STATE(2472), + [sym_multiplicative_expression] = STATE(2472), + [sym_additive_expression] = STATE(2472), + [sym_range_expression] = STATE(2472), + [sym_infix_expression] = STATE(2472), + [sym_nil_coalescing_expression] = STATE(2472), + [sym_check_expression] = STATE(2472), + [sym_comparison_expression] = STATE(2472), + [sym_equality_expression] = STATE(2472), + [sym_conjunction_expression] = STATE(2472), + [sym_disjunction_expression] = STATE(2472), + [sym_bitwise_operation] = STATE(2472), + [sym_custom_operator] = STATE(1124), + [sym_try_expression] = STATE(2472), + [sym_await_expression] = STATE(2472), + [sym__await_operator] = STATE(723), + [sym_ternary_expression] = STATE(2472), + [sym__expr_hack_at_ternary_binary_suffix] = STATE(2608), + [sym_expr_hack_at_ternary_binary_call] = STATE(2608), + [sym_call_expression] = STATE(2472), + [sym_macro_invocation] = STATE(2472), + [sym__primary_expression] = STATE(2472), + [sym_tuple_expression] = STATE(2472), + [sym_array_literal] = STATE(2472), + [sym_dictionary_literal] = STATE(2472), + [sym_special_literal] = STATE(2472), + [sym_playground_literal] = STATE(2472), + [sym_lambda_literal] = STATE(2472), + [sym_self_expression] = STATE(2472), + [sym_super_expression] = STATE(2472), + [sym_if_statement] = STATE(2472), + [sym_switch_statement] = STATE(2472), + [sym_key_path_expression] = STATE(2472), + [sym_key_path_string_expression] = STATE(2472), + [sym_try_operator] = STATE(583), + [sym__assignment_and_operator] = STATE(2613), + [sym__equality_operator] = STATE(2613), + [sym__comparison_operator] = STATE(2613), + [sym__three_dot_operator] = STATE(1104), + [sym__open_ended_range_operator] = STATE(722), + [sym__additive_operator] = STATE(2613), + [sym__multiplicative_operator] = STATE(2613), + [sym__prefix_unary_operator] = STATE(593), + [sym_directly_assignable_expression] = STATE(6606), + [sym_assignment] = STATE(2472), + [sym_value_parameter_pack] = STATE(2472), + [sym_value_pack_expansion] = STATE(2472), + [sym_referenceable_operator] = STATE(2472), + [sym__equal_sign] = STATE(2613), + [sym__eq_eq] = STATE(2613), + [sym__dot] = STATE(593), + [sym__hash_symbol] = STATE(4952), + [sym_bang] = STATE(1124), + [sym__parameter_ownership_modifier] = STATE(2212), + [sym_directive] = STATE(2472), + [sym_diagnostic] = STATE(2472), + [aux_sym_raw_string_literal_repeat1] = STATE(8314), + [anon_sym_BANG] = ACTIONS(873), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(875), + [aux_sym_simple_identifier_token2] = ACTIONS(877), + [aux_sym_simple_identifier_token3] = ACTIONS(877), + [aux_sym_simple_identifier_token4] = ACTIONS(877), + [anon_sym_actor] = ACTIONS(875), + [anon_sym_async] = ACTIONS(875), + [anon_sym_each] = ACTIONS(879), + [anon_sym_lazy] = ACTIONS(875), + [anon_sym_repeat] = ACTIONS(881), + [anon_sym_package] = ACTIONS(875), + [anon_sym_nil] = ACTIONS(883), + [sym_real_literal] = ACTIONS(885), + [sym_integer_literal] = ACTIONS(883), + [sym_hex_literal] = ACTIONS(883), + [sym_oct_literal] = ACTIONS(885), + [sym_bin_literal] = ACTIONS(885), + [anon_sym_true] = ACTIONS(887), + [anon_sym_false] = ACTIONS(887), + [anon_sym_DQUOTE] = ACTIONS(889), + [anon_sym_BSLASH] = ACTIONS(891), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(893), + [sym__oneline_regex_literal] = ACTIONS(895), + [anon_sym_LPAREN] = ACTIONS(897), + [anon_sym_LBRACK] = ACTIONS(899), + [anon_sym_AMP] = ACTIONS(901), + [anon_sym_TILDE] = ACTIONS(901), + [anon_sym_if] = ACTIONS(903), + [anon_sym_switch] = ACTIONS(905), + [aux_sym_custom_operator_token1] = ACTIONS(907), + [anon_sym_LT] = ACTIONS(909), + [anon_sym_GT] = ACTIONS(909), + [anon_sym_await] = ACTIONS(911), + [anon_sym_LBRACE] = ACTIONS(913), + [anon_sym_CARET_LBRACE] = ACTIONS(913), + [anon_sym_self] = ACTIONS(915), + [anon_sym_super] = ACTIONS(917), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(919), + [anon_sym_DASH_EQ] = ACTIONS(919), + [anon_sym_STAR_EQ] = ACTIONS(919), + [anon_sym_SLASH_EQ] = ACTIONS(919), + [anon_sym_PERCENT_EQ] = ACTIONS(919), + [anon_sym_BANG_EQ] = ACTIONS(909), + [anon_sym_BANG_EQ_EQ] = ACTIONS(919), + [anon_sym_EQ_EQ_EQ] = ACTIONS(919), + [anon_sym_LT_EQ] = ACTIONS(919), + [anon_sym_GT_EQ] = ACTIONS(919), + [anon_sym_DOT_DOT_DOT] = ACTIONS(921), + [anon_sym_DOT_DOT_LT] = ACTIONS(923), + [anon_sym_PLUS] = ACTIONS(925), + [anon_sym_DASH] = ACTIONS(925), + [anon_sym_STAR] = ACTIONS(909), + [anon_sym_SLASH] = ACTIONS(909), + [anon_sym_PERCENT] = ACTIONS(909), + [anon_sym_PLUS_PLUS] = ACTIONS(901), + [anon_sym_DASH_DASH] = ACTIONS(901), + [anon_sym_PIPE] = ACTIONS(919), + [anon_sym_CARET] = ACTIONS(909), + [anon_sym_LT_LT] = ACTIONS(919), + [anon_sym_GT_GT] = ACTIONS(919), + [anon_sym_borrowing] = ACTIONS(875), + [anon_sym_consuming] = ACTIONS(875), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(927), + [sym__dot_custom] = ACTIONS(929), + [sym__eq_custom] = ACTIONS(919), + [sym__eq_eq_custom] = ACTIONS(919), + [sym__plus_then_ws] = ACTIONS(919), + [sym__minus_then_ws] = ACTIONS(919), + [sym__bang_custom] = ACTIONS(931), + [sym__custom_operator] = ACTIONS(907), + [sym__hash_symbol_custom] = ACTIONS(933), + [sym__directive_if] = ACTIONS(935), + [sym__directive_elseif] = ACTIONS(935), + [sym__directive_else] = ACTIONS(937), + [sym__directive_endif] = ACTIONS(937), + }, + [STATE(421)] = { + [sym_simple_identifier] = STATE(2393), + [sym__contextual_simple_identifier] = STATE(2212), + [sym__basic_literal] = STATE(2472), + [sym_boolean_literal] = STATE(2472), + [sym__string_literal] = STATE(2472), + [sym_line_string_literal] = STATE(2472), + [sym_multi_line_string_literal] = STATE(2472), + [sym_raw_string_literal] = STATE(2472), + [sym_regex_literal] = STATE(2472), + [sym__extended_regex_literal] = STATE(2528), + [sym__multiline_regex_literal] = STATE(2528), + [sym_user_type] = STATE(6600), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6600), + [sym_dictionary_type] = STATE(6600), + [sym_expression] = STATE(1453), + [sym_optional_chain_marker] = STATE(2472), + [sym__unary_expression] = STATE(2472), + [sym_postfix_expression] = STATE(2472), + [sym_constructor_expression] = STATE(2472), + [sym__parenthesized_type] = STATE(7973), + [sym_navigation_expression] = STATE(2472), + [sym__navigable_type_expression] = STATE(7973), + [sym_open_start_range_expression] = STATE(2472), + [sym__range_operator] = STATE(722), + [sym_open_end_range_expression] = STATE(2472), + [sym_prefix_expression] = STATE(2472), + [sym_as_expression] = STATE(2472), + [sym_selector_expression] = STATE(2472), + [sym__binary_expression] = STATE(2472), + [sym_multiplicative_expression] = STATE(2472), + [sym_additive_expression] = STATE(2472), + [sym_range_expression] = STATE(2472), + [sym_infix_expression] = STATE(2472), + [sym_nil_coalescing_expression] = STATE(2472), + [sym_check_expression] = STATE(2472), + [sym_comparison_expression] = STATE(2472), + [sym_equality_expression] = STATE(2472), + [sym_conjunction_expression] = STATE(2472), + [sym_disjunction_expression] = STATE(2472), + [sym_bitwise_operation] = STATE(2472), + [sym_custom_operator] = STATE(1124), + [sym_try_expression] = STATE(2472), + [sym_await_expression] = STATE(2472), + [sym__await_operator] = STATE(723), + [sym_ternary_expression] = STATE(2472), + [sym__expr_hack_at_ternary_binary_suffix] = STATE(2688), + [sym_expr_hack_at_ternary_binary_call] = STATE(2688), + [sym_call_expression] = STATE(2472), + [sym_macro_invocation] = STATE(2472), + [sym__primary_expression] = STATE(2472), + [sym_tuple_expression] = STATE(2472), + [sym_array_literal] = STATE(2472), + [sym_dictionary_literal] = STATE(2472), + [sym_special_literal] = STATE(2472), + [sym_playground_literal] = STATE(2472), + [sym_lambda_literal] = STATE(2472), + [sym_self_expression] = STATE(2472), + [sym_super_expression] = STATE(2472), + [sym_if_statement] = STATE(2472), + [sym_switch_statement] = STATE(2472), + [sym_key_path_expression] = STATE(2472), + [sym_key_path_string_expression] = STATE(2472), + [sym_try_operator] = STATE(583), + [sym__assignment_and_operator] = STATE(2613), + [sym__equality_operator] = STATE(2613), + [sym__comparison_operator] = STATE(2613), + [sym__three_dot_operator] = STATE(1104), + [sym__open_ended_range_operator] = STATE(722), + [sym__additive_operator] = STATE(2613), + [sym__multiplicative_operator] = STATE(2613), + [sym__prefix_unary_operator] = STATE(593), + [sym_directly_assignable_expression] = STATE(6606), + [sym_assignment] = STATE(2472), + [sym_value_parameter_pack] = STATE(2472), + [sym_value_pack_expansion] = STATE(2472), + [sym_referenceable_operator] = STATE(2472), + [sym__equal_sign] = STATE(2613), + [sym__eq_eq] = STATE(2613), + [sym__dot] = STATE(593), + [sym__hash_symbol] = STATE(4952), + [sym_bang] = STATE(1124), + [sym__parameter_ownership_modifier] = STATE(2212), + [sym_directive] = STATE(2472), + [sym_diagnostic] = STATE(2472), + [aux_sym_raw_string_literal_repeat1] = STATE(8314), + [anon_sym_BANG] = ACTIONS(873), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(875), + [aux_sym_simple_identifier_token2] = ACTIONS(877), + [aux_sym_simple_identifier_token3] = ACTIONS(877), + [aux_sym_simple_identifier_token4] = ACTIONS(877), + [anon_sym_actor] = ACTIONS(875), + [anon_sym_async] = ACTIONS(875), + [anon_sym_each] = ACTIONS(879), + [anon_sym_lazy] = ACTIONS(875), + [anon_sym_repeat] = ACTIONS(881), + [anon_sym_package] = ACTIONS(875), + [anon_sym_nil] = ACTIONS(883), + [sym_real_literal] = ACTIONS(885), + [sym_integer_literal] = ACTIONS(883), + [sym_hex_literal] = ACTIONS(883), + [sym_oct_literal] = ACTIONS(885), + [sym_bin_literal] = ACTIONS(885), + [anon_sym_true] = ACTIONS(887), + [anon_sym_false] = ACTIONS(887), + [anon_sym_DQUOTE] = ACTIONS(889), + [anon_sym_BSLASH] = ACTIONS(891), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(893), + [sym__oneline_regex_literal] = ACTIONS(895), + [anon_sym_LPAREN] = ACTIONS(897), + [anon_sym_LBRACK] = ACTIONS(899), + [anon_sym_AMP] = ACTIONS(901), + [anon_sym_TILDE] = ACTIONS(901), + [anon_sym_if] = ACTIONS(903), + [anon_sym_switch] = ACTIONS(905), + [aux_sym_custom_operator_token1] = ACTIONS(907), + [anon_sym_LT] = ACTIONS(909), + [anon_sym_GT] = ACTIONS(909), + [anon_sym_await] = ACTIONS(911), + [anon_sym_LBRACE] = ACTIONS(913), + [anon_sym_CARET_LBRACE] = ACTIONS(913), + [anon_sym_self] = ACTIONS(915), + [anon_sym_super] = ACTIONS(917), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(919), + [anon_sym_DASH_EQ] = ACTIONS(919), + [anon_sym_STAR_EQ] = ACTIONS(919), + [anon_sym_SLASH_EQ] = ACTIONS(919), + [anon_sym_PERCENT_EQ] = ACTIONS(919), + [anon_sym_BANG_EQ] = ACTIONS(909), + [anon_sym_BANG_EQ_EQ] = ACTIONS(919), + [anon_sym_EQ_EQ_EQ] = ACTIONS(919), + [anon_sym_LT_EQ] = ACTIONS(919), + [anon_sym_GT_EQ] = ACTIONS(919), + [anon_sym_DOT_DOT_DOT] = ACTIONS(921), + [anon_sym_DOT_DOT_LT] = ACTIONS(923), + [anon_sym_PLUS] = ACTIONS(925), + [anon_sym_DASH] = ACTIONS(925), + [anon_sym_STAR] = ACTIONS(909), + [anon_sym_SLASH] = ACTIONS(909), + [anon_sym_PERCENT] = ACTIONS(909), + [anon_sym_PLUS_PLUS] = ACTIONS(901), + [anon_sym_DASH_DASH] = ACTIONS(901), + [anon_sym_PIPE] = ACTIONS(919), + [anon_sym_CARET] = ACTIONS(909), + [anon_sym_LT_LT] = ACTIONS(919), + [anon_sym_GT_GT] = ACTIONS(919), + [anon_sym_borrowing] = ACTIONS(875), + [anon_sym_consuming] = ACTIONS(875), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(927), + [sym__dot_custom] = ACTIONS(929), + [sym__eq_custom] = ACTIONS(919), + [sym__eq_eq_custom] = ACTIONS(919), + [sym__plus_then_ws] = ACTIONS(919), + [sym__minus_then_ws] = ACTIONS(919), + [sym__bang_custom] = ACTIONS(931), + [sym__custom_operator] = ACTIONS(907), + [sym__hash_symbol_custom] = ACTIONS(933), + [sym__directive_if] = ACTIONS(935), + [sym__directive_elseif] = ACTIONS(935), + [sym__directive_else] = ACTIONS(937), + [sym__directive_endif] = ACTIONS(937), + }, + [STATE(422)] = { + [sym_simple_identifier] = STATE(2393), + [sym__contextual_simple_identifier] = STATE(2212), + [sym__basic_literal] = STATE(2472), + [sym_boolean_literal] = STATE(2472), + [sym__string_literal] = STATE(2472), + [sym_line_string_literal] = STATE(2472), + [sym_multi_line_string_literal] = STATE(2472), + [sym_raw_string_literal] = STATE(2472), + [sym_regex_literal] = STATE(2472), + [sym__extended_regex_literal] = STATE(2528), + [sym__multiline_regex_literal] = STATE(2528), + [sym_user_type] = STATE(6600), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6600), + [sym_dictionary_type] = STATE(6600), + [sym_expression] = STATE(1453), + [sym_optional_chain_marker] = STATE(2472), + [sym__unary_expression] = STATE(2472), + [sym_postfix_expression] = STATE(2472), + [sym_constructor_expression] = STATE(2472), + [sym__parenthesized_type] = STATE(7973), + [sym_navigation_expression] = STATE(2472), + [sym__navigable_type_expression] = STATE(7973), + [sym_open_start_range_expression] = STATE(2472), + [sym__range_operator] = STATE(722), + [sym_open_end_range_expression] = STATE(2472), + [sym_prefix_expression] = STATE(2472), + [sym_as_expression] = STATE(2472), + [sym_selector_expression] = STATE(2472), + [sym__binary_expression] = STATE(2472), + [sym_multiplicative_expression] = STATE(2472), + [sym_additive_expression] = STATE(2472), + [sym_range_expression] = STATE(2472), + [sym_infix_expression] = STATE(2472), + [sym_nil_coalescing_expression] = STATE(2472), + [sym_check_expression] = STATE(2472), + [sym_comparison_expression] = STATE(2472), + [sym_equality_expression] = STATE(2472), + [sym_conjunction_expression] = STATE(2472), + [sym_disjunction_expression] = STATE(2472), + [sym_bitwise_operation] = STATE(2472), + [sym_custom_operator] = STATE(1124), + [sym_try_expression] = STATE(2472), + [sym_await_expression] = STATE(2472), + [sym__await_operator] = STATE(723), + [sym_ternary_expression] = STATE(2472), + [sym__expr_hack_at_ternary_binary_suffix] = STATE(2535), + [sym_expr_hack_at_ternary_binary_call] = STATE(2535), + [sym_call_expression] = STATE(2472), + [sym_macro_invocation] = STATE(2472), + [sym__primary_expression] = STATE(2472), + [sym_tuple_expression] = STATE(2472), + [sym_array_literal] = STATE(2472), + [sym_dictionary_literal] = STATE(2472), + [sym_special_literal] = STATE(2472), + [sym_playground_literal] = STATE(2472), + [sym_lambda_literal] = STATE(2472), + [sym_self_expression] = STATE(2472), + [sym_super_expression] = STATE(2472), + [sym_if_statement] = STATE(2472), + [sym_switch_statement] = STATE(2472), + [sym_key_path_expression] = STATE(2472), + [sym_key_path_string_expression] = STATE(2472), + [sym_try_operator] = STATE(583), + [sym__assignment_and_operator] = STATE(2613), + [sym__equality_operator] = STATE(2613), + [sym__comparison_operator] = STATE(2613), + [sym__three_dot_operator] = STATE(1104), + [sym__open_ended_range_operator] = STATE(722), + [sym__additive_operator] = STATE(2613), + [sym__multiplicative_operator] = STATE(2613), + [sym__prefix_unary_operator] = STATE(593), + [sym_directly_assignable_expression] = STATE(6606), + [sym_assignment] = STATE(2472), + [sym_value_parameter_pack] = STATE(2472), + [sym_value_pack_expansion] = STATE(2472), + [sym_referenceable_operator] = STATE(2472), + [sym__equal_sign] = STATE(2613), + [sym__eq_eq] = STATE(2613), + [sym__dot] = STATE(593), + [sym__hash_symbol] = STATE(4952), + [sym_bang] = STATE(1124), + [sym__parameter_ownership_modifier] = STATE(2212), + [sym_directive] = STATE(2472), + [sym_diagnostic] = STATE(2472), + [aux_sym_raw_string_literal_repeat1] = STATE(8314), + [anon_sym_BANG] = ACTIONS(873), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(875), + [aux_sym_simple_identifier_token2] = ACTIONS(877), + [aux_sym_simple_identifier_token3] = ACTIONS(877), + [aux_sym_simple_identifier_token4] = ACTIONS(877), + [anon_sym_actor] = ACTIONS(875), + [anon_sym_async] = ACTIONS(875), + [anon_sym_each] = ACTIONS(879), + [anon_sym_lazy] = ACTIONS(875), + [anon_sym_repeat] = ACTIONS(881), + [anon_sym_package] = ACTIONS(875), + [anon_sym_nil] = ACTIONS(883), + [sym_real_literal] = ACTIONS(885), + [sym_integer_literal] = ACTIONS(883), + [sym_hex_literal] = ACTIONS(883), + [sym_oct_literal] = ACTIONS(885), + [sym_bin_literal] = ACTIONS(885), + [anon_sym_true] = ACTIONS(887), + [anon_sym_false] = ACTIONS(887), + [anon_sym_DQUOTE] = ACTIONS(889), + [anon_sym_BSLASH] = ACTIONS(891), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(893), + [sym__oneline_regex_literal] = ACTIONS(895), + [anon_sym_LPAREN] = ACTIONS(897), + [anon_sym_LBRACK] = ACTIONS(899), + [anon_sym_AMP] = ACTIONS(901), + [anon_sym_TILDE] = ACTIONS(901), + [anon_sym_if] = ACTIONS(903), + [anon_sym_switch] = ACTIONS(905), + [aux_sym_custom_operator_token1] = ACTIONS(907), + [anon_sym_LT] = ACTIONS(909), + [anon_sym_GT] = ACTIONS(909), + [anon_sym_await] = ACTIONS(911), + [anon_sym_LBRACE] = ACTIONS(913), + [anon_sym_CARET_LBRACE] = ACTIONS(913), + [anon_sym_self] = ACTIONS(915), + [anon_sym_super] = ACTIONS(917), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(919), + [anon_sym_DASH_EQ] = ACTIONS(919), + [anon_sym_STAR_EQ] = ACTIONS(919), + [anon_sym_SLASH_EQ] = ACTIONS(919), + [anon_sym_PERCENT_EQ] = ACTIONS(919), + [anon_sym_BANG_EQ] = ACTIONS(909), + [anon_sym_BANG_EQ_EQ] = ACTIONS(919), + [anon_sym_EQ_EQ_EQ] = ACTIONS(919), + [anon_sym_LT_EQ] = ACTIONS(919), + [anon_sym_GT_EQ] = ACTIONS(919), + [anon_sym_DOT_DOT_DOT] = ACTIONS(921), + [anon_sym_DOT_DOT_LT] = ACTIONS(923), + [anon_sym_PLUS] = ACTIONS(925), + [anon_sym_DASH] = ACTIONS(925), + [anon_sym_STAR] = ACTIONS(909), + [anon_sym_SLASH] = ACTIONS(909), + [anon_sym_PERCENT] = ACTIONS(909), + [anon_sym_PLUS_PLUS] = ACTIONS(901), + [anon_sym_DASH_DASH] = ACTIONS(901), + [anon_sym_PIPE] = ACTIONS(919), + [anon_sym_CARET] = ACTIONS(909), + [anon_sym_LT_LT] = ACTIONS(919), + [anon_sym_GT_GT] = ACTIONS(919), + [anon_sym_borrowing] = ACTIONS(875), + [anon_sym_consuming] = ACTIONS(875), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(927), + [sym__dot_custom] = ACTIONS(929), + [sym__eq_custom] = ACTIONS(919), + [sym__eq_eq_custom] = ACTIONS(919), + [sym__plus_then_ws] = ACTIONS(919), + [sym__minus_then_ws] = ACTIONS(919), + [sym__bang_custom] = ACTIONS(931), + [sym__custom_operator] = ACTIONS(907), + [sym__hash_symbol_custom] = ACTIONS(933), + [sym__directive_if] = ACTIONS(935), + [sym__directive_elseif] = ACTIONS(935), + [sym__directive_else] = ACTIONS(937), + [sym__directive_endif] = ACTIONS(937), + }, + [STATE(423)] = { + [sym_simple_identifier] = STATE(2393), + [sym__contextual_simple_identifier] = STATE(2212), + [sym__basic_literal] = STATE(2472), + [sym_boolean_literal] = STATE(2472), + [sym__string_literal] = STATE(2472), + [sym_line_string_literal] = STATE(2472), + [sym_multi_line_string_literal] = STATE(2472), + [sym_raw_string_literal] = STATE(2472), + [sym_regex_literal] = STATE(2472), + [sym__extended_regex_literal] = STATE(2528), + [sym__multiline_regex_literal] = STATE(2528), + [sym_user_type] = STATE(6600), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6600), + [sym_dictionary_type] = STATE(6600), + [sym_expression] = STATE(1453), + [sym_optional_chain_marker] = STATE(2472), + [sym__unary_expression] = STATE(2472), + [sym_postfix_expression] = STATE(2472), + [sym_constructor_expression] = STATE(2472), + [sym__parenthesized_type] = STATE(7973), + [sym_navigation_expression] = STATE(2472), + [sym__navigable_type_expression] = STATE(7973), + [sym_open_start_range_expression] = STATE(2472), + [sym__range_operator] = STATE(722), + [sym_open_end_range_expression] = STATE(2472), + [sym_prefix_expression] = STATE(2472), + [sym_as_expression] = STATE(2472), + [sym_selector_expression] = STATE(2472), + [sym__binary_expression] = STATE(2472), + [sym_multiplicative_expression] = STATE(2472), + [sym_additive_expression] = STATE(2472), + [sym_range_expression] = STATE(2472), + [sym_infix_expression] = STATE(2472), + [sym_nil_coalescing_expression] = STATE(2472), + [sym_check_expression] = STATE(2472), + [sym_comparison_expression] = STATE(2472), + [sym_equality_expression] = STATE(2472), + [sym_conjunction_expression] = STATE(2472), + [sym_disjunction_expression] = STATE(2472), + [sym_bitwise_operation] = STATE(2472), + [sym_custom_operator] = STATE(1124), + [sym_try_expression] = STATE(2472), + [sym_await_expression] = STATE(2472), + [sym__await_operator] = STATE(723), + [sym_ternary_expression] = STATE(2472), + [sym__expr_hack_at_ternary_binary_suffix] = STATE(2584), + [sym_expr_hack_at_ternary_binary_call] = STATE(2584), + [sym_call_expression] = STATE(2472), + [sym_macro_invocation] = STATE(2472), + [sym__primary_expression] = STATE(2472), + [sym_tuple_expression] = STATE(2472), + [sym_array_literal] = STATE(2472), + [sym_dictionary_literal] = STATE(2472), + [sym_special_literal] = STATE(2472), + [sym_playground_literal] = STATE(2472), + [sym_lambda_literal] = STATE(2472), + [sym_self_expression] = STATE(2472), + [sym_super_expression] = STATE(2472), + [sym_if_statement] = STATE(2472), + [sym_switch_statement] = STATE(2472), + [sym_key_path_expression] = STATE(2472), + [sym_key_path_string_expression] = STATE(2472), + [sym_try_operator] = STATE(583), + [sym__assignment_and_operator] = STATE(2613), + [sym__equality_operator] = STATE(2613), + [sym__comparison_operator] = STATE(2613), + [sym__three_dot_operator] = STATE(1104), + [sym__open_ended_range_operator] = STATE(722), + [sym__additive_operator] = STATE(2613), + [sym__multiplicative_operator] = STATE(2613), + [sym__prefix_unary_operator] = STATE(593), + [sym_directly_assignable_expression] = STATE(6606), + [sym_assignment] = STATE(2472), + [sym_value_parameter_pack] = STATE(2472), + [sym_value_pack_expansion] = STATE(2472), + [sym_referenceable_operator] = STATE(2472), + [sym__equal_sign] = STATE(2613), + [sym__eq_eq] = STATE(2613), + [sym__dot] = STATE(593), + [sym__hash_symbol] = STATE(4952), + [sym_bang] = STATE(1124), + [sym__parameter_ownership_modifier] = STATE(2212), + [sym_directive] = STATE(2472), + [sym_diagnostic] = STATE(2472), + [aux_sym_raw_string_literal_repeat1] = STATE(8314), + [anon_sym_BANG] = ACTIONS(873), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(875), + [aux_sym_simple_identifier_token2] = ACTIONS(877), + [aux_sym_simple_identifier_token3] = ACTIONS(877), + [aux_sym_simple_identifier_token4] = ACTIONS(877), + [anon_sym_actor] = ACTIONS(875), + [anon_sym_async] = ACTIONS(875), + [anon_sym_each] = ACTIONS(879), + [anon_sym_lazy] = ACTIONS(875), + [anon_sym_repeat] = ACTIONS(881), + [anon_sym_package] = ACTIONS(875), + [anon_sym_nil] = ACTIONS(883), + [sym_real_literal] = ACTIONS(885), + [sym_integer_literal] = ACTIONS(883), + [sym_hex_literal] = ACTIONS(883), + [sym_oct_literal] = ACTIONS(885), + [sym_bin_literal] = ACTIONS(885), + [anon_sym_true] = ACTIONS(887), + [anon_sym_false] = ACTIONS(887), + [anon_sym_DQUOTE] = ACTIONS(889), + [anon_sym_BSLASH] = ACTIONS(891), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(893), + [sym__oneline_regex_literal] = ACTIONS(895), + [anon_sym_LPAREN] = ACTIONS(897), + [anon_sym_LBRACK] = ACTIONS(899), + [anon_sym_AMP] = ACTIONS(901), + [anon_sym_TILDE] = ACTIONS(901), + [anon_sym_if] = ACTIONS(903), + [anon_sym_switch] = ACTIONS(905), + [aux_sym_custom_operator_token1] = ACTIONS(907), + [anon_sym_LT] = ACTIONS(909), + [anon_sym_GT] = ACTIONS(909), + [anon_sym_await] = ACTIONS(911), + [anon_sym_LBRACE] = ACTIONS(913), + [anon_sym_CARET_LBRACE] = ACTIONS(913), + [anon_sym_self] = ACTIONS(915), + [anon_sym_super] = ACTIONS(917), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(919), + [anon_sym_DASH_EQ] = ACTIONS(919), + [anon_sym_STAR_EQ] = ACTIONS(919), + [anon_sym_SLASH_EQ] = ACTIONS(919), + [anon_sym_PERCENT_EQ] = ACTIONS(919), + [anon_sym_BANG_EQ] = ACTIONS(909), + [anon_sym_BANG_EQ_EQ] = ACTIONS(919), + [anon_sym_EQ_EQ_EQ] = ACTIONS(919), + [anon_sym_LT_EQ] = ACTIONS(919), + [anon_sym_GT_EQ] = ACTIONS(919), + [anon_sym_DOT_DOT_DOT] = ACTIONS(921), + [anon_sym_DOT_DOT_LT] = ACTIONS(923), + [anon_sym_PLUS] = ACTIONS(925), + [anon_sym_DASH] = ACTIONS(925), + [anon_sym_STAR] = ACTIONS(909), + [anon_sym_SLASH] = ACTIONS(909), + [anon_sym_PERCENT] = ACTIONS(909), + [anon_sym_PLUS_PLUS] = ACTIONS(901), + [anon_sym_DASH_DASH] = ACTIONS(901), + [anon_sym_PIPE] = ACTIONS(919), + [anon_sym_CARET] = ACTIONS(909), + [anon_sym_LT_LT] = ACTIONS(919), + [anon_sym_GT_GT] = ACTIONS(919), + [anon_sym_borrowing] = ACTIONS(875), + [anon_sym_consuming] = ACTIONS(875), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(927), + [sym__dot_custom] = ACTIONS(929), + [sym__eq_custom] = ACTIONS(919), + [sym__eq_eq_custom] = ACTIONS(919), + [sym__plus_then_ws] = ACTIONS(919), + [sym__minus_then_ws] = ACTIONS(919), + [sym__bang_custom] = ACTIONS(931), + [sym__custom_operator] = ACTIONS(907), + [sym__hash_symbol_custom] = ACTIONS(933), + [sym__directive_if] = ACTIONS(935), + [sym__directive_elseif] = ACTIONS(935), + [sym__directive_else] = ACTIONS(937), + [sym__directive_endif] = ACTIONS(937), + }, + [STATE(424)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1468), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym__expr_hack_at_ternary_binary_suffix] = STATE(977), + [sym_expr_hack_at_ternary_binary_call] = STATE(977), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(425)] = { + [sym_simple_identifier] = STATE(2939), + [sym__contextual_simple_identifier] = STATE(2778), + [sym__basic_literal] = STATE(3483), + [sym_boolean_literal] = STATE(3483), + [sym__string_literal] = STATE(3483), + [sym_line_string_literal] = STATE(3483), + [sym_multi_line_string_literal] = STATE(3483), + [sym_raw_string_literal] = STATE(3483), + [sym_regex_literal] = STATE(3483), + [sym__extended_regex_literal] = STATE(3437), + [sym__multiline_regex_literal] = STATE(3437), + [sym_user_type] = STATE(6567), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6567), + [sym_dictionary_type] = STATE(6567), + [sym_expression] = STATE(1634), + [sym_optional_chain_marker] = STATE(3483), + [sym__unary_expression] = STATE(3483), + [sym_postfix_expression] = STATE(3483), + [sym_constructor_expression] = STATE(3483), + [sym__parenthesized_type] = STATE(7825), + [sym_navigation_expression] = STATE(3483), + [sym__navigable_type_expression] = STATE(7825), + [sym_open_start_range_expression] = STATE(3483), + [sym__range_operator] = STATE(645), + [sym_open_end_range_expression] = STATE(3483), + [sym_prefix_expression] = STATE(3483), + [sym_as_expression] = STATE(3483), + [sym_selector_expression] = STATE(3483), + [sym__binary_expression] = STATE(3483), + [sym_multiplicative_expression] = STATE(3483), + [sym_additive_expression] = STATE(3483), + [sym_range_expression] = STATE(3483), + [sym_infix_expression] = STATE(3483), + [sym_nil_coalescing_expression] = STATE(3483), + [sym_check_expression] = STATE(3483), + [sym_comparison_expression] = STATE(3483), + [sym_equality_expression] = STATE(3483), + [sym_conjunction_expression] = STATE(3483), + [sym_disjunction_expression] = STATE(3483), + [sym_bitwise_operation] = STATE(3483), + [sym_custom_operator] = STATE(1227), + [sym_try_expression] = STATE(3483), + [sym_await_expression] = STATE(3483), + [sym__await_operator] = STATE(600), + [sym_ternary_expression] = STATE(3483), + [sym_call_expression] = STATE(3483), + [sym_macro_invocation] = STATE(3483), + [sym__primary_expression] = STATE(3483), + [sym_tuple_expression] = STATE(3483), + [sym_array_literal] = STATE(3483), + [sym_dictionary_literal] = STATE(3483), + [sym_special_literal] = STATE(3483), + [sym_playground_literal] = STATE(3483), + [sym_lambda_literal] = STATE(3483), + [sym_self_expression] = STATE(3483), + [sym_super_expression] = STATE(3483), + [sym_if_statement] = STATE(3483), + [sym_switch_statement] = STATE(3483), + [sym_key_path_expression] = STATE(3483), + [sym_key_path_string_expression] = STATE(3483), + [sym_try_operator] = STATE(650), + [sym__assignment_and_operator] = STATE(3154), + [sym__equality_operator] = STATE(3154), + [sym__comparison_operator] = STATE(3154), + [sym__three_dot_operator] = STATE(1215), + [sym__open_ended_range_operator] = STATE(645), + [sym__additive_operator] = STATE(3154), + [sym__multiplicative_operator] = STATE(3154), + [sym__prefix_unary_operator] = STATE(663), + [sym_directly_assignable_expression] = STATE(6569), + [sym__for_statement_collection] = STATE(7527), + [sym_for_statement_await] = STATE(7527), + [sym_assignment] = STATE(3483), + [sym_value_parameter_pack] = STATE(3483), + [sym_value_pack_expansion] = STATE(3483), + [sym_referenceable_operator] = STATE(3483), + [sym__equal_sign] = STATE(3154), + [sym__eq_eq] = STATE(3154), + [sym__dot] = STATE(663), + [sym__hash_symbol] = STATE(4956), + [sym_bang] = STATE(1227), + [sym__parameter_ownership_modifier] = STATE(2778), + [sym_directive] = STATE(3483), + [sym_diagnostic] = STATE(3483), + [aux_sym_raw_string_literal_repeat1] = STATE(7865), + [anon_sym_BANG] = ACTIONS(939), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(941), + [aux_sym_simple_identifier_token2] = ACTIONS(943), + [aux_sym_simple_identifier_token3] = ACTIONS(943), + [aux_sym_simple_identifier_token4] = ACTIONS(943), + [anon_sym_actor] = ACTIONS(941), + [anon_sym_async] = ACTIONS(941), + [anon_sym_each] = ACTIONS(945), + [anon_sym_lazy] = ACTIONS(941), + [anon_sym_repeat] = ACTIONS(947), + [anon_sym_package] = ACTIONS(941), + [anon_sym_nil] = ACTIONS(949), + [sym_real_literal] = ACTIONS(951), + [sym_integer_literal] = ACTIONS(949), + [sym_hex_literal] = ACTIONS(949), + [sym_oct_literal] = ACTIONS(951), + [sym_bin_literal] = ACTIONS(951), + [anon_sym_true] = ACTIONS(953), + [anon_sym_false] = ACTIONS(953), + [anon_sym_DQUOTE] = ACTIONS(955), + [anon_sym_BSLASH] = ACTIONS(957), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(959), + [sym__oneline_regex_literal] = ACTIONS(961), + [anon_sym_LPAREN] = ACTIONS(1145), + [anon_sym_LBRACK] = ACTIONS(965), + [anon_sym_AMP] = ACTIONS(967), + [anon_sym_TILDE] = ACTIONS(967), + [anon_sym_if] = ACTIONS(969), + [anon_sym_switch] = ACTIONS(971), + [aux_sym_custom_operator_token1] = ACTIONS(973), + [anon_sym_LT] = ACTIONS(975), + [anon_sym_GT] = ACTIONS(975), + [anon_sym_await] = ACTIONS(1536), + [anon_sym_LBRACE] = ACTIONS(979), + [anon_sym_CARET_LBRACE] = ACTIONS(979), + [anon_sym_self] = ACTIONS(981), + [anon_sym_super] = ACTIONS(983), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(987), + [anon_sym_DASH_EQ] = ACTIONS(987), + [anon_sym_STAR_EQ] = ACTIONS(987), + [anon_sym_SLASH_EQ] = ACTIONS(987), + [anon_sym_PERCENT_EQ] = ACTIONS(987), + [anon_sym_BANG_EQ] = ACTIONS(975), + [anon_sym_BANG_EQ_EQ] = ACTIONS(987), + [anon_sym_EQ_EQ_EQ] = ACTIONS(987), + [anon_sym_LT_EQ] = ACTIONS(987), + [anon_sym_GT_EQ] = ACTIONS(987), + [anon_sym_DOT_DOT_DOT] = ACTIONS(989), + [anon_sym_DOT_DOT_LT] = ACTIONS(991), + [anon_sym_PLUS] = ACTIONS(995), + [anon_sym_DASH] = ACTIONS(995), + [anon_sym_STAR] = ACTIONS(975), + [anon_sym_SLASH] = ACTIONS(975), + [anon_sym_PERCENT] = ACTIONS(975), + [anon_sym_PLUS_PLUS] = ACTIONS(967), + [anon_sym_DASH_DASH] = ACTIONS(967), + [anon_sym_PIPE] = ACTIONS(987), + [anon_sym_CARET] = ACTIONS(975), + [anon_sym_LT_LT] = ACTIONS(987), + [anon_sym_GT_GT] = ACTIONS(987), + [anon_sym_borrowing] = ACTIONS(941), + [anon_sym_consuming] = ACTIONS(941), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(999), + [sym__dot_custom] = ACTIONS(1147), + [sym__eq_custom] = ACTIONS(987), + [sym__eq_eq_custom] = ACTIONS(987), + [sym__plus_then_ws] = ACTIONS(987), + [sym__minus_then_ws] = ACTIONS(987), + [sym__bang_custom] = ACTIONS(1003), + [sym__custom_operator] = ACTIONS(973), + [sym__hash_symbol_custom] = ACTIONS(1005), + [sym__directive_if] = ACTIONS(1007), + [sym__directive_elseif] = ACTIONS(1007), + [sym__directive_else] = ACTIONS(1009), + [sym__directive_endif] = ACTIONS(1009), + }, + [STATE(426)] = { + [sym_simple_identifier] = STATE(2939), + [sym__contextual_simple_identifier] = STATE(2778), + [sym__basic_literal] = STATE(3483), + [sym_boolean_literal] = STATE(3483), + [sym__string_literal] = STATE(3483), + [sym_line_string_literal] = STATE(3483), + [sym_multi_line_string_literal] = STATE(3483), + [sym_raw_string_literal] = STATE(3483), + [sym_regex_literal] = STATE(3483), + [sym__extended_regex_literal] = STATE(3437), + [sym__multiline_regex_literal] = STATE(3437), + [sym_user_type] = STATE(6567), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6567), + [sym_dictionary_type] = STATE(6567), + [sym_expression] = STATE(1634), + [sym_optional_chain_marker] = STATE(3483), + [sym__unary_expression] = STATE(3483), + [sym_postfix_expression] = STATE(3483), + [sym_constructor_expression] = STATE(3483), + [sym__parenthesized_type] = STATE(7825), + [sym_navigation_expression] = STATE(3483), + [sym__navigable_type_expression] = STATE(7825), + [sym_open_start_range_expression] = STATE(3483), + [sym__range_operator] = STATE(645), + [sym_open_end_range_expression] = STATE(3483), + [sym_prefix_expression] = STATE(3483), + [sym_as_expression] = STATE(3483), + [sym_selector_expression] = STATE(3483), + [sym__binary_expression] = STATE(3483), + [sym_multiplicative_expression] = STATE(3483), + [sym_additive_expression] = STATE(3483), + [sym_range_expression] = STATE(3483), + [sym_infix_expression] = STATE(3483), + [sym_nil_coalescing_expression] = STATE(3483), + [sym_check_expression] = STATE(3483), + [sym_comparison_expression] = STATE(3483), + [sym_equality_expression] = STATE(3483), + [sym_conjunction_expression] = STATE(3483), + [sym_disjunction_expression] = STATE(3483), + [sym_bitwise_operation] = STATE(3483), + [sym_custom_operator] = STATE(1227), + [sym_try_expression] = STATE(3483), + [sym_await_expression] = STATE(3483), + [sym__await_operator] = STATE(600), + [sym_ternary_expression] = STATE(3483), + [sym_call_expression] = STATE(3483), + [sym_macro_invocation] = STATE(3483), + [sym__primary_expression] = STATE(3483), + [sym_tuple_expression] = STATE(3483), + [sym_array_literal] = STATE(3483), + [sym_dictionary_literal] = STATE(3483), + [sym_special_literal] = STATE(3483), + [sym_playground_literal] = STATE(3483), + [sym_lambda_literal] = STATE(3483), + [sym_self_expression] = STATE(3483), + [sym_super_expression] = STATE(3483), + [sym_if_statement] = STATE(3483), + [sym_switch_statement] = STATE(3483), + [sym_key_path_expression] = STATE(3483), + [sym_key_path_string_expression] = STATE(3483), + [sym_try_operator] = STATE(650), + [sym__assignment_and_operator] = STATE(3154), + [sym__equality_operator] = STATE(3154), + [sym__comparison_operator] = STATE(3154), + [sym__three_dot_operator] = STATE(1215), + [sym__open_ended_range_operator] = STATE(645), + [sym__additive_operator] = STATE(3154), + [sym__multiplicative_operator] = STATE(3154), + [sym__prefix_unary_operator] = STATE(663), + [sym_directly_assignable_expression] = STATE(6569), + [sym__for_statement_collection] = STATE(7530), + [sym_for_statement_await] = STATE(7530), + [sym_assignment] = STATE(3483), + [sym_value_parameter_pack] = STATE(3483), + [sym_value_pack_expansion] = STATE(3483), + [sym_referenceable_operator] = STATE(3483), + [sym__equal_sign] = STATE(3154), + [sym__eq_eq] = STATE(3154), + [sym__dot] = STATE(663), + [sym__hash_symbol] = STATE(4956), + [sym_bang] = STATE(1227), + [sym__parameter_ownership_modifier] = STATE(2778), + [sym_directive] = STATE(3483), + [sym_diagnostic] = STATE(3483), + [aux_sym_raw_string_literal_repeat1] = STATE(7865), + [anon_sym_BANG] = ACTIONS(939), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(941), + [aux_sym_simple_identifier_token2] = ACTIONS(943), + [aux_sym_simple_identifier_token3] = ACTIONS(943), + [aux_sym_simple_identifier_token4] = ACTIONS(943), + [anon_sym_actor] = ACTIONS(941), + [anon_sym_async] = ACTIONS(941), + [anon_sym_each] = ACTIONS(945), + [anon_sym_lazy] = ACTIONS(941), + [anon_sym_repeat] = ACTIONS(947), + [anon_sym_package] = ACTIONS(941), + [anon_sym_nil] = ACTIONS(949), + [sym_real_literal] = ACTIONS(951), + [sym_integer_literal] = ACTIONS(949), + [sym_hex_literal] = ACTIONS(949), + [sym_oct_literal] = ACTIONS(951), + [sym_bin_literal] = ACTIONS(951), + [anon_sym_true] = ACTIONS(953), + [anon_sym_false] = ACTIONS(953), + [anon_sym_DQUOTE] = ACTIONS(955), + [anon_sym_BSLASH] = ACTIONS(957), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(959), + [sym__oneline_regex_literal] = ACTIONS(961), + [anon_sym_LPAREN] = ACTIONS(1145), + [anon_sym_LBRACK] = ACTIONS(965), + [anon_sym_AMP] = ACTIONS(967), + [anon_sym_TILDE] = ACTIONS(967), + [anon_sym_if] = ACTIONS(969), + [anon_sym_switch] = ACTIONS(971), + [aux_sym_custom_operator_token1] = ACTIONS(973), + [anon_sym_LT] = ACTIONS(975), + [anon_sym_GT] = ACTIONS(975), + [anon_sym_await] = ACTIONS(1536), + [anon_sym_LBRACE] = ACTIONS(979), + [anon_sym_CARET_LBRACE] = ACTIONS(979), + [anon_sym_self] = ACTIONS(981), + [anon_sym_super] = ACTIONS(983), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(987), + [anon_sym_DASH_EQ] = ACTIONS(987), + [anon_sym_STAR_EQ] = ACTIONS(987), + [anon_sym_SLASH_EQ] = ACTIONS(987), + [anon_sym_PERCENT_EQ] = ACTIONS(987), + [anon_sym_BANG_EQ] = ACTIONS(975), + [anon_sym_BANG_EQ_EQ] = ACTIONS(987), + [anon_sym_EQ_EQ_EQ] = ACTIONS(987), + [anon_sym_LT_EQ] = ACTIONS(987), + [anon_sym_GT_EQ] = ACTIONS(987), + [anon_sym_DOT_DOT_DOT] = ACTIONS(989), + [anon_sym_DOT_DOT_LT] = ACTIONS(991), + [anon_sym_PLUS] = ACTIONS(995), + [anon_sym_DASH] = ACTIONS(995), + [anon_sym_STAR] = ACTIONS(975), + [anon_sym_SLASH] = ACTIONS(975), + [anon_sym_PERCENT] = ACTIONS(975), + [anon_sym_PLUS_PLUS] = ACTIONS(967), + [anon_sym_DASH_DASH] = ACTIONS(967), + [anon_sym_PIPE] = ACTIONS(987), + [anon_sym_CARET] = ACTIONS(975), + [anon_sym_LT_LT] = ACTIONS(987), + [anon_sym_GT_GT] = ACTIONS(987), + [anon_sym_borrowing] = ACTIONS(941), + [anon_sym_consuming] = ACTIONS(941), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(999), + [sym__dot_custom] = ACTIONS(1147), + [sym__eq_custom] = ACTIONS(987), + [sym__eq_eq_custom] = ACTIONS(987), + [sym__plus_then_ws] = ACTIONS(987), + [sym__minus_then_ws] = ACTIONS(987), + [sym__bang_custom] = ACTIONS(1003), + [sym__custom_operator] = ACTIONS(973), + [sym__hash_symbol_custom] = ACTIONS(1005), + [sym__directive_if] = ACTIONS(1007), + [sym__directive_elseif] = ACTIONS(1007), + [sym__directive_else] = ACTIONS(1009), + [sym__directive_endif] = ACTIONS(1009), + }, + [STATE(427)] = { + [sym_simple_identifier] = STATE(2393), + [sym__contextual_simple_identifier] = STATE(2212), + [sym__basic_literal] = STATE(2472), + [sym_boolean_literal] = STATE(2472), + [sym__string_literal] = STATE(2472), + [sym_line_string_literal] = STATE(2472), + [sym_multi_line_string_literal] = STATE(2472), + [sym_raw_string_literal] = STATE(2472), + [sym_regex_literal] = STATE(2472), + [sym__extended_regex_literal] = STATE(2528), + [sym__multiline_regex_literal] = STATE(2528), + [sym_user_type] = STATE(6600), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6600), + [sym_dictionary_type] = STATE(6600), + [sym_expression] = STATE(1453), + [sym_optional_chain_marker] = STATE(2472), + [sym__unary_expression] = STATE(2472), + [sym_postfix_expression] = STATE(2472), + [sym_constructor_expression] = STATE(2472), + [sym__parenthesized_type] = STATE(7973), + [sym_navigation_expression] = STATE(2472), + [sym__navigable_type_expression] = STATE(7973), + [sym_open_start_range_expression] = STATE(2472), + [sym__range_operator] = STATE(722), + [sym_open_end_range_expression] = STATE(2472), + [sym_prefix_expression] = STATE(2472), + [sym_as_expression] = STATE(2472), + [sym_selector_expression] = STATE(2472), + [sym__binary_expression] = STATE(2472), + [sym_multiplicative_expression] = STATE(2472), + [sym_additive_expression] = STATE(2472), + [sym_range_expression] = STATE(2472), + [sym_infix_expression] = STATE(2472), + [sym_nil_coalescing_expression] = STATE(2472), + [sym_check_expression] = STATE(2472), + [sym_comparison_expression] = STATE(2472), + [sym_equality_expression] = STATE(2472), + [sym_conjunction_expression] = STATE(2472), + [sym_disjunction_expression] = STATE(2472), + [sym_bitwise_operation] = STATE(2472), + [sym_custom_operator] = STATE(1124), + [sym_try_expression] = STATE(2472), + [sym_await_expression] = STATE(2472), + [sym__await_operator] = STATE(723), + [sym_ternary_expression] = STATE(2472), + [sym__expr_hack_at_ternary_binary_suffix] = STATE(2585), + [sym_expr_hack_at_ternary_binary_call] = STATE(2585), + [sym_call_expression] = STATE(2472), + [sym_macro_invocation] = STATE(2472), + [sym__primary_expression] = STATE(2472), + [sym_tuple_expression] = STATE(2472), + [sym_array_literal] = STATE(2472), + [sym_dictionary_literal] = STATE(2472), + [sym_special_literal] = STATE(2472), + [sym_playground_literal] = STATE(2472), + [sym_lambda_literal] = STATE(2472), + [sym_self_expression] = STATE(2472), + [sym_super_expression] = STATE(2472), + [sym_if_statement] = STATE(2472), + [sym_switch_statement] = STATE(2472), + [sym_key_path_expression] = STATE(2472), + [sym_key_path_string_expression] = STATE(2472), + [sym_try_operator] = STATE(583), + [sym__assignment_and_operator] = STATE(2613), + [sym__equality_operator] = STATE(2613), + [sym__comparison_operator] = STATE(2613), + [sym__three_dot_operator] = STATE(1104), + [sym__open_ended_range_operator] = STATE(722), + [sym__additive_operator] = STATE(2613), + [sym__multiplicative_operator] = STATE(2613), + [sym__prefix_unary_operator] = STATE(593), + [sym_directly_assignable_expression] = STATE(6606), + [sym_assignment] = STATE(2472), + [sym_value_parameter_pack] = STATE(2472), + [sym_value_pack_expansion] = STATE(2472), + [sym_referenceable_operator] = STATE(2472), + [sym__equal_sign] = STATE(2613), + [sym__eq_eq] = STATE(2613), + [sym__dot] = STATE(593), + [sym__hash_symbol] = STATE(4952), + [sym_bang] = STATE(1124), + [sym__parameter_ownership_modifier] = STATE(2212), + [sym_directive] = STATE(2472), + [sym_diagnostic] = STATE(2472), + [aux_sym_raw_string_literal_repeat1] = STATE(8314), + [anon_sym_BANG] = ACTIONS(873), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(875), + [aux_sym_simple_identifier_token2] = ACTIONS(877), + [aux_sym_simple_identifier_token3] = ACTIONS(877), + [aux_sym_simple_identifier_token4] = ACTIONS(877), + [anon_sym_actor] = ACTIONS(875), + [anon_sym_async] = ACTIONS(875), + [anon_sym_each] = ACTIONS(879), + [anon_sym_lazy] = ACTIONS(875), + [anon_sym_repeat] = ACTIONS(881), + [anon_sym_package] = ACTIONS(875), + [anon_sym_nil] = ACTIONS(883), + [sym_real_literal] = ACTIONS(885), + [sym_integer_literal] = ACTIONS(883), + [sym_hex_literal] = ACTIONS(883), + [sym_oct_literal] = ACTIONS(885), + [sym_bin_literal] = ACTIONS(885), + [anon_sym_true] = ACTIONS(887), + [anon_sym_false] = ACTIONS(887), + [anon_sym_DQUOTE] = ACTIONS(889), + [anon_sym_BSLASH] = ACTIONS(891), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(893), + [sym__oneline_regex_literal] = ACTIONS(895), + [anon_sym_LPAREN] = ACTIONS(897), + [anon_sym_LBRACK] = ACTIONS(899), + [anon_sym_AMP] = ACTIONS(901), + [anon_sym_TILDE] = ACTIONS(901), + [anon_sym_if] = ACTIONS(903), + [anon_sym_switch] = ACTIONS(905), + [aux_sym_custom_operator_token1] = ACTIONS(907), + [anon_sym_LT] = ACTIONS(909), + [anon_sym_GT] = ACTIONS(909), + [anon_sym_await] = ACTIONS(911), + [anon_sym_LBRACE] = ACTIONS(913), + [anon_sym_CARET_LBRACE] = ACTIONS(913), + [anon_sym_self] = ACTIONS(915), + [anon_sym_super] = ACTIONS(917), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(919), + [anon_sym_DASH_EQ] = ACTIONS(919), + [anon_sym_STAR_EQ] = ACTIONS(919), + [anon_sym_SLASH_EQ] = ACTIONS(919), + [anon_sym_PERCENT_EQ] = ACTIONS(919), + [anon_sym_BANG_EQ] = ACTIONS(909), + [anon_sym_BANG_EQ_EQ] = ACTIONS(919), + [anon_sym_EQ_EQ_EQ] = ACTIONS(919), + [anon_sym_LT_EQ] = ACTIONS(919), + [anon_sym_GT_EQ] = ACTIONS(919), + [anon_sym_DOT_DOT_DOT] = ACTIONS(921), + [anon_sym_DOT_DOT_LT] = ACTIONS(923), + [anon_sym_PLUS] = ACTIONS(925), + [anon_sym_DASH] = ACTIONS(925), + [anon_sym_STAR] = ACTIONS(909), + [anon_sym_SLASH] = ACTIONS(909), + [anon_sym_PERCENT] = ACTIONS(909), + [anon_sym_PLUS_PLUS] = ACTIONS(901), + [anon_sym_DASH_DASH] = ACTIONS(901), + [anon_sym_PIPE] = ACTIONS(919), + [anon_sym_CARET] = ACTIONS(909), + [anon_sym_LT_LT] = ACTIONS(919), + [anon_sym_GT_GT] = ACTIONS(919), + [anon_sym_borrowing] = ACTIONS(875), + [anon_sym_consuming] = ACTIONS(875), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(927), + [sym__dot_custom] = ACTIONS(929), + [sym__eq_custom] = ACTIONS(919), + [sym__eq_eq_custom] = ACTIONS(919), + [sym__plus_then_ws] = ACTIONS(919), + [sym__minus_then_ws] = ACTIONS(919), + [sym__bang_custom] = ACTIONS(931), + [sym__custom_operator] = ACTIONS(907), + [sym__hash_symbol_custom] = ACTIONS(933), + [sym__directive_if] = ACTIONS(935), + [sym__directive_elseif] = ACTIONS(935), + [sym__directive_else] = ACTIONS(937), + [sym__directive_endif] = ACTIONS(937), + }, + [STATE(428)] = { + [sym_simple_identifier] = STATE(2939), + [sym__contextual_simple_identifier] = STATE(2778), + [sym__basic_literal] = STATE(3483), + [sym_boolean_literal] = STATE(3483), + [sym__string_literal] = STATE(3483), + [sym_line_string_literal] = STATE(3483), + [sym_multi_line_string_literal] = STATE(3483), + [sym_raw_string_literal] = STATE(3483), + [sym_regex_literal] = STATE(3483), + [sym__extended_regex_literal] = STATE(3437), + [sym__multiline_regex_literal] = STATE(3437), + [sym_user_type] = STATE(6567), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6567), + [sym_dictionary_type] = STATE(6567), + [sym_expression] = STATE(1634), + [sym_optional_chain_marker] = STATE(3483), + [sym__unary_expression] = STATE(3483), + [sym_postfix_expression] = STATE(3483), + [sym_constructor_expression] = STATE(3483), + [sym__parenthesized_type] = STATE(7825), + [sym_navigation_expression] = STATE(3483), + [sym__navigable_type_expression] = STATE(7825), + [sym_open_start_range_expression] = STATE(3483), + [sym__range_operator] = STATE(645), + [sym_open_end_range_expression] = STATE(3483), + [sym_prefix_expression] = STATE(3483), + [sym_as_expression] = STATE(3483), + [sym_selector_expression] = STATE(3483), + [sym__binary_expression] = STATE(3483), + [sym_multiplicative_expression] = STATE(3483), + [sym_additive_expression] = STATE(3483), + [sym_range_expression] = STATE(3483), + [sym_infix_expression] = STATE(3483), + [sym_nil_coalescing_expression] = STATE(3483), + [sym_check_expression] = STATE(3483), + [sym_comparison_expression] = STATE(3483), + [sym_equality_expression] = STATE(3483), + [sym_conjunction_expression] = STATE(3483), + [sym_disjunction_expression] = STATE(3483), + [sym_bitwise_operation] = STATE(3483), + [sym_custom_operator] = STATE(1227), + [sym_try_expression] = STATE(3483), + [sym_await_expression] = STATE(3483), + [sym__await_operator] = STATE(600), + [sym_ternary_expression] = STATE(3483), + [sym_call_expression] = STATE(3483), + [sym_macro_invocation] = STATE(3483), + [sym__primary_expression] = STATE(3483), + [sym_tuple_expression] = STATE(3483), + [sym_array_literal] = STATE(3483), + [sym_dictionary_literal] = STATE(3483), + [sym_special_literal] = STATE(3483), + [sym_playground_literal] = STATE(3483), + [sym_lambda_literal] = STATE(3483), + [sym_self_expression] = STATE(3483), + [sym_super_expression] = STATE(3483), + [sym_if_statement] = STATE(3483), + [sym_switch_statement] = STATE(3483), + [sym_key_path_expression] = STATE(3483), + [sym_key_path_string_expression] = STATE(3483), + [sym_try_operator] = STATE(650), + [sym__assignment_and_operator] = STATE(3154), + [sym__equality_operator] = STATE(3154), + [sym__comparison_operator] = STATE(3154), + [sym__three_dot_operator] = STATE(1215), + [sym__open_ended_range_operator] = STATE(645), + [sym__additive_operator] = STATE(3154), + [sym__multiplicative_operator] = STATE(3154), + [sym__prefix_unary_operator] = STATE(663), + [sym_directly_assignable_expression] = STATE(6569), + [sym__for_statement_collection] = STATE(7534), + [sym_for_statement_await] = STATE(7534), + [sym_assignment] = STATE(3483), + [sym_value_parameter_pack] = STATE(3483), + [sym_value_pack_expansion] = STATE(3483), + [sym_referenceable_operator] = STATE(3483), + [sym__equal_sign] = STATE(3154), + [sym__eq_eq] = STATE(3154), + [sym__dot] = STATE(663), + [sym__hash_symbol] = STATE(4956), + [sym_bang] = STATE(1227), + [sym__parameter_ownership_modifier] = STATE(2778), + [sym_directive] = STATE(3483), + [sym_diagnostic] = STATE(3483), + [aux_sym_raw_string_literal_repeat1] = STATE(7865), + [anon_sym_BANG] = ACTIONS(939), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(941), + [aux_sym_simple_identifier_token2] = ACTIONS(943), + [aux_sym_simple_identifier_token3] = ACTIONS(943), + [aux_sym_simple_identifier_token4] = ACTIONS(943), + [anon_sym_actor] = ACTIONS(941), + [anon_sym_async] = ACTIONS(941), + [anon_sym_each] = ACTIONS(945), + [anon_sym_lazy] = ACTIONS(941), + [anon_sym_repeat] = ACTIONS(947), + [anon_sym_package] = ACTIONS(941), + [anon_sym_nil] = ACTIONS(949), + [sym_real_literal] = ACTIONS(951), + [sym_integer_literal] = ACTIONS(949), + [sym_hex_literal] = ACTIONS(949), + [sym_oct_literal] = ACTIONS(951), + [sym_bin_literal] = ACTIONS(951), + [anon_sym_true] = ACTIONS(953), + [anon_sym_false] = ACTIONS(953), + [anon_sym_DQUOTE] = ACTIONS(955), + [anon_sym_BSLASH] = ACTIONS(957), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(959), + [sym__oneline_regex_literal] = ACTIONS(961), + [anon_sym_LPAREN] = ACTIONS(1145), + [anon_sym_LBRACK] = ACTIONS(965), + [anon_sym_AMP] = ACTIONS(967), + [anon_sym_TILDE] = ACTIONS(967), + [anon_sym_if] = ACTIONS(969), + [anon_sym_switch] = ACTIONS(971), + [aux_sym_custom_operator_token1] = ACTIONS(973), + [anon_sym_LT] = ACTIONS(975), + [anon_sym_GT] = ACTIONS(975), + [anon_sym_await] = ACTIONS(1536), + [anon_sym_LBRACE] = ACTIONS(979), + [anon_sym_CARET_LBRACE] = ACTIONS(979), + [anon_sym_self] = ACTIONS(981), + [anon_sym_super] = ACTIONS(983), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(987), + [anon_sym_DASH_EQ] = ACTIONS(987), + [anon_sym_STAR_EQ] = ACTIONS(987), + [anon_sym_SLASH_EQ] = ACTIONS(987), + [anon_sym_PERCENT_EQ] = ACTIONS(987), + [anon_sym_BANG_EQ] = ACTIONS(975), + [anon_sym_BANG_EQ_EQ] = ACTIONS(987), + [anon_sym_EQ_EQ_EQ] = ACTIONS(987), + [anon_sym_LT_EQ] = ACTIONS(987), + [anon_sym_GT_EQ] = ACTIONS(987), + [anon_sym_DOT_DOT_DOT] = ACTIONS(989), + [anon_sym_DOT_DOT_LT] = ACTIONS(991), + [anon_sym_PLUS] = ACTIONS(995), + [anon_sym_DASH] = ACTIONS(995), + [anon_sym_STAR] = ACTIONS(975), + [anon_sym_SLASH] = ACTIONS(975), + [anon_sym_PERCENT] = ACTIONS(975), + [anon_sym_PLUS_PLUS] = ACTIONS(967), + [anon_sym_DASH_DASH] = ACTIONS(967), + [anon_sym_PIPE] = ACTIONS(987), + [anon_sym_CARET] = ACTIONS(975), + [anon_sym_LT_LT] = ACTIONS(987), + [anon_sym_GT_GT] = ACTIONS(987), + [anon_sym_borrowing] = ACTIONS(941), + [anon_sym_consuming] = ACTIONS(941), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(999), + [sym__dot_custom] = ACTIONS(1147), + [sym__eq_custom] = ACTIONS(987), + [sym__eq_eq_custom] = ACTIONS(987), + [sym__plus_then_ws] = ACTIONS(987), + [sym__minus_then_ws] = ACTIONS(987), + [sym__bang_custom] = ACTIONS(1003), + [sym__custom_operator] = ACTIONS(973), + [sym__hash_symbol_custom] = ACTIONS(1005), + [sym__directive_if] = ACTIONS(1007), + [sym__directive_elseif] = ACTIONS(1007), + [sym__directive_else] = ACTIONS(1009), + [sym__directive_endif] = ACTIONS(1009), + }, + [STATE(429)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1468), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym__expr_hack_at_ternary_binary_suffix] = STATE(915), + [sym_expr_hack_at_ternary_binary_call] = STATE(915), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(430)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1468), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym__expr_hack_at_ternary_binary_suffix] = STATE(917), + [sym_expr_hack_at_ternary_binary_call] = STATE(917), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(431)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1468), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym__expr_hack_at_ternary_binary_suffix] = STATE(918), + [sym_expr_hack_at_ternary_binary_call] = STATE(918), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(432)] = { + [sym_simple_identifier] = STATE(1343), + [sym__contextual_simple_identifier] = STATE(1209), + [sym__basic_literal] = STATE(1387), + [sym_boolean_literal] = STATE(1387), + [sym__string_literal] = STATE(1387), + [sym_line_string_literal] = STATE(1387), + [sym_multi_line_string_literal] = STATE(1387), + [sym_raw_string_literal] = STATE(1387), + [sym_regex_literal] = STATE(1387), + [sym__extended_regex_literal] = STATE(1437), + [sym__multiline_regex_literal] = STATE(1437), + [sym_user_type] = STATE(6517), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6517), + [sym_dictionary_type] = STATE(6517), + [sym_expression] = STATE(778), + [sym_optional_chain_marker] = STATE(1387), + [sym__unary_expression] = STATE(1387), + [sym_postfix_expression] = STATE(1387), + [sym_constructor_expression] = STATE(1387), + [sym__parenthesized_type] = STATE(8310), + [sym_navigation_expression] = STATE(1387), + [sym__navigable_type_expression] = STATE(8310), + [sym_open_start_range_expression] = STATE(1387), + [sym__range_operator] = STATE(614), + [sym_open_end_range_expression] = STATE(1387), + [sym_prefix_expression] = STATE(1387), + [sym_as_expression] = STATE(1387), + [sym_selector_expression] = STATE(1387), + [sym__binary_expression] = STATE(1387), + [sym_multiplicative_expression] = STATE(1387), + [sym_additive_expression] = STATE(1387), + [sym_range_expression] = STATE(1387), + [sym_infix_expression] = STATE(1387), + [sym_nil_coalescing_expression] = STATE(1387), + [sym_check_expression] = STATE(1387), + [sym_comparison_expression] = STATE(1387), + [sym_equality_expression] = STATE(1387), + [sym_conjunction_expression] = STATE(1387), + [sym_disjunction_expression] = STATE(1387), + [sym_bitwise_operation] = STATE(1387), + [sym_custom_operator] = STATE(772), + [sym_try_expression] = STATE(1387), + [sym_await_expression] = STATE(1387), + [sym__await_operator] = STATE(615), + [sym_ternary_expression] = STATE(1387), + [sym__expr_hack_at_ternary_binary_suffix] = STATE(1352), + [sym_expr_hack_at_ternary_binary_call] = STATE(1352), + [sym_call_expression] = STATE(1387), + [sym_macro_invocation] = STATE(1387), + [sym__primary_expression] = STATE(1387), + [sym_tuple_expression] = STATE(1387), + [sym_array_literal] = STATE(1387), + [sym_dictionary_literal] = STATE(1387), + [sym_special_literal] = STATE(1387), + [sym_playground_literal] = STATE(1387), + [sym_lambda_literal] = STATE(1387), + [sym_self_expression] = STATE(1387), + [sym_super_expression] = STATE(1387), + [sym_if_statement] = STATE(1387), + [sym_switch_statement] = STATE(1387), + [sym_key_path_expression] = STATE(1387), + [sym_key_path_string_expression] = STATE(1387), + [sym_try_operator] = STATE(616), + [sym__assignment_and_operator] = STATE(1443), + [sym__equality_operator] = STATE(1443), + [sym__comparison_operator] = STATE(1443), + [sym__three_dot_operator] = STATE(771), + [sym__open_ended_range_operator] = STATE(614), + [sym__additive_operator] = STATE(1443), + [sym__multiplicative_operator] = STATE(1443), + [sym__prefix_unary_operator] = STATE(621), + [sym_directly_assignable_expression] = STATE(6518), + [sym_assignment] = STATE(1387), + [sym_value_parameter_pack] = STATE(1387), + [sym_value_pack_expansion] = STATE(1387), + [sym_referenceable_operator] = STATE(1387), + [sym__equal_sign] = STATE(1443), + [sym__eq_eq] = STATE(1443), + [sym__dot] = STATE(621), + [sym__hash_symbol] = STATE(4957), + [sym_bang] = STATE(772), + [sym__parameter_ownership_modifier] = STATE(1209), + [sym_directive] = STATE(1387), + [sym_diagnostic] = STATE(1387), + [aux_sym_raw_string_literal_repeat1] = STATE(8468), + [anon_sym_BANG] = ACTIONS(287), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(289), + [aux_sym_simple_identifier_token2] = ACTIONS(291), + [aux_sym_simple_identifier_token3] = ACTIONS(291), + [aux_sym_simple_identifier_token4] = ACTIONS(291), + [anon_sym_actor] = ACTIONS(289), + [anon_sym_async] = ACTIONS(289), + [anon_sym_each] = ACTIONS(297), + [anon_sym_lazy] = ACTIONS(289), + [anon_sym_repeat] = ACTIONS(721), + [anon_sym_package] = ACTIONS(289), + [anon_sym_nil] = ACTIONS(303), + [sym_real_literal] = ACTIONS(305), + [sym_integer_literal] = ACTIONS(303), + [sym_hex_literal] = ACTIONS(303), + [sym_oct_literal] = ACTIONS(305), + [sym_bin_literal] = ACTIONS(305), + [anon_sym_true] = ACTIONS(307), + [anon_sym_false] = ACTIONS(307), + [anon_sym_DQUOTE] = ACTIONS(309), + [anon_sym_BSLASH] = ACTIONS(311), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(313), + [sym__oneline_regex_literal] = ACTIONS(315), + [anon_sym_LPAREN] = ACTIONS(317), + [anon_sym_LBRACK] = ACTIONS(319), + [anon_sym_AMP] = ACTIONS(321), + [anon_sym_TILDE] = ACTIONS(321), + [anon_sym_if] = ACTIONS(323), + [anon_sym_switch] = ACTIONS(325), + [aux_sym_custom_operator_token1] = ACTIONS(327), + [anon_sym_LT] = ACTIONS(329), + [anon_sym_GT] = ACTIONS(329), + [anon_sym_await] = ACTIONS(331), + [anon_sym_LBRACE] = ACTIONS(333), + [anon_sym_CARET_LBRACE] = ACTIONS(333), + [anon_sym_self] = ACTIONS(337), + [anon_sym_super] = ACTIONS(339), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(345), + [anon_sym_DASH_EQ] = ACTIONS(345), + [anon_sym_STAR_EQ] = ACTIONS(345), + [anon_sym_SLASH_EQ] = ACTIONS(345), + [anon_sym_PERCENT_EQ] = ACTIONS(345), + [anon_sym_BANG_EQ] = ACTIONS(329), + [anon_sym_BANG_EQ_EQ] = ACTIONS(345), + [anon_sym_EQ_EQ_EQ] = ACTIONS(345), + [anon_sym_LT_EQ] = ACTIONS(345), + [anon_sym_GT_EQ] = ACTIONS(345), + [anon_sym_DOT_DOT_DOT] = ACTIONS(347), + [anon_sym_DOT_DOT_LT] = ACTIONS(349), + [anon_sym_PLUS] = ACTIONS(351), + [anon_sym_DASH] = ACTIONS(351), + [anon_sym_STAR] = ACTIONS(329), + [anon_sym_SLASH] = ACTIONS(329), + [anon_sym_PERCENT] = ACTIONS(329), + [anon_sym_PLUS_PLUS] = ACTIONS(321), + [anon_sym_DASH_DASH] = ACTIONS(321), + [anon_sym_PIPE] = ACTIONS(345), + [anon_sym_CARET] = ACTIONS(329), + [anon_sym_LT_LT] = ACTIONS(345), + [anon_sym_GT_GT] = ACTIONS(345), + [anon_sym_borrowing] = ACTIONS(289), + [anon_sym_consuming] = ACTIONS(289), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(373), + [sym__dot_custom] = ACTIONS(375), + [sym__eq_custom] = ACTIONS(345), + [sym__eq_eq_custom] = ACTIONS(345), + [sym__plus_then_ws] = ACTIONS(345), + [sym__minus_then_ws] = ACTIONS(345), + [sym__bang_custom] = ACTIONS(377), + [sym__custom_operator] = ACTIONS(327), + [sym__hash_symbol_custom] = ACTIONS(379), + [sym__directive_if] = ACTIONS(381), + [sym__directive_elseif] = ACTIONS(381), + [sym__directive_else] = ACTIONS(383), + [sym__directive_endif] = ACTIONS(383), + }, + [STATE(433)] = { + [sym_simple_identifier] = STATE(1343), + [sym__contextual_simple_identifier] = STATE(1209), + [sym__basic_literal] = STATE(1387), + [sym_boolean_literal] = STATE(1387), + [sym__string_literal] = STATE(1387), + [sym_line_string_literal] = STATE(1387), + [sym_multi_line_string_literal] = STATE(1387), + [sym_raw_string_literal] = STATE(1387), + [sym_regex_literal] = STATE(1387), + [sym__extended_regex_literal] = STATE(1437), + [sym__multiline_regex_literal] = STATE(1437), + [sym_user_type] = STATE(6517), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6517), + [sym_dictionary_type] = STATE(6517), + [sym_expression] = STATE(778), + [sym_optional_chain_marker] = STATE(1387), + [sym__unary_expression] = STATE(1387), + [sym_postfix_expression] = STATE(1387), + [sym_constructor_expression] = STATE(1387), + [sym__parenthesized_type] = STATE(8310), + [sym_navigation_expression] = STATE(1387), + [sym__navigable_type_expression] = STATE(8310), + [sym_open_start_range_expression] = STATE(1387), + [sym__range_operator] = STATE(614), + [sym_open_end_range_expression] = STATE(1387), + [sym_prefix_expression] = STATE(1387), + [sym_as_expression] = STATE(1387), + [sym_selector_expression] = STATE(1387), + [sym__binary_expression] = STATE(1387), + [sym_multiplicative_expression] = STATE(1387), + [sym_additive_expression] = STATE(1387), + [sym_range_expression] = STATE(1387), + [sym_infix_expression] = STATE(1387), + [sym_nil_coalescing_expression] = STATE(1387), + [sym_check_expression] = STATE(1387), + [sym_comparison_expression] = STATE(1387), + [sym_equality_expression] = STATE(1387), + [sym_conjunction_expression] = STATE(1387), + [sym_disjunction_expression] = STATE(1387), + [sym_bitwise_operation] = STATE(1387), + [sym_custom_operator] = STATE(772), + [sym_try_expression] = STATE(1387), + [sym_await_expression] = STATE(1387), + [sym__await_operator] = STATE(615), + [sym_ternary_expression] = STATE(1387), + [sym__expr_hack_at_ternary_binary_suffix] = STATE(1361), + [sym_expr_hack_at_ternary_binary_call] = STATE(1361), + [sym_call_expression] = STATE(1387), + [sym_macro_invocation] = STATE(1387), + [sym__primary_expression] = STATE(1387), + [sym_tuple_expression] = STATE(1387), + [sym_array_literal] = STATE(1387), + [sym_dictionary_literal] = STATE(1387), + [sym_special_literal] = STATE(1387), + [sym_playground_literal] = STATE(1387), + [sym_lambda_literal] = STATE(1387), + [sym_self_expression] = STATE(1387), + [sym_super_expression] = STATE(1387), + [sym_if_statement] = STATE(1387), + [sym_switch_statement] = STATE(1387), + [sym_key_path_expression] = STATE(1387), + [sym_key_path_string_expression] = STATE(1387), + [sym_try_operator] = STATE(616), + [sym__assignment_and_operator] = STATE(1443), + [sym__equality_operator] = STATE(1443), + [sym__comparison_operator] = STATE(1443), + [sym__three_dot_operator] = STATE(771), + [sym__open_ended_range_operator] = STATE(614), + [sym__additive_operator] = STATE(1443), + [sym__multiplicative_operator] = STATE(1443), + [sym__prefix_unary_operator] = STATE(621), + [sym_directly_assignable_expression] = STATE(6518), + [sym_assignment] = STATE(1387), + [sym_value_parameter_pack] = STATE(1387), + [sym_value_pack_expansion] = STATE(1387), + [sym_referenceable_operator] = STATE(1387), + [sym__equal_sign] = STATE(1443), + [sym__eq_eq] = STATE(1443), + [sym__dot] = STATE(621), + [sym__hash_symbol] = STATE(4957), + [sym_bang] = STATE(772), + [sym__parameter_ownership_modifier] = STATE(1209), + [sym_directive] = STATE(1387), + [sym_diagnostic] = STATE(1387), + [aux_sym_raw_string_literal_repeat1] = STATE(8468), + [anon_sym_BANG] = ACTIONS(287), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(289), + [aux_sym_simple_identifier_token2] = ACTIONS(291), + [aux_sym_simple_identifier_token3] = ACTIONS(291), + [aux_sym_simple_identifier_token4] = ACTIONS(291), + [anon_sym_actor] = ACTIONS(289), + [anon_sym_async] = ACTIONS(289), + [anon_sym_each] = ACTIONS(297), + [anon_sym_lazy] = ACTIONS(289), + [anon_sym_repeat] = ACTIONS(721), + [anon_sym_package] = ACTIONS(289), + [anon_sym_nil] = ACTIONS(303), + [sym_real_literal] = ACTIONS(305), + [sym_integer_literal] = ACTIONS(303), + [sym_hex_literal] = ACTIONS(303), + [sym_oct_literal] = ACTIONS(305), + [sym_bin_literal] = ACTIONS(305), + [anon_sym_true] = ACTIONS(307), + [anon_sym_false] = ACTIONS(307), + [anon_sym_DQUOTE] = ACTIONS(309), + [anon_sym_BSLASH] = ACTIONS(311), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(313), + [sym__oneline_regex_literal] = ACTIONS(315), + [anon_sym_LPAREN] = ACTIONS(317), + [anon_sym_LBRACK] = ACTIONS(319), + [anon_sym_AMP] = ACTIONS(321), + [anon_sym_TILDE] = ACTIONS(321), + [anon_sym_if] = ACTIONS(323), + [anon_sym_switch] = ACTIONS(325), + [aux_sym_custom_operator_token1] = ACTIONS(327), + [anon_sym_LT] = ACTIONS(329), + [anon_sym_GT] = ACTIONS(329), + [anon_sym_await] = ACTIONS(331), + [anon_sym_LBRACE] = ACTIONS(333), + [anon_sym_CARET_LBRACE] = ACTIONS(333), + [anon_sym_self] = ACTIONS(337), + [anon_sym_super] = ACTIONS(339), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(345), + [anon_sym_DASH_EQ] = ACTIONS(345), + [anon_sym_STAR_EQ] = ACTIONS(345), + [anon_sym_SLASH_EQ] = ACTIONS(345), + [anon_sym_PERCENT_EQ] = ACTIONS(345), + [anon_sym_BANG_EQ] = ACTIONS(329), + [anon_sym_BANG_EQ_EQ] = ACTIONS(345), + [anon_sym_EQ_EQ_EQ] = ACTIONS(345), + [anon_sym_LT_EQ] = ACTIONS(345), + [anon_sym_GT_EQ] = ACTIONS(345), + [anon_sym_DOT_DOT_DOT] = ACTIONS(347), + [anon_sym_DOT_DOT_LT] = ACTIONS(349), + [anon_sym_PLUS] = ACTIONS(351), + [anon_sym_DASH] = ACTIONS(351), + [anon_sym_STAR] = ACTIONS(329), + [anon_sym_SLASH] = ACTIONS(329), + [anon_sym_PERCENT] = ACTIONS(329), + [anon_sym_PLUS_PLUS] = ACTIONS(321), + [anon_sym_DASH_DASH] = ACTIONS(321), + [anon_sym_PIPE] = ACTIONS(345), + [anon_sym_CARET] = ACTIONS(329), + [anon_sym_LT_LT] = ACTIONS(345), + [anon_sym_GT_GT] = ACTIONS(345), + [anon_sym_borrowing] = ACTIONS(289), + [anon_sym_consuming] = ACTIONS(289), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(373), + [sym__dot_custom] = ACTIONS(375), + [sym__eq_custom] = ACTIONS(345), + [sym__eq_eq_custom] = ACTIONS(345), + [sym__plus_then_ws] = ACTIONS(345), + [sym__minus_then_ws] = ACTIONS(345), + [sym__bang_custom] = ACTIONS(377), + [sym__custom_operator] = ACTIONS(327), + [sym__hash_symbol_custom] = ACTIONS(379), + [sym__directive_if] = ACTIONS(381), + [sym__directive_elseif] = ACTIONS(381), + [sym__directive_else] = ACTIONS(383), + [sym__directive_endif] = ACTIONS(383), + }, + [STATE(434)] = { + [sym_simple_identifier] = STATE(1343), + [sym__contextual_simple_identifier] = STATE(1209), + [sym__basic_literal] = STATE(1387), + [sym_boolean_literal] = STATE(1387), + [sym__string_literal] = STATE(1387), + [sym_line_string_literal] = STATE(1387), + [sym_multi_line_string_literal] = STATE(1387), + [sym_raw_string_literal] = STATE(1387), + [sym_regex_literal] = STATE(1387), + [sym__extended_regex_literal] = STATE(1437), + [sym__multiline_regex_literal] = STATE(1437), + [sym_user_type] = STATE(6517), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6517), + [sym_dictionary_type] = STATE(6517), + [sym_expression] = STATE(778), + [sym_optional_chain_marker] = STATE(1387), + [sym__unary_expression] = STATE(1387), + [sym_postfix_expression] = STATE(1387), + [sym_constructor_expression] = STATE(1387), + [sym__parenthesized_type] = STATE(8310), + [sym_navigation_expression] = STATE(1387), + [sym__navigable_type_expression] = STATE(8310), + [sym_open_start_range_expression] = STATE(1387), + [sym__range_operator] = STATE(614), + [sym_open_end_range_expression] = STATE(1387), + [sym_prefix_expression] = STATE(1387), + [sym_as_expression] = STATE(1387), + [sym_selector_expression] = STATE(1387), + [sym__binary_expression] = STATE(1387), + [sym_multiplicative_expression] = STATE(1387), + [sym_additive_expression] = STATE(1387), + [sym_range_expression] = STATE(1387), + [sym_infix_expression] = STATE(1387), + [sym_nil_coalescing_expression] = STATE(1387), + [sym_check_expression] = STATE(1387), + [sym_comparison_expression] = STATE(1387), + [sym_equality_expression] = STATE(1387), + [sym_conjunction_expression] = STATE(1387), + [sym_disjunction_expression] = STATE(1387), + [sym_bitwise_operation] = STATE(1387), + [sym_custom_operator] = STATE(772), + [sym_try_expression] = STATE(1387), + [sym_await_expression] = STATE(1387), + [sym__await_operator] = STATE(615), + [sym_ternary_expression] = STATE(1387), + [sym__expr_hack_at_ternary_binary_suffix] = STATE(1370), + [sym_expr_hack_at_ternary_binary_call] = STATE(1370), + [sym_call_expression] = STATE(1387), + [sym_macro_invocation] = STATE(1387), + [sym__primary_expression] = STATE(1387), + [sym_tuple_expression] = STATE(1387), + [sym_array_literal] = STATE(1387), + [sym_dictionary_literal] = STATE(1387), + [sym_special_literal] = STATE(1387), + [sym_playground_literal] = STATE(1387), + [sym_lambda_literal] = STATE(1387), + [sym_self_expression] = STATE(1387), + [sym_super_expression] = STATE(1387), + [sym_if_statement] = STATE(1387), + [sym_switch_statement] = STATE(1387), + [sym_key_path_expression] = STATE(1387), + [sym_key_path_string_expression] = STATE(1387), + [sym_try_operator] = STATE(616), + [sym__assignment_and_operator] = STATE(1443), + [sym__equality_operator] = STATE(1443), + [sym__comparison_operator] = STATE(1443), + [sym__three_dot_operator] = STATE(771), + [sym__open_ended_range_operator] = STATE(614), + [sym__additive_operator] = STATE(1443), + [sym__multiplicative_operator] = STATE(1443), + [sym__prefix_unary_operator] = STATE(621), + [sym_directly_assignable_expression] = STATE(6518), + [sym_assignment] = STATE(1387), + [sym_value_parameter_pack] = STATE(1387), + [sym_value_pack_expansion] = STATE(1387), + [sym_referenceable_operator] = STATE(1387), + [sym__equal_sign] = STATE(1443), + [sym__eq_eq] = STATE(1443), + [sym__dot] = STATE(621), + [sym__hash_symbol] = STATE(4957), + [sym_bang] = STATE(772), + [sym__parameter_ownership_modifier] = STATE(1209), + [sym_directive] = STATE(1387), + [sym_diagnostic] = STATE(1387), + [aux_sym_raw_string_literal_repeat1] = STATE(8468), + [anon_sym_BANG] = ACTIONS(287), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(289), + [aux_sym_simple_identifier_token2] = ACTIONS(291), + [aux_sym_simple_identifier_token3] = ACTIONS(291), + [aux_sym_simple_identifier_token4] = ACTIONS(291), + [anon_sym_actor] = ACTIONS(289), + [anon_sym_async] = ACTIONS(289), + [anon_sym_each] = ACTIONS(297), + [anon_sym_lazy] = ACTIONS(289), + [anon_sym_repeat] = ACTIONS(721), + [anon_sym_package] = ACTIONS(289), + [anon_sym_nil] = ACTIONS(303), + [sym_real_literal] = ACTIONS(305), + [sym_integer_literal] = ACTIONS(303), + [sym_hex_literal] = ACTIONS(303), + [sym_oct_literal] = ACTIONS(305), + [sym_bin_literal] = ACTIONS(305), + [anon_sym_true] = ACTIONS(307), + [anon_sym_false] = ACTIONS(307), + [anon_sym_DQUOTE] = ACTIONS(309), + [anon_sym_BSLASH] = ACTIONS(311), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(313), + [sym__oneline_regex_literal] = ACTIONS(315), + [anon_sym_LPAREN] = ACTIONS(317), + [anon_sym_LBRACK] = ACTIONS(319), + [anon_sym_AMP] = ACTIONS(321), + [anon_sym_TILDE] = ACTIONS(321), + [anon_sym_if] = ACTIONS(323), + [anon_sym_switch] = ACTIONS(325), + [aux_sym_custom_operator_token1] = ACTIONS(327), + [anon_sym_LT] = ACTIONS(329), + [anon_sym_GT] = ACTIONS(329), + [anon_sym_await] = ACTIONS(331), + [anon_sym_LBRACE] = ACTIONS(333), + [anon_sym_CARET_LBRACE] = ACTIONS(333), + [anon_sym_self] = ACTIONS(337), + [anon_sym_super] = ACTIONS(339), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(345), + [anon_sym_DASH_EQ] = ACTIONS(345), + [anon_sym_STAR_EQ] = ACTIONS(345), + [anon_sym_SLASH_EQ] = ACTIONS(345), + [anon_sym_PERCENT_EQ] = ACTIONS(345), + [anon_sym_BANG_EQ] = ACTIONS(329), + [anon_sym_BANG_EQ_EQ] = ACTIONS(345), + [anon_sym_EQ_EQ_EQ] = ACTIONS(345), + [anon_sym_LT_EQ] = ACTIONS(345), + [anon_sym_GT_EQ] = ACTIONS(345), + [anon_sym_DOT_DOT_DOT] = ACTIONS(347), + [anon_sym_DOT_DOT_LT] = ACTIONS(349), + [anon_sym_PLUS] = ACTIONS(351), + [anon_sym_DASH] = ACTIONS(351), + [anon_sym_STAR] = ACTIONS(329), + [anon_sym_SLASH] = ACTIONS(329), + [anon_sym_PERCENT] = ACTIONS(329), + [anon_sym_PLUS_PLUS] = ACTIONS(321), + [anon_sym_DASH_DASH] = ACTIONS(321), + [anon_sym_PIPE] = ACTIONS(345), + [anon_sym_CARET] = ACTIONS(329), + [anon_sym_LT_LT] = ACTIONS(345), + [anon_sym_GT_GT] = ACTIONS(345), + [anon_sym_borrowing] = ACTIONS(289), + [anon_sym_consuming] = ACTIONS(289), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(373), + [sym__dot_custom] = ACTIONS(375), + [sym__eq_custom] = ACTIONS(345), + [sym__eq_eq_custom] = ACTIONS(345), + [sym__plus_then_ws] = ACTIONS(345), + [sym__minus_then_ws] = ACTIONS(345), + [sym__bang_custom] = ACTIONS(377), + [sym__custom_operator] = ACTIONS(327), + [sym__hash_symbol_custom] = ACTIONS(379), + [sym__directive_if] = ACTIONS(381), + [sym__directive_elseif] = ACTIONS(381), + [sym__directive_else] = ACTIONS(383), + [sym__directive_endif] = ACTIONS(383), + }, + [STATE(435)] = { + [sym_simple_identifier] = STATE(1343), + [sym__contextual_simple_identifier] = STATE(1209), + [sym__basic_literal] = STATE(1387), + [sym_boolean_literal] = STATE(1387), + [sym__string_literal] = STATE(1387), + [sym_line_string_literal] = STATE(1387), + [sym_multi_line_string_literal] = STATE(1387), + [sym_raw_string_literal] = STATE(1387), + [sym_regex_literal] = STATE(1387), + [sym__extended_regex_literal] = STATE(1437), + [sym__multiline_regex_literal] = STATE(1437), + [sym_user_type] = STATE(6517), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6517), + [sym_dictionary_type] = STATE(6517), + [sym_expression] = STATE(778), + [sym_optional_chain_marker] = STATE(1387), + [sym__unary_expression] = STATE(1387), + [sym_postfix_expression] = STATE(1387), + [sym_constructor_expression] = STATE(1387), + [sym__parenthesized_type] = STATE(8310), + [sym_navigation_expression] = STATE(1387), + [sym__navigable_type_expression] = STATE(8310), + [sym_open_start_range_expression] = STATE(1387), + [sym__range_operator] = STATE(614), + [sym_open_end_range_expression] = STATE(1387), + [sym_prefix_expression] = STATE(1387), + [sym_as_expression] = STATE(1387), + [sym_selector_expression] = STATE(1387), + [sym__binary_expression] = STATE(1387), + [sym_multiplicative_expression] = STATE(1387), + [sym_additive_expression] = STATE(1387), + [sym_range_expression] = STATE(1387), + [sym_infix_expression] = STATE(1387), + [sym_nil_coalescing_expression] = STATE(1387), + [sym_check_expression] = STATE(1387), + [sym_comparison_expression] = STATE(1387), + [sym_equality_expression] = STATE(1387), + [sym_conjunction_expression] = STATE(1387), + [sym_disjunction_expression] = STATE(1387), + [sym_bitwise_operation] = STATE(1387), + [sym_custom_operator] = STATE(772), + [sym_try_expression] = STATE(1387), + [sym_await_expression] = STATE(1387), + [sym__await_operator] = STATE(615), + [sym_ternary_expression] = STATE(1387), + [sym__expr_hack_at_ternary_binary_suffix] = STATE(1374), + [sym_expr_hack_at_ternary_binary_call] = STATE(1374), + [sym_call_expression] = STATE(1387), + [sym_macro_invocation] = STATE(1387), + [sym__primary_expression] = STATE(1387), + [sym_tuple_expression] = STATE(1387), + [sym_array_literal] = STATE(1387), + [sym_dictionary_literal] = STATE(1387), + [sym_special_literal] = STATE(1387), + [sym_playground_literal] = STATE(1387), + [sym_lambda_literal] = STATE(1387), + [sym_self_expression] = STATE(1387), + [sym_super_expression] = STATE(1387), + [sym_if_statement] = STATE(1387), + [sym_switch_statement] = STATE(1387), + [sym_key_path_expression] = STATE(1387), + [sym_key_path_string_expression] = STATE(1387), + [sym_try_operator] = STATE(616), + [sym__assignment_and_operator] = STATE(1443), + [sym__equality_operator] = STATE(1443), + [sym__comparison_operator] = STATE(1443), + [sym__three_dot_operator] = STATE(771), + [sym__open_ended_range_operator] = STATE(614), + [sym__additive_operator] = STATE(1443), + [sym__multiplicative_operator] = STATE(1443), + [sym__prefix_unary_operator] = STATE(621), + [sym_directly_assignable_expression] = STATE(6518), + [sym_assignment] = STATE(1387), + [sym_value_parameter_pack] = STATE(1387), + [sym_value_pack_expansion] = STATE(1387), + [sym_referenceable_operator] = STATE(1387), + [sym__equal_sign] = STATE(1443), + [sym__eq_eq] = STATE(1443), + [sym__dot] = STATE(621), + [sym__hash_symbol] = STATE(4957), + [sym_bang] = STATE(772), + [sym__parameter_ownership_modifier] = STATE(1209), + [sym_directive] = STATE(1387), + [sym_diagnostic] = STATE(1387), + [aux_sym_raw_string_literal_repeat1] = STATE(8468), + [anon_sym_BANG] = ACTIONS(287), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(289), + [aux_sym_simple_identifier_token2] = ACTIONS(291), + [aux_sym_simple_identifier_token3] = ACTIONS(291), + [aux_sym_simple_identifier_token4] = ACTIONS(291), + [anon_sym_actor] = ACTIONS(289), + [anon_sym_async] = ACTIONS(289), + [anon_sym_each] = ACTIONS(297), + [anon_sym_lazy] = ACTIONS(289), + [anon_sym_repeat] = ACTIONS(721), + [anon_sym_package] = ACTIONS(289), + [anon_sym_nil] = ACTIONS(303), + [sym_real_literal] = ACTIONS(305), + [sym_integer_literal] = ACTIONS(303), + [sym_hex_literal] = ACTIONS(303), + [sym_oct_literal] = ACTIONS(305), + [sym_bin_literal] = ACTIONS(305), + [anon_sym_true] = ACTIONS(307), + [anon_sym_false] = ACTIONS(307), + [anon_sym_DQUOTE] = ACTIONS(309), + [anon_sym_BSLASH] = ACTIONS(311), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(313), + [sym__oneline_regex_literal] = ACTIONS(315), + [anon_sym_LPAREN] = ACTIONS(317), + [anon_sym_LBRACK] = ACTIONS(319), + [anon_sym_AMP] = ACTIONS(321), + [anon_sym_TILDE] = ACTIONS(321), + [anon_sym_if] = ACTIONS(323), + [anon_sym_switch] = ACTIONS(325), + [aux_sym_custom_operator_token1] = ACTIONS(327), + [anon_sym_LT] = ACTIONS(329), + [anon_sym_GT] = ACTIONS(329), + [anon_sym_await] = ACTIONS(331), + [anon_sym_LBRACE] = ACTIONS(333), + [anon_sym_CARET_LBRACE] = ACTIONS(333), + [anon_sym_self] = ACTIONS(337), + [anon_sym_super] = ACTIONS(339), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(345), + [anon_sym_DASH_EQ] = ACTIONS(345), + [anon_sym_STAR_EQ] = ACTIONS(345), + [anon_sym_SLASH_EQ] = ACTIONS(345), + [anon_sym_PERCENT_EQ] = ACTIONS(345), + [anon_sym_BANG_EQ] = ACTIONS(329), + [anon_sym_BANG_EQ_EQ] = ACTIONS(345), + [anon_sym_EQ_EQ_EQ] = ACTIONS(345), + [anon_sym_LT_EQ] = ACTIONS(345), + [anon_sym_GT_EQ] = ACTIONS(345), + [anon_sym_DOT_DOT_DOT] = ACTIONS(347), + [anon_sym_DOT_DOT_LT] = ACTIONS(349), + [anon_sym_PLUS] = ACTIONS(351), + [anon_sym_DASH] = ACTIONS(351), + [anon_sym_STAR] = ACTIONS(329), + [anon_sym_SLASH] = ACTIONS(329), + [anon_sym_PERCENT] = ACTIONS(329), + [anon_sym_PLUS_PLUS] = ACTIONS(321), + [anon_sym_DASH_DASH] = ACTIONS(321), + [anon_sym_PIPE] = ACTIONS(345), + [anon_sym_CARET] = ACTIONS(329), + [anon_sym_LT_LT] = ACTIONS(345), + [anon_sym_GT_GT] = ACTIONS(345), + [anon_sym_borrowing] = ACTIONS(289), + [anon_sym_consuming] = ACTIONS(289), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(373), + [sym__dot_custom] = ACTIONS(375), + [sym__eq_custom] = ACTIONS(345), + [sym__eq_eq_custom] = ACTIONS(345), + [sym__plus_then_ws] = ACTIONS(345), + [sym__minus_then_ws] = ACTIONS(345), + [sym__bang_custom] = ACTIONS(377), + [sym__custom_operator] = ACTIONS(327), + [sym__hash_symbol_custom] = ACTIONS(379), + [sym__directive_if] = ACTIONS(381), + [sym__directive_elseif] = ACTIONS(381), + [sym__directive_else] = ACTIONS(383), + [sym__directive_endif] = ACTIONS(383), + }, + [STATE(436)] = { + [sym_simple_identifier] = STATE(1343), + [sym__contextual_simple_identifier] = STATE(1209), + [sym__basic_literal] = STATE(1387), + [sym_boolean_literal] = STATE(1387), + [sym__string_literal] = STATE(1387), + [sym_line_string_literal] = STATE(1387), + [sym_multi_line_string_literal] = STATE(1387), + [sym_raw_string_literal] = STATE(1387), + [sym_regex_literal] = STATE(1387), + [sym__extended_regex_literal] = STATE(1437), + [sym__multiline_regex_literal] = STATE(1437), + [sym_user_type] = STATE(6517), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6517), + [sym_dictionary_type] = STATE(6517), + [sym_expression] = STATE(778), + [sym_optional_chain_marker] = STATE(1387), + [sym__unary_expression] = STATE(1387), + [sym_postfix_expression] = STATE(1387), + [sym_constructor_expression] = STATE(1387), + [sym__parenthesized_type] = STATE(8310), + [sym_navigation_expression] = STATE(1387), + [sym__navigable_type_expression] = STATE(8310), + [sym_open_start_range_expression] = STATE(1387), + [sym__range_operator] = STATE(614), + [sym_open_end_range_expression] = STATE(1387), + [sym_prefix_expression] = STATE(1387), + [sym_as_expression] = STATE(1387), + [sym_selector_expression] = STATE(1387), + [sym__binary_expression] = STATE(1387), + [sym_multiplicative_expression] = STATE(1387), + [sym_additive_expression] = STATE(1387), + [sym_range_expression] = STATE(1387), + [sym_infix_expression] = STATE(1387), + [sym_nil_coalescing_expression] = STATE(1387), + [sym_check_expression] = STATE(1387), + [sym_comparison_expression] = STATE(1387), + [sym_equality_expression] = STATE(1387), + [sym_conjunction_expression] = STATE(1387), + [sym_disjunction_expression] = STATE(1387), + [sym_bitwise_operation] = STATE(1387), + [sym_custom_operator] = STATE(772), + [sym_try_expression] = STATE(1387), + [sym_await_expression] = STATE(1387), + [sym__await_operator] = STATE(615), + [sym_ternary_expression] = STATE(1387), + [sym__expr_hack_at_ternary_binary_suffix] = STATE(1378), + [sym_expr_hack_at_ternary_binary_call] = STATE(1378), + [sym_call_expression] = STATE(1387), + [sym_macro_invocation] = STATE(1387), + [sym__primary_expression] = STATE(1387), + [sym_tuple_expression] = STATE(1387), + [sym_array_literal] = STATE(1387), + [sym_dictionary_literal] = STATE(1387), + [sym_special_literal] = STATE(1387), + [sym_playground_literal] = STATE(1387), + [sym_lambda_literal] = STATE(1387), + [sym_self_expression] = STATE(1387), + [sym_super_expression] = STATE(1387), + [sym_if_statement] = STATE(1387), + [sym_switch_statement] = STATE(1387), + [sym_key_path_expression] = STATE(1387), + [sym_key_path_string_expression] = STATE(1387), + [sym_try_operator] = STATE(616), + [sym__assignment_and_operator] = STATE(1443), + [sym__equality_operator] = STATE(1443), + [sym__comparison_operator] = STATE(1443), + [sym__three_dot_operator] = STATE(771), + [sym__open_ended_range_operator] = STATE(614), + [sym__additive_operator] = STATE(1443), + [sym__multiplicative_operator] = STATE(1443), + [sym__prefix_unary_operator] = STATE(621), + [sym_directly_assignable_expression] = STATE(6518), + [sym_assignment] = STATE(1387), + [sym_value_parameter_pack] = STATE(1387), + [sym_value_pack_expansion] = STATE(1387), + [sym_referenceable_operator] = STATE(1387), + [sym__equal_sign] = STATE(1443), + [sym__eq_eq] = STATE(1443), + [sym__dot] = STATE(621), + [sym__hash_symbol] = STATE(4957), + [sym_bang] = STATE(772), + [sym__parameter_ownership_modifier] = STATE(1209), + [sym_directive] = STATE(1387), + [sym_diagnostic] = STATE(1387), + [aux_sym_raw_string_literal_repeat1] = STATE(8468), + [anon_sym_BANG] = ACTIONS(287), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(289), + [aux_sym_simple_identifier_token2] = ACTIONS(291), + [aux_sym_simple_identifier_token3] = ACTIONS(291), + [aux_sym_simple_identifier_token4] = ACTIONS(291), + [anon_sym_actor] = ACTIONS(289), + [anon_sym_async] = ACTIONS(289), + [anon_sym_each] = ACTIONS(297), + [anon_sym_lazy] = ACTIONS(289), + [anon_sym_repeat] = ACTIONS(721), + [anon_sym_package] = ACTIONS(289), + [anon_sym_nil] = ACTIONS(303), + [sym_real_literal] = ACTIONS(305), + [sym_integer_literal] = ACTIONS(303), + [sym_hex_literal] = ACTIONS(303), + [sym_oct_literal] = ACTIONS(305), + [sym_bin_literal] = ACTIONS(305), + [anon_sym_true] = ACTIONS(307), + [anon_sym_false] = ACTIONS(307), + [anon_sym_DQUOTE] = ACTIONS(309), + [anon_sym_BSLASH] = ACTIONS(311), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(313), + [sym__oneline_regex_literal] = ACTIONS(315), + [anon_sym_LPAREN] = ACTIONS(317), + [anon_sym_LBRACK] = ACTIONS(319), + [anon_sym_AMP] = ACTIONS(321), + [anon_sym_TILDE] = ACTIONS(321), + [anon_sym_if] = ACTIONS(323), + [anon_sym_switch] = ACTIONS(325), + [aux_sym_custom_operator_token1] = ACTIONS(327), + [anon_sym_LT] = ACTIONS(329), + [anon_sym_GT] = ACTIONS(329), + [anon_sym_await] = ACTIONS(331), + [anon_sym_LBRACE] = ACTIONS(333), + [anon_sym_CARET_LBRACE] = ACTIONS(333), + [anon_sym_self] = ACTIONS(337), + [anon_sym_super] = ACTIONS(339), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(345), + [anon_sym_DASH_EQ] = ACTIONS(345), + [anon_sym_STAR_EQ] = ACTIONS(345), + [anon_sym_SLASH_EQ] = ACTIONS(345), + [anon_sym_PERCENT_EQ] = ACTIONS(345), + [anon_sym_BANG_EQ] = ACTIONS(329), + [anon_sym_BANG_EQ_EQ] = ACTIONS(345), + [anon_sym_EQ_EQ_EQ] = ACTIONS(345), + [anon_sym_LT_EQ] = ACTIONS(345), + [anon_sym_GT_EQ] = ACTIONS(345), + [anon_sym_DOT_DOT_DOT] = ACTIONS(347), + [anon_sym_DOT_DOT_LT] = ACTIONS(349), + [anon_sym_PLUS] = ACTIONS(351), + [anon_sym_DASH] = ACTIONS(351), + [anon_sym_STAR] = ACTIONS(329), + [anon_sym_SLASH] = ACTIONS(329), + [anon_sym_PERCENT] = ACTIONS(329), + [anon_sym_PLUS_PLUS] = ACTIONS(321), + [anon_sym_DASH_DASH] = ACTIONS(321), + [anon_sym_PIPE] = ACTIONS(345), + [anon_sym_CARET] = ACTIONS(329), + [anon_sym_LT_LT] = ACTIONS(345), + [anon_sym_GT_GT] = ACTIONS(345), + [anon_sym_borrowing] = ACTIONS(289), + [anon_sym_consuming] = ACTIONS(289), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(373), + [sym__dot_custom] = ACTIONS(375), + [sym__eq_custom] = ACTIONS(345), + [sym__eq_eq_custom] = ACTIONS(345), + [sym__plus_then_ws] = ACTIONS(345), + [sym__minus_then_ws] = ACTIONS(345), + [sym__bang_custom] = ACTIONS(377), + [sym__custom_operator] = ACTIONS(327), + [sym__hash_symbol_custom] = ACTIONS(379), + [sym__directive_if] = ACTIONS(381), + [sym__directive_elseif] = ACTIONS(381), + [sym__directive_else] = ACTIONS(383), + [sym__directive_endif] = ACTIONS(383), + }, + [STATE(437)] = { + [sym_simple_identifier] = STATE(1343), + [sym__contextual_simple_identifier] = STATE(1209), + [sym__basic_literal] = STATE(1387), + [sym_boolean_literal] = STATE(1387), + [sym__string_literal] = STATE(1387), + [sym_line_string_literal] = STATE(1387), + [sym_multi_line_string_literal] = STATE(1387), + [sym_raw_string_literal] = STATE(1387), + [sym_regex_literal] = STATE(1387), + [sym__extended_regex_literal] = STATE(1437), + [sym__multiline_regex_literal] = STATE(1437), + [sym_user_type] = STATE(6517), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6517), + [sym_dictionary_type] = STATE(6517), + [sym_expression] = STATE(778), + [sym_optional_chain_marker] = STATE(1387), + [sym__unary_expression] = STATE(1387), + [sym_postfix_expression] = STATE(1387), + [sym_constructor_expression] = STATE(1387), + [sym__parenthesized_type] = STATE(8310), + [sym_navigation_expression] = STATE(1387), + [sym__navigable_type_expression] = STATE(8310), + [sym_open_start_range_expression] = STATE(1387), + [sym__range_operator] = STATE(614), + [sym_open_end_range_expression] = STATE(1387), + [sym_prefix_expression] = STATE(1387), + [sym_as_expression] = STATE(1387), + [sym_selector_expression] = STATE(1387), + [sym__binary_expression] = STATE(1387), + [sym_multiplicative_expression] = STATE(1387), + [sym_additive_expression] = STATE(1387), + [sym_range_expression] = STATE(1387), + [sym_infix_expression] = STATE(1387), + [sym_nil_coalescing_expression] = STATE(1387), + [sym_check_expression] = STATE(1387), + [sym_comparison_expression] = STATE(1387), + [sym_equality_expression] = STATE(1387), + [sym_conjunction_expression] = STATE(1387), + [sym_disjunction_expression] = STATE(1387), + [sym_bitwise_operation] = STATE(1387), + [sym_custom_operator] = STATE(772), + [sym_try_expression] = STATE(1387), + [sym_await_expression] = STATE(1387), + [sym__await_operator] = STATE(615), + [sym_ternary_expression] = STATE(1387), + [sym__expr_hack_at_ternary_binary_suffix] = STATE(1380), + [sym_expr_hack_at_ternary_binary_call] = STATE(1380), + [sym_call_expression] = STATE(1387), + [sym_macro_invocation] = STATE(1387), + [sym__primary_expression] = STATE(1387), + [sym_tuple_expression] = STATE(1387), + [sym_array_literal] = STATE(1387), + [sym_dictionary_literal] = STATE(1387), + [sym_special_literal] = STATE(1387), + [sym_playground_literal] = STATE(1387), + [sym_lambda_literal] = STATE(1387), + [sym_self_expression] = STATE(1387), + [sym_super_expression] = STATE(1387), + [sym_if_statement] = STATE(1387), + [sym_switch_statement] = STATE(1387), + [sym_key_path_expression] = STATE(1387), + [sym_key_path_string_expression] = STATE(1387), + [sym_try_operator] = STATE(616), + [sym__assignment_and_operator] = STATE(1443), + [sym__equality_operator] = STATE(1443), + [sym__comparison_operator] = STATE(1443), + [sym__three_dot_operator] = STATE(771), + [sym__open_ended_range_operator] = STATE(614), + [sym__additive_operator] = STATE(1443), + [sym__multiplicative_operator] = STATE(1443), + [sym__prefix_unary_operator] = STATE(621), + [sym_directly_assignable_expression] = STATE(6518), + [sym_assignment] = STATE(1387), + [sym_value_parameter_pack] = STATE(1387), + [sym_value_pack_expansion] = STATE(1387), + [sym_referenceable_operator] = STATE(1387), + [sym__equal_sign] = STATE(1443), + [sym__eq_eq] = STATE(1443), + [sym__dot] = STATE(621), + [sym__hash_symbol] = STATE(4957), + [sym_bang] = STATE(772), + [sym__parameter_ownership_modifier] = STATE(1209), + [sym_directive] = STATE(1387), + [sym_diagnostic] = STATE(1387), + [aux_sym_raw_string_literal_repeat1] = STATE(8468), + [anon_sym_BANG] = ACTIONS(287), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(289), + [aux_sym_simple_identifier_token2] = ACTIONS(291), + [aux_sym_simple_identifier_token3] = ACTIONS(291), + [aux_sym_simple_identifier_token4] = ACTIONS(291), + [anon_sym_actor] = ACTIONS(289), + [anon_sym_async] = ACTIONS(289), + [anon_sym_each] = ACTIONS(297), + [anon_sym_lazy] = ACTIONS(289), + [anon_sym_repeat] = ACTIONS(721), + [anon_sym_package] = ACTIONS(289), + [anon_sym_nil] = ACTIONS(303), + [sym_real_literal] = ACTIONS(305), + [sym_integer_literal] = ACTIONS(303), + [sym_hex_literal] = ACTIONS(303), + [sym_oct_literal] = ACTIONS(305), + [sym_bin_literal] = ACTIONS(305), + [anon_sym_true] = ACTIONS(307), + [anon_sym_false] = ACTIONS(307), + [anon_sym_DQUOTE] = ACTIONS(309), + [anon_sym_BSLASH] = ACTIONS(311), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(313), + [sym__oneline_regex_literal] = ACTIONS(315), + [anon_sym_LPAREN] = ACTIONS(317), + [anon_sym_LBRACK] = ACTIONS(319), + [anon_sym_AMP] = ACTIONS(321), + [anon_sym_TILDE] = ACTIONS(321), + [anon_sym_if] = ACTIONS(323), + [anon_sym_switch] = ACTIONS(325), + [aux_sym_custom_operator_token1] = ACTIONS(327), + [anon_sym_LT] = ACTIONS(329), + [anon_sym_GT] = ACTIONS(329), + [anon_sym_await] = ACTIONS(331), + [anon_sym_LBRACE] = ACTIONS(333), + [anon_sym_CARET_LBRACE] = ACTIONS(333), + [anon_sym_self] = ACTIONS(337), + [anon_sym_super] = ACTIONS(339), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(345), + [anon_sym_DASH_EQ] = ACTIONS(345), + [anon_sym_STAR_EQ] = ACTIONS(345), + [anon_sym_SLASH_EQ] = ACTIONS(345), + [anon_sym_PERCENT_EQ] = ACTIONS(345), + [anon_sym_BANG_EQ] = ACTIONS(329), + [anon_sym_BANG_EQ_EQ] = ACTIONS(345), + [anon_sym_EQ_EQ_EQ] = ACTIONS(345), + [anon_sym_LT_EQ] = ACTIONS(345), + [anon_sym_GT_EQ] = ACTIONS(345), + [anon_sym_DOT_DOT_DOT] = ACTIONS(347), + [anon_sym_DOT_DOT_LT] = ACTIONS(349), + [anon_sym_PLUS] = ACTIONS(351), + [anon_sym_DASH] = ACTIONS(351), + [anon_sym_STAR] = ACTIONS(329), + [anon_sym_SLASH] = ACTIONS(329), + [anon_sym_PERCENT] = ACTIONS(329), + [anon_sym_PLUS_PLUS] = ACTIONS(321), + [anon_sym_DASH_DASH] = ACTIONS(321), + [anon_sym_PIPE] = ACTIONS(345), + [anon_sym_CARET] = ACTIONS(329), + [anon_sym_LT_LT] = ACTIONS(345), + [anon_sym_GT_GT] = ACTIONS(345), + [anon_sym_borrowing] = ACTIONS(289), + [anon_sym_consuming] = ACTIONS(289), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(373), + [sym__dot_custom] = ACTIONS(375), + [sym__eq_custom] = ACTIONS(345), + [sym__eq_eq_custom] = ACTIONS(345), + [sym__plus_then_ws] = ACTIONS(345), + [sym__minus_then_ws] = ACTIONS(345), + [sym__bang_custom] = ACTIONS(377), + [sym__custom_operator] = ACTIONS(327), + [sym__hash_symbol_custom] = ACTIONS(379), + [sym__directive_if] = ACTIONS(381), + [sym__directive_elseif] = ACTIONS(381), + [sym__directive_else] = ACTIONS(383), + [sym__directive_endif] = ACTIONS(383), + }, + [STATE(438)] = { + [sym_simple_identifier] = STATE(1343), + [sym__contextual_simple_identifier] = STATE(1209), + [sym__basic_literal] = STATE(1387), + [sym_boolean_literal] = STATE(1387), + [sym__string_literal] = STATE(1387), + [sym_line_string_literal] = STATE(1387), + [sym_multi_line_string_literal] = STATE(1387), + [sym_raw_string_literal] = STATE(1387), + [sym_regex_literal] = STATE(1387), + [sym__extended_regex_literal] = STATE(1437), + [sym__multiline_regex_literal] = STATE(1437), + [sym_user_type] = STATE(6517), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6517), + [sym_dictionary_type] = STATE(6517), + [sym_expression] = STATE(778), + [sym_optional_chain_marker] = STATE(1387), + [sym__unary_expression] = STATE(1387), + [sym_postfix_expression] = STATE(1387), + [sym_constructor_expression] = STATE(1387), + [sym__parenthesized_type] = STATE(8310), + [sym_navigation_expression] = STATE(1387), + [sym__navigable_type_expression] = STATE(8310), + [sym_open_start_range_expression] = STATE(1387), + [sym__range_operator] = STATE(614), + [sym_open_end_range_expression] = STATE(1387), + [sym_prefix_expression] = STATE(1387), + [sym_as_expression] = STATE(1387), + [sym_selector_expression] = STATE(1387), + [sym__binary_expression] = STATE(1387), + [sym_multiplicative_expression] = STATE(1387), + [sym_additive_expression] = STATE(1387), + [sym_range_expression] = STATE(1387), + [sym_infix_expression] = STATE(1387), + [sym_nil_coalescing_expression] = STATE(1387), + [sym_check_expression] = STATE(1387), + [sym_comparison_expression] = STATE(1387), + [sym_equality_expression] = STATE(1387), + [sym_conjunction_expression] = STATE(1387), + [sym_disjunction_expression] = STATE(1387), + [sym_bitwise_operation] = STATE(1387), + [sym_custom_operator] = STATE(772), + [sym_try_expression] = STATE(1387), + [sym_await_expression] = STATE(1387), + [sym__await_operator] = STATE(615), + [sym_ternary_expression] = STATE(1387), + [sym__expr_hack_at_ternary_binary_suffix] = STATE(1381), + [sym_expr_hack_at_ternary_binary_call] = STATE(1381), + [sym_call_expression] = STATE(1387), + [sym_macro_invocation] = STATE(1387), + [sym__primary_expression] = STATE(1387), + [sym_tuple_expression] = STATE(1387), + [sym_array_literal] = STATE(1387), + [sym_dictionary_literal] = STATE(1387), + [sym_special_literal] = STATE(1387), + [sym_playground_literal] = STATE(1387), + [sym_lambda_literal] = STATE(1387), + [sym_self_expression] = STATE(1387), + [sym_super_expression] = STATE(1387), + [sym_if_statement] = STATE(1387), + [sym_switch_statement] = STATE(1387), + [sym_key_path_expression] = STATE(1387), + [sym_key_path_string_expression] = STATE(1387), + [sym_try_operator] = STATE(616), + [sym__assignment_and_operator] = STATE(1443), + [sym__equality_operator] = STATE(1443), + [sym__comparison_operator] = STATE(1443), + [sym__three_dot_operator] = STATE(771), + [sym__open_ended_range_operator] = STATE(614), + [sym__additive_operator] = STATE(1443), + [sym__multiplicative_operator] = STATE(1443), + [sym__prefix_unary_operator] = STATE(621), + [sym_directly_assignable_expression] = STATE(6518), + [sym_assignment] = STATE(1387), + [sym_value_parameter_pack] = STATE(1387), + [sym_value_pack_expansion] = STATE(1387), + [sym_referenceable_operator] = STATE(1387), + [sym__equal_sign] = STATE(1443), + [sym__eq_eq] = STATE(1443), + [sym__dot] = STATE(621), + [sym__hash_symbol] = STATE(4957), + [sym_bang] = STATE(772), + [sym__parameter_ownership_modifier] = STATE(1209), + [sym_directive] = STATE(1387), + [sym_diagnostic] = STATE(1387), + [aux_sym_raw_string_literal_repeat1] = STATE(8468), + [anon_sym_BANG] = ACTIONS(287), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(289), + [aux_sym_simple_identifier_token2] = ACTIONS(291), + [aux_sym_simple_identifier_token3] = ACTIONS(291), + [aux_sym_simple_identifier_token4] = ACTIONS(291), + [anon_sym_actor] = ACTIONS(289), + [anon_sym_async] = ACTIONS(289), + [anon_sym_each] = ACTIONS(297), + [anon_sym_lazy] = ACTIONS(289), + [anon_sym_repeat] = ACTIONS(721), + [anon_sym_package] = ACTIONS(289), + [anon_sym_nil] = ACTIONS(303), + [sym_real_literal] = ACTIONS(305), + [sym_integer_literal] = ACTIONS(303), + [sym_hex_literal] = ACTIONS(303), + [sym_oct_literal] = ACTIONS(305), + [sym_bin_literal] = ACTIONS(305), + [anon_sym_true] = ACTIONS(307), + [anon_sym_false] = ACTIONS(307), + [anon_sym_DQUOTE] = ACTIONS(309), + [anon_sym_BSLASH] = ACTIONS(311), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(313), + [sym__oneline_regex_literal] = ACTIONS(315), + [anon_sym_LPAREN] = ACTIONS(317), + [anon_sym_LBRACK] = ACTIONS(319), + [anon_sym_AMP] = ACTIONS(321), + [anon_sym_TILDE] = ACTIONS(321), + [anon_sym_if] = ACTIONS(323), + [anon_sym_switch] = ACTIONS(325), + [aux_sym_custom_operator_token1] = ACTIONS(327), + [anon_sym_LT] = ACTIONS(329), + [anon_sym_GT] = ACTIONS(329), + [anon_sym_await] = ACTIONS(331), + [anon_sym_LBRACE] = ACTIONS(333), + [anon_sym_CARET_LBRACE] = ACTIONS(333), + [anon_sym_self] = ACTIONS(337), + [anon_sym_super] = ACTIONS(339), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(345), + [anon_sym_DASH_EQ] = ACTIONS(345), + [anon_sym_STAR_EQ] = ACTIONS(345), + [anon_sym_SLASH_EQ] = ACTIONS(345), + [anon_sym_PERCENT_EQ] = ACTIONS(345), + [anon_sym_BANG_EQ] = ACTIONS(329), + [anon_sym_BANG_EQ_EQ] = ACTIONS(345), + [anon_sym_EQ_EQ_EQ] = ACTIONS(345), + [anon_sym_LT_EQ] = ACTIONS(345), + [anon_sym_GT_EQ] = ACTIONS(345), + [anon_sym_DOT_DOT_DOT] = ACTIONS(347), + [anon_sym_DOT_DOT_LT] = ACTIONS(349), + [anon_sym_PLUS] = ACTIONS(351), + [anon_sym_DASH] = ACTIONS(351), + [anon_sym_STAR] = ACTIONS(329), + [anon_sym_SLASH] = ACTIONS(329), + [anon_sym_PERCENT] = ACTIONS(329), + [anon_sym_PLUS_PLUS] = ACTIONS(321), + [anon_sym_DASH_DASH] = ACTIONS(321), + [anon_sym_PIPE] = ACTIONS(345), + [anon_sym_CARET] = ACTIONS(329), + [anon_sym_LT_LT] = ACTIONS(345), + [anon_sym_GT_GT] = ACTIONS(345), + [anon_sym_borrowing] = ACTIONS(289), + [anon_sym_consuming] = ACTIONS(289), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(373), + [sym__dot_custom] = ACTIONS(375), + [sym__eq_custom] = ACTIONS(345), + [sym__eq_eq_custom] = ACTIONS(345), + [sym__plus_then_ws] = ACTIONS(345), + [sym__minus_then_ws] = ACTIONS(345), + [sym__bang_custom] = ACTIONS(377), + [sym__custom_operator] = ACTIONS(327), + [sym__hash_symbol_custom] = ACTIONS(379), + [sym__directive_if] = ACTIONS(381), + [sym__directive_elseif] = ACTIONS(381), + [sym__directive_else] = ACTIONS(383), + [sym__directive_endif] = ACTIONS(383), + }, + [STATE(439)] = { + [sym_simple_identifier] = STATE(1343), + [sym__contextual_simple_identifier] = STATE(1209), + [sym__basic_literal] = STATE(1387), + [sym_boolean_literal] = STATE(1387), + [sym__string_literal] = STATE(1387), + [sym_line_string_literal] = STATE(1387), + [sym_multi_line_string_literal] = STATE(1387), + [sym_raw_string_literal] = STATE(1387), + [sym_regex_literal] = STATE(1387), + [sym__extended_regex_literal] = STATE(1437), + [sym__multiline_regex_literal] = STATE(1437), + [sym_user_type] = STATE(6517), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6517), + [sym_dictionary_type] = STATE(6517), + [sym_expression] = STATE(778), + [sym_optional_chain_marker] = STATE(1387), + [sym__unary_expression] = STATE(1387), + [sym_postfix_expression] = STATE(1387), + [sym_constructor_expression] = STATE(1387), + [sym__parenthesized_type] = STATE(8310), + [sym_navigation_expression] = STATE(1387), + [sym__navigable_type_expression] = STATE(8310), + [sym_open_start_range_expression] = STATE(1387), + [sym__range_operator] = STATE(614), + [sym_open_end_range_expression] = STATE(1387), + [sym_prefix_expression] = STATE(1387), + [sym_as_expression] = STATE(1387), + [sym_selector_expression] = STATE(1387), + [sym__binary_expression] = STATE(1387), + [sym_multiplicative_expression] = STATE(1387), + [sym_additive_expression] = STATE(1387), + [sym_range_expression] = STATE(1387), + [sym_infix_expression] = STATE(1387), + [sym_nil_coalescing_expression] = STATE(1387), + [sym_check_expression] = STATE(1387), + [sym_comparison_expression] = STATE(1387), + [sym_equality_expression] = STATE(1387), + [sym_conjunction_expression] = STATE(1387), + [sym_disjunction_expression] = STATE(1387), + [sym_bitwise_operation] = STATE(1387), + [sym_custom_operator] = STATE(772), + [sym_try_expression] = STATE(1387), + [sym_await_expression] = STATE(1387), + [sym__await_operator] = STATE(615), + [sym_ternary_expression] = STATE(1387), + [sym__expr_hack_at_ternary_binary_suffix] = STATE(1383), + [sym_expr_hack_at_ternary_binary_call] = STATE(1383), + [sym_call_expression] = STATE(1387), + [sym_macro_invocation] = STATE(1387), + [sym__primary_expression] = STATE(1387), + [sym_tuple_expression] = STATE(1387), + [sym_array_literal] = STATE(1387), + [sym_dictionary_literal] = STATE(1387), + [sym_special_literal] = STATE(1387), + [sym_playground_literal] = STATE(1387), + [sym_lambda_literal] = STATE(1387), + [sym_self_expression] = STATE(1387), + [sym_super_expression] = STATE(1387), + [sym_if_statement] = STATE(1387), + [sym_switch_statement] = STATE(1387), + [sym_key_path_expression] = STATE(1387), + [sym_key_path_string_expression] = STATE(1387), + [sym_try_operator] = STATE(616), + [sym__assignment_and_operator] = STATE(1443), + [sym__equality_operator] = STATE(1443), + [sym__comparison_operator] = STATE(1443), + [sym__three_dot_operator] = STATE(771), + [sym__open_ended_range_operator] = STATE(614), + [sym__additive_operator] = STATE(1443), + [sym__multiplicative_operator] = STATE(1443), + [sym__prefix_unary_operator] = STATE(621), + [sym_directly_assignable_expression] = STATE(6518), + [sym_assignment] = STATE(1387), + [sym_value_parameter_pack] = STATE(1387), + [sym_value_pack_expansion] = STATE(1387), + [sym_referenceable_operator] = STATE(1387), + [sym__equal_sign] = STATE(1443), + [sym__eq_eq] = STATE(1443), + [sym__dot] = STATE(621), + [sym__hash_symbol] = STATE(4957), + [sym_bang] = STATE(772), + [sym__parameter_ownership_modifier] = STATE(1209), + [sym_directive] = STATE(1387), + [sym_diagnostic] = STATE(1387), + [aux_sym_raw_string_literal_repeat1] = STATE(8468), + [anon_sym_BANG] = ACTIONS(287), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(289), + [aux_sym_simple_identifier_token2] = ACTIONS(291), + [aux_sym_simple_identifier_token3] = ACTIONS(291), + [aux_sym_simple_identifier_token4] = ACTIONS(291), + [anon_sym_actor] = ACTIONS(289), + [anon_sym_async] = ACTIONS(289), + [anon_sym_each] = ACTIONS(297), + [anon_sym_lazy] = ACTIONS(289), + [anon_sym_repeat] = ACTIONS(721), + [anon_sym_package] = ACTIONS(289), + [anon_sym_nil] = ACTIONS(303), + [sym_real_literal] = ACTIONS(305), + [sym_integer_literal] = ACTIONS(303), + [sym_hex_literal] = ACTIONS(303), + [sym_oct_literal] = ACTIONS(305), + [sym_bin_literal] = ACTIONS(305), + [anon_sym_true] = ACTIONS(307), + [anon_sym_false] = ACTIONS(307), + [anon_sym_DQUOTE] = ACTIONS(309), + [anon_sym_BSLASH] = ACTIONS(311), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(313), + [sym__oneline_regex_literal] = ACTIONS(315), + [anon_sym_LPAREN] = ACTIONS(317), + [anon_sym_LBRACK] = ACTIONS(319), + [anon_sym_AMP] = ACTIONS(321), + [anon_sym_TILDE] = ACTIONS(321), + [anon_sym_if] = ACTIONS(323), + [anon_sym_switch] = ACTIONS(325), + [aux_sym_custom_operator_token1] = ACTIONS(327), + [anon_sym_LT] = ACTIONS(329), + [anon_sym_GT] = ACTIONS(329), + [anon_sym_await] = ACTIONS(331), + [anon_sym_LBRACE] = ACTIONS(333), + [anon_sym_CARET_LBRACE] = ACTIONS(333), + [anon_sym_self] = ACTIONS(337), + [anon_sym_super] = ACTIONS(339), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(345), + [anon_sym_DASH_EQ] = ACTIONS(345), + [anon_sym_STAR_EQ] = ACTIONS(345), + [anon_sym_SLASH_EQ] = ACTIONS(345), + [anon_sym_PERCENT_EQ] = ACTIONS(345), + [anon_sym_BANG_EQ] = ACTIONS(329), + [anon_sym_BANG_EQ_EQ] = ACTIONS(345), + [anon_sym_EQ_EQ_EQ] = ACTIONS(345), + [anon_sym_LT_EQ] = ACTIONS(345), + [anon_sym_GT_EQ] = ACTIONS(345), + [anon_sym_DOT_DOT_DOT] = ACTIONS(347), + [anon_sym_DOT_DOT_LT] = ACTIONS(349), + [anon_sym_PLUS] = ACTIONS(351), + [anon_sym_DASH] = ACTIONS(351), + [anon_sym_STAR] = ACTIONS(329), + [anon_sym_SLASH] = ACTIONS(329), + [anon_sym_PERCENT] = ACTIONS(329), + [anon_sym_PLUS_PLUS] = ACTIONS(321), + [anon_sym_DASH_DASH] = ACTIONS(321), + [anon_sym_PIPE] = ACTIONS(345), + [anon_sym_CARET] = ACTIONS(329), + [anon_sym_LT_LT] = ACTIONS(345), + [anon_sym_GT_GT] = ACTIONS(345), + [anon_sym_borrowing] = ACTIONS(289), + [anon_sym_consuming] = ACTIONS(289), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(373), + [sym__dot_custom] = ACTIONS(375), + [sym__eq_custom] = ACTIONS(345), + [sym__eq_eq_custom] = ACTIONS(345), + [sym__plus_then_ws] = ACTIONS(345), + [sym__minus_then_ws] = ACTIONS(345), + [sym__bang_custom] = ACTIONS(377), + [sym__custom_operator] = ACTIONS(327), + [sym__hash_symbol_custom] = ACTIONS(379), + [sym__directive_if] = ACTIONS(381), + [sym__directive_elseif] = ACTIONS(381), + [sym__directive_else] = ACTIONS(383), + [sym__directive_endif] = ACTIONS(383), + }, + [STATE(440)] = { + [sym_simple_identifier] = STATE(2455), + [sym__contextual_simple_identifier] = STATE(2422), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1459), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym__expr_hack_at_ternary_binary_suffix] = STATE(2788), + [sym_expr_hack_at_ternary_binary_call] = STATE(2788), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym_self_expression] = STATE(2689), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(2689), + [sym_switch_statement] = STATE(2689), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__parameter_ownership_modifier] = STATE(2422), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(11), + [aux_sym_simple_identifier_token2] = ACTIONS(13), + [aux_sym_simple_identifier_token3] = ACTIONS(13), + [aux_sym_simple_identifier_token4] = ACTIONS(13), + [anon_sym_actor] = ACTIONS(11), + [anon_sym_async] = ACTIONS(11), + [anon_sym_each] = ACTIONS(19), + [anon_sym_lazy] = ACTIONS(11), + [anon_sym_repeat] = ACTIONS(831), + [anon_sym_package] = ACTIONS(11), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_self] = ACTIONS(59), + [anon_sym_super] = ACTIONS(61), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [anon_sym_borrowing] = ACTIONS(11), + [anon_sym_consuming] = ACTIONS(11), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(441)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1468), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym__expr_hack_at_ternary_binary_suffix] = STATE(921), + [sym_expr_hack_at_ternary_binary_call] = STATE(921), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(442)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1468), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym__expr_hack_at_ternary_binary_suffix] = STATE(923), + [sym_expr_hack_at_ternary_binary_call] = STATE(923), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(443)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1468), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym__expr_hack_at_ternary_binary_suffix] = STATE(924), + [sym_expr_hack_at_ternary_binary_call] = STATE(924), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(444)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1468), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym__expr_hack_at_ternary_binary_suffix] = STATE(925), + [sym_expr_hack_at_ternary_binary_call] = STATE(925), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(445)] = { + [sym_simple_identifier] = STATE(1343), + [sym__contextual_simple_identifier] = STATE(1209), + [sym__basic_literal] = STATE(1387), + [sym_boolean_literal] = STATE(1387), + [sym__string_literal] = STATE(1387), + [sym_line_string_literal] = STATE(1387), + [sym_multi_line_string_literal] = STATE(1387), + [sym_raw_string_literal] = STATE(1387), + [sym_regex_literal] = STATE(1387), + [sym__extended_regex_literal] = STATE(1437), + [sym__multiline_regex_literal] = STATE(1437), + [sym_user_type] = STATE(6517), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6517), + [sym_dictionary_type] = STATE(6517), + [sym_expression] = STATE(778), + [sym_optional_chain_marker] = STATE(1387), + [sym__unary_expression] = STATE(1387), + [sym_postfix_expression] = STATE(1387), + [sym_constructor_expression] = STATE(1387), + [sym__parenthesized_type] = STATE(8310), + [sym_navigation_expression] = STATE(1387), + [sym__navigable_type_expression] = STATE(8310), + [sym_open_start_range_expression] = STATE(1387), + [sym__range_operator] = STATE(614), + [sym_open_end_range_expression] = STATE(1387), + [sym_prefix_expression] = STATE(1387), + [sym_as_expression] = STATE(1387), + [sym_selector_expression] = STATE(1387), + [sym__binary_expression] = STATE(1387), + [sym_multiplicative_expression] = STATE(1387), + [sym_additive_expression] = STATE(1387), + [sym_range_expression] = STATE(1387), + [sym_infix_expression] = STATE(1387), + [sym_nil_coalescing_expression] = STATE(1387), + [sym_check_expression] = STATE(1387), + [sym_comparison_expression] = STATE(1387), + [sym_equality_expression] = STATE(1387), + [sym_conjunction_expression] = STATE(1387), + [sym_disjunction_expression] = STATE(1387), + [sym_bitwise_operation] = STATE(1387), + [sym_custom_operator] = STATE(772), + [sym_try_expression] = STATE(1387), + [sym_await_expression] = STATE(1387), + [sym__await_operator] = STATE(615), + [sym_ternary_expression] = STATE(1387), + [sym__expr_hack_at_ternary_binary_suffix] = STATE(1422), + [sym_expr_hack_at_ternary_binary_call] = STATE(1422), + [sym_call_expression] = STATE(1387), + [sym_macro_invocation] = STATE(1387), + [sym__primary_expression] = STATE(1387), + [sym_tuple_expression] = STATE(1387), + [sym_array_literal] = STATE(1387), + [sym_dictionary_literal] = STATE(1387), + [sym_special_literal] = STATE(1387), + [sym_playground_literal] = STATE(1387), + [sym_lambda_literal] = STATE(1387), + [sym_self_expression] = STATE(1387), + [sym_super_expression] = STATE(1387), + [sym_if_statement] = STATE(1387), + [sym_switch_statement] = STATE(1387), + [sym_key_path_expression] = STATE(1387), + [sym_key_path_string_expression] = STATE(1387), + [sym_try_operator] = STATE(616), + [sym__assignment_and_operator] = STATE(1443), + [sym__equality_operator] = STATE(1443), + [sym__comparison_operator] = STATE(1443), + [sym__three_dot_operator] = STATE(771), + [sym__open_ended_range_operator] = STATE(614), + [sym__additive_operator] = STATE(1443), + [sym__multiplicative_operator] = STATE(1443), + [sym__prefix_unary_operator] = STATE(621), + [sym_directly_assignable_expression] = STATE(6518), + [sym_assignment] = STATE(1387), + [sym_value_parameter_pack] = STATE(1387), + [sym_value_pack_expansion] = STATE(1387), + [sym_referenceable_operator] = STATE(1387), + [sym__equal_sign] = STATE(1443), + [sym__eq_eq] = STATE(1443), + [sym__dot] = STATE(621), + [sym__hash_symbol] = STATE(4957), + [sym_bang] = STATE(772), + [sym__parameter_ownership_modifier] = STATE(1209), + [sym_directive] = STATE(1387), + [sym_diagnostic] = STATE(1387), + [aux_sym_raw_string_literal_repeat1] = STATE(8468), + [anon_sym_BANG] = ACTIONS(287), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(289), + [aux_sym_simple_identifier_token2] = ACTIONS(291), + [aux_sym_simple_identifier_token3] = ACTIONS(291), + [aux_sym_simple_identifier_token4] = ACTIONS(291), + [anon_sym_actor] = ACTIONS(289), + [anon_sym_async] = ACTIONS(289), + [anon_sym_each] = ACTIONS(297), + [anon_sym_lazy] = ACTIONS(289), + [anon_sym_repeat] = ACTIONS(721), + [anon_sym_package] = ACTIONS(289), + [anon_sym_nil] = ACTIONS(303), + [sym_real_literal] = ACTIONS(305), + [sym_integer_literal] = ACTIONS(303), + [sym_hex_literal] = ACTIONS(303), + [sym_oct_literal] = ACTIONS(305), + [sym_bin_literal] = ACTIONS(305), + [anon_sym_true] = ACTIONS(307), + [anon_sym_false] = ACTIONS(307), + [anon_sym_DQUOTE] = ACTIONS(309), + [anon_sym_BSLASH] = ACTIONS(311), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(313), + [sym__oneline_regex_literal] = ACTIONS(315), + [anon_sym_LPAREN] = ACTIONS(317), + [anon_sym_LBRACK] = ACTIONS(319), + [anon_sym_AMP] = ACTIONS(321), + [anon_sym_TILDE] = ACTIONS(321), + [anon_sym_if] = ACTIONS(323), + [anon_sym_switch] = ACTIONS(325), + [aux_sym_custom_operator_token1] = ACTIONS(327), + [anon_sym_LT] = ACTIONS(329), + [anon_sym_GT] = ACTIONS(329), + [anon_sym_await] = ACTIONS(331), + [anon_sym_LBRACE] = ACTIONS(333), + [anon_sym_CARET_LBRACE] = ACTIONS(333), + [anon_sym_self] = ACTIONS(337), + [anon_sym_super] = ACTIONS(339), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(345), + [anon_sym_DASH_EQ] = ACTIONS(345), + [anon_sym_STAR_EQ] = ACTIONS(345), + [anon_sym_SLASH_EQ] = ACTIONS(345), + [anon_sym_PERCENT_EQ] = ACTIONS(345), + [anon_sym_BANG_EQ] = ACTIONS(329), + [anon_sym_BANG_EQ_EQ] = ACTIONS(345), + [anon_sym_EQ_EQ_EQ] = ACTIONS(345), + [anon_sym_LT_EQ] = ACTIONS(345), + [anon_sym_GT_EQ] = ACTIONS(345), + [anon_sym_DOT_DOT_DOT] = ACTIONS(347), + [anon_sym_DOT_DOT_LT] = ACTIONS(349), + [anon_sym_PLUS] = ACTIONS(351), + [anon_sym_DASH] = ACTIONS(351), + [anon_sym_STAR] = ACTIONS(329), + [anon_sym_SLASH] = ACTIONS(329), + [anon_sym_PERCENT] = ACTIONS(329), + [anon_sym_PLUS_PLUS] = ACTIONS(321), + [anon_sym_DASH_DASH] = ACTIONS(321), + [anon_sym_PIPE] = ACTIONS(345), + [anon_sym_CARET] = ACTIONS(329), + [anon_sym_LT_LT] = ACTIONS(345), + [anon_sym_GT_GT] = ACTIONS(345), + [anon_sym_borrowing] = ACTIONS(289), + [anon_sym_consuming] = ACTIONS(289), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(373), + [sym__dot_custom] = ACTIONS(375), + [sym__eq_custom] = ACTIONS(345), + [sym__eq_eq_custom] = ACTIONS(345), + [sym__plus_then_ws] = ACTIONS(345), + [sym__minus_then_ws] = ACTIONS(345), + [sym__bang_custom] = ACTIONS(377), + [sym__custom_operator] = ACTIONS(327), + [sym__hash_symbol_custom] = ACTIONS(379), + [sym__directive_if] = ACTIONS(381), + [sym__directive_elseif] = ACTIONS(381), + [sym__directive_else] = ACTIONS(383), + [sym__directive_endif] = ACTIONS(383), + }, + [STATE(446)] = { + [sym_simple_identifier] = STATE(2915), + [sym__contextual_simple_identifier] = STATE(2805), + [sym__basic_literal] = STATE(3407), + [sym_boolean_literal] = STATE(3407), + [sym__string_literal] = STATE(3407), + [sym_line_string_literal] = STATE(3407), + [sym_multi_line_string_literal] = STATE(3407), + [sym_raw_string_literal] = STATE(3407), + [sym_regex_literal] = STATE(3407), + [sym__extended_regex_literal] = STATE(3399), + [sym__multiline_regex_literal] = STATE(3399), + [sym_user_type] = STATE(6574), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6574), + [sym_dictionary_type] = STATE(6574), + [sym_expression] = STATE(1518), + [sym_optional_chain_marker] = STATE(3407), + [sym__unary_expression] = STATE(3407), + [sym_postfix_expression] = STATE(3407), + [sym_constructor_expression] = STATE(3407), + [sym__parenthesized_type] = STATE(7731), + [sym_navigation_expression] = STATE(3407), + [sym__navigable_type_expression] = STATE(7731), + [sym_open_start_range_expression] = STATE(3407), + [sym__range_operator] = STATE(658), + [sym_open_end_range_expression] = STATE(3407), + [sym_prefix_expression] = STATE(3407), + [sym_as_expression] = STATE(3407), + [sym_selector_expression] = STATE(3407), + [sym__binary_expression] = STATE(3407), + [sym_multiplicative_expression] = STATE(3407), + [sym_additive_expression] = STATE(3407), + [sym_range_expression] = STATE(3407), + [sym_infix_expression] = STATE(3407), + [sym_nil_coalescing_expression] = STATE(3407), + [sym_check_expression] = STATE(3407), + [sym_comparison_expression] = STATE(3407), + [sym_equality_expression] = STATE(3407), + [sym_conjunction_expression] = STATE(3407), + [sym_disjunction_expression] = STATE(3407), + [sym_bitwise_operation] = STATE(3407), + [sym_custom_operator] = STATE(1194), + [sym_try_expression] = STATE(3407), + [sym_await_expression] = STATE(3407), + [sym__await_operator] = STATE(692), + [sym_ternary_expression] = STATE(3407), + [sym__expr_hack_at_ternary_binary_suffix] = STATE(3591), + [sym_expr_hack_at_ternary_binary_call] = STATE(3591), + [sym_call_expression] = STATE(3407), + [sym_macro_invocation] = STATE(3407), + [sym__primary_expression] = STATE(3407), + [sym_tuple_expression] = STATE(3407), + [sym_array_literal] = STATE(3407), + [sym_dictionary_literal] = STATE(3407), + [sym_special_literal] = STATE(3407), + [sym_playground_literal] = STATE(3407), + [sym_lambda_literal] = STATE(3407), + [sym_self_expression] = STATE(3407), + [sym_super_expression] = STATE(3407), + [sym_if_statement] = STATE(3407), + [sym_switch_statement] = STATE(3407), + [sym_key_path_expression] = STATE(3407), + [sym_key_path_string_expression] = STATE(3407), + [sym_try_operator] = STATE(708), + [sym__assignment_and_operator] = STATE(3269), + [sym__equality_operator] = STATE(3269), + [sym__comparison_operator] = STATE(3269), + [sym__three_dot_operator] = STATE(1211), + [sym__open_ended_range_operator] = STATE(658), + [sym__additive_operator] = STATE(3269), + [sym__multiplicative_operator] = STATE(3269), + [sym__prefix_unary_operator] = STATE(595), + [sym_directly_assignable_expression] = STATE(6607), + [sym_assignment] = STATE(3407), + [sym_value_parameter_pack] = STATE(3407), + [sym_value_pack_expansion] = STATE(3407), + [sym_referenceable_operator] = STATE(3407), + [sym__equal_sign] = STATE(3269), + [sym__eq_eq] = STATE(3269), + [sym__dot] = STATE(595), + [sym__hash_symbol] = STATE(4958), + [sym_bang] = STATE(1194), + [sym__parameter_ownership_modifier] = STATE(2805), + [sym_directive] = STATE(3407), + [sym_diagnostic] = STATE(3407), + [aux_sym_raw_string_literal_repeat1] = STATE(7737), + [anon_sym_BANG] = ACTIONS(1077), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1079), + [aux_sym_simple_identifier_token2] = ACTIONS(1081), + [aux_sym_simple_identifier_token3] = ACTIONS(1081), + [aux_sym_simple_identifier_token4] = ACTIONS(1081), + [anon_sym_actor] = ACTIONS(1079), + [anon_sym_async] = ACTIONS(1079), + [anon_sym_each] = ACTIONS(1083), + [anon_sym_lazy] = ACTIONS(1079), + [anon_sym_repeat] = ACTIONS(1085), + [anon_sym_package] = ACTIONS(1079), + [anon_sym_nil] = ACTIONS(1087), + [sym_real_literal] = ACTIONS(1089), + [sym_integer_literal] = ACTIONS(1087), + [sym_hex_literal] = ACTIONS(1087), + [sym_oct_literal] = ACTIONS(1089), + [sym_bin_literal] = ACTIONS(1089), + [anon_sym_true] = ACTIONS(1091), + [anon_sym_false] = ACTIONS(1091), + [anon_sym_DQUOTE] = ACTIONS(1093), + [anon_sym_BSLASH] = ACTIONS(1095), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1097), + [sym__oneline_regex_literal] = ACTIONS(1099), + [anon_sym_LPAREN] = ACTIONS(1101), + [anon_sym_LBRACK] = ACTIONS(1103), + [anon_sym_AMP] = ACTIONS(1105), + [anon_sym_TILDE] = ACTIONS(1105), + [anon_sym_if] = ACTIONS(1107), + [anon_sym_switch] = ACTIONS(1109), + [aux_sym_custom_operator_token1] = ACTIONS(1111), + [anon_sym_LT] = ACTIONS(1113), + [anon_sym_GT] = ACTIONS(1113), + [anon_sym_await] = ACTIONS(1115), + [anon_sym_LBRACE] = ACTIONS(1117), + [anon_sym_CARET_LBRACE] = ACTIONS(1117), + [anon_sym_self] = ACTIONS(1119), + [anon_sym_super] = ACTIONS(1121), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(1123), + [anon_sym_DASH_EQ] = ACTIONS(1123), + [anon_sym_STAR_EQ] = ACTIONS(1123), + [anon_sym_SLASH_EQ] = ACTIONS(1123), + [anon_sym_PERCENT_EQ] = ACTIONS(1123), + [anon_sym_BANG_EQ] = ACTIONS(1113), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1123), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1123), + [anon_sym_LT_EQ] = ACTIONS(1123), + [anon_sym_GT_EQ] = ACTIONS(1123), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1125), + [anon_sym_DOT_DOT_LT] = ACTIONS(1127), + [anon_sym_PLUS] = ACTIONS(1129), + [anon_sym_DASH] = ACTIONS(1129), + [anon_sym_STAR] = ACTIONS(1113), + [anon_sym_SLASH] = ACTIONS(1113), + [anon_sym_PERCENT] = ACTIONS(1113), + [anon_sym_PLUS_PLUS] = ACTIONS(1105), + [anon_sym_DASH_DASH] = ACTIONS(1105), + [anon_sym_PIPE] = ACTIONS(1123), + [anon_sym_CARET] = ACTIONS(1113), + [anon_sym_LT_LT] = ACTIONS(1123), + [anon_sym_GT_GT] = ACTIONS(1123), + [anon_sym_borrowing] = ACTIONS(1079), + [anon_sym_consuming] = ACTIONS(1079), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(1131), + [sym__dot_custom] = ACTIONS(1133), + [sym__eq_custom] = ACTIONS(1123), + [sym__eq_eq_custom] = ACTIONS(1123), + [sym__plus_then_ws] = ACTIONS(1123), + [sym__minus_then_ws] = ACTIONS(1123), + [sym__bang_custom] = ACTIONS(1135), + [sym__custom_operator] = ACTIONS(1111), + [sym__hash_symbol_custom] = ACTIONS(1137), + [sym__directive_if] = ACTIONS(1139), + [sym__directive_elseif] = ACTIONS(1139), + [sym__directive_else] = ACTIONS(1141), + [sym__directive_endif] = ACTIONS(1141), + }, + [STATE(447)] = { + [sym_simple_identifier] = STATE(2706), + [sym__contextual_simple_identifier] = STATE(2676), + [sym__basic_literal] = STATE(2980), + [sym_boolean_literal] = STATE(2980), + [sym__string_literal] = STATE(2980), + [sym_line_string_literal] = STATE(2980), + [sym_multi_line_string_literal] = STATE(2980), + [sym_raw_string_literal] = STATE(2980), + [sym_regex_literal] = STATE(2980), + [sym__extended_regex_literal] = STATE(3075), + [sym__multiline_regex_literal] = STATE(3075), + [sym_user_type] = STATE(6563), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6563), + [sym_dictionary_type] = STATE(6563), + [sym_expression] = STATE(1473), + [sym_optional_chain_marker] = STATE(2980), + [sym__unary_expression] = STATE(2980), + [sym_postfix_expression] = STATE(2980), + [sym_constructor_expression] = STATE(2980), + [sym__parenthesized_type] = STATE(8466), + [sym_navigation_expression] = STATE(2980), + [sym__navigable_type_expression] = STATE(8466), + [sym_open_start_range_expression] = STATE(2980), + [sym__range_operator] = STATE(586), + [sym_open_end_range_expression] = STATE(2980), + [sym_prefix_expression] = STATE(2980), + [sym_as_expression] = STATE(2980), + [sym_selector_expression] = STATE(2980), + [sym__binary_expression] = STATE(2980), + [sym_multiplicative_expression] = STATE(2980), + [sym_additive_expression] = STATE(2980), + [sym_range_expression] = STATE(2980), + [sym_infix_expression] = STATE(2980), + [sym_nil_coalescing_expression] = STATE(2980), + [sym_check_expression] = STATE(2980), + [sym_comparison_expression] = STATE(2980), + [sym_equality_expression] = STATE(2980), + [sym_conjunction_expression] = STATE(2980), + [sym_disjunction_expression] = STATE(2980), + [sym_bitwise_operation] = STATE(2980), + [sym_custom_operator] = STATE(1166), + [sym_try_expression] = STATE(2980), + [sym_await_expression] = STATE(2980), + [sym__await_operator] = STATE(590), + [sym_ternary_expression] = STATE(2980), + [sym__expr_hack_at_ternary_binary_suffix] = STATE(3028), + [sym_expr_hack_at_ternary_binary_call] = STATE(3028), + [sym_call_expression] = STATE(2980), + [sym_macro_invocation] = STATE(2980), + [sym__primary_expression] = STATE(2980), + [sym_tuple_expression] = STATE(2980), + [sym_array_literal] = STATE(2980), + [sym_dictionary_literal] = STATE(2980), + [sym_special_literal] = STATE(2980), + [sym_playground_literal] = STATE(2980), + [sym_lambda_literal] = STATE(2980), + [sym_self_expression] = STATE(2980), + [sym_super_expression] = STATE(2980), + [sym_if_statement] = STATE(2980), + [sym_switch_statement] = STATE(2980), + [sym_key_path_expression] = STATE(2980), + [sym_key_path_string_expression] = STATE(2980), + [sym_try_operator] = STATE(591), + [sym__assignment_and_operator] = STATE(3015), + [sym__equality_operator] = STATE(3015), + [sym__comparison_operator] = STATE(3015), + [sym__three_dot_operator] = STATE(1145), + [sym__open_ended_range_operator] = STATE(586), + [sym__additive_operator] = STATE(3015), + [sym__multiplicative_operator] = STATE(3015), + [sym__prefix_unary_operator] = STATE(592), + [sym_directly_assignable_expression] = STATE(6564), + [sym_assignment] = STATE(2980), + [sym_value_parameter_pack] = STATE(2980), + [sym_value_pack_expansion] = STATE(2980), + [sym_referenceable_operator] = STATE(2980), + [sym__equal_sign] = STATE(3015), + [sym__eq_eq] = STATE(3015), + [sym__dot] = STATE(592), + [sym__hash_symbol] = STATE(4953), + [sym_bang] = STATE(1166), + [sym__parameter_ownership_modifier] = STATE(2676), + [sym_directive] = STATE(2980), + [sym_diagnostic] = STATE(2980), + [aux_sym_raw_string_literal_repeat1] = STATE(8562), + [anon_sym_BANG] = ACTIONS(1011), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1013), + [aux_sym_simple_identifier_token2] = ACTIONS(1015), + [aux_sym_simple_identifier_token3] = ACTIONS(1015), + [aux_sym_simple_identifier_token4] = ACTIONS(1015), + [anon_sym_actor] = ACTIONS(1013), + [anon_sym_async] = ACTIONS(1013), + [anon_sym_each] = ACTIONS(1017), + [anon_sym_lazy] = ACTIONS(1013), + [anon_sym_repeat] = ACTIONS(1019), + [anon_sym_package] = ACTIONS(1013), + [anon_sym_nil] = ACTIONS(1021), + [sym_real_literal] = ACTIONS(1023), + [sym_integer_literal] = ACTIONS(1021), + [sym_hex_literal] = ACTIONS(1021), + [sym_oct_literal] = ACTIONS(1023), + [sym_bin_literal] = ACTIONS(1023), + [anon_sym_true] = ACTIONS(1025), + [anon_sym_false] = ACTIONS(1025), + [anon_sym_DQUOTE] = ACTIONS(1027), + [anon_sym_BSLASH] = ACTIONS(1029), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1031), + [sym__oneline_regex_literal] = ACTIONS(1033), + [anon_sym_LPAREN] = ACTIONS(1035), + [anon_sym_LBRACK] = ACTIONS(1037), + [anon_sym_AMP] = ACTIONS(1039), + [anon_sym_TILDE] = ACTIONS(1039), + [anon_sym_if] = ACTIONS(1041), + [anon_sym_switch] = ACTIONS(1043), + [aux_sym_custom_operator_token1] = ACTIONS(1045), + [anon_sym_LT] = ACTIONS(1047), + [anon_sym_GT] = ACTIONS(1047), + [anon_sym_await] = ACTIONS(1049), + [anon_sym_LBRACE] = ACTIONS(1051), + [anon_sym_CARET_LBRACE] = ACTIONS(1051), + [anon_sym_self] = ACTIONS(1053), + [anon_sym_super] = ACTIONS(1055), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(1057), + [anon_sym_DASH_EQ] = ACTIONS(1057), + [anon_sym_STAR_EQ] = ACTIONS(1057), + [anon_sym_SLASH_EQ] = ACTIONS(1057), + [anon_sym_PERCENT_EQ] = ACTIONS(1057), + [anon_sym_BANG_EQ] = ACTIONS(1047), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1057), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1057), + [anon_sym_LT_EQ] = ACTIONS(1057), + [anon_sym_GT_EQ] = ACTIONS(1057), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1059), + [anon_sym_DOT_DOT_LT] = ACTIONS(1061), + [anon_sym_PLUS] = ACTIONS(1063), + [anon_sym_DASH] = ACTIONS(1063), + [anon_sym_STAR] = ACTIONS(1047), + [anon_sym_SLASH] = ACTIONS(1047), + [anon_sym_PERCENT] = ACTIONS(1047), + [anon_sym_PLUS_PLUS] = ACTIONS(1039), + [anon_sym_DASH_DASH] = ACTIONS(1039), + [anon_sym_PIPE] = ACTIONS(1057), + [anon_sym_CARET] = ACTIONS(1047), + [anon_sym_LT_LT] = ACTIONS(1057), + [anon_sym_GT_GT] = ACTIONS(1057), + [anon_sym_borrowing] = ACTIONS(1013), + [anon_sym_consuming] = ACTIONS(1013), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(1065), + [sym__dot_custom] = ACTIONS(1067), + [sym__eq_custom] = ACTIONS(1057), + [sym__eq_eq_custom] = ACTIONS(1057), + [sym__plus_then_ws] = ACTIONS(1057), + [sym__minus_then_ws] = ACTIONS(1057), + [sym__bang_custom] = ACTIONS(1069), + [sym__custom_operator] = ACTIONS(1045), + [sym__hash_symbol_custom] = ACTIONS(1071), + [sym__directive_if] = ACTIONS(1073), + [sym__directive_elseif] = ACTIONS(1073), + [sym__directive_else] = ACTIONS(1075), + [sym__directive_endif] = ACTIONS(1075), + }, + [STATE(448)] = { + [sym_simple_identifier] = STATE(2706), + [sym__contextual_simple_identifier] = STATE(2676), + [sym__basic_literal] = STATE(2980), + [sym_boolean_literal] = STATE(2980), + [sym__string_literal] = STATE(2980), + [sym_line_string_literal] = STATE(2980), + [sym_multi_line_string_literal] = STATE(2980), + [sym_raw_string_literal] = STATE(2980), + [sym_regex_literal] = STATE(2980), + [sym__extended_regex_literal] = STATE(3075), + [sym__multiline_regex_literal] = STATE(3075), + [sym_user_type] = STATE(6563), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6563), + [sym_dictionary_type] = STATE(6563), + [sym_expression] = STATE(1473), + [sym_optional_chain_marker] = STATE(2980), + [sym__unary_expression] = STATE(2980), + [sym_postfix_expression] = STATE(2980), + [sym_constructor_expression] = STATE(2980), + [sym__parenthesized_type] = STATE(8466), + [sym_navigation_expression] = STATE(2980), + [sym__navigable_type_expression] = STATE(8466), + [sym_open_start_range_expression] = STATE(2980), + [sym__range_operator] = STATE(586), + [sym_open_end_range_expression] = STATE(2980), + [sym_prefix_expression] = STATE(2980), + [sym_as_expression] = STATE(2980), + [sym_selector_expression] = STATE(2980), + [sym__binary_expression] = STATE(2980), + [sym_multiplicative_expression] = STATE(2980), + [sym_additive_expression] = STATE(2980), + [sym_range_expression] = STATE(2980), + [sym_infix_expression] = STATE(2980), + [sym_nil_coalescing_expression] = STATE(2980), + [sym_check_expression] = STATE(2980), + [sym_comparison_expression] = STATE(2980), + [sym_equality_expression] = STATE(2980), + [sym_conjunction_expression] = STATE(2980), + [sym_disjunction_expression] = STATE(2980), + [sym_bitwise_operation] = STATE(2980), + [sym_custom_operator] = STATE(1166), + [sym_try_expression] = STATE(2980), + [sym_await_expression] = STATE(2980), + [sym__await_operator] = STATE(590), + [sym_ternary_expression] = STATE(2980), + [sym__expr_hack_at_ternary_binary_suffix] = STATE(3029), + [sym_expr_hack_at_ternary_binary_call] = STATE(3029), + [sym_call_expression] = STATE(2980), + [sym_macro_invocation] = STATE(2980), + [sym__primary_expression] = STATE(2980), + [sym_tuple_expression] = STATE(2980), + [sym_array_literal] = STATE(2980), + [sym_dictionary_literal] = STATE(2980), + [sym_special_literal] = STATE(2980), + [sym_playground_literal] = STATE(2980), + [sym_lambda_literal] = STATE(2980), + [sym_self_expression] = STATE(2980), + [sym_super_expression] = STATE(2980), + [sym_if_statement] = STATE(2980), + [sym_switch_statement] = STATE(2980), + [sym_key_path_expression] = STATE(2980), + [sym_key_path_string_expression] = STATE(2980), + [sym_try_operator] = STATE(591), + [sym__assignment_and_operator] = STATE(3015), + [sym__equality_operator] = STATE(3015), + [sym__comparison_operator] = STATE(3015), + [sym__three_dot_operator] = STATE(1145), + [sym__open_ended_range_operator] = STATE(586), + [sym__additive_operator] = STATE(3015), + [sym__multiplicative_operator] = STATE(3015), + [sym__prefix_unary_operator] = STATE(592), + [sym_directly_assignable_expression] = STATE(6564), + [sym_assignment] = STATE(2980), + [sym_value_parameter_pack] = STATE(2980), + [sym_value_pack_expansion] = STATE(2980), + [sym_referenceable_operator] = STATE(2980), + [sym__equal_sign] = STATE(3015), + [sym__eq_eq] = STATE(3015), + [sym__dot] = STATE(592), + [sym__hash_symbol] = STATE(4953), + [sym_bang] = STATE(1166), + [sym__parameter_ownership_modifier] = STATE(2676), + [sym_directive] = STATE(2980), + [sym_diagnostic] = STATE(2980), + [aux_sym_raw_string_literal_repeat1] = STATE(8562), + [anon_sym_BANG] = ACTIONS(1011), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1013), + [aux_sym_simple_identifier_token2] = ACTIONS(1015), + [aux_sym_simple_identifier_token3] = ACTIONS(1015), + [aux_sym_simple_identifier_token4] = ACTIONS(1015), + [anon_sym_actor] = ACTIONS(1013), + [anon_sym_async] = ACTIONS(1013), + [anon_sym_each] = ACTIONS(1017), + [anon_sym_lazy] = ACTIONS(1013), + [anon_sym_repeat] = ACTIONS(1019), + [anon_sym_package] = ACTIONS(1013), + [anon_sym_nil] = ACTIONS(1021), + [sym_real_literal] = ACTIONS(1023), + [sym_integer_literal] = ACTIONS(1021), + [sym_hex_literal] = ACTIONS(1021), + [sym_oct_literal] = ACTIONS(1023), + [sym_bin_literal] = ACTIONS(1023), + [anon_sym_true] = ACTIONS(1025), + [anon_sym_false] = ACTIONS(1025), + [anon_sym_DQUOTE] = ACTIONS(1027), + [anon_sym_BSLASH] = ACTIONS(1029), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1031), + [sym__oneline_regex_literal] = ACTIONS(1033), + [anon_sym_LPAREN] = ACTIONS(1035), + [anon_sym_LBRACK] = ACTIONS(1037), + [anon_sym_AMP] = ACTIONS(1039), + [anon_sym_TILDE] = ACTIONS(1039), + [anon_sym_if] = ACTIONS(1041), + [anon_sym_switch] = ACTIONS(1043), + [aux_sym_custom_operator_token1] = ACTIONS(1045), + [anon_sym_LT] = ACTIONS(1047), + [anon_sym_GT] = ACTIONS(1047), + [anon_sym_await] = ACTIONS(1049), + [anon_sym_LBRACE] = ACTIONS(1051), + [anon_sym_CARET_LBRACE] = ACTIONS(1051), + [anon_sym_self] = ACTIONS(1053), + [anon_sym_super] = ACTIONS(1055), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(1057), + [anon_sym_DASH_EQ] = ACTIONS(1057), + [anon_sym_STAR_EQ] = ACTIONS(1057), + [anon_sym_SLASH_EQ] = ACTIONS(1057), + [anon_sym_PERCENT_EQ] = ACTIONS(1057), + [anon_sym_BANG_EQ] = ACTIONS(1047), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1057), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1057), + [anon_sym_LT_EQ] = ACTIONS(1057), + [anon_sym_GT_EQ] = ACTIONS(1057), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1059), + [anon_sym_DOT_DOT_LT] = ACTIONS(1061), + [anon_sym_PLUS] = ACTIONS(1063), + [anon_sym_DASH] = ACTIONS(1063), + [anon_sym_STAR] = ACTIONS(1047), + [anon_sym_SLASH] = ACTIONS(1047), + [anon_sym_PERCENT] = ACTIONS(1047), + [anon_sym_PLUS_PLUS] = ACTIONS(1039), + [anon_sym_DASH_DASH] = ACTIONS(1039), + [anon_sym_PIPE] = ACTIONS(1057), + [anon_sym_CARET] = ACTIONS(1047), + [anon_sym_LT_LT] = ACTIONS(1057), + [anon_sym_GT_GT] = ACTIONS(1057), + [anon_sym_borrowing] = ACTIONS(1013), + [anon_sym_consuming] = ACTIONS(1013), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(1065), + [sym__dot_custom] = ACTIONS(1067), + [sym__eq_custom] = ACTIONS(1057), + [sym__eq_eq_custom] = ACTIONS(1057), + [sym__plus_then_ws] = ACTIONS(1057), + [sym__minus_then_ws] = ACTIONS(1057), + [sym__bang_custom] = ACTIONS(1069), + [sym__custom_operator] = ACTIONS(1045), + [sym__hash_symbol_custom] = ACTIONS(1071), + [sym__directive_if] = ACTIONS(1073), + [sym__directive_elseif] = ACTIONS(1073), + [sym__directive_else] = ACTIONS(1075), + [sym__directive_endif] = ACTIONS(1075), + }, + [STATE(449)] = { + [sym_simple_identifier] = STATE(2706), + [sym__contextual_simple_identifier] = STATE(2676), + [sym__basic_literal] = STATE(2980), + [sym_boolean_literal] = STATE(2980), + [sym__string_literal] = STATE(2980), + [sym_line_string_literal] = STATE(2980), + [sym_multi_line_string_literal] = STATE(2980), + [sym_raw_string_literal] = STATE(2980), + [sym_regex_literal] = STATE(2980), + [sym__extended_regex_literal] = STATE(3075), + [sym__multiline_regex_literal] = STATE(3075), + [sym_user_type] = STATE(6563), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6563), + [sym_dictionary_type] = STATE(6563), + [sym_expression] = STATE(1473), + [sym_optional_chain_marker] = STATE(2980), + [sym__unary_expression] = STATE(2980), + [sym_postfix_expression] = STATE(2980), + [sym_constructor_expression] = STATE(2980), + [sym__parenthesized_type] = STATE(8466), + [sym_navigation_expression] = STATE(2980), + [sym__navigable_type_expression] = STATE(8466), + [sym_open_start_range_expression] = STATE(2980), + [sym__range_operator] = STATE(586), + [sym_open_end_range_expression] = STATE(2980), + [sym_prefix_expression] = STATE(2980), + [sym_as_expression] = STATE(2980), + [sym_selector_expression] = STATE(2980), + [sym__binary_expression] = STATE(2980), + [sym_multiplicative_expression] = STATE(2980), + [sym_additive_expression] = STATE(2980), + [sym_range_expression] = STATE(2980), + [sym_infix_expression] = STATE(2980), + [sym_nil_coalescing_expression] = STATE(2980), + [sym_check_expression] = STATE(2980), + [sym_comparison_expression] = STATE(2980), + [sym_equality_expression] = STATE(2980), + [sym_conjunction_expression] = STATE(2980), + [sym_disjunction_expression] = STATE(2980), + [sym_bitwise_operation] = STATE(2980), + [sym_custom_operator] = STATE(1166), + [sym_try_expression] = STATE(2980), + [sym_await_expression] = STATE(2980), + [sym__await_operator] = STATE(590), + [sym_ternary_expression] = STATE(2980), + [sym__expr_hack_at_ternary_binary_suffix] = STATE(3031), + [sym_expr_hack_at_ternary_binary_call] = STATE(3031), + [sym_call_expression] = STATE(2980), + [sym_macro_invocation] = STATE(2980), + [sym__primary_expression] = STATE(2980), + [sym_tuple_expression] = STATE(2980), + [sym_array_literal] = STATE(2980), + [sym_dictionary_literal] = STATE(2980), + [sym_special_literal] = STATE(2980), + [sym_playground_literal] = STATE(2980), + [sym_lambda_literal] = STATE(2980), + [sym_self_expression] = STATE(2980), + [sym_super_expression] = STATE(2980), + [sym_if_statement] = STATE(2980), + [sym_switch_statement] = STATE(2980), + [sym_key_path_expression] = STATE(2980), + [sym_key_path_string_expression] = STATE(2980), + [sym_try_operator] = STATE(591), + [sym__assignment_and_operator] = STATE(3015), + [sym__equality_operator] = STATE(3015), + [sym__comparison_operator] = STATE(3015), + [sym__three_dot_operator] = STATE(1145), + [sym__open_ended_range_operator] = STATE(586), + [sym__additive_operator] = STATE(3015), + [sym__multiplicative_operator] = STATE(3015), + [sym__prefix_unary_operator] = STATE(592), + [sym_directly_assignable_expression] = STATE(6564), + [sym_assignment] = STATE(2980), + [sym_value_parameter_pack] = STATE(2980), + [sym_value_pack_expansion] = STATE(2980), + [sym_referenceable_operator] = STATE(2980), + [sym__equal_sign] = STATE(3015), + [sym__eq_eq] = STATE(3015), + [sym__dot] = STATE(592), + [sym__hash_symbol] = STATE(4953), + [sym_bang] = STATE(1166), + [sym__parameter_ownership_modifier] = STATE(2676), + [sym_directive] = STATE(2980), + [sym_diagnostic] = STATE(2980), + [aux_sym_raw_string_literal_repeat1] = STATE(8562), + [anon_sym_BANG] = ACTIONS(1011), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1013), + [aux_sym_simple_identifier_token2] = ACTIONS(1015), + [aux_sym_simple_identifier_token3] = ACTIONS(1015), + [aux_sym_simple_identifier_token4] = ACTIONS(1015), + [anon_sym_actor] = ACTIONS(1013), + [anon_sym_async] = ACTIONS(1013), + [anon_sym_each] = ACTIONS(1017), + [anon_sym_lazy] = ACTIONS(1013), + [anon_sym_repeat] = ACTIONS(1019), + [anon_sym_package] = ACTIONS(1013), + [anon_sym_nil] = ACTIONS(1021), + [sym_real_literal] = ACTIONS(1023), + [sym_integer_literal] = ACTIONS(1021), + [sym_hex_literal] = ACTIONS(1021), + [sym_oct_literal] = ACTIONS(1023), + [sym_bin_literal] = ACTIONS(1023), + [anon_sym_true] = ACTIONS(1025), + [anon_sym_false] = ACTIONS(1025), + [anon_sym_DQUOTE] = ACTIONS(1027), + [anon_sym_BSLASH] = ACTIONS(1029), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1031), + [sym__oneline_regex_literal] = ACTIONS(1033), + [anon_sym_LPAREN] = ACTIONS(1035), + [anon_sym_LBRACK] = ACTIONS(1037), + [anon_sym_AMP] = ACTIONS(1039), + [anon_sym_TILDE] = ACTIONS(1039), + [anon_sym_if] = ACTIONS(1041), + [anon_sym_switch] = ACTIONS(1043), + [aux_sym_custom_operator_token1] = ACTIONS(1045), + [anon_sym_LT] = ACTIONS(1047), + [anon_sym_GT] = ACTIONS(1047), + [anon_sym_await] = ACTIONS(1049), + [anon_sym_LBRACE] = ACTIONS(1051), + [anon_sym_CARET_LBRACE] = ACTIONS(1051), + [anon_sym_self] = ACTIONS(1053), + [anon_sym_super] = ACTIONS(1055), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(1057), + [anon_sym_DASH_EQ] = ACTIONS(1057), + [anon_sym_STAR_EQ] = ACTIONS(1057), + [anon_sym_SLASH_EQ] = ACTIONS(1057), + [anon_sym_PERCENT_EQ] = ACTIONS(1057), + [anon_sym_BANG_EQ] = ACTIONS(1047), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1057), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1057), + [anon_sym_LT_EQ] = ACTIONS(1057), + [anon_sym_GT_EQ] = ACTIONS(1057), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1059), + [anon_sym_DOT_DOT_LT] = ACTIONS(1061), + [anon_sym_PLUS] = ACTIONS(1063), + [anon_sym_DASH] = ACTIONS(1063), + [anon_sym_STAR] = ACTIONS(1047), + [anon_sym_SLASH] = ACTIONS(1047), + [anon_sym_PERCENT] = ACTIONS(1047), + [anon_sym_PLUS_PLUS] = ACTIONS(1039), + [anon_sym_DASH_DASH] = ACTIONS(1039), + [anon_sym_PIPE] = ACTIONS(1057), + [anon_sym_CARET] = ACTIONS(1047), + [anon_sym_LT_LT] = ACTIONS(1057), + [anon_sym_GT_GT] = ACTIONS(1057), + [anon_sym_borrowing] = ACTIONS(1013), + [anon_sym_consuming] = ACTIONS(1013), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(1065), + [sym__dot_custom] = ACTIONS(1067), + [sym__eq_custom] = ACTIONS(1057), + [sym__eq_eq_custom] = ACTIONS(1057), + [sym__plus_then_ws] = ACTIONS(1057), + [sym__minus_then_ws] = ACTIONS(1057), + [sym__bang_custom] = ACTIONS(1069), + [sym__custom_operator] = ACTIONS(1045), + [sym__hash_symbol_custom] = ACTIONS(1071), + [sym__directive_if] = ACTIONS(1073), + [sym__directive_elseif] = ACTIONS(1073), + [sym__directive_else] = ACTIONS(1075), + [sym__directive_endif] = ACTIONS(1075), + }, + [STATE(450)] = { + [sym_simple_identifier] = STATE(2706), + [sym__contextual_simple_identifier] = STATE(2676), + [sym__basic_literal] = STATE(2980), + [sym_boolean_literal] = STATE(2980), + [sym__string_literal] = STATE(2980), + [sym_line_string_literal] = STATE(2980), + [sym_multi_line_string_literal] = STATE(2980), + [sym_raw_string_literal] = STATE(2980), + [sym_regex_literal] = STATE(2980), + [sym__extended_regex_literal] = STATE(3075), + [sym__multiline_regex_literal] = STATE(3075), + [sym_user_type] = STATE(6563), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6563), + [sym_dictionary_type] = STATE(6563), + [sym_expression] = STATE(1473), + [sym_optional_chain_marker] = STATE(2980), + [sym__unary_expression] = STATE(2980), + [sym_postfix_expression] = STATE(2980), + [sym_constructor_expression] = STATE(2980), + [sym__parenthesized_type] = STATE(8466), + [sym_navigation_expression] = STATE(2980), + [sym__navigable_type_expression] = STATE(8466), + [sym_open_start_range_expression] = STATE(2980), + [sym__range_operator] = STATE(586), + [sym_open_end_range_expression] = STATE(2980), + [sym_prefix_expression] = STATE(2980), + [sym_as_expression] = STATE(2980), + [sym_selector_expression] = STATE(2980), + [sym__binary_expression] = STATE(2980), + [sym_multiplicative_expression] = STATE(2980), + [sym_additive_expression] = STATE(2980), + [sym_range_expression] = STATE(2980), + [sym_infix_expression] = STATE(2980), + [sym_nil_coalescing_expression] = STATE(2980), + [sym_check_expression] = STATE(2980), + [sym_comparison_expression] = STATE(2980), + [sym_equality_expression] = STATE(2980), + [sym_conjunction_expression] = STATE(2980), + [sym_disjunction_expression] = STATE(2980), + [sym_bitwise_operation] = STATE(2980), + [sym_custom_operator] = STATE(1166), + [sym_try_expression] = STATE(2980), + [sym_await_expression] = STATE(2980), + [sym__await_operator] = STATE(590), + [sym_ternary_expression] = STATE(2980), + [sym__expr_hack_at_ternary_binary_suffix] = STATE(3032), + [sym_expr_hack_at_ternary_binary_call] = STATE(3032), + [sym_call_expression] = STATE(2980), + [sym_macro_invocation] = STATE(2980), + [sym__primary_expression] = STATE(2980), + [sym_tuple_expression] = STATE(2980), + [sym_array_literal] = STATE(2980), + [sym_dictionary_literal] = STATE(2980), + [sym_special_literal] = STATE(2980), + [sym_playground_literal] = STATE(2980), + [sym_lambda_literal] = STATE(2980), + [sym_self_expression] = STATE(2980), + [sym_super_expression] = STATE(2980), + [sym_if_statement] = STATE(2980), + [sym_switch_statement] = STATE(2980), + [sym_key_path_expression] = STATE(2980), + [sym_key_path_string_expression] = STATE(2980), + [sym_try_operator] = STATE(591), + [sym__assignment_and_operator] = STATE(3015), + [sym__equality_operator] = STATE(3015), + [sym__comparison_operator] = STATE(3015), + [sym__three_dot_operator] = STATE(1145), + [sym__open_ended_range_operator] = STATE(586), + [sym__additive_operator] = STATE(3015), + [sym__multiplicative_operator] = STATE(3015), + [sym__prefix_unary_operator] = STATE(592), + [sym_directly_assignable_expression] = STATE(6564), + [sym_assignment] = STATE(2980), + [sym_value_parameter_pack] = STATE(2980), + [sym_value_pack_expansion] = STATE(2980), + [sym_referenceable_operator] = STATE(2980), + [sym__equal_sign] = STATE(3015), + [sym__eq_eq] = STATE(3015), + [sym__dot] = STATE(592), + [sym__hash_symbol] = STATE(4953), + [sym_bang] = STATE(1166), + [sym__parameter_ownership_modifier] = STATE(2676), + [sym_directive] = STATE(2980), + [sym_diagnostic] = STATE(2980), + [aux_sym_raw_string_literal_repeat1] = STATE(8562), + [anon_sym_BANG] = ACTIONS(1011), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1013), + [aux_sym_simple_identifier_token2] = ACTIONS(1015), + [aux_sym_simple_identifier_token3] = ACTIONS(1015), + [aux_sym_simple_identifier_token4] = ACTIONS(1015), + [anon_sym_actor] = ACTIONS(1013), + [anon_sym_async] = ACTIONS(1013), + [anon_sym_each] = ACTIONS(1017), + [anon_sym_lazy] = ACTIONS(1013), + [anon_sym_repeat] = ACTIONS(1019), + [anon_sym_package] = ACTIONS(1013), + [anon_sym_nil] = ACTIONS(1021), + [sym_real_literal] = ACTIONS(1023), + [sym_integer_literal] = ACTIONS(1021), + [sym_hex_literal] = ACTIONS(1021), + [sym_oct_literal] = ACTIONS(1023), + [sym_bin_literal] = ACTIONS(1023), + [anon_sym_true] = ACTIONS(1025), + [anon_sym_false] = ACTIONS(1025), + [anon_sym_DQUOTE] = ACTIONS(1027), + [anon_sym_BSLASH] = ACTIONS(1029), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1031), + [sym__oneline_regex_literal] = ACTIONS(1033), + [anon_sym_LPAREN] = ACTIONS(1035), + [anon_sym_LBRACK] = ACTIONS(1037), + [anon_sym_AMP] = ACTIONS(1039), + [anon_sym_TILDE] = ACTIONS(1039), + [anon_sym_if] = ACTIONS(1041), + [anon_sym_switch] = ACTIONS(1043), + [aux_sym_custom_operator_token1] = ACTIONS(1045), + [anon_sym_LT] = ACTIONS(1047), + [anon_sym_GT] = ACTIONS(1047), + [anon_sym_await] = ACTIONS(1049), + [anon_sym_LBRACE] = ACTIONS(1051), + [anon_sym_CARET_LBRACE] = ACTIONS(1051), + [anon_sym_self] = ACTIONS(1053), + [anon_sym_super] = ACTIONS(1055), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(1057), + [anon_sym_DASH_EQ] = ACTIONS(1057), + [anon_sym_STAR_EQ] = ACTIONS(1057), + [anon_sym_SLASH_EQ] = ACTIONS(1057), + [anon_sym_PERCENT_EQ] = ACTIONS(1057), + [anon_sym_BANG_EQ] = ACTIONS(1047), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1057), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1057), + [anon_sym_LT_EQ] = ACTIONS(1057), + [anon_sym_GT_EQ] = ACTIONS(1057), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1059), + [anon_sym_DOT_DOT_LT] = ACTIONS(1061), + [anon_sym_PLUS] = ACTIONS(1063), + [anon_sym_DASH] = ACTIONS(1063), + [anon_sym_STAR] = ACTIONS(1047), + [anon_sym_SLASH] = ACTIONS(1047), + [anon_sym_PERCENT] = ACTIONS(1047), + [anon_sym_PLUS_PLUS] = ACTIONS(1039), + [anon_sym_DASH_DASH] = ACTIONS(1039), + [anon_sym_PIPE] = ACTIONS(1057), + [anon_sym_CARET] = ACTIONS(1047), + [anon_sym_LT_LT] = ACTIONS(1057), + [anon_sym_GT_GT] = ACTIONS(1057), + [anon_sym_borrowing] = ACTIONS(1013), + [anon_sym_consuming] = ACTIONS(1013), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(1065), + [sym__dot_custom] = ACTIONS(1067), + [sym__eq_custom] = ACTIONS(1057), + [sym__eq_eq_custom] = ACTIONS(1057), + [sym__plus_then_ws] = ACTIONS(1057), + [sym__minus_then_ws] = ACTIONS(1057), + [sym__bang_custom] = ACTIONS(1069), + [sym__custom_operator] = ACTIONS(1045), + [sym__hash_symbol_custom] = ACTIONS(1071), + [sym__directive_if] = ACTIONS(1073), + [sym__directive_elseif] = ACTIONS(1073), + [sym__directive_else] = ACTIONS(1075), + [sym__directive_endif] = ACTIONS(1075), + }, + [STATE(451)] = { + [sym_simple_identifier] = STATE(2706), + [sym__contextual_simple_identifier] = STATE(2676), + [sym__basic_literal] = STATE(2980), + [sym_boolean_literal] = STATE(2980), + [sym__string_literal] = STATE(2980), + [sym_line_string_literal] = STATE(2980), + [sym_multi_line_string_literal] = STATE(2980), + [sym_raw_string_literal] = STATE(2980), + [sym_regex_literal] = STATE(2980), + [sym__extended_regex_literal] = STATE(3075), + [sym__multiline_regex_literal] = STATE(3075), + [sym_user_type] = STATE(6563), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6563), + [sym_dictionary_type] = STATE(6563), + [sym_expression] = STATE(1473), + [sym_optional_chain_marker] = STATE(2980), + [sym__unary_expression] = STATE(2980), + [sym_postfix_expression] = STATE(2980), + [sym_constructor_expression] = STATE(2980), + [sym__parenthesized_type] = STATE(8466), + [sym_navigation_expression] = STATE(2980), + [sym__navigable_type_expression] = STATE(8466), + [sym_open_start_range_expression] = STATE(2980), + [sym__range_operator] = STATE(586), + [sym_open_end_range_expression] = STATE(2980), + [sym_prefix_expression] = STATE(2980), + [sym_as_expression] = STATE(2980), + [sym_selector_expression] = STATE(2980), + [sym__binary_expression] = STATE(2980), + [sym_multiplicative_expression] = STATE(2980), + [sym_additive_expression] = STATE(2980), + [sym_range_expression] = STATE(2980), + [sym_infix_expression] = STATE(2980), + [sym_nil_coalescing_expression] = STATE(2980), + [sym_check_expression] = STATE(2980), + [sym_comparison_expression] = STATE(2980), + [sym_equality_expression] = STATE(2980), + [sym_conjunction_expression] = STATE(2980), + [sym_disjunction_expression] = STATE(2980), + [sym_bitwise_operation] = STATE(2980), + [sym_custom_operator] = STATE(1166), + [sym_try_expression] = STATE(2980), + [sym_await_expression] = STATE(2980), + [sym__await_operator] = STATE(590), + [sym_ternary_expression] = STATE(2980), + [sym__expr_hack_at_ternary_binary_suffix] = STATE(3035), + [sym_expr_hack_at_ternary_binary_call] = STATE(3035), + [sym_call_expression] = STATE(2980), + [sym_macro_invocation] = STATE(2980), + [sym__primary_expression] = STATE(2980), + [sym_tuple_expression] = STATE(2980), + [sym_array_literal] = STATE(2980), + [sym_dictionary_literal] = STATE(2980), + [sym_special_literal] = STATE(2980), + [sym_playground_literal] = STATE(2980), + [sym_lambda_literal] = STATE(2980), + [sym_self_expression] = STATE(2980), + [sym_super_expression] = STATE(2980), + [sym_if_statement] = STATE(2980), + [sym_switch_statement] = STATE(2980), + [sym_key_path_expression] = STATE(2980), + [sym_key_path_string_expression] = STATE(2980), + [sym_try_operator] = STATE(591), + [sym__assignment_and_operator] = STATE(3015), + [sym__equality_operator] = STATE(3015), + [sym__comparison_operator] = STATE(3015), + [sym__three_dot_operator] = STATE(1145), + [sym__open_ended_range_operator] = STATE(586), + [sym__additive_operator] = STATE(3015), + [sym__multiplicative_operator] = STATE(3015), + [sym__prefix_unary_operator] = STATE(592), + [sym_directly_assignable_expression] = STATE(6564), + [sym_assignment] = STATE(2980), + [sym_value_parameter_pack] = STATE(2980), + [sym_value_pack_expansion] = STATE(2980), + [sym_referenceable_operator] = STATE(2980), + [sym__equal_sign] = STATE(3015), + [sym__eq_eq] = STATE(3015), + [sym__dot] = STATE(592), + [sym__hash_symbol] = STATE(4953), + [sym_bang] = STATE(1166), + [sym__parameter_ownership_modifier] = STATE(2676), + [sym_directive] = STATE(2980), + [sym_diagnostic] = STATE(2980), + [aux_sym_raw_string_literal_repeat1] = STATE(8562), + [anon_sym_BANG] = ACTIONS(1011), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1013), + [aux_sym_simple_identifier_token2] = ACTIONS(1015), + [aux_sym_simple_identifier_token3] = ACTIONS(1015), + [aux_sym_simple_identifier_token4] = ACTIONS(1015), + [anon_sym_actor] = ACTIONS(1013), + [anon_sym_async] = ACTIONS(1013), + [anon_sym_each] = ACTIONS(1017), + [anon_sym_lazy] = ACTIONS(1013), + [anon_sym_repeat] = ACTIONS(1019), + [anon_sym_package] = ACTIONS(1013), + [anon_sym_nil] = ACTIONS(1021), + [sym_real_literal] = ACTIONS(1023), + [sym_integer_literal] = ACTIONS(1021), + [sym_hex_literal] = ACTIONS(1021), + [sym_oct_literal] = ACTIONS(1023), + [sym_bin_literal] = ACTIONS(1023), + [anon_sym_true] = ACTIONS(1025), + [anon_sym_false] = ACTIONS(1025), + [anon_sym_DQUOTE] = ACTIONS(1027), + [anon_sym_BSLASH] = ACTIONS(1029), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1031), + [sym__oneline_regex_literal] = ACTIONS(1033), + [anon_sym_LPAREN] = ACTIONS(1035), + [anon_sym_LBRACK] = ACTIONS(1037), + [anon_sym_AMP] = ACTIONS(1039), + [anon_sym_TILDE] = ACTIONS(1039), + [anon_sym_if] = ACTIONS(1041), + [anon_sym_switch] = ACTIONS(1043), + [aux_sym_custom_operator_token1] = ACTIONS(1045), + [anon_sym_LT] = ACTIONS(1047), + [anon_sym_GT] = ACTIONS(1047), + [anon_sym_await] = ACTIONS(1049), + [anon_sym_LBRACE] = ACTIONS(1051), + [anon_sym_CARET_LBRACE] = ACTIONS(1051), + [anon_sym_self] = ACTIONS(1053), + [anon_sym_super] = ACTIONS(1055), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(1057), + [anon_sym_DASH_EQ] = ACTIONS(1057), + [anon_sym_STAR_EQ] = ACTIONS(1057), + [anon_sym_SLASH_EQ] = ACTIONS(1057), + [anon_sym_PERCENT_EQ] = ACTIONS(1057), + [anon_sym_BANG_EQ] = ACTIONS(1047), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1057), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1057), + [anon_sym_LT_EQ] = ACTIONS(1057), + [anon_sym_GT_EQ] = ACTIONS(1057), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1059), + [anon_sym_DOT_DOT_LT] = ACTIONS(1061), + [anon_sym_PLUS] = ACTIONS(1063), + [anon_sym_DASH] = ACTIONS(1063), + [anon_sym_STAR] = ACTIONS(1047), + [anon_sym_SLASH] = ACTIONS(1047), + [anon_sym_PERCENT] = ACTIONS(1047), + [anon_sym_PLUS_PLUS] = ACTIONS(1039), + [anon_sym_DASH_DASH] = ACTIONS(1039), + [anon_sym_PIPE] = ACTIONS(1057), + [anon_sym_CARET] = ACTIONS(1047), + [anon_sym_LT_LT] = ACTIONS(1057), + [anon_sym_GT_GT] = ACTIONS(1057), + [anon_sym_borrowing] = ACTIONS(1013), + [anon_sym_consuming] = ACTIONS(1013), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(1065), + [sym__dot_custom] = ACTIONS(1067), + [sym__eq_custom] = ACTIONS(1057), + [sym__eq_eq_custom] = ACTIONS(1057), + [sym__plus_then_ws] = ACTIONS(1057), + [sym__minus_then_ws] = ACTIONS(1057), + [sym__bang_custom] = ACTIONS(1069), + [sym__custom_operator] = ACTIONS(1045), + [sym__hash_symbol_custom] = ACTIONS(1071), + [sym__directive_if] = ACTIONS(1073), + [sym__directive_elseif] = ACTIONS(1073), + [sym__directive_else] = ACTIONS(1075), + [sym__directive_endif] = ACTIONS(1075), + }, + [STATE(452)] = { + [sym_simple_identifier] = STATE(2915), + [sym__contextual_simple_identifier] = STATE(2805), + [sym__basic_literal] = STATE(3407), + [sym_boolean_literal] = STATE(3407), + [sym__string_literal] = STATE(3407), + [sym_line_string_literal] = STATE(3407), + [sym_multi_line_string_literal] = STATE(3407), + [sym_raw_string_literal] = STATE(3407), + [sym_regex_literal] = STATE(3407), + [sym__extended_regex_literal] = STATE(3399), + [sym__multiline_regex_literal] = STATE(3399), + [sym_user_type] = STATE(6574), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6574), + [sym_dictionary_type] = STATE(6574), + [sym_expression] = STATE(1518), + [sym_optional_chain_marker] = STATE(3407), + [sym__unary_expression] = STATE(3407), + [sym_postfix_expression] = STATE(3407), + [sym_constructor_expression] = STATE(3407), + [sym__parenthesized_type] = STATE(7731), + [sym_navigation_expression] = STATE(3407), + [sym__navigable_type_expression] = STATE(7731), + [sym_open_start_range_expression] = STATE(3407), + [sym__range_operator] = STATE(658), + [sym_open_end_range_expression] = STATE(3407), + [sym_prefix_expression] = STATE(3407), + [sym_as_expression] = STATE(3407), + [sym_selector_expression] = STATE(3407), + [sym__binary_expression] = STATE(3407), + [sym_multiplicative_expression] = STATE(3407), + [sym_additive_expression] = STATE(3407), + [sym_range_expression] = STATE(3407), + [sym_infix_expression] = STATE(3407), + [sym_nil_coalescing_expression] = STATE(3407), + [sym_check_expression] = STATE(3407), + [sym_comparison_expression] = STATE(3407), + [sym_equality_expression] = STATE(3407), + [sym_conjunction_expression] = STATE(3407), + [sym_disjunction_expression] = STATE(3407), + [sym_bitwise_operation] = STATE(3407), + [sym_custom_operator] = STATE(1194), + [sym_try_expression] = STATE(3407), + [sym_await_expression] = STATE(3407), + [sym__await_operator] = STATE(692), + [sym_ternary_expression] = STATE(3407), + [sym__expr_hack_at_ternary_binary_suffix] = STATE(3585), + [sym_expr_hack_at_ternary_binary_call] = STATE(3585), + [sym_call_expression] = STATE(3407), + [sym_macro_invocation] = STATE(3407), + [sym__primary_expression] = STATE(3407), + [sym_tuple_expression] = STATE(3407), + [sym_array_literal] = STATE(3407), + [sym_dictionary_literal] = STATE(3407), + [sym_special_literal] = STATE(3407), + [sym_playground_literal] = STATE(3407), + [sym_lambda_literal] = STATE(3407), + [sym_self_expression] = STATE(3407), + [sym_super_expression] = STATE(3407), + [sym_if_statement] = STATE(3407), + [sym_switch_statement] = STATE(3407), + [sym_key_path_expression] = STATE(3407), + [sym_key_path_string_expression] = STATE(3407), + [sym_try_operator] = STATE(708), + [sym__assignment_and_operator] = STATE(3269), + [sym__equality_operator] = STATE(3269), + [sym__comparison_operator] = STATE(3269), + [sym__three_dot_operator] = STATE(1211), + [sym__open_ended_range_operator] = STATE(658), + [sym__additive_operator] = STATE(3269), + [sym__multiplicative_operator] = STATE(3269), + [sym__prefix_unary_operator] = STATE(595), + [sym_directly_assignable_expression] = STATE(6607), + [sym_assignment] = STATE(3407), + [sym_value_parameter_pack] = STATE(3407), + [sym_value_pack_expansion] = STATE(3407), + [sym_referenceable_operator] = STATE(3407), + [sym__equal_sign] = STATE(3269), + [sym__eq_eq] = STATE(3269), + [sym__dot] = STATE(595), + [sym__hash_symbol] = STATE(4958), + [sym_bang] = STATE(1194), + [sym__parameter_ownership_modifier] = STATE(2805), + [sym_directive] = STATE(3407), + [sym_diagnostic] = STATE(3407), + [aux_sym_raw_string_literal_repeat1] = STATE(7737), + [anon_sym_BANG] = ACTIONS(1077), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1079), + [aux_sym_simple_identifier_token2] = ACTIONS(1081), + [aux_sym_simple_identifier_token3] = ACTIONS(1081), + [aux_sym_simple_identifier_token4] = ACTIONS(1081), + [anon_sym_actor] = ACTIONS(1079), + [anon_sym_async] = ACTIONS(1079), + [anon_sym_each] = ACTIONS(1083), + [anon_sym_lazy] = ACTIONS(1079), + [anon_sym_repeat] = ACTIONS(1085), + [anon_sym_package] = ACTIONS(1079), + [anon_sym_nil] = ACTIONS(1087), + [sym_real_literal] = ACTIONS(1089), + [sym_integer_literal] = ACTIONS(1087), + [sym_hex_literal] = ACTIONS(1087), + [sym_oct_literal] = ACTIONS(1089), + [sym_bin_literal] = ACTIONS(1089), + [anon_sym_true] = ACTIONS(1091), + [anon_sym_false] = ACTIONS(1091), + [anon_sym_DQUOTE] = ACTIONS(1093), + [anon_sym_BSLASH] = ACTIONS(1095), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1097), + [sym__oneline_regex_literal] = ACTIONS(1099), + [anon_sym_LPAREN] = ACTIONS(1101), + [anon_sym_LBRACK] = ACTIONS(1103), + [anon_sym_AMP] = ACTIONS(1105), + [anon_sym_TILDE] = ACTIONS(1105), + [anon_sym_if] = ACTIONS(1107), + [anon_sym_switch] = ACTIONS(1109), + [aux_sym_custom_operator_token1] = ACTIONS(1111), + [anon_sym_LT] = ACTIONS(1113), + [anon_sym_GT] = ACTIONS(1113), + [anon_sym_await] = ACTIONS(1115), + [anon_sym_LBRACE] = ACTIONS(1117), + [anon_sym_CARET_LBRACE] = ACTIONS(1117), + [anon_sym_self] = ACTIONS(1119), + [anon_sym_super] = ACTIONS(1121), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(1123), + [anon_sym_DASH_EQ] = ACTIONS(1123), + [anon_sym_STAR_EQ] = ACTIONS(1123), + [anon_sym_SLASH_EQ] = ACTIONS(1123), + [anon_sym_PERCENT_EQ] = ACTIONS(1123), + [anon_sym_BANG_EQ] = ACTIONS(1113), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1123), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1123), + [anon_sym_LT_EQ] = ACTIONS(1123), + [anon_sym_GT_EQ] = ACTIONS(1123), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1125), + [anon_sym_DOT_DOT_LT] = ACTIONS(1127), + [anon_sym_PLUS] = ACTIONS(1129), + [anon_sym_DASH] = ACTIONS(1129), + [anon_sym_STAR] = ACTIONS(1113), + [anon_sym_SLASH] = ACTIONS(1113), + [anon_sym_PERCENT] = ACTIONS(1113), + [anon_sym_PLUS_PLUS] = ACTIONS(1105), + [anon_sym_DASH_DASH] = ACTIONS(1105), + [anon_sym_PIPE] = ACTIONS(1123), + [anon_sym_CARET] = ACTIONS(1113), + [anon_sym_LT_LT] = ACTIONS(1123), + [anon_sym_GT_GT] = ACTIONS(1123), + [anon_sym_borrowing] = ACTIONS(1079), + [anon_sym_consuming] = ACTIONS(1079), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(1131), + [sym__dot_custom] = ACTIONS(1133), + [sym__eq_custom] = ACTIONS(1123), + [sym__eq_eq_custom] = ACTIONS(1123), + [sym__plus_then_ws] = ACTIONS(1123), + [sym__minus_then_ws] = ACTIONS(1123), + [sym__bang_custom] = ACTIONS(1135), + [sym__custom_operator] = ACTIONS(1111), + [sym__hash_symbol_custom] = ACTIONS(1137), + [sym__directive_if] = ACTIONS(1139), + [sym__directive_elseif] = ACTIONS(1139), + [sym__directive_else] = ACTIONS(1141), + [sym__directive_endif] = ACTIONS(1141), + }, + [STATE(453)] = { + [sym_simple_identifier] = STATE(2706), + [sym__contextual_simple_identifier] = STATE(2676), + [sym__basic_literal] = STATE(2980), + [sym_boolean_literal] = STATE(2980), + [sym__string_literal] = STATE(2980), + [sym_line_string_literal] = STATE(2980), + [sym_multi_line_string_literal] = STATE(2980), + [sym_raw_string_literal] = STATE(2980), + [sym_regex_literal] = STATE(2980), + [sym__extended_regex_literal] = STATE(3075), + [sym__multiline_regex_literal] = STATE(3075), + [sym_user_type] = STATE(6563), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6563), + [sym_dictionary_type] = STATE(6563), + [sym_expression] = STATE(1473), + [sym_optional_chain_marker] = STATE(2980), + [sym__unary_expression] = STATE(2980), + [sym_postfix_expression] = STATE(2980), + [sym_constructor_expression] = STATE(2980), + [sym__parenthesized_type] = STATE(8466), + [sym_navigation_expression] = STATE(2980), + [sym__navigable_type_expression] = STATE(8466), + [sym_open_start_range_expression] = STATE(2980), + [sym__range_operator] = STATE(586), + [sym_open_end_range_expression] = STATE(2980), + [sym_prefix_expression] = STATE(2980), + [sym_as_expression] = STATE(2980), + [sym_selector_expression] = STATE(2980), + [sym__binary_expression] = STATE(2980), + [sym_multiplicative_expression] = STATE(2980), + [sym_additive_expression] = STATE(2980), + [sym_range_expression] = STATE(2980), + [sym_infix_expression] = STATE(2980), + [sym_nil_coalescing_expression] = STATE(2980), + [sym_check_expression] = STATE(2980), + [sym_comparison_expression] = STATE(2980), + [sym_equality_expression] = STATE(2980), + [sym_conjunction_expression] = STATE(2980), + [sym_disjunction_expression] = STATE(2980), + [sym_bitwise_operation] = STATE(2980), + [sym_custom_operator] = STATE(1166), + [sym_try_expression] = STATE(2980), + [sym_await_expression] = STATE(2980), + [sym__await_operator] = STATE(590), + [sym_ternary_expression] = STATE(2980), + [sym__expr_hack_at_ternary_binary_suffix] = STATE(3037), + [sym_expr_hack_at_ternary_binary_call] = STATE(3037), + [sym_call_expression] = STATE(2980), + [sym_macro_invocation] = STATE(2980), + [sym__primary_expression] = STATE(2980), + [sym_tuple_expression] = STATE(2980), + [sym_array_literal] = STATE(2980), + [sym_dictionary_literal] = STATE(2980), + [sym_special_literal] = STATE(2980), + [sym_playground_literal] = STATE(2980), + [sym_lambda_literal] = STATE(2980), + [sym_self_expression] = STATE(2980), + [sym_super_expression] = STATE(2980), + [sym_if_statement] = STATE(2980), + [sym_switch_statement] = STATE(2980), + [sym_key_path_expression] = STATE(2980), + [sym_key_path_string_expression] = STATE(2980), + [sym_try_operator] = STATE(591), + [sym__assignment_and_operator] = STATE(3015), + [sym__equality_operator] = STATE(3015), + [sym__comparison_operator] = STATE(3015), + [sym__three_dot_operator] = STATE(1145), + [sym__open_ended_range_operator] = STATE(586), + [sym__additive_operator] = STATE(3015), + [sym__multiplicative_operator] = STATE(3015), + [sym__prefix_unary_operator] = STATE(592), + [sym_directly_assignable_expression] = STATE(6564), + [sym_assignment] = STATE(2980), + [sym_value_parameter_pack] = STATE(2980), + [sym_value_pack_expansion] = STATE(2980), + [sym_referenceable_operator] = STATE(2980), + [sym__equal_sign] = STATE(3015), + [sym__eq_eq] = STATE(3015), + [sym__dot] = STATE(592), + [sym__hash_symbol] = STATE(4953), + [sym_bang] = STATE(1166), + [sym__parameter_ownership_modifier] = STATE(2676), + [sym_directive] = STATE(2980), + [sym_diagnostic] = STATE(2980), + [aux_sym_raw_string_literal_repeat1] = STATE(8562), + [anon_sym_BANG] = ACTIONS(1011), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1013), + [aux_sym_simple_identifier_token2] = ACTIONS(1015), + [aux_sym_simple_identifier_token3] = ACTIONS(1015), + [aux_sym_simple_identifier_token4] = ACTIONS(1015), + [anon_sym_actor] = ACTIONS(1013), + [anon_sym_async] = ACTIONS(1013), + [anon_sym_each] = ACTIONS(1017), + [anon_sym_lazy] = ACTIONS(1013), + [anon_sym_repeat] = ACTIONS(1019), + [anon_sym_package] = ACTIONS(1013), + [anon_sym_nil] = ACTIONS(1021), + [sym_real_literal] = ACTIONS(1023), + [sym_integer_literal] = ACTIONS(1021), + [sym_hex_literal] = ACTIONS(1021), + [sym_oct_literal] = ACTIONS(1023), + [sym_bin_literal] = ACTIONS(1023), + [anon_sym_true] = ACTIONS(1025), + [anon_sym_false] = ACTIONS(1025), + [anon_sym_DQUOTE] = ACTIONS(1027), + [anon_sym_BSLASH] = ACTIONS(1029), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1031), + [sym__oneline_regex_literal] = ACTIONS(1033), + [anon_sym_LPAREN] = ACTIONS(1035), + [anon_sym_LBRACK] = ACTIONS(1037), + [anon_sym_AMP] = ACTIONS(1039), + [anon_sym_TILDE] = ACTIONS(1039), + [anon_sym_if] = ACTIONS(1041), + [anon_sym_switch] = ACTIONS(1043), + [aux_sym_custom_operator_token1] = ACTIONS(1045), + [anon_sym_LT] = ACTIONS(1047), + [anon_sym_GT] = ACTIONS(1047), + [anon_sym_await] = ACTIONS(1049), + [anon_sym_LBRACE] = ACTIONS(1051), + [anon_sym_CARET_LBRACE] = ACTIONS(1051), + [anon_sym_self] = ACTIONS(1053), + [anon_sym_super] = ACTIONS(1055), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(1057), + [anon_sym_DASH_EQ] = ACTIONS(1057), + [anon_sym_STAR_EQ] = ACTIONS(1057), + [anon_sym_SLASH_EQ] = ACTIONS(1057), + [anon_sym_PERCENT_EQ] = ACTIONS(1057), + [anon_sym_BANG_EQ] = ACTIONS(1047), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1057), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1057), + [anon_sym_LT_EQ] = ACTIONS(1057), + [anon_sym_GT_EQ] = ACTIONS(1057), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1059), + [anon_sym_DOT_DOT_LT] = ACTIONS(1061), + [anon_sym_PLUS] = ACTIONS(1063), + [anon_sym_DASH] = ACTIONS(1063), + [anon_sym_STAR] = ACTIONS(1047), + [anon_sym_SLASH] = ACTIONS(1047), + [anon_sym_PERCENT] = ACTIONS(1047), + [anon_sym_PLUS_PLUS] = ACTIONS(1039), + [anon_sym_DASH_DASH] = ACTIONS(1039), + [anon_sym_PIPE] = ACTIONS(1057), + [anon_sym_CARET] = ACTIONS(1047), + [anon_sym_LT_LT] = ACTIONS(1057), + [anon_sym_GT_GT] = ACTIONS(1057), + [anon_sym_borrowing] = ACTIONS(1013), + [anon_sym_consuming] = ACTIONS(1013), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(1065), + [sym__dot_custom] = ACTIONS(1067), + [sym__eq_custom] = ACTIONS(1057), + [sym__eq_eq_custom] = ACTIONS(1057), + [sym__plus_then_ws] = ACTIONS(1057), + [sym__minus_then_ws] = ACTIONS(1057), + [sym__bang_custom] = ACTIONS(1069), + [sym__custom_operator] = ACTIONS(1045), + [sym__hash_symbol_custom] = ACTIONS(1071), + [sym__directive_if] = ACTIONS(1073), + [sym__directive_elseif] = ACTIONS(1073), + [sym__directive_else] = ACTIONS(1075), + [sym__directive_endif] = ACTIONS(1075), + }, + [STATE(454)] = { + [sym_simple_identifier] = STATE(2706), + [sym__contextual_simple_identifier] = STATE(2676), + [sym__basic_literal] = STATE(2980), + [sym_boolean_literal] = STATE(2980), + [sym__string_literal] = STATE(2980), + [sym_line_string_literal] = STATE(2980), + [sym_multi_line_string_literal] = STATE(2980), + [sym_raw_string_literal] = STATE(2980), + [sym_regex_literal] = STATE(2980), + [sym__extended_regex_literal] = STATE(3075), + [sym__multiline_regex_literal] = STATE(3075), + [sym_user_type] = STATE(6563), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6563), + [sym_dictionary_type] = STATE(6563), + [sym_expression] = STATE(1473), + [sym_optional_chain_marker] = STATE(2980), + [sym__unary_expression] = STATE(2980), + [sym_postfix_expression] = STATE(2980), + [sym_constructor_expression] = STATE(2980), + [sym__parenthesized_type] = STATE(8466), + [sym_navigation_expression] = STATE(2980), + [sym__navigable_type_expression] = STATE(8466), + [sym_open_start_range_expression] = STATE(2980), + [sym__range_operator] = STATE(586), + [sym_open_end_range_expression] = STATE(2980), + [sym_prefix_expression] = STATE(2980), + [sym_as_expression] = STATE(2980), + [sym_selector_expression] = STATE(2980), + [sym__binary_expression] = STATE(2980), + [sym_multiplicative_expression] = STATE(2980), + [sym_additive_expression] = STATE(2980), + [sym_range_expression] = STATE(2980), + [sym_infix_expression] = STATE(2980), + [sym_nil_coalescing_expression] = STATE(2980), + [sym_check_expression] = STATE(2980), + [sym_comparison_expression] = STATE(2980), + [sym_equality_expression] = STATE(2980), + [sym_conjunction_expression] = STATE(2980), + [sym_disjunction_expression] = STATE(2980), + [sym_bitwise_operation] = STATE(2980), + [sym_custom_operator] = STATE(1166), + [sym_try_expression] = STATE(2980), + [sym_await_expression] = STATE(2980), + [sym__await_operator] = STATE(590), + [sym_ternary_expression] = STATE(2980), + [sym__expr_hack_at_ternary_binary_suffix] = STATE(3038), + [sym_expr_hack_at_ternary_binary_call] = STATE(3038), + [sym_call_expression] = STATE(2980), + [sym_macro_invocation] = STATE(2980), + [sym__primary_expression] = STATE(2980), + [sym_tuple_expression] = STATE(2980), + [sym_array_literal] = STATE(2980), + [sym_dictionary_literal] = STATE(2980), + [sym_special_literal] = STATE(2980), + [sym_playground_literal] = STATE(2980), + [sym_lambda_literal] = STATE(2980), + [sym_self_expression] = STATE(2980), + [sym_super_expression] = STATE(2980), + [sym_if_statement] = STATE(2980), + [sym_switch_statement] = STATE(2980), + [sym_key_path_expression] = STATE(2980), + [sym_key_path_string_expression] = STATE(2980), + [sym_try_operator] = STATE(591), + [sym__assignment_and_operator] = STATE(3015), + [sym__equality_operator] = STATE(3015), + [sym__comparison_operator] = STATE(3015), + [sym__three_dot_operator] = STATE(1145), + [sym__open_ended_range_operator] = STATE(586), + [sym__additive_operator] = STATE(3015), + [sym__multiplicative_operator] = STATE(3015), + [sym__prefix_unary_operator] = STATE(592), + [sym_directly_assignable_expression] = STATE(6564), + [sym_assignment] = STATE(2980), + [sym_value_parameter_pack] = STATE(2980), + [sym_value_pack_expansion] = STATE(2980), + [sym_referenceable_operator] = STATE(2980), + [sym__equal_sign] = STATE(3015), + [sym__eq_eq] = STATE(3015), + [sym__dot] = STATE(592), + [sym__hash_symbol] = STATE(4953), + [sym_bang] = STATE(1166), + [sym__parameter_ownership_modifier] = STATE(2676), + [sym_directive] = STATE(2980), + [sym_diagnostic] = STATE(2980), + [aux_sym_raw_string_literal_repeat1] = STATE(8562), + [anon_sym_BANG] = ACTIONS(1011), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1013), + [aux_sym_simple_identifier_token2] = ACTIONS(1015), + [aux_sym_simple_identifier_token3] = ACTIONS(1015), + [aux_sym_simple_identifier_token4] = ACTIONS(1015), + [anon_sym_actor] = ACTIONS(1013), + [anon_sym_async] = ACTIONS(1013), + [anon_sym_each] = ACTIONS(1017), + [anon_sym_lazy] = ACTIONS(1013), + [anon_sym_repeat] = ACTIONS(1019), + [anon_sym_package] = ACTIONS(1013), + [anon_sym_nil] = ACTIONS(1021), + [sym_real_literal] = ACTIONS(1023), + [sym_integer_literal] = ACTIONS(1021), + [sym_hex_literal] = ACTIONS(1021), + [sym_oct_literal] = ACTIONS(1023), + [sym_bin_literal] = ACTIONS(1023), + [anon_sym_true] = ACTIONS(1025), + [anon_sym_false] = ACTIONS(1025), + [anon_sym_DQUOTE] = ACTIONS(1027), + [anon_sym_BSLASH] = ACTIONS(1029), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1031), + [sym__oneline_regex_literal] = ACTIONS(1033), + [anon_sym_LPAREN] = ACTIONS(1035), + [anon_sym_LBRACK] = ACTIONS(1037), + [anon_sym_AMP] = ACTIONS(1039), + [anon_sym_TILDE] = ACTIONS(1039), + [anon_sym_if] = ACTIONS(1041), + [anon_sym_switch] = ACTIONS(1043), + [aux_sym_custom_operator_token1] = ACTIONS(1045), + [anon_sym_LT] = ACTIONS(1047), + [anon_sym_GT] = ACTIONS(1047), + [anon_sym_await] = ACTIONS(1049), + [anon_sym_LBRACE] = ACTIONS(1051), + [anon_sym_CARET_LBRACE] = ACTIONS(1051), + [anon_sym_self] = ACTIONS(1053), + [anon_sym_super] = ACTIONS(1055), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(1057), + [anon_sym_DASH_EQ] = ACTIONS(1057), + [anon_sym_STAR_EQ] = ACTIONS(1057), + [anon_sym_SLASH_EQ] = ACTIONS(1057), + [anon_sym_PERCENT_EQ] = ACTIONS(1057), + [anon_sym_BANG_EQ] = ACTIONS(1047), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1057), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1057), + [anon_sym_LT_EQ] = ACTIONS(1057), + [anon_sym_GT_EQ] = ACTIONS(1057), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1059), + [anon_sym_DOT_DOT_LT] = ACTIONS(1061), + [anon_sym_PLUS] = ACTIONS(1063), + [anon_sym_DASH] = ACTIONS(1063), + [anon_sym_STAR] = ACTIONS(1047), + [anon_sym_SLASH] = ACTIONS(1047), + [anon_sym_PERCENT] = ACTIONS(1047), + [anon_sym_PLUS_PLUS] = ACTIONS(1039), + [anon_sym_DASH_DASH] = ACTIONS(1039), + [anon_sym_PIPE] = ACTIONS(1057), + [anon_sym_CARET] = ACTIONS(1047), + [anon_sym_LT_LT] = ACTIONS(1057), + [anon_sym_GT_GT] = ACTIONS(1057), + [anon_sym_borrowing] = ACTIONS(1013), + [anon_sym_consuming] = ACTIONS(1013), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(1065), + [sym__dot_custom] = ACTIONS(1067), + [sym__eq_custom] = ACTIONS(1057), + [sym__eq_eq_custom] = ACTIONS(1057), + [sym__plus_then_ws] = ACTIONS(1057), + [sym__minus_then_ws] = ACTIONS(1057), + [sym__bang_custom] = ACTIONS(1069), + [sym__custom_operator] = ACTIONS(1045), + [sym__hash_symbol_custom] = ACTIONS(1071), + [sym__directive_if] = ACTIONS(1073), + [sym__directive_elseif] = ACTIONS(1073), + [sym__directive_else] = ACTIONS(1075), + [sym__directive_endif] = ACTIONS(1075), + }, + [STATE(455)] = { + [sym_simple_identifier] = STATE(2939), + [sym__contextual_simple_identifier] = STATE(2778), + [sym__basic_literal] = STATE(3483), + [sym_boolean_literal] = STATE(3483), + [sym__string_literal] = STATE(3483), + [sym_line_string_literal] = STATE(3483), + [sym_multi_line_string_literal] = STATE(3483), + [sym_raw_string_literal] = STATE(3483), + [sym_regex_literal] = STATE(3483), + [sym__extended_regex_literal] = STATE(3437), + [sym__multiline_regex_literal] = STATE(3437), + [sym_user_type] = STATE(6567), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6567), + [sym_dictionary_type] = STATE(6567), + [sym_expression] = STATE(1634), + [sym_optional_chain_marker] = STATE(3483), + [sym__unary_expression] = STATE(3483), + [sym_postfix_expression] = STATE(3483), + [sym_constructor_expression] = STATE(3483), + [sym__parenthesized_type] = STATE(7825), + [sym_navigation_expression] = STATE(3483), + [sym__navigable_type_expression] = STATE(7825), + [sym_open_start_range_expression] = STATE(3483), + [sym__range_operator] = STATE(645), + [sym_open_end_range_expression] = STATE(3483), + [sym_prefix_expression] = STATE(3483), + [sym_as_expression] = STATE(3483), + [sym_selector_expression] = STATE(3483), + [sym__binary_expression] = STATE(3483), + [sym_multiplicative_expression] = STATE(3483), + [sym_additive_expression] = STATE(3483), + [sym_range_expression] = STATE(3483), + [sym_infix_expression] = STATE(3483), + [sym_nil_coalescing_expression] = STATE(3483), + [sym_check_expression] = STATE(3483), + [sym_comparison_expression] = STATE(3483), + [sym_equality_expression] = STATE(3483), + [sym_conjunction_expression] = STATE(3483), + [sym_disjunction_expression] = STATE(3483), + [sym_bitwise_operation] = STATE(3483), + [sym_custom_operator] = STATE(1227), + [sym_try_expression] = STATE(3483), + [sym_await_expression] = STATE(3483), + [sym__await_operator] = STATE(600), + [sym_ternary_expression] = STATE(3483), + [sym_call_expression] = STATE(3483), + [sym_macro_invocation] = STATE(3483), + [sym__primary_expression] = STATE(3483), + [sym_tuple_expression] = STATE(3483), + [sym_array_literal] = STATE(3483), + [sym_dictionary_literal] = STATE(3483), + [sym_special_literal] = STATE(3483), + [sym_playground_literal] = STATE(3483), + [sym_lambda_literal] = STATE(3483), + [sym_self_expression] = STATE(3483), + [sym_super_expression] = STATE(3483), + [sym_if_statement] = STATE(3483), + [sym_switch_statement] = STATE(3483), + [sym_key_path_expression] = STATE(3483), + [sym_key_path_string_expression] = STATE(3483), + [sym_try_operator] = STATE(650), + [sym__assignment_and_operator] = STATE(3154), + [sym__equality_operator] = STATE(3154), + [sym__comparison_operator] = STATE(3154), + [sym__three_dot_operator] = STATE(1215), + [sym__open_ended_range_operator] = STATE(645), + [sym__additive_operator] = STATE(3154), + [sym__multiplicative_operator] = STATE(3154), + [sym__prefix_unary_operator] = STATE(663), + [sym_directly_assignable_expression] = STATE(6569), + [sym__for_statement_collection] = STATE(7568), + [sym_for_statement_await] = STATE(7568), + [sym_assignment] = STATE(3483), + [sym_value_parameter_pack] = STATE(3483), + [sym_value_pack_expansion] = STATE(3483), + [sym_referenceable_operator] = STATE(3483), + [sym__equal_sign] = STATE(3154), + [sym__eq_eq] = STATE(3154), + [sym__dot] = STATE(663), + [sym__hash_symbol] = STATE(4956), + [sym_bang] = STATE(1227), + [sym__parameter_ownership_modifier] = STATE(2778), + [sym_directive] = STATE(3483), + [sym_diagnostic] = STATE(3483), + [aux_sym_raw_string_literal_repeat1] = STATE(7865), + [anon_sym_BANG] = ACTIONS(939), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(941), + [aux_sym_simple_identifier_token2] = ACTIONS(943), + [aux_sym_simple_identifier_token3] = ACTIONS(943), + [aux_sym_simple_identifier_token4] = ACTIONS(943), + [anon_sym_actor] = ACTIONS(941), + [anon_sym_async] = ACTIONS(941), + [anon_sym_each] = ACTIONS(945), + [anon_sym_lazy] = ACTIONS(941), + [anon_sym_repeat] = ACTIONS(947), + [anon_sym_package] = ACTIONS(941), + [anon_sym_nil] = ACTIONS(949), + [sym_real_literal] = ACTIONS(951), + [sym_integer_literal] = ACTIONS(949), + [sym_hex_literal] = ACTIONS(949), + [sym_oct_literal] = ACTIONS(951), + [sym_bin_literal] = ACTIONS(951), + [anon_sym_true] = ACTIONS(953), + [anon_sym_false] = ACTIONS(953), + [anon_sym_DQUOTE] = ACTIONS(955), + [anon_sym_BSLASH] = ACTIONS(957), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(959), + [sym__oneline_regex_literal] = ACTIONS(961), + [anon_sym_LPAREN] = ACTIONS(1145), + [anon_sym_LBRACK] = ACTIONS(965), + [anon_sym_AMP] = ACTIONS(967), + [anon_sym_TILDE] = ACTIONS(967), + [anon_sym_if] = ACTIONS(969), + [anon_sym_switch] = ACTIONS(971), + [aux_sym_custom_operator_token1] = ACTIONS(973), + [anon_sym_LT] = ACTIONS(975), + [anon_sym_GT] = ACTIONS(975), + [anon_sym_await] = ACTIONS(1536), + [anon_sym_LBRACE] = ACTIONS(979), + [anon_sym_CARET_LBRACE] = ACTIONS(979), + [anon_sym_self] = ACTIONS(981), + [anon_sym_super] = ACTIONS(983), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(987), + [anon_sym_DASH_EQ] = ACTIONS(987), + [anon_sym_STAR_EQ] = ACTIONS(987), + [anon_sym_SLASH_EQ] = ACTIONS(987), + [anon_sym_PERCENT_EQ] = ACTIONS(987), + [anon_sym_BANG_EQ] = ACTIONS(975), + [anon_sym_BANG_EQ_EQ] = ACTIONS(987), + [anon_sym_EQ_EQ_EQ] = ACTIONS(987), + [anon_sym_LT_EQ] = ACTIONS(987), + [anon_sym_GT_EQ] = ACTIONS(987), + [anon_sym_DOT_DOT_DOT] = ACTIONS(989), + [anon_sym_DOT_DOT_LT] = ACTIONS(991), + [anon_sym_PLUS] = ACTIONS(995), + [anon_sym_DASH] = ACTIONS(995), + [anon_sym_STAR] = ACTIONS(975), + [anon_sym_SLASH] = ACTIONS(975), + [anon_sym_PERCENT] = ACTIONS(975), + [anon_sym_PLUS_PLUS] = ACTIONS(967), + [anon_sym_DASH_DASH] = ACTIONS(967), + [anon_sym_PIPE] = ACTIONS(987), + [anon_sym_CARET] = ACTIONS(975), + [anon_sym_LT_LT] = ACTIONS(987), + [anon_sym_GT_GT] = ACTIONS(987), + [anon_sym_borrowing] = ACTIONS(941), + [anon_sym_consuming] = ACTIONS(941), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(999), + [sym__dot_custom] = ACTIONS(1147), + [sym__eq_custom] = ACTIONS(987), + [sym__eq_eq_custom] = ACTIONS(987), + [sym__plus_then_ws] = ACTIONS(987), + [sym__minus_then_ws] = ACTIONS(987), + [sym__bang_custom] = ACTIONS(1003), + [sym__custom_operator] = ACTIONS(973), + [sym__hash_symbol_custom] = ACTIONS(1005), + [sym__directive_if] = ACTIONS(1007), + [sym__directive_elseif] = ACTIONS(1007), + [sym__directive_else] = ACTIONS(1009), + [sym__directive_endif] = ACTIONS(1009), + }, + [STATE(456)] = { + [sym_simple_identifier] = STATE(2706), + [sym__contextual_simple_identifier] = STATE(2676), + [sym__basic_literal] = STATE(2980), + [sym_boolean_literal] = STATE(2980), + [sym__string_literal] = STATE(2980), + [sym_line_string_literal] = STATE(2980), + [sym_multi_line_string_literal] = STATE(2980), + [sym_raw_string_literal] = STATE(2980), + [sym_regex_literal] = STATE(2980), + [sym__extended_regex_literal] = STATE(3075), + [sym__multiline_regex_literal] = STATE(3075), + [sym_user_type] = STATE(6563), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6563), + [sym_dictionary_type] = STATE(6563), + [sym_expression] = STATE(1473), + [sym_optional_chain_marker] = STATE(2980), + [sym__unary_expression] = STATE(2980), + [sym_postfix_expression] = STATE(2980), + [sym_constructor_expression] = STATE(2980), + [sym__parenthesized_type] = STATE(8466), + [sym_navigation_expression] = STATE(2980), + [sym__navigable_type_expression] = STATE(8466), + [sym_open_start_range_expression] = STATE(2980), + [sym__range_operator] = STATE(586), + [sym_open_end_range_expression] = STATE(2980), + [sym_prefix_expression] = STATE(2980), + [sym_as_expression] = STATE(2980), + [sym_selector_expression] = STATE(2980), + [sym__binary_expression] = STATE(2980), + [sym_multiplicative_expression] = STATE(2980), + [sym_additive_expression] = STATE(2980), + [sym_range_expression] = STATE(2980), + [sym_infix_expression] = STATE(2980), + [sym_nil_coalescing_expression] = STATE(2980), + [sym_check_expression] = STATE(2980), + [sym_comparison_expression] = STATE(2980), + [sym_equality_expression] = STATE(2980), + [sym_conjunction_expression] = STATE(2980), + [sym_disjunction_expression] = STATE(2980), + [sym_bitwise_operation] = STATE(2980), + [sym_custom_operator] = STATE(1166), + [sym_try_expression] = STATE(2980), + [sym_await_expression] = STATE(2980), + [sym__await_operator] = STATE(590), + [sym_ternary_expression] = STATE(2980), + [sym__expr_hack_at_ternary_binary_suffix] = STATE(3039), + [sym_expr_hack_at_ternary_binary_call] = STATE(3039), + [sym_call_expression] = STATE(2980), + [sym_macro_invocation] = STATE(2980), + [sym__primary_expression] = STATE(2980), + [sym_tuple_expression] = STATE(2980), + [sym_array_literal] = STATE(2980), + [sym_dictionary_literal] = STATE(2980), + [sym_special_literal] = STATE(2980), + [sym_playground_literal] = STATE(2980), + [sym_lambda_literal] = STATE(2980), + [sym_self_expression] = STATE(2980), + [sym_super_expression] = STATE(2980), + [sym_if_statement] = STATE(2980), + [sym_switch_statement] = STATE(2980), + [sym_key_path_expression] = STATE(2980), + [sym_key_path_string_expression] = STATE(2980), + [sym_try_operator] = STATE(591), + [sym__assignment_and_operator] = STATE(3015), + [sym__equality_operator] = STATE(3015), + [sym__comparison_operator] = STATE(3015), + [sym__three_dot_operator] = STATE(1145), + [sym__open_ended_range_operator] = STATE(586), + [sym__additive_operator] = STATE(3015), + [sym__multiplicative_operator] = STATE(3015), + [sym__prefix_unary_operator] = STATE(592), + [sym_directly_assignable_expression] = STATE(6564), + [sym_assignment] = STATE(2980), + [sym_value_parameter_pack] = STATE(2980), + [sym_value_pack_expansion] = STATE(2980), + [sym_referenceable_operator] = STATE(2980), + [sym__equal_sign] = STATE(3015), + [sym__eq_eq] = STATE(3015), + [sym__dot] = STATE(592), + [sym__hash_symbol] = STATE(4953), + [sym_bang] = STATE(1166), + [sym__parameter_ownership_modifier] = STATE(2676), + [sym_directive] = STATE(2980), + [sym_diagnostic] = STATE(2980), + [aux_sym_raw_string_literal_repeat1] = STATE(8562), + [anon_sym_BANG] = ACTIONS(1011), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1013), + [aux_sym_simple_identifier_token2] = ACTIONS(1015), + [aux_sym_simple_identifier_token3] = ACTIONS(1015), + [aux_sym_simple_identifier_token4] = ACTIONS(1015), + [anon_sym_actor] = ACTIONS(1013), + [anon_sym_async] = ACTIONS(1013), + [anon_sym_each] = ACTIONS(1017), + [anon_sym_lazy] = ACTIONS(1013), + [anon_sym_repeat] = ACTIONS(1019), + [anon_sym_package] = ACTIONS(1013), + [anon_sym_nil] = ACTIONS(1021), + [sym_real_literal] = ACTIONS(1023), + [sym_integer_literal] = ACTIONS(1021), + [sym_hex_literal] = ACTIONS(1021), + [sym_oct_literal] = ACTIONS(1023), + [sym_bin_literal] = ACTIONS(1023), + [anon_sym_true] = ACTIONS(1025), + [anon_sym_false] = ACTIONS(1025), + [anon_sym_DQUOTE] = ACTIONS(1027), + [anon_sym_BSLASH] = ACTIONS(1029), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1031), + [sym__oneline_regex_literal] = ACTIONS(1033), + [anon_sym_LPAREN] = ACTIONS(1035), + [anon_sym_LBRACK] = ACTIONS(1037), + [anon_sym_AMP] = ACTIONS(1039), + [anon_sym_TILDE] = ACTIONS(1039), + [anon_sym_if] = ACTIONS(1041), + [anon_sym_switch] = ACTIONS(1043), + [aux_sym_custom_operator_token1] = ACTIONS(1045), + [anon_sym_LT] = ACTIONS(1047), + [anon_sym_GT] = ACTIONS(1047), + [anon_sym_await] = ACTIONS(1049), + [anon_sym_LBRACE] = ACTIONS(1051), + [anon_sym_CARET_LBRACE] = ACTIONS(1051), + [anon_sym_self] = ACTIONS(1053), + [anon_sym_super] = ACTIONS(1055), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(1057), + [anon_sym_DASH_EQ] = ACTIONS(1057), + [anon_sym_STAR_EQ] = ACTIONS(1057), + [anon_sym_SLASH_EQ] = ACTIONS(1057), + [anon_sym_PERCENT_EQ] = ACTIONS(1057), + [anon_sym_BANG_EQ] = ACTIONS(1047), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1057), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1057), + [anon_sym_LT_EQ] = ACTIONS(1057), + [anon_sym_GT_EQ] = ACTIONS(1057), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1059), + [anon_sym_DOT_DOT_LT] = ACTIONS(1061), + [anon_sym_PLUS] = ACTIONS(1063), + [anon_sym_DASH] = ACTIONS(1063), + [anon_sym_STAR] = ACTIONS(1047), + [anon_sym_SLASH] = ACTIONS(1047), + [anon_sym_PERCENT] = ACTIONS(1047), + [anon_sym_PLUS_PLUS] = ACTIONS(1039), + [anon_sym_DASH_DASH] = ACTIONS(1039), + [anon_sym_PIPE] = ACTIONS(1057), + [anon_sym_CARET] = ACTIONS(1047), + [anon_sym_LT_LT] = ACTIONS(1057), + [anon_sym_GT_GT] = ACTIONS(1057), + [anon_sym_borrowing] = ACTIONS(1013), + [anon_sym_consuming] = ACTIONS(1013), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(1065), + [sym__dot_custom] = ACTIONS(1067), + [sym__eq_custom] = ACTIONS(1057), + [sym__eq_eq_custom] = ACTIONS(1057), + [sym__plus_then_ws] = ACTIONS(1057), + [sym__minus_then_ws] = ACTIONS(1057), + [sym__bang_custom] = ACTIONS(1069), + [sym__custom_operator] = ACTIONS(1045), + [sym__hash_symbol_custom] = ACTIONS(1071), + [sym__directive_if] = ACTIONS(1073), + [sym__directive_elseif] = ACTIONS(1073), + [sym__directive_else] = ACTIONS(1075), + [sym__directive_endif] = ACTIONS(1075), + }, + [STATE(457)] = { + [sym_simple_identifier] = STATE(2939), + [sym__contextual_simple_identifier] = STATE(2778), + [sym__basic_literal] = STATE(3483), + [sym_boolean_literal] = STATE(3483), + [sym__string_literal] = STATE(3483), + [sym_line_string_literal] = STATE(3483), + [sym_multi_line_string_literal] = STATE(3483), + [sym_raw_string_literal] = STATE(3483), + [sym_regex_literal] = STATE(3483), + [sym__extended_regex_literal] = STATE(3437), + [sym__multiline_regex_literal] = STATE(3437), + [sym_user_type] = STATE(6567), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6567), + [sym_dictionary_type] = STATE(6567), + [sym_expression] = STATE(1634), + [sym_optional_chain_marker] = STATE(3483), + [sym__unary_expression] = STATE(3483), + [sym_postfix_expression] = STATE(3483), + [sym_constructor_expression] = STATE(3483), + [sym__parenthesized_type] = STATE(7825), + [sym_navigation_expression] = STATE(3483), + [sym__navigable_type_expression] = STATE(7825), + [sym_open_start_range_expression] = STATE(3483), + [sym__range_operator] = STATE(645), + [sym_open_end_range_expression] = STATE(3483), + [sym_prefix_expression] = STATE(3483), + [sym_as_expression] = STATE(3483), + [sym_selector_expression] = STATE(3483), + [sym__binary_expression] = STATE(3483), + [sym_multiplicative_expression] = STATE(3483), + [sym_additive_expression] = STATE(3483), + [sym_range_expression] = STATE(3483), + [sym_infix_expression] = STATE(3483), + [sym_nil_coalescing_expression] = STATE(3483), + [sym_check_expression] = STATE(3483), + [sym_comparison_expression] = STATE(3483), + [sym_equality_expression] = STATE(3483), + [sym_conjunction_expression] = STATE(3483), + [sym_disjunction_expression] = STATE(3483), + [sym_bitwise_operation] = STATE(3483), + [sym_custom_operator] = STATE(1227), + [sym_try_expression] = STATE(3483), + [sym_await_expression] = STATE(3483), + [sym__await_operator] = STATE(600), + [sym_ternary_expression] = STATE(3483), + [sym_call_expression] = STATE(3483), + [sym_macro_invocation] = STATE(3483), + [sym__primary_expression] = STATE(3483), + [sym_tuple_expression] = STATE(3483), + [sym_array_literal] = STATE(3483), + [sym_dictionary_literal] = STATE(3483), + [sym_special_literal] = STATE(3483), + [sym_playground_literal] = STATE(3483), + [sym_lambda_literal] = STATE(3483), + [sym_self_expression] = STATE(3483), + [sym_super_expression] = STATE(3483), + [sym_if_statement] = STATE(3483), + [sym_switch_statement] = STATE(3483), + [sym_key_path_expression] = STATE(3483), + [sym_key_path_string_expression] = STATE(3483), + [sym_try_operator] = STATE(650), + [sym__assignment_and_operator] = STATE(3154), + [sym__equality_operator] = STATE(3154), + [sym__comparison_operator] = STATE(3154), + [sym__three_dot_operator] = STATE(1215), + [sym__open_ended_range_operator] = STATE(645), + [sym__additive_operator] = STATE(3154), + [sym__multiplicative_operator] = STATE(3154), + [sym__prefix_unary_operator] = STATE(663), + [sym_directly_assignable_expression] = STATE(6569), + [sym__for_statement_collection] = STATE(7422), + [sym_for_statement_await] = STATE(7422), + [sym_assignment] = STATE(3483), + [sym_value_parameter_pack] = STATE(3483), + [sym_value_pack_expansion] = STATE(3483), + [sym_referenceable_operator] = STATE(3483), + [sym__equal_sign] = STATE(3154), + [sym__eq_eq] = STATE(3154), + [sym__dot] = STATE(663), + [sym__hash_symbol] = STATE(4956), + [sym_bang] = STATE(1227), + [sym__parameter_ownership_modifier] = STATE(2778), + [sym_directive] = STATE(3483), + [sym_diagnostic] = STATE(3483), + [aux_sym_raw_string_literal_repeat1] = STATE(7865), + [anon_sym_BANG] = ACTIONS(939), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(941), + [aux_sym_simple_identifier_token2] = ACTIONS(943), + [aux_sym_simple_identifier_token3] = ACTIONS(943), + [aux_sym_simple_identifier_token4] = ACTIONS(943), + [anon_sym_actor] = ACTIONS(941), + [anon_sym_async] = ACTIONS(941), + [anon_sym_each] = ACTIONS(945), + [anon_sym_lazy] = ACTIONS(941), + [anon_sym_repeat] = ACTIONS(947), + [anon_sym_package] = ACTIONS(941), + [anon_sym_nil] = ACTIONS(949), + [sym_real_literal] = ACTIONS(951), + [sym_integer_literal] = ACTIONS(949), + [sym_hex_literal] = ACTIONS(949), + [sym_oct_literal] = ACTIONS(951), + [sym_bin_literal] = ACTIONS(951), + [anon_sym_true] = ACTIONS(953), + [anon_sym_false] = ACTIONS(953), + [anon_sym_DQUOTE] = ACTIONS(955), + [anon_sym_BSLASH] = ACTIONS(957), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(959), + [sym__oneline_regex_literal] = ACTIONS(961), + [anon_sym_LPAREN] = ACTIONS(1145), + [anon_sym_LBRACK] = ACTIONS(965), + [anon_sym_AMP] = ACTIONS(967), + [anon_sym_TILDE] = ACTIONS(967), + [anon_sym_if] = ACTIONS(969), + [anon_sym_switch] = ACTIONS(971), + [aux_sym_custom_operator_token1] = ACTIONS(973), + [anon_sym_LT] = ACTIONS(975), + [anon_sym_GT] = ACTIONS(975), + [anon_sym_await] = ACTIONS(1536), + [anon_sym_LBRACE] = ACTIONS(979), + [anon_sym_CARET_LBRACE] = ACTIONS(979), + [anon_sym_self] = ACTIONS(981), + [anon_sym_super] = ACTIONS(983), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(987), + [anon_sym_DASH_EQ] = ACTIONS(987), + [anon_sym_STAR_EQ] = ACTIONS(987), + [anon_sym_SLASH_EQ] = ACTIONS(987), + [anon_sym_PERCENT_EQ] = ACTIONS(987), + [anon_sym_BANG_EQ] = ACTIONS(975), + [anon_sym_BANG_EQ_EQ] = ACTIONS(987), + [anon_sym_EQ_EQ_EQ] = ACTIONS(987), + [anon_sym_LT_EQ] = ACTIONS(987), + [anon_sym_GT_EQ] = ACTIONS(987), + [anon_sym_DOT_DOT_DOT] = ACTIONS(989), + [anon_sym_DOT_DOT_LT] = ACTIONS(991), + [anon_sym_PLUS] = ACTIONS(995), + [anon_sym_DASH] = ACTIONS(995), + [anon_sym_STAR] = ACTIONS(975), + [anon_sym_SLASH] = ACTIONS(975), + [anon_sym_PERCENT] = ACTIONS(975), + [anon_sym_PLUS_PLUS] = ACTIONS(967), + [anon_sym_DASH_DASH] = ACTIONS(967), + [anon_sym_PIPE] = ACTIONS(987), + [anon_sym_CARET] = ACTIONS(975), + [anon_sym_LT_LT] = ACTIONS(987), + [anon_sym_GT_GT] = ACTIONS(987), + [anon_sym_borrowing] = ACTIONS(941), + [anon_sym_consuming] = ACTIONS(941), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(999), + [sym__dot_custom] = ACTIONS(1147), + [sym__eq_custom] = ACTIONS(987), + [sym__eq_eq_custom] = ACTIONS(987), + [sym__plus_then_ws] = ACTIONS(987), + [sym__minus_then_ws] = ACTIONS(987), + [sym__bang_custom] = ACTIONS(1003), + [sym__custom_operator] = ACTIONS(973), + [sym__hash_symbol_custom] = ACTIONS(1005), + [sym__directive_if] = ACTIONS(1007), + [sym__directive_elseif] = ACTIONS(1007), + [sym__directive_else] = ACTIONS(1009), + [sym__directive_endif] = ACTIONS(1009), + }, + [STATE(458)] = { + [sym_simple_identifier] = STATE(2915), + [sym__contextual_simple_identifier] = STATE(2805), + [sym__basic_literal] = STATE(3407), + [sym_boolean_literal] = STATE(3407), + [sym__string_literal] = STATE(3407), + [sym_line_string_literal] = STATE(3407), + [sym_multi_line_string_literal] = STATE(3407), + [sym_raw_string_literal] = STATE(3407), + [sym_regex_literal] = STATE(3407), + [sym__extended_regex_literal] = STATE(3399), + [sym__multiline_regex_literal] = STATE(3399), + [sym_user_type] = STATE(6574), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6574), + [sym_dictionary_type] = STATE(6574), + [sym_expression] = STATE(1518), + [sym_optional_chain_marker] = STATE(3407), + [sym__unary_expression] = STATE(3407), + [sym_postfix_expression] = STATE(3407), + [sym_constructor_expression] = STATE(3407), + [sym__parenthesized_type] = STATE(7731), + [sym_navigation_expression] = STATE(3407), + [sym__navigable_type_expression] = STATE(7731), + [sym_open_start_range_expression] = STATE(3407), + [sym__range_operator] = STATE(658), + [sym_open_end_range_expression] = STATE(3407), + [sym_prefix_expression] = STATE(3407), + [sym_as_expression] = STATE(3407), + [sym_selector_expression] = STATE(3407), + [sym__binary_expression] = STATE(3407), + [sym_multiplicative_expression] = STATE(3407), + [sym_additive_expression] = STATE(3407), + [sym_range_expression] = STATE(3407), + [sym_infix_expression] = STATE(3407), + [sym_nil_coalescing_expression] = STATE(3407), + [sym_check_expression] = STATE(3407), + [sym_comparison_expression] = STATE(3407), + [sym_equality_expression] = STATE(3407), + [sym_conjunction_expression] = STATE(3407), + [sym_disjunction_expression] = STATE(3407), + [sym_bitwise_operation] = STATE(3407), + [sym_custom_operator] = STATE(1194), + [sym_try_expression] = STATE(3407), + [sym_await_expression] = STATE(3407), + [sym__await_operator] = STATE(692), + [sym_ternary_expression] = STATE(3407), + [sym__expr_hack_at_ternary_binary_suffix] = STATE(3592), + [sym_expr_hack_at_ternary_binary_call] = STATE(3592), + [sym_call_expression] = STATE(3407), + [sym_macro_invocation] = STATE(3407), + [sym__primary_expression] = STATE(3407), + [sym_tuple_expression] = STATE(3407), + [sym_array_literal] = STATE(3407), + [sym_dictionary_literal] = STATE(3407), + [sym_special_literal] = STATE(3407), + [sym_playground_literal] = STATE(3407), + [sym_lambda_literal] = STATE(3407), + [sym_self_expression] = STATE(3407), + [sym_super_expression] = STATE(3407), + [sym_if_statement] = STATE(3407), + [sym_switch_statement] = STATE(3407), + [sym_key_path_expression] = STATE(3407), + [sym_key_path_string_expression] = STATE(3407), + [sym_try_operator] = STATE(708), + [sym__assignment_and_operator] = STATE(3269), + [sym__equality_operator] = STATE(3269), + [sym__comparison_operator] = STATE(3269), + [sym__three_dot_operator] = STATE(1211), + [sym__open_ended_range_operator] = STATE(658), + [sym__additive_operator] = STATE(3269), + [sym__multiplicative_operator] = STATE(3269), + [sym__prefix_unary_operator] = STATE(595), + [sym_directly_assignable_expression] = STATE(6607), + [sym_assignment] = STATE(3407), + [sym_value_parameter_pack] = STATE(3407), + [sym_value_pack_expansion] = STATE(3407), + [sym_referenceable_operator] = STATE(3407), + [sym__equal_sign] = STATE(3269), + [sym__eq_eq] = STATE(3269), + [sym__dot] = STATE(595), + [sym__hash_symbol] = STATE(4958), + [sym_bang] = STATE(1194), + [sym__parameter_ownership_modifier] = STATE(2805), + [sym_directive] = STATE(3407), + [sym_diagnostic] = STATE(3407), + [aux_sym_raw_string_literal_repeat1] = STATE(7737), + [anon_sym_BANG] = ACTIONS(1077), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1079), + [aux_sym_simple_identifier_token2] = ACTIONS(1081), + [aux_sym_simple_identifier_token3] = ACTIONS(1081), + [aux_sym_simple_identifier_token4] = ACTIONS(1081), + [anon_sym_actor] = ACTIONS(1079), + [anon_sym_async] = ACTIONS(1079), + [anon_sym_each] = ACTIONS(1083), + [anon_sym_lazy] = ACTIONS(1079), + [anon_sym_repeat] = ACTIONS(1085), + [anon_sym_package] = ACTIONS(1079), + [anon_sym_nil] = ACTIONS(1087), + [sym_real_literal] = ACTIONS(1089), + [sym_integer_literal] = ACTIONS(1087), + [sym_hex_literal] = ACTIONS(1087), + [sym_oct_literal] = ACTIONS(1089), + [sym_bin_literal] = ACTIONS(1089), + [anon_sym_true] = ACTIONS(1091), + [anon_sym_false] = ACTIONS(1091), + [anon_sym_DQUOTE] = ACTIONS(1093), + [anon_sym_BSLASH] = ACTIONS(1095), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1097), + [sym__oneline_regex_literal] = ACTIONS(1099), + [anon_sym_LPAREN] = ACTIONS(1101), + [anon_sym_LBRACK] = ACTIONS(1103), + [anon_sym_AMP] = ACTIONS(1105), + [anon_sym_TILDE] = ACTIONS(1105), + [anon_sym_if] = ACTIONS(1107), + [anon_sym_switch] = ACTIONS(1109), + [aux_sym_custom_operator_token1] = ACTIONS(1111), + [anon_sym_LT] = ACTIONS(1113), + [anon_sym_GT] = ACTIONS(1113), + [anon_sym_await] = ACTIONS(1115), + [anon_sym_LBRACE] = ACTIONS(1117), + [anon_sym_CARET_LBRACE] = ACTIONS(1117), + [anon_sym_self] = ACTIONS(1119), + [anon_sym_super] = ACTIONS(1121), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(1123), + [anon_sym_DASH_EQ] = ACTIONS(1123), + [anon_sym_STAR_EQ] = ACTIONS(1123), + [anon_sym_SLASH_EQ] = ACTIONS(1123), + [anon_sym_PERCENT_EQ] = ACTIONS(1123), + [anon_sym_BANG_EQ] = ACTIONS(1113), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1123), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1123), + [anon_sym_LT_EQ] = ACTIONS(1123), + [anon_sym_GT_EQ] = ACTIONS(1123), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1125), + [anon_sym_DOT_DOT_LT] = ACTIONS(1127), + [anon_sym_PLUS] = ACTIONS(1129), + [anon_sym_DASH] = ACTIONS(1129), + [anon_sym_STAR] = ACTIONS(1113), + [anon_sym_SLASH] = ACTIONS(1113), + [anon_sym_PERCENT] = ACTIONS(1113), + [anon_sym_PLUS_PLUS] = ACTIONS(1105), + [anon_sym_DASH_DASH] = ACTIONS(1105), + [anon_sym_PIPE] = ACTIONS(1123), + [anon_sym_CARET] = ACTIONS(1113), + [anon_sym_LT_LT] = ACTIONS(1123), + [anon_sym_GT_GT] = ACTIONS(1123), + [anon_sym_borrowing] = ACTIONS(1079), + [anon_sym_consuming] = ACTIONS(1079), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(1131), + [sym__dot_custom] = ACTIONS(1133), + [sym__eq_custom] = ACTIONS(1123), + [sym__eq_eq_custom] = ACTIONS(1123), + [sym__plus_then_ws] = ACTIONS(1123), + [sym__minus_then_ws] = ACTIONS(1123), + [sym__bang_custom] = ACTIONS(1135), + [sym__custom_operator] = ACTIONS(1111), + [sym__hash_symbol_custom] = ACTIONS(1137), + [sym__directive_if] = ACTIONS(1139), + [sym__directive_elseif] = ACTIONS(1139), + [sym__directive_else] = ACTIONS(1141), + [sym__directive_endif] = ACTIONS(1141), + }, + [STATE(459)] = { + [sym_simple_identifier] = STATE(2915), + [sym__contextual_simple_identifier] = STATE(2805), + [sym__basic_literal] = STATE(3407), + [sym_boolean_literal] = STATE(3407), + [sym__string_literal] = STATE(3407), + [sym_line_string_literal] = STATE(3407), + [sym_multi_line_string_literal] = STATE(3407), + [sym_raw_string_literal] = STATE(3407), + [sym_regex_literal] = STATE(3407), + [sym__extended_regex_literal] = STATE(3399), + [sym__multiline_regex_literal] = STATE(3399), + [sym_user_type] = STATE(6574), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6574), + [sym_dictionary_type] = STATE(6574), + [sym_expression] = STATE(1518), + [sym_optional_chain_marker] = STATE(3407), + [sym__unary_expression] = STATE(3407), + [sym_postfix_expression] = STATE(3407), + [sym_constructor_expression] = STATE(3407), + [sym__parenthesized_type] = STATE(7731), + [sym_navigation_expression] = STATE(3407), + [sym__navigable_type_expression] = STATE(7731), + [sym_open_start_range_expression] = STATE(3407), + [sym__range_operator] = STATE(658), + [sym_open_end_range_expression] = STATE(3407), + [sym_prefix_expression] = STATE(3407), + [sym_as_expression] = STATE(3407), + [sym_selector_expression] = STATE(3407), + [sym__binary_expression] = STATE(3407), + [sym_multiplicative_expression] = STATE(3407), + [sym_additive_expression] = STATE(3407), + [sym_range_expression] = STATE(3407), + [sym_infix_expression] = STATE(3407), + [sym_nil_coalescing_expression] = STATE(3407), + [sym_check_expression] = STATE(3407), + [sym_comparison_expression] = STATE(3407), + [sym_equality_expression] = STATE(3407), + [sym_conjunction_expression] = STATE(3407), + [sym_disjunction_expression] = STATE(3407), + [sym_bitwise_operation] = STATE(3407), + [sym_custom_operator] = STATE(1194), + [sym_try_expression] = STATE(3407), + [sym_await_expression] = STATE(3407), + [sym__await_operator] = STATE(692), + [sym_ternary_expression] = STATE(3407), + [sym__expr_hack_at_ternary_binary_suffix] = STATE(3599), + [sym_expr_hack_at_ternary_binary_call] = STATE(3599), + [sym_call_expression] = STATE(3407), + [sym_macro_invocation] = STATE(3407), + [sym__primary_expression] = STATE(3407), + [sym_tuple_expression] = STATE(3407), + [sym_array_literal] = STATE(3407), + [sym_dictionary_literal] = STATE(3407), + [sym_special_literal] = STATE(3407), + [sym_playground_literal] = STATE(3407), + [sym_lambda_literal] = STATE(3407), + [sym_self_expression] = STATE(3407), + [sym_super_expression] = STATE(3407), + [sym_if_statement] = STATE(3407), + [sym_switch_statement] = STATE(3407), + [sym_key_path_expression] = STATE(3407), + [sym_key_path_string_expression] = STATE(3407), + [sym_try_operator] = STATE(708), + [sym__assignment_and_operator] = STATE(3269), + [sym__equality_operator] = STATE(3269), + [sym__comparison_operator] = STATE(3269), + [sym__three_dot_operator] = STATE(1211), + [sym__open_ended_range_operator] = STATE(658), + [sym__additive_operator] = STATE(3269), + [sym__multiplicative_operator] = STATE(3269), + [sym__prefix_unary_operator] = STATE(595), + [sym_directly_assignable_expression] = STATE(6607), + [sym_assignment] = STATE(3407), + [sym_value_parameter_pack] = STATE(3407), + [sym_value_pack_expansion] = STATE(3407), + [sym_referenceable_operator] = STATE(3407), + [sym__equal_sign] = STATE(3269), + [sym__eq_eq] = STATE(3269), + [sym__dot] = STATE(595), + [sym__hash_symbol] = STATE(4958), + [sym_bang] = STATE(1194), + [sym__parameter_ownership_modifier] = STATE(2805), + [sym_directive] = STATE(3407), + [sym_diagnostic] = STATE(3407), + [aux_sym_raw_string_literal_repeat1] = STATE(7737), + [anon_sym_BANG] = ACTIONS(1077), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1079), + [aux_sym_simple_identifier_token2] = ACTIONS(1081), + [aux_sym_simple_identifier_token3] = ACTIONS(1081), + [aux_sym_simple_identifier_token4] = ACTIONS(1081), + [anon_sym_actor] = ACTIONS(1079), + [anon_sym_async] = ACTIONS(1079), + [anon_sym_each] = ACTIONS(1083), + [anon_sym_lazy] = ACTIONS(1079), + [anon_sym_repeat] = ACTIONS(1085), + [anon_sym_package] = ACTIONS(1079), + [anon_sym_nil] = ACTIONS(1087), + [sym_real_literal] = ACTIONS(1089), + [sym_integer_literal] = ACTIONS(1087), + [sym_hex_literal] = ACTIONS(1087), + [sym_oct_literal] = ACTIONS(1089), + [sym_bin_literal] = ACTIONS(1089), + [anon_sym_true] = ACTIONS(1091), + [anon_sym_false] = ACTIONS(1091), + [anon_sym_DQUOTE] = ACTIONS(1093), + [anon_sym_BSLASH] = ACTIONS(1095), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1097), + [sym__oneline_regex_literal] = ACTIONS(1099), + [anon_sym_LPAREN] = ACTIONS(1101), + [anon_sym_LBRACK] = ACTIONS(1103), + [anon_sym_AMP] = ACTIONS(1105), + [anon_sym_TILDE] = ACTIONS(1105), + [anon_sym_if] = ACTIONS(1107), + [anon_sym_switch] = ACTIONS(1109), + [aux_sym_custom_operator_token1] = ACTIONS(1111), + [anon_sym_LT] = ACTIONS(1113), + [anon_sym_GT] = ACTIONS(1113), + [anon_sym_await] = ACTIONS(1115), + [anon_sym_LBRACE] = ACTIONS(1117), + [anon_sym_CARET_LBRACE] = ACTIONS(1117), + [anon_sym_self] = ACTIONS(1119), + [anon_sym_super] = ACTIONS(1121), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(1123), + [anon_sym_DASH_EQ] = ACTIONS(1123), + [anon_sym_STAR_EQ] = ACTIONS(1123), + [anon_sym_SLASH_EQ] = ACTIONS(1123), + [anon_sym_PERCENT_EQ] = ACTIONS(1123), + [anon_sym_BANG_EQ] = ACTIONS(1113), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1123), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1123), + [anon_sym_LT_EQ] = ACTIONS(1123), + [anon_sym_GT_EQ] = ACTIONS(1123), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1125), + [anon_sym_DOT_DOT_LT] = ACTIONS(1127), + [anon_sym_PLUS] = ACTIONS(1129), + [anon_sym_DASH] = ACTIONS(1129), + [anon_sym_STAR] = ACTIONS(1113), + [anon_sym_SLASH] = ACTIONS(1113), + [anon_sym_PERCENT] = ACTIONS(1113), + [anon_sym_PLUS_PLUS] = ACTIONS(1105), + [anon_sym_DASH_DASH] = ACTIONS(1105), + [anon_sym_PIPE] = ACTIONS(1123), + [anon_sym_CARET] = ACTIONS(1113), + [anon_sym_LT_LT] = ACTIONS(1123), + [anon_sym_GT_GT] = ACTIONS(1123), + [anon_sym_borrowing] = ACTIONS(1079), + [anon_sym_consuming] = ACTIONS(1079), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(1131), + [sym__dot_custom] = ACTIONS(1133), + [sym__eq_custom] = ACTIONS(1123), + [sym__eq_eq_custom] = ACTIONS(1123), + [sym__plus_then_ws] = ACTIONS(1123), + [sym__minus_then_ws] = ACTIONS(1123), + [sym__bang_custom] = ACTIONS(1135), + [sym__custom_operator] = ACTIONS(1111), + [sym__hash_symbol_custom] = ACTIONS(1137), + [sym__directive_if] = ACTIONS(1139), + [sym__directive_elseif] = ACTIONS(1139), + [sym__directive_else] = ACTIONS(1141), + [sym__directive_endif] = ACTIONS(1141), + }, + [STATE(460)] = { + [sym_simple_identifier] = STATE(2706), + [sym__contextual_simple_identifier] = STATE(2676), + [sym__basic_literal] = STATE(2980), + [sym_boolean_literal] = STATE(2980), + [sym__string_literal] = STATE(2980), + [sym_line_string_literal] = STATE(2980), + [sym_multi_line_string_literal] = STATE(2980), + [sym_raw_string_literal] = STATE(2980), + [sym_regex_literal] = STATE(2980), + [sym__extended_regex_literal] = STATE(3075), + [sym__multiline_regex_literal] = STATE(3075), + [sym_user_type] = STATE(6563), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6563), + [sym_dictionary_type] = STATE(6563), + [sym_expression] = STATE(1473), + [sym_optional_chain_marker] = STATE(2980), + [sym__unary_expression] = STATE(2980), + [sym_postfix_expression] = STATE(2980), + [sym_constructor_expression] = STATE(2980), + [sym__parenthesized_type] = STATE(8466), + [sym_navigation_expression] = STATE(2980), + [sym__navigable_type_expression] = STATE(8466), + [sym_open_start_range_expression] = STATE(2980), + [sym__range_operator] = STATE(586), + [sym_open_end_range_expression] = STATE(2980), + [sym_prefix_expression] = STATE(2980), + [sym_as_expression] = STATE(2980), + [sym_selector_expression] = STATE(2980), + [sym__binary_expression] = STATE(2980), + [sym_multiplicative_expression] = STATE(2980), + [sym_additive_expression] = STATE(2980), + [sym_range_expression] = STATE(2980), + [sym_infix_expression] = STATE(2980), + [sym_nil_coalescing_expression] = STATE(2980), + [sym_check_expression] = STATE(2980), + [sym_comparison_expression] = STATE(2980), + [sym_equality_expression] = STATE(2980), + [sym_conjunction_expression] = STATE(2980), + [sym_disjunction_expression] = STATE(2980), + [sym_bitwise_operation] = STATE(2980), + [sym_custom_operator] = STATE(1166), + [sym_try_expression] = STATE(2980), + [sym_await_expression] = STATE(2980), + [sym__await_operator] = STATE(590), + [sym_ternary_expression] = STATE(2980), + [sym__expr_hack_at_ternary_binary_suffix] = STATE(3060), + [sym_expr_hack_at_ternary_binary_call] = STATE(3060), + [sym_call_expression] = STATE(2980), + [sym_macro_invocation] = STATE(2980), + [sym__primary_expression] = STATE(2980), + [sym_tuple_expression] = STATE(2980), + [sym_array_literal] = STATE(2980), + [sym_dictionary_literal] = STATE(2980), + [sym_special_literal] = STATE(2980), + [sym_playground_literal] = STATE(2980), + [sym_lambda_literal] = STATE(2980), + [sym_self_expression] = STATE(2980), + [sym_super_expression] = STATE(2980), + [sym_if_statement] = STATE(2980), + [sym_switch_statement] = STATE(2980), + [sym_key_path_expression] = STATE(2980), + [sym_key_path_string_expression] = STATE(2980), + [sym_try_operator] = STATE(591), + [sym__assignment_and_operator] = STATE(3015), + [sym__equality_operator] = STATE(3015), + [sym__comparison_operator] = STATE(3015), + [sym__three_dot_operator] = STATE(1145), + [sym__open_ended_range_operator] = STATE(586), + [sym__additive_operator] = STATE(3015), + [sym__multiplicative_operator] = STATE(3015), + [sym__prefix_unary_operator] = STATE(592), + [sym_directly_assignable_expression] = STATE(6564), + [sym_assignment] = STATE(2980), + [sym_value_parameter_pack] = STATE(2980), + [sym_value_pack_expansion] = STATE(2980), + [sym_referenceable_operator] = STATE(2980), + [sym__equal_sign] = STATE(3015), + [sym__eq_eq] = STATE(3015), + [sym__dot] = STATE(592), + [sym__hash_symbol] = STATE(4953), + [sym_bang] = STATE(1166), + [sym__parameter_ownership_modifier] = STATE(2676), + [sym_directive] = STATE(2980), + [sym_diagnostic] = STATE(2980), + [aux_sym_raw_string_literal_repeat1] = STATE(8562), + [anon_sym_BANG] = ACTIONS(1011), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1013), + [aux_sym_simple_identifier_token2] = ACTIONS(1015), + [aux_sym_simple_identifier_token3] = ACTIONS(1015), + [aux_sym_simple_identifier_token4] = ACTIONS(1015), + [anon_sym_actor] = ACTIONS(1013), + [anon_sym_async] = ACTIONS(1013), + [anon_sym_each] = ACTIONS(1017), + [anon_sym_lazy] = ACTIONS(1013), + [anon_sym_repeat] = ACTIONS(1019), + [anon_sym_package] = ACTIONS(1013), + [anon_sym_nil] = ACTIONS(1021), + [sym_real_literal] = ACTIONS(1023), + [sym_integer_literal] = ACTIONS(1021), + [sym_hex_literal] = ACTIONS(1021), + [sym_oct_literal] = ACTIONS(1023), + [sym_bin_literal] = ACTIONS(1023), + [anon_sym_true] = ACTIONS(1025), + [anon_sym_false] = ACTIONS(1025), + [anon_sym_DQUOTE] = ACTIONS(1027), + [anon_sym_BSLASH] = ACTIONS(1029), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1031), + [sym__oneline_regex_literal] = ACTIONS(1033), + [anon_sym_LPAREN] = ACTIONS(1035), + [anon_sym_LBRACK] = ACTIONS(1037), + [anon_sym_AMP] = ACTIONS(1039), + [anon_sym_TILDE] = ACTIONS(1039), + [anon_sym_if] = ACTIONS(1041), + [anon_sym_switch] = ACTIONS(1043), + [aux_sym_custom_operator_token1] = ACTIONS(1045), + [anon_sym_LT] = ACTIONS(1047), + [anon_sym_GT] = ACTIONS(1047), + [anon_sym_await] = ACTIONS(1049), + [anon_sym_LBRACE] = ACTIONS(1051), + [anon_sym_CARET_LBRACE] = ACTIONS(1051), + [anon_sym_self] = ACTIONS(1053), + [anon_sym_super] = ACTIONS(1055), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(1057), + [anon_sym_DASH_EQ] = ACTIONS(1057), + [anon_sym_STAR_EQ] = ACTIONS(1057), + [anon_sym_SLASH_EQ] = ACTIONS(1057), + [anon_sym_PERCENT_EQ] = ACTIONS(1057), + [anon_sym_BANG_EQ] = ACTIONS(1047), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1057), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1057), + [anon_sym_LT_EQ] = ACTIONS(1057), + [anon_sym_GT_EQ] = ACTIONS(1057), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1059), + [anon_sym_DOT_DOT_LT] = ACTIONS(1061), + [anon_sym_PLUS] = ACTIONS(1063), + [anon_sym_DASH] = ACTIONS(1063), + [anon_sym_STAR] = ACTIONS(1047), + [anon_sym_SLASH] = ACTIONS(1047), + [anon_sym_PERCENT] = ACTIONS(1047), + [anon_sym_PLUS_PLUS] = ACTIONS(1039), + [anon_sym_DASH_DASH] = ACTIONS(1039), + [anon_sym_PIPE] = ACTIONS(1057), + [anon_sym_CARET] = ACTIONS(1047), + [anon_sym_LT_LT] = ACTIONS(1057), + [anon_sym_GT_GT] = ACTIONS(1057), + [anon_sym_borrowing] = ACTIONS(1013), + [anon_sym_consuming] = ACTIONS(1013), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(1065), + [sym__dot_custom] = ACTIONS(1067), + [sym__eq_custom] = ACTIONS(1057), + [sym__eq_eq_custom] = ACTIONS(1057), + [sym__plus_then_ws] = ACTIONS(1057), + [sym__minus_then_ws] = ACTIONS(1057), + [sym__bang_custom] = ACTIONS(1069), + [sym__custom_operator] = ACTIONS(1045), + [sym__hash_symbol_custom] = ACTIONS(1071), + [sym__directive_if] = ACTIONS(1073), + [sym__directive_elseif] = ACTIONS(1073), + [sym__directive_else] = ACTIONS(1075), + [sym__directive_endif] = ACTIONS(1075), + }, + [STATE(461)] = { + [sym_simple_identifier] = STATE(2455), + [sym__contextual_simple_identifier] = STATE(2422), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1459), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym__expr_hack_at_ternary_binary_suffix] = STATE(2737), + [sym_expr_hack_at_ternary_binary_call] = STATE(2737), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym_self_expression] = STATE(2689), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(2689), + [sym_switch_statement] = STATE(2689), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__parameter_ownership_modifier] = STATE(2422), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(11), + [aux_sym_simple_identifier_token2] = ACTIONS(13), + [aux_sym_simple_identifier_token3] = ACTIONS(13), + [aux_sym_simple_identifier_token4] = ACTIONS(13), + [anon_sym_actor] = ACTIONS(11), + [anon_sym_async] = ACTIONS(11), + [anon_sym_each] = ACTIONS(19), + [anon_sym_lazy] = ACTIONS(11), + [anon_sym_repeat] = ACTIONS(831), + [anon_sym_package] = ACTIONS(11), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_self] = ACTIONS(59), + [anon_sym_super] = ACTIONS(61), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [anon_sym_borrowing] = ACTIONS(11), + [anon_sym_consuming] = ACTIONS(11), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(462)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6602), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6602), + [sym_dictionary_type] = STATE(6602), + [sym_expression] = STATE(743), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(635), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(738), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(638), + [sym_ternary_expression] = STATE(911), + [sym__expr_hack_at_ternary_binary_suffix] = STATE(977), + [sym_expr_hack_at_ternary_binary_call] = STATE(977), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(640), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(742), + [sym__open_ended_range_operator] = STATE(635), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(644), + [sym_directly_assignable_expression] = STATE(6603), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(644), + [sym__hash_symbol] = STATE(4946), + [sym_bang] = STATE(738), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(611), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(613), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(615), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(617), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(627), + [anon_sym_TILDE] = ACTIONS(627), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(629), + [aux_sym_custom_operator_token1] = ACTIONS(631), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(635), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(641), + [anon_sym_DOT_DOT_LT] = ACTIONS(643), + [anon_sym_PLUS] = ACTIONS(645), + [anon_sym_DASH] = ACTIONS(645), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(627), + [anon_sym_DASH_DASH] = ACTIONS(627), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(647), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(649), + [sym__custom_operator] = ACTIONS(631), + [sym__hash_symbol_custom] = ACTIONS(651), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(463)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6602), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6602), + [sym_dictionary_type] = STATE(6602), + [sym_expression] = STATE(743), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(635), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(738), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(638), + [sym_ternary_expression] = STATE(911), + [sym__expr_hack_at_ternary_binary_suffix] = STATE(915), + [sym_expr_hack_at_ternary_binary_call] = STATE(915), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(640), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(742), + [sym__open_ended_range_operator] = STATE(635), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(644), + [sym_directly_assignable_expression] = STATE(6603), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(644), + [sym__hash_symbol] = STATE(4946), + [sym_bang] = STATE(738), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(611), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(613), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(615), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(617), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(627), + [anon_sym_TILDE] = ACTIONS(627), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(629), + [aux_sym_custom_operator_token1] = ACTIONS(631), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(635), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(641), + [anon_sym_DOT_DOT_LT] = ACTIONS(643), + [anon_sym_PLUS] = ACTIONS(645), + [anon_sym_DASH] = ACTIONS(645), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(627), + [anon_sym_DASH_DASH] = ACTIONS(627), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(647), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(649), + [sym__custom_operator] = ACTIONS(631), + [sym__hash_symbol_custom] = ACTIONS(651), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(464)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1468), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym__expr_hack_at_ternary_binary_suffix] = STATE(952), + [sym_expr_hack_at_ternary_binary_call] = STATE(952), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(465)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1658), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [anon_sym_getter_COLON] = ACTIONS(1552), + [anon_sym_setter_COLON] = ACTIONS(1552), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(466)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6602), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6602), + [sym_dictionary_type] = STATE(6602), + [sym_expression] = STATE(743), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(635), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(738), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(638), + [sym_ternary_expression] = STATE(911), + [sym__expr_hack_at_ternary_binary_suffix] = STATE(917), + [sym_expr_hack_at_ternary_binary_call] = STATE(917), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(640), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(742), + [sym__open_ended_range_operator] = STATE(635), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(644), + [sym_directly_assignable_expression] = STATE(6603), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(644), + [sym__hash_symbol] = STATE(4946), + [sym_bang] = STATE(738), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(611), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(613), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(615), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(617), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(627), + [anon_sym_TILDE] = ACTIONS(627), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(629), + [aux_sym_custom_operator_token1] = ACTIONS(631), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(635), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(641), + [anon_sym_DOT_DOT_LT] = ACTIONS(643), + [anon_sym_PLUS] = ACTIONS(645), + [anon_sym_DASH] = ACTIONS(645), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(627), + [anon_sym_DASH_DASH] = ACTIONS(627), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(647), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(649), + [sym__custom_operator] = ACTIONS(631), + [sym__hash_symbol_custom] = ACTIONS(651), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(467)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6602), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6602), + [sym_dictionary_type] = STATE(6602), + [sym_expression] = STATE(743), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(635), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(738), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(638), + [sym_ternary_expression] = STATE(911), + [sym__expr_hack_at_ternary_binary_suffix] = STATE(918), + [sym_expr_hack_at_ternary_binary_call] = STATE(918), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(640), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(742), + [sym__open_ended_range_operator] = STATE(635), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(644), + [sym_directly_assignable_expression] = STATE(6603), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(644), + [sym__hash_symbol] = STATE(4946), + [sym_bang] = STATE(738), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(611), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(613), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(615), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(617), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(627), + [anon_sym_TILDE] = ACTIONS(627), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(629), + [aux_sym_custom_operator_token1] = ACTIONS(631), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(635), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(641), + [anon_sym_DOT_DOT_LT] = ACTIONS(643), + [anon_sym_PLUS] = ACTIONS(645), + [anon_sym_DASH] = ACTIONS(645), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(627), + [anon_sym_DASH_DASH] = ACTIONS(627), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(647), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(649), + [sym__custom_operator] = ACTIONS(631), + [sym__hash_symbol_custom] = ACTIONS(651), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(468)] = { + [sym_simple_identifier] = STATE(3463), + [sym__contextual_simple_identifier] = STATE(2936), + [sym__basic_literal] = STATE(3677), + [sym_boolean_literal] = STATE(3677), + [sym__string_literal] = STATE(3677), + [sym_line_string_literal] = STATE(3677), + [sym_multi_line_string_literal] = STATE(3677), + [sym_raw_string_literal] = STATE(3677), + [sym_regex_literal] = STATE(3677), + [sym__extended_regex_literal] = STATE(3739), + [sym__multiline_regex_literal] = STATE(3739), + [sym_user_type] = STATE(6561), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6561), + [sym_dictionary_type] = STATE(6561), + [sym_expression] = STATE(1566), + [sym_optional_chain_marker] = STATE(3677), + [sym__unary_expression] = STATE(3677), + [sym_postfix_expression] = STATE(3677), + [sym_constructor_expression] = STATE(3677), + [sym__parenthesized_type] = STATE(8461), + [sym_navigation_expression] = STATE(3677), + [sym__navigable_type_expression] = STATE(8461), + [sym_open_start_range_expression] = STATE(3677), + [sym__range_operator] = STATE(626), + [sym_open_end_range_expression] = STATE(3677), + [sym_prefix_expression] = STATE(3677), + [sym_as_expression] = STATE(3677), + [sym_selector_expression] = STATE(3677), + [sym__binary_expression] = STATE(3677), + [sym_multiplicative_expression] = STATE(3677), + [sym_additive_expression] = STATE(3677), + [sym_range_expression] = STATE(3677), + [sym_infix_expression] = STATE(3677), + [sym_nil_coalescing_expression] = STATE(3677), + [sym_check_expression] = STATE(3677), + [sym_comparison_expression] = STATE(3677), + [sym_equality_expression] = STATE(3677), + [sym_conjunction_expression] = STATE(3677), + [sym_disjunction_expression] = STATE(3677), + [sym_bitwise_operation] = STATE(3677), + [sym_custom_operator] = STATE(1325), + [sym_try_expression] = STATE(3677), + [sym_await_expression] = STATE(3677), + [sym__await_operator] = STATE(627), + [sym_ternary_expression] = STATE(3677), + [sym__expr_hack_at_ternary_binary_suffix] = STATE(3766), + [sym_expr_hack_at_ternary_binary_call] = STATE(3766), + [sym_call_expression] = STATE(3677), + [sym_macro_invocation] = STATE(3677), + [sym__primary_expression] = STATE(3677), + [sym_tuple_expression] = STATE(3677), + [sym_array_literal] = STATE(3677), + [sym_dictionary_literal] = STATE(3677), + [sym_special_literal] = STATE(3677), + [sym_playground_literal] = STATE(3677), + [sym_lambda_literal] = STATE(3677), + [sym_self_expression] = STATE(3677), + [sym_super_expression] = STATE(3677), + [sym_if_statement] = STATE(3677), + [sym_switch_statement] = STATE(3677), + [sym_key_path_expression] = STATE(3677), + [sym_key_path_string_expression] = STATE(3677), + [sym_try_operator] = STATE(628), + [sym__assignment_and_operator] = STATE(3673), + [sym__equality_operator] = STATE(3673), + [sym__comparison_operator] = STATE(3673), + [sym__three_dot_operator] = STATE(1329), + [sym__open_ended_range_operator] = STATE(626), + [sym__additive_operator] = STATE(3673), + [sym__multiplicative_operator] = STATE(3673), + [sym__prefix_unary_operator] = STATE(629), + [sym_directly_assignable_expression] = STATE(6568), + [sym_assignment] = STATE(3677), + [sym_value_parameter_pack] = STATE(3677), + [sym_value_pack_expansion] = STATE(3677), + [sym_referenceable_operator] = STATE(3677), + [sym__equal_sign] = STATE(3673), + [sym__eq_eq] = STATE(3673), + [sym__dot] = STATE(629), + [sym__hash_symbol] = STATE(4954), + [sym_bang] = STATE(1325), + [sym__parameter_ownership_modifier] = STATE(2936), + [sym_directive] = STATE(3677), + [sym_diagnostic] = STATE(3677), + [aux_sym_raw_string_literal_repeat1] = STATE(8465), + [anon_sym_BANG] = ACTIONS(1153), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1155), + [aux_sym_simple_identifier_token2] = ACTIONS(1157), + [aux_sym_simple_identifier_token3] = ACTIONS(1157), + [aux_sym_simple_identifier_token4] = ACTIONS(1157), + [anon_sym_actor] = ACTIONS(1155), + [anon_sym_async] = ACTIONS(1155), + [anon_sym_each] = ACTIONS(1161), + [anon_sym_lazy] = ACTIONS(1155), + [anon_sym_repeat] = ACTIONS(1163), + [anon_sym_package] = ACTIONS(1155), + [anon_sym_nil] = ACTIONS(1165), + [sym_real_literal] = ACTIONS(1167), + [sym_integer_literal] = ACTIONS(1165), + [sym_hex_literal] = ACTIONS(1165), + [sym_oct_literal] = ACTIONS(1167), + [sym_bin_literal] = ACTIONS(1167), + [anon_sym_true] = ACTIONS(1169), + [anon_sym_false] = ACTIONS(1169), + [anon_sym_DQUOTE] = ACTIONS(1171), + [anon_sym_BSLASH] = ACTIONS(1173), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1175), + [sym__oneline_regex_literal] = ACTIONS(1177), + [anon_sym_LPAREN] = ACTIONS(1179), + [anon_sym_LBRACK] = ACTIONS(1181), + [anon_sym_AMP] = ACTIONS(1183), + [anon_sym_TILDE] = ACTIONS(1183), + [anon_sym_if] = ACTIONS(1185), + [anon_sym_switch] = ACTIONS(1187), + [aux_sym_custom_operator_token1] = ACTIONS(1189), + [anon_sym_LT] = ACTIONS(1191), + [anon_sym_GT] = ACTIONS(1191), + [anon_sym_await] = ACTIONS(1193), + [anon_sym_LBRACE] = ACTIONS(1195), + [anon_sym_CARET_LBRACE] = ACTIONS(1195), + [anon_sym_self] = ACTIONS(1197), + [anon_sym_super] = ACTIONS(1199), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(1203), + [anon_sym_DASH_EQ] = ACTIONS(1203), + [anon_sym_STAR_EQ] = ACTIONS(1203), + [anon_sym_SLASH_EQ] = ACTIONS(1203), + [anon_sym_PERCENT_EQ] = ACTIONS(1203), + [anon_sym_BANG_EQ] = ACTIONS(1191), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1203), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1203), + [anon_sym_LT_EQ] = ACTIONS(1203), + [anon_sym_GT_EQ] = ACTIONS(1203), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1205), + [anon_sym_DOT_DOT_LT] = ACTIONS(1207), + [anon_sym_PLUS] = ACTIONS(1209), + [anon_sym_DASH] = ACTIONS(1209), + [anon_sym_STAR] = ACTIONS(1191), + [anon_sym_SLASH] = ACTIONS(1191), + [anon_sym_PERCENT] = ACTIONS(1191), + [anon_sym_PLUS_PLUS] = ACTIONS(1183), + [anon_sym_DASH_DASH] = ACTIONS(1183), + [anon_sym_PIPE] = ACTIONS(1203), + [anon_sym_CARET] = ACTIONS(1191), + [anon_sym_LT_LT] = ACTIONS(1203), + [anon_sym_GT_GT] = ACTIONS(1203), + [anon_sym_borrowing] = ACTIONS(1155), + [anon_sym_consuming] = ACTIONS(1155), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(1211), + [sym__dot_custom] = ACTIONS(1213), + [sym__eq_custom] = ACTIONS(1203), + [sym__eq_eq_custom] = ACTIONS(1203), + [sym__plus_then_ws] = ACTIONS(1203), + [sym__minus_then_ws] = ACTIONS(1203), + [sym__bang_custom] = ACTIONS(1215), + [sym__custom_operator] = ACTIONS(1189), + [sym__hash_symbol_custom] = ACTIONS(1223), + [sym__directive_if] = ACTIONS(1219), + [sym__directive_elseif] = ACTIONS(1219), + [sym__directive_else] = ACTIONS(1221), + [sym__directive_endif] = ACTIONS(1221), + }, + [STATE(469)] = { + [sym_simple_identifier] = STATE(3463), + [sym__contextual_simple_identifier] = STATE(2936), + [sym__basic_literal] = STATE(3677), + [sym_boolean_literal] = STATE(3677), + [sym__string_literal] = STATE(3677), + [sym_line_string_literal] = STATE(3677), + [sym_multi_line_string_literal] = STATE(3677), + [sym_raw_string_literal] = STATE(3677), + [sym_regex_literal] = STATE(3677), + [sym__extended_regex_literal] = STATE(3739), + [sym__multiline_regex_literal] = STATE(3739), + [sym_user_type] = STATE(6561), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6561), + [sym_dictionary_type] = STATE(6561), + [sym_expression] = STATE(1566), + [sym_optional_chain_marker] = STATE(3677), + [sym__unary_expression] = STATE(3677), + [sym_postfix_expression] = STATE(3677), + [sym_constructor_expression] = STATE(3677), + [sym__parenthesized_type] = STATE(8461), + [sym_navigation_expression] = STATE(3677), + [sym__navigable_type_expression] = STATE(8461), + [sym_open_start_range_expression] = STATE(3677), + [sym__range_operator] = STATE(626), + [sym_open_end_range_expression] = STATE(3677), + [sym_prefix_expression] = STATE(3677), + [sym_as_expression] = STATE(3677), + [sym_selector_expression] = STATE(3677), + [sym__binary_expression] = STATE(3677), + [sym_multiplicative_expression] = STATE(3677), + [sym_additive_expression] = STATE(3677), + [sym_range_expression] = STATE(3677), + [sym_infix_expression] = STATE(3677), + [sym_nil_coalescing_expression] = STATE(3677), + [sym_check_expression] = STATE(3677), + [sym_comparison_expression] = STATE(3677), + [sym_equality_expression] = STATE(3677), + [sym_conjunction_expression] = STATE(3677), + [sym_disjunction_expression] = STATE(3677), + [sym_bitwise_operation] = STATE(3677), + [sym_custom_operator] = STATE(1325), + [sym_try_expression] = STATE(3677), + [sym_await_expression] = STATE(3677), + [sym__await_operator] = STATE(627), + [sym_ternary_expression] = STATE(3677), + [sym__expr_hack_at_ternary_binary_suffix] = STATE(3771), + [sym_expr_hack_at_ternary_binary_call] = STATE(3771), + [sym_call_expression] = STATE(3677), + [sym_macro_invocation] = STATE(3677), + [sym__primary_expression] = STATE(3677), + [sym_tuple_expression] = STATE(3677), + [sym_array_literal] = STATE(3677), + [sym_dictionary_literal] = STATE(3677), + [sym_special_literal] = STATE(3677), + [sym_playground_literal] = STATE(3677), + [sym_lambda_literal] = STATE(3677), + [sym_self_expression] = STATE(3677), + [sym_super_expression] = STATE(3677), + [sym_if_statement] = STATE(3677), + [sym_switch_statement] = STATE(3677), + [sym_key_path_expression] = STATE(3677), + [sym_key_path_string_expression] = STATE(3677), + [sym_try_operator] = STATE(628), + [sym__assignment_and_operator] = STATE(3673), + [sym__equality_operator] = STATE(3673), + [sym__comparison_operator] = STATE(3673), + [sym__three_dot_operator] = STATE(1329), + [sym__open_ended_range_operator] = STATE(626), + [sym__additive_operator] = STATE(3673), + [sym__multiplicative_operator] = STATE(3673), + [sym__prefix_unary_operator] = STATE(629), + [sym_directly_assignable_expression] = STATE(6568), + [sym_assignment] = STATE(3677), + [sym_value_parameter_pack] = STATE(3677), + [sym_value_pack_expansion] = STATE(3677), + [sym_referenceable_operator] = STATE(3677), + [sym__equal_sign] = STATE(3673), + [sym__eq_eq] = STATE(3673), + [sym__dot] = STATE(629), + [sym__hash_symbol] = STATE(4954), + [sym_bang] = STATE(1325), + [sym__parameter_ownership_modifier] = STATE(2936), + [sym_directive] = STATE(3677), + [sym_diagnostic] = STATE(3677), + [aux_sym_raw_string_literal_repeat1] = STATE(8465), + [anon_sym_BANG] = ACTIONS(1153), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1155), + [aux_sym_simple_identifier_token2] = ACTIONS(1157), + [aux_sym_simple_identifier_token3] = ACTIONS(1157), + [aux_sym_simple_identifier_token4] = ACTIONS(1157), + [anon_sym_actor] = ACTIONS(1155), + [anon_sym_async] = ACTIONS(1155), + [anon_sym_each] = ACTIONS(1161), + [anon_sym_lazy] = ACTIONS(1155), + [anon_sym_repeat] = ACTIONS(1163), + [anon_sym_package] = ACTIONS(1155), + [anon_sym_nil] = ACTIONS(1165), + [sym_real_literal] = ACTIONS(1167), + [sym_integer_literal] = ACTIONS(1165), + [sym_hex_literal] = ACTIONS(1165), + [sym_oct_literal] = ACTIONS(1167), + [sym_bin_literal] = ACTIONS(1167), + [anon_sym_true] = ACTIONS(1169), + [anon_sym_false] = ACTIONS(1169), + [anon_sym_DQUOTE] = ACTIONS(1171), + [anon_sym_BSLASH] = ACTIONS(1173), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1175), + [sym__oneline_regex_literal] = ACTIONS(1177), + [anon_sym_LPAREN] = ACTIONS(1179), + [anon_sym_LBRACK] = ACTIONS(1181), + [anon_sym_AMP] = ACTIONS(1183), + [anon_sym_TILDE] = ACTIONS(1183), + [anon_sym_if] = ACTIONS(1185), + [anon_sym_switch] = ACTIONS(1187), + [aux_sym_custom_operator_token1] = ACTIONS(1189), + [anon_sym_LT] = ACTIONS(1191), + [anon_sym_GT] = ACTIONS(1191), + [anon_sym_await] = ACTIONS(1193), + [anon_sym_LBRACE] = ACTIONS(1195), + [anon_sym_CARET_LBRACE] = ACTIONS(1195), + [anon_sym_self] = ACTIONS(1197), + [anon_sym_super] = ACTIONS(1199), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(1203), + [anon_sym_DASH_EQ] = ACTIONS(1203), + [anon_sym_STAR_EQ] = ACTIONS(1203), + [anon_sym_SLASH_EQ] = ACTIONS(1203), + [anon_sym_PERCENT_EQ] = ACTIONS(1203), + [anon_sym_BANG_EQ] = ACTIONS(1191), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1203), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1203), + [anon_sym_LT_EQ] = ACTIONS(1203), + [anon_sym_GT_EQ] = ACTIONS(1203), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1205), + [anon_sym_DOT_DOT_LT] = ACTIONS(1207), + [anon_sym_PLUS] = ACTIONS(1209), + [anon_sym_DASH] = ACTIONS(1209), + [anon_sym_STAR] = ACTIONS(1191), + [anon_sym_SLASH] = ACTIONS(1191), + [anon_sym_PERCENT] = ACTIONS(1191), + [anon_sym_PLUS_PLUS] = ACTIONS(1183), + [anon_sym_DASH_DASH] = ACTIONS(1183), + [anon_sym_PIPE] = ACTIONS(1203), + [anon_sym_CARET] = ACTIONS(1191), + [anon_sym_LT_LT] = ACTIONS(1203), + [anon_sym_GT_GT] = ACTIONS(1203), + [anon_sym_borrowing] = ACTIONS(1155), + [anon_sym_consuming] = ACTIONS(1155), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(1211), + [sym__dot_custom] = ACTIONS(1213), + [sym__eq_custom] = ACTIONS(1203), + [sym__eq_eq_custom] = ACTIONS(1203), + [sym__plus_then_ws] = ACTIONS(1203), + [sym__minus_then_ws] = ACTIONS(1203), + [sym__bang_custom] = ACTIONS(1215), + [sym__custom_operator] = ACTIONS(1189), + [sym__hash_symbol_custom] = ACTIONS(1223), + [sym__directive_if] = ACTIONS(1219), + [sym__directive_elseif] = ACTIONS(1219), + [sym__directive_else] = ACTIONS(1221), + [sym__directive_endif] = ACTIONS(1221), + }, + [STATE(470)] = { + [sym_simple_identifier] = STATE(3463), + [sym__contextual_simple_identifier] = STATE(2936), + [sym__basic_literal] = STATE(3677), + [sym_boolean_literal] = STATE(3677), + [sym__string_literal] = STATE(3677), + [sym_line_string_literal] = STATE(3677), + [sym_multi_line_string_literal] = STATE(3677), + [sym_raw_string_literal] = STATE(3677), + [sym_regex_literal] = STATE(3677), + [sym__extended_regex_literal] = STATE(3739), + [sym__multiline_regex_literal] = STATE(3739), + [sym_user_type] = STATE(6561), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6561), + [sym_dictionary_type] = STATE(6561), + [sym_expression] = STATE(1566), + [sym_optional_chain_marker] = STATE(3677), + [sym__unary_expression] = STATE(3677), + [sym_postfix_expression] = STATE(3677), + [sym_constructor_expression] = STATE(3677), + [sym__parenthesized_type] = STATE(8461), + [sym_navigation_expression] = STATE(3677), + [sym__navigable_type_expression] = STATE(8461), + [sym_open_start_range_expression] = STATE(3677), + [sym__range_operator] = STATE(626), + [sym_open_end_range_expression] = STATE(3677), + [sym_prefix_expression] = STATE(3677), + [sym_as_expression] = STATE(3677), + [sym_selector_expression] = STATE(3677), + [sym__binary_expression] = STATE(3677), + [sym_multiplicative_expression] = STATE(3677), + [sym_additive_expression] = STATE(3677), + [sym_range_expression] = STATE(3677), + [sym_infix_expression] = STATE(3677), + [sym_nil_coalescing_expression] = STATE(3677), + [sym_check_expression] = STATE(3677), + [sym_comparison_expression] = STATE(3677), + [sym_equality_expression] = STATE(3677), + [sym_conjunction_expression] = STATE(3677), + [sym_disjunction_expression] = STATE(3677), + [sym_bitwise_operation] = STATE(3677), + [sym_custom_operator] = STATE(1325), + [sym_try_expression] = STATE(3677), + [sym_await_expression] = STATE(3677), + [sym__await_operator] = STATE(627), + [sym_ternary_expression] = STATE(3677), + [sym__expr_hack_at_ternary_binary_suffix] = STATE(3775), + [sym_expr_hack_at_ternary_binary_call] = STATE(3775), + [sym_call_expression] = STATE(3677), + [sym_macro_invocation] = STATE(3677), + [sym__primary_expression] = STATE(3677), + [sym_tuple_expression] = STATE(3677), + [sym_array_literal] = STATE(3677), + [sym_dictionary_literal] = STATE(3677), + [sym_special_literal] = STATE(3677), + [sym_playground_literal] = STATE(3677), + [sym_lambda_literal] = STATE(3677), + [sym_self_expression] = STATE(3677), + [sym_super_expression] = STATE(3677), + [sym_if_statement] = STATE(3677), + [sym_switch_statement] = STATE(3677), + [sym_key_path_expression] = STATE(3677), + [sym_key_path_string_expression] = STATE(3677), + [sym_try_operator] = STATE(628), + [sym__assignment_and_operator] = STATE(3673), + [sym__equality_operator] = STATE(3673), + [sym__comparison_operator] = STATE(3673), + [sym__three_dot_operator] = STATE(1329), + [sym__open_ended_range_operator] = STATE(626), + [sym__additive_operator] = STATE(3673), + [sym__multiplicative_operator] = STATE(3673), + [sym__prefix_unary_operator] = STATE(629), + [sym_directly_assignable_expression] = STATE(6568), + [sym_assignment] = STATE(3677), + [sym_value_parameter_pack] = STATE(3677), + [sym_value_pack_expansion] = STATE(3677), + [sym_referenceable_operator] = STATE(3677), + [sym__equal_sign] = STATE(3673), + [sym__eq_eq] = STATE(3673), + [sym__dot] = STATE(629), + [sym__hash_symbol] = STATE(4954), + [sym_bang] = STATE(1325), + [sym__parameter_ownership_modifier] = STATE(2936), + [sym_directive] = STATE(3677), + [sym_diagnostic] = STATE(3677), + [aux_sym_raw_string_literal_repeat1] = STATE(8465), + [anon_sym_BANG] = ACTIONS(1153), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1155), + [aux_sym_simple_identifier_token2] = ACTIONS(1157), + [aux_sym_simple_identifier_token3] = ACTIONS(1157), + [aux_sym_simple_identifier_token4] = ACTIONS(1157), + [anon_sym_actor] = ACTIONS(1155), + [anon_sym_async] = ACTIONS(1155), + [anon_sym_each] = ACTIONS(1161), + [anon_sym_lazy] = ACTIONS(1155), + [anon_sym_repeat] = ACTIONS(1163), + [anon_sym_package] = ACTIONS(1155), + [anon_sym_nil] = ACTIONS(1165), + [sym_real_literal] = ACTIONS(1167), + [sym_integer_literal] = ACTIONS(1165), + [sym_hex_literal] = ACTIONS(1165), + [sym_oct_literal] = ACTIONS(1167), + [sym_bin_literal] = ACTIONS(1167), + [anon_sym_true] = ACTIONS(1169), + [anon_sym_false] = ACTIONS(1169), + [anon_sym_DQUOTE] = ACTIONS(1171), + [anon_sym_BSLASH] = ACTIONS(1173), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1175), + [sym__oneline_regex_literal] = ACTIONS(1177), + [anon_sym_LPAREN] = ACTIONS(1179), + [anon_sym_LBRACK] = ACTIONS(1181), + [anon_sym_AMP] = ACTIONS(1183), + [anon_sym_TILDE] = ACTIONS(1183), + [anon_sym_if] = ACTIONS(1185), + [anon_sym_switch] = ACTIONS(1187), + [aux_sym_custom_operator_token1] = ACTIONS(1189), + [anon_sym_LT] = ACTIONS(1191), + [anon_sym_GT] = ACTIONS(1191), + [anon_sym_await] = ACTIONS(1193), + [anon_sym_LBRACE] = ACTIONS(1195), + [anon_sym_CARET_LBRACE] = ACTIONS(1195), + [anon_sym_self] = ACTIONS(1197), + [anon_sym_super] = ACTIONS(1199), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(1203), + [anon_sym_DASH_EQ] = ACTIONS(1203), + [anon_sym_STAR_EQ] = ACTIONS(1203), + [anon_sym_SLASH_EQ] = ACTIONS(1203), + [anon_sym_PERCENT_EQ] = ACTIONS(1203), + [anon_sym_BANG_EQ] = ACTIONS(1191), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1203), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1203), + [anon_sym_LT_EQ] = ACTIONS(1203), + [anon_sym_GT_EQ] = ACTIONS(1203), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1205), + [anon_sym_DOT_DOT_LT] = ACTIONS(1207), + [anon_sym_PLUS] = ACTIONS(1209), + [anon_sym_DASH] = ACTIONS(1209), + [anon_sym_STAR] = ACTIONS(1191), + [anon_sym_SLASH] = ACTIONS(1191), + [anon_sym_PERCENT] = ACTIONS(1191), + [anon_sym_PLUS_PLUS] = ACTIONS(1183), + [anon_sym_DASH_DASH] = ACTIONS(1183), + [anon_sym_PIPE] = ACTIONS(1203), + [anon_sym_CARET] = ACTIONS(1191), + [anon_sym_LT_LT] = ACTIONS(1203), + [anon_sym_GT_GT] = ACTIONS(1203), + [anon_sym_borrowing] = ACTIONS(1155), + [anon_sym_consuming] = ACTIONS(1155), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(1211), + [sym__dot_custom] = ACTIONS(1213), + [sym__eq_custom] = ACTIONS(1203), + [sym__eq_eq_custom] = ACTIONS(1203), + [sym__plus_then_ws] = ACTIONS(1203), + [sym__minus_then_ws] = ACTIONS(1203), + [sym__bang_custom] = ACTIONS(1215), + [sym__custom_operator] = ACTIONS(1189), + [sym__hash_symbol_custom] = ACTIONS(1223), + [sym__directive_if] = ACTIONS(1219), + [sym__directive_elseif] = ACTIONS(1219), + [sym__directive_else] = ACTIONS(1221), + [sym__directive_endif] = ACTIONS(1221), + }, + [STATE(471)] = { + [sym_simple_identifier] = STATE(3463), + [sym__contextual_simple_identifier] = STATE(2936), + [sym__basic_literal] = STATE(3677), + [sym_boolean_literal] = STATE(3677), + [sym__string_literal] = STATE(3677), + [sym_line_string_literal] = STATE(3677), + [sym_multi_line_string_literal] = STATE(3677), + [sym_raw_string_literal] = STATE(3677), + [sym_regex_literal] = STATE(3677), + [sym__extended_regex_literal] = STATE(3739), + [sym__multiline_regex_literal] = STATE(3739), + [sym_user_type] = STATE(6561), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6561), + [sym_dictionary_type] = STATE(6561), + [sym_expression] = STATE(1566), + [sym_optional_chain_marker] = STATE(3677), + [sym__unary_expression] = STATE(3677), + [sym_postfix_expression] = STATE(3677), + [sym_constructor_expression] = STATE(3677), + [sym__parenthesized_type] = STATE(8461), + [sym_navigation_expression] = STATE(3677), + [sym__navigable_type_expression] = STATE(8461), + [sym_open_start_range_expression] = STATE(3677), + [sym__range_operator] = STATE(626), + [sym_open_end_range_expression] = STATE(3677), + [sym_prefix_expression] = STATE(3677), + [sym_as_expression] = STATE(3677), + [sym_selector_expression] = STATE(3677), + [sym__binary_expression] = STATE(3677), + [sym_multiplicative_expression] = STATE(3677), + [sym_additive_expression] = STATE(3677), + [sym_range_expression] = STATE(3677), + [sym_infix_expression] = STATE(3677), + [sym_nil_coalescing_expression] = STATE(3677), + [sym_check_expression] = STATE(3677), + [sym_comparison_expression] = STATE(3677), + [sym_equality_expression] = STATE(3677), + [sym_conjunction_expression] = STATE(3677), + [sym_disjunction_expression] = STATE(3677), + [sym_bitwise_operation] = STATE(3677), + [sym_custom_operator] = STATE(1325), + [sym_try_expression] = STATE(3677), + [sym_await_expression] = STATE(3677), + [sym__await_operator] = STATE(627), + [sym_ternary_expression] = STATE(3677), + [sym__expr_hack_at_ternary_binary_suffix] = STATE(3776), + [sym_expr_hack_at_ternary_binary_call] = STATE(3776), + [sym_call_expression] = STATE(3677), + [sym_macro_invocation] = STATE(3677), + [sym__primary_expression] = STATE(3677), + [sym_tuple_expression] = STATE(3677), + [sym_array_literal] = STATE(3677), + [sym_dictionary_literal] = STATE(3677), + [sym_special_literal] = STATE(3677), + [sym_playground_literal] = STATE(3677), + [sym_lambda_literal] = STATE(3677), + [sym_self_expression] = STATE(3677), + [sym_super_expression] = STATE(3677), + [sym_if_statement] = STATE(3677), + [sym_switch_statement] = STATE(3677), + [sym_key_path_expression] = STATE(3677), + [sym_key_path_string_expression] = STATE(3677), + [sym_try_operator] = STATE(628), + [sym__assignment_and_operator] = STATE(3673), + [sym__equality_operator] = STATE(3673), + [sym__comparison_operator] = STATE(3673), + [sym__three_dot_operator] = STATE(1329), + [sym__open_ended_range_operator] = STATE(626), + [sym__additive_operator] = STATE(3673), + [sym__multiplicative_operator] = STATE(3673), + [sym__prefix_unary_operator] = STATE(629), + [sym_directly_assignable_expression] = STATE(6568), + [sym_assignment] = STATE(3677), + [sym_value_parameter_pack] = STATE(3677), + [sym_value_pack_expansion] = STATE(3677), + [sym_referenceable_operator] = STATE(3677), + [sym__equal_sign] = STATE(3673), + [sym__eq_eq] = STATE(3673), + [sym__dot] = STATE(629), + [sym__hash_symbol] = STATE(4954), + [sym_bang] = STATE(1325), + [sym__parameter_ownership_modifier] = STATE(2936), + [sym_directive] = STATE(3677), + [sym_diagnostic] = STATE(3677), + [aux_sym_raw_string_literal_repeat1] = STATE(8465), + [anon_sym_BANG] = ACTIONS(1153), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1155), + [aux_sym_simple_identifier_token2] = ACTIONS(1157), + [aux_sym_simple_identifier_token3] = ACTIONS(1157), + [aux_sym_simple_identifier_token4] = ACTIONS(1157), + [anon_sym_actor] = ACTIONS(1155), + [anon_sym_async] = ACTIONS(1155), + [anon_sym_each] = ACTIONS(1161), + [anon_sym_lazy] = ACTIONS(1155), + [anon_sym_repeat] = ACTIONS(1163), + [anon_sym_package] = ACTIONS(1155), + [anon_sym_nil] = ACTIONS(1165), + [sym_real_literal] = ACTIONS(1167), + [sym_integer_literal] = ACTIONS(1165), + [sym_hex_literal] = ACTIONS(1165), + [sym_oct_literal] = ACTIONS(1167), + [sym_bin_literal] = ACTIONS(1167), + [anon_sym_true] = ACTIONS(1169), + [anon_sym_false] = ACTIONS(1169), + [anon_sym_DQUOTE] = ACTIONS(1171), + [anon_sym_BSLASH] = ACTIONS(1173), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1175), + [sym__oneline_regex_literal] = ACTIONS(1177), + [anon_sym_LPAREN] = ACTIONS(1179), + [anon_sym_LBRACK] = ACTIONS(1181), + [anon_sym_AMP] = ACTIONS(1183), + [anon_sym_TILDE] = ACTIONS(1183), + [anon_sym_if] = ACTIONS(1185), + [anon_sym_switch] = ACTIONS(1187), + [aux_sym_custom_operator_token1] = ACTIONS(1189), + [anon_sym_LT] = ACTIONS(1191), + [anon_sym_GT] = ACTIONS(1191), + [anon_sym_await] = ACTIONS(1193), + [anon_sym_LBRACE] = ACTIONS(1195), + [anon_sym_CARET_LBRACE] = ACTIONS(1195), + [anon_sym_self] = ACTIONS(1197), + [anon_sym_super] = ACTIONS(1199), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(1203), + [anon_sym_DASH_EQ] = ACTIONS(1203), + [anon_sym_STAR_EQ] = ACTIONS(1203), + [anon_sym_SLASH_EQ] = ACTIONS(1203), + [anon_sym_PERCENT_EQ] = ACTIONS(1203), + [anon_sym_BANG_EQ] = ACTIONS(1191), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1203), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1203), + [anon_sym_LT_EQ] = ACTIONS(1203), + [anon_sym_GT_EQ] = ACTIONS(1203), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1205), + [anon_sym_DOT_DOT_LT] = ACTIONS(1207), + [anon_sym_PLUS] = ACTIONS(1209), + [anon_sym_DASH] = ACTIONS(1209), + [anon_sym_STAR] = ACTIONS(1191), + [anon_sym_SLASH] = ACTIONS(1191), + [anon_sym_PERCENT] = ACTIONS(1191), + [anon_sym_PLUS_PLUS] = ACTIONS(1183), + [anon_sym_DASH_DASH] = ACTIONS(1183), + [anon_sym_PIPE] = ACTIONS(1203), + [anon_sym_CARET] = ACTIONS(1191), + [anon_sym_LT_LT] = ACTIONS(1203), + [anon_sym_GT_GT] = ACTIONS(1203), + [anon_sym_borrowing] = ACTIONS(1155), + [anon_sym_consuming] = ACTIONS(1155), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(1211), + [sym__dot_custom] = ACTIONS(1213), + [sym__eq_custom] = ACTIONS(1203), + [sym__eq_eq_custom] = ACTIONS(1203), + [sym__plus_then_ws] = ACTIONS(1203), + [sym__minus_then_ws] = ACTIONS(1203), + [sym__bang_custom] = ACTIONS(1215), + [sym__custom_operator] = ACTIONS(1189), + [sym__hash_symbol_custom] = ACTIONS(1223), + [sym__directive_if] = ACTIONS(1219), + [sym__directive_elseif] = ACTIONS(1219), + [sym__directive_else] = ACTIONS(1221), + [sym__directive_endif] = ACTIONS(1221), + }, + [STATE(472)] = { + [sym_simple_identifier] = STATE(3463), + [sym__contextual_simple_identifier] = STATE(2936), + [sym__basic_literal] = STATE(3677), + [sym_boolean_literal] = STATE(3677), + [sym__string_literal] = STATE(3677), + [sym_line_string_literal] = STATE(3677), + [sym_multi_line_string_literal] = STATE(3677), + [sym_raw_string_literal] = STATE(3677), + [sym_regex_literal] = STATE(3677), + [sym__extended_regex_literal] = STATE(3739), + [sym__multiline_regex_literal] = STATE(3739), + [sym_user_type] = STATE(6561), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6561), + [sym_dictionary_type] = STATE(6561), + [sym_expression] = STATE(1566), + [sym_optional_chain_marker] = STATE(3677), + [sym__unary_expression] = STATE(3677), + [sym_postfix_expression] = STATE(3677), + [sym_constructor_expression] = STATE(3677), + [sym__parenthesized_type] = STATE(8461), + [sym_navigation_expression] = STATE(3677), + [sym__navigable_type_expression] = STATE(8461), + [sym_open_start_range_expression] = STATE(3677), + [sym__range_operator] = STATE(626), + [sym_open_end_range_expression] = STATE(3677), + [sym_prefix_expression] = STATE(3677), + [sym_as_expression] = STATE(3677), + [sym_selector_expression] = STATE(3677), + [sym__binary_expression] = STATE(3677), + [sym_multiplicative_expression] = STATE(3677), + [sym_additive_expression] = STATE(3677), + [sym_range_expression] = STATE(3677), + [sym_infix_expression] = STATE(3677), + [sym_nil_coalescing_expression] = STATE(3677), + [sym_check_expression] = STATE(3677), + [sym_comparison_expression] = STATE(3677), + [sym_equality_expression] = STATE(3677), + [sym_conjunction_expression] = STATE(3677), + [sym_disjunction_expression] = STATE(3677), + [sym_bitwise_operation] = STATE(3677), + [sym_custom_operator] = STATE(1325), + [sym_try_expression] = STATE(3677), + [sym_await_expression] = STATE(3677), + [sym__await_operator] = STATE(627), + [sym_ternary_expression] = STATE(3677), + [sym__expr_hack_at_ternary_binary_suffix] = STATE(3781), + [sym_expr_hack_at_ternary_binary_call] = STATE(3781), + [sym_call_expression] = STATE(3677), + [sym_macro_invocation] = STATE(3677), + [sym__primary_expression] = STATE(3677), + [sym_tuple_expression] = STATE(3677), + [sym_array_literal] = STATE(3677), + [sym_dictionary_literal] = STATE(3677), + [sym_special_literal] = STATE(3677), + [sym_playground_literal] = STATE(3677), + [sym_lambda_literal] = STATE(3677), + [sym_self_expression] = STATE(3677), + [sym_super_expression] = STATE(3677), + [sym_if_statement] = STATE(3677), + [sym_switch_statement] = STATE(3677), + [sym_key_path_expression] = STATE(3677), + [sym_key_path_string_expression] = STATE(3677), + [sym_try_operator] = STATE(628), + [sym__assignment_and_operator] = STATE(3673), + [sym__equality_operator] = STATE(3673), + [sym__comparison_operator] = STATE(3673), + [sym__three_dot_operator] = STATE(1329), + [sym__open_ended_range_operator] = STATE(626), + [sym__additive_operator] = STATE(3673), + [sym__multiplicative_operator] = STATE(3673), + [sym__prefix_unary_operator] = STATE(629), + [sym_directly_assignable_expression] = STATE(6568), + [sym_assignment] = STATE(3677), + [sym_value_parameter_pack] = STATE(3677), + [sym_value_pack_expansion] = STATE(3677), + [sym_referenceable_operator] = STATE(3677), + [sym__equal_sign] = STATE(3673), + [sym__eq_eq] = STATE(3673), + [sym__dot] = STATE(629), + [sym__hash_symbol] = STATE(4954), + [sym_bang] = STATE(1325), + [sym__parameter_ownership_modifier] = STATE(2936), + [sym_directive] = STATE(3677), + [sym_diagnostic] = STATE(3677), + [aux_sym_raw_string_literal_repeat1] = STATE(8465), + [anon_sym_BANG] = ACTIONS(1153), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1155), + [aux_sym_simple_identifier_token2] = ACTIONS(1157), + [aux_sym_simple_identifier_token3] = ACTIONS(1157), + [aux_sym_simple_identifier_token4] = ACTIONS(1157), + [anon_sym_actor] = ACTIONS(1155), + [anon_sym_async] = ACTIONS(1155), + [anon_sym_each] = ACTIONS(1161), + [anon_sym_lazy] = ACTIONS(1155), + [anon_sym_repeat] = ACTIONS(1163), + [anon_sym_package] = ACTIONS(1155), + [anon_sym_nil] = ACTIONS(1165), + [sym_real_literal] = ACTIONS(1167), + [sym_integer_literal] = ACTIONS(1165), + [sym_hex_literal] = ACTIONS(1165), + [sym_oct_literal] = ACTIONS(1167), + [sym_bin_literal] = ACTIONS(1167), + [anon_sym_true] = ACTIONS(1169), + [anon_sym_false] = ACTIONS(1169), + [anon_sym_DQUOTE] = ACTIONS(1171), + [anon_sym_BSLASH] = ACTIONS(1173), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1175), + [sym__oneline_regex_literal] = ACTIONS(1177), + [anon_sym_LPAREN] = ACTIONS(1179), + [anon_sym_LBRACK] = ACTIONS(1181), + [anon_sym_AMP] = ACTIONS(1183), + [anon_sym_TILDE] = ACTIONS(1183), + [anon_sym_if] = ACTIONS(1185), + [anon_sym_switch] = ACTIONS(1187), + [aux_sym_custom_operator_token1] = ACTIONS(1189), + [anon_sym_LT] = ACTIONS(1191), + [anon_sym_GT] = ACTIONS(1191), + [anon_sym_await] = ACTIONS(1193), + [anon_sym_LBRACE] = ACTIONS(1195), + [anon_sym_CARET_LBRACE] = ACTIONS(1195), + [anon_sym_self] = ACTIONS(1197), + [anon_sym_super] = ACTIONS(1199), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(1203), + [anon_sym_DASH_EQ] = ACTIONS(1203), + [anon_sym_STAR_EQ] = ACTIONS(1203), + [anon_sym_SLASH_EQ] = ACTIONS(1203), + [anon_sym_PERCENT_EQ] = ACTIONS(1203), + [anon_sym_BANG_EQ] = ACTIONS(1191), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1203), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1203), + [anon_sym_LT_EQ] = ACTIONS(1203), + [anon_sym_GT_EQ] = ACTIONS(1203), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1205), + [anon_sym_DOT_DOT_LT] = ACTIONS(1207), + [anon_sym_PLUS] = ACTIONS(1209), + [anon_sym_DASH] = ACTIONS(1209), + [anon_sym_STAR] = ACTIONS(1191), + [anon_sym_SLASH] = ACTIONS(1191), + [anon_sym_PERCENT] = ACTIONS(1191), + [anon_sym_PLUS_PLUS] = ACTIONS(1183), + [anon_sym_DASH_DASH] = ACTIONS(1183), + [anon_sym_PIPE] = ACTIONS(1203), + [anon_sym_CARET] = ACTIONS(1191), + [anon_sym_LT_LT] = ACTIONS(1203), + [anon_sym_GT_GT] = ACTIONS(1203), + [anon_sym_borrowing] = ACTIONS(1155), + [anon_sym_consuming] = ACTIONS(1155), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(1211), + [sym__dot_custom] = ACTIONS(1213), + [sym__eq_custom] = ACTIONS(1203), + [sym__eq_eq_custom] = ACTIONS(1203), + [sym__plus_then_ws] = ACTIONS(1203), + [sym__minus_then_ws] = ACTIONS(1203), + [sym__bang_custom] = ACTIONS(1215), + [sym__custom_operator] = ACTIONS(1189), + [sym__hash_symbol_custom] = ACTIONS(1223), + [sym__directive_if] = ACTIONS(1219), + [sym__directive_elseif] = ACTIONS(1219), + [sym__directive_else] = ACTIONS(1221), + [sym__directive_endif] = ACTIONS(1221), + }, + [STATE(473)] = { + [sym_simple_identifier] = STATE(3463), + [sym__contextual_simple_identifier] = STATE(2936), + [sym__basic_literal] = STATE(3677), + [sym_boolean_literal] = STATE(3677), + [sym__string_literal] = STATE(3677), + [sym_line_string_literal] = STATE(3677), + [sym_multi_line_string_literal] = STATE(3677), + [sym_raw_string_literal] = STATE(3677), + [sym_regex_literal] = STATE(3677), + [sym__extended_regex_literal] = STATE(3739), + [sym__multiline_regex_literal] = STATE(3739), + [sym_user_type] = STATE(6561), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6561), + [sym_dictionary_type] = STATE(6561), + [sym_expression] = STATE(1566), + [sym_optional_chain_marker] = STATE(3677), + [sym__unary_expression] = STATE(3677), + [sym_postfix_expression] = STATE(3677), + [sym_constructor_expression] = STATE(3677), + [sym__parenthesized_type] = STATE(8461), + [sym_navigation_expression] = STATE(3677), + [sym__navigable_type_expression] = STATE(8461), + [sym_open_start_range_expression] = STATE(3677), + [sym__range_operator] = STATE(626), + [sym_open_end_range_expression] = STATE(3677), + [sym_prefix_expression] = STATE(3677), + [sym_as_expression] = STATE(3677), + [sym_selector_expression] = STATE(3677), + [sym__binary_expression] = STATE(3677), + [sym_multiplicative_expression] = STATE(3677), + [sym_additive_expression] = STATE(3677), + [sym_range_expression] = STATE(3677), + [sym_infix_expression] = STATE(3677), + [sym_nil_coalescing_expression] = STATE(3677), + [sym_check_expression] = STATE(3677), + [sym_comparison_expression] = STATE(3677), + [sym_equality_expression] = STATE(3677), + [sym_conjunction_expression] = STATE(3677), + [sym_disjunction_expression] = STATE(3677), + [sym_bitwise_operation] = STATE(3677), + [sym_custom_operator] = STATE(1325), + [sym_try_expression] = STATE(3677), + [sym_await_expression] = STATE(3677), + [sym__await_operator] = STATE(627), + [sym_ternary_expression] = STATE(3677), + [sym__expr_hack_at_ternary_binary_suffix] = STATE(3784), + [sym_expr_hack_at_ternary_binary_call] = STATE(3784), + [sym_call_expression] = STATE(3677), + [sym_macro_invocation] = STATE(3677), + [sym__primary_expression] = STATE(3677), + [sym_tuple_expression] = STATE(3677), + [sym_array_literal] = STATE(3677), + [sym_dictionary_literal] = STATE(3677), + [sym_special_literal] = STATE(3677), + [sym_playground_literal] = STATE(3677), + [sym_lambda_literal] = STATE(3677), + [sym_self_expression] = STATE(3677), + [sym_super_expression] = STATE(3677), + [sym_if_statement] = STATE(3677), + [sym_switch_statement] = STATE(3677), + [sym_key_path_expression] = STATE(3677), + [sym_key_path_string_expression] = STATE(3677), + [sym_try_operator] = STATE(628), + [sym__assignment_and_operator] = STATE(3673), + [sym__equality_operator] = STATE(3673), + [sym__comparison_operator] = STATE(3673), + [sym__three_dot_operator] = STATE(1329), + [sym__open_ended_range_operator] = STATE(626), + [sym__additive_operator] = STATE(3673), + [sym__multiplicative_operator] = STATE(3673), + [sym__prefix_unary_operator] = STATE(629), + [sym_directly_assignable_expression] = STATE(6568), + [sym_assignment] = STATE(3677), + [sym_value_parameter_pack] = STATE(3677), + [sym_value_pack_expansion] = STATE(3677), + [sym_referenceable_operator] = STATE(3677), + [sym__equal_sign] = STATE(3673), + [sym__eq_eq] = STATE(3673), + [sym__dot] = STATE(629), + [sym__hash_symbol] = STATE(4954), + [sym_bang] = STATE(1325), + [sym__parameter_ownership_modifier] = STATE(2936), + [sym_directive] = STATE(3677), + [sym_diagnostic] = STATE(3677), + [aux_sym_raw_string_literal_repeat1] = STATE(8465), + [anon_sym_BANG] = ACTIONS(1153), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1155), + [aux_sym_simple_identifier_token2] = ACTIONS(1157), + [aux_sym_simple_identifier_token3] = ACTIONS(1157), + [aux_sym_simple_identifier_token4] = ACTIONS(1157), + [anon_sym_actor] = ACTIONS(1155), + [anon_sym_async] = ACTIONS(1155), + [anon_sym_each] = ACTIONS(1161), + [anon_sym_lazy] = ACTIONS(1155), + [anon_sym_repeat] = ACTIONS(1163), + [anon_sym_package] = ACTIONS(1155), + [anon_sym_nil] = ACTIONS(1165), + [sym_real_literal] = ACTIONS(1167), + [sym_integer_literal] = ACTIONS(1165), + [sym_hex_literal] = ACTIONS(1165), + [sym_oct_literal] = ACTIONS(1167), + [sym_bin_literal] = ACTIONS(1167), + [anon_sym_true] = ACTIONS(1169), + [anon_sym_false] = ACTIONS(1169), + [anon_sym_DQUOTE] = ACTIONS(1171), + [anon_sym_BSLASH] = ACTIONS(1173), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1175), + [sym__oneline_regex_literal] = ACTIONS(1177), + [anon_sym_LPAREN] = ACTIONS(1179), + [anon_sym_LBRACK] = ACTIONS(1181), + [anon_sym_AMP] = ACTIONS(1183), + [anon_sym_TILDE] = ACTIONS(1183), + [anon_sym_if] = ACTIONS(1185), + [anon_sym_switch] = ACTIONS(1187), + [aux_sym_custom_operator_token1] = ACTIONS(1189), + [anon_sym_LT] = ACTIONS(1191), + [anon_sym_GT] = ACTIONS(1191), + [anon_sym_await] = ACTIONS(1193), + [anon_sym_LBRACE] = ACTIONS(1195), + [anon_sym_CARET_LBRACE] = ACTIONS(1195), + [anon_sym_self] = ACTIONS(1197), + [anon_sym_super] = ACTIONS(1199), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(1203), + [anon_sym_DASH_EQ] = ACTIONS(1203), + [anon_sym_STAR_EQ] = ACTIONS(1203), + [anon_sym_SLASH_EQ] = ACTIONS(1203), + [anon_sym_PERCENT_EQ] = ACTIONS(1203), + [anon_sym_BANG_EQ] = ACTIONS(1191), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1203), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1203), + [anon_sym_LT_EQ] = ACTIONS(1203), + [anon_sym_GT_EQ] = ACTIONS(1203), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1205), + [anon_sym_DOT_DOT_LT] = ACTIONS(1207), + [anon_sym_PLUS] = ACTIONS(1209), + [anon_sym_DASH] = ACTIONS(1209), + [anon_sym_STAR] = ACTIONS(1191), + [anon_sym_SLASH] = ACTIONS(1191), + [anon_sym_PERCENT] = ACTIONS(1191), + [anon_sym_PLUS_PLUS] = ACTIONS(1183), + [anon_sym_DASH_DASH] = ACTIONS(1183), + [anon_sym_PIPE] = ACTIONS(1203), + [anon_sym_CARET] = ACTIONS(1191), + [anon_sym_LT_LT] = ACTIONS(1203), + [anon_sym_GT_GT] = ACTIONS(1203), + [anon_sym_borrowing] = ACTIONS(1155), + [anon_sym_consuming] = ACTIONS(1155), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(1211), + [sym__dot_custom] = ACTIONS(1213), + [sym__eq_custom] = ACTIONS(1203), + [sym__eq_eq_custom] = ACTIONS(1203), + [sym__plus_then_ws] = ACTIONS(1203), + [sym__minus_then_ws] = ACTIONS(1203), + [sym__bang_custom] = ACTIONS(1215), + [sym__custom_operator] = ACTIONS(1189), + [sym__hash_symbol_custom] = ACTIONS(1223), + [sym__directive_if] = ACTIONS(1219), + [sym__directive_elseif] = ACTIONS(1219), + [sym__directive_else] = ACTIONS(1221), + [sym__directive_endif] = ACTIONS(1221), + }, + [STATE(474)] = { + [sym_simple_identifier] = STATE(3463), + [sym__contextual_simple_identifier] = STATE(2936), + [sym__basic_literal] = STATE(3677), + [sym_boolean_literal] = STATE(3677), + [sym__string_literal] = STATE(3677), + [sym_line_string_literal] = STATE(3677), + [sym_multi_line_string_literal] = STATE(3677), + [sym_raw_string_literal] = STATE(3677), + [sym_regex_literal] = STATE(3677), + [sym__extended_regex_literal] = STATE(3739), + [sym__multiline_regex_literal] = STATE(3739), + [sym_user_type] = STATE(6561), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6561), + [sym_dictionary_type] = STATE(6561), + [sym_expression] = STATE(1566), + [sym_optional_chain_marker] = STATE(3677), + [sym__unary_expression] = STATE(3677), + [sym_postfix_expression] = STATE(3677), + [sym_constructor_expression] = STATE(3677), + [sym__parenthesized_type] = STATE(8461), + [sym_navigation_expression] = STATE(3677), + [sym__navigable_type_expression] = STATE(8461), + [sym_open_start_range_expression] = STATE(3677), + [sym__range_operator] = STATE(626), + [sym_open_end_range_expression] = STATE(3677), + [sym_prefix_expression] = STATE(3677), + [sym_as_expression] = STATE(3677), + [sym_selector_expression] = STATE(3677), + [sym__binary_expression] = STATE(3677), + [sym_multiplicative_expression] = STATE(3677), + [sym_additive_expression] = STATE(3677), + [sym_range_expression] = STATE(3677), + [sym_infix_expression] = STATE(3677), + [sym_nil_coalescing_expression] = STATE(3677), + [sym_check_expression] = STATE(3677), + [sym_comparison_expression] = STATE(3677), + [sym_equality_expression] = STATE(3677), + [sym_conjunction_expression] = STATE(3677), + [sym_disjunction_expression] = STATE(3677), + [sym_bitwise_operation] = STATE(3677), + [sym_custom_operator] = STATE(1325), + [sym_try_expression] = STATE(3677), + [sym_await_expression] = STATE(3677), + [sym__await_operator] = STATE(627), + [sym_ternary_expression] = STATE(3677), + [sym__expr_hack_at_ternary_binary_suffix] = STATE(3786), + [sym_expr_hack_at_ternary_binary_call] = STATE(3786), + [sym_call_expression] = STATE(3677), + [sym_macro_invocation] = STATE(3677), + [sym__primary_expression] = STATE(3677), + [sym_tuple_expression] = STATE(3677), + [sym_array_literal] = STATE(3677), + [sym_dictionary_literal] = STATE(3677), + [sym_special_literal] = STATE(3677), + [sym_playground_literal] = STATE(3677), + [sym_lambda_literal] = STATE(3677), + [sym_self_expression] = STATE(3677), + [sym_super_expression] = STATE(3677), + [sym_if_statement] = STATE(3677), + [sym_switch_statement] = STATE(3677), + [sym_key_path_expression] = STATE(3677), + [sym_key_path_string_expression] = STATE(3677), + [sym_try_operator] = STATE(628), + [sym__assignment_and_operator] = STATE(3673), + [sym__equality_operator] = STATE(3673), + [sym__comparison_operator] = STATE(3673), + [sym__three_dot_operator] = STATE(1329), + [sym__open_ended_range_operator] = STATE(626), + [sym__additive_operator] = STATE(3673), + [sym__multiplicative_operator] = STATE(3673), + [sym__prefix_unary_operator] = STATE(629), + [sym_directly_assignable_expression] = STATE(6568), + [sym_assignment] = STATE(3677), + [sym_value_parameter_pack] = STATE(3677), + [sym_value_pack_expansion] = STATE(3677), + [sym_referenceable_operator] = STATE(3677), + [sym__equal_sign] = STATE(3673), + [sym__eq_eq] = STATE(3673), + [sym__dot] = STATE(629), + [sym__hash_symbol] = STATE(4954), + [sym_bang] = STATE(1325), + [sym__parameter_ownership_modifier] = STATE(2936), + [sym_directive] = STATE(3677), + [sym_diagnostic] = STATE(3677), + [aux_sym_raw_string_literal_repeat1] = STATE(8465), + [anon_sym_BANG] = ACTIONS(1153), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1155), + [aux_sym_simple_identifier_token2] = ACTIONS(1157), + [aux_sym_simple_identifier_token3] = ACTIONS(1157), + [aux_sym_simple_identifier_token4] = ACTIONS(1157), + [anon_sym_actor] = ACTIONS(1155), + [anon_sym_async] = ACTIONS(1155), + [anon_sym_each] = ACTIONS(1161), + [anon_sym_lazy] = ACTIONS(1155), + [anon_sym_repeat] = ACTIONS(1163), + [anon_sym_package] = ACTIONS(1155), + [anon_sym_nil] = ACTIONS(1165), + [sym_real_literal] = ACTIONS(1167), + [sym_integer_literal] = ACTIONS(1165), + [sym_hex_literal] = ACTIONS(1165), + [sym_oct_literal] = ACTIONS(1167), + [sym_bin_literal] = ACTIONS(1167), + [anon_sym_true] = ACTIONS(1169), + [anon_sym_false] = ACTIONS(1169), + [anon_sym_DQUOTE] = ACTIONS(1171), + [anon_sym_BSLASH] = ACTIONS(1173), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1175), + [sym__oneline_regex_literal] = ACTIONS(1177), + [anon_sym_LPAREN] = ACTIONS(1179), + [anon_sym_LBRACK] = ACTIONS(1181), + [anon_sym_AMP] = ACTIONS(1183), + [anon_sym_TILDE] = ACTIONS(1183), + [anon_sym_if] = ACTIONS(1185), + [anon_sym_switch] = ACTIONS(1187), + [aux_sym_custom_operator_token1] = ACTIONS(1189), + [anon_sym_LT] = ACTIONS(1191), + [anon_sym_GT] = ACTIONS(1191), + [anon_sym_await] = ACTIONS(1193), + [anon_sym_LBRACE] = ACTIONS(1195), + [anon_sym_CARET_LBRACE] = ACTIONS(1195), + [anon_sym_self] = ACTIONS(1197), + [anon_sym_super] = ACTIONS(1199), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(1203), + [anon_sym_DASH_EQ] = ACTIONS(1203), + [anon_sym_STAR_EQ] = ACTIONS(1203), + [anon_sym_SLASH_EQ] = ACTIONS(1203), + [anon_sym_PERCENT_EQ] = ACTIONS(1203), + [anon_sym_BANG_EQ] = ACTIONS(1191), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1203), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1203), + [anon_sym_LT_EQ] = ACTIONS(1203), + [anon_sym_GT_EQ] = ACTIONS(1203), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1205), + [anon_sym_DOT_DOT_LT] = ACTIONS(1207), + [anon_sym_PLUS] = ACTIONS(1209), + [anon_sym_DASH] = ACTIONS(1209), + [anon_sym_STAR] = ACTIONS(1191), + [anon_sym_SLASH] = ACTIONS(1191), + [anon_sym_PERCENT] = ACTIONS(1191), + [anon_sym_PLUS_PLUS] = ACTIONS(1183), + [anon_sym_DASH_DASH] = ACTIONS(1183), + [anon_sym_PIPE] = ACTIONS(1203), + [anon_sym_CARET] = ACTIONS(1191), + [anon_sym_LT_LT] = ACTIONS(1203), + [anon_sym_GT_GT] = ACTIONS(1203), + [anon_sym_borrowing] = ACTIONS(1155), + [anon_sym_consuming] = ACTIONS(1155), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(1211), + [sym__dot_custom] = ACTIONS(1213), + [sym__eq_custom] = ACTIONS(1203), + [sym__eq_eq_custom] = ACTIONS(1203), + [sym__plus_then_ws] = ACTIONS(1203), + [sym__minus_then_ws] = ACTIONS(1203), + [sym__bang_custom] = ACTIONS(1215), + [sym__custom_operator] = ACTIONS(1189), + [sym__hash_symbol_custom] = ACTIONS(1223), + [sym__directive_if] = ACTIONS(1219), + [sym__directive_elseif] = ACTIONS(1219), + [sym__directive_else] = ACTIONS(1221), + [sym__directive_endif] = ACTIONS(1221), + }, + [STATE(475)] = { + [sym_simple_identifier] = STATE(3463), + [sym__contextual_simple_identifier] = STATE(2936), + [sym__basic_literal] = STATE(3677), + [sym_boolean_literal] = STATE(3677), + [sym__string_literal] = STATE(3677), + [sym_line_string_literal] = STATE(3677), + [sym_multi_line_string_literal] = STATE(3677), + [sym_raw_string_literal] = STATE(3677), + [sym_regex_literal] = STATE(3677), + [sym__extended_regex_literal] = STATE(3739), + [sym__multiline_regex_literal] = STATE(3739), + [sym_user_type] = STATE(6561), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6561), + [sym_dictionary_type] = STATE(6561), + [sym_expression] = STATE(1566), + [sym_optional_chain_marker] = STATE(3677), + [sym__unary_expression] = STATE(3677), + [sym_postfix_expression] = STATE(3677), + [sym_constructor_expression] = STATE(3677), + [sym__parenthesized_type] = STATE(8461), + [sym_navigation_expression] = STATE(3677), + [sym__navigable_type_expression] = STATE(8461), + [sym_open_start_range_expression] = STATE(3677), + [sym__range_operator] = STATE(626), + [sym_open_end_range_expression] = STATE(3677), + [sym_prefix_expression] = STATE(3677), + [sym_as_expression] = STATE(3677), + [sym_selector_expression] = STATE(3677), + [sym__binary_expression] = STATE(3677), + [sym_multiplicative_expression] = STATE(3677), + [sym_additive_expression] = STATE(3677), + [sym_range_expression] = STATE(3677), + [sym_infix_expression] = STATE(3677), + [sym_nil_coalescing_expression] = STATE(3677), + [sym_check_expression] = STATE(3677), + [sym_comparison_expression] = STATE(3677), + [sym_equality_expression] = STATE(3677), + [sym_conjunction_expression] = STATE(3677), + [sym_disjunction_expression] = STATE(3677), + [sym_bitwise_operation] = STATE(3677), + [sym_custom_operator] = STATE(1325), + [sym_try_expression] = STATE(3677), + [sym_await_expression] = STATE(3677), + [sym__await_operator] = STATE(627), + [sym_ternary_expression] = STATE(3677), + [sym__expr_hack_at_ternary_binary_suffix] = STATE(3787), + [sym_expr_hack_at_ternary_binary_call] = STATE(3787), + [sym_call_expression] = STATE(3677), + [sym_macro_invocation] = STATE(3677), + [sym__primary_expression] = STATE(3677), + [sym_tuple_expression] = STATE(3677), + [sym_array_literal] = STATE(3677), + [sym_dictionary_literal] = STATE(3677), + [sym_special_literal] = STATE(3677), + [sym_playground_literal] = STATE(3677), + [sym_lambda_literal] = STATE(3677), + [sym_self_expression] = STATE(3677), + [sym_super_expression] = STATE(3677), + [sym_if_statement] = STATE(3677), + [sym_switch_statement] = STATE(3677), + [sym_key_path_expression] = STATE(3677), + [sym_key_path_string_expression] = STATE(3677), + [sym_try_operator] = STATE(628), + [sym__assignment_and_operator] = STATE(3673), + [sym__equality_operator] = STATE(3673), + [sym__comparison_operator] = STATE(3673), + [sym__three_dot_operator] = STATE(1329), + [sym__open_ended_range_operator] = STATE(626), + [sym__additive_operator] = STATE(3673), + [sym__multiplicative_operator] = STATE(3673), + [sym__prefix_unary_operator] = STATE(629), + [sym_directly_assignable_expression] = STATE(6568), + [sym_assignment] = STATE(3677), + [sym_value_parameter_pack] = STATE(3677), + [sym_value_pack_expansion] = STATE(3677), + [sym_referenceable_operator] = STATE(3677), + [sym__equal_sign] = STATE(3673), + [sym__eq_eq] = STATE(3673), + [sym__dot] = STATE(629), + [sym__hash_symbol] = STATE(4954), + [sym_bang] = STATE(1325), + [sym__parameter_ownership_modifier] = STATE(2936), + [sym_directive] = STATE(3677), + [sym_diagnostic] = STATE(3677), + [aux_sym_raw_string_literal_repeat1] = STATE(8465), + [anon_sym_BANG] = ACTIONS(1153), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1155), + [aux_sym_simple_identifier_token2] = ACTIONS(1157), + [aux_sym_simple_identifier_token3] = ACTIONS(1157), + [aux_sym_simple_identifier_token4] = ACTIONS(1157), + [anon_sym_actor] = ACTIONS(1155), + [anon_sym_async] = ACTIONS(1155), + [anon_sym_each] = ACTIONS(1161), + [anon_sym_lazy] = ACTIONS(1155), + [anon_sym_repeat] = ACTIONS(1163), + [anon_sym_package] = ACTIONS(1155), + [anon_sym_nil] = ACTIONS(1165), + [sym_real_literal] = ACTIONS(1167), + [sym_integer_literal] = ACTIONS(1165), + [sym_hex_literal] = ACTIONS(1165), + [sym_oct_literal] = ACTIONS(1167), + [sym_bin_literal] = ACTIONS(1167), + [anon_sym_true] = ACTIONS(1169), + [anon_sym_false] = ACTIONS(1169), + [anon_sym_DQUOTE] = ACTIONS(1171), + [anon_sym_BSLASH] = ACTIONS(1173), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1175), + [sym__oneline_regex_literal] = ACTIONS(1177), + [anon_sym_LPAREN] = ACTIONS(1179), + [anon_sym_LBRACK] = ACTIONS(1181), + [anon_sym_AMP] = ACTIONS(1183), + [anon_sym_TILDE] = ACTIONS(1183), + [anon_sym_if] = ACTIONS(1185), + [anon_sym_switch] = ACTIONS(1187), + [aux_sym_custom_operator_token1] = ACTIONS(1189), + [anon_sym_LT] = ACTIONS(1191), + [anon_sym_GT] = ACTIONS(1191), + [anon_sym_await] = ACTIONS(1193), + [anon_sym_LBRACE] = ACTIONS(1195), + [anon_sym_CARET_LBRACE] = ACTIONS(1195), + [anon_sym_self] = ACTIONS(1197), + [anon_sym_super] = ACTIONS(1199), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(1203), + [anon_sym_DASH_EQ] = ACTIONS(1203), + [anon_sym_STAR_EQ] = ACTIONS(1203), + [anon_sym_SLASH_EQ] = ACTIONS(1203), + [anon_sym_PERCENT_EQ] = ACTIONS(1203), + [anon_sym_BANG_EQ] = ACTIONS(1191), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1203), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1203), + [anon_sym_LT_EQ] = ACTIONS(1203), + [anon_sym_GT_EQ] = ACTIONS(1203), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1205), + [anon_sym_DOT_DOT_LT] = ACTIONS(1207), + [anon_sym_PLUS] = ACTIONS(1209), + [anon_sym_DASH] = ACTIONS(1209), + [anon_sym_STAR] = ACTIONS(1191), + [anon_sym_SLASH] = ACTIONS(1191), + [anon_sym_PERCENT] = ACTIONS(1191), + [anon_sym_PLUS_PLUS] = ACTIONS(1183), + [anon_sym_DASH_DASH] = ACTIONS(1183), + [anon_sym_PIPE] = ACTIONS(1203), + [anon_sym_CARET] = ACTIONS(1191), + [anon_sym_LT_LT] = ACTIONS(1203), + [anon_sym_GT_GT] = ACTIONS(1203), + [anon_sym_borrowing] = ACTIONS(1155), + [anon_sym_consuming] = ACTIONS(1155), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(1211), + [sym__dot_custom] = ACTIONS(1213), + [sym__eq_custom] = ACTIONS(1203), + [sym__eq_eq_custom] = ACTIONS(1203), + [sym__plus_then_ws] = ACTIONS(1203), + [sym__minus_then_ws] = ACTIONS(1203), + [sym__bang_custom] = ACTIONS(1215), + [sym__custom_operator] = ACTIONS(1189), + [sym__hash_symbol_custom] = ACTIONS(1223), + [sym__directive_if] = ACTIONS(1219), + [sym__directive_elseif] = ACTIONS(1219), + [sym__directive_else] = ACTIONS(1221), + [sym__directive_endif] = ACTIONS(1221), + }, + [STATE(476)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6602), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6602), + [sym_dictionary_type] = STATE(6602), + [sym_expression] = STATE(743), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(635), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(738), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(638), + [sym_ternary_expression] = STATE(911), + [sym__expr_hack_at_ternary_binary_suffix] = STATE(921), + [sym_expr_hack_at_ternary_binary_call] = STATE(921), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(640), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(742), + [sym__open_ended_range_operator] = STATE(635), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(644), + [sym_directly_assignable_expression] = STATE(6603), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(644), + [sym__hash_symbol] = STATE(4946), + [sym_bang] = STATE(738), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(611), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(613), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(615), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(617), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(627), + [anon_sym_TILDE] = ACTIONS(627), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(629), + [aux_sym_custom_operator_token1] = ACTIONS(631), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(635), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(641), + [anon_sym_DOT_DOT_LT] = ACTIONS(643), + [anon_sym_PLUS] = ACTIONS(645), + [anon_sym_DASH] = ACTIONS(645), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(627), + [anon_sym_DASH_DASH] = ACTIONS(627), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(647), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(649), + [sym__custom_operator] = ACTIONS(631), + [sym__hash_symbol_custom] = ACTIONS(651), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(477)] = { + [sym_simple_identifier] = STATE(3463), + [sym__contextual_simple_identifier] = STATE(2936), + [sym__basic_literal] = STATE(3677), + [sym_boolean_literal] = STATE(3677), + [sym__string_literal] = STATE(3677), + [sym_line_string_literal] = STATE(3677), + [sym_multi_line_string_literal] = STATE(3677), + [sym_raw_string_literal] = STATE(3677), + [sym_regex_literal] = STATE(3677), + [sym__extended_regex_literal] = STATE(3739), + [sym__multiline_regex_literal] = STATE(3739), + [sym_user_type] = STATE(6561), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6561), + [sym_dictionary_type] = STATE(6561), + [sym_expression] = STATE(1566), + [sym_optional_chain_marker] = STATE(3677), + [sym__unary_expression] = STATE(3677), + [sym_postfix_expression] = STATE(3677), + [sym_constructor_expression] = STATE(3677), + [sym__parenthesized_type] = STATE(8461), + [sym_navigation_expression] = STATE(3677), + [sym__navigable_type_expression] = STATE(8461), + [sym_open_start_range_expression] = STATE(3677), + [sym__range_operator] = STATE(626), + [sym_open_end_range_expression] = STATE(3677), + [sym_prefix_expression] = STATE(3677), + [sym_as_expression] = STATE(3677), + [sym_selector_expression] = STATE(3677), + [sym__binary_expression] = STATE(3677), + [sym_multiplicative_expression] = STATE(3677), + [sym_additive_expression] = STATE(3677), + [sym_range_expression] = STATE(3677), + [sym_infix_expression] = STATE(3677), + [sym_nil_coalescing_expression] = STATE(3677), + [sym_check_expression] = STATE(3677), + [sym_comparison_expression] = STATE(3677), + [sym_equality_expression] = STATE(3677), + [sym_conjunction_expression] = STATE(3677), + [sym_disjunction_expression] = STATE(3677), + [sym_bitwise_operation] = STATE(3677), + [sym_custom_operator] = STATE(1325), + [sym_try_expression] = STATE(3677), + [sym_await_expression] = STATE(3677), + [sym__await_operator] = STATE(627), + [sym_ternary_expression] = STATE(3677), + [sym__expr_hack_at_ternary_binary_suffix] = STATE(3711), + [sym_expr_hack_at_ternary_binary_call] = STATE(3711), + [sym_call_expression] = STATE(3677), + [sym_macro_invocation] = STATE(3677), + [sym__primary_expression] = STATE(3677), + [sym_tuple_expression] = STATE(3677), + [sym_array_literal] = STATE(3677), + [sym_dictionary_literal] = STATE(3677), + [sym_special_literal] = STATE(3677), + [sym_playground_literal] = STATE(3677), + [sym_lambda_literal] = STATE(3677), + [sym_self_expression] = STATE(3677), + [sym_super_expression] = STATE(3677), + [sym_if_statement] = STATE(3677), + [sym_switch_statement] = STATE(3677), + [sym_key_path_expression] = STATE(3677), + [sym_key_path_string_expression] = STATE(3677), + [sym_try_operator] = STATE(628), + [sym__assignment_and_operator] = STATE(3673), + [sym__equality_operator] = STATE(3673), + [sym__comparison_operator] = STATE(3673), + [sym__three_dot_operator] = STATE(1329), + [sym__open_ended_range_operator] = STATE(626), + [sym__additive_operator] = STATE(3673), + [sym__multiplicative_operator] = STATE(3673), + [sym__prefix_unary_operator] = STATE(629), + [sym_directly_assignable_expression] = STATE(6568), + [sym_assignment] = STATE(3677), + [sym_value_parameter_pack] = STATE(3677), + [sym_value_pack_expansion] = STATE(3677), + [sym_referenceable_operator] = STATE(3677), + [sym__equal_sign] = STATE(3673), + [sym__eq_eq] = STATE(3673), + [sym__dot] = STATE(629), + [sym__hash_symbol] = STATE(4954), + [sym_bang] = STATE(1325), + [sym__parameter_ownership_modifier] = STATE(2936), + [sym_directive] = STATE(3677), + [sym_diagnostic] = STATE(3677), + [aux_sym_raw_string_literal_repeat1] = STATE(8465), + [anon_sym_BANG] = ACTIONS(1153), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1155), + [aux_sym_simple_identifier_token2] = ACTIONS(1157), + [aux_sym_simple_identifier_token3] = ACTIONS(1157), + [aux_sym_simple_identifier_token4] = ACTIONS(1157), + [anon_sym_actor] = ACTIONS(1155), + [anon_sym_async] = ACTIONS(1155), + [anon_sym_each] = ACTIONS(1161), + [anon_sym_lazy] = ACTIONS(1155), + [anon_sym_repeat] = ACTIONS(1163), + [anon_sym_package] = ACTIONS(1155), + [anon_sym_nil] = ACTIONS(1165), + [sym_real_literal] = ACTIONS(1167), + [sym_integer_literal] = ACTIONS(1165), + [sym_hex_literal] = ACTIONS(1165), + [sym_oct_literal] = ACTIONS(1167), + [sym_bin_literal] = ACTIONS(1167), + [anon_sym_true] = ACTIONS(1169), + [anon_sym_false] = ACTIONS(1169), + [anon_sym_DQUOTE] = ACTIONS(1171), + [anon_sym_BSLASH] = ACTIONS(1173), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1175), + [sym__oneline_regex_literal] = ACTIONS(1177), + [anon_sym_LPAREN] = ACTIONS(1179), + [anon_sym_LBRACK] = ACTIONS(1181), + [anon_sym_AMP] = ACTIONS(1183), + [anon_sym_TILDE] = ACTIONS(1183), + [anon_sym_if] = ACTIONS(1185), + [anon_sym_switch] = ACTIONS(1187), + [aux_sym_custom_operator_token1] = ACTIONS(1189), + [anon_sym_LT] = ACTIONS(1191), + [anon_sym_GT] = ACTIONS(1191), + [anon_sym_await] = ACTIONS(1193), + [anon_sym_LBRACE] = ACTIONS(1195), + [anon_sym_CARET_LBRACE] = ACTIONS(1195), + [anon_sym_self] = ACTIONS(1197), + [anon_sym_super] = ACTIONS(1199), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(1203), + [anon_sym_DASH_EQ] = ACTIONS(1203), + [anon_sym_STAR_EQ] = ACTIONS(1203), + [anon_sym_SLASH_EQ] = ACTIONS(1203), + [anon_sym_PERCENT_EQ] = ACTIONS(1203), + [anon_sym_BANG_EQ] = ACTIONS(1191), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1203), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1203), + [anon_sym_LT_EQ] = ACTIONS(1203), + [anon_sym_GT_EQ] = ACTIONS(1203), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1205), + [anon_sym_DOT_DOT_LT] = ACTIONS(1207), + [anon_sym_PLUS] = ACTIONS(1209), + [anon_sym_DASH] = ACTIONS(1209), + [anon_sym_STAR] = ACTIONS(1191), + [anon_sym_SLASH] = ACTIONS(1191), + [anon_sym_PERCENT] = ACTIONS(1191), + [anon_sym_PLUS_PLUS] = ACTIONS(1183), + [anon_sym_DASH_DASH] = ACTIONS(1183), + [anon_sym_PIPE] = ACTIONS(1203), + [anon_sym_CARET] = ACTIONS(1191), + [anon_sym_LT_LT] = ACTIONS(1203), + [anon_sym_GT_GT] = ACTIONS(1203), + [anon_sym_borrowing] = ACTIONS(1155), + [anon_sym_consuming] = ACTIONS(1155), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(1211), + [sym__dot_custom] = ACTIONS(1213), + [sym__eq_custom] = ACTIONS(1203), + [sym__eq_eq_custom] = ACTIONS(1203), + [sym__plus_then_ws] = ACTIONS(1203), + [sym__minus_then_ws] = ACTIONS(1203), + [sym__bang_custom] = ACTIONS(1215), + [sym__custom_operator] = ACTIONS(1189), + [sym__hash_symbol_custom] = ACTIONS(1223), + [sym__directive_if] = ACTIONS(1219), + [sym__directive_elseif] = ACTIONS(1219), + [sym__directive_else] = ACTIONS(1221), + [sym__directive_endif] = ACTIONS(1221), + }, + [STATE(478)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6602), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6602), + [sym_dictionary_type] = STATE(6602), + [sym_expression] = STATE(743), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(635), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(738), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(638), + [sym_ternary_expression] = STATE(911), + [sym__expr_hack_at_ternary_binary_suffix] = STATE(923), + [sym_expr_hack_at_ternary_binary_call] = STATE(923), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(640), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(742), + [sym__open_ended_range_operator] = STATE(635), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(644), + [sym_directly_assignable_expression] = STATE(6603), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(644), + [sym__hash_symbol] = STATE(4946), + [sym_bang] = STATE(738), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(611), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(613), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(615), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(617), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(627), + [anon_sym_TILDE] = ACTIONS(627), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(629), + [aux_sym_custom_operator_token1] = ACTIONS(631), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(635), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(641), + [anon_sym_DOT_DOT_LT] = ACTIONS(643), + [anon_sym_PLUS] = ACTIONS(645), + [anon_sym_DASH] = ACTIONS(645), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(627), + [anon_sym_DASH_DASH] = ACTIONS(627), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(647), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(649), + [sym__custom_operator] = ACTIONS(631), + [sym__hash_symbol_custom] = ACTIONS(651), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(479)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6602), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6602), + [sym_dictionary_type] = STATE(6602), + [sym_expression] = STATE(743), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(635), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(738), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(638), + [sym_ternary_expression] = STATE(911), + [sym__expr_hack_at_ternary_binary_suffix] = STATE(924), + [sym_expr_hack_at_ternary_binary_call] = STATE(924), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(640), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(742), + [sym__open_ended_range_operator] = STATE(635), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(644), + [sym_directly_assignable_expression] = STATE(6603), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(644), + [sym__hash_symbol] = STATE(4946), + [sym_bang] = STATE(738), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(611), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(613), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(615), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(617), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(627), + [anon_sym_TILDE] = ACTIONS(627), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(629), + [aux_sym_custom_operator_token1] = ACTIONS(631), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(635), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(641), + [anon_sym_DOT_DOT_LT] = ACTIONS(643), + [anon_sym_PLUS] = ACTIONS(645), + [anon_sym_DASH] = ACTIONS(645), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(627), + [anon_sym_DASH_DASH] = ACTIONS(627), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(647), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(649), + [sym__custom_operator] = ACTIONS(631), + [sym__hash_symbol_custom] = ACTIONS(651), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(480)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6602), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6602), + [sym_dictionary_type] = STATE(6602), + [sym_expression] = STATE(743), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(635), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(738), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(638), + [sym_ternary_expression] = STATE(911), + [sym__expr_hack_at_ternary_binary_suffix] = STATE(925), + [sym_expr_hack_at_ternary_binary_call] = STATE(925), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(640), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(742), + [sym__open_ended_range_operator] = STATE(635), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(644), + [sym_directly_assignable_expression] = STATE(6603), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(644), + [sym__hash_symbol] = STATE(4946), + [sym_bang] = STATE(738), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(611), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(613), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(615), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(617), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(627), + [anon_sym_TILDE] = ACTIONS(627), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(629), + [aux_sym_custom_operator_token1] = ACTIONS(631), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(635), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(641), + [anon_sym_DOT_DOT_LT] = ACTIONS(643), + [anon_sym_PLUS] = ACTIONS(645), + [anon_sym_DASH] = ACTIONS(645), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(627), + [anon_sym_DASH_DASH] = ACTIONS(627), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(647), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(649), + [sym__custom_operator] = ACTIONS(631), + [sym__hash_symbol_custom] = ACTIONS(651), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(481)] = { + [sym_simple_identifier] = STATE(2939), + [sym__contextual_simple_identifier] = STATE(2778), + [sym__basic_literal] = STATE(3483), + [sym_boolean_literal] = STATE(3483), + [sym__string_literal] = STATE(3483), + [sym_line_string_literal] = STATE(3483), + [sym_multi_line_string_literal] = STATE(3483), + [sym_raw_string_literal] = STATE(3483), + [sym_regex_literal] = STATE(3483), + [sym__extended_regex_literal] = STATE(3437), + [sym__multiline_regex_literal] = STATE(3437), + [sym_user_type] = STATE(6567), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6567), + [sym_dictionary_type] = STATE(6567), + [sym_expression] = STATE(1634), + [sym_optional_chain_marker] = STATE(3483), + [sym__unary_expression] = STATE(3483), + [sym_postfix_expression] = STATE(3483), + [sym_constructor_expression] = STATE(3483), + [sym__parenthesized_type] = STATE(7825), + [sym_navigation_expression] = STATE(3483), + [sym__navigable_type_expression] = STATE(7825), + [sym_open_start_range_expression] = STATE(3483), + [sym__range_operator] = STATE(645), + [sym_open_end_range_expression] = STATE(3483), + [sym_prefix_expression] = STATE(3483), + [sym_as_expression] = STATE(3483), + [sym_selector_expression] = STATE(3483), + [sym__binary_expression] = STATE(3483), + [sym_multiplicative_expression] = STATE(3483), + [sym_additive_expression] = STATE(3483), + [sym_range_expression] = STATE(3483), + [sym_infix_expression] = STATE(3483), + [sym_nil_coalescing_expression] = STATE(3483), + [sym_check_expression] = STATE(3483), + [sym_comparison_expression] = STATE(3483), + [sym_equality_expression] = STATE(3483), + [sym_conjunction_expression] = STATE(3483), + [sym_disjunction_expression] = STATE(3483), + [sym_bitwise_operation] = STATE(3483), + [sym_custom_operator] = STATE(1227), + [sym_try_expression] = STATE(3483), + [sym_await_expression] = STATE(3483), + [sym__await_operator] = STATE(600), + [sym_ternary_expression] = STATE(3483), + [sym_call_expression] = STATE(3483), + [sym_macro_invocation] = STATE(3483), + [sym__primary_expression] = STATE(3483), + [sym_tuple_expression] = STATE(3483), + [sym_array_literal] = STATE(3483), + [sym_dictionary_literal] = STATE(3483), + [sym_special_literal] = STATE(3483), + [sym_playground_literal] = STATE(3483), + [sym_lambda_literal] = STATE(3483), + [sym_self_expression] = STATE(3483), + [sym_super_expression] = STATE(3483), + [sym_if_statement] = STATE(3483), + [sym_switch_statement] = STATE(3483), + [sym_key_path_expression] = STATE(3483), + [sym_key_path_string_expression] = STATE(3483), + [sym_try_operator] = STATE(650), + [sym__assignment_and_operator] = STATE(3154), + [sym__equality_operator] = STATE(3154), + [sym__comparison_operator] = STATE(3154), + [sym__three_dot_operator] = STATE(1215), + [sym__open_ended_range_operator] = STATE(645), + [sym__additive_operator] = STATE(3154), + [sym__multiplicative_operator] = STATE(3154), + [sym__prefix_unary_operator] = STATE(663), + [sym_directly_assignable_expression] = STATE(6569), + [sym__for_statement_collection] = STATE(7393), + [sym_for_statement_await] = STATE(7393), + [sym_assignment] = STATE(3483), + [sym_value_parameter_pack] = STATE(3483), + [sym_value_pack_expansion] = STATE(3483), + [sym_referenceable_operator] = STATE(3483), + [sym__equal_sign] = STATE(3154), + [sym__eq_eq] = STATE(3154), + [sym__dot] = STATE(663), + [sym__hash_symbol] = STATE(4956), + [sym_bang] = STATE(1227), + [sym__parameter_ownership_modifier] = STATE(2778), + [sym_directive] = STATE(3483), + [sym_diagnostic] = STATE(3483), + [aux_sym_raw_string_literal_repeat1] = STATE(7865), + [anon_sym_BANG] = ACTIONS(939), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(941), + [aux_sym_simple_identifier_token2] = ACTIONS(943), + [aux_sym_simple_identifier_token3] = ACTIONS(943), + [aux_sym_simple_identifier_token4] = ACTIONS(943), + [anon_sym_actor] = ACTIONS(941), + [anon_sym_async] = ACTIONS(941), + [anon_sym_each] = ACTIONS(945), + [anon_sym_lazy] = ACTIONS(941), + [anon_sym_repeat] = ACTIONS(947), + [anon_sym_package] = ACTIONS(941), + [anon_sym_nil] = ACTIONS(949), + [sym_real_literal] = ACTIONS(951), + [sym_integer_literal] = ACTIONS(949), + [sym_hex_literal] = ACTIONS(949), + [sym_oct_literal] = ACTIONS(951), + [sym_bin_literal] = ACTIONS(951), + [anon_sym_true] = ACTIONS(953), + [anon_sym_false] = ACTIONS(953), + [anon_sym_DQUOTE] = ACTIONS(955), + [anon_sym_BSLASH] = ACTIONS(957), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(959), + [sym__oneline_regex_literal] = ACTIONS(961), + [anon_sym_LPAREN] = ACTIONS(1145), + [anon_sym_LBRACK] = ACTIONS(965), + [anon_sym_AMP] = ACTIONS(967), + [anon_sym_TILDE] = ACTIONS(967), + [anon_sym_if] = ACTIONS(969), + [anon_sym_switch] = ACTIONS(971), + [aux_sym_custom_operator_token1] = ACTIONS(973), + [anon_sym_LT] = ACTIONS(975), + [anon_sym_GT] = ACTIONS(975), + [anon_sym_await] = ACTIONS(1536), + [anon_sym_LBRACE] = ACTIONS(979), + [anon_sym_CARET_LBRACE] = ACTIONS(979), + [anon_sym_self] = ACTIONS(981), + [anon_sym_super] = ACTIONS(983), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(987), + [anon_sym_DASH_EQ] = ACTIONS(987), + [anon_sym_STAR_EQ] = ACTIONS(987), + [anon_sym_SLASH_EQ] = ACTIONS(987), + [anon_sym_PERCENT_EQ] = ACTIONS(987), + [anon_sym_BANG_EQ] = ACTIONS(975), + [anon_sym_BANG_EQ_EQ] = ACTIONS(987), + [anon_sym_EQ_EQ_EQ] = ACTIONS(987), + [anon_sym_LT_EQ] = ACTIONS(987), + [anon_sym_GT_EQ] = ACTIONS(987), + [anon_sym_DOT_DOT_DOT] = ACTIONS(989), + [anon_sym_DOT_DOT_LT] = ACTIONS(991), + [anon_sym_PLUS] = ACTIONS(995), + [anon_sym_DASH] = ACTIONS(995), + [anon_sym_STAR] = ACTIONS(975), + [anon_sym_SLASH] = ACTIONS(975), + [anon_sym_PERCENT] = ACTIONS(975), + [anon_sym_PLUS_PLUS] = ACTIONS(967), + [anon_sym_DASH_DASH] = ACTIONS(967), + [anon_sym_PIPE] = ACTIONS(987), + [anon_sym_CARET] = ACTIONS(975), + [anon_sym_LT_LT] = ACTIONS(987), + [anon_sym_GT_GT] = ACTIONS(987), + [anon_sym_borrowing] = ACTIONS(941), + [anon_sym_consuming] = ACTIONS(941), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(999), + [sym__dot_custom] = ACTIONS(1147), + [sym__eq_custom] = ACTIONS(987), + [sym__eq_eq_custom] = ACTIONS(987), + [sym__plus_then_ws] = ACTIONS(987), + [sym__minus_then_ws] = ACTIONS(987), + [sym__bang_custom] = ACTIONS(1003), + [sym__custom_operator] = ACTIONS(973), + [sym__hash_symbol_custom] = ACTIONS(1005), + [sym__directive_if] = ACTIONS(1007), + [sym__directive_elseif] = ACTIONS(1007), + [sym__directive_else] = ACTIONS(1009), + [sym__directive_endif] = ACTIONS(1009), + }, + [STATE(482)] = { + [sym_simple_identifier] = STATE(2915), + [sym__contextual_simple_identifier] = STATE(2805), + [sym__basic_literal] = STATE(3407), + [sym_boolean_literal] = STATE(3407), + [sym__string_literal] = STATE(3407), + [sym_line_string_literal] = STATE(3407), + [sym_multi_line_string_literal] = STATE(3407), + [sym_raw_string_literal] = STATE(3407), + [sym_regex_literal] = STATE(3407), + [sym__extended_regex_literal] = STATE(3399), + [sym__multiline_regex_literal] = STATE(3399), + [sym_user_type] = STATE(6574), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6574), + [sym_dictionary_type] = STATE(6574), + [sym_expression] = STATE(1518), + [sym_optional_chain_marker] = STATE(3407), + [sym__unary_expression] = STATE(3407), + [sym_postfix_expression] = STATE(3407), + [sym_constructor_expression] = STATE(3407), + [sym__parenthesized_type] = STATE(7731), + [sym_navigation_expression] = STATE(3407), + [sym__navigable_type_expression] = STATE(7731), + [sym_open_start_range_expression] = STATE(3407), + [sym__range_operator] = STATE(658), + [sym_open_end_range_expression] = STATE(3407), + [sym_prefix_expression] = STATE(3407), + [sym_as_expression] = STATE(3407), + [sym_selector_expression] = STATE(3407), + [sym__binary_expression] = STATE(3407), + [sym_multiplicative_expression] = STATE(3407), + [sym_additive_expression] = STATE(3407), + [sym_range_expression] = STATE(3407), + [sym_infix_expression] = STATE(3407), + [sym_nil_coalescing_expression] = STATE(3407), + [sym_check_expression] = STATE(3407), + [sym_comparison_expression] = STATE(3407), + [sym_equality_expression] = STATE(3407), + [sym_conjunction_expression] = STATE(3407), + [sym_disjunction_expression] = STATE(3407), + [sym_bitwise_operation] = STATE(3407), + [sym_custom_operator] = STATE(1194), + [sym_try_expression] = STATE(3407), + [sym_await_expression] = STATE(3407), + [sym__await_operator] = STATE(692), + [sym_ternary_expression] = STATE(3407), + [sym__expr_hack_at_ternary_binary_suffix] = STATE(3606), + [sym_expr_hack_at_ternary_binary_call] = STATE(3606), + [sym_call_expression] = STATE(3407), + [sym_macro_invocation] = STATE(3407), + [sym__primary_expression] = STATE(3407), + [sym_tuple_expression] = STATE(3407), + [sym_array_literal] = STATE(3407), + [sym_dictionary_literal] = STATE(3407), + [sym_special_literal] = STATE(3407), + [sym_playground_literal] = STATE(3407), + [sym_lambda_literal] = STATE(3407), + [sym_self_expression] = STATE(3407), + [sym_super_expression] = STATE(3407), + [sym_if_statement] = STATE(3407), + [sym_switch_statement] = STATE(3407), + [sym_key_path_expression] = STATE(3407), + [sym_key_path_string_expression] = STATE(3407), + [sym_try_operator] = STATE(708), + [sym__assignment_and_operator] = STATE(3269), + [sym__equality_operator] = STATE(3269), + [sym__comparison_operator] = STATE(3269), + [sym__three_dot_operator] = STATE(1211), + [sym__open_ended_range_operator] = STATE(658), + [sym__additive_operator] = STATE(3269), + [sym__multiplicative_operator] = STATE(3269), + [sym__prefix_unary_operator] = STATE(595), + [sym_directly_assignable_expression] = STATE(6607), + [sym_assignment] = STATE(3407), + [sym_value_parameter_pack] = STATE(3407), + [sym_value_pack_expansion] = STATE(3407), + [sym_referenceable_operator] = STATE(3407), + [sym__equal_sign] = STATE(3269), + [sym__eq_eq] = STATE(3269), + [sym__dot] = STATE(595), + [sym__hash_symbol] = STATE(4958), + [sym_bang] = STATE(1194), + [sym__parameter_ownership_modifier] = STATE(2805), + [sym_directive] = STATE(3407), + [sym_diagnostic] = STATE(3407), + [aux_sym_raw_string_literal_repeat1] = STATE(7737), + [anon_sym_BANG] = ACTIONS(1077), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1079), + [aux_sym_simple_identifier_token2] = ACTIONS(1081), + [aux_sym_simple_identifier_token3] = ACTIONS(1081), + [aux_sym_simple_identifier_token4] = ACTIONS(1081), + [anon_sym_actor] = ACTIONS(1079), + [anon_sym_async] = ACTIONS(1079), + [anon_sym_each] = ACTIONS(1083), + [anon_sym_lazy] = ACTIONS(1079), + [anon_sym_repeat] = ACTIONS(1085), + [anon_sym_package] = ACTIONS(1079), + [anon_sym_nil] = ACTIONS(1087), + [sym_real_literal] = ACTIONS(1089), + [sym_integer_literal] = ACTIONS(1087), + [sym_hex_literal] = ACTIONS(1087), + [sym_oct_literal] = ACTIONS(1089), + [sym_bin_literal] = ACTIONS(1089), + [anon_sym_true] = ACTIONS(1091), + [anon_sym_false] = ACTIONS(1091), + [anon_sym_DQUOTE] = ACTIONS(1093), + [anon_sym_BSLASH] = ACTIONS(1095), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1097), + [sym__oneline_regex_literal] = ACTIONS(1099), + [anon_sym_LPAREN] = ACTIONS(1101), + [anon_sym_LBRACK] = ACTIONS(1103), + [anon_sym_AMP] = ACTIONS(1105), + [anon_sym_TILDE] = ACTIONS(1105), + [anon_sym_if] = ACTIONS(1107), + [anon_sym_switch] = ACTIONS(1109), + [aux_sym_custom_operator_token1] = ACTIONS(1111), + [anon_sym_LT] = ACTIONS(1113), + [anon_sym_GT] = ACTIONS(1113), + [anon_sym_await] = ACTIONS(1115), + [anon_sym_LBRACE] = ACTIONS(1117), + [anon_sym_CARET_LBRACE] = ACTIONS(1117), + [anon_sym_self] = ACTIONS(1119), + [anon_sym_super] = ACTIONS(1121), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(1123), + [anon_sym_DASH_EQ] = ACTIONS(1123), + [anon_sym_STAR_EQ] = ACTIONS(1123), + [anon_sym_SLASH_EQ] = ACTIONS(1123), + [anon_sym_PERCENT_EQ] = ACTIONS(1123), + [anon_sym_BANG_EQ] = ACTIONS(1113), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1123), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1123), + [anon_sym_LT_EQ] = ACTIONS(1123), + [anon_sym_GT_EQ] = ACTIONS(1123), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1125), + [anon_sym_DOT_DOT_LT] = ACTIONS(1127), + [anon_sym_PLUS] = ACTIONS(1129), + [anon_sym_DASH] = ACTIONS(1129), + [anon_sym_STAR] = ACTIONS(1113), + [anon_sym_SLASH] = ACTIONS(1113), + [anon_sym_PERCENT] = ACTIONS(1113), + [anon_sym_PLUS_PLUS] = ACTIONS(1105), + [anon_sym_DASH_DASH] = ACTIONS(1105), + [anon_sym_PIPE] = ACTIONS(1123), + [anon_sym_CARET] = ACTIONS(1113), + [anon_sym_LT_LT] = ACTIONS(1123), + [anon_sym_GT_GT] = ACTIONS(1123), + [anon_sym_borrowing] = ACTIONS(1079), + [anon_sym_consuming] = ACTIONS(1079), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(1131), + [sym__dot_custom] = ACTIONS(1133), + [sym__eq_custom] = ACTIONS(1123), + [sym__eq_eq_custom] = ACTIONS(1123), + [sym__plus_then_ws] = ACTIONS(1123), + [sym__minus_then_ws] = ACTIONS(1123), + [sym__bang_custom] = ACTIONS(1135), + [sym__custom_operator] = ACTIONS(1111), + [sym__hash_symbol_custom] = ACTIONS(1137), + [sym__directive_if] = ACTIONS(1139), + [sym__directive_elseif] = ACTIONS(1139), + [sym__directive_else] = ACTIONS(1141), + [sym__directive_endif] = ACTIONS(1141), + }, + [STATE(483)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1645), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [anon_sym_getter_COLON] = ACTIONS(1554), + [anon_sym_setter_COLON] = ACTIONS(1554), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(484)] = { + [sym_simple_identifier] = STATE(2939), + [sym__contextual_simple_identifier] = STATE(2778), + [sym__basic_literal] = STATE(3483), + [sym_boolean_literal] = STATE(3483), + [sym__string_literal] = STATE(3483), + [sym_line_string_literal] = STATE(3483), + [sym_multi_line_string_literal] = STATE(3483), + [sym_raw_string_literal] = STATE(3483), + [sym_regex_literal] = STATE(3483), + [sym__extended_regex_literal] = STATE(3437), + [sym__multiline_regex_literal] = STATE(3437), + [sym_user_type] = STATE(6567), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6567), + [sym_dictionary_type] = STATE(6567), + [sym_expression] = STATE(1634), + [sym_optional_chain_marker] = STATE(3483), + [sym__unary_expression] = STATE(3483), + [sym_postfix_expression] = STATE(3483), + [sym_constructor_expression] = STATE(3483), + [sym__parenthesized_type] = STATE(7825), + [sym_navigation_expression] = STATE(3483), + [sym__navigable_type_expression] = STATE(7825), + [sym_open_start_range_expression] = STATE(3483), + [sym__range_operator] = STATE(645), + [sym_open_end_range_expression] = STATE(3483), + [sym_prefix_expression] = STATE(3483), + [sym_as_expression] = STATE(3483), + [sym_selector_expression] = STATE(3483), + [sym__binary_expression] = STATE(3483), + [sym_multiplicative_expression] = STATE(3483), + [sym_additive_expression] = STATE(3483), + [sym_range_expression] = STATE(3483), + [sym_infix_expression] = STATE(3483), + [sym_nil_coalescing_expression] = STATE(3483), + [sym_check_expression] = STATE(3483), + [sym_comparison_expression] = STATE(3483), + [sym_equality_expression] = STATE(3483), + [sym_conjunction_expression] = STATE(3483), + [sym_disjunction_expression] = STATE(3483), + [sym_bitwise_operation] = STATE(3483), + [sym_custom_operator] = STATE(1227), + [sym_try_expression] = STATE(3483), + [sym_await_expression] = STATE(3483), + [sym__await_operator] = STATE(600), + [sym_ternary_expression] = STATE(3483), + [sym_call_expression] = STATE(3483), + [sym_macro_invocation] = STATE(3483), + [sym__primary_expression] = STATE(3483), + [sym_tuple_expression] = STATE(3483), + [sym_array_literal] = STATE(3483), + [sym_dictionary_literal] = STATE(3483), + [sym_special_literal] = STATE(3483), + [sym_playground_literal] = STATE(3483), + [sym_lambda_literal] = STATE(3483), + [sym_self_expression] = STATE(3483), + [sym_super_expression] = STATE(3483), + [sym_if_statement] = STATE(3483), + [sym_switch_statement] = STATE(3483), + [sym_key_path_expression] = STATE(3483), + [sym_key_path_string_expression] = STATE(3483), + [sym_try_operator] = STATE(650), + [sym__assignment_and_operator] = STATE(3154), + [sym__equality_operator] = STATE(3154), + [sym__comparison_operator] = STATE(3154), + [sym__three_dot_operator] = STATE(1215), + [sym__open_ended_range_operator] = STATE(645), + [sym__additive_operator] = STATE(3154), + [sym__multiplicative_operator] = STATE(3154), + [sym__prefix_unary_operator] = STATE(663), + [sym_directly_assignable_expression] = STATE(6569), + [sym__for_statement_collection] = STATE(7479), + [sym_for_statement_await] = STATE(7479), + [sym_assignment] = STATE(3483), + [sym_value_parameter_pack] = STATE(3483), + [sym_value_pack_expansion] = STATE(3483), + [sym_referenceable_operator] = STATE(3483), + [sym__equal_sign] = STATE(3154), + [sym__eq_eq] = STATE(3154), + [sym__dot] = STATE(663), + [sym__hash_symbol] = STATE(4956), + [sym_bang] = STATE(1227), + [sym__parameter_ownership_modifier] = STATE(2778), + [sym_directive] = STATE(3483), + [sym_diagnostic] = STATE(3483), + [aux_sym_raw_string_literal_repeat1] = STATE(7865), + [anon_sym_BANG] = ACTIONS(939), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(941), + [aux_sym_simple_identifier_token2] = ACTIONS(943), + [aux_sym_simple_identifier_token3] = ACTIONS(943), + [aux_sym_simple_identifier_token4] = ACTIONS(943), + [anon_sym_actor] = ACTIONS(941), + [anon_sym_async] = ACTIONS(941), + [anon_sym_each] = ACTIONS(945), + [anon_sym_lazy] = ACTIONS(941), + [anon_sym_repeat] = ACTIONS(947), + [anon_sym_package] = ACTIONS(941), + [anon_sym_nil] = ACTIONS(949), + [sym_real_literal] = ACTIONS(951), + [sym_integer_literal] = ACTIONS(949), + [sym_hex_literal] = ACTIONS(949), + [sym_oct_literal] = ACTIONS(951), + [sym_bin_literal] = ACTIONS(951), + [anon_sym_true] = ACTIONS(953), + [anon_sym_false] = ACTIONS(953), + [anon_sym_DQUOTE] = ACTIONS(955), + [anon_sym_BSLASH] = ACTIONS(957), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(959), + [sym__oneline_regex_literal] = ACTIONS(961), + [anon_sym_LPAREN] = ACTIONS(1145), + [anon_sym_LBRACK] = ACTIONS(965), + [anon_sym_AMP] = ACTIONS(967), + [anon_sym_TILDE] = ACTIONS(967), + [anon_sym_if] = ACTIONS(969), + [anon_sym_switch] = ACTIONS(971), + [aux_sym_custom_operator_token1] = ACTIONS(973), + [anon_sym_LT] = ACTIONS(975), + [anon_sym_GT] = ACTIONS(975), + [anon_sym_await] = ACTIONS(1536), + [anon_sym_LBRACE] = ACTIONS(979), + [anon_sym_CARET_LBRACE] = ACTIONS(979), + [anon_sym_self] = ACTIONS(981), + [anon_sym_super] = ACTIONS(983), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(987), + [anon_sym_DASH_EQ] = ACTIONS(987), + [anon_sym_STAR_EQ] = ACTIONS(987), + [anon_sym_SLASH_EQ] = ACTIONS(987), + [anon_sym_PERCENT_EQ] = ACTIONS(987), + [anon_sym_BANG_EQ] = ACTIONS(975), + [anon_sym_BANG_EQ_EQ] = ACTIONS(987), + [anon_sym_EQ_EQ_EQ] = ACTIONS(987), + [anon_sym_LT_EQ] = ACTIONS(987), + [anon_sym_GT_EQ] = ACTIONS(987), + [anon_sym_DOT_DOT_DOT] = ACTIONS(989), + [anon_sym_DOT_DOT_LT] = ACTIONS(991), + [anon_sym_PLUS] = ACTIONS(995), + [anon_sym_DASH] = ACTIONS(995), + [anon_sym_STAR] = ACTIONS(975), + [anon_sym_SLASH] = ACTIONS(975), + [anon_sym_PERCENT] = ACTIONS(975), + [anon_sym_PLUS_PLUS] = ACTIONS(967), + [anon_sym_DASH_DASH] = ACTIONS(967), + [anon_sym_PIPE] = ACTIONS(987), + [anon_sym_CARET] = ACTIONS(975), + [anon_sym_LT_LT] = ACTIONS(987), + [anon_sym_GT_GT] = ACTIONS(987), + [anon_sym_borrowing] = ACTIONS(941), + [anon_sym_consuming] = ACTIONS(941), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(999), + [sym__dot_custom] = ACTIONS(1147), + [sym__eq_custom] = ACTIONS(987), + [sym__eq_eq_custom] = ACTIONS(987), + [sym__plus_then_ws] = ACTIONS(987), + [sym__minus_then_ws] = ACTIONS(987), + [sym__bang_custom] = ACTIONS(1003), + [sym__custom_operator] = ACTIONS(973), + [sym__hash_symbol_custom] = ACTIONS(1005), + [sym__directive_if] = ACTIONS(1007), + [sym__directive_elseif] = ACTIONS(1007), + [sym__directive_else] = ACTIONS(1009), + [sym__directive_endif] = ACTIONS(1009), + }, + [STATE(485)] = { + [sym_simple_identifier] = STATE(2939), + [sym__contextual_simple_identifier] = STATE(2778), + [sym__basic_literal] = STATE(3483), + [sym_boolean_literal] = STATE(3483), + [sym__string_literal] = STATE(3483), + [sym_line_string_literal] = STATE(3483), + [sym_multi_line_string_literal] = STATE(3483), + [sym_raw_string_literal] = STATE(3483), + [sym_regex_literal] = STATE(3483), + [sym__extended_regex_literal] = STATE(3437), + [sym__multiline_regex_literal] = STATE(3437), + [sym_user_type] = STATE(6567), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6567), + [sym_dictionary_type] = STATE(6567), + [sym_expression] = STATE(1634), + [sym_optional_chain_marker] = STATE(3483), + [sym__unary_expression] = STATE(3483), + [sym_postfix_expression] = STATE(3483), + [sym_constructor_expression] = STATE(3483), + [sym__parenthesized_type] = STATE(7825), + [sym_navigation_expression] = STATE(3483), + [sym__navigable_type_expression] = STATE(7825), + [sym_open_start_range_expression] = STATE(3483), + [sym__range_operator] = STATE(645), + [sym_open_end_range_expression] = STATE(3483), + [sym_prefix_expression] = STATE(3483), + [sym_as_expression] = STATE(3483), + [sym_selector_expression] = STATE(3483), + [sym__binary_expression] = STATE(3483), + [sym_multiplicative_expression] = STATE(3483), + [sym_additive_expression] = STATE(3483), + [sym_range_expression] = STATE(3483), + [sym_infix_expression] = STATE(3483), + [sym_nil_coalescing_expression] = STATE(3483), + [sym_check_expression] = STATE(3483), + [sym_comparison_expression] = STATE(3483), + [sym_equality_expression] = STATE(3483), + [sym_conjunction_expression] = STATE(3483), + [sym_disjunction_expression] = STATE(3483), + [sym_bitwise_operation] = STATE(3483), + [sym_custom_operator] = STATE(1227), + [sym_try_expression] = STATE(3483), + [sym_await_expression] = STATE(3483), + [sym__await_operator] = STATE(600), + [sym_ternary_expression] = STATE(3483), + [sym_call_expression] = STATE(3483), + [sym_macro_invocation] = STATE(3483), + [sym__primary_expression] = STATE(3483), + [sym_tuple_expression] = STATE(3483), + [sym_array_literal] = STATE(3483), + [sym_dictionary_literal] = STATE(3483), + [sym_special_literal] = STATE(3483), + [sym_playground_literal] = STATE(3483), + [sym_lambda_literal] = STATE(3483), + [sym_self_expression] = STATE(3483), + [sym_super_expression] = STATE(3483), + [sym_if_statement] = STATE(3483), + [sym_switch_statement] = STATE(3483), + [sym_key_path_expression] = STATE(3483), + [sym_key_path_string_expression] = STATE(3483), + [sym_try_operator] = STATE(650), + [sym__assignment_and_operator] = STATE(3154), + [sym__equality_operator] = STATE(3154), + [sym__comparison_operator] = STATE(3154), + [sym__three_dot_operator] = STATE(1215), + [sym__open_ended_range_operator] = STATE(645), + [sym__additive_operator] = STATE(3154), + [sym__multiplicative_operator] = STATE(3154), + [sym__prefix_unary_operator] = STATE(663), + [sym_directly_assignable_expression] = STATE(6569), + [sym__for_statement_collection] = STATE(7481), + [sym_for_statement_await] = STATE(7481), + [sym_assignment] = STATE(3483), + [sym_value_parameter_pack] = STATE(3483), + [sym_value_pack_expansion] = STATE(3483), + [sym_referenceable_operator] = STATE(3483), + [sym__equal_sign] = STATE(3154), + [sym__eq_eq] = STATE(3154), + [sym__dot] = STATE(663), + [sym__hash_symbol] = STATE(4956), + [sym_bang] = STATE(1227), + [sym__parameter_ownership_modifier] = STATE(2778), + [sym_directive] = STATE(3483), + [sym_diagnostic] = STATE(3483), + [aux_sym_raw_string_literal_repeat1] = STATE(7865), + [anon_sym_BANG] = ACTIONS(939), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(941), + [aux_sym_simple_identifier_token2] = ACTIONS(943), + [aux_sym_simple_identifier_token3] = ACTIONS(943), + [aux_sym_simple_identifier_token4] = ACTIONS(943), + [anon_sym_actor] = ACTIONS(941), + [anon_sym_async] = ACTIONS(941), + [anon_sym_each] = ACTIONS(945), + [anon_sym_lazy] = ACTIONS(941), + [anon_sym_repeat] = ACTIONS(947), + [anon_sym_package] = ACTIONS(941), + [anon_sym_nil] = ACTIONS(949), + [sym_real_literal] = ACTIONS(951), + [sym_integer_literal] = ACTIONS(949), + [sym_hex_literal] = ACTIONS(949), + [sym_oct_literal] = ACTIONS(951), + [sym_bin_literal] = ACTIONS(951), + [anon_sym_true] = ACTIONS(953), + [anon_sym_false] = ACTIONS(953), + [anon_sym_DQUOTE] = ACTIONS(955), + [anon_sym_BSLASH] = ACTIONS(957), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(959), + [sym__oneline_regex_literal] = ACTIONS(961), + [anon_sym_LPAREN] = ACTIONS(1145), + [anon_sym_LBRACK] = ACTIONS(965), + [anon_sym_AMP] = ACTIONS(967), + [anon_sym_TILDE] = ACTIONS(967), + [anon_sym_if] = ACTIONS(969), + [anon_sym_switch] = ACTIONS(971), + [aux_sym_custom_operator_token1] = ACTIONS(973), + [anon_sym_LT] = ACTIONS(975), + [anon_sym_GT] = ACTIONS(975), + [anon_sym_await] = ACTIONS(1536), + [anon_sym_LBRACE] = ACTIONS(979), + [anon_sym_CARET_LBRACE] = ACTIONS(979), + [anon_sym_self] = ACTIONS(981), + [anon_sym_super] = ACTIONS(983), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(987), + [anon_sym_DASH_EQ] = ACTIONS(987), + [anon_sym_STAR_EQ] = ACTIONS(987), + [anon_sym_SLASH_EQ] = ACTIONS(987), + [anon_sym_PERCENT_EQ] = ACTIONS(987), + [anon_sym_BANG_EQ] = ACTIONS(975), + [anon_sym_BANG_EQ_EQ] = ACTIONS(987), + [anon_sym_EQ_EQ_EQ] = ACTIONS(987), + [anon_sym_LT_EQ] = ACTIONS(987), + [anon_sym_GT_EQ] = ACTIONS(987), + [anon_sym_DOT_DOT_DOT] = ACTIONS(989), + [anon_sym_DOT_DOT_LT] = ACTIONS(991), + [anon_sym_PLUS] = ACTIONS(995), + [anon_sym_DASH] = ACTIONS(995), + [anon_sym_STAR] = ACTIONS(975), + [anon_sym_SLASH] = ACTIONS(975), + [anon_sym_PERCENT] = ACTIONS(975), + [anon_sym_PLUS_PLUS] = ACTIONS(967), + [anon_sym_DASH_DASH] = ACTIONS(967), + [anon_sym_PIPE] = ACTIONS(987), + [anon_sym_CARET] = ACTIONS(975), + [anon_sym_LT_LT] = ACTIONS(987), + [anon_sym_GT_GT] = ACTIONS(987), + [anon_sym_borrowing] = ACTIONS(941), + [anon_sym_consuming] = ACTIONS(941), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(999), + [sym__dot_custom] = ACTIONS(1147), + [sym__eq_custom] = ACTIONS(987), + [sym__eq_eq_custom] = ACTIONS(987), + [sym__plus_then_ws] = ACTIONS(987), + [sym__minus_then_ws] = ACTIONS(987), + [sym__bang_custom] = ACTIONS(1003), + [sym__custom_operator] = ACTIONS(973), + [sym__hash_symbol_custom] = ACTIONS(1005), + [sym__directive_if] = ACTIONS(1007), + [sym__directive_elseif] = ACTIONS(1007), + [sym__directive_else] = ACTIONS(1009), + [sym__directive_endif] = ACTIONS(1009), + }, + [STATE(486)] = { + [sym_simple_identifier] = STATE(2939), + [sym__contextual_simple_identifier] = STATE(2778), + [sym__basic_literal] = STATE(3483), + [sym_boolean_literal] = STATE(3483), + [sym__string_literal] = STATE(3483), + [sym_line_string_literal] = STATE(3483), + [sym_multi_line_string_literal] = STATE(3483), + [sym_raw_string_literal] = STATE(3483), + [sym_regex_literal] = STATE(3483), + [sym__extended_regex_literal] = STATE(3437), + [sym__multiline_regex_literal] = STATE(3437), + [sym_user_type] = STATE(6567), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6567), + [sym_dictionary_type] = STATE(6567), + [sym_expression] = STATE(1634), + [sym_optional_chain_marker] = STATE(3483), + [sym__unary_expression] = STATE(3483), + [sym_postfix_expression] = STATE(3483), + [sym_constructor_expression] = STATE(3483), + [sym__parenthesized_type] = STATE(7825), + [sym_navigation_expression] = STATE(3483), + [sym__navigable_type_expression] = STATE(7825), + [sym_open_start_range_expression] = STATE(3483), + [sym__range_operator] = STATE(645), + [sym_open_end_range_expression] = STATE(3483), + [sym_prefix_expression] = STATE(3483), + [sym_as_expression] = STATE(3483), + [sym_selector_expression] = STATE(3483), + [sym__binary_expression] = STATE(3483), + [sym_multiplicative_expression] = STATE(3483), + [sym_additive_expression] = STATE(3483), + [sym_range_expression] = STATE(3483), + [sym_infix_expression] = STATE(3483), + [sym_nil_coalescing_expression] = STATE(3483), + [sym_check_expression] = STATE(3483), + [sym_comparison_expression] = STATE(3483), + [sym_equality_expression] = STATE(3483), + [sym_conjunction_expression] = STATE(3483), + [sym_disjunction_expression] = STATE(3483), + [sym_bitwise_operation] = STATE(3483), + [sym_custom_operator] = STATE(1227), + [sym_try_expression] = STATE(3483), + [sym_await_expression] = STATE(3483), + [sym__await_operator] = STATE(600), + [sym_ternary_expression] = STATE(3483), + [sym_call_expression] = STATE(3483), + [sym_macro_invocation] = STATE(3483), + [sym__primary_expression] = STATE(3483), + [sym_tuple_expression] = STATE(3483), + [sym_array_literal] = STATE(3483), + [sym_dictionary_literal] = STATE(3483), + [sym_special_literal] = STATE(3483), + [sym_playground_literal] = STATE(3483), + [sym_lambda_literal] = STATE(3483), + [sym_self_expression] = STATE(3483), + [sym_super_expression] = STATE(3483), + [sym_if_statement] = STATE(3483), + [sym_switch_statement] = STATE(3483), + [sym_key_path_expression] = STATE(3483), + [sym_key_path_string_expression] = STATE(3483), + [sym_try_operator] = STATE(650), + [sym__assignment_and_operator] = STATE(3154), + [sym__equality_operator] = STATE(3154), + [sym__comparison_operator] = STATE(3154), + [sym__three_dot_operator] = STATE(1215), + [sym__open_ended_range_operator] = STATE(645), + [sym__additive_operator] = STATE(3154), + [sym__multiplicative_operator] = STATE(3154), + [sym__prefix_unary_operator] = STATE(663), + [sym_directly_assignable_expression] = STATE(6569), + [sym__for_statement_collection] = STATE(7483), + [sym_for_statement_await] = STATE(7483), + [sym_assignment] = STATE(3483), + [sym_value_parameter_pack] = STATE(3483), + [sym_value_pack_expansion] = STATE(3483), + [sym_referenceable_operator] = STATE(3483), + [sym__equal_sign] = STATE(3154), + [sym__eq_eq] = STATE(3154), + [sym__dot] = STATE(663), + [sym__hash_symbol] = STATE(4956), + [sym_bang] = STATE(1227), + [sym__parameter_ownership_modifier] = STATE(2778), + [sym_directive] = STATE(3483), + [sym_diagnostic] = STATE(3483), + [aux_sym_raw_string_literal_repeat1] = STATE(7865), + [anon_sym_BANG] = ACTIONS(939), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(941), + [aux_sym_simple_identifier_token2] = ACTIONS(943), + [aux_sym_simple_identifier_token3] = ACTIONS(943), + [aux_sym_simple_identifier_token4] = ACTIONS(943), + [anon_sym_actor] = ACTIONS(941), + [anon_sym_async] = ACTIONS(941), + [anon_sym_each] = ACTIONS(945), + [anon_sym_lazy] = ACTIONS(941), + [anon_sym_repeat] = ACTIONS(947), + [anon_sym_package] = ACTIONS(941), + [anon_sym_nil] = ACTIONS(949), + [sym_real_literal] = ACTIONS(951), + [sym_integer_literal] = ACTIONS(949), + [sym_hex_literal] = ACTIONS(949), + [sym_oct_literal] = ACTIONS(951), + [sym_bin_literal] = ACTIONS(951), + [anon_sym_true] = ACTIONS(953), + [anon_sym_false] = ACTIONS(953), + [anon_sym_DQUOTE] = ACTIONS(955), + [anon_sym_BSLASH] = ACTIONS(957), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(959), + [sym__oneline_regex_literal] = ACTIONS(961), + [anon_sym_LPAREN] = ACTIONS(1145), + [anon_sym_LBRACK] = ACTIONS(965), + [anon_sym_AMP] = ACTIONS(967), + [anon_sym_TILDE] = ACTIONS(967), + [anon_sym_if] = ACTIONS(969), + [anon_sym_switch] = ACTIONS(971), + [aux_sym_custom_operator_token1] = ACTIONS(973), + [anon_sym_LT] = ACTIONS(975), + [anon_sym_GT] = ACTIONS(975), + [anon_sym_await] = ACTIONS(1536), + [anon_sym_LBRACE] = ACTIONS(979), + [anon_sym_CARET_LBRACE] = ACTIONS(979), + [anon_sym_self] = ACTIONS(981), + [anon_sym_super] = ACTIONS(983), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(987), + [anon_sym_DASH_EQ] = ACTIONS(987), + [anon_sym_STAR_EQ] = ACTIONS(987), + [anon_sym_SLASH_EQ] = ACTIONS(987), + [anon_sym_PERCENT_EQ] = ACTIONS(987), + [anon_sym_BANG_EQ] = ACTIONS(975), + [anon_sym_BANG_EQ_EQ] = ACTIONS(987), + [anon_sym_EQ_EQ_EQ] = ACTIONS(987), + [anon_sym_LT_EQ] = ACTIONS(987), + [anon_sym_GT_EQ] = ACTIONS(987), + [anon_sym_DOT_DOT_DOT] = ACTIONS(989), + [anon_sym_DOT_DOT_LT] = ACTIONS(991), + [anon_sym_PLUS] = ACTIONS(995), + [anon_sym_DASH] = ACTIONS(995), + [anon_sym_STAR] = ACTIONS(975), + [anon_sym_SLASH] = ACTIONS(975), + [anon_sym_PERCENT] = ACTIONS(975), + [anon_sym_PLUS_PLUS] = ACTIONS(967), + [anon_sym_DASH_DASH] = ACTIONS(967), + [anon_sym_PIPE] = ACTIONS(987), + [anon_sym_CARET] = ACTIONS(975), + [anon_sym_LT_LT] = ACTIONS(987), + [anon_sym_GT_GT] = ACTIONS(987), + [anon_sym_borrowing] = ACTIONS(941), + [anon_sym_consuming] = ACTIONS(941), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(999), + [sym__dot_custom] = ACTIONS(1147), + [sym__eq_custom] = ACTIONS(987), + [sym__eq_eq_custom] = ACTIONS(987), + [sym__plus_then_ws] = ACTIONS(987), + [sym__minus_then_ws] = ACTIONS(987), + [sym__bang_custom] = ACTIONS(1003), + [sym__custom_operator] = ACTIONS(973), + [sym__hash_symbol_custom] = ACTIONS(1005), + [sym__directive_if] = ACTIONS(1007), + [sym__directive_elseif] = ACTIONS(1007), + [sym__directive_else] = ACTIONS(1009), + [sym__directive_endif] = ACTIONS(1009), + }, + [STATE(487)] = { + [sym_simple_identifier] = STATE(2939), + [sym__contextual_simple_identifier] = STATE(2778), + [sym__basic_literal] = STATE(3483), + [sym_boolean_literal] = STATE(3483), + [sym__string_literal] = STATE(3483), + [sym_line_string_literal] = STATE(3483), + [sym_multi_line_string_literal] = STATE(3483), + [sym_raw_string_literal] = STATE(3483), + [sym_regex_literal] = STATE(3483), + [sym__extended_regex_literal] = STATE(3437), + [sym__multiline_regex_literal] = STATE(3437), + [sym_user_type] = STATE(6567), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6567), + [sym_dictionary_type] = STATE(6567), + [sym_expression] = STATE(1634), + [sym_optional_chain_marker] = STATE(3483), + [sym__unary_expression] = STATE(3483), + [sym_postfix_expression] = STATE(3483), + [sym_constructor_expression] = STATE(3483), + [sym__parenthesized_type] = STATE(7825), + [sym_navigation_expression] = STATE(3483), + [sym__navigable_type_expression] = STATE(7825), + [sym_open_start_range_expression] = STATE(3483), + [sym__range_operator] = STATE(645), + [sym_open_end_range_expression] = STATE(3483), + [sym_prefix_expression] = STATE(3483), + [sym_as_expression] = STATE(3483), + [sym_selector_expression] = STATE(3483), + [sym__binary_expression] = STATE(3483), + [sym_multiplicative_expression] = STATE(3483), + [sym_additive_expression] = STATE(3483), + [sym_range_expression] = STATE(3483), + [sym_infix_expression] = STATE(3483), + [sym_nil_coalescing_expression] = STATE(3483), + [sym_check_expression] = STATE(3483), + [sym_comparison_expression] = STATE(3483), + [sym_equality_expression] = STATE(3483), + [sym_conjunction_expression] = STATE(3483), + [sym_disjunction_expression] = STATE(3483), + [sym_bitwise_operation] = STATE(3483), + [sym_custom_operator] = STATE(1227), + [sym_try_expression] = STATE(3483), + [sym_await_expression] = STATE(3483), + [sym__await_operator] = STATE(600), + [sym_ternary_expression] = STATE(3483), + [sym_call_expression] = STATE(3483), + [sym_macro_invocation] = STATE(3483), + [sym__primary_expression] = STATE(3483), + [sym_tuple_expression] = STATE(3483), + [sym_array_literal] = STATE(3483), + [sym_dictionary_literal] = STATE(3483), + [sym_special_literal] = STATE(3483), + [sym_playground_literal] = STATE(3483), + [sym_lambda_literal] = STATE(3483), + [sym_self_expression] = STATE(3483), + [sym_super_expression] = STATE(3483), + [sym_if_statement] = STATE(3483), + [sym_switch_statement] = STATE(3483), + [sym_key_path_expression] = STATE(3483), + [sym_key_path_string_expression] = STATE(3483), + [sym_try_operator] = STATE(650), + [sym__assignment_and_operator] = STATE(3154), + [sym__equality_operator] = STATE(3154), + [sym__comparison_operator] = STATE(3154), + [sym__three_dot_operator] = STATE(1215), + [sym__open_ended_range_operator] = STATE(645), + [sym__additive_operator] = STATE(3154), + [sym__multiplicative_operator] = STATE(3154), + [sym__prefix_unary_operator] = STATE(663), + [sym_directly_assignable_expression] = STATE(6569), + [sym__for_statement_collection] = STATE(7519), + [sym_for_statement_await] = STATE(7519), + [sym_assignment] = STATE(3483), + [sym_value_parameter_pack] = STATE(3483), + [sym_value_pack_expansion] = STATE(3483), + [sym_referenceable_operator] = STATE(3483), + [sym__equal_sign] = STATE(3154), + [sym__eq_eq] = STATE(3154), + [sym__dot] = STATE(663), + [sym__hash_symbol] = STATE(4956), + [sym_bang] = STATE(1227), + [sym__parameter_ownership_modifier] = STATE(2778), + [sym_directive] = STATE(3483), + [sym_diagnostic] = STATE(3483), + [aux_sym_raw_string_literal_repeat1] = STATE(7865), + [anon_sym_BANG] = ACTIONS(939), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(941), + [aux_sym_simple_identifier_token2] = ACTIONS(943), + [aux_sym_simple_identifier_token3] = ACTIONS(943), + [aux_sym_simple_identifier_token4] = ACTIONS(943), + [anon_sym_actor] = ACTIONS(941), + [anon_sym_async] = ACTIONS(941), + [anon_sym_each] = ACTIONS(945), + [anon_sym_lazy] = ACTIONS(941), + [anon_sym_repeat] = ACTIONS(947), + [anon_sym_package] = ACTIONS(941), + [anon_sym_nil] = ACTIONS(949), + [sym_real_literal] = ACTIONS(951), + [sym_integer_literal] = ACTIONS(949), + [sym_hex_literal] = ACTIONS(949), + [sym_oct_literal] = ACTIONS(951), + [sym_bin_literal] = ACTIONS(951), + [anon_sym_true] = ACTIONS(953), + [anon_sym_false] = ACTIONS(953), + [anon_sym_DQUOTE] = ACTIONS(955), + [anon_sym_BSLASH] = ACTIONS(957), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(959), + [sym__oneline_regex_literal] = ACTIONS(961), + [anon_sym_LPAREN] = ACTIONS(1145), + [anon_sym_LBRACK] = ACTIONS(965), + [anon_sym_AMP] = ACTIONS(967), + [anon_sym_TILDE] = ACTIONS(967), + [anon_sym_if] = ACTIONS(969), + [anon_sym_switch] = ACTIONS(971), + [aux_sym_custom_operator_token1] = ACTIONS(973), + [anon_sym_LT] = ACTIONS(975), + [anon_sym_GT] = ACTIONS(975), + [anon_sym_await] = ACTIONS(1536), + [anon_sym_LBRACE] = ACTIONS(979), + [anon_sym_CARET_LBRACE] = ACTIONS(979), + [anon_sym_self] = ACTIONS(981), + [anon_sym_super] = ACTIONS(983), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(987), + [anon_sym_DASH_EQ] = ACTIONS(987), + [anon_sym_STAR_EQ] = ACTIONS(987), + [anon_sym_SLASH_EQ] = ACTIONS(987), + [anon_sym_PERCENT_EQ] = ACTIONS(987), + [anon_sym_BANG_EQ] = ACTIONS(975), + [anon_sym_BANG_EQ_EQ] = ACTIONS(987), + [anon_sym_EQ_EQ_EQ] = ACTIONS(987), + [anon_sym_LT_EQ] = ACTIONS(987), + [anon_sym_GT_EQ] = ACTIONS(987), + [anon_sym_DOT_DOT_DOT] = ACTIONS(989), + [anon_sym_DOT_DOT_LT] = ACTIONS(991), + [anon_sym_PLUS] = ACTIONS(995), + [anon_sym_DASH] = ACTIONS(995), + [anon_sym_STAR] = ACTIONS(975), + [anon_sym_SLASH] = ACTIONS(975), + [anon_sym_PERCENT] = ACTIONS(975), + [anon_sym_PLUS_PLUS] = ACTIONS(967), + [anon_sym_DASH_DASH] = ACTIONS(967), + [anon_sym_PIPE] = ACTIONS(987), + [anon_sym_CARET] = ACTIONS(975), + [anon_sym_LT_LT] = ACTIONS(987), + [anon_sym_GT_GT] = ACTIONS(987), + [anon_sym_borrowing] = ACTIONS(941), + [anon_sym_consuming] = ACTIONS(941), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(999), + [sym__dot_custom] = ACTIONS(1147), + [sym__eq_custom] = ACTIONS(987), + [sym__eq_eq_custom] = ACTIONS(987), + [sym__plus_then_ws] = ACTIONS(987), + [sym__minus_then_ws] = ACTIONS(987), + [sym__bang_custom] = ACTIONS(1003), + [sym__custom_operator] = ACTIONS(973), + [sym__hash_symbol_custom] = ACTIONS(1005), + [sym__directive_if] = ACTIONS(1007), + [sym__directive_elseif] = ACTIONS(1007), + [sym__directive_else] = ACTIONS(1009), + [sym__directive_endif] = ACTIONS(1009), + }, + [STATE(488)] = { + [sym_simple_identifier] = STATE(2939), + [sym__contextual_simple_identifier] = STATE(2778), + [sym__basic_literal] = STATE(3483), + [sym_boolean_literal] = STATE(3483), + [sym__string_literal] = STATE(3483), + [sym_line_string_literal] = STATE(3483), + [sym_multi_line_string_literal] = STATE(3483), + [sym_raw_string_literal] = STATE(3483), + [sym_regex_literal] = STATE(3483), + [sym__extended_regex_literal] = STATE(3437), + [sym__multiline_regex_literal] = STATE(3437), + [sym_user_type] = STATE(6567), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6567), + [sym_dictionary_type] = STATE(6567), + [sym_expression] = STATE(1634), + [sym_optional_chain_marker] = STATE(3483), + [sym__unary_expression] = STATE(3483), + [sym_postfix_expression] = STATE(3483), + [sym_constructor_expression] = STATE(3483), + [sym__parenthesized_type] = STATE(7825), + [sym_navigation_expression] = STATE(3483), + [sym__navigable_type_expression] = STATE(7825), + [sym_open_start_range_expression] = STATE(3483), + [sym__range_operator] = STATE(645), + [sym_open_end_range_expression] = STATE(3483), + [sym_prefix_expression] = STATE(3483), + [sym_as_expression] = STATE(3483), + [sym_selector_expression] = STATE(3483), + [sym__binary_expression] = STATE(3483), + [sym_multiplicative_expression] = STATE(3483), + [sym_additive_expression] = STATE(3483), + [sym_range_expression] = STATE(3483), + [sym_infix_expression] = STATE(3483), + [sym_nil_coalescing_expression] = STATE(3483), + [sym_check_expression] = STATE(3483), + [sym_comparison_expression] = STATE(3483), + [sym_equality_expression] = STATE(3483), + [sym_conjunction_expression] = STATE(3483), + [sym_disjunction_expression] = STATE(3483), + [sym_bitwise_operation] = STATE(3483), + [sym_custom_operator] = STATE(1227), + [sym_try_expression] = STATE(3483), + [sym_await_expression] = STATE(3483), + [sym__await_operator] = STATE(600), + [sym_ternary_expression] = STATE(3483), + [sym_call_expression] = STATE(3483), + [sym_macro_invocation] = STATE(3483), + [sym__primary_expression] = STATE(3483), + [sym_tuple_expression] = STATE(3483), + [sym_array_literal] = STATE(3483), + [sym_dictionary_literal] = STATE(3483), + [sym_special_literal] = STATE(3483), + [sym_playground_literal] = STATE(3483), + [sym_lambda_literal] = STATE(3483), + [sym_self_expression] = STATE(3483), + [sym_super_expression] = STATE(3483), + [sym_if_statement] = STATE(3483), + [sym_switch_statement] = STATE(3483), + [sym_key_path_expression] = STATE(3483), + [sym_key_path_string_expression] = STATE(3483), + [sym_try_operator] = STATE(650), + [sym__assignment_and_operator] = STATE(3154), + [sym__equality_operator] = STATE(3154), + [sym__comparison_operator] = STATE(3154), + [sym__three_dot_operator] = STATE(1215), + [sym__open_ended_range_operator] = STATE(645), + [sym__additive_operator] = STATE(3154), + [sym__multiplicative_operator] = STATE(3154), + [sym__prefix_unary_operator] = STATE(663), + [sym_directly_assignable_expression] = STATE(6569), + [sym__for_statement_collection] = STATE(7522), + [sym_for_statement_await] = STATE(7522), + [sym_assignment] = STATE(3483), + [sym_value_parameter_pack] = STATE(3483), + [sym_value_pack_expansion] = STATE(3483), + [sym_referenceable_operator] = STATE(3483), + [sym__equal_sign] = STATE(3154), + [sym__eq_eq] = STATE(3154), + [sym__dot] = STATE(663), + [sym__hash_symbol] = STATE(4956), + [sym_bang] = STATE(1227), + [sym__parameter_ownership_modifier] = STATE(2778), + [sym_directive] = STATE(3483), + [sym_diagnostic] = STATE(3483), + [aux_sym_raw_string_literal_repeat1] = STATE(7865), + [anon_sym_BANG] = ACTIONS(939), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(941), + [aux_sym_simple_identifier_token2] = ACTIONS(943), + [aux_sym_simple_identifier_token3] = ACTIONS(943), + [aux_sym_simple_identifier_token4] = ACTIONS(943), + [anon_sym_actor] = ACTIONS(941), + [anon_sym_async] = ACTIONS(941), + [anon_sym_each] = ACTIONS(945), + [anon_sym_lazy] = ACTIONS(941), + [anon_sym_repeat] = ACTIONS(947), + [anon_sym_package] = ACTIONS(941), + [anon_sym_nil] = ACTIONS(949), + [sym_real_literal] = ACTIONS(951), + [sym_integer_literal] = ACTIONS(949), + [sym_hex_literal] = ACTIONS(949), + [sym_oct_literal] = ACTIONS(951), + [sym_bin_literal] = ACTIONS(951), + [anon_sym_true] = ACTIONS(953), + [anon_sym_false] = ACTIONS(953), + [anon_sym_DQUOTE] = ACTIONS(955), + [anon_sym_BSLASH] = ACTIONS(957), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(959), + [sym__oneline_regex_literal] = ACTIONS(961), + [anon_sym_LPAREN] = ACTIONS(1145), + [anon_sym_LBRACK] = ACTIONS(965), + [anon_sym_AMP] = ACTIONS(967), + [anon_sym_TILDE] = ACTIONS(967), + [anon_sym_if] = ACTIONS(969), + [anon_sym_switch] = ACTIONS(971), + [aux_sym_custom_operator_token1] = ACTIONS(973), + [anon_sym_LT] = ACTIONS(975), + [anon_sym_GT] = ACTIONS(975), + [anon_sym_await] = ACTIONS(1536), + [anon_sym_LBRACE] = ACTIONS(979), + [anon_sym_CARET_LBRACE] = ACTIONS(979), + [anon_sym_self] = ACTIONS(981), + [anon_sym_super] = ACTIONS(983), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(987), + [anon_sym_DASH_EQ] = ACTIONS(987), + [anon_sym_STAR_EQ] = ACTIONS(987), + [anon_sym_SLASH_EQ] = ACTIONS(987), + [anon_sym_PERCENT_EQ] = ACTIONS(987), + [anon_sym_BANG_EQ] = ACTIONS(975), + [anon_sym_BANG_EQ_EQ] = ACTIONS(987), + [anon_sym_EQ_EQ_EQ] = ACTIONS(987), + [anon_sym_LT_EQ] = ACTIONS(987), + [anon_sym_GT_EQ] = ACTIONS(987), + [anon_sym_DOT_DOT_DOT] = ACTIONS(989), + [anon_sym_DOT_DOT_LT] = ACTIONS(991), + [anon_sym_PLUS] = ACTIONS(995), + [anon_sym_DASH] = ACTIONS(995), + [anon_sym_STAR] = ACTIONS(975), + [anon_sym_SLASH] = ACTIONS(975), + [anon_sym_PERCENT] = ACTIONS(975), + [anon_sym_PLUS_PLUS] = ACTIONS(967), + [anon_sym_DASH_DASH] = ACTIONS(967), + [anon_sym_PIPE] = ACTIONS(987), + [anon_sym_CARET] = ACTIONS(975), + [anon_sym_LT_LT] = ACTIONS(987), + [anon_sym_GT_GT] = ACTIONS(987), + [anon_sym_borrowing] = ACTIONS(941), + [anon_sym_consuming] = ACTIONS(941), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(999), + [sym__dot_custom] = ACTIONS(1147), + [sym__eq_custom] = ACTIONS(987), + [sym__eq_eq_custom] = ACTIONS(987), + [sym__plus_then_ws] = ACTIONS(987), + [sym__minus_then_ws] = ACTIONS(987), + [sym__bang_custom] = ACTIONS(1003), + [sym__custom_operator] = ACTIONS(973), + [sym__hash_symbol_custom] = ACTIONS(1005), + [sym__directive_if] = ACTIONS(1007), + [sym__directive_elseif] = ACTIONS(1007), + [sym__directive_else] = ACTIONS(1009), + [sym__directive_endif] = ACTIONS(1009), + }, + [STATE(489)] = { + [sym_simple_identifier] = STATE(2939), + [sym__contextual_simple_identifier] = STATE(2778), + [sym__basic_literal] = STATE(3483), + [sym_boolean_literal] = STATE(3483), + [sym__string_literal] = STATE(3483), + [sym_line_string_literal] = STATE(3483), + [sym_multi_line_string_literal] = STATE(3483), + [sym_raw_string_literal] = STATE(3483), + [sym_regex_literal] = STATE(3483), + [sym__extended_regex_literal] = STATE(3437), + [sym__multiline_regex_literal] = STATE(3437), + [sym_user_type] = STATE(6567), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6567), + [sym_dictionary_type] = STATE(6567), + [sym_expression] = STATE(1634), + [sym_optional_chain_marker] = STATE(3483), + [sym__unary_expression] = STATE(3483), + [sym_postfix_expression] = STATE(3483), + [sym_constructor_expression] = STATE(3483), + [sym__parenthesized_type] = STATE(7825), + [sym_navigation_expression] = STATE(3483), + [sym__navigable_type_expression] = STATE(7825), + [sym_open_start_range_expression] = STATE(3483), + [sym__range_operator] = STATE(645), + [sym_open_end_range_expression] = STATE(3483), + [sym_prefix_expression] = STATE(3483), + [sym_as_expression] = STATE(3483), + [sym_selector_expression] = STATE(3483), + [sym__binary_expression] = STATE(3483), + [sym_multiplicative_expression] = STATE(3483), + [sym_additive_expression] = STATE(3483), + [sym_range_expression] = STATE(3483), + [sym_infix_expression] = STATE(3483), + [sym_nil_coalescing_expression] = STATE(3483), + [sym_check_expression] = STATE(3483), + [sym_comparison_expression] = STATE(3483), + [sym_equality_expression] = STATE(3483), + [sym_conjunction_expression] = STATE(3483), + [sym_disjunction_expression] = STATE(3483), + [sym_bitwise_operation] = STATE(3483), + [sym_custom_operator] = STATE(1227), + [sym_try_expression] = STATE(3483), + [sym_await_expression] = STATE(3483), + [sym__await_operator] = STATE(600), + [sym_ternary_expression] = STATE(3483), + [sym_call_expression] = STATE(3483), + [sym_macro_invocation] = STATE(3483), + [sym__primary_expression] = STATE(3483), + [sym_tuple_expression] = STATE(3483), + [sym_array_literal] = STATE(3483), + [sym_dictionary_literal] = STATE(3483), + [sym_special_literal] = STATE(3483), + [sym_playground_literal] = STATE(3483), + [sym_lambda_literal] = STATE(3483), + [sym_self_expression] = STATE(3483), + [sym_super_expression] = STATE(3483), + [sym_if_statement] = STATE(3483), + [sym_switch_statement] = STATE(3483), + [sym_key_path_expression] = STATE(3483), + [sym_key_path_string_expression] = STATE(3483), + [sym_try_operator] = STATE(650), + [sym__assignment_and_operator] = STATE(3154), + [sym__equality_operator] = STATE(3154), + [sym__comparison_operator] = STATE(3154), + [sym__three_dot_operator] = STATE(1215), + [sym__open_ended_range_operator] = STATE(645), + [sym__additive_operator] = STATE(3154), + [sym__multiplicative_operator] = STATE(3154), + [sym__prefix_unary_operator] = STATE(663), + [sym_directly_assignable_expression] = STATE(6569), + [sym__for_statement_collection] = STATE(7718), + [sym_for_statement_await] = STATE(7718), + [sym_assignment] = STATE(3483), + [sym_value_parameter_pack] = STATE(3483), + [sym_value_pack_expansion] = STATE(3483), + [sym_referenceable_operator] = STATE(3483), + [sym__equal_sign] = STATE(3154), + [sym__eq_eq] = STATE(3154), + [sym__dot] = STATE(663), + [sym__hash_symbol] = STATE(4956), + [sym_bang] = STATE(1227), + [sym__parameter_ownership_modifier] = STATE(2778), + [sym_directive] = STATE(3483), + [sym_diagnostic] = STATE(3483), + [aux_sym_raw_string_literal_repeat1] = STATE(7865), + [anon_sym_BANG] = ACTIONS(939), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(941), + [aux_sym_simple_identifier_token2] = ACTIONS(943), + [aux_sym_simple_identifier_token3] = ACTIONS(943), + [aux_sym_simple_identifier_token4] = ACTIONS(943), + [anon_sym_actor] = ACTIONS(941), + [anon_sym_async] = ACTIONS(941), + [anon_sym_each] = ACTIONS(945), + [anon_sym_lazy] = ACTIONS(941), + [anon_sym_repeat] = ACTIONS(947), + [anon_sym_package] = ACTIONS(941), + [anon_sym_nil] = ACTIONS(949), + [sym_real_literal] = ACTIONS(951), + [sym_integer_literal] = ACTIONS(949), + [sym_hex_literal] = ACTIONS(949), + [sym_oct_literal] = ACTIONS(951), + [sym_bin_literal] = ACTIONS(951), + [anon_sym_true] = ACTIONS(953), + [anon_sym_false] = ACTIONS(953), + [anon_sym_DQUOTE] = ACTIONS(955), + [anon_sym_BSLASH] = ACTIONS(957), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(959), + [sym__oneline_regex_literal] = ACTIONS(961), + [anon_sym_LPAREN] = ACTIONS(1145), + [anon_sym_LBRACK] = ACTIONS(965), + [anon_sym_AMP] = ACTIONS(967), + [anon_sym_TILDE] = ACTIONS(967), + [anon_sym_if] = ACTIONS(969), + [anon_sym_switch] = ACTIONS(971), + [aux_sym_custom_operator_token1] = ACTIONS(973), + [anon_sym_LT] = ACTIONS(975), + [anon_sym_GT] = ACTIONS(975), + [anon_sym_await] = ACTIONS(1536), + [anon_sym_LBRACE] = ACTIONS(979), + [anon_sym_CARET_LBRACE] = ACTIONS(979), + [anon_sym_self] = ACTIONS(981), + [anon_sym_super] = ACTIONS(983), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(987), + [anon_sym_DASH_EQ] = ACTIONS(987), + [anon_sym_STAR_EQ] = ACTIONS(987), + [anon_sym_SLASH_EQ] = ACTIONS(987), + [anon_sym_PERCENT_EQ] = ACTIONS(987), + [anon_sym_BANG_EQ] = ACTIONS(975), + [anon_sym_BANG_EQ_EQ] = ACTIONS(987), + [anon_sym_EQ_EQ_EQ] = ACTIONS(987), + [anon_sym_LT_EQ] = ACTIONS(987), + [anon_sym_GT_EQ] = ACTIONS(987), + [anon_sym_DOT_DOT_DOT] = ACTIONS(989), + [anon_sym_DOT_DOT_LT] = ACTIONS(991), + [anon_sym_PLUS] = ACTIONS(995), + [anon_sym_DASH] = ACTIONS(995), + [anon_sym_STAR] = ACTIONS(975), + [anon_sym_SLASH] = ACTIONS(975), + [anon_sym_PERCENT] = ACTIONS(975), + [anon_sym_PLUS_PLUS] = ACTIONS(967), + [anon_sym_DASH_DASH] = ACTIONS(967), + [anon_sym_PIPE] = ACTIONS(987), + [anon_sym_CARET] = ACTIONS(975), + [anon_sym_LT_LT] = ACTIONS(987), + [anon_sym_GT_GT] = ACTIONS(987), + [anon_sym_borrowing] = ACTIONS(941), + [anon_sym_consuming] = ACTIONS(941), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(999), + [sym__dot_custom] = ACTIONS(1147), + [sym__eq_custom] = ACTIONS(987), + [sym__eq_eq_custom] = ACTIONS(987), + [sym__plus_then_ws] = ACTIONS(987), + [sym__minus_then_ws] = ACTIONS(987), + [sym__bang_custom] = ACTIONS(1003), + [sym__custom_operator] = ACTIONS(973), + [sym__hash_symbol_custom] = ACTIONS(1005), + [sym__directive_if] = ACTIONS(1007), + [sym__directive_elseif] = ACTIONS(1007), + [sym__directive_else] = ACTIONS(1009), + [sym__directive_endif] = ACTIONS(1009), + }, + [STATE(490)] = { + [sym_simple_identifier] = STATE(2939), + [sym__contextual_simple_identifier] = STATE(2778), + [sym__basic_literal] = STATE(3483), + [sym_boolean_literal] = STATE(3483), + [sym__string_literal] = STATE(3483), + [sym_line_string_literal] = STATE(3483), + [sym_multi_line_string_literal] = STATE(3483), + [sym_raw_string_literal] = STATE(3483), + [sym_regex_literal] = STATE(3483), + [sym__extended_regex_literal] = STATE(3437), + [sym__multiline_regex_literal] = STATE(3437), + [sym_user_type] = STATE(6567), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6567), + [sym_dictionary_type] = STATE(6567), + [sym_expression] = STATE(1634), + [sym_optional_chain_marker] = STATE(3483), + [sym__unary_expression] = STATE(3483), + [sym_postfix_expression] = STATE(3483), + [sym_constructor_expression] = STATE(3483), + [sym__parenthesized_type] = STATE(7825), + [sym_navigation_expression] = STATE(3483), + [sym__navigable_type_expression] = STATE(7825), + [sym_open_start_range_expression] = STATE(3483), + [sym__range_operator] = STATE(645), + [sym_open_end_range_expression] = STATE(3483), + [sym_prefix_expression] = STATE(3483), + [sym_as_expression] = STATE(3483), + [sym_selector_expression] = STATE(3483), + [sym__binary_expression] = STATE(3483), + [sym_multiplicative_expression] = STATE(3483), + [sym_additive_expression] = STATE(3483), + [sym_range_expression] = STATE(3483), + [sym_infix_expression] = STATE(3483), + [sym_nil_coalescing_expression] = STATE(3483), + [sym_check_expression] = STATE(3483), + [sym_comparison_expression] = STATE(3483), + [sym_equality_expression] = STATE(3483), + [sym_conjunction_expression] = STATE(3483), + [sym_disjunction_expression] = STATE(3483), + [sym_bitwise_operation] = STATE(3483), + [sym_custom_operator] = STATE(1227), + [sym_try_expression] = STATE(3483), + [sym_await_expression] = STATE(3483), + [sym__await_operator] = STATE(600), + [sym_ternary_expression] = STATE(3483), + [sym_call_expression] = STATE(3483), + [sym_macro_invocation] = STATE(3483), + [sym__primary_expression] = STATE(3483), + [sym_tuple_expression] = STATE(3483), + [sym_array_literal] = STATE(3483), + [sym_dictionary_literal] = STATE(3483), + [sym_special_literal] = STATE(3483), + [sym_playground_literal] = STATE(3483), + [sym_lambda_literal] = STATE(3483), + [sym_self_expression] = STATE(3483), + [sym_super_expression] = STATE(3483), + [sym_if_statement] = STATE(3483), + [sym_switch_statement] = STATE(3483), + [sym_key_path_expression] = STATE(3483), + [sym_key_path_string_expression] = STATE(3483), + [sym_try_operator] = STATE(650), + [sym__assignment_and_operator] = STATE(3154), + [sym__equality_operator] = STATE(3154), + [sym__comparison_operator] = STATE(3154), + [sym__three_dot_operator] = STATE(1215), + [sym__open_ended_range_operator] = STATE(645), + [sym__additive_operator] = STATE(3154), + [sym__multiplicative_operator] = STATE(3154), + [sym__prefix_unary_operator] = STATE(663), + [sym_directly_assignable_expression] = STATE(6569), + [sym__for_statement_collection] = STATE(7553), + [sym_for_statement_await] = STATE(7553), + [sym_assignment] = STATE(3483), + [sym_value_parameter_pack] = STATE(3483), + [sym_value_pack_expansion] = STATE(3483), + [sym_referenceable_operator] = STATE(3483), + [sym__equal_sign] = STATE(3154), + [sym__eq_eq] = STATE(3154), + [sym__dot] = STATE(663), + [sym__hash_symbol] = STATE(4956), + [sym_bang] = STATE(1227), + [sym__parameter_ownership_modifier] = STATE(2778), + [sym_directive] = STATE(3483), + [sym_diagnostic] = STATE(3483), + [aux_sym_raw_string_literal_repeat1] = STATE(7865), + [anon_sym_BANG] = ACTIONS(939), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(941), + [aux_sym_simple_identifier_token2] = ACTIONS(943), + [aux_sym_simple_identifier_token3] = ACTIONS(943), + [aux_sym_simple_identifier_token4] = ACTIONS(943), + [anon_sym_actor] = ACTIONS(941), + [anon_sym_async] = ACTIONS(941), + [anon_sym_each] = ACTIONS(945), + [anon_sym_lazy] = ACTIONS(941), + [anon_sym_repeat] = ACTIONS(947), + [anon_sym_package] = ACTIONS(941), + [anon_sym_nil] = ACTIONS(949), + [sym_real_literal] = ACTIONS(951), + [sym_integer_literal] = ACTIONS(949), + [sym_hex_literal] = ACTIONS(949), + [sym_oct_literal] = ACTIONS(951), + [sym_bin_literal] = ACTIONS(951), + [anon_sym_true] = ACTIONS(953), + [anon_sym_false] = ACTIONS(953), + [anon_sym_DQUOTE] = ACTIONS(955), + [anon_sym_BSLASH] = ACTIONS(957), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(959), + [sym__oneline_regex_literal] = ACTIONS(961), + [anon_sym_LPAREN] = ACTIONS(1145), + [anon_sym_LBRACK] = ACTIONS(965), + [anon_sym_AMP] = ACTIONS(967), + [anon_sym_TILDE] = ACTIONS(967), + [anon_sym_if] = ACTIONS(969), + [anon_sym_switch] = ACTIONS(971), + [aux_sym_custom_operator_token1] = ACTIONS(973), + [anon_sym_LT] = ACTIONS(975), + [anon_sym_GT] = ACTIONS(975), + [anon_sym_await] = ACTIONS(1536), + [anon_sym_LBRACE] = ACTIONS(979), + [anon_sym_CARET_LBRACE] = ACTIONS(979), + [anon_sym_self] = ACTIONS(981), + [anon_sym_super] = ACTIONS(983), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(987), + [anon_sym_DASH_EQ] = ACTIONS(987), + [anon_sym_STAR_EQ] = ACTIONS(987), + [anon_sym_SLASH_EQ] = ACTIONS(987), + [anon_sym_PERCENT_EQ] = ACTIONS(987), + [anon_sym_BANG_EQ] = ACTIONS(975), + [anon_sym_BANG_EQ_EQ] = ACTIONS(987), + [anon_sym_EQ_EQ_EQ] = ACTIONS(987), + [anon_sym_LT_EQ] = ACTIONS(987), + [anon_sym_GT_EQ] = ACTIONS(987), + [anon_sym_DOT_DOT_DOT] = ACTIONS(989), + [anon_sym_DOT_DOT_LT] = ACTIONS(991), + [anon_sym_PLUS] = ACTIONS(995), + [anon_sym_DASH] = ACTIONS(995), + [anon_sym_STAR] = ACTIONS(975), + [anon_sym_SLASH] = ACTIONS(975), + [anon_sym_PERCENT] = ACTIONS(975), + [anon_sym_PLUS_PLUS] = ACTIONS(967), + [anon_sym_DASH_DASH] = ACTIONS(967), + [anon_sym_PIPE] = ACTIONS(987), + [anon_sym_CARET] = ACTIONS(975), + [anon_sym_LT_LT] = ACTIONS(987), + [anon_sym_GT_GT] = ACTIONS(987), + [anon_sym_borrowing] = ACTIONS(941), + [anon_sym_consuming] = ACTIONS(941), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(999), + [sym__dot_custom] = ACTIONS(1147), + [sym__eq_custom] = ACTIONS(987), + [sym__eq_eq_custom] = ACTIONS(987), + [sym__plus_then_ws] = ACTIONS(987), + [sym__minus_then_ws] = ACTIONS(987), + [sym__bang_custom] = ACTIONS(1003), + [sym__custom_operator] = ACTIONS(973), + [sym__hash_symbol_custom] = ACTIONS(1005), + [sym__directive_if] = ACTIONS(1007), + [sym__directive_elseif] = ACTIONS(1007), + [sym__directive_else] = ACTIONS(1009), + [sym__directive_endif] = ACTIONS(1009), + }, + [STATE(491)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1627), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [anon_sym_getter_COLON] = ACTIONS(1556), + [anon_sym_setter_COLON] = ACTIONS(1556), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(492)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6602), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6602), + [sym_dictionary_type] = STATE(6602), + [sym_expression] = STATE(743), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(635), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(738), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(638), + [sym_ternary_expression] = STATE(911), + [sym__expr_hack_at_ternary_binary_suffix] = STATE(952), + [sym_expr_hack_at_ternary_binary_call] = STATE(952), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(640), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(742), + [sym__open_ended_range_operator] = STATE(635), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(644), + [sym_directly_assignable_expression] = STATE(6603), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(644), + [sym__hash_symbol] = STATE(4946), + [sym_bang] = STATE(738), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(611), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(613), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(615), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(617), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(627), + [anon_sym_TILDE] = ACTIONS(627), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(629), + [aux_sym_custom_operator_token1] = ACTIONS(631), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(635), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(641), + [anon_sym_DOT_DOT_LT] = ACTIONS(643), + [anon_sym_PLUS] = ACTIONS(645), + [anon_sym_DASH] = ACTIONS(645), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(627), + [anon_sym_DASH_DASH] = ACTIONS(627), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(647), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(649), + [sym__custom_operator] = ACTIONS(631), + [sym__hash_symbol_custom] = ACTIONS(651), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(493)] = { + [sym_simple_identifier] = STATE(2939), + [sym__contextual_simple_identifier] = STATE(2778), + [sym__basic_literal] = STATE(3483), + [sym_boolean_literal] = STATE(3483), + [sym__string_literal] = STATE(3483), + [sym_line_string_literal] = STATE(3483), + [sym_multi_line_string_literal] = STATE(3483), + [sym_raw_string_literal] = STATE(3483), + [sym_regex_literal] = STATE(3483), + [sym__extended_regex_literal] = STATE(3437), + [sym__multiline_regex_literal] = STATE(3437), + [sym_user_type] = STATE(6567), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6567), + [sym_dictionary_type] = STATE(6567), + [sym_expression] = STATE(1506), + [sym_optional_chain_marker] = STATE(3483), + [sym__unary_expression] = STATE(3483), + [sym_postfix_expression] = STATE(3483), + [sym_constructor_expression] = STATE(3483), + [sym__parenthesized_type] = STATE(7825), + [sym_navigation_expression] = STATE(3483), + [sym__navigable_type_expression] = STATE(7825), + [sym_open_start_range_expression] = STATE(3483), + [sym__range_operator] = STATE(645), + [sym_open_end_range_expression] = STATE(3483), + [sym_prefix_expression] = STATE(3483), + [sym_as_expression] = STATE(3483), + [sym_selector_expression] = STATE(3483), + [sym__binary_expression] = STATE(3483), + [sym_multiplicative_expression] = STATE(3483), + [sym_additive_expression] = STATE(3483), + [sym_range_expression] = STATE(3483), + [sym_infix_expression] = STATE(3483), + [sym_nil_coalescing_expression] = STATE(3483), + [sym_check_expression] = STATE(3483), + [sym_comparison_expression] = STATE(3483), + [sym_equality_expression] = STATE(3483), + [sym_conjunction_expression] = STATE(3483), + [sym_disjunction_expression] = STATE(3483), + [sym_bitwise_operation] = STATE(3483), + [sym_custom_operator] = STATE(1227), + [sym_try_expression] = STATE(3483), + [sym_await_expression] = STATE(3483), + [sym__await_operator] = STATE(647), + [sym_ternary_expression] = STATE(3483), + [sym__expr_hack_at_ternary_binary_suffix] = STATE(3198), + [sym_expr_hack_at_ternary_binary_call] = STATE(3198), + [sym_call_expression] = STATE(3483), + [sym_macro_invocation] = STATE(3483), + [sym__primary_expression] = STATE(3483), + [sym_tuple_expression] = STATE(3483), + [sym_array_literal] = STATE(3483), + [sym_dictionary_literal] = STATE(3483), + [sym_special_literal] = STATE(3483), + [sym_playground_literal] = STATE(3483), + [sym_lambda_literal] = STATE(3483), + [sym_self_expression] = STATE(3483), + [sym_super_expression] = STATE(3483), + [sym_if_statement] = STATE(3483), + [sym_switch_statement] = STATE(3483), + [sym_key_path_expression] = STATE(3483), + [sym_key_path_string_expression] = STATE(3483), + [sym_try_operator] = STATE(650), + [sym__assignment_and_operator] = STATE(3154), + [sym__equality_operator] = STATE(3154), + [sym__comparison_operator] = STATE(3154), + [sym__three_dot_operator] = STATE(1215), + [sym__open_ended_range_operator] = STATE(645), + [sym__additive_operator] = STATE(3154), + [sym__multiplicative_operator] = STATE(3154), + [sym__prefix_unary_operator] = STATE(663), + [sym_directly_assignable_expression] = STATE(6569), + [sym_assignment] = STATE(3483), + [sym_value_parameter_pack] = STATE(3483), + [sym_value_pack_expansion] = STATE(3483), + [sym_referenceable_operator] = STATE(3483), + [sym__equal_sign] = STATE(3154), + [sym__eq_eq] = STATE(3154), + [sym__dot] = STATE(663), + [sym__hash_symbol] = STATE(4956), + [sym_bang] = STATE(1227), + [sym__parameter_ownership_modifier] = STATE(2778), + [sym_directive] = STATE(3483), + [sym_diagnostic] = STATE(3483), + [aux_sym_raw_string_literal_repeat1] = STATE(7865), + [anon_sym_BANG] = ACTIONS(939), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(941), + [aux_sym_simple_identifier_token2] = ACTIONS(943), + [aux_sym_simple_identifier_token3] = ACTIONS(943), + [aux_sym_simple_identifier_token4] = ACTIONS(943), + [anon_sym_actor] = ACTIONS(941), + [anon_sym_async] = ACTIONS(941), + [anon_sym_each] = ACTIONS(945), + [anon_sym_lazy] = ACTIONS(941), + [anon_sym_repeat] = ACTIONS(947), + [anon_sym_package] = ACTIONS(941), + [anon_sym_nil] = ACTIONS(949), + [sym_real_literal] = ACTIONS(951), + [sym_integer_literal] = ACTIONS(949), + [sym_hex_literal] = ACTIONS(949), + [sym_oct_literal] = ACTIONS(951), + [sym_bin_literal] = ACTIONS(951), + [anon_sym_true] = ACTIONS(953), + [anon_sym_false] = ACTIONS(953), + [anon_sym_DQUOTE] = ACTIONS(955), + [anon_sym_BSLASH] = ACTIONS(957), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(959), + [sym__oneline_regex_literal] = ACTIONS(961), + [anon_sym_LPAREN] = ACTIONS(1145), + [anon_sym_LBRACK] = ACTIONS(965), + [anon_sym_AMP] = ACTIONS(967), + [anon_sym_TILDE] = ACTIONS(967), + [anon_sym_if] = ACTIONS(969), + [anon_sym_switch] = ACTIONS(971), + [aux_sym_custom_operator_token1] = ACTIONS(973), + [anon_sym_LT] = ACTIONS(975), + [anon_sym_GT] = ACTIONS(975), + [anon_sym_await] = ACTIONS(977), + [anon_sym_LBRACE] = ACTIONS(979), + [anon_sym_CARET_LBRACE] = ACTIONS(979), + [anon_sym_self] = ACTIONS(981), + [anon_sym_super] = ACTIONS(983), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(987), + [anon_sym_DASH_EQ] = ACTIONS(987), + [anon_sym_STAR_EQ] = ACTIONS(987), + [anon_sym_SLASH_EQ] = ACTIONS(987), + [anon_sym_PERCENT_EQ] = ACTIONS(987), + [anon_sym_BANG_EQ] = ACTIONS(975), + [anon_sym_BANG_EQ_EQ] = ACTIONS(987), + [anon_sym_EQ_EQ_EQ] = ACTIONS(987), + [anon_sym_LT_EQ] = ACTIONS(987), + [anon_sym_GT_EQ] = ACTIONS(987), + [anon_sym_DOT_DOT_DOT] = ACTIONS(989), + [anon_sym_DOT_DOT_LT] = ACTIONS(991), + [anon_sym_PLUS] = ACTIONS(995), + [anon_sym_DASH] = ACTIONS(995), + [anon_sym_STAR] = ACTIONS(975), + [anon_sym_SLASH] = ACTIONS(975), + [anon_sym_PERCENT] = ACTIONS(975), + [anon_sym_PLUS_PLUS] = ACTIONS(967), + [anon_sym_DASH_DASH] = ACTIONS(967), + [anon_sym_PIPE] = ACTIONS(987), + [anon_sym_CARET] = ACTIONS(975), + [anon_sym_LT_LT] = ACTIONS(987), + [anon_sym_GT_GT] = ACTIONS(987), + [anon_sym_borrowing] = ACTIONS(941), + [anon_sym_consuming] = ACTIONS(941), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(999), + [sym__dot_custom] = ACTIONS(1147), + [sym__eq_custom] = ACTIONS(987), + [sym__eq_eq_custom] = ACTIONS(987), + [sym__plus_then_ws] = ACTIONS(987), + [sym__minus_then_ws] = ACTIONS(987), + [sym__bang_custom] = ACTIONS(1003), + [sym__custom_operator] = ACTIONS(973), + [sym__hash_symbol_custom] = ACTIONS(1005), + [sym__directive_if] = ACTIONS(1007), + [sym__directive_elseif] = ACTIONS(1007), + [sym__directive_else] = ACTIONS(1009), + [sym__directive_endif] = ACTIONS(1009), + }, + [STATE(494)] = { + [sym_simple_identifier] = STATE(2939), + [sym__contextual_simple_identifier] = STATE(2778), + [sym__basic_literal] = STATE(3483), + [sym_boolean_literal] = STATE(3483), + [sym__string_literal] = STATE(3483), + [sym_line_string_literal] = STATE(3483), + [sym_multi_line_string_literal] = STATE(3483), + [sym_raw_string_literal] = STATE(3483), + [sym_regex_literal] = STATE(3483), + [sym__extended_regex_literal] = STATE(3437), + [sym__multiline_regex_literal] = STATE(3437), + [sym_user_type] = STATE(6567), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6567), + [sym_dictionary_type] = STATE(6567), + [sym_expression] = STATE(1506), + [sym_optional_chain_marker] = STATE(3483), + [sym__unary_expression] = STATE(3483), + [sym_postfix_expression] = STATE(3483), + [sym_constructor_expression] = STATE(3483), + [sym__parenthesized_type] = STATE(7825), + [sym_navigation_expression] = STATE(3483), + [sym__navigable_type_expression] = STATE(7825), + [sym_open_start_range_expression] = STATE(3483), + [sym__range_operator] = STATE(645), + [sym_open_end_range_expression] = STATE(3483), + [sym_prefix_expression] = STATE(3483), + [sym_as_expression] = STATE(3483), + [sym_selector_expression] = STATE(3483), + [sym__binary_expression] = STATE(3483), + [sym_multiplicative_expression] = STATE(3483), + [sym_additive_expression] = STATE(3483), + [sym_range_expression] = STATE(3483), + [sym_infix_expression] = STATE(3483), + [sym_nil_coalescing_expression] = STATE(3483), + [sym_check_expression] = STATE(3483), + [sym_comparison_expression] = STATE(3483), + [sym_equality_expression] = STATE(3483), + [sym_conjunction_expression] = STATE(3483), + [sym_disjunction_expression] = STATE(3483), + [sym_bitwise_operation] = STATE(3483), + [sym_custom_operator] = STATE(1227), + [sym_try_expression] = STATE(3483), + [sym_await_expression] = STATE(3483), + [sym__await_operator] = STATE(647), + [sym_ternary_expression] = STATE(3483), + [sym__expr_hack_at_ternary_binary_suffix] = STATE(3335), + [sym_expr_hack_at_ternary_binary_call] = STATE(3335), + [sym_call_expression] = STATE(3483), + [sym_macro_invocation] = STATE(3483), + [sym__primary_expression] = STATE(3483), + [sym_tuple_expression] = STATE(3483), + [sym_array_literal] = STATE(3483), + [sym_dictionary_literal] = STATE(3483), + [sym_special_literal] = STATE(3483), + [sym_playground_literal] = STATE(3483), + [sym_lambda_literal] = STATE(3483), + [sym_self_expression] = STATE(3483), + [sym_super_expression] = STATE(3483), + [sym_if_statement] = STATE(3483), + [sym_switch_statement] = STATE(3483), + [sym_key_path_expression] = STATE(3483), + [sym_key_path_string_expression] = STATE(3483), + [sym_try_operator] = STATE(650), + [sym__assignment_and_operator] = STATE(3154), + [sym__equality_operator] = STATE(3154), + [sym__comparison_operator] = STATE(3154), + [sym__three_dot_operator] = STATE(1215), + [sym__open_ended_range_operator] = STATE(645), + [sym__additive_operator] = STATE(3154), + [sym__multiplicative_operator] = STATE(3154), + [sym__prefix_unary_operator] = STATE(663), + [sym_directly_assignable_expression] = STATE(6569), + [sym_assignment] = STATE(3483), + [sym_value_parameter_pack] = STATE(3483), + [sym_value_pack_expansion] = STATE(3483), + [sym_referenceable_operator] = STATE(3483), + [sym__equal_sign] = STATE(3154), + [sym__eq_eq] = STATE(3154), + [sym__dot] = STATE(663), + [sym__hash_symbol] = STATE(4956), + [sym_bang] = STATE(1227), + [sym__parameter_ownership_modifier] = STATE(2778), + [sym_directive] = STATE(3483), + [sym_diagnostic] = STATE(3483), + [aux_sym_raw_string_literal_repeat1] = STATE(7865), + [anon_sym_BANG] = ACTIONS(939), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(941), + [aux_sym_simple_identifier_token2] = ACTIONS(943), + [aux_sym_simple_identifier_token3] = ACTIONS(943), + [aux_sym_simple_identifier_token4] = ACTIONS(943), + [anon_sym_actor] = ACTIONS(941), + [anon_sym_async] = ACTIONS(941), + [anon_sym_each] = ACTIONS(945), + [anon_sym_lazy] = ACTIONS(941), + [anon_sym_repeat] = ACTIONS(947), + [anon_sym_package] = ACTIONS(941), + [anon_sym_nil] = ACTIONS(949), + [sym_real_literal] = ACTIONS(951), + [sym_integer_literal] = ACTIONS(949), + [sym_hex_literal] = ACTIONS(949), + [sym_oct_literal] = ACTIONS(951), + [sym_bin_literal] = ACTIONS(951), + [anon_sym_true] = ACTIONS(953), + [anon_sym_false] = ACTIONS(953), + [anon_sym_DQUOTE] = ACTIONS(955), + [anon_sym_BSLASH] = ACTIONS(957), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(959), + [sym__oneline_regex_literal] = ACTIONS(961), + [anon_sym_LPAREN] = ACTIONS(1145), + [anon_sym_LBRACK] = ACTIONS(965), + [anon_sym_AMP] = ACTIONS(967), + [anon_sym_TILDE] = ACTIONS(967), + [anon_sym_if] = ACTIONS(969), + [anon_sym_switch] = ACTIONS(971), + [aux_sym_custom_operator_token1] = ACTIONS(973), + [anon_sym_LT] = ACTIONS(975), + [anon_sym_GT] = ACTIONS(975), + [anon_sym_await] = ACTIONS(977), + [anon_sym_LBRACE] = ACTIONS(979), + [anon_sym_CARET_LBRACE] = ACTIONS(979), + [anon_sym_self] = ACTIONS(981), + [anon_sym_super] = ACTIONS(983), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(987), + [anon_sym_DASH_EQ] = ACTIONS(987), + [anon_sym_STAR_EQ] = ACTIONS(987), + [anon_sym_SLASH_EQ] = ACTIONS(987), + [anon_sym_PERCENT_EQ] = ACTIONS(987), + [anon_sym_BANG_EQ] = ACTIONS(975), + [anon_sym_BANG_EQ_EQ] = ACTIONS(987), + [anon_sym_EQ_EQ_EQ] = ACTIONS(987), + [anon_sym_LT_EQ] = ACTIONS(987), + [anon_sym_GT_EQ] = ACTIONS(987), + [anon_sym_DOT_DOT_DOT] = ACTIONS(989), + [anon_sym_DOT_DOT_LT] = ACTIONS(991), + [anon_sym_PLUS] = ACTIONS(995), + [anon_sym_DASH] = ACTIONS(995), + [anon_sym_STAR] = ACTIONS(975), + [anon_sym_SLASH] = ACTIONS(975), + [anon_sym_PERCENT] = ACTIONS(975), + [anon_sym_PLUS_PLUS] = ACTIONS(967), + [anon_sym_DASH_DASH] = ACTIONS(967), + [anon_sym_PIPE] = ACTIONS(987), + [anon_sym_CARET] = ACTIONS(975), + [anon_sym_LT_LT] = ACTIONS(987), + [anon_sym_GT_GT] = ACTIONS(987), + [anon_sym_borrowing] = ACTIONS(941), + [anon_sym_consuming] = ACTIONS(941), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(999), + [sym__dot_custom] = ACTIONS(1147), + [sym__eq_custom] = ACTIONS(987), + [sym__eq_eq_custom] = ACTIONS(987), + [sym__plus_then_ws] = ACTIONS(987), + [sym__minus_then_ws] = ACTIONS(987), + [sym__bang_custom] = ACTIONS(1003), + [sym__custom_operator] = ACTIONS(973), + [sym__hash_symbol_custom] = ACTIONS(1005), + [sym__directive_if] = ACTIONS(1007), + [sym__directive_elseif] = ACTIONS(1007), + [sym__directive_else] = ACTIONS(1009), + [sym__directive_endif] = ACTIONS(1009), + }, + [STATE(495)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1659), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [anon_sym_getter_COLON] = ACTIONS(1558), + [anon_sym_setter_COLON] = ACTIONS(1558), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(496)] = { + [sym_simple_identifier] = STATE(2915), + [sym__contextual_simple_identifier] = STATE(2805), + [sym__basic_literal] = STATE(3407), + [sym_boolean_literal] = STATE(3407), + [sym__string_literal] = STATE(3407), + [sym_line_string_literal] = STATE(3407), + [sym_multi_line_string_literal] = STATE(3407), + [sym_raw_string_literal] = STATE(3407), + [sym_regex_literal] = STATE(3407), + [sym__extended_regex_literal] = STATE(3399), + [sym__multiline_regex_literal] = STATE(3399), + [sym_user_type] = STATE(6574), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6574), + [sym_dictionary_type] = STATE(6574), + [sym_expression] = STATE(1518), + [sym_optional_chain_marker] = STATE(3407), + [sym__unary_expression] = STATE(3407), + [sym_postfix_expression] = STATE(3407), + [sym_constructor_expression] = STATE(3407), + [sym__parenthesized_type] = STATE(7731), + [sym_navigation_expression] = STATE(3407), + [sym__navigable_type_expression] = STATE(7731), + [sym_open_start_range_expression] = STATE(3407), + [sym__range_operator] = STATE(658), + [sym_open_end_range_expression] = STATE(3407), + [sym_prefix_expression] = STATE(3407), + [sym_as_expression] = STATE(3407), + [sym_selector_expression] = STATE(3407), + [sym__binary_expression] = STATE(3407), + [sym_multiplicative_expression] = STATE(3407), + [sym_additive_expression] = STATE(3407), + [sym_range_expression] = STATE(3407), + [sym_infix_expression] = STATE(3407), + [sym_nil_coalescing_expression] = STATE(3407), + [sym_check_expression] = STATE(3407), + [sym_comparison_expression] = STATE(3407), + [sym_equality_expression] = STATE(3407), + [sym_conjunction_expression] = STATE(3407), + [sym_disjunction_expression] = STATE(3407), + [sym_bitwise_operation] = STATE(3407), + [sym_custom_operator] = STATE(1194), + [sym_try_expression] = STATE(3407), + [sym_await_expression] = STATE(3407), + [sym__await_operator] = STATE(692), + [sym_ternary_expression] = STATE(3407), + [sym__expr_hack_at_ternary_binary_suffix] = STATE(3607), + [sym_expr_hack_at_ternary_binary_call] = STATE(3607), + [sym_call_expression] = STATE(3407), + [sym_macro_invocation] = STATE(3407), + [sym__primary_expression] = STATE(3407), + [sym_tuple_expression] = STATE(3407), + [sym_array_literal] = STATE(3407), + [sym_dictionary_literal] = STATE(3407), + [sym_special_literal] = STATE(3407), + [sym_playground_literal] = STATE(3407), + [sym_lambda_literal] = STATE(3407), + [sym_self_expression] = STATE(3407), + [sym_super_expression] = STATE(3407), + [sym_if_statement] = STATE(3407), + [sym_switch_statement] = STATE(3407), + [sym_key_path_expression] = STATE(3407), + [sym_key_path_string_expression] = STATE(3407), + [sym_try_operator] = STATE(708), + [sym__assignment_and_operator] = STATE(3269), + [sym__equality_operator] = STATE(3269), + [sym__comparison_operator] = STATE(3269), + [sym__three_dot_operator] = STATE(1211), + [sym__open_ended_range_operator] = STATE(658), + [sym__additive_operator] = STATE(3269), + [sym__multiplicative_operator] = STATE(3269), + [sym__prefix_unary_operator] = STATE(595), + [sym_directly_assignable_expression] = STATE(6607), + [sym_assignment] = STATE(3407), + [sym_value_parameter_pack] = STATE(3407), + [sym_value_pack_expansion] = STATE(3407), + [sym_referenceable_operator] = STATE(3407), + [sym__equal_sign] = STATE(3269), + [sym__eq_eq] = STATE(3269), + [sym__dot] = STATE(595), + [sym__hash_symbol] = STATE(4958), + [sym_bang] = STATE(1194), + [sym__parameter_ownership_modifier] = STATE(2805), + [sym_directive] = STATE(3407), + [sym_diagnostic] = STATE(3407), + [aux_sym_raw_string_literal_repeat1] = STATE(7737), + [anon_sym_BANG] = ACTIONS(1077), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1079), + [aux_sym_simple_identifier_token2] = ACTIONS(1081), + [aux_sym_simple_identifier_token3] = ACTIONS(1081), + [aux_sym_simple_identifier_token4] = ACTIONS(1081), + [anon_sym_actor] = ACTIONS(1079), + [anon_sym_async] = ACTIONS(1079), + [anon_sym_each] = ACTIONS(1083), + [anon_sym_lazy] = ACTIONS(1079), + [anon_sym_repeat] = ACTIONS(1085), + [anon_sym_package] = ACTIONS(1079), + [anon_sym_nil] = ACTIONS(1087), + [sym_real_literal] = ACTIONS(1089), + [sym_integer_literal] = ACTIONS(1087), + [sym_hex_literal] = ACTIONS(1087), + [sym_oct_literal] = ACTIONS(1089), + [sym_bin_literal] = ACTIONS(1089), + [anon_sym_true] = ACTIONS(1091), + [anon_sym_false] = ACTIONS(1091), + [anon_sym_DQUOTE] = ACTIONS(1093), + [anon_sym_BSLASH] = ACTIONS(1095), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1097), + [sym__oneline_regex_literal] = ACTIONS(1099), + [anon_sym_LPAREN] = ACTIONS(1101), + [anon_sym_LBRACK] = ACTIONS(1103), + [anon_sym_AMP] = ACTIONS(1105), + [anon_sym_TILDE] = ACTIONS(1105), + [anon_sym_if] = ACTIONS(1107), + [anon_sym_switch] = ACTIONS(1109), + [aux_sym_custom_operator_token1] = ACTIONS(1111), + [anon_sym_LT] = ACTIONS(1113), + [anon_sym_GT] = ACTIONS(1113), + [anon_sym_await] = ACTIONS(1115), + [anon_sym_LBRACE] = ACTIONS(1117), + [anon_sym_CARET_LBRACE] = ACTIONS(1117), + [anon_sym_self] = ACTIONS(1119), + [anon_sym_super] = ACTIONS(1121), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(1123), + [anon_sym_DASH_EQ] = ACTIONS(1123), + [anon_sym_STAR_EQ] = ACTIONS(1123), + [anon_sym_SLASH_EQ] = ACTIONS(1123), + [anon_sym_PERCENT_EQ] = ACTIONS(1123), + [anon_sym_BANG_EQ] = ACTIONS(1113), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1123), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1123), + [anon_sym_LT_EQ] = ACTIONS(1123), + [anon_sym_GT_EQ] = ACTIONS(1123), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1125), + [anon_sym_DOT_DOT_LT] = ACTIONS(1127), + [anon_sym_PLUS] = ACTIONS(1129), + [anon_sym_DASH] = ACTIONS(1129), + [anon_sym_STAR] = ACTIONS(1113), + [anon_sym_SLASH] = ACTIONS(1113), + [anon_sym_PERCENT] = ACTIONS(1113), + [anon_sym_PLUS_PLUS] = ACTIONS(1105), + [anon_sym_DASH_DASH] = ACTIONS(1105), + [anon_sym_PIPE] = ACTIONS(1123), + [anon_sym_CARET] = ACTIONS(1113), + [anon_sym_LT_LT] = ACTIONS(1123), + [anon_sym_GT_GT] = ACTIONS(1123), + [anon_sym_borrowing] = ACTIONS(1079), + [anon_sym_consuming] = ACTIONS(1079), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(1131), + [sym__dot_custom] = ACTIONS(1133), + [sym__eq_custom] = ACTIONS(1123), + [sym__eq_eq_custom] = ACTIONS(1123), + [sym__plus_then_ws] = ACTIONS(1123), + [sym__minus_then_ws] = ACTIONS(1123), + [sym__bang_custom] = ACTIONS(1135), + [sym__custom_operator] = ACTIONS(1111), + [sym__hash_symbol_custom] = ACTIONS(1137), + [sym__directive_if] = ACTIONS(1139), + [sym__directive_elseif] = ACTIONS(1139), + [sym__directive_else] = ACTIONS(1141), + [sym__directive_endif] = ACTIONS(1141), + }, + [STATE(497)] = { + [sym_simple_identifier] = STATE(2939), + [sym__contextual_simple_identifier] = STATE(2778), + [sym__basic_literal] = STATE(3483), + [sym_boolean_literal] = STATE(3483), + [sym__string_literal] = STATE(3483), + [sym_line_string_literal] = STATE(3483), + [sym_multi_line_string_literal] = STATE(3483), + [sym_raw_string_literal] = STATE(3483), + [sym_regex_literal] = STATE(3483), + [sym__extended_regex_literal] = STATE(3437), + [sym__multiline_regex_literal] = STATE(3437), + [sym_user_type] = STATE(6567), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6567), + [sym_dictionary_type] = STATE(6567), + [sym_expression] = STATE(1506), + [sym_optional_chain_marker] = STATE(3483), + [sym__unary_expression] = STATE(3483), + [sym_postfix_expression] = STATE(3483), + [sym_constructor_expression] = STATE(3483), + [sym__parenthesized_type] = STATE(7825), + [sym_navigation_expression] = STATE(3483), + [sym__navigable_type_expression] = STATE(7825), + [sym_open_start_range_expression] = STATE(3483), + [sym__range_operator] = STATE(645), + [sym_open_end_range_expression] = STATE(3483), + [sym_prefix_expression] = STATE(3483), + [sym_as_expression] = STATE(3483), + [sym_selector_expression] = STATE(3483), + [sym__binary_expression] = STATE(3483), + [sym_multiplicative_expression] = STATE(3483), + [sym_additive_expression] = STATE(3483), + [sym_range_expression] = STATE(3483), + [sym_infix_expression] = STATE(3483), + [sym_nil_coalescing_expression] = STATE(3483), + [sym_check_expression] = STATE(3483), + [sym_comparison_expression] = STATE(3483), + [sym_equality_expression] = STATE(3483), + [sym_conjunction_expression] = STATE(3483), + [sym_disjunction_expression] = STATE(3483), + [sym_bitwise_operation] = STATE(3483), + [sym_custom_operator] = STATE(1227), + [sym_try_expression] = STATE(3483), + [sym_await_expression] = STATE(3483), + [sym__await_operator] = STATE(647), + [sym_ternary_expression] = STATE(3483), + [sym__expr_hack_at_ternary_binary_suffix] = STATE(3201), + [sym_expr_hack_at_ternary_binary_call] = STATE(3201), + [sym_call_expression] = STATE(3483), + [sym_macro_invocation] = STATE(3483), + [sym__primary_expression] = STATE(3483), + [sym_tuple_expression] = STATE(3483), + [sym_array_literal] = STATE(3483), + [sym_dictionary_literal] = STATE(3483), + [sym_special_literal] = STATE(3483), + [sym_playground_literal] = STATE(3483), + [sym_lambda_literal] = STATE(3483), + [sym_self_expression] = STATE(3483), + [sym_super_expression] = STATE(3483), + [sym_if_statement] = STATE(3483), + [sym_switch_statement] = STATE(3483), + [sym_key_path_expression] = STATE(3483), + [sym_key_path_string_expression] = STATE(3483), + [sym_try_operator] = STATE(650), + [sym__assignment_and_operator] = STATE(3154), + [sym__equality_operator] = STATE(3154), + [sym__comparison_operator] = STATE(3154), + [sym__three_dot_operator] = STATE(1215), + [sym__open_ended_range_operator] = STATE(645), + [sym__additive_operator] = STATE(3154), + [sym__multiplicative_operator] = STATE(3154), + [sym__prefix_unary_operator] = STATE(663), + [sym_directly_assignable_expression] = STATE(6569), + [sym_assignment] = STATE(3483), + [sym_value_parameter_pack] = STATE(3483), + [sym_value_pack_expansion] = STATE(3483), + [sym_referenceable_operator] = STATE(3483), + [sym__equal_sign] = STATE(3154), + [sym__eq_eq] = STATE(3154), + [sym__dot] = STATE(663), + [sym__hash_symbol] = STATE(4956), + [sym_bang] = STATE(1227), + [sym__parameter_ownership_modifier] = STATE(2778), + [sym_directive] = STATE(3483), + [sym_diagnostic] = STATE(3483), + [aux_sym_raw_string_literal_repeat1] = STATE(7865), + [anon_sym_BANG] = ACTIONS(939), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(941), + [aux_sym_simple_identifier_token2] = ACTIONS(943), + [aux_sym_simple_identifier_token3] = ACTIONS(943), + [aux_sym_simple_identifier_token4] = ACTIONS(943), + [anon_sym_actor] = ACTIONS(941), + [anon_sym_async] = ACTIONS(941), + [anon_sym_each] = ACTIONS(945), + [anon_sym_lazy] = ACTIONS(941), + [anon_sym_repeat] = ACTIONS(947), + [anon_sym_package] = ACTIONS(941), + [anon_sym_nil] = ACTIONS(949), + [sym_real_literal] = ACTIONS(951), + [sym_integer_literal] = ACTIONS(949), + [sym_hex_literal] = ACTIONS(949), + [sym_oct_literal] = ACTIONS(951), + [sym_bin_literal] = ACTIONS(951), + [anon_sym_true] = ACTIONS(953), + [anon_sym_false] = ACTIONS(953), + [anon_sym_DQUOTE] = ACTIONS(955), + [anon_sym_BSLASH] = ACTIONS(957), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(959), + [sym__oneline_regex_literal] = ACTIONS(961), + [anon_sym_LPAREN] = ACTIONS(1145), + [anon_sym_LBRACK] = ACTIONS(965), + [anon_sym_AMP] = ACTIONS(967), + [anon_sym_TILDE] = ACTIONS(967), + [anon_sym_if] = ACTIONS(969), + [anon_sym_switch] = ACTIONS(971), + [aux_sym_custom_operator_token1] = ACTIONS(973), + [anon_sym_LT] = ACTIONS(975), + [anon_sym_GT] = ACTIONS(975), + [anon_sym_await] = ACTIONS(977), + [anon_sym_LBRACE] = ACTIONS(979), + [anon_sym_CARET_LBRACE] = ACTIONS(979), + [anon_sym_self] = ACTIONS(981), + [anon_sym_super] = ACTIONS(983), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(987), + [anon_sym_DASH_EQ] = ACTIONS(987), + [anon_sym_STAR_EQ] = ACTIONS(987), + [anon_sym_SLASH_EQ] = ACTIONS(987), + [anon_sym_PERCENT_EQ] = ACTIONS(987), + [anon_sym_BANG_EQ] = ACTIONS(975), + [anon_sym_BANG_EQ_EQ] = ACTIONS(987), + [anon_sym_EQ_EQ_EQ] = ACTIONS(987), + [anon_sym_LT_EQ] = ACTIONS(987), + [anon_sym_GT_EQ] = ACTIONS(987), + [anon_sym_DOT_DOT_DOT] = ACTIONS(989), + [anon_sym_DOT_DOT_LT] = ACTIONS(991), + [anon_sym_PLUS] = ACTIONS(995), + [anon_sym_DASH] = ACTIONS(995), + [anon_sym_STAR] = ACTIONS(975), + [anon_sym_SLASH] = ACTIONS(975), + [anon_sym_PERCENT] = ACTIONS(975), + [anon_sym_PLUS_PLUS] = ACTIONS(967), + [anon_sym_DASH_DASH] = ACTIONS(967), + [anon_sym_PIPE] = ACTIONS(987), + [anon_sym_CARET] = ACTIONS(975), + [anon_sym_LT_LT] = ACTIONS(987), + [anon_sym_GT_GT] = ACTIONS(987), + [anon_sym_borrowing] = ACTIONS(941), + [anon_sym_consuming] = ACTIONS(941), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(999), + [sym__dot_custom] = ACTIONS(1147), + [sym__eq_custom] = ACTIONS(987), + [sym__eq_eq_custom] = ACTIONS(987), + [sym__plus_then_ws] = ACTIONS(987), + [sym__minus_then_ws] = ACTIONS(987), + [sym__bang_custom] = ACTIONS(1003), + [sym__custom_operator] = ACTIONS(973), + [sym__hash_symbol_custom] = ACTIONS(1005), + [sym__directive_if] = ACTIONS(1007), + [sym__directive_elseif] = ACTIONS(1007), + [sym__directive_else] = ACTIONS(1009), + [sym__directive_endif] = ACTIONS(1009), + }, + [STATE(498)] = { + [sym_simple_identifier] = STATE(2939), + [sym__contextual_simple_identifier] = STATE(2778), + [sym__basic_literal] = STATE(3483), + [sym_boolean_literal] = STATE(3483), + [sym__string_literal] = STATE(3483), + [sym_line_string_literal] = STATE(3483), + [sym_multi_line_string_literal] = STATE(3483), + [sym_raw_string_literal] = STATE(3483), + [sym_regex_literal] = STATE(3483), + [sym__extended_regex_literal] = STATE(3437), + [sym__multiline_regex_literal] = STATE(3437), + [sym_user_type] = STATE(6567), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6567), + [sym_dictionary_type] = STATE(6567), + [sym_expression] = STATE(1506), + [sym_optional_chain_marker] = STATE(3483), + [sym__unary_expression] = STATE(3483), + [sym_postfix_expression] = STATE(3483), + [sym_constructor_expression] = STATE(3483), + [sym__parenthesized_type] = STATE(7825), + [sym_navigation_expression] = STATE(3483), + [sym__navigable_type_expression] = STATE(7825), + [sym_open_start_range_expression] = STATE(3483), + [sym__range_operator] = STATE(645), + [sym_open_end_range_expression] = STATE(3483), + [sym_prefix_expression] = STATE(3483), + [sym_as_expression] = STATE(3483), + [sym_selector_expression] = STATE(3483), + [sym__binary_expression] = STATE(3483), + [sym_multiplicative_expression] = STATE(3483), + [sym_additive_expression] = STATE(3483), + [sym_range_expression] = STATE(3483), + [sym_infix_expression] = STATE(3483), + [sym_nil_coalescing_expression] = STATE(3483), + [sym_check_expression] = STATE(3483), + [sym_comparison_expression] = STATE(3483), + [sym_equality_expression] = STATE(3483), + [sym_conjunction_expression] = STATE(3483), + [sym_disjunction_expression] = STATE(3483), + [sym_bitwise_operation] = STATE(3483), + [sym_custom_operator] = STATE(1227), + [sym_try_expression] = STATE(3483), + [sym_await_expression] = STATE(3483), + [sym__await_operator] = STATE(647), + [sym_ternary_expression] = STATE(3483), + [sym__expr_hack_at_ternary_binary_suffix] = STATE(3203), + [sym_expr_hack_at_ternary_binary_call] = STATE(3203), + [sym_call_expression] = STATE(3483), + [sym_macro_invocation] = STATE(3483), + [sym__primary_expression] = STATE(3483), + [sym_tuple_expression] = STATE(3483), + [sym_array_literal] = STATE(3483), + [sym_dictionary_literal] = STATE(3483), + [sym_special_literal] = STATE(3483), + [sym_playground_literal] = STATE(3483), + [sym_lambda_literal] = STATE(3483), + [sym_self_expression] = STATE(3483), + [sym_super_expression] = STATE(3483), + [sym_if_statement] = STATE(3483), + [sym_switch_statement] = STATE(3483), + [sym_key_path_expression] = STATE(3483), + [sym_key_path_string_expression] = STATE(3483), + [sym_try_operator] = STATE(650), + [sym__assignment_and_operator] = STATE(3154), + [sym__equality_operator] = STATE(3154), + [sym__comparison_operator] = STATE(3154), + [sym__three_dot_operator] = STATE(1215), + [sym__open_ended_range_operator] = STATE(645), + [sym__additive_operator] = STATE(3154), + [sym__multiplicative_operator] = STATE(3154), + [sym__prefix_unary_operator] = STATE(663), + [sym_directly_assignable_expression] = STATE(6569), + [sym_assignment] = STATE(3483), + [sym_value_parameter_pack] = STATE(3483), + [sym_value_pack_expansion] = STATE(3483), + [sym_referenceable_operator] = STATE(3483), + [sym__equal_sign] = STATE(3154), + [sym__eq_eq] = STATE(3154), + [sym__dot] = STATE(663), + [sym__hash_symbol] = STATE(4956), + [sym_bang] = STATE(1227), + [sym__parameter_ownership_modifier] = STATE(2778), + [sym_directive] = STATE(3483), + [sym_diagnostic] = STATE(3483), + [aux_sym_raw_string_literal_repeat1] = STATE(7865), + [anon_sym_BANG] = ACTIONS(939), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(941), + [aux_sym_simple_identifier_token2] = ACTIONS(943), + [aux_sym_simple_identifier_token3] = ACTIONS(943), + [aux_sym_simple_identifier_token4] = ACTIONS(943), + [anon_sym_actor] = ACTIONS(941), + [anon_sym_async] = ACTIONS(941), + [anon_sym_each] = ACTIONS(945), + [anon_sym_lazy] = ACTIONS(941), + [anon_sym_repeat] = ACTIONS(947), + [anon_sym_package] = ACTIONS(941), + [anon_sym_nil] = ACTIONS(949), + [sym_real_literal] = ACTIONS(951), + [sym_integer_literal] = ACTIONS(949), + [sym_hex_literal] = ACTIONS(949), + [sym_oct_literal] = ACTIONS(951), + [sym_bin_literal] = ACTIONS(951), + [anon_sym_true] = ACTIONS(953), + [anon_sym_false] = ACTIONS(953), + [anon_sym_DQUOTE] = ACTIONS(955), + [anon_sym_BSLASH] = ACTIONS(957), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(959), + [sym__oneline_regex_literal] = ACTIONS(961), + [anon_sym_LPAREN] = ACTIONS(1145), + [anon_sym_LBRACK] = ACTIONS(965), + [anon_sym_AMP] = ACTIONS(967), + [anon_sym_TILDE] = ACTIONS(967), + [anon_sym_if] = ACTIONS(969), + [anon_sym_switch] = ACTIONS(971), + [aux_sym_custom_operator_token1] = ACTIONS(973), + [anon_sym_LT] = ACTIONS(975), + [anon_sym_GT] = ACTIONS(975), + [anon_sym_await] = ACTIONS(977), + [anon_sym_LBRACE] = ACTIONS(979), + [anon_sym_CARET_LBRACE] = ACTIONS(979), + [anon_sym_self] = ACTIONS(981), + [anon_sym_super] = ACTIONS(983), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(987), + [anon_sym_DASH_EQ] = ACTIONS(987), + [anon_sym_STAR_EQ] = ACTIONS(987), + [anon_sym_SLASH_EQ] = ACTIONS(987), + [anon_sym_PERCENT_EQ] = ACTIONS(987), + [anon_sym_BANG_EQ] = ACTIONS(975), + [anon_sym_BANG_EQ_EQ] = ACTIONS(987), + [anon_sym_EQ_EQ_EQ] = ACTIONS(987), + [anon_sym_LT_EQ] = ACTIONS(987), + [anon_sym_GT_EQ] = ACTIONS(987), + [anon_sym_DOT_DOT_DOT] = ACTIONS(989), + [anon_sym_DOT_DOT_LT] = ACTIONS(991), + [anon_sym_PLUS] = ACTIONS(995), + [anon_sym_DASH] = ACTIONS(995), + [anon_sym_STAR] = ACTIONS(975), + [anon_sym_SLASH] = ACTIONS(975), + [anon_sym_PERCENT] = ACTIONS(975), + [anon_sym_PLUS_PLUS] = ACTIONS(967), + [anon_sym_DASH_DASH] = ACTIONS(967), + [anon_sym_PIPE] = ACTIONS(987), + [anon_sym_CARET] = ACTIONS(975), + [anon_sym_LT_LT] = ACTIONS(987), + [anon_sym_GT_GT] = ACTIONS(987), + [anon_sym_borrowing] = ACTIONS(941), + [anon_sym_consuming] = ACTIONS(941), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(999), + [sym__dot_custom] = ACTIONS(1147), + [sym__eq_custom] = ACTIONS(987), + [sym__eq_eq_custom] = ACTIONS(987), + [sym__plus_then_ws] = ACTIONS(987), + [sym__minus_then_ws] = ACTIONS(987), + [sym__bang_custom] = ACTIONS(1003), + [sym__custom_operator] = ACTIONS(973), + [sym__hash_symbol_custom] = ACTIONS(1005), + [sym__directive_if] = ACTIONS(1007), + [sym__directive_elseif] = ACTIONS(1007), + [sym__directive_else] = ACTIONS(1009), + [sym__directive_endif] = ACTIONS(1009), + }, + [STATE(499)] = { + [sym_simple_identifier] = STATE(2455), + [sym__contextual_simple_identifier] = STATE(2422), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1459), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym__expr_hack_at_ternary_binary_suffix] = STATE(2796), + [sym_expr_hack_at_ternary_binary_call] = STATE(2796), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym_self_expression] = STATE(2689), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(2689), + [sym_switch_statement] = STATE(2689), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__parameter_ownership_modifier] = STATE(2422), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(11), + [aux_sym_simple_identifier_token2] = ACTIONS(13), + [aux_sym_simple_identifier_token3] = ACTIONS(13), + [aux_sym_simple_identifier_token4] = ACTIONS(13), + [anon_sym_actor] = ACTIONS(11), + [anon_sym_async] = ACTIONS(11), + [anon_sym_each] = ACTIONS(19), + [anon_sym_lazy] = ACTIONS(11), + [anon_sym_repeat] = ACTIONS(831), + [anon_sym_package] = ACTIONS(11), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_self] = ACTIONS(59), + [anon_sym_super] = ACTIONS(61), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [anon_sym_borrowing] = ACTIONS(11), + [anon_sym_consuming] = ACTIONS(11), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(500)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1643), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [anon_sym_getter_COLON] = ACTIONS(1560), + [anon_sym_setter_COLON] = ACTIONS(1560), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(501)] = { + [sym_simple_identifier] = STATE(1184), + [sym__contextual_simple_identifier] = STATE(1170), + [sym__basic_literal] = STATE(1251), + [sym_boolean_literal] = STATE(1251), + [sym__string_literal] = STATE(1251), + [sym_line_string_literal] = STATE(1251), + [sym_multi_line_string_literal] = STATE(1251), + [sym_raw_string_literal] = STATE(1251), + [sym_regex_literal] = STATE(1251), + [sym__extended_regex_literal] = STATE(1342), + [sym__multiline_regex_literal] = STATE(1342), + [sym_user_type] = STATE(6635), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6635), + [sym_dictionary_type] = STATE(6635), + [sym_expression] = STATE(774), + [sym_optional_chain_marker] = STATE(1251), + [sym__unary_expression] = STATE(1251), + [sym_postfix_expression] = STATE(1251), + [sym_constructor_expression] = STATE(1251), + [sym__parenthesized_type] = STATE(8560), + [sym_navigation_expression] = STATE(1251), + [sym__navigable_type_expression] = STATE(8560), + [sym_open_start_range_expression] = STATE(1251), + [sym__range_operator] = STATE(576), + [sym_open_end_range_expression] = STATE(1251), + [sym_prefix_expression] = STATE(1251), + [sym_as_expression] = STATE(1251), + [sym_selector_expression] = STATE(1251), + [sym__binary_expression] = STATE(1251), + [sym_multiplicative_expression] = STATE(1251), + [sym_additive_expression] = STATE(1251), + [sym_range_expression] = STATE(1251), + [sym_infix_expression] = STATE(1251), + [sym_nil_coalescing_expression] = STATE(1251), + [sym_check_expression] = STATE(1251), + [sym_comparison_expression] = STATE(1251), + [sym_equality_expression] = STATE(1251), + [sym_conjunction_expression] = STATE(1251), + [sym_disjunction_expression] = STATE(1251), + [sym_bitwise_operation] = STATE(1251), + [sym_custom_operator] = STATE(762), + [sym_try_expression] = STATE(1251), + [sym_await_expression] = STATE(1251), + [sym__await_operator] = STATE(578), + [sym_ternary_expression] = STATE(1251), + [sym__expr_hack_at_ternary_binary_suffix] = STATE(1288), + [sym_expr_hack_at_ternary_binary_call] = STATE(1288), + [sym_call_expression] = STATE(1251), + [sym_macro_invocation] = STATE(1251), + [sym__primary_expression] = STATE(1251), + [sym_tuple_expression] = STATE(1251), + [sym_array_literal] = STATE(1251), + [sym_dictionary_literal] = STATE(1251), + [sym_special_literal] = STATE(1251), + [sym_playground_literal] = STATE(1251), + [sym_lambda_literal] = STATE(1251), + [sym_self_expression] = STATE(1251), + [sym_super_expression] = STATE(1251), + [sym_if_statement] = STATE(1251), + [sym_switch_statement] = STATE(1251), + [sym_key_path_expression] = STATE(1251), + [sym_key_path_string_expression] = STATE(1251), + [sym_try_operator] = STATE(579), + [sym__assignment_and_operator] = STATE(1242), + [sym__equality_operator] = STATE(1242), + [sym__comparison_operator] = STATE(1242), + [sym__three_dot_operator] = STATE(759), + [sym__open_ended_range_operator] = STATE(576), + [sym__additive_operator] = STATE(1242), + [sym__multiplicative_operator] = STATE(1242), + [sym__prefix_unary_operator] = STATE(580), + [sym_directly_assignable_expression] = STATE(6636), + [sym_assignment] = STATE(1251), + [sym_value_parameter_pack] = STATE(1251), + [sym_value_pack_expansion] = STATE(1251), + [sym_referenceable_operator] = STATE(1251), + [sym__equal_sign] = STATE(1242), + [sym__eq_eq] = STATE(1242), + [sym__dot] = STATE(580), + [sym__hash_symbol] = STATE(4959), + [sym_bang] = STATE(762), + [sym__parameter_ownership_modifier] = STATE(1170), + [sym_directive] = STATE(1251), + [sym_diagnostic] = STATE(1251), + [aux_sym_raw_string_literal_repeat1] = STATE(7778), + [anon_sym_BANG] = ACTIONS(655), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(657), + [aux_sym_simple_identifier_token2] = ACTIONS(659), + [aux_sym_simple_identifier_token3] = ACTIONS(659), + [aux_sym_simple_identifier_token4] = ACTIONS(659), + [anon_sym_actor] = ACTIONS(657), + [anon_sym_async] = ACTIONS(657), + [anon_sym_each] = ACTIONS(661), + [anon_sym_lazy] = ACTIONS(657), + [anon_sym_repeat] = ACTIONS(663), + [anon_sym_package] = ACTIONS(657), + [anon_sym_nil] = ACTIONS(665), + [sym_real_literal] = ACTIONS(667), + [sym_integer_literal] = ACTIONS(665), + [sym_hex_literal] = ACTIONS(665), + [sym_oct_literal] = ACTIONS(667), + [sym_bin_literal] = ACTIONS(667), + [anon_sym_true] = ACTIONS(669), + [anon_sym_false] = ACTIONS(669), + [anon_sym_DQUOTE] = ACTIONS(671), + [anon_sym_BSLASH] = ACTIONS(673), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(675), + [sym__oneline_regex_literal] = ACTIONS(677), + [anon_sym_LPAREN] = ACTIONS(679), + [anon_sym_LBRACK] = ACTIONS(681), + [anon_sym_AMP] = ACTIONS(683), + [anon_sym_TILDE] = ACTIONS(683), + [anon_sym_if] = ACTIONS(685), + [anon_sym_switch] = ACTIONS(687), + [aux_sym_custom_operator_token1] = ACTIONS(689), + [anon_sym_LT] = ACTIONS(691), + [anon_sym_GT] = ACTIONS(691), + [anon_sym_await] = ACTIONS(693), + [anon_sym_LBRACE] = ACTIONS(695), + [anon_sym_CARET_LBRACE] = ACTIONS(695), + [anon_sym_self] = ACTIONS(697), + [anon_sym_super] = ACTIONS(699), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(701), + [anon_sym_DASH_EQ] = ACTIONS(701), + [anon_sym_STAR_EQ] = ACTIONS(701), + [anon_sym_SLASH_EQ] = ACTIONS(701), + [anon_sym_PERCENT_EQ] = ACTIONS(701), + [anon_sym_BANG_EQ] = ACTIONS(691), + [anon_sym_BANG_EQ_EQ] = ACTIONS(701), + [anon_sym_EQ_EQ_EQ] = ACTIONS(701), + [anon_sym_LT_EQ] = ACTIONS(701), + [anon_sym_GT_EQ] = ACTIONS(701), + [anon_sym_DOT_DOT_DOT] = ACTIONS(703), + [anon_sym_DOT_DOT_LT] = ACTIONS(705), + [anon_sym_PLUS] = ACTIONS(707), + [anon_sym_DASH] = ACTIONS(707), + [anon_sym_STAR] = ACTIONS(691), + [anon_sym_SLASH] = ACTIONS(691), + [anon_sym_PERCENT] = ACTIONS(691), + [anon_sym_PLUS_PLUS] = ACTIONS(683), + [anon_sym_DASH_DASH] = ACTIONS(683), + [anon_sym_PIPE] = ACTIONS(701), + [anon_sym_CARET] = ACTIONS(691), + [anon_sym_LT_LT] = ACTIONS(701), + [anon_sym_GT_GT] = ACTIONS(701), + [anon_sym_borrowing] = ACTIONS(657), + [anon_sym_consuming] = ACTIONS(657), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(709), + [sym__dot_custom] = ACTIONS(711), + [sym__eq_custom] = ACTIONS(701), + [sym__eq_eq_custom] = ACTIONS(701), + [sym__plus_then_ws] = ACTIONS(701), + [sym__minus_then_ws] = ACTIONS(701), + [sym__bang_custom] = ACTIONS(713), + [sym__custom_operator] = ACTIONS(689), + [sym__hash_symbol_custom] = ACTIONS(715), + [sym__directive_if] = ACTIONS(717), + [sym__directive_elseif] = ACTIONS(717), + [sym__directive_else] = ACTIONS(719), + [sym__directive_endif] = ACTIONS(719), + }, + [STATE(502)] = { + [sym_simple_identifier] = STATE(1184), + [sym__contextual_simple_identifier] = STATE(1170), + [sym__basic_literal] = STATE(1251), + [sym_boolean_literal] = STATE(1251), + [sym__string_literal] = STATE(1251), + [sym_line_string_literal] = STATE(1251), + [sym_multi_line_string_literal] = STATE(1251), + [sym_raw_string_literal] = STATE(1251), + [sym_regex_literal] = STATE(1251), + [sym__extended_regex_literal] = STATE(1342), + [sym__multiline_regex_literal] = STATE(1342), + [sym_user_type] = STATE(6635), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6635), + [sym_dictionary_type] = STATE(6635), + [sym_expression] = STATE(774), + [sym_optional_chain_marker] = STATE(1251), + [sym__unary_expression] = STATE(1251), + [sym_postfix_expression] = STATE(1251), + [sym_constructor_expression] = STATE(1251), + [sym__parenthesized_type] = STATE(8560), + [sym_navigation_expression] = STATE(1251), + [sym__navigable_type_expression] = STATE(8560), + [sym_open_start_range_expression] = STATE(1251), + [sym__range_operator] = STATE(576), + [sym_open_end_range_expression] = STATE(1251), + [sym_prefix_expression] = STATE(1251), + [sym_as_expression] = STATE(1251), + [sym_selector_expression] = STATE(1251), + [sym__binary_expression] = STATE(1251), + [sym_multiplicative_expression] = STATE(1251), + [sym_additive_expression] = STATE(1251), + [sym_range_expression] = STATE(1251), + [sym_infix_expression] = STATE(1251), + [sym_nil_coalescing_expression] = STATE(1251), + [sym_check_expression] = STATE(1251), + [sym_comparison_expression] = STATE(1251), + [sym_equality_expression] = STATE(1251), + [sym_conjunction_expression] = STATE(1251), + [sym_disjunction_expression] = STATE(1251), + [sym_bitwise_operation] = STATE(1251), + [sym_custom_operator] = STATE(762), + [sym_try_expression] = STATE(1251), + [sym_await_expression] = STATE(1251), + [sym__await_operator] = STATE(578), + [sym_ternary_expression] = STATE(1251), + [sym__expr_hack_at_ternary_binary_suffix] = STATE(1289), + [sym_expr_hack_at_ternary_binary_call] = STATE(1289), + [sym_call_expression] = STATE(1251), + [sym_macro_invocation] = STATE(1251), + [sym__primary_expression] = STATE(1251), + [sym_tuple_expression] = STATE(1251), + [sym_array_literal] = STATE(1251), + [sym_dictionary_literal] = STATE(1251), + [sym_special_literal] = STATE(1251), + [sym_playground_literal] = STATE(1251), + [sym_lambda_literal] = STATE(1251), + [sym_self_expression] = STATE(1251), + [sym_super_expression] = STATE(1251), + [sym_if_statement] = STATE(1251), + [sym_switch_statement] = STATE(1251), + [sym_key_path_expression] = STATE(1251), + [sym_key_path_string_expression] = STATE(1251), + [sym_try_operator] = STATE(579), + [sym__assignment_and_operator] = STATE(1242), + [sym__equality_operator] = STATE(1242), + [sym__comparison_operator] = STATE(1242), + [sym__three_dot_operator] = STATE(759), + [sym__open_ended_range_operator] = STATE(576), + [sym__additive_operator] = STATE(1242), + [sym__multiplicative_operator] = STATE(1242), + [sym__prefix_unary_operator] = STATE(580), + [sym_directly_assignable_expression] = STATE(6636), + [sym_assignment] = STATE(1251), + [sym_value_parameter_pack] = STATE(1251), + [sym_value_pack_expansion] = STATE(1251), + [sym_referenceable_operator] = STATE(1251), + [sym__equal_sign] = STATE(1242), + [sym__eq_eq] = STATE(1242), + [sym__dot] = STATE(580), + [sym__hash_symbol] = STATE(4959), + [sym_bang] = STATE(762), + [sym__parameter_ownership_modifier] = STATE(1170), + [sym_directive] = STATE(1251), + [sym_diagnostic] = STATE(1251), + [aux_sym_raw_string_literal_repeat1] = STATE(7778), + [anon_sym_BANG] = ACTIONS(655), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(657), + [aux_sym_simple_identifier_token2] = ACTIONS(659), + [aux_sym_simple_identifier_token3] = ACTIONS(659), + [aux_sym_simple_identifier_token4] = ACTIONS(659), + [anon_sym_actor] = ACTIONS(657), + [anon_sym_async] = ACTIONS(657), + [anon_sym_each] = ACTIONS(661), + [anon_sym_lazy] = ACTIONS(657), + [anon_sym_repeat] = ACTIONS(663), + [anon_sym_package] = ACTIONS(657), + [anon_sym_nil] = ACTIONS(665), + [sym_real_literal] = ACTIONS(667), + [sym_integer_literal] = ACTIONS(665), + [sym_hex_literal] = ACTIONS(665), + [sym_oct_literal] = ACTIONS(667), + [sym_bin_literal] = ACTIONS(667), + [anon_sym_true] = ACTIONS(669), + [anon_sym_false] = ACTIONS(669), + [anon_sym_DQUOTE] = ACTIONS(671), + [anon_sym_BSLASH] = ACTIONS(673), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(675), + [sym__oneline_regex_literal] = ACTIONS(677), + [anon_sym_LPAREN] = ACTIONS(679), + [anon_sym_LBRACK] = ACTIONS(681), + [anon_sym_AMP] = ACTIONS(683), + [anon_sym_TILDE] = ACTIONS(683), + [anon_sym_if] = ACTIONS(685), + [anon_sym_switch] = ACTIONS(687), + [aux_sym_custom_operator_token1] = ACTIONS(689), + [anon_sym_LT] = ACTIONS(691), + [anon_sym_GT] = ACTIONS(691), + [anon_sym_await] = ACTIONS(693), + [anon_sym_LBRACE] = ACTIONS(695), + [anon_sym_CARET_LBRACE] = ACTIONS(695), + [anon_sym_self] = ACTIONS(697), + [anon_sym_super] = ACTIONS(699), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(701), + [anon_sym_DASH_EQ] = ACTIONS(701), + [anon_sym_STAR_EQ] = ACTIONS(701), + [anon_sym_SLASH_EQ] = ACTIONS(701), + [anon_sym_PERCENT_EQ] = ACTIONS(701), + [anon_sym_BANG_EQ] = ACTIONS(691), + [anon_sym_BANG_EQ_EQ] = ACTIONS(701), + [anon_sym_EQ_EQ_EQ] = ACTIONS(701), + [anon_sym_LT_EQ] = ACTIONS(701), + [anon_sym_GT_EQ] = ACTIONS(701), + [anon_sym_DOT_DOT_DOT] = ACTIONS(703), + [anon_sym_DOT_DOT_LT] = ACTIONS(705), + [anon_sym_PLUS] = ACTIONS(707), + [anon_sym_DASH] = ACTIONS(707), + [anon_sym_STAR] = ACTIONS(691), + [anon_sym_SLASH] = ACTIONS(691), + [anon_sym_PERCENT] = ACTIONS(691), + [anon_sym_PLUS_PLUS] = ACTIONS(683), + [anon_sym_DASH_DASH] = ACTIONS(683), + [anon_sym_PIPE] = ACTIONS(701), + [anon_sym_CARET] = ACTIONS(691), + [anon_sym_LT_LT] = ACTIONS(701), + [anon_sym_GT_GT] = ACTIONS(701), + [anon_sym_borrowing] = ACTIONS(657), + [anon_sym_consuming] = ACTIONS(657), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(709), + [sym__dot_custom] = ACTIONS(711), + [sym__eq_custom] = ACTIONS(701), + [sym__eq_eq_custom] = ACTIONS(701), + [sym__plus_then_ws] = ACTIONS(701), + [sym__minus_then_ws] = ACTIONS(701), + [sym__bang_custom] = ACTIONS(713), + [sym__custom_operator] = ACTIONS(689), + [sym__hash_symbol_custom] = ACTIONS(715), + [sym__directive_if] = ACTIONS(717), + [sym__directive_elseif] = ACTIONS(717), + [sym__directive_else] = ACTIONS(719), + [sym__directive_endif] = ACTIONS(719), + }, + [STATE(503)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1668), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [anon_sym_getter_COLON] = ACTIONS(1562), + [anon_sym_setter_COLON] = ACTIONS(1562), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(504)] = { + [sym_simple_identifier] = STATE(2939), + [sym__contextual_simple_identifier] = STATE(2778), + [sym__basic_literal] = STATE(3483), + [sym_boolean_literal] = STATE(3483), + [sym__string_literal] = STATE(3483), + [sym_line_string_literal] = STATE(3483), + [sym_multi_line_string_literal] = STATE(3483), + [sym_raw_string_literal] = STATE(3483), + [sym_regex_literal] = STATE(3483), + [sym__extended_regex_literal] = STATE(3437), + [sym__multiline_regex_literal] = STATE(3437), + [sym_user_type] = STATE(6567), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6567), + [sym_dictionary_type] = STATE(6567), + [sym_expression] = STATE(1506), + [sym_optional_chain_marker] = STATE(3483), + [sym__unary_expression] = STATE(3483), + [sym_postfix_expression] = STATE(3483), + [sym_constructor_expression] = STATE(3483), + [sym__parenthesized_type] = STATE(7825), + [sym_navigation_expression] = STATE(3483), + [sym__navigable_type_expression] = STATE(7825), + [sym_open_start_range_expression] = STATE(3483), + [sym__range_operator] = STATE(645), + [sym_open_end_range_expression] = STATE(3483), + [sym_prefix_expression] = STATE(3483), + [sym_as_expression] = STATE(3483), + [sym_selector_expression] = STATE(3483), + [sym__binary_expression] = STATE(3483), + [sym_multiplicative_expression] = STATE(3483), + [sym_additive_expression] = STATE(3483), + [sym_range_expression] = STATE(3483), + [sym_infix_expression] = STATE(3483), + [sym_nil_coalescing_expression] = STATE(3483), + [sym_check_expression] = STATE(3483), + [sym_comparison_expression] = STATE(3483), + [sym_equality_expression] = STATE(3483), + [sym_conjunction_expression] = STATE(3483), + [sym_disjunction_expression] = STATE(3483), + [sym_bitwise_operation] = STATE(3483), + [sym_custom_operator] = STATE(1227), + [sym_try_expression] = STATE(3483), + [sym_await_expression] = STATE(3483), + [sym__await_operator] = STATE(647), + [sym_ternary_expression] = STATE(3483), + [sym__expr_hack_at_ternary_binary_suffix] = STATE(3217), + [sym_expr_hack_at_ternary_binary_call] = STATE(3217), + [sym_call_expression] = STATE(3483), + [sym_macro_invocation] = STATE(3483), + [sym__primary_expression] = STATE(3483), + [sym_tuple_expression] = STATE(3483), + [sym_array_literal] = STATE(3483), + [sym_dictionary_literal] = STATE(3483), + [sym_special_literal] = STATE(3483), + [sym_playground_literal] = STATE(3483), + [sym_lambda_literal] = STATE(3483), + [sym_self_expression] = STATE(3483), + [sym_super_expression] = STATE(3483), + [sym_if_statement] = STATE(3483), + [sym_switch_statement] = STATE(3483), + [sym_key_path_expression] = STATE(3483), + [sym_key_path_string_expression] = STATE(3483), + [sym_try_operator] = STATE(650), + [sym__assignment_and_operator] = STATE(3154), + [sym__equality_operator] = STATE(3154), + [sym__comparison_operator] = STATE(3154), + [sym__three_dot_operator] = STATE(1215), + [sym__open_ended_range_operator] = STATE(645), + [sym__additive_operator] = STATE(3154), + [sym__multiplicative_operator] = STATE(3154), + [sym__prefix_unary_operator] = STATE(663), + [sym_directly_assignable_expression] = STATE(6569), + [sym_assignment] = STATE(3483), + [sym_value_parameter_pack] = STATE(3483), + [sym_value_pack_expansion] = STATE(3483), + [sym_referenceable_operator] = STATE(3483), + [sym__equal_sign] = STATE(3154), + [sym__eq_eq] = STATE(3154), + [sym__dot] = STATE(663), + [sym__hash_symbol] = STATE(4956), + [sym_bang] = STATE(1227), + [sym__parameter_ownership_modifier] = STATE(2778), + [sym_directive] = STATE(3483), + [sym_diagnostic] = STATE(3483), + [aux_sym_raw_string_literal_repeat1] = STATE(7865), + [anon_sym_BANG] = ACTIONS(939), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(941), + [aux_sym_simple_identifier_token2] = ACTIONS(943), + [aux_sym_simple_identifier_token3] = ACTIONS(943), + [aux_sym_simple_identifier_token4] = ACTIONS(943), + [anon_sym_actor] = ACTIONS(941), + [anon_sym_async] = ACTIONS(941), + [anon_sym_each] = ACTIONS(945), + [anon_sym_lazy] = ACTIONS(941), + [anon_sym_repeat] = ACTIONS(947), + [anon_sym_package] = ACTIONS(941), + [anon_sym_nil] = ACTIONS(949), + [sym_real_literal] = ACTIONS(951), + [sym_integer_literal] = ACTIONS(949), + [sym_hex_literal] = ACTIONS(949), + [sym_oct_literal] = ACTIONS(951), + [sym_bin_literal] = ACTIONS(951), + [anon_sym_true] = ACTIONS(953), + [anon_sym_false] = ACTIONS(953), + [anon_sym_DQUOTE] = ACTIONS(955), + [anon_sym_BSLASH] = ACTIONS(957), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(959), + [sym__oneline_regex_literal] = ACTIONS(961), + [anon_sym_LPAREN] = ACTIONS(1145), + [anon_sym_LBRACK] = ACTIONS(965), + [anon_sym_AMP] = ACTIONS(967), + [anon_sym_TILDE] = ACTIONS(967), + [anon_sym_if] = ACTIONS(969), + [anon_sym_switch] = ACTIONS(971), + [aux_sym_custom_operator_token1] = ACTIONS(973), + [anon_sym_LT] = ACTIONS(975), + [anon_sym_GT] = ACTIONS(975), + [anon_sym_await] = ACTIONS(977), + [anon_sym_LBRACE] = ACTIONS(979), + [anon_sym_CARET_LBRACE] = ACTIONS(979), + [anon_sym_self] = ACTIONS(981), + [anon_sym_super] = ACTIONS(983), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(987), + [anon_sym_DASH_EQ] = ACTIONS(987), + [anon_sym_STAR_EQ] = ACTIONS(987), + [anon_sym_SLASH_EQ] = ACTIONS(987), + [anon_sym_PERCENT_EQ] = ACTIONS(987), + [anon_sym_BANG_EQ] = ACTIONS(975), + [anon_sym_BANG_EQ_EQ] = ACTIONS(987), + [anon_sym_EQ_EQ_EQ] = ACTIONS(987), + [anon_sym_LT_EQ] = ACTIONS(987), + [anon_sym_GT_EQ] = ACTIONS(987), + [anon_sym_DOT_DOT_DOT] = ACTIONS(989), + [anon_sym_DOT_DOT_LT] = ACTIONS(991), + [anon_sym_PLUS] = ACTIONS(995), + [anon_sym_DASH] = ACTIONS(995), + [anon_sym_STAR] = ACTIONS(975), + [anon_sym_SLASH] = ACTIONS(975), + [anon_sym_PERCENT] = ACTIONS(975), + [anon_sym_PLUS_PLUS] = ACTIONS(967), + [anon_sym_DASH_DASH] = ACTIONS(967), + [anon_sym_PIPE] = ACTIONS(987), + [anon_sym_CARET] = ACTIONS(975), + [anon_sym_LT_LT] = ACTIONS(987), + [anon_sym_GT_GT] = ACTIONS(987), + [anon_sym_borrowing] = ACTIONS(941), + [anon_sym_consuming] = ACTIONS(941), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(999), + [sym__dot_custom] = ACTIONS(1147), + [sym__eq_custom] = ACTIONS(987), + [sym__eq_eq_custom] = ACTIONS(987), + [sym__plus_then_ws] = ACTIONS(987), + [sym__minus_then_ws] = ACTIONS(987), + [sym__bang_custom] = ACTIONS(1003), + [sym__custom_operator] = ACTIONS(973), + [sym__hash_symbol_custom] = ACTIONS(1005), + [sym__directive_if] = ACTIONS(1007), + [sym__directive_elseif] = ACTIONS(1007), + [sym__directive_else] = ACTIONS(1009), + [sym__directive_endif] = ACTIONS(1009), + }, + [STATE(505)] = { + [sym_simple_identifier] = STATE(2939), + [sym__contextual_simple_identifier] = STATE(2778), + [sym__basic_literal] = STATE(3483), + [sym_boolean_literal] = STATE(3483), + [sym__string_literal] = STATE(3483), + [sym_line_string_literal] = STATE(3483), + [sym_multi_line_string_literal] = STATE(3483), + [sym_raw_string_literal] = STATE(3483), + [sym_regex_literal] = STATE(3483), + [sym__extended_regex_literal] = STATE(3437), + [sym__multiline_regex_literal] = STATE(3437), + [sym_user_type] = STATE(6567), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6567), + [sym_dictionary_type] = STATE(6567), + [sym_expression] = STATE(1506), + [sym_optional_chain_marker] = STATE(3483), + [sym__unary_expression] = STATE(3483), + [sym_postfix_expression] = STATE(3483), + [sym_constructor_expression] = STATE(3483), + [sym__parenthesized_type] = STATE(7825), + [sym_navigation_expression] = STATE(3483), + [sym__navigable_type_expression] = STATE(7825), + [sym_open_start_range_expression] = STATE(3483), + [sym__range_operator] = STATE(645), + [sym_open_end_range_expression] = STATE(3483), + [sym_prefix_expression] = STATE(3483), + [sym_as_expression] = STATE(3483), + [sym_selector_expression] = STATE(3483), + [sym__binary_expression] = STATE(3483), + [sym_multiplicative_expression] = STATE(3483), + [sym_additive_expression] = STATE(3483), + [sym_range_expression] = STATE(3483), + [sym_infix_expression] = STATE(3483), + [sym_nil_coalescing_expression] = STATE(3483), + [sym_check_expression] = STATE(3483), + [sym_comparison_expression] = STATE(3483), + [sym_equality_expression] = STATE(3483), + [sym_conjunction_expression] = STATE(3483), + [sym_disjunction_expression] = STATE(3483), + [sym_bitwise_operation] = STATE(3483), + [sym_custom_operator] = STATE(1227), + [sym_try_expression] = STATE(3483), + [sym_await_expression] = STATE(3483), + [sym__await_operator] = STATE(647), + [sym_ternary_expression] = STATE(3483), + [sym__expr_hack_at_ternary_binary_suffix] = STATE(3220), + [sym_expr_hack_at_ternary_binary_call] = STATE(3220), + [sym_call_expression] = STATE(3483), + [sym_macro_invocation] = STATE(3483), + [sym__primary_expression] = STATE(3483), + [sym_tuple_expression] = STATE(3483), + [sym_array_literal] = STATE(3483), + [sym_dictionary_literal] = STATE(3483), + [sym_special_literal] = STATE(3483), + [sym_playground_literal] = STATE(3483), + [sym_lambda_literal] = STATE(3483), + [sym_self_expression] = STATE(3483), + [sym_super_expression] = STATE(3483), + [sym_if_statement] = STATE(3483), + [sym_switch_statement] = STATE(3483), + [sym_key_path_expression] = STATE(3483), + [sym_key_path_string_expression] = STATE(3483), + [sym_try_operator] = STATE(650), + [sym__assignment_and_operator] = STATE(3154), + [sym__equality_operator] = STATE(3154), + [sym__comparison_operator] = STATE(3154), + [sym__three_dot_operator] = STATE(1215), + [sym__open_ended_range_operator] = STATE(645), + [sym__additive_operator] = STATE(3154), + [sym__multiplicative_operator] = STATE(3154), + [sym__prefix_unary_operator] = STATE(663), + [sym_directly_assignable_expression] = STATE(6569), + [sym_assignment] = STATE(3483), + [sym_value_parameter_pack] = STATE(3483), + [sym_value_pack_expansion] = STATE(3483), + [sym_referenceable_operator] = STATE(3483), + [sym__equal_sign] = STATE(3154), + [sym__eq_eq] = STATE(3154), + [sym__dot] = STATE(663), + [sym__hash_symbol] = STATE(4956), + [sym_bang] = STATE(1227), + [sym__parameter_ownership_modifier] = STATE(2778), + [sym_directive] = STATE(3483), + [sym_diagnostic] = STATE(3483), + [aux_sym_raw_string_literal_repeat1] = STATE(7865), + [anon_sym_BANG] = ACTIONS(939), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(941), + [aux_sym_simple_identifier_token2] = ACTIONS(943), + [aux_sym_simple_identifier_token3] = ACTIONS(943), + [aux_sym_simple_identifier_token4] = ACTIONS(943), + [anon_sym_actor] = ACTIONS(941), + [anon_sym_async] = ACTIONS(941), + [anon_sym_each] = ACTIONS(945), + [anon_sym_lazy] = ACTIONS(941), + [anon_sym_repeat] = ACTIONS(947), + [anon_sym_package] = ACTIONS(941), + [anon_sym_nil] = ACTIONS(949), + [sym_real_literal] = ACTIONS(951), + [sym_integer_literal] = ACTIONS(949), + [sym_hex_literal] = ACTIONS(949), + [sym_oct_literal] = ACTIONS(951), + [sym_bin_literal] = ACTIONS(951), + [anon_sym_true] = ACTIONS(953), + [anon_sym_false] = ACTIONS(953), + [anon_sym_DQUOTE] = ACTIONS(955), + [anon_sym_BSLASH] = ACTIONS(957), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(959), + [sym__oneline_regex_literal] = ACTIONS(961), + [anon_sym_LPAREN] = ACTIONS(1145), + [anon_sym_LBRACK] = ACTIONS(965), + [anon_sym_AMP] = ACTIONS(967), + [anon_sym_TILDE] = ACTIONS(967), + [anon_sym_if] = ACTIONS(969), + [anon_sym_switch] = ACTIONS(971), + [aux_sym_custom_operator_token1] = ACTIONS(973), + [anon_sym_LT] = ACTIONS(975), + [anon_sym_GT] = ACTIONS(975), + [anon_sym_await] = ACTIONS(977), + [anon_sym_LBRACE] = ACTIONS(979), + [anon_sym_CARET_LBRACE] = ACTIONS(979), + [anon_sym_self] = ACTIONS(981), + [anon_sym_super] = ACTIONS(983), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(987), + [anon_sym_DASH_EQ] = ACTIONS(987), + [anon_sym_STAR_EQ] = ACTIONS(987), + [anon_sym_SLASH_EQ] = ACTIONS(987), + [anon_sym_PERCENT_EQ] = ACTIONS(987), + [anon_sym_BANG_EQ] = ACTIONS(975), + [anon_sym_BANG_EQ_EQ] = ACTIONS(987), + [anon_sym_EQ_EQ_EQ] = ACTIONS(987), + [anon_sym_LT_EQ] = ACTIONS(987), + [anon_sym_GT_EQ] = ACTIONS(987), + [anon_sym_DOT_DOT_DOT] = ACTIONS(989), + [anon_sym_DOT_DOT_LT] = ACTIONS(991), + [anon_sym_PLUS] = ACTIONS(995), + [anon_sym_DASH] = ACTIONS(995), + [anon_sym_STAR] = ACTIONS(975), + [anon_sym_SLASH] = ACTIONS(975), + [anon_sym_PERCENT] = ACTIONS(975), + [anon_sym_PLUS_PLUS] = ACTIONS(967), + [anon_sym_DASH_DASH] = ACTIONS(967), + [anon_sym_PIPE] = ACTIONS(987), + [anon_sym_CARET] = ACTIONS(975), + [anon_sym_LT_LT] = ACTIONS(987), + [anon_sym_GT_GT] = ACTIONS(987), + [anon_sym_borrowing] = ACTIONS(941), + [anon_sym_consuming] = ACTIONS(941), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(999), + [sym__dot_custom] = ACTIONS(1147), + [sym__eq_custom] = ACTIONS(987), + [sym__eq_eq_custom] = ACTIONS(987), + [sym__plus_then_ws] = ACTIONS(987), + [sym__minus_then_ws] = ACTIONS(987), + [sym__bang_custom] = ACTIONS(1003), + [sym__custom_operator] = ACTIONS(973), + [sym__hash_symbol_custom] = ACTIONS(1005), + [sym__directive_if] = ACTIONS(1007), + [sym__directive_elseif] = ACTIONS(1007), + [sym__directive_else] = ACTIONS(1009), + [sym__directive_endif] = ACTIONS(1009), + }, + [STATE(506)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1664), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [anon_sym_getter_COLON] = ACTIONS(1564), + [anon_sym_setter_COLON] = ACTIONS(1564), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(507)] = { + [sym_simple_identifier] = STATE(1184), + [sym__contextual_simple_identifier] = STATE(1170), + [sym__basic_literal] = STATE(1251), + [sym_boolean_literal] = STATE(1251), + [sym__string_literal] = STATE(1251), + [sym_line_string_literal] = STATE(1251), + [sym_multi_line_string_literal] = STATE(1251), + [sym_raw_string_literal] = STATE(1251), + [sym_regex_literal] = STATE(1251), + [sym__extended_regex_literal] = STATE(1342), + [sym__multiline_regex_literal] = STATE(1342), + [sym_user_type] = STATE(6635), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6635), + [sym_dictionary_type] = STATE(6635), + [sym_expression] = STATE(774), + [sym_optional_chain_marker] = STATE(1251), + [sym__unary_expression] = STATE(1251), + [sym_postfix_expression] = STATE(1251), + [sym_constructor_expression] = STATE(1251), + [sym__parenthesized_type] = STATE(8560), + [sym_navigation_expression] = STATE(1251), + [sym__navigable_type_expression] = STATE(8560), + [sym_open_start_range_expression] = STATE(1251), + [sym__range_operator] = STATE(576), + [sym_open_end_range_expression] = STATE(1251), + [sym_prefix_expression] = STATE(1251), + [sym_as_expression] = STATE(1251), + [sym_selector_expression] = STATE(1251), + [sym__binary_expression] = STATE(1251), + [sym_multiplicative_expression] = STATE(1251), + [sym_additive_expression] = STATE(1251), + [sym_range_expression] = STATE(1251), + [sym_infix_expression] = STATE(1251), + [sym_nil_coalescing_expression] = STATE(1251), + [sym_check_expression] = STATE(1251), + [sym_comparison_expression] = STATE(1251), + [sym_equality_expression] = STATE(1251), + [sym_conjunction_expression] = STATE(1251), + [sym_disjunction_expression] = STATE(1251), + [sym_bitwise_operation] = STATE(1251), + [sym_custom_operator] = STATE(762), + [sym_try_expression] = STATE(1251), + [sym_await_expression] = STATE(1251), + [sym__await_operator] = STATE(578), + [sym_ternary_expression] = STATE(1251), + [sym__expr_hack_at_ternary_binary_suffix] = STATE(1291), + [sym_expr_hack_at_ternary_binary_call] = STATE(1291), + [sym_call_expression] = STATE(1251), + [sym_macro_invocation] = STATE(1251), + [sym__primary_expression] = STATE(1251), + [sym_tuple_expression] = STATE(1251), + [sym_array_literal] = STATE(1251), + [sym_dictionary_literal] = STATE(1251), + [sym_special_literal] = STATE(1251), + [sym_playground_literal] = STATE(1251), + [sym_lambda_literal] = STATE(1251), + [sym_self_expression] = STATE(1251), + [sym_super_expression] = STATE(1251), + [sym_if_statement] = STATE(1251), + [sym_switch_statement] = STATE(1251), + [sym_key_path_expression] = STATE(1251), + [sym_key_path_string_expression] = STATE(1251), + [sym_try_operator] = STATE(579), + [sym__assignment_and_operator] = STATE(1242), + [sym__equality_operator] = STATE(1242), + [sym__comparison_operator] = STATE(1242), + [sym__three_dot_operator] = STATE(759), + [sym__open_ended_range_operator] = STATE(576), + [sym__additive_operator] = STATE(1242), + [sym__multiplicative_operator] = STATE(1242), + [sym__prefix_unary_operator] = STATE(580), + [sym_directly_assignable_expression] = STATE(6636), + [sym_assignment] = STATE(1251), + [sym_value_parameter_pack] = STATE(1251), + [sym_value_pack_expansion] = STATE(1251), + [sym_referenceable_operator] = STATE(1251), + [sym__equal_sign] = STATE(1242), + [sym__eq_eq] = STATE(1242), + [sym__dot] = STATE(580), + [sym__hash_symbol] = STATE(4959), + [sym_bang] = STATE(762), + [sym__parameter_ownership_modifier] = STATE(1170), + [sym_directive] = STATE(1251), + [sym_diagnostic] = STATE(1251), + [aux_sym_raw_string_literal_repeat1] = STATE(7778), + [anon_sym_BANG] = ACTIONS(655), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(657), + [aux_sym_simple_identifier_token2] = ACTIONS(659), + [aux_sym_simple_identifier_token3] = ACTIONS(659), + [aux_sym_simple_identifier_token4] = ACTIONS(659), + [anon_sym_actor] = ACTIONS(657), + [anon_sym_async] = ACTIONS(657), + [anon_sym_each] = ACTIONS(661), + [anon_sym_lazy] = ACTIONS(657), + [anon_sym_repeat] = ACTIONS(663), + [anon_sym_package] = ACTIONS(657), + [anon_sym_nil] = ACTIONS(665), + [sym_real_literal] = ACTIONS(667), + [sym_integer_literal] = ACTIONS(665), + [sym_hex_literal] = ACTIONS(665), + [sym_oct_literal] = ACTIONS(667), + [sym_bin_literal] = ACTIONS(667), + [anon_sym_true] = ACTIONS(669), + [anon_sym_false] = ACTIONS(669), + [anon_sym_DQUOTE] = ACTIONS(671), + [anon_sym_BSLASH] = ACTIONS(673), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(675), + [sym__oneline_regex_literal] = ACTIONS(677), + [anon_sym_LPAREN] = ACTIONS(679), + [anon_sym_LBRACK] = ACTIONS(681), + [anon_sym_AMP] = ACTIONS(683), + [anon_sym_TILDE] = ACTIONS(683), + [anon_sym_if] = ACTIONS(685), + [anon_sym_switch] = ACTIONS(687), + [aux_sym_custom_operator_token1] = ACTIONS(689), + [anon_sym_LT] = ACTIONS(691), + [anon_sym_GT] = ACTIONS(691), + [anon_sym_await] = ACTIONS(693), + [anon_sym_LBRACE] = ACTIONS(695), + [anon_sym_CARET_LBRACE] = ACTIONS(695), + [anon_sym_self] = ACTIONS(697), + [anon_sym_super] = ACTIONS(699), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(701), + [anon_sym_DASH_EQ] = ACTIONS(701), + [anon_sym_STAR_EQ] = ACTIONS(701), + [anon_sym_SLASH_EQ] = ACTIONS(701), + [anon_sym_PERCENT_EQ] = ACTIONS(701), + [anon_sym_BANG_EQ] = ACTIONS(691), + [anon_sym_BANG_EQ_EQ] = ACTIONS(701), + [anon_sym_EQ_EQ_EQ] = ACTIONS(701), + [anon_sym_LT_EQ] = ACTIONS(701), + [anon_sym_GT_EQ] = ACTIONS(701), + [anon_sym_DOT_DOT_DOT] = ACTIONS(703), + [anon_sym_DOT_DOT_LT] = ACTIONS(705), + [anon_sym_PLUS] = ACTIONS(707), + [anon_sym_DASH] = ACTIONS(707), + [anon_sym_STAR] = ACTIONS(691), + [anon_sym_SLASH] = ACTIONS(691), + [anon_sym_PERCENT] = ACTIONS(691), + [anon_sym_PLUS_PLUS] = ACTIONS(683), + [anon_sym_DASH_DASH] = ACTIONS(683), + [anon_sym_PIPE] = ACTIONS(701), + [anon_sym_CARET] = ACTIONS(691), + [anon_sym_LT_LT] = ACTIONS(701), + [anon_sym_GT_GT] = ACTIONS(701), + [anon_sym_borrowing] = ACTIONS(657), + [anon_sym_consuming] = ACTIONS(657), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(709), + [sym__dot_custom] = ACTIONS(711), + [sym__eq_custom] = ACTIONS(701), + [sym__eq_eq_custom] = ACTIONS(701), + [sym__plus_then_ws] = ACTIONS(701), + [sym__minus_then_ws] = ACTIONS(701), + [sym__bang_custom] = ACTIONS(713), + [sym__custom_operator] = ACTIONS(689), + [sym__hash_symbol_custom] = ACTIONS(715), + [sym__directive_if] = ACTIONS(717), + [sym__directive_elseif] = ACTIONS(717), + [sym__directive_else] = ACTIONS(719), + [sym__directive_endif] = ACTIONS(719), + }, + [STATE(508)] = { + [sym_simple_identifier] = STATE(2939), + [sym__contextual_simple_identifier] = STATE(2778), + [sym__basic_literal] = STATE(3483), + [sym_boolean_literal] = STATE(3483), + [sym__string_literal] = STATE(3483), + [sym_line_string_literal] = STATE(3483), + [sym_multi_line_string_literal] = STATE(3483), + [sym_raw_string_literal] = STATE(3483), + [sym_regex_literal] = STATE(3483), + [sym__extended_regex_literal] = STATE(3437), + [sym__multiline_regex_literal] = STATE(3437), + [sym_user_type] = STATE(6567), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6567), + [sym_dictionary_type] = STATE(6567), + [sym_expression] = STATE(1506), + [sym_optional_chain_marker] = STATE(3483), + [sym__unary_expression] = STATE(3483), + [sym_postfix_expression] = STATE(3483), + [sym_constructor_expression] = STATE(3483), + [sym__parenthesized_type] = STATE(7825), + [sym_navigation_expression] = STATE(3483), + [sym__navigable_type_expression] = STATE(7825), + [sym_open_start_range_expression] = STATE(3483), + [sym__range_operator] = STATE(645), + [sym_open_end_range_expression] = STATE(3483), + [sym_prefix_expression] = STATE(3483), + [sym_as_expression] = STATE(3483), + [sym_selector_expression] = STATE(3483), + [sym__binary_expression] = STATE(3483), + [sym_multiplicative_expression] = STATE(3483), + [sym_additive_expression] = STATE(3483), + [sym_range_expression] = STATE(3483), + [sym_infix_expression] = STATE(3483), + [sym_nil_coalescing_expression] = STATE(3483), + [sym_check_expression] = STATE(3483), + [sym_comparison_expression] = STATE(3483), + [sym_equality_expression] = STATE(3483), + [sym_conjunction_expression] = STATE(3483), + [sym_disjunction_expression] = STATE(3483), + [sym_bitwise_operation] = STATE(3483), + [sym_custom_operator] = STATE(1227), + [sym_try_expression] = STATE(3483), + [sym_await_expression] = STATE(3483), + [sym__await_operator] = STATE(647), + [sym_ternary_expression] = STATE(3483), + [sym__expr_hack_at_ternary_binary_suffix] = STATE(3222), + [sym_expr_hack_at_ternary_binary_call] = STATE(3222), + [sym_call_expression] = STATE(3483), + [sym_macro_invocation] = STATE(3483), + [sym__primary_expression] = STATE(3483), + [sym_tuple_expression] = STATE(3483), + [sym_array_literal] = STATE(3483), + [sym_dictionary_literal] = STATE(3483), + [sym_special_literal] = STATE(3483), + [sym_playground_literal] = STATE(3483), + [sym_lambda_literal] = STATE(3483), + [sym_self_expression] = STATE(3483), + [sym_super_expression] = STATE(3483), + [sym_if_statement] = STATE(3483), + [sym_switch_statement] = STATE(3483), + [sym_key_path_expression] = STATE(3483), + [sym_key_path_string_expression] = STATE(3483), + [sym_try_operator] = STATE(650), + [sym__assignment_and_operator] = STATE(3154), + [sym__equality_operator] = STATE(3154), + [sym__comparison_operator] = STATE(3154), + [sym__three_dot_operator] = STATE(1215), + [sym__open_ended_range_operator] = STATE(645), + [sym__additive_operator] = STATE(3154), + [sym__multiplicative_operator] = STATE(3154), + [sym__prefix_unary_operator] = STATE(663), + [sym_directly_assignable_expression] = STATE(6569), + [sym_assignment] = STATE(3483), + [sym_value_parameter_pack] = STATE(3483), + [sym_value_pack_expansion] = STATE(3483), + [sym_referenceable_operator] = STATE(3483), + [sym__equal_sign] = STATE(3154), + [sym__eq_eq] = STATE(3154), + [sym__dot] = STATE(663), + [sym__hash_symbol] = STATE(4956), + [sym_bang] = STATE(1227), + [sym__parameter_ownership_modifier] = STATE(2778), + [sym_directive] = STATE(3483), + [sym_diagnostic] = STATE(3483), + [aux_sym_raw_string_literal_repeat1] = STATE(7865), + [anon_sym_BANG] = ACTIONS(939), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(941), + [aux_sym_simple_identifier_token2] = ACTIONS(943), + [aux_sym_simple_identifier_token3] = ACTIONS(943), + [aux_sym_simple_identifier_token4] = ACTIONS(943), + [anon_sym_actor] = ACTIONS(941), + [anon_sym_async] = ACTIONS(941), + [anon_sym_each] = ACTIONS(945), + [anon_sym_lazy] = ACTIONS(941), + [anon_sym_repeat] = ACTIONS(947), + [anon_sym_package] = ACTIONS(941), + [anon_sym_nil] = ACTIONS(949), + [sym_real_literal] = ACTIONS(951), + [sym_integer_literal] = ACTIONS(949), + [sym_hex_literal] = ACTIONS(949), + [sym_oct_literal] = ACTIONS(951), + [sym_bin_literal] = ACTIONS(951), + [anon_sym_true] = ACTIONS(953), + [anon_sym_false] = ACTIONS(953), + [anon_sym_DQUOTE] = ACTIONS(955), + [anon_sym_BSLASH] = ACTIONS(957), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(959), + [sym__oneline_regex_literal] = ACTIONS(961), + [anon_sym_LPAREN] = ACTIONS(1145), + [anon_sym_LBRACK] = ACTIONS(965), + [anon_sym_AMP] = ACTIONS(967), + [anon_sym_TILDE] = ACTIONS(967), + [anon_sym_if] = ACTIONS(969), + [anon_sym_switch] = ACTIONS(971), + [aux_sym_custom_operator_token1] = ACTIONS(973), + [anon_sym_LT] = ACTIONS(975), + [anon_sym_GT] = ACTIONS(975), + [anon_sym_await] = ACTIONS(977), + [anon_sym_LBRACE] = ACTIONS(979), + [anon_sym_CARET_LBRACE] = ACTIONS(979), + [anon_sym_self] = ACTIONS(981), + [anon_sym_super] = ACTIONS(983), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(987), + [anon_sym_DASH_EQ] = ACTIONS(987), + [anon_sym_STAR_EQ] = ACTIONS(987), + [anon_sym_SLASH_EQ] = ACTIONS(987), + [anon_sym_PERCENT_EQ] = ACTIONS(987), + [anon_sym_BANG_EQ] = ACTIONS(975), + [anon_sym_BANG_EQ_EQ] = ACTIONS(987), + [anon_sym_EQ_EQ_EQ] = ACTIONS(987), + [anon_sym_LT_EQ] = ACTIONS(987), + [anon_sym_GT_EQ] = ACTIONS(987), + [anon_sym_DOT_DOT_DOT] = ACTIONS(989), + [anon_sym_DOT_DOT_LT] = ACTIONS(991), + [anon_sym_PLUS] = ACTIONS(995), + [anon_sym_DASH] = ACTIONS(995), + [anon_sym_STAR] = ACTIONS(975), + [anon_sym_SLASH] = ACTIONS(975), + [anon_sym_PERCENT] = ACTIONS(975), + [anon_sym_PLUS_PLUS] = ACTIONS(967), + [anon_sym_DASH_DASH] = ACTIONS(967), + [anon_sym_PIPE] = ACTIONS(987), + [anon_sym_CARET] = ACTIONS(975), + [anon_sym_LT_LT] = ACTIONS(987), + [anon_sym_GT_GT] = ACTIONS(987), + [anon_sym_borrowing] = ACTIONS(941), + [anon_sym_consuming] = ACTIONS(941), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(999), + [sym__dot_custom] = ACTIONS(1147), + [sym__eq_custom] = ACTIONS(987), + [sym__eq_eq_custom] = ACTIONS(987), + [sym__plus_then_ws] = ACTIONS(987), + [sym__minus_then_ws] = ACTIONS(987), + [sym__bang_custom] = ACTIONS(1003), + [sym__custom_operator] = ACTIONS(973), + [sym__hash_symbol_custom] = ACTIONS(1005), + [sym__directive_if] = ACTIONS(1007), + [sym__directive_elseif] = ACTIONS(1007), + [sym__directive_else] = ACTIONS(1009), + [sym__directive_endif] = ACTIONS(1009), + }, + [STATE(509)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1666), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [anon_sym_getter_COLON] = ACTIONS(1566), + [anon_sym_setter_COLON] = ACTIONS(1566), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(510)] = { + [sym_simple_identifier] = STATE(2939), + [sym__contextual_simple_identifier] = STATE(2778), + [sym__basic_literal] = STATE(3483), + [sym_boolean_literal] = STATE(3483), + [sym__string_literal] = STATE(3483), + [sym_line_string_literal] = STATE(3483), + [sym_multi_line_string_literal] = STATE(3483), + [sym_raw_string_literal] = STATE(3483), + [sym_regex_literal] = STATE(3483), + [sym__extended_regex_literal] = STATE(3437), + [sym__multiline_regex_literal] = STATE(3437), + [sym_user_type] = STATE(6567), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6567), + [sym_dictionary_type] = STATE(6567), + [sym_expression] = STATE(1506), + [sym_optional_chain_marker] = STATE(3483), + [sym__unary_expression] = STATE(3483), + [sym_postfix_expression] = STATE(3483), + [sym_constructor_expression] = STATE(3483), + [sym__parenthesized_type] = STATE(7825), + [sym_navigation_expression] = STATE(3483), + [sym__navigable_type_expression] = STATE(7825), + [sym_open_start_range_expression] = STATE(3483), + [sym__range_operator] = STATE(645), + [sym_open_end_range_expression] = STATE(3483), + [sym_prefix_expression] = STATE(3483), + [sym_as_expression] = STATE(3483), + [sym_selector_expression] = STATE(3483), + [sym__binary_expression] = STATE(3483), + [sym_multiplicative_expression] = STATE(3483), + [sym_additive_expression] = STATE(3483), + [sym_range_expression] = STATE(3483), + [sym_infix_expression] = STATE(3483), + [sym_nil_coalescing_expression] = STATE(3483), + [sym_check_expression] = STATE(3483), + [sym_comparison_expression] = STATE(3483), + [sym_equality_expression] = STATE(3483), + [sym_conjunction_expression] = STATE(3483), + [sym_disjunction_expression] = STATE(3483), + [sym_bitwise_operation] = STATE(3483), + [sym_custom_operator] = STATE(1227), + [sym_try_expression] = STATE(3483), + [sym_await_expression] = STATE(3483), + [sym__await_operator] = STATE(647), + [sym_ternary_expression] = STATE(3483), + [sym__expr_hack_at_ternary_binary_suffix] = STATE(3223), + [sym_expr_hack_at_ternary_binary_call] = STATE(3223), + [sym_call_expression] = STATE(3483), + [sym_macro_invocation] = STATE(3483), + [sym__primary_expression] = STATE(3483), + [sym_tuple_expression] = STATE(3483), + [sym_array_literal] = STATE(3483), + [sym_dictionary_literal] = STATE(3483), + [sym_special_literal] = STATE(3483), + [sym_playground_literal] = STATE(3483), + [sym_lambda_literal] = STATE(3483), + [sym_self_expression] = STATE(3483), + [sym_super_expression] = STATE(3483), + [sym_if_statement] = STATE(3483), + [sym_switch_statement] = STATE(3483), + [sym_key_path_expression] = STATE(3483), + [sym_key_path_string_expression] = STATE(3483), + [sym_try_operator] = STATE(650), + [sym__assignment_and_operator] = STATE(3154), + [sym__equality_operator] = STATE(3154), + [sym__comparison_operator] = STATE(3154), + [sym__three_dot_operator] = STATE(1215), + [sym__open_ended_range_operator] = STATE(645), + [sym__additive_operator] = STATE(3154), + [sym__multiplicative_operator] = STATE(3154), + [sym__prefix_unary_operator] = STATE(663), + [sym_directly_assignable_expression] = STATE(6569), + [sym_assignment] = STATE(3483), + [sym_value_parameter_pack] = STATE(3483), + [sym_value_pack_expansion] = STATE(3483), + [sym_referenceable_operator] = STATE(3483), + [sym__equal_sign] = STATE(3154), + [sym__eq_eq] = STATE(3154), + [sym__dot] = STATE(663), + [sym__hash_symbol] = STATE(4956), + [sym_bang] = STATE(1227), + [sym__parameter_ownership_modifier] = STATE(2778), + [sym_directive] = STATE(3483), + [sym_diagnostic] = STATE(3483), + [aux_sym_raw_string_literal_repeat1] = STATE(7865), + [anon_sym_BANG] = ACTIONS(939), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(941), + [aux_sym_simple_identifier_token2] = ACTIONS(943), + [aux_sym_simple_identifier_token3] = ACTIONS(943), + [aux_sym_simple_identifier_token4] = ACTIONS(943), + [anon_sym_actor] = ACTIONS(941), + [anon_sym_async] = ACTIONS(941), + [anon_sym_each] = ACTIONS(945), + [anon_sym_lazy] = ACTIONS(941), + [anon_sym_repeat] = ACTIONS(947), + [anon_sym_package] = ACTIONS(941), + [anon_sym_nil] = ACTIONS(949), + [sym_real_literal] = ACTIONS(951), + [sym_integer_literal] = ACTIONS(949), + [sym_hex_literal] = ACTIONS(949), + [sym_oct_literal] = ACTIONS(951), + [sym_bin_literal] = ACTIONS(951), + [anon_sym_true] = ACTIONS(953), + [anon_sym_false] = ACTIONS(953), + [anon_sym_DQUOTE] = ACTIONS(955), + [anon_sym_BSLASH] = ACTIONS(957), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(959), + [sym__oneline_regex_literal] = ACTIONS(961), + [anon_sym_LPAREN] = ACTIONS(1145), + [anon_sym_LBRACK] = ACTIONS(965), + [anon_sym_AMP] = ACTIONS(967), + [anon_sym_TILDE] = ACTIONS(967), + [anon_sym_if] = ACTIONS(969), + [anon_sym_switch] = ACTIONS(971), + [aux_sym_custom_operator_token1] = ACTIONS(973), + [anon_sym_LT] = ACTIONS(975), + [anon_sym_GT] = ACTIONS(975), + [anon_sym_await] = ACTIONS(977), + [anon_sym_LBRACE] = ACTIONS(979), + [anon_sym_CARET_LBRACE] = ACTIONS(979), + [anon_sym_self] = ACTIONS(981), + [anon_sym_super] = ACTIONS(983), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(987), + [anon_sym_DASH_EQ] = ACTIONS(987), + [anon_sym_STAR_EQ] = ACTIONS(987), + [anon_sym_SLASH_EQ] = ACTIONS(987), + [anon_sym_PERCENT_EQ] = ACTIONS(987), + [anon_sym_BANG_EQ] = ACTIONS(975), + [anon_sym_BANG_EQ_EQ] = ACTIONS(987), + [anon_sym_EQ_EQ_EQ] = ACTIONS(987), + [anon_sym_LT_EQ] = ACTIONS(987), + [anon_sym_GT_EQ] = ACTIONS(987), + [anon_sym_DOT_DOT_DOT] = ACTIONS(989), + [anon_sym_DOT_DOT_LT] = ACTIONS(991), + [anon_sym_PLUS] = ACTIONS(995), + [anon_sym_DASH] = ACTIONS(995), + [anon_sym_STAR] = ACTIONS(975), + [anon_sym_SLASH] = ACTIONS(975), + [anon_sym_PERCENT] = ACTIONS(975), + [anon_sym_PLUS_PLUS] = ACTIONS(967), + [anon_sym_DASH_DASH] = ACTIONS(967), + [anon_sym_PIPE] = ACTIONS(987), + [anon_sym_CARET] = ACTIONS(975), + [anon_sym_LT_LT] = ACTIONS(987), + [anon_sym_GT_GT] = ACTIONS(987), + [anon_sym_borrowing] = ACTIONS(941), + [anon_sym_consuming] = ACTIONS(941), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(999), + [sym__dot_custom] = ACTIONS(1147), + [sym__eq_custom] = ACTIONS(987), + [sym__eq_eq_custom] = ACTIONS(987), + [sym__plus_then_ws] = ACTIONS(987), + [sym__minus_then_ws] = ACTIONS(987), + [sym__bang_custom] = ACTIONS(1003), + [sym__custom_operator] = ACTIONS(973), + [sym__hash_symbol_custom] = ACTIONS(1005), + [sym__directive_if] = ACTIONS(1007), + [sym__directive_elseif] = ACTIONS(1007), + [sym__directive_else] = ACTIONS(1009), + [sym__directive_endif] = ACTIONS(1009), + }, + [STATE(511)] = { + [sym_simple_identifier] = STATE(1184), + [sym__contextual_simple_identifier] = STATE(1170), + [sym__basic_literal] = STATE(1251), + [sym_boolean_literal] = STATE(1251), + [sym__string_literal] = STATE(1251), + [sym_line_string_literal] = STATE(1251), + [sym_multi_line_string_literal] = STATE(1251), + [sym_raw_string_literal] = STATE(1251), + [sym_regex_literal] = STATE(1251), + [sym__extended_regex_literal] = STATE(1342), + [sym__multiline_regex_literal] = STATE(1342), + [sym_user_type] = STATE(6635), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6635), + [sym_dictionary_type] = STATE(6635), + [sym_expression] = STATE(774), + [sym_optional_chain_marker] = STATE(1251), + [sym__unary_expression] = STATE(1251), + [sym_postfix_expression] = STATE(1251), + [sym_constructor_expression] = STATE(1251), + [sym__parenthesized_type] = STATE(8560), + [sym_navigation_expression] = STATE(1251), + [sym__navigable_type_expression] = STATE(8560), + [sym_open_start_range_expression] = STATE(1251), + [sym__range_operator] = STATE(576), + [sym_open_end_range_expression] = STATE(1251), + [sym_prefix_expression] = STATE(1251), + [sym_as_expression] = STATE(1251), + [sym_selector_expression] = STATE(1251), + [sym__binary_expression] = STATE(1251), + [sym_multiplicative_expression] = STATE(1251), + [sym_additive_expression] = STATE(1251), + [sym_range_expression] = STATE(1251), + [sym_infix_expression] = STATE(1251), + [sym_nil_coalescing_expression] = STATE(1251), + [sym_check_expression] = STATE(1251), + [sym_comparison_expression] = STATE(1251), + [sym_equality_expression] = STATE(1251), + [sym_conjunction_expression] = STATE(1251), + [sym_disjunction_expression] = STATE(1251), + [sym_bitwise_operation] = STATE(1251), + [sym_custom_operator] = STATE(762), + [sym_try_expression] = STATE(1251), + [sym_await_expression] = STATE(1251), + [sym__await_operator] = STATE(578), + [sym_ternary_expression] = STATE(1251), + [sym__expr_hack_at_ternary_binary_suffix] = STATE(1292), + [sym_expr_hack_at_ternary_binary_call] = STATE(1292), + [sym_call_expression] = STATE(1251), + [sym_macro_invocation] = STATE(1251), + [sym__primary_expression] = STATE(1251), + [sym_tuple_expression] = STATE(1251), + [sym_array_literal] = STATE(1251), + [sym_dictionary_literal] = STATE(1251), + [sym_special_literal] = STATE(1251), + [sym_playground_literal] = STATE(1251), + [sym_lambda_literal] = STATE(1251), + [sym_self_expression] = STATE(1251), + [sym_super_expression] = STATE(1251), + [sym_if_statement] = STATE(1251), + [sym_switch_statement] = STATE(1251), + [sym_key_path_expression] = STATE(1251), + [sym_key_path_string_expression] = STATE(1251), + [sym_try_operator] = STATE(579), + [sym__assignment_and_operator] = STATE(1242), + [sym__equality_operator] = STATE(1242), + [sym__comparison_operator] = STATE(1242), + [sym__three_dot_operator] = STATE(759), + [sym__open_ended_range_operator] = STATE(576), + [sym__additive_operator] = STATE(1242), + [sym__multiplicative_operator] = STATE(1242), + [sym__prefix_unary_operator] = STATE(580), + [sym_directly_assignable_expression] = STATE(6636), + [sym_assignment] = STATE(1251), + [sym_value_parameter_pack] = STATE(1251), + [sym_value_pack_expansion] = STATE(1251), + [sym_referenceable_operator] = STATE(1251), + [sym__equal_sign] = STATE(1242), + [sym__eq_eq] = STATE(1242), + [sym__dot] = STATE(580), + [sym__hash_symbol] = STATE(4959), + [sym_bang] = STATE(762), + [sym__parameter_ownership_modifier] = STATE(1170), + [sym_directive] = STATE(1251), + [sym_diagnostic] = STATE(1251), + [aux_sym_raw_string_literal_repeat1] = STATE(7778), + [anon_sym_BANG] = ACTIONS(655), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(657), + [aux_sym_simple_identifier_token2] = ACTIONS(659), + [aux_sym_simple_identifier_token3] = ACTIONS(659), + [aux_sym_simple_identifier_token4] = ACTIONS(659), + [anon_sym_actor] = ACTIONS(657), + [anon_sym_async] = ACTIONS(657), + [anon_sym_each] = ACTIONS(661), + [anon_sym_lazy] = ACTIONS(657), + [anon_sym_repeat] = ACTIONS(663), + [anon_sym_package] = ACTIONS(657), + [anon_sym_nil] = ACTIONS(665), + [sym_real_literal] = ACTIONS(667), + [sym_integer_literal] = ACTIONS(665), + [sym_hex_literal] = ACTIONS(665), + [sym_oct_literal] = ACTIONS(667), + [sym_bin_literal] = ACTIONS(667), + [anon_sym_true] = ACTIONS(669), + [anon_sym_false] = ACTIONS(669), + [anon_sym_DQUOTE] = ACTIONS(671), + [anon_sym_BSLASH] = ACTIONS(673), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(675), + [sym__oneline_regex_literal] = ACTIONS(677), + [anon_sym_LPAREN] = ACTIONS(679), + [anon_sym_LBRACK] = ACTIONS(681), + [anon_sym_AMP] = ACTIONS(683), + [anon_sym_TILDE] = ACTIONS(683), + [anon_sym_if] = ACTIONS(685), + [anon_sym_switch] = ACTIONS(687), + [aux_sym_custom_operator_token1] = ACTIONS(689), + [anon_sym_LT] = ACTIONS(691), + [anon_sym_GT] = ACTIONS(691), + [anon_sym_await] = ACTIONS(693), + [anon_sym_LBRACE] = ACTIONS(695), + [anon_sym_CARET_LBRACE] = ACTIONS(695), + [anon_sym_self] = ACTIONS(697), + [anon_sym_super] = ACTIONS(699), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(701), + [anon_sym_DASH_EQ] = ACTIONS(701), + [anon_sym_STAR_EQ] = ACTIONS(701), + [anon_sym_SLASH_EQ] = ACTIONS(701), + [anon_sym_PERCENT_EQ] = ACTIONS(701), + [anon_sym_BANG_EQ] = ACTIONS(691), + [anon_sym_BANG_EQ_EQ] = ACTIONS(701), + [anon_sym_EQ_EQ_EQ] = ACTIONS(701), + [anon_sym_LT_EQ] = ACTIONS(701), + [anon_sym_GT_EQ] = ACTIONS(701), + [anon_sym_DOT_DOT_DOT] = ACTIONS(703), + [anon_sym_DOT_DOT_LT] = ACTIONS(705), + [anon_sym_PLUS] = ACTIONS(707), + [anon_sym_DASH] = ACTIONS(707), + [anon_sym_STAR] = ACTIONS(691), + [anon_sym_SLASH] = ACTIONS(691), + [anon_sym_PERCENT] = ACTIONS(691), + [anon_sym_PLUS_PLUS] = ACTIONS(683), + [anon_sym_DASH_DASH] = ACTIONS(683), + [anon_sym_PIPE] = ACTIONS(701), + [anon_sym_CARET] = ACTIONS(691), + [anon_sym_LT_LT] = ACTIONS(701), + [anon_sym_GT_GT] = ACTIONS(701), + [anon_sym_borrowing] = ACTIONS(657), + [anon_sym_consuming] = ACTIONS(657), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(709), + [sym__dot_custom] = ACTIONS(711), + [sym__eq_custom] = ACTIONS(701), + [sym__eq_eq_custom] = ACTIONS(701), + [sym__plus_then_ws] = ACTIONS(701), + [sym__minus_then_ws] = ACTIONS(701), + [sym__bang_custom] = ACTIONS(713), + [sym__custom_operator] = ACTIONS(689), + [sym__hash_symbol_custom] = ACTIONS(715), + [sym__directive_if] = ACTIONS(717), + [sym__directive_elseif] = ACTIONS(717), + [sym__directive_else] = ACTIONS(719), + [sym__directive_endif] = ACTIONS(719), + }, + [STATE(512)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1635), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [anon_sym_getter_COLON] = ACTIONS(1568), + [anon_sym_setter_COLON] = ACTIONS(1568), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(513)] = { + [sym_simple_identifier] = STATE(1184), + [sym__contextual_simple_identifier] = STATE(1170), + [sym__basic_literal] = STATE(1251), + [sym_boolean_literal] = STATE(1251), + [sym__string_literal] = STATE(1251), + [sym_line_string_literal] = STATE(1251), + [sym_multi_line_string_literal] = STATE(1251), + [sym_raw_string_literal] = STATE(1251), + [sym_regex_literal] = STATE(1251), + [sym__extended_regex_literal] = STATE(1342), + [sym__multiline_regex_literal] = STATE(1342), + [sym_user_type] = STATE(6635), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6635), + [sym_dictionary_type] = STATE(6635), + [sym_expression] = STATE(774), + [sym_optional_chain_marker] = STATE(1251), + [sym__unary_expression] = STATE(1251), + [sym_postfix_expression] = STATE(1251), + [sym_constructor_expression] = STATE(1251), + [sym__parenthesized_type] = STATE(8560), + [sym_navigation_expression] = STATE(1251), + [sym__navigable_type_expression] = STATE(8560), + [sym_open_start_range_expression] = STATE(1251), + [sym__range_operator] = STATE(576), + [sym_open_end_range_expression] = STATE(1251), + [sym_prefix_expression] = STATE(1251), + [sym_as_expression] = STATE(1251), + [sym_selector_expression] = STATE(1251), + [sym__binary_expression] = STATE(1251), + [sym_multiplicative_expression] = STATE(1251), + [sym_additive_expression] = STATE(1251), + [sym_range_expression] = STATE(1251), + [sym_infix_expression] = STATE(1251), + [sym_nil_coalescing_expression] = STATE(1251), + [sym_check_expression] = STATE(1251), + [sym_comparison_expression] = STATE(1251), + [sym_equality_expression] = STATE(1251), + [sym_conjunction_expression] = STATE(1251), + [sym_disjunction_expression] = STATE(1251), + [sym_bitwise_operation] = STATE(1251), + [sym_custom_operator] = STATE(762), + [sym_try_expression] = STATE(1251), + [sym_await_expression] = STATE(1251), + [sym__await_operator] = STATE(578), + [sym_ternary_expression] = STATE(1251), + [sym__expr_hack_at_ternary_binary_suffix] = STATE(1296), + [sym_expr_hack_at_ternary_binary_call] = STATE(1296), + [sym_call_expression] = STATE(1251), + [sym_macro_invocation] = STATE(1251), + [sym__primary_expression] = STATE(1251), + [sym_tuple_expression] = STATE(1251), + [sym_array_literal] = STATE(1251), + [sym_dictionary_literal] = STATE(1251), + [sym_special_literal] = STATE(1251), + [sym_playground_literal] = STATE(1251), + [sym_lambda_literal] = STATE(1251), + [sym_self_expression] = STATE(1251), + [sym_super_expression] = STATE(1251), + [sym_if_statement] = STATE(1251), + [sym_switch_statement] = STATE(1251), + [sym_key_path_expression] = STATE(1251), + [sym_key_path_string_expression] = STATE(1251), + [sym_try_operator] = STATE(579), + [sym__assignment_and_operator] = STATE(1242), + [sym__equality_operator] = STATE(1242), + [sym__comparison_operator] = STATE(1242), + [sym__three_dot_operator] = STATE(759), + [sym__open_ended_range_operator] = STATE(576), + [sym__additive_operator] = STATE(1242), + [sym__multiplicative_operator] = STATE(1242), + [sym__prefix_unary_operator] = STATE(580), + [sym_directly_assignable_expression] = STATE(6636), + [sym_assignment] = STATE(1251), + [sym_value_parameter_pack] = STATE(1251), + [sym_value_pack_expansion] = STATE(1251), + [sym_referenceable_operator] = STATE(1251), + [sym__equal_sign] = STATE(1242), + [sym__eq_eq] = STATE(1242), + [sym__dot] = STATE(580), + [sym__hash_symbol] = STATE(4959), + [sym_bang] = STATE(762), + [sym__parameter_ownership_modifier] = STATE(1170), + [sym_directive] = STATE(1251), + [sym_diagnostic] = STATE(1251), + [aux_sym_raw_string_literal_repeat1] = STATE(7778), + [anon_sym_BANG] = ACTIONS(655), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(657), + [aux_sym_simple_identifier_token2] = ACTIONS(659), + [aux_sym_simple_identifier_token3] = ACTIONS(659), + [aux_sym_simple_identifier_token4] = ACTIONS(659), + [anon_sym_actor] = ACTIONS(657), + [anon_sym_async] = ACTIONS(657), + [anon_sym_each] = ACTIONS(661), + [anon_sym_lazy] = ACTIONS(657), + [anon_sym_repeat] = ACTIONS(663), + [anon_sym_package] = ACTIONS(657), + [anon_sym_nil] = ACTIONS(665), + [sym_real_literal] = ACTIONS(667), + [sym_integer_literal] = ACTIONS(665), + [sym_hex_literal] = ACTIONS(665), + [sym_oct_literal] = ACTIONS(667), + [sym_bin_literal] = ACTIONS(667), + [anon_sym_true] = ACTIONS(669), + [anon_sym_false] = ACTIONS(669), + [anon_sym_DQUOTE] = ACTIONS(671), + [anon_sym_BSLASH] = ACTIONS(673), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(675), + [sym__oneline_regex_literal] = ACTIONS(677), + [anon_sym_LPAREN] = ACTIONS(679), + [anon_sym_LBRACK] = ACTIONS(681), + [anon_sym_AMP] = ACTIONS(683), + [anon_sym_TILDE] = ACTIONS(683), + [anon_sym_if] = ACTIONS(685), + [anon_sym_switch] = ACTIONS(687), + [aux_sym_custom_operator_token1] = ACTIONS(689), + [anon_sym_LT] = ACTIONS(691), + [anon_sym_GT] = ACTIONS(691), + [anon_sym_await] = ACTIONS(693), + [anon_sym_LBRACE] = ACTIONS(695), + [anon_sym_CARET_LBRACE] = ACTIONS(695), + [anon_sym_self] = ACTIONS(697), + [anon_sym_super] = ACTIONS(699), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(701), + [anon_sym_DASH_EQ] = ACTIONS(701), + [anon_sym_STAR_EQ] = ACTIONS(701), + [anon_sym_SLASH_EQ] = ACTIONS(701), + [anon_sym_PERCENT_EQ] = ACTIONS(701), + [anon_sym_BANG_EQ] = ACTIONS(691), + [anon_sym_BANG_EQ_EQ] = ACTIONS(701), + [anon_sym_EQ_EQ_EQ] = ACTIONS(701), + [anon_sym_LT_EQ] = ACTIONS(701), + [anon_sym_GT_EQ] = ACTIONS(701), + [anon_sym_DOT_DOT_DOT] = ACTIONS(703), + [anon_sym_DOT_DOT_LT] = ACTIONS(705), + [anon_sym_PLUS] = ACTIONS(707), + [anon_sym_DASH] = ACTIONS(707), + [anon_sym_STAR] = ACTIONS(691), + [anon_sym_SLASH] = ACTIONS(691), + [anon_sym_PERCENT] = ACTIONS(691), + [anon_sym_PLUS_PLUS] = ACTIONS(683), + [anon_sym_DASH_DASH] = ACTIONS(683), + [anon_sym_PIPE] = ACTIONS(701), + [anon_sym_CARET] = ACTIONS(691), + [anon_sym_LT_LT] = ACTIONS(701), + [anon_sym_GT_GT] = ACTIONS(701), + [anon_sym_borrowing] = ACTIONS(657), + [anon_sym_consuming] = ACTIONS(657), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(709), + [sym__dot_custom] = ACTIONS(711), + [sym__eq_custom] = ACTIONS(701), + [sym__eq_eq_custom] = ACTIONS(701), + [sym__plus_then_ws] = ACTIONS(701), + [sym__minus_then_ws] = ACTIONS(701), + [sym__bang_custom] = ACTIONS(713), + [sym__custom_operator] = ACTIONS(689), + [sym__hash_symbol_custom] = ACTIONS(715), + [sym__directive_if] = ACTIONS(717), + [sym__directive_elseif] = ACTIONS(717), + [sym__directive_else] = ACTIONS(719), + [sym__directive_endif] = ACTIONS(719), + }, + [STATE(514)] = { + [sym_simple_identifier] = STATE(1184), + [sym__contextual_simple_identifier] = STATE(1170), + [sym__basic_literal] = STATE(1251), + [sym_boolean_literal] = STATE(1251), + [sym__string_literal] = STATE(1251), + [sym_line_string_literal] = STATE(1251), + [sym_multi_line_string_literal] = STATE(1251), + [sym_raw_string_literal] = STATE(1251), + [sym_regex_literal] = STATE(1251), + [sym__extended_regex_literal] = STATE(1342), + [sym__multiline_regex_literal] = STATE(1342), + [sym_user_type] = STATE(6635), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6635), + [sym_dictionary_type] = STATE(6635), + [sym_expression] = STATE(774), + [sym_optional_chain_marker] = STATE(1251), + [sym__unary_expression] = STATE(1251), + [sym_postfix_expression] = STATE(1251), + [sym_constructor_expression] = STATE(1251), + [sym__parenthesized_type] = STATE(8560), + [sym_navigation_expression] = STATE(1251), + [sym__navigable_type_expression] = STATE(8560), + [sym_open_start_range_expression] = STATE(1251), + [sym__range_operator] = STATE(576), + [sym_open_end_range_expression] = STATE(1251), + [sym_prefix_expression] = STATE(1251), + [sym_as_expression] = STATE(1251), + [sym_selector_expression] = STATE(1251), + [sym__binary_expression] = STATE(1251), + [sym_multiplicative_expression] = STATE(1251), + [sym_additive_expression] = STATE(1251), + [sym_range_expression] = STATE(1251), + [sym_infix_expression] = STATE(1251), + [sym_nil_coalescing_expression] = STATE(1251), + [sym_check_expression] = STATE(1251), + [sym_comparison_expression] = STATE(1251), + [sym_equality_expression] = STATE(1251), + [sym_conjunction_expression] = STATE(1251), + [sym_disjunction_expression] = STATE(1251), + [sym_bitwise_operation] = STATE(1251), + [sym_custom_operator] = STATE(762), + [sym_try_expression] = STATE(1251), + [sym_await_expression] = STATE(1251), + [sym__await_operator] = STATE(578), + [sym_ternary_expression] = STATE(1251), + [sym__expr_hack_at_ternary_binary_suffix] = STATE(1298), + [sym_expr_hack_at_ternary_binary_call] = STATE(1298), + [sym_call_expression] = STATE(1251), + [sym_macro_invocation] = STATE(1251), + [sym__primary_expression] = STATE(1251), + [sym_tuple_expression] = STATE(1251), + [sym_array_literal] = STATE(1251), + [sym_dictionary_literal] = STATE(1251), + [sym_special_literal] = STATE(1251), + [sym_playground_literal] = STATE(1251), + [sym_lambda_literal] = STATE(1251), + [sym_self_expression] = STATE(1251), + [sym_super_expression] = STATE(1251), + [sym_if_statement] = STATE(1251), + [sym_switch_statement] = STATE(1251), + [sym_key_path_expression] = STATE(1251), + [sym_key_path_string_expression] = STATE(1251), + [sym_try_operator] = STATE(579), + [sym__assignment_and_operator] = STATE(1242), + [sym__equality_operator] = STATE(1242), + [sym__comparison_operator] = STATE(1242), + [sym__three_dot_operator] = STATE(759), + [sym__open_ended_range_operator] = STATE(576), + [sym__additive_operator] = STATE(1242), + [sym__multiplicative_operator] = STATE(1242), + [sym__prefix_unary_operator] = STATE(580), + [sym_directly_assignable_expression] = STATE(6636), + [sym_assignment] = STATE(1251), + [sym_value_parameter_pack] = STATE(1251), + [sym_value_pack_expansion] = STATE(1251), + [sym_referenceable_operator] = STATE(1251), + [sym__equal_sign] = STATE(1242), + [sym__eq_eq] = STATE(1242), + [sym__dot] = STATE(580), + [sym__hash_symbol] = STATE(4959), + [sym_bang] = STATE(762), + [sym__parameter_ownership_modifier] = STATE(1170), + [sym_directive] = STATE(1251), + [sym_diagnostic] = STATE(1251), + [aux_sym_raw_string_literal_repeat1] = STATE(7778), + [anon_sym_BANG] = ACTIONS(655), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(657), + [aux_sym_simple_identifier_token2] = ACTIONS(659), + [aux_sym_simple_identifier_token3] = ACTIONS(659), + [aux_sym_simple_identifier_token4] = ACTIONS(659), + [anon_sym_actor] = ACTIONS(657), + [anon_sym_async] = ACTIONS(657), + [anon_sym_each] = ACTIONS(661), + [anon_sym_lazy] = ACTIONS(657), + [anon_sym_repeat] = ACTIONS(663), + [anon_sym_package] = ACTIONS(657), + [anon_sym_nil] = ACTIONS(665), + [sym_real_literal] = ACTIONS(667), + [sym_integer_literal] = ACTIONS(665), + [sym_hex_literal] = ACTIONS(665), + [sym_oct_literal] = ACTIONS(667), + [sym_bin_literal] = ACTIONS(667), + [anon_sym_true] = ACTIONS(669), + [anon_sym_false] = ACTIONS(669), + [anon_sym_DQUOTE] = ACTIONS(671), + [anon_sym_BSLASH] = ACTIONS(673), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(675), + [sym__oneline_regex_literal] = ACTIONS(677), + [anon_sym_LPAREN] = ACTIONS(679), + [anon_sym_LBRACK] = ACTIONS(681), + [anon_sym_AMP] = ACTIONS(683), + [anon_sym_TILDE] = ACTIONS(683), + [anon_sym_if] = ACTIONS(685), + [anon_sym_switch] = ACTIONS(687), + [aux_sym_custom_operator_token1] = ACTIONS(689), + [anon_sym_LT] = ACTIONS(691), + [anon_sym_GT] = ACTIONS(691), + [anon_sym_await] = ACTIONS(693), + [anon_sym_LBRACE] = ACTIONS(695), + [anon_sym_CARET_LBRACE] = ACTIONS(695), + [anon_sym_self] = ACTIONS(697), + [anon_sym_super] = ACTIONS(699), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(701), + [anon_sym_DASH_EQ] = ACTIONS(701), + [anon_sym_STAR_EQ] = ACTIONS(701), + [anon_sym_SLASH_EQ] = ACTIONS(701), + [anon_sym_PERCENT_EQ] = ACTIONS(701), + [anon_sym_BANG_EQ] = ACTIONS(691), + [anon_sym_BANG_EQ_EQ] = ACTIONS(701), + [anon_sym_EQ_EQ_EQ] = ACTIONS(701), + [anon_sym_LT_EQ] = ACTIONS(701), + [anon_sym_GT_EQ] = ACTIONS(701), + [anon_sym_DOT_DOT_DOT] = ACTIONS(703), + [anon_sym_DOT_DOT_LT] = ACTIONS(705), + [anon_sym_PLUS] = ACTIONS(707), + [anon_sym_DASH] = ACTIONS(707), + [anon_sym_STAR] = ACTIONS(691), + [anon_sym_SLASH] = ACTIONS(691), + [anon_sym_PERCENT] = ACTIONS(691), + [anon_sym_PLUS_PLUS] = ACTIONS(683), + [anon_sym_DASH_DASH] = ACTIONS(683), + [anon_sym_PIPE] = ACTIONS(701), + [anon_sym_CARET] = ACTIONS(691), + [anon_sym_LT_LT] = ACTIONS(701), + [anon_sym_GT_GT] = ACTIONS(701), + [anon_sym_borrowing] = ACTIONS(657), + [anon_sym_consuming] = ACTIONS(657), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(709), + [sym__dot_custom] = ACTIONS(711), + [sym__eq_custom] = ACTIONS(701), + [sym__eq_eq_custom] = ACTIONS(701), + [sym__plus_then_ws] = ACTIONS(701), + [sym__minus_then_ws] = ACTIONS(701), + [sym__bang_custom] = ACTIONS(713), + [sym__custom_operator] = ACTIONS(689), + [sym__hash_symbol_custom] = ACTIONS(715), + [sym__directive_if] = ACTIONS(717), + [sym__directive_elseif] = ACTIONS(717), + [sym__directive_else] = ACTIONS(719), + [sym__directive_endif] = ACTIONS(719), + }, + [STATE(515)] = { + [sym_simple_identifier] = STATE(2872), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1584), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_value_argument_label] = STATE(9173), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [aux_sym_value_argument_repeat1] = STATE(5101), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(1231), + [anon_sym_switch] = ACTIONS(1233), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(516)] = { + [sym_simple_identifier] = STATE(2941), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1618), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1570), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(517)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1610), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_RBRACK] = ACTIONS(1572), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(518)] = { + [sym_simple_identifier] = STATE(2941), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1618), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1574), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(519)] = { + [sym_simple_identifier] = STATE(2941), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1618), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1576), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(520)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1610), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_RBRACK] = ACTIONS(1578), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(521)] = { + [sym_simple_identifier] = STATE(2941), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1618), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1580), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(522)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1655), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym__dictionary_literal_item] = STATE(8804), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(523)] = { + [sym_simple_identifier] = STATE(2941), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1618), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1582), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(524)] = { + [sym_simple_identifier] = STATE(2941), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1618), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1584), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(525)] = { + [sym_simple_identifier] = STATE(2941), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1618), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1586), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(526)] = { + [sym_simple_identifier] = STATE(2941), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1618), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1588), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(527)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1610), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_RBRACK] = ACTIONS(1590), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(528)] = { + [sym_simple_identifier] = STATE(2941), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1618), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1592), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(529)] = { + [sym_simple_identifier] = STATE(2941), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1618), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1594), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(530)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1610), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_RBRACK] = ACTIONS(1596), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(531)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1674), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_COLON] = ACTIONS(1143), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(532)] = { + [sym_simple_identifier] = STATE(2941), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1618), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1598), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(533)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1610), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_RBRACK] = ACTIONS(1600), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(534)] = { + [sym_simple_identifier] = STATE(2941), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1618), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1602), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(535)] = { + [sym_simple_identifier] = STATE(2941), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1618), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1604), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(536)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1610), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_RBRACK] = ACTIONS(1606), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(537)] = { + [sym_simple_identifier] = STATE(2941), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1618), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1608), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(538)] = { + [sym_simple_identifier] = STATE(2941), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1618), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1610), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(539)] = { + [sym_simple_identifier] = STATE(2941), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1618), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1612), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(540)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1610), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_RBRACK] = ACTIONS(1614), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(541)] = { + [sym_simple_identifier] = STATE(2941), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1618), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1616), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(542)] = { + [sym_simple_identifier] = STATE(2941), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1618), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1618), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(543)] = { + [sym_simple_identifier] = STATE(2941), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1618), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1620), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(544)] = { + [sym_simple_identifier] = STATE(2941), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1618), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1622), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(545)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1610), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_RBRACK] = ACTIONS(1624), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(546)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1610), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_RBRACK] = ACTIONS(1626), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(547)] = { + [sym_simple_identifier] = STATE(2941), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1618), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1628), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(548)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1610), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_RBRACK] = ACTIONS(1630), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(549)] = { + [sym_simple_identifier] = STATE(2941), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1618), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1632), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(550)] = { + [sym_simple_identifier] = STATE(2941), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1618), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1634), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(551)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1610), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_RBRACK] = ACTIONS(1636), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(552)] = { + [sym_simple_identifier] = STATE(2941), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1618), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1638), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(553)] = { + [sym_simple_identifier] = STATE(2941), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1618), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1640), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(554)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1610), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_RBRACK] = ACTIONS(1642), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(555)] = { + [sym_simple_identifier] = STATE(2941), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1618), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1644), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(556)] = { + [sym_simple_identifier] = STATE(2941), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1618), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1646), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(557)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1610), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_RBRACK] = ACTIONS(1648), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(558)] = { + [sym_simple_identifier] = STATE(2393), + [sym__contextual_simple_identifier] = STATE(2212), + [sym__basic_literal] = STATE(2472), + [sym_boolean_literal] = STATE(2472), + [sym__string_literal] = STATE(2472), + [sym_line_string_literal] = STATE(2472), + [sym_multi_line_string_literal] = STATE(2472), + [sym_raw_string_literal] = STATE(2472), + [sym_regex_literal] = STATE(2472), + [sym__extended_regex_literal] = STATE(2528), + [sym__multiline_regex_literal] = STATE(2528), + [sym_user_type] = STATE(6600), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6600), + [sym_dictionary_type] = STATE(6600), + [sym_expression] = STATE(1488), + [sym_optional_chain_marker] = STATE(2472), + [sym__unary_expression] = STATE(2472), + [sym_postfix_expression] = STATE(2472), + [sym_constructor_expression] = STATE(2472), + [sym__parenthesized_type] = STATE(7973), + [sym_navigation_expression] = STATE(2472), + [sym__navigable_type_expression] = STATE(7973), + [sym_open_start_range_expression] = STATE(2472), + [sym__range_operator] = STATE(722), + [sym_open_end_range_expression] = STATE(2472), + [sym_prefix_expression] = STATE(2472), + [sym_as_expression] = STATE(2472), + [sym_selector_expression] = STATE(2472), + [sym__binary_expression] = STATE(2472), + [sym_multiplicative_expression] = STATE(2472), + [sym_additive_expression] = STATE(2472), + [sym_range_expression] = STATE(2472), + [sym_infix_expression] = STATE(2472), + [sym_nil_coalescing_expression] = STATE(2472), + [sym_check_expression] = STATE(2472), + [sym_comparison_expression] = STATE(2472), + [sym_equality_expression] = STATE(2472), + [sym_conjunction_expression] = STATE(2472), + [sym_disjunction_expression] = STATE(2472), + [sym_bitwise_operation] = STATE(2472), + [sym_custom_operator] = STATE(1124), + [sym_try_expression] = STATE(2472), + [sym_await_expression] = STATE(2472), + [sym__await_operator] = STATE(723), + [sym_ternary_expression] = STATE(2472), + [sym_call_expression] = STATE(2472), + [sym_macro_invocation] = STATE(2472), + [sym__primary_expression] = STATE(2472), + [sym_tuple_expression] = STATE(2472), + [sym_array_literal] = STATE(2472), + [sym_dictionary_literal] = STATE(2472), + [sym_special_literal] = STATE(2472), + [sym_playground_literal] = STATE(2472), + [sym_lambda_literal] = STATE(2472), + [sym_self_expression] = STATE(2472), + [sym_super_expression] = STATE(2472), + [sym_if_statement] = STATE(2472), + [sym_switch_statement] = STATE(2472), + [sym_key_path_expression] = STATE(2472), + [sym_key_path_string_expression] = STATE(2472), + [sym_try_operator] = STATE(583), + [sym__assignment_and_operator] = STATE(2613), + [sym__equality_operator] = STATE(2613), + [sym__comparison_operator] = STATE(2613), + [sym__three_dot_operator] = STATE(1104), + [sym__open_ended_range_operator] = STATE(722), + [sym__additive_operator] = STATE(2613), + [sym__multiplicative_operator] = STATE(2613), + [sym__prefix_unary_operator] = STATE(593), + [sym_directly_assignable_expression] = STATE(6606), + [sym_assignment] = STATE(2472), + [sym_value_parameter_pack] = STATE(2472), + [sym_value_pack_expansion] = STATE(2472), + [sym_external_macro_definition] = STATE(7469), + [sym_referenceable_operator] = STATE(2472), + [sym__equal_sign] = STATE(2613), + [sym__eq_eq] = STATE(2613), + [sym__dot] = STATE(593), + [sym__hash_symbol] = STATE(4941), + [sym_bang] = STATE(1124), + [sym__parameter_ownership_modifier] = STATE(2212), + [sym_directive] = STATE(2472), + [sym_diagnostic] = STATE(2472), + [aux_sym_raw_string_literal_repeat1] = STATE(8314), + [anon_sym_BANG] = ACTIONS(873), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(875), + [aux_sym_simple_identifier_token2] = ACTIONS(877), + [aux_sym_simple_identifier_token3] = ACTIONS(877), + [aux_sym_simple_identifier_token4] = ACTIONS(877), + [anon_sym_actor] = ACTIONS(875), + [anon_sym_async] = ACTIONS(875), + [anon_sym_each] = ACTIONS(879), + [anon_sym_lazy] = ACTIONS(875), + [anon_sym_repeat] = ACTIONS(881), + [anon_sym_package] = ACTIONS(875), + [anon_sym_nil] = ACTIONS(883), + [sym_real_literal] = ACTIONS(885), + [sym_integer_literal] = ACTIONS(883), + [sym_hex_literal] = ACTIONS(883), + [sym_oct_literal] = ACTIONS(885), + [sym_bin_literal] = ACTIONS(885), + [anon_sym_true] = ACTIONS(887), + [anon_sym_false] = ACTIONS(887), + [anon_sym_DQUOTE] = ACTIONS(889), + [anon_sym_BSLASH] = ACTIONS(891), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(893), + [sym__oneline_regex_literal] = ACTIONS(895), + [anon_sym_LPAREN] = ACTIONS(897), + [anon_sym_LBRACK] = ACTIONS(899), + [anon_sym_AMP] = ACTIONS(901), + [anon_sym_TILDE] = ACTIONS(901), + [anon_sym_if] = ACTIONS(903), + [anon_sym_switch] = ACTIONS(905), + [aux_sym_custom_operator_token1] = ACTIONS(907), + [anon_sym_LT] = ACTIONS(909), + [anon_sym_GT] = ACTIONS(909), + [anon_sym_await] = ACTIONS(911), + [anon_sym_LBRACE] = ACTIONS(913), + [anon_sym_CARET_LBRACE] = ACTIONS(913), + [anon_sym_self] = ACTIONS(915), + [anon_sym_super] = ACTIONS(917), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(919), + [anon_sym_DASH_EQ] = ACTIONS(919), + [anon_sym_STAR_EQ] = ACTIONS(919), + [anon_sym_SLASH_EQ] = ACTIONS(919), + [anon_sym_PERCENT_EQ] = ACTIONS(919), + [anon_sym_BANG_EQ] = ACTIONS(909), + [anon_sym_BANG_EQ_EQ] = ACTIONS(919), + [anon_sym_EQ_EQ_EQ] = ACTIONS(919), + [anon_sym_LT_EQ] = ACTIONS(919), + [anon_sym_GT_EQ] = ACTIONS(919), + [anon_sym_DOT_DOT_DOT] = ACTIONS(921), + [anon_sym_DOT_DOT_LT] = ACTIONS(923), + [anon_sym_PLUS] = ACTIONS(925), + [anon_sym_DASH] = ACTIONS(925), + [anon_sym_STAR] = ACTIONS(909), + [anon_sym_SLASH] = ACTIONS(909), + [anon_sym_PERCENT] = ACTIONS(909), + [anon_sym_PLUS_PLUS] = ACTIONS(901), + [anon_sym_DASH_DASH] = ACTIONS(901), + [anon_sym_PIPE] = ACTIONS(919), + [anon_sym_CARET] = ACTIONS(909), + [anon_sym_LT_LT] = ACTIONS(919), + [anon_sym_GT_GT] = ACTIONS(919), + [anon_sym_borrowing] = ACTIONS(875), + [anon_sym_consuming] = ACTIONS(875), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(927), + [sym__dot_custom] = ACTIONS(929), + [sym__eq_custom] = ACTIONS(919), + [sym__eq_eq_custom] = ACTIONS(919), + [sym__plus_then_ws] = ACTIONS(919), + [sym__minus_then_ws] = ACTIONS(919), + [sym__bang_custom] = ACTIONS(931), + [sym__custom_operator] = ACTIONS(907), + [sym__hash_symbol_custom] = ACTIONS(1650), + [sym__directive_if] = ACTIONS(935), + [sym__directive_elseif] = ACTIONS(935), + [sym__directive_else] = ACTIONS(937), + [sym__directive_endif] = ACTIONS(937), + }, + [STATE(559)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1610), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_RBRACK] = ACTIONS(1652), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(560)] = { + [sym_simple_identifier] = STATE(2941), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1618), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1654), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(561)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1610), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_RBRACK] = ACTIONS(1656), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(562)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1610), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_RBRACK] = ACTIONS(1658), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(563)] = { + [sym_simple_identifier] = STATE(2941), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1618), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1660), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(564)] = { + [sym_simple_identifier] = STATE(2941), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1618), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1662), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(565)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1610), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_RBRACK] = ACTIONS(1664), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(566)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1610), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_RBRACK] = ACTIONS(1666), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(567)] = { + [sym_simple_identifier] = STATE(2941), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1618), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1668), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(568)] = { + [sym_simple_identifier] = STATE(2941), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1618), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1670), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(569)] = { + [sym_simple_identifier] = STATE(2941), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1618), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1672), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(570)] = { + [sym_simple_identifier] = STATE(2941), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1618), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1674), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(571)] = { + [sym_simple_identifier] = STATE(2941), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1618), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1676), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(572)] = { + [sym_simple_identifier] = STATE(2941), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1618), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(1678), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(573)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1675), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(574)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1670), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(575)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1537), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(576)] = { + [sym_simple_identifier] = STATE(1184), + [sym__contextual_simple_identifier] = STATE(1170), + [sym__basic_literal] = STATE(1251), + [sym_boolean_literal] = STATE(1251), + [sym__string_literal] = STATE(1251), + [sym_line_string_literal] = STATE(1251), + [sym_multi_line_string_literal] = STATE(1251), + [sym_raw_string_literal] = STATE(1251), + [sym_regex_literal] = STATE(1251), + [sym__extended_regex_literal] = STATE(1342), + [sym__multiline_regex_literal] = STATE(1342), + [sym_user_type] = STATE(6635), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6635), + [sym_dictionary_type] = STATE(6635), + [sym_expression] = STATE(783), + [sym_optional_chain_marker] = STATE(1251), + [sym__unary_expression] = STATE(1251), + [sym_postfix_expression] = STATE(1251), + [sym_constructor_expression] = STATE(1251), + [sym__parenthesized_type] = STATE(8560), + [sym_navigation_expression] = STATE(1251), + [sym__navigable_type_expression] = STATE(8560), + [sym_open_start_range_expression] = STATE(1251), + [sym__range_operator] = STATE(576), + [sym_open_end_range_expression] = STATE(1251), + [sym_prefix_expression] = STATE(1251), + [sym_as_expression] = STATE(1251), + [sym_selector_expression] = STATE(1251), + [sym__binary_expression] = STATE(1251), + [sym_multiplicative_expression] = STATE(1251), + [sym_additive_expression] = STATE(1251), + [sym_range_expression] = STATE(1251), + [sym_infix_expression] = STATE(1251), + [sym_nil_coalescing_expression] = STATE(1251), + [sym_check_expression] = STATE(1251), + [sym_comparison_expression] = STATE(1251), + [sym_equality_expression] = STATE(1251), + [sym_conjunction_expression] = STATE(1251), + [sym_disjunction_expression] = STATE(1251), + [sym_bitwise_operation] = STATE(1251), + [sym_custom_operator] = STATE(762), + [sym_try_expression] = STATE(1251), + [sym_await_expression] = STATE(1251), + [sym__await_operator] = STATE(578), + [sym_ternary_expression] = STATE(1251), + [sym_call_expression] = STATE(1251), + [sym_macro_invocation] = STATE(1251), + [sym__primary_expression] = STATE(1251), + [sym_tuple_expression] = STATE(1251), + [sym_array_literal] = STATE(1251), + [sym_dictionary_literal] = STATE(1251), + [sym_special_literal] = STATE(1251), + [sym_playground_literal] = STATE(1251), + [sym_lambda_literal] = STATE(1251), + [sym_self_expression] = STATE(1251), + [sym_super_expression] = STATE(1251), + [sym_if_statement] = STATE(1251), + [sym_switch_statement] = STATE(1251), + [sym_key_path_expression] = STATE(1251), + [sym_key_path_string_expression] = STATE(1251), + [sym_try_operator] = STATE(579), + [sym__assignment_and_operator] = STATE(1242), + [sym__equality_operator] = STATE(1242), + [sym__comparison_operator] = STATE(1242), + [sym__three_dot_operator] = STATE(759), + [sym__open_ended_range_operator] = STATE(576), + [sym__additive_operator] = STATE(1242), + [sym__multiplicative_operator] = STATE(1242), + [sym__prefix_unary_operator] = STATE(580), + [sym_directly_assignable_expression] = STATE(6636), + [sym_assignment] = STATE(1251), + [sym_value_parameter_pack] = STATE(1251), + [sym_value_pack_expansion] = STATE(1251), + [sym_referenceable_operator] = STATE(1251), + [sym__equal_sign] = STATE(1242), + [sym__eq_eq] = STATE(1242), + [sym__dot] = STATE(580), + [sym__hash_symbol] = STATE(4959), + [sym_bang] = STATE(762), + [sym__parameter_ownership_modifier] = STATE(1170), + [sym_directive] = STATE(1251), + [sym_diagnostic] = STATE(1251), + [aux_sym_raw_string_literal_repeat1] = STATE(7778), + [anon_sym_BANG] = ACTIONS(655), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(657), + [aux_sym_simple_identifier_token2] = ACTIONS(659), + [aux_sym_simple_identifier_token3] = ACTIONS(659), + [aux_sym_simple_identifier_token4] = ACTIONS(659), + [anon_sym_actor] = ACTIONS(657), + [anon_sym_async] = ACTIONS(657), + [anon_sym_each] = ACTIONS(661), + [anon_sym_lazy] = ACTIONS(657), + [anon_sym_repeat] = ACTIONS(663), + [anon_sym_package] = ACTIONS(657), + [anon_sym_nil] = ACTIONS(665), + [sym_real_literal] = ACTIONS(667), + [sym_integer_literal] = ACTIONS(665), + [sym_hex_literal] = ACTIONS(665), + [sym_oct_literal] = ACTIONS(667), + [sym_bin_literal] = ACTIONS(667), + [anon_sym_true] = ACTIONS(669), + [anon_sym_false] = ACTIONS(669), + [anon_sym_DQUOTE] = ACTIONS(671), + [anon_sym_BSLASH] = ACTIONS(673), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(675), + [sym__oneline_regex_literal] = ACTIONS(677), + [anon_sym_LPAREN] = ACTIONS(679), + [anon_sym_LBRACK] = ACTIONS(681), + [anon_sym_AMP] = ACTIONS(683), + [anon_sym_TILDE] = ACTIONS(683), + [anon_sym_if] = ACTIONS(685), + [anon_sym_switch] = ACTIONS(687), + [aux_sym_custom_operator_token1] = ACTIONS(689), + [anon_sym_LT] = ACTIONS(691), + [anon_sym_GT] = ACTIONS(691), + [anon_sym_await] = ACTIONS(693), + [anon_sym_LBRACE] = ACTIONS(695), + [anon_sym_CARET_LBRACE] = ACTIONS(695), + [anon_sym_self] = ACTIONS(697), + [anon_sym_super] = ACTIONS(699), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(701), + [anon_sym_DASH_EQ] = ACTIONS(701), + [anon_sym_STAR_EQ] = ACTIONS(701), + [anon_sym_SLASH_EQ] = ACTIONS(701), + [anon_sym_PERCENT_EQ] = ACTIONS(701), + [anon_sym_BANG_EQ] = ACTIONS(691), + [anon_sym_BANG_EQ_EQ] = ACTIONS(701), + [anon_sym_EQ_EQ_EQ] = ACTIONS(701), + [anon_sym_LT_EQ] = ACTIONS(701), + [anon_sym_GT_EQ] = ACTIONS(701), + [anon_sym_DOT_DOT_DOT] = ACTIONS(703), + [anon_sym_DOT_DOT_LT] = ACTIONS(705), + [anon_sym_PLUS] = ACTIONS(707), + [anon_sym_DASH] = ACTIONS(707), + [anon_sym_STAR] = ACTIONS(691), + [anon_sym_SLASH] = ACTIONS(691), + [anon_sym_PERCENT] = ACTIONS(691), + [anon_sym_PLUS_PLUS] = ACTIONS(683), + [anon_sym_DASH_DASH] = ACTIONS(683), + [anon_sym_PIPE] = ACTIONS(701), + [anon_sym_CARET] = ACTIONS(691), + [anon_sym_LT_LT] = ACTIONS(701), + [anon_sym_GT_GT] = ACTIONS(701), + [anon_sym_borrowing] = ACTIONS(657), + [anon_sym_consuming] = ACTIONS(657), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(709), + [sym__dot_custom] = ACTIONS(711), + [sym__eq_custom] = ACTIONS(701), + [sym__eq_eq_custom] = ACTIONS(701), + [sym__plus_then_ws] = ACTIONS(701), + [sym__minus_then_ws] = ACTIONS(701), + [sym__bang_custom] = ACTIONS(713), + [sym__custom_operator] = ACTIONS(689), + [sym__hash_symbol_custom] = ACTIONS(715), + [sym__directive_if] = ACTIONS(717), + [sym__directive_elseif] = ACTIONS(717), + [sym__directive_else] = ACTIONS(719), + [sym__directive_endif] = ACTIONS(719), + }, + [STATE(577)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1491), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(578)] = { + [sym_simple_identifier] = STATE(1184), + [sym__contextual_simple_identifier] = STATE(1170), + [sym__basic_literal] = STATE(1251), + [sym_boolean_literal] = STATE(1251), + [sym__string_literal] = STATE(1251), + [sym_line_string_literal] = STATE(1251), + [sym_multi_line_string_literal] = STATE(1251), + [sym_raw_string_literal] = STATE(1251), + [sym_regex_literal] = STATE(1251), + [sym__extended_regex_literal] = STATE(1342), + [sym__multiline_regex_literal] = STATE(1342), + [sym_user_type] = STATE(6635), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6635), + [sym_dictionary_type] = STATE(6635), + [sym_expression] = STATE(786), + [sym_optional_chain_marker] = STATE(1251), + [sym__unary_expression] = STATE(1251), + [sym_postfix_expression] = STATE(1251), + [sym_constructor_expression] = STATE(1251), + [sym__parenthesized_type] = STATE(8560), + [sym_navigation_expression] = STATE(1251), + [sym__navigable_type_expression] = STATE(8560), + [sym_open_start_range_expression] = STATE(1251), + [sym__range_operator] = STATE(576), + [sym_open_end_range_expression] = STATE(1251), + [sym_prefix_expression] = STATE(1251), + [sym_as_expression] = STATE(1251), + [sym_selector_expression] = STATE(1251), + [sym__binary_expression] = STATE(1251), + [sym_multiplicative_expression] = STATE(1251), + [sym_additive_expression] = STATE(1251), + [sym_range_expression] = STATE(1251), + [sym_infix_expression] = STATE(1251), + [sym_nil_coalescing_expression] = STATE(1251), + [sym_check_expression] = STATE(1251), + [sym_comparison_expression] = STATE(1251), + [sym_equality_expression] = STATE(1251), + [sym_conjunction_expression] = STATE(1251), + [sym_disjunction_expression] = STATE(1251), + [sym_bitwise_operation] = STATE(1251), + [sym_custom_operator] = STATE(762), + [sym_try_expression] = STATE(1251), + [sym_await_expression] = STATE(1251), + [sym__await_operator] = STATE(578), + [sym_ternary_expression] = STATE(1267), + [sym_call_expression] = STATE(1268), + [sym_macro_invocation] = STATE(1251), + [sym__primary_expression] = STATE(1251), + [sym_tuple_expression] = STATE(1251), + [sym_array_literal] = STATE(1251), + [sym_dictionary_literal] = STATE(1251), + [sym_special_literal] = STATE(1251), + [sym_playground_literal] = STATE(1251), + [sym_lambda_literal] = STATE(1251), + [sym_self_expression] = STATE(1251), + [sym_super_expression] = STATE(1251), + [sym_if_statement] = STATE(1251), + [sym_switch_statement] = STATE(1251), + [sym_key_path_expression] = STATE(1251), + [sym_key_path_string_expression] = STATE(1251), + [sym_try_operator] = STATE(579), + [sym__assignment_and_operator] = STATE(1242), + [sym__equality_operator] = STATE(1242), + [sym__comparison_operator] = STATE(1242), + [sym__three_dot_operator] = STATE(759), + [sym__open_ended_range_operator] = STATE(576), + [sym__additive_operator] = STATE(1242), + [sym__multiplicative_operator] = STATE(1242), + [sym__prefix_unary_operator] = STATE(580), + [sym_directly_assignable_expression] = STATE(6636), + [sym_assignment] = STATE(1251), + [sym_value_parameter_pack] = STATE(1251), + [sym_value_pack_expansion] = STATE(1251), + [sym_referenceable_operator] = STATE(1251), + [sym__equal_sign] = STATE(1242), + [sym__eq_eq] = STATE(1242), + [sym__dot] = STATE(580), + [sym__hash_symbol] = STATE(4959), + [sym_bang] = STATE(762), + [sym__parameter_ownership_modifier] = STATE(1170), + [sym_directive] = STATE(1251), + [sym_diagnostic] = STATE(1251), + [aux_sym_raw_string_literal_repeat1] = STATE(7778), + [anon_sym_BANG] = ACTIONS(655), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(657), + [aux_sym_simple_identifier_token2] = ACTIONS(659), + [aux_sym_simple_identifier_token3] = ACTIONS(659), + [aux_sym_simple_identifier_token4] = ACTIONS(659), + [anon_sym_actor] = ACTIONS(657), + [anon_sym_async] = ACTIONS(657), + [anon_sym_each] = ACTIONS(661), + [anon_sym_lazy] = ACTIONS(657), + [anon_sym_repeat] = ACTIONS(663), + [anon_sym_package] = ACTIONS(657), + [anon_sym_nil] = ACTIONS(665), + [sym_real_literal] = ACTIONS(667), + [sym_integer_literal] = ACTIONS(665), + [sym_hex_literal] = ACTIONS(665), + [sym_oct_literal] = ACTIONS(667), + [sym_bin_literal] = ACTIONS(667), + [anon_sym_true] = ACTIONS(669), + [anon_sym_false] = ACTIONS(669), + [anon_sym_DQUOTE] = ACTIONS(671), + [anon_sym_BSLASH] = ACTIONS(673), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(675), + [sym__oneline_regex_literal] = ACTIONS(677), + [anon_sym_LPAREN] = ACTIONS(679), + [anon_sym_LBRACK] = ACTIONS(681), + [anon_sym_AMP] = ACTIONS(683), + [anon_sym_TILDE] = ACTIONS(683), + [anon_sym_if] = ACTIONS(685), + [anon_sym_switch] = ACTIONS(687), + [aux_sym_custom_operator_token1] = ACTIONS(689), + [anon_sym_LT] = ACTIONS(691), + [anon_sym_GT] = ACTIONS(691), + [anon_sym_await] = ACTIONS(693), + [anon_sym_LBRACE] = ACTIONS(695), + [anon_sym_CARET_LBRACE] = ACTIONS(695), + [anon_sym_self] = ACTIONS(697), + [anon_sym_super] = ACTIONS(699), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(701), + [anon_sym_DASH_EQ] = ACTIONS(701), + [anon_sym_STAR_EQ] = ACTIONS(701), + [anon_sym_SLASH_EQ] = ACTIONS(701), + [anon_sym_PERCENT_EQ] = ACTIONS(701), + [anon_sym_BANG_EQ] = ACTIONS(691), + [anon_sym_BANG_EQ_EQ] = ACTIONS(701), + [anon_sym_EQ_EQ_EQ] = ACTIONS(701), + [anon_sym_LT_EQ] = ACTIONS(701), + [anon_sym_GT_EQ] = ACTIONS(701), + [anon_sym_DOT_DOT_DOT] = ACTIONS(703), + [anon_sym_DOT_DOT_LT] = ACTIONS(705), + [anon_sym_PLUS] = ACTIONS(707), + [anon_sym_DASH] = ACTIONS(707), + [anon_sym_STAR] = ACTIONS(691), + [anon_sym_SLASH] = ACTIONS(691), + [anon_sym_PERCENT] = ACTIONS(691), + [anon_sym_PLUS_PLUS] = ACTIONS(683), + [anon_sym_DASH_DASH] = ACTIONS(683), + [anon_sym_PIPE] = ACTIONS(701), + [anon_sym_CARET] = ACTIONS(691), + [anon_sym_LT_LT] = ACTIONS(701), + [anon_sym_GT_GT] = ACTIONS(701), + [anon_sym_borrowing] = ACTIONS(657), + [anon_sym_consuming] = ACTIONS(657), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(709), + [sym__dot_custom] = ACTIONS(711), + [sym__eq_custom] = ACTIONS(701), + [sym__eq_eq_custom] = ACTIONS(701), + [sym__plus_then_ws] = ACTIONS(701), + [sym__minus_then_ws] = ACTIONS(701), + [sym__bang_custom] = ACTIONS(713), + [sym__custom_operator] = ACTIONS(689), + [sym__hash_symbol_custom] = ACTIONS(715), + [sym__directive_if] = ACTIONS(717), + [sym__directive_elseif] = ACTIONS(717), + [sym__directive_else] = ACTIONS(719), + [sym__directive_endif] = ACTIONS(719), + }, + [STATE(579)] = { + [sym_simple_identifier] = STATE(1184), + [sym__contextual_simple_identifier] = STATE(1170), + [sym__basic_literal] = STATE(1251), + [sym_boolean_literal] = STATE(1251), + [sym__string_literal] = STATE(1251), + [sym_line_string_literal] = STATE(1251), + [sym_multi_line_string_literal] = STATE(1251), + [sym_raw_string_literal] = STATE(1251), + [sym_regex_literal] = STATE(1251), + [sym__extended_regex_literal] = STATE(1342), + [sym__multiline_regex_literal] = STATE(1342), + [sym_user_type] = STATE(6635), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6635), + [sym_dictionary_type] = STATE(6635), + [sym_expression] = STATE(785), + [sym_optional_chain_marker] = STATE(1251), + [sym__unary_expression] = STATE(1251), + [sym_postfix_expression] = STATE(1251), + [sym_constructor_expression] = STATE(1251), + [sym__parenthesized_type] = STATE(8560), + [sym_navigation_expression] = STATE(1251), + [sym__navigable_type_expression] = STATE(8560), + [sym_open_start_range_expression] = STATE(1251), + [sym__range_operator] = STATE(576), + [sym_open_end_range_expression] = STATE(1251), + [sym_prefix_expression] = STATE(1251), + [sym_as_expression] = STATE(1251), + [sym_selector_expression] = STATE(1251), + [sym__binary_expression] = STATE(1230), + [sym_multiplicative_expression] = STATE(1230), + [sym_additive_expression] = STATE(1230), + [sym_range_expression] = STATE(1230), + [sym_infix_expression] = STATE(1230), + [sym_nil_coalescing_expression] = STATE(1230), + [sym_check_expression] = STATE(1230), + [sym_comparison_expression] = STATE(1230), + [sym_equality_expression] = STATE(1230), + [sym_conjunction_expression] = STATE(1230), + [sym_disjunction_expression] = STATE(1230), + [sym_bitwise_operation] = STATE(1230), + [sym_custom_operator] = STATE(762), + [sym_try_expression] = STATE(1251), + [sym_await_expression] = STATE(1251), + [sym__await_operator] = STATE(578), + [sym_ternary_expression] = STATE(1270), + [sym_call_expression] = STATE(1271), + [sym_macro_invocation] = STATE(1251), + [sym__primary_expression] = STATE(1251), + [sym_tuple_expression] = STATE(1251), + [sym_array_literal] = STATE(1251), + [sym_dictionary_literal] = STATE(1251), + [sym_special_literal] = STATE(1251), + [sym_playground_literal] = STATE(1251), + [sym_lambda_literal] = STATE(1251), + [sym_self_expression] = STATE(1251), + [sym_super_expression] = STATE(1251), + [sym_if_statement] = STATE(1251), + [sym_switch_statement] = STATE(1251), + [sym_key_path_expression] = STATE(1251), + [sym_key_path_string_expression] = STATE(1251), + [sym_try_operator] = STATE(579), + [sym__assignment_and_operator] = STATE(1242), + [sym__equality_operator] = STATE(1242), + [sym__comparison_operator] = STATE(1242), + [sym__three_dot_operator] = STATE(759), + [sym__open_ended_range_operator] = STATE(576), + [sym__additive_operator] = STATE(1242), + [sym__multiplicative_operator] = STATE(1242), + [sym__prefix_unary_operator] = STATE(580), + [sym_directly_assignable_expression] = STATE(6636), + [sym_assignment] = STATE(1251), + [sym_value_parameter_pack] = STATE(1251), + [sym_value_pack_expansion] = STATE(1251), + [sym_referenceable_operator] = STATE(1251), + [sym__equal_sign] = STATE(1242), + [sym__eq_eq] = STATE(1242), + [sym__dot] = STATE(580), + [sym__hash_symbol] = STATE(4959), + [sym_bang] = STATE(762), + [sym__parameter_ownership_modifier] = STATE(1170), + [sym_directive] = STATE(1251), + [sym_diagnostic] = STATE(1251), + [aux_sym_raw_string_literal_repeat1] = STATE(7778), + [anon_sym_BANG] = ACTIONS(655), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(657), + [aux_sym_simple_identifier_token2] = ACTIONS(659), + [aux_sym_simple_identifier_token3] = ACTIONS(659), + [aux_sym_simple_identifier_token4] = ACTIONS(659), + [anon_sym_actor] = ACTIONS(657), + [anon_sym_async] = ACTIONS(657), + [anon_sym_each] = ACTIONS(661), + [anon_sym_lazy] = ACTIONS(657), + [anon_sym_repeat] = ACTIONS(663), + [anon_sym_package] = ACTIONS(657), + [anon_sym_nil] = ACTIONS(665), + [sym_real_literal] = ACTIONS(667), + [sym_integer_literal] = ACTIONS(665), + [sym_hex_literal] = ACTIONS(665), + [sym_oct_literal] = ACTIONS(667), + [sym_bin_literal] = ACTIONS(667), + [anon_sym_true] = ACTIONS(669), + [anon_sym_false] = ACTIONS(669), + [anon_sym_DQUOTE] = ACTIONS(671), + [anon_sym_BSLASH] = ACTIONS(673), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(675), + [sym__oneline_regex_literal] = ACTIONS(677), + [anon_sym_LPAREN] = ACTIONS(679), + [anon_sym_LBRACK] = ACTIONS(681), + [anon_sym_AMP] = ACTIONS(683), + [anon_sym_TILDE] = ACTIONS(683), + [anon_sym_if] = ACTIONS(685), + [anon_sym_switch] = ACTIONS(687), + [aux_sym_custom_operator_token1] = ACTIONS(689), + [anon_sym_LT] = ACTIONS(691), + [anon_sym_GT] = ACTIONS(691), + [anon_sym_await] = ACTIONS(693), + [anon_sym_LBRACE] = ACTIONS(695), + [anon_sym_CARET_LBRACE] = ACTIONS(695), + [anon_sym_self] = ACTIONS(697), + [anon_sym_super] = ACTIONS(699), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(701), + [anon_sym_DASH_EQ] = ACTIONS(701), + [anon_sym_STAR_EQ] = ACTIONS(701), + [anon_sym_SLASH_EQ] = ACTIONS(701), + [anon_sym_PERCENT_EQ] = ACTIONS(701), + [anon_sym_BANG_EQ] = ACTIONS(691), + [anon_sym_BANG_EQ_EQ] = ACTIONS(701), + [anon_sym_EQ_EQ_EQ] = ACTIONS(701), + [anon_sym_LT_EQ] = ACTIONS(701), + [anon_sym_GT_EQ] = ACTIONS(701), + [anon_sym_DOT_DOT_DOT] = ACTIONS(703), + [anon_sym_DOT_DOT_LT] = ACTIONS(705), + [anon_sym_PLUS] = ACTIONS(707), + [anon_sym_DASH] = ACTIONS(707), + [anon_sym_STAR] = ACTIONS(691), + [anon_sym_SLASH] = ACTIONS(691), + [anon_sym_PERCENT] = ACTIONS(691), + [anon_sym_PLUS_PLUS] = ACTIONS(683), + [anon_sym_DASH_DASH] = ACTIONS(683), + [anon_sym_PIPE] = ACTIONS(701), + [anon_sym_CARET] = ACTIONS(691), + [anon_sym_LT_LT] = ACTIONS(701), + [anon_sym_GT_GT] = ACTIONS(701), + [anon_sym_borrowing] = ACTIONS(657), + [anon_sym_consuming] = ACTIONS(657), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(709), + [sym__dot_custom] = ACTIONS(711), + [sym__eq_custom] = ACTIONS(701), + [sym__eq_eq_custom] = ACTIONS(701), + [sym__plus_then_ws] = ACTIONS(701), + [sym__minus_then_ws] = ACTIONS(701), + [sym__bang_custom] = ACTIONS(713), + [sym__custom_operator] = ACTIONS(689), + [sym__hash_symbol_custom] = ACTIONS(715), + [sym__directive_if] = ACTIONS(717), + [sym__directive_elseif] = ACTIONS(717), + [sym__directive_else] = ACTIONS(719), + [sym__directive_endif] = ACTIONS(719), + }, + [STATE(580)] = { + [sym_simple_identifier] = STATE(1184), + [sym__contextual_simple_identifier] = STATE(1170), + [sym__basic_literal] = STATE(1251), + [sym_boolean_literal] = STATE(1251), + [sym__string_literal] = STATE(1251), + [sym_line_string_literal] = STATE(1251), + [sym_multi_line_string_literal] = STATE(1251), + [sym_raw_string_literal] = STATE(1251), + [sym_regex_literal] = STATE(1251), + [sym__extended_regex_literal] = STATE(1342), + [sym__multiline_regex_literal] = STATE(1342), + [sym_user_type] = STATE(6635), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6635), + [sym_dictionary_type] = STATE(6635), + [sym_expression] = STATE(780), + [sym_optional_chain_marker] = STATE(1251), + [sym__unary_expression] = STATE(1251), + [sym_postfix_expression] = STATE(1251), + [sym_constructor_expression] = STATE(1251), + [sym__parenthesized_type] = STATE(8560), + [sym_navigation_expression] = STATE(1251), + [sym__navigable_type_expression] = STATE(8560), + [sym_open_start_range_expression] = STATE(1251), + [sym__range_operator] = STATE(576), + [sym_open_end_range_expression] = STATE(1251), + [sym_prefix_expression] = STATE(1251), + [sym_as_expression] = STATE(1251), + [sym_selector_expression] = STATE(1251), + [sym__binary_expression] = STATE(1251), + [sym_multiplicative_expression] = STATE(1251), + [sym_additive_expression] = STATE(1251), + [sym_range_expression] = STATE(1251), + [sym_infix_expression] = STATE(1251), + [sym_nil_coalescing_expression] = STATE(1251), + [sym_check_expression] = STATE(1251), + [sym_comparison_expression] = STATE(1251), + [sym_equality_expression] = STATE(1251), + [sym_conjunction_expression] = STATE(1251), + [sym_disjunction_expression] = STATE(1251), + [sym_bitwise_operation] = STATE(1251), + [sym_custom_operator] = STATE(762), + [sym_try_expression] = STATE(1251), + [sym_await_expression] = STATE(1251), + [sym__await_operator] = STATE(578), + [sym_ternary_expression] = STATE(1251), + [sym_call_expression] = STATE(1251), + [sym_macro_invocation] = STATE(1251), + [sym__primary_expression] = STATE(1251), + [sym_tuple_expression] = STATE(1251), + [sym_array_literal] = STATE(1251), + [sym_dictionary_literal] = STATE(1251), + [sym_special_literal] = STATE(1251), + [sym_playground_literal] = STATE(1251), + [sym_lambda_literal] = STATE(1251), + [sym_self_expression] = STATE(1251), + [sym_super_expression] = STATE(1251), + [sym_if_statement] = STATE(1251), + [sym_switch_statement] = STATE(1251), + [sym_key_path_expression] = STATE(1251), + [sym_key_path_string_expression] = STATE(1251), + [sym_try_operator] = STATE(579), + [sym__assignment_and_operator] = STATE(1242), + [sym__equality_operator] = STATE(1242), + [sym__comparison_operator] = STATE(1242), + [sym__three_dot_operator] = STATE(759), + [sym__open_ended_range_operator] = STATE(576), + [sym__additive_operator] = STATE(1242), + [sym__multiplicative_operator] = STATE(1242), + [sym__prefix_unary_operator] = STATE(580), + [sym_directly_assignable_expression] = STATE(6636), + [sym_assignment] = STATE(1251), + [sym_value_parameter_pack] = STATE(1251), + [sym_value_pack_expansion] = STATE(1251), + [sym_referenceable_operator] = STATE(1251), + [sym__equal_sign] = STATE(1242), + [sym__eq_eq] = STATE(1242), + [sym__dot] = STATE(580), + [sym__hash_symbol] = STATE(4959), + [sym_bang] = STATE(762), + [sym__parameter_ownership_modifier] = STATE(1170), + [sym_directive] = STATE(1251), + [sym_diagnostic] = STATE(1251), + [aux_sym_raw_string_literal_repeat1] = STATE(7778), + [anon_sym_BANG] = ACTIONS(655), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(657), + [aux_sym_simple_identifier_token2] = ACTIONS(659), + [aux_sym_simple_identifier_token3] = ACTIONS(659), + [aux_sym_simple_identifier_token4] = ACTIONS(659), + [anon_sym_actor] = ACTIONS(657), + [anon_sym_async] = ACTIONS(1680), + [anon_sym_each] = ACTIONS(661), + [anon_sym_lazy] = ACTIONS(657), + [anon_sym_repeat] = ACTIONS(663), + [anon_sym_package] = ACTIONS(657), + [anon_sym_nil] = ACTIONS(665), + [sym_real_literal] = ACTIONS(667), + [sym_integer_literal] = ACTIONS(665), + [sym_hex_literal] = ACTIONS(665), + [sym_oct_literal] = ACTIONS(667), + [sym_bin_literal] = ACTIONS(667), + [anon_sym_true] = ACTIONS(669), + [anon_sym_false] = ACTIONS(669), + [anon_sym_DQUOTE] = ACTIONS(671), + [anon_sym_BSLASH] = ACTIONS(673), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(675), + [sym__oneline_regex_literal] = ACTIONS(677), + [anon_sym_LPAREN] = ACTIONS(679), + [anon_sym_LBRACK] = ACTIONS(681), + [anon_sym_AMP] = ACTIONS(683), + [anon_sym_TILDE] = ACTIONS(683), + [anon_sym_if] = ACTIONS(1682), + [anon_sym_switch] = ACTIONS(1684), + [aux_sym_custom_operator_token1] = ACTIONS(689), + [anon_sym_LT] = ACTIONS(691), + [anon_sym_GT] = ACTIONS(691), + [anon_sym_await] = ACTIONS(693), + [anon_sym_LBRACE] = ACTIONS(695), + [anon_sym_CARET_LBRACE] = ACTIONS(695), + [anon_sym_self] = ACTIONS(697), + [anon_sym_super] = ACTIONS(699), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(701), + [anon_sym_DASH_EQ] = ACTIONS(701), + [anon_sym_STAR_EQ] = ACTIONS(701), + [anon_sym_SLASH_EQ] = ACTIONS(701), + [anon_sym_PERCENT_EQ] = ACTIONS(701), + [anon_sym_BANG_EQ] = ACTIONS(691), + [anon_sym_BANG_EQ_EQ] = ACTIONS(701), + [anon_sym_EQ_EQ_EQ] = ACTIONS(701), + [anon_sym_LT_EQ] = ACTIONS(701), + [anon_sym_GT_EQ] = ACTIONS(701), + [anon_sym_DOT_DOT_DOT] = ACTIONS(703), + [anon_sym_DOT_DOT_LT] = ACTIONS(705), + [anon_sym_PLUS] = ACTIONS(707), + [anon_sym_DASH] = ACTIONS(707), + [anon_sym_STAR] = ACTIONS(691), + [anon_sym_SLASH] = ACTIONS(691), + [anon_sym_PERCENT] = ACTIONS(691), + [anon_sym_PLUS_PLUS] = ACTIONS(683), + [anon_sym_DASH_DASH] = ACTIONS(683), + [anon_sym_PIPE] = ACTIONS(701), + [anon_sym_CARET] = ACTIONS(691), + [anon_sym_LT_LT] = ACTIONS(701), + [anon_sym_GT_GT] = ACTIONS(701), + [anon_sym_borrowing] = ACTIONS(657), + [anon_sym_consuming] = ACTIONS(657), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(709), + [sym__dot_custom] = ACTIONS(711), + [sym__eq_custom] = ACTIONS(701), + [sym__eq_eq_custom] = ACTIONS(701), + [sym__plus_then_ws] = ACTIONS(701), + [sym__minus_then_ws] = ACTIONS(701), + [sym__bang_custom] = ACTIONS(713), + [sym__custom_operator] = ACTIONS(689), + [sym__hash_symbol_custom] = ACTIONS(715), + [sym__directive_if] = ACTIONS(717), + [sym__directive_elseif] = ACTIONS(717), + [sym__directive_else] = ACTIONS(719), + [sym__directive_endif] = ACTIONS(719), + }, + [STATE(581)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1616), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(582)] = { + [sym_simple_identifier] = STATE(1343), + [sym__contextual_simple_identifier] = STATE(1209), + [sym__basic_literal] = STATE(1387), + [sym_boolean_literal] = STATE(1387), + [sym__string_literal] = STATE(1387), + [sym_line_string_literal] = STATE(1387), + [sym_multi_line_string_literal] = STATE(1387), + [sym_raw_string_literal] = STATE(1387), + [sym_regex_literal] = STATE(1387), + [sym__extended_regex_literal] = STATE(1437), + [sym__multiline_regex_literal] = STATE(1437), + [sym_user_type] = STATE(6517), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6517), + [sym_dictionary_type] = STATE(6517), + [sym_expression] = STATE(796), + [sym_optional_chain_marker] = STATE(1387), + [sym__unary_expression] = STATE(1387), + [sym_postfix_expression] = STATE(1387), + [sym_constructor_expression] = STATE(1387), + [sym__parenthesized_type] = STATE(8310), + [sym_navigation_expression] = STATE(1387), + [sym__navigable_type_expression] = STATE(8310), + [sym_open_start_range_expression] = STATE(1387), + [sym__range_operator] = STATE(614), + [sym_open_end_range_expression] = STATE(1387), + [sym_prefix_expression] = STATE(1387), + [sym_as_expression] = STATE(1387), + [sym_selector_expression] = STATE(1387), + [sym__binary_expression] = STATE(1387), + [sym_multiplicative_expression] = STATE(1387), + [sym_additive_expression] = STATE(1387), + [sym_range_expression] = STATE(1387), + [sym_infix_expression] = STATE(1387), + [sym_nil_coalescing_expression] = STATE(1387), + [sym_check_expression] = STATE(1387), + [sym_comparison_expression] = STATE(1387), + [sym_equality_expression] = STATE(1387), + [sym_conjunction_expression] = STATE(1387), + [sym_disjunction_expression] = STATE(1387), + [sym_bitwise_operation] = STATE(1387), + [sym_custom_operator] = STATE(772), + [sym_try_expression] = STATE(1387), + [sym_await_expression] = STATE(1387), + [sym__await_operator] = STATE(615), + [sym_ternary_expression] = STATE(1387), + [sym_call_expression] = STATE(1387), + [sym_macro_invocation] = STATE(1387), + [sym__primary_expression] = STATE(1387), + [sym_tuple_expression] = STATE(1387), + [sym_array_literal] = STATE(1387), + [sym_dictionary_literal] = STATE(1387), + [sym_special_literal] = STATE(1387), + [sym_playground_literal] = STATE(1387), + [sym_lambda_literal] = STATE(1387), + [sym_self_expression] = STATE(1387), + [sym_super_expression] = STATE(1387), + [sym_if_statement] = STATE(1387), + [sym_switch_statement] = STATE(1387), + [sym_key_path_expression] = STATE(1387), + [sym_key_path_string_expression] = STATE(1387), + [sym_try_operator] = STATE(616), + [sym__assignment_and_operator] = STATE(1443), + [sym__equality_operator] = STATE(1443), + [sym__comparison_operator] = STATE(1443), + [sym__three_dot_operator] = STATE(771), + [sym__open_ended_range_operator] = STATE(614), + [sym__additive_operator] = STATE(1443), + [sym__multiplicative_operator] = STATE(1443), + [sym__prefix_unary_operator] = STATE(621), + [sym_directly_assignable_expression] = STATE(6518), + [sym_assignment] = STATE(1387), + [sym_value_parameter_pack] = STATE(1387), + [sym_value_pack_expansion] = STATE(1387), + [sym_referenceable_operator] = STATE(1387), + [sym__equal_sign] = STATE(1443), + [sym__eq_eq] = STATE(1443), + [sym__dot] = STATE(621), + [sym__hash_symbol] = STATE(4957), + [sym_bang] = STATE(772), + [sym__parameter_ownership_modifier] = STATE(1209), + [sym_directive] = STATE(1387), + [sym_diagnostic] = STATE(1387), + [aux_sym_raw_string_literal_repeat1] = STATE(8468), + [anon_sym_BANG] = ACTIONS(287), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(289), + [aux_sym_simple_identifier_token2] = ACTIONS(291), + [aux_sym_simple_identifier_token3] = ACTIONS(291), + [aux_sym_simple_identifier_token4] = ACTIONS(291), + [anon_sym_actor] = ACTIONS(289), + [anon_sym_async] = ACTIONS(289), + [anon_sym_each] = ACTIONS(297), + [anon_sym_lazy] = ACTIONS(289), + [anon_sym_repeat] = ACTIONS(721), + [anon_sym_package] = ACTIONS(289), + [anon_sym_nil] = ACTIONS(303), + [sym_real_literal] = ACTIONS(305), + [sym_integer_literal] = ACTIONS(303), + [sym_hex_literal] = ACTIONS(303), + [sym_oct_literal] = ACTIONS(305), + [sym_bin_literal] = ACTIONS(305), + [anon_sym_true] = ACTIONS(307), + [anon_sym_false] = ACTIONS(307), + [anon_sym_DQUOTE] = ACTIONS(309), + [anon_sym_BSLASH] = ACTIONS(311), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(313), + [sym__oneline_regex_literal] = ACTIONS(315), + [anon_sym_LPAREN] = ACTIONS(317), + [anon_sym_LBRACK] = ACTIONS(319), + [anon_sym_AMP] = ACTIONS(321), + [anon_sym_TILDE] = ACTIONS(321), + [anon_sym_if] = ACTIONS(323), + [anon_sym_switch] = ACTIONS(325), + [aux_sym_custom_operator_token1] = ACTIONS(327), + [anon_sym_LT] = ACTIONS(329), + [anon_sym_GT] = ACTIONS(329), + [anon_sym_await] = ACTIONS(331), + [anon_sym_LBRACE] = ACTIONS(333), + [anon_sym_CARET_LBRACE] = ACTIONS(333), + [anon_sym_self] = ACTIONS(337), + [anon_sym_super] = ACTIONS(339), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(345), + [anon_sym_DASH_EQ] = ACTIONS(345), + [anon_sym_STAR_EQ] = ACTIONS(345), + [anon_sym_SLASH_EQ] = ACTIONS(345), + [anon_sym_PERCENT_EQ] = ACTIONS(345), + [anon_sym_BANG_EQ] = ACTIONS(329), + [anon_sym_BANG_EQ_EQ] = ACTIONS(345), + [anon_sym_EQ_EQ_EQ] = ACTIONS(345), + [anon_sym_LT_EQ] = ACTIONS(345), + [anon_sym_GT_EQ] = ACTIONS(345), + [anon_sym_DOT_DOT_DOT] = ACTIONS(347), + [anon_sym_DOT_DOT_LT] = ACTIONS(349), + [anon_sym_PLUS] = ACTIONS(351), + [anon_sym_DASH] = ACTIONS(351), + [anon_sym_STAR] = ACTIONS(329), + [anon_sym_SLASH] = ACTIONS(329), + [anon_sym_PERCENT] = ACTIONS(329), + [anon_sym_PLUS_PLUS] = ACTIONS(321), + [anon_sym_DASH_DASH] = ACTIONS(321), + [anon_sym_PIPE] = ACTIONS(345), + [anon_sym_CARET] = ACTIONS(329), + [anon_sym_LT_LT] = ACTIONS(345), + [anon_sym_GT_GT] = ACTIONS(345), + [anon_sym_borrowing] = ACTIONS(289), + [anon_sym_consuming] = ACTIONS(289), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(373), + [sym__dot_custom] = ACTIONS(375), + [sym__eq_custom] = ACTIONS(345), + [sym__eq_eq_custom] = ACTIONS(345), + [sym__plus_then_ws] = ACTIONS(345), + [sym__minus_then_ws] = ACTIONS(345), + [sym__bang_custom] = ACTIONS(377), + [sym__custom_operator] = ACTIONS(327), + [sym__hash_symbol_custom] = ACTIONS(379), + [sym__directive_if] = ACTIONS(381), + [sym__directive_elseif] = ACTIONS(381), + [sym__directive_else] = ACTIONS(383), + [sym__directive_endif] = ACTIONS(383), + }, + [STATE(583)] = { + [sym_simple_identifier] = STATE(2393), + [sym__contextual_simple_identifier] = STATE(2212), + [sym__basic_literal] = STATE(2472), + [sym_boolean_literal] = STATE(2472), + [sym__string_literal] = STATE(2472), + [sym_line_string_literal] = STATE(2472), + [sym_multi_line_string_literal] = STATE(2472), + [sym_raw_string_literal] = STATE(2472), + [sym_regex_literal] = STATE(2472), + [sym__extended_regex_literal] = STATE(2528), + [sym__multiline_regex_literal] = STATE(2528), + [sym_user_type] = STATE(6600), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6600), + [sym_dictionary_type] = STATE(6600), + [sym_expression] = STATE(1464), + [sym_optional_chain_marker] = STATE(2472), + [sym__unary_expression] = STATE(2472), + [sym_postfix_expression] = STATE(2472), + [sym_constructor_expression] = STATE(2472), + [sym__parenthesized_type] = STATE(7973), + [sym_navigation_expression] = STATE(2472), + [sym__navigable_type_expression] = STATE(7973), + [sym_open_start_range_expression] = STATE(2472), + [sym__range_operator] = STATE(722), + [sym_open_end_range_expression] = STATE(2472), + [sym_prefix_expression] = STATE(2472), + [sym_as_expression] = STATE(2472), + [sym_selector_expression] = STATE(2472), + [sym__binary_expression] = STATE(2675), + [sym_multiplicative_expression] = STATE(2675), + [sym_additive_expression] = STATE(2675), + [sym_range_expression] = STATE(2675), + [sym_infix_expression] = STATE(2675), + [sym_nil_coalescing_expression] = STATE(2675), + [sym_check_expression] = STATE(2675), + [sym_comparison_expression] = STATE(2675), + [sym_equality_expression] = STATE(2675), + [sym_conjunction_expression] = STATE(2675), + [sym_disjunction_expression] = STATE(2675), + [sym_bitwise_operation] = STATE(2675), + [sym_custom_operator] = STATE(1124), + [sym_try_expression] = STATE(2472), + [sym_await_expression] = STATE(2472), + [sym__await_operator] = STATE(723), + [sym_ternary_expression] = STATE(2686), + [sym_call_expression] = STATE(2687), + [sym_macro_invocation] = STATE(2472), + [sym__primary_expression] = STATE(2472), + [sym_tuple_expression] = STATE(2472), + [sym_array_literal] = STATE(2472), + [sym_dictionary_literal] = STATE(2472), + [sym_special_literal] = STATE(2472), + [sym_playground_literal] = STATE(2472), + [sym_lambda_literal] = STATE(2472), + [sym_self_expression] = STATE(2472), + [sym_super_expression] = STATE(2472), + [sym_if_statement] = STATE(2472), + [sym_switch_statement] = STATE(2472), + [sym_key_path_expression] = STATE(2472), + [sym_key_path_string_expression] = STATE(2472), + [sym_try_operator] = STATE(583), + [sym__assignment_and_operator] = STATE(2613), + [sym__equality_operator] = STATE(2613), + [sym__comparison_operator] = STATE(2613), + [sym__three_dot_operator] = STATE(1104), + [sym__open_ended_range_operator] = STATE(722), + [sym__additive_operator] = STATE(2613), + [sym__multiplicative_operator] = STATE(2613), + [sym__prefix_unary_operator] = STATE(593), + [sym_directly_assignable_expression] = STATE(6606), + [sym_assignment] = STATE(2472), + [sym_value_parameter_pack] = STATE(2472), + [sym_value_pack_expansion] = STATE(2472), + [sym_referenceable_operator] = STATE(2472), + [sym__equal_sign] = STATE(2613), + [sym__eq_eq] = STATE(2613), + [sym__dot] = STATE(593), + [sym__hash_symbol] = STATE(4952), + [sym_bang] = STATE(1124), + [sym__parameter_ownership_modifier] = STATE(2212), + [sym_directive] = STATE(2472), + [sym_diagnostic] = STATE(2472), + [aux_sym_raw_string_literal_repeat1] = STATE(8314), + [anon_sym_BANG] = ACTIONS(873), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(875), + [aux_sym_simple_identifier_token2] = ACTIONS(877), + [aux_sym_simple_identifier_token3] = ACTIONS(877), + [aux_sym_simple_identifier_token4] = ACTIONS(877), + [anon_sym_actor] = ACTIONS(875), + [anon_sym_async] = ACTIONS(875), + [anon_sym_each] = ACTIONS(879), + [anon_sym_lazy] = ACTIONS(875), + [anon_sym_repeat] = ACTIONS(881), + [anon_sym_package] = ACTIONS(875), + [anon_sym_nil] = ACTIONS(883), + [sym_real_literal] = ACTIONS(885), + [sym_integer_literal] = ACTIONS(883), + [sym_hex_literal] = ACTIONS(883), + [sym_oct_literal] = ACTIONS(885), + [sym_bin_literal] = ACTIONS(885), + [anon_sym_true] = ACTIONS(887), + [anon_sym_false] = ACTIONS(887), + [anon_sym_DQUOTE] = ACTIONS(889), + [anon_sym_BSLASH] = ACTIONS(891), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(893), + [sym__oneline_regex_literal] = ACTIONS(895), + [anon_sym_LPAREN] = ACTIONS(897), + [anon_sym_LBRACK] = ACTIONS(899), + [anon_sym_AMP] = ACTIONS(901), + [anon_sym_TILDE] = ACTIONS(901), + [anon_sym_if] = ACTIONS(903), + [anon_sym_switch] = ACTIONS(905), + [aux_sym_custom_operator_token1] = ACTIONS(907), + [anon_sym_LT] = ACTIONS(909), + [anon_sym_GT] = ACTIONS(909), + [anon_sym_await] = ACTIONS(911), + [anon_sym_LBRACE] = ACTIONS(913), + [anon_sym_CARET_LBRACE] = ACTIONS(913), + [anon_sym_self] = ACTIONS(915), + [anon_sym_super] = ACTIONS(917), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(919), + [anon_sym_DASH_EQ] = ACTIONS(919), + [anon_sym_STAR_EQ] = ACTIONS(919), + [anon_sym_SLASH_EQ] = ACTIONS(919), + [anon_sym_PERCENT_EQ] = ACTIONS(919), + [anon_sym_BANG_EQ] = ACTIONS(909), + [anon_sym_BANG_EQ_EQ] = ACTIONS(919), + [anon_sym_EQ_EQ_EQ] = ACTIONS(919), + [anon_sym_LT_EQ] = ACTIONS(919), + [anon_sym_GT_EQ] = ACTIONS(919), + [anon_sym_DOT_DOT_DOT] = ACTIONS(921), + [anon_sym_DOT_DOT_LT] = ACTIONS(923), + [anon_sym_PLUS] = ACTIONS(925), + [anon_sym_DASH] = ACTIONS(925), + [anon_sym_STAR] = ACTIONS(909), + [anon_sym_SLASH] = ACTIONS(909), + [anon_sym_PERCENT] = ACTIONS(909), + [anon_sym_PLUS_PLUS] = ACTIONS(901), + [anon_sym_DASH_DASH] = ACTIONS(901), + [anon_sym_PIPE] = ACTIONS(919), + [anon_sym_CARET] = ACTIONS(909), + [anon_sym_LT_LT] = ACTIONS(919), + [anon_sym_GT_GT] = ACTIONS(919), + [anon_sym_borrowing] = ACTIONS(875), + [anon_sym_consuming] = ACTIONS(875), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(927), + [sym__dot_custom] = ACTIONS(929), + [sym__eq_custom] = ACTIONS(919), + [sym__eq_eq_custom] = ACTIONS(919), + [sym__plus_then_ws] = ACTIONS(919), + [sym__minus_then_ws] = ACTIONS(919), + [sym__bang_custom] = ACTIONS(931), + [sym__custom_operator] = ACTIONS(907), + [sym__hash_symbol_custom] = ACTIONS(933), + [sym__directive_if] = ACTIONS(935), + [sym__directive_elseif] = ACTIONS(935), + [sym__directive_else] = ACTIONS(937), + [sym__directive_endif] = ACTIONS(937), + }, + [STATE(584)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1493), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(585)] = { + [sym_simple_identifier] = STATE(2455), + [sym__contextual_simple_identifier] = STATE(2422), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1469), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym_self_expression] = STATE(2689), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(2689), + [sym_switch_statement] = STATE(2689), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__parameter_ownership_modifier] = STATE(2422), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(11), + [aux_sym_simple_identifier_token2] = ACTIONS(13), + [aux_sym_simple_identifier_token3] = ACTIONS(13), + [aux_sym_simple_identifier_token4] = ACTIONS(13), + [anon_sym_actor] = ACTIONS(11), + [anon_sym_async] = ACTIONS(11), + [anon_sym_each] = ACTIONS(19), + [anon_sym_lazy] = ACTIONS(11), + [anon_sym_repeat] = ACTIONS(831), + [anon_sym_package] = ACTIONS(11), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_self] = ACTIONS(59), + [anon_sym_super] = ACTIONS(61), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [anon_sym_borrowing] = ACTIONS(11), + [anon_sym_consuming] = ACTIONS(11), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(586)] = { + [sym_simple_identifier] = STATE(2706), + [sym__contextual_simple_identifier] = STATE(2676), + [sym__basic_literal] = STATE(2980), + [sym_boolean_literal] = STATE(2980), + [sym__string_literal] = STATE(2980), + [sym_line_string_literal] = STATE(2980), + [sym_multi_line_string_literal] = STATE(2980), + [sym_raw_string_literal] = STATE(2980), + [sym_regex_literal] = STATE(2980), + [sym__extended_regex_literal] = STATE(3075), + [sym__multiline_regex_literal] = STATE(3075), + [sym_user_type] = STATE(6563), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6563), + [sym_dictionary_type] = STATE(6563), + [sym_expression] = STATE(1497), + [sym_optional_chain_marker] = STATE(2980), + [sym__unary_expression] = STATE(2980), + [sym_postfix_expression] = STATE(2980), + [sym_constructor_expression] = STATE(2980), + [sym__parenthesized_type] = STATE(8466), + [sym_navigation_expression] = STATE(2980), + [sym__navigable_type_expression] = STATE(8466), + [sym_open_start_range_expression] = STATE(2980), + [sym__range_operator] = STATE(586), + [sym_open_end_range_expression] = STATE(2980), + [sym_prefix_expression] = STATE(2980), + [sym_as_expression] = STATE(2980), + [sym_selector_expression] = STATE(2980), + [sym__binary_expression] = STATE(2980), + [sym_multiplicative_expression] = STATE(2980), + [sym_additive_expression] = STATE(2980), + [sym_range_expression] = STATE(2980), + [sym_infix_expression] = STATE(2980), + [sym_nil_coalescing_expression] = STATE(2980), + [sym_check_expression] = STATE(2980), + [sym_comparison_expression] = STATE(2980), + [sym_equality_expression] = STATE(2980), + [sym_conjunction_expression] = STATE(2980), + [sym_disjunction_expression] = STATE(2980), + [sym_bitwise_operation] = STATE(2980), + [sym_custom_operator] = STATE(1166), + [sym_try_expression] = STATE(2980), + [sym_await_expression] = STATE(2980), + [sym__await_operator] = STATE(590), + [sym_ternary_expression] = STATE(2980), + [sym_call_expression] = STATE(2980), + [sym_macro_invocation] = STATE(2980), + [sym__primary_expression] = STATE(2980), + [sym_tuple_expression] = STATE(2980), + [sym_array_literal] = STATE(2980), + [sym_dictionary_literal] = STATE(2980), + [sym_special_literal] = STATE(2980), + [sym_playground_literal] = STATE(2980), + [sym_lambda_literal] = STATE(2980), + [sym_self_expression] = STATE(2980), + [sym_super_expression] = STATE(2980), + [sym_if_statement] = STATE(2980), + [sym_switch_statement] = STATE(2980), + [sym_key_path_expression] = STATE(2980), + [sym_key_path_string_expression] = STATE(2980), + [sym_try_operator] = STATE(591), + [sym__assignment_and_operator] = STATE(3015), + [sym__equality_operator] = STATE(3015), + [sym__comparison_operator] = STATE(3015), + [sym__three_dot_operator] = STATE(1145), + [sym__open_ended_range_operator] = STATE(586), + [sym__additive_operator] = STATE(3015), + [sym__multiplicative_operator] = STATE(3015), + [sym__prefix_unary_operator] = STATE(592), + [sym_directly_assignable_expression] = STATE(6564), + [sym_assignment] = STATE(2980), + [sym_value_parameter_pack] = STATE(2980), + [sym_value_pack_expansion] = STATE(2980), + [sym_referenceable_operator] = STATE(2980), + [sym__equal_sign] = STATE(3015), + [sym__eq_eq] = STATE(3015), + [sym__dot] = STATE(592), + [sym__hash_symbol] = STATE(4953), + [sym_bang] = STATE(1166), + [sym__parameter_ownership_modifier] = STATE(2676), + [sym_directive] = STATE(2980), + [sym_diagnostic] = STATE(2980), + [aux_sym_raw_string_literal_repeat1] = STATE(8562), + [anon_sym_BANG] = ACTIONS(1011), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1013), + [aux_sym_simple_identifier_token2] = ACTIONS(1015), + [aux_sym_simple_identifier_token3] = ACTIONS(1015), + [aux_sym_simple_identifier_token4] = ACTIONS(1015), + [anon_sym_actor] = ACTIONS(1013), + [anon_sym_async] = ACTIONS(1013), + [anon_sym_each] = ACTIONS(1017), + [anon_sym_lazy] = ACTIONS(1013), + [anon_sym_repeat] = ACTIONS(1019), + [anon_sym_package] = ACTIONS(1013), + [anon_sym_nil] = ACTIONS(1021), + [sym_real_literal] = ACTIONS(1023), + [sym_integer_literal] = ACTIONS(1021), + [sym_hex_literal] = ACTIONS(1021), + [sym_oct_literal] = ACTIONS(1023), + [sym_bin_literal] = ACTIONS(1023), + [anon_sym_true] = ACTIONS(1025), + [anon_sym_false] = ACTIONS(1025), + [anon_sym_DQUOTE] = ACTIONS(1027), + [anon_sym_BSLASH] = ACTIONS(1029), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1031), + [sym__oneline_regex_literal] = ACTIONS(1033), + [anon_sym_LPAREN] = ACTIONS(1035), + [anon_sym_LBRACK] = ACTIONS(1037), + [anon_sym_AMP] = ACTIONS(1039), + [anon_sym_TILDE] = ACTIONS(1039), + [anon_sym_if] = ACTIONS(1041), + [anon_sym_switch] = ACTIONS(1043), + [aux_sym_custom_operator_token1] = ACTIONS(1045), + [anon_sym_LT] = ACTIONS(1047), + [anon_sym_GT] = ACTIONS(1047), + [anon_sym_await] = ACTIONS(1049), + [anon_sym_LBRACE] = ACTIONS(1051), + [anon_sym_CARET_LBRACE] = ACTIONS(1051), + [anon_sym_self] = ACTIONS(1053), + [anon_sym_super] = ACTIONS(1055), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(1057), + [anon_sym_DASH_EQ] = ACTIONS(1057), + [anon_sym_STAR_EQ] = ACTIONS(1057), + [anon_sym_SLASH_EQ] = ACTIONS(1057), + [anon_sym_PERCENT_EQ] = ACTIONS(1057), + [anon_sym_BANG_EQ] = ACTIONS(1047), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1057), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1057), + [anon_sym_LT_EQ] = ACTIONS(1057), + [anon_sym_GT_EQ] = ACTIONS(1057), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1059), + [anon_sym_DOT_DOT_LT] = ACTIONS(1061), + [anon_sym_PLUS] = ACTIONS(1063), + [anon_sym_DASH] = ACTIONS(1063), + [anon_sym_STAR] = ACTIONS(1047), + [anon_sym_SLASH] = ACTIONS(1047), + [anon_sym_PERCENT] = ACTIONS(1047), + [anon_sym_PLUS_PLUS] = ACTIONS(1039), + [anon_sym_DASH_DASH] = ACTIONS(1039), + [anon_sym_PIPE] = ACTIONS(1057), + [anon_sym_CARET] = ACTIONS(1047), + [anon_sym_LT_LT] = ACTIONS(1057), + [anon_sym_GT_GT] = ACTIONS(1057), + [anon_sym_borrowing] = ACTIONS(1013), + [anon_sym_consuming] = ACTIONS(1013), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(1065), + [sym__dot_custom] = ACTIONS(1067), + [sym__eq_custom] = ACTIONS(1057), + [sym__eq_eq_custom] = ACTIONS(1057), + [sym__plus_then_ws] = ACTIONS(1057), + [sym__minus_then_ws] = ACTIONS(1057), + [sym__bang_custom] = ACTIONS(1069), + [sym__custom_operator] = ACTIONS(1045), + [sym__hash_symbol_custom] = ACTIONS(1071), + [sym__directive_if] = ACTIONS(1073), + [sym__directive_elseif] = ACTIONS(1073), + [sym__directive_else] = ACTIONS(1075), + [sym__directive_endif] = ACTIONS(1075), + }, + [STATE(587)] = { + [sym_simple_identifier] = STATE(1184), + [sym__contextual_simple_identifier] = STATE(1170), + [sym__basic_literal] = STATE(1251), + [sym_boolean_literal] = STATE(1251), + [sym__string_literal] = STATE(1251), + [sym_line_string_literal] = STATE(1251), + [sym_multi_line_string_literal] = STATE(1251), + [sym_raw_string_literal] = STATE(1251), + [sym_regex_literal] = STATE(1251), + [sym__extended_regex_literal] = STATE(1342), + [sym__multiline_regex_literal] = STATE(1342), + [sym_user_type] = STATE(6635), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6635), + [sym_dictionary_type] = STATE(6635), + [sym_expression] = STATE(781), + [sym_optional_chain_marker] = STATE(1251), + [sym__unary_expression] = STATE(1251), + [sym_postfix_expression] = STATE(1251), + [sym_constructor_expression] = STATE(1251), + [sym__parenthesized_type] = STATE(8560), + [sym_navigation_expression] = STATE(1251), + [sym__navigable_type_expression] = STATE(8560), + [sym_open_start_range_expression] = STATE(1251), + [sym__range_operator] = STATE(576), + [sym_open_end_range_expression] = STATE(1251), + [sym_prefix_expression] = STATE(1251), + [sym_as_expression] = STATE(1251), + [sym_selector_expression] = STATE(1251), + [sym__binary_expression] = STATE(1251), + [sym_multiplicative_expression] = STATE(1251), + [sym_additive_expression] = STATE(1251), + [sym_range_expression] = STATE(1251), + [sym_infix_expression] = STATE(1251), + [sym_nil_coalescing_expression] = STATE(1251), + [sym_check_expression] = STATE(1251), + [sym_comparison_expression] = STATE(1251), + [sym_equality_expression] = STATE(1251), + [sym_conjunction_expression] = STATE(1251), + [sym_disjunction_expression] = STATE(1251), + [sym_bitwise_operation] = STATE(1251), + [sym_custom_operator] = STATE(762), + [sym_try_expression] = STATE(1251), + [sym_await_expression] = STATE(1251), + [sym__await_operator] = STATE(578), + [sym_ternary_expression] = STATE(1251), + [sym_call_expression] = STATE(1251), + [sym_macro_invocation] = STATE(1251), + [sym__primary_expression] = STATE(1251), + [sym_tuple_expression] = STATE(1251), + [sym_array_literal] = STATE(1251), + [sym_dictionary_literal] = STATE(1251), + [sym_special_literal] = STATE(1251), + [sym_playground_literal] = STATE(1251), + [sym_lambda_literal] = STATE(1251), + [sym_self_expression] = STATE(1251), + [sym_super_expression] = STATE(1251), + [sym_if_statement] = STATE(1251), + [sym_switch_statement] = STATE(1251), + [sym_key_path_expression] = STATE(1251), + [sym_key_path_string_expression] = STATE(1251), + [sym_try_operator] = STATE(579), + [sym__assignment_and_operator] = STATE(1242), + [sym__equality_operator] = STATE(1242), + [sym__comparison_operator] = STATE(1242), + [sym__three_dot_operator] = STATE(759), + [sym__open_ended_range_operator] = STATE(576), + [sym__additive_operator] = STATE(1242), + [sym__multiplicative_operator] = STATE(1242), + [sym__prefix_unary_operator] = STATE(580), + [sym_directly_assignable_expression] = STATE(6636), + [sym_assignment] = STATE(1251), + [sym_value_parameter_pack] = STATE(1251), + [sym_value_pack_expansion] = STATE(1251), + [sym_referenceable_operator] = STATE(1251), + [sym__equal_sign] = STATE(1242), + [sym__eq_eq] = STATE(1242), + [sym__dot] = STATE(580), + [sym__hash_symbol] = STATE(4959), + [sym_bang] = STATE(762), + [sym__parameter_ownership_modifier] = STATE(1170), + [sym_directive] = STATE(1251), + [sym_diagnostic] = STATE(1251), + [aux_sym_raw_string_literal_repeat1] = STATE(7778), + [anon_sym_BANG] = ACTIONS(655), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(657), + [aux_sym_simple_identifier_token2] = ACTIONS(659), + [aux_sym_simple_identifier_token3] = ACTIONS(659), + [aux_sym_simple_identifier_token4] = ACTIONS(659), + [anon_sym_actor] = ACTIONS(657), + [anon_sym_async] = ACTIONS(657), + [anon_sym_each] = ACTIONS(661), + [anon_sym_lazy] = ACTIONS(657), + [anon_sym_repeat] = ACTIONS(663), + [anon_sym_package] = ACTIONS(657), + [anon_sym_nil] = ACTIONS(665), + [sym_real_literal] = ACTIONS(667), + [sym_integer_literal] = ACTIONS(665), + [sym_hex_literal] = ACTIONS(665), + [sym_oct_literal] = ACTIONS(667), + [sym_bin_literal] = ACTIONS(667), + [anon_sym_true] = ACTIONS(669), + [anon_sym_false] = ACTIONS(669), + [anon_sym_DQUOTE] = ACTIONS(671), + [anon_sym_BSLASH] = ACTIONS(673), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(675), + [sym__oneline_regex_literal] = ACTIONS(677), + [anon_sym_LPAREN] = ACTIONS(679), + [anon_sym_LBRACK] = ACTIONS(681), + [anon_sym_AMP] = ACTIONS(683), + [anon_sym_TILDE] = ACTIONS(683), + [anon_sym_if] = ACTIONS(685), + [anon_sym_switch] = ACTIONS(687), + [aux_sym_custom_operator_token1] = ACTIONS(689), + [anon_sym_LT] = ACTIONS(691), + [anon_sym_GT] = ACTIONS(691), + [anon_sym_await] = ACTIONS(693), + [anon_sym_LBRACE] = ACTIONS(695), + [anon_sym_CARET_LBRACE] = ACTIONS(695), + [anon_sym_self] = ACTIONS(697), + [anon_sym_super] = ACTIONS(699), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(701), + [anon_sym_DASH_EQ] = ACTIONS(701), + [anon_sym_STAR_EQ] = ACTIONS(701), + [anon_sym_SLASH_EQ] = ACTIONS(701), + [anon_sym_PERCENT_EQ] = ACTIONS(701), + [anon_sym_BANG_EQ] = ACTIONS(691), + [anon_sym_BANG_EQ_EQ] = ACTIONS(701), + [anon_sym_EQ_EQ_EQ] = ACTIONS(701), + [anon_sym_LT_EQ] = ACTIONS(701), + [anon_sym_GT_EQ] = ACTIONS(701), + [anon_sym_DOT_DOT_DOT] = ACTIONS(703), + [anon_sym_DOT_DOT_LT] = ACTIONS(705), + [anon_sym_PLUS] = ACTIONS(707), + [anon_sym_DASH] = ACTIONS(707), + [anon_sym_STAR] = ACTIONS(691), + [anon_sym_SLASH] = ACTIONS(691), + [anon_sym_PERCENT] = ACTIONS(691), + [anon_sym_PLUS_PLUS] = ACTIONS(683), + [anon_sym_DASH_DASH] = ACTIONS(683), + [anon_sym_PIPE] = ACTIONS(701), + [anon_sym_CARET] = ACTIONS(691), + [anon_sym_LT_LT] = ACTIONS(701), + [anon_sym_GT_GT] = ACTIONS(701), + [anon_sym_borrowing] = ACTIONS(657), + [anon_sym_consuming] = ACTIONS(657), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(709), + [sym__dot_custom] = ACTIONS(711), + [sym__eq_custom] = ACTIONS(701), + [sym__eq_eq_custom] = ACTIONS(701), + [sym__plus_then_ws] = ACTIONS(701), + [sym__minus_then_ws] = ACTIONS(701), + [sym__bang_custom] = ACTIONS(713), + [sym__custom_operator] = ACTIONS(689), + [sym__hash_symbol_custom] = ACTIONS(715), + [sym__directive_if] = ACTIONS(717), + [sym__directive_elseif] = ACTIONS(717), + [sym__directive_else] = ACTIONS(719), + [sym__directive_endif] = ACTIONS(719), + }, + [STATE(588)] = { + [sym_simple_identifier] = STATE(1184), + [sym__contextual_simple_identifier] = STATE(1170), + [sym__basic_literal] = STATE(1251), + [sym_boolean_literal] = STATE(1251), + [sym__string_literal] = STATE(1251), + [sym_line_string_literal] = STATE(1251), + [sym_multi_line_string_literal] = STATE(1251), + [sym_raw_string_literal] = STATE(1251), + [sym_regex_literal] = STATE(1251), + [sym__extended_regex_literal] = STATE(1342), + [sym__multiline_regex_literal] = STATE(1342), + [sym_user_type] = STATE(6635), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6635), + [sym_dictionary_type] = STATE(6635), + [sym_expression] = STATE(782), + [sym_optional_chain_marker] = STATE(1251), + [sym__unary_expression] = STATE(1251), + [sym_postfix_expression] = STATE(1251), + [sym_constructor_expression] = STATE(1251), + [sym__parenthesized_type] = STATE(8560), + [sym_navigation_expression] = STATE(1251), + [sym__navigable_type_expression] = STATE(8560), + [sym_open_start_range_expression] = STATE(1251), + [sym__range_operator] = STATE(576), + [sym_open_end_range_expression] = STATE(1251), + [sym_prefix_expression] = STATE(1251), + [sym_as_expression] = STATE(1251), + [sym_selector_expression] = STATE(1251), + [sym__binary_expression] = STATE(1251), + [sym_multiplicative_expression] = STATE(1251), + [sym_additive_expression] = STATE(1251), + [sym_range_expression] = STATE(1251), + [sym_infix_expression] = STATE(1251), + [sym_nil_coalescing_expression] = STATE(1251), + [sym_check_expression] = STATE(1251), + [sym_comparison_expression] = STATE(1251), + [sym_equality_expression] = STATE(1251), + [sym_conjunction_expression] = STATE(1251), + [sym_disjunction_expression] = STATE(1251), + [sym_bitwise_operation] = STATE(1251), + [sym_custom_operator] = STATE(762), + [sym_try_expression] = STATE(1251), + [sym_await_expression] = STATE(1251), + [sym__await_operator] = STATE(578), + [sym_ternary_expression] = STATE(1251), + [sym_call_expression] = STATE(1251), + [sym_macro_invocation] = STATE(1251), + [sym__primary_expression] = STATE(1251), + [sym_tuple_expression] = STATE(1251), + [sym_array_literal] = STATE(1251), + [sym_dictionary_literal] = STATE(1251), + [sym_special_literal] = STATE(1251), + [sym_playground_literal] = STATE(1251), + [sym_lambda_literal] = STATE(1251), + [sym_self_expression] = STATE(1251), + [sym_super_expression] = STATE(1251), + [sym_if_statement] = STATE(1251), + [sym_switch_statement] = STATE(1251), + [sym_key_path_expression] = STATE(1251), + [sym_key_path_string_expression] = STATE(1251), + [sym_try_operator] = STATE(579), + [sym__assignment_and_operator] = STATE(1242), + [sym__equality_operator] = STATE(1242), + [sym__comparison_operator] = STATE(1242), + [sym__three_dot_operator] = STATE(759), + [sym__open_ended_range_operator] = STATE(576), + [sym__additive_operator] = STATE(1242), + [sym__multiplicative_operator] = STATE(1242), + [sym__prefix_unary_operator] = STATE(580), + [sym_directly_assignable_expression] = STATE(6636), + [sym_assignment] = STATE(1251), + [sym_value_parameter_pack] = STATE(1251), + [sym_value_pack_expansion] = STATE(1251), + [sym_referenceable_operator] = STATE(1251), + [sym__equal_sign] = STATE(1242), + [sym__eq_eq] = STATE(1242), + [sym__dot] = STATE(580), + [sym__hash_symbol] = STATE(4959), + [sym_bang] = STATE(762), + [sym__parameter_ownership_modifier] = STATE(1170), + [sym_directive] = STATE(1251), + [sym_diagnostic] = STATE(1251), + [aux_sym_raw_string_literal_repeat1] = STATE(7778), + [anon_sym_BANG] = ACTIONS(655), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(657), + [aux_sym_simple_identifier_token2] = ACTIONS(659), + [aux_sym_simple_identifier_token3] = ACTIONS(659), + [aux_sym_simple_identifier_token4] = ACTIONS(659), + [anon_sym_actor] = ACTIONS(657), + [anon_sym_async] = ACTIONS(657), + [anon_sym_each] = ACTIONS(661), + [anon_sym_lazy] = ACTIONS(657), + [anon_sym_repeat] = ACTIONS(663), + [anon_sym_package] = ACTIONS(657), + [anon_sym_nil] = ACTIONS(665), + [sym_real_literal] = ACTIONS(667), + [sym_integer_literal] = ACTIONS(665), + [sym_hex_literal] = ACTIONS(665), + [sym_oct_literal] = ACTIONS(667), + [sym_bin_literal] = ACTIONS(667), + [anon_sym_true] = ACTIONS(669), + [anon_sym_false] = ACTIONS(669), + [anon_sym_DQUOTE] = ACTIONS(671), + [anon_sym_BSLASH] = ACTIONS(673), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(675), + [sym__oneline_regex_literal] = ACTIONS(677), + [anon_sym_LPAREN] = ACTIONS(679), + [anon_sym_LBRACK] = ACTIONS(681), + [anon_sym_AMP] = ACTIONS(683), + [anon_sym_TILDE] = ACTIONS(683), + [anon_sym_if] = ACTIONS(685), + [anon_sym_switch] = ACTIONS(687), + [aux_sym_custom_operator_token1] = ACTIONS(689), + [anon_sym_LT] = ACTIONS(691), + [anon_sym_GT] = ACTIONS(691), + [anon_sym_await] = ACTIONS(693), + [anon_sym_LBRACE] = ACTIONS(695), + [anon_sym_CARET_LBRACE] = ACTIONS(695), + [anon_sym_self] = ACTIONS(697), + [anon_sym_super] = ACTIONS(699), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(701), + [anon_sym_DASH_EQ] = ACTIONS(701), + [anon_sym_STAR_EQ] = ACTIONS(701), + [anon_sym_SLASH_EQ] = ACTIONS(701), + [anon_sym_PERCENT_EQ] = ACTIONS(701), + [anon_sym_BANG_EQ] = ACTIONS(691), + [anon_sym_BANG_EQ_EQ] = ACTIONS(701), + [anon_sym_EQ_EQ_EQ] = ACTIONS(701), + [anon_sym_LT_EQ] = ACTIONS(701), + [anon_sym_GT_EQ] = ACTIONS(701), + [anon_sym_DOT_DOT_DOT] = ACTIONS(703), + [anon_sym_DOT_DOT_LT] = ACTIONS(705), + [anon_sym_PLUS] = ACTIONS(707), + [anon_sym_DASH] = ACTIONS(707), + [anon_sym_STAR] = ACTIONS(691), + [anon_sym_SLASH] = ACTIONS(691), + [anon_sym_PERCENT] = ACTIONS(691), + [anon_sym_PLUS_PLUS] = ACTIONS(683), + [anon_sym_DASH_DASH] = ACTIONS(683), + [anon_sym_PIPE] = ACTIONS(701), + [anon_sym_CARET] = ACTIONS(691), + [anon_sym_LT_LT] = ACTIONS(701), + [anon_sym_GT_GT] = ACTIONS(701), + [anon_sym_borrowing] = ACTIONS(657), + [anon_sym_consuming] = ACTIONS(657), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(709), + [sym__dot_custom] = ACTIONS(711), + [sym__eq_custom] = ACTIONS(701), + [sym__eq_eq_custom] = ACTIONS(701), + [sym__plus_then_ws] = ACTIONS(701), + [sym__minus_then_ws] = ACTIONS(701), + [sym__bang_custom] = ACTIONS(713), + [sym__custom_operator] = ACTIONS(689), + [sym__hash_symbol_custom] = ACTIONS(715), + [sym__directive_if] = ACTIONS(717), + [sym__directive_elseif] = ACTIONS(717), + [sym__directive_else] = ACTIONS(719), + [sym__directive_endif] = ACTIONS(719), + }, + [STATE(589)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6602), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6602), + [sym_dictionary_type] = STATE(6602), + [sym_expression] = STATE(749), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(635), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(738), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(638), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(640), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(742), + [sym__open_ended_range_operator] = STATE(635), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(644), + [sym_directly_assignable_expression] = STATE(6603), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(644), + [sym__hash_symbol] = STATE(4946), + [sym_bang] = STATE(738), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(611), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(613), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(615), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(617), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(627), + [anon_sym_TILDE] = ACTIONS(627), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(629), + [aux_sym_custom_operator_token1] = ACTIONS(631), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(635), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(641), + [anon_sym_DOT_DOT_LT] = ACTIONS(643), + [anon_sym_PLUS] = ACTIONS(645), + [anon_sym_DASH] = ACTIONS(645), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(627), + [anon_sym_DASH_DASH] = ACTIONS(627), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(647), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(649), + [sym__custom_operator] = ACTIONS(631), + [sym__hash_symbol_custom] = ACTIONS(651), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(590)] = { + [sym_simple_identifier] = STATE(2706), + [sym__contextual_simple_identifier] = STATE(2676), + [sym__basic_literal] = STATE(2980), + [sym_boolean_literal] = STATE(2980), + [sym__string_literal] = STATE(2980), + [sym_line_string_literal] = STATE(2980), + [sym_multi_line_string_literal] = STATE(2980), + [sym_raw_string_literal] = STATE(2980), + [sym_regex_literal] = STATE(2980), + [sym__extended_regex_literal] = STATE(3075), + [sym__multiline_regex_literal] = STATE(3075), + [sym_user_type] = STATE(6563), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6563), + [sym_dictionary_type] = STATE(6563), + [sym_expression] = STATE(1484), + [sym_optional_chain_marker] = STATE(2980), + [sym__unary_expression] = STATE(2980), + [sym_postfix_expression] = STATE(2980), + [sym_constructor_expression] = STATE(2980), + [sym__parenthesized_type] = STATE(8466), + [sym_navigation_expression] = STATE(2980), + [sym__navigable_type_expression] = STATE(8466), + [sym_open_start_range_expression] = STATE(2980), + [sym__range_operator] = STATE(586), + [sym_open_end_range_expression] = STATE(2980), + [sym_prefix_expression] = STATE(2980), + [sym_as_expression] = STATE(2980), + [sym_selector_expression] = STATE(2980), + [sym__binary_expression] = STATE(2980), + [sym_multiplicative_expression] = STATE(2980), + [sym_additive_expression] = STATE(2980), + [sym_range_expression] = STATE(2980), + [sym_infix_expression] = STATE(2980), + [sym_nil_coalescing_expression] = STATE(2980), + [sym_check_expression] = STATE(2980), + [sym_comparison_expression] = STATE(2980), + [sym_equality_expression] = STATE(2980), + [sym_conjunction_expression] = STATE(2980), + [sym_disjunction_expression] = STATE(2980), + [sym_bitwise_operation] = STATE(2980), + [sym_custom_operator] = STATE(1166), + [sym_try_expression] = STATE(2980), + [sym_await_expression] = STATE(2980), + [sym__await_operator] = STATE(590), + [sym_ternary_expression] = STATE(3098), + [sym_call_expression] = STATE(3004), + [sym_macro_invocation] = STATE(2980), + [sym__primary_expression] = STATE(2980), + [sym_tuple_expression] = STATE(2980), + [sym_array_literal] = STATE(2980), + [sym_dictionary_literal] = STATE(2980), + [sym_special_literal] = STATE(2980), + [sym_playground_literal] = STATE(2980), + [sym_lambda_literal] = STATE(2980), + [sym_self_expression] = STATE(2980), + [sym_super_expression] = STATE(2980), + [sym_if_statement] = STATE(2980), + [sym_switch_statement] = STATE(2980), + [sym_key_path_expression] = STATE(2980), + [sym_key_path_string_expression] = STATE(2980), + [sym_try_operator] = STATE(591), + [sym__assignment_and_operator] = STATE(3015), + [sym__equality_operator] = STATE(3015), + [sym__comparison_operator] = STATE(3015), + [sym__three_dot_operator] = STATE(1145), + [sym__open_ended_range_operator] = STATE(586), + [sym__additive_operator] = STATE(3015), + [sym__multiplicative_operator] = STATE(3015), + [sym__prefix_unary_operator] = STATE(592), + [sym_directly_assignable_expression] = STATE(6564), + [sym_assignment] = STATE(2980), + [sym_value_parameter_pack] = STATE(2980), + [sym_value_pack_expansion] = STATE(2980), + [sym_referenceable_operator] = STATE(2980), + [sym__equal_sign] = STATE(3015), + [sym__eq_eq] = STATE(3015), + [sym__dot] = STATE(592), + [sym__hash_symbol] = STATE(4953), + [sym_bang] = STATE(1166), + [sym__parameter_ownership_modifier] = STATE(2676), + [sym_directive] = STATE(2980), + [sym_diagnostic] = STATE(2980), + [aux_sym_raw_string_literal_repeat1] = STATE(8562), + [anon_sym_BANG] = ACTIONS(1011), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1013), + [aux_sym_simple_identifier_token2] = ACTIONS(1015), + [aux_sym_simple_identifier_token3] = ACTIONS(1015), + [aux_sym_simple_identifier_token4] = ACTIONS(1015), + [anon_sym_actor] = ACTIONS(1013), + [anon_sym_async] = ACTIONS(1013), + [anon_sym_each] = ACTIONS(1017), + [anon_sym_lazy] = ACTIONS(1013), + [anon_sym_repeat] = ACTIONS(1019), + [anon_sym_package] = ACTIONS(1013), + [anon_sym_nil] = ACTIONS(1021), + [sym_real_literal] = ACTIONS(1023), + [sym_integer_literal] = ACTIONS(1021), + [sym_hex_literal] = ACTIONS(1021), + [sym_oct_literal] = ACTIONS(1023), + [sym_bin_literal] = ACTIONS(1023), + [anon_sym_true] = ACTIONS(1025), + [anon_sym_false] = ACTIONS(1025), + [anon_sym_DQUOTE] = ACTIONS(1027), + [anon_sym_BSLASH] = ACTIONS(1029), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1031), + [sym__oneline_regex_literal] = ACTIONS(1033), + [anon_sym_LPAREN] = ACTIONS(1035), + [anon_sym_LBRACK] = ACTIONS(1037), + [anon_sym_AMP] = ACTIONS(1039), + [anon_sym_TILDE] = ACTIONS(1039), + [anon_sym_if] = ACTIONS(1041), + [anon_sym_switch] = ACTIONS(1043), + [aux_sym_custom_operator_token1] = ACTIONS(1045), + [anon_sym_LT] = ACTIONS(1047), + [anon_sym_GT] = ACTIONS(1047), + [anon_sym_await] = ACTIONS(1049), + [anon_sym_LBRACE] = ACTIONS(1051), + [anon_sym_CARET_LBRACE] = ACTIONS(1051), + [anon_sym_self] = ACTIONS(1053), + [anon_sym_super] = ACTIONS(1055), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(1057), + [anon_sym_DASH_EQ] = ACTIONS(1057), + [anon_sym_STAR_EQ] = ACTIONS(1057), + [anon_sym_SLASH_EQ] = ACTIONS(1057), + [anon_sym_PERCENT_EQ] = ACTIONS(1057), + [anon_sym_BANG_EQ] = ACTIONS(1047), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1057), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1057), + [anon_sym_LT_EQ] = ACTIONS(1057), + [anon_sym_GT_EQ] = ACTIONS(1057), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1059), + [anon_sym_DOT_DOT_LT] = ACTIONS(1061), + [anon_sym_PLUS] = ACTIONS(1063), + [anon_sym_DASH] = ACTIONS(1063), + [anon_sym_STAR] = ACTIONS(1047), + [anon_sym_SLASH] = ACTIONS(1047), + [anon_sym_PERCENT] = ACTIONS(1047), + [anon_sym_PLUS_PLUS] = ACTIONS(1039), + [anon_sym_DASH_DASH] = ACTIONS(1039), + [anon_sym_PIPE] = ACTIONS(1057), + [anon_sym_CARET] = ACTIONS(1047), + [anon_sym_LT_LT] = ACTIONS(1057), + [anon_sym_GT_GT] = ACTIONS(1057), + [anon_sym_borrowing] = ACTIONS(1013), + [anon_sym_consuming] = ACTIONS(1013), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(1065), + [sym__dot_custom] = ACTIONS(1067), + [sym__eq_custom] = ACTIONS(1057), + [sym__eq_eq_custom] = ACTIONS(1057), + [sym__plus_then_ws] = ACTIONS(1057), + [sym__minus_then_ws] = ACTIONS(1057), + [sym__bang_custom] = ACTIONS(1069), + [sym__custom_operator] = ACTIONS(1045), + [sym__hash_symbol_custom] = ACTIONS(1071), + [sym__directive_if] = ACTIONS(1073), + [sym__directive_elseif] = ACTIONS(1073), + [sym__directive_else] = ACTIONS(1075), + [sym__directive_endif] = ACTIONS(1075), + }, + [STATE(591)] = { + [sym_simple_identifier] = STATE(2706), + [sym__contextual_simple_identifier] = STATE(2676), + [sym__basic_literal] = STATE(2980), + [sym_boolean_literal] = STATE(2980), + [sym__string_literal] = STATE(2980), + [sym_line_string_literal] = STATE(2980), + [sym_multi_line_string_literal] = STATE(2980), + [sym_raw_string_literal] = STATE(2980), + [sym_regex_literal] = STATE(2980), + [sym__extended_regex_literal] = STATE(3075), + [sym__multiline_regex_literal] = STATE(3075), + [sym_user_type] = STATE(6563), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6563), + [sym_dictionary_type] = STATE(6563), + [sym_expression] = STATE(1517), + [sym_optional_chain_marker] = STATE(2980), + [sym__unary_expression] = STATE(2980), + [sym_postfix_expression] = STATE(2980), + [sym_constructor_expression] = STATE(2980), + [sym__parenthesized_type] = STATE(8466), + [sym_navigation_expression] = STATE(2980), + [sym__navigable_type_expression] = STATE(8466), + [sym_open_start_range_expression] = STATE(2980), + [sym__range_operator] = STATE(586), + [sym_open_end_range_expression] = STATE(2980), + [sym_prefix_expression] = STATE(2980), + [sym_as_expression] = STATE(2980), + [sym_selector_expression] = STATE(2980), + [sym__binary_expression] = STATE(3006), + [sym_multiplicative_expression] = STATE(3006), + [sym_additive_expression] = STATE(3006), + [sym_range_expression] = STATE(3006), + [sym_infix_expression] = STATE(3006), + [sym_nil_coalescing_expression] = STATE(3006), + [sym_check_expression] = STATE(3006), + [sym_comparison_expression] = STATE(3006), + [sym_equality_expression] = STATE(3006), + [sym_conjunction_expression] = STATE(3006), + [sym_disjunction_expression] = STATE(3006), + [sym_bitwise_operation] = STATE(3006), + [sym_custom_operator] = STATE(1166), + [sym_try_expression] = STATE(2980), + [sym_await_expression] = STATE(2980), + [sym__await_operator] = STATE(590), + [sym_ternary_expression] = STATE(3007), + [sym_call_expression] = STATE(3008), + [sym_macro_invocation] = STATE(2980), + [sym__primary_expression] = STATE(2980), + [sym_tuple_expression] = STATE(2980), + [sym_array_literal] = STATE(2980), + [sym_dictionary_literal] = STATE(2980), + [sym_special_literal] = STATE(2980), + [sym_playground_literal] = STATE(2980), + [sym_lambda_literal] = STATE(2980), + [sym_self_expression] = STATE(2980), + [sym_super_expression] = STATE(2980), + [sym_if_statement] = STATE(2980), + [sym_switch_statement] = STATE(2980), + [sym_key_path_expression] = STATE(2980), + [sym_key_path_string_expression] = STATE(2980), + [sym_try_operator] = STATE(591), + [sym__assignment_and_operator] = STATE(3015), + [sym__equality_operator] = STATE(3015), + [sym__comparison_operator] = STATE(3015), + [sym__three_dot_operator] = STATE(1145), + [sym__open_ended_range_operator] = STATE(586), + [sym__additive_operator] = STATE(3015), + [sym__multiplicative_operator] = STATE(3015), + [sym__prefix_unary_operator] = STATE(592), + [sym_directly_assignable_expression] = STATE(6564), + [sym_assignment] = STATE(2980), + [sym_value_parameter_pack] = STATE(2980), + [sym_value_pack_expansion] = STATE(2980), + [sym_referenceable_operator] = STATE(2980), + [sym__equal_sign] = STATE(3015), + [sym__eq_eq] = STATE(3015), + [sym__dot] = STATE(592), + [sym__hash_symbol] = STATE(4953), + [sym_bang] = STATE(1166), + [sym__parameter_ownership_modifier] = STATE(2676), + [sym_directive] = STATE(2980), + [sym_diagnostic] = STATE(2980), + [aux_sym_raw_string_literal_repeat1] = STATE(8562), + [anon_sym_BANG] = ACTIONS(1011), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1013), + [aux_sym_simple_identifier_token2] = ACTIONS(1015), + [aux_sym_simple_identifier_token3] = ACTIONS(1015), + [aux_sym_simple_identifier_token4] = ACTIONS(1015), + [anon_sym_actor] = ACTIONS(1013), + [anon_sym_async] = ACTIONS(1013), + [anon_sym_each] = ACTIONS(1017), + [anon_sym_lazy] = ACTIONS(1013), + [anon_sym_repeat] = ACTIONS(1019), + [anon_sym_package] = ACTIONS(1013), + [anon_sym_nil] = ACTIONS(1021), + [sym_real_literal] = ACTIONS(1023), + [sym_integer_literal] = ACTIONS(1021), + [sym_hex_literal] = ACTIONS(1021), + [sym_oct_literal] = ACTIONS(1023), + [sym_bin_literal] = ACTIONS(1023), + [anon_sym_true] = ACTIONS(1025), + [anon_sym_false] = ACTIONS(1025), + [anon_sym_DQUOTE] = ACTIONS(1027), + [anon_sym_BSLASH] = ACTIONS(1029), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1031), + [sym__oneline_regex_literal] = ACTIONS(1033), + [anon_sym_LPAREN] = ACTIONS(1035), + [anon_sym_LBRACK] = ACTIONS(1037), + [anon_sym_AMP] = ACTIONS(1039), + [anon_sym_TILDE] = ACTIONS(1039), + [anon_sym_if] = ACTIONS(1041), + [anon_sym_switch] = ACTIONS(1043), + [aux_sym_custom_operator_token1] = ACTIONS(1045), + [anon_sym_LT] = ACTIONS(1047), + [anon_sym_GT] = ACTIONS(1047), + [anon_sym_await] = ACTIONS(1049), + [anon_sym_LBRACE] = ACTIONS(1051), + [anon_sym_CARET_LBRACE] = ACTIONS(1051), + [anon_sym_self] = ACTIONS(1053), + [anon_sym_super] = ACTIONS(1055), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(1057), + [anon_sym_DASH_EQ] = ACTIONS(1057), + [anon_sym_STAR_EQ] = ACTIONS(1057), + [anon_sym_SLASH_EQ] = ACTIONS(1057), + [anon_sym_PERCENT_EQ] = ACTIONS(1057), + [anon_sym_BANG_EQ] = ACTIONS(1047), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1057), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1057), + [anon_sym_LT_EQ] = ACTIONS(1057), + [anon_sym_GT_EQ] = ACTIONS(1057), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1059), + [anon_sym_DOT_DOT_LT] = ACTIONS(1061), + [anon_sym_PLUS] = ACTIONS(1063), + [anon_sym_DASH] = ACTIONS(1063), + [anon_sym_STAR] = ACTIONS(1047), + [anon_sym_SLASH] = ACTIONS(1047), + [anon_sym_PERCENT] = ACTIONS(1047), + [anon_sym_PLUS_PLUS] = ACTIONS(1039), + [anon_sym_DASH_DASH] = ACTIONS(1039), + [anon_sym_PIPE] = ACTIONS(1057), + [anon_sym_CARET] = ACTIONS(1047), + [anon_sym_LT_LT] = ACTIONS(1057), + [anon_sym_GT_GT] = ACTIONS(1057), + [anon_sym_borrowing] = ACTIONS(1013), + [anon_sym_consuming] = ACTIONS(1013), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(1065), + [sym__dot_custom] = ACTIONS(1067), + [sym__eq_custom] = ACTIONS(1057), + [sym__eq_eq_custom] = ACTIONS(1057), + [sym__plus_then_ws] = ACTIONS(1057), + [sym__minus_then_ws] = ACTIONS(1057), + [sym__bang_custom] = ACTIONS(1069), + [sym__custom_operator] = ACTIONS(1045), + [sym__hash_symbol_custom] = ACTIONS(1071), + [sym__directive_if] = ACTIONS(1073), + [sym__directive_elseif] = ACTIONS(1073), + [sym__directive_else] = ACTIONS(1075), + [sym__directive_endif] = ACTIONS(1075), + }, + [STATE(592)] = { + [sym_simple_identifier] = STATE(2706), + [sym__contextual_simple_identifier] = STATE(2676), + [sym__basic_literal] = STATE(2980), + [sym_boolean_literal] = STATE(2980), + [sym__string_literal] = STATE(2980), + [sym_line_string_literal] = STATE(2980), + [sym_multi_line_string_literal] = STATE(2980), + [sym_raw_string_literal] = STATE(2980), + [sym_regex_literal] = STATE(2980), + [sym__extended_regex_literal] = STATE(3075), + [sym__multiline_regex_literal] = STATE(3075), + [sym_user_type] = STATE(6563), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6563), + [sym_dictionary_type] = STATE(6563), + [sym_expression] = STATE(1502), + [sym_optional_chain_marker] = STATE(2980), + [sym__unary_expression] = STATE(2980), + [sym_postfix_expression] = STATE(2980), + [sym_constructor_expression] = STATE(2980), + [sym__parenthesized_type] = STATE(8466), + [sym_navigation_expression] = STATE(2980), + [sym__navigable_type_expression] = STATE(8466), + [sym_open_start_range_expression] = STATE(2980), + [sym__range_operator] = STATE(586), + [sym_open_end_range_expression] = STATE(2980), + [sym_prefix_expression] = STATE(2980), + [sym_as_expression] = STATE(2980), + [sym_selector_expression] = STATE(2980), + [sym__binary_expression] = STATE(2980), + [sym_multiplicative_expression] = STATE(2980), + [sym_additive_expression] = STATE(2980), + [sym_range_expression] = STATE(2980), + [sym_infix_expression] = STATE(2980), + [sym_nil_coalescing_expression] = STATE(2980), + [sym_check_expression] = STATE(2980), + [sym_comparison_expression] = STATE(2980), + [sym_equality_expression] = STATE(2980), + [sym_conjunction_expression] = STATE(2980), + [sym_disjunction_expression] = STATE(2980), + [sym_bitwise_operation] = STATE(2980), + [sym_custom_operator] = STATE(1166), + [sym_try_expression] = STATE(2980), + [sym_await_expression] = STATE(2980), + [sym__await_operator] = STATE(590), + [sym_ternary_expression] = STATE(2980), + [sym_call_expression] = STATE(2980), + [sym_macro_invocation] = STATE(2980), + [sym__primary_expression] = STATE(2980), + [sym_tuple_expression] = STATE(2980), + [sym_array_literal] = STATE(2980), + [sym_dictionary_literal] = STATE(2980), + [sym_special_literal] = STATE(2980), + [sym_playground_literal] = STATE(2980), + [sym_lambda_literal] = STATE(2980), + [sym_self_expression] = STATE(2980), + [sym_super_expression] = STATE(2980), + [sym_if_statement] = STATE(2980), + [sym_switch_statement] = STATE(2980), + [sym_key_path_expression] = STATE(2980), + [sym_key_path_string_expression] = STATE(2980), + [sym_try_operator] = STATE(591), + [sym__assignment_and_operator] = STATE(3015), + [sym__equality_operator] = STATE(3015), + [sym__comparison_operator] = STATE(3015), + [sym__three_dot_operator] = STATE(1145), + [sym__open_ended_range_operator] = STATE(586), + [sym__additive_operator] = STATE(3015), + [sym__multiplicative_operator] = STATE(3015), + [sym__prefix_unary_operator] = STATE(592), + [sym_directly_assignable_expression] = STATE(6564), + [sym_assignment] = STATE(2980), + [sym_value_parameter_pack] = STATE(2980), + [sym_value_pack_expansion] = STATE(2980), + [sym_referenceable_operator] = STATE(2980), + [sym__equal_sign] = STATE(3015), + [sym__eq_eq] = STATE(3015), + [sym__dot] = STATE(592), + [sym__hash_symbol] = STATE(4953), + [sym_bang] = STATE(1166), + [sym__parameter_ownership_modifier] = STATE(2676), + [sym_directive] = STATE(2980), + [sym_diagnostic] = STATE(2980), + [aux_sym_raw_string_literal_repeat1] = STATE(8562), + [anon_sym_BANG] = ACTIONS(1011), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1013), + [aux_sym_simple_identifier_token2] = ACTIONS(1015), + [aux_sym_simple_identifier_token3] = ACTIONS(1015), + [aux_sym_simple_identifier_token4] = ACTIONS(1015), + [anon_sym_actor] = ACTIONS(1013), + [anon_sym_async] = ACTIONS(1686), + [anon_sym_each] = ACTIONS(1017), + [anon_sym_lazy] = ACTIONS(1013), + [anon_sym_repeat] = ACTIONS(1019), + [anon_sym_package] = ACTIONS(1013), + [anon_sym_nil] = ACTIONS(1021), + [sym_real_literal] = ACTIONS(1023), + [sym_integer_literal] = ACTIONS(1021), + [sym_hex_literal] = ACTIONS(1021), + [sym_oct_literal] = ACTIONS(1023), + [sym_bin_literal] = ACTIONS(1023), + [anon_sym_true] = ACTIONS(1025), + [anon_sym_false] = ACTIONS(1025), + [anon_sym_DQUOTE] = ACTIONS(1027), + [anon_sym_BSLASH] = ACTIONS(1029), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1031), + [sym__oneline_regex_literal] = ACTIONS(1033), + [anon_sym_LPAREN] = ACTIONS(1035), + [anon_sym_LBRACK] = ACTIONS(1037), + [anon_sym_AMP] = ACTIONS(1039), + [anon_sym_TILDE] = ACTIONS(1039), + [anon_sym_if] = ACTIONS(1688), + [anon_sym_switch] = ACTIONS(1690), + [aux_sym_custom_operator_token1] = ACTIONS(1045), + [anon_sym_LT] = ACTIONS(1047), + [anon_sym_GT] = ACTIONS(1047), + [anon_sym_await] = ACTIONS(1049), + [anon_sym_LBRACE] = ACTIONS(1051), + [anon_sym_CARET_LBRACE] = ACTIONS(1051), + [anon_sym_self] = ACTIONS(1053), + [anon_sym_super] = ACTIONS(1055), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(1057), + [anon_sym_DASH_EQ] = ACTIONS(1057), + [anon_sym_STAR_EQ] = ACTIONS(1057), + [anon_sym_SLASH_EQ] = ACTIONS(1057), + [anon_sym_PERCENT_EQ] = ACTIONS(1057), + [anon_sym_BANG_EQ] = ACTIONS(1047), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1057), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1057), + [anon_sym_LT_EQ] = ACTIONS(1057), + [anon_sym_GT_EQ] = ACTIONS(1057), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1059), + [anon_sym_DOT_DOT_LT] = ACTIONS(1061), + [anon_sym_PLUS] = ACTIONS(1063), + [anon_sym_DASH] = ACTIONS(1063), + [anon_sym_STAR] = ACTIONS(1047), + [anon_sym_SLASH] = ACTIONS(1047), + [anon_sym_PERCENT] = ACTIONS(1047), + [anon_sym_PLUS_PLUS] = ACTIONS(1039), + [anon_sym_DASH_DASH] = ACTIONS(1039), + [anon_sym_PIPE] = ACTIONS(1057), + [anon_sym_CARET] = ACTIONS(1047), + [anon_sym_LT_LT] = ACTIONS(1057), + [anon_sym_GT_GT] = ACTIONS(1057), + [anon_sym_borrowing] = ACTIONS(1013), + [anon_sym_consuming] = ACTIONS(1013), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(1065), + [sym__dot_custom] = ACTIONS(1067), + [sym__eq_custom] = ACTIONS(1057), + [sym__eq_eq_custom] = ACTIONS(1057), + [sym__plus_then_ws] = ACTIONS(1057), + [sym__minus_then_ws] = ACTIONS(1057), + [sym__bang_custom] = ACTIONS(1069), + [sym__custom_operator] = ACTIONS(1045), + [sym__hash_symbol_custom] = ACTIONS(1071), + [sym__directive_if] = ACTIONS(1073), + [sym__directive_elseif] = ACTIONS(1073), + [sym__directive_else] = ACTIONS(1075), + [sym__directive_endif] = ACTIONS(1075), + }, + [STATE(593)] = { + [sym_simple_identifier] = STATE(2393), + [sym__contextual_simple_identifier] = STATE(2212), + [sym__basic_literal] = STATE(2472), + [sym_boolean_literal] = STATE(2472), + [sym__string_literal] = STATE(2472), + [sym_line_string_literal] = STATE(2472), + [sym_multi_line_string_literal] = STATE(2472), + [sym_raw_string_literal] = STATE(2472), + [sym_regex_literal] = STATE(2472), + [sym__extended_regex_literal] = STATE(2528), + [sym__multiline_regex_literal] = STATE(2528), + [sym_user_type] = STATE(6600), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6600), + [sym_dictionary_type] = STATE(6600), + [sym_expression] = STATE(1456), + [sym_optional_chain_marker] = STATE(2472), + [sym__unary_expression] = STATE(2472), + [sym_postfix_expression] = STATE(2472), + [sym_constructor_expression] = STATE(2472), + [sym__parenthesized_type] = STATE(7973), + [sym_navigation_expression] = STATE(2472), + [sym__navigable_type_expression] = STATE(7973), + [sym_open_start_range_expression] = STATE(2472), + [sym__range_operator] = STATE(722), + [sym_open_end_range_expression] = STATE(2472), + [sym_prefix_expression] = STATE(2472), + [sym_as_expression] = STATE(2472), + [sym_selector_expression] = STATE(2472), + [sym__binary_expression] = STATE(2472), + [sym_multiplicative_expression] = STATE(2472), + [sym_additive_expression] = STATE(2472), + [sym_range_expression] = STATE(2472), + [sym_infix_expression] = STATE(2472), + [sym_nil_coalescing_expression] = STATE(2472), + [sym_check_expression] = STATE(2472), + [sym_comparison_expression] = STATE(2472), + [sym_equality_expression] = STATE(2472), + [sym_conjunction_expression] = STATE(2472), + [sym_disjunction_expression] = STATE(2472), + [sym_bitwise_operation] = STATE(2472), + [sym_custom_operator] = STATE(1124), + [sym_try_expression] = STATE(2472), + [sym_await_expression] = STATE(2472), + [sym__await_operator] = STATE(723), + [sym_ternary_expression] = STATE(2472), + [sym_call_expression] = STATE(2472), + [sym_macro_invocation] = STATE(2472), + [sym__primary_expression] = STATE(2472), + [sym_tuple_expression] = STATE(2472), + [sym_array_literal] = STATE(2472), + [sym_dictionary_literal] = STATE(2472), + [sym_special_literal] = STATE(2472), + [sym_playground_literal] = STATE(2472), + [sym_lambda_literal] = STATE(2472), + [sym_self_expression] = STATE(2472), + [sym_super_expression] = STATE(2472), + [sym_if_statement] = STATE(2472), + [sym_switch_statement] = STATE(2472), + [sym_key_path_expression] = STATE(2472), + [sym_key_path_string_expression] = STATE(2472), + [sym_try_operator] = STATE(583), + [sym__assignment_and_operator] = STATE(2613), + [sym__equality_operator] = STATE(2613), + [sym__comparison_operator] = STATE(2613), + [sym__three_dot_operator] = STATE(1104), + [sym__open_ended_range_operator] = STATE(722), + [sym__additive_operator] = STATE(2613), + [sym__multiplicative_operator] = STATE(2613), + [sym__prefix_unary_operator] = STATE(593), + [sym_directly_assignable_expression] = STATE(6606), + [sym_assignment] = STATE(2472), + [sym_value_parameter_pack] = STATE(2472), + [sym_value_pack_expansion] = STATE(2472), + [sym_referenceable_operator] = STATE(2472), + [sym__equal_sign] = STATE(2613), + [sym__eq_eq] = STATE(2613), + [sym__dot] = STATE(593), + [sym__hash_symbol] = STATE(4952), + [sym_bang] = STATE(1124), + [sym__parameter_ownership_modifier] = STATE(2212), + [sym_directive] = STATE(2472), + [sym_diagnostic] = STATE(2472), + [aux_sym_raw_string_literal_repeat1] = STATE(8314), + [anon_sym_BANG] = ACTIONS(873), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(875), + [aux_sym_simple_identifier_token2] = ACTIONS(877), + [aux_sym_simple_identifier_token3] = ACTIONS(877), + [aux_sym_simple_identifier_token4] = ACTIONS(877), + [anon_sym_actor] = ACTIONS(875), + [anon_sym_async] = ACTIONS(1692), + [anon_sym_each] = ACTIONS(879), + [anon_sym_lazy] = ACTIONS(875), + [anon_sym_repeat] = ACTIONS(881), + [anon_sym_package] = ACTIONS(875), + [anon_sym_nil] = ACTIONS(883), + [sym_real_literal] = ACTIONS(885), + [sym_integer_literal] = ACTIONS(883), + [sym_hex_literal] = ACTIONS(883), + [sym_oct_literal] = ACTIONS(885), + [sym_bin_literal] = ACTIONS(885), + [anon_sym_true] = ACTIONS(887), + [anon_sym_false] = ACTIONS(887), + [anon_sym_DQUOTE] = ACTIONS(889), + [anon_sym_BSLASH] = ACTIONS(891), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(893), + [sym__oneline_regex_literal] = ACTIONS(895), + [anon_sym_LPAREN] = ACTIONS(897), + [anon_sym_LBRACK] = ACTIONS(899), + [anon_sym_AMP] = ACTIONS(901), + [anon_sym_TILDE] = ACTIONS(901), + [anon_sym_if] = ACTIONS(1694), + [anon_sym_switch] = ACTIONS(1696), + [aux_sym_custom_operator_token1] = ACTIONS(907), + [anon_sym_LT] = ACTIONS(909), + [anon_sym_GT] = ACTIONS(909), + [anon_sym_await] = ACTIONS(911), + [anon_sym_LBRACE] = ACTIONS(913), + [anon_sym_CARET_LBRACE] = ACTIONS(913), + [anon_sym_self] = ACTIONS(915), + [anon_sym_super] = ACTIONS(917), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(919), + [anon_sym_DASH_EQ] = ACTIONS(919), + [anon_sym_STAR_EQ] = ACTIONS(919), + [anon_sym_SLASH_EQ] = ACTIONS(919), + [anon_sym_PERCENT_EQ] = ACTIONS(919), + [anon_sym_BANG_EQ] = ACTIONS(909), + [anon_sym_BANG_EQ_EQ] = ACTIONS(919), + [anon_sym_EQ_EQ_EQ] = ACTIONS(919), + [anon_sym_LT_EQ] = ACTIONS(919), + [anon_sym_GT_EQ] = ACTIONS(919), + [anon_sym_DOT_DOT_DOT] = ACTIONS(921), + [anon_sym_DOT_DOT_LT] = ACTIONS(923), + [anon_sym_PLUS] = ACTIONS(925), + [anon_sym_DASH] = ACTIONS(925), + [anon_sym_STAR] = ACTIONS(909), + [anon_sym_SLASH] = ACTIONS(909), + [anon_sym_PERCENT] = ACTIONS(909), + [anon_sym_PLUS_PLUS] = ACTIONS(901), + [anon_sym_DASH_DASH] = ACTIONS(901), + [anon_sym_PIPE] = ACTIONS(919), + [anon_sym_CARET] = ACTIONS(909), + [anon_sym_LT_LT] = ACTIONS(919), + [anon_sym_GT_GT] = ACTIONS(919), + [anon_sym_borrowing] = ACTIONS(875), + [anon_sym_consuming] = ACTIONS(875), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(927), + [sym__dot_custom] = ACTIONS(929), + [sym__eq_custom] = ACTIONS(919), + [sym__eq_eq_custom] = ACTIONS(919), + [sym__plus_then_ws] = ACTIONS(919), + [sym__minus_then_ws] = ACTIONS(919), + [sym__bang_custom] = ACTIONS(931), + [sym__custom_operator] = ACTIONS(907), + [sym__hash_symbol_custom] = ACTIONS(933), + [sym__directive_if] = ACTIONS(935), + [sym__directive_elseif] = ACTIONS(935), + [sym__directive_else] = ACTIONS(937), + [sym__directive_endif] = ACTIONS(937), + }, + [STATE(594)] = { + [sym_simple_identifier] = STATE(2393), + [sym__contextual_simple_identifier] = STATE(2212), + [sym__basic_literal] = STATE(2472), + [sym_boolean_literal] = STATE(2472), + [sym__string_literal] = STATE(2472), + [sym_line_string_literal] = STATE(2472), + [sym_multi_line_string_literal] = STATE(2472), + [sym_raw_string_literal] = STATE(2472), + [sym_regex_literal] = STATE(2472), + [sym__extended_regex_literal] = STATE(2528), + [sym__multiline_regex_literal] = STATE(2528), + [sym_user_type] = STATE(6600), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6600), + [sym_dictionary_type] = STATE(6600), + [sym_expression] = STATE(1462), + [sym_optional_chain_marker] = STATE(2472), + [sym__unary_expression] = STATE(2472), + [sym_postfix_expression] = STATE(2472), + [sym_constructor_expression] = STATE(2472), + [sym__parenthesized_type] = STATE(7973), + [sym_navigation_expression] = STATE(2472), + [sym__navigable_type_expression] = STATE(7973), + [sym_open_start_range_expression] = STATE(2472), + [sym__range_operator] = STATE(722), + [sym_open_end_range_expression] = STATE(2472), + [sym_prefix_expression] = STATE(2472), + [sym_as_expression] = STATE(2472), + [sym_selector_expression] = STATE(2472), + [sym__binary_expression] = STATE(2472), + [sym_multiplicative_expression] = STATE(2472), + [sym_additive_expression] = STATE(2472), + [sym_range_expression] = STATE(2472), + [sym_infix_expression] = STATE(2472), + [sym_nil_coalescing_expression] = STATE(2472), + [sym_check_expression] = STATE(2472), + [sym_comparison_expression] = STATE(2472), + [sym_equality_expression] = STATE(2472), + [sym_conjunction_expression] = STATE(2472), + [sym_disjunction_expression] = STATE(2472), + [sym_bitwise_operation] = STATE(2472), + [sym_custom_operator] = STATE(1124), + [sym_try_expression] = STATE(2472), + [sym_await_expression] = STATE(2472), + [sym__await_operator] = STATE(723), + [sym_ternary_expression] = STATE(2472), + [sym_call_expression] = STATE(2472), + [sym_macro_invocation] = STATE(2472), + [sym__primary_expression] = STATE(2472), + [sym_tuple_expression] = STATE(2472), + [sym_array_literal] = STATE(2472), + [sym_dictionary_literal] = STATE(2472), + [sym_special_literal] = STATE(2472), + [sym_playground_literal] = STATE(2472), + [sym_lambda_literal] = STATE(2472), + [sym_self_expression] = STATE(2472), + [sym_super_expression] = STATE(2472), + [sym_if_statement] = STATE(2472), + [sym_switch_statement] = STATE(2472), + [sym_key_path_expression] = STATE(2472), + [sym_key_path_string_expression] = STATE(2472), + [sym_try_operator] = STATE(583), + [sym__assignment_and_operator] = STATE(2613), + [sym__equality_operator] = STATE(2613), + [sym__comparison_operator] = STATE(2613), + [sym__three_dot_operator] = STATE(1104), + [sym__open_ended_range_operator] = STATE(722), + [sym__additive_operator] = STATE(2613), + [sym__multiplicative_operator] = STATE(2613), + [sym__prefix_unary_operator] = STATE(593), + [sym_directly_assignable_expression] = STATE(6606), + [sym_assignment] = STATE(2472), + [sym_value_parameter_pack] = STATE(2472), + [sym_value_pack_expansion] = STATE(2472), + [sym_referenceable_operator] = STATE(2472), + [sym__equal_sign] = STATE(2613), + [sym__eq_eq] = STATE(2613), + [sym__dot] = STATE(593), + [sym__hash_symbol] = STATE(4952), + [sym_bang] = STATE(1124), + [sym__parameter_ownership_modifier] = STATE(2212), + [sym_directive] = STATE(2472), + [sym_diagnostic] = STATE(2472), + [aux_sym_raw_string_literal_repeat1] = STATE(8314), + [anon_sym_BANG] = ACTIONS(873), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(875), + [aux_sym_simple_identifier_token2] = ACTIONS(877), + [aux_sym_simple_identifier_token3] = ACTIONS(877), + [aux_sym_simple_identifier_token4] = ACTIONS(877), + [anon_sym_actor] = ACTIONS(875), + [anon_sym_async] = ACTIONS(875), + [anon_sym_each] = ACTIONS(879), + [anon_sym_lazy] = ACTIONS(875), + [anon_sym_repeat] = ACTIONS(881), + [anon_sym_package] = ACTIONS(875), + [anon_sym_nil] = ACTIONS(883), + [sym_real_literal] = ACTIONS(885), + [sym_integer_literal] = ACTIONS(883), + [sym_hex_literal] = ACTIONS(883), + [sym_oct_literal] = ACTIONS(885), + [sym_bin_literal] = ACTIONS(885), + [anon_sym_true] = ACTIONS(887), + [anon_sym_false] = ACTIONS(887), + [anon_sym_DQUOTE] = ACTIONS(889), + [anon_sym_BSLASH] = ACTIONS(891), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(893), + [sym__oneline_regex_literal] = ACTIONS(895), + [anon_sym_LPAREN] = ACTIONS(897), + [anon_sym_LBRACK] = ACTIONS(899), + [anon_sym_AMP] = ACTIONS(901), + [anon_sym_TILDE] = ACTIONS(901), + [anon_sym_if] = ACTIONS(903), + [anon_sym_switch] = ACTIONS(905), + [aux_sym_custom_operator_token1] = ACTIONS(907), + [anon_sym_LT] = ACTIONS(909), + [anon_sym_GT] = ACTIONS(909), + [anon_sym_await] = ACTIONS(911), + [anon_sym_LBRACE] = ACTIONS(913), + [anon_sym_CARET_LBRACE] = ACTIONS(913), + [anon_sym_self] = ACTIONS(915), + [anon_sym_super] = ACTIONS(917), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(919), + [anon_sym_DASH_EQ] = ACTIONS(919), + [anon_sym_STAR_EQ] = ACTIONS(919), + [anon_sym_SLASH_EQ] = ACTIONS(919), + [anon_sym_PERCENT_EQ] = ACTIONS(919), + [anon_sym_BANG_EQ] = ACTIONS(909), + [anon_sym_BANG_EQ_EQ] = ACTIONS(919), + [anon_sym_EQ_EQ_EQ] = ACTIONS(919), + [anon_sym_LT_EQ] = ACTIONS(919), + [anon_sym_GT_EQ] = ACTIONS(919), + [anon_sym_DOT_DOT_DOT] = ACTIONS(921), + [anon_sym_DOT_DOT_LT] = ACTIONS(923), + [anon_sym_PLUS] = ACTIONS(925), + [anon_sym_DASH] = ACTIONS(925), + [anon_sym_STAR] = ACTIONS(909), + [anon_sym_SLASH] = ACTIONS(909), + [anon_sym_PERCENT] = ACTIONS(909), + [anon_sym_PLUS_PLUS] = ACTIONS(901), + [anon_sym_DASH_DASH] = ACTIONS(901), + [anon_sym_PIPE] = ACTIONS(919), + [anon_sym_CARET] = ACTIONS(909), + [anon_sym_LT_LT] = ACTIONS(919), + [anon_sym_GT_GT] = ACTIONS(919), + [anon_sym_borrowing] = ACTIONS(875), + [anon_sym_consuming] = ACTIONS(875), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(927), + [sym__dot_custom] = ACTIONS(929), + [sym__eq_custom] = ACTIONS(919), + [sym__eq_eq_custom] = ACTIONS(919), + [sym__plus_then_ws] = ACTIONS(919), + [sym__minus_then_ws] = ACTIONS(919), + [sym__bang_custom] = ACTIONS(931), + [sym__custom_operator] = ACTIONS(907), + [sym__hash_symbol_custom] = ACTIONS(933), + [sym__directive_if] = ACTIONS(935), + [sym__directive_elseif] = ACTIONS(935), + [sym__directive_else] = ACTIONS(937), + [sym__directive_endif] = ACTIONS(937), + }, + [STATE(595)] = { + [sym_simple_identifier] = STATE(2915), + [sym__contextual_simple_identifier] = STATE(2805), + [sym__basic_literal] = STATE(3407), + [sym_boolean_literal] = STATE(3407), + [sym__string_literal] = STATE(3407), + [sym_line_string_literal] = STATE(3407), + [sym_multi_line_string_literal] = STATE(3407), + [sym_raw_string_literal] = STATE(3407), + [sym_regex_literal] = STATE(3407), + [sym__extended_regex_literal] = STATE(3399), + [sym__multiline_regex_literal] = STATE(3399), + [sym_user_type] = STATE(6574), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6574), + [sym_dictionary_type] = STATE(6574), + [sym_expression] = STATE(1544), + [sym_optional_chain_marker] = STATE(3407), + [sym__unary_expression] = STATE(3407), + [sym_postfix_expression] = STATE(3407), + [sym_constructor_expression] = STATE(3407), + [sym__parenthesized_type] = STATE(7731), + [sym_navigation_expression] = STATE(3407), + [sym__navigable_type_expression] = STATE(7731), + [sym_open_start_range_expression] = STATE(3407), + [sym__range_operator] = STATE(658), + [sym_open_end_range_expression] = STATE(3407), + [sym_prefix_expression] = STATE(3407), + [sym_as_expression] = STATE(3407), + [sym_selector_expression] = STATE(3407), + [sym__binary_expression] = STATE(3407), + [sym_multiplicative_expression] = STATE(3407), + [sym_additive_expression] = STATE(3407), + [sym_range_expression] = STATE(3407), + [sym_infix_expression] = STATE(3407), + [sym_nil_coalescing_expression] = STATE(3407), + [sym_check_expression] = STATE(3407), + [sym_comparison_expression] = STATE(3407), + [sym_equality_expression] = STATE(3407), + [sym_conjunction_expression] = STATE(3407), + [sym_disjunction_expression] = STATE(3407), + [sym_bitwise_operation] = STATE(3407), + [sym_custom_operator] = STATE(1194), + [sym_try_expression] = STATE(3407), + [sym_await_expression] = STATE(3407), + [sym__await_operator] = STATE(692), + [sym_ternary_expression] = STATE(3407), + [sym_call_expression] = STATE(3407), + [sym_macro_invocation] = STATE(3407), + [sym__primary_expression] = STATE(3407), + [sym_tuple_expression] = STATE(3407), + [sym_array_literal] = STATE(3407), + [sym_dictionary_literal] = STATE(3407), + [sym_special_literal] = STATE(3407), + [sym_playground_literal] = STATE(3407), + [sym_lambda_literal] = STATE(3407), + [sym_self_expression] = STATE(3407), + [sym_super_expression] = STATE(3407), + [sym_if_statement] = STATE(3407), + [sym_switch_statement] = STATE(3407), + [sym_key_path_expression] = STATE(3407), + [sym_key_path_string_expression] = STATE(3407), + [sym_try_operator] = STATE(708), + [sym__assignment_and_operator] = STATE(3269), + [sym__equality_operator] = STATE(3269), + [sym__comparison_operator] = STATE(3269), + [sym__three_dot_operator] = STATE(1211), + [sym__open_ended_range_operator] = STATE(658), + [sym__additive_operator] = STATE(3269), + [sym__multiplicative_operator] = STATE(3269), + [sym__prefix_unary_operator] = STATE(595), + [sym_directly_assignable_expression] = STATE(6607), + [sym_assignment] = STATE(3407), + [sym_value_parameter_pack] = STATE(3407), + [sym_value_pack_expansion] = STATE(3407), + [sym_referenceable_operator] = STATE(3407), + [sym__equal_sign] = STATE(3269), + [sym__eq_eq] = STATE(3269), + [sym__dot] = STATE(595), + [sym__hash_symbol] = STATE(4958), + [sym_bang] = STATE(1194), + [sym__parameter_ownership_modifier] = STATE(2805), + [sym_directive] = STATE(3407), + [sym_diagnostic] = STATE(3407), + [aux_sym_raw_string_literal_repeat1] = STATE(7737), + [anon_sym_BANG] = ACTIONS(1077), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1079), + [aux_sym_simple_identifier_token2] = ACTIONS(1081), + [aux_sym_simple_identifier_token3] = ACTIONS(1081), + [aux_sym_simple_identifier_token4] = ACTIONS(1081), + [anon_sym_actor] = ACTIONS(1079), + [anon_sym_async] = ACTIONS(1698), + [anon_sym_each] = ACTIONS(1083), + [anon_sym_lazy] = ACTIONS(1079), + [anon_sym_repeat] = ACTIONS(1085), + [anon_sym_package] = ACTIONS(1079), + [anon_sym_nil] = ACTIONS(1087), + [sym_real_literal] = ACTIONS(1089), + [sym_integer_literal] = ACTIONS(1087), + [sym_hex_literal] = ACTIONS(1087), + [sym_oct_literal] = ACTIONS(1089), + [sym_bin_literal] = ACTIONS(1089), + [anon_sym_true] = ACTIONS(1091), + [anon_sym_false] = ACTIONS(1091), + [anon_sym_DQUOTE] = ACTIONS(1093), + [anon_sym_BSLASH] = ACTIONS(1095), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1097), + [sym__oneline_regex_literal] = ACTIONS(1099), + [anon_sym_LPAREN] = ACTIONS(1101), + [anon_sym_LBRACK] = ACTIONS(1103), + [anon_sym_AMP] = ACTIONS(1105), + [anon_sym_TILDE] = ACTIONS(1105), + [anon_sym_if] = ACTIONS(1700), + [anon_sym_switch] = ACTIONS(1702), + [aux_sym_custom_operator_token1] = ACTIONS(1111), + [anon_sym_LT] = ACTIONS(1113), + [anon_sym_GT] = ACTIONS(1113), + [anon_sym_await] = ACTIONS(1115), + [anon_sym_LBRACE] = ACTIONS(1117), + [anon_sym_CARET_LBRACE] = ACTIONS(1117), + [anon_sym_self] = ACTIONS(1119), + [anon_sym_super] = ACTIONS(1121), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(1123), + [anon_sym_DASH_EQ] = ACTIONS(1123), + [anon_sym_STAR_EQ] = ACTIONS(1123), + [anon_sym_SLASH_EQ] = ACTIONS(1123), + [anon_sym_PERCENT_EQ] = ACTIONS(1123), + [anon_sym_BANG_EQ] = ACTIONS(1113), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1123), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1123), + [anon_sym_LT_EQ] = ACTIONS(1123), + [anon_sym_GT_EQ] = ACTIONS(1123), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1125), + [anon_sym_DOT_DOT_LT] = ACTIONS(1127), + [anon_sym_PLUS] = ACTIONS(1129), + [anon_sym_DASH] = ACTIONS(1129), + [anon_sym_STAR] = ACTIONS(1113), + [anon_sym_SLASH] = ACTIONS(1113), + [anon_sym_PERCENT] = ACTIONS(1113), + [anon_sym_PLUS_PLUS] = ACTIONS(1105), + [anon_sym_DASH_DASH] = ACTIONS(1105), + [anon_sym_PIPE] = ACTIONS(1123), + [anon_sym_CARET] = ACTIONS(1113), + [anon_sym_LT_LT] = ACTIONS(1123), + [anon_sym_GT_GT] = ACTIONS(1123), + [anon_sym_borrowing] = ACTIONS(1079), + [anon_sym_consuming] = ACTIONS(1079), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(1131), + [sym__dot_custom] = ACTIONS(1133), + [sym__eq_custom] = ACTIONS(1123), + [sym__eq_eq_custom] = ACTIONS(1123), + [sym__plus_then_ws] = ACTIONS(1123), + [sym__minus_then_ws] = ACTIONS(1123), + [sym__bang_custom] = ACTIONS(1135), + [sym__custom_operator] = ACTIONS(1111), + [sym__hash_symbol_custom] = ACTIONS(1137), + [sym__directive_if] = ACTIONS(1139), + [sym__directive_elseif] = ACTIONS(1139), + [sym__directive_else] = ACTIONS(1141), + [sym__directive_endif] = ACTIONS(1141), + }, + [STATE(596)] = { + [sym_simple_identifier] = STATE(1184), + [sym__contextual_simple_identifier] = STATE(1170), + [sym__basic_literal] = STATE(1251), + [sym_boolean_literal] = STATE(1251), + [sym__string_literal] = STATE(1251), + [sym_line_string_literal] = STATE(1251), + [sym_multi_line_string_literal] = STATE(1251), + [sym_raw_string_literal] = STATE(1251), + [sym_regex_literal] = STATE(1251), + [sym__extended_regex_literal] = STATE(1342), + [sym__multiline_regex_literal] = STATE(1342), + [sym_user_type] = STATE(6635), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6635), + [sym_dictionary_type] = STATE(6635), + [sym_expression] = STATE(784), + [sym_optional_chain_marker] = STATE(1251), + [sym__unary_expression] = STATE(1251), + [sym_postfix_expression] = STATE(1251), + [sym_constructor_expression] = STATE(1251), + [sym__parenthesized_type] = STATE(8560), + [sym_navigation_expression] = STATE(1251), + [sym__navigable_type_expression] = STATE(8560), + [sym_open_start_range_expression] = STATE(1251), + [sym__range_operator] = STATE(576), + [sym_open_end_range_expression] = STATE(1251), + [sym_prefix_expression] = STATE(1251), + [sym_as_expression] = STATE(1251), + [sym_selector_expression] = STATE(1251), + [sym__binary_expression] = STATE(1251), + [sym_multiplicative_expression] = STATE(1251), + [sym_additive_expression] = STATE(1251), + [sym_range_expression] = STATE(1251), + [sym_infix_expression] = STATE(1251), + [sym_nil_coalescing_expression] = STATE(1251), + [sym_check_expression] = STATE(1251), + [sym_comparison_expression] = STATE(1251), + [sym_equality_expression] = STATE(1251), + [sym_conjunction_expression] = STATE(1251), + [sym_disjunction_expression] = STATE(1251), + [sym_bitwise_operation] = STATE(1251), + [sym_custom_operator] = STATE(762), + [sym_try_expression] = STATE(1251), + [sym_await_expression] = STATE(1251), + [sym__await_operator] = STATE(578), + [sym_ternary_expression] = STATE(1251), + [sym_call_expression] = STATE(1251), + [sym_macro_invocation] = STATE(1251), + [sym__primary_expression] = STATE(1251), + [sym_tuple_expression] = STATE(1251), + [sym_array_literal] = STATE(1251), + [sym_dictionary_literal] = STATE(1251), + [sym_special_literal] = STATE(1251), + [sym_playground_literal] = STATE(1251), + [sym_lambda_literal] = STATE(1251), + [sym_self_expression] = STATE(1251), + [sym_super_expression] = STATE(1251), + [sym_if_statement] = STATE(1251), + [sym_switch_statement] = STATE(1251), + [sym_key_path_expression] = STATE(1251), + [sym_key_path_string_expression] = STATE(1251), + [sym_try_operator] = STATE(579), + [sym__assignment_and_operator] = STATE(1242), + [sym__equality_operator] = STATE(1242), + [sym__comparison_operator] = STATE(1242), + [sym__three_dot_operator] = STATE(759), + [sym__open_ended_range_operator] = STATE(576), + [sym__additive_operator] = STATE(1242), + [sym__multiplicative_operator] = STATE(1242), + [sym__prefix_unary_operator] = STATE(580), + [sym_directly_assignable_expression] = STATE(6636), + [sym_assignment] = STATE(1251), + [sym_value_parameter_pack] = STATE(1251), + [sym_value_pack_expansion] = STATE(1251), + [sym_referenceable_operator] = STATE(1251), + [sym__equal_sign] = STATE(1242), + [sym__eq_eq] = STATE(1242), + [sym__dot] = STATE(580), + [sym__hash_symbol] = STATE(4959), + [sym_bang] = STATE(762), + [sym__parameter_ownership_modifier] = STATE(1170), + [sym_directive] = STATE(1251), + [sym_diagnostic] = STATE(1251), + [aux_sym_raw_string_literal_repeat1] = STATE(7778), + [anon_sym_BANG] = ACTIONS(655), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(657), + [aux_sym_simple_identifier_token2] = ACTIONS(659), + [aux_sym_simple_identifier_token3] = ACTIONS(659), + [aux_sym_simple_identifier_token4] = ACTIONS(659), + [anon_sym_actor] = ACTIONS(657), + [anon_sym_async] = ACTIONS(657), + [anon_sym_each] = ACTIONS(661), + [anon_sym_lazy] = ACTIONS(657), + [anon_sym_repeat] = ACTIONS(663), + [anon_sym_package] = ACTIONS(657), + [anon_sym_nil] = ACTIONS(665), + [sym_real_literal] = ACTIONS(667), + [sym_integer_literal] = ACTIONS(665), + [sym_hex_literal] = ACTIONS(665), + [sym_oct_literal] = ACTIONS(667), + [sym_bin_literal] = ACTIONS(667), + [anon_sym_true] = ACTIONS(669), + [anon_sym_false] = ACTIONS(669), + [anon_sym_DQUOTE] = ACTIONS(671), + [anon_sym_BSLASH] = ACTIONS(673), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(675), + [sym__oneline_regex_literal] = ACTIONS(677), + [anon_sym_LPAREN] = ACTIONS(679), + [anon_sym_LBRACK] = ACTIONS(681), + [anon_sym_AMP] = ACTIONS(683), + [anon_sym_TILDE] = ACTIONS(683), + [anon_sym_if] = ACTIONS(685), + [anon_sym_switch] = ACTIONS(687), + [aux_sym_custom_operator_token1] = ACTIONS(689), + [anon_sym_LT] = ACTIONS(691), + [anon_sym_GT] = ACTIONS(691), + [anon_sym_await] = ACTIONS(693), + [anon_sym_LBRACE] = ACTIONS(695), + [anon_sym_CARET_LBRACE] = ACTIONS(695), + [anon_sym_self] = ACTIONS(697), + [anon_sym_super] = ACTIONS(699), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(701), + [anon_sym_DASH_EQ] = ACTIONS(701), + [anon_sym_STAR_EQ] = ACTIONS(701), + [anon_sym_SLASH_EQ] = ACTIONS(701), + [anon_sym_PERCENT_EQ] = ACTIONS(701), + [anon_sym_BANG_EQ] = ACTIONS(691), + [anon_sym_BANG_EQ_EQ] = ACTIONS(701), + [anon_sym_EQ_EQ_EQ] = ACTIONS(701), + [anon_sym_LT_EQ] = ACTIONS(701), + [anon_sym_GT_EQ] = ACTIONS(701), + [anon_sym_DOT_DOT_DOT] = ACTIONS(703), + [anon_sym_DOT_DOT_LT] = ACTIONS(705), + [anon_sym_PLUS] = ACTIONS(707), + [anon_sym_DASH] = ACTIONS(707), + [anon_sym_STAR] = ACTIONS(691), + [anon_sym_SLASH] = ACTIONS(691), + [anon_sym_PERCENT] = ACTIONS(691), + [anon_sym_PLUS_PLUS] = ACTIONS(683), + [anon_sym_DASH_DASH] = ACTIONS(683), + [anon_sym_PIPE] = ACTIONS(701), + [anon_sym_CARET] = ACTIONS(691), + [anon_sym_LT_LT] = ACTIONS(701), + [anon_sym_GT_GT] = ACTIONS(701), + [anon_sym_borrowing] = ACTIONS(657), + [anon_sym_consuming] = ACTIONS(657), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(709), + [sym__dot_custom] = ACTIONS(711), + [sym__eq_custom] = ACTIONS(701), + [sym__eq_eq_custom] = ACTIONS(701), + [sym__plus_then_ws] = ACTIONS(701), + [sym__minus_then_ws] = ACTIONS(701), + [sym__bang_custom] = ACTIONS(713), + [sym__custom_operator] = ACTIONS(689), + [sym__hash_symbol_custom] = ACTIONS(715), + [sym__directive_if] = ACTIONS(717), + [sym__directive_elseif] = ACTIONS(717), + [sym__directive_else] = ACTIONS(719), + [sym__directive_endif] = ACTIONS(719), + }, + [STATE(597)] = { + [sym_simple_identifier] = STATE(1184), + [sym__contextual_simple_identifier] = STATE(1170), + [sym__basic_literal] = STATE(1251), + [sym_boolean_literal] = STATE(1251), + [sym__string_literal] = STATE(1251), + [sym_line_string_literal] = STATE(1251), + [sym_multi_line_string_literal] = STATE(1251), + [sym_raw_string_literal] = STATE(1251), + [sym_regex_literal] = STATE(1251), + [sym__extended_regex_literal] = STATE(1342), + [sym__multiline_regex_literal] = STATE(1342), + [sym_user_type] = STATE(6635), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6635), + [sym_dictionary_type] = STATE(6635), + [sym_expression] = STATE(775), + [sym_optional_chain_marker] = STATE(1251), + [sym__unary_expression] = STATE(1251), + [sym_postfix_expression] = STATE(1251), + [sym_constructor_expression] = STATE(1251), + [sym__parenthesized_type] = STATE(8560), + [sym_navigation_expression] = STATE(1251), + [sym__navigable_type_expression] = STATE(8560), + [sym_open_start_range_expression] = STATE(1251), + [sym__range_operator] = STATE(576), + [sym_open_end_range_expression] = STATE(1251), + [sym_prefix_expression] = STATE(1251), + [sym_as_expression] = STATE(1251), + [sym_selector_expression] = STATE(1251), + [sym__binary_expression] = STATE(1251), + [sym_multiplicative_expression] = STATE(1251), + [sym_additive_expression] = STATE(1251), + [sym_range_expression] = STATE(1251), + [sym_infix_expression] = STATE(1251), + [sym_nil_coalescing_expression] = STATE(1251), + [sym_check_expression] = STATE(1251), + [sym_comparison_expression] = STATE(1251), + [sym_equality_expression] = STATE(1251), + [sym_conjunction_expression] = STATE(1251), + [sym_disjunction_expression] = STATE(1251), + [sym_bitwise_operation] = STATE(1251), + [sym_custom_operator] = STATE(762), + [sym_try_expression] = STATE(1251), + [sym_await_expression] = STATE(1251), + [sym__await_operator] = STATE(578), + [sym_ternary_expression] = STATE(1251), + [sym_call_expression] = STATE(1251), + [sym_macro_invocation] = STATE(1251), + [sym__primary_expression] = STATE(1251), + [sym_tuple_expression] = STATE(1251), + [sym_array_literal] = STATE(1251), + [sym_dictionary_literal] = STATE(1251), + [sym_special_literal] = STATE(1251), + [sym_playground_literal] = STATE(1251), + [sym_lambda_literal] = STATE(1251), + [sym_self_expression] = STATE(1251), + [sym_super_expression] = STATE(1251), + [sym_if_statement] = STATE(1251), + [sym_switch_statement] = STATE(1251), + [sym_key_path_expression] = STATE(1251), + [sym_key_path_string_expression] = STATE(1251), + [sym_try_operator] = STATE(579), + [sym__assignment_and_operator] = STATE(1242), + [sym__equality_operator] = STATE(1242), + [sym__comparison_operator] = STATE(1242), + [sym__three_dot_operator] = STATE(759), + [sym__open_ended_range_operator] = STATE(576), + [sym__additive_operator] = STATE(1242), + [sym__multiplicative_operator] = STATE(1242), + [sym__prefix_unary_operator] = STATE(580), + [sym_directly_assignable_expression] = STATE(6636), + [sym_assignment] = STATE(1251), + [sym_value_parameter_pack] = STATE(1251), + [sym_value_pack_expansion] = STATE(1251), + [sym_referenceable_operator] = STATE(1251), + [sym__equal_sign] = STATE(1242), + [sym__eq_eq] = STATE(1242), + [sym__dot] = STATE(580), + [sym__hash_symbol] = STATE(4959), + [sym_bang] = STATE(762), + [sym__parameter_ownership_modifier] = STATE(1170), + [sym_directive] = STATE(1251), + [sym_diagnostic] = STATE(1251), + [aux_sym_raw_string_literal_repeat1] = STATE(7778), + [anon_sym_BANG] = ACTIONS(655), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(657), + [aux_sym_simple_identifier_token2] = ACTIONS(659), + [aux_sym_simple_identifier_token3] = ACTIONS(659), + [aux_sym_simple_identifier_token4] = ACTIONS(659), + [anon_sym_actor] = ACTIONS(657), + [anon_sym_async] = ACTIONS(657), + [anon_sym_each] = ACTIONS(661), + [anon_sym_lazy] = ACTIONS(657), + [anon_sym_repeat] = ACTIONS(663), + [anon_sym_package] = ACTIONS(657), + [anon_sym_nil] = ACTIONS(665), + [sym_real_literal] = ACTIONS(667), + [sym_integer_literal] = ACTIONS(665), + [sym_hex_literal] = ACTIONS(665), + [sym_oct_literal] = ACTIONS(667), + [sym_bin_literal] = ACTIONS(667), + [anon_sym_true] = ACTIONS(669), + [anon_sym_false] = ACTIONS(669), + [anon_sym_DQUOTE] = ACTIONS(671), + [anon_sym_BSLASH] = ACTIONS(673), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(675), + [sym__oneline_regex_literal] = ACTIONS(677), + [anon_sym_LPAREN] = ACTIONS(679), + [anon_sym_LBRACK] = ACTIONS(681), + [anon_sym_AMP] = ACTIONS(683), + [anon_sym_TILDE] = ACTIONS(683), + [anon_sym_if] = ACTIONS(685), + [anon_sym_switch] = ACTIONS(687), + [aux_sym_custom_operator_token1] = ACTIONS(689), + [anon_sym_LT] = ACTIONS(691), + [anon_sym_GT] = ACTIONS(691), + [anon_sym_await] = ACTIONS(693), + [anon_sym_LBRACE] = ACTIONS(695), + [anon_sym_CARET_LBRACE] = ACTIONS(695), + [anon_sym_self] = ACTIONS(697), + [anon_sym_super] = ACTIONS(699), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(701), + [anon_sym_DASH_EQ] = ACTIONS(701), + [anon_sym_STAR_EQ] = ACTIONS(701), + [anon_sym_SLASH_EQ] = ACTIONS(701), + [anon_sym_PERCENT_EQ] = ACTIONS(701), + [anon_sym_BANG_EQ] = ACTIONS(691), + [anon_sym_BANG_EQ_EQ] = ACTIONS(701), + [anon_sym_EQ_EQ_EQ] = ACTIONS(701), + [anon_sym_LT_EQ] = ACTIONS(701), + [anon_sym_GT_EQ] = ACTIONS(701), + [anon_sym_DOT_DOT_DOT] = ACTIONS(703), + [anon_sym_DOT_DOT_LT] = ACTIONS(705), + [anon_sym_PLUS] = ACTIONS(707), + [anon_sym_DASH] = ACTIONS(707), + [anon_sym_STAR] = ACTIONS(691), + [anon_sym_SLASH] = ACTIONS(691), + [anon_sym_PERCENT] = ACTIONS(691), + [anon_sym_PLUS_PLUS] = ACTIONS(683), + [anon_sym_DASH_DASH] = ACTIONS(683), + [anon_sym_PIPE] = ACTIONS(701), + [anon_sym_CARET] = ACTIONS(691), + [anon_sym_LT_LT] = ACTIONS(701), + [anon_sym_GT_GT] = ACTIONS(701), + [anon_sym_borrowing] = ACTIONS(657), + [anon_sym_consuming] = ACTIONS(657), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(709), + [sym__dot_custom] = ACTIONS(711), + [sym__eq_custom] = ACTIONS(701), + [sym__eq_eq_custom] = ACTIONS(701), + [sym__plus_then_ws] = ACTIONS(701), + [sym__minus_then_ws] = ACTIONS(701), + [sym__bang_custom] = ACTIONS(713), + [sym__custom_operator] = ACTIONS(689), + [sym__hash_symbol_custom] = ACTIONS(715), + [sym__directive_if] = ACTIONS(717), + [sym__directive_elseif] = ACTIONS(717), + [sym__directive_else] = ACTIONS(719), + [sym__directive_endif] = ACTIONS(719), + }, + [STATE(598)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1583), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(599)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1578), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(600)] = { + [sym_simple_identifier] = STATE(2939), + [sym__contextual_simple_identifier] = STATE(2778), + [sym__basic_literal] = STATE(3483), + [sym_boolean_literal] = STATE(3483), + [sym__string_literal] = STATE(3483), + [sym_line_string_literal] = STATE(3483), + [sym_multi_line_string_literal] = STATE(3483), + [sym_raw_string_literal] = STATE(3483), + [sym_regex_literal] = STATE(3483), + [sym__extended_regex_literal] = STATE(3437), + [sym__multiline_regex_literal] = STATE(3437), + [sym_user_type] = STATE(6567), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6567), + [sym_dictionary_type] = STATE(6567), + [sym_expression] = STATE(1652), + [sym_optional_chain_marker] = STATE(3483), + [sym__unary_expression] = STATE(3483), + [sym_postfix_expression] = STATE(3483), + [sym_constructor_expression] = STATE(3483), + [sym__parenthesized_type] = STATE(7825), + [sym_navigation_expression] = STATE(3483), + [sym__navigable_type_expression] = STATE(7825), + [sym_open_start_range_expression] = STATE(3483), + [sym__range_operator] = STATE(645), + [sym_open_end_range_expression] = STATE(3483), + [sym_prefix_expression] = STATE(3483), + [sym_as_expression] = STATE(3483), + [sym_selector_expression] = STATE(3483), + [sym__binary_expression] = STATE(3483), + [sym_multiplicative_expression] = STATE(3483), + [sym_additive_expression] = STATE(3483), + [sym_range_expression] = STATE(3483), + [sym_infix_expression] = STATE(3483), + [sym_nil_coalescing_expression] = STATE(3483), + [sym_check_expression] = STATE(3483), + [sym_comparison_expression] = STATE(3483), + [sym_equality_expression] = STATE(3483), + [sym_conjunction_expression] = STATE(3483), + [sym_disjunction_expression] = STATE(3483), + [sym_bitwise_operation] = STATE(3483), + [sym_custom_operator] = STATE(1227), + [sym_try_expression] = STATE(3483), + [sym_await_expression] = STATE(3483), + [sym__await_operator] = STATE(647), + [sym_ternary_expression] = STATE(3129), + [sym_call_expression] = STATE(3131), + [sym_macro_invocation] = STATE(3483), + [sym__primary_expression] = STATE(3483), + [sym_tuple_expression] = STATE(3483), + [sym_array_literal] = STATE(3483), + [sym_dictionary_literal] = STATE(3483), + [sym_special_literal] = STATE(3483), + [sym_playground_literal] = STATE(3483), + [sym_lambda_literal] = STATE(3483), + [sym_self_expression] = STATE(3483), + [sym_super_expression] = STATE(3483), + [sym_if_statement] = STATE(3483), + [sym_switch_statement] = STATE(3483), + [sym_key_path_expression] = STATE(3483), + [sym_key_path_string_expression] = STATE(3483), + [sym_try_operator] = STATE(650), + [sym__assignment_and_operator] = STATE(3154), + [sym__equality_operator] = STATE(3154), + [sym__comparison_operator] = STATE(3154), + [sym__three_dot_operator] = STATE(1215), + [sym__open_ended_range_operator] = STATE(645), + [sym__additive_operator] = STATE(3154), + [sym__multiplicative_operator] = STATE(3154), + [sym__prefix_unary_operator] = STATE(663), + [sym_directly_assignable_expression] = STATE(6569), + [sym_assignment] = STATE(3483), + [sym_value_parameter_pack] = STATE(3483), + [sym_value_pack_expansion] = STATE(3483), + [sym_referenceable_operator] = STATE(3483), + [sym__equal_sign] = STATE(3154), + [sym__eq_eq] = STATE(3154), + [sym__dot] = STATE(663), + [sym__hash_symbol] = STATE(4956), + [sym_bang] = STATE(1227), + [sym__parameter_ownership_modifier] = STATE(2778), + [sym_directive] = STATE(3483), + [sym_diagnostic] = STATE(3483), + [aux_sym_raw_string_literal_repeat1] = STATE(7865), + [anon_sym_BANG] = ACTIONS(939), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(941), + [aux_sym_simple_identifier_token2] = ACTIONS(943), + [aux_sym_simple_identifier_token3] = ACTIONS(943), + [aux_sym_simple_identifier_token4] = ACTIONS(943), + [anon_sym_actor] = ACTIONS(941), + [anon_sym_async] = ACTIONS(941), + [anon_sym_each] = ACTIONS(945), + [anon_sym_lazy] = ACTIONS(941), + [anon_sym_repeat] = ACTIONS(947), + [anon_sym_package] = ACTIONS(941), + [anon_sym_nil] = ACTIONS(949), + [sym_real_literal] = ACTIONS(951), + [sym_integer_literal] = ACTIONS(949), + [sym_hex_literal] = ACTIONS(949), + [sym_oct_literal] = ACTIONS(951), + [sym_bin_literal] = ACTIONS(951), + [anon_sym_true] = ACTIONS(953), + [anon_sym_false] = ACTIONS(953), + [anon_sym_DQUOTE] = ACTIONS(955), + [anon_sym_BSLASH] = ACTIONS(957), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(959), + [sym__oneline_regex_literal] = ACTIONS(961), + [anon_sym_LPAREN] = ACTIONS(1145), + [anon_sym_LBRACK] = ACTIONS(965), + [anon_sym_AMP] = ACTIONS(967), + [anon_sym_TILDE] = ACTIONS(967), + [anon_sym_if] = ACTIONS(969), + [anon_sym_switch] = ACTIONS(971), + [aux_sym_custom_operator_token1] = ACTIONS(973), + [anon_sym_LT] = ACTIONS(975), + [anon_sym_GT] = ACTIONS(975), + [anon_sym_await] = ACTIONS(977), + [anon_sym_LBRACE] = ACTIONS(979), + [anon_sym_CARET_LBRACE] = ACTIONS(979), + [anon_sym_self] = ACTIONS(981), + [anon_sym_super] = ACTIONS(983), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(987), + [anon_sym_DASH_EQ] = ACTIONS(987), + [anon_sym_STAR_EQ] = ACTIONS(987), + [anon_sym_SLASH_EQ] = ACTIONS(987), + [anon_sym_PERCENT_EQ] = ACTIONS(987), + [anon_sym_BANG_EQ] = ACTIONS(975), + [anon_sym_BANG_EQ_EQ] = ACTIONS(987), + [anon_sym_EQ_EQ_EQ] = ACTIONS(987), + [anon_sym_LT_EQ] = ACTIONS(987), + [anon_sym_GT_EQ] = ACTIONS(987), + [anon_sym_DOT_DOT_DOT] = ACTIONS(989), + [anon_sym_DOT_DOT_LT] = ACTIONS(991), + [anon_sym_PLUS] = ACTIONS(995), + [anon_sym_DASH] = ACTIONS(995), + [anon_sym_STAR] = ACTIONS(975), + [anon_sym_SLASH] = ACTIONS(975), + [anon_sym_PERCENT] = ACTIONS(975), + [anon_sym_PLUS_PLUS] = ACTIONS(967), + [anon_sym_DASH_DASH] = ACTIONS(967), + [anon_sym_PIPE] = ACTIONS(987), + [anon_sym_CARET] = ACTIONS(975), + [anon_sym_LT_LT] = ACTIONS(987), + [anon_sym_GT_GT] = ACTIONS(987), + [anon_sym_borrowing] = ACTIONS(941), + [anon_sym_consuming] = ACTIONS(941), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(999), + [sym__dot_custom] = ACTIONS(1147), + [sym__eq_custom] = ACTIONS(987), + [sym__eq_eq_custom] = ACTIONS(987), + [sym__plus_then_ws] = ACTIONS(987), + [sym__minus_then_ws] = ACTIONS(987), + [sym__bang_custom] = ACTIONS(1003), + [sym__custom_operator] = ACTIONS(973), + [sym__hash_symbol_custom] = ACTIONS(1005), + [sym__directive_if] = ACTIONS(1007), + [sym__directive_elseif] = ACTIONS(1007), + [sym__directive_else] = ACTIONS(1009), + [sym__directive_endif] = ACTIONS(1009), + }, + [STATE(601)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1623), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(602)] = { + [sym_simple_identifier] = STATE(2455), + [sym__contextual_simple_identifier] = STATE(2422), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1478), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym_self_expression] = STATE(2689), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(2689), + [sym_switch_statement] = STATE(2689), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__parameter_ownership_modifier] = STATE(2422), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(11), + [aux_sym_simple_identifier_token2] = ACTIONS(13), + [aux_sym_simple_identifier_token3] = ACTIONS(13), + [aux_sym_simple_identifier_token4] = ACTIONS(13), + [anon_sym_actor] = ACTIONS(11), + [anon_sym_async] = ACTIONS(1704), + [anon_sym_each] = ACTIONS(19), + [anon_sym_lazy] = ACTIONS(11), + [anon_sym_repeat] = ACTIONS(831), + [anon_sym_package] = ACTIONS(11), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(1706), + [anon_sym_switch] = ACTIONS(1708), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_self] = ACTIONS(59), + [anon_sym_super] = ACTIONS(61), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [anon_sym_borrowing] = ACTIONS(11), + [anon_sym_consuming] = ACTIONS(11), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(603)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1559), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(604)] = { + [sym_simple_identifier] = STATE(2941), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1618), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(605)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1621), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(606)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1609), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(607)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1610), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(608)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1496), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(609)] = { + [sym_simple_identifier] = STATE(2455), + [sym__contextual_simple_identifier] = STATE(2422), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1481), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym_self_expression] = STATE(2689), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(2689), + [sym_switch_statement] = STATE(2689), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__parameter_ownership_modifier] = STATE(2422), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(11), + [aux_sym_simple_identifier_token2] = ACTIONS(13), + [aux_sym_simple_identifier_token3] = ACTIONS(13), + [aux_sym_simple_identifier_token4] = ACTIONS(13), + [anon_sym_actor] = ACTIONS(11), + [anon_sym_async] = ACTIONS(11), + [anon_sym_each] = ACTIONS(19), + [anon_sym_lazy] = ACTIONS(11), + [anon_sym_repeat] = ACTIONS(831), + [anon_sym_package] = ACTIONS(11), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_self] = ACTIONS(59), + [anon_sym_super] = ACTIONS(61), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [anon_sym_borrowing] = ACTIONS(11), + [anon_sym_consuming] = ACTIONS(11), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(610)] = { + [sym_simple_identifier] = STATE(2706), + [sym__contextual_simple_identifier] = STATE(2676), + [sym__basic_literal] = STATE(2980), + [sym_boolean_literal] = STATE(2980), + [sym__string_literal] = STATE(2980), + [sym_line_string_literal] = STATE(2980), + [sym_multi_line_string_literal] = STATE(2980), + [sym_raw_string_literal] = STATE(2980), + [sym_regex_literal] = STATE(2980), + [sym__extended_regex_literal] = STATE(3075), + [sym__multiline_regex_literal] = STATE(3075), + [sym_user_type] = STATE(6563), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6563), + [sym_dictionary_type] = STATE(6563), + [sym_expression] = STATE(1487), + [sym_optional_chain_marker] = STATE(2980), + [sym__unary_expression] = STATE(2980), + [sym_postfix_expression] = STATE(2980), + [sym_constructor_expression] = STATE(2980), + [sym__parenthesized_type] = STATE(8466), + [sym_navigation_expression] = STATE(2980), + [sym__navigable_type_expression] = STATE(8466), + [sym_open_start_range_expression] = STATE(2980), + [sym__range_operator] = STATE(586), + [sym_open_end_range_expression] = STATE(2980), + [sym_prefix_expression] = STATE(2980), + [sym_as_expression] = STATE(2980), + [sym_selector_expression] = STATE(2980), + [sym__binary_expression] = STATE(2980), + [sym_multiplicative_expression] = STATE(2980), + [sym_additive_expression] = STATE(2980), + [sym_range_expression] = STATE(2980), + [sym_infix_expression] = STATE(2980), + [sym_nil_coalescing_expression] = STATE(2980), + [sym_check_expression] = STATE(2980), + [sym_comparison_expression] = STATE(2980), + [sym_equality_expression] = STATE(2980), + [sym_conjunction_expression] = STATE(2980), + [sym_disjunction_expression] = STATE(2980), + [sym_bitwise_operation] = STATE(2980), + [sym_custom_operator] = STATE(1166), + [sym_try_expression] = STATE(2980), + [sym_await_expression] = STATE(2980), + [sym__await_operator] = STATE(590), + [sym_ternary_expression] = STATE(2980), + [sym_call_expression] = STATE(2980), + [sym_macro_invocation] = STATE(2980), + [sym__primary_expression] = STATE(2980), + [sym_tuple_expression] = STATE(2980), + [sym_array_literal] = STATE(2980), + [sym_dictionary_literal] = STATE(2980), + [sym_special_literal] = STATE(2980), + [sym_playground_literal] = STATE(2980), + [sym_lambda_literal] = STATE(2980), + [sym_self_expression] = STATE(2980), + [sym_super_expression] = STATE(2980), + [sym_if_statement] = STATE(2980), + [sym_switch_statement] = STATE(2980), + [sym_key_path_expression] = STATE(2980), + [sym_key_path_string_expression] = STATE(2980), + [sym_try_operator] = STATE(591), + [sym__assignment_and_operator] = STATE(3015), + [sym__equality_operator] = STATE(3015), + [sym__comparison_operator] = STATE(3015), + [sym__three_dot_operator] = STATE(1145), + [sym__open_ended_range_operator] = STATE(586), + [sym__additive_operator] = STATE(3015), + [sym__multiplicative_operator] = STATE(3015), + [sym__prefix_unary_operator] = STATE(592), + [sym_directly_assignable_expression] = STATE(6564), + [sym_assignment] = STATE(2980), + [sym_value_parameter_pack] = STATE(2980), + [sym_value_pack_expansion] = STATE(2980), + [sym_referenceable_operator] = STATE(2980), + [sym__equal_sign] = STATE(3015), + [sym__eq_eq] = STATE(3015), + [sym__dot] = STATE(592), + [sym__hash_symbol] = STATE(4953), + [sym_bang] = STATE(1166), + [sym__parameter_ownership_modifier] = STATE(2676), + [sym_directive] = STATE(2980), + [sym_diagnostic] = STATE(2980), + [aux_sym_raw_string_literal_repeat1] = STATE(8562), + [anon_sym_BANG] = ACTIONS(1011), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1013), + [aux_sym_simple_identifier_token2] = ACTIONS(1015), + [aux_sym_simple_identifier_token3] = ACTIONS(1015), + [aux_sym_simple_identifier_token4] = ACTIONS(1015), + [anon_sym_actor] = ACTIONS(1013), + [anon_sym_async] = ACTIONS(1013), + [anon_sym_each] = ACTIONS(1017), + [anon_sym_lazy] = ACTIONS(1013), + [anon_sym_repeat] = ACTIONS(1019), + [anon_sym_package] = ACTIONS(1013), + [anon_sym_nil] = ACTIONS(1021), + [sym_real_literal] = ACTIONS(1023), + [sym_integer_literal] = ACTIONS(1021), + [sym_hex_literal] = ACTIONS(1021), + [sym_oct_literal] = ACTIONS(1023), + [sym_bin_literal] = ACTIONS(1023), + [anon_sym_true] = ACTIONS(1025), + [anon_sym_false] = ACTIONS(1025), + [anon_sym_DQUOTE] = ACTIONS(1027), + [anon_sym_BSLASH] = ACTIONS(1029), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1031), + [sym__oneline_regex_literal] = ACTIONS(1033), + [anon_sym_LPAREN] = ACTIONS(1035), + [anon_sym_LBRACK] = ACTIONS(1037), + [anon_sym_AMP] = ACTIONS(1039), + [anon_sym_TILDE] = ACTIONS(1039), + [anon_sym_if] = ACTIONS(1041), + [anon_sym_switch] = ACTIONS(1043), + [aux_sym_custom_operator_token1] = ACTIONS(1045), + [anon_sym_LT] = ACTIONS(1047), + [anon_sym_GT] = ACTIONS(1047), + [anon_sym_await] = ACTIONS(1049), + [anon_sym_LBRACE] = ACTIONS(1051), + [anon_sym_CARET_LBRACE] = ACTIONS(1051), + [anon_sym_self] = ACTIONS(1053), + [anon_sym_super] = ACTIONS(1055), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(1057), + [anon_sym_DASH_EQ] = ACTIONS(1057), + [anon_sym_STAR_EQ] = ACTIONS(1057), + [anon_sym_SLASH_EQ] = ACTIONS(1057), + [anon_sym_PERCENT_EQ] = ACTIONS(1057), + [anon_sym_BANG_EQ] = ACTIONS(1047), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1057), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1057), + [anon_sym_LT_EQ] = ACTIONS(1057), + [anon_sym_GT_EQ] = ACTIONS(1057), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1059), + [anon_sym_DOT_DOT_LT] = ACTIONS(1061), + [anon_sym_PLUS] = ACTIONS(1063), + [anon_sym_DASH] = ACTIONS(1063), + [anon_sym_STAR] = ACTIONS(1047), + [anon_sym_SLASH] = ACTIONS(1047), + [anon_sym_PERCENT] = ACTIONS(1047), + [anon_sym_PLUS_PLUS] = ACTIONS(1039), + [anon_sym_DASH_DASH] = ACTIONS(1039), + [anon_sym_PIPE] = ACTIONS(1057), + [anon_sym_CARET] = ACTIONS(1047), + [anon_sym_LT_LT] = ACTIONS(1057), + [anon_sym_GT_GT] = ACTIONS(1057), + [anon_sym_borrowing] = ACTIONS(1013), + [anon_sym_consuming] = ACTIONS(1013), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(1065), + [sym__dot_custom] = ACTIONS(1067), + [sym__eq_custom] = ACTIONS(1057), + [sym__eq_eq_custom] = ACTIONS(1057), + [sym__plus_then_ws] = ACTIONS(1057), + [sym__minus_then_ws] = ACTIONS(1057), + [sym__bang_custom] = ACTIONS(1069), + [sym__custom_operator] = ACTIONS(1045), + [sym__hash_symbol_custom] = ACTIONS(1071), + [sym__directive_if] = ACTIONS(1073), + [sym__directive_elseif] = ACTIONS(1073), + [sym__directive_else] = ACTIONS(1075), + [sym__directive_endif] = ACTIONS(1075), + }, + [STATE(611)] = { + [sym_simple_identifier] = STATE(2706), + [sym__contextual_simple_identifier] = STATE(2676), + [sym__basic_literal] = STATE(2980), + [sym_boolean_literal] = STATE(2980), + [sym__string_literal] = STATE(2980), + [sym_line_string_literal] = STATE(2980), + [sym_multi_line_string_literal] = STATE(2980), + [sym_raw_string_literal] = STATE(2980), + [sym_regex_literal] = STATE(2980), + [sym__extended_regex_literal] = STATE(3075), + [sym__multiline_regex_literal] = STATE(3075), + [sym_user_type] = STATE(6563), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6563), + [sym_dictionary_type] = STATE(6563), + [sym_expression] = STATE(1489), + [sym_optional_chain_marker] = STATE(2980), + [sym__unary_expression] = STATE(2980), + [sym_postfix_expression] = STATE(2980), + [sym_constructor_expression] = STATE(2980), + [sym__parenthesized_type] = STATE(8466), + [sym_navigation_expression] = STATE(2980), + [sym__navigable_type_expression] = STATE(8466), + [sym_open_start_range_expression] = STATE(2980), + [sym__range_operator] = STATE(586), + [sym_open_end_range_expression] = STATE(2980), + [sym_prefix_expression] = STATE(2980), + [sym_as_expression] = STATE(2980), + [sym_selector_expression] = STATE(2980), + [sym__binary_expression] = STATE(2980), + [sym_multiplicative_expression] = STATE(2980), + [sym_additive_expression] = STATE(2980), + [sym_range_expression] = STATE(2980), + [sym_infix_expression] = STATE(2980), + [sym_nil_coalescing_expression] = STATE(2980), + [sym_check_expression] = STATE(2980), + [sym_comparison_expression] = STATE(2980), + [sym_equality_expression] = STATE(2980), + [sym_conjunction_expression] = STATE(2980), + [sym_disjunction_expression] = STATE(2980), + [sym_bitwise_operation] = STATE(2980), + [sym_custom_operator] = STATE(1166), + [sym_try_expression] = STATE(2980), + [sym_await_expression] = STATE(2980), + [sym__await_operator] = STATE(590), + [sym_ternary_expression] = STATE(2980), + [sym_call_expression] = STATE(2980), + [sym_macro_invocation] = STATE(2980), + [sym__primary_expression] = STATE(2980), + [sym_tuple_expression] = STATE(2980), + [sym_array_literal] = STATE(2980), + [sym_dictionary_literal] = STATE(2980), + [sym_special_literal] = STATE(2980), + [sym_playground_literal] = STATE(2980), + [sym_lambda_literal] = STATE(2980), + [sym_self_expression] = STATE(2980), + [sym_super_expression] = STATE(2980), + [sym_if_statement] = STATE(2980), + [sym_switch_statement] = STATE(2980), + [sym_key_path_expression] = STATE(2980), + [sym_key_path_string_expression] = STATE(2980), + [sym_try_operator] = STATE(591), + [sym__assignment_and_operator] = STATE(3015), + [sym__equality_operator] = STATE(3015), + [sym__comparison_operator] = STATE(3015), + [sym__three_dot_operator] = STATE(1145), + [sym__open_ended_range_operator] = STATE(586), + [sym__additive_operator] = STATE(3015), + [sym__multiplicative_operator] = STATE(3015), + [sym__prefix_unary_operator] = STATE(592), + [sym_directly_assignable_expression] = STATE(6564), + [sym_assignment] = STATE(2980), + [sym_value_parameter_pack] = STATE(2980), + [sym_value_pack_expansion] = STATE(2980), + [sym_referenceable_operator] = STATE(2980), + [sym__equal_sign] = STATE(3015), + [sym__eq_eq] = STATE(3015), + [sym__dot] = STATE(592), + [sym__hash_symbol] = STATE(4953), + [sym_bang] = STATE(1166), + [sym__parameter_ownership_modifier] = STATE(2676), + [sym_directive] = STATE(2980), + [sym_diagnostic] = STATE(2980), + [aux_sym_raw_string_literal_repeat1] = STATE(8562), + [anon_sym_BANG] = ACTIONS(1011), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1013), + [aux_sym_simple_identifier_token2] = ACTIONS(1015), + [aux_sym_simple_identifier_token3] = ACTIONS(1015), + [aux_sym_simple_identifier_token4] = ACTIONS(1015), + [anon_sym_actor] = ACTIONS(1013), + [anon_sym_async] = ACTIONS(1013), + [anon_sym_each] = ACTIONS(1017), + [anon_sym_lazy] = ACTIONS(1013), + [anon_sym_repeat] = ACTIONS(1019), + [anon_sym_package] = ACTIONS(1013), + [anon_sym_nil] = ACTIONS(1021), + [sym_real_literal] = ACTIONS(1023), + [sym_integer_literal] = ACTIONS(1021), + [sym_hex_literal] = ACTIONS(1021), + [sym_oct_literal] = ACTIONS(1023), + [sym_bin_literal] = ACTIONS(1023), + [anon_sym_true] = ACTIONS(1025), + [anon_sym_false] = ACTIONS(1025), + [anon_sym_DQUOTE] = ACTIONS(1027), + [anon_sym_BSLASH] = ACTIONS(1029), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1031), + [sym__oneline_regex_literal] = ACTIONS(1033), + [anon_sym_LPAREN] = ACTIONS(1035), + [anon_sym_LBRACK] = ACTIONS(1037), + [anon_sym_AMP] = ACTIONS(1039), + [anon_sym_TILDE] = ACTIONS(1039), + [anon_sym_if] = ACTIONS(1041), + [anon_sym_switch] = ACTIONS(1043), + [aux_sym_custom_operator_token1] = ACTIONS(1045), + [anon_sym_LT] = ACTIONS(1047), + [anon_sym_GT] = ACTIONS(1047), + [anon_sym_await] = ACTIONS(1049), + [anon_sym_LBRACE] = ACTIONS(1051), + [anon_sym_CARET_LBRACE] = ACTIONS(1051), + [anon_sym_self] = ACTIONS(1053), + [anon_sym_super] = ACTIONS(1055), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(1057), + [anon_sym_DASH_EQ] = ACTIONS(1057), + [anon_sym_STAR_EQ] = ACTIONS(1057), + [anon_sym_SLASH_EQ] = ACTIONS(1057), + [anon_sym_PERCENT_EQ] = ACTIONS(1057), + [anon_sym_BANG_EQ] = ACTIONS(1047), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1057), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1057), + [anon_sym_LT_EQ] = ACTIONS(1057), + [anon_sym_GT_EQ] = ACTIONS(1057), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1059), + [anon_sym_DOT_DOT_LT] = ACTIONS(1061), + [anon_sym_PLUS] = ACTIONS(1063), + [anon_sym_DASH] = ACTIONS(1063), + [anon_sym_STAR] = ACTIONS(1047), + [anon_sym_SLASH] = ACTIONS(1047), + [anon_sym_PERCENT] = ACTIONS(1047), + [anon_sym_PLUS_PLUS] = ACTIONS(1039), + [anon_sym_DASH_DASH] = ACTIONS(1039), + [anon_sym_PIPE] = ACTIONS(1057), + [anon_sym_CARET] = ACTIONS(1047), + [anon_sym_LT_LT] = ACTIONS(1057), + [anon_sym_GT_GT] = ACTIONS(1057), + [anon_sym_borrowing] = ACTIONS(1013), + [anon_sym_consuming] = ACTIONS(1013), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(1065), + [sym__dot_custom] = ACTIONS(1067), + [sym__eq_custom] = ACTIONS(1057), + [sym__eq_eq_custom] = ACTIONS(1057), + [sym__plus_then_ws] = ACTIONS(1057), + [sym__minus_then_ws] = ACTIONS(1057), + [sym__bang_custom] = ACTIONS(1069), + [sym__custom_operator] = ACTIONS(1045), + [sym__hash_symbol_custom] = ACTIONS(1071), + [sym__directive_if] = ACTIONS(1073), + [sym__directive_elseif] = ACTIONS(1073), + [sym__directive_else] = ACTIONS(1075), + [sym__directive_endif] = ACTIONS(1075), + }, + [STATE(612)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1592), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(613)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1533), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(614)] = { + [sym_simple_identifier] = STATE(1343), + [sym__contextual_simple_identifier] = STATE(1209), + [sym__basic_literal] = STATE(1387), + [sym_boolean_literal] = STATE(1387), + [sym__string_literal] = STATE(1387), + [sym_line_string_literal] = STATE(1387), + [sym_multi_line_string_literal] = STATE(1387), + [sym_raw_string_literal] = STATE(1387), + [sym_regex_literal] = STATE(1387), + [sym__extended_regex_literal] = STATE(1437), + [sym__multiline_regex_literal] = STATE(1437), + [sym_user_type] = STATE(6517), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6517), + [sym_dictionary_type] = STATE(6517), + [sym_expression] = STATE(789), + [sym_optional_chain_marker] = STATE(1387), + [sym__unary_expression] = STATE(1387), + [sym_postfix_expression] = STATE(1387), + [sym_constructor_expression] = STATE(1387), + [sym__parenthesized_type] = STATE(8310), + [sym_navigation_expression] = STATE(1387), + [sym__navigable_type_expression] = STATE(8310), + [sym_open_start_range_expression] = STATE(1387), + [sym__range_operator] = STATE(614), + [sym_open_end_range_expression] = STATE(1387), + [sym_prefix_expression] = STATE(1387), + [sym_as_expression] = STATE(1387), + [sym_selector_expression] = STATE(1387), + [sym__binary_expression] = STATE(1387), + [sym_multiplicative_expression] = STATE(1387), + [sym_additive_expression] = STATE(1387), + [sym_range_expression] = STATE(1387), + [sym_infix_expression] = STATE(1387), + [sym_nil_coalescing_expression] = STATE(1387), + [sym_check_expression] = STATE(1387), + [sym_comparison_expression] = STATE(1387), + [sym_equality_expression] = STATE(1387), + [sym_conjunction_expression] = STATE(1387), + [sym_disjunction_expression] = STATE(1387), + [sym_bitwise_operation] = STATE(1387), + [sym_custom_operator] = STATE(772), + [sym_try_expression] = STATE(1387), + [sym_await_expression] = STATE(1387), + [sym__await_operator] = STATE(615), + [sym_ternary_expression] = STATE(1387), + [sym_call_expression] = STATE(1387), + [sym_macro_invocation] = STATE(1387), + [sym__primary_expression] = STATE(1387), + [sym_tuple_expression] = STATE(1387), + [sym_array_literal] = STATE(1387), + [sym_dictionary_literal] = STATE(1387), + [sym_special_literal] = STATE(1387), + [sym_playground_literal] = STATE(1387), + [sym_lambda_literal] = STATE(1387), + [sym_self_expression] = STATE(1387), + [sym_super_expression] = STATE(1387), + [sym_if_statement] = STATE(1387), + [sym_switch_statement] = STATE(1387), + [sym_key_path_expression] = STATE(1387), + [sym_key_path_string_expression] = STATE(1387), + [sym_try_operator] = STATE(616), + [sym__assignment_and_operator] = STATE(1443), + [sym__equality_operator] = STATE(1443), + [sym__comparison_operator] = STATE(1443), + [sym__three_dot_operator] = STATE(771), + [sym__open_ended_range_operator] = STATE(614), + [sym__additive_operator] = STATE(1443), + [sym__multiplicative_operator] = STATE(1443), + [sym__prefix_unary_operator] = STATE(621), + [sym_directly_assignable_expression] = STATE(6518), + [sym_assignment] = STATE(1387), + [sym_value_parameter_pack] = STATE(1387), + [sym_value_pack_expansion] = STATE(1387), + [sym_referenceable_operator] = STATE(1387), + [sym__equal_sign] = STATE(1443), + [sym__eq_eq] = STATE(1443), + [sym__dot] = STATE(621), + [sym__hash_symbol] = STATE(4957), + [sym_bang] = STATE(772), + [sym__parameter_ownership_modifier] = STATE(1209), + [sym_directive] = STATE(1387), + [sym_diagnostic] = STATE(1387), + [aux_sym_raw_string_literal_repeat1] = STATE(8468), + [anon_sym_BANG] = ACTIONS(287), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(289), + [aux_sym_simple_identifier_token2] = ACTIONS(291), + [aux_sym_simple_identifier_token3] = ACTIONS(291), + [aux_sym_simple_identifier_token4] = ACTIONS(291), + [anon_sym_actor] = ACTIONS(289), + [anon_sym_async] = ACTIONS(289), + [anon_sym_each] = ACTIONS(297), + [anon_sym_lazy] = ACTIONS(289), + [anon_sym_repeat] = ACTIONS(721), + [anon_sym_package] = ACTIONS(289), + [anon_sym_nil] = ACTIONS(303), + [sym_real_literal] = ACTIONS(305), + [sym_integer_literal] = ACTIONS(303), + [sym_hex_literal] = ACTIONS(303), + [sym_oct_literal] = ACTIONS(305), + [sym_bin_literal] = ACTIONS(305), + [anon_sym_true] = ACTIONS(307), + [anon_sym_false] = ACTIONS(307), + [anon_sym_DQUOTE] = ACTIONS(309), + [anon_sym_BSLASH] = ACTIONS(311), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(313), + [sym__oneline_regex_literal] = ACTIONS(315), + [anon_sym_LPAREN] = ACTIONS(317), + [anon_sym_LBRACK] = ACTIONS(319), + [anon_sym_AMP] = ACTIONS(321), + [anon_sym_TILDE] = ACTIONS(321), + [anon_sym_if] = ACTIONS(323), + [anon_sym_switch] = ACTIONS(325), + [aux_sym_custom_operator_token1] = ACTIONS(327), + [anon_sym_LT] = ACTIONS(329), + [anon_sym_GT] = ACTIONS(329), + [anon_sym_await] = ACTIONS(331), + [anon_sym_LBRACE] = ACTIONS(333), + [anon_sym_CARET_LBRACE] = ACTIONS(333), + [anon_sym_self] = ACTIONS(337), + [anon_sym_super] = ACTIONS(339), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(345), + [anon_sym_DASH_EQ] = ACTIONS(345), + [anon_sym_STAR_EQ] = ACTIONS(345), + [anon_sym_SLASH_EQ] = ACTIONS(345), + [anon_sym_PERCENT_EQ] = ACTIONS(345), + [anon_sym_BANG_EQ] = ACTIONS(329), + [anon_sym_BANG_EQ_EQ] = ACTIONS(345), + [anon_sym_EQ_EQ_EQ] = ACTIONS(345), + [anon_sym_LT_EQ] = ACTIONS(345), + [anon_sym_GT_EQ] = ACTIONS(345), + [anon_sym_DOT_DOT_DOT] = ACTIONS(347), + [anon_sym_DOT_DOT_LT] = ACTIONS(349), + [anon_sym_PLUS] = ACTIONS(351), + [anon_sym_DASH] = ACTIONS(351), + [anon_sym_STAR] = ACTIONS(329), + [anon_sym_SLASH] = ACTIONS(329), + [anon_sym_PERCENT] = ACTIONS(329), + [anon_sym_PLUS_PLUS] = ACTIONS(321), + [anon_sym_DASH_DASH] = ACTIONS(321), + [anon_sym_PIPE] = ACTIONS(345), + [anon_sym_CARET] = ACTIONS(329), + [anon_sym_LT_LT] = ACTIONS(345), + [anon_sym_GT_GT] = ACTIONS(345), + [anon_sym_borrowing] = ACTIONS(289), + [anon_sym_consuming] = ACTIONS(289), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(373), + [sym__dot_custom] = ACTIONS(375), + [sym__eq_custom] = ACTIONS(345), + [sym__eq_eq_custom] = ACTIONS(345), + [sym__plus_then_ws] = ACTIONS(345), + [sym__minus_then_ws] = ACTIONS(345), + [sym__bang_custom] = ACTIONS(377), + [sym__custom_operator] = ACTIONS(327), + [sym__hash_symbol_custom] = ACTIONS(379), + [sym__directive_if] = ACTIONS(381), + [sym__directive_elseif] = ACTIONS(381), + [sym__directive_else] = ACTIONS(383), + [sym__directive_endif] = ACTIONS(383), + }, + [STATE(615)] = { + [sym_simple_identifier] = STATE(1343), + [sym__contextual_simple_identifier] = STATE(1209), + [sym__basic_literal] = STATE(1387), + [sym_boolean_literal] = STATE(1387), + [sym__string_literal] = STATE(1387), + [sym_line_string_literal] = STATE(1387), + [sym_multi_line_string_literal] = STATE(1387), + [sym_raw_string_literal] = STATE(1387), + [sym_regex_literal] = STATE(1387), + [sym__extended_regex_literal] = STATE(1437), + [sym__multiline_regex_literal] = STATE(1437), + [sym_user_type] = STATE(6517), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6517), + [sym_dictionary_type] = STATE(6517), + [sym_expression] = STATE(790), + [sym_optional_chain_marker] = STATE(1387), + [sym__unary_expression] = STATE(1387), + [sym_postfix_expression] = STATE(1387), + [sym_constructor_expression] = STATE(1387), + [sym__parenthesized_type] = STATE(8310), + [sym_navigation_expression] = STATE(1387), + [sym__navigable_type_expression] = STATE(8310), + [sym_open_start_range_expression] = STATE(1387), + [sym__range_operator] = STATE(614), + [sym_open_end_range_expression] = STATE(1387), + [sym_prefix_expression] = STATE(1387), + [sym_as_expression] = STATE(1387), + [sym_selector_expression] = STATE(1387), + [sym__binary_expression] = STATE(1387), + [sym_multiplicative_expression] = STATE(1387), + [sym_additive_expression] = STATE(1387), + [sym_range_expression] = STATE(1387), + [sym_infix_expression] = STATE(1387), + [sym_nil_coalescing_expression] = STATE(1387), + [sym_check_expression] = STATE(1387), + [sym_comparison_expression] = STATE(1387), + [sym_equality_expression] = STATE(1387), + [sym_conjunction_expression] = STATE(1387), + [sym_disjunction_expression] = STATE(1387), + [sym_bitwise_operation] = STATE(1387), + [sym_custom_operator] = STATE(772), + [sym_try_expression] = STATE(1387), + [sym_await_expression] = STATE(1387), + [sym__await_operator] = STATE(615), + [sym_ternary_expression] = STATE(1441), + [sym_call_expression] = STATE(1396), + [sym_macro_invocation] = STATE(1387), + [sym__primary_expression] = STATE(1387), + [sym_tuple_expression] = STATE(1387), + [sym_array_literal] = STATE(1387), + [sym_dictionary_literal] = STATE(1387), + [sym_special_literal] = STATE(1387), + [sym_playground_literal] = STATE(1387), + [sym_lambda_literal] = STATE(1387), + [sym_self_expression] = STATE(1387), + [sym_super_expression] = STATE(1387), + [sym_if_statement] = STATE(1387), + [sym_switch_statement] = STATE(1387), + [sym_key_path_expression] = STATE(1387), + [sym_key_path_string_expression] = STATE(1387), + [sym_try_operator] = STATE(616), + [sym__assignment_and_operator] = STATE(1443), + [sym__equality_operator] = STATE(1443), + [sym__comparison_operator] = STATE(1443), + [sym__three_dot_operator] = STATE(771), + [sym__open_ended_range_operator] = STATE(614), + [sym__additive_operator] = STATE(1443), + [sym__multiplicative_operator] = STATE(1443), + [sym__prefix_unary_operator] = STATE(621), + [sym_directly_assignable_expression] = STATE(6518), + [sym_assignment] = STATE(1387), + [sym_value_parameter_pack] = STATE(1387), + [sym_value_pack_expansion] = STATE(1387), + [sym_referenceable_operator] = STATE(1387), + [sym__equal_sign] = STATE(1443), + [sym__eq_eq] = STATE(1443), + [sym__dot] = STATE(621), + [sym__hash_symbol] = STATE(4957), + [sym_bang] = STATE(772), + [sym__parameter_ownership_modifier] = STATE(1209), + [sym_directive] = STATE(1387), + [sym_diagnostic] = STATE(1387), + [aux_sym_raw_string_literal_repeat1] = STATE(8468), + [anon_sym_BANG] = ACTIONS(287), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(289), + [aux_sym_simple_identifier_token2] = ACTIONS(291), + [aux_sym_simple_identifier_token3] = ACTIONS(291), + [aux_sym_simple_identifier_token4] = ACTIONS(291), + [anon_sym_actor] = ACTIONS(289), + [anon_sym_async] = ACTIONS(289), + [anon_sym_each] = ACTIONS(297), + [anon_sym_lazy] = ACTIONS(289), + [anon_sym_repeat] = ACTIONS(721), + [anon_sym_package] = ACTIONS(289), + [anon_sym_nil] = ACTIONS(303), + [sym_real_literal] = ACTIONS(305), + [sym_integer_literal] = ACTIONS(303), + [sym_hex_literal] = ACTIONS(303), + [sym_oct_literal] = ACTIONS(305), + [sym_bin_literal] = ACTIONS(305), + [anon_sym_true] = ACTIONS(307), + [anon_sym_false] = ACTIONS(307), + [anon_sym_DQUOTE] = ACTIONS(309), + [anon_sym_BSLASH] = ACTIONS(311), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(313), + [sym__oneline_regex_literal] = ACTIONS(315), + [anon_sym_LPAREN] = ACTIONS(317), + [anon_sym_LBRACK] = ACTIONS(319), + [anon_sym_AMP] = ACTIONS(321), + [anon_sym_TILDE] = ACTIONS(321), + [anon_sym_if] = ACTIONS(323), + [anon_sym_switch] = ACTIONS(325), + [aux_sym_custom_operator_token1] = ACTIONS(327), + [anon_sym_LT] = ACTIONS(329), + [anon_sym_GT] = ACTIONS(329), + [anon_sym_await] = ACTIONS(331), + [anon_sym_LBRACE] = ACTIONS(333), + [anon_sym_CARET_LBRACE] = ACTIONS(333), + [anon_sym_self] = ACTIONS(337), + [anon_sym_super] = ACTIONS(339), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(345), + [anon_sym_DASH_EQ] = ACTIONS(345), + [anon_sym_STAR_EQ] = ACTIONS(345), + [anon_sym_SLASH_EQ] = ACTIONS(345), + [anon_sym_PERCENT_EQ] = ACTIONS(345), + [anon_sym_BANG_EQ] = ACTIONS(329), + [anon_sym_BANG_EQ_EQ] = ACTIONS(345), + [anon_sym_EQ_EQ_EQ] = ACTIONS(345), + [anon_sym_LT_EQ] = ACTIONS(345), + [anon_sym_GT_EQ] = ACTIONS(345), + [anon_sym_DOT_DOT_DOT] = ACTIONS(347), + [anon_sym_DOT_DOT_LT] = ACTIONS(349), + [anon_sym_PLUS] = ACTIONS(351), + [anon_sym_DASH] = ACTIONS(351), + [anon_sym_STAR] = ACTIONS(329), + [anon_sym_SLASH] = ACTIONS(329), + [anon_sym_PERCENT] = ACTIONS(329), + [anon_sym_PLUS_PLUS] = ACTIONS(321), + [anon_sym_DASH_DASH] = ACTIONS(321), + [anon_sym_PIPE] = ACTIONS(345), + [anon_sym_CARET] = ACTIONS(329), + [anon_sym_LT_LT] = ACTIONS(345), + [anon_sym_GT_GT] = ACTIONS(345), + [anon_sym_borrowing] = ACTIONS(289), + [anon_sym_consuming] = ACTIONS(289), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(373), + [sym__dot_custom] = ACTIONS(375), + [sym__eq_custom] = ACTIONS(345), + [sym__eq_eq_custom] = ACTIONS(345), + [sym__plus_then_ws] = ACTIONS(345), + [sym__minus_then_ws] = ACTIONS(345), + [sym__bang_custom] = ACTIONS(377), + [sym__custom_operator] = ACTIONS(327), + [sym__hash_symbol_custom] = ACTIONS(379), + [sym__directive_if] = ACTIONS(381), + [sym__directive_elseif] = ACTIONS(381), + [sym__directive_else] = ACTIONS(383), + [sym__directive_endif] = ACTIONS(383), + }, + [STATE(616)] = { + [sym_simple_identifier] = STATE(1343), + [sym__contextual_simple_identifier] = STATE(1209), + [sym__basic_literal] = STATE(1387), + [sym_boolean_literal] = STATE(1387), + [sym__string_literal] = STATE(1387), + [sym_line_string_literal] = STATE(1387), + [sym_multi_line_string_literal] = STATE(1387), + [sym_raw_string_literal] = STATE(1387), + [sym_regex_literal] = STATE(1387), + [sym__extended_regex_literal] = STATE(1437), + [sym__multiline_regex_literal] = STATE(1437), + [sym_user_type] = STATE(6517), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6517), + [sym_dictionary_type] = STATE(6517), + [sym_expression] = STATE(793), + [sym_optional_chain_marker] = STATE(1387), + [sym__unary_expression] = STATE(1387), + [sym_postfix_expression] = STATE(1387), + [sym_constructor_expression] = STATE(1387), + [sym__parenthesized_type] = STATE(8310), + [sym_navigation_expression] = STATE(1387), + [sym__navigable_type_expression] = STATE(8310), + [sym_open_start_range_expression] = STATE(1387), + [sym__range_operator] = STATE(614), + [sym_open_end_range_expression] = STATE(1387), + [sym_prefix_expression] = STATE(1387), + [sym_as_expression] = STATE(1387), + [sym_selector_expression] = STATE(1387), + [sym__binary_expression] = STATE(1439), + [sym_multiplicative_expression] = STATE(1439), + [sym_additive_expression] = STATE(1439), + [sym_range_expression] = STATE(1439), + [sym_infix_expression] = STATE(1439), + [sym_nil_coalescing_expression] = STATE(1439), + [sym_check_expression] = STATE(1439), + [sym_comparison_expression] = STATE(1439), + [sym_equality_expression] = STATE(1439), + [sym_conjunction_expression] = STATE(1439), + [sym_disjunction_expression] = STATE(1439), + [sym_bitwise_operation] = STATE(1439), + [sym_custom_operator] = STATE(772), + [sym_try_expression] = STATE(1387), + [sym_await_expression] = STATE(1387), + [sym__await_operator] = STATE(615), + [sym_ternary_expression] = STATE(1440), + [sym_call_expression] = STATE(1354), + [sym_macro_invocation] = STATE(1387), + [sym__primary_expression] = STATE(1387), + [sym_tuple_expression] = STATE(1387), + [sym_array_literal] = STATE(1387), + [sym_dictionary_literal] = STATE(1387), + [sym_special_literal] = STATE(1387), + [sym_playground_literal] = STATE(1387), + [sym_lambda_literal] = STATE(1387), + [sym_self_expression] = STATE(1387), + [sym_super_expression] = STATE(1387), + [sym_if_statement] = STATE(1387), + [sym_switch_statement] = STATE(1387), + [sym_key_path_expression] = STATE(1387), + [sym_key_path_string_expression] = STATE(1387), + [sym_try_operator] = STATE(616), + [sym__assignment_and_operator] = STATE(1443), + [sym__equality_operator] = STATE(1443), + [sym__comparison_operator] = STATE(1443), + [sym__three_dot_operator] = STATE(771), + [sym__open_ended_range_operator] = STATE(614), + [sym__additive_operator] = STATE(1443), + [sym__multiplicative_operator] = STATE(1443), + [sym__prefix_unary_operator] = STATE(621), + [sym_directly_assignable_expression] = STATE(6518), + [sym_assignment] = STATE(1387), + [sym_value_parameter_pack] = STATE(1387), + [sym_value_pack_expansion] = STATE(1387), + [sym_referenceable_operator] = STATE(1387), + [sym__equal_sign] = STATE(1443), + [sym__eq_eq] = STATE(1443), + [sym__dot] = STATE(621), + [sym__hash_symbol] = STATE(4957), + [sym_bang] = STATE(772), + [sym__parameter_ownership_modifier] = STATE(1209), + [sym_directive] = STATE(1387), + [sym_diagnostic] = STATE(1387), + [aux_sym_raw_string_literal_repeat1] = STATE(8468), + [anon_sym_BANG] = ACTIONS(287), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(289), + [aux_sym_simple_identifier_token2] = ACTIONS(291), + [aux_sym_simple_identifier_token3] = ACTIONS(291), + [aux_sym_simple_identifier_token4] = ACTIONS(291), + [anon_sym_actor] = ACTIONS(289), + [anon_sym_async] = ACTIONS(289), + [anon_sym_each] = ACTIONS(297), + [anon_sym_lazy] = ACTIONS(289), + [anon_sym_repeat] = ACTIONS(721), + [anon_sym_package] = ACTIONS(289), + [anon_sym_nil] = ACTIONS(303), + [sym_real_literal] = ACTIONS(305), + [sym_integer_literal] = ACTIONS(303), + [sym_hex_literal] = ACTIONS(303), + [sym_oct_literal] = ACTIONS(305), + [sym_bin_literal] = ACTIONS(305), + [anon_sym_true] = ACTIONS(307), + [anon_sym_false] = ACTIONS(307), + [anon_sym_DQUOTE] = ACTIONS(309), + [anon_sym_BSLASH] = ACTIONS(311), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(313), + [sym__oneline_regex_literal] = ACTIONS(315), + [anon_sym_LPAREN] = ACTIONS(317), + [anon_sym_LBRACK] = ACTIONS(319), + [anon_sym_AMP] = ACTIONS(321), + [anon_sym_TILDE] = ACTIONS(321), + [anon_sym_if] = ACTIONS(323), + [anon_sym_switch] = ACTIONS(325), + [aux_sym_custom_operator_token1] = ACTIONS(327), + [anon_sym_LT] = ACTIONS(329), + [anon_sym_GT] = ACTIONS(329), + [anon_sym_await] = ACTIONS(331), + [anon_sym_LBRACE] = ACTIONS(333), + [anon_sym_CARET_LBRACE] = ACTIONS(333), + [anon_sym_self] = ACTIONS(337), + [anon_sym_super] = ACTIONS(339), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(345), + [anon_sym_DASH_EQ] = ACTIONS(345), + [anon_sym_STAR_EQ] = ACTIONS(345), + [anon_sym_SLASH_EQ] = ACTIONS(345), + [anon_sym_PERCENT_EQ] = ACTIONS(345), + [anon_sym_BANG_EQ] = ACTIONS(329), + [anon_sym_BANG_EQ_EQ] = ACTIONS(345), + [anon_sym_EQ_EQ_EQ] = ACTIONS(345), + [anon_sym_LT_EQ] = ACTIONS(345), + [anon_sym_GT_EQ] = ACTIONS(345), + [anon_sym_DOT_DOT_DOT] = ACTIONS(347), + [anon_sym_DOT_DOT_LT] = ACTIONS(349), + [anon_sym_PLUS] = ACTIONS(351), + [anon_sym_DASH] = ACTIONS(351), + [anon_sym_STAR] = ACTIONS(329), + [anon_sym_SLASH] = ACTIONS(329), + [anon_sym_PERCENT] = ACTIONS(329), + [anon_sym_PLUS_PLUS] = ACTIONS(321), + [anon_sym_DASH_DASH] = ACTIONS(321), + [anon_sym_PIPE] = ACTIONS(345), + [anon_sym_CARET] = ACTIONS(329), + [anon_sym_LT_LT] = ACTIONS(345), + [anon_sym_GT_GT] = ACTIONS(345), + [anon_sym_borrowing] = ACTIONS(289), + [anon_sym_consuming] = ACTIONS(289), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(373), + [sym__dot_custom] = ACTIONS(375), + [sym__eq_custom] = ACTIONS(345), + [sym__eq_eq_custom] = ACTIONS(345), + [sym__plus_then_ws] = ACTIONS(345), + [sym__minus_then_ws] = ACTIONS(345), + [sym__bang_custom] = ACTIONS(377), + [sym__custom_operator] = ACTIONS(327), + [sym__hash_symbol_custom] = ACTIONS(379), + [sym__directive_if] = ACTIONS(381), + [sym__directive_elseif] = ACTIONS(381), + [sym__directive_else] = ACTIONS(383), + [sym__directive_endif] = ACTIONS(383), + }, + [STATE(617)] = { + [sym_simple_identifier] = STATE(2706), + [sym__contextual_simple_identifier] = STATE(2676), + [sym__basic_literal] = STATE(2980), + [sym_boolean_literal] = STATE(2980), + [sym__string_literal] = STATE(2980), + [sym_line_string_literal] = STATE(2980), + [sym_multi_line_string_literal] = STATE(2980), + [sym_raw_string_literal] = STATE(2980), + [sym_regex_literal] = STATE(2980), + [sym__extended_regex_literal] = STATE(3075), + [sym__multiline_regex_literal] = STATE(3075), + [sym_user_type] = STATE(6563), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6563), + [sym_dictionary_type] = STATE(6563), + [sym_expression] = STATE(1470), + [sym_optional_chain_marker] = STATE(2980), + [sym__unary_expression] = STATE(2980), + [sym_postfix_expression] = STATE(2980), + [sym_constructor_expression] = STATE(2980), + [sym__parenthesized_type] = STATE(8466), + [sym_navigation_expression] = STATE(2980), + [sym__navigable_type_expression] = STATE(8466), + [sym_open_start_range_expression] = STATE(2980), + [sym__range_operator] = STATE(586), + [sym_open_end_range_expression] = STATE(2980), + [sym_prefix_expression] = STATE(2980), + [sym_as_expression] = STATE(2980), + [sym_selector_expression] = STATE(2980), + [sym__binary_expression] = STATE(2980), + [sym_multiplicative_expression] = STATE(2980), + [sym_additive_expression] = STATE(2980), + [sym_range_expression] = STATE(2980), + [sym_infix_expression] = STATE(2980), + [sym_nil_coalescing_expression] = STATE(2980), + [sym_check_expression] = STATE(2980), + [sym_comparison_expression] = STATE(2980), + [sym_equality_expression] = STATE(2980), + [sym_conjunction_expression] = STATE(2980), + [sym_disjunction_expression] = STATE(2980), + [sym_bitwise_operation] = STATE(2980), + [sym_custom_operator] = STATE(1166), + [sym_try_expression] = STATE(2980), + [sym_await_expression] = STATE(2980), + [sym__await_operator] = STATE(590), + [sym_ternary_expression] = STATE(2980), + [sym_call_expression] = STATE(2980), + [sym_macro_invocation] = STATE(2980), + [sym__primary_expression] = STATE(2980), + [sym_tuple_expression] = STATE(2980), + [sym_array_literal] = STATE(2980), + [sym_dictionary_literal] = STATE(2980), + [sym_special_literal] = STATE(2980), + [sym_playground_literal] = STATE(2980), + [sym_lambda_literal] = STATE(2980), + [sym_self_expression] = STATE(2980), + [sym_super_expression] = STATE(2980), + [sym_if_statement] = STATE(2980), + [sym_switch_statement] = STATE(2980), + [sym_key_path_expression] = STATE(2980), + [sym_key_path_string_expression] = STATE(2980), + [sym_try_operator] = STATE(591), + [sym__assignment_and_operator] = STATE(3015), + [sym__equality_operator] = STATE(3015), + [sym__comparison_operator] = STATE(3015), + [sym__three_dot_operator] = STATE(1145), + [sym__open_ended_range_operator] = STATE(586), + [sym__additive_operator] = STATE(3015), + [sym__multiplicative_operator] = STATE(3015), + [sym__prefix_unary_operator] = STATE(592), + [sym_directly_assignable_expression] = STATE(6564), + [sym_assignment] = STATE(2980), + [sym_value_parameter_pack] = STATE(2980), + [sym_value_pack_expansion] = STATE(2980), + [sym_referenceable_operator] = STATE(2980), + [sym__equal_sign] = STATE(3015), + [sym__eq_eq] = STATE(3015), + [sym__dot] = STATE(592), + [sym__hash_symbol] = STATE(4953), + [sym_bang] = STATE(1166), + [sym__parameter_ownership_modifier] = STATE(2676), + [sym_directive] = STATE(2980), + [sym_diagnostic] = STATE(2980), + [aux_sym_raw_string_literal_repeat1] = STATE(8562), + [anon_sym_BANG] = ACTIONS(1011), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1013), + [aux_sym_simple_identifier_token2] = ACTIONS(1015), + [aux_sym_simple_identifier_token3] = ACTIONS(1015), + [aux_sym_simple_identifier_token4] = ACTIONS(1015), + [anon_sym_actor] = ACTIONS(1013), + [anon_sym_async] = ACTIONS(1013), + [anon_sym_each] = ACTIONS(1017), + [anon_sym_lazy] = ACTIONS(1013), + [anon_sym_repeat] = ACTIONS(1019), + [anon_sym_package] = ACTIONS(1013), + [anon_sym_nil] = ACTIONS(1021), + [sym_real_literal] = ACTIONS(1023), + [sym_integer_literal] = ACTIONS(1021), + [sym_hex_literal] = ACTIONS(1021), + [sym_oct_literal] = ACTIONS(1023), + [sym_bin_literal] = ACTIONS(1023), + [anon_sym_true] = ACTIONS(1025), + [anon_sym_false] = ACTIONS(1025), + [anon_sym_DQUOTE] = ACTIONS(1027), + [anon_sym_BSLASH] = ACTIONS(1029), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1031), + [sym__oneline_regex_literal] = ACTIONS(1033), + [anon_sym_LPAREN] = ACTIONS(1035), + [anon_sym_LBRACK] = ACTIONS(1037), + [anon_sym_AMP] = ACTIONS(1039), + [anon_sym_TILDE] = ACTIONS(1039), + [anon_sym_if] = ACTIONS(1041), + [anon_sym_switch] = ACTIONS(1043), + [aux_sym_custom_operator_token1] = ACTIONS(1045), + [anon_sym_LT] = ACTIONS(1047), + [anon_sym_GT] = ACTIONS(1047), + [anon_sym_await] = ACTIONS(1049), + [anon_sym_LBRACE] = ACTIONS(1051), + [anon_sym_CARET_LBRACE] = ACTIONS(1051), + [anon_sym_self] = ACTIONS(1053), + [anon_sym_super] = ACTIONS(1055), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(1057), + [anon_sym_DASH_EQ] = ACTIONS(1057), + [anon_sym_STAR_EQ] = ACTIONS(1057), + [anon_sym_SLASH_EQ] = ACTIONS(1057), + [anon_sym_PERCENT_EQ] = ACTIONS(1057), + [anon_sym_BANG_EQ] = ACTIONS(1047), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1057), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1057), + [anon_sym_LT_EQ] = ACTIONS(1057), + [anon_sym_GT_EQ] = ACTIONS(1057), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1059), + [anon_sym_DOT_DOT_LT] = ACTIONS(1061), + [anon_sym_PLUS] = ACTIONS(1063), + [anon_sym_DASH] = ACTIONS(1063), + [anon_sym_STAR] = ACTIONS(1047), + [anon_sym_SLASH] = ACTIONS(1047), + [anon_sym_PERCENT] = ACTIONS(1047), + [anon_sym_PLUS_PLUS] = ACTIONS(1039), + [anon_sym_DASH_DASH] = ACTIONS(1039), + [anon_sym_PIPE] = ACTIONS(1057), + [anon_sym_CARET] = ACTIONS(1047), + [anon_sym_LT_LT] = ACTIONS(1057), + [anon_sym_GT_GT] = ACTIONS(1057), + [anon_sym_borrowing] = ACTIONS(1013), + [anon_sym_consuming] = ACTIONS(1013), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(1065), + [sym__dot_custom] = ACTIONS(1067), + [sym__eq_custom] = ACTIONS(1057), + [sym__eq_eq_custom] = ACTIONS(1057), + [sym__plus_then_ws] = ACTIONS(1057), + [sym__minus_then_ws] = ACTIONS(1057), + [sym__bang_custom] = ACTIONS(1069), + [sym__custom_operator] = ACTIONS(1045), + [sym__hash_symbol_custom] = ACTIONS(1071), + [sym__directive_if] = ACTIONS(1073), + [sym__directive_elseif] = ACTIONS(1073), + [sym__directive_else] = ACTIONS(1075), + [sym__directive_endif] = ACTIONS(1075), + }, + [STATE(618)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1622), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(619)] = { + [sym_simple_identifier] = STATE(2455), + [sym__contextual_simple_identifier] = STATE(2422), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1513), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym_self_expression] = STATE(2689), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(2689), + [sym_switch_statement] = STATE(2689), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__parameter_ownership_modifier] = STATE(2422), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(11), + [aux_sym_simple_identifier_token2] = ACTIONS(13), + [aux_sym_simple_identifier_token3] = ACTIONS(13), + [aux_sym_simple_identifier_token4] = ACTIONS(13), + [anon_sym_actor] = ACTIONS(11), + [anon_sym_async] = ACTIONS(11), + [anon_sym_each] = ACTIONS(19), + [anon_sym_lazy] = ACTIONS(11), + [anon_sym_repeat] = ACTIONS(831), + [anon_sym_package] = ACTIONS(11), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_self] = ACTIONS(59), + [anon_sym_super] = ACTIONS(61), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [anon_sym_borrowing] = ACTIONS(11), + [anon_sym_consuming] = ACTIONS(11), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(620)] = { + [sym_simple_identifier] = STATE(2706), + [sym__contextual_simple_identifier] = STATE(2676), + [sym__basic_literal] = STATE(2980), + [sym_boolean_literal] = STATE(2980), + [sym__string_literal] = STATE(2980), + [sym_line_string_literal] = STATE(2980), + [sym_multi_line_string_literal] = STATE(2980), + [sym_raw_string_literal] = STATE(2980), + [sym_regex_literal] = STATE(2980), + [sym__extended_regex_literal] = STATE(3075), + [sym__multiline_regex_literal] = STATE(3075), + [sym_user_type] = STATE(6563), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6563), + [sym_dictionary_type] = STATE(6563), + [sym_expression] = STATE(1490), + [sym_optional_chain_marker] = STATE(2980), + [sym__unary_expression] = STATE(2980), + [sym_postfix_expression] = STATE(2980), + [sym_constructor_expression] = STATE(2980), + [sym__parenthesized_type] = STATE(8466), + [sym_navigation_expression] = STATE(2980), + [sym__navigable_type_expression] = STATE(8466), + [sym_open_start_range_expression] = STATE(2980), + [sym__range_operator] = STATE(586), + [sym_open_end_range_expression] = STATE(2980), + [sym_prefix_expression] = STATE(2980), + [sym_as_expression] = STATE(2980), + [sym_selector_expression] = STATE(2980), + [sym__binary_expression] = STATE(2980), + [sym_multiplicative_expression] = STATE(2980), + [sym_additive_expression] = STATE(2980), + [sym_range_expression] = STATE(2980), + [sym_infix_expression] = STATE(2980), + [sym_nil_coalescing_expression] = STATE(2980), + [sym_check_expression] = STATE(2980), + [sym_comparison_expression] = STATE(2980), + [sym_equality_expression] = STATE(2980), + [sym_conjunction_expression] = STATE(2980), + [sym_disjunction_expression] = STATE(2980), + [sym_bitwise_operation] = STATE(2980), + [sym_custom_operator] = STATE(1166), + [sym_try_expression] = STATE(2980), + [sym_await_expression] = STATE(2980), + [sym__await_operator] = STATE(590), + [sym_ternary_expression] = STATE(2980), + [sym_call_expression] = STATE(2980), + [sym_macro_invocation] = STATE(2980), + [sym__primary_expression] = STATE(2980), + [sym_tuple_expression] = STATE(2980), + [sym_array_literal] = STATE(2980), + [sym_dictionary_literal] = STATE(2980), + [sym_special_literal] = STATE(2980), + [sym_playground_literal] = STATE(2980), + [sym_lambda_literal] = STATE(2980), + [sym_self_expression] = STATE(2980), + [sym_super_expression] = STATE(2980), + [sym_if_statement] = STATE(2980), + [sym_switch_statement] = STATE(2980), + [sym_key_path_expression] = STATE(2980), + [sym_key_path_string_expression] = STATE(2980), + [sym_try_operator] = STATE(591), + [sym__assignment_and_operator] = STATE(3015), + [sym__equality_operator] = STATE(3015), + [sym__comparison_operator] = STATE(3015), + [sym__three_dot_operator] = STATE(1145), + [sym__open_ended_range_operator] = STATE(586), + [sym__additive_operator] = STATE(3015), + [sym__multiplicative_operator] = STATE(3015), + [sym__prefix_unary_operator] = STATE(592), + [sym_directly_assignable_expression] = STATE(6564), + [sym_assignment] = STATE(2980), + [sym_value_parameter_pack] = STATE(2980), + [sym_value_pack_expansion] = STATE(2980), + [sym_referenceable_operator] = STATE(2980), + [sym__equal_sign] = STATE(3015), + [sym__eq_eq] = STATE(3015), + [sym__dot] = STATE(592), + [sym__hash_symbol] = STATE(4953), + [sym_bang] = STATE(1166), + [sym__parameter_ownership_modifier] = STATE(2676), + [sym_directive] = STATE(2980), + [sym_diagnostic] = STATE(2980), + [aux_sym_raw_string_literal_repeat1] = STATE(8562), + [anon_sym_BANG] = ACTIONS(1011), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1013), + [aux_sym_simple_identifier_token2] = ACTIONS(1015), + [aux_sym_simple_identifier_token3] = ACTIONS(1015), + [aux_sym_simple_identifier_token4] = ACTIONS(1015), + [anon_sym_actor] = ACTIONS(1013), + [anon_sym_async] = ACTIONS(1013), + [anon_sym_each] = ACTIONS(1017), + [anon_sym_lazy] = ACTIONS(1013), + [anon_sym_repeat] = ACTIONS(1019), + [anon_sym_package] = ACTIONS(1013), + [anon_sym_nil] = ACTIONS(1021), + [sym_real_literal] = ACTIONS(1023), + [sym_integer_literal] = ACTIONS(1021), + [sym_hex_literal] = ACTIONS(1021), + [sym_oct_literal] = ACTIONS(1023), + [sym_bin_literal] = ACTIONS(1023), + [anon_sym_true] = ACTIONS(1025), + [anon_sym_false] = ACTIONS(1025), + [anon_sym_DQUOTE] = ACTIONS(1027), + [anon_sym_BSLASH] = ACTIONS(1029), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1031), + [sym__oneline_regex_literal] = ACTIONS(1033), + [anon_sym_LPAREN] = ACTIONS(1035), + [anon_sym_LBRACK] = ACTIONS(1037), + [anon_sym_AMP] = ACTIONS(1039), + [anon_sym_TILDE] = ACTIONS(1039), + [anon_sym_if] = ACTIONS(1041), + [anon_sym_switch] = ACTIONS(1043), + [aux_sym_custom_operator_token1] = ACTIONS(1045), + [anon_sym_LT] = ACTIONS(1047), + [anon_sym_GT] = ACTIONS(1047), + [anon_sym_await] = ACTIONS(1049), + [anon_sym_LBRACE] = ACTIONS(1051), + [anon_sym_CARET_LBRACE] = ACTIONS(1051), + [anon_sym_self] = ACTIONS(1053), + [anon_sym_super] = ACTIONS(1055), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(1057), + [anon_sym_DASH_EQ] = ACTIONS(1057), + [anon_sym_STAR_EQ] = ACTIONS(1057), + [anon_sym_SLASH_EQ] = ACTIONS(1057), + [anon_sym_PERCENT_EQ] = ACTIONS(1057), + [anon_sym_BANG_EQ] = ACTIONS(1047), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1057), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1057), + [anon_sym_LT_EQ] = ACTIONS(1057), + [anon_sym_GT_EQ] = ACTIONS(1057), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1059), + [anon_sym_DOT_DOT_LT] = ACTIONS(1061), + [anon_sym_PLUS] = ACTIONS(1063), + [anon_sym_DASH] = ACTIONS(1063), + [anon_sym_STAR] = ACTIONS(1047), + [anon_sym_SLASH] = ACTIONS(1047), + [anon_sym_PERCENT] = ACTIONS(1047), + [anon_sym_PLUS_PLUS] = ACTIONS(1039), + [anon_sym_DASH_DASH] = ACTIONS(1039), + [anon_sym_PIPE] = ACTIONS(1057), + [anon_sym_CARET] = ACTIONS(1047), + [anon_sym_LT_LT] = ACTIONS(1057), + [anon_sym_GT_GT] = ACTIONS(1057), + [anon_sym_borrowing] = ACTIONS(1013), + [anon_sym_consuming] = ACTIONS(1013), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(1065), + [sym__dot_custom] = ACTIONS(1067), + [sym__eq_custom] = ACTIONS(1057), + [sym__eq_eq_custom] = ACTIONS(1057), + [sym__plus_then_ws] = ACTIONS(1057), + [sym__minus_then_ws] = ACTIONS(1057), + [sym__bang_custom] = ACTIONS(1069), + [sym__custom_operator] = ACTIONS(1045), + [sym__hash_symbol_custom] = ACTIONS(1071), + [sym__directive_if] = ACTIONS(1073), + [sym__directive_elseif] = ACTIONS(1073), + [sym__directive_else] = ACTIONS(1075), + [sym__directive_endif] = ACTIONS(1075), + }, + [STATE(621)] = { + [sym_simple_identifier] = STATE(1343), + [sym__contextual_simple_identifier] = STATE(1209), + [sym__basic_literal] = STATE(1387), + [sym_boolean_literal] = STATE(1387), + [sym__string_literal] = STATE(1387), + [sym_line_string_literal] = STATE(1387), + [sym_multi_line_string_literal] = STATE(1387), + [sym_raw_string_literal] = STATE(1387), + [sym_regex_literal] = STATE(1387), + [sym__extended_regex_literal] = STATE(1437), + [sym__multiline_regex_literal] = STATE(1437), + [sym_user_type] = STATE(6517), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6517), + [sym_dictionary_type] = STATE(6517), + [sym_expression] = STATE(792), + [sym_optional_chain_marker] = STATE(1387), + [sym__unary_expression] = STATE(1387), + [sym_postfix_expression] = STATE(1387), + [sym_constructor_expression] = STATE(1387), + [sym__parenthesized_type] = STATE(8310), + [sym_navigation_expression] = STATE(1387), + [sym__navigable_type_expression] = STATE(8310), + [sym_open_start_range_expression] = STATE(1387), + [sym__range_operator] = STATE(614), + [sym_open_end_range_expression] = STATE(1387), + [sym_prefix_expression] = STATE(1387), + [sym_as_expression] = STATE(1387), + [sym_selector_expression] = STATE(1387), + [sym__binary_expression] = STATE(1387), + [sym_multiplicative_expression] = STATE(1387), + [sym_additive_expression] = STATE(1387), + [sym_range_expression] = STATE(1387), + [sym_infix_expression] = STATE(1387), + [sym_nil_coalescing_expression] = STATE(1387), + [sym_check_expression] = STATE(1387), + [sym_comparison_expression] = STATE(1387), + [sym_equality_expression] = STATE(1387), + [sym_conjunction_expression] = STATE(1387), + [sym_disjunction_expression] = STATE(1387), + [sym_bitwise_operation] = STATE(1387), + [sym_custom_operator] = STATE(772), + [sym_try_expression] = STATE(1387), + [sym_await_expression] = STATE(1387), + [sym__await_operator] = STATE(615), + [sym_ternary_expression] = STATE(1387), + [sym_call_expression] = STATE(1387), + [sym_macro_invocation] = STATE(1387), + [sym__primary_expression] = STATE(1387), + [sym_tuple_expression] = STATE(1387), + [sym_array_literal] = STATE(1387), + [sym_dictionary_literal] = STATE(1387), + [sym_special_literal] = STATE(1387), + [sym_playground_literal] = STATE(1387), + [sym_lambda_literal] = STATE(1387), + [sym_self_expression] = STATE(1387), + [sym_super_expression] = STATE(1387), + [sym_if_statement] = STATE(1387), + [sym_switch_statement] = STATE(1387), + [sym_key_path_expression] = STATE(1387), + [sym_key_path_string_expression] = STATE(1387), + [sym_try_operator] = STATE(616), + [sym__assignment_and_operator] = STATE(1443), + [sym__equality_operator] = STATE(1443), + [sym__comparison_operator] = STATE(1443), + [sym__three_dot_operator] = STATE(771), + [sym__open_ended_range_operator] = STATE(614), + [sym__additive_operator] = STATE(1443), + [sym__multiplicative_operator] = STATE(1443), + [sym__prefix_unary_operator] = STATE(621), + [sym_directly_assignable_expression] = STATE(6518), + [sym_assignment] = STATE(1387), + [sym_value_parameter_pack] = STATE(1387), + [sym_value_pack_expansion] = STATE(1387), + [sym_referenceable_operator] = STATE(1387), + [sym__equal_sign] = STATE(1443), + [sym__eq_eq] = STATE(1443), + [sym__dot] = STATE(621), + [sym__hash_symbol] = STATE(4957), + [sym_bang] = STATE(772), + [sym__parameter_ownership_modifier] = STATE(1209), + [sym_directive] = STATE(1387), + [sym_diagnostic] = STATE(1387), + [aux_sym_raw_string_literal_repeat1] = STATE(8468), + [anon_sym_BANG] = ACTIONS(287), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(289), + [aux_sym_simple_identifier_token2] = ACTIONS(291), + [aux_sym_simple_identifier_token3] = ACTIONS(291), + [aux_sym_simple_identifier_token4] = ACTIONS(291), + [anon_sym_actor] = ACTIONS(289), + [anon_sym_async] = ACTIONS(1710), + [anon_sym_each] = ACTIONS(297), + [anon_sym_lazy] = ACTIONS(289), + [anon_sym_repeat] = ACTIONS(721), + [anon_sym_package] = ACTIONS(289), + [anon_sym_nil] = ACTIONS(303), + [sym_real_literal] = ACTIONS(305), + [sym_integer_literal] = ACTIONS(303), + [sym_hex_literal] = ACTIONS(303), + [sym_oct_literal] = ACTIONS(305), + [sym_bin_literal] = ACTIONS(305), + [anon_sym_true] = ACTIONS(307), + [anon_sym_false] = ACTIONS(307), + [anon_sym_DQUOTE] = ACTIONS(309), + [anon_sym_BSLASH] = ACTIONS(311), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(313), + [sym__oneline_regex_literal] = ACTIONS(315), + [anon_sym_LPAREN] = ACTIONS(317), + [anon_sym_LBRACK] = ACTIONS(319), + [anon_sym_AMP] = ACTIONS(321), + [anon_sym_TILDE] = ACTIONS(321), + [anon_sym_if] = ACTIONS(1712), + [anon_sym_switch] = ACTIONS(1714), + [aux_sym_custom_operator_token1] = ACTIONS(327), + [anon_sym_LT] = ACTIONS(329), + [anon_sym_GT] = ACTIONS(329), + [anon_sym_await] = ACTIONS(331), + [anon_sym_LBRACE] = ACTIONS(333), + [anon_sym_CARET_LBRACE] = ACTIONS(333), + [anon_sym_self] = ACTIONS(337), + [anon_sym_super] = ACTIONS(339), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(345), + [anon_sym_DASH_EQ] = ACTIONS(345), + [anon_sym_STAR_EQ] = ACTIONS(345), + [anon_sym_SLASH_EQ] = ACTIONS(345), + [anon_sym_PERCENT_EQ] = ACTIONS(345), + [anon_sym_BANG_EQ] = ACTIONS(329), + [anon_sym_BANG_EQ_EQ] = ACTIONS(345), + [anon_sym_EQ_EQ_EQ] = ACTIONS(345), + [anon_sym_LT_EQ] = ACTIONS(345), + [anon_sym_GT_EQ] = ACTIONS(345), + [anon_sym_DOT_DOT_DOT] = ACTIONS(347), + [anon_sym_DOT_DOT_LT] = ACTIONS(349), + [anon_sym_PLUS] = ACTIONS(351), + [anon_sym_DASH] = ACTIONS(351), + [anon_sym_STAR] = ACTIONS(329), + [anon_sym_SLASH] = ACTIONS(329), + [anon_sym_PERCENT] = ACTIONS(329), + [anon_sym_PLUS_PLUS] = ACTIONS(321), + [anon_sym_DASH_DASH] = ACTIONS(321), + [anon_sym_PIPE] = ACTIONS(345), + [anon_sym_CARET] = ACTIONS(329), + [anon_sym_LT_LT] = ACTIONS(345), + [anon_sym_GT_GT] = ACTIONS(345), + [anon_sym_borrowing] = ACTIONS(289), + [anon_sym_consuming] = ACTIONS(289), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(373), + [sym__dot_custom] = ACTIONS(375), + [sym__eq_custom] = ACTIONS(345), + [sym__eq_eq_custom] = ACTIONS(345), + [sym__plus_then_ws] = ACTIONS(345), + [sym__minus_then_ws] = ACTIONS(345), + [sym__bang_custom] = ACTIONS(377), + [sym__custom_operator] = ACTIONS(327), + [sym__hash_symbol_custom] = ACTIONS(379), + [sym__directive_if] = ACTIONS(381), + [sym__directive_elseif] = ACTIONS(381), + [sym__directive_else] = ACTIONS(383), + [sym__directive_endif] = ACTIONS(383), + }, + [STATE(622)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1662), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(623)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1673), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(624)] = { + [sym_simple_identifier] = STATE(2455), + [sym__contextual_simple_identifier] = STATE(2422), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1461), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym_self_expression] = STATE(2689), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(2689), + [sym_switch_statement] = STATE(2689), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__parameter_ownership_modifier] = STATE(2422), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(11), + [aux_sym_simple_identifier_token2] = ACTIONS(13), + [aux_sym_simple_identifier_token3] = ACTIONS(13), + [aux_sym_simple_identifier_token4] = ACTIONS(13), + [anon_sym_actor] = ACTIONS(11), + [anon_sym_async] = ACTIONS(11), + [anon_sym_each] = ACTIONS(19), + [anon_sym_lazy] = ACTIONS(11), + [anon_sym_repeat] = ACTIONS(831), + [anon_sym_package] = ACTIONS(11), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_self] = ACTIONS(59), + [anon_sym_super] = ACTIONS(61), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [anon_sym_borrowing] = ACTIONS(11), + [anon_sym_consuming] = ACTIONS(11), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(625)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1558), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(626)] = { + [sym_simple_identifier] = STATE(3463), + [sym__contextual_simple_identifier] = STATE(2936), + [sym__basic_literal] = STATE(3677), + [sym_boolean_literal] = STATE(3677), + [sym__string_literal] = STATE(3677), + [sym_line_string_literal] = STATE(3677), + [sym_multi_line_string_literal] = STATE(3677), + [sym_raw_string_literal] = STATE(3677), + [sym_regex_literal] = STATE(3677), + [sym__extended_regex_literal] = STATE(3739), + [sym__multiline_regex_literal] = STATE(3739), + [sym_user_type] = STATE(6561), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6561), + [sym_dictionary_type] = STATE(6561), + [sym_expression] = STATE(1596), + [sym_optional_chain_marker] = STATE(3677), + [sym__unary_expression] = STATE(3677), + [sym_postfix_expression] = STATE(3677), + [sym_constructor_expression] = STATE(3677), + [sym__parenthesized_type] = STATE(8461), + [sym_navigation_expression] = STATE(3677), + [sym__navigable_type_expression] = STATE(8461), + [sym_open_start_range_expression] = STATE(3677), + [sym__range_operator] = STATE(626), + [sym_open_end_range_expression] = STATE(3677), + [sym_prefix_expression] = STATE(3677), + [sym_as_expression] = STATE(3677), + [sym_selector_expression] = STATE(3677), + [sym__binary_expression] = STATE(3677), + [sym_multiplicative_expression] = STATE(3677), + [sym_additive_expression] = STATE(3677), + [sym_range_expression] = STATE(3677), + [sym_infix_expression] = STATE(3677), + [sym_nil_coalescing_expression] = STATE(3677), + [sym_check_expression] = STATE(3677), + [sym_comparison_expression] = STATE(3677), + [sym_equality_expression] = STATE(3677), + [sym_conjunction_expression] = STATE(3677), + [sym_disjunction_expression] = STATE(3677), + [sym_bitwise_operation] = STATE(3677), + [sym_custom_operator] = STATE(1325), + [sym_try_expression] = STATE(3677), + [sym_await_expression] = STATE(3677), + [sym__await_operator] = STATE(627), + [sym_ternary_expression] = STATE(3677), + [sym_call_expression] = STATE(3677), + [sym_macro_invocation] = STATE(3677), + [sym__primary_expression] = STATE(3677), + [sym_tuple_expression] = STATE(3677), + [sym_array_literal] = STATE(3677), + [sym_dictionary_literal] = STATE(3677), + [sym_special_literal] = STATE(3677), + [sym_playground_literal] = STATE(3677), + [sym_lambda_literal] = STATE(3677), + [sym_self_expression] = STATE(3677), + [sym_super_expression] = STATE(3677), + [sym_if_statement] = STATE(3677), + [sym_switch_statement] = STATE(3677), + [sym_key_path_expression] = STATE(3677), + [sym_key_path_string_expression] = STATE(3677), + [sym_try_operator] = STATE(628), + [sym__assignment_and_operator] = STATE(3673), + [sym__equality_operator] = STATE(3673), + [sym__comparison_operator] = STATE(3673), + [sym__three_dot_operator] = STATE(1329), + [sym__open_ended_range_operator] = STATE(626), + [sym__additive_operator] = STATE(3673), + [sym__multiplicative_operator] = STATE(3673), + [sym__prefix_unary_operator] = STATE(629), + [sym_directly_assignable_expression] = STATE(6568), + [sym_assignment] = STATE(3677), + [sym_value_parameter_pack] = STATE(3677), + [sym_value_pack_expansion] = STATE(3677), + [sym_referenceable_operator] = STATE(3677), + [sym__equal_sign] = STATE(3673), + [sym__eq_eq] = STATE(3673), + [sym__dot] = STATE(629), + [sym__hash_symbol] = STATE(4954), + [sym_bang] = STATE(1325), + [sym__parameter_ownership_modifier] = STATE(2936), + [sym_directive] = STATE(3677), + [sym_diagnostic] = STATE(3677), + [aux_sym_raw_string_literal_repeat1] = STATE(8465), + [anon_sym_BANG] = ACTIONS(1153), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1155), + [aux_sym_simple_identifier_token2] = ACTIONS(1157), + [aux_sym_simple_identifier_token3] = ACTIONS(1157), + [aux_sym_simple_identifier_token4] = ACTIONS(1157), + [anon_sym_actor] = ACTIONS(1155), + [anon_sym_async] = ACTIONS(1155), + [anon_sym_each] = ACTIONS(1161), + [anon_sym_lazy] = ACTIONS(1155), + [anon_sym_repeat] = ACTIONS(1163), + [anon_sym_package] = ACTIONS(1155), + [anon_sym_nil] = ACTIONS(1165), + [sym_real_literal] = ACTIONS(1167), + [sym_integer_literal] = ACTIONS(1165), + [sym_hex_literal] = ACTIONS(1165), + [sym_oct_literal] = ACTIONS(1167), + [sym_bin_literal] = ACTIONS(1167), + [anon_sym_true] = ACTIONS(1169), + [anon_sym_false] = ACTIONS(1169), + [anon_sym_DQUOTE] = ACTIONS(1171), + [anon_sym_BSLASH] = ACTIONS(1173), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1175), + [sym__oneline_regex_literal] = ACTIONS(1177), + [anon_sym_LPAREN] = ACTIONS(1179), + [anon_sym_LBRACK] = ACTIONS(1181), + [anon_sym_AMP] = ACTIONS(1183), + [anon_sym_TILDE] = ACTIONS(1183), + [anon_sym_if] = ACTIONS(1185), + [anon_sym_switch] = ACTIONS(1187), + [aux_sym_custom_operator_token1] = ACTIONS(1189), + [anon_sym_LT] = ACTIONS(1191), + [anon_sym_GT] = ACTIONS(1191), + [anon_sym_await] = ACTIONS(1193), + [anon_sym_LBRACE] = ACTIONS(1195), + [anon_sym_CARET_LBRACE] = ACTIONS(1195), + [anon_sym_self] = ACTIONS(1197), + [anon_sym_super] = ACTIONS(1199), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(1203), + [anon_sym_DASH_EQ] = ACTIONS(1203), + [anon_sym_STAR_EQ] = ACTIONS(1203), + [anon_sym_SLASH_EQ] = ACTIONS(1203), + [anon_sym_PERCENT_EQ] = ACTIONS(1203), + [anon_sym_BANG_EQ] = ACTIONS(1191), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1203), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1203), + [anon_sym_LT_EQ] = ACTIONS(1203), + [anon_sym_GT_EQ] = ACTIONS(1203), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1205), + [anon_sym_DOT_DOT_LT] = ACTIONS(1207), + [anon_sym_PLUS] = ACTIONS(1209), + [anon_sym_DASH] = ACTIONS(1209), + [anon_sym_STAR] = ACTIONS(1191), + [anon_sym_SLASH] = ACTIONS(1191), + [anon_sym_PERCENT] = ACTIONS(1191), + [anon_sym_PLUS_PLUS] = ACTIONS(1183), + [anon_sym_DASH_DASH] = ACTIONS(1183), + [anon_sym_PIPE] = ACTIONS(1203), + [anon_sym_CARET] = ACTIONS(1191), + [anon_sym_LT_LT] = ACTIONS(1203), + [anon_sym_GT_GT] = ACTIONS(1203), + [anon_sym_borrowing] = ACTIONS(1155), + [anon_sym_consuming] = ACTIONS(1155), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(1211), + [sym__dot_custom] = ACTIONS(1213), + [sym__eq_custom] = ACTIONS(1203), + [sym__eq_eq_custom] = ACTIONS(1203), + [sym__plus_then_ws] = ACTIONS(1203), + [sym__minus_then_ws] = ACTIONS(1203), + [sym__bang_custom] = ACTIONS(1215), + [sym__custom_operator] = ACTIONS(1189), + [sym__hash_symbol_custom] = ACTIONS(1223), + [sym__directive_if] = ACTIONS(1219), + [sym__directive_elseif] = ACTIONS(1219), + [sym__directive_else] = ACTIONS(1221), + [sym__directive_endif] = ACTIONS(1221), + }, + [STATE(627)] = { + [sym_simple_identifier] = STATE(3463), + [sym__contextual_simple_identifier] = STATE(2936), + [sym__basic_literal] = STATE(3677), + [sym_boolean_literal] = STATE(3677), + [sym__string_literal] = STATE(3677), + [sym_line_string_literal] = STATE(3677), + [sym_multi_line_string_literal] = STATE(3677), + [sym_raw_string_literal] = STATE(3677), + [sym_regex_literal] = STATE(3677), + [sym__extended_regex_literal] = STATE(3739), + [sym__multiline_regex_literal] = STATE(3739), + [sym_user_type] = STATE(6561), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6561), + [sym_dictionary_type] = STATE(6561), + [sym_expression] = STATE(1597), + [sym_optional_chain_marker] = STATE(3677), + [sym__unary_expression] = STATE(3677), + [sym_postfix_expression] = STATE(3677), + [sym_constructor_expression] = STATE(3677), + [sym__parenthesized_type] = STATE(8461), + [sym_navigation_expression] = STATE(3677), + [sym__navigable_type_expression] = STATE(8461), + [sym_open_start_range_expression] = STATE(3677), + [sym__range_operator] = STATE(626), + [sym_open_end_range_expression] = STATE(3677), + [sym_prefix_expression] = STATE(3677), + [sym_as_expression] = STATE(3677), + [sym_selector_expression] = STATE(3677), + [sym__binary_expression] = STATE(3677), + [sym_multiplicative_expression] = STATE(3677), + [sym_additive_expression] = STATE(3677), + [sym_range_expression] = STATE(3677), + [sym_infix_expression] = STATE(3677), + [sym_nil_coalescing_expression] = STATE(3677), + [sym_check_expression] = STATE(3677), + [sym_comparison_expression] = STATE(3677), + [sym_equality_expression] = STATE(3677), + [sym_conjunction_expression] = STATE(3677), + [sym_disjunction_expression] = STATE(3677), + [sym_bitwise_operation] = STATE(3677), + [sym_custom_operator] = STATE(1325), + [sym_try_expression] = STATE(3677), + [sym_await_expression] = STATE(3677), + [sym__await_operator] = STATE(627), + [sym_ternary_expression] = STATE(3678), + [sym_call_expression] = STATE(3684), + [sym_macro_invocation] = STATE(3677), + [sym__primary_expression] = STATE(3677), + [sym_tuple_expression] = STATE(3677), + [sym_array_literal] = STATE(3677), + [sym_dictionary_literal] = STATE(3677), + [sym_special_literal] = STATE(3677), + [sym_playground_literal] = STATE(3677), + [sym_lambda_literal] = STATE(3677), + [sym_self_expression] = STATE(3677), + [sym_super_expression] = STATE(3677), + [sym_if_statement] = STATE(3677), + [sym_switch_statement] = STATE(3677), + [sym_key_path_expression] = STATE(3677), + [sym_key_path_string_expression] = STATE(3677), + [sym_try_operator] = STATE(628), + [sym__assignment_and_operator] = STATE(3673), + [sym__equality_operator] = STATE(3673), + [sym__comparison_operator] = STATE(3673), + [sym__three_dot_operator] = STATE(1329), + [sym__open_ended_range_operator] = STATE(626), + [sym__additive_operator] = STATE(3673), + [sym__multiplicative_operator] = STATE(3673), + [sym__prefix_unary_operator] = STATE(629), + [sym_directly_assignable_expression] = STATE(6568), + [sym_assignment] = STATE(3677), + [sym_value_parameter_pack] = STATE(3677), + [sym_value_pack_expansion] = STATE(3677), + [sym_referenceable_operator] = STATE(3677), + [sym__equal_sign] = STATE(3673), + [sym__eq_eq] = STATE(3673), + [sym__dot] = STATE(629), + [sym__hash_symbol] = STATE(4954), + [sym_bang] = STATE(1325), + [sym__parameter_ownership_modifier] = STATE(2936), + [sym_directive] = STATE(3677), + [sym_diagnostic] = STATE(3677), + [aux_sym_raw_string_literal_repeat1] = STATE(8465), + [anon_sym_BANG] = ACTIONS(1153), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1155), + [aux_sym_simple_identifier_token2] = ACTIONS(1157), + [aux_sym_simple_identifier_token3] = ACTIONS(1157), + [aux_sym_simple_identifier_token4] = ACTIONS(1157), + [anon_sym_actor] = ACTIONS(1155), + [anon_sym_async] = ACTIONS(1155), + [anon_sym_each] = ACTIONS(1161), + [anon_sym_lazy] = ACTIONS(1155), + [anon_sym_repeat] = ACTIONS(1163), + [anon_sym_package] = ACTIONS(1155), + [anon_sym_nil] = ACTIONS(1165), + [sym_real_literal] = ACTIONS(1167), + [sym_integer_literal] = ACTIONS(1165), + [sym_hex_literal] = ACTIONS(1165), + [sym_oct_literal] = ACTIONS(1167), + [sym_bin_literal] = ACTIONS(1167), + [anon_sym_true] = ACTIONS(1169), + [anon_sym_false] = ACTIONS(1169), + [anon_sym_DQUOTE] = ACTIONS(1171), + [anon_sym_BSLASH] = ACTIONS(1173), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1175), + [sym__oneline_regex_literal] = ACTIONS(1177), + [anon_sym_LPAREN] = ACTIONS(1179), + [anon_sym_LBRACK] = ACTIONS(1181), + [anon_sym_AMP] = ACTIONS(1183), + [anon_sym_TILDE] = ACTIONS(1183), + [anon_sym_if] = ACTIONS(1185), + [anon_sym_switch] = ACTIONS(1187), + [aux_sym_custom_operator_token1] = ACTIONS(1189), + [anon_sym_LT] = ACTIONS(1191), + [anon_sym_GT] = ACTIONS(1191), + [anon_sym_await] = ACTIONS(1193), + [anon_sym_LBRACE] = ACTIONS(1195), + [anon_sym_CARET_LBRACE] = ACTIONS(1195), + [anon_sym_self] = ACTIONS(1197), + [anon_sym_super] = ACTIONS(1199), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(1203), + [anon_sym_DASH_EQ] = ACTIONS(1203), + [anon_sym_STAR_EQ] = ACTIONS(1203), + [anon_sym_SLASH_EQ] = ACTIONS(1203), + [anon_sym_PERCENT_EQ] = ACTIONS(1203), + [anon_sym_BANG_EQ] = ACTIONS(1191), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1203), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1203), + [anon_sym_LT_EQ] = ACTIONS(1203), + [anon_sym_GT_EQ] = ACTIONS(1203), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1205), + [anon_sym_DOT_DOT_LT] = ACTIONS(1207), + [anon_sym_PLUS] = ACTIONS(1209), + [anon_sym_DASH] = ACTIONS(1209), + [anon_sym_STAR] = ACTIONS(1191), + [anon_sym_SLASH] = ACTIONS(1191), + [anon_sym_PERCENT] = ACTIONS(1191), + [anon_sym_PLUS_PLUS] = ACTIONS(1183), + [anon_sym_DASH_DASH] = ACTIONS(1183), + [anon_sym_PIPE] = ACTIONS(1203), + [anon_sym_CARET] = ACTIONS(1191), + [anon_sym_LT_LT] = ACTIONS(1203), + [anon_sym_GT_GT] = ACTIONS(1203), + [anon_sym_borrowing] = ACTIONS(1155), + [anon_sym_consuming] = ACTIONS(1155), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(1211), + [sym__dot_custom] = ACTIONS(1213), + [sym__eq_custom] = ACTIONS(1203), + [sym__eq_eq_custom] = ACTIONS(1203), + [sym__plus_then_ws] = ACTIONS(1203), + [sym__minus_then_ws] = ACTIONS(1203), + [sym__bang_custom] = ACTIONS(1215), + [sym__custom_operator] = ACTIONS(1189), + [sym__hash_symbol_custom] = ACTIONS(1223), + [sym__directive_if] = ACTIONS(1219), + [sym__directive_elseif] = ACTIONS(1219), + [sym__directive_else] = ACTIONS(1221), + [sym__directive_endif] = ACTIONS(1221), + }, + [STATE(628)] = { + [sym_simple_identifier] = STATE(3463), + [sym__contextual_simple_identifier] = STATE(2936), + [sym__basic_literal] = STATE(3677), + [sym_boolean_literal] = STATE(3677), + [sym__string_literal] = STATE(3677), + [sym_line_string_literal] = STATE(3677), + [sym_multi_line_string_literal] = STATE(3677), + [sym_raw_string_literal] = STATE(3677), + [sym_regex_literal] = STATE(3677), + [sym__extended_regex_literal] = STATE(3739), + [sym__multiline_regex_literal] = STATE(3739), + [sym_user_type] = STATE(6561), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6561), + [sym_dictionary_type] = STATE(6561), + [sym_expression] = STATE(1599), + [sym_optional_chain_marker] = STATE(3677), + [sym__unary_expression] = STATE(3677), + [sym_postfix_expression] = STATE(3677), + [sym_constructor_expression] = STATE(3677), + [sym__parenthesized_type] = STATE(8461), + [sym_navigation_expression] = STATE(3677), + [sym__navigable_type_expression] = STATE(8461), + [sym_open_start_range_expression] = STATE(3677), + [sym__range_operator] = STATE(626), + [sym_open_end_range_expression] = STATE(3677), + [sym_prefix_expression] = STATE(3677), + [sym_as_expression] = STATE(3677), + [sym_selector_expression] = STATE(3677), + [sym__binary_expression] = STATE(3695), + [sym_multiplicative_expression] = STATE(3695), + [sym_additive_expression] = STATE(3695), + [sym_range_expression] = STATE(3695), + [sym_infix_expression] = STATE(3695), + [sym_nil_coalescing_expression] = STATE(3695), + [sym_check_expression] = STATE(3695), + [sym_comparison_expression] = STATE(3695), + [sym_equality_expression] = STATE(3695), + [sym_conjunction_expression] = STATE(3695), + [sym_disjunction_expression] = STATE(3695), + [sym_bitwise_operation] = STATE(3695), + [sym_custom_operator] = STATE(1325), + [sym_try_expression] = STATE(3677), + [sym_await_expression] = STATE(3677), + [sym__await_operator] = STATE(627), + [sym_ternary_expression] = STATE(3696), + [sym_call_expression] = STATE(3697), + [sym_macro_invocation] = STATE(3677), + [sym__primary_expression] = STATE(3677), + [sym_tuple_expression] = STATE(3677), + [sym_array_literal] = STATE(3677), + [sym_dictionary_literal] = STATE(3677), + [sym_special_literal] = STATE(3677), + [sym_playground_literal] = STATE(3677), + [sym_lambda_literal] = STATE(3677), + [sym_self_expression] = STATE(3677), + [sym_super_expression] = STATE(3677), + [sym_if_statement] = STATE(3677), + [sym_switch_statement] = STATE(3677), + [sym_key_path_expression] = STATE(3677), + [sym_key_path_string_expression] = STATE(3677), + [sym_try_operator] = STATE(628), + [sym__assignment_and_operator] = STATE(3673), + [sym__equality_operator] = STATE(3673), + [sym__comparison_operator] = STATE(3673), + [sym__three_dot_operator] = STATE(1329), + [sym__open_ended_range_operator] = STATE(626), + [sym__additive_operator] = STATE(3673), + [sym__multiplicative_operator] = STATE(3673), + [sym__prefix_unary_operator] = STATE(629), + [sym_directly_assignable_expression] = STATE(6568), + [sym_assignment] = STATE(3677), + [sym_value_parameter_pack] = STATE(3677), + [sym_value_pack_expansion] = STATE(3677), + [sym_referenceable_operator] = STATE(3677), + [sym__equal_sign] = STATE(3673), + [sym__eq_eq] = STATE(3673), + [sym__dot] = STATE(629), + [sym__hash_symbol] = STATE(4954), + [sym_bang] = STATE(1325), + [sym__parameter_ownership_modifier] = STATE(2936), + [sym_directive] = STATE(3677), + [sym_diagnostic] = STATE(3677), + [aux_sym_raw_string_literal_repeat1] = STATE(8465), + [anon_sym_BANG] = ACTIONS(1153), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1155), + [aux_sym_simple_identifier_token2] = ACTIONS(1157), + [aux_sym_simple_identifier_token3] = ACTIONS(1157), + [aux_sym_simple_identifier_token4] = ACTIONS(1157), + [anon_sym_actor] = ACTIONS(1155), + [anon_sym_async] = ACTIONS(1155), + [anon_sym_each] = ACTIONS(1161), + [anon_sym_lazy] = ACTIONS(1155), + [anon_sym_repeat] = ACTIONS(1163), + [anon_sym_package] = ACTIONS(1155), + [anon_sym_nil] = ACTIONS(1165), + [sym_real_literal] = ACTIONS(1167), + [sym_integer_literal] = ACTIONS(1165), + [sym_hex_literal] = ACTIONS(1165), + [sym_oct_literal] = ACTIONS(1167), + [sym_bin_literal] = ACTIONS(1167), + [anon_sym_true] = ACTIONS(1169), + [anon_sym_false] = ACTIONS(1169), + [anon_sym_DQUOTE] = ACTIONS(1171), + [anon_sym_BSLASH] = ACTIONS(1173), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1175), + [sym__oneline_regex_literal] = ACTIONS(1177), + [anon_sym_LPAREN] = ACTIONS(1179), + [anon_sym_LBRACK] = ACTIONS(1181), + [anon_sym_AMP] = ACTIONS(1183), + [anon_sym_TILDE] = ACTIONS(1183), + [anon_sym_if] = ACTIONS(1185), + [anon_sym_switch] = ACTIONS(1187), + [aux_sym_custom_operator_token1] = ACTIONS(1189), + [anon_sym_LT] = ACTIONS(1191), + [anon_sym_GT] = ACTIONS(1191), + [anon_sym_await] = ACTIONS(1193), + [anon_sym_LBRACE] = ACTIONS(1195), + [anon_sym_CARET_LBRACE] = ACTIONS(1195), + [anon_sym_self] = ACTIONS(1197), + [anon_sym_super] = ACTIONS(1199), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(1203), + [anon_sym_DASH_EQ] = ACTIONS(1203), + [anon_sym_STAR_EQ] = ACTIONS(1203), + [anon_sym_SLASH_EQ] = ACTIONS(1203), + [anon_sym_PERCENT_EQ] = ACTIONS(1203), + [anon_sym_BANG_EQ] = ACTIONS(1191), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1203), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1203), + [anon_sym_LT_EQ] = ACTIONS(1203), + [anon_sym_GT_EQ] = ACTIONS(1203), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1205), + [anon_sym_DOT_DOT_LT] = ACTIONS(1207), + [anon_sym_PLUS] = ACTIONS(1209), + [anon_sym_DASH] = ACTIONS(1209), + [anon_sym_STAR] = ACTIONS(1191), + [anon_sym_SLASH] = ACTIONS(1191), + [anon_sym_PERCENT] = ACTIONS(1191), + [anon_sym_PLUS_PLUS] = ACTIONS(1183), + [anon_sym_DASH_DASH] = ACTIONS(1183), + [anon_sym_PIPE] = ACTIONS(1203), + [anon_sym_CARET] = ACTIONS(1191), + [anon_sym_LT_LT] = ACTIONS(1203), + [anon_sym_GT_GT] = ACTIONS(1203), + [anon_sym_borrowing] = ACTIONS(1155), + [anon_sym_consuming] = ACTIONS(1155), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(1211), + [sym__dot_custom] = ACTIONS(1213), + [sym__eq_custom] = ACTIONS(1203), + [sym__eq_eq_custom] = ACTIONS(1203), + [sym__plus_then_ws] = ACTIONS(1203), + [sym__minus_then_ws] = ACTIONS(1203), + [sym__bang_custom] = ACTIONS(1215), + [sym__custom_operator] = ACTIONS(1189), + [sym__hash_symbol_custom] = ACTIONS(1223), + [sym__directive_if] = ACTIONS(1219), + [sym__directive_elseif] = ACTIONS(1219), + [sym__directive_else] = ACTIONS(1221), + [sym__directive_endif] = ACTIONS(1221), + }, + [STATE(629)] = { + [sym_simple_identifier] = STATE(3463), + [sym__contextual_simple_identifier] = STATE(2936), + [sym__basic_literal] = STATE(3677), + [sym_boolean_literal] = STATE(3677), + [sym__string_literal] = STATE(3677), + [sym_line_string_literal] = STATE(3677), + [sym_multi_line_string_literal] = STATE(3677), + [sym_raw_string_literal] = STATE(3677), + [sym_regex_literal] = STATE(3677), + [sym__extended_regex_literal] = STATE(3739), + [sym__multiline_regex_literal] = STATE(3739), + [sym_user_type] = STATE(6561), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6561), + [sym_dictionary_type] = STATE(6561), + [sym_expression] = STATE(1601), + [sym_optional_chain_marker] = STATE(3677), + [sym__unary_expression] = STATE(3677), + [sym_postfix_expression] = STATE(3677), + [sym_constructor_expression] = STATE(3677), + [sym__parenthesized_type] = STATE(8461), + [sym_navigation_expression] = STATE(3677), + [sym__navigable_type_expression] = STATE(8461), + [sym_open_start_range_expression] = STATE(3677), + [sym__range_operator] = STATE(626), + [sym_open_end_range_expression] = STATE(3677), + [sym_prefix_expression] = STATE(3677), + [sym_as_expression] = STATE(3677), + [sym_selector_expression] = STATE(3677), + [sym__binary_expression] = STATE(3677), + [sym_multiplicative_expression] = STATE(3677), + [sym_additive_expression] = STATE(3677), + [sym_range_expression] = STATE(3677), + [sym_infix_expression] = STATE(3677), + [sym_nil_coalescing_expression] = STATE(3677), + [sym_check_expression] = STATE(3677), + [sym_comparison_expression] = STATE(3677), + [sym_equality_expression] = STATE(3677), + [sym_conjunction_expression] = STATE(3677), + [sym_disjunction_expression] = STATE(3677), + [sym_bitwise_operation] = STATE(3677), + [sym_custom_operator] = STATE(1325), + [sym_try_expression] = STATE(3677), + [sym_await_expression] = STATE(3677), + [sym__await_operator] = STATE(627), + [sym_ternary_expression] = STATE(3677), + [sym_call_expression] = STATE(3677), + [sym_macro_invocation] = STATE(3677), + [sym__primary_expression] = STATE(3677), + [sym_tuple_expression] = STATE(3677), + [sym_array_literal] = STATE(3677), + [sym_dictionary_literal] = STATE(3677), + [sym_special_literal] = STATE(3677), + [sym_playground_literal] = STATE(3677), + [sym_lambda_literal] = STATE(3677), + [sym_self_expression] = STATE(3677), + [sym_super_expression] = STATE(3677), + [sym_if_statement] = STATE(3677), + [sym_switch_statement] = STATE(3677), + [sym_key_path_expression] = STATE(3677), + [sym_key_path_string_expression] = STATE(3677), + [sym_try_operator] = STATE(628), + [sym__assignment_and_operator] = STATE(3673), + [sym__equality_operator] = STATE(3673), + [sym__comparison_operator] = STATE(3673), + [sym__three_dot_operator] = STATE(1329), + [sym__open_ended_range_operator] = STATE(626), + [sym__additive_operator] = STATE(3673), + [sym__multiplicative_operator] = STATE(3673), + [sym__prefix_unary_operator] = STATE(629), + [sym_directly_assignable_expression] = STATE(6568), + [sym_assignment] = STATE(3677), + [sym_value_parameter_pack] = STATE(3677), + [sym_value_pack_expansion] = STATE(3677), + [sym_referenceable_operator] = STATE(3677), + [sym__equal_sign] = STATE(3673), + [sym__eq_eq] = STATE(3673), + [sym__dot] = STATE(629), + [sym__hash_symbol] = STATE(4954), + [sym_bang] = STATE(1325), + [sym__parameter_ownership_modifier] = STATE(2936), + [sym_directive] = STATE(3677), + [sym_diagnostic] = STATE(3677), + [aux_sym_raw_string_literal_repeat1] = STATE(8465), + [anon_sym_BANG] = ACTIONS(1153), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1155), + [aux_sym_simple_identifier_token2] = ACTIONS(1157), + [aux_sym_simple_identifier_token3] = ACTIONS(1157), + [aux_sym_simple_identifier_token4] = ACTIONS(1157), + [anon_sym_actor] = ACTIONS(1155), + [anon_sym_async] = ACTIONS(1716), + [anon_sym_each] = ACTIONS(1161), + [anon_sym_lazy] = ACTIONS(1155), + [anon_sym_repeat] = ACTIONS(1163), + [anon_sym_package] = ACTIONS(1155), + [anon_sym_nil] = ACTIONS(1165), + [sym_real_literal] = ACTIONS(1167), + [sym_integer_literal] = ACTIONS(1165), + [sym_hex_literal] = ACTIONS(1165), + [sym_oct_literal] = ACTIONS(1167), + [sym_bin_literal] = ACTIONS(1167), + [anon_sym_true] = ACTIONS(1169), + [anon_sym_false] = ACTIONS(1169), + [anon_sym_DQUOTE] = ACTIONS(1171), + [anon_sym_BSLASH] = ACTIONS(1173), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1175), + [sym__oneline_regex_literal] = ACTIONS(1177), + [anon_sym_LPAREN] = ACTIONS(1179), + [anon_sym_LBRACK] = ACTIONS(1181), + [anon_sym_AMP] = ACTIONS(1183), + [anon_sym_TILDE] = ACTIONS(1183), + [anon_sym_if] = ACTIONS(1718), + [anon_sym_switch] = ACTIONS(1720), + [aux_sym_custom_operator_token1] = ACTIONS(1189), + [anon_sym_LT] = ACTIONS(1191), + [anon_sym_GT] = ACTIONS(1191), + [anon_sym_await] = ACTIONS(1193), + [anon_sym_LBRACE] = ACTIONS(1195), + [anon_sym_CARET_LBRACE] = ACTIONS(1195), + [anon_sym_self] = ACTIONS(1197), + [anon_sym_super] = ACTIONS(1199), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(1203), + [anon_sym_DASH_EQ] = ACTIONS(1203), + [anon_sym_STAR_EQ] = ACTIONS(1203), + [anon_sym_SLASH_EQ] = ACTIONS(1203), + [anon_sym_PERCENT_EQ] = ACTIONS(1203), + [anon_sym_BANG_EQ] = ACTIONS(1191), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1203), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1203), + [anon_sym_LT_EQ] = ACTIONS(1203), + [anon_sym_GT_EQ] = ACTIONS(1203), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1205), + [anon_sym_DOT_DOT_LT] = ACTIONS(1207), + [anon_sym_PLUS] = ACTIONS(1209), + [anon_sym_DASH] = ACTIONS(1209), + [anon_sym_STAR] = ACTIONS(1191), + [anon_sym_SLASH] = ACTIONS(1191), + [anon_sym_PERCENT] = ACTIONS(1191), + [anon_sym_PLUS_PLUS] = ACTIONS(1183), + [anon_sym_DASH_DASH] = ACTIONS(1183), + [anon_sym_PIPE] = ACTIONS(1203), + [anon_sym_CARET] = ACTIONS(1191), + [anon_sym_LT_LT] = ACTIONS(1203), + [anon_sym_GT_GT] = ACTIONS(1203), + [anon_sym_borrowing] = ACTIONS(1155), + [anon_sym_consuming] = ACTIONS(1155), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(1211), + [sym__dot_custom] = ACTIONS(1213), + [sym__eq_custom] = ACTIONS(1203), + [sym__eq_eq_custom] = ACTIONS(1203), + [sym__plus_then_ws] = ACTIONS(1203), + [sym__minus_then_ws] = ACTIONS(1203), + [sym__bang_custom] = ACTIONS(1215), + [sym__custom_operator] = ACTIONS(1189), + [sym__hash_symbol_custom] = ACTIONS(1223), + [sym__directive_if] = ACTIONS(1219), + [sym__directive_elseif] = ACTIONS(1219), + [sym__directive_else] = ACTIONS(1221), + [sym__directive_endif] = ACTIONS(1221), + }, + [STATE(630)] = { + [sym_simple_identifier] = STATE(3463), + [sym__contextual_simple_identifier] = STATE(2936), + [sym__basic_literal] = STATE(3677), + [sym_boolean_literal] = STATE(3677), + [sym__string_literal] = STATE(3677), + [sym_line_string_literal] = STATE(3677), + [sym_multi_line_string_literal] = STATE(3677), + [sym_raw_string_literal] = STATE(3677), + [sym_regex_literal] = STATE(3677), + [sym__extended_regex_literal] = STATE(3739), + [sym__multiline_regex_literal] = STATE(3739), + [sym_user_type] = STATE(6561), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6561), + [sym_dictionary_type] = STATE(6561), + [sym_expression] = STATE(1615), + [sym_optional_chain_marker] = STATE(3677), + [sym__unary_expression] = STATE(3677), + [sym_postfix_expression] = STATE(3677), + [sym_constructor_expression] = STATE(3677), + [sym__parenthesized_type] = STATE(8461), + [sym_navigation_expression] = STATE(3677), + [sym__navigable_type_expression] = STATE(8461), + [sym_open_start_range_expression] = STATE(3677), + [sym__range_operator] = STATE(626), + [sym_open_end_range_expression] = STATE(3677), + [sym_prefix_expression] = STATE(3677), + [sym_as_expression] = STATE(3677), + [sym_selector_expression] = STATE(3677), + [sym__binary_expression] = STATE(3677), + [sym_multiplicative_expression] = STATE(3677), + [sym_additive_expression] = STATE(3677), + [sym_range_expression] = STATE(3677), + [sym_infix_expression] = STATE(3677), + [sym_nil_coalescing_expression] = STATE(3677), + [sym_check_expression] = STATE(3677), + [sym_comparison_expression] = STATE(3677), + [sym_equality_expression] = STATE(3677), + [sym_conjunction_expression] = STATE(3677), + [sym_disjunction_expression] = STATE(3677), + [sym_bitwise_operation] = STATE(3677), + [sym_custom_operator] = STATE(1325), + [sym_try_expression] = STATE(3677), + [sym_await_expression] = STATE(3677), + [sym__await_operator] = STATE(627), + [sym_ternary_expression] = STATE(3677), + [sym_call_expression] = STATE(3677), + [sym_macro_invocation] = STATE(3677), + [sym__primary_expression] = STATE(3677), + [sym_tuple_expression] = STATE(3677), + [sym_array_literal] = STATE(3677), + [sym_dictionary_literal] = STATE(3677), + [sym_special_literal] = STATE(3677), + [sym_playground_literal] = STATE(3677), + [sym_lambda_literal] = STATE(3677), + [sym_self_expression] = STATE(3677), + [sym_super_expression] = STATE(3677), + [sym_if_statement] = STATE(3677), + [sym_switch_statement] = STATE(3677), + [sym_key_path_expression] = STATE(3677), + [sym_key_path_string_expression] = STATE(3677), + [sym_try_operator] = STATE(628), + [sym__assignment_and_operator] = STATE(3673), + [sym__equality_operator] = STATE(3673), + [sym__comparison_operator] = STATE(3673), + [sym__three_dot_operator] = STATE(1329), + [sym__open_ended_range_operator] = STATE(626), + [sym__additive_operator] = STATE(3673), + [sym__multiplicative_operator] = STATE(3673), + [sym__prefix_unary_operator] = STATE(629), + [sym_directly_assignable_expression] = STATE(6568), + [sym_assignment] = STATE(3677), + [sym_value_parameter_pack] = STATE(3677), + [sym_value_pack_expansion] = STATE(3677), + [sym_referenceable_operator] = STATE(3677), + [sym__equal_sign] = STATE(3673), + [sym__eq_eq] = STATE(3673), + [sym__dot] = STATE(629), + [sym__hash_symbol] = STATE(4954), + [sym_bang] = STATE(1325), + [sym__parameter_ownership_modifier] = STATE(2936), + [sym_directive] = STATE(3677), + [sym_diagnostic] = STATE(3677), + [aux_sym_raw_string_literal_repeat1] = STATE(8465), + [anon_sym_BANG] = ACTIONS(1153), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1155), + [aux_sym_simple_identifier_token2] = ACTIONS(1157), + [aux_sym_simple_identifier_token3] = ACTIONS(1157), + [aux_sym_simple_identifier_token4] = ACTIONS(1157), + [anon_sym_actor] = ACTIONS(1155), + [anon_sym_async] = ACTIONS(1155), + [anon_sym_each] = ACTIONS(1161), + [anon_sym_lazy] = ACTIONS(1155), + [anon_sym_repeat] = ACTIONS(1163), + [anon_sym_package] = ACTIONS(1155), + [anon_sym_nil] = ACTIONS(1165), + [sym_real_literal] = ACTIONS(1167), + [sym_integer_literal] = ACTIONS(1165), + [sym_hex_literal] = ACTIONS(1165), + [sym_oct_literal] = ACTIONS(1167), + [sym_bin_literal] = ACTIONS(1167), + [anon_sym_true] = ACTIONS(1169), + [anon_sym_false] = ACTIONS(1169), + [anon_sym_DQUOTE] = ACTIONS(1171), + [anon_sym_BSLASH] = ACTIONS(1173), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1175), + [sym__oneline_regex_literal] = ACTIONS(1177), + [anon_sym_LPAREN] = ACTIONS(1179), + [anon_sym_LBRACK] = ACTIONS(1181), + [anon_sym_AMP] = ACTIONS(1183), + [anon_sym_TILDE] = ACTIONS(1183), + [anon_sym_if] = ACTIONS(1185), + [anon_sym_switch] = ACTIONS(1187), + [aux_sym_custom_operator_token1] = ACTIONS(1189), + [anon_sym_LT] = ACTIONS(1191), + [anon_sym_GT] = ACTIONS(1191), + [anon_sym_await] = ACTIONS(1193), + [anon_sym_LBRACE] = ACTIONS(1195), + [anon_sym_CARET_LBRACE] = ACTIONS(1195), + [anon_sym_self] = ACTIONS(1197), + [anon_sym_super] = ACTIONS(1199), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(1203), + [anon_sym_DASH_EQ] = ACTIONS(1203), + [anon_sym_STAR_EQ] = ACTIONS(1203), + [anon_sym_SLASH_EQ] = ACTIONS(1203), + [anon_sym_PERCENT_EQ] = ACTIONS(1203), + [anon_sym_BANG_EQ] = ACTIONS(1191), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1203), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1203), + [anon_sym_LT_EQ] = ACTIONS(1203), + [anon_sym_GT_EQ] = ACTIONS(1203), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1205), + [anon_sym_DOT_DOT_LT] = ACTIONS(1207), + [anon_sym_PLUS] = ACTIONS(1209), + [anon_sym_DASH] = ACTIONS(1209), + [anon_sym_STAR] = ACTIONS(1191), + [anon_sym_SLASH] = ACTIONS(1191), + [anon_sym_PERCENT] = ACTIONS(1191), + [anon_sym_PLUS_PLUS] = ACTIONS(1183), + [anon_sym_DASH_DASH] = ACTIONS(1183), + [anon_sym_PIPE] = ACTIONS(1203), + [anon_sym_CARET] = ACTIONS(1191), + [anon_sym_LT_LT] = ACTIONS(1203), + [anon_sym_GT_GT] = ACTIONS(1203), + [anon_sym_borrowing] = ACTIONS(1155), + [anon_sym_consuming] = ACTIONS(1155), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(1211), + [sym__dot_custom] = ACTIONS(1213), + [sym__eq_custom] = ACTIONS(1203), + [sym__eq_eq_custom] = ACTIONS(1203), + [sym__plus_then_ws] = ACTIONS(1203), + [sym__minus_then_ws] = ACTIONS(1203), + [sym__bang_custom] = ACTIONS(1215), + [sym__custom_operator] = ACTIONS(1189), + [sym__hash_symbol_custom] = ACTIONS(1223), + [sym__directive_if] = ACTIONS(1219), + [sym__directive_elseif] = ACTIONS(1219), + [sym__directive_else] = ACTIONS(1221), + [sym__directive_endif] = ACTIONS(1221), + }, + [STATE(631)] = { + [sym_simple_identifier] = STATE(2915), + [sym__contextual_simple_identifier] = STATE(2805), + [sym__basic_literal] = STATE(3407), + [sym_boolean_literal] = STATE(3407), + [sym__string_literal] = STATE(3407), + [sym_line_string_literal] = STATE(3407), + [sym_multi_line_string_literal] = STATE(3407), + [sym_raw_string_literal] = STATE(3407), + [sym_regex_literal] = STATE(3407), + [sym__extended_regex_literal] = STATE(3399), + [sym__multiline_regex_literal] = STATE(3399), + [sym_user_type] = STATE(6574), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6574), + [sym_dictionary_type] = STATE(6574), + [sym_expression] = STATE(1499), + [sym_optional_chain_marker] = STATE(3407), + [sym__unary_expression] = STATE(3407), + [sym_postfix_expression] = STATE(3407), + [sym_constructor_expression] = STATE(3407), + [sym__parenthesized_type] = STATE(7731), + [sym_navigation_expression] = STATE(3407), + [sym__navigable_type_expression] = STATE(7731), + [sym_open_start_range_expression] = STATE(3407), + [sym__range_operator] = STATE(658), + [sym_open_end_range_expression] = STATE(3407), + [sym_prefix_expression] = STATE(3407), + [sym_as_expression] = STATE(3407), + [sym_selector_expression] = STATE(3407), + [sym__binary_expression] = STATE(3407), + [sym_multiplicative_expression] = STATE(3407), + [sym_additive_expression] = STATE(3407), + [sym_range_expression] = STATE(3407), + [sym_infix_expression] = STATE(3407), + [sym_nil_coalescing_expression] = STATE(3407), + [sym_check_expression] = STATE(3407), + [sym_comparison_expression] = STATE(3407), + [sym_equality_expression] = STATE(3407), + [sym_conjunction_expression] = STATE(3407), + [sym_disjunction_expression] = STATE(3407), + [sym_bitwise_operation] = STATE(3407), + [sym_custom_operator] = STATE(1194), + [sym_try_expression] = STATE(3407), + [sym_await_expression] = STATE(3407), + [sym__await_operator] = STATE(692), + [sym_ternary_expression] = STATE(3407), + [sym_call_expression] = STATE(3407), + [sym_macro_invocation] = STATE(3407), + [sym__primary_expression] = STATE(3407), + [sym_tuple_expression] = STATE(3407), + [sym_array_literal] = STATE(3407), + [sym_dictionary_literal] = STATE(3407), + [sym_special_literal] = STATE(3407), + [sym_playground_literal] = STATE(3407), + [sym_lambda_literal] = STATE(3407), + [sym_self_expression] = STATE(3407), + [sym_super_expression] = STATE(3407), + [sym_if_statement] = STATE(3407), + [sym_switch_statement] = STATE(3407), + [sym_key_path_expression] = STATE(3407), + [sym_key_path_string_expression] = STATE(3407), + [sym_try_operator] = STATE(708), + [sym__assignment_and_operator] = STATE(3269), + [sym__equality_operator] = STATE(3269), + [sym__comparison_operator] = STATE(3269), + [sym__three_dot_operator] = STATE(1211), + [sym__open_ended_range_operator] = STATE(658), + [sym__additive_operator] = STATE(3269), + [sym__multiplicative_operator] = STATE(3269), + [sym__prefix_unary_operator] = STATE(595), + [sym_directly_assignable_expression] = STATE(6607), + [sym_assignment] = STATE(3407), + [sym_value_parameter_pack] = STATE(3407), + [sym_value_pack_expansion] = STATE(3407), + [sym_referenceable_operator] = STATE(3407), + [sym__equal_sign] = STATE(3269), + [sym__eq_eq] = STATE(3269), + [sym__dot] = STATE(595), + [sym__hash_symbol] = STATE(4958), + [sym_bang] = STATE(1194), + [sym__parameter_ownership_modifier] = STATE(2805), + [sym_directive] = STATE(3407), + [sym_diagnostic] = STATE(3407), + [aux_sym_raw_string_literal_repeat1] = STATE(7737), + [anon_sym_BANG] = ACTIONS(1077), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1079), + [aux_sym_simple_identifier_token2] = ACTIONS(1081), + [aux_sym_simple_identifier_token3] = ACTIONS(1081), + [aux_sym_simple_identifier_token4] = ACTIONS(1081), + [anon_sym_actor] = ACTIONS(1079), + [anon_sym_async] = ACTIONS(1079), + [anon_sym_each] = ACTIONS(1083), + [anon_sym_lazy] = ACTIONS(1079), + [anon_sym_repeat] = ACTIONS(1085), + [anon_sym_package] = ACTIONS(1079), + [anon_sym_nil] = ACTIONS(1087), + [sym_real_literal] = ACTIONS(1089), + [sym_integer_literal] = ACTIONS(1087), + [sym_hex_literal] = ACTIONS(1087), + [sym_oct_literal] = ACTIONS(1089), + [sym_bin_literal] = ACTIONS(1089), + [anon_sym_true] = ACTIONS(1091), + [anon_sym_false] = ACTIONS(1091), + [anon_sym_DQUOTE] = ACTIONS(1093), + [anon_sym_BSLASH] = ACTIONS(1095), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1097), + [sym__oneline_regex_literal] = ACTIONS(1099), + [anon_sym_LPAREN] = ACTIONS(1101), + [anon_sym_LBRACK] = ACTIONS(1103), + [anon_sym_AMP] = ACTIONS(1105), + [anon_sym_TILDE] = ACTIONS(1105), + [anon_sym_if] = ACTIONS(1107), + [anon_sym_switch] = ACTIONS(1109), + [aux_sym_custom_operator_token1] = ACTIONS(1111), + [anon_sym_LT] = ACTIONS(1113), + [anon_sym_GT] = ACTIONS(1113), + [anon_sym_await] = ACTIONS(1115), + [anon_sym_LBRACE] = ACTIONS(1117), + [anon_sym_CARET_LBRACE] = ACTIONS(1117), + [anon_sym_self] = ACTIONS(1119), + [anon_sym_super] = ACTIONS(1121), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(1123), + [anon_sym_DASH_EQ] = ACTIONS(1123), + [anon_sym_STAR_EQ] = ACTIONS(1123), + [anon_sym_SLASH_EQ] = ACTIONS(1123), + [anon_sym_PERCENT_EQ] = ACTIONS(1123), + [anon_sym_BANG_EQ] = ACTIONS(1113), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1123), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1123), + [anon_sym_LT_EQ] = ACTIONS(1123), + [anon_sym_GT_EQ] = ACTIONS(1123), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1125), + [anon_sym_DOT_DOT_LT] = ACTIONS(1127), + [anon_sym_PLUS] = ACTIONS(1129), + [anon_sym_DASH] = ACTIONS(1129), + [anon_sym_STAR] = ACTIONS(1113), + [anon_sym_SLASH] = ACTIONS(1113), + [anon_sym_PERCENT] = ACTIONS(1113), + [anon_sym_PLUS_PLUS] = ACTIONS(1105), + [anon_sym_DASH_DASH] = ACTIONS(1105), + [anon_sym_PIPE] = ACTIONS(1123), + [anon_sym_CARET] = ACTIONS(1113), + [anon_sym_LT_LT] = ACTIONS(1123), + [anon_sym_GT_GT] = ACTIONS(1123), + [anon_sym_borrowing] = ACTIONS(1079), + [anon_sym_consuming] = ACTIONS(1079), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(1131), + [sym__dot_custom] = ACTIONS(1133), + [sym__eq_custom] = ACTIONS(1123), + [sym__eq_eq_custom] = ACTIONS(1123), + [sym__plus_then_ws] = ACTIONS(1123), + [sym__minus_then_ws] = ACTIONS(1123), + [sym__bang_custom] = ACTIONS(1135), + [sym__custom_operator] = ACTIONS(1111), + [sym__hash_symbol_custom] = ACTIONS(1137), + [sym__directive_if] = ACTIONS(1139), + [sym__directive_elseif] = ACTIONS(1139), + [sym__directive_else] = ACTIONS(1141), + [sym__directive_endif] = ACTIONS(1141), + }, + [STATE(632)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1611), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(633)] = { + [sym_simple_identifier] = STATE(3463), + [sym__contextual_simple_identifier] = STATE(2936), + [sym__basic_literal] = STATE(3677), + [sym_boolean_literal] = STATE(3677), + [sym__string_literal] = STATE(3677), + [sym_line_string_literal] = STATE(3677), + [sym_multi_line_string_literal] = STATE(3677), + [sym_raw_string_literal] = STATE(3677), + [sym_regex_literal] = STATE(3677), + [sym__extended_regex_literal] = STATE(3739), + [sym__multiline_regex_literal] = STATE(3739), + [sym_user_type] = STATE(6561), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6561), + [sym_dictionary_type] = STATE(6561), + [sym_expression] = STATE(1605), + [sym_optional_chain_marker] = STATE(3677), + [sym__unary_expression] = STATE(3677), + [sym_postfix_expression] = STATE(3677), + [sym_constructor_expression] = STATE(3677), + [sym__parenthesized_type] = STATE(8461), + [sym_navigation_expression] = STATE(3677), + [sym__navigable_type_expression] = STATE(8461), + [sym_open_start_range_expression] = STATE(3677), + [sym__range_operator] = STATE(626), + [sym_open_end_range_expression] = STATE(3677), + [sym_prefix_expression] = STATE(3677), + [sym_as_expression] = STATE(3677), + [sym_selector_expression] = STATE(3677), + [sym__binary_expression] = STATE(3677), + [sym_multiplicative_expression] = STATE(3677), + [sym_additive_expression] = STATE(3677), + [sym_range_expression] = STATE(3677), + [sym_infix_expression] = STATE(3677), + [sym_nil_coalescing_expression] = STATE(3677), + [sym_check_expression] = STATE(3677), + [sym_comparison_expression] = STATE(3677), + [sym_equality_expression] = STATE(3677), + [sym_conjunction_expression] = STATE(3677), + [sym_disjunction_expression] = STATE(3677), + [sym_bitwise_operation] = STATE(3677), + [sym_custom_operator] = STATE(1325), + [sym_try_expression] = STATE(3677), + [sym_await_expression] = STATE(3677), + [sym__await_operator] = STATE(627), + [sym_ternary_expression] = STATE(3677), + [sym_call_expression] = STATE(3677), + [sym_macro_invocation] = STATE(3677), + [sym__primary_expression] = STATE(3677), + [sym_tuple_expression] = STATE(3677), + [sym_array_literal] = STATE(3677), + [sym_dictionary_literal] = STATE(3677), + [sym_special_literal] = STATE(3677), + [sym_playground_literal] = STATE(3677), + [sym_lambda_literal] = STATE(3677), + [sym_self_expression] = STATE(3677), + [sym_super_expression] = STATE(3677), + [sym_if_statement] = STATE(3677), + [sym_switch_statement] = STATE(3677), + [sym_key_path_expression] = STATE(3677), + [sym_key_path_string_expression] = STATE(3677), + [sym_try_operator] = STATE(628), + [sym__assignment_and_operator] = STATE(3673), + [sym__equality_operator] = STATE(3673), + [sym__comparison_operator] = STATE(3673), + [sym__three_dot_operator] = STATE(1329), + [sym__open_ended_range_operator] = STATE(626), + [sym__additive_operator] = STATE(3673), + [sym__multiplicative_operator] = STATE(3673), + [sym__prefix_unary_operator] = STATE(629), + [sym_directly_assignable_expression] = STATE(6568), + [sym_assignment] = STATE(3677), + [sym_value_parameter_pack] = STATE(3677), + [sym_value_pack_expansion] = STATE(3677), + [sym_referenceable_operator] = STATE(3677), + [sym__equal_sign] = STATE(3673), + [sym__eq_eq] = STATE(3673), + [sym__dot] = STATE(629), + [sym__hash_symbol] = STATE(4954), + [sym_bang] = STATE(1325), + [sym__parameter_ownership_modifier] = STATE(2936), + [sym_directive] = STATE(3677), + [sym_diagnostic] = STATE(3677), + [aux_sym_raw_string_literal_repeat1] = STATE(8465), + [anon_sym_BANG] = ACTIONS(1153), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1155), + [aux_sym_simple_identifier_token2] = ACTIONS(1157), + [aux_sym_simple_identifier_token3] = ACTIONS(1157), + [aux_sym_simple_identifier_token4] = ACTIONS(1157), + [anon_sym_actor] = ACTIONS(1155), + [anon_sym_async] = ACTIONS(1155), + [anon_sym_each] = ACTIONS(1161), + [anon_sym_lazy] = ACTIONS(1155), + [anon_sym_repeat] = ACTIONS(1163), + [anon_sym_package] = ACTIONS(1155), + [anon_sym_nil] = ACTIONS(1165), + [sym_real_literal] = ACTIONS(1167), + [sym_integer_literal] = ACTIONS(1165), + [sym_hex_literal] = ACTIONS(1165), + [sym_oct_literal] = ACTIONS(1167), + [sym_bin_literal] = ACTIONS(1167), + [anon_sym_true] = ACTIONS(1169), + [anon_sym_false] = ACTIONS(1169), + [anon_sym_DQUOTE] = ACTIONS(1171), + [anon_sym_BSLASH] = ACTIONS(1173), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1175), + [sym__oneline_regex_literal] = ACTIONS(1177), + [anon_sym_LPAREN] = ACTIONS(1179), + [anon_sym_LBRACK] = ACTIONS(1181), + [anon_sym_AMP] = ACTIONS(1183), + [anon_sym_TILDE] = ACTIONS(1183), + [anon_sym_if] = ACTIONS(1185), + [anon_sym_switch] = ACTIONS(1187), + [aux_sym_custom_operator_token1] = ACTIONS(1189), + [anon_sym_LT] = ACTIONS(1191), + [anon_sym_GT] = ACTIONS(1191), + [anon_sym_await] = ACTIONS(1193), + [anon_sym_LBRACE] = ACTIONS(1195), + [anon_sym_CARET_LBRACE] = ACTIONS(1195), + [anon_sym_self] = ACTIONS(1197), + [anon_sym_super] = ACTIONS(1199), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(1203), + [anon_sym_DASH_EQ] = ACTIONS(1203), + [anon_sym_STAR_EQ] = ACTIONS(1203), + [anon_sym_SLASH_EQ] = ACTIONS(1203), + [anon_sym_PERCENT_EQ] = ACTIONS(1203), + [anon_sym_BANG_EQ] = ACTIONS(1191), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1203), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1203), + [anon_sym_LT_EQ] = ACTIONS(1203), + [anon_sym_GT_EQ] = ACTIONS(1203), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1205), + [anon_sym_DOT_DOT_LT] = ACTIONS(1207), + [anon_sym_PLUS] = ACTIONS(1209), + [anon_sym_DASH] = ACTIONS(1209), + [anon_sym_STAR] = ACTIONS(1191), + [anon_sym_SLASH] = ACTIONS(1191), + [anon_sym_PERCENT] = ACTIONS(1191), + [anon_sym_PLUS_PLUS] = ACTIONS(1183), + [anon_sym_DASH_DASH] = ACTIONS(1183), + [anon_sym_PIPE] = ACTIONS(1203), + [anon_sym_CARET] = ACTIONS(1191), + [anon_sym_LT_LT] = ACTIONS(1203), + [anon_sym_GT_GT] = ACTIONS(1203), + [anon_sym_borrowing] = ACTIONS(1155), + [anon_sym_consuming] = ACTIONS(1155), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(1211), + [sym__dot_custom] = ACTIONS(1213), + [sym__eq_custom] = ACTIONS(1203), + [sym__eq_eq_custom] = ACTIONS(1203), + [sym__plus_then_ws] = ACTIONS(1203), + [sym__minus_then_ws] = ACTIONS(1203), + [sym__bang_custom] = ACTIONS(1215), + [sym__custom_operator] = ACTIONS(1189), + [sym__hash_symbol_custom] = ACTIONS(1223), + [sym__directive_if] = ACTIONS(1219), + [sym__directive_elseif] = ACTIONS(1219), + [sym__directive_else] = ACTIONS(1221), + [sym__directive_endif] = ACTIONS(1221), + }, + [STATE(634)] = { + [sym_simple_identifier] = STATE(3463), + [sym__contextual_simple_identifier] = STATE(2936), + [sym__basic_literal] = STATE(3677), + [sym_boolean_literal] = STATE(3677), + [sym__string_literal] = STATE(3677), + [sym_line_string_literal] = STATE(3677), + [sym_multi_line_string_literal] = STATE(3677), + [sym_raw_string_literal] = STATE(3677), + [sym_regex_literal] = STATE(3677), + [sym__extended_regex_literal] = STATE(3739), + [sym__multiline_regex_literal] = STATE(3739), + [sym_user_type] = STATE(6561), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6561), + [sym_dictionary_type] = STATE(6561), + [sym_expression] = STATE(1591), + [sym_optional_chain_marker] = STATE(3677), + [sym__unary_expression] = STATE(3677), + [sym_postfix_expression] = STATE(3677), + [sym_constructor_expression] = STATE(3677), + [sym__parenthesized_type] = STATE(8461), + [sym_navigation_expression] = STATE(3677), + [sym__navigable_type_expression] = STATE(8461), + [sym_open_start_range_expression] = STATE(3677), + [sym__range_operator] = STATE(626), + [sym_open_end_range_expression] = STATE(3677), + [sym_prefix_expression] = STATE(3677), + [sym_as_expression] = STATE(3677), + [sym_selector_expression] = STATE(3677), + [sym__binary_expression] = STATE(3677), + [sym_multiplicative_expression] = STATE(3677), + [sym_additive_expression] = STATE(3677), + [sym_range_expression] = STATE(3677), + [sym_infix_expression] = STATE(3677), + [sym_nil_coalescing_expression] = STATE(3677), + [sym_check_expression] = STATE(3677), + [sym_comparison_expression] = STATE(3677), + [sym_equality_expression] = STATE(3677), + [sym_conjunction_expression] = STATE(3677), + [sym_disjunction_expression] = STATE(3677), + [sym_bitwise_operation] = STATE(3677), + [sym_custom_operator] = STATE(1325), + [sym_try_expression] = STATE(3677), + [sym_await_expression] = STATE(3677), + [sym__await_operator] = STATE(627), + [sym_ternary_expression] = STATE(3677), + [sym_call_expression] = STATE(3677), + [sym_macro_invocation] = STATE(3677), + [sym__primary_expression] = STATE(3677), + [sym_tuple_expression] = STATE(3677), + [sym_array_literal] = STATE(3677), + [sym_dictionary_literal] = STATE(3677), + [sym_special_literal] = STATE(3677), + [sym_playground_literal] = STATE(3677), + [sym_lambda_literal] = STATE(3677), + [sym_self_expression] = STATE(3677), + [sym_super_expression] = STATE(3677), + [sym_if_statement] = STATE(3677), + [sym_switch_statement] = STATE(3677), + [sym_key_path_expression] = STATE(3677), + [sym_key_path_string_expression] = STATE(3677), + [sym_try_operator] = STATE(628), + [sym__assignment_and_operator] = STATE(3673), + [sym__equality_operator] = STATE(3673), + [sym__comparison_operator] = STATE(3673), + [sym__three_dot_operator] = STATE(1329), + [sym__open_ended_range_operator] = STATE(626), + [sym__additive_operator] = STATE(3673), + [sym__multiplicative_operator] = STATE(3673), + [sym__prefix_unary_operator] = STATE(629), + [sym_directly_assignable_expression] = STATE(6568), + [sym_assignment] = STATE(3677), + [sym_value_parameter_pack] = STATE(3677), + [sym_value_pack_expansion] = STATE(3677), + [sym_referenceable_operator] = STATE(3677), + [sym__equal_sign] = STATE(3673), + [sym__eq_eq] = STATE(3673), + [sym__dot] = STATE(629), + [sym__hash_symbol] = STATE(4954), + [sym_bang] = STATE(1325), + [sym__parameter_ownership_modifier] = STATE(2936), + [sym_directive] = STATE(3677), + [sym_diagnostic] = STATE(3677), + [aux_sym_raw_string_literal_repeat1] = STATE(8465), + [anon_sym_BANG] = ACTIONS(1153), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1155), + [aux_sym_simple_identifier_token2] = ACTIONS(1157), + [aux_sym_simple_identifier_token3] = ACTIONS(1157), + [aux_sym_simple_identifier_token4] = ACTIONS(1157), + [anon_sym_actor] = ACTIONS(1155), + [anon_sym_async] = ACTIONS(1155), + [anon_sym_each] = ACTIONS(1161), + [anon_sym_lazy] = ACTIONS(1155), + [anon_sym_repeat] = ACTIONS(1163), + [anon_sym_package] = ACTIONS(1155), + [anon_sym_nil] = ACTIONS(1165), + [sym_real_literal] = ACTIONS(1167), + [sym_integer_literal] = ACTIONS(1165), + [sym_hex_literal] = ACTIONS(1165), + [sym_oct_literal] = ACTIONS(1167), + [sym_bin_literal] = ACTIONS(1167), + [anon_sym_true] = ACTIONS(1169), + [anon_sym_false] = ACTIONS(1169), + [anon_sym_DQUOTE] = ACTIONS(1171), + [anon_sym_BSLASH] = ACTIONS(1173), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1175), + [sym__oneline_regex_literal] = ACTIONS(1177), + [anon_sym_LPAREN] = ACTIONS(1179), + [anon_sym_LBRACK] = ACTIONS(1181), + [anon_sym_AMP] = ACTIONS(1183), + [anon_sym_TILDE] = ACTIONS(1183), + [anon_sym_if] = ACTIONS(1185), + [anon_sym_switch] = ACTIONS(1187), + [aux_sym_custom_operator_token1] = ACTIONS(1189), + [anon_sym_LT] = ACTIONS(1191), + [anon_sym_GT] = ACTIONS(1191), + [anon_sym_await] = ACTIONS(1193), + [anon_sym_LBRACE] = ACTIONS(1195), + [anon_sym_CARET_LBRACE] = ACTIONS(1195), + [anon_sym_self] = ACTIONS(1197), + [anon_sym_super] = ACTIONS(1199), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(1203), + [anon_sym_DASH_EQ] = ACTIONS(1203), + [anon_sym_STAR_EQ] = ACTIONS(1203), + [anon_sym_SLASH_EQ] = ACTIONS(1203), + [anon_sym_PERCENT_EQ] = ACTIONS(1203), + [anon_sym_BANG_EQ] = ACTIONS(1191), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1203), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1203), + [anon_sym_LT_EQ] = ACTIONS(1203), + [anon_sym_GT_EQ] = ACTIONS(1203), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1205), + [anon_sym_DOT_DOT_LT] = ACTIONS(1207), + [anon_sym_PLUS] = ACTIONS(1209), + [anon_sym_DASH] = ACTIONS(1209), + [anon_sym_STAR] = ACTIONS(1191), + [anon_sym_SLASH] = ACTIONS(1191), + [anon_sym_PERCENT] = ACTIONS(1191), + [anon_sym_PLUS_PLUS] = ACTIONS(1183), + [anon_sym_DASH_DASH] = ACTIONS(1183), + [anon_sym_PIPE] = ACTIONS(1203), + [anon_sym_CARET] = ACTIONS(1191), + [anon_sym_LT_LT] = ACTIONS(1203), + [anon_sym_GT_GT] = ACTIONS(1203), + [anon_sym_borrowing] = ACTIONS(1155), + [anon_sym_consuming] = ACTIONS(1155), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(1211), + [sym__dot_custom] = ACTIONS(1213), + [sym__eq_custom] = ACTIONS(1203), + [sym__eq_eq_custom] = ACTIONS(1203), + [sym__plus_then_ws] = ACTIONS(1203), + [sym__minus_then_ws] = ACTIONS(1203), + [sym__bang_custom] = ACTIONS(1215), + [sym__custom_operator] = ACTIONS(1189), + [sym__hash_symbol_custom] = ACTIONS(1223), + [sym__directive_if] = ACTIONS(1219), + [sym__directive_elseif] = ACTIONS(1219), + [sym__directive_else] = ACTIONS(1221), + [sym__directive_endif] = ACTIONS(1221), + }, + [STATE(635)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6602), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6602), + [sym_dictionary_type] = STATE(6602), + [sym_expression] = STATE(754), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(635), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(738), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(638), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(640), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(742), + [sym__open_ended_range_operator] = STATE(635), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(644), + [sym_directly_assignable_expression] = STATE(6603), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(644), + [sym__hash_symbol] = STATE(4946), + [sym_bang] = STATE(738), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(611), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(613), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(615), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(617), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(627), + [anon_sym_TILDE] = ACTIONS(627), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(629), + [aux_sym_custom_operator_token1] = ACTIONS(631), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(635), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(641), + [anon_sym_DOT_DOT_LT] = ACTIONS(643), + [anon_sym_PLUS] = ACTIONS(645), + [anon_sym_DASH] = ACTIONS(645), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(627), + [anon_sym_DASH_DASH] = ACTIONS(627), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(647), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(649), + [sym__custom_operator] = ACTIONS(631), + [sym__hash_symbol_custom] = ACTIONS(651), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(636)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1608), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(637)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1598), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(638)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6602), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6602), + [sym_dictionary_type] = STATE(6602), + [sym_expression] = STATE(744), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(635), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(738), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(638), + [sym_ternary_expression] = STATE(891), + [sym_call_expression] = STATE(892), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(640), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(742), + [sym__open_ended_range_operator] = STATE(635), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(644), + [sym_directly_assignable_expression] = STATE(6603), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(644), + [sym__hash_symbol] = STATE(4946), + [sym_bang] = STATE(738), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(611), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(613), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(615), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(617), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(627), + [anon_sym_TILDE] = ACTIONS(627), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(629), + [aux_sym_custom_operator_token1] = ACTIONS(631), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(635), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(641), + [anon_sym_DOT_DOT_LT] = ACTIONS(643), + [anon_sym_PLUS] = ACTIONS(645), + [anon_sym_DASH] = ACTIONS(645), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(627), + [anon_sym_DASH_DASH] = ACTIONS(627), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(647), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(649), + [sym__custom_operator] = ACTIONS(631), + [sym__hash_symbol_custom] = ACTIONS(651), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(639)] = { + [sym_simple_identifier] = STATE(2455), + [sym__contextual_simple_identifier] = STATE(2422), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1474), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2828), + [sym_call_expression] = STATE(2835), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym_self_expression] = STATE(2689), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(2689), + [sym_switch_statement] = STATE(2689), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__parameter_ownership_modifier] = STATE(2422), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(11), + [aux_sym_simple_identifier_token2] = ACTIONS(13), + [aux_sym_simple_identifier_token3] = ACTIONS(13), + [aux_sym_simple_identifier_token4] = ACTIONS(13), + [anon_sym_actor] = ACTIONS(11), + [anon_sym_async] = ACTIONS(11), + [anon_sym_each] = ACTIONS(19), + [anon_sym_lazy] = ACTIONS(11), + [anon_sym_repeat] = ACTIONS(831), + [anon_sym_package] = ACTIONS(11), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_self] = ACTIONS(59), + [anon_sym_super] = ACTIONS(61), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [anon_sym_borrowing] = ACTIONS(11), + [anon_sym_consuming] = ACTIONS(11), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(640)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6602), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6602), + [sym_dictionary_type] = STATE(6602), + [sym_expression] = STATE(753), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(635), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(893), + [sym_multiplicative_expression] = STATE(893), + [sym_additive_expression] = STATE(893), + [sym_range_expression] = STATE(893), + [sym_infix_expression] = STATE(893), + [sym_nil_coalescing_expression] = STATE(893), + [sym_check_expression] = STATE(893), + [sym_comparison_expression] = STATE(893), + [sym_equality_expression] = STATE(893), + [sym_conjunction_expression] = STATE(893), + [sym_disjunction_expression] = STATE(893), + [sym_bitwise_operation] = STATE(893), + [sym_custom_operator] = STATE(738), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(638), + [sym_ternary_expression] = STATE(894), + [sym_call_expression] = STATE(895), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(640), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(742), + [sym__open_ended_range_operator] = STATE(635), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(644), + [sym_directly_assignable_expression] = STATE(6603), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(644), + [sym__hash_symbol] = STATE(4946), + [sym_bang] = STATE(738), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(611), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(613), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(615), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(617), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(627), + [anon_sym_TILDE] = ACTIONS(627), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(629), + [aux_sym_custom_operator_token1] = ACTIONS(631), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(635), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(641), + [anon_sym_DOT_DOT_LT] = ACTIONS(643), + [anon_sym_PLUS] = ACTIONS(645), + [anon_sym_DASH] = ACTIONS(645), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(627), + [anon_sym_DASH_DASH] = ACTIONS(627), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(647), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(649), + [sym__custom_operator] = ACTIONS(631), + [sym__hash_symbol_custom] = ACTIONS(651), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(641)] = { + [sym_simple_identifier] = STATE(3463), + [sym__contextual_simple_identifier] = STATE(2936), + [sym__basic_literal] = STATE(3677), + [sym_boolean_literal] = STATE(3677), + [sym__string_literal] = STATE(3677), + [sym_line_string_literal] = STATE(3677), + [sym_multi_line_string_literal] = STATE(3677), + [sym_raw_string_literal] = STATE(3677), + [sym_regex_literal] = STATE(3677), + [sym__extended_regex_literal] = STATE(3739), + [sym__multiline_regex_literal] = STATE(3739), + [sym_user_type] = STATE(6561), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6561), + [sym_dictionary_type] = STATE(6561), + [sym_expression] = STATE(1625), + [sym_optional_chain_marker] = STATE(3677), + [sym__unary_expression] = STATE(3677), + [sym_postfix_expression] = STATE(3677), + [sym_constructor_expression] = STATE(3677), + [sym__parenthesized_type] = STATE(8461), + [sym_navigation_expression] = STATE(3677), + [sym__navigable_type_expression] = STATE(8461), + [sym_open_start_range_expression] = STATE(3677), + [sym__range_operator] = STATE(626), + [sym_open_end_range_expression] = STATE(3677), + [sym_prefix_expression] = STATE(3677), + [sym_as_expression] = STATE(3677), + [sym_selector_expression] = STATE(3677), + [sym__binary_expression] = STATE(3677), + [sym_multiplicative_expression] = STATE(3677), + [sym_additive_expression] = STATE(3677), + [sym_range_expression] = STATE(3677), + [sym_infix_expression] = STATE(3677), + [sym_nil_coalescing_expression] = STATE(3677), + [sym_check_expression] = STATE(3677), + [sym_comparison_expression] = STATE(3677), + [sym_equality_expression] = STATE(3677), + [sym_conjunction_expression] = STATE(3677), + [sym_disjunction_expression] = STATE(3677), + [sym_bitwise_operation] = STATE(3677), + [sym_custom_operator] = STATE(1325), + [sym_try_expression] = STATE(3677), + [sym_await_expression] = STATE(3677), + [sym__await_operator] = STATE(627), + [sym_ternary_expression] = STATE(3677), + [sym_call_expression] = STATE(3677), + [sym_macro_invocation] = STATE(3677), + [sym__primary_expression] = STATE(3677), + [sym_tuple_expression] = STATE(3677), + [sym_array_literal] = STATE(3677), + [sym_dictionary_literal] = STATE(3677), + [sym_special_literal] = STATE(3677), + [sym_playground_literal] = STATE(3677), + [sym_lambda_literal] = STATE(3677), + [sym_self_expression] = STATE(3677), + [sym_super_expression] = STATE(3677), + [sym_if_statement] = STATE(3677), + [sym_switch_statement] = STATE(3677), + [sym_key_path_expression] = STATE(3677), + [sym_key_path_string_expression] = STATE(3677), + [sym_try_operator] = STATE(628), + [sym__assignment_and_operator] = STATE(3673), + [sym__equality_operator] = STATE(3673), + [sym__comparison_operator] = STATE(3673), + [sym__three_dot_operator] = STATE(1329), + [sym__open_ended_range_operator] = STATE(626), + [sym__additive_operator] = STATE(3673), + [sym__multiplicative_operator] = STATE(3673), + [sym__prefix_unary_operator] = STATE(629), + [sym_directly_assignable_expression] = STATE(6568), + [sym_assignment] = STATE(3677), + [sym_value_parameter_pack] = STATE(3677), + [sym_value_pack_expansion] = STATE(3677), + [sym_referenceable_operator] = STATE(3677), + [sym__equal_sign] = STATE(3673), + [sym__eq_eq] = STATE(3673), + [sym__dot] = STATE(629), + [sym__hash_symbol] = STATE(4954), + [sym_bang] = STATE(1325), + [sym__parameter_ownership_modifier] = STATE(2936), + [sym_directive] = STATE(3677), + [sym_diagnostic] = STATE(3677), + [aux_sym_raw_string_literal_repeat1] = STATE(8465), + [anon_sym_BANG] = ACTIONS(1153), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1155), + [aux_sym_simple_identifier_token2] = ACTIONS(1157), + [aux_sym_simple_identifier_token3] = ACTIONS(1157), + [aux_sym_simple_identifier_token4] = ACTIONS(1157), + [anon_sym_actor] = ACTIONS(1155), + [anon_sym_async] = ACTIONS(1155), + [anon_sym_each] = ACTIONS(1161), + [anon_sym_lazy] = ACTIONS(1155), + [anon_sym_repeat] = ACTIONS(1163), + [anon_sym_package] = ACTIONS(1155), + [anon_sym_nil] = ACTIONS(1165), + [sym_real_literal] = ACTIONS(1167), + [sym_integer_literal] = ACTIONS(1165), + [sym_hex_literal] = ACTIONS(1165), + [sym_oct_literal] = ACTIONS(1167), + [sym_bin_literal] = ACTIONS(1167), + [anon_sym_true] = ACTIONS(1169), + [anon_sym_false] = ACTIONS(1169), + [anon_sym_DQUOTE] = ACTIONS(1171), + [anon_sym_BSLASH] = ACTIONS(1173), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1175), + [sym__oneline_regex_literal] = ACTIONS(1177), + [anon_sym_LPAREN] = ACTIONS(1179), + [anon_sym_LBRACK] = ACTIONS(1181), + [anon_sym_AMP] = ACTIONS(1183), + [anon_sym_TILDE] = ACTIONS(1183), + [anon_sym_if] = ACTIONS(1185), + [anon_sym_switch] = ACTIONS(1187), + [aux_sym_custom_operator_token1] = ACTIONS(1189), + [anon_sym_LT] = ACTIONS(1191), + [anon_sym_GT] = ACTIONS(1191), + [anon_sym_await] = ACTIONS(1193), + [anon_sym_LBRACE] = ACTIONS(1195), + [anon_sym_CARET_LBRACE] = ACTIONS(1195), + [anon_sym_self] = ACTIONS(1197), + [anon_sym_super] = ACTIONS(1199), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(1203), + [anon_sym_DASH_EQ] = ACTIONS(1203), + [anon_sym_STAR_EQ] = ACTIONS(1203), + [anon_sym_SLASH_EQ] = ACTIONS(1203), + [anon_sym_PERCENT_EQ] = ACTIONS(1203), + [anon_sym_BANG_EQ] = ACTIONS(1191), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1203), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1203), + [anon_sym_LT_EQ] = ACTIONS(1203), + [anon_sym_GT_EQ] = ACTIONS(1203), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1205), + [anon_sym_DOT_DOT_LT] = ACTIONS(1207), + [anon_sym_PLUS] = ACTIONS(1209), + [anon_sym_DASH] = ACTIONS(1209), + [anon_sym_STAR] = ACTIONS(1191), + [anon_sym_SLASH] = ACTIONS(1191), + [anon_sym_PERCENT] = ACTIONS(1191), + [anon_sym_PLUS_PLUS] = ACTIONS(1183), + [anon_sym_DASH_DASH] = ACTIONS(1183), + [anon_sym_PIPE] = ACTIONS(1203), + [anon_sym_CARET] = ACTIONS(1191), + [anon_sym_LT_LT] = ACTIONS(1203), + [anon_sym_GT_GT] = ACTIONS(1203), + [anon_sym_borrowing] = ACTIONS(1155), + [anon_sym_consuming] = ACTIONS(1155), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(1211), + [sym__dot_custom] = ACTIONS(1213), + [sym__eq_custom] = ACTIONS(1203), + [sym__eq_eq_custom] = ACTIONS(1203), + [sym__plus_then_ws] = ACTIONS(1203), + [sym__minus_then_ws] = ACTIONS(1203), + [sym__bang_custom] = ACTIONS(1215), + [sym__custom_operator] = ACTIONS(1189), + [sym__hash_symbol_custom] = ACTIONS(1223), + [sym__directive_if] = ACTIONS(1219), + [sym__directive_elseif] = ACTIONS(1219), + [sym__directive_else] = ACTIONS(1221), + [sym__directive_endif] = ACTIONS(1221), + }, + [STATE(642)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6602), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6602), + [sym_dictionary_type] = STATE(6602), + [sym_expression] = STATE(752), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(635), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(738), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(638), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(640), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(742), + [sym__open_ended_range_operator] = STATE(635), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(644), + [sym_directly_assignable_expression] = STATE(6603), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(644), + [sym__hash_symbol] = STATE(4946), + [sym_bang] = STATE(738), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(611), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(613), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(615), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(617), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(627), + [anon_sym_TILDE] = ACTIONS(627), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(629), + [aux_sym_custom_operator_token1] = ACTIONS(631), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(635), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(641), + [anon_sym_DOT_DOT_LT] = ACTIONS(643), + [anon_sym_PLUS] = ACTIONS(645), + [anon_sym_DASH] = ACTIONS(645), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(627), + [anon_sym_DASH_DASH] = ACTIONS(627), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(647), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(649), + [sym__custom_operator] = ACTIONS(631), + [sym__hash_symbol_custom] = ACTIONS(651), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(643)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1620), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(644)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6602), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6602), + [sym_dictionary_type] = STATE(6602), + [sym_expression] = STATE(746), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(635), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(738), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(638), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(640), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(742), + [sym__open_ended_range_operator] = STATE(635), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(644), + [sym_directly_assignable_expression] = STATE(6603), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(644), + [sym__hash_symbol] = STATE(4946), + [sym_bang] = STATE(738), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(611), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(1722), + [anon_sym_each] = ACTIONS(613), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(615), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(617), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(627), + [anon_sym_TILDE] = ACTIONS(627), + [anon_sym_if] = ACTIONS(1724), + [anon_sym_switch] = ACTIONS(1726), + [aux_sym_custom_operator_token1] = ACTIONS(631), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(635), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(641), + [anon_sym_DOT_DOT_LT] = ACTIONS(643), + [anon_sym_PLUS] = ACTIONS(645), + [anon_sym_DASH] = ACTIONS(645), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(627), + [anon_sym_DASH_DASH] = ACTIONS(627), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(647), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(649), + [sym__custom_operator] = ACTIONS(631), + [sym__hash_symbol_custom] = ACTIONS(651), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(645)] = { + [sym_simple_identifier] = STATE(2939), + [sym__contextual_simple_identifier] = STATE(2778), + [sym__basic_literal] = STATE(3483), + [sym_boolean_literal] = STATE(3483), + [sym__string_literal] = STATE(3483), + [sym_line_string_literal] = STATE(3483), + [sym_multi_line_string_literal] = STATE(3483), + [sym_raw_string_literal] = STATE(3483), + [sym_regex_literal] = STATE(3483), + [sym__extended_regex_literal] = STATE(3437), + [sym__multiline_regex_literal] = STATE(3437), + [sym_user_type] = STATE(6567), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6567), + [sym_dictionary_type] = STATE(6567), + [sym_expression] = STATE(1531), + [sym_optional_chain_marker] = STATE(3483), + [sym__unary_expression] = STATE(3483), + [sym_postfix_expression] = STATE(3483), + [sym_constructor_expression] = STATE(3483), + [sym__parenthesized_type] = STATE(7825), + [sym_navigation_expression] = STATE(3483), + [sym__navigable_type_expression] = STATE(7825), + [sym_open_start_range_expression] = STATE(3483), + [sym__range_operator] = STATE(645), + [sym_open_end_range_expression] = STATE(3483), + [sym_prefix_expression] = STATE(3483), + [sym_as_expression] = STATE(3483), + [sym_selector_expression] = STATE(3483), + [sym__binary_expression] = STATE(3483), + [sym_multiplicative_expression] = STATE(3483), + [sym_additive_expression] = STATE(3483), + [sym_range_expression] = STATE(3483), + [sym_infix_expression] = STATE(3483), + [sym_nil_coalescing_expression] = STATE(3483), + [sym_check_expression] = STATE(3483), + [sym_comparison_expression] = STATE(3483), + [sym_equality_expression] = STATE(3483), + [sym_conjunction_expression] = STATE(3483), + [sym_disjunction_expression] = STATE(3483), + [sym_bitwise_operation] = STATE(3483), + [sym_custom_operator] = STATE(1227), + [sym_try_expression] = STATE(3483), + [sym_await_expression] = STATE(3483), + [sym__await_operator] = STATE(647), + [sym_ternary_expression] = STATE(3483), + [sym_call_expression] = STATE(3483), + [sym_macro_invocation] = STATE(3483), + [sym__primary_expression] = STATE(3483), + [sym_tuple_expression] = STATE(3483), + [sym_array_literal] = STATE(3483), + [sym_dictionary_literal] = STATE(3483), + [sym_special_literal] = STATE(3483), + [sym_playground_literal] = STATE(3483), + [sym_lambda_literal] = STATE(3483), + [sym_self_expression] = STATE(3483), + [sym_super_expression] = STATE(3483), + [sym_if_statement] = STATE(3483), + [sym_switch_statement] = STATE(3483), + [sym_key_path_expression] = STATE(3483), + [sym_key_path_string_expression] = STATE(3483), + [sym_try_operator] = STATE(650), + [sym__assignment_and_operator] = STATE(3154), + [sym__equality_operator] = STATE(3154), + [sym__comparison_operator] = STATE(3154), + [sym__three_dot_operator] = STATE(1215), + [sym__open_ended_range_operator] = STATE(645), + [sym__additive_operator] = STATE(3154), + [sym__multiplicative_operator] = STATE(3154), + [sym__prefix_unary_operator] = STATE(663), + [sym_directly_assignable_expression] = STATE(6569), + [sym_assignment] = STATE(3483), + [sym_value_parameter_pack] = STATE(3483), + [sym_value_pack_expansion] = STATE(3483), + [sym_referenceable_operator] = STATE(3483), + [sym__equal_sign] = STATE(3154), + [sym__eq_eq] = STATE(3154), + [sym__dot] = STATE(663), + [sym__hash_symbol] = STATE(4956), + [sym_bang] = STATE(1227), + [sym__parameter_ownership_modifier] = STATE(2778), + [sym_directive] = STATE(3483), + [sym_diagnostic] = STATE(3483), + [aux_sym_raw_string_literal_repeat1] = STATE(7865), + [anon_sym_BANG] = ACTIONS(939), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(941), + [aux_sym_simple_identifier_token2] = ACTIONS(943), + [aux_sym_simple_identifier_token3] = ACTIONS(943), + [aux_sym_simple_identifier_token4] = ACTIONS(943), + [anon_sym_actor] = ACTIONS(941), + [anon_sym_async] = ACTIONS(941), + [anon_sym_each] = ACTIONS(945), + [anon_sym_lazy] = ACTIONS(941), + [anon_sym_repeat] = ACTIONS(947), + [anon_sym_package] = ACTIONS(941), + [anon_sym_nil] = ACTIONS(949), + [sym_real_literal] = ACTIONS(951), + [sym_integer_literal] = ACTIONS(949), + [sym_hex_literal] = ACTIONS(949), + [sym_oct_literal] = ACTIONS(951), + [sym_bin_literal] = ACTIONS(951), + [anon_sym_true] = ACTIONS(953), + [anon_sym_false] = ACTIONS(953), + [anon_sym_DQUOTE] = ACTIONS(955), + [anon_sym_BSLASH] = ACTIONS(957), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(959), + [sym__oneline_regex_literal] = ACTIONS(961), + [anon_sym_LPAREN] = ACTIONS(1145), + [anon_sym_LBRACK] = ACTIONS(965), + [anon_sym_AMP] = ACTIONS(967), + [anon_sym_TILDE] = ACTIONS(967), + [anon_sym_if] = ACTIONS(969), + [anon_sym_switch] = ACTIONS(971), + [aux_sym_custom_operator_token1] = ACTIONS(973), + [anon_sym_LT] = ACTIONS(975), + [anon_sym_GT] = ACTIONS(975), + [anon_sym_await] = ACTIONS(977), + [anon_sym_LBRACE] = ACTIONS(979), + [anon_sym_CARET_LBRACE] = ACTIONS(979), + [anon_sym_self] = ACTIONS(981), + [anon_sym_super] = ACTIONS(983), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(987), + [anon_sym_DASH_EQ] = ACTIONS(987), + [anon_sym_STAR_EQ] = ACTIONS(987), + [anon_sym_SLASH_EQ] = ACTIONS(987), + [anon_sym_PERCENT_EQ] = ACTIONS(987), + [anon_sym_BANG_EQ] = ACTIONS(975), + [anon_sym_BANG_EQ_EQ] = ACTIONS(987), + [anon_sym_EQ_EQ_EQ] = ACTIONS(987), + [anon_sym_LT_EQ] = ACTIONS(987), + [anon_sym_GT_EQ] = ACTIONS(987), + [anon_sym_DOT_DOT_DOT] = ACTIONS(989), + [anon_sym_DOT_DOT_LT] = ACTIONS(991), + [anon_sym_PLUS] = ACTIONS(995), + [anon_sym_DASH] = ACTIONS(995), + [anon_sym_STAR] = ACTIONS(975), + [anon_sym_SLASH] = ACTIONS(975), + [anon_sym_PERCENT] = ACTIONS(975), + [anon_sym_PLUS_PLUS] = ACTIONS(967), + [anon_sym_DASH_DASH] = ACTIONS(967), + [anon_sym_PIPE] = ACTIONS(987), + [anon_sym_CARET] = ACTIONS(975), + [anon_sym_LT_LT] = ACTIONS(987), + [anon_sym_GT_GT] = ACTIONS(987), + [anon_sym_borrowing] = ACTIONS(941), + [anon_sym_consuming] = ACTIONS(941), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(999), + [sym__dot_custom] = ACTIONS(1147), + [sym__eq_custom] = ACTIONS(987), + [sym__eq_eq_custom] = ACTIONS(987), + [sym__plus_then_ws] = ACTIONS(987), + [sym__minus_then_ws] = ACTIONS(987), + [sym__bang_custom] = ACTIONS(1003), + [sym__custom_operator] = ACTIONS(973), + [sym__hash_symbol_custom] = ACTIONS(1005), + [sym__directive_if] = ACTIONS(1007), + [sym__directive_elseif] = ACTIONS(1007), + [sym__directive_else] = ACTIONS(1009), + [sym__directive_endif] = ACTIONS(1009), + }, + [STATE(646)] = { + [sym_simple_identifier] = STATE(2455), + [sym__contextual_simple_identifier] = STATE(2422), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1480), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym_self_expression] = STATE(2689), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(2689), + [sym_switch_statement] = STATE(2689), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__parameter_ownership_modifier] = STATE(2422), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(11), + [aux_sym_simple_identifier_token2] = ACTIONS(13), + [aux_sym_simple_identifier_token3] = ACTIONS(13), + [aux_sym_simple_identifier_token4] = ACTIONS(13), + [anon_sym_actor] = ACTIONS(11), + [anon_sym_async] = ACTIONS(11), + [anon_sym_each] = ACTIONS(19), + [anon_sym_lazy] = ACTIONS(11), + [anon_sym_repeat] = ACTIONS(831), + [anon_sym_package] = ACTIONS(11), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_self] = ACTIONS(59), + [anon_sym_super] = ACTIONS(61), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [anon_sym_borrowing] = ACTIONS(11), + [anon_sym_consuming] = ACTIONS(11), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(647)] = { + [sym_simple_identifier] = STATE(2939), + [sym__contextual_simple_identifier] = STATE(2778), + [sym__basic_literal] = STATE(3483), + [sym_boolean_literal] = STATE(3483), + [sym__string_literal] = STATE(3483), + [sym_line_string_literal] = STATE(3483), + [sym_multi_line_string_literal] = STATE(3483), + [sym_raw_string_literal] = STATE(3483), + [sym_regex_literal] = STATE(3483), + [sym__extended_regex_literal] = STATE(3437), + [sym__multiline_regex_literal] = STATE(3437), + [sym_user_type] = STATE(6567), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6567), + [sym_dictionary_type] = STATE(6567), + [sym_expression] = STATE(1545), + [sym_optional_chain_marker] = STATE(3483), + [sym__unary_expression] = STATE(3483), + [sym_postfix_expression] = STATE(3483), + [sym_constructor_expression] = STATE(3483), + [sym__parenthesized_type] = STATE(7825), + [sym_navigation_expression] = STATE(3483), + [sym__navigable_type_expression] = STATE(7825), + [sym_open_start_range_expression] = STATE(3483), + [sym__range_operator] = STATE(645), + [sym_open_end_range_expression] = STATE(3483), + [sym_prefix_expression] = STATE(3483), + [sym_as_expression] = STATE(3483), + [sym_selector_expression] = STATE(3483), + [sym__binary_expression] = STATE(3483), + [sym_multiplicative_expression] = STATE(3483), + [sym_additive_expression] = STATE(3483), + [sym_range_expression] = STATE(3483), + [sym_infix_expression] = STATE(3483), + [sym_nil_coalescing_expression] = STATE(3483), + [sym_check_expression] = STATE(3483), + [sym_comparison_expression] = STATE(3483), + [sym_equality_expression] = STATE(3483), + [sym_conjunction_expression] = STATE(3483), + [sym_disjunction_expression] = STATE(3483), + [sym_bitwise_operation] = STATE(3483), + [sym_custom_operator] = STATE(1227), + [sym_try_expression] = STATE(3483), + [sym_await_expression] = STATE(3483), + [sym__await_operator] = STATE(647), + [sym_ternary_expression] = STATE(3129), + [sym_call_expression] = STATE(3131), + [sym_macro_invocation] = STATE(3483), + [sym__primary_expression] = STATE(3483), + [sym_tuple_expression] = STATE(3483), + [sym_array_literal] = STATE(3483), + [sym_dictionary_literal] = STATE(3483), + [sym_special_literal] = STATE(3483), + [sym_playground_literal] = STATE(3483), + [sym_lambda_literal] = STATE(3483), + [sym_self_expression] = STATE(3483), + [sym_super_expression] = STATE(3483), + [sym_if_statement] = STATE(3483), + [sym_switch_statement] = STATE(3483), + [sym_key_path_expression] = STATE(3483), + [sym_key_path_string_expression] = STATE(3483), + [sym_try_operator] = STATE(650), + [sym__assignment_and_operator] = STATE(3154), + [sym__equality_operator] = STATE(3154), + [sym__comparison_operator] = STATE(3154), + [sym__three_dot_operator] = STATE(1215), + [sym__open_ended_range_operator] = STATE(645), + [sym__additive_operator] = STATE(3154), + [sym__multiplicative_operator] = STATE(3154), + [sym__prefix_unary_operator] = STATE(663), + [sym_directly_assignable_expression] = STATE(6569), + [sym_assignment] = STATE(3483), + [sym_value_parameter_pack] = STATE(3483), + [sym_value_pack_expansion] = STATE(3483), + [sym_referenceable_operator] = STATE(3483), + [sym__equal_sign] = STATE(3154), + [sym__eq_eq] = STATE(3154), + [sym__dot] = STATE(663), + [sym__hash_symbol] = STATE(4956), + [sym_bang] = STATE(1227), + [sym__parameter_ownership_modifier] = STATE(2778), + [sym_directive] = STATE(3483), + [sym_diagnostic] = STATE(3483), + [aux_sym_raw_string_literal_repeat1] = STATE(7865), + [anon_sym_BANG] = ACTIONS(939), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(941), + [aux_sym_simple_identifier_token2] = ACTIONS(943), + [aux_sym_simple_identifier_token3] = ACTIONS(943), + [aux_sym_simple_identifier_token4] = ACTIONS(943), + [anon_sym_actor] = ACTIONS(941), + [anon_sym_async] = ACTIONS(941), + [anon_sym_each] = ACTIONS(945), + [anon_sym_lazy] = ACTIONS(941), + [anon_sym_repeat] = ACTIONS(947), + [anon_sym_package] = ACTIONS(941), + [anon_sym_nil] = ACTIONS(949), + [sym_real_literal] = ACTIONS(951), + [sym_integer_literal] = ACTIONS(949), + [sym_hex_literal] = ACTIONS(949), + [sym_oct_literal] = ACTIONS(951), + [sym_bin_literal] = ACTIONS(951), + [anon_sym_true] = ACTIONS(953), + [anon_sym_false] = ACTIONS(953), + [anon_sym_DQUOTE] = ACTIONS(955), + [anon_sym_BSLASH] = ACTIONS(957), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(959), + [sym__oneline_regex_literal] = ACTIONS(961), + [anon_sym_LPAREN] = ACTIONS(1145), + [anon_sym_LBRACK] = ACTIONS(965), + [anon_sym_AMP] = ACTIONS(967), + [anon_sym_TILDE] = ACTIONS(967), + [anon_sym_if] = ACTIONS(969), + [anon_sym_switch] = ACTIONS(971), + [aux_sym_custom_operator_token1] = ACTIONS(973), + [anon_sym_LT] = ACTIONS(975), + [anon_sym_GT] = ACTIONS(975), + [anon_sym_await] = ACTIONS(977), + [anon_sym_LBRACE] = ACTIONS(979), + [anon_sym_CARET_LBRACE] = ACTIONS(979), + [anon_sym_self] = ACTIONS(981), + [anon_sym_super] = ACTIONS(983), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(987), + [anon_sym_DASH_EQ] = ACTIONS(987), + [anon_sym_STAR_EQ] = ACTIONS(987), + [anon_sym_SLASH_EQ] = ACTIONS(987), + [anon_sym_PERCENT_EQ] = ACTIONS(987), + [anon_sym_BANG_EQ] = ACTIONS(975), + [anon_sym_BANG_EQ_EQ] = ACTIONS(987), + [anon_sym_EQ_EQ_EQ] = ACTIONS(987), + [anon_sym_LT_EQ] = ACTIONS(987), + [anon_sym_GT_EQ] = ACTIONS(987), + [anon_sym_DOT_DOT_DOT] = ACTIONS(989), + [anon_sym_DOT_DOT_LT] = ACTIONS(991), + [anon_sym_PLUS] = ACTIONS(995), + [anon_sym_DASH] = ACTIONS(995), + [anon_sym_STAR] = ACTIONS(975), + [anon_sym_SLASH] = ACTIONS(975), + [anon_sym_PERCENT] = ACTIONS(975), + [anon_sym_PLUS_PLUS] = ACTIONS(967), + [anon_sym_DASH_DASH] = ACTIONS(967), + [anon_sym_PIPE] = ACTIONS(987), + [anon_sym_CARET] = ACTIONS(975), + [anon_sym_LT_LT] = ACTIONS(987), + [anon_sym_GT_GT] = ACTIONS(987), + [anon_sym_borrowing] = ACTIONS(941), + [anon_sym_consuming] = ACTIONS(941), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(999), + [sym__dot_custom] = ACTIONS(1147), + [sym__eq_custom] = ACTIONS(987), + [sym__eq_eq_custom] = ACTIONS(987), + [sym__plus_then_ws] = ACTIONS(987), + [sym__minus_then_ws] = ACTIONS(987), + [sym__bang_custom] = ACTIONS(1003), + [sym__custom_operator] = ACTIONS(973), + [sym__hash_symbol_custom] = ACTIONS(1005), + [sym__directive_if] = ACTIONS(1007), + [sym__directive_elseif] = ACTIONS(1007), + [sym__directive_else] = ACTIONS(1009), + [sym__directive_endif] = ACTIONS(1009), + }, + [STATE(648)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1649), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(649)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1541), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(650)] = { + [sym_simple_identifier] = STATE(2939), + [sym__contextual_simple_identifier] = STATE(2778), + [sym__basic_literal] = STATE(3483), + [sym_boolean_literal] = STATE(3483), + [sym__string_literal] = STATE(3483), + [sym_line_string_literal] = STATE(3483), + [sym_multi_line_string_literal] = STATE(3483), + [sym_raw_string_literal] = STATE(3483), + [sym_regex_literal] = STATE(3483), + [sym__extended_regex_literal] = STATE(3437), + [sym__multiline_regex_literal] = STATE(3437), + [sym_user_type] = STATE(6567), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6567), + [sym_dictionary_type] = STATE(6567), + [sym_expression] = STATE(1529), + [sym_optional_chain_marker] = STATE(3483), + [sym__unary_expression] = STATE(3483), + [sym_postfix_expression] = STATE(3483), + [sym_constructor_expression] = STATE(3483), + [sym__parenthesized_type] = STATE(7825), + [sym_navigation_expression] = STATE(3483), + [sym__navigable_type_expression] = STATE(7825), + [sym_open_start_range_expression] = STATE(3483), + [sym__range_operator] = STATE(645), + [sym_open_end_range_expression] = STATE(3483), + [sym_prefix_expression] = STATE(3483), + [sym_as_expression] = STATE(3483), + [sym_selector_expression] = STATE(3483), + [sym__binary_expression] = STATE(3136), + [sym_multiplicative_expression] = STATE(3136), + [sym_additive_expression] = STATE(3136), + [sym_range_expression] = STATE(3136), + [sym_infix_expression] = STATE(3136), + [sym_nil_coalescing_expression] = STATE(3136), + [sym_check_expression] = STATE(3136), + [sym_comparison_expression] = STATE(3136), + [sym_equality_expression] = STATE(3136), + [sym_conjunction_expression] = STATE(3136), + [sym_disjunction_expression] = STATE(3136), + [sym_bitwise_operation] = STATE(3136), + [sym_custom_operator] = STATE(1227), + [sym_try_expression] = STATE(3483), + [sym_await_expression] = STATE(3483), + [sym__await_operator] = STATE(647), + [sym_ternary_expression] = STATE(3142), + [sym_call_expression] = STATE(3146), + [sym_macro_invocation] = STATE(3483), + [sym__primary_expression] = STATE(3483), + [sym_tuple_expression] = STATE(3483), + [sym_array_literal] = STATE(3483), + [sym_dictionary_literal] = STATE(3483), + [sym_special_literal] = STATE(3483), + [sym_playground_literal] = STATE(3483), + [sym_lambda_literal] = STATE(3483), + [sym_self_expression] = STATE(3483), + [sym_super_expression] = STATE(3483), + [sym_if_statement] = STATE(3483), + [sym_switch_statement] = STATE(3483), + [sym_key_path_expression] = STATE(3483), + [sym_key_path_string_expression] = STATE(3483), + [sym_try_operator] = STATE(650), + [sym__assignment_and_operator] = STATE(3154), + [sym__equality_operator] = STATE(3154), + [sym__comparison_operator] = STATE(3154), + [sym__three_dot_operator] = STATE(1215), + [sym__open_ended_range_operator] = STATE(645), + [sym__additive_operator] = STATE(3154), + [sym__multiplicative_operator] = STATE(3154), + [sym__prefix_unary_operator] = STATE(663), + [sym_directly_assignable_expression] = STATE(6569), + [sym_assignment] = STATE(3483), + [sym_value_parameter_pack] = STATE(3483), + [sym_value_pack_expansion] = STATE(3483), + [sym_referenceable_operator] = STATE(3483), + [sym__equal_sign] = STATE(3154), + [sym__eq_eq] = STATE(3154), + [sym__dot] = STATE(663), + [sym__hash_symbol] = STATE(4956), + [sym_bang] = STATE(1227), + [sym__parameter_ownership_modifier] = STATE(2778), + [sym_directive] = STATE(3483), + [sym_diagnostic] = STATE(3483), + [aux_sym_raw_string_literal_repeat1] = STATE(7865), + [anon_sym_BANG] = ACTIONS(939), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(941), + [aux_sym_simple_identifier_token2] = ACTIONS(943), + [aux_sym_simple_identifier_token3] = ACTIONS(943), + [aux_sym_simple_identifier_token4] = ACTIONS(943), + [anon_sym_actor] = ACTIONS(941), + [anon_sym_async] = ACTIONS(941), + [anon_sym_each] = ACTIONS(945), + [anon_sym_lazy] = ACTIONS(941), + [anon_sym_repeat] = ACTIONS(947), + [anon_sym_package] = ACTIONS(941), + [anon_sym_nil] = ACTIONS(949), + [sym_real_literal] = ACTIONS(951), + [sym_integer_literal] = ACTIONS(949), + [sym_hex_literal] = ACTIONS(949), + [sym_oct_literal] = ACTIONS(951), + [sym_bin_literal] = ACTIONS(951), + [anon_sym_true] = ACTIONS(953), + [anon_sym_false] = ACTIONS(953), + [anon_sym_DQUOTE] = ACTIONS(955), + [anon_sym_BSLASH] = ACTIONS(957), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(959), + [sym__oneline_regex_literal] = ACTIONS(961), + [anon_sym_LPAREN] = ACTIONS(1145), + [anon_sym_LBRACK] = ACTIONS(965), + [anon_sym_AMP] = ACTIONS(967), + [anon_sym_TILDE] = ACTIONS(967), + [anon_sym_if] = ACTIONS(969), + [anon_sym_switch] = ACTIONS(971), + [aux_sym_custom_operator_token1] = ACTIONS(973), + [anon_sym_LT] = ACTIONS(975), + [anon_sym_GT] = ACTIONS(975), + [anon_sym_await] = ACTIONS(977), + [anon_sym_LBRACE] = ACTIONS(979), + [anon_sym_CARET_LBRACE] = ACTIONS(979), + [anon_sym_self] = ACTIONS(981), + [anon_sym_super] = ACTIONS(983), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(987), + [anon_sym_DASH_EQ] = ACTIONS(987), + [anon_sym_STAR_EQ] = ACTIONS(987), + [anon_sym_SLASH_EQ] = ACTIONS(987), + [anon_sym_PERCENT_EQ] = ACTIONS(987), + [anon_sym_BANG_EQ] = ACTIONS(975), + [anon_sym_BANG_EQ_EQ] = ACTIONS(987), + [anon_sym_EQ_EQ_EQ] = ACTIONS(987), + [anon_sym_LT_EQ] = ACTIONS(987), + [anon_sym_GT_EQ] = ACTIONS(987), + [anon_sym_DOT_DOT_DOT] = ACTIONS(989), + [anon_sym_DOT_DOT_LT] = ACTIONS(991), + [anon_sym_PLUS] = ACTIONS(995), + [anon_sym_DASH] = ACTIONS(995), + [anon_sym_STAR] = ACTIONS(975), + [anon_sym_SLASH] = ACTIONS(975), + [anon_sym_PERCENT] = ACTIONS(975), + [anon_sym_PLUS_PLUS] = ACTIONS(967), + [anon_sym_DASH_DASH] = ACTIONS(967), + [anon_sym_PIPE] = ACTIONS(987), + [anon_sym_CARET] = ACTIONS(975), + [anon_sym_LT_LT] = ACTIONS(987), + [anon_sym_GT_GT] = ACTIONS(987), + [anon_sym_borrowing] = ACTIONS(941), + [anon_sym_consuming] = ACTIONS(941), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(999), + [sym__dot_custom] = ACTIONS(1147), + [sym__eq_custom] = ACTIONS(987), + [sym__eq_eq_custom] = ACTIONS(987), + [sym__plus_then_ws] = ACTIONS(987), + [sym__minus_then_ws] = ACTIONS(987), + [sym__bang_custom] = ACTIONS(1003), + [sym__custom_operator] = ACTIONS(973), + [sym__hash_symbol_custom] = ACTIONS(1005), + [sym__directive_if] = ACTIONS(1007), + [sym__directive_elseif] = ACTIONS(1007), + [sym__directive_else] = ACTIONS(1009), + [sym__directive_endif] = ACTIONS(1009), + }, + [STATE(651)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1672), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(652)] = { + [sym_simple_identifier] = STATE(2915), + [sym__contextual_simple_identifier] = STATE(2805), + [sym__basic_literal] = STATE(3407), + [sym_boolean_literal] = STATE(3407), + [sym__string_literal] = STATE(3407), + [sym_line_string_literal] = STATE(3407), + [sym_multi_line_string_literal] = STATE(3407), + [sym_raw_string_literal] = STATE(3407), + [sym_regex_literal] = STATE(3407), + [sym__extended_regex_literal] = STATE(3399), + [sym__multiline_regex_literal] = STATE(3399), + [sym_user_type] = STATE(6574), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6574), + [sym_dictionary_type] = STATE(6574), + [sym_expression] = STATE(1553), + [sym_optional_chain_marker] = STATE(3407), + [sym__unary_expression] = STATE(3407), + [sym_postfix_expression] = STATE(3407), + [sym_constructor_expression] = STATE(3407), + [sym__parenthesized_type] = STATE(7731), + [sym_navigation_expression] = STATE(3407), + [sym__navigable_type_expression] = STATE(7731), + [sym_open_start_range_expression] = STATE(3407), + [sym__range_operator] = STATE(658), + [sym_open_end_range_expression] = STATE(3407), + [sym_prefix_expression] = STATE(3407), + [sym_as_expression] = STATE(3407), + [sym_selector_expression] = STATE(3407), + [sym__binary_expression] = STATE(3407), + [sym_multiplicative_expression] = STATE(3407), + [sym_additive_expression] = STATE(3407), + [sym_range_expression] = STATE(3407), + [sym_infix_expression] = STATE(3407), + [sym_nil_coalescing_expression] = STATE(3407), + [sym_check_expression] = STATE(3407), + [sym_comparison_expression] = STATE(3407), + [sym_equality_expression] = STATE(3407), + [sym_conjunction_expression] = STATE(3407), + [sym_disjunction_expression] = STATE(3407), + [sym_bitwise_operation] = STATE(3407), + [sym_custom_operator] = STATE(1194), + [sym_try_expression] = STATE(3407), + [sym_await_expression] = STATE(3407), + [sym__await_operator] = STATE(692), + [sym_ternary_expression] = STATE(3407), + [sym_call_expression] = STATE(3407), + [sym_macro_invocation] = STATE(3407), + [sym__primary_expression] = STATE(3407), + [sym_tuple_expression] = STATE(3407), + [sym_array_literal] = STATE(3407), + [sym_dictionary_literal] = STATE(3407), + [sym_special_literal] = STATE(3407), + [sym_playground_literal] = STATE(3407), + [sym_lambda_literal] = STATE(3407), + [sym_self_expression] = STATE(3407), + [sym_super_expression] = STATE(3407), + [sym_if_statement] = STATE(3407), + [sym_switch_statement] = STATE(3407), + [sym_key_path_expression] = STATE(3407), + [sym_key_path_string_expression] = STATE(3407), + [sym_try_operator] = STATE(708), + [sym__assignment_and_operator] = STATE(3269), + [sym__equality_operator] = STATE(3269), + [sym__comparison_operator] = STATE(3269), + [sym__three_dot_operator] = STATE(1211), + [sym__open_ended_range_operator] = STATE(658), + [sym__additive_operator] = STATE(3269), + [sym__multiplicative_operator] = STATE(3269), + [sym__prefix_unary_operator] = STATE(595), + [sym_directly_assignable_expression] = STATE(6607), + [sym_assignment] = STATE(3407), + [sym_value_parameter_pack] = STATE(3407), + [sym_value_pack_expansion] = STATE(3407), + [sym_referenceable_operator] = STATE(3407), + [sym__equal_sign] = STATE(3269), + [sym__eq_eq] = STATE(3269), + [sym__dot] = STATE(595), + [sym__hash_symbol] = STATE(4958), + [sym_bang] = STATE(1194), + [sym__parameter_ownership_modifier] = STATE(2805), + [sym_directive] = STATE(3407), + [sym_diagnostic] = STATE(3407), + [aux_sym_raw_string_literal_repeat1] = STATE(7737), + [anon_sym_BANG] = ACTIONS(1077), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1079), + [aux_sym_simple_identifier_token2] = ACTIONS(1081), + [aux_sym_simple_identifier_token3] = ACTIONS(1081), + [aux_sym_simple_identifier_token4] = ACTIONS(1081), + [anon_sym_actor] = ACTIONS(1079), + [anon_sym_async] = ACTIONS(1079), + [anon_sym_each] = ACTIONS(1083), + [anon_sym_lazy] = ACTIONS(1079), + [anon_sym_repeat] = ACTIONS(1085), + [anon_sym_package] = ACTIONS(1079), + [anon_sym_nil] = ACTIONS(1087), + [sym_real_literal] = ACTIONS(1089), + [sym_integer_literal] = ACTIONS(1087), + [sym_hex_literal] = ACTIONS(1087), + [sym_oct_literal] = ACTIONS(1089), + [sym_bin_literal] = ACTIONS(1089), + [anon_sym_true] = ACTIONS(1091), + [anon_sym_false] = ACTIONS(1091), + [anon_sym_DQUOTE] = ACTIONS(1093), + [anon_sym_BSLASH] = ACTIONS(1095), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1097), + [sym__oneline_regex_literal] = ACTIONS(1099), + [anon_sym_LPAREN] = ACTIONS(1101), + [anon_sym_LBRACK] = ACTIONS(1103), + [anon_sym_AMP] = ACTIONS(1105), + [anon_sym_TILDE] = ACTIONS(1105), + [anon_sym_if] = ACTIONS(1107), + [anon_sym_switch] = ACTIONS(1109), + [aux_sym_custom_operator_token1] = ACTIONS(1111), + [anon_sym_LT] = ACTIONS(1113), + [anon_sym_GT] = ACTIONS(1113), + [anon_sym_await] = ACTIONS(1115), + [anon_sym_LBRACE] = ACTIONS(1117), + [anon_sym_CARET_LBRACE] = ACTIONS(1117), + [anon_sym_self] = ACTIONS(1119), + [anon_sym_super] = ACTIONS(1121), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(1123), + [anon_sym_DASH_EQ] = ACTIONS(1123), + [anon_sym_STAR_EQ] = ACTIONS(1123), + [anon_sym_SLASH_EQ] = ACTIONS(1123), + [anon_sym_PERCENT_EQ] = ACTIONS(1123), + [anon_sym_BANG_EQ] = ACTIONS(1113), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1123), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1123), + [anon_sym_LT_EQ] = ACTIONS(1123), + [anon_sym_GT_EQ] = ACTIONS(1123), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1125), + [anon_sym_DOT_DOT_LT] = ACTIONS(1127), + [anon_sym_PLUS] = ACTIONS(1129), + [anon_sym_DASH] = ACTIONS(1129), + [anon_sym_STAR] = ACTIONS(1113), + [anon_sym_SLASH] = ACTIONS(1113), + [anon_sym_PERCENT] = ACTIONS(1113), + [anon_sym_PLUS_PLUS] = ACTIONS(1105), + [anon_sym_DASH_DASH] = ACTIONS(1105), + [anon_sym_PIPE] = ACTIONS(1123), + [anon_sym_CARET] = ACTIONS(1113), + [anon_sym_LT_LT] = ACTIONS(1123), + [anon_sym_GT_GT] = ACTIONS(1123), + [anon_sym_borrowing] = ACTIONS(1079), + [anon_sym_consuming] = ACTIONS(1079), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(1131), + [sym__dot_custom] = ACTIONS(1133), + [sym__eq_custom] = ACTIONS(1123), + [sym__eq_eq_custom] = ACTIONS(1123), + [sym__plus_then_ws] = ACTIONS(1123), + [sym__minus_then_ws] = ACTIONS(1123), + [sym__bang_custom] = ACTIONS(1135), + [sym__custom_operator] = ACTIONS(1111), + [sym__hash_symbol_custom] = ACTIONS(1137), + [sym__directive_if] = ACTIONS(1139), + [sym__directive_elseif] = ACTIONS(1139), + [sym__directive_else] = ACTIONS(1141), + [sym__directive_endif] = ACTIONS(1141), + }, + [STATE(653)] = { + [sym_simple_identifier] = STATE(1343), + [sym__contextual_simple_identifier] = STATE(1209), + [sym__basic_literal] = STATE(1387), + [sym_boolean_literal] = STATE(1387), + [sym__string_literal] = STATE(1387), + [sym_line_string_literal] = STATE(1387), + [sym_multi_line_string_literal] = STATE(1387), + [sym_raw_string_literal] = STATE(1387), + [sym_regex_literal] = STATE(1387), + [sym__extended_regex_literal] = STATE(1437), + [sym__multiline_regex_literal] = STATE(1437), + [sym_user_type] = STATE(6517), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6517), + [sym_dictionary_type] = STATE(6517), + [sym_expression] = STATE(801), + [sym_optional_chain_marker] = STATE(1387), + [sym__unary_expression] = STATE(1387), + [sym_postfix_expression] = STATE(1387), + [sym_constructor_expression] = STATE(1387), + [sym__parenthesized_type] = STATE(8310), + [sym_navigation_expression] = STATE(1387), + [sym__navigable_type_expression] = STATE(8310), + [sym_open_start_range_expression] = STATE(1387), + [sym__range_operator] = STATE(614), + [sym_open_end_range_expression] = STATE(1387), + [sym_prefix_expression] = STATE(1387), + [sym_as_expression] = STATE(1387), + [sym_selector_expression] = STATE(1387), + [sym__binary_expression] = STATE(1387), + [sym_multiplicative_expression] = STATE(1387), + [sym_additive_expression] = STATE(1387), + [sym_range_expression] = STATE(1387), + [sym_infix_expression] = STATE(1387), + [sym_nil_coalescing_expression] = STATE(1387), + [sym_check_expression] = STATE(1387), + [sym_comparison_expression] = STATE(1387), + [sym_equality_expression] = STATE(1387), + [sym_conjunction_expression] = STATE(1387), + [sym_disjunction_expression] = STATE(1387), + [sym_bitwise_operation] = STATE(1387), + [sym_custom_operator] = STATE(772), + [sym_try_expression] = STATE(1387), + [sym_await_expression] = STATE(1387), + [sym__await_operator] = STATE(615), + [sym_ternary_expression] = STATE(1387), + [sym_call_expression] = STATE(1387), + [sym_macro_invocation] = STATE(1387), + [sym__primary_expression] = STATE(1387), + [sym_tuple_expression] = STATE(1387), + [sym_array_literal] = STATE(1387), + [sym_dictionary_literal] = STATE(1387), + [sym_special_literal] = STATE(1387), + [sym_playground_literal] = STATE(1387), + [sym_lambda_literal] = STATE(1387), + [sym_self_expression] = STATE(1387), + [sym_super_expression] = STATE(1387), + [sym_if_statement] = STATE(1387), + [sym_switch_statement] = STATE(1387), + [sym_key_path_expression] = STATE(1387), + [sym_key_path_string_expression] = STATE(1387), + [sym_try_operator] = STATE(616), + [sym__assignment_and_operator] = STATE(1443), + [sym__equality_operator] = STATE(1443), + [sym__comparison_operator] = STATE(1443), + [sym__three_dot_operator] = STATE(771), + [sym__open_ended_range_operator] = STATE(614), + [sym__additive_operator] = STATE(1443), + [sym__multiplicative_operator] = STATE(1443), + [sym__prefix_unary_operator] = STATE(621), + [sym_directly_assignable_expression] = STATE(6518), + [sym_assignment] = STATE(1387), + [sym_value_parameter_pack] = STATE(1387), + [sym_value_pack_expansion] = STATE(1387), + [sym_referenceable_operator] = STATE(1387), + [sym__equal_sign] = STATE(1443), + [sym__eq_eq] = STATE(1443), + [sym__dot] = STATE(621), + [sym__hash_symbol] = STATE(4957), + [sym_bang] = STATE(772), + [sym__parameter_ownership_modifier] = STATE(1209), + [sym_directive] = STATE(1387), + [sym_diagnostic] = STATE(1387), + [aux_sym_raw_string_literal_repeat1] = STATE(8468), + [anon_sym_BANG] = ACTIONS(287), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(289), + [aux_sym_simple_identifier_token2] = ACTIONS(291), + [aux_sym_simple_identifier_token3] = ACTIONS(291), + [aux_sym_simple_identifier_token4] = ACTIONS(291), + [anon_sym_actor] = ACTIONS(289), + [anon_sym_async] = ACTIONS(289), + [anon_sym_each] = ACTIONS(297), + [anon_sym_lazy] = ACTIONS(289), + [anon_sym_repeat] = ACTIONS(721), + [anon_sym_package] = ACTIONS(289), + [anon_sym_nil] = ACTIONS(303), + [sym_real_literal] = ACTIONS(305), + [sym_integer_literal] = ACTIONS(303), + [sym_hex_literal] = ACTIONS(303), + [sym_oct_literal] = ACTIONS(305), + [sym_bin_literal] = ACTIONS(305), + [anon_sym_true] = ACTIONS(307), + [anon_sym_false] = ACTIONS(307), + [anon_sym_DQUOTE] = ACTIONS(309), + [anon_sym_BSLASH] = ACTIONS(311), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(313), + [sym__oneline_regex_literal] = ACTIONS(315), + [anon_sym_LPAREN] = ACTIONS(317), + [anon_sym_LBRACK] = ACTIONS(319), + [anon_sym_AMP] = ACTIONS(321), + [anon_sym_TILDE] = ACTIONS(321), + [anon_sym_if] = ACTIONS(323), + [anon_sym_switch] = ACTIONS(325), + [aux_sym_custom_operator_token1] = ACTIONS(327), + [anon_sym_LT] = ACTIONS(329), + [anon_sym_GT] = ACTIONS(329), + [anon_sym_await] = ACTIONS(331), + [anon_sym_LBRACE] = ACTIONS(333), + [anon_sym_CARET_LBRACE] = ACTIONS(333), + [anon_sym_self] = ACTIONS(337), + [anon_sym_super] = ACTIONS(339), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(345), + [anon_sym_DASH_EQ] = ACTIONS(345), + [anon_sym_STAR_EQ] = ACTIONS(345), + [anon_sym_SLASH_EQ] = ACTIONS(345), + [anon_sym_PERCENT_EQ] = ACTIONS(345), + [anon_sym_BANG_EQ] = ACTIONS(329), + [anon_sym_BANG_EQ_EQ] = ACTIONS(345), + [anon_sym_EQ_EQ_EQ] = ACTIONS(345), + [anon_sym_LT_EQ] = ACTIONS(345), + [anon_sym_GT_EQ] = ACTIONS(345), + [anon_sym_DOT_DOT_DOT] = ACTIONS(347), + [anon_sym_DOT_DOT_LT] = ACTIONS(349), + [anon_sym_PLUS] = ACTIONS(351), + [anon_sym_DASH] = ACTIONS(351), + [anon_sym_STAR] = ACTIONS(329), + [anon_sym_SLASH] = ACTIONS(329), + [anon_sym_PERCENT] = ACTIONS(329), + [anon_sym_PLUS_PLUS] = ACTIONS(321), + [anon_sym_DASH_DASH] = ACTIONS(321), + [anon_sym_PIPE] = ACTIONS(345), + [anon_sym_CARET] = ACTIONS(329), + [anon_sym_LT_LT] = ACTIONS(345), + [anon_sym_GT_GT] = ACTIONS(345), + [anon_sym_borrowing] = ACTIONS(289), + [anon_sym_consuming] = ACTIONS(289), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(373), + [sym__dot_custom] = ACTIONS(375), + [sym__eq_custom] = ACTIONS(345), + [sym__eq_eq_custom] = ACTIONS(345), + [sym__plus_then_ws] = ACTIONS(345), + [sym__minus_then_ws] = ACTIONS(345), + [sym__bang_custom] = ACTIONS(377), + [sym__custom_operator] = ACTIONS(327), + [sym__hash_symbol_custom] = ACTIONS(379), + [sym__directive_if] = ACTIONS(381), + [sym__directive_elseif] = ACTIONS(381), + [sym__directive_else] = ACTIONS(383), + [sym__directive_endif] = ACTIONS(383), + }, + [STATE(654)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1669), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(655)] = { + [sym_simple_identifier] = STATE(2915), + [sym__contextual_simple_identifier] = STATE(2805), + [sym__basic_literal] = STATE(3407), + [sym_boolean_literal] = STATE(3407), + [sym__string_literal] = STATE(3407), + [sym_line_string_literal] = STATE(3407), + [sym_multi_line_string_literal] = STATE(3407), + [sym_raw_string_literal] = STATE(3407), + [sym_regex_literal] = STATE(3407), + [sym__extended_regex_literal] = STATE(3399), + [sym__multiline_regex_literal] = STATE(3399), + [sym_user_type] = STATE(6574), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6574), + [sym_dictionary_type] = STATE(6574), + [sym_expression] = STATE(1527), + [sym_optional_chain_marker] = STATE(3407), + [sym__unary_expression] = STATE(3407), + [sym_postfix_expression] = STATE(3407), + [sym_constructor_expression] = STATE(3407), + [sym__parenthesized_type] = STATE(7731), + [sym_navigation_expression] = STATE(3407), + [sym__navigable_type_expression] = STATE(7731), + [sym_open_start_range_expression] = STATE(3407), + [sym__range_operator] = STATE(658), + [sym_open_end_range_expression] = STATE(3407), + [sym_prefix_expression] = STATE(3407), + [sym_as_expression] = STATE(3407), + [sym_selector_expression] = STATE(3407), + [sym__binary_expression] = STATE(3407), + [sym_multiplicative_expression] = STATE(3407), + [sym_additive_expression] = STATE(3407), + [sym_range_expression] = STATE(3407), + [sym_infix_expression] = STATE(3407), + [sym_nil_coalescing_expression] = STATE(3407), + [sym_check_expression] = STATE(3407), + [sym_comparison_expression] = STATE(3407), + [sym_equality_expression] = STATE(3407), + [sym_conjunction_expression] = STATE(3407), + [sym_disjunction_expression] = STATE(3407), + [sym_bitwise_operation] = STATE(3407), + [sym_custom_operator] = STATE(1194), + [sym_try_expression] = STATE(3407), + [sym_await_expression] = STATE(3407), + [sym__await_operator] = STATE(692), + [sym_ternary_expression] = STATE(3407), + [sym_call_expression] = STATE(3407), + [sym_macro_invocation] = STATE(3407), + [sym__primary_expression] = STATE(3407), + [sym_tuple_expression] = STATE(3407), + [sym_array_literal] = STATE(3407), + [sym_dictionary_literal] = STATE(3407), + [sym_special_literal] = STATE(3407), + [sym_playground_literal] = STATE(3407), + [sym_lambda_literal] = STATE(3407), + [sym_self_expression] = STATE(3407), + [sym_super_expression] = STATE(3407), + [sym_if_statement] = STATE(3407), + [sym_switch_statement] = STATE(3407), + [sym_key_path_expression] = STATE(3407), + [sym_key_path_string_expression] = STATE(3407), + [sym_try_operator] = STATE(708), + [sym__assignment_and_operator] = STATE(3269), + [sym__equality_operator] = STATE(3269), + [sym__comparison_operator] = STATE(3269), + [sym__three_dot_operator] = STATE(1211), + [sym__open_ended_range_operator] = STATE(658), + [sym__additive_operator] = STATE(3269), + [sym__multiplicative_operator] = STATE(3269), + [sym__prefix_unary_operator] = STATE(595), + [sym_directly_assignable_expression] = STATE(6607), + [sym_assignment] = STATE(3407), + [sym_value_parameter_pack] = STATE(3407), + [sym_value_pack_expansion] = STATE(3407), + [sym_referenceable_operator] = STATE(3407), + [sym__equal_sign] = STATE(3269), + [sym__eq_eq] = STATE(3269), + [sym__dot] = STATE(595), + [sym__hash_symbol] = STATE(4958), + [sym_bang] = STATE(1194), + [sym__parameter_ownership_modifier] = STATE(2805), + [sym_directive] = STATE(3407), + [sym_diagnostic] = STATE(3407), + [aux_sym_raw_string_literal_repeat1] = STATE(7737), + [anon_sym_BANG] = ACTIONS(1077), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1079), + [aux_sym_simple_identifier_token2] = ACTIONS(1081), + [aux_sym_simple_identifier_token3] = ACTIONS(1081), + [aux_sym_simple_identifier_token4] = ACTIONS(1081), + [anon_sym_actor] = ACTIONS(1079), + [anon_sym_async] = ACTIONS(1079), + [anon_sym_each] = ACTIONS(1083), + [anon_sym_lazy] = ACTIONS(1079), + [anon_sym_repeat] = ACTIONS(1085), + [anon_sym_package] = ACTIONS(1079), + [anon_sym_nil] = ACTIONS(1087), + [sym_real_literal] = ACTIONS(1089), + [sym_integer_literal] = ACTIONS(1087), + [sym_hex_literal] = ACTIONS(1087), + [sym_oct_literal] = ACTIONS(1089), + [sym_bin_literal] = ACTIONS(1089), + [anon_sym_true] = ACTIONS(1091), + [anon_sym_false] = ACTIONS(1091), + [anon_sym_DQUOTE] = ACTIONS(1093), + [anon_sym_BSLASH] = ACTIONS(1095), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1097), + [sym__oneline_regex_literal] = ACTIONS(1099), + [anon_sym_LPAREN] = ACTIONS(1101), + [anon_sym_LBRACK] = ACTIONS(1103), + [anon_sym_AMP] = ACTIONS(1105), + [anon_sym_TILDE] = ACTIONS(1105), + [anon_sym_if] = ACTIONS(1107), + [anon_sym_switch] = ACTIONS(1109), + [aux_sym_custom_operator_token1] = ACTIONS(1111), + [anon_sym_LT] = ACTIONS(1113), + [anon_sym_GT] = ACTIONS(1113), + [anon_sym_await] = ACTIONS(1115), + [anon_sym_LBRACE] = ACTIONS(1117), + [anon_sym_CARET_LBRACE] = ACTIONS(1117), + [anon_sym_self] = ACTIONS(1119), + [anon_sym_super] = ACTIONS(1121), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(1123), + [anon_sym_DASH_EQ] = ACTIONS(1123), + [anon_sym_STAR_EQ] = ACTIONS(1123), + [anon_sym_SLASH_EQ] = ACTIONS(1123), + [anon_sym_PERCENT_EQ] = ACTIONS(1123), + [anon_sym_BANG_EQ] = ACTIONS(1113), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1123), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1123), + [anon_sym_LT_EQ] = ACTIONS(1123), + [anon_sym_GT_EQ] = ACTIONS(1123), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1125), + [anon_sym_DOT_DOT_LT] = ACTIONS(1127), + [anon_sym_PLUS] = ACTIONS(1129), + [anon_sym_DASH] = ACTIONS(1129), + [anon_sym_STAR] = ACTIONS(1113), + [anon_sym_SLASH] = ACTIONS(1113), + [anon_sym_PERCENT] = ACTIONS(1113), + [anon_sym_PLUS_PLUS] = ACTIONS(1105), + [anon_sym_DASH_DASH] = ACTIONS(1105), + [anon_sym_PIPE] = ACTIONS(1123), + [anon_sym_CARET] = ACTIONS(1113), + [anon_sym_LT_LT] = ACTIONS(1123), + [anon_sym_GT_GT] = ACTIONS(1123), + [anon_sym_borrowing] = ACTIONS(1079), + [anon_sym_consuming] = ACTIONS(1079), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(1131), + [sym__dot_custom] = ACTIONS(1133), + [sym__eq_custom] = ACTIONS(1123), + [sym__eq_eq_custom] = ACTIONS(1123), + [sym__plus_then_ws] = ACTIONS(1123), + [sym__minus_then_ws] = ACTIONS(1123), + [sym__bang_custom] = ACTIONS(1135), + [sym__custom_operator] = ACTIONS(1111), + [sym__hash_symbol_custom] = ACTIONS(1137), + [sym__directive_if] = ACTIONS(1139), + [sym__directive_elseif] = ACTIONS(1139), + [sym__directive_else] = ACTIONS(1141), + [sym__directive_endif] = ACTIONS(1141), + }, + [STATE(656)] = { + [sym_simple_identifier] = STATE(2915), + [sym__contextual_simple_identifier] = STATE(2805), + [sym__basic_literal] = STATE(3407), + [sym_boolean_literal] = STATE(3407), + [sym__string_literal] = STATE(3407), + [sym_line_string_literal] = STATE(3407), + [sym_multi_line_string_literal] = STATE(3407), + [sym_raw_string_literal] = STATE(3407), + [sym_regex_literal] = STATE(3407), + [sym__extended_regex_literal] = STATE(3399), + [sym__multiline_regex_literal] = STATE(3399), + [sym_user_type] = STATE(6574), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6574), + [sym_dictionary_type] = STATE(6574), + [sym_expression] = STATE(1548), + [sym_optional_chain_marker] = STATE(3407), + [sym__unary_expression] = STATE(3407), + [sym_postfix_expression] = STATE(3407), + [sym_constructor_expression] = STATE(3407), + [sym__parenthesized_type] = STATE(7731), + [sym_navigation_expression] = STATE(3407), + [sym__navigable_type_expression] = STATE(7731), + [sym_open_start_range_expression] = STATE(3407), + [sym__range_operator] = STATE(658), + [sym_open_end_range_expression] = STATE(3407), + [sym_prefix_expression] = STATE(3407), + [sym_as_expression] = STATE(3407), + [sym_selector_expression] = STATE(3407), + [sym__binary_expression] = STATE(3407), + [sym_multiplicative_expression] = STATE(3407), + [sym_additive_expression] = STATE(3407), + [sym_range_expression] = STATE(3407), + [sym_infix_expression] = STATE(3407), + [sym_nil_coalescing_expression] = STATE(3407), + [sym_check_expression] = STATE(3407), + [sym_comparison_expression] = STATE(3407), + [sym_equality_expression] = STATE(3407), + [sym_conjunction_expression] = STATE(3407), + [sym_disjunction_expression] = STATE(3407), + [sym_bitwise_operation] = STATE(3407), + [sym_custom_operator] = STATE(1194), + [sym_try_expression] = STATE(3407), + [sym_await_expression] = STATE(3407), + [sym__await_operator] = STATE(692), + [sym_ternary_expression] = STATE(3407), + [sym_call_expression] = STATE(3407), + [sym_macro_invocation] = STATE(3407), + [sym__primary_expression] = STATE(3407), + [sym_tuple_expression] = STATE(3407), + [sym_array_literal] = STATE(3407), + [sym_dictionary_literal] = STATE(3407), + [sym_special_literal] = STATE(3407), + [sym_playground_literal] = STATE(3407), + [sym_lambda_literal] = STATE(3407), + [sym_self_expression] = STATE(3407), + [sym_super_expression] = STATE(3407), + [sym_if_statement] = STATE(3407), + [sym_switch_statement] = STATE(3407), + [sym_key_path_expression] = STATE(3407), + [sym_key_path_string_expression] = STATE(3407), + [sym_try_operator] = STATE(708), + [sym__assignment_and_operator] = STATE(3269), + [sym__equality_operator] = STATE(3269), + [sym__comparison_operator] = STATE(3269), + [sym__three_dot_operator] = STATE(1211), + [sym__open_ended_range_operator] = STATE(658), + [sym__additive_operator] = STATE(3269), + [sym__multiplicative_operator] = STATE(3269), + [sym__prefix_unary_operator] = STATE(595), + [sym_directly_assignable_expression] = STATE(6607), + [sym_assignment] = STATE(3407), + [sym_value_parameter_pack] = STATE(3407), + [sym_value_pack_expansion] = STATE(3407), + [sym_referenceable_operator] = STATE(3407), + [sym__equal_sign] = STATE(3269), + [sym__eq_eq] = STATE(3269), + [sym__dot] = STATE(595), + [sym__hash_symbol] = STATE(4958), + [sym_bang] = STATE(1194), + [sym__parameter_ownership_modifier] = STATE(2805), + [sym_directive] = STATE(3407), + [sym_diagnostic] = STATE(3407), + [aux_sym_raw_string_literal_repeat1] = STATE(7737), + [anon_sym_BANG] = ACTIONS(1077), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1079), + [aux_sym_simple_identifier_token2] = ACTIONS(1081), + [aux_sym_simple_identifier_token3] = ACTIONS(1081), + [aux_sym_simple_identifier_token4] = ACTIONS(1081), + [anon_sym_actor] = ACTIONS(1079), + [anon_sym_async] = ACTIONS(1079), + [anon_sym_each] = ACTIONS(1083), + [anon_sym_lazy] = ACTIONS(1079), + [anon_sym_repeat] = ACTIONS(1085), + [anon_sym_package] = ACTIONS(1079), + [anon_sym_nil] = ACTIONS(1087), + [sym_real_literal] = ACTIONS(1089), + [sym_integer_literal] = ACTIONS(1087), + [sym_hex_literal] = ACTIONS(1087), + [sym_oct_literal] = ACTIONS(1089), + [sym_bin_literal] = ACTIONS(1089), + [anon_sym_true] = ACTIONS(1091), + [anon_sym_false] = ACTIONS(1091), + [anon_sym_DQUOTE] = ACTIONS(1093), + [anon_sym_BSLASH] = ACTIONS(1095), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1097), + [sym__oneline_regex_literal] = ACTIONS(1099), + [anon_sym_LPAREN] = ACTIONS(1101), + [anon_sym_LBRACK] = ACTIONS(1103), + [anon_sym_AMP] = ACTIONS(1105), + [anon_sym_TILDE] = ACTIONS(1105), + [anon_sym_if] = ACTIONS(1107), + [anon_sym_switch] = ACTIONS(1109), + [aux_sym_custom_operator_token1] = ACTIONS(1111), + [anon_sym_LT] = ACTIONS(1113), + [anon_sym_GT] = ACTIONS(1113), + [anon_sym_await] = ACTIONS(1115), + [anon_sym_LBRACE] = ACTIONS(1117), + [anon_sym_CARET_LBRACE] = ACTIONS(1117), + [anon_sym_self] = ACTIONS(1119), + [anon_sym_super] = ACTIONS(1121), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(1123), + [anon_sym_DASH_EQ] = ACTIONS(1123), + [anon_sym_STAR_EQ] = ACTIONS(1123), + [anon_sym_SLASH_EQ] = ACTIONS(1123), + [anon_sym_PERCENT_EQ] = ACTIONS(1123), + [anon_sym_BANG_EQ] = ACTIONS(1113), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1123), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1123), + [anon_sym_LT_EQ] = ACTIONS(1123), + [anon_sym_GT_EQ] = ACTIONS(1123), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1125), + [anon_sym_DOT_DOT_LT] = ACTIONS(1127), + [anon_sym_PLUS] = ACTIONS(1129), + [anon_sym_DASH] = ACTIONS(1129), + [anon_sym_STAR] = ACTIONS(1113), + [anon_sym_SLASH] = ACTIONS(1113), + [anon_sym_PERCENT] = ACTIONS(1113), + [anon_sym_PLUS_PLUS] = ACTIONS(1105), + [anon_sym_DASH_DASH] = ACTIONS(1105), + [anon_sym_PIPE] = ACTIONS(1123), + [anon_sym_CARET] = ACTIONS(1113), + [anon_sym_LT_LT] = ACTIONS(1123), + [anon_sym_GT_GT] = ACTIONS(1123), + [anon_sym_borrowing] = ACTIONS(1079), + [anon_sym_consuming] = ACTIONS(1079), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(1131), + [sym__dot_custom] = ACTIONS(1133), + [sym__eq_custom] = ACTIONS(1123), + [sym__eq_eq_custom] = ACTIONS(1123), + [sym__plus_then_ws] = ACTIONS(1123), + [sym__minus_then_ws] = ACTIONS(1123), + [sym__bang_custom] = ACTIONS(1135), + [sym__custom_operator] = ACTIONS(1111), + [sym__hash_symbol_custom] = ACTIONS(1137), + [sym__directive_if] = ACTIONS(1139), + [sym__directive_elseif] = ACTIONS(1139), + [sym__directive_else] = ACTIONS(1141), + [sym__directive_endif] = ACTIONS(1141), + }, + [STATE(657)] = { + [sym_simple_identifier] = STATE(2393), + [sym__contextual_simple_identifier] = STATE(2212), + [sym__basic_literal] = STATE(2472), + [sym_boolean_literal] = STATE(2472), + [sym__string_literal] = STATE(2472), + [sym_line_string_literal] = STATE(2472), + [sym_multi_line_string_literal] = STATE(2472), + [sym_raw_string_literal] = STATE(2472), + [sym_regex_literal] = STATE(2472), + [sym__extended_regex_literal] = STATE(2528), + [sym__multiline_regex_literal] = STATE(2528), + [sym_user_type] = STATE(6600), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6600), + [sym_dictionary_type] = STATE(6600), + [sym_expression] = STATE(1458), + [sym_optional_chain_marker] = STATE(2472), + [sym__unary_expression] = STATE(2472), + [sym_postfix_expression] = STATE(2472), + [sym_constructor_expression] = STATE(2472), + [sym__parenthesized_type] = STATE(7973), + [sym_navigation_expression] = STATE(2472), + [sym__navigable_type_expression] = STATE(7973), + [sym_open_start_range_expression] = STATE(2472), + [sym__range_operator] = STATE(722), + [sym_open_end_range_expression] = STATE(2472), + [sym_prefix_expression] = STATE(2472), + [sym_as_expression] = STATE(2472), + [sym_selector_expression] = STATE(2472), + [sym__binary_expression] = STATE(2472), + [sym_multiplicative_expression] = STATE(2472), + [sym_additive_expression] = STATE(2472), + [sym_range_expression] = STATE(2472), + [sym_infix_expression] = STATE(2472), + [sym_nil_coalescing_expression] = STATE(2472), + [sym_check_expression] = STATE(2472), + [sym_comparison_expression] = STATE(2472), + [sym_equality_expression] = STATE(2472), + [sym_conjunction_expression] = STATE(2472), + [sym_disjunction_expression] = STATE(2472), + [sym_bitwise_operation] = STATE(2472), + [sym_custom_operator] = STATE(1124), + [sym_try_expression] = STATE(2472), + [sym_await_expression] = STATE(2472), + [sym__await_operator] = STATE(723), + [sym_ternary_expression] = STATE(2472), + [sym_call_expression] = STATE(2472), + [sym_macro_invocation] = STATE(2472), + [sym__primary_expression] = STATE(2472), + [sym_tuple_expression] = STATE(2472), + [sym_array_literal] = STATE(2472), + [sym_dictionary_literal] = STATE(2472), + [sym_special_literal] = STATE(2472), + [sym_playground_literal] = STATE(2472), + [sym_lambda_literal] = STATE(2472), + [sym_self_expression] = STATE(2472), + [sym_super_expression] = STATE(2472), + [sym_if_statement] = STATE(2472), + [sym_switch_statement] = STATE(2472), + [sym_key_path_expression] = STATE(2472), + [sym_key_path_string_expression] = STATE(2472), + [sym_try_operator] = STATE(583), + [sym__assignment_and_operator] = STATE(2613), + [sym__equality_operator] = STATE(2613), + [sym__comparison_operator] = STATE(2613), + [sym__three_dot_operator] = STATE(1104), + [sym__open_ended_range_operator] = STATE(722), + [sym__additive_operator] = STATE(2613), + [sym__multiplicative_operator] = STATE(2613), + [sym__prefix_unary_operator] = STATE(593), + [sym_directly_assignable_expression] = STATE(6606), + [sym_assignment] = STATE(2472), + [sym_value_parameter_pack] = STATE(2472), + [sym_value_pack_expansion] = STATE(2472), + [sym_referenceable_operator] = STATE(2472), + [sym__equal_sign] = STATE(2613), + [sym__eq_eq] = STATE(2613), + [sym__dot] = STATE(593), + [sym__hash_symbol] = STATE(4952), + [sym_bang] = STATE(1124), + [sym__parameter_ownership_modifier] = STATE(2212), + [sym_directive] = STATE(2472), + [sym_diagnostic] = STATE(2472), + [aux_sym_raw_string_literal_repeat1] = STATE(8314), + [anon_sym_BANG] = ACTIONS(873), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(875), + [aux_sym_simple_identifier_token2] = ACTIONS(877), + [aux_sym_simple_identifier_token3] = ACTIONS(877), + [aux_sym_simple_identifier_token4] = ACTIONS(877), + [anon_sym_actor] = ACTIONS(875), + [anon_sym_async] = ACTIONS(875), + [anon_sym_each] = ACTIONS(879), + [anon_sym_lazy] = ACTIONS(875), + [anon_sym_repeat] = ACTIONS(881), + [anon_sym_package] = ACTIONS(875), + [anon_sym_nil] = ACTIONS(883), + [sym_real_literal] = ACTIONS(885), + [sym_integer_literal] = ACTIONS(883), + [sym_hex_literal] = ACTIONS(883), + [sym_oct_literal] = ACTIONS(885), + [sym_bin_literal] = ACTIONS(885), + [anon_sym_true] = ACTIONS(887), + [anon_sym_false] = ACTIONS(887), + [anon_sym_DQUOTE] = ACTIONS(889), + [anon_sym_BSLASH] = ACTIONS(891), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(893), + [sym__oneline_regex_literal] = ACTIONS(895), + [anon_sym_LPAREN] = ACTIONS(897), + [anon_sym_LBRACK] = ACTIONS(899), + [anon_sym_AMP] = ACTIONS(901), + [anon_sym_TILDE] = ACTIONS(901), + [anon_sym_if] = ACTIONS(903), + [anon_sym_switch] = ACTIONS(905), + [aux_sym_custom_operator_token1] = ACTIONS(907), + [anon_sym_LT] = ACTIONS(909), + [anon_sym_GT] = ACTIONS(909), + [anon_sym_await] = ACTIONS(911), + [anon_sym_LBRACE] = ACTIONS(913), + [anon_sym_CARET_LBRACE] = ACTIONS(913), + [anon_sym_self] = ACTIONS(915), + [anon_sym_super] = ACTIONS(917), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(919), + [anon_sym_DASH_EQ] = ACTIONS(919), + [anon_sym_STAR_EQ] = ACTIONS(919), + [anon_sym_SLASH_EQ] = ACTIONS(919), + [anon_sym_PERCENT_EQ] = ACTIONS(919), + [anon_sym_BANG_EQ] = ACTIONS(909), + [anon_sym_BANG_EQ_EQ] = ACTIONS(919), + [anon_sym_EQ_EQ_EQ] = ACTIONS(919), + [anon_sym_LT_EQ] = ACTIONS(919), + [anon_sym_GT_EQ] = ACTIONS(919), + [anon_sym_DOT_DOT_DOT] = ACTIONS(921), + [anon_sym_DOT_DOT_LT] = ACTIONS(923), + [anon_sym_PLUS] = ACTIONS(925), + [anon_sym_DASH] = ACTIONS(925), + [anon_sym_STAR] = ACTIONS(909), + [anon_sym_SLASH] = ACTIONS(909), + [anon_sym_PERCENT] = ACTIONS(909), + [anon_sym_PLUS_PLUS] = ACTIONS(901), + [anon_sym_DASH_DASH] = ACTIONS(901), + [anon_sym_PIPE] = ACTIONS(919), + [anon_sym_CARET] = ACTIONS(909), + [anon_sym_LT_LT] = ACTIONS(919), + [anon_sym_GT_GT] = ACTIONS(919), + [anon_sym_borrowing] = ACTIONS(875), + [anon_sym_consuming] = ACTIONS(875), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(927), + [sym__dot_custom] = ACTIONS(929), + [sym__eq_custom] = ACTIONS(919), + [sym__eq_eq_custom] = ACTIONS(919), + [sym__plus_then_ws] = ACTIONS(919), + [sym__minus_then_ws] = ACTIONS(919), + [sym__bang_custom] = ACTIONS(931), + [sym__custom_operator] = ACTIONS(907), + [sym__hash_symbol_custom] = ACTIONS(933), + [sym__directive_if] = ACTIONS(935), + [sym__directive_elseif] = ACTIONS(935), + [sym__directive_else] = ACTIONS(937), + [sym__directive_endif] = ACTIONS(937), + }, + [STATE(658)] = { + [sym_simple_identifier] = STATE(2915), + [sym__contextual_simple_identifier] = STATE(2805), + [sym__basic_literal] = STATE(3407), + [sym_boolean_literal] = STATE(3407), + [sym__string_literal] = STATE(3407), + [sym_line_string_literal] = STATE(3407), + [sym_multi_line_string_literal] = STATE(3407), + [sym_raw_string_literal] = STATE(3407), + [sym_regex_literal] = STATE(3407), + [sym__extended_regex_literal] = STATE(3399), + [sym__multiline_regex_literal] = STATE(3399), + [sym_user_type] = STATE(6574), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6574), + [sym_dictionary_type] = STATE(6574), + [sym_expression] = STATE(1543), + [sym_optional_chain_marker] = STATE(3407), + [sym__unary_expression] = STATE(3407), + [sym_postfix_expression] = STATE(3407), + [sym_constructor_expression] = STATE(3407), + [sym__parenthesized_type] = STATE(7731), + [sym_navigation_expression] = STATE(3407), + [sym__navigable_type_expression] = STATE(7731), + [sym_open_start_range_expression] = STATE(3407), + [sym__range_operator] = STATE(658), + [sym_open_end_range_expression] = STATE(3407), + [sym_prefix_expression] = STATE(3407), + [sym_as_expression] = STATE(3407), + [sym_selector_expression] = STATE(3407), + [sym__binary_expression] = STATE(3407), + [sym_multiplicative_expression] = STATE(3407), + [sym_additive_expression] = STATE(3407), + [sym_range_expression] = STATE(3407), + [sym_infix_expression] = STATE(3407), + [sym_nil_coalescing_expression] = STATE(3407), + [sym_check_expression] = STATE(3407), + [sym_comparison_expression] = STATE(3407), + [sym_equality_expression] = STATE(3407), + [sym_conjunction_expression] = STATE(3407), + [sym_disjunction_expression] = STATE(3407), + [sym_bitwise_operation] = STATE(3407), + [sym_custom_operator] = STATE(1194), + [sym_try_expression] = STATE(3407), + [sym_await_expression] = STATE(3407), + [sym__await_operator] = STATE(692), + [sym_ternary_expression] = STATE(3407), + [sym_call_expression] = STATE(3407), + [sym_macro_invocation] = STATE(3407), + [sym__primary_expression] = STATE(3407), + [sym_tuple_expression] = STATE(3407), + [sym_array_literal] = STATE(3407), + [sym_dictionary_literal] = STATE(3407), + [sym_special_literal] = STATE(3407), + [sym_playground_literal] = STATE(3407), + [sym_lambda_literal] = STATE(3407), + [sym_self_expression] = STATE(3407), + [sym_super_expression] = STATE(3407), + [sym_if_statement] = STATE(3407), + [sym_switch_statement] = STATE(3407), + [sym_key_path_expression] = STATE(3407), + [sym_key_path_string_expression] = STATE(3407), + [sym_try_operator] = STATE(708), + [sym__assignment_and_operator] = STATE(3269), + [sym__equality_operator] = STATE(3269), + [sym__comparison_operator] = STATE(3269), + [sym__three_dot_operator] = STATE(1211), + [sym__open_ended_range_operator] = STATE(658), + [sym__additive_operator] = STATE(3269), + [sym__multiplicative_operator] = STATE(3269), + [sym__prefix_unary_operator] = STATE(595), + [sym_directly_assignable_expression] = STATE(6607), + [sym_assignment] = STATE(3407), + [sym_value_parameter_pack] = STATE(3407), + [sym_value_pack_expansion] = STATE(3407), + [sym_referenceable_operator] = STATE(3407), + [sym__equal_sign] = STATE(3269), + [sym__eq_eq] = STATE(3269), + [sym__dot] = STATE(595), + [sym__hash_symbol] = STATE(4958), + [sym_bang] = STATE(1194), + [sym__parameter_ownership_modifier] = STATE(2805), + [sym_directive] = STATE(3407), + [sym_diagnostic] = STATE(3407), + [aux_sym_raw_string_literal_repeat1] = STATE(7737), + [anon_sym_BANG] = ACTIONS(1077), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1079), + [aux_sym_simple_identifier_token2] = ACTIONS(1081), + [aux_sym_simple_identifier_token3] = ACTIONS(1081), + [aux_sym_simple_identifier_token4] = ACTIONS(1081), + [anon_sym_actor] = ACTIONS(1079), + [anon_sym_async] = ACTIONS(1079), + [anon_sym_each] = ACTIONS(1083), + [anon_sym_lazy] = ACTIONS(1079), + [anon_sym_repeat] = ACTIONS(1085), + [anon_sym_package] = ACTIONS(1079), + [anon_sym_nil] = ACTIONS(1087), + [sym_real_literal] = ACTIONS(1089), + [sym_integer_literal] = ACTIONS(1087), + [sym_hex_literal] = ACTIONS(1087), + [sym_oct_literal] = ACTIONS(1089), + [sym_bin_literal] = ACTIONS(1089), + [anon_sym_true] = ACTIONS(1091), + [anon_sym_false] = ACTIONS(1091), + [anon_sym_DQUOTE] = ACTIONS(1093), + [anon_sym_BSLASH] = ACTIONS(1095), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1097), + [sym__oneline_regex_literal] = ACTIONS(1099), + [anon_sym_LPAREN] = ACTIONS(1101), + [anon_sym_LBRACK] = ACTIONS(1103), + [anon_sym_AMP] = ACTIONS(1105), + [anon_sym_TILDE] = ACTIONS(1105), + [anon_sym_if] = ACTIONS(1107), + [anon_sym_switch] = ACTIONS(1109), + [aux_sym_custom_operator_token1] = ACTIONS(1111), + [anon_sym_LT] = ACTIONS(1113), + [anon_sym_GT] = ACTIONS(1113), + [anon_sym_await] = ACTIONS(1115), + [anon_sym_LBRACE] = ACTIONS(1117), + [anon_sym_CARET_LBRACE] = ACTIONS(1117), + [anon_sym_self] = ACTIONS(1119), + [anon_sym_super] = ACTIONS(1121), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(1123), + [anon_sym_DASH_EQ] = ACTIONS(1123), + [anon_sym_STAR_EQ] = ACTIONS(1123), + [anon_sym_SLASH_EQ] = ACTIONS(1123), + [anon_sym_PERCENT_EQ] = ACTIONS(1123), + [anon_sym_BANG_EQ] = ACTIONS(1113), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1123), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1123), + [anon_sym_LT_EQ] = ACTIONS(1123), + [anon_sym_GT_EQ] = ACTIONS(1123), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1125), + [anon_sym_DOT_DOT_LT] = ACTIONS(1127), + [anon_sym_PLUS] = ACTIONS(1129), + [anon_sym_DASH] = ACTIONS(1129), + [anon_sym_STAR] = ACTIONS(1113), + [anon_sym_SLASH] = ACTIONS(1113), + [anon_sym_PERCENT] = ACTIONS(1113), + [anon_sym_PLUS_PLUS] = ACTIONS(1105), + [anon_sym_DASH_DASH] = ACTIONS(1105), + [anon_sym_PIPE] = ACTIONS(1123), + [anon_sym_CARET] = ACTIONS(1113), + [anon_sym_LT_LT] = ACTIONS(1123), + [anon_sym_GT_GT] = ACTIONS(1123), + [anon_sym_borrowing] = ACTIONS(1079), + [anon_sym_consuming] = ACTIONS(1079), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(1131), + [sym__dot_custom] = ACTIONS(1133), + [sym__eq_custom] = ACTIONS(1123), + [sym__eq_eq_custom] = ACTIONS(1123), + [sym__plus_then_ws] = ACTIONS(1123), + [sym__minus_then_ws] = ACTIONS(1123), + [sym__bang_custom] = ACTIONS(1135), + [sym__custom_operator] = ACTIONS(1111), + [sym__hash_symbol_custom] = ACTIONS(1137), + [sym__directive_if] = ACTIONS(1139), + [sym__directive_elseif] = ACTIONS(1139), + [sym__directive_else] = ACTIONS(1141), + [sym__directive_endif] = ACTIONS(1141), + }, + [STATE(659)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1503), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(660)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1580), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(661)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6602), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6602), + [sym_dictionary_type] = STATE(6602), + [sym_expression] = STATE(750), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(635), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(738), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(638), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(640), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(742), + [sym__open_ended_range_operator] = STATE(635), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(644), + [sym_directly_assignable_expression] = STATE(6603), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(644), + [sym__hash_symbol] = STATE(4946), + [sym_bang] = STATE(738), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(611), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(613), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(615), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(617), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(627), + [anon_sym_TILDE] = ACTIONS(627), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(629), + [aux_sym_custom_operator_token1] = ACTIONS(631), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(635), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(641), + [anon_sym_DOT_DOT_LT] = ACTIONS(643), + [anon_sym_PLUS] = ACTIONS(645), + [anon_sym_DASH] = ACTIONS(645), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(627), + [anon_sym_DASH_DASH] = ACTIONS(627), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(647), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(649), + [sym__custom_operator] = ACTIONS(631), + [sym__hash_symbol_custom] = ACTIONS(651), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(662)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6602), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6602), + [sym_dictionary_type] = STATE(6602), + [sym_expression] = STATE(751), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(635), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(738), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(638), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(640), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(742), + [sym__open_ended_range_operator] = STATE(635), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(644), + [sym_directly_assignable_expression] = STATE(6603), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(644), + [sym__hash_symbol] = STATE(4946), + [sym_bang] = STATE(738), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(611), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(613), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(615), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(617), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(627), + [anon_sym_TILDE] = ACTIONS(627), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(629), + [aux_sym_custom_operator_token1] = ACTIONS(631), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(635), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(641), + [anon_sym_DOT_DOT_LT] = ACTIONS(643), + [anon_sym_PLUS] = ACTIONS(645), + [anon_sym_DASH] = ACTIONS(645), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(627), + [anon_sym_DASH_DASH] = ACTIONS(627), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(647), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(649), + [sym__custom_operator] = ACTIONS(631), + [sym__hash_symbol_custom] = ACTIONS(651), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(663)] = { + [sym_simple_identifier] = STATE(2939), + [sym__contextual_simple_identifier] = STATE(2778), + [sym__basic_literal] = STATE(3483), + [sym_boolean_literal] = STATE(3483), + [sym__string_literal] = STATE(3483), + [sym_line_string_literal] = STATE(3483), + [sym_multi_line_string_literal] = STATE(3483), + [sym_raw_string_literal] = STATE(3483), + [sym_regex_literal] = STATE(3483), + [sym__extended_regex_literal] = STATE(3437), + [sym__multiline_regex_literal] = STATE(3437), + [sym_user_type] = STATE(6567), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6567), + [sym_dictionary_type] = STATE(6567), + [sym_expression] = STATE(1579), + [sym_optional_chain_marker] = STATE(3483), + [sym__unary_expression] = STATE(3483), + [sym_postfix_expression] = STATE(3483), + [sym_constructor_expression] = STATE(3483), + [sym__parenthesized_type] = STATE(7825), + [sym_navigation_expression] = STATE(3483), + [sym__navigable_type_expression] = STATE(7825), + [sym_open_start_range_expression] = STATE(3483), + [sym__range_operator] = STATE(645), + [sym_open_end_range_expression] = STATE(3483), + [sym_prefix_expression] = STATE(3483), + [sym_as_expression] = STATE(3483), + [sym_selector_expression] = STATE(3483), + [sym__binary_expression] = STATE(3483), + [sym_multiplicative_expression] = STATE(3483), + [sym_additive_expression] = STATE(3483), + [sym_range_expression] = STATE(3483), + [sym_infix_expression] = STATE(3483), + [sym_nil_coalescing_expression] = STATE(3483), + [sym_check_expression] = STATE(3483), + [sym_comparison_expression] = STATE(3483), + [sym_equality_expression] = STATE(3483), + [sym_conjunction_expression] = STATE(3483), + [sym_disjunction_expression] = STATE(3483), + [sym_bitwise_operation] = STATE(3483), + [sym_custom_operator] = STATE(1227), + [sym_try_expression] = STATE(3483), + [sym_await_expression] = STATE(3483), + [sym__await_operator] = STATE(647), + [sym_ternary_expression] = STATE(3483), + [sym_call_expression] = STATE(3483), + [sym_macro_invocation] = STATE(3483), + [sym__primary_expression] = STATE(3483), + [sym_tuple_expression] = STATE(3483), + [sym_array_literal] = STATE(3483), + [sym_dictionary_literal] = STATE(3483), + [sym_special_literal] = STATE(3483), + [sym_playground_literal] = STATE(3483), + [sym_lambda_literal] = STATE(3483), + [sym_self_expression] = STATE(3483), + [sym_super_expression] = STATE(3483), + [sym_if_statement] = STATE(3483), + [sym_switch_statement] = STATE(3483), + [sym_key_path_expression] = STATE(3483), + [sym_key_path_string_expression] = STATE(3483), + [sym_try_operator] = STATE(650), + [sym__assignment_and_operator] = STATE(3154), + [sym__equality_operator] = STATE(3154), + [sym__comparison_operator] = STATE(3154), + [sym__three_dot_operator] = STATE(1215), + [sym__open_ended_range_operator] = STATE(645), + [sym__additive_operator] = STATE(3154), + [sym__multiplicative_operator] = STATE(3154), + [sym__prefix_unary_operator] = STATE(663), + [sym_directly_assignable_expression] = STATE(6569), + [sym_assignment] = STATE(3483), + [sym_value_parameter_pack] = STATE(3483), + [sym_value_pack_expansion] = STATE(3483), + [sym_referenceable_operator] = STATE(3483), + [sym__equal_sign] = STATE(3154), + [sym__eq_eq] = STATE(3154), + [sym__dot] = STATE(663), + [sym__hash_symbol] = STATE(4956), + [sym_bang] = STATE(1227), + [sym__parameter_ownership_modifier] = STATE(2778), + [sym_directive] = STATE(3483), + [sym_diagnostic] = STATE(3483), + [aux_sym_raw_string_literal_repeat1] = STATE(7865), + [anon_sym_BANG] = ACTIONS(939), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(941), + [aux_sym_simple_identifier_token2] = ACTIONS(943), + [aux_sym_simple_identifier_token3] = ACTIONS(943), + [aux_sym_simple_identifier_token4] = ACTIONS(943), + [anon_sym_actor] = ACTIONS(941), + [anon_sym_async] = ACTIONS(1728), + [anon_sym_each] = ACTIONS(945), + [anon_sym_lazy] = ACTIONS(941), + [anon_sym_repeat] = ACTIONS(947), + [anon_sym_package] = ACTIONS(941), + [anon_sym_nil] = ACTIONS(949), + [sym_real_literal] = ACTIONS(951), + [sym_integer_literal] = ACTIONS(949), + [sym_hex_literal] = ACTIONS(949), + [sym_oct_literal] = ACTIONS(951), + [sym_bin_literal] = ACTIONS(951), + [anon_sym_true] = ACTIONS(953), + [anon_sym_false] = ACTIONS(953), + [anon_sym_DQUOTE] = ACTIONS(955), + [anon_sym_BSLASH] = ACTIONS(957), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(959), + [sym__oneline_regex_literal] = ACTIONS(961), + [anon_sym_LPAREN] = ACTIONS(1145), + [anon_sym_LBRACK] = ACTIONS(965), + [anon_sym_AMP] = ACTIONS(967), + [anon_sym_TILDE] = ACTIONS(967), + [anon_sym_if] = ACTIONS(1730), + [anon_sym_switch] = ACTIONS(1732), + [aux_sym_custom_operator_token1] = ACTIONS(973), + [anon_sym_LT] = ACTIONS(975), + [anon_sym_GT] = ACTIONS(975), + [anon_sym_await] = ACTIONS(977), + [anon_sym_LBRACE] = ACTIONS(979), + [anon_sym_CARET_LBRACE] = ACTIONS(979), + [anon_sym_self] = ACTIONS(981), + [anon_sym_super] = ACTIONS(983), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(987), + [anon_sym_DASH_EQ] = ACTIONS(987), + [anon_sym_STAR_EQ] = ACTIONS(987), + [anon_sym_SLASH_EQ] = ACTIONS(987), + [anon_sym_PERCENT_EQ] = ACTIONS(987), + [anon_sym_BANG_EQ] = ACTIONS(975), + [anon_sym_BANG_EQ_EQ] = ACTIONS(987), + [anon_sym_EQ_EQ_EQ] = ACTIONS(987), + [anon_sym_LT_EQ] = ACTIONS(987), + [anon_sym_GT_EQ] = ACTIONS(987), + [anon_sym_DOT_DOT_DOT] = ACTIONS(989), + [anon_sym_DOT_DOT_LT] = ACTIONS(991), + [anon_sym_PLUS] = ACTIONS(995), + [anon_sym_DASH] = ACTIONS(995), + [anon_sym_STAR] = ACTIONS(975), + [anon_sym_SLASH] = ACTIONS(975), + [anon_sym_PERCENT] = ACTIONS(975), + [anon_sym_PLUS_PLUS] = ACTIONS(967), + [anon_sym_DASH_DASH] = ACTIONS(967), + [anon_sym_PIPE] = ACTIONS(987), + [anon_sym_CARET] = ACTIONS(975), + [anon_sym_LT_LT] = ACTIONS(987), + [anon_sym_GT_GT] = ACTIONS(987), + [anon_sym_borrowing] = ACTIONS(941), + [anon_sym_consuming] = ACTIONS(941), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(999), + [sym__dot_custom] = ACTIONS(1147), + [sym__eq_custom] = ACTIONS(987), + [sym__eq_eq_custom] = ACTIONS(987), + [sym__plus_then_ws] = ACTIONS(987), + [sym__minus_then_ws] = ACTIONS(987), + [sym__bang_custom] = ACTIONS(1003), + [sym__custom_operator] = ACTIONS(973), + [sym__hash_symbol_custom] = ACTIONS(1005), + [sym__directive_if] = ACTIONS(1007), + [sym__directive_elseif] = ACTIONS(1007), + [sym__directive_else] = ACTIONS(1009), + [sym__directive_endif] = ACTIONS(1009), + }, + [STATE(664)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1504), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(891), + [sym_call_expression] = STATE(892), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(665)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1639), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(666)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1526), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(667)] = { + [sym_simple_identifier] = STATE(1343), + [sym__contextual_simple_identifier] = STATE(1209), + [sym__basic_literal] = STATE(1387), + [sym_boolean_literal] = STATE(1387), + [sym__string_literal] = STATE(1387), + [sym_line_string_literal] = STATE(1387), + [sym_multi_line_string_literal] = STATE(1387), + [sym_raw_string_literal] = STATE(1387), + [sym_regex_literal] = STATE(1387), + [sym__extended_regex_literal] = STATE(1437), + [sym__multiline_regex_literal] = STATE(1437), + [sym_user_type] = STATE(6517), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6517), + [sym_dictionary_type] = STATE(6517), + [sym_expression] = STATE(794), + [sym_optional_chain_marker] = STATE(1387), + [sym__unary_expression] = STATE(1387), + [sym_postfix_expression] = STATE(1387), + [sym_constructor_expression] = STATE(1387), + [sym__parenthesized_type] = STATE(8310), + [sym_navigation_expression] = STATE(1387), + [sym__navigable_type_expression] = STATE(8310), + [sym_open_start_range_expression] = STATE(1387), + [sym__range_operator] = STATE(614), + [sym_open_end_range_expression] = STATE(1387), + [sym_prefix_expression] = STATE(1387), + [sym_as_expression] = STATE(1387), + [sym_selector_expression] = STATE(1387), + [sym__binary_expression] = STATE(1387), + [sym_multiplicative_expression] = STATE(1387), + [sym_additive_expression] = STATE(1387), + [sym_range_expression] = STATE(1387), + [sym_infix_expression] = STATE(1387), + [sym_nil_coalescing_expression] = STATE(1387), + [sym_check_expression] = STATE(1387), + [sym_comparison_expression] = STATE(1387), + [sym_equality_expression] = STATE(1387), + [sym_conjunction_expression] = STATE(1387), + [sym_disjunction_expression] = STATE(1387), + [sym_bitwise_operation] = STATE(1387), + [sym_custom_operator] = STATE(772), + [sym_try_expression] = STATE(1387), + [sym_await_expression] = STATE(1387), + [sym__await_operator] = STATE(615), + [sym_ternary_expression] = STATE(1387), + [sym_call_expression] = STATE(1387), + [sym_macro_invocation] = STATE(1387), + [sym__primary_expression] = STATE(1387), + [sym_tuple_expression] = STATE(1387), + [sym_array_literal] = STATE(1387), + [sym_dictionary_literal] = STATE(1387), + [sym_special_literal] = STATE(1387), + [sym_playground_literal] = STATE(1387), + [sym_lambda_literal] = STATE(1387), + [sym_self_expression] = STATE(1387), + [sym_super_expression] = STATE(1387), + [sym_if_statement] = STATE(1387), + [sym_switch_statement] = STATE(1387), + [sym_key_path_expression] = STATE(1387), + [sym_key_path_string_expression] = STATE(1387), + [sym_try_operator] = STATE(616), + [sym__assignment_and_operator] = STATE(1443), + [sym__equality_operator] = STATE(1443), + [sym__comparison_operator] = STATE(1443), + [sym__three_dot_operator] = STATE(771), + [sym__open_ended_range_operator] = STATE(614), + [sym__additive_operator] = STATE(1443), + [sym__multiplicative_operator] = STATE(1443), + [sym__prefix_unary_operator] = STATE(621), + [sym_directly_assignable_expression] = STATE(6518), + [sym_assignment] = STATE(1387), + [sym_value_parameter_pack] = STATE(1387), + [sym_value_pack_expansion] = STATE(1387), + [sym_referenceable_operator] = STATE(1387), + [sym__equal_sign] = STATE(1443), + [sym__eq_eq] = STATE(1443), + [sym__dot] = STATE(621), + [sym__hash_symbol] = STATE(4957), + [sym_bang] = STATE(772), + [sym__parameter_ownership_modifier] = STATE(1209), + [sym_directive] = STATE(1387), + [sym_diagnostic] = STATE(1387), + [aux_sym_raw_string_literal_repeat1] = STATE(8468), + [anon_sym_BANG] = ACTIONS(287), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(289), + [aux_sym_simple_identifier_token2] = ACTIONS(291), + [aux_sym_simple_identifier_token3] = ACTIONS(291), + [aux_sym_simple_identifier_token4] = ACTIONS(291), + [anon_sym_actor] = ACTIONS(289), + [anon_sym_async] = ACTIONS(289), + [anon_sym_each] = ACTIONS(297), + [anon_sym_lazy] = ACTIONS(289), + [anon_sym_repeat] = ACTIONS(721), + [anon_sym_package] = ACTIONS(289), + [anon_sym_nil] = ACTIONS(303), + [sym_real_literal] = ACTIONS(305), + [sym_integer_literal] = ACTIONS(303), + [sym_hex_literal] = ACTIONS(303), + [sym_oct_literal] = ACTIONS(305), + [sym_bin_literal] = ACTIONS(305), + [anon_sym_true] = ACTIONS(307), + [anon_sym_false] = ACTIONS(307), + [anon_sym_DQUOTE] = ACTIONS(309), + [anon_sym_BSLASH] = ACTIONS(311), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(313), + [sym__oneline_regex_literal] = ACTIONS(315), + [anon_sym_LPAREN] = ACTIONS(317), + [anon_sym_LBRACK] = ACTIONS(319), + [anon_sym_AMP] = ACTIONS(321), + [anon_sym_TILDE] = ACTIONS(321), + [anon_sym_if] = ACTIONS(323), + [anon_sym_switch] = ACTIONS(325), + [aux_sym_custom_operator_token1] = ACTIONS(327), + [anon_sym_LT] = ACTIONS(329), + [anon_sym_GT] = ACTIONS(329), + [anon_sym_await] = ACTIONS(331), + [anon_sym_LBRACE] = ACTIONS(333), + [anon_sym_CARET_LBRACE] = ACTIONS(333), + [anon_sym_self] = ACTIONS(337), + [anon_sym_super] = ACTIONS(339), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(345), + [anon_sym_DASH_EQ] = ACTIONS(345), + [anon_sym_STAR_EQ] = ACTIONS(345), + [anon_sym_SLASH_EQ] = ACTIONS(345), + [anon_sym_PERCENT_EQ] = ACTIONS(345), + [anon_sym_BANG_EQ] = ACTIONS(329), + [anon_sym_BANG_EQ_EQ] = ACTIONS(345), + [anon_sym_EQ_EQ_EQ] = ACTIONS(345), + [anon_sym_LT_EQ] = ACTIONS(345), + [anon_sym_GT_EQ] = ACTIONS(345), + [anon_sym_DOT_DOT_DOT] = ACTIONS(347), + [anon_sym_DOT_DOT_LT] = ACTIONS(349), + [anon_sym_PLUS] = ACTIONS(351), + [anon_sym_DASH] = ACTIONS(351), + [anon_sym_STAR] = ACTIONS(329), + [anon_sym_SLASH] = ACTIONS(329), + [anon_sym_PERCENT] = ACTIONS(329), + [anon_sym_PLUS_PLUS] = ACTIONS(321), + [anon_sym_DASH_DASH] = ACTIONS(321), + [anon_sym_PIPE] = ACTIONS(345), + [anon_sym_CARET] = ACTIONS(329), + [anon_sym_LT_LT] = ACTIONS(345), + [anon_sym_GT_GT] = ACTIONS(345), + [anon_sym_borrowing] = ACTIONS(289), + [anon_sym_consuming] = ACTIONS(289), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(373), + [sym__dot_custom] = ACTIONS(375), + [sym__eq_custom] = ACTIONS(345), + [sym__eq_eq_custom] = ACTIONS(345), + [sym__plus_then_ws] = ACTIONS(345), + [sym__minus_then_ws] = ACTIONS(345), + [sym__bang_custom] = ACTIONS(377), + [sym__custom_operator] = ACTIONS(327), + [sym__hash_symbol_custom] = ACTIONS(379), + [sym__directive_if] = ACTIONS(381), + [sym__directive_elseif] = ACTIONS(381), + [sym__directive_else] = ACTIONS(383), + [sym__directive_endif] = ACTIONS(383), + }, + [STATE(668)] = { + [sym_simple_identifier] = STATE(1343), + [sym__contextual_simple_identifier] = STATE(1209), + [sym__basic_literal] = STATE(1387), + [sym_boolean_literal] = STATE(1387), + [sym__string_literal] = STATE(1387), + [sym_line_string_literal] = STATE(1387), + [sym_multi_line_string_literal] = STATE(1387), + [sym_raw_string_literal] = STATE(1387), + [sym_regex_literal] = STATE(1387), + [sym__extended_regex_literal] = STATE(1437), + [sym__multiline_regex_literal] = STATE(1437), + [sym_user_type] = STATE(6517), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6517), + [sym_dictionary_type] = STATE(6517), + [sym_expression] = STATE(795), + [sym_optional_chain_marker] = STATE(1387), + [sym__unary_expression] = STATE(1387), + [sym_postfix_expression] = STATE(1387), + [sym_constructor_expression] = STATE(1387), + [sym__parenthesized_type] = STATE(8310), + [sym_navigation_expression] = STATE(1387), + [sym__navigable_type_expression] = STATE(8310), + [sym_open_start_range_expression] = STATE(1387), + [sym__range_operator] = STATE(614), + [sym_open_end_range_expression] = STATE(1387), + [sym_prefix_expression] = STATE(1387), + [sym_as_expression] = STATE(1387), + [sym_selector_expression] = STATE(1387), + [sym__binary_expression] = STATE(1387), + [sym_multiplicative_expression] = STATE(1387), + [sym_additive_expression] = STATE(1387), + [sym_range_expression] = STATE(1387), + [sym_infix_expression] = STATE(1387), + [sym_nil_coalescing_expression] = STATE(1387), + [sym_check_expression] = STATE(1387), + [sym_comparison_expression] = STATE(1387), + [sym_equality_expression] = STATE(1387), + [sym_conjunction_expression] = STATE(1387), + [sym_disjunction_expression] = STATE(1387), + [sym_bitwise_operation] = STATE(1387), + [sym_custom_operator] = STATE(772), + [sym_try_expression] = STATE(1387), + [sym_await_expression] = STATE(1387), + [sym__await_operator] = STATE(615), + [sym_ternary_expression] = STATE(1387), + [sym_call_expression] = STATE(1387), + [sym_macro_invocation] = STATE(1387), + [sym__primary_expression] = STATE(1387), + [sym_tuple_expression] = STATE(1387), + [sym_array_literal] = STATE(1387), + [sym_dictionary_literal] = STATE(1387), + [sym_special_literal] = STATE(1387), + [sym_playground_literal] = STATE(1387), + [sym_lambda_literal] = STATE(1387), + [sym_self_expression] = STATE(1387), + [sym_super_expression] = STATE(1387), + [sym_if_statement] = STATE(1387), + [sym_switch_statement] = STATE(1387), + [sym_key_path_expression] = STATE(1387), + [sym_key_path_string_expression] = STATE(1387), + [sym_try_operator] = STATE(616), + [sym__assignment_and_operator] = STATE(1443), + [sym__equality_operator] = STATE(1443), + [sym__comparison_operator] = STATE(1443), + [sym__three_dot_operator] = STATE(771), + [sym__open_ended_range_operator] = STATE(614), + [sym__additive_operator] = STATE(1443), + [sym__multiplicative_operator] = STATE(1443), + [sym__prefix_unary_operator] = STATE(621), + [sym_directly_assignable_expression] = STATE(6518), + [sym_assignment] = STATE(1387), + [sym_value_parameter_pack] = STATE(1387), + [sym_value_pack_expansion] = STATE(1387), + [sym_referenceable_operator] = STATE(1387), + [sym__equal_sign] = STATE(1443), + [sym__eq_eq] = STATE(1443), + [sym__dot] = STATE(621), + [sym__hash_symbol] = STATE(4957), + [sym_bang] = STATE(772), + [sym__parameter_ownership_modifier] = STATE(1209), + [sym_directive] = STATE(1387), + [sym_diagnostic] = STATE(1387), + [aux_sym_raw_string_literal_repeat1] = STATE(8468), + [anon_sym_BANG] = ACTIONS(287), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(289), + [aux_sym_simple_identifier_token2] = ACTIONS(291), + [aux_sym_simple_identifier_token3] = ACTIONS(291), + [aux_sym_simple_identifier_token4] = ACTIONS(291), + [anon_sym_actor] = ACTIONS(289), + [anon_sym_async] = ACTIONS(289), + [anon_sym_each] = ACTIONS(297), + [anon_sym_lazy] = ACTIONS(289), + [anon_sym_repeat] = ACTIONS(721), + [anon_sym_package] = ACTIONS(289), + [anon_sym_nil] = ACTIONS(303), + [sym_real_literal] = ACTIONS(305), + [sym_integer_literal] = ACTIONS(303), + [sym_hex_literal] = ACTIONS(303), + [sym_oct_literal] = ACTIONS(305), + [sym_bin_literal] = ACTIONS(305), + [anon_sym_true] = ACTIONS(307), + [anon_sym_false] = ACTIONS(307), + [anon_sym_DQUOTE] = ACTIONS(309), + [anon_sym_BSLASH] = ACTIONS(311), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(313), + [sym__oneline_regex_literal] = ACTIONS(315), + [anon_sym_LPAREN] = ACTIONS(317), + [anon_sym_LBRACK] = ACTIONS(319), + [anon_sym_AMP] = ACTIONS(321), + [anon_sym_TILDE] = ACTIONS(321), + [anon_sym_if] = ACTIONS(323), + [anon_sym_switch] = ACTIONS(325), + [aux_sym_custom_operator_token1] = ACTIONS(327), + [anon_sym_LT] = ACTIONS(329), + [anon_sym_GT] = ACTIONS(329), + [anon_sym_await] = ACTIONS(331), + [anon_sym_LBRACE] = ACTIONS(333), + [anon_sym_CARET_LBRACE] = ACTIONS(333), + [anon_sym_self] = ACTIONS(337), + [anon_sym_super] = ACTIONS(339), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(345), + [anon_sym_DASH_EQ] = ACTIONS(345), + [anon_sym_STAR_EQ] = ACTIONS(345), + [anon_sym_SLASH_EQ] = ACTIONS(345), + [anon_sym_PERCENT_EQ] = ACTIONS(345), + [anon_sym_BANG_EQ] = ACTIONS(329), + [anon_sym_BANG_EQ_EQ] = ACTIONS(345), + [anon_sym_EQ_EQ_EQ] = ACTIONS(345), + [anon_sym_LT_EQ] = ACTIONS(345), + [anon_sym_GT_EQ] = ACTIONS(345), + [anon_sym_DOT_DOT_DOT] = ACTIONS(347), + [anon_sym_DOT_DOT_LT] = ACTIONS(349), + [anon_sym_PLUS] = ACTIONS(351), + [anon_sym_DASH] = ACTIONS(351), + [anon_sym_STAR] = ACTIONS(329), + [anon_sym_SLASH] = ACTIONS(329), + [anon_sym_PERCENT] = ACTIONS(329), + [anon_sym_PLUS_PLUS] = ACTIONS(321), + [anon_sym_DASH_DASH] = ACTIONS(321), + [anon_sym_PIPE] = ACTIONS(345), + [anon_sym_CARET] = ACTIONS(329), + [anon_sym_LT_LT] = ACTIONS(345), + [anon_sym_GT_GT] = ACTIONS(345), + [anon_sym_borrowing] = ACTIONS(289), + [anon_sym_consuming] = ACTIONS(289), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(373), + [sym__dot_custom] = ACTIONS(375), + [sym__eq_custom] = ACTIONS(345), + [sym__eq_eq_custom] = ACTIONS(345), + [sym__plus_then_ws] = ACTIONS(345), + [sym__minus_then_ws] = ACTIONS(345), + [sym__bang_custom] = ACTIONS(377), + [sym__custom_operator] = ACTIONS(327), + [sym__hash_symbol_custom] = ACTIONS(379), + [sym__directive_if] = ACTIONS(381), + [sym__directive_elseif] = ACTIONS(381), + [sym__directive_else] = ACTIONS(383), + [sym__directive_endif] = ACTIONS(383), + }, + [STATE(669)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1638), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(670)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1646), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(671)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1565), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(672)] = { + [sym_simple_identifier] = STATE(2393), + [sym__contextual_simple_identifier] = STATE(2212), + [sym__basic_literal] = STATE(2472), + [sym_boolean_literal] = STATE(2472), + [sym__string_literal] = STATE(2472), + [sym_line_string_literal] = STATE(2472), + [sym_multi_line_string_literal] = STATE(2472), + [sym_raw_string_literal] = STATE(2472), + [sym_regex_literal] = STATE(2472), + [sym__extended_regex_literal] = STATE(2528), + [sym__multiline_regex_literal] = STATE(2528), + [sym_user_type] = STATE(6600), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6600), + [sym_dictionary_type] = STATE(6600), + [sym_expression] = STATE(1460), + [sym_optional_chain_marker] = STATE(2472), + [sym__unary_expression] = STATE(2472), + [sym_postfix_expression] = STATE(2472), + [sym_constructor_expression] = STATE(2472), + [sym__parenthesized_type] = STATE(7973), + [sym_navigation_expression] = STATE(2472), + [sym__navigable_type_expression] = STATE(7973), + [sym_open_start_range_expression] = STATE(2472), + [sym__range_operator] = STATE(722), + [sym_open_end_range_expression] = STATE(2472), + [sym_prefix_expression] = STATE(2472), + [sym_as_expression] = STATE(2472), + [sym_selector_expression] = STATE(2472), + [sym__binary_expression] = STATE(2472), + [sym_multiplicative_expression] = STATE(2472), + [sym_additive_expression] = STATE(2472), + [sym_range_expression] = STATE(2472), + [sym_infix_expression] = STATE(2472), + [sym_nil_coalescing_expression] = STATE(2472), + [sym_check_expression] = STATE(2472), + [sym_comparison_expression] = STATE(2472), + [sym_equality_expression] = STATE(2472), + [sym_conjunction_expression] = STATE(2472), + [sym_disjunction_expression] = STATE(2472), + [sym_bitwise_operation] = STATE(2472), + [sym_custom_operator] = STATE(1124), + [sym_try_expression] = STATE(2472), + [sym_await_expression] = STATE(2472), + [sym__await_operator] = STATE(723), + [sym_ternary_expression] = STATE(2472), + [sym_call_expression] = STATE(2472), + [sym_macro_invocation] = STATE(2472), + [sym__primary_expression] = STATE(2472), + [sym_tuple_expression] = STATE(2472), + [sym_array_literal] = STATE(2472), + [sym_dictionary_literal] = STATE(2472), + [sym_special_literal] = STATE(2472), + [sym_playground_literal] = STATE(2472), + [sym_lambda_literal] = STATE(2472), + [sym_self_expression] = STATE(2472), + [sym_super_expression] = STATE(2472), + [sym_if_statement] = STATE(2472), + [sym_switch_statement] = STATE(2472), + [sym_key_path_expression] = STATE(2472), + [sym_key_path_string_expression] = STATE(2472), + [sym_try_operator] = STATE(583), + [sym__assignment_and_operator] = STATE(2613), + [sym__equality_operator] = STATE(2613), + [sym__comparison_operator] = STATE(2613), + [sym__three_dot_operator] = STATE(1104), + [sym__open_ended_range_operator] = STATE(722), + [sym__additive_operator] = STATE(2613), + [sym__multiplicative_operator] = STATE(2613), + [sym__prefix_unary_operator] = STATE(593), + [sym_directly_assignable_expression] = STATE(6606), + [sym_assignment] = STATE(2472), + [sym_value_parameter_pack] = STATE(2472), + [sym_value_pack_expansion] = STATE(2472), + [sym_referenceable_operator] = STATE(2472), + [sym__equal_sign] = STATE(2613), + [sym__eq_eq] = STATE(2613), + [sym__dot] = STATE(593), + [sym__hash_symbol] = STATE(4952), + [sym_bang] = STATE(1124), + [sym__parameter_ownership_modifier] = STATE(2212), + [sym_directive] = STATE(2472), + [sym_diagnostic] = STATE(2472), + [aux_sym_raw_string_literal_repeat1] = STATE(8314), + [anon_sym_BANG] = ACTIONS(873), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(875), + [aux_sym_simple_identifier_token2] = ACTIONS(877), + [aux_sym_simple_identifier_token3] = ACTIONS(877), + [aux_sym_simple_identifier_token4] = ACTIONS(877), + [anon_sym_actor] = ACTIONS(875), + [anon_sym_async] = ACTIONS(875), + [anon_sym_each] = ACTIONS(879), + [anon_sym_lazy] = ACTIONS(875), + [anon_sym_repeat] = ACTIONS(881), + [anon_sym_package] = ACTIONS(875), + [anon_sym_nil] = ACTIONS(883), + [sym_real_literal] = ACTIONS(885), + [sym_integer_literal] = ACTIONS(883), + [sym_hex_literal] = ACTIONS(883), + [sym_oct_literal] = ACTIONS(885), + [sym_bin_literal] = ACTIONS(885), + [anon_sym_true] = ACTIONS(887), + [anon_sym_false] = ACTIONS(887), + [anon_sym_DQUOTE] = ACTIONS(889), + [anon_sym_BSLASH] = ACTIONS(891), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(893), + [sym__oneline_regex_literal] = ACTIONS(895), + [anon_sym_LPAREN] = ACTIONS(897), + [anon_sym_LBRACK] = ACTIONS(899), + [anon_sym_AMP] = ACTIONS(901), + [anon_sym_TILDE] = ACTIONS(901), + [anon_sym_if] = ACTIONS(903), + [anon_sym_switch] = ACTIONS(905), + [aux_sym_custom_operator_token1] = ACTIONS(907), + [anon_sym_LT] = ACTIONS(909), + [anon_sym_GT] = ACTIONS(909), + [anon_sym_await] = ACTIONS(911), + [anon_sym_LBRACE] = ACTIONS(913), + [anon_sym_CARET_LBRACE] = ACTIONS(913), + [anon_sym_self] = ACTIONS(915), + [anon_sym_super] = ACTIONS(917), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(919), + [anon_sym_DASH_EQ] = ACTIONS(919), + [anon_sym_STAR_EQ] = ACTIONS(919), + [anon_sym_SLASH_EQ] = ACTIONS(919), + [anon_sym_PERCENT_EQ] = ACTIONS(919), + [anon_sym_BANG_EQ] = ACTIONS(909), + [anon_sym_BANG_EQ_EQ] = ACTIONS(919), + [anon_sym_EQ_EQ_EQ] = ACTIONS(919), + [anon_sym_LT_EQ] = ACTIONS(919), + [anon_sym_GT_EQ] = ACTIONS(919), + [anon_sym_DOT_DOT_DOT] = ACTIONS(921), + [anon_sym_DOT_DOT_LT] = ACTIONS(923), + [anon_sym_PLUS] = ACTIONS(925), + [anon_sym_DASH] = ACTIONS(925), + [anon_sym_STAR] = ACTIONS(909), + [anon_sym_SLASH] = ACTIONS(909), + [anon_sym_PERCENT] = ACTIONS(909), + [anon_sym_PLUS_PLUS] = ACTIONS(901), + [anon_sym_DASH_DASH] = ACTIONS(901), + [anon_sym_PIPE] = ACTIONS(919), + [anon_sym_CARET] = ACTIONS(909), + [anon_sym_LT_LT] = ACTIONS(919), + [anon_sym_GT_GT] = ACTIONS(919), + [anon_sym_borrowing] = ACTIONS(875), + [anon_sym_consuming] = ACTIONS(875), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(927), + [sym__dot_custom] = ACTIONS(929), + [sym__eq_custom] = ACTIONS(919), + [sym__eq_eq_custom] = ACTIONS(919), + [sym__plus_then_ws] = ACTIONS(919), + [sym__minus_then_ws] = ACTIONS(919), + [sym__bang_custom] = ACTIONS(931), + [sym__custom_operator] = ACTIONS(907), + [sym__hash_symbol_custom] = ACTIONS(933), + [sym__directive_if] = ACTIONS(935), + [sym__directive_elseif] = ACTIONS(935), + [sym__directive_else] = ACTIONS(937), + [sym__directive_endif] = ACTIONS(937), + }, + [STATE(673)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1663), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(674)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1524), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(675)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1485), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(893), + [sym_multiplicative_expression] = STATE(893), + [sym_additive_expression] = STATE(893), + [sym_range_expression] = STATE(893), + [sym_infix_expression] = STATE(893), + [sym_nil_coalescing_expression] = STATE(893), + [sym_check_expression] = STATE(893), + [sym_comparison_expression] = STATE(893), + [sym_equality_expression] = STATE(893), + [sym_conjunction_expression] = STATE(893), + [sym_disjunction_expression] = STATE(893), + [sym_bitwise_operation] = STATE(893), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(894), + [sym_call_expression] = STATE(895), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(676)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1650), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(677)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1626), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(678)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1532), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(679)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1492), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(1722), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(1734), + [anon_sym_switch] = ACTIONS(1736), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(680)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1656), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(681)] = { + [sym_simple_identifier] = STATE(2939), + [sym__contextual_simple_identifier] = STATE(2778), + [sym__basic_literal] = STATE(3483), + [sym_boolean_literal] = STATE(3483), + [sym__string_literal] = STATE(3483), + [sym_line_string_literal] = STATE(3483), + [sym_multi_line_string_literal] = STATE(3483), + [sym_raw_string_literal] = STATE(3483), + [sym_regex_literal] = STATE(3483), + [sym__extended_regex_literal] = STATE(3437), + [sym__multiline_regex_literal] = STATE(3437), + [sym_user_type] = STATE(6567), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6567), + [sym_dictionary_type] = STATE(6567), + [sym_expression] = STATE(1540), + [sym_optional_chain_marker] = STATE(3483), + [sym__unary_expression] = STATE(3483), + [sym_postfix_expression] = STATE(3483), + [sym_constructor_expression] = STATE(3483), + [sym__parenthesized_type] = STATE(7825), + [sym_navigation_expression] = STATE(3483), + [sym__navigable_type_expression] = STATE(7825), + [sym_open_start_range_expression] = STATE(3483), + [sym__range_operator] = STATE(645), + [sym_open_end_range_expression] = STATE(3483), + [sym_prefix_expression] = STATE(3483), + [sym_as_expression] = STATE(3483), + [sym_selector_expression] = STATE(3483), + [sym__binary_expression] = STATE(3483), + [sym_multiplicative_expression] = STATE(3483), + [sym_additive_expression] = STATE(3483), + [sym_range_expression] = STATE(3483), + [sym_infix_expression] = STATE(3483), + [sym_nil_coalescing_expression] = STATE(3483), + [sym_check_expression] = STATE(3483), + [sym_comparison_expression] = STATE(3483), + [sym_equality_expression] = STATE(3483), + [sym_conjunction_expression] = STATE(3483), + [sym_disjunction_expression] = STATE(3483), + [sym_bitwise_operation] = STATE(3483), + [sym_custom_operator] = STATE(1227), + [sym_try_expression] = STATE(3483), + [sym_await_expression] = STATE(3483), + [sym__await_operator] = STATE(647), + [sym_ternary_expression] = STATE(3483), + [sym_call_expression] = STATE(3483), + [sym_macro_invocation] = STATE(3483), + [sym__primary_expression] = STATE(3483), + [sym_tuple_expression] = STATE(3483), + [sym_array_literal] = STATE(3483), + [sym_dictionary_literal] = STATE(3483), + [sym_special_literal] = STATE(3483), + [sym_playground_literal] = STATE(3483), + [sym_lambda_literal] = STATE(3483), + [sym_self_expression] = STATE(3483), + [sym_super_expression] = STATE(3483), + [sym_if_statement] = STATE(3483), + [sym_switch_statement] = STATE(3483), + [sym_key_path_expression] = STATE(3483), + [sym_key_path_string_expression] = STATE(3483), + [sym_try_operator] = STATE(650), + [sym__assignment_and_operator] = STATE(3154), + [sym__equality_operator] = STATE(3154), + [sym__comparison_operator] = STATE(3154), + [sym__three_dot_operator] = STATE(1215), + [sym__open_ended_range_operator] = STATE(645), + [sym__additive_operator] = STATE(3154), + [sym__multiplicative_operator] = STATE(3154), + [sym__prefix_unary_operator] = STATE(663), + [sym_directly_assignable_expression] = STATE(6569), + [sym_assignment] = STATE(3483), + [sym_value_parameter_pack] = STATE(3483), + [sym_value_pack_expansion] = STATE(3483), + [sym_referenceable_operator] = STATE(3483), + [sym__equal_sign] = STATE(3154), + [sym__eq_eq] = STATE(3154), + [sym__dot] = STATE(663), + [sym__hash_symbol] = STATE(4956), + [sym_bang] = STATE(1227), + [sym__parameter_ownership_modifier] = STATE(2778), + [sym_directive] = STATE(3483), + [sym_diagnostic] = STATE(3483), + [aux_sym_raw_string_literal_repeat1] = STATE(7865), + [anon_sym_BANG] = ACTIONS(939), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(941), + [aux_sym_simple_identifier_token2] = ACTIONS(943), + [aux_sym_simple_identifier_token3] = ACTIONS(943), + [aux_sym_simple_identifier_token4] = ACTIONS(943), + [anon_sym_actor] = ACTIONS(941), + [anon_sym_async] = ACTIONS(941), + [anon_sym_each] = ACTIONS(945), + [anon_sym_lazy] = ACTIONS(941), + [anon_sym_repeat] = ACTIONS(947), + [anon_sym_package] = ACTIONS(941), + [anon_sym_nil] = ACTIONS(949), + [sym_real_literal] = ACTIONS(951), + [sym_integer_literal] = ACTIONS(949), + [sym_hex_literal] = ACTIONS(949), + [sym_oct_literal] = ACTIONS(951), + [sym_bin_literal] = ACTIONS(951), + [anon_sym_true] = ACTIONS(953), + [anon_sym_false] = ACTIONS(953), + [anon_sym_DQUOTE] = ACTIONS(955), + [anon_sym_BSLASH] = ACTIONS(957), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(959), + [sym__oneline_regex_literal] = ACTIONS(961), + [anon_sym_LPAREN] = ACTIONS(1145), + [anon_sym_LBRACK] = ACTIONS(965), + [anon_sym_AMP] = ACTIONS(967), + [anon_sym_TILDE] = ACTIONS(967), + [anon_sym_if] = ACTIONS(969), + [anon_sym_switch] = ACTIONS(971), + [aux_sym_custom_operator_token1] = ACTIONS(973), + [anon_sym_LT] = ACTIONS(975), + [anon_sym_GT] = ACTIONS(975), + [anon_sym_await] = ACTIONS(977), + [anon_sym_LBRACE] = ACTIONS(979), + [anon_sym_CARET_LBRACE] = ACTIONS(979), + [anon_sym_self] = ACTIONS(981), + [anon_sym_super] = ACTIONS(983), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(987), + [anon_sym_DASH_EQ] = ACTIONS(987), + [anon_sym_STAR_EQ] = ACTIONS(987), + [anon_sym_SLASH_EQ] = ACTIONS(987), + [anon_sym_PERCENT_EQ] = ACTIONS(987), + [anon_sym_BANG_EQ] = ACTIONS(975), + [anon_sym_BANG_EQ_EQ] = ACTIONS(987), + [anon_sym_EQ_EQ_EQ] = ACTIONS(987), + [anon_sym_LT_EQ] = ACTIONS(987), + [anon_sym_GT_EQ] = ACTIONS(987), + [anon_sym_DOT_DOT_DOT] = ACTIONS(989), + [anon_sym_DOT_DOT_LT] = ACTIONS(991), + [anon_sym_PLUS] = ACTIONS(995), + [anon_sym_DASH] = ACTIONS(995), + [anon_sym_STAR] = ACTIONS(975), + [anon_sym_SLASH] = ACTIONS(975), + [anon_sym_PERCENT] = ACTIONS(975), + [anon_sym_PLUS_PLUS] = ACTIONS(967), + [anon_sym_DASH_DASH] = ACTIONS(967), + [anon_sym_PIPE] = ACTIONS(987), + [anon_sym_CARET] = ACTIONS(975), + [anon_sym_LT_LT] = ACTIONS(987), + [anon_sym_GT_GT] = ACTIONS(987), + [anon_sym_borrowing] = ACTIONS(941), + [anon_sym_consuming] = ACTIONS(941), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(999), + [sym__dot_custom] = ACTIONS(1147), + [sym__eq_custom] = ACTIONS(987), + [sym__eq_eq_custom] = ACTIONS(987), + [sym__plus_then_ws] = ACTIONS(987), + [sym__minus_then_ws] = ACTIONS(987), + [sym__bang_custom] = ACTIONS(1003), + [sym__custom_operator] = ACTIONS(973), + [sym__hash_symbol_custom] = ACTIONS(1005), + [sym__directive_if] = ACTIONS(1007), + [sym__directive_elseif] = ACTIONS(1007), + [sym__directive_else] = ACTIONS(1009), + [sym__directive_endif] = ACTIONS(1009), + }, + [STATE(682)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1651), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(683)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1539), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(684)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1647), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(685)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1631), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(686)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1549), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(687)] = { + [sym_simple_identifier] = STATE(1343), + [sym__contextual_simple_identifier] = STATE(1209), + [sym__basic_literal] = STATE(1387), + [sym_boolean_literal] = STATE(1387), + [sym__string_literal] = STATE(1387), + [sym_line_string_literal] = STATE(1387), + [sym_multi_line_string_literal] = STATE(1387), + [sym_raw_string_literal] = STATE(1387), + [sym_regex_literal] = STATE(1387), + [sym__extended_regex_literal] = STATE(1437), + [sym__multiline_regex_literal] = STATE(1437), + [sym_user_type] = STATE(6517), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6517), + [sym_dictionary_type] = STATE(6517), + [sym_expression] = STATE(777), + [sym_optional_chain_marker] = STATE(1387), + [sym__unary_expression] = STATE(1387), + [sym_postfix_expression] = STATE(1387), + [sym_constructor_expression] = STATE(1387), + [sym__parenthesized_type] = STATE(8310), + [sym_navigation_expression] = STATE(1387), + [sym__navigable_type_expression] = STATE(8310), + [sym_open_start_range_expression] = STATE(1387), + [sym__range_operator] = STATE(614), + [sym_open_end_range_expression] = STATE(1387), + [sym_prefix_expression] = STATE(1387), + [sym_as_expression] = STATE(1387), + [sym_selector_expression] = STATE(1387), + [sym__binary_expression] = STATE(1387), + [sym_multiplicative_expression] = STATE(1387), + [sym_additive_expression] = STATE(1387), + [sym_range_expression] = STATE(1387), + [sym_infix_expression] = STATE(1387), + [sym_nil_coalescing_expression] = STATE(1387), + [sym_check_expression] = STATE(1387), + [sym_comparison_expression] = STATE(1387), + [sym_equality_expression] = STATE(1387), + [sym_conjunction_expression] = STATE(1387), + [sym_disjunction_expression] = STATE(1387), + [sym_bitwise_operation] = STATE(1387), + [sym_custom_operator] = STATE(772), + [sym_try_expression] = STATE(1387), + [sym_await_expression] = STATE(1387), + [sym__await_operator] = STATE(615), + [sym_ternary_expression] = STATE(1387), + [sym_call_expression] = STATE(1387), + [sym_macro_invocation] = STATE(1387), + [sym__primary_expression] = STATE(1387), + [sym_tuple_expression] = STATE(1387), + [sym_array_literal] = STATE(1387), + [sym_dictionary_literal] = STATE(1387), + [sym_special_literal] = STATE(1387), + [sym_playground_literal] = STATE(1387), + [sym_lambda_literal] = STATE(1387), + [sym_self_expression] = STATE(1387), + [sym_super_expression] = STATE(1387), + [sym_if_statement] = STATE(1387), + [sym_switch_statement] = STATE(1387), + [sym_key_path_expression] = STATE(1387), + [sym_key_path_string_expression] = STATE(1387), + [sym_try_operator] = STATE(616), + [sym__assignment_and_operator] = STATE(1443), + [sym__equality_operator] = STATE(1443), + [sym__comparison_operator] = STATE(1443), + [sym__three_dot_operator] = STATE(771), + [sym__open_ended_range_operator] = STATE(614), + [sym__additive_operator] = STATE(1443), + [sym__multiplicative_operator] = STATE(1443), + [sym__prefix_unary_operator] = STATE(621), + [sym_directly_assignable_expression] = STATE(6518), + [sym_assignment] = STATE(1387), + [sym_value_parameter_pack] = STATE(1387), + [sym_value_pack_expansion] = STATE(1387), + [sym_referenceable_operator] = STATE(1387), + [sym__equal_sign] = STATE(1443), + [sym__eq_eq] = STATE(1443), + [sym__dot] = STATE(621), + [sym__hash_symbol] = STATE(4957), + [sym_bang] = STATE(772), + [sym__parameter_ownership_modifier] = STATE(1209), + [sym_directive] = STATE(1387), + [sym_diagnostic] = STATE(1387), + [aux_sym_raw_string_literal_repeat1] = STATE(8468), + [anon_sym_BANG] = ACTIONS(287), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(289), + [aux_sym_simple_identifier_token2] = ACTIONS(291), + [aux_sym_simple_identifier_token3] = ACTIONS(291), + [aux_sym_simple_identifier_token4] = ACTIONS(291), + [anon_sym_actor] = ACTIONS(289), + [anon_sym_async] = ACTIONS(289), + [anon_sym_each] = ACTIONS(297), + [anon_sym_lazy] = ACTIONS(289), + [anon_sym_repeat] = ACTIONS(721), + [anon_sym_package] = ACTIONS(289), + [anon_sym_nil] = ACTIONS(303), + [sym_real_literal] = ACTIONS(305), + [sym_integer_literal] = ACTIONS(303), + [sym_hex_literal] = ACTIONS(303), + [sym_oct_literal] = ACTIONS(305), + [sym_bin_literal] = ACTIONS(305), + [anon_sym_true] = ACTIONS(307), + [anon_sym_false] = ACTIONS(307), + [anon_sym_DQUOTE] = ACTIONS(309), + [anon_sym_BSLASH] = ACTIONS(311), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(313), + [sym__oneline_regex_literal] = ACTIONS(315), + [anon_sym_LPAREN] = ACTIONS(317), + [anon_sym_LBRACK] = ACTIONS(319), + [anon_sym_AMP] = ACTIONS(321), + [anon_sym_TILDE] = ACTIONS(321), + [anon_sym_if] = ACTIONS(323), + [anon_sym_switch] = ACTIONS(325), + [aux_sym_custom_operator_token1] = ACTIONS(327), + [anon_sym_LT] = ACTIONS(329), + [anon_sym_GT] = ACTIONS(329), + [anon_sym_await] = ACTIONS(331), + [anon_sym_LBRACE] = ACTIONS(333), + [anon_sym_CARET_LBRACE] = ACTIONS(333), + [anon_sym_self] = ACTIONS(337), + [anon_sym_super] = ACTIONS(339), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(345), + [anon_sym_DASH_EQ] = ACTIONS(345), + [anon_sym_STAR_EQ] = ACTIONS(345), + [anon_sym_SLASH_EQ] = ACTIONS(345), + [anon_sym_PERCENT_EQ] = ACTIONS(345), + [anon_sym_BANG_EQ] = ACTIONS(329), + [anon_sym_BANG_EQ_EQ] = ACTIONS(345), + [anon_sym_EQ_EQ_EQ] = ACTIONS(345), + [anon_sym_LT_EQ] = ACTIONS(345), + [anon_sym_GT_EQ] = ACTIONS(345), + [anon_sym_DOT_DOT_DOT] = ACTIONS(347), + [anon_sym_DOT_DOT_LT] = ACTIONS(349), + [anon_sym_PLUS] = ACTIONS(351), + [anon_sym_DASH] = ACTIONS(351), + [anon_sym_STAR] = ACTIONS(329), + [anon_sym_SLASH] = ACTIONS(329), + [anon_sym_PERCENT] = ACTIONS(329), + [anon_sym_PLUS_PLUS] = ACTIONS(321), + [anon_sym_DASH_DASH] = ACTIONS(321), + [anon_sym_PIPE] = ACTIONS(345), + [anon_sym_CARET] = ACTIONS(329), + [anon_sym_LT_LT] = ACTIONS(345), + [anon_sym_GT_GT] = ACTIONS(345), + [anon_sym_borrowing] = ACTIONS(289), + [anon_sym_consuming] = ACTIONS(289), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(373), + [sym__dot_custom] = ACTIONS(375), + [sym__eq_custom] = ACTIONS(345), + [sym__eq_eq_custom] = ACTIONS(345), + [sym__plus_then_ws] = ACTIONS(345), + [sym__minus_then_ws] = ACTIONS(345), + [sym__bang_custom] = ACTIONS(377), + [sym__custom_operator] = ACTIONS(327), + [sym__hash_symbol_custom] = ACTIONS(379), + [sym__directive_if] = ACTIONS(381), + [sym__directive_elseif] = ACTIONS(381), + [sym__directive_else] = ACTIONS(383), + [sym__directive_endif] = ACTIONS(383), + }, + [STATE(688)] = { + [sym_simple_identifier] = STATE(2939), + [sym__contextual_simple_identifier] = STATE(2778), + [sym__basic_literal] = STATE(3483), + [sym_boolean_literal] = STATE(3483), + [sym__string_literal] = STATE(3483), + [sym_line_string_literal] = STATE(3483), + [sym_multi_line_string_literal] = STATE(3483), + [sym_raw_string_literal] = STATE(3483), + [sym_regex_literal] = STATE(3483), + [sym__extended_regex_literal] = STATE(3437), + [sym__multiline_regex_literal] = STATE(3437), + [sym_user_type] = STATE(6567), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6567), + [sym_dictionary_type] = STATE(6567), + [sym_expression] = STATE(1554), + [sym_optional_chain_marker] = STATE(3483), + [sym__unary_expression] = STATE(3483), + [sym_postfix_expression] = STATE(3483), + [sym_constructor_expression] = STATE(3483), + [sym__parenthesized_type] = STATE(7825), + [sym_navigation_expression] = STATE(3483), + [sym__navigable_type_expression] = STATE(7825), + [sym_open_start_range_expression] = STATE(3483), + [sym__range_operator] = STATE(645), + [sym_open_end_range_expression] = STATE(3483), + [sym_prefix_expression] = STATE(3483), + [sym_as_expression] = STATE(3483), + [sym_selector_expression] = STATE(3483), + [sym__binary_expression] = STATE(3483), + [sym_multiplicative_expression] = STATE(3483), + [sym_additive_expression] = STATE(3483), + [sym_range_expression] = STATE(3483), + [sym_infix_expression] = STATE(3483), + [sym_nil_coalescing_expression] = STATE(3483), + [sym_check_expression] = STATE(3483), + [sym_comparison_expression] = STATE(3483), + [sym_equality_expression] = STATE(3483), + [sym_conjunction_expression] = STATE(3483), + [sym_disjunction_expression] = STATE(3483), + [sym_bitwise_operation] = STATE(3483), + [sym_custom_operator] = STATE(1227), + [sym_try_expression] = STATE(3483), + [sym_await_expression] = STATE(3483), + [sym__await_operator] = STATE(647), + [sym_ternary_expression] = STATE(3483), + [sym_call_expression] = STATE(3483), + [sym_macro_invocation] = STATE(3483), + [sym__primary_expression] = STATE(3483), + [sym_tuple_expression] = STATE(3483), + [sym_array_literal] = STATE(3483), + [sym_dictionary_literal] = STATE(3483), + [sym_special_literal] = STATE(3483), + [sym_playground_literal] = STATE(3483), + [sym_lambda_literal] = STATE(3483), + [sym_self_expression] = STATE(3483), + [sym_super_expression] = STATE(3483), + [sym_if_statement] = STATE(3483), + [sym_switch_statement] = STATE(3483), + [sym_key_path_expression] = STATE(3483), + [sym_key_path_string_expression] = STATE(3483), + [sym_try_operator] = STATE(650), + [sym__assignment_and_operator] = STATE(3154), + [sym__equality_operator] = STATE(3154), + [sym__comparison_operator] = STATE(3154), + [sym__three_dot_operator] = STATE(1215), + [sym__open_ended_range_operator] = STATE(645), + [sym__additive_operator] = STATE(3154), + [sym__multiplicative_operator] = STATE(3154), + [sym__prefix_unary_operator] = STATE(663), + [sym_directly_assignable_expression] = STATE(6569), + [sym_assignment] = STATE(3483), + [sym_value_parameter_pack] = STATE(3483), + [sym_value_pack_expansion] = STATE(3483), + [sym_referenceable_operator] = STATE(3483), + [sym__equal_sign] = STATE(3154), + [sym__eq_eq] = STATE(3154), + [sym__dot] = STATE(663), + [sym__hash_symbol] = STATE(4956), + [sym_bang] = STATE(1227), + [sym__parameter_ownership_modifier] = STATE(2778), + [sym_directive] = STATE(3483), + [sym_diagnostic] = STATE(3483), + [aux_sym_raw_string_literal_repeat1] = STATE(7865), + [anon_sym_BANG] = ACTIONS(939), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(941), + [aux_sym_simple_identifier_token2] = ACTIONS(943), + [aux_sym_simple_identifier_token3] = ACTIONS(943), + [aux_sym_simple_identifier_token4] = ACTIONS(943), + [anon_sym_actor] = ACTIONS(941), + [anon_sym_async] = ACTIONS(941), + [anon_sym_each] = ACTIONS(945), + [anon_sym_lazy] = ACTIONS(941), + [anon_sym_repeat] = ACTIONS(947), + [anon_sym_package] = ACTIONS(941), + [anon_sym_nil] = ACTIONS(949), + [sym_real_literal] = ACTIONS(951), + [sym_integer_literal] = ACTIONS(949), + [sym_hex_literal] = ACTIONS(949), + [sym_oct_literal] = ACTIONS(951), + [sym_bin_literal] = ACTIONS(951), + [anon_sym_true] = ACTIONS(953), + [anon_sym_false] = ACTIONS(953), + [anon_sym_DQUOTE] = ACTIONS(955), + [anon_sym_BSLASH] = ACTIONS(957), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(959), + [sym__oneline_regex_literal] = ACTIONS(961), + [anon_sym_LPAREN] = ACTIONS(1145), + [anon_sym_LBRACK] = ACTIONS(965), + [anon_sym_AMP] = ACTIONS(967), + [anon_sym_TILDE] = ACTIONS(967), + [anon_sym_if] = ACTIONS(969), + [anon_sym_switch] = ACTIONS(971), + [aux_sym_custom_operator_token1] = ACTIONS(973), + [anon_sym_LT] = ACTIONS(975), + [anon_sym_GT] = ACTIONS(975), + [anon_sym_await] = ACTIONS(977), + [anon_sym_LBRACE] = ACTIONS(979), + [anon_sym_CARET_LBRACE] = ACTIONS(979), + [anon_sym_self] = ACTIONS(981), + [anon_sym_super] = ACTIONS(983), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(987), + [anon_sym_DASH_EQ] = ACTIONS(987), + [anon_sym_STAR_EQ] = ACTIONS(987), + [anon_sym_SLASH_EQ] = ACTIONS(987), + [anon_sym_PERCENT_EQ] = ACTIONS(987), + [anon_sym_BANG_EQ] = ACTIONS(975), + [anon_sym_BANG_EQ_EQ] = ACTIONS(987), + [anon_sym_EQ_EQ_EQ] = ACTIONS(987), + [anon_sym_LT_EQ] = ACTIONS(987), + [anon_sym_GT_EQ] = ACTIONS(987), + [anon_sym_DOT_DOT_DOT] = ACTIONS(989), + [anon_sym_DOT_DOT_LT] = ACTIONS(991), + [anon_sym_PLUS] = ACTIONS(995), + [anon_sym_DASH] = ACTIONS(995), + [anon_sym_STAR] = ACTIONS(975), + [anon_sym_SLASH] = ACTIONS(975), + [anon_sym_PERCENT] = ACTIONS(975), + [anon_sym_PLUS_PLUS] = ACTIONS(967), + [anon_sym_DASH_DASH] = ACTIONS(967), + [anon_sym_PIPE] = ACTIONS(987), + [anon_sym_CARET] = ACTIONS(975), + [anon_sym_LT_LT] = ACTIONS(987), + [anon_sym_GT_GT] = ACTIONS(987), + [anon_sym_borrowing] = ACTIONS(941), + [anon_sym_consuming] = ACTIONS(941), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(999), + [sym__dot_custom] = ACTIONS(1147), + [sym__eq_custom] = ACTIONS(987), + [sym__eq_eq_custom] = ACTIONS(987), + [sym__plus_then_ws] = ACTIONS(987), + [sym__minus_then_ws] = ACTIONS(987), + [sym__bang_custom] = ACTIONS(1003), + [sym__custom_operator] = ACTIONS(973), + [sym__hash_symbol_custom] = ACTIONS(1005), + [sym__directive_if] = ACTIONS(1007), + [sym__directive_elseif] = ACTIONS(1007), + [sym__directive_else] = ACTIONS(1009), + [sym__directive_endif] = ACTIONS(1009), + }, + [STATE(689)] = { + [sym_simple_identifier] = STATE(2939), + [sym__contextual_simple_identifier] = STATE(2778), + [sym__basic_literal] = STATE(3483), + [sym_boolean_literal] = STATE(3483), + [sym__string_literal] = STATE(3483), + [sym_line_string_literal] = STATE(3483), + [sym_multi_line_string_literal] = STATE(3483), + [sym_raw_string_literal] = STATE(3483), + [sym_regex_literal] = STATE(3483), + [sym__extended_regex_literal] = STATE(3437), + [sym__multiline_regex_literal] = STATE(3437), + [sym_user_type] = STATE(6567), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6567), + [sym_dictionary_type] = STATE(6567), + [sym_expression] = STATE(1581), + [sym_optional_chain_marker] = STATE(3483), + [sym__unary_expression] = STATE(3483), + [sym_postfix_expression] = STATE(3483), + [sym_constructor_expression] = STATE(3483), + [sym__parenthesized_type] = STATE(7825), + [sym_navigation_expression] = STATE(3483), + [sym__navigable_type_expression] = STATE(7825), + [sym_open_start_range_expression] = STATE(3483), + [sym__range_operator] = STATE(645), + [sym_open_end_range_expression] = STATE(3483), + [sym_prefix_expression] = STATE(3483), + [sym_as_expression] = STATE(3483), + [sym_selector_expression] = STATE(3483), + [sym__binary_expression] = STATE(3483), + [sym_multiplicative_expression] = STATE(3483), + [sym_additive_expression] = STATE(3483), + [sym_range_expression] = STATE(3483), + [sym_infix_expression] = STATE(3483), + [sym_nil_coalescing_expression] = STATE(3483), + [sym_check_expression] = STATE(3483), + [sym_comparison_expression] = STATE(3483), + [sym_equality_expression] = STATE(3483), + [sym_conjunction_expression] = STATE(3483), + [sym_disjunction_expression] = STATE(3483), + [sym_bitwise_operation] = STATE(3483), + [sym_custom_operator] = STATE(1227), + [sym_try_expression] = STATE(3483), + [sym_await_expression] = STATE(3483), + [sym__await_operator] = STATE(647), + [sym_ternary_expression] = STATE(3483), + [sym_call_expression] = STATE(3483), + [sym_macro_invocation] = STATE(3483), + [sym__primary_expression] = STATE(3483), + [sym_tuple_expression] = STATE(3483), + [sym_array_literal] = STATE(3483), + [sym_dictionary_literal] = STATE(3483), + [sym_special_literal] = STATE(3483), + [sym_playground_literal] = STATE(3483), + [sym_lambda_literal] = STATE(3483), + [sym_self_expression] = STATE(3483), + [sym_super_expression] = STATE(3483), + [sym_if_statement] = STATE(3483), + [sym_switch_statement] = STATE(3483), + [sym_key_path_expression] = STATE(3483), + [sym_key_path_string_expression] = STATE(3483), + [sym_try_operator] = STATE(650), + [sym__assignment_and_operator] = STATE(3154), + [sym__equality_operator] = STATE(3154), + [sym__comparison_operator] = STATE(3154), + [sym__three_dot_operator] = STATE(1215), + [sym__open_ended_range_operator] = STATE(645), + [sym__additive_operator] = STATE(3154), + [sym__multiplicative_operator] = STATE(3154), + [sym__prefix_unary_operator] = STATE(663), + [sym_directly_assignable_expression] = STATE(6569), + [sym_assignment] = STATE(3483), + [sym_value_parameter_pack] = STATE(3483), + [sym_value_pack_expansion] = STATE(3483), + [sym_referenceable_operator] = STATE(3483), + [sym__equal_sign] = STATE(3154), + [sym__eq_eq] = STATE(3154), + [sym__dot] = STATE(663), + [sym__hash_symbol] = STATE(4956), + [sym_bang] = STATE(1227), + [sym__parameter_ownership_modifier] = STATE(2778), + [sym_directive] = STATE(3483), + [sym_diagnostic] = STATE(3483), + [aux_sym_raw_string_literal_repeat1] = STATE(7865), + [anon_sym_BANG] = ACTIONS(939), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(941), + [aux_sym_simple_identifier_token2] = ACTIONS(943), + [aux_sym_simple_identifier_token3] = ACTIONS(943), + [aux_sym_simple_identifier_token4] = ACTIONS(943), + [anon_sym_actor] = ACTIONS(941), + [anon_sym_async] = ACTIONS(941), + [anon_sym_each] = ACTIONS(945), + [anon_sym_lazy] = ACTIONS(941), + [anon_sym_repeat] = ACTIONS(947), + [anon_sym_package] = ACTIONS(941), + [anon_sym_nil] = ACTIONS(949), + [sym_real_literal] = ACTIONS(951), + [sym_integer_literal] = ACTIONS(949), + [sym_hex_literal] = ACTIONS(949), + [sym_oct_literal] = ACTIONS(951), + [sym_bin_literal] = ACTIONS(951), + [anon_sym_true] = ACTIONS(953), + [anon_sym_false] = ACTIONS(953), + [anon_sym_DQUOTE] = ACTIONS(955), + [anon_sym_BSLASH] = ACTIONS(957), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(959), + [sym__oneline_regex_literal] = ACTIONS(961), + [anon_sym_LPAREN] = ACTIONS(1145), + [anon_sym_LBRACK] = ACTIONS(965), + [anon_sym_AMP] = ACTIONS(967), + [anon_sym_TILDE] = ACTIONS(967), + [anon_sym_if] = ACTIONS(969), + [anon_sym_switch] = ACTIONS(971), + [aux_sym_custom_operator_token1] = ACTIONS(973), + [anon_sym_LT] = ACTIONS(975), + [anon_sym_GT] = ACTIONS(975), + [anon_sym_await] = ACTIONS(977), + [anon_sym_LBRACE] = ACTIONS(979), + [anon_sym_CARET_LBRACE] = ACTIONS(979), + [anon_sym_self] = ACTIONS(981), + [anon_sym_super] = ACTIONS(983), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(987), + [anon_sym_DASH_EQ] = ACTIONS(987), + [anon_sym_STAR_EQ] = ACTIONS(987), + [anon_sym_SLASH_EQ] = ACTIONS(987), + [anon_sym_PERCENT_EQ] = ACTIONS(987), + [anon_sym_BANG_EQ] = ACTIONS(975), + [anon_sym_BANG_EQ_EQ] = ACTIONS(987), + [anon_sym_EQ_EQ_EQ] = ACTIONS(987), + [anon_sym_LT_EQ] = ACTIONS(987), + [anon_sym_GT_EQ] = ACTIONS(987), + [anon_sym_DOT_DOT_DOT] = ACTIONS(989), + [anon_sym_DOT_DOT_LT] = ACTIONS(991), + [anon_sym_PLUS] = ACTIONS(995), + [anon_sym_DASH] = ACTIONS(995), + [anon_sym_STAR] = ACTIONS(975), + [anon_sym_SLASH] = ACTIONS(975), + [anon_sym_PERCENT] = ACTIONS(975), + [anon_sym_PLUS_PLUS] = ACTIONS(967), + [anon_sym_DASH_DASH] = ACTIONS(967), + [anon_sym_PIPE] = ACTIONS(987), + [anon_sym_CARET] = ACTIONS(975), + [anon_sym_LT_LT] = ACTIONS(987), + [anon_sym_GT_GT] = ACTIONS(987), + [anon_sym_borrowing] = ACTIONS(941), + [anon_sym_consuming] = ACTIONS(941), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(999), + [sym__dot_custom] = ACTIONS(1147), + [sym__eq_custom] = ACTIONS(987), + [sym__eq_eq_custom] = ACTIONS(987), + [sym__plus_then_ws] = ACTIONS(987), + [sym__minus_then_ws] = ACTIONS(987), + [sym__bang_custom] = ACTIONS(1003), + [sym__custom_operator] = ACTIONS(973), + [sym__hash_symbol_custom] = ACTIONS(1005), + [sym__directive_if] = ACTIONS(1007), + [sym__directive_elseif] = ACTIONS(1007), + [sym__directive_else] = ACTIONS(1009), + [sym__directive_endif] = ACTIONS(1009), + }, + [STATE(690)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1653), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(691)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1556), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(692)] = { + [sym_simple_identifier] = STATE(2915), + [sym__contextual_simple_identifier] = STATE(2805), + [sym__basic_literal] = STATE(3407), + [sym_boolean_literal] = STATE(3407), + [sym__string_literal] = STATE(3407), + [sym_line_string_literal] = STATE(3407), + [sym_multi_line_string_literal] = STATE(3407), + [sym_raw_string_literal] = STATE(3407), + [sym_regex_literal] = STATE(3407), + [sym__extended_regex_literal] = STATE(3399), + [sym__multiline_regex_literal] = STATE(3399), + [sym_user_type] = STATE(6574), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6574), + [sym_dictionary_type] = STATE(6574), + [sym_expression] = STATE(1569), + [sym_optional_chain_marker] = STATE(3407), + [sym__unary_expression] = STATE(3407), + [sym_postfix_expression] = STATE(3407), + [sym_constructor_expression] = STATE(3407), + [sym__parenthesized_type] = STATE(7731), + [sym_navigation_expression] = STATE(3407), + [sym__navigable_type_expression] = STATE(7731), + [sym_open_start_range_expression] = STATE(3407), + [sym__range_operator] = STATE(658), + [sym_open_end_range_expression] = STATE(3407), + [sym_prefix_expression] = STATE(3407), + [sym_as_expression] = STATE(3407), + [sym_selector_expression] = STATE(3407), + [sym__binary_expression] = STATE(3407), + [sym_multiplicative_expression] = STATE(3407), + [sym_additive_expression] = STATE(3407), + [sym_range_expression] = STATE(3407), + [sym_infix_expression] = STATE(3407), + [sym_nil_coalescing_expression] = STATE(3407), + [sym_check_expression] = STATE(3407), + [sym_comparison_expression] = STATE(3407), + [sym_equality_expression] = STATE(3407), + [sym_conjunction_expression] = STATE(3407), + [sym_disjunction_expression] = STATE(3407), + [sym_bitwise_operation] = STATE(3407), + [sym_custom_operator] = STATE(1194), + [sym_try_expression] = STATE(3407), + [sym_await_expression] = STATE(3407), + [sym__await_operator] = STATE(692), + [sym_ternary_expression] = STATE(3451), + [sym_call_expression] = STATE(3452), + [sym_macro_invocation] = STATE(3407), + [sym__primary_expression] = STATE(3407), + [sym_tuple_expression] = STATE(3407), + [sym_array_literal] = STATE(3407), + [sym_dictionary_literal] = STATE(3407), + [sym_special_literal] = STATE(3407), + [sym_playground_literal] = STATE(3407), + [sym_lambda_literal] = STATE(3407), + [sym_self_expression] = STATE(3407), + [sym_super_expression] = STATE(3407), + [sym_if_statement] = STATE(3407), + [sym_switch_statement] = STATE(3407), + [sym_key_path_expression] = STATE(3407), + [sym_key_path_string_expression] = STATE(3407), + [sym_try_operator] = STATE(708), + [sym__assignment_and_operator] = STATE(3269), + [sym__equality_operator] = STATE(3269), + [sym__comparison_operator] = STATE(3269), + [sym__three_dot_operator] = STATE(1211), + [sym__open_ended_range_operator] = STATE(658), + [sym__additive_operator] = STATE(3269), + [sym__multiplicative_operator] = STATE(3269), + [sym__prefix_unary_operator] = STATE(595), + [sym_directly_assignable_expression] = STATE(6607), + [sym_assignment] = STATE(3407), + [sym_value_parameter_pack] = STATE(3407), + [sym_value_pack_expansion] = STATE(3407), + [sym_referenceable_operator] = STATE(3407), + [sym__equal_sign] = STATE(3269), + [sym__eq_eq] = STATE(3269), + [sym__dot] = STATE(595), + [sym__hash_symbol] = STATE(4958), + [sym_bang] = STATE(1194), + [sym__parameter_ownership_modifier] = STATE(2805), + [sym_directive] = STATE(3407), + [sym_diagnostic] = STATE(3407), + [aux_sym_raw_string_literal_repeat1] = STATE(7737), + [anon_sym_BANG] = ACTIONS(1077), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1079), + [aux_sym_simple_identifier_token2] = ACTIONS(1081), + [aux_sym_simple_identifier_token3] = ACTIONS(1081), + [aux_sym_simple_identifier_token4] = ACTIONS(1081), + [anon_sym_actor] = ACTIONS(1079), + [anon_sym_async] = ACTIONS(1079), + [anon_sym_each] = ACTIONS(1083), + [anon_sym_lazy] = ACTIONS(1079), + [anon_sym_repeat] = ACTIONS(1085), + [anon_sym_package] = ACTIONS(1079), + [anon_sym_nil] = ACTIONS(1087), + [sym_real_literal] = ACTIONS(1089), + [sym_integer_literal] = ACTIONS(1087), + [sym_hex_literal] = ACTIONS(1087), + [sym_oct_literal] = ACTIONS(1089), + [sym_bin_literal] = ACTIONS(1089), + [anon_sym_true] = ACTIONS(1091), + [anon_sym_false] = ACTIONS(1091), + [anon_sym_DQUOTE] = ACTIONS(1093), + [anon_sym_BSLASH] = ACTIONS(1095), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1097), + [sym__oneline_regex_literal] = ACTIONS(1099), + [anon_sym_LPAREN] = ACTIONS(1101), + [anon_sym_LBRACK] = ACTIONS(1103), + [anon_sym_AMP] = ACTIONS(1105), + [anon_sym_TILDE] = ACTIONS(1105), + [anon_sym_if] = ACTIONS(1107), + [anon_sym_switch] = ACTIONS(1109), + [aux_sym_custom_operator_token1] = ACTIONS(1111), + [anon_sym_LT] = ACTIONS(1113), + [anon_sym_GT] = ACTIONS(1113), + [anon_sym_await] = ACTIONS(1115), + [anon_sym_LBRACE] = ACTIONS(1117), + [anon_sym_CARET_LBRACE] = ACTIONS(1117), + [anon_sym_self] = ACTIONS(1119), + [anon_sym_super] = ACTIONS(1121), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(1123), + [anon_sym_DASH_EQ] = ACTIONS(1123), + [anon_sym_STAR_EQ] = ACTIONS(1123), + [anon_sym_SLASH_EQ] = ACTIONS(1123), + [anon_sym_PERCENT_EQ] = ACTIONS(1123), + [anon_sym_BANG_EQ] = ACTIONS(1113), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1123), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1123), + [anon_sym_LT_EQ] = ACTIONS(1123), + [anon_sym_GT_EQ] = ACTIONS(1123), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1125), + [anon_sym_DOT_DOT_LT] = ACTIONS(1127), + [anon_sym_PLUS] = ACTIONS(1129), + [anon_sym_DASH] = ACTIONS(1129), + [anon_sym_STAR] = ACTIONS(1113), + [anon_sym_SLASH] = ACTIONS(1113), + [anon_sym_PERCENT] = ACTIONS(1113), + [anon_sym_PLUS_PLUS] = ACTIONS(1105), + [anon_sym_DASH_DASH] = ACTIONS(1105), + [anon_sym_PIPE] = ACTIONS(1123), + [anon_sym_CARET] = ACTIONS(1113), + [anon_sym_LT_LT] = ACTIONS(1123), + [anon_sym_GT_GT] = ACTIONS(1123), + [anon_sym_borrowing] = ACTIONS(1079), + [anon_sym_consuming] = ACTIONS(1079), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(1131), + [sym__dot_custom] = ACTIONS(1133), + [sym__eq_custom] = ACTIONS(1123), + [sym__eq_eq_custom] = ACTIONS(1123), + [sym__plus_then_ws] = ACTIONS(1123), + [sym__minus_then_ws] = ACTIONS(1123), + [sym__bang_custom] = ACTIONS(1135), + [sym__custom_operator] = ACTIONS(1111), + [sym__hash_symbol_custom] = ACTIONS(1137), + [sym__directive_if] = ACTIONS(1139), + [sym__directive_elseif] = ACTIONS(1139), + [sym__directive_else] = ACTIONS(1141), + [sym__directive_endif] = ACTIONS(1141), + }, + [STATE(693)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1568), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(694)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1657), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(695)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1632), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(696)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1557), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(697)] = { + [sym_simple_identifier] = STATE(2455), + [sym__contextual_simple_identifier] = STATE(2422), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1467), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym_self_expression] = STATE(2689), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(2689), + [sym_switch_statement] = STATE(2689), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__parameter_ownership_modifier] = STATE(2422), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(11), + [aux_sym_simple_identifier_token2] = ACTIONS(13), + [aux_sym_simple_identifier_token3] = ACTIONS(13), + [aux_sym_simple_identifier_token4] = ACTIONS(13), + [anon_sym_actor] = ACTIONS(11), + [anon_sym_async] = ACTIONS(11), + [anon_sym_each] = ACTIONS(19), + [anon_sym_lazy] = ACTIONS(11), + [anon_sym_repeat] = ACTIONS(831), + [anon_sym_package] = ACTIONS(11), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_self] = ACTIONS(59), + [anon_sym_super] = ACTIONS(61), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [anon_sym_borrowing] = ACTIONS(11), + [anon_sym_consuming] = ACTIONS(11), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(698)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1654), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(699)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1562), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(700)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1630), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(701)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1665), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(702)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1641), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(703)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1563), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(704)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1671), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(705)] = { + [sym_simple_identifier] = STATE(2455), + [sym__contextual_simple_identifier] = STATE(2422), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1476), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2836), + [sym_multiplicative_expression] = STATE(2836), + [sym_additive_expression] = STATE(2836), + [sym_range_expression] = STATE(2836), + [sym_infix_expression] = STATE(2836), + [sym_nil_coalescing_expression] = STATE(2836), + [sym_check_expression] = STATE(2836), + [sym_comparison_expression] = STATE(2836), + [sym_equality_expression] = STATE(2836), + [sym_conjunction_expression] = STATE(2836), + [sym_disjunction_expression] = STATE(2836), + [sym_bitwise_operation] = STATE(2836), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2838), + [sym_call_expression] = STATE(2840), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym_self_expression] = STATE(2689), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(2689), + [sym_switch_statement] = STATE(2689), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__parameter_ownership_modifier] = STATE(2422), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(11), + [aux_sym_simple_identifier_token2] = ACTIONS(13), + [aux_sym_simple_identifier_token3] = ACTIONS(13), + [aux_sym_simple_identifier_token4] = ACTIONS(13), + [anon_sym_actor] = ACTIONS(11), + [anon_sym_async] = ACTIONS(11), + [anon_sym_each] = ACTIONS(19), + [anon_sym_lazy] = ACTIONS(11), + [anon_sym_repeat] = ACTIONS(831), + [anon_sym_package] = ACTIONS(11), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_self] = ACTIONS(59), + [anon_sym_super] = ACTIONS(61), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [anon_sym_borrowing] = ACTIONS(11), + [anon_sym_consuming] = ACTIONS(11), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(706)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1660), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(707)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1567), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(708)] = { + [sym_simple_identifier] = STATE(2915), + [sym__contextual_simple_identifier] = STATE(2805), + [sym__basic_literal] = STATE(3407), + [sym_boolean_literal] = STATE(3407), + [sym__string_literal] = STATE(3407), + [sym_line_string_literal] = STATE(3407), + [sym_multi_line_string_literal] = STATE(3407), + [sym_raw_string_literal] = STATE(3407), + [sym_regex_literal] = STATE(3407), + [sym__extended_regex_literal] = STATE(3399), + [sym__multiline_regex_literal] = STATE(3399), + [sym_user_type] = STATE(6574), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6574), + [sym_dictionary_type] = STATE(6574), + [sym_expression] = STATE(1528), + [sym_optional_chain_marker] = STATE(3407), + [sym__unary_expression] = STATE(3407), + [sym_postfix_expression] = STATE(3407), + [sym_constructor_expression] = STATE(3407), + [sym__parenthesized_type] = STATE(7731), + [sym_navigation_expression] = STATE(3407), + [sym__navigable_type_expression] = STATE(7731), + [sym_open_start_range_expression] = STATE(3407), + [sym__range_operator] = STATE(658), + [sym_open_end_range_expression] = STATE(3407), + [sym_prefix_expression] = STATE(3407), + [sym_as_expression] = STATE(3407), + [sym_selector_expression] = STATE(3407), + [sym__binary_expression] = STATE(3455), + [sym_multiplicative_expression] = STATE(3455), + [sym_additive_expression] = STATE(3455), + [sym_range_expression] = STATE(3455), + [sym_infix_expression] = STATE(3455), + [sym_nil_coalescing_expression] = STATE(3455), + [sym_check_expression] = STATE(3455), + [sym_comparison_expression] = STATE(3455), + [sym_equality_expression] = STATE(3455), + [sym_conjunction_expression] = STATE(3455), + [sym_disjunction_expression] = STATE(3455), + [sym_bitwise_operation] = STATE(3455), + [sym_custom_operator] = STATE(1194), + [sym_try_expression] = STATE(3407), + [sym_await_expression] = STATE(3407), + [sym__await_operator] = STATE(692), + [sym_ternary_expression] = STATE(3458), + [sym_call_expression] = STATE(3459), + [sym_macro_invocation] = STATE(3407), + [sym__primary_expression] = STATE(3407), + [sym_tuple_expression] = STATE(3407), + [sym_array_literal] = STATE(3407), + [sym_dictionary_literal] = STATE(3407), + [sym_special_literal] = STATE(3407), + [sym_playground_literal] = STATE(3407), + [sym_lambda_literal] = STATE(3407), + [sym_self_expression] = STATE(3407), + [sym_super_expression] = STATE(3407), + [sym_if_statement] = STATE(3407), + [sym_switch_statement] = STATE(3407), + [sym_key_path_expression] = STATE(3407), + [sym_key_path_string_expression] = STATE(3407), + [sym_try_operator] = STATE(708), + [sym__assignment_and_operator] = STATE(3269), + [sym__equality_operator] = STATE(3269), + [sym__comparison_operator] = STATE(3269), + [sym__three_dot_operator] = STATE(1211), + [sym__open_ended_range_operator] = STATE(658), + [sym__additive_operator] = STATE(3269), + [sym__multiplicative_operator] = STATE(3269), + [sym__prefix_unary_operator] = STATE(595), + [sym_directly_assignable_expression] = STATE(6607), + [sym_assignment] = STATE(3407), + [sym_value_parameter_pack] = STATE(3407), + [sym_value_pack_expansion] = STATE(3407), + [sym_referenceable_operator] = STATE(3407), + [sym__equal_sign] = STATE(3269), + [sym__eq_eq] = STATE(3269), + [sym__dot] = STATE(595), + [sym__hash_symbol] = STATE(4958), + [sym_bang] = STATE(1194), + [sym__parameter_ownership_modifier] = STATE(2805), + [sym_directive] = STATE(3407), + [sym_diagnostic] = STATE(3407), + [aux_sym_raw_string_literal_repeat1] = STATE(7737), + [anon_sym_BANG] = ACTIONS(1077), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1079), + [aux_sym_simple_identifier_token2] = ACTIONS(1081), + [aux_sym_simple_identifier_token3] = ACTIONS(1081), + [aux_sym_simple_identifier_token4] = ACTIONS(1081), + [anon_sym_actor] = ACTIONS(1079), + [anon_sym_async] = ACTIONS(1079), + [anon_sym_each] = ACTIONS(1083), + [anon_sym_lazy] = ACTIONS(1079), + [anon_sym_repeat] = ACTIONS(1085), + [anon_sym_package] = ACTIONS(1079), + [anon_sym_nil] = ACTIONS(1087), + [sym_real_literal] = ACTIONS(1089), + [sym_integer_literal] = ACTIONS(1087), + [sym_hex_literal] = ACTIONS(1087), + [sym_oct_literal] = ACTIONS(1089), + [sym_bin_literal] = ACTIONS(1089), + [anon_sym_true] = ACTIONS(1091), + [anon_sym_false] = ACTIONS(1091), + [anon_sym_DQUOTE] = ACTIONS(1093), + [anon_sym_BSLASH] = ACTIONS(1095), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1097), + [sym__oneline_regex_literal] = ACTIONS(1099), + [anon_sym_LPAREN] = ACTIONS(1101), + [anon_sym_LBRACK] = ACTIONS(1103), + [anon_sym_AMP] = ACTIONS(1105), + [anon_sym_TILDE] = ACTIONS(1105), + [anon_sym_if] = ACTIONS(1107), + [anon_sym_switch] = ACTIONS(1109), + [aux_sym_custom_operator_token1] = ACTIONS(1111), + [anon_sym_LT] = ACTIONS(1113), + [anon_sym_GT] = ACTIONS(1113), + [anon_sym_await] = ACTIONS(1115), + [anon_sym_LBRACE] = ACTIONS(1117), + [anon_sym_CARET_LBRACE] = ACTIONS(1117), + [anon_sym_self] = ACTIONS(1119), + [anon_sym_super] = ACTIONS(1121), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(1123), + [anon_sym_DASH_EQ] = ACTIONS(1123), + [anon_sym_STAR_EQ] = ACTIONS(1123), + [anon_sym_SLASH_EQ] = ACTIONS(1123), + [anon_sym_PERCENT_EQ] = ACTIONS(1123), + [anon_sym_BANG_EQ] = ACTIONS(1113), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1123), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1123), + [anon_sym_LT_EQ] = ACTIONS(1123), + [anon_sym_GT_EQ] = ACTIONS(1123), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1125), + [anon_sym_DOT_DOT_LT] = ACTIONS(1127), + [anon_sym_PLUS] = ACTIONS(1129), + [anon_sym_DASH] = ACTIONS(1129), + [anon_sym_STAR] = ACTIONS(1113), + [anon_sym_SLASH] = ACTIONS(1113), + [anon_sym_PERCENT] = ACTIONS(1113), + [anon_sym_PLUS_PLUS] = ACTIONS(1105), + [anon_sym_DASH_DASH] = ACTIONS(1105), + [anon_sym_PIPE] = ACTIONS(1123), + [anon_sym_CARET] = ACTIONS(1113), + [anon_sym_LT_LT] = ACTIONS(1123), + [anon_sym_GT_GT] = ACTIONS(1123), + [anon_sym_borrowing] = ACTIONS(1079), + [anon_sym_consuming] = ACTIONS(1079), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(1131), + [sym__dot_custom] = ACTIONS(1133), + [sym__eq_custom] = ACTIONS(1123), + [sym__eq_eq_custom] = ACTIONS(1123), + [sym__plus_then_ws] = ACTIONS(1123), + [sym__minus_then_ws] = ACTIONS(1123), + [sym__bang_custom] = ACTIONS(1135), + [sym__custom_operator] = ACTIONS(1111), + [sym__hash_symbol_custom] = ACTIONS(1137), + [sym__directive_if] = ACTIONS(1139), + [sym__directive_elseif] = ACTIONS(1139), + [sym__directive_else] = ACTIONS(1141), + [sym__directive_endif] = ACTIONS(1141), + }, + [STATE(709)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6602), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6602), + [sym_dictionary_type] = STATE(6602), + [sym_expression] = STATE(748), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(635), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(738), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(638), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(640), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(742), + [sym__open_ended_range_operator] = STATE(635), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(644), + [sym_directly_assignable_expression] = STATE(6603), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(644), + [sym__hash_symbol] = STATE(4946), + [sym_bang] = STATE(738), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(611), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(613), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(615), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(617), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(627), + [anon_sym_TILDE] = ACTIONS(627), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(629), + [aux_sym_custom_operator_token1] = ACTIONS(631), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(635), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(641), + [anon_sym_DOT_DOT_LT] = ACTIONS(643), + [anon_sym_PLUS] = ACTIONS(645), + [anon_sym_DASH] = ACTIONS(645), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(627), + [anon_sym_DASH_DASH] = ACTIONS(627), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(647), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(649), + [sym__custom_operator] = ACTIONS(631), + [sym__hash_symbol_custom] = ACTIONS(651), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(710)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1667), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(711)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1629), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(712)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1570), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(713)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1633), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(714)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1572), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(715)] = { + [sym_simple_identifier] = STATE(1343), + [sym__contextual_simple_identifier] = STATE(1209), + [sym__basic_literal] = STATE(1387), + [sym_boolean_literal] = STATE(1387), + [sym__string_literal] = STATE(1387), + [sym_line_string_literal] = STATE(1387), + [sym_multi_line_string_literal] = STATE(1387), + [sym_raw_string_literal] = STATE(1387), + [sym_regex_literal] = STATE(1387), + [sym__extended_regex_literal] = STATE(1437), + [sym__multiline_regex_literal] = STATE(1437), + [sym_user_type] = STATE(6517), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6517), + [sym_dictionary_type] = STATE(6517), + [sym_expression] = STATE(788), + [sym_optional_chain_marker] = STATE(1387), + [sym__unary_expression] = STATE(1387), + [sym_postfix_expression] = STATE(1387), + [sym_constructor_expression] = STATE(1387), + [sym__parenthesized_type] = STATE(8310), + [sym_navigation_expression] = STATE(1387), + [sym__navigable_type_expression] = STATE(8310), + [sym_open_start_range_expression] = STATE(1387), + [sym__range_operator] = STATE(614), + [sym_open_end_range_expression] = STATE(1387), + [sym_prefix_expression] = STATE(1387), + [sym_as_expression] = STATE(1387), + [sym_selector_expression] = STATE(1387), + [sym__binary_expression] = STATE(1387), + [sym_multiplicative_expression] = STATE(1387), + [sym_additive_expression] = STATE(1387), + [sym_range_expression] = STATE(1387), + [sym_infix_expression] = STATE(1387), + [sym_nil_coalescing_expression] = STATE(1387), + [sym_check_expression] = STATE(1387), + [sym_comparison_expression] = STATE(1387), + [sym_equality_expression] = STATE(1387), + [sym_conjunction_expression] = STATE(1387), + [sym_disjunction_expression] = STATE(1387), + [sym_bitwise_operation] = STATE(1387), + [sym_custom_operator] = STATE(772), + [sym_try_expression] = STATE(1387), + [sym_await_expression] = STATE(1387), + [sym__await_operator] = STATE(615), + [sym_ternary_expression] = STATE(1387), + [sym_call_expression] = STATE(1387), + [sym_macro_invocation] = STATE(1387), + [sym__primary_expression] = STATE(1387), + [sym_tuple_expression] = STATE(1387), + [sym_array_literal] = STATE(1387), + [sym_dictionary_literal] = STATE(1387), + [sym_special_literal] = STATE(1387), + [sym_playground_literal] = STATE(1387), + [sym_lambda_literal] = STATE(1387), + [sym_self_expression] = STATE(1387), + [sym_super_expression] = STATE(1387), + [sym_if_statement] = STATE(1387), + [sym_switch_statement] = STATE(1387), + [sym_key_path_expression] = STATE(1387), + [sym_key_path_string_expression] = STATE(1387), + [sym_try_operator] = STATE(616), + [sym__assignment_and_operator] = STATE(1443), + [sym__equality_operator] = STATE(1443), + [sym__comparison_operator] = STATE(1443), + [sym__three_dot_operator] = STATE(771), + [sym__open_ended_range_operator] = STATE(614), + [sym__additive_operator] = STATE(1443), + [sym__multiplicative_operator] = STATE(1443), + [sym__prefix_unary_operator] = STATE(621), + [sym_directly_assignable_expression] = STATE(6518), + [sym_assignment] = STATE(1387), + [sym_value_parameter_pack] = STATE(1387), + [sym_value_pack_expansion] = STATE(1387), + [sym_referenceable_operator] = STATE(1387), + [sym__equal_sign] = STATE(1443), + [sym__eq_eq] = STATE(1443), + [sym__dot] = STATE(621), + [sym__hash_symbol] = STATE(4957), + [sym_bang] = STATE(772), + [sym__parameter_ownership_modifier] = STATE(1209), + [sym_directive] = STATE(1387), + [sym_diagnostic] = STATE(1387), + [aux_sym_raw_string_literal_repeat1] = STATE(8468), + [anon_sym_BANG] = ACTIONS(287), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(289), + [aux_sym_simple_identifier_token2] = ACTIONS(291), + [aux_sym_simple_identifier_token3] = ACTIONS(291), + [aux_sym_simple_identifier_token4] = ACTIONS(291), + [anon_sym_actor] = ACTIONS(289), + [anon_sym_async] = ACTIONS(289), + [anon_sym_each] = ACTIONS(297), + [anon_sym_lazy] = ACTIONS(289), + [anon_sym_repeat] = ACTIONS(721), + [anon_sym_package] = ACTIONS(289), + [anon_sym_nil] = ACTIONS(303), + [sym_real_literal] = ACTIONS(305), + [sym_integer_literal] = ACTIONS(303), + [sym_hex_literal] = ACTIONS(303), + [sym_oct_literal] = ACTIONS(305), + [sym_bin_literal] = ACTIONS(305), + [anon_sym_true] = ACTIONS(307), + [anon_sym_false] = ACTIONS(307), + [anon_sym_DQUOTE] = ACTIONS(309), + [anon_sym_BSLASH] = ACTIONS(311), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(313), + [sym__oneline_regex_literal] = ACTIONS(315), + [anon_sym_LPAREN] = ACTIONS(317), + [anon_sym_LBRACK] = ACTIONS(319), + [anon_sym_AMP] = ACTIONS(321), + [anon_sym_TILDE] = ACTIONS(321), + [anon_sym_if] = ACTIONS(323), + [anon_sym_switch] = ACTIONS(325), + [aux_sym_custom_operator_token1] = ACTIONS(327), + [anon_sym_LT] = ACTIONS(329), + [anon_sym_GT] = ACTIONS(329), + [anon_sym_await] = ACTIONS(331), + [anon_sym_LBRACE] = ACTIONS(333), + [anon_sym_CARET_LBRACE] = ACTIONS(333), + [anon_sym_self] = ACTIONS(337), + [anon_sym_super] = ACTIONS(339), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(345), + [anon_sym_DASH_EQ] = ACTIONS(345), + [anon_sym_STAR_EQ] = ACTIONS(345), + [anon_sym_SLASH_EQ] = ACTIONS(345), + [anon_sym_PERCENT_EQ] = ACTIONS(345), + [anon_sym_BANG_EQ] = ACTIONS(329), + [anon_sym_BANG_EQ_EQ] = ACTIONS(345), + [anon_sym_EQ_EQ_EQ] = ACTIONS(345), + [anon_sym_LT_EQ] = ACTIONS(345), + [anon_sym_GT_EQ] = ACTIONS(345), + [anon_sym_DOT_DOT_DOT] = ACTIONS(347), + [anon_sym_DOT_DOT_LT] = ACTIONS(349), + [anon_sym_PLUS] = ACTIONS(351), + [anon_sym_DASH] = ACTIONS(351), + [anon_sym_STAR] = ACTIONS(329), + [anon_sym_SLASH] = ACTIONS(329), + [anon_sym_PERCENT] = ACTIONS(329), + [anon_sym_PLUS_PLUS] = ACTIONS(321), + [anon_sym_DASH_DASH] = ACTIONS(321), + [anon_sym_PIPE] = ACTIONS(345), + [anon_sym_CARET] = ACTIONS(329), + [anon_sym_LT_LT] = ACTIONS(345), + [anon_sym_GT_GT] = ACTIONS(345), + [anon_sym_borrowing] = ACTIONS(289), + [anon_sym_consuming] = ACTIONS(289), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(373), + [sym__dot_custom] = ACTIONS(375), + [sym__eq_custom] = ACTIONS(345), + [sym__eq_eq_custom] = ACTIONS(345), + [sym__plus_then_ws] = ACTIONS(345), + [sym__minus_then_ws] = ACTIONS(345), + [sym__bang_custom] = ACTIONS(377), + [sym__custom_operator] = ACTIONS(327), + [sym__hash_symbol_custom] = ACTIONS(379), + [sym__directive_if] = ACTIONS(381), + [sym__directive_elseif] = ACTIONS(381), + [sym__directive_else] = ACTIONS(383), + [sym__directive_endif] = ACTIONS(383), + }, + [STATE(716)] = { + [sym_simple_identifier] = STATE(2393), + [sym__contextual_simple_identifier] = STATE(2212), + [sym__basic_literal] = STATE(2472), + [sym_boolean_literal] = STATE(2472), + [sym__string_literal] = STATE(2472), + [sym_line_string_literal] = STATE(2472), + [sym_multi_line_string_literal] = STATE(2472), + [sym_raw_string_literal] = STATE(2472), + [sym_regex_literal] = STATE(2472), + [sym__extended_regex_literal] = STATE(2528), + [sym__multiline_regex_literal] = STATE(2528), + [sym_user_type] = STATE(6600), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6600), + [sym_dictionary_type] = STATE(6600), + [sym_expression] = STATE(1455), + [sym_optional_chain_marker] = STATE(2472), + [sym__unary_expression] = STATE(2472), + [sym_postfix_expression] = STATE(2472), + [sym_constructor_expression] = STATE(2472), + [sym__parenthesized_type] = STATE(7973), + [sym_navigation_expression] = STATE(2472), + [sym__navigable_type_expression] = STATE(7973), + [sym_open_start_range_expression] = STATE(2472), + [sym__range_operator] = STATE(722), + [sym_open_end_range_expression] = STATE(2472), + [sym_prefix_expression] = STATE(2472), + [sym_as_expression] = STATE(2472), + [sym_selector_expression] = STATE(2472), + [sym__binary_expression] = STATE(2472), + [sym_multiplicative_expression] = STATE(2472), + [sym_additive_expression] = STATE(2472), + [sym_range_expression] = STATE(2472), + [sym_infix_expression] = STATE(2472), + [sym_nil_coalescing_expression] = STATE(2472), + [sym_check_expression] = STATE(2472), + [sym_comparison_expression] = STATE(2472), + [sym_equality_expression] = STATE(2472), + [sym_conjunction_expression] = STATE(2472), + [sym_disjunction_expression] = STATE(2472), + [sym_bitwise_operation] = STATE(2472), + [sym_custom_operator] = STATE(1124), + [sym_try_expression] = STATE(2472), + [sym_await_expression] = STATE(2472), + [sym__await_operator] = STATE(723), + [sym_ternary_expression] = STATE(2472), + [sym_call_expression] = STATE(2472), + [sym_macro_invocation] = STATE(2472), + [sym__primary_expression] = STATE(2472), + [sym_tuple_expression] = STATE(2472), + [sym_array_literal] = STATE(2472), + [sym_dictionary_literal] = STATE(2472), + [sym_special_literal] = STATE(2472), + [sym_playground_literal] = STATE(2472), + [sym_lambda_literal] = STATE(2472), + [sym_self_expression] = STATE(2472), + [sym_super_expression] = STATE(2472), + [sym_if_statement] = STATE(2472), + [sym_switch_statement] = STATE(2472), + [sym_key_path_expression] = STATE(2472), + [sym_key_path_string_expression] = STATE(2472), + [sym_try_operator] = STATE(583), + [sym__assignment_and_operator] = STATE(2613), + [sym__equality_operator] = STATE(2613), + [sym__comparison_operator] = STATE(2613), + [sym__three_dot_operator] = STATE(1104), + [sym__open_ended_range_operator] = STATE(722), + [sym__additive_operator] = STATE(2613), + [sym__multiplicative_operator] = STATE(2613), + [sym__prefix_unary_operator] = STATE(593), + [sym_directly_assignable_expression] = STATE(6606), + [sym_assignment] = STATE(2472), + [sym_value_parameter_pack] = STATE(2472), + [sym_value_pack_expansion] = STATE(2472), + [sym_referenceable_operator] = STATE(2472), + [sym__equal_sign] = STATE(2613), + [sym__eq_eq] = STATE(2613), + [sym__dot] = STATE(593), + [sym__hash_symbol] = STATE(4952), + [sym_bang] = STATE(1124), + [sym__parameter_ownership_modifier] = STATE(2212), + [sym_directive] = STATE(2472), + [sym_diagnostic] = STATE(2472), + [aux_sym_raw_string_literal_repeat1] = STATE(8314), + [anon_sym_BANG] = ACTIONS(873), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(875), + [aux_sym_simple_identifier_token2] = ACTIONS(877), + [aux_sym_simple_identifier_token3] = ACTIONS(877), + [aux_sym_simple_identifier_token4] = ACTIONS(877), + [anon_sym_actor] = ACTIONS(875), + [anon_sym_async] = ACTIONS(875), + [anon_sym_each] = ACTIONS(879), + [anon_sym_lazy] = ACTIONS(875), + [anon_sym_repeat] = ACTIONS(881), + [anon_sym_package] = ACTIONS(875), + [anon_sym_nil] = ACTIONS(883), + [sym_real_literal] = ACTIONS(885), + [sym_integer_literal] = ACTIONS(883), + [sym_hex_literal] = ACTIONS(883), + [sym_oct_literal] = ACTIONS(885), + [sym_bin_literal] = ACTIONS(885), + [anon_sym_true] = ACTIONS(887), + [anon_sym_false] = ACTIONS(887), + [anon_sym_DQUOTE] = ACTIONS(889), + [anon_sym_BSLASH] = ACTIONS(891), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(893), + [sym__oneline_regex_literal] = ACTIONS(895), + [anon_sym_LPAREN] = ACTIONS(897), + [anon_sym_LBRACK] = ACTIONS(899), + [anon_sym_AMP] = ACTIONS(901), + [anon_sym_TILDE] = ACTIONS(901), + [anon_sym_if] = ACTIONS(903), + [anon_sym_switch] = ACTIONS(905), + [aux_sym_custom_operator_token1] = ACTIONS(907), + [anon_sym_LT] = ACTIONS(909), + [anon_sym_GT] = ACTIONS(909), + [anon_sym_await] = ACTIONS(911), + [anon_sym_LBRACE] = ACTIONS(913), + [anon_sym_CARET_LBRACE] = ACTIONS(913), + [anon_sym_self] = ACTIONS(915), + [anon_sym_super] = ACTIONS(917), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(919), + [anon_sym_DASH_EQ] = ACTIONS(919), + [anon_sym_STAR_EQ] = ACTIONS(919), + [anon_sym_SLASH_EQ] = ACTIONS(919), + [anon_sym_PERCENT_EQ] = ACTIONS(919), + [anon_sym_BANG_EQ] = ACTIONS(909), + [anon_sym_BANG_EQ_EQ] = ACTIONS(919), + [anon_sym_EQ_EQ_EQ] = ACTIONS(919), + [anon_sym_LT_EQ] = ACTIONS(919), + [anon_sym_GT_EQ] = ACTIONS(919), + [anon_sym_DOT_DOT_DOT] = ACTIONS(921), + [anon_sym_DOT_DOT_LT] = ACTIONS(923), + [anon_sym_PLUS] = ACTIONS(925), + [anon_sym_DASH] = ACTIONS(925), + [anon_sym_STAR] = ACTIONS(909), + [anon_sym_SLASH] = ACTIONS(909), + [anon_sym_PERCENT] = ACTIONS(909), + [anon_sym_PLUS_PLUS] = ACTIONS(901), + [anon_sym_DASH_DASH] = ACTIONS(901), + [anon_sym_PIPE] = ACTIONS(919), + [anon_sym_CARET] = ACTIONS(909), + [anon_sym_LT_LT] = ACTIONS(919), + [anon_sym_GT_GT] = ACTIONS(919), + [anon_sym_borrowing] = ACTIONS(875), + [anon_sym_consuming] = ACTIONS(875), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(927), + [sym__dot_custom] = ACTIONS(929), + [sym__eq_custom] = ACTIONS(919), + [sym__eq_eq_custom] = ACTIONS(919), + [sym__plus_then_ws] = ACTIONS(919), + [sym__minus_then_ws] = ACTIONS(919), + [sym__bang_custom] = ACTIONS(931), + [sym__custom_operator] = ACTIONS(907), + [sym__hash_symbol_custom] = ACTIONS(933), + [sym__directive_if] = ACTIONS(935), + [sym__directive_elseif] = ACTIONS(935), + [sym__directive_else] = ACTIONS(937), + [sym__directive_endif] = ACTIONS(937), + }, + [STATE(717)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1636), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(718)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1637), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(719)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1573), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(720)] = { + [sym_simple_identifier] = STATE(2455), + [sym__contextual_simple_identifier] = STATE(2422), + [sym__basic_literal] = STATE(2689), + [sym_boolean_literal] = STATE(2689), + [sym__string_literal] = STATE(2689), + [sym_line_string_literal] = STATE(2689), + [sym_multi_line_string_literal] = STATE(2689), + [sym_raw_string_literal] = STATE(2689), + [sym_regex_literal] = STATE(2689), + [sym__extended_regex_literal] = STATE(2822), + [sym__multiline_regex_literal] = STATE(2822), + [sym_user_type] = STATE(6524), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6524), + [sym_dictionary_type] = STATE(6524), + [sym_expression] = STATE(1471), + [sym_optional_chain_marker] = STATE(2689), + [sym__unary_expression] = STATE(2689), + [sym_postfix_expression] = STATE(2689), + [sym_constructor_expression] = STATE(2689), + [sym__parenthesized_type] = STATE(8457), + [sym_navigation_expression] = STATE(2689), + [sym__navigable_type_expression] = STATE(8457), + [sym_open_start_range_expression] = STATE(2689), + [sym__range_operator] = STATE(720), + [sym_open_end_range_expression] = STATE(2689), + [sym_prefix_expression] = STATE(2689), + [sym_as_expression] = STATE(2689), + [sym_selector_expression] = STATE(2689), + [sym__binary_expression] = STATE(2689), + [sym_multiplicative_expression] = STATE(2689), + [sym_additive_expression] = STATE(2689), + [sym_range_expression] = STATE(2689), + [sym_infix_expression] = STATE(2689), + [sym_nil_coalescing_expression] = STATE(2689), + [sym_check_expression] = STATE(2689), + [sym_comparison_expression] = STATE(2689), + [sym_equality_expression] = STATE(2689), + [sym_conjunction_expression] = STATE(2689), + [sym_disjunction_expression] = STATE(2689), + [sym_bitwise_operation] = STATE(2689), + [sym_custom_operator] = STATE(1127), + [sym_try_expression] = STATE(2689), + [sym_await_expression] = STATE(2689), + [sym__await_operator] = STATE(639), + [sym_ternary_expression] = STATE(2689), + [sym_call_expression] = STATE(2689), + [sym_macro_invocation] = STATE(2689), + [sym__primary_expression] = STATE(2689), + [sym_tuple_expression] = STATE(2689), + [sym_array_literal] = STATE(2689), + [sym_dictionary_literal] = STATE(2689), + [sym_special_literal] = STATE(2689), + [sym_playground_literal] = STATE(2689), + [sym_lambda_literal] = STATE(2689), + [sym_self_expression] = STATE(2689), + [sym_super_expression] = STATE(2689), + [sym_if_statement] = STATE(2689), + [sym_switch_statement] = STATE(2689), + [sym_key_path_expression] = STATE(2689), + [sym_key_path_string_expression] = STATE(2689), + [sym_try_operator] = STATE(705), + [sym__assignment_and_operator] = STATE(2725), + [sym__equality_operator] = STATE(2725), + [sym__comparison_operator] = STATE(2725), + [sym__three_dot_operator] = STATE(1130), + [sym__open_ended_range_operator] = STATE(720), + [sym__additive_operator] = STATE(2725), + [sym__multiplicative_operator] = STATE(2725), + [sym__prefix_unary_operator] = STATE(602), + [sym_directly_assignable_expression] = STATE(6578), + [sym_assignment] = STATE(2689), + [sym_value_parameter_pack] = STATE(2689), + [sym_value_pack_expansion] = STATE(2689), + [sym_referenceable_operator] = STATE(2689), + [sym__equal_sign] = STATE(2725), + [sym__eq_eq] = STATE(2725), + [sym__dot] = STATE(602), + [sym__hash_symbol] = STATE(4950), + [sym_bang] = STATE(1127), + [sym__parameter_ownership_modifier] = STATE(2422), + [sym_directive] = STATE(2689), + [sym_diagnostic] = STATE(2689), + [aux_sym_raw_string_literal_repeat1] = STATE(8316), + [anon_sym_BANG] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(11), + [aux_sym_simple_identifier_token2] = ACTIONS(13), + [aux_sym_simple_identifier_token3] = ACTIONS(13), + [aux_sym_simple_identifier_token4] = ACTIONS(13), + [anon_sym_actor] = ACTIONS(11), + [anon_sym_async] = ACTIONS(11), + [anon_sym_each] = ACTIONS(19), + [anon_sym_lazy] = ACTIONS(11), + [anon_sym_repeat] = ACTIONS(831), + [anon_sym_package] = ACTIONS(11), + [anon_sym_nil] = ACTIONS(27), + [sym_real_literal] = ACTIONS(29), + [sym_integer_literal] = ACTIONS(27), + [sym_hex_literal] = ACTIONS(27), + [sym_oct_literal] = ACTIONS(29), + [sym_bin_literal] = ACTIONS(29), + [anon_sym_true] = ACTIONS(31), + [anon_sym_false] = ACTIONS(31), + [anon_sym_DQUOTE] = ACTIONS(33), + [anon_sym_BSLASH] = ACTIONS(35), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(37), + [sym__oneline_regex_literal] = ACTIONS(39), + [anon_sym_LPAREN] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_TILDE] = ACTIONS(45), + [anon_sym_if] = ACTIONS(47), + [anon_sym_switch] = ACTIONS(49), + [aux_sym_custom_operator_token1] = ACTIONS(51), + [anon_sym_LT] = ACTIONS(53), + [anon_sym_GT] = ACTIONS(53), + [anon_sym_await] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_CARET_LBRACE] = ACTIONS(57), + [anon_sym_self] = ACTIONS(59), + [anon_sym_super] = ACTIONS(61), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(69), + [anon_sym_DASH_EQ] = ACTIONS(69), + [anon_sym_STAR_EQ] = ACTIONS(69), + [anon_sym_SLASH_EQ] = ACTIONS(69), + [anon_sym_PERCENT_EQ] = ACTIONS(69), + [anon_sym_BANG_EQ] = ACTIONS(53), + [anon_sym_BANG_EQ_EQ] = ACTIONS(69), + [anon_sym_EQ_EQ_EQ] = ACTIONS(69), + [anon_sym_LT_EQ] = ACTIONS(69), + [anon_sym_GT_EQ] = ACTIONS(69), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(53), + [anon_sym_SLASH] = ACTIONS(53), + [anon_sym_PERCENT] = ACTIONS(53), + [anon_sym_PLUS_PLUS] = ACTIONS(45), + [anon_sym_DASH_DASH] = ACTIONS(45), + [anon_sym_PIPE] = ACTIONS(69), + [anon_sym_CARET] = ACTIONS(53), + [anon_sym_LT_LT] = ACTIONS(69), + [anon_sym_GT_GT] = ACTIONS(69), + [anon_sym_borrowing] = ACTIONS(11), + [anon_sym_consuming] = ACTIONS(11), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(139), + [sym__dot_custom] = ACTIONS(141), + [sym__eq_custom] = ACTIONS(69), + [sym__eq_eq_custom] = ACTIONS(69), + [sym__plus_then_ws] = ACTIONS(69), + [sym__minus_then_ws] = ACTIONS(69), + [sym__bang_custom] = ACTIONS(143), + [sym__custom_operator] = ACTIONS(51), + [sym__hash_symbol_custom] = ACTIONS(169), + [sym__directive_if] = ACTIONS(147), + [sym__directive_elseif] = ACTIONS(147), + [sym__directive_else] = ACTIONS(149), + [sym__directive_endif] = ACTIONS(149), + }, + [STATE(721)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1642), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(722)] = { + [sym_simple_identifier] = STATE(2393), + [sym__contextual_simple_identifier] = STATE(2212), + [sym__basic_literal] = STATE(2472), + [sym_boolean_literal] = STATE(2472), + [sym__string_literal] = STATE(2472), + [sym_line_string_literal] = STATE(2472), + [sym_multi_line_string_literal] = STATE(2472), + [sym_raw_string_literal] = STATE(2472), + [sym_regex_literal] = STATE(2472), + [sym__extended_regex_literal] = STATE(2528), + [sym__multiline_regex_literal] = STATE(2528), + [sym_user_type] = STATE(6600), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6600), + [sym_dictionary_type] = STATE(6600), + [sym_expression] = STATE(1457), + [sym_optional_chain_marker] = STATE(2472), + [sym__unary_expression] = STATE(2472), + [sym_postfix_expression] = STATE(2472), + [sym_constructor_expression] = STATE(2472), + [sym__parenthesized_type] = STATE(7973), + [sym_navigation_expression] = STATE(2472), + [sym__navigable_type_expression] = STATE(7973), + [sym_open_start_range_expression] = STATE(2472), + [sym__range_operator] = STATE(722), + [sym_open_end_range_expression] = STATE(2472), + [sym_prefix_expression] = STATE(2472), + [sym_as_expression] = STATE(2472), + [sym_selector_expression] = STATE(2472), + [sym__binary_expression] = STATE(2472), + [sym_multiplicative_expression] = STATE(2472), + [sym_additive_expression] = STATE(2472), + [sym_range_expression] = STATE(2472), + [sym_infix_expression] = STATE(2472), + [sym_nil_coalescing_expression] = STATE(2472), + [sym_check_expression] = STATE(2472), + [sym_comparison_expression] = STATE(2472), + [sym_equality_expression] = STATE(2472), + [sym_conjunction_expression] = STATE(2472), + [sym_disjunction_expression] = STATE(2472), + [sym_bitwise_operation] = STATE(2472), + [sym_custom_operator] = STATE(1124), + [sym_try_expression] = STATE(2472), + [sym_await_expression] = STATE(2472), + [sym__await_operator] = STATE(723), + [sym_ternary_expression] = STATE(2472), + [sym_call_expression] = STATE(2472), + [sym_macro_invocation] = STATE(2472), + [sym__primary_expression] = STATE(2472), + [sym_tuple_expression] = STATE(2472), + [sym_array_literal] = STATE(2472), + [sym_dictionary_literal] = STATE(2472), + [sym_special_literal] = STATE(2472), + [sym_playground_literal] = STATE(2472), + [sym_lambda_literal] = STATE(2472), + [sym_self_expression] = STATE(2472), + [sym_super_expression] = STATE(2472), + [sym_if_statement] = STATE(2472), + [sym_switch_statement] = STATE(2472), + [sym_key_path_expression] = STATE(2472), + [sym_key_path_string_expression] = STATE(2472), + [sym_try_operator] = STATE(583), + [sym__assignment_and_operator] = STATE(2613), + [sym__equality_operator] = STATE(2613), + [sym__comparison_operator] = STATE(2613), + [sym__three_dot_operator] = STATE(1104), + [sym__open_ended_range_operator] = STATE(722), + [sym__additive_operator] = STATE(2613), + [sym__multiplicative_operator] = STATE(2613), + [sym__prefix_unary_operator] = STATE(593), + [sym_directly_assignable_expression] = STATE(6606), + [sym_assignment] = STATE(2472), + [sym_value_parameter_pack] = STATE(2472), + [sym_value_pack_expansion] = STATE(2472), + [sym_referenceable_operator] = STATE(2472), + [sym__equal_sign] = STATE(2613), + [sym__eq_eq] = STATE(2613), + [sym__dot] = STATE(593), + [sym__hash_symbol] = STATE(4952), + [sym_bang] = STATE(1124), + [sym__parameter_ownership_modifier] = STATE(2212), + [sym_directive] = STATE(2472), + [sym_diagnostic] = STATE(2472), + [aux_sym_raw_string_literal_repeat1] = STATE(8314), + [anon_sym_BANG] = ACTIONS(873), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(875), + [aux_sym_simple_identifier_token2] = ACTIONS(877), + [aux_sym_simple_identifier_token3] = ACTIONS(877), + [aux_sym_simple_identifier_token4] = ACTIONS(877), + [anon_sym_actor] = ACTIONS(875), + [anon_sym_async] = ACTIONS(875), + [anon_sym_each] = ACTIONS(879), + [anon_sym_lazy] = ACTIONS(875), + [anon_sym_repeat] = ACTIONS(881), + [anon_sym_package] = ACTIONS(875), + [anon_sym_nil] = ACTIONS(883), + [sym_real_literal] = ACTIONS(885), + [sym_integer_literal] = ACTIONS(883), + [sym_hex_literal] = ACTIONS(883), + [sym_oct_literal] = ACTIONS(885), + [sym_bin_literal] = ACTIONS(885), + [anon_sym_true] = ACTIONS(887), + [anon_sym_false] = ACTIONS(887), + [anon_sym_DQUOTE] = ACTIONS(889), + [anon_sym_BSLASH] = ACTIONS(891), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(893), + [sym__oneline_regex_literal] = ACTIONS(895), + [anon_sym_LPAREN] = ACTIONS(897), + [anon_sym_LBRACK] = ACTIONS(899), + [anon_sym_AMP] = ACTIONS(901), + [anon_sym_TILDE] = ACTIONS(901), + [anon_sym_if] = ACTIONS(903), + [anon_sym_switch] = ACTIONS(905), + [aux_sym_custom_operator_token1] = ACTIONS(907), + [anon_sym_LT] = ACTIONS(909), + [anon_sym_GT] = ACTIONS(909), + [anon_sym_await] = ACTIONS(911), + [anon_sym_LBRACE] = ACTIONS(913), + [anon_sym_CARET_LBRACE] = ACTIONS(913), + [anon_sym_self] = ACTIONS(915), + [anon_sym_super] = ACTIONS(917), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(919), + [anon_sym_DASH_EQ] = ACTIONS(919), + [anon_sym_STAR_EQ] = ACTIONS(919), + [anon_sym_SLASH_EQ] = ACTIONS(919), + [anon_sym_PERCENT_EQ] = ACTIONS(919), + [anon_sym_BANG_EQ] = ACTIONS(909), + [anon_sym_BANG_EQ_EQ] = ACTIONS(919), + [anon_sym_EQ_EQ_EQ] = ACTIONS(919), + [anon_sym_LT_EQ] = ACTIONS(919), + [anon_sym_GT_EQ] = ACTIONS(919), + [anon_sym_DOT_DOT_DOT] = ACTIONS(921), + [anon_sym_DOT_DOT_LT] = ACTIONS(923), + [anon_sym_PLUS] = ACTIONS(925), + [anon_sym_DASH] = ACTIONS(925), + [anon_sym_STAR] = ACTIONS(909), + [anon_sym_SLASH] = ACTIONS(909), + [anon_sym_PERCENT] = ACTIONS(909), + [anon_sym_PLUS_PLUS] = ACTIONS(901), + [anon_sym_DASH_DASH] = ACTIONS(901), + [anon_sym_PIPE] = ACTIONS(919), + [anon_sym_CARET] = ACTIONS(909), + [anon_sym_LT_LT] = ACTIONS(919), + [anon_sym_GT_GT] = ACTIONS(919), + [anon_sym_borrowing] = ACTIONS(875), + [anon_sym_consuming] = ACTIONS(875), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(927), + [sym__dot_custom] = ACTIONS(929), + [sym__eq_custom] = ACTIONS(919), + [sym__eq_eq_custom] = ACTIONS(919), + [sym__plus_then_ws] = ACTIONS(919), + [sym__minus_then_ws] = ACTIONS(919), + [sym__bang_custom] = ACTIONS(931), + [sym__custom_operator] = ACTIONS(907), + [sym__hash_symbol_custom] = ACTIONS(933), + [sym__directive_if] = ACTIONS(935), + [sym__directive_elseif] = ACTIONS(935), + [sym__directive_else] = ACTIONS(937), + [sym__directive_endif] = ACTIONS(937), + }, + [STATE(723)] = { + [sym_simple_identifier] = STATE(2393), + [sym__contextual_simple_identifier] = STATE(2212), + [sym__basic_literal] = STATE(2472), + [sym_boolean_literal] = STATE(2472), + [sym__string_literal] = STATE(2472), + [sym_line_string_literal] = STATE(2472), + [sym_multi_line_string_literal] = STATE(2472), + [sym_raw_string_literal] = STATE(2472), + [sym_regex_literal] = STATE(2472), + [sym__extended_regex_literal] = STATE(2528), + [sym__multiline_regex_literal] = STATE(2528), + [sym_user_type] = STATE(6600), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6600), + [sym_dictionary_type] = STATE(6600), + [sym_expression] = STATE(1466), + [sym_optional_chain_marker] = STATE(2472), + [sym__unary_expression] = STATE(2472), + [sym_postfix_expression] = STATE(2472), + [sym_constructor_expression] = STATE(2472), + [sym__parenthesized_type] = STATE(7973), + [sym_navigation_expression] = STATE(2472), + [sym__navigable_type_expression] = STATE(7973), + [sym_open_start_range_expression] = STATE(2472), + [sym__range_operator] = STATE(722), + [sym_open_end_range_expression] = STATE(2472), + [sym_prefix_expression] = STATE(2472), + [sym_as_expression] = STATE(2472), + [sym_selector_expression] = STATE(2472), + [sym__binary_expression] = STATE(2472), + [sym_multiplicative_expression] = STATE(2472), + [sym_additive_expression] = STATE(2472), + [sym_range_expression] = STATE(2472), + [sym_infix_expression] = STATE(2472), + [sym_nil_coalescing_expression] = STATE(2472), + [sym_check_expression] = STATE(2472), + [sym_comparison_expression] = STATE(2472), + [sym_equality_expression] = STATE(2472), + [sym_conjunction_expression] = STATE(2472), + [sym_disjunction_expression] = STATE(2472), + [sym_bitwise_operation] = STATE(2472), + [sym_custom_operator] = STATE(1124), + [sym_try_expression] = STATE(2472), + [sym_await_expression] = STATE(2472), + [sym__await_operator] = STATE(723), + [sym_ternary_expression] = STATE(2660), + [sym_call_expression] = STATE(2669), + [sym_macro_invocation] = STATE(2472), + [sym__primary_expression] = STATE(2472), + [sym_tuple_expression] = STATE(2472), + [sym_array_literal] = STATE(2472), + [sym_dictionary_literal] = STATE(2472), + [sym_special_literal] = STATE(2472), + [sym_playground_literal] = STATE(2472), + [sym_lambda_literal] = STATE(2472), + [sym_self_expression] = STATE(2472), + [sym_super_expression] = STATE(2472), + [sym_if_statement] = STATE(2472), + [sym_switch_statement] = STATE(2472), + [sym_key_path_expression] = STATE(2472), + [sym_key_path_string_expression] = STATE(2472), + [sym_try_operator] = STATE(583), + [sym__assignment_and_operator] = STATE(2613), + [sym__equality_operator] = STATE(2613), + [sym__comparison_operator] = STATE(2613), + [sym__three_dot_operator] = STATE(1104), + [sym__open_ended_range_operator] = STATE(722), + [sym__additive_operator] = STATE(2613), + [sym__multiplicative_operator] = STATE(2613), + [sym__prefix_unary_operator] = STATE(593), + [sym_directly_assignable_expression] = STATE(6606), + [sym_assignment] = STATE(2472), + [sym_value_parameter_pack] = STATE(2472), + [sym_value_pack_expansion] = STATE(2472), + [sym_referenceable_operator] = STATE(2472), + [sym__equal_sign] = STATE(2613), + [sym__eq_eq] = STATE(2613), + [sym__dot] = STATE(593), + [sym__hash_symbol] = STATE(4952), + [sym_bang] = STATE(1124), + [sym__parameter_ownership_modifier] = STATE(2212), + [sym_directive] = STATE(2472), + [sym_diagnostic] = STATE(2472), + [aux_sym_raw_string_literal_repeat1] = STATE(8314), + [anon_sym_BANG] = ACTIONS(873), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(875), + [aux_sym_simple_identifier_token2] = ACTIONS(877), + [aux_sym_simple_identifier_token3] = ACTIONS(877), + [aux_sym_simple_identifier_token4] = ACTIONS(877), + [anon_sym_actor] = ACTIONS(875), + [anon_sym_async] = ACTIONS(875), + [anon_sym_each] = ACTIONS(879), + [anon_sym_lazy] = ACTIONS(875), + [anon_sym_repeat] = ACTIONS(881), + [anon_sym_package] = ACTIONS(875), + [anon_sym_nil] = ACTIONS(883), + [sym_real_literal] = ACTIONS(885), + [sym_integer_literal] = ACTIONS(883), + [sym_hex_literal] = ACTIONS(883), + [sym_oct_literal] = ACTIONS(885), + [sym_bin_literal] = ACTIONS(885), + [anon_sym_true] = ACTIONS(887), + [anon_sym_false] = ACTIONS(887), + [anon_sym_DQUOTE] = ACTIONS(889), + [anon_sym_BSLASH] = ACTIONS(891), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(893), + [sym__oneline_regex_literal] = ACTIONS(895), + [anon_sym_LPAREN] = ACTIONS(897), + [anon_sym_LBRACK] = ACTIONS(899), + [anon_sym_AMP] = ACTIONS(901), + [anon_sym_TILDE] = ACTIONS(901), + [anon_sym_if] = ACTIONS(903), + [anon_sym_switch] = ACTIONS(905), + [aux_sym_custom_operator_token1] = ACTIONS(907), + [anon_sym_LT] = ACTIONS(909), + [anon_sym_GT] = ACTIONS(909), + [anon_sym_await] = ACTIONS(911), + [anon_sym_LBRACE] = ACTIONS(913), + [anon_sym_CARET_LBRACE] = ACTIONS(913), + [anon_sym_self] = ACTIONS(915), + [anon_sym_super] = ACTIONS(917), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(919), + [anon_sym_DASH_EQ] = ACTIONS(919), + [anon_sym_STAR_EQ] = ACTIONS(919), + [anon_sym_SLASH_EQ] = ACTIONS(919), + [anon_sym_PERCENT_EQ] = ACTIONS(919), + [anon_sym_BANG_EQ] = ACTIONS(909), + [anon_sym_BANG_EQ_EQ] = ACTIONS(919), + [anon_sym_EQ_EQ_EQ] = ACTIONS(919), + [anon_sym_LT_EQ] = ACTIONS(919), + [anon_sym_GT_EQ] = ACTIONS(919), + [anon_sym_DOT_DOT_DOT] = ACTIONS(921), + [anon_sym_DOT_DOT_LT] = ACTIONS(923), + [anon_sym_PLUS] = ACTIONS(925), + [anon_sym_DASH] = ACTIONS(925), + [anon_sym_STAR] = ACTIONS(909), + [anon_sym_SLASH] = ACTIONS(909), + [anon_sym_PERCENT] = ACTIONS(909), + [anon_sym_PLUS_PLUS] = ACTIONS(901), + [anon_sym_DASH_DASH] = ACTIONS(901), + [anon_sym_PIPE] = ACTIONS(919), + [anon_sym_CARET] = ACTIONS(909), + [anon_sym_LT_LT] = ACTIONS(919), + [anon_sym_GT_GT] = ACTIONS(919), + [anon_sym_borrowing] = ACTIONS(875), + [anon_sym_consuming] = ACTIONS(875), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(927), + [sym__dot_custom] = ACTIONS(929), + [sym__eq_custom] = ACTIONS(919), + [sym__eq_eq_custom] = ACTIONS(919), + [sym__plus_then_ws] = ACTIONS(919), + [sym__minus_then_ws] = ACTIONS(919), + [sym__bang_custom] = ACTIONS(931), + [sym__custom_operator] = ACTIONS(907), + [sym__hash_symbol_custom] = ACTIONS(933), + [sym__directive_if] = ACTIONS(935), + [sym__directive_elseif] = ACTIONS(935), + [sym__directive_else] = ACTIONS(937), + [sym__directive_endif] = ACTIONS(937), + }, + [STATE(724)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1674), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(725)] = { + [sym_simple_identifier] = STATE(2939), + [sym__contextual_simple_identifier] = STATE(2778), + [sym__basic_literal] = STATE(3483), + [sym_boolean_literal] = STATE(3483), + [sym__string_literal] = STATE(3483), + [sym_line_string_literal] = STATE(3483), + [sym_multi_line_string_literal] = STATE(3483), + [sym_raw_string_literal] = STATE(3483), + [sym_regex_literal] = STATE(3483), + [sym__extended_regex_literal] = STATE(3437), + [sym__multiline_regex_literal] = STATE(3437), + [sym_user_type] = STATE(6567), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6567), + [sym_dictionary_type] = STATE(6567), + [sym_expression] = STATE(1536), + [sym_optional_chain_marker] = STATE(3483), + [sym__unary_expression] = STATE(3483), + [sym_postfix_expression] = STATE(3483), + [sym_constructor_expression] = STATE(3483), + [sym__parenthesized_type] = STATE(7825), + [sym_navigation_expression] = STATE(3483), + [sym__navigable_type_expression] = STATE(7825), + [sym_open_start_range_expression] = STATE(3483), + [sym__range_operator] = STATE(645), + [sym_open_end_range_expression] = STATE(3483), + [sym_prefix_expression] = STATE(3483), + [sym_as_expression] = STATE(3483), + [sym_selector_expression] = STATE(3483), + [sym__binary_expression] = STATE(3483), + [sym_multiplicative_expression] = STATE(3483), + [sym_additive_expression] = STATE(3483), + [sym_range_expression] = STATE(3483), + [sym_infix_expression] = STATE(3483), + [sym_nil_coalescing_expression] = STATE(3483), + [sym_check_expression] = STATE(3483), + [sym_comparison_expression] = STATE(3483), + [sym_equality_expression] = STATE(3483), + [sym_conjunction_expression] = STATE(3483), + [sym_disjunction_expression] = STATE(3483), + [sym_bitwise_operation] = STATE(3483), + [sym_custom_operator] = STATE(1227), + [sym_try_expression] = STATE(3483), + [sym_await_expression] = STATE(3483), + [sym__await_operator] = STATE(647), + [sym_ternary_expression] = STATE(3483), + [sym_call_expression] = STATE(3483), + [sym_macro_invocation] = STATE(3483), + [sym__primary_expression] = STATE(3483), + [sym_tuple_expression] = STATE(3483), + [sym_array_literal] = STATE(3483), + [sym_dictionary_literal] = STATE(3483), + [sym_special_literal] = STATE(3483), + [sym_playground_literal] = STATE(3483), + [sym_lambda_literal] = STATE(3483), + [sym_self_expression] = STATE(3483), + [sym_super_expression] = STATE(3483), + [sym_if_statement] = STATE(3483), + [sym_switch_statement] = STATE(3483), + [sym_key_path_expression] = STATE(3483), + [sym_key_path_string_expression] = STATE(3483), + [sym_try_operator] = STATE(650), + [sym__assignment_and_operator] = STATE(3154), + [sym__equality_operator] = STATE(3154), + [sym__comparison_operator] = STATE(3154), + [sym__three_dot_operator] = STATE(1215), + [sym__open_ended_range_operator] = STATE(645), + [sym__additive_operator] = STATE(3154), + [sym__multiplicative_operator] = STATE(3154), + [sym__prefix_unary_operator] = STATE(663), + [sym_directly_assignable_expression] = STATE(6569), + [sym_assignment] = STATE(3483), + [sym_value_parameter_pack] = STATE(3483), + [sym_value_pack_expansion] = STATE(3483), + [sym_referenceable_operator] = STATE(3483), + [sym__equal_sign] = STATE(3154), + [sym__eq_eq] = STATE(3154), + [sym__dot] = STATE(663), + [sym__hash_symbol] = STATE(4956), + [sym_bang] = STATE(1227), + [sym__parameter_ownership_modifier] = STATE(2778), + [sym_directive] = STATE(3483), + [sym_diagnostic] = STATE(3483), + [aux_sym_raw_string_literal_repeat1] = STATE(7865), + [anon_sym_BANG] = ACTIONS(939), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(941), + [aux_sym_simple_identifier_token2] = ACTIONS(943), + [aux_sym_simple_identifier_token3] = ACTIONS(943), + [aux_sym_simple_identifier_token4] = ACTIONS(943), + [anon_sym_actor] = ACTIONS(941), + [anon_sym_async] = ACTIONS(941), + [anon_sym_each] = ACTIONS(945), + [anon_sym_lazy] = ACTIONS(941), + [anon_sym_repeat] = ACTIONS(947), + [anon_sym_package] = ACTIONS(941), + [anon_sym_nil] = ACTIONS(949), + [sym_real_literal] = ACTIONS(951), + [sym_integer_literal] = ACTIONS(949), + [sym_hex_literal] = ACTIONS(949), + [sym_oct_literal] = ACTIONS(951), + [sym_bin_literal] = ACTIONS(951), + [anon_sym_true] = ACTIONS(953), + [anon_sym_false] = ACTIONS(953), + [anon_sym_DQUOTE] = ACTIONS(955), + [anon_sym_BSLASH] = ACTIONS(957), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(959), + [sym__oneline_regex_literal] = ACTIONS(961), + [anon_sym_LPAREN] = ACTIONS(1145), + [anon_sym_LBRACK] = ACTIONS(965), + [anon_sym_AMP] = ACTIONS(967), + [anon_sym_TILDE] = ACTIONS(967), + [anon_sym_if] = ACTIONS(969), + [anon_sym_switch] = ACTIONS(971), + [aux_sym_custom_operator_token1] = ACTIONS(973), + [anon_sym_LT] = ACTIONS(975), + [anon_sym_GT] = ACTIONS(975), + [anon_sym_await] = ACTIONS(977), + [anon_sym_LBRACE] = ACTIONS(979), + [anon_sym_CARET_LBRACE] = ACTIONS(979), + [anon_sym_self] = ACTIONS(981), + [anon_sym_super] = ACTIONS(983), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(987), + [anon_sym_DASH_EQ] = ACTIONS(987), + [anon_sym_STAR_EQ] = ACTIONS(987), + [anon_sym_SLASH_EQ] = ACTIONS(987), + [anon_sym_PERCENT_EQ] = ACTIONS(987), + [anon_sym_BANG_EQ] = ACTIONS(975), + [anon_sym_BANG_EQ_EQ] = ACTIONS(987), + [anon_sym_EQ_EQ_EQ] = ACTIONS(987), + [anon_sym_LT_EQ] = ACTIONS(987), + [anon_sym_GT_EQ] = ACTIONS(987), + [anon_sym_DOT_DOT_DOT] = ACTIONS(989), + [anon_sym_DOT_DOT_LT] = ACTIONS(991), + [anon_sym_PLUS] = ACTIONS(995), + [anon_sym_DASH] = ACTIONS(995), + [anon_sym_STAR] = ACTIONS(975), + [anon_sym_SLASH] = ACTIONS(975), + [anon_sym_PERCENT] = ACTIONS(975), + [anon_sym_PLUS_PLUS] = ACTIONS(967), + [anon_sym_DASH_DASH] = ACTIONS(967), + [anon_sym_PIPE] = ACTIONS(987), + [anon_sym_CARET] = ACTIONS(975), + [anon_sym_LT_LT] = ACTIONS(987), + [anon_sym_GT_GT] = ACTIONS(987), + [anon_sym_borrowing] = ACTIONS(941), + [anon_sym_consuming] = ACTIONS(941), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(999), + [sym__dot_custom] = ACTIONS(1147), + [sym__eq_custom] = ACTIONS(987), + [sym__eq_eq_custom] = ACTIONS(987), + [sym__plus_then_ws] = ACTIONS(987), + [sym__minus_then_ws] = ACTIONS(987), + [sym__bang_custom] = ACTIONS(1003), + [sym__custom_operator] = ACTIONS(973), + [sym__hash_symbol_custom] = ACTIONS(1005), + [sym__directive_if] = ACTIONS(1007), + [sym__directive_elseif] = ACTIONS(1007), + [sym__directive_else] = ACTIONS(1009), + [sym__directive_endif] = ACTIONS(1009), + }, + [STATE(726)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1644), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(727)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1678), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(728)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1676), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(729)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1677), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(730)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1679), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(731)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1680), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(732)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1681), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(733)] = { + [sym_simple_identifier] = STATE(877), + [sym__contextual_simple_identifier] = STATE(856), + [sym__basic_literal] = STATE(911), + [sym_boolean_literal] = STATE(911), + [sym__string_literal] = STATE(911), + [sym_line_string_literal] = STATE(911), + [sym_multi_line_string_literal] = STATE(911), + [sym_raw_string_literal] = STATE(911), + [sym_regex_literal] = STATE(911), + [sym__extended_regex_literal] = STATE(888), + [sym__multiline_regex_literal] = STATE(888), + [sym_user_type] = STATE(6508), + [sym__simple_user_type] = STATE(6876), + [sym_array_type] = STATE(6508), + [sym_dictionary_type] = STATE(6508), + [sym_expression] = STATE(1628), + [sym_optional_chain_marker] = STATE(911), + [sym__unary_expression] = STATE(911), + [sym_postfix_expression] = STATE(911), + [sym_constructor_expression] = STATE(911), + [sym__parenthesized_type] = STATE(7846), + [sym_navigation_expression] = STATE(911), + [sym__navigable_type_expression] = STATE(7846), + [sym_open_start_range_expression] = STATE(911), + [sym__range_operator] = STATE(659), + [sym_open_end_range_expression] = STATE(911), + [sym_prefix_expression] = STATE(911), + [sym_as_expression] = STATE(911), + [sym_selector_expression] = STATE(911), + [sym__binary_expression] = STATE(911), + [sym_multiplicative_expression] = STATE(911), + [sym_additive_expression] = STATE(911), + [sym_range_expression] = STATE(911), + [sym_infix_expression] = STATE(911), + [sym_nil_coalescing_expression] = STATE(911), + [sym_check_expression] = STATE(911), + [sym_comparison_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_conjunction_expression] = STATE(911), + [sym_disjunction_expression] = STATE(911), + [sym_bitwise_operation] = STATE(911), + [sym_custom_operator] = STATE(1158), + [sym_try_expression] = STATE(911), + [sym_await_expression] = STATE(911), + [sym__await_operator] = STATE(664), + [sym_ternary_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_macro_invocation] = STATE(911), + [sym__primary_expression] = STATE(911), + [sym_tuple_expression] = STATE(911), + [sym_array_literal] = STATE(911), + [sym_dictionary_literal] = STATE(911), + [sym_special_literal] = STATE(911), + [sym_playground_literal] = STATE(911), + [sym_lambda_literal] = STATE(911), + [sym_self_expression] = STATE(911), + [sym_super_expression] = STATE(911), + [sym_if_statement] = STATE(911), + [sym_switch_statement] = STATE(911), + [sym_key_path_expression] = STATE(911), + [sym_key_path_string_expression] = STATE(911), + [sym_try_operator] = STATE(675), + [sym__assignment_and_operator] = STATE(904), + [sym__equality_operator] = STATE(904), + [sym__comparison_operator] = STATE(904), + [sym__three_dot_operator] = STATE(1180), + [sym__open_ended_range_operator] = STATE(659), + [sym__additive_operator] = STATE(904), + [sym__multiplicative_operator] = STATE(904), + [sym__prefix_unary_operator] = STATE(679), + [sym_directly_assignable_expression] = STATE(6509), + [sym_assignment] = STATE(911), + [sym_value_parameter_pack] = STATE(911), + [sym_value_pack_expansion] = STATE(911), + [sym_referenceable_operator] = STATE(911), + [sym__equal_sign] = STATE(904), + [sym__eq_eq] = STATE(904), + [sym__dot] = STATE(679), + [sym__hash_symbol] = STATE(4947), + [sym_bang] = STATE(1158), + [sym__parameter_ownership_modifier] = STATE(856), + [sym_directive] = STATE(911), + [sym_diagnostic] = STATE(911), + [aux_sym_raw_string_literal_repeat1] = STATE(7861), + [anon_sym_BANG] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(459), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(461), + [anon_sym_package] = ACTIONS(455), + [anon_sym_nil] = ACTIONS(463), + [sym_real_literal] = ACTIONS(465), + [sym_integer_literal] = ACTIONS(463), + [sym_hex_literal] = ACTIONS(463), + [sym_oct_literal] = ACTIONS(465), + [sym_bin_literal] = ACTIONS(465), + [anon_sym_true] = ACTIONS(467), + [anon_sym_false] = ACTIONS(467), + [anon_sym_DQUOTE] = ACTIONS(469), + [anon_sym_BSLASH] = ACTIONS(471), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(473), + [sym__oneline_regex_literal] = ACTIONS(477), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(479), + [anon_sym_if] = ACTIONS(481), + [anon_sym_switch] = ACTIONS(483), + [aux_sym_custom_operator_token1] = ACTIONS(749), + [anon_sym_LT] = ACTIONS(633), + [anon_sym_GT] = ACTIONS(633), + [anon_sym_await] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(637), + [anon_sym_CARET_LBRACE] = ACTIONS(637), + [anon_sym_self] = ACTIONS(487), + [anon_sym_super] = ACTIONS(489), + [anon_sym_try] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(639), + [anon_sym_DASH_EQ] = ACTIONS(639), + [anon_sym_STAR_EQ] = ACTIONS(639), + [anon_sym_SLASH_EQ] = ACTIONS(639), + [anon_sym_PERCENT_EQ] = ACTIONS(639), + [anon_sym_BANG_EQ] = ACTIONS(633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(639), + [anon_sym_LT_EQ] = ACTIONS(639), + [anon_sym_GT_EQ] = ACTIONS(639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(755), + [anon_sym_DASH] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_SLASH] = ACTIONS(633), + [anon_sym_PERCENT] = ACTIONS(633), + [anon_sym_PLUS_PLUS] = ACTIONS(479), + [anon_sym_DASH_DASH] = ACTIONS(479), + [anon_sym_PIPE] = ACTIONS(639), + [anon_sym_CARET] = ACTIONS(633), + [anon_sym_LT_LT] = ACTIONS(639), + [anon_sym_GT_GT] = ACTIONS(639), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(137), + [sym_raw_str_end_part] = ACTIONS(491), + [sym__dot_custom] = ACTIONS(757), + [sym__eq_custom] = ACTIONS(639), + [sym__eq_eq_custom] = ACTIONS(639), + [sym__plus_then_ws] = ACTIONS(639), + [sym__minus_then_ws] = ACTIONS(639), + [sym__bang_custom] = ACTIONS(759), + [sym__custom_operator] = ACTIONS(749), + [sym__hash_symbol_custom] = ACTIONS(609), + [sym__directive_if] = ACTIONS(495), + [sym__directive_elseif] = ACTIONS(495), + [sym__directive_else] = ACTIONS(497), + [sym__directive_endif] = ACTIONS(497), + }, + [STATE(734)] = { + [sym_simple_identifier] = STATE(819), + [sym__contextual_simple_identifier] = STATE(844), + [sym_unannotated_type] = STATE(817), + [sym_user_type] = STATE(809), + [sym__simple_user_type] = STATE(811), + [sym_tuple_type] = STATE(802), + [sym_function_type] = STATE(837), + [sym_array_type] = STATE(809), + [sym_dictionary_type] = STATE(809), + [sym_optional_type] = STATE(837), + [sym_metatype] = STATE(837), + [sym_opaque_type] = STATE(837), + [sym_existential_type] = STATE(837), + [sym_type_parameter_pack] = STATE(837), + [sym_type_pack_expansion] = STATE(837), + [sym_protocol_composition_type] = STATE(837), + [sym_suppressed_constraint] = STATE(837), + [sym__parenthesized_type] = STATE(842), + [sym__parameter_ownership_modifier] = STATE(844), + [anon_sym_BANG] = ACTIONS(625), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(761), + [aux_sym_simple_identifier_token2] = ACTIONS(763), + [aux_sym_simple_identifier_token3] = ACTIONS(763), + [aux_sym_simple_identifier_token4] = ACTIONS(763), + [anon_sym_actor] = ACTIONS(1738), + [anon_sym_async] = ACTIONS(1738), + [anon_sym_each] = ACTIONS(1741), + [anon_sym_lazy] = ACTIONS(1738), + [anon_sym_repeat] = ACTIONS(1743), + [anon_sym_package] = ACTIONS(1738), + [anon_sym_COMMA] = ACTIONS(619), + [anon_sym_LPAREN] = ACTIONS(1745), + [anon_sym_LBRACK] = ACTIONS(1748), + [anon_sym_DOT] = ACTIONS(625), + [anon_sym_QMARK] = ACTIONS(625), + [anon_sym_QMARK2] = ACTIONS(619), + [anon_sym_some] = ACTIONS(1751), + [anon_sym_any] = ACTIONS(1753), + [anon_sym_AMP] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(1755), + [aux_sym_custom_operator_token1] = ACTIONS(619), + [anon_sym_LT] = ACTIONS(625), + [anon_sym_GT] = ACTIONS(625), + [anon_sym_LBRACE] = ACTIONS(619), + [anon_sym_CARET_LBRACE] = ACTIONS(619), + [anon_sym_RBRACE] = ACTIONS(619), + [anon_sym_case] = ACTIONS(625), + [anon_sym_PLUS_EQ] = ACTIONS(619), + [anon_sym_DASH_EQ] = ACTIONS(619), + [anon_sym_STAR_EQ] = ACTIONS(619), + [anon_sym_SLASH_EQ] = ACTIONS(619), + [anon_sym_PERCENT_EQ] = ACTIONS(619), + [anon_sym_BANG_EQ] = ACTIONS(625), + [anon_sym_BANG_EQ_EQ] = ACTIONS(619), + [anon_sym_EQ_EQ_EQ] = ACTIONS(619), + [anon_sym_LT_EQ] = ACTIONS(619), + [anon_sym_GT_EQ] = ACTIONS(619), + [anon_sym_DOT_DOT_DOT] = ACTIONS(619), + [anon_sym_DOT_DOT_LT] = ACTIONS(619), + [anon_sym_is] = ACTIONS(625), + [anon_sym_PLUS] = ACTIONS(625), + [anon_sym_DASH] = ACTIONS(625), + [anon_sym_STAR] = ACTIONS(625), + [anon_sym_SLASH] = ACTIONS(625), + [anon_sym_PERCENT] = ACTIONS(625), + [anon_sym_PLUS_PLUS] = ACTIONS(619), + [anon_sym_DASH_DASH] = ACTIONS(619), + [anon_sym_PIPE] = ACTIONS(619), + [anon_sym_CARET] = ACTIONS(625), + [anon_sym_LT_LT] = ACTIONS(619), + [anon_sym_GT_GT] = ACTIONS(619), + [anon_sym_import] = ACTIONS(625), + [anon_sym_typealias] = ACTIONS(625), + [anon_sym_struct] = ACTIONS(625), + [anon_sym_class] = ACTIONS(625), + [anon_sym_enum] = ACTIONS(625), + [anon_sym_protocol] = ACTIONS(625), + [anon_sym_let] = ACTIONS(625), + [anon_sym_var] = ACTIONS(625), + [anon_sym_func] = ACTIONS(625), + [anon_sym_extension] = ACTIONS(625), + [anon_sym_indirect] = ACTIONS(625), + [anon_sym_SEMI] = ACTIONS(619), + [anon_sym_init] = ACTIONS(625), + [anon_sym_deinit] = ACTIONS(625), + [anon_sym_subscript] = ACTIONS(625), + [anon_sym_prefix] = ACTIONS(625), + [anon_sym_infix] = ACTIONS(625), + [anon_sym_postfix] = ACTIONS(625), + [anon_sym_precedencegroup] = ACTIONS(625), + [anon_sym_associatedtype] = ACTIONS(625), + [anon_sym_AT] = ACTIONS(625), + [anon_sym_override] = ACTIONS(625), + [anon_sym_convenience] = ACTIONS(625), + [anon_sym_required] = ACTIONS(625), + [anon_sym_nonisolated] = ACTIONS(625), + [anon_sym_public] = ACTIONS(625), + [anon_sym_private] = ACTIONS(625), + [anon_sym_internal] = ACTIONS(625), + [anon_sym_fileprivate] = ACTIONS(625), + [anon_sym_open] = ACTIONS(625), + [anon_sym_mutating] = ACTIONS(625), + [anon_sym_nonmutating] = ACTIONS(625), + [anon_sym_static] = ACTIONS(625), + [anon_sym_dynamic] = ACTIONS(625), + [anon_sym_optional] = ACTIONS(625), + [anon_sym_distributed] = ACTIONS(625), + [anon_sym_final] = ACTIONS(625), + [anon_sym_inout] = ACTIONS(625), + [anon_sym_ATescaping] = ACTIONS(619), + [anon_sym_ATautoclosure] = ACTIONS(619), + [anon_sym_weak] = ACTIONS(625), + [anon_sym_unowned] = ACTIONS(625), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(619), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(619), + [anon_sym_borrowing] = ACTIONS(1738), + [anon_sym_consuming] = ACTIONS(1738), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(619), + [sym__dot_custom] = ACTIONS(619), + [sym__conjunction_operator_custom] = ACTIONS(619), + [sym__disjunction_operator_custom] = ACTIONS(619), + [sym__nil_coalescing_operator_custom] = ACTIONS(619), + [sym__eq_custom] = ACTIONS(619), + [sym__eq_eq_custom] = ACTIONS(619), + [sym__plus_then_ws] = ACTIONS(619), + [sym__minus_then_ws] = ACTIONS(619), + [sym__bang_custom] = ACTIONS(619), + [sym__throws_keyword] = ACTIONS(619), + [sym__rethrows_keyword] = ACTIONS(619), + [sym__as_custom] = ACTIONS(619), + [sym__as_quest_custom] = ACTIONS(619), + [sym__as_bang_custom] = ACTIONS(619), + [sym__async_keyword_custom] = ACTIONS(619), + [sym__custom_operator] = ACTIONS(619), + }, + [STATE(735)] = { + [sym_simple_identifier] = STATE(819), + [sym__contextual_simple_identifier] = STATE(844), + [sym_unannotated_type] = STATE(804), + [sym_user_type] = STATE(809), + [sym__simple_user_type] = STATE(811), + [sym_tuple_type] = STATE(802), + [sym_function_type] = STATE(837), + [sym_array_type] = STATE(809), + [sym_dictionary_type] = STATE(809), + [sym_optional_type] = STATE(837), + [sym_metatype] = STATE(837), + [sym_opaque_type] = STATE(837), + [sym_existential_type] = STATE(837), + [sym_type_parameter_pack] = STATE(837), + [sym_type_pack_expansion] = STATE(837), + [sym_protocol_composition_type] = STATE(837), + [sym_suppressed_constraint] = STATE(837), + [sym__parenthesized_type] = STATE(842), + [sym__parameter_ownership_modifier] = STATE(844), + [anon_sym_BANG] = ACTIONS(625), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(761), + [aux_sym_simple_identifier_token2] = ACTIONS(763), + [aux_sym_simple_identifier_token3] = ACTIONS(763), + [aux_sym_simple_identifier_token4] = ACTIONS(763), + [anon_sym_actor] = ACTIONS(1738), + [anon_sym_async] = ACTIONS(1738), + [anon_sym_each] = ACTIONS(1741), + [anon_sym_lazy] = ACTIONS(1738), + [anon_sym_repeat] = ACTIONS(1743), + [anon_sym_package] = ACTIONS(1738), + [anon_sym_COMMA] = ACTIONS(619), + [anon_sym_LPAREN] = ACTIONS(1745), + [anon_sym_LBRACK] = ACTIONS(1748), + [anon_sym_DOT] = ACTIONS(625), + [anon_sym_QMARK] = ACTIONS(625), + [anon_sym_QMARK2] = ACTIONS(619), + [anon_sym_some] = ACTIONS(1751), + [anon_sym_any] = ACTIONS(1753), + [anon_sym_AMP] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(1755), + [aux_sym_custom_operator_token1] = ACTIONS(619), + [anon_sym_LT] = ACTIONS(625), + [anon_sym_GT] = ACTIONS(625), + [anon_sym_LBRACE] = ACTIONS(619), + [anon_sym_CARET_LBRACE] = ACTIONS(619), + [anon_sym_RBRACE] = ACTIONS(619), + [anon_sym_case] = ACTIONS(625), + [anon_sym_PLUS_EQ] = ACTIONS(619), + [anon_sym_DASH_EQ] = ACTIONS(619), + [anon_sym_STAR_EQ] = ACTIONS(619), + [anon_sym_SLASH_EQ] = ACTIONS(619), + [anon_sym_PERCENT_EQ] = ACTIONS(619), + [anon_sym_BANG_EQ] = ACTIONS(625), + [anon_sym_BANG_EQ_EQ] = ACTIONS(619), + [anon_sym_EQ_EQ_EQ] = ACTIONS(619), + [anon_sym_LT_EQ] = ACTIONS(619), + [anon_sym_GT_EQ] = ACTIONS(619), + [anon_sym_DOT_DOT_DOT] = ACTIONS(619), + [anon_sym_DOT_DOT_LT] = ACTIONS(619), + [anon_sym_is] = ACTIONS(625), + [anon_sym_PLUS] = ACTIONS(625), + [anon_sym_DASH] = ACTIONS(625), + [anon_sym_STAR] = ACTIONS(625), + [anon_sym_SLASH] = ACTIONS(625), + [anon_sym_PERCENT] = ACTIONS(625), + [anon_sym_PLUS_PLUS] = ACTIONS(619), + [anon_sym_DASH_DASH] = ACTIONS(619), + [anon_sym_PIPE] = ACTIONS(619), + [anon_sym_CARET] = ACTIONS(625), + [anon_sym_LT_LT] = ACTIONS(619), + [anon_sym_GT_GT] = ACTIONS(619), + [anon_sym_import] = ACTIONS(625), + [anon_sym_typealias] = ACTIONS(625), + [anon_sym_struct] = ACTIONS(625), + [anon_sym_class] = ACTIONS(625), + [anon_sym_enum] = ACTIONS(625), + [anon_sym_protocol] = ACTIONS(625), + [anon_sym_let] = ACTIONS(625), + [anon_sym_var] = ACTIONS(625), + [anon_sym_func] = ACTIONS(625), + [anon_sym_extension] = ACTIONS(625), + [anon_sym_indirect] = ACTIONS(625), + [anon_sym_SEMI] = ACTIONS(619), + [anon_sym_init] = ACTIONS(625), + [anon_sym_deinit] = ACTIONS(625), + [anon_sym_subscript] = ACTIONS(625), + [anon_sym_prefix] = ACTIONS(625), + [anon_sym_infix] = ACTIONS(625), + [anon_sym_postfix] = ACTIONS(625), + [anon_sym_precedencegroup] = ACTIONS(625), + [anon_sym_associatedtype] = ACTIONS(625), + [anon_sym_AT] = ACTIONS(625), + [anon_sym_override] = ACTIONS(625), + [anon_sym_convenience] = ACTIONS(625), + [anon_sym_required] = ACTIONS(625), + [anon_sym_nonisolated] = ACTIONS(625), + [anon_sym_public] = ACTIONS(625), + [anon_sym_private] = ACTIONS(625), + [anon_sym_internal] = ACTIONS(625), + [anon_sym_fileprivate] = ACTIONS(625), + [anon_sym_open] = ACTIONS(625), + [anon_sym_mutating] = ACTIONS(625), + [anon_sym_nonmutating] = ACTIONS(625), + [anon_sym_static] = ACTIONS(625), + [anon_sym_dynamic] = ACTIONS(625), + [anon_sym_optional] = ACTIONS(625), + [anon_sym_distributed] = ACTIONS(625), + [anon_sym_final] = ACTIONS(625), + [anon_sym_inout] = ACTIONS(625), + [anon_sym_ATescaping] = ACTIONS(619), + [anon_sym_ATautoclosure] = ACTIONS(619), + [anon_sym_weak] = ACTIONS(625), + [anon_sym_unowned] = ACTIONS(625), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(619), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(619), + [anon_sym_borrowing] = ACTIONS(1738), + [anon_sym_consuming] = ACTIONS(1738), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(619), + [sym__dot_custom] = ACTIONS(619), + [sym__conjunction_operator_custom] = ACTIONS(619), + [sym__disjunction_operator_custom] = ACTIONS(619), + [sym__nil_coalescing_operator_custom] = ACTIONS(619), + [sym__eq_custom] = ACTIONS(619), + [sym__eq_eq_custom] = ACTIONS(619), + [sym__plus_then_ws] = ACTIONS(619), + [sym__minus_then_ws] = ACTIONS(619), + [sym__bang_custom] = ACTIONS(619), + [sym__throws_keyword] = ACTIONS(619), + [sym__rethrows_keyword] = ACTIONS(619), + [sym__as_custom] = ACTIONS(619), + [sym__as_quest_custom] = ACTIONS(619), + [sym__as_bang_custom] = ACTIONS(619), + [sym__async_keyword_custom] = ACTIONS(619), + [sym__custom_operator] = ACTIONS(619), + }, + [STATE(736)] = { + [anon_sym_BANG] = ACTIONS(1757), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1757), + [aux_sym_simple_identifier_token2] = ACTIONS(1759), + [aux_sym_simple_identifier_token3] = ACTIONS(1759), + [aux_sym_simple_identifier_token4] = ACTIONS(1759), + [anon_sym_actor] = ACTIONS(1757), + [anon_sym_async] = ACTIONS(1757), + [anon_sym_each] = ACTIONS(1757), + [anon_sym_lazy] = ACTIONS(1757), + [anon_sym_repeat] = ACTIONS(1757), + [anon_sym_package] = ACTIONS(1757), + [anon_sym_nil] = ACTIONS(1757), + [sym_real_literal] = ACTIONS(1759), + [sym_integer_literal] = ACTIONS(1757), + [sym_hex_literal] = ACTIONS(1757), + [sym_oct_literal] = ACTIONS(1759), + [sym_bin_literal] = ACTIONS(1759), + [anon_sym_true] = ACTIONS(1757), + [anon_sym_false] = ACTIONS(1757), + [anon_sym_DQUOTE] = ACTIONS(1757), + [anon_sym_BSLASH] = ACTIONS(1759), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1759), + [anon_sym_COMMA] = ACTIONS(1759), + [sym__oneline_regex_literal] = ACTIONS(1757), + [anon_sym_LPAREN] = ACTIONS(1759), + [anon_sym_LBRACK] = ACTIONS(1759), + [anon_sym_QMARK] = ACTIONS(1757), + [anon_sym_QMARK2] = ACTIONS(1759), + [anon_sym_AMP] = ACTIONS(1759), + [anon_sym_TILDE] = ACTIONS(1759), + [anon_sym_if] = ACTIONS(1757), + [anon_sym_switch] = ACTIONS(1757), + [aux_sym_custom_operator_token1] = ACTIONS(1759), + [anon_sym_LT] = ACTIONS(1757), + [anon_sym_GT] = ACTIONS(1757), + [anon_sym_await] = ACTIONS(1757), + [anon_sym_LBRACE] = ACTIONS(1759), + [anon_sym_CARET_LBRACE] = ACTIONS(1759), + [anon_sym_RBRACE] = ACTIONS(1759), + [anon_sym_self] = ACTIONS(1757), + [anon_sym_super] = ACTIONS(1757), + [anon_sym_case] = ACTIONS(1757), + [anon_sym_try] = ACTIONS(1757), + [anon_sym_PLUS_EQ] = ACTIONS(1759), + [anon_sym_DASH_EQ] = ACTIONS(1759), + [anon_sym_STAR_EQ] = ACTIONS(1759), + [anon_sym_SLASH_EQ] = ACTIONS(1759), + [anon_sym_PERCENT_EQ] = ACTIONS(1759), + [anon_sym_BANG_EQ] = ACTIONS(1757), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1759), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1759), + [anon_sym_LT_EQ] = ACTIONS(1759), + [anon_sym_GT_EQ] = ACTIONS(1759), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1759), + [anon_sym_DOT_DOT_LT] = ACTIONS(1759), + [anon_sym_is] = ACTIONS(1757), + [anon_sym_PLUS] = ACTIONS(1757), + [anon_sym_DASH] = ACTIONS(1757), + [anon_sym_STAR] = ACTIONS(1757), + [anon_sym_SLASH] = ACTIONS(1757), + [anon_sym_PERCENT] = ACTIONS(1757), + [anon_sym_PLUS_PLUS] = ACTIONS(1759), + [anon_sym_DASH_DASH] = ACTIONS(1759), + [anon_sym_PIPE] = ACTIONS(1759), + [anon_sym_CARET] = ACTIONS(1757), + [anon_sym_LT_LT] = ACTIONS(1759), + [anon_sym_GT_GT] = ACTIONS(1759), + [anon_sym_import] = ACTIONS(1757), + [anon_sym_typealias] = ACTIONS(1757), + [anon_sym_struct] = ACTIONS(1757), + [anon_sym_class] = ACTIONS(1757), + [anon_sym_enum] = ACTIONS(1757), + [anon_sym_protocol] = ACTIONS(1757), + [anon_sym_let] = ACTIONS(1757), + [anon_sym_var] = ACTIONS(1757), + [anon_sym_func] = ACTIONS(1757), + [anon_sym_extension] = ACTIONS(1757), + [anon_sym_indirect] = ACTIONS(1757), + [anon_sym_SEMI] = ACTIONS(1759), + [anon_sym_init] = ACTIONS(1757), + [anon_sym_deinit] = ACTIONS(1757), + [anon_sym_subscript] = ACTIONS(1757), + [anon_sym_prefix] = ACTIONS(1757), + [anon_sym_infix] = ACTIONS(1757), + [anon_sym_postfix] = ACTIONS(1757), + [anon_sym_precedencegroup] = ACTIONS(1757), + [anon_sym_associatedtype] = ACTIONS(1757), + [anon_sym_AT] = ACTIONS(1757), + [anon_sym_override] = ACTIONS(1757), + [anon_sym_convenience] = ACTIONS(1757), + [anon_sym_required] = ACTIONS(1757), + [anon_sym_nonisolated] = ACTIONS(1757), + [anon_sym_public] = ACTIONS(1757), + [anon_sym_private] = ACTIONS(1757), + [anon_sym_internal] = ACTIONS(1757), + [anon_sym_fileprivate] = ACTIONS(1757), + [anon_sym_open] = ACTIONS(1757), + [anon_sym_mutating] = ACTIONS(1757), + [anon_sym_nonmutating] = ACTIONS(1757), + [anon_sym_static] = ACTIONS(1757), + [anon_sym_dynamic] = ACTIONS(1757), + [anon_sym_optional] = ACTIONS(1757), + [anon_sym_distributed] = ACTIONS(1757), + [anon_sym_final] = ACTIONS(1757), + [anon_sym_inout] = ACTIONS(1757), + [anon_sym_ATescaping] = ACTIONS(1759), + [anon_sym_ATautoclosure] = ACTIONS(1759), + [anon_sym_weak] = ACTIONS(1757), + [anon_sym_unowned] = ACTIONS(1757), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(1759), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(1759), + [anon_sym_borrowing] = ACTIONS(1757), + [anon_sym_consuming] = ACTIONS(1757), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(1759), + [sym_raw_str_end_part] = ACTIONS(1759), + [sym__dot_custom] = ACTIONS(1759), + [sym__conjunction_operator_custom] = ACTIONS(1759), + [sym__disjunction_operator_custom] = ACTIONS(1759), + [sym__nil_coalescing_operator_custom] = ACTIONS(1759), + [sym__eq_custom] = ACTIONS(1759), + [sym__eq_eq_custom] = ACTIONS(1759), + [sym__plus_then_ws] = ACTIONS(1759), + [sym__minus_then_ws] = ACTIONS(1759), + [sym__bang_custom] = ACTIONS(1759), + [sym__as_custom] = ACTIONS(1759), + [sym__as_quest_custom] = ACTIONS(1759), + [sym__as_bang_custom] = ACTIONS(1759), + [sym__custom_operator] = ACTIONS(1759), + [sym__hash_symbol_custom] = ACTIONS(1759), + [sym__directive_if] = ACTIONS(1759), + [sym__directive_elseif] = ACTIONS(1759), + [sym__directive_else] = ACTIONS(1759), + [sym__directive_endif] = ACTIONS(1759), + }, + [STATE(737)] = { + [anon_sym_BANG] = ACTIONS(1761), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1761), + [aux_sym_simple_identifier_token2] = ACTIONS(1763), + [aux_sym_simple_identifier_token3] = ACTIONS(1763), + [aux_sym_simple_identifier_token4] = ACTIONS(1763), + [anon_sym_actor] = ACTIONS(1761), + [anon_sym_async] = ACTIONS(1761), + [anon_sym_each] = ACTIONS(1761), + [anon_sym_lazy] = ACTIONS(1761), + [anon_sym_repeat] = ACTIONS(1761), + [anon_sym_package] = ACTIONS(1761), + [anon_sym_nil] = ACTIONS(1761), + [sym_real_literal] = ACTIONS(1763), + [sym_integer_literal] = ACTIONS(1761), + [sym_hex_literal] = ACTIONS(1761), + [sym_oct_literal] = ACTIONS(1763), + [sym_bin_literal] = ACTIONS(1763), + [anon_sym_true] = ACTIONS(1761), + [anon_sym_false] = ACTIONS(1761), + [anon_sym_DQUOTE] = ACTIONS(1761), + [anon_sym_BSLASH] = ACTIONS(1763), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1763), + [anon_sym_COMMA] = ACTIONS(1763), + [sym__oneline_regex_literal] = ACTIONS(1761), + [anon_sym_LPAREN] = ACTIONS(1763), + [anon_sym_LBRACK] = ACTIONS(1763), + [anon_sym_QMARK] = ACTIONS(1761), + [anon_sym_QMARK2] = ACTIONS(1763), + [anon_sym_AMP] = ACTIONS(1763), + [anon_sym_TILDE] = ACTIONS(1763), + [anon_sym_if] = ACTIONS(1761), + [anon_sym_switch] = ACTIONS(1761), + [aux_sym_custom_operator_token1] = ACTIONS(1763), + [anon_sym_LT] = ACTIONS(1761), + [anon_sym_GT] = ACTIONS(1761), + [anon_sym_await] = ACTIONS(1761), + [anon_sym_LBRACE] = ACTIONS(1763), + [anon_sym_CARET_LBRACE] = ACTIONS(1763), + [anon_sym_RBRACE] = ACTIONS(1763), + [anon_sym_self] = ACTIONS(1761), + [anon_sym_super] = ACTIONS(1761), + [anon_sym_case] = ACTIONS(1761), + [anon_sym_try] = ACTIONS(1761), + [anon_sym_PLUS_EQ] = ACTIONS(1763), + [anon_sym_DASH_EQ] = ACTIONS(1763), + [anon_sym_STAR_EQ] = ACTIONS(1763), + [anon_sym_SLASH_EQ] = ACTIONS(1763), + [anon_sym_PERCENT_EQ] = ACTIONS(1763), + [anon_sym_BANG_EQ] = ACTIONS(1761), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1763), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1763), + [anon_sym_LT_EQ] = ACTIONS(1763), + [anon_sym_GT_EQ] = ACTIONS(1763), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1763), + [anon_sym_DOT_DOT_LT] = ACTIONS(1763), + [anon_sym_is] = ACTIONS(1761), + [anon_sym_PLUS] = ACTIONS(1761), + [anon_sym_DASH] = ACTIONS(1761), + [anon_sym_STAR] = ACTIONS(1761), + [anon_sym_SLASH] = ACTIONS(1761), + [anon_sym_PERCENT] = ACTIONS(1761), + [anon_sym_PLUS_PLUS] = ACTIONS(1763), + [anon_sym_DASH_DASH] = ACTIONS(1763), + [anon_sym_PIPE] = ACTIONS(1763), + [anon_sym_CARET] = ACTIONS(1761), + [anon_sym_LT_LT] = ACTIONS(1763), + [anon_sym_GT_GT] = ACTIONS(1763), + [anon_sym_import] = ACTIONS(1761), + [anon_sym_typealias] = ACTIONS(1761), + [anon_sym_struct] = ACTIONS(1761), + [anon_sym_class] = ACTIONS(1761), + [anon_sym_enum] = ACTIONS(1761), + [anon_sym_protocol] = ACTIONS(1761), + [anon_sym_let] = ACTIONS(1761), + [anon_sym_var] = ACTIONS(1761), + [anon_sym_func] = ACTIONS(1761), + [anon_sym_extension] = ACTIONS(1761), + [anon_sym_indirect] = ACTIONS(1761), + [anon_sym_SEMI] = ACTIONS(1763), + [anon_sym_init] = ACTIONS(1761), + [anon_sym_deinit] = ACTIONS(1761), + [anon_sym_subscript] = ACTIONS(1761), + [anon_sym_prefix] = ACTIONS(1761), + [anon_sym_infix] = ACTIONS(1761), + [anon_sym_postfix] = ACTIONS(1761), + [anon_sym_precedencegroup] = ACTIONS(1761), + [anon_sym_associatedtype] = ACTIONS(1761), + [anon_sym_AT] = ACTIONS(1761), + [anon_sym_override] = ACTIONS(1761), + [anon_sym_convenience] = ACTIONS(1761), + [anon_sym_required] = ACTIONS(1761), + [anon_sym_nonisolated] = ACTIONS(1761), + [anon_sym_public] = ACTIONS(1761), + [anon_sym_private] = ACTIONS(1761), + [anon_sym_internal] = ACTIONS(1761), + [anon_sym_fileprivate] = ACTIONS(1761), + [anon_sym_open] = ACTIONS(1761), + [anon_sym_mutating] = ACTIONS(1761), + [anon_sym_nonmutating] = ACTIONS(1761), + [anon_sym_static] = ACTIONS(1761), + [anon_sym_dynamic] = ACTIONS(1761), + [anon_sym_optional] = ACTIONS(1761), + [anon_sym_distributed] = ACTIONS(1761), + [anon_sym_final] = ACTIONS(1761), + [anon_sym_inout] = ACTIONS(1761), + [anon_sym_ATescaping] = ACTIONS(1763), + [anon_sym_ATautoclosure] = ACTIONS(1763), + [anon_sym_weak] = ACTIONS(1761), + [anon_sym_unowned] = ACTIONS(1761), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(1763), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(1763), + [anon_sym_borrowing] = ACTIONS(1761), + [anon_sym_consuming] = ACTIONS(1761), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(1763), + [sym_raw_str_end_part] = ACTIONS(1763), + [sym__dot_custom] = ACTIONS(1763), + [sym__conjunction_operator_custom] = ACTIONS(1763), + [sym__disjunction_operator_custom] = ACTIONS(1763), + [sym__nil_coalescing_operator_custom] = ACTIONS(1763), + [sym__eq_custom] = ACTIONS(1763), + [sym__eq_eq_custom] = ACTIONS(1763), + [sym__plus_then_ws] = ACTIONS(1763), + [sym__minus_then_ws] = ACTIONS(1763), + [sym__bang_custom] = ACTIONS(1763), + [sym__as_custom] = ACTIONS(1763), + [sym__as_quest_custom] = ACTIONS(1763), + [sym__as_bang_custom] = ACTIONS(1763), + [sym__custom_operator] = ACTIONS(1763), + [sym__hash_symbol_custom] = ACTIONS(1763), + [sym__directive_if] = ACTIONS(1763), + [sym__directive_elseif] = ACTIONS(1763), + [sym__directive_else] = ACTIONS(1763), + [sym__directive_endif] = ACTIONS(1763), + }, + [STATE(738)] = { + [anon_sym_BANG] = ACTIONS(1765), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1768), + [aux_sym_simple_identifier_token2] = ACTIONS(1770), + [aux_sym_simple_identifier_token3] = ACTIONS(1770), + [aux_sym_simple_identifier_token4] = ACTIONS(1770), + [anon_sym_actor] = ACTIONS(1765), + [anon_sym_async] = ACTIONS(1765), + [anon_sym_each] = ACTIONS(1768), + [anon_sym_lazy] = ACTIONS(1765), + [anon_sym_repeat] = ACTIONS(1768), + [anon_sym_package] = ACTIONS(1765), + [anon_sym_nil] = ACTIONS(1768), + [sym_real_literal] = ACTIONS(1770), + [sym_integer_literal] = ACTIONS(1768), + [sym_hex_literal] = ACTIONS(1768), + [sym_oct_literal] = ACTIONS(1770), + [sym_bin_literal] = ACTIONS(1770), + [anon_sym_true] = ACTIONS(1768), + [anon_sym_false] = ACTIONS(1768), + [anon_sym_DQUOTE] = ACTIONS(1768), + [anon_sym_BSLASH] = ACTIONS(1770), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1770), + [anon_sym_COMMA] = ACTIONS(1772), + [sym__oneline_regex_literal] = ACTIONS(1768), + [anon_sym_LPAREN] = ACTIONS(1774), + [anon_sym_LBRACK] = ACTIONS(1774), + [anon_sym_QMARK] = ACTIONS(1777), + [anon_sym_QMARK2] = ACTIONS(1772), + [anon_sym_AMP] = ACTIONS(1774), + [anon_sym_TILDE] = ACTIONS(1770), + [anon_sym_if] = ACTIONS(1768), + [anon_sym_switch] = ACTIONS(1768), + [aux_sym_custom_operator_token1] = ACTIONS(1774), + [anon_sym_LT] = ACTIONS(1765), + [anon_sym_GT] = ACTIONS(1765), + [anon_sym_await] = ACTIONS(1768), + [anon_sym_LBRACE] = ACTIONS(1774), + [anon_sym_CARET_LBRACE] = ACTIONS(1774), + [anon_sym_RBRACE] = ACTIONS(1772), + [anon_sym_self] = ACTIONS(1768), + [anon_sym_super] = ACTIONS(1768), + [anon_sym_case] = ACTIONS(1777), + [anon_sym_try] = ACTIONS(1768), + [anon_sym_PLUS_EQ] = ACTIONS(1774), + [anon_sym_DASH_EQ] = ACTIONS(1774), + [anon_sym_STAR_EQ] = ACTIONS(1774), + [anon_sym_SLASH_EQ] = ACTIONS(1774), + [anon_sym_PERCENT_EQ] = ACTIONS(1774), + [anon_sym_BANG_EQ] = ACTIONS(1765), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1774), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1774), + [anon_sym_LT_EQ] = ACTIONS(1774), + [anon_sym_GT_EQ] = ACTIONS(1774), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1774), + [anon_sym_DOT_DOT_LT] = ACTIONS(1774), + [anon_sym_is] = ACTIONS(1777), + [anon_sym_PLUS] = ACTIONS(1765), + [anon_sym_DASH] = ACTIONS(1765), + [anon_sym_STAR] = ACTIONS(1765), + [anon_sym_SLASH] = ACTIONS(1765), + [anon_sym_PERCENT] = ACTIONS(1765), + [anon_sym_PLUS_PLUS] = ACTIONS(1774), + [anon_sym_DASH_DASH] = ACTIONS(1774), + [anon_sym_PIPE] = ACTIONS(1774), + [anon_sym_CARET] = ACTIONS(1765), + [anon_sym_LT_LT] = ACTIONS(1774), + [anon_sym_GT_GT] = ACTIONS(1774), + [anon_sym_import] = ACTIONS(1777), + [anon_sym_typealias] = ACTIONS(1777), + [anon_sym_struct] = ACTIONS(1777), + [anon_sym_class] = ACTIONS(1777), + [anon_sym_enum] = ACTIONS(1777), + [anon_sym_protocol] = ACTIONS(1777), + [anon_sym_let] = ACTIONS(1777), + [anon_sym_var] = ACTIONS(1777), + [anon_sym_func] = ACTIONS(1777), + [anon_sym_extension] = ACTIONS(1777), + [anon_sym_indirect] = ACTIONS(1777), + [anon_sym_SEMI] = ACTIONS(1772), + [anon_sym_init] = ACTIONS(1777), + [anon_sym_deinit] = ACTIONS(1777), + [anon_sym_subscript] = ACTIONS(1777), + [anon_sym_prefix] = ACTIONS(1777), + [anon_sym_infix] = ACTIONS(1777), + [anon_sym_postfix] = ACTIONS(1777), + [anon_sym_precedencegroup] = ACTIONS(1777), + [anon_sym_associatedtype] = ACTIONS(1777), + [anon_sym_AT] = ACTIONS(1777), + [anon_sym_override] = ACTIONS(1777), + [anon_sym_convenience] = ACTIONS(1777), + [anon_sym_required] = ACTIONS(1777), + [anon_sym_nonisolated] = ACTIONS(1777), + [anon_sym_public] = ACTIONS(1777), + [anon_sym_private] = ACTIONS(1777), + [anon_sym_internal] = ACTIONS(1777), + [anon_sym_fileprivate] = ACTIONS(1777), + [anon_sym_open] = ACTIONS(1777), + [anon_sym_mutating] = ACTIONS(1777), + [anon_sym_nonmutating] = ACTIONS(1777), + [anon_sym_static] = ACTIONS(1777), + [anon_sym_dynamic] = ACTIONS(1777), + [anon_sym_optional] = ACTIONS(1777), + [anon_sym_distributed] = ACTIONS(1777), + [anon_sym_final] = ACTIONS(1777), + [anon_sym_inout] = ACTIONS(1777), + [anon_sym_ATescaping] = ACTIONS(1772), + [anon_sym_ATautoclosure] = ACTIONS(1772), + [anon_sym_weak] = ACTIONS(1777), + [anon_sym_unowned] = ACTIONS(1777), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(1772), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(1772), + [anon_sym_borrowing] = ACTIONS(1765), + [anon_sym_consuming] = ACTIONS(1765), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(1770), + [sym_raw_str_end_part] = ACTIONS(1770), + [sym__dot_custom] = ACTIONS(1774), + [sym__conjunction_operator_custom] = ACTIONS(1772), + [sym__disjunction_operator_custom] = ACTIONS(1772), + [sym__nil_coalescing_operator_custom] = ACTIONS(1772), + [sym__eq_custom] = ACTIONS(1774), + [sym__eq_eq_custom] = ACTIONS(1774), + [sym__plus_then_ws] = ACTIONS(1774), + [sym__minus_then_ws] = ACTIONS(1774), + [sym__bang_custom] = ACTIONS(1774), + [sym__as_custom] = ACTIONS(1772), + [sym__as_quest_custom] = ACTIONS(1772), + [sym__as_bang_custom] = ACTIONS(1772), + [sym__custom_operator] = ACTIONS(1774), + [sym__hash_symbol_custom] = ACTIONS(1770), + [sym__directive_if] = ACTIONS(1770), + [sym__directive_elseif] = ACTIONS(1770), + [sym__directive_else] = ACTIONS(1770), + [sym__directive_endif] = ACTIONS(1770), + }, + [STATE(739)] = { + [anon_sym_BANG] = ACTIONS(1779), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1779), + [aux_sym_simple_identifier_token2] = ACTIONS(1781), + [aux_sym_simple_identifier_token3] = ACTIONS(1781), + [aux_sym_simple_identifier_token4] = ACTIONS(1781), + [anon_sym_actor] = ACTIONS(1779), + [anon_sym_async] = ACTIONS(1779), + [anon_sym_each] = ACTIONS(1779), + [anon_sym_lazy] = ACTIONS(1779), + [anon_sym_repeat] = ACTIONS(1779), + [anon_sym_package] = ACTIONS(1779), + [anon_sym_nil] = ACTIONS(1779), + [sym_real_literal] = ACTIONS(1781), + [sym_integer_literal] = ACTIONS(1779), + [sym_hex_literal] = ACTIONS(1779), + [sym_oct_literal] = ACTIONS(1781), + [sym_bin_literal] = ACTIONS(1781), + [anon_sym_true] = ACTIONS(1779), + [anon_sym_false] = ACTIONS(1779), + [anon_sym_DQUOTE] = ACTIONS(1779), + [anon_sym_BSLASH] = ACTIONS(1781), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1781), + [anon_sym_COMMA] = ACTIONS(1783), + [sym__oneline_regex_literal] = ACTIONS(1779), + [anon_sym_LPAREN] = ACTIONS(1781), + [anon_sym_LBRACK] = ACTIONS(1781), + [anon_sym_QMARK] = ACTIONS(1785), + [anon_sym_QMARK2] = ACTIONS(1783), + [anon_sym_AMP] = ACTIONS(1781), + [anon_sym_TILDE] = ACTIONS(1781), + [anon_sym_if] = ACTIONS(1779), + [anon_sym_switch] = ACTIONS(1779), + [aux_sym_custom_operator_token1] = ACTIONS(1781), + [anon_sym_LT] = ACTIONS(1779), + [anon_sym_GT] = ACTIONS(1779), + [anon_sym_await] = ACTIONS(1779), + [anon_sym_LBRACE] = ACTIONS(1781), + [anon_sym_CARET_LBRACE] = ACTIONS(1781), + [anon_sym_RBRACE] = ACTIONS(1783), + [anon_sym_self] = ACTIONS(1779), + [anon_sym_super] = ACTIONS(1779), + [anon_sym_case] = ACTIONS(1785), + [anon_sym_try] = ACTIONS(1779), + [anon_sym_PLUS_EQ] = ACTIONS(1781), + [anon_sym_DASH_EQ] = ACTIONS(1781), + [anon_sym_STAR_EQ] = ACTIONS(1781), + [anon_sym_SLASH_EQ] = ACTIONS(1781), + [anon_sym_PERCENT_EQ] = ACTIONS(1781), + [anon_sym_BANG_EQ] = ACTIONS(1779), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1781), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1781), + [anon_sym_LT_EQ] = ACTIONS(1781), + [anon_sym_GT_EQ] = ACTIONS(1781), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1781), + [anon_sym_DOT_DOT_LT] = ACTIONS(1781), + [anon_sym_is] = ACTIONS(1785), + [anon_sym_PLUS] = ACTIONS(1779), + [anon_sym_DASH] = ACTIONS(1779), + [anon_sym_STAR] = ACTIONS(1779), + [anon_sym_SLASH] = ACTIONS(1779), + [anon_sym_PERCENT] = ACTIONS(1779), + [anon_sym_PLUS_PLUS] = ACTIONS(1781), + [anon_sym_DASH_DASH] = ACTIONS(1781), + [anon_sym_PIPE] = ACTIONS(1781), + [anon_sym_CARET] = ACTIONS(1779), + [anon_sym_LT_LT] = ACTIONS(1781), + [anon_sym_GT_GT] = ACTIONS(1781), + [anon_sym_import] = ACTIONS(1785), + [anon_sym_typealias] = ACTIONS(1785), + [anon_sym_struct] = ACTIONS(1785), + [anon_sym_class] = ACTIONS(1785), + [anon_sym_enum] = ACTIONS(1785), + [anon_sym_protocol] = ACTIONS(1785), + [anon_sym_let] = ACTIONS(1785), + [anon_sym_var] = ACTIONS(1785), + [anon_sym_func] = ACTIONS(1785), + [anon_sym_extension] = ACTIONS(1785), + [anon_sym_indirect] = ACTIONS(1785), + [anon_sym_SEMI] = ACTIONS(1783), + [anon_sym_init] = ACTIONS(1785), + [anon_sym_deinit] = ACTIONS(1785), + [anon_sym_subscript] = ACTIONS(1785), + [anon_sym_prefix] = ACTIONS(1785), + [anon_sym_infix] = ACTIONS(1785), + [anon_sym_postfix] = ACTIONS(1785), + [anon_sym_precedencegroup] = ACTIONS(1785), + [anon_sym_associatedtype] = ACTIONS(1785), + [anon_sym_AT] = ACTIONS(1785), + [anon_sym_override] = ACTIONS(1785), + [anon_sym_convenience] = ACTIONS(1785), + [anon_sym_required] = ACTIONS(1785), + [anon_sym_nonisolated] = ACTIONS(1785), + [anon_sym_public] = ACTIONS(1785), + [anon_sym_private] = ACTIONS(1785), + [anon_sym_internal] = ACTIONS(1785), + [anon_sym_fileprivate] = ACTIONS(1785), + [anon_sym_open] = ACTIONS(1785), + [anon_sym_mutating] = ACTIONS(1785), + [anon_sym_nonmutating] = ACTIONS(1785), + [anon_sym_static] = ACTIONS(1785), + [anon_sym_dynamic] = ACTIONS(1785), + [anon_sym_optional] = ACTIONS(1785), + [anon_sym_distributed] = ACTIONS(1785), + [anon_sym_final] = ACTIONS(1785), + [anon_sym_inout] = ACTIONS(1785), + [anon_sym_ATescaping] = ACTIONS(1783), + [anon_sym_ATautoclosure] = ACTIONS(1783), + [anon_sym_weak] = ACTIONS(1785), + [anon_sym_unowned] = ACTIONS(1785), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(1783), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(1783), + [anon_sym_borrowing] = ACTIONS(1779), + [anon_sym_consuming] = ACTIONS(1779), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(1781), + [sym_raw_str_end_part] = ACTIONS(1781), + [sym__dot_custom] = ACTIONS(1781), + [sym__conjunction_operator_custom] = ACTIONS(1783), + [sym__disjunction_operator_custom] = ACTIONS(1783), + [sym__nil_coalescing_operator_custom] = ACTIONS(1783), + [sym__eq_custom] = ACTIONS(1781), + [sym__eq_eq_custom] = ACTIONS(1781), + [sym__plus_then_ws] = ACTIONS(1781), + [sym__minus_then_ws] = ACTIONS(1781), + [sym__bang_custom] = ACTIONS(1781), + [sym__as_custom] = ACTIONS(1783), + [sym__as_quest_custom] = ACTIONS(1783), + [sym__as_bang_custom] = ACTIONS(1783), + [sym__custom_operator] = ACTIONS(1781), + [sym__hash_symbol_custom] = ACTIONS(1781), + [sym__directive_if] = ACTIONS(1781), + [sym__directive_elseif] = ACTIONS(1781), + [sym__directive_else] = ACTIONS(1781), + [sym__directive_endif] = ACTIONS(1781), + }, + [STATE(740)] = { + [anon_sym_BANG] = ACTIONS(1787), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1768), + [aux_sym_simple_identifier_token2] = ACTIONS(1770), + [aux_sym_simple_identifier_token3] = ACTIONS(1770), + [aux_sym_simple_identifier_token4] = ACTIONS(1770), + [anon_sym_actor] = ACTIONS(1787), + [anon_sym_async] = ACTIONS(1787), + [anon_sym_each] = ACTIONS(1768), + [anon_sym_lazy] = ACTIONS(1787), + [anon_sym_repeat] = ACTIONS(1768), + [anon_sym_package] = ACTIONS(1787), + [anon_sym_nil] = ACTIONS(1768), + [sym_real_literal] = ACTIONS(1770), + [sym_integer_literal] = ACTIONS(1768), + [sym_hex_literal] = ACTIONS(1768), + [sym_oct_literal] = ACTIONS(1770), + [sym_bin_literal] = ACTIONS(1770), + [anon_sym_true] = ACTIONS(1768), + [anon_sym_false] = ACTIONS(1768), + [anon_sym_DQUOTE] = ACTIONS(1768), + [anon_sym_BSLASH] = ACTIONS(1770), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1770), + [anon_sym_COMMA] = ACTIONS(1790), + [sym__oneline_regex_literal] = ACTIONS(1768), + [anon_sym_LPAREN] = ACTIONS(1792), + [anon_sym_LBRACK] = ACTIONS(1792), + [anon_sym_QMARK] = ACTIONS(1795), + [anon_sym_QMARK2] = ACTIONS(1790), + [anon_sym_AMP] = ACTIONS(1792), + [anon_sym_TILDE] = ACTIONS(1770), + [anon_sym_if] = ACTIONS(1768), + [anon_sym_switch] = ACTIONS(1768), + [aux_sym_custom_operator_token1] = ACTIONS(1792), + [anon_sym_LT] = ACTIONS(1787), + [anon_sym_GT] = ACTIONS(1787), + [anon_sym_await] = ACTIONS(1768), + [anon_sym_LBRACE] = ACTIONS(1792), + [anon_sym_CARET_LBRACE] = ACTIONS(1792), + [anon_sym_RBRACE] = ACTIONS(1790), + [anon_sym_self] = ACTIONS(1768), + [anon_sym_super] = ACTIONS(1768), + [anon_sym_case] = ACTIONS(1795), + [anon_sym_try] = ACTIONS(1768), + [anon_sym_PLUS_EQ] = ACTIONS(1792), + [anon_sym_DASH_EQ] = ACTIONS(1792), + [anon_sym_STAR_EQ] = ACTIONS(1792), + [anon_sym_SLASH_EQ] = ACTIONS(1792), + [anon_sym_PERCENT_EQ] = ACTIONS(1792), + [anon_sym_BANG_EQ] = ACTIONS(1787), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1792), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1792), + [anon_sym_LT_EQ] = ACTIONS(1792), + [anon_sym_GT_EQ] = ACTIONS(1792), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1792), + [anon_sym_DOT_DOT_LT] = ACTIONS(1792), + [anon_sym_is] = ACTIONS(1795), + [anon_sym_PLUS] = ACTIONS(1787), + [anon_sym_DASH] = ACTIONS(1787), + [anon_sym_STAR] = ACTIONS(1787), + [anon_sym_SLASH] = ACTIONS(1787), + [anon_sym_PERCENT] = ACTIONS(1787), + [anon_sym_PLUS_PLUS] = ACTIONS(1792), + [anon_sym_DASH_DASH] = ACTIONS(1792), + [anon_sym_PIPE] = ACTIONS(1792), + [anon_sym_CARET] = ACTIONS(1787), + [anon_sym_LT_LT] = ACTIONS(1792), + [anon_sym_GT_GT] = ACTIONS(1792), + [anon_sym_import] = ACTIONS(1795), + [anon_sym_typealias] = ACTIONS(1795), + [anon_sym_struct] = ACTIONS(1795), + [anon_sym_class] = ACTIONS(1795), + [anon_sym_enum] = ACTIONS(1795), + [anon_sym_protocol] = ACTIONS(1795), + [anon_sym_let] = ACTIONS(1795), + [anon_sym_var] = ACTIONS(1795), + [anon_sym_func] = ACTIONS(1795), + [anon_sym_extension] = ACTIONS(1795), + [anon_sym_indirect] = ACTIONS(1795), + [anon_sym_SEMI] = ACTIONS(1790), + [anon_sym_init] = ACTIONS(1795), + [anon_sym_deinit] = ACTIONS(1795), + [anon_sym_subscript] = ACTIONS(1795), + [anon_sym_prefix] = ACTIONS(1795), + [anon_sym_infix] = ACTIONS(1795), + [anon_sym_postfix] = ACTIONS(1795), + [anon_sym_precedencegroup] = ACTIONS(1795), + [anon_sym_associatedtype] = ACTIONS(1795), + [anon_sym_AT] = ACTIONS(1795), + [anon_sym_override] = ACTIONS(1795), + [anon_sym_convenience] = ACTIONS(1795), + [anon_sym_required] = ACTIONS(1795), + [anon_sym_nonisolated] = ACTIONS(1795), + [anon_sym_public] = ACTIONS(1795), + [anon_sym_private] = ACTIONS(1795), + [anon_sym_internal] = ACTIONS(1795), + [anon_sym_fileprivate] = ACTIONS(1795), + [anon_sym_open] = ACTIONS(1795), + [anon_sym_mutating] = ACTIONS(1795), + [anon_sym_nonmutating] = ACTIONS(1795), + [anon_sym_static] = ACTIONS(1795), + [anon_sym_dynamic] = ACTIONS(1795), + [anon_sym_optional] = ACTIONS(1795), + [anon_sym_distributed] = ACTIONS(1795), + [anon_sym_final] = ACTIONS(1795), + [anon_sym_inout] = ACTIONS(1795), + [anon_sym_ATescaping] = ACTIONS(1790), + [anon_sym_ATautoclosure] = ACTIONS(1790), + [anon_sym_weak] = ACTIONS(1795), + [anon_sym_unowned] = ACTIONS(1795), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(1790), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(1790), + [anon_sym_borrowing] = ACTIONS(1787), + [anon_sym_consuming] = ACTIONS(1787), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(1770), + [sym_raw_str_end_part] = ACTIONS(1770), + [sym__dot_custom] = ACTIONS(1792), + [sym__conjunction_operator_custom] = ACTIONS(1790), + [sym__disjunction_operator_custom] = ACTIONS(1790), + [sym__nil_coalescing_operator_custom] = ACTIONS(1790), + [sym__eq_custom] = ACTIONS(1792), + [sym__eq_eq_custom] = ACTIONS(1792), + [sym__plus_then_ws] = ACTIONS(1792), + [sym__minus_then_ws] = ACTIONS(1792), + [sym__bang_custom] = ACTIONS(1792), + [sym__as_custom] = ACTIONS(1790), + [sym__as_quest_custom] = ACTIONS(1790), + [sym__as_bang_custom] = ACTIONS(1790), + [sym__custom_operator] = ACTIONS(1792), + [sym__hash_symbol_custom] = ACTIONS(1770), + [sym__directive_if] = ACTIONS(1770), + [sym__directive_elseif] = ACTIONS(1770), + [sym__directive_else] = ACTIONS(1770), + [sym__directive_endif] = ACTIONS(1770), + }, + [STATE(741)] = { + [anon_sym_BANG] = ACTIONS(1797), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1797), + [aux_sym_simple_identifier_token2] = ACTIONS(1799), + [aux_sym_simple_identifier_token3] = ACTIONS(1799), + [aux_sym_simple_identifier_token4] = ACTIONS(1799), + [anon_sym_actor] = ACTIONS(1797), + [anon_sym_async] = ACTIONS(1797), + [anon_sym_each] = ACTIONS(1797), + [anon_sym_lazy] = ACTIONS(1797), + [anon_sym_repeat] = ACTIONS(1797), + [anon_sym_package] = ACTIONS(1797), + [anon_sym_nil] = ACTIONS(1797), + [sym_real_literal] = ACTIONS(1799), + [sym_integer_literal] = ACTIONS(1797), + [sym_hex_literal] = ACTIONS(1797), + [sym_oct_literal] = ACTIONS(1799), + [sym_bin_literal] = ACTIONS(1799), + [anon_sym_true] = ACTIONS(1797), + [anon_sym_false] = ACTIONS(1797), + [anon_sym_DQUOTE] = ACTIONS(1797), + [anon_sym_BSLASH] = ACTIONS(1799), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1799), + [anon_sym_COMMA] = ACTIONS(1799), + [sym__oneline_regex_literal] = ACTIONS(1797), + [anon_sym_LPAREN] = ACTIONS(1799), + [anon_sym_LBRACK] = ACTIONS(1799), + [anon_sym_QMARK] = ACTIONS(1797), + [anon_sym_QMARK2] = ACTIONS(1799), + [anon_sym_AMP] = ACTIONS(1799), + [anon_sym_TILDE] = ACTIONS(1799), + [anon_sym_if] = ACTIONS(1797), + [anon_sym_switch] = ACTIONS(1797), + [aux_sym_custom_operator_token1] = ACTIONS(1799), + [anon_sym_LT] = ACTIONS(1797), + [anon_sym_GT] = ACTIONS(1797), + [anon_sym_await] = ACTIONS(1797), + [anon_sym_LBRACE] = ACTIONS(1799), + [anon_sym_CARET_LBRACE] = ACTIONS(1799), + [anon_sym_RBRACE] = ACTIONS(1799), + [anon_sym_self] = ACTIONS(1797), + [anon_sym_super] = ACTIONS(1797), + [anon_sym_case] = ACTIONS(1797), + [anon_sym_try] = ACTIONS(1797), + [anon_sym_PLUS_EQ] = ACTIONS(1799), + [anon_sym_DASH_EQ] = ACTIONS(1799), + [anon_sym_STAR_EQ] = ACTIONS(1799), + [anon_sym_SLASH_EQ] = ACTIONS(1799), + [anon_sym_PERCENT_EQ] = ACTIONS(1799), + [anon_sym_BANG_EQ] = ACTIONS(1797), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1799), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1799), + [anon_sym_LT_EQ] = ACTIONS(1799), + [anon_sym_GT_EQ] = ACTIONS(1799), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1799), + [anon_sym_DOT_DOT_LT] = ACTIONS(1799), + [anon_sym_is] = ACTIONS(1797), + [anon_sym_PLUS] = ACTIONS(1797), + [anon_sym_DASH] = ACTIONS(1797), + [anon_sym_STAR] = ACTIONS(1797), + [anon_sym_SLASH] = ACTIONS(1797), + [anon_sym_PERCENT] = ACTIONS(1797), + [anon_sym_PLUS_PLUS] = ACTIONS(1799), + [anon_sym_DASH_DASH] = ACTIONS(1799), + [anon_sym_PIPE] = ACTIONS(1799), + [anon_sym_CARET] = ACTIONS(1797), + [anon_sym_LT_LT] = ACTIONS(1799), + [anon_sym_GT_GT] = ACTIONS(1799), + [anon_sym_import] = ACTIONS(1797), + [anon_sym_typealias] = ACTIONS(1797), + [anon_sym_struct] = ACTIONS(1797), + [anon_sym_class] = ACTIONS(1797), + [anon_sym_enum] = ACTIONS(1797), + [anon_sym_protocol] = ACTIONS(1797), + [anon_sym_let] = ACTIONS(1797), + [anon_sym_var] = ACTIONS(1797), + [anon_sym_func] = ACTIONS(1797), + [anon_sym_extension] = ACTIONS(1797), + [anon_sym_indirect] = ACTIONS(1797), + [anon_sym_SEMI] = ACTIONS(1799), + [anon_sym_init] = ACTIONS(1797), + [anon_sym_deinit] = ACTIONS(1797), + [anon_sym_subscript] = ACTIONS(1797), + [anon_sym_prefix] = ACTIONS(1797), + [anon_sym_infix] = ACTIONS(1797), + [anon_sym_postfix] = ACTIONS(1797), + [anon_sym_precedencegroup] = ACTIONS(1797), + [anon_sym_associatedtype] = ACTIONS(1797), + [anon_sym_AT] = ACTIONS(1797), + [anon_sym_override] = ACTIONS(1797), + [anon_sym_convenience] = ACTIONS(1797), + [anon_sym_required] = ACTIONS(1797), + [anon_sym_nonisolated] = ACTIONS(1797), + [anon_sym_public] = ACTIONS(1797), + [anon_sym_private] = ACTIONS(1797), + [anon_sym_internal] = ACTIONS(1797), + [anon_sym_fileprivate] = ACTIONS(1797), + [anon_sym_open] = ACTIONS(1797), + [anon_sym_mutating] = ACTIONS(1797), + [anon_sym_nonmutating] = ACTIONS(1797), + [anon_sym_static] = ACTIONS(1797), + [anon_sym_dynamic] = ACTIONS(1797), + [anon_sym_optional] = ACTIONS(1797), + [anon_sym_distributed] = ACTIONS(1797), + [anon_sym_final] = ACTIONS(1797), + [anon_sym_inout] = ACTIONS(1797), + [anon_sym_ATescaping] = ACTIONS(1799), + [anon_sym_ATautoclosure] = ACTIONS(1799), + [anon_sym_weak] = ACTIONS(1797), + [anon_sym_unowned] = ACTIONS(1797), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(1799), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(1799), + [anon_sym_borrowing] = ACTIONS(1797), + [anon_sym_consuming] = ACTIONS(1797), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(1799), + [sym_raw_str_end_part] = ACTIONS(1799), + [sym__dot_custom] = ACTIONS(1799), + [sym__conjunction_operator_custom] = ACTIONS(1799), + [sym__disjunction_operator_custom] = ACTIONS(1799), + [sym__nil_coalescing_operator_custom] = ACTIONS(1799), + [sym__eq_custom] = ACTIONS(1799), + [sym__eq_eq_custom] = ACTIONS(1799), + [sym__plus_then_ws] = ACTIONS(1799), + [sym__minus_then_ws] = ACTIONS(1799), + [sym__bang_custom] = ACTIONS(1799), + [sym__as_custom] = ACTIONS(1799), + [sym__as_quest_custom] = ACTIONS(1799), + [sym__as_bang_custom] = ACTIONS(1799), + [sym__custom_operator] = ACTIONS(1799), + [sym__hash_symbol_custom] = ACTIONS(1799), + [sym__directive_if] = ACTIONS(1799), + [sym__directive_elseif] = ACTIONS(1799), + [sym__directive_else] = ACTIONS(1799), + [sym__directive_endif] = ACTIONS(1799), + }, + [STATE(742)] = { + [anon_sym_BANG] = ACTIONS(1779), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1779), + [aux_sym_simple_identifier_token2] = ACTIONS(1781), + [aux_sym_simple_identifier_token3] = ACTIONS(1781), + [aux_sym_simple_identifier_token4] = ACTIONS(1781), + [anon_sym_actor] = ACTIONS(1779), + [anon_sym_async] = ACTIONS(1779), + [anon_sym_each] = ACTIONS(1779), + [anon_sym_lazy] = ACTIONS(1779), + [anon_sym_repeat] = ACTIONS(1779), + [anon_sym_package] = ACTIONS(1779), + [anon_sym_nil] = ACTIONS(1779), + [sym_real_literal] = ACTIONS(1781), + [sym_integer_literal] = ACTIONS(1779), + [sym_hex_literal] = ACTIONS(1779), + [sym_oct_literal] = ACTIONS(1781), + [sym_bin_literal] = ACTIONS(1781), + [anon_sym_true] = ACTIONS(1779), + [anon_sym_false] = ACTIONS(1779), + [anon_sym_DQUOTE] = ACTIONS(1779), + [anon_sym_BSLASH] = ACTIONS(1781), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1781), + [anon_sym_COMMA] = ACTIONS(1801), + [sym__oneline_regex_literal] = ACTIONS(1779), + [anon_sym_LPAREN] = ACTIONS(1781), + [anon_sym_LBRACK] = ACTIONS(1781), + [anon_sym_QMARK] = ACTIONS(1803), + [anon_sym_QMARK2] = ACTIONS(1801), + [anon_sym_AMP] = ACTIONS(1781), + [anon_sym_TILDE] = ACTIONS(1781), + [anon_sym_if] = ACTIONS(1779), + [anon_sym_switch] = ACTIONS(1779), + [aux_sym_custom_operator_token1] = ACTIONS(1781), + [anon_sym_LT] = ACTIONS(1779), + [anon_sym_GT] = ACTIONS(1779), + [anon_sym_await] = ACTIONS(1779), + [anon_sym_LBRACE] = ACTIONS(1781), + [anon_sym_CARET_LBRACE] = ACTIONS(1781), + [anon_sym_RBRACE] = ACTIONS(1801), + [anon_sym_self] = ACTIONS(1779), + [anon_sym_super] = ACTIONS(1779), + [anon_sym_case] = ACTIONS(1803), + [anon_sym_try] = ACTIONS(1779), + [anon_sym_PLUS_EQ] = ACTIONS(1781), + [anon_sym_DASH_EQ] = ACTIONS(1781), + [anon_sym_STAR_EQ] = ACTIONS(1781), + [anon_sym_SLASH_EQ] = ACTIONS(1781), + [anon_sym_PERCENT_EQ] = ACTIONS(1781), + [anon_sym_BANG_EQ] = ACTIONS(1779), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1781), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1781), + [anon_sym_LT_EQ] = ACTIONS(1781), + [anon_sym_GT_EQ] = ACTIONS(1781), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1781), + [anon_sym_DOT_DOT_LT] = ACTIONS(1781), + [anon_sym_is] = ACTIONS(1803), + [anon_sym_PLUS] = ACTIONS(1779), + [anon_sym_DASH] = ACTIONS(1779), + [anon_sym_STAR] = ACTIONS(1779), + [anon_sym_SLASH] = ACTIONS(1779), + [anon_sym_PERCENT] = ACTIONS(1779), + [anon_sym_PLUS_PLUS] = ACTIONS(1781), + [anon_sym_DASH_DASH] = ACTIONS(1781), + [anon_sym_PIPE] = ACTIONS(1781), + [anon_sym_CARET] = ACTIONS(1779), + [anon_sym_LT_LT] = ACTIONS(1781), + [anon_sym_GT_GT] = ACTIONS(1781), + [anon_sym_import] = ACTIONS(1803), + [anon_sym_typealias] = ACTIONS(1803), + [anon_sym_struct] = ACTIONS(1803), + [anon_sym_class] = ACTIONS(1803), + [anon_sym_enum] = ACTIONS(1803), + [anon_sym_protocol] = ACTIONS(1803), + [anon_sym_let] = ACTIONS(1803), + [anon_sym_var] = ACTIONS(1803), + [anon_sym_func] = ACTIONS(1803), + [anon_sym_extension] = ACTIONS(1803), + [anon_sym_indirect] = ACTIONS(1803), + [anon_sym_SEMI] = ACTIONS(1801), + [anon_sym_init] = ACTIONS(1803), + [anon_sym_deinit] = ACTIONS(1803), + [anon_sym_subscript] = ACTIONS(1803), + [anon_sym_prefix] = ACTIONS(1803), + [anon_sym_infix] = ACTIONS(1803), + [anon_sym_postfix] = ACTIONS(1803), + [anon_sym_precedencegroup] = ACTIONS(1803), + [anon_sym_associatedtype] = ACTIONS(1803), + [anon_sym_AT] = ACTIONS(1803), + [anon_sym_override] = ACTIONS(1803), + [anon_sym_convenience] = ACTIONS(1803), + [anon_sym_required] = ACTIONS(1803), + [anon_sym_nonisolated] = ACTIONS(1803), + [anon_sym_public] = ACTIONS(1803), + [anon_sym_private] = ACTIONS(1803), + [anon_sym_internal] = ACTIONS(1803), + [anon_sym_fileprivate] = ACTIONS(1803), + [anon_sym_open] = ACTIONS(1803), + [anon_sym_mutating] = ACTIONS(1803), + [anon_sym_nonmutating] = ACTIONS(1803), + [anon_sym_static] = ACTIONS(1803), + [anon_sym_dynamic] = ACTIONS(1803), + [anon_sym_optional] = ACTIONS(1803), + [anon_sym_distributed] = ACTIONS(1803), + [anon_sym_final] = ACTIONS(1803), + [anon_sym_inout] = ACTIONS(1803), + [anon_sym_ATescaping] = ACTIONS(1801), + [anon_sym_ATautoclosure] = ACTIONS(1801), + [anon_sym_weak] = ACTIONS(1803), + [anon_sym_unowned] = ACTIONS(1803), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(1801), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(1801), + [anon_sym_borrowing] = ACTIONS(1779), + [anon_sym_consuming] = ACTIONS(1779), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(1781), + [sym_raw_str_end_part] = ACTIONS(1781), + [sym__dot_custom] = ACTIONS(1781), + [sym__conjunction_operator_custom] = ACTIONS(1801), + [sym__disjunction_operator_custom] = ACTIONS(1801), + [sym__nil_coalescing_operator_custom] = ACTIONS(1801), + [sym__eq_custom] = ACTIONS(1781), + [sym__eq_eq_custom] = ACTIONS(1781), + [sym__plus_then_ws] = ACTIONS(1781), + [sym__minus_then_ws] = ACTIONS(1781), + [sym__bang_custom] = ACTIONS(1781), + [sym__as_custom] = ACTIONS(1801), + [sym__as_quest_custom] = ACTIONS(1801), + [sym__as_bang_custom] = ACTIONS(1801), + [sym__custom_operator] = ACTIONS(1781), + [sym__hash_symbol_custom] = ACTIONS(1781), + [sym__directive_if] = ACTIONS(1781), + [sym__directive_elseif] = ACTIONS(1781), + [sym__directive_else] = ACTIONS(1781), + [sym__directive_endif] = ACTIONS(1781), + }, + [STATE(743)] = { + [sym__quest] = STATE(713), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(462), + [sym_custom_operator] = STATE(463), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(984), + [sym_expr_hack_at_ternary_binary_call_suffix] = STATE(941), + [sym_lambda_literal] = STATE(805), + [sym__equality_operator] = STATE(466), + [sym__comparison_operator] = STATE(467), + [sym__three_dot_operator] = STATE(739), + [sym__open_ended_range_operator] = STATE(462), + [sym__is_operator] = STATE(4244), + [sym__additive_operator] = STATE(661), + [sym__multiplicative_operator] = STATE(662), + [sym_as_operator] = STATE(4245), + [sym__bitwise_binary_operator] = STATE(476), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(466), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(478), + [sym__disjunction_operator] = STATE(479), + [sym__nil_coalescing_operator] = STATE(480), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(1807), + [anon_sym_async] = ACTIONS(1807), + [anon_sym_lazy] = ACTIONS(1807), + [anon_sym_package] = ACTIONS(1807), + [anon_sym_COMMA] = ACTIONS(1807), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_QMARK] = ACTIONS(1813), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(1817), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(1821), + [anon_sym_GT] = ACTIONS(1821), + [anon_sym_LBRACE] = ACTIONS(1807), + [anon_sym_CARET_LBRACE] = ACTIONS(1807), + [anon_sym_RBRACE] = ACTIONS(1807), + [anon_sym_case] = ACTIONS(1807), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(1825), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1827), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1827), + [anon_sym_LT_EQ] = ACTIONS(1829), + [anon_sym_GT_EQ] = ACTIONS(1829), + [anon_sym_DOT_DOT_DOT] = ACTIONS(641), + [anon_sym_DOT_DOT_LT] = ACTIONS(1831), + [anon_sym_is] = ACTIONS(1833), + [anon_sym_PLUS] = ACTIONS(1835), + [anon_sym_DASH] = ACTIONS(1835), + [anon_sym_STAR] = ACTIONS(1837), + [anon_sym_SLASH] = ACTIONS(1837), + [anon_sym_PERCENT] = ACTIONS(1837), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(1817), + [anon_sym_CARET] = ACTIONS(1841), + [anon_sym_LT_LT] = ACTIONS(1817), + [anon_sym_GT_GT] = ACTIONS(1817), + [anon_sym_import] = ACTIONS(1807), + [anon_sym_typealias] = ACTIONS(1807), + [anon_sym_struct] = ACTIONS(1807), + [anon_sym_class] = ACTIONS(1807), + [anon_sym_enum] = ACTIONS(1807), + [anon_sym_protocol] = ACTIONS(1807), + [anon_sym_let] = ACTIONS(1807), + [anon_sym_var] = ACTIONS(1807), + [anon_sym_func] = ACTIONS(1807), + [anon_sym_extension] = ACTIONS(1807), + [anon_sym_indirect] = ACTIONS(1807), + [anon_sym_SEMI] = ACTIONS(1807), + [anon_sym_init] = ACTIONS(1807), + [anon_sym_deinit] = ACTIONS(1807), + [anon_sym_subscript] = ACTIONS(1807), + [anon_sym_prefix] = ACTIONS(1807), + [anon_sym_infix] = ACTIONS(1807), + [anon_sym_postfix] = ACTIONS(1807), + [anon_sym_precedencegroup] = ACTIONS(1807), + [anon_sym_associatedtype] = ACTIONS(1807), + [anon_sym_AT] = ACTIONS(1813), + [anon_sym_override] = ACTIONS(1807), + [anon_sym_convenience] = ACTIONS(1807), + [anon_sym_required] = ACTIONS(1807), + [anon_sym_nonisolated] = ACTIONS(1807), + [anon_sym_public] = ACTIONS(1807), + [anon_sym_private] = ACTIONS(1807), + [anon_sym_internal] = ACTIONS(1807), + [anon_sym_fileprivate] = ACTIONS(1807), + [anon_sym_open] = ACTIONS(1807), + [anon_sym_mutating] = ACTIONS(1807), + [anon_sym_nonmutating] = ACTIONS(1807), + [anon_sym_static] = ACTIONS(1807), + [anon_sym_dynamic] = ACTIONS(1807), + [anon_sym_optional] = ACTIONS(1807), + [anon_sym_distributed] = ACTIONS(1807), + [anon_sym_final] = ACTIONS(1807), + [anon_sym_inout] = ACTIONS(1807), + [anon_sym_ATescaping] = ACTIONS(1807), + [anon_sym_ATautoclosure] = ACTIONS(1807), + [anon_sym_weak] = ACTIONS(1807), + [anon_sym_unowned] = ACTIONS(1813), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(1807), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(1807), + [anon_sym_borrowing] = ACTIONS(1807), + [anon_sym_consuming] = ACTIONS(1807), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(1845), + [sym__disjunction_operator_custom] = ACTIONS(1847), + [sym__nil_coalescing_operator_custom] = ACTIONS(1849), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(1827), + [sym__plus_then_ws] = ACTIONS(1851), + [sym__minus_then_ws] = ACTIONS(1851), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(744)] = { + [sym__quest] = STATE(713), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(462), + [sym_custom_operator] = STATE(463), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(987), + [sym_lambda_literal] = STATE(805), + [sym__equality_operator] = STATE(466), + [sym__comparison_operator] = STATE(467), + [sym__three_dot_operator] = STATE(739), + [sym__open_ended_range_operator] = STATE(462), + [sym__is_operator] = STATE(4244), + [sym__additive_operator] = STATE(661), + [sym__multiplicative_operator] = STATE(662), + [sym_as_operator] = STATE(4245), + [sym__bitwise_binary_operator] = STATE(476), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(466), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(478), + [sym__disjunction_operator] = STATE(479), + [sym__nil_coalescing_operator] = STATE(480), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(1857), + [anon_sym_async] = ACTIONS(1857), + [anon_sym_lazy] = ACTIONS(1857), + [anon_sym_package] = ACTIONS(1857), + [anon_sym_COMMA] = ACTIONS(1857), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_QMARK] = ACTIONS(1859), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(1817), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(1821), + [anon_sym_GT] = ACTIONS(1821), + [anon_sym_LBRACE] = ACTIONS(1861), + [anon_sym_CARET_LBRACE] = ACTIONS(1861), + [anon_sym_RBRACE] = ACTIONS(1857), + [anon_sym_case] = ACTIONS(1857), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(1825), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1827), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1827), + [anon_sym_LT_EQ] = ACTIONS(1829), + [anon_sym_GT_EQ] = ACTIONS(1829), + [anon_sym_DOT_DOT_DOT] = ACTIONS(641), + [anon_sym_DOT_DOT_LT] = ACTIONS(1831), + [anon_sym_is] = ACTIONS(1833), + [anon_sym_PLUS] = ACTIONS(1835), + [anon_sym_DASH] = ACTIONS(1835), + [anon_sym_STAR] = ACTIONS(1837), + [anon_sym_SLASH] = ACTIONS(1837), + [anon_sym_PERCENT] = ACTIONS(1837), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(1817), + [anon_sym_CARET] = ACTIONS(1841), + [anon_sym_LT_LT] = ACTIONS(1817), + [anon_sym_GT_GT] = ACTIONS(1817), + [anon_sym_import] = ACTIONS(1857), + [anon_sym_typealias] = ACTIONS(1857), + [anon_sym_struct] = ACTIONS(1857), + [anon_sym_class] = ACTIONS(1857), + [anon_sym_enum] = ACTIONS(1857), + [anon_sym_protocol] = ACTIONS(1857), + [anon_sym_let] = ACTIONS(1857), + [anon_sym_var] = ACTIONS(1857), + [anon_sym_func] = ACTIONS(1857), + [anon_sym_extension] = ACTIONS(1857), + [anon_sym_indirect] = ACTIONS(1857), + [anon_sym_SEMI] = ACTIONS(1857), + [anon_sym_init] = ACTIONS(1857), + [anon_sym_deinit] = ACTIONS(1857), + [anon_sym_subscript] = ACTIONS(1857), + [anon_sym_prefix] = ACTIONS(1857), + [anon_sym_infix] = ACTIONS(1857), + [anon_sym_postfix] = ACTIONS(1857), + [anon_sym_precedencegroup] = ACTIONS(1857), + [anon_sym_associatedtype] = ACTIONS(1857), + [anon_sym_AT] = ACTIONS(1863), + [anon_sym_override] = ACTIONS(1857), + [anon_sym_convenience] = ACTIONS(1857), + [anon_sym_required] = ACTIONS(1857), + [anon_sym_nonisolated] = ACTIONS(1857), + [anon_sym_public] = ACTIONS(1857), + [anon_sym_private] = ACTIONS(1857), + [anon_sym_internal] = ACTIONS(1857), + [anon_sym_fileprivate] = ACTIONS(1857), + [anon_sym_open] = ACTIONS(1857), + [anon_sym_mutating] = ACTIONS(1857), + [anon_sym_nonmutating] = ACTIONS(1857), + [anon_sym_static] = ACTIONS(1857), + [anon_sym_dynamic] = ACTIONS(1857), + [anon_sym_optional] = ACTIONS(1857), + [anon_sym_distributed] = ACTIONS(1857), + [anon_sym_final] = ACTIONS(1857), + [anon_sym_inout] = ACTIONS(1857), + [anon_sym_ATescaping] = ACTIONS(1857), + [anon_sym_ATautoclosure] = ACTIONS(1857), + [anon_sym_weak] = ACTIONS(1857), + [anon_sym_unowned] = ACTIONS(1863), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(1857), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(1857), + [anon_sym_borrowing] = ACTIONS(1857), + [anon_sym_consuming] = ACTIONS(1857), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(1845), + [sym__disjunction_operator_custom] = ACTIONS(1847), + [sym__nil_coalescing_operator_custom] = ACTIONS(1849), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(1827), + [sym__plus_then_ws] = ACTIONS(1851), + [sym__minus_then_ws] = ACTIONS(1851), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(745)] = { + [sym__quest] = STATE(713), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(462), + [sym_custom_operator] = STATE(463), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(987), + [sym_lambda_literal] = STATE(805), + [sym__equality_operator] = STATE(466), + [sym__comparison_operator] = STATE(467), + [sym__three_dot_operator] = STATE(739), + [sym__open_ended_range_operator] = STATE(462), + [sym__is_operator] = STATE(4244), + [sym__additive_operator] = STATE(661), + [sym__multiplicative_operator] = STATE(662), + [sym_as_operator] = STATE(4245), + [sym__bitwise_binary_operator] = STATE(476), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(466), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(478), + [sym__disjunction_operator] = STATE(479), + [sym__nil_coalescing_operator] = STATE(480), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(1865), + [anon_sym_async] = ACTIONS(1865), + [anon_sym_lazy] = ACTIONS(1865), + [anon_sym_package] = ACTIONS(1865), + [anon_sym_COMMA] = ACTIONS(1865), + [anon_sym_LPAREN] = ACTIONS(1865), + [anon_sym_LBRACK] = ACTIONS(1865), + [anon_sym_QMARK] = ACTIONS(1867), + [anon_sym_QMARK2] = ACTIONS(1865), + [anon_sym_AMP] = ACTIONS(1865), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(1867), + [anon_sym_GT] = ACTIONS(1867), + [anon_sym_LBRACE] = ACTIONS(1865), + [anon_sym_CARET_LBRACE] = ACTIONS(1865), + [anon_sym_RBRACE] = ACTIONS(1865), + [anon_sym_case] = ACTIONS(1865), + [anon_sym_PLUS_EQ] = ACTIONS(1865), + [anon_sym_DASH_EQ] = ACTIONS(1865), + [anon_sym_STAR_EQ] = ACTIONS(1865), + [anon_sym_SLASH_EQ] = ACTIONS(1865), + [anon_sym_PERCENT_EQ] = ACTIONS(1865), + [anon_sym_BANG_EQ] = ACTIONS(1825), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1827), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1827), + [anon_sym_LT_EQ] = ACTIONS(1865), + [anon_sym_GT_EQ] = ACTIONS(1865), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1865), + [anon_sym_DOT_DOT_LT] = ACTIONS(1865), + [anon_sym_is] = ACTIONS(1833), + [anon_sym_PLUS] = ACTIONS(1835), + [anon_sym_DASH] = ACTIONS(1835), + [anon_sym_STAR] = ACTIONS(1837), + [anon_sym_SLASH] = ACTIONS(1837), + [anon_sym_PERCENT] = ACTIONS(1837), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(1865), + [anon_sym_CARET] = ACTIONS(1867), + [anon_sym_LT_LT] = ACTIONS(1865), + [anon_sym_GT_GT] = ACTIONS(1865), + [anon_sym_import] = ACTIONS(1865), + [anon_sym_typealias] = ACTIONS(1865), + [anon_sym_struct] = ACTIONS(1865), + [anon_sym_class] = ACTIONS(1865), + [anon_sym_enum] = ACTIONS(1865), + [anon_sym_protocol] = ACTIONS(1865), + [anon_sym_let] = ACTIONS(1865), + [anon_sym_var] = ACTIONS(1865), + [anon_sym_func] = ACTIONS(1865), + [anon_sym_extension] = ACTIONS(1865), + [anon_sym_indirect] = ACTIONS(1865), + [anon_sym_SEMI] = ACTIONS(1865), + [anon_sym_init] = ACTIONS(1865), + [anon_sym_deinit] = ACTIONS(1865), + [anon_sym_subscript] = ACTIONS(1865), + [anon_sym_prefix] = ACTIONS(1865), + [anon_sym_infix] = ACTIONS(1865), + [anon_sym_postfix] = ACTIONS(1865), + [anon_sym_precedencegroup] = ACTIONS(1865), + [anon_sym_associatedtype] = ACTIONS(1865), + [anon_sym_AT] = ACTIONS(1867), + [anon_sym_override] = ACTIONS(1865), + [anon_sym_convenience] = ACTIONS(1865), + [anon_sym_required] = ACTIONS(1865), + [anon_sym_nonisolated] = ACTIONS(1865), + [anon_sym_public] = ACTIONS(1865), + [anon_sym_private] = ACTIONS(1865), + [anon_sym_internal] = ACTIONS(1865), + [anon_sym_fileprivate] = ACTIONS(1865), + [anon_sym_open] = ACTIONS(1865), + [anon_sym_mutating] = ACTIONS(1865), + [anon_sym_nonmutating] = ACTIONS(1865), + [anon_sym_static] = ACTIONS(1865), + [anon_sym_dynamic] = ACTIONS(1865), + [anon_sym_optional] = ACTIONS(1865), + [anon_sym_distributed] = ACTIONS(1865), + [anon_sym_final] = ACTIONS(1865), + [anon_sym_inout] = ACTIONS(1865), + [anon_sym_ATescaping] = ACTIONS(1865), + [anon_sym_ATautoclosure] = ACTIONS(1865), + [anon_sym_weak] = ACTIONS(1865), + [anon_sym_unowned] = ACTIONS(1867), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(1865), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(1865), + [anon_sym_borrowing] = ACTIONS(1865), + [anon_sym_consuming] = ACTIONS(1865), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1865), + [sym__conjunction_operator_custom] = ACTIONS(1845), + [sym__disjunction_operator_custom] = ACTIONS(1847), + [sym__nil_coalescing_operator_custom] = ACTIONS(1849), + [sym__eq_custom] = ACTIONS(1865), + [sym__eq_eq_custom] = ACTIONS(1827), + [sym__plus_then_ws] = ACTIONS(1851), + [sym__minus_then_ws] = ACTIONS(1851), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1865), + [sym__as_quest_custom] = ACTIONS(1865), + [sym__as_bang_custom] = ACTIONS(1865), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(746)] = { + [sym__quest] = STATE(713), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(462), + [sym_custom_operator] = STATE(463), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(987), + [sym_lambda_literal] = STATE(805), + [sym__equality_operator] = STATE(466), + [sym__comparison_operator] = STATE(467), + [sym__three_dot_operator] = STATE(739), + [sym__open_ended_range_operator] = STATE(462), + [sym__is_operator] = STATE(4244), + [sym__additive_operator] = STATE(661), + [sym__multiplicative_operator] = STATE(662), + [sym_as_operator] = STATE(4245), + [sym__bitwise_binary_operator] = STATE(476), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(466), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(478), + [sym__disjunction_operator] = STATE(479), + [sym__nil_coalescing_operator] = STATE(480), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [anon_sym_BANG] = ACTIONS(1869), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(1871), + [anon_sym_async] = ACTIONS(1871), + [anon_sym_lazy] = ACTIONS(1871), + [anon_sym_package] = ACTIONS(1871), + [anon_sym_COMMA] = ACTIONS(1871), + [anon_sym_LPAREN] = ACTIONS(1871), + [anon_sym_LBRACK] = ACTIONS(1871), + [anon_sym_QMARK] = ACTIONS(1869), + [anon_sym_QMARK2] = ACTIONS(1871), + [anon_sym_AMP] = ACTIONS(1871), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(1869), + [anon_sym_GT] = ACTIONS(1869), + [anon_sym_LBRACE] = ACTIONS(1871), + [anon_sym_CARET_LBRACE] = ACTIONS(1871), + [anon_sym_RBRACE] = ACTIONS(1871), + [anon_sym_case] = ACTIONS(1871), + [anon_sym_PLUS_EQ] = ACTIONS(1871), + [anon_sym_DASH_EQ] = ACTIONS(1871), + [anon_sym_STAR_EQ] = ACTIONS(1871), + [anon_sym_SLASH_EQ] = ACTIONS(1871), + [anon_sym_PERCENT_EQ] = ACTIONS(1871), + [anon_sym_BANG_EQ] = ACTIONS(1869), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1871), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1871), + [anon_sym_LT_EQ] = ACTIONS(1871), + [anon_sym_GT_EQ] = ACTIONS(1871), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1871), + [anon_sym_DOT_DOT_LT] = ACTIONS(1871), + [anon_sym_is] = ACTIONS(1871), + [anon_sym_PLUS] = ACTIONS(1835), + [anon_sym_DASH] = ACTIONS(1835), + [anon_sym_STAR] = ACTIONS(1837), + [anon_sym_SLASH] = ACTIONS(1837), + [anon_sym_PERCENT] = ACTIONS(1837), + [anon_sym_PLUS_PLUS] = ACTIONS(1871), + [anon_sym_DASH_DASH] = ACTIONS(1871), + [anon_sym_PIPE] = ACTIONS(1871), + [anon_sym_CARET] = ACTIONS(1869), + [anon_sym_LT_LT] = ACTIONS(1871), + [anon_sym_GT_GT] = ACTIONS(1871), + [anon_sym_import] = ACTIONS(1871), + [anon_sym_typealias] = ACTIONS(1871), + [anon_sym_struct] = ACTIONS(1871), + [anon_sym_class] = ACTIONS(1871), + [anon_sym_enum] = ACTIONS(1871), + [anon_sym_protocol] = ACTIONS(1871), + [anon_sym_let] = ACTIONS(1871), + [anon_sym_var] = ACTIONS(1871), + [anon_sym_func] = ACTIONS(1871), + [anon_sym_extension] = ACTIONS(1871), + [anon_sym_indirect] = ACTIONS(1871), + [anon_sym_SEMI] = ACTIONS(1871), + [anon_sym_init] = ACTIONS(1871), + [anon_sym_deinit] = ACTIONS(1871), + [anon_sym_subscript] = ACTIONS(1871), + [anon_sym_prefix] = ACTIONS(1871), + [anon_sym_infix] = ACTIONS(1871), + [anon_sym_postfix] = ACTIONS(1871), + [anon_sym_precedencegroup] = ACTIONS(1871), + [anon_sym_associatedtype] = ACTIONS(1871), + [anon_sym_AT] = ACTIONS(1869), + [anon_sym_override] = ACTIONS(1871), + [anon_sym_convenience] = ACTIONS(1871), + [anon_sym_required] = ACTIONS(1871), + [anon_sym_nonisolated] = ACTIONS(1871), + [anon_sym_public] = ACTIONS(1871), + [anon_sym_private] = ACTIONS(1871), + [anon_sym_internal] = ACTIONS(1871), + [anon_sym_fileprivate] = ACTIONS(1871), + [anon_sym_open] = ACTIONS(1871), + [anon_sym_mutating] = ACTIONS(1871), + [anon_sym_nonmutating] = ACTIONS(1871), + [anon_sym_static] = ACTIONS(1871), + [anon_sym_dynamic] = ACTIONS(1871), + [anon_sym_optional] = ACTIONS(1871), + [anon_sym_distributed] = ACTIONS(1871), + [anon_sym_final] = ACTIONS(1871), + [anon_sym_inout] = ACTIONS(1871), + [anon_sym_ATescaping] = ACTIONS(1871), + [anon_sym_ATautoclosure] = ACTIONS(1871), + [anon_sym_weak] = ACTIONS(1871), + [anon_sym_unowned] = ACTIONS(1869), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(1871), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(1871), + [anon_sym_borrowing] = ACTIONS(1871), + [anon_sym_consuming] = ACTIONS(1871), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1871), + [sym__conjunction_operator_custom] = ACTIONS(1871), + [sym__disjunction_operator_custom] = ACTIONS(1871), + [sym__nil_coalescing_operator_custom] = ACTIONS(1849), + [sym__eq_custom] = ACTIONS(1871), + [sym__eq_eq_custom] = ACTIONS(1871), + [sym__plus_then_ws] = ACTIONS(1851), + [sym__minus_then_ws] = ACTIONS(1851), + [sym__bang_custom] = ACTIONS(1871), + [sym__as_custom] = ACTIONS(1871), + [sym__as_quest_custom] = ACTIONS(1871), + [sym__as_bang_custom] = ACTIONS(1871), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(747)] = { + [sym__quest] = STATE(713), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(462), + [sym_custom_operator] = STATE(463), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(987), + [sym_lambda_literal] = STATE(805), + [sym__equality_operator] = STATE(466), + [sym__comparison_operator] = STATE(467), + [sym__three_dot_operator] = STATE(739), + [sym__open_ended_range_operator] = STATE(462), + [sym__is_operator] = STATE(4244), + [sym__additive_operator] = STATE(661), + [sym__multiplicative_operator] = STATE(662), + [sym_as_operator] = STATE(4245), + [sym__bitwise_binary_operator] = STATE(476), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(466), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(478), + [sym__disjunction_operator] = STATE(479), + [sym__nil_coalescing_operator] = STATE(480), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(1873), + [anon_sym_async] = ACTIONS(1873), + [anon_sym_lazy] = ACTIONS(1873), + [anon_sym_package] = ACTIONS(1873), + [anon_sym_COMMA] = ACTIONS(1873), + [anon_sym_LPAREN] = ACTIONS(1873), + [anon_sym_LBRACK] = ACTIONS(1873), + [anon_sym_QMARK] = ACTIONS(1875), + [anon_sym_QMARK2] = ACTIONS(1873), + [anon_sym_AMP] = ACTIONS(1873), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(1875), + [anon_sym_GT] = ACTIONS(1875), + [anon_sym_LBRACE] = ACTIONS(1873), + [anon_sym_CARET_LBRACE] = ACTIONS(1873), + [anon_sym_RBRACE] = ACTIONS(1873), + [anon_sym_case] = ACTIONS(1873), + [anon_sym_PLUS_EQ] = ACTIONS(1873), + [anon_sym_DASH_EQ] = ACTIONS(1873), + [anon_sym_STAR_EQ] = ACTIONS(1873), + [anon_sym_SLASH_EQ] = ACTIONS(1873), + [anon_sym_PERCENT_EQ] = ACTIONS(1873), + [anon_sym_BANG_EQ] = ACTIONS(1825), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1827), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1827), + [anon_sym_LT_EQ] = ACTIONS(1873), + [anon_sym_GT_EQ] = ACTIONS(1873), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1873), + [anon_sym_DOT_DOT_LT] = ACTIONS(1873), + [anon_sym_is] = ACTIONS(1833), + [anon_sym_PLUS] = ACTIONS(1835), + [anon_sym_DASH] = ACTIONS(1835), + [anon_sym_STAR] = ACTIONS(1837), + [anon_sym_SLASH] = ACTIONS(1837), + [anon_sym_PERCENT] = ACTIONS(1837), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(1873), + [anon_sym_CARET] = ACTIONS(1875), + [anon_sym_LT_LT] = ACTIONS(1873), + [anon_sym_GT_GT] = ACTIONS(1873), + [anon_sym_import] = ACTIONS(1873), + [anon_sym_typealias] = ACTIONS(1873), + [anon_sym_struct] = ACTIONS(1873), + [anon_sym_class] = ACTIONS(1873), + [anon_sym_enum] = ACTIONS(1873), + [anon_sym_protocol] = ACTIONS(1873), + [anon_sym_let] = ACTIONS(1873), + [anon_sym_var] = ACTIONS(1873), + [anon_sym_func] = ACTIONS(1873), + [anon_sym_extension] = ACTIONS(1873), + [anon_sym_indirect] = ACTIONS(1873), + [anon_sym_SEMI] = ACTIONS(1873), + [anon_sym_init] = ACTIONS(1873), + [anon_sym_deinit] = ACTIONS(1873), + [anon_sym_subscript] = ACTIONS(1873), + [anon_sym_prefix] = ACTIONS(1873), + [anon_sym_infix] = ACTIONS(1873), + [anon_sym_postfix] = ACTIONS(1873), + [anon_sym_precedencegroup] = ACTIONS(1873), + [anon_sym_associatedtype] = ACTIONS(1873), + [anon_sym_AT] = ACTIONS(1875), + [anon_sym_override] = ACTIONS(1873), + [anon_sym_convenience] = ACTIONS(1873), + [anon_sym_required] = ACTIONS(1873), + [anon_sym_nonisolated] = ACTIONS(1873), + [anon_sym_public] = ACTIONS(1873), + [anon_sym_private] = ACTIONS(1873), + [anon_sym_internal] = ACTIONS(1873), + [anon_sym_fileprivate] = ACTIONS(1873), + [anon_sym_open] = ACTIONS(1873), + [anon_sym_mutating] = ACTIONS(1873), + [anon_sym_nonmutating] = ACTIONS(1873), + [anon_sym_static] = ACTIONS(1873), + [anon_sym_dynamic] = ACTIONS(1873), + [anon_sym_optional] = ACTIONS(1873), + [anon_sym_distributed] = ACTIONS(1873), + [anon_sym_final] = ACTIONS(1873), + [anon_sym_inout] = ACTIONS(1873), + [anon_sym_ATescaping] = ACTIONS(1873), + [anon_sym_ATautoclosure] = ACTIONS(1873), + [anon_sym_weak] = ACTIONS(1873), + [anon_sym_unowned] = ACTIONS(1875), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(1873), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(1873), + [anon_sym_borrowing] = ACTIONS(1873), + [anon_sym_consuming] = ACTIONS(1873), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1873), + [sym__conjunction_operator_custom] = ACTIONS(1845), + [sym__disjunction_operator_custom] = ACTIONS(1847), + [sym__nil_coalescing_operator_custom] = ACTIONS(1849), + [sym__eq_custom] = ACTIONS(1873), + [sym__eq_eq_custom] = ACTIONS(1827), + [sym__plus_then_ws] = ACTIONS(1851), + [sym__minus_then_ws] = ACTIONS(1851), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1873), + [sym__as_quest_custom] = ACTIONS(1873), + [sym__as_bang_custom] = ACTIONS(1873), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(748)] = { + [sym__quest] = STATE(713), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(462), + [sym_custom_operator] = STATE(463), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(987), + [sym_lambda_literal] = STATE(805), + [sym__equality_operator] = STATE(466), + [sym__comparison_operator] = STATE(467), + [sym__three_dot_operator] = STATE(739), + [sym__open_ended_range_operator] = STATE(462), + [sym__is_operator] = STATE(4244), + [sym__additive_operator] = STATE(661), + [sym__multiplicative_operator] = STATE(662), + [sym_as_operator] = STATE(4245), + [sym__bitwise_binary_operator] = STATE(476), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(466), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(478), + [sym__disjunction_operator] = STATE(479), + [sym__nil_coalescing_operator] = STATE(480), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(1877), + [anon_sym_async] = ACTIONS(1877), + [anon_sym_lazy] = ACTIONS(1877), + [anon_sym_package] = ACTIONS(1877), + [anon_sym_COMMA] = ACTIONS(1877), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_QMARK] = ACTIONS(1859), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(1817), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(1821), + [anon_sym_GT] = ACTIONS(1821), + [anon_sym_LBRACE] = ACTIONS(1861), + [anon_sym_CARET_LBRACE] = ACTIONS(1861), + [anon_sym_RBRACE] = ACTIONS(1877), + [anon_sym_case] = ACTIONS(1877), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(1825), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1827), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1827), + [anon_sym_LT_EQ] = ACTIONS(1829), + [anon_sym_GT_EQ] = ACTIONS(1829), + [anon_sym_DOT_DOT_DOT] = ACTIONS(641), + [anon_sym_DOT_DOT_LT] = ACTIONS(1831), + [anon_sym_is] = ACTIONS(1833), + [anon_sym_PLUS] = ACTIONS(1835), + [anon_sym_DASH] = ACTIONS(1835), + [anon_sym_STAR] = ACTIONS(1837), + [anon_sym_SLASH] = ACTIONS(1837), + [anon_sym_PERCENT] = ACTIONS(1837), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(1817), + [anon_sym_CARET] = ACTIONS(1841), + [anon_sym_LT_LT] = ACTIONS(1817), + [anon_sym_GT_GT] = ACTIONS(1817), + [anon_sym_import] = ACTIONS(1877), + [anon_sym_typealias] = ACTIONS(1877), + [anon_sym_struct] = ACTIONS(1877), + [anon_sym_class] = ACTIONS(1877), + [anon_sym_enum] = ACTIONS(1877), + [anon_sym_protocol] = ACTIONS(1877), + [anon_sym_let] = ACTIONS(1877), + [anon_sym_var] = ACTIONS(1877), + [anon_sym_func] = ACTIONS(1877), + [anon_sym_extension] = ACTIONS(1877), + [anon_sym_indirect] = ACTIONS(1877), + [anon_sym_SEMI] = ACTIONS(1877), + [anon_sym_init] = ACTIONS(1877), + [anon_sym_deinit] = ACTIONS(1877), + [anon_sym_subscript] = ACTIONS(1877), + [anon_sym_prefix] = ACTIONS(1877), + [anon_sym_infix] = ACTIONS(1877), + [anon_sym_postfix] = ACTIONS(1877), + [anon_sym_precedencegroup] = ACTIONS(1877), + [anon_sym_associatedtype] = ACTIONS(1877), + [anon_sym_AT] = ACTIONS(1879), + [anon_sym_override] = ACTIONS(1877), + [anon_sym_convenience] = ACTIONS(1877), + [anon_sym_required] = ACTIONS(1877), + [anon_sym_nonisolated] = ACTIONS(1877), + [anon_sym_public] = ACTIONS(1877), + [anon_sym_private] = ACTIONS(1877), + [anon_sym_internal] = ACTIONS(1877), + [anon_sym_fileprivate] = ACTIONS(1877), + [anon_sym_open] = ACTIONS(1877), + [anon_sym_mutating] = ACTIONS(1877), + [anon_sym_nonmutating] = ACTIONS(1877), + [anon_sym_static] = ACTIONS(1877), + [anon_sym_dynamic] = ACTIONS(1877), + [anon_sym_optional] = ACTIONS(1877), + [anon_sym_distributed] = ACTIONS(1877), + [anon_sym_final] = ACTIONS(1877), + [anon_sym_inout] = ACTIONS(1877), + [anon_sym_ATescaping] = ACTIONS(1877), + [anon_sym_ATautoclosure] = ACTIONS(1877), + [anon_sym_weak] = ACTIONS(1877), + [anon_sym_unowned] = ACTIONS(1879), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(1877), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(1877), + [anon_sym_borrowing] = ACTIONS(1877), + [anon_sym_consuming] = ACTIONS(1877), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(1845), + [sym__disjunction_operator_custom] = ACTIONS(1847), + [sym__nil_coalescing_operator_custom] = ACTIONS(1849), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(1827), + [sym__plus_then_ws] = ACTIONS(1851), + [sym__minus_then_ws] = ACTIONS(1851), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(749)] = { + [sym__quest] = STATE(713), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(462), + [sym_custom_operator] = STATE(463), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(987), + [sym_lambda_literal] = STATE(805), + [sym__equality_operator] = STATE(466), + [sym__comparison_operator] = STATE(467), + [sym__three_dot_operator] = STATE(739), + [sym__open_ended_range_operator] = STATE(462), + [sym__is_operator] = STATE(4244), + [sym__additive_operator] = STATE(661), + [sym__multiplicative_operator] = STATE(662), + [sym_as_operator] = STATE(4245), + [sym__bitwise_binary_operator] = STATE(476), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(466), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(478), + [sym__disjunction_operator] = STATE(479), + [sym__nil_coalescing_operator] = STATE(480), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(1881), + [anon_sym_async] = ACTIONS(1881), + [anon_sym_lazy] = ACTIONS(1881), + [anon_sym_package] = ACTIONS(1881), + [anon_sym_COMMA] = ACTIONS(1881), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_QMARK] = ACTIONS(1859), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(1817), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(1821), + [anon_sym_GT] = ACTIONS(1821), + [anon_sym_LBRACE] = ACTIONS(1861), + [anon_sym_CARET_LBRACE] = ACTIONS(1861), + [anon_sym_RBRACE] = ACTIONS(1881), + [anon_sym_case] = ACTIONS(1881), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(1825), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1827), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1827), + [anon_sym_LT_EQ] = ACTIONS(1829), + [anon_sym_GT_EQ] = ACTIONS(1829), + [anon_sym_DOT_DOT_DOT] = ACTIONS(641), + [anon_sym_DOT_DOT_LT] = ACTIONS(1831), + [anon_sym_is] = ACTIONS(1833), + [anon_sym_PLUS] = ACTIONS(1835), + [anon_sym_DASH] = ACTIONS(1835), + [anon_sym_STAR] = ACTIONS(1837), + [anon_sym_SLASH] = ACTIONS(1837), + [anon_sym_PERCENT] = ACTIONS(1837), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(1817), + [anon_sym_CARET] = ACTIONS(1841), + [anon_sym_LT_LT] = ACTIONS(1817), + [anon_sym_GT_GT] = ACTIONS(1817), + [anon_sym_import] = ACTIONS(1881), + [anon_sym_typealias] = ACTIONS(1881), + [anon_sym_struct] = ACTIONS(1881), + [anon_sym_class] = ACTIONS(1881), + [anon_sym_enum] = ACTIONS(1881), + [anon_sym_protocol] = ACTIONS(1881), + [anon_sym_let] = ACTIONS(1881), + [anon_sym_var] = ACTIONS(1881), + [anon_sym_func] = ACTIONS(1881), + [anon_sym_extension] = ACTIONS(1881), + [anon_sym_indirect] = ACTIONS(1881), + [anon_sym_SEMI] = ACTIONS(1881), + [anon_sym_init] = ACTIONS(1881), + [anon_sym_deinit] = ACTIONS(1881), + [anon_sym_subscript] = ACTIONS(1881), + [anon_sym_prefix] = ACTIONS(1881), + [anon_sym_infix] = ACTIONS(1881), + [anon_sym_postfix] = ACTIONS(1881), + [anon_sym_precedencegroup] = ACTIONS(1881), + [anon_sym_associatedtype] = ACTIONS(1881), + [anon_sym_AT] = ACTIONS(1883), + [anon_sym_override] = ACTIONS(1881), + [anon_sym_convenience] = ACTIONS(1881), + [anon_sym_required] = ACTIONS(1881), + [anon_sym_nonisolated] = ACTIONS(1881), + [anon_sym_public] = ACTIONS(1881), + [anon_sym_private] = ACTIONS(1881), + [anon_sym_internal] = ACTIONS(1881), + [anon_sym_fileprivate] = ACTIONS(1881), + [anon_sym_open] = ACTIONS(1881), + [anon_sym_mutating] = ACTIONS(1881), + [anon_sym_nonmutating] = ACTIONS(1881), + [anon_sym_static] = ACTIONS(1881), + [anon_sym_dynamic] = ACTIONS(1881), + [anon_sym_optional] = ACTIONS(1881), + [anon_sym_distributed] = ACTIONS(1881), + [anon_sym_final] = ACTIONS(1881), + [anon_sym_inout] = ACTIONS(1881), + [anon_sym_ATescaping] = ACTIONS(1881), + [anon_sym_ATautoclosure] = ACTIONS(1881), + [anon_sym_weak] = ACTIONS(1881), + [anon_sym_unowned] = ACTIONS(1883), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(1881), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(1881), + [anon_sym_borrowing] = ACTIONS(1881), + [anon_sym_consuming] = ACTIONS(1881), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(1845), + [sym__disjunction_operator_custom] = ACTIONS(1847), + [sym__nil_coalescing_operator_custom] = ACTIONS(1849), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(1827), + [sym__plus_then_ws] = ACTIONS(1851), + [sym__minus_then_ws] = ACTIONS(1851), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(750)] = { + [sym__quest] = STATE(713), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(462), + [sym_custom_operator] = STATE(463), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(987), + [sym_lambda_literal] = STATE(805), + [sym__equality_operator] = STATE(466), + [sym__comparison_operator] = STATE(467), + [sym__three_dot_operator] = STATE(739), + [sym__open_ended_range_operator] = STATE(462), + [sym__is_operator] = STATE(4244), + [sym__additive_operator] = STATE(661), + [sym__multiplicative_operator] = STATE(662), + [sym_as_operator] = STATE(4245), + [sym__bitwise_binary_operator] = STATE(476), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(466), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(478), + [sym__disjunction_operator] = STATE(479), + [sym__nil_coalescing_operator] = STATE(480), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [anon_sym_BANG] = ACTIONS(1885), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(1887), + [anon_sym_async] = ACTIONS(1887), + [anon_sym_lazy] = ACTIONS(1887), + [anon_sym_package] = ACTIONS(1887), + [anon_sym_COMMA] = ACTIONS(1887), + [anon_sym_LPAREN] = ACTIONS(1887), + [anon_sym_LBRACK] = ACTIONS(1887), + [anon_sym_QMARK] = ACTIONS(1885), + [anon_sym_QMARK2] = ACTIONS(1887), + [anon_sym_AMP] = ACTIONS(1887), + [aux_sym_custom_operator_token1] = ACTIONS(1887), + [anon_sym_LT] = ACTIONS(1885), + [anon_sym_GT] = ACTIONS(1885), + [anon_sym_LBRACE] = ACTIONS(1887), + [anon_sym_CARET_LBRACE] = ACTIONS(1887), + [anon_sym_RBRACE] = ACTIONS(1887), + [anon_sym_case] = ACTIONS(1887), + [anon_sym_PLUS_EQ] = ACTIONS(1887), + [anon_sym_DASH_EQ] = ACTIONS(1887), + [anon_sym_STAR_EQ] = ACTIONS(1887), + [anon_sym_SLASH_EQ] = ACTIONS(1887), + [anon_sym_PERCENT_EQ] = ACTIONS(1887), + [anon_sym_BANG_EQ] = ACTIONS(1885), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1887), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1887), + [anon_sym_LT_EQ] = ACTIONS(1887), + [anon_sym_GT_EQ] = ACTIONS(1887), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1887), + [anon_sym_DOT_DOT_LT] = ACTIONS(1887), + [anon_sym_is] = ACTIONS(1887), + [anon_sym_PLUS] = ACTIONS(1885), + [anon_sym_DASH] = ACTIONS(1885), + [anon_sym_STAR] = ACTIONS(1837), + [anon_sym_SLASH] = ACTIONS(1837), + [anon_sym_PERCENT] = ACTIONS(1837), + [anon_sym_PLUS_PLUS] = ACTIONS(1887), + [anon_sym_DASH_DASH] = ACTIONS(1887), + [anon_sym_PIPE] = ACTIONS(1887), + [anon_sym_CARET] = ACTIONS(1885), + [anon_sym_LT_LT] = ACTIONS(1887), + [anon_sym_GT_GT] = ACTIONS(1887), + [anon_sym_import] = ACTIONS(1887), + [anon_sym_typealias] = ACTIONS(1887), + [anon_sym_struct] = ACTIONS(1887), + [anon_sym_class] = ACTIONS(1887), + [anon_sym_enum] = ACTIONS(1887), + [anon_sym_protocol] = ACTIONS(1887), + [anon_sym_let] = ACTIONS(1887), + [anon_sym_var] = ACTIONS(1887), + [anon_sym_func] = ACTIONS(1887), + [anon_sym_extension] = ACTIONS(1887), + [anon_sym_indirect] = ACTIONS(1887), + [anon_sym_SEMI] = ACTIONS(1887), + [anon_sym_init] = ACTIONS(1887), + [anon_sym_deinit] = ACTIONS(1887), + [anon_sym_subscript] = ACTIONS(1887), + [anon_sym_prefix] = ACTIONS(1887), + [anon_sym_infix] = ACTIONS(1887), + [anon_sym_postfix] = ACTIONS(1887), + [anon_sym_precedencegroup] = ACTIONS(1887), + [anon_sym_associatedtype] = ACTIONS(1887), + [anon_sym_AT] = ACTIONS(1885), + [anon_sym_override] = ACTIONS(1887), + [anon_sym_convenience] = ACTIONS(1887), + [anon_sym_required] = ACTIONS(1887), + [anon_sym_nonisolated] = ACTIONS(1887), + [anon_sym_public] = ACTIONS(1887), + [anon_sym_private] = ACTIONS(1887), + [anon_sym_internal] = ACTIONS(1887), + [anon_sym_fileprivate] = ACTIONS(1887), + [anon_sym_open] = ACTIONS(1887), + [anon_sym_mutating] = ACTIONS(1887), + [anon_sym_nonmutating] = ACTIONS(1887), + [anon_sym_static] = ACTIONS(1887), + [anon_sym_dynamic] = ACTIONS(1887), + [anon_sym_optional] = ACTIONS(1887), + [anon_sym_distributed] = ACTIONS(1887), + [anon_sym_final] = ACTIONS(1887), + [anon_sym_inout] = ACTIONS(1887), + [anon_sym_ATescaping] = ACTIONS(1887), + [anon_sym_ATautoclosure] = ACTIONS(1887), + [anon_sym_weak] = ACTIONS(1887), + [anon_sym_unowned] = ACTIONS(1885), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(1887), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(1887), + [anon_sym_borrowing] = ACTIONS(1887), + [anon_sym_consuming] = ACTIONS(1887), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1887), + [sym__conjunction_operator_custom] = ACTIONS(1887), + [sym__disjunction_operator_custom] = ACTIONS(1887), + [sym__nil_coalescing_operator_custom] = ACTIONS(1887), + [sym__eq_custom] = ACTIONS(1887), + [sym__eq_eq_custom] = ACTIONS(1887), + [sym__plus_then_ws] = ACTIONS(1887), + [sym__minus_then_ws] = ACTIONS(1887), + [sym__bang_custom] = ACTIONS(1887), + [sym__as_custom] = ACTIONS(1887), + [sym__as_quest_custom] = ACTIONS(1887), + [sym__as_bang_custom] = ACTIONS(1887), + [sym__custom_operator] = ACTIONS(1887), + }, + [STATE(751)] = { + [sym__quest] = STATE(713), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(462), + [sym_custom_operator] = STATE(463), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(987), + [sym_lambda_literal] = STATE(805), + [sym__equality_operator] = STATE(466), + [sym__comparison_operator] = STATE(467), + [sym__three_dot_operator] = STATE(739), + [sym__open_ended_range_operator] = STATE(462), + [sym__is_operator] = STATE(4244), + [sym__additive_operator] = STATE(661), + [sym__multiplicative_operator] = STATE(662), + [sym_as_operator] = STATE(4245), + [sym__bitwise_binary_operator] = STATE(476), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(466), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(478), + [sym__disjunction_operator] = STATE(479), + [sym__nil_coalescing_operator] = STATE(480), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [anon_sym_BANG] = ACTIONS(1889), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(1891), + [anon_sym_async] = ACTIONS(1891), + [anon_sym_lazy] = ACTIONS(1891), + [anon_sym_package] = ACTIONS(1891), + [anon_sym_COMMA] = ACTIONS(1891), + [anon_sym_LPAREN] = ACTIONS(1891), + [anon_sym_LBRACK] = ACTIONS(1891), + [anon_sym_QMARK] = ACTIONS(1889), + [anon_sym_QMARK2] = ACTIONS(1891), + [anon_sym_AMP] = ACTIONS(1891), + [aux_sym_custom_operator_token1] = ACTIONS(1891), + [anon_sym_LT] = ACTIONS(1889), + [anon_sym_GT] = ACTIONS(1889), + [anon_sym_LBRACE] = ACTIONS(1891), + [anon_sym_CARET_LBRACE] = ACTIONS(1891), + [anon_sym_RBRACE] = ACTIONS(1891), + [anon_sym_case] = ACTIONS(1891), + [anon_sym_PLUS_EQ] = ACTIONS(1891), + [anon_sym_DASH_EQ] = ACTIONS(1891), + [anon_sym_STAR_EQ] = ACTIONS(1891), + [anon_sym_SLASH_EQ] = ACTIONS(1891), + [anon_sym_PERCENT_EQ] = ACTIONS(1891), + [anon_sym_BANG_EQ] = ACTIONS(1889), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1891), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1891), + [anon_sym_LT_EQ] = ACTIONS(1891), + [anon_sym_GT_EQ] = ACTIONS(1891), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1891), + [anon_sym_DOT_DOT_LT] = ACTIONS(1891), + [anon_sym_is] = ACTIONS(1891), + [anon_sym_PLUS] = ACTIONS(1889), + [anon_sym_DASH] = ACTIONS(1889), + [anon_sym_STAR] = ACTIONS(1889), + [anon_sym_SLASH] = ACTIONS(1889), + [anon_sym_PERCENT] = ACTIONS(1889), + [anon_sym_PLUS_PLUS] = ACTIONS(1891), + [anon_sym_DASH_DASH] = ACTIONS(1891), + [anon_sym_PIPE] = ACTIONS(1891), + [anon_sym_CARET] = ACTIONS(1889), + [anon_sym_LT_LT] = ACTIONS(1891), + [anon_sym_GT_GT] = ACTIONS(1891), + [anon_sym_import] = ACTIONS(1891), + [anon_sym_typealias] = ACTIONS(1891), + [anon_sym_struct] = ACTIONS(1891), + [anon_sym_class] = ACTIONS(1891), + [anon_sym_enum] = ACTIONS(1891), + [anon_sym_protocol] = ACTIONS(1891), + [anon_sym_let] = ACTIONS(1891), + [anon_sym_var] = ACTIONS(1891), + [anon_sym_func] = ACTIONS(1891), + [anon_sym_extension] = ACTIONS(1891), + [anon_sym_indirect] = ACTIONS(1891), + [anon_sym_SEMI] = ACTIONS(1891), + [anon_sym_init] = ACTIONS(1891), + [anon_sym_deinit] = ACTIONS(1891), + [anon_sym_subscript] = ACTIONS(1891), + [anon_sym_prefix] = ACTIONS(1891), + [anon_sym_infix] = ACTIONS(1891), + [anon_sym_postfix] = ACTIONS(1891), + [anon_sym_precedencegroup] = ACTIONS(1891), + [anon_sym_associatedtype] = ACTIONS(1891), + [anon_sym_AT] = ACTIONS(1889), + [anon_sym_override] = ACTIONS(1891), + [anon_sym_convenience] = ACTIONS(1891), + [anon_sym_required] = ACTIONS(1891), + [anon_sym_nonisolated] = ACTIONS(1891), + [anon_sym_public] = ACTIONS(1891), + [anon_sym_private] = ACTIONS(1891), + [anon_sym_internal] = ACTIONS(1891), + [anon_sym_fileprivate] = ACTIONS(1891), + [anon_sym_open] = ACTIONS(1891), + [anon_sym_mutating] = ACTIONS(1891), + [anon_sym_nonmutating] = ACTIONS(1891), + [anon_sym_static] = ACTIONS(1891), + [anon_sym_dynamic] = ACTIONS(1891), + [anon_sym_optional] = ACTIONS(1891), + [anon_sym_distributed] = ACTIONS(1891), + [anon_sym_final] = ACTIONS(1891), + [anon_sym_inout] = ACTIONS(1891), + [anon_sym_ATescaping] = ACTIONS(1891), + [anon_sym_ATautoclosure] = ACTIONS(1891), + [anon_sym_weak] = ACTIONS(1891), + [anon_sym_unowned] = ACTIONS(1889), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(1891), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(1891), + [anon_sym_borrowing] = ACTIONS(1891), + [anon_sym_consuming] = ACTIONS(1891), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1891), + [sym__conjunction_operator_custom] = ACTIONS(1891), + [sym__disjunction_operator_custom] = ACTIONS(1891), + [sym__nil_coalescing_operator_custom] = ACTIONS(1891), + [sym__eq_custom] = ACTIONS(1891), + [sym__eq_eq_custom] = ACTIONS(1891), + [sym__plus_then_ws] = ACTIONS(1891), + [sym__minus_then_ws] = ACTIONS(1891), + [sym__bang_custom] = ACTIONS(1891), + [sym__as_custom] = ACTIONS(1891), + [sym__as_quest_custom] = ACTIONS(1891), + [sym__as_bang_custom] = ACTIONS(1891), + [sym__custom_operator] = ACTIONS(1891), + }, + [STATE(752)] = { + [sym__quest] = STATE(713), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(462), + [sym_custom_operator] = STATE(463), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(987), + [sym_lambda_literal] = STATE(805), + [sym__equality_operator] = STATE(466), + [sym__comparison_operator] = STATE(467), + [sym__three_dot_operator] = STATE(739), + [sym__open_ended_range_operator] = STATE(462), + [sym__is_operator] = STATE(4244), + [sym__additive_operator] = STATE(661), + [sym__multiplicative_operator] = STATE(662), + [sym_as_operator] = STATE(4245), + [sym__bitwise_binary_operator] = STATE(476), + [sym__postfix_unary_operator] = STATE(890), + [sym_willset_didset_block] = STATE(3012), + [sym__eq_eq] = STATE(466), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(478), + [sym__disjunction_operator] = STATE(479), + [sym__nil_coalescing_operator] = STATE(480), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(1893), + [anon_sym_async] = ACTIONS(1893), + [anon_sym_lazy] = ACTIONS(1893), + [anon_sym_package] = ACTIONS(1893), + [anon_sym_COMMA] = ACTIONS(1893), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_QMARK] = ACTIONS(1859), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(1817), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(1821), + [anon_sym_GT] = ACTIONS(1821), + [anon_sym_LBRACE] = ACTIONS(1895), + [anon_sym_CARET_LBRACE] = ACTIONS(1861), + [anon_sym_RBRACE] = ACTIONS(1893), + [anon_sym_case] = ACTIONS(1893), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(1825), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1827), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1827), + [anon_sym_LT_EQ] = ACTIONS(1829), + [anon_sym_GT_EQ] = ACTIONS(1829), + [anon_sym_DOT_DOT_DOT] = ACTIONS(641), + [anon_sym_DOT_DOT_LT] = ACTIONS(1831), + [anon_sym_is] = ACTIONS(1833), + [anon_sym_PLUS] = ACTIONS(1835), + [anon_sym_DASH] = ACTIONS(1835), + [anon_sym_STAR] = ACTIONS(1837), + [anon_sym_SLASH] = ACTIONS(1837), + [anon_sym_PERCENT] = ACTIONS(1837), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(1817), + [anon_sym_CARET] = ACTIONS(1841), + [anon_sym_LT_LT] = ACTIONS(1817), + [anon_sym_GT_GT] = ACTIONS(1817), + [anon_sym_import] = ACTIONS(1893), + [anon_sym_typealias] = ACTIONS(1893), + [anon_sym_struct] = ACTIONS(1893), + [anon_sym_class] = ACTIONS(1893), + [anon_sym_enum] = ACTIONS(1893), + [anon_sym_protocol] = ACTIONS(1893), + [anon_sym_let] = ACTIONS(1893), + [anon_sym_var] = ACTIONS(1893), + [anon_sym_func] = ACTIONS(1893), + [anon_sym_extension] = ACTIONS(1893), + [anon_sym_indirect] = ACTIONS(1893), + [anon_sym_init] = ACTIONS(1893), + [anon_sym_deinit] = ACTIONS(1893), + [anon_sym_subscript] = ACTIONS(1893), + [anon_sym_prefix] = ACTIONS(1893), + [anon_sym_infix] = ACTIONS(1893), + [anon_sym_postfix] = ACTIONS(1893), + [anon_sym_precedencegroup] = ACTIONS(1893), + [anon_sym_associatedtype] = ACTIONS(1893), + [anon_sym_AT] = ACTIONS(1897), + [anon_sym_override] = ACTIONS(1893), + [anon_sym_convenience] = ACTIONS(1893), + [anon_sym_required] = ACTIONS(1893), + [anon_sym_nonisolated] = ACTIONS(1893), + [anon_sym_public] = ACTIONS(1893), + [anon_sym_private] = ACTIONS(1893), + [anon_sym_internal] = ACTIONS(1893), + [anon_sym_fileprivate] = ACTIONS(1893), + [anon_sym_open] = ACTIONS(1893), + [anon_sym_mutating] = ACTIONS(1893), + [anon_sym_nonmutating] = ACTIONS(1893), + [anon_sym_static] = ACTIONS(1893), + [anon_sym_dynamic] = ACTIONS(1893), + [anon_sym_optional] = ACTIONS(1893), + [anon_sym_distributed] = ACTIONS(1893), + [anon_sym_final] = ACTIONS(1893), + [anon_sym_inout] = ACTIONS(1893), + [anon_sym_ATescaping] = ACTIONS(1893), + [anon_sym_ATautoclosure] = ACTIONS(1893), + [anon_sym_weak] = ACTIONS(1893), + [anon_sym_unowned] = ACTIONS(1897), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(1893), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(1893), + [anon_sym_borrowing] = ACTIONS(1893), + [anon_sym_consuming] = ACTIONS(1893), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(1845), + [sym__disjunction_operator_custom] = ACTIONS(1847), + [sym__nil_coalescing_operator_custom] = ACTIONS(1849), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(1827), + [sym__plus_then_ws] = ACTIONS(1851), + [sym__minus_then_ws] = ACTIONS(1851), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(753)] = { + [sym__quest] = STATE(713), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(462), + [sym_custom_operator] = STATE(463), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(987), + [sym_lambda_literal] = STATE(805), + [sym__equality_operator] = STATE(466), + [sym__comparison_operator] = STATE(467), + [sym__three_dot_operator] = STATE(739), + [sym__open_ended_range_operator] = STATE(462), + [sym__is_operator] = STATE(4244), + [sym__additive_operator] = STATE(661), + [sym__multiplicative_operator] = STATE(662), + [sym_as_operator] = STATE(4245), + [sym__bitwise_binary_operator] = STATE(476), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(466), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(478), + [sym__disjunction_operator] = STATE(479), + [sym__nil_coalescing_operator] = STATE(480), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(1899), + [anon_sym_async] = ACTIONS(1899), + [anon_sym_lazy] = ACTIONS(1899), + [anon_sym_package] = ACTIONS(1899), + [anon_sym_COMMA] = ACTIONS(1899), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_QMARK] = ACTIONS(1859), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(1817), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(1821), + [anon_sym_GT] = ACTIONS(1821), + [anon_sym_LBRACE] = ACTIONS(1861), + [anon_sym_CARET_LBRACE] = ACTIONS(1861), + [anon_sym_RBRACE] = ACTIONS(1899), + [anon_sym_case] = ACTIONS(1899), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(1825), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1827), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1827), + [anon_sym_LT_EQ] = ACTIONS(1829), + [anon_sym_GT_EQ] = ACTIONS(1829), + [anon_sym_DOT_DOT_DOT] = ACTIONS(641), + [anon_sym_DOT_DOT_LT] = ACTIONS(1831), + [anon_sym_is] = ACTIONS(1833), + [anon_sym_PLUS] = ACTIONS(1835), + [anon_sym_DASH] = ACTIONS(1835), + [anon_sym_STAR] = ACTIONS(1837), + [anon_sym_SLASH] = ACTIONS(1837), + [anon_sym_PERCENT] = ACTIONS(1837), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(1817), + [anon_sym_CARET] = ACTIONS(1841), + [anon_sym_LT_LT] = ACTIONS(1817), + [anon_sym_GT_GT] = ACTIONS(1817), + [anon_sym_import] = ACTIONS(1899), + [anon_sym_typealias] = ACTIONS(1899), + [anon_sym_struct] = ACTIONS(1899), + [anon_sym_class] = ACTIONS(1899), + [anon_sym_enum] = ACTIONS(1899), + [anon_sym_protocol] = ACTIONS(1899), + [anon_sym_let] = ACTIONS(1899), + [anon_sym_var] = ACTIONS(1899), + [anon_sym_func] = ACTIONS(1899), + [anon_sym_extension] = ACTIONS(1899), + [anon_sym_indirect] = ACTIONS(1899), + [anon_sym_SEMI] = ACTIONS(1899), + [anon_sym_init] = ACTIONS(1899), + [anon_sym_deinit] = ACTIONS(1899), + [anon_sym_subscript] = ACTIONS(1899), + [anon_sym_prefix] = ACTIONS(1899), + [anon_sym_infix] = ACTIONS(1899), + [anon_sym_postfix] = ACTIONS(1899), + [anon_sym_precedencegroup] = ACTIONS(1899), + [anon_sym_associatedtype] = ACTIONS(1899), + [anon_sym_AT] = ACTIONS(1901), + [anon_sym_override] = ACTIONS(1899), + [anon_sym_convenience] = ACTIONS(1899), + [anon_sym_required] = ACTIONS(1899), + [anon_sym_nonisolated] = ACTIONS(1899), + [anon_sym_public] = ACTIONS(1899), + [anon_sym_private] = ACTIONS(1899), + [anon_sym_internal] = ACTIONS(1899), + [anon_sym_fileprivate] = ACTIONS(1899), + [anon_sym_open] = ACTIONS(1899), + [anon_sym_mutating] = ACTIONS(1899), + [anon_sym_nonmutating] = ACTIONS(1899), + [anon_sym_static] = ACTIONS(1899), + [anon_sym_dynamic] = ACTIONS(1899), + [anon_sym_optional] = ACTIONS(1899), + [anon_sym_distributed] = ACTIONS(1899), + [anon_sym_final] = ACTIONS(1899), + [anon_sym_inout] = ACTIONS(1899), + [anon_sym_ATescaping] = ACTIONS(1899), + [anon_sym_ATautoclosure] = ACTIONS(1899), + [anon_sym_weak] = ACTIONS(1899), + [anon_sym_unowned] = ACTIONS(1901), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(1899), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(1899), + [anon_sym_borrowing] = ACTIONS(1899), + [anon_sym_consuming] = ACTIONS(1899), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(1845), + [sym__disjunction_operator_custom] = ACTIONS(1847), + [sym__nil_coalescing_operator_custom] = ACTIONS(1849), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(1827), + [sym__plus_then_ws] = ACTIONS(1851), + [sym__minus_then_ws] = ACTIONS(1851), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(754)] = { + [sym__quest] = STATE(713), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(462), + [sym_custom_operator] = STATE(463), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(987), + [sym_lambda_literal] = STATE(805), + [sym__equality_operator] = STATE(466), + [sym__comparison_operator] = STATE(467), + [sym__three_dot_operator] = STATE(739), + [sym__open_ended_range_operator] = STATE(462), + [sym__is_operator] = STATE(4244), + [sym__additive_operator] = STATE(661), + [sym__multiplicative_operator] = STATE(662), + [sym_as_operator] = STATE(4245), + [sym__bitwise_binary_operator] = STATE(476), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(466), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(478), + [sym__disjunction_operator] = STATE(479), + [sym__nil_coalescing_operator] = STATE(480), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(1903), + [anon_sym_async] = ACTIONS(1903), + [anon_sym_lazy] = ACTIONS(1903), + [anon_sym_package] = ACTIONS(1903), + [anon_sym_COMMA] = ACTIONS(1903), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_QMARK] = ACTIONS(1859), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(1817), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(1821), + [anon_sym_GT] = ACTIONS(1821), + [anon_sym_LBRACE] = ACTIONS(1861), + [anon_sym_CARET_LBRACE] = ACTIONS(1861), + [anon_sym_RBRACE] = ACTIONS(1903), + [anon_sym_case] = ACTIONS(1903), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(1825), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1827), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1827), + [anon_sym_LT_EQ] = ACTIONS(1829), + [anon_sym_GT_EQ] = ACTIONS(1829), + [anon_sym_DOT_DOT_DOT] = ACTIONS(641), + [anon_sym_DOT_DOT_LT] = ACTIONS(1831), + [anon_sym_is] = ACTIONS(1833), + [anon_sym_PLUS] = ACTIONS(1835), + [anon_sym_DASH] = ACTIONS(1835), + [anon_sym_STAR] = ACTIONS(1837), + [anon_sym_SLASH] = ACTIONS(1837), + [anon_sym_PERCENT] = ACTIONS(1837), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(1817), + [anon_sym_CARET] = ACTIONS(1841), + [anon_sym_LT_LT] = ACTIONS(1817), + [anon_sym_GT_GT] = ACTIONS(1817), + [anon_sym_import] = ACTIONS(1903), + [anon_sym_typealias] = ACTIONS(1903), + [anon_sym_struct] = ACTIONS(1903), + [anon_sym_class] = ACTIONS(1903), + [anon_sym_enum] = ACTIONS(1903), + [anon_sym_protocol] = ACTIONS(1903), + [anon_sym_let] = ACTIONS(1903), + [anon_sym_var] = ACTIONS(1903), + [anon_sym_func] = ACTIONS(1903), + [anon_sym_extension] = ACTIONS(1903), + [anon_sym_indirect] = ACTIONS(1903), + [anon_sym_SEMI] = ACTIONS(1903), + [anon_sym_init] = ACTIONS(1903), + [anon_sym_deinit] = ACTIONS(1903), + [anon_sym_subscript] = ACTIONS(1903), + [anon_sym_prefix] = ACTIONS(1903), + [anon_sym_infix] = ACTIONS(1903), + [anon_sym_postfix] = ACTIONS(1903), + [anon_sym_precedencegroup] = ACTIONS(1903), + [anon_sym_associatedtype] = ACTIONS(1903), + [anon_sym_AT] = ACTIONS(1905), + [anon_sym_override] = ACTIONS(1903), + [anon_sym_convenience] = ACTIONS(1903), + [anon_sym_required] = ACTIONS(1903), + [anon_sym_nonisolated] = ACTIONS(1903), + [anon_sym_public] = ACTIONS(1903), + [anon_sym_private] = ACTIONS(1903), + [anon_sym_internal] = ACTIONS(1903), + [anon_sym_fileprivate] = ACTIONS(1903), + [anon_sym_open] = ACTIONS(1903), + [anon_sym_mutating] = ACTIONS(1903), + [anon_sym_nonmutating] = ACTIONS(1903), + [anon_sym_static] = ACTIONS(1903), + [anon_sym_dynamic] = ACTIONS(1903), + [anon_sym_optional] = ACTIONS(1903), + [anon_sym_distributed] = ACTIONS(1903), + [anon_sym_final] = ACTIONS(1903), + [anon_sym_inout] = ACTIONS(1903), + [anon_sym_ATescaping] = ACTIONS(1903), + [anon_sym_ATautoclosure] = ACTIONS(1903), + [anon_sym_weak] = ACTIONS(1903), + [anon_sym_unowned] = ACTIONS(1905), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(1903), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(1903), + [anon_sym_borrowing] = ACTIONS(1903), + [anon_sym_consuming] = ACTIONS(1903), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(1845), + [sym__disjunction_operator_custom] = ACTIONS(1847), + [sym__nil_coalescing_operator_custom] = ACTIONS(1849), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(1827), + [sym__plus_then_ws] = ACTIONS(1851), + [sym__minus_then_ws] = ACTIONS(1851), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(755)] = { + [ts_builtin_sym_end] = ACTIONS(1907), + [anon_sym_BANG] = ACTIONS(1909), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1909), + [aux_sym_simple_identifier_token2] = ACTIONS(1907), + [aux_sym_simple_identifier_token3] = ACTIONS(1907), + [aux_sym_simple_identifier_token4] = ACTIONS(1907), + [anon_sym_actor] = ACTIONS(1909), + [anon_sym_async] = ACTIONS(1909), + [anon_sym_each] = ACTIONS(1909), + [anon_sym_lazy] = ACTIONS(1909), + [anon_sym_repeat] = ACTIONS(1909), + [anon_sym_package] = ACTIONS(1909), + [anon_sym_nil] = ACTIONS(1909), + [sym_real_literal] = ACTIONS(1907), + [sym_integer_literal] = ACTIONS(1909), + [sym_hex_literal] = ACTIONS(1909), + [sym_oct_literal] = ACTIONS(1907), + [sym_bin_literal] = ACTIONS(1907), + [anon_sym_true] = ACTIONS(1909), + [anon_sym_false] = ACTIONS(1909), + [anon_sym_DQUOTE] = ACTIONS(1909), + [anon_sym_BSLASH] = ACTIONS(1907), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1907), + [sym__oneline_regex_literal] = ACTIONS(1909), + [anon_sym_LPAREN] = ACTIONS(1907), + [anon_sym_LBRACK] = ACTIONS(1907), + [anon_sym_AMP] = ACTIONS(1907), + [anon_sym_TILDE] = ACTIONS(1907), + [anon_sym_if] = ACTIONS(1909), + [anon_sym_switch] = ACTIONS(1909), + [aux_sym_custom_operator_token1] = ACTIONS(1907), + [anon_sym_LT] = ACTIONS(1909), + [anon_sym_GT] = ACTIONS(1909), + [anon_sym_await] = ACTIONS(1909), + [anon_sym_LBRACE] = ACTIONS(1907), + [anon_sym_CARET_LBRACE] = ACTIONS(1907), + [anon_sym_self] = ACTIONS(1909), + [anon_sym_super] = ACTIONS(1909), + [anon_sym_guard] = ACTIONS(1909), + [anon_sym_do] = ACTIONS(1909), + [anon_sym_try] = ACTIONS(1909), + [anon_sym_PLUS_EQ] = ACTIONS(1907), + [anon_sym_DASH_EQ] = ACTIONS(1907), + [anon_sym_STAR_EQ] = ACTIONS(1907), + [anon_sym_SLASH_EQ] = ACTIONS(1907), + [anon_sym_PERCENT_EQ] = ACTIONS(1907), + [anon_sym_BANG_EQ] = ACTIONS(1909), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1907), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1907), + [anon_sym_LT_EQ] = ACTIONS(1907), + [anon_sym_GT_EQ] = ACTIONS(1907), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1907), + [anon_sym_DOT_DOT_LT] = ACTIONS(1907), + [anon_sym_PLUS] = ACTIONS(1909), + [anon_sym_DASH] = ACTIONS(1909), + [anon_sym_STAR] = ACTIONS(1909), + [anon_sym_SLASH] = ACTIONS(1909), + [anon_sym_PERCENT] = ACTIONS(1909), + [anon_sym_PLUS_PLUS] = ACTIONS(1907), + [anon_sym_DASH_DASH] = ACTIONS(1907), + [anon_sym_PIPE] = ACTIONS(1907), + [anon_sym_CARET] = ACTIONS(1909), + [anon_sym_LT_LT] = ACTIONS(1907), + [anon_sym_GT_GT] = ACTIONS(1907), + [sym_statement_label] = ACTIONS(1907), + [anon_sym_for] = ACTIONS(1909), + [anon_sym_while] = ACTIONS(1909), + [sym_throw_keyword] = ACTIONS(1909), + [anon_sym_import] = ACTIONS(1909), + [anon_sym_typealias] = ACTIONS(1909), + [anon_sym_struct] = ACTIONS(1909), + [anon_sym_class] = ACTIONS(1909), + [anon_sym_enum] = ACTIONS(1909), + [anon_sym_protocol] = ACTIONS(1909), + [anon_sym_let] = ACTIONS(1909), + [anon_sym_var] = ACTIONS(1909), + [anon_sym_func] = ACTIONS(1909), + [anon_sym_macro] = ACTIONS(1909), + [anon_sym_extension] = ACTIONS(1909), + [anon_sym_indirect] = ACTIONS(1909), + [anon_sym_init] = ACTIONS(1909), + [anon_sym_prefix] = ACTIONS(1909), + [anon_sym_infix] = ACTIONS(1909), + [anon_sym_postfix] = ACTIONS(1909), + [anon_sym_precedencegroup] = ACTIONS(1909), + [anon_sym_associatedtype] = ACTIONS(1909), + [anon_sym_AT] = ACTIONS(1909), + [anon_sym_override] = ACTIONS(1909), + [anon_sym_convenience] = ACTIONS(1909), + [anon_sym_required] = ACTIONS(1909), + [anon_sym_nonisolated] = ACTIONS(1909), + [anon_sym_public] = ACTIONS(1909), + [anon_sym_private] = ACTIONS(1909), + [anon_sym_internal] = ACTIONS(1909), + [anon_sym_fileprivate] = ACTIONS(1909), + [anon_sym_open] = ACTIONS(1909), + [anon_sym_mutating] = ACTIONS(1909), + [anon_sym_nonmutating] = ACTIONS(1909), + [anon_sym_static] = ACTIONS(1909), + [anon_sym_dynamic] = ACTIONS(1909), + [anon_sym_optional] = ACTIONS(1909), + [anon_sym_distributed] = ACTIONS(1909), + [anon_sym_final] = ACTIONS(1909), + [anon_sym_inout] = ACTIONS(1909), + [anon_sym_ATescaping] = ACTIONS(1907), + [anon_sym_ATautoclosure] = ACTIONS(1907), + [anon_sym_weak] = ACTIONS(1909), + [anon_sym_unowned] = ACTIONS(1909), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(1907), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(1907), + [anon_sym_borrowing] = ACTIONS(1909), + [anon_sym_consuming] = ACTIONS(1909), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(1907), + [sym_raw_str_end_part] = ACTIONS(1907), + [sym__dot_custom] = ACTIONS(1907), + [sym__eq_custom] = ACTIONS(1907), + [sym__eq_eq_custom] = ACTIONS(1907), + [sym__plus_then_ws] = ACTIONS(1907), + [sym__minus_then_ws] = ACTIONS(1907), + [sym__bang_custom] = ACTIONS(1907), + [sym__custom_operator] = ACTIONS(1907), + [sym__hash_symbol_custom] = ACTIONS(1907), + [sym__directive_if] = ACTIONS(1907), + [sym__directive_elseif] = ACTIONS(1907), + [sym__directive_else] = ACTIONS(1907), + [sym__directive_endif] = ACTIONS(1907), + }, + [STATE(756)] = { + [sym_simple_identifier] = STATE(1045), + [sym__contextual_simple_identifier] = STATE(1055), + [sym_unannotated_type] = STATE(1007), + [sym_user_type] = STATE(1030), + [sym__simple_user_type] = STATE(1028), + [sym_tuple_type] = STATE(999), + [sym_function_type] = STATE(1063), + [sym_array_type] = STATE(1030), + [sym_dictionary_type] = STATE(1030), + [sym_optional_type] = STATE(1063), + [sym_metatype] = STATE(1063), + [sym_opaque_type] = STATE(1063), + [sym_existential_type] = STATE(1063), + [sym_type_parameter_pack] = STATE(1063), + [sym_type_pack_expansion] = STATE(1063), + [sym_protocol_composition_type] = STATE(1063), + [sym_suppressed_constraint] = STATE(1063), + [sym__parenthesized_type] = STATE(1064), + [sym__parameter_ownership_modifier] = STATE(1055), + [anon_sym_BANG] = ACTIONS(625), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1911), + [aux_sym_simple_identifier_token2] = ACTIONS(1913), + [aux_sym_simple_identifier_token3] = ACTIONS(1913), + [aux_sym_simple_identifier_token4] = ACTIONS(1913), + [anon_sym_actor] = ACTIONS(1911), + [anon_sym_async] = ACTIONS(1911), + [anon_sym_each] = ACTIONS(1915), + [anon_sym_lazy] = ACTIONS(1917), + [anon_sym_repeat] = ACTIONS(1920), + [anon_sym_package] = ACTIONS(1917), + [anon_sym_COMMA] = ACTIONS(619), + [anon_sym_LPAREN] = ACTIONS(1922), + [anon_sym_LBRACK] = ACTIONS(1925), + [anon_sym_DOT] = ACTIONS(625), + [anon_sym_QMARK] = ACTIONS(625), + [anon_sym_QMARK2] = ACTIONS(619), + [anon_sym_some] = ACTIONS(1928), + [anon_sym_any] = ACTIONS(1930), + [anon_sym_AMP] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(1932), + [aux_sym_custom_operator_token1] = ACTIONS(619), + [anon_sym_LT] = ACTIONS(625), + [anon_sym_GT] = ACTIONS(625), + [anon_sym_LBRACE] = ACTIONS(619), + [anon_sym_CARET_LBRACE] = ACTIONS(619), + [anon_sym_RBRACE] = ACTIONS(619), + [anon_sym_case] = ACTIONS(625), + [anon_sym_fallthrough] = ACTIONS(625), + [anon_sym_PLUS_EQ] = ACTIONS(619), + [anon_sym_DASH_EQ] = ACTIONS(619), + [anon_sym_STAR_EQ] = ACTIONS(619), + [anon_sym_SLASH_EQ] = ACTIONS(619), + [anon_sym_PERCENT_EQ] = ACTIONS(619), + [anon_sym_BANG_EQ] = ACTIONS(625), + [anon_sym_BANG_EQ_EQ] = ACTIONS(619), + [anon_sym_EQ_EQ_EQ] = ACTIONS(619), + [anon_sym_LT_EQ] = ACTIONS(619), + [anon_sym_GT_EQ] = ACTIONS(619), + [anon_sym_DOT_DOT_DOT] = ACTIONS(619), + [anon_sym_DOT_DOT_LT] = ACTIONS(619), + [anon_sym_is] = ACTIONS(625), + [anon_sym_PLUS] = ACTIONS(625), + [anon_sym_DASH] = ACTIONS(625), + [anon_sym_STAR] = ACTIONS(625), + [anon_sym_SLASH] = ACTIONS(625), + [anon_sym_PERCENT] = ACTIONS(625), + [anon_sym_PLUS_PLUS] = ACTIONS(619), + [anon_sym_DASH_DASH] = ACTIONS(619), + [anon_sym_PIPE] = ACTIONS(619), + [anon_sym_CARET] = ACTIONS(625), + [anon_sym_LT_LT] = ACTIONS(619), + [anon_sym_GT_GT] = ACTIONS(619), + [anon_sym_class] = ACTIONS(625), + [anon_sym_prefix] = ACTIONS(625), + [anon_sym_infix] = ACTIONS(625), + [anon_sym_postfix] = ACTIONS(625), + [anon_sym_AT] = ACTIONS(625), + [anon_sym_override] = ACTIONS(625), + [anon_sym_convenience] = ACTIONS(625), + [anon_sym_required] = ACTIONS(625), + [anon_sym_nonisolated] = ACTIONS(625), + [anon_sym_public] = ACTIONS(625), + [anon_sym_private] = ACTIONS(625), + [anon_sym_internal] = ACTIONS(625), + [anon_sym_fileprivate] = ACTIONS(625), + [anon_sym_open] = ACTIONS(625), + [anon_sym_mutating] = ACTIONS(625), + [anon_sym_nonmutating] = ACTIONS(625), + [anon_sym_static] = ACTIONS(625), + [anon_sym_dynamic] = ACTIONS(625), + [anon_sym_optional] = ACTIONS(625), + [anon_sym_distributed] = ACTIONS(625), + [anon_sym_final] = ACTIONS(625), + [anon_sym_inout] = ACTIONS(625), + [anon_sym_ATescaping] = ACTIONS(619), + [anon_sym_ATautoclosure] = ACTIONS(619), + [anon_sym_weak] = ACTIONS(625), + [anon_sym_unowned] = ACTIONS(625), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(619), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(619), + [anon_sym_borrowing] = ACTIONS(1917), + [anon_sym_consuming] = ACTIONS(1917), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(619), + [sym__explicit_semi] = ACTIONS(619), + [sym__arrow_operator_custom] = ACTIONS(619), + [sym__dot_custom] = ACTIONS(619), + [sym__conjunction_operator_custom] = ACTIONS(619), + [sym__disjunction_operator_custom] = ACTIONS(619), + [sym__nil_coalescing_operator_custom] = ACTIONS(619), + [sym__eq_custom] = ACTIONS(619), + [sym__eq_eq_custom] = ACTIONS(619), + [sym__plus_then_ws] = ACTIONS(619), + [sym__minus_then_ws] = ACTIONS(619), + [sym__bang_custom] = ACTIONS(619), + [sym__throws_keyword] = ACTIONS(619), + [sym__rethrows_keyword] = ACTIONS(619), + [sym_default_keyword] = ACTIONS(619), + [sym_where_keyword] = ACTIONS(619), + [sym__as_custom] = ACTIONS(619), + [sym__as_quest_custom] = ACTIONS(619), + [sym__as_bang_custom] = ACTIONS(619), + [sym__async_keyword_custom] = ACTIONS(619), + [sym__custom_operator] = ACTIONS(619), + }, + [STATE(757)] = { + [sym_simple_identifier] = STATE(1045), + [sym__contextual_simple_identifier] = STATE(1055), + [sym_unannotated_type] = STATE(1008), + [sym_user_type] = STATE(1030), + [sym__simple_user_type] = STATE(1028), + [sym_tuple_type] = STATE(999), + [sym_function_type] = STATE(1063), + [sym_array_type] = STATE(1030), + [sym_dictionary_type] = STATE(1030), + [sym_optional_type] = STATE(1063), + [sym_metatype] = STATE(1063), + [sym_opaque_type] = STATE(1063), + [sym_existential_type] = STATE(1063), + [sym_type_parameter_pack] = STATE(1063), + [sym_type_pack_expansion] = STATE(1063), + [sym_protocol_composition_type] = STATE(1063), + [sym_suppressed_constraint] = STATE(1063), + [sym__parenthesized_type] = STATE(1064), + [sym__parameter_ownership_modifier] = STATE(1055), + [anon_sym_BANG] = ACTIONS(625), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1911), + [aux_sym_simple_identifier_token2] = ACTIONS(1913), + [aux_sym_simple_identifier_token3] = ACTIONS(1913), + [aux_sym_simple_identifier_token4] = ACTIONS(1913), + [anon_sym_actor] = ACTIONS(1911), + [anon_sym_async] = ACTIONS(1911), + [anon_sym_each] = ACTIONS(1915), + [anon_sym_lazy] = ACTIONS(1917), + [anon_sym_repeat] = ACTIONS(1920), + [anon_sym_package] = ACTIONS(1917), + [anon_sym_COMMA] = ACTIONS(619), + [anon_sym_LPAREN] = ACTIONS(1922), + [anon_sym_LBRACK] = ACTIONS(1925), + [anon_sym_DOT] = ACTIONS(625), + [anon_sym_QMARK] = ACTIONS(625), + [anon_sym_QMARK2] = ACTIONS(619), + [anon_sym_some] = ACTIONS(1928), + [anon_sym_any] = ACTIONS(1930), + [anon_sym_AMP] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(1932), + [aux_sym_custom_operator_token1] = ACTIONS(619), + [anon_sym_LT] = ACTIONS(625), + [anon_sym_GT] = ACTIONS(625), + [anon_sym_LBRACE] = ACTIONS(619), + [anon_sym_CARET_LBRACE] = ACTIONS(619), + [anon_sym_RBRACE] = ACTIONS(619), + [anon_sym_case] = ACTIONS(625), + [anon_sym_fallthrough] = ACTIONS(625), + [anon_sym_PLUS_EQ] = ACTIONS(619), + [anon_sym_DASH_EQ] = ACTIONS(619), + [anon_sym_STAR_EQ] = ACTIONS(619), + [anon_sym_SLASH_EQ] = ACTIONS(619), + [anon_sym_PERCENT_EQ] = ACTIONS(619), + [anon_sym_BANG_EQ] = ACTIONS(625), + [anon_sym_BANG_EQ_EQ] = ACTIONS(619), + [anon_sym_EQ_EQ_EQ] = ACTIONS(619), + [anon_sym_LT_EQ] = ACTIONS(619), + [anon_sym_GT_EQ] = ACTIONS(619), + [anon_sym_DOT_DOT_DOT] = ACTIONS(619), + [anon_sym_DOT_DOT_LT] = ACTIONS(619), + [anon_sym_is] = ACTIONS(625), + [anon_sym_PLUS] = ACTIONS(625), + [anon_sym_DASH] = ACTIONS(625), + [anon_sym_STAR] = ACTIONS(625), + [anon_sym_SLASH] = ACTIONS(625), + [anon_sym_PERCENT] = ACTIONS(625), + [anon_sym_PLUS_PLUS] = ACTIONS(619), + [anon_sym_DASH_DASH] = ACTIONS(619), + [anon_sym_PIPE] = ACTIONS(619), + [anon_sym_CARET] = ACTIONS(625), + [anon_sym_LT_LT] = ACTIONS(619), + [anon_sym_GT_GT] = ACTIONS(619), + [anon_sym_class] = ACTIONS(625), + [anon_sym_prefix] = ACTIONS(625), + [anon_sym_infix] = ACTIONS(625), + [anon_sym_postfix] = ACTIONS(625), + [anon_sym_AT] = ACTIONS(625), + [anon_sym_override] = ACTIONS(625), + [anon_sym_convenience] = ACTIONS(625), + [anon_sym_required] = ACTIONS(625), + [anon_sym_nonisolated] = ACTIONS(625), + [anon_sym_public] = ACTIONS(625), + [anon_sym_private] = ACTIONS(625), + [anon_sym_internal] = ACTIONS(625), + [anon_sym_fileprivate] = ACTIONS(625), + [anon_sym_open] = ACTIONS(625), + [anon_sym_mutating] = ACTIONS(625), + [anon_sym_nonmutating] = ACTIONS(625), + [anon_sym_static] = ACTIONS(625), + [anon_sym_dynamic] = ACTIONS(625), + [anon_sym_optional] = ACTIONS(625), + [anon_sym_distributed] = ACTIONS(625), + [anon_sym_final] = ACTIONS(625), + [anon_sym_inout] = ACTIONS(625), + [anon_sym_ATescaping] = ACTIONS(619), + [anon_sym_ATautoclosure] = ACTIONS(619), + [anon_sym_weak] = ACTIONS(625), + [anon_sym_unowned] = ACTIONS(625), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(619), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(619), + [anon_sym_borrowing] = ACTIONS(1917), + [anon_sym_consuming] = ACTIONS(1917), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(619), + [sym__explicit_semi] = ACTIONS(619), + [sym__arrow_operator_custom] = ACTIONS(619), + [sym__dot_custom] = ACTIONS(619), + [sym__conjunction_operator_custom] = ACTIONS(619), + [sym__disjunction_operator_custom] = ACTIONS(619), + [sym__nil_coalescing_operator_custom] = ACTIONS(619), + [sym__eq_custom] = ACTIONS(619), + [sym__eq_eq_custom] = ACTIONS(619), + [sym__plus_then_ws] = ACTIONS(619), + [sym__minus_then_ws] = ACTIONS(619), + [sym__bang_custom] = ACTIONS(619), + [sym__throws_keyword] = ACTIONS(619), + [sym__rethrows_keyword] = ACTIONS(619), + [sym_default_keyword] = ACTIONS(619), + [sym_where_keyword] = ACTIONS(619), + [sym__as_custom] = ACTIONS(619), + [sym__as_quest_custom] = ACTIONS(619), + [sym__as_bang_custom] = ACTIONS(619), + [sym__async_keyword_custom] = ACTIONS(619), + [sym__custom_operator] = ACTIONS(619), + }, + [STATE(758)] = { + [sym_simple_identifier] = STATE(1081), + [sym__contextual_simple_identifier] = STATE(1106), + [sym_unannotated_type] = STATE(1020), + [sym_user_type] = STATE(1043), + [sym__simple_user_type] = STATE(1048), + [sym_tuple_type] = STATE(1009), + [sym_function_type] = STATE(1123), + [sym_array_type] = STATE(1043), + [sym_dictionary_type] = STATE(1043), + [sym_optional_type] = STATE(1123), + [sym_metatype] = STATE(1123), + [sym_opaque_type] = STATE(1123), + [sym_existential_type] = STATE(1123), + [sym_type_parameter_pack] = STATE(1123), + [sym_type_pack_expansion] = STATE(1123), + [sym_protocol_composition_type] = STATE(1123), + [sym_suppressed_constraint] = STATE(1123), + [sym__parenthesized_type] = STATE(1089), + [sym__parameter_ownership_modifier] = STATE(1106), + [anon_sym_BANG] = ACTIONS(625), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1934), + [aux_sym_simple_identifier_token2] = ACTIONS(1936), + [aux_sym_simple_identifier_token3] = ACTIONS(1936), + [aux_sym_simple_identifier_token4] = ACTIONS(1936), + [anon_sym_actor] = ACTIONS(1934), + [anon_sym_async] = ACTIONS(1934), + [anon_sym_each] = ACTIONS(1938), + [anon_sym_lazy] = ACTIONS(1940), + [anon_sym_repeat] = ACTIONS(1943), + [anon_sym_package] = ACTIONS(1940), + [anon_sym_COMMA] = ACTIONS(619), + [anon_sym_LPAREN] = ACTIONS(1945), + [anon_sym_LBRACK] = ACTIONS(1948), + [anon_sym_DOT] = ACTIONS(625), + [anon_sym_QMARK] = ACTIONS(625), + [anon_sym_QMARK2] = ACTIONS(619), + [anon_sym_some] = ACTIONS(1951), + [anon_sym_any] = ACTIONS(1953), + [anon_sym_AMP] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(1955), + [aux_sym_custom_operator_token1] = ACTIONS(619), + [anon_sym_LT] = ACTIONS(625), + [anon_sym_GT] = ACTIONS(625), + [anon_sym_LBRACE] = ACTIONS(619), + [anon_sym_CARET_LBRACE] = ACTIONS(619), + [anon_sym_RBRACE] = ACTIONS(619), + [anon_sym_case] = ACTIONS(625), + [anon_sym_fallthrough] = ACTIONS(625), + [anon_sym_PLUS_EQ] = ACTIONS(619), + [anon_sym_DASH_EQ] = ACTIONS(619), + [anon_sym_STAR_EQ] = ACTIONS(619), + [anon_sym_SLASH_EQ] = ACTIONS(619), + [anon_sym_PERCENT_EQ] = ACTIONS(619), + [anon_sym_BANG_EQ] = ACTIONS(625), + [anon_sym_BANG_EQ_EQ] = ACTIONS(619), + [anon_sym_EQ_EQ_EQ] = ACTIONS(619), + [anon_sym_LT_EQ] = ACTIONS(619), + [anon_sym_GT_EQ] = ACTIONS(619), + [anon_sym_DOT_DOT_DOT] = ACTIONS(619), + [anon_sym_DOT_DOT_LT] = ACTIONS(619), + [anon_sym_is] = ACTIONS(625), + [anon_sym_PLUS] = ACTIONS(625), + [anon_sym_DASH] = ACTIONS(625), + [anon_sym_STAR] = ACTIONS(625), + [anon_sym_SLASH] = ACTIONS(625), + [anon_sym_PERCENT] = ACTIONS(625), + [anon_sym_PLUS_PLUS] = ACTIONS(619), + [anon_sym_DASH_DASH] = ACTIONS(619), + [anon_sym_PIPE] = ACTIONS(619), + [anon_sym_CARET] = ACTIONS(625), + [anon_sym_LT_LT] = ACTIONS(619), + [anon_sym_GT_GT] = ACTIONS(619), + [anon_sym_class] = ACTIONS(625), + [anon_sym_prefix] = ACTIONS(625), + [anon_sym_infix] = ACTIONS(625), + [anon_sym_postfix] = ACTIONS(625), + [anon_sym_AT] = ACTIONS(625), + [anon_sym_override] = ACTIONS(625), + [anon_sym_convenience] = ACTIONS(625), + [anon_sym_required] = ACTIONS(625), + [anon_sym_nonisolated] = ACTIONS(625), + [anon_sym_public] = ACTIONS(625), + [anon_sym_private] = ACTIONS(625), + [anon_sym_internal] = ACTIONS(625), + [anon_sym_fileprivate] = ACTIONS(625), + [anon_sym_open] = ACTIONS(625), + [anon_sym_mutating] = ACTIONS(625), + [anon_sym_nonmutating] = ACTIONS(625), + [anon_sym_static] = ACTIONS(625), + [anon_sym_dynamic] = ACTIONS(625), + [anon_sym_optional] = ACTIONS(625), + [anon_sym_distributed] = ACTIONS(625), + [anon_sym_final] = ACTIONS(625), + [anon_sym_inout] = ACTIONS(625), + [anon_sym_ATescaping] = ACTIONS(619), + [anon_sym_ATautoclosure] = ACTIONS(619), + [anon_sym_weak] = ACTIONS(625), + [anon_sym_unowned] = ACTIONS(625), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(619), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(619), + [anon_sym_borrowing] = ACTIONS(1940), + [anon_sym_consuming] = ACTIONS(1940), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(619), + [sym__explicit_semi] = ACTIONS(619), + [sym__arrow_operator_custom] = ACTIONS(619), + [sym__dot_custom] = ACTIONS(619), + [sym__conjunction_operator_custom] = ACTIONS(619), + [sym__disjunction_operator_custom] = ACTIONS(619), + [sym__nil_coalescing_operator_custom] = ACTIONS(619), + [sym__eq_custom] = ACTIONS(619), + [sym__eq_eq_custom] = ACTIONS(619), + [sym__plus_then_ws] = ACTIONS(619), + [sym__minus_then_ws] = ACTIONS(619), + [sym__bang_custom] = ACTIONS(619), + [sym__throws_keyword] = ACTIONS(619), + [sym__rethrows_keyword] = ACTIONS(619), + [sym_default_keyword] = ACTIONS(619), + [sym__as_custom] = ACTIONS(619), + [sym__as_quest_custom] = ACTIONS(619), + [sym__as_bang_custom] = ACTIONS(619), + [sym__async_keyword_custom] = ACTIONS(619), + [sym__custom_operator] = ACTIONS(619), + }, + [STATE(759)] = { + [anon_sym_BANG] = ACTIONS(1779), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1779), + [aux_sym_simple_identifier_token2] = ACTIONS(1781), + [aux_sym_simple_identifier_token3] = ACTIONS(1781), + [aux_sym_simple_identifier_token4] = ACTIONS(1781), + [anon_sym_actor] = ACTIONS(1779), + [anon_sym_async] = ACTIONS(1779), + [anon_sym_each] = ACTIONS(1779), + [anon_sym_lazy] = ACTIONS(1779), + [anon_sym_repeat] = ACTIONS(1779), + [anon_sym_package] = ACTIONS(1779), + [anon_sym_nil] = ACTIONS(1779), + [sym_real_literal] = ACTIONS(1781), + [sym_integer_literal] = ACTIONS(1779), + [sym_hex_literal] = ACTIONS(1779), + [sym_oct_literal] = ACTIONS(1781), + [sym_bin_literal] = ACTIONS(1781), + [anon_sym_true] = ACTIONS(1779), + [anon_sym_false] = ACTIONS(1779), + [anon_sym_DQUOTE] = ACTIONS(1779), + [anon_sym_BSLASH] = ACTIONS(1781), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1781), + [anon_sym_COMMA] = ACTIONS(1801), + [sym__oneline_regex_literal] = ACTIONS(1779), + [anon_sym_LPAREN] = ACTIONS(1781), + [anon_sym_LBRACK] = ACTIONS(1781), + [anon_sym_QMARK] = ACTIONS(1803), + [anon_sym_QMARK2] = ACTIONS(1801), + [anon_sym_AMP] = ACTIONS(1781), + [anon_sym_TILDE] = ACTIONS(1781), + [anon_sym_if] = ACTIONS(1779), + [anon_sym_switch] = ACTIONS(1779), + [aux_sym_custom_operator_token1] = ACTIONS(1781), + [anon_sym_LT] = ACTIONS(1779), + [anon_sym_GT] = ACTIONS(1779), + [anon_sym_await] = ACTIONS(1779), + [anon_sym_LBRACE] = ACTIONS(1781), + [anon_sym_CARET_LBRACE] = ACTIONS(1781), + [anon_sym_RBRACE] = ACTIONS(1801), + [anon_sym_self] = ACTIONS(1779), + [anon_sym_super] = ACTIONS(1779), + [anon_sym_case] = ACTIONS(1803), + [anon_sym_fallthrough] = ACTIONS(1803), + [anon_sym_try] = ACTIONS(1779), + [anon_sym_PLUS_EQ] = ACTIONS(1781), + [anon_sym_DASH_EQ] = ACTIONS(1781), + [anon_sym_STAR_EQ] = ACTIONS(1781), + [anon_sym_SLASH_EQ] = ACTIONS(1781), + [anon_sym_PERCENT_EQ] = ACTIONS(1781), + [anon_sym_BANG_EQ] = ACTIONS(1779), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1781), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1781), + [anon_sym_LT_EQ] = ACTIONS(1781), + [anon_sym_GT_EQ] = ACTIONS(1781), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1781), + [anon_sym_DOT_DOT_LT] = ACTIONS(1781), + [anon_sym_is] = ACTIONS(1803), + [anon_sym_PLUS] = ACTIONS(1779), + [anon_sym_DASH] = ACTIONS(1779), + [anon_sym_STAR] = ACTIONS(1779), + [anon_sym_SLASH] = ACTIONS(1779), + [anon_sym_PERCENT] = ACTIONS(1779), + [anon_sym_PLUS_PLUS] = ACTIONS(1781), + [anon_sym_DASH_DASH] = ACTIONS(1781), + [anon_sym_PIPE] = ACTIONS(1781), + [anon_sym_CARET] = ACTIONS(1779), + [anon_sym_LT_LT] = ACTIONS(1781), + [anon_sym_GT_GT] = ACTIONS(1781), + [anon_sym_class] = ACTIONS(1803), + [anon_sym_prefix] = ACTIONS(1803), + [anon_sym_infix] = ACTIONS(1803), + [anon_sym_postfix] = ACTIONS(1803), + [anon_sym_AT] = ACTIONS(1803), + [anon_sym_override] = ACTIONS(1803), + [anon_sym_convenience] = ACTIONS(1803), + [anon_sym_required] = ACTIONS(1803), + [anon_sym_nonisolated] = ACTIONS(1803), + [anon_sym_public] = ACTIONS(1803), + [anon_sym_private] = ACTIONS(1803), + [anon_sym_internal] = ACTIONS(1803), + [anon_sym_fileprivate] = ACTIONS(1803), + [anon_sym_open] = ACTIONS(1803), + [anon_sym_mutating] = ACTIONS(1803), + [anon_sym_nonmutating] = ACTIONS(1803), + [anon_sym_static] = ACTIONS(1803), + [anon_sym_dynamic] = ACTIONS(1803), + [anon_sym_optional] = ACTIONS(1803), + [anon_sym_distributed] = ACTIONS(1803), + [anon_sym_final] = ACTIONS(1803), + [anon_sym_inout] = ACTIONS(1803), + [anon_sym_ATescaping] = ACTIONS(1801), + [anon_sym_ATautoclosure] = ACTIONS(1801), + [anon_sym_weak] = ACTIONS(1803), + [anon_sym_unowned] = ACTIONS(1803), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(1801), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(1801), + [anon_sym_borrowing] = ACTIONS(1779), + [anon_sym_consuming] = ACTIONS(1779), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(1781), + [sym_raw_str_end_part] = ACTIONS(1781), + [sym__implicit_semi] = ACTIONS(1801), + [sym__explicit_semi] = ACTIONS(1801), + [sym__dot_custom] = ACTIONS(1781), + [sym__conjunction_operator_custom] = ACTIONS(1801), + [sym__disjunction_operator_custom] = ACTIONS(1801), + [sym__nil_coalescing_operator_custom] = ACTIONS(1801), + [sym__eq_custom] = ACTIONS(1781), + [sym__eq_eq_custom] = ACTIONS(1781), + [sym__plus_then_ws] = ACTIONS(1781), + [sym__minus_then_ws] = ACTIONS(1781), + [sym__bang_custom] = ACTIONS(1781), + [sym_default_keyword] = ACTIONS(1801), + [sym_where_keyword] = ACTIONS(1801), + [sym__as_custom] = ACTIONS(1801), + [sym__as_quest_custom] = ACTIONS(1801), + [sym__as_bang_custom] = ACTIONS(1801), + [sym__custom_operator] = ACTIONS(1781), + [sym__hash_symbol_custom] = ACTIONS(1781), + [sym__directive_if] = ACTIONS(1781), + [sym__directive_elseif] = ACTIONS(1781), + [sym__directive_else] = ACTIONS(1781), + [sym__directive_endif] = ACTIONS(1781), + }, + [STATE(760)] = { + [anon_sym_BANG] = ACTIONS(1779), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1779), + [aux_sym_simple_identifier_token2] = ACTIONS(1781), + [aux_sym_simple_identifier_token3] = ACTIONS(1781), + [aux_sym_simple_identifier_token4] = ACTIONS(1781), + [anon_sym_actor] = ACTIONS(1779), + [anon_sym_async] = ACTIONS(1779), + [anon_sym_each] = ACTIONS(1779), + [anon_sym_lazy] = ACTIONS(1779), + [anon_sym_repeat] = ACTIONS(1779), + [anon_sym_package] = ACTIONS(1779), + [anon_sym_nil] = ACTIONS(1779), + [sym_real_literal] = ACTIONS(1781), + [sym_integer_literal] = ACTIONS(1779), + [sym_hex_literal] = ACTIONS(1779), + [sym_oct_literal] = ACTIONS(1781), + [sym_bin_literal] = ACTIONS(1781), + [anon_sym_true] = ACTIONS(1779), + [anon_sym_false] = ACTIONS(1779), + [anon_sym_DQUOTE] = ACTIONS(1779), + [anon_sym_BSLASH] = ACTIONS(1781), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1781), + [anon_sym_COMMA] = ACTIONS(1783), + [sym__oneline_regex_literal] = ACTIONS(1779), + [anon_sym_LPAREN] = ACTIONS(1781), + [anon_sym_LBRACK] = ACTIONS(1781), + [anon_sym_QMARK] = ACTIONS(1785), + [anon_sym_QMARK2] = ACTIONS(1783), + [anon_sym_AMP] = ACTIONS(1781), + [anon_sym_TILDE] = ACTIONS(1781), + [anon_sym_if] = ACTIONS(1779), + [anon_sym_switch] = ACTIONS(1779), + [aux_sym_custom_operator_token1] = ACTIONS(1781), + [anon_sym_LT] = ACTIONS(1779), + [anon_sym_GT] = ACTIONS(1779), + [anon_sym_await] = ACTIONS(1779), + [anon_sym_LBRACE] = ACTIONS(1781), + [anon_sym_CARET_LBRACE] = ACTIONS(1781), + [anon_sym_RBRACE] = ACTIONS(1783), + [anon_sym_self] = ACTIONS(1779), + [anon_sym_super] = ACTIONS(1779), + [anon_sym_case] = ACTIONS(1785), + [anon_sym_fallthrough] = ACTIONS(1785), + [anon_sym_try] = ACTIONS(1779), + [anon_sym_PLUS_EQ] = ACTIONS(1781), + [anon_sym_DASH_EQ] = ACTIONS(1781), + [anon_sym_STAR_EQ] = ACTIONS(1781), + [anon_sym_SLASH_EQ] = ACTIONS(1781), + [anon_sym_PERCENT_EQ] = ACTIONS(1781), + [anon_sym_BANG_EQ] = ACTIONS(1779), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1781), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1781), + [anon_sym_LT_EQ] = ACTIONS(1781), + [anon_sym_GT_EQ] = ACTIONS(1781), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1781), + [anon_sym_DOT_DOT_LT] = ACTIONS(1781), + [anon_sym_is] = ACTIONS(1785), + [anon_sym_PLUS] = ACTIONS(1779), + [anon_sym_DASH] = ACTIONS(1779), + [anon_sym_STAR] = ACTIONS(1779), + [anon_sym_SLASH] = ACTIONS(1779), + [anon_sym_PERCENT] = ACTIONS(1779), + [anon_sym_PLUS_PLUS] = ACTIONS(1781), + [anon_sym_DASH_DASH] = ACTIONS(1781), + [anon_sym_PIPE] = ACTIONS(1781), + [anon_sym_CARET] = ACTIONS(1779), + [anon_sym_LT_LT] = ACTIONS(1781), + [anon_sym_GT_GT] = ACTIONS(1781), + [anon_sym_class] = ACTIONS(1785), + [anon_sym_prefix] = ACTIONS(1785), + [anon_sym_infix] = ACTIONS(1785), + [anon_sym_postfix] = ACTIONS(1785), + [anon_sym_AT] = ACTIONS(1785), + [anon_sym_override] = ACTIONS(1785), + [anon_sym_convenience] = ACTIONS(1785), + [anon_sym_required] = ACTIONS(1785), + [anon_sym_nonisolated] = ACTIONS(1785), + [anon_sym_public] = ACTIONS(1785), + [anon_sym_private] = ACTIONS(1785), + [anon_sym_internal] = ACTIONS(1785), + [anon_sym_fileprivate] = ACTIONS(1785), + [anon_sym_open] = ACTIONS(1785), + [anon_sym_mutating] = ACTIONS(1785), + [anon_sym_nonmutating] = ACTIONS(1785), + [anon_sym_static] = ACTIONS(1785), + [anon_sym_dynamic] = ACTIONS(1785), + [anon_sym_optional] = ACTIONS(1785), + [anon_sym_distributed] = ACTIONS(1785), + [anon_sym_final] = ACTIONS(1785), + [anon_sym_inout] = ACTIONS(1785), + [anon_sym_ATescaping] = ACTIONS(1783), + [anon_sym_ATautoclosure] = ACTIONS(1783), + [anon_sym_weak] = ACTIONS(1785), + [anon_sym_unowned] = ACTIONS(1785), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(1783), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(1783), + [anon_sym_borrowing] = ACTIONS(1779), + [anon_sym_consuming] = ACTIONS(1779), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(1781), + [sym_raw_str_end_part] = ACTIONS(1781), + [sym__implicit_semi] = ACTIONS(1783), + [sym__explicit_semi] = ACTIONS(1783), + [sym__dot_custom] = ACTIONS(1781), + [sym__conjunction_operator_custom] = ACTIONS(1783), + [sym__disjunction_operator_custom] = ACTIONS(1783), + [sym__nil_coalescing_operator_custom] = ACTIONS(1783), + [sym__eq_custom] = ACTIONS(1781), + [sym__eq_eq_custom] = ACTIONS(1781), + [sym__plus_then_ws] = ACTIONS(1781), + [sym__minus_then_ws] = ACTIONS(1781), + [sym__bang_custom] = ACTIONS(1781), + [sym_default_keyword] = ACTIONS(1783), + [sym_where_keyword] = ACTIONS(1783), + [sym__as_custom] = ACTIONS(1783), + [sym__as_quest_custom] = ACTIONS(1783), + [sym__as_bang_custom] = ACTIONS(1783), + [sym__custom_operator] = ACTIONS(1781), + [sym__hash_symbol_custom] = ACTIONS(1781), + [sym__directive_if] = ACTIONS(1781), + [sym__directive_elseif] = ACTIONS(1781), + [sym__directive_else] = ACTIONS(1781), + [sym__directive_endif] = ACTIONS(1781), + }, + [STATE(761)] = { + [sym_simple_identifier] = STATE(1081), + [sym__contextual_simple_identifier] = STATE(1106), + [sym_unannotated_type] = STATE(1018), + [sym_user_type] = STATE(1043), + [sym__simple_user_type] = STATE(1048), + [sym_tuple_type] = STATE(1009), + [sym_function_type] = STATE(1123), + [sym_array_type] = STATE(1043), + [sym_dictionary_type] = STATE(1043), + [sym_optional_type] = STATE(1123), + [sym_metatype] = STATE(1123), + [sym_opaque_type] = STATE(1123), + [sym_existential_type] = STATE(1123), + [sym_type_parameter_pack] = STATE(1123), + [sym_type_pack_expansion] = STATE(1123), + [sym_protocol_composition_type] = STATE(1123), + [sym_suppressed_constraint] = STATE(1123), + [sym__parenthesized_type] = STATE(1089), + [sym__parameter_ownership_modifier] = STATE(1106), + [anon_sym_BANG] = ACTIONS(625), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1934), + [aux_sym_simple_identifier_token2] = ACTIONS(1936), + [aux_sym_simple_identifier_token3] = ACTIONS(1936), + [aux_sym_simple_identifier_token4] = ACTIONS(1936), + [anon_sym_actor] = ACTIONS(1934), + [anon_sym_async] = ACTIONS(1934), + [anon_sym_each] = ACTIONS(1938), + [anon_sym_lazy] = ACTIONS(1940), + [anon_sym_repeat] = ACTIONS(1943), + [anon_sym_package] = ACTIONS(1940), + [anon_sym_COMMA] = ACTIONS(619), + [anon_sym_LPAREN] = ACTIONS(1945), + [anon_sym_LBRACK] = ACTIONS(1948), + [anon_sym_DOT] = ACTIONS(625), + [anon_sym_QMARK] = ACTIONS(625), + [anon_sym_QMARK2] = ACTIONS(619), + [anon_sym_some] = ACTIONS(1951), + [anon_sym_any] = ACTIONS(1953), + [anon_sym_AMP] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(1955), + [aux_sym_custom_operator_token1] = ACTIONS(619), + [anon_sym_LT] = ACTIONS(625), + [anon_sym_GT] = ACTIONS(625), + [anon_sym_LBRACE] = ACTIONS(619), + [anon_sym_CARET_LBRACE] = ACTIONS(619), + [anon_sym_RBRACE] = ACTIONS(619), + [anon_sym_case] = ACTIONS(625), + [anon_sym_fallthrough] = ACTIONS(625), + [anon_sym_PLUS_EQ] = ACTIONS(619), + [anon_sym_DASH_EQ] = ACTIONS(619), + [anon_sym_STAR_EQ] = ACTIONS(619), + [anon_sym_SLASH_EQ] = ACTIONS(619), + [anon_sym_PERCENT_EQ] = ACTIONS(619), + [anon_sym_BANG_EQ] = ACTIONS(625), + [anon_sym_BANG_EQ_EQ] = ACTIONS(619), + [anon_sym_EQ_EQ_EQ] = ACTIONS(619), + [anon_sym_LT_EQ] = ACTIONS(619), + [anon_sym_GT_EQ] = ACTIONS(619), + [anon_sym_DOT_DOT_DOT] = ACTIONS(619), + [anon_sym_DOT_DOT_LT] = ACTIONS(619), + [anon_sym_is] = ACTIONS(625), + [anon_sym_PLUS] = ACTIONS(625), + [anon_sym_DASH] = ACTIONS(625), + [anon_sym_STAR] = ACTIONS(625), + [anon_sym_SLASH] = ACTIONS(625), + [anon_sym_PERCENT] = ACTIONS(625), + [anon_sym_PLUS_PLUS] = ACTIONS(619), + [anon_sym_DASH_DASH] = ACTIONS(619), + [anon_sym_PIPE] = ACTIONS(619), + [anon_sym_CARET] = ACTIONS(625), + [anon_sym_LT_LT] = ACTIONS(619), + [anon_sym_GT_GT] = ACTIONS(619), + [anon_sym_class] = ACTIONS(625), + [anon_sym_prefix] = ACTIONS(625), + [anon_sym_infix] = ACTIONS(625), + [anon_sym_postfix] = ACTIONS(625), + [anon_sym_AT] = ACTIONS(625), + [anon_sym_override] = ACTIONS(625), + [anon_sym_convenience] = ACTIONS(625), + [anon_sym_required] = ACTIONS(625), + [anon_sym_nonisolated] = ACTIONS(625), + [anon_sym_public] = ACTIONS(625), + [anon_sym_private] = ACTIONS(625), + [anon_sym_internal] = ACTIONS(625), + [anon_sym_fileprivate] = ACTIONS(625), + [anon_sym_open] = ACTIONS(625), + [anon_sym_mutating] = ACTIONS(625), + [anon_sym_nonmutating] = ACTIONS(625), + [anon_sym_static] = ACTIONS(625), + [anon_sym_dynamic] = ACTIONS(625), + [anon_sym_optional] = ACTIONS(625), + [anon_sym_distributed] = ACTIONS(625), + [anon_sym_final] = ACTIONS(625), + [anon_sym_inout] = ACTIONS(625), + [anon_sym_ATescaping] = ACTIONS(619), + [anon_sym_ATautoclosure] = ACTIONS(619), + [anon_sym_weak] = ACTIONS(625), + [anon_sym_unowned] = ACTIONS(625), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(619), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(619), + [anon_sym_borrowing] = ACTIONS(1940), + [anon_sym_consuming] = ACTIONS(1940), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(619), + [sym__explicit_semi] = ACTIONS(619), + [sym__arrow_operator_custom] = ACTIONS(619), + [sym__dot_custom] = ACTIONS(619), + [sym__conjunction_operator_custom] = ACTIONS(619), + [sym__disjunction_operator_custom] = ACTIONS(619), + [sym__nil_coalescing_operator_custom] = ACTIONS(619), + [sym__eq_custom] = ACTIONS(619), + [sym__eq_eq_custom] = ACTIONS(619), + [sym__plus_then_ws] = ACTIONS(619), + [sym__minus_then_ws] = ACTIONS(619), + [sym__bang_custom] = ACTIONS(619), + [sym__throws_keyword] = ACTIONS(619), + [sym__rethrows_keyword] = ACTIONS(619), + [sym_default_keyword] = ACTIONS(619), + [sym__as_custom] = ACTIONS(619), + [sym__as_quest_custom] = ACTIONS(619), + [sym__as_bang_custom] = ACTIONS(619), + [sym__async_keyword_custom] = ACTIONS(619), + [sym__custom_operator] = ACTIONS(619), + }, + [STATE(762)] = { + [anon_sym_BANG] = ACTIONS(1765), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1768), + [aux_sym_simple_identifier_token2] = ACTIONS(1770), + [aux_sym_simple_identifier_token3] = ACTIONS(1770), + [aux_sym_simple_identifier_token4] = ACTIONS(1770), + [anon_sym_actor] = ACTIONS(1768), + [anon_sym_async] = ACTIONS(1768), + [anon_sym_each] = ACTIONS(1768), + [anon_sym_lazy] = ACTIONS(1765), + [anon_sym_repeat] = ACTIONS(1768), + [anon_sym_package] = ACTIONS(1765), + [anon_sym_nil] = ACTIONS(1768), + [sym_real_literal] = ACTIONS(1770), + [sym_integer_literal] = ACTIONS(1768), + [sym_hex_literal] = ACTIONS(1768), + [sym_oct_literal] = ACTIONS(1770), + [sym_bin_literal] = ACTIONS(1770), + [anon_sym_true] = ACTIONS(1768), + [anon_sym_false] = ACTIONS(1768), + [anon_sym_DQUOTE] = ACTIONS(1768), + [anon_sym_BSLASH] = ACTIONS(1770), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1770), + [anon_sym_COMMA] = ACTIONS(1772), + [sym__oneline_regex_literal] = ACTIONS(1768), + [anon_sym_LPAREN] = ACTIONS(1774), + [anon_sym_LBRACK] = ACTIONS(1774), + [anon_sym_QMARK] = ACTIONS(1777), + [anon_sym_QMARK2] = ACTIONS(1772), + [anon_sym_AMP] = ACTIONS(1774), + [anon_sym_TILDE] = ACTIONS(1770), + [anon_sym_if] = ACTIONS(1768), + [anon_sym_switch] = ACTIONS(1768), + [aux_sym_custom_operator_token1] = ACTIONS(1774), + [anon_sym_LT] = ACTIONS(1765), + [anon_sym_GT] = ACTIONS(1765), + [anon_sym_await] = ACTIONS(1768), + [anon_sym_LBRACE] = ACTIONS(1774), + [anon_sym_CARET_LBRACE] = ACTIONS(1774), + [anon_sym_RBRACE] = ACTIONS(1772), + [anon_sym_self] = ACTIONS(1768), + [anon_sym_super] = ACTIONS(1768), + [anon_sym_case] = ACTIONS(1777), + [anon_sym_fallthrough] = ACTIONS(1777), + [anon_sym_try] = ACTIONS(1768), + [anon_sym_PLUS_EQ] = ACTIONS(1774), + [anon_sym_DASH_EQ] = ACTIONS(1774), + [anon_sym_STAR_EQ] = ACTIONS(1774), + [anon_sym_SLASH_EQ] = ACTIONS(1774), + [anon_sym_PERCENT_EQ] = ACTIONS(1774), + [anon_sym_BANG_EQ] = ACTIONS(1765), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1774), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1774), + [anon_sym_LT_EQ] = ACTIONS(1774), + [anon_sym_GT_EQ] = ACTIONS(1774), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1774), + [anon_sym_DOT_DOT_LT] = ACTIONS(1774), + [anon_sym_is] = ACTIONS(1777), + [anon_sym_PLUS] = ACTIONS(1765), + [anon_sym_DASH] = ACTIONS(1765), + [anon_sym_STAR] = ACTIONS(1765), + [anon_sym_SLASH] = ACTIONS(1765), + [anon_sym_PERCENT] = ACTIONS(1765), + [anon_sym_PLUS_PLUS] = ACTIONS(1774), + [anon_sym_DASH_DASH] = ACTIONS(1774), + [anon_sym_PIPE] = ACTIONS(1774), + [anon_sym_CARET] = ACTIONS(1765), + [anon_sym_LT_LT] = ACTIONS(1774), + [anon_sym_GT_GT] = ACTIONS(1774), + [anon_sym_class] = ACTIONS(1777), + [anon_sym_prefix] = ACTIONS(1777), + [anon_sym_infix] = ACTIONS(1777), + [anon_sym_postfix] = ACTIONS(1777), + [anon_sym_AT] = ACTIONS(1777), + [anon_sym_override] = ACTIONS(1777), + [anon_sym_convenience] = ACTIONS(1777), + [anon_sym_required] = ACTIONS(1777), + [anon_sym_nonisolated] = ACTIONS(1777), + [anon_sym_public] = ACTIONS(1777), + [anon_sym_private] = ACTIONS(1777), + [anon_sym_internal] = ACTIONS(1777), + [anon_sym_fileprivate] = ACTIONS(1777), + [anon_sym_open] = ACTIONS(1777), + [anon_sym_mutating] = ACTIONS(1777), + [anon_sym_nonmutating] = ACTIONS(1777), + [anon_sym_static] = ACTIONS(1777), + [anon_sym_dynamic] = ACTIONS(1777), + [anon_sym_optional] = ACTIONS(1777), + [anon_sym_distributed] = ACTIONS(1777), + [anon_sym_final] = ACTIONS(1777), + [anon_sym_inout] = ACTIONS(1777), + [anon_sym_ATescaping] = ACTIONS(1772), + [anon_sym_ATautoclosure] = ACTIONS(1772), + [anon_sym_weak] = ACTIONS(1777), + [anon_sym_unowned] = ACTIONS(1777), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(1772), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(1772), + [anon_sym_borrowing] = ACTIONS(1765), + [anon_sym_consuming] = ACTIONS(1765), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(1770), + [sym_raw_str_end_part] = ACTIONS(1770), + [sym__implicit_semi] = ACTIONS(1772), + [sym__explicit_semi] = ACTIONS(1772), + [sym__dot_custom] = ACTIONS(1774), + [sym__conjunction_operator_custom] = ACTIONS(1772), + [sym__disjunction_operator_custom] = ACTIONS(1772), + [sym__nil_coalescing_operator_custom] = ACTIONS(1772), + [sym__eq_custom] = ACTIONS(1774), + [sym__eq_eq_custom] = ACTIONS(1774), + [sym__plus_then_ws] = ACTIONS(1774), + [sym__minus_then_ws] = ACTIONS(1774), + [sym__bang_custom] = ACTIONS(1774), + [sym_default_keyword] = ACTIONS(1772), + [sym_where_keyword] = ACTIONS(1772), + [sym__as_custom] = ACTIONS(1772), + [sym__as_quest_custom] = ACTIONS(1772), + [sym__as_bang_custom] = ACTIONS(1772), + [sym__custom_operator] = ACTIONS(1774), + [sym__hash_symbol_custom] = ACTIONS(1770), + [sym__directive_if] = ACTIONS(1770), + [sym__directive_elseif] = ACTIONS(1770), + [sym__directive_else] = ACTIONS(1770), + [sym__directive_endif] = ACTIONS(1770), + }, + [STATE(763)] = { + [anon_sym_BANG] = ACTIONS(1797), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1797), + [aux_sym_simple_identifier_token2] = ACTIONS(1799), + [aux_sym_simple_identifier_token3] = ACTIONS(1799), + [aux_sym_simple_identifier_token4] = ACTIONS(1799), + [anon_sym_actor] = ACTIONS(1797), + [anon_sym_async] = ACTIONS(1797), + [anon_sym_each] = ACTIONS(1797), + [anon_sym_lazy] = ACTIONS(1797), + [anon_sym_repeat] = ACTIONS(1797), + [anon_sym_package] = ACTIONS(1797), + [anon_sym_nil] = ACTIONS(1797), + [sym_real_literal] = ACTIONS(1799), + [sym_integer_literal] = ACTIONS(1797), + [sym_hex_literal] = ACTIONS(1797), + [sym_oct_literal] = ACTIONS(1799), + [sym_bin_literal] = ACTIONS(1799), + [anon_sym_true] = ACTIONS(1797), + [anon_sym_false] = ACTIONS(1797), + [anon_sym_DQUOTE] = ACTIONS(1797), + [anon_sym_BSLASH] = ACTIONS(1799), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1799), + [anon_sym_COMMA] = ACTIONS(1799), + [sym__oneline_regex_literal] = ACTIONS(1797), + [anon_sym_LPAREN] = ACTIONS(1799), + [anon_sym_LBRACK] = ACTIONS(1799), + [anon_sym_QMARK] = ACTIONS(1797), + [anon_sym_QMARK2] = ACTIONS(1799), + [anon_sym_AMP] = ACTIONS(1799), + [anon_sym_TILDE] = ACTIONS(1799), + [anon_sym_if] = ACTIONS(1797), + [anon_sym_switch] = ACTIONS(1797), + [aux_sym_custom_operator_token1] = ACTIONS(1799), + [anon_sym_LT] = ACTIONS(1797), + [anon_sym_GT] = ACTIONS(1797), + [anon_sym_await] = ACTIONS(1797), + [anon_sym_LBRACE] = ACTIONS(1799), + [anon_sym_CARET_LBRACE] = ACTIONS(1799), + [anon_sym_RBRACE] = ACTIONS(1799), + [anon_sym_self] = ACTIONS(1797), + [anon_sym_super] = ACTIONS(1797), + [anon_sym_case] = ACTIONS(1797), + [anon_sym_fallthrough] = ACTIONS(1797), + [anon_sym_try] = ACTIONS(1797), + [anon_sym_PLUS_EQ] = ACTIONS(1799), + [anon_sym_DASH_EQ] = ACTIONS(1799), + [anon_sym_STAR_EQ] = ACTIONS(1799), + [anon_sym_SLASH_EQ] = ACTIONS(1799), + [anon_sym_PERCENT_EQ] = ACTIONS(1799), + [anon_sym_BANG_EQ] = ACTIONS(1797), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1799), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1799), + [anon_sym_LT_EQ] = ACTIONS(1799), + [anon_sym_GT_EQ] = ACTIONS(1799), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1799), + [anon_sym_DOT_DOT_LT] = ACTIONS(1799), + [anon_sym_is] = ACTIONS(1797), + [anon_sym_PLUS] = ACTIONS(1797), + [anon_sym_DASH] = ACTIONS(1797), + [anon_sym_STAR] = ACTIONS(1797), + [anon_sym_SLASH] = ACTIONS(1797), + [anon_sym_PERCENT] = ACTIONS(1797), + [anon_sym_PLUS_PLUS] = ACTIONS(1799), + [anon_sym_DASH_DASH] = ACTIONS(1799), + [anon_sym_PIPE] = ACTIONS(1799), + [anon_sym_CARET] = ACTIONS(1797), + [anon_sym_LT_LT] = ACTIONS(1799), + [anon_sym_GT_GT] = ACTIONS(1799), + [anon_sym_class] = ACTIONS(1797), + [anon_sym_prefix] = ACTIONS(1797), + [anon_sym_infix] = ACTIONS(1797), + [anon_sym_postfix] = ACTIONS(1797), + [anon_sym_AT] = ACTIONS(1797), + [anon_sym_override] = ACTIONS(1797), + [anon_sym_convenience] = ACTIONS(1797), + [anon_sym_required] = ACTIONS(1797), + [anon_sym_nonisolated] = ACTIONS(1797), + [anon_sym_public] = ACTIONS(1797), + [anon_sym_private] = ACTIONS(1797), + [anon_sym_internal] = ACTIONS(1797), + [anon_sym_fileprivate] = ACTIONS(1797), + [anon_sym_open] = ACTIONS(1797), + [anon_sym_mutating] = ACTIONS(1797), + [anon_sym_nonmutating] = ACTIONS(1797), + [anon_sym_static] = ACTIONS(1797), + [anon_sym_dynamic] = ACTIONS(1797), + [anon_sym_optional] = ACTIONS(1797), + [anon_sym_distributed] = ACTIONS(1797), + [anon_sym_final] = ACTIONS(1797), + [anon_sym_inout] = ACTIONS(1797), + [anon_sym_ATescaping] = ACTIONS(1799), + [anon_sym_ATautoclosure] = ACTIONS(1799), + [anon_sym_weak] = ACTIONS(1797), + [anon_sym_unowned] = ACTIONS(1797), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(1799), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(1799), + [anon_sym_borrowing] = ACTIONS(1797), + [anon_sym_consuming] = ACTIONS(1797), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(1799), + [sym_raw_str_end_part] = ACTIONS(1799), + [sym__implicit_semi] = ACTIONS(1799), + [sym__explicit_semi] = ACTIONS(1799), + [sym__dot_custom] = ACTIONS(1799), + [sym__conjunction_operator_custom] = ACTIONS(1799), + [sym__disjunction_operator_custom] = ACTIONS(1799), + [sym__nil_coalescing_operator_custom] = ACTIONS(1799), + [sym__eq_custom] = ACTIONS(1799), + [sym__eq_eq_custom] = ACTIONS(1799), + [sym__plus_then_ws] = ACTIONS(1799), + [sym__minus_then_ws] = ACTIONS(1799), + [sym__bang_custom] = ACTIONS(1799), + [sym_default_keyword] = ACTIONS(1799), + [sym_where_keyword] = ACTIONS(1799), + [sym__as_custom] = ACTIONS(1799), + [sym__as_quest_custom] = ACTIONS(1799), + [sym__as_bang_custom] = ACTIONS(1799), + [sym__custom_operator] = ACTIONS(1799), + [sym__hash_symbol_custom] = ACTIONS(1799), + [sym__directive_if] = ACTIONS(1799), + [sym__directive_elseif] = ACTIONS(1799), + [sym__directive_else] = ACTIONS(1799), + [sym__directive_endif] = ACTIONS(1799), + }, + [STATE(764)] = { + [anon_sym_BANG] = ACTIONS(1757), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1757), + [aux_sym_simple_identifier_token2] = ACTIONS(1759), + [aux_sym_simple_identifier_token3] = ACTIONS(1759), + [aux_sym_simple_identifier_token4] = ACTIONS(1759), + [anon_sym_actor] = ACTIONS(1757), + [anon_sym_async] = ACTIONS(1757), + [anon_sym_each] = ACTIONS(1757), + [anon_sym_lazy] = ACTIONS(1757), + [anon_sym_repeat] = ACTIONS(1757), + [anon_sym_package] = ACTIONS(1757), + [anon_sym_nil] = ACTIONS(1757), + [sym_real_literal] = ACTIONS(1759), + [sym_integer_literal] = ACTIONS(1757), + [sym_hex_literal] = ACTIONS(1757), + [sym_oct_literal] = ACTIONS(1759), + [sym_bin_literal] = ACTIONS(1759), + [anon_sym_true] = ACTIONS(1757), + [anon_sym_false] = ACTIONS(1757), + [anon_sym_DQUOTE] = ACTIONS(1757), + [anon_sym_BSLASH] = ACTIONS(1759), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1759), + [anon_sym_COMMA] = ACTIONS(1759), + [sym__oneline_regex_literal] = ACTIONS(1757), + [anon_sym_LPAREN] = ACTIONS(1759), + [anon_sym_LBRACK] = ACTIONS(1759), + [anon_sym_QMARK] = ACTIONS(1757), + [anon_sym_QMARK2] = ACTIONS(1759), + [anon_sym_AMP] = ACTIONS(1759), + [anon_sym_TILDE] = ACTIONS(1759), + [anon_sym_if] = ACTIONS(1757), + [anon_sym_switch] = ACTIONS(1757), + [aux_sym_custom_operator_token1] = ACTIONS(1759), + [anon_sym_LT] = ACTIONS(1757), + [anon_sym_GT] = ACTIONS(1757), + [anon_sym_await] = ACTIONS(1757), + [anon_sym_LBRACE] = ACTIONS(1759), + [anon_sym_CARET_LBRACE] = ACTIONS(1759), + [anon_sym_RBRACE] = ACTIONS(1759), + [anon_sym_self] = ACTIONS(1757), + [anon_sym_super] = ACTIONS(1757), + [anon_sym_case] = ACTIONS(1757), + [anon_sym_fallthrough] = ACTIONS(1757), + [anon_sym_try] = ACTIONS(1757), + [anon_sym_PLUS_EQ] = ACTIONS(1759), + [anon_sym_DASH_EQ] = ACTIONS(1759), + [anon_sym_STAR_EQ] = ACTIONS(1759), + [anon_sym_SLASH_EQ] = ACTIONS(1759), + [anon_sym_PERCENT_EQ] = ACTIONS(1759), + [anon_sym_BANG_EQ] = ACTIONS(1757), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1759), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1759), + [anon_sym_LT_EQ] = ACTIONS(1759), + [anon_sym_GT_EQ] = ACTIONS(1759), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1759), + [anon_sym_DOT_DOT_LT] = ACTIONS(1759), + [anon_sym_is] = ACTIONS(1757), + [anon_sym_PLUS] = ACTIONS(1757), + [anon_sym_DASH] = ACTIONS(1757), + [anon_sym_STAR] = ACTIONS(1757), + [anon_sym_SLASH] = ACTIONS(1757), + [anon_sym_PERCENT] = ACTIONS(1757), + [anon_sym_PLUS_PLUS] = ACTIONS(1759), + [anon_sym_DASH_DASH] = ACTIONS(1759), + [anon_sym_PIPE] = ACTIONS(1759), + [anon_sym_CARET] = ACTIONS(1757), + [anon_sym_LT_LT] = ACTIONS(1759), + [anon_sym_GT_GT] = ACTIONS(1759), + [anon_sym_class] = ACTIONS(1757), + [anon_sym_prefix] = ACTIONS(1757), + [anon_sym_infix] = ACTIONS(1757), + [anon_sym_postfix] = ACTIONS(1757), + [anon_sym_AT] = ACTIONS(1757), + [anon_sym_override] = ACTIONS(1757), + [anon_sym_convenience] = ACTIONS(1757), + [anon_sym_required] = ACTIONS(1757), + [anon_sym_nonisolated] = ACTIONS(1757), + [anon_sym_public] = ACTIONS(1757), + [anon_sym_private] = ACTIONS(1757), + [anon_sym_internal] = ACTIONS(1757), + [anon_sym_fileprivate] = ACTIONS(1757), + [anon_sym_open] = ACTIONS(1757), + [anon_sym_mutating] = ACTIONS(1757), + [anon_sym_nonmutating] = ACTIONS(1757), + [anon_sym_static] = ACTIONS(1757), + [anon_sym_dynamic] = ACTIONS(1757), + [anon_sym_optional] = ACTIONS(1757), + [anon_sym_distributed] = ACTIONS(1757), + [anon_sym_final] = ACTIONS(1757), + [anon_sym_inout] = ACTIONS(1757), + [anon_sym_ATescaping] = ACTIONS(1759), + [anon_sym_ATautoclosure] = ACTIONS(1759), + [anon_sym_weak] = ACTIONS(1757), + [anon_sym_unowned] = ACTIONS(1757), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(1759), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(1759), + [anon_sym_borrowing] = ACTIONS(1757), + [anon_sym_consuming] = ACTIONS(1757), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(1759), + [sym_raw_str_end_part] = ACTIONS(1759), + [sym__implicit_semi] = ACTIONS(1759), + [sym__explicit_semi] = ACTIONS(1759), + [sym__dot_custom] = ACTIONS(1759), + [sym__conjunction_operator_custom] = ACTIONS(1759), + [sym__disjunction_operator_custom] = ACTIONS(1759), + [sym__nil_coalescing_operator_custom] = ACTIONS(1759), + [sym__eq_custom] = ACTIONS(1759), + [sym__eq_eq_custom] = ACTIONS(1759), + [sym__plus_then_ws] = ACTIONS(1759), + [sym__minus_then_ws] = ACTIONS(1759), + [sym__bang_custom] = ACTIONS(1759), + [sym_default_keyword] = ACTIONS(1759), + [sym_where_keyword] = ACTIONS(1759), + [sym__as_custom] = ACTIONS(1759), + [sym__as_quest_custom] = ACTIONS(1759), + [sym__as_bang_custom] = ACTIONS(1759), + [sym__custom_operator] = ACTIONS(1759), + [sym__hash_symbol_custom] = ACTIONS(1759), + [sym__directive_if] = ACTIONS(1759), + [sym__directive_elseif] = ACTIONS(1759), + [sym__directive_else] = ACTIONS(1759), + [sym__directive_endif] = ACTIONS(1759), + }, + [STATE(765)] = { + [anon_sym_BANG] = ACTIONS(1787), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1768), + [aux_sym_simple_identifier_token2] = ACTIONS(1770), + [aux_sym_simple_identifier_token3] = ACTIONS(1770), + [aux_sym_simple_identifier_token4] = ACTIONS(1770), + [anon_sym_actor] = ACTIONS(1768), + [anon_sym_async] = ACTIONS(1768), + [anon_sym_each] = ACTIONS(1768), + [anon_sym_lazy] = ACTIONS(1787), + [anon_sym_repeat] = ACTIONS(1768), + [anon_sym_package] = ACTIONS(1787), + [anon_sym_nil] = ACTIONS(1768), + [sym_real_literal] = ACTIONS(1770), + [sym_integer_literal] = ACTIONS(1768), + [sym_hex_literal] = ACTIONS(1768), + [sym_oct_literal] = ACTIONS(1770), + [sym_bin_literal] = ACTIONS(1770), + [anon_sym_true] = ACTIONS(1768), + [anon_sym_false] = ACTIONS(1768), + [anon_sym_DQUOTE] = ACTIONS(1768), + [anon_sym_BSLASH] = ACTIONS(1770), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1770), + [anon_sym_COMMA] = ACTIONS(1790), + [sym__oneline_regex_literal] = ACTIONS(1768), + [anon_sym_LPAREN] = ACTIONS(1792), + [anon_sym_LBRACK] = ACTIONS(1792), + [anon_sym_QMARK] = ACTIONS(1795), + [anon_sym_QMARK2] = ACTIONS(1790), + [anon_sym_AMP] = ACTIONS(1792), + [anon_sym_TILDE] = ACTIONS(1770), + [anon_sym_if] = ACTIONS(1768), + [anon_sym_switch] = ACTIONS(1768), + [aux_sym_custom_operator_token1] = ACTIONS(1792), + [anon_sym_LT] = ACTIONS(1787), + [anon_sym_GT] = ACTIONS(1787), + [anon_sym_await] = ACTIONS(1768), + [anon_sym_LBRACE] = ACTIONS(1792), + [anon_sym_CARET_LBRACE] = ACTIONS(1792), + [anon_sym_RBRACE] = ACTIONS(1790), + [anon_sym_self] = ACTIONS(1768), + [anon_sym_super] = ACTIONS(1768), + [anon_sym_case] = ACTIONS(1795), + [anon_sym_fallthrough] = ACTIONS(1795), + [anon_sym_try] = ACTIONS(1768), + [anon_sym_PLUS_EQ] = ACTIONS(1792), + [anon_sym_DASH_EQ] = ACTIONS(1792), + [anon_sym_STAR_EQ] = ACTIONS(1792), + [anon_sym_SLASH_EQ] = ACTIONS(1792), + [anon_sym_PERCENT_EQ] = ACTIONS(1792), + [anon_sym_BANG_EQ] = ACTIONS(1787), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1792), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1792), + [anon_sym_LT_EQ] = ACTIONS(1792), + [anon_sym_GT_EQ] = ACTIONS(1792), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1792), + [anon_sym_DOT_DOT_LT] = ACTIONS(1792), + [anon_sym_is] = ACTIONS(1795), + [anon_sym_PLUS] = ACTIONS(1787), + [anon_sym_DASH] = ACTIONS(1787), + [anon_sym_STAR] = ACTIONS(1787), + [anon_sym_SLASH] = ACTIONS(1787), + [anon_sym_PERCENT] = ACTIONS(1787), + [anon_sym_PLUS_PLUS] = ACTIONS(1792), + [anon_sym_DASH_DASH] = ACTIONS(1792), + [anon_sym_PIPE] = ACTIONS(1792), + [anon_sym_CARET] = ACTIONS(1787), + [anon_sym_LT_LT] = ACTIONS(1792), + [anon_sym_GT_GT] = ACTIONS(1792), + [anon_sym_class] = ACTIONS(1795), + [anon_sym_prefix] = ACTIONS(1795), + [anon_sym_infix] = ACTIONS(1795), + [anon_sym_postfix] = ACTIONS(1795), + [anon_sym_AT] = ACTIONS(1795), + [anon_sym_override] = ACTIONS(1795), + [anon_sym_convenience] = ACTIONS(1795), + [anon_sym_required] = ACTIONS(1795), + [anon_sym_nonisolated] = ACTIONS(1795), + [anon_sym_public] = ACTIONS(1795), + [anon_sym_private] = ACTIONS(1795), + [anon_sym_internal] = ACTIONS(1795), + [anon_sym_fileprivate] = ACTIONS(1795), + [anon_sym_open] = ACTIONS(1795), + [anon_sym_mutating] = ACTIONS(1795), + [anon_sym_nonmutating] = ACTIONS(1795), + [anon_sym_static] = ACTIONS(1795), + [anon_sym_dynamic] = ACTIONS(1795), + [anon_sym_optional] = ACTIONS(1795), + [anon_sym_distributed] = ACTIONS(1795), + [anon_sym_final] = ACTIONS(1795), + [anon_sym_inout] = ACTIONS(1795), + [anon_sym_ATescaping] = ACTIONS(1790), + [anon_sym_ATautoclosure] = ACTIONS(1790), + [anon_sym_weak] = ACTIONS(1795), + [anon_sym_unowned] = ACTIONS(1795), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(1790), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(1790), + [anon_sym_borrowing] = ACTIONS(1787), + [anon_sym_consuming] = ACTIONS(1787), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(1770), + [sym_raw_str_end_part] = ACTIONS(1770), + [sym__implicit_semi] = ACTIONS(1790), + [sym__explicit_semi] = ACTIONS(1790), + [sym__dot_custom] = ACTIONS(1792), + [sym__conjunction_operator_custom] = ACTIONS(1790), + [sym__disjunction_operator_custom] = ACTIONS(1790), + [sym__nil_coalescing_operator_custom] = ACTIONS(1790), + [sym__eq_custom] = ACTIONS(1792), + [sym__eq_eq_custom] = ACTIONS(1792), + [sym__plus_then_ws] = ACTIONS(1792), + [sym__minus_then_ws] = ACTIONS(1792), + [sym__bang_custom] = ACTIONS(1792), + [sym_default_keyword] = ACTIONS(1790), + [sym_where_keyword] = ACTIONS(1790), + [sym__as_custom] = ACTIONS(1790), + [sym__as_quest_custom] = ACTIONS(1790), + [sym__as_bang_custom] = ACTIONS(1790), + [sym__custom_operator] = ACTIONS(1792), + [sym__hash_symbol_custom] = ACTIONS(1770), + [sym__directive_if] = ACTIONS(1770), + [sym__directive_elseif] = ACTIONS(1770), + [sym__directive_else] = ACTIONS(1770), + [sym__directive_endif] = ACTIONS(1770), + }, + [STATE(766)] = { + [anon_sym_BANG] = ACTIONS(1761), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1761), + [aux_sym_simple_identifier_token2] = ACTIONS(1763), + [aux_sym_simple_identifier_token3] = ACTIONS(1763), + [aux_sym_simple_identifier_token4] = ACTIONS(1763), + [anon_sym_actor] = ACTIONS(1761), + [anon_sym_async] = ACTIONS(1761), + [anon_sym_each] = ACTIONS(1761), + [anon_sym_lazy] = ACTIONS(1761), + [anon_sym_repeat] = ACTIONS(1761), + [anon_sym_package] = ACTIONS(1761), + [anon_sym_nil] = ACTIONS(1761), + [sym_real_literal] = ACTIONS(1763), + [sym_integer_literal] = ACTIONS(1761), + [sym_hex_literal] = ACTIONS(1761), + [sym_oct_literal] = ACTIONS(1763), + [sym_bin_literal] = ACTIONS(1763), + [anon_sym_true] = ACTIONS(1761), + [anon_sym_false] = ACTIONS(1761), + [anon_sym_DQUOTE] = ACTIONS(1761), + [anon_sym_BSLASH] = ACTIONS(1763), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1763), + [anon_sym_COMMA] = ACTIONS(1763), + [sym__oneline_regex_literal] = ACTIONS(1761), + [anon_sym_LPAREN] = ACTIONS(1763), + [anon_sym_LBRACK] = ACTIONS(1763), + [anon_sym_QMARK] = ACTIONS(1761), + [anon_sym_QMARK2] = ACTIONS(1763), + [anon_sym_AMP] = ACTIONS(1763), + [anon_sym_TILDE] = ACTIONS(1763), + [anon_sym_if] = ACTIONS(1761), + [anon_sym_switch] = ACTIONS(1761), + [aux_sym_custom_operator_token1] = ACTIONS(1763), + [anon_sym_LT] = ACTIONS(1761), + [anon_sym_GT] = ACTIONS(1761), + [anon_sym_await] = ACTIONS(1761), + [anon_sym_LBRACE] = ACTIONS(1763), + [anon_sym_CARET_LBRACE] = ACTIONS(1763), + [anon_sym_RBRACE] = ACTIONS(1763), + [anon_sym_self] = ACTIONS(1761), + [anon_sym_super] = ACTIONS(1761), + [anon_sym_case] = ACTIONS(1761), + [anon_sym_fallthrough] = ACTIONS(1761), + [anon_sym_try] = ACTIONS(1761), + [anon_sym_PLUS_EQ] = ACTIONS(1763), + [anon_sym_DASH_EQ] = ACTIONS(1763), + [anon_sym_STAR_EQ] = ACTIONS(1763), + [anon_sym_SLASH_EQ] = ACTIONS(1763), + [anon_sym_PERCENT_EQ] = ACTIONS(1763), + [anon_sym_BANG_EQ] = ACTIONS(1761), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1763), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1763), + [anon_sym_LT_EQ] = ACTIONS(1763), + [anon_sym_GT_EQ] = ACTIONS(1763), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1763), + [anon_sym_DOT_DOT_LT] = ACTIONS(1763), + [anon_sym_is] = ACTIONS(1761), + [anon_sym_PLUS] = ACTIONS(1761), + [anon_sym_DASH] = ACTIONS(1761), + [anon_sym_STAR] = ACTIONS(1761), + [anon_sym_SLASH] = ACTIONS(1761), + [anon_sym_PERCENT] = ACTIONS(1761), + [anon_sym_PLUS_PLUS] = ACTIONS(1763), + [anon_sym_DASH_DASH] = ACTIONS(1763), + [anon_sym_PIPE] = ACTIONS(1763), + [anon_sym_CARET] = ACTIONS(1761), + [anon_sym_LT_LT] = ACTIONS(1763), + [anon_sym_GT_GT] = ACTIONS(1763), + [anon_sym_class] = ACTIONS(1761), + [anon_sym_prefix] = ACTIONS(1761), + [anon_sym_infix] = ACTIONS(1761), + [anon_sym_postfix] = ACTIONS(1761), + [anon_sym_AT] = ACTIONS(1761), + [anon_sym_override] = ACTIONS(1761), + [anon_sym_convenience] = ACTIONS(1761), + [anon_sym_required] = ACTIONS(1761), + [anon_sym_nonisolated] = ACTIONS(1761), + [anon_sym_public] = ACTIONS(1761), + [anon_sym_private] = ACTIONS(1761), + [anon_sym_internal] = ACTIONS(1761), + [anon_sym_fileprivate] = ACTIONS(1761), + [anon_sym_open] = ACTIONS(1761), + [anon_sym_mutating] = ACTIONS(1761), + [anon_sym_nonmutating] = ACTIONS(1761), + [anon_sym_static] = ACTIONS(1761), + [anon_sym_dynamic] = ACTIONS(1761), + [anon_sym_optional] = ACTIONS(1761), + [anon_sym_distributed] = ACTIONS(1761), + [anon_sym_final] = ACTIONS(1761), + [anon_sym_inout] = ACTIONS(1761), + [anon_sym_ATescaping] = ACTIONS(1763), + [anon_sym_ATautoclosure] = ACTIONS(1763), + [anon_sym_weak] = ACTIONS(1761), + [anon_sym_unowned] = ACTIONS(1761), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(1763), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(1763), + [anon_sym_borrowing] = ACTIONS(1761), + [anon_sym_consuming] = ACTIONS(1761), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(1763), + [sym_raw_str_end_part] = ACTIONS(1763), + [sym__implicit_semi] = ACTIONS(1763), + [sym__explicit_semi] = ACTIONS(1763), + [sym__dot_custom] = ACTIONS(1763), + [sym__conjunction_operator_custom] = ACTIONS(1763), + [sym__disjunction_operator_custom] = ACTIONS(1763), + [sym__nil_coalescing_operator_custom] = ACTIONS(1763), + [sym__eq_custom] = ACTIONS(1763), + [sym__eq_eq_custom] = ACTIONS(1763), + [sym__plus_then_ws] = ACTIONS(1763), + [sym__minus_then_ws] = ACTIONS(1763), + [sym__bang_custom] = ACTIONS(1763), + [sym_default_keyword] = ACTIONS(1763), + [sym_where_keyword] = ACTIONS(1763), + [sym__as_custom] = ACTIONS(1763), + [sym__as_quest_custom] = ACTIONS(1763), + [sym__as_bang_custom] = ACTIONS(1763), + [sym__custom_operator] = ACTIONS(1763), + [sym__hash_symbol_custom] = ACTIONS(1763), + [sym__directive_if] = ACTIONS(1763), + [sym__directive_elseif] = ACTIONS(1763), + [sym__directive_else] = ACTIONS(1763), + [sym__directive_endif] = ACTIONS(1763), + }, + [STATE(767)] = { + [anon_sym_BANG] = ACTIONS(1761), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1761), + [aux_sym_simple_identifier_token2] = ACTIONS(1763), + [aux_sym_simple_identifier_token3] = ACTIONS(1763), + [aux_sym_simple_identifier_token4] = ACTIONS(1763), + [anon_sym_actor] = ACTIONS(1761), + [anon_sym_async] = ACTIONS(1761), + [anon_sym_each] = ACTIONS(1761), + [anon_sym_lazy] = ACTIONS(1761), + [anon_sym_repeat] = ACTIONS(1761), + [anon_sym_package] = ACTIONS(1761), + [anon_sym_nil] = ACTIONS(1761), + [sym_real_literal] = ACTIONS(1763), + [sym_integer_literal] = ACTIONS(1761), + [sym_hex_literal] = ACTIONS(1761), + [sym_oct_literal] = ACTIONS(1763), + [sym_bin_literal] = ACTIONS(1763), + [anon_sym_true] = ACTIONS(1761), + [anon_sym_false] = ACTIONS(1761), + [anon_sym_DQUOTE] = ACTIONS(1761), + [anon_sym_BSLASH] = ACTIONS(1763), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1763), + [anon_sym_COMMA] = ACTIONS(1763), + [sym__oneline_regex_literal] = ACTIONS(1761), + [anon_sym_LPAREN] = ACTIONS(1763), + [anon_sym_LBRACK] = ACTIONS(1763), + [anon_sym_QMARK] = ACTIONS(1761), + [anon_sym_QMARK2] = ACTIONS(1763), + [anon_sym_AMP] = ACTIONS(1763), + [anon_sym_TILDE] = ACTIONS(1763), + [anon_sym_if] = ACTIONS(1761), + [anon_sym_switch] = ACTIONS(1761), + [aux_sym_custom_operator_token1] = ACTIONS(1763), + [anon_sym_LT] = ACTIONS(1761), + [anon_sym_GT] = ACTIONS(1761), + [anon_sym_await] = ACTIONS(1761), + [anon_sym_LBRACE] = ACTIONS(1763), + [anon_sym_CARET_LBRACE] = ACTIONS(1763), + [anon_sym_RBRACE] = ACTIONS(1763), + [anon_sym_self] = ACTIONS(1761), + [anon_sym_super] = ACTIONS(1761), + [anon_sym_case] = ACTIONS(1761), + [anon_sym_fallthrough] = ACTIONS(1761), + [anon_sym_try] = ACTIONS(1761), + [anon_sym_PLUS_EQ] = ACTIONS(1763), + [anon_sym_DASH_EQ] = ACTIONS(1763), + [anon_sym_STAR_EQ] = ACTIONS(1763), + [anon_sym_SLASH_EQ] = ACTIONS(1763), + [anon_sym_PERCENT_EQ] = ACTIONS(1763), + [anon_sym_BANG_EQ] = ACTIONS(1761), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1763), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1763), + [anon_sym_LT_EQ] = ACTIONS(1763), + [anon_sym_GT_EQ] = ACTIONS(1763), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1763), + [anon_sym_DOT_DOT_LT] = ACTIONS(1763), + [anon_sym_is] = ACTIONS(1761), + [anon_sym_PLUS] = ACTIONS(1761), + [anon_sym_DASH] = ACTIONS(1761), + [anon_sym_STAR] = ACTIONS(1761), + [anon_sym_SLASH] = ACTIONS(1761), + [anon_sym_PERCENT] = ACTIONS(1761), + [anon_sym_PLUS_PLUS] = ACTIONS(1763), + [anon_sym_DASH_DASH] = ACTIONS(1763), + [anon_sym_PIPE] = ACTIONS(1763), + [anon_sym_CARET] = ACTIONS(1761), + [anon_sym_LT_LT] = ACTIONS(1763), + [anon_sym_GT_GT] = ACTIONS(1763), + [anon_sym_class] = ACTIONS(1761), + [anon_sym_prefix] = ACTIONS(1761), + [anon_sym_infix] = ACTIONS(1761), + [anon_sym_postfix] = ACTIONS(1761), + [anon_sym_AT] = ACTIONS(1761), + [anon_sym_override] = ACTIONS(1761), + [anon_sym_convenience] = ACTIONS(1761), + [anon_sym_required] = ACTIONS(1761), + [anon_sym_nonisolated] = ACTIONS(1761), + [anon_sym_public] = ACTIONS(1761), + [anon_sym_private] = ACTIONS(1761), + [anon_sym_internal] = ACTIONS(1761), + [anon_sym_fileprivate] = ACTIONS(1761), + [anon_sym_open] = ACTIONS(1761), + [anon_sym_mutating] = ACTIONS(1761), + [anon_sym_nonmutating] = ACTIONS(1761), + [anon_sym_static] = ACTIONS(1761), + [anon_sym_dynamic] = ACTIONS(1761), + [anon_sym_optional] = ACTIONS(1761), + [anon_sym_distributed] = ACTIONS(1761), + [anon_sym_final] = ACTIONS(1761), + [anon_sym_inout] = ACTIONS(1761), + [anon_sym_ATescaping] = ACTIONS(1763), + [anon_sym_ATautoclosure] = ACTIONS(1763), + [anon_sym_weak] = ACTIONS(1761), + [anon_sym_unowned] = ACTIONS(1761), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(1763), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(1763), + [anon_sym_borrowing] = ACTIONS(1761), + [anon_sym_consuming] = ACTIONS(1761), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(1763), + [sym_raw_str_end_part] = ACTIONS(1763), + [sym__implicit_semi] = ACTIONS(1763), + [sym__explicit_semi] = ACTIONS(1763), + [sym__dot_custom] = ACTIONS(1763), + [sym__conjunction_operator_custom] = ACTIONS(1763), + [sym__disjunction_operator_custom] = ACTIONS(1763), + [sym__nil_coalescing_operator_custom] = ACTIONS(1763), + [sym__eq_custom] = ACTIONS(1763), + [sym__eq_eq_custom] = ACTIONS(1763), + [sym__plus_then_ws] = ACTIONS(1763), + [sym__minus_then_ws] = ACTIONS(1763), + [sym__bang_custom] = ACTIONS(1763), + [sym_default_keyword] = ACTIONS(1763), + [sym__as_custom] = ACTIONS(1763), + [sym__as_quest_custom] = ACTIONS(1763), + [sym__as_bang_custom] = ACTIONS(1763), + [sym__custom_operator] = ACTIONS(1763), + [sym__hash_symbol_custom] = ACTIONS(1763), + [sym__directive_if] = ACTIONS(1763), + [sym__directive_elseif] = ACTIONS(1763), + [sym__directive_else] = ACTIONS(1763), + [sym__directive_endif] = ACTIONS(1763), + }, + [STATE(768)] = { + [anon_sym_BANG] = ACTIONS(1779), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1779), + [aux_sym_simple_identifier_token2] = ACTIONS(1781), + [aux_sym_simple_identifier_token3] = ACTIONS(1781), + [aux_sym_simple_identifier_token4] = ACTIONS(1781), + [anon_sym_actor] = ACTIONS(1779), + [anon_sym_async] = ACTIONS(1779), + [anon_sym_each] = ACTIONS(1779), + [anon_sym_lazy] = ACTIONS(1779), + [anon_sym_repeat] = ACTIONS(1779), + [anon_sym_package] = ACTIONS(1779), + [anon_sym_nil] = ACTIONS(1779), + [sym_real_literal] = ACTIONS(1781), + [sym_integer_literal] = ACTIONS(1779), + [sym_hex_literal] = ACTIONS(1779), + [sym_oct_literal] = ACTIONS(1781), + [sym_bin_literal] = ACTIONS(1781), + [anon_sym_true] = ACTIONS(1779), + [anon_sym_false] = ACTIONS(1779), + [anon_sym_DQUOTE] = ACTIONS(1779), + [anon_sym_BSLASH] = ACTIONS(1781), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1781), + [anon_sym_COMMA] = ACTIONS(1783), + [sym__oneline_regex_literal] = ACTIONS(1779), + [anon_sym_LPAREN] = ACTIONS(1781), + [anon_sym_LBRACK] = ACTIONS(1781), + [anon_sym_QMARK] = ACTIONS(1785), + [anon_sym_QMARK2] = ACTIONS(1783), + [anon_sym_AMP] = ACTIONS(1781), + [anon_sym_TILDE] = ACTIONS(1781), + [anon_sym_if] = ACTIONS(1779), + [anon_sym_switch] = ACTIONS(1779), + [aux_sym_custom_operator_token1] = ACTIONS(1781), + [anon_sym_LT] = ACTIONS(1779), + [anon_sym_GT] = ACTIONS(1779), + [anon_sym_await] = ACTIONS(1779), + [anon_sym_LBRACE] = ACTIONS(1781), + [anon_sym_CARET_LBRACE] = ACTIONS(1781), + [anon_sym_RBRACE] = ACTIONS(1783), + [anon_sym_self] = ACTIONS(1779), + [anon_sym_super] = ACTIONS(1779), + [anon_sym_case] = ACTIONS(1785), + [anon_sym_fallthrough] = ACTIONS(1785), + [anon_sym_try] = ACTIONS(1779), + [anon_sym_PLUS_EQ] = ACTIONS(1781), + [anon_sym_DASH_EQ] = ACTIONS(1781), + [anon_sym_STAR_EQ] = ACTIONS(1781), + [anon_sym_SLASH_EQ] = ACTIONS(1781), + [anon_sym_PERCENT_EQ] = ACTIONS(1781), + [anon_sym_BANG_EQ] = ACTIONS(1779), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1781), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1781), + [anon_sym_LT_EQ] = ACTIONS(1781), + [anon_sym_GT_EQ] = ACTIONS(1781), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1781), + [anon_sym_DOT_DOT_LT] = ACTIONS(1781), + [anon_sym_is] = ACTIONS(1785), + [anon_sym_PLUS] = ACTIONS(1779), + [anon_sym_DASH] = ACTIONS(1779), + [anon_sym_STAR] = ACTIONS(1779), + [anon_sym_SLASH] = ACTIONS(1779), + [anon_sym_PERCENT] = ACTIONS(1779), + [anon_sym_PLUS_PLUS] = ACTIONS(1781), + [anon_sym_DASH_DASH] = ACTIONS(1781), + [anon_sym_PIPE] = ACTIONS(1781), + [anon_sym_CARET] = ACTIONS(1779), + [anon_sym_LT_LT] = ACTIONS(1781), + [anon_sym_GT_GT] = ACTIONS(1781), + [anon_sym_class] = ACTIONS(1785), + [anon_sym_prefix] = ACTIONS(1785), + [anon_sym_infix] = ACTIONS(1785), + [anon_sym_postfix] = ACTIONS(1785), + [anon_sym_AT] = ACTIONS(1785), + [anon_sym_override] = ACTIONS(1785), + [anon_sym_convenience] = ACTIONS(1785), + [anon_sym_required] = ACTIONS(1785), + [anon_sym_nonisolated] = ACTIONS(1785), + [anon_sym_public] = ACTIONS(1785), + [anon_sym_private] = ACTIONS(1785), + [anon_sym_internal] = ACTIONS(1785), + [anon_sym_fileprivate] = ACTIONS(1785), + [anon_sym_open] = ACTIONS(1785), + [anon_sym_mutating] = ACTIONS(1785), + [anon_sym_nonmutating] = ACTIONS(1785), + [anon_sym_static] = ACTIONS(1785), + [anon_sym_dynamic] = ACTIONS(1785), + [anon_sym_optional] = ACTIONS(1785), + [anon_sym_distributed] = ACTIONS(1785), + [anon_sym_final] = ACTIONS(1785), + [anon_sym_inout] = ACTIONS(1785), + [anon_sym_ATescaping] = ACTIONS(1783), + [anon_sym_ATautoclosure] = ACTIONS(1783), + [anon_sym_weak] = ACTIONS(1785), + [anon_sym_unowned] = ACTIONS(1785), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(1783), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(1783), + [anon_sym_borrowing] = ACTIONS(1779), + [anon_sym_consuming] = ACTIONS(1779), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(1781), + [sym_raw_str_end_part] = ACTIONS(1781), + [sym__implicit_semi] = ACTIONS(1783), + [sym__explicit_semi] = ACTIONS(1783), + [sym__dot_custom] = ACTIONS(1781), + [sym__conjunction_operator_custom] = ACTIONS(1783), + [sym__disjunction_operator_custom] = ACTIONS(1783), + [sym__nil_coalescing_operator_custom] = ACTIONS(1783), + [sym__eq_custom] = ACTIONS(1781), + [sym__eq_eq_custom] = ACTIONS(1781), + [sym__plus_then_ws] = ACTIONS(1781), + [sym__minus_then_ws] = ACTIONS(1781), + [sym__bang_custom] = ACTIONS(1781), + [sym_default_keyword] = ACTIONS(1783), + [sym__as_custom] = ACTIONS(1783), + [sym__as_quest_custom] = ACTIONS(1783), + [sym__as_bang_custom] = ACTIONS(1783), + [sym__custom_operator] = ACTIONS(1781), + [sym__hash_symbol_custom] = ACTIONS(1781), + [sym__directive_if] = ACTIONS(1781), + [sym__directive_elseif] = ACTIONS(1781), + [sym__directive_else] = ACTIONS(1781), + [sym__directive_endif] = ACTIONS(1781), + }, + [STATE(769)] = { + [anon_sym_BANG] = ACTIONS(1797), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1797), + [aux_sym_simple_identifier_token2] = ACTIONS(1799), + [aux_sym_simple_identifier_token3] = ACTIONS(1799), + [aux_sym_simple_identifier_token4] = ACTIONS(1799), + [anon_sym_actor] = ACTIONS(1797), + [anon_sym_async] = ACTIONS(1797), + [anon_sym_each] = ACTIONS(1797), + [anon_sym_lazy] = ACTIONS(1797), + [anon_sym_repeat] = ACTIONS(1797), + [anon_sym_package] = ACTIONS(1797), + [anon_sym_nil] = ACTIONS(1797), + [sym_real_literal] = ACTIONS(1799), + [sym_integer_literal] = ACTIONS(1797), + [sym_hex_literal] = ACTIONS(1797), + [sym_oct_literal] = ACTIONS(1799), + [sym_bin_literal] = ACTIONS(1799), + [anon_sym_true] = ACTIONS(1797), + [anon_sym_false] = ACTIONS(1797), + [anon_sym_DQUOTE] = ACTIONS(1797), + [anon_sym_BSLASH] = ACTIONS(1799), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1799), + [anon_sym_COMMA] = ACTIONS(1799), + [sym__oneline_regex_literal] = ACTIONS(1797), + [anon_sym_LPAREN] = ACTIONS(1799), + [anon_sym_LBRACK] = ACTIONS(1799), + [anon_sym_QMARK] = ACTIONS(1797), + [anon_sym_QMARK2] = ACTIONS(1799), + [anon_sym_AMP] = ACTIONS(1799), + [anon_sym_TILDE] = ACTIONS(1799), + [anon_sym_if] = ACTIONS(1797), + [anon_sym_switch] = ACTIONS(1797), + [aux_sym_custom_operator_token1] = ACTIONS(1799), + [anon_sym_LT] = ACTIONS(1797), + [anon_sym_GT] = ACTIONS(1797), + [anon_sym_await] = ACTIONS(1797), + [anon_sym_LBRACE] = ACTIONS(1799), + [anon_sym_CARET_LBRACE] = ACTIONS(1799), + [anon_sym_RBRACE] = ACTIONS(1799), + [anon_sym_self] = ACTIONS(1797), + [anon_sym_super] = ACTIONS(1797), + [anon_sym_case] = ACTIONS(1797), + [anon_sym_fallthrough] = ACTIONS(1797), + [anon_sym_try] = ACTIONS(1797), + [anon_sym_PLUS_EQ] = ACTIONS(1799), + [anon_sym_DASH_EQ] = ACTIONS(1799), + [anon_sym_STAR_EQ] = ACTIONS(1799), + [anon_sym_SLASH_EQ] = ACTIONS(1799), + [anon_sym_PERCENT_EQ] = ACTIONS(1799), + [anon_sym_BANG_EQ] = ACTIONS(1797), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1799), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1799), + [anon_sym_LT_EQ] = ACTIONS(1799), + [anon_sym_GT_EQ] = ACTIONS(1799), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1799), + [anon_sym_DOT_DOT_LT] = ACTIONS(1799), + [anon_sym_is] = ACTIONS(1797), + [anon_sym_PLUS] = ACTIONS(1797), + [anon_sym_DASH] = ACTIONS(1797), + [anon_sym_STAR] = ACTIONS(1797), + [anon_sym_SLASH] = ACTIONS(1797), + [anon_sym_PERCENT] = ACTIONS(1797), + [anon_sym_PLUS_PLUS] = ACTIONS(1799), + [anon_sym_DASH_DASH] = ACTIONS(1799), + [anon_sym_PIPE] = ACTIONS(1799), + [anon_sym_CARET] = ACTIONS(1797), + [anon_sym_LT_LT] = ACTIONS(1799), + [anon_sym_GT_GT] = ACTIONS(1799), + [anon_sym_class] = ACTIONS(1797), + [anon_sym_prefix] = ACTIONS(1797), + [anon_sym_infix] = ACTIONS(1797), + [anon_sym_postfix] = ACTIONS(1797), + [anon_sym_AT] = ACTIONS(1797), + [anon_sym_override] = ACTIONS(1797), + [anon_sym_convenience] = ACTIONS(1797), + [anon_sym_required] = ACTIONS(1797), + [anon_sym_nonisolated] = ACTIONS(1797), + [anon_sym_public] = ACTIONS(1797), + [anon_sym_private] = ACTIONS(1797), + [anon_sym_internal] = ACTIONS(1797), + [anon_sym_fileprivate] = ACTIONS(1797), + [anon_sym_open] = ACTIONS(1797), + [anon_sym_mutating] = ACTIONS(1797), + [anon_sym_nonmutating] = ACTIONS(1797), + [anon_sym_static] = ACTIONS(1797), + [anon_sym_dynamic] = ACTIONS(1797), + [anon_sym_optional] = ACTIONS(1797), + [anon_sym_distributed] = ACTIONS(1797), + [anon_sym_final] = ACTIONS(1797), + [anon_sym_inout] = ACTIONS(1797), + [anon_sym_ATescaping] = ACTIONS(1799), + [anon_sym_ATautoclosure] = ACTIONS(1799), + [anon_sym_weak] = ACTIONS(1797), + [anon_sym_unowned] = ACTIONS(1797), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(1799), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(1799), + [anon_sym_borrowing] = ACTIONS(1797), + [anon_sym_consuming] = ACTIONS(1797), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(1799), + [sym_raw_str_end_part] = ACTIONS(1799), + [sym__implicit_semi] = ACTIONS(1799), + [sym__explicit_semi] = ACTIONS(1799), + [sym__dot_custom] = ACTIONS(1799), + [sym__conjunction_operator_custom] = ACTIONS(1799), + [sym__disjunction_operator_custom] = ACTIONS(1799), + [sym__nil_coalescing_operator_custom] = ACTIONS(1799), + [sym__eq_custom] = ACTIONS(1799), + [sym__eq_eq_custom] = ACTIONS(1799), + [sym__plus_then_ws] = ACTIONS(1799), + [sym__minus_then_ws] = ACTIONS(1799), + [sym__bang_custom] = ACTIONS(1799), + [sym_default_keyword] = ACTIONS(1799), + [sym__as_custom] = ACTIONS(1799), + [sym__as_quest_custom] = ACTIONS(1799), + [sym__as_bang_custom] = ACTIONS(1799), + [sym__custom_operator] = ACTIONS(1799), + [sym__hash_symbol_custom] = ACTIONS(1799), + [sym__directive_if] = ACTIONS(1799), + [sym__directive_elseif] = ACTIONS(1799), + [sym__directive_else] = ACTIONS(1799), + [sym__directive_endif] = ACTIONS(1799), + }, + [STATE(770)] = { + [anon_sym_BANG] = ACTIONS(1757), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1757), + [aux_sym_simple_identifier_token2] = ACTIONS(1759), + [aux_sym_simple_identifier_token3] = ACTIONS(1759), + [aux_sym_simple_identifier_token4] = ACTIONS(1759), + [anon_sym_actor] = ACTIONS(1757), + [anon_sym_async] = ACTIONS(1757), + [anon_sym_each] = ACTIONS(1757), + [anon_sym_lazy] = ACTIONS(1757), + [anon_sym_repeat] = ACTIONS(1757), + [anon_sym_package] = ACTIONS(1757), + [anon_sym_nil] = ACTIONS(1757), + [sym_real_literal] = ACTIONS(1759), + [sym_integer_literal] = ACTIONS(1757), + [sym_hex_literal] = ACTIONS(1757), + [sym_oct_literal] = ACTIONS(1759), + [sym_bin_literal] = ACTIONS(1759), + [anon_sym_true] = ACTIONS(1757), + [anon_sym_false] = ACTIONS(1757), + [anon_sym_DQUOTE] = ACTIONS(1757), + [anon_sym_BSLASH] = ACTIONS(1759), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1759), + [anon_sym_COMMA] = ACTIONS(1759), + [sym__oneline_regex_literal] = ACTIONS(1757), + [anon_sym_LPAREN] = ACTIONS(1759), + [anon_sym_LBRACK] = ACTIONS(1759), + [anon_sym_QMARK] = ACTIONS(1757), + [anon_sym_QMARK2] = ACTIONS(1759), + [anon_sym_AMP] = ACTIONS(1759), + [anon_sym_TILDE] = ACTIONS(1759), + [anon_sym_if] = ACTIONS(1757), + [anon_sym_switch] = ACTIONS(1757), + [aux_sym_custom_operator_token1] = ACTIONS(1759), + [anon_sym_LT] = ACTIONS(1757), + [anon_sym_GT] = ACTIONS(1757), + [anon_sym_await] = ACTIONS(1757), + [anon_sym_LBRACE] = ACTIONS(1759), + [anon_sym_CARET_LBRACE] = ACTIONS(1759), + [anon_sym_RBRACE] = ACTIONS(1759), + [anon_sym_self] = ACTIONS(1757), + [anon_sym_super] = ACTIONS(1757), + [anon_sym_case] = ACTIONS(1757), + [anon_sym_fallthrough] = ACTIONS(1757), + [anon_sym_try] = ACTIONS(1757), + [anon_sym_PLUS_EQ] = ACTIONS(1759), + [anon_sym_DASH_EQ] = ACTIONS(1759), + [anon_sym_STAR_EQ] = ACTIONS(1759), + [anon_sym_SLASH_EQ] = ACTIONS(1759), + [anon_sym_PERCENT_EQ] = ACTIONS(1759), + [anon_sym_BANG_EQ] = ACTIONS(1757), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1759), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1759), + [anon_sym_LT_EQ] = ACTIONS(1759), + [anon_sym_GT_EQ] = ACTIONS(1759), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1759), + [anon_sym_DOT_DOT_LT] = ACTIONS(1759), + [anon_sym_is] = ACTIONS(1757), + [anon_sym_PLUS] = ACTIONS(1757), + [anon_sym_DASH] = ACTIONS(1757), + [anon_sym_STAR] = ACTIONS(1757), + [anon_sym_SLASH] = ACTIONS(1757), + [anon_sym_PERCENT] = ACTIONS(1757), + [anon_sym_PLUS_PLUS] = ACTIONS(1759), + [anon_sym_DASH_DASH] = ACTIONS(1759), + [anon_sym_PIPE] = ACTIONS(1759), + [anon_sym_CARET] = ACTIONS(1757), + [anon_sym_LT_LT] = ACTIONS(1759), + [anon_sym_GT_GT] = ACTIONS(1759), + [anon_sym_class] = ACTIONS(1757), + [anon_sym_prefix] = ACTIONS(1757), + [anon_sym_infix] = ACTIONS(1757), + [anon_sym_postfix] = ACTIONS(1757), + [anon_sym_AT] = ACTIONS(1757), + [anon_sym_override] = ACTIONS(1757), + [anon_sym_convenience] = ACTIONS(1757), + [anon_sym_required] = ACTIONS(1757), + [anon_sym_nonisolated] = ACTIONS(1757), + [anon_sym_public] = ACTIONS(1757), + [anon_sym_private] = ACTIONS(1757), + [anon_sym_internal] = ACTIONS(1757), + [anon_sym_fileprivate] = ACTIONS(1757), + [anon_sym_open] = ACTIONS(1757), + [anon_sym_mutating] = ACTIONS(1757), + [anon_sym_nonmutating] = ACTIONS(1757), + [anon_sym_static] = ACTIONS(1757), + [anon_sym_dynamic] = ACTIONS(1757), + [anon_sym_optional] = ACTIONS(1757), + [anon_sym_distributed] = ACTIONS(1757), + [anon_sym_final] = ACTIONS(1757), + [anon_sym_inout] = ACTIONS(1757), + [anon_sym_ATescaping] = ACTIONS(1759), + [anon_sym_ATautoclosure] = ACTIONS(1759), + [anon_sym_weak] = ACTIONS(1757), + [anon_sym_unowned] = ACTIONS(1757), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(1759), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(1759), + [anon_sym_borrowing] = ACTIONS(1757), + [anon_sym_consuming] = ACTIONS(1757), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(1759), + [sym_raw_str_end_part] = ACTIONS(1759), + [sym__implicit_semi] = ACTIONS(1759), + [sym__explicit_semi] = ACTIONS(1759), + [sym__dot_custom] = ACTIONS(1759), + [sym__conjunction_operator_custom] = ACTIONS(1759), + [sym__disjunction_operator_custom] = ACTIONS(1759), + [sym__nil_coalescing_operator_custom] = ACTIONS(1759), + [sym__eq_custom] = ACTIONS(1759), + [sym__eq_eq_custom] = ACTIONS(1759), + [sym__plus_then_ws] = ACTIONS(1759), + [sym__minus_then_ws] = ACTIONS(1759), + [sym__bang_custom] = ACTIONS(1759), + [sym_default_keyword] = ACTIONS(1759), + [sym__as_custom] = ACTIONS(1759), + [sym__as_quest_custom] = ACTIONS(1759), + [sym__as_bang_custom] = ACTIONS(1759), + [sym__custom_operator] = ACTIONS(1759), + [sym__hash_symbol_custom] = ACTIONS(1759), + [sym__directive_if] = ACTIONS(1759), + [sym__directive_elseif] = ACTIONS(1759), + [sym__directive_else] = ACTIONS(1759), + [sym__directive_endif] = ACTIONS(1759), + }, + [STATE(771)] = { + [anon_sym_BANG] = ACTIONS(1779), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1779), + [aux_sym_simple_identifier_token2] = ACTIONS(1781), + [aux_sym_simple_identifier_token3] = ACTIONS(1781), + [aux_sym_simple_identifier_token4] = ACTIONS(1781), + [anon_sym_actor] = ACTIONS(1779), + [anon_sym_async] = ACTIONS(1779), + [anon_sym_each] = ACTIONS(1779), + [anon_sym_lazy] = ACTIONS(1779), + [anon_sym_repeat] = ACTIONS(1779), + [anon_sym_package] = ACTIONS(1779), + [anon_sym_nil] = ACTIONS(1779), + [sym_real_literal] = ACTIONS(1781), + [sym_integer_literal] = ACTIONS(1779), + [sym_hex_literal] = ACTIONS(1779), + [sym_oct_literal] = ACTIONS(1781), + [sym_bin_literal] = ACTIONS(1781), + [anon_sym_true] = ACTIONS(1779), + [anon_sym_false] = ACTIONS(1779), + [anon_sym_DQUOTE] = ACTIONS(1779), + [anon_sym_BSLASH] = ACTIONS(1781), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1781), + [anon_sym_COMMA] = ACTIONS(1801), + [sym__oneline_regex_literal] = ACTIONS(1779), + [anon_sym_LPAREN] = ACTIONS(1781), + [anon_sym_LBRACK] = ACTIONS(1781), + [anon_sym_QMARK] = ACTIONS(1803), + [anon_sym_QMARK2] = ACTIONS(1801), + [anon_sym_AMP] = ACTIONS(1781), + [anon_sym_TILDE] = ACTIONS(1781), + [anon_sym_if] = ACTIONS(1779), + [anon_sym_switch] = ACTIONS(1779), + [aux_sym_custom_operator_token1] = ACTIONS(1781), + [anon_sym_LT] = ACTIONS(1779), + [anon_sym_GT] = ACTIONS(1779), + [anon_sym_await] = ACTIONS(1779), + [anon_sym_LBRACE] = ACTIONS(1781), + [anon_sym_CARET_LBRACE] = ACTIONS(1781), + [anon_sym_RBRACE] = ACTIONS(1801), + [anon_sym_self] = ACTIONS(1779), + [anon_sym_super] = ACTIONS(1779), + [anon_sym_case] = ACTIONS(1803), + [anon_sym_fallthrough] = ACTIONS(1803), + [anon_sym_try] = ACTIONS(1779), + [anon_sym_PLUS_EQ] = ACTIONS(1781), + [anon_sym_DASH_EQ] = ACTIONS(1781), + [anon_sym_STAR_EQ] = ACTIONS(1781), + [anon_sym_SLASH_EQ] = ACTIONS(1781), + [anon_sym_PERCENT_EQ] = ACTIONS(1781), + [anon_sym_BANG_EQ] = ACTIONS(1779), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1781), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1781), + [anon_sym_LT_EQ] = ACTIONS(1781), + [anon_sym_GT_EQ] = ACTIONS(1781), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1781), + [anon_sym_DOT_DOT_LT] = ACTIONS(1781), + [anon_sym_is] = ACTIONS(1803), + [anon_sym_PLUS] = ACTIONS(1779), + [anon_sym_DASH] = ACTIONS(1779), + [anon_sym_STAR] = ACTIONS(1779), + [anon_sym_SLASH] = ACTIONS(1779), + [anon_sym_PERCENT] = ACTIONS(1779), + [anon_sym_PLUS_PLUS] = ACTIONS(1781), + [anon_sym_DASH_DASH] = ACTIONS(1781), + [anon_sym_PIPE] = ACTIONS(1781), + [anon_sym_CARET] = ACTIONS(1779), + [anon_sym_LT_LT] = ACTIONS(1781), + [anon_sym_GT_GT] = ACTIONS(1781), + [anon_sym_class] = ACTIONS(1803), + [anon_sym_prefix] = ACTIONS(1803), + [anon_sym_infix] = ACTIONS(1803), + [anon_sym_postfix] = ACTIONS(1803), + [anon_sym_AT] = ACTIONS(1803), + [anon_sym_override] = ACTIONS(1803), + [anon_sym_convenience] = ACTIONS(1803), + [anon_sym_required] = ACTIONS(1803), + [anon_sym_nonisolated] = ACTIONS(1803), + [anon_sym_public] = ACTIONS(1803), + [anon_sym_private] = ACTIONS(1803), + [anon_sym_internal] = ACTIONS(1803), + [anon_sym_fileprivate] = ACTIONS(1803), + [anon_sym_open] = ACTIONS(1803), + [anon_sym_mutating] = ACTIONS(1803), + [anon_sym_nonmutating] = ACTIONS(1803), + [anon_sym_static] = ACTIONS(1803), + [anon_sym_dynamic] = ACTIONS(1803), + [anon_sym_optional] = ACTIONS(1803), + [anon_sym_distributed] = ACTIONS(1803), + [anon_sym_final] = ACTIONS(1803), + [anon_sym_inout] = ACTIONS(1803), + [anon_sym_ATescaping] = ACTIONS(1801), + [anon_sym_ATautoclosure] = ACTIONS(1801), + [anon_sym_weak] = ACTIONS(1803), + [anon_sym_unowned] = ACTIONS(1803), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(1801), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(1801), + [anon_sym_borrowing] = ACTIONS(1779), + [anon_sym_consuming] = ACTIONS(1779), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(1781), + [sym_raw_str_end_part] = ACTIONS(1781), + [sym__implicit_semi] = ACTIONS(1801), + [sym__explicit_semi] = ACTIONS(1801), + [sym__dot_custom] = ACTIONS(1781), + [sym__conjunction_operator_custom] = ACTIONS(1801), + [sym__disjunction_operator_custom] = ACTIONS(1801), + [sym__nil_coalescing_operator_custom] = ACTIONS(1801), + [sym__eq_custom] = ACTIONS(1781), + [sym__eq_eq_custom] = ACTIONS(1781), + [sym__plus_then_ws] = ACTIONS(1781), + [sym__minus_then_ws] = ACTIONS(1781), + [sym__bang_custom] = ACTIONS(1781), + [sym_default_keyword] = ACTIONS(1801), + [sym__as_custom] = ACTIONS(1801), + [sym__as_quest_custom] = ACTIONS(1801), + [sym__as_bang_custom] = ACTIONS(1801), + [sym__custom_operator] = ACTIONS(1781), + [sym__hash_symbol_custom] = ACTIONS(1781), + [sym__directive_if] = ACTIONS(1781), + [sym__directive_elseif] = ACTIONS(1781), + [sym__directive_else] = ACTIONS(1781), + [sym__directive_endif] = ACTIONS(1781), + }, + [STATE(772)] = { + [anon_sym_BANG] = ACTIONS(1765), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1768), + [aux_sym_simple_identifier_token2] = ACTIONS(1770), + [aux_sym_simple_identifier_token3] = ACTIONS(1770), + [aux_sym_simple_identifier_token4] = ACTIONS(1770), + [anon_sym_actor] = ACTIONS(1768), + [anon_sym_async] = ACTIONS(1768), + [anon_sym_each] = ACTIONS(1768), + [anon_sym_lazy] = ACTIONS(1765), + [anon_sym_repeat] = ACTIONS(1768), + [anon_sym_package] = ACTIONS(1765), + [anon_sym_nil] = ACTIONS(1768), + [sym_real_literal] = ACTIONS(1770), + [sym_integer_literal] = ACTIONS(1768), + [sym_hex_literal] = ACTIONS(1768), + [sym_oct_literal] = ACTIONS(1770), + [sym_bin_literal] = ACTIONS(1770), + [anon_sym_true] = ACTIONS(1768), + [anon_sym_false] = ACTIONS(1768), + [anon_sym_DQUOTE] = ACTIONS(1768), + [anon_sym_BSLASH] = ACTIONS(1770), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1770), + [anon_sym_COMMA] = ACTIONS(1772), + [sym__oneline_regex_literal] = ACTIONS(1768), + [anon_sym_LPAREN] = ACTIONS(1774), + [anon_sym_LBRACK] = ACTIONS(1774), + [anon_sym_QMARK] = ACTIONS(1777), + [anon_sym_QMARK2] = ACTIONS(1772), + [anon_sym_AMP] = ACTIONS(1774), + [anon_sym_TILDE] = ACTIONS(1770), + [anon_sym_if] = ACTIONS(1768), + [anon_sym_switch] = ACTIONS(1768), + [aux_sym_custom_operator_token1] = ACTIONS(1774), + [anon_sym_LT] = ACTIONS(1765), + [anon_sym_GT] = ACTIONS(1765), + [anon_sym_await] = ACTIONS(1768), + [anon_sym_LBRACE] = ACTIONS(1774), + [anon_sym_CARET_LBRACE] = ACTIONS(1774), + [anon_sym_RBRACE] = ACTIONS(1772), + [anon_sym_self] = ACTIONS(1768), + [anon_sym_super] = ACTIONS(1768), + [anon_sym_case] = ACTIONS(1777), + [anon_sym_fallthrough] = ACTIONS(1777), + [anon_sym_try] = ACTIONS(1768), + [anon_sym_PLUS_EQ] = ACTIONS(1774), + [anon_sym_DASH_EQ] = ACTIONS(1774), + [anon_sym_STAR_EQ] = ACTIONS(1774), + [anon_sym_SLASH_EQ] = ACTIONS(1774), + [anon_sym_PERCENT_EQ] = ACTIONS(1774), + [anon_sym_BANG_EQ] = ACTIONS(1765), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1774), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1774), + [anon_sym_LT_EQ] = ACTIONS(1774), + [anon_sym_GT_EQ] = ACTIONS(1774), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1774), + [anon_sym_DOT_DOT_LT] = ACTIONS(1774), + [anon_sym_is] = ACTIONS(1777), + [anon_sym_PLUS] = ACTIONS(1765), + [anon_sym_DASH] = ACTIONS(1765), + [anon_sym_STAR] = ACTIONS(1765), + [anon_sym_SLASH] = ACTIONS(1765), + [anon_sym_PERCENT] = ACTIONS(1765), + [anon_sym_PLUS_PLUS] = ACTIONS(1774), + [anon_sym_DASH_DASH] = ACTIONS(1774), + [anon_sym_PIPE] = ACTIONS(1774), + [anon_sym_CARET] = ACTIONS(1765), + [anon_sym_LT_LT] = ACTIONS(1774), + [anon_sym_GT_GT] = ACTIONS(1774), + [anon_sym_class] = ACTIONS(1777), + [anon_sym_prefix] = ACTIONS(1777), + [anon_sym_infix] = ACTIONS(1777), + [anon_sym_postfix] = ACTIONS(1777), + [anon_sym_AT] = ACTIONS(1777), + [anon_sym_override] = ACTIONS(1777), + [anon_sym_convenience] = ACTIONS(1777), + [anon_sym_required] = ACTIONS(1777), + [anon_sym_nonisolated] = ACTIONS(1777), + [anon_sym_public] = ACTIONS(1777), + [anon_sym_private] = ACTIONS(1777), + [anon_sym_internal] = ACTIONS(1777), + [anon_sym_fileprivate] = ACTIONS(1777), + [anon_sym_open] = ACTIONS(1777), + [anon_sym_mutating] = ACTIONS(1777), + [anon_sym_nonmutating] = ACTIONS(1777), + [anon_sym_static] = ACTIONS(1777), + [anon_sym_dynamic] = ACTIONS(1777), + [anon_sym_optional] = ACTIONS(1777), + [anon_sym_distributed] = ACTIONS(1777), + [anon_sym_final] = ACTIONS(1777), + [anon_sym_inout] = ACTIONS(1777), + [anon_sym_ATescaping] = ACTIONS(1772), + [anon_sym_ATautoclosure] = ACTIONS(1772), + [anon_sym_weak] = ACTIONS(1777), + [anon_sym_unowned] = ACTIONS(1777), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(1772), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(1772), + [anon_sym_borrowing] = ACTIONS(1765), + [anon_sym_consuming] = ACTIONS(1765), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(1770), + [sym_raw_str_end_part] = ACTIONS(1770), + [sym__implicit_semi] = ACTIONS(1772), + [sym__explicit_semi] = ACTIONS(1772), + [sym__dot_custom] = ACTIONS(1774), + [sym__conjunction_operator_custom] = ACTIONS(1772), + [sym__disjunction_operator_custom] = ACTIONS(1772), + [sym__nil_coalescing_operator_custom] = ACTIONS(1772), + [sym__eq_custom] = ACTIONS(1774), + [sym__eq_eq_custom] = ACTIONS(1774), + [sym__plus_then_ws] = ACTIONS(1774), + [sym__minus_then_ws] = ACTIONS(1774), + [sym__bang_custom] = ACTIONS(1774), + [sym_default_keyword] = ACTIONS(1772), + [sym__as_custom] = ACTIONS(1772), + [sym__as_quest_custom] = ACTIONS(1772), + [sym__as_bang_custom] = ACTIONS(1772), + [sym__custom_operator] = ACTIONS(1774), + [sym__hash_symbol_custom] = ACTIONS(1770), + [sym__directive_if] = ACTIONS(1770), + [sym__directive_elseif] = ACTIONS(1770), + [sym__directive_else] = ACTIONS(1770), + [sym__directive_endif] = ACTIONS(1770), + }, + [STATE(773)] = { + [anon_sym_BANG] = ACTIONS(1787), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1768), + [aux_sym_simple_identifier_token2] = ACTIONS(1770), + [aux_sym_simple_identifier_token3] = ACTIONS(1770), + [aux_sym_simple_identifier_token4] = ACTIONS(1770), + [anon_sym_actor] = ACTIONS(1768), + [anon_sym_async] = ACTIONS(1768), + [anon_sym_each] = ACTIONS(1768), + [anon_sym_lazy] = ACTIONS(1787), + [anon_sym_repeat] = ACTIONS(1768), + [anon_sym_package] = ACTIONS(1787), + [anon_sym_nil] = ACTIONS(1768), + [sym_real_literal] = ACTIONS(1770), + [sym_integer_literal] = ACTIONS(1768), + [sym_hex_literal] = ACTIONS(1768), + [sym_oct_literal] = ACTIONS(1770), + [sym_bin_literal] = ACTIONS(1770), + [anon_sym_true] = ACTIONS(1768), + [anon_sym_false] = ACTIONS(1768), + [anon_sym_DQUOTE] = ACTIONS(1768), + [anon_sym_BSLASH] = ACTIONS(1770), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1770), + [anon_sym_COMMA] = ACTIONS(1790), + [sym__oneline_regex_literal] = ACTIONS(1768), + [anon_sym_LPAREN] = ACTIONS(1792), + [anon_sym_LBRACK] = ACTIONS(1792), + [anon_sym_QMARK] = ACTIONS(1795), + [anon_sym_QMARK2] = ACTIONS(1790), + [anon_sym_AMP] = ACTIONS(1792), + [anon_sym_TILDE] = ACTIONS(1770), + [anon_sym_if] = ACTIONS(1768), + [anon_sym_switch] = ACTIONS(1768), + [aux_sym_custom_operator_token1] = ACTIONS(1792), + [anon_sym_LT] = ACTIONS(1787), + [anon_sym_GT] = ACTIONS(1787), + [anon_sym_await] = ACTIONS(1768), + [anon_sym_LBRACE] = ACTIONS(1792), + [anon_sym_CARET_LBRACE] = ACTIONS(1792), + [anon_sym_RBRACE] = ACTIONS(1790), + [anon_sym_self] = ACTIONS(1768), + [anon_sym_super] = ACTIONS(1768), + [anon_sym_case] = ACTIONS(1795), + [anon_sym_fallthrough] = ACTIONS(1795), + [anon_sym_try] = ACTIONS(1768), + [anon_sym_PLUS_EQ] = ACTIONS(1792), + [anon_sym_DASH_EQ] = ACTIONS(1792), + [anon_sym_STAR_EQ] = ACTIONS(1792), + [anon_sym_SLASH_EQ] = ACTIONS(1792), + [anon_sym_PERCENT_EQ] = ACTIONS(1792), + [anon_sym_BANG_EQ] = ACTIONS(1787), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1792), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1792), + [anon_sym_LT_EQ] = ACTIONS(1792), + [anon_sym_GT_EQ] = ACTIONS(1792), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1792), + [anon_sym_DOT_DOT_LT] = ACTIONS(1792), + [anon_sym_is] = ACTIONS(1795), + [anon_sym_PLUS] = ACTIONS(1787), + [anon_sym_DASH] = ACTIONS(1787), + [anon_sym_STAR] = ACTIONS(1787), + [anon_sym_SLASH] = ACTIONS(1787), + [anon_sym_PERCENT] = ACTIONS(1787), + [anon_sym_PLUS_PLUS] = ACTIONS(1792), + [anon_sym_DASH_DASH] = ACTIONS(1792), + [anon_sym_PIPE] = ACTIONS(1792), + [anon_sym_CARET] = ACTIONS(1787), + [anon_sym_LT_LT] = ACTIONS(1792), + [anon_sym_GT_GT] = ACTIONS(1792), + [anon_sym_class] = ACTIONS(1795), + [anon_sym_prefix] = ACTIONS(1795), + [anon_sym_infix] = ACTIONS(1795), + [anon_sym_postfix] = ACTIONS(1795), + [anon_sym_AT] = ACTIONS(1795), + [anon_sym_override] = ACTIONS(1795), + [anon_sym_convenience] = ACTIONS(1795), + [anon_sym_required] = ACTIONS(1795), + [anon_sym_nonisolated] = ACTIONS(1795), + [anon_sym_public] = ACTIONS(1795), + [anon_sym_private] = ACTIONS(1795), + [anon_sym_internal] = ACTIONS(1795), + [anon_sym_fileprivate] = ACTIONS(1795), + [anon_sym_open] = ACTIONS(1795), + [anon_sym_mutating] = ACTIONS(1795), + [anon_sym_nonmutating] = ACTIONS(1795), + [anon_sym_static] = ACTIONS(1795), + [anon_sym_dynamic] = ACTIONS(1795), + [anon_sym_optional] = ACTIONS(1795), + [anon_sym_distributed] = ACTIONS(1795), + [anon_sym_final] = ACTIONS(1795), + [anon_sym_inout] = ACTIONS(1795), + [anon_sym_ATescaping] = ACTIONS(1790), + [anon_sym_ATautoclosure] = ACTIONS(1790), + [anon_sym_weak] = ACTIONS(1795), + [anon_sym_unowned] = ACTIONS(1795), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(1790), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(1790), + [anon_sym_borrowing] = ACTIONS(1787), + [anon_sym_consuming] = ACTIONS(1787), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(1770), + [sym_raw_str_end_part] = ACTIONS(1770), + [sym__implicit_semi] = ACTIONS(1790), + [sym__explicit_semi] = ACTIONS(1790), + [sym__dot_custom] = ACTIONS(1792), + [sym__conjunction_operator_custom] = ACTIONS(1790), + [sym__disjunction_operator_custom] = ACTIONS(1790), + [sym__nil_coalescing_operator_custom] = ACTIONS(1790), + [sym__eq_custom] = ACTIONS(1792), + [sym__eq_eq_custom] = ACTIONS(1792), + [sym__plus_then_ws] = ACTIONS(1792), + [sym__minus_then_ws] = ACTIONS(1792), + [sym__bang_custom] = ACTIONS(1792), + [sym_default_keyword] = ACTIONS(1790), + [sym__as_custom] = ACTIONS(1790), + [sym__as_quest_custom] = ACTIONS(1790), + [sym__as_bang_custom] = ACTIONS(1790), + [sym__custom_operator] = ACTIONS(1792), + [sym__hash_symbol_custom] = ACTIONS(1770), + [sym__directive_if] = ACTIONS(1770), + [sym__directive_elseif] = ACTIONS(1770), + [sym__directive_else] = ACTIONS(1770), + [sym__directive_endif] = ACTIONS(1770), + }, + [STATE(774)] = { + [sym__quest] = STATE(721), + [sym__immediate_quest] = STATE(1260), + [sym__range_operator] = STATE(501), + [sym_custom_operator] = STATE(502), + [sym_navigation_suffix] = STATE(1261), + [sym_call_suffix] = STATE(1262), + [sym__fn_call_lambda_arguments] = STATE(1263), + [sym_value_arguments] = STATE(1161), + [sym_expr_hack_at_ternary_binary_call_suffix] = STATE(1312), + [sym_lambda_literal] = STATE(995), + [sym__equality_operator] = STATE(507), + [sym__comparison_operator] = STATE(511), + [sym__three_dot_operator] = STATE(760), + [sym__open_ended_range_operator] = STATE(501), + [sym__is_operator] = STATE(4259), + [sym__additive_operator] = STATE(587), + [sym__multiplicative_operator] = STATE(588), + [sym_as_operator] = STATE(4260), + [sym__bitwise_binary_operator] = STATE(513), + [sym__postfix_unary_operator] = STATE(1265), + [sym__eq_eq] = STATE(507), + [sym__dot] = STATE(5527), + [sym__conjunction_operator] = STATE(514), + [sym__disjunction_operator] = STATE(400), + [sym__nil_coalescing_operator] = STATE(401), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(1265), + [anon_sym_BANG] = ACTIONS(1957), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(1807), + [anon_sym_package] = ACTIONS(1807), + [anon_sym_COMMA] = ACTIONS(1807), + [anon_sym_LPAREN] = ACTIONS(1959), + [anon_sym_LBRACK] = ACTIONS(1961), + [anon_sym_QMARK] = ACTIONS(1813), + [anon_sym_QMARK2] = ACTIONS(1963), + [anon_sym_AMP] = ACTIONS(1965), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(1967), + [anon_sym_GT] = ACTIONS(1967), + [anon_sym_LBRACE] = ACTIONS(1807), + [anon_sym_CARET_LBRACE] = ACTIONS(1807), + [anon_sym_RBRACE] = ACTIONS(1807), + [anon_sym_case] = ACTIONS(1807), + [anon_sym_fallthrough] = ACTIONS(1807), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(1969), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1971), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1971), + [anon_sym_LT_EQ] = ACTIONS(1973), + [anon_sym_GT_EQ] = ACTIONS(1973), + [anon_sym_DOT_DOT_DOT] = ACTIONS(703), + [anon_sym_DOT_DOT_LT] = ACTIONS(1975), + [anon_sym_is] = ACTIONS(1977), + [anon_sym_PLUS] = ACTIONS(1979), + [anon_sym_DASH] = ACTIONS(1979), + [anon_sym_STAR] = ACTIONS(1981), + [anon_sym_SLASH] = ACTIONS(1981), + [anon_sym_PERCENT] = ACTIONS(1981), + [anon_sym_PLUS_PLUS] = ACTIONS(1983), + [anon_sym_DASH_DASH] = ACTIONS(1983), + [anon_sym_PIPE] = ACTIONS(1965), + [anon_sym_CARET] = ACTIONS(1985), + [anon_sym_LT_LT] = ACTIONS(1965), + [anon_sym_GT_GT] = ACTIONS(1965), + [anon_sym_class] = ACTIONS(1807), + [anon_sym_prefix] = ACTIONS(1807), + [anon_sym_infix] = ACTIONS(1807), + [anon_sym_postfix] = ACTIONS(1807), + [anon_sym_AT] = ACTIONS(1813), + [anon_sym_override] = ACTIONS(1807), + [anon_sym_convenience] = ACTIONS(1807), + [anon_sym_required] = ACTIONS(1807), + [anon_sym_nonisolated] = ACTIONS(1807), + [anon_sym_public] = ACTIONS(1807), + [anon_sym_private] = ACTIONS(1807), + [anon_sym_internal] = ACTIONS(1807), + [anon_sym_fileprivate] = ACTIONS(1807), + [anon_sym_open] = ACTIONS(1807), + [anon_sym_mutating] = ACTIONS(1807), + [anon_sym_nonmutating] = ACTIONS(1807), + [anon_sym_static] = ACTIONS(1807), + [anon_sym_dynamic] = ACTIONS(1807), + [anon_sym_optional] = ACTIONS(1807), + [anon_sym_distributed] = ACTIONS(1807), + [anon_sym_final] = ACTIONS(1807), + [anon_sym_inout] = ACTIONS(1807), + [anon_sym_ATescaping] = ACTIONS(1807), + [anon_sym_ATautoclosure] = ACTIONS(1807), + [anon_sym_weak] = ACTIONS(1807), + [anon_sym_unowned] = ACTIONS(1813), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(1807), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(1807), + [anon_sym_borrowing] = ACTIONS(1807), + [anon_sym_consuming] = ACTIONS(1807), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(1807), + [sym__explicit_semi] = ACTIONS(1807), + [sym__dot_custom] = ACTIONS(1987), + [sym__conjunction_operator_custom] = ACTIONS(1989), + [sym__disjunction_operator_custom] = ACTIONS(1991), + [sym__nil_coalescing_operator_custom] = ACTIONS(1993), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(1971), + [sym__plus_then_ws] = ACTIONS(1995), + [sym__minus_then_ws] = ACTIONS(1995), + [sym__bang_custom] = ACTIONS(1997), + [sym_default_keyword] = ACTIONS(1807), + [sym_where_keyword] = ACTIONS(1807), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(775)] = { + [sym__quest] = STATE(721), + [sym__immediate_quest] = STATE(1260), + [sym__range_operator] = STATE(501), + [sym_custom_operator] = STATE(502), + [sym_navigation_suffix] = STATE(1261), + [sym_call_suffix] = STATE(1262), + [sym__fn_call_lambda_arguments] = STATE(1263), + [sym_value_arguments] = STATE(1175), + [sym_lambda_literal] = STATE(995), + [sym_where_clause] = STATE(4615), + [sym__equality_operator] = STATE(507), + [sym__comparison_operator] = STATE(511), + [sym__three_dot_operator] = STATE(760), + [sym__open_ended_range_operator] = STATE(501), + [sym__is_operator] = STATE(4259), + [sym__additive_operator] = STATE(587), + [sym__multiplicative_operator] = STATE(588), + [sym_as_operator] = STATE(4260), + [sym__bitwise_binary_operator] = STATE(513), + [sym__postfix_unary_operator] = STATE(1265), + [sym__eq_eq] = STATE(507), + [sym__dot] = STATE(5527), + [sym__conjunction_operator] = STATE(514), + [sym__disjunction_operator] = STATE(400), + [sym__nil_coalescing_operator] = STATE(401), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(1265), + [anon_sym_BANG] = ACTIONS(1957), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(1999), + [anon_sym_package] = ACTIONS(1999), + [anon_sym_COMMA] = ACTIONS(1999), + [anon_sym_LPAREN] = ACTIONS(1959), + [anon_sym_LBRACK] = ACTIONS(1961), + [anon_sym_QMARK] = ACTIONS(2001), + [anon_sym_QMARK2] = ACTIONS(1963), + [anon_sym_AMP] = ACTIONS(1965), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(1967), + [anon_sym_GT] = ACTIONS(1967), + [anon_sym_LBRACE] = ACTIONS(2003), + [anon_sym_CARET_LBRACE] = ACTIONS(2003), + [anon_sym_RBRACE] = ACTIONS(1999), + [anon_sym_case] = ACTIONS(1999), + [anon_sym_fallthrough] = ACTIONS(1999), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(1969), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1971), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1971), + [anon_sym_LT_EQ] = ACTIONS(1973), + [anon_sym_GT_EQ] = ACTIONS(1973), + [anon_sym_DOT_DOT_DOT] = ACTIONS(703), + [anon_sym_DOT_DOT_LT] = ACTIONS(1975), + [anon_sym_is] = ACTIONS(1977), + [anon_sym_PLUS] = ACTIONS(1979), + [anon_sym_DASH] = ACTIONS(1979), + [anon_sym_STAR] = ACTIONS(1981), + [anon_sym_SLASH] = ACTIONS(1981), + [anon_sym_PERCENT] = ACTIONS(1981), + [anon_sym_PLUS_PLUS] = ACTIONS(1983), + [anon_sym_DASH_DASH] = ACTIONS(1983), + [anon_sym_PIPE] = ACTIONS(1965), + [anon_sym_CARET] = ACTIONS(1985), + [anon_sym_LT_LT] = ACTIONS(1965), + [anon_sym_GT_GT] = ACTIONS(1965), + [anon_sym_class] = ACTIONS(1999), + [anon_sym_prefix] = ACTIONS(1999), + [anon_sym_infix] = ACTIONS(1999), + [anon_sym_postfix] = ACTIONS(1999), + [anon_sym_AT] = ACTIONS(2005), + [anon_sym_override] = ACTIONS(1999), + [anon_sym_convenience] = ACTIONS(1999), + [anon_sym_required] = ACTIONS(1999), + [anon_sym_nonisolated] = ACTIONS(1999), + [anon_sym_public] = ACTIONS(1999), + [anon_sym_private] = ACTIONS(1999), + [anon_sym_internal] = ACTIONS(1999), + [anon_sym_fileprivate] = ACTIONS(1999), + [anon_sym_open] = ACTIONS(1999), + [anon_sym_mutating] = ACTIONS(1999), + [anon_sym_nonmutating] = ACTIONS(1999), + [anon_sym_static] = ACTIONS(1999), + [anon_sym_dynamic] = ACTIONS(1999), + [anon_sym_optional] = ACTIONS(1999), + [anon_sym_distributed] = ACTIONS(1999), + [anon_sym_final] = ACTIONS(1999), + [anon_sym_inout] = ACTIONS(1999), + [anon_sym_ATescaping] = ACTIONS(1999), + [anon_sym_ATautoclosure] = ACTIONS(1999), + [anon_sym_weak] = ACTIONS(1999), + [anon_sym_unowned] = ACTIONS(2005), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(1999), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(1999), + [anon_sym_borrowing] = ACTIONS(1999), + [anon_sym_consuming] = ACTIONS(1999), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(1999), + [sym__explicit_semi] = ACTIONS(1999), + [sym__dot_custom] = ACTIONS(1987), + [sym__conjunction_operator_custom] = ACTIONS(1989), + [sym__disjunction_operator_custom] = ACTIONS(1991), + [sym__nil_coalescing_operator_custom] = ACTIONS(1993), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(1971), + [sym__plus_then_ws] = ACTIONS(1995), + [sym__minus_then_ws] = ACTIONS(1995), + [sym__bang_custom] = ACTIONS(1997), + [sym_default_keyword] = ACTIONS(1999), + [sym_where_keyword] = ACTIONS(2007), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(776)] = { + [sym__quest] = STATE(721), + [sym__immediate_quest] = STATE(1260), + [sym__range_operator] = STATE(501), + [sym_custom_operator] = STATE(502), + [sym_navigation_suffix] = STATE(1261), + [sym_call_suffix] = STATE(1262), + [sym__fn_call_lambda_arguments] = STATE(1263), + [sym_value_arguments] = STATE(1175), + [sym_lambda_literal] = STATE(995), + [sym__equality_operator] = STATE(507), + [sym__comparison_operator] = STATE(511), + [sym__three_dot_operator] = STATE(760), + [sym__open_ended_range_operator] = STATE(501), + [sym__is_operator] = STATE(4259), + [sym__additive_operator] = STATE(587), + [sym__multiplicative_operator] = STATE(588), + [sym_as_operator] = STATE(4260), + [sym__bitwise_binary_operator] = STATE(513), + [sym__postfix_unary_operator] = STATE(1265), + [sym__eq_eq] = STATE(507), + [sym__dot] = STATE(5527), + [sym__conjunction_operator] = STATE(514), + [sym__disjunction_operator] = STATE(400), + [sym__nil_coalescing_operator] = STATE(401), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(1265), + [anon_sym_BANG] = ACTIONS(1957), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(1865), + [anon_sym_package] = ACTIONS(1865), + [anon_sym_COMMA] = ACTIONS(1865), + [anon_sym_LPAREN] = ACTIONS(1865), + [anon_sym_LBRACK] = ACTIONS(1865), + [anon_sym_QMARK] = ACTIONS(1867), + [anon_sym_QMARK2] = ACTIONS(1865), + [anon_sym_AMP] = ACTIONS(1865), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(1867), + [anon_sym_GT] = ACTIONS(1867), + [anon_sym_LBRACE] = ACTIONS(1865), + [anon_sym_CARET_LBRACE] = ACTIONS(1865), + [anon_sym_RBRACE] = ACTIONS(1865), + [anon_sym_case] = ACTIONS(1865), + [anon_sym_fallthrough] = ACTIONS(1865), + [anon_sym_PLUS_EQ] = ACTIONS(1865), + [anon_sym_DASH_EQ] = ACTIONS(1865), + [anon_sym_STAR_EQ] = ACTIONS(1865), + [anon_sym_SLASH_EQ] = ACTIONS(1865), + [anon_sym_PERCENT_EQ] = ACTIONS(1865), + [anon_sym_BANG_EQ] = ACTIONS(1969), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1971), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1971), + [anon_sym_LT_EQ] = ACTIONS(1865), + [anon_sym_GT_EQ] = ACTIONS(1865), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1865), + [anon_sym_DOT_DOT_LT] = ACTIONS(1865), + [anon_sym_is] = ACTIONS(1977), + [anon_sym_PLUS] = ACTIONS(1979), + [anon_sym_DASH] = ACTIONS(1979), + [anon_sym_STAR] = ACTIONS(1981), + [anon_sym_SLASH] = ACTIONS(1981), + [anon_sym_PERCENT] = ACTIONS(1981), + [anon_sym_PLUS_PLUS] = ACTIONS(1983), + [anon_sym_DASH_DASH] = ACTIONS(1983), + [anon_sym_PIPE] = ACTIONS(1865), + [anon_sym_CARET] = ACTIONS(1867), + [anon_sym_LT_LT] = ACTIONS(1865), + [anon_sym_GT_GT] = ACTIONS(1865), + [anon_sym_class] = ACTIONS(1865), + [anon_sym_prefix] = ACTIONS(1865), + [anon_sym_infix] = ACTIONS(1865), + [anon_sym_postfix] = ACTIONS(1865), + [anon_sym_AT] = ACTIONS(1867), + [anon_sym_override] = ACTIONS(1865), + [anon_sym_convenience] = ACTIONS(1865), + [anon_sym_required] = ACTIONS(1865), + [anon_sym_nonisolated] = ACTIONS(1865), + [anon_sym_public] = ACTIONS(1865), + [anon_sym_private] = ACTIONS(1865), + [anon_sym_internal] = ACTIONS(1865), + [anon_sym_fileprivate] = ACTIONS(1865), + [anon_sym_open] = ACTIONS(1865), + [anon_sym_mutating] = ACTIONS(1865), + [anon_sym_nonmutating] = ACTIONS(1865), + [anon_sym_static] = ACTIONS(1865), + [anon_sym_dynamic] = ACTIONS(1865), + [anon_sym_optional] = ACTIONS(1865), + [anon_sym_distributed] = ACTIONS(1865), + [anon_sym_final] = ACTIONS(1865), + [anon_sym_inout] = ACTIONS(1865), + [anon_sym_ATescaping] = ACTIONS(1865), + [anon_sym_ATautoclosure] = ACTIONS(1865), + [anon_sym_weak] = ACTIONS(1865), + [anon_sym_unowned] = ACTIONS(1867), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(1865), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(1865), + [anon_sym_borrowing] = ACTIONS(1865), + [anon_sym_consuming] = ACTIONS(1865), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(1865), + [sym__explicit_semi] = ACTIONS(1865), + [sym__dot_custom] = ACTIONS(1865), + [sym__conjunction_operator_custom] = ACTIONS(1989), + [sym__disjunction_operator_custom] = ACTIONS(1991), + [sym__nil_coalescing_operator_custom] = ACTIONS(1993), + [sym__eq_custom] = ACTIONS(1865), + [sym__eq_eq_custom] = ACTIONS(1971), + [sym__plus_then_ws] = ACTIONS(1995), + [sym__minus_then_ws] = ACTIONS(1995), + [sym__bang_custom] = ACTIONS(1997), + [sym_default_keyword] = ACTIONS(1865), + [sym_where_keyword] = ACTIONS(1865), + [sym__as_custom] = ACTIONS(1865), + [sym__as_quest_custom] = ACTIONS(1865), + [sym__as_bang_custom] = ACTIONS(1865), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(777)] = { + [sym__quest] = STATE(698), + [sym__immediate_quest] = STATE(1406), + [sym__range_operator] = STATE(432), + [sym_custom_operator] = STATE(433), + [sym_navigation_suffix] = STATE(1410), + [sym_call_suffix] = STATE(1414), + [sym__fn_call_lambda_arguments] = STATE(1415), + [sym_value_arguments] = STATE(1223), + [sym_lambda_literal] = STATE(1002), + [sym__equality_operator] = STATE(434), + [sym__comparison_operator] = STATE(435), + [sym__three_dot_operator] = STATE(768), + [sym__open_ended_range_operator] = STATE(432), + [sym__is_operator] = STATE(4206), + [sym__additive_operator] = STATE(667), + [sym__multiplicative_operator] = STATE(668), + [sym_as_operator] = STATE(4207), + [sym__bitwise_binary_operator] = STATE(436), + [sym__postfix_unary_operator] = STATE(1427), + [sym_willset_didset_block] = STATE(4606), + [sym__eq_eq] = STATE(434), + [sym__dot] = STATE(5506), + [sym__conjunction_operator] = STATE(437), + [sym__disjunction_operator] = STATE(438), + [sym__nil_coalescing_operator] = STATE(439), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(1427), + [anon_sym_BANG] = ACTIONS(2009), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(1893), + [anon_sym_package] = ACTIONS(1893), + [anon_sym_COMMA] = ACTIONS(1893), + [anon_sym_LPAREN] = ACTIONS(2011), + [anon_sym_LBRACK] = ACTIONS(2013), + [anon_sym_QMARK] = ACTIONS(2015), + [anon_sym_QMARK2] = ACTIONS(2017), + [anon_sym_AMP] = ACTIONS(2019), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(2021), + [anon_sym_GT] = ACTIONS(2021), + [anon_sym_LBRACE] = ACTIONS(2023), + [anon_sym_CARET_LBRACE] = ACTIONS(2025), + [anon_sym_RBRACE] = ACTIONS(1893), + [anon_sym_case] = ACTIONS(1893), + [anon_sym_fallthrough] = ACTIONS(1893), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(2027), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2029), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2029), + [anon_sym_LT_EQ] = ACTIONS(2031), + [anon_sym_GT_EQ] = ACTIONS(2031), + [anon_sym_DOT_DOT_DOT] = ACTIONS(347), + [anon_sym_DOT_DOT_LT] = ACTIONS(2033), + [anon_sym_is] = ACTIONS(2035), + [anon_sym_PLUS] = ACTIONS(2037), + [anon_sym_DASH] = ACTIONS(2037), + [anon_sym_STAR] = ACTIONS(2039), + [anon_sym_SLASH] = ACTIONS(2039), + [anon_sym_PERCENT] = ACTIONS(2039), + [anon_sym_PLUS_PLUS] = ACTIONS(2041), + [anon_sym_DASH_DASH] = ACTIONS(2041), + [anon_sym_PIPE] = ACTIONS(2019), + [anon_sym_CARET] = ACTIONS(2043), + [anon_sym_LT_LT] = ACTIONS(2019), + [anon_sym_GT_GT] = ACTIONS(2019), + [anon_sym_class] = ACTIONS(1893), + [anon_sym_prefix] = ACTIONS(1893), + [anon_sym_infix] = ACTIONS(1893), + [anon_sym_postfix] = ACTIONS(1893), + [anon_sym_AT] = ACTIONS(1897), + [anon_sym_override] = ACTIONS(1893), + [anon_sym_convenience] = ACTIONS(1893), + [anon_sym_required] = ACTIONS(1893), + [anon_sym_nonisolated] = ACTIONS(1893), + [anon_sym_public] = ACTIONS(1893), + [anon_sym_private] = ACTIONS(1893), + [anon_sym_internal] = ACTIONS(1893), + [anon_sym_fileprivate] = ACTIONS(1893), + [anon_sym_open] = ACTIONS(1893), + [anon_sym_mutating] = ACTIONS(1893), + [anon_sym_nonmutating] = ACTIONS(1893), + [anon_sym_static] = ACTIONS(1893), + [anon_sym_dynamic] = ACTIONS(1893), + [anon_sym_optional] = ACTIONS(1893), + [anon_sym_distributed] = ACTIONS(1893), + [anon_sym_final] = ACTIONS(1893), + [anon_sym_inout] = ACTIONS(1893), + [anon_sym_ATescaping] = ACTIONS(1893), + [anon_sym_ATautoclosure] = ACTIONS(1893), + [anon_sym_weak] = ACTIONS(1893), + [anon_sym_unowned] = ACTIONS(1897), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(1893), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(1893), + [anon_sym_borrowing] = ACTIONS(1893), + [anon_sym_consuming] = ACTIONS(1893), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(1893), + [sym__explicit_semi] = ACTIONS(1893), + [sym__dot_custom] = ACTIONS(2045), + [sym__conjunction_operator_custom] = ACTIONS(2047), + [sym__disjunction_operator_custom] = ACTIONS(2049), + [sym__nil_coalescing_operator_custom] = ACTIONS(2051), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(2029), + [sym__plus_then_ws] = ACTIONS(2053), + [sym__minus_then_ws] = ACTIONS(2053), + [sym__bang_custom] = ACTIONS(2055), + [sym_default_keyword] = ACTIONS(1893), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(778)] = { + [sym__quest] = STATE(698), + [sym__immediate_quest] = STATE(1406), + [sym__range_operator] = STATE(432), + [sym_custom_operator] = STATE(433), + [sym_navigation_suffix] = STATE(1410), + [sym_call_suffix] = STATE(1414), + [sym__fn_call_lambda_arguments] = STATE(1415), + [sym_value_arguments] = STATE(1191), + [sym_expr_hack_at_ternary_binary_call_suffix] = STATE(1409), + [sym_lambda_literal] = STATE(1002), + [sym__equality_operator] = STATE(434), + [sym__comparison_operator] = STATE(435), + [sym__three_dot_operator] = STATE(768), + [sym__open_ended_range_operator] = STATE(432), + [sym__is_operator] = STATE(4206), + [sym__additive_operator] = STATE(667), + [sym__multiplicative_operator] = STATE(668), + [sym_as_operator] = STATE(4207), + [sym__bitwise_binary_operator] = STATE(436), + [sym__postfix_unary_operator] = STATE(1427), + [sym__eq_eq] = STATE(434), + [sym__dot] = STATE(5506), + [sym__conjunction_operator] = STATE(437), + [sym__disjunction_operator] = STATE(438), + [sym__nil_coalescing_operator] = STATE(439), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(1427), + [anon_sym_BANG] = ACTIONS(2009), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(1807), + [anon_sym_package] = ACTIONS(1807), + [anon_sym_COMMA] = ACTIONS(1807), + [anon_sym_LPAREN] = ACTIONS(2011), + [anon_sym_LBRACK] = ACTIONS(2013), + [anon_sym_QMARK] = ACTIONS(1813), + [anon_sym_QMARK2] = ACTIONS(2017), + [anon_sym_AMP] = ACTIONS(2019), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(2021), + [anon_sym_GT] = ACTIONS(2021), + [anon_sym_LBRACE] = ACTIONS(1807), + [anon_sym_CARET_LBRACE] = ACTIONS(1807), + [anon_sym_RBRACE] = ACTIONS(1807), + [anon_sym_case] = ACTIONS(1807), + [anon_sym_fallthrough] = ACTIONS(1807), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(2027), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2029), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2029), + [anon_sym_LT_EQ] = ACTIONS(2031), + [anon_sym_GT_EQ] = ACTIONS(2031), + [anon_sym_DOT_DOT_DOT] = ACTIONS(347), + [anon_sym_DOT_DOT_LT] = ACTIONS(2033), + [anon_sym_is] = ACTIONS(2035), + [anon_sym_PLUS] = ACTIONS(2037), + [anon_sym_DASH] = ACTIONS(2037), + [anon_sym_STAR] = ACTIONS(2039), + [anon_sym_SLASH] = ACTIONS(2039), + [anon_sym_PERCENT] = ACTIONS(2039), + [anon_sym_PLUS_PLUS] = ACTIONS(2041), + [anon_sym_DASH_DASH] = ACTIONS(2041), + [anon_sym_PIPE] = ACTIONS(2019), + [anon_sym_CARET] = ACTIONS(2043), + [anon_sym_LT_LT] = ACTIONS(2019), + [anon_sym_GT_GT] = ACTIONS(2019), + [anon_sym_class] = ACTIONS(1807), + [anon_sym_prefix] = ACTIONS(1807), + [anon_sym_infix] = ACTIONS(1807), + [anon_sym_postfix] = ACTIONS(1807), + [anon_sym_AT] = ACTIONS(1813), + [anon_sym_override] = ACTIONS(1807), + [anon_sym_convenience] = ACTIONS(1807), + [anon_sym_required] = ACTIONS(1807), + [anon_sym_nonisolated] = ACTIONS(1807), + [anon_sym_public] = ACTIONS(1807), + [anon_sym_private] = ACTIONS(1807), + [anon_sym_internal] = ACTIONS(1807), + [anon_sym_fileprivate] = ACTIONS(1807), + [anon_sym_open] = ACTIONS(1807), + [anon_sym_mutating] = ACTIONS(1807), + [anon_sym_nonmutating] = ACTIONS(1807), + [anon_sym_static] = ACTIONS(1807), + [anon_sym_dynamic] = ACTIONS(1807), + [anon_sym_optional] = ACTIONS(1807), + [anon_sym_distributed] = ACTIONS(1807), + [anon_sym_final] = ACTIONS(1807), + [anon_sym_inout] = ACTIONS(1807), + [anon_sym_ATescaping] = ACTIONS(1807), + [anon_sym_ATautoclosure] = ACTIONS(1807), + [anon_sym_weak] = ACTIONS(1807), + [anon_sym_unowned] = ACTIONS(1813), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(1807), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(1807), + [anon_sym_borrowing] = ACTIONS(1807), + [anon_sym_consuming] = ACTIONS(1807), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(1807), + [sym__explicit_semi] = ACTIONS(1807), + [sym__dot_custom] = ACTIONS(2045), + [sym__conjunction_operator_custom] = ACTIONS(2047), + [sym__disjunction_operator_custom] = ACTIONS(2049), + [sym__nil_coalescing_operator_custom] = ACTIONS(2051), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(2029), + [sym__plus_then_ws] = ACTIONS(2053), + [sym__minus_then_ws] = ACTIONS(2053), + [sym__bang_custom] = ACTIONS(2055), + [sym_default_keyword] = ACTIONS(1807), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(779)] = { + [sym__quest] = STATE(721), + [sym__immediate_quest] = STATE(1260), + [sym__range_operator] = STATE(501), + [sym_custom_operator] = STATE(502), + [sym_navigation_suffix] = STATE(1261), + [sym_call_suffix] = STATE(1262), + [sym__fn_call_lambda_arguments] = STATE(1263), + [sym_value_arguments] = STATE(1175), + [sym_lambda_literal] = STATE(995), + [sym__equality_operator] = STATE(507), + [sym__comparison_operator] = STATE(511), + [sym__three_dot_operator] = STATE(760), + [sym__open_ended_range_operator] = STATE(501), + [sym__is_operator] = STATE(4259), + [sym__additive_operator] = STATE(587), + [sym__multiplicative_operator] = STATE(588), + [sym_as_operator] = STATE(4260), + [sym__bitwise_binary_operator] = STATE(513), + [sym__postfix_unary_operator] = STATE(1265), + [sym__eq_eq] = STATE(507), + [sym__dot] = STATE(5527), + [sym__conjunction_operator] = STATE(514), + [sym__disjunction_operator] = STATE(400), + [sym__nil_coalescing_operator] = STATE(401), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(1265), + [anon_sym_BANG] = ACTIONS(1957), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(1873), + [anon_sym_package] = ACTIONS(1873), + [anon_sym_COMMA] = ACTIONS(1873), + [anon_sym_LPAREN] = ACTIONS(1873), + [anon_sym_LBRACK] = ACTIONS(1873), + [anon_sym_QMARK] = ACTIONS(1875), + [anon_sym_QMARK2] = ACTIONS(1873), + [anon_sym_AMP] = ACTIONS(1873), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(1875), + [anon_sym_GT] = ACTIONS(1875), + [anon_sym_LBRACE] = ACTIONS(1873), + [anon_sym_CARET_LBRACE] = ACTIONS(1873), + [anon_sym_RBRACE] = ACTIONS(1873), + [anon_sym_case] = ACTIONS(1873), + [anon_sym_fallthrough] = ACTIONS(1873), + [anon_sym_PLUS_EQ] = ACTIONS(1873), + [anon_sym_DASH_EQ] = ACTIONS(1873), + [anon_sym_STAR_EQ] = ACTIONS(1873), + [anon_sym_SLASH_EQ] = ACTIONS(1873), + [anon_sym_PERCENT_EQ] = ACTIONS(1873), + [anon_sym_BANG_EQ] = ACTIONS(1969), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1971), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1971), + [anon_sym_LT_EQ] = ACTIONS(1873), + [anon_sym_GT_EQ] = ACTIONS(1873), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1873), + [anon_sym_DOT_DOT_LT] = ACTIONS(1873), + [anon_sym_is] = ACTIONS(1977), + [anon_sym_PLUS] = ACTIONS(1979), + [anon_sym_DASH] = ACTIONS(1979), + [anon_sym_STAR] = ACTIONS(1981), + [anon_sym_SLASH] = ACTIONS(1981), + [anon_sym_PERCENT] = ACTIONS(1981), + [anon_sym_PLUS_PLUS] = ACTIONS(1983), + [anon_sym_DASH_DASH] = ACTIONS(1983), + [anon_sym_PIPE] = ACTIONS(1873), + [anon_sym_CARET] = ACTIONS(1875), + [anon_sym_LT_LT] = ACTIONS(1873), + [anon_sym_GT_GT] = ACTIONS(1873), + [anon_sym_class] = ACTIONS(1873), + [anon_sym_prefix] = ACTIONS(1873), + [anon_sym_infix] = ACTIONS(1873), + [anon_sym_postfix] = ACTIONS(1873), + [anon_sym_AT] = ACTIONS(1875), + [anon_sym_override] = ACTIONS(1873), + [anon_sym_convenience] = ACTIONS(1873), + [anon_sym_required] = ACTIONS(1873), + [anon_sym_nonisolated] = ACTIONS(1873), + [anon_sym_public] = ACTIONS(1873), + [anon_sym_private] = ACTIONS(1873), + [anon_sym_internal] = ACTIONS(1873), + [anon_sym_fileprivate] = ACTIONS(1873), + [anon_sym_open] = ACTIONS(1873), + [anon_sym_mutating] = ACTIONS(1873), + [anon_sym_nonmutating] = ACTIONS(1873), + [anon_sym_static] = ACTIONS(1873), + [anon_sym_dynamic] = ACTIONS(1873), + [anon_sym_optional] = ACTIONS(1873), + [anon_sym_distributed] = ACTIONS(1873), + [anon_sym_final] = ACTIONS(1873), + [anon_sym_inout] = ACTIONS(1873), + [anon_sym_ATescaping] = ACTIONS(1873), + [anon_sym_ATautoclosure] = ACTIONS(1873), + [anon_sym_weak] = ACTIONS(1873), + [anon_sym_unowned] = ACTIONS(1875), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(1873), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(1873), + [anon_sym_borrowing] = ACTIONS(1873), + [anon_sym_consuming] = ACTIONS(1873), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(1873), + [sym__explicit_semi] = ACTIONS(1873), + [sym__dot_custom] = ACTIONS(1873), + [sym__conjunction_operator_custom] = ACTIONS(1989), + [sym__disjunction_operator_custom] = ACTIONS(1991), + [sym__nil_coalescing_operator_custom] = ACTIONS(1993), + [sym__eq_custom] = ACTIONS(1873), + [sym__eq_eq_custom] = ACTIONS(1971), + [sym__plus_then_ws] = ACTIONS(1995), + [sym__minus_then_ws] = ACTIONS(1995), + [sym__bang_custom] = ACTIONS(1997), + [sym_default_keyword] = ACTIONS(1873), + [sym_where_keyword] = ACTIONS(1873), + [sym__as_custom] = ACTIONS(1873), + [sym__as_quest_custom] = ACTIONS(1873), + [sym__as_bang_custom] = ACTIONS(1873), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(780)] = { + [sym__quest] = STATE(721), + [sym__immediate_quest] = STATE(1260), + [sym__range_operator] = STATE(501), + [sym_custom_operator] = STATE(502), + [sym_navigation_suffix] = STATE(1261), + [sym_call_suffix] = STATE(1262), + [sym__fn_call_lambda_arguments] = STATE(1263), + [sym_value_arguments] = STATE(1175), + [sym_lambda_literal] = STATE(995), + [sym__equality_operator] = STATE(507), + [sym__comparison_operator] = STATE(511), + [sym__three_dot_operator] = STATE(760), + [sym__open_ended_range_operator] = STATE(501), + [sym__is_operator] = STATE(4259), + [sym__additive_operator] = STATE(587), + [sym__multiplicative_operator] = STATE(588), + [sym_as_operator] = STATE(4260), + [sym__bitwise_binary_operator] = STATE(513), + [sym__postfix_unary_operator] = STATE(1265), + [sym__eq_eq] = STATE(507), + [sym__dot] = STATE(5527), + [sym__conjunction_operator] = STATE(514), + [sym__disjunction_operator] = STATE(400), + [sym__nil_coalescing_operator] = STATE(401), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(1265), + [anon_sym_BANG] = ACTIONS(1869), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(1871), + [anon_sym_package] = ACTIONS(1871), + [anon_sym_COMMA] = ACTIONS(1871), + [anon_sym_LPAREN] = ACTIONS(1871), + [anon_sym_LBRACK] = ACTIONS(1871), + [anon_sym_QMARK] = ACTIONS(1869), + [anon_sym_QMARK2] = ACTIONS(1871), + [anon_sym_AMP] = ACTIONS(1871), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(1869), + [anon_sym_GT] = ACTIONS(1869), + [anon_sym_LBRACE] = ACTIONS(1871), + [anon_sym_CARET_LBRACE] = ACTIONS(1871), + [anon_sym_RBRACE] = ACTIONS(1871), + [anon_sym_case] = ACTIONS(1871), + [anon_sym_fallthrough] = ACTIONS(1871), + [anon_sym_PLUS_EQ] = ACTIONS(1871), + [anon_sym_DASH_EQ] = ACTIONS(1871), + [anon_sym_STAR_EQ] = ACTIONS(1871), + [anon_sym_SLASH_EQ] = ACTIONS(1871), + [anon_sym_PERCENT_EQ] = ACTIONS(1871), + [anon_sym_BANG_EQ] = ACTIONS(1869), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1871), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1871), + [anon_sym_LT_EQ] = ACTIONS(1871), + [anon_sym_GT_EQ] = ACTIONS(1871), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1871), + [anon_sym_DOT_DOT_LT] = ACTIONS(1871), + [anon_sym_is] = ACTIONS(1871), + [anon_sym_PLUS] = ACTIONS(1979), + [anon_sym_DASH] = ACTIONS(1979), + [anon_sym_STAR] = ACTIONS(1981), + [anon_sym_SLASH] = ACTIONS(1981), + [anon_sym_PERCENT] = ACTIONS(1981), + [anon_sym_PLUS_PLUS] = ACTIONS(1871), + [anon_sym_DASH_DASH] = ACTIONS(1871), + [anon_sym_PIPE] = ACTIONS(1871), + [anon_sym_CARET] = ACTIONS(1869), + [anon_sym_LT_LT] = ACTIONS(1871), + [anon_sym_GT_GT] = ACTIONS(1871), + [anon_sym_class] = ACTIONS(1871), + [anon_sym_prefix] = ACTIONS(1871), + [anon_sym_infix] = ACTIONS(1871), + [anon_sym_postfix] = ACTIONS(1871), + [anon_sym_AT] = ACTIONS(1869), + [anon_sym_override] = ACTIONS(1871), + [anon_sym_convenience] = ACTIONS(1871), + [anon_sym_required] = ACTIONS(1871), + [anon_sym_nonisolated] = ACTIONS(1871), + [anon_sym_public] = ACTIONS(1871), + [anon_sym_private] = ACTIONS(1871), + [anon_sym_internal] = ACTIONS(1871), + [anon_sym_fileprivate] = ACTIONS(1871), + [anon_sym_open] = ACTIONS(1871), + [anon_sym_mutating] = ACTIONS(1871), + [anon_sym_nonmutating] = ACTIONS(1871), + [anon_sym_static] = ACTIONS(1871), + [anon_sym_dynamic] = ACTIONS(1871), + [anon_sym_optional] = ACTIONS(1871), + [anon_sym_distributed] = ACTIONS(1871), + [anon_sym_final] = ACTIONS(1871), + [anon_sym_inout] = ACTIONS(1871), + [anon_sym_ATescaping] = ACTIONS(1871), + [anon_sym_ATautoclosure] = ACTIONS(1871), + [anon_sym_weak] = ACTIONS(1871), + [anon_sym_unowned] = ACTIONS(1869), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(1871), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(1871), + [anon_sym_borrowing] = ACTIONS(1871), + [anon_sym_consuming] = ACTIONS(1871), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(1871), + [sym__explicit_semi] = ACTIONS(1871), + [sym__dot_custom] = ACTIONS(1871), + [sym__conjunction_operator_custom] = ACTIONS(1871), + [sym__disjunction_operator_custom] = ACTIONS(1871), + [sym__nil_coalescing_operator_custom] = ACTIONS(1993), + [sym__eq_custom] = ACTIONS(1871), + [sym__eq_eq_custom] = ACTIONS(1871), + [sym__plus_then_ws] = ACTIONS(1995), + [sym__minus_then_ws] = ACTIONS(1995), + [sym__bang_custom] = ACTIONS(1871), + [sym_default_keyword] = ACTIONS(1871), + [sym_where_keyword] = ACTIONS(1871), + [sym__as_custom] = ACTIONS(1871), + [sym__as_quest_custom] = ACTIONS(1871), + [sym__as_bang_custom] = ACTIONS(1871), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(781)] = { + [sym__quest] = STATE(721), + [sym__immediate_quest] = STATE(1260), + [sym__range_operator] = STATE(501), + [sym_custom_operator] = STATE(502), + [sym_navigation_suffix] = STATE(1261), + [sym_call_suffix] = STATE(1262), + [sym__fn_call_lambda_arguments] = STATE(1263), + [sym_value_arguments] = STATE(1175), + [sym_lambda_literal] = STATE(995), + [sym__equality_operator] = STATE(507), + [sym__comparison_operator] = STATE(511), + [sym__three_dot_operator] = STATE(760), + [sym__open_ended_range_operator] = STATE(501), + [sym__is_operator] = STATE(4259), + [sym__additive_operator] = STATE(587), + [sym__multiplicative_operator] = STATE(588), + [sym_as_operator] = STATE(4260), + [sym__bitwise_binary_operator] = STATE(513), + [sym__postfix_unary_operator] = STATE(1265), + [sym__eq_eq] = STATE(507), + [sym__dot] = STATE(5527), + [sym__conjunction_operator] = STATE(514), + [sym__disjunction_operator] = STATE(400), + [sym__nil_coalescing_operator] = STATE(401), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(1265), + [anon_sym_BANG] = ACTIONS(1885), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(1887), + [anon_sym_package] = ACTIONS(1887), + [anon_sym_COMMA] = ACTIONS(1887), + [anon_sym_LPAREN] = ACTIONS(1887), + [anon_sym_LBRACK] = ACTIONS(1887), + [anon_sym_QMARK] = ACTIONS(1885), + [anon_sym_QMARK2] = ACTIONS(1887), + [anon_sym_AMP] = ACTIONS(1887), + [aux_sym_custom_operator_token1] = ACTIONS(1887), + [anon_sym_LT] = ACTIONS(1885), + [anon_sym_GT] = ACTIONS(1885), + [anon_sym_LBRACE] = ACTIONS(1887), + [anon_sym_CARET_LBRACE] = ACTIONS(1887), + [anon_sym_RBRACE] = ACTIONS(1887), + [anon_sym_case] = ACTIONS(1887), + [anon_sym_fallthrough] = ACTIONS(1887), + [anon_sym_PLUS_EQ] = ACTIONS(1887), + [anon_sym_DASH_EQ] = ACTIONS(1887), + [anon_sym_STAR_EQ] = ACTIONS(1887), + [anon_sym_SLASH_EQ] = ACTIONS(1887), + [anon_sym_PERCENT_EQ] = ACTIONS(1887), + [anon_sym_BANG_EQ] = ACTIONS(1885), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1887), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1887), + [anon_sym_LT_EQ] = ACTIONS(1887), + [anon_sym_GT_EQ] = ACTIONS(1887), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1887), + [anon_sym_DOT_DOT_LT] = ACTIONS(1887), + [anon_sym_is] = ACTIONS(1887), + [anon_sym_PLUS] = ACTIONS(1885), + [anon_sym_DASH] = ACTIONS(1885), + [anon_sym_STAR] = ACTIONS(1981), + [anon_sym_SLASH] = ACTIONS(1981), + [anon_sym_PERCENT] = ACTIONS(1981), + [anon_sym_PLUS_PLUS] = ACTIONS(1887), + [anon_sym_DASH_DASH] = ACTIONS(1887), + [anon_sym_PIPE] = ACTIONS(1887), + [anon_sym_CARET] = ACTIONS(1885), + [anon_sym_LT_LT] = ACTIONS(1887), + [anon_sym_GT_GT] = ACTIONS(1887), + [anon_sym_class] = ACTIONS(1887), + [anon_sym_prefix] = ACTIONS(1887), + [anon_sym_infix] = ACTIONS(1887), + [anon_sym_postfix] = ACTIONS(1887), + [anon_sym_AT] = ACTIONS(1885), + [anon_sym_override] = ACTIONS(1887), + [anon_sym_convenience] = ACTIONS(1887), + [anon_sym_required] = ACTIONS(1887), + [anon_sym_nonisolated] = ACTIONS(1887), + [anon_sym_public] = ACTIONS(1887), + [anon_sym_private] = ACTIONS(1887), + [anon_sym_internal] = ACTIONS(1887), + [anon_sym_fileprivate] = ACTIONS(1887), + [anon_sym_open] = ACTIONS(1887), + [anon_sym_mutating] = ACTIONS(1887), + [anon_sym_nonmutating] = ACTIONS(1887), + [anon_sym_static] = ACTIONS(1887), + [anon_sym_dynamic] = ACTIONS(1887), + [anon_sym_optional] = ACTIONS(1887), + [anon_sym_distributed] = ACTIONS(1887), + [anon_sym_final] = ACTIONS(1887), + [anon_sym_inout] = ACTIONS(1887), + [anon_sym_ATescaping] = ACTIONS(1887), + [anon_sym_ATautoclosure] = ACTIONS(1887), + [anon_sym_weak] = ACTIONS(1887), + [anon_sym_unowned] = ACTIONS(1885), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(1887), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(1887), + [anon_sym_borrowing] = ACTIONS(1887), + [anon_sym_consuming] = ACTIONS(1887), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(1887), + [sym__explicit_semi] = ACTIONS(1887), + [sym__dot_custom] = ACTIONS(1887), + [sym__conjunction_operator_custom] = ACTIONS(1887), + [sym__disjunction_operator_custom] = ACTIONS(1887), + [sym__nil_coalescing_operator_custom] = ACTIONS(1887), + [sym__eq_custom] = ACTIONS(1887), + [sym__eq_eq_custom] = ACTIONS(1887), + [sym__plus_then_ws] = ACTIONS(1887), + [sym__minus_then_ws] = ACTIONS(1887), + [sym__bang_custom] = ACTIONS(1887), + [sym_default_keyword] = ACTIONS(1887), + [sym_where_keyword] = ACTIONS(1887), + [sym__as_custom] = ACTIONS(1887), + [sym__as_quest_custom] = ACTIONS(1887), + [sym__as_bang_custom] = ACTIONS(1887), + [sym__custom_operator] = ACTIONS(1887), + }, + [STATE(782)] = { + [sym__quest] = STATE(721), + [sym__immediate_quest] = STATE(1260), + [sym__range_operator] = STATE(501), + [sym_custom_operator] = STATE(502), + [sym_navigation_suffix] = STATE(1261), + [sym_call_suffix] = STATE(1262), + [sym__fn_call_lambda_arguments] = STATE(1263), + [sym_value_arguments] = STATE(1175), + [sym_lambda_literal] = STATE(995), + [sym__equality_operator] = STATE(507), + [sym__comparison_operator] = STATE(511), + [sym__three_dot_operator] = STATE(760), + [sym__open_ended_range_operator] = STATE(501), + [sym__is_operator] = STATE(4259), + [sym__additive_operator] = STATE(587), + [sym__multiplicative_operator] = STATE(588), + [sym_as_operator] = STATE(4260), + [sym__bitwise_binary_operator] = STATE(513), + [sym__postfix_unary_operator] = STATE(1265), + [sym__eq_eq] = STATE(507), + [sym__dot] = STATE(5527), + [sym__conjunction_operator] = STATE(514), + [sym__disjunction_operator] = STATE(400), + [sym__nil_coalescing_operator] = STATE(401), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(1265), + [anon_sym_BANG] = ACTIONS(1889), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(1891), + [anon_sym_package] = ACTIONS(1891), + [anon_sym_COMMA] = ACTIONS(1891), + [anon_sym_LPAREN] = ACTIONS(1891), + [anon_sym_LBRACK] = ACTIONS(1891), + [anon_sym_QMARK] = ACTIONS(1889), + [anon_sym_QMARK2] = ACTIONS(1891), + [anon_sym_AMP] = ACTIONS(1891), + [aux_sym_custom_operator_token1] = ACTIONS(1891), + [anon_sym_LT] = ACTIONS(1889), + [anon_sym_GT] = ACTIONS(1889), + [anon_sym_LBRACE] = ACTIONS(1891), + [anon_sym_CARET_LBRACE] = ACTIONS(1891), + [anon_sym_RBRACE] = ACTIONS(1891), + [anon_sym_case] = ACTIONS(1891), + [anon_sym_fallthrough] = ACTIONS(1891), + [anon_sym_PLUS_EQ] = ACTIONS(1891), + [anon_sym_DASH_EQ] = ACTIONS(1891), + [anon_sym_STAR_EQ] = ACTIONS(1891), + [anon_sym_SLASH_EQ] = ACTIONS(1891), + [anon_sym_PERCENT_EQ] = ACTIONS(1891), + [anon_sym_BANG_EQ] = ACTIONS(1889), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1891), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1891), + [anon_sym_LT_EQ] = ACTIONS(1891), + [anon_sym_GT_EQ] = ACTIONS(1891), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1891), + [anon_sym_DOT_DOT_LT] = ACTIONS(1891), + [anon_sym_is] = ACTIONS(1891), + [anon_sym_PLUS] = ACTIONS(1889), + [anon_sym_DASH] = ACTIONS(1889), + [anon_sym_STAR] = ACTIONS(1889), + [anon_sym_SLASH] = ACTIONS(1889), + [anon_sym_PERCENT] = ACTIONS(1889), + [anon_sym_PLUS_PLUS] = ACTIONS(1891), + [anon_sym_DASH_DASH] = ACTIONS(1891), + [anon_sym_PIPE] = ACTIONS(1891), + [anon_sym_CARET] = ACTIONS(1889), + [anon_sym_LT_LT] = ACTIONS(1891), + [anon_sym_GT_GT] = ACTIONS(1891), + [anon_sym_class] = ACTIONS(1891), + [anon_sym_prefix] = ACTIONS(1891), + [anon_sym_infix] = ACTIONS(1891), + [anon_sym_postfix] = ACTIONS(1891), + [anon_sym_AT] = ACTIONS(1889), + [anon_sym_override] = ACTIONS(1891), + [anon_sym_convenience] = ACTIONS(1891), + [anon_sym_required] = ACTIONS(1891), + [anon_sym_nonisolated] = ACTIONS(1891), + [anon_sym_public] = ACTIONS(1891), + [anon_sym_private] = ACTIONS(1891), + [anon_sym_internal] = ACTIONS(1891), + [anon_sym_fileprivate] = ACTIONS(1891), + [anon_sym_open] = ACTIONS(1891), + [anon_sym_mutating] = ACTIONS(1891), + [anon_sym_nonmutating] = ACTIONS(1891), + [anon_sym_static] = ACTIONS(1891), + [anon_sym_dynamic] = ACTIONS(1891), + [anon_sym_optional] = ACTIONS(1891), + [anon_sym_distributed] = ACTIONS(1891), + [anon_sym_final] = ACTIONS(1891), + [anon_sym_inout] = ACTIONS(1891), + [anon_sym_ATescaping] = ACTIONS(1891), + [anon_sym_ATautoclosure] = ACTIONS(1891), + [anon_sym_weak] = ACTIONS(1891), + [anon_sym_unowned] = ACTIONS(1889), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(1891), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(1891), + [anon_sym_borrowing] = ACTIONS(1891), + [anon_sym_consuming] = ACTIONS(1891), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(1891), + [sym__explicit_semi] = ACTIONS(1891), + [sym__dot_custom] = ACTIONS(1891), + [sym__conjunction_operator_custom] = ACTIONS(1891), + [sym__disjunction_operator_custom] = ACTIONS(1891), + [sym__nil_coalescing_operator_custom] = ACTIONS(1891), + [sym__eq_custom] = ACTIONS(1891), + [sym__eq_eq_custom] = ACTIONS(1891), + [sym__plus_then_ws] = ACTIONS(1891), + [sym__minus_then_ws] = ACTIONS(1891), + [sym__bang_custom] = ACTIONS(1891), + [sym_default_keyword] = ACTIONS(1891), + [sym_where_keyword] = ACTIONS(1891), + [sym__as_custom] = ACTIONS(1891), + [sym__as_quest_custom] = ACTIONS(1891), + [sym__as_bang_custom] = ACTIONS(1891), + [sym__custom_operator] = ACTIONS(1891), + }, + [STATE(783)] = { + [sym__quest] = STATE(721), + [sym__immediate_quest] = STATE(1260), + [sym__range_operator] = STATE(501), + [sym_custom_operator] = STATE(502), + [sym_navigation_suffix] = STATE(1261), + [sym_call_suffix] = STATE(1262), + [sym__fn_call_lambda_arguments] = STATE(1263), + [sym_value_arguments] = STATE(1175), + [sym_lambda_literal] = STATE(995), + [sym__equality_operator] = STATE(507), + [sym__comparison_operator] = STATE(511), + [sym__three_dot_operator] = STATE(760), + [sym__open_ended_range_operator] = STATE(501), + [sym__is_operator] = STATE(4259), + [sym__additive_operator] = STATE(587), + [sym__multiplicative_operator] = STATE(588), + [sym_as_operator] = STATE(4260), + [sym__bitwise_binary_operator] = STATE(513), + [sym__postfix_unary_operator] = STATE(1265), + [sym__eq_eq] = STATE(507), + [sym__dot] = STATE(5527), + [sym__conjunction_operator] = STATE(514), + [sym__disjunction_operator] = STATE(400), + [sym__nil_coalescing_operator] = STATE(401), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(1265), + [anon_sym_BANG] = ACTIONS(1957), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(1903), + [anon_sym_package] = ACTIONS(1903), + [anon_sym_COMMA] = ACTIONS(1903), + [anon_sym_LPAREN] = ACTIONS(1959), + [anon_sym_LBRACK] = ACTIONS(1961), + [anon_sym_QMARK] = ACTIONS(2001), + [anon_sym_QMARK2] = ACTIONS(1963), + [anon_sym_AMP] = ACTIONS(1965), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(1967), + [anon_sym_GT] = ACTIONS(1967), + [anon_sym_LBRACE] = ACTIONS(2003), + [anon_sym_CARET_LBRACE] = ACTIONS(2003), + [anon_sym_RBRACE] = ACTIONS(1903), + [anon_sym_case] = ACTIONS(1903), + [anon_sym_fallthrough] = ACTIONS(1903), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(1969), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1971), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1971), + [anon_sym_LT_EQ] = ACTIONS(1973), + [anon_sym_GT_EQ] = ACTIONS(1973), + [anon_sym_DOT_DOT_DOT] = ACTIONS(703), + [anon_sym_DOT_DOT_LT] = ACTIONS(1975), + [anon_sym_is] = ACTIONS(1977), + [anon_sym_PLUS] = ACTIONS(1979), + [anon_sym_DASH] = ACTIONS(1979), + [anon_sym_STAR] = ACTIONS(1981), + [anon_sym_SLASH] = ACTIONS(1981), + [anon_sym_PERCENT] = ACTIONS(1981), + [anon_sym_PLUS_PLUS] = ACTIONS(1983), + [anon_sym_DASH_DASH] = ACTIONS(1983), + [anon_sym_PIPE] = ACTIONS(1965), + [anon_sym_CARET] = ACTIONS(1985), + [anon_sym_LT_LT] = ACTIONS(1965), + [anon_sym_GT_GT] = ACTIONS(1965), + [anon_sym_class] = ACTIONS(1903), + [anon_sym_prefix] = ACTIONS(1903), + [anon_sym_infix] = ACTIONS(1903), + [anon_sym_postfix] = ACTIONS(1903), + [anon_sym_AT] = ACTIONS(1905), + [anon_sym_override] = ACTIONS(1903), + [anon_sym_convenience] = ACTIONS(1903), + [anon_sym_required] = ACTIONS(1903), + [anon_sym_nonisolated] = ACTIONS(1903), + [anon_sym_public] = ACTIONS(1903), + [anon_sym_private] = ACTIONS(1903), + [anon_sym_internal] = ACTIONS(1903), + [anon_sym_fileprivate] = ACTIONS(1903), + [anon_sym_open] = ACTIONS(1903), + [anon_sym_mutating] = ACTIONS(1903), + [anon_sym_nonmutating] = ACTIONS(1903), + [anon_sym_static] = ACTIONS(1903), + [anon_sym_dynamic] = ACTIONS(1903), + [anon_sym_optional] = ACTIONS(1903), + [anon_sym_distributed] = ACTIONS(1903), + [anon_sym_final] = ACTIONS(1903), + [anon_sym_inout] = ACTIONS(1903), + [anon_sym_ATescaping] = ACTIONS(1903), + [anon_sym_ATautoclosure] = ACTIONS(1903), + [anon_sym_weak] = ACTIONS(1903), + [anon_sym_unowned] = ACTIONS(1905), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(1903), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(1903), + [anon_sym_borrowing] = ACTIONS(1903), + [anon_sym_consuming] = ACTIONS(1903), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(1903), + [sym__explicit_semi] = ACTIONS(1903), + [sym__dot_custom] = ACTIONS(1987), + [sym__conjunction_operator_custom] = ACTIONS(1989), + [sym__disjunction_operator_custom] = ACTIONS(1991), + [sym__nil_coalescing_operator_custom] = ACTIONS(1993), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(1971), + [sym__plus_then_ws] = ACTIONS(1995), + [sym__minus_then_ws] = ACTIONS(1995), + [sym__bang_custom] = ACTIONS(1997), + [sym_default_keyword] = ACTIONS(1903), + [sym_where_keyword] = ACTIONS(1903), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(784)] = { + [sym__quest] = STATE(721), + [sym__immediate_quest] = STATE(1260), + [sym__range_operator] = STATE(501), + [sym_custom_operator] = STATE(502), + [sym_navigation_suffix] = STATE(1261), + [sym_call_suffix] = STATE(1262), + [sym__fn_call_lambda_arguments] = STATE(1263), + [sym_value_arguments] = STATE(1175), + [sym_lambda_literal] = STATE(995), + [sym__equality_operator] = STATE(507), + [sym__comparison_operator] = STATE(511), + [sym__three_dot_operator] = STATE(760), + [sym__open_ended_range_operator] = STATE(501), + [sym__is_operator] = STATE(4259), + [sym__additive_operator] = STATE(587), + [sym__multiplicative_operator] = STATE(588), + [sym_as_operator] = STATE(4260), + [sym__bitwise_binary_operator] = STATE(513), + [sym__postfix_unary_operator] = STATE(1265), + [sym__eq_eq] = STATE(507), + [sym__dot] = STATE(5527), + [sym__conjunction_operator] = STATE(514), + [sym__disjunction_operator] = STATE(400), + [sym__nil_coalescing_operator] = STATE(401), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(1265), + [anon_sym_BANG] = ACTIONS(1957), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(1877), + [anon_sym_package] = ACTIONS(1877), + [anon_sym_COMMA] = ACTIONS(1877), + [anon_sym_LPAREN] = ACTIONS(1959), + [anon_sym_LBRACK] = ACTIONS(1961), + [anon_sym_QMARK] = ACTIONS(2001), + [anon_sym_QMARK2] = ACTIONS(1963), + [anon_sym_AMP] = ACTIONS(1965), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(1967), + [anon_sym_GT] = ACTIONS(1967), + [anon_sym_LBRACE] = ACTIONS(2003), + [anon_sym_CARET_LBRACE] = ACTIONS(2003), + [anon_sym_RBRACE] = ACTIONS(1877), + [anon_sym_case] = ACTIONS(1877), + [anon_sym_fallthrough] = ACTIONS(1877), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(1969), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1971), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1971), + [anon_sym_LT_EQ] = ACTIONS(1973), + [anon_sym_GT_EQ] = ACTIONS(1973), + [anon_sym_DOT_DOT_DOT] = ACTIONS(703), + [anon_sym_DOT_DOT_LT] = ACTIONS(1975), + [anon_sym_is] = ACTIONS(1977), + [anon_sym_PLUS] = ACTIONS(1979), + [anon_sym_DASH] = ACTIONS(1979), + [anon_sym_STAR] = ACTIONS(1981), + [anon_sym_SLASH] = ACTIONS(1981), + [anon_sym_PERCENT] = ACTIONS(1981), + [anon_sym_PLUS_PLUS] = ACTIONS(1983), + [anon_sym_DASH_DASH] = ACTIONS(1983), + [anon_sym_PIPE] = ACTIONS(1965), + [anon_sym_CARET] = ACTIONS(1985), + [anon_sym_LT_LT] = ACTIONS(1965), + [anon_sym_GT_GT] = ACTIONS(1965), + [anon_sym_class] = ACTIONS(1877), + [anon_sym_prefix] = ACTIONS(1877), + [anon_sym_infix] = ACTIONS(1877), + [anon_sym_postfix] = ACTIONS(1877), + [anon_sym_AT] = ACTIONS(1879), + [anon_sym_override] = ACTIONS(1877), + [anon_sym_convenience] = ACTIONS(1877), + [anon_sym_required] = ACTIONS(1877), + [anon_sym_nonisolated] = ACTIONS(1877), + [anon_sym_public] = ACTIONS(1877), + [anon_sym_private] = ACTIONS(1877), + [anon_sym_internal] = ACTIONS(1877), + [anon_sym_fileprivate] = ACTIONS(1877), + [anon_sym_open] = ACTIONS(1877), + [anon_sym_mutating] = ACTIONS(1877), + [anon_sym_nonmutating] = ACTIONS(1877), + [anon_sym_static] = ACTIONS(1877), + [anon_sym_dynamic] = ACTIONS(1877), + [anon_sym_optional] = ACTIONS(1877), + [anon_sym_distributed] = ACTIONS(1877), + [anon_sym_final] = ACTIONS(1877), + [anon_sym_inout] = ACTIONS(1877), + [anon_sym_ATescaping] = ACTIONS(1877), + [anon_sym_ATautoclosure] = ACTIONS(1877), + [anon_sym_weak] = ACTIONS(1877), + [anon_sym_unowned] = ACTIONS(1879), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(1877), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(1877), + [anon_sym_borrowing] = ACTIONS(1877), + [anon_sym_consuming] = ACTIONS(1877), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(1877), + [sym__explicit_semi] = ACTIONS(1877), + [sym__dot_custom] = ACTIONS(1987), + [sym__conjunction_operator_custom] = ACTIONS(1989), + [sym__disjunction_operator_custom] = ACTIONS(1991), + [sym__nil_coalescing_operator_custom] = ACTIONS(1993), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(1971), + [sym__plus_then_ws] = ACTIONS(1995), + [sym__minus_then_ws] = ACTIONS(1995), + [sym__bang_custom] = ACTIONS(1997), + [sym_default_keyword] = ACTIONS(1877), + [sym_where_keyword] = ACTIONS(1877), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(785)] = { + [sym__quest] = STATE(721), + [sym__immediate_quest] = STATE(1260), + [sym__range_operator] = STATE(501), + [sym_custom_operator] = STATE(502), + [sym_navigation_suffix] = STATE(1261), + [sym_call_suffix] = STATE(1262), + [sym__fn_call_lambda_arguments] = STATE(1263), + [sym_value_arguments] = STATE(1175), + [sym_lambda_literal] = STATE(995), + [sym__equality_operator] = STATE(507), + [sym__comparison_operator] = STATE(511), + [sym__three_dot_operator] = STATE(760), + [sym__open_ended_range_operator] = STATE(501), + [sym__is_operator] = STATE(4259), + [sym__additive_operator] = STATE(587), + [sym__multiplicative_operator] = STATE(588), + [sym_as_operator] = STATE(4260), + [sym__bitwise_binary_operator] = STATE(513), + [sym__postfix_unary_operator] = STATE(1265), + [sym__eq_eq] = STATE(507), + [sym__dot] = STATE(5527), + [sym__conjunction_operator] = STATE(514), + [sym__disjunction_operator] = STATE(400), + [sym__nil_coalescing_operator] = STATE(401), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(1265), + [anon_sym_BANG] = ACTIONS(1957), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(1899), + [anon_sym_package] = ACTIONS(1899), + [anon_sym_COMMA] = ACTIONS(1899), + [anon_sym_LPAREN] = ACTIONS(1959), + [anon_sym_LBRACK] = ACTIONS(1961), + [anon_sym_QMARK] = ACTIONS(2001), + [anon_sym_QMARK2] = ACTIONS(1963), + [anon_sym_AMP] = ACTIONS(1965), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(1967), + [anon_sym_GT] = ACTIONS(1967), + [anon_sym_LBRACE] = ACTIONS(2003), + [anon_sym_CARET_LBRACE] = ACTIONS(2003), + [anon_sym_RBRACE] = ACTIONS(1899), + [anon_sym_case] = ACTIONS(1899), + [anon_sym_fallthrough] = ACTIONS(1899), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(1969), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1971), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1971), + [anon_sym_LT_EQ] = ACTIONS(1973), + [anon_sym_GT_EQ] = ACTIONS(1973), + [anon_sym_DOT_DOT_DOT] = ACTIONS(703), + [anon_sym_DOT_DOT_LT] = ACTIONS(1975), + [anon_sym_is] = ACTIONS(1977), + [anon_sym_PLUS] = ACTIONS(1979), + [anon_sym_DASH] = ACTIONS(1979), + [anon_sym_STAR] = ACTIONS(1981), + [anon_sym_SLASH] = ACTIONS(1981), + [anon_sym_PERCENT] = ACTIONS(1981), + [anon_sym_PLUS_PLUS] = ACTIONS(1983), + [anon_sym_DASH_DASH] = ACTIONS(1983), + [anon_sym_PIPE] = ACTIONS(1965), + [anon_sym_CARET] = ACTIONS(1985), + [anon_sym_LT_LT] = ACTIONS(1965), + [anon_sym_GT_GT] = ACTIONS(1965), + [anon_sym_class] = ACTIONS(1899), + [anon_sym_prefix] = ACTIONS(1899), + [anon_sym_infix] = ACTIONS(1899), + [anon_sym_postfix] = ACTIONS(1899), + [anon_sym_AT] = ACTIONS(1901), + [anon_sym_override] = ACTIONS(1899), + [anon_sym_convenience] = ACTIONS(1899), + [anon_sym_required] = ACTIONS(1899), + [anon_sym_nonisolated] = ACTIONS(1899), + [anon_sym_public] = ACTIONS(1899), + [anon_sym_private] = ACTIONS(1899), + [anon_sym_internal] = ACTIONS(1899), + [anon_sym_fileprivate] = ACTIONS(1899), + [anon_sym_open] = ACTIONS(1899), + [anon_sym_mutating] = ACTIONS(1899), + [anon_sym_nonmutating] = ACTIONS(1899), + [anon_sym_static] = ACTIONS(1899), + [anon_sym_dynamic] = ACTIONS(1899), + [anon_sym_optional] = ACTIONS(1899), + [anon_sym_distributed] = ACTIONS(1899), + [anon_sym_final] = ACTIONS(1899), + [anon_sym_inout] = ACTIONS(1899), + [anon_sym_ATescaping] = ACTIONS(1899), + [anon_sym_ATautoclosure] = ACTIONS(1899), + [anon_sym_weak] = ACTIONS(1899), + [anon_sym_unowned] = ACTIONS(1901), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(1899), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(1899), + [anon_sym_borrowing] = ACTIONS(1899), + [anon_sym_consuming] = ACTIONS(1899), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(1899), + [sym__explicit_semi] = ACTIONS(1899), + [sym__dot_custom] = ACTIONS(1987), + [sym__conjunction_operator_custom] = ACTIONS(1989), + [sym__disjunction_operator_custom] = ACTIONS(1991), + [sym__nil_coalescing_operator_custom] = ACTIONS(1993), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(1971), + [sym__plus_then_ws] = ACTIONS(1995), + [sym__minus_then_ws] = ACTIONS(1995), + [sym__bang_custom] = ACTIONS(1997), + [sym_default_keyword] = ACTIONS(1899), + [sym_where_keyword] = ACTIONS(1899), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(786)] = { + [sym__quest] = STATE(721), + [sym__immediate_quest] = STATE(1260), + [sym__range_operator] = STATE(501), + [sym_custom_operator] = STATE(502), + [sym_navigation_suffix] = STATE(1261), + [sym_call_suffix] = STATE(1262), + [sym__fn_call_lambda_arguments] = STATE(1263), + [sym_value_arguments] = STATE(1175), + [sym_lambda_literal] = STATE(995), + [sym__equality_operator] = STATE(507), + [sym__comparison_operator] = STATE(511), + [sym__three_dot_operator] = STATE(760), + [sym__open_ended_range_operator] = STATE(501), + [sym__is_operator] = STATE(4259), + [sym__additive_operator] = STATE(587), + [sym__multiplicative_operator] = STATE(588), + [sym_as_operator] = STATE(4260), + [sym__bitwise_binary_operator] = STATE(513), + [sym__postfix_unary_operator] = STATE(1265), + [sym__eq_eq] = STATE(507), + [sym__dot] = STATE(5527), + [sym__conjunction_operator] = STATE(514), + [sym__disjunction_operator] = STATE(400), + [sym__nil_coalescing_operator] = STATE(401), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(1265), + [anon_sym_BANG] = ACTIONS(1957), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(1857), + [anon_sym_package] = ACTIONS(1857), + [anon_sym_COMMA] = ACTIONS(1857), + [anon_sym_LPAREN] = ACTIONS(1959), + [anon_sym_LBRACK] = ACTIONS(1961), + [anon_sym_QMARK] = ACTIONS(2001), + [anon_sym_QMARK2] = ACTIONS(1963), + [anon_sym_AMP] = ACTIONS(1965), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(1967), + [anon_sym_GT] = ACTIONS(1967), + [anon_sym_LBRACE] = ACTIONS(2003), + [anon_sym_CARET_LBRACE] = ACTIONS(2003), + [anon_sym_RBRACE] = ACTIONS(1857), + [anon_sym_case] = ACTIONS(1857), + [anon_sym_fallthrough] = ACTIONS(1857), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(1969), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1971), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1971), + [anon_sym_LT_EQ] = ACTIONS(1973), + [anon_sym_GT_EQ] = ACTIONS(1973), + [anon_sym_DOT_DOT_DOT] = ACTIONS(703), + [anon_sym_DOT_DOT_LT] = ACTIONS(1975), + [anon_sym_is] = ACTIONS(1977), + [anon_sym_PLUS] = ACTIONS(1979), + [anon_sym_DASH] = ACTIONS(1979), + [anon_sym_STAR] = ACTIONS(1981), + [anon_sym_SLASH] = ACTIONS(1981), + [anon_sym_PERCENT] = ACTIONS(1981), + [anon_sym_PLUS_PLUS] = ACTIONS(1983), + [anon_sym_DASH_DASH] = ACTIONS(1983), + [anon_sym_PIPE] = ACTIONS(1965), + [anon_sym_CARET] = ACTIONS(1985), + [anon_sym_LT_LT] = ACTIONS(1965), + [anon_sym_GT_GT] = ACTIONS(1965), + [anon_sym_class] = ACTIONS(1857), + [anon_sym_prefix] = ACTIONS(1857), + [anon_sym_infix] = ACTIONS(1857), + [anon_sym_postfix] = ACTIONS(1857), + [anon_sym_AT] = ACTIONS(1863), + [anon_sym_override] = ACTIONS(1857), + [anon_sym_convenience] = ACTIONS(1857), + [anon_sym_required] = ACTIONS(1857), + [anon_sym_nonisolated] = ACTIONS(1857), + [anon_sym_public] = ACTIONS(1857), + [anon_sym_private] = ACTIONS(1857), + [anon_sym_internal] = ACTIONS(1857), + [anon_sym_fileprivate] = ACTIONS(1857), + [anon_sym_open] = ACTIONS(1857), + [anon_sym_mutating] = ACTIONS(1857), + [anon_sym_nonmutating] = ACTIONS(1857), + [anon_sym_static] = ACTIONS(1857), + [anon_sym_dynamic] = ACTIONS(1857), + [anon_sym_optional] = ACTIONS(1857), + [anon_sym_distributed] = ACTIONS(1857), + [anon_sym_final] = ACTIONS(1857), + [anon_sym_inout] = ACTIONS(1857), + [anon_sym_ATescaping] = ACTIONS(1857), + [anon_sym_ATautoclosure] = ACTIONS(1857), + [anon_sym_weak] = ACTIONS(1857), + [anon_sym_unowned] = ACTIONS(1863), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(1857), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(1857), + [anon_sym_borrowing] = ACTIONS(1857), + [anon_sym_consuming] = ACTIONS(1857), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(1857), + [sym__explicit_semi] = ACTIONS(1857), + [sym__dot_custom] = ACTIONS(1987), + [sym__conjunction_operator_custom] = ACTIONS(1989), + [sym__disjunction_operator_custom] = ACTIONS(1991), + [sym__nil_coalescing_operator_custom] = ACTIONS(1993), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(1971), + [sym__plus_then_ws] = ACTIONS(1995), + [sym__minus_then_ws] = ACTIONS(1995), + [sym__bang_custom] = ACTIONS(1997), + [sym_default_keyword] = ACTIONS(1857), + [sym_where_keyword] = ACTIONS(1857), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(787)] = { + [sym__quest] = STATE(698), + [sym__immediate_quest] = STATE(1406), + [sym__range_operator] = STATE(432), + [sym_custom_operator] = STATE(433), + [sym_navigation_suffix] = STATE(1410), + [sym_call_suffix] = STATE(1414), + [sym__fn_call_lambda_arguments] = STATE(1415), + [sym_value_arguments] = STATE(1223), + [sym_lambda_literal] = STATE(1002), + [sym__equality_operator] = STATE(434), + [sym__comparison_operator] = STATE(435), + [sym__three_dot_operator] = STATE(768), + [sym__open_ended_range_operator] = STATE(432), + [sym__is_operator] = STATE(4206), + [sym__additive_operator] = STATE(667), + [sym__multiplicative_operator] = STATE(668), + [sym_as_operator] = STATE(4207), + [sym__bitwise_binary_operator] = STATE(436), + [sym__postfix_unary_operator] = STATE(1427), + [sym__eq_eq] = STATE(434), + [sym__dot] = STATE(5506), + [sym__conjunction_operator] = STATE(437), + [sym__disjunction_operator] = STATE(438), + [sym__nil_coalescing_operator] = STATE(439), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(1427), + [anon_sym_BANG] = ACTIONS(2009), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(1865), + [anon_sym_package] = ACTIONS(1865), + [anon_sym_COMMA] = ACTIONS(1865), + [anon_sym_LPAREN] = ACTIONS(1865), + [anon_sym_LBRACK] = ACTIONS(1865), + [anon_sym_QMARK] = ACTIONS(1867), + [anon_sym_QMARK2] = ACTIONS(1865), + [anon_sym_AMP] = ACTIONS(1865), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(1867), + [anon_sym_GT] = ACTIONS(1867), + [anon_sym_LBRACE] = ACTIONS(1865), + [anon_sym_CARET_LBRACE] = ACTIONS(1865), + [anon_sym_RBRACE] = ACTIONS(1865), + [anon_sym_case] = ACTIONS(1865), + [anon_sym_fallthrough] = ACTIONS(1865), + [anon_sym_PLUS_EQ] = ACTIONS(1865), + [anon_sym_DASH_EQ] = ACTIONS(1865), + [anon_sym_STAR_EQ] = ACTIONS(1865), + [anon_sym_SLASH_EQ] = ACTIONS(1865), + [anon_sym_PERCENT_EQ] = ACTIONS(1865), + [anon_sym_BANG_EQ] = ACTIONS(2027), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2029), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2029), + [anon_sym_LT_EQ] = ACTIONS(1865), + [anon_sym_GT_EQ] = ACTIONS(1865), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1865), + [anon_sym_DOT_DOT_LT] = ACTIONS(1865), + [anon_sym_is] = ACTIONS(2035), + [anon_sym_PLUS] = ACTIONS(2037), + [anon_sym_DASH] = ACTIONS(2037), + [anon_sym_STAR] = ACTIONS(2039), + [anon_sym_SLASH] = ACTIONS(2039), + [anon_sym_PERCENT] = ACTIONS(2039), + [anon_sym_PLUS_PLUS] = ACTIONS(2041), + [anon_sym_DASH_DASH] = ACTIONS(2041), + [anon_sym_PIPE] = ACTIONS(1865), + [anon_sym_CARET] = ACTIONS(1867), + [anon_sym_LT_LT] = ACTIONS(1865), + [anon_sym_GT_GT] = ACTIONS(1865), + [anon_sym_class] = ACTIONS(1865), + [anon_sym_prefix] = ACTIONS(1865), + [anon_sym_infix] = ACTIONS(1865), + [anon_sym_postfix] = ACTIONS(1865), + [anon_sym_AT] = ACTIONS(1867), + [anon_sym_override] = ACTIONS(1865), + [anon_sym_convenience] = ACTIONS(1865), + [anon_sym_required] = ACTIONS(1865), + [anon_sym_nonisolated] = ACTIONS(1865), + [anon_sym_public] = ACTIONS(1865), + [anon_sym_private] = ACTIONS(1865), + [anon_sym_internal] = ACTIONS(1865), + [anon_sym_fileprivate] = ACTIONS(1865), + [anon_sym_open] = ACTIONS(1865), + [anon_sym_mutating] = ACTIONS(1865), + [anon_sym_nonmutating] = ACTIONS(1865), + [anon_sym_static] = ACTIONS(1865), + [anon_sym_dynamic] = ACTIONS(1865), + [anon_sym_optional] = ACTIONS(1865), + [anon_sym_distributed] = ACTIONS(1865), + [anon_sym_final] = ACTIONS(1865), + [anon_sym_inout] = ACTIONS(1865), + [anon_sym_ATescaping] = ACTIONS(1865), + [anon_sym_ATautoclosure] = ACTIONS(1865), + [anon_sym_weak] = ACTIONS(1865), + [anon_sym_unowned] = ACTIONS(1867), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(1865), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(1865), + [anon_sym_borrowing] = ACTIONS(1865), + [anon_sym_consuming] = ACTIONS(1865), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(1865), + [sym__explicit_semi] = ACTIONS(1865), + [sym__dot_custom] = ACTIONS(1865), + [sym__conjunction_operator_custom] = ACTIONS(2047), + [sym__disjunction_operator_custom] = ACTIONS(2049), + [sym__nil_coalescing_operator_custom] = ACTIONS(2051), + [sym__eq_custom] = ACTIONS(1865), + [sym__eq_eq_custom] = ACTIONS(2029), + [sym__plus_then_ws] = ACTIONS(2053), + [sym__minus_then_ws] = ACTIONS(2053), + [sym__bang_custom] = ACTIONS(2055), + [sym_default_keyword] = ACTIONS(1865), + [sym__as_custom] = ACTIONS(1865), + [sym__as_quest_custom] = ACTIONS(1865), + [sym__as_bang_custom] = ACTIONS(1865), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(788)] = { + [sym__quest] = STATE(698), + [sym__immediate_quest] = STATE(1406), + [sym__range_operator] = STATE(432), + [sym_custom_operator] = STATE(433), + [sym_navigation_suffix] = STATE(1410), + [sym_call_suffix] = STATE(1414), + [sym__fn_call_lambda_arguments] = STATE(1415), + [sym_value_arguments] = STATE(1223), + [sym_lambda_literal] = STATE(1002), + [sym__equality_operator] = STATE(434), + [sym__comparison_operator] = STATE(435), + [sym__three_dot_operator] = STATE(768), + [sym__open_ended_range_operator] = STATE(432), + [sym__is_operator] = STATE(4206), + [sym__additive_operator] = STATE(667), + [sym__multiplicative_operator] = STATE(668), + [sym_as_operator] = STATE(4207), + [sym__bitwise_binary_operator] = STATE(436), + [sym__postfix_unary_operator] = STATE(1427), + [sym__eq_eq] = STATE(434), + [sym__dot] = STATE(5506), + [sym__conjunction_operator] = STATE(437), + [sym__disjunction_operator] = STATE(438), + [sym__nil_coalescing_operator] = STATE(439), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(1427), + [anon_sym_BANG] = ACTIONS(2009), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2057), + [anon_sym_package] = ACTIONS(2057), + [anon_sym_COMMA] = ACTIONS(2057), + [anon_sym_LPAREN] = ACTIONS(2011), + [anon_sym_LBRACK] = ACTIONS(2013), + [anon_sym_QMARK] = ACTIONS(2015), + [anon_sym_QMARK2] = ACTIONS(2017), + [anon_sym_AMP] = ACTIONS(2019), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(2021), + [anon_sym_GT] = ACTIONS(2021), + [anon_sym_LBRACE] = ACTIONS(2025), + [anon_sym_CARET_LBRACE] = ACTIONS(2025), + [anon_sym_RBRACE] = ACTIONS(2057), + [anon_sym_case] = ACTIONS(2057), + [anon_sym_fallthrough] = ACTIONS(2057), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(2027), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2029), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2029), + [anon_sym_LT_EQ] = ACTIONS(2031), + [anon_sym_GT_EQ] = ACTIONS(2031), + [anon_sym_DOT_DOT_DOT] = ACTIONS(347), + [anon_sym_DOT_DOT_LT] = ACTIONS(2033), + [anon_sym_is] = ACTIONS(2035), + [anon_sym_PLUS] = ACTIONS(2037), + [anon_sym_DASH] = ACTIONS(2037), + [anon_sym_STAR] = ACTIONS(2039), + [anon_sym_SLASH] = ACTIONS(2039), + [anon_sym_PERCENT] = ACTIONS(2039), + [anon_sym_PLUS_PLUS] = ACTIONS(2041), + [anon_sym_DASH_DASH] = ACTIONS(2041), + [anon_sym_PIPE] = ACTIONS(2019), + [anon_sym_CARET] = ACTIONS(2043), + [anon_sym_LT_LT] = ACTIONS(2019), + [anon_sym_GT_GT] = ACTIONS(2019), + [anon_sym_class] = ACTIONS(2057), + [anon_sym_prefix] = ACTIONS(2057), + [anon_sym_infix] = ACTIONS(2057), + [anon_sym_postfix] = ACTIONS(2057), + [anon_sym_AT] = ACTIONS(2059), + [anon_sym_override] = ACTIONS(2057), + [anon_sym_convenience] = ACTIONS(2057), + [anon_sym_required] = ACTIONS(2057), + [anon_sym_nonisolated] = ACTIONS(2057), + [anon_sym_public] = ACTIONS(2057), + [anon_sym_private] = ACTIONS(2057), + [anon_sym_internal] = ACTIONS(2057), + [anon_sym_fileprivate] = ACTIONS(2057), + [anon_sym_open] = ACTIONS(2057), + [anon_sym_mutating] = ACTIONS(2057), + [anon_sym_nonmutating] = ACTIONS(2057), + [anon_sym_static] = ACTIONS(2057), + [anon_sym_dynamic] = ACTIONS(2057), + [anon_sym_optional] = ACTIONS(2057), + [anon_sym_distributed] = ACTIONS(2057), + [anon_sym_final] = ACTIONS(2057), + [anon_sym_inout] = ACTIONS(2057), + [anon_sym_ATescaping] = ACTIONS(2057), + [anon_sym_ATautoclosure] = ACTIONS(2057), + [anon_sym_weak] = ACTIONS(2057), + [anon_sym_unowned] = ACTIONS(2059), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2057), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2057), + [anon_sym_borrowing] = ACTIONS(2057), + [anon_sym_consuming] = ACTIONS(2057), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2057), + [sym__explicit_semi] = ACTIONS(2057), + [sym__dot_custom] = ACTIONS(2045), + [sym__conjunction_operator_custom] = ACTIONS(2047), + [sym__disjunction_operator_custom] = ACTIONS(2049), + [sym__nil_coalescing_operator_custom] = ACTIONS(2051), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(2029), + [sym__plus_then_ws] = ACTIONS(2053), + [sym__minus_then_ws] = ACTIONS(2053), + [sym__bang_custom] = ACTIONS(2055), + [sym_default_keyword] = ACTIONS(2057), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(789)] = { + [sym__quest] = STATE(698), + [sym__immediate_quest] = STATE(1406), + [sym__range_operator] = STATE(432), + [sym_custom_operator] = STATE(433), + [sym_navigation_suffix] = STATE(1410), + [sym_call_suffix] = STATE(1414), + [sym__fn_call_lambda_arguments] = STATE(1415), + [sym_value_arguments] = STATE(1223), + [sym_lambda_literal] = STATE(1002), + [sym__equality_operator] = STATE(434), + [sym__comparison_operator] = STATE(435), + [sym__three_dot_operator] = STATE(768), + [sym__open_ended_range_operator] = STATE(432), + [sym__is_operator] = STATE(4206), + [sym__additive_operator] = STATE(667), + [sym__multiplicative_operator] = STATE(668), + [sym_as_operator] = STATE(4207), + [sym__bitwise_binary_operator] = STATE(436), + [sym__postfix_unary_operator] = STATE(1427), + [sym__eq_eq] = STATE(434), + [sym__dot] = STATE(5506), + [sym__conjunction_operator] = STATE(437), + [sym__disjunction_operator] = STATE(438), + [sym__nil_coalescing_operator] = STATE(439), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(1427), + [anon_sym_BANG] = ACTIONS(2009), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(1903), + [anon_sym_package] = ACTIONS(1903), + [anon_sym_COMMA] = ACTIONS(1903), + [anon_sym_LPAREN] = ACTIONS(2011), + [anon_sym_LBRACK] = ACTIONS(2013), + [anon_sym_QMARK] = ACTIONS(2015), + [anon_sym_QMARK2] = ACTIONS(2017), + [anon_sym_AMP] = ACTIONS(2019), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(2021), + [anon_sym_GT] = ACTIONS(2021), + [anon_sym_LBRACE] = ACTIONS(2025), + [anon_sym_CARET_LBRACE] = ACTIONS(2025), + [anon_sym_RBRACE] = ACTIONS(1903), + [anon_sym_case] = ACTIONS(1903), + [anon_sym_fallthrough] = ACTIONS(1903), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(2027), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2029), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2029), + [anon_sym_LT_EQ] = ACTIONS(2031), + [anon_sym_GT_EQ] = ACTIONS(2031), + [anon_sym_DOT_DOT_DOT] = ACTIONS(347), + [anon_sym_DOT_DOT_LT] = ACTIONS(2033), + [anon_sym_is] = ACTIONS(2035), + [anon_sym_PLUS] = ACTIONS(2037), + [anon_sym_DASH] = ACTIONS(2037), + [anon_sym_STAR] = ACTIONS(2039), + [anon_sym_SLASH] = ACTIONS(2039), + [anon_sym_PERCENT] = ACTIONS(2039), + [anon_sym_PLUS_PLUS] = ACTIONS(2041), + [anon_sym_DASH_DASH] = ACTIONS(2041), + [anon_sym_PIPE] = ACTIONS(2019), + [anon_sym_CARET] = ACTIONS(2043), + [anon_sym_LT_LT] = ACTIONS(2019), + [anon_sym_GT_GT] = ACTIONS(2019), + [anon_sym_class] = ACTIONS(1903), + [anon_sym_prefix] = ACTIONS(1903), + [anon_sym_infix] = ACTIONS(1903), + [anon_sym_postfix] = ACTIONS(1903), + [anon_sym_AT] = ACTIONS(1905), + [anon_sym_override] = ACTIONS(1903), + [anon_sym_convenience] = ACTIONS(1903), + [anon_sym_required] = ACTIONS(1903), + [anon_sym_nonisolated] = ACTIONS(1903), + [anon_sym_public] = ACTIONS(1903), + [anon_sym_private] = ACTIONS(1903), + [anon_sym_internal] = ACTIONS(1903), + [anon_sym_fileprivate] = ACTIONS(1903), + [anon_sym_open] = ACTIONS(1903), + [anon_sym_mutating] = ACTIONS(1903), + [anon_sym_nonmutating] = ACTIONS(1903), + [anon_sym_static] = ACTIONS(1903), + [anon_sym_dynamic] = ACTIONS(1903), + [anon_sym_optional] = ACTIONS(1903), + [anon_sym_distributed] = ACTIONS(1903), + [anon_sym_final] = ACTIONS(1903), + [anon_sym_inout] = ACTIONS(1903), + [anon_sym_ATescaping] = ACTIONS(1903), + [anon_sym_ATautoclosure] = ACTIONS(1903), + [anon_sym_weak] = ACTIONS(1903), + [anon_sym_unowned] = ACTIONS(1905), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(1903), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(1903), + [anon_sym_borrowing] = ACTIONS(1903), + [anon_sym_consuming] = ACTIONS(1903), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(1903), + [sym__explicit_semi] = ACTIONS(1903), + [sym__dot_custom] = ACTIONS(2045), + [sym__conjunction_operator_custom] = ACTIONS(2047), + [sym__disjunction_operator_custom] = ACTIONS(2049), + [sym__nil_coalescing_operator_custom] = ACTIONS(2051), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(2029), + [sym__plus_then_ws] = ACTIONS(2053), + [sym__minus_then_ws] = ACTIONS(2053), + [sym__bang_custom] = ACTIONS(2055), + [sym_default_keyword] = ACTIONS(1903), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(790)] = { + [sym__quest] = STATE(698), + [sym__immediate_quest] = STATE(1406), + [sym__range_operator] = STATE(432), + [sym_custom_operator] = STATE(433), + [sym_navigation_suffix] = STATE(1410), + [sym_call_suffix] = STATE(1414), + [sym__fn_call_lambda_arguments] = STATE(1415), + [sym_value_arguments] = STATE(1223), + [sym_lambda_literal] = STATE(1002), + [sym__equality_operator] = STATE(434), + [sym__comparison_operator] = STATE(435), + [sym__three_dot_operator] = STATE(768), + [sym__open_ended_range_operator] = STATE(432), + [sym__is_operator] = STATE(4206), + [sym__additive_operator] = STATE(667), + [sym__multiplicative_operator] = STATE(668), + [sym_as_operator] = STATE(4207), + [sym__bitwise_binary_operator] = STATE(436), + [sym__postfix_unary_operator] = STATE(1427), + [sym__eq_eq] = STATE(434), + [sym__dot] = STATE(5506), + [sym__conjunction_operator] = STATE(437), + [sym__disjunction_operator] = STATE(438), + [sym__nil_coalescing_operator] = STATE(439), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(1427), + [anon_sym_BANG] = ACTIONS(2009), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(1857), + [anon_sym_package] = ACTIONS(1857), + [anon_sym_COMMA] = ACTIONS(1857), + [anon_sym_LPAREN] = ACTIONS(2011), + [anon_sym_LBRACK] = ACTIONS(2013), + [anon_sym_QMARK] = ACTIONS(2015), + [anon_sym_QMARK2] = ACTIONS(2017), + [anon_sym_AMP] = ACTIONS(2019), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(2021), + [anon_sym_GT] = ACTIONS(2021), + [anon_sym_LBRACE] = ACTIONS(2025), + [anon_sym_CARET_LBRACE] = ACTIONS(2025), + [anon_sym_RBRACE] = ACTIONS(1857), + [anon_sym_case] = ACTIONS(1857), + [anon_sym_fallthrough] = ACTIONS(1857), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(2027), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2029), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2029), + [anon_sym_LT_EQ] = ACTIONS(2031), + [anon_sym_GT_EQ] = ACTIONS(2031), + [anon_sym_DOT_DOT_DOT] = ACTIONS(347), + [anon_sym_DOT_DOT_LT] = ACTIONS(2033), + [anon_sym_is] = ACTIONS(2035), + [anon_sym_PLUS] = ACTIONS(2037), + [anon_sym_DASH] = ACTIONS(2037), + [anon_sym_STAR] = ACTIONS(2039), + [anon_sym_SLASH] = ACTIONS(2039), + [anon_sym_PERCENT] = ACTIONS(2039), + [anon_sym_PLUS_PLUS] = ACTIONS(2041), + [anon_sym_DASH_DASH] = ACTIONS(2041), + [anon_sym_PIPE] = ACTIONS(2019), + [anon_sym_CARET] = ACTIONS(2043), + [anon_sym_LT_LT] = ACTIONS(2019), + [anon_sym_GT_GT] = ACTIONS(2019), + [anon_sym_class] = ACTIONS(1857), + [anon_sym_prefix] = ACTIONS(1857), + [anon_sym_infix] = ACTIONS(1857), + [anon_sym_postfix] = ACTIONS(1857), + [anon_sym_AT] = ACTIONS(1863), + [anon_sym_override] = ACTIONS(1857), + [anon_sym_convenience] = ACTIONS(1857), + [anon_sym_required] = ACTIONS(1857), + [anon_sym_nonisolated] = ACTIONS(1857), + [anon_sym_public] = ACTIONS(1857), + [anon_sym_private] = ACTIONS(1857), + [anon_sym_internal] = ACTIONS(1857), + [anon_sym_fileprivate] = ACTIONS(1857), + [anon_sym_open] = ACTIONS(1857), + [anon_sym_mutating] = ACTIONS(1857), + [anon_sym_nonmutating] = ACTIONS(1857), + [anon_sym_static] = ACTIONS(1857), + [anon_sym_dynamic] = ACTIONS(1857), + [anon_sym_optional] = ACTIONS(1857), + [anon_sym_distributed] = ACTIONS(1857), + [anon_sym_final] = ACTIONS(1857), + [anon_sym_inout] = ACTIONS(1857), + [anon_sym_ATescaping] = ACTIONS(1857), + [anon_sym_ATautoclosure] = ACTIONS(1857), + [anon_sym_weak] = ACTIONS(1857), + [anon_sym_unowned] = ACTIONS(1863), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(1857), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(1857), + [anon_sym_borrowing] = ACTIONS(1857), + [anon_sym_consuming] = ACTIONS(1857), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(1857), + [sym__explicit_semi] = ACTIONS(1857), + [sym__dot_custom] = ACTIONS(2045), + [sym__conjunction_operator_custom] = ACTIONS(2047), + [sym__disjunction_operator_custom] = ACTIONS(2049), + [sym__nil_coalescing_operator_custom] = ACTIONS(2051), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(2029), + [sym__plus_then_ws] = ACTIONS(2053), + [sym__minus_then_ws] = ACTIONS(2053), + [sym__bang_custom] = ACTIONS(2055), + [sym_default_keyword] = ACTIONS(1857), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(791)] = { + [sym__quest] = STATE(698), + [sym__immediate_quest] = STATE(1406), + [sym__range_operator] = STATE(432), + [sym_custom_operator] = STATE(433), + [sym_navigation_suffix] = STATE(1410), + [sym_call_suffix] = STATE(1414), + [sym__fn_call_lambda_arguments] = STATE(1415), + [sym_value_arguments] = STATE(1223), + [sym_lambda_literal] = STATE(1002), + [sym__equality_operator] = STATE(434), + [sym__comparison_operator] = STATE(435), + [sym__three_dot_operator] = STATE(768), + [sym__open_ended_range_operator] = STATE(432), + [sym__is_operator] = STATE(4206), + [sym__additive_operator] = STATE(667), + [sym__multiplicative_operator] = STATE(668), + [sym_as_operator] = STATE(4207), + [sym__bitwise_binary_operator] = STATE(436), + [sym__postfix_unary_operator] = STATE(1427), + [sym__eq_eq] = STATE(434), + [sym__dot] = STATE(5506), + [sym__conjunction_operator] = STATE(437), + [sym__disjunction_operator] = STATE(438), + [sym__nil_coalescing_operator] = STATE(439), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(1427), + [anon_sym_BANG] = ACTIONS(2009), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(1873), + [anon_sym_package] = ACTIONS(1873), + [anon_sym_COMMA] = ACTIONS(1873), + [anon_sym_LPAREN] = ACTIONS(1873), + [anon_sym_LBRACK] = ACTIONS(1873), + [anon_sym_QMARK] = ACTIONS(1875), + [anon_sym_QMARK2] = ACTIONS(1873), + [anon_sym_AMP] = ACTIONS(1873), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(1875), + [anon_sym_GT] = ACTIONS(1875), + [anon_sym_LBRACE] = ACTIONS(1873), + [anon_sym_CARET_LBRACE] = ACTIONS(1873), + [anon_sym_RBRACE] = ACTIONS(1873), + [anon_sym_case] = ACTIONS(1873), + [anon_sym_fallthrough] = ACTIONS(1873), + [anon_sym_PLUS_EQ] = ACTIONS(1873), + [anon_sym_DASH_EQ] = ACTIONS(1873), + [anon_sym_STAR_EQ] = ACTIONS(1873), + [anon_sym_SLASH_EQ] = ACTIONS(1873), + [anon_sym_PERCENT_EQ] = ACTIONS(1873), + [anon_sym_BANG_EQ] = ACTIONS(2027), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2029), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2029), + [anon_sym_LT_EQ] = ACTIONS(1873), + [anon_sym_GT_EQ] = ACTIONS(1873), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1873), + [anon_sym_DOT_DOT_LT] = ACTIONS(1873), + [anon_sym_is] = ACTIONS(2035), + [anon_sym_PLUS] = ACTIONS(2037), + [anon_sym_DASH] = ACTIONS(2037), + [anon_sym_STAR] = ACTIONS(2039), + [anon_sym_SLASH] = ACTIONS(2039), + [anon_sym_PERCENT] = ACTIONS(2039), + [anon_sym_PLUS_PLUS] = ACTIONS(2041), + [anon_sym_DASH_DASH] = ACTIONS(2041), + [anon_sym_PIPE] = ACTIONS(1873), + [anon_sym_CARET] = ACTIONS(1875), + [anon_sym_LT_LT] = ACTIONS(1873), + [anon_sym_GT_GT] = ACTIONS(1873), + [anon_sym_class] = ACTIONS(1873), + [anon_sym_prefix] = ACTIONS(1873), + [anon_sym_infix] = ACTIONS(1873), + [anon_sym_postfix] = ACTIONS(1873), + [anon_sym_AT] = ACTIONS(1875), + [anon_sym_override] = ACTIONS(1873), + [anon_sym_convenience] = ACTIONS(1873), + [anon_sym_required] = ACTIONS(1873), + [anon_sym_nonisolated] = ACTIONS(1873), + [anon_sym_public] = ACTIONS(1873), + [anon_sym_private] = ACTIONS(1873), + [anon_sym_internal] = ACTIONS(1873), + [anon_sym_fileprivate] = ACTIONS(1873), + [anon_sym_open] = ACTIONS(1873), + [anon_sym_mutating] = ACTIONS(1873), + [anon_sym_nonmutating] = ACTIONS(1873), + [anon_sym_static] = ACTIONS(1873), + [anon_sym_dynamic] = ACTIONS(1873), + [anon_sym_optional] = ACTIONS(1873), + [anon_sym_distributed] = ACTIONS(1873), + [anon_sym_final] = ACTIONS(1873), + [anon_sym_inout] = ACTIONS(1873), + [anon_sym_ATescaping] = ACTIONS(1873), + [anon_sym_ATautoclosure] = ACTIONS(1873), + [anon_sym_weak] = ACTIONS(1873), + [anon_sym_unowned] = ACTIONS(1875), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(1873), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(1873), + [anon_sym_borrowing] = ACTIONS(1873), + [anon_sym_consuming] = ACTIONS(1873), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(1873), + [sym__explicit_semi] = ACTIONS(1873), + [sym__dot_custom] = ACTIONS(1873), + [sym__conjunction_operator_custom] = ACTIONS(2047), + [sym__disjunction_operator_custom] = ACTIONS(2049), + [sym__nil_coalescing_operator_custom] = ACTIONS(2051), + [sym__eq_custom] = ACTIONS(1873), + [sym__eq_eq_custom] = ACTIONS(2029), + [sym__plus_then_ws] = ACTIONS(2053), + [sym__minus_then_ws] = ACTIONS(2053), + [sym__bang_custom] = ACTIONS(2055), + [sym_default_keyword] = ACTIONS(1873), + [sym__as_custom] = ACTIONS(1873), + [sym__as_quest_custom] = ACTIONS(1873), + [sym__as_bang_custom] = ACTIONS(1873), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(792)] = { + [sym__quest] = STATE(698), + [sym__immediate_quest] = STATE(1406), + [sym__range_operator] = STATE(432), + [sym_custom_operator] = STATE(433), + [sym_navigation_suffix] = STATE(1410), + [sym_call_suffix] = STATE(1414), + [sym__fn_call_lambda_arguments] = STATE(1415), + [sym_value_arguments] = STATE(1223), + [sym_lambda_literal] = STATE(1002), + [sym__equality_operator] = STATE(434), + [sym__comparison_operator] = STATE(435), + [sym__three_dot_operator] = STATE(768), + [sym__open_ended_range_operator] = STATE(432), + [sym__is_operator] = STATE(4206), + [sym__additive_operator] = STATE(667), + [sym__multiplicative_operator] = STATE(668), + [sym_as_operator] = STATE(4207), + [sym__bitwise_binary_operator] = STATE(436), + [sym__postfix_unary_operator] = STATE(1427), + [sym__eq_eq] = STATE(434), + [sym__dot] = STATE(5506), + [sym__conjunction_operator] = STATE(437), + [sym__disjunction_operator] = STATE(438), + [sym__nil_coalescing_operator] = STATE(439), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(1427), + [anon_sym_BANG] = ACTIONS(1869), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(1871), + [anon_sym_package] = ACTIONS(1871), + [anon_sym_COMMA] = ACTIONS(1871), + [anon_sym_LPAREN] = ACTIONS(1871), + [anon_sym_LBRACK] = ACTIONS(1871), + [anon_sym_QMARK] = ACTIONS(1869), + [anon_sym_QMARK2] = ACTIONS(1871), + [anon_sym_AMP] = ACTIONS(1871), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(1869), + [anon_sym_GT] = ACTIONS(1869), + [anon_sym_LBRACE] = ACTIONS(1871), + [anon_sym_CARET_LBRACE] = ACTIONS(1871), + [anon_sym_RBRACE] = ACTIONS(1871), + [anon_sym_case] = ACTIONS(1871), + [anon_sym_fallthrough] = ACTIONS(1871), + [anon_sym_PLUS_EQ] = ACTIONS(1871), + [anon_sym_DASH_EQ] = ACTIONS(1871), + [anon_sym_STAR_EQ] = ACTIONS(1871), + [anon_sym_SLASH_EQ] = ACTIONS(1871), + [anon_sym_PERCENT_EQ] = ACTIONS(1871), + [anon_sym_BANG_EQ] = ACTIONS(1869), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1871), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1871), + [anon_sym_LT_EQ] = ACTIONS(1871), + [anon_sym_GT_EQ] = ACTIONS(1871), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1871), + [anon_sym_DOT_DOT_LT] = ACTIONS(1871), + [anon_sym_is] = ACTIONS(1871), + [anon_sym_PLUS] = ACTIONS(2037), + [anon_sym_DASH] = ACTIONS(2037), + [anon_sym_STAR] = ACTIONS(2039), + [anon_sym_SLASH] = ACTIONS(2039), + [anon_sym_PERCENT] = ACTIONS(2039), + [anon_sym_PLUS_PLUS] = ACTIONS(1871), + [anon_sym_DASH_DASH] = ACTIONS(1871), + [anon_sym_PIPE] = ACTIONS(1871), + [anon_sym_CARET] = ACTIONS(1869), + [anon_sym_LT_LT] = ACTIONS(1871), + [anon_sym_GT_GT] = ACTIONS(1871), + [anon_sym_class] = ACTIONS(1871), + [anon_sym_prefix] = ACTIONS(1871), + [anon_sym_infix] = ACTIONS(1871), + [anon_sym_postfix] = ACTIONS(1871), + [anon_sym_AT] = ACTIONS(1869), + [anon_sym_override] = ACTIONS(1871), + [anon_sym_convenience] = ACTIONS(1871), + [anon_sym_required] = ACTIONS(1871), + [anon_sym_nonisolated] = ACTIONS(1871), + [anon_sym_public] = ACTIONS(1871), + [anon_sym_private] = ACTIONS(1871), + [anon_sym_internal] = ACTIONS(1871), + [anon_sym_fileprivate] = ACTIONS(1871), + [anon_sym_open] = ACTIONS(1871), + [anon_sym_mutating] = ACTIONS(1871), + [anon_sym_nonmutating] = ACTIONS(1871), + [anon_sym_static] = ACTIONS(1871), + [anon_sym_dynamic] = ACTIONS(1871), + [anon_sym_optional] = ACTIONS(1871), + [anon_sym_distributed] = ACTIONS(1871), + [anon_sym_final] = ACTIONS(1871), + [anon_sym_inout] = ACTIONS(1871), + [anon_sym_ATescaping] = ACTIONS(1871), + [anon_sym_ATautoclosure] = ACTIONS(1871), + [anon_sym_weak] = ACTIONS(1871), + [anon_sym_unowned] = ACTIONS(1869), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(1871), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(1871), + [anon_sym_borrowing] = ACTIONS(1871), + [anon_sym_consuming] = ACTIONS(1871), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(1871), + [sym__explicit_semi] = ACTIONS(1871), + [sym__dot_custom] = ACTIONS(1871), + [sym__conjunction_operator_custom] = ACTIONS(1871), + [sym__disjunction_operator_custom] = ACTIONS(1871), + [sym__nil_coalescing_operator_custom] = ACTIONS(2051), + [sym__eq_custom] = ACTIONS(1871), + [sym__eq_eq_custom] = ACTIONS(1871), + [sym__plus_then_ws] = ACTIONS(2053), + [sym__minus_then_ws] = ACTIONS(2053), + [sym__bang_custom] = ACTIONS(1871), + [sym_default_keyword] = ACTIONS(1871), + [sym__as_custom] = ACTIONS(1871), + [sym__as_quest_custom] = ACTIONS(1871), + [sym__as_bang_custom] = ACTIONS(1871), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(793)] = { + [sym__quest] = STATE(698), + [sym__immediate_quest] = STATE(1406), + [sym__range_operator] = STATE(432), + [sym_custom_operator] = STATE(433), + [sym_navigation_suffix] = STATE(1410), + [sym_call_suffix] = STATE(1414), + [sym__fn_call_lambda_arguments] = STATE(1415), + [sym_value_arguments] = STATE(1223), + [sym_lambda_literal] = STATE(1002), + [sym__equality_operator] = STATE(434), + [sym__comparison_operator] = STATE(435), + [sym__three_dot_operator] = STATE(768), + [sym__open_ended_range_operator] = STATE(432), + [sym__is_operator] = STATE(4206), + [sym__additive_operator] = STATE(667), + [sym__multiplicative_operator] = STATE(668), + [sym_as_operator] = STATE(4207), + [sym__bitwise_binary_operator] = STATE(436), + [sym__postfix_unary_operator] = STATE(1427), + [sym__eq_eq] = STATE(434), + [sym__dot] = STATE(5506), + [sym__conjunction_operator] = STATE(437), + [sym__disjunction_operator] = STATE(438), + [sym__nil_coalescing_operator] = STATE(439), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(1427), + [anon_sym_BANG] = ACTIONS(2009), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(1899), + [anon_sym_package] = ACTIONS(1899), + [anon_sym_COMMA] = ACTIONS(1899), + [anon_sym_LPAREN] = ACTIONS(2011), + [anon_sym_LBRACK] = ACTIONS(2013), + [anon_sym_QMARK] = ACTIONS(2015), + [anon_sym_QMARK2] = ACTIONS(2017), + [anon_sym_AMP] = ACTIONS(2019), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(2021), + [anon_sym_GT] = ACTIONS(2021), + [anon_sym_LBRACE] = ACTIONS(2025), + [anon_sym_CARET_LBRACE] = ACTIONS(2025), + [anon_sym_RBRACE] = ACTIONS(1899), + [anon_sym_case] = ACTIONS(1899), + [anon_sym_fallthrough] = ACTIONS(1899), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(2027), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2029), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2029), + [anon_sym_LT_EQ] = ACTIONS(2031), + [anon_sym_GT_EQ] = ACTIONS(2031), + [anon_sym_DOT_DOT_DOT] = ACTIONS(347), + [anon_sym_DOT_DOT_LT] = ACTIONS(2033), + [anon_sym_is] = ACTIONS(2035), + [anon_sym_PLUS] = ACTIONS(2037), + [anon_sym_DASH] = ACTIONS(2037), + [anon_sym_STAR] = ACTIONS(2039), + [anon_sym_SLASH] = ACTIONS(2039), + [anon_sym_PERCENT] = ACTIONS(2039), + [anon_sym_PLUS_PLUS] = ACTIONS(2041), + [anon_sym_DASH_DASH] = ACTIONS(2041), + [anon_sym_PIPE] = ACTIONS(2019), + [anon_sym_CARET] = ACTIONS(2043), + [anon_sym_LT_LT] = ACTIONS(2019), + [anon_sym_GT_GT] = ACTIONS(2019), + [anon_sym_class] = ACTIONS(1899), + [anon_sym_prefix] = ACTIONS(1899), + [anon_sym_infix] = ACTIONS(1899), + [anon_sym_postfix] = ACTIONS(1899), + [anon_sym_AT] = ACTIONS(1901), + [anon_sym_override] = ACTIONS(1899), + [anon_sym_convenience] = ACTIONS(1899), + [anon_sym_required] = ACTIONS(1899), + [anon_sym_nonisolated] = ACTIONS(1899), + [anon_sym_public] = ACTIONS(1899), + [anon_sym_private] = ACTIONS(1899), + [anon_sym_internal] = ACTIONS(1899), + [anon_sym_fileprivate] = ACTIONS(1899), + [anon_sym_open] = ACTIONS(1899), + [anon_sym_mutating] = ACTIONS(1899), + [anon_sym_nonmutating] = ACTIONS(1899), + [anon_sym_static] = ACTIONS(1899), + [anon_sym_dynamic] = ACTIONS(1899), + [anon_sym_optional] = ACTIONS(1899), + [anon_sym_distributed] = ACTIONS(1899), + [anon_sym_final] = ACTIONS(1899), + [anon_sym_inout] = ACTIONS(1899), + [anon_sym_ATescaping] = ACTIONS(1899), + [anon_sym_ATautoclosure] = ACTIONS(1899), + [anon_sym_weak] = ACTIONS(1899), + [anon_sym_unowned] = ACTIONS(1901), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(1899), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(1899), + [anon_sym_borrowing] = ACTIONS(1899), + [anon_sym_consuming] = ACTIONS(1899), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(1899), + [sym__explicit_semi] = ACTIONS(1899), + [sym__dot_custom] = ACTIONS(2045), + [sym__conjunction_operator_custom] = ACTIONS(2047), + [sym__disjunction_operator_custom] = ACTIONS(2049), + [sym__nil_coalescing_operator_custom] = ACTIONS(2051), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(2029), + [sym__plus_then_ws] = ACTIONS(2053), + [sym__minus_then_ws] = ACTIONS(2053), + [sym__bang_custom] = ACTIONS(2055), + [sym_default_keyword] = ACTIONS(1899), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(794)] = { + [sym__quest] = STATE(698), + [sym__immediate_quest] = STATE(1406), + [sym__range_operator] = STATE(432), + [sym_custom_operator] = STATE(433), + [sym_navigation_suffix] = STATE(1410), + [sym_call_suffix] = STATE(1414), + [sym__fn_call_lambda_arguments] = STATE(1415), + [sym_value_arguments] = STATE(1223), + [sym_lambda_literal] = STATE(1002), + [sym__equality_operator] = STATE(434), + [sym__comparison_operator] = STATE(435), + [sym__three_dot_operator] = STATE(768), + [sym__open_ended_range_operator] = STATE(432), + [sym__is_operator] = STATE(4206), + [sym__additive_operator] = STATE(667), + [sym__multiplicative_operator] = STATE(668), + [sym_as_operator] = STATE(4207), + [sym__bitwise_binary_operator] = STATE(436), + [sym__postfix_unary_operator] = STATE(1427), + [sym__eq_eq] = STATE(434), + [sym__dot] = STATE(5506), + [sym__conjunction_operator] = STATE(437), + [sym__disjunction_operator] = STATE(438), + [sym__nil_coalescing_operator] = STATE(439), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(1427), + [anon_sym_BANG] = ACTIONS(1885), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(1887), + [anon_sym_package] = ACTIONS(1887), + [anon_sym_COMMA] = ACTIONS(1887), + [anon_sym_LPAREN] = ACTIONS(1887), + [anon_sym_LBRACK] = ACTIONS(1887), + [anon_sym_QMARK] = ACTIONS(1885), + [anon_sym_QMARK2] = ACTIONS(1887), + [anon_sym_AMP] = ACTIONS(1887), + [aux_sym_custom_operator_token1] = ACTIONS(1887), + [anon_sym_LT] = ACTIONS(1885), + [anon_sym_GT] = ACTIONS(1885), + [anon_sym_LBRACE] = ACTIONS(1887), + [anon_sym_CARET_LBRACE] = ACTIONS(1887), + [anon_sym_RBRACE] = ACTIONS(1887), + [anon_sym_case] = ACTIONS(1887), + [anon_sym_fallthrough] = ACTIONS(1887), + [anon_sym_PLUS_EQ] = ACTIONS(1887), + [anon_sym_DASH_EQ] = ACTIONS(1887), + [anon_sym_STAR_EQ] = ACTIONS(1887), + [anon_sym_SLASH_EQ] = ACTIONS(1887), + [anon_sym_PERCENT_EQ] = ACTIONS(1887), + [anon_sym_BANG_EQ] = ACTIONS(1885), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1887), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1887), + [anon_sym_LT_EQ] = ACTIONS(1887), + [anon_sym_GT_EQ] = ACTIONS(1887), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1887), + [anon_sym_DOT_DOT_LT] = ACTIONS(1887), + [anon_sym_is] = ACTIONS(1887), + [anon_sym_PLUS] = ACTIONS(1885), + [anon_sym_DASH] = ACTIONS(1885), + [anon_sym_STAR] = ACTIONS(2039), + [anon_sym_SLASH] = ACTIONS(2039), + [anon_sym_PERCENT] = ACTIONS(2039), + [anon_sym_PLUS_PLUS] = ACTIONS(1887), + [anon_sym_DASH_DASH] = ACTIONS(1887), + [anon_sym_PIPE] = ACTIONS(1887), + [anon_sym_CARET] = ACTIONS(1885), + [anon_sym_LT_LT] = ACTIONS(1887), + [anon_sym_GT_GT] = ACTIONS(1887), + [anon_sym_class] = ACTIONS(1887), + [anon_sym_prefix] = ACTIONS(1887), + [anon_sym_infix] = ACTIONS(1887), + [anon_sym_postfix] = ACTIONS(1887), + [anon_sym_AT] = ACTIONS(1885), + [anon_sym_override] = ACTIONS(1887), + [anon_sym_convenience] = ACTIONS(1887), + [anon_sym_required] = ACTIONS(1887), + [anon_sym_nonisolated] = ACTIONS(1887), + [anon_sym_public] = ACTIONS(1887), + [anon_sym_private] = ACTIONS(1887), + [anon_sym_internal] = ACTIONS(1887), + [anon_sym_fileprivate] = ACTIONS(1887), + [anon_sym_open] = ACTIONS(1887), + [anon_sym_mutating] = ACTIONS(1887), + [anon_sym_nonmutating] = ACTIONS(1887), + [anon_sym_static] = ACTIONS(1887), + [anon_sym_dynamic] = ACTIONS(1887), + [anon_sym_optional] = ACTIONS(1887), + [anon_sym_distributed] = ACTIONS(1887), + [anon_sym_final] = ACTIONS(1887), + [anon_sym_inout] = ACTIONS(1887), + [anon_sym_ATescaping] = ACTIONS(1887), + [anon_sym_ATautoclosure] = ACTIONS(1887), + [anon_sym_weak] = ACTIONS(1887), + [anon_sym_unowned] = ACTIONS(1885), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(1887), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(1887), + [anon_sym_borrowing] = ACTIONS(1887), + [anon_sym_consuming] = ACTIONS(1887), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(1887), + [sym__explicit_semi] = ACTIONS(1887), + [sym__dot_custom] = ACTIONS(1887), + [sym__conjunction_operator_custom] = ACTIONS(1887), + [sym__disjunction_operator_custom] = ACTIONS(1887), + [sym__nil_coalescing_operator_custom] = ACTIONS(1887), + [sym__eq_custom] = ACTIONS(1887), + [sym__eq_eq_custom] = ACTIONS(1887), + [sym__plus_then_ws] = ACTIONS(1887), + [sym__minus_then_ws] = ACTIONS(1887), + [sym__bang_custom] = ACTIONS(1887), + [sym_default_keyword] = ACTIONS(1887), + [sym__as_custom] = ACTIONS(1887), + [sym__as_quest_custom] = ACTIONS(1887), + [sym__as_bang_custom] = ACTIONS(1887), + [sym__custom_operator] = ACTIONS(1887), + }, + [STATE(795)] = { + [sym__quest] = STATE(698), + [sym__immediate_quest] = STATE(1406), + [sym__range_operator] = STATE(432), + [sym_custom_operator] = STATE(433), + [sym_navigation_suffix] = STATE(1410), + [sym_call_suffix] = STATE(1414), + [sym__fn_call_lambda_arguments] = STATE(1415), + [sym_value_arguments] = STATE(1223), + [sym_lambda_literal] = STATE(1002), + [sym__equality_operator] = STATE(434), + [sym__comparison_operator] = STATE(435), + [sym__three_dot_operator] = STATE(768), + [sym__open_ended_range_operator] = STATE(432), + [sym__is_operator] = STATE(4206), + [sym__additive_operator] = STATE(667), + [sym__multiplicative_operator] = STATE(668), + [sym_as_operator] = STATE(4207), + [sym__bitwise_binary_operator] = STATE(436), + [sym__postfix_unary_operator] = STATE(1427), + [sym__eq_eq] = STATE(434), + [sym__dot] = STATE(5506), + [sym__conjunction_operator] = STATE(437), + [sym__disjunction_operator] = STATE(438), + [sym__nil_coalescing_operator] = STATE(439), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(1427), + [anon_sym_BANG] = ACTIONS(1889), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(1891), + [anon_sym_package] = ACTIONS(1891), + [anon_sym_COMMA] = ACTIONS(1891), + [anon_sym_LPAREN] = ACTIONS(1891), + [anon_sym_LBRACK] = ACTIONS(1891), + [anon_sym_QMARK] = ACTIONS(1889), + [anon_sym_QMARK2] = ACTIONS(1891), + [anon_sym_AMP] = ACTIONS(1891), + [aux_sym_custom_operator_token1] = ACTIONS(1891), + [anon_sym_LT] = ACTIONS(1889), + [anon_sym_GT] = ACTIONS(1889), + [anon_sym_LBRACE] = ACTIONS(1891), + [anon_sym_CARET_LBRACE] = ACTIONS(1891), + [anon_sym_RBRACE] = ACTIONS(1891), + [anon_sym_case] = ACTIONS(1891), + [anon_sym_fallthrough] = ACTIONS(1891), + [anon_sym_PLUS_EQ] = ACTIONS(1891), + [anon_sym_DASH_EQ] = ACTIONS(1891), + [anon_sym_STAR_EQ] = ACTIONS(1891), + [anon_sym_SLASH_EQ] = ACTIONS(1891), + [anon_sym_PERCENT_EQ] = ACTIONS(1891), + [anon_sym_BANG_EQ] = ACTIONS(1889), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1891), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1891), + [anon_sym_LT_EQ] = ACTIONS(1891), + [anon_sym_GT_EQ] = ACTIONS(1891), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1891), + [anon_sym_DOT_DOT_LT] = ACTIONS(1891), + [anon_sym_is] = ACTIONS(1891), + [anon_sym_PLUS] = ACTIONS(1889), + [anon_sym_DASH] = ACTIONS(1889), + [anon_sym_STAR] = ACTIONS(1889), + [anon_sym_SLASH] = ACTIONS(1889), + [anon_sym_PERCENT] = ACTIONS(1889), + [anon_sym_PLUS_PLUS] = ACTIONS(1891), + [anon_sym_DASH_DASH] = ACTIONS(1891), + [anon_sym_PIPE] = ACTIONS(1891), + [anon_sym_CARET] = ACTIONS(1889), + [anon_sym_LT_LT] = ACTIONS(1891), + [anon_sym_GT_GT] = ACTIONS(1891), + [anon_sym_class] = ACTIONS(1891), + [anon_sym_prefix] = ACTIONS(1891), + [anon_sym_infix] = ACTIONS(1891), + [anon_sym_postfix] = ACTIONS(1891), + [anon_sym_AT] = ACTIONS(1889), + [anon_sym_override] = ACTIONS(1891), + [anon_sym_convenience] = ACTIONS(1891), + [anon_sym_required] = ACTIONS(1891), + [anon_sym_nonisolated] = ACTIONS(1891), + [anon_sym_public] = ACTIONS(1891), + [anon_sym_private] = ACTIONS(1891), + [anon_sym_internal] = ACTIONS(1891), + [anon_sym_fileprivate] = ACTIONS(1891), + [anon_sym_open] = ACTIONS(1891), + [anon_sym_mutating] = ACTIONS(1891), + [anon_sym_nonmutating] = ACTIONS(1891), + [anon_sym_static] = ACTIONS(1891), + [anon_sym_dynamic] = ACTIONS(1891), + [anon_sym_optional] = ACTIONS(1891), + [anon_sym_distributed] = ACTIONS(1891), + [anon_sym_final] = ACTIONS(1891), + [anon_sym_inout] = ACTIONS(1891), + [anon_sym_ATescaping] = ACTIONS(1891), + [anon_sym_ATautoclosure] = ACTIONS(1891), + [anon_sym_weak] = ACTIONS(1891), + [anon_sym_unowned] = ACTIONS(1889), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(1891), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(1891), + [anon_sym_borrowing] = ACTIONS(1891), + [anon_sym_consuming] = ACTIONS(1891), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(1891), + [sym__explicit_semi] = ACTIONS(1891), + [sym__dot_custom] = ACTIONS(1891), + [sym__conjunction_operator_custom] = ACTIONS(1891), + [sym__disjunction_operator_custom] = ACTIONS(1891), + [sym__nil_coalescing_operator_custom] = ACTIONS(1891), + [sym__eq_custom] = ACTIONS(1891), + [sym__eq_eq_custom] = ACTIONS(1891), + [sym__plus_then_ws] = ACTIONS(1891), + [sym__minus_then_ws] = ACTIONS(1891), + [sym__bang_custom] = ACTIONS(1891), + [sym_default_keyword] = ACTIONS(1891), + [sym__as_custom] = ACTIONS(1891), + [sym__as_quest_custom] = ACTIONS(1891), + [sym__as_bang_custom] = ACTIONS(1891), + [sym__custom_operator] = ACTIONS(1891), + }, + [STATE(796)] = { + [sym__quest] = STATE(698), + [sym__immediate_quest] = STATE(1406), + [sym__range_operator] = STATE(432), + [sym_custom_operator] = STATE(433), + [sym_navigation_suffix] = STATE(1410), + [sym_call_suffix] = STATE(1414), + [sym__fn_call_lambda_arguments] = STATE(1415), + [sym_value_arguments] = STATE(1223), + [sym_lambda_literal] = STATE(1002), + [sym__equality_operator] = STATE(434), + [sym__comparison_operator] = STATE(435), + [sym__three_dot_operator] = STATE(768), + [sym__open_ended_range_operator] = STATE(432), + [sym__is_operator] = STATE(4206), + [sym__additive_operator] = STATE(667), + [sym__multiplicative_operator] = STATE(668), + [sym_as_operator] = STATE(4207), + [sym__bitwise_binary_operator] = STATE(436), + [sym__postfix_unary_operator] = STATE(1427), + [sym__eq_eq] = STATE(434), + [sym__dot] = STATE(5506), + [sym__conjunction_operator] = STATE(437), + [sym__disjunction_operator] = STATE(438), + [sym__nil_coalescing_operator] = STATE(439), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(1427), + [anon_sym_BANG] = ACTIONS(2009), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(1877), + [anon_sym_package] = ACTIONS(1877), + [anon_sym_COMMA] = ACTIONS(1877), + [anon_sym_LPAREN] = ACTIONS(2011), + [anon_sym_LBRACK] = ACTIONS(2013), + [anon_sym_QMARK] = ACTIONS(2015), + [anon_sym_QMARK2] = ACTIONS(2017), + [anon_sym_AMP] = ACTIONS(2019), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(2021), + [anon_sym_GT] = ACTIONS(2021), + [anon_sym_LBRACE] = ACTIONS(2025), + [anon_sym_CARET_LBRACE] = ACTIONS(2025), + [anon_sym_RBRACE] = ACTIONS(1877), + [anon_sym_case] = ACTIONS(1877), + [anon_sym_fallthrough] = ACTIONS(1877), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(2027), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2029), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2029), + [anon_sym_LT_EQ] = ACTIONS(2031), + [anon_sym_GT_EQ] = ACTIONS(2031), + [anon_sym_DOT_DOT_DOT] = ACTIONS(347), + [anon_sym_DOT_DOT_LT] = ACTIONS(2033), + [anon_sym_is] = ACTIONS(2035), + [anon_sym_PLUS] = ACTIONS(2037), + [anon_sym_DASH] = ACTIONS(2037), + [anon_sym_STAR] = ACTIONS(2039), + [anon_sym_SLASH] = ACTIONS(2039), + [anon_sym_PERCENT] = ACTIONS(2039), + [anon_sym_PLUS_PLUS] = ACTIONS(2041), + [anon_sym_DASH_DASH] = ACTIONS(2041), + [anon_sym_PIPE] = ACTIONS(2019), + [anon_sym_CARET] = ACTIONS(2043), + [anon_sym_LT_LT] = ACTIONS(2019), + [anon_sym_GT_GT] = ACTIONS(2019), + [anon_sym_class] = ACTIONS(1877), + [anon_sym_prefix] = ACTIONS(1877), + [anon_sym_infix] = ACTIONS(1877), + [anon_sym_postfix] = ACTIONS(1877), + [anon_sym_AT] = ACTIONS(1879), + [anon_sym_override] = ACTIONS(1877), + [anon_sym_convenience] = ACTIONS(1877), + [anon_sym_required] = ACTIONS(1877), + [anon_sym_nonisolated] = ACTIONS(1877), + [anon_sym_public] = ACTIONS(1877), + [anon_sym_private] = ACTIONS(1877), + [anon_sym_internal] = ACTIONS(1877), + [anon_sym_fileprivate] = ACTIONS(1877), + [anon_sym_open] = ACTIONS(1877), + [anon_sym_mutating] = ACTIONS(1877), + [anon_sym_nonmutating] = ACTIONS(1877), + [anon_sym_static] = ACTIONS(1877), + [anon_sym_dynamic] = ACTIONS(1877), + [anon_sym_optional] = ACTIONS(1877), + [anon_sym_distributed] = ACTIONS(1877), + [anon_sym_final] = ACTIONS(1877), + [anon_sym_inout] = ACTIONS(1877), + [anon_sym_ATescaping] = ACTIONS(1877), + [anon_sym_ATautoclosure] = ACTIONS(1877), + [anon_sym_weak] = ACTIONS(1877), + [anon_sym_unowned] = ACTIONS(1879), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(1877), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(1877), + [anon_sym_borrowing] = ACTIONS(1877), + [anon_sym_consuming] = ACTIONS(1877), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(1877), + [sym__explicit_semi] = ACTIONS(1877), + [sym__dot_custom] = ACTIONS(2045), + [sym__conjunction_operator_custom] = ACTIONS(2047), + [sym__disjunction_operator_custom] = ACTIONS(2049), + [sym__nil_coalescing_operator_custom] = ACTIONS(2051), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(2029), + [sym__plus_then_ws] = ACTIONS(2053), + [sym__minus_then_ws] = ACTIONS(2053), + [sym__bang_custom] = ACTIONS(2055), + [sym_default_keyword] = ACTIONS(1877), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(797)] = { + [sym_simple_identifier] = STATE(866), + [sym__contextual_simple_identifier] = STATE(856), + [sym__simple_user_type] = STATE(868), + [sym_array_type] = STATE(868), + [sym_dictionary_type] = STATE(868), + [sym__parameter_ownership_modifier] = STATE(856), + [aux_sym_key_path_expression_repeat1] = STATE(857), + [anon_sym_BANG] = ACTIONS(2061), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(455), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(455), + [anon_sym_package] = ACTIONS(455), + [anon_sym_COMMA] = ACTIONS(2063), + [anon_sym_LPAREN] = ACTIONS(2063), + [anon_sym_LBRACK] = ACTIONS(2065), + [anon_sym_DOT] = ACTIONS(2067), + [anon_sym_QMARK] = ACTIONS(2061), + [anon_sym_QMARK2] = ACTIONS(2063), + [anon_sym_AMP] = ACTIONS(2063), + [aux_sym_custom_operator_token1] = ACTIONS(2063), + [anon_sym_LT] = ACTIONS(2061), + [anon_sym_GT] = ACTIONS(2061), + [anon_sym_LBRACE] = ACTIONS(2063), + [anon_sym_CARET_LBRACE] = ACTIONS(2063), + [anon_sym_RBRACE] = ACTIONS(2063), + [anon_sym_case] = ACTIONS(2061), + [anon_sym_PLUS_EQ] = ACTIONS(2063), + [anon_sym_DASH_EQ] = ACTIONS(2063), + [anon_sym_STAR_EQ] = ACTIONS(2063), + [anon_sym_SLASH_EQ] = ACTIONS(2063), + [anon_sym_PERCENT_EQ] = ACTIONS(2063), + [anon_sym_BANG_EQ] = ACTIONS(2061), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2063), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2063), + [anon_sym_LT_EQ] = ACTIONS(2063), + [anon_sym_GT_EQ] = ACTIONS(2063), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2063), + [anon_sym_DOT_DOT_LT] = ACTIONS(2063), + [anon_sym_is] = ACTIONS(2061), + [anon_sym_PLUS] = ACTIONS(2061), + [anon_sym_DASH] = ACTIONS(2061), + [anon_sym_STAR] = ACTIONS(2061), + [anon_sym_SLASH] = ACTIONS(2061), + [anon_sym_PERCENT] = ACTIONS(2061), + [anon_sym_PLUS_PLUS] = ACTIONS(2063), + [anon_sym_DASH_DASH] = ACTIONS(2063), + [anon_sym_PIPE] = ACTIONS(2063), + [anon_sym_CARET] = ACTIONS(2061), + [anon_sym_LT_LT] = ACTIONS(2063), + [anon_sym_GT_GT] = ACTIONS(2063), + [anon_sym_import] = ACTIONS(2061), + [anon_sym_typealias] = ACTIONS(2061), + [anon_sym_struct] = ACTIONS(2061), + [anon_sym_class] = ACTIONS(2061), + [anon_sym_enum] = ACTIONS(2061), + [anon_sym_protocol] = ACTIONS(2061), + [anon_sym_let] = ACTIONS(2061), + [anon_sym_var] = ACTIONS(2061), + [anon_sym_func] = ACTIONS(2061), + [anon_sym_extension] = ACTIONS(2061), + [anon_sym_indirect] = ACTIONS(2061), + [anon_sym_SEMI] = ACTIONS(2063), + [anon_sym_init] = ACTIONS(2061), + [anon_sym_deinit] = ACTIONS(2061), + [anon_sym_subscript] = ACTIONS(2061), + [anon_sym_prefix] = ACTIONS(2061), + [anon_sym_infix] = ACTIONS(2061), + [anon_sym_postfix] = ACTIONS(2061), + [anon_sym_precedencegroup] = ACTIONS(2061), + [anon_sym_associatedtype] = ACTIONS(2061), + [anon_sym_AT] = ACTIONS(2061), + [anon_sym_override] = ACTIONS(2061), + [anon_sym_convenience] = ACTIONS(2061), + [anon_sym_required] = ACTIONS(2061), + [anon_sym_nonisolated] = ACTIONS(2061), + [anon_sym_public] = ACTIONS(2061), + [anon_sym_private] = ACTIONS(2061), + [anon_sym_internal] = ACTIONS(2061), + [anon_sym_fileprivate] = ACTIONS(2061), + [anon_sym_open] = ACTIONS(2061), + [anon_sym_mutating] = ACTIONS(2061), + [anon_sym_nonmutating] = ACTIONS(2061), + [anon_sym_static] = ACTIONS(2061), + [anon_sym_dynamic] = ACTIONS(2061), + [anon_sym_optional] = ACTIONS(2061), + [anon_sym_distributed] = ACTIONS(2061), + [anon_sym_final] = ACTIONS(2061), + [anon_sym_inout] = ACTIONS(2061), + [anon_sym_ATescaping] = ACTIONS(2063), + [anon_sym_ATautoclosure] = ACTIONS(2063), + [anon_sym_weak] = ACTIONS(2061), + [anon_sym_unowned] = ACTIONS(2061), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2063), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2063), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2063), + [sym__conjunction_operator_custom] = ACTIONS(2063), + [sym__disjunction_operator_custom] = ACTIONS(2063), + [sym__nil_coalescing_operator_custom] = ACTIONS(2063), + [sym__eq_custom] = ACTIONS(2063), + [sym__eq_eq_custom] = ACTIONS(2063), + [sym__plus_then_ws] = ACTIONS(2063), + [sym__minus_then_ws] = ACTIONS(2063), + [sym__bang_custom] = ACTIONS(2063), + [sym__as_custom] = ACTIONS(2063), + [sym__as_quest_custom] = ACTIONS(2063), + [sym__as_bang_custom] = ACTIONS(2063), + [sym__custom_operator] = ACTIONS(2063), + }, + [STATE(798)] = { + [sym__quest] = STATE(698), + [sym__immediate_quest] = STATE(1406), + [sym__range_operator] = STATE(432), + [sym_custom_operator] = STATE(433), + [sym_navigation_suffix] = STATE(1410), + [sym_call_suffix] = STATE(1414), + [sym__fn_call_lambda_arguments] = STATE(1415), + [sym_value_arguments] = STATE(1223), + [sym_lambda_literal] = STATE(1002), + [sym__equality_operator] = STATE(434), + [sym__comparison_operator] = STATE(435), + [sym__three_dot_operator] = STATE(768), + [sym__open_ended_range_operator] = STATE(432), + [sym__is_operator] = STATE(4206), + [sym__additive_operator] = STATE(667), + [sym__multiplicative_operator] = STATE(668), + [sym_as_operator] = STATE(4207), + [sym__bitwise_binary_operator] = STATE(436), + [sym__postfix_unary_operator] = STATE(1427), + [sym__eq_eq] = STATE(434), + [sym__dot] = STATE(5506), + [sym__conjunction_operator] = STATE(437), + [sym__disjunction_operator] = STATE(438), + [sym__nil_coalescing_operator] = STATE(439), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(1427), + [anon_sym_BANG] = ACTIONS(2009), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2069), + [anon_sym_package] = ACTIONS(2069), + [anon_sym_COMMA] = ACTIONS(2069), + [anon_sym_LPAREN] = ACTIONS(2011), + [anon_sym_LBRACK] = ACTIONS(2013), + [anon_sym_QMARK] = ACTIONS(2015), + [anon_sym_QMARK2] = ACTIONS(2017), + [anon_sym_AMP] = ACTIONS(2019), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(2021), + [anon_sym_GT] = ACTIONS(2021), + [anon_sym_LBRACE] = ACTIONS(2025), + [anon_sym_CARET_LBRACE] = ACTIONS(2025), + [anon_sym_RBRACE] = ACTIONS(2069), + [anon_sym_case] = ACTIONS(2069), + [anon_sym_fallthrough] = ACTIONS(2069), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(2027), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2029), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2029), + [anon_sym_LT_EQ] = ACTIONS(2031), + [anon_sym_GT_EQ] = ACTIONS(2031), + [anon_sym_DOT_DOT_DOT] = ACTIONS(347), + [anon_sym_DOT_DOT_LT] = ACTIONS(2033), + [anon_sym_is] = ACTIONS(2035), + [anon_sym_PLUS] = ACTIONS(2037), + [anon_sym_DASH] = ACTIONS(2037), + [anon_sym_STAR] = ACTIONS(2039), + [anon_sym_SLASH] = ACTIONS(2039), + [anon_sym_PERCENT] = ACTIONS(2039), + [anon_sym_PLUS_PLUS] = ACTIONS(2041), + [anon_sym_DASH_DASH] = ACTIONS(2041), + [anon_sym_PIPE] = ACTIONS(2019), + [anon_sym_CARET] = ACTIONS(2043), + [anon_sym_LT_LT] = ACTIONS(2019), + [anon_sym_GT_GT] = ACTIONS(2019), + [anon_sym_class] = ACTIONS(2069), + [anon_sym_prefix] = ACTIONS(2069), + [anon_sym_infix] = ACTIONS(2069), + [anon_sym_postfix] = ACTIONS(2069), + [anon_sym_AT] = ACTIONS(2071), + [anon_sym_override] = ACTIONS(2069), + [anon_sym_convenience] = ACTIONS(2069), + [anon_sym_required] = ACTIONS(2069), + [anon_sym_nonisolated] = ACTIONS(2069), + [anon_sym_public] = ACTIONS(2069), + [anon_sym_private] = ACTIONS(2069), + [anon_sym_internal] = ACTIONS(2069), + [anon_sym_fileprivate] = ACTIONS(2069), + [anon_sym_open] = ACTIONS(2069), + [anon_sym_mutating] = ACTIONS(2069), + [anon_sym_nonmutating] = ACTIONS(2069), + [anon_sym_static] = ACTIONS(2069), + [anon_sym_dynamic] = ACTIONS(2069), + [anon_sym_optional] = ACTIONS(2069), + [anon_sym_distributed] = ACTIONS(2069), + [anon_sym_final] = ACTIONS(2069), + [anon_sym_inout] = ACTIONS(2069), + [anon_sym_ATescaping] = ACTIONS(2069), + [anon_sym_ATautoclosure] = ACTIONS(2069), + [anon_sym_weak] = ACTIONS(2069), + [anon_sym_unowned] = ACTIONS(2071), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2069), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2069), + [anon_sym_borrowing] = ACTIONS(2069), + [anon_sym_consuming] = ACTIONS(2069), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2069), + [sym__explicit_semi] = ACTIONS(2069), + [sym__dot_custom] = ACTIONS(2045), + [sym__conjunction_operator_custom] = ACTIONS(2047), + [sym__disjunction_operator_custom] = ACTIONS(2049), + [sym__nil_coalescing_operator_custom] = ACTIONS(2051), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(2029), + [sym__plus_then_ws] = ACTIONS(2053), + [sym__minus_then_ws] = ACTIONS(2053), + [sym__bang_custom] = ACTIONS(2055), + [sym_default_keyword] = ACTIONS(2069), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(799)] = { + [sym__quest] = STATE(698), + [sym__immediate_quest] = STATE(1406), + [sym__range_operator] = STATE(432), + [sym_custom_operator] = STATE(433), + [sym_navigation_suffix] = STATE(1410), + [sym_call_suffix] = STATE(1414), + [sym__fn_call_lambda_arguments] = STATE(1415), + [sym_value_arguments] = STATE(1223), + [sym_lambda_literal] = STATE(1002), + [sym__equality_operator] = STATE(434), + [sym__comparison_operator] = STATE(435), + [sym__three_dot_operator] = STATE(768), + [sym__open_ended_range_operator] = STATE(432), + [sym__is_operator] = STATE(4206), + [sym__additive_operator] = STATE(667), + [sym__multiplicative_operator] = STATE(668), + [sym_as_operator] = STATE(4207), + [sym__bitwise_binary_operator] = STATE(436), + [sym__postfix_unary_operator] = STATE(1427), + [sym__eq_eq] = STATE(434), + [sym__dot] = STATE(5506), + [sym__conjunction_operator] = STATE(437), + [sym__disjunction_operator] = STATE(438), + [sym__nil_coalescing_operator] = STATE(439), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(1427), + [anon_sym_BANG] = ACTIONS(2009), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2073), + [anon_sym_package] = ACTIONS(2073), + [anon_sym_LPAREN] = ACTIONS(2011), + [anon_sym_LBRACK] = ACTIONS(2013), + [anon_sym_QMARK] = ACTIONS(2015), + [anon_sym_QMARK2] = ACTIONS(2017), + [anon_sym_AMP] = ACTIONS(2019), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(2021), + [anon_sym_GT] = ACTIONS(2021), + [anon_sym_LBRACE] = ACTIONS(2025), + [anon_sym_CARET_LBRACE] = ACTIONS(2025), + [anon_sym_RBRACE] = ACTIONS(2073), + [anon_sym_case] = ACTIONS(2073), + [anon_sym_fallthrough] = ACTIONS(2073), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(2027), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2029), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2029), + [anon_sym_LT_EQ] = ACTIONS(2031), + [anon_sym_GT_EQ] = ACTIONS(2031), + [anon_sym_DOT_DOT_DOT] = ACTIONS(347), + [anon_sym_DOT_DOT_LT] = ACTIONS(2033), + [anon_sym_is] = ACTIONS(2035), + [anon_sym_PLUS] = ACTIONS(2037), + [anon_sym_DASH] = ACTIONS(2037), + [anon_sym_STAR] = ACTIONS(2039), + [anon_sym_SLASH] = ACTIONS(2039), + [anon_sym_PERCENT] = ACTIONS(2039), + [anon_sym_PLUS_PLUS] = ACTIONS(2041), + [anon_sym_DASH_DASH] = ACTIONS(2041), + [anon_sym_PIPE] = ACTIONS(2019), + [anon_sym_CARET] = ACTIONS(2043), + [anon_sym_LT_LT] = ACTIONS(2019), + [anon_sym_GT_GT] = ACTIONS(2019), + [anon_sym_class] = ACTIONS(2073), + [anon_sym_prefix] = ACTIONS(2073), + [anon_sym_infix] = ACTIONS(2073), + [anon_sym_postfix] = ACTIONS(2073), + [anon_sym_AT] = ACTIONS(2075), + [anon_sym_override] = ACTIONS(2073), + [anon_sym_convenience] = ACTIONS(2073), + [anon_sym_required] = ACTIONS(2073), + [anon_sym_nonisolated] = ACTIONS(2073), + [anon_sym_public] = ACTIONS(2073), + [anon_sym_private] = ACTIONS(2073), + [anon_sym_internal] = ACTIONS(2073), + [anon_sym_fileprivate] = ACTIONS(2073), + [anon_sym_open] = ACTIONS(2073), + [anon_sym_mutating] = ACTIONS(2073), + [anon_sym_nonmutating] = ACTIONS(2073), + [anon_sym_static] = ACTIONS(2073), + [anon_sym_dynamic] = ACTIONS(2073), + [anon_sym_optional] = ACTIONS(2073), + [anon_sym_distributed] = ACTIONS(2073), + [anon_sym_final] = ACTIONS(2073), + [anon_sym_inout] = ACTIONS(2073), + [anon_sym_ATescaping] = ACTIONS(2073), + [anon_sym_ATautoclosure] = ACTIONS(2073), + [anon_sym_weak] = ACTIONS(2073), + [anon_sym_unowned] = ACTIONS(2075), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2073), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2073), + [anon_sym_borrowing] = ACTIONS(2073), + [anon_sym_consuming] = ACTIONS(2073), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2073), + [sym__explicit_semi] = ACTIONS(2073), + [sym__dot_custom] = ACTIONS(2045), + [sym__conjunction_operator_custom] = ACTIONS(2047), + [sym__disjunction_operator_custom] = ACTIONS(2049), + [sym__nil_coalescing_operator_custom] = ACTIONS(2051), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(2029), + [sym__plus_then_ws] = ACTIONS(2053), + [sym__minus_then_ws] = ACTIONS(2053), + [sym__bang_custom] = ACTIONS(2055), + [sym_default_keyword] = ACTIONS(2073), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(800)] = { + [sym__quest] = STATE(698), + [sym__immediate_quest] = STATE(1406), + [sym__range_operator] = STATE(432), + [sym_custom_operator] = STATE(433), + [sym_navigation_suffix] = STATE(1410), + [sym_call_suffix] = STATE(1414), + [sym__fn_call_lambda_arguments] = STATE(1415), + [sym_value_arguments] = STATE(1223), + [sym_lambda_literal] = STATE(1002), + [sym__equality_operator] = STATE(434), + [sym__comparison_operator] = STATE(435), + [sym__three_dot_operator] = STATE(768), + [sym__open_ended_range_operator] = STATE(432), + [sym__is_operator] = STATE(4206), + [sym__additive_operator] = STATE(667), + [sym__multiplicative_operator] = STATE(668), + [sym_as_operator] = STATE(4207), + [sym__bitwise_binary_operator] = STATE(436), + [sym__postfix_unary_operator] = STATE(1427), + [sym__eq_eq] = STATE(434), + [sym__dot] = STATE(5506), + [sym__conjunction_operator] = STATE(437), + [sym__disjunction_operator] = STATE(438), + [sym__nil_coalescing_operator] = STATE(439), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(1427), + [anon_sym_BANG] = ACTIONS(2009), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2077), + [anon_sym_package] = ACTIONS(2077), + [anon_sym_LPAREN] = ACTIONS(2011), + [anon_sym_LBRACK] = ACTIONS(2013), + [anon_sym_QMARK] = ACTIONS(2015), + [anon_sym_QMARK2] = ACTIONS(2017), + [anon_sym_AMP] = ACTIONS(2019), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(2021), + [anon_sym_GT] = ACTIONS(2021), + [anon_sym_LBRACE] = ACTIONS(2025), + [anon_sym_CARET_LBRACE] = ACTIONS(2025), + [anon_sym_RBRACE] = ACTIONS(2077), + [anon_sym_case] = ACTIONS(2077), + [anon_sym_fallthrough] = ACTIONS(2077), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(2027), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2029), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2029), + [anon_sym_LT_EQ] = ACTIONS(2031), + [anon_sym_GT_EQ] = ACTIONS(2031), + [anon_sym_DOT_DOT_DOT] = ACTIONS(347), + [anon_sym_DOT_DOT_LT] = ACTIONS(2033), + [anon_sym_is] = ACTIONS(2035), + [anon_sym_PLUS] = ACTIONS(2037), + [anon_sym_DASH] = ACTIONS(2037), + [anon_sym_STAR] = ACTIONS(2039), + [anon_sym_SLASH] = ACTIONS(2039), + [anon_sym_PERCENT] = ACTIONS(2039), + [anon_sym_PLUS_PLUS] = ACTIONS(2041), + [anon_sym_DASH_DASH] = ACTIONS(2041), + [anon_sym_PIPE] = ACTIONS(2019), + [anon_sym_CARET] = ACTIONS(2043), + [anon_sym_LT_LT] = ACTIONS(2019), + [anon_sym_GT_GT] = ACTIONS(2019), + [anon_sym_class] = ACTIONS(2077), + [anon_sym_prefix] = ACTIONS(2077), + [anon_sym_infix] = ACTIONS(2077), + [anon_sym_postfix] = ACTIONS(2077), + [anon_sym_AT] = ACTIONS(2079), + [anon_sym_override] = ACTIONS(2077), + [anon_sym_convenience] = ACTIONS(2077), + [anon_sym_required] = ACTIONS(2077), + [anon_sym_nonisolated] = ACTIONS(2077), + [anon_sym_public] = ACTIONS(2077), + [anon_sym_private] = ACTIONS(2077), + [anon_sym_internal] = ACTIONS(2077), + [anon_sym_fileprivate] = ACTIONS(2077), + [anon_sym_open] = ACTIONS(2077), + [anon_sym_mutating] = ACTIONS(2077), + [anon_sym_nonmutating] = ACTIONS(2077), + [anon_sym_static] = ACTIONS(2077), + [anon_sym_dynamic] = ACTIONS(2077), + [anon_sym_optional] = ACTIONS(2077), + [anon_sym_distributed] = ACTIONS(2077), + [anon_sym_final] = ACTIONS(2077), + [anon_sym_inout] = ACTIONS(2077), + [anon_sym_ATescaping] = ACTIONS(2077), + [anon_sym_ATautoclosure] = ACTIONS(2077), + [anon_sym_weak] = ACTIONS(2077), + [anon_sym_unowned] = ACTIONS(2079), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2077), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2077), + [anon_sym_borrowing] = ACTIONS(2077), + [anon_sym_consuming] = ACTIONS(2077), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2077), + [sym__explicit_semi] = ACTIONS(2077), + [sym__dot_custom] = ACTIONS(2045), + [sym__conjunction_operator_custom] = ACTIONS(2047), + [sym__disjunction_operator_custom] = ACTIONS(2049), + [sym__nil_coalescing_operator_custom] = ACTIONS(2051), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(2029), + [sym__plus_then_ws] = ACTIONS(2053), + [sym__minus_then_ws] = ACTIONS(2053), + [sym__bang_custom] = ACTIONS(2055), + [sym_default_keyword] = ACTIONS(2077), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(801)] = { + [sym__quest] = STATE(698), + [sym__immediate_quest] = STATE(1406), + [sym__range_operator] = STATE(432), + [sym_custom_operator] = STATE(433), + [sym_navigation_suffix] = STATE(1410), + [sym_call_suffix] = STATE(1414), + [sym__fn_call_lambda_arguments] = STATE(1415), + [sym_value_arguments] = STATE(1223), + [sym_lambda_literal] = STATE(1002), + [sym__equality_operator] = STATE(434), + [sym__comparison_operator] = STATE(435), + [sym__three_dot_operator] = STATE(768), + [sym__open_ended_range_operator] = STATE(432), + [sym__is_operator] = STATE(4206), + [sym__additive_operator] = STATE(667), + [sym__multiplicative_operator] = STATE(668), + [sym_as_operator] = STATE(4207), + [sym__bitwise_binary_operator] = STATE(436), + [sym__postfix_unary_operator] = STATE(1427), + [sym__eq_eq] = STATE(434), + [sym__dot] = STATE(5506), + [sym__conjunction_operator] = STATE(437), + [sym__disjunction_operator] = STATE(438), + [sym__nil_coalescing_operator] = STATE(439), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(1427), + [anon_sym_BANG] = ACTIONS(2009), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2081), + [anon_sym_package] = ACTIONS(2081), + [anon_sym_LPAREN] = ACTIONS(2011), + [anon_sym_LBRACK] = ACTIONS(2013), + [anon_sym_QMARK] = ACTIONS(2015), + [anon_sym_QMARK2] = ACTIONS(2017), + [anon_sym_AMP] = ACTIONS(2019), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(2021), + [anon_sym_GT] = ACTIONS(2021), + [anon_sym_LBRACE] = ACTIONS(2025), + [anon_sym_CARET_LBRACE] = ACTIONS(2025), + [anon_sym_RBRACE] = ACTIONS(2081), + [anon_sym_case] = ACTIONS(2081), + [anon_sym_fallthrough] = ACTIONS(2081), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(2027), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2029), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2029), + [anon_sym_LT_EQ] = ACTIONS(2031), + [anon_sym_GT_EQ] = ACTIONS(2031), + [anon_sym_DOT_DOT_DOT] = ACTIONS(347), + [anon_sym_DOT_DOT_LT] = ACTIONS(2033), + [anon_sym_is] = ACTIONS(2035), + [anon_sym_PLUS] = ACTIONS(2037), + [anon_sym_DASH] = ACTIONS(2037), + [anon_sym_STAR] = ACTIONS(2039), + [anon_sym_SLASH] = ACTIONS(2039), + [anon_sym_PERCENT] = ACTIONS(2039), + [anon_sym_PLUS_PLUS] = ACTIONS(2041), + [anon_sym_DASH_DASH] = ACTIONS(2041), + [anon_sym_PIPE] = ACTIONS(2019), + [anon_sym_CARET] = ACTIONS(2043), + [anon_sym_LT_LT] = ACTIONS(2019), + [anon_sym_GT_GT] = ACTIONS(2019), + [anon_sym_class] = ACTIONS(2081), + [anon_sym_prefix] = ACTIONS(2081), + [anon_sym_infix] = ACTIONS(2081), + [anon_sym_postfix] = ACTIONS(2081), + [anon_sym_AT] = ACTIONS(2083), + [anon_sym_override] = ACTIONS(2081), + [anon_sym_convenience] = ACTIONS(2081), + [anon_sym_required] = ACTIONS(2081), + [anon_sym_nonisolated] = ACTIONS(2081), + [anon_sym_public] = ACTIONS(2081), + [anon_sym_private] = ACTIONS(2081), + [anon_sym_internal] = ACTIONS(2081), + [anon_sym_fileprivate] = ACTIONS(2081), + [anon_sym_open] = ACTIONS(2081), + [anon_sym_mutating] = ACTIONS(2081), + [anon_sym_nonmutating] = ACTIONS(2081), + [anon_sym_static] = ACTIONS(2081), + [anon_sym_dynamic] = ACTIONS(2081), + [anon_sym_optional] = ACTIONS(2081), + [anon_sym_distributed] = ACTIONS(2081), + [anon_sym_final] = ACTIONS(2081), + [anon_sym_inout] = ACTIONS(2081), + [anon_sym_ATescaping] = ACTIONS(2081), + [anon_sym_ATautoclosure] = ACTIONS(2081), + [anon_sym_weak] = ACTIONS(2081), + [anon_sym_unowned] = ACTIONS(2083), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2081), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2081), + [anon_sym_borrowing] = ACTIONS(2081), + [anon_sym_consuming] = ACTIONS(2081), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2081), + [sym__explicit_semi] = ACTIONS(2081), + [sym__dot_custom] = ACTIONS(2045), + [sym__conjunction_operator_custom] = ACTIONS(2047), + [sym__disjunction_operator_custom] = ACTIONS(2049), + [sym__nil_coalescing_operator_custom] = ACTIONS(2051), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(2029), + [sym__plus_then_ws] = ACTIONS(2053), + [sym__minus_then_ws] = ACTIONS(2053), + [sym__bang_custom] = ACTIONS(2055), + [sym_default_keyword] = ACTIONS(2081), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(802)] = { + [sym__immediate_quest] = STATE(806), + [sym__arrow_operator] = STATE(4372), + [sym__async_keyword] = STATE(7060), + [sym_throws] = STATE(8922), + [sym_throws_clause] = STATE(8922), + [aux_sym_optional_type_repeat1] = STATE(806), + [anon_sym_BANG] = ACTIONS(2085), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2087), + [anon_sym_async] = ACTIONS(2087), + [anon_sym_lazy] = ACTIONS(2087), + [anon_sym_package] = ACTIONS(2087), + [anon_sym_COMMA] = ACTIONS(2087), + [anon_sym_LPAREN] = ACTIONS(2087), + [anon_sym_LBRACK] = ACTIONS(2087), + [anon_sym_DOT] = ACTIONS(2085), + [anon_sym_QMARK] = ACTIONS(2085), + [anon_sym_QMARK2] = ACTIONS(2089), + [anon_sym_AMP] = ACTIONS(2087), + [aux_sym_custom_operator_token1] = ACTIONS(2087), + [anon_sym_LT] = ACTIONS(2085), + [anon_sym_GT] = ACTIONS(2085), + [anon_sym_LBRACE] = ACTIONS(2087), + [anon_sym_CARET_LBRACE] = ACTIONS(2087), + [anon_sym_RBRACE] = ACTIONS(2087), + [anon_sym_case] = ACTIONS(2087), + [anon_sym_PLUS_EQ] = ACTIONS(2087), + [anon_sym_DASH_EQ] = ACTIONS(2087), + [anon_sym_STAR_EQ] = ACTIONS(2087), + [anon_sym_SLASH_EQ] = ACTIONS(2087), + [anon_sym_PERCENT_EQ] = ACTIONS(2087), + [anon_sym_BANG_EQ] = ACTIONS(2085), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2087), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2087), + [anon_sym_LT_EQ] = ACTIONS(2087), + [anon_sym_GT_EQ] = ACTIONS(2087), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2087), + [anon_sym_DOT_DOT_LT] = ACTIONS(2087), + [anon_sym_is] = ACTIONS(2087), + [anon_sym_PLUS] = ACTIONS(2085), + [anon_sym_DASH] = ACTIONS(2085), + [anon_sym_STAR] = ACTIONS(2085), + [anon_sym_SLASH] = ACTIONS(2085), + [anon_sym_PERCENT] = ACTIONS(2085), + [anon_sym_PLUS_PLUS] = ACTIONS(2087), + [anon_sym_DASH_DASH] = ACTIONS(2087), + [anon_sym_PIPE] = ACTIONS(2087), + [anon_sym_CARET] = ACTIONS(2085), + [anon_sym_LT_LT] = ACTIONS(2087), + [anon_sym_GT_GT] = ACTIONS(2087), + [anon_sym_import] = ACTIONS(2087), + [anon_sym_typealias] = ACTIONS(2087), + [anon_sym_struct] = ACTIONS(2087), + [anon_sym_class] = ACTIONS(2087), + [anon_sym_enum] = ACTIONS(2087), + [anon_sym_protocol] = ACTIONS(2087), + [anon_sym_let] = ACTIONS(2087), + [anon_sym_var] = ACTIONS(2087), + [anon_sym_func] = ACTIONS(2087), + [anon_sym_extension] = ACTIONS(2087), + [anon_sym_indirect] = ACTIONS(2087), + [anon_sym_SEMI] = ACTIONS(2087), + [anon_sym_init] = ACTIONS(2087), + [anon_sym_deinit] = ACTIONS(2087), + [anon_sym_subscript] = ACTIONS(2087), + [anon_sym_prefix] = ACTIONS(2087), + [anon_sym_infix] = ACTIONS(2087), + [anon_sym_postfix] = ACTIONS(2087), + [anon_sym_precedencegroup] = ACTIONS(2087), + [anon_sym_associatedtype] = ACTIONS(2087), + [anon_sym_AT] = ACTIONS(2085), + [anon_sym_override] = ACTIONS(2087), + [anon_sym_convenience] = ACTIONS(2087), + [anon_sym_required] = ACTIONS(2087), + [anon_sym_nonisolated] = ACTIONS(2087), + [anon_sym_public] = ACTIONS(2087), + [anon_sym_private] = ACTIONS(2087), + [anon_sym_internal] = ACTIONS(2087), + [anon_sym_fileprivate] = ACTIONS(2087), + [anon_sym_open] = ACTIONS(2087), + [anon_sym_mutating] = ACTIONS(2087), + [anon_sym_nonmutating] = ACTIONS(2087), + [anon_sym_static] = ACTIONS(2087), + [anon_sym_dynamic] = ACTIONS(2087), + [anon_sym_optional] = ACTIONS(2087), + [anon_sym_distributed] = ACTIONS(2087), + [anon_sym_final] = ACTIONS(2087), + [anon_sym_inout] = ACTIONS(2087), + [anon_sym_ATescaping] = ACTIONS(2087), + [anon_sym_ATautoclosure] = ACTIONS(2087), + [anon_sym_weak] = ACTIONS(2087), + [anon_sym_unowned] = ACTIONS(2085), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2087), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2087), + [anon_sym_borrowing] = ACTIONS(2087), + [anon_sym_consuming] = ACTIONS(2087), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2091), + [sym__dot_custom] = ACTIONS(2087), + [sym__conjunction_operator_custom] = ACTIONS(2087), + [sym__disjunction_operator_custom] = ACTIONS(2087), + [sym__nil_coalescing_operator_custom] = ACTIONS(2087), + [sym__eq_custom] = ACTIONS(2087), + [sym__eq_eq_custom] = ACTIONS(2087), + [sym__plus_then_ws] = ACTIONS(2087), + [sym__minus_then_ws] = ACTIONS(2087), + [sym__bang_custom] = ACTIONS(2087), + [sym__throws_keyword] = ACTIONS(2093), + [sym__rethrows_keyword] = ACTIONS(2095), + [sym__as_custom] = ACTIONS(2087), + [sym__as_quest_custom] = ACTIONS(2087), + [sym__as_bang_custom] = ACTIONS(2087), + [sym__async_keyword_custom] = ACTIONS(2097), + [sym__custom_operator] = ACTIONS(2087), + }, + [STATE(803)] = { + [sym__dot] = STATE(5539), + [aux_sym_user_type_repeat1] = STATE(803), + [anon_sym_BANG] = ACTIONS(2099), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2101), + [anon_sym_async] = ACTIONS(2101), + [anon_sym_lazy] = ACTIONS(2101), + [anon_sym_package] = ACTIONS(2101), + [anon_sym_RPAREN] = ACTIONS(2101), + [anon_sym_COMMA] = ACTIONS(2101), + [anon_sym_COLON] = ACTIONS(2101), + [anon_sym_LPAREN] = ACTIONS(2101), + [anon_sym_LBRACK] = ACTIONS(2101), + [anon_sym_RBRACK] = ACTIONS(2101), + [anon_sym_DOT] = ACTIONS(2099), + [anon_sym_QMARK] = ACTIONS(2099), + [anon_sym_QMARK2] = ACTIONS(2101), + [anon_sym_AMP] = ACTIONS(2101), + [aux_sym_custom_operator_token1] = ACTIONS(2101), + [anon_sym_LT] = ACTIONS(2099), + [anon_sym_GT] = ACTIONS(2099), + [anon_sym_LBRACE] = ACTIONS(2101), + [anon_sym_CARET_LBRACE] = ACTIONS(2101), + [anon_sym_RBRACE] = ACTIONS(2101), + [anon_sym_case] = ACTIONS(2101), + [anon_sym_PLUS_EQ] = ACTIONS(2101), + [anon_sym_DASH_EQ] = ACTIONS(2101), + [anon_sym_STAR_EQ] = ACTIONS(2101), + [anon_sym_SLASH_EQ] = ACTIONS(2101), + [anon_sym_PERCENT_EQ] = ACTIONS(2101), + [anon_sym_BANG_EQ] = ACTIONS(2099), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2101), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2101), + [anon_sym_LT_EQ] = ACTIONS(2101), + [anon_sym_GT_EQ] = ACTIONS(2101), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2101), + [anon_sym_DOT_DOT_LT] = ACTIONS(2101), + [anon_sym_is] = ACTIONS(2101), + [anon_sym_PLUS] = ACTIONS(2099), + [anon_sym_DASH] = ACTIONS(2099), + [anon_sym_STAR] = ACTIONS(2099), + [anon_sym_SLASH] = ACTIONS(2099), + [anon_sym_PERCENT] = ACTIONS(2099), + [anon_sym_PLUS_PLUS] = ACTIONS(2101), + [anon_sym_DASH_DASH] = ACTIONS(2101), + [anon_sym_PIPE] = ACTIONS(2101), + [anon_sym_CARET] = ACTIONS(2099), + [anon_sym_LT_LT] = ACTIONS(2101), + [anon_sym_GT_GT] = ACTIONS(2101), + [anon_sym_import] = ACTIONS(2101), + [anon_sym_typealias] = ACTIONS(2101), + [anon_sym_struct] = ACTIONS(2101), + [anon_sym_class] = ACTIONS(2101), + [anon_sym_enum] = ACTIONS(2101), + [anon_sym_protocol] = ACTIONS(2101), + [anon_sym_let] = ACTIONS(2101), + [anon_sym_var] = ACTIONS(2101), + [anon_sym_func] = ACTIONS(2101), + [anon_sym_extension] = ACTIONS(2101), + [anon_sym_indirect] = ACTIONS(2101), + [anon_sym_SEMI] = ACTIONS(2101), + [anon_sym_init] = ACTIONS(2101), + [anon_sym_deinit] = ACTIONS(2101), + [anon_sym_subscript] = ACTIONS(2101), + [anon_sym_prefix] = ACTIONS(2101), + [anon_sym_infix] = ACTIONS(2101), + [anon_sym_postfix] = ACTIONS(2101), + [anon_sym_precedencegroup] = ACTIONS(2101), + [anon_sym_associatedtype] = ACTIONS(2101), + [anon_sym_AT] = ACTIONS(2099), + [anon_sym_override] = ACTIONS(2101), + [anon_sym_convenience] = ACTIONS(2101), + [anon_sym_required] = ACTIONS(2101), + [anon_sym_nonisolated] = ACTIONS(2101), + [anon_sym_public] = ACTIONS(2101), + [anon_sym_private] = ACTIONS(2101), + [anon_sym_internal] = ACTIONS(2101), + [anon_sym_fileprivate] = ACTIONS(2101), + [anon_sym_open] = ACTIONS(2101), + [anon_sym_mutating] = ACTIONS(2101), + [anon_sym_nonmutating] = ACTIONS(2101), + [anon_sym_static] = ACTIONS(2101), + [anon_sym_dynamic] = ACTIONS(2101), + [anon_sym_optional] = ACTIONS(2101), + [anon_sym_distributed] = ACTIONS(2101), + [anon_sym_final] = ACTIONS(2101), + [anon_sym_inout] = ACTIONS(2101), + [anon_sym_ATescaping] = ACTIONS(2101), + [anon_sym_ATautoclosure] = ACTIONS(2101), + [anon_sym_weak] = ACTIONS(2101), + [anon_sym_unowned] = ACTIONS(2099), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2101), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2101), + [anon_sym_borrowing] = ACTIONS(2101), + [anon_sym_consuming] = ACTIONS(2101), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2101), + [sym__dot_custom] = ACTIONS(2103), + [sym__conjunction_operator_custom] = ACTIONS(2101), + [sym__disjunction_operator_custom] = ACTIONS(2101), + [sym__nil_coalescing_operator_custom] = ACTIONS(2101), + [sym__eq_custom] = ACTIONS(2101), + [sym__eq_eq_custom] = ACTIONS(2101), + [sym__plus_then_ws] = ACTIONS(2101), + [sym__minus_then_ws] = ACTIONS(2101), + [sym__bang_custom] = ACTIONS(2101), + [sym__throws_keyword] = ACTIONS(2101), + [sym__rethrows_keyword] = ACTIONS(2101), + [sym__as_custom] = ACTIONS(2101), + [sym__as_quest_custom] = ACTIONS(2101), + [sym__as_bang_custom] = ACTIONS(2101), + [sym__async_keyword_custom] = ACTIONS(2101), + [sym__custom_operator] = ACTIONS(2101), + }, + [STATE(804)] = { + [sym__arrow_operator] = STATE(4372), + [sym__async_keyword] = STATE(7060), + [sym_throws] = STATE(8922), + [sym_throws_clause] = STATE(8922), + [aux_sym_protocol_composition_type_repeat1] = STATE(848), + [anon_sym_BANG] = ACTIONS(2106), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2108), + [anon_sym_async] = ACTIONS(2108), + [anon_sym_lazy] = ACTIONS(2108), + [anon_sym_package] = ACTIONS(2108), + [anon_sym_COMMA] = ACTIONS(2108), + [anon_sym_LPAREN] = ACTIONS(2108), + [anon_sym_LBRACK] = ACTIONS(2108), + [anon_sym_DOT] = ACTIONS(2106), + [anon_sym_QMARK] = ACTIONS(2106), + [anon_sym_QMARK2] = ACTIONS(2108), + [anon_sym_AMP] = ACTIONS(2108), + [aux_sym_custom_operator_token1] = ACTIONS(2108), + [anon_sym_LT] = ACTIONS(2106), + [anon_sym_GT] = ACTIONS(2106), + [anon_sym_LBRACE] = ACTIONS(2108), + [anon_sym_CARET_LBRACE] = ACTIONS(2108), + [anon_sym_RBRACE] = ACTIONS(2108), + [anon_sym_case] = ACTIONS(2108), + [anon_sym_PLUS_EQ] = ACTIONS(2108), + [anon_sym_DASH_EQ] = ACTIONS(2108), + [anon_sym_STAR_EQ] = ACTIONS(2108), + [anon_sym_SLASH_EQ] = ACTIONS(2108), + [anon_sym_PERCENT_EQ] = ACTIONS(2108), + [anon_sym_BANG_EQ] = ACTIONS(2106), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2108), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2108), + [anon_sym_LT_EQ] = ACTIONS(2108), + [anon_sym_GT_EQ] = ACTIONS(2108), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2108), + [anon_sym_DOT_DOT_LT] = ACTIONS(2108), + [anon_sym_is] = ACTIONS(2108), + [anon_sym_PLUS] = ACTIONS(2106), + [anon_sym_DASH] = ACTIONS(2106), + [anon_sym_STAR] = ACTIONS(2106), + [anon_sym_SLASH] = ACTIONS(2106), + [anon_sym_PERCENT] = ACTIONS(2106), + [anon_sym_PLUS_PLUS] = ACTIONS(2108), + [anon_sym_DASH_DASH] = ACTIONS(2108), + [anon_sym_PIPE] = ACTIONS(2108), + [anon_sym_CARET] = ACTIONS(2106), + [anon_sym_LT_LT] = ACTIONS(2108), + [anon_sym_GT_GT] = ACTIONS(2108), + [anon_sym_import] = ACTIONS(2108), + [anon_sym_typealias] = ACTIONS(2108), + [anon_sym_struct] = ACTIONS(2108), + [anon_sym_class] = ACTIONS(2108), + [anon_sym_enum] = ACTIONS(2108), + [anon_sym_protocol] = ACTIONS(2108), + [anon_sym_let] = ACTIONS(2108), + [anon_sym_var] = ACTIONS(2108), + [anon_sym_func] = ACTIONS(2108), + [anon_sym_extension] = ACTIONS(2108), + [anon_sym_indirect] = ACTIONS(2108), + [anon_sym_SEMI] = ACTIONS(2108), + [anon_sym_init] = ACTIONS(2108), + [anon_sym_deinit] = ACTIONS(2108), + [anon_sym_subscript] = ACTIONS(2108), + [anon_sym_prefix] = ACTIONS(2108), + [anon_sym_infix] = ACTIONS(2108), + [anon_sym_postfix] = ACTIONS(2108), + [anon_sym_precedencegroup] = ACTIONS(2108), + [anon_sym_associatedtype] = ACTIONS(2108), + [anon_sym_AT] = ACTIONS(2106), + [anon_sym_override] = ACTIONS(2108), + [anon_sym_convenience] = ACTIONS(2108), + [anon_sym_required] = ACTIONS(2108), + [anon_sym_nonisolated] = ACTIONS(2108), + [anon_sym_public] = ACTIONS(2108), + [anon_sym_private] = ACTIONS(2108), + [anon_sym_internal] = ACTIONS(2108), + [anon_sym_fileprivate] = ACTIONS(2108), + [anon_sym_open] = ACTIONS(2108), + [anon_sym_mutating] = ACTIONS(2108), + [anon_sym_nonmutating] = ACTIONS(2108), + [anon_sym_static] = ACTIONS(2108), + [anon_sym_dynamic] = ACTIONS(2108), + [anon_sym_optional] = ACTIONS(2108), + [anon_sym_distributed] = ACTIONS(2108), + [anon_sym_final] = ACTIONS(2108), + [anon_sym_inout] = ACTIONS(2108), + [anon_sym_ATescaping] = ACTIONS(2108), + [anon_sym_ATautoclosure] = ACTIONS(2108), + [anon_sym_weak] = ACTIONS(2108), + [anon_sym_unowned] = ACTIONS(2106), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2108), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2108), + [anon_sym_borrowing] = ACTIONS(2108), + [anon_sym_consuming] = ACTIONS(2108), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2108), + [sym__dot_custom] = ACTIONS(2108), + [sym__conjunction_operator_custom] = ACTIONS(2108), + [sym__disjunction_operator_custom] = ACTIONS(2108), + [sym__nil_coalescing_operator_custom] = ACTIONS(2108), + [sym__eq_custom] = ACTIONS(2108), + [sym__eq_eq_custom] = ACTIONS(2108), + [sym__plus_then_ws] = ACTIONS(2108), + [sym__minus_then_ws] = ACTIONS(2108), + [sym__bang_custom] = ACTIONS(2108), + [sym__throws_keyword] = ACTIONS(2108), + [sym__rethrows_keyword] = ACTIONS(2108), + [sym__as_custom] = ACTIONS(2108), + [sym__as_quest_custom] = ACTIONS(2108), + [sym__as_bang_custom] = ACTIONS(2108), + [sym__async_keyword_custom] = ACTIONS(2108), + [sym__custom_operator] = ACTIONS(2108), + }, + [STATE(805)] = { + [sym_simple_identifier] = STATE(9007), + [sym__contextual_simple_identifier] = STATE(5063), + [sym__parameter_ownership_modifier] = STATE(5063), + [aux_sym__fn_call_lambda_arguments_repeat1] = STATE(807), + [anon_sym_BANG] = ACTIONS(2110), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(2112), + [aux_sym_simple_identifier_token2] = ACTIONS(2114), + [aux_sym_simple_identifier_token3] = ACTIONS(2114), + [aux_sym_simple_identifier_token4] = ACTIONS(2114), + [anon_sym_actor] = ACTIONS(2116), + [anon_sym_async] = ACTIONS(2116), + [anon_sym_each] = ACTIONS(2112), + [anon_sym_lazy] = ACTIONS(2116), + [anon_sym_repeat] = ACTIONS(2112), + [anon_sym_package] = ACTIONS(2116), + [anon_sym_COMMA] = ACTIONS(2119), + [anon_sym_LPAREN] = ACTIONS(2119), + [anon_sym_LBRACK] = ACTIONS(2119), + [anon_sym_QMARK] = ACTIONS(2110), + [anon_sym_QMARK2] = ACTIONS(2119), + [anon_sym_AMP] = ACTIONS(2119), + [aux_sym_custom_operator_token1] = ACTIONS(2119), + [anon_sym_LT] = ACTIONS(2110), + [anon_sym_GT] = ACTIONS(2110), + [anon_sym_LBRACE] = ACTIONS(2119), + [anon_sym_CARET_LBRACE] = ACTIONS(2119), + [anon_sym_RBRACE] = ACTIONS(2119), + [anon_sym_case] = ACTIONS(2110), + [anon_sym_PLUS_EQ] = ACTIONS(2119), + [anon_sym_DASH_EQ] = ACTIONS(2119), + [anon_sym_STAR_EQ] = ACTIONS(2119), + [anon_sym_SLASH_EQ] = ACTIONS(2119), + [anon_sym_PERCENT_EQ] = ACTIONS(2119), + [anon_sym_BANG_EQ] = ACTIONS(2110), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2119), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2119), + [anon_sym_LT_EQ] = ACTIONS(2119), + [anon_sym_GT_EQ] = ACTIONS(2119), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2119), + [anon_sym_DOT_DOT_LT] = ACTIONS(2119), + [anon_sym_is] = ACTIONS(2110), + [anon_sym_PLUS] = ACTIONS(2110), + [anon_sym_DASH] = ACTIONS(2110), + [anon_sym_STAR] = ACTIONS(2110), + [anon_sym_SLASH] = ACTIONS(2110), + [anon_sym_PERCENT] = ACTIONS(2110), + [anon_sym_PLUS_PLUS] = ACTIONS(2119), + [anon_sym_DASH_DASH] = ACTIONS(2119), + [anon_sym_PIPE] = ACTIONS(2119), + [anon_sym_CARET] = ACTIONS(2110), + [anon_sym_LT_LT] = ACTIONS(2119), + [anon_sym_GT_GT] = ACTIONS(2119), + [anon_sym_import] = ACTIONS(2110), + [anon_sym_typealias] = ACTIONS(2110), + [anon_sym_struct] = ACTIONS(2110), + [anon_sym_class] = ACTIONS(2110), + [anon_sym_enum] = ACTIONS(2110), + [anon_sym_protocol] = ACTIONS(2110), + [anon_sym_let] = ACTIONS(2110), + [anon_sym_var] = ACTIONS(2110), + [anon_sym_func] = ACTIONS(2110), + [anon_sym_extension] = ACTIONS(2110), + [anon_sym_indirect] = ACTIONS(2110), + [anon_sym_SEMI] = ACTIONS(2119), + [anon_sym_init] = ACTIONS(2110), + [anon_sym_deinit] = ACTIONS(2110), + [anon_sym_subscript] = ACTIONS(2110), + [anon_sym_prefix] = ACTIONS(2110), + [anon_sym_infix] = ACTIONS(2110), + [anon_sym_postfix] = ACTIONS(2110), + [anon_sym_precedencegroup] = ACTIONS(2110), + [anon_sym_associatedtype] = ACTIONS(2110), + [anon_sym_AT] = ACTIONS(2110), + [anon_sym_override] = ACTIONS(2110), + [anon_sym_convenience] = ACTIONS(2110), + [anon_sym_required] = ACTIONS(2110), + [anon_sym_nonisolated] = ACTIONS(2110), + [anon_sym_public] = ACTIONS(2110), + [anon_sym_private] = ACTIONS(2110), + [anon_sym_internal] = ACTIONS(2110), + [anon_sym_fileprivate] = ACTIONS(2110), + [anon_sym_open] = ACTIONS(2110), + [anon_sym_mutating] = ACTIONS(2110), + [anon_sym_nonmutating] = ACTIONS(2110), + [anon_sym_static] = ACTIONS(2110), + [anon_sym_dynamic] = ACTIONS(2110), + [anon_sym_optional] = ACTIONS(2110), + [anon_sym_distributed] = ACTIONS(2110), + [anon_sym_final] = ACTIONS(2110), + [anon_sym_inout] = ACTIONS(2110), + [anon_sym_ATescaping] = ACTIONS(2119), + [anon_sym_ATautoclosure] = ACTIONS(2119), + [anon_sym_weak] = ACTIONS(2110), + [anon_sym_unowned] = ACTIONS(2110), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2119), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2119), + [anon_sym_borrowing] = ACTIONS(2116), + [anon_sym_consuming] = ACTIONS(2116), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2119), + [sym__conjunction_operator_custom] = ACTIONS(2119), + [sym__disjunction_operator_custom] = ACTIONS(2119), + [sym__nil_coalescing_operator_custom] = ACTIONS(2119), + [sym__eq_custom] = ACTIONS(2119), + [sym__eq_eq_custom] = ACTIONS(2119), + [sym__plus_then_ws] = ACTIONS(2119), + [sym__minus_then_ws] = ACTIONS(2119), + [sym__bang_custom] = ACTIONS(2119), + [sym__as_custom] = ACTIONS(2119), + [sym__as_quest_custom] = ACTIONS(2119), + [sym__as_bang_custom] = ACTIONS(2119), + [sym__custom_operator] = ACTIONS(2119), + }, + [STATE(806)] = { + [sym__immediate_quest] = STATE(810), + [aux_sym_optional_type_repeat1] = STATE(810), + [anon_sym_BANG] = ACTIONS(2121), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2123), + [anon_sym_async] = ACTIONS(2123), + [anon_sym_lazy] = ACTIONS(2123), + [anon_sym_package] = ACTIONS(2123), + [anon_sym_RPAREN] = ACTIONS(2123), + [anon_sym_COMMA] = ACTIONS(2123), + [anon_sym_COLON] = ACTIONS(2123), + [anon_sym_LPAREN] = ACTIONS(2123), + [anon_sym_LBRACK] = ACTIONS(2123), + [anon_sym_RBRACK] = ACTIONS(2123), + [anon_sym_DOT] = ACTIONS(2121), + [anon_sym_QMARK] = ACTIONS(2121), + [anon_sym_QMARK2] = ACTIONS(2123), + [anon_sym_AMP] = ACTIONS(2123), + [aux_sym_custom_operator_token1] = ACTIONS(2123), + [anon_sym_LT] = ACTIONS(2121), + [anon_sym_GT] = ACTIONS(2121), + [anon_sym_LBRACE] = ACTIONS(2123), + [anon_sym_CARET_LBRACE] = ACTIONS(2123), + [anon_sym_RBRACE] = ACTIONS(2123), + [anon_sym_case] = ACTIONS(2123), + [anon_sym_PLUS_EQ] = ACTIONS(2123), + [anon_sym_DASH_EQ] = ACTIONS(2123), + [anon_sym_STAR_EQ] = ACTIONS(2123), + [anon_sym_SLASH_EQ] = ACTIONS(2123), + [anon_sym_PERCENT_EQ] = ACTIONS(2123), + [anon_sym_BANG_EQ] = ACTIONS(2121), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2123), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2123), + [anon_sym_LT_EQ] = ACTIONS(2123), + [anon_sym_GT_EQ] = ACTIONS(2123), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2123), + [anon_sym_DOT_DOT_LT] = ACTIONS(2123), + [anon_sym_is] = ACTIONS(2123), + [anon_sym_PLUS] = ACTIONS(2121), + [anon_sym_DASH] = ACTIONS(2121), + [anon_sym_STAR] = ACTIONS(2121), + [anon_sym_SLASH] = ACTIONS(2121), + [anon_sym_PERCENT] = ACTIONS(2121), + [anon_sym_PLUS_PLUS] = ACTIONS(2123), + [anon_sym_DASH_DASH] = ACTIONS(2123), + [anon_sym_PIPE] = ACTIONS(2123), + [anon_sym_CARET] = ACTIONS(2121), + [anon_sym_LT_LT] = ACTIONS(2123), + [anon_sym_GT_GT] = ACTIONS(2123), + [anon_sym_import] = ACTIONS(2123), + [anon_sym_typealias] = ACTIONS(2123), + [anon_sym_struct] = ACTIONS(2123), + [anon_sym_class] = ACTIONS(2123), + [anon_sym_enum] = ACTIONS(2123), + [anon_sym_protocol] = ACTIONS(2123), + [anon_sym_let] = ACTIONS(2123), + [anon_sym_var] = ACTIONS(2123), + [anon_sym_func] = ACTIONS(2123), + [anon_sym_extension] = ACTIONS(2123), + [anon_sym_indirect] = ACTIONS(2123), + [anon_sym_SEMI] = ACTIONS(2123), + [anon_sym_init] = ACTIONS(2123), + [anon_sym_deinit] = ACTIONS(2123), + [anon_sym_subscript] = ACTIONS(2123), + [anon_sym_prefix] = ACTIONS(2123), + [anon_sym_infix] = ACTIONS(2123), + [anon_sym_postfix] = ACTIONS(2123), + [anon_sym_precedencegroup] = ACTIONS(2123), + [anon_sym_associatedtype] = ACTIONS(2123), + [anon_sym_AT] = ACTIONS(2121), + [anon_sym_override] = ACTIONS(2123), + [anon_sym_convenience] = ACTIONS(2123), + [anon_sym_required] = ACTIONS(2123), + [anon_sym_nonisolated] = ACTIONS(2123), + [anon_sym_public] = ACTIONS(2123), + [anon_sym_private] = ACTIONS(2123), + [anon_sym_internal] = ACTIONS(2123), + [anon_sym_fileprivate] = ACTIONS(2123), + [anon_sym_open] = ACTIONS(2123), + [anon_sym_mutating] = ACTIONS(2123), + [anon_sym_nonmutating] = ACTIONS(2123), + [anon_sym_static] = ACTIONS(2123), + [anon_sym_dynamic] = ACTIONS(2123), + [anon_sym_optional] = ACTIONS(2123), + [anon_sym_distributed] = ACTIONS(2123), + [anon_sym_final] = ACTIONS(2123), + [anon_sym_inout] = ACTIONS(2123), + [anon_sym_ATescaping] = ACTIONS(2123), + [anon_sym_ATautoclosure] = ACTIONS(2123), + [anon_sym_weak] = ACTIONS(2123), + [anon_sym_unowned] = ACTIONS(2121), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2123), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2123), + [anon_sym_borrowing] = ACTIONS(2123), + [anon_sym_consuming] = ACTIONS(2123), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2123), + [sym__dot_custom] = ACTIONS(2123), + [sym__conjunction_operator_custom] = ACTIONS(2123), + [sym__disjunction_operator_custom] = ACTIONS(2123), + [sym__nil_coalescing_operator_custom] = ACTIONS(2123), + [sym__eq_custom] = ACTIONS(2123), + [sym__eq_eq_custom] = ACTIONS(2123), + [sym__plus_then_ws] = ACTIONS(2123), + [sym__minus_then_ws] = ACTIONS(2123), + [sym__bang_custom] = ACTIONS(2123), + [sym__throws_keyword] = ACTIONS(2123), + [sym__rethrows_keyword] = ACTIONS(2123), + [sym__as_custom] = ACTIONS(2123), + [sym__as_quest_custom] = ACTIONS(2123), + [sym__as_bang_custom] = ACTIONS(2123), + [sym__async_keyword_custom] = ACTIONS(2123), + [sym__custom_operator] = ACTIONS(2123), + }, + [STATE(807)] = { + [sym_simple_identifier] = STATE(9007), + [sym__contextual_simple_identifier] = STATE(5063), + [sym__parameter_ownership_modifier] = STATE(5063), + [aux_sym__fn_call_lambda_arguments_repeat1] = STATE(808), + [anon_sym_BANG] = ACTIONS(2125), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(2112), + [aux_sym_simple_identifier_token2] = ACTIONS(2114), + [aux_sym_simple_identifier_token3] = ACTIONS(2114), + [aux_sym_simple_identifier_token4] = ACTIONS(2114), + [anon_sym_actor] = ACTIONS(2127), + [anon_sym_async] = ACTIONS(2127), + [anon_sym_each] = ACTIONS(2112), + [anon_sym_lazy] = ACTIONS(2127), + [anon_sym_repeat] = ACTIONS(2112), + [anon_sym_package] = ACTIONS(2127), + [anon_sym_COMMA] = ACTIONS(2130), + [anon_sym_LPAREN] = ACTIONS(2130), + [anon_sym_LBRACK] = ACTIONS(2130), + [anon_sym_QMARK] = ACTIONS(2125), + [anon_sym_QMARK2] = ACTIONS(2130), + [anon_sym_AMP] = ACTIONS(2130), + [aux_sym_custom_operator_token1] = ACTIONS(2130), + [anon_sym_LT] = ACTIONS(2125), + [anon_sym_GT] = ACTIONS(2125), + [anon_sym_LBRACE] = ACTIONS(2130), + [anon_sym_CARET_LBRACE] = ACTIONS(2130), + [anon_sym_RBRACE] = ACTIONS(2130), + [anon_sym_case] = ACTIONS(2125), + [anon_sym_PLUS_EQ] = ACTIONS(2130), + [anon_sym_DASH_EQ] = ACTIONS(2130), + [anon_sym_STAR_EQ] = ACTIONS(2130), + [anon_sym_SLASH_EQ] = ACTIONS(2130), + [anon_sym_PERCENT_EQ] = ACTIONS(2130), + [anon_sym_BANG_EQ] = ACTIONS(2125), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2130), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2130), + [anon_sym_LT_EQ] = ACTIONS(2130), + [anon_sym_GT_EQ] = ACTIONS(2130), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2130), + [anon_sym_DOT_DOT_LT] = ACTIONS(2130), + [anon_sym_is] = ACTIONS(2125), + [anon_sym_PLUS] = ACTIONS(2125), + [anon_sym_DASH] = ACTIONS(2125), + [anon_sym_STAR] = ACTIONS(2125), + [anon_sym_SLASH] = ACTIONS(2125), + [anon_sym_PERCENT] = ACTIONS(2125), + [anon_sym_PLUS_PLUS] = ACTIONS(2130), + [anon_sym_DASH_DASH] = ACTIONS(2130), + [anon_sym_PIPE] = ACTIONS(2130), + [anon_sym_CARET] = ACTIONS(2125), + [anon_sym_LT_LT] = ACTIONS(2130), + [anon_sym_GT_GT] = ACTIONS(2130), + [anon_sym_import] = ACTIONS(2125), + [anon_sym_typealias] = ACTIONS(2125), + [anon_sym_struct] = ACTIONS(2125), + [anon_sym_class] = ACTIONS(2125), + [anon_sym_enum] = ACTIONS(2125), + [anon_sym_protocol] = ACTIONS(2125), + [anon_sym_let] = ACTIONS(2125), + [anon_sym_var] = ACTIONS(2125), + [anon_sym_func] = ACTIONS(2125), + [anon_sym_extension] = ACTIONS(2125), + [anon_sym_indirect] = ACTIONS(2125), + [anon_sym_SEMI] = ACTIONS(2130), + [anon_sym_init] = ACTIONS(2125), + [anon_sym_deinit] = ACTIONS(2125), + [anon_sym_subscript] = ACTIONS(2125), + [anon_sym_prefix] = ACTIONS(2125), + [anon_sym_infix] = ACTIONS(2125), + [anon_sym_postfix] = ACTIONS(2125), + [anon_sym_precedencegroup] = ACTIONS(2125), + [anon_sym_associatedtype] = ACTIONS(2125), + [anon_sym_AT] = ACTIONS(2125), + [anon_sym_override] = ACTIONS(2125), + [anon_sym_convenience] = ACTIONS(2125), + [anon_sym_required] = ACTIONS(2125), + [anon_sym_nonisolated] = ACTIONS(2125), + [anon_sym_public] = ACTIONS(2125), + [anon_sym_private] = ACTIONS(2125), + [anon_sym_internal] = ACTIONS(2125), + [anon_sym_fileprivate] = ACTIONS(2125), + [anon_sym_open] = ACTIONS(2125), + [anon_sym_mutating] = ACTIONS(2125), + [anon_sym_nonmutating] = ACTIONS(2125), + [anon_sym_static] = ACTIONS(2125), + [anon_sym_dynamic] = ACTIONS(2125), + [anon_sym_optional] = ACTIONS(2125), + [anon_sym_distributed] = ACTIONS(2125), + [anon_sym_final] = ACTIONS(2125), + [anon_sym_inout] = ACTIONS(2125), + [anon_sym_ATescaping] = ACTIONS(2130), + [anon_sym_ATautoclosure] = ACTIONS(2130), + [anon_sym_weak] = ACTIONS(2125), + [anon_sym_unowned] = ACTIONS(2125), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2130), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2130), + [anon_sym_borrowing] = ACTIONS(2127), + [anon_sym_consuming] = ACTIONS(2127), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2130), + [sym__conjunction_operator_custom] = ACTIONS(2130), + [sym__disjunction_operator_custom] = ACTIONS(2130), + [sym__nil_coalescing_operator_custom] = ACTIONS(2130), + [sym__eq_custom] = ACTIONS(2130), + [sym__eq_eq_custom] = ACTIONS(2130), + [sym__plus_then_ws] = ACTIONS(2130), + [sym__minus_then_ws] = ACTIONS(2130), + [sym__bang_custom] = ACTIONS(2130), + [sym__as_custom] = ACTIONS(2130), + [sym__as_quest_custom] = ACTIONS(2130), + [sym__as_bang_custom] = ACTIONS(2130), + [sym__custom_operator] = ACTIONS(2130), + }, + [STATE(808)] = { + [sym_simple_identifier] = STATE(9007), + [sym__contextual_simple_identifier] = STATE(5063), + [sym__parameter_ownership_modifier] = STATE(5063), + [aux_sym__fn_call_lambda_arguments_repeat1] = STATE(808), + [anon_sym_BANG] = ACTIONS(2132), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(2134), + [aux_sym_simple_identifier_token2] = ACTIONS(2137), + [aux_sym_simple_identifier_token3] = ACTIONS(2137), + [aux_sym_simple_identifier_token4] = ACTIONS(2137), + [anon_sym_actor] = ACTIONS(2134), + [anon_sym_async] = ACTIONS(2134), + [anon_sym_each] = ACTIONS(2134), + [anon_sym_lazy] = ACTIONS(2134), + [anon_sym_repeat] = ACTIONS(2134), + [anon_sym_package] = ACTIONS(2134), + [anon_sym_COMMA] = ACTIONS(2140), + [anon_sym_LPAREN] = ACTIONS(2140), + [anon_sym_LBRACK] = ACTIONS(2140), + [anon_sym_QMARK] = ACTIONS(2132), + [anon_sym_QMARK2] = ACTIONS(2140), + [anon_sym_AMP] = ACTIONS(2140), + [aux_sym_custom_operator_token1] = ACTIONS(2140), + [anon_sym_LT] = ACTIONS(2132), + [anon_sym_GT] = ACTIONS(2132), + [anon_sym_LBRACE] = ACTIONS(2140), + [anon_sym_CARET_LBRACE] = ACTIONS(2140), + [anon_sym_RBRACE] = ACTIONS(2140), + [anon_sym_case] = ACTIONS(2132), + [anon_sym_PLUS_EQ] = ACTIONS(2140), + [anon_sym_DASH_EQ] = ACTIONS(2140), + [anon_sym_STAR_EQ] = ACTIONS(2140), + [anon_sym_SLASH_EQ] = ACTIONS(2140), + [anon_sym_PERCENT_EQ] = ACTIONS(2140), + [anon_sym_BANG_EQ] = ACTIONS(2132), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2140), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2140), + [anon_sym_LT_EQ] = ACTIONS(2140), + [anon_sym_GT_EQ] = ACTIONS(2140), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2140), + [anon_sym_DOT_DOT_LT] = ACTIONS(2140), + [anon_sym_is] = ACTIONS(2132), + [anon_sym_PLUS] = ACTIONS(2132), + [anon_sym_DASH] = ACTIONS(2132), + [anon_sym_STAR] = ACTIONS(2132), + [anon_sym_SLASH] = ACTIONS(2132), + [anon_sym_PERCENT] = ACTIONS(2132), + [anon_sym_PLUS_PLUS] = ACTIONS(2140), + [anon_sym_DASH_DASH] = ACTIONS(2140), + [anon_sym_PIPE] = ACTIONS(2140), + [anon_sym_CARET] = ACTIONS(2132), + [anon_sym_LT_LT] = ACTIONS(2140), + [anon_sym_GT_GT] = ACTIONS(2140), + [anon_sym_import] = ACTIONS(2132), + [anon_sym_typealias] = ACTIONS(2132), + [anon_sym_struct] = ACTIONS(2132), + [anon_sym_class] = ACTIONS(2132), + [anon_sym_enum] = ACTIONS(2132), + [anon_sym_protocol] = ACTIONS(2132), + [anon_sym_let] = ACTIONS(2132), + [anon_sym_var] = ACTIONS(2132), + [anon_sym_func] = ACTIONS(2132), + [anon_sym_extension] = ACTIONS(2132), + [anon_sym_indirect] = ACTIONS(2132), + [anon_sym_SEMI] = ACTIONS(2140), + [anon_sym_init] = ACTIONS(2132), + [anon_sym_deinit] = ACTIONS(2132), + [anon_sym_subscript] = ACTIONS(2132), + [anon_sym_prefix] = ACTIONS(2132), + [anon_sym_infix] = ACTIONS(2132), + [anon_sym_postfix] = ACTIONS(2132), + [anon_sym_precedencegroup] = ACTIONS(2132), + [anon_sym_associatedtype] = ACTIONS(2132), + [anon_sym_AT] = ACTIONS(2132), + [anon_sym_override] = ACTIONS(2132), + [anon_sym_convenience] = ACTIONS(2132), + [anon_sym_required] = ACTIONS(2132), + [anon_sym_nonisolated] = ACTIONS(2132), + [anon_sym_public] = ACTIONS(2132), + [anon_sym_private] = ACTIONS(2132), + [anon_sym_internal] = ACTIONS(2132), + [anon_sym_fileprivate] = ACTIONS(2132), + [anon_sym_open] = ACTIONS(2132), + [anon_sym_mutating] = ACTIONS(2132), + [anon_sym_nonmutating] = ACTIONS(2132), + [anon_sym_static] = ACTIONS(2132), + [anon_sym_dynamic] = ACTIONS(2132), + [anon_sym_optional] = ACTIONS(2132), + [anon_sym_distributed] = ACTIONS(2132), + [anon_sym_final] = ACTIONS(2132), + [anon_sym_inout] = ACTIONS(2132), + [anon_sym_ATescaping] = ACTIONS(2140), + [anon_sym_ATautoclosure] = ACTIONS(2140), + [anon_sym_weak] = ACTIONS(2132), + [anon_sym_unowned] = ACTIONS(2132), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2140), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2140), + [anon_sym_borrowing] = ACTIONS(2134), + [anon_sym_consuming] = ACTIONS(2134), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2140), + [sym__conjunction_operator_custom] = ACTIONS(2140), + [sym__disjunction_operator_custom] = ACTIONS(2140), + [sym__nil_coalescing_operator_custom] = ACTIONS(2140), + [sym__eq_custom] = ACTIONS(2140), + [sym__eq_eq_custom] = ACTIONS(2140), + [sym__plus_then_ws] = ACTIONS(2140), + [sym__minus_then_ws] = ACTIONS(2140), + [sym__bang_custom] = ACTIONS(2140), + [sym__as_custom] = ACTIONS(2140), + [sym__as_quest_custom] = ACTIONS(2140), + [sym__as_bang_custom] = ACTIONS(2140), + [sym__custom_operator] = ACTIONS(2140), + }, + [STATE(809)] = { + [sym__immediate_quest] = STATE(806), + [aux_sym_optional_type_repeat1] = STATE(806), + [anon_sym_BANG] = ACTIONS(2085), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2087), + [anon_sym_async] = ACTIONS(2087), + [anon_sym_lazy] = ACTIONS(2087), + [anon_sym_package] = ACTIONS(2087), + [anon_sym_RPAREN] = ACTIONS(2087), + [anon_sym_COMMA] = ACTIONS(2087), + [anon_sym_COLON] = ACTIONS(2087), + [anon_sym_LPAREN] = ACTIONS(2087), + [anon_sym_LBRACK] = ACTIONS(2087), + [anon_sym_RBRACK] = ACTIONS(2087), + [anon_sym_DOT] = ACTIONS(2085), + [anon_sym_QMARK] = ACTIONS(2085), + [anon_sym_QMARK2] = ACTIONS(2089), + [anon_sym_AMP] = ACTIONS(2087), + [aux_sym_custom_operator_token1] = ACTIONS(2087), + [anon_sym_LT] = ACTIONS(2085), + [anon_sym_GT] = ACTIONS(2085), + [anon_sym_LBRACE] = ACTIONS(2087), + [anon_sym_CARET_LBRACE] = ACTIONS(2087), + [anon_sym_RBRACE] = ACTIONS(2087), + [anon_sym_case] = ACTIONS(2087), + [anon_sym_PLUS_EQ] = ACTIONS(2087), + [anon_sym_DASH_EQ] = ACTIONS(2087), + [anon_sym_STAR_EQ] = ACTIONS(2087), + [anon_sym_SLASH_EQ] = ACTIONS(2087), + [anon_sym_PERCENT_EQ] = ACTIONS(2087), + [anon_sym_BANG_EQ] = ACTIONS(2085), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2087), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2087), + [anon_sym_LT_EQ] = ACTIONS(2087), + [anon_sym_GT_EQ] = ACTIONS(2087), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2087), + [anon_sym_DOT_DOT_LT] = ACTIONS(2087), + [anon_sym_is] = ACTIONS(2087), + [anon_sym_PLUS] = ACTIONS(2085), + [anon_sym_DASH] = ACTIONS(2085), + [anon_sym_STAR] = ACTIONS(2085), + [anon_sym_SLASH] = ACTIONS(2085), + [anon_sym_PERCENT] = ACTIONS(2085), + [anon_sym_PLUS_PLUS] = ACTIONS(2087), + [anon_sym_DASH_DASH] = ACTIONS(2087), + [anon_sym_PIPE] = ACTIONS(2087), + [anon_sym_CARET] = ACTIONS(2085), + [anon_sym_LT_LT] = ACTIONS(2087), + [anon_sym_GT_GT] = ACTIONS(2087), + [anon_sym_import] = ACTIONS(2087), + [anon_sym_typealias] = ACTIONS(2087), + [anon_sym_struct] = ACTIONS(2087), + [anon_sym_class] = ACTIONS(2087), + [anon_sym_enum] = ACTIONS(2087), + [anon_sym_protocol] = ACTIONS(2087), + [anon_sym_let] = ACTIONS(2087), + [anon_sym_var] = ACTIONS(2087), + [anon_sym_func] = ACTIONS(2087), + [anon_sym_extension] = ACTIONS(2087), + [anon_sym_indirect] = ACTIONS(2087), + [anon_sym_SEMI] = ACTIONS(2087), + [anon_sym_init] = ACTIONS(2087), + [anon_sym_deinit] = ACTIONS(2087), + [anon_sym_subscript] = ACTIONS(2087), + [anon_sym_prefix] = ACTIONS(2087), + [anon_sym_infix] = ACTIONS(2087), + [anon_sym_postfix] = ACTIONS(2087), + [anon_sym_precedencegroup] = ACTIONS(2087), + [anon_sym_associatedtype] = ACTIONS(2087), + [anon_sym_AT] = ACTIONS(2085), + [anon_sym_override] = ACTIONS(2087), + [anon_sym_convenience] = ACTIONS(2087), + [anon_sym_required] = ACTIONS(2087), + [anon_sym_nonisolated] = ACTIONS(2087), + [anon_sym_public] = ACTIONS(2087), + [anon_sym_private] = ACTIONS(2087), + [anon_sym_internal] = ACTIONS(2087), + [anon_sym_fileprivate] = ACTIONS(2087), + [anon_sym_open] = ACTIONS(2087), + [anon_sym_mutating] = ACTIONS(2087), + [anon_sym_nonmutating] = ACTIONS(2087), + [anon_sym_static] = ACTIONS(2087), + [anon_sym_dynamic] = ACTIONS(2087), + [anon_sym_optional] = ACTIONS(2087), + [anon_sym_distributed] = ACTIONS(2087), + [anon_sym_final] = ACTIONS(2087), + [anon_sym_inout] = ACTIONS(2087), + [anon_sym_ATescaping] = ACTIONS(2087), + [anon_sym_ATautoclosure] = ACTIONS(2087), + [anon_sym_weak] = ACTIONS(2087), + [anon_sym_unowned] = ACTIONS(2085), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2087), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2087), + [anon_sym_borrowing] = ACTIONS(2087), + [anon_sym_consuming] = ACTIONS(2087), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2087), + [sym__dot_custom] = ACTIONS(2087), + [sym__conjunction_operator_custom] = ACTIONS(2087), + [sym__disjunction_operator_custom] = ACTIONS(2087), + [sym__nil_coalescing_operator_custom] = ACTIONS(2087), + [sym__eq_custom] = ACTIONS(2087), + [sym__eq_eq_custom] = ACTIONS(2087), + [sym__plus_then_ws] = ACTIONS(2087), + [sym__minus_then_ws] = ACTIONS(2087), + [sym__bang_custom] = ACTIONS(2087), + [sym__throws_keyword] = ACTIONS(2087), + [sym__rethrows_keyword] = ACTIONS(2087), + [sym__as_custom] = ACTIONS(2087), + [sym__as_quest_custom] = ACTIONS(2087), + [sym__as_bang_custom] = ACTIONS(2087), + [sym__async_keyword_custom] = ACTIONS(2087), + [sym__custom_operator] = ACTIONS(2087), + }, + [STATE(810)] = { + [sym__immediate_quest] = STATE(810), + [aux_sym_optional_type_repeat1] = STATE(810), + [anon_sym_BANG] = ACTIONS(2142), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2144), + [anon_sym_async] = ACTIONS(2144), + [anon_sym_lazy] = ACTIONS(2144), + [anon_sym_package] = ACTIONS(2144), + [anon_sym_RPAREN] = ACTIONS(2144), + [anon_sym_COMMA] = ACTIONS(2144), + [anon_sym_COLON] = ACTIONS(2144), + [anon_sym_LPAREN] = ACTIONS(2144), + [anon_sym_LBRACK] = ACTIONS(2144), + [anon_sym_RBRACK] = ACTIONS(2144), + [anon_sym_DOT] = ACTIONS(2142), + [anon_sym_QMARK] = ACTIONS(2142), + [anon_sym_QMARK2] = ACTIONS(2146), + [anon_sym_AMP] = ACTIONS(2144), + [aux_sym_custom_operator_token1] = ACTIONS(2144), + [anon_sym_LT] = ACTIONS(2142), + [anon_sym_GT] = ACTIONS(2142), + [anon_sym_LBRACE] = ACTIONS(2144), + [anon_sym_CARET_LBRACE] = ACTIONS(2144), + [anon_sym_RBRACE] = ACTIONS(2144), + [anon_sym_case] = ACTIONS(2144), + [anon_sym_PLUS_EQ] = ACTIONS(2144), + [anon_sym_DASH_EQ] = ACTIONS(2144), + [anon_sym_STAR_EQ] = ACTIONS(2144), + [anon_sym_SLASH_EQ] = ACTIONS(2144), + [anon_sym_PERCENT_EQ] = ACTIONS(2144), + [anon_sym_BANG_EQ] = ACTIONS(2142), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2144), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2144), + [anon_sym_LT_EQ] = ACTIONS(2144), + [anon_sym_GT_EQ] = ACTIONS(2144), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2144), + [anon_sym_DOT_DOT_LT] = ACTIONS(2144), + [anon_sym_is] = ACTIONS(2144), + [anon_sym_PLUS] = ACTIONS(2142), + [anon_sym_DASH] = ACTIONS(2142), + [anon_sym_STAR] = ACTIONS(2142), + [anon_sym_SLASH] = ACTIONS(2142), + [anon_sym_PERCENT] = ACTIONS(2142), + [anon_sym_PLUS_PLUS] = ACTIONS(2144), + [anon_sym_DASH_DASH] = ACTIONS(2144), + [anon_sym_PIPE] = ACTIONS(2144), + [anon_sym_CARET] = ACTIONS(2142), + [anon_sym_LT_LT] = ACTIONS(2144), + [anon_sym_GT_GT] = ACTIONS(2144), + [anon_sym_import] = ACTIONS(2144), + [anon_sym_typealias] = ACTIONS(2144), + [anon_sym_struct] = ACTIONS(2144), + [anon_sym_class] = ACTIONS(2144), + [anon_sym_enum] = ACTIONS(2144), + [anon_sym_protocol] = ACTIONS(2144), + [anon_sym_let] = ACTIONS(2144), + [anon_sym_var] = ACTIONS(2144), + [anon_sym_func] = ACTIONS(2144), + [anon_sym_extension] = ACTIONS(2144), + [anon_sym_indirect] = ACTIONS(2144), + [anon_sym_SEMI] = ACTIONS(2144), + [anon_sym_init] = ACTIONS(2144), + [anon_sym_deinit] = ACTIONS(2144), + [anon_sym_subscript] = ACTIONS(2144), + [anon_sym_prefix] = ACTIONS(2144), + [anon_sym_infix] = ACTIONS(2144), + [anon_sym_postfix] = ACTIONS(2144), + [anon_sym_precedencegroup] = ACTIONS(2144), + [anon_sym_associatedtype] = ACTIONS(2144), + [anon_sym_AT] = ACTIONS(2142), + [anon_sym_override] = ACTIONS(2144), + [anon_sym_convenience] = ACTIONS(2144), + [anon_sym_required] = ACTIONS(2144), + [anon_sym_nonisolated] = ACTIONS(2144), + [anon_sym_public] = ACTIONS(2144), + [anon_sym_private] = ACTIONS(2144), + [anon_sym_internal] = ACTIONS(2144), + [anon_sym_fileprivate] = ACTIONS(2144), + [anon_sym_open] = ACTIONS(2144), + [anon_sym_mutating] = ACTIONS(2144), + [anon_sym_nonmutating] = ACTIONS(2144), + [anon_sym_static] = ACTIONS(2144), + [anon_sym_dynamic] = ACTIONS(2144), + [anon_sym_optional] = ACTIONS(2144), + [anon_sym_distributed] = ACTIONS(2144), + [anon_sym_final] = ACTIONS(2144), + [anon_sym_inout] = ACTIONS(2144), + [anon_sym_ATescaping] = ACTIONS(2144), + [anon_sym_ATautoclosure] = ACTIONS(2144), + [anon_sym_weak] = ACTIONS(2144), + [anon_sym_unowned] = ACTIONS(2142), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2144), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2144), + [anon_sym_borrowing] = ACTIONS(2144), + [anon_sym_consuming] = ACTIONS(2144), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2144), + [sym__dot_custom] = ACTIONS(2144), + [sym__conjunction_operator_custom] = ACTIONS(2144), + [sym__disjunction_operator_custom] = ACTIONS(2144), + [sym__nil_coalescing_operator_custom] = ACTIONS(2144), + [sym__eq_custom] = ACTIONS(2144), + [sym__eq_eq_custom] = ACTIONS(2144), + [sym__plus_then_ws] = ACTIONS(2144), + [sym__minus_then_ws] = ACTIONS(2144), + [sym__bang_custom] = ACTIONS(2144), + [sym__throws_keyword] = ACTIONS(2144), + [sym__rethrows_keyword] = ACTIONS(2144), + [sym__as_custom] = ACTIONS(2144), + [sym__as_quest_custom] = ACTIONS(2144), + [sym__as_bang_custom] = ACTIONS(2144), + [sym__async_keyword_custom] = ACTIONS(2144), + [sym__custom_operator] = ACTIONS(2144), + }, + [STATE(811)] = { + [sym__dot] = STATE(5539), + [aux_sym_user_type_repeat1] = STATE(813), + [anon_sym_BANG] = ACTIONS(2149), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2151), + [anon_sym_async] = ACTIONS(2151), + [anon_sym_lazy] = ACTIONS(2151), + [anon_sym_package] = ACTIONS(2151), + [anon_sym_RPAREN] = ACTIONS(2151), + [anon_sym_COMMA] = ACTIONS(2151), + [anon_sym_COLON] = ACTIONS(2151), + [anon_sym_LPAREN] = ACTIONS(2151), + [anon_sym_LBRACK] = ACTIONS(2151), + [anon_sym_RBRACK] = ACTIONS(2151), + [anon_sym_DOT] = ACTIONS(2149), + [anon_sym_QMARK] = ACTIONS(2149), + [anon_sym_QMARK2] = ACTIONS(2151), + [anon_sym_AMP] = ACTIONS(2151), + [aux_sym_custom_operator_token1] = ACTIONS(2151), + [anon_sym_LT] = ACTIONS(2149), + [anon_sym_GT] = ACTIONS(2149), + [anon_sym_LBRACE] = ACTIONS(2151), + [anon_sym_CARET_LBRACE] = ACTIONS(2151), + [anon_sym_RBRACE] = ACTIONS(2151), + [anon_sym_case] = ACTIONS(2151), + [anon_sym_PLUS_EQ] = ACTIONS(2151), + [anon_sym_DASH_EQ] = ACTIONS(2151), + [anon_sym_STAR_EQ] = ACTIONS(2151), + [anon_sym_SLASH_EQ] = ACTIONS(2151), + [anon_sym_PERCENT_EQ] = ACTIONS(2151), + [anon_sym_BANG_EQ] = ACTIONS(2149), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2151), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2151), + [anon_sym_LT_EQ] = ACTIONS(2151), + [anon_sym_GT_EQ] = ACTIONS(2151), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2151), + [anon_sym_DOT_DOT_LT] = ACTIONS(2151), + [anon_sym_is] = ACTIONS(2151), + [anon_sym_PLUS] = ACTIONS(2149), + [anon_sym_DASH] = ACTIONS(2149), + [anon_sym_STAR] = ACTIONS(2149), + [anon_sym_SLASH] = ACTIONS(2149), + [anon_sym_PERCENT] = ACTIONS(2149), + [anon_sym_PLUS_PLUS] = ACTIONS(2151), + [anon_sym_DASH_DASH] = ACTIONS(2151), + [anon_sym_PIPE] = ACTIONS(2151), + [anon_sym_CARET] = ACTIONS(2149), + [anon_sym_LT_LT] = ACTIONS(2151), + [anon_sym_GT_GT] = ACTIONS(2151), + [anon_sym_import] = ACTIONS(2151), + [anon_sym_typealias] = ACTIONS(2151), + [anon_sym_struct] = ACTIONS(2151), + [anon_sym_class] = ACTIONS(2151), + [anon_sym_enum] = ACTIONS(2151), + [anon_sym_protocol] = ACTIONS(2151), + [anon_sym_let] = ACTIONS(2151), + [anon_sym_var] = ACTIONS(2151), + [anon_sym_func] = ACTIONS(2151), + [anon_sym_extension] = ACTIONS(2151), + [anon_sym_indirect] = ACTIONS(2151), + [anon_sym_SEMI] = ACTIONS(2151), + [anon_sym_init] = ACTIONS(2151), + [anon_sym_deinit] = ACTIONS(2151), + [anon_sym_subscript] = ACTIONS(2151), + [anon_sym_prefix] = ACTIONS(2151), + [anon_sym_infix] = ACTIONS(2151), + [anon_sym_postfix] = ACTIONS(2151), + [anon_sym_precedencegroup] = ACTIONS(2151), + [anon_sym_associatedtype] = ACTIONS(2151), + [anon_sym_AT] = ACTIONS(2149), + [anon_sym_override] = ACTIONS(2151), + [anon_sym_convenience] = ACTIONS(2151), + [anon_sym_required] = ACTIONS(2151), + [anon_sym_nonisolated] = ACTIONS(2151), + [anon_sym_public] = ACTIONS(2151), + [anon_sym_private] = ACTIONS(2151), + [anon_sym_internal] = ACTIONS(2151), + [anon_sym_fileprivate] = ACTIONS(2151), + [anon_sym_open] = ACTIONS(2151), + [anon_sym_mutating] = ACTIONS(2151), + [anon_sym_nonmutating] = ACTIONS(2151), + [anon_sym_static] = ACTIONS(2151), + [anon_sym_dynamic] = ACTIONS(2151), + [anon_sym_optional] = ACTIONS(2151), + [anon_sym_distributed] = ACTIONS(2151), + [anon_sym_final] = ACTIONS(2151), + [anon_sym_inout] = ACTIONS(2151), + [anon_sym_ATescaping] = ACTIONS(2151), + [anon_sym_ATautoclosure] = ACTIONS(2151), + [anon_sym_weak] = ACTIONS(2151), + [anon_sym_unowned] = ACTIONS(2149), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2151), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2151), + [anon_sym_borrowing] = ACTIONS(2151), + [anon_sym_consuming] = ACTIONS(2151), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2151), + [sym__dot_custom] = ACTIONS(2153), + [sym__conjunction_operator_custom] = ACTIONS(2151), + [sym__disjunction_operator_custom] = ACTIONS(2151), + [sym__nil_coalescing_operator_custom] = ACTIONS(2151), + [sym__eq_custom] = ACTIONS(2151), + [sym__eq_eq_custom] = ACTIONS(2151), + [sym__plus_then_ws] = ACTIONS(2151), + [sym__minus_then_ws] = ACTIONS(2151), + [sym__bang_custom] = ACTIONS(2151), + [sym__throws_keyword] = ACTIONS(2151), + [sym__rethrows_keyword] = ACTIONS(2151), + [sym__as_custom] = ACTIONS(2151), + [sym__as_quest_custom] = ACTIONS(2151), + [sym__as_bang_custom] = ACTIONS(2151), + [sym__async_keyword_custom] = ACTIONS(2151), + [sym__custom_operator] = ACTIONS(2151), + }, + [STATE(812)] = { + [sym__arrow_operator] = STATE(4372), + [sym__async_keyword] = STATE(7060), + [sym_throws] = STATE(8922), + [sym_throws_clause] = STATE(8922), + [aux_sym_protocol_composition_type_repeat1] = STATE(848), + [anon_sym_BANG] = ACTIONS(2156), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2158), + [anon_sym_async] = ACTIONS(2158), + [anon_sym_lazy] = ACTIONS(2158), + [anon_sym_package] = ACTIONS(2158), + [anon_sym_COMMA] = ACTIONS(2158), + [anon_sym_LPAREN] = ACTIONS(2158), + [anon_sym_LBRACK] = ACTIONS(2158), + [anon_sym_DOT] = ACTIONS(2160), + [anon_sym_QMARK] = ACTIONS(2156), + [anon_sym_QMARK2] = ACTIONS(2158), + [anon_sym_AMP] = ACTIONS(2162), + [aux_sym_custom_operator_token1] = ACTIONS(2158), + [anon_sym_LT] = ACTIONS(2156), + [anon_sym_GT] = ACTIONS(2156), + [anon_sym_LBRACE] = ACTIONS(2158), + [anon_sym_CARET_LBRACE] = ACTIONS(2158), + [anon_sym_RBRACE] = ACTIONS(2158), + [anon_sym_case] = ACTIONS(2158), + [anon_sym_PLUS_EQ] = ACTIONS(2158), + [anon_sym_DASH_EQ] = ACTIONS(2158), + [anon_sym_STAR_EQ] = ACTIONS(2158), + [anon_sym_SLASH_EQ] = ACTIONS(2158), + [anon_sym_PERCENT_EQ] = ACTIONS(2158), + [anon_sym_BANG_EQ] = ACTIONS(2156), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2158), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2158), + [anon_sym_LT_EQ] = ACTIONS(2158), + [anon_sym_GT_EQ] = ACTIONS(2158), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2158), + [anon_sym_DOT_DOT_LT] = ACTIONS(2158), + [anon_sym_is] = ACTIONS(2158), + [anon_sym_PLUS] = ACTIONS(2156), + [anon_sym_DASH] = ACTIONS(2156), + [anon_sym_STAR] = ACTIONS(2156), + [anon_sym_SLASH] = ACTIONS(2156), + [anon_sym_PERCENT] = ACTIONS(2156), + [anon_sym_PLUS_PLUS] = ACTIONS(2158), + [anon_sym_DASH_DASH] = ACTIONS(2158), + [anon_sym_PIPE] = ACTIONS(2158), + [anon_sym_CARET] = ACTIONS(2156), + [anon_sym_LT_LT] = ACTIONS(2158), + [anon_sym_GT_GT] = ACTIONS(2158), + [anon_sym_import] = ACTIONS(2158), + [anon_sym_typealias] = ACTIONS(2158), + [anon_sym_struct] = ACTIONS(2158), + [anon_sym_class] = ACTIONS(2158), + [anon_sym_enum] = ACTIONS(2158), + [anon_sym_protocol] = ACTIONS(2158), + [anon_sym_let] = ACTIONS(2158), + [anon_sym_var] = ACTIONS(2158), + [anon_sym_func] = ACTIONS(2158), + [anon_sym_extension] = ACTIONS(2158), + [anon_sym_indirect] = ACTIONS(2158), + [anon_sym_SEMI] = ACTIONS(2158), + [anon_sym_init] = ACTIONS(2158), + [anon_sym_deinit] = ACTIONS(2158), + [anon_sym_subscript] = ACTIONS(2158), + [anon_sym_prefix] = ACTIONS(2158), + [anon_sym_infix] = ACTIONS(2158), + [anon_sym_postfix] = ACTIONS(2158), + [anon_sym_precedencegroup] = ACTIONS(2158), + [anon_sym_associatedtype] = ACTIONS(2158), + [anon_sym_AT] = ACTIONS(2156), + [anon_sym_override] = ACTIONS(2158), + [anon_sym_convenience] = ACTIONS(2158), + [anon_sym_required] = ACTIONS(2158), + [anon_sym_nonisolated] = ACTIONS(2158), + [anon_sym_public] = ACTIONS(2158), + [anon_sym_private] = ACTIONS(2158), + [anon_sym_internal] = ACTIONS(2158), + [anon_sym_fileprivate] = ACTIONS(2158), + [anon_sym_open] = ACTIONS(2158), + [anon_sym_mutating] = ACTIONS(2158), + [anon_sym_nonmutating] = ACTIONS(2158), + [anon_sym_static] = ACTIONS(2158), + [anon_sym_dynamic] = ACTIONS(2158), + [anon_sym_optional] = ACTIONS(2158), + [anon_sym_distributed] = ACTIONS(2158), + [anon_sym_final] = ACTIONS(2158), + [anon_sym_inout] = ACTIONS(2158), + [anon_sym_ATescaping] = ACTIONS(2158), + [anon_sym_ATautoclosure] = ACTIONS(2158), + [anon_sym_weak] = ACTIONS(2158), + [anon_sym_unowned] = ACTIONS(2156), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2158), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2158), + [anon_sym_borrowing] = ACTIONS(2158), + [anon_sym_consuming] = ACTIONS(2158), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2091), + [sym__dot_custom] = ACTIONS(2158), + [sym__conjunction_operator_custom] = ACTIONS(2158), + [sym__disjunction_operator_custom] = ACTIONS(2158), + [sym__nil_coalescing_operator_custom] = ACTIONS(2158), + [sym__eq_custom] = ACTIONS(2158), + [sym__eq_eq_custom] = ACTIONS(2158), + [sym__plus_then_ws] = ACTIONS(2158), + [sym__minus_then_ws] = ACTIONS(2158), + [sym__bang_custom] = ACTIONS(2158), + [sym__throws_keyword] = ACTIONS(2093), + [sym__rethrows_keyword] = ACTIONS(2095), + [sym__as_custom] = ACTIONS(2158), + [sym__as_quest_custom] = ACTIONS(2158), + [sym__as_bang_custom] = ACTIONS(2158), + [sym__async_keyword_custom] = ACTIONS(2097), + [sym__custom_operator] = ACTIONS(2158), + }, + [STATE(813)] = { + [sym__dot] = STATE(5539), + [aux_sym_user_type_repeat1] = STATE(803), + [anon_sym_BANG] = ACTIONS(2164), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2166), + [anon_sym_async] = ACTIONS(2166), + [anon_sym_lazy] = ACTIONS(2166), + [anon_sym_package] = ACTIONS(2166), + [anon_sym_RPAREN] = ACTIONS(2166), + [anon_sym_COMMA] = ACTIONS(2166), + [anon_sym_COLON] = ACTIONS(2166), + [anon_sym_LPAREN] = ACTIONS(2166), + [anon_sym_LBRACK] = ACTIONS(2166), + [anon_sym_RBRACK] = ACTIONS(2166), + [anon_sym_DOT] = ACTIONS(2164), + [anon_sym_QMARK] = ACTIONS(2164), + [anon_sym_QMARK2] = ACTIONS(2166), + [anon_sym_AMP] = ACTIONS(2166), + [aux_sym_custom_operator_token1] = ACTIONS(2166), + [anon_sym_LT] = ACTIONS(2164), + [anon_sym_GT] = ACTIONS(2164), + [anon_sym_LBRACE] = ACTIONS(2166), + [anon_sym_CARET_LBRACE] = ACTIONS(2166), + [anon_sym_RBRACE] = ACTIONS(2166), + [anon_sym_case] = ACTIONS(2166), + [anon_sym_PLUS_EQ] = ACTIONS(2166), + [anon_sym_DASH_EQ] = ACTIONS(2166), + [anon_sym_STAR_EQ] = ACTIONS(2166), + [anon_sym_SLASH_EQ] = ACTIONS(2166), + [anon_sym_PERCENT_EQ] = ACTIONS(2166), + [anon_sym_BANG_EQ] = ACTIONS(2164), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2166), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2166), + [anon_sym_LT_EQ] = ACTIONS(2166), + [anon_sym_GT_EQ] = ACTIONS(2166), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2166), + [anon_sym_DOT_DOT_LT] = ACTIONS(2166), + [anon_sym_is] = ACTIONS(2166), + [anon_sym_PLUS] = ACTIONS(2164), + [anon_sym_DASH] = ACTIONS(2164), + [anon_sym_STAR] = ACTIONS(2164), + [anon_sym_SLASH] = ACTIONS(2164), + [anon_sym_PERCENT] = ACTIONS(2164), + [anon_sym_PLUS_PLUS] = ACTIONS(2166), + [anon_sym_DASH_DASH] = ACTIONS(2166), + [anon_sym_PIPE] = ACTIONS(2166), + [anon_sym_CARET] = ACTIONS(2164), + [anon_sym_LT_LT] = ACTIONS(2166), + [anon_sym_GT_GT] = ACTIONS(2166), + [anon_sym_import] = ACTIONS(2166), + [anon_sym_typealias] = ACTIONS(2166), + [anon_sym_struct] = ACTIONS(2166), + [anon_sym_class] = ACTIONS(2166), + [anon_sym_enum] = ACTIONS(2166), + [anon_sym_protocol] = ACTIONS(2166), + [anon_sym_let] = ACTIONS(2166), + [anon_sym_var] = ACTIONS(2166), + [anon_sym_func] = ACTIONS(2166), + [anon_sym_extension] = ACTIONS(2166), + [anon_sym_indirect] = ACTIONS(2166), + [anon_sym_SEMI] = ACTIONS(2166), + [anon_sym_init] = ACTIONS(2166), + [anon_sym_deinit] = ACTIONS(2166), + [anon_sym_subscript] = ACTIONS(2166), + [anon_sym_prefix] = ACTIONS(2166), + [anon_sym_infix] = ACTIONS(2166), + [anon_sym_postfix] = ACTIONS(2166), + [anon_sym_precedencegroup] = ACTIONS(2166), + [anon_sym_associatedtype] = ACTIONS(2166), + [anon_sym_AT] = ACTIONS(2164), + [anon_sym_override] = ACTIONS(2166), + [anon_sym_convenience] = ACTIONS(2166), + [anon_sym_required] = ACTIONS(2166), + [anon_sym_nonisolated] = ACTIONS(2166), + [anon_sym_public] = ACTIONS(2166), + [anon_sym_private] = ACTIONS(2166), + [anon_sym_internal] = ACTIONS(2166), + [anon_sym_fileprivate] = ACTIONS(2166), + [anon_sym_open] = ACTIONS(2166), + [anon_sym_mutating] = ACTIONS(2166), + [anon_sym_nonmutating] = ACTIONS(2166), + [anon_sym_static] = ACTIONS(2166), + [anon_sym_dynamic] = ACTIONS(2166), + [anon_sym_optional] = ACTIONS(2166), + [anon_sym_distributed] = ACTIONS(2166), + [anon_sym_final] = ACTIONS(2166), + [anon_sym_inout] = ACTIONS(2166), + [anon_sym_ATescaping] = ACTIONS(2166), + [anon_sym_ATautoclosure] = ACTIONS(2166), + [anon_sym_weak] = ACTIONS(2166), + [anon_sym_unowned] = ACTIONS(2164), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2166), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2166), + [anon_sym_borrowing] = ACTIONS(2166), + [anon_sym_consuming] = ACTIONS(2166), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2166), + [sym__dot_custom] = ACTIONS(2168), + [sym__conjunction_operator_custom] = ACTIONS(2166), + [sym__disjunction_operator_custom] = ACTIONS(2166), + [sym__nil_coalescing_operator_custom] = ACTIONS(2166), + [sym__eq_custom] = ACTIONS(2166), + [sym__eq_eq_custom] = ACTIONS(2166), + [sym__plus_then_ws] = ACTIONS(2166), + [sym__minus_then_ws] = ACTIONS(2166), + [sym__bang_custom] = ACTIONS(2166), + [sym__throws_keyword] = ACTIONS(2166), + [sym__rethrows_keyword] = ACTIONS(2166), + [sym__as_custom] = ACTIONS(2166), + [sym__as_quest_custom] = ACTIONS(2166), + [sym__as_bang_custom] = ACTIONS(2166), + [sym__async_keyword_custom] = ACTIONS(2166), + [sym__custom_operator] = ACTIONS(2166), + }, + [STATE(814)] = { + [sym__arrow_operator] = STATE(4372), + [sym__async_keyword] = STATE(7060), + [sym_throws] = STATE(8922), + [sym_throws_clause] = STATE(8922), + [aux_sym_protocol_composition_type_repeat1] = STATE(848), + [anon_sym_BANG] = ACTIONS(2171), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2173), + [anon_sym_async] = ACTIONS(2173), + [anon_sym_lazy] = ACTIONS(2173), + [anon_sym_package] = ACTIONS(2173), + [anon_sym_COMMA] = ACTIONS(2173), + [anon_sym_LPAREN] = ACTIONS(2173), + [anon_sym_LBRACK] = ACTIONS(2173), + [anon_sym_DOT] = ACTIONS(2160), + [anon_sym_QMARK] = ACTIONS(2171), + [anon_sym_QMARK2] = ACTIONS(2173), + [anon_sym_AMP] = ACTIONS(2162), + [aux_sym_custom_operator_token1] = ACTIONS(2173), + [anon_sym_LT] = ACTIONS(2171), + [anon_sym_GT] = ACTIONS(2171), + [anon_sym_LBRACE] = ACTIONS(2173), + [anon_sym_CARET_LBRACE] = ACTIONS(2173), + [anon_sym_RBRACE] = ACTIONS(2173), + [anon_sym_case] = ACTIONS(2173), + [anon_sym_PLUS_EQ] = ACTIONS(2173), + [anon_sym_DASH_EQ] = ACTIONS(2173), + [anon_sym_STAR_EQ] = ACTIONS(2173), + [anon_sym_SLASH_EQ] = ACTIONS(2173), + [anon_sym_PERCENT_EQ] = ACTIONS(2173), + [anon_sym_BANG_EQ] = ACTIONS(2171), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2173), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2173), + [anon_sym_LT_EQ] = ACTIONS(2173), + [anon_sym_GT_EQ] = ACTIONS(2173), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2173), + [anon_sym_DOT_DOT_LT] = ACTIONS(2173), + [anon_sym_is] = ACTIONS(2173), + [anon_sym_PLUS] = ACTIONS(2171), + [anon_sym_DASH] = ACTIONS(2171), + [anon_sym_STAR] = ACTIONS(2171), + [anon_sym_SLASH] = ACTIONS(2171), + [anon_sym_PERCENT] = ACTIONS(2171), + [anon_sym_PLUS_PLUS] = ACTIONS(2173), + [anon_sym_DASH_DASH] = ACTIONS(2173), + [anon_sym_PIPE] = ACTIONS(2173), + [anon_sym_CARET] = ACTIONS(2171), + [anon_sym_LT_LT] = ACTIONS(2173), + [anon_sym_GT_GT] = ACTIONS(2173), + [anon_sym_import] = ACTIONS(2173), + [anon_sym_typealias] = ACTIONS(2173), + [anon_sym_struct] = ACTIONS(2173), + [anon_sym_class] = ACTIONS(2173), + [anon_sym_enum] = ACTIONS(2173), + [anon_sym_protocol] = ACTIONS(2173), + [anon_sym_let] = ACTIONS(2173), + [anon_sym_var] = ACTIONS(2173), + [anon_sym_func] = ACTIONS(2173), + [anon_sym_extension] = ACTIONS(2173), + [anon_sym_indirect] = ACTIONS(2173), + [anon_sym_SEMI] = ACTIONS(2173), + [anon_sym_init] = ACTIONS(2173), + [anon_sym_deinit] = ACTIONS(2173), + [anon_sym_subscript] = ACTIONS(2173), + [anon_sym_prefix] = ACTIONS(2173), + [anon_sym_infix] = ACTIONS(2173), + [anon_sym_postfix] = ACTIONS(2173), + [anon_sym_precedencegroup] = ACTIONS(2173), + [anon_sym_associatedtype] = ACTIONS(2173), + [anon_sym_AT] = ACTIONS(2171), + [anon_sym_override] = ACTIONS(2173), + [anon_sym_convenience] = ACTIONS(2173), + [anon_sym_required] = ACTIONS(2173), + [anon_sym_nonisolated] = ACTIONS(2173), + [anon_sym_public] = ACTIONS(2173), + [anon_sym_private] = ACTIONS(2173), + [anon_sym_internal] = ACTIONS(2173), + [anon_sym_fileprivate] = ACTIONS(2173), + [anon_sym_open] = ACTIONS(2173), + [anon_sym_mutating] = ACTIONS(2173), + [anon_sym_nonmutating] = ACTIONS(2173), + [anon_sym_static] = ACTIONS(2173), + [anon_sym_dynamic] = ACTIONS(2173), + [anon_sym_optional] = ACTIONS(2173), + [anon_sym_distributed] = ACTIONS(2173), + [anon_sym_final] = ACTIONS(2173), + [anon_sym_inout] = ACTIONS(2173), + [anon_sym_ATescaping] = ACTIONS(2173), + [anon_sym_ATautoclosure] = ACTIONS(2173), + [anon_sym_weak] = ACTIONS(2173), + [anon_sym_unowned] = ACTIONS(2171), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2173), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2173), + [anon_sym_borrowing] = ACTIONS(2173), + [anon_sym_consuming] = ACTIONS(2173), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2091), + [sym__dot_custom] = ACTIONS(2173), + [sym__conjunction_operator_custom] = ACTIONS(2173), + [sym__disjunction_operator_custom] = ACTIONS(2173), + [sym__nil_coalescing_operator_custom] = ACTIONS(2173), + [sym__eq_custom] = ACTIONS(2173), + [sym__eq_eq_custom] = ACTIONS(2173), + [sym__plus_then_ws] = ACTIONS(2173), + [sym__minus_then_ws] = ACTIONS(2173), + [sym__bang_custom] = ACTIONS(2173), + [sym__throws_keyword] = ACTIONS(2093), + [sym__rethrows_keyword] = ACTIONS(2095), + [sym__as_custom] = ACTIONS(2173), + [sym__as_quest_custom] = ACTIONS(2173), + [sym__as_bang_custom] = ACTIONS(2173), + [sym__async_keyword_custom] = ACTIONS(2097), + [sym__custom_operator] = ACTIONS(2173), + }, + [STATE(815)] = { + [sym__arrow_operator] = STATE(4372), + [sym__async_keyword] = STATE(7060), + [sym_throws] = STATE(8922), + [sym_throws_clause] = STATE(8922), + [aux_sym_protocol_composition_type_repeat1] = STATE(848), + [anon_sym_BANG] = ACTIONS(2175), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2177), + [anon_sym_async] = ACTIONS(2177), + [anon_sym_lazy] = ACTIONS(2177), + [anon_sym_package] = ACTIONS(2177), + [anon_sym_COMMA] = ACTIONS(2177), + [anon_sym_LPAREN] = ACTIONS(2177), + [anon_sym_LBRACK] = ACTIONS(2177), + [anon_sym_DOT] = ACTIONS(2160), + [anon_sym_QMARK] = ACTIONS(2175), + [anon_sym_QMARK2] = ACTIONS(2177), + [anon_sym_AMP] = ACTIONS(2162), + [aux_sym_custom_operator_token1] = ACTIONS(2177), + [anon_sym_LT] = ACTIONS(2175), + [anon_sym_GT] = ACTIONS(2175), + [anon_sym_LBRACE] = ACTIONS(2177), + [anon_sym_CARET_LBRACE] = ACTIONS(2177), + [anon_sym_RBRACE] = ACTIONS(2177), + [anon_sym_case] = ACTIONS(2177), + [anon_sym_PLUS_EQ] = ACTIONS(2177), + [anon_sym_DASH_EQ] = ACTIONS(2177), + [anon_sym_STAR_EQ] = ACTIONS(2177), + [anon_sym_SLASH_EQ] = ACTIONS(2177), + [anon_sym_PERCENT_EQ] = ACTIONS(2177), + [anon_sym_BANG_EQ] = ACTIONS(2175), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2177), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2177), + [anon_sym_LT_EQ] = ACTIONS(2177), + [anon_sym_GT_EQ] = ACTIONS(2177), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2177), + [anon_sym_DOT_DOT_LT] = ACTIONS(2177), + [anon_sym_is] = ACTIONS(2177), + [anon_sym_PLUS] = ACTIONS(2175), + [anon_sym_DASH] = ACTIONS(2175), + [anon_sym_STAR] = ACTIONS(2175), + [anon_sym_SLASH] = ACTIONS(2175), + [anon_sym_PERCENT] = ACTIONS(2175), + [anon_sym_PLUS_PLUS] = ACTIONS(2177), + [anon_sym_DASH_DASH] = ACTIONS(2177), + [anon_sym_PIPE] = ACTIONS(2177), + [anon_sym_CARET] = ACTIONS(2175), + [anon_sym_LT_LT] = ACTIONS(2177), + [anon_sym_GT_GT] = ACTIONS(2177), + [anon_sym_import] = ACTIONS(2177), + [anon_sym_typealias] = ACTIONS(2177), + [anon_sym_struct] = ACTIONS(2177), + [anon_sym_class] = ACTIONS(2177), + [anon_sym_enum] = ACTIONS(2177), + [anon_sym_protocol] = ACTIONS(2177), + [anon_sym_let] = ACTIONS(2177), + [anon_sym_var] = ACTIONS(2177), + [anon_sym_func] = ACTIONS(2177), + [anon_sym_extension] = ACTIONS(2177), + [anon_sym_indirect] = ACTIONS(2177), + [anon_sym_SEMI] = ACTIONS(2177), + [anon_sym_init] = ACTIONS(2177), + [anon_sym_deinit] = ACTIONS(2177), + [anon_sym_subscript] = ACTIONS(2177), + [anon_sym_prefix] = ACTIONS(2177), + [anon_sym_infix] = ACTIONS(2177), + [anon_sym_postfix] = ACTIONS(2177), + [anon_sym_precedencegroup] = ACTIONS(2177), + [anon_sym_associatedtype] = ACTIONS(2177), + [anon_sym_AT] = ACTIONS(2175), + [anon_sym_override] = ACTIONS(2177), + [anon_sym_convenience] = ACTIONS(2177), + [anon_sym_required] = ACTIONS(2177), + [anon_sym_nonisolated] = ACTIONS(2177), + [anon_sym_public] = ACTIONS(2177), + [anon_sym_private] = ACTIONS(2177), + [anon_sym_internal] = ACTIONS(2177), + [anon_sym_fileprivate] = ACTIONS(2177), + [anon_sym_open] = ACTIONS(2177), + [anon_sym_mutating] = ACTIONS(2177), + [anon_sym_nonmutating] = ACTIONS(2177), + [anon_sym_static] = ACTIONS(2177), + [anon_sym_dynamic] = ACTIONS(2177), + [anon_sym_optional] = ACTIONS(2177), + [anon_sym_distributed] = ACTIONS(2177), + [anon_sym_final] = ACTIONS(2177), + [anon_sym_inout] = ACTIONS(2177), + [anon_sym_ATescaping] = ACTIONS(2177), + [anon_sym_ATautoclosure] = ACTIONS(2177), + [anon_sym_weak] = ACTIONS(2177), + [anon_sym_unowned] = ACTIONS(2175), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2177), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2177), + [anon_sym_borrowing] = ACTIONS(2177), + [anon_sym_consuming] = ACTIONS(2177), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2091), + [sym__dot_custom] = ACTIONS(2177), + [sym__conjunction_operator_custom] = ACTIONS(2177), + [sym__disjunction_operator_custom] = ACTIONS(2177), + [sym__nil_coalescing_operator_custom] = ACTIONS(2177), + [sym__eq_custom] = ACTIONS(2177), + [sym__eq_eq_custom] = ACTIONS(2177), + [sym__plus_then_ws] = ACTIONS(2177), + [sym__minus_then_ws] = ACTIONS(2177), + [sym__bang_custom] = ACTIONS(2177), + [sym__throws_keyword] = ACTIONS(2093), + [sym__rethrows_keyword] = ACTIONS(2095), + [sym__as_custom] = ACTIONS(2177), + [sym__as_quest_custom] = ACTIONS(2177), + [sym__as_bang_custom] = ACTIONS(2177), + [sym__async_keyword_custom] = ACTIONS(2097), + [sym__custom_operator] = ACTIONS(2177), + }, + [STATE(816)] = { + [sym__arrow_operator] = STATE(4372), + [sym__async_keyword] = STATE(7060), + [sym_throws] = STATE(8922), + [sym_throws_clause] = STATE(8922), + [aux_sym_protocol_composition_type_repeat1] = STATE(848), + [anon_sym_BANG] = ACTIONS(2179), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2181), + [anon_sym_async] = ACTIONS(2181), + [anon_sym_lazy] = ACTIONS(2181), + [anon_sym_package] = ACTIONS(2181), + [anon_sym_COMMA] = ACTIONS(2181), + [anon_sym_LPAREN] = ACTIONS(2181), + [anon_sym_LBRACK] = ACTIONS(2181), + [anon_sym_DOT] = ACTIONS(2160), + [anon_sym_QMARK] = ACTIONS(2179), + [anon_sym_QMARK2] = ACTIONS(2181), + [anon_sym_AMP] = ACTIONS(2162), + [aux_sym_custom_operator_token1] = ACTIONS(2181), + [anon_sym_LT] = ACTIONS(2179), + [anon_sym_GT] = ACTIONS(2179), + [anon_sym_LBRACE] = ACTIONS(2181), + [anon_sym_CARET_LBRACE] = ACTIONS(2181), + [anon_sym_RBRACE] = ACTIONS(2181), + [anon_sym_case] = ACTIONS(2181), + [anon_sym_PLUS_EQ] = ACTIONS(2181), + [anon_sym_DASH_EQ] = ACTIONS(2181), + [anon_sym_STAR_EQ] = ACTIONS(2181), + [anon_sym_SLASH_EQ] = ACTIONS(2181), + [anon_sym_PERCENT_EQ] = ACTIONS(2181), + [anon_sym_BANG_EQ] = ACTIONS(2179), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2181), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2181), + [anon_sym_LT_EQ] = ACTIONS(2181), + [anon_sym_GT_EQ] = ACTIONS(2181), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2181), + [anon_sym_DOT_DOT_LT] = ACTIONS(2181), + [anon_sym_is] = ACTIONS(2181), + [anon_sym_PLUS] = ACTIONS(2179), + [anon_sym_DASH] = ACTIONS(2179), + [anon_sym_STAR] = ACTIONS(2179), + [anon_sym_SLASH] = ACTIONS(2179), + [anon_sym_PERCENT] = ACTIONS(2179), + [anon_sym_PLUS_PLUS] = ACTIONS(2181), + [anon_sym_DASH_DASH] = ACTIONS(2181), + [anon_sym_PIPE] = ACTIONS(2181), + [anon_sym_CARET] = ACTIONS(2179), + [anon_sym_LT_LT] = ACTIONS(2181), + [anon_sym_GT_GT] = ACTIONS(2181), + [anon_sym_import] = ACTIONS(2181), + [anon_sym_typealias] = ACTIONS(2181), + [anon_sym_struct] = ACTIONS(2181), + [anon_sym_class] = ACTIONS(2181), + [anon_sym_enum] = ACTIONS(2181), + [anon_sym_protocol] = ACTIONS(2181), + [anon_sym_let] = ACTIONS(2181), + [anon_sym_var] = ACTIONS(2181), + [anon_sym_func] = ACTIONS(2181), + [anon_sym_extension] = ACTIONS(2181), + [anon_sym_indirect] = ACTIONS(2181), + [anon_sym_SEMI] = ACTIONS(2181), + [anon_sym_init] = ACTIONS(2181), + [anon_sym_deinit] = ACTIONS(2181), + [anon_sym_subscript] = ACTIONS(2181), + [anon_sym_prefix] = ACTIONS(2181), + [anon_sym_infix] = ACTIONS(2181), + [anon_sym_postfix] = ACTIONS(2181), + [anon_sym_precedencegroup] = ACTIONS(2181), + [anon_sym_associatedtype] = ACTIONS(2181), + [anon_sym_AT] = ACTIONS(2179), + [anon_sym_override] = ACTIONS(2181), + [anon_sym_convenience] = ACTIONS(2181), + [anon_sym_required] = ACTIONS(2181), + [anon_sym_nonisolated] = ACTIONS(2181), + [anon_sym_public] = ACTIONS(2181), + [anon_sym_private] = ACTIONS(2181), + [anon_sym_internal] = ACTIONS(2181), + [anon_sym_fileprivate] = ACTIONS(2181), + [anon_sym_open] = ACTIONS(2181), + [anon_sym_mutating] = ACTIONS(2181), + [anon_sym_nonmutating] = ACTIONS(2181), + [anon_sym_static] = ACTIONS(2181), + [anon_sym_dynamic] = ACTIONS(2181), + [anon_sym_optional] = ACTIONS(2181), + [anon_sym_distributed] = ACTIONS(2181), + [anon_sym_final] = ACTIONS(2181), + [anon_sym_inout] = ACTIONS(2181), + [anon_sym_ATescaping] = ACTIONS(2181), + [anon_sym_ATautoclosure] = ACTIONS(2181), + [anon_sym_weak] = ACTIONS(2181), + [anon_sym_unowned] = ACTIONS(2179), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2181), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2181), + [anon_sym_borrowing] = ACTIONS(2181), + [anon_sym_consuming] = ACTIONS(2181), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2091), + [sym__dot_custom] = ACTIONS(2181), + [sym__conjunction_operator_custom] = ACTIONS(2181), + [sym__disjunction_operator_custom] = ACTIONS(2181), + [sym__nil_coalescing_operator_custom] = ACTIONS(2181), + [sym__eq_custom] = ACTIONS(2181), + [sym__eq_eq_custom] = ACTIONS(2181), + [sym__plus_then_ws] = ACTIONS(2181), + [sym__minus_then_ws] = ACTIONS(2181), + [sym__bang_custom] = ACTIONS(2181), + [sym__throws_keyword] = ACTIONS(2093), + [sym__rethrows_keyword] = ACTIONS(2095), + [sym__as_custom] = ACTIONS(2181), + [sym__as_quest_custom] = ACTIONS(2181), + [sym__as_bang_custom] = ACTIONS(2181), + [sym__async_keyword_custom] = ACTIONS(2097), + [sym__custom_operator] = ACTIONS(2181), + }, + [STATE(817)] = { + [sym__arrow_operator] = STATE(4372), + [sym__async_keyword] = STATE(7060), + [sym_throws] = STATE(8922), + [sym_throws_clause] = STATE(8922), + [aux_sym_protocol_composition_type_repeat1] = STATE(848), + [anon_sym_BANG] = ACTIONS(2183), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2185), + [anon_sym_async] = ACTIONS(2185), + [anon_sym_lazy] = ACTIONS(2185), + [anon_sym_package] = ACTIONS(2185), + [anon_sym_COMMA] = ACTIONS(2185), + [anon_sym_LPAREN] = ACTIONS(2185), + [anon_sym_LBRACK] = ACTIONS(2185), + [anon_sym_DOT] = ACTIONS(2183), + [anon_sym_QMARK] = ACTIONS(2183), + [anon_sym_QMARK2] = ACTIONS(2185), + [anon_sym_AMP] = ACTIONS(2185), + [aux_sym_custom_operator_token1] = ACTIONS(2185), + [anon_sym_LT] = ACTIONS(2183), + [anon_sym_GT] = ACTIONS(2183), + [anon_sym_LBRACE] = ACTIONS(2185), + [anon_sym_CARET_LBRACE] = ACTIONS(2185), + [anon_sym_RBRACE] = ACTIONS(2185), + [anon_sym_case] = ACTIONS(2185), + [anon_sym_PLUS_EQ] = ACTIONS(2185), + [anon_sym_DASH_EQ] = ACTIONS(2185), + [anon_sym_STAR_EQ] = ACTIONS(2185), + [anon_sym_SLASH_EQ] = ACTIONS(2185), + [anon_sym_PERCENT_EQ] = ACTIONS(2185), + [anon_sym_BANG_EQ] = ACTIONS(2183), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2185), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2185), + [anon_sym_LT_EQ] = ACTIONS(2185), + [anon_sym_GT_EQ] = ACTIONS(2185), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2185), + [anon_sym_DOT_DOT_LT] = ACTIONS(2185), + [anon_sym_is] = ACTIONS(2185), + [anon_sym_PLUS] = ACTIONS(2183), + [anon_sym_DASH] = ACTIONS(2183), + [anon_sym_STAR] = ACTIONS(2183), + [anon_sym_SLASH] = ACTIONS(2183), + [anon_sym_PERCENT] = ACTIONS(2183), + [anon_sym_PLUS_PLUS] = ACTIONS(2185), + [anon_sym_DASH_DASH] = ACTIONS(2185), + [anon_sym_PIPE] = ACTIONS(2185), + [anon_sym_CARET] = ACTIONS(2183), + [anon_sym_LT_LT] = ACTIONS(2185), + [anon_sym_GT_GT] = ACTIONS(2185), + [anon_sym_import] = ACTIONS(2185), + [anon_sym_typealias] = ACTIONS(2185), + [anon_sym_struct] = ACTIONS(2185), + [anon_sym_class] = ACTIONS(2185), + [anon_sym_enum] = ACTIONS(2185), + [anon_sym_protocol] = ACTIONS(2185), + [anon_sym_let] = ACTIONS(2185), + [anon_sym_var] = ACTIONS(2185), + [anon_sym_func] = ACTIONS(2185), + [anon_sym_extension] = ACTIONS(2185), + [anon_sym_indirect] = ACTIONS(2185), + [anon_sym_SEMI] = ACTIONS(2185), + [anon_sym_init] = ACTIONS(2185), + [anon_sym_deinit] = ACTIONS(2185), + [anon_sym_subscript] = ACTIONS(2185), + [anon_sym_prefix] = ACTIONS(2185), + [anon_sym_infix] = ACTIONS(2185), + [anon_sym_postfix] = ACTIONS(2185), + [anon_sym_precedencegroup] = ACTIONS(2185), + [anon_sym_associatedtype] = ACTIONS(2185), + [anon_sym_AT] = ACTIONS(2183), + [anon_sym_override] = ACTIONS(2185), + [anon_sym_convenience] = ACTIONS(2185), + [anon_sym_required] = ACTIONS(2185), + [anon_sym_nonisolated] = ACTIONS(2185), + [anon_sym_public] = ACTIONS(2185), + [anon_sym_private] = ACTIONS(2185), + [anon_sym_internal] = ACTIONS(2185), + [anon_sym_fileprivate] = ACTIONS(2185), + [anon_sym_open] = ACTIONS(2185), + [anon_sym_mutating] = ACTIONS(2185), + [anon_sym_nonmutating] = ACTIONS(2185), + [anon_sym_static] = ACTIONS(2185), + [anon_sym_dynamic] = ACTIONS(2185), + [anon_sym_optional] = ACTIONS(2185), + [anon_sym_distributed] = ACTIONS(2185), + [anon_sym_final] = ACTIONS(2185), + [anon_sym_inout] = ACTIONS(2185), + [anon_sym_ATescaping] = ACTIONS(2185), + [anon_sym_ATautoclosure] = ACTIONS(2185), + [anon_sym_weak] = ACTIONS(2185), + [anon_sym_unowned] = ACTIONS(2183), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2185), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2185), + [anon_sym_borrowing] = ACTIONS(2185), + [anon_sym_consuming] = ACTIONS(2185), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2185), + [sym__dot_custom] = ACTIONS(2185), + [sym__conjunction_operator_custom] = ACTIONS(2185), + [sym__disjunction_operator_custom] = ACTIONS(2185), + [sym__nil_coalescing_operator_custom] = ACTIONS(2185), + [sym__eq_custom] = ACTIONS(2185), + [sym__eq_eq_custom] = ACTIONS(2185), + [sym__plus_then_ws] = ACTIONS(2185), + [sym__minus_then_ws] = ACTIONS(2185), + [sym__bang_custom] = ACTIONS(2185), + [sym__throws_keyword] = ACTIONS(2185), + [sym__rethrows_keyword] = ACTIONS(2185), + [sym__as_custom] = ACTIONS(2185), + [sym__as_quest_custom] = ACTIONS(2185), + [sym__as_bang_custom] = ACTIONS(2185), + [sym__async_keyword_custom] = ACTIONS(2185), + [sym__custom_operator] = ACTIONS(2185), + }, + [STATE(818)] = { + [sym__arrow_operator] = STATE(4372), + [sym__async_keyword] = STATE(7060), + [sym_throws] = STATE(8922), + [sym_throws_clause] = STATE(8922), + [aux_sym_protocol_composition_type_repeat1] = STATE(848), + [anon_sym_BANG] = ACTIONS(2187), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2189), + [anon_sym_async] = ACTIONS(2189), + [anon_sym_lazy] = ACTIONS(2189), + [anon_sym_package] = ACTIONS(2189), + [anon_sym_COMMA] = ACTIONS(2189), + [anon_sym_LPAREN] = ACTIONS(2189), + [anon_sym_LBRACK] = ACTIONS(2189), + [anon_sym_DOT] = ACTIONS(2160), + [anon_sym_QMARK] = ACTIONS(2187), + [anon_sym_QMARK2] = ACTIONS(2189), + [anon_sym_AMP] = ACTIONS(2162), + [aux_sym_custom_operator_token1] = ACTIONS(2189), + [anon_sym_LT] = ACTIONS(2187), + [anon_sym_GT] = ACTIONS(2187), + [anon_sym_LBRACE] = ACTIONS(2189), + [anon_sym_CARET_LBRACE] = ACTIONS(2189), + [anon_sym_RBRACE] = ACTIONS(2189), + [anon_sym_case] = ACTIONS(2189), + [anon_sym_PLUS_EQ] = ACTIONS(2189), + [anon_sym_DASH_EQ] = ACTIONS(2189), + [anon_sym_STAR_EQ] = ACTIONS(2189), + [anon_sym_SLASH_EQ] = ACTIONS(2189), + [anon_sym_PERCENT_EQ] = ACTIONS(2189), + [anon_sym_BANG_EQ] = ACTIONS(2187), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2189), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2189), + [anon_sym_LT_EQ] = ACTIONS(2189), + [anon_sym_GT_EQ] = ACTIONS(2189), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2189), + [anon_sym_DOT_DOT_LT] = ACTIONS(2189), + [anon_sym_is] = ACTIONS(2189), + [anon_sym_PLUS] = ACTIONS(2187), + [anon_sym_DASH] = ACTIONS(2187), + [anon_sym_STAR] = ACTIONS(2187), + [anon_sym_SLASH] = ACTIONS(2187), + [anon_sym_PERCENT] = ACTIONS(2187), + [anon_sym_PLUS_PLUS] = ACTIONS(2189), + [anon_sym_DASH_DASH] = ACTIONS(2189), + [anon_sym_PIPE] = ACTIONS(2189), + [anon_sym_CARET] = ACTIONS(2187), + [anon_sym_LT_LT] = ACTIONS(2189), + [anon_sym_GT_GT] = ACTIONS(2189), + [anon_sym_import] = ACTIONS(2189), + [anon_sym_typealias] = ACTIONS(2189), + [anon_sym_struct] = ACTIONS(2189), + [anon_sym_class] = ACTIONS(2189), + [anon_sym_enum] = ACTIONS(2189), + [anon_sym_protocol] = ACTIONS(2189), + [anon_sym_let] = ACTIONS(2189), + [anon_sym_var] = ACTIONS(2189), + [anon_sym_func] = ACTIONS(2189), + [anon_sym_extension] = ACTIONS(2189), + [anon_sym_indirect] = ACTIONS(2189), + [anon_sym_SEMI] = ACTIONS(2189), + [anon_sym_init] = ACTIONS(2189), + [anon_sym_deinit] = ACTIONS(2189), + [anon_sym_subscript] = ACTIONS(2189), + [anon_sym_prefix] = ACTIONS(2189), + [anon_sym_infix] = ACTIONS(2189), + [anon_sym_postfix] = ACTIONS(2189), + [anon_sym_precedencegroup] = ACTIONS(2189), + [anon_sym_associatedtype] = ACTIONS(2189), + [anon_sym_AT] = ACTIONS(2187), + [anon_sym_override] = ACTIONS(2189), + [anon_sym_convenience] = ACTIONS(2189), + [anon_sym_required] = ACTIONS(2189), + [anon_sym_nonisolated] = ACTIONS(2189), + [anon_sym_public] = ACTIONS(2189), + [anon_sym_private] = ACTIONS(2189), + [anon_sym_internal] = ACTIONS(2189), + [anon_sym_fileprivate] = ACTIONS(2189), + [anon_sym_open] = ACTIONS(2189), + [anon_sym_mutating] = ACTIONS(2189), + [anon_sym_nonmutating] = ACTIONS(2189), + [anon_sym_static] = ACTIONS(2189), + [anon_sym_dynamic] = ACTIONS(2189), + [anon_sym_optional] = ACTIONS(2189), + [anon_sym_distributed] = ACTIONS(2189), + [anon_sym_final] = ACTIONS(2189), + [anon_sym_inout] = ACTIONS(2189), + [anon_sym_ATescaping] = ACTIONS(2189), + [anon_sym_ATautoclosure] = ACTIONS(2189), + [anon_sym_weak] = ACTIONS(2189), + [anon_sym_unowned] = ACTIONS(2187), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2189), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2189), + [anon_sym_borrowing] = ACTIONS(2189), + [anon_sym_consuming] = ACTIONS(2189), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2091), + [sym__dot_custom] = ACTIONS(2189), + [sym__conjunction_operator_custom] = ACTIONS(2189), + [sym__disjunction_operator_custom] = ACTIONS(2189), + [sym__nil_coalescing_operator_custom] = ACTIONS(2189), + [sym__eq_custom] = ACTIONS(2189), + [sym__eq_eq_custom] = ACTIONS(2189), + [sym__plus_then_ws] = ACTIONS(2189), + [sym__minus_then_ws] = ACTIONS(2189), + [sym__bang_custom] = ACTIONS(2189), + [sym__throws_keyword] = ACTIONS(2093), + [sym__rethrows_keyword] = ACTIONS(2095), + [sym__as_custom] = ACTIONS(2189), + [sym__as_quest_custom] = ACTIONS(2189), + [sym__as_bang_custom] = ACTIONS(2189), + [sym__async_keyword_custom] = ACTIONS(2097), + [sym__custom_operator] = ACTIONS(2189), + }, + [STATE(819)] = { + [sym_type_arguments] = STATE(824), + [anon_sym_BANG] = ACTIONS(2191), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2193), + [anon_sym_async] = ACTIONS(2193), + [anon_sym_lazy] = ACTIONS(2193), + [anon_sym_package] = ACTIONS(2193), + [anon_sym_RPAREN] = ACTIONS(2193), + [anon_sym_COMMA] = ACTIONS(2193), + [anon_sym_COLON] = ACTIONS(2193), + [anon_sym_LPAREN] = ACTIONS(2193), + [anon_sym_LBRACK] = ACTIONS(2193), + [anon_sym_RBRACK] = ACTIONS(2193), + [anon_sym_DOT] = ACTIONS(2191), + [anon_sym_QMARK] = ACTIONS(2191), + [anon_sym_QMARK2] = ACTIONS(2193), + [anon_sym_AMP] = ACTIONS(2193), + [aux_sym_custom_operator_token1] = ACTIONS(2193), + [anon_sym_LT] = ACTIONS(2195), + [anon_sym_GT] = ACTIONS(2191), + [anon_sym_LBRACE] = ACTIONS(2193), + [anon_sym_CARET_LBRACE] = ACTIONS(2193), + [anon_sym_RBRACE] = ACTIONS(2193), + [anon_sym_case] = ACTIONS(2193), + [anon_sym_PLUS_EQ] = ACTIONS(2193), + [anon_sym_DASH_EQ] = ACTIONS(2193), + [anon_sym_STAR_EQ] = ACTIONS(2193), + [anon_sym_SLASH_EQ] = ACTIONS(2193), + [anon_sym_PERCENT_EQ] = ACTIONS(2193), + [anon_sym_BANG_EQ] = ACTIONS(2191), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2193), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2193), + [anon_sym_LT_EQ] = ACTIONS(2193), + [anon_sym_GT_EQ] = ACTIONS(2193), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2193), + [anon_sym_DOT_DOT_LT] = ACTIONS(2193), + [anon_sym_is] = ACTIONS(2193), + [anon_sym_PLUS] = ACTIONS(2191), + [anon_sym_DASH] = ACTIONS(2191), + [anon_sym_STAR] = ACTIONS(2191), + [anon_sym_SLASH] = ACTIONS(2191), + [anon_sym_PERCENT] = ACTIONS(2191), + [anon_sym_PLUS_PLUS] = ACTIONS(2193), + [anon_sym_DASH_DASH] = ACTIONS(2193), + [anon_sym_PIPE] = ACTIONS(2193), + [anon_sym_CARET] = ACTIONS(2191), + [anon_sym_LT_LT] = ACTIONS(2193), + [anon_sym_GT_GT] = ACTIONS(2193), + [anon_sym_import] = ACTIONS(2193), + [anon_sym_typealias] = ACTIONS(2193), + [anon_sym_struct] = ACTIONS(2193), + [anon_sym_class] = ACTIONS(2193), + [anon_sym_enum] = ACTIONS(2193), + [anon_sym_protocol] = ACTIONS(2193), + [anon_sym_let] = ACTIONS(2193), + [anon_sym_var] = ACTIONS(2193), + [anon_sym_func] = ACTIONS(2193), + [anon_sym_extension] = ACTIONS(2193), + [anon_sym_indirect] = ACTIONS(2193), + [anon_sym_SEMI] = ACTIONS(2193), + [anon_sym_init] = ACTIONS(2193), + [anon_sym_deinit] = ACTIONS(2193), + [anon_sym_subscript] = ACTIONS(2193), + [anon_sym_prefix] = ACTIONS(2193), + [anon_sym_infix] = ACTIONS(2193), + [anon_sym_postfix] = ACTIONS(2193), + [anon_sym_precedencegroup] = ACTIONS(2193), + [anon_sym_associatedtype] = ACTIONS(2193), + [anon_sym_AT] = ACTIONS(2191), + [anon_sym_override] = ACTIONS(2193), + [anon_sym_convenience] = ACTIONS(2193), + [anon_sym_required] = ACTIONS(2193), + [anon_sym_nonisolated] = ACTIONS(2193), + [anon_sym_public] = ACTIONS(2193), + [anon_sym_private] = ACTIONS(2193), + [anon_sym_internal] = ACTIONS(2193), + [anon_sym_fileprivate] = ACTIONS(2193), + [anon_sym_open] = ACTIONS(2193), + [anon_sym_mutating] = ACTIONS(2193), + [anon_sym_nonmutating] = ACTIONS(2193), + [anon_sym_static] = ACTIONS(2193), + [anon_sym_dynamic] = ACTIONS(2193), + [anon_sym_optional] = ACTIONS(2193), + [anon_sym_distributed] = ACTIONS(2193), + [anon_sym_final] = ACTIONS(2193), + [anon_sym_inout] = ACTIONS(2193), + [anon_sym_ATescaping] = ACTIONS(2193), + [anon_sym_ATautoclosure] = ACTIONS(2193), + [anon_sym_weak] = ACTIONS(2193), + [anon_sym_unowned] = ACTIONS(2191), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2193), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2193), + [anon_sym_borrowing] = ACTIONS(2193), + [anon_sym_consuming] = ACTIONS(2193), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2193), + [sym__dot_custom] = ACTIONS(2193), + [sym__conjunction_operator_custom] = ACTIONS(2193), + [sym__disjunction_operator_custom] = ACTIONS(2193), + [sym__nil_coalescing_operator_custom] = ACTIONS(2193), + [sym__eq_custom] = ACTIONS(2193), + [sym__eq_eq_custom] = ACTIONS(2193), + [sym__plus_then_ws] = ACTIONS(2193), + [sym__minus_then_ws] = ACTIONS(2193), + [sym__bang_custom] = ACTIONS(2193), + [sym__throws_keyword] = ACTIONS(2193), + [sym__rethrows_keyword] = ACTIONS(2193), + [sym__as_custom] = ACTIONS(2193), + [sym__as_quest_custom] = ACTIONS(2193), + [sym__as_bang_custom] = ACTIONS(2193), + [sym__async_keyword_custom] = ACTIONS(2193), + [sym__custom_operator] = ACTIONS(2193), + }, + [STATE(820)] = { + [anon_sym_BANG] = ACTIONS(2197), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2199), + [anon_sym_async] = ACTIONS(2199), + [anon_sym_lazy] = ACTIONS(2199), + [anon_sym_package] = ACTIONS(2199), + [anon_sym_RPAREN] = ACTIONS(2199), + [anon_sym_COMMA] = ACTIONS(2199), + [anon_sym_COLON] = ACTIONS(2199), + [anon_sym_LPAREN] = ACTIONS(2199), + [anon_sym_LBRACK] = ACTIONS(2199), + [anon_sym_RBRACK] = ACTIONS(2199), + [anon_sym_DOT] = ACTIONS(2197), + [anon_sym_QMARK] = ACTIONS(2197), + [anon_sym_QMARK2] = ACTIONS(2199), + [anon_sym_AMP] = ACTIONS(2199), + [aux_sym_custom_operator_token1] = ACTIONS(2199), + [anon_sym_LT] = ACTIONS(2197), + [anon_sym_GT] = ACTIONS(2197), + [anon_sym_LBRACE] = ACTIONS(2199), + [anon_sym_CARET_LBRACE] = ACTIONS(2199), + [anon_sym_RBRACE] = ACTIONS(2199), + [anon_sym_case] = ACTIONS(2199), + [anon_sym_PLUS_EQ] = ACTIONS(2199), + [anon_sym_DASH_EQ] = ACTIONS(2199), + [anon_sym_STAR_EQ] = ACTIONS(2199), + [anon_sym_SLASH_EQ] = ACTIONS(2199), + [anon_sym_PERCENT_EQ] = ACTIONS(2199), + [anon_sym_BANG_EQ] = ACTIONS(2197), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2199), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2199), + [anon_sym_LT_EQ] = ACTIONS(2199), + [anon_sym_GT_EQ] = ACTIONS(2199), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2199), + [anon_sym_DOT_DOT_LT] = ACTIONS(2199), + [anon_sym_is] = ACTIONS(2199), + [anon_sym_PLUS] = ACTIONS(2197), + [anon_sym_DASH] = ACTIONS(2197), + [anon_sym_STAR] = ACTIONS(2197), + [anon_sym_SLASH] = ACTIONS(2197), + [anon_sym_PERCENT] = ACTIONS(2197), + [anon_sym_PLUS_PLUS] = ACTIONS(2199), + [anon_sym_DASH_DASH] = ACTIONS(2199), + [anon_sym_PIPE] = ACTIONS(2199), + [anon_sym_CARET] = ACTIONS(2197), + [anon_sym_LT_LT] = ACTIONS(2199), + [anon_sym_GT_GT] = ACTIONS(2199), + [anon_sym_import] = ACTIONS(2199), + [anon_sym_typealias] = ACTIONS(2199), + [anon_sym_struct] = ACTIONS(2199), + [anon_sym_class] = ACTIONS(2199), + [anon_sym_enum] = ACTIONS(2199), + [anon_sym_protocol] = ACTIONS(2199), + [anon_sym_let] = ACTIONS(2199), + [anon_sym_var] = ACTIONS(2199), + [anon_sym_func] = ACTIONS(2199), + [anon_sym_extension] = ACTIONS(2199), + [anon_sym_indirect] = ACTIONS(2199), + [anon_sym_SEMI] = ACTIONS(2199), + [anon_sym_init] = ACTIONS(2199), + [anon_sym_deinit] = ACTIONS(2199), + [anon_sym_subscript] = ACTIONS(2199), + [anon_sym_prefix] = ACTIONS(2199), + [anon_sym_infix] = ACTIONS(2199), + [anon_sym_postfix] = ACTIONS(2199), + [anon_sym_precedencegroup] = ACTIONS(2199), + [anon_sym_associatedtype] = ACTIONS(2199), + [anon_sym_AT] = ACTIONS(2197), + [anon_sym_override] = ACTIONS(2199), + [anon_sym_convenience] = ACTIONS(2199), + [anon_sym_required] = ACTIONS(2199), + [anon_sym_nonisolated] = ACTIONS(2199), + [anon_sym_public] = ACTIONS(2199), + [anon_sym_private] = ACTIONS(2199), + [anon_sym_internal] = ACTIONS(2199), + [anon_sym_fileprivate] = ACTIONS(2199), + [anon_sym_open] = ACTIONS(2199), + [anon_sym_mutating] = ACTIONS(2199), + [anon_sym_nonmutating] = ACTIONS(2199), + [anon_sym_static] = ACTIONS(2199), + [anon_sym_dynamic] = ACTIONS(2199), + [anon_sym_optional] = ACTIONS(2199), + [anon_sym_distributed] = ACTIONS(2199), + [anon_sym_final] = ACTIONS(2199), + [anon_sym_inout] = ACTIONS(2199), + [anon_sym_ATescaping] = ACTIONS(2199), + [anon_sym_ATautoclosure] = ACTIONS(2199), + [anon_sym_weak] = ACTIONS(2199), + [anon_sym_unowned] = ACTIONS(2197), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2199), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2199), + [anon_sym_borrowing] = ACTIONS(2199), + [anon_sym_consuming] = ACTIONS(2199), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2199), + [sym__dot_custom] = ACTIONS(2199), + [sym__conjunction_operator_custom] = ACTIONS(2199), + [sym__disjunction_operator_custom] = ACTIONS(2199), + [sym__nil_coalescing_operator_custom] = ACTIONS(2199), + [sym__eq_custom] = ACTIONS(2199), + [sym__eq_eq_custom] = ACTIONS(2199), + [sym__plus_then_ws] = ACTIONS(2199), + [sym__minus_then_ws] = ACTIONS(2199), + [sym__bang_custom] = ACTIONS(2199), + [sym__throws_keyword] = ACTIONS(2199), + [sym__rethrows_keyword] = ACTIONS(2199), + [sym__as_custom] = ACTIONS(2199), + [sym__as_quest_custom] = ACTIONS(2199), + [sym__as_bang_custom] = ACTIONS(2199), + [sym__async_keyword_custom] = ACTIONS(2199), + [sym__custom_operator] = ACTIONS(2199), + }, + [STATE(821)] = { + [anon_sym_BANG] = ACTIONS(2201), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2203), + [anon_sym_async] = ACTIONS(2203), + [anon_sym_lazy] = ACTIONS(2203), + [anon_sym_package] = ACTIONS(2203), + [anon_sym_RPAREN] = ACTIONS(2203), + [anon_sym_COMMA] = ACTIONS(2203), + [anon_sym_COLON] = ACTIONS(2203), + [anon_sym_LPAREN] = ACTIONS(2203), + [anon_sym_LBRACK] = ACTIONS(2203), + [anon_sym_RBRACK] = ACTIONS(2203), + [anon_sym_DOT] = ACTIONS(2201), + [anon_sym_QMARK] = ACTIONS(2201), + [anon_sym_QMARK2] = ACTIONS(2203), + [anon_sym_AMP] = ACTIONS(2203), + [aux_sym_custom_operator_token1] = ACTIONS(2203), + [anon_sym_LT] = ACTIONS(2201), + [anon_sym_GT] = ACTIONS(2201), + [anon_sym_LBRACE] = ACTIONS(2203), + [anon_sym_CARET_LBRACE] = ACTIONS(2203), + [anon_sym_RBRACE] = ACTIONS(2203), + [anon_sym_case] = ACTIONS(2203), + [anon_sym_PLUS_EQ] = ACTIONS(2203), + [anon_sym_DASH_EQ] = ACTIONS(2203), + [anon_sym_STAR_EQ] = ACTIONS(2203), + [anon_sym_SLASH_EQ] = ACTIONS(2203), + [anon_sym_PERCENT_EQ] = ACTIONS(2203), + [anon_sym_BANG_EQ] = ACTIONS(2201), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2203), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2203), + [anon_sym_LT_EQ] = ACTIONS(2203), + [anon_sym_GT_EQ] = ACTIONS(2203), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2203), + [anon_sym_DOT_DOT_LT] = ACTIONS(2203), + [anon_sym_is] = ACTIONS(2203), + [anon_sym_PLUS] = ACTIONS(2201), + [anon_sym_DASH] = ACTIONS(2201), + [anon_sym_STAR] = ACTIONS(2201), + [anon_sym_SLASH] = ACTIONS(2201), + [anon_sym_PERCENT] = ACTIONS(2201), + [anon_sym_PLUS_PLUS] = ACTIONS(2203), + [anon_sym_DASH_DASH] = ACTIONS(2203), + [anon_sym_PIPE] = ACTIONS(2203), + [anon_sym_CARET] = ACTIONS(2201), + [anon_sym_LT_LT] = ACTIONS(2203), + [anon_sym_GT_GT] = ACTIONS(2203), + [anon_sym_import] = ACTIONS(2203), + [anon_sym_typealias] = ACTIONS(2203), + [anon_sym_struct] = ACTIONS(2203), + [anon_sym_class] = ACTIONS(2203), + [anon_sym_enum] = ACTIONS(2203), + [anon_sym_protocol] = ACTIONS(2203), + [anon_sym_let] = ACTIONS(2203), + [anon_sym_var] = ACTIONS(2203), + [anon_sym_func] = ACTIONS(2203), + [anon_sym_extension] = ACTIONS(2203), + [anon_sym_indirect] = ACTIONS(2203), + [anon_sym_SEMI] = ACTIONS(2203), + [anon_sym_init] = ACTIONS(2203), + [anon_sym_deinit] = ACTIONS(2203), + [anon_sym_subscript] = ACTIONS(2203), + [anon_sym_prefix] = ACTIONS(2203), + [anon_sym_infix] = ACTIONS(2203), + [anon_sym_postfix] = ACTIONS(2203), + [anon_sym_precedencegroup] = ACTIONS(2203), + [anon_sym_associatedtype] = ACTIONS(2203), + [anon_sym_AT] = ACTIONS(2201), + [anon_sym_override] = ACTIONS(2203), + [anon_sym_convenience] = ACTIONS(2203), + [anon_sym_required] = ACTIONS(2203), + [anon_sym_nonisolated] = ACTIONS(2203), + [anon_sym_public] = ACTIONS(2203), + [anon_sym_private] = ACTIONS(2203), + [anon_sym_internal] = ACTIONS(2203), + [anon_sym_fileprivate] = ACTIONS(2203), + [anon_sym_open] = ACTIONS(2203), + [anon_sym_mutating] = ACTIONS(2203), + [anon_sym_nonmutating] = ACTIONS(2203), + [anon_sym_static] = ACTIONS(2203), + [anon_sym_dynamic] = ACTIONS(2203), + [anon_sym_optional] = ACTIONS(2203), + [anon_sym_distributed] = ACTIONS(2203), + [anon_sym_final] = ACTIONS(2203), + [anon_sym_inout] = ACTIONS(2203), + [anon_sym_ATescaping] = ACTIONS(2203), + [anon_sym_ATautoclosure] = ACTIONS(2203), + [anon_sym_weak] = ACTIONS(2203), + [anon_sym_unowned] = ACTIONS(2201), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2203), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2203), + [anon_sym_borrowing] = ACTIONS(2203), + [anon_sym_consuming] = ACTIONS(2203), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2203), + [sym__dot_custom] = ACTIONS(2203), + [sym__conjunction_operator_custom] = ACTIONS(2203), + [sym__disjunction_operator_custom] = ACTIONS(2203), + [sym__nil_coalescing_operator_custom] = ACTIONS(2203), + [sym__eq_custom] = ACTIONS(2203), + [sym__eq_eq_custom] = ACTIONS(2203), + [sym__plus_then_ws] = ACTIONS(2203), + [sym__minus_then_ws] = ACTIONS(2203), + [sym__bang_custom] = ACTIONS(2203), + [sym__throws_keyword] = ACTIONS(2203), + [sym__rethrows_keyword] = ACTIONS(2203), + [sym__as_custom] = ACTIONS(2203), + [sym__as_quest_custom] = ACTIONS(2203), + [sym__as_bang_custom] = ACTIONS(2203), + [sym__async_keyword_custom] = ACTIONS(2203), + [sym__custom_operator] = ACTIONS(2203), + }, + [STATE(822)] = { + [anon_sym_BANG] = ACTIONS(2205), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2207), + [anon_sym_async] = ACTIONS(2207), + [anon_sym_lazy] = ACTIONS(2207), + [anon_sym_package] = ACTIONS(2207), + [anon_sym_RPAREN] = ACTIONS(2207), + [anon_sym_COMMA] = ACTIONS(2207), + [anon_sym_COLON] = ACTIONS(2207), + [anon_sym_LPAREN] = ACTIONS(2207), + [anon_sym_LBRACK] = ACTIONS(2207), + [anon_sym_RBRACK] = ACTIONS(2207), + [anon_sym_DOT] = ACTIONS(2205), + [anon_sym_QMARK] = ACTIONS(2205), + [anon_sym_QMARK2] = ACTIONS(2207), + [anon_sym_AMP] = ACTIONS(2207), + [aux_sym_custom_operator_token1] = ACTIONS(2207), + [anon_sym_LT] = ACTIONS(2205), + [anon_sym_GT] = ACTIONS(2205), + [anon_sym_LBRACE] = ACTIONS(2207), + [anon_sym_CARET_LBRACE] = ACTIONS(2207), + [anon_sym_RBRACE] = ACTIONS(2207), + [anon_sym_case] = ACTIONS(2207), + [anon_sym_PLUS_EQ] = ACTIONS(2207), + [anon_sym_DASH_EQ] = ACTIONS(2207), + [anon_sym_STAR_EQ] = ACTIONS(2207), + [anon_sym_SLASH_EQ] = ACTIONS(2207), + [anon_sym_PERCENT_EQ] = ACTIONS(2207), + [anon_sym_BANG_EQ] = ACTIONS(2205), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2207), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2207), + [anon_sym_LT_EQ] = ACTIONS(2207), + [anon_sym_GT_EQ] = ACTIONS(2207), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2207), + [anon_sym_DOT_DOT_LT] = ACTIONS(2207), + [anon_sym_is] = ACTIONS(2207), + [anon_sym_PLUS] = ACTIONS(2205), + [anon_sym_DASH] = ACTIONS(2205), + [anon_sym_STAR] = ACTIONS(2205), + [anon_sym_SLASH] = ACTIONS(2205), + [anon_sym_PERCENT] = ACTIONS(2205), + [anon_sym_PLUS_PLUS] = ACTIONS(2207), + [anon_sym_DASH_DASH] = ACTIONS(2207), + [anon_sym_PIPE] = ACTIONS(2207), + [anon_sym_CARET] = ACTIONS(2205), + [anon_sym_LT_LT] = ACTIONS(2207), + [anon_sym_GT_GT] = ACTIONS(2207), + [anon_sym_import] = ACTIONS(2207), + [anon_sym_typealias] = ACTIONS(2207), + [anon_sym_struct] = ACTIONS(2207), + [anon_sym_class] = ACTIONS(2207), + [anon_sym_enum] = ACTIONS(2207), + [anon_sym_protocol] = ACTIONS(2207), + [anon_sym_let] = ACTIONS(2207), + [anon_sym_var] = ACTIONS(2207), + [anon_sym_func] = ACTIONS(2207), + [anon_sym_extension] = ACTIONS(2207), + [anon_sym_indirect] = ACTIONS(2207), + [anon_sym_SEMI] = ACTIONS(2207), + [anon_sym_init] = ACTIONS(2207), + [anon_sym_deinit] = ACTIONS(2207), + [anon_sym_subscript] = ACTIONS(2207), + [anon_sym_prefix] = ACTIONS(2207), + [anon_sym_infix] = ACTIONS(2207), + [anon_sym_postfix] = ACTIONS(2207), + [anon_sym_precedencegroup] = ACTIONS(2207), + [anon_sym_associatedtype] = ACTIONS(2207), + [anon_sym_AT] = ACTIONS(2205), + [anon_sym_override] = ACTIONS(2207), + [anon_sym_convenience] = ACTIONS(2207), + [anon_sym_required] = ACTIONS(2207), + [anon_sym_nonisolated] = ACTIONS(2207), + [anon_sym_public] = ACTIONS(2207), + [anon_sym_private] = ACTIONS(2207), + [anon_sym_internal] = ACTIONS(2207), + [anon_sym_fileprivate] = ACTIONS(2207), + [anon_sym_open] = ACTIONS(2207), + [anon_sym_mutating] = ACTIONS(2207), + [anon_sym_nonmutating] = ACTIONS(2207), + [anon_sym_static] = ACTIONS(2207), + [anon_sym_dynamic] = ACTIONS(2207), + [anon_sym_optional] = ACTIONS(2207), + [anon_sym_distributed] = ACTIONS(2207), + [anon_sym_final] = ACTIONS(2207), + [anon_sym_inout] = ACTIONS(2207), + [anon_sym_ATescaping] = ACTIONS(2207), + [anon_sym_ATautoclosure] = ACTIONS(2207), + [anon_sym_weak] = ACTIONS(2207), + [anon_sym_unowned] = ACTIONS(2205), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2207), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2207), + [anon_sym_borrowing] = ACTIONS(2207), + [anon_sym_consuming] = ACTIONS(2207), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2207), + [sym__dot_custom] = ACTIONS(2207), + [sym__conjunction_operator_custom] = ACTIONS(2207), + [sym__disjunction_operator_custom] = ACTIONS(2207), + [sym__nil_coalescing_operator_custom] = ACTIONS(2207), + [sym__eq_custom] = ACTIONS(2207), + [sym__eq_eq_custom] = ACTIONS(2207), + [sym__plus_then_ws] = ACTIONS(2207), + [sym__minus_then_ws] = ACTIONS(2207), + [sym__bang_custom] = ACTIONS(2207), + [sym__throws_keyword] = ACTIONS(2207), + [sym__rethrows_keyword] = ACTIONS(2207), + [sym__as_custom] = ACTIONS(2207), + [sym__as_quest_custom] = ACTIONS(2207), + [sym__as_bang_custom] = ACTIONS(2207), + [sym__async_keyword_custom] = ACTIONS(2207), + [sym__custom_operator] = ACTIONS(2207), + }, + [STATE(823)] = { + [anon_sym_BANG] = ACTIONS(2209), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2211), + [anon_sym_async] = ACTIONS(2211), + [anon_sym_lazy] = ACTIONS(2211), + [anon_sym_package] = ACTIONS(2211), + [anon_sym_RPAREN] = ACTIONS(2211), + [anon_sym_COMMA] = ACTIONS(2211), + [anon_sym_COLON] = ACTIONS(2211), + [anon_sym_LPAREN] = ACTIONS(2211), + [anon_sym_LBRACK] = ACTIONS(2211), + [anon_sym_RBRACK] = ACTIONS(2211), + [anon_sym_DOT] = ACTIONS(2209), + [anon_sym_QMARK] = ACTIONS(2209), + [anon_sym_QMARK2] = ACTIONS(2211), + [anon_sym_AMP] = ACTIONS(2211), + [aux_sym_custom_operator_token1] = ACTIONS(2211), + [anon_sym_LT] = ACTIONS(2209), + [anon_sym_GT] = ACTIONS(2209), + [anon_sym_LBRACE] = ACTIONS(2211), + [anon_sym_CARET_LBRACE] = ACTIONS(2211), + [anon_sym_RBRACE] = ACTIONS(2211), + [anon_sym_case] = ACTIONS(2211), + [anon_sym_PLUS_EQ] = ACTIONS(2211), + [anon_sym_DASH_EQ] = ACTIONS(2211), + [anon_sym_STAR_EQ] = ACTIONS(2211), + [anon_sym_SLASH_EQ] = ACTIONS(2211), + [anon_sym_PERCENT_EQ] = ACTIONS(2211), + [anon_sym_BANG_EQ] = ACTIONS(2209), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2211), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2211), + [anon_sym_LT_EQ] = ACTIONS(2211), + [anon_sym_GT_EQ] = ACTIONS(2211), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2211), + [anon_sym_DOT_DOT_LT] = ACTIONS(2211), + [anon_sym_is] = ACTIONS(2211), + [anon_sym_PLUS] = ACTIONS(2209), + [anon_sym_DASH] = ACTIONS(2209), + [anon_sym_STAR] = ACTIONS(2209), + [anon_sym_SLASH] = ACTIONS(2209), + [anon_sym_PERCENT] = ACTIONS(2209), + [anon_sym_PLUS_PLUS] = ACTIONS(2211), + [anon_sym_DASH_DASH] = ACTIONS(2211), + [anon_sym_PIPE] = ACTIONS(2211), + [anon_sym_CARET] = ACTIONS(2209), + [anon_sym_LT_LT] = ACTIONS(2211), + [anon_sym_GT_GT] = ACTIONS(2211), + [anon_sym_import] = ACTIONS(2211), + [anon_sym_typealias] = ACTIONS(2211), + [anon_sym_struct] = ACTIONS(2211), + [anon_sym_class] = ACTIONS(2211), + [anon_sym_enum] = ACTIONS(2211), + [anon_sym_protocol] = ACTIONS(2211), + [anon_sym_let] = ACTIONS(2211), + [anon_sym_var] = ACTIONS(2211), + [anon_sym_func] = ACTIONS(2211), + [anon_sym_extension] = ACTIONS(2211), + [anon_sym_indirect] = ACTIONS(2211), + [anon_sym_SEMI] = ACTIONS(2211), + [anon_sym_init] = ACTIONS(2211), + [anon_sym_deinit] = ACTIONS(2211), + [anon_sym_subscript] = ACTIONS(2211), + [anon_sym_prefix] = ACTIONS(2211), + [anon_sym_infix] = ACTIONS(2211), + [anon_sym_postfix] = ACTIONS(2211), + [anon_sym_precedencegroup] = ACTIONS(2211), + [anon_sym_associatedtype] = ACTIONS(2211), + [anon_sym_AT] = ACTIONS(2209), + [anon_sym_override] = ACTIONS(2211), + [anon_sym_convenience] = ACTIONS(2211), + [anon_sym_required] = ACTIONS(2211), + [anon_sym_nonisolated] = ACTIONS(2211), + [anon_sym_public] = ACTIONS(2211), + [anon_sym_private] = ACTIONS(2211), + [anon_sym_internal] = ACTIONS(2211), + [anon_sym_fileprivate] = ACTIONS(2211), + [anon_sym_open] = ACTIONS(2211), + [anon_sym_mutating] = ACTIONS(2211), + [anon_sym_nonmutating] = ACTIONS(2211), + [anon_sym_static] = ACTIONS(2211), + [anon_sym_dynamic] = ACTIONS(2211), + [anon_sym_optional] = ACTIONS(2211), + [anon_sym_distributed] = ACTIONS(2211), + [anon_sym_final] = ACTIONS(2211), + [anon_sym_inout] = ACTIONS(2211), + [anon_sym_ATescaping] = ACTIONS(2211), + [anon_sym_ATautoclosure] = ACTIONS(2211), + [anon_sym_weak] = ACTIONS(2211), + [anon_sym_unowned] = ACTIONS(2209), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2211), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2211), + [anon_sym_borrowing] = ACTIONS(2211), + [anon_sym_consuming] = ACTIONS(2211), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2211), + [sym__dot_custom] = ACTIONS(2211), + [sym__conjunction_operator_custom] = ACTIONS(2211), + [sym__disjunction_operator_custom] = ACTIONS(2211), + [sym__nil_coalescing_operator_custom] = ACTIONS(2211), + [sym__eq_custom] = ACTIONS(2211), + [sym__eq_eq_custom] = ACTIONS(2211), + [sym__plus_then_ws] = ACTIONS(2211), + [sym__minus_then_ws] = ACTIONS(2211), + [sym__bang_custom] = ACTIONS(2211), + [sym__throws_keyword] = ACTIONS(2211), + [sym__rethrows_keyword] = ACTIONS(2211), + [sym__as_custom] = ACTIONS(2211), + [sym__as_quest_custom] = ACTIONS(2211), + [sym__as_bang_custom] = ACTIONS(2211), + [sym__async_keyword_custom] = ACTIONS(2211), + [sym__custom_operator] = ACTIONS(2211), + }, + [STATE(824)] = { + [anon_sym_BANG] = ACTIONS(2213), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2215), + [anon_sym_async] = ACTIONS(2215), + [anon_sym_lazy] = ACTIONS(2215), + [anon_sym_package] = ACTIONS(2215), + [anon_sym_RPAREN] = ACTIONS(2215), + [anon_sym_COMMA] = ACTIONS(2215), + [anon_sym_COLON] = ACTIONS(2215), + [anon_sym_LPAREN] = ACTIONS(2215), + [anon_sym_LBRACK] = ACTIONS(2215), + [anon_sym_RBRACK] = ACTIONS(2215), + [anon_sym_DOT] = ACTIONS(2213), + [anon_sym_QMARK] = ACTIONS(2213), + [anon_sym_QMARK2] = ACTIONS(2215), + [anon_sym_AMP] = ACTIONS(2215), + [aux_sym_custom_operator_token1] = ACTIONS(2215), + [anon_sym_LT] = ACTIONS(2213), + [anon_sym_GT] = ACTIONS(2213), + [anon_sym_LBRACE] = ACTIONS(2215), + [anon_sym_CARET_LBRACE] = ACTIONS(2215), + [anon_sym_RBRACE] = ACTIONS(2215), + [anon_sym_case] = ACTIONS(2215), + [anon_sym_PLUS_EQ] = ACTIONS(2215), + [anon_sym_DASH_EQ] = ACTIONS(2215), + [anon_sym_STAR_EQ] = ACTIONS(2215), + [anon_sym_SLASH_EQ] = ACTIONS(2215), + [anon_sym_PERCENT_EQ] = ACTIONS(2215), + [anon_sym_BANG_EQ] = ACTIONS(2213), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2215), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2215), + [anon_sym_LT_EQ] = ACTIONS(2215), + [anon_sym_GT_EQ] = ACTIONS(2215), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2215), + [anon_sym_DOT_DOT_LT] = ACTIONS(2215), + [anon_sym_is] = ACTIONS(2215), + [anon_sym_PLUS] = ACTIONS(2213), + [anon_sym_DASH] = ACTIONS(2213), + [anon_sym_STAR] = ACTIONS(2213), + [anon_sym_SLASH] = ACTIONS(2213), + [anon_sym_PERCENT] = ACTIONS(2213), + [anon_sym_PLUS_PLUS] = ACTIONS(2215), + [anon_sym_DASH_DASH] = ACTIONS(2215), + [anon_sym_PIPE] = ACTIONS(2215), + [anon_sym_CARET] = ACTIONS(2213), + [anon_sym_LT_LT] = ACTIONS(2215), + [anon_sym_GT_GT] = ACTIONS(2215), + [anon_sym_import] = ACTIONS(2215), + [anon_sym_typealias] = ACTIONS(2215), + [anon_sym_struct] = ACTIONS(2215), + [anon_sym_class] = ACTIONS(2215), + [anon_sym_enum] = ACTIONS(2215), + [anon_sym_protocol] = ACTIONS(2215), + [anon_sym_let] = ACTIONS(2215), + [anon_sym_var] = ACTIONS(2215), + [anon_sym_func] = ACTIONS(2215), + [anon_sym_extension] = ACTIONS(2215), + [anon_sym_indirect] = ACTIONS(2215), + [anon_sym_SEMI] = ACTIONS(2215), + [anon_sym_init] = ACTIONS(2215), + [anon_sym_deinit] = ACTIONS(2215), + [anon_sym_subscript] = ACTIONS(2215), + [anon_sym_prefix] = ACTIONS(2215), + [anon_sym_infix] = ACTIONS(2215), + [anon_sym_postfix] = ACTIONS(2215), + [anon_sym_precedencegroup] = ACTIONS(2215), + [anon_sym_associatedtype] = ACTIONS(2215), + [anon_sym_AT] = ACTIONS(2213), + [anon_sym_override] = ACTIONS(2215), + [anon_sym_convenience] = ACTIONS(2215), + [anon_sym_required] = ACTIONS(2215), + [anon_sym_nonisolated] = ACTIONS(2215), + [anon_sym_public] = ACTIONS(2215), + [anon_sym_private] = ACTIONS(2215), + [anon_sym_internal] = ACTIONS(2215), + [anon_sym_fileprivate] = ACTIONS(2215), + [anon_sym_open] = ACTIONS(2215), + [anon_sym_mutating] = ACTIONS(2215), + [anon_sym_nonmutating] = ACTIONS(2215), + [anon_sym_static] = ACTIONS(2215), + [anon_sym_dynamic] = ACTIONS(2215), + [anon_sym_optional] = ACTIONS(2215), + [anon_sym_distributed] = ACTIONS(2215), + [anon_sym_final] = ACTIONS(2215), + [anon_sym_inout] = ACTIONS(2215), + [anon_sym_ATescaping] = ACTIONS(2215), + [anon_sym_ATautoclosure] = ACTIONS(2215), + [anon_sym_weak] = ACTIONS(2215), + [anon_sym_unowned] = ACTIONS(2213), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2215), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2215), + [anon_sym_borrowing] = ACTIONS(2215), + [anon_sym_consuming] = ACTIONS(2215), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2215), + [sym__dot_custom] = ACTIONS(2215), + [sym__conjunction_operator_custom] = ACTIONS(2215), + [sym__disjunction_operator_custom] = ACTIONS(2215), + [sym__nil_coalescing_operator_custom] = ACTIONS(2215), + [sym__eq_custom] = ACTIONS(2215), + [sym__eq_eq_custom] = ACTIONS(2215), + [sym__plus_then_ws] = ACTIONS(2215), + [sym__minus_then_ws] = ACTIONS(2215), + [sym__bang_custom] = ACTIONS(2215), + [sym__throws_keyword] = ACTIONS(2215), + [sym__rethrows_keyword] = ACTIONS(2215), + [sym__as_custom] = ACTIONS(2215), + [sym__as_quest_custom] = ACTIONS(2215), + [sym__as_bang_custom] = ACTIONS(2215), + [sym__async_keyword_custom] = ACTIONS(2215), + [sym__custom_operator] = ACTIONS(2215), + }, + [STATE(825)] = { + [anon_sym_BANG] = ACTIONS(2217), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2219), + [anon_sym_async] = ACTIONS(2219), + [anon_sym_lazy] = ACTIONS(2219), + [anon_sym_package] = ACTIONS(2219), + [anon_sym_RPAREN] = ACTIONS(2219), + [anon_sym_COMMA] = ACTIONS(2219), + [anon_sym_COLON] = ACTIONS(2219), + [anon_sym_LPAREN] = ACTIONS(2219), + [anon_sym_LBRACK] = ACTIONS(2219), + [anon_sym_RBRACK] = ACTIONS(2219), + [anon_sym_DOT] = ACTIONS(2217), + [anon_sym_QMARK] = ACTIONS(2217), + [anon_sym_QMARK2] = ACTIONS(2219), + [anon_sym_AMP] = ACTIONS(2219), + [aux_sym_custom_operator_token1] = ACTIONS(2219), + [anon_sym_LT] = ACTIONS(2217), + [anon_sym_GT] = ACTIONS(2217), + [anon_sym_LBRACE] = ACTIONS(2219), + [anon_sym_CARET_LBRACE] = ACTIONS(2219), + [anon_sym_RBRACE] = ACTIONS(2219), + [anon_sym_case] = ACTIONS(2219), + [anon_sym_PLUS_EQ] = ACTIONS(2219), + [anon_sym_DASH_EQ] = ACTIONS(2219), + [anon_sym_STAR_EQ] = ACTIONS(2219), + [anon_sym_SLASH_EQ] = ACTIONS(2219), + [anon_sym_PERCENT_EQ] = ACTIONS(2219), + [anon_sym_BANG_EQ] = ACTIONS(2217), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2219), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2219), + [anon_sym_LT_EQ] = ACTIONS(2219), + [anon_sym_GT_EQ] = ACTIONS(2219), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2219), + [anon_sym_DOT_DOT_LT] = ACTIONS(2219), + [anon_sym_is] = ACTIONS(2219), + [anon_sym_PLUS] = ACTIONS(2217), + [anon_sym_DASH] = ACTIONS(2217), + [anon_sym_STAR] = ACTIONS(2217), + [anon_sym_SLASH] = ACTIONS(2217), + [anon_sym_PERCENT] = ACTIONS(2217), + [anon_sym_PLUS_PLUS] = ACTIONS(2219), + [anon_sym_DASH_DASH] = ACTIONS(2219), + [anon_sym_PIPE] = ACTIONS(2219), + [anon_sym_CARET] = ACTIONS(2217), + [anon_sym_LT_LT] = ACTIONS(2219), + [anon_sym_GT_GT] = ACTIONS(2219), + [anon_sym_import] = ACTIONS(2219), + [anon_sym_typealias] = ACTIONS(2219), + [anon_sym_struct] = ACTIONS(2219), + [anon_sym_class] = ACTIONS(2219), + [anon_sym_enum] = ACTIONS(2219), + [anon_sym_protocol] = ACTIONS(2219), + [anon_sym_let] = ACTIONS(2219), + [anon_sym_var] = ACTIONS(2219), + [anon_sym_func] = ACTIONS(2219), + [anon_sym_extension] = ACTIONS(2219), + [anon_sym_indirect] = ACTIONS(2219), + [anon_sym_SEMI] = ACTIONS(2219), + [anon_sym_init] = ACTIONS(2219), + [anon_sym_deinit] = ACTIONS(2219), + [anon_sym_subscript] = ACTIONS(2219), + [anon_sym_prefix] = ACTIONS(2219), + [anon_sym_infix] = ACTIONS(2219), + [anon_sym_postfix] = ACTIONS(2219), + [anon_sym_precedencegroup] = ACTIONS(2219), + [anon_sym_associatedtype] = ACTIONS(2219), + [anon_sym_AT] = ACTIONS(2217), + [anon_sym_override] = ACTIONS(2219), + [anon_sym_convenience] = ACTIONS(2219), + [anon_sym_required] = ACTIONS(2219), + [anon_sym_nonisolated] = ACTIONS(2219), + [anon_sym_public] = ACTIONS(2219), + [anon_sym_private] = ACTIONS(2219), + [anon_sym_internal] = ACTIONS(2219), + [anon_sym_fileprivate] = ACTIONS(2219), + [anon_sym_open] = ACTIONS(2219), + [anon_sym_mutating] = ACTIONS(2219), + [anon_sym_nonmutating] = ACTIONS(2219), + [anon_sym_static] = ACTIONS(2219), + [anon_sym_dynamic] = ACTIONS(2219), + [anon_sym_optional] = ACTIONS(2219), + [anon_sym_distributed] = ACTIONS(2219), + [anon_sym_final] = ACTIONS(2219), + [anon_sym_inout] = ACTIONS(2219), + [anon_sym_ATescaping] = ACTIONS(2219), + [anon_sym_ATautoclosure] = ACTIONS(2219), + [anon_sym_weak] = ACTIONS(2219), + [anon_sym_unowned] = ACTIONS(2217), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2219), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2219), + [anon_sym_borrowing] = ACTIONS(2219), + [anon_sym_consuming] = ACTIONS(2219), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2219), + [sym__dot_custom] = ACTIONS(2219), + [sym__conjunction_operator_custom] = ACTIONS(2219), + [sym__disjunction_operator_custom] = ACTIONS(2219), + [sym__nil_coalescing_operator_custom] = ACTIONS(2219), + [sym__eq_custom] = ACTIONS(2219), + [sym__eq_eq_custom] = ACTIONS(2219), + [sym__plus_then_ws] = ACTIONS(2219), + [sym__minus_then_ws] = ACTIONS(2219), + [sym__bang_custom] = ACTIONS(2219), + [sym__throws_keyword] = ACTIONS(2219), + [sym__rethrows_keyword] = ACTIONS(2219), + [sym__as_custom] = ACTIONS(2219), + [sym__as_quest_custom] = ACTIONS(2219), + [sym__as_bang_custom] = ACTIONS(2219), + [sym__async_keyword_custom] = ACTIONS(2219), + [sym__custom_operator] = ACTIONS(2219), + }, + [STATE(826)] = { + [anon_sym_BANG] = ACTIONS(2221), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2223), + [anon_sym_async] = ACTIONS(2223), + [anon_sym_lazy] = ACTIONS(2223), + [anon_sym_package] = ACTIONS(2223), + [anon_sym_RPAREN] = ACTIONS(2223), + [anon_sym_COMMA] = ACTIONS(2223), + [anon_sym_COLON] = ACTIONS(2223), + [anon_sym_LPAREN] = ACTIONS(2223), + [anon_sym_LBRACK] = ACTIONS(2223), + [anon_sym_RBRACK] = ACTIONS(2223), + [anon_sym_DOT] = ACTIONS(2221), + [anon_sym_QMARK] = ACTIONS(2221), + [anon_sym_QMARK2] = ACTIONS(2223), + [anon_sym_AMP] = ACTIONS(2223), + [aux_sym_custom_operator_token1] = ACTIONS(2223), + [anon_sym_LT] = ACTIONS(2221), + [anon_sym_GT] = ACTIONS(2221), + [anon_sym_LBRACE] = ACTIONS(2223), + [anon_sym_CARET_LBRACE] = ACTIONS(2223), + [anon_sym_RBRACE] = ACTIONS(2223), + [anon_sym_case] = ACTIONS(2223), + [anon_sym_PLUS_EQ] = ACTIONS(2223), + [anon_sym_DASH_EQ] = ACTIONS(2223), + [anon_sym_STAR_EQ] = ACTIONS(2223), + [anon_sym_SLASH_EQ] = ACTIONS(2223), + [anon_sym_PERCENT_EQ] = ACTIONS(2223), + [anon_sym_BANG_EQ] = ACTIONS(2221), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2223), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2223), + [anon_sym_LT_EQ] = ACTIONS(2223), + [anon_sym_GT_EQ] = ACTIONS(2223), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2223), + [anon_sym_DOT_DOT_LT] = ACTIONS(2223), + [anon_sym_is] = ACTIONS(2223), + [anon_sym_PLUS] = ACTIONS(2221), + [anon_sym_DASH] = ACTIONS(2221), + [anon_sym_STAR] = ACTIONS(2221), + [anon_sym_SLASH] = ACTIONS(2221), + [anon_sym_PERCENT] = ACTIONS(2221), + [anon_sym_PLUS_PLUS] = ACTIONS(2223), + [anon_sym_DASH_DASH] = ACTIONS(2223), + [anon_sym_PIPE] = ACTIONS(2223), + [anon_sym_CARET] = ACTIONS(2221), + [anon_sym_LT_LT] = ACTIONS(2223), + [anon_sym_GT_GT] = ACTIONS(2223), + [anon_sym_import] = ACTIONS(2223), + [anon_sym_typealias] = ACTIONS(2223), + [anon_sym_struct] = ACTIONS(2223), + [anon_sym_class] = ACTIONS(2223), + [anon_sym_enum] = ACTIONS(2223), + [anon_sym_protocol] = ACTIONS(2223), + [anon_sym_let] = ACTIONS(2223), + [anon_sym_var] = ACTIONS(2223), + [anon_sym_func] = ACTIONS(2223), + [anon_sym_extension] = ACTIONS(2223), + [anon_sym_indirect] = ACTIONS(2223), + [anon_sym_SEMI] = ACTIONS(2223), + [anon_sym_init] = ACTIONS(2223), + [anon_sym_deinit] = ACTIONS(2223), + [anon_sym_subscript] = ACTIONS(2223), + [anon_sym_prefix] = ACTIONS(2223), + [anon_sym_infix] = ACTIONS(2223), + [anon_sym_postfix] = ACTIONS(2223), + [anon_sym_precedencegroup] = ACTIONS(2223), + [anon_sym_associatedtype] = ACTIONS(2223), + [anon_sym_AT] = ACTIONS(2221), + [anon_sym_override] = ACTIONS(2223), + [anon_sym_convenience] = ACTIONS(2223), + [anon_sym_required] = ACTIONS(2223), + [anon_sym_nonisolated] = ACTIONS(2223), + [anon_sym_public] = ACTIONS(2223), + [anon_sym_private] = ACTIONS(2223), + [anon_sym_internal] = ACTIONS(2223), + [anon_sym_fileprivate] = ACTIONS(2223), + [anon_sym_open] = ACTIONS(2223), + [anon_sym_mutating] = ACTIONS(2223), + [anon_sym_nonmutating] = ACTIONS(2223), + [anon_sym_static] = ACTIONS(2223), + [anon_sym_dynamic] = ACTIONS(2223), + [anon_sym_optional] = ACTIONS(2223), + [anon_sym_distributed] = ACTIONS(2223), + [anon_sym_final] = ACTIONS(2223), + [anon_sym_inout] = ACTIONS(2223), + [anon_sym_ATescaping] = ACTIONS(2223), + [anon_sym_ATautoclosure] = ACTIONS(2223), + [anon_sym_weak] = ACTIONS(2223), + [anon_sym_unowned] = ACTIONS(2221), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2223), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2223), + [anon_sym_borrowing] = ACTIONS(2223), + [anon_sym_consuming] = ACTIONS(2223), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2223), + [sym__dot_custom] = ACTIONS(2223), + [sym__conjunction_operator_custom] = ACTIONS(2223), + [sym__disjunction_operator_custom] = ACTIONS(2223), + [sym__nil_coalescing_operator_custom] = ACTIONS(2223), + [sym__eq_custom] = ACTIONS(2223), + [sym__eq_eq_custom] = ACTIONS(2223), + [sym__plus_then_ws] = ACTIONS(2223), + [sym__minus_then_ws] = ACTIONS(2223), + [sym__bang_custom] = ACTIONS(2223), + [sym__throws_keyword] = ACTIONS(2223), + [sym__rethrows_keyword] = ACTIONS(2223), + [sym__as_custom] = ACTIONS(2223), + [sym__as_quest_custom] = ACTIONS(2223), + [sym__as_bang_custom] = ACTIONS(2223), + [sym__async_keyword_custom] = ACTIONS(2223), + [sym__custom_operator] = ACTIONS(2223), + }, + [STATE(827)] = { + [anon_sym_BANG] = ACTIONS(2225), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2227), + [anon_sym_async] = ACTIONS(2227), + [anon_sym_lazy] = ACTIONS(2227), + [anon_sym_package] = ACTIONS(2227), + [anon_sym_RPAREN] = ACTIONS(2227), + [anon_sym_COMMA] = ACTIONS(2227), + [anon_sym_COLON] = ACTIONS(2227), + [anon_sym_LPAREN] = ACTIONS(2227), + [anon_sym_LBRACK] = ACTIONS(2227), + [anon_sym_RBRACK] = ACTIONS(2227), + [anon_sym_DOT] = ACTIONS(2225), + [anon_sym_QMARK] = ACTIONS(2225), + [anon_sym_QMARK2] = ACTIONS(2227), + [anon_sym_AMP] = ACTIONS(2227), + [aux_sym_custom_operator_token1] = ACTIONS(2227), + [anon_sym_LT] = ACTIONS(2225), + [anon_sym_GT] = ACTIONS(2225), + [anon_sym_LBRACE] = ACTIONS(2227), + [anon_sym_CARET_LBRACE] = ACTIONS(2227), + [anon_sym_RBRACE] = ACTIONS(2227), + [anon_sym_case] = ACTIONS(2227), + [anon_sym_PLUS_EQ] = ACTIONS(2227), + [anon_sym_DASH_EQ] = ACTIONS(2227), + [anon_sym_STAR_EQ] = ACTIONS(2227), + [anon_sym_SLASH_EQ] = ACTIONS(2227), + [anon_sym_PERCENT_EQ] = ACTIONS(2227), + [anon_sym_BANG_EQ] = ACTIONS(2225), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2227), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2227), + [anon_sym_LT_EQ] = ACTIONS(2227), + [anon_sym_GT_EQ] = ACTIONS(2227), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2227), + [anon_sym_DOT_DOT_LT] = ACTIONS(2227), + [anon_sym_is] = ACTIONS(2227), + [anon_sym_PLUS] = ACTIONS(2225), + [anon_sym_DASH] = ACTIONS(2225), + [anon_sym_STAR] = ACTIONS(2225), + [anon_sym_SLASH] = ACTIONS(2225), + [anon_sym_PERCENT] = ACTIONS(2225), + [anon_sym_PLUS_PLUS] = ACTIONS(2227), + [anon_sym_DASH_DASH] = ACTIONS(2227), + [anon_sym_PIPE] = ACTIONS(2227), + [anon_sym_CARET] = ACTIONS(2225), + [anon_sym_LT_LT] = ACTIONS(2227), + [anon_sym_GT_GT] = ACTIONS(2227), + [anon_sym_import] = ACTIONS(2227), + [anon_sym_typealias] = ACTIONS(2227), + [anon_sym_struct] = ACTIONS(2227), + [anon_sym_class] = ACTIONS(2227), + [anon_sym_enum] = ACTIONS(2227), + [anon_sym_protocol] = ACTIONS(2227), + [anon_sym_let] = ACTIONS(2227), + [anon_sym_var] = ACTIONS(2227), + [anon_sym_func] = ACTIONS(2227), + [anon_sym_extension] = ACTIONS(2227), + [anon_sym_indirect] = ACTIONS(2227), + [anon_sym_SEMI] = ACTIONS(2227), + [anon_sym_init] = ACTIONS(2227), + [anon_sym_deinit] = ACTIONS(2227), + [anon_sym_subscript] = ACTIONS(2227), + [anon_sym_prefix] = ACTIONS(2227), + [anon_sym_infix] = ACTIONS(2227), + [anon_sym_postfix] = ACTIONS(2227), + [anon_sym_precedencegroup] = ACTIONS(2227), + [anon_sym_associatedtype] = ACTIONS(2227), + [anon_sym_AT] = ACTIONS(2225), + [anon_sym_override] = ACTIONS(2227), + [anon_sym_convenience] = ACTIONS(2227), + [anon_sym_required] = ACTIONS(2227), + [anon_sym_nonisolated] = ACTIONS(2227), + [anon_sym_public] = ACTIONS(2227), + [anon_sym_private] = ACTIONS(2227), + [anon_sym_internal] = ACTIONS(2227), + [anon_sym_fileprivate] = ACTIONS(2227), + [anon_sym_open] = ACTIONS(2227), + [anon_sym_mutating] = ACTIONS(2227), + [anon_sym_nonmutating] = ACTIONS(2227), + [anon_sym_static] = ACTIONS(2227), + [anon_sym_dynamic] = ACTIONS(2227), + [anon_sym_optional] = ACTIONS(2227), + [anon_sym_distributed] = ACTIONS(2227), + [anon_sym_final] = ACTIONS(2227), + [anon_sym_inout] = ACTIONS(2227), + [anon_sym_ATescaping] = ACTIONS(2227), + [anon_sym_ATautoclosure] = ACTIONS(2227), + [anon_sym_weak] = ACTIONS(2227), + [anon_sym_unowned] = ACTIONS(2225), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2227), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2227), + [anon_sym_borrowing] = ACTIONS(2227), + [anon_sym_consuming] = ACTIONS(2227), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2227), + [sym__dot_custom] = ACTIONS(2227), + [sym__conjunction_operator_custom] = ACTIONS(2227), + [sym__disjunction_operator_custom] = ACTIONS(2227), + [sym__nil_coalescing_operator_custom] = ACTIONS(2227), + [sym__eq_custom] = ACTIONS(2227), + [sym__eq_eq_custom] = ACTIONS(2227), + [sym__plus_then_ws] = ACTIONS(2227), + [sym__minus_then_ws] = ACTIONS(2227), + [sym__bang_custom] = ACTIONS(2227), + [sym__throws_keyword] = ACTIONS(2227), + [sym__rethrows_keyword] = ACTIONS(2227), + [sym__as_custom] = ACTIONS(2227), + [sym__as_quest_custom] = ACTIONS(2227), + [sym__as_bang_custom] = ACTIONS(2227), + [sym__async_keyword_custom] = ACTIONS(2227), + [sym__custom_operator] = ACTIONS(2227), + }, + [STATE(828)] = { + [anon_sym_BANG] = ACTIONS(2229), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2231), + [anon_sym_async] = ACTIONS(2231), + [anon_sym_lazy] = ACTIONS(2231), + [anon_sym_package] = ACTIONS(2231), + [anon_sym_RPAREN] = ACTIONS(2231), + [anon_sym_COMMA] = ACTIONS(2231), + [anon_sym_COLON] = ACTIONS(2231), + [anon_sym_LPAREN] = ACTIONS(2231), + [anon_sym_LBRACK] = ACTIONS(2231), + [anon_sym_RBRACK] = ACTIONS(2231), + [anon_sym_DOT] = ACTIONS(2229), + [anon_sym_QMARK] = ACTIONS(2229), + [anon_sym_QMARK2] = ACTIONS(2231), + [anon_sym_AMP] = ACTIONS(2231), + [aux_sym_custom_operator_token1] = ACTIONS(2231), + [anon_sym_LT] = ACTIONS(2229), + [anon_sym_GT] = ACTIONS(2229), + [anon_sym_LBRACE] = ACTIONS(2231), + [anon_sym_CARET_LBRACE] = ACTIONS(2231), + [anon_sym_RBRACE] = ACTIONS(2231), + [anon_sym_case] = ACTIONS(2231), + [anon_sym_PLUS_EQ] = ACTIONS(2231), + [anon_sym_DASH_EQ] = ACTIONS(2231), + [anon_sym_STAR_EQ] = ACTIONS(2231), + [anon_sym_SLASH_EQ] = ACTIONS(2231), + [anon_sym_PERCENT_EQ] = ACTIONS(2231), + [anon_sym_BANG_EQ] = ACTIONS(2229), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2231), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2231), + [anon_sym_LT_EQ] = ACTIONS(2231), + [anon_sym_GT_EQ] = ACTIONS(2231), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2231), + [anon_sym_DOT_DOT_LT] = ACTIONS(2231), + [anon_sym_is] = ACTIONS(2231), + [anon_sym_PLUS] = ACTIONS(2229), + [anon_sym_DASH] = ACTIONS(2229), + [anon_sym_STAR] = ACTIONS(2229), + [anon_sym_SLASH] = ACTIONS(2229), + [anon_sym_PERCENT] = ACTIONS(2229), + [anon_sym_PLUS_PLUS] = ACTIONS(2231), + [anon_sym_DASH_DASH] = ACTIONS(2231), + [anon_sym_PIPE] = ACTIONS(2231), + [anon_sym_CARET] = ACTIONS(2229), + [anon_sym_LT_LT] = ACTIONS(2231), + [anon_sym_GT_GT] = ACTIONS(2231), + [anon_sym_import] = ACTIONS(2231), + [anon_sym_typealias] = ACTIONS(2231), + [anon_sym_struct] = ACTIONS(2231), + [anon_sym_class] = ACTIONS(2231), + [anon_sym_enum] = ACTIONS(2231), + [anon_sym_protocol] = ACTIONS(2231), + [anon_sym_let] = ACTIONS(2231), + [anon_sym_var] = ACTIONS(2231), + [anon_sym_func] = ACTIONS(2231), + [anon_sym_extension] = ACTIONS(2231), + [anon_sym_indirect] = ACTIONS(2231), + [anon_sym_SEMI] = ACTIONS(2231), + [anon_sym_init] = ACTIONS(2231), + [anon_sym_deinit] = ACTIONS(2231), + [anon_sym_subscript] = ACTIONS(2231), + [anon_sym_prefix] = ACTIONS(2231), + [anon_sym_infix] = ACTIONS(2231), + [anon_sym_postfix] = ACTIONS(2231), + [anon_sym_precedencegroup] = ACTIONS(2231), + [anon_sym_associatedtype] = ACTIONS(2231), + [anon_sym_AT] = ACTIONS(2229), + [anon_sym_override] = ACTIONS(2231), + [anon_sym_convenience] = ACTIONS(2231), + [anon_sym_required] = ACTIONS(2231), + [anon_sym_nonisolated] = ACTIONS(2231), + [anon_sym_public] = ACTIONS(2231), + [anon_sym_private] = ACTIONS(2231), + [anon_sym_internal] = ACTIONS(2231), + [anon_sym_fileprivate] = ACTIONS(2231), + [anon_sym_open] = ACTIONS(2231), + [anon_sym_mutating] = ACTIONS(2231), + [anon_sym_nonmutating] = ACTIONS(2231), + [anon_sym_static] = ACTIONS(2231), + [anon_sym_dynamic] = ACTIONS(2231), + [anon_sym_optional] = ACTIONS(2231), + [anon_sym_distributed] = ACTIONS(2231), + [anon_sym_final] = ACTIONS(2231), + [anon_sym_inout] = ACTIONS(2231), + [anon_sym_ATescaping] = ACTIONS(2231), + [anon_sym_ATautoclosure] = ACTIONS(2231), + [anon_sym_weak] = ACTIONS(2231), + [anon_sym_unowned] = ACTIONS(2229), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2231), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2231), + [anon_sym_borrowing] = ACTIONS(2231), + [anon_sym_consuming] = ACTIONS(2231), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2231), + [sym__dot_custom] = ACTIONS(2231), + [sym__conjunction_operator_custom] = ACTIONS(2231), + [sym__disjunction_operator_custom] = ACTIONS(2231), + [sym__nil_coalescing_operator_custom] = ACTIONS(2231), + [sym__eq_custom] = ACTIONS(2231), + [sym__eq_eq_custom] = ACTIONS(2231), + [sym__plus_then_ws] = ACTIONS(2231), + [sym__minus_then_ws] = ACTIONS(2231), + [sym__bang_custom] = ACTIONS(2231), + [sym__throws_keyword] = ACTIONS(2231), + [sym__rethrows_keyword] = ACTIONS(2231), + [sym__as_custom] = ACTIONS(2231), + [sym__as_quest_custom] = ACTIONS(2231), + [sym__as_bang_custom] = ACTIONS(2231), + [sym__async_keyword_custom] = ACTIONS(2231), + [sym__custom_operator] = ACTIONS(2231), + }, + [STATE(829)] = { + [anon_sym_BANG] = ACTIONS(2233), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2235), + [anon_sym_async] = ACTIONS(2235), + [anon_sym_lazy] = ACTIONS(2235), + [anon_sym_package] = ACTIONS(2235), + [anon_sym_RPAREN] = ACTIONS(2235), + [anon_sym_COMMA] = ACTIONS(2235), + [anon_sym_COLON] = ACTIONS(2235), + [anon_sym_LPAREN] = ACTIONS(2235), + [anon_sym_LBRACK] = ACTIONS(2235), + [anon_sym_RBRACK] = ACTIONS(2235), + [anon_sym_DOT] = ACTIONS(2233), + [anon_sym_QMARK] = ACTIONS(2233), + [anon_sym_QMARK2] = ACTIONS(2235), + [anon_sym_AMP] = ACTIONS(2235), + [aux_sym_custom_operator_token1] = ACTIONS(2235), + [anon_sym_LT] = ACTIONS(2233), + [anon_sym_GT] = ACTIONS(2233), + [anon_sym_LBRACE] = ACTIONS(2235), + [anon_sym_CARET_LBRACE] = ACTIONS(2235), + [anon_sym_RBRACE] = ACTIONS(2235), + [anon_sym_case] = ACTIONS(2235), + [anon_sym_PLUS_EQ] = ACTIONS(2235), + [anon_sym_DASH_EQ] = ACTIONS(2235), + [anon_sym_STAR_EQ] = ACTIONS(2235), + [anon_sym_SLASH_EQ] = ACTIONS(2235), + [anon_sym_PERCENT_EQ] = ACTIONS(2235), + [anon_sym_BANG_EQ] = ACTIONS(2233), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2235), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2235), + [anon_sym_LT_EQ] = ACTIONS(2235), + [anon_sym_GT_EQ] = ACTIONS(2235), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2235), + [anon_sym_DOT_DOT_LT] = ACTIONS(2235), + [anon_sym_is] = ACTIONS(2235), + [anon_sym_PLUS] = ACTIONS(2233), + [anon_sym_DASH] = ACTIONS(2233), + [anon_sym_STAR] = ACTIONS(2233), + [anon_sym_SLASH] = ACTIONS(2233), + [anon_sym_PERCENT] = ACTIONS(2233), + [anon_sym_PLUS_PLUS] = ACTIONS(2235), + [anon_sym_DASH_DASH] = ACTIONS(2235), + [anon_sym_PIPE] = ACTIONS(2235), + [anon_sym_CARET] = ACTIONS(2233), + [anon_sym_LT_LT] = ACTIONS(2235), + [anon_sym_GT_GT] = ACTIONS(2235), + [anon_sym_import] = ACTIONS(2235), + [anon_sym_typealias] = ACTIONS(2235), + [anon_sym_struct] = ACTIONS(2235), + [anon_sym_class] = ACTIONS(2235), + [anon_sym_enum] = ACTIONS(2235), + [anon_sym_protocol] = ACTIONS(2235), + [anon_sym_let] = ACTIONS(2235), + [anon_sym_var] = ACTIONS(2235), + [anon_sym_func] = ACTIONS(2235), + [anon_sym_extension] = ACTIONS(2235), + [anon_sym_indirect] = ACTIONS(2235), + [anon_sym_SEMI] = ACTIONS(2235), + [anon_sym_init] = ACTIONS(2235), + [anon_sym_deinit] = ACTIONS(2235), + [anon_sym_subscript] = ACTIONS(2235), + [anon_sym_prefix] = ACTIONS(2235), + [anon_sym_infix] = ACTIONS(2235), + [anon_sym_postfix] = ACTIONS(2235), + [anon_sym_precedencegroup] = ACTIONS(2235), + [anon_sym_associatedtype] = ACTIONS(2235), + [anon_sym_AT] = ACTIONS(2233), + [anon_sym_override] = ACTIONS(2235), + [anon_sym_convenience] = ACTIONS(2235), + [anon_sym_required] = ACTIONS(2235), + [anon_sym_nonisolated] = ACTIONS(2235), + [anon_sym_public] = ACTIONS(2235), + [anon_sym_private] = ACTIONS(2235), + [anon_sym_internal] = ACTIONS(2235), + [anon_sym_fileprivate] = ACTIONS(2235), + [anon_sym_open] = ACTIONS(2235), + [anon_sym_mutating] = ACTIONS(2235), + [anon_sym_nonmutating] = ACTIONS(2235), + [anon_sym_static] = ACTIONS(2235), + [anon_sym_dynamic] = ACTIONS(2235), + [anon_sym_optional] = ACTIONS(2235), + [anon_sym_distributed] = ACTIONS(2235), + [anon_sym_final] = ACTIONS(2235), + [anon_sym_inout] = ACTIONS(2235), + [anon_sym_ATescaping] = ACTIONS(2235), + [anon_sym_ATautoclosure] = ACTIONS(2235), + [anon_sym_weak] = ACTIONS(2235), + [anon_sym_unowned] = ACTIONS(2233), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2235), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2235), + [anon_sym_borrowing] = ACTIONS(2235), + [anon_sym_consuming] = ACTIONS(2235), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2235), + [sym__dot_custom] = ACTIONS(2235), + [sym__conjunction_operator_custom] = ACTIONS(2235), + [sym__disjunction_operator_custom] = ACTIONS(2235), + [sym__nil_coalescing_operator_custom] = ACTIONS(2235), + [sym__eq_custom] = ACTIONS(2235), + [sym__eq_eq_custom] = ACTIONS(2235), + [sym__plus_then_ws] = ACTIONS(2235), + [sym__minus_then_ws] = ACTIONS(2235), + [sym__bang_custom] = ACTIONS(2235), + [sym__throws_keyword] = ACTIONS(2235), + [sym__rethrows_keyword] = ACTIONS(2235), + [sym__as_custom] = ACTIONS(2235), + [sym__as_quest_custom] = ACTIONS(2235), + [sym__as_bang_custom] = ACTIONS(2235), + [sym__async_keyword_custom] = ACTIONS(2235), + [sym__custom_operator] = ACTIONS(2235), + }, + [STATE(830)] = { + [anon_sym_BANG] = ACTIONS(2099), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2101), + [anon_sym_async] = ACTIONS(2101), + [anon_sym_lazy] = ACTIONS(2101), + [anon_sym_package] = ACTIONS(2101), + [anon_sym_RPAREN] = ACTIONS(2101), + [anon_sym_COMMA] = ACTIONS(2101), + [anon_sym_COLON] = ACTIONS(2101), + [anon_sym_LPAREN] = ACTIONS(2101), + [anon_sym_LBRACK] = ACTIONS(2101), + [anon_sym_RBRACK] = ACTIONS(2101), + [anon_sym_DOT] = ACTIONS(2099), + [anon_sym_QMARK] = ACTIONS(2099), + [anon_sym_QMARK2] = ACTIONS(2101), + [anon_sym_AMP] = ACTIONS(2101), + [aux_sym_custom_operator_token1] = ACTIONS(2101), + [anon_sym_LT] = ACTIONS(2099), + [anon_sym_GT] = ACTIONS(2099), + [anon_sym_LBRACE] = ACTIONS(2101), + [anon_sym_CARET_LBRACE] = ACTIONS(2101), + [anon_sym_RBRACE] = ACTIONS(2101), + [anon_sym_case] = ACTIONS(2101), + [anon_sym_PLUS_EQ] = ACTIONS(2101), + [anon_sym_DASH_EQ] = ACTIONS(2101), + [anon_sym_STAR_EQ] = ACTIONS(2101), + [anon_sym_SLASH_EQ] = ACTIONS(2101), + [anon_sym_PERCENT_EQ] = ACTIONS(2101), + [anon_sym_BANG_EQ] = ACTIONS(2099), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2101), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2101), + [anon_sym_LT_EQ] = ACTIONS(2101), + [anon_sym_GT_EQ] = ACTIONS(2101), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2101), + [anon_sym_DOT_DOT_LT] = ACTIONS(2101), + [anon_sym_is] = ACTIONS(2101), + [anon_sym_PLUS] = ACTIONS(2099), + [anon_sym_DASH] = ACTIONS(2099), + [anon_sym_STAR] = ACTIONS(2099), + [anon_sym_SLASH] = ACTIONS(2099), + [anon_sym_PERCENT] = ACTIONS(2099), + [anon_sym_PLUS_PLUS] = ACTIONS(2101), + [anon_sym_DASH_DASH] = ACTIONS(2101), + [anon_sym_PIPE] = ACTIONS(2101), + [anon_sym_CARET] = ACTIONS(2099), + [anon_sym_LT_LT] = ACTIONS(2101), + [anon_sym_GT_GT] = ACTIONS(2101), + [anon_sym_import] = ACTIONS(2101), + [anon_sym_typealias] = ACTIONS(2101), + [anon_sym_struct] = ACTIONS(2101), + [anon_sym_class] = ACTIONS(2101), + [anon_sym_enum] = ACTIONS(2101), + [anon_sym_protocol] = ACTIONS(2101), + [anon_sym_let] = ACTIONS(2101), + [anon_sym_var] = ACTIONS(2101), + [anon_sym_func] = ACTIONS(2101), + [anon_sym_extension] = ACTIONS(2101), + [anon_sym_indirect] = ACTIONS(2101), + [anon_sym_SEMI] = ACTIONS(2101), + [anon_sym_init] = ACTIONS(2101), + [anon_sym_deinit] = ACTIONS(2101), + [anon_sym_subscript] = ACTIONS(2101), + [anon_sym_prefix] = ACTIONS(2101), + [anon_sym_infix] = ACTIONS(2101), + [anon_sym_postfix] = ACTIONS(2101), + [anon_sym_precedencegroup] = ACTIONS(2101), + [anon_sym_associatedtype] = ACTIONS(2101), + [anon_sym_AT] = ACTIONS(2099), + [anon_sym_override] = ACTIONS(2101), + [anon_sym_convenience] = ACTIONS(2101), + [anon_sym_required] = ACTIONS(2101), + [anon_sym_nonisolated] = ACTIONS(2101), + [anon_sym_public] = ACTIONS(2101), + [anon_sym_private] = ACTIONS(2101), + [anon_sym_internal] = ACTIONS(2101), + [anon_sym_fileprivate] = ACTIONS(2101), + [anon_sym_open] = ACTIONS(2101), + [anon_sym_mutating] = ACTIONS(2101), + [anon_sym_nonmutating] = ACTIONS(2101), + [anon_sym_static] = ACTIONS(2101), + [anon_sym_dynamic] = ACTIONS(2101), + [anon_sym_optional] = ACTIONS(2101), + [anon_sym_distributed] = ACTIONS(2101), + [anon_sym_final] = ACTIONS(2101), + [anon_sym_inout] = ACTIONS(2101), + [anon_sym_ATescaping] = ACTIONS(2101), + [anon_sym_ATautoclosure] = ACTIONS(2101), + [anon_sym_weak] = ACTIONS(2101), + [anon_sym_unowned] = ACTIONS(2099), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2101), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2101), + [anon_sym_borrowing] = ACTIONS(2101), + [anon_sym_consuming] = ACTIONS(2101), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2101), + [sym__dot_custom] = ACTIONS(2101), + [sym__conjunction_operator_custom] = ACTIONS(2101), + [sym__disjunction_operator_custom] = ACTIONS(2101), + [sym__nil_coalescing_operator_custom] = ACTIONS(2101), + [sym__eq_custom] = ACTIONS(2101), + [sym__eq_eq_custom] = ACTIONS(2101), + [sym__plus_then_ws] = ACTIONS(2101), + [sym__minus_then_ws] = ACTIONS(2101), + [sym__bang_custom] = ACTIONS(2101), + [sym__throws_keyword] = ACTIONS(2101), + [sym__rethrows_keyword] = ACTIONS(2101), + [sym__as_custom] = ACTIONS(2101), + [sym__as_quest_custom] = ACTIONS(2101), + [sym__as_bang_custom] = ACTIONS(2101), + [sym__async_keyword_custom] = ACTIONS(2101), + [sym__custom_operator] = ACTIONS(2101), + }, + [STATE(831)] = { + [sym__key_path_postfixes] = STATE(834), + [sym_bang] = STATE(834), + [aux_sym__key_path_component_repeat1] = STATE(834), + [anon_sym_BANG] = ACTIONS(2237), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2239), + [anon_sym_async] = ACTIONS(2239), + [anon_sym_lazy] = ACTIONS(2239), + [anon_sym_package] = ACTIONS(2239), + [anon_sym_RPAREN] = ACTIONS(2239), + [anon_sym_COMMA] = ACTIONS(2239), + [anon_sym_COLON] = ACTIONS(2239), + [anon_sym_LPAREN] = ACTIONS(2239), + [anon_sym_LBRACK] = ACTIONS(2239), + [anon_sym_RBRACK] = ACTIONS(2239), + [anon_sym_DOT] = ACTIONS(2237), + [anon_sym_QMARK] = ACTIONS(2237), + [anon_sym_QMARK2] = ACTIONS(2239), + [anon_sym_AMP] = ACTIONS(2239), + [aux_sym_custom_operator_token1] = ACTIONS(2239), + [anon_sym_LT] = ACTIONS(2237), + [anon_sym_GT] = ACTIONS(2237), + [anon_sym_LBRACE] = ACTIONS(2239), + [anon_sym_CARET_LBRACE] = ACTIONS(2239), + [anon_sym_RBRACE] = ACTIONS(2239), + [anon_sym_self] = ACTIONS(2241), + [anon_sym_case] = ACTIONS(2239), + [anon_sym_PLUS_EQ] = ACTIONS(2239), + [anon_sym_DASH_EQ] = ACTIONS(2239), + [anon_sym_STAR_EQ] = ACTIONS(2239), + [anon_sym_SLASH_EQ] = ACTIONS(2239), + [anon_sym_PERCENT_EQ] = ACTIONS(2239), + [anon_sym_BANG_EQ] = ACTIONS(2237), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2239), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2239), + [anon_sym_LT_EQ] = ACTIONS(2239), + [anon_sym_GT_EQ] = ACTIONS(2239), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2239), + [anon_sym_DOT_DOT_LT] = ACTIONS(2239), + [anon_sym_is] = ACTIONS(2239), + [anon_sym_PLUS] = ACTIONS(2237), + [anon_sym_DASH] = ACTIONS(2237), + [anon_sym_STAR] = ACTIONS(2237), + [anon_sym_SLASH] = ACTIONS(2237), + [anon_sym_PERCENT] = ACTIONS(2237), + [anon_sym_PLUS_PLUS] = ACTIONS(2239), + [anon_sym_DASH_DASH] = ACTIONS(2239), + [anon_sym_PIPE] = ACTIONS(2239), + [anon_sym_CARET] = ACTIONS(2237), + [anon_sym_LT_LT] = ACTIONS(2239), + [anon_sym_GT_GT] = ACTIONS(2239), + [anon_sym_import] = ACTIONS(2239), + [anon_sym_typealias] = ACTIONS(2239), + [anon_sym_struct] = ACTIONS(2239), + [anon_sym_class] = ACTIONS(2239), + [anon_sym_enum] = ACTIONS(2239), + [anon_sym_protocol] = ACTIONS(2239), + [anon_sym_let] = ACTIONS(2239), + [anon_sym_var] = ACTIONS(2239), + [anon_sym_func] = ACTIONS(2239), + [anon_sym_extension] = ACTIONS(2239), + [anon_sym_indirect] = ACTIONS(2239), + [anon_sym_SEMI] = ACTIONS(2239), + [anon_sym_init] = ACTIONS(2239), + [anon_sym_deinit] = ACTIONS(2239), + [anon_sym_subscript] = ACTIONS(2239), + [anon_sym_prefix] = ACTIONS(2239), + [anon_sym_infix] = ACTIONS(2239), + [anon_sym_postfix] = ACTIONS(2239), + [anon_sym_precedencegroup] = ACTIONS(2239), + [anon_sym_associatedtype] = ACTIONS(2239), + [anon_sym_AT] = ACTIONS(2237), + [anon_sym_override] = ACTIONS(2239), + [anon_sym_convenience] = ACTIONS(2239), + [anon_sym_required] = ACTIONS(2239), + [anon_sym_nonisolated] = ACTIONS(2239), + [anon_sym_public] = ACTIONS(2239), + [anon_sym_private] = ACTIONS(2239), + [anon_sym_internal] = ACTIONS(2239), + [anon_sym_fileprivate] = ACTIONS(2239), + [anon_sym_open] = ACTIONS(2239), + [anon_sym_mutating] = ACTIONS(2239), + [anon_sym_nonmutating] = ACTIONS(2239), + [anon_sym_static] = ACTIONS(2239), + [anon_sym_dynamic] = ACTIONS(2239), + [anon_sym_optional] = ACTIONS(2239), + [anon_sym_distributed] = ACTIONS(2239), + [anon_sym_final] = ACTIONS(2239), + [anon_sym_inout] = ACTIONS(2239), + [anon_sym_ATescaping] = ACTIONS(2239), + [anon_sym_ATautoclosure] = ACTIONS(2239), + [anon_sym_weak] = ACTIONS(2239), + [anon_sym_unowned] = ACTIONS(2237), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2239), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2239), + [anon_sym_borrowing] = ACTIONS(2239), + [anon_sym_consuming] = ACTIONS(2239), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2239), + [sym__conjunction_operator_custom] = ACTIONS(2239), + [sym__disjunction_operator_custom] = ACTIONS(2239), + [sym__nil_coalescing_operator_custom] = ACTIONS(2239), + [sym__eq_custom] = ACTIONS(2239), + [sym__eq_eq_custom] = ACTIONS(2239), + [sym__plus_then_ws] = ACTIONS(2239), + [sym__minus_then_ws] = ACTIONS(2239), + [sym__bang_custom] = ACTIONS(2239), + [sym__as_custom] = ACTIONS(2239), + [sym__as_quest_custom] = ACTIONS(2239), + [sym__as_bang_custom] = ACTIONS(2239), + [sym__custom_operator] = ACTIONS(2239), + }, + [STATE(832)] = { + [sym__key_path_postfixes] = STATE(835), + [sym_bang] = STATE(835), + [aux_sym__key_path_component_repeat1] = STATE(835), + [anon_sym_BANG] = ACTIONS(2237), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2239), + [anon_sym_async] = ACTIONS(2239), + [anon_sym_lazy] = ACTIONS(2239), + [anon_sym_package] = ACTIONS(2239), + [anon_sym_RPAREN] = ACTIONS(2239), + [anon_sym_COMMA] = ACTIONS(2239), + [anon_sym_COLON] = ACTIONS(2239), + [anon_sym_LPAREN] = ACTIONS(2239), + [anon_sym_LBRACK] = ACTIONS(2239), + [anon_sym_RBRACK] = ACTIONS(2239), + [anon_sym_DOT] = ACTIONS(2237), + [anon_sym_QMARK] = ACTIONS(2237), + [anon_sym_QMARK2] = ACTIONS(2239), + [anon_sym_AMP] = ACTIONS(2239), + [aux_sym_custom_operator_token1] = ACTIONS(2239), + [anon_sym_LT] = ACTIONS(2237), + [anon_sym_GT] = ACTIONS(2237), + [anon_sym_LBRACE] = ACTIONS(2239), + [anon_sym_CARET_LBRACE] = ACTIONS(2239), + [anon_sym_RBRACE] = ACTIONS(2239), + [anon_sym_self] = ACTIONS(2243), + [anon_sym_case] = ACTIONS(2239), + [anon_sym_PLUS_EQ] = ACTIONS(2239), + [anon_sym_DASH_EQ] = ACTIONS(2239), + [anon_sym_STAR_EQ] = ACTIONS(2239), + [anon_sym_SLASH_EQ] = ACTIONS(2239), + [anon_sym_PERCENT_EQ] = ACTIONS(2239), + [anon_sym_BANG_EQ] = ACTIONS(2237), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2239), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2239), + [anon_sym_LT_EQ] = ACTIONS(2239), + [anon_sym_GT_EQ] = ACTIONS(2239), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2239), + [anon_sym_DOT_DOT_LT] = ACTIONS(2239), + [anon_sym_is] = ACTIONS(2239), + [anon_sym_PLUS] = ACTIONS(2237), + [anon_sym_DASH] = ACTIONS(2237), + [anon_sym_STAR] = ACTIONS(2237), + [anon_sym_SLASH] = ACTIONS(2237), + [anon_sym_PERCENT] = ACTIONS(2237), + [anon_sym_PLUS_PLUS] = ACTIONS(2239), + [anon_sym_DASH_DASH] = ACTIONS(2239), + [anon_sym_PIPE] = ACTIONS(2239), + [anon_sym_CARET] = ACTIONS(2237), + [anon_sym_LT_LT] = ACTIONS(2239), + [anon_sym_GT_GT] = ACTIONS(2239), + [anon_sym_import] = ACTIONS(2239), + [anon_sym_typealias] = ACTIONS(2239), + [anon_sym_struct] = ACTIONS(2239), + [anon_sym_class] = ACTIONS(2239), + [anon_sym_enum] = ACTIONS(2239), + [anon_sym_protocol] = ACTIONS(2239), + [anon_sym_let] = ACTIONS(2239), + [anon_sym_var] = ACTIONS(2239), + [anon_sym_func] = ACTIONS(2239), + [anon_sym_extension] = ACTIONS(2239), + [anon_sym_indirect] = ACTIONS(2239), + [anon_sym_SEMI] = ACTIONS(2239), + [anon_sym_init] = ACTIONS(2239), + [anon_sym_deinit] = ACTIONS(2239), + [anon_sym_subscript] = ACTIONS(2239), + [anon_sym_prefix] = ACTIONS(2239), + [anon_sym_infix] = ACTIONS(2239), + [anon_sym_postfix] = ACTIONS(2239), + [anon_sym_precedencegroup] = ACTIONS(2239), + [anon_sym_associatedtype] = ACTIONS(2239), + [anon_sym_AT] = ACTIONS(2237), + [anon_sym_override] = ACTIONS(2239), + [anon_sym_convenience] = ACTIONS(2239), + [anon_sym_required] = ACTIONS(2239), + [anon_sym_nonisolated] = ACTIONS(2239), + [anon_sym_public] = ACTIONS(2239), + [anon_sym_private] = ACTIONS(2239), + [anon_sym_internal] = ACTIONS(2239), + [anon_sym_fileprivate] = ACTIONS(2239), + [anon_sym_open] = ACTIONS(2239), + [anon_sym_mutating] = ACTIONS(2239), + [anon_sym_nonmutating] = ACTIONS(2239), + [anon_sym_static] = ACTIONS(2239), + [anon_sym_dynamic] = ACTIONS(2239), + [anon_sym_optional] = ACTIONS(2239), + [anon_sym_distributed] = ACTIONS(2239), + [anon_sym_final] = ACTIONS(2239), + [anon_sym_inout] = ACTIONS(2239), + [anon_sym_ATescaping] = ACTIONS(2239), + [anon_sym_ATautoclosure] = ACTIONS(2239), + [anon_sym_weak] = ACTIONS(2239), + [anon_sym_unowned] = ACTIONS(2237), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2239), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2239), + [anon_sym_borrowing] = ACTIONS(2239), + [anon_sym_consuming] = ACTIONS(2239), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2239), + [sym__conjunction_operator_custom] = ACTIONS(2239), + [sym__disjunction_operator_custom] = ACTIONS(2239), + [sym__nil_coalescing_operator_custom] = ACTIONS(2239), + [sym__eq_custom] = ACTIONS(2239), + [sym__eq_eq_custom] = ACTIONS(2239), + [sym__plus_then_ws] = ACTIONS(2239), + [sym__minus_then_ws] = ACTIONS(2239), + [sym__bang_custom] = ACTIONS(2239), + [sym__as_custom] = ACTIONS(2239), + [sym__as_quest_custom] = ACTIONS(2239), + [sym__as_bang_custom] = ACTIONS(2239), + [sym__custom_operator] = ACTIONS(2239), + }, + [STATE(833)] = { + [anon_sym_BANG] = ACTIONS(2245), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2247), + [anon_sym_async] = ACTIONS(2247), + [anon_sym_lazy] = ACTIONS(2247), + [anon_sym_package] = ACTIONS(2247), + [anon_sym_RPAREN] = ACTIONS(2247), + [anon_sym_COMMA] = ACTIONS(2247), + [anon_sym_COLON] = ACTIONS(2247), + [anon_sym_LPAREN] = ACTIONS(2247), + [anon_sym_LBRACK] = ACTIONS(2247), + [anon_sym_RBRACK] = ACTIONS(2247), + [anon_sym_DOT] = ACTIONS(2245), + [anon_sym_QMARK] = ACTIONS(2245), + [anon_sym_QMARK2] = ACTIONS(2247), + [anon_sym_AMP] = ACTIONS(2247), + [aux_sym_custom_operator_token1] = ACTIONS(2247), + [anon_sym_LT] = ACTIONS(2245), + [anon_sym_GT] = ACTIONS(2245), + [anon_sym_LBRACE] = ACTIONS(2247), + [anon_sym_CARET_LBRACE] = ACTIONS(2247), + [anon_sym_RBRACE] = ACTIONS(2247), + [anon_sym_case] = ACTIONS(2247), + [anon_sym_PLUS_EQ] = ACTIONS(2247), + [anon_sym_DASH_EQ] = ACTIONS(2247), + [anon_sym_STAR_EQ] = ACTIONS(2247), + [anon_sym_SLASH_EQ] = ACTIONS(2247), + [anon_sym_PERCENT_EQ] = ACTIONS(2247), + [anon_sym_BANG_EQ] = ACTIONS(2245), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2247), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2247), + [anon_sym_LT_EQ] = ACTIONS(2247), + [anon_sym_GT_EQ] = ACTIONS(2247), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2247), + [anon_sym_DOT_DOT_LT] = ACTIONS(2247), + [anon_sym_is] = ACTIONS(2247), + [anon_sym_PLUS] = ACTIONS(2245), + [anon_sym_DASH] = ACTIONS(2245), + [anon_sym_STAR] = ACTIONS(2245), + [anon_sym_SLASH] = ACTIONS(2245), + [anon_sym_PERCENT] = ACTIONS(2245), + [anon_sym_PLUS_PLUS] = ACTIONS(2247), + [anon_sym_DASH_DASH] = ACTIONS(2247), + [anon_sym_PIPE] = ACTIONS(2247), + [anon_sym_CARET] = ACTIONS(2245), + [anon_sym_LT_LT] = ACTIONS(2247), + [anon_sym_GT_GT] = ACTIONS(2247), + [anon_sym_import] = ACTIONS(2247), + [anon_sym_typealias] = ACTIONS(2247), + [anon_sym_struct] = ACTIONS(2247), + [anon_sym_class] = ACTIONS(2247), + [anon_sym_enum] = ACTIONS(2247), + [anon_sym_protocol] = ACTIONS(2247), + [anon_sym_let] = ACTIONS(2247), + [anon_sym_var] = ACTIONS(2247), + [anon_sym_func] = ACTIONS(2247), + [anon_sym_extension] = ACTIONS(2247), + [anon_sym_indirect] = ACTIONS(2247), + [anon_sym_SEMI] = ACTIONS(2247), + [anon_sym_init] = ACTIONS(2247), + [anon_sym_deinit] = ACTIONS(2247), + [anon_sym_subscript] = ACTIONS(2247), + [anon_sym_prefix] = ACTIONS(2247), + [anon_sym_infix] = ACTIONS(2247), + [anon_sym_postfix] = ACTIONS(2247), + [anon_sym_precedencegroup] = ACTIONS(2247), + [anon_sym_associatedtype] = ACTIONS(2247), + [anon_sym_AT] = ACTIONS(2245), + [anon_sym_override] = ACTIONS(2247), + [anon_sym_convenience] = ACTIONS(2247), + [anon_sym_required] = ACTIONS(2247), + [anon_sym_nonisolated] = ACTIONS(2247), + [anon_sym_public] = ACTIONS(2247), + [anon_sym_private] = ACTIONS(2247), + [anon_sym_internal] = ACTIONS(2247), + [anon_sym_fileprivate] = ACTIONS(2247), + [anon_sym_open] = ACTIONS(2247), + [anon_sym_mutating] = ACTIONS(2247), + [anon_sym_nonmutating] = ACTIONS(2247), + [anon_sym_static] = ACTIONS(2247), + [anon_sym_dynamic] = ACTIONS(2247), + [anon_sym_optional] = ACTIONS(2247), + [anon_sym_distributed] = ACTIONS(2247), + [anon_sym_final] = ACTIONS(2247), + [anon_sym_inout] = ACTIONS(2247), + [anon_sym_ATescaping] = ACTIONS(2247), + [anon_sym_ATautoclosure] = ACTIONS(2247), + [anon_sym_weak] = ACTIONS(2247), + [anon_sym_unowned] = ACTIONS(2245), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2247), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2247), + [anon_sym_borrowing] = ACTIONS(2247), + [anon_sym_consuming] = ACTIONS(2247), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2247), + [sym__dot_custom] = ACTIONS(2247), + [sym__conjunction_operator_custom] = ACTIONS(2247), + [sym__disjunction_operator_custom] = ACTIONS(2247), + [sym__nil_coalescing_operator_custom] = ACTIONS(2247), + [sym__eq_custom] = ACTIONS(2247), + [sym__eq_eq_custom] = ACTIONS(2247), + [sym__plus_then_ws] = ACTIONS(2247), + [sym__minus_then_ws] = ACTIONS(2247), + [sym__bang_custom] = ACTIONS(2247), + [sym__throws_keyword] = ACTIONS(2247), + [sym__rethrows_keyword] = ACTIONS(2247), + [sym__as_custom] = ACTIONS(2247), + [sym__as_quest_custom] = ACTIONS(2247), + [sym__as_bang_custom] = ACTIONS(2247), + [sym__async_keyword_custom] = ACTIONS(2247), + [sym__custom_operator] = ACTIONS(2247), + }, + [STATE(834)] = { + [sym__key_path_postfixes] = STATE(835), + [sym_bang] = STATE(835), + [aux_sym__key_path_component_repeat1] = STATE(835), + [anon_sym_BANG] = ACTIONS(2249), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2251), + [anon_sym_async] = ACTIONS(2251), + [anon_sym_lazy] = ACTIONS(2251), + [anon_sym_package] = ACTIONS(2251), + [anon_sym_RPAREN] = ACTIONS(2251), + [anon_sym_COMMA] = ACTIONS(2251), + [anon_sym_COLON] = ACTIONS(2251), + [anon_sym_LPAREN] = ACTIONS(2251), + [anon_sym_LBRACK] = ACTIONS(2251), + [anon_sym_RBRACK] = ACTIONS(2251), + [anon_sym_DOT] = ACTIONS(2249), + [anon_sym_QMARK] = ACTIONS(2249), + [anon_sym_QMARK2] = ACTIONS(2251), + [anon_sym_AMP] = ACTIONS(2251), + [aux_sym_custom_operator_token1] = ACTIONS(2251), + [anon_sym_LT] = ACTIONS(2249), + [anon_sym_GT] = ACTIONS(2249), + [anon_sym_LBRACE] = ACTIONS(2251), + [anon_sym_CARET_LBRACE] = ACTIONS(2251), + [anon_sym_RBRACE] = ACTIONS(2251), + [anon_sym_self] = ACTIONS(2243), + [anon_sym_case] = ACTIONS(2251), + [anon_sym_PLUS_EQ] = ACTIONS(2251), + [anon_sym_DASH_EQ] = ACTIONS(2251), + [anon_sym_STAR_EQ] = ACTIONS(2251), + [anon_sym_SLASH_EQ] = ACTIONS(2251), + [anon_sym_PERCENT_EQ] = ACTIONS(2251), + [anon_sym_BANG_EQ] = ACTIONS(2249), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2251), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2251), + [anon_sym_LT_EQ] = ACTIONS(2251), + [anon_sym_GT_EQ] = ACTIONS(2251), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2251), + [anon_sym_DOT_DOT_LT] = ACTIONS(2251), + [anon_sym_is] = ACTIONS(2251), + [anon_sym_PLUS] = ACTIONS(2249), + [anon_sym_DASH] = ACTIONS(2249), + [anon_sym_STAR] = ACTIONS(2249), + [anon_sym_SLASH] = ACTIONS(2249), + [anon_sym_PERCENT] = ACTIONS(2249), + [anon_sym_PLUS_PLUS] = ACTIONS(2251), + [anon_sym_DASH_DASH] = ACTIONS(2251), + [anon_sym_PIPE] = ACTIONS(2251), + [anon_sym_CARET] = ACTIONS(2249), + [anon_sym_LT_LT] = ACTIONS(2251), + [anon_sym_GT_GT] = ACTIONS(2251), + [anon_sym_import] = ACTIONS(2251), + [anon_sym_typealias] = ACTIONS(2251), + [anon_sym_struct] = ACTIONS(2251), + [anon_sym_class] = ACTIONS(2251), + [anon_sym_enum] = ACTIONS(2251), + [anon_sym_protocol] = ACTIONS(2251), + [anon_sym_let] = ACTIONS(2251), + [anon_sym_var] = ACTIONS(2251), + [anon_sym_func] = ACTIONS(2251), + [anon_sym_extension] = ACTIONS(2251), + [anon_sym_indirect] = ACTIONS(2251), + [anon_sym_SEMI] = ACTIONS(2251), + [anon_sym_init] = ACTIONS(2251), + [anon_sym_deinit] = ACTIONS(2251), + [anon_sym_subscript] = ACTIONS(2251), + [anon_sym_prefix] = ACTIONS(2251), + [anon_sym_infix] = ACTIONS(2251), + [anon_sym_postfix] = ACTIONS(2251), + [anon_sym_precedencegroup] = ACTIONS(2251), + [anon_sym_associatedtype] = ACTIONS(2251), + [anon_sym_AT] = ACTIONS(2249), + [anon_sym_override] = ACTIONS(2251), + [anon_sym_convenience] = ACTIONS(2251), + [anon_sym_required] = ACTIONS(2251), + [anon_sym_nonisolated] = ACTIONS(2251), + [anon_sym_public] = ACTIONS(2251), + [anon_sym_private] = ACTIONS(2251), + [anon_sym_internal] = ACTIONS(2251), + [anon_sym_fileprivate] = ACTIONS(2251), + [anon_sym_open] = ACTIONS(2251), + [anon_sym_mutating] = ACTIONS(2251), + [anon_sym_nonmutating] = ACTIONS(2251), + [anon_sym_static] = ACTIONS(2251), + [anon_sym_dynamic] = ACTIONS(2251), + [anon_sym_optional] = ACTIONS(2251), + [anon_sym_distributed] = ACTIONS(2251), + [anon_sym_final] = ACTIONS(2251), + [anon_sym_inout] = ACTIONS(2251), + [anon_sym_ATescaping] = ACTIONS(2251), + [anon_sym_ATautoclosure] = ACTIONS(2251), + [anon_sym_weak] = ACTIONS(2251), + [anon_sym_unowned] = ACTIONS(2249), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2251), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2251), + [anon_sym_borrowing] = ACTIONS(2251), + [anon_sym_consuming] = ACTIONS(2251), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2251), + [sym__conjunction_operator_custom] = ACTIONS(2251), + [sym__disjunction_operator_custom] = ACTIONS(2251), + [sym__nil_coalescing_operator_custom] = ACTIONS(2251), + [sym__eq_custom] = ACTIONS(2251), + [sym__eq_eq_custom] = ACTIONS(2251), + [sym__plus_then_ws] = ACTIONS(2251), + [sym__minus_then_ws] = ACTIONS(2251), + [sym__bang_custom] = ACTIONS(2251), + [sym__as_custom] = ACTIONS(2251), + [sym__as_quest_custom] = ACTIONS(2251), + [sym__as_bang_custom] = ACTIONS(2251), + [sym__custom_operator] = ACTIONS(2251), + }, + [STATE(835)] = { + [sym__key_path_postfixes] = STATE(835), + [sym_bang] = STATE(835), + [aux_sym__key_path_component_repeat1] = STATE(835), + [anon_sym_BANG] = ACTIONS(2253), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2256), + [anon_sym_async] = ACTIONS(2256), + [anon_sym_lazy] = ACTIONS(2256), + [anon_sym_package] = ACTIONS(2256), + [anon_sym_RPAREN] = ACTIONS(2256), + [anon_sym_COMMA] = ACTIONS(2256), + [anon_sym_COLON] = ACTIONS(2256), + [anon_sym_LPAREN] = ACTIONS(2256), + [anon_sym_LBRACK] = ACTIONS(2258), + [anon_sym_RBRACK] = ACTIONS(2256), + [anon_sym_DOT] = ACTIONS(2261), + [anon_sym_QMARK] = ACTIONS(2263), + [anon_sym_QMARK2] = ACTIONS(2256), + [anon_sym_AMP] = ACTIONS(2256), + [aux_sym_custom_operator_token1] = ACTIONS(2256), + [anon_sym_LT] = ACTIONS(2261), + [anon_sym_GT] = ACTIONS(2261), + [anon_sym_LBRACE] = ACTIONS(2256), + [anon_sym_CARET_LBRACE] = ACTIONS(2256), + [anon_sym_RBRACE] = ACTIONS(2256), + [anon_sym_self] = ACTIONS(2266), + [anon_sym_case] = ACTIONS(2256), + [anon_sym_PLUS_EQ] = ACTIONS(2256), + [anon_sym_DASH_EQ] = ACTIONS(2256), + [anon_sym_STAR_EQ] = ACTIONS(2256), + [anon_sym_SLASH_EQ] = ACTIONS(2256), + [anon_sym_PERCENT_EQ] = ACTIONS(2256), + [anon_sym_BANG_EQ] = ACTIONS(2261), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2256), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2256), + [anon_sym_LT_EQ] = ACTIONS(2256), + [anon_sym_GT_EQ] = ACTIONS(2256), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2256), + [anon_sym_DOT_DOT_LT] = ACTIONS(2256), + [anon_sym_is] = ACTIONS(2256), + [anon_sym_PLUS] = ACTIONS(2261), + [anon_sym_DASH] = ACTIONS(2261), + [anon_sym_STAR] = ACTIONS(2261), + [anon_sym_SLASH] = ACTIONS(2261), + [anon_sym_PERCENT] = ACTIONS(2261), + [anon_sym_PLUS_PLUS] = ACTIONS(2256), + [anon_sym_DASH_DASH] = ACTIONS(2256), + [anon_sym_PIPE] = ACTIONS(2256), + [anon_sym_CARET] = ACTIONS(2261), + [anon_sym_LT_LT] = ACTIONS(2256), + [anon_sym_GT_GT] = ACTIONS(2256), + [anon_sym_import] = ACTIONS(2256), + [anon_sym_typealias] = ACTIONS(2256), + [anon_sym_struct] = ACTIONS(2256), + [anon_sym_class] = ACTIONS(2256), + [anon_sym_enum] = ACTIONS(2256), + [anon_sym_protocol] = ACTIONS(2256), + [anon_sym_let] = ACTIONS(2256), + [anon_sym_var] = ACTIONS(2256), + [anon_sym_func] = ACTIONS(2256), + [anon_sym_extension] = ACTIONS(2256), + [anon_sym_indirect] = ACTIONS(2256), + [anon_sym_SEMI] = ACTIONS(2256), + [anon_sym_init] = ACTIONS(2256), + [anon_sym_deinit] = ACTIONS(2256), + [anon_sym_subscript] = ACTIONS(2256), + [anon_sym_prefix] = ACTIONS(2256), + [anon_sym_infix] = ACTIONS(2256), + [anon_sym_postfix] = ACTIONS(2256), + [anon_sym_precedencegroup] = ACTIONS(2256), + [anon_sym_associatedtype] = ACTIONS(2256), + [anon_sym_AT] = ACTIONS(2261), + [anon_sym_override] = ACTIONS(2256), + [anon_sym_convenience] = ACTIONS(2256), + [anon_sym_required] = ACTIONS(2256), + [anon_sym_nonisolated] = ACTIONS(2256), + [anon_sym_public] = ACTIONS(2256), + [anon_sym_private] = ACTIONS(2256), + [anon_sym_internal] = ACTIONS(2256), + [anon_sym_fileprivate] = ACTIONS(2256), + [anon_sym_open] = ACTIONS(2256), + [anon_sym_mutating] = ACTIONS(2256), + [anon_sym_nonmutating] = ACTIONS(2256), + [anon_sym_static] = ACTIONS(2256), + [anon_sym_dynamic] = ACTIONS(2256), + [anon_sym_optional] = ACTIONS(2256), + [anon_sym_distributed] = ACTIONS(2256), + [anon_sym_final] = ACTIONS(2256), + [anon_sym_inout] = ACTIONS(2256), + [anon_sym_ATescaping] = ACTIONS(2256), + [anon_sym_ATautoclosure] = ACTIONS(2256), + [anon_sym_weak] = ACTIONS(2256), + [anon_sym_unowned] = ACTIONS(2261), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2256), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2256), + [anon_sym_borrowing] = ACTIONS(2256), + [anon_sym_consuming] = ACTIONS(2256), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2256), + [sym__conjunction_operator_custom] = ACTIONS(2256), + [sym__disjunction_operator_custom] = ACTIONS(2256), + [sym__nil_coalescing_operator_custom] = ACTIONS(2256), + [sym__eq_custom] = ACTIONS(2256), + [sym__eq_eq_custom] = ACTIONS(2256), + [sym__plus_then_ws] = ACTIONS(2256), + [sym__minus_then_ws] = ACTIONS(2256), + [sym__bang_custom] = ACTIONS(2269), + [sym__as_custom] = ACTIONS(2256), + [sym__as_quest_custom] = ACTIONS(2256), + [sym__as_bang_custom] = ACTIONS(2256), + [sym__custom_operator] = ACTIONS(2256), + }, + [STATE(836)] = { + [anon_sym_BANG] = ACTIONS(2272), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2274), + [anon_sym_async] = ACTIONS(2274), + [anon_sym_lazy] = ACTIONS(2274), + [anon_sym_package] = ACTIONS(2274), + [anon_sym_RPAREN] = ACTIONS(2274), + [anon_sym_COMMA] = ACTIONS(2274), + [anon_sym_COLON] = ACTIONS(2274), + [anon_sym_LPAREN] = ACTIONS(2274), + [anon_sym_LBRACK] = ACTIONS(2274), + [anon_sym_RBRACK] = ACTIONS(2274), + [anon_sym_DOT] = ACTIONS(2272), + [anon_sym_QMARK] = ACTIONS(2272), + [anon_sym_QMARK2] = ACTIONS(2274), + [anon_sym_AMP] = ACTIONS(2274), + [aux_sym_custom_operator_token1] = ACTIONS(2274), + [anon_sym_LT] = ACTIONS(2272), + [anon_sym_GT] = ACTIONS(2272), + [anon_sym_LBRACE] = ACTIONS(2274), + [anon_sym_CARET_LBRACE] = ACTIONS(2274), + [anon_sym_RBRACE] = ACTIONS(2274), + [anon_sym_case] = ACTIONS(2274), + [anon_sym_PLUS_EQ] = ACTIONS(2274), + [anon_sym_DASH_EQ] = ACTIONS(2274), + [anon_sym_STAR_EQ] = ACTIONS(2274), + [anon_sym_SLASH_EQ] = ACTIONS(2274), + [anon_sym_PERCENT_EQ] = ACTIONS(2274), + [anon_sym_BANG_EQ] = ACTIONS(2272), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2274), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2274), + [anon_sym_LT_EQ] = ACTIONS(2274), + [anon_sym_GT_EQ] = ACTIONS(2274), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2274), + [anon_sym_DOT_DOT_LT] = ACTIONS(2274), + [anon_sym_is] = ACTIONS(2274), + [anon_sym_PLUS] = ACTIONS(2272), + [anon_sym_DASH] = ACTIONS(2272), + [anon_sym_STAR] = ACTIONS(2272), + [anon_sym_SLASH] = ACTIONS(2272), + [anon_sym_PERCENT] = ACTIONS(2272), + [anon_sym_PLUS_PLUS] = ACTIONS(2274), + [anon_sym_DASH_DASH] = ACTIONS(2274), + [anon_sym_PIPE] = ACTIONS(2274), + [anon_sym_CARET] = ACTIONS(2272), + [anon_sym_LT_LT] = ACTIONS(2274), + [anon_sym_GT_GT] = ACTIONS(2274), + [anon_sym_import] = ACTIONS(2274), + [anon_sym_typealias] = ACTIONS(2274), + [anon_sym_struct] = ACTIONS(2274), + [anon_sym_class] = ACTIONS(2274), + [anon_sym_enum] = ACTIONS(2274), + [anon_sym_protocol] = ACTIONS(2274), + [anon_sym_let] = ACTIONS(2274), + [anon_sym_var] = ACTIONS(2274), + [anon_sym_func] = ACTIONS(2274), + [anon_sym_extension] = ACTIONS(2274), + [anon_sym_indirect] = ACTIONS(2274), + [anon_sym_SEMI] = ACTIONS(2274), + [anon_sym_init] = ACTIONS(2274), + [anon_sym_deinit] = ACTIONS(2274), + [anon_sym_subscript] = ACTIONS(2274), + [anon_sym_prefix] = ACTIONS(2274), + [anon_sym_infix] = ACTIONS(2274), + [anon_sym_postfix] = ACTIONS(2274), + [anon_sym_precedencegroup] = ACTIONS(2274), + [anon_sym_associatedtype] = ACTIONS(2274), + [anon_sym_AT] = ACTIONS(2272), + [anon_sym_override] = ACTIONS(2274), + [anon_sym_convenience] = ACTIONS(2274), + [anon_sym_required] = ACTIONS(2274), + [anon_sym_nonisolated] = ACTIONS(2274), + [anon_sym_public] = ACTIONS(2274), + [anon_sym_private] = ACTIONS(2274), + [anon_sym_internal] = ACTIONS(2274), + [anon_sym_fileprivate] = ACTIONS(2274), + [anon_sym_open] = ACTIONS(2274), + [anon_sym_mutating] = ACTIONS(2274), + [anon_sym_nonmutating] = ACTIONS(2274), + [anon_sym_static] = ACTIONS(2274), + [anon_sym_dynamic] = ACTIONS(2274), + [anon_sym_optional] = ACTIONS(2274), + [anon_sym_distributed] = ACTIONS(2274), + [anon_sym_final] = ACTIONS(2274), + [anon_sym_inout] = ACTIONS(2274), + [anon_sym_ATescaping] = ACTIONS(2274), + [anon_sym_ATautoclosure] = ACTIONS(2274), + [anon_sym_weak] = ACTIONS(2274), + [anon_sym_unowned] = ACTIONS(2272), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2274), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2274), + [anon_sym_borrowing] = ACTIONS(2274), + [anon_sym_consuming] = ACTIONS(2274), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2274), + [sym__dot_custom] = ACTIONS(2274), + [sym__conjunction_operator_custom] = ACTIONS(2274), + [sym__disjunction_operator_custom] = ACTIONS(2274), + [sym__nil_coalescing_operator_custom] = ACTIONS(2274), + [sym__eq_custom] = ACTIONS(2274), + [sym__eq_eq_custom] = ACTIONS(2274), + [sym__plus_then_ws] = ACTIONS(2274), + [sym__minus_then_ws] = ACTIONS(2274), + [sym__bang_custom] = ACTIONS(2274), + [sym__throws_keyword] = ACTIONS(2274), + [sym__rethrows_keyword] = ACTIONS(2274), + [sym__as_custom] = ACTIONS(2274), + [sym__as_quest_custom] = ACTIONS(2274), + [sym__as_bang_custom] = ACTIONS(2274), + [sym__async_keyword_custom] = ACTIONS(2274), + [sym__custom_operator] = ACTIONS(2274), + }, + [STATE(837)] = { + [anon_sym_BANG] = ACTIONS(2085), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2087), + [anon_sym_async] = ACTIONS(2087), + [anon_sym_lazy] = ACTIONS(2087), + [anon_sym_package] = ACTIONS(2087), + [anon_sym_RPAREN] = ACTIONS(2087), + [anon_sym_COMMA] = ACTIONS(2087), + [anon_sym_COLON] = ACTIONS(2087), + [anon_sym_LPAREN] = ACTIONS(2087), + [anon_sym_LBRACK] = ACTIONS(2087), + [anon_sym_RBRACK] = ACTIONS(2087), + [anon_sym_DOT] = ACTIONS(2085), + [anon_sym_QMARK] = ACTIONS(2085), + [anon_sym_QMARK2] = ACTIONS(2087), + [anon_sym_AMP] = ACTIONS(2087), + [aux_sym_custom_operator_token1] = ACTIONS(2087), + [anon_sym_LT] = ACTIONS(2085), + [anon_sym_GT] = ACTIONS(2085), + [anon_sym_LBRACE] = ACTIONS(2087), + [anon_sym_CARET_LBRACE] = ACTIONS(2087), + [anon_sym_RBRACE] = ACTIONS(2087), + [anon_sym_case] = ACTIONS(2087), + [anon_sym_PLUS_EQ] = ACTIONS(2087), + [anon_sym_DASH_EQ] = ACTIONS(2087), + [anon_sym_STAR_EQ] = ACTIONS(2087), + [anon_sym_SLASH_EQ] = ACTIONS(2087), + [anon_sym_PERCENT_EQ] = ACTIONS(2087), + [anon_sym_BANG_EQ] = ACTIONS(2085), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2087), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2087), + [anon_sym_LT_EQ] = ACTIONS(2087), + [anon_sym_GT_EQ] = ACTIONS(2087), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2087), + [anon_sym_DOT_DOT_LT] = ACTIONS(2087), + [anon_sym_is] = ACTIONS(2087), + [anon_sym_PLUS] = ACTIONS(2085), + [anon_sym_DASH] = ACTIONS(2085), + [anon_sym_STAR] = ACTIONS(2085), + [anon_sym_SLASH] = ACTIONS(2085), + [anon_sym_PERCENT] = ACTIONS(2085), + [anon_sym_PLUS_PLUS] = ACTIONS(2087), + [anon_sym_DASH_DASH] = ACTIONS(2087), + [anon_sym_PIPE] = ACTIONS(2087), + [anon_sym_CARET] = ACTIONS(2085), + [anon_sym_LT_LT] = ACTIONS(2087), + [anon_sym_GT_GT] = ACTIONS(2087), + [anon_sym_import] = ACTIONS(2087), + [anon_sym_typealias] = ACTIONS(2087), + [anon_sym_struct] = ACTIONS(2087), + [anon_sym_class] = ACTIONS(2087), + [anon_sym_enum] = ACTIONS(2087), + [anon_sym_protocol] = ACTIONS(2087), + [anon_sym_let] = ACTIONS(2087), + [anon_sym_var] = ACTIONS(2087), + [anon_sym_func] = ACTIONS(2087), + [anon_sym_extension] = ACTIONS(2087), + [anon_sym_indirect] = ACTIONS(2087), + [anon_sym_SEMI] = ACTIONS(2087), + [anon_sym_init] = ACTIONS(2087), + [anon_sym_deinit] = ACTIONS(2087), + [anon_sym_subscript] = ACTIONS(2087), + [anon_sym_prefix] = ACTIONS(2087), + [anon_sym_infix] = ACTIONS(2087), + [anon_sym_postfix] = ACTIONS(2087), + [anon_sym_precedencegroup] = ACTIONS(2087), + [anon_sym_associatedtype] = ACTIONS(2087), + [anon_sym_AT] = ACTIONS(2085), + [anon_sym_override] = ACTIONS(2087), + [anon_sym_convenience] = ACTIONS(2087), + [anon_sym_required] = ACTIONS(2087), + [anon_sym_nonisolated] = ACTIONS(2087), + [anon_sym_public] = ACTIONS(2087), + [anon_sym_private] = ACTIONS(2087), + [anon_sym_internal] = ACTIONS(2087), + [anon_sym_fileprivate] = ACTIONS(2087), + [anon_sym_open] = ACTIONS(2087), + [anon_sym_mutating] = ACTIONS(2087), + [anon_sym_nonmutating] = ACTIONS(2087), + [anon_sym_static] = ACTIONS(2087), + [anon_sym_dynamic] = ACTIONS(2087), + [anon_sym_optional] = ACTIONS(2087), + [anon_sym_distributed] = ACTIONS(2087), + [anon_sym_final] = ACTIONS(2087), + [anon_sym_inout] = ACTIONS(2087), + [anon_sym_ATescaping] = ACTIONS(2087), + [anon_sym_ATautoclosure] = ACTIONS(2087), + [anon_sym_weak] = ACTIONS(2087), + [anon_sym_unowned] = ACTIONS(2085), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2087), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2087), + [anon_sym_borrowing] = ACTIONS(2087), + [anon_sym_consuming] = ACTIONS(2087), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2087), + [sym__dot_custom] = ACTIONS(2087), + [sym__conjunction_operator_custom] = ACTIONS(2087), + [sym__disjunction_operator_custom] = ACTIONS(2087), + [sym__nil_coalescing_operator_custom] = ACTIONS(2087), + [sym__eq_custom] = ACTIONS(2087), + [sym__eq_eq_custom] = ACTIONS(2087), + [sym__plus_then_ws] = ACTIONS(2087), + [sym__minus_then_ws] = ACTIONS(2087), + [sym__bang_custom] = ACTIONS(2087), + [sym__throws_keyword] = ACTIONS(2087), + [sym__rethrows_keyword] = ACTIONS(2087), + [sym__as_custom] = ACTIONS(2087), + [sym__as_quest_custom] = ACTIONS(2087), + [sym__as_bang_custom] = ACTIONS(2087), + [sym__async_keyword_custom] = ACTIONS(2087), + [sym__custom_operator] = ACTIONS(2087), + }, + [STATE(838)] = { + [anon_sym_BANG] = ACTIONS(2276), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2278), + [anon_sym_async] = ACTIONS(2278), + [anon_sym_lazy] = ACTIONS(2278), + [anon_sym_package] = ACTIONS(2278), + [anon_sym_RPAREN] = ACTIONS(2278), + [anon_sym_COMMA] = ACTIONS(2278), + [anon_sym_COLON] = ACTIONS(2278), + [anon_sym_LPAREN] = ACTIONS(2278), + [anon_sym_LBRACK] = ACTIONS(2278), + [anon_sym_RBRACK] = ACTIONS(2278), + [anon_sym_DOT] = ACTIONS(2276), + [anon_sym_QMARK] = ACTIONS(2276), + [anon_sym_QMARK2] = ACTIONS(2278), + [anon_sym_AMP] = ACTIONS(2278), + [aux_sym_custom_operator_token1] = ACTIONS(2278), + [anon_sym_LT] = ACTIONS(2276), + [anon_sym_GT] = ACTIONS(2276), + [anon_sym_LBRACE] = ACTIONS(2278), + [anon_sym_CARET_LBRACE] = ACTIONS(2278), + [anon_sym_RBRACE] = ACTIONS(2278), + [anon_sym_case] = ACTIONS(2278), + [anon_sym_PLUS_EQ] = ACTIONS(2278), + [anon_sym_DASH_EQ] = ACTIONS(2278), + [anon_sym_STAR_EQ] = ACTIONS(2278), + [anon_sym_SLASH_EQ] = ACTIONS(2278), + [anon_sym_PERCENT_EQ] = ACTIONS(2278), + [anon_sym_BANG_EQ] = ACTIONS(2276), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2278), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2278), + [anon_sym_LT_EQ] = ACTIONS(2278), + [anon_sym_GT_EQ] = ACTIONS(2278), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2278), + [anon_sym_DOT_DOT_LT] = ACTIONS(2278), + [anon_sym_is] = ACTIONS(2278), + [anon_sym_PLUS] = ACTIONS(2276), + [anon_sym_DASH] = ACTIONS(2276), + [anon_sym_STAR] = ACTIONS(2276), + [anon_sym_SLASH] = ACTIONS(2276), + [anon_sym_PERCENT] = ACTIONS(2276), + [anon_sym_PLUS_PLUS] = ACTIONS(2278), + [anon_sym_DASH_DASH] = ACTIONS(2278), + [anon_sym_PIPE] = ACTIONS(2278), + [anon_sym_CARET] = ACTIONS(2276), + [anon_sym_LT_LT] = ACTIONS(2278), + [anon_sym_GT_GT] = ACTIONS(2278), + [anon_sym_import] = ACTIONS(2278), + [anon_sym_typealias] = ACTIONS(2278), + [anon_sym_struct] = ACTIONS(2278), + [anon_sym_class] = ACTIONS(2278), + [anon_sym_enum] = ACTIONS(2278), + [anon_sym_protocol] = ACTIONS(2278), + [anon_sym_let] = ACTIONS(2278), + [anon_sym_var] = ACTIONS(2278), + [anon_sym_func] = ACTIONS(2278), + [anon_sym_extension] = ACTIONS(2278), + [anon_sym_indirect] = ACTIONS(2278), + [anon_sym_SEMI] = ACTIONS(2278), + [anon_sym_init] = ACTIONS(2278), + [anon_sym_deinit] = ACTIONS(2278), + [anon_sym_subscript] = ACTIONS(2278), + [anon_sym_prefix] = ACTIONS(2278), + [anon_sym_infix] = ACTIONS(2278), + [anon_sym_postfix] = ACTIONS(2278), + [anon_sym_precedencegroup] = ACTIONS(2278), + [anon_sym_associatedtype] = ACTIONS(2278), + [anon_sym_AT] = ACTIONS(2276), + [anon_sym_override] = ACTIONS(2278), + [anon_sym_convenience] = ACTIONS(2278), + [anon_sym_required] = ACTIONS(2278), + [anon_sym_nonisolated] = ACTIONS(2278), + [anon_sym_public] = ACTIONS(2278), + [anon_sym_private] = ACTIONS(2278), + [anon_sym_internal] = ACTIONS(2278), + [anon_sym_fileprivate] = ACTIONS(2278), + [anon_sym_open] = ACTIONS(2278), + [anon_sym_mutating] = ACTIONS(2278), + [anon_sym_nonmutating] = ACTIONS(2278), + [anon_sym_static] = ACTIONS(2278), + [anon_sym_dynamic] = ACTIONS(2278), + [anon_sym_optional] = ACTIONS(2278), + [anon_sym_distributed] = ACTIONS(2278), + [anon_sym_final] = ACTIONS(2278), + [anon_sym_inout] = ACTIONS(2278), + [anon_sym_ATescaping] = ACTIONS(2278), + [anon_sym_ATautoclosure] = ACTIONS(2278), + [anon_sym_weak] = ACTIONS(2278), + [anon_sym_unowned] = ACTIONS(2276), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2278), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2278), + [anon_sym_borrowing] = ACTIONS(2278), + [anon_sym_consuming] = ACTIONS(2278), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2278), + [sym__dot_custom] = ACTIONS(2278), + [sym__conjunction_operator_custom] = ACTIONS(2278), + [sym__disjunction_operator_custom] = ACTIONS(2278), + [sym__nil_coalescing_operator_custom] = ACTIONS(2278), + [sym__eq_custom] = ACTIONS(2278), + [sym__eq_eq_custom] = ACTIONS(2278), + [sym__plus_then_ws] = ACTIONS(2278), + [sym__minus_then_ws] = ACTIONS(2278), + [sym__bang_custom] = ACTIONS(2278), + [sym__throws_keyword] = ACTIONS(2278), + [sym__rethrows_keyword] = ACTIONS(2278), + [sym__as_custom] = ACTIONS(2278), + [sym__as_quest_custom] = ACTIONS(2278), + [sym__as_bang_custom] = ACTIONS(2278), + [sym__async_keyword_custom] = ACTIONS(2278), + [sym__custom_operator] = ACTIONS(2278), + }, + [STATE(839)] = { + [anon_sym_BANG] = ACTIONS(2280), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2282), + [anon_sym_async] = ACTIONS(2282), + [anon_sym_lazy] = ACTIONS(2282), + [anon_sym_package] = ACTIONS(2282), + [anon_sym_RPAREN] = ACTIONS(2282), + [anon_sym_COMMA] = ACTIONS(2282), + [anon_sym_COLON] = ACTIONS(2282), + [anon_sym_LPAREN] = ACTIONS(2282), + [anon_sym_LBRACK] = ACTIONS(2282), + [anon_sym_RBRACK] = ACTIONS(2282), + [anon_sym_DOT] = ACTIONS(2280), + [anon_sym_QMARK] = ACTIONS(2280), + [anon_sym_QMARK2] = ACTIONS(2282), + [anon_sym_AMP] = ACTIONS(2282), + [aux_sym_custom_operator_token1] = ACTIONS(2282), + [anon_sym_LT] = ACTIONS(2280), + [anon_sym_GT] = ACTIONS(2280), + [anon_sym_LBRACE] = ACTIONS(2282), + [anon_sym_CARET_LBRACE] = ACTIONS(2282), + [anon_sym_RBRACE] = ACTIONS(2282), + [anon_sym_case] = ACTIONS(2282), + [anon_sym_PLUS_EQ] = ACTIONS(2282), + [anon_sym_DASH_EQ] = ACTIONS(2282), + [anon_sym_STAR_EQ] = ACTIONS(2282), + [anon_sym_SLASH_EQ] = ACTIONS(2282), + [anon_sym_PERCENT_EQ] = ACTIONS(2282), + [anon_sym_BANG_EQ] = ACTIONS(2280), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2282), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2282), + [anon_sym_LT_EQ] = ACTIONS(2282), + [anon_sym_GT_EQ] = ACTIONS(2282), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2282), + [anon_sym_DOT_DOT_LT] = ACTIONS(2282), + [anon_sym_is] = ACTIONS(2282), + [anon_sym_PLUS] = ACTIONS(2280), + [anon_sym_DASH] = ACTIONS(2280), + [anon_sym_STAR] = ACTIONS(2280), + [anon_sym_SLASH] = ACTIONS(2280), + [anon_sym_PERCENT] = ACTIONS(2280), + [anon_sym_PLUS_PLUS] = ACTIONS(2282), + [anon_sym_DASH_DASH] = ACTIONS(2282), + [anon_sym_PIPE] = ACTIONS(2282), + [anon_sym_CARET] = ACTIONS(2280), + [anon_sym_LT_LT] = ACTIONS(2282), + [anon_sym_GT_GT] = ACTIONS(2282), + [anon_sym_import] = ACTIONS(2282), + [anon_sym_typealias] = ACTIONS(2282), + [anon_sym_struct] = ACTIONS(2282), + [anon_sym_class] = ACTIONS(2282), + [anon_sym_enum] = ACTIONS(2282), + [anon_sym_protocol] = ACTIONS(2282), + [anon_sym_let] = ACTIONS(2282), + [anon_sym_var] = ACTIONS(2282), + [anon_sym_func] = ACTIONS(2282), + [anon_sym_extension] = ACTIONS(2282), + [anon_sym_indirect] = ACTIONS(2282), + [anon_sym_SEMI] = ACTIONS(2282), + [anon_sym_init] = ACTIONS(2282), + [anon_sym_deinit] = ACTIONS(2282), + [anon_sym_subscript] = ACTIONS(2282), + [anon_sym_prefix] = ACTIONS(2282), + [anon_sym_infix] = ACTIONS(2282), + [anon_sym_postfix] = ACTIONS(2282), + [anon_sym_precedencegroup] = ACTIONS(2282), + [anon_sym_associatedtype] = ACTIONS(2282), + [anon_sym_AT] = ACTIONS(2280), + [anon_sym_override] = ACTIONS(2282), + [anon_sym_convenience] = ACTIONS(2282), + [anon_sym_required] = ACTIONS(2282), + [anon_sym_nonisolated] = ACTIONS(2282), + [anon_sym_public] = ACTIONS(2282), + [anon_sym_private] = ACTIONS(2282), + [anon_sym_internal] = ACTIONS(2282), + [anon_sym_fileprivate] = ACTIONS(2282), + [anon_sym_open] = ACTIONS(2282), + [anon_sym_mutating] = ACTIONS(2282), + [anon_sym_nonmutating] = ACTIONS(2282), + [anon_sym_static] = ACTIONS(2282), + [anon_sym_dynamic] = ACTIONS(2282), + [anon_sym_optional] = ACTIONS(2282), + [anon_sym_distributed] = ACTIONS(2282), + [anon_sym_final] = ACTIONS(2282), + [anon_sym_inout] = ACTIONS(2282), + [anon_sym_ATescaping] = ACTIONS(2282), + [anon_sym_ATautoclosure] = ACTIONS(2282), + [anon_sym_weak] = ACTIONS(2282), + [anon_sym_unowned] = ACTIONS(2280), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2282), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2282), + [anon_sym_borrowing] = ACTIONS(2282), + [anon_sym_consuming] = ACTIONS(2282), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2282), + [sym__dot_custom] = ACTIONS(2282), + [sym__conjunction_operator_custom] = ACTIONS(2282), + [sym__disjunction_operator_custom] = ACTIONS(2282), + [sym__nil_coalescing_operator_custom] = ACTIONS(2282), + [sym__eq_custom] = ACTIONS(2282), + [sym__eq_eq_custom] = ACTIONS(2282), + [sym__plus_then_ws] = ACTIONS(2282), + [sym__minus_then_ws] = ACTIONS(2282), + [sym__bang_custom] = ACTIONS(2282), + [sym__throws_keyword] = ACTIONS(2282), + [sym__rethrows_keyword] = ACTIONS(2282), + [sym__as_custom] = ACTIONS(2282), + [sym__as_quest_custom] = ACTIONS(2282), + [sym__as_bang_custom] = ACTIONS(2282), + [sym__async_keyword_custom] = ACTIONS(2282), + [sym__custom_operator] = ACTIONS(2282), + }, + [STATE(840)] = { + [anon_sym_BANG] = ACTIONS(2284), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2286), + [anon_sym_async] = ACTIONS(2286), + [anon_sym_lazy] = ACTIONS(2286), + [anon_sym_package] = ACTIONS(2286), + [anon_sym_RPAREN] = ACTIONS(2286), + [anon_sym_COMMA] = ACTIONS(2286), + [anon_sym_COLON] = ACTIONS(2286), + [anon_sym_LPAREN] = ACTIONS(2286), + [anon_sym_LBRACK] = ACTIONS(2286), + [anon_sym_RBRACK] = ACTIONS(2286), + [anon_sym_DOT] = ACTIONS(2284), + [anon_sym_QMARK] = ACTIONS(2284), + [anon_sym_QMARK2] = ACTIONS(2286), + [anon_sym_AMP] = ACTIONS(2286), + [aux_sym_custom_operator_token1] = ACTIONS(2286), + [anon_sym_LT] = ACTIONS(2284), + [anon_sym_GT] = ACTIONS(2284), + [anon_sym_LBRACE] = ACTIONS(2286), + [anon_sym_CARET_LBRACE] = ACTIONS(2286), + [anon_sym_RBRACE] = ACTIONS(2286), + [anon_sym_case] = ACTIONS(2286), + [anon_sym_PLUS_EQ] = ACTIONS(2286), + [anon_sym_DASH_EQ] = ACTIONS(2286), + [anon_sym_STAR_EQ] = ACTIONS(2286), + [anon_sym_SLASH_EQ] = ACTIONS(2286), + [anon_sym_PERCENT_EQ] = ACTIONS(2286), + [anon_sym_BANG_EQ] = ACTIONS(2284), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2286), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2286), + [anon_sym_LT_EQ] = ACTIONS(2286), + [anon_sym_GT_EQ] = ACTIONS(2286), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2286), + [anon_sym_DOT_DOT_LT] = ACTIONS(2286), + [anon_sym_is] = ACTIONS(2286), + [anon_sym_PLUS] = ACTIONS(2284), + [anon_sym_DASH] = ACTIONS(2284), + [anon_sym_STAR] = ACTIONS(2284), + [anon_sym_SLASH] = ACTIONS(2284), + [anon_sym_PERCENT] = ACTIONS(2284), + [anon_sym_PLUS_PLUS] = ACTIONS(2286), + [anon_sym_DASH_DASH] = ACTIONS(2286), + [anon_sym_PIPE] = ACTIONS(2286), + [anon_sym_CARET] = ACTIONS(2284), + [anon_sym_LT_LT] = ACTIONS(2286), + [anon_sym_GT_GT] = ACTIONS(2286), + [anon_sym_import] = ACTIONS(2286), + [anon_sym_typealias] = ACTIONS(2286), + [anon_sym_struct] = ACTIONS(2286), + [anon_sym_class] = ACTIONS(2286), + [anon_sym_enum] = ACTIONS(2286), + [anon_sym_protocol] = ACTIONS(2286), + [anon_sym_let] = ACTIONS(2286), + [anon_sym_var] = ACTIONS(2286), + [anon_sym_func] = ACTIONS(2286), + [anon_sym_extension] = ACTIONS(2286), + [anon_sym_indirect] = ACTIONS(2286), + [anon_sym_SEMI] = ACTIONS(2286), + [anon_sym_init] = ACTIONS(2286), + [anon_sym_deinit] = ACTIONS(2286), + [anon_sym_subscript] = ACTIONS(2286), + [anon_sym_prefix] = ACTIONS(2286), + [anon_sym_infix] = ACTIONS(2286), + [anon_sym_postfix] = ACTIONS(2286), + [anon_sym_precedencegroup] = ACTIONS(2286), + [anon_sym_associatedtype] = ACTIONS(2286), + [anon_sym_AT] = ACTIONS(2284), + [anon_sym_override] = ACTIONS(2286), + [anon_sym_convenience] = ACTIONS(2286), + [anon_sym_required] = ACTIONS(2286), + [anon_sym_nonisolated] = ACTIONS(2286), + [anon_sym_public] = ACTIONS(2286), + [anon_sym_private] = ACTIONS(2286), + [anon_sym_internal] = ACTIONS(2286), + [anon_sym_fileprivate] = ACTIONS(2286), + [anon_sym_open] = ACTIONS(2286), + [anon_sym_mutating] = ACTIONS(2286), + [anon_sym_nonmutating] = ACTIONS(2286), + [anon_sym_static] = ACTIONS(2286), + [anon_sym_dynamic] = ACTIONS(2286), + [anon_sym_optional] = ACTIONS(2286), + [anon_sym_distributed] = ACTIONS(2286), + [anon_sym_final] = ACTIONS(2286), + [anon_sym_inout] = ACTIONS(2286), + [anon_sym_ATescaping] = ACTIONS(2286), + [anon_sym_ATautoclosure] = ACTIONS(2286), + [anon_sym_weak] = ACTIONS(2286), + [anon_sym_unowned] = ACTIONS(2284), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2286), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2286), + [anon_sym_borrowing] = ACTIONS(2286), + [anon_sym_consuming] = ACTIONS(2286), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2286), + [sym__dot_custom] = ACTIONS(2286), + [sym__conjunction_operator_custom] = ACTIONS(2286), + [sym__disjunction_operator_custom] = ACTIONS(2286), + [sym__nil_coalescing_operator_custom] = ACTIONS(2286), + [sym__eq_custom] = ACTIONS(2286), + [sym__eq_eq_custom] = ACTIONS(2286), + [sym__plus_then_ws] = ACTIONS(2286), + [sym__minus_then_ws] = ACTIONS(2286), + [sym__bang_custom] = ACTIONS(2286), + [sym__throws_keyword] = ACTIONS(2286), + [sym__rethrows_keyword] = ACTIONS(2286), + [sym__as_custom] = ACTIONS(2286), + [sym__as_quest_custom] = ACTIONS(2286), + [sym__as_bang_custom] = ACTIONS(2286), + [sym__async_keyword_custom] = ACTIONS(2286), + [sym__custom_operator] = ACTIONS(2286), + }, + [STATE(841)] = { + [anon_sym_BANG] = ACTIONS(2288), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2290), + [anon_sym_async] = ACTIONS(2290), + [anon_sym_lazy] = ACTIONS(2290), + [anon_sym_package] = ACTIONS(2290), + [anon_sym_RPAREN] = ACTIONS(2290), + [anon_sym_COMMA] = ACTIONS(2290), + [anon_sym_COLON] = ACTIONS(2290), + [anon_sym_LPAREN] = ACTIONS(2290), + [anon_sym_LBRACK] = ACTIONS(2290), + [anon_sym_RBRACK] = ACTIONS(2290), + [anon_sym_DOT] = ACTIONS(2288), + [anon_sym_QMARK] = ACTIONS(2288), + [anon_sym_QMARK2] = ACTIONS(2290), + [anon_sym_AMP] = ACTIONS(2290), + [aux_sym_custom_operator_token1] = ACTIONS(2290), + [anon_sym_LT] = ACTIONS(2288), + [anon_sym_GT] = ACTIONS(2288), + [anon_sym_LBRACE] = ACTIONS(2290), + [anon_sym_CARET_LBRACE] = ACTIONS(2290), + [anon_sym_RBRACE] = ACTIONS(2290), + [anon_sym_case] = ACTIONS(2290), + [anon_sym_PLUS_EQ] = ACTIONS(2290), + [anon_sym_DASH_EQ] = ACTIONS(2290), + [anon_sym_STAR_EQ] = ACTIONS(2290), + [anon_sym_SLASH_EQ] = ACTIONS(2290), + [anon_sym_PERCENT_EQ] = ACTIONS(2290), + [anon_sym_BANG_EQ] = ACTIONS(2288), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2290), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2290), + [anon_sym_LT_EQ] = ACTIONS(2290), + [anon_sym_GT_EQ] = ACTIONS(2290), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2290), + [anon_sym_DOT_DOT_LT] = ACTIONS(2290), + [anon_sym_is] = ACTIONS(2290), + [anon_sym_PLUS] = ACTIONS(2288), + [anon_sym_DASH] = ACTIONS(2288), + [anon_sym_STAR] = ACTIONS(2288), + [anon_sym_SLASH] = ACTIONS(2288), + [anon_sym_PERCENT] = ACTIONS(2288), + [anon_sym_PLUS_PLUS] = ACTIONS(2290), + [anon_sym_DASH_DASH] = ACTIONS(2290), + [anon_sym_PIPE] = ACTIONS(2290), + [anon_sym_CARET] = ACTIONS(2288), + [anon_sym_LT_LT] = ACTIONS(2290), + [anon_sym_GT_GT] = ACTIONS(2290), + [anon_sym_import] = ACTIONS(2290), + [anon_sym_typealias] = ACTIONS(2290), + [anon_sym_struct] = ACTIONS(2290), + [anon_sym_class] = ACTIONS(2290), + [anon_sym_enum] = ACTIONS(2290), + [anon_sym_protocol] = ACTIONS(2290), + [anon_sym_let] = ACTIONS(2290), + [anon_sym_var] = ACTIONS(2290), + [anon_sym_func] = ACTIONS(2290), + [anon_sym_extension] = ACTIONS(2290), + [anon_sym_indirect] = ACTIONS(2290), + [anon_sym_SEMI] = ACTIONS(2290), + [anon_sym_init] = ACTIONS(2290), + [anon_sym_deinit] = ACTIONS(2290), + [anon_sym_subscript] = ACTIONS(2290), + [anon_sym_prefix] = ACTIONS(2290), + [anon_sym_infix] = ACTIONS(2290), + [anon_sym_postfix] = ACTIONS(2290), + [anon_sym_precedencegroup] = ACTIONS(2290), + [anon_sym_associatedtype] = ACTIONS(2290), + [anon_sym_AT] = ACTIONS(2288), + [anon_sym_override] = ACTIONS(2290), + [anon_sym_convenience] = ACTIONS(2290), + [anon_sym_required] = ACTIONS(2290), + [anon_sym_nonisolated] = ACTIONS(2290), + [anon_sym_public] = ACTIONS(2290), + [anon_sym_private] = ACTIONS(2290), + [anon_sym_internal] = ACTIONS(2290), + [anon_sym_fileprivate] = ACTIONS(2290), + [anon_sym_open] = ACTIONS(2290), + [anon_sym_mutating] = ACTIONS(2290), + [anon_sym_nonmutating] = ACTIONS(2290), + [anon_sym_static] = ACTIONS(2290), + [anon_sym_dynamic] = ACTIONS(2290), + [anon_sym_optional] = ACTIONS(2290), + [anon_sym_distributed] = ACTIONS(2290), + [anon_sym_final] = ACTIONS(2290), + [anon_sym_inout] = ACTIONS(2290), + [anon_sym_ATescaping] = ACTIONS(2290), + [anon_sym_ATautoclosure] = ACTIONS(2290), + [anon_sym_weak] = ACTIONS(2290), + [anon_sym_unowned] = ACTIONS(2288), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2290), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2290), + [anon_sym_borrowing] = ACTIONS(2290), + [anon_sym_consuming] = ACTIONS(2290), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2290), + [sym__dot_custom] = ACTIONS(2290), + [sym__conjunction_operator_custom] = ACTIONS(2290), + [sym__disjunction_operator_custom] = ACTIONS(2290), + [sym__nil_coalescing_operator_custom] = ACTIONS(2290), + [sym__eq_custom] = ACTIONS(2290), + [sym__eq_eq_custom] = ACTIONS(2290), + [sym__plus_then_ws] = ACTIONS(2290), + [sym__minus_then_ws] = ACTIONS(2290), + [sym__bang_custom] = ACTIONS(2290), + [sym__throws_keyword] = ACTIONS(2290), + [sym__rethrows_keyword] = ACTIONS(2290), + [sym__as_custom] = ACTIONS(2290), + [sym__as_quest_custom] = ACTIONS(2290), + [sym__as_bang_custom] = ACTIONS(2290), + [sym__async_keyword_custom] = ACTIONS(2290), + [sym__custom_operator] = ACTIONS(2290), + }, + [STATE(842)] = { + [anon_sym_BANG] = ACTIONS(2292), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2294), + [anon_sym_async] = ACTIONS(2294), + [anon_sym_lazy] = ACTIONS(2294), + [anon_sym_package] = ACTIONS(2294), + [anon_sym_RPAREN] = ACTIONS(2294), + [anon_sym_COMMA] = ACTIONS(2294), + [anon_sym_COLON] = ACTIONS(2294), + [anon_sym_LPAREN] = ACTIONS(2294), + [anon_sym_LBRACK] = ACTIONS(2294), + [anon_sym_RBRACK] = ACTIONS(2294), + [anon_sym_DOT] = ACTIONS(2292), + [anon_sym_QMARK] = ACTIONS(2292), + [anon_sym_QMARK2] = ACTIONS(2294), + [anon_sym_AMP] = ACTIONS(2294), + [aux_sym_custom_operator_token1] = ACTIONS(2294), + [anon_sym_LT] = ACTIONS(2292), + [anon_sym_GT] = ACTIONS(2292), + [anon_sym_LBRACE] = ACTIONS(2294), + [anon_sym_CARET_LBRACE] = ACTIONS(2294), + [anon_sym_RBRACE] = ACTIONS(2294), + [anon_sym_case] = ACTIONS(2294), + [anon_sym_PLUS_EQ] = ACTIONS(2294), + [anon_sym_DASH_EQ] = ACTIONS(2294), + [anon_sym_STAR_EQ] = ACTIONS(2294), + [anon_sym_SLASH_EQ] = ACTIONS(2294), + [anon_sym_PERCENT_EQ] = ACTIONS(2294), + [anon_sym_BANG_EQ] = ACTIONS(2292), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2294), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2294), + [anon_sym_LT_EQ] = ACTIONS(2294), + [anon_sym_GT_EQ] = ACTIONS(2294), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2294), + [anon_sym_DOT_DOT_LT] = ACTIONS(2294), + [anon_sym_is] = ACTIONS(2294), + [anon_sym_PLUS] = ACTIONS(2292), + [anon_sym_DASH] = ACTIONS(2292), + [anon_sym_STAR] = ACTIONS(2292), + [anon_sym_SLASH] = ACTIONS(2292), + [anon_sym_PERCENT] = ACTIONS(2292), + [anon_sym_PLUS_PLUS] = ACTIONS(2294), + [anon_sym_DASH_DASH] = ACTIONS(2294), + [anon_sym_PIPE] = ACTIONS(2294), + [anon_sym_CARET] = ACTIONS(2292), + [anon_sym_LT_LT] = ACTIONS(2294), + [anon_sym_GT_GT] = ACTIONS(2294), + [anon_sym_import] = ACTIONS(2294), + [anon_sym_typealias] = ACTIONS(2294), + [anon_sym_struct] = ACTIONS(2294), + [anon_sym_class] = ACTIONS(2294), + [anon_sym_enum] = ACTIONS(2294), + [anon_sym_protocol] = ACTIONS(2294), + [anon_sym_let] = ACTIONS(2294), + [anon_sym_var] = ACTIONS(2294), + [anon_sym_func] = ACTIONS(2294), + [anon_sym_extension] = ACTIONS(2294), + [anon_sym_indirect] = ACTIONS(2294), + [anon_sym_SEMI] = ACTIONS(2294), + [anon_sym_init] = ACTIONS(2294), + [anon_sym_deinit] = ACTIONS(2294), + [anon_sym_subscript] = ACTIONS(2294), + [anon_sym_prefix] = ACTIONS(2294), + [anon_sym_infix] = ACTIONS(2294), + [anon_sym_postfix] = ACTIONS(2294), + [anon_sym_precedencegroup] = ACTIONS(2294), + [anon_sym_associatedtype] = ACTIONS(2294), + [anon_sym_AT] = ACTIONS(2292), + [anon_sym_override] = ACTIONS(2294), + [anon_sym_convenience] = ACTIONS(2294), + [anon_sym_required] = ACTIONS(2294), + [anon_sym_nonisolated] = ACTIONS(2294), + [anon_sym_public] = ACTIONS(2294), + [anon_sym_private] = ACTIONS(2294), + [anon_sym_internal] = ACTIONS(2294), + [anon_sym_fileprivate] = ACTIONS(2294), + [anon_sym_open] = ACTIONS(2294), + [anon_sym_mutating] = ACTIONS(2294), + [anon_sym_nonmutating] = ACTIONS(2294), + [anon_sym_static] = ACTIONS(2294), + [anon_sym_dynamic] = ACTIONS(2294), + [anon_sym_optional] = ACTIONS(2294), + [anon_sym_distributed] = ACTIONS(2294), + [anon_sym_final] = ACTIONS(2294), + [anon_sym_inout] = ACTIONS(2294), + [anon_sym_ATescaping] = ACTIONS(2294), + [anon_sym_ATautoclosure] = ACTIONS(2294), + [anon_sym_weak] = ACTIONS(2294), + [anon_sym_unowned] = ACTIONS(2292), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2294), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2294), + [anon_sym_borrowing] = ACTIONS(2294), + [anon_sym_consuming] = ACTIONS(2294), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2294), + [sym__dot_custom] = ACTIONS(2294), + [sym__conjunction_operator_custom] = ACTIONS(2294), + [sym__disjunction_operator_custom] = ACTIONS(2294), + [sym__nil_coalescing_operator_custom] = ACTIONS(2294), + [sym__eq_custom] = ACTIONS(2294), + [sym__eq_eq_custom] = ACTIONS(2294), + [sym__plus_then_ws] = ACTIONS(2294), + [sym__minus_then_ws] = ACTIONS(2294), + [sym__bang_custom] = ACTIONS(2294), + [sym__throws_keyword] = ACTIONS(2294), + [sym__rethrows_keyword] = ACTIONS(2294), + [sym__as_custom] = ACTIONS(2294), + [sym__as_quest_custom] = ACTIONS(2294), + [sym__as_bang_custom] = ACTIONS(2294), + [sym__async_keyword_custom] = ACTIONS(2294), + [sym__custom_operator] = ACTIONS(2294), + }, + [STATE(843)] = { + [anon_sym_BANG] = ACTIONS(2296), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2298), + [anon_sym_async] = ACTIONS(2298), + [anon_sym_lazy] = ACTIONS(2298), + [anon_sym_package] = ACTIONS(2298), + [anon_sym_RPAREN] = ACTIONS(2298), + [anon_sym_COMMA] = ACTIONS(2298), + [anon_sym_COLON] = ACTIONS(2298), + [anon_sym_LPAREN] = ACTIONS(2298), + [anon_sym_LBRACK] = ACTIONS(2298), + [anon_sym_RBRACK] = ACTIONS(2298), + [anon_sym_DOT] = ACTIONS(2296), + [anon_sym_QMARK] = ACTIONS(2296), + [anon_sym_QMARK2] = ACTIONS(2298), + [anon_sym_AMP] = ACTIONS(2298), + [aux_sym_custom_operator_token1] = ACTIONS(2298), + [anon_sym_LT] = ACTIONS(2296), + [anon_sym_GT] = ACTIONS(2296), + [anon_sym_LBRACE] = ACTIONS(2298), + [anon_sym_CARET_LBRACE] = ACTIONS(2298), + [anon_sym_RBRACE] = ACTIONS(2298), + [anon_sym_case] = ACTIONS(2298), + [anon_sym_PLUS_EQ] = ACTIONS(2298), + [anon_sym_DASH_EQ] = ACTIONS(2298), + [anon_sym_STAR_EQ] = ACTIONS(2298), + [anon_sym_SLASH_EQ] = ACTIONS(2298), + [anon_sym_PERCENT_EQ] = ACTIONS(2298), + [anon_sym_BANG_EQ] = ACTIONS(2296), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2298), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2298), + [anon_sym_LT_EQ] = ACTIONS(2298), + [anon_sym_GT_EQ] = ACTIONS(2298), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2298), + [anon_sym_DOT_DOT_LT] = ACTIONS(2298), + [anon_sym_is] = ACTIONS(2298), + [anon_sym_PLUS] = ACTIONS(2296), + [anon_sym_DASH] = ACTIONS(2296), + [anon_sym_STAR] = ACTIONS(2296), + [anon_sym_SLASH] = ACTIONS(2296), + [anon_sym_PERCENT] = ACTIONS(2296), + [anon_sym_PLUS_PLUS] = ACTIONS(2298), + [anon_sym_DASH_DASH] = ACTIONS(2298), + [anon_sym_PIPE] = ACTIONS(2298), + [anon_sym_CARET] = ACTIONS(2296), + [anon_sym_LT_LT] = ACTIONS(2298), + [anon_sym_GT_GT] = ACTIONS(2298), + [anon_sym_import] = ACTIONS(2298), + [anon_sym_typealias] = ACTIONS(2298), + [anon_sym_struct] = ACTIONS(2298), + [anon_sym_class] = ACTIONS(2298), + [anon_sym_enum] = ACTIONS(2298), + [anon_sym_protocol] = ACTIONS(2298), + [anon_sym_let] = ACTIONS(2298), + [anon_sym_var] = ACTIONS(2298), + [anon_sym_func] = ACTIONS(2298), + [anon_sym_extension] = ACTIONS(2298), + [anon_sym_indirect] = ACTIONS(2298), + [anon_sym_SEMI] = ACTIONS(2298), + [anon_sym_init] = ACTIONS(2298), + [anon_sym_deinit] = ACTIONS(2298), + [anon_sym_subscript] = ACTIONS(2298), + [anon_sym_prefix] = ACTIONS(2298), + [anon_sym_infix] = ACTIONS(2298), + [anon_sym_postfix] = ACTIONS(2298), + [anon_sym_precedencegroup] = ACTIONS(2298), + [anon_sym_associatedtype] = ACTIONS(2298), + [anon_sym_AT] = ACTIONS(2296), + [anon_sym_override] = ACTIONS(2298), + [anon_sym_convenience] = ACTIONS(2298), + [anon_sym_required] = ACTIONS(2298), + [anon_sym_nonisolated] = ACTIONS(2298), + [anon_sym_public] = ACTIONS(2298), + [anon_sym_private] = ACTIONS(2298), + [anon_sym_internal] = ACTIONS(2298), + [anon_sym_fileprivate] = ACTIONS(2298), + [anon_sym_open] = ACTIONS(2298), + [anon_sym_mutating] = ACTIONS(2298), + [anon_sym_nonmutating] = ACTIONS(2298), + [anon_sym_static] = ACTIONS(2298), + [anon_sym_dynamic] = ACTIONS(2298), + [anon_sym_optional] = ACTIONS(2298), + [anon_sym_distributed] = ACTIONS(2298), + [anon_sym_final] = ACTIONS(2298), + [anon_sym_inout] = ACTIONS(2298), + [anon_sym_ATescaping] = ACTIONS(2298), + [anon_sym_ATautoclosure] = ACTIONS(2298), + [anon_sym_weak] = ACTIONS(2298), + [anon_sym_unowned] = ACTIONS(2296), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2298), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2298), + [anon_sym_borrowing] = ACTIONS(2298), + [anon_sym_consuming] = ACTIONS(2298), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2298), + [sym__dot_custom] = ACTIONS(2298), + [sym__conjunction_operator_custom] = ACTIONS(2298), + [sym__disjunction_operator_custom] = ACTIONS(2298), + [sym__nil_coalescing_operator_custom] = ACTIONS(2298), + [sym__eq_custom] = ACTIONS(2298), + [sym__eq_eq_custom] = ACTIONS(2298), + [sym__plus_then_ws] = ACTIONS(2298), + [sym__minus_then_ws] = ACTIONS(2298), + [sym__bang_custom] = ACTIONS(2298), + [sym__throws_keyword] = ACTIONS(2298), + [sym__rethrows_keyword] = ACTIONS(2298), + [sym__as_custom] = ACTIONS(2298), + [sym__as_quest_custom] = ACTIONS(2298), + [sym__as_bang_custom] = ACTIONS(2298), + [sym__async_keyword_custom] = ACTIONS(2298), + [sym__custom_operator] = ACTIONS(2298), + }, + [STATE(844)] = { + [anon_sym_BANG] = ACTIONS(2300), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2302), + [anon_sym_async] = ACTIONS(2302), + [anon_sym_lazy] = ACTIONS(2302), + [anon_sym_package] = ACTIONS(2302), + [anon_sym_RPAREN] = ACTIONS(2302), + [anon_sym_COMMA] = ACTIONS(2302), + [anon_sym_COLON] = ACTIONS(2302), + [anon_sym_LPAREN] = ACTIONS(2302), + [anon_sym_LBRACK] = ACTIONS(2302), + [anon_sym_RBRACK] = ACTIONS(2302), + [anon_sym_DOT] = ACTIONS(2300), + [anon_sym_QMARK] = ACTIONS(2300), + [anon_sym_QMARK2] = ACTIONS(2302), + [anon_sym_AMP] = ACTIONS(2302), + [aux_sym_custom_operator_token1] = ACTIONS(2302), + [anon_sym_LT] = ACTIONS(2300), + [anon_sym_GT] = ACTIONS(2300), + [anon_sym_LBRACE] = ACTIONS(2302), + [anon_sym_CARET_LBRACE] = ACTIONS(2302), + [anon_sym_RBRACE] = ACTIONS(2302), + [anon_sym_case] = ACTIONS(2302), + [anon_sym_PLUS_EQ] = ACTIONS(2302), + [anon_sym_DASH_EQ] = ACTIONS(2302), + [anon_sym_STAR_EQ] = ACTIONS(2302), + [anon_sym_SLASH_EQ] = ACTIONS(2302), + [anon_sym_PERCENT_EQ] = ACTIONS(2302), + [anon_sym_BANG_EQ] = ACTIONS(2300), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2302), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2302), + [anon_sym_LT_EQ] = ACTIONS(2302), + [anon_sym_GT_EQ] = ACTIONS(2302), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2302), + [anon_sym_DOT_DOT_LT] = ACTIONS(2302), + [anon_sym_is] = ACTIONS(2302), + [anon_sym_PLUS] = ACTIONS(2300), + [anon_sym_DASH] = ACTIONS(2300), + [anon_sym_STAR] = ACTIONS(2300), + [anon_sym_SLASH] = ACTIONS(2300), + [anon_sym_PERCENT] = ACTIONS(2300), + [anon_sym_PLUS_PLUS] = ACTIONS(2302), + [anon_sym_DASH_DASH] = ACTIONS(2302), + [anon_sym_PIPE] = ACTIONS(2302), + [anon_sym_CARET] = ACTIONS(2300), + [anon_sym_LT_LT] = ACTIONS(2302), + [anon_sym_GT_GT] = ACTIONS(2302), + [anon_sym_import] = ACTIONS(2302), + [anon_sym_typealias] = ACTIONS(2302), + [anon_sym_struct] = ACTIONS(2302), + [anon_sym_class] = ACTIONS(2302), + [anon_sym_enum] = ACTIONS(2302), + [anon_sym_protocol] = ACTIONS(2302), + [anon_sym_let] = ACTIONS(2302), + [anon_sym_var] = ACTIONS(2302), + [anon_sym_func] = ACTIONS(2302), + [anon_sym_extension] = ACTIONS(2302), + [anon_sym_indirect] = ACTIONS(2302), + [anon_sym_SEMI] = ACTIONS(2302), + [anon_sym_init] = ACTIONS(2302), + [anon_sym_deinit] = ACTIONS(2302), + [anon_sym_subscript] = ACTIONS(2302), + [anon_sym_prefix] = ACTIONS(2302), + [anon_sym_infix] = ACTIONS(2302), + [anon_sym_postfix] = ACTIONS(2302), + [anon_sym_precedencegroup] = ACTIONS(2302), + [anon_sym_associatedtype] = ACTIONS(2302), + [anon_sym_AT] = ACTIONS(2300), + [anon_sym_override] = ACTIONS(2302), + [anon_sym_convenience] = ACTIONS(2302), + [anon_sym_required] = ACTIONS(2302), + [anon_sym_nonisolated] = ACTIONS(2302), + [anon_sym_public] = ACTIONS(2302), + [anon_sym_private] = ACTIONS(2302), + [anon_sym_internal] = ACTIONS(2302), + [anon_sym_fileprivate] = ACTIONS(2302), + [anon_sym_open] = ACTIONS(2302), + [anon_sym_mutating] = ACTIONS(2302), + [anon_sym_nonmutating] = ACTIONS(2302), + [anon_sym_static] = ACTIONS(2302), + [anon_sym_dynamic] = ACTIONS(2302), + [anon_sym_optional] = ACTIONS(2302), + [anon_sym_distributed] = ACTIONS(2302), + [anon_sym_final] = ACTIONS(2302), + [anon_sym_inout] = ACTIONS(2302), + [anon_sym_ATescaping] = ACTIONS(2302), + [anon_sym_ATautoclosure] = ACTIONS(2302), + [anon_sym_weak] = ACTIONS(2302), + [anon_sym_unowned] = ACTIONS(2300), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2302), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2302), + [anon_sym_borrowing] = ACTIONS(2302), + [anon_sym_consuming] = ACTIONS(2302), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2302), + [sym__dot_custom] = ACTIONS(2302), + [sym__conjunction_operator_custom] = ACTIONS(2302), + [sym__disjunction_operator_custom] = ACTIONS(2302), + [sym__nil_coalescing_operator_custom] = ACTIONS(2302), + [sym__eq_custom] = ACTIONS(2302), + [sym__eq_eq_custom] = ACTIONS(2302), + [sym__plus_then_ws] = ACTIONS(2302), + [sym__minus_then_ws] = ACTIONS(2302), + [sym__bang_custom] = ACTIONS(2302), + [sym__throws_keyword] = ACTIONS(2302), + [sym__rethrows_keyword] = ACTIONS(2302), + [sym__as_custom] = ACTIONS(2302), + [sym__as_quest_custom] = ACTIONS(2302), + [sym__as_bang_custom] = ACTIONS(2302), + [sym__async_keyword_custom] = ACTIONS(2302), + [sym__custom_operator] = ACTIONS(2302), + }, + [STATE(845)] = { + [anon_sym_BANG] = ACTIONS(2304), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2306), + [anon_sym_async] = ACTIONS(2306), + [anon_sym_lazy] = ACTIONS(2306), + [anon_sym_package] = ACTIONS(2306), + [anon_sym_RPAREN] = ACTIONS(2306), + [anon_sym_COMMA] = ACTIONS(2306), + [anon_sym_COLON] = ACTIONS(2306), + [anon_sym_LPAREN] = ACTIONS(2306), + [anon_sym_LBRACK] = ACTIONS(2306), + [anon_sym_RBRACK] = ACTIONS(2306), + [anon_sym_DOT] = ACTIONS(2304), + [anon_sym_QMARK] = ACTIONS(2304), + [anon_sym_QMARK2] = ACTIONS(2306), + [anon_sym_AMP] = ACTIONS(2306), + [aux_sym_custom_operator_token1] = ACTIONS(2306), + [anon_sym_LT] = ACTIONS(2304), + [anon_sym_GT] = ACTIONS(2304), + [anon_sym_LBRACE] = ACTIONS(2306), + [anon_sym_CARET_LBRACE] = ACTIONS(2306), + [anon_sym_RBRACE] = ACTIONS(2306), + [anon_sym_case] = ACTIONS(2306), + [anon_sym_PLUS_EQ] = ACTIONS(2306), + [anon_sym_DASH_EQ] = ACTIONS(2306), + [anon_sym_STAR_EQ] = ACTIONS(2306), + [anon_sym_SLASH_EQ] = ACTIONS(2306), + [anon_sym_PERCENT_EQ] = ACTIONS(2306), + [anon_sym_BANG_EQ] = ACTIONS(2304), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2306), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2306), + [anon_sym_LT_EQ] = ACTIONS(2306), + [anon_sym_GT_EQ] = ACTIONS(2306), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2306), + [anon_sym_DOT_DOT_LT] = ACTIONS(2306), + [anon_sym_is] = ACTIONS(2306), + [anon_sym_PLUS] = ACTIONS(2304), + [anon_sym_DASH] = ACTIONS(2304), + [anon_sym_STAR] = ACTIONS(2304), + [anon_sym_SLASH] = ACTIONS(2304), + [anon_sym_PERCENT] = ACTIONS(2304), + [anon_sym_PLUS_PLUS] = ACTIONS(2306), + [anon_sym_DASH_DASH] = ACTIONS(2306), + [anon_sym_PIPE] = ACTIONS(2306), + [anon_sym_CARET] = ACTIONS(2304), + [anon_sym_LT_LT] = ACTIONS(2306), + [anon_sym_GT_GT] = ACTIONS(2306), + [anon_sym_import] = ACTIONS(2306), + [anon_sym_typealias] = ACTIONS(2306), + [anon_sym_struct] = ACTIONS(2306), + [anon_sym_class] = ACTIONS(2306), + [anon_sym_enum] = ACTIONS(2306), + [anon_sym_protocol] = ACTIONS(2306), + [anon_sym_let] = ACTIONS(2306), + [anon_sym_var] = ACTIONS(2306), + [anon_sym_func] = ACTIONS(2306), + [anon_sym_extension] = ACTIONS(2306), + [anon_sym_indirect] = ACTIONS(2306), + [anon_sym_SEMI] = ACTIONS(2306), + [anon_sym_init] = ACTIONS(2306), + [anon_sym_deinit] = ACTIONS(2306), + [anon_sym_subscript] = ACTIONS(2306), + [anon_sym_prefix] = ACTIONS(2306), + [anon_sym_infix] = ACTIONS(2306), + [anon_sym_postfix] = ACTIONS(2306), + [anon_sym_precedencegroup] = ACTIONS(2306), + [anon_sym_associatedtype] = ACTIONS(2306), + [anon_sym_AT] = ACTIONS(2304), + [anon_sym_override] = ACTIONS(2306), + [anon_sym_convenience] = ACTIONS(2306), + [anon_sym_required] = ACTIONS(2306), + [anon_sym_nonisolated] = ACTIONS(2306), + [anon_sym_public] = ACTIONS(2306), + [anon_sym_private] = ACTIONS(2306), + [anon_sym_internal] = ACTIONS(2306), + [anon_sym_fileprivate] = ACTIONS(2306), + [anon_sym_open] = ACTIONS(2306), + [anon_sym_mutating] = ACTIONS(2306), + [anon_sym_nonmutating] = ACTIONS(2306), + [anon_sym_static] = ACTIONS(2306), + [anon_sym_dynamic] = ACTIONS(2306), + [anon_sym_optional] = ACTIONS(2306), + [anon_sym_distributed] = ACTIONS(2306), + [anon_sym_final] = ACTIONS(2306), + [anon_sym_inout] = ACTIONS(2306), + [anon_sym_ATescaping] = ACTIONS(2306), + [anon_sym_ATautoclosure] = ACTIONS(2306), + [anon_sym_weak] = ACTIONS(2306), + [anon_sym_unowned] = ACTIONS(2304), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2306), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2306), + [anon_sym_borrowing] = ACTIONS(2306), + [anon_sym_consuming] = ACTIONS(2306), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2306), + [sym__dot_custom] = ACTIONS(2306), + [sym__conjunction_operator_custom] = ACTIONS(2306), + [sym__disjunction_operator_custom] = ACTIONS(2306), + [sym__nil_coalescing_operator_custom] = ACTIONS(2306), + [sym__eq_custom] = ACTIONS(2306), + [sym__eq_eq_custom] = ACTIONS(2306), + [sym__plus_then_ws] = ACTIONS(2306), + [sym__minus_then_ws] = ACTIONS(2306), + [sym__bang_custom] = ACTIONS(2306), + [sym__throws_keyword] = ACTIONS(2306), + [sym__rethrows_keyword] = ACTIONS(2306), + [sym__as_custom] = ACTIONS(2306), + [sym__as_quest_custom] = ACTIONS(2306), + [sym__as_bang_custom] = ACTIONS(2306), + [sym__async_keyword_custom] = ACTIONS(2306), + [sym__custom_operator] = ACTIONS(2306), + }, + [STATE(846)] = { + [anon_sym_BANG] = ACTIONS(625), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(625), + [aux_sym_simple_identifier_token2] = ACTIONS(619), + [aux_sym_simple_identifier_token3] = ACTIONS(619), + [aux_sym_simple_identifier_token4] = ACTIONS(619), + [anon_sym_actor] = ACTIONS(2308), + [anon_sym_async] = ACTIONS(2308), + [anon_sym_each] = ACTIONS(625), + [anon_sym_lazy] = ACTIONS(2308), + [anon_sym_repeat] = ACTIONS(625), + [anon_sym_package] = ACTIONS(2308), + [anon_sym_COMMA] = ACTIONS(619), + [anon_sym_COLON] = ACTIONS(619), + [anon_sym_LPAREN] = ACTIONS(619), + [anon_sym_LBRACK] = ACTIONS(619), + [anon_sym_QMARK] = ACTIONS(625), + [anon_sym_QMARK2] = ACTIONS(619), + [anon_sym_AMP] = ACTIONS(619), + [aux_sym_custom_operator_token1] = ACTIONS(619), + [anon_sym_LT] = ACTIONS(625), + [anon_sym_GT] = ACTIONS(625), + [anon_sym_LBRACE] = ACTIONS(619), + [anon_sym_CARET_LBRACE] = ACTIONS(619), + [anon_sym_RBRACE] = ACTIONS(619), + [anon_sym_in] = ACTIONS(625), + [anon_sym_PLUS_EQ] = ACTIONS(619), + [anon_sym_DASH_EQ] = ACTIONS(619), + [anon_sym_STAR_EQ] = ACTIONS(619), + [anon_sym_SLASH_EQ] = ACTIONS(619), + [anon_sym_PERCENT_EQ] = ACTIONS(619), + [anon_sym_BANG_EQ] = ACTIONS(625), + [anon_sym_BANG_EQ_EQ] = ACTIONS(619), + [anon_sym_EQ_EQ_EQ] = ACTIONS(619), + [anon_sym_LT_EQ] = ACTIONS(619), + [anon_sym_GT_EQ] = ACTIONS(619), + [anon_sym_DOT_DOT_DOT] = ACTIONS(619), + [anon_sym_DOT_DOT_LT] = ACTIONS(619), + [anon_sym_is] = ACTIONS(625), + [anon_sym_PLUS] = ACTIONS(625), + [anon_sym_DASH] = ACTIONS(625), + [anon_sym_STAR] = ACTIONS(625), + [anon_sym_SLASH] = ACTIONS(625), + [anon_sym_PERCENT] = ACTIONS(625), + [anon_sym_PLUS_PLUS] = ACTIONS(619), + [anon_sym_DASH_DASH] = ACTIONS(619), + [anon_sym_PIPE] = ACTIONS(619), + [anon_sym_CARET] = ACTIONS(625), + [anon_sym_LT_LT] = ACTIONS(619), + [anon_sym_GT_GT] = ACTIONS(619), + [anon_sym_typealias] = ACTIONS(2311), + [anon_sym_struct] = ACTIONS(2311), + [anon_sym_class] = ACTIONS(2311), + [anon_sym_enum] = ACTIONS(2311), + [anon_sym_let] = ACTIONS(2311), + [anon_sym_var] = ACTIONS(2311), + [anon_sym_func] = ACTIONS(2311), + [anon_sym_willSet] = ACTIONS(2311), + [anon_sym_didSet] = ACTIONS(2311), + [anon_sym_extension] = ACTIONS(2311), + [anon_sym_indirect] = ACTIONS(2311), + [anon_sym_prefix] = ACTIONS(2311), + [anon_sym_infix] = ACTIONS(2311), + [anon_sym_postfix] = ACTIONS(2311), + [anon_sym_AT] = ACTIONS(2311), + [anon_sym_override] = ACTIONS(2311), + [anon_sym_convenience] = ACTIONS(2311), + [anon_sym_required] = ACTIONS(2311), + [anon_sym_nonisolated] = ACTIONS(2311), + [anon_sym_public] = ACTIONS(2311), + [anon_sym_private] = ACTIONS(2311), + [anon_sym_internal] = ACTIONS(2311), + [anon_sym_fileprivate] = ACTIONS(2311), + [anon_sym_open] = ACTIONS(2311), + [anon_sym_mutating] = ACTIONS(2311), + [anon_sym_nonmutating] = ACTIONS(2311), + [anon_sym_static] = ACTIONS(2311), + [anon_sym_dynamic] = ACTIONS(2311), + [anon_sym_optional] = ACTIONS(2311), + [anon_sym_distributed] = ACTIONS(2311), + [anon_sym_final] = ACTIONS(2311), + [anon_sym_inout] = ACTIONS(2311), + [anon_sym_ATescaping] = ACTIONS(2313), + [anon_sym_ATautoclosure] = ACTIONS(2313), + [anon_sym_weak] = ACTIONS(2311), + [anon_sym_unowned] = ACTIONS(2311), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2313), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2313), + [anon_sym_borrowing] = ACTIONS(2308), + [anon_sym_consuming] = ACTIONS(2308), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(619), + [sym__explicit_semi] = ACTIONS(619), + [sym__arrow_operator_custom] = ACTIONS(619), + [sym__dot_custom] = ACTIONS(619), + [sym__conjunction_operator_custom] = ACTIONS(619), + [sym__disjunction_operator_custom] = ACTIONS(619), + [sym__nil_coalescing_operator_custom] = ACTIONS(619), + [sym__eq_custom] = ACTIONS(619), + [sym__eq_eq_custom] = ACTIONS(619), + [sym__plus_then_ws] = ACTIONS(619), + [sym__minus_then_ws] = ACTIONS(619), + [sym__bang_custom] = ACTIONS(619), + [sym__throws_keyword] = ACTIONS(619), + [sym__rethrows_keyword] = ACTIONS(619), + [sym__as_custom] = ACTIONS(619), + [sym__as_quest_custom] = ACTIONS(619), + [sym__as_bang_custom] = ACTIONS(619), + [sym__async_keyword_custom] = ACTIONS(619), + [sym__custom_operator] = ACTIONS(619), + }, + [STATE(847)] = { + [anon_sym_BANG] = ACTIONS(625), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(625), + [aux_sym_simple_identifier_token2] = ACTIONS(619), + [aux_sym_simple_identifier_token3] = ACTIONS(619), + [aux_sym_simple_identifier_token4] = ACTIONS(619), + [anon_sym_actor] = ACTIONS(2308), + [anon_sym_async] = ACTIONS(2308), + [anon_sym_each] = ACTIONS(625), + [anon_sym_lazy] = ACTIONS(2308), + [anon_sym_repeat] = ACTIONS(625), + [anon_sym_package] = ACTIONS(2308), + [anon_sym_COMMA] = ACTIONS(619), + [anon_sym_COLON] = ACTIONS(619), + [anon_sym_LPAREN] = ACTIONS(619), + [anon_sym_LBRACK] = ACTIONS(619), + [anon_sym_QMARK] = ACTIONS(625), + [anon_sym_QMARK2] = ACTIONS(619), + [anon_sym_AMP] = ACTIONS(619), + [aux_sym_custom_operator_token1] = ACTIONS(619), + [anon_sym_LT] = ACTIONS(625), + [anon_sym_GT] = ACTIONS(625), + [anon_sym_LBRACE] = ACTIONS(619), + [anon_sym_CARET_LBRACE] = ACTIONS(619), + [anon_sym_RBRACE] = ACTIONS(619), + [anon_sym_in] = ACTIONS(625), + [anon_sym_case] = ACTIONS(2311), + [anon_sym_PLUS_EQ] = ACTIONS(619), + [anon_sym_DASH_EQ] = ACTIONS(619), + [anon_sym_STAR_EQ] = ACTIONS(619), + [anon_sym_SLASH_EQ] = ACTIONS(619), + [anon_sym_PERCENT_EQ] = ACTIONS(619), + [anon_sym_BANG_EQ] = ACTIONS(625), + [anon_sym_BANG_EQ_EQ] = ACTIONS(619), + [anon_sym_EQ_EQ_EQ] = ACTIONS(619), + [anon_sym_LT_EQ] = ACTIONS(619), + [anon_sym_GT_EQ] = ACTIONS(619), + [anon_sym_DOT_DOT_DOT] = ACTIONS(619), + [anon_sym_DOT_DOT_LT] = ACTIONS(619), + [anon_sym_is] = ACTIONS(625), + [anon_sym_PLUS] = ACTIONS(625), + [anon_sym_DASH] = ACTIONS(625), + [anon_sym_STAR] = ACTIONS(625), + [anon_sym_SLASH] = ACTIONS(625), + [anon_sym_PERCENT] = ACTIONS(625), + [anon_sym_PLUS_PLUS] = ACTIONS(619), + [anon_sym_DASH_DASH] = ACTIONS(619), + [anon_sym_PIPE] = ACTIONS(619), + [anon_sym_CARET] = ACTIONS(625), + [anon_sym_LT_LT] = ACTIONS(619), + [anon_sym_GT_GT] = ACTIONS(619), + [anon_sym_typealias] = ACTIONS(2311), + [anon_sym_struct] = ACTIONS(2311), + [anon_sym_class] = ACTIONS(2311), + [anon_sym_enum] = ACTIONS(2311), + [anon_sym_let] = ACTIONS(2311), + [anon_sym_var] = ACTIONS(2311), + [anon_sym_func] = ACTIONS(2311), + [anon_sym_extension] = ACTIONS(2311), + [anon_sym_indirect] = ACTIONS(2311), + [anon_sym_prefix] = ACTIONS(2311), + [anon_sym_infix] = ACTIONS(2311), + [anon_sym_postfix] = ACTIONS(2311), + [anon_sym_AT] = ACTIONS(2311), + [anon_sym_override] = ACTIONS(2311), + [anon_sym_convenience] = ACTIONS(2311), + [anon_sym_required] = ACTIONS(2311), + [anon_sym_nonisolated] = ACTIONS(2311), + [anon_sym_public] = ACTIONS(2311), + [anon_sym_private] = ACTIONS(2311), + [anon_sym_internal] = ACTIONS(2311), + [anon_sym_fileprivate] = ACTIONS(2311), + [anon_sym_open] = ACTIONS(2311), + [anon_sym_mutating] = ACTIONS(2311), + [anon_sym_nonmutating] = ACTIONS(2311), + [anon_sym_static] = ACTIONS(2311), + [anon_sym_dynamic] = ACTIONS(2311), + [anon_sym_optional] = ACTIONS(2311), + [anon_sym_distributed] = ACTIONS(2311), + [anon_sym_final] = ACTIONS(2311), + [anon_sym_inout] = ACTIONS(2311), + [anon_sym_ATescaping] = ACTIONS(2313), + [anon_sym_ATautoclosure] = ACTIONS(2313), + [anon_sym_weak] = ACTIONS(2311), + [anon_sym_unowned] = ACTIONS(2311), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2313), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2313), + [anon_sym_borrowing] = ACTIONS(2308), + [anon_sym_consuming] = ACTIONS(2308), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(619), + [sym__explicit_semi] = ACTIONS(619), + [sym__arrow_operator_custom] = ACTIONS(619), + [sym__dot_custom] = ACTIONS(619), + [sym__conjunction_operator_custom] = ACTIONS(619), + [sym__disjunction_operator_custom] = ACTIONS(619), + [sym__nil_coalescing_operator_custom] = ACTIONS(619), + [sym__eq_custom] = ACTIONS(619), + [sym__eq_eq_custom] = ACTIONS(619), + [sym__plus_then_ws] = ACTIONS(619), + [sym__minus_then_ws] = ACTIONS(619), + [sym__bang_custom] = ACTIONS(619), + [sym__throws_keyword] = ACTIONS(619), + [sym__rethrows_keyword] = ACTIONS(619), + [sym_default_keyword] = ACTIONS(2313), + [sym__as_custom] = ACTIONS(619), + [sym__as_quest_custom] = ACTIONS(619), + [sym__as_bang_custom] = ACTIONS(619), + [sym__async_keyword_custom] = ACTIONS(619), + [sym__custom_operator] = ACTIONS(619), + }, + [STATE(848)] = { + [aux_sym_protocol_composition_type_repeat1] = STATE(853), + [anon_sym_BANG] = ACTIONS(2315), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2317), + [anon_sym_async] = ACTIONS(2317), + [anon_sym_lazy] = ACTIONS(2317), + [anon_sym_package] = ACTIONS(2317), + [anon_sym_COMMA] = ACTIONS(2317), + [anon_sym_LPAREN] = ACTIONS(2317), + [anon_sym_LBRACK] = ACTIONS(2317), + [anon_sym_DOT] = ACTIONS(2315), + [anon_sym_QMARK] = ACTIONS(2315), + [anon_sym_QMARK2] = ACTIONS(2317), + [anon_sym_AMP] = ACTIONS(2317), + [aux_sym_custom_operator_token1] = ACTIONS(2317), + [anon_sym_LT] = ACTIONS(2315), + [anon_sym_GT] = ACTIONS(2315), + [anon_sym_LBRACE] = ACTIONS(2317), + [anon_sym_CARET_LBRACE] = ACTIONS(2317), + [anon_sym_RBRACE] = ACTIONS(2317), + [anon_sym_case] = ACTIONS(2317), + [anon_sym_PLUS_EQ] = ACTIONS(2317), + [anon_sym_DASH_EQ] = ACTIONS(2317), + [anon_sym_STAR_EQ] = ACTIONS(2317), + [anon_sym_SLASH_EQ] = ACTIONS(2317), + [anon_sym_PERCENT_EQ] = ACTIONS(2317), + [anon_sym_BANG_EQ] = ACTIONS(2315), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2317), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2317), + [anon_sym_LT_EQ] = ACTIONS(2317), + [anon_sym_GT_EQ] = ACTIONS(2317), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2317), + [anon_sym_DOT_DOT_LT] = ACTIONS(2317), + [anon_sym_is] = ACTIONS(2317), + [anon_sym_PLUS] = ACTIONS(2315), + [anon_sym_DASH] = ACTIONS(2315), + [anon_sym_STAR] = ACTIONS(2315), + [anon_sym_SLASH] = ACTIONS(2315), + [anon_sym_PERCENT] = ACTIONS(2315), + [anon_sym_PLUS_PLUS] = ACTIONS(2317), + [anon_sym_DASH_DASH] = ACTIONS(2317), + [anon_sym_PIPE] = ACTIONS(2317), + [anon_sym_CARET] = ACTIONS(2315), + [anon_sym_LT_LT] = ACTIONS(2317), + [anon_sym_GT_GT] = ACTIONS(2317), + [anon_sym_import] = ACTIONS(2317), + [anon_sym_typealias] = ACTIONS(2317), + [anon_sym_struct] = ACTIONS(2317), + [anon_sym_class] = ACTIONS(2317), + [anon_sym_enum] = ACTIONS(2317), + [anon_sym_protocol] = ACTIONS(2317), + [anon_sym_let] = ACTIONS(2317), + [anon_sym_var] = ACTIONS(2317), + [anon_sym_func] = ACTIONS(2317), + [anon_sym_extension] = ACTIONS(2317), + [anon_sym_indirect] = ACTIONS(2317), + [anon_sym_SEMI] = ACTIONS(2317), + [anon_sym_init] = ACTIONS(2317), + [anon_sym_deinit] = ACTIONS(2317), + [anon_sym_subscript] = ACTIONS(2317), + [anon_sym_prefix] = ACTIONS(2317), + [anon_sym_infix] = ACTIONS(2317), + [anon_sym_postfix] = ACTIONS(2317), + [anon_sym_precedencegroup] = ACTIONS(2317), + [anon_sym_associatedtype] = ACTIONS(2317), + [anon_sym_AT] = ACTIONS(2315), + [anon_sym_override] = ACTIONS(2317), + [anon_sym_convenience] = ACTIONS(2317), + [anon_sym_required] = ACTIONS(2317), + [anon_sym_nonisolated] = ACTIONS(2317), + [anon_sym_public] = ACTIONS(2317), + [anon_sym_private] = ACTIONS(2317), + [anon_sym_internal] = ACTIONS(2317), + [anon_sym_fileprivate] = ACTIONS(2317), + [anon_sym_open] = ACTIONS(2317), + [anon_sym_mutating] = ACTIONS(2317), + [anon_sym_nonmutating] = ACTIONS(2317), + [anon_sym_static] = ACTIONS(2317), + [anon_sym_dynamic] = ACTIONS(2317), + [anon_sym_optional] = ACTIONS(2317), + [anon_sym_distributed] = ACTIONS(2317), + [anon_sym_final] = ACTIONS(2317), + [anon_sym_inout] = ACTIONS(2317), + [anon_sym_ATescaping] = ACTIONS(2317), + [anon_sym_ATautoclosure] = ACTIONS(2317), + [anon_sym_weak] = ACTIONS(2317), + [anon_sym_unowned] = ACTIONS(2315), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2317), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2317), + [anon_sym_borrowing] = ACTIONS(2317), + [anon_sym_consuming] = ACTIONS(2317), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2317), + [sym__dot_custom] = ACTIONS(2317), + [sym__conjunction_operator_custom] = ACTIONS(2317), + [sym__disjunction_operator_custom] = ACTIONS(2317), + [sym__nil_coalescing_operator_custom] = ACTIONS(2317), + [sym__eq_custom] = ACTIONS(2317), + [sym__eq_eq_custom] = ACTIONS(2317), + [sym__plus_then_ws] = ACTIONS(2317), + [sym__minus_then_ws] = ACTIONS(2317), + [sym__bang_custom] = ACTIONS(2317), + [sym__throws_keyword] = ACTIONS(2317), + [sym__rethrows_keyword] = ACTIONS(2317), + [sym__as_custom] = ACTIONS(2317), + [sym__as_quest_custom] = ACTIONS(2317), + [sym__as_bang_custom] = ACTIONS(2317), + [sym__async_keyword_custom] = ACTIONS(2317), + [sym__custom_operator] = ACTIONS(2317), + }, + [STATE(849)] = { + [anon_sym_BANG] = ACTIONS(2319), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(2319), + [aux_sym_simple_identifier_token2] = ACTIONS(2321), + [aux_sym_simple_identifier_token3] = ACTIONS(2321), + [aux_sym_simple_identifier_token4] = ACTIONS(2321), + [anon_sym_actor] = ACTIONS(2319), + [anon_sym_async] = ACTIONS(2319), + [anon_sym_each] = ACTIONS(2319), + [anon_sym_lazy] = ACTIONS(2319), + [anon_sym_repeat] = ACTIONS(2319), + [anon_sym_package] = ACTIONS(2319), + [anon_sym_COMMA] = ACTIONS(2321), + [anon_sym_LPAREN] = ACTIONS(2321), + [anon_sym_LBRACK] = ACTIONS(2321), + [anon_sym_QMARK] = ACTIONS(2319), + [anon_sym_QMARK2] = ACTIONS(2321), + [anon_sym_AMP] = ACTIONS(2321), + [aux_sym_custom_operator_token1] = ACTIONS(2321), + [anon_sym_LT] = ACTIONS(2319), + [anon_sym_GT] = ACTIONS(2319), + [anon_sym_LBRACE] = ACTIONS(2321), + [anon_sym_CARET_LBRACE] = ACTIONS(2321), + [anon_sym_RBRACE] = ACTIONS(2321), + [anon_sym_case] = ACTIONS(2319), + [anon_sym_PLUS_EQ] = ACTIONS(2321), + [anon_sym_DASH_EQ] = ACTIONS(2321), + [anon_sym_STAR_EQ] = ACTIONS(2321), + [anon_sym_SLASH_EQ] = ACTIONS(2321), + [anon_sym_PERCENT_EQ] = ACTIONS(2321), + [anon_sym_BANG_EQ] = ACTIONS(2319), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2321), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2321), + [anon_sym_LT_EQ] = ACTIONS(2321), + [anon_sym_GT_EQ] = ACTIONS(2321), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2321), + [anon_sym_DOT_DOT_LT] = ACTIONS(2321), + [anon_sym_is] = ACTIONS(2319), + [anon_sym_PLUS] = ACTIONS(2319), + [anon_sym_DASH] = ACTIONS(2319), + [anon_sym_STAR] = ACTIONS(2319), + [anon_sym_SLASH] = ACTIONS(2319), + [anon_sym_PERCENT] = ACTIONS(2319), + [anon_sym_PLUS_PLUS] = ACTIONS(2321), + [anon_sym_DASH_DASH] = ACTIONS(2321), + [anon_sym_PIPE] = ACTIONS(2321), + [anon_sym_CARET] = ACTIONS(2319), + [anon_sym_LT_LT] = ACTIONS(2321), + [anon_sym_GT_GT] = ACTIONS(2321), + [anon_sym_import] = ACTIONS(2319), + [anon_sym_typealias] = ACTIONS(2319), + [anon_sym_struct] = ACTIONS(2319), + [anon_sym_class] = ACTIONS(2319), + [anon_sym_enum] = ACTIONS(2319), + [anon_sym_protocol] = ACTIONS(2319), + [anon_sym_let] = ACTIONS(2319), + [anon_sym_var] = ACTIONS(2319), + [anon_sym_func] = ACTIONS(2319), + [anon_sym_extension] = ACTIONS(2319), + [anon_sym_indirect] = ACTIONS(2319), + [anon_sym_SEMI] = ACTIONS(2321), + [anon_sym_init] = ACTIONS(2319), + [anon_sym_deinit] = ACTIONS(2319), + [anon_sym_subscript] = ACTIONS(2319), + [anon_sym_prefix] = ACTIONS(2319), + [anon_sym_infix] = ACTIONS(2319), + [anon_sym_postfix] = ACTIONS(2319), + [anon_sym_precedencegroup] = ACTIONS(2319), + [anon_sym_associatedtype] = ACTIONS(2319), + [anon_sym_AT] = ACTIONS(2319), + [anon_sym_override] = ACTIONS(2319), + [anon_sym_convenience] = ACTIONS(2319), + [anon_sym_required] = ACTIONS(2319), + [anon_sym_nonisolated] = ACTIONS(2319), + [anon_sym_public] = ACTIONS(2319), + [anon_sym_private] = ACTIONS(2319), + [anon_sym_internal] = ACTIONS(2319), + [anon_sym_fileprivate] = ACTIONS(2319), + [anon_sym_open] = ACTIONS(2319), + [anon_sym_mutating] = ACTIONS(2319), + [anon_sym_nonmutating] = ACTIONS(2319), + [anon_sym_static] = ACTIONS(2319), + [anon_sym_dynamic] = ACTIONS(2319), + [anon_sym_optional] = ACTIONS(2319), + [anon_sym_distributed] = ACTIONS(2319), + [anon_sym_final] = ACTIONS(2319), + [anon_sym_inout] = ACTIONS(2319), + [anon_sym_ATescaping] = ACTIONS(2321), + [anon_sym_ATautoclosure] = ACTIONS(2321), + [anon_sym_weak] = ACTIONS(2319), + [anon_sym_unowned] = ACTIONS(2319), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2321), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2321), + [anon_sym_borrowing] = ACTIONS(2319), + [anon_sym_consuming] = ACTIONS(2319), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2321), + [sym__conjunction_operator_custom] = ACTIONS(2321), + [sym__disjunction_operator_custom] = ACTIONS(2321), + [sym__nil_coalescing_operator_custom] = ACTIONS(2321), + [sym__eq_custom] = ACTIONS(2321), + [sym__eq_eq_custom] = ACTIONS(2321), + [sym__plus_then_ws] = ACTIONS(2321), + [sym__minus_then_ws] = ACTIONS(2321), + [sym__bang_custom] = ACTIONS(2321), + [sym__as_custom] = ACTIONS(2321), + [sym__as_quest_custom] = ACTIONS(2321), + [sym__as_bang_custom] = ACTIONS(2321), + [sym__custom_operator] = ACTIONS(2321), + }, + [STATE(850)] = { + [anon_sym_BANG] = ACTIONS(2323), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(2325), + [aux_sym_simple_identifier_token2] = ACTIONS(2327), + [aux_sym_simple_identifier_token3] = ACTIONS(2327), + [aux_sym_simple_identifier_token4] = ACTIONS(2327), + [anon_sym_actor] = ACTIONS(2323), + [anon_sym_async] = ACTIONS(2323), + [anon_sym_each] = ACTIONS(2325), + [anon_sym_lazy] = ACTIONS(2323), + [anon_sym_repeat] = ACTIONS(2325), + [anon_sym_package] = ACTIONS(2323), + [anon_sym_COMMA] = ACTIONS(2329), + [anon_sym_LPAREN] = ACTIONS(2329), + [anon_sym_LBRACK] = ACTIONS(2329), + [anon_sym_QMARK] = ACTIONS(2323), + [anon_sym_QMARK2] = ACTIONS(2329), + [anon_sym_AMP] = ACTIONS(2329), + [aux_sym_custom_operator_token1] = ACTIONS(2329), + [anon_sym_LT] = ACTIONS(2323), + [anon_sym_GT] = ACTIONS(2323), + [anon_sym_LBRACE] = ACTIONS(2329), + [anon_sym_CARET_LBRACE] = ACTIONS(2329), + [anon_sym_RBRACE] = ACTIONS(2329), + [anon_sym_case] = ACTIONS(2323), + [anon_sym_PLUS_EQ] = ACTIONS(2329), + [anon_sym_DASH_EQ] = ACTIONS(2329), + [anon_sym_STAR_EQ] = ACTIONS(2329), + [anon_sym_SLASH_EQ] = ACTIONS(2329), + [anon_sym_PERCENT_EQ] = ACTIONS(2329), + [anon_sym_BANG_EQ] = ACTIONS(2323), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2329), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2329), + [anon_sym_LT_EQ] = ACTIONS(2329), + [anon_sym_GT_EQ] = ACTIONS(2329), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2329), + [anon_sym_DOT_DOT_LT] = ACTIONS(2329), + [anon_sym_is] = ACTIONS(2323), + [anon_sym_PLUS] = ACTIONS(2323), + [anon_sym_DASH] = ACTIONS(2323), + [anon_sym_STAR] = ACTIONS(2323), + [anon_sym_SLASH] = ACTIONS(2323), + [anon_sym_PERCENT] = ACTIONS(2323), + [anon_sym_PLUS_PLUS] = ACTIONS(2329), + [anon_sym_DASH_DASH] = ACTIONS(2329), + [anon_sym_PIPE] = ACTIONS(2329), + [anon_sym_CARET] = ACTIONS(2323), + [anon_sym_LT_LT] = ACTIONS(2329), + [anon_sym_GT_GT] = ACTIONS(2329), + [anon_sym_import] = ACTIONS(2323), + [anon_sym_typealias] = ACTIONS(2323), + [anon_sym_struct] = ACTIONS(2323), + [anon_sym_class] = ACTIONS(2323), + [anon_sym_enum] = ACTIONS(2323), + [anon_sym_protocol] = ACTIONS(2323), + [anon_sym_let] = ACTIONS(2323), + [anon_sym_var] = ACTIONS(2323), + [anon_sym_func] = ACTIONS(2323), + [anon_sym_extension] = ACTIONS(2323), + [anon_sym_indirect] = ACTIONS(2323), + [anon_sym_SEMI] = ACTIONS(2329), + [anon_sym_init] = ACTIONS(2323), + [anon_sym_deinit] = ACTIONS(2323), + [anon_sym_subscript] = ACTIONS(2323), + [anon_sym_prefix] = ACTIONS(2323), + [anon_sym_infix] = ACTIONS(2323), + [anon_sym_postfix] = ACTIONS(2323), + [anon_sym_precedencegroup] = ACTIONS(2323), + [anon_sym_associatedtype] = ACTIONS(2323), + [anon_sym_AT] = ACTIONS(2323), + [anon_sym_override] = ACTIONS(2323), + [anon_sym_convenience] = ACTIONS(2323), + [anon_sym_required] = ACTIONS(2323), + [anon_sym_nonisolated] = ACTIONS(2323), + [anon_sym_public] = ACTIONS(2323), + [anon_sym_private] = ACTIONS(2323), + [anon_sym_internal] = ACTIONS(2323), + [anon_sym_fileprivate] = ACTIONS(2323), + [anon_sym_open] = ACTIONS(2323), + [anon_sym_mutating] = ACTIONS(2323), + [anon_sym_nonmutating] = ACTIONS(2323), + [anon_sym_static] = ACTIONS(2323), + [anon_sym_dynamic] = ACTIONS(2323), + [anon_sym_optional] = ACTIONS(2323), + [anon_sym_distributed] = ACTIONS(2323), + [anon_sym_final] = ACTIONS(2323), + [anon_sym_inout] = ACTIONS(2323), + [anon_sym_ATescaping] = ACTIONS(2329), + [anon_sym_ATautoclosure] = ACTIONS(2329), + [anon_sym_weak] = ACTIONS(2323), + [anon_sym_unowned] = ACTIONS(2323), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2329), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2329), + [anon_sym_borrowing] = ACTIONS(2323), + [anon_sym_consuming] = ACTIONS(2323), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2329), + [sym__conjunction_operator_custom] = ACTIONS(2329), + [sym__disjunction_operator_custom] = ACTIONS(2329), + [sym__nil_coalescing_operator_custom] = ACTIONS(2329), + [sym__eq_custom] = ACTIONS(2329), + [sym__eq_eq_custom] = ACTIONS(2329), + [sym__plus_then_ws] = ACTIONS(2329), + [sym__minus_then_ws] = ACTIONS(2329), + [sym__bang_custom] = ACTIONS(2329), + [sym__as_custom] = ACTIONS(2329), + [sym__as_quest_custom] = ACTIONS(2329), + [sym__as_bang_custom] = ACTIONS(2329), + [sym__custom_operator] = ACTIONS(2329), + }, + [STATE(851)] = { + [anon_sym_BANG] = ACTIONS(2325), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(2325), + [aux_sym_simple_identifier_token2] = ACTIONS(2327), + [aux_sym_simple_identifier_token3] = ACTIONS(2327), + [aux_sym_simple_identifier_token4] = ACTIONS(2327), + [anon_sym_actor] = ACTIONS(2325), + [anon_sym_async] = ACTIONS(2325), + [anon_sym_each] = ACTIONS(2325), + [anon_sym_lazy] = ACTIONS(2325), + [anon_sym_repeat] = ACTIONS(2325), + [anon_sym_package] = ACTIONS(2325), + [anon_sym_COMMA] = ACTIONS(2327), + [anon_sym_LPAREN] = ACTIONS(2327), + [anon_sym_LBRACK] = ACTIONS(2327), + [anon_sym_QMARK] = ACTIONS(2325), + [anon_sym_QMARK2] = ACTIONS(2327), + [anon_sym_AMP] = ACTIONS(2327), + [aux_sym_custom_operator_token1] = ACTIONS(2327), + [anon_sym_LT] = ACTIONS(2325), + [anon_sym_GT] = ACTIONS(2325), + [anon_sym_LBRACE] = ACTIONS(2327), + [anon_sym_CARET_LBRACE] = ACTIONS(2327), + [anon_sym_RBRACE] = ACTIONS(2327), + [anon_sym_case] = ACTIONS(2325), + [anon_sym_PLUS_EQ] = ACTIONS(2327), + [anon_sym_DASH_EQ] = ACTIONS(2327), + [anon_sym_STAR_EQ] = ACTIONS(2327), + [anon_sym_SLASH_EQ] = ACTIONS(2327), + [anon_sym_PERCENT_EQ] = ACTIONS(2327), + [anon_sym_BANG_EQ] = ACTIONS(2325), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2327), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2327), + [anon_sym_LT_EQ] = ACTIONS(2327), + [anon_sym_GT_EQ] = ACTIONS(2327), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2327), + [anon_sym_DOT_DOT_LT] = ACTIONS(2327), + [anon_sym_is] = ACTIONS(2325), + [anon_sym_PLUS] = ACTIONS(2325), + [anon_sym_DASH] = ACTIONS(2325), + [anon_sym_STAR] = ACTIONS(2325), + [anon_sym_SLASH] = ACTIONS(2325), + [anon_sym_PERCENT] = ACTIONS(2325), + [anon_sym_PLUS_PLUS] = ACTIONS(2327), + [anon_sym_DASH_DASH] = ACTIONS(2327), + [anon_sym_PIPE] = ACTIONS(2327), + [anon_sym_CARET] = ACTIONS(2325), + [anon_sym_LT_LT] = ACTIONS(2327), + [anon_sym_GT_GT] = ACTIONS(2327), + [anon_sym_import] = ACTIONS(2325), + [anon_sym_typealias] = ACTIONS(2325), + [anon_sym_struct] = ACTIONS(2325), + [anon_sym_class] = ACTIONS(2325), + [anon_sym_enum] = ACTIONS(2325), + [anon_sym_protocol] = ACTIONS(2325), + [anon_sym_let] = ACTIONS(2325), + [anon_sym_var] = ACTIONS(2325), + [anon_sym_func] = ACTIONS(2325), + [anon_sym_extension] = ACTIONS(2325), + [anon_sym_indirect] = ACTIONS(2325), + [anon_sym_SEMI] = ACTIONS(2327), + [anon_sym_init] = ACTIONS(2325), + [anon_sym_deinit] = ACTIONS(2325), + [anon_sym_subscript] = ACTIONS(2325), + [anon_sym_prefix] = ACTIONS(2325), + [anon_sym_infix] = ACTIONS(2325), + [anon_sym_postfix] = ACTIONS(2325), + [anon_sym_precedencegroup] = ACTIONS(2325), + [anon_sym_associatedtype] = ACTIONS(2325), + [anon_sym_AT] = ACTIONS(2325), + [anon_sym_override] = ACTIONS(2325), + [anon_sym_convenience] = ACTIONS(2325), + [anon_sym_required] = ACTIONS(2325), + [anon_sym_nonisolated] = ACTIONS(2325), + [anon_sym_public] = ACTIONS(2325), + [anon_sym_private] = ACTIONS(2325), + [anon_sym_internal] = ACTIONS(2325), + [anon_sym_fileprivate] = ACTIONS(2325), + [anon_sym_open] = ACTIONS(2325), + [anon_sym_mutating] = ACTIONS(2325), + [anon_sym_nonmutating] = ACTIONS(2325), + [anon_sym_static] = ACTIONS(2325), + [anon_sym_dynamic] = ACTIONS(2325), + [anon_sym_optional] = ACTIONS(2325), + [anon_sym_distributed] = ACTIONS(2325), + [anon_sym_final] = ACTIONS(2325), + [anon_sym_inout] = ACTIONS(2325), + [anon_sym_ATescaping] = ACTIONS(2327), + [anon_sym_ATautoclosure] = ACTIONS(2327), + [anon_sym_weak] = ACTIONS(2325), + [anon_sym_unowned] = ACTIONS(2325), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2327), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2327), + [anon_sym_borrowing] = ACTIONS(2325), + [anon_sym_consuming] = ACTIONS(2325), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2327), + [sym__conjunction_operator_custom] = ACTIONS(2327), + [sym__disjunction_operator_custom] = ACTIONS(2327), + [sym__nil_coalescing_operator_custom] = ACTIONS(2327), + [sym__eq_custom] = ACTIONS(2327), + [sym__eq_eq_custom] = ACTIONS(2327), + [sym__plus_then_ws] = ACTIONS(2327), + [sym__minus_then_ws] = ACTIONS(2327), + [sym__bang_custom] = ACTIONS(2327), + [sym__as_custom] = ACTIONS(2327), + [sym__as_quest_custom] = ACTIONS(2327), + [sym__as_bang_custom] = ACTIONS(2327), + [sym__custom_operator] = ACTIONS(2327), + }, + [STATE(852)] = { + [anon_sym_BANG] = ACTIONS(2331), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(2331), + [aux_sym_simple_identifier_token2] = ACTIONS(2333), + [aux_sym_simple_identifier_token3] = ACTIONS(2333), + [aux_sym_simple_identifier_token4] = ACTIONS(2333), + [anon_sym_actor] = ACTIONS(2331), + [anon_sym_async] = ACTIONS(2331), + [anon_sym_each] = ACTIONS(2331), + [anon_sym_lazy] = ACTIONS(2331), + [anon_sym_repeat] = ACTIONS(2331), + [anon_sym_package] = ACTIONS(2331), + [anon_sym_COMMA] = ACTIONS(2333), + [anon_sym_LPAREN] = ACTIONS(2333), + [anon_sym_LBRACK] = ACTIONS(2333), + [anon_sym_QMARK] = ACTIONS(2331), + [anon_sym_QMARK2] = ACTIONS(2333), + [anon_sym_AMP] = ACTIONS(2333), + [aux_sym_custom_operator_token1] = ACTIONS(2333), + [anon_sym_LT] = ACTIONS(2331), + [anon_sym_GT] = ACTIONS(2331), + [anon_sym_LBRACE] = ACTIONS(2333), + [anon_sym_CARET_LBRACE] = ACTIONS(2333), + [anon_sym_RBRACE] = ACTIONS(2333), + [anon_sym_case] = ACTIONS(2331), + [anon_sym_PLUS_EQ] = ACTIONS(2333), + [anon_sym_DASH_EQ] = ACTIONS(2333), + [anon_sym_STAR_EQ] = ACTIONS(2333), + [anon_sym_SLASH_EQ] = ACTIONS(2333), + [anon_sym_PERCENT_EQ] = ACTIONS(2333), + [anon_sym_BANG_EQ] = ACTIONS(2331), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2333), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2333), + [anon_sym_LT_EQ] = ACTIONS(2333), + [anon_sym_GT_EQ] = ACTIONS(2333), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2333), + [anon_sym_DOT_DOT_LT] = ACTIONS(2333), + [anon_sym_is] = ACTIONS(2331), + [anon_sym_PLUS] = ACTIONS(2331), + [anon_sym_DASH] = ACTIONS(2331), + [anon_sym_STAR] = ACTIONS(2331), + [anon_sym_SLASH] = ACTIONS(2331), + [anon_sym_PERCENT] = ACTIONS(2331), + [anon_sym_PLUS_PLUS] = ACTIONS(2333), + [anon_sym_DASH_DASH] = ACTIONS(2333), + [anon_sym_PIPE] = ACTIONS(2333), + [anon_sym_CARET] = ACTIONS(2331), + [anon_sym_LT_LT] = ACTIONS(2333), + [anon_sym_GT_GT] = ACTIONS(2333), + [anon_sym_import] = ACTIONS(2331), + [anon_sym_typealias] = ACTIONS(2331), + [anon_sym_struct] = ACTIONS(2331), + [anon_sym_class] = ACTIONS(2331), + [anon_sym_enum] = ACTIONS(2331), + [anon_sym_protocol] = ACTIONS(2331), + [anon_sym_let] = ACTIONS(2331), + [anon_sym_var] = ACTIONS(2331), + [anon_sym_func] = ACTIONS(2331), + [anon_sym_extension] = ACTIONS(2331), + [anon_sym_indirect] = ACTIONS(2331), + [anon_sym_SEMI] = ACTIONS(2333), + [anon_sym_init] = ACTIONS(2331), + [anon_sym_deinit] = ACTIONS(2331), + [anon_sym_subscript] = ACTIONS(2331), + [anon_sym_prefix] = ACTIONS(2331), + [anon_sym_infix] = ACTIONS(2331), + [anon_sym_postfix] = ACTIONS(2331), + [anon_sym_precedencegroup] = ACTIONS(2331), + [anon_sym_associatedtype] = ACTIONS(2331), + [anon_sym_AT] = ACTIONS(2331), + [anon_sym_override] = ACTIONS(2331), + [anon_sym_convenience] = ACTIONS(2331), + [anon_sym_required] = ACTIONS(2331), + [anon_sym_nonisolated] = ACTIONS(2331), + [anon_sym_public] = ACTIONS(2331), + [anon_sym_private] = ACTIONS(2331), + [anon_sym_internal] = ACTIONS(2331), + [anon_sym_fileprivate] = ACTIONS(2331), + [anon_sym_open] = ACTIONS(2331), + [anon_sym_mutating] = ACTIONS(2331), + [anon_sym_nonmutating] = ACTIONS(2331), + [anon_sym_static] = ACTIONS(2331), + [anon_sym_dynamic] = ACTIONS(2331), + [anon_sym_optional] = ACTIONS(2331), + [anon_sym_distributed] = ACTIONS(2331), + [anon_sym_final] = ACTIONS(2331), + [anon_sym_inout] = ACTIONS(2331), + [anon_sym_ATescaping] = ACTIONS(2333), + [anon_sym_ATautoclosure] = ACTIONS(2333), + [anon_sym_weak] = ACTIONS(2331), + [anon_sym_unowned] = ACTIONS(2331), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2333), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2333), + [anon_sym_borrowing] = ACTIONS(2331), + [anon_sym_consuming] = ACTIONS(2331), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2333), + [sym__conjunction_operator_custom] = ACTIONS(2333), + [sym__disjunction_operator_custom] = ACTIONS(2333), + [sym__nil_coalescing_operator_custom] = ACTIONS(2333), + [sym__eq_custom] = ACTIONS(2333), + [sym__eq_eq_custom] = ACTIONS(2333), + [sym__plus_then_ws] = ACTIONS(2333), + [sym__minus_then_ws] = ACTIONS(2333), + [sym__bang_custom] = ACTIONS(2333), + [sym__as_custom] = ACTIONS(2333), + [sym__as_quest_custom] = ACTIONS(2333), + [sym__as_bang_custom] = ACTIONS(2333), + [sym__custom_operator] = ACTIONS(2333), + }, + [STATE(853)] = { + [aux_sym_protocol_composition_type_repeat1] = STATE(853), + [anon_sym_BANG] = ACTIONS(2187), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2189), + [anon_sym_async] = ACTIONS(2189), + [anon_sym_lazy] = ACTIONS(2189), + [anon_sym_package] = ACTIONS(2189), + [anon_sym_COMMA] = ACTIONS(2189), + [anon_sym_LPAREN] = ACTIONS(2189), + [anon_sym_LBRACK] = ACTIONS(2189), + [anon_sym_DOT] = ACTIONS(2187), + [anon_sym_QMARK] = ACTIONS(2187), + [anon_sym_QMARK2] = ACTIONS(2189), + [anon_sym_AMP] = ACTIONS(2335), + [aux_sym_custom_operator_token1] = ACTIONS(2189), + [anon_sym_LT] = ACTIONS(2187), + [anon_sym_GT] = ACTIONS(2187), + [anon_sym_LBRACE] = ACTIONS(2189), + [anon_sym_CARET_LBRACE] = ACTIONS(2189), + [anon_sym_RBRACE] = ACTIONS(2189), + [anon_sym_case] = ACTIONS(2189), + [anon_sym_PLUS_EQ] = ACTIONS(2189), + [anon_sym_DASH_EQ] = ACTIONS(2189), + [anon_sym_STAR_EQ] = ACTIONS(2189), + [anon_sym_SLASH_EQ] = ACTIONS(2189), + [anon_sym_PERCENT_EQ] = ACTIONS(2189), + [anon_sym_BANG_EQ] = ACTIONS(2187), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2189), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2189), + [anon_sym_LT_EQ] = ACTIONS(2189), + [anon_sym_GT_EQ] = ACTIONS(2189), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2189), + [anon_sym_DOT_DOT_LT] = ACTIONS(2189), + [anon_sym_is] = ACTIONS(2189), + [anon_sym_PLUS] = ACTIONS(2187), + [anon_sym_DASH] = ACTIONS(2187), + [anon_sym_STAR] = ACTIONS(2187), + [anon_sym_SLASH] = ACTIONS(2187), + [anon_sym_PERCENT] = ACTIONS(2187), + [anon_sym_PLUS_PLUS] = ACTIONS(2189), + [anon_sym_DASH_DASH] = ACTIONS(2189), + [anon_sym_PIPE] = ACTIONS(2189), + [anon_sym_CARET] = ACTIONS(2187), + [anon_sym_LT_LT] = ACTIONS(2189), + [anon_sym_GT_GT] = ACTIONS(2189), + [anon_sym_import] = ACTIONS(2189), + [anon_sym_typealias] = ACTIONS(2189), + [anon_sym_struct] = ACTIONS(2189), + [anon_sym_class] = ACTIONS(2189), + [anon_sym_enum] = ACTIONS(2189), + [anon_sym_protocol] = ACTIONS(2189), + [anon_sym_let] = ACTIONS(2189), + [anon_sym_var] = ACTIONS(2189), + [anon_sym_func] = ACTIONS(2189), + [anon_sym_extension] = ACTIONS(2189), + [anon_sym_indirect] = ACTIONS(2189), + [anon_sym_SEMI] = ACTIONS(2189), + [anon_sym_init] = ACTIONS(2189), + [anon_sym_deinit] = ACTIONS(2189), + [anon_sym_subscript] = ACTIONS(2189), + [anon_sym_prefix] = ACTIONS(2189), + [anon_sym_infix] = ACTIONS(2189), + [anon_sym_postfix] = ACTIONS(2189), + [anon_sym_precedencegroup] = ACTIONS(2189), + [anon_sym_associatedtype] = ACTIONS(2189), + [anon_sym_AT] = ACTIONS(2187), + [anon_sym_override] = ACTIONS(2189), + [anon_sym_convenience] = ACTIONS(2189), + [anon_sym_required] = ACTIONS(2189), + [anon_sym_nonisolated] = ACTIONS(2189), + [anon_sym_public] = ACTIONS(2189), + [anon_sym_private] = ACTIONS(2189), + [anon_sym_internal] = ACTIONS(2189), + [anon_sym_fileprivate] = ACTIONS(2189), + [anon_sym_open] = ACTIONS(2189), + [anon_sym_mutating] = ACTIONS(2189), + [anon_sym_nonmutating] = ACTIONS(2189), + [anon_sym_static] = ACTIONS(2189), + [anon_sym_dynamic] = ACTIONS(2189), + [anon_sym_optional] = ACTIONS(2189), + [anon_sym_distributed] = ACTIONS(2189), + [anon_sym_final] = ACTIONS(2189), + [anon_sym_inout] = ACTIONS(2189), + [anon_sym_ATescaping] = ACTIONS(2189), + [anon_sym_ATautoclosure] = ACTIONS(2189), + [anon_sym_weak] = ACTIONS(2189), + [anon_sym_unowned] = ACTIONS(2187), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2189), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2189), + [anon_sym_borrowing] = ACTIONS(2189), + [anon_sym_consuming] = ACTIONS(2189), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2189), + [sym__dot_custom] = ACTIONS(2189), + [sym__conjunction_operator_custom] = ACTIONS(2189), + [sym__disjunction_operator_custom] = ACTIONS(2189), + [sym__nil_coalescing_operator_custom] = ACTIONS(2189), + [sym__eq_custom] = ACTIONS(2189), + [sym__eq_eq_custom] = ACTIONS(2189), + [sym__plus_then_ws] = ACTIONS(2189), + [sym__minus_then_ws] = ACTIONS(2189), + [sym__bang_custom] = ACTIONS(2189), + [sym__throws_keyword] = ACTIONS(2189), + [sym__rethrows_keyword] = ACTIONS(2189), + [sym__as_custom] = ACTIONS(2189), + [sym__as_quest_custom] = ACTIONS(2189), + [sym__as_bang_custom] = ACTIONS(2189), + [sym__async_keyword_custom] = ACTIONS(2189), + [sym__custom_operator] = ACTIONS(2189), + }, + [STATE(854)] = { + [anon_sym_BANG] = ACTIONS(2338), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(2338), + [aux_sym_simple_identifier_token2] = ACTIONS(2340), + [aux_sym_simple_identifier_token3] = ACTIONS(2340), + [aux_sym_simple_identifier_token4] = ACTIONS(2340), + [anon_sym_actor] = ACTIONS(2338), + [anon_sym_async] = ACTIONS(2338), + [anon_sym_each] = ACTIONS(2338), + [anon_sym_lazy] = ACTIONS(2338), + [anon_sym_repeat] = ACTIONS(2338), + [anon_sym_package] = ACTIONS(2338), + [anon_sym_COMMA] = ACTIONS(2340), + [anon_sym_LPAREN] = ACTIONS(2340), + [anon_sym_LBRACK] = ACTIONS(2340), + [anon_sym_QMARK] = ACTIONS(2338), + [anon_sym_QMARK2] = ACTIONS(2340), + [anon_sym_AMP] = ACTIONS(2340), + [aux_sym_custom_operator_token1] = ACTIONS(2340), + [anon_sym_LT] = ACTIONS(2338), + [anon_sym_GT] = ACTIONS(2338), + [anon_sym_LBRACE] = ACTIONS(2340), + [anon_sym_CARET_LBRACE] = ACTIONS(2340), + [anon_sym_RBRACE] = ACTIONS(2340), + [anon_sym_case] = ACTIONS(2338), + [anon_sym_PLUS_EQ] = ACTIONS(2340), + [anon_sym_DASH_EQ] = ACTIONS(2340), + [anon_sym_STAR_EQ] = ACTIONS(2340), + [anon_sym_SLASH_EQ] = ACTIONS(2340), + [anon_sym_PERCENT_EQ] = ACTIONS(2340), + [anon_sym_BANG_EQ] = ACTIONS(2338), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2340), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2340), + [anon_sym_LT_EQ] = ACTIONS(2340), + [anon_sym_GT_EQ] = ACTIONS(2340), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2340), + [anon_sym_DOT_DOT_LT] = ACTIONS(2340), + [anon_sym_is] = ACTIONS(2338), + [anon_sym_PLUS] = ACTIONS(2338), + [anon_sym_DASH] = ACTIONS(2338), + [anon_sym_STAR] = ACTIONS(2338), + [anon_sym_SLASH] = ACTIONS(2338), + [anon_sym_PERCENT] = ACTIONS(2338), + [anon_sym_PLUS_PLUS] = ACTIONS(2340), + [anon_sym_DASH_DASH] = ACTIONS(2340), + [anon_sym_PIPE] = ACTIONS(2340), + [anon_sym_CARET] = ACTIONS(2338), + [anon_sym_LT_LT] = ACTIONS(2340), + [anon_sym_GT_GT] = ACTIONS(2340), + [anon_sym_import] = ACTIONS(2338), + [anon_sym_typealias] = ACTIONS(2338), + [anon_sym_struct] = ACTIONS(2338), + [anon_sym_class] = ACTIONS(2338), + [anon_sym_enum] = ACTIONS(2338), + [anon_sym_protocol] = ACTIONS(2338), + [anon_sym_let] = ACTIONS(2338), + [anon_sym_var] = ACTIONS(2338), + [anon_sym_func] = ACTIONS(2338), + [anon_sym_extension] = ACTIONS(2338), + [anon_sym_indirect] = ACTIONS(2338), + [anon_sym_SEMI] = ACTIONS(2340), + [anon_sym_init] = ACTIONS(2338), + [anon_sym_deinit] = ACTIONS(2338), + [anon_sym_subscript] = ACTIONS(2338), + [anon_sym_prefix] = ACTIONS(2338), + [anon_sym_infix] = ACTIONS(2338), + [anon_sym_postfix] = ACTIONS(2338), + [anon_sym_precedencegroup] = ACTIONS(2338), + [anon_sym_associatedtype] = ACTIONS(2338), + [anon_sym_AT] = ACTIONS(2338), + [anon_sym_override] = ACTIONS(2338), + [anon_sym_convenience] = ACTIONS(2338), + [anon_sym_required] = ACTIONS(2338), + [anon_sym_nonisolated] = ACTIONS(2338), + [anon_sym_public] = ACTIONS(2338), + [anon_sym_private] = ACTIONS(2338), + [anon_sym_internal] = ACTIONS(2338), + [anon_sym_fileprivate] = ACTIONS(2338), + [anon_sym_open] = ACTIONS(2338), + [anon_sym_mutating] = ACTIONS(2338), + [anon_sym_nonmutating] = ACTIONS(2338), + [anon_sym_static] = ACTIONS(2338), + [anon_sym_dynamic] = ACTIONS(2338), + [anon_sym_optional] = ACTIONS(2338), + [anon_sym_distributed] = ACTIONS(2338), + [anon_sym_final] = ACTIONS(2338), + [anon_sym_inout] = ACTIONS(2338), + [anon_sym_ATescaping] = ACTIONS(2340), + [anon_sym_ATautoclosure] = ACTIONS(2340), + [anon_sym_weak] = ACTIONS(2338), + [anon_sym_unowned] = ACTIONS(2338), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2340), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2340), + [anon_sym_borrowing] = ACTIONS(2338), + [anon_sym_consuming] = ACTIONS(2338), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2340), + [sym__conjunction_operator_custom] = ACTIONS(2340), + [sym__disjunction_operator_custom] = ACTIONS(2340), + [sym__nil_coalescing_operator_custom] = ACTIONS(2340), + [sym__eq_custom] = ACTIONS(2340), + [sym__eq_eq_custom] = ACTIONS(2340), + [sym__plus_then_ws] = ACTIONS(2340), + [sym__minus_then_ws] = ACTIONS(2340), + [sym__bang_custom] = ACTIONS(2340), + [sym__as_custom] = ACTIONS(2340), + [sym__as_quest_custom] = ACTIONS(2340), + [sym__as_bang_custom] = ACTIONS(2340), + [sym__custom_operator] = ACTIONS(2340), + }, + [STATE(855)] = { + [anon_sym_BANG] = ACTIONS(2342), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(2342), + [aux_sym_simple_identifier_token2] = ACTIONS(2344), + [aux_sym_simple_identifier_token3] = ACTIONS(2344), + [aux_sym_simple_identifier_token4] = ACTIONS(2344), + [anon_sym_actor] = ACTIONS(2342), + [anon_sym_async] = ACTIONS(2342), + [anon_sym_each] = ACTIONS(2342), + [anon_sym_lazy] = ACTIONS(2342), + [anon_sym_repeat] = ACTIONS(2342), + [anon_sym_package] = ACTIONS(2342), + [anon_sym_COMMA] = ACTIONS(2344), + [anon_sym_LPAREN] = ACTIONS(2344), + [anon_sym_LBRACK] = ACTIONS(2344), + [anon_sym_QMARK] = ACTIONS(2342), + [anon_sym_QMARK2] = ACTIONS(2344), + [anon_sym_AMP] = ACTIONS(2344), + [aux_sym_custom_operator_token1] = ACTIONS(2344), + [anon_sym_LT] = ACTIONS(2342), + [anon_sym_GT] = ACTIONS(2342), + [anon_sym_LBRACE] = ACTIONS(2344), + [anon_sym_CARET_LBRACE] = ACTIONS(2344), + [anon_sym_RBRACE] = ACTIONS(2344), + [anon_sym_case] = ACTIONS(2342), + [anon_sym_PLUS_EQ] = ACTIONS(2344), + [anon_sym_DASH_EQ] = ACTIONS(2344), + [anon_sym_STAR_EQ] = ACTIONS(2344), + [anon_sym_SLASH_EQ] = ACTIONS(2344), + [anon_sym_PERCENT_EQ] = ACTIONS(2344), + [anon_sym_BANG_EQ] = ACTIONS(2342), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2344), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2344), + [anon_sym_LT_EQ] = ACTIONS(2344), + [anon_sym_GT_EQ] = ACTIONS(2344), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2344), + [anon_sym_DOT_DOT_LT] = ACTIONS(2344), + [anon_sym_is] = ACTIONS(2342), + [anon_sym_PLUS] = ACTIONS(2342), + [anon_sym_DASH] = ACTIONS(2342), + [anon_sym_STAR] = ACTIONS(2342), + [anon_sym_SLASH] = ACTIONS(2342), + [anon_sym_PERCENT] = ACTIONS(2342), + [anon_sym_PLUS_PLUS] = ACTIONS(2344), + [anon_sym_DASH_DASH] = ACTIONS(2344), + [anon_sym_PIPE] = ACTIONS(2344), + [anon_sym_CARET] = ACTIONS(2342), + [anon_sym_LT_LT] = ACTIONS(2344), + [anon_sym_GT_GT] = ACTIONS(2344), + [anon_sym_import] = ACTIONS(2342), + [anon_sym_typealias] = ACTIONS(2342), + [anon_sym_struct] = ACTIONS(2342), + [anon_sym_class] = ACTIONS(2342), + [anon_sym_enum] = ACTIONS(2342), + [anon_sym_protocol] = ACTIONS(2342), + [anon_sym_let] = ACTIONS(2342), + [anon_sym_var] = ACTIONS(2342), + [anon_sym_func] = ACTIONS(2342), + [anon_sym_extension] = ACTIONS(2342), + [anon_sym_indirect] = ACTIONS(2342), + [anon_sym_SEMI] = ACTIONS(2344), + [anon_sym_init] = ACTIONS(2342), + [anon_sym_deinit] = ACTIONS(2342), + [anon_sym_subscript] = ACTIONS(2342), + [anon_sym_prefix] = ACTIONS(2342), + [anon_sym_infix] = ACTIONS(2342), + [anon_sym_postfix] = ACTIONS(2342), + [anon_sym_precedencegroup] = ACTIONS(2342), + [anon_sym_associatedtype] = ACTIONS(2342), + [anon_sym_AT] = ACTIONS(2342), + [anon_sym_override] = ACTIONS(2342), + [anon_sym_convenience] = ACTIONS(2342), + [anon_sym_required] = ACTIONS(2342), + [anon_sym_nonisolated] = ACTIONS(2342), + [anon_sym_public] = ACTIONS(2342), + [anon_sym_private] = ACTIONS(2342), + [anon_sym_internal] = ACTIONS(2342), + [anon_sym_fileprivate] = ACTIONS(2342), + [anon_sym_open] = ACTIONS(2342), + [anon_sym_mutating] = ACTIONS(2342), + [anon_sym_nonmutating] = ACTIONS(2342), + [anon_sym_static] = ACTIONS(2342), + [anon_sym_dynamic] = ACTIONS(2342), + [anon_sym_optional] = ACTIONS(2342), + [anon_sym_distributed] = ACTIONS(2342), + [anon_sym_final] = ACTIONS(2342), + [anon_sym_inout] = ACTIONS(2342), + [anon_sym_ATescaping] = ACTIONS(2344), + [anon_sym_ATautoclosure] = ACTIONS(2344), + [anon_sym_weak] = ACTIONS(2342), + [anon_sym_unowned] = ACTIONS(2342), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2344), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2344), + [anon_sym_borrowing] = ACTIONS(2342), + [anon_sym_consuming] = ACTIONS(2342), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2344), + [sym__conjunction_operator_custom] = ACTIONS(2344), + [sym__disjunction_operator_custom] = ACTIONS(2344), + [sym__nil_coalescing_operator_custom] = ACTIONS(2344), + [sym__eq_custom] = ACTIONS(2344), + [sym__eq_eq_custom] = ACTIONS(2344), + [sym__plus_then_ws] = ACTIONS(2344), + [sym__minus_then_ws] = ACTIONS(2344), + [sym__bang_custom] = ACTIONS(2344), + [sym__as_custom] = ACTIONS(2344), + [sym__as_quest_custom] = ACTIONS(2344), + [sym__as_bang_custom] = ACTIONS(2344), + [sym__custom_operator] = ACTIONS(2344), + }, + [STATE(856)] = { + [anon_sym_BANG] = ACTIONS(2300), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2302), + [anon_sym_async] = ACTIONS(2302), + [anon_sym_lazy] = ACTIONS(2302), + [anon_sym_package] = ACTIONS(2302), + [anon_sym_RPAREN] = ACTIONS(2302), + [anon_sym_COMMA] = ACTIONS(2302), + [anon_sym_COLON] = ACTIONS(2302), + [anon_sym_LPAREN] = ACTIONS(2302), + [anon_sym_LBRACK] = ACTIONS(2302), + [anon_sym_RBRACK] = ACTIONS(2302), + [anon_sym_DOT] = ACTIONS(2300), + [anon_sym_QMARK] = ACTIONS(2300), + [anon_sym_QMARK2] = ACTIONS(2302), + [anon_sym_AMP] = ACTIONS(2302), + [aux_sym_custom_operator_token1] = ACTIONS(2302), + [anon_sym_LT] = ACTIONS(2300), + [anon_sym_GT] = ACTIONS(2300), + [anon_sym_LBRACE] = ACTIONS(2302), + [anon_sym_CARET_LBRACE] = ACTIONS(2302), + [anon_sym_RBRACE] = ACTIONS(2302), + [anon_sym_self] = ACTIONS(2302), + [anon_sym_case] = ACTIONS(2302), + [anon_sym_PLUS_EQ] = ACTIONS(2302), + [anon_sym_DASH_EQ] = ACTIONS(2302), + [anon_sym_STAR_EQ] = ACTIONS(2302), + [anon_sym_SLASH_EQ] = ACTIONS(2302), + [anon_sym_PERCENT_EQ] = ACTIONS(2302), + [anon_sym_BANG_EQ] = ACTIONS(2300), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2302), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2302), + [anon_sym_LT_EQ] = ACTIONS(2302), + [anon_sym_GT_EQ] = ACTIONS(2302), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2302), + [anon_sym_DOT_DOT_LT] = ACTIONS(2302), + [anon_sym_is] = ACTIONS(2302), + [anon_sym_PLUS] = ACTIONS(2300), + [anon_sym_DASH] = ACTIONS(2300), + [anon_sym_STAR] = ACTIONS(2300), + [anon_sym_SLASH] = ACTIONS(2300), + [anon_sym_PERCENT] = ACTIONS(2300), + [anon_sym_PLUS_PLUS] = ACTIONS(2302), + [anon_sym_DASH_DASH] = ACTIONS(2302), + [anon_sym_PIPE] = ACTIONS(2302), + [anon_sym_CARET] = ACTIONS(2300), + [anon_sym_LT_LT] = ACTIONS(2302), + [anon_sym_GT_GT] = ACTIONS(2302), + [anon_sym_import] = ACTIONS(2302), + [anon_sym_typealias] = ACTIONS(2302), + [anon_sym_struct] = ACTIONS(2302), + [anon_sym_class] = ACTIONS(2302), + [anon_sym_enum] = ACTIONS(2302), + [anon_sym_protocol] = ACTIONS(2302), + [anon_sym_let] = ACTIONS(2302), + [anon_sym_var] = ACTIONS(2302), + [anon_sym_func] = ACTIONS(2302), + [anon_sym_extension] = ACTIONS(2302), + [anon_sym_indirect] = ACTIONS(2302), + [anon_sym_SEMI] = ACTIONS(2302), + [anon_sym_init] = ACTIONS(2302), + [anon_sym_deinit] = ACTIONS(2302), + [anon_sym_subscript] = ACTIONS(2302), + [anon_sym_prefix] = ACTIONS(2302), + [anon_sym_infix] = ACTIONS(2302), + [anon_sym_postfix] = ACTIONS(2302), + [anon_sym_precedencegroup] = ACTIONS(2302), + [anon_sym_associatedtype] = ACTIONS(2302), + [anon_sym_AT] = ACTIONS(2300), + [anon_sym_override] = ACTIONS(2302), + [anon_sym_convenience] = ACTIONS(2302), + [anon_sym_required] = ACTIONS(2302), + [anon_sym_nonisolated] = ACTIONS(2302), + [anon_sym_public] = ACTIONS(2302), + [anon_sym_private] = ACTIONS(2302), + [anon_sym_internal] = ACTIONS(2302), + [anon_sym_fileprivate] = ACTIONS(2302), + [anon_sym_open] = ACTIONS(2302), + [anon_sym_mutating] = ACTIONS(2302), + [anon_sym_nonmutating] = ACTIONS(2302), + [anon_sym_static] = ACTIONS(2302), + [anon_sym_dynamic] = ACTIONS(2302), + [anon_sym_optional] = ACTIONS(2302), + [anon_sym_distributed] = ACTIONS(2302), + [anon_sym_final] = ACTIONS(2302), + [anon_sym_inout] = ACTIONS(2302), + [anon_sym_ATescaping] = ACTIONS(2302), + [anon_sym_ATautoclosure] = ACTIONS(2302), + [anon_sym_weak] = ACTIONS(2302), + [anon_sym_unowned] = ACTIONS(2300), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2302), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2302), + [anon_sym_borrowing] = ACTIONS(2302), + [anon_sym_consuming] = ACTIONS(2302), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2302), + [sym__conjunction_operator_custom] = ACTIONS(2302), + [sym__disjunction_operator_custom] = ACTIONS(2302), + [sym__nil_coalescing_operator_custom] = ACTIONS(2302), + [sym__eq_custom] = ACTIONS(2302), + [sym__eq_eq_custom] = ACTIONS(2302), + [sym__plus_then_ws] = ACTIONS(2302), + [sym__minus_then_ws] = ACTIONS(2302), + [sym__bang_custom] = ACTIONS(2302), + [sym__as_custom] = ACTIONS(2302), + [sym__as_quest_custom] = ACTIONS(2302), + [sym__as_bang_custom] = ACTIONS(2302), + [sym__custom_operator] = ACTIONS(2302), + }, + [STATE(857)] = { + [aux_sym_key_path_expression_repeat1] = STATE(860), + [anon_sym_BANG] = ACTIONS(2346), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2348), + [anon_sym_async] = ACTIONS(2348), + [anon_sym_lazy] = ACTIONS(2348), + [anon_sym_package] = ACTIONS(2348), + [anon_sym_RPAREN] = ACTIONS(2348), + [anon_sym_COMMA] = ACTIONS(2348), + [anon_sym_COLON] = ACTIONS(2348), + [anon_sym_LPAREN] = ACTIONS(2348), + [anon_sym_LBRACK] = ACTIONS(2348), + [anon_sym_RBRACK] = ACTIONS(2348), + [anon_sym_DOT] = ACTIONS(2067), + [anon_sym_QMARK] = ACTIONS(2346), + [anon_sym_QMARK2] = ACTIONS(2348), + [anon_sym_AMP] = ACTIONS(2348), + [aux_sym_custom_operator_token1] = ACTIONS(2348), + [anon_sym_LT] = ACTIONS(2346), + [anon_sym_GT] = ACTIONS(2346), + [anon_sym_LBRACE] = ACTIONS(2348), + [anon_sym_CARET_LBRACE] = ACTIONS(2348), + [anon_sym_RBRACE] = ACTIONS(2348), + [anon_sym_case] = ACTIONS(2348), + [anon_sym_PLUS_EQ] = ACTIONS(2348), + [anon_sym_DASH_EQ] = ACTIONS(2348), + [anon_sym_STAR_EQ] = ACTIONS(2348), + [anon_sym_SLASH_EQ] = ACTIONS(2348), + [anon_sym_PERCENT_EQ] = ACTIONS(2348), + [anon_sym_BANG_EQ] = ACTIONS(2346), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2348), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2348), + [anon_sym_LT_EQ] = ACTIONS(2348), + [anon_sym_GT_EQ] = ACTIONS(2348), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2348), + [anon_sym_DOT_DOT_LT] = ACTIONS(2348), + [anon_sym_is] = ACTIONS(2348), + [anon_sym_PLUS] = ACTIONS(2346), + [anon_sym_DASH] = ACTIONS(2346), + [anon_sym_STAR] = ACTIONS(2346), + [anon_sym_SLASH] = ACTIONS(2346), + [anon_sym_PERCENT] = ACTIONS(2346), + [anon_sym_PLUS_PLUS] = ACTIONS(2348), + [anon_sym_DASH_DASH] = ACTIONS(2348), + [anon_sym_PIPE] = ACTIONS(2348), + [anon_sym_CARET] = ACTIONS(2346), + [anon_sym_LT_LT] = ACTIONS(2348), + [anon_sym_GT_GT] = ACTIONS(2348), + [anon_sym_import] = ACTIONS(2348), + [anon_sym_typealias] = ACTIONS(2348), + [anon_sym_struct] = ACTIONS(2348), + [anon_sym_class] = ACTIONS(2348), + [anon_sym_enum] = ACTIONS(2348), + [anon_sym_protocol] = ACTIONS(2348), + [anon_sym_let] = ACTIONS(2348), + [anon_sym_var] = ACTIONS(2348), + [anon_sym_func] = ACTIONS(2348), + [anon_sym_extension] = ACTIONS(2348), + [anon_sym_indirect] = ACTIONS(2348), + [anon_sym_SEMI] = ACTIONS(2348), + [anon_sym_init] = ACTIONS(2348), + [anon_sym_deinit] = ACTIONS(2348), + [anon_sym_subscript] = ACTIONS(2348), + [anon_sym_prefix] = ACTIONS(2348), + [anon_sym_infix] = ACTIONS(2348), + [anon_sym_postfix] = ACTIONS(2348), + [anon_sym_precedencegroup] = ACTIONS(2348), + [anon_sym_associatedtype] = ACTIONS(2348), + [anon_sym_AT] = ACTIONS(2346), + [anon_sym_override] = ACTIONS(2348), + [anon_sym_convenience] = ACTIONS(2348), + [anon_sym_required] = ACTIONS(2348), + [anon_sym_nonisolated] = ACTIONS(2348), + [anon_sym_public] = ACTIONS(2348), + [anon_sym_private] = ACTIONS(2348), + [anon_sym_internal] = ACTIONS(2348), + [anon_sym_fileprivate] = ACTIONS(2348), + [anon_sym_open] = ACTIONS(2348), + [anon_sym_mutating] = ACTIONS(2348), + [anon_sym_nonmutating] = ACTIONS(2348), + [anon_sym_static] = ACTIONS(2348), + [anon_sym_dynamic] = ACTIONS(2348), + [anon_sym_optional] = ACTIONS(2348), + [anon_sym_distributed] = ACTIONS(2348), + [anon_sym_final] = ACTIONS(2348), + [anon_sym_inout] = ACTIONS(2348), + [anon_sym_ATescaping] = ACTIONS(2348), + [anon_sym_ATautoclosure] = ACTIONS(2348), + [anon_sym_weak] = ACTIONS(2348), + [anon_sym_unowned] = ACTIONS(2346), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2348), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2348), + [anon_sym_borrowing] = ACTIONS(2348), + [anon_sym_consuming] = ACTIONS(2348), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2348), + [sym__conjunction_operator_custom] = ACTIONS(2348), + [sym__disjunction_operator_custom] = ACTIONS(2348), + [sym__nil_coalescing_operator_custom] = ACTIONS(2348), + [sym__eq_custom] = ACTIONS(2348), + [sym__eq_eq_custom] = ACTIONS(2348), + [sym__plus_then_ws] = ACTIONS(2348), + [sym__minus_then_ws] = ACTIONS(2348), + [sym__bang_custom] = ACTIONS(2348), + [sym__as_custom] = ACTIONS(2348), + [sym__as_quest_custom] = ACTIONS(2348), + [sym__as_bang_custom] = ACTIONS(2348), + [sym__custom_operator] = ACTIONS(2348), + }, + [STATE(858)] = { + [aux_sym_key_path_expression_repeat1] = STATE(860), + [anon_sym_BANG] = ACTIONS(2350), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2352), + [anon_sym_async] = ACTIONS(2352), + [anon_sym_lazy] = ACTIONS(2352), + [anon_sym_package] = ACTIONS(2352), + [anon_sym_RPAREN] = ACTIONS(2352), + [anon_sym_COMMA] = ACTIONS(2352), + [anon_sym_COLON] = ACTIONS(2352), + [anon_sym_LPAREN] = ACTIONS(2352), + [anon_sym_LBRACK] = ACTIONS(2352), + [anon_sym_RBRACK] = ACTIONS(2352), + [anon_sym_DOT] = ACTIONS(2067), + [anon_sym_QMARK] = ACTIONS(2350), + [anon_sym_QMARK2] = ACTIONS(2352), + [anon_sym_AMP] = ACTIONS(2352), + [aux_sym_custom_operator_token1] = ACTIONS(2352), + [anon_sym_LT] = ACTIONS(2350), + [anon_sym_GT] = ACTIONS(2350), + [anon_sym_LBRACE] = ACTIONS(2352), + [anon_sym_CARET_LBRACE] = ACTIONS(2352), + [anon_sym_RBRACE] = ACTIONS(2352), + [anon_sym_case] = ACTIONS(2352), + [anon_sym_PLUS_EQ] = ACTIONS(2352), + [anon_sym_DASH_EQ] = ACTIONS(2352), + [anon_sym_STAR_EQ] = ACTIONS(2352), + [anon_sym_SLASH_EQ] = ACTIONS(2352), + [anon_sym_PERCENT_EQ] = ACTIONS(2352), + [anon_sym_BANG_EQ] = ACTIONS(2350), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2352), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2352), + [anon_sym_LT_EQ] = ACTIONS(2352), + [anon_sym_GT_EQ] = ACTIONS(2352), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2352), + [anon_sym_DOT_DOT_LT] = ACTIONS(2352), + [anon_sym_is] = ACTIONS(2352), + [anon_sym_PLUS] = ACTIONS(2350), + [anon_sym_DASH] = ACTIONS(2350), + [anon_sym_STAR] = ACTIONS(2350), + [anon_sym_SLASH] = ACTIONS(2350), + [anon_sym_PERCENT] = ACTIONS(2350), + [anon_sym_PLUS_PLUS] = ACTIONS(2352), + [anon_sym_DASH_DASH] = ACTIONS(2352), + [anon_sym_PIPE] = ACTIONS(2352), + [anon_sym_CARET] = ACTIONS(2350), + [anon_sym_LT_LT] = ACTIONS(2352), + [anon_sym_GT_GT] = ACTIONS(2352), + [anon_sym_import] = ACTIONS(2352), + [anon_sym_typealias] = ACTIONS(2352), + [anon_sym_struct] = ACTIONS(2352), + [anon_sym_class] = ACTIONS(2352), + [anon_sym_enum] = ACTIONS(2352), + [anon_sym_protocol] = ACTIONS(2352), + [anon_sym_let] = ACTIONS(2352), + [anon_sym_var] = ACTIONS(2352), + [anon_sym_func] = ACTIONS(2352), + [anon_sym_extension] = ACTIONS(2352), + [anon_sym_indirect] = ACTIONS(2352), + [anon_sym_SEMI] = ACTIONS(2352), + [anon_sym_init] = ACTIONS(2352), + [anon_sym_deinit] = ACTIONS(2352), + [anon_sym_subscript] = ACTIONS(2352), + [anon_sym_prefix] = ACTIONS(2352), + [anon_sym_infix] = ACTIONS(2352), + [anon_sym_postfix] = ACTIONS(2352), + [anon_sym_precedencegroup] = ACTIONS(2352), + [anon_sym_associatedtype] = ACTIONS(2352), + [anon_sym_AT] = ACTIONS(2350), + [anon_sym_override] = ACTIONS(2352), + [anon_sym_convenience] = ACTIONS(2352), + [anon_sym_required] = ACTIONS(2352), + [anon_sym_nonisolated] = ACTIONS(2352), + [anon_sym_public] = ACTIONS(2352), + [anon_sym_private] = ACTIONS(2352), + [anon_sym_internal] = ACTIONS(2352), + [anon_sym_fileprivate] = ACTIONS(2352), + [anon_sym_open] = ACTIONS(2352), + [anon_sym_mutating] = ACTIONS(2352), + [anon_sym_nonmutating] = ACTIONS(2352), + [anon_sym_static] = ACTIONS(2352), + [anon_sym_dynamic] = ACTIONS(2352), + [anon_sym_optional] = ACTIONS(2352), + [anon_sym_distributed] = ACTIONS(2352), + [anon_sym_final] = ACTIONS(2352), + [anon_sym_inout] = ACTIONS(2352), + [anon_sym_ATescaping] = ACTIONS(2352), + [anon_sym_ATautoclosure] = ACTIONS(2352), + [anon_sym_weak] = ACTIONS(2352), + [anon_sym_unowned] = ACTIONS(2350), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2352), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2352), + [anon_sym_borrowing] = ACTIONS(2352), + [anon_sym_consuming] = ACTIONS(2352), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2352), + [sym__conjunction_operator_custom] = ACTIONS(2352), + [sym__disjunction_operator_custom] = ACTIONS(2352), + [sym__nil_coalescing_operator_custom] = ACTIONS(2352), + [sym__eq_custom] = ACTIONS(2352), + [sym__eq_eq_custom] = ACTIONS(2352), + [sym__plus_then_ws] = ACTIONS(2352), + [sym__minus_then_ws] = ACTIONS(2352), + [sym__bang_custom] = ACTIONS(2352), + [sym__as_custom] = ACTIONS(2352), + [sym__as_quest_custom] = ACTIONS(2352), + [sym__as_bang_custom] = ACTIONS(2352), + [sym__custom_operator] = ACTIONS(2352), + }, + [STATE(859)] = { + [anon_sym_BANG] = ACTIONS(1797), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(1799), + [anon_sym_async] = ACTIONS(1799), + [anon_sym_lazy] = ACTIONS(1799), + [anon_sym_package] = ACTIONS(1799), + [anon_sym_RPAREN] = ACTIONS(1799), + [anon_sym_COMMA] = ACTIONS(1799), + [anon_sym_COLON] = ACTIONS(1799), + [anon_sym_LPAREN] = ACTIONS(1799), + [anon_sym_LBRACK] = ACTIONS(1799), + [anon_sym_RBRACK] = ACTIONS(1799), + [anon_sym_DOT] = ACTIONS(1797), + [anon_sym_QMARK] = ACTIONS(1797), + [anon_sym_QMARK2] = ACTIONS(1799), + [anon_sym_AMP] = ACTIONS(1799), + [aux_sym_custom_operator_token1] = ACTIONS(1799), + [anon_sym_LT] = ACTIONS(1797), + [anon_sym_GT] = ACTIONS(1797), + [anon_sym_LBRACE] = ACTIONS(1799), + [anon_sym_CARET_LBRACE] = ACTIONS(1799), + [anon_sym_RBRACE] = ACTIONS(1799), + [anon_sym_self] = ACTIONS(1799), + [anon_sym_case] = ACTIONS(1799), + [anon_sym_PLUS_EQ] = ACTIONS(1799), + [anon_sym_DASH_EQ] = ACTIONS(1799), + [anon_sym_STAR_EQ] = ACTIONS(1799), + [anon_sym_SLASH_EQ] = ACTIONS(1799), + [anon_sym_PERCENT_EQ] = ACTIONS(1799), + [anon_sym_BANG_EQ] = ACTIONS(1797), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1799), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1799), + [anon_sym_LT_EQ] = ACTIONS(1799), + [anon_sym_GT_EQ] = ACTIONS(1799), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1799), + [anon_sym_DOT_DOT_LT] = ACTIONS(1799), + [anon_sym_is] = ACTIONS(1799), + [anon_sym_PLUS] = ACTIONS(1797), + [anon_sym_DASH] = ACTIONS(1797), + [anon_sym_STAR] = ACTIONS(1797), + [anon_sym_SLASH] = ACTIONS(1797), + [anon_sym_PERCENT] = ACTIONS(1797), + [anon_sym_PLUS_PLUS] = ACTIONS(1799), + [anon_sym_DASH_DASH] = ACTIONS(1799), + [anon_sym_PIPE] = ACTIONS(1799), + [anon_sym_CARET] = ACTIONS(1797), + [anon_sym_LT_LT] = ACTIONS(1799), + [anon_sym_GT_GT] = ACTIONS(1799), + [anon_sym_import] = ACTIONS(1799), + [anon_sym_typealias] = ACTIONS(1799), + [anon_sym_struct] = ACTIONS(1799), + [anon_sym_class] = ACTIONS(1799), + [anon_sym_enum] = ACTIONS(1799), + [anon_sym_protocol] = ACTIONS(1799), + [anon_sym_let] = ACTIONS(1799), + [anon_sym_var] = ACTIONS(1799), + [anon_sym_func] = ACTIONS(1799), + [anon_sym_extension] = ACTIONS(1799), + [anon_sym_indirect] = ACTIONS(1799), + [anon_sym_SEMI] = ACTIONS(1799), + [anon_sym_init] = ACTIONS(1799), + [anon_sym_deinit] = ACTIONS(1799), + [anon_sym_subscript] = ACTIONS(1799), + [anon_sym_prefix] = ACTIONS(1799), + [anon_sym_infix] = ACTIONS(1799), + [anon_sym_postfix] = ACTIONS(1799), + [anon_sym_precedencegroup] = ACTIONS(1799), + [anon_sym_associatedtype] = ACTIONS(1799), + [anon_sym_AT] = ACTIONS(1797), + [anon_sym_override] = ACTIONS(1799), + [anon_sym_convenience] = ACTIONS(1799), + [anon_sym_required] = ACTIONS(1799), + [anon_sym_nonisolated] = ACTIONS(1799), + [anon_sym_public] = ACTIONS(1799), + [anon_sym_private] = ACTIONS(1799), + [anon_sym_internal] = ACTIONS(1799), + [anon_sym_fileprivate] = ACTIONS(1799), + [anon_sym_open] = ACTIONS(1799), + [anon_sym_mutating] = ACTIONS(1799), + [anon_sym_nonmutating] = ACTIONS(1799), + [anon_sym_static] = ACTIONS(1799), + [anon_sym_dynamic] = ACTIONS(1799), + [anon_sym_optional] = ACTIONS(1799), + [anon_sym_distributed] = ACTIONS(1799), + [anon_sym_final] = ACTIONS(1799), + [anon_sym_inout] = ACTIONS(1799), + [anon_sym_ATescaping] = ACTIONS(1799), + [anon_sym_ATautoclosure] = ACTIONS(1799), + [anon_sym_weak] = ACTIONS(1799), + [anon_sym_unowned] = ACTIONS(1797), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(1799), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(1799), + [anon_sym_borrowing] = ACTIONS(1799), + [anon_sym_consuming] = ACTIONS(1799), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1799), + [sym__conjunction_operator_custom] = ACTIONS(1799), + [sym__disjunction_operator_custom] = ACTIONS(1799), + [sym__nil_coalescing_operator_custom] = ACTIONS(1799), + [sym__eq_custom] = ACTIONS(1799), + [sym__eq_eq_custom] = ACTIONS(1799), + [sym__plus_then_ws] = ACTIONS(1799), + [sym__minus_then_ws] = ACTIONS(1799), + [sym__bang_custom] = ACTIONS(1799), + [sym__as_custom] = ACTIONS(1799), + [sym__as_quest_custom] = ACTIONS(1799), + [sym__as_bang_custom] = ACTIONS(1799), + [sym__custom_operator] = ACTIONS(1799), + }, + [STATE(860)] = { + [aux_sym_key_path_expression_repeat1] = STATE(860), + [anon_sym_BANG] = ACTIONS(2354), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2356), + [anon_sym_async] = ACTIONS(2356), + [anon_sym_lazy] = ACTIONS(2356), + [anon_sym_package] = ACTIONS(2356), + [anon_sym_RPAREN] = ACTIONS(2356), + [anon_sym_COMMA] = ACTIONS(2356), + [anon_sym_COLON] = ACTIONS(2356), + [anon_sym_LPAREN] = ACTIONS(2356), + [anon_sym_LBRACK] = ACTIONS(2356), + [anon_sym_RBRACK] = ACTIONS(2356), + [anon_sym_DOT] = ACTIONS(2358), + [anon_sym_QMARK] = ACTIONS(2354), + [anon_sym_QMARK2] = ACTIONS(2356), + [anon_sym_AMP] = ACTIONS(2356), + [aux_sym_custom_operator_token1] = ACTIONS(2356), + [anon_sym_LT] = ACTIONS(2354), + [anon_sym_GT] = ACTIONS(2354), + [anon_sym_LBRACE] = ACTIONS(2356), + [anon_sym_CARET_LBRACE] = ACTIONS(2356), + [anon_sym_RBRACE] = ACTIONS(2356), + [anon_sym_case] = ACTIONS(2356), + [anon_sym_PLUS_EQ] = ACTIONS(2356), + [anon_sym_DASH_EQ] = ACTIONS(2356), + [anon_sym_STAR_EQ] = ACTIONS(2356), + [anon_sym_SLASH_EQ] = ACTIONS(2356), + [anon_sym_PERCENT_EQ] = ACTIONS(2356), + [anon_sym_BANG_EQ] = ACTIONS(2354), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2356), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2356), + [anon_sym_LT_EQ] = ACTIONS(2356), + [anon_sym_GT_EQ] = ACTIONS(2356), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2356), + [anon_sym_DOT_DOT_LT] = ACTIONS(2356), + [anon_sym_is] = ACTIONS(2356), + [anon_sym_PLUS] = ACTIONS(2354), + [anon_sym_DASH] = ACTIONS(2354), + [anon_sym_STAR] = ACTIONS(2354), + [anon_sym_SLASH] = ACTIONS(2354), + [anon_sym_PERCENT] = ACTIONS(2354), + [anon_sym_PLUS_PLUS] = ACTIONS(2356), + [anon_sym_DASH_DASH] = ACTIONS(2356), + [anon_sym_PIPE] = ACTIONS(2356), + [anon_sym_CARET] = ACTIONS(2354), + [anon_sym_LT_LT] = ACTIONS(2356), + [anon_sym_GT_GT] = ACTIONS(2356), + [anon_sym_import] = ACTIONS(2356), + [anon_sym_typealias] = ACTIONS(2356), + [anon_sym_struct] = ACTIONS(2356), + [anon_sym_class] = ACTIONS(2356), + [anon_sym_enum] = ACTIONS(2356), + [anon_sym_protocol] = ACTIONS(2356), + [anon_sym_let] = ACTIONS(2356), + [anon_sym_var] = ACTIONS(2356), + [anon_sym_func] = ACTIONS(2356), + [anon_sym_extension] = ACTIONS(2356), + [anon_sym_indirect] = ACTIONS(2356), + [anon_sym_SEMI] = ACTIONS(2356), + [anon_sym_init] = ACTIONS(2356), + [anon_sym_deinit] = ACTIONS(2356), + [anon_sym_subscript] = ACTIONS(2356), + [anon_sym_prefix] = ACTIONS(2356), + [anon_sym_infix] = ACTIONS(2356), + [anon_sym_postfix] = ACTIONS(2356), + [anon_sym_precedencegroup] = ACTIONS(2356), + [anon_sym_associatedtype] = ACTIONS(2356), + [anon_sym_AT] = ACTIONS(2354), + [anon_sym_override] = ACTIONS(2356), + [anon_sym_convenience] = ACTIONS(2356), + [anon_sym_required] = ACTIONS(2356), + [anon_sym_nonisolated] = ACTIONS(2356), + [anon_sym_public] = ACTIONS(2356), + [anon_sym_private] = ACTIONS(2356), + [anon_sym_internal] = ACTIONS(2356), + [anon_sym_fileprivate] = ACTIONS(2356), + [anon_sym_open] = ACTIONS(2356), + [anon_sym_mutating] = ACTIONS(2356), + [anon_sym_nonmutating] = ACTIONS(2356), + [anon_sym_static] = ACTIONS(2356), + [anon_sym_dynamic] = ACTIONS(2356), + [anon_sym_optional] = ACTIONS(2356), + [anon_sym_distributed] = ACTIONS(2356), + [anon_sym_final] = ACTIONS(2356), + [anon_sym_inout] = ACTIONS(2356), + [anon_sym_ATescaping] = ACTIONS(2356), + [anon_sym_ATautoclosure] = ACTIONS(2356), + [anon_sym_weak] = ACTIONS(2356), + [anon_sym_unowned] = ACTIONS(2354), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2356), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2356), + [anon_sym_borrowing] = ACTIONS(2356), + [anon_sym_consuming] = ACTIONS(2356), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2356), + [sym__conjunction_operator_custom] = ACTIONS(2356), + [sym__disjunction_operator_custom] = ACTIONS(2356), + [sym__nil_coalescing_operator_custom] = ACTIONS(2356), + [sym__eq_custom] = ACTIONS(2356), + [sym__eq_eq_custom] = ACTIONS(2356), + [sym__plus_then_ws] = ACTIONS(2356), + [sym__minus_then_ws] = ACTIONS(2356), + [sym__bang_custom] = ACTIONS(2356), + [sym__as_custom] = ACTIONS(2356), + [sym__as_quest_custom] = ACTIONS(2356), + [sym__as_bang_custom] = ACTIONS(2356), + [sym__custom_operator] = ACTIONS(2356), + }, + [STATE(861)] = { + [anon_sym_BANG] = ACTIONS(2361), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2363), + [anon_sym_async] = ACTIONS(2363), + [anon_sym_lazy] = ACTIONS(2363), + [anon_sym_package] = ACTIONS(2363), + [anon_sym_RPAREN] = ACTIONS(2363), + [anon_sym_COMMA] = ACTIONS(2363), + [anon_sym_COLON] = ACTIONS(2363), + [anon_sym_LPAREN] = ACTIONS(2363), + [anon_sym_LBRACK] = ACTIONS(2363), + [anon_sym_RBRACK] = ACTIONS(2363), + [anon_sym_DOT] = ACTIONS(2361), + [anon_sym_QMARK] = ACTIONS(2361), + [anon_sym_QMARK2] = ACTIONS(2363), + [anon_sym_AMP] = ACTIONS(2363), + [aux_sym_custom_operator_token1] = ACTIONS(2363), + [anon_sym_LT] = ACTIONS(2361), + [anon_sym_GT] = ACTIONS(2361), + [anon_sym_LBRACE] = ACTIONS(2363), + [anon_sym_CARET_LBRACE] = ACTIONS(2363), + [anon_sym_RBRACE] = ACTIONS(2363), + [anon_sym_self] = ACTIONS(2363), + [anon_sym_case] = ACTIONS(2363), + [anon_sym_PLUS_EQ] = ACTIONS(2363), + [anon_sym_DASH_EQ] = ACTIONS(2363), + [anon_sym_STAR_EQ] = ACTIONS(2363), + [anon_sym_SLASH_EQ] = ACTIONS(2363), + [anon_sym_PERCENT_EQ] = ACTIONS(2363), + [anon_sym_BANG_EQ] = ACTIONS(2361), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2363), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2363), + [anon_sym_LT_EQ] = ACTIONS(2363), + [anon_sym_GT_EQ] = ACTIONS(2363), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2363), + [anon_sym_DOT_DOT_LT] = ACTIONS(2363), + [anon_sym_is] = ACTIONS(2363), + [anon_sym_PLUS] = ACTIONS(2361), + [anon_sym_DASH] = ACTIONS(2361), + [anon_sym_STAR] = ACTIONS(2361), + [anon_sym_SLASH] = ACTIONS(2361), + [anon_sym_PERCENT] = ACTIONS(2361), + [anon_sym_PLUS_PLUS] = ACTIONS(2363), + [anon_sym_DASH_DASH] = ACTIONS(2363), + [anon_sym_PIPE] = ACTIONS(2363), + [anon_sym_CARET] = ACTIONS(2361), + [anon_sym_LT_LT] = ACTIONS(2363), + [anon_sym_GT_GT] = ACTIONS(2363), + [anon_sym_import] = ACTIONS(2363), + [anon_sym_typealias] = ACTIONS(2363), + [anon_sym_struct] = ACTIONS(2363), + [anon_sym_class] = ACTIONS(2363), + [anon_sym_enum] = ACTIONS(2363), + [anon_sym_protocol] = ACTIONS(2363), + [anon_sym_let] = ACTIONS(2363), + [anon_sym_var] = ACTIONS(2363), + [anon_sym_func] = ACTIONS(2363), + [anon_sym_extension] = ACTIONS(2363), + [anon_sym_indirect] = ACTIONS(2363), + [anon_sym_SEMI] = ACTIONS(2363), + [anon_sym_init] = ACTIONS(2363), + [anon_sym_deinit] = ACTIONS(2363), + [anon_sym_subscript] = ACTIONS(2363), + [anon_sym_prefix] = ACTIONS(2363), + [anon_sym_infix] = ACTIONS(2363), + [anon_sym_postfix] = ACTIONS(2363), + [anon_sym_precedencegroup] = ACTIONS(2363), + [anon_sym_associatedtype] = ACTIONS(2363), + [anon_sym_AT] = ACTIONS(2361), + [anon_sym_override] = ACTIONS(2363), + [anon_sym_convenience] = ACTIONS(2363), + [anon_sym_required] = ACTIONS(2363), + [anon_sym_nonisolated] = ACTIONS(2363), + [anon_sym_public] = ACTIONS(2363), + [anon_sym_private] = ACTIONS(2363), + [anon_sym_internal] = ACTIONS(2363), + [anon_sym_fileprivate] = ACTIONS(2363), + [anon_sym_open] = ACTIONS(2363), + [anon_sym_mutating] = ACTIONS(2363), + [anon_sym_nonmutating] = ACTIONS(2363), + [anon_sym_static] = ACTIONS(2363), + [anon_sym_dynamic] = ACTIONS(2363), + [anon_sym_optional] = ACTIONS(2363), + [anon_sym_distributed] = ACTIONS(2363), + [anon_sym_final] = ACTIONS(2363), + [anon_sym_inout] = ACTIONS(2363), + [anon_sym_ATescaping] = ACTIONS(2363), + [anon_sym_ATautoclosure] = ACTIONS(2363), + [anon_sym_weak] = ACTIONS(2363), + [anon_sym_unowned] = ACTIONS(2361), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2363), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2363), + [anon_sym_borrowing] = ACTIONS(2363), + [anon_sym_consuming] = ACTIONS(2363), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2363), + [sym__conjunction_operator_custom] = ACTIONS(2363), + [sym__disjunction_operator_custom] = ACTIONS(2363), + [sym__nil_coalescing_operator_custom] = ACTIONS(2363), + [sym__eq_custom] = ACTIONS(2363), + [sym__eq_eq_custom] = ACTIONS(2363), + [sym__plus_then_ws] = ACTIONS(2363), + [sym__minus_then_ws] = ACTIONS(2363), + [sym__bang_custom] = ACTIONS(2363), + [sym__as_custom] = ACTIONS(2363), + [sym__as_quest_custom] = ACTIONS(2363), + [sym__as_bang_custom] = ACTIONS(2363), + [sym__custom_operator] = ACTIONS(2363), + }, + [STATE(862)] = { + [anon_sym_BANG] = ACTIONS(2365), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2367), + [anon_sym_async] = ACTIONS(2367), + [anon_sym_lazy] = ACTIONS(2367), + [anon_sym_package] = ACTIONS(2367), + [anon_sym_RPAREN] = ACTIONS(2367), + [anon_sym_COMMA] = ACTIONS(2367), + [anon_sym_COLON] = ACTIONS(2367), + [anon_sym_LPAREN] = ACTIONS(2367), + [anon_sym_LBRACK] = ACTIONS(2367), + [anon_sym_RBRACK] = ACTIONS(2367), + [anon_sym_DOT] = ACTIONS(2365), + [anon_sym_QMARK] = ACTIONS(2365), + [anon_sym_QMARK2] = ACTIONS(2367), + [anon_sym_AMP] = ACTIONS(2367), + [aux_sym_custom_operator_token1] = ACTIONS(2367), + [anon_sym_LT] = ACTIONS(2365), + [anon_sym_GT] = ACTIONS(2365), + [anon_sym_LBRACE] = ACTIONS(2367), + [anon_sym_CARET_LBRACE] = ACTIONS(2367), + [anon_sym_RBRACE] = ACTIONS(2367), + [anon_sym_self] = ACTIONS(2367), + [anon_sym_case] = ACTIONS(2367), + [anon_sym_PLUS_EQ] = ACTIONS(2367), + [anon_sym_DASH_EQ] = ACTIONS(2367), + [anon_sym_STAR_EQ] = ACTIONS(2367), + [anon_sym_SLASH_EQ] = ACTIONS(2367), + [anon_sym_PERCENT_EQ] = ACTIONS(2367), + [anon_sym_BANG_EQ] = ACTIONS(2365), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2367), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2367), + [anon_sym_LT_EQ] = ACTIONS(2367), + [anon_sym_GT_EQ] = ACTIONS(2367), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2367), + [anon_sym_DOT_DOT_LT] = ACTIONS(2367), + [anon_sym_is] = ACTIONS(2367), + [anon_sym_PLUS] = ACTIONS(2365), + [anon_sym_DASH] = ACTIONS(2365), + [anon_sym_STAR] = ACTIONS(2365), + [anon_sym_SLASH] = ACTIONS(2365), + [anon_sym_PERCENT] = ACTIONS(2365), + [anon_sym_PLUS_PLUS] = ACTIONS(2367), + [anon_sym_DASH_DASH] = ACTIONS(2367), + [anon_sym_PIPE] = ACTIONS(2367), + [anon_sym_CARET] = ACTIONS(2365), + [anon_sym_LT_LT] = ACTIONS(2367), + [anon_sym_GT_GT] = ACTIONS(2367), + [anon_sym_import] = ACTIONS(2367), + [anon_sym_typealias] = ACTIONS(2367), + [anon_sym_struct] = ACTIONS(2367), + [anon_sym_class] = ACTIONS(2367), + [anon_sym_enum] = ACTIONS(2367), + [anon_sym_protocol] = ACTIONS(2367), + [anon_sym_let] = ACTIONS(2367), + [anon_sym_var] = ACTIONS(2367), + [anon_sym_func] = ACTIONS(2367), + [anon_sym_extension] = ACTIONS(2367), + [anon_sym_indirect] = ACTIONS(2367), + [anon_sym_SEMI] = ACTIONS(2367), + [anon_sym_init] = ACTIONS(2367), + [anon_sym_deinit] = ACTIONS(2367), + [anon_sym_subscript] = ACTIONS(2367), + [anon_sym_prefix] = ACTIONS(2367), + [anon_sym_infix] = ACTIONS(2367), + [anon_sym_postfix] = ACTIONS(2367), + [anon_sym_precedencegroup] = ACTIONS(2367), + [anon_sym_associatedtype] = ACTIONS(2367), + [anon_sym_AT] = ACTIONS(2365), + [anon_sym_override] = ACTIONS(2367), + [anon_sym_convenience] = ACTIONS(2367), + [anon_sym_required] = ACTIONS(2367), + [anon_sym_nonisolated] = ACTIONS(2367), + [anon_sym_public] = ACTIONS(2367), + [anon_sym_private] = ACTIONS(2367), + [anon_sym_internal] = ACTIONS(2367), + [anon_sym_fileprivate] = ACTIONS(2367), + [anon_sym_open] = ACTIONS(2367), + [anon_sym_mutating] = ACTIONS(2367), + [anon_sym_nonmutating] = ACTIONS(2367), + [anon_sym_static] = ACTIONS(2367), + [anon_sym_dynamic] = ACTIONS(2367), + [anon_sym_optional] = ACTIONS(2367), + [anon_sym_distributed] = ACTIONS(2367), + [anon_sym_final] = ACTIONS(2367), + [anon_sym_inout] = ACTIONS(2367), + [anon_sym_ATescaping] = ACTIONS(2367), + [anon_sym_ATautoclosure] = ACTIONS(2367), + [anon_sym_weak] = ACTIONS(2367), + [anon_sym_unowned] = ACTIONS(2365), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2367), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2367), + [anon_sym_borrowing] = ACTIONS(2367), + [anon_sym_consuming] = ACTIONS(2367), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2367), + [sym__conjunction_operator_custom] = ACTIONS(2367), + [sym__disjunction_operator_custom] = ACTIONS(2367), + [sym__nil_coalescing_operator_custom] = ACTIONS(2367), + [sym__eq_custom] = ACTIONS(2367), + [sym__eq_eq_custom] = ACTIONS(2367), + [sym__plus_then_ws] = ACTIONS(2367), + [sym__minus_then_ws] = ACTIONS(2367), + [sym__bang_custom] = ACTIONS(2367), + [sym__as_custom] = ACTIONS(2367), + [sym__as_quest_custom] = ACTIONS(2367), + [sym__as_bang_custom] = ACTIONS(2367), + [sym__custom_operator] = ACTIONS(2367), + }, + [STATE(863)] = { + [anon_sym_BANG] = ACTIONS(2369), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2371), + [anon_sym_async] = ACTIONS(2371), + [anon_sym_lazy] = ACTIONS(2371), + [anon_sym_package] = ACTIONS(2371), + [anon_sym_RPAREN] = ACTIONS(2371), + [anon_sym_COMMA] = ACTIONS(2371), + [anon_sym_COLON] = ACTIONS(2371), + [anon_sym_LPAREN] = ACTIONS(2371), + [anon_sym_LBRACK] = ACTIONS(2371), + [anon_sym_RBRACK] = ACTIONS(2371), + [anon_sym_DOT] = ACTIONS(2369), + [anon_sym_QMARK] = ACTIONS(2369), + [anon_sym_QMARK2] = ACTIONS(2371), + [anon_sym_AMP] = ACTIONS(2371), + [aux_sym_custom_operator_token1] = ACTIONS(2371), + [anon_sym_LT] = ACTIONS(2369), + [anon_sym_GT] = ACTIONS(2369), + [anon_sym_LBRACE] = ACTIONS(2371), + [anon_sym_CARET_LBRACE] = ACTIONS(2371), + [anon_sym_RBRACE] = ACTIONS(2371), + [anon_sym_self] = ACTIONS(2371), + [anon_sym_case] = ACTIONS(2371), + [anon_sym_PLUS_EQ] = ACTIONS(2371), + [anon_sym_DASH_EQ] = ACTIONS(2371), + [anon_sym_STAR_EQ] = ACTIONS(2371), + [anon_sym_SLASH_EQ] = ACTIONS(2371), + [anon_sym_PERCENT_EQ] = ACTIONS(2371), + [anon_sym_BANG_EQ] = ACTIONS(2369), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2371), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2371), + [anon_sym_LT_EQ] = ACTIONS(2371), + [anon_sym_GT_EQ] = ACTIONS(2371), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2371), + [anon_sym_DOT_DOT_LT] = ACTIONS(2371), + [anon_sym_is] = ACTIONS(2371), + [anon_sym_PLUS] = ACTIONS(2369), + [anon_sym_DASH] = ACTIONS(2369), + [anon_sym_STAR] = ACTIONS(2369), + [anon_sym_SLASH] = ACTIONS(2369), + [anon_sym_PERCENT] = ACTIONS(2369), + [anon_sym_PLUS_PLUS] = ACTIONS(2371), + [anon_sym_DASH_DASH] = ACTIONS(2371), + [anon_sym_PIPE] = ACTIONS(2371), + [anon_sym_CARET] = ACTIONS(2369), + [anon_sym_LT_LT] = ACTIONS(2371), + [anon_sym_GT_GT] = ACTIONS(2371), + [anon_sym_import] = ACTIONS(2371), + [anon_sym_typealias] = ACTIONS(2371), + [anon_sym_struct] = ACTIONS(2371), + [anon_sym_class] = ACTIONS(2371), + [anon_sym_enum] = ACTIONS(2371), + [anon_sym_protocol] = ACTIONS(2371), + [anon_sym_let] = ACTIONS(2371), + [anon_sym_var] = ACTIONS(2371), + [anon_sym_func] = ACTIONS(2371), + [anon_sym_extension] = ACTIONS(2371), + [anon_sym_indirect] = ACTIONS(2371), + [anon_sym_SEMI] = ACTIONS(2371), + [anon_sym_init] = ACTIONS(2371), + [anon_sym_deinit] = ACTIONS(2371), + [anon_sym_subscript] = ACTIONS(2371), + [anon_sym_prefix] = ACTIONS(2371), + [anon_sym_infix] = ACTIONS(2371), + [anon_sym_postfix] = ACTIONS(2371), + [anon_sym_precedencegroup] = ACTIONS(2371), + [anon_sym_associatedtype] = ACTIONS(2371), + [anon_sym_AT] = ACTIONS(2369), + [anon_sym_override] = ACTIONS(2371), + [anon_sym_convenience] = ACTIONS(2371), + [anon_sym_required] = ACTIONS(2371), + [anon_sym_nonisolated] = ACTIONS(2371), + [anon_sym_public] = ACTIONS(2371), + [anon_sym_private] = ACTIONS(2371), + [anon_sym_internal] = ACTIONS(2371), + [anon_sym_fileprivate] = ACTIONS(2371), + [anon_sym_open] = ACTIONS(2371), + [anon_sym_mutating] = ACTIONS(2371), + [anon_sym_nonmutating] = ACTIONS(2371), + [anon_sym_static] = ACTIONS(2371), + [anon_sym_dynamic] = ACTIONS(2371), + [anon_sym_optional] = ACTIONS(2371), + [anon_sym_distributed] = ACTIONS(2371), + [anon_sym_final] = ACTIONS(2371), + [anon_sym_inout] = ACTIONS(2371), + [anon_sym_ATescaping] = ACTIONS(2371), + [anon_sym_ATautoclosure] = ACTIONS(2371), + [anon_sym_weak] = ACTIONS(2371), + [anon_sym_unowned] = ACTIONS(2369), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2371), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2371), + [anon_sym_borrowing] = ACTIONS(2371), + [anon_sym_consuming] = ACTIONS(2371), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2371), + [sym__conjunction_operator_custom] = ACTIONS(2371), + [sym__disjunction_operator_custom] = ACTIONS(2371), + [sym__nil_coalescing_operator_custom] = ACTIONS(2371), + [sym__eq_custom] = ACTIONS(2371), + [sym__eq_eq_custom] = ACTIONS(2371), + [sym__plus_then_ws] = ACTIONS(2371), + [sym__minus_then_ws] = ACTIONS(2371), + [sym__bang_custom] = ACTIONS(2371), + [sym__as_custom] = ACTIONS(2371), + [sym__as_quest_custom] = ACTIONS(2371), + [sym__as_bang_custom] = ACTIONS(2371), + [sym__custom_operator] = ACTIONS(2371), + }, + [STATE(864)] = { + [sym__conjunction_operator] = STATE(5003), + [sym__disjunction_operator] = STATE(5003), + [anon_sym_BANG] = ACTIONS(2373), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2375), + [anon_sym_async] = ACTIONS(2375), + [anon_sym_lazy] = ACTIONS(2375), + [anon_sym_package] = ACTIONS(2375), + [anon_sym_RPAREN] = ACTIONS(2375), + [anon_sym_COMMA] = ACTIONS(2375), + [anon_sym_COLON] = ACTIONS(2375), + [anon_sym_LPAREN] = ACTIONS(2375), + [anon_sym_LBRACK] = ACTIONS(2375), + [anon_sym_RBRACK] = ACTIONS(2375), + [anon_sym_QMARK] = ACTIONS(2373), + [anon_sym_QMARK2] = ACTIONS(2375), + [anon_sym_AMP] = ACTIONS(2375), + [aux_sym_custom_operator_token1] = ACTIONS(2375), + [anon_sym_LT] = ACTIONS(2373), + [anon_sym_GT] = ACTIONS(2373), + [anon_sym_LBRACE] = ACTIONS(2375), + [anon_sym_CARET_LBRACE] = ACTIONS(2375), + [anon_sym_RBRACE] = ACTIONS(2375), + [anon_sym_case] = ACTIONS(2375), + [anon_sym_PLUS_EQ] = ACTIONS(2375), + [anon_sym_DASH_EQ] = ACTIONS(2375), + [anon_sym_STAR_EQ] = ACTIONS(2375), + [anon_sym_SLASH_EQ] = ACTIONS(2375), + [anon_sym_PERCENT_EQ] = ACTIONS(2375), + [anon_sym_BANG_EQ] = ACTIONS(2373), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2375), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2375), + [anon_sym_LT_EQ] = ACTIONS(2375), + [anon_sym_GT_EQ] = ACTIONS(2375), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2375), + [anon_sym_DOT_DOT_LT] = ACTIONS(2375), + [anon_sym_is] = ACTIONS(2375), + [anon_sym_PLUS] = ACTIONS(2373), + [anon_sym_DASH] = ACTIONS(2373), + [anon_sym_STAR] = ACTIONS(2373), + [anon_sym_SLASH] = ACTIONS(2373), + [anon_sym_PERCENT] = ACTIONS(2373), + [anon_sym_PLUS_PLUS] = ACTIONS(2375), + [anon_sym_DASH_DASH] = ACTIONS(2375), + [anon_sym_PIPE] = ACTIONS(2375), + [anon_sym_CARET] = ACTIONS(2373), + [anon_sym_LT_LT] = ACTIONS(2375), + [anon_sym_GT_GT] = ACTIONS(2375), + [anon_sym_import] = ACTIONS(2375), + [anon_sym_typealias] = ACTIONS(2375), + [anon_sym_struct] = ACTIONS(2375), + [anon_sym_class] = ACTIONS(2375), + [anon_sym_enum] = ACTIONS(2375), + [anon_sym_protocol] = ACTIONS(2375), + [anon_sym_let] = ACTIONS(2375), + [anon_sym_var] = ACTIONS(2375), + [anon_sym_func] = ACTIONS(2375), + [anon_sym_extension] = ACTIONS(2375), + [anon_sym_indirect] = ACTIONS(2375), + [anon_sym_SEMI] = ACTIONS(2375), + [anon_sym_init] = ACTIONS(2375), + [anon_sym_deinit] = ACTIONS(2375), + [anon_sym_subscript] = ACTIONS(2375), + [anon_sym_prefix] = ACTIONS(2375), + [anon_sym_infix] = ACTIONS(2375), + [anon_sym_postfix] = ACTIONS(2375), + [anon_sym_precedencegroup] = ACTIONS(2375), + [anon_sym_associatedtype] = ACTIONS(2375), + [anon_sym_AT] = ACTIONS(2373), + [anon_sym_override] = ACTIONS(2375), + [anon_sym_convenience] = ACTIONS(2375), + [anon_sym_required] = ACTIONS(2375), + [anon_sym_nonisolated] = ACTIONS(2375), + [anon_sym_public] = ACTIONS(2375), + [anon_sym_private] = ACTIONS(2375), + [anon_sym_internal] = ACTIONS(2375), + [anon_sym_fileprivate] = ACTIONS(2375), + [anon_sym_open] = ACTIONS(2375), + [anon_sym_mutating] = ACTIONS(2375), + [anon_sym_nonmutating] = ACTIONS(2375), + [anon_sym_static] = ACTIONS(2375), + [anon_sym_dynamic] = ACTIONS(2375), + [anon_sym_optional] = ACTIONS(2375), + [anon_sym_distributed] = ACTIONS(2375), + [anon_sym_final] = ACTIONS(2375), + [anon_sym_inout] = ACTIONS(2375), + [anon_sym_ATescaping] = ACTIONS(2375), + [anon_sym_ATautoclosure] = ACTIONS(2375), + [anon_sym_weak] = ACTIONS(2375), + [anon_sym_unowned] = ACTIONS(2373), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2375), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2375), + [anon_sym_borrowing] = ACTIONS(2375), + [anon_sym_consuming] = ACTIONS(2375), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2375), + [sym__conjunction_operator_custom] = ACTIONS(2377), + [sym__disjunction_operator_custom] = ACTIONS(2377), + [sym__nil_coalescing_operator_custom] = ACTIONS(2375), + [sym__eq_custom] = ACTIONS(2375), + [sym__eq_eq_custom] = ACTIONS(2375), + [sym__plus_then_ws] = ACTIONS(2375), + [sym__minus_then_ws] = ACTIONS(2375), + [sym__bang_custom] = ACTIONS(2375), + [sym__as_custom] = ACTIONS(2375), + [sym__as_quest_custom] = ACTIONS(2375), + [sym__as_bang_custom] = ACTIONS(2375), + [sym__custom_operator] = ACTIONS(2375), + }, + [STATE(865)] = { + [sym__conjunction_operator] = STATE(5003), + [sym__disjunction_operator] = STATE(5003), + [anon_sym_BANG] = ACTIONS(2379), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2381), + [anon_sym_async] = ACTIONS(2381), + [anon_sym_lazy] = ACTIONS(2381), + [anon_sym_package] = ACTIONS(2381), + [anon_sym_RPAREN] = ACTIONS(2381), + [anon_sym_COMMA] = ACTIONS(2381), + [anon_sym_COLON] = ACTIONS(2381), + [anon_sym_LPAREN] = ACTIONS(2381), + [anon_sym_LBRACK] = ACTIONS(2381), + [anon_sym_RBRACK] = ACTIONS(2381), + [anon_sym_QMARK] = ACTIONS(2379), + [anon_sym_QMARK2] = ACTIONS(2381), + [anon_sym_AMP] = ACTIONS(2381), + [aux_sym_custom_operator_token1] = ACTIONS(2381), + [anon_sym_LT] = ACTIONS(2379), + [anon_sym_GT] = ACTIONS(2379), + [anon_sym_LBRACE] = ACTIONS(2381), + [anon_sym_CARET_LBRACE] = ACTIONS(2381), + [anon_sym_RBRACE] = ACTIONS(2381), + [anon_sym_case] = ACTIONS(2381), + [anon_sym_PLUS_EQ] = ACTIONS(2381), + [anon_sym_DASH_EQ] = ACTIONS(2381), + [anon_sym_STAR_EQ] = ACTIONS(2381), + [anon_sym_SLASH_EQ] = ACTIONS(2381), + [anon_sym_PERCENT_EQ] = ACTIONS(2381), + [anon_sym_BANG_EQ] = ACTIONS(2379), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2381), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2381), + [anon_sym_LT_EQ] = ACTIONS(2381), + [anon_sym_GT_EQ] = ACTIONS(2381), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2381), + [anon_sym_DOT_DOT_LT] = ACTIONS(2381), + [anon_sym_is] = ACTIONS(2381), + [anon_sym_PLUS] = ACTIONS(2379), + [anon_sym_DASH] = ACTIONS(2379), + [anon_sym_STAR] = ACTIONS(2379), + [anon_sym_SLASH] = ACTIONS(2379), + [anon_sym_PERCENT] = ACTIONS(2379), + [anon_sym_PLUS_PLUS] = ACTIONS(2381), + [anon_sym_DASH_DASH] = ACTIONS(2381), + [anon_sym_PIPE] = ACTIONS(2381), + [anon_sym_CARET] = ACTIONS(2379), + [anon_sym_LT_LT] = ACTIONS(2381), + [anon_sym_GT_GT] = ACTIONS(2381), + [anon_sym_import] = ACTIONS(2381), + [anon_sym_typealias] = ACTIONS(2381), + [anon_sym_struct] = ACTIONS(2381), + [anon_sym_class] = ACTIONS(2381), + [anon_sym_enum] = ACTIONS(2381), + [anon_sym_protocol] = ACTIONS(2381), + [anon_sym_let] = ACTIONS(2381), + [anon_sym_var] = ACTIONS(2381), + [anon_sym_func] = ACTIONS(2381), + [anon_sym_extension] = ACTIONS(2381), + [anon_sym_indirect] = ACTIONS(2381), + [anon_sym_SEMI] = ACTIONS(2381), + [anon_sym_init] = ACTIONS(2381), + [anon_sym_deinit] = ACTIONS(2381), + [anon_sym_subscript] = ACTIONS(2381), + [anon_sym_prefix] = ACTIONS(2381), + [anon_sym_infix] = ACTIONS(2381), + [anon_sym_postfix] = ACTIONS(2381), + [anon_sym_precedencegroup] = ACTIONS(2381), + [anon_sym_associatedtype] = ACTIONS(2381), + [anon_sym_AT] = ACTIONS(2379), + [anon_sym_override] = ACTIONS(2381), + [anon_sym_convenience] = ACTIONS(2381), + [anon_sym_required] = ACTIONS(2381), + [anon_sym_nonisolated] = ACTIONS(2381), + [anon_sym_public] = ACTIONS(2381), + [anon_sym_private] = ACTIONS(2381), + [anon_sym_internal] = ACTIONS(2381), + [anon_sym_fileprivate] = ACTIONS(2381), + [anon_sym_open] = ACTIONS(2381), + [anon_sym_mutating] = ACTIONS(2381), + [anon_sym_nonmutating] = ACTIONS(2381), + [anon_sym_static] = ACTIONS(2381), + [anon_sym_dynamic] = ACTIONS(2381), + [anon_sym_optional] = ACTIONS(2381), + [anon_sym_distributed] = ACTIONS(2381), + [anon_sym_final] = ACTIONS(2381), + [anon_sym_inout] = ACTIONS(2381), + [anon_sym_ATescaping] = ACTIONS(2381), + [anon_sym_ATautoclosure] = ACTIONS(2381), + [anon_sym_weak] = ACTIONS(2381), + [anon_sym_unowned] = ACTIONS(2379), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2381), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2381), + [anon_sym_borrowing] = ACTIONS(2381), + [anon_sym_consuming] = ACTIONS(2381), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2381), + [sym__conjunction_operator_custom] = ACTIONS(2377), + [sym__disjunction_operator_custom] = ACTIONS(2377), + [sym__nil_coalescing_operator_custom] = ACTIONS(2381), + [sym__eq_custom] = ACTIONS(2381), + [sym__eq_eq_custom] = ACTIONS(2381), + [sym__plus_then_ws] = ACTIONS(2381), + [sym__minus_then_ws] = ACTIONS(2381), + [sym__bang_custom] = ACTIONS(2381), + [sym__as_custom] = ACTIONS(2381), + [sym__as_quest_custom] = ACTIONS(2381), + [sym__as_bang_custom] = ACTIONS(2381), + [sym__custom_operator] = ACTIONS(2381), + }, + [STATE(866)] = { + [sym_type_arguments] = STATE(872), + [anon_sym_BANG] = ACTIONS(2191), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2193), + [anon_sym_async] = ACTIONS(2193), + [anon_sym_lazy] = ACTIONS(2193), + [anon_sym_package] = ACTIONS(2193), + [anon_sym_RPAREN] = ACTIONS(2193), + [anon_sym_COMMA] = ACTIONS(2193), + [anon_sym_COLON] = ACTIONS(2193), + [anon_sym_LPAREN] = ACTIONS(2193), + [anon_sym_LBRACK] = ACTIONS(2193), + [anon_sym_RBRACK] = ACTIONS(2193), + [anon_sym_DOT] = ACTIONS(2191), + [anon_sym_QMARK] = ACTIONS(2191), + [anon_sym_QMARK2] = ACTIONS(2193), + [anon_sym_AMP] = ACTIONS(2193), + [aux_sym_custom_operator_token1] = ACTIONS(2193), + [anon_sym_LT] = ACTIONS(2383), + [anon_sym_GT] = ACTIONS(2191), + [anon_sym_LBRACE] = ACTIONS(2193), + [anon_sym_CARET_LBRACE] = ACTIONS(2193), + [anon_sym_RBRACE] = ACTIONS(2193), + [anon_sym_case] = ACTIONS(2193), + [anon_sym_PLUS_EQ] = ACTIONS(2193), + [anon_sym_DASH_EQ] = ACTIONS(2193), + [anon_sym_STAR_EQ] = ACTIONS(2193), + [anon_sym_SLASH_EQ] = ACTIONS(2193), + [anon_sym_PERCENT_EQ] = ACTIONS(2193), + [anon_sym_BANG_EQ] = ACTIONS(2191), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2193), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2193), + [anon_sym_LT_EQ] = ACTIONS(2193), + [anon_sym_GT_EQ] = ACTIONS(2193), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2193), + [anon_sym_DOT_DOT_LT] = ACTIONS(2193), + [anon_sym_is] = ACTIONS(2193), + [anon_sym_PLUS] = ACTIONS(2191), + [anon_sym_DASH] = ACTIONS(2191), + [anon_sym_STAR] = ACTIONS(2191), + [anon_sym_SLASH] = ACTIONS(2191), + [anon_sym_PERCENT] = ACTIONS(2191), + [anon_sym_PLUS_PLUS] = ACTIONS(2193), + [anon_sym_DASH_DASH] = ACTIONS(2193), + [anon_sym_PIPE] = ACTIONS(2193), + [anon_sym_CARET] = ACTIONS(2191), + [anon_sym_LT_LT] = ACTIONS(2193), + [anon_sym_GT_GT] = ACTIONS(2193), + [anon_sym_import] = ACTIONS(2193), + [anon_sym_typealias] = ACTIONS(2193), + [anon_sym_struct] = ACTIONS(2193), + [anon_sym_class] = ACTIONS(2193), + [anon_sym_enum] = ACTIONS(2193), + [anon_sym_protocol] = ACTIONS(2193), + [anon_sym_let] = ACTIONS(2193), + [anon_sym_var] = ACTIONS(2193), + [anon_sym_func] = ACTIONS(2193), + [anon_sym_extension] = ACTIONS(2193), + [anon_sym_indirect] = ACTIONS(2193), + [anon_sym_SEMI] = ACTIONS(2193), + [anon_sym_init] = ACTIONS(2193), + [anon_sym_deinit] = ACTIONS(2193), + [anon_sym_subscript] = ACTIONS(2193), + [anon_sym_prefix] = ACTIONS(2193), + [anon_sym_infix] = ACTIONS(2193), + [anon_sym_postfix] = ACTIONS(2193), + [anon_sym_precedencegroup] = ACTIONS(2193), + [anon_sym_associatedtype] = ACTIONS(2193), + [anon_sym_AT] = ACTIONS(2191), + [anon_sym_override] = ACTIONS(2193), + [anon_sym_convenience] = ACTIONS(2193), + [anon_sym_required] = ACTIONS(2193), + [anon_sym_nonisolated] = ACTIONS(2193), + [anon_sym_public] = ACTIONS(2193), + [anon_sym_private] = ACTIONS(2193), + [anon_sym_internal] = ACTIONS(2193), + [anon_sym_fileprivate] = ACTIONS(2193), + [anon_sym_open] = ACTIONS(2193), + [anon_sym_mutating] = ACTIONS(2193), + [anon_sym_nonmutating] = ACTIONS(2193), + [anon_sym_static] = ACTIONS(2193), + [anon_sym_dynamic] = ACTIONS(2193), + [anon_sym_optional] = ACTIONS(2193), + [anon_sym_distributed] = ACTIONS(2193), + [anon_sym_final] = ACTIONS(2193), + [anon_sym_inout] = ACTIONS(2193), + [anon_sym_ATescaping] = ACTIONS(2193), + [anon_sym_ATautoclosure] = ACTIONS(2193), + [anon_sym_weak] = ACTIONS(2193), + [anon_sym_unowned] = ACTIONS(2191), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2193), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2193), + [anon_sym_borrowing] = ACTIONS(2193), + [anon_sym_consuming] = ACTIONS(2193), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2193), + [sym__conjunction_operator_custom] = ACTIONS(2193), + [sym__disjunction_operator_custom] = ACTIONS(2193), + [sym__nil_coalescing_operator_custom] = ACTIONS(2193), + [sym__eq_custom] = ACTIONS(2193), + [sym__eq_eq_custom] = ACTIONS(2193), + [sym__plus_then_ws] = ACTIONS(2193), + [sym__minus_then_ws] = ACTIONS(2193), + [sym__bang_custom] = ACTIONS(2193), + [sym__as_custom] = ACTIONS(2193), + [sym__as_quest_custom] = ACTIONS(2193), + [sym__as_bang_custom] = ACTIONS(2193), + [sym__custom_operator] = ACTIONS(2193), + }, + [STATE(867)] = { + [sym__conjunction_operator] = STATE(5003), + [sym__disjunction_operator] = STATE(5003), + [anon_sym_BANG] = ACTIONS(2385), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2387), + [anon_sym_async] = ACTIONS(2387), + [anon_sym_lazy] = ACTIONS(2387), + [anon_sym_package] = ACTIONS(2387), + [anon_sym_RPAREN] = ACTIONS(2387), + [anon_sym_COMMA] = ACTIONS(2387), + [anon_sym_COLON] = ACTIONS(2387), + [anon_sym_LPAREN] = ACTIONS(2387), + [anon_sym_LBRACK] = ACTIONS(2387), + [anon_sym_RBRACK] = ACTIONS(2387), + [anon_sym_QMARK] = ACTIONS(2385), + [anon_sym_QMARK2] = ACTIONS(2387), + [anon_sym_AMP] = ACTIONS(2387), + [aux_sym_custom_operator_token1] = ACTIONS(2387), + [anon_sym_LT] = ACTIONS(2385), + [anon_sym_GT] = ACTIONS(2385), + [anon_sym_LBRACE] = ACTIONS(2387), + [anon_sym_CARET_LBRACE] = ACTIONS(2387), + [anon_sym_RBRACE] = ACTIONS(2387), + [anon_sym_case] = ACTIONS(2387), + [anon_sym_PLUS_EQ] = ACTIONS(2387), + [anon_sym_DASH_EQ] = ACTIONS(2387), + [anon_sym_STAR_EQ] = ACTIONS(2387), + [anon_sym_SLASH_EQ] = ACTIONS(2387), + [anon_sym_PERCENT_EQ] = ACTIONS(2387), + [anon_sym_BANG_EQ] = ACTIONS(2385), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2387), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2387), + [anon_sym_LT_EQ] = ACTIONS(2387), + [anon_sym_GT_EQ] = ACTIONS(2387), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2387), + [anon_sym_DOT_DOT_LT] = ACTIONS(2387), + [anon_sym_is] = ACTIONS(2387), + [anon_sym_PLUS] = ACTIONS(2385), + [anon_sym_DASH] = ACTIONS(2385), + [anon_sym_STAR] = ACTIONS(2385), + [anon_sym_SLASH] = ACTIONS(2385), + [anon_sym_PERCENT] = ACTIONS(2385), + [anon_sym_PLUS_PLUS] = ACTIONS(2387), + [anon_sym_DASH_DASH] = ACTIONS(2387), + [anon_sym_PIPE] = ACTIONS(2387), + [anon_sym_CARET] = ACTIONS(2385), + [anon_sym_LT_LT] = ACTIONS(2387), + [anon_sym_GT_GT] = ACTIONS(2387), + [anon_sym_import] = ACTIONS(2387), + [anon_sym_typealias] = ACTIONS(2387), + [anon_sym_struct] = ACTIONS(2387), + [anon_sym_class] = ACTIONS(2387), + [anon_sym_enum] = ACTIONS(2387), + [anon_sym_protocol] = ACTIONS(2387), + [anon_sym_let] = ACTIONS(2387), + [anon_sym_var] = ACTIONS(2387), + [anon_sym_func] = ACTIONS(2387), + [anon_sym_extension] = ACTIONS(2387), + [anon_sym_indirect] = ACTIONS(2387), + [anon_sym_SEMI] = ACTIONS(2387), + [anon_sym_init] = ACTIONS(2387), + [anon_sym_deinit] = ACTIONS(2387), + [anon_sym_subscript] = ACTIONS(2387), + [anon_sym_prefix] = ACTIONS(2387), + [anon_sym_infix] = ACTIONS(2387), + [anon_sym_postfix] = ACTIONS(2387), + [anon_sym_precedencegroup] = ACTIONS(2387), + [anon_sym_associatedtype] = ACTIONS(2387), + [anon_sym_AT] = ACTIONS(2385), + [anon_sym_override] = ACTIONS(2387), + [anon_sym_convenience] = ACTIONS(2387), + [anon_sym_required] = ACTIONS(2387), + [anon_sym_nonisolated] = ACTIONS(2387), + [anon_sym_public] = ACTIONS(2387), + [anon_sym_private] = ACTIONS(2387), + [anon_sym_internal] = ACTIONS(2387), + [anon_sym_fileprivate] = ACTIONS(2387), + [anon_sym_open] = ACTIONS(2387), + [anon_sym_mutating] = ACTIONS(2387), + [anon_sym_nonmutating] = ACTIONS(2387), + [anon_sym_static] = ACTIONS(2387), + [anon_sym_dynamic] = ACTIONS(2387), + [anon_sym_optional] = ACTIONS(2387), + [anon_sym_distributed] = ACTIONS(2387), + [anon_sym_final] = ACTIONS(2387), + [anon_sym_inout] = ACTIONS(2387), + [anon_sym_ATescaping] = ACTIONS(2387), + [anon_sym_ATautoclosure] = ACTIONS(2387), + [anon_sym_weak] = ACTIONS(2387), + [anon_sym_unowned] = ACTIONS(2385), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2387), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2387), + [anon_sym_borrowing] = ACTIONS(2387), + [anon_sym_consuming] = ACTIONS(2387), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2387), + [sym__conjunction_operator_custom] = ACTIONS(2377), + [sym__disjunction_operator_custom] = ACTIONS(2377), + [sym__nil_coalescing_operator_custom] = ACTIONS(2387), + [sym__eq_custom] = ACTIONS(2387), + [sym__eq_eq_custom] = ACTIONS(2387), + [sym__plus_then_ws] = ACTIONS(2387), + [sym__minus_then_ws] = ACTIONS(2387), + [sym__bang_custom] = ACTIONS(2387), + [sym__as_custom] = ACTIONS(2387), + [sym__as_quest_custom] = ACTIONS(2387), + [sym__as_bang_custom] = ACTIONS(2387), + [sym__custom_operator] = ACTIONS(2387), + }, + [STATE(868)] = { + [aux_sym_key_path_expression_repeat1] = STATE(858), + [anon_sym_BANG] = ACTIONS(2346), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2348), + [anon_sym_async] = ACTIONS(2348), + [anon_sym_lazy] = ACTIONS(2348), + [anon_sym_package] = ACTIONS(2348), + [anon_sym_RPAREN] = ACTIONS(2348), + [anon_sym_COMMA] = ACTIONS(2348), + [anon_sym_COLON] = ACTIONS(2348), + [anon_sym_LPAREN] = ACTIONS(2348), + [anon_sym_LBRACK] = ACTIONS(2348), + [anon_sym_RBRACK] = ACTIONS(2348), + [anon_sym_DOT] = ACTIONS(2067), + [anon_sym_QMARK] = ACTIONS(2346), + [anon_sym_QMARK2] = ACTIONS(2348), + [anon_sym_AMP] = ACTIONS(2348), + [aux_sym_custom_operator_token1] = ACTIONS(2348), + [anon_sym_LT] = ACTIONS(2346), + [anon_sym_GT] = ACTIONS(2346), + [anon_sym_LBRACE] = ACTIONS(2348), + [anon_sym_CARET_LBRACE] = ACTIONS(2348), + [anon_sym_RBRACE] = ACTIONS(2348), + [anon_sym_case] = ACTIONS(2348), + [anon_sym_PLUS_EQ] = ACTIONS(2348), + [anon_sym_DASH_EQ] = ACTIONS(2348), + [anon_sym_STAR_EQ] = ACTIONS(2348), + [anon_sym_SLASH_EQ] = ACTIONS(2348), + [anon_sym_PERCENT_EQ] = ACTIONS(2348), + [anon_sym_BANG_EQ] = ACTIONS(2346), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2348), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2348), + [anon_sym_LT_EQ] = ACTIONS(2348), + [anon_sym_GT_EQ] = ACTIONS(2348), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2348), + [anon_sym_DOT_DOT_LT] = ACTIONS(2348), + [anon_sym_is] = ACTIONS(2348), + [anon_sym_PLUS] = ACTIONS(2346), + [anon_sym_DASH] = ACTIONS(2346), + [anon_sym_STAR] = ACTIONS(2346), + [anon_sym_SLASH] = ACTIONS(2346), + [anon_sym_PERCENT] = ACTIONS(2346), + [anon_sym_PLUS_PLUS] = ACTIONS(2348), + [anon_sym_DASH_DASH] = ACTIONS(2348), + [anon_sym_PIPE] = ACTIONS(2348), + [anon_sym_CARET] = ACTIONS(2346), + [anon_sym_LT_LT] = ACTIONS(2348), + [anon_sym_GT_GT] = ACTIONS(2348), + [anon_sym_import] = ACTIONS(2348), + [anon_sym_typealias] = ACTIONS(2348), + [anon_sym_struct] = ACTIONS(2348), + [anon_sym_class] = ACTIONS(2348), + [anon_sym_enum] = ACTIONS(2348), + [anon_sym_protocol] = ACTIONS(2348), + [anon_sym_let] = ACTIONS(2348), + [anon_sym_var] = ACTIONS(2348), + [anon_sym_func] = ACTIONS(2348), + [anon_sym_extension] = ACTIONS(2348), + [anon_sym_indirect] = ACTIONS(2348), + [anon_sym_SEMI] = ACTIONS(2348), + [anon_sym_init] = ACTIONS(2348), + [anon_sym_deinit] = ACTIONS(2348), + [anon_sym_subscript] = ACTIONS(2348), + [anon_sym_prefix] = ACTIONS(2348), + [anon_sym_infix] = ACTIONS(2348), + [anon_sym_postfix] = ACTIONS(2348), + [anon_sym_precedencegroup] = ACTIONS(2348), + [anon_sym_associatedtype] = ACTIONS(2348), + [anon_sym_AT] = ACTIONS(2346), + [anon_sym_override] = ACTIONS(2348), + [anon_sym_convenience] = ACTIONS(2348), + [anon_sym_required] = ACTIONS(2348), + [anon_sym_nonisolated] = ACTIONS(2348), + [anon_sym_public] = ACTIONS(2348), + [anon_sym_private] = ACTIONS(2348), + [anon_sym_internal] = ACTIONS(2348), + [anon_sym_fileprivate] = ACTIONS(2348), + [anon_sym_open] = ACTIONS(2348), + [anon_sym_mutating] = ACTIONS(2348), + [anon_sym_nonmutating] = ACTIONS(2348), + [anon_sym_static] = ACTIONS(2348), + [anon_sym_dynamic] = ACTIONS(2348), + [anon_sym_optional] = ACTIONS(2348), + [anon_sym_distributed] = ACTIONS(2348), + [anon_sym_final] = ACTIONS(2348), + [anon_sym_inout] = ACTIONS(2348), + [anon_sym_ATescaping] = ACTIONS(2348), + [anon_sym_ATautoclosure] = ACTIONS(2348), + [anon_sym_weak] = ACTIONS(2348), + [anon_sym_unowned] = ACTIONS(2346), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2348), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2348), + [anon_sym_borrowing] = ACTIONS(2348), + [anon_sym_consuming] = ACTIONS(2348), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2348), + [sym__conjunction_operator_custom] = ACTIONS(2348), + [sym__disjunction_operator_custom] = ACTIONS(2348), + [sym__nil_coalescing_operator_custom] = ACTIONS(2348), + [sym__eq_custom] = ACTIONS(2348), + [sym__eq_eq_custom] = ACTIONS(2348), + [sym__plus_then_ws] = ACTIONS(2348), + [sym__minus_then_ws] = ACTIONS(2348), + [sym__bang_custom] = ACTIONS(2348), + [sym__as_custom] = ACTIONS(2348), + [sym__as_quest_custom] = ACTIONS(2348), + [sym__as_bang_custom] = ACTIONS(2348), + [sym__custom_operator] = ACTIONS(2348), + }, + [STATE(869)] = { + [anon_sym_BANG] = ACTIONS(2229), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2231), + [anon_sym_async] = ACTIONS(2231), + [anon_sym_lazy] = ACTIONS(2231), + [anon_sym_package] = ACTIONS(2231), + [anon_sym_RPAREN] = ACTIONS(2231), + [anon_sym_COMMA] = ACTIONS(2231), + [anon_sym_COLON] = ACTIONS(2231), + [anon_sym_LPAREN] = ACTIONS(2231), + [anon_sym_LBRACK] = ACTIONS(2231), + [anon_sym_RBRACK] = ACTIONS(2231), + [anon_sym_DOT] = ACTIONS(2229), + [anon_sym_QMARK] = ACTIONS(2229), + [anon_sym_QMARK2] = ACTIONS(2231), + [anon_sym_AMP] = ACTIONS(2231), + [aux_sym_custom_operator_token1] = ACTIONS(2231), + [anon_sym_LT] = ACTIONS(2229), + [anon_sym_GT] = ACTIONS(2229), + [anon_sym_LBRACE] = ACTIONS(2231), + [anon_sym_CARET_LBRACE] = ACTIONS(2231), + [anon_sym_RBRACE] = ACTIONS(2231), + [anon_sym_case] = ACTIONS(2231), + [anon_sym_PLUS_EQ] = ACTIONS(2231), + [anon_sym_DASH_EQ] = ACTIONS(2231), + [anon_sym_STAR_EQ] = ACTIONS(2231), + [anon_sym_SLASH_EQ] = ACTIONS(2231), + [anon_sym_PERCENT_EQ] = ACTIONS(2231), + [anon_sym_BANG_EQ] = ACTIONS(2229), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2231), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2231), + [anon_sym_LT_EQ] = ACTIONS(2231), + [anon_sym_GT_EQ] = ACTIONS(2231), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2231), + [anon_sym_DOT_DOT_LT] = ACTIONS(2231), + [anon_sym_is] = ACTIONS(2231), + [anon_sym_PLUS] = ACTIONS(2229), + [anon_sym_DASH] = ACTIONS(2229), + [anon_sym_STAR] = ACTIONS(2229), + [anon_sym_SLASH] = ACTIONS(2229), + [anon_sym_PERCENT] = ACTIONS(2229), + [anon_sym_PLUS_PLUS] = ACTIONS(2231), + [anon_sym_DASH_DASH] = ACTIONS(2231), + [anon_sym_PIPE] = ACTIONS(2231), + [anon_sym_CARET] = ACTIONS(2229), + [anon_sym_LT_LT] = ACTIONS(2231), + [anon_sym_GT_GT] = ACTIONS(2231), + [anon_sym_import] = ACTIONS(2231), + [anon_sym_typealias] = ACTIONS(2231), + [anon_sym_struct] = ACTIONS(2231), + [anon_sym_class] = ACTIONS(2231), + [anon_sym_enum] = ACTIONS(2231), + [anon_sym_protocol] = ACTIONS(2231), + [anon_sym_let] = ACTIONS(2231), + [anon_sym_var] = ACTIONS(2231), + [anon_sym_func] = ACTIONS(2231), + [anon_sym_extension] = ACTIONS(2231), + [anon_sym_indirect] = ACTIONS(2231), + [anon_sym_SEMI] = ACTIONS(2231), + [anon_sym_init] = ACTIONS(2231), + [anon_sym_deinit] = ACTIONS(2231), + [anon_sym_subscript] = ACTIONS(2231), + [anon_sym_prefix] = ACTIONS(2231), + [anon_sym_infix] = ACTIONS(2231), + [anon_sym_postfix] = ACTIONS(2231), + [anon_sym_precedencegroup] = ACTIONS(2231), + [anon_sym_associatedtype] = ACTIONS(2231), + [anon_sym_AT] = ACTIONS(2229), + [anon_sym_override] = ACTIONS(2231), + [anon_sym_convenience] = ACTIONS(2231), + [anon_sym_required] = ACTIONS(2231), + [anon_sym_nonisolated] = ACTIONS(2231), + [anon_sym_public] = ACTIONS(2231), + [anon_sym_private] = ACTIONS(2231), + [anon_sym_internal] = ACTIONS(2231), + [anon_sym_fileprivate] = ACTIONS(2231), + [anon_sym_open] = ACTIONS(2231), + [anon_sym_mutating] = ACTIONS(2231), + [anon_sym_nonmutating] = ACTIONS(2231), + [anon_sym_static] = ACTIONS(2231), + [anon_sym_dynamic] = ACTIONS(2231), + [anon_sym_optional] = ACTIONS(2231), + [anon_sym_distributed] = ACTIONS(2231), + [anon_sym_final] = ACTIONS(2231), + [anon_sym_inout] = ACTIONS(2231), + [anon_sym_ATescaping] = ACTIONS(2231), + [anon_sym_ATautoclosure] = ACTIONS(2231), + [anon_sym_weak] = ACTIONS(2231), + [anon_sym_unowned] = ACTIONS(2229), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2231), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2231), + [anon_sym_borrowing] = ACTIONS(2231), + [anon_sym_consuming] = ACTIONS(2231), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2231), + [sym__conjunction_operator_custom] = ACTIONS(2231), + [sym__disjunction_operator_custom] = ACTIONS(2231), + [sym__nil_coalescing_operator_custom] = ACTIONS(2231), + [sym__eq_custom] = ACTIONS(2231), + [sym__eq_eq_custom] = ACTIONS(2231), + [sym__plus_then_ws] = ACTIONS(2231), + [sym__minus_then_ws] = ACTIONS(2231), + [sym__bang_custom] = ACTIONS(2231), + [sym__as_custom] = ACTIONS(2231), + [sym__as_quest_custom] = ACTIONS(2231), + [sym__as_bang_custom] = ACTIONS(2231), + [sym__custom_operator] = ACTIONS(2231), + }, + [STATE(870)] = { + [anon_sym_BANG] = ACTIONS(2197), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2199), + [anon_sym_async] = ACTIONS(2199), + [anon_sym_lazy] = ACTIONS(2199), + [anon_sym_package] = ACTIONS(2199), + [anon_sym_RPAREN] = ACTIONS(2199), + [anon_sym_COMMA] = ACTIONS(2199), + [anon_sym_COLON] = ACTIONS(2199), + [anon_sym_LPAREN] = ACTIONS(2199), + [anon_sym_LBRACK] = ACTIONS(2199), + [anon_sym_RBRACK] = ACTIONS(2199), + [anon_sym_DOT] = ACTIONS(2197), + [anon_sym_QMARK] = ACTIONS(2197), + [anon_sym_QMARK2] = ACTIONS(2199), + [anon_sym_AMP] = ACTIONS(2199), + [aux_sym_custom_operator_token1] = ACTIONS(2199), + [anon_sym_LT] = ACTIONS(2197), + [anon_sym_GT] = ACTIONS(2197), + [anon_sym_LBRACE] = ACTIONS(2199), + [anon_sym_CARET_LBRACE] = ACTIONS(2199), + [anon_sym_RBRACE] = ACTIONS(2199), + [anon_sym_case] = ACTIONS(2199), + [anon_sym_PLUS_EQ] = ACTIONS(2199), + [anon_sym_DASH_EQ] = ACTIONS(2199), + [anon_sym_STAR_EQ] = ACTIONS(2199), + [anon_sym_SLASH_EQ] = ACTIONS(2199), + [anon_sym_PERCENT_EQ] = ACTIONS(2199), + [anon_sym_BANG_EQ] = ACTIONS(2197), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2199), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2199), + [anon_sym_LT_EQ] = ACTIONS(2199), + [anon_sym_GT_EQ] = ACTIONS(2199), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2199), + [anon_sym_DOT_DOT_LT] = ACTIONS(2199), + [anon_sym_is] = ACTIONS(2199), + [anon_sym_PLUS] = ACTIONS(2197), + [anon_sym_DASH] = ACTIONS(2197), + [anon_sym_STAR] = ACTIONS(2197), + [anon_sym_SLASH] = ACTIONS(2197), + [anon_sym_PERCENT] = ACTIONS(2197), + [anon_sym_PLUS_PLUS] = ACTIONS(2199), + [anon_sym_DASH_DASH] = ACTIONS(2199), + [anon_sym_PIPE] = ACTIONS(2199), + [anon_sym_CARET] = ACTIONS(2197), + [anon_sym_LT_LT] = ACTIONS(2199), + [anon_sym_GT_GT] = ACTIONS(2199), + [anon_sym_import] = ACTIONS(2199), + [anon_sym_typealias] = ACTIONS(2199), + [anon_sym_struct] = ACTIONS(2199), + [anon_sym_class] = ACTIONS(2199), + [anon_sym_enum] = ACTIONS(2199), + [anon_sym_protocol] = ACTIONS(2199), + [anon_sym_let] = ACTIONS(2199), + [anon_sym_var] = ACTIONS(2199), + [anon_sym_func] = ACTIONS(2199), + [anon_sym_extension] = ACTIONS(2199), + [anon_sym_indirect] = ACTIONS(2199), + [anon_sym_SEMI] = ACTIONS(2199), + [anon_sym_init] = ACTIONS(2199), + [anon_sym_deinit] = ACTIONS(2199), + [anon_sym_subscript] = ACTIONS(2199), + [anon_sym_prefix] = ACTIONS(2199), + [anon_sym_infix] = ACTIONS(2199), + [anon_sym_postfix] = ACTIONS(2199), + [anon_sym_precedencegroup] = ACTIONS(2199), + [anon_sym_associatedtype] = ACTIONS(2199), + [anon_sym_AT] = ACTIONS(2197), + [anon_sym_override] = ACTIONS(2199), + [anon_sym_convenience] = ACTIONS(2199), + [anon_sym_required] = ACTIONS(2199), + [anon_sym_nonisolated] = ACTIONS(2199), + [anon_sym_public] = ACTIONS(2199), + [anon_sym_private] = ACTIONS(2199), + [anon_sym_internal] = ACTIONS(2199), + [anon_sym_fileprivate] = ACTIONS(2199), + [anon_sym_open] = ACTIONS(2199), + [anon_sym_mutating] = ACTIONS(2199), + [anon_sym_nonmutating] = ACTIONS(2199), + [anon_sym_static] = ACTIONS(2199), + [anon_sym_dynamic] = ACTIONS(2199), + [anon_sym_optional] = ACTIONS(2199), + [anon_sym_distributed] = ACTIONS(2199), + [anon_sym_final] = ACTIONS(2199), + [anon_sym_inout] = ACTIONS(2199), + [anon_sym_ATescaping] = ACTIONS(2199), + [anon_sym_ATautoclosure] = ACTIONS(2199), + [anon_sym_weak] = ACTIONS(2199), + [anon_sym_unowned] = ACTIONS(2197), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2199), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2199), + [anon_sym_borrowing] = ACTIONS(2199), + [anon_sym_consuming] = ACTIONS(2199), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2199), + [sym__conjunction_operator_custom] = ACTIONS(2199), + [sym__disjunction_operator_custom] = ACTIONS(2199), + [sym__nil_coalescing_operator_custom] = ACTIONS(2199), + [sym__eq_custom] = ACTIONS(2199), + [sym__eq_eq_custom] = ACTIONS(2199), + [sym__plus_then_ws] = ACTIONS(2199), + [sym__minus_then_ws] = ACTIONS(2199), + [sym__bang_custom] = ACTIONS(2199), + [sym__as_custom] = ACTIONS(2199), + [sym__as_quest_custom] = ACTIONS(2199), + [sym__as_bang_custom] = ACTIONS(2199), + [sym__custom_operator] = ACTIONS(2199), + }, + [STATE(871)] = { + [anon_sym_BANG] = ACTIONS(2354), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2356), + [anon_sym_async] = ACTIONS(2356), + [anon_sym_lazy] = ACTIONS(2356), + [anon_sym_package] = ACTIONS(2356), + [anon_sym_RPAREN] = ACTIONS(2356), + [anon_sym_COMMA] = ACTIONS(2356), + [anon_sym_COLON] = ACTIONS(2356), + [anon_sym_LPAREN] = ACTIONS(2356), + [anon_sym_LBRACK] = ACTIONS(2356), + [anon_sym_RBRACK] = ACTIONS(2356), + [anon_sym_DOT] = ACTIONS(2354), + [anon_sym_QMARK] = ACTIONS(2354), + [anon_sym_QMARK2] = ACTIONS(2356), + [anon_sym_AMP] = ACTIONS(2356), + [aux_sym_custom_operator_token1] = ACTIONS(2356), + [anon_sym_LT] = ACTIONS(2354), + [anon_sym_GT] = ACTIONS(2354), + [anon_sym_LBRACE] = ACTIONS(2356), + [anon_sym_CARET_LBRACE] = ACTIONS(2356), + [anon_sym_RBRACE] = ACTIONS(2356), + [anon_sym_case] = ACTIONS(2356), + [anon_sym_PLUS_EQ] = ACTIONS(2356), + [anon_sym_DASH_EQ] = ACTIONS(2356), + [anon_sym_STAR_EQ] = ACTIONS(2356), + [anon_sym_SLASH_EQ] = ACTIONS(2356), + [anon_sym_PERCENT_EQ] = ACTIONS(2356), + [anon_sym_BANG_EQ] = ACTIONS(2354), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2356), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2356), + [anon_sym_LT_EQ] = ACTIONS(2356), + [anon_sym_GT_EQ] = ACTIONS(2356), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2356), + [anon_sym_DOT_DOT_LT] = ACTIONS(2356), + [anon_sym_is] = ACTIONS(2356), + [anon_sym_PLUS] = ACTIONS(2354), + [anon_sym_DASH] = ACTIONS(2354), + [anon_sym_STAR] = ACTIONS(2354), + [anon_sym_SLASH] = ACTIONS(2354), + [anon_sym_PERCENT] = ACTIONS(2354), + [anon_sym_PLUS_PLUS] = ACTIONS(2356), + [anon_sym_DASH_DASH] = ACTIONS(2356), + [anon_sym_PIPE] = ACTIONS(2356), + [anon_sym_CARET] = ACTIONS(2354), + [anon_sym_LT_LT] = ACTIONS(2356), + [anon_sym_GT_GT] = ACTIONS(2356), + [anon_sym_import] = ACTIONS(2356), + [anon_sym_typealias] = ACTIONS(2356), + [anon_sym_struct] = ACTIONS(2356), + [anon_sym_class] = ACTIONS(2356), + [anon_sym_enum] = ACTIONS(2356), + [anon_sym_protocol] = ACTIONS(2356), + [anon_sym_let] = ACTIONS(2356), + [anon_sym_var] = ACTIONS(2356), + [anon_sym_func] = ACTIONS(2356), + [anon_sym_extension] = ACTIONS(2356), + [anon_sym_indirect] = ACTIONS(2356), + [anon_sym_SEMI] = ACTIONS(2356), + [anon_sym_init] = ACTIONS(2356), + [anon_sym_deinit] = ACTIONS(2356), + [anon_sym_subscript] = ACTIONS(2356), + [anon_sym_prefix] = ACTIONS(2356), + [anon_sym_infix] = ACTIONS(2356), + [anon_sym_postfix] = ACTIONS(2356), + [anon_sym_precedencegroup] = ACTIONS(2356), + [anon_sym_associatedtype] = ACTIONS(2356), + [anon_sym_AT] = ACTIONS(2354), + [anon_sym_override] = ACTIONS(2356), + [anon_sym_convenience] = ACTIONS(2356), + [anon_sym_required] = ACTIONS(2356), + [anon_sym_nonisolated] = ACTIONS(2356), + [anon_sym_public] = ACTIONS(2356), + [anon_sym_private] = ACTIONS(2356), + [anon_sym_internal] = ACTIONS(2356), + [anon_sym_fileprivate] = ACTIONS(2356), + [anon_sym_open] = ACTIONS(2356), + [anon_sym_mutating] = ACTIONS(2356), + [anon_sym_nonmutating] = ACTIONS(2356), + [anon_sym_static] = ACTIONS(2356), + [anon_sym_dynamic] = ACTIONS(2356), + [anon_sym_optional] = ACTIONS(2356), + [anon_sym_distributed] = ACTIONS(2356), + [anon_sym_final] = ACTIONS(2356), + [anon_sym_inout] = ACTIONS(2356), + [anon_sym_ATescaping] = ACTIONS(2356), + [anon_sym_ATautoclosure] = ACTIONS(2356), + [anon_sym_weak] = ACTIONS(2356), + [anon_sym_unowned] = ACTIONS(2354), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2356), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2356), + [anon_sym_borrowing] = ACTIONS(2356), + [anon_sym_consuming] = ACTIONS(2356), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2356), + [sym__conjunction_operator_custom] = ACTIONS(2356), + [sym__disjunction_operator_custom] = ACTIONS(2356), + [sym__nil_coalescing_operator_custom] = ACTIONS(2356), + [sym__eq_custom] = ACTIONS(2356), + [sym__eq_eq_custom] = ACTIONS(2356), + [sym__plus_then_ws] = ACTIONS(2356), + [sym__minus_then_ws] = ACTIONS(2356), + [sym__bang_custom] = ACTIONS(2356), + [sym__as_custom] = ACTIONS(2356), + [sym__as_quest_custom] = ACTIONS(2356), + [sym__as_bang_custom] = ACTIONS(2356), + [sym__custom_operator] = ACTIONS(2356), + }, + [STATE(872)] = { + [anon_sym_BANG] = ACTIONS(2213), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2215), + [anon_sym_async] = ACTIONS(2215), + [anon_sym_lazy] = ACTIONS(2215), + [anon_sym_package] = ACTIONS(2215), + [anon_sym_RPAREN] = ACTIONS(2215), + [anon_sym_COMMA] = ACTIONS(2215), + [anon_sym_COLON] = ACTIONS(2215), + [anon_sym_LPAREN] = ACTIONS(2215), + [anon_sym_LBRACK] = ACTIONS(2215), + [anon_sym_RBRACK] = ACTIONS(2215), + [anon_sym_DOT] = ACTIONS(2213), + [anon_sym_QMARK] = ACTIONS(2213), + [anon_sym_QMARK2] = ACTIONS(2215), + [anon_sym_AMP] = ACTIONS(2215), + [aux_sym_custom_operator_token1] = ACTIONS(2215), + [anon_sym_LT] = ACTIONS(2213), + [anon_sym_GT] = ACTIONS(2213), + [anon_sym_LBRACE] = ACTIONS(2215), + [anon_sym_CARET_LBRACE] = ACTIONS(2215), + [anon_sym_RBRACE] = ACTIONS(2215), + [anon_sym_case] = ACTIONS(2215), + [anon_sym_PLUS_EQ] = ACTIONS(2215), + [anon_sym_DASH_EQ] = ACTIONS(2215), + [anon_sym_STAR_EQ] = ACTIONS(2215), + [anon_sym_SLASH_EQ] = ACTIONS(2215), + [anon_sym_PERCENT_EQ] = ACTIONS(2215), + [anon_sym_BANG_EQ] = ACTIONS(2213), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2215), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2215), + [anon_sym_LT_EQ] = ACTIONS(2215), + [anon_sym_GT_EQ] = ACTIONS(2215), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2215), + [anon_sym_DOT_DOT_LT] = ACTIONS(2215), + [anon_sym_is] = ACTIONS(2215), + [anon_sym_PLUS] = ACTIONS(2213), + [anon_sym_DASH] = ACTIONS(2213), + [anon_sym_STAR] = ACTIONS(2213), + [anon_sym_SLASH] = ACTIONS(2213), + [anon_sym_PERCENT] = ACTIONS(2213), + [anon_sym_PLUS_PLUS] = ACTIONS(2215), + [anon_sym_DASH_DASH] = ACTIONS(2215), + [anon_sym_PIPE] = ACTIONS(2215), + [anon_sym_CARET] = ACTIONS(2213), + [anon_sym_LT_LT] = ACTIONS(2215), + [anon_sym_GT_GT] = ACTIONS(2215), + [anon_sym_import] = ACTIONS(2215), + [anon_sym_typealias] = ACTIONS(2215), + [anon_sym_struct] = ACTIONS(2215), + [anon_sym_class] = ACTIONS(2215), + [anon_sym_enum] = ACTIONS(2215), + [anon_sym_protocol] = ACTIONS(2215), + [anon_sym_let] = ACTIONS(2215), + [anon_sym_var] = ACTIONS(2215), + [anon_sym_func] = ACTIONS(2215), + [anon_sym_extension] = ACTIONS(2215), + [anon_sym_indirect] = ACTIONS(2215), + [anon_sym_SEMI] = ACTIONS(2215), + [anon_sym_init] = ACTIONS(2215), + [anon_sym_deinit] = ACTIONS(2215), + [anon_sym_subscript] = ACTIONS(2215), + [anon_sym_prefix] = ACTIONS(2215), + [anon_sym_infix] = ACTIONS(2215), + [anon_sym_postfix] = ACTIONS(2215), + [anon_sym_precedencegroup] = ACTIONS(2215), + [anon_sym_associatedtype] = ACTIONS(2215), + [anon_sym_AT] = ACTIONS(2213), + [anon_sym_override] = ACTIONS(2215), + [anon_sym_convenience] = ACTIONS(2215), + [anon_sym_required] = ACTIONS(2215), + [anon_sym_nonisolated] = ACTIONS(2215), + [anon_sym_public] = ACTIONS(2215), + [anon_sym_private] = ACTIONS(2215), + [anon_sym_internal] = ACTIONS(2215), + [anon_sym_fileprivate] = ACTIONS(2215), + [anon_sym_open] = ACTIONS(2215), + [anon_sym_mutating] = ACTIONS(2215), + [anon_sym_nonmutating] = ACTIONS(2215), + [anon_sym_static] = ACTIONS(2215), + [anon_sym_dynamic] = ACTIONS(2215), + [anon_sym_optional] = ACTIONS(2215), + [anon_sym_distributed] = ACTIONS(2215), + [anon_sym_final] = ACTIONS(2215), + [anon_sym_inout] = ACTIONS(2215), + [anon_sym_ATescaping] = ACTIONS(2215), + [anon_sym_ATautoclosure] = ACTIONS(2215), + [anon_sym_weak] = ACTIONS(2215), + [anon_sym_unowned] = ACTIONS(2213), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2215), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2215), + [anon_sym_borrowing] = ACTIONS(2215), + [anon_sym_consuming] = ACTIONS(2215), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2215), + [sym__conjunction_operator_custom] = ACTIONS(2215), + [sym__disjunction_operator_custom] = ACTIONS(2215), + [sym__nil_coalescing_operator_custom] = ACTIONS(2215), + [sym__eq_custom] = ACTIONS(2215), + [sym__eq_eq_custom] = ACTIONS(2215), + [sym__plus_then_ws] = ACTIONS(2215), + [sym__minus_then_ws] = ACTIONS(2215), + [sym__bang_custom] = ACTIONS(2215), + [sym__as_custom] = ACTIONS(2215), + [sym__as_quest_custom] = ACTIONS(2215), + [sym__as_bang_custom] = ACTIONS(2215), + [sym__custom_operator] = ACTIONS(2215), + }, + [STATE(873)] = { + [anon_sym_BANG] = ACTIONS(2233), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2235), + [anon_sym_async] = ACTIONS(2235), + [anon_sym_lazy] = ACTIONS(2235), + [anon_sym_package] = ACTIONS(2235), + [anon_sym_RPAREN] = ACTIONS(2235), + [anon_sym_COMMA] = ACTIONS(2235), + [anon_sym_COLON] = ACTIONS(2235), + [anon_sym_LPAREN] = ACTIONS(2235), + [anon_sym_LBRACK] = ACTIONS(2235), + [anon_sym_RBRACK] = ACTIONS(2235), + [anon_sym_DOT] = ACTIONS(2233), + [anon_sym_QMARK] = ACTIONS(2233), + [anon_sym_QMARK2] = ACTIONS(2235), + [anon_sym_AMP] = ACTIONS(2235), + [aux_sym_custom_operator_token1] = ACTIONS(2235), + [anon_sym_LT] = ACTIONS(2233), + [anon_sym_GT] = ACTIONS(2233), + [anon_sym_LBRACE] = ACTIONS(2235), + [anon_sym_CARET_LBRACE] = ACTIONS(2235), + [anon_sym_RBRACE] = ACTIONS(2235), + [anon_sym_case] = ACTIONS(2235), + [anon_sym_PLUS_EQ] = ACTIONS(2235), + [anon_sym_DASH_EQ] = ACTIONS(2235), + [anon_sym_STAR_EQ] = ACTIONS(2235), + [anon_sym_SLASH_EQ] = ACTIONS(2235), + [anon_sym_PERCENT_EQ] = ACTIONS(2235), + [anon_sym_BANG_EQ] = ACTIONS(2233), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2235), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2235), + [anon_sym_LT_EQ] = ACTIONS(2235), + [anon_sym_GT_EQ] = ACTIONS(2235), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2235), + [anon_sym_DOT_DOT_LT] = ACTIONS(2235), + [anon_sym_is] = ACTIONS(2235), + [anon_sym_PLUS] = ACTIONS(2233), + [anon_sym_DASH] = ACTIONS(2233), + [anon_sym_STAR] = ACTIONS(2233), + [anon_sym_SLASH] = ACTIONS(2233), + [anon_sym_PERCENT] = ACTIONS(2233), + [anon_sym_PLUS_PLUS] = ACTIONS(2235), + [anon_sym_DASH_DASH] = ACTIONS(2235), + [anon_sym_PIPE] = ACTIONS(2235), + [anon_sym_CARET] = ACTIONS(2233), + [anon_sym_LT_LT] = ACTIONS(2235), + [anon_sym_GT_GT] = ACTIONS(2235), + [anon_sym_import] = ACTIONS(2235), + [anon_sym_typealias] = ACTIONS(2235), + [anon_sym_struct] = ACTIONS(2235), + [anon_sym_class] = ACTIONS(2235), + [anon_sym_enum] = ACTIONS(2235), + [anon_sym_protocol] = ACTIONS(2235), + [anon_sym_let] = ACTIONS(2235), + [anon_sym_var] = ACTIONS(2235), + [anon_sym_func] = ACTIONS(2235), + [anon_sym_extension] = ACTIONS(2235), + [anon_sym_indirect] = ACTIONS(2235), + [anon_sym_SEMI] = ACTIONS(2235), + [anon_sym_init] = ACTIONS(2235), + [anon_sym_deinit] = ACTIONS(2235), + [anon_sym_subscript] = ACTIONS(2235), + [anon_sym_prefix] = ACTIONS(2235), + [anon_sym_infix] = ACTIONS(2235), + [anon_sym_postfix] = ACTIONS(2235), + [anon_sym_precedencegroup] = ACTIONS(2235), + [anon_sym_associatedtype] = ACTIONS(2235), + [anon_sym_AT] = ACTIONS(2233), + [anon_sym_override] = ACTIONS(2235), + [anon_sym_convenience] = ACTIONS(2235), + [anon_sym_required] = ACTIONS(2235), + [anon_sym_nonisolated] = ACTIONS(2235), + [anon_sym_public] = ACTIONS(2235), + [anon_sym_private] = ACTIONS(2235), + [anon_sym_internal] = ACTIONS(2235), + [anon_sym_fileprivate] = ACTIONS(2235), + [anon_sym_open] = ACTIONS(2235), + [anon_sym_mutating] = ACTIONS(2235), + [anon_sym_nonmutating] = ACTIONS(2235), + [anon_sym_static] = ACTIONS(2235), + [anon_sym_dynamic] = ACTIONS(2235), + [anon_sym_optional] = ACTIONS(2235), + [anon_sym_distributed] = ACTIONS(2235), + [anon_sym_final] = ACTIONS(2235), + [anon_sym_inout] = ACTIONS(2235), + [anon_sym_ATescaping] = ACTIONS(2235), + [anon_sym_ATautoclosure] = ACTIONS(2235), + [anon_sym_weak] = ACTIONS(2235), + [anon_sym_unowned] = ACTIONS(2233), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2235), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2235), + [anon_sym_borrowing] = ACTIONS(2235), + [anon_sym_consuming] = ACTIONS(2235), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2235), + [sym__conjunction_operator_custom] = ACTIONS(2235), + [sym__disjunction_operator_custom] = ACTIONS(2235), + [sym__nil_coalescing_operator_custom] = ACTIONS(2235), + [sym__eq_custom] = ACTIONS(2235), + [sym__eq_eq_custom] = ACTIONS(2235), + [sym__plus_then_ws] = ACTIONS(2235), + [sym__minus_then_ws] = ACTIONS(2235), + [sym__bang_custom] = ACTIONS(2235), + [sym__as_custom] = ACTIONS(2235), + [sym__as_quest_custom] = ACTIONS(2235), + [sym__as_bang_custom] = ACTIONS(2235), + [sym__custom_operator] = ACTIONS(2235), + }, + [STATE(874)] = { + [anon_sym_BANG] = ACTIONS(2389), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2391), + [anon_sym_async] = ACTIONS(2391), + [anon_sym_lazy] = ACTIONS(2391), + [anon_sym_package] = ACTIONS(2391), + [anon_sym_RPAREN] = ACTIONS(2391), + [anon_sym_COMMA] = ACTIONS(2391), + [anon_sym_COLON] = ACTIONS(2391), + [anon_sym_LPAREN] = ACTIONS(2391), + [anon_sym_LBRACK] = ACTIONS(2391), + [anon_sym_RBRACK] = ACTIONS(2391), + [anon_sym_QMARK] = ACTIONS(2389), + [anon_sym_QMARK2] = ACTIONS(2391), + [anon_sym_AMP] = ACTIONS(2391), + [aux_sym_custom_operator_token1] = ACTIONS(2391), + [anon_sym_LT] = ACTIONS(2389), + [anon_sym_GT] = ACTIONS(2389), + [anon_sym_LBRACE] = ACTIONS(2391), + [anon_sym_CARET_LBRACE] = ACTIONS(2391), + [anon_sym_RBRACE] = ACTIONS(2391), + [anon_sym_case] = ACTIONS(2391), + [anon_sym_PLUS_EQ] = ACTIONS(2391), + [anon_sym_DASH_EQ] = ACTIONS(2391), + [anon_sym_STAR_EQ] = ACTIONS(2391), + [anon_sym_SLASH_EQ] = ACTIONS(2391), + [anon_sym_PERCENT_EQ] = ACTIONS(2391), + [anon_sym_BANG_EQ] = ACTIONS(2389), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2391), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2391), + [anon_sym_LT_EQ] = ACTIONS(2391), + [anon_sym_GT_EQ] = ACTIONS(2391), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2391), + [anon_sym_DOT_DOT_LT] = ACTIONS(2391), + [anon_sym_is] = ACTIONS(2391), + [anon_sym_PLUS] = ACTIONS(2389), + [anon_sym_DASH] = ACTIONS(2389), + [anon_sym_STAR] = ACTIONS(2389), + [anon_sym_SLASH] = ACTIONS(2389), + [anon_sym_PERCENT] = ACTIONS(2389), + [anon_sym_PLUS_PLUS] = ACTIONS(2391), + [anon_sym_DASH_DASH] = ACTIONS(2391), + [anon_sym_PIPE] = ACTIONS(2391), + [anon_sym_CARET] = ACTIONS(2389), + [anon_sym_LT_LT] = ACTIONS(2391), + [anon_sym_GT_GT] = ACTIONS(2391), + [anon_sym_import] = ACTIONS(2391), + [anon_sym_typealias] = ACTIONS(2391), + [anon_sym_struct] = ACTIONS(2391), + [anon_sym_class] = ACTIONS(2391), + [anon_sym_enum] = ACTIONS(2391), + [anon_sym_protocol] = ACTIONS(2391), + [anon_sym_let] = ACTIONS(2391), + [anon_sym_var] = ACTIONS(2391), + [anon_sym_func] = ACTIONS(2391), + [anon_sym_extension] = ACTIONS(2391), + [anon_sym_indirect] = ACTIONS(2391), + [anon_sym_SEMI] = ACTIONS(2391), + [anon_sym_init] = ACTIONS(2391), + [anon_sym_deinit] = ACTIONS(2391), + [anon_sym_subscript] = ACTIONS(2391), + [anon_sym_prefix] = ACTIONS(2391), + [anon_sym_infix] = ACTIONS(2391), + [anon_sym_postfix] = ACTIONS(2391), + [anon_sym_precedencegroup] = ACTIONS(2391), + [anon_sym_associatedtype] = ACTIONS(2391), + [anon_sym_AT] = ACTIONS(2389), + [anon_sym_override] = ACTIONS(2391), + [anon_sym_convenience] = ACTIONS(2391), + [anon_sym_required] = ACTIONS(2391), + [anon_sym_nonisolated] = ACTIONS(2391), + [anon_sym_public] = ACTIONS(2391), + [anon_sym_private] = ACTIONS(2391), + [anon_sym_internal] = ACTIONS(2391), + [anon_sym_fileprivate] = ACTIONS(2391), + [anon_sym_open] = ACTIONS(2391), + [anon_sym_mutating] = ACTIONS(2391), + [anon_sym_nonmutating] = ACTIONS(2391), + [anon_sym_static] = ACTIONS(2391), + [anon_sym_dynamic] = ACTIONS(2391), + [anon_sym_optional] = ACTIONS(2391), + [anon_sym_distributed] = ACTIONS(2391), + [anon_sym_final] = ACTIONS(2391), + [anon_sym_inout] = ACTIONS(2391), + [anon_sym_ATescaping] = ACTIONS(2391), + [anon_sym_ATautoclosure] = ACTIONS(2391), + [anon_sym_weak] = ACTIONS(2391), + [anon_sym_unowned] = ACTIONS(2389), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2391), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2391), + [anon_sym_borrowing] = ACTIONS(2391), + [anon_sym_consuming] = ACTIONS(2391), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2391), + [sym__conjunction_operator_custom] = ACTIONS(2391), + [sym__disjunction_operator_custom] = ACTIONS(2391), + [sym__nil_coalescing_operator_custom] = ACTIONS(2391), + [sym__eq_custom] = ACTIONS(2391), + [sym__eq_eq_custom] = ACTIONS(2391), + [sym__plus_then_ws] = ACTIONS(2391), + [sym__minus_then_ws] = ACTIONS(2391), + [sym__bang_custom] = ACTIONS(2391), + [sym_else] = ACTIONS(2393), + [sym__as_custom] = ACTIONS(2391), + [sym__as_quest_custom] = ACTIONS(2391), + [sym__as_bang_custom] = ACTIONS(2391), + [sym__custom_operator] = ACTIONS(2391), + }, + [STATE(875)] = { + [anon_sym_BANG] = ACTIONS(2395), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2397), + [anon_sym_async] = ACTIONS(2397), + [anon_sym_lazy] = ACTIONS(2397), + [anon_sym_package] = ACTIONS(2397), + [anon_sym_RPAREN] = ACTIONS(2397), + [anon_sym_COMMA] = ACTIONS(2397), + [anon_sym_COLON] = ACTIONS(2397), + [anon_sym_LPAREN] = ACTIONS(2397), + [anon_sym_LBRACK] = ACTIONS(2397), + [anon_sym_RBRACK] = ACTIONS(2397), + [anon_sym_QMARK] = ACTIONS(2395), + [anon_sym_QMARK2] = ACTIONS(2397), + [anon_sym_AMP] = ACTIONS(2397), + [aux_sym_custom_operator_token1] = ACTIONS(2397), + [anon_sym_LT] = ACTIONS(2395), + [anon_sym_GT] = ACTIONS(2395), + [anon_sym_LBRACE] = ACTIONS(2397), + [anon_sym_CARET_LBRACE] = ACTIONS(2397), + [anon_sym_RBRACE] = ACTIONS(2397), + [anon_sym_case] = ACTIONS(2397), + [anon_sym_PLUS_EQ] = ACTIONS(2397), + [anon_sym_DASH_EQ] = ACTIONS(2397), + [anon_sym_STAR_EQ] = ACTIONS(2397), + [anon_sym_SLASH_EQ] = ACTIONS(2397), + [anon_sym_PERCENT_EQ] = ACTIONS(2397), + [anon_sym_BANG_EQ] = ACTIONS(2395), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2397), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2397), + [anon_sym_LT_EQ] = ACTIONS(2397), + [anon_sym_GT_EQ] = ACTIONS(2397), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2397), + [anon_sym_DOT_DOT_LT] = ACTIONS(2397), + [anon_sym_is] = ACTIONS(2397), + [anon_sym_PLUS] = ACTIONS(2395), + [anon_sym_DASH] = ACTIONS(2395), + [anon_sym_STAR] = ACTIONS(2395), + [anon_sym_SLASH] = ACTIONS(2395), + [anon_sym_PERCENT] = ACTIONS(2395), + [anon_sym_PLUS_PLUS] = ACTIONS(2397), + [anon_sym_DASH_DASH] = ACTIONS(2397), + [anon_sym_PIPE] = ACTIONS(2397), + [anon_sym_CARET] = ACTIONS(2395), + [anon_sym_LT_LT] = ACTIONS(2397), + [anon_sym_GT_GT] = ACTIONS(2397), + [anon_sym_import] = ACTIONS(2397), + [anon_sym_typealias] = ACTIONS(2397), + [anon_sym_struct] = ACTIONS(2397), + [anon_sym_class] = ACTIONS(2397), + [anon_sym_enum] = ACTIONS(2397), + [anon_sym_protocol] = ACTIONS(2397), + [anon_sym_let] = ACTIONS(2397), + [anon_sym_var] = ACTIONS(2397), + [anon_sym_func] = ACTIONS(2397), + [anon_sym_extension] = ACTIONS(2397), + [anon_sym_indirect] = ACTIONS(2397), + [anon_sym_SEMI] = ACTIONS(2397), + [anon_sym_init] = ACTIONS(2397), + [anon_sym_deinit] = ACTIONS(2397), + [anon_sym_subscript] = ACTIONS(2397), + [anon_sym_prefix] = ACTIONS(2397), + [anon_sym_infix] = ACTIONS(2397), + [anon_sym_postfix] = ACTIONS(2397), + [anon_sym_precedencegroup] = ACTIONS(2397), + [anon_sym_associatedtype] = ACTIONS(2397), + [anon_sym_AT] = ACTIONS(2395), + [anon_sym_override] = ACTIONS(2397), + [anon_sym_convenience] = ACTIONS(2397), + [anon_sym_required] = ACTIONS(2397), + [anon_sym_nonisolated] = ACTIONS(2397), + [anon_sym_public] = ACTIONS(2397), + [anon_sym_private] = ACTIONS(2397), + [anon_sym_internal] = ACTIONS(2397), + [anon_sym_fileprivate] = ACTIONS(2397), + [anon_sym_open] = ACTIONS(2397), + [anon_sym_mutating] = ACTIONS(2397), + [anon_sym_nonmutating] = ACTIONS(2397), + [anon_sym_static] = ACTIONS(2397), + [anon_sym_dynamic] = ACTIONS(2397), + [anon_sym_optional] = ACTIONS(2397), + [anon_sym_distributed] = ACTIONS(2397), + [anon_sym_final] = ACTIONS(2397), + [anon_sym_inout] = ACTIONS(2397), + [anon_sym_ATescaping] = ACTIONS(2397), + [anon_sym_ATautoclosure] = ACTIONS(2397), + [anon_sym_weak] = ACTIONS(2397), + [anon_sym_unowned] = ACTIONS(2395), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2397), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2397), + [anon_sym_borrowing] = ACTIONS(2397), + [anon_sym_consuming] = ACTIONS(2397), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2397), + [sym__conjunction_operator_custom] = ACTIONS(2397), + [sym__disjunction_operator_custom] = ACTIONS(2397), + [sym__nil_coalescing_operator_custom] = ACTIONS(2397), + [sym__eq_custom] = ACTIONS(2397), + [sym__eq_eq_custom] = ACTIONS(2397), + [sym__plus_then_ws] = ACTIONS(2397), + [sym__minus_then_ws] = ACTIONS(2397), + [sym__bang_custom] = ACTIONS(2397), + [sym_else] = ACTIONS(2397), + [sym__as_custom] = ACTIONS(2397), + [sym__as_quest_custom] = ACTIONS(2397), + [sym__as_bang_custom] = ACTIONS(2397), + [sym__custom_operator] = ACTIONS(2397), + }, + [STATE(876)] = { + [anon_sym_BANG] = ACTIONS(2399), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2401), + [anon_sym_async] = ACTIONS(2401), + [anon_sym_lazy] = ACTIONS(2401), + [anon_sym_package] = ACTIONS(2401), + [anon_sym_RPAREN] = ACTIONS(2401), + [anon_sym_COMMA] = ACTIONS(2401), + [anon_sym_COLON] = ACTIONS(2401), + [anon_sym_LPAREN] = ACTIONS(2401), + [anon_sym_LBRACK] = ACTIONS(2401), + [anon_sym_RBRACK] = ACTIONS(2401), + [anon_sym_QMARK] = ACTIONS(2399), + [anon_sym_QMARK2] = ACTIONS(2401), + [anon_sym_AMP] = ACTIONS(2401), + [aux_sym_custom_operator_token1] = ACTIONS(2401), + [anon_sym_LT] = ACTIONS(2399), + [anon_sym_GT] = ACTIONS(2399), + [anon_sym_LBRACE] = ACTIONS(2401), + [anon_sym_CARET_LBRACE] = ACTIONS(2401), + [anon_sym_RBRACE] = ACTIONS(2401), + [anon_sym_case] = ACTIONS(2401), + [anon_sym_PLUS_EQ] = ACTIONS(2401), + [anon_sym_DASH_EQ] = ACTIONS(2401), + [anon_sym_STAR_EQ] = ACTIONS(2401), + [anon_sym_SLASH_EQ] = ACTIONS(2401), + [anon_sym_PERCENT_EQ] = ACTIONS(2401), + [anon_sym_BANG_EQ] = ACTIONS(2399), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2401), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2401), + [anon_sym_LT_EQ] = ACTIONS(2401), + [anon_sym_GT_EQ] = ACTIONS(2401), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2401), + [anon_sym_DOT_DOT_LT] = ACTIONS(2401), + [anon_sym_is] = ACTIONS(2401), + [anon_sym_PLUS] = ACTIONS(2399), + [anon_sym_DASH] = ACTIONS(2399), + [anon_sym_STAR] = ACTIONS(2399), + [anon_sym_SLASH] = ACTIONS(2399), + [anon_sym_PERCENT] = ACTIONS(2399), + [anon_sym_PLUS_PLUS] = ACTIONS(2401), + [anon_sym_DASH_DASH] = ACTIONS(2401), + [anon_sym_PIPE] = ACTIONS(2401), + [anon_sym_CARET] = ACTIONS(2399), + [anon_sym_LT_LT] = ACTIONS(2401), + [anon_sym_GT_GT] = ACTIONS(2401), + [anon_sym_import] = ACTIONS(2401), + [anon_sym_typealias] = ACTIONS(2401), + [anon_sym_struct] = ACTIONS(2401), + [anon_sym_class] = ACTIONS(2401), + [anon_sym_enum] = ACTIONS(2401), + [anon_sym_protocol] = ACTIONS(2401), + [anon_sym_let] = ACTIONS(2401), + [anon_sym_var] = ACTIONS(2401), + [anon_sym_func] = ACTIONS(2401), + [anon_sym_extension] = ACTIONS(2401), + [anon_sym_indirect] = ACTIONS(2401), + [anon_sym_SEMI] = ACTIONS(2401), + [anon_sym_init] = ACTIONS(2401), + [anon_sym_deinit] = ACTIONS(2401), + [anon_sym_subscript] = ACTIONS(2401), + [anon_sym_prefix] = ACTIONS(2401), + [anon_sym_infix] = ACTIONS(2401), + [anon_sym_postfix] = ACTIONS(2401), + [anon_sym_precedencegroup] = ACTIONS(2401), + [anon_sym_associatedtype] = ACTIONS(2401), + [anon_sym_AT] = ACTIONS(2399), + [anon_sym_override] = ACTIONS(2401), + [anon_sym_convenience] = ACTIONS(2401), + [anon_sym_required] = ACTIONS(2401), + [anon_sym_nonisolated] = ACTIONS(2401), + [anon_sym_public] = ACTIONS(2401), + [anon_sym_private] = ACTIONS(2401), + [anon_sym_internal] = ACTIONS(2401), + [anon_sym_fileprivate] = ACTIONS(2401), + [anon_sym_open] = ACTIONS(2401), + [anon_sym_mutating] = ACTIONS(2401), + [anon_sym_nonmutating] = ACTIONS(2401), + [anon_sym_static] = ACTIONS(2401), + [anon_sym_dynamic] = ACTIONS(2401), + [anon_sym_optional] = ACTIONS(2401), + [anon_sym_distributed] = ACTIONS(2401), + [anon_sym_final] = ACTIONS(2401), + [anon_sym_inout] = ACTIONS(2401), + [anon_sym_ATescaping] = ACTIONS(2401), + [anon_sym_ATautoclosure] = ACTIONS(2401), + [anon_sym_weak] = ACTIONS(2401), + [anon_sym_unowned] = ACTIONS(2399), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2401), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2401), + [anon_sym_borrowing] = ACTIONS(2401), + [anon_sym_consuming] = ACTIONS(2401), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2401), + [sym__conjunction_operator_custom] = ACTIONS(2401), + [sym__disjunction_operator_custom] = ACTIONS(2401), + [sym__nil_coalescing_operator_custom] = ACTIONS(2401), + [sym__eq_custom] = ACTIONS(2401), + [sym__eq_eq_custom] = ACTIONS(2401), + [sym__plus_then_ws] = ACTIONS(2401), + [sym__minus_then_ws] = ACTIONS(2401), + [sym__bang_custom] = ACTIONS(2401), + [sym_else] = ACTIONS(2403), + [sym__as_custom] = ACTIONS(2401), + [sym__as_quest_custom] = ACTIONS(2401), + [sym__as_bang_custom] = ACTIONS(2401), + [sym__custom_operator] = ACTIONS(2401), + }, + [STATE(877)] = { + [sym_type_arguments] = STATE(2076), + [anon_sym_BANG] = ACTIONS(2405), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2407), + [anon_sym_async] = ACTIONS(2407), + [anon_sym_lazy] = ACTIONS(2407), + [anon_sym_package] = ACTIONS(2407), + [anon_sym_RPAREN] = ACTIONS(2407), + [anon_sym_COMMA] = ACTIONS(2407), + [anon_sym_COLON] = ACTIONS(2407), + [anon_sym_LPAREN] = ACTIONS(2409), + [anon_sym_LBRACK] = ACTIONS(2407), + [anon_sym_RBRACK] = ACTIONS(2407), + [anon_sym_QMARK] = ACTIONS(2405), + [anon_sym_QMARK2] = ACTIONS(2407), + [anon_sym_AMP] = ACTIONS(2407), + [aux_sym_custom_operator_token1] = ACTIONS(2407), + [anon_sym_LT] = ACTIONS(2412), + [anon_sym_GT] = ACTIONS(2405), + [anon_sym_LBRACE] = ACTIONS(2409), + [anon_sym_CARET_LBRACE] = ACTIONS(2409), + [anon_sym_RBRACE] = ACTIONS(2407), + [anon_sym_case] = ACTIONS(2407), + [anon_sym_PLUS_EQ] = ACTIONS(2407), + [anon_sym_DASH_EQ] = ACTIONS(2407), + [anon_sym_STAR_EQ] = ACTIONS(2407), + [anon_sym_SLASH_EQ] = ACTIONS(2407), + [anon_sym_PERCENT_EQ] = ACTIONS(2407), + [anon_sym_BANG_EQ] = ACTIONS(2405), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2407), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2407), + [anon_sym_LT_EQ] = ACTIONS(2407), + [anon_sym_GT_EQ] = ACTIONS(2407), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2407), + [anon_sym_DOT_DOT_LT] = ACTIONS(2407), + [anon_sym_is] = ACTIONS(2407), + [anon_sym_PLUS] = ACTIONS(2405), + [anon_sym_DASH] = ACTIONS(2405), + [anon_sym_STAR] = ACTIONS(2405), + [anon_sym_SLASH] = ACTIONS(2405), + [anon_sym_PERCENT] = ACTIONS(2405), + [anon_sym_PLUS_PLUS] = ACTIONS(2407), + [anon_sym_DASH_DASH] = ACTIONS(2407), + [anon_sym_PIPE] = ACTIONS(2407), + [anon_sym_CARET] = ACTIONS(2405), + [anon_sym_LT_LT] = ACTIONS(2407), + [anon_sym_GT_GT] = ACTIONS(2407), + [anon_sym_import] = ACTIONS(2407), + [anon_sym_typealias] = ACTIONS(2407), + [anon_sym_struct] = ACTIONS(2407), + [anon_sym_class] = ACTIONS(2407), + [anon_sym_enum] = ACTIONS(2407), + [anon_sym_protocol] = ACTIONS(2407), + [anon_sym_let] = ACTIONS(2407), + [anon_sym_var] = ACTIONS(2407), + [anon_sym_func] = ACTIONS(2407), + [anon_sym_extension] = ACTIONS(2407), + [anon_sym_indirect] = ACTIONS(2407), + [anon_sym_SEMI] = ACTIONS(2407), + [anon_sym_init] = ACTIONS(2407), + [anon_sym_deinit] = ACTIONS(2407), + [anon_sym_subscript] = ACTIONS(2407), + [anon_sym_prefix] = ACTIONS(2407), + [anon_sym_infix] = ACTIONS(2407), + [anon_sym_postfix] = ACTIONS(2407), + [anon_sym_precedencegroup] = ACTIONS(2407), + [anon_sym_associatedtype] = ACTIONS(2407), + [anon_sym_AT] = ACTIONS(2405), + [anon_sym_override] = ACTIONS(2407), + [anon_sym_convenience] = ACTIONS(2407), + [anon_sym_required] = ACTIONS(2407), + [anon_sym_nonisolated] = ACTIONS(2407), + [anon_sym_public] = ACTIONS(2407), + [anon_sym_private] = ACTIONS(2407), + [anon_sym_internal] = ACTIONS(2407), + [anon_sym_fileprivate] = ACTIONS(2407), + [anon_sym_open] = ACTIONS(2407), + [anon_sym_mutating] = ACTIONS(2407), + [anon_sym_nonmutating] = ACTIONS(2407), + [anon_sym_static] = ACTIONS(2407), + [anon_sym_dynamic] = ACTIONS(2407), + [anon_sym_optional] = ACTIONS(2407), + [anon_sym_distributed] = ACTIONS(2407), + [anon_sym_final] = ACTIONS(2407), + [anon_sym_inout] = ACTIONS(2407), + [anon_sym_ATescaping] = ACTIONS(2407), + [anon_sym_ATautoclosure] = ACTIONS(2407), + [anon_sym_weak] = ACTIONS(2407), + [anon_sym_unowned] = ACTIONS(2405), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2407), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2407), + [anon_sym_borrowing] = ACTIONS(2407), + [anon_sym_consuming] = ACTIONS(2407), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2409), + [sym__conjunction_operator_custom] = ACTIONS(2407), + [sym__disjunction_operator_custom] = ACTIONS(2407), + [sym__nil_coalescing_operator_custom] = ACTIONS(2407), + [sym__eq_custom] = ACTIONS(2407), + [sym__eq_eq_custom] = ACTIONS(2407), + [sym__plus_then_ws] = ACTIONS(2407), + [sym__minus_then_ws] = ACTIONS(2407), + [sym__bang_custom] = ACTIONS(2407), + [sym__as_custom] = ACTIONS(2407), + [sym__as_quest_custom] = ACTIONS(2407), + [sym__as_bang_custom] = ACTIONS(2407), + [sym__custom_operator] = ACTIONS(2407), + }, + [STATE(878)] = { + [anon_sym_BANG] = ACTIONS(2217), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2219), + [anon_sym_async] = ACTIONS(2219), + [anon_sym_lazy] = ACTIONS(2219), + [anon_sym_package] = ACTIONS(2219), + [anon_sym_RPAREN] = ACTIONS(2219), + [anon_sym_COMMA] = ACTIONS(2219), + [anon_sym_COLON] = ACTIONS(2219), + [anon_sym_LPAREN] = ACTIONS(2219), + [anon_sym_LBRACK] = ACTIONS(2219), + [anon_sym_RBRACK] = ACTIONS(2219), + [anon_sym_DOT] = ACTIONS(2217), + [anon_sym_QMARK] = ACTIONS(2217), + [anon_sym_QMARK2] = ACTIONS(2219), + [anon_sym_AMP] = ACTIONS(2219), + [aux_sym_custom_operator_token1] = ACTIONS(2219), + [anon_sym_LT] = ACTIONS(2217), + [anon_sym_GT] = ACTIONS(2217), + [anon_sym_LBRACE] = ACTIONS(2219), + [anon_sym_CARET_LBRACE] = ACTIONS(2219), + [anon_sym_RBRACE] = ACTIONS(2219), + [anon_sym_case] = ACTIONS(2219), + [anon_sym_PLUS_EQ] = ACTIONS(2219), + [anon_sym_DASH_EQ] = ACTIONS(2219), + [anon_sym_STAR_EQ] = ACTIONS(2219), + [anon_sym_SLASH_EQ] = ACTIONS(2219), + [anon_sym_PERCENT_EQ] = ACTIONS(2219), + [anon_sym_BANG_EQ] = ACTIONS(2217), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2219), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2219), + [anon_sym_LT_EQ] = ACTIONS(2219), + [anon_sym_GT_EQ] = ACTIONS(2219), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2219), + [anon_sym_DOT_DOT_LT] = ACTIONS(2219), + [anon_sym_is] = ACTIONS(2219), + [anon_sym_PLUS] = ACTIONS(2217), + [anon_sym_DASH] = ACTIONS(2217), + [anon_sym_STAR] = ACTIONS(2217), + [anon_sym_SLASH] = ACTIONS(2217), + [anon_sym_PERCENT] = ACTIONS(2217), + [anon_sym_PLUS_PLUS] = ACTIONS(2219), + [anon_sym_DASH_DASH] = ACTIONS(2219), + [anon_sym_PIPE] = ACTIONS(2219), + [anon_sym_CARET] = ACTIONS(2217), + [anon_sym_LT_LT] = ACTIONS(2219), + [anon_sym_GT_GT] = ACTIONS(2219), + [anon_sym_import] = ACTIONS(2219), + [anon_sym_typealias] = ACTIONS(2219), + [anon_sym_struct] = ACTIONS(2219), + [anon_sym_class] = ACTIONS(2219), + [anon_sym_enum] = ACTIONS(2219), + [anon_sym_protocol] = ACTIONS(2219), + [anon_sym_let] = ACTIONS(2219), + [anon_sym_var] = ACTIONS(2219), + [anon_sym_func] = ACTIONS(2219), + [anon_sym_extension] = ACTIONS(2219), + [anon_sym_indirect] = ACTIONS(2219), + [anon_sym_SEMI] = ACTIONS(2219), + [anon_sym_init] = ACTIONS(2219), + [anon_sym_deinit] = ACTIONS(2219), + [anon_sym_subscript] = ACTIONS(2219), + [anon_sym_prefix] = ACTIONS(2219), + [anon_sym_infix] = ACTIONS(2219), + [anon_sym_postfix] = ACTIONS(2219), + [anon_sym_precedencegroup] = ACTIONS(2219), + [anon_sym_associatedtype] = ACTIONS(2219), + [anon_sym_AT] = ACTIONS(2217), + [anon_sym_override] = ACTIONS(2219), + [anon_sym_convenience] = ACTIONS(2219), + [anon_sym_required] = ACTIONS(2219), + [anon_sym_nonisolated] = ACTIONS(2219), + [anon_sym_public] = ACTIONS(2219), + [anon_sym_private] = ACTIONS(2219), + [anon_sym_internal] = ACTIONS(2219), + [anon_sym_fileprivate] = ACTIONS(2219), + [anon_sym_open] = ACTIONS(2219), + [anon_sym_mutating] = ACTIONS(2219), + [anon_sym_nonmutating] = ACTIONS(2219), + [anon_sym_static] = ACTIONS(2219), + [anon_sym_dynamic] = ACTIONS(2219), + [anon_sym_optional] = ACTIONS(2219), + [anon_sym_distributed] = ACTIONS(2219), + [anon_sym_final] = ACTIONS(2219), + [anon_sym_inout] = ACTIONS(2219), + [anon_sym_ATescaping] = ACTIONS(2219), + [anon_sym_ATautoclosure] = ACTIONS(2219), + [anon_sym_weak] = ACTIONS(2219), + [anon_sym_unowned] = ACTIONS(2217), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2219), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2219), + [anon_sym_borrowing] = ACTIONS(2219), + [anon_sym_consuming] = ACTIONS(2219), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2219), + [sym__conjunction_operator_custom] = ACTIONS(2219), + [sym__disjunction_operator_custom] = ACTIONS(2219), + [sym__nil_coalescing_operator_custom] = ACTIONS(2219), + [sym__eq_custom] = ACTIONS(2219), + [sym__eq_eq_custom] = ACTIONS(2219), + [sym__plus_then_ws] = ACTIONS(2219), + [sym__minus_then_ws] = ACTIONS(2219), + [sym__bang_custom] = ACTIONS(2219), + [sym__as_custom] = ACTIONS(2219), + [sym__as_quest_custom] = ACTIONS(2219), + [sym__as_bang_custom] = ACTIONS(2219), + [sym__custom_operator] = ACTIONS(2219), + }, + [STATE(879)] = { + [anon_sym_BANG] = ACTIONS(2225), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2227), + [anon_sym_async] = ACTIONS(2227), + [anon_sym_lazy] = ACTIONS(2227), + [anon_sym_package] = ACTIONS(2227), + [anon_sym_RPAREN] = ACTIONS(2227), + [anon_sym_COMMA] = ACTIONS(2227), + [anon_sym_COLON] = ACTIONS(2227), + [anon_sym_LPAREN] = ACTIONS(2227), + [anon_sym_LBRACK] = ACTIONS(2227), + [anon_sym_RBRACK] = ACTIONS(2227), + [anon_sym_DOT] = ACTIONS(2225), + [anon_sym_QMARK] = ACTIONS(2225), + [anon_sym_QMARK2] = ACTIONS(2227), + [anon_sym_AMP] = ACTIONS(2227), + [aux_sym_custom_operator_token1] = ACTIONS(2227), + [anon_sym_LT] = ACTIONS(2225), + [anon_sym_GT] = ACTIONS(2225), + [anon_sym_LBRACE] = ACTIONS(2227), + [anon_sym_CARET_LBRACE] = ACTIONS(2227), + [anon_sym_RBRACE] = ACTIONS(2227), + [anon_sym_case] = ACTIONS(2227), + [anon_sym_PLUS_EQ] = ACTIONS(2227), + [anon_sym_DASH_EQ] = ACTIONS(2227), + [anon_sym_STAR_EQ] = ACTIONS(2227), + [anon_sym_SLASH_EQ] = ACTIONS(2227), + [anon_sym_PERCENT_EQ] = ACTIONS(2227), + [anon_sym_BANG_EQ] = ACTIONS(2225), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2227), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2227), + [anon_sym_LT_EQ] = ACTIONS(2227), + [anon_sym_GT_EQ] = ACTIONS(2227), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2227), + [anon_sym_DOT_DOT_LT] = ACTIONS(2227), + [anon_sym_is] = ACTIONS(2227), + [anon_sym_PLUS] = ACTIONS(2225), + [anon_sym_DASH] = ACTIONS(2225), + [anon_sym_STAR] = ACTIONS(2225), + [anon_sym_SLASH] = ACTIONS(2225), + [anon_sym_PERCENT] = ACTIONS(2225), + [anon_sym_PLUS_PLUS] = ACTIONS(2227), + [anon_sym_DASH_DASH] = ACTIONS(2227), + [anon_sym_PIPE] = ACTIONS(2227), + [anon_sym_CARET] = ACTIONS(2225), + [anon_sym_LT_LT] = ACTIONS(2227), + [anon_sym_GT_GT] = ACTIONS(2227), + [anon_sym_import] = ACTIONS(2227), + [anon_sym_typealias] = ACTIONS(2227), + [anon_sym_struct] = ACTIONS(2227), + [anon_sym_class] = ACTIONS(2227), + [anon_sym_enum] = ACTIONS(2227), + [anon_sym_protocol] = ACTIONS(2227), + [anon_sym_let] = ACTIONS(2227), + [anon_sym_var] = ACTIONS(2227), + [anon_sym_func] = ACTIONS(2227), + [anon_sym_extension] = ACTIONS(2227), + [anon_sym_indirect] = ACTIONS(2227), + [anon_sym_SEMI] = ACTIONS(2227), + [anon_sym_init] = ACTIONS(2227), + [anon_sym_deinit] = ACTIONS(2227), + [anon_sym_subscript] = ACTIONS(2227), + [anon_sym_prefix] = ACTIONS(2227), + [anon_sym_infix] = ACTIONS(2227), + [anon_sym_postfix] = ACTIONS(2227), + [anon_sym_precedencegroup] = ACTIONS(2227), + [anon_sym_associatedtype] = ACTIONS(2227), + [anon_sym_AT] = ACTIONS(2225), + [anon_sym_override] = ACTIONS(2227), + [anon_sym_convenience] = ACTIONS(2227), + [anon_sym_required] = ACTIONS(2227), + [anon_sym_nonisolated] = ACTIONS(2227), + [anon_sym_public] = ACTIONS(2227), + [anon_sym_private] = ACTIONS(2227), + [anon_sym_internal] = ACTIONS(2227), + [anon_sym_fileprivate] = ACTIONS(2227), + [anon_sym_open] = ACTIONS(2227), + [anon_sym_mutating] = ACTIONS(2227), + [anon_sym_nonmutating] = ACTIONS(2227), + [anon_sym_static] = ACTIONS(2227), + [anon_sym_dynamic] = ACTIONS(2227), + [anon_sym_optional] = ACTIONS(2227), + [anon_sym_distributed] = ACTIONS(2227), + [anon_sym_final] = ACTIONS(2227), + [anon_sym_inout] = ACTIONS(2227), + [anon_sym_ATescaping] = ACTIONS(2227), + [anon_sym_ATautoclosure] = ACTIONS(2227), + [anon_sym_weak] = ACTIONS(2227), + [anon_sym_unowned] = ACTIONS(2225), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2227), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2227), + [anon_sym_borrowing] = ACTIONS(2227), + [anon_sym_consuming] = ACTIONS(2227), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2227), + [sym__conjunction_operator_custom] = ACTIONS(2227), + [sym__disjunction_operator_custom] = ACTIONS(2227), + [sym__nil_coalescing_operator_custom] = ACTIONS(2227), + [sym__eq_custom] = ACTIONS(2227), + [sym__eq_eq_custom] = ACTIONS(2227), + [sym__plus_then_ws] = ACTIONS(2227), + [sym__minus_then_ws] = ACTIONS(2227), + [sym__bang_custom] = ACTIONS(2227), + [sym__as_custom] = ACTIONS(2227), + [sym__as_quest_custom] = ACTIONS(2227), + [sym__as_bang_custom] = ACTIONS(2227), + [sym__custom_operator] = ACTIONS(2227), + }, + [STATE(880)] = { + [anon_sym_BANG] = ACTIONS(2415), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2417), + [anon_sym_async] = ACTIONS(2417), + [anon_sym_lazy] = ACTIONS(2417), + [anon_sym_package] = ACTIONS(2417), + [anon_sym_RPAREN] = ACTIONS(2417), + [anon_sym_COMMA] = ACTIONS(2417), + [anon_sym_COLON] = ACTIONS(2417), + [anon_sym_LPAREN] = ACTIONS(2417), + [anon_sym_LBRACK] = ACTIONS(2417), + [anon_sym_RBRACK] = ACTIONS(2417), + [anon_sym_QMARK] = ACTIONS(2415), + [anon_sym_QMARK2] = ACTIONS(2417), + [anon_sym_AMP] = ACTIONS(2417), + [aux_sym_custom_operator_token1] = ACTIONS(2417), + [anon_sym_LT] = ACTIONS(2415), + [anon_sym_GT] = ACTIONS(2415), + [anon_sym_LBRACE] = ACTIONS(2417), + [anon_sym_CARET_LBRACE] = ACTIONS(2417), + [anon_sym_RBRACE] = ACTIONS(2417), + [anon_sym_case] = ACTIONS(2417), + [anon_sym_PLUS_EQ] = ACTIONS(2417), + [anon_sym_DASH_EQ] = ACTIONS(2417), + [anon_sym_STAR_EQ] = ACTIONS(2417), + [anon_sym_SLASH_EQ] = ACTIONS(2417), + [anon_sym_PERCENT_EQ] = ACTIONS(2417), + [anon_sym_BANG_EQ] = ACTIONS(2415), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2417), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2417), + [anon_sym_LT_EQ] = ACTIONS(2417), + [anon_sym_GT_EQ] = ACTIONS(2417), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2417), + [anon_sym_DOT_DOT_LT] = ACTIONS(2417), + [anon_sym_is] = ACTIONS(2417), + [anon_sym_PLUS] = ACTIONS(2415), + [anon_sym_DASH] = ACTIONS(2415), + [anon_sym_STAR] = ACTIONS(2415), + [anon_sym_SLASH] = ACTIONS(2415), + [anon_sym_PERCENT] = ACTIONS(2415), + [anon_sym_PLUS_PLUS] = ACTIONS(2417), + [anon_sym_DASH_DASH] = ACTIONS(2417), + [anon_sym_PIPE] = ACTIONS(2417), + [anon_sym_CARET] = ACTIONS(2415), + [anon_sym_LT_LT] = ACTIONS(2417), + [anon_sym_GT_GT] = ACTIONS(2417), + [anon_sym_import] = ACTIONS(2417), + [anon_sym_typealias] = ACTIONS(2417), + [anon_sym_struct] = ACTIONS(2417), + [anon_sym_class] = ACTIONS(2417), + [anon_sym_enum] = ACTIONS(2417), + [anon_sym_protocol] = ACTIONS(2417), + [anon_sym_let] = ACTIONS(2417), + [anon_sym_var] = ACTIONS(2417), + [anon_sym_func] = ACTIONS(2417), + [anon_sym_extension] = ACTIONS(2417), + [anon_sym_indirect] = ACTIONS(2417), + [anon_sym_SEMI] = ACTIONS(2417), + [anon_sym_init] = ACTIONS(2417), + [anon_sym_deinit] = ACTIONS(2417), + [anon_sym_subscript] = ACTIONS(2417), + [anon_sym_prefix] = ACTIONS(2417), + [anon_sym_infix] = ACTIONS(2417), + [anon_sym_postfix] = ACTIONS(2417), + [anon_sym_precedencegroup] = ACTIONS(2417), + [anon_sym_associatedtype] = ACTIONS(2417), + [anon_sym_AT] = ACTIONS(2415), + [anon_sym_override] = ACTIONS(2417), + [anon_sym_convenience] = ACTIONS(2417), + [anon_sym_required] = ACTIONS(2417), + [anon_sym_nonisolated] = ACTIONS(2417), + [anon_sym_public] = ACTIONS(2417), + [anon_sym_private] = ACTIONS(2417), + [anon_sym_internal] = ACTIONS(2417), + [anon_sym_fileprivate] = ACTIONS(2417), + [anon_sym_open] = ACTIONS(2417), + [anon_sym_mutating] = ACTIONS(2417), + [anon_sym_nonmutating] = ACTIONS(2417), + [anon_sym_static] = ACTIONS(2417), + [anon_sym_dynamic] = ACTIONS(2417), + [anon_sym_optional] = ACTIONS(2417), + [anon_sym_distributed] = ACTIONS(2417), + [anon_sym_final] = ACTIONS(2417), + [anon_sym_inout] = ACTIONS(2417), + [anon_sym_ATescaping] = ACTIONS(2417), + [anon_sym_ATautoclosure] = ACTIONS(2417), + [anon_sym_weak] = ACTIONS(2417), + [anon_sym_unowned] = ACTIONS(2415), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2417), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2417), + [anon_sym_borrowing] = ACTIONS(2417), + [anon_sym_consuming] = ACTIONS(2417), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2417), + [sym__conjunction_operator_custom] = ACTIONS(2417), + [sym__disjunction_operator_custom] = ACTIONS(2417), + [sym__nil_coalescing_operator_custom] = ACTIONS(2417), + [sym__eq_custom] = ACTIONS(2417), + [sym__eq_eq_custom] = ACTIONS(2417), + [sym__plus_then_ws] = ACTIONS(2417), + [sym__minus_then_ws] = ACTIONS(2417), + [sym__bang_custom] = ACTIONS(2417), + [sym_else] = ACTIONS(2417), + [sym__as_custom] = ACTIONS(2417), + [sym__as_quest_custom] = ACTIONS(2417), + [sym__as_bang_custom] = ACTIONS(2417), + [sym__custom_operator] = ACTIONS(2417), + }, + [STATE(881)] = { + [anon_sym_BANG] = ACTIONS(2338), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2340), + [anon_sym_async] = ACTIONS(2340), + [anon_sym_lazy] = ACTIONS(2340), + [anon_sym_package] = ACTIONS(2340), + [anon_sym_RPAREN] = ACTIONS(2340), + [anon_sym_COMMA] = ACTIONS(2340), + [anon_sym_COLON] = ACTIONS(2340), + [anon_sym_LPAREN] = ACTIONS(2340), + [anon_sym_LBRACK] = ACTIONS(2340), + [anon_sym_RBRACK] = ACTIONS(2340), + [anon_sym_QMARK] = ACTIONS(2338), + [anon_sym_QMARK2] = ACTIONS(2340), + [anon_sym_AMP] = ACTIONS(2340), + [aux_sym_custom_operator_token1] = ACTIONS(2340), + [anon_sym_LT] = ACTIONS(2338), + [anon_sym_GT] = ACTIONS(2338), + [anon_sym_LBRACE] = ACTIONS(2340), + [anon_sym_CARET_LBRACE] = ACTIONS(2340), + [anon_sym_RBRACE] = ACTIONS(2340), + [anon_sym_case] = ACTIONS(2340), + [anon_sym_PLUS_EQ] = ACTIONS(2340), + [anon_sym_DASH_EQ] = ACTIONS(2340), + [anon_sym_STAR_EQ] = ACTIONS(2340), + [anon_sym_SLASH_EQ] = ACTIONS(2340), + [anon_sym_PERCENT_EQ] = ACTIONS(2340), + [anon_sym_BANG_EQ] = ACTIONS(2338), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2340), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2340), + [anon_sym_LT_EQ] = ACTIONS(2340), + [anon_sym_GT_EQ] = ACTIONS(2340), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2340), + [anon_sym_DOT_DOT_LT] = ACTIONS(2340), + [anon_sym_is] = ACTIONS(2340), + [anon_sym_PLUS] = ACTIONS(2338), + [anon_sym_DASH] = ACTIONS(2338), + [anon_sym_STAR] = ACTIONS(2338), + [anon_sym_SLASH] = ACTIONS(2338), + [anon_sym_PERCENT] = ACTIONS(2338), + [anon_sym_PLUS_PLUS] = ACTIONS(2340), + [anon_sym_DASH_DASH] = ACTIONS(2340), + [anon_sym_PIPE] = ACTIONS(2340), + [anon_sym_CARET] = ACTIONS(2338), + [anon_sym_LT_LT] = ACTIONS(2340), + [anon_sym_GT_GT] = ACTIONS(2340), + [anon_sym_import] = ACTIONS(2340), + [anon_sym_typealias] = ACTIONS(2340), + [anon_sym_struct] = ACTIONS(2340), + [anon_sym_class] = ACTIONS(2340), + [anon_sym_enum] = ACTIONS(2340), + [anon_sym_protocol] = ACTIONS(2340), + [anon_sym_let] = ACTIONS(2340), + [anon_sym_var] = ACTIONS(2340), + [anon_sym_func] = ACTIONS(2340), + [anon_sym_extension] = ACTIONS(2340), + [anon_sym_indirect] = ACTIONS(2340), + [anon_sym_SEMI] = ACTIONS(2340), + [anon_sym_init] = ACTIONS(2340), + [anon_sym_deinit] = ACTIONS(2340), + [anon_sym_subscript] = ACTIONS(2340), + [anon_sym_prefix] = ACTIONS(2340), + [anon_sym_infix] = ACTIONS(2340), + [anon_sym_postfix] = ACTIONS(2340), + [anon_sym_precedencegroup] = ACTIONS(2340), + [anon_sym_associatedtype] = ACTIONS(2340), + [anon_sym_AT] = ACTIONS(2338), + [anon_sym_override] = ACTIONS(2340), + [anon_sym_convenience] = ACTIONS(2340), + [anon_sym_required] = ACTIONS(2340), + [anon_sym_nonisolated] = ACTIONS(2340), + [anon_sym_public] = ACTIONS(2340), + [anon_sym_private] = ACTIONS(2340), + [anon_sym_internal] = ACTIONS(2340), + [anon_sym_fileprivate] = ACTIONS(2340), + [anon_sym_open] = ACTIONS(2340), + [anon_sym_mutating] = ACTIONS(2340), + [anon_sym_nonmutating] = ACTIONS(2340), + [anon_sym_static] = ACTIONS(2340), + [anon_sym_dynamic] = ACTIONS(2340), + [anon_sym_optional] = ACTIONS(2340), + [anon_sym_distributed] = ACTIONS(2340), + [anon_sym_final] = ACTIONS(2340), + [anon_sym_inout] = ACTIONS(2340), + [anon_sym_ATescaping] = ACTIONS(2340), + [anon_sym_ATautoclosure] = ACTIONS(2340), + [anon_sym_weak] = ACTIONS(2340), + [anon_sym_unowned] = ACTIONS(2338), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2340), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2340), + [anon_sym_borrowing] = ACTIONS(2340), + [anon_sym_consuming] = ACTIONS(2340), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2340), + [sym__conjunction_operator_custom] = ACTIONS(2340), + [sym__disjunction_operator_custom] = ACTIONS(2340), + [sym__nil_coalescing_operator_custom] = ACTIONS(2340), + [sym__eq_custom] = ACTIONS(2340), + [sym__eq_eq_custom] = ACTIONS(2340), + [sym__plus_then_ws] = ACTIONS(2340), + [sym__minus_then_ws] = ACTIONS(2340), + [sym__bang_custom] = ACTIONS(2340), + [sym__as_custom] = ACTIONS(2340), + [sym__as_quest_custom] = ACTIONS(2340), + [sym__as_bang_custom] = ACTIONS(2340), + [sym__custom_operator] = ACTIONS(2340), + }, + [STATE(882)] = { + [anon_sym_BANG] = ACTIONS(2419), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2421), + [anon_sym_async] = ACTIONS(2421), + [anon_sym_lazy] = ACTIONS(2421), + [anon_sym_package] = ACTIONS(2421), + [anon_sym_RPAREN] = ACTIONS(2421), + [anon_sym_COMMA] = ACTIONS(2421), + [anon_sym_COLON] = ACTIONS(2421), + [anon_sym_LPAREN] = ACTIONS(2421), + [anon_sym_LBRACK] = ACTIONS(2421), + [anon_sym_RBRACK] = ACTIONS(2421), + [anon_sym_QMARK] = ACTIONS(2419), + [anon_sym_QMARK2] = ACTIONS(2421), + [anon_sym_AMP] = ACTIONS(2421), + [aux_sym_custom_operator_token1] = ACTIONS(2421), + [anon_sym_LT] = ACTIONS(2419), + [anon_sym_GT] = ACTIONS(2419), + [anon_sym_LBRACE] = ACTIONS(2421), + [anon_sym_CARET_LBRACE] = ACTIONS(2421), + [anon_sym_RBRACE] = ACTIONS(2421), + [anon_sym_case] = ACTIONS(2421), + [anon_sym_PLUS_EQ] = ACTIONS(2421), + [anon_sym_DASH_EQ] = ACTIONS(2421), + [anon_sym_STAR_EQ] = ACTIONS(2421), + [anon_sym_SLASH_EQ] = ACTIONS(2421), + [anon_sym_PERCENT_EQ] = ACTIONS(2421), + [anon_sym_BANG_EQ] = ACTIONS(2419), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2421), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2421), + [anon_sym_LT_EQ] = ACTIONS(2421), + [anon_sym_GT_EQ] = ACTIONS(2421), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2421), + [anon_sym_DOT_DOT_LT] = ACTIONS(2421), + [anon_sym_is] = ACTIONS(2421), + [anon_sym_PLUS] = ACTIONS(2419), + [anon_sym_DASH] = ACTIONS(2419), + [anon_sym_STAR] = ACTIONS(2419), + [anon_sym_SLASH] = ACTIONS(2419), + [anon_sym_PERCENT] = ACTIONS(2419), + [anon_sym_PLUS_PLUS] = ACTIONS(2421), + [anon_sym_DASH_DASH] = ACTIONS(2421), + [anon_sym_PIPE] = ACTIONS(2421), + [anon_sym_CARET] = ACTIONS(2419), + [anon_sym_LT_LT] = ACTIONS(2421), + [anon_sym_GT_GT] = ACTIONS(2421), + [anon_sym_import] = ACTIONS(2421), + [anon_sym_typealias] = ACTIONS(2421), + [anon_sym_struct] = ACTIONS(2421), + [anon_sym_class] = ACTIONS(2421), + [anon_sym_enum] = ACTIONS(2421), + [anon_sym_protocol] = ACTIONS(2421), + [anon_sym_let] = ACTIONS(2421), + [anon_sym_var] = ACTIONS(2421), + [anon_sym_func] = ACTIONS(2421), + [anon_sym_extension] = ACTIONS(2421), + [anon_sym_indirect] = ACTIONS(2421), + [anon_sym_SEMI] = ACTIONS(2421), + [anon_sym_init] = ACTIONS(2421), + [anon_sym_deinit] = ACTIONS(2421), + [anon_sym_subscript] = ACTIONS(2421), + [anon_sym_prefix] = ACTIONS(2421), + [anon_sym_infix] = ACTIONS(2421), + [anon_sym_postfix] = ACTIONS(2421), + [anon_sym_precedencegroup] = ACTIONS(2421), + [anon_sym_associatedtype] = ACTIONS(2421), + [anon_sym_AT] = ACTIONS(2419), + [anon_sym_override] = ACTIONS(2421), + [anon_sym_convenience] = ACTIONS(2421), + [anon_sym_required] = ACTIONS(2421), + [anon_sym_nonisolated] = ACTIONS(2421), + [anon_sym_public] = ACTIONS(2421), + [anon_sym_private] = ACTIONS(2421), + [anon_sym_internal] = ACTIONS(2421), + [anon_sym_fileprivate] = ACTIONS(2421), + [anon_sym_open] = ACTIONS(2421), + [anon_sym_mutating] = ACTIONS(2421), + [anon_sym_nonmutating] = ACTIONS(2421), + [anon_sym_static] = ACTIONS(2421), + [anon_sym_dynamic] = ACTIONS(2421), + [anon_sym_optional] = ACTIONS(2421), + [anon_sym_distributed] = ACTIONS(2421), + [anon_sym_final] = ACTIONS(2421), + [anon_sym_inout] = ACTIONS(2421), + [anon_sym_ATescaping] = ACTIONS(2421), + [anon_sym_ATautoclosure] = ACTIONS(2421), + [anon_sym_weak] = ACTIONS(2421), + [anon_sym_unowned] = ACTIONS(2419), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2421), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2421), + [anon_sym_borrowing] = ACTIONS(2421), + [anon_sym_consuming] = ACTIONS(2421), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2421), + [sym__conjunction_operator_custom] = ACTIONS(2421), + [sym__disjunction_operator_custom] = ACTIONS(2421), + [sym__nil_coalescing_operator_custom] = ACTIONS(2421), + [sym__eq_custom] = ACTIONS(2421), + [sym__eq_eq_custom] = ACTIONS(2421), + [sym__plus_then_ws] = ACTIONS(2421), + [sym__minus_then_ws] = ACTIONS(2421), + [sym__bang_custom] = ACTIONS(2421), + [sym__as_custom] = ACTIONS(2421), + [sym__as_quest_custom] = ACTIONS(2421), + [sym__as_bang_custom] = ACTIONS(2421), + [sym__custom_operator] = ACTIONS(2421), + }, + [STATE(883)] = { + [anon_sym_BANG] = ACTIONS(2325), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2327), + [anon_sym_async] = ACTIONS(2327), + [anon_sym_lazy] = ACTIONS(2327), + [anon_sym_package] = ACTIONS(2327), + [anon_sym_RPAREN] = ACTIONS(2327), + [anon_sym_COMMA] = ACTIONS(2327), + [anon_sym_COLON] = ACTIONS(2327), + [anon_sym_LPAREN] = ACTIONS(2327), + [anon_sym_LBRACK] = ACTIONS(2327), + [anon_sym_RBRACK] = ACTIONS(2327), + [anon_sym_QMARK] = ACTIONS(2325), + [anon_sym_QMARK2] = ACTIONS(2327), + [anon_sym_AMP] = ACTIONS(2327), + [aux_sym_custom_operator_token1] = ACTIONS(2327), + [anon_sym_LT] = ACTIONS(2325), + [anon_sym_GT] = ACTIONS(2325), + [anon_sym_LBRACE] = ACTIONS(2327), + [anon_sym_CARET_LBRACE] = ACTIONS(2327), + [anon_sym_RBRACE] = ACTIONS(2327), + [anon_sym_case] = ACTIONS(2327), + [anon_sym_PLUS_EQ] = ACTIONS(2327), + [anon_sym_DASH_EQ] = ACTIONS(2327), + [anon_sym_STAR_EQ] = ACTIONS(2327), + [anon_sym_SLASH_EQ] = ACTIONS(2327), + [anon_sym_PERCENT_EQ] = ACTIONS(2327), + [anon_sym_BANG_EQ] = ACTIONS(2325), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2327), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2327), + [anon_sym_LT_EQ] = ACTIONS(2327), + [anon_sym_GT_EQ] = ACTIONS(2327), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2327), + [anon_sym_DOT_DOT_LT] = ACTIONS(2327), + [anon_sym_is] = ACTIONS(2327), + [anon_sym_PLUS] = ACTIONS(2325), + [anon_sym_DASH] = ACTIONS(2325), + [anon_sym_STAR] = ACTIONS(2325), + [anon_sym_SLASH] = ACTIONS(2325), + [anon_sym_PERCENT] = ACTIONS(2325), + [anon_sym_PLUS_PLUS] = ACTIONS(2327), + [anon_sym_DASH_DASH] = ACTIONS(2327), + [anon_sym_PIPE] = ACTIONS(2327), + [anon_sym_CARET] = ACTIONS(2325), + [anon_sym_LT_LT] = ACTIONS(2327), + [anon_sym_GT_GT] = ACTIONS(2327), + [anon_sym_import] = ACTIONS(2327), + [anon_sym_typealias] = ACTIONS(2327), + [anon_sym_struct] = ACTIONS(2327), + [anon_sym_class] = ACTIONS(2327), + [anon_sym_enum] = ACTIONS(2327), + [anon_sym_protocol] = ACTIONS(2327), + [anon_sym_let] = ACTIONS(2327), + [anon_sym_var] = ACTIONS(2327), + [anon_sym_func] = ACTIONS(2327), + [anon_sym_extension] = ACTIONS(2327), + [anon_sym_indirect] = ACTIONS(2327), + [anon_sym_SEMI] = ACTIONS(2327), + [anon_sym_init] = ACTIONS(2327), + [anon_sym_deinit] = ACTIONS(2327), + [anon_sym_subscript] = ACTIONS(2327), + [anon_sym_prefix] = ACTIONS(2327), + [anon_sym_infix] = ACTIONS(2327), + [anon_sym_postfix] = ACTIONS(2327), + [anon_sym_precedencegroup] = ACTIONS(2327), + [anon_sym_associatedtype] = ACTIONS(2327), + [anon_sym_AT] = ACTIONS(2325), + [anon_sym_override] = ACTIONS(2327), + [anon_sym_convenience] = ACTIONS(2327), + [anon_sym_required] = ACTIONS(2327), + [anon_sym_nonisolated] = ACTIONS(2327), + [anon_sym_public] = ACTIONS(2327), + [anon_sym_private] = ACTIONS(2327), + [anon_sym_internal] = ACTIONS(2327), + [anon_sym_fileprivate] = ACTIONS(2327), + [anon_sym_open] = ACTIONS(2327), + [anon_sym_mutating] = ACTIONS(2327), + [anon_sym_nonmutating] = ACTIONS(2327), + [anon_sym_static] = ACTIONS(2327), + [anon_sym_dynamic] = ACTIONS(2327), + [anon_sym_optional] = ACTIONS(2327), + [anon_sym_distributed] = ACTIONS(2327), + [anon_sym_final] = ACTIONS(2327), + [anon_sym_inout] = ACTIONS(2327), + [anon_sym_ATescaping] = ACTIONS(2327), + [anon_sym_ATautoclosure] = ACTIONS(2327), + [anon_sym_weak] = ACTIONS(2327), + [anon_sym_unowned] = ACTIONS(2325), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2327), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2327), + [anon_sym_borrowing] = ACTIONS(2327), + [anon_sym_consuming] = ACTIONS(2327), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2327), + [sym__conjunction_operator_custom] = ACTIONS(2327), + [sym__disjunction_operator_custom] = ACTIONS(2327), + [sym__nil_coalescing_operator_custom] = ACTIONS(2327), + [sym__eq_custom] = ACTIONS(2327), + [sym__eq_eq_custom] = ACTIONS(2327), + [sym__plus_then_ws] = ACTIONS(2327), + [sym__minus_then_ws] = ACTIONS(2327), + [sym__bang_custom] = ACTIONS(2327), + [sym__as_custom] = ACTIONS(2327), + [sym__as_quest_custom] = ACTIONS(2327), + [sym__as_bang_custom] = ACTIONS(2327), + [sym__custom_operator] = ACTIONS(2327), + }, + [STATE(884)] = { + [anon_sym_BANG] = ACTIONS(2423), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2425), + [anon_sym_async] = ACTIONS(2425), + [anon_sym_lazy] = ACTIONS(2425), + [anon_sym_package] = ACTIONS(2425), + [anon_sym_RPAREN] = ACTIONS(2425), + [anon_sym_COMMA] = ACTIONS(2425), + [anon_sym_COLON] = ACTIONS(2425), + [anon_sym_LPAREN] = ACTIONS(2425), + [anon_sym_LBRACK] = ACTIONS(2425), + [anon_sym_RBRACK] = ACTIONS(2425), + [anon_sym_QMARK] = ACTIONS(2423), + [anon_sym_QMARK2] = ACTIONS(2425), + [anon_sym_AMP] = ACTIONS(2425), + [aux_sym_custom_operator_token1] = ACTIONS(2425), + [anon_sym_LT] = ACTIONS(2423), + [anon_sym_GT] = ACTIONS(2423), + [anon_sym_LBRACE] = ACTIONS(2425), + [anon_sym_CARET_LBRACE] = ACTIONS(2425), + [anon_sym_RBRACE] = ACTIONS(2425), + [anon_sym_case] = ACTIONS(2425), + [anon_sym_PLUS_EQ] = ACTIONS(2425), + [anon_sym_DASH_EQ] = ACTIONS(2425), + [anon_sym_STAR_EQ] = ACTIONS(2425), + [anon_sym_SLASH_EQ] = ACTIONS(2425), + [anon_sym_PERCENT_EQ] = ACTIONS(2425), + [anon_sym_BANG_EQ] = ACTIONS(2423), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2425), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2425), + [anon_sym_LT_EQ] = ACTIONS(2425), + [anon_sym_GT_EQ] = ACTIONS(2425), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2425), + [anon_sym_DOT_DOT_LT] = ACTIONS(2425), + [anon_sym_is] = ACTIONS(2425), + [anon_sym_PLUS] = ACTIONS(2423), + [anon_sym_DASH] = ACTIONS(2423), + [anon_sym_STAR] = ACTIONS(2423), + [anon_sym_SLASH] = ACTIONS(2423), + [anon_sym_PERCENT] = ACTIONS(2423), + [anon_sym_PLUS_PLUS] = ACTIONS(2425), + [anon_sym_DASH_DASH] = ACTIONS(2425), + [anon_sym_PIPE] = ACTIONS(2425), + [anon_sym_CARET] = ACTIONS(2423), + [anon_sym_LT_LT] = ACTIONS(2425), + [anon_sym_GT_GT] = ACTIONS(2425), + [anon_sym_import] = ACTIONS(2425), + [anon_sym_typealias] = ACTIONS(2425), + [anon_sym_struct] = ACTIONS(2425), + [anon_sym_class] = ACTIONS(2425), + [anon_sym_enum] = ACTIONS(2425), + [anon_sym_protocol] = ACTIONS(2425), + [anon_sym_let] = ACTIONS(2425), + [anon_sym_var] = ACTIONS(2425), + [anon_sym_func] = ACTIONS(2425), + [anon_sym_extension] = ACTIONS(2425), + [anon_sym_indirect] = ACTIONS(2425), + [anon_sym_SEMI] = ACTIONS(2425), + [anon_sym_init] = ACTIONS(2425), + [anon_sym_deinit] = ACTIONS(2425), + [anon_sym_subscript] = ACTIONS(2425), + [anon_sym_prefix] = ACTIONS(2425), + [anon_sym_infix] = ACTIONS(2425), + [anon_sym_postfix] = ACTIONS(2425), + [anon_sym_precedencegroup] = ACTIONS(2425), + [anon_sym_associatedtype] = ACTIONS(2425), + [anon_sym_AT] = ACTIONS(2423), + [anon_sym_override] = ACTIONS(2425), + [anon_sym_convenience] = ACTIONS(2425), + [anon_sym_required] = ACTIONS(2425), + [anon_sym_nonisolated] = ACTIONS(2425), + [anon_sym_public] = ACTIONS(2425), + [anon_sym_private] = ACTIONS(2425), + [anon_sym_internal] = ACTIONS(2425), + [anon_sym_fileprivate] = ACTIONS(2425), + [anon_sym_open] = ACTIONS(2425), + [anon_sym_mutating] = ACTIONS(2425), + [anon_sym_nonmutating] = ACTIONS(2425), + [anon_sym_static] = ACTIONS(2425), + [anon_sym_dynamic] = ACTIONS(2425), + [anon_sym_optional] = ACTIONS(2425), + [anon_sym_distributed] = ACTIONS(2425), + [anon_sym_final] = ACTIONS(2425), + [anon_sym_inout] = ACTIONS(2425), + [anon_sym_ATescaping] = ACTIONS(2425), + [anon_sym_ATautoclosure] = ACTIONS(2425), + [anon_sym_weak] = ACTIONS(2425), + [anon_sym_unowned] = ACTIONS(2423), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2425), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2425), + [anon_sym_borrowing] = ACTIONS(2425), + [anon_sym_consuming] = ACTIONS(2425), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2425), + [sym__conjunction_operator_custom] = ACTIONS(2425), + [sym__disjunction_operator_custom] = ACTIONS(2425), + [sym__nil_coalescing_operator_custom] = ACTIONS(2425), + [sym__eq_custom] = ACTIONS(2425), + [sym__eq_eq_custom] = ACTIONS(2425), + [sym__plus_then_ws] = ACTIONS(2425), + [sym__minus_then_ws] = ACTIONS(2425), + [sym__bang_custom] = ACTIONS(2425), + [sym__as_custom] = ACTIONS(2425), + [sym__as_quest_custom] = ACTIONS(2425), + [sym__as_bang_custom] = ACTIONS(2425), + [sym__custom_operator] = ACTIONS(2425), + }, + [STATE(885)] = { + [anon_sym_BANG] = ACTIONS(2427), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2429), + [anon_sym_async] = ACTIONS(2429), + [anon_sym_lazy] = ACTIONS(2429), + [anon_sym_package] = ACTIONS(2429), + [anon_sym_RPAREN] = ACTIONS(2429), + [anon_sym_COMMA] = ACTIONS(2429), + [anon_sym_COLON] = ACTIONS(2429), + [anon_sym_LPAREN] = ACTIONS(2429), + [anon_sym_LBRACK] = ACTIONS(2429), + [anon_sym_RBRACK] = ACTIONS(2429), + [anon_sym_QMARK] = ACTIONS(2427), + [anon_sym_QMARK2] = ACTIONS(2429), + [anon_sym_AMP] = ACTIONS(2429), + [aux_sym_custom_operator_token1] = ACTIONS(2429), + [anon_sym_LT] = ACTIONS(2427), + [anon_sym_GT] = ACTIONS(2427), + [anon_sym_LBRACE] = ACTIONS(2429), + [anon_sym_CARET_LBRACE] = ACTIONS(2429), + [anon_sym_RBRACE] = ACTIONS(2429), + [anon_sym_case] = ACTIONS(2429), + [anon_sym_PLUS_EQ] = ACTIONS(2429), + [anon_sym_DASH_EQ] = ACTIONS(2429), + [anon_sym_STAR_EQ] = ACTIONS(2429), + [anon_sym_SLASH_EQ] = ACTIONS(2429), + [anon_sym_PERCENT_EQ] = ACTIONS(2429), + [anon_sym_BANG_EQ] = ACTIONS(2427), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2429), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2429), + [anon_sym_LT_EQ] = ACTIONS(2429), + [anon_sym_GT_EQ] = ACTIONS(2429), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2429), + [anon_sym_DOT_DOT_LT] = ACTIONS(2429), + [anon_sym_is] = ACTIONS(2429), + [anon_sym_PLUS] = ACTIONS(2427), + [anon_sym_DASH] = ACTIONS(2427), + [anon_sym_STAR] = ACTIONS(2427), + [anon_sym_SLASH] = ACTIONS(2427), + [anon_sym_PERCENT] = ACTIONS(2427), + [anon_sym_PLUS_PLUS] = ACTIONS(2429), + [anon_sym_DASH_DASH] = ACTIONS(2429), + [anon_sym_PIPE] = ACTIONS(2429), + [anon_sym_CARET] = ACTIONS(2427), + [anon_sym_LT_LT] = ACTIONS(2429), + [anon_sym_GT_GT] = ACTIONS(2429), + [anon_sym_import] = ACTIONS(2429), + [anon_sym_typealias] = ACTIONS(2429), + [anon_sym_struct] = ACTIONS(2429), + [anon_sym_class] = ACTIONS(2429), + [anon_sym_enum] = ACTIONS(2429), + [anon_sym_protocol] = ACTIONS(2429), + [anon_sym_let] = ACTIONS(2429), + [anon_sym_var] = ACTIONS(2429), + [anon_sym_func] = ACTIONS(2429), + [anon_sym_extension] = ACTIONS(2429), + [anon_sym_indirect] = ACTIONS(2429), + [anon_sym_SEMI] = ACTIONS(2429), + [anon_sym_init] = ACTIONS(2429), + [anon_sym_deinit] = ACTIONS(2429), + [anon_sym_subscript] = ACTIONS(2429), + [anon_sym_prefix] = ACTIONS(2429), + [anon_sym_infix] = ACTIONS(2429), + [anon_sym_postfix] = ACTIONS(2429), + [anon_sym_precedencegroup] = ACTIONS(2429), + [anon_sym_associatedtype] = ACTIONS(2429), + [anon_sym_AT] = ACTIONS(2427), + [anon_sym_override] = ACTIONS(2429), + [anon_sym_convenience] = ACTIONS(2429), + [anon_sym_required] = ACTIONS(2429), + [anon_sym_nonisolated] = ACTIONS(2429), + [anon_sym_public] = ACTIONS(2429), + [anon_sym_private] = ACTIONS(2429), + [anon_sym_internal] = ACTIONS(2429), + [anon_sym_fileprivate] = ACTIONS(2429), + [anon_sym_open] = ACTIONS(2429), + [anon_sym_mutating] = ACTIONS(2429), + [anon_sym_nonmutating] = ACTIONS(2429), + [anon_sym_static] = ACTIONS(2429), + [anon_sym_dynamic] = ACTIONS(2429), + [anon_sym_optional] = ACTIONS(2429), + [anon_sym_distributed] = ACTIONS(2429), + [anon_sym_final] = ACTIONS(2429), + [anon_sym_inout] = ACTIONS(2429), + [anon_sym_ATescaping] = ACTIONS(2429), + [anon_sym_ATautoclosure] = ACTIONS(2429), + [anon_sym_weak] = ACTIONS(2429), + [anon_sym_unowned] = ACTIONS(2427), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2429), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2429), + [anon_sym_borrowing] = ACTIONS(2429), + [anon_sym_consuming] = ACTIONS(2429), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2429), + [sym__conjunction_operator_custom] = ACTIONS(2429), + [sym__disjunction_operator_custom] = ACTIONS(2429), + [sym__nil_coalescing_operator_custom] = ACTIONS(2429), + [sym__eq_custom] = ACTIONS(2429), + [sym__eq_eq_custom] = ACTIONS(2429), + [sym__plus_then_ws] = ACTIONS(2429), + [sym__minus_then_ws] = ACTIONS(2429), + [sym__bang_custom] = ACTIONS(2429), + [sym__as_custom] = ACTIONS(2429), + [sym__as_quest_custom] = ACTIONS(2429), + [sym__as_bang_custom] = ACTIONS(2429), + [sym__custom_operator] = ACTIONS(2429), + }, + [STATE(886)] = { + [anon_sym_BANG] = ACTIONS(2431), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2433), + [anon_sym_async] = ACTIONS(2433), + [anon_sym_lazy] = ACTIONS(2433), + [anon_sym_package] = ACTIONS(2433), + [anon_sym_RPAREN] = ACTIONS(2433), + [anon_sym_COMMA] = ACTIONS(2433), + [anon_sym_COLON] = ACTIONS(2433), + [anon_sym_LPAREN] = ACTIONS(2433), + [anon_sym_LBRACK] = ACTIONS(2433), + [anon_sym_RBRACK] = ACTIONS(2433), + [anon_sym_QMARK] = ACTIONS(2431), + [anon_sym_QMARK2] = ACTIONS(2433), + [anon_sym_AMP] = ACTIONS(2433), + [aux_sym_custom_operator_token1] = ACTIONS(2433), + [anon_sym_LT] = ACTIONS(2431), + [anon_sym_GT] = ACTIONS(2431), + [anon_sym_LBRACE] = ACTIONS(2433), + [anon_sym_CARET_LBRACE] = ACTIONS(2433), + [anon_sym_RBRACE] = ACTIONS(2433), + [anon_sym_case] = ACTIONS(2433), + [anon_sym_PLUS_EQ] = ACTIONS(2433), + [anon_sym_DASH_EQ] = ACTIONS(2433), + [anon_sym_STAR_EQ] = ACTIONS(2433), + [anon_sym_SLASH_EQ] = ACTIONS(2433), + [anon_sym_PERCENT_EQ] = ACTIONS(2433), + [anon_sym_BANG_EQ] = ACTIONS(2431), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2433), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2433), + [anon_sym_LT_EQ] = ACTIONS(2433), + [anon_sym_GT_EQ] = ACTIONS(2433), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2433), + [anon_sym_DOT_DOT_LT] = ACTIONS(2433), + [anon_sym_is] = ACTIONS(2433), + [anon_sym_PLUS] = ACTIONS(2431), + [anon_sym_DASH] = ACTIONS(2431), + [anon_sym_STAR] = ACTIONS(2431), + [anon_sym_SLASH] = ACTIONS(2431), + [anon_sym_PERCENT] = ACTIONS(2431), + [anon_sym_PLUS_PLUS] = ACTIONS(2433), + [anon_sym_DASH_DASH] = ACTIONS(2433), + [anon_sym_PIPE] = ACTIONS(2433), + [anon_sym_CARET] = ACTIONS(2431), + [anon_sym_LT_LT] = ACTIONS(2433), + [anon_sym_GT_GT] = ACTIONS(2433), + [anon_sym_import] = ACTIONS(2433), + [anon_sym_typealias] = ACTIONS(2433), + [anon_sym_struct] = ACTIONS(2433), + [anon_sym_class] = ACTIONS(2433), + [anon_sym_enum] = ACTIONS(2433), + [anon_sym_protocol] = ACTIONS(2433), + [anon_sym_let] = ACTIONS(2433), + [anon_sym_var] = ACTIONS(2433), + [anon_sym_func] = ACTIONS(2433), + [anon_sym_extension] = ACTIONS(2433), + [anon_sym_indirect] = ACTIONS(2433), + [anon_sym_SEMI] = ACTIONS(2433), + [anon_sym_init] = ACTIONS(2433), + [anon_sym_deinit] = ACTIONS(2433), + [anon_sym_subscript] = ACTIONS(2433), + [anon_sym_prefix] = ACTIONS(2433), + [anon_sym_infix] = ACTIONS(2433), + [anon_sym_postfix] = ACTIONS(2433), + [anon_sym_precedencegroup] = ACTIONS(2433), + [anon_sym_associatedtype] = ACTIONS(2433), + [anon_sym_AT] = ACTIONS(2431), + [anon_sym_override] = ACTIONS(2433), + [anon_sym_convenience] = ACTIONS(2433), + [anon_sym_required] = ACTIONS(2433), + [anon_sym_nonisolated] = ACTIONS(2433), + [anon_sym_public] = ACTIONS(2433), + [anon_sym_private] = ACTIONS(2433), + [anon_sym_internal] = ACTIONS(2433), + [anon_sym_fileprivate] = ACTIONS(2433), + [anon_sym_open] = ACTIONS(2433), + [anon_sym_mutating] = ACTIONS(2433), + [anon_sym_nonmutating] = ACTIONS(2433), + [anon_sym_static] = ACTIONS(2433), + [anon_sym_dynamic] = ACTIONS(2433), + [anon_sym_optional] = ACTIONS(2433), + [anon_sym_distributed] = ACTIONS(2433), + [anon_sym_final] = ACTIONS(2433), + [anon_sym_inout] = ACTIONS(2433), + [anon_sym_ATescaping] = ACTIONS(2433), + [anon_sym_ATautoclosure] = ACTIONS(2433), + [anon_sym_weak] = ACTIONS(2433), + [anon_sym_unowned] = ACTIONS(2431), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2433), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2433), + [anon_sym_borrowing] = ACTIONS(2433), + [anon_sym_consuming] = ACTIONS(2433), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2433), + [sym__conjunction_operator_custom] = ACTIONS(2433), + [sym__disjunction_operator_custom] = ACTIONS(2433), + [sym__nil_coalescing_operator_custom] = ACTIONS(2433), + [sym__eq_custom] = ACTIONS(2433), + [sym__eq_eq_custom] = ACTIONS(2433), + [sym__plus_then_ws] = ACTIONS(2433), + [sym__minus_then_ws] = ACTIONS(2433), + [sym__bang_custom] = ACTIONS(2433), + [sym__as_custom] = ACTIONS(2433), + [sym__as_quest_custom] = ACTIONS(2433), + [sym__as_bang_custom] = ACTIONS(2433), + [sym__custom_operator] = ACTIONS(2433), + }, + [STATE(887)] = { + [anon_sym_BANG] = ACTIONS(2435), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2437), + [anon_sym_async] = ACTIONS(2437), + [anon_sym_lazy] = ACTIONS(2437), + [anon_sym_package] = ACTIONS(2437), + [anon_sym_RPAREN] = ACTIONS(2437), + [anon_sym_COMMA] = ACTIONS(2437), + [anon_sym_COLON] = ACTIONS(2437), + [anon_sym_LPAREN] = ACTIONS(2437), + [anon_sym_LBRACK] = ACTIONS(2437), + [anon_sym_RBRACK] = ACTIONS(2437), + [anon_sym_QMARK] = ACTIONS(2435), + [anon_sym_QMARK2] = ACTIONS(2437), + [anon_sym_AMP] = ACTIONS(2437), + [aux_sym_custom_operator_token1] = ACTIONS(2437), + [anon_sym_LT] = ACTIONS(2435), + [anon_sym_GT] = ACTIONS(2435), + [anon_sym_LBRACE] = ACTIONS(2437), + [anon_sym_CARET_LBRACE] = ACTIONS(2437), + [anon_sym_RBRACE] = ACTIONS(2437), + [anon_sym_case] = ACTIONS(2437), + [anon_sym_PLUS_EQ] = ACTIONS(2437), + [anon_sym_DASH_EQ] = ACTIONS(2437), + [anon_sym_STAR_EQ] = ACTIONS(2437), + [anon_sym_SLASH_EQ] = ACTIONS(2437), + [anon_sym_PERCENT_EQ] = ACTIONS(2437), + [anon_sym_BANG_EQ] = ACTIONS(2435), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2437), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2437), + [anon_sym_LT_EQ] = ACTIONS(2437), + [anon_sym_GT_EQ] = ACTIONS(2437), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2437), + [anon_sym_DOT_DOT_LT] = ACTIONS(2437), + [anon_sym_is] = ACTIONS(2437), + [anon_sym_PLUS] = ACTIONS(2435), + [anon_sym_DASH] = ACTIONS(2435), + [anon_sym_STAR] = ACTIONS(2435), + [anon_sym_SLASH] = ACTIONS(2435), + [anon_sym_PERCENT] = ACTIONS(2435), + [anon_sym_PLUS_PLUS] = ACTIONS(2437), + [anon_sym_DASH_DASH] = ACTIONS(2437), + [anon_sym_PIPE] = ACTIONS(2437), + [anon_sym_CARET] = ACTIONS(2435), + [anon_sym_LT_LT] = ACTIONS(2437), + [anon_sym_GT_GT] = ACTIONS(2437), + [anon_sym_import] = ACTIONS(2437), + [anon_sym_typealias] = ACTIONS(2437), + [anon_sym_struct] = ACTIONS(2437), + [anon_sym_class] = ACTIONS(2437), + [anon_sym_enum] = ACTIONS(2437), + [anon_sym_protocol] = ACTIONS(2437), + [anon_sym_let] = ACTIONS(2437), + [anon_sym_var] = ACTIONS(2437), + [anon_sym_func] = ACTIONS(2437), + [anon_sym_extension] = ACTIONS(2437), + [anon_sym_indirect] = ACTIONS(2437), + [anon_sym_SEMI] = ACTIONS(2437), + [anon_sym_init] = ACTIONS(2437), + [anon_sym_deinit] = ACTIONS(2437), + [anon_sym_subscript] = ACTIONS(2437), + [anon_sym_prefix] = ACTIONS(2437), + [anon_sym_infix] = ACTIONS(2437), + [anon_sym_postfix] = ACTIONS(2437), + [anon_sym_precedencegroup] = ACTIONS(2437), + [anon_sym_associatedtype] = ACTIONS(2437), + [anon_sym_AT] = ACTIONS(2435), + [anon_sym_override] = ACTIONS(2437), + [anon_sym_convenience] = ACTIONS(2437), + [anon_sym_required] = ACTIONS(2437), + [anon_sym_nonisolated] = ACTIONS(2437), + [anon_sym_public] = ACTIONS(2437), + [anon_sym_private] = ACTIONS(2437), + [anon_sym_internal] = ACTIONS(2437), + [anon_sym_fileprivate] = ACTIONS(2437), + [anon_sym_open] = ACTIONS(2437), + [anon_sym_mutating] = ACTIONS(2437), + [anon_sym_nonmutating] = ACTIONS(2437), + [anon_sym_static] = ACTIONS(2437), + [anon_sym_dynamic] = ACTIONS(2437), + [anon_sym_optional] = ACTIONS(2437), + [anon_sym_distributed] = ACTIONS(2437), + [anon_sym_final] = ACTIONS(2437), + [anon_sym_inout] = ACTIONS(2437), + [anon_sym_ATescaping] = ACTIONS(2437), + [anon_sym_ATautoclosure] = ACTIONS(2437), + [anon_sym_weak] = ACTIONS(2437), + [anon_sym_unowned] = ACTIONS(2435), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2437), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2437), + [anon_sym_borrowing] = ACTIONS(2437), + [anon_sym_consuming] = ACTIONS(2437), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2437), + [sym__conjunction_operator_custom] = ACTIONS(2437), + [sym__disjunction_operator_custom] = ACTIONS(2437), + [sym__nil_coalescing_operator_custom] = ACTIONS(2437), + [sym__eq_custom] = ACTIONS(2437), + [sym__eq_eq_custom] = ACTIONS(2437), + [sym__plus_then_ws] = ACTIONS(2437), + [sym__minus_then_ws] = ACTIONS(2437), + [sym__bang_custom] = ACTIONS(2437), + [sym__as_custom] = ACTIONS(2437), + [sym__as_quest_custom] = ACTIONS(2437), + [sym__as_bang_custom] = ACTIONS(2437), + [sym__custom_operator] = ACTIONS(2437), + }, + [STATE(888)] = { + [anon_sym_BANG] = ACTIONS(2439), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2441), + [anon_sym_async] = ACTIONS(2441), + [anon_sym_lazy] = ACTIONS(2441), + [anon_sym_package] = ACTIONS(2441), + [anon_sym_RPAREN] = ACTIONS(2441), + [anon_sym_COMMA] = ACTIONS(2441), + [anon_sym_COLON] = ACTIONS(2441), + [anon_sym_LPAREN] = ACTIONS(2441), + [anon_sym_LBRACK] = ACTIONS(2441), + [anon_sym_RBRACK] = ACTIONS(2441), + [anon_sym_QMARK] = ACTIONS(2439), + [anon_sym_QMARK2] = ACTIONS(2441), + [anon_sym_AMP] = ACTIONS(2441), + [aux_sym_custom_operator_token1] = ACTIONS(2441), + [anon_sym_LT] = ACTIONS(2439), + [anon_sym_GT] = ACTIONS(2439), + [anon_sym_LBRACE] = ACTIONS(2441), + [anon_sym_CARET_LBRACE] = ACTIONS(2441), + [anon_sym_RBRACE] = ACTIONS(2441), + [anon_sym_case] = ACTIONS(2441), + [anon_sym_PLUS_EQ] = ACTIONS(2441), + [anon_sym_DASH_EQ] = ACTIONS(2441), + [anon_sym_STAR_EQ] = ACTIONS(2441), + [anon_sym_SLASH_EQ] = ACTIONS(2441), + [anon_sym_PERCENT_EQ] = ACTIONS(2441), + [anon_sym_BANG_EQ] = ACTIONS(2439), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2441), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2441), + [anon_sym_LT_EQ] = ACTIONS(2441), + [anon_sym_GT_EQ] = ACTIONS(2441), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2441), + [anon_sym_DOT_DOT_LT] = ACTIONS(2441), + [anon_sym_is] = ACTIONS(2441), + [anon_sym_PLUS] = ACTIONS(2439), + [anon_sym_DASH] = ACTIONS(2439), + [anon_sym_STAR] = ACTIONS(2439), + [anon_sym_SLASH] = ACTIONS(2439), + [anon_sym_PERCENT] = ACTIONS(2439), + [anon_sym_PLUS_PLUS] = ACTIONS(2441), + [anon_sym_DASH_DASH] = ACTIONS(2441), + [anon_sym_PIPE] = ACTIONS(2441), + [anon_sym_CARET] = ACTIONS(2439), + [anon_sym_LT_LT] = ACTIONS(2441), + [anon_sym_GT_GT] = ACTIONS(2441), + [anon_sym_import] = ACTIONS(2441), + [anon_sym_typealias] = ACTIONS(2441), + [anon_sym_struct] = ACTIONS(2441), + [anon_sym_class] = ACTIONS(2441), + [anon_sym_enum] = ACTIONS(2441), + [anon_sym_protocol] = ACTIONS(2441), + [anon_sym_let] = ACTIONS(2441), + [anon_sym_var] = ACTIONS(2441), + [anon_sym_func] = ACTIONS(2441), + [anon_sym_extension] = ACTIONS(2441), + [anon_sym_indirect] = ACTIONS(2441), + [anon_sym_SEMI] = ACTIONS(2441), + [anon_sym_init] = ACTIONS(2441), + [anon_sym_deinit] = ACTIONS(2441), + [anon_sym_subscript] = ACTIONS(2441), + [anon_sym_prefix] = ACTIONS(2441), + [anon_sym_infix] = ACTIONS(2441), + [anon_sym_postfix] = ACTIONS(2441), + [anon_sym_precedencegroup] = ACTIONS(2441), + [anon_sym_associatedtype] = ACTIONS(2441), + [anon_sym_AT] = ACTIONS(2439), + [anon_sym_override] = ACTIONS(2441), + [anon_sym_convenience] = ACTIONS(2441), + [anon_sym_required] = ACTIONS(2441), + [anon_sym_nonisolated] = ACTIONS(2441), + [anon_sym_public] = ACTIONS(2441), + [anon_sym_private] = ACTIONS(2441), + [anon_sym_internal] = ACTIONS(2441), + [anon_sym_fileprivate] = ACTIONS(2441), + [anon_sym_open] = ACTIONS(2441), + [anon_sym_mutating] = ACTIONS(2441), + [anon_sym_nonmutating] = ACTIONS(2441), + [anon_sym_static] = ACTIONS(2441), + [anon_sym_dynamic] = ACTIONS(2441), + [anon_sym_optional] = ACTIONS(2441), + [anon_sym_distributed] = ACTIONS(2441), + [anon_sym_final] = ACTIONS(2441), + [anon_sym_inout] = ACTIONS(2441), + [anon_sym_ATescaping] = ACTIONS(2441), + [anon_sym_ATautoclosure] = ACTIONS(2441), + [anon_sym_weak] = ACTIONS(2441), + [anon_sym_unowned] = ACTIONS(2439), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2441), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2441), + [anon_sym_borrowing] = ACTIONS(2441), + [anon_sym_consuming] = ACTIONS(2441), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2441), + [sym__conjunction_operator_custom] = ACTIONS(2441), + [sym__disjunction_operator_custom] = ACTIONS(2441), + [sym__nil_coalescing_operator_custom] = ACTIONS(2441), + [sym__eq_custom] = ACTIONS(2441), + [sym__eq_eq_custom] = ACTIONS(2441), + [sym__plus_then_ws] = ACTIONS(2441), + [sym__minus_then_ws] = ACTIONS(2441), + [sym__bang_custom] = ACTIONS(2441), + [sym__as_custom] = ACTIONS(2441), + [sym__as_quest_custom] = ACTIONS(2441), + [sym__as_bang_custom] = ACTIONS(2441), + [sym__custom_operator] = ACTIONS(2441), + }, + [STATE(889)] = { + [anon_sym_BANG] = ACTIONS(2443), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2445), + [anon_sym_async] = ACTIONS(2445), + [anon_sym_lazy] = ACTIONS(2445), + [anon_sym_package] = ACTIONS(2445), + [anon_sym_RPAREN] = ACTIONS(2445), + [anon_sym_COMMA] = ACTIONS(2445), + [anon_sym_COLON] = ACTIONS(2445), + [anon_sym_LPAREN] = ACTIONS(2445), + [anon_sym_LBRACK] = ACTIONS(2445), + [anon_sym_RBRACK] = ACTIONS(2445), + [anon_sym_QMARK] = ACTIONS(2443), + [anon_sym_QMARK2] = ACTIONS(2445), + [anon_sym_AMP] = ACTIONS(2445), + [aux_sym_custom_operator_token1] = ACTIONS(2445), + [anon_sym_LT] = ACTIONS(2443), + [anon_sym_GT] = ACTIONS(2443), + [anon_sym_LBRACE] = ACTIONS(2445), + [anon_sym_CARET_LBRACE] = ACTIONS(2445), + [anon_sym_RBRACE] = ACTIONS(2445), + [anon_sym_case] = ACTIONS(2445), + [anon_sym_PLUS_EQ] = ACTIONS(2445), + [anon_sym_DASH_EQ] = ACTIONS(2445), + [anon_sym_STAR_EQ] = ACTIONS(2445), + [anon_sym_SLASH_EQ] = ACTIONS(2445), + [anon_sym_PERCENT_EQ] = ACTIONS(2445), + [anon_sym_BANG_EQ] = ACTIONS(2443), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2445), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2445), + [anon_sym_LT_EQ] = ACTIONS(2445), + [anon_sym_GT_EQ] = ACTIONS(2445), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2445), + [anon_sym_DOT_DOT_LT] = ACTIONS(2445), + [anon_sym_is] = ACTIONS(2445), + [anon_sym_PLUS] = ACTIONS(2443), + [anon_sym_DASH] = ACTIONS(2443), + [anon_sym_STAR] = ACTIONS(2443), + [anon_sym_SLASH] = ACTIONS(2443), + [anon_sym_PERCENT] = ACTIONS(2443), + [anon_sym_PLUS_PLUS] = ACTIONS(2445), + [anon_sym_DASH_DASH] = ACTIONS(2445), + [anon_sym_PIPE] = ACTIONS(2445), + [anon_sym_CARET] = ACTIONS(2443), + [anon_sym_LT_LT] = ACTIONS(2445), + [anon_sym_GT_GT] = ACTIONS(2445), + [anon_sym_import] = ACTIONS(2445), + [anon_sym_typealias] = ACTIONS(2445), + [anon_sym_struct] = ACTIONS(2445), + [anon_sym_class] = ACTIONS(2445), + [anon_sym_enum] = ACTIONS(2445), + [anon_sym_protocol] = ACTIONS(2445), + [anon_sym_let] = ACTIONS(2445), + [anon_sym_var] = ACTIONS(2445), + [anon_sym_func] = ACTIONS(2445), + [anon_sym_extension] = ACTIONS(2445), + [anon_sym_indirect] = ACTIONS(2445), + [anon_sym_SEMI] = ACTIONS(2445), + [anon_sym_init] = ACTIONS(2445), + [anon_sym_deinit] = ACTIONS(2445), + [anon_sym_subscript] = ACTIONS(2445), + [anon_sym_prefix] = ACTIONS(2445), + [anon_sym_infix] = ACTIONS(2445), + [anon_sym_postfix] = ACTIONS(2445), + [anon_sym_precedencegroup] = ACTIONS(2445), + [anon_sym_associatedtype] = ACTIONS(2445), + [anon_sym_AT] = ACTIONS(2443), + [anon_sym_override] = ACTIONS(2445), + [anon_sym_convenience] = ACTIONS(2445), + [anon_sym_required] = ACTIONS(2445), + [anon_sym_nonisolated] = ACTIONS(2445), + [anon_sym_public] = ACTIONS(2445), + [anon_sym_private] = ACTIONS(2445), + [anon_sym_internal] = ACTIONS(2445), + [anon_sym_fileprivate] = ACTIONS(2445), + [anon_sym_open] = ACTIONS(2445), + [anon_sym_mutating] = ACTIONS(2445), + [anon_sym_nonmutating] = ACTIONS(2445), + [anon_sym_static] = ACTIONS(2445), + [anon_sym_dynamic] = ACTIONS(2445), + [anon_sym_optional] = ACTIONS(2445), + [anon_sym_distributed] = ACTIONS(2445), + [anon_sym_final] = ACTIONS(2445), + [anon_sym_inout] = ACTIONS(2445), + [anon_sym_ATescaping] = ACTIONS(2445), + [anon_sym_ATautoclosure] = ACTIONS(2445), + [anon_sym_weak] = ACTIONS(2445), + [anon_sym_unowned] = ACTIONS(2443), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2445), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2445), + [anon_sym_borrowing] = ACTIONS(2445), + [anon_sym_consuming] = ACTIONS(2445), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2445), + [sym__conjunction_operator_custom] = ACTIONS(2445), + [sym__disjunction_operator_custom] = ACTIONS(2445), + [sym__nil_coalescing_operator_custom] = ACTIONS(2445), + [sym__eq_custom] = ACTIONS(2445), + [sym__eq_eq_custom] = ACTIONS(2445), + [sym__plus_then_ws] = ACTIONS(2445), + [sym__minus_then_ws] = ACTIONS(2445), + [sym__bang_custom] = ACTIONS(2445), + [sym__as_custom] = ACTIONS(2445), + [sym__as_quest_custom] = ACTIONS(2445), + [sym__as_bang_custom] = ACTIONS(2445), + [sym__custom_operator] = ACTIONS(2445), + }, + [STATE(890)] = { + [anon_sym_BANG] = ACTIONS(2447), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2449), + [anon_sym_async] = ACTIONS(2449), + [anon_sym_lazy] = ACTIONS(2449), + [anon_sym_package] = ACTIONS(2449), + [anon_sym_RPAREN] = ACTIONS(2449), + [anon_sym_COMMA] = ACTIONS(2449), + [anon_sym_COLON] = ACTIONS(2449), + [anon_sym_LPAREN] = ACTIONS(2449), + [anon_sym_LBRACK] = ACTIONS(2449), + [anon_sym_RBRACK] = ACTIONS(2449), + [anon_sym_QMARK] = ACTIONS(2447), + [anon_sym_QMARK2] = ACTIONS(2449), + [anon_sym_AMP] = ACTIONS(2449), + [aux_sym_custom_operator_token1] = ACTIONS(2449), + [anon_sym_LT] = ACTIONS(2447), + [anon_sym_GT] = ACTIONS(2447), + [anon_sym_LBRACE] = ACTIONS(2449), + [anon_sym_CARET_LBRACE] = ACTIONS(2449), + [anon_sym_RBRACE] = ACTIONS(2449), + [anon_sym_case] = ACTIONS(2449), + [anon_sym_PLUS_EQ] = ACTIONS(2449), + [anon_sym_DASH_EQ] = ACTIONS(2449), + [anon_sym_STAR_EQ] = ACTIONS(2449), + [anon_sym_SLASH_EQ] = ACTIONS(2449), + [anon_sym_PERCENT_EQ] = ACTIONS(2449), + [anon_sym_BANG_EQ] = ACTIONS(2447), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2449), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2449), + [anon_sym_LT_EQ] = ACTIONS(2449), + [anon_sym_GT_EQ] = ACTIONS(2449), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2449), + [anon_sym_DOT_DOT_LT] = ACTIONS(2449), + [anon_sym_is] = ACTIONS(2449), + [anon_sym_PLUS] = ACTIONS(2447), + [anon_sym_DASH] = ACTIONS(2447), + [anon_sym_STAR] = ACTIONS(2447), + [anon_sym_SLASH] = ACTIONS(2447), + [anon_sym_PERCENT] = ACTIONS(2447), + [anon_sym_PLUS_PLUS] = ACTIONS(2449), + [anon_sym_DASH_DASH] = ACTIONS(2449), + [anon_sym_PIPE] = ACTIONS(2449), + [anon_sym_CARET] = ACTIONS(2447), + [anon_sym_LT_LT] = ACTIONS(2449), + [anon_sym_GT_GT] = ACTIONS(2449), + [anon_sym_import] = ACTIONS(2449), + [anon_sym_typealias] = ACTIONS(2449), + [anon_sym_struct] = ACTIONS(2449), + [anon_sym_class] = ACTIONS(2449), + [anon_sym_enum] = ACTIONS(2449), + [anon_sym_protocol] = ACTIONS(2449), + [anon_sym_let] = ACTIONS(2449), + [anon_sym_var] = ACTIONS(2449), + [anon_sym_func] = ACTIONS(2449), + [anon_sym_extension] = ACTIONS(2449), + [anon_sym_indirect] = ACTIONS(2449), + [anon_sym_SEMI] = ACTIONS(2449), + [anon_sym_init] = ACTIONS(2449), + [anon_sym_deinit] = ACTIONS(2449), + [anon_sym_subscript] = ACTIONS(2449), + [anon_sym_prefix] = ACTIONS(2449), + [anon_sym_infix] = ACTIONS(2449), + [anon_sym_postfix] = ACTIONS(2449), + [anon_sym_precedencegroup] = ACTIONS(2449), + [anon_sym_associatedtype] = ACTIONS(2449), + [anon_sym_AT] = ACTIONS(2447), + [anon_sym_override] = ACTIONS(2449), + [anon_sym_convenience] = ACTIONS(2449), + [anon_sym_required] = ACTIONS(2449), + [anon_sym_nonisolated] = ACTIONS(2449), + [anon_sym_public] = ACTIONS(2449), + [anon_sym_private] = ACTIONS(2449), + [anon_sym_internal] = ACTIONS(2449), + [anon_sym_fileprivate] = ACTIONS(2449), + [anon_sym_open] = ACTIONS(2449), + [anon_sym_mutating] = ACTIONS(2449), + [anon_sym_nonmutating] = ACTIONS(2449), + [anon_sym_static] = ACTIONS(2449), + [anon_sym_dynamic] = ACTIONS(2449), + [anon_sym_optional] = ACTIONS(2449), + [anon_sym_distributed] = ACTIONS(2449), + [anon_sym_final] = ACTIONS(2449), + [anon_sym_inout] = ACTIONS(2449), + [anon_sym_ATescaping] = ACTIONS(2449), + [anon_sym_ATautoclosure] = ACTIONS(2449), + [anon_sym_weak] = ACTIONS(2449), + [anon_sym_unowned] = ACTIONS(2447), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2449), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2449), + [anon_sym_borrowing] = ACTIONS(2449), + [anon_sym_consuming] = ACTIONS(2449), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2449), + [sym__conjunction_operator_custom] = ACTIONS(2449), + [sym__disjunction_operator_custom] = ACTIONS(2449), + [sym__nil_coalescing_operator_custom] = ACTIONS(2449), + [sym__eq_custom] = ACTIONS(2449), + [sym__eq_eq_custom] = ACTIONS(2449), + [sym__plus_then_ws] = ACTIONS(2449), + [sym__minus_then_ws] = ACTIONS(2449), + [sym__bang_custom] = ACTIONS(2449), + [sym__as_custom] = ACTIONS(2449), + [sym__as_quest_custom] = ACTIONS(2449), + [sym__as_bang_custom] = ACTIONS(2449), + [sym__custom_operator] = ACTIONS(2449), + }, + [STATE(891)] = { + [anon_sym_BANG] = ACTIONS(2451), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2454), + [anon_sym_async] = ACTIONS(2454), + [anon_sym_lazy] = ACTIONS(2454), + [anon_sym_package] = ACTIONS(2454), + [anon_sym_RPAREN] = ACTIONS(2454), + [anon_sym_COMMA] = ACTIONS(2454), + [anon_sym_COLON] = ACTIONS(2454), + [anon_sym_LPAREN] = ACTIONS(2454), + [anon_sym_LBRACK] = ACTIONS(2454), + [anon_sym_RBRACK] = ACTIONS(2454), + [anon_sym_QMARK] = ACTIONS(2451), + [anon_sym_QMARK2] = ACTIONS(2454), + [anon_sym_AMP] = ACTIONS(2454), + [aux_sym_custom_operator_token1] = ACTIONS(2454), + [anon_sym_LT] = ACTIONS(2451), + [anon_sym_GT] = ACTIONS(2451), + [anon_sym_LBRACE] = ACTIONS(2454), + [anon_sym_CARET_LBRACE] = ACTIONS(2454), + [anon_sym_RBRACE] = ACTIONS(2454), + [anon_sym_case] = ACTIONS(2454), + [anon_sym_PLUS_EQ] = ACTIONS(2454), + [anon_sym_DASH_EQ] = ACTIONS(2454), + [anon_sym_STAR_EQ] = ACTIONS(2454), + [anon_sym_SLASH_EQ] = ACTIONS(2454), + [anon_sym_PERCENT_EQ] = ACTIONS(2454), + [anon_sym_BANG_EQ] = ACTIONS(2451), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2454), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2454), + [anon_sym_LT_EQ] = ACTIONS(2454), + [anon_sym_GT_EQ] = ACTIONS(2454), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2454), + [anon_sym_DOT_DOT_LT] = ACTIONS(2454), + [anon_sym_is] = ACTIONS(2454), + [anon_sym_PLUS] = ACTIONS(2451), + [anon_sym_DASH] = ACTIONS(2451), + [anon_sym_STAR] = ACTIONS(2451), + [anon_sym_SLASH] = ACTIONS(2451), + [anon_sym_PERCENT] = ACTIONS(2451), + [anon_sym_PLUS_PLUS] = ACTIONS(2454), + [anon_sym_DASH_DASH] = ACTIONS(2454), + [anon_sym_PIPE] = ACTIONS(2454), + [anon_sym_CARET] = ACTIONS(2451), + [anon_sym_LT_LT] = ACTIONS(2454), + [anon_sym_GT_GT] = ACTIONS(2454), + [anon_sym_import] = ACTIONS(2454), + [anon_sym_typealias] = ACTIONS(2454), + [anon_sym_struct] = ACTIONS(2454), + [anon_sym_class] = ACTIONS(2454), + [anon_sym_enum] = ACTIONS(2454), + [anon_sym_protocol] = ACTIONS(2454), + [anon_sym_let] = ACTIONS(2454), + [anon_sym_var] = ACTIONS(2454), + [anon_sym_func] = ACTIONS(2454), + [anon_sym_extension] = ACTIONS(2454), + [anon_sym_indirect] = ACTIONS(2454), + [anon_sym_SEMI] = ACTIONS(2454), + [anon_sym_init] = ACTIONS(2454), + [anon_sym_deinit] = ACTIONS(2454), + [anon_sym_subscript] = ACTIONS(2454), + [anon_sym_prefix] = ACTIONS(2454), + [anon_sym_infix] = ACTIONS(2454), + [anon_sym_postfix] = ACTIONS(2454), + [anon_sym_precedencegroup] = ACTIONS(2454), + [anon_sym_associatedtype] = ACTIONS(2454), + [anon_sym_AT] = ACTIONS(2451), + [anon_sym_override] = ACTIONS(2454), + [anon_sym_convenience] = ACTIONS(2454), + [anon_sym_required] = ACTIONS(2454), + [anon_sym_nonisolated] = ACTIONS(2454), + [anon_sym_public] = ACTIONS(2454), + [anon_sym_private] = ACTIONS(2454), + [anon_sym_internal] = ACTIONS(2454), + [anon_sym_fileprivate] = ACTIONS(2454), + [anon_sym_open] = ACTIONS(2454), + [anon_sym_mutating] = ACTIONS(2454), + [anon_sym_nonmutating] = ACTIONS(2454), + [anon_sym_static] = ACTIONS(2454), + [anon_sym_dynamic] = ACTIONS(2454), + [anon_sym_optional] = ACTIONS(2454), + [anon_sym_distributed] = ACTIONS(2454), + [anon_sym_final] = ACTIONS(2454), + [anon_sym_inout] = ACTIONS(2454), + [anon_sym_ATescaping] = ACTIONS(2454), + [anon_sym_ATautoclosure] = ACTIONS(2454), + [anon_sym_weak] = ACTIONS(2454), + [anon_sym_unowned] = ACTIONS(2451), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2454), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2454), + [anon_sym_borrowing] = ACTIONS(2454), + [anon_sym_consuming] = ACTIONS(2454), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2454), + [sym__conjunction_operator_custom] = ACTIONS(2454), + [sym__disjunction_operator_custom] = ACTIONS(2454), + [sym__nil_coalescing_operator_custom] = ACTIONS(2454), + [sym__eq_custom] = ACTIONS(2454), + [sym__eq_eq_custom] = ACTIONS(2454), + [sym__plus_then_ws] = ACTIONS(2454), + [sym__minus_then_ws] = ACTIONS(2454), + [sym__bang_custom] = ACTIONS(2454), + [sym__as_custom] = ACTIONS(2454), + [sym__as_quest_custom] = ACTIONS(2454), + [sym__as_bang_custom] = ACTIONS(2454), + [sym__custom_operator] = ACTIONS(2454), + }, + [STATE(892)] = { + [anon_sym_BANG] = ACTIONS(2457), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2460), + [anon_sym_async] = ACTIONS(2460), + [anon_sym_lazy] = ACTIONS(2460), + [anon_sym_package] = ACTIONS(2460), + [anon_sym_RPAREN] = ACTIONS(2460), + [anon_sym_COMMA] = ACTIONS(2460), + [anon_sym_COLON] = ACTIONS(2460), + [anon_sym_LPAREN] = ACTIONS(2460), + [anon_sym_LBRACK] = ACTIONS(2460), + [anon_sym_RBRACK] = ACTIONS(2460), + [anon_sym_QMARK] = ACTIONS(2457), + [anon_sym_QMARK2] = ACTIONS(2460), + [anon_sym_AMP] = ACTIONS(2460), + [aux_sym_custom_operator_token1] = ACTIONS(2460), + [anon_sym_LT] = ACTIONS(2457), + [anon_sym_GT] = ACTIONS(2457), + [anon_sym_LBRACE] = ACTIONS(2460), + [anon_sym_CARET_LBRACE] = ACTIONS(2460), + [anon_sym_RBRACE] = ACTIONS(2460), + [anon_sym_case] = ACTIONS(2460), + [anon_sym_PLUS_EQ] = ACTIONS(2460), + [anon_sym_DASH_EQ] = ACTIONS(2460), + [anon_sym_STAR_EQ] = ACTIONS(2460), + [anon_sym_SLASH_EQ] = ACTIONS(2460), + [anon_sym_PERCENT_EQ] = ACTIONS(2460), + [anon_sym_BANG_EQ] = ACTIONS(2457), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2460), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2460), + [anon_sym_LT_EQ] = ACTIONS(2460), + [anon_sym_GT_EQ] = ACTIONS(2460), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2460), + [anon_sym_DOT_DOT_LT] = ACTIONS(2460), + [anon_sym_is] = ACTIONS(2460), + [anon_sym_PLUS] = ACTIONS(2457), + [anon_sym_DASH] = ACTIONS(2457), + [anon_sym_STAR] = ACTIONS(2457), + [anon_sym_SLASH] = ACTIONS(2457), + [anon_sym_PERCENT] = ACTIONS(2457), + [anon_sym_PLUS_PLUS] = ACTIONS(2460), + [anon_sym_DASH_DASH] = ACTIONS(2460), + [anon_sym_PIPE] = ACTIONS(2460), + [anon_sym_CARET] = ACTIONS(2457), + [anon_sym_LT_LT] = ACTIONS(2460), + [anon_sym_GT_GT] = ACTIONS(2460), + [anon_sym_import] = ACTIONS(2460), + [anon_sym_typealias] = ACTIONS(2460), + [anon_sym_struct] = ACTIONS(2460), + [anon_sym_class] = ACTIONS(2460), + [anon_sym_enum] = ACTIONS(2460), + [anon_sym_protocol] = ACTIONS(2460), + [anon_sym_let] = ACTIONS(2460), + [anon_sym_var] = ACTIONS(2460), + [anon_sym_func] = ACTIONS(2460), + [anon_sym_extension] = ACTIONS(2460), + [anon_sym_indirect] = ACTIONS(2460), + [anon_sym_SEMI] = ACTIONS(2460), + [anon_sym_init] = ACTIONS(2460), + [anon_sym_deinit] = ACTIONS(2460), + [anon_sym_subscript] = ACTIONS(2460), + [anon_sym_prefix] = ACTIONS(2460), + [anon_sym_infix] = ACTIONS(2460), + [anon_sym_postfix] = ACTIONS(2460), + [anon_sym_precedencegroup] = ACTIONS(2460), + [anon_sym_associatedtype] = ACTIONS(2460), + [anon_sym_AT] = ACTIONS(2457), + [anon_sym_override] = ACTIONS(2460), + [anon_sym_convenience] = ACTIONS(2460), + [anon_sym_required] = ACTIONS(2460), + [anon_sym_nonisolated] = ACTIONS(2460), + [anon_sym_public] = ACTIONS(2460), + [anon_sym_private] = ACTIONS(2460), + [anon_sym_internal] = ACTIONS(2460), + [anon_sym_fileprivate] = ACTIONS(2460), + [anon_sym_open] = ACTIONS(2460), + [anon_sym_mutating] = ACTIONS(2460), + [anon_sym_nonmutating] = ACTIONS(2460), + [anon_sym_static] = ACTIONS(2460), + [anon_sym_dynamic] = ACTIONS(2460), + [anon_sym_optional] = ACTIONS(2460), + [anon_sym_distributed] = ACTIONS(2460), + [anon_sym_final] = ACTIONS(2460), + [anon_sym_inout] = ACTIONS(2460), + [anon_sym_ATescaping] = ACTIONS(2460), + [anon_sym_ATautoclosure] = ACTIONS(2460), + [anon_sym_weak] = ACTIONS(2460), + [anon_sym_unowned] = ACTIONS(2457), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2460), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2460), + [anon_sym_borrowing] = ACTIONS(2460), + [anon_sym_consuming] = ACTIONS(2460), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2460), + [sym__conjunction_operator_custom] = ACTIONS(2460), + [sym__disjunction_operator_custom] = ACTIONS(2460), + [sym__nil_coalescing_operator_custom] = ACTIONS(2460), + [sym__eq_custom] = ACTIONS(2460), + [sym__eq_eq_custom] = ACTIONS(2460), + [sym__plus_then_ws] = ACTIONS(2460), + [sym__minus_then_ws] = ACTIONS(2460), + [sym__bang_custom] = ACTIONS(2460), + [sym__as_custom] = ACTIONS(2460), + [sym__as_quest_custom] = ACTIONS(2460), + [sym__as_bang_custom] = ACTIONS(2460), + [sym__custom_operator] = ACTIONS(2460), + }, + [STATE(893)] = { + [anon_sym_BANG] = ACTIONS(1901), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(1899), + [anon_sym_async] = ACTIONS(1899), + [anon_sym_lazy] = ACTIONS(1899), + [anon_sym_package] = ACTIONS(1899), + [anon_sym_RPAREN] = ACTIONS(1899), + [anon_sym_COMMA] = ACTIONS(1899), + [anon_sym_COLON] = ACTIONS(1899), + [anon_sym_LPAREN] = ACTIONS(1899), + [anon_sym_LBRACK] = ACTIONS(1899), + [anon_sym_RBRACK] = ACTIONS(1899), + [anon_sym_QMARK] = ACTIONS(1901), + [anon_sym_QMARK2] = ACTIONS(1899), + [anon_sym_AMP] = ACTIONS(1899), + [aux_sym_custom_operator_token1] = ACTIONS(1899), + [anon_sym_LT] = ACTIONS(1901), + [anon_sym_GT] = ACTIONS(1901), + [anon_sym_LBRACE] = ACTIONS(1899), + [anon_sym_CARET_LBRACE] = ACTIONS(1899), + [anon_sym_RBRACE] = ACTIONS(1899), + [anon_sym_case] = ACTIONS(1899), + [anon_sym_PLUS_EQ] = ACTIONS(1899), + [anon_sym_DASH_EQ] = ACTIONS(1899), + [anon_sym_STAR_EQ] = ACTIONS(1899), + [anon_sym_SLASH_EQ] = ACTIONS(1899), + [anon_sym_PERCENT_EQ] = ACTIONS(1899), + [anon_sym_BANG_EQ] = ACTIONS(1901), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1899), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1899), + [anon_sym_LT_EQ] = ACTIONS(1899), + [anon_sym_GT_EQ] = ACTIONS(1899), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1899), + [anon_sym_DOT_DOT_LT] = ACTIONS(1899), + [anon_sym_is] = ACTIONS(1899), + [anon_sym_PLUS] = ACTIONS(1901), + [anon_sym_DASH] = ACTIONS(1901), + [anon_sym_STAR] = ACTIONS(1901), + [anon_sym_SLASH] = ACTIONS(1901), + [anon_sym_PERCENT] = ACTIONS(1901), + [anon_sym_PLUS_PLUS] = ACTIONS(1899), + [anon_sym_DASH_DASH] = ACTIONS(1899), + [anon_sym_PIPE] = ACTIONS(1899), + [anon_sym_CARET] = ACTIONS(1901), + [anon_sym_LT_LT] = ACTIONS(1899), + [anon_sym_GT_GT] = ACTIONS(1899), + [anon_sym_import] = ACTIONS(1899), + [anon_sym_typealias] = ACTIONS(1899), + [anon_sym_struct] = ACTIONS(1899), + [anon_sym_class] = ACTIONS(1899), + [anon_sym_enum] = ACTIONS(1899), + [anon_sym_protocol] = ACTIONS(1899), + [anon_sym_let] = ACTIONS(1899), + [anon_sym_var] = ACTIONS(1899), + [anon_sym_func] = ACTIONS(1899), + [anon_sym_extension] = ACTIONS(1899), + [anon_sym_indirect] = ACTIONS(1899), + [anon_sym_SEMI] = ACTIONS(1899), + [anon_sym_init] = ACTIONS(1899), + [anon_sym_deinit] = ACTIONS(1899), + [anon_sym_subscript] = ACTIONS(1899), + [anon_sym_prefix] = ACTIONS(1899), + [anon_sym_infix] = ACTIONS(1899), + [anon_sym_postfix] = ACTIONS(1899), + [anon_sym_precedencegroup] = ACTIONS(1899), + [anon_sym_associatedtype] = ACTIONS(1899), + [anon_sym_AT] = ACTIONS(1901), + [anon_sym_override] = ACTIONS(1899), + [anon_sym_convenience] = ACTIONS(1899), + [anon_sym_required] = ACTIONS(1899), + [anon_sym_nonisolated] = ACTIONS(1899), + [anon_sym_public] = ACTIONS(1899), + [anon_sym_private] = ACTIONS(1899), + [anon_sym_internal] = ACTIONS(1899), + [anon_sym_fileprivate] = ACTIONS(1899), + [anon_sym_open] = ACTIONS(1899), + [anon_sym_mutating] = ACTIONS(1899), + [anon_sym_nonmutating] = ACTIONS(1899), + [anon_sym_static] = ACTIONS(1899), + [anon_sym_dynamic] = ACTIONS(1899), + [anon_sym_optional] = ACTIONS(1899), + [anon_sym_distributed] = ACTIONS(1899), + [anon_sym_final] = ACTIONS(1899), + [anon_sym_inout] = ACTIONS(1899), + [anon_sym_ATescaping] = ACTIONS(1899), + [anon_sym_ATautoclosure] = ACTIONS(1899), + [anon_sym_weak] = ACTIONS(1899), + [anon_sym_unowned] = ACTIONS(1901), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(1899), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(1899), + [anon_sym_borrowing] = ACTIONS(1899), + [anon_sym_consuming] = ACTIONS(1899), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1899), + [sym__conjunction_operator_custom] = ACTIONS(1899), + [sym__disjunction_operator_custom] = ACTIONS(1899), + [sym__nil_coalescing_operator_custom] = ACTIONS(1899), + [sym__eq_custom] = ACTIONS(1899), + [sym__eq_eq_custom] = ACTIONS(1899), + [sym__plus_then_ws] = ACTIONS(1899), + [sym__minus_then_ws] = ACTIONS(1899), + [sym__bang_custom] = ACTIONS(1899), + [sym__as_custom] = ACTIONS(1899), + [sym__as_quest_custom] = ACTIONS(1899), + [sym__as_bang_custom] = ACTIONS(1899), + [sym__custom_operator] = ACTIONS(1899), + }, + [STATE(894)] = { + [anon_sym_BANG] = ACTIONS(2463), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2466), + [anon_sym_async] = ACTIONS(2466), + [anon_sym_lazy] = ACTIONS(2466), + [anon_sym_package] = ACTIONS(2466), + [anon_sym_RPAREN] = ACTIONS(2466), + [anon_sym_COMMA] = ACTIONS(2466), + [anon_sym_COLON] = ACTIONS(2466), + [anon_sym_LPAREN] = ACTIONS(2466), + [anon_sym_LBRACK] = ACTIONS(2466), + [anon_sym_RBRACK] = ACTIONS(2466), + [anon_sym_QMARK] = ACTIONS(2463), + [anon_sym_QMARK2] = ACTIONS(2466), + [anon_sym_AMP] = ACTIONS(2466), + [aux_sym_custom_operator_token1] = ACTIONS(2466), + [anon_sym_LT] = ACTIONS(2463), + [anon_sym_GT] = ACTIONS(2463), + [anon_sym_LBRACE] = ACTIONS(2466), + [anon_sym_CARET_LBRACE] = ACTIONS(2466), + [anon_sym_RBRACE] = ACTIONS(2466), + [anon_sym_case] = ACTIONS(2466), + [anon_sym_PLUS_EQ] = ACTIONS(2466), + [anon_sym_DASH_EQ] = ACTIONS(2466), + [anon_sym_STAR_EQ] = ACTIONS(2466), + [anon_sym_SLASH_EQ] = ACTIONS(2466), + [anon_sym_PERCENT_EQ] = ACTIONS(2466), + [anon_sym_BANG_EQ] = ACTIONS(2463), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2466), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2466), + [anon_sym_LT_EQ] = ACTIONS(2466), + [anon_sym_GT_EQ] = ACTIONS(2466), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2466), + [anon_sym_DOT_DOT_LT] = ACTIONS(2466), + [anon_sym_is] = ACTIONS(2466), + [anon_sym_PLUS] = ACTIONS(2463), + [anon_sym_DASH] = ACTIONS(2463), + [anon_sym_STAR] = ACTIONS(2463), + [anon_sym_SLASH] = ACTIONS(2463), + [anon_sym_PERCENT] = ACTIONS(2463), + [anon_sym_PLUS_PLUS] = ACTIONS(2466), + [anon_sym_DASH_DASH] = ACTIONS(2466), + [anon_sym_PIPE] = ACTIONS(2466), + [anon_sym_CARET] = ACTIONS(2463), + [anon_sym_LT_LT] = ACTIONS(2466), + [anon_sym_GT_GT] = ACTIONS(2466), + [anon_sym_import] = ACTIONS(2466), + [anon_sym_typealias] = ACTIONS(2466), + [anon_sym_struct] = ACTIONS(2466), + [anon_sym_class] = ACTIONS(2466), + [anon_sym_enum] = ACTIONS(2466), + [anon_sym_protocol] = ACTIONS(2466), + [anon_sym_let] = ACTIONS(2466), + [anon_sym_var] = ACTIONS(2466), + [anon_sym_func] = ACTIONS(2466), + [anon_sym_extension] = ACTIONS(2466), + [anon_sym_indirect] = ACTIONS(2466), + [anon_sym_SEMI] = ACTIONS(2466), + [anon_sym_init] = ACTIONS(2466), + [anon_sym_deinit] = ACTIONS(2466), + [anon_sym_subscript] = ACTIONS(2466), + [anon_sym_prefix] = ACTIONS(2466), + [anon_sym_infix] = ACTIONS(2466), + [anon_sym_postfix] = ACTIONS(2466), + [anon_sym_precedencegroup] = ACTIONS(2466), + [anon_sym_associatedtype] = ACTIONS(2466), + [anon_sym_AT] = ACTIONS(2463), + [anon_sym_override] = ACTIONS(2466), + [anon_sym_convenience] = ACTIONS(2466), + [anon_sym_required] = ACTIONS(2466), + [anon_sym_nonisolated] = ACTIONS(2466), + [anon_sym_public] = ACTIONS(2466), + [anon_sym_private] = ACTIONS(2466), + [anon_sym_internal] = ACTIONS(2466), + [anon_sym_fileprivate] = ACTIONS(2466), + [anon_sym_open] = ACTIONS(2466), + [anon_sym_mutating] = ACTIONS(2466), + [anon_sym_nonmutating] = ACTIONS(2466), + [anon_sym_static] = ACTIONS(2466), + [anon_sym_dynamic] = ACTIONS(2466), + [anon_sym_optional] = ACTIONS(2466), + [anon_sym_distributed] = ACTIONS(2466), + [anon_sym_final] = ACTIONS(2466), + [anon_sym_inout] = ACTIONS(2466), + [anon_sym_ATescaping] = ACTIONS(2466), + [anon_sym_ATautoclosure] = ACTIONS(2466), + [anon_sym_weak] = ACTIONS(2466), + [anon_sym_unowned] = ACTIONS(2463), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2466), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2466), + [anon_sym_borrowing] = ACTIONS(2466), + [anon_sym_consuming] = ACTIONS(2466), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2466), + [sym__conjunction_operator_custom] = ACTIONS(2466), + [sym__disjunction_operator_custom] = ACTIONS(2466), + [sym__nil_coalescing_operator_custom] = ACTIONS(2466), + [sym__eq_custom] = ACTIONS(2466), + [sym__eq_eq_custom] = ACTIONS(2466), + [sym__plus_then_ws] = ACTIONS(2466), + [sym__minus_then_ws] = ACTIONS(2466), + [sym__bang_custom] = ACTIONS(2466), + [sym__as_custom] = ACTIONS(2466), + [sym__as_quest_custom] = ACTIONS(2466), + [sym__as_bang_custom] = ACTIONS(2466), + [sym__custom_operator] = ACTIONS(2466), + }, + [STATE(895)] = { + [anon_sym_BANG] = ACTIONS(2469), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2472), + [anon_sym_async] = ACTIONS(2472), + [anon_sym_lazy] = ACTIONS(2472), + [anon_sym_package] = ACTIONS(2472), + [anon_sym_RPAREN] = ACTIONS(2472), + [anon_sym_COMMA] = ACTIONS(2472), + [anon_sym_COLON] = ACTIONS(2472), + [anon_sym_LPAREN] = ACTIONS(2472), + [anon_sym_LBRACK] = ACTIONS(2472), + [anon_sym_RBRACK] = ACTIONS(2472), + [anon_sym_QMARK] = ACTIONS(2469), + [anon_sym_QMARK2] = ACTIONS(2472), + [anon_sym_AMP] = ACTIONS(2472), + [aux_sym_custom_operator_token1] = ACTIONS(2472), + [anon_sym_LT] = ACTIONS(2469), + [anon_sym_GT] = ACTIONS(2469), + [anon_sym_LBRACE] = ACTIONS(2472), + [anon_sym_CARET_LBRACE] = ACTIONS(2472), + [anon_sym_RBRACE] = ACTIONS(2472), + [anon_sym_case] = ACTIONS(2472), + [anon_sym_PLUS_EQ] = ACTIONS(2472), + [anon_sym_DASH_EQ] = ACTIONS(2472), + [anon_sym_STAR_EQ] = ACTIONS(2472), + [anon_sym_SLASH_EQ] = ACTIONS(2472), + [anon_sym_PERCENT_EQ] = ACTIONS(2472), + [anon_sym_BANG_EQ] = ACTIONS(2469), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2472), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2472), + [anon_sym_LT_EQ] = ACTIONS(2472), + [anon_sym_GT_EQ] = ACTIONS(2472), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2472), + [anon_sym_DOT_DOT_LT] = ACTIONS(2472), + [anon_sym_is] = ACTIONS(2472), + [anon_sym_PLUS] = ACTIONS(2469), + [anon_sym_DASH] = ACTIONS(2469), + [anon_sym_STAR] = ACTIONS(2469), + [anon_sym_SLASH] = ACTIONS(2469), + [anon_sym_PERCENT] = ACTIONS(2469), + [anon_sym_PLUS_PLUS] = ACTIONS(2472), + [anon_sym_DASH_DASH] = ACTIONS(2472), + [anon_sym_PIPE] = ACTIONS(2472), + [anon_sym_CARET] = ACTIONS(2469), + [anon_sym_LT_LT] = ACTIONS(2472), + [anon_sym_GT_GT] = ACTIONS(2472), + [anon_sym_import] = ACTIONS(2472), + [anon_sym_typealias] = ACTIONS(2472), + [anon_sym_struct] = ACTIONS(2472), + [anon_sym_class] = ACTIONS(2472), + [anon_sym_enum] = ACTIONS(2472), + [anon_sym_protocol] = ACTIONS(2472), + [anon_sym_let] = ACTIONS(2472), + [anon_sym_var] = ACTIONS(2472), + [anon_sym_func] = ACTIONS(2472), + [anon_sym_extension] = ACTIONS(2472), + [anon_sym_indirect] = ACTIONS(2472), + [anon_sym_SEMI] = ACTIONS(2472), + [anon_sym_init] = ACTIONS(2472), + [anon_sym_deinit] = ACTIONS(2472), + [anon_sym_subscript] = ACTIONS(2472), + [anon_sym_prefix] = ACTIONS(2472), + [anon_sym_infix] = ACTIONS(2472), + [anon_sym_postfix] = ACTIONS(2472), + [anon_sym_precedencegroup] = ACTIONS(2472), + [anon_sym_associatedtype] = ACTIONS(2472), + [anon_sym_AT] = ACTIONS(2469), + [anon_sym_override] = ACTIONS(2472), + [anon_sym_convenience] = ACTIONS(2472), + [anon_sym_required] = ACTIONS(2472), + [anon_sym_nonisolated] = ACTIONS(2472), + [anon_sym_public] = ACTIONS(2472), + [anon_sym_private] = ACTIONS(2472), + [anon_sym_internal] = ACTIONS(2472), + [anon_sym_fileprivate] = ACTIONS(2472), + [anon_sym_open] = ACTIONS(2472), + [anon_sym_mutating] = ACTIONS(2472), + [anon_sym_nonmutating] = ACTIONS(2472), + [anon_sym_static] = ACTIONS(2472), + [anon_sym_dynamic] = ACTIONS(2472), + [anon_sym_optional] = ACTIONS(2472), + [anon_sym_distributed] = ACTIONS(2472), + [anon_sym_final] = ACTIONS(2472), + [anon_sym_inout] = ACTIONS(2472), + [anon_sym_ATescaping] = ACTIONS(2472), + [anon_sym_ATautoclosure] = ACTIONS(2472), + [anon_sym_weak] = ACTIONS(2472), + [anon_sym_unowned] = ACTIONS(2469), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2472), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2472), + [anon_sym_borrowing] = ACTIONS(2472), + [anon_sym_consuming] = ACTIONS(2472), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2472), + [sym__conjunction_operator_custom] = ACTIONS(2472), + [sym__disjunction_operator_custom] = ACTIONS(2472), + [sym__nil_coalescing_operator_custom] = ACTIONS(2472), + [sym__eq_custom] = ACTIONS(2472), + [sym__eq_eq_custom] = ACTIONS(2472), + [sym__plus_then_ws] = ACTIONS(2472), + [sym__minus_then_ws] = ACTIONS(2472), + [sym__bang_custom] = ACTIONS(2472), + [sym__as_custom] = ACTIONS(2472), + [sym__as_quest_custom] = ACTIONS(2472), + [sym__as_bang_custom] = ACTIONS(2472), + [sym__custom_operator] = ACTIONS(2472), + }, + [STATE(896)] = { + [anon_sym_BANG] = ACTIONS(453), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(475), + [anon_sym_async] = ACTIONS(475), + [anon_sym_lazy] = ACTIONS(475), + [anon_sym_package] = ACTIONS(475), + [anon_sym_RPAREN] = ACTIONS(475), + [anon_sym_COMMA] = ACTIONS(475), + [anon_sym_COLON] = ACTIONS(475), + [anon_sym_LPAREN] = ACTIONS(475), + [anon_sym_LBRACK] = ACTIONS(475), + [anon_sym_RBRACK] = ACTIONS(475), + [anon_sym_QMARK] = ACTIONS(453), + [anon_sym_QMARK2] = ACTIONS(475), + [anon_sym_AMP] = ACTIONS(475), + [aux_sym_custom_operator_token1] = ACTIONS(475), + [anon_sym_LT] = ACTIONS(453), + [anon_sym_GT] = ACTIONS(453), + [anon_sym_LBRACE] = ACTIONS(475), + [anon_sym_CARET_LBRACE] = ACTIONS(475), + [anon_sym_RBRACE] = ACTIONS(475), + [anon_sym_case] = ACTIONS(475), + [anon_sym_PLUS_EQ] = ACTIONS(475), + [anon_sym_DASH_EQ] = ACTIONS(475), + [anon_sym_STAR_EQ] = ACTIONS(475), + [anon_sym_SLASH_EQ] = ACTIONS(475), + [anon_sym_PERCENT_EQ] = ACTIONS(475), + [anon_sym_BANG_EQ] = ACTIONS(453), + [anon_sym_BANG_EQ_EQ] = ACTIONS(475), + [anon_sym_EQ_EQ_EQ] = ACTIONS(475), + [anon_sym_LT_EQ] = ACTIONS(475), + [anon_sym_GT_EQ] = ACTIONS(475), + [anon_sym_DOT_DOT_DOT] = ACTIONS(475), + [anon_sym_DOT_DOT_LT] = ACTIONS(475), + [anon_sym_is] = ACTIONS(475), + [anon_sym_PLUS] = ACTIONS(453), + [anon_sym_DASH] = ACTIONS(453), + [anon_sym_STAR] = ACTIONS(453), + [anon_sym_SLASH] = ACTIONS(453), + [anon_sym_PERCENT] = ACTIONS(453), + [anon_sym_PLUS_PLUS] = ACTIONS(475), + [anon_sym_DASH_DASH] = ACTIONS(475), + [anon_sym_PIPE] = ACTIONS(475), + [anon_sym_CARET] = ACTIONS(453), + [anon_sym_LT_LT] = ACTIONS(475), + [anon_sym_GT_GT] = ACTIONS(475), + [anon_sym_import] = ACTIONS(475), + [anon_sym_typealias] = ACTIONS(475), + [anon_sym_struct] = ACTIONS(475), + [anon_sym_class] = ACTIONS(475), + [anon_sym_enum] = ACTIONS(475), + [anon_sym_protocol] = ACTIONS(475), + [anon_sym_let] = ACTIONS(475), + [anon_sym_var] = ACTIONS(475), + [anon_sym_func] = ACTIONS(475), + [anon_sym_extension] = ACTIONS(475), + [anon_sym_indirect] = ACTIONS(475), + [anon_sym_SEMI] = ACTIONS(475), + [anon_sym_init] = ACTIONS(475), + [anon_sym_deinit] = ACTIONS(475), + [anon_sym_subscript] = ACTIONS(475), + [anon_sym_prefix] = ACTIONS(475), + [anon_sym_infix] = ACTIONS(475), + [anon_sym_postfix] = ACTIONS(475), + [anon_sym_precedencegroup] = ACTIONS(475), + [anon_sym_associatedtype] = ACTIONS(475), + [anon_sym_AT] = ACTIONS(453), + [anon_sym_override] = ACTIONS(475), + [anon_sym_convenience] = ACTIONS(475), + [anon_sym_required] = ACTIONS(475), + [anon_sym_nonisolated] = ACTIONS(475), + [anon_sym_public] = ACTIONS(475), + [anon_sym_private] = ACTIONS(475), + [anon_sym_internal] = ACTIONS(475), + [anon_sym_fileprivate] = ACTIONS(475), + [anon_sym_open] = ACTIONS(475), + [anon_sym_mutating] = ACTIONS(475), + [anon_sym_nonmutating] = ACTIONS(475), + [anon_sym_static] = ACTIONS(475), + [anon_sym_dynamic] = ACTIONS(475), + [anon_sym_optional] = ACTIONS(475), + [anon_sym_distributed] = ACTIONS(475), + [anon_sym_final] = ACTIONS(475), + [anon_sym_inout] = ACTIONS(475), + [anon_sym_ATescaping] = ACTIONS(475), + [anon_sym_ATautoclosure] = ACTIONS(475), + [anon_sym_weak] = ACTIONS(475), + [anon_sym_unowned] = ACTIONS(453), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(475), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(475), + [anon_sym_borrowing] = ACTIONS(475), + [anon_sym_consuming] = ACTIONS(475), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(475), + [sym__conjunction_operator_custom] = ACTIONS(475), + [sym__disjunction_operator_custom] = ACTIONS(475), + [sym__nil_coalescing_operator_custom] = ACTIONS(475), + [sym__eq_custom] = ACTIONS(475), + [sym__eq_eq_custom] = ACTIONS(475), + [sym__plus_then_ws] = ACTIONS(475), + [sym__minus_then_ws] = ACTIONS(475), + [sym__bang_custom] = ACTIONS(475), + [sym__as_custom] = ACTIONS(475), + [sym__as_quest_custom] = ACTIONS(475), + [sym__as_bang_custom] = ACTIONS(475), + [sym__custom_operator] = ACTIONS(475), + }, + [STATE(897)] = { + [anon_sym_BANG] = ACTIONS(2475), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2477), + [anon_sym_async] = ACTIONS(2477), + [anon_sym_lazy] = ACTIONS(2477), + [anon_sym_package] = ACTIONS(2477), + [anon_sym_RPAREN] = ACTIONS(2477), + [anon_sym_COMMA] = ACTIONS(2477), + [anon_sym_COLON] = ACTIONS(2477), + [anon_sym_LPAREN] = ACTIONS(2477), + [anon_sym_LBRACK] = ACTIONS(2477), + [anon_sym_RBRACK] = ACTIONS(2477), + [anon_sym_QMARK] = ACTIONS(2475), + [anon_sym_QMARK2] = ACTIONS(2477), + [anon_sym_AMP] = ACTIONS(2477), + [aux_sym_custom_operator_token1] = ACTIONS(2477), + [anon_sym_LT] = ACTIONS(2475), + [anon_sym_GT] = ACTIONS(2475), + [anon_sym_LBRACE] = ACTIONS(2477), + [anon_sym_CARET_LBRACE] = ACTIONS(2477), + [anon_sym_RBRACE] = ACTIONS(2477), + [anon_sym_case] = ACTIONS(2477), + [anon_sym_PLUS_EQ] = ACTIONS(2477), + [anon_sym_DASH_EQ] = ACTIONS(2477), + [anon_sym_STAR_EQ] = ACTIONS(2477), + [anon_sym_SLASH_EQ] = ACTIONS(2477), + [anon_sym_PERCENT_EQ] = ACTIONS(2477), + [anon_sym_BANG_EQ] = ACTIONS(2475), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2477), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2477), + [anon_sym_LT_EQ] = ACTIONS(2477), + [anon_sym_GT_EQ] = ACTIONS(2477), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2477), + [anon_sym_DOT_DOT_LT] = ACTIONS(2477), + [anon_sym_is] = ACTIONS(2477), + [anon_sym_PLUS] = ACTIONS(2475), + [anon_sym_DASH] = ACTIONS(2475), + [anon_sym_STAR] = ACTIONS(2475), + [anon_sym_SLASH] = ACTIONS(2475), + [anon_sym_PERCENT] = ACTIONS(2475), + [anon_sym_PLUS_PLUS] = ACTIONS(2477), + [anon_sym_DASH_DASH] = ACTIONS(2477), + [anon_sym_PIPE] = ACTIONS(2477), + [anon_sym_CARET] = ACTIONS(2475), + [anon_sym_LT_LT] = ACTIONS(2477), + [anon_sym_GT_GT] = ACTIONS(2477), + [anon_sym_import] = ACTIONS(2477), + [anon_sym_typealias] = ACTIONS(2477), + [anon_sym_struct] = ACTIONS(2477), + [anon_sym_class] = ACTIONS(2477), + [anon_sym_enum] = ACTIONS(2477), + [anon_sym_protocol] = ACTIONS(2477), + [anon_sym_let] = ACTIONS(2477), + [anon_sym_var] = ACTIONS(2477), + [anon_sym_func] = ACTIONS(2477), + [anon_sym_extension] = ACTIONS(2477), + [anon_sym_indirect] = ACTIONS(2477), + [anon_sym_SEMI] = ACTIONS(2477), + [anon_sym_init] = ACTIONS(2477), + [anon_sym_deinit] = ACTIONS(2477), + [anon_sym_subscript] = ACTIONS(2477), + [anon_sym_prefix] = ACTIONS(2477), + [anon_sym_infix] = ACTIONS(2477), + [anon_sym_postfix] = ACTIONS(2477), + [anon_sym_precedencegroup] = ACTIONS(2477), + [anon_sym_associatedtype] = ACTIONS(2477), + [anon_sym_AT] = ACTIONS(2475), + [anon_sym_override] = ACTIONS(2477), + [anon_sym_convenience] = ACTIONS(2477), + [anon_sym_required] = ACTIONS(2477), + [anon_sym_nonisolated] = ACTIONS(2477), + [anon_sym_public] = ACTIONS(2477), + [anon_sym_private] = ACTIONS(2477), + [anon_sym_internal] = ACTIONS(2477), + [anon_sym_fileprivate] = ACTIONS(2477), + [anon_sym_open] = ACTIONS(2477), + [anon_sym_mutating] = ACTIONS(2477), + [anon_sym_nonmutating] = ACTIONS(2477), + [anon_sym_static] = ACTIONS(2477), + [anon_sym_dynamic] = ACTIONS(2477), + [anon_sym_optional] = ACTIONS(2477), + [anon_sym_distributed] = ACTIONS(2477), + [anon_sym_final] = ACTIONS(2477), + [anon_sym_inout] = ACTIONS(2477), + [anon_sym_ATescaping] = ACTIONS(2477), + [anon_sym_ATautoclosure] = ACTIONS(2477), + [anon_sym_weak] = ACTIONS(2477), + [anon_sym_unowned] = ACTIONS(2475), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2477), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2477), + [anon_sym_borrowing] = ACTIONS(2477), + [anon_sym_consuming] = ACTIONS(2477), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2477), + [sym__conjunction_operator_custom] = ACTIONS(2477), + [sym__disjunction_operator_custom] = ACTIONS(2477), + [sym__nil_coalescing_operator_custom] = ACTIONS(2477), + [sym__eq_custom] = ACTIONS(2477), + [sym__eq_eq_custom] = ACTIONS(2477), + [sym__plus_then_ws] = ACTIONS(2477), + [sym__minus_then_ws] = ACTIONS(2477), + [sym__bang_custom] = ACTIONS(2477), + [sym__as_custom] = ACTIONS(2477), + [sym__as_quest_custom] = ACTIONS(2477), + [sym__as_bang_custom] = ACTIONS(2477), + [sym__custom_operator] = ACTIONS(2477), + }, + [STATE(898)] = { + [anon_sym_BANG] = ACTIONS(2479), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2481), + [anon_sym_async] = ACTIONS(2481), + [anon_sym_lazy] = ACTIONS(2481), + [anon_sym_package] = ACTIONS(2481), + [anon_sym_RPAREN] = ACTIONS(2481), + [anon_sym_COMMA] = ACTIONS(2481), + [anon_sym_COLON] = ACTIONS(2481), + [anon_sym_LPAREN] = ACTIONS(2481), + [anon_sym_LBRACK] = ACTIONS(2481), + [anon_sym_RBRACK] = ACTIONS(2481), + [anon_sym_QMARK] = ACTIONS(2479), + [anon_sym_QMARK2] = ACTIONS(2481), + [anon_sym_AMP] = ACTIONS(2481), + [aux_sym_custom_operator_token1] = ACTIONS(2481), + [anon_sym_LT] = ACTIONS(2479), + [anon_sym_GT] = ACTIONS(2479), + [anon_sym_LBRACE] = ACTIONS(2481), + [anon_sym_CARET_LBRACE] = ACTIONS(2481), + [anon_sym_RBRACE] = ACTIONS(2481), + [anon_sym_case] = ACTIONS(2481), + [anon_sym_PLUS_EQ] = ACTIONS(2481), + [anon_sym_DASH_EQ] = ACTIONS(2481), + [anon_sym_STAR_EQ] = ACTIONS(2481), + [anon_sym_SLASH_EQ] = ACTIONS(2481), + [anon_sym_PERCENT_EQ] = ACTIONS(2481), + [anon_sym_BANG_EQ] = ACTIONS(2479), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2481), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2481), + [anon_sym_LT_EQ] = ACTIONS(2481), + [anon_sym_GT_EQ] = ACTIONS(2481), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2481), + [anon_sym_DOT_DOT_LT] = ACTIONS(2481), + [anon_sym_is] = ACTIONS(2481), + [anon_sym_PLUS] = ACTIONS(2479), + [anon_sym_DASH] = ACTIONS(2479), + [anon_sym_STAR] = ACTIONS(2479), + [anon_sym_SLASH] = ACTIONS(2479), + [anon_sym_PERCENT] = ACTIONS(2479), + [anon_sym_PLUS_PLUS] = ACTIONS(2481), + [anon_sym_DASH_DASH] = ACTIONS(2481), + [anon_sym_PIPE] = ACTIONS(2481), + [anon_sym_CARET] = ACTIONS(2479), + [anon_sym_LT_LT] = ACTIONS(2481), + [anon_sym_GT_GT] = ACTIONS(2481), + [anon_sym_import] = ACTIONS(2481), + [anon_sym_typealias] = ACTIONS(2481), + [anon_sym_struct] = ACTIONS(2481), + [anon_sym_class] = ACTIONS(2481), + [anon_sym_enum] = ACTIONS(2481), + [anon_sym_protocol] = ACTIONS(2481), + [anon_sym_let] = ACTIONS(2481), + [anon_sym_var] = ACTIONS(2481), + [anon_sym_func] = ACTIONS(2481), + [anon_sym_extension] = ACTIONS(2481), + [anon_sym_indirect] = ACTIONS(2481), + [anon_sym_SEMI] = ACTIONS(2481), + [anon_sym_init] = ACTIONS(2481), + [anon_sym_deinit] = ACTIONS(2481), + [anon_sym_subscript] = ACTIONS(2481), + [anon_sym_prefix] = ACTIONS(2481), + [anon_sym_infix] = ACTIONS(2481), + [anon_sym_postfix] = ACTIONS(2481), + [anon_sym_precedencegroup] = ACTIONS(2481), + [anon_sym_associatedtype] = ACTIONS(2481), + [anon_sym_AT] = ACTIONS(2479), + [anon_sym_override] = ACTIONS(2481), + [anon_sym_convenience] = ACTIONS(2481), + [anon_sym_required] = ACTIONS(2481), + [anon_sym_nonisolated] = ACTIONS(2481), + [anon_sym_public] = ACTIONS(2481), + [anon_sym_private] = ACTIONS(2481), + [anon_sym_internal] = ACTIONS(2481), + [anon_sym_fileprivate] = ACTIONS(2481), + [anon_sym_open] = ACTIONS(2481), + [anon_sym_mutating] = ACTIONS(2481), + [anon_sym_nonmutating] = ACTIONS(2481), + [anon_sym_static] = ACTIONS(2481), + [anon_sym_dynamic] = ACTIONS(2481), + [anon_sym_optional] = ACTIONS(2481), + [anon_sym_distributed] = ACTIONS(2481), + [anon_sym_final] = ACTIONS(2481), + [anon_sym_inout] = ACTIONS(2481), + [anon_sym_ATescaping] = ACTIONS(2481), + [anon_sym_ATautoclosure] = ACTIONS(2481), + [anon_sym_weak] = ACTIONS(2481), + [anon_sym_unowned] = ACTIONS(2479), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2481), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2481), + [anon_sym_borrowing] = ACTIONS(2481), + [anon_sym_consuming] = ACTIONS(2481), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2481), + [sym__conjunction_operator_custom] = ACTIONS(2481), + [sym__disjunction_operator_custom] = ACTIONS(2481), + [sym__nil_coalescing_operator_custom] = ACTIONS(2481), + [sym__eq_custom] = ACTIONS(2481), + [sym__eq_eq_custom] = ACTIONS(2481), + [sym__plus_then_ws] = ACTIONS(2481), + [sym__minus_then_ws] = ACTIONS(2481), + [sym__bang_custom] = ACTIONS(2481), + [sym__as_custom] = ACTIONS(2481), + [sym__as_quest_custom] = ACTIONS(2481), + [sym__as_bang_custom] = ACTIONS(2481), + [sym__custom_operator] = ACTIONS(2481), + }, + [STATE(899)] = { + [anon_sym_BANG] = ACTIONS(2483), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2485), + [anon_sym_async] = ACTIONS(2485), + [anon_sym_lazy] = ACTIONS(2485), + [anon_sym_package] = ACTIONS(2485), + [anon_sym_RPAREN] = ACTIONS(2485), + [anon_sym_COMMA] = ACTIONS(2485), + [anon_sym_COLON] = ACTIONS(2485), + [anon_sym_LPAREN] = ACTIONS(2485), + [anon_sym_LBRACK] = ACTIONS(2485), + [anon_sym_RBRACK] = ACTIONS(2485), + [anon_sym_QMARK] = ACTIONS(2483), + [anon_sym_QMARK2] = ACTIONS(2485), + [anon_sym_AMP] = ACTIONS(2485), + [aux_sym_custom_operator_token1] = ACTIONS(2485), + [anon_sym_LT] = ACTIONS(2483), + [anon_sym_GT] = ACTIONS(2483), + [anon_sym_LBRACE] = ACTIONS(2485), + [anon_sym_CARET_LBRACE] = ACTIONS(2485), + [anon_sym_RBRACE] = ACTIONS(2485), + [anon_sym_case] = ACTIONS(2485), + [anon_sym_PLUS_EQ] = ACTIONS(2485), + [anon_sym_DASH_EQ] = ACTIONS(2485), + [anon_sym_STAR_EQ] = ACTIONS(2485), + [anon_sym_SLASH_EQ] = ACTIONS(2485), + [anon_sym_PERCENT_EQ] = ACTIONS(2485), + [anon_sym_BANG_EQ] = ACTIONS(2483), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2485), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2485), + [anon_sym_LT_EQ] = ACTIONS(2485), + [anon_sym_GT_EQ] = ACTIONS(2485), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2485), + [anon_sym_DOT_DOT_LT] = ACTIONS(2485), + [anon_sym_is] = ACTIONS(2485), + [anon_sym_PLUS] = ACTIONS(2483), + [anon_sym_DASH] = ACTIONS(2483), + [anon_sym_STAR] = ACTIONS(2483), + [anon_sym_SLASH] = ACTIONS(2483), + [anon_sym_PERCENT] = ACTIONS(2483), + [anon_sym_PLUS_PLUS] = ACTIONS(2485), + [anon_sym_DASH_DASH] = ACTIONS(2485), + [anon_sym_PIPE] = ACTIONS(2485), + [anon_sym_CARET] = ACTIONS(2483), + [anon_sym_LT_LT] = ACTIONS(2485), + [anon_sym_GT_GT] = ACTIONS(2485), + [anon_sym_import] = ACTIONS(2485), + [anon_sym_typealias] = ACTIONS(2485), + [anon_sym_struct] = ACTIONS(2485), + [anon_sym_class] = ACTIONS(2485), + [anon_sym_enum] = ACTIONS(2485), + [anon_sym_protocol] = ACTIONS(2485), + [anon_sym_let] = ACTIONS(2485), + [anon_sym_var] = ACTIONS(2485), + [anon_sym_func] = ACTIONS(2485), + [anon_sym_extension] = ACTIONS(2485), + [anon_sym_indirect] = ACTIONS(2485), + [anon_sym_SEMI] = ACTIONS(2485), + [anon_sym_init] = ACTIONS(2485), + [anon_sym_deinit] = ACTIONS(2485), + [anon_sym_subscript] = ACTIONS(2485), + [anon_sym_prefix] = ACTIONS(2485), + [anon_sym_infix] = ACTIONS(2485), + [anon_sym_postfix] = ACTIONS(2485), + [anon_sym_precedencegroup] = ACTIONS(2485), + [anon_sym_associatedtype] = ACTIONS(2485), + [anon_sym_AT] = ACTIONS(2483), + [anon_sym_override] = ACTIONS(2485), + [anon_sym_convenience] = ACTIONS(2485), + [anon_sym_required] = ACTIONS(2485), + [anon_sym_nonisolated] = ACTIONS(2485), + [anon_sym_public] = ACTIONS(2485), + [anon_sym_private] = ACTIONS(2485), + [anon_sym_internal] = ACTIONS(2485), + [anon_sym_fileprivate] = ACTIONS(2485), + [anon_sym_open] = ACTIONS(2485), + [anon_sym_mutating] = ACTIONS(2485), + [anon_sym_nonmutating] = ACTIONS(2485), + [anon_sym_static] = ACTIONS(2485), + [anon_sym_dynamic] = ACTIONS(2485), + [anon_sym_optional] = ACTIONS(2485), + [anon_sym_distributed] = ACTIONS(2485), + [anon_sym_final] = ACTIONS(2485), + [anon_sym_inout] = ACTIONS(2485), + [anon_sym_ATescaping] = ACTIONS(2485), + [anon_sym_ATautoclosure] = ACTIONS(2485), + [anon_sym_weak] = ACTIONS(2485), + [anon_sym_unowned] = ACTIONS(2483), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2485), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2485), + [anon_sym_borrowing] = ACTIONS(2485), + [anon_sym_consuming] = ACTIONS(2485), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2485), + [sym__conjunction_operator_custom] = ACTIONS(2485), + [sym__disjunction_operator_custom] = ACTIONS(2485), + [sym__nil_coalescing_operator_custom] = ACTIONS(2485), + [sym__eq_custom] = ACTIONS(2485), + [sym__eq_eq_custom] = ACTIONS(2485), + [sym__plus_then_ws] = ACTIONS(2485), + [sym__minus_then_ws] = ACTIONS(2485), + [sym__bang_custom] = ACTIONS(2485), + [sym__as_custom] = ACTIONS(2485), + [sym__as_quest_custom] = ACTIONS(2485), + [sym__as_bang_custom] = ACTIONS(2485), + [sym__custom_operator] = ACTIONS(2485), + }, + [STATE(900)] = { + [anon_sym_BANG] = ACTIONS(2487), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2489), + [anon_sym_async] = ACTIONS(2489), + [anon_sym_lazy] = ACTIONS(2489), + [anon_sym_package] = ACTIONS(2489), + [anon_sym_RPAREN] = ACTIONS(2489), + [anon_sym_COMMA] = ACTIONS(2489), + [anon_sym_COLON] = ACTIONS(2489), + [anon_sym_LPAREN] = ACTIONS(2489), + [anon_sym_LBRACK] = ACTIONS(2489), + [anon_sym_RBRACK] = ACTIONS(2489), + [anon_sym_QMARK] = ACTIONS(2487), + [anon_sym_QMARK2] = ACTIONS(2489), + [anon_sym_AMP] = ACTIONS(2489), + [aux_sym_custom_operator_token1] = ACTIONS(2489), + [anon_sym_LT] = ACTIONS(2487), + [anon_sym_GT] = ACTIONS(2487), + [anon_sym_LBRACE] = ACTIONS(2489), + [anon_sym_CARET_LBRACE] = ACTIONS(2489), + [anon_sym_RBRACE] = ACTIONS(2489), + [anon_sym_case] = ACTIONS(2489), + [anon_sym_PLUS_EQ] = ACTIONS(2489), + [anon_sym_DASH_EQ] = ACTIONS(2489), + [anon_sym_STAR_EQ] = ACTIONS(2489), + [anon_sym_SLASH_EQ] = ACTIONS(2489), + [anon_sym_PERCENT_EQ] = ACTIONS(2489), + [anon_sym_BANG_EQ] = ACTIONS(2487), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2489), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2489), + [anon_sym_LT_EQ] = ACTIONS(2489), + [anon_sym_GT_EQ] = ACTIONS(2489), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2489), + [anon_sym_DOT_DOT_LT] = ACTIONS(2489), + [anon_sym_is] = ACTIONS(2489), + [anon_sym_PLUS] = ACTIONS(2487), + [anon_sym_DASH] = ACTIONS(2487), + [anon_sym_STAR] = ACTIONS(2487), + [anon_sym_SLASH] = ACTIONS(2487), + [anon_sym_PERCENT] = ACTIONS(2487), + [anon_sym_PLUS_PLUS] = ACTIONS(2489), + [anon_sym_DASH_DASH] = ACTIONS(2489), + [anon_sym_PIPE] = ACTIONS(2489), + [anon_sym_CARET] = ACTIONS(2487), + [anon_sym_LT_LT] = ACTIONS(2489), + [anon_sym_GT_GT] = ACTIONS(2489), + [anon_sym_import] = ACTIONS(2489), + [anon_sym_typealias] = ACTIONS(2489), + [anon_sym_struct] = ACTIONS(2489), + [anon_sym_class] = ACTIONS(2489), + [anon_sym_enum] = ACTIONS(2489), + [anon_sym_protocol] = ACTIONS(2489), + [anon_sym_let] = ACTIONS(2489), + [anon_sym_var] = ACTIONS(2489), + [anon_sym_func] = ACTIONS(2489), + [anon_sym_extension] = ACTIONS(2489), + [anon_sym_indirect] = ACTIONS(2489), + [anon_sym_SEMI] = ACTIONS(2489), + [anon_sym_init] = ACTIONS(2489), + [anon_sym_deinit] = ACTIONS(2489), + [anon_sym_subscript] = ACTIONS(2489), + [anon_sym_prefix] = ACTIONS(2489), + [anon_sym_infix] = ACTIONS(2489), + [anon_sym_postfix] = ACTIONS(2489), + [anon_sym_precedencegroup] = ACTIONS(2489), + [anon_sym_associatedtype] = ACTIONS(2489), + [anon_sym_AT] = ACTIONS(2487), + [anon_sym_override] = ACTIONS(2489), + [anon_sym_convenience] = ACTIONS(2489), + [anon_sym_required] = ACTIONS(2489), + [anon_sym_nonisolated] = ACTIONS(2489), + [anon_sym_public] = ACTIONS(2489), + [anon_sym_private] = ACTIONS(2489), + [anon_sym_internal] = ACTIONS(2489), + [anon_sym_fileprivate] = ACTIONS(2489), + [anon_sym_open] = ACTIONS(2489), + [anon_sym_mutating] = ACTIONS(2489), + [anon_sym_nonmutating] = ACTIONS(2489), + [anon_sym_static] = ACTIONS(2489), + [anon_sym_dynamic] = ACTIONS(2489), + [anon_sym_optional] = ACTIONS(2489), + [anon_sym_distributed] = ACTIONS(2489), + [anon_sym_final] = ACTIONS(2489), + [anon_sym_inout] = ACTIONS(2489), + [anon_sym_ATescaping] = ACTIONS(2489), + [anon_sym_ATautoclosure] = ACTIONS(2489), + [anon_sym_weak] = ACTIONS(2489), + [anon_sym_unowned] = ACTIONS(2487), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2489), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2489), + [anon_sym_borrowing] = ACTIONS(2489), + [anon_sym_consuming] = ACTIONS(2489), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2489), + [sym__conjunction_operator_custom] = ACTIONS(2489), + [sym__disjunction_operator_custom] = ACTIONS(2489), + [sym__nil_coalescing_operator_custom] = ACTIONS(2489), + [sym__eq_custom] = ACTIONS(2489), + [sym__eq_eq_custom] = ACTIONS(2489), + [sym__plus_then_ws] = ACTIONS(2489), + [sym__minus_then_ws] = ACTIONS(2489), + [sym__bang_custom] = ACTIONS(2489), + [sym__as_custom] = ACTIONS(2489), + [sym__as_quest_custom] = ACTIONS(2489), + [sym__as_bang_custom] = ACTIONS(2489), + [sym__custom_operator] = ACTIONS(2489), + }, + [STATE(901)] = { + [anon_sym_BANG] = ACTIONS(2491), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2493), + [anon_sym_async] = ACTIONS(2493), + [anon_sym_lazy] = ACTIONS(2493), + [anon_sym_package] = ACTIONS(2493), + [anon_sym_RPAREN] = ACTIONS(2493), + [anon_sym_COMMA] = ACTIONS(2493), + [anon_sym_COLON] = ACTIONS(2493), + [anon_sym_LPAREN] = ACTIONS(2493), + [anon_sym_LBRACK] = ACTIONS(2493), + [anon_sym_RBRACK] = ACTIONS(2493), + [anon_sym_QMARK] = ACTIONS(2491), + [anon_sym_QMARK2] = ACTIONS(2493), + [anon_sym_AMP] = ACTIONS(2493), + [aux_sym_custom_operator_token1] = ACTIONS(2493), + [anon_sym_LT] = ACTIONS(2491), + [anon_sym_GT] = ACTIONS(2491), + [anon_sym_LBRACE] = ACTIONS(2493), + [anon_sym_CARET_LBRACE] = ACTIONS(2493), + [anon_sym_RBRACE] = ACTIONS(2493), + [anon_sym_case] = ACTIONS(2493), + [anon_sym_PLUS_EQ] = ACTIONS(2493), + [anon_sym_DASH_EQ] = ACTIONS(2493), + [anon_sym_STAR_EQ] = ACTIONS(2493), + [anon_sym_SLASH_EQ] = ACTIONS(2493), + [anon_sym_PERCENT_EQ] = ACTIONS(2493), + [anon_sym_BANG_EQ] = ACTIONS(2491), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2493), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2493), + [anon_sym_LT_EQ] = ACTIONS(2493), + [anon_sym_GT_EQ] = ACTIONS(2493), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2493), + [anon_sym_DOT_DOT_LT] = ACTIONS(2493), + [anon_sym_is] = ACTIONS(2493), + [anon_sym_PLUS] = ACTIONS(2491), + [anon_sym_DASH] = ACTIONS(2491), + [anon_sym_STAR] = ACTIONS(2491), + [anon_sym_SLASH] = ACTIONS(2491), + [anon_sym_PERCENT] = ACTIONS(2491), + [anon_sym_PLUS_PLUS] = ACTIONS(2493), + [anon_sym_DASH_DASH] = ACTIONS(2493), + [anon_sym_PIPE] = ACTIONS(2493), + [anon_sym_CARET] = ACTIONS(2491), + [anon_sym_LT_LT] = ACTIONS(2493), + [anon_sym_GT_GT] = ACTIONS(2493), + [anon_sym_import] = ACTIONS(2493), + [anon_sym_typealias] = ACTIONS(2493), + [anon_sym_struct] = ACTIONS(2493), + [anon_sym_class] = ACTIONS(2493), + [anon_sym_enum] = ACTIONS(2493), + [anon_sym_protocol] = ACTIONS(2493), + [anon_sym_let] = ACTIONS(2493), + [anon_sym_var] = ACTIONS(2493), + [anon_sym_func] = ACTIONS(2493), + [anon_sym_extension] = ACTIONS(2493), + [anon_sym_indirect] = ACTIONS(2493), + [anon_sym_SEMI] = ACTIONS(2493), + [anon_sym_init] = ACTIONS(2493), + [anon_sym_deinit] = ACTIONS(2493), + [anon_sym_subscript] = ACTIONS(2493), + [anon_sym_prefix] = ACTIONS(2493), + [anon_sym_infix] = ACTIONS(2493), + [anon_sym_postfix] = ACTIONS(2493), + [anon_sym_precedencegroup] = ACTIONS(2493), + [anon_sym_associatedtype] = ACTIONS(2493), + [anon_sym_AT] = ACTIONS(2491), + [anon_sym_override] = ACTIONS(2493), + [anon_sym_convenience] = ACTIONS(2493), + [anon_sym_required] = ACTIONS(2493), + [anon_sym_nonisolated] = ACTIONS(2493), + [anon_sym_public] = ACTIONS(2493), + [anon_sym_private] = ACTIONS(2493), + [anon_sym_internal] = ACTIONS(2493), + [anon_sym_fileprivate] = ACTIONS(2493), + [anon_sym_open] = ACTIONS(2493), + [anon_sym_mutating] = ACTIONS(2493), + [anon_sym_nonmutating] = ACTIONS(2493), + [anon_sym_static] = ACTIONS(2493), + [anon_sym_dynamic] = ACTIONS(2493), + [anon_sym_optional] = ACTIONS(2493), + [anon_sym_distributed] = ACTIONS(2493), + [anon_sym_final] = ACTIONS(2493), + [anon_sym_inout] = ACTIONS(2493), + [anon_sym_ATescaping] = ACTIONS(2493), + [anon_sym_ATautoclosure] = ACTIONS(2493), + [anon_sym_weak] = ACTIONS(2493), + [anon_sym_unowned] = ACTIONS(2491), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2493), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2493), + [anon_sym_borrowing] = ACTIONS(2493), + [anon_sym_consuming] = ACTIONS(2493), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2493), + [sym__conjunction_operator_custom] = ACTIONS(2493), + [sym__disjunction_operator_custom] = ACTIONS(2493), + [sym__nil_coalescing_operator_custom] = ACTIONS(2493), + [sym__eq_custom] = ACTIONS(2493), + [sym__eq_eq_custom] = ACTIONS(2493), + [sym__plus_then_ws] = ACTIONS(2493), + [sym__minus_then_ws] = ACTIONS(2493), + [sym__bang_custom] = ACTIONS(2493), + [sym__as_custom] = ACTIONS(2493), + [sym__as_quest_custom] = ACTIONS(2493), + [sym__as_bang_custom] = ACTIONS(2493), + [sym__custom_operator] = ACTIONS(2493), + }, + [STATE(902)] = { + [anon_sym_BANG] = ACTIONS(2495), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2497), + [anon_sym_async] = ACTIONS(2497), + [anon_sym_lazy] = ACTIONS(2497), + [anon_sym_package] = ACTIONS(2497), + [anon_sym_RPAREN] = ACTIONS(2497), + [anon_sym_COMMA] = ACTIONS(2497), + [anon_sym_COLON] = ACTIONS(2497), + [anon_sym_LPAREN] = ACTIONS(2497), + [anon_sym_LBRACK] = ACTIONS(2497), + [anon_sym_RBRACK] = ACTIONS(2497), + [anon_sym_QMARK] = ACTIONS(2495), + [anon_sym_QMARK2] = ACTIONS(2497), + [anon_sym_AMP] = ACTIONS(2497), + [aux_sym_custom_operator_token1] = ACTIONS(2497), + [anon_sym_LT] = ACTIONS(2495), + [anon_sym_GT] = ACTIONS(2495), + [anon_sym_LBRACE] = ACTIONS(2497), + [anon_sym_CARET_LBRACE] = ACTIONS(2497), + [anon_sym_RBRACE] = ACTIONS(2497), + [anon_sym_case] = ACTIONS(2497), + [anon_sym_PLUS_EQ] = ACTIONS(2497), + [anon_sym_DASH_EQ] = ACTIONS(2497), + [anon_sym_STAR_EQ] = ACTIONS(2497), + [anon_sym_SLASH_EQ] = ACTIONS(2497), + [anon_sym_PERCENT_EQ] = ACTIONS(2497), + [anon_sym_BANG_EQ] = ACTIONS(2495), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2497), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2497), + [anon_sym_LT_EQ] = ACTIONS(2497), + [anon_sym_GT_EQ] = ACTIONS(2497), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2497), + [anon_sym_DOT_DOT_LT] = ACTIONS(2497), + [anon_sym_is] = ACTIONS(2497), + [anon_sym_PLUS] = ACTIONS(2495), + [anon_sym_DASH] = ACTIONS(2495), + [anon_sym_STAR] = ACTIONS(2495), + [anon_sym_SLASH] = ACTIONS(2495), + [anon_sym_PERCENT] = ACTIONS(2495), + [anon_sym_PLUS_PLUS] = ACTIONS(2497), + [anon_sym_DASH_DASH] = ACTIONS(2497), + [anon_sym_PIPE] = ACTIONS(2497), + [anon_sym_CARET] = ACTIONS(2495), + [anon_sym_LT_LT] = ACTIONS(2497), + [anon_sym_GT_GT] = ACTIONS(2497), + [anon_sym_import] = ACTIONS(2497), + [anon_sym_typealias] = ACTIONS(2497), + [anon_sym_struct] = ACTIONS(2497), + [anon_sym_class] = ACTIONS(2497), + [anon_sym_enum] = ACTIONS(2497), + [anon_sym_protocol] = ACTIONS(2497), + [anon_sym_let] = ACTIONS(2497), + [anon_sym_var] = ACTIONS(2497), + [anon_sym_func] = ACTIONS(2497), + [anon_sym_extension] = ACTIONS(2497), + [anon_sym_indirect] = ACTIONS(2497), + [anon_sym_SEMI] = ACTIONS(2497), + [anon_sym_init] = ACTIONS(2497), + [anon_sym_deinit] = ACTIONS(2497), + [anon_sym_subscript] = ACTIONS(2497), + [anon_sym_prefix] = ACTIONS(2497), + [anon_sym_infix] = ACTIONS(2497), + [anon_sym_postfix] = ACTIONS(2497), + [anon_sym_precedencegroup] = ACTIONS(2497), + [anon_sym_associatedtype] = ACTIONS(2497), + [anon_sym_AT] = ACTIONS(2495), + [anon_sym_override] = ACTIONS(2497), + [anon_sym_convenience] = ACTIONS(2497), + [anon_sym_required] = ACTIONS(2497), + [anon_sym_nonisolated] = ACTIONS(2497), + [anon_sym_public] = ACTIONS(2497), + [anon_sym_private] = ACTIONS(2497), + [anon_sym_internal] = ACTIONS(2497), + [anon_sym_fileprivate] = ACTIONS(2497), + [anon_sym_open] = ACTIONS(2497), + [anon_sym_mutating] = ACTIONS(2497), + [anon_sym_nonmutating] = ACTIONS(2497), + [anon_sym_static] = ACTIONS(2497), + [anon_sym_dynamic] = ACTIONS(2497), + [anon_sym_optional] = ACTIONS(2497), + [anon_sym_distributed] = ACTIONS(2497), + [anon_sym_final] = ACTIONS(2497), + [anon_sym_inout] = ACTIONS(2497), + [anon_sym_ATescaping] = ACTIONS(2497), + [anon_sym_ATautoclosure] = ACTIONS(2497), + [anon_sym_weak] = ACTIONS(2497), + [anon_sym_unowned] = ACTIONS(2495), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2497), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2497), + [anon_sym_borrowing] = ACTIONS(2497), + [anon_sym_consuming] = ACTIONS(2497), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2497), + [sym__conjunction_operator_custom] = ACTIONS(2497), + [sym__disjunction_operator_custom] = ACTIONS(2497), + [sym__nil_coalescing_operator_custom] = ACTIONS(2497), + [sym__eq_custom] = ACTIONS(2497), + [sym__eq_eq_custom] = ACTIONS(2497), + [sym__plus_then_ws] = ACTIONS(2497), + [sym__minus_then_ws] = ACTIONS(2497), + [sym__bang_custom] = ACTIONS(2497), + [sym__as_custom] = ACTIONS(2497), + [sym__as_quest_custom] = ACTIONS(2497), + [sym__as_bang_custom] = ACTIONS(2497), + [sym__custom_operator] = ACTIONS(2497), + }, + [STATE(903)] = { + [anon_sym_BANG] = ACTIONS(2499), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2501), + [anon_sym_async] = ACTIONS(2501), + [anon_sym_lazy] = ACTIONS(2501), + [anon_sym_package] = ACTIONS(2501), + [anon_sym_RPAREN] = ACTIONS(2501), + [anon_sym_COMMA] = ACTIONS(2501), + [anon_sym_COLON] = ACTIONS(2501), + [anon_sym_LPAREN] = ACTIONS(2501), + [anon_sym_LBRACK] = ACTIONS(2501), + [anon_sym_RBRACK] = ACTIONS(2501), + [anon_sym_QMARK] = ACTIONS(2499), + [anon_sym_QMARK2] = ACTIONS(2501), + [anon_sym_AMP] = ACTIONS(2501), + [aux_sym_custom_operator_token1] = ACTIONS(2501), + [anon_sym_LT] = ACTIONS(2499), + [anon_sym_GT] = ACTIONS(2499), + [anon_sym_LBRACE] = ACTIONS(2501), + [anon_sym_CARET_LBRACE] = ACTIONS(2501), + [anon_sym_RBRACE] = ACTIONS(2501), + [anon_sym_case] = ACTIONS(2501), + [anon_sym_PLUS_EQ] = ACTIONS(2501), + [anon_sym_DASH_EQ] = ACTIONS(2501), + [anon_sym_STAR_EQ] = ACTIONS(2501), + [anon_sym_SLASH_EQ] = ACTIONS(2501), + [anon_sym_PERCENT_EQ] = ACTIONS(2501), + [anon_sym_BANG_EQ] = ACTIONS(2499), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2501), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2501), + [anon_sym_LT_EQ] = ACTIONS(2501), + [anon_sym_GT_EQ] = ACTIONS(2501), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2501), + [anon_sym_DOT_DOT_LT] = ACTIONS(2501), + [anon_sym_is] = ACTIONS(2501), + [anon_sym_PLUS] = ACTIONS(2499), + [anon_sym_DASH] = ACTIONS(2499), + [anon_sym_STAR] = ACTIONS(2499), + [anon_sym_SLASH] = ACTIONS(2499), + [anon_sym_PERCENT] = ACTIONS(2499), + [anon_sym_PLUS_PLUS] = ACTIONS(2501), + [anon_sym_DASH_DASH] = ACTIONS(2501), + [anon_sym_PIPE] = ACTIONS(2501), + [anon_sym_CARET] = ACTIONS(2499), + [anon_sym_LT_LT] = ACTIONS(2501), + [anon_sym_GT_GT] = ACTIONS(2501), + [anon_sym_import] = ACTIONS(2501), + [anon_sym_typealias] = ACTIONS(2501), + [anon_sym_struct] = ACTIONS(2501), + [anon_sym_class] = ACTIONS(2501), + [anon_sym_enum] = ACTIONS(2501), + [anon_sym_protocol] = ACTIONS(2501), + [anon_sym_let] = ACTIONS(2501), + [anon_sym_var] = ACTIONS(2501), + [anon_sym_func] = ACTIONS(2501), + [anon_sym_extension] = ACTIONS(2501), + [anon_sym_indirect] = ACTIONS(2501), + [anon_sym_SEMI] = ACTIONS(2501), + [anon_sym_init] = ACTIONS(2501), + [anon_sym_deinit] = ACTIONS(2501), + [anon_sym_subscript] = ACTIONS(2501), + [anon_sym_prefix] = ACTIONS(2501), + [anon_sym_infix] = ACTIONS(2501), + [anon_sym_postfix] = ACTIONS(2501), + [anon_sym_precedencegroup] = ACTIONS(2501), + [anon_sym_associatedtype] = ACTIONS(2501), + [anon_sym_AT] = ACTIONS(2499), + [anon_sym_override] = ACTIONS(2501), + [anon_sym_convenience] = ACTIONS(2501), + [anon_sym_required] = ACTIONS(2501), + [anon_sym_nonisolated] = ACTIONS(2501), + [anon_sym_public] = ACTIONS(2501), + [anon_sym_private] = ACTIONS(2501), + [anon_sym_internal] = ACTIONS(2501), + [anon_sym_fileprivate] = ACTIONS(2501), + [anon_sym_open] = ACTIONS(2501), + [anon_sym_mutating] = ACTIONS(2501), + [anon_sym_nonmutating] = ACTIONS(2501), + [anon_sym_static] = ACTIONS(2501), + [anon_sym_dynamic] = ACTIONS(2501), + [anon_sym_optional] = ACTIONS(2501), + [anon_sym_distributed] = ACTIONS(2501), + [anon_sym_final] = ACTIONS(2501), + [anon_sym_inout] = ACTIONS(2501), + [anon_sym_ATescaping] = ACTIONS(2501), + [anon_sym_ATautoclosure] = ACTIONS(2501), + [anon_sym_weak] = ACTIONS(2501), + [anon_sym_unowned] = ACTIONS(2499), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2501), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2501), + [anon_sym_borrowing] = ACTIONS(2501), + [anon_sym_consuming] = ACTIONS(2501), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2501), + [sym__conjunction_operator_custom] = ACTIONS(2501), + [sym__disjunction_operator_custom] = ACTIONS(2501), + [sym__nil_coalescing_operator_custom] = ACTIONS(2501), + [sym__eq_custom] = ACTIONS(2501), + [sym__eq_eq_custom] = ACTIONS(2501), + [sym__plus_then_ws] = ACTIONS(2501), + [sym__minus_then_ws] = ACTIONS(2501), + [sym__bang_custom] = ACTIONS(2501), + [sym__as_custom] = ACTIONS(2501), + [sym__as_quest_custom] = ACTIONS(2501), + [sym__as_bang_custom] = ACTIONS(2501), + [sym__custom_operator] = ACTIONS(2501), + }, + [STATE(904)] = { + [anon_sym_BANG] = ACTIONS(1777), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(1772), + [anon_sym_async] = ACTIONS(1772), + [anon_sym_lazy] = ACTIONS(1772), + [anon_sym_package] = ACTIONS(1772), + [anon_sym_RPAREN] = ACTIONS(1772), + [anon_sym_COMMA] = ACTIONS(1772), + [anon_sym_COLON] = ACTIONS(1772), + [anon_sym_LPAREN] = ACTIONS(1772), + [anon_sym_LBRACK] = ACTIONS(1772), + [anon_sym_RBRACK] = ACTIONS(1772), + [anon_sym_QMARK] = ACTIONS(1777), + [anon_sym_QMARK2] = ACTIONS(1772), + [anon_sym_AMP] = ACTIONS(1772), + [aux_sym_custom_operator_token1] = ACTIONS(1772), + [anon_sym_LT] = ACTIONS(1777), + [anon_sym_GT] = ACTIONS(1777), + [anon_sym_LBRACE] = ACTIONS(1772), + [anon_sym_CARET_LBRACE] = ACTIONS(1772), + [anon_sym_RBRACE] = ACTIONS(1772), + [anon_sym_case] = ACTIONS(1772), + [anon_sym_PLUS_EQ] = ACTIONS(1772), + [anon_sym_DASH_EQ] = ACTIONS(1772), + [anon_sym_STAR_EQ] = ACTIONS(1772), + [anon_sym_SLASH_EQ] = ACTIONS(1772), + [anon_sym_PERCENT_EQ] = ACTIONS(1772), + [anon_sym_BANG_EQ] = ACTIONS(1777), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1772), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1772), + [anon_sym_LT_EQ] = ACTIONS(1772), + [anon_sym_GT_EQ] = ACTIONS(1772), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1772), + [anon_sym_DOT_DOT_LT] = ACTIONS(1772), + [anon_sym_is] = ACTIONS(1772), + [anon_sym_PLUS] = ACTIONS(1777), + [anon_sym_DASH] = ACTIONS(1777), + [anon_sym_STAR] = ACTIONS(1777), + [anon_sym_SLASH] = ACTIONS(1777), + [anon_sym_PERCENT] = ACTIONS(1777), + [anon_sym_PLUS_PLUS] = ACTIONS(1772), + [anon_sym_DASH_DASH] = ACTIONS(1772), + [anon_sym_PIPE] = ACTIONS(1772), + [anon_sym_CARET] = ACTIONS(1777), + [anon_sym_LT_LT] = ACTIONS(1772), + [anon_sym_GT_GT] = ACTIONS(1772), + [anon_sym_import] = ACTIONS(1772), + [anon_sym_typealias] = ACTIONS(1772), + [anon_sym_struct] = ACTIONS(1772), + [anon_sym_class] = ACTIONS(1772), + [anon_sym_enum] = ACTIONS(1772), + [anon_sym_protocol] = ACTIONS(1772), + [anon_sym_let] = ACTIONS(1772), + [anon_sym_var] = ACTIONS(1772), + [anon_sym_func] = ACTIONS(1772), + [anon_sym_extension] = ACTIONS(1772), + [anon_sym_indirect] = ACTIONS(1772), + [anon_sym_SEMI] = ACTIONS(1772), + [anon_sym_init] = ACTIONS(1772), + [anon_sym_deinit] = ACTIONS(1772), + [anon_sym_subscript] = ACTIONS(1772), + [anon_sym_prefix] = ACTIONS(1772), + [anon_sym_infix] = ACTIONS(1772), + [anon_sym_postfix] = ACTIONS(1772), + [anon_sym_precedencegroup] = ACTIONS(1772), + [anon_sym_associatedtype] = ACTIONS(1772), + [anon_sym_AT] = ACTIONS(1777), + [anon_sym_override] = ACTIONS(1772), + [anon_sym_convenience] = ACTIONS(1772), + [anon_sym_required] = ACTIONS(1772), + [anon_sym_nonisolated] = ACTIONS(1772), + [anon_sym_public] = ACTIONS(1772), + [anon_sym_private] = ACTIONS(1772), + [anon_sym_internal] = ACTIONS(1772), + [anon_sym_fileprivate] = ACTIONS(1772), + [anon_sym_open] = ACTIONS(1772), + [anon_sym_mutating] = ACTIONS(1772), + [anon_sym_nonmutating] = ACTIONS(1772), + [anon_sym_static] = ACTIONS(1772), + [anon_sym_dynamic] = ACTIONS(1772), + [anon_sym_optional] = ACTIONS(1772), + [anon_sym_distributed] = ACTIONS(1772), + [anon_sym_final] = ACTIONS(1772), + [anon_sym_inout] = ACTIONS(1772), + [anon_sym_ATescaping] = ACTIONS(1772), + [anon_sym_ATautoclosure] = ACTIONS(1772), + [anon_sym_weak] = ACTIONS(1772), + [anon_sym_unowned] = ACTIONS(1777), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(1772), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(1772), + [anon_sym_borrowing] = ACTIONS(1772), + [anon_sym_consuming] = ACTIONS(1772), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1772), + [sym__conjunction_operator_custom] = ACTIONS(1772), + [sym__disjunction_operator_custom] = ACTIONS(1772), + [sym__nil_coalescing_operator_custom] = ACTIONS(1772), + [sym__eq_custom] = ACTIONS(1772), + [sym__eq_eq_custom] = ACTIONS(1772), + [sym__plus_then_ws] = ACTIONS(1772), + [sym__minus_then_ws] = ACTIONS(1772), + [sym__bang_custom] = ACTIONS(1772), + [sym__as_custom] = ACTIONS(1772), + [sym__as_quest_custom] = ACTIONS(1772), + [sym__as_bang_custom] = ACTIONS(1772), + [sym__custom_operator] = ACTIONS(1772), + }, + [STATE(905)] = { + [anon_sym_BANG] = ACTIONS(2503), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2505), + [anon_sym_async] = ACTIONS(2505), + [anon_sym_lazy] = ACTIONS(2505), + [anon_sym_package] = ACTIONS(2505), + [anon_sym_RPAREN] = ACTIONS(2505), + [anon_sym_COMMA] = ACTIONS(2505), + [anon_sym_COLON] = ACTIONS(2505), + [anon_sym_LPAREN] = ACTIONS(2505), + [anon_sym_LBRACK] = ACTIONS(2505), + [anon_sym_RBRACK] = ACTIONS(2505), + [anon_sym_QMARK] = ACTIONS(2503), + [anon_sym_QMARK2] = ACTIONS(2505), + [anon_sym_AMP] = ACTIONS(2505), + [aux_sym_custom_operator_token1] = ACTIONS(2505), + [anon_sym_LT] = ACTIONS(2503), + [anon_sym_GT] = ACTIONS(2503), + [anon_sym_LBRACE] = ACTIONS(2505), + [anon_sym_CARET_LBRACE] = ACTIONS(2505), + [anon_sym_RBRACE] = ACTIONS(2505), + [anon_sym_case] = ACTIONS(2505), + [anon_sym_PLUS_EQ] = ACTIONS(2505), + [anon_sym_DASH_EQ] = ACTIONS(2505), + [anon_sym_STAR_EQ] = ACTIONS(2505), + [anon_sym_SLASH_EQ] = ACTIONS(2505), + [anon_sym_PERCENT_EQ] = ACTIONS(2505), + [anon_sym_BANG_EQ] = ACTIONS(2503), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2505), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2505), + [anon_sym_LT_EQ] = ACTIONS(2505), + [anon_sym_GT_EQ] = ACTIONS(2505), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2505), + [anon_sym_DOT_DOT_LT] = ACTIONS(2505), + [anon_sym_is] = ACTIONS(2505), + [anon_sym_PLUS] = ACTIONS(2503), + [anon_sym_DASH] = ACTIONS(2503), + [anon_sym_STAR] = ACTIONS(2503), + [anon_sym_SLASH] = ACTIONS(2503), + [anon_sym_PERCENT] = ACTIONS(2503), + [anon_sym_PLUS_PLUS] = ACTIONS(2505), + [anon_sym_DASH_DASH] = ACTIONS(2505), + [anon_sym_PIPE] = ACTIONS(2505), + [anon_sym_CARET] = ACTIONS(2503), + [anon_sym_LT_LT] = ACTIONS(2505), + [anon_sym_GT_GT] = ACTIONS(2505), + [anon_sym_import] = ACTIONS(2505), + [anon_sym_typealias] = ACTIONS(2505), + [anon_sym_struct] = ACTIONS(2505), + [anon_sym_class] = ACTIONS(2505), + [anon_sym_enum] = ACTIONS(2505), + [anon_sym_protocol] = ACTIONS(2505), + [anon_sym_let] = ACTIONS(2505), + [anon_sym_var] = ACTIONS(2505), + [anon_sym_func] = ACTIONS(2505), + [anon_sym_extension] = ACTIONS(2505), + [anon_sym_indirect] = ACTIONS(2505), + [anon_sym_SEMI] = ACTIONS(2505), + [anon_sym_init] = ACTIONS(2505), + [anon_sym_deinit] = ACTIONS(2505), + [anon_sym_subscript] = ACTIONS(2505), + [anon_sym_prefix] = ACTIONS(2505), + [anon_sym_infix] = ACTIONS(2505), + [anon_sym_postfix] = ACTIONS(2505), + [anon_sym_precedencegroup] = ACTIONS(2505), + [anon_sym_associatedtype] = ACTIONS(2505), + [anon_sym_AT] = ACTIONS(2503), + [anon_sym_override] = ACTIONS(2505), + [anon_sym_convenience] = ACTIONS(2505), + [anon_sym_required] = ACTIONS(2505), + [anon_sym_nonisolated] = ACTIONS(2505), + [anon_sym_public] = ACTIONS(2505), + [anon_sym_private] = ACTIONS(2505), + [anon_sym_internal] = ACTIONS(2505), + [anon_sym_fileprivate] = ACTIONS(2505), + [anon_sym_open] = ACTIONS(2505), + [anon_sym_mutating] = ACTIONS(2505), + [anon_sym_nonmutating] = ACTIONS(2505), + [anon_sym_static] = ACTIONS(2505), + [anon_sym_dynamic] = ACTIONS(2505), + [anon_sym_optional] = ACTIONS(2505), + [anon_sym_distributed] = ACTIONS(2505), + [anon_sym_final] = ACTIONS(2505), + [anon_sym_inout] = ACTIONS(2505), + [anon_sym_ATescaping] = ACTIONS(2505), + [anon_sym_ATautoclosure] = ACTIONS(2505), + [anon_sym_weak] = ACTIONS(2505), + [anon_sym_unowned] = ACTIONS(2503), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2505), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2505), + [anon_sym_borrowing] = ACTIONS(2505), + [anon_sym_consuming] = ACTIONS(2505), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2505), + [sym__conjunction_operator_custom] = ACTIONS(2505), + [sym__disjunction_operator_custom] = ACTIONS(2505), + [sym__nil_coalescing_operator_custom] = ACTIONS(2505), + [sym__eq_custom] = ACTIONS(2505), + [sym__eq_eq_custom] = ACTIONS(2505), + [sym__plus_then_ws] = ACTIONS(2505), + [sym__minus_then_ws] = ACTIONS(2505), + [sym__bang_custom] = ACTIONS(2505), + [sym__as_custom] = ACTIONS(2505), + [sym__as_quest_custom] = ACTIONS(2505), + [sym__as_bang_custom] = ACTIONS(2505), + [sym__custom_operator] = ACTIONS(2505), + }, + [STATE(906)] = { + [anon_sym_BANG] = ACTIONS(2507), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2509), + [anon_sym_async] = ACTIONS(2509), + [anon_sym_lazy] = ACTIONS(2509), + [anon_sym_package] = ACTIONS(2509), + [anon_sym_RPAREN] = ACTIONS(2509), + [anon_sym_COMMA] = ACTIONS(2509), + [anon_sym_COLON] = ACTIONS(2509), + [anon_sym_LPAREN] = ACTIONS(2509), + [anon_sym_LBRACK] = ACTIONS(2509), + [anon_sym_RBRACK] = ACTIONS(2509), + [anon_sym_QMARK] = ACTIONS(2507), + [anon_sym_QMARK2] = ACTIONS(2509), + [anon_sym_AMP] = ACTIONS(2509), + [aux_sym_custom_operator_token1] = ACTIONS(2509), + [anon_sym_LT] = ACTIONS(2507), + [anon_sym_GT] = ACTIONS(2507), + [anon_sym_LBRACE] = ACTIONS(2509), + [anon_sym_CARET_LBRACE] = ACTIONS(2509), + [anon_sym_RBRACE] = ACTIONS(2509), + [anon_sym_case] = ACTIONS(2509), + [anon_sym_PLUS_EQ] = ACTIONS(2509), + [anon_sym_DASH_EQ] = ACTIONS(2509), + [anon_sym_STAR_EQ] = ACTIONS(2509), + [anon_sym_SLASH_EQ] = ACTIONS(2509), + [anon_sym_PERCENT_EQ] = ACTIONS(2509), + [anon_sym_BANG_EQ] = ACTIONS(2507), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2509), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2509), + [anon_sym_LT_EQ] = ACTIONS(2509), + [anon_sym_GT_EQ] = ACTIONS(2509), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2509), + [anon_sym_DOT_DOT_LT] = ACTIONS(2509), + [anon_sym_is] = ACTIONS(2509), + [anon_sym_PLUS] = ACTIONS(2507), + [anon_sym_DASH] = ACTIONS(2507), + [anon_sym_STAR] = ACTIONS(2507), + [anon_sym_SLASH] = ACTIONS(2507), + [anon_sym_PERCENT] = ACTIONS(2507), + [anon_sym_PLUS_PLUS] = ACTIONS(2509), + [anon_sym_DASH_DASH] = ACTIONS(2509), + [anon_sym_PIPE] = ACTIONS(2509), + [anon_sym_CARET] = ACTIONS(2507), + [anon_sym_LT_LT] = ACTIONS(2509), + [anon_sym_GT_GT] = ACTIONS(2509), + [anon_sym_import] = ACTIONS(2509), + [anon_sym_typealias] = ACTIONS(2509), + [anon_sym_struct] = ACTIONS(2509), + [anon_sym_class] = ACTIONS(2509), + [anon_sym_enum] = ACTIONS(2509), + [anon_sym_protocol] = ACTIONS(2509), + [anon_sym_let] = ACTIONS(2509), + [anon_sym_var] = ACTIONS(2509), + [anon_sym_func] = ACTIONS(2509), + [anon_sym_extension] = ACTIONS(2509), + [anon_sym_indirect] = ACTIONS(2509), + [anon_sym_SEMI] = ACTIONS(2509), + [anon_sym_init] = ACTIONS(2509), + [anon_sym_deinit] = ACTIONS(2509), + [anon_sym_subscript] = ACTIONS(2509), + [anon_sym_prefix] = ACTIONS(2509), + [anon_sym_infix] = ACTIONS(2509), + [anon_sym_postfix] = ACTIONS(2509), + [anon_sym_precedencegroup] = ACTIONS(2509), + [anon_sym_associatedtype] = ACTIONS(2509), + [anon_sym_AT] = ACTIONS(2507), + [anon_sym_override] = ACTIONS(2509), + [anon_sym_convenience] = ACTIONS(2509), + [anon_sym_required] = ACTIONS(2509), + [anon_sym_nonisolated] = ACTIONS(2509), + [anon_sym_public] = ACTIONS(2509), + [anon_sym_private] = ACTIONS(2509), + [anon_sym_internal] = ACTIONS(2509), + [anon_sym_fileprivate] = ACTIONS(2509), + [anon_sym_open] = ACTIONS(2509), + [anon_sym_mutating] = ACTIONS(2509), + [anon_sym_nonmutating] = ACTIONS(2509), + [anon_sym_static] = ACTIONS(2509), + [anon_sym_dynamic] = ACTIONS(2509), + [anon_sym_optional] = ACTIONS(2509), + [anon_sym_distributed] = ACTIONS(2509), + [anon_sym_final] = ACTIONS(2509), + [anon_sym_inout] = ACTIONS(2509), + [anon_sym_ATescaping] = ACTIONS(2509), + [anon_sym_ATautoclosure] = ACTIONS(2509), + [anon_sym_weak] = ACTIONS(2509), + [anon_sym_unowned] = ACTIONS(2507), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2509), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2509), + [anon_sym_borrowing] = ACTIONS(2509), + [anon_sym_consuming] = ACTIONS(2509), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2509), + [sym__conjunction_operator_custom] = ACTIONS(2509), + [sym__disjunction_operator_custom] = ACTIONS(2509), + [sym__nil_coalescing_operator_custom] = ACTIONS(2509), + [sym__eq_custom] = ACTIONS(2509), + [sym__eq_eq_custom] = ACTIONS(2509), + [sym__plus_then_ws] = ACTIONS(2509), + [sym__minus_then_ws] = ACTIONS(2509), + [sym__bang_custom] = ACTIONS(2509), + [sym__as_custom] = ACTIONS(2509), + [sym__as_quest_custom] = ACTIONS(2509), + [sym__as_bang_custom] = ACTIONS(2509), + [sym__custom_operator] = ACTIONS(2509), + }, + [STATE(907)] = { + [anon_sym_BANG] = ACTIONS(2511), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2513), + [anon_sym_async] = ACTIONS(2513), + [anon_sym_lazy] = ACTIONS(2513), + [anon_sym_package] = ACTIONS(2513), + [anon_sym_RPAREN] = ACTIONS(2513), + [anon_sym_COMMA] = ACTIONS(2513), + [anon_sym_COLON] = ACTIONS(2513), + [anon_sym_LPAREN] = ACTIONS(2513), + [anon_sym_LBRACK] = ACTIONS(2513), + [anon_sym_RBRACK] = ACTIONS(2513), + [anon_sym_QMARK] = ACTIONS(2511), + [anon_sym_QMARK2] = ACTIONS(2513), + [anon_sym_AMP] = ACTIONS(2513), + [aux_sym_custom_operator_token1] = ACTIONS(2513), + [anon_sym_LT] = ACTIONS(2511), + [anon_sym_GT] = ACTIONS(2511), + [anon_sym_LBRACE] = ACTIONS(2513), + [anon_sym_CARET_LBRACE] = ACTIONS(2513), + [anon_sym_RBRACE] = ACTIONS(2513), + [anon_sym_case] = ACTIONS(2513), + [anon_sym_PLUS_EQ] = ACTIONS(2513), + [anon_sym_DASH_EQ] = ACTIONS(2513), + [anon_sym_STAR_EQ] = ACTIONS(2513), + [anon_sym_SLASH_EQ] = ACTIONS(2513), + [anon_sym_PERCENT_EQ] = ACTIONS(2513), + [anon_sym_BANG_EQ] = ACTIONS(2511), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2513), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2513), + [anon_sym_LT_EQ] = ACTIONS(2513), + [anon_sym_GT_EQ] = ACTIONS(2513), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2513), + [anon_sym_DOT_DOT_LT] = ACTIONS(2513), + [anon_sym_is] = ACTIONS(2513), + [anon_sym_PLUS] = ACTIONS(2511), + [anon_sym_DASH] = ACTIONS(2511), + [anon_sym_STAR] = ACTIONS(2511), + [anon_sym_SLASH] = ACTIONS(2511), + [anon_sym_PERCENT] = ACTIONS(2511), + [anon_sym_PLUS_PLUS] = ACTIONS(2513), + [anon_sym_DASH_DASH] = ACTIONS(2513), + [anon_sym_PIPE] = ACTIONS(2513), + [anon_sym_CARET] = ACTIONS(2511), + [anon_sym_LT_LT] = ACTIONS(2513), + [anon_sym_GT_GT] = ACTIONS(2513), + [anon_sym_import] = ACTIONS(2513), + [anon_sym_typealias] = ACTIONS(2513), + [anon_sym_struct] = ACTIONS(2513), + [anon_sym_class] = ACTIONS(2513), + [anon_sym_enum] = ACTIONS(2513), + [anon_sym_protocol] = ACTIONS(2513), + [anon_sym_let] = ACTIONS(2513), + [anon_sym_var] = ACTIONS(2513), + [anon_sym_func] = ACTIONS(2513), + [anon_sym_extension] = ACTIONS(2513), + [anon_sym_indirect] = ACTIONS(2513), + [anon_sym_SEMI] = ACTIONS(2513), + [anon_sym_init] = ACTIONS(2513), + [anon_sym_deinit] = ACTIONS(2513), + [anon_sym_subscript] = ACTIONS(2513), + [anon_sym_prefix] = ACTIONS(2513), + [anon_sym_infix] = ACTIONS(2513), + [anon_sym_postfix] = ACTIONS(2513), + [anon_sym_precedencegroup] = ACTIONS(2513), + [anon_sym_associatedtype] = ACTIONS(2513), + [anon_sym_AT] = ACTIONS(2511), + [anon_sym_override] = ACTIONS(2513), + [anon_sym_convenience] = ACTIONS(2513), + [anon_sym_required] = ACTIONS(2513), + [anon_sym_nonisolated] = ACTIONS(2513), + [anon_sym_public] = ACTIONS(2513), + [anon_sym_private] = ACTIONS(2513), + [anon_sym_internal] = ACTIONS(2513), + [anon_sym_fileprivate] = ACTIONS(2513), + [anon_sym_open] = ACTIONS(2513), + [anon_sym_mutating] = ACTIONS(2513), + [anon_sym_nonmutating] = ACTIONS(2513), + [anon_sym_static] = ACTIONS(2513), + [anon_sym_dynamic] = ACTIONS(2513), + [anon_sym_optional] = ACTIONS(2513), + [anon_sym_distributed] = ACTIONS(2513), + [anon_sym_final] = ACTIONS(2513), + [anon_sym_inout] = ACTIONS(2513), + [anon_sym_ATescaping] = ACTIONS(2513), + [anon_sym_ATautoclosure] = ACTIONS(2513), + [anon_sym_weak] = ACTIONS(2513), + [anon_sym_unowned] = ACTIONS(2511), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2513), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2513), + [anon_sym_borrowing] = ACTIONS(2513), + [anon_sym_consuming] = ACTIONS(2513), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2513), + [sym__conjunction_operator_custom] = ACTIONS(2513), + [sym__disjunction_operator_custom] = ACTIONS(2513), + [sym__nil_coalescing_operator_custom] = ACTIONS(2513), + [sym__eq_custom] = ACTIONS(2513), + [sym__eq_eq_custom] = ACTIONS(2513), + [sym__plus_then_ws] = ACTIONS(2513), + [sym__minus_then_ws] = ACTIONS(2513), + [sym__bang_custom] = ACTIONS(2513), + [sym__as_custom] = ACTIONS(2513), + [sym__as_quest_custom] = ACTIONS(2513), + [sym__as_bang_custom] = ACTIONS(2513), + [sym__custom_operator] = ACTIONS(2513), + }, + [STATE(908)] = { + [anon_sym_BANG] = ACTIONS(2515), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2517), + [anon_sym_async] = ACTIONS(2517), + [anon_sym_lazy] = ACTIONS(2517), + [anon_sym_package] = ACTIONS(2517), + [anon_sym_RPAREN] = ACTIONS(2517), + [anon_sym_COMMA] = ACTIONS(2517), + [anon_sym_COLON] = ACTIONS(2517), + [anon_sym_LPAREN] = ACTIONS(2517), + [anon_sym_LBRACK] = ACTIONS(2517), + [anon_sym_RBRACK] = ACTIONS(2517), + [anon_sym_QMARK] = ACTIONS(2515), + [anon_sym_QMARK2] = ACTIONS(2517), + [anon_sym_AMP] = ACTIONS(2517), + [aux_sym_custom_operator_token1] = ACTIONS(2517), + [anon_sym_LT] = ACTIONS(2515), + [anon_sym_GT] = ACTIONS(2515), + [anon_sym_LBRACE] = ACTIONS(2517), + [anon_sym_CARET_LBRACE] = ACTIONS(2517), + [anon_sym_RBRACE] = ACTIONS(2517), + [anon_sym_case] = ACTIONS(2517), + [anon_sym_PLUS_EQ] = ACTIONS(2517), + [anon_sym_DASH_EQ] = ACTIONS(2517), + [anon_sym_STAR_EQ] = ACTIONS(2517), + [anon_sym_SLASH_EQ] = ACTIONS(2517), + [anon_sym_PERCENT_EQ] = ACTIONS(2517), + [anon_sym_BANG_EQ] = ACTIONS(2515), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2517), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2517), + [anon_sym_LT_EQ] = ACTIONS(2517), + [anon_sym_GT_EQ] = ACTIONS(2517), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2517), + [anon_sym_DOT_DOT_LT] = ACTIONS(2517), + [anon_sym_is] = ACTIONS(2517), + [anon_sym_PLUS] = ACTIONS(2515), + [anon_sym_DASH] = ACTIONS(2515), + [anon_sym_STAR] = ACTIONS(2515), + [anon_sym_SLASH] = ACTIONS(2515), + [anon_sym_PERCENT] = ACTIONS(2515), + [anon_sym_PLUS_PLUS] = ACTIONS(2517), + [anon_sym_DASH_DASH] = ACTIONS(2517), + [anon_sym_PIPE] = ACTIONS(2517), + [anon_sym_CARET] = ACTIONS(2515), + [anon_sym_LT_LT] = ACTIONS(2517), + [anon_sym_GT_GT] = ACTIONS(2517), + [anon_sym_import] = ACTIONS(2517), + [anon_sym_typealias] = ACTIONS(2517), + [anon_sym_struct] = ACTIONS(2517), + [anon_sym_class] = ACTIONS(2517), + [anon_sym_enum] = ACTIONS(2517), + [anon_sym_protocol] = ACTIONS(2517), + [anon_sym_let] = ACTIONS(2517), + [anon_sym_var] = ACTIONS(2517), + [anon_sym_func] = ACTIONS(2517), + [anon_sym_extension] = ACTIONS(2517), + [anon_sym_indirect] = ACTIONS(2517), + [anon_sym_SEMI] = ACTIONS(2517), + [anon_sym_init] = ACTIONS(2517), + [anon_sym_deinit] = ACTIONS(2517), + [anon_sym_subscript] = ACTIONS(2517), + [anon_sym_prefix] = ACTIONS(2517), + [anon_sym_infix] = ACTIONS(2517), + [anon_sym_postfix] = ACTIONS(2517), + [anon_sym_precedencegroup] = ACTIONS(2517), + [anon_sym_associatedtype] = ACTIONS(2517), + [anon_sym_AT] = ACTIONS(2515), + [anon_sym_override] = ACTIONS(2517), + [anon_sym_convenience] = ACTIONS(2517), + [anon_sym_required] = ACTIONS(2517), + [anon_sym_nonisolated] = ACTIONS(2517), + [anon_sym_public] = ACTIONS(2517), + [anon_sym_private] = ACTIONS(2517), + [anon_sym_internal] = ACTIONS(2517), + [anon_sym_fileprivate] = ACTIONS(2517), + [anon_sym_open] = ACTIONS(2517), + [anon_sym_mutating] = ACTIONS(2517), + [anon_sym_nonmutating] = ACTIONS(2517), + [anon_sym_static] = ACTIONS(2517), + [anon_sym_dynamic] = ACTIONS(2517), + [anon_sym_optional] = ACTIONS(2517), + [anon_sym_distributed] = ACTIONS(2517), + [anon_sym_final] = ACTIONS(2517), + [anon_sym_inout] = ACTIONS(2517), + [anon_sym_ATescaping] = ACTIONS(2517), + [anon_sym_ATautoclosure] = ACTIONS(2517), + [anon_sym_weak] = ACTIONS(2517), + [anon_sym_unowned] = ACTIONS(2515), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2517), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2517), + [anon_sym_borrowing] = ACTIONS(2517), + [anon_sym_consuming] = ACTIONS(2517), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2517), + [sym__conjunction_operator_custom] = ACTIONS(2517), + [sym__disjunction_operator_custom] = ACTIONS(2517), + [sym__nil_coalescing_operator_custom] = ACTIONS(2517), + [sym__eq_custom] = ACTIONS(2517), + [sym__eq_eq_custom] = ACTIONS(2517), + [sym__plus_then_ws] = ACTIONS(2517), + [sym__minus_then_ws] = ACTIONS(2517), + [sym__bang_custom] = ACTIONS(2517), + [sym__as_custom] = ACTIONS(2517), + [sym__as_quest_custom] = ACTIONS(2517), + [sym__as_bang_custom] = ACTIONS(2517), + [sym__custom_operator] = ACTIONS(2517), + }, + [STATE(909)] = { + [anon_sym_BANG] = ACTIONS(2519), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2521), + [anon_sym_async] = ACTIONS(2521), + [anon_sym_lazy] = ACTIONS(2521), + [anon_sym_package] = ACTIONS(2521), + [anon_sym_RPAREN] = ACTIONS(2521), + [anon_sym_COMMA] = ACTIONS(2521), + [anon_sym_COLON] = ACTIONS(2521), + [anon_sym_LPAREN] = ACTIONS(2521), + [anon_sym_LBRACK] = ACTIONS(2521), + [anon_sym_RBRACK] = ACTIONS(2521), + [anon_sym_QMARK] = ACTIONS(2519), + [anon_sym_QMARK2] = ACTIONS(2521), + [anon_sym_AMP] = ACTIONS(2521), + [aux_sym_custom_operator_token1] = ACTIONS(2521), + [anon_sym_LT] = ACTIONS(2519), + [anon_sym_GT] = ACTIONS(2519), + [anon_sym_LBRACE] = ACTIONS(2521), + [anon_sym_CARET_LBRACE] = ACTIONS(2521), + [anon_sym_RBRACE] = ACTIONS(2521), + [anon_sym_case] = ACTIONS(2521), + [anon_sym_PLUS_EQ] = ACTIONS(2521), + [anon_sym_DASH_EQ] = ACTIONS(2521), + [anon_sym_STAR_EQ] = ACTIONS(2521), + [anon_sym_SLASH_EQ] = ACTIONS(2521), + [anon_sym_PERCENT_EQ] = ACTIONS(2521), + [anon_sym_BANG_EQ] = ACTIONS(2519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2521), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2521), + [anon_sym_LT_EQ] = ACTIONS(2521), + [anon_sym_GT_EQ] = ACTIONS(2521), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2521), + [anon_sym_DOT_DOT_LT] = ACTIONS(2521), + [anon_sym_is] = ACTIONS(2521), + [anon_sym_PLUS] = ACTIONS(2519), + [anon_sym_DASH] = ACTIONS(2519), + [anon_sym_STAR] = ACTIONS(2519), + [anon_sym_SLASH] = ACTIONS(2519), + [anon_sym_PERCENT] = ACTIONS(2519), + [anon_sym_PLUS_PLUS] = ACTIONS(2521), + [anon_sym_DASH_DASH] = ACTIONS(2521), + [anon_sym_PIPE] = ACTIONS(2521), + [anon_sym_CARET] = ACTIONS(2519), + [anon_sym_LT_LT] = ACTIONS(2521), + [anon_sym_GT_GT] = ACTIONS(2521), + [anon_sym_import] = ACTIONS(2521), + [anon_sym_typealias] = ACTIONS(2521), + [anon_sym_struct] = ACTIONS(2521), + [anon_sym_class] = ACTIONS(2521), + [anon_sym_enum] = ACTIONS(2521), + [anon_sym_protocol] = ACTIONS(2521), + [anon_sym_let] = ACTIONS(2521), + [anon_sym_var] = ACTIONS(2521), + [anon_sym_func] = ACTIONS(2521), + [anon_sym_extension] = ACTIONS(2521), + [anon_sym_indirect] = ACTIONS(2521), + [anon_sym_SEMI] = ACTIONS(2521), + [anon_sym_init] = ACTIONS(2521), + [anon_sym_deinit] = ACTIONS(2521), + [anon_sym_subscript] = ACTIONS(2521), + [anon_sym_prefix] = ACTIONS(2521), + [anon_sym_infix] = ACTIONS(2521), + [anon_sym_postfix] = ACTIONS(2521), + [anon_sym_precedencegroup] = ACTIONS(2521), + [anon_sym_associatedtype] = ACTIONS(2521), + [anon_sym_AT] = ACTIONS(2519), + [anon_sym_override] = ACTIONS(2521), + [anon_sym_convenience] = ACTIONS(2521), + [anon_sym_required] = ACTIONS(2521), + [anon_sym_nonisolated] = ACTIONS(2521), + [anon_sym_public] = ACTIONS(2521), + [anon_sym_private] = ACTIONS(2521), + [anon_sym_internal] = ACTIONS(2521), + [anon_sym_fileprivate] = ACTIONS(2521), + [anon_sym_open] = ACTIONS(2521), + [anon_sym_mutating] = ACTIONS(2521), + [anon_sym_nonmutating] = ACTIONS(2521), + [anon_sym_static] = ACTIONS(2521), + [anon_sym_dynamic] = ACTIONS(2521), + [anon_sym_optional] = ACTIONS(2521), + [anon_sym_distributed] = ACTIONS(2521), + [anon_sym_final] = ACTIONS(2521), + [anon_sym_inout] = ACTIONS(2521), + [anon_sym_ATescaping] = ACTIONS(2521), + [anon_sym_ATautoclosure] = ACTIONS(2521), + [anon_sym_weak] = ACTIONS(2521), + [anon_sym_unowned] = ACTIONS(2519), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2521), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2521), + [anon_sym_borrowing] = ACTIONS(2521), + [anon_sym_consuming] = ACTIONS(2521), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2521), + [sym__conjunction_operator_custom] = ACTIONS(2521), + [sym__disjunction_operator_custom] = ACTIONS(2521), + [sym__nil_coalescing_operator_custom] = ACTIONS(2521), + [sym__eq_custom] = ACTIONS(2521), + [sym__eq_eq_custom] = ACTIONS(2521), + [sym__plus_then_ws] = ACTIONS(2521), + [sym__minus_then_ws] = ACTIONS(2521), + [sym__bang_custom] = ACTIONS(2521), + [sym__as_custom] = ACTIONS(2521), + [sym__as_quest_custom] = ACTIONS(2521), + [sym__as_bang_custom] = ACTIONS(2521), + [sym__custom_operator] = ACTIONS(2521), + }, + [STATE(910)] = { + [anon_sym_BANG] = ACTIONS(2331), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2333), + [anon_sym_async] = ACTIONS(2333), + [anon_sym_lazy] = ACTIONS(2333), + [anon_sym_package] = ACTIONS(2333), + [anon_sym_RPAREN] = ACTIONS(2333), + [anon_sym_COMMA] = ACTIONS(2333), + [anon_sym_COLON] = ACTIONS(2333), + [anon_sym_LPAREN] = ACTIONS(2333), + [anon_sym_LBRACK] = ACTIONS(2333), + [anon_sym_RBRACK] = ACTIONS(2333), + [anon_sym_QMARK] = ACTIONS(2331), + [anon_sym_QMARK2] = ACTIONS(2333), + [anon_sym_AMP] = ACTIONS(2333), + [aux_sym_custom_operator_token1] = ACTIONS(2333), + [anon_sym_LT] = ACTIONS(2331), + [anon_sym_GT] = ACTIONS(2331), + [anon_sym_LBRACE] = ACTIONS(2333), + [anon_sym_CARET_LBRACE] = ACTIONS(2333), + [anon_sym_RBRACE] = ACTIONS(2333), + [anon_sym_case] = ACTIONS(2333), + [anon_sym_PLUS_EQ] = ACTIONS(2333), + [anon_sym_DASH_EQ] = ACTIONS(2333), + [anon_sym_STAR_EQ] = ACTIONS(2333), + [anon_sym_SLASH_EQ] = ACTIONS(2333), + [anon_sym_PERCENT_EQ] = ACTIONS(2333), + [anon_sym_BANG_EQ] = ACTIONS(2331), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2333), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2333), + [anon_sym_LT_EQ] = ACTIONS(2333), + [anon_sym_GT_EQ] = ACTIONS(2333), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2333), + [anon_sym_DOT_DOT_LT] = ACTIONS(2333), + [anon_sym_is] = ACTIONS(2333), + [anon_sym_PLUS] = ACTIONS(2331), + [anon_sym_DASH] = ACTIONS(2331), + [anon_sym_STAR] = ACTIONS(2331), + [anon_sym_SLASH] = ACTIONS(2331), + [anon_sym_PERCENT] = ACTIONS(2331), + [anon_sym_PLUS_PLUS] = ACTIONS(2333), + [anon_sym_DASH_DASH] = ACTIONS(2333), + [anon_sym_PIPE] = ACTIONS(2333), + [anon_sym_CARET] = ACTIONS(2331), + [anon_sym_LT_LT] = ACTIONS(2333), + [anon_sym_GT_GT] = ACTIONS(2333), + [anon_sym_import] = ACTIONS(2333), + [anon_sym_typealias] = ACTIONS(2333), + [anon_sym_struct] = ACTIONS(2333), + [anon_sym_class] = ACTIONS(2333), + [anon_sym_enum] = ACTIONS(2333), + [anon_sym_protocol] = ACTIONS(2333), + [anon_sym_let] = ACTIONS(2333), + [anon_sym_var] = ACTIONS(2333), + [anon_sym_func] = ACTIONS(2333), + [anon_sym_extension] = ACTIONS(2333), + [anon_sym_indirect] = ACTIONS(2333), + [anon_sym_SEMI] = ACTIONS(2333), + [anon_sym_init] = ACTIONS(2333), + [anon_sym_deinit] = ACTIONS(2333), + [anon_sym_subscript] = ACTIONS(2333), + [anon_sym_prefix] = ACTIONS(2333), + [anon_sym_infix] = ACTIONS(2333), + [anon_sym_postfix] = ACTIONS(2333), + [anon_sym_precedencegroup] = ACTIONS(2333), + [anon_sym_associatedtype] = ACTIONS(2333), + [anon_sym_AT] = ACTIONS(2331), + [anon_sym_override] = ACTIONS(2333), + [anon_sym_convenience] = ACTIONS(2333), + [anon_sym_required] = ACTIONS(2333), + [anon_sym_nonisolated] = ACTIONS(2333), + [anon_sym_public] = ACTIONS(2333), + [anon_sym_private] = ACTIONS(2333), + [anon_sym_internal] = ACTIONS(2333), + [anon_sym_fileprivate] = ACTIONS(2333), + [anon_sym_open] = ACTIONS(2333), + [anon_sym_mutating] = ACTIONS(2333), + [anon_sym_nonmutating] = ACTIONS(2333), + [anon_sym_static] = ACTIONS(2333), + [anon_sym_dynamic] = ACTIONS(2333), + [anon_sym_optional] = ACTIONS(2333), + [anon_sym_distributed] = ACTIONS(2333), + [anon_sym_final] = ACTIONS(2333), + [anon_sym_inout] = ACTIONS(2333), + [anon_sym_ATescaping] = ACTIONS(2333), + [anon_sym_ATautoclosure] = ACTIONS(2333), + [anon_sym_weak] = ACTIONS(2333), + [anon_sym_unowned] = ACTIONS(2331), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2333), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2333), + [anon_sym_borrowing] = ACTIONS(2333), + [anon_sym_consuming] = ACTIONS(2333), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2333), + [sym__conjunction_operator_custom] = ACTIONS(2333), + [sym__disjunction_operator_custom] = ACTIONS(2333), + [sym__nil_coalescing_operator_custom] = ACTIONS(2333), + [sym__eq_custom] = ACTIONS(2333), + [sym__eq_eq_custom] = ACTIONS(2333), + [sym__plus_then_ws] = ACTIONS(2333), + [sym__minus_then_ws] = ACTIONS(2333), + [sym__bang_custom] = ACTIONS(2333), + [sym__as_custom] = ACTIONS(2333), + [sym__as_quest_custom] = ACTIONS(2333), + [sym__as_bang_custom] = ACTIONS(2333), + [sym__custom_operator] = ACTIONS(2333), + }, + [STATE(911)] = { + [anon_sym_BANG] = ACTIONS(2405), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2407), + [anon_sym_async] = ACTIONS(2407), + [anon_sym_lazy] = ACTIONS(2407), + [anon_sym_package] = ACTIONS(2407), + [anon_sym_RPAREN] = ACTIONS(2407), + [anon_sym_COMMA] = ACTIONS(2407), + [anon_sym_COLON] = ACTIONS(2407), + [anon_sym_LPAREN] = ACTIONS(2407), + [anon_sym_LBRACK] = ACTIONS(2407), + [anon_sym_RBRACK] = ACTIONS(2407), + [anon_sym_QMARK] = ACTIONS(2405), + [anon_sym_QMARK2] = ACTIONS(2407), + [anon_sym_AMP] = ACTIONS(2407), + [aux_sym_custom_operator_token1] = ACTIONS(2407), + [anon_sym_LT] = ACTIONS(2405), + [anon_sym_GT] = ACTIONS(2405), + [anon_sym_LBRACE] = ACTIONS(2407), + [anon_sym_CARET_LBRACE] = ACTIONS(2407), + [anon_sym_RBRACE] = ACTIONS(2407), + [anon_sym_case] = ACTIONS(2407), + [anon_sym_PLUS_EQ] = ACTIONS(2407), + [anon_sym_DASH_EQ] = ACTIONS(2407), + [anon_sym_STAR_EQ] = ACTIONS(2407), + [anon_sym_SLASH_EQ] = ACTIONS(2407), + [anon_sym_PERCENT_EQ] = ACTIONS(2407), + [anon_sym_BANG_EQ] = ACTIONS(2405), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2407), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2407), + [anon_sym_LT_EQ] = ACTIONS(2407), + [anon_sym_GT_EQ] = ACTIONS(2407), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2407), + [anon_sym_DOT_DOT_LT] = ACTIONS(2407), + [anon_sym_is] = ACTIONS(2407), + [anon_sym_PLUS] = ACTIONS(2405), + [anon_sym_DASH] = ACTIONS(2405), + [anon_sym_STAR] = ACTIONS(2405), + [anon_sym_SLASH] = ACTIONS(2405), + [anon_sym_PERCENT] = ACTIONS(2405), + [anon_sym_PLUS_PLUS] = ACTIONS(2407), + [anon_sym_DASH_DASH] = ACTIONS(2407), + [anon_sym_PIPE] = ACTIONS(2407), + [anon_sym_CARET] = ACTIONS(2405), + [anon_sym_LT_LT] = ACTIONS(2407), + [anon_sym_GT_GT] = ACTIONS(2407), + [anon_sym_import] = ACTIONS(2407), + [anon_sym_typealias] = ACTIONS(2407), + [anon_sym_struct] = ACTIONS(2407), + [anon_sym_class] = ACTIONS(2407), + [anon_sym_enum] = ACTIONS(2407), + [anon_sym_protocol] = ACTIONS(2407), + [anon_sym_let] = ACTIONS(2407), + [anon_sym_var] = ACTIONS(2407), + [anon_sym_func] = ACTIONS(2407), + [anon_sym_extension] = ACTIONS(2407), + [anon_sym_indirect] = ACTIONS(2407), + [anon_sym_SEMI] = ACTIONS(2407), + [anon_sym_init] = ACTIONS(2407), + [anon_sym_deinit] = ACTIONS(2407), + [anon_sym_subscript] = ACTIONS(2407), + [anon_sym_prefix] = ACTIONS(2407), + [anon_sym_infix] = ACTIONS(2407), + [anon_sym_postfix] = ACTIONS(2407), + [anon_sym_precedencegroup] = ACTIONS(2407), + [anon_sym_associatedtype] = ACTIONS(2407), + [anon_sym_AT] = ACTIONS(2405), + [anon_sym_override] = ACTIONS(2407), + [anon_sym_convenience] = ACTIONS(2407), + [anon_sym_required] = ACTIONS(2407), + [anon_sym_nonisolated] = ACTIONS(2407), + [anon_sym_public] = ACTIONS(2407), + [anon_sym_private] = ACTIONS(2407), + [anon_sym_internal] = ACTIONS(2407), + [anon_sym_fileprivate] = ACTIONS(2407), + [anon_sym_open] = ACTIONS(2407), + [anon_sym_mutating] = ACTIONS(2407), + [anon_sym_nonmutating] = ACTIONS(2407), + [anon_sym_static] = ACTIONS(2407), + [anon_sym_dynamic] = ACTIONS(2407), + [anon_sym_optional] = ACTIONS(2407), + [anon_sym_distributed] = ACTIONS(2407), + [anon_sym_final] = ACTIONS(2407), + [anon_sym_inout] = ACTIONS(2407), + [anon_sym_ATescaping] = ACTIONS(2407), + [anon_sym_ATautoclosure] = ACTIONS(2407), + [anon_sym_weak] = ACTIONS(2407), + [anon_sym_unowned] = ACTIONS(2405), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2407), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2407), + [anon_sym_borrowing] = ACTIONS(2407), + [anon_sym_consuming] = ACTIONS(2407), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2407), + [sym__conjunction_operator_custom] = ACTIONS(2407), + [sym__disjunction_operator_custom] = ACTIONS(2407), + [sym__nil_coalescing_operator_custom] = ACTIONS(2407), + [sym__eq_custom] = ACTIONS(2407), + [sym__eq_eq_custom] = ACTIONS(2407), + [sym__plus_then_ws] = ACTIONS(2407), + [sym__minus_then_ws] = ACTIONS(2407), + [sym__bang_custom] = ACTIONS(2407), + [sym__as_custom] = ACTIONS(2407), + [sym__as_quest_custom] = ACTIONS(2407), + [sym__as_bang_custom] = ACTIONS(2407), + [sym__custom_operator] = ACTIONS(2407), + }, + [STATE(912)] = { + [anon_sym_BANG] = ACTIONS(2523), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2525), + [anon_sym_async] = ACTIONS(2525), + [anon_sym_lazy] = ACTIONS(2525), + [anon_sym_package] = ACTIONS(2525), + [anon_sym_RPAREN] = ACTIONS(2525), + [anon_sym_COMMA] = ACTIONS(2525), + [anon_sym_COLON] = ACTIONS(2525), + [anon_sym_LPAREN] = ACTIONS(2525), + [anon_sym_LBRACK] = ACTIONS(2525), + [anon_sym_RBRACK] = ACTIONS(2525), + [anon_sym_QMARK] = ACTIONS(2523), + [anon_sym_QMARK2] = ACTIONS(2525), + [anon_sym_AMP] = ACTIONS(2525), + [aux_sym_custom_operator_token1] = ACTIONS(2525), + [anon_sym_LT] = ACTIONS(2523), + [anon_sym_GT] = ACTIONS(2523), + [anon_sym_LBRACE] = ACTIONS(2525), + [anon_sym_CARET_LBRACE] = ACTIONS(2525), + [anon_sym_RBRACE] = ACTIONS(2525), + [anon_sym_case] = ACTIONS(2525), + [anon_sym_PLUS_EQ] = ACTIONS(2525), + [anon_sym_DASH_EQ] = ACTIONS(2525), + [anon_sym_STAR_EQ] = ACTIONS(2525), + [anon_sym_SLASH_EQ] = ACTIONS(2525), + [anon_sym_PERCENT_EQ] = ACTIONS(2525), + [anon_sym_BANG_EQ] = ACTIONS(2523), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2525), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2525), + [anon_sym_LT_EQ] = ACTIONS(2525), + [anon_sym_GT_EQ] = ACTIONS(2525), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2525), + [anon_sym_DOT_DOT_LT] = ACTIONS(2525), + [anon_sym_is] = ACTIONS(2525), + [anon_sym_PLUS] = ACTIONS(2523), + [anon_sym_DASH] = ACTIONS(2523), + [anon_sym_STAR] = ACTIONS(2523), + [anon_sym_SLASH] = ACTIONS(2523), + [anon_sym_PERCENT] = ACTIONS(2523), + [anon_sym_PLUS_PLUS] = ACTIONS(2525), + [anon_sym_DASH_DASH] = ACTIONS(2525), + [anon_sym_PIPE] = ACTIONS(2525), + [anon_sym_CARET] = ACTIONS(2523), + [anon_sym_LT_LT] = ACTIONS(2525), + [anon_sym_GT_GT] = ACTIONS(2525), + [anon_sym_import] = ACTIONS(2525), + [anon_sym_typealias] = ACTIONS(2525), + [anon_sym_struct] = ACTIONS(2525), + [anon_sym_class] = ACTIONS(2525), + [anon_sym_enum] = ACTIONS(2525), + [anon_sym_protocol] = ACTIONS(2525), + [anon_sym_let] = ACTIONS(2525), + [anon_sym_var] = ACTIONS(2525), + [anon_sym_func] = ACTIONS(2525), + [anon_sym_extension] = ACTIONS(2525), + [anon_sym_indirect] = ACTIONS(2525), + [anon_sym_SEMI] = ACTIONS(2525), + [anon_sym_init] = ACTIONS(2525), + [anon_sym_deinit] = ACTIONS(2525), + [anon_sym_subscript] = ACTIONS(2525), + [anon_sym_prefix] = ACTIONS(2525), + [anon_sym_infix] = ACTIONS(2525), + [anon_sym_postfix] = ACTIONS(2525), + [anon_sym_precedencegroup] = ACTIONS(2525), + [anon_sym_associatedtype] = ACTIONS(2525), + [anon_sym_AT] = ACTIONS(2523), + [anon_sym_override] = ACTIONS(2525), + [anon_sym_convenience] = ACTIONS(2525), + [anon_sym_required] = ACTIONS(2525), + [anon_sym_nonisolated] = ACTIONS(2525), + [anon_sym_public] = ACTIONS(2525), + [anon_sym_private] = ACTIONS(2525), + [anon_sym_internal] = ACTIONS(2525), + [anon_sym_fileprivate] = ACTIONS(2525), + [anon_sym_open] = ACTIONS(2525), + [anon_sym_mutating] = ACTIONS(2525), + [anon_sym_nonmutating] = ACTIONS(2525), + [anon_sym_static] = ACTIONS(2525), + [anon_sym_dynamic] = ACTIONS(2525), + [anon_sym_optional] = ACTIONS(2525), + [anon_sym_distributed] = ACTIONS(2525), + [anon_sym_final] = ACTIONS(2525), + [anon_sym_inout] = ACTIONS(2525), + [anon_sym_ATescaping] = ACTIONS(2525), + [anon_sym_ATautoclosure] = ACTIONS(2525), + [anon_sym_weak] = ACTIONS(2525), + [anon_sym_unowned] = ACTIONS(2523), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2525), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2525), + [anon_sym_borrowing] = ACTIONS(2525), + [anon_sym_consuming] = ACTIONS(2525), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2525), + [sym__conjunction_operator_custom] = ACTIONS(2525), + [sym__disjunction_operator_custom] = ACTIONS(2525), + [sym__nil_coalescing_operator_custom] = ACTIONS(2525), + [sym__eq_custom] = ACTIONS(2525), + [sym__eq_eq_custom] = ACTIONS(2525), + [sym__plus_then_ws] = ACTIONS(2525), + [sym__minus_then_ws] = ACTIONS(2525), + [sym__bang_custom] = ACTIONS(2525), + [sym__as_custom] = ACTIONS(2525), + [sym__as_quest_custom] = ACTIONS(2525), + [sym__as_bang_custom] = ACTIONS(2525), + [sym__custom_operator] = ACTIONS(2525), + }, + [STATE(913)] = { + [anon_sym_BANG] = ACTIONS(2527), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2529), + [anon_sym_async] = ACTIONS(2529), + [anon_sym_lazy] = ACTIONS(2529), + [anon_sym_package] = ACTIONS(2529), + [anon_sym_RPAREN] = ACTIONS(2529), + [anon_sym_COMMA] = ACTIONS(2529), + [anon_sym_COLON] = ACTIONS(2529), + [anon_sym_LPAREN] = ACTIONS(2529), + [anon_sym_LBRACK] = ACTIONS(2529), + [anon_sym_RBRACK] = ACTIONS(2529), + [anon_sym_QMARK] = ACTIONS(2527), + [anon_sym_QMARK2] = ACTIONS(2529), + [anon_sym_AMP] = ACTIONS(2529), + [aux_sym_custom_operator_token1] = ACTIONS(2529), + [anon_sym_LT] = ACTIONS(2527), + [anon_sym_GT] = ACTIONS(2527), + [anon_sym_LBRACE] = ACTIONS(2529), + [anon_sym_CARET_LBRACE] = ACTIONS(2529), + [anon_sym_RBRACE] = ACTIONS(2529), + [anon_sym_case] = ACTIONS(2529), + [anon_sym_PLUS_EQ] = ACTIONS(2529), + [anon_sym_DASH_EQ] = ACTIONS(2529), + [anon_sym_STAR_EQ] = ACTIONS(2529), + [anon_sym_SLASH_EQ] = ACTIONS(2529), + [anon_sym_PERCENT_EQ] = ACTIONS(2529), + [anon_sym_BANG_EQ] = ACTIONS(2527), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2529), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2529), + [anon_sym_LT_EQ] = ACTIONS(2529), + [anon_sym_GT_EQ] = ACTIONS(2529), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2529), + [anon_sym_DOT_DOT_LT] = ACTIONS(2529), + [anon_sym_is] = ACTIONS(2529), + [anon_sym_PLUS] = ACTIONS(2527), + [anon_sym_DASH] = ACTIONS(2527), + [anon_sym_STAR] = ACTIONS(2527), + [anon_sym_SLASH] = ACTIONS(2527), + [anon_sym_PERCENT] = ACTIONS(2527), + [anon_sym_PLUS_PLUS] = ACTIONS(2529), + [anon_sym_DASH_DASH] = ACTIONS(2529), + [anon_sym_PIPE] = ACTIONS(2529), + [anon_sym_CARET] = ACTIONS(2527), + [anon_sym_LT_LT] = ACTIONS(2529), + [anon_sym_GT_GT] = ACTIONS(2529), + [anon_sym_import] = ACTIONS(2529), + [anon_sym_typealias] = ACTIONS(2529), + [anon_sym_struct] = ACTIONS(2529), + [anon_sym_class] = ACTIONS(2529), + [anon_sym_enum] = ACTIONS(2529), + [anon_sym_protocol] = ACTIONS(2529), + [anon_sym_let] = ACTIONS(2529), + [anon_sym_var] = ACTIONS(2529), + [anon_sym_func] = ACTIONS(2529), + [anon_sym_extension] = ACTIONS(2529), + [anon_sym_indirect] = ACTIONS(2529), + [anon_sym_SEMI] = ACTIONS(2529), + [anon_sym_init] = ACTIONS(2529), + [anon_sym_deinit] = ACTIONS(2529), + [anon_sym_subscript] = ACTIONS(2529), + [anon_sym_prefix] = ACTIONS(2529), + [anon_sym_infix] = ACTIONS(2529), + [anon_sym_postfix] = ACTIONS(2529), + [anon_sym_precedencegroup] = ACTIONS(2529), + [anon_sym_associatedtype] = ACTIONS(2529), + [anon_sym_AT] = ACTIONS(2527), + [anon_sym_override] = ACTIONS(2529), + [anon_sym_convenience] = ACTIONS(2529), + [anon_sym_required] = ACTIONS(2529), + [anon_sym_nonisolated] = ACTIONS(2529), + [anon_sym_public] = ACTIONS(2529), + [anon_sym_private] = ACTIONS(2529), + [anon_sym_internal] = ACTIONS(2529), + [anon_sym_fileprivate] = ACTIONS(2529), + [anon_sym_open] = ACTIONS(2529), + [anon_sym_mutating] = ACTIONS(2529), + [anon_sym_nonmutating] = ACTIONS(2529), + [anon_sym_static] = ACTIONS(2529), + [anon_sym_dynamic] = ACTIONS(2529), + [anon_sym_optional] = ACTIONS(2529), + [anon_sym_distributed] = ACTIONS(2529), + [anon_sym_final] = ACTIONS(2529), + [anon_sym_inout] = ACTIONS(2529), + [anon_sym_ATescaping] = ACTIONS(2529), + [anon_sym_ATautoclosure] = ACTIONS(2529), + [anon_sym_weak] = ACTIONS(2529), + [anon_sym_unowned] = ACTIONS(2527), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2529), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2529), + [anon_sym_borrowing] = ACTIONS(2529), + [anon_sym_consuming] = ACTIONS(2529), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2529), + [sym__conjunction_operator_custom] = ACTIONS(2529), + [sym__disjunction_operator_custom] = ACTIONS(2529), + [sym__nil_coalescing_operator_custom] = ACTIONS(2529), + [sym__eq_custom] = ACTIONS(2529), + [sym__eq_eq_custom] = ACTIONS(2529), + [sym__plus_then_ws] = ACTIONS(2529), + [sym__minus_then_ws] = ACTIONS(2529), + [sym__bang_custom] = ACTIONS(2529), + [sym__as_custom] = ACTIONS(2529), + [sym__as_quest_custom] = ACTIONS(2529), + [sym__as_bang_custom] = ACTIONS(2529), + [sym__custom_operator] = ACTIONS(2529), + }, + [STATE(914)] = { + [anon_sym_BANG] = ACTIONS(2531), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2533), + [anon_sym_async] = ACTIONS(2533), + [anon_sym_lazy] = ACTIONS(2533), + [anon_sym_package] = ACTIONS(2533), + [anon_sym_RPAREN] = ACTIONS(2533), + [anon_sym_COMMA] = ACTIONS(2533), + [anon_sym_COLON] = ACTIONS(2533), + [anon_sym_LPAREN] = ACTIONS(2533), + [anon_sym_LBRACK] = ACTIONS(2533), + [anon_sym_RBRACK] = ACTIONS(2533), + [anon_sym_QMARK] = ACTIONS(2531), + [anon_sym_QMARK2] = ACTIONS(2533), + [anon_sym_AMP] = ACTIONS(2533), + [aux_sym_custom_operator_token1] = ACTIONS(2533), + [anon_sym_LT] = ACTIONS(2531), + [anon_sym_GT] = ACTIONS(2531), + [anon_sym_LBRACE] = ACTIONS(2533), + [anon_sym_CARET_LBRACE] = ACTIONS(2533), + [anon_sym_RBRACE] = ACTIONS(2533), + [anon_sym_case] = ACTIONS(2533), + [anon_sym_PLUS_EQ] = ACTIONS(2533), + [anon_sym_DASH_EQ] = ACTIONS(2533), + [anon_sym_STAR_EQ] = ACTIONS(2533), + [anon_sym_SLASH_EQ] = ACTIONS(2533), + [anon_sym_PERCENT_EQ] = ACTIONS(2533), + [anon_sym_BANG_EQ] = ACTIONS(2531), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2533), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2533), + [anon_sym_LT_EQ] = ACTIONS(2533), + [anon_sym_GT_EQ] = ACTIONS(2533), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2533), + [anon_sym_DOT_DOT_LT] = ACTIONS(2533), + [anon_sym_is] = ACTIONS(2533), + [anon_sym_PLUS] = ACTIONS(2531), + [anon_sym_DASH] = ACTIONS(2531), + [anon_sym_STAR] = ACTIONS(2531), + [anon_sym_SLASH] = ACTIONS(2531), + [anon_sym_PERCENT] = ACTIONS(2531), + [anon_sym_PLUS_PLUS] = ACTIONS(2533), + [anon_sym_DASH_DASH] = ACTIONS(2533), + [anon_sym_PIPE] = ACTIONS(2533), + [anon_sym_CARET] = ACTIONS(2531), + [anon_sym_LT_LT] = ACTIONS(2533), + [anon_sym_GT_GT] = ACTIONS(2533), + [anon_sym_import] = ACTIONS(2533), + [anon_sym_typealias] = ACTIONS(2533), + [anon_sym_struct] = ACTIONS(2533), + [anon_sym_class] = ACTIONS(2533), + [anon_sym_enum] = ACTIONS(2533), + [anon_sym_protocol] = ACTIONS(2533), + [anon_sym_let] = ACTIONS(2533), + [anon_sym_var] = ACTIONS(2533), + [anon_sym_func] = ACTIONS(2533), + [anon_sym_extension] = ACTIONS(2533), + [anon_sym_indirect] = ACTIONS(2533), + [anon_sym_SEMI] = ACTIONS(2533), + [anon_sym_init] = ACTIONS(2533), + [anon_sym_deinit] = ACTIONS(2533), + [anon_sym_subscript] = ACTIONS(2533), + [anon_sym_prefix] = ACTIONS(2533), + [anon_sym_infix] = ACTIONS(2533), + [anon_sym_postfix] = ACTIONS(2533), + [anon_sym_precedencegroup] = ACTIONS(2533), + [anon_sym_associatedtype] = ACTIONS(2533), + [anon_sym_AT] = ACTIONS(2531), + [anon_sym_override] = ACTIONS(2533), + [anon_sym_convenience] = ACTIONS(2533), + [anon_sym_required] = ACTIONS(2533), + [anon_sym_nonisolated] = ACTIONS(2533), + [anon_sym_public] = ACTIONS(2533), + [anon_sym_private] = ACTIONS(2533), + [anon_sym_internal] = ACTIONS(2533), + [anon_sym_fileprivate] = ACTIONS(2533), + [anon_sym_open] = ACTIONS(2533), + [anon_sym_mutating] = ACTIONS(2533), + [anon_sym_nonmutating] = ACTIONS(2533), + [anon_sym_static] = ACTIONS(2533), + [anon_sym_dynamic] = ACTIONS(2533), + [anon_sym_optional] = ACTIONS(2533), + [anon_sym_distributed] = ACTIONS(2533), + [anon_sym_final] = ACTIONS(2533), + [anon_sym_inout] = ACTIONS(2533), + [anon_sym_ATescaping] = ACTIONS(2533), + [anon_sym_ATautoclosure] = ACTIONS(2533), + [anon_sym_weak] = ACTIONS(2533), + [anon_sym_unowned] = ACTIONS(2531), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2533), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2533), + [anon_sym_borrowing] = ACTIONS(2533), + [anon_sym_consuming] = ACTIONS(2533), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2533), + [sym__conjunction_operator_custom] = ACTIONS(2533), + [sym__disjunction_operator_custom] = ACTIONS(2533), + [sym__nil_coalescing_operator_custom] = ACTIONS(2533), + [sym__eq_custom] = ACTIONS(2533), + [sym__eq_eq_custom] = ACTIONS(2533), + [sym__plus_then_ws] = ACTIONS(2533), + [sym__minus_then_ws] = ACTIONS(2533), + [sym__bang_custom] = ACTIONS(2533), + [sym__as_custom] = ACTIONS(2533), + [sym__as_quest_custom] = ACTIONS(2533), + [sym__as_bang_custom] = ACTIONS(2533), + [sym__custom_operator] = ACTIONS(2533), + }, + [STATE(915)] = { + [anon_sym_BANG] = ACTIONS(2535), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2537), + [anon_sym_async] = ACTIONS(2537), + [anon_sym_lazy] = ACTIONS(2537), + [anon_sym_package] = ACTIONS(2537), + [anon_sym_RPAREN] = ACTIONS(2537), + [anon_sym_COMMA] = ACTIONS(2537), + [anon_sym_COLON] = ACTIONS(2537), + [anon_sym_LPAREN] = ACTIONS(2537), + [anon_sym_LBRACK] = ACTIONS(2537), + [anon_sym_RBRACK] = ACTIONS(2537), + [anon_sym_QMARK] = ACTIONS(2535), + [anon_sym_QMARK2] = ACTIONS(2537), + [anon_sym_AMP] = ACTIONS(2537), + [aux_sym_custom_operator_token1] = ACTIONS(2537), + [anon_sym_LT] = ACTIONS(2535), + [anon_sym_GT] = ACTIONS(2535), + [anon_sym_LBRACE] = ACTIONS(2537), + [anon_sym_CARET_LBRACE] = ACTIONS(2537), + [anon_sym_RBRACE] = ACTIONS(2537), + [anon_sym_case] = ACTIONS(2537), + [anon_sym_PLUS_EQ] = ACTIONS(2537), + [anon_sym_DASH_EQ] = ACTIONS(2537), + [anon_sym_STAR_EQ] = ACTIONS(2537), + [anon_sym_SLASH_EQ] = ACTIONS(2537), + [anon_sym_PERCENT_EQ] = ACTIONS(2537), + [anon_sym_BANG_EQ] = ACTIONS(2535), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2537), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2537), + [anon_sym_LT_EQ] = ACTIONS(2537), + [anon_sym_GT_EQ] = ACTIONS(2537), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2537), + [anon_sym_DOT_DOT_LT] = ACTIONS(2537), + [anon_sym_is] = ACTIONS(2537), + [anon_sym_PLUS] = ACTIONS(2535), + [anon_sym_DASH] = ACTIONS(2535), + [anon_sym_STAR] = ACTIONS(2535), + [anon_sym_SLASH] = ACTIONS(2535), + [anon_sym_PERCENT] = ACTIONS(2535), + [anon_sym_PLUS_PLUS] = ACTIONS(2537), + [anon_sym_DASH_DASH] = ACTIONS(2537), + [anon_sym_PIPE] = ACTIONS(2537), + [anon_sym_CARET] = ACTIONS(2535), + [anon_sym_LT_LT] = ACTIONS(2537), + [anon_sym_GT_GT] = ACTIONS(2537), + [anon_sym_import] = ACTIONS(2537), + [anon_sym_typealias] = ACTIONS(2537), + [anon_sym_struct] = ACTIONS(2537), + [anon_sym_class] = ACTIONS(2537), + [anon_sym_enum] = ACTIONS(2537), + [anon_sym_protocol] = ACTIONS(2537), + [anon_sym_let] = ACTIONS(2537), + [anon_sym_var] = ACTIONS(2537), + [anon_sym_func] = ACTIONS(2537), + [anon_sym_extension] = ACTIONS(2537), + [anon_sym_indirect] = ACTIONS(2537), + [anon_sym_SEMI] = ACTIONS(2537), + [anon_sym_init] = ACTIONS(2537), + [anon_sym_deinit] = ACTIONS(2537), + [anon_sym_subscript] = ACTIONS(2537), + [anon_sym_prefix] = ACTIONS(2537), + [anon_sym_infix] = ACTIONS(2537), + [anon_sym_postfix] = ACTIONS(2537), + [anon_sym_precedencegroup] = ACTIONS(2537), + [anon_sym_associatedtype] = ACTIONS(2537), + [anon_sym_AT] = ACTIONS(2535), + [anon_sym_override] = ACTIONS(2537), + [anon_sym_convenience] = ACTIONS(2537), + [anon_sym_required] = ACTIONS(2537), + [anon_sym_nonisolated] = ACTIONS(2537), + [anon_sym_public] = ACTIONS(2537), + [anon_sym_private] = ACTIONS(2537), + [anon_sym_internal] = ACTIONS(2537), + [anon_sym_fileprivate] = ACTIONS(2537), + [anon_sym_open] = ACTIONS(2537), + [anon_sym_mutating] = ACTIONS(2537), + [anon_sym_nonmutating] = ACTIONS(2537), + [anon_sym_static] = ACTIONS(2537), + [anon_sym_dynamic] = ACTIONS(2537), + [anon_sym_optional] = ACTIONS(2537), + [anon_sym_distributed] = ACTIONS(2537), + [anon_sym_final] = ACTIONS(2537), + [anon_sym_inout] = ACTIONS(2537), + [anon_sym_ATescaping] = ACTIONS(2537), + [anon_sym_ATautoclosure] = ACTIONS(2537), + [anon_sym_weak] = ACTIONS(2537), + [anon_sym_unowned] = ACTIONS(2535), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2537), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2537), + [anon_sym_borrowing] = ACTIONS(2537), + [anon_sym_consuming] = ACTIONS(2537), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2537), + [sym__conjunction_operator_custom] = ACTIONS(2537), + [sym__disjunction_operator_custom] = ACTIONS(2537), + [sym__nil_coalescing_operator_custom] = ACTIONS(2537), + [sym__eq_custom] = ACTIONS(2537), + [sym__eq_eq_custom] = ACTIONS(2537), + [sym__plus_then_ws] = ACTIONS(2537), + [sym__minus_then_ws] = ACTIONS(2537), + [sym__bang_custom] = ACTIONS(2537), + [sym__as_custom] = ACTIONS(2537), + [sym__as_quest_custom] = ACTIONS(2537), + [sym__as_bang_custom] = ACTIONS(2537), + [sym__custom_operator] = ACTIONS(2537), + }, + [STATE(916)] = { + [anon_sym_BANG] = ACTIONS(2539), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2541), + [anon_sym_async] = ACTIONS(2541), + [anon_sym_lazy] = ACTIONS(2541), + [anon_sym_package] = ACTIONS(2541), + [anon_sym_RPAREN] = ACTIONS(2541), + [anon_sym_COMMA] = ACTIONS(2541), + [anon_sym_COLON] = ACTIONS(2541), + [anon_sym_LPAREN] = ACTIONS(2541), + [anon_sym_LBRACK] = ACTIONS(2541), + [anon_sym_RBRACK] = ACTIONS(2541), + [anon_sym_QMARK] = ACTIONS(2539), + [anon_sym_QMARK2] = ACTIONS(2541), + [anon_sym_AMP] = ACTIONS(2541), + [aux_sym_custom_operator_token1] = ACTIONS(2541), + [anon_sym_LT] = ACTIONS(2539), + [anon_sym_GT] = ACTIONS(2539), + [anon_sym_LBRACE] = ACTIONS(2541), + [anon_sym_CARET_LBRACE] = ACTIONS(2541), + [anon_sym_RBRACE] = ACTIONS(2541), + [anon_sym_case] = ACTIONS(2541), + [anon_sym_PLUS_EQ] = ACTIONS(2541), + [anon_sym_DASH_EQ] = ACTIONS(2541), + [anon_sym_STAR_EQ] = ACTIONS(2541), + [anon_sym_SLASH_EQ] = ACTIONS(2541), + [anon_sym_PERCENT_EQ] = ACTIONS(2541), + [anon_sym_BANG_EQ] = ACTIONS(2539), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2541), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2541), + [anon_sym_LT_EQ] = ACTIONS(2541), + [anon_sym_GT_EQ] = ACTIONS(2541), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2541), + [anon_sym_DOT_DOT_LT] = ACTIONS(2541), + [anon_sym_is] = ACTIONS(2541), + [anon_sym_PLUS] = ACTIONS(2539), + [anon_sym_DASH] = ACTIONS(2539), + [anon_sym_STAR] = ACTIONS(2539), + [anon_sym_SLASH] = ACTIONS(2539), + [anon_sym_PERCENT] = ACTIONS(2539), + [anon_sym_PLUS_PLUS] = ACTIONS(2541), + [anon_sym_DASH_DASH] = ACTIONS(2541), + [anon_sym_PIPE] = ACTIONS(2541), + [anon_sym_CARET] = ACTIONS(2539), + [anon_sym_LT_LT] = ACTIONS(2541), + [anon_sym_GT_GT] = ACTIONS(2541), + [anon_sym_import] = ACTIONS(2541), + [anon_sym_typealias] = ACTIONS(2541), + [anon_sym_struct] = ACTIONS(2541), + [anon_sym_class] = ACTIONS(2541), + [anon_sym_enum] = ACTIONS(2541), + [anon_sym_protocol] = ACTIONS(2541), + [anon_sym_let] = ACTIONS(2541), + [anon_sym_var] = ACTIONS(2541), + [anon_sym_func] = ACTIONS(2541), + [anon_sym_extension] = ACTIONS(2541), + [anon_sym_indirect] = ACTIONS(2541), + [anon_sym_SEMI] = ACTIONS(2541), + [anon_sym_init] = ACTIONS(2541), + [anon_sym_deinit] = ACTIONS(2541), + [anon_sym_subscript] = ACTIONS(2541), + [anon_sym_prefix] = ACTIONS(2541), + [anon_sym_infix] = ACTIONS(2541), + [anon_sym_postfix] = ACTIONS(2541), + [anon_sym_precedencegroup] = ACTIONS(2541), + [anon_sym_associatedtype] = ACTIONS(2541), + [anon_sym_AT] = ACTIONS(2539), + [anon_sym_override] = ACTIONS(2541), + [anon_sym_convenience] = ACTIONS(2541), + [anon_sym_required] = ACTIONS(2541), + [anon_sym_nonisolated] = ACTIONS(2541), + [anon_sym_public] = ACTIONS(2541), + [anon_sym_private] = ACTIONS(2541), + [anon_sym_internal] = ACTIONS(2541), + [anon_sym_fileprivate] = ACTIONS(2541), + [anon_sym_open] = ACTIONS(2541), + [anon_sym_mutating] = ACTIONS(2541), + [anon_sym_nonmutating] = ACTIONS(2541), + [anon_sym_static] = ACTIONS(2541), + [anon_sym_dynamic] = ACTIONS(2541), + [anon_sym_optional] = ACTIONS(2541), + [anon_sym_distributed] = ACTIONS(2541), + [anon_sym_final] = ACTIONS(2541), + [anon_sym_inout] = ACTIONS(2541), + [anon_sym_ATescaping] = ACTIONS(2541), + [anon_sym_ATautoclosure] = ACTIONS(2541), + [anon_sym_weak] = ACTIONS(2541), + [anon_sym_unowned] = ACTIONS(2539), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2541), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2541), + [anon_sym_borrowing] = ACTIONS(2541), + [anon_sym_consuming] = ACTIONS(2541), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2541), + [sym__conjunction_operator_custom] = ACTIONS(2541), + [sym__disjunction_operator_custom] = ACTIONS(2541), + [sym__nil_coalescing_operator_custom] = ACTIONS(2541), + [sym__eq_custom] = ACTIONS(2541), + [sym__eq_eq_custom] = ACTIONS(2541), + [sym__plus_then_ws] = ACTIONS(2541), + [sym__minus_then_ws] = ACTIONS(2541), + [sym__bang_custom] = ACTIONS(2541), + [sym__as_custom] = ACTIONS(2541), + [sym__as_quest_custom] = ACTIONS(2541), + [sym__as_bang_custom] = ACTIONS(2541), + [sym__custom_operator] = ACTIONS(2541), + }, + [STATE(917)] = { + [anon_sym_BANG] = ACTIONS(2543), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2545), + [anon_sym_async] = ACTIONS(2545), + [anon_sym_lazy] = ACTIONS(2545), + [anon_sym_package] = ACTIONS(2545), + [anon_sym_RPAREN] = ACTIONS(2545), + [anon_sym_COMMA] = ACTIONS(2545), + [anon_sym_COLON] = ACTIONS(2545), + [anon_sym_LPAREN] = ACTIONS(2545), + [anon_sym_LBRACK] = ACTIONS(2545), + [anon_sym_RBRACK] = ACTIONS(2545), + [anon_sym_QMARK] = ACTIONS(2543), + [anon_sym_QMARK2] = ACTIONS(2545), + [anon_sym_AMP] = ACTIONS(2545), + [aux_sym_custom_operator_token1] = ACTIONS(2545), + [anon_sym_LT] = ACTIONS(2543), + [anon_sym_GT] = ACTIONS(2543), + [anon_sym_LBRACE] = ACTIONS(2545), + [anon_sym_CARET_LBRACE] = ACTIONS(2545), + [anon_sym_RBRACE] = ACTIONS(2545), + [anon_sym_case] = ACTIONS(2545), + [anon_sym_PLUS_EQ] = ACTIONS(2545), + [anon_sym_DASH_EQ] = ACTIONS(2545), + [anon_sym_STAR_EQ] = ACTIONS(2545), + [anon_sym_SLASH_EQ] = ACTIONS(2545), + [anon_sym_PERCENT_EQ] = ACTIONS(2545), + [anon_sym_BANG_EQ] = ACTIONS(2543), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2545), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2545), + [anon_sym_LT_EQ] = ACTIONS(2545), + [anon_sym_GT_EQ] = ACTIONS(2545), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2545), + [anon_sym_DOT_DOT_LT] = ACTIONS(2545), + [anon_sym_is] = ACTIONS(2545), + [anon_sym_PLUS] = ACTIONS(2543), + [anon_sym_DASH] = ACTIONS(2543), + [anon_sym_STAR] = ACTIONS(2543), + [anon_sym_SLASH] = ACTIONS(2543), + [anon_sym_PERCENT] = ACTIONS(2543), + [anon_sym_PLUS_PLUS] = ACTIONS(2545), + [anon_sym_DASH_DASH] = ACTIONS(2545), + [anon_sym_PIPE] = ACTIONS(2545), + [anon_sym_CARET] = ACTIONS(2543), + [anon_sym_LT_LT] = ACTIONS(2545), + [anon_sym_GT_GT] = ACTIONS(2545), + [anon_sym_import] = ACTIONS(2545), + [anon_sym_typealias] = ACTIONS(2545), + [anon_sym_struct] = ACTIONS(2545), + [anon_sym_class] = ACTIONS(2545), + [anon_sym_enum] = ACTIONS(2545), + [anon_sym_protocol] = ACTIONS(2545), + [anon_sym_let] = ACTIONS(2545), + [anon_sym_var] = ACTIONS(2545), + [anon_sym_func] = ACTIONS(2545), + [anon_sym_extension] = ACTIONS(2545), + [anon_sym_indirect] = ACTIONS(2545), + [anon_sym_SEMI] = ACTIONS(2545), + [anon_sym_init] = ACTIONS(2545), + [anon_sym_deinit] = ACTIONS(2545), + [anon_sym_subscript] = ACTIONS(2545), + [anon_sym_prefix] = ACTIONS(2545), + [anon_sym_infix] = ACTIONS(2545), + [anon_sym_postfix] = ACTIONS(2545), + [anon_sym_precedencegroup] = ACTIONS(2545), + [anon_sym_associatedtype] = ACTIONS(2545), + [anon_sym_AT] = ACTIONS(2543), + [anon_sym_override] = ACTIONS(2545), + [anon_sym_convenience] = ACTIONS(2545), + [anon_sym_required] = ACTIONS(2545), + [anon_sym_nonisolated] = ACTIONS(2545), + [anon_sym_public] = ACTIONS(2545), + [anon_sym_private] = ACTIONS(2545), + [anon_sym_internal] = ACTIONS(2545), + [anon_sym_fileprivate] = ACTIONS(2545), + [anon_sym_open] = ACTIONS(2545), + [anon_sym_mutating] = ACTIONS(2545), + [anon_sym_nonmutating] = ACTIONS(2545), + [anon_sym_static] = ACTIONS(2545), + [anon_sym_dynamic] = ACTIONS(2545), + [anon_sym_optional] = ACTIONS(2545), + [anon_sym_distributed] = ACTIONS(2545), + [anon_sym_final] = ACTIONS(2545), + [anon_sym_inout] = ACTIONS(2545), + [anon_sym_ATescaping] = ACTIONS(2545), + [anon_sym_ATautoclosure] = ACTIONS(2545), + [anon_sym_weak] = ACTIONS(2545), + [anon_sym_unowned] = ACTIONS(2543), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2545), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2545), + [anon_sym_borrowing] = ACTIONS(2545), + [anon_sym_consuming] = ACTIONS(2545), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2545), + [sym__conjunction_operator_custom] = ACTIONS(2545), + [sym__disjunction_operator_custom] = ACTIONS(2545), + [sym__nil_coalescing_operator_custom] = ACTIONS(2545), + [sym__eq_custom] = ACTIONS(2545), + [sym__eq_eq_custom] = ACTIONS(2545), + [sym__plus_then_ws] = ACTIONS(2545), + [sym__minus_then_ws] = ACTIONS(2545), + [sym__bang_custom] = ACTIONS(2545), + [sym__as_custom] = ACTIONS(2545), + [sym__as_quest_custom] = ACTIONS(2545), + [sym__as_bang_custom] = ACTIONS(2545), + [sym__custom_operator] = ACTIONS(2545), + }, + [STATE(918)] = { + [anon_sym_BANG] = ACTIONS(2547), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2549), + [anon_sym_async] = ACTIONS(2549), + [anon_sym_lazy] = ACTIONS(2549), + [anon_sym_package] = ACTIONS(2549), + [anon_sym_RPAREN] = ACTIONS(2549), + [anon_sym_COMMA] = ACTIONS(2549), + [anon_sym_COLON] = ACTIONS(2549), + [anon_sym_LPAREN] = ACTIONS(2549), + [anon_sym_LBRACK] = ACTIONS(2549), + [anon_sym_RBRACK] = ACTIONS(2549), + [anon_sym_QMARK] = ACTIONS(2547), + [anon_sym_QMARK2] = ACTIONS(2549), + [anon_sym_AMP] = ACTIONS(2549), + [aux_sym_custom_operator_token1] = ACTIONS(2549), + [anon_sym_LT] = ACTIONS(2547), + [anon_sym_GT] = ACTIONS(2547), + [anon_sym_LBRACE] = ACTIONS(2549), + [anon_sym_CARET_LBRACE] = ACTIONS(2549), + [anon_sym_RBRACE] = ACTIONS(2549), + [anon_sym_case] = ACTIONS(2549), + [anon_sym_PLUS_EQ] = ACTIONS(2549), + [anon_sym_DASH_EQ] = ACTIONS(2549), + [anon_sym_STAR_EQ] = ACTIONS(2549), + [anon_sym_SLASH_EQ] = ACTIONS(2549), + [anon_sym_PERCENT_EQ] = ACTIONS(2549), + [anon_sym_BANG_EQ] = ACTIONS(2547), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2549), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2549), + [anon_sym_LT_EQ] = ACTIONS(2549), + [anon_sym_GT_EQ] = ACTIONS(2549), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2549), + [anon_sym_DOT_DOT_LT] = ACTIONS(2549), + [anon_sym_is] = ACTIONS(2549), + [anon_sym_PLUS] = ACTIONS(2547), + [anon_sym_DASH] = ACTIONS(2547), + [anon_sym_STAR] = ACTIONS(2547), + [anon_sym_SLASH] = ACTIONS(2547), + [anon_sym_PERCENT] = ACTIONS(2547), + [anon_sym_PLUS_PLUS] = ACTIONS(2549), + [anon_sym_DASH_DASH] = ACTIONS(2549), + [anon_sym_PIPE] = ACTIONS(2549), + [anon_sym_CARET] = ACTIONS(2547), + [anon_sym_LT_LT] = ACTIONS(2549), + [anon_sym_GT_GT] = ACTIONS(2549), + [anon_sym_import] = ACTIONS(2549), + [anon_sym_typealias] = ACTIONS(2549), + [anon_sym_struct] = ACTIONS(2549), + [anon_sym_class] = ACTIONS(2549), + [anon_sym_enum] = ACTIONS(2549), + [anon_sym_protocol] = ACTIONS(2549), + [anon_sym_let] = ACTIONS(2549), + [anon_sym_var] = ACTIONS(2549), + [anon_sym_func] = ACTIONS(2549), + [anon_sym_extension] = ACTIONS(2549), + [anon_sym_indirect] = ACTIONS(2549), + [anon_sym_SEMI] = ACTIONS(2549), + [anon_sym_init] = ACTIONS(2549), + [anon_sym_deinit] = ACTIONS(2549), + [anon_sym_subscript] = ACTIONS(2549), + [anon_sym_prefix] = ACTIONS(2549), + [anon_sym_infix] = ACTIONS(2549), + [anon_sym_postfix] = ACTIONS(2549), + [anon_sym_precedencegroup] = ACTIONS(2549), + [anon_sym_associatedtype] = ACTIONS(2549), + [anon_sym_AT] = ACTIONS(2547), + [anon_sym_override] = ACTIONS(2549), + [anon_sym_convenience] = ACTIONS(2549), + [anon_sym_required] = ACTIONS(2549), + [anon_sym_nonisolated] = ACTIONS(2549), + [anon_sym_public] = ACTIONS(2549), + [anon_sym_private] = ACTIONS(2549), + [anon_sym_internal] = ACTIONS(2549), + [anon_sym_fileprivate] = ACTIONS(2549), + [anon_sym_open] = ACTIONS(2549), + [anon_sym_mutating] = ACTIONS(2549), + [anon_sym_nonmutating] = ACTIONS(2549), + [anon_sym_static] = ACTIONS(2549), + [anon_sym_dynamic] = ACTIONS(2549), + [anon_sym_optional] = ACTIONS(2549), + [anon_sym_distributed] = ACTIONS(2549), + [anon_sym_final] = ACTIONS(2549), + [anon_sym_inout] = ACTIONS(2549), + [anon_sym_ATescaping] = ACTIONS(2549), + [anon_sym_ATautoclosure] = ACTIONS(2549), + [anon_sym_weak] = ACTIONS(2549), + [anon_sym_unowned] = ACTIONS(2547), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2549), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2549), + [anon_sym_borrowing] = ACTIONS(2549), + [anon_sym_consuming] = ACTIONS(2549), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2549), + [sym__conjunction_operator_custom] = ACTIONS(2549), + [sym__disjunction_operator_custom] = ACTIONS(2549), + [sym__nil_coalescing_operator_custom] = ACTIONS(2549), + [sym__eq_custom] = ACTIONS(2549), + [sym__eq_eq_custom] = ACTIONS(2549), + [sym__plus_then_ws] = ACTIONS(2549), + [sym__minus_then_ws] = ACTIONS(2549), + [sym__bang_custom] = ACTIONS(2549), + [sym__as_custom] = ACTIONS(2549), + [sym__as_quest_custom] = ACTIONS(2549), + [sym__as_bang_custom] = ACTIONS(2549), + [sym__custom_operator] = ACTIONS(2549), + }, + [STATE(919)] = { + [anon_sym_BANG] = ACTIONS(2551), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2553), + [anon_sym_async] = ACTIONS(2553), + [anon_sym_lazy] = ACTIONS(2553), + [anon_sym_package] = ACTIONS(2553), + [anon_sym_RPAREN] = ACTIONS(2553), + [anon_sym_COMMA] = ACTIONS(2553), + [anon_sym_COLON] = ACTIONS(2553), + [anon_sym_LPAREN] = ACTIONS(2553), + [anon_sym_LBRACK] = ACTIONS(2553), + [anon_sym_RBRACK] = ACTIONS(2553), + [anon_sym_QMARK] = ACTIONS(2551), + [anon_sym_QMARK2] = ACTIONS(2553), + [anon_sym_AMP] = ACTIONS(2553), + [aux_sym_custom_operator_token1] = ACTIONS(2553), + [anon_sym_LT] = ACTIONS(2551), + [anon_sym_GT] = ACTIONS(2551), + [anon_sym_LBRACE] = ACTIONS(2553), + [anon_sym_CARET_LBRACE] = ACTIONS(2553), + [anon_sym_RBRACE] = ACTIONS(2553), + [anon_sym_case] = ACTIONS(2553), + [anon_sym_PLUS_EQ] = ACTIONS(2553), + [anon_sym_DASH_EQ] = ACTIONS(2553), + [anon_sym_STAR_EQ] = ACTIONS(2553), + [anon_sym_SLASH_EQ] = ACTIONS(2553), + [anon_sym_PERCENT_EQ] = ACTIONS(2553), + [anon_sym_BANG_EQ] = ACTIONS(2551), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2553), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2553), + [anon_sym_LT_EQ] = ACTIONS(2553), + [anon_sym_GT_EQ] = ACTIONS(2553), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2553), + [anon_sym_DOT_DOT_LT] = ACTIONS(2553), + [anon_sym_is] = ACTIONS(2553), + [anon_sym_PLUS] = ACTIONS(2551), + [anon_sym_DASH] = ACTIONS(2551), + [anon_sym_STAR] = ACTIONS(2551), + [anon_sym_SLASH] = ACTIONS(2551), + [anon_sym_PERCENT] = ACTIONS(2551), + [anon_sym_PLUS_PLUS] = ACTIONS(2553), + [anon_sym_DASH_DASH] = ACTIONS(2553), + [anon_sym_PIPE] = ACTIONS(2553), + [anon_sym_CARET] = ACTIONS(2551), + [anon_sym_LT_LT] = ACTIONS(2553), + [anon_sym_GT_GT] = ACTIONS(2553), + [anon_sym_import] = ACTIONS(2553), + [anon_sym_typealias] = ACTIONS(2553), + [anon_sym_struct] = ACTIONS(2553), + [anon_sym_class] = ACTIONS(2553), + [anon_sym_enum] = ACTIONS(2553), + [anon_sym_protocol] = ACTIONS(2553), + [anon_sym_let] = ACTIONS(2553), + [anon_sym_var] = ACTIONS(2553), + [anon_sym_func] = ACTIONS(2553), + [anon_sym_extension] = ACTIONS(2553), + [anon_sym_indirect] = ACTIONS(2553), + [anon_sym_SEMI] = ACTIONS(2553), + [anon_sym_init] = ACTIONS(2553), + [anon_sym_deinit] = ACTIONS(2553), + [anon_sym_subscript] = ACTIONS(2553), + [anon_sym_prefix] = ACTIONS(2553), + [anon_sym_infix] = ACTIONS(2553), + [anon_sym_postfix] = ACTIONS(2553), + [anon_sym_precedencegroup] = ACTIONS(2553), + [anon_sym_associatedtype] = ACTIONS(2553), + [anon_sym_AT] = ACTIONS(2551), + [anon_sym_override] = ACTIONS(2553), + [anon_sym_convenience] = ACTIONS(2553), + [anon_sym_required] = ACTIONS(2553), + [anon_sym_nonisolated] = ACTIONS(2553), + [anon_sym_public] = ACTIONS(2553), + [anon_sym_private] = ACTIONS(2553), + [anon_sym_internal] = ACTIONS(2553), + [anon_sym_fileprivate] = ACTIONS(2553), + [anon_sym_open] = ACTIONS(2553), + [anon_sym_mutating] = ACTIONS(2553), + [anon_sym_nonmutating] = ACTIONS(2553), + [anon_sym_static] = ACTIONS(2553), + [anon_sym_dynamic] = ACTIONS(2553), + [anon_sym_optional] = ACTIONS(2553), + [anon_sym_distributed] = ACTIONS(2553), + [anon_sym_final] = ACTIONS(2553), + [anon_sym_inout] = ACTIONS(2553), + [anon_sym_ATescaping] = ACTIONS(2553), + [anon_sym_ATautoclosure] = ACTIONS(2553), + [anon_sym_weak] = ACTIONS(2553), + [anon_sym_unowned] = ACTIONS(2551), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2553), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2553), + [anon_sym_borrowing] = ACTIONS(2553), + [anon_sym_consuming] = ACTIONS(2553), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2553), + [sym__conjunction_operator_custom] = ACTIONS(2553), + [sym__disjunction_operator_custom] = ACTIONS(2553), + [sym__nil_coalescing_operator_custom] = ACTIONS(2553), + [sym__eq_custom] = ACTIONS(2553), + [sym__eq_eq_custom] = ACTIONS(2553), + [sym__plus_then_ws] = ACTIONS(2553), + [sym__minus_then_ws] = ACTIONS(2553), + [sym__bang_custom] = ACTIONS(2553), + [sym__as_custom] = ACTIONS(2553), + [sym__as_quest_custom] = ACTIONS(2553), + [sym__as_bang_custom] = ACTIONS(2553), + [sym__custom_operator] = ACTIONS(2553), + }, + [STATE(920)] = { + [anon_sym_BANG] = ACTIONS(2555), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2557), + [anon_sym_async] = ACTIONS(2557), + [anon_sym_lazy] = ACTIONS(2557), + [anon_sym_package] = ACTIONS(2557), + [anon_sym_RPAREN] = ACTIONS(2557), + [anon_sym_COMMA] = ACTIONS(2557), + [anon_sym_COLON] = ACTIONS(2557), + [anon_sym_LPAREN] = ACTIONS(2557), + [anon_sym_LBRACK] = ACTIONS(2557), + [anon_sym_RBRACK] = ACTIONS(2557), + [anon_sym_QMARK] = ACTIONS(2555), + [anon_sym_QMARK2] = ACTIONS(2557), + [anon_sym_AMP] = ACTIONS(2557), + [aux_sym_custom_operator_token1] = ACTIONS(2557), + [anon_sym_LT] = ACTIONS(2555), + [anon_sym_GT] = ACTIONS(2555), + [anon_sym_LBRACE] = ACTIONS(2557), + [anon_sym_CARET_LBRACE] = ACTIONS(2557), + [anon_sym_RBRACE] = ACTIONS(2557), + [anon_sym_case] = ACTIONS(2557), + [anon_sym_PLUS_EQ] = ACTIONS(2557), + [anon_sym_DASH_EQ] = ACTIONS(2557), + [anon_sym_STAR_EQ] = ACTIONS(2557), + [anon_sym_SLASH_EQ] = ACTIONS(2557), + [anon_sym_PERCENT_EQ] = ACTIONS(2557), + [anon_sym_BANG_EQ] = ACTIONS(2555), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2557), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2557), + [anon_sym_LT_EQ] = ACTIONS(2557), + [anon_sym_GT_EQ] = ACTIONS(2557), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2557), + [anon_sym_DOT_DOT_LT] = ACTIONS(2557), + [anon_sym_is] = ACTIONS(2557), + [anon_sym_PLUS] = ACTIONS(2555), + [anon_sym_DASH] = ACTIONS(2555), + [anon_sym_STAR] = ACTIONS(2555), + [anon_sym_SLASH] = ACTIONS(2555), + [anon_sym_PERCENT] = ACTIONS(2555), + [anon_sym_PLUS_PLUS] = ACTIONS(2557), + [anon_sym_DASH_DASH] = ACTIONS(2557), + [anon_sym_PIPE] = ACTIONS(2557), + [anon_sym_CARET] = ACTIONS(2555), + [anon_sym_LT_LT] = ACTIONS(2557), + [anon_sym_GT_GT] = ACTIONS(2557), + [anon_sym_import] = ACTIONS(2557), + [anon_sym_typealias] = ACTIONS(2557), + [anon_sym_struct] = ACTIONS(2557), + [anon_sym_class] = ACTIONS(2557), + [anon_sym_enum] = ACTIONS(2557), + [anon_sym_protocol] = ACTIONS(2557), + [anon_sym_let] = ACTIONS(2557), + [anon_sym_var] = ACTIONS(2557), + [anon_sym_func] = ACTIONS(2557), + [anon_sym_extension] = ACTIONS(2557), + [anon_sym_indirect] = ACTIONS(2557), + [anon_sym_SEMI] = ACTIONS(2557), + [anon_sym_init] = ACTIONS(2557), + [anon_sym_deinit] = ACTIONS(2557), + [anon_sym_subscript] = ACTIONS(2557), + [anon_sym_prefix] = ACTIONS(2557), + [anon_sym_infix] = ACTIONS(2557), + [anon_sym_postfix] = ACTIONS(2557), + [anon_sym_precedencegroup] = ACTIONS(2557), + [anon_sym_associatedtype] = ACTIONS(2557), + [anon_sym_AT] = ACTIONS(2555), + [anon_sym_override] = ACTIONS(2557), + [anon_sym_convenience] = ACTIONS(2557), + [anon_sym_required] = ACTIONS(2557), + [anon_sym_nonisolated] = ACTIONS(2557), + [anon_sym_public] = ACTIONS(2557), + [anon_sym_private] = ACTIONS(2557), + [anon_sym_internal] = ACTIONS(2557), + [anon_sym_fileprivate] = ACTIONS(2557), + [anon_sym_open] = ACTIONS(2557), + [anon_sym_mutating] = ACTIONS(2557), + [anon_sym_nonmutating] = ACTIONS(2557), + [anon_sym_static] = ACTIONS(2557), + [anon_sym_dynamic] = ACTIONS(2557), + [anon_sym_optional] = ACTIONS(2557), + [anon_sym_distributed] = ACTIONS(2557), + [anon_sym_final] = ACTIONS(2557), + [anon_sym_inout] = ACTIONS(2557), + [anon_sym_ATescaping] = ACTIONS(2557), + [anon_sym_ATautoclosure] = ACTIONS(2557), + [anon_sym_weak] = ACTIONS(2557), + [anon_sym_unowned] = ACTIONS(2555), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2557), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2557), + [anon_sym_borrowing] = ACTIONS(2557), + [anon_sym_consuming] = ACTIONS(2557), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2557), + [sym__conjunction_operator_custom] = ACTIONS(2557), + [sym__disjunction_operator_custom] = ACTIONS(2557), + [sym__nil_coalescing_operator_custom] = ACTIONS(2557), + [sym__eq_custom] = ACTIONS(2557), + [sym__eq_eq_custom] = ACTIONS(2557), + [sym__plus_then_ws] = ACTIONS(2557), + [sym__minus_then_ws] = ACTIONS(2557), + [sym__bang_custom] = ACTIONS(2557), + [sym__as_custom] = ACTIONS(2557), + [sym__as_quest_custom] = ACTIONS(2557), + [sym__as_bang_custom] = ACTIONS(2557), + [sym__custom_operator] = ACTIONS(2557), + }, + [STATE(921)] = { + [anon_sym_BANG] = ACTIONS(2559), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2561), + [anon_sym_async] = ACTIONS(2561), + [anon_sym_lazy] = ACTIONS(2561), + [anon_sym_package] = ACTIONS(2561), + [anon_sym_RPAREN] = ACTIONS(2561), + [anon_sym_COMMA] = ACTIONS(2561), + [anon_sym_COLON] = ACTIONS(2561), + [anon_sym_LPAREN] = ACTIONS(2561), + [anon_sym_LBRACK] = ACTIONS(2561), + [anon_sym_RBRACK] = ACTIONS(2561), + [anon_sym_QMARK] = ACTIONS(2559), + [anon_sym_QMARK2] = ACTIONS(2561), + [anon_sym_AMP] = ACTIONS(2561), + [aux_sym_custom_operator_token1] = ACTIONS(2561), + [anon_sym_LT] = ACTIONS(2559), + [anon_sym_GT] = ACTIONS(2559), + [anon_sym_LBRACE] = ACTIONS(2561), + [anon_sym_CARET_LBRACE] = ACTIONS(2561), + [anon_sym_RBRACE] = ACTIONS(2561), + [anon_sym_case] = ACTIONS(2561), + [anon_sym_PLUS_EQ] = ACTIONS(2561), + [anon_sym_DASH_EQ] = ACTIONS(2561), + [anon_sym_STAR_EQ] = ACTIONS(2561), + [anon_sym_SLASH_EQ] = ACTIONS(2561), + [anon_sym_PERCENT_EQ] = ACTIONS(2561), + [anon_sym_BANG_EQ] = ACTIONS(2559), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2561), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2561), + [anon_sym_LT_EQ] = ACTIONS(2561), + [anon_sym_GT_EQ] = ACTIONS(2561), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2561), + [anon_sym_DOT_DOT_LT] = ACTIONS(2561), + [anon_sym_is] = ACTIONS(2561), + [anon_sym_PLUS] = ACTIONS(2559), + [anon_sym_DASH] = ACTIONS(2559), + [anon_sym_STAR] = ACTIONS(2559), + [anon_sym_SLASH] = ACTIONS(2559), + [anon_sym_PERCENT] = ACTIONS(2559), + [anon_sym_PLUS_PLUS] = ACTIONS(2561), + [anon_sym_DASH_DASH] = ACTIONS(2561), + [anon_sym_PIPE] = ACTIONS(2561), + [anon_sym_CARET] = ACTIONS(2559), + [anon_sym_LT_LT] = ACTIONS(2561), + [anon_sym_GT_GT] = ACTIONS(2561), + [anon_sym_import] = ACTIONS(2561), + [anon_sym_typealias] = ACTIONS(2561), + [anon_sym_struct] = ACTIONS(2561), + [anon_sym_class] = ACTIONS(2561), + [anon_sym_enum] = ACTIONS(2561), + [anon_sym_protocol] = ACTIONS(2561), + [anon_sym_let] = ACTIONS(2561), + [anon_sym_var] = ACTIONS(2561), + [anon_sym_func] = ACTIONS(2561), + [anon_sym_extension] = ACTIONS(2561), + [anon_sym_indirect] = ACTIONS(2561), + [anon_sym_SEMI] = ACTIONS(2561), + [anon_sym_init] = ACTIONS(2561), + [anon_sym_deinit] = ACTIONS(2561), + [anon_sym_subscript] = ACTIONS(2561), + [anon_sym_prefix] = ACTIONS(2561), + [anon_sym_infix] = ACTIONS(2561), + [anon_sym_postfix] = ACTIONS(2561), + [anon_sym_precedencegroup] = ACTIONS(2561), + [anon_sym_associatedtype] = ACTIONS(2561), + [anon_sym_AT] = ACTIONS(2559), + [anon_sym_override] = ACTIONS(2561), + [anon_sym_convenience] = ACTIONS(2561), + [anon_sym_required] = ACTIONS(2561), + [anon_sym_nonisolated] = ACTIONS(2561), + [anon_sym_public] = ACTIONS(2561), + [anon_sym_private] = ACTIONS(2561), + [anon_sym_internal] = ACTIONS(2561), + [anon_sym_fileprivate] = ACTIONS(2561), + [anon_sym_open] = ACTIONS(2561), + [anon_sym_mutating] = ACTIONS(2561), + [anon_sym_nonmutating] = ACTIONS(2561), + [anon_sym_static] = ACTIONS(2561), + [anon_sym_dynamic] = ACTIONS(2561), + [anon_sym_optional] = ACTIONS(2561), + [anon_sym_distributed] = ACTIONS(2561), + [anon_sym_final] = ACTIONS(2561), + [anon_sym_inout] = ACTIONS(2561), + [anon_sym_ATescaping] = ACTIONS(2561), + [anon_sym_ATautoclosure] = ACTIONS(2561), + [anon_sym_weak] = ACTIONS(2561), + [anon_sym_unowned] = ACTIONS(2559), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2561), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2561), + [anon_sym_borrowing] = ACTIONS(2561), + [anon_sym_consuming] = ACTIONS(2561), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2561), + [sym__conjunction_operator_custom] = ACTIONS(2561), + [sym__disjunction_operator_custom] = ACTIONS(2561), + [sym__nil_coalescing_operator_custom] = ACTIONS(2561), + [sym__eq_custom] = ACTIONS(2561), + [sym__eq_eq_custom] = ACTIONS(2561), + [sym__plus_then_ws] = ACTIONS(2561), + [sym__minus_then_ws] = ACTIONS(2561), + [sym__bang_custom] = ACTIONS(2561), + [sym__as_custom] = ACTIONS(2561), + [sym__as_quest_custom] = ACTIONS(2561), + [sym__as_bang_custom] = ACTIONS(2561), + [sym__custom_operator] = ACTIONS(2561), + }, + [STATE(922)] = { + [anon_sym_BANG] = ACTIONS(2563), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2565), + [anon_sym_async] = ACTIONS(2565), + [anon_sym_lazy] = ACTIONS(2565), + [anon_sym_package] = ACTIONS(2565), + [anon_sym_RPAREN] = ACTIONS(2565), + [anon_sym_COMMA] = ACTIONS(2565), + [anon_sym_COLON] = ACTIONS(2565), + [anon_sym_LPAREN] = ACTIONS(2565), + [anon_sym_LBRACK] = ACTIONS(2565), + [anon_sym_RBRACK] = ACTIONS(2565), + [anon_sym_QMARK] = ACTIONS(2563), + [anon_sym_QMARK2] = ACTIONS(2565), + [anon_sym_AMP] = ACTIONS(2565), + [aux_sym_custom_operator_token1] = ACTIONS(2565), + [anon_sym_LT] = ACTIONS(2563), + [anon_sym_GT] = ACTIONS(2563), + [anon_sym_LBRACE] = ACTIONS(2565), + [anon_sym_CARET_LBRACE] = ACTIONS(2565), + [anon_sym_RBRACE] = ACTIONS(2565), + [anon_sym_case] = ACTIONS(2565), + [anon_sym_PLUS_EQ] = ACTIONS(2565), + [anon_sym_DASH_EQ] = ACTIONS(2565), + [anon_sym_STAR_EQ] = ACTIONS(2565), + [anon_sym_SLASH_EQ] = ACTIONS(2565), + [anon_sym_PERCENT_EQ] = ACTIONS(2565), + [anon_sym_BANG_EQ] = ACTIONS(2563), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2565), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2565), + [anon_sym_LT_EQ] = ACTIONS(2565), + [anon_sym_GT_EQ] = ACTIONS(2565), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2565), + [anon_sym_DOT_DOT_LT] = ACTIONS(2565), + [anon_sym_is] = ACTIONS(2565), + [anon_sym_PLUS] = ACTIONS(2563), + [anon_sym_DASH] = ACTIONS(2563), + [anon_sym_STAR] = ACTIONS(2563), + [anon_sym_SLASH] = ACTIONS(2563), + [anon_sym_PERCENT] = ACTIONS(2563), + [anon_sym_PLUS_PLUS] = ACTIONS(2565), + [anon_sym_DASH_DASH] = ACTIONS(2565), + [anon_sym_PIPE] = ACTIONS(2565), + [anon_sym_CARET] = ACTIONS(2563), + [anon_sym_LT_LT] = ACTIONS(2565), + [anon_sym_GT_GT] = ACTIONS(2565), + [anon_sym_import] = ACTIONS(2565), + [anon_sym_typealias] = ACTIONS(2565), + [anon_sym_struct] = ACTIONS(2565), + [anon_sym_class] = ACTIONS(2565), + [anon_sym_enum] = ACTIONS(2565), + [anon_sym_protocol] = ACTIONS(2565), + [anon_sym_let] = ACTIONS(2565), + [anon_sym_var] = ACTIONS(2565), + [anon_sym_func] = ACTIONS(2565), + [anon_sym_extension] = ACTIONS(2565), + [anon_sym_indirect] = ACTIONS(2565), + [anon_sym_SEMI] = ACTIONS(2565), + [anon_sym_init] = ACTIONS(2565), + [anon_sym_deinit] = ACTIONS(2565), + [anon_sym_subscript] = ACTIONS(2565), + [anon_sym_prefix] = ACTIONS(2565), + [anon_sym_infix] = ACTIONS(2565), + [anon_sym_postfix] = ACTIONS(2565), + [anon_sym_precedencegroup] = ACTIONS(2565), + [anon_sym_associatedtype] = ACTIONS(2565), + [anon_sym_AT] = ACTIONS(2563), + [anon_sym_override] = ACTIONS(2565), + [anon_sym_convenience] = ACTIONS(2565), + [anon_sym_required] = ACTIONS(2565), + [anon_sym_nonisolated] = ACTIONS(2565), + [anon_sym_public] = ACTIONS(2565), + [anon_sym_private] = ACTIONS(2565), + [anon_sym_internal] = ACTIONS(2565), + [anon_sym_fileprivate] = ACTIONS(2565), + [anon_sym_open] = ACTIONS(2565), + [anon_sym_mutating] = ACTIONS(2565), + [anon_sym_nonmutating] = ACTIONS(2565), + [anon_sym_static] = ACTIONS(2565), + [anon_sym_dynamic] = ACTIONS(2565), + [anon_sym_optional] = ACTIONS(2565), + [anon_sym_distributed] = ACTIONS(2565), + [anon_sym_final] = ACTIONS(2565), + [anon_sym_inout] = ACTIONS(2565), + [anon_sym_ATescaping] = ACTIONS(2565), + [anon_sym_ATautoclosure] = ACTIONS(2565), + [anon_sym_weak] = ACTIONS(2565), + [anon_sym_unowned] = ACTIONS(2563), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2565), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2565), + [anon_sym_borrowing] = ACTIONS(2565), + [anon_sym_consuming] = ACTIONS(2565), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2565), + [sym__conjunction_operator_custom] = ACTIONS(2565), + [sym__disjunction_operator_custom] = ACTIONS(2565), + [sym__nil_coalescing_operator_custom] = ACTIONS(2565), + [sym__eq_custom] = ACTIONS(2565), + [sym__eq_eq_custom] = ACTIONS(2565), + [sym__plus_then_ws] = ACTIONS(2565), + [sym__minus_then_ws] = ACTIONS(2565), + [sym__bang_custom] = ACTIONS(2565), + [sym__as_custom] = ACTIONS(2565), + [sym__as_quest_custom] = ACTIONS(2565), + [sym__as_bang_custom] = ACTIONS(2565), + [sym__custom_operator] = ACTIONS(2565), + }, + [STATE(923)] = { + [anon_sym_BANG] = ACTIONS(2567), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2569), + [anon_sym_async] = ACTIONS(2569), + [anon_sym_lazy] = ACTIONS(2569), + [anon_sym_package] = ACTIONS(2569), + [anon_sym_RPAREN] = ACTIONS(2569), + [anon_sym_COMMA] = ACTIONS(2569), + [anon_sym_COLON] = ACTIONS(2569), + [anon_sym_LPAREN] = ACTIONS(2569), + [anon_sym_LBRACK] = ACTIONS(2569), + [anon_sym_RBRACK] = ACTIONS(2569), + [anon_sym_QMARK] = ACTIONS(2567), + [anon_sym_QMARK2] = ACTIONS(2569), + [anon_sym_AMP] = ACTIONS(2569), + [aux_sym_custom_operator_token1] = ACTIONS(2569), + [anon_sym_LT] = ACTIONS(2567), + [anon_sym_GT] = ACTIONS(2567), + [anon_sym_LBRACE] = ACTIONS(2569), + [anon_sym_CARET_LBRACE] = ACTIONS(2569), + [anon_sym_RBRACE] = ACTIONS(2569), + [anon_sym_case] = ACTIONS(2569), + [anon_sym_PLUS_EQ] = ACTIONS(2569), + [anon_sym_DASH_EQ] = ACTIONS(2569), + [anon_sym_STAR_EQ] = ACTIONS(2569), + [anon_sym_SLASH_EQ] = ACTIONS(2569), + [anon_sym_PERCENT_EQ] = ACTIONS(2569), + [anon_sym_BANG_EQ] = ACTIONS(2567), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2569), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2569), + [anon_sym_LT_EQ] = ACTIONS(2569), + [anon_sym_GT_EQ] = ACTIONS(2569), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2569), + [anon_sym_DOT_DOT_LT] = ACTIONS(2569), + [anon_sym_is] = ACTIONS(2569), + [anon_sym_PLUS] = ACTIONS(2567), + [anon_sym_DASH] = ACTIONS(2567), + [anon_sym_STAR] = ACTIONS(2567), + [anon_sym_SLASH] = ACTIONS(2567), + [anon_sym_PERCENT] = ACTIONS(2567), + [anon_sym_PLUS_PLUS] = ACTIONS(2569), + [anon_sym_DASH_DASH] = ACTIONS(2569), + [anon_sym_PIPE] = ACTIONS(2569), + [anon_sym_CARET] = ACTIONS(2567), + [anon_sym_LT_LT] = ACTIONS(2569), + [anon_sym_GT_GT] = ACTIONS(2569), + [anon_sym_import] = ACTIONS(2569), + [anon_sym_typealias] = ACTIONS(2569), + [anon_sym_struct] = ACTIONS(2569), + [anon_sym_class] = ACTIONS(2569), + [anon_sym_enum] = ACTIONS(2569), + [anon_sym_protocol] = ACTIONS(2569), + [anon_sym_let] = ACTIONS(2569), + [anon_sym_var] = ACTIONS(2569), + [anon_sym_func] = ACTIONS(2569), + [anon_sym_extension] = ACTIONS(2569), + [anon_sym_indirect] = ACTIONS(2569), + [anon_sym_SEMI] = ACTIONS(2569), + [anon_sym_init] = ACTIONS(2569), + [anon_sym_deinit] = ACTIONS(2569), + [anon_sym_subscript] = ACTIONS(2569), + [anon_sym_prefix] = ACTIONS(2569), + [anon_sym_infix] = ACTIONS(2569), + [anon_sym_postfix] = ACTIONS(2569), + [anon_sym_precedencegroup] = ACTIONS(2569), + [anon_sym_associatedtype] = ACTIONS(2569), + [anon_sym_AT] = ACTIONS(2567), + [anon_sym_override] = ACTIONS(2569), + [anon_sym_convenience] = ACTIONS(2569), + [anon_sym_required] = ACTIONS(2569), + [anon_sym_nonisolated] = ACTIONS(2569), + [anon_sym_public] = ACTIONS(2569), + [anon_sym_private] = ACTIONS(2569), + [anon_sym_internal] = ACTIONS(2569), + [anon_sym_fileprivate] = ACTIONS(2569), + [anon_sym_open] = ACTIONS(2569), + [anon_sym_mutating] = ACTIONS(2569), + [anon_sym_nonmutating] = ACTIONS(2569), + [anon_sym_static] = ACTIONS(2569), + [anon_sym_dynamic] = ACTIONS(2569), + [anon_sym_optional] = ACTIONS(2569), + [anon_sym_distributed] = ACTIONS(2569), + [anon_sym_final] = ACTIONS(2569), + [anon_sym_inout] = ACTIONS(2569), + [anon_sym_ATescaping] = ACTIONS(2569), + [anon_sym_ATautoclosure] = ACTIONS(2569), + [anon_sym_weak] = ACTIONS(2569), + [anon_sym_unowned] = ACTIONS(2567), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2569), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2569), + [anon_sym_borrowing] = ACTIONS(2569), + [anon_sym_consuming] = ACTIONS(2569), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2569), + [sym__conjunction_operator_custom] = ACTIONS(2569), + [sym__disjunction_operator_custom] = ACTIONS(2569), + [sym__nil_coalescing_operator_custom] = ACTIONS(2569), + [sym__eq_custom] = ACTIONS(2569), + [sym__eq_eq_custom] = ACTIONS(2569), + [sym__plus_then_ws] = ACTIONS(2569), + [sym__minus_then_ws] = ACTIONS(2569), + [sym__bang_custom] = ACTIONS(2569), + [sym__as_custom] = ACTIONS(2569), + [sym__as_quest_custom] = ACTIONS(2569), + [sym__as_bang_custom] = ACTIONS(2569), + [sym__custom_operator] = ACTIONS(2569), + }, + [STATE(924)] = { + [anon_sym_BANG] = ACTIONS(2571), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2573), + [anon_sym_async] = ACTIONS(2573), + [anon_sym_lazy] = ACTIONS(2573), + [anon_sym_package] = ACTIONS(2573), + [anon_sym_RPAREN] = ACTIONS(2573), + [anon_sym_COMMA] = ACTIONS(2573), + [anon_sym_COLON] = ACTIONS(2573), + [anon_sym_LPAREN] = ACTIONS(2573), + [anon_sym_LBRACK] = ACTIONS(2573), + [anon_sym_RBRACK] = ACTIONS(2573), + [anon_sym_QMARK] = ACTIONS(2571), + [anon_sym_QMARK2] = ACTIONS(2573), + [anon_sym_AMP] = ACTIONS(2573), + [aux_sym_custom_operator_token1] = ACTIONS(2573), + [anon_sym_LT] = ACTIONS(2571), + [anon_sym_GT] = ACTIONS(2571), + [anon_sym_LBRACE] = ACTIONS(2573), + [anon_sym_CARET_LBRACE] = ACTIONS(2573), + [anon_sym_RBRACE] = ACTIONS(2573), + [anon_sym_case] = ACTIONS(2573), + [anon_sym_PLUS_EQ] = ACTIONS(2573), + [anon_sym_DASH_EQ] = ACTIONS(2573), + [anon_sym_STAR_EQ] = ACTIONS(2573), + [anon_sym_SLASH_EQ] = ACTIONS(2573), + [anon_sym_PERCENT_EQ] = ACTIONS(2573), + [anon_sym_BANG_EQ] = ACTIONS(2571), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2573), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2573), + [anon_sym_LT_EQ] = ACTIONS(2573), + [anon_sym_GT_EQ] = ACTIONS(2573), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2573), + [anon_sym_DOT_DOT_LT] = ACTIONS(2573), + [anon_sym_is] = ACTIONS(2573), + [anon_sym_PLUS] = ACTIONS(2571), + [anon_sym_DASH] = ACTIONS(2571), + [anon_sym_STAR] = ACTIONS(2571), + [anon_sym_SLASH] = ACTIONS(2571), + [anon_sym_PERCENT] = ACTIONS(2571), + [anon_sym_PLUS_PLUS] = ACTIONS(2573), + [anon_sym_DASH_DASH] = ACTIONS(2573), + [anon_sym_PIPE] = ACTIONS(2573), + [anon_sym_CARET] = ACTIONS(2571), + [anon_sym_LT_LT] = ACTIONS(2573), + [anon_sym_GT_GT] = ACTIONS(2573), + [anon_sym_import] = ACTIONS(2573), + [anon_sym_typealias] = ACTIONS(2573), + [anon_sym_struct] = ACTIONS(2573), + [anon_sym_class] = ACTIONS(2573), + [anon_sym_enum] = ACTIONS(2573), + [anon_sym_protocol] = ACTIONS(2573), + [anon_sym_let] = ACTIONS(2573), + [anon_sym_var] = ACTIONS(2573), + [anon_sym_func] = ACTIONS(2573), + [anon_sym_extension] = ACTIONS(2573), + [anon_sym_indirect] = ACTIONS(2573), + [anon_sym_SEMI] = ACTIONS(2573), + [anon_sym_init] = ACTIONS(2573), + [anon_sym_deinit] = ACTIONS(2573), + [anon_sym_subscript] = ACTIONS(2573), + [anon_sym_prefix] = ACTIONS(2573), + [anon_sym_infix] = ACTIONS(2573), + [anon_sym_postfix] = ACTIONS(2573), + [anon_sym_precedencegroup] = ACTIONS(2573), + [anon_sym_associatedtype] = ACTIONS(2573), + [anon_sym_AT] = ACTIONS(2571), + [anon_sym_override] = ACTIONS(2573), + [anon_sym_convenience] = ACTIONS(2573), + [anon_sym_required] = ACTIONS(2573), + [anon_sym_nonisolated] = ACTIONS(2573), + [anon_sym_public] = ACTIONS(2573), + [anon_sym_private] = ACTIONS(2573), + [anon_sym_internal] = ACTIONS(2573), + [anon_sym_fileprivate] = ACTIONS(2573), + [anon_sym_open] = ACTIONS(2573), + [anon_sym_mutating] = ACTIONS(2573), + [anon_sym_nonmutating] = ACTIONS(2573), + [anon_sym_static] = ACTIONS(2573), + [anon_sym_dynamic] = ACTIONS(2573), + [anon_sym_optional] = ACTIONS(2573), + [anon_sym_distributed] = ACTIONS(2573), + [anon_sym_final] = ACTIONS(2573), + [anon_sym_inout] = ACTIONS(2573), + [anon_sym_ATescaping] = ACTIONS(2573), + [anon_sym_ATautoclosure] = ACTIONS(2573), + [anon_sym_weak] = ACTIONS(2573), + [anon_sym_unowned] = ACTIONS(2571), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2573), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2573), + [anon_sym_borrowing] = ACTIONS(2573), + [anon_sym_consuming] = ACTIONS(2573), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2573), + [sym__conjunction_operator_custom] = ACTIONS(2573), + [sym__disjunction_operator_custom] = ACTIONS(2573), + [sym__nil_coalescing_operator_custom] = ACTIONS(2573), + [sym__eq_custom] = ACTIONS(2573), + [sym__eq_eq_custom] = ACTIONS(2573), + [sym__plus_then_ws] = ACTIONS(2573), + [sym__minus_then_ws] = ACTIONS(2573), + [sym__bang_custom] = ACTIONS(2573), + [sym__as_custom] = ACTIONS(2573), + [sym__as_quest_custom] = ACTIONS(2573), + [sym__as_bang_custom] = ACTIONS(2573), + [sym__custom_operator] = ACTIONS(2573), + }, + [STATE(925)] = { + [anon_sym_BANG] = ACTIONS(2575), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2577), + [anon_sym_async] = ACTIONS(2577), + [anon_sym_lazy] = ACTIONS(2577), + [anon_sym_package] = ACTIONS(2577), + [anon_sym_RPAREN] = ACTIONS(2577), + [anon_sym_COMMA] = ACTIONS(2577), + [anon_sym_COLON] = ACTIONS(2577), + [anon_sym_LPAREN] = ACTIONS(2577), + [anon_sym_LBRACK] = ACTIONS(2577), + [anon_sym_RBRACK] = ACTIONS(2577), + [anon_sym_QMARK] = ACTIONS(2575), + [anon_sym_QMARK2] = ACTIONS(2577), + [anon_sym_AMP] = ACTIONS(2577), + [aux_sym_custom_operator_token1] = ACTIONS(2577), + [anon_sym_LT] = ACTIONS(2575), + [anon_sym_GT] = ACTIONS(2575), + [anon_sym_LBRACE] = ACTIONS(2577), + [anon_sym_CARET_LBRACE] = ACTIONS(2577), + [anon_sym_RBRACE] = ACTIONS(2577), + [anon_sym_case] = ACTIONS(2577), + [anon_sym_PLUS_EQ] = ACTIONS(2577), + [anon_sym_DASH_EQ] = ACTIONS(2577), + [anon_sym_STAR_EQ] = ACTIONS(2577), + [anon_sym_SLASH_EQ] = ACTIONS(2577), + [anon_sym_PERCENT_EQ] = ACTIONS(2577), + [anon_sym_BANG_EQ] = ACTIONS(2575), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2577), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2577), + [anon_sym_LT_EQ] = ACTIONS(2577), + [anon_sym_GT_EQ] = ACTIONS(2577), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2577), + [anon_sym_DOT_DOT_LT] = ACTIONS(2577), + [anon_sym_is] = ACTIONS(2577), + [anon_sym_PLUS] = ACTIONS(2575), + [anon_sym_DASH] = ACTIONS(2575), + [anon_sym_STAR] = ACTIONS(2575), + [anon_sym_SLASH] = ACTIONS(2575), + [anon_sym_PERCENT] = ACTIONS(2575), + [anon_sym_PLUS_PLUS] = ACTIONS(2577), + [anon_sym_DASH_DASH] = ACTIONS(2577), + [anon_sym_PIPE] = ACTIONS(2577), + [anon_sym_CARET] = ACTIONS(2575), + [anon_sym_LT_LT] = ACTIONS(2577), + [anon_sym_GT_GT] = ACTIONS(2577), + [anon_sym_import] = ACTIONS(2577), + [anon_sym_typealias] = ACTIONS(2577), + [anon_sym_struct] = ACTIONS(2577), + [anon_sym_class] = ACTIONS(2577), + [anon_sym_enum] = ACTIONS(2577), + [anon_sym_protocol] = ACTIONS(2577), + [anon_sym_let] = ACTIONS(2577), + [anon_sym_var] = ACTIONS(2577), + [anon_sym_func] = ACTIONS(2577), + [anon_sym_extension] = ACTIONS(2577), + [anon_sym_indirect] = ACTIONS(2577), + [anon_sym_SEMI] = ACTIONS(2577), + [anon_sym_init] = ACTIONS(2577), + [anon_sym_deinit] = ACTIONS(2577), + [anon_sym_subscript] = ACTIONS(2577), + [anon_sym_prefix] = ACTIONS(2577), + [anon_sym_infix] = ACTIONS(2577), + [anon_sym_postfix] = ACTIONS(2577), + [anon_sym_precedencegroup] = ACTIONS(2577), + [anon_sym_associatedtype] = ACTIONS(2577), + [anon_sym_AT] = ACTIONS(2575), + [anon_sym_override] = ACTIONS(2577), + [anon_sym_convenience] = ACTIONS(2577), + [anon_sym_required] = ACTIONS(2577), + [anon_sym_nonisolated] = ACTIONS(2577), + [anon_sym_public] = ACTIONS(2577), + [anon_sym_private] = ACTIONS(2577), + [anon_sym_internal] = ACTIONS(2577), + [anon_sym_fileprivate] = ACTIONS(2577), + [anon_sym_open] = ACTIONS(2577), + [anon_sym_mutating] = ACTIONS(2577), + [anon_sym_nonmutating] = ACTIONS(2577), + [anon_sym_static] = ACTIONS(2577), + [anon_sym_dynamic] = ACTIONS(2577), + [anon_sym_optional] = ACTIONS(2577), + [anon_sym_distributed] = ACTIONS(2577), + [anon_sym_final] = ACTIONS(2577), + [anon_sym_inout] = ACTIONS(2577), + [anon_sym_ATescaping] = ACTIONS(2577), + [anon_sym_ATautoclosure] = ACTIONS(2577), + [anon_sym_weak] = ACTIONS(2577), + [anon_sym_unowned] = ACTIONS(2575), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2577), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2577), + [anon_sym_borrowing] = ACTIONS(2577), + [anon_sym_consuming] = ACTIONS(2577), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2577), + [sym__conjunction_operator_custom] = ACTIONS(2577), + [sym__disjunction_operator_custom] = ACTIONS(2577), + [sym__nil_coalescing_operator_custom] = ACTIONS(2577), + [sym__eq_custom] = ACTIONS(2577), + [sym__eq_eq_custom] = ACTIONS(2577), + [sym__plus_then_ws] = ACTIONS(2577), + [sym__minus_then_ws] = ACTIONS(2577), + [sym__bang_custom] = ACTIONS(2577), + [sym__as_custom] = ACTIONS(2577), + [sym__as_quest_custom] = ACTIONS(2577), + [sym__as_bang_custom] = ACTIONS(2577), + [sym__custom_operator] = ACTIONS(2577), + }, + [STATE(926)] = { + [anon_sym_BANG] = ACTIONS(2579), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2581), + [anon_sym_async] = ACTIONS(2581), + [anon_sym_lazy] = ACTIONS(2581), + [anon_sym_package] = ACTIONS(2581), + [anon_sym_RPAREN] = ACTIONS(2581), + [anon_sym_COMMA] = ACTIONS(2581), + [anon_sym_COLON] = ACTIONS(2581), + [anon_sym_LPAREN] = ACTIONS(2581), + [anon_sym_LBRACK] = ACTIONS(2581), + [anon_sym_RBRACK] = ACTIONS(2581), + [anon_sym_QMARK] = ACTIONS(2579), + [anon_sym_QMARK2] = ACTIONS(2581), + [anon_sym_AMP] = ACTIONS(2581), + [aux_sym_custom_operator_token1] = ACTIONS(2581), + [anon_sym_LT] = ACTIONS(2579), + [anon_sym_GT] = ACTIONS(2579), + [anon_sym_LBRACE] = ACTIONS(2581), + [anon_sym_CARET_LBRACE] = ACTIONS(2581), + [anon_sym_RBRACE] = ACTIONS(2581), + [anon_sym_case] = ACTIONS(2581), + [anon_sym_PLUS_EQ] = ACTIONS(2581), + [anon_sym_DASH_EQ] = ACTIONS(2581), + [anon_sym_STAR_EQ] = ACTIONS(2581), + [anon_sym_SLASH_EQ] = ACTIONS(2581), + [anon_sym_PERCENT_EQ] = ACTIONS(2581), + [anon_sym_BANG_EQ] = ACTIONS(2579), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2581), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2581), + [anon_sym_LT_EQ] = ACTIONS(2581), + [anon_sym_GT_EQ] = ACTIONS(2581), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2581), + [anon_sym_DOT_DOT_LT] = ACTIONS(2581), + [anon_sym_is] = ACTIONS(2581), + [anon_sym_PLUS] = ACTIONS(2579), + [anon_sym_DASH] = ACTIONS(2579), + [anon_sym_STAR] = ACTIONS(2579), + [anon_sym_SLASH] = ACTIONS(2579), + [anon_sym_PERCENT] = ACTIONS(2579), + [anon_sym_PLUS_PLUS] = ACTIONS(2581), + [anon_sym_DASH_DASH] = ACTIONS(2581), + [anon_sym_PIPE] = ACTIONS(2581), + [anon_sym_CARET] = ACTIONS(2579), + [anon_sym_LT_LT] = ACTIONS(2581), + [anon_sym_GT_GT] = ACTIONS(2581), + [anon_sym_import] = ACTIONS(2581), + [anon_sym_typealias] = ACTIONS(2581), + [anon_sym_struct] = ACTIONS(2581), + [anon_sym_class] = ACTIONS(2581), + [anon_sym_enum] = ACTIONS(2581), + [anon_sym_protocol] = ACTIONS(2581), + [anon_sym_let] = ACTIONS(2581), + [anon_sym_var] = ACTIONS(2581), + [anon_sym_func] = ACTIONS(2581), + [anon_sym_extension] = ACTIONS(2581), + [anon_sym_indirect] = ACTIONS(2581), + [anon_sym_SEMI] = ACTIONS(2581), + [anon_sym_init] = ACTIONS(2581), + [anon_sym_deinit] = ACTIONS(2581), + [anon_sym_subscript] = ACTIONS(2581), + [anon_sym_prefix] = ACTIONS(2581), + [anon_sym_infix] = ACTIONS(2581), + [anon_sym_postfix] = ACTIONS(2581), + [anon_sym_precedencegroup] = ACTIONS(2581), + [anon_sym_associatedtype] = ACTIONS(2581), + [anon_sym_AT] = ACTIONS(2579), + [anon_sym_override] = ACTIONS(2581), + [anon_sym_convenience] = ACTIONS(2581), + [anon_sym_required] = ACTIONS(2581), + [anon_sym_nonisolated] = ACTIONS(2581), + [anon_sym_public] = ACTIONS(2581), + [anon_sym_private] = ACTIONS(2581), + [anon_sym_internal] = ACTIONS(2581), + [anon_sym_fileprivate] = ACTIONS(2581), + [anon_sym_open] = ACTIONS(2581), + [anon_sym_mutating] = ACTIONS(2581), + [anon_sym_nonmutating] = ACTIONS(2581), + [anon_sym_static] = ACTIONS(2581), + [anon_sym_dynamic] = ACTIONS(2581), + [anon_sym_optional] = ACTIONS(2581), + [anon_sym_distributed] = ACTIONS(2581), + [anon_sym_final] = ACTIONS(2581), + [anon_sym_inout] = ACTIONS(2581), + [anon_sym_ATescaping] = ACTIONS(2581), + [anon_sym_ATautoclosure] = ACTIONS(2581), + [anon_sym_weak] = ACTIONS(2581), + [anon_sym_unowned] = ACTIONS(2579), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2581), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2581), + [anon_sym_borrowing] = ACTIONS(2581), + [anon_sym_consuming] = ACTIONS(2581), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2581), + [sym__conjunction_operator_custom] = ACTIONS(2581), + [sym__disjunction_operator_custom] = ACTIONS(2581), + [sym__nil_coalescing_operator_custom] = ACTIONS(2581), + [sym__eq_custom] = ACTIONS(2581), + [sym__eq_eq_custom] = ACTIONS(2581), + [sym__plus_then_ws] = ACTIONS(2581), + [sym__minus_then_ws] = ACTIONS(2581), + [sym__bang_custom] = ACTIONS(2581), + [sym__as_custom] = ACTIONS(2581), + [sym__as_quest_custom] = ACTIONS(2581), + [sym__as_bang_custom] = ACTIONS(2581), + [sym__custom_operator] = ACTIONS(2581), + }, + [STATE(927)] = { + [anon_sym_BANG] = ACTIONS(2583), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2585), + [anon_sym_async] = ACTIONS(2585), + [anon_sym_lazy] = ACTIONS(2585), + [anon_sym_package] = ACTIONS(2585), + [anon_sym_RPAREN] = ACTIONS(2585), + [anon_sym_COMMA] = ACTIONS(2585), + [anon_sym_COLON] = ACTIONS(2585), + [anon_sym_LPAREN] = ACTIONS(2585), + [anon_sym_LBRACK] = ACTIONS(2585), + [anon_sym_RBRACK] = ACTIONS(2585), + [anon_sym_QMARK] = ACTIONS(2583), + [anon_sym_QMARK2] = ACTIONS(2585), + [anon_sym_AMP] = ACTIONS(2585), + [aux_sym_custom_operator_token1] = ACTIONS(2585), + [anon_sym_LT] = ACTIONS(2583), + [anon_sym_GT] = ACTIONS(2583), + [anon_sym_LBRACE] = ACTIONS(2585), + [anon_sym_CARET_LBRACE] = ACTIONS(2585), + [anon_sym_RBRACE] = ACTIONS(2585), + [anon_sym_case] = ACTIONS(2585), + [anon_sym_PLUS_EQ] = ACTIONS(2585), + [anon_sym_DASH_EQ] = ACTIONS(2585), + [anon_sym_STAR_EQ] = ACTIONS(2585), + [anon_sym_SLASH_EQ] = ACTIONS(2585), + [anon_sym_PERCENT_EQ] = ACTIONS(2585), + [anon_sym_BANG_EQ] = ACTIONS(2583), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2585), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2585), + [anon_sym_LT_EQ] = ACTIONS(2585), + [anon_sym_GT_EQ] = ACTIONS(2585), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2585), + [anon_sym_DOT_DOT_LT] = ACTIONS(2585), + [anon_sym_is] = ACTIONS(2585), + [anon_sym_PLUS] = ACTIONS(2583), + [anon_sym_DASH] = ACTIONS(2583), + [anon_sym_STAR] = ACTIONS(2583), + [anon_sym_SLASH] = ACTIONS(2583), + [anon_sym_PERCENT] = ACTIONS(2583), + [anon_sym_PLUS_PLUS] = ACTIONS(2585), + [anon_sym_DASH_DASH] = ACTIONS(2585), + [anon_sym_PIPE] = ACTIONS(2585), + [anon_sym_CARET] = ACTIONS(2583), + [anon_sym_LT_LT] = ACTIONS(2585), + [anon_sym_GT_GT] = ACTIONS(2585), + [anon_sym_import] = ACTIONS(2585), + [anon_sym_typealias] = ACTIONS(2585), + [anon_sym_struct] = ACTIONS(2585), + [anon_sym_class] = ACTIONS(2585), + [anon_sym_enum] = ACTIONS(2585), + [anon_sym_protocol] = ACTIONS(2585), + [anon_sym_let] = ACTIONS(2585), + [anon_sym_var] = ACTIONS(2585), + [anon_sym_func] = ACTIONS(2585), + [anon_sym_extension] = ACTIONS(2585), + [anon_sym_indirect] = ACTIONS(2585), + [anon_sym_SEMI] = ACTIONS(2585), + [anon_sym_init] = ACTIONS(2585), + [anon_sym_deinit] = ACTIONS(2585), + [anon_sym_subscript] = ACTIONS(2585), + [anon_sym_prefix] = ACTIONS(2585), + [anon_sym_infix] = ACTIONS(2585), + [anon_sym_postfix] = ACTIONS(2585), + [anon_sym_precedencegroup] = ACTIONS(2585), + [anon_sym_associatedtype] = ACTIONS(2585), + [anon_sym_AT] = ACTIONS(2583), + [anon_sym_override] = ACTIONS(2585), + [anon_sym_convenience] = ACTIONS(2585), + [anon_sym_required] = ACTIONS(2585), + [anon_sym_nonisolated] = ACTIONS(2585), + [anon_sym_public] = ACTIONS(2585), + [anon_sym_private] = ACTIONS(2585), + [anon_sym_internal] = ACTIONS(2585), + [anon_sym_fileprivate] = ACTIONS(2585), + [anon_sym_open] = ACTIONS(2585), + [anon_sym_mutating] = ACTIONS(2585), + [anon_sym_nonmutating] = ACTIONS(2585), + [anon_sym_static] = ACTIONS(2585), + [anon_sym_dynamic] = ACTIONS(2585), + [anon_sym_optional] = ACTIONS(2585), + [anon_sym_distributed] = ACTIONS(2585), + [anon_sym_final] = ACTIONS(2585), + [anon_sym_inout] = ACTIONS(2585), + [anon_sym_ATescaping] = ACTIONS(2585), + [anon_sym_ATautoclosure] = ACTIONS(2585), + [anon_sym_weak] = ACTIONS(2585), + [anon_sym_unowned] = ACTIONS(2583), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2585), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2585), + [anon_sym_borrowing] = ACTIONS(2585), + [anon_sym_consuming] = ACTIONS(2585), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2585), + [sym__conjunction_operator_custom] = ACTIONS(2585), + [sym__disjunction_operator_custom] = ACTIONS(2585), + [sym__nil_coalescing_operator_custom] = ACTIONS(2585), + [sym__eq_custom] = ACTIONS(2585), + [sym__eq_eq_custom] = ACTIONS(2585), + [sym__plus_then_ws] = ACTIONS(2585), + [sym__minus_then_ws] = ACTIONS(2585), + [sym__bang_custom] = ACTIONS(2585), + [sym__as_custom] = ACTIONS(2585), + [sym__as_quest_custom] = ACTIONS(2585), + [sym__as_bang_custom] = ACTIONS(2585), + [sym__custom_operator] = ACTIONS(2585), + }, + [STATE(928)] = { + [anon_sym_BANG] = ACTIONS(2587), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2589), + [anon_sym_async] = ACTIONS(2589), + [anon_sym_lazy] = ACTIONS(2589), + [anon_sym_package] = ACTIONS(2589), + [anon_sym_RPAREN] = ACTIONS(2589), + [anon_sym_COMMA] = ACTIONS(2589), + [anon_sym_COLON] = ACTIONS(2589), + [anon_sym_LPAREN] = ACTIONS(2589), + [anon_sym_LBRACK] = ACTIONS(2589), + [anon_sym_RBRACK] = ACTIONS(2589), + [anon_sym_QMARK] = ACTIONS(2587), + [anon_sym_QMARK2] = ACTIONS(2589), + [anon_sym_AMP] = ACTIONS(2589), + [aux_sym_custom_operator_token1] = ACTIONS(2589), + [anon_sym_LT] = ACTIONS(2587), + [anon_sym_GT] = ACTIONS(2587), + [anon_sym_LBRACE] = ACTIONS(2589), + [anon_sym_CARET_LBRACE] = ACTIONS(2589), + [anon_sym_RBRACE] = ACTIONS(2589), + [anon_sym_case] = ACTIONS(2589), + [anon_sym_PLUS_EQ] = ACTIONS(2589), + [anon_sym_DASH_EQ] = ACTIONS(2589), + [anon_sym_STAR_EQ] = ACTIONS(2589), + [anon_sym_SLASH_EQ] = ACTIONS(2589), + [anon_sym_PERCENT_EQ] = ACTIONS(2589), + [anon_sym_BANG_EQ] = ACTIONS(2587), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2589), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2589), + [anon_sym_LT_EQ] = ACTIONS(2589), + [anon_sym_GT_EQ] = ACTIONS(2589), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2589), + [anon_sym_DOT_DOT_LT] = ACTIONS(2589), + [anon_sym_is] = ACTIONS(2589), + [anon_sym_PLUS] = ACTIONS(2587), + [anon_sym_DASH] = ACTIONS(2587), + [anon_sym_STAR] = ACTIONS(2587), + [anon_sym_SLASH] = ACTIONS(2587), + [anon_sym_PERCENT] = ACTIONS(2587), + [anon_sym_PLUS_PLUS] = ACTIONS(2589), + [anon_sym_DASH_DASH] = ACTIONS(2589), + [anon_sym_PIPE] = ACTIONS(2589), + [anon_sym_CARET] = ACTIONS(2587), + [anon_sym_LT_LT] = ACTIONS(2589), + [anon_sym_GT_GT] = ACTIONS(2589), + [anon_sym_import] = ACTIONS(2589), + [anon_sym_typealias] = ACTIONS(2589), + [anon_sym_struct] = ACTIONS(2589), + [anon_sym_class] = ACTIONS(2589), + [anon_sym_enum] = ACTIONS(2589), + [anon_sym_protocol] = ACTIONS(2589), + [anon_sym_let] = ACTIONS(2589), + [anon_sym_var] = ACTIONS(2589), + [anon_sym_func] = ACTIONS(2589), + [anon_sym_extension] = ACTIONS(2589), + [anon_sym_indirect] = ACTIONS(2589), + [anon_sym_SEMI] = ACTIONS(2589), + [anon_sym_init] = ACTIONS(2589), + [anon_sym_deinit] = ACTIONS(2589), + [anon_sym_subscript] = ACTIONS(2589), + [anon_sym_prefix] = ACTIONS(2589), + [anon_sym_infix] = ACTIONS(2589), + [anon_sym_postfix] = ACTIONS(2589), + [anon_sym_precedencegroup] = ACTIONS(2589), + [anon_sym_associatedtype] = ACTIONS(2589), + [anon_sym_AT] = ACTIONS(2587), + [anon_sym_override] = ACTIONS(2589), + [anon_sym_convenience] = ACTIONS(2589), + [anon_sym_required] = ACTIONS(2589), + [anon_sym_nonisolated] = ACTIONS(2589), + [anon_sym_public] = ACTIONS(2589), + [anon_sym_private] = ACTIONS(2589), + [anon_sym_internal] = ACTIONS(2589), + [anon_sym_fileprivate] = ACTIONS(2589), + [anon_sym_open] = ACTIONS(2589), + [anon_sym_mutating] = ACTIONS(2589), + [anon_sym_nonmutating] = ACTIONS(2589), + [anon_sym_static] = ACTIONS(2589), + [anon_sym_dynamic] = ACTIONS(2589), + [anon_sym_optional] = ACTIONS(2589), + [anon_sym_distributed] = ACTIONS(2589), + [anon_sym_final] = ACTIONS(2589), + [anon_sym_inout] = ACTIONS(2589), + [anon_sym_ATescaping] = ACTIONS(2589), + [anon_sym_ATautoclosure] = ACTIONS(2589), + [anon_sym_weak] = ACTIONS(2589), + [anon_sym_unowned] = ACTIONS(2587), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2589), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2589), + [anon_sym_borrowing] = ACTIONS(2589), + [anon_sym_consuming] = ACTIONS(2589), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2589), + [sym__conjunction_operator_custom] = ACTIONS(2589), + [sym__disjunction_operator_custom] = ACTIONS(2589), + [sym__nil_coalescing_operator_custom] = ACTIONS(2589), + [sym__eq_custom] = ACTIONS(2589), + [sym__eq_eq_custom] = ACTIONS(2589), + [sym__plus_then_ws] = ACTIONS(2589), + [sym__minus_then_ws] = ACTIONS(2589), + [sym__bang_custom] = ACTIONS(2589), + [sym__as_custom] = ACTIONS(2589), + [sym__as_quest_custom] = ACTIONS(2589), + [sym__as_bang_custom] = ACTIONS(2589), + [sym__custom_operator] = ACTIONS(2589), + }, + [STATE(929)] = { + [anon_sym_BANG] = ACTIONS(2284), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2286), + [anon_sym_async] = ACTIONS(2286), + [anon_sym_lazy] = ACTIONS(2286), + [anon_sym_package] = ACTIONS(2286), + [anon_sym_RPAREN] = ACTIONS(2286), + [anon_sym_COMMA] = ACTIONS(2286), + [anon_sym_COLON] = ACTIONS(2286), + [anon_sym_LPAREN] = ACTIONS(2286), + [anon_sym_LBRACK] = ACTIONS(2286), + [anon_sym_RBRACK] = ACTIONS(2286), + [anon_sym_QMARK] = ACTIONS(2284), + [anon_sym_QMARK2] = ACTIONS(2286), + [anon_sym_AMP] = ACTIONS(2286), + [aux_sym_custom_operator_token1] = ACTIONS(2286), + [anon_sym_LT] = ACTIONS(2284), + [anon_sym_GT] = ACTIONS(2284), + [anon_sym_LBRACE] = ACTIONS(2286), + [anon_sym_CARET_LBRACE] = ACTIONS(2286), + [anon_sym_RBRACE] = ACTIONS(2286), + [anon_sym_case] = ACTIONS(2286), + [anon_sym_PLUS_EQ] = ACTIONS(2286), + [anon_sym_DASH_EQ] = ACTIONS(2286), + [anon_sym_STAR_EQ] = ACTIONS(2286), + [anon_sym_SLASH_EQ] = ACTIONS(2286), + [anon_sym_PERCENT_EQ] = ACTIONS(2286), + [anon_sym_BANG_EQ] = ACTIONS(2284), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2286), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2286), + [anon_sym_LT_EQ] = ACTIONS(2286), + [anon_sym_GT_EQ] = ACTIONS(2286), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2286), + [anon_sym_DOT_DOT_LT] = ACTIONS(2286), + [anon_sym_is] = ACTIONS(2286), + [anon_sym_PLUS] = ACTIONS(2284), + [anon_sym_DASH] = ACTIONS(2284), + [anon_sym_STAR] = ACTIONS(2284), + [anon_sym_SLASH] = ACTIONS(2284), + [anon_sym_PERCENT] = ACTIONS(2284), + [anon_sym_PLUS_PLUS] = ACTIONS(2286), + [anon_sym_DASH_DASH] = ACTIONS(2286), + [anon_sym_PIPE] = ACTIONS(2286), + [anon_sym_CARET] = ACTIONS(2284), + [anon_sym_LT_LT] = ACTIONS(2286), + [anon_sym_GT_GT] = ACTIONS(2286), + [anon_sym_import] = ACTIONS(2286), + [anon_sym_typealias] = ACTIONS(2286), + [anon_sym_struct] = ACTIONS(2286), + [anon_sym_class] = ACTIONS(2286), + [anon_sym_enum] = ACTIONS(2286), + [anon_sym_protocol] = ACTIONS(2286), + [anon_sym_let] = ACTIONS(2286), + [anon_sym_var] = ACTIONS(2286), + [anon_sym_func] = ACTIONS(2286), + [anon_sym_extension] = ACTIONS(2286), + [anon_sym_indirect] = ACTIONS(2286), + [anon_sym_SEMI] = ACTIONS(2286), + [anon_sym_init] = ACTIONS(2286), + [anon_sym_deinit] = ACTIONS(2286), + [anon_sym_subscript] = ACTIONS(2286), + [anon_sym_prefix] = ACTIONS(2286), + [anon_sym_infix] = ACTIONS(2286), + [anon_sym_postfix] = ACTIONS(2286), + [anon_sym_precedencegroup] = ACTIONS(2286), + [anon_sym_associatedtype] = ACTIONS(2286), + [anon_sym_AT] = ACTIONS(2284), + [anon_sym_override] = ACTIONS(2286), + [anon_sym_convenience] = ACTIONS(2286), + [anon_sym_required] = ACTIONS(2286), + [anon_sym_nonisolated] = ACTIONS(2286), + [anon_sym_public] = ACTIONS(2286), + [anon_sym_private] = ACTIONS(2286), + [anon_sym_internal] = ACTIONS(2286), + [anon_sym_fileprivate] = ACTIONS(2286), + [anon_sym_open] = ACTIONS(2286), + [anon_sym_mutating] = ACTIONS(2286), + [anon_sym_nonmutating] = ACTIONS(2286), + [anon_sym_static] = ACTIONS(2286), + [anon_sym_dynamic] = ACTIONS(2286), + [anon_sym_optional] = ACTIONS(2286), + [anon_sym_distributed] = ACTIONS(2286), + [anon_sym_final] = ACTIONS(2286), + [anon_sym_inout] = ACTIONS(2286), + [anon_sym_ATescaping] = ACTIONS(2286), + [anon_sym_ATautoclosure] = ACTIONS(2286), + [anon_sym_weak] = ACTIONS(2286), + [anon_sym_unowned] = ACTIONS(2284), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2286), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2286), + [anon_sym_borrowing] = ACTIONS(2286), + [anon_sym_consuming] = ACTIONS(2286), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2286), + [sym__conjunction_operator_custom] = ACTIONS(2286), + [sym__disjunction_operator_custom] = ACTIONS(2286), + [sym__nil_coalescing_operator_custom] = ACTIONS(2286), + [sym__eq_custom] = ACTIONS(2286), + [sym__eq_eq_custom] = ACTIONS(2286), + [sym__plus_then_ws] = ACTIONS(2286), + [sym__minus_then_ws] = ACTIONS(2286), + [sym__bang_custom] = ACTIONS(2286), + [sym__as_custom] = ACTIONS(2286), + [sym__as_quest_custom] = ACTIONS(2286), + [sym__as_bang_custom] = ACTIONS(2286), + [sym__custom_operator] = ACTIONS(2286), + }, + [STATE(930)] = { + [anon_sym_BANG] = ACTIONS(2591), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2593), + [anon_sym_async] = ACTIONS(2593), + [anon_sym_lazy] = ACTIONS(2593), + [anon_sym_package] = ACTIONS(2593), + [anon_sym_RPAREN] = ACTIONS(2593), + [anon_sym_COMMA] = ACTIONS(2593), + [anon_sym_COLON] = ACTIONS(2593), + [anon_sym_LPAREN] = ACTIONS(2593), + [anon_sym_LBRACK] = ACTIONS(2593), + [anon_sym_RBRACK] = ACTIONS(2593), + [anon_sym_QMARK] = ACTIONS(2591), + [anon_sym_QMARK2] = ACTIONS(2593), + [anon_sym_AMP] = ACTIONS(2593), + [aux_sym_custom_operator_token1] = ACTIONS(2593), + [anon_sym_LT] = ACTIONS(2591), + [anon_sym_GT] = ACTIONS(2591), + [anon_sym_LBRACE] = ACTIONS(2593), + [anon_sym_CARET_LBRACE] = ACTIONS(2593), + [anon_sym_RBRACE] = ACTIONS(2593), + [anon_sym_case] = ACTIONS(2593), + [anon_sym_PLUS_EQ] = ACTIONS(2593), + [anon_sym_DASH_EQ] = ACTIONS(2593), + [anon_sym_STAR_EQ] = ACTIONS(2593), + [anon_sym_SLASH_EQ] = ACTIONS(2593), + [anon_sym_PERCENT_EQ] = ACTIONS(2593), + [anon_sym_BANG_EQ] = ACTIONS(2591), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2593), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2593), + [anon_sym_LT_EQ] = ACTIONS(2593), + [anon_sym_GT_EQ] = ACTIONS(2593), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2593), + [anon_sym_DOT_DOT_LT] = ACTIONS(2593), + [anon_sym_is] = ACTIONS(2593), + [anon_sym_PLUS] = ACTIONS(2591), + [anon_sym_DASH] = ACTIONS(2591), + [anon_sym_STAR] = ACTIONS(2591), + [anon_sym_SLASH] = ACTIONS(2591), + [anon_sym_PERCENT] = ACTIONS(2591), + [anon_sym_PLUS_PLUS] = ACTIONS(2593), + [anon_sym_DASH_DASH] = ACTIONS(2593), + [anon_sym_PIPE] = ACTIONS(2593), + [anon_sym_CARET] = ACTIONS(2591), + [anon_sym_LT_LT] = ACTIONS(2593), + [anon_sym_GT_GT] = ACTIONS(2593), + [anon_sym_import] = ACTIONS(2593), + [anon_sym_typealias] = ACTIONS(2593), + [anon_sym_struct] = ACTIONS(2593), + [anon_sym_class] = ACTIONS(2593), + [anon_sym_enum] = ACTIONS(2593), + [anon_sym_protocol] = ACTIONS(2593), + [anon_sym_let] = ACTIONS(2593), + [anon_sym_var] = ACTIONS(2593), + [anon_sym_func] = ACTIONS(2593), + [anon_sym_extension] = ACTIONS(2593), + [anon_sym_indirect] = ACTIONS(2593), + [anon_sym_SEMI] = ACTIONS(2593), + [anon_sym_init] = ACTIONS(2593), + [anon_sym_deinit] = ACTIONS(2593), + [anon_sym_subscript] = ACTIONS(2593), + [anon_sym_prefix] = ACTIONS(2593), + [anon_sym_infix] = ACTIONS(2593), + [anon_sym_postfix] = ACTIONS(2593), + [anon_sym_precedencegroup] = ACTIONS(2593), + [anon_sym_associatedtype] = ACTIONS(2593), + [anon_sym_AT] = ACTIONS(2591), + [anon_sym_override] = ACTIONS(2593), + [anon_sym_convenience] = ACTIONS(2593), + [anon_sym_required] = ACTIONS(2593), + [anon_sym_nonisolated] = ACTIONS(2593), + [anon_sym_public] = ACTIONS(2593), + [anon_sym_private] = ACTIONS(2593), + [anon_sym_internal] = ACTIONS(2593), + [anon_sym_fileprivate] = ACTIONS(2593), + [anon_sym_open] = ACTIONS(2593), + [anon_sym_mutating] = ACTIONS(2593), + [anon_sym_nonmutating] = ACTIONS(2593), + [anon_sym_static] = ACTIONS(2593), + [anon_sym_dynamic] = ACTIONS(2593), + [anon_sym_optional] = ACTIONS(2593), + [anon_sym_distributed] = ACTIONS(2593), + [anon_sym_final] = ACTIONS(2593), + [anon_sym_inout] = ACTIONS(2593), + [anon_sym_ATescaping] = ACTIONS(2593), + [anon_sym_ATautoclosure] = ACTIONS(2593), + [anon_sym_weak] = ACTIONS(2593), + [anon_sym_unowned] = ACTIONS(2591), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2593), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2593), + [anon_sym_borrowing] = ACTIONS(2593), + [anon_sym_consuming] = ACTIONS(2593), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2593), + [sym__conjunction_operator_custom] = ACTIONS(2593), + [sym__disjunction_operator_custom] = ACTIONS(2593), + [sym__nil_coalescing_operator_custom] = ACTIONS(2593), + [sym__eq_custom] = ACTIONS(2593), + [sym__eq_eq_custom] = ACTIONS(2593), + [sym__plus_then_ws] = ACTIONS(2593), + [sym__minus_then_ws] = ACTIONS(2593), + [sym__bang_custom] = ACTIONS(2593), + [sym__as_custom] = ACTIONS(2593), + [sym__as_quest_custom] = ACTIONS(2593), + [sym__as_bang_custom] = ACTIONS(2593), + [sym__custom_operator] = ACTIONS(2593), + }, + [STATE(931)] = { + [anon_sym_BANG] = ACTIONS(2595), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2597), + [anon_sym_async] = ACTIONS(2597), + [anon_sym_lazy] = ACTIONS(2597), + [anon_sym_package] = ACTIONS(2597), + [anon_sym_RPAREN] = ACTIONS(2597), + [anon_sym_COMMA] = ACTIONS(2597), + [anon_sym_COLON] = ACTIONS(2597), + [anon_sym_LPAREN] = ACTIONS(2597), + [anon_sym_LBRACK] = ACTIONS(2597), + [anon_sym_RBRACK] = ACTIONS(2597), + [anon_sym_QMARK] = ACTIONS(2595), + [anon_sym_QMARK2] = ACTIONS(2597), + [anon_sym_AMP] = ACTIONS(2597), + [aux_sym_custom_operator_token1] = ACTIONS(2597), + [anon_sym_LT] = ACTIONS(2595), + [anon_sym_GT] = ACTIONS(2595), + [anon_sym_LBRACE] = ACTIONS(2597), + [anon_sym_CARET_LBRACE] = ACTIONS(2597), + [anon_sym_RBRACE] = ACTIONS(2597), + [anon_sym_case] = ACTIONS(2597), + [anon_sym_PLUS_EQ] = ACTIONS(2597), + [anon_sym_DASH_EQ] = ACTIONS(2597), + [anon_sym_STAR_EQ] = ACTIONS(2597), + [anon_sym_SLASH_EQ] = ACTIONS(2597), + [anon_sym_PERCENT_EQ] = ACTIONS(2597), + [anon_sym_BANG_EQ] = ACTIONS(2595), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2597), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2597), + [anon_sym_LT_EQ] = ACTIONS(2597), + [anon_sym_GT_EQ] = ACTIONS(2597), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2597), + [anon_sym_DOT_DOT_LT] = ACTIONS(2597), + [anon_sym_is] = ACTIONS(2597), + [anon_sym_PLUS] = ACTIONS(2595), + [anon_sym_DASH] = ACTIONS(2595), + [anon_sym_STAR] = ACTIONS(2595), + [anon_sym_SLASH] = ACTIONS(2595), + [anon_sym_PERCENT] = ACTIONS(2595), + [anon_sym_PLUS_PLUS] = ACTIONS(2597), + [anon_sym_DASH_DASH] = ACTIONS(2597), + [anon_sym_PIPE] = ACTIONS(2597), + [anon_sym_CARET] = ACTIONS(2595), + [anon_sym_LT_LT] = ACTIONS(2597), + [anon_sym_GT_GT] = ACTIONS(2597), + [anon_sym_import] = ACTIONS(2597), + [anon_sym_typealias] = ACTIONS(2597), + [anon_sym_struct] = ACTIONS(2597), + [anon_sym_class] = ACTIONS(2597), + [anon_sym_enum] = ACTIONS(2597), + [anon_sym_protocol] = ACTIONS(2597), + [anon_sym_let] = ACTIONS(2597), + [anon_sym_var] = ACTIONS(2597), + [anon_sym_func] = ACTIONS(2597), + [anon_sym_extension] = ACTIONS(2597), + [anon_sym_indirect] = ACTIONS(2597), + [anon_sym_SEMI] = ACTIONS(2597), + [anon_sym_init] = ACTIONS(2597), + [anon_sym_deinit] = ACTIONS(2597), + [anon_sym_subscript] = ACTIONS(2597), + [anon_sym_prefix] = ACTIONS(2597), + [anon_sym_infix] = ACTIONS(2597), + [anon_sym_postfix] = ACTIONS(2597), + [anon_sym_precedencegroup] = ACTIONS(2597), + [anon_sym_associatedtype] = ACTIONS(2597), + [anon_sym_AT] = ACTIONS(2595), + [anon_sym_override] = ACTIONS(2597), + [anon_sym_convenience] = ACTIONS(2597), + [anon_sym_required] = ACTIONS(2597), + [anon_sym_nonisolated] = ACTIONS(2597), + [anon_sym_public] = ACTIONS(2597), + [anon_sym_private] = ACTIONS(2597), + [anon_sym_internal] = ACTIONS(2597), + [anon_sym_fileprivate] = ACTIONS(2597), + [anon_sym_open] = ACTIONS(2597), + [anon_sym_mutating] = ACTIONS(2597), + [anon_sym_nonmutating] = ACTIONS(2597), + [anon_sym_static] = ACTIONS(2597), + [anon_sym_dynamic] = ACTIONS(2597), + [anon_sym_optional] = ACTIONS(2597), + [anon_sym_distributed] = ACTIONS(2597), + [anon_sym_final] = ACTIONS(2597), + [anon_sym_inout] = ACTIONS(2597), + [anon_sym_ATescaping] = ACTIONS(2597), + [anon_sym_ATautoclosure] = ACTIONS(2597), + [anon_sym_weak] = ACTIONS(2597), + [anon_sym_unowned] = ACTIONS(2595), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2597), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2597), + [anon_sym_borrowing] = ACTIONS(2597), + [anon_sym_consuming] = ACTIONS(2597), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2597), + [sym__conjunction_operator_custom] = ACTIONS(2597), + [sym__disjunction_operator_custom] = ACTIONS(2597), + [sym__nil_coalescing_operator_custom] = ACTIONS(2597), + [sym__eq_custom] = ACTIONS(2597), + [sym__eq_eq_custom] = ACTIONS(2597), + [sym__plus_then_ws] = ACTIONS(2597), + [sym__minus_then_ws] = ACTIONS(2597), + [sym__bang_custom] = ACTIONS(2597), + [sym__as_custom] = ACTIONS(2597), + [sym__as_quest_custom] = ACTIONS(2597), + [sym__as_bang_custom] = ACTIONS(2597), + [sym__custom_operator] = ACTIONS(2597), + }, + [STATE(932)] = { + [anon_sym_BANG] = ACTIONS(2599), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2601), + [anon_sym_async] = ACTIONS(2601), + [anon_sym_lazy] = ACTIONS(2601), + [anon_sym_package] = ACTIONS(2601), + [anon_sym_RPAREN] = ACTIONS(2601), + [anon_sym_COMMA] = ACTIONS(2601), + [anon_sym_COLON] = ACTIONS(2601), + [anon_sym_LPAREN] = ACTIONS(2601), + [anon_sym_LBRACK] = ACTIONS(2601), + [anon_sym_RBRACK] = ACTIONS(2601), + [anon_sym_QMARK] = ACTIONS(2599), + [anon_sym_QMARK2] = ACTIONS(2601), + [anon_sym_AMP] = ACTIONS(2601), + [aux_sym_custom_operator_token1] = ACTIONS(2601), + [anon_sym_LT] = ACTIONS(2599), + [anon_sym_GT] = ACTIONS(2599), + [anon_sym_LBRACE] = ACTIONS(2601), + [anon_sym_CARET_LBRACE] = ACTIONS(2601), + [anon_sym_RBRACE] = ACTIONS(2601), + [anon_sym_case] = ACTIONS(2601), + [anon_sym_PLUS_EQ] = ACTIONS(2601), + [anon_sym_DASH_EQ] = ACTIONS(2601), + [anon_sym_STAR_EQ] = ACTIONS(2601), + [anon_sym_SLASH_EQ] = ACTIONS(2601), + [anon_sym_PERCENT_EQ] = ACTIONS(2601), + [anon_sym_BANG_EQ] = ACTIONS(2599), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2601), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2601), + [anon_sym_LT_EQ] = ACTIONS(2601), + [anon_sym_GT_EQ] = ACTIONS(2601), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2601), + [anon_sym_DOT_DOT_LT] = ACTIONS(2601), + [anon_sym_is] = ACTIONS(2601), + [anon_sym_PLUS] = ACTIONS(2599), + [anon_sym_DASH] = ACTIONS(2599), + [anon_sym_STAR] = ACTIONS(2599), + [anon_sym_SLASH] = ACTIONS(2599), + [anon_sym_PERCENT] = ACTIONS(2599), + [anon_sym_PLUS_PLUS] = ACTIONS(2601), + [anon_sym_DASH_DASH] = ACTIONS(2601), + [anon_sym_PIPE] = ACTIONS(2601), + [anon_sym_CARET] = ACTIONS(2599), + [anon_sym_LT_LT] = ACTIONS(2601), + [anon_sym_GT_GT] = ACTIONS(2601), + [anon_sym_import] = ACTIONS(2601), + [anon_sym_typealias] = ACTIONS(2601), + [anon_sym_struct] = ACTIONS(2601), + [anon_sym_class] = ACTIONS(2601), + [anon_sym_enum] = ACTIONS(2601), + [anon_sym_protocol] = ACTIONS(2601), + [anon_sym_let] = ACTIONS(2601), + [anon_sym_var] = ACTIONS(2601), + [anon_sym_func] = ACTIONS(2601), + [anon_sym_extension] = ACTIONS(2601), + [anon_sym_indirect] = ACTIONS(2601), + [anon_sym_SEMI] = ACTIONS(2601), + [anon_sym_init] = ACTIONS(2601), + [anon_sym_deinit] = ACTIONS(2601), + [anon_sym_subscript] = ACTIONS(2601), + [anon_sym_prefix] = ACTIONS(2601), + [anon_sym_infix] = ACTIONS(2601), + [anon_sym_postfix] = ACTIONS(2601), + [anon_sym_precedencegroup] = ACTIONS(2601), + [anon_sym_associatedtype] = ACTIONS(2601), + [anon_sym_AT] = ACTIONS(2599), + [anon_sym_override] = ACTIONS(2601), + [anon_sym_convenience] = ACTIONS(2601), + [anon_sym_required] = ACTIONS(2601), + [anon_sym_nonisolated] = ACTIONS(2601), + [anon_sym_public] = ACTIONS(2601), + [anon_sym_private] = ACTIONS(2601), + [anon_sym_internal] = ACTIONS(2601), + [anon_sym_fileprivate] = ACTIONS(2601), + [anon_sym_open] = ACTIONS(2601), + [anon_sym_mutating] = ACTIONS(2601), + [anon_sym_nonmutating] = ACTIONS(2601), + [anon_sym_static] = ACTIONS(2601), + [anon_sym_dynamic] = ACTIONS(2601), + [anon_sym_optional] = ACTIONS(2601), + [anon_sym_distributed] = ACTIONS(2601), + [anon_sym_final] = ACTIONS(2601), + [anon_sym_inout] = ACTIONS(2601), + [anon_sym_ATescaping] = ACTIONS(2601), + [anon_sym_ATautoclosure] = ACTIONS(2601), + [anon_sym_weak] = ACTIONS(2601), + [anon_sym_unowned] = ACTIONS(2599), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2601), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2601), + [anon_sym_borrowing] = ACTIONS(2601), + [anon_sym_consuming] = ACTIONS(2601), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2601), + [sym__conjunction_operator_custom] = ACTIONS(2601), + [sym__disjunction_operator_custom] = ACTIONS(2601), + [sym__nil_coalescing_operator_custom] = ACTIONS(2601), + [sym__eq_custom] = ACTIONS(2601), + [sym__eq_eq_custom] = ACTIONS(2601), + [sym__plus_then_ws] = ACTIONS(2601), + [sym__minus_then_ws] = ACTIONS(2601), + [sym__bang_custom] = ACTIONS(2601), + [sym__as_custom] = ACTIONS(2601), + [sym__as_quest_custom] = ACTIONS(2601), + [sym__as_bang_custom] = ACTIONS(2601), + [sym__custom_operator] = ACTIONS(2601), + }, + [STATE(933)] = { + [anon_sym_BANG] = ACTIONS(2603), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2605), + [anon_sym_async] = ACTIONS(2605), + [anon_sym_lazy] = ACTIONS(2605), + [anon_sym_package] = ACTIONS(2605), + [anon_sym_RPAREN] = ACTIONS(2605), + [anon_sym_COMMA] = ACTIONS(2605), + [anon_sym_COLON] = ACTIONS(2605), + [anon_sym_LPAREN] = ACTIONS(2605), + [anon_sym_LBRACK] = ACTIONS(2605), + [anon_sym_RBRACK] = ACTIONS(2605), + [anon_sym_QMARK] = ACTIONS(2603), + [anon_sym_QMARK2] = ACTIONS(2605), + [anon_sym_AMP] = ACTIONS(2605), + [aux_sym_custom_operator_token1] = ACTIONS(2605), + [anon_sym_LT] = ACTIONS(2603), + [anon_sym_GT] = ACTIONS(2603), + [anon_sym_LBRACE] = ACTIONS(2605), + [anon_sym_CARET_LBRACE] = ACTIONS(2605), + [anon_sym_RBRACE] = ACTIONS(2605), + [anon_sym_case] = ACTIONS(2605), + [anon_sym_PLUS_EQ] = ACTIONS(2605), + [anon_sym_DASH_EQ] = ACTIONS(2605), + [anon_sym_STAR_EQ] = ACTIONS(2605), + [anon_sym_SLASH_EQ] = ACTIONS(2605), + [anon_sym_PERCENT_EQ] = ACTIONS(2605), + [anon_sym_BANG_EQ] = ACTIONS(2603), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2605), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2605), + [anon_sym_LT_EQ] = ACTIONS(2605), + [anon_sym_GT_EQ] = ACTIONS(2605), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2605), + [anon_sym_DOT_DOT_LT] = ACTIONS(2605), + [anon_sym_is] = ACTIONS(2605), + [anon_sym_PLUS] = ACTIONS(2603), + [anon_sym_DASH] = ACTIONS(2603), + [anon_sym_STAR] = ACTIONS(2603), + [anon_sym_SLASH] = ACTIONS(2603), + [anon_sym_PERCENT] = ACTIONS(2603), + [anon_sym_PLUS_PLUS] = ACTIONS(2605), + [anon_sym_DASH_DASH] = ACTIONS(2605), + [anon_sym_PIPE] = ACTIONS(2605), + [anon_sym_CARET] = ACTIONS(2603), + [anon_sym_LT_LT] = ACTIONS(2605), + [anon_sym_GT_GT] = ACTIONS(2605), + [anon_sym_import] = ACTIONS(2605), + [anon_sym_typealias] = ACTIONS(2605), + [anon_sym_struct] = ACTIONS(2605), + [anon_sym_class] = ACTIONS(2605), + [anon_sym_enum] = ACTIONS(2605), + [anon_sym_protocol] = ACTIONS(2605), + [anon_sym_let] = ACTIONS(2605), + [anon_sym_var] = ACTIONS(2605), + [anon_sym_func] = ACTIONS(2605), + [anon_sym_extension] = ACTIONS(2605), + [anon_sym_indirect] = ACTIONS(2605), + [anon_sym_SEMI] = ACTIONS(2605), + [anon_sym_init] = ACTIONS(2605), + [anon_sym_deinit] = ACTIONS(2605), + [anon_sym_subscript] = ACTIONS(2605), + [anon_sym_prefix] = ACTIONS(2605), + [anon_sym_infix] = ACTIONS(2605), + [anon_sym_postfix] = ACTIONS(2605), + [anon_sym_precedencegroup] = ACTIONS(2605), + [anon_sym_associatedtype] = ACTIONS(2605), + [anon_sym_AT] = ACTIONS(2603), + [anon_sym_override] = ACTIONS(2605), + [anon_sym_convenience] = ACTIONS(2605), + [anon_sym_required] = ACTIONS(2605), + [anon_sym_nonisolated] = ACTIONS(2605), + [anon_sym_public] = ACTIONS(2605), + [anon_sym_private] = ACTIONS(2605), + [anon_sym_internal] = ACTIONS(2605), + [anon_sym_fileprivate] = ACTIONS(2605), + [anon_sym_open] = ACTIONS(2605), + [anon_sym_mutating] = ACTIONS(2605), + [anon_sym_nonmutating] = ACTIONS(2605), + [anon_sym_static] = ACTIONS(2605), + [anon_sym_dynamic] = ACTIONS(2605), + [anon_sym_optional] = ACTIONS(2605), + [anon_sym_distributed] = ACTIONS(2605), + [anon_sym_final] = ACTIONS(2605), + [anon_sym_inout] = ACTIONS(2605), + [anon_sym_ATescaping] = ACTIONS(2605), + [anon_sym_ATautoclosure] = ACTIONS(2605), + [anon_sym_weak] = ACTIONS(2605), + [anon_sym_unowned] = ACTIONS(2603), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2605), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2605), + [anon_sym_borrowing] = ACTIONS(2605), + [anon_sym_consuming] = ACTIONS(2605), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2605), + [sym__conjunction_operator_custom] = ACTIONS(2605), + [sym__disjunction_operator_custom] = ACTIONS(2605), + [sym__nil_coalescing_operator_custom] = ACTIONS(2605), + [sym__eq_custom] = ACTIONS(2605), + [sym__eq_eq_custom] = ACTIONS(2605), + [sym__plus_then_ws] = ACTIONS(2605), + [sym__minus_then_ws] = ACTIONS(2605), + [sym__bang_custom] = ACTIONS(2605), + [sym__as_custom] = ACTIONS(2605), + [sym__as_quest_custom] = ACTIONS(2605), + [sym__as_bang_custom] = ACTIONS(2605), + [sym__custom_operator] = ACTIONS(2605), + }, + [STATE(934)] = { + [anon_sym_BANG] = ACTIONS(2607), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2609), + [anon_sym_async] = ACTIONS(2609), + [anon_sym_lazy] = ACTIONS(2609), + [anon_sym_package] = ACTIONS(2609), + [anon_sym_RPAREN] = ACTIONS(2609), + [anon_sym_COMMA] = ACTIONS(2609), + [anon_sym_COLON] = ACTIONS(2609), + [anon_sym_LPAREN] = ACTIONS(2609), + [anon_sym_LBRACK] = ACTIONS(2609), + [anon_sym_RBRACK] = ACTIONS(2609), + [anon_sym_QMARK] = ACTIONS(2607), + [anon_sym_QMARK2] = ACTIONS(2609), + [anon_sym_AMP] = ACTIONS(2609), + [aux_sym_custom_operator_token1] = ACTIONS(2609), + [anon_sym_LT] = ACTIONS(2607), + [anon_sym_GT] = ACTIONS(2607), + [anon_sym_LBRACE] = ACTIONS(2609), + [anon_sym_CARET_LBRACE] = ACTIONS(2609), + [anon_sym_RBRACE] = ACTIONS(2609), + [anon_sym_case] = ACTIONS(2609), + [anon_sym_PLUS_EQ] = ACTIONS(2609), + [anon_sym_DASH_EQ] = ACTIONS(2609), + [anon_sym_STAR_EQ] = ACTIONS(2609), + [anon_sym_SLASH_EQ] = ACTIONS(2609), + [anon_sym_PERCENT_EQ] = ACTIONS(2609), + [anon_sym_BANG_EQ] = ACTIONS(2607), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2609), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2609), + [anon_sym_LT_EQ] = ACTIONS(2609), + [anon_sym_GT_EQ] = ACTIONS(2609), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2609), + [anon_sym_DOT_DOT_LT] = ACTIONS(2609), + [anon_sym_is] = ACTIONS(2609), + [anon_sym_PLUS] = ACTIONS(2607), + [anon_sym_DASH] = ACTIONS(2607), + [anon_sym_STAR] = ACTIONS(2607), + [anon_sym_SLASH] = ACTIONS(2607), + [anon_sym_PERCENT] = ACTIONS(2607), + [anon_sym_PLUS_PLUS] = ACTIONS(2609), + [anon_sym_DASH_DASH] = ACTIONS(2609), + [anon_sym_PIPE] = ACTIONS(2609), + [anon_sym_CARET] = ACTIONS(2607), + [anon_sym_LT_LT] = ACTIONS(2609), + [anon_sym_GT_GT] = ACTIONS(2609), + [anon_sym_import] = ACTIONS(2609), + [anon_sym_typealias] = ACTIONS(2609), + [anon_sym_struct] = ACTIONS(2609), + [anon_sym_class] = ACTIONS(2609), + [anon_sym_enum] = ACTIONS(2609), + [anon_sym_protocol] = ACTIONS(2609), + [anon_sym_let] = ACTIONS(2609), + [anon_sym_var] = ACTIONS(2609), + [anon_sym_func] = ACTIONS(2609), + [anon_sym_extension] = ACTIONS(2609), + [anon_sym_indirect] = ACTIONS(2609), + [anon_sym_SEMI] = ACTIONS(2609), + [anon_sym_init] = ACTIONS(2609), + [anon_sym_deinit] = ACTIONS(2609), + [anon_sym_subscript] = ACTIONS(2609), + [anon_sym_prefix] = ACTIONS(2609), + [anon_sym_infix] = ACTIONS(2609), + [anon_sym_postfix] = ACTIONS(2609), + [anon_sym_precedencegroup] = ACTIONS(2609), + [anon_sym_associatedtype] = ACTIONS(2609), + [anon_sym_AT] = ACTIONS(2607), + [anon_sym_override] = ACTIONS(2609), + [anon_sym_convenience] = ACTIONS(2609), + [anon_sym_required] = ACTIONS(2609), + [anon_sym_nonisolated] = ACTIONS(2609), + [anon_sym_public] = ACTIONS(2609), + [anon_sym_private] = ACTIONS(2609), + [anon_sym_internal] = ACTIONS(2609), + [anon_sym_fileprivate] = ACTIONS(2609), + [anon_sym_open] = ACTIONS(2609), + [anon_sym_mutating] = ACTIONS(2609), + [anon_sym_nonmutating] = ACTIONS(2609), + [anon_sym_static] = ACTIONS(2609), + [anon_sym_dynamic] = ACTIONS(2609), + [anon_sym_optional] = ACTIONS(2609), + [anon_sym_distributed] = ACTIONS(2609), + [anon_sym_final] = ACTIONS(2609), + [anon_sym_inout] = ACTIONS(2609), + [anon_sym_ATescaping] = ACTIONS(2609), + [anon_sym_ATautoclosure] = ACTIONS(2609), + [anon_sym_weak] = ACTIONS(2609), + [anon_sym_unowned] = ACTIONS(2607), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2609), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2609), + [anon_sym_borrowing] = ACTIONS(2609), + [anon_sym_consuming] = ACTIONS(2609), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2609), + [sym__conjunction_operator_custom] = ACTIONS(2609), + [sym__disjunction_operator_custom] = ACTIONS(2609), + [sym__nil_coalescing_operator_custom] = ACTIONS(2609), + [sym__eq_custom] = ACTIONS(2609), + [sym__eq_eq_custom] = ACTIONS(2609), + [sym__plus_then_ws] = ACTIONS(2609), + [sym__minus_then_ws] = ACTIONS(2609), + [sym__bang_custom] = ACTIONS(2609), + [sym__as_custom] = ACTIONS(2609), + [sym__as_quest_custom] = ACTIONS(2609), + [sym__as_bang_custom] = ACTIONS(2609), + [sym__custom_operator] = ACTIONS(2609), + }, + [STATE(935)] = { + [anon_sym_BANG] = ACTIONS(2611), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2613), + [anon_sym_async] = ACTIONS(2613), + [anon_sym_lazy] = ACTIONS(2613), + [anon_sym_package] = ACTIONS(2613), + [anon_sym_RPAREN] = ACTIONS(2613), + [anon_sym_COMMA] = ACTIONS(2613), + [anon_sym_COLON] = ACTIONS(2613), + [anon_sym_LPAREN] = ACTIONS(2613), + [anon_sym_LBRACK] = ACTIONS(2613), + [anon_sym_RBRACK] = ACTIONS(2613), + [anon_sym_QMARK] = ACTIONS(2611), + [anon_sym_QMARK2] = ACTIONS(2613), + [anon_sym_AMP] = ACTIONS(2613), + [aux_sym_custom_operator_token1] = ACTIONS(2613), + [anon_sym_LT] = ACTIONS(2611), + [anon_sym_GT] = ACTIONS(2611), + [anon_sym_LBRACE] = ACTIONS(2613), + [anon_sym_CARET_LBRACE] = ACTIONS(2613), + [anon_sym_RBRACE] = ACTIONS(2613), + [anon_sym_case] = ACTIONS(2613), + [anon_sym_PLUS_EQ] = ACTIONS(2613), + [anon_sym_DASH_EQ] = ACTIONS(2613), + [anon_sym_STAR_EQ] = ACTIONS(2613), + [anon_sym_SLASH_EQ] = ACTIONS(2613), + [anon_sym_PERCENT_EQ] = ACTIONS(2613), + [anon_sym_BANG_EQ] = ACTIONS(2611), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2613), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2613), + [anon_sym_LT_EQ] = ACTIONS(2613), + [anon_sym_GT_EQ] = ACTIONS(2613), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2613), + [anon_sym_DOT_DOT_LT] = ACTIONS(2613), + [anon_sym_is] = ACTIONS(2613), + [anon_sym_PLUS] = ACTIONS(2611), + [anon_sym_DASH] = ACTIONS(2611), + [anon_sym_STAR] = ACTIONS(2611), + [anon_sym_SLASH] = ACTIONS(2611), + [anon_sym_PERCENT] = ACTIONS(2611), + [anon_sym_PLUS_PLUS] = ACTIONS(2613), + [anon_sym_DASH_DASH] = ACTIONS(2613), + [anon_sym_PIPE] = ACTIONS(2613), + [anon_sym_CARET] = ACTIONS(2611), + [anon_sym_LT_LT] = ACTIONS(2613), + [anon_sym_GT_GT] = ACTIONS(2613), + [anon_sym_import] = ACTIONS(2613), + [anon_sym_typealias] = ACTIONS(2613), + [anon_sym_struct] = ACTIONS(2613), + [anon_sym_class] = ACTIONS(2613), + [anon_sym_enum] = ACTIONS(2613), + [anon_sym_protocol] = ACTIONS(2613), + [anon_sym_let] = ACTIONS(2613), + [anon_sym_var] = ACTIONS(2613), + [anon_sym_func] = ACTIONS(2613), + [anon_sym_extension] = ACTIONS(2613), + [anon_sym_indirect] = ACTIONS(2613), + [anon_sym_SEMI] = ACTIONS(2613), + [anon_sym_init] = ACTIONS(2613), + [anon_sym_deinit] = ACTIONS(2613), + [anon_sym_subscript] = ACTIONS(2613), + [anon_sym_prefix] = ACTIONS(2613), + [anon_sym_infix] = ACTIONS(2613), + [anon_sym_postfix] = ACTIONS(2613), + [anon_sym_precedencegroup] = ACTIONS(2613), + [anon_sym_associatedtype] = ACTIONS(2613), + [anon_sym_AT] = ACTIONS(2611), + [anon_sym_override] = ACTIONS(2613), + [anon_sym_convenience] = ACTIONS(2613), + [anon_sym_required] = ACTIONS(2613), + [anon_sym_nonisolated] = ACTIONS(2613), + [anon_sym_public] = ACTIONS(2613), + [anon_sym_private] = ACTIONS(2613), + [anon_sym_internal] = ACTIONS(2613), + [anon_sym_fileprivate] = ACTIONS(2613), + [anon_sym_open] = ACTIONS(2613), + [anon_sym_mutating] = ACTIONS(2613), + [anon_sym_nonmutating] = ACTIONS(2613), + [anon_sym_static] = ACTIONS(2613), + [anon_sym_dynamic] = ACTIONS(2613), + [anon_sym_optional] = ACTIONS(2613), + [anon_sym_distributed] = ACTIONS(2613), + [anon_sym_final] = ACTIONS(2613), + [anon_sym_inout] = ACTIONS(2613), + [anon_sym_ATescaping] = ACTIONS(2613), + [anon_sym_ATautoclosure] = ACTIONS(2613), + [anon_sym_weak] = ACTIONS(2613), + [anon_sym_unowned] = ACTIONS(2611), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2613), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2613), + [anon_sym_borrowing] = ACTIONS(2613), + [anon_sym_consuming] = ACTIONS(2613), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2613), + [sym__conjunction_operator_custom] = ACTIONS(2613), + [sym__disjunction_operator_custom] = ACTIONS(2613), + [sym__nil_coalescing_operator_custom] = ACTIONS(2613), + [sym__eq_custom] = ACTIONS(2613), + [sym__eq_eq_custom] = ACTIONS(2613), + [sym__plus_then_ws] = ACTIONS(2613), + [sym__minus_then_ws] = ACTIONS(2613), + [sym__bang_custom] = ACTIONS(2613), + [sym__as_custom] = ACTIONS(2613), + [sym__as_quest_custom] = ACTIONS(2613), + [sym__as_bang_custom] = ACTIONS(2613), + [sym__custom_operator] = ACTIONS(2613), + }, + [STATE(936)] = { + [anon_sym_BANG] = ACTIONS(2615), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2617), + [anon_sym_async] = ACTIONS(2617), + [anon_sym_lazy] = ACTIONS(2617), + [anon_sym_package] = ACTIONS(2617), + [anon_sym_RPAREN] = ACTIONS(2617), + [anon_sym_COMMA] = ACTIONS(2617), + [anon_sym_COLON] = ACTIONS(2617), + [anon_sym_LPAREN] = ACTIONS(2617), + [anon_sym_LBRACK] = ACTIONS(2617), + [anon_sym_RBRACK] = ACTIONS(2617), + [anon_sym_QMARK] = ACTIONS(2615), + [anon_sym_QMARK2] = ACTIONS(2617), + [anon_sym_AMP] = ACTIONS(2617), + [aux_sym_custom_operator_token1] = ACTIONS(2617), + [anon_sym_LT] = ACTIONS(2615), + [anon_sym_GT] = ACTIONS(2615), + [anon_sym_LBRACE] = ACTIONS(2617), + [anon_sym_CARET_LBRACE] = ACTIONS(2617), + [anon_sym_RBRACE] = ACTIONS(2617), + [anon_sym_case] = ACTIONS(2617), + [anon_sym_PLUS_EQ] = ACTIONS(2617), + [anon_sym_DASH_EQ] = ACTIONS(2617), + [anon_sym_STAR_EQ] = ACTIONS(2617), + [anon_sym_SLASH_EQ] = ACTIONS(2617), + [anon_sym_PERCENT_EQ] = ACTIONS(2617), + [anon_sym_BANG_EQ] = ACTIONS(2615), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2617), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2617), + [anon_sym_LT_EQ] = ACTIONS(2617), + [anon_sym_GT_EQ] = ACTIONS(2617), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2617), + [anon_sym_DOT_DOT_LT] = ACTIONS(2617), + [anon_sym_is] = ACTIONS(2617), + [anon_sym_PLUS] = ACTIONS(2615), + [anon_sym_DASH] = ACTIONS(2615), + [anon_sym_STAR] = ACTIONS(2615), + [anon_sym_SLASH] = ACTIONS(2615), + [anon_sym_PERCENT] = ACTIONS(2615), + [anon_sym_PLUS_PLUS] = ACTIONS(2617), + [anon_sym_DASH_DASH] = ACTIONS(2617), + [anon_sym_PIPE] = ACTIONS(2617), + [anon_sym_CARET] = ACTIONS(2615), + [anon_sym_LT_LT] = ACTIONS(2617), + [anon_sym_GT_GT] = ACTIONS(2617), + [anon_sym_import] = ACTIONS(2617), + [anon_sym_typealias] = ACTIONS(2617), + [anon_sym_struct] = ACTIONS(2617), + [anon_sym_class] = ACTIONS(2617), + [anon_sym_enum] = ACTIONS(2617), + [anon_sym_protocol] = ACTIONS(2617), + [anon_sym_let] = ACTIONS(2617), + [anon_sym_var] = ACTIONS(2617), + [anon_sym_func] = ACTIONS(2617), + [anon_sym_extension] = ACTIONS(2617), + [anon_sym_indirect] = ACTIONS(2617), + [anon_sym_SEMI] = ACTIONS(2617), + [anon_sym_init] = ACTIONS(2617), + [anon_sym_deinit] = ACTIONS(2617), + [anon_sym_subscript] = ACTIONS(2617), + [anon_sym_prefix] = ACTIONS(2617), + [anon_sym_infix] = ACTIONS(2617), + [anon_sym_postfix] = ACTIONS(2617), + [anon_sym_precedencegroup] = ACTIONS(2617), + [anon_sym_associatedtype] = ACTIONS(2617), + [anon_sym_AT] = ACTIONS(2615), + [anon_sym_override] = ACTIONS(2617), + [anon_sym_convenience] = ACTIONS(2617), + [anon_sym_required] = ACTIONS(2617), + [anon_sym_nonisolated] = ACTIONS(2617), + [anon_sym_public] = ACTIONS(2617), + [anon_sym_private] = ACTIONS(2617), + [anon_sym_internal] = ACTIONS(2617), + [anon_sym_fileprivate] = ACTIONS(2617), + [anon_sym_open] = ACTIONS(2617), + [anon_sym_mutating] = ACTIONS(2617), + [anon_sym_nonmutating] = ACTIONS(2617), + [anon_sym_static] = ACTIONS(2617), + [anon_sym_dynamic] = ACTIONS(2617), + [anon_sym_optional] = ACTIONS(2617), + [anon_sym_distributed] = ACTIONS(2617), + [anon_sym_final] = ACTIONS(2617), + [anon_sym_inout] = ACTIONS(2617), + [anon_sym_ATescaping] = ACTIONS(2617), + [anon_sym_ATautoclosure] = ACTIONS(2617), + [anon_sym_weak] = ACTIONS(2617), + [anon_sym_unowned] = ACTIONS(2615), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2617), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2617), + [anon_sym_borrowing] = ACTIONS(2617), + [anon_sym_consuming] = ACTIONS(2617), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2617), + [sym__conjunction_operator_custom] = ACTIONS(2617), + [sym__disjunction_operator_custom] = ACTIONS(2617), + [sym__nil_coalescing_operator_custom] = ACTIONS(2617), + [sym__eq_custom] = ACTIONS(2617), + [sym__eq_eq_custom] = ACTIONS(2617), + [sym__plus_then_ws] = ACTIONS(2617), + [sym__minus_then_ws] = ACTIONS(2617), + [sym__bang_custom] = ACTIONS(2617), + [sym__as_custom] = ACTIONS(2617), + [sym__as_quest_custom] = ACTIONS(2617), + [sym__as_bang_custom] = ACTIONS(2617), + [sym__custom_operator] = ACTIONS(2617), + }, + [STATE(937)] = { + [anon_sym_BANG] = ACTIONS(2415), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2417), + [anon_sym_async] = ACTIONS(2417), + [anon_sym_lazy] = ACTIONS(2417), + [anon_sym_package] = ACTIONS(2417), + [anon_sym_RPAREN] = ACTIONS(2417), + [anon_sym_COMMA] = ACTIONS(2417), + [anon_sym_COLON] = ACTIONS(2417), + [anon_sym_LPAREN] = ACTIONS(2417), + [anon_sym_LBRACK] = ACTIONS(2417), + [anon_sym_RBRACK] = ACTIONS(2417), + [anon_sym_QMARK] = ACTIONS(2415), + [anon_sym_QMARK2] = ACTIONS(2417), + [anon_sym_AMP] = ACTIONS(2417), + [aux_sym_custom_operator_token1] = ACTIONS(2417), + [anon_sym_LT] = ACTIONS(2415), + [anon_sym_GT] = ACTIONS(2415), + [anon_sym_LBRACE] = ACTIONS(2417), + [anon_sym_CARET_LBRACE] = ACTIONS(2417), + [anon_sym_RBRACE] = ACTIONS(2417), + [anon_sym_case] = ACTIONS(2417), + [anon_sym_PLUS_EQ] = ACTIONS(2417), + [anon_sym_DASH_EQ] = ACTIONS(2417), + [anon_sym_STAR_EQ] = ACTIONS(2417), + [anon_sym_SLASH_EQ] = ACTIONS(2417), + [anon_sym_PERCENT_EQ] = ACTIONS(2417), + [anon_sym_BANG_EQ] = ACTIONS(2415), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2417), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2417), + [anon_sym_LT_EQ] = ACTIONS(2417), + [anon_sym_GT_EQ] = ACTIONS(2417), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2417), + [anon_sym_DOT_DOT_LT] = ACTIONS(2417), + [anon_sym_is] = ACTIONS(2417), + [anon_sym_PLUS] = ACTIONS(2415), + [anon_sym_DASH] = ACTIONS(2415), + [anon_sym_STAR] = ACTIONS(2415), + [anon_sym_SLASH] = ACTIONS(2415), + [anon_sym_PERCENT] = ACTIONS(2415), + [anon_sym_PLUS_PLUS] = ACTIONS(2417), + [anon_sym_DASH_DASH] = ACTIONS(2417), + [anon_sym_PIPE] = ACTIONS(2417), + [anon_sym_CARET] = ACTIONS(2415), + [anon_sym_LT_LT] = ACTIONS(2417), + [anon_sym_GT_GT] = ACTIONS(2417), + [anon_sym_import] = ACTIONS(2417), + [anon_sym_typealias] = ACTIONS(2417), + [anon_sym_struct] = ACTIONS(2417), + [anon_sym_class] = ACTIONS(2417), + [anon_sym_enum] = ACTIONS(2417), + [anon_sym_protocol] = ACTIONS(2417), + [anon_sym_let] = ACTIONS(2417), + [anon_sym_var] = ACTIONS(2417), + [anon_sym_func] = ACTIONS(2417), + [anon_sym_extension] = ACTIONS(2417), + [anon_sym_indirect] = ACTIONS(2417), + [anon_sym_SEMI] = ACTIONS(2417), + [anon_sym_init] = ACTIONS(2417), + [anon_sym_deinit] = ACTIONS(2417), + [anon_sym_subscript] = ACTIONS(2417), + [anon_sym_prefix] = ACTIONS(2417), + [anon_sym_infix] = ACTIONS(2417), + [anon_sym_postfix] = ACTIONS(2417), + [anon_sym_precedencegroup] = ACTIONS(2417), + [anon_sym_associatedtype] = ACTIONS(2417), + [anon_sym_AT] = ACTIONS(2415), + [anon_sym_override] = ACTIONS(2417), + [anon_sym_convenience] = ACTIONS(2417), + [anon_sym_required] = ACTIONS(2417), + [anon_sym_nonisolated] = ACTIONS(2417), + [anon_sym_public] = ACTIONS(2417), + [anon_sym_private] = ACTIONS(2417), + [anon_sym_internal] = ACTIONS(2417), + [anon_sym_fileprivate] = ACTIONS(2417), + [anon_sym_open] = ACTIONS(2417), + [anon_sym_mutating] = ACTIONS(2417), + [anon_sym_nonmutating] = ACTIONS(2417), + [anon_sym_static] = ACTIONS(2417), + [anon_sym_dynamic] = ACTIONS(2417), + [anon_sym_optional] = ACTIONS(2417), + [anon_sym_distributed] = ACTIONS(2417), + [anon_sym_final] = ACTIONS(2417), + [anon_sym_inout] = ACTIONS(2417), + [anon_sym_ATescaping] = ACTIONS(2417), + [anon_sym_ATautoclosure] = ACTIONS(2417), + [anon_sym_weak] = ACTIONS(2417), + [anon_sym_unowned] = ACTIONS(2415), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2417), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2417), + [anon_sym_borrowing] = ACTIONS(2417), + [anon_sym_consuming] = ACTIONS(2417), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2417), + [sym__conjunction_operator_custom] = ACTIONS(2417), + [sym__disjunction_operator_custom] = ACTIONS(2417), + [sym__nil_coalescing_operator_custom] = ACTIONS(2417), + [sym__eq_custom] = ACTIONS(2417), + [sym__eq_eq_custom] = ACTIONS(2417), + [sym__plus_then_ws] = ACTIONS(2417), + [sym__minus_then_ws] = ACTIONS(2417), + [sym__bang_custom] = ACTIONS(2417), + [sym__as_custom] = ACTIONS(2417), + [sym__as_quest_custom] = ACTIONS(2417), + [sym__as_bang_custom] = ACTIONS(2417), + [sym__custom_operator] = ACTIONS(2417), + }, + [STATE(938)] = { + [anon_sym_BANG] = ACTIONS(2342), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2344), + [anon_sym_async] = ACTIONS(2344), + [anon_sym_lazy] = ACTIONS(2344), + [anon_sym_package] = ACTIONS(2344), + [anon_sym_RPAREN] = ACTIONS(2344), + [anon_sym_COMMA] = ACTIONS(2344), + [anon_sym_COLON] = ACTIONS(2344), + [anon_sym_LPAREN] = ACTIONS(2344), + [anon_sym_LBRACK] = ACTIONS(2344), + [anon_sym_RBRACK] = ACTIONS(2344), + [anon_sym_QMARK] = ACTIONS(2342), + [anon_sym_QMARK2] = ACTIONS(2344), + [anon_sym_AMP] = ACTIONS(2344), + [aux_sym_custom_operator_token1] = ACTIONS(2344), + [anon_sym_LT] = ACTIONS(2342), + [anon_sym_GT] = ACTIONS(2342), + [anon_sym_LBRACE] = ACTIONS(2344), + [anon_sym_CARET_LBRACE] = ACTIONS(2344), + [anon_sym_RBRACE] = ACTIONS(2344), + [anon_sym_case] = ACTIONS(2344), + [anon_sym_PLUS_EQ] = ACTIONS(2344), + [anon_sym_DASH_EQ] = ACTIONS(2344), + [anon_sym_STAR_EQ] = ACTIONS(2344), + [anon_sym_SLASH_EQ] = ACTIONS(2344), + [anon_sym_PERCENT_EQ] = ACTIONS(2344), + [anon_sym_BANG_EQ] = ACTIONS(2342), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2344), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2344), + [anon_sym_LT_EQ] = ACTIONS(2344), + [anon_sym_GT_EQ] = ACTIONS(2344), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2344), + [anon_sym_DOT_DOT_LT] = ACTIONS(2344), + [anon_sym_is] = ACTIONS(2344), + [anon_sym_PLUS] = ACTIONS(2342), + [anon_sym_DASH] = ACTIONS(2342), + [anon_sym_STAR] = ACTIONS(2342), + [anon_sym_SLASH] = ACTIONS(2342), + [anon_sym_PERCENT] = ACTIONS(2342), + [anon_sym_PLUS_PLUS] = ACTIONS(2344), + [anon_sym_DASH_DASH] = ACTIONS(2344), + [anon_sym_PIPE] = ACTIONS(2344), + [anon_sym_CARET] = ACTIONS(2342), + [anon_sym_LT_LT] = ACTIONS(2344), + [anon_sym_GT_GT] = ACTIONS(2344), + [anon_sym_import] = ACTIONS(2344), + [anon_sym_typealias] = ACTIONS(2344), + [anon_sym_struct] = ACTIONS(2344), + [anon_sym_class] = ACTIONS(2344), + [anon_sym_enum] = ACTIONS(2344), + [anon_sym_protocol] = ACTIONS(2344), + [anon_sym_let] = ACTIONS(2344), + [anon_sym_var] = ACTIONS(2344), + [anon_sym_func] = ACTIONS(2344), + [anon_sym_extension] = ACTIONS(2344), + [anon_sym_indirect] = ACTIONS(2344), + [anon_sym_SEMI] = ACTIONS(2344), + [anon_sym_init] = ACTIONS(2344), + [anon_sym_deinit] = ACTIONS(2344), + [anon_sym_subscript] = ACTIONS(2344), + [anon_sym_prefix] = ACTIONS(2344), + [anon_sym_infix] = ACTIONS(2344), + [anon_sym_postfix] = ACTIONS(2344), + [anon_sym_precedencegroup] = ACTIONS(2344), + [anon_sym_associatedtype] = ACTIONS(2344), + [anon_sym_AT] = ACTIONS(2342), + [anon_sym_override] = ACTIONS(2344), + [anon_sym_convenience] = ACTIONS(2344), + [anon_sym_required] = ACTIONS(2344), + [anon_sym_nonisolated] = ACTIONS(2344), + [anon_sym_public] = ACTIONS(2344), + [anon_sym_private] = ACTIONS(2344), + [anon_sym_internal] = ACTIONS(2344), + [anon_sym_fileprivate] = ACTIONS(2344), + [anon_sym_open] = ACTIONS(2344), + [anon_sym_mutating] = ACTIONS(2344), + [anon_sym_nonmutating] = ACTIONS(2344), + [anon_sym_static] = ACTIONS(2344), + [anon_sym_dynamic] = ACTIONS(2344), + [anon_sym_optional] = ACTIONS(2344), + [anon_sym_distributed] = ACTIONS(2344), + [anon_sym_final] = ACTIONS(2344), + [anon_sym_inout] = ACTIONS(2344), + [anon_sym_ATescaping] = ACTIONS(2344), + [anon_sym_ATautoclosure] = ACTIONS(2344), + [anon_sym_weak] = ACTIONS(2344), + [anon_sym_unowned] = ACTIONS(2342), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2344), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2344), + [anon_sym_borrowing] = ACTIONS(2344), + [anon_sym_consuming] = ACTIONS(2344), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2344), + [sym__conjunction_operator_custom] = ACTIONS(2344), + [sym__disjunction_operator_custom] = ACTIONS(2344), + [sym__nil_coalescing_operator_custom] = ACTIONS(2344), + [sym__eq_custom] = ACTIONS(2344), + [sym__eq_eq_custom] = ACTIONS(2344), + [sym__plus_then_ws] = ACTIONS(2344), + [sym__minus_then_ws] = ACTIONS(2344), + [sym__bang_custom] = ACTIONS(2344), + [sym__as_custom] = ACTIONS(2344), + [sym__as_quest_custom] = ACTIONS(2344), + [sym__as_bang_custom] = ACTIONS(2344), + [sym__custom_operator] = ACTIONS(2344), + }, + [STATE(939)] = { + [anon_sym_BANG] = ACTIONS(2619), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2621), + [anon_sym_async] = ACTIONS(2621), + [anon_sym_lazy] = ACTIONS(2621), + [anon_sym_package] = ACTIONS(2621), + [anon_sym_RPAREN] = ACTIONS(2621), + [anon_sym_COMMA] = ACTIONS(2621), + [anon_sym_COLON] = ACTIONS(2621), + [anon_sym_LPAREN] = ACTIONS(2621), + [anon_sym_LBRACK] = ACTIONS(2621), + [anon_sym_RBRACK] = ACTIONS(2621), + [anon_sym_QMARK] = ACTIONS(2619), + [anon_sym_QMARK2] = ACTIONS(2621), + [anon_sym_AMP] = ACTIONS(2621), + [aux_sym_custom_operator_token1] = ACTIONS(2621), + [anon_sym_LT] = ACTIONS(2619), + [anon_sym_GT] = ACTIONS(2619), + [anon_sym_LBRACE] = ACTIONS(2621), + [anon_sym_CARET_LBRACE] = ACTIONS(2621), + [anon_sym_RBRACE] = ACTIONS(2621), + [anon_sym_case] = ACTIONS(2621), + [anon_sym_PLUS_EQ] = ACTIONS(2621), + [anon_sym_DASH_EQ] = ACTIONS(2621), + [anon_sym_STAR_EQ] = ACTIONS(2621), + [anon_sym_SLASH_EQ] = ACTIONS(2621), + [anon_sym_PERCENT_EQ] = ACTIONS(2621), + [anon_sym_BANG_EQ] = ACTIONS(2619), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2621), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2621), + [anon_sym_LT_EQ] = ACTIONS(2621), + [anon_sym_GT_EQ] = ACTIONS(2621), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2621), + [anon_sym_DOT_DOT_LT] = ACTIONS(2621), + [anon_sym_is] = ACTIONS(2621), + [anon_sym_PLUS] = ACTIONS(2619), + [anon_sym_DASH] = ACTIONS(2619), + [anon_sym_STAR] = ACTIONS(2619), + [anon_sym_SLASH] = ACTIONS(2619), + [anon_sym_PERCENT] = ACTIONS(2619), + [anon_sym_PLUS_PLUS] = ACTIONS(2621), + [anon_sym_DASH_DASH] = ACTIONS(2621), + [anon_sym_PIPE] = ACTIONS(2621), + [anon_sym_CARET] = ACTIONS(2619), + [anon_sym_LT_LT] = ACTIONS(2621), + [anon_sym_GT_GT] = ACTIONS(2621), + [anon_sym_import] = ACTIONS(2621), + [anon_sym_typealias] = ACTIONS(2621), + [anon_sym_struct] = ACTIONS(2621), + [anon_sym_class] = ACTIONS(2621), + [anon_sym_enum] = ACTIONS(2621), + [anon_sym_protocol] = ACTIONS(2621), + [anon_sym_let] = ACTIONS(2621), + [anon_sym_var] = ACTIONS(2621), + [anon_sym_func] = ACTIONS(2621), + [anon_sym_extension] = ACTIONS(2621), + [anon_sym_indirect] = ACTIONS(2621), + [anon_sym_SEMI] = ACTIONS(2621), + [anon_sym_init] = ACTIONS(2621), + [anon_sym_deinit] = ACTIONS(2621), + [anon_sym_subscript] = ACTIONS(2621), + [anon_sym_prefix] = ACTIONS(2621), + [anon_sym_infix] = ACTIONS(2621), + [anon_sym_postfix] = ACTIONS(2621), + [anon_sym_precedencegroup] = ACTIONS(2621), + [anon_sym_associatedtype] = ACTIONS(2621), + [anon_sym_AT] = ACTIONS(2619), + [anon_sym_override] = ACTIONS(2621), + [anon_sym_convenience] = ACTIONS(2621), + [anon_sym_required] = ACTIONS(2621), + [anon_sym_nonisolated] = ACTIONS(2621), + [anon_sym_public] = ACTIONS(2621), + [anon_sym_private] = ACTIONS(2621), + [anon_sym_internal] = ACTIONS(2621), + [anon_sym_fileprivate] = ACTIONS(2621), + [anon_sym_open] = ACTIONS(2621), + [anon_sym_mutating] = ACTIONS(2621), + [anon_sym_nonmutating] = ACTIONS(2621), + [anon_sym_static] = ACTIONS(2621), + [anon_sym_dynamic] = ACTIONS(2621), + [anon_sym_optional] = ACTIONS(2621), + [anon_sym_distributed] = ACTIONS(2621), + [anon_sym_final] = ACTIONS(2621), + [anon_sym_inout] = ACTIONS(2621), + [anon_sym_ATescaping] = ACTIONS(2621), + [anon_sym_ATautoclosure] = ACTIONS(2621), + [anon_sym_weak] = ACTIONS(2621), + [anon_sym_unowned] = ACTIONS(2619), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2621), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2621), + [anon_sym_borrowing] = ACTIONS(2621), + [anon_sym_consuming] = ACTIONS(2621), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2621), + [sym__conjunction_operator_custom] = ACTIONS(2621), + [sym__disjunction_operator_custom] = ACTIONS(2621), + [sym__nil_coalescing_operator_custom] = ACTIONS(2621), + [sym__eq_custom] = ACTIONS(2621), + [sym__eq_eq_custom] = ACTIONS(2621), + [sym__plus_then_ws] = ACTIONS(2621), + [sym__minus_then_ws] = ACTIONS(2621), + [sym__bang_custom] = ACTIONS(2621), + [sym__as_custom] = ACTIONS(2621), + [sym__as_quest_custom] = ACTIONS(2621), + [sym__as_bang_custom] = ACTIONS(2621), + [sym__custom_operator] = ACTIONS(2621), + }, + [STATE(940)] = { + [anon_sym_BANG] = ACTIONS(2623), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2625), + [anon_sym_async] = ACTIONS(2625), + [anon_sym_lazy] = ACTIONS(2625), + [anon_sym_package] = ACTIONS(2625), + [anon_sym_RPAREN] = ACTIONS(2625), + [anon_sym_COMMA] = ACTIONS(2625), + [anon_sym_COLON] = ACTIONS(2625), + [anon_sym_LPAREN] = ACTIONS(2625), + [anon_sym_LBRACK] = ACTIONS(2625), + [anon_sym_RBRACK] = ACTIONS(2625), + [anon_sym_QMARK] = ACTIONS(2623), + [anon_sym_QMARK2] = ACTIONS(2625), + [anon_sym_AMP] = ACTIONS(2625), + [aux_sym_custom_operator_token1] = ACTIONS(2625), + [anon_sym_LT] = ACTIONS(2623), + [anon_sym_GT] = ACTIONS(2623), + [anon_sym_LBRACE] = ACTIONS(2625), + [anon_sym_CARET_LBRACE] = ACTIONS(2625), + [anon_sym_RBRACE] = ACTIONS(2625), + [anon_sym_case] = ACTIONS(2625), + [anon_sym_PLUS_EQ] = ACTIONS(2625), + [anon_sym_DASH_EQ] = ACTIONS(2625), + [anon_sym_STAR_EQ] = ACTIONS(2625), + [anon_sym_SLASH_EQ] = ACTIONS(2625), + [anon_sym_PERCENT_EQ] = ACTIONS(2625), + [anon_sym_BANG_EQ] = ACTIONS(2623), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2625), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2625), + [anon_sym_LT_EQ] = ACTIONS(2625), + [anon_sym_GT_EQ] = ACTIONS(2625), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2625), + [anon_sym_DOT_DOT_LT] = ACTIONS(2625), + [anon_sym_is] = ACTIONS(2625), + [anon_sym_PLUS] = ACTIONS(2623), + [anon_sym_DASH] = ACTIONS(2623), + [anon_sym_STAR] = ACTIONS(2623), + [anon_sym_SLASH] = ACTIONS(2623), + [anon_sym_PERCENT] = ACTIONS(2623), + [anon_sym_PLUS_PLUS] = ACTIONS(2625), + [anon_sym_DASH_DASH] = ACTIONS(2625), + [anon_sym_PIPE] = ACTIONS(2625), + [anon_sym_CARET] = ACTIONS(2623), + [anon_sym_LT_LT] = ACTIONS(2625), + [anon_sym_GT_GT] = ACTIONS(2625), + [anon_sym_import] = ACTIONS(2625), + [anon_sym_typealias] = ACTIONS(2625), + [anon_sym_struct] = ACTIONS(2625), + [anon_sym_class] = ACTIONS(2625), + [anon_sym_enum] = ACTIONS(2625), + [anon_sym_protocol] = ACTIONS(2625), + [anon_sym_let] = ACTIONS(2625), + [anon_sym_var] = ACTIONS(2625), + [anon_sym_func] = ACTIONS(2625), + [anon_sym_extension] = ACTIONS(2625), + [anon_sym_indirect] = ACTIONS(2625), + [anon_sym_SEMI] = ACTIONS(2625), + [anon_sym_init] = ACTIONS(2625), + [anon_sym_deinit] = ACTIONS(2625), + [anon_sym_subscript] = ACTIONS(2625), + [anon_sym_prefix] = ACTIONS(2625), + [anon_sym_infix] = ACTIONS(2625), + [anon_sym_postfix] = ACTIONS(2625), + [anon_sym_precedencegroup] = ACTIONS(2625), + [anon_sym_associatedtype] = ACTIONS(2625), + [anon_sym_AT] = ACTIONS(2623), + [anon_sym_override] = ACTIONS(2625), + [anon_sym_convenience] = ACTIONS(2625), + [anon_sym_required] = ACTIONS(2625), + [anon_sym_nonisolated] = ACTIONS(2625), + [anon_sym_public] = ACTIONS(2625), + [anon_sym_private] = ACTIONS(2625), + [anon_sym_internal] = ACTIONS(2625), + [anon_sym_fileprivate] = ACTIONS(2625), + [anon_sym_open] = ACTIONS(2625), + [anon_sym_mutating] = ACTIONS(2625), + [anon_sym_nonmutating] = ACTIONS(2625), + [anon_sym_static] = ACTIONS(2625), + [anon_sym_dynamic] = ACTIONS(2625), + [anon_sym_optional] = ACTIONS(2625), + [anon_sym_distributed] = ACTIONS(2625), + [anon_sym_final] = ACTIONS(2625), + [anon_sym_inout] = ACTIONS(2625), + [anon_sym_ATescaping] = ACTIONS(2625), + [anon_sym_ATautoclosure] = ACTIONS(2625), + [anon_sym_weak] = ACTIONS(2625), + [anon_sym_unowned] = ACTIONS(2623), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2625), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2625), + [anon_sym_borrowing] = ACTIONS(2625), + [anon_sym_consuming] = ACTIONS(2625), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2625), + [sym__conjunction_operator_custom] = ACTIONS(2625), + [sym__disjunction_operator_custom] = ACTIONS(2625), + [sym__nil_coalescing_operator_custom] = ACTIONS(2625), + [sym__eq_custom] = ACTIONS(2625), + [sym__eq_eq_custom] = ACTIONS(2625), + [sym__plus_then_ws] = ACTIONS(2625), + [sym__minus_then_ws] = ACTIONS(2625), + [sym__bang_custom] = ACTIONS(2625), + [sym__as_custom] = ACTIONS(2625), + [sym__as_quest_custom] = ACTIONS(2625), + [sym__as_bang_custom] = ACTIONS(2625), + [sym__custom_operator] = ACTIONS(2625), + }, + [STATE(941)] = { + [anon_sym_BANG] = ACTIONS(2627), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2629), + [anon_sym_async] = ACTIONS(2629), + [anon_sym_lazy] = ACTIONS(2629), + [anon_sym_package] = ACTIONS(2629), + [anon_sym_RPAREN] = ACTIONS(2629), + [anon_sym_COMMA] = ACTIONS(2629), + [anon_sym_COLON] = ACTIONS(2629), + [anon_sym_LPAREN] = ACTIONS(2629), + [anon_sym_LBRACK] = ACTIONS(2629), + [anon_sym_RBRACK] = ACTIONS(2629), + [anon_sym_QMARK] = ACTIONS(2627), + [anon_sym_QMARK2] = ACTIONS(2629), + [anon_sym_AMP] = ACTIONS(2629), + [aux_sym_custom_operator_token1] = ACTIONS(2629), + [anon_sym_LT] = ACTIONS(2627), + [anon_sym_GT] = ACTIONS(2627), + [anon_sym_LBRACE] = ACTIONS(2629), + [anon_sym_CARET_LBRACE] = ACTIONS(2629), + [anon_sym_RBRACE] = ACTIONS(2629), + [anon_sym_case] = ACTIONS(2629), + [anon_sym_PLUS_EQ] = ACTIONS(2629), + [anon_sym_DASH_EQ] = ACTIONS(2629), + [anon_sym_STAR_EQ] = ACTIONS(2629), + [anon_sym_SLASH_EQ] = ACTIONS(2629), + [anon_sym_PERCENT_EQ] = ACTIONS(2629), + [anon_sym_BANG_EQ] = ACTIONS(2627), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2629), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2629), + [anon_sym_LT_EQ] = ACTIONS(2629), + [anon_sym_GT_EQ] = ACTIONS(2629), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2629), + [anon_sym_DOT_DOT_LT] = ACTIONS(2629), + [anon_sym_is] = ACTIONS(2629), + [anon_sym_PLUS] = ACTIONS(2627), + [anon_sym_DASH] = ACTIONS(2627), + [anon_sym_STAR] = ACTIONS(2627), + [anon_sym_SLASH] = ACTIONS(2627), + [anon_sym_PERCENT] = ACTIONS(2627), + [anon_sym_PLUS_PLUS] = ACTIONS(2629), + [anon_sym_DASH_DASH] = ACTIONS(2629), + [anon_sym_PIPE] = ACTIONS(2629), + [anon_sym_CARET] = ACTIONS(2627), + [anon_sym_LT_LT] = ACTIONS(2629), + [anon_sym_GT_GT] = ACTIONS(2629), + [anon_sym_import] = ACTIONS(2629), + [anon_sym_typealias] = ACTIONS(2629), + [anon_sym_struct] = ACTIONS(2629), + [anon_sym_class] = ACTIONS(2629), + [anon_sym_enum] = ACTIONS(2629), + [anon_sym_protocol] = ACTIONS(2629), + [anon_sym_let] = ACTIONS(2629), + [anon_sym_var] = ACTIONS(2629), + [anon_sym_func] = ACTIONS(2629), + [anon_sym_extension] = ACTIONS(2629), + [anon_sym_indirect] = ACTIONS(2629), + [anon_sym_SEMI] = ACTIONS(2629), + [anon_sym_init] = ACTIONS(2629), + [anon_sym_deinit] = ACTIONS(2629), + [anon_sym_subscript] = ACTIONS(2629), + [anon_sym_prefix] = ACTIONS(2629), + [anon_sym_infix] = ACTIONS(2629), + [anon_sym_postfix] = ACTIONS(2629), + [anon_sym_precedencegroup] = ACTIONS(2629), + [anon_sym_associatedtype] = ACTIONS(2629), + [anon_sym_AT] = ACTIONS(2627), + [anon_sym_override] = ACTIONS(2629), + [anon_sym_convenience] = ACTIONS(2629), + [anon_sym_required] = ACTIONS(2629), + [anon_sym_nonisolated] = ACTIONS(2629), + [anon_sym_public] = ACTIONS(2629), + [anon_sym_private] = ACTIONS(2629), + [anon_sym_internal] = ACTIONS(2629), + [anon_sym_fileprivate] = ACTIONS(2629), + [anon_sym_open] = ACTIONS(2629), + [anon_sym_mutating] = ACTIONS(2629), + [anon_sym_nonmutating] = ACTIONS(2629), + [anon_sym_static] = ACTIONS(2629), + [anon_sym_dynamic] = ACTIONS(2629), + [anon_sym_optional] = ACTIONS(2629), + [anon_sym_distributed] = ACTIONS(2629), + [anon_sym_final] = ACTIONS(2629), + [anon_sym_inout] = ACTIONS(2629), + [anon_sym_ATescaping] = ACTIONS(2629), + [anon_sym_ATautoclosure] = ACTIONS(2629), + [anon_sym_weak] = ACTIONS(2629), + [anon_sym_unowned] = ACTIONS(2627), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2629), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2629), + [anon_sym_borrowing] = ACTIONS(2629), + [anon_sym_consuming] = ACTIONS(2629), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2629), + [sym__conjunction_operator_custom] = ACTIONS(2629), + [sym__disjunction_operator_custom] = ACTIONS(2629), + [sym__nil_coalescing_operator_custom] = ACTIONS(2629), + [sym__eq_custom] = ACTIONS(2629), + [sym__eq_eq_custom] = ACTIONS(2629), + [sym__plus_then_ws] = ACTIONS(2629), + [sym__minus_then_ws] = ACTIONS(2629), + [sym__bang_custom] = ACTIONS(2629), + [sym__as_custom] = ACTIONS(2629), + [sym__as_quest_custom] = ACTIONS(2629), + [sym__as_bang_custom] = ACTIONS(2629), + [sym__custom_operator] = ACTIONS(2629), + }, + [STATE(942)] = { + [anon_sym_BANG] = ACTIONS(2631), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2633), + [anon_sym_async] = ACTIONS(2633), + [anon_sym_lazy] = ACTIONS(2633), + [anon_sym_package] = ACTIONS(2633), + [anon_sym_RPAREN] = ACTIONS(2633), + [anon_sym_COMMA] = ACTIONS(2633), + [anon_sym_COLON] = ACTIONS(2633), + [anon_sym_LPAREN] = ACTIONS(2633), + [anon_sym_LBRACK] = ACTIONS(2633), + [anon_sym_RBRACK] = ACTIONS(2633), + [anon_sym_QMARK] = ACTIONS(2631), + [anon_sym_QMARK2] = ACTIONS(2633), + [anon_sym_AMP] = ACTIONS(2633), + [aux_sym_custom_operator_token1] = ACTIONS(2633), + [anon_sym_LT] = ACTIONS(2631), + [anon_sym_GT] = ACTIONS(2631), + [anon_sym_LBRACE] = ACTIONS(2633), + [anon_sym_CARET_LBRACE] = ACTIONS(2633), + [anon_sym_RBRACE] = ACTIONS(2633), + [anon_sym_case] = ACTIONS(2633), + [anon_sym_PLUS_EQ] = ACTIONS(2633), + [anon_sym_DASH_EQ] = ACTIONS(2633), + [anon_sym_STAR_EQ] = ACTIONS(2633), + [anon_sym_SLASH_EQ] = ACTIONS(2633), + [anon_sym_PERCENT_EQ] = ACTIONS(2633), + [anon_sym_BANG_EQ] = ACTIONS(2631), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2633), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2633), + [anon_sym_LT_EQ] = ACTIONS(2633), + [anon_sym_GT_EQ] = ACTIONS(2633), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2633), + [anon_sym_DOT_DOT_LT] = ACTIONS(2633), + [anon_sym_is] = ACTIONS(2633), + [anon_sym_PLUS] = ACTIONS(2631), + [anon_sym_DASH] = ACTIONS(2631), + [anon_sym_STAR] = ACTIONS(2631), + [anon_sym_SLASH] = ACTIONS(2631), + [anon_sym_PERCENT] = ACTIONS(2631), + [anon_sym_PLUS_PLUS] = ACTIONS(2633), + [anon_sym_DASH_DASH] = ACTIONS(2633), + [anon_sym_PIPE] = ACTIONS(2633), + [anon_sym_CARET] = ACTIONS(2631), + [anon_sym_LT_LT] = ACTIONS(2633), + [anon_sym_GT_GT] = ACTIONS(2633), + [anon_sym_import] = ACTIONS(2633), + [anon_sym_typealias] = ACTIONS(2633), + [anon_sym_struct] = ACTIONS(2633), + [anon_sym_class] = ACTIONS(2633), + [anon_sym_enum] = ACTIONS(2633), + [anon_sym_protocol] = ACTIONS(2633), + [anon_sym_let] = ACTIONS(2633), + [anon_sym_var] = ACTIONS(2633), + [anon_sym_func] = ACTIONS(2633), + [anon_sym_extension] = ACTIONS(2633), + [anon_sym_indirect] = ACTIONS(2633), + [anon_sym_SEMI] = ACTIONS(2633), + [anon_sym_init] = ACTIONS(2633), + [anon_sym_deinit] = ACTIONS(2633), + [anon_sym_subscript] = ACTIONS(2633), + [anon_sym_prefix] = ACTIONS(2633), + [anon_sym_infix] = ACTIONS(2633), + [anon_sym_postfix] = ACTIONS(2633), + [anon_sym_precedencegroup] = ACTIONS(2633), + [anon_sym_associatedtype] = ACTIONS(2633), + [anon_sym_AT] = ACTIONS(2631), + [anon_sym_override] = ACTIONS(2633), + [anon_sym_convenience] = ACTIONS(2633), + [anon_sym_required] = ACTIONS(2633), + [anon_sym_nonisolated] = ACTIONS(2633), + [anon_sym_public] = ACTIONS(2633), + [anon_sym_private] = ACTIONS(2633), + [anon_sym_internal] = ACTIONS(2633), + [anon_sym_fileprivate] = ACTIONS(2633), + [anon_sym_open] = ACTIONS(2633), + [anon_sym_mutating] = ACTIONS(2633), + [anon_sym_nonmutating] = ACTIONS(2633), + [anon_sym_static] = ACTIONS(2633), + [anon_sym_dynamic] = ACTIONS(2633), + [anon_sym_optional] = ACTIONS(2633), + [anon_sym_distributed] = ACTIONS(2633), + [anon_sym_final] = ACTIONS(2633), + [anon_sym_inout] = ACTIONS(2633), + [anon_sym_ATescaping] = ACTIONS(2633), + [anon_sym_ATautoclosure] = ACTIONS(2633), + [anon_sym_weak] = ACTIONS(2633), + [anon_sym_unowned] = ACTIONS(2631), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2633), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2633), + [anon_sym_borrowing] = ACTIONS(2633), + [anon_sym_consuming] = ACTIONS(2633), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2633), + [sym__conjunction_operator_custom] = ACTIONS(2633), + [sym__disjunction_operator_custom] = ACTIONS(2633), + [sym__nil_coalescing_operator_custom] = ACTIONS(2633), + [sym__eq_custom] = ACTIONS(2633), + [sym__eq_eq_custom] = ACTIONS(2633), + [sym__plus_then_ws] = ACTIONS(2633), + [sym__minus_then_ws] = ACTIONS(2633), + [sym__bang_custom] = ACTIONS(2633), + [sym__as_custom] = ACTIONS(2633), + [sym__as_quest_custom] = ACTIONS(2633), + [sym__as_bang_custom] = ACTIONS(2633), + [sym__custom_operator] = ACTIONS(2633), + }, + [STATE(943)] = { + [anon_sym_BANG] = ACTIONS(2635), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2637), + [anon_sym_async] = ACTIONS(2637), + [anon_sym_lazy] = ACTIONS(2637), + [anon_sym_package] = ACTIONS(2637), + [anon_sym_RPAREN] = ACTIONS(2637), + [anon_sym_COMMA] = ACTIONS(2637), + [anon_sym_COLON] = ACTIONS(2637), + [anon_sym_LPAREN] = ACTIONS(2637), + [anon_sym_LBRACK] = ACTIONS(2637), + [anon_sym_RBRACK] = ACTIONS(2637), + [anon_sym_QMARK] = ACTIONS(2635), + [anon_sym_QMARK2] = ACTIONS(2637), + [anon_sym_AMP] = ACTIONS(2637), + [aux_sym_custom_operator_token1] = ACTIONS(2637), + [anon_sym_LT] = ACTIONS(2635), + [anon_sym_GT] = ACTIONS(2635), + [anon_sym_LBRACE] = ACTIONS(2637), + [anon_sym_CARET_LBRACE] = ACTIONS(2637), + [anon_sym_RBRACE] = ACTIONS(2637), + [anon_sym_case] = ACTIONS(2637), + [anon_sym_PLUS_EQ] = ACTIONS(2637), + [anon_sym_DASH_EQ] = ACTIONS(2637), + [anon_sym_STAR_EQ] = ACTIONS(2637), + [anon_sym_SLASH_EQ] = ACTIONS(2637), + [anon_sym_PERCENT_EQ] = ACTIONS(2637), + [anon_sym_BANG_EQ] = ACTIONS(2635), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2637), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2637), + [anon_sym_LT_EQ] = ACTIONS(2637), + [anon_sym_GT_EQ] = ACTIONS(2637), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2637), + [anon_sym_DOT_DOT_LT] = ACTIONS(2637), + [anon_sym_is] = ACTIONS(2637), + [anon_sym_PLUS] = ACTIONS(2635), + [anon_sym_DASH] = ACTIONS(2635), + [anon_sym_STAR] = ACTIONS(2635), + [anon_sym_SLASH] = ACTIONS(2635), + [anon_sym_PERCENT] = ACTIONS(2635), + [anon_sym_PLUS_PLUS] = ACTIONS(2637), + [anon_sym_DASH_DASH] = ACTIONS(2637), + [anon_sym_PIPE] = ACTIONS(2637), + [anon_sym_CARET] = ACTIONS(2635), + [anon_sym_LT_LT] = ACTIONS(2637), + [anon_sym_GT_GT] = ACTIONS(2637), + [anon_sym_import] = ACTIONS(2637), + [anon_sym_typealias] = ACTIONS(2637), + [anon_sym_struct] = ACTIONS(2637), + [anon_sym_class] = ACTIONS(2637), + [anon_sym_enum] = ACTIONS(2637), + [anon_sym_protocol] = ACTIONS(2637), + [anon_sym_let] = ACTIONS(2637), + [anon_sym_var] = ACTIONS(2637), + [anon_sym_func] = ACTIONS(2637), + [anon_sym_extension] = ACTIONS(2637), + [anon_sym_indirect] = ACTIONS(2637), + [anon_sym_SEMI] = ACTIONS(2637), + [anon_sym_init] = ACTIONS(2637), + [anon_sym_deinit] = ACTIONS(2637), + [anon_sym_subscript] = ACTIONS(2637), + [anon_sym_prefix] = ACTIONS(2637), + [anon_sym_infix] = ACTIONS(2637), + [anon_sym_postfix] = ACTIONS(2637), + [anon_sym_precedencegroup] = ACTIONS(2637), + [anon_sym_associatedtype] = ACTIONS(2637), + [anon_sym_AT] = ACTIONS(2635), + [anon_sym_override] = ACTIONS(2637), + [anon_sym_convenience] = ACTIONS(2637), + [anon_sym_required] = ACTIONS(2637), + [anon_sym_nonisolated] = ACTIONS(2637), + [anon_sym_public] = ACTIONS(2637), + [anon_sym_private] = ACTIONS(2637), + [anon_sym_internal] = ACTIONS(2637), + [anon_sym_fileprivate] = ACTIONS(2637), + [anon_sym_open] = ACTIONS(2637), + [anon_sym_mutating] = ACTIONS(2637), + [anon_sym_nonmutating] = ACTIONS(2637), + [anon_sym_static] = ACTIONS(2637), + [anon_sym_dynamic] = ACTIONS(2637), + [anon_sym_optional] = ACTIONS(2637), + [anon_sym_distributed] = ACTIONS(2637), + [anon_sym_final] = ACTIONS(2637), + [anon_sym_inout] = ACTIONS(2637), + [anon_sym_ATescaping] = ACTIONS(2637), + [anon_sym_ATautoclosure] = ACTIONS(2637), + [anon_sym_weak] = ACTIONS(2637), + [anon_sym_unowned] = ACTIONS(2635), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2637), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2637), + [anon_sym_borrowing] = ACTIONS(2637), + [anon_sym_consuming] = ACTIONS(2637), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2637), + [sym__conjunction_operator_custom] = ACTIONS(2637), + [sym__disjunction_operator_custom] = ACTIONS(2637), + [sym__nil_coalescing_operator_custom] = ACTIONS(2637), + [sym__eq_custom] = ACTIONS(2637), + [sym__eq_eq_custom] = ACTIONS(2637), + [sym__plus_then_ws] = ACTIONS(2637), + [sym__minus_then_ws] = ACTIONS(2637), + [sym__bang_custom] = ACTIONS(2637), + [sym__as_custom] = ACTIONS(2637), + [sym__as_quest_custom] = ACTIONS(2637), + [sym__as_bang_custom] = ACTIONS(2637), + [sym__custom_operator] = ACTIONS(2637), + }, + [STATE(944)] = { + [anon_sym_BANG] = ACTIONS(2639), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2641), + [anon_sym_async] = ACTIONS(2641), + [anon_sym_lazy] = ACTIONS(2641), + [anon_sym_package] = ACTIONS(2641), + [anon_sym_RPAREN] = ACTIONS(2641), + [anon_sym_COMMA] = ACTIONS(2641), + [anon_sym_COLON] = ACTIONS(2641), + [anon_sym_LPAREN] = ACTIONS(2641), + [anon_sym_LBRACK] = ACTIONS(2641), + [anon_sym_RBRACK] = ACTIONS(2641), + [anon_sym_QMARK] = ACTIONS(2639), + [anon_sym_QMARK2] = ACTIONS(2641), + [anon_sym_AMP] = ACTIONS(2641), + [aux_sym_custom_operator_token1] = ACTIONS(2641), + [anon_sym_LT] = ACTIONS(2639), + [anon_sym_GT] = ACTIONS(2639), + [anon_sym_LBRACE] = ACTIONS(2641), + [anon_sym_CARET_LBRACE] = ACTIONS(2641), + [anon_sym_RBRACE] = ACTIONS(2641), + [anon_sym_case] = ACTIONS(2641), + [anon_sym_PLUS_EQ] = ACTIONS(2641), + [anon_sym_DASH_EQ] = ACTIONS(2641), + [anon_sym_STAR_EQ] = ACTIONS(2641), + [anon_sym_SLASH_EQ] = ACTIONS(2641), + [anon_sym_PERCENT_EQ] = ACTIONS(2641), + [anon_sym_BANG_EQ] = ACTIONS(2639), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2641), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2641), + [anon_sym_LT_EQ] = ACTIONS(2641), + [anon_sym_GT_EQ] = ACTIONS(2641), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2641), + [anon_sym_DOT_DOT_LT] = ACTIONS(2641), + [anon_sym_is] = ACTIONS(2641), + [anon_sym_PLUS] = ACTIONS(2639), + [anon_sym_DASH] = ACTIONS(2639), + [anon_sym_STAR] = ACTIONS(2639), + [anon_sym_SLASH] = ACTIONS(2639), + [anon_sym_PERCENT] = ACTIONS(2639), + [anon_sym_PLUS_PLUS] = ACTIONS(2641), + [anon_sym_DASH_DASH] = ACTIONS(2641), + [anon_sym_PIPE] = ACTIONS(2641), + [anon_sym_CARET] = ACTIONS(2639), + [anon_sym_LT_LT] = ACTIONS(2641), + [anon_sym_GT_GT] = ACTIONS(2641), + [anon_sym_import] = ACTIONS(2641), + [anon_sym_typealias] = ACTIONS(2641), + [anon_sym_struct] = ACTIONS(2641), + [anon_sym_class] = ACTIONS(2641), + [anon_sym_enum] = ACTIONS(2641), + [anon_sym_protocol] = ACTIONS(2641), + [anon_sym_let] = ACTIONS(2641), + [anon_sym_var] = ACTIONS(2641), + [anon_sym_func] = ACTIONS(2641), + [anon_sym_extension] = ACTIONS(2641), + [anon_sym_indirect] = ACTIONS(2641), + [anon_sym_SEMI] = ACTIONS(2641), + [anon_sym_init] = ACTIONS(2641), + [anon_sym_deinit] = ACTIONS(2641), + [anon_sym_subscript] = ACTIONS(2641), + [anon_sym_prefix] = ACTIONS(2641), + [anon_sym_infix] = ACTIONS(2641), + [anon_sym_postfix] = ACTIONS(2641), + [anon_sym_precedencegroup] = ACTIONS(2641), + [anon_sym_associatedtype] = ACTIONS(2641), + [anon_sym_AT] = ACTIONS(2639), + [anon_sym_override] = ACTIONS(2641), + [anon_sym_convenience] = ACTIONS(2641), + [anon_sym_required] = ACTIONS(2641), + [anon_sym_nonisolated] = ACTIONS(2641), + [anon_sym_public] = ACTIONS(2641), + [anon_sym_private] = ACTIONS(2641), + [anon_sym_internal] = ACTIONS(2641), + [anon_sym_fileprivate] = ACTIONS(2641), + [anon_sym_open] = ACTIONS(2641), + [anon_sym_mutating] = ACTIONS(2641), + [anon_sym_nonmutating] = ACTIONS(2641), + [anon_sym_static] = ACTIONS(2641), + [anon_sym_dynamic] = ACTIONS(2641), + [anon_sym_optional] = ACTIONS(2641), + [anon_sym_distributed] = ACTIONS(2641), + [anon_sym_final] = ACTIONS(2641), + [anon_sym_inout] = ACTIONS(2641), + [anon_sym_ATescaping] = ACTIONS(2641), + [anon_sym_ATautoclosure] = ACTIONS(2641), + [anon_sym_weak] = ACTIONS(2641), + [anon_sym_unowned] = ACTIONS(2639), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2641), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2641), + [anon_sym_borrowing] = ACTIONS(2641), + [anon_sym_consuming] = ACTIONS(2641), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2641), + [sym__conjunction_operator_custom] = ACTIONS(2641), + [sym__disjunction_operator_custom] = ACTIONS(2641), + [sym__nil_coalescing_operator_custom] = ACTIONS(2641), + [sym__eq_custom] = ACTIONS(2641), + [sym__eq_eq_custom] = ACTIONS(2641), + [sym__plus_then_ws] = ACTIONS(2641), + [sym__minus_then_ws] = ACTIONS(2641), + [sym__bang_custom] = ACTIONS(2641), + [sym__as_custom] = ACTIONS(2641), + [sym__as_quest_custom] = ACTIONS(2641), + [sym__as_bang_custom] = ACTIONS(2641), + [sym__custom_operator] = ACTIONS(2641), + }, + [STATE(945)] = { + [anon_sym_BANG] = ACTIONS(2643), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2645), + [anon_sym_async] = ACTIONS(2645), + [anon_sym_lazy] = ACTIONS(2645), + [anon_sym_package] = ACTIONS(2645), + [anon_sym_RPAREN] = ACTIONS(2645), + [anon_sym_COMMA] = ACTIONS(2645), + [anon_sym_COLON] = ACTIONS(2645), + [anon_sym_LPAREN] = ACTIONS(2645), + [anon_sym_LBRACK] = ACTIONS(2645), + [anon_sym_RBRACK] = ACTIONS(2645), + [anon_sym_QMARK] = ACTIONS(2643), + [anon_sym_QMARK2] = ACTIONS(2645), + [anon_sym_AMP] = ACTIONS(2645), + [aux_sym_custom_operator_token1] = ACTIONS(2645), + [anon_sym_LT] = ACTIONS(2643), + [anon_sym_GT] = ACTIONS(2643), + [anon_sym_LBRACE] = ACTIONS(2645), + [anon_sym_CARET_LBRACE] = ACTIONS(2645), + [anon_sym_RBRACE] = ACTIONS(2645), + [anon_sym_case] = ACTIONS(2645), + [anon_sym_PLUS_EQ] = ACTIONS(2645), + [anon_sym_DASH_EQ] = ACTIONS(2645), + [anon_sym_STAR_EQ] = ACTIONS(2645), + [anon_sym_SLASH_EQ] = ACTIONS(2645), + [anon_sym_PERCENT_EQ] = ACTIONS(2645), + [anon_sym_BANG_EQ] = ACTIONS(2643), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2645), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2645), + [anon_sym_LT_EQ] = ACTIONS(2645), + [anon_sym_GT_EQ] = ACTIONS(2645), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2645), + [anon_sym_DOT_DOT_LT] = ACTIONS(2645), + [anon_sym_is] = ACTIONS(2645), + [anon_sym_PLUS] = ACTIONS(2643), + [anon_sym_DASH] = ACTIONS(2643), + [anon_sym_STAR] = ACTIONS(2643), + [anon_sym_SLASH] = ACTIONS(2643), + [anon_sym_PERCENT] = ACTIONS(2643), + [anon_sym_PLUS_PLUS] = ACTIONS(2645), + [anon_sym_DASH_DASH] = ACTIONS(2645), + [anon_sym_PIPE] = ACTIONS(2645), + [anon_sym_CARET] = ACTIONS(2643), + [anon_sym_LT_LT] = ACTIONS(2645), + [anon_sym_GT_GT] = ACTIONS(2645), + [anon_sym_import] = ACTIONS(2645), + [anon_sym_typealias] = ACTIONS(2645), + [anon_sym_struct] = ACTIONS(2645), + [anon_sym_class] = ACTIONS(2645), + [anon_sym_enum] = ACTIONS(2645), + [anon_sym_protocol] = ACTIONS(2645), + [anon_sym_let] = ACTIONS(2645), + [anon_sym_var] = ACTIONS(2645), + [anon_sym_func] = ACTIONS(2645), + [anon_sym_extension] = ACTIONS(2645), + [anon_sym_indirect] = ACTIONS(2645), + [anon_sym_SEMI] = ACTIONS(2645), + [anon_sym_init] = ACTIONS(2645), + [anon_sym_deinit] = ACTIONS(2645), + [anon_sym_subscript] = ACTIONS(2645), + [anon_sym_prefix] = ACTIONS(2645), + [anon_sym_infix] = ACTIONS(2645), + [anon_sym_postfix] = ACTIONS(2645), + [anon_sym_precedencegroup] = ACTIONS(2645), + [anon_sym_associatedtype] = ACTIONS(2645), + [anon_sym_AT] = ACTIONS(2643), + [anon_sym_override] = ACTIONS(2645), + [anon_sym_convenience] = ACTIONS(2645), + [anon_sym_required] = ACTIONS(2645), + [anon_sym_nonisolated] = ACTIONS(2645), + [anon_sym_public] = ACTIONS(2645), + [anon_sym_private] = ACTIONS(2645), + [anon_sym_internal] = ACTIONS(2645), + [anon_sym_fileprivate] = ACTIONS(2645), + [anon_sym_open] = ACTIONS(2645), + [anon_sym_mutating] = ACTIONS(2645), + [anon_sym_nonmutating] = ACTIONS(2645), + [anon_sym_static] = ACTIONS(2645), + [anon_sym_dynamic] = ACTIONS(2645), + [anon_sym_optional] = ACTIONS(2645), + [anon_sym_distributed] = ACTIONS(2645), + [anon_sym_final] = ACTIONS(2645), + [anon_sym_inout] = ACTIONS(2645), + [anon_sym_ATescaping] = ACTIONS(2645), + [anon_sym_ATautoclosure] = ACTIONS(2645), + [anon_sym_weak] = ACTIONS(2645), + [anon_sym_unowned] = ACTIONS(2643), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2645), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2645), + [anon_sym_borrowing] = ACTIONS(2645), + [anon_sym_consuming] = ACTIONS(2645), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2645), + [sym__conjunction_operator_custom] = ACTIONS(2645), + [sym__disjunction_operator_custom] = ACTIONS(2645), + [sym__nil_coalescing_operator_custom] = ACTIONS(2645), + [sym__eq_custom] = ACTIONS(2645), + [sym__eq_eq_custom] = ACTIONS(2645), + [sym__plus_then_ws] = ACTIONS(2645), + [sym__minus_then_ws] = ACTIONS(2645), + [sym__bang_custom] = ACTIONS(2645), + [sym__as_custom] = ACTIONS(2645), + [sym__as_quest_custom] = ACTIONS(2645), + [sym__as_bang_custom] = ACTIONS(2645), + [sym__custom_operator] = ACTIONS(2645), + }, + [STATE(946)] = { + [anon_sym_BANG] = ACTIONS(2647), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2649), + [anon_sym_async] = ACTIONS(2649), + [anon_sym_lazy] = ACTIONS(2649), + [anon_sym_package] = ACTIONS(2649), + [anon_sym_RPAREN] = ACTIONS(2649), + [anon_sym_COMMA] = ACTIONS(2649), + [anon_sym_COLON] = ACTIONS(2649), + [anon_sym_LPAREN] = ACTIONS(2649), + [anon_sym_LBRACK] = ACTIONS(2649), + [anon_sym_RBRACK] = ACTIONS(2649), + [anon_sym_QMARK] = ACTIONS(2647), + [anon_sym_QMARK2] = ACTIONS(2649), + [anon_sym_AMP] = ACTIONS(2649), + [aux_sym_custom_operator_token1] = ACTIONS(2649), + [anon_sym_LT] = ACTIONS(2647), + [anon_sym_GT] = ACTIONS(2647), + [anon_sym_LBRACE] = ACTIONS(2649), + [anon_sym_CARET_LBRACE] = ACTIONS(2649), + [anon_sym_RBRACE] = ACTIONS(2649), + [anon_sym_case] = ACTIONS(2649), + [anon_sym_PLUS_EQ] = ACTIONS(2649), + [anon_sym_DASH_EQ] = ACTIONS(2649), + [anon_sym_STAR_EQ] = ACTIONS(2649), + [anon_sym_SLASH_EQ] = ACTIONS(2649), + [anon_sym_PERCENT_EQ] = ACTIONS(2649), + [anon_sym_BANG_EQ] = ACTIONS(2647), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2649), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2649), + [anon_sym_LT_EQ] = ACTIONS(2649), + [anon_sym_GT_EQ] = ACTIONS(2649), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2649), + [anon_sym_DOT_DOT_LT] = ACTIONS(2649), + [anon_sym_is] = ACTIONS(2649), + [anon_sym_PLUS] = ACTIONS(2647), + [anon_sym_DASH] = ACTIONS(2647), + [anon_sym_STAR] = ACTIONS(2647), + [anon_sym_SLASH] = ACTIONS(2647), + [anon_sym_PERCENT] = ACTIONS(2647), + [anon_sym_PLUS_PLUS] = ACTIONS(2649), + [anon_sym_DASH_DASH] = ACTIONS(2649), + [anon_sym_PIPE] = ACTIONS(2649), + [anon_sym_CARET] = ACTIONS(2647), + [anon_sym_LT_LT] = ACTIONS(2649), + [anon_sym_GT_GT] = ACTIONS(2649), + [anon_sym_import] = ACTIONS(2649), + [anon_sym_typealias] = ACTIONS(2649), + [anon_sym_struct] = ACTIONS(2649), + [anon_sym_class] = ACTIONS(2649), + [anon_sym_enum] = ACTIONS(2649), + [anon_sym_protocol] = ACTIONS(2649), + [anon_sym_let] = ACTIONS(2649), + [anon_sym_var] = ACTIONS(2649), + [anon_sym_func] = ACTIONS(2649), + [anon_sym_extension] = ACTIONS(2649), + [anon_sym_indirect] = ACTIONS(2649), + [anon_sym_SEMI] = ACTIONS(2649), + [anon_sym_init] = ACTIONS(2649), + [anon_sym_deinit] = ACTIONS(2649), + [anon_sym_subscript] = ACTIONS(2649), + [anon_sym_prefix] = ACTIONS(2649), + [anon_sym_infix] = ACTIONS(2649), + [anon_sym_postfix] = ACTIONS(2649), + [anon_sym_precedencegroup] = ACTIONS(2649), + [anon_sym_associatedtype] = ACTIONS(2649), + [anon_sym_AT] = ACTIONS(2647), + [anon_sym_override] = ACTIONS(2649), + [anon_sym_convenience] = ACTIONS(2649), + [anon_sym_required] = ACTIONS(2649), + [anon_sym_nonisolated] = ACTIONS(2649), + [anon_sym_public] = ACTIONS(2649), + [anon_sym_private] = ACTIONS(2649), + [anon_sym_internal] = ACTIONS(2649), + [anon_sym_fileprivate] = ACTIONS(2649), + [anon_sym_open] = ACTIONS(2649), + [anon_sym_mutating] = ACTIONS(2649), + [anon_sym_nonmutating] = ACTIONS(2649), + [anon_sym_static] = ACTIONS(2649), + [anon_sym_dynamic] = ACTIONS(2649), + [anon_sym_optional] = ACTIONS(2649), + [anon_sym_distributed] = ACTIONS(2649), + [anon_sym_final] = ACTIONS(2649), + [anon_sym_inout] = ACTIONS(2649), + [anon_sym_ATescaping] = ACTIONS(2649), + [anon_sym_ATautoclosure] = ACTIONS(2649), + [anon_sym_weak] = ACTIONS(2649), + [anon_sym_unowned] = ACTIONS(2647), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2649), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2649), + [anon_sym_borrowing] = ACTIONS(2649), + [anon_sym_consuming] = ACTIONS(2649), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2649), + [sym__conjunction_operator_custom] = ACTIONS(2649), + [sym__disjunction_operator_custom] = ACTIONS(2649), + [sym__nil_coalescing_operator_custom] = ACTIONS(2649), + [sym__eq_custom] = ACTIONS(2649), + [sym__eq_eq_custom] = ACTIONS(2649), + [sym__plus_then_ws] = ACTIONS(2649), + [sym__minus_then_ws] = ACTIONS(2649), + [sym__bang_custom] = ACTIONS(2649), + [sym__as_custom] = ACTIONS(2649), + [sym__as_quest_custom] = ACTIONS(2649), + [sym__as_bang_custom] = ACTIONS(2649), + [sym__custom_operator] = ACTIONS(2649), + }, + [STATE(947)] = { + [anon_sym_BANG] = ACTIONS(2651), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2653), + [anon_sym_async] = ACTIONS(2653), + [anon_sym_lazy] = ACTIONS(2653), + [anon_sym_package] = ACTIONS(2653), + [anon_sym_RPAREN] = ACTIONS(2653), + [anon_sym_COMMA] = ACTIONS(2653), + [anon_sym_COLON] = ACTIONS(2653), + [anon_sym_LPAREN] = ACTIONS(2653), + [anon_sym_LBRACK] = ACTIONS(2653), + [anon_sym_RBRACK] = ACTIONS(2653), + [anon_sym_QMARK] = ACTIONS(2651), + [anon_sym_QMARK2] = ACTIONS(2653), + [anon_sym_AMP] = ACTIONS(2653), + [aux_sym_custom_operator_token1] = ACTIONS(2653), + [anon_sym_LT] = ACTIONS(2651), + [anon_sym_GT] = ACTIONS(2651), + [anon_sym_LBRACE] = ACTIONS(2653), + [anon_sym_CARET_LBRACE] = ACTIONS(2653), + [anon_sym_RBRACE] = ACTIONS(2653), + [anon_sym_case] = ACTIONS(2653), + [anon_sym_PLUS_EQ] = ACTIONS(2653), + [anon_sym_DASH_EQ] = ACTIONS(2653), + [anon_sym_STAR_EQ] = ACTIONS(2653), + [anon_sym_SLASH_EQ] = ACTIONS(2653), + [anon_sym_PERCENT_EQ] = ACTIONS(2653), + [anon_sym_BANG_EQ] = ACTIONS(2651), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2653), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2653), + [anon_sym_LT_EQ] = ACTIONS(2653), + [anon_sym_GT_EQ] = ACTIONS(2653), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2653), + [anon_sym_DOT_DOT_LT] = ACTIONS(2653), + [anon_sym_is] = ACTIONS(2653), + [anon_sym_PLUS] = ACTIONS(2651), + [anon_sym_DASH] = ACTIONS(2651), + [anon_sym_STAR] = ACTIONS(2651), + [anon_sym_SLASH] = ACTIONS(2651), + [anon_sym_PERCENT] = ACTIONS(2651), + [anon_sym_PLUS_PLUS] = ACTIONS(2653), + [anon_sym_DASH_DASH] = ACTIONS(2653), + [anon_sym_PIPE] = ACTIONS(2653), + [anon_sym_CARET] = ACTIONS(2651), + [anon_sym_LT_LT] = ACTIONS(2653), + [anon_sym_GT_GT] = ACTIONS(2653), + [anon_sym_import] = ACTIONS(2653), + [anon_sym_typealias] = ACTIONS(2653), + [anon_sym_struct] = ACTIONS(2653), + [anon_sym_class] = ACTIONS(2653), + [anon_sym_enum] = ACTIONS(2653), + [anon_sym_protocol] = ACTIONS(2653), + [anon_sym_let] = ACTIONS(2653), + [anon_sym_var] = ACTIONS(2653), + [anon_sym_func] = ACTIONS(2653), + [anon_sym_extension] = ACTIONS(2653), + [anon_sym_indirect] = ACTIONS(2653), + [anon_sym_SEMI] = ACTIONS(2653), + [anon_sym_init] = ACTIONS(2653), + [anon_sym_deinit] = ACTIONS(2653), + [anon_sym_subscript] = ACTIONS(2653), + [anon_sym_prefix] = ACTIONS(2653), + [anon_sym_infix] = ACTIONS(2653), + [anon_sym_postfix] = ACTIONS(2653), + [anon_sym_precedencegroup] = ACTIONS(2653), + [anon_sym_associatedtype] = ACTIONS(2653), + [anon_sym_AT] = ACTIONS(2651), + [anon_sym_override] = ACTIONS(2653), + [anon_sym_convenience] = ACTIONS(2653), + [anon_sym_required] = ACTIONS(2653), + [anon_sym_nonisolated] = ACTIONS(2653), + [anon_sym_public] = ACTIONS(2653), + [anon_sym_private] = ACTIONS(2653), + [anon_sym_internal] = ACTIONS(2653), + [anon_sym_fileprivate] = ACTIONS(2653), + [anon_sym_open] = ACTIONS(2653), + [anon_sym_mutating] = ACTIONS(2653), + [anon_sym_nonmutating] = ACTIONS(2653), + [anon_sym_static] = ACTIONS(2653), + [anon_sym_dynamic] = ACTIONS(2653), + [anon_sym_optional] = ACTIONS(2653), + [anon_sym_distributed] = ACTIONS(2653), + [anon_sym_final] = ACTIONS(2653), + [anon_sym_inout] = ACTIONS(2653), + [anon_sym_ATescaping] = ACTIONS(2653), + [anon_sym_ATautoclosure] = ACTIONS(2653), + [anon_sym_weak] = ACTIONS(2653), + [anon_sym_unowned] = ACTIONS(2651), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2653), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2653), + [anon_sym_borrowing] = ACTIONS(2653), + [anon_sym_consuming] = ACTIONS(2653), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2653), + [sym__conjunction_operator_custom] = ACTIONS(2653), + [sym__disjunction_operator_custom] = ACTIONS(2653), + [sym__nil_coalescing_operator_custom] = ACTIONS(2653), + [sym__eq_custom] = ACTIONS(2653), + [sym__eq_eq_custom] = ACTIONS(2653), + [sym__plus_then_ws] = ACTIONS(2653), + [sym__minus_then_ws] = ACTIONS(2653), + [sym__bang_custom] = ACTIONS(2653), + [sym__as_custom] = ACTIONS(2653), + [sym__as_quest_custom] = ACTIONS(2653), + [sym__as_bang_custom] = ACTIONS(2653), + [sym__custom_operator] = ACTIONS(2653), + }, + [STATE(948)] = { + [anon_sym_BANG] = ACTIONS(2655), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2657), + [anon_sym_async] = ACTIONS(2657), + [anon_sym_lazy] = ACTIONS(2657), + [anon_sym_package] = ACTIONS(2657), + [anon_sym_RPAREN] = ACTIONS(2657), + [anon_sym_COMMA] = ACTIONS(2657), + [anon_sym_COLON] = ACTIONS(2657), + [anon_sym_LPAREN] = ACTIONS(2657), + [anon_sym_LBRACK] = ACTIONS(2657), + [anon_sym_RBRACK] = ACTIONS(2657), + [anon_sym_QMARK] = ACTIONS(2655), + [anon_sym_QMARK2] = ACTIONS(2657), + [anon_sym_AMP] = ACTIONS(2657), + [aux_sym_custom_operator_token1] = ACTIONS(2657), + [anon_sym_LT] = ACTIONS(2655), + [anon_sym_GT] = ACTIONS(2655), + [anon_sym_LBRACE] = ACTIONS(2657), + [anon_sym_CARET_LBRACE] = ACTIONS(2657), + [anon_sym_RBRACE] = ACTIONS(2657), + [anon_sym_case] = ACTIONS(2657), + [anon_sym_PLUS_EQ] = ACTIONS(2657), + [anon_sym_DASH_EQ] = ACTIONS(2657), + [anon_sym_STAR_EQ] = ACTIONS(2657), + [anon_sym_SLASH_EQ] = ACTIONS(2657), + [anon_sym_PERCENT_EQ] = ACTIONS(2657), + [anon_sym_BANG_EQ] = ACTIONS(2655), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2657), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2657), + [anon_sym_LT_EQ] = ACTIONS(2657), + [anon_sym_GT_EQ] = ACTIONS(2657), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2657), + [anon_sym_DOT_DOT_LT] = ACTIONS(2657), + [anon_sym_is] = ACTIONS(2657), + [anon_sym_PLUS] = ACTIONS(2655), + [anon_sym_DASH] = ACTIONS(2655), + [anon_sym_STAR] = ACTIONS(2655), + [anon_sym_SLASH] = ACTIONS(2655), + [anon_sym_PERCENT] = ACTIONS(2655), + [anon_sym_PLUS_PLUS] = ACTIONS(2657), + [anon_sym_DASH_DASH] = ACTIONS(2657), + [anon_sym_PIPE] = ACTIONS(2657), + [anon_sym_CARET] = ACTIONS(2655), + [anon_sym_LT_LT] = ACTIONS(2657), + [anon_sym_GT_GT] = ACTIONS(2657), + [anon_sym_import] = ACTIONS(2657), + [anon_sym_typealias] = ACTIONS(2657), + [anon_sym_struct] = ACTIONS(2657), + [anon_sym_class] = ACTIONS(2657), + [anon_sym_enum] = ACTIONS(2657), + [anon_sym_protocol] = ACTIONS(2657), + [anon_sym_let] = ACTIONS(2657), + [anon_sym_var] = ACTIONS(2657), + [anon_sym_func] = ACTIONS(2657), + [anon_sym_extension] = ACTIONS(2657), + [anon_sym_indirect] = ACTIONS(2657), + [anon_sym_SEMI] = ACTIONS(2657), + [anon_sym_init] = ACTIONS(2657), + [anon_sym_deinit] = ACTIONS(2657), + [anon_sym_subscript] = ACTIONS(2657), + [anon_sym_prefix] = ACTIONS(2657), + [anon_sym_infix] = ACTIONS(2657), + [anon_sym_postfix] = ACTIONS(2657), + [anon_sym_precedencegroup] = ACTIONS(2657), + [anon_sym_associatedtype] = ACTIONS(2657), + [anon_sym_AT] = ACTIONS(2655), + [anon_sym_override] = ACTIONS(2657), + [anon_sym_convenience] = ACTIONS(2657), + [anon_sym_required] = ACTIONS(2657), + [anon_sym_nonisolated] = ACTIONS(2657), + [anon_sym_public] = ACTIONS(2657), + [anon_sym_private] = ACTIONS(2657), + [anon_sym_internal] = ACTIONS(2657), + [anon_sym_fileprivate] = ACTIONS(2657), + [anon_sym_open] = ACTIONS(2657), + [anon_sym_mutating] = ACTIONS(2657), + [anon_sym_nonmutating] = ACTIONS(2657), + [anon_sym_static] = ACTIONS(2657), + [anon_sym_dynamic] = ACTIONS(2657), + [anon_sym_optional] = ACTIONS(2657), + [anon_sym_distributed] = ACTIONS(2657), + [anon_sym_final] = ACTIONS(2657), + [anon_sym_inout] = ACTIONS(2657), + [anon_sym_ATescaping] = ACTIONS(2657), + [anon_sym_ATautoclosure] = ACTIONS(2657), + [anon_sym_weak] = ACTIONS(2657), + [anon_sym_unowned] = ACTIONS(2655), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2657), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2657), + [anon_sym_borrowing] = ACTIONS(2657), + [anon_sym_consuming] = ACTIONS(2657), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2657), + [sym__conjunction_operator_custom] = ACTIONS(2657), + [sym__disjunction_operator_custom] = ACTIONS(2657), + [sym__nil_coalescing_operator_custom] = ACTIONS(2657), + [sym__eq_custom] = ACTIONS(2657), + [sym__eq_eq_custom] = ACTIONS(2657), + [sym__plus_then_ws] = ACTIONS(2657), + [sym__minus_then_ws] = ACTIONS(2657), + [sym__bang_custom] = ACTIONS(2657), + [sym__as_custom] = ACTIONS(2657), + [sym__as_quest_custom] = ACTIONS(2657), + [sym__as_bang_custom] = ACTIONS(2657), + [sym__custom_operator] = ACTIONS(2657), + }, + [STATE(949)] = { + [anon_sym_BANG] = ACTIONS(2659), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2661), + [anon_sym_async] = ACTIONS(2661), + [anon_sym_lazy] = ACTIONS(2661), + [anon_sym_package] = ACTIONS(2661), + [anon_sym_RPAREN] = ACTIONS(2661), + [anon_sym_COMMA] = ACTIONS(2661), + [anon_sym_COLON] = ACTIONS(2661), + [anon_sym_LPAREN] = ACTIONS(2661), + [anon_sym_LBRACK] = ACTIONS(2661), + [anon_sym_RBRACK] = ACTIONS(2661), + [anon_sym_QMARK] = ACTIONS(2659), + [anon_sym_QMARK2] = ACTIONS(2661), + [anon_sym_AMP] = ACTIONS(2661), + [aux_sym_custom_operator_token1] = ACTIONS(2661), + [anon_sym_LT] = ACTIONS(2659), + [anon_sym_GT] = ACTIONS(2659), + [anon_sym_LBRACE] = ACTIONS(2661), + [anon_sym_CARET_LBRACE] = ACTIONS(2661), + [anon_sym_RBRACE] = ACTIONS(2661), + [anon_sym_case] = ACTIONS(2661), + [anon_sym_PLUS_EQ] = ACTIONS(2661), + [anon_sym_DASH_EQ] = ACTIONS(2661), + [anon_sym_STAR_EQ] = ACTIONS(2661), + [anon_sym_SLASH_EQ] = ACTIONS(2661), + [anon_sym_PERCENT_EQ] = ACTIONS(2661), + [anon_sym_BANG_EQ] = ACTIONS(2659), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2661), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2661), + [anon_sym_LT_EQ] = ACTIONS(2661), + [anon_sym_GT_EQ] = ACTIONS(2661), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2661), + [anon_sym_DOT_DOT_LT] = ACTIONS(2661), + [anon_sym_is] = ACTIONS(2661), + [anon_sym_PLUS] = ACTIONS(2659), + [anon_sym_DASH] = ACTIONS(2659), + [anon_sym_STAR] = ACTIONS(2659), + [anon_sym_SLASH] = ACTIONS(2659), + [anon_sym_PERCENT] = ACTIONS(2659), + [anon_sym_PLUS_PLUS] = ACTIONS(2661), + [anon_sym_DASH_DASH] = ACTIONS(2661), + [anon_sym_PIPE] = ACTIONS(2661), + [anon_sym_CARET] = ACTIONS(2659), + [anon_sym_LT_LT] = ACTIONS(2661), + [anon_sym_GT_GT] = ACTIONS(2661), + [anon_sym_import] = ACTIONS(2661), + [anon_sym_typealias] = ACTIONS(2661), + [anon_sym_struct] = ACTIONS(2661), + [anon_sym_class] = ACTIONS(2661), + [anon_sym_enum] = ACTIONS(2661), + [anon_sym_protocol] = ACTIONS(2661), + [anon_sym_let] = ACTIONS(2661), + [anon_sym_var] = ACTIONS(2661), + [anon_sym_func] = ACTIONS(2661), + [anon_sym_extension] = ACTIONS(2661), + [anon_sym_indirect] = ACTIONS(2661), + [anon_sym_SEMI] = ACTIONS(2661), + [anon_sym_init] = ACTIONS(2661), + [anon_sym_deinit] = ACTIONS(2661), + [anon_sym_subscript] = ACTIONS(2661), + [anon_sym_prefix] = ACTIONS(2661), + [anon_sym_infix] = ACTIONS(2661), + [anon_sym_postfix] = ACTIONS(2661), + [anon_sym_precedencegroup] = ACTIONS(2661), + [anon_sym_associatedtype] = ACTIONS(2661), + [anon_sym_AT] = ACTIONS(2659), + [anon_sym_override] = ACTIONS(2661), + [anon_sym_convenience] = ACTIONS(2661), + [anon_sym_required] = ACTIONS(2661), + [anon_sym_nonisolated] = ACTIONS(2661), + [anon_sym_public] = ACTIONS(2661), + [anon_sym_private] = ACTIONS(2661), + [anon_sym_internal] = ACTIONS(2661), + [anon_sym_fileprivate] = ACTIONS(2661), + [anon_sym_open] = ACTIONS(2661), + [anon_sym_mutating] = ACTIONS(2661), + [anon_sym_nonmutating] = ACTIONS(2661), + [anon_sym_static] = ACTIONS(2661), + [anon_sym_dynamic] = ACTIONS(2661), + [anon_sym_optional] = ACTIONS(2661), + [anon_sym_distributed] = ACTIONS(2661), + [anon_sym_final] = ACTIONS(2661), + [anon_sym_inout] = ACTIONS(2661), + [anon_sym_ATescaping] = ACTIONS(2661), + [anon_sym_ATautoclosure] = ACTIONS(2661), + [anon_sym_weak] = ACTIONS(2661), + [anon_sym_unowned] = ACTIONS(2659), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2661), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2661), + [anon_sym_borrowing] = ACTIONS(2661), + [anon_sym_consuming] = ACTIONS(2661), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2661), + [sym__conjunction_operator_custom] = ACTIONS(2661), + [sym__disjunction_operator_custom] = ACTIONS(2661), + [sym__nil_coalescing_operator_custom] = ACTIONS(2661), + [sym__eq_custom] = ACTIONS(2661), + [sym__eq_eq_custom] = ACTIONS(2661), + [sym__plus_then_ws] = ACTIONS(2661), + [sym__minus_then_ws] = ACTIONS(2661), + [sym__bang_custom] = ACTIONS(2661), + [sym__as_custom] = ACTIONS(2661), + [sym__as_quest_custom] = ACTIONS(2661), + [sym__as_bang_custom] = ACTIONS(2661), + [sym__custom_operator] = ACTIONS(2661), + }, + [STATE(950)] = { + [anon_sym_BANG] = ACTIONS(2663), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2665), + [anon_sym_async] = ACTIONS(2665), + [anon_sym_lazy] = ACTIONS(2665), + [anon_sym_package] = ACTIONS(2665), + [anon_sym_RPAREN] = ACTIONS(2665), + [anon_sym_COMMA] = ACTIONS(2665), + [anon_sym_COLON] = ACTIONS(2665), + [anon_sym_LPAREN] = ACTIONS(2665), + [anon_sym_LBRACK] = ACTIONS(2665), + [anon_sym_RBRACK] = ACTIONS(2665), + [anon_sym_QMARK] = ACTIONS(2663), + [anon_sym_QMARK2] = ACTIONS(2665), + [anon_sym_AMP] = ACTIONS(2665), + [aux_sym_custom_operator_token1] = ACTIONS(2665), + [anon_sym_LT] = ACTIONS(2663), + [anon_sym_GT] = ACTIONS(2663), + [anon_sym_LBRACE] = ACTIONS(2665), + [anon_sym_CARET_LBRACE] = ACTIONS(2665), + [anon_sym_RBRACE] = ACTIONS(2665), + [anon_sym_case] = ACTIONS(2665), + [anon_sym_PLUS_EQ] = ACTIONS(2665), + [anon_sym_DASH_EQ] = ACTIONS(2665), + [anon_sym_STAR_EQ] = ACTIONS(2665), + [anon_sym_SLASH_EQ] = ACTIONS(2665), + [anon_sym_PERCENT_EQ] = ACTIONS(2665), + [anon_sym_BANG_EQ] = ACTIONS(2663), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2665), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2665), + [anon_sym_LT_EQ] = ACTIONS(2665), + [anon_sym_GT_EQ] = ACTIONS(2665), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2665), + [anon_sym_DOT_DOT_LT] = ACTIONS(2665), + [anon_sym_is] = ACTIONS(2665), + [anon_sym_PLUS] = ACTIONS(2663), + [anon_sym_DASH] = ACTIONS(2663), + [anon_sym_STAR] = ACTIONS(2663), + [anon_sym_SLASH] = ACTIONS(2663), + [anon_sym_PERCENT] = ACTIONS(2663), + [anon_sym_PLUS_PLUS] = ACTIONS(2665), + [anon_sym_DASH_DASH] = ACTIONS(2665), + [anon_sym_PIPE] = ACTIONS(2665), + [anon_sym_CARET] = ACTIONS(2663), + [anon_sym_LT_LT] = ACTIONS(2665), + [anon_sym_GT_GT] = ACTIONS(2665), + [anon_sym_import] = ACTIONS(2665), + [anon_sym_typealias] = ACTIONS(2665), + [anon_sym_struct] = ACTIONS(2665), + [anon_sym_class] = ACTIONS(2665), + [anon_sym_enum] = ACTIONS(2665), + [anon_sym_protocol] = ACTIONS(2665), + [anon_sym_let] = ACTIONS(2665), + [anon_sym_var] = ACTIONS(2665), + [anon_sym_func] = ACTIONS(2665), + [anon_sym_extension] = ACTIONS(2665), + [anon_sym_indirect] = ACTIONS(2665), + [anon_sym_SEMI] = ACTIONS(2665), + [anon_sym_init] = ACTIONS(2665), + [anon_sym_deinit] = ACTIONS(2665), + [anon_sym_subscript] = ACTIONS(2665), + [anon_sym_prefix] = ACTIONS(2665), + [anon_sym_infix] = ACTIONS(2665), + [anon_sym_postfix] = ACTIONS(2665), + [anon_sym_precedencegroup] = ACTIONS(2665), + [anon_sym_associatedtype] = ACTIONS(2665), + [anon_sym_AT] = ACTIONS(2663), + [anon_sym_override] = ACTIONS(2665), + [anon_sym_convenience] = ACTIONS(2665), + [anon_sym_required] = ACTIONS(2665), + [anon_sym_nonisolated] = ACTIONS(2665), + [anon_sym_public] = ACTIONS(2665), + [anon_sym_private] = ACTIONS(2665), + [anon_sym_internal] = ACTIONS(2665), + [anon_sym_fileprivate] = ACTIONS(2665), + [anon_sym_open] = ACTIONS(2665), + [anon_sym_mutating] = ACTIONS(2665), + [anon_sym_nonmutating] = ACTIONS(2665), + [anon_sym_static] = ACTIONS(2665), + [anon_sym_dynamic] = ACTIONS(2665), + [anon_sym_optional] = ACTIONS(2665), + [anon_sym_distributed] = ACTIONS(2665), + [anon_sym_final] = ACTIONS(2665), + [anon_sym_inout] = ACTIONS(2665), + [anon_sym_ATescaping] = ACTIONS(2665), + [anon_sym_ATautoclosure] = ACTIONS(2665), + [anon_sym_weak] = ACTIONS(2665), + [anon_sym_unowned] = ACTIONS(2663), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2665), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2665), + [anon_sym_borrowing] = ACTIONS(2665), + [anon_sym_consuming] = ACTIONS(2665), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2665), + [sym__conjunction_operator_custom] = ACTIONS(2665), + [sym__disjunction_operator_custom] = ACTIONS(2665), + [sym__nil_coalescing_operator_custom] = ACTIONS(2665), + [sym__eq_custom] = ACTIONS(2665), + [sym__eq_eq_custom] = ACTIONS(2665), + [sym__plus_then_ws] = ACTIONS(2665), + [sym__minus_then_ws] = ACTIONS(2665), + [sym__bang_custom] = ACTIONS(2665), + [sym__as_custom] = ACTIONS(2665), + [sym__as_quest_custom] = ACTIONS(2665), + [sym__as_bang_custom] = ACTIONS(2665), + [sym__custom_operator] = ACTIONS(2665), + }, + [STATE(951)] = { + [anon_sym_BANG] = ACTIONS(2667), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2669), + [anon_sym_async] = ACTIONS(2669), + [anon_sym_lazy] = ACTIONS(2669), + [anon_sym_package] = ACTIONS(2669), + [anon_sym_RPAREN] = ACTIONS(2669), + [anon_sym_COMMA] = ACTIONS(2669), + [anon_sym_COLON] = ACTIONS(2669), + [anon_sym_LPAREN] = ACTIONS(2669), + [anon_sym_LBRACK] = ACTIONS(2669), + [anon_sym_RBRACK] = ACTIONS(2669), + [anon_sym_QMARK] = ACTIONS(2667), + [anon_sym_QMARK2] = ACTIONS(2669), + [anon_sym_AMP] = ACTIONS(2669), + [aux_sym_custom_operator_token1] = ACTIONS(2669), + [anon_sym_LT] = ACTIONS(2667), + [anon_sym_GT] = ACTIONS(2667), + [anon_sym_LBRACE] = ACTIONS(2669), + [anon_sym_CARET_LBRACE] = ACTIONS(2669), + [anon_sym_RBRACE] = ACTIONS(2669), + [anon_sym_case] = ACTIONS(2669), + [anon_sym_PLUS_EQ] = ACTIONS(2669), + [anon_sym_DASH_EQ] = ACTIONS(2669), + [anon_sym_STAR_EQ] = ACTIONS(2669), + [anon_sym_SLASH_EQ] = ACTIONS(2669), + [anon_sym_PERCENT_EQ] = ACTIONS(2669), + [anon_sym_BANG_EQ] = ACTIONS(2667), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2669), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2669), + [anon_sym_LT_EQ] = ACTIONS(2669), + [anon_sym_GT_EQ] = ACTIONS(2669), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2669), + [anon_sym_DOT_DOT_LT] = ACTIONS(2669), + [anon_sym_is] = ACTIONS(2669), + [anon_sym_PLUS] = ACTIONS(2667), + [anon_sym_DASH] = ACTIONS(2667), + [anon_sym_STAR] = ACTIONS(2667), + [anon_sym_SLASH] = ACTIONS(2667), + [anon_sym_PERCENT] = ACTIONS(2667), + [anon_sym_PLUS_PLUS] = ACTIONS(2669), + [anon_sym_DASH_DASH] = ACTIONS(2669), + [anon_sym_PIPE] = ACTIONS(2669), + [anon_sym_CARET] = ACTIONS(2667), + [anon_sym_LT_LT] = ACTIONS(2669), + [anon_sym_GT_GT] = ACTIONS(2669), + [anon_sym_import] = ACTIONS(2669), + [anon_sym_typealias] = ACTIONS(2669), + [anon_sym_struct] = ACTIONS(2669), + [anon_sym_class] = ACTIONS(2669), + [anon_sym_enum] = ACTIONS(2669), + [anon_sym_protocol] = ACTIONS(2669), + [anon_sym_let] = ACTIONS(2669), + [anon_sym_var] = ACTIONS(2669), + [anon_sym_func] = ACTIONS(2669), + [anon_sym_extension] = ACTIONS(2669), + [anon_sym_indirect] = ACTIONS(2669), + [anon_sym_SEMI] = ACTIONS(2669), + [anon_sym_init] = ACTIONS(2669), + [anon_sym_deinit] = ACTIONS(2669), + [anon_sym_subscript] = ACTIONS(2669), + [anon_sym_prefix] = ACTIONS(2669), + [anon_sym_infix] = ACTIONS(2669), + [anon_sym_postfix] = ACTIONS(2669), + [anon_sym_precedencegroup] = ACTIONS(2669), + [anon_sym_associatedtype] = ACTIONS(2669), + [anon_sym_AT] = ACTIONS(2667), + [anon_sym_override] = ACTIONS(2669), + [anon_sym_convenience] = ACTIONS(2669), + [anon_sym_required] = ACTIONS(2669), + [anon_sym_nonisolated] = ACTIONS(2669), + [anon_sym_public] = ACTIONS(2669), + [anon_sym_private] = ACTIONS(2669), + [anon_sym_internal] = ACTIONS(2669), + [anon_sym_fileprivate] = ACTIONS(2669), + [anon_sym_open] = ACTIONS(2669), + [anon_sym_mutating] = ACTIONS(2669), + [anon_sym_nonmutating] = ACTIONS(2669), + [anon_sym_static] = ACTIONS(2669), + [anon_sym_dynamic] = ACTIONS(2669), + [anon_sym_optional] = ACTIONS(2669), + [anon_sym_distributed] = ACTIONS(2669), + [anon_sym_final] = ACTIONS(2669), + [anon_sym_inout] = ACTIONS(2669), + [anon_sym_ATescaping] = ACTIONS(2669), + [anon_sym_ATautoclosure] = ACTIONS(2669), + [anon_sym_weak] = ACTIONS(2669), + [anon_sym_unowned] = ACTIONS(2667), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2669), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2669), + [anon_sym_borrowing] = ACTIONS(2669), + [anon_sym_consuming] = ACTIONS(2669), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2669), + [sym__conjunction_operator_custom] = ACTIONS(2669), + [sym__disjunction_operator_custom] = ACTIONS(2669), + [sym__nil_coalescing_operator_custom] = ACTIONS(2669), + [sym__eq_custom] = ACTIONS(2669), + [sym__eq_eq_custom] = ACTIONS(2669), + [sym__plus_then_ws] = ACTIONS(2669), + [sym__minus_then_ws] = ACTIONS(2669), + [sym__bang_custom] = ACTIONS(2669), + [sym__as_custom] = ACTIONS(2669), + [sym__as_quest_custom] = ACTIONS(2669), + [sym__as_bang_custom] = ACTIONS(2669), + [sym__custom_operator] = ACTIONS(2669), + }, + [STATE(952)] = { + [anon_sym_BANG] = ACTIONS(2671), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2673), + [anon_sym_async] = ACTIONS(2673), + [anon_sym_lazy] = ACTIONS(2673), + [anon_sym_package] = ACTIONS(2673), + [anon_sym_RPAREN] = ACTIONS(2673), + [anon_sym_COMMA] = ACTIONS(2673), + [anon_sym_COLON] = ACTIONS(2673), + [anon_sym_LPAREN] = ACTIONS(2673), + [anon_sym_LBRACK] = ACTIONS(2673), + [anon_sym_RBRACK] = ACTIONS(2673), + [anon_sym_QMARK] = ACTIONS(2671), + [anon_sym_QMARK2] = ACTIONS(2673), + [anon_sym_AMP] = ACTIONS(2673), + [aux_sym_custom_operator_token1] = ACTIONS(2673), + [anon_sym_LT] = ACTIONS(2671), + [anon_sym_GT] = ACTIONS(2671), + [anon_sym_LBRACE] = ACTIONS(2673), + [anon_sym_CARET_LBRACE] = ACTIONS(2673), + [anon_sym_RBRACE] = ACTIONS(2673), + [anon_sym_case] = ACTIONS(2673), + [anon_sym_PLUS_EQ] = ACTIONS(2673), + [anon_sym_DASH_EQ] = ACTIONS(2673), + [anon_sym_STAR_EQ] = ACTIONS(2673), + [anon_sym_SLASH_EQ] = ACTIONS(2673), + [anon_sym_PERCENT_EQ] = ACTIONS(2673), + [anon_sym_BANG_EQ] = ACTIONS(2671), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2673), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2673), + [anon_sym_LT_EQ] = ACTIONS(2673), + [anon_sym_GT_EQ] = ACTIONS(2673), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2673), + [anon_sym_DOT_DOT_LT] = ACTIONS(2673), + [anon_sym_is] = ACTIONS(2673), + [anon_sym_PLUS] = ACTIONS(2671), + [anon_sym_DASH] = ACTIONS(2671), + [anon_sym_STAR] = ACTIONS(2671), + [anon_sym_SLASH] = ACTIONS(2671), + [anon_sym_PERCENT] = ACTIONS(2671), + [anon_sym_PLUS_PLUS] = ACTIONS(2673), + [anon_sym_DASH_DASH] = ACTIONS(2673), + [anon_sym_PIPE] = ACTIONS(2673), + [anon_sym_CARET] = ACTIONS(2671), + [anon_sym_LT_LT] = ACTIONS(2673), + [anon_sym_GT_GT] = ACTIONS(2673), + [anon_sym_import] = ACTIONS(2673), + [anon_sym_typealias] = ACTIONS(2673), + [anon_sym_struct] = ACTIONS(2673), + [anon_sym_class] = ACTIONS(2673), + [anon_sym_enum] = ACTIONS(2673), + [anon_sym_protocol] = ACTIONS(2673), + [anon_sym_let] = ACTIONS(2673), + [anon_sym_var] = ACTIONS(2673), + [anon_sym_func] = ACTIONS(2673), + [anon_sym_extension] = ACTIONS(2673), + [anon_sym_indirect] = ACTIONS(2673), + [anon_sym_SEMI] = ACTIONS(2673), + [anon_sym_init] = ACTIONS(2673), + [anon_sym_deinit] = ACTIONS(2673), + [anon_sym_subscript] = ACTIONS(2673), + [anon_sym_prefix] = ACTIONS(2673), + [anon_sym_infix] = ACTIONS(2673), + [anon_sym_postfix] = ACTIONS(2673), + [anon_sym_precedencegroup] = ACTIONS(2673), + [anon_sym_associatedtype] = ACTIONS(2673), + [anon_sym_AT] = ACTIONS(2671), + [anon_sym_override] = ACTIONS(2673), + [anon_sym_convenience] = ACTIONS(2673), + [anon_sym_required] = ACTIONS(2673), + [anon_sym_nonisolated] = ACTIONS(2673), + [anon_sym_public] = ACTIONS(2673), + [anon_sym_private] = ACTIONS(2673), + [anon_sym_internal] = ACTIONS(2673), + [anon_sym_fileprivate] = ACTIONS(2673), + [anon_sym_open] = ACTIONS(2673), + [anon_sym_mutating] = ACTIONS(2673), + [anon_sym_nonmutating] = ACTIONS(2673), + [anon_sym_static] = ACTIONS(2673), + [anon_sym_dynamic] = ACTIONS(2673), + [anon_sym_optional] = ACTIONS(2673), + [anon_sym_distributed] = ACTIONS(2673), + [anon_sym_final] = ACTIONS(2673), + [anon_sym_inout] = ACTIONS(2673), + [anon_sym_ATescaping] = ACTIONS(2673), + [anon_sym_ATautoclosure] = ACTIONS(2673), + [anon_sym_weak] = ACTIONS(2673), + [anon_sym_unowned] = ACTIONS(2671), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2673), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2673), + [anon_sym_borrowing] = ACTIONS(2673), + [anon_sym_consuming] = ACTIONS(2673), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2673), + [sym__conjunction_operator_custom] = ACTIONS(2673), + [sym__disjunction_operator_custom] = ACTIONS(2673), + [sym__nil_coalescing_operator_custom] = ACTIONS(2673), + [sym__eq_custom] = ACTIONS(2673), + [sym__eq_eq_custom] = ACTIONS(2673), + [sym__plus_then_ws] = ACTIONS(2673), + [sym__minus_then_ws] = ACTIONS(2673), + [sym__bang_custom] = ACTIONS(2673), + [sym__as_custom] = ACTIONS(2673), + [sym__as_quest_custom] = ACTIONS(2673), + [sym__as_bang_custom] = ACTIONS(2673), + [sym__custom_operator] = ACTIONS(2673), + }, + [STATE(953)] = { + [anon_sym_BANG] = ACTIONS(2675), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2677), + [anon_sym_async] = ACTIONS(2677), + [anon_sym_lazy] = ACTIONS(2677), + [anon_sym_package] = ACTIONS(2677), + [anon_sym_RPAREN] = ACTIONS(2677), + [anon_sym_COMMA] = ACTIONS(2677), + [anon_sym_COLON] = ACTIONS(2677), + [anon_sym_LPAREN] = ACTIONS(2677), + [anon_sym_LBRACK] = ACTIONS(2677), + [anon_sym_RBRACK] = ACTIONS(2677), + [anon_sym_QMARK] = ACTIONS(2675), + [anon_sym_QMARK2] = ACTIONS(2677), + [anon_sym_AMP] = ACTIONS(2677), + [aux_sym_custom_operator_token1] = ACTIONS(2677), + [anon_sym_LT] = ACTIONS(2675), + [anon_sym_GT] = ACTIONS(2675), + [anon_sym_LBRACE] = ACTIONS(2677), + [anon_sym_CARET_LBRACE] = ACTIONS(2677), + [anon_sym_RBRACE] = ACTIONS(2677), + [anon_sym_case] = ACTIONS(2677), + [anon_sym_PLUS_EQ] = ACTIONS(2677), + [anon_sym_DASH_EQ] = ACTIONS(2677), + [anon_sym_STAR_EQ] = ACTIONS(2677), + [anon_sym_SLASH_EQ] = ACTIONS(2677), + [anon_sym_PERCENT_EQ] = ACTIONS(2677), + [anon_sym_BANG_EQ] = ACTIONS(2675), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2677), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2677), + [anon_sym_LT_EQ] = ACTIONS(2677), + [anon_sym_GT_EQ] = ACTIONS(2677), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2677), + [anon_sym_DOT_DOT_LT] = ACTIONS(2677), + [anon_sym_is] = ACTIONS(2677), + [anon_sym_PLUS] = ACTIONS(2675), + [anon_sym_DASH] = ACTIONS(2675), + [anon_sym_STAR] = ACTIONS(2675), + [anon_sym_SLASH] = ACTIONS(2675), + [anon_sym_PERCENT] = ACTIONS(2675), + [anon_sym_PLUS_PLUS] = ACTIONS(2677), + [anon_sym_DASH_DASH] = ACTIONS(2677), + [anon_sym_PIPE] = ACTIONS(2677), + [anon_sym_CARET] = ACTIONS(2675), + [anon_sym_LT_LT] = ACTIONS(2677), + [anon_sym_GT_GT] = ACTIONS(2677), + [anon_sym_import] = ACTIONS(2677), + [anon_sym_typealias] = ACTIONS(2677), + [anon_sym_struct] = ACTIONS(2677), + [anon_sym_class] = ACTIONS(2677), + [anon_sym_enum] = ACTIONS(2677), + [anon_sym_protocol] = ACTIONS(2677), + [anon_sym_let] = ACTIONS(2677), + [anon_sym_var] = ACTIONS(2677), + [anon_sym_func] = ACTIONS(2677), + [anon_sym_extension] = ACTIONS(2677), + [anon_sym_indirect] = ACTIONS(2677), + [anon_sym_SEMI] = ACTIONS(2677), + [anon_sym_init] = ACTIONS(2677), + [anon_sym_deinit] = ACTIONS(2677), + [anon_sym_subscript] = ACTIONS(2677), + [anon_sym_prefix] = ACTIONS(2677), + [anon_sym_infix] = ACTIONS(2677), + [anon_sym_postfix] = ACTIONS(2677), + [anon_sym_precedencegroup] = ACTIONS(2677), + [anon_sym_associatedtype] = ACTIONS(2677), + [anon_sym_AT] = ACTIONS(2675), + [anon_sym_override] = ACTIONS(2677), + [anon_sym_convenience] = ACTIONS(2677), + [anon_sym_required] = ACTIONS(2677), + [anon_sym_nonisolated] = ACTIONS(2677), + [anon_sym_public] = ACTIONS(2677), + [anon_sym_private] = ACTIONS(2677), + [anon_sym_internal] = ACTIONS(2677), + [anon_sym_fileprivate] = ACTIONS(2677), + [anon_sym_open] = ACTIONS(2677), + [anon_sym_mutating] = ACTIONS(2677), + [anon_sym_nonmutating] = ACTIONS(2677), + [anon_sym_static] = ACTIONS(2677), + [anon_sym_dynamic] = ACTIONS(2677), + [anon_sym_optional] = ACTIONS(2677), + [anon_sym_distributed] = ACTIONS(2677), + [anon_sym_final] = ACTIONS(2677), + [anon_sym_inout] = ACTIONS(2677), + [anon_sym_ATescaping] = ACTIONS(2677), + [anon_sym_ATautoclosure] = ACTIONS(2677), + [anon_sym_weak] = ACTIONS(2677), + [anon_sym_unowned] = ACTIONS(2675), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2677), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2677), + [anon_sym_borrowing] = ACTIONS(2677), + [anon_sym_consuming] = ACTIONS(2677), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2677), + [sym__conjunction_operator_custom] = ACTIONS(2677), + [sym__disjunction_operator_custom] = ACTIONS(2677), + [sym__nil_coalescing_operator_custom] = ACTIONS(2677), + [sym__eq_custom] = ACTIONS(2677), + [sym__eq_eq_custom] = ACTIONS(2677), + [sym__plus_then_ws] = ACTIONS(2677), + [sym__minus_then_ws] = ACTIONS(2677), + [sym__bang_custom] = ACTIONS(2677), + [sym__as_custom] = ACTIONS(2677), + [sym__as_quest_custom] = ACTIONS(2677), + [sym__as_bang_custom] = ACTIONS(2677), + [sym__custom_operator] = ACTIONS(2677), + }, + [STATE(954)] = { + [anon_sym_BANG] = ACTIONS(2679), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2681), + [anon_sym_async] = ACTIONS(2681), + [anon_sym_lazy] = ACTIONS(2681), + [anon_sym_package] = ACTIONS(2681), + [anon_sym_RPAREN] = ACTIONS(2681), + [anon_sym_COMMA] = ACTIONS(2681), + [anon_sym_COLON] = ACTIONS(2681), + [anon_sym_LPAREN] = ACTIONS(2681), + [anon_sym_LBRACK] = ACTIONS(2681), + [anon_sym_RBRACK] = ACTIONS(2681), + [anon_sym_QMARK] = ACTIONS(2679), + [anon_sym_QMARK2] = ACTIONS(2681), + [anon_sym_AMP] = ACTIONS(2681), + [aux_sym_custom_operator_token1] = ACTIONS(2681), + [anon_sym_LT] = ACTIONS(2679), + [anon_sym_GT] = ACTIONS(2679), + [anon_sym_LBRACE] = ACTIONS(2681), + [anon_sym_CARET_LBRACE] = ACTIONS(2681), + [anon_sym_RBRACE] = ACTIONS(2681), + [anon_sym_case] = ACTIONS(2681), + [anon_sym_PLUS_EQ] = ACTIONS(2681), + [anon_sym_DASH_EQ] = ACTIONS(2681), + [anon_sym_STAR_EQ] = ACTIONS(2681), + [anon_sym_SLASH_EQ] = ACTIONS(2681), + [anon_sym_PERCENT_EQ] = ACTIONS(2681), + [anon_sym_BANG_EQ] = ACTIONS(2679), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2681), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2681), + [anon_sym_LT_EQ] = ACTIONS(2681), + [anon_sym_GT_EQ] = ACTIONS(2681), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2681), + [anon_sym_DOT_DOT_LT] = ACTIONS(2681), + [anon_sym_is] = ACTIONS(2681), + [anon_sym_PLUS] = ACTIONS(2679), + [anon_sym_DASH] = ACTIONS(2679), + [anon_sym_STAR] = ACTIONS(2679), + [anon_sym_SLASH] = ACTIONS(2679), + [anon_sym_PERCENT] = ACTIONS(2679), + [anon_sym_PLUS_PLUS] = ACTIONS(2681), + [anon_sym_DASH_DASH] = ACTIONS(2681), + [anon_sym_PIPE] = ACTIONS(2681), + [anon_sym_CARET] = ACTIONS(2679), + [anon_sym_LT_LT] = ACTIONS(2681), + [anon_sym_GT_GT] = ACTIONS(2681), + [anon_sym_import] = ACTIONS(2681), + [anon_sym_typealias] = ACTIONS(2681), + [anon_sym_struct] = ACTIONS(2681), + [anon_sym_class] = ACTIONS(2681), + [anon_sym_enum] = ACTIONS(2681), + [anon_sym_protocol] = ACTIONS(2681), + [anon_sym_let] = ACTIONS(2681), + [anon_sym_var] = ACTIONS(2681), + [anon_sym_func] = ACTIONS(2681), + [anon_sym_extension] = ACTIONS(2681), + [anon_sym_indirect] = ACTIONS(2681), + [anon_sym_SEMI] = ACTIONS(2681), + [anon_sym_init] = ACTIONS(2681), + [anon_sym_deinit] = ACTIONS(2681), + [anon_sym_subscript] = ACTIONS(2681), + [anon_sym_prefix] = ACTIONS(2681), + [anon_sym_infix] = ACTIONS(2681), + [anon_sym_postfix] = ACTIONS(2681), + [anon_sym_precedencegroup] = ACTIONS(2681), + [anon_sym_associatedtype] = ACTIONS(2681), + [anon_sym_AT] = ACTIONS(2679), + [anon_sym_override] = ACTIONS(2681), + [anon_sym_convenience] = ACTIONS(2681), + [anon_sym_required] = ACTIONS(2681), + [anon_sym_nonisolated] = ACTIONS(2681), + [anon_sym_public] = ACTIONS(2681), + [anon_sym_private] = ACTIONS(2681), + [anon_sym_internal] = ACTIONS(2681), + [anon_sym_fileprivate] = ACTIONS(2681), + [anon_sym_open] = ACTIONS(2681), + [anon_sym_mutating] = ACTIONS(2681), + [anon_sym_nonmutating] = ACTIONS(2681), + [anon_sym_static] = ACTIONS(2681), + [anon_sym_dynamic] = ACTIONS(2681), + [anon_sym_optional] = ACTIONS(2681), + [anon_sym_distributed] = ACTIONS(2681), + [anon_sym_final] = ACTIONS(2681), + [anon_sym_inout] = ACTIONS(2681), + [anon_sym_ATescaping] = ACTIONS(2681), + [anon_sym_ATautoclosure] = ACTIONS(2681), + [anon_sym_weak] = ACTIONS(2681), + [anon_sym_unowned] = ACTIONS(2679), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2681), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2681), + [anon_sym_borrowing] = ACTIONS(2681), + [anon_sym_consuming] = ACTIONS(2681), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2681), + [sym__conjunction_operator_custom] = ACTIONS(2681), + [sym__disjunction_operator_custom] = ACTIONS(2681), + [sym__nil_coalescing_operator_custom] = ACTIONS(2681), + [sym__eq_custom] = ACTIONS(2681), + [sym__eq_eq_custom] = ACTIONS(2681), + [sym__plus_then_ws] = ACTIONS(2681), + [sym__minus_then_ws] = ACTIONS(2681), + [sym__bang_custom] = ACTIONS(2681), + [sym__as_custom] = ACTIONS(2681), + [sym__as_quest_custom] = ACTIONS(2681), + [sym__as_bang_custom] = ACTIONS(2681), + [sym__custom_operator] = ACTIONS(2681), + }, + [STATE(955)] = { + [anon_sym_BANG] = ACTIONS(2683), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2685), + [anon_sym_async] = ACTIONS(2685), + [anon_sym_lazy] = ACTIONS(2685), + [anon_sym_package] = ACTIONS(2685), + [anon_sym_RPAREN] = ACTIONS(2685), + [anon_sym_COMMA] = ACTIONS(2685), + [anon_sym_COLON] = ACTIONS(2685), + [anon_sym_LPAREN] = ACTIONS(2685), + [anon_sym_LBRACK] = ACTIONS(2685), + [anon_sym_RBRACK] = ACTIONS(2685), + [anon_sym_QMARK] = ACTIONS(2683), + [anon_sym_QMARK2] = ACTIONS(2685), + [anon_sym_AMP] = ACTIONS(2685), + [aux_sym_custom_operator_token1] = ACTIONS(2685), + [anon_sym_LT] = ACTIONS(2683), + [anon_sym_GT] = ACTIONS(2683), + [anon_sym_LBRACE] = ACTIONS(2685), + [anon_sym_CARET_LBRACE] = ACTIONS(2685), + [anon_sym_RBRACE] = ACTIONS(2685), + [anon_sym_case] = ACTIONS(2685), + [anon_sym_PLUS_EQ] = ACTIONS(2685), + [anon_sym_DASH_EQ] = ACTIONS(2685), + [anon_sym_STAR_EQ] = ACTIONS(2685), + [anon_sym_SLASH_EQ] = ACTIONS(2685), + [anon_sym_PERCENT_EQ] = ACTIONS(2685), + [anon_sym_BANG_EQ] = ACTIONS(2683), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2685), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2685), + [anon_sym_LT_EQ] = ACTIONS(2685), + [anon_sym_GT_EQ] = ACTIONS(2685), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2685), + [anon_sym_DOT_DOT_LT] = ACTIONS(2685), + [anon_sym_is] = ACTIONS(2685), + [anon_sym_PLUS] = ACTIONS(2683), + [anon_sym_DASH] = ACTIONS(2683), + [anon_sym_STAR] = ACTIONS(2683), + [anon_sym_SLASH] = ACTIONS(2683), + [anon_sym_PERCENT] = ACTIONS(2683), + [anon_sym_PLUS_PLUS] = ACTIONS(2685), + [anon_sym_DASH_DASH] = ACTIONS(2685), + [anon_sym_PIPE] = ACTIONS(2685), + [anon_sym_CARET] = ACTIONS(2683), + [anon_sym_LT_LT] = ACTIONS(2685), + [anon_sym_GT_GT] = ACTIONS(2685), + [anon_sym_import] = ACTIONS(2685), + [anon_sym_typealias] = ACTIONS(2685), + [anon_sym_struct] = ACTIONS(2685), + [anon_sym_class] = ACTIONS(2685), + [anon_sym_enum] = ACTIONS(2685), + [anon_sym_protocol] = ACTIONS(2685), + [anon_sym_let] = ACTIONS(2685), + [anon_sym_var] = ACTIONS(2685), + [anon_sym_func] = ACTIONS(2685), + [anon_sym_extension] = ACTIONS(2685), + [anon_sym_indirect] = ACTIONS(2685), + [anon_sym_SEMI] = ACTIONS(2685), + [anon_sym_init] = ACTIONS(2685), + [anon_sym_deinit] = ACTIONS(2685), + [anon_sym_subscript] = ACTIONS(2685), + [anon_sym_prefix] = ACTIONS(2685), + [anon_sym_infix] = ACTIONS(2685), + [anon_sym_postfix] = ACTIONS(2685), + [anon_sym_precedencegroup] = ACTIONS(2685), + [anon_sym_associatedtype] = ACTIONS(2685), + [anon_sym_AT] = ACTIONS(2683), + [anon_sym_override] = ACTIONS(2685), + [anon_sym_convenience] = ACTIONS(2685), + [anon_sym_required] = ACTIONS(2685), + [anon_sym_nonisolated] = ACTIONS(2685), + [anon_sym_public] = ACTIONS(2685), + [anon_sym_private] = ACTIONS(2685), + [anon_sym_internal] = ACTIONS(2685), + [anon_sym_fileprivate] = ACTIONS(2685), + [anon_sym_open] = ACTIONS(2685), + [anon_sym_mutating] = ACTIONS(2685), + [anon_sym_nonmutating] = ACTIONS(2685), + [anon_sym_static] = ACTIONS(2685), + [anon_sym_dynamic] = ACTIONS(2685), + [anon_sym_optional] = ACTIONS(2685), + [anon_sym_distributed] = ACTIONS(2685), + [anon_sym_final] = ACTIONS(2685), + [anon_sym_inout] = ACTIONS(2685), + [anon_sym_ATescaping] = ACTIONS(2685), + [anon_sym_ATautoclosure] = ACTIONS(2685), + [anon_sym_weak] = ACTIONS(2685), + [anon_sym_unowned] = ACTIONS(2683), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2685), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2685), + [anon_sym_borrowing] = ACTIONS(2685), + [anon_sym_consuming] = ACTIONS(2685), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2685), + [sym__conjunction_operator_custom] = ACTIONS(2685), + [sym__disjunction_operator_custom] = ACTIONS(2685), + [sym__nil_coalescing_operator_custom] = ACTIONS(2685), + [sym__eq_custom] = ACTIONS(2685), + [sym__eq_eq_custom] = ACTIONS(2685), + [sym__plus_then_ws] = ACTIONS(2685), + [sym__minus_then_ws] = ACTIONS(2685), + [sym__bang_custom] = ACTIONS(2685), + [sym__as_custom] = ACTIONS(2685), + [sym__as_quest_custom] = ACTIONS(2685), + [sym__as_bang_custom] = ACTIONS(2685), + [sym__custom_operator] = ACTIONS(2685), + }, + [STATE(956)] = { + [anon_sym_BANG] = ACTIONS(2687), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2689), + [anon_sym_async] = ACTIONS(2689), + [anon_sym_lazy] = ACTIONS(2689), + [anon_sym_package] = ACTIONS(2689), + [anon_sym_RPAREN] = ACTIONS(2689), + [anon_sym_COMMA] = ACTIONS(2689), + [anon_sym_COLON] = ACTIONS(2689), + [anon_sym_LPAREN] = ACTIONS(2689), + [anon_sym_LBRACK] = ACTIONS(2689), + [anon_sym_RBRACK] = ACTIONS(2689), + [anon_sym_QMARK] = ACTIONS(2687), + [anon_sym_QMARK2] = ACTIONS(2689), + [anon_sym_AMP] = ACTIONS(2689), + [aux_sym_custom_operator_token1] = ACTIONS(2689), + [anon_sym_LT] = ACTIONS(2687), + [anon_sym_GT] = ACTIONS(2687), + [anon_sym_LBRACE] = ACTIONS(2689), + [anon_sym_CARET_LBRACE] = ACTIONS(2689), + [anon_sym_RBRACE] = ACTIONS(2689), + [anon_sym_case] = ACTIONS(2689), + [anon_sym_PLUS_EQ] = ACTIONS(2689), + [anon_sym_DASH_EQ] = ACTIONS(2689), + [anon_sym_STAR_EQ] = ACTIONS(2689), + [anon_sym_SLASH_EQ] = ACTIONS(2689), + [anon_sym_PERCENT_EQ] = ACTIONS(2689), + [anon_sym_BANG_EQ] = ACTIONS(2687), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2689), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2689), + [anon_sym_LT_EQ] = ACTIONS(2689), + [anon_sym_GT_EQ] = ACTIONS(2689), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2689), + [anon_sym_DOT_DOT_LT] = ACTIONS(2689), + [anon_sym_is] = ACTIONS(2689), + [anon_sym_PLUS] = ACTIONS(2687), + [anon_sym_DASH] = ACTIONS(2687), + [anon_sym_STAR] = ACTIONS(2687), + [anon_sym_SLASH] = ACTIONS(2687), + [anon_sym_PERCENT] = ACTIONS(2687), + [anon_sym_PLUS_PLUS] = ACTIONS(2689), + [anon_sym_DASH_DASH] = ACTIONS(2689), + [anon_sym_PIPE] = ACTIONS(2689), + [anon_sym_CARET] = ACTIONS(2687), + [anon_sym_LT_LT] = ACTIONS(2689), + [anon_sym_GT_GT] = ACTIONS(2689), + [anon_sym_import] = ACTIONS(2689), + [anon_sym_typealias] = ACTIONS(2689), + [anon_sym_struct] = ACTIONS(2689), + [anon_sym_class] = ACTIONS(2689), + [anon_sym_enum] = ACTIONS(2689), + [anon_sym_protocol] = ACTIONS(2689), + [anon_sym_let] = ACTIONS(2689), + [anon_sym_var] = ACTIONS(2689), + [anon_sym_func] = ACTIONS(2689), + [anon_sym_extension] = ACTIONS(2689), + [anon_sym_indirect] = ACTIONS(2689), + [anon_sym_SEMI] = ACTIONS(2689), + [anon_sym_init] = ACTIONS(2689), + [anon_sym_deinit] = ACTIONS(2689), + [anon_sym_subscript] = ACTIONS(2689), + [anon_sym_prefix] = ACTIONS(2689), + [anon_sym_infix] = ACTIONS(2689), + [anon_sym_postfix] = ACTIONS(2689), + [anon_sym_precedencegroup] = ACTIONS(2689), + [anon_sym_associatedtype] = ACTIONS(2689), + [anon_sym_AT] = ACTIONS(2687), + [anon_sym_override] = ACTIONS(2689), + [anon_sym_convenience] = ACTIONS(2689), + [anon_sym_required] = ACTIONS(2689), + [anon_sym_nonisolated] = ACTIONS(2689), + [anon_sym_public] = ACTIONS(2689), + [anon_sym_private] = ACTIONS(2689), + [anon_sym_internal] = ACTIONS(2689), + [anon_sym_fileprivate] = ACTIONS(2689), + [anon_sym_open] = ACTIONS(2689), + [anon_sym_mutating] = ACTIONS(2689), + [anon_sym_nonmutating] = ACTIONS(2689), + [anon_sym_static] = ACTIONS(2689), + [anon_sym_dynamic] = ACTIONS(2689), + [anon_sym_optional] = ACTIONS(2689), + [anon_sym_distributed] = ACTIONS(2689), + [anon_sym_final] = ACTIONS(2689), + [anon_sym_inout] = ACTIONS(2689), + [anon_sym_ATescaping] = ACTIONS(2689), + [anon_sym_ATautoclosure] = ACTIONS(2689), + [anon_sym_weak] = ACTIONS(2689), + [anon_sym_unowned] = ACTIONS(2687), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2689), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2689), + [anon_sym_borrowing] = ACTIONS(2689), + [anon_sym_consuming] = ACTIONS(2689), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2689), + [sym__conjunction_operator_custom] = ACTIONS(2689), + [sym__disjunction_operator_custom] = ACTIONS(2689), + [sym__nil_coalescing_operator_custom] = ACTIONS(2689), + [sym__eq_custom] = ACTIONS(2689), + [sym__eq_eq_custom] = ACTIONS(2689), + [sym__plus_then_ws] = ACTIONS(2689), + [sym__minus_then_ws] = ACTIONS(2689), + [sym__bang_custom] = ACTIONS(2689), + [sym__as_custom] = ACTIONS(2689), + [sym__as_quest_custom] = ACTIONS(2689), + [sym__as_bang_custom] = ACTIONS(2689), + [sym__custom_operator] = ACTIONS(2689), + }, + [STATE(957)] = { + [anon_sym_BANG] = ACTIONS(2691), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2693), + [anon_sym_async] = ACTIONS(2693), + [anon_sym_lazy] = ACTIONS(2693), + [anon_sym_package] = ACTIONS(2693), + [anon_sym_RPAREN] = ACTIONS(2693), + [anon_sym_COMMA] = ACTIONS(2693), + [anon_sym_COLON] = ACTIONS(2693), + [anon_sym_LPAREN] = ACTIONS(2693), + [anon_sym_LBRACK] = ACTIONS(2693), + [anon_sym_RBRACK] = ACTIONS(2693), + [anon_sym_QMARK] = ACTIONS(2691), + [anon_sym_QMARK2] = ACTIONS(2693), + [anon_sym_AMP] = ACTIONS(2693), + [aux_sym_custom_operator_token1] = ACTIONS(2693), + [anon_sym_LT] = ACTIONS(2691), + [anon_sym_GT] = ACTIONS(2691), + [anon_sym_LBRACE] = ACTIONS(2693), + [anon_sym_CARET_LBRACE] = ACTIONS(2693), + [anon_sym_RBRACE] = ACTIONS(2693), + [anon_sym_case] = ACTIONS(2693), + [anon_sym_PLUS_EQ] = ACTIONS(2693), + [anon_sym_DASH_EQ] = ACTIONS(2693), + [anon_sym_STAR_EQ] = ACTIONS(2693), + [anon_sym_SLASH_EQ] = ACTIONS(2693), + [anon_sym_PERCENT_EQ] = ACTIONS(2693), + [anon_sym_BANG_EQ] = ACTIONS(2691), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2693), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2693), + [anon_sym_LT_EQ] = ACTIONS(2693), + [anon_sym_GT_EQ] = ACTIONS(2693), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2693), + [anon_sym_DOT_DOT_LT] = ACTIONS(2693), + [anon_sym_is] = ACTIONS(2693), + [anon_sym_PLUS] = ACTIONS(2691), + [anon_sym_DASH] = ACTIONS(2691), + [anon_sym_STAR] = ACTIONS(2691), + [anon_sym_SLASH] = ACTIONS(2691), + [anon_sym_PERCENT] = ACTIONS(2691), + [anon_sym_PLUS_PLUS] = ACTIONS(2693), + [anon_sym_DASH_DASH] = ACTIONS(2693), + [anon_sym_PIPE] = ACTIONS(2693), + [anon_sym_CARET] = ACTIONS(2691), + [anon_sym_LT_LT] = ACTIONS(2693), + [anon_sym_GT_GT] = ACTIONS(2693), + [anon_sym_import] = ACTIONS(2693), + [anon_sym_typealias] = ACTIONS(2693), + [anon_sym_struct] = ACTIONS(2693), + [anon_sym_class] = ACTIONS(2693), + [anon_sym_enum] = ACTIONS(2693), + [anon_sym_protocol] = ACTIONS(2693), + [anon_sym_let] = ACTIONS(2693), + [anon_sym_var] = ACTIONS(2693), + [anon_sym_func] = ACTIONS(2693), + [anon_sym_extension] = ACTIONS(2693), + [anon_sym_indirect] = ACTIONS(2693), + [anon_sym_SEMI] = ACTIONS(2693), + [anon_sym_init] = ACTIONS(2693), + [anon_sym_deinit] = ACTIONS(2693), + [anon_sym_subscript] = ACTIONS(2693), + [anon_sym_prefix] = ACTIONS(2693), + [anon_sym_infix] = ACTIONS(2693), + [anon_sym_postfix] = ACTIONS(2693), + [anon_sym_precedencegroup] = ACTIONS(2693), + [anon_sym_associatedtype] = ACTIONS(2693), + [anon_sym_AT] = ACTIONS(2691), + [anon_sym_override] = ACTIONS(2693), + [anon_sym_convenience] = ACTIONS(2693), + [anon_sym_required] = ACTIONS(2693), + [anon_sym_nonisolated] = ACTIONS(2693), + [anon_sym_public] = ACTIONS(2693), + [anon_sym_private] = ACTIONS(2693), + [anon_sym_internal] = ACTIONS(2693), + [anon_sym_fileprivate] = ACTIONS(2693), + [anon_sym_open] = ACTIONS(2693), + [anon_sym_mutating] = ACTIONS(2693), + [anon_sym_nonmutating] = ACTIONS(2693), + [anon_sym_static] = ACTIONS(2693), + [anon_sym_dynamic] = ACTIONS(2693), + [anon_sym_optional] = ACTIONS(2693), + [anon_sym_distributed] = ACTIONS(2693), + [anon_sym_final] = ACTIONS(2693), + [anon_sym_inout] = ACTIONS(2693), + [anon_sym_ATescaping] = ACTIONS(2693), + [anon_sym_ATautoclosure] = ACTIONS(2693), + [anon_sym_weak] = ACTIONS(2693), + [anon_sym_unowned] = ACTIONS(2691), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2693), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2693), + [anon_sym_borrowing] = ACTIONS(2693), + [anon_sym_consuming] = ACTIONS(2693), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2693), + [sym__conjunction_operator_custom] = ACTIONS(2693), + [sym__disjunction_operator_custom] = ACTIONS(2693), + [sym__nil_coalescing_operator_custom] = ACTIONS(2693), + [sym__eq_custom] = ACTIONS(2693), + [sym__eq_eq_custom] = ACTIONS(2693), + [sym__plus_then_ws] = ACTIONS(2693), + [sym__minus_then_ws] = ACTIONS(2693), + [sym__bang_custom] = ACTIONS(2693), + [sym__as_custom] = ACTIONS(2693), + [sym__as_quest_custom] = ACTIONS(2693), + [sym__as_bang_custom] = ACTIONS(2693), + [sym__custom_operator] = ACTIONS(2693), + }, + [STATE(958)] = { + [anon_sym_BANG] = ACTIONS(2695), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2697), + [anon_sym_async] = ACTIONS(2697), + [anon_sym_lazy] = ACTIONS(2697), + [anon_sym_package] = ACTIONS(2697), + [anon_sym_RPAREN] = ACTIONS(2697), + [anon_sym_COMMA] = ACTIONS(2697), + [anon_sym_COLON] = ACTIONS(2697), + [anon_sym_LPAREN] = ACTIONS(2697), + [anon_sym_LBRACK] = ACTIONS(2697), + [anon_sym_RBRACK] = ACTIONS(2697), + [anon_sym_QMARK] = ACTIONS(2695), + [anon_sym_QMARK2] = ACTIONS(2697), + [anon_sym_AMP] = ACTIONS(2697), + [aux_sym_custom_operator_token1] = ACTIONS(2697), + [anon_sym_LT] = ACTIONS(2695), + [anon_sym_GT] = ACTIONS(2695), + [anon_sym_LBRACE] = ACTIONS(2697), + [anon_sym_CARET_LBRACE] = ACTIONS(2697), + [anon_sym_RBRACE] = ACTIONS(2697), + [anon_sym_case] = ACTIONS(2697), + [anon_sym_PLUS_EQ] = ACTIONS(2697), + [anon_sym_DASH_EQ] = ACTIONS(2697), + [anon_sym_STAR_EQ] = ACTIONS(2697), + [anon_sym_SLASH_EQ] = ACTIONS(2697), + [anon_sym_PERCENT_EQ] = ACTIONS(2697), + [anon_sym_BANG_EQ] = ACTIONS(2695), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2697), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2697), + [anon_sym_LT_EQ] = ACTIONS(2697), + [anon_sym_GT_EQ] = ACTIONS(2697), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2697), + [anon_sym_DOT_DOT_LT] = ACTIONS(2697), + [anon_sym_is] = ACTIONS(2697), + [anon_sym_PLUS] = ACTIONS(2695), + [anon_sym_DASH] = ACTIONS(2695), + [anon_sym_STAR] = ACTIONS(2695), + [anon_sym_SLASH] = ACTIONS(2695), + [anon_sym_PERCENT] = ACTIONS(2695), + [anon_sym_PLUS_PLUS] = ACTIONS(2697), + [anon_sym_DASH_DASH] = ACTIONS(2697), + [anon_sym_PIPE] = ACTIONS(2697), + [anon_sym_CARET] = ACTIONS(2695), + [anon_sym_LT_LT] = ACTIONS(2697), + [anon_sym_GT_GT] = ACTIONS(2697), + [anon_sym_import] = ACTIONS(2697), + [anon_sym_typealias] = ACTIONS(2697), + [anon_sym_struct] = ACTIONS(2697), + [anon_sym_class] = ACTIONS(2697), + [anon_sym_enum] = ACTIONS(2697), + [anon_sym_protocol] = ACTIONS(2697), + [anon_sym_let] = ACTIONS(2697), + [anon_sym_var] = ACTIONS(2697), + [anon_sym_func] = ACTIONS(2697), + [anon_sym_extension] = ACTIONS(2697), + [anon_sym_indirect] = ACTIONS(2697), + [anon_sym_SEMI] = ACTIONS(2697), + [anon_sym_init] = ACTIONS(2697), + [anon_sym_deinit] = ACTIONS(2697), + [anon_sym_subscript] = ACTIONS(2697), + [anon_sym_prefix] = ACTIONS(2697), + [anon_sym_infix] = ACTIONS(2697), + [anon_sym_postfix] = ACTIONS(2697), + [anon_sym_precedencegroup] = ACTIONS(2697), + [anon_sym_associatedtype] = ACTIONS(2697), + [anon_sym_AT] = ACTIONS(2695), + [anon_sym_override] = ACTIONS(2697), + [anon_sym_convenience] = ACTIONS(2697), + [anon_sym_required] = ACTIONS(2697), + [anon_sym_nonisolated] = ACTIONS(2697), + [anon_sym_public] = ACTIONS(2697), + [anon_sym_private] = ACTIONS(2697), + [anon_sym_internal] = ACTIONS(2697), + [anon_sym_fileprivate] = ACTIONS(2697), + [anon_sym_open] = ACTIONS(2697), + [anon_sym_mutating] = ACTIONS(2697), + [anon_sym_nonmutating] = ACTIONS(2697), + [anon_sym_static] = ACTIONS(2697), + [anon_sym_dynamic] = ACTIONS(2697), + [anon_sym_optional] = ACTIONS(2697), + [anon_sym_distributed] = ACTIONS(2697), + [anon_sym_final] = ACTIONS(2697), + [anon_sym_inout] = ACTIONS(2697), + [anon_sym_ATescaping] = ACTIONS(2697), + [anon_sym_ATautoclosure] = ACTIONS(2697), + [anon_sym_weak] = ACTIONS(2697), + [anon_sym_unowned] = ACTIONS(2695), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2697), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2697), + [anon_sym_borrowing] = ACTIONS(2697), + [anon_sym_consuming] = ACTIONS(2697), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2697), + [sym__conjunction_operator_custom] = ACTIONS(2697), + [sym__disjunction_operator_custom] = ACTIONS(2697), + [sym__nil_coalescing_operator_custom] = ACTIONS(2697), + [sym__eq_custom] = ACTIONS(2697), + [sym__eq_eq_custom] = ACTIONS(2697), + [sym__plus_then_ws] = ACTIONS(2697), + [sym__minus_then_ws] = ACTIONS(2697), + [sym__bang_custom] = ACTIONS(2697), + [sym__as_custom] = ACTIONS(2697), + [sym__as_quest_custom] = ACTIONS(2697), + [sym__as_bang_custom] = ACTIONS(2697), + [sym__custom_operator] = ACTIONS(2697), + }, + [STATE(959)] = { + [anon_sym_BANG] = ACTIONS(2699), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2701), + [anon_sym_async] = ACTIONS(2701), + [anon_sym_lazy] = ACTIONS(2701), + [anon_sym_package] = ACTIONS(2701), + [anon_sym_RPAREN] = ACTIONS(2701), + [anon_sym_COMMA] = ACTIONS(2701), + [anon_sym_COLON] = ACTIONS(2701), + [anon_sym_LPAREN] = ACTIONS(2701), + [anon_sym_LBRACK] = ACTIONS(2701), + [anon_sym_RBRACK] = ACTIONS(2701), + [anon_sym_QMARK] = ACTIONS(2699), + [anon_sym_QMARK2] = ACTIONS(2701), + [anon_sym_AMP] = ACTIONS(2701), + [aux_sym_custom_operator_token1] = ACTIONS(2701), + [anon_sym_LT] = ACTIONS(2699), + [anon_sym_GT] = ACTIONS(2699), + [anon_sym_LBRACE] = ACTIONS(2701), + [anon_sym_CARET_LBRACE] = ACTIONS(2701), + [anon_sym_RBRACE] = ACTIONS(2701), + [anon_sym_case] = ACTIONS(2701), + [anon_sym_PLUS_EQ] = ACTIONS(2701), + [anon_sym_DASH_EQ] = ACTIONS(2701), + [anon_sym_STAR_EQ] = ACTIONS(2701), + [anon_sym_SLASH_EQ] = ACTIONS(2701), + [anon_sym_PERCENT_EQ] = ACTIONS(2701), + [anon_sym_BANG_EQ] = ACTIONS(2699), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2701), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2701), + [anon_sym_LT_EQ] = ACTIONS(2701), + [anon_sym_GT_EQ] = ACTIONS(2701), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2701), + [anon_sym_DOT_DOT_LT] = ACTIONS(2701), + [anon_sym_is] = ACTIONS(2701), + [anon_sym_PLUS] = ACTIONS(2699), + [anon_sym_DASH] = ACTIONS(2699), + [anon_sym_STAR] = ACTIONS(2699), + [anon_sym_SLASH] = ACTIONS(2699), + [anon_sym_PERCENT] = ACTIONS(2699), + [anon_sym_PLUS_PLUS] = ACTIONS(2701), + [anon_sym_DASH_DASH] = ACTIONS(2701), + [anon_sym_PIPE] = ACTIONS(2701), + [anon_sym_CARET] = ACTIONS(2699), + [anon_sym_LT_LT] = ACTIONS(2701), + [anon_sym_GT_GT] = ACTIONS(2701), + [anon_sym_import] = ACTIONS(2701), + [anon_sym_typealias] = ACTIONS(2701), + [anon_sym_struct] = ACTIONS(2701), + [anon_sym_class] = ACTIONS(2701), + [anon_sym_enum] = ACTIONS(2701), + [anon_sym_protocol] = ACTIONS(2701), + [anon_sym_let] = ACTIONS(2701), + [anon_sym_var] = ACTIONS(2701), + [anon_sym_func] = ACTIONS(2701), + [anon_sym_extension] = ACTIONS(2701), + [anon_sym_indirect] = ACTIONS(2701), + [anon_sym_SEMI] = ACTIONS(2701), + [anon_sym_init] = ACTIONS(2701), + [anon_sym_deinit] = ACTIONS(2701), + [anon_sym_subscript] = ACTIONS(2701), + [anon_sym_prefix] = ACTIONS(2701), + [anon_sym_infix] = ACTIONS(2701), + [anon_sym_postfix] = ACTIONS(2701), + [anon_sym_precedencegroup] = ACTIONS(2701), + [anon_sym_associatedtype] = ACTIONS(2701), + [anon_sym_AT] = ACTIONS(2699), + [anon_sym_override] = ACTIONS(2701), + [anon_sym_convenience] = ACTIONS(2701), + [anon_sym_required] = ACTIONS(2701), + [anon_sym_nonisolated] = ACTIONS(2701), + [anon_sym_public] = ACTIONS(2701), + [anon_sym_private] = ACTIONS(2701), + [anon_sym_internal] = ACTIONS(2701), + [anon_sym_fileprivate] = ACTIONS(2701), + [anon_sym_open] = ACTIONS(2701), + [anon_sym_mutating] = ACTIONS(2701), + [anon_sym_nonmutating] = ACTIONS(2701), + [anon_sym_static] = ACTIONS(2701), + [anon_sym_dynamic] = ACTIONS(2701), + [anon_sym_optional] = ACTIONS(2701), + [anon_sym_distributed] = ACTIONS(2701), + [anon_sym_final] = ACTIONS(2701), + [anon_sym_inout] = ACTIONS(2701), + [anon_sym_ATescaping] = ACTIONS(2701), + [anon_sym_ATautoclosure] = ACTIONS(2701), + [anon_sym_weak] = ACTIONS(2701), + [anon_sym_unowned] = ACTIONS(2699), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2701), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2701), + [anon_sym_borrowing] = ACTIONS(2701), + [anon_sym_consuming] = ACTIONS(2701), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2701), + [sym__conjunction_operator_custom] = ACTIONS(2701), + [sym__disjunction_operator_custom] = ACTIONS(2701), + [sym__nil_coalescing_operator_custom] = ACTIONS(2701), + [sym__eq_custom] = ACTIONS(2701), + [sym__eq_eq_custom] = ACTIONS(2701), + [sym__plus_then_ws] = ACTIONS(2701), + [sym__minus_then_ws] = ACTIONS(2701), + [sym__bang_custom] = ACTIONS(2701), + [sym__as_custom] = ACTIONS(2701), + [sym__as_quest_custom] = ACTIONS(2701), + [sym__as_bang_custom] = ACTIONS(2701), + [sym__custom_operator] = ACTIONS(2701), + }, + [STATE(960)] = { + [anon_sym_BANG] = ACTIONS(2703), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2705), + [anon_sym_async] = ACTIONS(2705), + [anon_sym_lazy] = ACTIONS(2705), + [anon_sym_package] = ACTIONS(2705), + [anon_sym_RPAREN] = ACTIONS(2705), + [anon_sym_COMMA] = ACTIONS(2705), + [anon_sym_COLON] = ACTIONS(2705), + [anon_sym_LPAREN] = ACTIONS(2705), + [anon_sym_LBRACK] = ACTIONS(2705), + [anon_sym_RBRACK] = ACTIONS(2705), + [anon_sym_QMARK] = ACTIONS(2703), + [anon_sym_QMARK2] = ACTIONS(2705), + [anon_sym_AMP] = ACTIONS(2705), + [aux_sym_custom_operator_token1] = ACTIONS(2705), + [anon_sym_LT] = ACTIONS(2703), + [anon_sym_GT] = ACTIONS(2703), + [anon_sym_LBRACE] = ACTIONS(2705), + [anon_sym_CARET_LBRACE] = ACTIONS(2705), + [anon_sym_RBRACE] = ACTIONS(2705), + [anon_sym_case] = ACTIONS(2705), + [anon_sym_PLUS_EQ] = ACTIONS(2705), + [anon_sym_DASH_EQ] = ACTIONS(2705), + [anon_sym_STAR_EQ] = ACTIONS(2705), + [anon_sym_SLASH_EQ] = ACTIONS(2705), + [anon_sym_PERCENT_EQ] = ACTIONS(2705), + [anon_sym_BANG_EQ] = ACTIONS(2703), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2705), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2705), + [anon_sym_LT_EQ] = ACTIONS(2705), + [anon_sym_GT_EQ] = ACTIONS(2705), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2705), + [anon_sym_DOT_DOT_LT] = ACTIONS(2705), + [anon_sym_is] = ACTIONS(2705), + [anon_sym_PLUS] = ACTIONS(2703), + [anon_sym_DASH] = ACTIONS(2703), + [anon_sym_STAR] = ACTIONS(2703), + [anon_sym_SLASH] = ACTIONS(2703), + [anon_sym_PERCENT] = ACTIONS(2703), + [anon_sym_PLUS_PLUS] = ACTIONS(2705), + [anon_sym_DASH_DASH] = ACTIONS(2705), + [anon_sym_PIPE] = ACTIONS(2705), + [anon_sym_CARET] = ACTIONS(2703), + [anon_sym_LT_LT] = ACTIONS(2705), + [anon_sym_GT_GT] = ACTIONS(2705), + [anon_sym_import] = ACTIONS(2705), + [anon_sym_typealias] = ACTIONS(2705), + [anon_sym_struct] = ACTIONS(2705), + [anon_sym_class] = ACTIONS(2705), + [anon_sym_enum] = ACTIONS(2705), + [anon_sym_protocol] = ACTIONS(2705), + [anon_sym_let] = ACTIONS(2705), + [anon_sym_var] = ACTIONS(2705), + [anon_sym_func] = ACTIONS(2705), + [anon_sym_extension] = ACTIONS(2705), + [anon_sym_indirect] = ACTIONS(2705), + [anon_sym_SEMI] = ACTIONS(2705), + [anon_sym_init] = ACTIONS(2705), + [anon_sym_deinit] = ACTIONS(2705), + [anon_sym_subscript] = ACTIONS(2705), + [anon_sym_prefix] = ACTIONS(2705), + [anon_sym_infix] = ACTIONS(2705), + [anon_sym_postfix] = ACTIONS(2705), + [anon_sym_precedencegroup] = ACTIONS(2705), + [anon_sym_associatedtype] = ACTIONS(2705), + [anon_sym_AT] = ACTIONS(2703), + [anon_sym_override] = ACTIONS(2705), + [anon_sym_convenience] = ACTIONS(2705), + [anon_sym_required] = ACTIONS(2705), + [anon_sym_nonisolated] = ACTIONS(2705), + [anon_sym_public] = ACTIONS(2705), + [anon_sym_private] = ACTIONS(2705), + [anon_sym_internal] = ACTIONS(2705), + [anon_sym_fileprivate] = ACTIONS(2705), + [anon_sym_open] = ACTIONS(2705), + [anon_sym_mutating] = ACTIONS(2705), + [anon_sym_nonmutating] = ACTIONS(2705), + [anon_sym_static] = ACTIONS(2705), + [anon_sym_dynamic] = ACTIONS(2705), + [anon_sym_optional] = ACTIONS(2705), + [anon_sym_distributed] = ACTIONS(2705), + [anon_sym_final] = ACTIONS(2705), + [anon_sym_inout] = ACTIONS(2705), + [anon_sym_ATescaping] = ACTIONS(2705), + [anon_sym_ATautoclosure] = ACTIONS(2705), + [anon_sym_weak] = ACTIONS(2705), + [anon_sym_unowned] = ACTIONS(2703), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2705), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2705), + [anon_sym_borrowing] = ACTIONS(2705), + [anon_sym_consuming] = ACTIONS(2705), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2705), + [sym__conjunction_operator_custom] = ACTIONS(2705), + [sym__disjunction_operator_custom] = ACTIONS(2705), + [sym__nil_coalescing_operator_custom] = ACTIONS(2705), + [sym__eq_custom] = ACTIONS(2705), + [sym__eq_eq_custom] = ACTIONS(2705), + [sym__plus_then_ws] = ACTIONS(2705), + [sym__minus_then_ws] = ACTIONS(2705), + [sym__bang_custom] = ACTIONS(2705), + [sym__as_custom] = ACTIONS(2705), + [sym__as_quest_custom] = ACTIONS(2705), + [sym__as_bang_custom] = ACTIONS(2705), + [sym__custom_operator] = ACTIONS(2705), + }, + [STATE(961)] = { + [anon_sym_BANG] = ACTIONS(2707), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2709), + [anon_sym_async] = ACTIONS(2709), + [anon_sym_lazy] = ACTIONS(2709), + [anon_sym_package] = ACTIONS(2709), + [anon_sym_RPAREN] = ACTIONS(2709), + [anon_sym_COMMA] = ACTIONS(2709), + [anon_sym_COLON] = ACTIONS(2709), + [anon_sym_LPAREN] = ACTIONS(2709), + [anon_sym_LBRACK] = ACTIONS(2709), + [anon_sym_RBRACK] = ACTIONS(2709), + [anon_sym_QMARK] = ACTIONS(2707), + [anon_sym_QMARK2] = ACTIONS(2709), + [anon_sym_AMP] = ACTIONS(2709), + [aux_sym_custom_operator_token1] = ACTIONS(2709), + [anon_sym_LT] = ACTIONS(2707), + [anon_sym_GT] = ACTIONS(2707), + [anon_sym_LBRACE] = ACTIONS(2709), + [anon_sym_CARET_LBRACE] = ACTIONS(2709), + [anon_sym_RBRACE] = ACTIONS(2709), + [anon_sym_case] = ACTIONS(2709), + [anon_sym_PLUS_EQ] = ACTIONS(2709), + [anon_sym_DASH_EQ] = ACTIONS(2709), + [anon_sym_STAR_EQ] = ACTIONS(2709), + [anon_sym_SLASH_EQ] = ACTIONS(2709), + [anon_sym_PERCENT_EQ] = ACTIONS(2709), + [anon_sym_BANG_EQ] = ACTIONS(2707), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2709), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2709), + [anon_sym_LT_EQ] = ACTIONS(2709), + [anon_sym_GT_EQ] = ACTIONS(2709), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2709), + [anon_sym_DOT_DOT_LT] = ACTIONS(2709), + [anon_sym_is] = ACTIONS(2709), + [anon_sym_PLUS] = ACTIONS(2707), + [anon_sym_DASH] = ACTIONS(2707), + [anon_sym_STAR] = ACTIONS(2707), + [anon_sym_SLASH] = ACTIONS(2707), + [anon_sym_PERCENT] = ACTIONS(2707), + [anon_sym_PLUS_PLUS] = ACTIONS(2709), + [anon_sym_DASH_DASH] = ACTIONS(2709), + [anon_sym_PIPE] = ACTIONS(2709), + [anon_sym_CARET] = ACTIONS(2707), + [anon_sym_LT_LT] = ACTIONS(2709), + [anon_sym_GT_GT] = ACTIONS(2709), + [anon_sym_import] = ACTIONS(2709), + [anon_sym_typealias] = ACTIONS(2709), + [anon_sym_struct] = ACTIONS(2709), + [anon_sym_class] = ACTIONS(2709), + [anon_sym_enum] = ACTIONS(2709), + [anon_sym_protocol] = ACTIONS(2709), + [anon_sym_let] = ACTIONS(2709), + [anon_sym_var] = ACTIONS(2709), + [anon_sym_func] = ACTIONS(2709), + [anon_sym_extension] = ACTIONS(2709), + [anon_sym_indirect] = ACTIONS(2709), + [anon_sym_SEMI] = ACTIONS(2709), + [anon_sym_init] = ACTIONS(2709), + [anon_sym_deinit] = ACTIONS(2709), + [anon_sym_subscript] = ACTIONS(2709), + [anon_sym_prefix] = ACTIONS(2709), + [anon_sym_infix] = ACTIONS(2709), + [anon_sym_postfix] = ACTIONS(2709), + [anon_sym_precedencegroup] = ACTIONS(2709), + [anon_sym_associatedtype] = ACTIONS(2709), + [anon_sym_AT] = ACTIONS(2707), + [anon_sym_override] = ACTIONS(2709), + [anon_sym_convenience] = ACTIONS(2709), + [anon_sym_required] = ACTIONS(2709), + [anon_sym_nonisolated] = ACTIONS(2709), + [anon_sym_public] = ACTIONS(2709), + [anon_sym_private] = ACTIONS(2709), + [anon_sym_internal] = ACTIONS(2709), + [anon_sym_fileprivate] = ACTIONS(2709), + [anon_sym_open] = ACTIONS(2709), + [anon_sym_mutating] = ACTIONS(2709), + [anon_sym_nonmutating] = ACTIONS(2709), + [anon_sym_static] = ACTIONS(2709), + [anon_sym_dynamic] = ACTIONS(2709), + [anon_sym_optional] = ACTIONS(2709), + [anon_sym_distributed] = ACTIONS(2709), + [anon_sym_final] = ACTIONS(2709), + [anon_sym_inout] = ACTIONS(2709), + [anon_sym_ATescaping] = ACTIONS(2709), + [anon_sym_ATautoclosure] = ACTIONS(2709), + [anon_sym_weak] = ACTIONS(2709), + [anon_sym_unowned] = ACTIONS(2707), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2709), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2709), + [anon_sym_borrowing] = ACTIONS(2709), + [anon_sym_consuming] = ACTIONS(2709), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2709), + [sym__conjunction_operator_custom] = ACTIONS(2709), + [sym__disjunction_operator_custom] = ACTIONS(2709), + [sym__nil_coalescing_operator_custom] = ACTIONS(2709), + [sym__eq_custom] = ACTIONS(2709), + [sym__eq_eq_custom] = ACTIONS(2709), + [sym__plus_then_ws] = ACTIONS(2709), + [sym__minus_then_ws] = ACTIONS(2709), + [sym__bang_custom] = ACTIONS(2709), + [sym__as_custom] = ACTIONS(2709), + [sym__as_quest_custom] = ACTIONS(2709), + [sym__as_bang_custom] = ACTIONS(2709), + [sym__custom_operator] = ACTIONS(2709), + }, + [STATE(962)] = { + [anon_sym_BANG] = ACTIONS(2711), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2713), + [anon_sym_async] = ACTIONS(2713), + [anon_sym_lazy] = ACTIONS(2713), + [anon_sym_package] = ACTIONS(2713), + [anon_sym_RPAREN] = ACTIONS(2713), + [anon_sym_COMMA] = ACTIONS(2713), + [anon_sym_COLON] = ACTIONS(2713), + [anon_sym_LPAREN] = ACTIONS(2713), + [anon_sym_LBRACK] = ACTIONS(2713), + [anon_sym_RBRACK] = ACTIONS(2713), + [anon_sym_QMARK] = ACTIONS(2711), + [anon_sym_QMARK2] = ACTIONS(2713), + [anon_sym_AMP] = ACTIONS(2713), + [aux_sym_custom_operator_token1] = ACTIONS(2713), + [anon_sym_LT] = ACTIONS(2711), + [anon_sym_GT] = ACTIONS(2711), + [anon_sym_LBRACE] = ACTIONS(2713), + [anon_sym_CARET_LBRACE] = ACTIONS(2713), + [anon_sym_RBRACE] = ACTIONS(2713), + [anon_sym_case] = ACTIONS(2713), + [anon_sym_PLUS_EQ] = ACTIONS(2713), + [anon_sym_DASH_EQ] = ACTIONS(2713), + [anon_sym_STAR_EQ] = ACTIONS(2713), + [anon_sym_SLASH_EQ] = ACTIONS(2713), + [anon_sym_PERCENT_EQ] = ACTIONS(2713), + [anon_sym_BANG_EQ] = ACTIONS(2711), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2713), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2713), + [anon_sym_LT_EQ] = ACTIONS(2713), + [anon_sym_GT_EQ] = ACTIONS(2713), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2713), + [anon_sym_DOT_DOT_LT] = ACTIONS(2713), + [anon_sym_is] = ACTIONS(2713), + [anon_sym_PLUS] = ACTIONS(2711), + [anon_sym_DASH] = ACTIONS(2711), + [anon_sym_STAR] = ACTIONS(2711), + [anon_sym_SLASH] = ACTIONS(2711), + [anon_sym_PERCENT] = ACTIONS(2711), + [anon_sym_PLUS_PLUS] = ACTIONS(2713), + [anon_sym_DASH_DASH] = ACTIONS(2713), + [anon_sym_PIPE] = ACTIONS(2713), + [anon_sym_CARET] = ACTIONS(2711), + [anon_sym_LT_LT] = ACTIONS(2713), + [anon_sym_GT_GT] = ACTIONS(2713), + [anon_sym_import] = ACTIONS(2713), + [anon_sym_typealias] = ACTIONS(2713), + [anon_sym_struct] = ACTIONS(2713), + [anon_sym_class] = ACTIONS(2713), + [anon_sym_enum] = ACTIONS(2713), + [anon_sym_protocol] = ACTIONS(2713), + [anon_sym_let] = ACTIONS(2713), + [anon_sym_var] = ACTIONS(2713), + [anon_sym_func] = ACTIONS(2713), + [anon_sym_extension] = ACTIONS(2713), + [anon_sym_indirect] = ACTIONS(2713), + [anon_sym_SEMI] = ACTIONS(2713), + [anon_sym_init] = ACTIONS(2713), + [anon_sym_deinit] = ACTIONS(2713), + [anon_sym_subscript] = ACTIONS(2713), + [anon_sym_prefix] = ACTIONS(2713), + [anon_sym_infix] = ACTIONS(2713), + [anon_sym_postfix] = ACTIONS(2713), + [anon_sym_precedencegroup] = ACTIONS(2713), + [anon_sym_associatedtype] = ACTIONS(2713), + [anon_sym_AT] = ACTIONS(2711), + [anon_sym_override] = ACTIONS(2713), + [anon_sym_convenience] = ACTIONS(2713), + [anon_sym_required] = ACTIONS(2713), + [anon_sym_nonisolated] = ACTIONS(2713), + [anon_sym_public] = ACTIONS(2713), + [anon_sym_private] = ACTIONS(2713), + [anon_sym_internal] = ACTIONS(2713), + [anon_sym_fileprivate] = ACTIONS(2713), + [anon_sym_open] = ACTIONS(2713), + [anon_sym_mutating] = ACTIONS(2713), + [anon_sym_nonmutating] = ACTIONS(2713), + [anon_sym_static] = ACTIONS(2713), + [anon_sym_dynamic] = ACTIONS(2713), + [anon_sym_optional] = ACTIONS(2713), + [anon_sym_distributed] = ACTIONS(2713), + [anon_sym_final] = ACTIONS(2713), + [anon_sym_inout] = ACTIONS(2713), + [anon_sym_ATescaping] = ACTIONS(2713), + [anon_sym_ATautoclosure] = ACTIONS(2713), + [anon_sym_weak] = ACTIONS(2713), + [anon_sym_unowned] = ACTIONS(2711), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2713), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2713), + [anon_sym_borrowing] = ACTIONS(2713), + [anon_sym_consuming] = ACTIONS(2713), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2713), + [sym__conjunction_operator_custom] = ACTIONS(2713), + [sym__disjunction_operator_custom] = ACTIONS(2713), + [sym__nil_coalescing_operator_custom] = ACTIONS(2713), + [sym__eq_custom] = ACTIONS(2713), + [sym__eq_eq_custom] = ACTIONS(2713), + [sym__plus_then_ws] = ACTIONS(2713), + [sym__minus_then_ws] = ACTIONS(2713), + [sym__bang_custom] = ACTIONS(2713), + [sym__as_custom] = ACTIONS(2713), + [sym__as_quest_custom] = ACTIONS(2713), + [sym__as_bang_custom] = ACTIONS(2713), + [sym__custom_operator] = ACTIONS(2713), + }, + [STATE(963)] = { + [anon_sym_BANG] = ACTIONS(2715), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2717), + [anon_sym_async] = ACTIONS(2717), + [anon_sym_lazy] = ACTIONS(2717), + [anon_sym_package] = ACTIONS(2717), + [anon_sym_RPAREN] = ACTIONS(2717), + [anon_sym_COMMA] = ACTIONS(2717), + [anon_sym_COLON] = ACTIONS(2717), + [anon_sym_LPAREN] = ACTIONS(2717), + [anon_sym_LBRACK] = ACTIONS(2717), + [anon_sym_RBRACK] = ACTIONS(2717), + [anon_sym_QMARK] = ACTIONS(2715), + [anon_sym_QMARK2] = ACTIONS(2717), + [anon_sym_AMP] = ACTIONS(2717), + [aux_sym_custom_operator_token1] = ACTIONS(2717), + [anon_sym_LT] = ACTIONS(2715), + [anon_sym_GT] = ACTIONS(2715), + [anon_sym_LBRACE] = ACTIONS(2717), + [anon_sym_CARET_LBRACE] = ACTIONS(2717), + [anon_sym_RBRACE] = ACTIONS(2717), + [anon_sym_case] = ACTIONS(2717), + [anon_sym_PLUS_EQ] = ACTIONS(2717), + [anon_sym_DASH_EQ] = ACTIONS(2717), + [anon_sym_STAR_EQ] = ACTIONS(2717), + [anon_sym_SLASH_EQ] = ACTIONS(2717), + [anon_sym_PERCENT_EQ] = ACTIONS(2717), + [anon_sym_BANG_EQ] = ACTIONS(2715), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2717), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2717), + [anon_sym_LT_EQ] = ACTIONS(2717), + [anon_sym_GT_EQ] = ACTIONS(2717), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2717), + [anon_sym_DOT_DOT_LT] = ACTIONS(2717), + [anon_sym_is] = ACTIONS(2717), + [anon_sym_PLUS] = ACTIONS(2715), + [anon_sym_DASH] = ACTIONS(2715), + [anon_sym_STAR] = ACTIONS(2715), + [anon_sym_SLASH] = ACTIONS(2715), + [anon_sym_PERCENT] = ACTIONS(2715), + [anon_sym_PLUS_PLUS] = ACTIONS(2717), + [anon_sym_DASH_DASH] = ACTIONS(2717), + [anon_sym_PIPE] = ACTIONS(2717), + [anon_sym_CARET] = ACTIONS(2715), + [anon_sym_LT_LT] = ACTIONS(2717), + [anon_sym_GT_GT] = ACTIONS(2717), + [anon_sym_import] = ACTIONS(2717), + [anon_sym_typealias] = ACTIONS(2717), + [anon_sym_struct] = ACTIONS(2717), + [anon_sym_class] = ACTIONS(2717), + [anon_sym_enum] = ACTIONS(2717), + [anon_sym_protocol] = ACTIONS(2717), + [anon_sym_let] = ACTIONS(2717), + [anon_sym_var] = ACTIONS(2717), + [anon_sym_func] = ACTIONS(2717), + [anon_sym_extension] = ACTIONS(2717), + [anon_sym_indirect] = ACTIONS(2717), + [anon_sym_SEMI] = ACTIONS(2717), + [anon_sym_init] = ACTIONS(2717), + [anon_sym_deinit] = ACTIONS(2717), + [anon_sym_subscript] = ACTIONS(2717), + [anon_sym_prefix] = ACTIONS(2717), + [anon_sym_infix] = ACTIONS(2717), + [anon_sym_postfix] = ACTIONS(2717), + [anon_sym_precedencegroup] = ACTIONS(2717), + [anon_sym_associatedtype] = ACTIONS(2717), + [anon_sym_AT] = ACTIONS(2715), + [anon_sym_override] = ACTIONS(2717), + [anon_sym_convenience] = ACTIONS(2717), + [anon_sym_required] = ACTIONS(2717), + [anon_sym_nonisolated] = ACTIONS(2717), + [anon_sym_public] = ACTIONS(2717), + [anon_sym_private] = ACTIONS(2717), + [anon_sym_internal] = ACTIONS(2717), + [anon_sym_fileprivate] = ACTIONS(2717), + [anon_sym_open] = ACTIONS(2717), + [anon_sym_mutating] = ACTIONS(2717), + [anon_sym_nonmutating] = ACTIONS(2717), + [anon_sym_static] = ACTIONS(2717), + [anon_sym_dynamic] = ACTIONS(2717), + [anon_sym_optional] = ACTIONS(2717), + [anon_sym_distributed] = ACTIONS(2717), + [anon_sym_final] = ACTIONS(2717), + [anon_sym_inout] = ACTIONS(2717), + [anon_sym_ATescaping] = ACTIONS(2717), + [anon_sym_ATautoclosure] = ACTIONS(2717), + [anon_sym_weak] = ACTIONS(2717), + [anon_sym_unowned] = ACTIONS(2715), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2717), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2717), + [anon_sym_borrowing] = ACTIONS(2717), + [anon_sym_consuming] = ACTIONS(2717), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2717), + [sym__conjunction_operator_custom] = ACTIONS(2717), + [sym__disjunction_operator_custom] = ACTIONS(2717), + [sym__nil_coalescing_operator_custom] = ACTIONS(2717), + [sym__eq_custom] = ACTIONS(2717), + [sym__eq_eq_custom] = ACTIONS(2717), + [sym__plus_then_ws] = ACTIONS(2717), + [sym__minus_then_ws] = ACTIONS(2717), + [sym__bang_custom] = ACTIONS(2717), + [sym__as_custom] = ACTIONS(2717), + [sym__as_quest_custom] = ACTIONS(2717), + [sym__as_bang_custom] = ACTIONS(2717), + [sym__custom_operator] = ACTIONS(2717), + }, + [STATE(964)] = { + [anon_sym_BANG] = ACTIONS(2719), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2721), + [anon_sym_async] = ACTIONS(2721), + [anon_sym_lazy] = ACTIONS(2721), + [anon_sym_package] = ACTIONS(2721), + [anon_sym_RPAREN] = ACTIONS(2721), + [anon_sym_COMMA] = ACTIONS(2721), + [anon_sym_COLON] = ACTIONS(2721), + [anon_sym_LPAREN] = ACTIONS(2721), + [anon_sym_LBRACK] = ACTIONS(2721), + [anon_sym_RBRACK] = ACTIONS(2721), + [anon_sym_QMARK] = ACTIONS(2719), + [anon_sym_QMARK2] = ACTIONS(2721), + [anon_sym_AMP] = ACTIONS(2721), + [aux_sym_custom_operator_token1] = ACTIONS(2721), + [anon_sym_LT] = ACTIONS(2719), + [anon_sym_GT] = ACTIONS(2719), + [anon_sym_LBRACE] = ACTIONS(2721), + [anon_sym_CARET_LBRACE] = ACTIONS(2721), + [anon_sym_RBRACE] = ACTIONS(2721), + [anon_sym_case] = ACTIONS(2721), + [anon_sym_PLUS_EQ] = ACTIONS(2721), + [anon_sym_DASH_EQ] = ACTIONS(2721), + [anon_sym_STAR_EQ] = ACTIONS(2721), + [anon_sym_SLASH_EQ] = ACTIONS(2721), + [anon_sym_PERCENT_EQ] = ACTIONS(2721), + [anon_sym_BANG_EQ] = ACTIONS(2719), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2721), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2721), + [anon_sym_LT_EQ] = ACTIONS(2721), + [anon_sym_GT_EQ] = ACTIONS(2721), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2721), + [anon_sym_DOT_DOT_LT] = ACTIONS(2721), + [anon_sym_is] = ACTIONS(2721), + [anon_sym_PLUS] = ACTIONS(2719), + [anon_sym_DASH] = ACTIONS(2719), + [anon_sym_STAR] = ACTIONS(2719), + [anon_sym_SLASH] = ACTIONS(2719), + [anon_sym_PERCENT] = ACTIONS(2719), + [anon_sym_PLUS_PLUS] = ACTIONS(2721), + [anon_sym_DASH_DASH] = ACTIONS(2721), + [anon_sym_PIPE] = ACTIONS(2721), + [anon_sym_CARET] = ACTIONS(2719), + [anon_sym_LT_LT] = ACTIONS(2721), + [anon_sym_GT_GT] = ACTIONS(2721), + [anon_sym_import] = ACTIONS(2721), + [anon_sym_typealias] = ACTIONS(2721), + [anon_sym_struct] = ACTIONS(2721), + [anon_sym_class] = ACTIONS(2721), + [anon_sym_enum] = ACTIONS(2721), + [anon_sym_protocol] = ACTIONS(2721), + [anon_sym_let] = ACTIONS(2721), + [anon_sym_var] = ACTIONS(2721), + [anon_sym_func] = ACTIONS(2721), + [anon_sym_extension] = ACTIONS(2721), + [anon_sym_indirect] = ACTIONS(2721), + [anon_sym_SEMI] = ACTIONS(2721), + [anon_sym_init] = ACTIONS(2721), + [anon_sym_deinit] = ACTIONS(2721), + [anon_sym_subscript] = ACTIONS(2721), + [anon_sym_prefix] = ACTIONS(2721), + [anon_sym_infix] = ACTIONS(2721), + [anon_sym_postfix] = ACTIONS(2721), + [anon_sym_precedencegroup] = ACTIONS(2721), + [anon_sym_associatedtype] = ACTIONS(2721), + [anon_sym_AT] = ACTIONS(2719), + [anon_sym_override] = ACTIONS(2721), + [anon_sym_convenience] = ACTIONS(2721), + [anon_sym_required] = ACTIONS(2721), + [anon_sym_nonisolated] = ACTIONS(2721), + [anon_sym_public] = ACTIONS(2721), + [anon_sym_private] = ACTIONS(2721), + [anon_sym_internal] = ACTIONS(2721), + [anon_sym_fileprivate] = ACTIONS(2721), + [anon_sym_open] = ACTIONS(2721), + [anon_sym_mutating] = ACTIONS(2721), + [anon_sym_nonmutating] = ACTIONS(2721), + [anon_sym_static] = ACTIONS(2721), + [anon_sym_dynamic] = ACTIONS(2721), + [anon_sym_optional] = ACTIONS(2721), + [anon_sym_distributed] = ACTIONS(2721), + [anon_sym_final] = ACTIONS(2721), + [anon_sym_inout] = ACTIONS(2721), + [anon_sym_ATescaping] = ACTIONS(2721), + [anon_sym_ATautoclosure] = ACTIONS(2721), + [anon_sym_weak] = ACTIONS(2721), + [anon_sym_unowned] = ACTIONS(2719), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2721), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2721), + [anon_sym_borrowing] = ACTIONS(2721), + [anon_sym_consuming] = ACTIONS(2721), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2721), + [sym__conjunction_operator_custom] = ACTIONS(2721), + [sym__disjunction_operator_custom] = ACTIONS(2721), + [sym__nil_coalescing_operator_custom] = ACTIONS(2721), + [sym__eq_custom] = ACTIONS(2721), + [sym__eq_eq_custom] = ACTIONS(2721), + [sym__plus_then_ws] = ACTIONS(2721), + [sym__minus_then_ws] = ACTIONS(2721), + [sym__bang_custom] = ACTIONS(2721), + [sym__as_custom] = ACTIONS(2721), + [sym__as_quest_custom] = ACTIONS(2721), + [sym__as_bang_custom] = ACTIONS(2721), + [sym__custom_operator] = ACTIONS(2721), + }, + [STATE(965)] = { + [anon_sym_BANG] = ACTIONS(2723), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2725), + [anon_sym_async] = ACTIONS(2725), + [anon_sym_lazy] = ACTIONS(2725), + [anon_sym_package] = ACTIONS(2725), + [anon_sym_RPAREN] = ACTIONS(2725), + [anon_sym_COMMA] = ACTIONS(2725), + [anon_sym_COLON] = ACTIONS(2725), + [anon_sym_LPAREN] = ACTIONS(2725), + [anon_sym_LBRACK] = ACTIONS(2725), + [anon_sym_RBRACK] = ACTIONS(2725), + [anon_sym_QMARK] = ACTIONS(2723), + [anon_sym_QMARK2] = ACTIONS(2725), + [anon_sym_AMP] = ACTIONS(2725), + [aux_sym_custom_operator_token1] = ACTIONS(2725), + [anon_sym_LT] = ACTIONS(2723), + [anon_sym_GT] = ACTIONS(2723), + [anon_sym_LBRACE] = ACTIONS(2725), + [anon_sym_CARET_LBRACE] = ACTIONS(2725), + [anon_sym_RBRACE] = ACTIONS(2725), + [anon_sym_case] = ACTIONS(2725), + [anon_sym_PLUS_EQ] = ACTIONS(2725), + [anon_sym_DASH_EQ] = ACTIONS(2725), + [anon_sym_STAR_EQ] = ACTIONS(2725), + [anon_sym_SLASH_EQ] = ACTIONS(2725), + [anon_sym_PERCENT_EQ] = ACTIONS(2725), + [anon_sym_BANG_EQ] = ACTIONS(2723), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2725), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2725), + [anon_sym_LT_EQ] = ACTIONS(2725), + [anon_sym_GT_EQ] = ACTIONS(2725), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2725), + [anon_sym_DOT_DOT_LT] = ACTIONS(2725), + [anon_sym_is] = ACTIONS(2725), + [anon_sym_PLUS] = ACTIONS(2723), + [anon_sym_DASH] = ACTIONS(2723), + [anon_sym_STAR] = ACTIONS(2723), + [anon_sym_SLASH] = ACTIONS(2723), + [anon_sym_PERCENT] = ACTIONS(2723), + [anon_sym_PLUS_PLUS] = ACTIONS(2725), + [anon_sym_DASH_DASH] = ACTIONS(2725), + [anon_sym_PIPE] = ACTIONS(2725), + [anon_sym_CARET] = ACTIONS(2723), + [anon_sym_LT_LT] = ACTIONS(2725), + [anon_sym_GT_GT] = ACTIONS(2725), + [anon_sym_import] = ACTIONS(2725), + [anon_sym_typealias] = ACTIONS(2725), + [anon_sym_struct] = ACTIONS(2725), + [anon_sym_class] = ACTIONS(2725), + [anon_sym_enum] = ACTIONS(2725), + [anon_sym_protocol] = ACTIONS(2725), + [anon_sym_let] = ACTIONS(2725), + [anon_sym_var] = ACTIONS(2725), + [anon_sym_func] = ACTIONS(2725), + [anon_sym_extension] = ACTIONS(2725), + [anon_sym_indirect] = ACTIONS(2725), + [anon_sym_SEMI] = ACTIONS(2725), + [anon_sym_init] = ACTIONS(2725), + [anon_sym_deinit] = ACTIONS(2725), + [anon_sym_subscript] = ACTIONS(2725), + [anon_sym_prefix] = ACTIONS(2725), + [anon_sym_infix] = ACTIONS(2725), + [anon_sym_postfix] = ACTIONS(2725), + [anon_sym_precedencegroup] = ACTIONS(2725), + [anon_sym_associatedtype] = ACTIONS(2725), + [anon_sym_AT] = ACTIONS(2723), + [anon_sym_override] = ACTIONS(2725), + [anon_sym_convenience] = ACTIONS(2725), + [anon_sym_required] = ACTIONS(2725), + [anon_sym_nonisolated] = ACTIONS(2725), + [anon_sym_public] = ACTIONS(2725), + [anon_sym_private] = ACTIONS(2725), + [anon_sym_internal] = ACTIONS(2725), + [anon_sym_fileprivate] = ACTIONS(2725), + [anon_sym_open] = ACTIONS(2725), + [anon_sym_mutating] = ACTIONS(2725), + [anon_sym_nonmutating] = ACTIONS(2725), + [anon_sym_static] = ACTIONS(2725), + [anon_sym_dynamic] = ACTIONS(2725), + [anon_sym_optional] = ACTIONS(2725), + [anon_sym_distributed] = ACTIONS(2725), + [anon_sym_final] = ACTIONS(2725), + [anon_sym_inout] = ACTIONS(2725), + [anon_sym_ATescaping] = ACTIONS(2725), + [anon_sym_ATautoclosure] = ACTIONS(2725), + [anon_sym_weak] = ACTIONS(2725), + [anon_sym_unowned] = ACTIONS(2723), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2725), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2725), + [anon_sym_borrowing] = ACTIONS(2725), + [anon_sym_consuming] = ACTIONS(2725), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2725), + [sym__conjunction_operator_custom] = ACTIONS(2725), + [sym__disjunction_operator_custom] = ACTIONS(2725), + [sym__nil_coalescing_operator_custom] = ACTIONS(2725), + [sym__eq_custom] = ACTIONS(2725), + [sym__eq_eq_custom] = ACTIONS(2725), + [sym__plus_then_ws] = ACTIONS(2725), + [sym__minus_then_ws] = ACTIONS(2725), + [sym__bang_custom] = ACTIONS(2725), + [sym__as_custom] = ACTIONS(2725), + [sym__as_quest_custom] = ACTIONS(2725), + [sym__as_bang_custom] = ACTIONS(2725), + [sym__custom_operator] = ACTIONS(2725), + }, + [STATE(966)] = { + [anon_sym_BANG] = ACTIONS(2727), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2729), + [anon_sym_async] = ACTIONS(2729), + [anon_sym_lazy] = ACTIONS(2729), + [anon_sym_package] = ACTIONS(2729), + [anon_sym_RPAREN] = ACTIONS(2729), + [anon_sym_COMMA] = ACTIONS(2729), + [anon_sym_COLON] = ACTIONS(2729), + [anon_sym_LPAREN] = ACTIONS(2729), + [anon_sym_LBRACK] = ACTIONS(2729), + [anon_sym_RBRACK] = ACTIONS(2729), + [anon_sym_QMARK] = ACTIONS(2727), + [anon_sym_QMARK2] = ACTIONS(2729), + [anon_sym_AMP] = ACTIONS(2729), + [aux_sym_custom_operator_token1] = ACTIONS(2729), + [anon_sym_LT] = ACTIONS(2727), + [anon_sym_GT] = ACTIONS(2727), + [anon_sym_LBRACE] = ACTIONS(2729), + [anon_sym_CARET_LBRACE] = ACTIONS(2729), + [anon_sym_RBRACE] = ACTIONS(2729), + [anon_sym_case] = ACTIONS(2729), + [anon_sym_PLUS_EQ] = ACTIONS(2729), + [anon_sym_DASH_EQ] = ACTIONS(2729), + [anon_sym_STAR_EQ] = ACTIONS(2729), + [anon_sym_SLASH_EQ] = ACTIONS(2729), + [anon_sym_PERCENT_EQ] = ACTIONS(2729), + [anon_sym_BANG_EQ] = ACTIONS(2727), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2729), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2729), + [anon_sym_LT_EQ] = ACTIONS(2729), + [anon_sym_GT_EQ] = ACTIONS(2729), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2729), + [anon_sym_DOT_DOT_LT] = ACTIONS(2729), + [anon_sym_is] = ACTIONS(2729), + [anon_sym_PLUS] = ACTIONS(2727), + [anon_sym_DASH] = ACTIONS(2727), + [anon_sym_STAR] = ACTIONS(2727), + [anon_sym_SLASH] = ACTIONS(2727), + [anon_sym_PERCENT] = ACTIONS(2727), + [anon_sym_PLUS_PLUS] = ACTIONS(2729), + [anon_sym_DASH_DASH] = ACTIONS(2729), + [anon_sym_PIPE] = ACTIONS(2729), + [anon_sym_CARET] = ACTIONS(2727), + [anon_sym_LT_LT] = ACTIONS(2729), + [anon_sym_GT_GT] = ACTIONS(2729), + [anon_sym_import] = ACTIONS(2729), + [anon_sym_typealias] = ACTIONS(2729), + [anon_sym_struct] = ACTIONS(2729), + [anon_sym_class] = ACTIONS(2729), + [anon_sym_enum] = ACTIONS(2729), + [anon_sym_protocol] = ACTIONS(2729), + [anon_sym_let] = ACTIONS(2729), + [anon_sym_var] = ACTIONS(2729), + [anon_sym_func] = ACTIONS(2729), + [anon_sym_extension] = ACTIONS(2729), + [anon_sym_indirect] = ACTIONS(2729), + [anon_sym_SEMI] = ACTIONS(2729), + [anon_sym_init] = ACTIONS(2729), + [anon_sym_deinit] = ACTIONS(2729), + [anon_sym_subscript] = ACTIONS(2729), + [anon_sym_prefix] = ACTIONS(2729), + [anon_sym_infix] = ACTIONS(2729), + [anon_sym_postfix] = ACTIONS(2729), + [anon_sym_precedencegroup] = ACTIONS(2729), + [anon_sym_associatedtype] = ACTIONS(2729), + [anon_sym_AT] = ACTIONS(2727), + [anon_sym_override] = ACTIONS(2729), + [anon_sym_convenience] = ACTIONS(2729), + [anon_sym_required] = ACTIONS(2729), + [anon_sym_nonisolated] = ACTIONS(2729), + [anon_sym_public] = ACTIONS(2729), + [anon_sym_private] = ACTIONS(2729), + [anon_sym_internal] = ACTIONS(2729), + [anon_sym_fileprivate] = ACTIONS(2729), + [anon_sym_open] = ACTIONS(2729), + [anon_sym_mutating] = ACTIONS(2729), + [anon_sym_nonmutating] = ACTIONS(2729), + [anon_sym_static] = ACTIONS(2729), + [anon_sym_dynamic] = ACTIONS(2729), + [anon_sym_optional] = ACTIONS(2729), + [anon_sym_distributed] = ACTIONS(2729), + [anon_sym_final] = ACTIONS(2729), + [anon_sym_inout] = ACTIONS(2729), + [anon_sym_ATescaping] = ACTIONS(2729), + [anon_sym_ATautoclosure] = ACTIONS(2729), + [anon_sym_weak] = ACTIONS(2729), + [anon_sym_unowned] = ACTIONS(2727), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2729), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2729), + [anon_sym_borrowing] = ACTIONS(2729), + [anon_sym_consuming] = ACTIONS(2729), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2729), + [sym__conjunction_operator_custom] = ACTIONS(2729), + [sym__disjunction_operator_custom] = ACTIONS(2729), + [sym__nil_coalescing_operator_custom] = ACTIONS(2729), + [sym__eq_custom] = ACTIONS(2729), + [sym__eq_eq_custom] = ACTIONS(2729), + [sym__plus_then_ws] = ACTIONS(2729), + [sym__minus_then_ws] = ACTIONS(2729), + [sym__bang_custom] = ACTIONS(2729), + [sym__as_custom] = ACTIONS(2729), + [sym__as_quest_custom] = ACTIONS(2729), + [sym__as_bang_custom] = ACTIONS(2729), + [sym__custom_operator] = ACTIONS(2729), + }, + [STATE(967)] = { + [anon_sym_BANG] = ACTIONS(2379), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2381), + [anon_sym_async] = ACTIONS(2381), + [anon_sym_lazy] = ACTIONS(2381), + [anon_sym_package] = ACTIONS(2381), + [anon_sym_RPAREN] = ACTIONS(2381), + [anon_sym_COMMA] = ACTIONS(2381), + [anon_sym_COLON] = ACTIONS(2381), + [anon_sym_LPAREN] = ACTIONS(2381), + [anon_sym_LBRACK] = ACTIONS(2381), + [anon_sym_RBRACK] = ACTIONS(2381), + [anon_sym_QMARK] = ACTIONS(2379), + [anon_sym_QMARK2] = ACTIONS(2381), + [anon_sym_AMP] = ACTIONS(2381), + [aux_sym_custom_operator_token1] = ACTIONS(2381), + [anon_sym_LT] = ACTIONS(2379), + [anon_sym_GT] = ACTIONS(2379), + [anon_sym_LBRACE] = ACTIONS(2381), + [anon_sym_CARET_LBRACE] = ACTIONS(2381), + [anon_sym_RBRACE] = ACTIONS(2381), + [anon_sym_case] = ACTIONS(2381), + [anon_sym_PLUS_EQ] = ACTIONS(2381), + [anon_sym_DASH_EQ] = ACTIONS(2381), + [anon_sym_STAR_EQ] = ACTIONS(2381), + [anon_sym_SLASH_EQ] = ACTIONS(2381), + [anon_sym_PERCENT_EQ] = ACTIONS(2381), + [anon_sym_BANG_EQ] = ACTIONS(2379), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2381), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2381), + [anon_sym_LT_EQ] = ACTIONS(2381), + [anon_sym_GT_EQ] = ACTIONS(2381), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2381), + [anon_sym_DOT_DOT_LT] = ACTIONS(2381), + [anon_sym_is] = ACTIONS(2381), + [anon_sym_PLUS] = ACTIONS(2379), + [anon_sym_DASH] = ACTIONS(2379), + [anon_sym_STAR] = ACTIONS(2379), + [anon_sym_SLASH] = ACTIONS(2379), + [anon_sym_PERCENT] = ACTIONS(2379), + [anon_sym_PLUS_PLUS] = ACTIONS(2381), + [anon_sym_DASH_DASH] = ACTIONS(2381), + [anon_sym_PIPE] = ACTIONS(2381), + [anon_sym_CARET] = ACTIONS(2379), + [anon_sym_LT_LT] = ACTIONS(2381), + [anon_sym_GT_GT] = ACTIONS(2381), + [anon_sym_import] = ACTIONS(2381), + [anon_sym_typealias] = ACTIONS(2381), + [anon_sym_struct] = ACTIONS(2381), + [anon_sym_class] = ACTIONS(2381), + [anon_sym_enum] = ACTIONS(2381), + [anon_sym_protocol] = ACTIONS(2381), + [anon_sym_let] = ACTIONS(2381), + [anon_sym_var] = ACTIONS(2381), + [anon_sym_func] = ACTIONS(2381), + [anon_sym_extension] = ACTIONS(2381), + [anon_sym_indirect] = ACTIONS(2381), + [anon_sym_SEMI] = ACTIONS(2381), + [anon_sym_init] = ACTIONS(2381), + [anon_sym_deinit] = ACTIONS(2381), + [anon_sym_subscript] = ACTIONS(2381), + [anon_sym_prefix] = ACTIONS(2381), + [anon_sym_infix] = ACTIONS(2381), + [anon_sym_postfix] = ACTIONS(2381), + [anon_sym_precedencegroup] = ACTIONS(2381), + [anon_sym_associatedtype] = ACTIONS(2381), + [anon_sym_AT] = ACTIONS(2379), + [anon_sym_override] = ACTIONS(2381), + [anon_sym_convenience] = ACTIONS(2381), + [anon_sym_required] = ACTIONS(2381), + [anon_sym_nonisolated] = ACTIONS(2381), + [anon_sym_public] = ACTIONS(2381), + [anon_sym_private] = ACTIONS(2381), + [anon_sym_internal] = ACTIONS(2381), + [anon_sym_fileprivate] = ACTIONS(2381), + [anon_sym_open] = ACTIONS(2381), + [anon_sym_mutating] = ACTIONS(2381), + [anon_sym_nonmutating] = ACTIONS(2381), + [anon_sym_static] = ACTIONS(2381), + [anon_sym_dynamic] = ACTIONS(2381), + [anon_sym_optional] = ACTIONS(2381), + [anon_sym_distributed] = ACTIONS(2381), + [anon_sym_final] = ACTIONS(2381), + [anon_sym_inout] = ACTIONS(2381), + [anon_sym_ATescaping] = ACTIONS(2381), + [anon_sym_ATautoclosure] = ACTIONS(2381), + [anon_sym_weak] = ACTIONS(2381), + [anon_sym_unowned] = ACTIONS(2379), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2381), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2381), + [anon_sym_borrowing] = ACTIONS(2381), + [anon_sym_consuming] = ACTIONS(2381), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2381), + [sym__conjunction_operator_custom] = ACTIONS(2381), + [sym__disjunction_operator_custom] = ACTIONS(2381), + [sym__nil_coalescing_operator_custom] = ACTIONS(2381), + [sym__eq_custom] = ACTIONS(2381), + [sym__eq_eq_custom] = ACTIONS(2381), + [sym__plus_then_ws] = ACTIONS(2381), + [sym__minus_then_ws] = ACTIONS(2381), + [sym__bang_custom] = ACTIONS(2381), + [sym__as_custom] = ACTIONS(2381), + [sym__as_quest_custom] = ACTIONS(2381), + [sym__as_bang_custom] = ACTIONS(2381), + [sym__custom_operator] = ACTIONS(2381), + }, + [STATE(968)] = { + [anon_sym_BANG] = ACTIONS(2395), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2397), + [anon_sym_async] = ACTIONS(2397), + [anon_sym_lazy] = ACTIONS(2397), + [anon_sym_package] = ACTIONS(2397), + [anon_sym_RPAREN] = ACTIONS(2397), + [anon_sym_COMMA] = ACTIONS(2397), + [anon_sym_COLON] = ACTIONS(2397), + [anon_sym_LPAREN] = ACTIONS(2397), + [anon_sym_LBRACK] = ACTIONS(2397), + [anon_sym_RBRACK] = ACTIONS(2397), + [anon_sym_QMARK] = ACTIONS(2395), + [anon_sym_QMARK2] = ACTIONS(2397), + [anon_sym_AMP] = ACTIONS(2397), + [aux_sym_custom_operator_token1] = ACTIONS(2397), + [anon_sym_LT] = ACTIONS(2395), + [anon_sym_GT] = ACTIONS(2395), + [anon_sym_LBRACE] = ACTIONS(2397), + [anon_sym_CARET_LBRACE] = ACTIONS(2397), + [anon_sym_RBRACE] = ACTIONS(2397), + [anon_sym_case] = ACTIONS(2397), + [anon_sym_PLUS_EQ] = ACTIONS(2397), + [anon_sym_DASH_EQ] = ACTIONS(2397), + [anon_sym_STAR_EQ] = ACTIONS(2397), + [anon_sym_SLASH_EQ] = ACTIONS(2397), + [anon_sym_PERCENT_EQ] = ACTIONS(2397), + [anon_sym_BANG_EQ] = ACTIONS(2395), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2397), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2397), + [anon_sym_LT_EQ] = ACTIONS(2397), + [anon_sym_GT_EQ] = ACTIONS(2397), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2397), + [anon_sym_DOT_DOT_LT] = ACTIONS(2397), + [anon_sym_is] = ACTIONS(2397), + [anon_sym_PLUS] = ACTIONS(2395), + [anon_sym_DASH] = ACTIONS(2395), + [anon_sym_STAR] = ACTIONS(2395), + [anon_sym_SLASH] = ACTIONS(2395), + [anon_sym_PERCENT] = ACTIONS(2395), + [anon_sym_PLUS_PLUS] = ACTIONS(2397), + [anon_sym_DASH_DASH] = ACTIONS(2397), + [anon_sym_PIPE] = ACTIONS(2397), + [anon_sym_CARET] = ACTIONS(2395), + [anon_sym_LT_LT] = ACTIONS(2397), + [anon_sym_GT_GT] = ACTIONS(2397), + [anon_sym_import] = ACTIONS(2397), + [anon_sym_typealias] = ACTIONS(2397), + [anon_sym_struct] = ACTIONS(2397), + [anon_sym_class] = ACTIONS(2397), + [anon_sym_enum] = ACTIONS(2397), + [anon_sym_protocol] = ACTIONS(2397), + [anon_sym_let] = ACTIONS(2397), + [anon_sym_var] = ACTIONS(2397), + [anon_sym_func] = ACTIONS(2397), + [anon_sym_extension] = ACTIONS(2397), + [anon_sym_indirect] = ACTIONS(2397), + [anon_sym_SEMI] = ACTIONS(2397), + [anon_sym_init] = ACTIONS(2397), + [anon_sym_deinit] = ACTIONS(2397), + [anon_sym_subscript] = ACTIONS(2397), + [anon_sym_prefix] = ACTIONS(2397), + [anon_sym_infix] = ACTIONS(2397), + [anon_sym_postfix] = ACTIONS(2397), + [anon_sym_precedencegroup] = ACTIONS(2397), + [anon_sym_associatedtype] = ACTIONS(2397), + [anon_sym_AT] = ACTIONS(2395), + [anon_sym_override] = ACTIONS(2397), + [anon_sym_convenience] = ACTIONS(2397), + [anon_sym_required] = ACTIONS(2397), + [anon_sym_nonisolated] = ACTIONS(2397), + [anon_sym_public] = ACTIONS(2397), + [anon_sym_private] = ACTIONS(2397), + [anon_sym_internal] = ACTIONS(2397), + [anon_sym_fileprivate] = ACTIONS(2397), + [anon_sym_open] = ACTIONS(2397), + [anon_sym_mutating] = ACTIONS(2397), + [anon_sym_nonmutating] = ACTIONS(2397), + [anon_sym_static] = ACTIONS(2397), + [anon_sym_dynamic] = ACTIONS(2397), + [anon_sym_optional] = ACTIONS(2397), + [anon_sym_distributed] = ACTIONS(2397), + [anon_sym_final] = ACTIONS(2397), + [anon_sym_inout] = ACTIONS(2397), + [anon_sym_ATescaping] = ACTIONS(2397), + [anon_sym_ATautoclosure] = ACTIONS(2397), + [anon_sym_weak] = ACTIONS(2397), + [anon_sym_unowned] = ACTIONS(2395), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2397), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2397), + [anon_sym_borrowing] = ACTIONS(2397), + [anon_sym_consuming] = ACTIONS(2397), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2397), + [sym__conjunction_operator_custom] = ACTIONS(2397), + [sym__disjunction_operator_custom] = ACTIONS(2397), + [sym__nil_coalescing_operator_custom] = ACTIONS(2397), + [sym__eq_custom] = ACTIONS(2397), + [sym__eq_eq_custom] = ACTIONS(2397), + [sym__plus_then_ws] = ACTIONS(2397), + [sym__minus_then_ws] = ACTIONS(2397), + [sym__bang_custom] = ACTIONS(2397), + [sym__as_custom] = ACTIONS(2397), + [sym__as_quest_custom] = ACTIONS(2397), + [sym__as_bang_custom] = ACTIONS(2397), + [sym__custom_operator] = ACTIONS(2397), + }, + [STATE(969)] = { + [anon_sym_BANG] = ACTIONS(2731), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2733), + [anon_sym_async] = ACTIONS(2733), + [anon_sym_lazy] = ACTIONS(2733), + [anon_sym_package] = ACTIONS(2733), + [anon_sym_RPAREN] = ACTIONS(2733), + [anon_sym_COMMA] = ACTIONS(2733), + [anon_sym_COLON] = ACTIONS(2733), + [anon_sym_LPAREN] = ACTIONS(2733), + [anon_sym_LBRACK] = ACTIONS(2733), + [anon_sym_RBRACK] = ACTIONS(2733), + [anon_sym_QMARK] = ACTIONS(2731), + [anon_sym_QMARK2] = ACTIONS(2733), + [anon_sym_AMP] = ACTIONS(2733), + [aux_sym_custom_operator_token1] = ACTIONS(2733), + [anon_sym_LT] = ACTIONS(2731), + [anon_sym_GT] = ACTIONS(2731), + [anon_sym_LBRACE] = ACTIONS(2733), + [anon_sym_CARET_LBRACE] = ACTIONS(2733), + [anon_sym_RBRACE] = ACTIONS(2733), + [anon_sym_case] = ACTIONS(2733), + [anon_sym_PLUS_EQ] = ACTIONS(2733), + [anon_sym_DASH_EQ] = ACTIONS(2733), + [anon_sym_STAR_EQ] = ACTIONS(2733), + [anon_sym_SLASH_EQ] = ACTIONS(2733), + [anon_sym_PERCENT_EQ] = ACTIONS(2733), + [anon_sym_BANG_EQ] = ACTIONS(2731), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2733), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2733), + [anon_sym_LT_EQ] = ACTIONS(2733), + [anon_sym_GT_EQ] = ACTIONS(2733), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2733), + [anon_sym_DOT_DOT_LT] = ACTIONS(2733), + [anon_sym_is] = ACTIONS(2733), + [anon_sym_PLUS] = ACTIONS(2731), + [anon_sym_DASH] = ACTIONS(2731), + [anon_sym_STAR] = ACTIONS(2731), + [anon_sym_SLASH] = ACTIONS(2731), + [anon_sym_PERCENT] = ACTIONS(2731), + [anon_sym_PLUS_PLUS] = ACTIONS(2733), + [anon_sym_DASH_DASH] = ACTIONS(2733), + [anon_sym_PIPE] = ACTIONS(2733), + [anon_sym_CARET] = ACTIONS(2731), + [anon_sym_LT_LT] = ACTIONS(2733), + [anon_sym_GT_GT] = ACTIONS(2733), + [anon_sym_import] = ACTIONS(2733), + [anon_sym_typealias] = ACTIONS(2733), + [anon_sym_struct] = ACTIONS(2733), + [anon_sym_class] = ACTIONS(2733), + [anon_sym_enum] = ACTIONS(2733), + [anon_sym_protocol] = ACTIONS(2733), + [anon_sym_let] = ACTIONS(2733), + [anon_sym_var] = ACTIONS(2733), + [anon_sym_func] = ACTIONS(2733), + [anon_sym_extension] = ACTIONS(2733), + [anon_sym_indirect] = ACTIONS(2733), + [anon_sym_SEMI] = ACTIONS(2733), + [anon_sym_init] = ACTIONS(2733), + [anon_sym_deinit] = ACTIONS(2733), + [anon_sym_subscript] = ACTIONS(2733), + [anon_sym_prefix] = ACTIONS(2733), + [anon_sym_infix] = ACTIONS(2733), + [anon_sym_postfix] = ACTIONS(2733), + [anon_sym_precedencegroup] = ACTIONS(2733), + [anon_sym_associatedtype] = ACTIONS(2733), + [anon_sym_AT] = ACTIONS(2731), + [anon_sym_override] = ACTIONS(2733), + [anon_sym_convenience] = ACTIONS(2733), + [anon_sym_required] = ACTIONS(2733), + [anon_sym_nonisolated] = ACTIONS(2733), + [anon_sym_public] = ACTIONS(2733), + [anon_sym_private] = ACTIONS(2733), + [anon_sym_internal] = ACTIONS(2733), + [anon_sym_fileprivate] = ACTIONS(2733), + [anon_sym_open] = ACTIONS(2733), + [anon_sym_mutating] = ACTIONS(2733), + [anon_sym_nonmutating] = ACTIONS(2733), + [anon_sym_static] = ACTIONS(2733), + [anon_sym_dynamic] = ACTIONS(2733), + [anon_sym_optional] = ACTIONS(2733), + [anon_sym_distributed] = ACTIONS(2733), + [anon_sym_final] = ACTIONS(2733), + [anon_sym_inout] = ACTIONS(2733), + [anon_sym_ATescaping] = ACTIONS(2733), + [anon_sym_ATautoclosure] = ACTIONS(2733), + [anon_sym_weak] = ACTIONS(2733), + [anon_sym_unowned] = ACTIONS(2731), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2733), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2733), + [anon_sym_borrowing] = ACTIONS(2733), + [anon_sym_consuming] = ACTIONS(2733), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2733), + [sym__conjunction_operator_custom] = ACTIONS(2733), + [sym__disjunction_operator_custom] = ACTIONS(2733), + [sym__nil_coalescing_operator_custom] = ACTIONS(2733), + [sym__eq_custom] = ACTIONS(2733), + [sym__eq_eq_custom] = ACTIONS(2733), + [sym__plus_then_ws] = ACTIONS(2733), + [sym__minus_then_ws] = ACTIONS(2733), + [sym__bang_custom] = ACTIONS(2733), + [sym__as_custom] = ACTIONS(2733), + [sym__as_quest_custom] = ACTIONS(2733), + [sym__as_bang_custom] = ACTIONS(2733), + [sym__custom_operator] = ACTIONS(2733), + }, + [STATE(970)] = { + [anon_sym_BANG] = ACTIONS(2735), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2737), + [anon_sym_async] = ACTIONS(2737), + [anon_sym_lazy] = ACTIONS(2737), + [anon_sym_package] = ACTIONS(2737), + [anon_sym_RPAREN] = ACTIONS(2737), + [anon_sym_COMMA] = ACTIONS(2737), + [anon_sym_COLON] = ACTIONS(2737), + [anon_sym_LPAREN] = ACTIONS(2737), + [anon_sym_LBRACK] = ACTIONS(2737), + [anon_sym_RBRACK] = ACTIONS(2737), + [anon_sym_QMARK] = ACTIONS(2735), + [anon_sym_QMARK2] = ACTIONS(2737), + [anon_sym_AMP] = ACTIONS(2737), + [aux_sym_custom_operator_token1] = ACTIONS(2737), + [anon_sym_LT] = ACTIONS(2735), + [anon_sym_GT] = ACTIONS(2735), + [anon_sym_LBRACE] = ACTIONS(2737), + [anon_sym_CARET_LBRACE] = ACTIONS(2737), + [anon_sym_RBRACE] = ACTIONS(2737), + [anon_sym_case] = ACTIONS(2737), + [anon_sym_PLUS_EQ] = ACTIONS(2737), + [anon_sym_DASH_EQ] = ACTIONS(2737), + [anon_sym_STAR_EQ] = ACTIONS(2737), + [anon_sym_SLASH_EQ] = ACTIONS(2737), + [anon_sym_PERCENT_EQ] = ACTIONS(2737), + [anon_sym_BANG_EQ] = ACTIONS(2735), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2737), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2737), + [anon_sym_LT_EQ] = ACTIONS(2737), + [anon_sym_GT_EQ] = ACTIONS(2737), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2737), + [anon_sym_DOT_DOT_LT] = ACTIONS(2737), + [anon_sym_is] = ACTIONS(2737), + [anon_sym_PLUS] = ACTIONS(2735), + [anon_sym_DASH] = ACTIONS(2735), + [anon_sym_STAR] = ACTIONS(2735), + [anon_sym_SLASH] = ACTIONS(2735), + [anon_sym_PERCENT] = ACTIONS(2735), + [anon_sym_PLUS_PLUS] = ACTIONS(2737), + [anon_sym_DASH_DASH] = ACTIONS(2737), + [anon_sym_PIPE] = ACTIONS(2737), + [anon_sym_CARET] = ACTIONS(2735), + [anon_sym_LT_LT] = ACTIONS(2737), + [anon_sym_GT_GT] = ACTIONS(2737), + [anon_sym_import] = ACTIONS(2737), + [anon_sym_typealias] = ACTIONS(2737), + [anon_sym_struct] = ACTIONS(2737), + [anon_sym_class] = ACTIONS(2737), + [anon_sym_enum] = ACTIONS(2737), + [anon_sym_protocol] = ACTIONS(2737), + [anon_sym_let] = ACTIONS(2737), + [anon_sym_var] = ACTIONS(2737), + [anon_sym_func] = ACTIONS(2737), + [anon_sym_extension] = ACTIONS(2737), + [anon_sym_indirect] = ACTIONS(2737), + [anon_sym_SEMI] = ACTIONS(2737), + [anon_sym_init] = ACTIONS(2737), + [anon_sym_deinit] = ACTIONS(2737), + [anon_sym_subscript] = ACTIONS(2737), + [anon_sym_prefix] = ACTIONS(2737), + [anon_sym_infix] = ACTIONS(2737), + [anon_sym_postfix] = ACTIONS(2737), + [anon_sym_precedencegroup] = ACTIONS(2737), + [anon_sym_associatedtype] = ACTIONS(2737), + [anon_sym_AT] = ACTIONS(2735), + [anon_sym_override] = ACTIONS(2737), + [anon_sym_convenience] = ACTIONS(2737), + [anon_sym_required] = ACTIONS(2737), + [anon_sym_nonisolated] = ACTIONS(2737), + [anon_sym_public] = ACTIONS(2737), + [anon_sym_private] = ACTIONS(2737), + [anon_sym_internal] = ACTIONS(2737), + [anon_sym_fileprivate] = ACTIONS(2737), + [anon_sym_open] = ACTIONS(2737), + [anon_sym_mutating] = ACTIONS(2737), + [anon_sym_nonmutating] = ACTIONS(2737), + [anon_sym_static] = ACTIONS(2737), + [anon_sym_dynamic] = ACTIONS(2737), + [anon_sym_optional] = ACTIONS(2737), + [anon_sym_distributed] = ACTIONS(2737), + [anon_sym_final] = ACTIONS(2737), + [anon_sym_inout] = ACTIONS(2737), + [anon_sym_ATescaping] = ACTIONS(2737), + [anon_sym_ATautoclosure] = ACTIONS(2737), + [anon_sym_weak] = ACTIONS(2737), + [anon_sym_unowned] = ACTIONS(2735), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2737), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2737), + [anon_sym_borrowing] = ACTIONS(2737), + [anon_sym_consuming] = ACTIONS(2737), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2737), + [sym__conjunction_operator_custom] = ACTIONS(2737), + [sym__disjunction_operator_custom] = ACTIONS(2737), + [sym__nil_coalescing_operator_custom] = ACTIONS(2737), + [sym__eq_custom] = ACTIONS(2737), + [sym__eq_eq_custom] = ACTIONS(2737), + [sym__plus_then_ws] = ACTIONS(2737), + [sym__minus_then_ws] = ACTIONS(2737), + [sym__bang_custom] = ACTIONS(2737), + [sym__as_custom] = ACTIONS(2737), + [sym__as_quest_custom] = ACTIONS(2737), + [sym__as_bang_custom] = ACTIONS(2737), + [sym__custom_operator] = ACTIONS(2737), + }, + [STATE(971)] = { + [anon_sym_BANG] = ACTIONS(2739), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2741), + [anon_sym_async] = ACTIONS(2741), + [anon_sym_lazy] = ACTIONS(2741), + [anon_sym_package] = ACTIONS(2741), + [anon_sym_RPAREN] = ACTIONS(2741), + [anon_sym_COMMA] = ACTIONS(2741), + [anon_sym_COLON] = ACTIONS(2741), + [anon_sym_LPAREN] = ACTIONS(2741), + [anon_sym_LBRACK] = ACTIONS(2741), + [anon_sym_RBRACK] = ACTIONS(2741), + [anon_sym_QMARK] = ACTIONS(2739), + [anon_sym_QMARK2] = ACTIONS(2741), + [anon_sym_AMP] = ACTIONS(2741), + [aux_sym_custom_operator_token1] = ACTIONS(2741), + [anon_sym_LT] = ACTIONS(2739), + [anon_sym_GT] = ACTIONS(2739), + [anon_sym_LBRACE] = ACTIONS(2741), + [anon_sym_CARET_LBRACE] = ACTIONS(2741), + [anon_sym_RBRACE] = ACTIONS(2741), + [anon_sym_case] = ACTIONS(2741), + [anon_sym_PLUS_EQ] = ACTIONS(2741), + [anon_sym_DASH_EQ] = ACTIONS(2741), + [anon_sym_STAR_EQ] = ACTIONS(2741), + [anon_sym_SLASH_EQ] = ACTIONS(2741), + [anon_sym_PERCENT_EQ] = ACTIONS(2741), + [anon_sym_BANG_EQ] = ACTIONS(2739), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2741), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2741), + [anon_sym_LT_EQ] = ACTIONS(2741), + [anon_sym_GT_EQ] = ACTIONS(2741), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2741), + [anon_sym_DOT_DOT_LT] = ACTIONS(2741), + [anon_sym_is] = ACTIONS(2741), + [anon_sym_PLUS] = ACTIONS(2739), + [anon_sym_DASH] = ACTIONS(2739), + [anon_sym_STAR] = ACTIONS(2739), + [anon_sym_SLASH] = ACTIONS(2739), + [anon_sym_PERCENT] = ACTIONS(2739), + [anon_sym_PLUS_PLUS] = ACTIONS(2741), + [anon_sym_DASH_DASH] = ACTIONS(2741), + [anon_sym_PIPE] = ACTIONS(2741), + [anon_sym_CARET] = ACTIONS(2739), + [anon_sym_LT_LT] = ACTIONS(2741), + [anon_sym_GT_GT] = ACTIONS(2741), + [anon_sym_import] = ACTIONS(2741), + [anon_sym_typealias] = ACTIONS(2741), + [anon_sym_struct] = ACTIONS(2741), + [anon_sym_class] = ACTIONS(2741), + [anon_sym_enum] = ACTIONS(2741), + [anon_sym_protocol] = ACTIONS(2741), + [anon_sym_let] = ACTIONS(2741), + [anon_sym_var] = ACTIONS(2741), + [anon_sym_func] = ACTIONS(2741), + [anon_sym_extension] = ACTIONS(2741), + [anon_sym_indirect] = ACTIONS(2741), + [anon_sym_SEMI] = ACTIONS(2741), + [anon_sym_init] = ACTIONS(2741), + [anon_sym_deinit] = ACTIONS(2741), + [anon_sym_subscript] = ACTIONS(2741), + [anon_sym_prefix] = ACTIONS(2741), + [anon_sym_infix] = ACTIONS(2741), + [anon_sym_postfix] = ACTIONS(2741), + [anon_sym_precedencegroup] = ACTIONS(2741), + [anon_sym_associatedtype] = ACTIONS(2741), + [anon_sym_AT] = ACTIONS(2739), + [anon_sym_override] = ACTIONS(2741), + [anon_sym_convenience] = ACTIONS(2741), + [anon_sym_required] = ACTIONS(2741), + [anon_sym_nonisolated] = ACTIONS(2741), + [anon_sym_public] = ACTIONS(2741), + [anon_sym_private] = ACTIONS(2741), + [anon_sym_internal] = ACTIONS(2741), + [anon_sym_fileprivate] = ACTIONS(2741), + [anon_sym_open] = ACTIONS(2741), + [anon_sym_mutating] = ACTIONS(2741), + [anon_sym_nonmutating] = ACTIONS(2741), + [anon_sym_static] = ACTIONS(2741), + [anon_sym_dynamic] = ACTIONS(2741), + [anon_sym_optional] = ACTIONS(2741), + [anon_sym_distributed] = ACTIONS(2741), + [anon_sym_final] = ACTIONS(2741), + [anon_sym_inout] = ACTIONS(2741), + [anon_sym_ATescaping] = ACTIONS(2741), + [anon_sym_ATautoclosure] = ACTIONS(2741), + [anon_sym_weak] = ACTIONS(2741), + [anon_sym_unowned] = ACTIONS(2739), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2741), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2741), + [anon_sym_borrowing] = ACTIONS(2741), + [anon_sym_consuming] = ACTIONS(2741), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2741), + [sym__conjunction_operator_custom] = ACTIONS(2741), + [sym__disjunction_operator_custom] = ACTIONS(2741), + [sym__nil_coalescing_operator_custom] = ACTIONS(2741), + [sym__eq_custom] = ACTIONS(2741), + [sym__eq_eq_custom] = ACTIONS(2741), + [sym__plus_then_ws] = ACTIONS(2741), + [sym__minus_then_ws] = ACTIONS(2741), + [sym__bang_custom] = ACTIONS(2741), + [sym__as_custom] = ACTIONS(2741), + [sym__as_quest_custom] = ACTIONS(2741), + [sym__as_bang_custom] = ACTIONS(2741), + [sym__custom_operator] = ACTIONS(2741), + }, + [STATE(972)] = { + [anon_sym_BANG] = ACTIONS(2743), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2745), + [anon_sym_async] = ACTIONS(2745), + [anon_sym_lazy] = ACTIONS(2745), + [anon_sym_package] = ACTIONS(2745), + [anon_sym_RPAREN] = ACTIONS(2745), + [anon_sym_COMMA] = ACTIONS(2745), + [anon_sym_COLON] = ACTIONS(2745), + [anon_sym_LPAREN] = ACTIONS(2745), + [anon_sym_LBRACK] = ACTIONS(2745), + [anon_sym_RBRACK] = ACTIONS(2745), + [anon_sym_QMARK] = ACTIONS(2743), + [anon_sym_QMARK2] = ACTIONS(2745), + [anon_sym_AMP] = ACTIONS(2745), + [aux_sym_custom_operator_token1] = ACTIONS(2745), + [anon_sym_LT] = ACTIONS(2743), + [anon_sym_GT] = ACTIONS(2743), + [anon_sym_LBRACE] = ACTIONS(2745), + [anon_sym_CARET_LBRACE] = ACTIONS(2745), + [anon_sym_RBRACE] = ACTIONS(2745), + [anon_sym_case] = ACTIONS(2745), + [anon_sym_PLUS_EQ] = ACTIONS(2745), + [anon_sym_DASH_EQ] = ACTIONS(2745), + [anon_sym_STAR_EQ] = ACTIONS(2745), + [anon_sym_SLASH_EQ] = ACTIONS(2745), + [anon_sym_PERCENT_EQ] = ACTIONS(2745), + [anon_sym_BANG_EQ] = ACTIONS(2743), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2745), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2745), + [anon_sym_LT_EQ] = ACTIONS(2745), + [anon_sym_GT_EQ] = ACTIONS(2745), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2745), + [anon_sym_DOT_DOT_LT] = ACTIONS(2745), + [anon_sym_is] = ACTIONS(2745), + [anon_sym_PLUS] = ACTIONS(2743), + [anon_sym_DASH] = ACTIONS(2743), + [anon_sym_STAR] = ACTIONS(2743), + [anon_sym_SLASH] = ACTIONS(2743), + [anon_sym_PERCENT] = ACTIONS(2743), + [anon_sym_PLUS_PLUS] = ACTIONS(2745), + [anon_sym_DASH_DASH] = ACTIONS(2745), + [anon_sym_PIPE] = ACTIONS(2745), + [anon_sym_CARET] = ACTIONS(2743), + [anon_sym_LT_LT] = ACTIONS(2745), + [anon_sym_GT_GT] = ACTIONS(2745), + [anon_sym_import] = ACTIONS(2745), + [anon_sym_typealias] = ACTIONS(2745), + [anon_sym_struct] = ACTIONS(2745), + [anon_sym_class] = ACTIONS(2745), + [anon_sym_enum] = ACTIONS(2745), + [anon_sym_protocol] = ACTIONS(2745), + [anon_sym_let] = ACTIONS(2745), + [anon_sym_var] = ACTIONS(2745), + [anon_sym_func] = ACTIONS(2745), + [anon_sym_extension] = ACTIONS(2745), + [anon_sym_indirect] = ACTIONS(2745), + [anon_sym_SEMI] = ACTIONS(2745), + [anon_sym_init] = ACTIONS(2745), + [anon_sym_deinit] = ACTIONS(2745), + [anon_sym_subscript] = ACTIONS(2745), + [anon_sym_prefix] = ACTIONS(2745), + [anon_sym_infix] = ACTIONS(2745), + [anon_sym_postfix] = ACTIONS(2745), + [anon_sym_precedencegroup] = ACTIONS(2745), + [anon_sym_associatedtype] = ACTIONS(2745), + [anon_sym_AT] = ACTIONS(2743), + [anon_sym_override] = ACTIONS(2745), + [anon_sym_convenience] = ACTIONS(2745), + [anon_sym_required] = ACTIONS(2745), + [anon_sym_nonisolated] = ACTIONS(2745), + [anon_sym_public] = ACTIONS(2745), + [anon_sym_private] = ACTIONS(2745), + [anon_sym_internal] = ACTIONS(2745), + [anon_sym_fileprivate] = ACTIONS(2745), + [anon_sym_open] = ACTIONS(2745), + [anon_sym_mutating] = ACTIONS(2745), + [anon_sym_nonmutating] = ACTIONS(2745), + [anon_sym_static] = ACTIONS(2745), + [anon_sym_dynamic] = ACTIONS(2745), + [anon_sym_optional] = ACTIONS(2745), + [anon_sym_distributed] = ACTIONS(2745), + [anon_sym_final] = ACTIONS(2745), + [anon_sym_inout] = ACTIONS(2745), + [anon_sym_ATescaping] = ACTIONS(2745), + [anon_sym_ATautoclosure] = ACTIONS(2745), + [anon_sym_weak] = ACTIONS(2745), + [anon_sym_unowned] = ACTIONS(2743), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2745), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2745), + [anon_sym_borrowing] = ACTIONS(2745), + [anon_sym_consuming] = ACTIONS(2745), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2745), + [sym__conjunction_operator_custom] = ACTIONS(2745), + [sym__disjunction_operator_custom] = ACTIONS(2745), + [sym__nil_coalescing_operator_custom] = ACTIONS(2745), + [sym__eq_custom] = ACTIONS(2745), + [sym__eq_eq_custom] = ACTIONS(2745), + [sym__plus_then_ws] = ACTIONS(2745), + [sym__minus_then_ws] = ACTIONS(2745), + [sym__bang_custom] = ACTIONS(2745), + [sym__as_custom] = ACTIONS(2745), + [sym__as_quest_custom] = ACTIONS(2745), + [sym__as_bang_custom] = ACTIONS(2745), + [sym__custom_operator] = ACTIONS(2745), + }, + [STATE(973)] = { + [anon_sym_BANG] = ACTIONS(2747), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2749), + [anon_sym_async] = ACTIONS(2749), + [anon_sym_lazy] = ACTIONS(2749), + [anon_sym_package] = ACTIONS(2749), + [anon_sym_RPAREN] = ACTIONS(2749), + [anon_sym_COMMA] = ACTIONS(2749), + [anon_sym_COLON] = ACTIONS(2749), + [anon_sym_LPAREN] = ACTIONS(2749), + [anon_sym_LBRACK] = ACTIONS(2749), + [anon_sym_RBRACK] = ACTIONS(2749), + [anon_sym_QMARK] = ACTIONS(2747), + [anon_sym_QMARK2] = ACTIONS(2749), + [anon_sym_AMP] = ACTIONS(2749), + [aux_sym_custom_operator_token1] = ACTIONS(2749), + [anon_sym_LT] = ACTIONS(2747), + [anon_sym_GT] = ACTIONS(2747), + [anon_sym_LBRACE] = ACTIONS(2749), + [anon_sym_CARET_LBRACE] = ACTIONS(2749), + [anon_sym_RBRACE] = ACTIONS(2749), + [anon_sym_case] = ACTIONS(2749), + [anon_sym_PLUS_EQ] = ACTIONS(2749), + [anon_sym_DASH_EQ] = ACTIONS(2749), + [anon_sym_STAR_EQ] = ACTIONS(2749), + [anon_sym_SLASH_EQ] = ACTIONS(2749), + [anon_sym_PERCENT_EQ] = ACTIONS(2749), + [anon_sym_BANG_EQ] = ACTIONS(2747), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2749), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2749), + [anon_sym_LT_EQ] = ACTIONS(2749), + [anon_sym_GT_EQ] = ACTIONS(2749), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2749), + [anon_sym_DOT_DOT_LT] = ACTIONS(2749), + [anon_sym_is] = ACTIONS(2749), + [anon_sym_PLUS] = ACTIONS(2747), + [anon_sym_DASH] = ACTIONS(2747), + [anon_sym_STAR] = ACTIONS(2747), + [anon_sym_SLASH] = ACTIONS(2747), + [anon_sym_PERCENT] = ACTIONS(2747), + [anon_sym_PLUS_PLUS] = ACTIONS(2749), + [anon_sym_DASH_DASH] = ACTIONS(2749), + [anon_sym_PIPE] = ACTIONS(2749), + [anon_sym_CARET] = ACTIONS(2747), + [anon_sym_LT_LT] = ACTIONS(2749), + [anon_sym_GT_GT] = ACTIONS(2749), + [anon_sym_import] = ACTIONS(2749), + [anon_sym_typealias] = ACTIONS(2749), + [anon_sym_struct] = ACTIONS(2749), + [anon_sym_class] = ACTIONS(2749), + [anon_sym_enum] = ACTIONS(2749), + [anon_sym_protocol] = ACTIONS(2749), + [anon_sym_let] = ACTIONS(2749), + [anon_sym_var] = ACTIONS(2749), + [anon_sym_func] = ACTIONS(2749), + [anon_sym_extension] = ACTIONS(2749), + [anon_sym_indirect] = ACTIONS(2749), + [anon_sym_SEMI] = ACTIONS(2749), + [anon_sym_init] = ACTIONS(2749), + [anon_sym_deinit] = ACTIONS(2749), + [anon_sym_subscript] = ACTIONS(2749), + [anon_sym_prefix] = ACTIONS(2749), + [anon_sym_infix] = ACTIONS(2749), + [anon_sym_postfix] = ACTIONS(2749), + [anon_sym_precedencegroup] = ACTIONS(2749), + [anon_sym_associatedtype] = ACTIONS(2749), + [anon_sym_AT] = ACTIONS(2747), + [anon_sym_override] = ACTIONS(2749), + [anon_sym_convenience] = ACTIONS(2749), + [anon_sym_required] = ACTIONS(2749), + [anon_sym_nonisolated] = ACTIONS(2749), + [anon_sym_public] = ACTIONS(2749), + [anon_sym_private] = ACTIONS(2749), + [anon_sym_internal] = ACTIONS(2749), + [anon_sym_fileprivate] = ACTIONS(2749), + [anon_sym_open] = ACTIONS(2749), + [anon_sym_mutating] = ACTIONS(2749), + [anon_sym_nonmutating] = ACTIONS(2749), + [anon_sym_static] = ACTIONS(2749), + [anon_sym_dynamic] = ACTIONS(2749), + [anon_sym_optional] = ACTIONS(2749), + [anon_sym_distributed] = ACTIONS(2749), + [anon_sym_final] = ACTIONS(2749), + [anon_sym_inout] = ACTIONS(2749), + [anon_sym_ATescaping] = ACTIONS(2749), + [anon_sym_ATautoclosure] = ACTIONS(2749), + [anon_sym_weak] = ACTIONS(2749), + [anon_sym_unowned] = ACTIONS(2747), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2749), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2749), + [anon_sym_borrowing] = ACTIONS(2749), + [anon_sym_consuming] = ACTIONS(2749), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2749), + [sym__conjunction_operator_custom] = ACTIONS(2749), + [sym__disjunction_operator_custom] = ACTIONS(2749), + [sym__nil_coalescing_operator_custom] = ACTIONS(2749), + [sym__eq_custom] = ACTIONS(2749), + [sym__eq_eq_custom] = ACTIONS(2749), + [sym__plus_then_ws] = ACTIONS(2749), + [sym__minus_then_ws] = ACTIONS(2749), + [sym__bang_custom] = ACTIONS(2749), + [sym__as_custom] = ACTIONS(2749), + [sym__as_quest_custom] = ACTIONS(2749), + [sym__as_bang_custom] = ACTIONS(2749), + [sym__custom_operator] = ACTIONS(2749), + }, + [STATE(974)] = { + [sym_simple_identifier] = STATE(1179), + [sym__contextual_simple_identifier] = STATE(1170), + [sym__simple_user_type] = STATE(1153), + [sym_array_type] = STATE(1153), + [sym_dictionary_type] = STATE(1153), + [sym__parameter_ownership_modifier] = STATE(1170), + [aux_sym_key_path_expression_repeat1] = STATE(1147), + [anon_sym_BANG] = ACTIONS(2061), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(657), + [aux_sym_simple_identifier_token2] = ACTIONS(659), + [aux_sym_simple_identifier_token3] = ACTIONS(659), + [aux_sym_simple_identifier_token4] = ACTIONS(659), + [anon_sym_actor] = ACTIONS(657), + [anon_sym_async] = ACTIONS(657), + [anon_sym_each] = ACTIONS(657), + [anon_sym_lazy] = ACTIONS(657), + [anon_sym_repeat] = ACTIONS(657), + [anon_sym_package] = ACTIONS(657), + [anon_sym_COMMA] = ACTIONS(2063), + [anon_sym_LPAREN] = ACTIONS(2063), + [anon_sym_LBRACK] = ACTIONS(2751), + [anon_sym_DOT] = ACTIONS(2753), + [anon_sym_QMARK] = ACTIONS(2061), + [anon_sym_QMARK2] = ACTIONS(2063), + [anon_sym_AMP] = ACTIONS(2063), + [aux_sym_custom_operator_token1] = ACTIONS(2063), + [anon_sym_LT] = ACTIONS(2061), + [anon_sym_GT] = ACTIONS(2061), + [anon_sym_LBRACE] = ACTIONS(2063), + [anon_sym_CARET_LBRACE] = ACTIONS(2063), + [anon_sym_RBRACE] = ACTIONS(2063), + [anon_sym_case] = ACTIONS(2061), + [anon_sym_fallthrough] = ACTIONS(2061), + [anon_sym_PLUS_EQ] = ACTIONS(2063), + [anon_sym_DASH_EQ] = ACTIONS(2063), + [anon_sym_STAR_EQ] = ACTIONS(2063), + [anon_sym_SLASH_EQ] = ACTIONS(2063), + [anon_sym_PERCENT_EQ] = ACTIONS(2063), + [anon_sym_BANG_EQ] = ACTIONS(2061), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2063), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2063), + [anon_sym_LT_EQ] = ACTIONS(2063), + [anon_sym_GT_EQ] = ACTIONS(2063), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2063), + [anon_sym_DOT_DOT_LT] = ACTIONS(2063), + [anon_sym_is] = ACTIONS(2061), + [anon_sym_PLUS] = ACTIONS(2061), + [anon_sym_DASH] = ACTIONS(2061), + [anon_sym_STAR] = ACTIONS(2061), + [anon_sym_SLASH] = ACTIONS(2061), + [anon_sym_PERCENT] = ACTIONS(2061), + [anon_sym_PLUS_PLUS] = ACTIONS(2063), + [anon_sym_DASH_DASH] = ACTIONS(2063), + [anon_sym_PIPE] = ACTIONS(2063), + [anon_sym_CARET] = ACTIONS(2061), + [anon_sym_LT_LT] = ACTIONS(2063), + [anon_sym_GT_GT] = ACTIONS(2063), + [anon_sym_class] = ACTIONS(2061), + [anon_sym_prefix] = ACTIONS(2061), + [anon_sym_infix] = ACTIONS(2061), + [anon_sym_postfix] = ACTIONS(2061), + [anon_sym_AT] = ACTIONS(2061), + [anon_sym_override] = ACTIONS(2061), + [anon_sym_convenience] = ACTIONS(2061), + [anon_sym_required] = ACTIONS(2061), + [anon_sym_nonisolated] = ACTIONS(2061), + [anon_sym_public] = ACTIONS(2061), + [anon_sym_private] = ACTIONS(2061), + [anon_sym_internal] = ACTIONS(2061), + [anon_sym_fileprivate] = ACTIONS(2061), + [anon_sym_open] = ACTIONS(2061), + [anon_sym_mutating] = ACTIONS(2061), + [anon_sym_nonmutating] = ACTIONS(2061), + [anon_sym_static] = ACTIONS(2061), + [anon_sym_dynamic] = ACTIONS(2061), + [anon_sym_optional] = ACTIONS(2061), + [anon_sym_distributed] = ACTIONS(2061), + [anon_sym_final] = ACTIONS(2061), + [anon_sym_inout] = ACTIONS(2061), + [anon_sym_ATescaping] = ACTIONS(2063), + [anon_sym_ATautoclosure] = ACTIONS(2063), + [anon_sym_weak] = ACTIONS(2061), + [anon_sym_unowned] = ACTIONS(2061), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2063), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2063), + [anon_sym_borrowing] = ACTIONS(657), + [anon_sym_consuming] = ACTIONS(657), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2063), + [sym__explicit_semi] = ACTIONS(2063), + [sym__dot_custom] = ACTIONS(2063), + [sym__conjunction_operator_custom] = ACTIONS(2063), + [sym__disjunction_operator_custom] = ACTIONS(2063), + [sym__nil_coalescing_operator_custom] = ACTIONS(2063), + [sym__eq_custom] = ACTIONS(2063), + [sym__eq_eq_custom] = ACTIONS(2063), + [sym__plus_then_ws] = ACTIONS(2063), + [sym__minus_then_ws] = ACTIONS(2063), + [sym__bang_custom] = ACTIONS(2063), + [sym_default_keyword] = ACTIONS(2063), + [sym_where_keyword] = ACTIONS(2063), + [sym__as_custom] = ACTIONS(2063), + [sym__as_quest_custom] = ACTIONS(2063), + [sym__as_bang_custom] = ACTIONS(2063), + [sym__custom_operator] = ACTIONS(2063), + }, + [STATE(975)] = { + [anon_sym_BANG] = ACTIONS(2755), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2757), + [anon_sym_async] = ACTIONS(2757), + [anon_sym_lazy] = ACTIONS(2757), + [anon_sym_package] = ACTIONS(2757), + [anon_sym_RPAREN] = ACTIONS(2757), + [anon_sym_COMMA] = ACTIONS(2757), + [anon_sym_COLON] = ACTIONS(2757), + [anon_sym_LPAREN] = ACTIONS(2757), + [anon_sym_LBRACK] = ACTIONS(2757), + [anon_sym_RBRACK] = ACTIONS(2757), + [anon_sym_QMARK] = ACTIONS(2755), + [anon_sym_QMARK2] = ACTIONS(2757), + [anon_sym_AMP] = ACTIONS(2757), + [aux_sym_custom_operator_token1] = ACTIONS(2757), + [anon_sym_LT] = ACTIONS(2755), + [anon_sym_GT] = ACTIONS(2755), + [anon_sym_LBRACE] = ACTIONS(2757), + [anon_sym_CARET_LBRACE] = ACTIONS(2757), + [anon_sym_RBRACE] = ACTIONS(2757), + [anon_sym_case] = ACTIONS(2757), + [anon_sym_PLUS_EQ] = ACTIONS(2757), + [anon_sym_DASH_EQ] = ACTIONS(2757), + [anon_sym_STAR_EQ] = ACTIONS(2757), + [anon_sym_SLASH_EQ] = ACTIONS(2757), + [anon_sym_PERCENT_EQ] = ACTIONS(2757), + [anon_sym_BANG_EQ] = ACTIONS(2755), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2757), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2757), + [anon_sym_LT_EQ] = ACTIONS(2757), + [anon_sym_GT_EQ] = ACTIONS(2757), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2757), + [anon_sym_DOT_DOT_LT] = ACTIONS(2757), + [anon_sym_is] = ACTIONS(2757), + [anon_sym_PLUS] = ACTIONS(2755), + [anon_sym_DASH] = ACTIONS(2755), + [anon_sym_STAR] = ACTIONS(2755), + [anon_sym_SLASH] = ACTIONS(2755), + [anon_sym_PERCENT] = ACTIONS(2755), + [anon_sym_PLUS_PLUS] = ACTIONS(2757), + [anon_sym_DASH_DASH] = ACTIONS(2757), + [anon_sym_PIPE] = ACTIONS(2757), + [anon_sym_CARET] = ACTIONS(2755), + [anon_sym_LT_LT] = ACTIONS(2757), + [anon_sym_GT_GT] = ACTIONS(2757), + [anon_sym_import] = ACTIONS(2757), + [anon_sym_typealias] = ACTIONS(2757), + [anon_sym_struct] = ACTIONS(2757), + [anon_sym_class] = ACTIONS(2757), + [anon_sym_enum] = ACTIONS(2757), + [anon_sym_protocol] = ACTIONS(2757), + [anon_sym_let] = ACTIONS(2757), + [anon_sym_var] = ACTIONS(2757), + [anon_sym_func] = ACTIONS(2757), + [anon_sym_extension] = ACTIONS(2757), + [anon_sym_indirect] = ACTIONS(2757), + [anon_sym_SEMI] = ACTIONS(2757), + [anon_sym_init] = ACTIONS(2757), + [anon_sym_deinit] = ACTIONS(2757), + [anon_sym_subscript] = ACTIONS(2757), + [anon_sym_prefix] = ACTIONS(2757), + [anon_sym_infix] = ACTIONS(2757), + [anon_sym_postfix] = ACTIONS(2757), + [anon_sym_precedencegroup] = ACTIONS(2757), + [anon_sym_associatedtype] = ACTIONS(2757), + [anon_sym_AT] = ACTIONS(2755), + [anon_sym_override] = ACTIONS(2757), + [anon_sym_convenience] = ACTIONS(2757), + [anon_sym_required] = ACTIONS(2757), + [anon_sym_nonisolated] = ACTIONS(2757), + [anon_sym_public] = ACTIONS(2757), + [anon_sym_private] = ACTIONS(2757), + [anon_sym_internal] = ACTIONS(2757), + [anon_sym_fileprivate] = ACTIONS(2757), + [anon_sym_open] = ACTIONS(2757), + [anon_sym_mutating] = ACTIONS(2757), + [anon_sym_nonmutating] = ACTIONS(2757), + [anon_sym_static] = ACTIONS(2757), + [anon_sym_dynamic] = ACTIONS(2757), + [anon_sym_optional] = ACTIONS(2757), + [anon_sym_distributed] = ACTIONS(2757), + [anon_sym_final] = ACTIONS(2757), + [anon_sym_inout] = ACTIONS(2757), + [anon_sym_ATescaping] = ACTIONS(2757), + [anon_sym_ATautoclosure] = ACTIONS(2757), + [anon_sym_weak] = ACTIONS(2757), + [anon_sym_unowned] = ACTIONS(2755), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2757), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2757), + [anon_sym_borrowing] = ACTIONS(2757), + [anon_sym_consuming] = ACTIONS(2757), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2757), + [sym__conjunction_operator_custom] = ACTIONS(2757), + [sym__disjunction_operator_custom] = ACTIONS(2757), + [sym__nil_coalescing_operator_custom] = ACTIONS(2757), + [sym__eq_custom] = ACTIONS(2757), + [sym__eq_eq_custom] = ACTIONS(2757), + [sym__plus_then_ws] = ACTIONS(2757), + [sym__minus_then_ws] = ACTIONS(2757), + [sym__bang_custom] = ACTIONS(2757), + [sym__as_custom] = ACTIONS(2757), + [sym__as_quest_custom] = ACTIONS(2757), + [sym__as_bang_custom] = ACTIONS(2757), + [sym__custom_operator] = ACTIONS(2757), + }, + [STATE(976)] = { + [anon_sym_BANG] = ACTIONS(2759), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2761), + [anon_sym_async] = ACTIONS(2761), + [anon_sym_lazy] = ACTIONS(2761), + [anon_sym_package] = ACTIONS(2761), + [anon_sym_RPAREN] = ACTIONS(2761), + [anon_sym_COMMA] = ACTIONS(2761), + [anon_sym_COLON] = ACTIONS(2761), + [anon_sym_LPAREN] = ACTIONS(2761), + [anon_sym_LBRACK] = ACTIONS(2761), + [anon_sym_RBRACK] = ACTIONS(2761), + [anon_sym_QMARK] = ACTIONS(2759), + [anon_sym_QMARK2] = ACTIONS(2761), + [anon_sym_AMP] = ACTIONS(2761), + [aux_sym_custom_operator_token1] = ACTIONS(2761), + [anon_sym_LT] = ACTIONS(2759), + [anon_sym_GT] = ACTIONS(2759), + [anon_sym_LBRACE] = ACTIONS(2761), + [anon_sym_CARET_LBRACE] = ACTIONS(2761), + [anon_sym_RBRACE] = ACTIONS(2761), + [anon_sym_case] = ACTIONS(2761), + [anon_sym_PLUS_EQ] = ACTIONS(2761), + [anon_sym_DASH_EQ] = ACTIONS(2761), + [anon_sym_STAR_EQ] = ACTIONS(2761), + [anon_sym_SLASH_EQ] = ACTIONS(2761), + [anon_sym_PERCENT_EQ] = ACTIONS(2761), + [anon_sym_BANG_EQ] = ACTIONS(2759), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2761), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2761), + [anon_sym_LT_EQ] = ACTIONS(2761), + [anon_sym_GT_EQ] = ACTIONS(2761), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2761), + [anon_sym_DOT_DOT_LT] = ACTIONS(2761), + [anon_sym_is] = ACTIONS(2761), + [anon_sym_PLUS] = ACTIONS(2759), + [anon_sym_DASH] = ACTIONS(2759), + [anon_sym_STAR] = ACTIONS(2759), + [anon_sym_SLASH] = ACTIONS(2759), + [anon_sym_PERCENT] = ACTIONS(2759), + [anon_sym_PLUS_PLUS] = ACTIONS(2761), + [anon_sym_DASH_DASH] = ACTIONS(2761), + [anon_sym_PIPE] = ACTIONS(2761), + [anon_sym_CARET] = ACTIONS(2759), + [anon_sym_LT_LT] = ACTIONS(2761), + [anon_sym_GT_GT] = ACTIONS(2761), + [anon_sym_import] = ACTIONS(2761), + [anon_sym_typealias] = ACTIONS(2761), + [anon_sym_struct] = ACTIONS(2761), + [anon_sym_class] = ACTIONS(2761), + [anon_sym_enum] = ACTIONS(2761), + [anon_sym_protocol] = ACTIONS(2761), + [anon_sym_let] = ACTIONS(2761), + [anon_sym_var] = ACTIONS(2761), + [anon_sym_func] = ACTIONS(2761), + [anon_sym_extension] = ACTIONS(2761), + [anon_sym_indirect] = ACTIONS(2761), + [anon_sym_SEMI] = ACTIONS(2761), + [anon_sym_init] = ACTIONS(2761), + [anon_sym_deinit] = ACTIONS(2761), + [anon_sym_subscript] = ACTIONS(2761), + [anon_sym_prefix] = ACTIONS(2761), + [anon_sym_infix] = ACTIONS(2761), + [anon_sym_postfix] = ACTIONS(2761), + [anon_sym_precedencegroup] = ACTIONS(2761), + [anon_sym_associatedtype] = ACTIONS(2761), + [anon_sym_AT] = ACTIONS(2759), + [anon_sym_override] = ACTIONS(2761), + [anon_sym_convenience] = ACTIONS(2761), + [anon_sym_required] = ACTIONS(2761), + [anon_sym_nonisolated] = ACTIONS(2761), + [anon_sym_public] = ACTIONS(2761), + [anon_sym_private] = ACTIONS(2761), + [anon_sym_internal] = ACTIONS(2761), + [anon_sym_fileprivate] = ACTIONS(2761), + [anon_sym_open] = ACTIONS(2761), + [anon_sym_mutating] = ACTIONS(2761), + [anon_sym_nonmutating] = ACTIONS(2761), + [anon_sym_static] = ACTIONS(2761), + [anon_sym_dynamic] = ACTIONS(2761), + [anon_sym_optional] = ACTIONS(2761), + [anon_sym_distributed] = ACTIONS(2761), + [anon_sym_final] = ACTIONS(2761), + [anon_sym_inout] = ACTIONS(2761), + [anon_sym_ATescaping] = ACTIONS(2761), + [anon_sym_ATautoclosure] = ACTIONS(2761), + [anon_sym_weak] = ACTIONS(2761), + [anon_sym_unowned] = ACTIONS(2759), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2761), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2761), + [anon_sym_borrowing] = ACTIONS(2761), + [anon_sym_consuming] = ACTIONS(2761), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2761), + [sym__conjunction_operator_custom] = ACTIONS(2761), + [sym__disjunction_operator_custom] = ACTIONS(2761), + [sym__nil_coalescing_operator_custom] = ACTIONS(2761), + [sym__eq_custom] = ACTIONS(2761), + [sym__eq_eq_custom] = ACTIONS(2761), + [sym__plus_then_ws] = ACTIONS(2761), + [sym__minus_then_ws] = ACTIONS(2761), + [sym__bang_custom] = ACTIONS(2761), + [sym__as_custom] = ACTIONS(2761), + [sym__as_quest_custom] = ACTIONS(2761), + [sym__as_bang_custom] = ACTIONS(2761), + [sym__custom_operator] = ACTIONS(2761), + }, + [STATE(977)] = { + [anon_sym_BANG] = ACTIONS(2763), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2765), + [anon_sym_async] = ACTIONS(2765), + [anon_sym_lazy] = ACTIONS(2765), + [anon_sym_package] = ACTIONS(2765), + [anon_sym_RPAREN] = ACTIONS(2765), + [anon_sym_COMMA] = ACTIONS(2765), + [anon_sym_COLON] = ACTIONS(2765), + [anon_sym_LPAREN] = ACTIONS(2765), + [anon_sym_LBRACK] = ACTIONS(2765), + [anon_sym_RBRACK] = ACTIONS(2765), + [anon_sym_QMARK] = ACTIONS(2763), + [anon_sym_QMARK2] = ACTIONS(2765), + [anon_sym_AMP] = ACTIONS(2765), + [aux_sym_custom_operator_token1] = ACTIONS(2765), + [anon_sym_LT] = ACTIONS(2763), + [anon_sym_GT] = ACTIONS(2763), + [anon_sym_LBRACE] = ACTIONS(2765), + [anon_sym_CARET_LBRACE] = ACTIONS(2765), + [anon_sym_RBRACE] = ACTIONS(2765), + [anon_sym_case] = ACTIONS(2765), + [anon_sym_PLUS_EQ] = ACTIONS(2765), + [anon_sym_DASH_EQ] = ACTIONS(2765), + [anon_sym_STAR_EQ] = ACTIONS(2765), + [anon_sym_SLASH_EQ] = ACTIONS(2765), + [anon_sym_PERCENT_EQ] = ACTIONS(2765), + [anon_sym_BANG_EQ] = ACTIONS(2763), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2765), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2765), + [anon_sym_LT_EQ] = ACTIONS(2765), + [anon_sym_GT_EQ] = ACTIONS(2765), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2765), + [anon_sym_DOT_DOT_LT] = ACTIONS(2765), + [anon_sym_is] = ACTIONS(2765), + [anon_sym_PLUS] = ACTIONS(2763), + [anon_sym_DASH] = ACTIONS(2763), + [anon_sym_STAR] = ACTIONS(2763), + [anon_sym_SLASH] = ACTIONS(2763), + [anon_sym_PERCENT] = ACTIONS(2763), + [anon_sym_PLUS_PLUS] = ACTIONS(2765), + [anon_sym_DASH_DASH] = ACTIONS(2765), + [anon_sym_PIPE] = ACTIONS(2765), + [anon_sym_CARET] = ACTIONS(2763), + [anon_sym_LT_LT] = ACTIONS(2765), + [anon_sym_GT_GT] = ACTIONS(2765), + [anon_sym_import] = ACTIONS(2765), + [anon_sym_typealias] = ACTIONS(2765), + [anon_sym_struct] = ACTIONS(2765), + [anon_sym_class] = ACTIONS(2765), + [anon_sym_enum] = ACTIONS(2765), + [anon_sym_protocol] = ACTIONS(2765), + [anon_sym_let] = ACTIONS(2765), + [anon_sym_var] = ACTIONS(2765), + [anon_sym_func] = ACTIONS(2765), + [anon_sym_extension] = ACTIONS(2765), + [anon_sym_indirect] = ACTIONS(2765), + [anon_sym_SEMI] = ACTIONS(2765), + [anon_sym_init] = ACTIONS(2765), + [anon_sym_deinit] = ACTIONS(2765), + [anon_sym_subscript] = ACTIONS(2765), + [anon_sym_prefix] = ACTIONS(2765), + [anon_sym_infix] = ACTIONS(2765), + [anon_sym_postfix] = ACTIONS(2765), + [anon_sym_precedencegroup] = ACTIONS(2765), + [anon_sym_associatedtype] = ACTIONS(2765), + [anon_sym_AT] = ACTIONS(2763), + [anon_sym_override] = ACTIONS(2765), + [anon_sym_convenience] = ACTIONS(2765), + [anon_sym_required] = ACTIONS(2765), + [anon_sym_nonisolated] = ACTIONS(2765), + [anon_sym_public] = ACTIONS(2765), + [anon_sym_private] = ACTIONS(2765), + [anon_sym_internal] = ACTIONS(2765), + [anon_sym_fileprivate] = ACTIONS(2765), + [anon_sym_open] = ACTIONS(2765), + [anon_sym_mutating] = ACTIONS(2765), + [anon_sym_nonmutating] = ACTIONS(2765), + [anon_sym_static] = ACTIONS(2765), + [anon_sym_dynamic] = ACTIONS(2765), + [anon_sym_optional] = ACTIONS(2765), + [anon_sym_distributed] = ACTIONS(2765), + [anon_sym_final] = ACTIONS(2765), + [anon_sym_inout] = ACTIONS(2765), + [anon_sym_ATescaping] = ACTIONS(2765), + [anon_sym_ATautoclosure] = ACTIONS(2765), + [anon_sym_weak] = ACTIONS(2765), + [anon_sym_unowned] = ACTIONS(2763), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2765), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2765), + [anon_sym_borrowing] = ACTIONS(2765), + [anon_sym_consuming] = ACTIONS(2765), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2765), + [sym__conjunction_operator_custom] = ACTIONS(2765), + [sym__disjunction_operator_custom] = ACTIONS(2765), + [sym__nil_coalescing_operator_custom] = ACTIONS(2765), + [sym__eq_custom] = ACTIONS(2765), + [sym__eq_eq_custom] = ACTIONS(2765), + [sym__plus_then_ws] = ACTIONS(2765), + [sym__minus_then_ws] = ACTIONS(2765), + [sym__bang_custom] = ACTIONS(2765), + [sym__as_custom] = ACTIONS(2765), + [sym__as_quest_custom] = ACTIONS(2765), + [sym__as_bang_custom] = ACTIONS(2765), + [sym__custom_operator] = ACTIONS(2765), + }, + [STATE(978)] = { + [anon_sym_BANG] = ACTIONS(2767), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(2767), + [aux_sym_simple_identifier_token2] = ACTIONS(2769), + [aux_sym_simple_identifier_token3] = ACTIONS(2769), + [aux_sym_simple_identifier_token4] = ACTIONS(2769), + [anon_sym_actor] = ACTIONS(2767), + [anon_sym_async] = ACTIONS(2767), + [anon_sym_each] = ACTIONS(2767), + [anon_sym_lazy] = ACTIONS(2767), + [anon_sym_repeat] = ACTIONS(2767), + [anon_sym_package] = ACTIONS(2767), + [anon_sym_nil] = ACTIONS(2767), + [sym_real_literal] = ACTIONS(2769), + [sym_integer_literal] = ACTIONS(2767), + [sym_hex_literal] = ACTIONS(2767), + [sym_oct_literal] = ACTIONS(2769), + [sym_bin_literal] = ACTIONS(2769), + [anon_sym_true] = ACTIONS(2767), + [anon_sym_false] = ACTIONS(2767), + [anon_sym_DQUOTE] = ACTIONS(2767), + [anon_sym_BSLASH] = ACTIONS(2769), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2769), + [sym__oneline_regex_literal] = ACTIONS(2767), + [anon_sym_LPAREN] = ACTIONS(2769), + [anon_sym_LBRACK] = ACTIONS(2769), + [anon_sym_AMP] = ACTIONS(2769), + [anon_sym_TILDE] = ACTIONS(2769), + [anon_sym_if] = ACTIONS(2767), + [anon_sym_switch] = ACTIONS(2767), + [aux_sym_custom_operator_token1] = ACTIONS(2769), + [anon_sym_LT] = ACTIONS(2767), + [anon_sym_GT] = ACTIONS(2767), + [anon_sym_await] = ACTIONS(2767), + [anon_sym_LBRACE] = ACTIONS(2769), + [anon_sym_CARET_LBRACE] = ACTIONS(2769), + [anon_sym_RBRACE] = ACTIONS(2769), + [anon_sym_self] = ACTIONS(2767), + [anon_sym_super] = ACTIONS(2767), + [anon_sym_guard] = ACTIONS(2767), + [anon_sym_do] = ACTIONS(2767), + [anon_sym_try] = ACTIONS(2767), + [anon_sym_PLUS_EQ] = ACTIONS(2769), + [anon_sym_DASH_EQ] = ACTIONS(2769), + [anon_sym_STAR_EQ] = ACTIONS(2769), + [anon_sym_SLASH_EQ] = ACTIONS(2769), + [anon_sym_PERCENT_EQ] = ACTIONS(2769), + [anon_sym_BANG_EQ] = ACTIONS(2767), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2769), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2769), + [anon_sym_LT_EQ] = ACTIONS(2769), + [anon_sym_GT_EQ] = ACTIONS(2769), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2769), + [anon_sym_DOT_DOT_LT] = ACTIONS(2769), + [anon_sym_PLUS] = ACTIONS(2767), + [anon_sym_DASH] = ACTIONS(2767), + [anon_sym_STAR] = ACTIONS(2767), + [anon_sym_SLASH] = ACTIONS(2767), + [anon_sym_PERCENT] = ACTIONS(2767), + [anon_sym_PLUS_PLUS] = ACTIONS(2769), + [anon_sym_DASH_DASH] = ACTIONS(2769), + [anon_sym_PIPE] = ACTIONS(2769), + [anon_sym_CARET] = ACTIONS(2767), + [anon_sym_LT_LT] = ACTIONS(2769), + [anon_sym_GT_GT] = ACTIONS(2769), + [sym_statement_label] = ACTIONS(2769), + [anon_sym_for] = ACTIONS(2767), + [anon_sym_while] = ACTIONS(2767), + [sym_throw_keyword] = ACTIONS(2767), + [anon_sym_return] = ACTIONS(2767), + [anon_sym_continue] = ACTIONS(2767), + [anon_sym_break] = ACTIONS(2767), + [anon_sym_yield] = ACTIONS(2767), + [anon_sym_typealias] = ACTIONS(2767), + [anon_sym_struct] = ACTIONS(2767), + [anon_sym_class] = ACTIONS(2767), + [anon_sym_enum] = ACTIONS(2767), + [anon_sym_let] = ACTIONS(2767), + [anon_sym_var] = ACTIONS(2767), + [anon_sym_func] = ACTIONS(2767), + [anon_sym_extension] = ACTIONS(2767), + [anon_sym_indirect] = ACTIONS(2767), + [anon_sym_AT] = ACTIONS(2769), + [anon_sym_final] = ACTIONS(2767), + [anon_sym_weak] = ACTIONS(2767), + [anon_sym_unowned] = ACTIONS(2767), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2769), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2769), + [anon_sym_borrowing] = ACTIONS(2767), + [anon_sym_consuming] = ACTIONS(2767), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(2769), + [sym_raw_str_end_part] = ACTIONS(2769), + [sym__dot_custom] = ACTIONS(2769), + [sym__eq_custom] = ACTIONS(2769), + [sym__eq_eq_custom] = ACTIONS(2769), + [sym__plus_then_ws] = ACTIONS(2769), + [sym__minus_then_ws] = ACTIONS(2769), + [sym__bang_custom] = ACTIONS(2769), + [sym__custom_operator] = ACTIONS(2769), + [sym__hash_symbol_custom] = ACTIONS(2769), + [sym__directive_if] = ACTIONS(2769), + [sym__directive_elseif] = ACTIONS(2769), + [sym__directive_else] = ACTIONS(2769), + [sym__directive_endif] = ACTIONS(2769), + }, + [STATE(979)] = { + [anon_sym_BANG] = ACTIONS(2771), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(2771), + [aux_sym_simple_identifier_token2] = ACTIONS(2773), + [aux_sym_simple_identifier_token3] = ACTIONS(2773), + [aux_sym_simple_identifier_token4] = ACTIONS(2773), + [anon_sym_actor] = ACTIONS(2771), + [anon_sym_async] = ACTIONS(2771), + [anon_sym_each] = ACTIONS(2771), + [anon_sym_lazy] = ACTIONS(2771), + [anon_sym_repeat] = ACTIONS(2771), + [anon_sym_package] = ACTIONS(2771), + [anon_sym_nil] = ACTIONS(2771), + [sym_real_literal] = ACTIONS(2773), + [sym_integer_literal] = ACTIONS(2771), + [sym_hex_literal] = ACTIONS(2771), + [sym_oct_literal] = ACTIONS(2773), + [sym_bin_literal] = ACTIONS(2773), + [anon_sym_true] = ACTIONS(2771), + [anon_sym_false] = ACTIONS(2771), + [anon_sym_DQUOTE] = ACTIONS(2771), + [anon_sym_BSLASH] = ACTIONS(2773), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2773), + [sym__oneline_regex_literal] = ACTIONS(2771), + [anon_sym_LPAREN] = ACTIONS(2773), + [anon_sym_LBRACK] = ACTIONS(2773), + [anon_sym_AMP] = ACTIONS(2773), + [anon_sym_TILDE] = ACTIONS(2773), + [anon_sym_if] = ACTIONS(2771), + [anon_sym_switch] = ACTIONS(2771), + [aux_sym_custom_operator_token1] = ACTIONS(2773), + [anon_sym_LT] = ACTIONS(2771), + [anon_sym_GT] = ACTIONS(2771), + [anon_sym_await] = ACTIONS(2771), + [anon_sym_LBRACE] = ACTIONS(2773), + [anon_sym_CARET_LBRACE] = ACTIONS(2773), + [anon_sym_RBRACE] = ACTIONS(2773), + [anon_sym_self] = ACTIONS(2771), + [anon_sym_super] = ACTIONS(2771), + [anon_sym_guard] = ACTIONS(2771), + [anon_sym_do] = ACTIONS(2771), + [anon_sym_try] = ACTIONS(2771), + [anon_sym_PLUS_EQ] = ACTIONS(2773), + [anon_sym_DASH_EQ] = ACTIONS(2773), + [anon_sym_STAR_EQ] = ACTIONS(2773), + [anon_sym_SLASH_EQ] = ACTIONS(2773), + [anon_sym_PERCENT_EQ] = ACTIONS(2773), + [anon_sym_BANG_EQ] = ACTIONS(2771), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2773), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2773), + [anon_sym_LT_EQ] = ACTIONS(2773), + [anon_sym_GT_EQ] = ACTIONS(2773), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2773), + [anon_sym_DOT_DOT_LT] = ACTIONS(2773), + [anon_sym_PLUS] = ACTIONS(2771), + [anon_sym_DASH] = ACTIONS(2771), + [anon_sym_STAR] = ACTIONS(2771), + [anon_sym_SLASH] = ACTIONS(2771), + [anon_sym_PERCENT] = ACTIONS(2771), + [anon_sym_PLUS_PLUS] = ACTIONS(2773), + [anon_sym_DASH_DASH] = ACTIONS(2773), + [anon_sym_PIPE] = ACTIONS(2773), + [anon_sym_CARET] = ACTIONS(2771), + [anon_sym_LT_LT] = ACTIONS(2773), + [anon_sym_GT_GT] = ACTIONS(2773), + [sym_statement_label] = ACTIONS(2773), + [anon_sym_for] = ACTIONS(2771), + [anon_sym_while] = ACTIONS(2771), + [sym_throw_keyword] = ACTIONS(2771), + [anon_sym_return] = ACTIONS(2771), + [anon_sym_continue] = ACTIONS(2771), + [anon_sym_break] = ACTIONS(2771), + [anon_sym_yield] = ACTIONS(2771), + [anon_sym_typealias] = ACTIONS(2771), + [anon_sym_struct] = ACTIONS(2771), + [anon_sym_class] = ACTIONS(2771), + [anon_sym_enum] = ACTIONS(2771), + [anon_sym_let] = ACTIONS(2771), + [anon_sym_var] = ACTIONS(2771), + [anon_sym_func] = ACTIONS(2771), + [anon_sym_extension] = ACTIONS(2771), + [anon_sym_indirect] = ACTIONS(2771), + [anon_sym_AT] = ACTIONS(2773), + [anon_sym_final] = ACTIONS(2771), + [anon_sym_weak] = ACTIONS(2771), + [anon_sym_unowned] = ACTIONS(2771), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2773), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2773), + [anon_sym_borrowing] = ACTIONS(2771), + [anon_sym_consuming] = ACTIONS(2771), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(2773), + [sym_raw_str_end_part] = ACTIONS(2773), + [sym__dot_custom] = ACTIONS(2773), + [sym__eq_custom] = ACTIONS(2773), + [sym__eq_eq_custom] = ACTIONS(2773), + [sym__plus_then_ws] = ACTIONS(2773), + [sym__minus_then_ws] = ACTIONS(2773), + [sym__bang_custom] = ACTIONS(2773), + [sym__custom_operator] = ACTIONS(2773), + [sym__hash_symbol_custom] = ACTIONS(2773), + [sym__directive_if] = ACTIONS(2773), + [sym__directive_elseif] = ACTIONS(2773), + [sym__directive_else] = ACTIONS(2773), + [sym__directive_endif] = ACTIONS(2773), + }, + [STATE(980)] = { + [anon_sym_BANG] = ACTIONS(2775), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(2775), + [aux_sym_simple_identifier_token2] = ACTIONS(2777), + [aux_sym_simple_identifier_token3] = ACTIONS(2777), + [aux_sym_simple_identifier_token4] = ACTIONS(2777), + [anon_sym_actor] = ACTIONS(2775), + [anon_sym_async] = ACTIONS(2775), + [anon_sym_each] = ACTIONS(2775), + [anon_sym_lazy] = ACTIONS(2775), + [anon_sym_repeat] = ACTIONS(2775), + [anon_sym_package] = ACTIONS(2775), + [anon_sym_nil] = ACTIONS(2775), + [sym_real_literal] = ACTIONS(2777), + [sym_integer_literal] = ACTIONS(2775), + [sym_hex_literal] = ACTIONS(2775), + [sym_oct_literal] = ACTIONS(2777), + [sym_bin_literal] = ACTIONS(2777), + [anon_sym_true] = ACTIONS(2775), + [anon_sym_false] = ACTIONS(2775), + [anon_sym_DQUOTE] = ACTIONS(2775), + [anon_sym_BSLASH] = ACTIONS(2777), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2777), + [sym__oneline_regex_literal] = ACTIONS(2775), + [anon_sym_LPAREN] = ACTIONS(2777), + [anon_sym_LBRACK] = ACTIONS(2777), + [anon_sym_AMP] = ACTIONS(2777), + [anon_sym_TILDE] = ACTIONS(2777), + [anon_sym_if] = ACTIONS(2775), + [anon_sym_switch] = ACTIONS(2775), + [aux_sym_custom_operator_token1] = ACTIONS(2777), + [anon_sym_LT] = ACTIONS(2775), + [anon_sym_GT] = ACTIONS(2775), + [anon_sym_await] = ACTIONS(2775), + [anon_sym_LBRACE] = ACTIONS(2777), + [anon_sym_CARET_LBRACE] = ACTIONS(2777), + [anon_sym_RBRACE] = ACTIONS(2777), + [anon_sym_self] = ACTIONS(2775), + [anon_sym_super] = ACTIONS(2775), + [anon_sym_guard] = ACTIONS(2775), + [anon_sym_do] = ACTIONS(2775), + [anon_sym_try] = ACTIONS(2775), + [anon_sym_PLUS_EQ] = ACTIONS(2777), + [anon_sym_DASH_EQ] = ACTIONS(2777), + [anon_sym_STAR_EQ] = ACTIONS(2777), + [anon_sym_SLASH_EQ] = ACTIONS(2777), + [anon_sym_PERCENT_EQ] = ACTIONS(2777), + [anon_sym_BANG_EQ] = ACTIONS(2775), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2777), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2777), + [anon_sym_LT_EQ] = ACTIONS(2777), + [anon_sym_GT_EQ] = ACTIONS(2777), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2777), + [anon_sym_DOT_DOT_LT] = ACTIONS(2777), + [anon_sym_PLUS] = ACTIONS(2775), + [anon_sym_DASH] = ACTIONS(2775), + [anon_sym_STAR] = ACTIONS(2775), + [anon_sym_SLASH] = ACTIONS(2775), + [anon_sym_PERCENT] = ACTIONS(2775), + [anon_sym_PLUS_PLUS] = ACTIONS(2777), + [anon_sym_DASH_DASH] = ACTIONS(2777), + [anon_sym_PIPE] = ACTIONS(2777), + [anon_sym_CARET] = ACTIONS(2775), + [anon_sym_LT_LT] = ACTIONS(2777), + [anon_sym_GT_GT] = ACTIONS(2777), + [sym_statement_label] = ACTIONS(2777), + [anon_sym_for] = ACTIONS(2775), + [anon_sym_while] = ACTIONS(2775), + [sym_throw_keyword] = ACTIONS(2775), + [anon_sym_return] = ACTIONS(2775), + [anon_sym_continue] = ACTIONS(2775), + [anon_sym_break] = ACTIONS(2775), + [anon_sym_yield] = ACTIONS(2775), + [anon_sym_typealias] = ACTIONS(2775), + [anon_sym_struct] = ACTIONS(2775), + [anon_sym_class] = ACTIONS(2775), + [anon_sym_enum] = ACTIONS(2775), + [anon_sym_let] = ACTIONS(2775), + [anon_sym_var] = ACTIONS(2775), + [anon_sym_func] = ACTIONS(2775), + [anon_sym_extension] = ACTIONS(2775), + [anon_sym_indirect] = ACTIONS(2775), + [anon_sym_AT] = ACTIONS(2777), + [anon_sym_final] = ACTIONS(2775), + [anon_sym_weak] = ACTIONS(2775), + [anon_sym_unowned] = ACTIONS(2775), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2777), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2777), + [anon_sym_borrowing] = ACTIONS(2775), + [anon_sym_consuming] = ACTIONS(2775), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(2777), + [sym_raw_str_end_part] = ACTIONS(2777), + [sym__dot_custom] = ACTIONS(2777), + [sym__eq_custom] = ACTIONS(2777), + [sym__eq_eq_custom] = ACTIONS(2777), + [sym__plus_then_ws] = ACTIONS(2777), + [sym__minus_then_ws] = ACTIONS(2777), + [sym__bang_custom] = ACTIONS(2777), + [sym__custom_operator] = ACTIONS(2777), + [sym__hash_symbol_custom] = ACTIONS(2777), + [sym__directive_if] = ACTIONS(2777), + [sym__directive_elseif] = ACTIONS(2777), + [sym__directive_else] = ACTIONS(2777), + [sym__directive_endif] = ACTIONS(2777), + }, + [STATE(981)] = { + [anon_sym_BANG] = ACTIONS(2779), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(2779), + [aux_sym_simple_identifier_token2] = ACTIONS(2781), + [aux_sym_simple_identifier_token3] = ACTIONS(2781), + [aux_sym_simple_identifier_token4] = ACTIONS(2781), + [anon_sym_actor] = ACTIONS(2779), + [anon_sym_async] = ACTIONS(2779), + [anon_sym_each] = ACTIONS(2779), + [anon_sym_lazy] = ACTIONS(2779), + [anon_sym_repeat] = ACTIONS(2779), + [anon_sym_package] = ACTIONS(2779), + [anon_sym_nil] = ACTIONS(2779), + [sym_real_literal] = ACTIONS(2781), + [sym_integer_literal] = ACTIONS(2779), + [sym_hex_literal] = ACTIONS(2779), + [sym_oct_literal] = ACTIONS(2781), + [sym_bin_literal] = ACTIONS(2781), + [anon_sym_true] = ACTIONS(2779), + [anon_sym_false] = ACTIONS(2779), + [anon_sym_DQUOTE] = ACTIONS(2779), + [anon_sym_BSLASH] = ACTIONS(2781), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2781), + [sym__oneline_regex_literal] = ACTIONS(2779), + [anon_sym_LPAREN] = ACTIONS(2781), + [anon_sym_LBRACK] = ACTIONS(2781), + [anon_sym_AMP] = ACTIONS(2781), + [anon_sym_TILDE] = ACTIONS(2781), + [anon_sym_if] = ACTIONS(2779), + [anon_sym_switch] = ACTIONS(2779), + [aux_sym_custom_operator_token1] = ACTIONS(2781), + [anon_sym_LT] = ACTIONS(2779), + [anon_sym_GT] = ACTIONS(2779), + [anon_sym_await] = ACTIONS(2779), + [anon_sym_LBRACE] = ACTIONS(2781), + [anon_sym_CARET_LBRACE] = ACTIONS(2781), + [anon_sym_RBRACE] = ACTIONS(2781), + [anon_sym_self] = ACTIONS(2779), + [anon_sym_super] = ACTIONS(2779), + [anon_sym_guard] = ACTIONS(2779), + [anon_sym_do] = ACTIONS(2779), + [anon_sym_try] = ACTIONS(2779), + [anon_sym_PLUS_EQ] = ACTIONS(2781), + [anon_sym_DASH_EQ] = ACTIONS(2781), + [anon_sym_STAR_EQ] = ACTIONS(2781), + [anon_sym_SLASH_EQ] = ACTIONS(2781), + [anon_sym_PERCENT_EQ] = ACTIONS(2781), + [anon_sym_BANG_EQ] = ACTIONS(2779), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2781), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2781), + [anon_sym_LT_EQ] = ACTIONS(2781), + [anon_sym_GT_EQ] = ACTIONS(2781), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2781), + [anon_sym_DOT_DOT_LT] = ACTIONS(2781), + [anon_sym_PLUS] = ACTIONS(2779), + [anon_sym_DASH] = ACTIONS(2779), + [anon_sym_STAR] = ACTIONS(2779), + [anon_sym_SLASH] = ACTIONS(2779), + [anon_sym_PERCENT] = ACTIONS(2779), + [anon_sym_PLUS_PLUS] = ACTIONS(2781), + [anon_sym_DASH_DASH] = ACTIONS(2781), + [anon_sym_PIPE] = ACTIONS(2781), + [anon_sym_CARET] = ACTIONS(2779), + [anon_sym_LT_LT] = ACTIONS(2781), + [anon_sym_GT_GT] = ACTIONS(2781), + [sym_statement_label] = ACTIONS(2781), + [anon_sym_for] = ACTIONS(2779), + [anon_sym_while] = ACTIONS(2779), + [sym_throw_keyword] = ACTIONS(2779), + [anon_sym_return] = ACTIONS(2779), + [anon_sym_continue] = ACTIONS(2779), + [anon_sym_break] = ACTIONS(2779), + [anon_sym_yield] = ACTIONS(2779), + [anon_sym_typealias] = ACTIONS(2779), + [anon_sym_struct] = ACTIONS(2779), + [anon_sym_class] = ACTIONS(2779), + [anon_sym_enum] = ACTIONS(2779), + [anon_sym_let] = ACTIONS(2779), + [anon_sym_var] = ACTIONS(2779), + [anon_sym_func] = ACTIONS(2779), + [anon_sym_extension] = ACTIONS(2779), + [anon_sym_indirect] = ACTIONS(2779), + [anon_sym_AT] = ACTIONS(2781), + [anon_sym_final] = ACTIONS(2779), + [anon_sym_weak] = ACTIONS(2779), + [anon_sym_unowned] = ACTIONS(2779), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2781), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2781), + [anon_sym_borrowing] = ACTIONS(2779), + [anon_sym_consuming] = ACTIONS(2779), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(2781), + [sym_raw_str_end_part] = ACTIONS(2781), + [sym__dot_custom] = ACTIONS(2781), + [sym__eq_custom] = ACTIONS(2781), + [sym__eq_eq_custom] = ACTIONS(2781), + [sym__plus_then_ws] = ACTIONS(2781), + [sym__minus_then_ws] = ACTIONS(2781), + [sym__bang_custom] = ACTIONS(2781), + [sym__custom_operator] = ACTIONS(2781), + [sym__hash_symbol_custom] = ACTIONS(2781), + [sym__directive_if] = ACTIONS(2781), + [sym__directive_elseif] = ACTIONS(2781), + [sym__directive_else] = ACTIONS(2781), + [sym__directive_endif] = ACTIONS(2781), + }, + [STATE(982)] = { + [anon_sym_BANG] = ACTIONS(2783), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(2783), + [aux_sym_simple_identifier_token2] = ACTIONS(2785), + [aux_sym_simple_identifier_token3] = ACTIONS(2785), + [aux_sym_simple_identifier_token4] = ACTIONS(2785), + [anon_sym_actor] = ACTIONS(2783), + [anon_sym_async] = ACTIONS(2783), + [anon_sym_each] = ACTIONS(2783), + [anon_sym_lazy] = ACTIONS(2783), + [anon_sym_repeat] = ACTIONS(2783), + [anon_sym_package] = ACTIONS(2783), + [anon_sym_nil] = ACTIONS(2783), + [sym_real_literal] = ACTIONS(2785), + [sym_integer_literal] = ACTIONS(2783), + [sym_hex_literal] = ACTIONS(2783), + [sym_oct_literal] = ACTIONS(2785), + [sym_bin_literal] = ACTIONS(2785), + [anon_sym_true] = ACTIONS(2783), + [anon_sym_false] = ACTIONS(2783), + [anon_sym_DQUOTE] = ACTIONS(2783), + [anon_sym_BSLASH] = ACTIONS(2785), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2785), + [sym__oneline_regex_literal] = ACTIONS(2783), + [anon_sym_LPAREN] = ACTIONS(2785), + [anon_sym_LBRACK] = ACTIONS(2785), + [anon_sym_AMP] = ACTIONS(2785), + [anon_sym_TILDE] = ACTIONS(2785), + [anon_sym_if] = ACTIONS(2783), + [anon_sym_switch] = ACTIONS(2783), + [aux_sym_custom_operator_token1] = ACTIONS(2785), + [anon_sym_LT] = ACTIONS(2783), + [anon_sym_GT] = ACTIONS(2783), + [anon_sym_await] = ACTIONS(2783), + [anon_sym_LBRACE] = ACTIONS(2785), + [anon_sym_CARET_LBRACE] = ACTIONS(2785), + [anon_sym_RBRACE] = ACTIONS(2785), + [anon_sym_self] = ACTIONS(2783), + [anon_sym_super] = ACTIONS(2783), + [anon_sym_guard] = ACTIONS(2783), + [anon_sym_do] = ACTIONS(2783), + [anon_sym_try] = ACTIONS(2783), + [anon_sym_PLUS_EQ] = ACTIONS(2785), + [anon_sym_DASH_EQ] = ACTIONS(2785), + [anon_sym_STAR_EQ] = ACTIONS(2785), + [anon_sym_SLASH_EQ] = ACTIONS(2785), + [anon_sym_PERCENT_EQ] = ACTIONS(2785), + [anon_sym_BANG_EQ] = ACTIONS(2783), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2785), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2785), + [anon_sym_LT_EQ] = ACTIONS(2785), + [anon_sym_GT_EQ] = ACTIONS(2785), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2785), + [anon_sym_DOT_DOT_LT] = ACTIONS(2785), + [anon_sym_PLUS] = ACTIONS(2783), + [anon_sym_DASH] = ACTIONS(2783), + [anon_sym_STAR] = ACTIONS(2783), + [anon_sym_SLASH] = ACTIONS(2783), + [anon_sym_PERCENT] = ACTIONS(2783), + [anon_sym_PLUS_PLUS] = ACTIONS(2785), + [anon_sym_DASH_DASH] = ACTIONS(2785), + [anon_sym_PIPE] = ACTIONS(2785), + [anon_sym_CARET] = ACTIONS(2783), + [anon_sym_LT_LT] = ACTIONS(2785), + [anon_sym_GT_GT] = ACTIONS(2785), + [sym_statement_label] = ACTIONS(2785), + [anon_sym_for] = ACTIONS(2783), + [anon_sym_while] = ACTIONS(2783), + [sym_throw_keyword] = ACTIONS(2783), + [anon_sym_return] = ACTIONS(2783), + [anon_sym_continue] = ACTIONS(2783), + [anon_sym_break] = ACTIONS(2783), + [anon_sym_yield] = ACTIONS(2783), + [anon_sym_typealias] = ACTIONS(2783), + [anon_sym_struct] = ACTIONS(2783), + [anon_sym_class] = ACTIONS(2783), + [anon_sym_enum] = ACTIONS(2783), + [anon_sym_let] = ACTIONS(2783), + [anon_sym_var] = ACTIONS(2783), + [anon_sym_func] = ACTIONS(2783), + [anon_sym_extension] = ACTIONS(2783), + [anon_sym_indirect] = ACTIONS(2783), + [anon_sym_AT] = ACTIONS(2785), + [anon_sym_final] = ACTIONS(2783), + [anon_sym_weak] = ACTIONS(2783), + [anon_sym_unowned] = ACTIONS(2783), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2785), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2785), + [anon_sym_borrowing] = ACTIONS(2783), + [anon_sym_consuming] = ACTIONS(2783), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(2785), + [sym_raw_str_end_part] = ACTIONS(2785), + [sym__dot_custom] = ACTIONS(2785), + [sym__eq_custom] = ACTIONS(2785), + [sym__eq_eq_custom] = ACTIONS(2785), + [sym__plus_then_ws] = ACTIONS(2785), + [sym__minus_then_ws] = ACTIONS(2785), + [sym__bang_custom] = ACTIONS(2785), + [sym__custom_operator] = ACTIONS(2785), + [sym__hash_symbol_custom] = ACTIONS(2785), + [sym__directive_if] = ACTIONS(2785), + [sym__directive_elseif] = ACTIONS(2785), + [sym__directive_else] = ACTIONS(2785), + [sym__directive_endif] = ACTIONS(2785), + }, + [STATE(983)] = { + [anon_sym_BANG] = ACTIONS(2787), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(2787), + [aux_sym_simple_identifier_token2] = ACTIONS(2789), + [aux_sym_simple_identifier_token3] = ACTIONS(2789), + [aux_sym_simple_identifier_token4] = ACTIONS(2789), + [anon_sym_actor] = ACTIONS(2787), + [anon_sym_async] = ACTIONS(2787), + [anon_sym_each] = ACTIONS(2787), + [anon_sym_lazy] = ACTIONS(2787), + [anon_sym_repeat] = ACTIONS(2787), + [anon_sym_package] = ACTIONS(2787), + [anon_sym_nil] = ACTIONS(2787), + [sym_real_literal] = ACTIONS(2789), + [sym_integer_literal] = ACTIONS(2787), + [sym_hex_literal] = ACTIONS(2787), + [sym_oct_literal] = ACTIONS(2789), + [sym_bin_literal] = ACTIONS(2789), + [anon_sym_true] = ACTIONS(2787), + [anon_sym_false] = ACTIONS(2787), + [anon_sym_DQUOTE] = ACTIONS(2787), + [anon_sym_BSLASH] = ACTIONS(2789), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2789), + [sym__oneline_regex_literal] = ACTIONS(2787), + [anon_sym_LPAREN] = ACTIONS(2789), + [anon_sym_LBRACK] = ACTIONS(2789), + [anon_sym_AMP] = ACTIONS(2789), + [anon_sym_TILDE] = ACTIONS(2789), + [anon_sym_if] = ACTIONS(2787), + [anon_sym_switch] = ACTIONS(2787), + [aux_sym_custom_operator_token1] = ACTIONS(2789), + [anon_sym_LT] = ACTIONS(2787), + [anon_sym_GT] = ACTIONS(2787), + [anon_sym_await] = ACTIONS(2787), + [anon_sym_LBRACE] = ACTIONS(2789), + [anon_sym_CARET_LBRACE] = ACTIONS(2789), + [anon_sym_RBRACE] = ACTIONS(2789), + [anon_sym_self] = ACTIONS(2787), + [anon_sym_super] = ACTIONS(2787), + [anon_sym_guard] = ACTIONS(2787), + [anon_sym_do] = ACTIONS(2787), + [anon_sym_try] = ACTIONS(2787), + [anon_sym_PLUS_EQ] = ACTIONS(2789), + [anon_sym_DASH_EQ] = ACTIONS(2789), + [anon_sym_STAR_EQ] = ACTIONS(2789), + [anon_sym_SLASH_EQ] = ACTIONS(2789), + [anon_sym_PERCENT_EQ] = ACTIONS(2789), + [anon_sym_BANG_EQ] = ACTIONS(2787), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2789), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2789), + [anon_sym_LT_EQ] = ACTIONS(2789), + [anon_sym_GT_EQ] = ACTIONS(2789), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2789), + [anon_sym_DOT_DOT_LT] = ACTIONS(2789), + [anon_sym_PLUS] = ACTIONS(2787), + [anon_sym_DASH] = ACTIONS(2787), + [anon_sym_STAR] = ACTIONS(2787), + [anon_sym_SLASH] = ACTIONS(2787), + [anon_sym_PERCENT] = ACTIONS(2787), + [anon_sym_PLUS_PLUS] = ACTIONS(2789), + [anon_sym_DASH_DASH] = ACTIONS(2789), + [anon_sym_PIPE] = ACTIONS(2789), + [anon_sym_CARET] = ACTIONS(2787), + [anon_sym_LT_LT] = ACTIONS(2789), + [anon_sym_GT_GT] = ACTIONS(2789), + [sym_statement_label] = ACTIONS(2789), + [anon_sym_for] = ACTIONS(2787), + [anon_sym_while] = ACTIONS(2787), + [sym_throw_keyword] = ACTIONS(2787), + [anon_sym_return] = ACTIONS(2787), + [anon_sym_continue] = ACTIONS(2787), + [anon_sym_break] = ACTIONS(2787), + [anon_sym_yield] = ACTIONS(2787), + [anon_sym_typealias] = ACTIONS(2787), + [anon_sym_struct] = ACTIONS(2787), + [anon_sym_class] = ACTIONS(2787), + [anon_sym_enum] = ACTIONS(2787), + [anon_sym_let] = ACTIONS(2787), + [anon_sym_var] = ACTIONS(2787), + [anon_sym_func] = ACTIONS(2787), + [anon_sym_extension] = ACTIONS(2787), + [anon_sym_indirect] = ACTIONS(2787), + [anon_sym_AT] = ACTIONS(2789), + [anon_sym_final] = ACTIONS(2787), + [anon_sym_weak] = ACTIONS(2787), + [anon_sym_unowned] = ACTIONS(2787), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2789), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2789), + [anon_sym_borrowing] = ACTIONS(2787), + [anon_sym_consuming] = ACTIONS(2787), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(2789), + [sym_raw_str_end_part] = ACTIONS(2789), + [sym__dot_custom] = ACTIONS(2789), + [sym__eq_custom] = ACTIONS(2789), + [sym__eq_eq_custom] = ACTIONS(2789), + [sym__plus_then_ws] = ACTIONS(2789), + [sym__minus_then_ws] = ACTIONS(2789), + [sym__bang_custom] = ACTIONS(2789), + [sym__custom_operator] = ACTIONS(2789), + [sym__hash_symbol_custom] = ACTIONS(2789), + [sym__directive_if] = ACTIONS(2789), + [sym__directive_elseif] = ACTIONS(2789), + [sym__directive_else] = ACTIONS(2789), + [sym__directive_endif] = ACTIONS(2789), + }, + [STATE(984)] = { + [sym__fn_call_lambda_arguments] = STATE(916), + [sym_lambda_literal] = STATE(805), + [anon_sym_BANG] = ACTIONS(2791), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2794), + [anon_sym_async] = ACTIONS(2794), + [anon_sym_lazy] = ACTIONS(2794), + [anon_sym_package] = ACTIONS(2794), + [anon_sym_COMMA] = ACTIONS(2794), + [anon_sym_LPAREN] = ACTIONS(2794), + [anon_sym_LBRACK] = ACTIONS(2794), + [anon_sym_QMARK] = ACTIONS(2791), + [anon_sym_QMARK2] = ACTIONS(2794), + [anon_sym_AMP] = ACTIONS(2794), + [aux_sym_custom_operator_token1] = ACTIONS(2794), + [anon_sym_LT] = ACTIONS(2791), + [anon_sym_GT] = ACTIONS(2791), + [anon_sym_LBRACE] = ACTIONS(2797), + [anon_sym_CARET_LBRACE] = ACTIONS(2797), + [anon_sym_RBRACE] = ACTIONS(2794), + [anon_sym_case] = ACTIONS(2794), + [anon_sym_PLUS_EQ] = ACTIONS(2794), + [anon_sym_DASH_EQ] = ACTIONS(2794), + [anon_sym_STAR_EQ] = ACTIONS(2794), + [anon_sym_SLASH_EQ] = ACTIONS(2794), + [anon_sym_PERCENT_EQ] = ACTIONS(2794), + [anon_sym_BANG_EQ] = ACTIONS(2791), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2794), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2794), + [anon_sym_LT_EQ] = ACTIONS(2794), + [anon_sym_GT_EQ] = ACTIONS(2794), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2794), + [anon_sym_DOT_DOT_LT] = ACTIONS(2794), + [anon_sym_is] = ACTIONS(2794), + [anon_sym_PLUS] = ACTIONS(2791), + [anon_sym_DASH] = ACTIONS(2791), + [anon_sym_STAR] = ACTIONS(2791), + [anon_sym_SLASH] = ACTIONS(2791), + [anon_sym_PERCENT] = ACTIONS(2791), + [anon_sym_PLUS_PLUS] = ACTIONS(2794), + [anon_sym_DASH_DASH] = ACTIONS(2794), + [anon_sym_PIPE] = ACTIONS(2794), + [anon_sym_CARET] = ACTIONS(2791), + [anon_sym_LT_LT] = ACTIONS(2794), + [anon_sym_GT_GT] = ACTIONS(2794), + [anon_sym_import] = ACTIONS(2794), + [anon_sym_typealias] = ACTIONS(2794), + [anon_sym_struct] = ACTIONS(2794), + [anon_sym_class] = ACTIONS(2794), + [anon_sym_enum] = ACTIONS(2794), + [anon_sym_protocol] = ACTIONS(2794), + [anon_sym_let] = ACTIONS(2794), + [anon_sym_var] = ACTIONS(2794), + [anon_sym_func] = ACTIONS(2794), + [anon_sym_extension] = ACTIONS(2794), + [anon_sym_indirect] = ACTIONS(2794), + [anon_sym_SEMI] = ACTIONS(2794), + [anon_sym_init] = ACTIONS(2794), + [anon_sym_deinit] = ACTIONS(2794), + [anon_sym_subscript] = ACTIONS(2794), + [anon_sym_prefix] = ACTIONS(2794), + [anon_sym_infix] = ACTIONS(2794), + [anon_sym_postfix] = ACTIONS(2794), + [anon_sym_precedencegroup] = ACTIONS(2794), + [anon_sym_associatedtype] = ACTIONS(2794), + [anon_sym_AT] = ACTIONS(2791), + [anon_sym_override] = ACTIONS(2794), + [anon_sym_convenience] = ACTIONS(2794), + [anon_sym_required] = ACTIONS(2794), + [anon_sym_nonisolated] = ACTIONS(2794), + [anon_sym_public] = ACTIONS(2794), + [anon_sym_private] = ACTIONS(2794), + [anon_sym_internal] = ACTIONS(2794), + [anon_sym_fileprivate] = ACTIONS(2794), + [anon_sym_open] = ACTIONS(2794), + [anon_sym_mutating] = ACTIONS(2794), + [anon_sym_nonmutating] = ACTIONS(2794), + [anon_sym_static] = ACTIONS(2794), + [anon_sym_dynamic] = ACTIONS(2794), + [anon_sym_optional] = ACTIONS(2794), + [anon_sym_distributed] = ACTIONS(2794), + [anon_sym_final] = ACTIONS(2794), + [anon_sym_inout] = ACTIONS(2794), + [anon_sym_ATescaping] = ACTIONS(2794), + [anon_sym_ATautoclosure] = ACTIONS(2794), + [anon_sym_weak] = ACTIONS(2794), + [anon_sym_unowned] = ACTIONS(2791), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2794), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2794), + [anon_sym_borrowing] = ACTIONS(2794), + [anon_sym_consuming] = ACTIONS(2794), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2794), + [sym__conjunction_operator_custom] = ACTIONS(2794), + [sym__disjunction_operator_custom] = ACTIONS(2794), + [sym__nil_coalescing_operator_custom] = ACTIONS(2794), + [sym__eq_custom] = ACTIONS(2794), + [sym__eq_eq_custom] = ACTIONS(2794), + [sym__plus_then_ws] = ACTIONS(2794), + [sym__minus_then_ws] = ACTIONS(2794), + [sym__bang_custom] = ACTIONS(2794), + [sym__as_custom] = ACTIONS(2794), + [sym__as_quest_custom] = ACTIONS(2794), + [sym__as_bang_custom] = ACTIONS(2794), + [sym__custom_operator] = ACTIONS(2794), + }, + [STATE(985)] = { + [anon_sym_BANG] = ACTIONS(2801), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(2801), + [aux_sym_simple_identifier_token2] = ACTIONS(2803), + [aux_sym_simple_identifier_token3] = ACTIONS(2803), + [aux_sym_simple_identifier_token4] = ACTIONS(2803), + [anon_sym_actor] = ACTIONS(2801), + [anon_sym_async] = ACTIONS(2801), + [anon_sym_each] = ACTIONS(2801), + [anon_sym_lazy] = ACTIONS(2801), + [anon_sym_repeat] = ACTIONS(2801), + [anon_sym_package] = ACTIONS(2801), + [anon_sym_nil] = ACTIONS(2801), + [sym_real_literal] = ACTIONS(2803), + [sym_integer_literal] = ACTIONS(2801), + [sym_hex_literal] = ACTIONS(2801), + [sym_oct_literal] = ACTIONS(2803), + [sym_bin_literal] = ACTIONS(2803), + [anon_sym_true] = ACTIONS(2801), + [anon_sym_false] = ACTIONS(2801), + [anon_sym_DQUOTE] = ACTIONS(2801), + [anon_sym_BSLASH] = ACTIONS(2803), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2803), + [sym__oneline_regex_literal] = ACTIONS(2801), + [anon_sym_LPAREN] = ACTIONS(2803), + [anon_sym_LBRACK] = ACTIONS(2803), + [anon_sym_AMP] = ACTIONS(2803), + [anon_sym_TILDE] = ACTIONS(2803), + [anon_sym_if] = ACTIONS(2801), + [anon_sym_switch] = ACTIONS(2801), + [aux_sym_custom_operator_token1] = ACTIONS(2803), + [anon_sym_LT] = ACTIONS(2801), + [anon_sym_GT] = ACTIONS(2801), + [anon_sym_await] = ACTIONS(2801), + [anon_sym_LBRACE] = ACTIONS(2803), + [anon_sym_CARET_LBRACE] = ACTIONS(2803), + [anon_sym_RBRACE] = ACTIONS(2803), + [anon_sym_self] = ACTIONS(2801), + [anon_sym_super] = ACTIONS(2801), + [anon_sym_guard] = ACTIONS(2801), + [anon_sym_do] = ACTIONS(2801), + [anon_sym_try] = ACTIONS(2801), + [anon_sym_PLUS_EQ] = ACTIONS(2803), + [anon_sym_DASH_EQ] = ACTIONS(2803), + [anon_sym_STAR_EQ] = ACTIONS(2803), + [anon_sym_SLASH_EQ] = ACTIONS(2803), + [anon_sym_PERCENT_EQ] = ACTIONS(2803), + [anon_sym_BANG_EQ] = ACTIONS(2801), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2803), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2803), + [anon_sym_LT_EQ] = ACTIONS(2803), + [anon_sym_GT_EQ] = ACTIONS(2803), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2803), + [anon_sym_DOT_DOT_LT] = ACTIONS(2803), + [anon_sym_PLUS] = ACTIONS(2801), + [anon_sym_DASH] = ACTIONS(2801), + [anon_sym_STAR] = ACTIONS(2801), + [anon_sym_SLASH] = ACTIONS(2801), + [anon_sym_PERCENT] = ACTIONS(2801), + [anon_sym_PLUS_PLUS] = ACTIONS(2803), + [anon_sym_DASH_DASH] = ACTIONS(2803), + [anon_sym_PIPE] = ACTIONS(2803), + [anon_sym_CARET] = ACTIONS(2801), + [anon_sym_LT_LT] = ACTIONS(2803), + [anon_sym_GT_GT] = ACTIONS(2803), + [sym_statement_label] = ACTIONS(2803), + [anon_sym_for] = ACTIONS(2801), + [anon_sym_while] = ACTIONS(2801), + [sym_throw_keyword] = ACTIONS(2801), + [anon_sym_return] = ACTIONS(2801), + [anon_sym_continue] = ACTIONS(2801), + [anon_sym_break] = ACTIONS(2801), + [anon_sym_yield] = ACTIONS(2801), + [anon_sym_typealias] = ACTIONS(2801), + [anon_sym_struct] = ACTIONS(2801), + [anon_sym_class] = ACTIONS(2801), + [anon_sym_enum] = ACTIONS(2801), + [anon_sym_let] = ACTIONS(2801), + [anon_sym_var] = ACTIONS(2801), + [anon_sym_func] = ACTIONS(2801), + [anon_sym_extension] = ACTIONS(2801), + [anon_sym_indirect] = ACTIONS(2801), + [anon_sym_AT] = ACTIONS(2803), + [anon_sym_final] = ACTIONS(2801), + [anon_sym_weak] = ACTIONS(2801), + [anon_sym_unowned] = ACTIONS(2801), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2803), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2803), + [anon_sym_borrowing] = ACTIONS(2801), + [anon_sym_consuming] = ACTIONS(2801), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(2803), + [sym_raw_str_end_part] = ACTIONS(2803), + [sym__dot_custom] = ACTIONS(2803), + [sym__eq_custom] = ACTIONS(2803), + [sym__eq_eq_custom] = ACTIONS(2803), + [sym__plus_then_ws] = ACTIONS(2803), + [sym__minus_then_ws] = ACTIONS(2803), + [sym__bang_custom] = ACTIONS(2803), + [sym__custom_operator] = ACTIONS(2803), + [sym__hash_symbol_custom] = ACTIONS(2803), + [sym__directive_if] = ACTIONS(2803), + [sym__directive_elseif] = ACTIONS(2803), + [sym__directive_else] = ACTIONS(2803), + [sym__directive_endif] = ACTIONS(2803), + }, + [STATE(986)] = { + [sym__fn_call_lambda_arguments] = STATE(913), + [sym_lambda_literal] = STATE(805), + [anon_sym_BANG] = ACTIONS(2805), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2807), + [anon_sym_async] = ACTIONS(2807), + [anon_sym_lazy] = ACTIONS(2807), + [anon_sym_package] = ACTIONS(2807), + [anon_sym_COMMA] = ACTIONS(2807), + [anon_sym_LPAREN] = ACTIONS(2807), + [anon_sym_LBRACK] = ACTIONS(2807), + [anon_sym_QMARK] = ACTIONS(2805), + [anon_sym_QMARK2] = ACTIONS(2807), + [anon_sym_AMP] = ACTIONS(2807), + [aux_sym_custom_operator_token1] = ACTIONS(2807), + [anon_sym_LT] = ACTIONS(2805), + [anon_sym_GT] = ACTIONS(2805), + [anon_sym_LBRACE] = ACTIONS(2809), + [anon_sym_CARET_LBRACE] = ACTIONS(2809), + [anon_sym_RBRACE] = ACTIONS(2807), + [anon_sym_case] = ACTIONS(2807), + [anon_sym_PLUS_EQ] = ACTIONS(2807), + [anon_sym_DASH_EQ] = ACTIONS(2807), + [anon_sym_STAR_EQ] = ACTIONS(2807), + [anon_sym_SLASH_EQ] = ACTIONS(2807), + [anon_sym_PERCENT_EQ] = ACTIONS(2807), + [anon_sym_BANG_EQ] = ACTIONS(2805), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2807), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2807), + [anon_sym_LT_EQ] = ACTIONS(2807), + [anon_sym_GT_EQ] = ACTIONS(2807), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2807), + [anon_sym_DOT_DOT_LT] = ACTIONS(2807), + [anon_sym_is] = ACTIONS(2807), + [anon_sym_PLUS] = ACTIONS(2805), + [anon_sym_DASH] = ACTIONS(2805), + [anon_sym_STAR] = ACTIONS(2805), + [anon_sym_SLASH] = ACTIONS(2805), + [anon_sym_PERCENT] = ACTIONS(2805), + [anon_sym_PLUS_PLUS] = ACTIONS(2807), + [anon_sym_DASH_DASH] = ACTIONS(2807), + [anon_sym_PIPE] = ACTIONS(2807), + [anon_sym_CARET] = ACTIONS(2805), + [anon_sym_LT_LT] = ACTIONS(2807), + [anon_sym_GT_GT] = ACTIONS(2807), + [anon_sym_import] = ACTIONS(2807), + [anon_sym_typealias] = ACTIONS(2807), + [anon_sym_struct] = ACTIONS(2807), + [anon_sym_class] = ACTIONS(2807), + [anon_sym_enum] = ACTIONS(2807), + [anon_sym_protocol] = ACTIONS(2807), + [anon_sym_let] = ACTIONS(2807), + [anon_sym_var] = ACTIONS(2807), + [anon_sym_func] = ACTIONS(2807), + [anon_sym_extension] = ACTIONS(2807), + [anon_sym_indirect] = ACTIONS(2807), + [anon_sym_SEMI] = ACTIONS(2807), + [anon_sym_init] = ACTIONS(2807), + [anon_sym_deinit] = ACTIONS(2807), + [anon_sym_subscript] = ACTIONS(2807), + [anon_sym_prefix] = ACTIONS(2807), + [anon_sym_infix] = ACTIONS(2807), + [anon_sym_postfix] = ACTIONS(2807), + [anon_sym_precedencegroup] = ACTIONS(2807), + [anon_sym_associatedtype] = ACTIONS(2807), + [anon_sym_AT] = ACTIONS(2805), + [anon_sym_override] = ACTIONS(2807), + [anon_sym_convenience] = ACTIONS(2807), + [anon_sym_required] = ACTIONS(2807), + [anon_sym_nonisolated] = ACTIONS(2807), + [anon_sym_public] = ACTIONS(2807), + [anon_sym_private] = ACTIONS(2807), + [anon_sym_internal] = ACTIONS(2807), + [anon_sym_fileprivate] = ACTIONS(2807), + [anon_sym_open] = ACTIONS(2807), + [anon_sym_mutating] = ACTIONS(2807), + [anon_sym_nonmutating] = ACTIONS(2807), + [anon_sym_static] = ACTIONS(2807), + [anon_sym_dynamic] = ACTIONS(2807), + [anon_sym_optional] = ACTIONS(2807), + [anon_sym_distributed] = ACTIONS(2807), + [anon_sym_final] = ACTIONS(2807), + [anon_sym_inout] = ACTIONS(2807), + [anon_sym_ATescaping] = ACTIONS(2807), + [anon_sym_ATautoclosure] = ACTIONS(2807), + [anon_sym_weak] = ACTIONS(2807), + [anon_sym_unowned] = ACTIONS(2805), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2807), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2807), + [anon_sym_borrowing] = ACTIONS(2807), + [anon_sym_consuming] = ACTIONS(2807), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2807), + [sym__conjunction_operator_custom] = ACTIONS(2807), + [sym__disjunction_operator_custom] = ACTIONS(2807), + [sym__nil_coalescing_operator_custom] = ACTIONS(2807), + [sym__eq_custom] = ACTIONS(2807), + [sym__eq_eq_custom] = ACTIONS(2807), + [sym__plus_then_ws] = ACTIONS(2807), + [sym__minus_then_ws] = ACTIONS(2807), + [sym__bang_custom] = ACTIONS(2807), + [sym__as_custom] = ACTIONS(2807), + [sym__as_quest_custom] = ACTIONS(2807), + [sym__as_bang_custom] = ACTIONS(2807), + [sym__custom_operator] = ACTIONS(2807), + }, + [STATE(987)] = { + [sym__fn_call_lambda_arguments] = STATE(916), + [sym_lambda_literal] = STATE(805), + [anon_sym_BANG] = ACTIONS(2812), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2814), + [anon_sym_async] = ACTIONS(2814), + [anon_sym_lazy] = ACTIONS(2814), + [anon_sym_package] = ACTIONS(2814), + [anon_sym_COMMA] = ACTIONS(2814), + [anon_sym_LPAREN] = ACTIONS(2814), + [anon_sym_LBRACK] = ACTIONS(2814), + [anon_sym_QMARK] = ACTIONS(2812), + [anon_sym_QMARK2] = ACTIONS(2814), + [anon_sym_AMP] = ACTIONS(2814), + [aux_sym_custom_operator_token1] = ACTIONS(2814), + [anon_sym_LT] = ACTIONS(2812), + [anon_sym_GT] = ACTIONS(2812), + [anon_sym_LBRACE] = ACTIONS(2816), + [anon_sym_CARET_LBRACE] = ACTIONS(2816), + [anon_sym_RBRACE] = ACTIONS(2814), + [anon_sym_case] = ACTIONS(2814), + [anon_sym_PLUS_EQ] = ACTIONS(2814), + [anon_sym_DASH_EQ] = ACTIONS(2814), + [anon_sym_STAR_EQ] = ACTIONS(2814), + [anon_sym_SLASH_EQ] = ACTIONS(2814), + [anon_sym_PERCENT_EQ] = ACTIONS(2814), + [anon_sym_BANG_EQ] = ACTIONS(2812), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2814), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2814), + [anon_sym_LT_EQ] = ACTIONS(2814), + [anon_sym_GT_EQ] = ACTIONS(2814), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2814), + [anon_sym_DOT_DOT_LT] = ACTIONS(2814), + [anon_sym_is] = ACTIONS(2814), + [anon_sym_PLUS] = ACTIONS(2812), + [anon_sym_DASH] = ACTIONS(2812), + [anon_sym_STAR] = ACTIONS(2812), + [anon_sym_SLASH] = ACTIONS(2812), + [anon_sym_PERCENT] = ACTIONS(2812), + [anon_sym_PLUS_PLUS] = ACTIONS(2814), + [anon_sym_DASH_DASH] = ACTIONS(2814), + [anon_sym_PIPE] = ACTIONS(2814), + [anon_sym_CARET] = ACTIONS(2812), + [anon_sym_LT_LT] = ACTIONS(2814), + [anon_sym_GT_GT] = ACTIONS(2814), + [anon_sym_import] = ACTIONS(2814), + [anon_sym_typealias] = ACTIONS(2814), + [anon_sym_struct] = ACTIONS(2814), + [anon_sym_class] = ACTIONS(2814), + [anon_sym_enum] = ACTIONS(2814), + [anon_sym_protocol] = ACTIONS(2814), + [anon_sym_let] = ACTIONS(2814), + [anon_sym_var] = ACTIONS(2814), + [anon_sym_func] = ACTIONS(2814), + [anon_sym_extension] = ACTIONS(2814), + [anon_sym_indirect] = ACTIONS(2814), + [anon_sym_SEMI] = ACTIONS(2814), + [anon_sym_init] = ACTIONS(2814), + [anon_sym_deinit] = ACTIONS(2814), + [anon_sym_subscript] = ACTIONS(2814), + [anon_sym_prefix] = ACTIONS(2814), + [anon_sym_infix] = ACTIONS(2814), + [anon_sym_postfix] = ACTIONS(2814), + [anon_sym_precedencegroup] = ACTIONS(2814), + [anon_sym_associatedtype] = ACTIONS(2814), + [anon_sym_AT] = ACTIONS(2812), + [anon_sym_override] = ACTIONS(2814), + [anon_sym_convenience] = ACTIONS(2814), + [anon_sym_required] = ACTIONS(2814), + [anon_sym_nonisolated] = ACTIONS(2814), + [anon_sym_public] = ACTIONS(2814), + [anon_sym_private] = ACTIONS(2814), + [anon_sym_internal] = ACTIONS(2814), + [anon_sym_fileprivate] = ACTIONS(2814), + [anon_sym_open] = ACTIONS(2814), + [anon_sym_mutating] = ACTIONS(2814), + [anon_sym_nonmutating] = ACTIONS(2814), + [anon_sym_static] = ACTIONS(2814), + [anon_sym_dynamic] = ACTIONS(2814), + [anon_sym_optional] = ACTIONS(2814), + [anon_sym_distributed] = ACTIONS(2814), + [anon_sym_final] = ACTIONS(2814), + [anon_sym_inout] = ACTIONS(2814), + [anon_sym_ATescaping] = ACTIONS(2814), + [anon_sym_ATautoclosure] = ACTIONS(2814), + [anon_sym_weak] = ACTIONS(2814), + [anon_sym_unowned] = ACTIONS(2812), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2814), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2814), + [anon_sym_borrowing] = ACTIONS(2814), + [anon_sym_consuming] = ACTIONS(2814), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2814), + [sym__conjunction_operator_custom] = ACTIONS(2814), + [sym__disjunction_operator_custom] = ACTIONS(2814), + [sym__nil_coalescing_operator_custom] = ACTIONS(2814), + [sym__eq_custom] = ACTIONS(2814), + [sym__eq_eq_custom] = ACTIONS(2814), + [sym__plus_then_ws] = ACTIONS(2814), + [sym__minus_then_ws] = ACTIONS(2814), + [sym__bang_custom] = ACTIONS(2814), + [sym__as_custom] = ACTIONS(2814), + [sym__as_quest_custom] = ACTIONS(2814), + [sym__as_bang_custom] = ACTIONS(2814), + [sym__custom_operator] = ACTIONS(2814), + }, + [STATE(988)] = { + [sym_simple_identifier] = STATE(1201), + [sym__contextual_simple_identifier] = STATE(1209), + [sym__simple_user_type] = STATE(1214), + [sym_array_type] = STATE(1214), + [sym_dictionary_type] = STATE(1214), + [sym__parameter_ownership_modifier] = STATE(1209), + [aux_sym_key_path_expression_repeat1] = STATE(1216), + [anon_sym_BANG] = ACTIONS(2061), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(289), + [aux_sym_simple_identifier_token2] = ACTIONS(291), + [aux_sym_simple_identifier_token3] = ACTIONS(291), + [aux_sym_simple_identifier_token4] = ACTIONS(291), + [anon_sym_actor] = ACTIONS(289), + [anon_sym_async] = ACTIONS(289), + [anon_sym_each] = ACTIONS(289), + [anon_sym_lazy] = ACTIONS(289), + [anon_sym_repeat] = ACTIONS(289), + [anon_sym_package] = ACTIONS(289), + [anon_sym_COMMA] = ACTIONS(2063), + [anon_sym_LPAREN] = ACTIONS(2063), + [anon_sym_LBRACK] = ACTIONS(2819), + [anon_sym_DOT] = ACTIONS(2821), + [anon_sym_QMARK] = ACTIONS(2061), + [anon_sym_QMARK2] = ACTIONS(2063), + [anon_sym_AMP] = ACTIONS(2063), + [aux_sym_custom_operator_token1] = ACTIONS(2063), + [anon_sym_LT] = ACTIONS(2061), + [anon_sym_GT] = ACTIONS(2061), + [anon_sym_LBRACE] = ACTIONS(2063), + [anon_sym_CARET_LBRACE] = ACTIONS(2063), + [anon_sym_RBRACE] = ACTIONS(2063), + [anon_sym_case] = ACTIONS(2061), + [anon_sym_fallthrough] = ACTIONS(2061), + [anon_sym_PLUS_EQ] = ACTIONS(2063), + [anon_sym_DASH_EQ] = ACTIONS(2063), + [anon_sym_STAR_EQ] = ACTIONS(2063), + [anon_sym_SLASH_EQ] = ACTIONS(2063), + [anon_sym_PERCENT_EQ] = ACTIONS(2063), + [anon_sym_BANG_EQ] = ACTIONS(2061), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2063), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2063), + [anon_sym_LT_EQ] = ACTIONS(2063), + [anon_sym_GT_EQ] = ACTIONS(2063), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2063), + [anon_sym_DOT_DOT_LT] = ACTIONS(2063), + [anon_sym_is] = ACTIONS(2061), + [anon_sym_PLUS] = ACTIONS(2061), + [anon_sym_DASH] = ACTIONS(2061), + [anon_sym_STAR] = ACTIONS(2061), + [anon_sym_SLASH] = ACTIONS(2061), + [anon_sym_PERCENT] = ACTIONS(2061), + [anon_sym_PLUS_PLUS] = ACTIONS(2063), + [anon_sym_DASH_DASH] = ACTIONS(2063), + [anon_sym_PIPE] = ACTIONS(2063), + [anon_sym_CARET] = ACTIONS(2061), + [anon_sym_LT_LT] = ACTIONS(2063), + [anon_sym_GT_GT] = ACTIONS(2063), + [anon_sym_class] = ACTIONS(2061), + [anon_sym_prefix] = ACTIONS(2061), + [anon_sym_infix] = ACTIONS(2061), + [anon_sym_postfix] = ACTIONS(2061), + [anon_sym_AT] = ACTIONS(2061), + [anon_sym_override] = ACTIONS(2061), + [anon_sym_convenience] = ACTIONS(2061), + [anon_sym_required] = ACTIONS(2061), + [anon_sym_nonisolated] = ACTIONS(2061), + [anon_sym_public] = ACTIONS(2061), + [anon_sym_private] = ACTIONS(2061), + [anon_sym_internal] = ACTIONS(2061), + [anon_sym_fileprivate] = ACTIONS(2061), + [anon_sym_open] = ACTIONS(2061), + [anon_sym_mutating] = ACTIONS(2061), + [anon_sym_nonmutating] = ACTIONS(2061), + [anon_sym_static] = ACTIONS(2061), + [anon_sym_dynamic] = ACTIONS(2061), + [anon_sym_optional] = ACTIONS(2061), + [anon_sym_distributed] = ACTIONS(2061), + [anon_sym_final] = ACTIONS(2061), + [anon_sym_inout] = ACTIONS(2061), + [anon_sym_ATescaping] = ACTIONS(2063), + [anon_sym_ATautoclosure] = ACTIONS(2063), + [anon_sym_weak] = ACTIONS(2061), + [anon_sym_unowned] = ACTIONS(2061), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2063), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2063), + [anon_sym_borrowing] = ACTIONS(289), + [anon_sym_consuming] = ACTIONS(289), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2063), + [sym__explicit_semi] = ACTIONS(2063), + [sym__dot_custom] = ACTIONS(2063), + [sym__conjunction_operator_custom] = ACTIONS(2063), + [sym__disjunction_operator_custom] = ACTIONS(2063), + [sym__nil_coalescing_operator_custom] = ACTIONS(2063), + [sym__eq_custom] = ACTIONS(2063), + [sym__eq_eq_custom] = ACTIONS(2063), + [sym__plus_then_ws] = ACTIONS(2063), + [sym__minus_then_ws] = ACTIONS(2063), + [sym__bang_custom] = ACTIONS(2063), + [sym_default_keyword] = ACTIONS(2063), + [sym__as_custom] = ACTIONS(2063), + [sym__as_quest_custom] = ACTIONS(2063), + [sym__as_bang_custom] = ACTIONS(2063), + [sym__custom_operator] = ACTIONS(2063), + }, + [STATE(989)] = { + [ts_builtin_sym_end] = ACTIONS(619), + [anon_sym_BANG] = ACTIONS(625), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2823), + [anon_sym_async] = ACTIONS(2823), + [anon_sym_lazy] = ACTIONS(2823), + [anon_sym_package] = ACTIONS(2823), + [anon_sym_LPAREN] = ACTIONS(619), + [anon_sym_LBRACK] = ACTIONS(619), + [anon_sym_QMARK] = ACTIONS(625), + [anon_sym_QMARK2] = ACTIONS(619), + [anon_sym_AMP] = ACTIONS(619), + [aux_sym_custom_operator_token1] = ACTIONS(619), + [anon_sym_LT] = ACTIONS(625), + [anon_sym_GT] = ACTIONS(625), + [anon_sym_LBRACE] = ACTIONS(619), + [anon_sym_CARET_LBRACE] = ACTIONS(619), + [anon_sym_RBRACE] = ACTIONS(619), + [anon_sym_PLUS_EQ] = ACTIONS(619), + [anon_sym_DASH_EQ] = ACTIONS(619), + [anon_sym_STAR_EQ] = ACTIONS(619), + [anon_sym_SLASH_EQ] = ACTIONS(619), + [anon_sym_PERCENT_EQ] = ACTIONS(619), + [anon_sym_BANG_EQ] = ACTIONS(625), + [anon_sym_BANG_EQ_EQ] = ACTIONS(619), + [anon_sym_EQ_EQ_EQ] = ACTIONS(619), + [anon_sym_LT_EQ] = ACTIONS(619), + [anon_sym_GT_EQ] = ACTIONS(619), + [anon_sym_DOT_DOT_DOT] = ACTIONS(619), + [anon_sym_DOT_DOT_LT] = ACTIONS(619), + [anon_sym_is] = ACTIONS(619), + [anon_sym_PLUS] = ACTIONS(625), + [anon_sym_DASH] = ACTIONS(625), + [anon_sym_STAR] = ACTIONS(625), + [anon_sym_SLASH] = ACTIONS(625), + [anon_sym_PERCENT] = ACTIONS(625), + [anon_sym_PLUS_PLUS] = ACTIONS(619), + [anon_sym_DASH_DASH] = ACTIONS(619), + [anon_sym_PIPE] = ACTIONS(619), + [anon_sym_CARET] = ACTIONS(625), + [anon_sym_LT_LT] = ACTIONS(619), + [anon_sym_GT_GT] = ACTIONS(619), + [anon_sym_import] = ACTIONS(2823), + [anon_sym_typealias] = ACTIONS(2823), + [anon_sym_struct] = ACTIONS(2823), + [anon_sym_class] = ACTIONS(2823), + [anon_sym_enum] = ACTIONS(2823), + [anon_sym_protocol] = ACTIONS(2823), + [anon_sym_let] = ACTIONS(2823), + [anon_sym_var] = ACTIONS(2823), + [anon_sym_func] = ACTIONS(2823), + [anon_sym_willSet] = ACTIONS(2823), + [anon_sym_didSet] = ACTIONS(2823), + [anon_sym_macro] = ACTIONS(2823), + [anon_sym_extension] = ACTIONS(2823), + [anon_sym_indirect] = ACTIONS(2823), + [anon_sym_init] = ACTIONS(2823), + [anon_sym_prefix] = ACTIONS(2823), + [anon_sym_infix] = ACTIONS(2823), + [anon_sym_postfix] = ACTIONS(2823), + [anon_sym_associatedtype] = ACTIONS(2823), + [anon_sym_AT] = ACTIONS(2825), + [anon_sym_override] = ACTIONS(2823), + [anon_sym_convenience] = ACTIONS(2823), + [anon_sym_required] = ACTIONS(2823), + [anon_sym_nonisolated] = ACTIONS(2823), + [anon_sym_public] = ACTIONS(2823), + [anon_sym_private] = ACTIONS(2823), + [anon_sym_internal] = ACTIONS(2823), + [anon_sym_fileprivate] = ACTIONS(2823), + [anon_sym_open] = ACTIONS(2823), + [anon_sym_mutating] = ACTIONS(2823), + [anon_sym_nonmutating] = ACTIONS(2823), + [anon_sym_static] = ACTIONS(2823), + [anon_sym_dynamic] = ACTIONS(2823), + [anon_sym_optional] = ACTIONS(2823), + [anon_sym_distributed] = ACTIONS(2823), + [anon_sym_final] = ACTIONS(2823), + [anon_sym_inout] = ACTIONS(2823), + [anon_sym_ATescaping] = ACTIONS(2823), + [anon_sym_ATautoclosure] = ACTIONS(2823), + [anon_sym_weak] = ACTIONS(2823), + [anon_sym_unowned] = ACTIONS(2825), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2823), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2823), + [anon_sym_borrowing] = ACTIONS(2823), + [anon_sym_consuming] = ACTIONS(2823), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(619), + [sym__explicit_semi] = ACTIONS(619), + [sym__dot_custom] = ACTIONS(619), + [sym__conjunction_operator_custom] = ACTIONS(619), + [sym__disjunction_operator_custom] = ACTIONS(619), + [sym__nil_coalescing_operator_custom] = ACTIONS(619), + [sym__eq_custom] = ACTIONS(619), + [sym__eq_eq_custom] = ACTIONS(619), + [sym__plus_then_ws] = ACTIONS(619), + [sym__minus_then_ws] = ACTIONS(619), + [sym__bang_custom] = ACTIONS(619), + [sym__as_custom] = ACTIONS(619), + [sym__as_quest_custom] = ACTIONS(619), + [sym__as_bang_custom] = ACTIONS(619), + [sym__custom_operator] = ACTIONS(619), + }, + [STATE(990)] = { + [ts_builtin_sym_end] = ACTIONS(619), + [anon_sym_BANG] = ACTIONS(625), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2313), + [anon_sym_async] = ACTIONS(2313), + [anon_sym_lazy] = ACTIONS(2313), + [anon_sym_package] = ACTIONS(2313), + [anon_sym_LPAREN] = ACTIONS(619), + [anon_sym_LBRACK] = ACTIONS(619), + [anon_sym_QMARK] = ACTIONS(625), + [anon_sym_QMARK2] = ACTIONS(619), + [anon_sym_AMP] = ACTIONS(619), + [aux_sym_custom_operator_token1] = ACTIONS(619), + [anon_sym_LT] = ACTIONS(625), + [anon_sym_GT] = ACTIONS(625), + [anon_sym_LBRACE] = ACTIONS(619), + [anon_sym_CARET_LBRACE] = ACTIONS(619), + [anon_sym_RBRACE] = ACTIONS(619), + [anon_sym_PLUS_EQ] = ACTIONS(619), + [anon_sym_DASH_EQ] = ACTIONS(619), + [anon_sym_STAR_EQ] = ACTIONS(619), + [anon_sym_SLASH_EQ] = ACTIONS(619), + [anon_sym_PERCENT_EQ] = ACTIONS(619), + [anon_sym_BANG_EQ] = ACTIONS(625), + [anon_sym_BANG_EQ_EQ] = ACTIONS(619), + [anon_sym_EQ_EQ_EQ] = ACTIONS(619), + [anon_sym_LT_EQ] = ACTIONS(619), + [anon_sym_GT_EQ] = ACTIONS(619), + [anon_sym_DOT_DOT_DOT] = ACTIONS(619), + [anon_sym_DOT_DOT_LT] = ACTIONS(619), + [anon_sym_is] = ACTIONS(619), + [anon_sym_PLUS] = ACTIONS(625), + [anon_sym_DASH] = ACTIONS(625), + [anon_sym_STAR] = ACTIONS(625), + [anon_sym_SLASH] = ACTIONS(625), + [anon_sym_PERCENT] = ACTIONS(625), + [anon_sym_PLUS_PLUS] = ACTIONS(619), + [anon_sym_DASH_DASH] = ACTIONS(619), + [anon_sym_PIPE] = ACTIONS(619), + [anon_sym_CARET] = ACTIONS(625), + [anon_sym_LT_LT] = ACTIONS(619), + [anon_sym_GT_GT] = ACTIONS(619), + [anon_sym_import] = ACTIONS(2313), + [anon_sym_typealias] = ACTIONS(2313), + [anon_sym_struct] = ACTIONS(2313), + [anon_sym_class] = ACTIONS(2313), + [anon_sym_enum] = ACTIONS(2313), + [anon_sym_protocol] = ACTIONS(2313), + [anon_sym_let] = ACTIONS(2313), + [anon_sym_var] = ACTIONS(2313), + [anon_sym_func] = ACTIONS(2313), + [anon_sym_willSet] = ACTIONS(2313), + [anon_sym_didSet] = ACTIONS(2313), + [anon_sym_macro] = ACTIONS(2313), + [anon_sym_extension] = ACTIONS(2313), + [anon_sym_indirect] = ACTIONS(2313), + [anon_sym_init] = ACTIONS(2313), + [anon_sym_prefix] = ACTIONS(2313), + [anon_sym_infix] = ACTIONS(2313), + [anon_sym_postfix] = ACTIONS(2313), + [anon_sym_associatedtype] = ACTIONS(2313), + [anon_sym_AT] = ACTIONS(2311), + [anon_sym_override] = ACTIONS(2313), + [anon_sym_convenience] = ACTIONS(2313), + [anon_sym_required] = ACTIONS(2313), + [anon_sym_nonisolated] = ACTIONS(2313), + [anon_sym_public] = ACTIONS(2313), + [anon_sym_private] = ACTIONS(2313), + [anon_sym_internal] = ACTIONS(2313), + [anon_sym_fileprivate] = ACTIONS(2313), + [anon_sym_open] = ACTIONS(2313), + [anon_sym_mutating] = ACTIONS(2313), + [anon_sym_nonmutating] = ACTIONS(2313), + [anon_sym_static] = ACTIONS(2313), + [anon_sym_dynamic] = ACTIONS(2313), + [anon_sym_optional] = ACTIONS(2313), + [anon_sym_distributed] = ACTIONS(2313), + [anon_sym_final] = ACTIONS(2313), + [anon_sym_inout] = ACTIONS(2313), + [anon_sym_ATescaping] = ACTIONS(2313), + [anon_sym_ATautoclosure] = ACTIONS(2313), + [anon_sym_weak] = ACTIONS(2313), + [anon_sym_unowned] = ACTIONS(2311), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2313), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2313), + [anon_sym_borrowing] = ACTIONS(2313), + [anon_sym_consuming] = ACTIONS(2313), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(619), + [sym__explicit_semi] = ACTIONS(619), + [sym__dot_custom] = ACTIONS(619), + [sym__conjunction_operator_custom] = ACTIONS(619), + [sym__disjunction_operator_custom] = ACTIONS(619), + [sym__nil_coalescing_operator_custom] = ACTIONS(619), + [sym__eq_custom] = ACTIONS(619), + [sym__eq_eq_custom] = ACTIONS(619), + [sym__plus_then_ws] = ACTIONS(619), + [sym__minus_then_ws] = ACTIONS(619), + [sym__bang_custom] = ACTIONS(619), + [sym__as_custom] = ACTIONS(619), + [sym__as_quest_custom] = ACTIONS(619), + [sym__as_bang_custom] = ACTIONS(619), + [sym__custom_operator] = ACTIONS(619), + }, + [STATE(991)] = { + [ts_builtin_sym_end] = ACTIONS(619), + [anon_sym_BANG] = ACTIONS(625), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2827), + [anon_sym_async] = ACTIONS(2827), + [anon_sym_lazy] = ACTIONS(2827), + [anon_sym_package] = ACTIONS(2827), + [anon_sym_LPAREN] = ACTIONS(2829), + [anon_sym_LBRACK] = ACTIONS(619), + [anon_sym_QMARK] = ACTIONS(625), + [anon_sym_QMARK2] = ACTIONS(619), + [anon_sym_AMP] = ACTIONS(619), + [aux_sym_custom_operator_token1] = ACTIONS(619), + [anon_sym_LT] = ACTIONS(625), + [anon_sym_GT] = ACTIONS(625), + [anon_sym_LBRACE] = ACTIONS(619), + [anon_sym_CARET_LBRACE] = ACTIONS(619), + [anon_sym_RBRACE] = ACTIONS(619), + [anon_sym_PLUS_EQ] = ACTIONS(619), + [anon_sym_DASH_EQ] = ACTIONS(619), + [anon_sym_STAR_EQ] = ACTIONS(619), + [anon_sym_SLASH_EQ] = ACTIONS(619), + [anon_sym_PERCENT_EQ] = ACTIONS(619), + [anon_sym_BANG_EQ] = ACTIONS(625), + [anon_sym_BANG_EQ_EQ] = ACTIONS(619), + [anon_sym_EQ_EQ_EQ] = ACTIONS(619), + [anon_sym_LT_EQ] = ACTIONS(619), + [anon_sym_GT_EQ] = ACTIONS(619), + [anon_sym_DOT_DOT_DOT] = ACTIONS(619), + [anon_sym_DOT_DOT_LT] = ACTIONS(619), + [anon_sym_is] = ACTIONS(619), + [anon_sym_PLUS] = ACTIONS(625), + [anon_sym_DASH] = ACTIONS(625), + [anon_sym_STAR] = ACTIONS(625), + [anon_sym_SLASH] = ACTIONS(625), + [anon_sym_PERCENT] = ACTIONS(625), + [anon_sym_PLUS_PLUS] = ACTIONS(619), + [anon_sym_DASH_DASH] = ACTIONS(619), + [anon_sym_PIPE] = ACTIONS(619), + [anon_sym_CARET] = ACTIONS(625), + [anon_sym_LT_LT] = ACTIONS(619), + [anon_sym_GT_GT] = ACTIONS(619), + [anon_sym_import] = ACTIONS(2827), + [anon_sym_typealias] = ACTIONS(2827), + [anon_sym_struct] = ACTIONS(2827), + [anon_sym_class] = ACTIONS(2827), + [anon_sym_enum] = ACTIONS(2827), + [anon_sym_protocol] = ACTIONS(2827), + [anon_sym_let] = ACTIONS(2827), + [anon_sym_var] = ACTIONS(2827), + [anon_sym_func] = ACTIONS(2827), + [anon_sym_willSet] = ACTIONS(2827), + [anon_sym_didSet] = ACTIONS(2827), + [anon_sym_macro] = ACTIONS(2827), + [anon_sym_extension] = ACTIONS(2827), + [anon_sym_indirect] = ACTIONS(2827), + [anon_sym_init] = ACTIONS(2827), + [anon_sym_prefix] = ACTIONS(2827), + [anon_sym_infix] = ACTIONS(2827), + [anon_sym_postfix] = ACTIONS(2827), + [anon_sym_associatedtype] = ACTIONS(2827), + [anon_sym_AT] = ACTIONS(2832), + [anon_sym_override] = ACTIONS(2827), + [anon_sym_convenience] = ACTIONS(2827), + [anon_sym_required] = ACTIONS(2827), + [anon_sym_nonisolated] = ACTIONS(2827), + [anon_sym_public] = ACTIONS(2827), + [anon_sym_private] = ACTIONS(2827), + [anon_sym_internal] = ACTIONS(2827), + [anon_sym_fileprivate] = ACTIONS(2827), + [anon_sym_open] = ACTIONS(2827), + [anon_sym_mutating] = ACTIONS(2827), + [anon_sym_nonmutating] = ACTIONS(2827), + [anon_sym_static] = ACTIONS(2827), + [anon_sym_dynamic] = ACTIONS(2827), + [anon_sym_optional] = ACTIONS(2827), + [anon_sym_distributed] = ACTIONS(2827), + [anon_sym_final] = ACTIONS(2827), + [anon_sym_inout] = ACTIONS(2827), + [anon_sym_ATescaping] = ACTIONS(2827), + [anon_sym_ATautoclosure] = ACTIONS(2827), + [anon_sym_weak] = ACTIONS(2827), + [anon_sym_unowned] = ACTIONS(2832), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2827), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2827), + [anon_sym_borrowing] = ACTIONS(2827), + [anon_sym_consuming] = ACTIONS(2827), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(619), + [sym__explicit_semi] = ACTIONS(619), + [sym__dot_custom] = ACTIONS(619), + [sym__conjunction_operator_custom] = ACTIONS(619), + [sym__disjunction_operator_custom] = ACTIONS(619), + [sym__nil_coalescing_operator_custom] = ACTIONS(619), + [sym__eq_custom] = ACTIONS(619), + [sym__eq_eq_custom] = ACTIONS(619), + [sym__plus_then_ws] = ACTIONS(619), + [sym__minus_then_ws] = ACTIONS(619), + [sym__bang_custom] = ACTIONS(619), + [sym__as_custom] = ACTIONS(619), + [sym__as_quest_custom] = ACTIONS(619), + [sym__as_bang_custom] = ACTIONS(619), + [sym__custom_operator] = ACTIONS(619), + }, + [STATE(992)] = { + [sym_simple_identifier] = STATE(9026), + [sym__contextual_simple_identifier] = STATE(5063), + [sym__parameter_ownership_modifier] = STATE(5063), + [aux_sym__fn_call_lambda_arguments_repeat1] = STATE(997), + [anon_sym_BANG] = ACTIONS(2125), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(2112), + [aux_sym_simple_identifier_token2] = ACTIONS(2114), + [aux_sym_simple_identifier_token3] = ACTIONS(2114), + [aux_sym_simple_identifier_token4] = ACTIONS(2114), + [anon_sym_actor] = ACTIONS(2112), + [anon_sym_async] = ACTIONS(2112), + [anon_sym_each] = ACTIONS(2112), + [anon_sym_lazy] = ACTIONS(2127), + [anon_sym_repeat] = ACTIONS(2112), + [anon_sym_package] = ACTIONS(2127), + [anon_sym_COMMA] = ACTIONS(2130), + [anon_sym_LPAREN] = ACTIONS(2130), + [anon_sym_LBRACK] = ACTIONS(2130), + [anon_sym_QMARK] = ACTIONS(2125), + [anon_sym_QMARK2] = ACTIONS(2130), + [anon_sym_AMP] = ACTIONS(2130), + [aux_sym_custom_operator_token1] = ACTIONS(2130), + [anon_sym_LT] = ACTIONS(2125), + [anon_sym_GT] = ACTIONS(2125), + [anon_sym_LBRACE] = ACTIONS(2130), + [anon_sym_CARET_LBRACE] = ACTIONS(2130), + [anon_sym_RBRACE] = ACTIONS(2130), + [anon_sym_case] = ACTIONS(2125), + [anon_sym_fallthrough] = ACTIONS(2125), + [anon_sym_PLUS_EQ] = ACTIONS(2130), + [anon_sym_DASH_EQ] = ACTIONS(2130), + [anon_sym_STAR_EQ] = ACTIONS(2130), + [anon_sym_SLASH_EQ] = ACTIONS(2130), + [anon_sym_PERCENT_EQ] = ACTIONS(2130), + [anon_sym_BANG_EQ] = ACTIONS(2125), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2130), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2130), + [anon_sym_LT_EQ] = ACTIONS(2130), + [anon_sym_GT_EQ] = ACTIONS(2130), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2130), + [anon_sym_DOT_DOT_LT] = ACTIONS(2130), + [anon_sym_is] = ACTIONS(2125), + [anon_sym_PLUS] = ACTIONS(2125), + [anon_sym_DASH] = ACTIONS(2125), + [anon_sym_STAR] = ACTIONS(2125), + [anon_sym_SLASH] = ACTIONS(2125), + [anon_sym_PERCENT] = ACTIONS(2125), + [anon_sym_PLUS_PLUS] = ACTIONS(2130), + [anon_sym_DASH_DASH] = ACTIONS(2130), + [anon_sym_PIPE] = ACTIONS(2130), + [anon_sym_CARET] = ACTIONS(2125), + [anon_sym_LT_LT] = ACTIONS(2130), + [anon_sym_GT_GT] = ACTIONS(2130), + [anon_sym_class] = ACTIONS(2125), + [anon_sym_prefix] = ACTIONS(2125), + [anon_sym_infix] = ACTIONS(2125), + [anon_sym_postfix] = ACTIONS(2125), + [anon_sym_AT] = ACTIONS(2125), + [anon_sym_override] = ACTIONS(2125), + [anon_sym_convenience] = ACTIONS(2125), + [anon_sym_required] = ACTIONS(2125), + [anon_sym_nonisolated] = ACTIONS(2125), + [anon_sym_public] = ACTIONS(2125), + [anon_sym_private] = ACTIONS(2125), + [anon_sym_internal] = ACTIONS(2125), + [anon_sym_fileprivate] = ACTIONS(2125), + [anon_sym_open] = ACTIONS(2125), + [anon_sym_mutating] = ACTIONS(2125), + [anon_sym_nonmutating] = ACTIONS(2125), + [anon_sym_static] = ACTIONS(2125), + [anon_sym_dynamic] = ACTIONS(2125), + [anon_sym_optional] = ACTIONS(2125), + [anon_sym_distributed] = ACTIONS(2125), + [anon_sym_final] = ACTIONS(2125), + [anon_sym_inout] = ACTIONS(2125), + [anon_sym_ATescaping] = ACTIONS(2130), + [anon_sym_ATautoclosure] = ACTIONS(2130), + [anon_sym_weak] = ACTIONS(2125), + [anon_sym_unowned] = ACTIONS(2125), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2130), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2130), + [anon_sym_borrowing] = ACTIONS(2127), + [anon_sym_consuming] = ACTIONS(2127), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2130), + [sym__explicit_semi] = ACTIONS(2130), + [sym__dot_custom] = ACTIONS(2130), + [sym__conjunction_operator_custom] = ACTIONS(2130), + [sym__disjunction_operator_custom] = ACTIONS(2130), + [sym__nil_coalescing_operator_custom] = ACTIONS(2130), + [sym__eq_custom] = ACTIONS(2130), + [sym__eq_eq_custom] = ACTIONS(2130), + [sym__plus_then_ws] = ACTIONS(2130), + [sym__minus_then_ws] = ACTIONS(2130), + [sym__bang_custom] = ACTIONS(2130), + [sym_default_keyword] = ACTIONS(2130), + [sym_where_keyword] = ACTIONS(2130), + [sym__as_custom] = ACTIONS(2130), + [sym__as_quest_custom] = ACTIONS(2130), + [sym__as_bang_custom] = ACTIONS(2130), + [sym__custom_operator] = ACTIONS(2130), + }, + [STATE(993)] = { + [anon_sym_BANG] = ACTIONS(625), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(625), + [aux_sym_simple_identifier_token2] = ACTIONS(619), + [aux_sym_simple_identifier_token3] = ACTIONS(619), + [aux_sym_simple_identifier_token4] = ACTIONS(619), + [anon_sym_actor] = ACTIONS(625), + [anon_sym_async] = ACTIONS(625), + [anon_sym_each] = ACTIONS(625), + [anon_sym_lazy] = ACTIONS(2834), + [anon_sym_repeat] = ACTIONS(625), + [anon_sym_package] = ACTIONS(2834), + [anon_sym_COMMA] = ACTIONS(619), + [anon_sym_COLON] = ACTIONS(619), + [anon_sym_LPAREN] = ACTIONS(2837), + [anon_sym_LBRACK] = ACTIONS(619), + [anon_sym_QMARK] = ACTIONS(625), + [anon_sym_QMARK2] = ACTIONS(619), + [anon_sym_AMP] = ACTIONS(619), + [aux_sym_custom_operator_token1] = ACTIONS(619), + [anon_sym_LT] = ACTIONS(625), + [anon_sym_GT] = ACTIONS(625), + [anon_sym_LBRACE] = ACTIONS(619), + [anon_sym_CARET_LBRACE] = ACTIONS(619), + [anon_sym_RBRACE] = ACTIONS(619), + [anon_sym_in] = ACTIONS(625), + [anon_sym_case] = ACTIONS(2832), + [anon_sym_PLUS_EQ] = ACTIONS(619), + [anon_sym_DASH_EQ] = ACTIONS(619), + [anon_sym_STAR_EQ] = ACTIONS(619), + [anon_sym_SLASH_EQ] = ACTIONS(619), + [anon_sym_PERCENT_EQ] = ACTIONS(619), + [anon_sym_BANG_EQ] = ACTIONS(625), + [anon_sym_BANG_EQ_EQ] = ACTIONS(619), + [anon_sym_EQ_EQ_EQ] = ACTIONS(619), + [anon_sym_LT_EQ] = ACTIONS(619), + [anon_sym_GT_EQ] = ACTIONS(619), + [anon_sym_DOT_DOT_DOT] = ACTIONS(619), + [anon_sym_DOT_DOT_LT] = ACTIONS(619), + [anon_sym_is] = ACTIONS(625), + [anon_sym_PLUS] = ACTIONS(625), + [anon_sym_DASH] = ACTIONS(625), + [anon_sym_STAR] = ACTIONS(625), + [anon_sym_SLASH] = ACTIONS(625), + [anon_sym_PERCENT] = ACTIONS(625), + [anon_sym_PLUS_PLUS] = ACTIONS(619), + [anon_sym_DASH_DASH] = ACTIONS(619), + [anon_sym_PIPE] = ACTIONS(619), + [anon_sym_CARET] = ACTIONS(625), + [anon_sym_LT_LT] = ACTIONS(619), + [anon_sym_GT_GT] = ACTIONS(619), + [anon_sym_class] = ACTIONS(2832), + [anon_sym_prefix] = ACTIONS(2832), + [anon_sym_infix] = ACTIONS(2832), + [anon_sym_postfix] = ACTIONS(2832), + [anon_sym_AT] = ACTIONS(2832), + [anon_sym_override] = ACTIONS(2832), + [anon_sym_convenience] = ACTIONS(2832), + [anon_sym_required] = ACTIONS(2832), + [anon_sym_nonisolated] = ACTIONS(2832), + [anon_sym_public] = ACTIONS(2832), + [anon_sym_private] = ACTIONS(2832), + [anon_sym_internal] = ACTIONS(2832), + [anon_sym_fileprivate] = ACTIONS(2832), + [anon_sym_open] = ACTIONS(2832), + [anon_sym_mutating] = ACTIONS(2832), + [anon_sym_nonmutating] = ACTIONS(2832), + [anon_sym_static] = ACTIONS(2832), + [anon_sym_dynamic] = ACTIONS(2832), + [anon_sym_optional] = ACTIONS(2832), + [anon_sym_distributed] = ACTIONS(2832), + [anon_sym_final] = ACTIONS(2832), + [anon_sym_inout] = ACTIONS(2832), + [anon_sym_ATescaping] = ACTIONS(2827), + [anon_sym_ATautoclosure] = ACTIONS(2827), + [anon_sym_weak] = ACTIONS(2832), + [anon_sym_unowned] = ACTIONS(2832), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2827), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2827), + [anon_sym_borrowing] = ACTIONS(2834), + [anon_sym_consuming] = ACTIONS(2834), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(619), + [sym__explicit_semi] = ACTIONS(619), + [sym__arrow_operator_custom] = ACTIONS(619), + [sym__dot_custom] = ACTIONS(619), + [sym__conjunction_operator_custom] = ACTIONS(619), + [sym__disjunction_operator_custom] = ACTIONS(619), + [sym__nil_coalescing_operator_custom] = ACTIONS(619), + [sym__eq_custom] = ACTIONS(619), + [sym__eq_eq_custom] = ACTIONS(619), + [sym__plus_then_ws] = ACTIONS(619), + [sym__minus_then_ws] = ACTIONS(619), + [sym__bang_custom] = ACTIONS(619), + [sym__throws_keyword] = ACTIONS(619), + [sym__rethrows_keyword] = ACTIONS(619), + [sym_default_keyword] = ACTIONS(2827), + [sym__as_custom] = ACTIONS(619), + [sym__as_quest_custom] = ACTIONS(619), + [sym__as_bang_custom] = ACTIONS(619), + [sym__async_keyword_custom] = ACTIONS(619), + [sym__custom_operator] = ACTIONS(619), + }, + [STATE(994)] = { + [anon_sym_BANG] = ACTIONS(625), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(625), + [aux_sym_simple_identifier_token2] = ACTIONS(619), + [aux_sym_simple_identifier_token3] = ACTIONS(619), + [aux_sym_simple_identifier_token4] = ACTIONS(619), + [anon_sym_actor] = ACTIONS(625), + [anon_sym_async] = ACTIONS(625), + [anon_sym_each] = ACTIONS(625), + [anon_sym_lazy] = ACTIONS(2834), + [anon_sym_repeat] = ACTIONS(625), + [anon_sym_package] = ACTIONS(2834), + [anon_sym_COMMA] = ACTIONS(619), + [anon_sym_COLON] = ACTIONS(619), + [anon_sym_LPAREN] = ACTIONS(2829), + [anon_sym_LBRACK] = ACTIONS(619), + [anon_sym_QMARK] = ACTIONS(625), + [anon_sym_QMARK2] = ACTIONS(619), + [anon_sym_AMP] = ACTIONS(619), + [aux_sym_custom_operator_token1] = ACTIONS(619), + [anon_sym_LT] = ACTIONS(625), + [anon_sym_GT] = ACTIONS(625), + [anon_sym_LBRACE] = ACTIONS(619), + [anon_sym_CARET_LBRACE] = ACTIONS(619), + [anon_sym_RBRACE] = ACTIONS(619), + [anon_sym_in] = ACTIONS(625), + [anon_sym_PLUS_EQ] = ACTIONS(619), + [anon_sym_DASH_EQ] = ACTIONS(619), + [anon_sym_STAR_EQ] = ACTIONS(619), + [anon_sym_SLASH_EQ] = ACTIONS(619), + [anon_sym_PERCENT_EQ] = ACTIONS(619), + [anon_sym_BANG_EQ] = ACTIONS(625), + [anon_sym_BANG_EQ_EQ] = ACTIONS(619), + [anon_sym_EQ_EQ_EQ] = ACTIONS(619), + [anon_sym_LT_EQ] = ACTIONS(619), + [anon_sym_GT_EQ] = ACTIONS(619), + [anon_sym_DOT_DOT_DOT] = ACTIONS(619), + [anon_sym_DOT_DOT_LT] = ACTIONS(619), + [anon_sym_is] = ACTIONS(625), + [anon_sym_PLUS] = ACTIONS(625), + [anon_sym_DASH] = ACTIONS(625), + [anon_sym_STAR] = ACTIONS(625), + [anon_sym_SLASH] = ACTIONS(625), + [anon_sym_PERCENT] = ACTIONS(625), + [anon_sym_PLUS_PLUS] = ACTIONS(619), + [anon_sym_DASH_DASH] = ACTIONS(619), + [anon_sym_PIPE] = ACTIONS(619), + [anon_sym_CARET] = ACTIONS(625), + [anon_sym_LT_LT] = ACTIONS(619), + [anon_sym_GT_GT] = ACTIONS(619), + [anon_sym_class] = ACTIONS(2832), + [anon_sym_willSet] = ACTIONS(2832), + [anon_sym_didSet] = ACTIONS(2832), + [anon_sym_prefix] = ACTIONS(2832), + [anon_sym_infix] = ACTIONS(2832), + [anon_sym_postfix] = ACTIONS(2832), + [anon_sym_AT] = ACTIONS(2832), + [anon_sym_override] = ACTIONS(2832), + [anon_sym_convenience] = ACTIONS(2832), + [anon_sym_required] = ACTIONS(2832), + [anon_sym_nonisolated] = ACTIONS(2832), + [anon_sym_public] = ACTIONS(2832), + [anon_sym_private] = ACTIONS(2832), + [anon_sym_internal] = ACTIONS(2832), + [anon_sym_fileprivate] = ACTIONS(2832), + [anon_sym_open] = ACTIONS(2832), + [anon_sym_mutating] = ACTIONS(2832), + [anon_sym_nonmutating] = ACTIONS(2832), + [anon_sym_static] = ACTIONS(2832), + [anon_sym_dynamic] = ACTIONS(2832), + [anon_sym_optional] = ACTIONS(2832), + [anon_sym_distributed] = ACTIONS(2832), + [anon_sym_final] = ACTIONS(2832), + [anon_sym_inout] = ACTIONS(2832), + [anon_sym_ATescaping] = ACTIONS(2827), + [anon_sym_ATautoclosure] = ACTIONS(2827), + [anon_sym_weak] = ACTIONS(2832), + [anon_sym_unowned] = ACTIONS(2832), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2827), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2827), + [anon_sym_borrowing] = ACTIONS(2834), + [anon_sym_consuming] = ACTIONS(2834), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(619), + [sym__explicit_semi] = ACTIONS(619), + [sym__arrow_operator_custom] = ACTIONS(619), + [sym__dot_custom] = ACTIONS(619), + [sym__conjunction_operator_custom] = ACTIONS(619), + [sym__disjunction_operator_custom] = ACTIONS(619), + [sym__nil_coalescing_operator_custom] = ACTIONS(619), + [sym__eq_custom] = ACTIONS(619), + [sym__eq_eq_custom] = ACTIONS(619), + [sym__plus_then_ws] = ACTIONS(619), + [sym__minus_then_ws] = ACTIONS(619), + [sym__bang_custom] = ACTIONS(619), + [sym__throws_keyword] = ACTIONS(619), + [sym__rethrows_keyword] = ACTIONS(619), + [sym__as_custom] = ACTIONS(619), + [sym__as_quest_custom] = ACTIONS(619), + [sym__as_bang_custom] = ACTIONS(619), + [sym__async_keyword_custom] = ACTIONS(619), + [sym__custom_operator] = ACTIONS(619), + }, + [STATE(995)] = { + [sym_simple_identifier] = STATE(9026), + [sym__contextual_simple_identifier] = STATE(5063), + [sym__parameter_ownership_modifier] = STATE(5063), + [aux_sym__fn_call_lambda_arguments_repeat1] = STATE(992), + [anon_sym_BANG] = ACTIONS(2110), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(2112), + [aux_sym_simple_identifier_token2] = ACTIONS(2114), + [aux_sym_simple_identifier_token3] = ACTIONS(2114), + [aux_sym_simple_identifier_token4] = ACTIONS(2114), + [anon_sym_actor] = ACTIONS(2112), + [anon_sym_async] = ACTIONS(2112), + [anon_sym_each] = ACTIONS(2112), + [anon_sym_lazy] = ACTIONS(2116), + [anon_sym_repeat] = ACTIONS(2112), + [anon_sym_package] = ACTIONS(2116), + [anon_sym_COMMA] = ACTIONS(2119), + [anon_sym_LPAREN] = ACTIONS(2119), + [anon_sym_LBRACK] = ACTIONS(2119), + [anon_sym_QMARK] = ACTIONS(2110), + [anon_sym_QMARK2] = ACTIONS(2119), + [anon_sym_AMP] = ACTIONS(2119), + [aux_sym_custom_operator_token1] = ACTIONS(2119), + [anon_sym_LT] = ACTIONS(2110), + [anon_sym_GT] = ACTIONS(2110), + [anon_sym_LBRACE] = ACTIONS(2119), + [anon_sym_CARET_LBRACE] = ACTIONS(2119), + [anon_sym_RBRACE] = ACTIONS(2119), + [anon_sym_case] = ACTIONS(2110), + [anon_sym_fallthrough] = ACTIONS(2110), + [anon_sym_PLUS_EQ] = ACTIONS(2119), + [anon_sym_DASH_EQ] = ACTIONS(2119), + [anon_sym_STAR_EQ] = ACTIONS(2119), + [anon_sym_SLASH_EQ] = ACTIONS(2119), + [anon_sym_PERCENT_EQ] = ACTIONS(2119), + [anon_sym_BANG_EQ] = ACTIONS(2110), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2119), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2119), + [anon_sym_LT_EQ] = ACTIONS(2119), + [anon_sym_GT_EQ] = ACTIONS(2119), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2119), + [anon_sym_DOT_DOT_LT] = ACTIONS(2119), + [anon_sym_is] = ACTIONS(2110), + [anon_sym_PLUS] = ACTIONS(2110), + [anon_sym_DASH] = ACTIONS(2110), + [anon_sym_STAR] = ACTIONS(2110), + [anon_sym_SLASH] = ACTIONS(2110), + [anon_sym_PERCENT] = ACTIONS(2110), + [anon_sym_PLUS_PLUS] = ACTIONS(2119), + [anon_sym_DASH_DASH] = ACTIONS(2119), + [anon_sym_PIPE] = ACTIONS(2119), + [anon_sym_CARET] = ACTIONS(2110), + [anon_sym_LT_LT] = ACTIONS(2119), + [anon_sym_GT_GT] = ACTIONS(2119), + [anon_sym_class] = ACTIONS(2110), + [anon_sym_prefix] = ACTIONS(2110), + [anon_sym_infix] = ACTIONS(2110), + [anon_sym_postfix] = ACTIONS(2110), + [anon_sym_AT] = ACTIONS(2110), + [anon_sym_override] = ACTIONS(2110), + [anon_sym_convenience] = ACTIONS(2110), + [anon_sym_required] = ACTIONS(2110), + [anon_sym_nonisolated] = ACTIONS(2110), + [anon_sym_public] = ACTIONS(2110), + [anon_sym_private] = ACTIONS(2110), + [anon_sym_internal] = ACTIONS(2110), + [anon_sym_fileprivate] = ACTIONS(2110), + [anon_sym_open] = ACTIONS(2110), + [anon_sym_mutating] = ACTIONS(2110), + [anon_sym_nonmutating] = ACTIONS(2110), + [anon_sym_static] = ACTIONS(2110), + [anon_sym_dynamic] = ACTIONS(2110), + [anon_sym_optional] = ACTIONS(2110), + [anon_sym_distributed] = ACTIONS(2110), + [anon_sym_final] = ACTIONS(2110), + [anon_sym_inout] = ACTIONS(2110), + [anon_sym_ATescaping] = ACTIONS(2119), + [anon_sym_ATautoclosure] = ACTIONS(2119), + [anon_sym_weak] = ACTIONS(2110), + [anon_sym_unowned] = ACTIONS(2110), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2119), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2119), + [anon_sym_borrowing] = ACTIONS(2116), + [anon_sym_consuming] = ACTIONS(2116), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2119), + [sym__explicit_semi] = ACTIONS(2119), + [sym__dot_custom] = ACTIONS(2119), + [sym__conjunction_operator_custom] = ACTIONS(2119), + [sym__disjunction_operator_custom] = ACTIONS(2119), + [sym__nil_coalescing_operator_custom] = ACTIONS(2119), + [sym__eq_custom] = ACTIONS(2119), + [sym__eq_eq_custom] = ACTIONS(2119), + [sym__plus_then_ws] = ACTIONS(2119), + [sym__minus_then_ws] = ACTIONS(2119), + [sym__bang_custom] = ACTIONS(2119), + [sym_default_keyword] = ACTIONS(2119), + [sym_where_keyword] = ACTIONS(2119), + [sym__as_custom] = ACTIONS(2119), + [sym__as_quest_custom] = ACTIONS(2119), + [sym__as_bang_custom] = ACTIONS(2119), + [sym__custom_operator] = ACTIONS(2119), + }, + [STATE(996)] = { + [anon_sym_BANG] = ACTIONS(625), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(625), + [aux_sym_simple_identifier_token2] = ACTIONS(619), + [aux_sym_simple_identifier_token3] = ACTIONS(619), + [aux_sym_simple_identifier_token4] = ACTIONS(619), + [anon_sym_actor] = ACTIONS(625), + [anon_sym_async] = ACTIONS(625), + [anon_sym_each] = ACTIONS(625), + [anon_sym_lazy] = ACTIONS(2840), + [anon_sym_repeat] = ACTIONS(625), + [anon_sym_package] = ACTIONS(2840), + [anon_sym_COMMA] = ACTIONS(619), + [anon_sym_COLON] = ACTIONS(619), + [anon_sym_LPAREN] = ACTIONS(619), + [anon_sym_LBRACK] = ACTIONS(619), + [anon_sym_QMARK] = ACTIONS(625), + [anon_sym_QMARK2] = ACTIONS(619), + [anon_sym_AMP] = ACTIONS(619), + [aux_sym_custom_operator_token1] = ACTIONS(619), + [anon_sym_LT] = ACTIONS(625), + [anon_sym_GT] = ACTIONS(625), + [anon_sym_LBRACE] = ACTIONS(619), + [anon_sym_CARET_LBRACE] = ACTIONS(619), + [anon_sym_RBRACE] = ACTIONS(619), + [anon_sym_in] = ACTIONS(625), + [anon_sym_PLUS_EQ] = ACTIONS(619), + [anon_sym_DASH_EQ] = ACTIONS(619), + [anon_sym_STAR_EQ] = ACTIONS(619), + [anon_sym_SLASH_EQ] = ACTIONS(619), + [anon_sym_PERCENT_EQ] = ACTIONS(619), + [anon_sym_BANG_EQ] = ACTIONS(625), + [anon_sym_BANG_EQ_EQ] = ACTIONS(619), + [anon_sym_EQ_EQ_EQ] = ACTIONS(619), + [anon_sym_LT_EQ] = ACTIONS(619), + [anon_sym_GT_EQ] = ACTIONS(619), + [anon_sym_DOT_DOT_DOT] = ACTIONS(619), + [anon_sym_DOT_DOT_LT] = ACTIONS(619), + [anon_sym_is] = ACTIONS(625), + [anon_sym_PLUS] = ACTIONS(625), + [anon_sym_DASH] = ACTIONS(625), + [anon_sym_STAR] = ACTIONS(625), + [anon_sym_SLASH] = ACTIONS(625), + [anon_sym_PERCENT] = ACTIONS(625), + [anon_sym_PLUS_PLUS] = ACTIONS(619), + [anon_sym_DASH_DASH] = ACTIONS(619), + [anon_sym_PIPE] = ACTIONS(619), + [anon_sym_CARET] = ACTIONS(625), + [anon_sym_LT_LT] = ACTIONS(619), + [anon_sym_GT_GT] = ACTIONS(619), + [anon_sym_class] = ACTIONS(2825), + [anon_sym_willSet] = ACTIONS(2825), + [anon_sym_didSet] = ACTIONS(2825), + [anon_sym_prefix] = ACTIONS(2825), + [anon_sym_infix] = ACTIONS(2825), + [anon_sym_postfix] = ACTIONS(2825), + [anon_sym_AT] = ACTIONS(2825), + [anon_sym_override] = ACTIONS(2825), + [anon_sym_convenience] = ACTIONS(2825), + [anon_sym_required] = ACTIONS(2825), + [anon_sym_nonisolated] = ACTIONS(2825), + [anon_sym_public] = ACTIONS(2825), + [anon_sym_private] = ACTIONS(2825), + [anon_sym_internal] = ACTIONS(2825), + [anon_sym_fileprivate] = ACTIONS(2825), + [anon_sym_open] = ACTIONS(2825), + [anon_sym_mutating] = ACTIONS(2825), + [anon_sym_nonmutating] = ACTIONS(2825), + [anon_sym_static] = ACTIONS(2825), + [anon_sym_dynamic] = ACTIONS(2825), + [anon_sym_optional] = ACTIONS(2825), + [anon_sym_distributed] = ACTIONS(2825), + [anon_sym_final] = ACTIONS(2825), + [anon_sym_inout] = ACTIONS(2825), + [anon_sym_ATescaping] = ACTIONS(2823), + [anon_sym_ATautoclosure] = ACTIONS(2823), + [anon_sym_weak] = ACTIONS(2825), + [anon_sym_unowned] = ACTIONS(2825), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2823), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2823), + [anon_sym_borrowing] = ACTIONS(2840), + [anon_sym_consuming] = ACTIONS(2840), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(619), + [sym__explicit_semi] = ACTIONS(619), + [sym__arrow_operator_custom] = ACTIONS(619), + [sym__dot_custom] = ACTIONS(619), + [sym__conjunction_operator_custom] = ACTIONS(619), + [sym__disjunction_operator_custom] = ACTIONS(619), + [sym__nil_coalescing_operator_custom] = ACTIONS(619), + [sym__eq_custom] = ACTIONS(619), + [sym__eq_eq_custom] = ACTIONS(619), + [sym__plus_then_ws] = ACTIONS(619), + [sym__minus_then_ws] = ACTIONS(619), + [sym__bang_custom] = ACTIONS(619), + [sym__throws_keyword] = ACTIONS(619), + [sym__rethrows_keyword] = ACTIONS(619), + [sym__as_custom] = ACTIONS(619), + [sym__as_quest_custom] = ACTIONS(619), + [sym__as_bang_custom] = ACTIONS(619), + [sym__async_keyword_custom] = ACTIONS(619), + [sym__custom_operator] = ACTIONS(619), + }, + [STATE(997)] = { + [sym_simple_identifier] = STATE(9026), + [sym__contextual_simple_identifier] = STATE(5063), + [sym__parameter_ownership_modifier] = STATE(5063), + [aux_sym__fn_call_lambda_arguments_repeat1] = STATE(997), + [anon_sym_BANG] = ACTIONS(2132), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(2134), + [aux_sym_simple_identifier_token2] = ACTIONS(2137), + [aux_sym_simple_identifier_token3] = ACTIONS(2137), + [aux_sym_simple_identifier_token4] = ACTIONS(2137), + [anon_sym_actor] = ACTIONS(2134), + [anon_sym_async] = ACTIONS(2134), + [anon_sym_each] = ACTIONS(2134), + [anon_sym_lazy] = ACTIONS(2134), + [anon_sym_repeat] = ACTIONS(2134), + [anon_sym_package] = ACTIONS(2134), + [anon_sym_COMMA] = ACTIONS(2140), + [anon_sym_LPAREN] = ACTIONS(2140), + [anon_sym_LBRACK] = ACTIONS(2140), + [anon_sym_QMARK] = ACTIONS(2132), + [anon_sym_QMARK2] = ACTIONS(2140), + [anon_sym_AMP] = ACTIONS(2140), + [aux_sym_custom_operator_token1] = ACTIONS(2140), + [anon_sym_LT] = ACTIONS(2132), + [anon_sym_GT] = ACTIONS(2132), + [anon_sym_LBRACE] = ACTIONS(2140), + [anon_sym_CARET_LBRACE] = ACTIONS(2140), + [anon_sym_RBRACE] = ACTIONS(2140), + [anon_sym_case] = ACTIONS(2132), + [anon_sym_fallthrough] = ACTIONS(2132), + [anon_sym_PLUS_EQ] = ACTIONS(2140), + [anon_sym_DASH_EQ] = ACTIONS(2140), + [anon_sym_STAR_EQ] = ACTIONS(2140), + [anon_sym_SLASH_EQ] = ACTIONS(2140), + [anon_sym_PERCENT_EQ] = ACTIONS(2140), + [anon_sym_BANG_EQ] = ACTIONS(2132), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2140), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2140), + [anon_sym_LT_EQ] = ACTIONS(2140), + [anon_sym_GT_EQ] = ACTIONS(2140), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2140), + [anon_sym_DOT_DOT_LT] = ACTIONS(2140), + [anon_sym_is] = ACTIONS(2132), + [anon_sym_PLUS] = ACTIONS(2132), + [anon_sym_DASH] = ACTIONS(2132), + [anon_sym_STAR] = ACTIONS(2132), + [anon_sym_SLASH] = ACTIONS(2132), + [anon_sym_PERCENT] = ACTIONS(2132), + [anon_sym_PLUS_PLUS] = ACTIONS(2140), + [anon_sym_DASH_DASH] = ACTIONS(2140), + [anon_sym_PIPE] = ACTIONS(2140), + [anon_sym_CARET] = ACTIONS(2132), + [anon_sym_LT_LT] = ACTIONS(2140), + [anon_sym_GT_GT] = ACTIONS(2140), + [anon_sym_class] = ACTIONS(2132), + [anon_sym_prefix] = ACTIONS(2132), + [anon_sym_infix] = ACTIONS(2132), + [anon_sym_postfix] = ACTIONS(2132), + [anon_sym_AT] = ACTIONS(2132), + [anon_sym_override] = ACTIONS(2132), + [anon_sym_convenience] = ACTIONS(2132), + [anon_sym_required] = ACTIONS(2132), + [anon_sym_nonisolated] = ACTIONS(2132), + [anon_sym_public] = ACTIONS(2132), + [anon_sym_private] = ACTIONS(2132), + [anon_sym_internal] = ACTIONS(2132), + [anon_sym_fileprivate] = ACTIONS(2132), + [anon_sym_open] = ACTIONS(2132), + [anon_sym_mutating] = ACTIONS(2132), + [anon_sym_nonmutating] = ACTIONS(2132), + [anon_sym_static] = ACTIONS(2132), + [anon_sym_dynamic] = ACTIONS(2132), + [anon_sym_optional] = ACTIONS(2132), + [anon_sym_distributed] = ACTIONS(2132), + [anon_sym_final] = ACTIONS(2132), + [anon_sym_inout] = ACTIONS(2132), + [anon_sym_ATescaping] = ACTIONS(2140), + [anon_sym_ATautoclosure] = ACTIONS(2140), + [anon_sym_weak] = ACTIONS(2132), + [anon_sym_unowned] = ACTIONS(2132), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2140), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2140), + [anon_sym_borrowing] = ACTIONS(2134), + [anon_sym_consuming] = ACTIONS(2134), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2140), + [sym__explicit_semi] = ACTIONS(2140), + [sym__dot_custom] = ACTIONS(2140), + [sym__conjunction_operator_custom] = ACTIONS(2140), + [sym__disjunction_operator_custom] = ACTIONS(2140), + [sym__nil_coalescing_operator_custom] = ACTIONS(2140), + [sym__eq_custom] = ACTIONS(2140), + [sym__eq_eq_custom] = ACTIONS(2140), + [sym__plus_then_ws] = ACTIONS(2140), + [sym__minus_then_ws] = ACTIONS(2140), + [sym__bang_custom] = ACTIONS(2140), + [sym_default_keyword] = ACTIONS(2140), + [sym_where_keyword] = ACTIONS(2140), + [sym__as_custom] = ACTIONS(2140), + [sym__as_quest_custom] = ACTIONS(2140), + [sym__as_bang_custom] = ACTIONS(2140), + [sym__custom_operator] = ACTIONS(2140), + }, + [STATE(998)] = { + [anon_sym_BANG] = ACTIONS(625), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(625), + [aux_sym_simple_identifier_token2] = ACTIONS(619), + [aux_sym_simple_identifier_token3] = ACTIONS(619), + [aux_sym_simple_identifier_token4] = ACTIONS(619), + [anon_sym_actor] = ACTIONS(625), + [anon_sym_async] = ACTIONS(625), + [anon_sym_each] = ACTIONS(625), + [anon_sym_lazy] = ACTIONS(2840), + [anon_sym_repeat] = ACTIONS(625), + [anon_sym_package] = ACTIONS(2840), + [anon_sym_COMMA] = ACTIONS(619), + [anon_sym_COLON] = ACTIONS(619), + [anon_sym_LPAREN] = ACTIONS(619), + [anon_sym_LBRACK] = ACTIONS(619), + [anon_sym_QMARK] = ACTIONS(625), + [anon_sym_QMARK2] = ACTIONS(619), + [anon_sym_AMP] = ACTIONS(619), + [aux_sym_custom_operator_token1] = ACTIONS(619), + [anon_sym_LT] = ACTIONS(625), + [anon_sym_GT] = ACTIONS(625), + [anon_sym_LBRACE] = ACTIONS(619), + [anon_sym_CARET_LBRACE] = ACTIONS(619), + [anon_sym_RBRACE] = ACTIONS(619), + [anon_sym_in] = ACTIONS(625), + [anon_sym_case] = ACTIONS(2825), + [anon_sym_PLUS_EQ] = ACTIONS(619), + [anon_sym_DASH_EQ] = ACTIONS(619), + [anon_sym_STAR_EQ] = ACTIONS(619), + [anon_sym_SLASH_EQ] = ACTIONS(619), + [anon_sym_PERCENT_EQ] = ACTIONS(619), + [anon_sym_BANG_EQ] = ACTIONS(625), + [anon_sym_BANG_EQ_EQ] = ACTIONS(619), + [anon_sym_EQ_EQ_EQ] = ACTIONS(619), + [anon_sym_LT_EQ] = ACTIONS(619), + [anon_sym_GT_EQ] = ACTIONS(619), + [anon_sym_DOT_DOT_DOT] = ACTIONS(619), + [anon_sym_DOT_DOT_LT] = ACTIONS(619), + [anon_sym_is] = ACTIONS(625), + [anon_sym_PLUS] = ACTIONS(625), + [anon_sym_DASH] = ACTIONS(625), + [anon_sym_STAR] = ACTIONS(625), + [anon_sym_SLASH] = ACTIONS(625), + [anon_sym_PERCENT] = ACTIONS(625), + [anon_sym_PLUS_PLUS] = ACTIONS(619), + [anon_sym_DASH_DASH] = ACTIONS(619), + [anon_sym_PIPE] = ACTIONS(619), + [anon_sym_CARET] = ACTIONS(625), + [anon_sym_LT_LT] = ACTIONS(619), + [anon_sym_GT_GT] = ACTIONS(619), + [anon_sym_class] = ACTIONS(2825), + [anon_sym_prefix] = ACTIONS(2825), + [anon_sym_infix] = ACTIONS(2825), + [anon_sym_postfix] = ACTIONS(2825), + [anon_sym_AT] = ACTIONS(2825), + [anon_sym_override] = ACTIONS(2825), + [anon_sym_convenience] = ACTIONS(2825), + [anon_sym_required] = ACTIONS(2825), + [anon_sym_nonisolated] = ACTIONS(2825), + [anon_sym_public] = ACTIONS(2825), + [anon_sym_private] = ACTIONS(2825), + [anon_sym_internal] = ACTIONS(2825), + [anon_sym_fileprivate] = ACTIONS(2825), + [anon_sym_open] = ACTIONS(2825), + [anon_sym_mutating] = ACTIONS(2825), + [anon_sym_nonmutating] = ACTIONS(2825), + [anon_sym_static] = ACTIONS(2825), + [anon_sym_dynamic] = ACTIONS(2825), + [anon_sym_optional] = ACTIONS(2825), + [anon_sym_distributed] = ACTIONS(2825), + [anon_sym_final] = ACTIONS(2825), + [anon_sym_inout] = ACTIONS(2825), + [anon_sym_ATescaping] = ACTIONS(2823), + [anon_sym_ATautoclosure] = ACTIONS(2823), + [anon_sym_weak] = ACTIONS(2825), + [anon_sym_unowned] = ACTIONS(2825), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2823), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2823), + [anon_sym_borrowing] = ACTIONS(2840), + [anon_sym_consuming] = ACTIONS(2840), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(619), + [sym__explicit_semi] = ACTIONS(619), + [sym__arrow_operator_custom] = ACTIONS(619), + [sym__dot_custom] = ACTIONS(619), + [sym__conjunction_operator_custom] = ACTIONS(619), + [sym__disjunction_operator_custom] = ACTIONS(619), + [sym__nil_coalescing_operator_custom] = ACTIONS(619), + [sym__eq_custom] = ACTIONS(619), + [sym__eq_eq_custom] = ACTIONS(619), + [sym__plus_then_ws] = ACTIONS(619), + [sym__minus_then_ws] = ACTIONS(619), + [sym__bang_custom] = ACTIONS(619), + [sym__throws_keyword] = ACTIONS(619), + [sym__rethrows_keyword] = ACTIONS(619), + [sym_default_keyword] = ACTIONS(2823), + [sym__as_custom] = ACTIONS(619), + [sym__as_quest_custom] = ACTIONS(619), + [sym__as_bang_custom] = ACTIONS(619), + [sym__async_keyword_custom] = ACTIONS(619), + [sym__custom_operator] = ACTIONS(619), + }, + [STATE(999)] = { + [sym__immediate_quest] = STATE(1041), + [sym__arrow_operator] = STATE(4382), + [sym__async_keyword] = STATE(7064), + [sym_throws] = STATE(8932), + [sym_throws_clause] = STATE(8932), + [aux_sym_optional_type_repeat1] = STATE(1041), + [anon_sym_BANG] = ACTIONS(2085), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2087), + [anon_sym_package] = ACTIONS(2087), + [anon_sym_COMMA] = ACTIONS(2087), + [anon_sym_LPAREN] = ACTIONS(2087), + [anon_sym_LBRACK] = ACTIONS(2087), + [anon_sym_DOT] = ACTIONS(2085), + [anon_sym_QMARK] = ACTIONS(2085), + [anon_sym_QMARK2] = ACTIONS(2843), + [anon_sym_AMP] = ACTIONS(2087), + [aux_sym_custom_operator_token1] = ACTIONS(2087), + [anon_sym_LT] = ACTIONS(2085), + [anon_sym_GT] = ACTIONS(2085), + [anon_sym_LBRACE] = ACTIONS(2087), + [anon_sym_CARET_LBRACE] = ACTIONS(2087), + [anon_sym_RBRACE] = ACTIONS(2087), + [anon_sym_case] = ACTIONS(2087), + [anon_sym_fallthrough] = ACTIONS(2087), + [anon_sym_PLUS_EQ] = ACTIONS(2087), + [anon_sym_DASH_EQ] = ACTIONS(2087), + [anon_sym_STAR_EQ] = ACTIONS(2087), + [anon_sym_SLASH_EQ] = ACTIONS(2087), + [anon_sym_PERCENT_EQ] = ACTIONS(2087), + [anon_sym_BANG_EQ] = ACTIONS(2085), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2087), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2087), + [anon_sym_LT_EQ] = ACTIONS(2087), + [anon_sym_GT_EQ] = ACTIONS(2087), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2087), + [anon_sym_DOT_DOT_LT] = ACTIONS(2087), + [anon_sym_is] = ACTIONS(2087), + [anon_sym_PLUS] = ACTIONS(2085), + [anon_sym_DASH] = ACTIONS(2085), + [anon_sym_STAR] = ACTIONS(2085), + [anon_sym_SLASH] = ACTIONS(2085), + [anon_sym_PERCENT] = ACTIONS(2085), + [anon_sym_PLUS_PLUS] = ACTIONS(2087), + [anon_sym_DASH_DASH] = ACTIONS(2087), + [anon_sym_PIPE] = ACTIONS(2087), + [anon_sym_CARET] = ACTIONS(2085), + [anon_sym_LT_LT] = ACTIONS(2087), + [anon_sym_GT_GT] = ACTIONS(2087), + [anon_sym_class] = ACTIONS(2087), + [anon_sym_prefix] = ACTIONS(2087), + [anon_sym_infix] = ACTIONS(2087), + [anon_sym_postfix] = ACTIONS(2087), + [anon_sym_AT] = ACTIONS(2085), + [anon_sym_override] = ACTIONS(2087), + [anon_sym_convenience] = ACTIONS(2087), + [anon_sym_required] = ACTIONS(2087), + [anon_sym_nonisolated] = ACTIONS(2087), + [anon_sym_public] = ACTIONS(2087), + [anon_sym_private] = ACTIONS(2087), + [anon_sym_internal] = ACTIONS(2087), + [anon_sym_fileprivate] = ACTIONS(2087), + [anon_sym_open] = ACTIONS(2087), + [anon_sym_mutating] = ACTIONS(2087), + [anon_sym_nonmutating] = ACTIONS(2087), + [anon_sym_static] = ACTIONS(2087), + [anon_sym_dynamic] = ACTIONS(2087), + [anon_sym_optional] = ACTIONS(2087), + [anon_sym_distributed] = ACTIONS(2087), + [anon_sym_final] = ACTIONS(2087), + [anon_sym_inout] = ACTIONS(2087), + [anon_sym_ATescaping] = ACTIONS(2087), + [anon_sym_ATautoclosure] = ACTIONS(2087), + [anon_sym_weak] = ACTIONS(2087), + [anon_sym_unowned] = ACTIONS(2085), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2087), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2087), + [anon_sym_borrowing] = ACTIONS(2087), + [anon_sym_consuming] = ACTIONS(2087), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2087), + [sym__explicit_semi] = ACTIONS(2087), + [sym__arrow_operator_custom] = ACTIONS(2845), + [sym__dot_custom] = ACTIONS(2087), + [sym__conjunction_operator_custom] = ACTIONS(2087), + [sym__disjunction_operator_custom] = ACTIONS(2087), + [sym__nil_coalescing_operator_custom] = ACTIONS(2087), + [sym__eq_custom] = ACTIONS(2087), + [sym__eq_eq_custom] = ACTIONS(2087), + [sym__plus_then_ws] = ACTIONS(2087), + [sym__minus_then_ws] = ACTIONS(2087), + [sym__bang_custom] = ACTIONS(2087), + [sym__throws_keyword] = ACTIONS(2093), + [sym__rethrows_keyword] = ACTIONS(2095), + [sym_default_keyword] = ACTIONS(2087), + [sym_where_keyword] = ACTIONS(2087), + [sym__as_custom] = ACTIONS(2087), + [sym__as_quest_custom] = ACTIONS(2087), + [sym__as_bang_custom] = ACTIONS(2087), + [sym__async_keyword_custom] = ACTIONS(2847), + [sym__custom_operator] = ACTIONS(2087), + }, + [STATE(1000)] = { + [sym_simple_identifier] = STATE(9249), + [sym__contextual_simple_identifier] = STATE(5063), + [sym__parameter_ownership_modifier] = STATE(5063), + [aux_sym__fn_call_lambda_arguments_repeat1] = STATE(1001), + [anon_sym_BANG] = ACTIONS(2125), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(2112), + [aux_sym_simple_identifier_token2] = ACTIONS(2114), + [aux_sym_simple_identifier_token3] = ACTIONS(2114), + [aux_sym_simple_identifier_token4] = ACTIONS(2114), + [anon_sym_actor] = ACTIONS(2112), + [anon_sym_async] = ACTIONS(2112), + [anon_sym_each] = ACTIONS(2112), + [anon_sym_lazy] = ACTIONS(2127), + [anon_sym_repeat] = ACTIONS(2112), + [anon_sym_package] = ACTIONS(2127), + [anon_sym_COMMA] = ACTIONS(2130), + [anon_sym_LPAREN] = ACTIONS(2130), + [anon_sym_LBRACK] = ACTIONS(2130), + [anon_sym_QMARK] = ACTIONS(2125), + [anon_sym_QMARK2] = ACTIONS(2130), + [anon_sym_AMP] = ACTIONS(2130), + [aux_sym_custom_operator_token1] = ACTIONS(2130), + [anon_sym_LT] = ACTIONS(2125), + [anon_sym_GT] = ACTIONS(2125), + [anon_sym_LBRACE] = ACTIONS(2130), + [anon_sym_CARET_LBRACE] = ACTIONS(2130), + [anon_sym_RBRACE] = ACTIONS(2130), + [anon_sym_case] = ACTIONS(2125), + [anon_sym_fallthrough] = ACTIONS(2125), + [anon_sym_PLUS_EQ] = ACTIONS(2130), + [anon_sym_DASH_EQ] = ACTIONS(2130), + [anon_sym_STAR_EQ] = ACTIONS(2130), + [anon_sym_SLASH_EQ] = ACTIONS(2130), + [anon_sym_PERCENT_EQ] = ACTIONS(2130), + [anon_sym_BANG_EQ] = ACTIONS(2125), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2130), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2130), + [anon_sym_LT_EQ] = ACTIONS(2130), + [anon_sym_GT_EQ] = ACTIONS(2130), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2130), + [anon_sym_DOT_DOT_LT] = ACTIONS(2130), + [anon_sym_is] = ACTIONS(2125), + [anon_sym_PLUS] = ACTIONS(2125), + [anon_sym_DASH] = ACTIONS(2125), + [anon_sym_STAR] = ACTIONS(2125), + [anon_sym_SLASH] = ACTIONS(2125), + [anon_sym_PERCENT] = ACTIONS(2125), + [anon_sym_PLUS_PLUS] = ACTIONS(2130), + [anon_sym_DASH_DASH] = ACTIONS(2130), + [anon_sym_PIPE] = ACTIONS(2130), + [anon_sym_CARET] = ACTIONS(2125), + [anon_sym_LT_LT] = ACTIONS(2130), + [anon_sym_GT_GT] = ACTIONS(2130), + [anon_sym_class] = ACTIONS(2125), + [anon_sym_prefix] = ACTIONS(2125), + [anon_sym_infix] = ACTIONS(2125), + [anon_sym_postfix] = ACTIONS(2125), + [anon_sym_AT] = ACTIONS(2125), + [anon_sym_override] = ACTIONS(2125), + [anon_sym_convenience] = ACTIONS(2125), + [anon_sym_required] = ACTIONS(2125), + [anon_sym_nonisolated] = ACTIONS(2125), + [anon_sym_public] = ACTIONS(2125), + [anon_sym_private] = ACTIONS(2125), + [anon_sym_internal] = ACTIONS(2125), + [anon_sym_fileprivate] = ACTIONS(2125), + [anon_sym_open] = ACTIONS(2125), + [anon_sym_mutating] = ACTIONS(2125), + [anon_sym_nonmutating] = ACTIONS(2125), + [anon_sym_static] = ACTIONS(2125), + [anon_sym_dynamic] = ACTIONS(2125), + [anon_sym_optional] = ACTIONS(2125), + [anon_sym_distributed] = ACTIONS(2125), + [anon_sym_final] = ACTIONS(2125), + [anon_sym_inout] = ACTIONS(2125), + [anon_sym_ATescaping] = ACTIONS(2130), + [anon_sym_ATautoclosure] = ACTIONS(2130), + [anon_sym_weak] = ACTIONS(2125), + [anon_sym_unowned] = ACTIONS(2125), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2130), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2130), + [anon_sym_borrowing] = ACTIONS(2127), + [anon_sym_consuming] = ACTIONS(2127), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2130), + [sym__explicit_semi] = ACTIONS(2130), + [sym__dot_custom] = ACTIONS(2130), + [sym__conjunction_operator_custom] = ACTIONS(2130), + [sym__disjunction_operator_custom] = ACTIONS(2130), + [sym__nil_coalescing_operator_custom] = ACTIONS(2130), + [sym__eq_custom] = ACTIONS(2130), + [sym__eq_eq_custom] = ACTIONS(2130), + [sym__plus_then_ws] = ACTIONS(2130), + [sym__minus_then_ws] = ACTIONS(2130), + [sym__bang_custom] = ACTIONS(2130), + [sym_default_keyword] = ACTIONS(2130), + [sym__as_custom] = ACTIONS(2130), + [sym__as_quest_custom] = ACTIONS(2130), + [sym__as_bang_custom] = ACTIONS(2130), + [sym__custom_operator] = ACTIONS(2130), + }, + [STATE(1001)] = { + [sym_simple_identifier] = STATE(9249), + [sym__contextual_simple_identifier] = STATE(5063), + [sym__parameter_ownership_modifier] = STATE(5063), + [aux_sym__fn_call_lambda_arguments_repeat1] = STATE(1001), + [anon_sym_BANG] = ACTIONS(2132), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(2134), + [aux_sym_simple_identifier_token2] = ACTIONS(2137), + [aux_sym_simple_identifier_token3] = ACTIONS(2137), + [aux_sym_simple_identifier_token4] = ACTIONS(2137), + [anon_sym_actor] = ACTIONS(2134), + [anon_sym_async] = ACTIONS(2134), + [anon_sym_each] = ACTIONS(2134), + [anon_sym_lazy] = ACTIONS(2134), + [anon_sym_repeat] = ACTIONS(2134), + [anon_sym_package] = ACTIONS(2134), + [anon_sym_COMMA] = ACTIONS(2140), + [anon_sym_LPAREN] = ACTIONS(2140), + [anon_sym_LBRACK] = ACTIONS(2140), + [anon_sym_QMARK] = ACTIONS(2132), + [anon_sym_QMARK2] = ACTIONS(2140), + [anon_sym_AMP] = ACTIONS(2140), + [aux_sym_custom_operator_token1] = ACTIONS(2140), + [anon_sym_LT] = ACTIONS(2132), + [anon_sym_GT] = ACTIONS(2132), + [anon_sym_LBRACE] = ACTIONS(2140), + [anon_sym_CARET_LBRACE] = ACTIONS(2140), + [anon_sym_RBRACE] = ACTIONS(2140), + [anon_sym_case] = ACTIONS(2132), + [anon_sym_fallthrough] = ACTIONS(2132), + [anon_sym_PLUS_EQ] = ACTIONS(2140), + [anon_sym_DASH_EQ] = ACTIONS(2140), + [anon_sym_STAR_EQ] = ACTIONS(2140), + [anon_sym_SLASH_EQ] = ACTIONS(2140), + [anon_sym_PERCENT_EQ] = ACTIONS(2140), + [anon_sym_BANG_EQ] = ACTIONS(2132), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2140), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2140), + [anon_sym_LT_EQ] = ACTIONS(2140), + [anon_sym_GT_EQ] = ACTIONS(2140), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2140), + [anon_sym_DOT_DOT_LT] = ACTIONS(2140), + [anon_sym_is] = ACTIONS(2132), + [anon_sym_PLUS] = ACTIONS(2132), + [anon_sym_DASH] = ACTIONS(2132), + [anon_sym_STAR] = ACTIONS(2132), + [anon_sym_SLASH] = ACTIONS(2132), + [anon_sym_PERCENT] = ACTIONS(2132), + [anon_sym_PLUS_PLUS] = ACTIONS(2140), + [anon_sym_DASH_DASH] = ACTIONS(2140), + [anon_sym_PIPE] = ACTIONS(2140), + [anon_sym_CARET] = ACTIONS(2132), + [anon_sym_LT_LT] = ACTIONS(2140), + [anon_sym_GT_GT] = ACTIONS(2140), + [anon_sym_class] = ACTIONS(2132), + [anon_sym_prefix] = ACTIONS(2132), + [anon_sym_infix] = ACTIONS(2132), + [anon_sym_postfix] = ACTIONS(2132), + [anon_sym_AT] = ACTIONS(2132), + [anon_sym_override] = ACTIONS(2132), + [anon_sym_convenience] = ACTIONS(2132), + [anon_sym_required] = ACTIONS(2132), + [anon_sym_nonisolated] = ACTIONS(2132), + [anon_sym_public] = ACTIONS(2132), + [anon_sym_private] = ACTIONS(2132), + [anon_sym_internal] = ACTIONS(2132), + [anon_sym_fileprivate] = ACTIONS(2132), + [anon_sym_open] = ACTIONS(2132), + [anon_sym_mutating] = ACTIONS(2132), + [anon_sym_nonmutating] = ACTIONS(2132), + [anon_sym_static] = ACTIONS(2132), + [anon_sym_dynamic] = ACTIONS(2132), + [anon_sym_optional] = ACTIONS(2132), + [anon_sym_distributed] = ACTIONS(2132), + [anon_sym_final] = ACTIONS(2132), + [anon_sym_inout] = ACTIONS(2132), + [anon_sym_ATescaping] = ACTIONS(2140), + [anon_sym_ATautoclosure] = ACTIONS(2140), + [anon_sym_weak] = ACTIONS(2132), + [anon_sym_unowned] = ACTIONS(2132), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2140), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2140), + [anon_sym_borrowing] = ACTIONS(2134), + [anon_sym_consuming] = ACTIONS(2134), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2140), + [sym__explicit_semi] = ACTIONS(2140), + [sym__dot_custom] = ACTIONS(2140), + [sym__conjunction_operator_custom] = ACTIONS(2140), + [sym__disjunction_operator_custom] = ACTIONS(2140), + [sym__nil_coalescing_operator_custom] = ACTIONS(2140), + [sym__eq_custom] = ACTIONS(2140), + [sym__eq_eq_custom] = ACTIONS(2140), + [sym__plus_then_ws] = ACTIONS(2140), + [sym__minus_then_ws] = ACTIONS(2140), + [sym__bang_custom] = ACTIONS(2140), + [sym_default_keyword] = ACTIONS(2140), + [sym__as_custom] = ACTIONS(2140), + [sym__as_quest_custom] = ACTIONS(2140), + [sym__as_bang_custom] = ACTIONS(2140), + [sym__custom_operator] = ACTIONS(2140), + }, + [STATE(1002)] = { + [sym_simple_identifier] = STATE(9249), + [sym__contextual_simple_identifier] = STATE(5063), + [sym__parameter_ownership_modifier] = STATE(5063), + [aux_sym__fn_call_lambda_arguments_repeat1] = STATE(1000), + [anon_sym_BANG] = ACTIONS(2110), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(2112), + [aux_sym_simple_identifier_token2] = ACTIONS(2114), + [aux_sym_simple_identifier_token3] = ACTIONS(2114), + [aux_sym_simple_identifier_token4] = ACTIONS(2114), + [anon_sym_actor] = ACTIONS(2112), + [anon_sym_async] = ACTIONS(2112), + [anon_sym_each] = ACTIONS(2112), + [anon_sym_lazy] = ACTIONS(2116), + [anon_sym_repeat] = ACTIONS(2112), + [anon_sym_package] = ACTIONS(2116), + [anon_sym_COMMA] = ACTIONS(2119), + [anon_sym_LPAREN] = ACTIONS(2119), + [anon_sym_LBRACK] = ACTIONS(2119), + [anon_sym_QMARK] = ACTIONS(2110), + [anon_sym_QMARK2] = ACTIONS(2119), + [anon_sym_AMP] = ACTIONS(2119), + [aux_sym_custom_operator_token1] = ACTIONS(2119), + [anon_sym_LT] = ACTIONS(2110), + [anon_sym_GT] = ACTIONS(2110), + [anon_sym_LBRACE] = ACTIONS(2119), + [anon_sym_CARET_LBRACE] = ACTIONS(2119), + [anon_sym_RBRACE] = ACTIONS(2119), + [anon_sym_case] = ACTIONS(2110), + [anon_sym_fallthrough] = ACTIONS(2110), + [anon_sym_PLUS_EQ] = ACTIONS(2119), + [anon_sym_DASH_EQ] = ACTIONS(2119), + [anon_sym_STAR_EQ] = ACTIONS(2119), + [anon_sym_SLASH_EQ] = ACTIONS(2119), + [anon_sym_PERCENT_EQ] = ACTIONS(2119), + [anon_sym_BANG_EQ] = ACTIONS(2110), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2119), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2119), + [anon_sym_LT_EQ] = ACTIONS(2119), + [anon_sym_GT_EQ] = ACTIONS(2119), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2119), + [anon_sym_DOT_DOT_LT] = ACTIONS(2119), + [anon_sym_is] = ACTIONS(2110), + [anon_sym_PLUS] = ACTIONS(2110), + [anon_sym_DASH] = ACTIONS(2110), + [anon_sym_STAR] = ACTIONS(2110), + [anon_sym_SLASH] = ACTIONS(2110), + [anon_sym_PERCENT] = ACTIONS(2110), + [anon_sym_PLUS_PLUS] = ACTIONS(2119), + [anon_sym_DASH_DASH] = ACTIONS(2119), + [anon_sym_PIPE] = ACTIONS(2119), + [anon_sym_CARET] = ACTIONS(2110), + [anon_sym_LT_LT] = ACTIONS(2119), + [anon_sym_GT_GT] = ACTIONS(2119), + [anon_sym_class] = ACTIONS(2110), + [anon_sym_prefix] = ACTIONS(2110), + [anon_sym_infix] = ACTIONS(2110), + [anon_sym_postfix] = ACTIONS(2110), + [anon_sym_AT] = ACTIONS(2110), + [anon_sym_override] = ACTIONS(2110), + [anon_sym_convenience] = ACTIONS(2110), + [anon_sym_required] = ACTIONS(2110), + [anon_sym_nonisolated] = ACTIONS(2110), + [anon_sym_public] = ACTIONS(2110), + [anon_sym_private] = ACTIONS(2110), + [anon_sym_internal] = ACTIONS(2110), + [anon_sym_fileprivate] = ACTIONS(2110), + [anon_sym_open] = ACTIONS(2110), + [anon_sym_mutating] = ACTIONS(2110), + [anon_sym_nonmutating] = ACTIONS(2110), + [anon_sym_static] = ACTIONS(2110), + [anon_sym_dynamic] = ACTIONS(2110), + [anon_sym_optional] = ACTIONS(2110), + [anon_sym_distributed] = ACTIONS(2110), + [anon_sym_final] = ACTIONS(2110), + [anon_sym_inout] = ACTIONS(2110), + [anon_sym_ATescaping] = ACTIONS(2119), + [anon_sym_ATautoclosure] = ACTIONS(2119), + [anon_sym_weak] = ACTIONS(2110), + [anon_sym_unowned] = ACTIONS(2110), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2119), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2119), + [anon_sym_borrowing] = ACTIONS(2116), + [anon_sym_consuming] = ACTIONS(2116), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2119), + [sym__explicit_semi] = ACTIONS(2119), + [sym__dot_custom] = ACTIONS(2119), + [sym__conjunction_operator_custom] = ACTIONS(2119), + [sym__disjunction_operator_custom] = ACTIONS(2119), + [sym__nil_coalescing_operator_custom] = ACTIONS(2119), + [sym__eq_custom] = ACTIONS(2119), + [sym__eq_eq_custom] = ACTIONS(2119), + [sym__plus_then_ws] = ACTIONS(2119), + [sym__minus_then_ws] = ACTIONS(2119), + [sym__bang_custom] = ACTIONS(2119), + [sym_default_keyword] = ACTIONS(2119), + [sym__as_custom] = ACTIONS(2119), + [sym__as_quest_custom] = ACTIONS(2119), + [sym__as_bang_custom] = ACTIONS(2119), + [sym__custom_operator] = ACTIONS(2119), + }, + [STATE(1003)] = { + [sym__arrow_operator] = STATE(4382), + [sym__async_keyword] = STATE(7064), + [sym_throws] = STATE(8932), + [sym_throws_clause] = STATE(8932), + [aux_sym_protocol_composition_type_repeat1] = STATE(1047), + [anon_sym_BANG] = ACTIONS(2156), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2158), + [anon_sym_package] = ACTIONS(2158), + [anon_sym_COMMA] = ACTIONS(2158), + [anon_sym_LPAREN] = ACTIONS(2158), + [anon_sym_LBRACK] = ACTIONS(2158), + [anon_sym_DOT] = ACTIONS(2849), + [anon_sym_QMARK] = ACTIONS(2156), + [anon_sym_QMARK2] = ACTIONS(2158), + [anon_sym_AMP] = ACTIONS(2851), + [aux_sym_custom_operator_token1] = ACTIONS(2158), + [anon_sym_LT] = ACTIONS(2156), + [anon_sym_GT] = ACTIONS(2156), + [anon_sym_LBRACE] = ACTIONS(2158), + [anon_sym_CARET_LBRACE] = ACTIONS(2158), + [anon_sym_RBRACE] = ACTIONS(2158), + [anon_sym_case] = ACTIONS(2158), + [anon_sym_fallthrough] = ACTIONS(2158), + [anon_sym_PLUS_EQ] = ACTIONS(2158), + [anon_sym_DASH_EQ] = ACTIONS(2158), + [anon_sym_STAR_EQ] = ACTIONS(2158), + [anon_sym_SLASH_EQ] = ACTIONS(2158), + [anon_sym_PERCENT_EQ] = ACTIONS(2158), + [anon_sym_BANG_EQ] = ACTIONS(2156), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2158), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2158), + [anon_sym_LT_EQ] = ACTIONS(2158), + [anon_sym_GT_EQ] = ACTIONS(2158), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2158), + [anon_sym_DOT_DOT_LT] = ACTIONS(2158), + [anon_sym_is] = ACTIONS(2158), + [anon_sym_PLUS] = ACTIONS(2156), + [anon_sym_DASH] = ACTIONS(2156), + [anon_sym_STAR] = ACTIONS(2156), + [anon_sym_SLASH] = ACTIONS(2156), + [anon_sym_PERCENT] = ACTIONS(2156), + [anon_sym_PLUS_PLUS] = ACTIONS(2158), + [anon_sym_DASH_DASH] = ACTIONS(2158), + [anon_sym_PIPE] = ACTIONS(2158), + [anon_sym_CARET] = ACTIONS(2156), + [anon_sym_LT_LT] = ACTIONS(2158), + [anon_sym_GT_GT] = ACTIONS(2158), + [anon_sym_class] = ACTIONS(2158), + [anon_sym_prefix] = ACTIONS(2158), + [anon_sym_infix] = ACTIONS(2158), + [anon_sym_postfix] = ACTIONS(2158), + [anon_sym_AT] = ACTIONS(2156), + [anon_sym_override] = ACTIONS(2158), + [anon_sym_convenience] = ACTIONS(2158), + [anon_sym_required] = ACTIONS(2158), + [anon_sym_nonisolated] = ACTIONS(2158), + [anon_sym_public] = ACTIONS(2158), + [anon_sym_private] = ACTIONS(2158), + [anon_sym_internal] = ACTIONS(2158), + [anon_sym_fileprivate] = ACTIONS(2158), + [anon_sym_open] = ACTIONS(2158), + [anon_sym_mutating] = ACTIONS(2158), + [anon_sym_nonmutating] = ACTIONS(2158), + [anon_sym_static] = ACTIONS(2158), + [anon_sym_dynamic] = ACTIONS(2158), + [anon_sym_optional] = ACTIONS(2158), + [anon_sym_distributed] = ACTIONS(2158), + [anon_sym_final] = ACTIONS(2158), + [anon_sym_inout] = ACTIONS(2158), + [anon_sym_ATescaping] = ACTIONS(2158), + [anon_sym_ATautoclosure] = ACTIONS(2158), + [anon_sym_weak] = ACTIONS(2158), + [anon_sym_unowned] = ACTIONS(2156), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2158), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2158), + [anon_sym_borrowing] = ACTIONS(2158), + [anon_sym_consuming] = ACTIONS(2158), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2158), + [sym__explicit_semi] = ACTIONS(2158), + [sym__arrow_operator_custom] = ACTIONS(2845), + [sym__dot_custom] = ACTIONS(2158), + [sym__conjunction_operator_custom] = ACTIONS(2158), + [sym__disjunction_operator_custom] = ACTIONS(2158), + [sym__nil_coalescing_operator_custom] = ACTIONS(2158), + [sym__eq_custom] = ACTIONS(2158), + [sym__eq_eq_custom] = ACTIONS(2158), + [sym__plus_then_ws] = ACTIONS(2158), + [sym__minus_then_ws] = ACTIONS(2158), + [sym__bang_custom] = ACTIONS(2158), + [sym__throws_keyword] = ACTIONS(2093), + [sym__rethrows_keyword] = ACTIONS(2095), + [sym_default_keyword] = ACTIONS(2158), + [sym_where_keyword] = ACTIONS(2158), + [sym__as_custom] = ACTIONS(2158), + [sym__as_quest_custom] = ACTIONS(2158), + [sym__as_bang_custom] = ACTIONS(2158), + [sym__async_keyword_custom] = ACTIONS(2847), + [sym__custom_operator] = ACTIONS(2158), + }, + [STATE(1004)] = { + [sym__arrow_operator] = STATE(4382), + [sym__async_keyword] = STATE(7064), + [sym_throws] = STATE(8932), + [sym_throws_clause] = STATE(8932), + [aux_sym_protocol_composition_type_repeat1] = STATE(1047), + [anon_sym_BANG] = ACTIONS(2187), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2189), + [anon_sym_package] = ACTIONS(2189), + [anon_sym_COMMA] = ACTIONS(2189), + [anon_sym_LPAREN] = ACTIONS(2189), + [anon_sym_LBRACK] = ACTIONS(2189), + [anon_sym_DOT] = ACTIONS(2849), + [anon_sym_QMARK] = ACTIONS(2187), + [anon_sym_QMARK2] = ACTIONS(2189), + [anon_sym_AMP] = ACTIONS(2851), + [aux_sym_custom_operator_token1] = ACTIONS(2189), + [anon_sym_LT] = ACTIONS(2187), + [anon_sym_GT] = ACTIONS(2187), + [anon_sym_LBRACE] = ACTIONS(2189), + [anon_sym_CARET_LBRACE] = ACTIONS(2189), + [anon_sym_RBRACE] = ACTIONS(2189), + [anon_sym_case] = ACTIONS(2189), + [anon_sym_fallthrough] = ACTIONS(2189), + [anon_sym_PLUS_EQ] = ACTIONS(2189), + [anon_sym_DASH_EQ] = ACTIONS(2189), + [anon_sym_STAR_EQ] = ACTIONS(2189), + [anon_sym_SLASH_EQ] = ACTIONS(2189), + [anon_sym_PERCENT_EQ] = ACTIONS(2189), + [anon_sym_BANG_EQ] = ACTIONS(2187), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2189), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2189), + [anon_sym_LT_EQ] = ACTIONS(2189), + [anon_sym_GT_EQ] = ACTIONS(2189), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2189), + [anon_sym_DOT_DOT_LT] = ACTIONS(2189), + [anon_sym_is] = ACTIONS(2189), + [anon_sym_PLUS] = ACTIONS(2187), + [anon_sym_DASH] = ACTIONS(2187), + [anon_sym_STAR] = ACTIONS(2187), + [anon_sym_SLASH] = ACTIONS(2187), + [anon_sym_PERCENT] = ACTIONS(2187), + [anon_sym_PLUS_PLUS] = ACTIONS(2189), + [anon_sym_DASH_DASH] = ACTIONS(2189), + [anon_sym_PIPE] = ACTIONS(2189), + [anon_sym_CARET] = ACTIONS(2187), + [anon_sym_LT_LT] = ACTIONS(2189), + [anon_sym_GT_GT] = ACTIONS(2189), + [anon_sym_class] = ACTIONS(2189), + [anon_sym_prefix] = ACTIONS(2189), + [anon_sym_infix] = ACTIONS(2189), + [anon_sym_postfix] = ACTIONS(2189), + [anon_sym_AT] = ACTIONS(2187), + [anon_sym_override] = ACTIONS(2189), + [anon_sym_convenience] = ACTIONS(2189), + [anon_sym_required] = ACTIONS(2189), + [anon_sym_nonisolated] = ACTIONS(2189), + [anon_sym_public] = ACTIONS(2189), + [anon_sym_private] = ACTIONS(2189), + [anon_sym_internal] = ACTIONS(2189), + [anon_sym_fileprivate] = ACTIONS(2189), + [anon_sym_open] = ACTIONS(2189), + [anon_sym_mutating] = ACTIONS(2189), + [anon_sym_nonmutating] = ACTIONS(2189), + [anon_sym_static] = ACTIONS(2189), + [anon_sym_dynamic] = ACTIONS(2189), + [anon_sym_optional] = ACTIONS(2189), + [anon_sym_distributed] = ACTIONS(2189), + [anon_sym_final] = ACTIONS(2189), + [anon_sym_inout] = ACTIONS(2189), + [anon_sym_ATescaping] = ACTIONS(2189), + [anon_sym_ATautoclosure] = ACTIONS(2189), + [anon_sym_weak] = ACTIONS(2189), + [anon_sym_unowned] = ACTIONS(2187), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2189), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2189), + [anon_sym_borrowing] = ACTIONS(2189), + [anon_sym_consuming] = ACTIONS(2189), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2189), + [sym__explicit_semi] = ACTIONS(2189), + [sym__arrow_operator_custom] = ACTIONS(2845), + [sym__dot_custom] = ACTIONS(2189), + [sym__conjunction_operator_custom] = ACTIONS(2189), + [sym__disjunction_operator_custom] = ACTIONS(2189), + [sym__nil_coalescing_operator_custom] = ACTIONS(2189), + [sym__eq_custom] = ACTIONS(2189), + [sym__eq_eq_custom] = ACTIONS(2189), + [sym__plus_then_ws] = ACTIONS(2189), + [sym__minus_then_ws] = ACTIONS(2189), + [sym__bang_custom] = ACTIONS(2189), + [sym__throws_keyword] = ACTIONS(2093), + [sym__rethrows_keyword] = ACTIONS(2095), + [sym_default_keyword] = ACTIONS(2189), + [sym_where_keyword] = ACTIONS(2189), + [sym__as_custom] = ACTIONS(2189), + [sym__as_quest_custom] = ACTIONS(2189), + [sym__as_bang_custom] = ACTIONS(2189), + [sym__async_keyword_custom] = ACTIONS(2847), + [sym__custom_operator] = ACTIONS(2189), + }, + [STATE(1005)] = { + [sym__arrow_operator] = STATE(4382), + [sym__async_keyword] = STATE(7064), + [sym_throws] = STATE(8932), + [sym_throws_clause] = STATE(8932), + [aux_sym_protocol_composition_type_repeat1] = STATE(1047), + [anon_sym_BANG] = ACTIONS(2179), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2181), + [anon_sym_package] = ACTIONS(2181), + [anon_sym_COMMA] = ACTIONS(2181), + [anon_sym_LPAREN] = ACTIONS(2181), + [anon_sym_LBRACK] = ACTIONS(2181), + [anon_sym_DOT] = ACTIONS(2849), + [anon_sym_QMARK] = ACTIONS(2179), + [anon_sym_QMARK2] = ACTIONS(2181), + [anon_sym_AMP] = ACTIONS(2851), + [aux_sym_custom_operator_token1] = ACTIONS(2181), + [anon_sym_LT] = ACTIONS(2179), + [anon_sym_GT] = ACTIONS(2179), + [anon_sym_LBRACE] = ACTIONS(2181), + [anon_sym_CARET_LBRACE] = ACTIONS(2181), + [anon_sym_RBRACE] = ACTIONS(2181), + [anon_sym_case] = ACTIONS(2181), + [anon_sym_fallthrough] = ACTIONS(2181), + [anon_sym_PLUS_EQ] = ACTIONS(2181), + [anon_sym_DASH_EQ] = ACTIONS(2181), + [anon_sym_STAR_EQ] = ACTIONS(2181), + [anon_sym_SLASH_EQ] = ACTIONS(2181), + [anon_sym_PERCENT_EQ] = ACTIONS(2181), + [anon_sym_BANG_EQ] = ACTIONS(2179), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2181), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2181), + [anon_sym_LT_EQ] = ACTIONS(2181), + [anon_sym_GT_EQ] = ACTIONS(2181), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2181), + [anon_sym_DOT_DOT_LT] = ACTIONS(2181), + [anon_sym_is] = ACTIONS(2181), + [anon_sym_PLUS] = ACTIONS(2179), + [anon_sym_DASH] = ACTIONS(2179), + [anon_sym_STAR] = ACTIONS(2179), + [anon_sym_SLASH] = ACTIONS(2179), + [anon_sym_PERCENT] = ACTIONS(2179), + [anon_sym_PLUS_PLUS] = ACTIONS(2181), + [anon_sym_DASH_DASH] = ACTIONS(2181), + [anon_sym_PIPE] = ACTIONS(2181), + [anon_sym_CARET] = ACTIONS(2179), + [anon_sym_LT_LT] = ACTIONS(2181), + [anon_sym_GT_GT] = ACTIONS(2181), + [anon_sym_class] = ACTIONS(2181), + [anon_sym_prefix] = ACTIONS(2181), + [anon_sym_infix] = ACTIONS(2181), + [anon_sym_postfix] = ACTIONS(2181), + [anon_sym_AT] = ACTIONS(2179), + [anon_sym_override] = ACTIONS(2181), + [anon_sym_convenience] = ACTIONS(2181), + [anon_sym_required] = ACTIONS(2181), + [anon_sym_nonisolated] = ACTIONS(2181), + [anon_sym_public] = ACTIONS(2181), + [anon_sym_private] = ACTIONS(2181), + [anon_sym_internal] = ACTIONS(2181), + [anon_sym_fileprivate] = ACTIONS(2181), + [anon_sym_open] = ACTIONS(2181), + [anon_sym_mutating] = ACTIONS(2181), + [anon_sym_nonmutating] = ACTIONS(2181), + [anon_sym_static] = ACTIONS(2181), + [anon_sym_dynamic] = ACTIONS(2181), + [anon_sym_optional] = ACTIONS(2181), + [anon_sym_distributed] = ACTIONS(2181), + [anon_sym_final] = ACTIONS(2181), + [anon_sym_inout] = ACTIONS(2181), + [anon_sym_ATescaping] = ACTIONS(2181), + [anon_sym_ATautoclosure] = ACTIONS(2181), + [anon_sym_weak] = ACTIONS(2181), + [anon_sym_unowned] = ACTIONS(2179), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2181), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2181), + [anon_sym_borrowing] = ACTIONS(2181), + [anon_sym_consuming] = ACTIONS(2181), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2181), + [sym__explicit_semi] = ACTIONS(2181), + [sym__arrow_operator_custom] = ACTIONS(2845), + [sym__dot_custom] = ACTIONS(2181), + [sym__conjunction_operator_custom] = ACTIONS(2181), + [sym__disjunction_operator_custom] = ACTIONS(2181), + [sym__nil_coalescing_operator_custom] = ACTIONS(2181), + [sym__eq_custom] = ACTIONS(2181), + [sym__eq_eq_custom] = ACTIONS(2181), + [sym__plus_then_ws] = ACTIONS(2181), + [sym__minus_then_ws] = ACTIONS(2181), + [sym__bang_custom] = ACTIONS(2181), + [sym__throws_keyword] = ACTIONS(2093), + [sym__rethrows_keyword] = ACTIONS(2095), + [sym_default_keyword] = ACTIONS(2181), + [sym_where_keyword] = ACTIONS(2181), + [sym__as_custom] = ACTIONS(2181), + [sym__as_quest_custom] = ACTIONS(2181), + [sym__as_bang_custom] = ACTIONS(2181), + [sym__async_keyword_custom] = ACTIONS(2847), + [sym__custom_operator] = ACTIONS(2181), + }, + [STATE(1006)] = { + [sym__arrow_operator] = STATE(4382), + [sym__async_keyword] = STATE(7064), + [sym_throws] = STATE(8932), + [sym_throws_clause] = STATE(8932), + [aux_sym_protocol_composition_type_repeat1] = STATE(1047), + [anon_sym_BANG] = ACTIONS(2175), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2177), + [anon_sym_package] = ACTIONS(2177), + [anon_sym_COMMA] = ACTIONS(2177), + [anon_sym_LPAREN] = ACTIONS(2177), + [anon_sym_LBRACK] = ACTIONS(2177), + [anon_sym_DOT] = ACTIONS(2849), + [anon_sym_QMARK] = ACTIONS(2175), + [anon_sym_QMARK2] = ACTIONS(2177), + [anon_sym_AMP] = ACTIONS(2851), + [aux_sym_custom_operator_token1] = ACTIONS(2177), + [anon_sym_LT] = ACTIONS(2175), + [anon_sym_GT] = ACTIONS(2175), + [anon_sym_LBRACE] = ACTIONS(2177), + [anon_sym_CARET_LBRACE] = ACTIONS(2177), + [anon_sym_RBRACE] = ACTIONS(2177), + [anon_sym_case] = ACTIONS(2177), + [anon_sym_fallthrough] = ACTIONS(2177), + [anon_sym_PLUS_EQ] = ACTIONS(2177), + [anon_sym_DASH_EQ] = ACTIONS(2177), + [anon_sym_STAR_EQ] = ACTIONS(2177), + [anon_sym_SLASH_EQ] = ACTIONS(2177), + [anon_sym_PERCENT_EQ] = ACTIONS(2177), + [anon_sym_BANG_EQ] = ACTIONS(2175), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2177), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2177), + [anon_sym_LT_EQ] = ACTIONS(2177), + [anon_sym_GT_EQ] = ACTIONS(2177), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2177), + [anon_sym_DOT_DOT_LT] = ACTIONS(2177), + [anon_sym_is] = ACTIONS(2177), + [anon_sym_PLUS] = ACTIONS(2175), + [anon_sym_DASH] = ACTIONS(2175), + [anon_sym_STAR] = ACTIONS(2175), + [anon_sym_SLASH] = ACTIONS(2175), + [anon_sym_PERCENT] = ACTIONS(2175), + [anon_sym_PLUS_PLUS] = ACTIONS(2177), + [anon_sym_DASH_DASH] = ACTIONS(2177), + [anon_sym_PIPE] = ACTIONS(2177), + [anon_sym_CARET] = ACTIONS(2175), + [anon_sym_LT_LT] = ACTIONS(2177), + [anon_sym_GT_GT] = ACTIONS(2177), + [anon_sym_class] = ACTIONS(2177), + [anon_sym_prefix] = ACTIONS(2177), + [anon_sym_infix] = ACTIONS(2177), + [anon_sym_postfix] = ACTIONS(2177), + [anon_sym_AT] = ACTIONS(2175), + [anon_sym_override] = ACTIONS(2177), + [anon_sym_convenience] = ACTIONS(2177), + [anon_sym_required] = ACTIONS(2177), + [anon_sym_nonisolated] = ACTIONS(2177), + [anon_sym_public] = ACTIONS(2177), + [anon_sym_private] = ACTIONS(2177), + [anon_sym_internal] = ACTIONS(2177), + [anon_sym_fileprivate] = ACTIONS(2177), + [anon_sym_open] = ACTIONS(2177), + [anon_sym_mutating] = ACTIONS(2177), + [anon_sym_nonmutating] = ACTIONS(2177), + [anon_sym_static] = ACTIONS(2177), + [anon_sym_dynamic] = ACTIONS(2177), + [anon_sym_optional] = ACTIONS(2177), + [anon_sym_distributed] = ACTIONS(2177), + [anon_sym_final] = ACTIONS(2177), + [anon_sym_inout] = ACTIONS(2177), + [anon_sym_ATescaping] = ACTIONS(2177), + [anon_sym_ATautoclosure] = ACTIONS(2177), + [anon_sym_weak] = ACTIONS(2177), + [anon_sym_unowned] = ACTIONS(2175), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2177), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2177), + [anon_sym_borrowing] = ACTIONS(2177), + [anon_sym_consuming] = ACTIONS(2177), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2177), + [sym__explicit_semi] = ACTIONS(2177), + [sym__arrow_operator_custom] = ACTIONS(2845), + [sym__dot_custom] = ACTIONS(2177), + [sym__conjunction_operator_custom] = ACTIONS(2177), + [sym__disjunction_operator_custom] = ACTIONS(2177), + [sym__nil_coalescing_operator_custom] = ACTIONS(2177), + [sym__eq_custom] = ACTIONS(2177), + [sym__eq_eq_custom] = ACTIONS(2177), + [sym__plus_then_ws] = ACTIONS(2177), + [sym__minus_then_ws] = ACTIONS(2177), + [sym__bang_custom] = ACTIONS(2177), + [sym__throws_keyword] = ACTIONS(2093), + [sym__rethrows_keyword] = ACTIONS(2095), + [sym_default_keyword] = ACTIONS(2177), + [sym_where_keyword] = ACTIONS(2177), + [sym__as_custom] = ACTIONS(2177), + [sym__as_quest_custom] = ACTIONS(2177), + [sym__as_bang_custom] = ACTIONS(2177), + [sym__async_keyword_custom] = ACTIONS(2847), + [sym__custom_operator] = ACTIONS(2177), + }, + [STATE(1007)] = { + [sym__arrow_operator] = STATE(4382), + [sym__async_keyword] = STATE(7064), + [sym_throws] = STATE(8932), + [sym_throws_clause] = STATE(8932), + [aux_sym_protocol_composition_type_repeat1] = STATE(1047), + [anon_sym_BANG] = ACTIONS(2106), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2108), + [anon_sym_package] = ACTIONS(2108), + [anon_sym_COMMA] = ACTIONS(2108), + [anon_sym_LPAREN] = ACTIONS(2108), + [anon_sym_LBRACK] = ACTIONS(2108), + [anon_sym_DOT] = ACTIONS(2106), + [anon_sym_QMARK] = ACTIONS(2106), + [anon_sym_QMARK2] = ACTIONS(2108), + [anon_sym_AMP] = ACTIONS(2108), + [aux_sym_custom_operator_token1] = ACTIONS(2108), + [anon_sym_LT] = ACTIONS(2106), + [anon_sym_GT] = ACTIONS(2106), + [anon_sym_LBRACE] = ACTIONS(2108), + [anon_sym_CARET_LBRACE] = ACTIONS(2108), + [anon_sym_RBRACE] = ACTIONS(2108), + [anon_sym_case] = ACTIONS(2108), + [anon_sym_fallthrough] = ACTIONS(2108), + [anon_sym_PLUS_EQ] = ACTIONS(2108), + [anon_sym_DASH_EQ] = ACTIONS(2108), + [anon_sym_STAR_EQ] = ACTIONS(2108), + [anon_sym_SLASH_EQ] = ACTIONS(2108), + [anon_sym_PERCENT_EQ] = ACTIONS(2108), + [anon_sym_BANG_EQ] = ACTIONS(2106), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2108), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2108), + [anon_sym_LT_EQ] = ACTIONS(2108), + [anon_sym_GT_EQ] = ACTIONS(2108), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2108), + [anon_sym_DOT_DOT_LT] = ACTIONS(2108), + [anon_sym_is] = ACTIONS(2108), + [anon_sym_PLUS] = ACTIONS(2106), + [anon_sym_DASH] = ACTIONS(2106), + [anon_sym_STAR] = ACTIONS(2106), + [anon_sym_SLASH] = ACTIONS(2106), + [anon_sym_PERCENT] = ACTIONS(2106), + [anon_sym_PLUS_PLUS] = ACTIONS(2108), + [anon_sym_DASH_DASH] = ACTIONS(2108), + [anon_sym_PIPE] = ACTIONS(2108), + [anon_sym_CARET] = ACTIONS(2106), + [anon_sym_LT_LT] = ACTIONS(2108), + [anon_sym_GT_GT] = ACTIONS(2108), + [anon_sym_class] = ACTIONS(2108), + [anon_sym_prefix] = ACTIONS(2108), + [anon_sym_infix] = ACTIONS(2108), + [anon_sym_postfix] = ACTIONS(2108), + [anon_sym_AT] = ACTIONS(2106), + [anon_sym_override] = ACTIONS(2108), + [anon_sym_convenience] = ACTIONS(2108), + [anon_sym_required] = ACTIONS(2108), + [anon_sym_nonisolated] = ACTIONS(2108), + [anon_sym_public] = ACTIONS(2108), + [anon_sym_private] = ACTIONS(2108), + [anon_sym_internal] = ACTIONS(2108), + [anon_sym_fileprivate] = ACTIONS(2108), + [anon_sym_open] = ACTIONS(2108), + [anon_sym_mutating] = ACTIONS(2108), + [anon_sym_nonmutating] = ACTIONS(2108), + [anon_sym_static] = ACTIONS(2108), + [anon_sym_dynamic] = ACTIONS(2108), + [anon_sym_optional] = ACTIONS(2108), + [anon_sym_distributed] = ACTIONS(2108), + [anon_sym_final] = ACTIONS(2108), + [anon_sym_inout] = ACTIONS(2108), + [anon_sym_ATescaping] = ACTIONS(2108), + [anon_sym_ATautoclosure] = ACTIONS(2108), + [anon_sym_weak] = ACTIONS(2108), + [anon_sym_unowned] = ACTIONS(2106), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2108), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2108), + [anon_sym_borrowing] = ACTIONS(2108), + [anon_sym_consuming] = ACTIONS(2108), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2108), + [sym__explicit_semi] = ACTIONS(2108), + [sym__arrow_operator_custom] = ACTIONS(2108), + [sym__dot_custom] = ACTIONS(2108), + [sym__conjunction_operator_custom] = ACTIONS(2108), + [sym__disjunction_operator_custom] = ACTIONS(2108), + [sym__nil_coalescing_operator_custom] = ACTIONS(2108), + [sym__eq_custom] = ACTIONS(2108), + [sym__eq_eq_custom] = ACTIONS(2108), + [sym__plus_then_ws] = ACTIONS(2108), + [sym__minus_then_ws] = ACTIONS(2108), + [sym__bang_custom] = ACTIONS(2108), + [sym__throws_keyword] = ACTIONS(2108), + [sym__rethrows_keyword] = ACTIONS(2108), + [sym_default_keyword] = ACTIONS(2108), + [sym_where_keyword] = ACTIONS(2108), + [sym__as_custom] = ACTIONS(2108), + [sym__as_quest_custom] = ACTIONS(2108), + [sym__as_bang_custom] = ACTIONS(2108), + [sym__async_keyword_custom] = ACTIONS(2108), + [sym__custom_operator] = ACTIONS(2108), + }, + [STATE(1008)] = { + [sym__arrow_operator] = STATE(4382), + [sym__async_keyword] = STATE(7064), + [sym_throws] = STATE(8932), + [sym_throws_clause] = STATE(8932), + [aux_sym_protocol_composition_type_repeat1] = STATE(1047), + [anon_sym_BANG] = ACTIONS(2183), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2185), + [anon_sym_package] = ACTIONS(2185), + [anon_sym_COMMA] = ACTIONS(2185), + [anon_sym_LPAREN] = ACTIONS(2185), + [anon_sym_LBRACK] = ACTIONS(2185), + [anon_sym_DOT] = ACTIONS(2183), + [anon_sym_QMARK] = ACTIONS(2183), + [anon_sym_QMARK2] = ACTIONS(2185), + [anon_sym_AMP] = ACTIONS(2185), + [aux_sym_custom_operator_token1] = ACTIONS(2185), + [anon_sym_LT] = ACTIONS(2183), + [anon_sym_GT] = ACTIONS(2183), + [anon_sym_LBRACE] = ACTIONS(2185), + [anon_sym_CARET_LBRACE] = ACTIONS(2185), + [anon_sym_RBRACE] = ACTIONS(2185), + [anon_sym_case] = ACTIONS(2185), + [anon_sym_fallthrough] = ACTIONS(2185), + [anon_sym_PLUS_EQ] = ACTIONS(2185), + [anon_sym_DASH_EQ] = ACTIONS(2185), + [anon_sym_STAR_EQ] = ACTIONS(2185), + [anon_sym_SLASH_EQ] = ACTIONS(2185), + [anon_sym_PERCENT_EQ] = ACTIONS(2185), + [anon_sym_BANG_EQ] = ACTIONS(2183), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2185), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2185), + [anon_sym_LT_EQ] = ACTIONS(2185), + [anon_sym_GT_EQ] = ACTIONS(2185), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2185), + [anon_sym_DOT_DOT_LT] = ACTIONS(2185), + [anon_sym_is] = ACTIONS(2185), + [anon_sym_PLUS] = ACTIONS(2183), + [anon_sym_DASH] = ACTIONS(2183), + [anon_sym_STAR] = ACTIONS(2183), + [anon_sym_SLASH] = ACTIONS(2183), + [anon_sym_PERCENT] = ACTIONS(2183), + [anon_sym_PLUS_PLUS] = ACTIONS(2185), + [anon_sym_DASH_DASH] = ACTIONS(2185), + [anon_sym_PIPE] = ACTIONS(2185), + [anon_sym_CARET] = ACTIONS(2183), + [anon_sym_LT_LT] = ACTIONS(2185), + [anon_sym_GT_GT] = ACTIONS(2185), + [anon_sym_class] = ACTIONS(2185), + [anon_sym_prefix] = ACTIONS(2185), + [anon_sym_infix] = ACTIONS(2185), + [anon_sym_postfix] = ACTIONS(2185), + [anon_sym_AT] = ACTIONS(2183), + [anon_sym_override] = ACTIONS(2185), + [anon_sym_convenience] = ACTIONS(2185), + [anon_sym_required] = ACTIONS(2185), + [anon_sym_nonisolated] = ACTIONS(2185), + [anon_sym_public] = ACTIONS(2185), + [anon_sym_private] = ACTIONS(2185), + [anon_sym_internal] = ACTIONS(2185), + [anon_sym_fileprivate] = ACTIONS(2185), + [anon_sym_open] = ACTIONS(2185), + [anon_sym_mutating] = ACTIONS(2185), + [anon_sym_nonmutating] = ACTIONS(2185), + [anon_sym_static] = ACTIONS(2185), + [anon_sym_dynamic] = ACTIONS(2185), + [anon_sym_optional] = ACTIONS(2185), + [anon_sym_distributed] = ACTIONS(2185), + [anon_sym_final] = ACTIONS(2185), + [anon_sym_inout] = ACTIONS(2185), + [anon_sym_ATescaping] = ACTIONS(2185), + [anon_sym_ATautoclosure] = ACTIONS(2185), + [anon_sym_weak] = ACTIONS(2185), + [anon_sym_unowned] = ACTIONS(2183), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2185), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2185), + [anon_sym_borrowing] = ACTIONS(2185), + [anon_sym_consuming] = ACTIONS(2185), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2185), + [sym__explicit_semi] = ACTIONS(2185), + [sym__arrow_operator_custom] = ACTIONS(2185), + [sym__dot_custom] = ACTIONS(2185), + [sym__conjunction_operator_custom] = ACTIONS(2185), + [sym__disjunction_operator_custom] = ACTIONS(2185), + [sym__nil_coalescing_operator_custom] = ACTIONS(2185), + [sym__eq_custom] = ACTIONS(2185), + [sym__eq_eq_custom] = ACTIONS(2185), + [sym__plus_then_ws] = ACTIONS(2185), + [sym__minus_then_ws] = ACTIONS(2185), + [sym__bang_custom] = ACTIONS(2185), + [sym__throws_keyword] = ACTIONS(2185), + [sym__rethrows_keyword] = ACTIONS(2185), + [sym_default_keyword] = ACTIONS(2185), + [sym_where_keyword] = ACTIONS(2185), + [sym__as_custom] = ACTIONS(2185), + [sym__as_quest_custom] = ACTIONS(2185), + [sym__as_bang_custom] = ACTIONS(2185), + [sym__async_keyword_custom] = ACTIONS(2185), + [sym__custom_operator] = ACTIONS(2185), + }, + [STATE(1009)] = { + [sym__immediate_quest] = STATE(1044), + [sym__arrow_operator] = STATE(4349), + [sym__async_keyword] = STATE(7053), + [sym_throws] = STATE(8898), + [sym_throws_clause] = STATE(8898), + [aux_sym_optional_type_repeat1] = STATE(1044), + [anon_sym_BANG] = ACTIONS(2085), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2087), + [anon_sym_package] = ACTIONS(2087), + [anon_sym_COMMA] = ACTIONS(2087), + [anon_sym_LPAREN] = ACTIONS(2087), + [anon_sym_LBRACK] = ACTIONS(2087), + [anon_sym_DOT] = ACTIONS(2085), + [anon_sym_QMARK] = ACTIONS(2085), + [anon_sym_QMARK2] = ACTIONS(2853), + [anon_sym_AMP] = ACTIONS(2087), + [aux_sym_custom_operator_token1] = ACTIONS(2087), + [anon_sym_LT] = ACTIONS(2085), + [anon_sym_GT] = ACTIONS(2085), + [anon_sym_LBRACE] = ACTIONS(2087), + [anon_sym_CARET_LBRACE] = ACTIONS(2087), + [anon_sym_RBRACE] = ACTIONS(2087), + [anon_sym_case] = ACTIONS(2087), + [anon_sym_fallthrough] = ACTIONS(2087), + [anon_sym_PLUS_EQ] = ACTIONS(2087), + [anon_sym_DASH_EQ] = ACTIONS(2087), + [anon_sym_STAR_EQ] = ACTIONS(2087), + [anon_sym_SLASH_EQ] = ACTIONS(2087), + [anon_sym_PERCENT_EQ] = ACTIONS(2087), + [anon_sym_BANG_EQ] = ACTIONS(2085), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2087), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2087), + [anon_sym_LT_EQ] = ACTIONS(2087), + [anon_sym_GT_EQ] = ACTIONS(2087), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2087), + [anon_sym_DOT_DOT_LT] = ACTIONS(2087), + [anon_sym_is] = ACTIONS(2087), + [anon_sym_PLUS] = ACTIONS(2085), + [anon_sym_DASH] = ACTIONS(2085), + [anon_sym_STAR] = ACTIONS(2085), + [anon_sym_SLASH] = ACTIONS(2085), + [anon_sym_PERCENT] = ACTIONS(2085), + [anon_sym_PLUS_PLUS] = ACTIONS(2087), + [anon_sym_DASH_DASH] = ACTIONS(2087), + [anon_sym_PIPE] = ACTIONS(2087), + [anon_sym_CARET] = ACTIONS(2085), + [anon_sym_LT_LT] = ACTIONS(2087), + [anon_sym_GT_GT] = ACTIONS(2087), + [anon_sym_class] = ACTIONS(2087), + [anon_sym_prefix] = ACTIONS(2087), + [anon_sym_infix] = ACTIONS(2087), + [anon_sym_postfix] = ACTIONS(2087), + [anon_sym_AT] = ACTIONS(2085), + [anon_sym_override] = ACTIONS(2087), + [anon_sym_convenience] = ACTIONS(2087), + [anon_sym_required] = ACTIONS(2087), + [anon_sym_nonisolated] = ACTIONS(2087), + [anon_sym_public] = ACTIONS(2087), + [anon_sym_private] = ACTIONS(2087), + [anon_sym_internal] = ACTIONS(2087), + [anon_sym_fileprivate] = ACTIONS(2087), + [anon_sym_open] = ACTIONS(2087), + [anon_sym_mutating] = ACTIONS(2087), + [anon_sym_nonmutating] = ACTIONS(2087), + [anon_sym_static] = ACTIONS(2087), + [anon_sym_dynamic] = ACTIONS(2087), + [anon_sym_optional] = ACTIONS(2087), + [anon_sym_distributed] = ACTIONS(2087), + [anon_sym_final] = ACTIONS(2087), + [anon_sym_inout] = ACTIONS(2087), + [anon_sym_ATescaping] = ACTIONS(2087), + [anon_sym_ATautoclosure] = ACTIONS(2087), + [anon_sym_weak] = ACTIONS(2087), + [anon_sym_unowned] = ACTIONS(2085), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2087), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2087), + [anon_sym_borrowing] = ACTIONS(2087), + [anon_sym_consuming] = ACTIONS(2087), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2087), + [sym__explicit_semi] = ACTIONS(2087), + [sym__arrow_operator_custom] = ACTIONS(2855), + [sym__dot_custom] = ACTIONS(2087), + [sym__conjunction_operator_custom] = ACTIONS(2087), + [sym__disjunction_operator_custom] = ACTIONS(2087), + [sym__nil_coalescing_operator_custom] = ACTIONS(2087), + [sym__eq_custom] = ACTIONS(2087), + [sym__eq_eq_custom] = ACTIONS(2087), + [sym__plus_then_ws] = ACTIONS(2087), + [sym__minus_then_ws] = ACTIONS(2087), + [sym__bang_custom] = ACTIONS(2087), + [sym__throws_keyword] = ACTIONS(2093), + [sym__rethrows_keyword] = ACTIONS(2095), + [sym_default_keyword] = ACTIONS(2087), + [sym__as_custom] = ACTIONS(2087), + [sym__as_quest_custom] = ACTIONS(2087), + [sym__as_bang_custom] = ACTIONS(2087), + [sym__async_keyword_custom] = ACTIONS(2857), + [sym__custom_operator] = ACTIONS(2087), + }, + [STATE(1010)] = { + [sym__arrow_operator] = STATE(4382), + [sym__async_keyword] = STATE(7064), + [sym_throws] = STATE(8932), + [sym_throws_clause] = STATE(8932), + [aux_sym_protocol_composition_type_repeat1] = STATE(1047), + [anon_sym_BANG] = ACTIONS(2171), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2173), + [anon_sym_package] = ACTIONS(2173), + [anon_sym_COMMA] = ACTIONS(2173), + [anon_sym_LPAREN] = ACTIONS(2173), + [anon_sym_LBRACK] = ACTIONS(2173), + [anon_sym_DOT] = ACTIONS(2849), + [anon_sym_QMARK] = ACTIONS(2171), + [anon_sym_QMARK2] = ACTIONS(2173), + [anon_sym_AMP] = ACTIONS(2851), + [aux_sym_custom_operator_token1] = ACTIONS(2173), + [anon_sym_LT] = ACTIONS(2171), + [anon_sym_GT] = ACTIONS(2171), + [anon_sym_LBRACE] = ACTIONS(2173), + [anon_sym_CARET_LBRACE] = ACTIONS(2173), + [anon_sym_RBRACE] = ACTIONS(2173), + [anon_sym_case] = ACTIONS(2173), + [anon_sym_fallthrough] = ACTIONS(2173), + [anon_sym_PLUS_EQ] = ACTIONS(2173), + [anon_sym_DASH_EQ] = ACTIONS(2173), + [anon_sym_STAR_EQ] = ACTIONS(2173), + [anon_sym_SLASH_EQ] = ACTIONS(2173), + [anon_sym_PERCENT_EQ] = ACTIONS(2173), + [anon_sym_BANG_EQ] = ACTIONS(2171), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2173), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2173), + [anon_sym_LT_EQ] = ACTIONS(2173), + [anon_sym_GT_EQ] = ACTIONS(2173), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2173), + [anon_sym_DOT_DOT_LT] = ACTIONS(2173), + [anon_sym_is] = ACTIONS(2173), + [anon_sym_PLUS] = ACTIONS(2171), + [anon_sym_DASH] = ACTIONS(2171), + [anon_sym_STAR] = ACTIONS(2171), + [anon_sym_SLASH] = ACTIONS(2171), + [anon_sym_PERCENT] = ACTIONS(2171), + [anon_sym_PLUS_PLUS] = ACTIONS(2173), + [anon_sym_DASH_DASH] = ACTIONS(2173), + [anon_sym_PIPE] = ACTIONS(2173), + [anon_sym_CARET] = ACTIONS(2171), + [anon_sym_LT_LT] = ACTIONS(2173), + [anon_sym_GT_GT] = ACTIONS(2173), + [anon_sym_class] = ACTIONS(2173), + [anon_sym_prefix] = ACTIONS(2173), + [anon_sym_infix] = ACTIONS(2173), + [anon_sym_postfix] = ACTIONS(2173), + [anon_sym_AT] = ACTIONS(2171), + [anon_sym_override] = ACTIONS(2173), + [anon_sym_convenience] = ACTIONS(2173), + [anon_sym_required] = ACTIONS(2173), + [anon_sym_nonisolated] = ACTIONS(2173), + [anon_sym_public] = ACTIONS(2173), + [anon_sym_private] = ACTIONS(2173), + [anon_sym_internal] = ACTIONS(2173), + [anon_sym_fileprivate] = ACTIONS(2173), + [anon_sym_open] = ACTIONS(2173), + [anon_sym_mutating] = ACTIONS(2173), + [anon_sym_nonmutating] = ACTIONS(2173), + [anon_sym_static] = ACTIONS(2173), + [anon_sym_dynamic] = ACTIONS(2173), + [anon_sym_optional] = ACTIONS(2173), + [anon_sym_distributed] = ACTIONS(2173), + [anon_sym_final] = ACTIONS(2173), + [anon_sym_inout] = ACTIONS(2173), + [anon_sym_ATescaping] = ACTIONS(2173), + [anon_sym_ATautoclosure] = ACTIONS(2173), + [anon_sym_weak] = ACTIONS(2173), + [anon_sym_unowned] = ACTIONS(2171), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2173), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2173), + [anon_sym_borrowing] = ACTIONS(2173), + [anon_sym_consuming] = ACTIONS(2173), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2173), + [sym__explicit_semi] = ACTIONS(2173), + [sym__arrow_operator_custom] = ACTIONS(2845), + [sym__dot_custom] = ACTIONS(2173), + [sym__conjunction_operator_custom] = ACTIONS(2173), + [sym__disjunction_operator_custom] = ACTIONS(2173), + [sym__nil_coalescing_operator_custom] = ACTIONS(2173), + [sym__eq_custom] = ACTIONS(2173), + [sym__eq_eq_custom] = ACTIONS(2173), + [sym__plus_then_ws] = ACTIONS(2173), + [sym__minus_then_ws] = ACTIONS(2173), + [sym__bang_custom] = ACTIONS(2173), + [sym__throws_keyword] = ACTIONS(2093), + [sym__rethrows_keyword] = ACTIONS(2095), + [sym_default_keyword] = ACTIONS(2173), + [sym_where_keyword] = ACTIONS(2173), + [sym__as_custom] = ACTIONS(2173), + [sym__as_quest_custom] = ACTIONS(2173), + [sym__as_bang_custom] = ACTIONS(2173), + [sym__async_keyword_custom] = ACTIONS(2847), + [sym__custom_operator] = ACTIONS(2173), + }, + [STATE(1011)] = { + [sym_simple_identifier] = STATE(1719), + [sym__contextual_simple_identifier] = STATE(1746), + [sym_unannotated_type] = STATE(1710), + [sym_user_type] = STATE(1733), + [sym__simple_user_type] = STATE(1721), + [sym_tuple_type] = STATE(1698), + [sym_function_type] = STATE(1870), + [sym_array_type] = STATE(1733), + [sym_dictionary_type] = STATE(1733), + [sym_optional_type] = STATE(1870), + [sym_metatype] = STATE(1870), + [sym_opaque_type] = STATE(1870), + [sym_existential_type] = STATE(1870), + [sym_type_parameter_pack] = STATE(1870), + [sym_type_pack_expansion] = STATE(1870), + [sym_protocol_composition_type] = STATE(1870), + [sym_suppressed_constraint] = STATE(1870), + [sym__parenthesized_type] = STATE(1801), + [sym__parameter_ownership_modifier] = STATE(1746), + [sym_comment] = ACTIONS(5), + [aux_sym_simple_identifier_token1] = ACTIONS(2859), + [aux_sym_simple_identifier_token2] = ACTIONS(2861), + [aux_sym_simple_identifier_token3] = ACTIONS(2861), + [aux_sym_simple_identifier_token4] = ACTIONS(2861), + [anon_sym_actor] = ACTIONS(2863), + [anon_sym_async] = ACTIONS(2863), + [anon_sym_each] = ACTIONS(2866), + [anon_sym_lazy] = ACTIONS(2863), + [anon_sym_repeat] = ACTIONS(2868), + [anon_sym_package] = ACTIONS(2863), + [anon_sym_COMMA] = ACTIONS(619), + [anon_sym_COLON] = ACTIONS(619), + [anon_sym_LPAREN] = ACTIONS(2870), + [anon_sym_LBRACK] = ACTIONS(2872), + [anon_sym_DOT] = ACTIONS(619), + [anon_sym_QMARK] = ACTIONS(625), + [anon_sym_QMARK2] = ACTIONS(619), + [anon_sym_some] = ACTIONS(2874), + [anon_sym_any] = ACTIONS(2876), + [anon_sym_AMP] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(2878), + [anon_sym_LT] = ACTIONS(619), + [anon_sym_LBRACE] = ACTIONS(619), + [anon_sym_RBRACE] = ACTIONS(619), + [anon_sym_case] = ACTIONS(625), + [anon_sym_import] = ACTIONS(625), + [anon_sym_typealias] = ACTIONS(625), + [anon_sym_struct] = ACTIONS(625), + [anon_sym_class] = ACTIONS(625), + [anon_sym_enum] = ACTIONS(625), + [anon_sym_protocol] = ACTIONS(625), + [anon_sym_let] = ACTIONS(625), + [anon_sym_var] = ACTIONS(625), + [anon_sym_func] = ACTIONS(625), + [anon_sym_extension] = ACTIONS(625), + [anon_sym_indirect] = ACTIONS(625), + [anon_sym_init] = ACTIONS(625), + [anon_sym_deinit] = ACTIONS(625), + [anon_sym_subscript] = ACTIONS(625), + [anon_sym_prefix] = ACTIONS(625), + [anon_sym_infix] = ACTIONS(625), + [anon_sym_postfix] = ACTIONS(625), + [anon_sym_precedencegroup] = ACTIONS(625), + [anon_sym_associatedtype] = ACTIONS(625), + [anon_sym_AT] = ACTIONS(625), + [anon_sym_override] = ACTIONS(625), + [anon_sym_convenience] = ACTIONS(625), + [anon_sym_required] = ACTIONS(625), + [anon_sym_nonisolated] = ACTIONS(625), + [anon_sym_public] = ACTIONS(625), + [anon_sym_private] = ACTIONS(625), + [anon_sym_internal] = ACTIONS(625), + [anon_sym_fileprivate] = ACTIONS(625), + [anon_sym_open] = ACTIONS(625), + [anon_sym_mutating] = ACTIONS(625), + [anon_sym_nonmutating] = ACTIONS(625), + [anon_sym_static] = ACTIONS(625), + [anon_sym_dynamic] = ACTIONS(625), + [anon_sym_optional] = ACTIONS(625), + [anon_sym_distributed] = ACTIONS(625), + [anon_sym_final] = ACTIONS(625), + [anon_sym_inout] = ACTIONS(625), + [anon_sym_ATescaping] = ACTIONS(619), + [anon_sym_ATautoclosure] = ACTIONS(619), + [anon_sym_weak] = ACTIONS(625), + [anon_sym_unowned] = ACTIONS(625), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(619), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(619), + [anon_sym_borrowing] = ACTIONS(2863), + [anon_sym_consuming] = ACTIONS(2863), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(619), + [sym__dot_custom] = ACTIONS(619), + [sym__eq_custom] = ACTIONS(619), + [sym__throws_keyword] = ACTIONS(619), + [sym__rethrows_keyword] = ACTIONS(619), + [sym_where_keyword] = ACTIONS(619), + [sym__as_custom] = ACTIONS(619), + [sym__async_keyword_custom] = ACTIONS(619), + }, + [STATE(1012)] = { + [sym__arrow_operator] = STATE(4349), + [sym__async_keyword] = STATE(7053), + [sym_throws] = STATE(8898), + [sym_throws_clause] = STATE(8898), + [aux_sym_protocol_composition_type_repeat1] = STATE(1054), + [anon_sym_BANG] = ACTIONS(2175), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2177), + [anon_sym_package] = ACTIONS(2177), + [anon_sym_COMMA] = ACTIONS(2177), + [anon_sym_LPAREN] = ACTIONS(2177), + [anon_sym_LBRACK] = ACTIONS(2177), + [anon_sym_DOT] = ACTIONS(2880), + [anon_sym_QMARK] = ACTIONS(2175), + [anon_sym_QMARK2] = ACTIONS(2177), + [anon_sym_AMP] = ACTIONS(2882), + [aux_sym_custom_operator_token1] = ACTIONS(2177), + [anon_sym_LT] = ACTIONS(2175), + [anon_sym_GT] = ACTIONS(2175), + [anon_sym_LBRACE] = ACTIONS(2177), + [anon_sym_CARET_LBRACE] = ACTIONS(2177), + [anon_sym_RBRACE] = ACTIONS(2177), + [anon_sym_case] = ACTIONS(2177), + [anon_sym_fallthrough] = ACTIONS(2177), + [anon_sym_PLUS_EQ] = ACTIONS(2177), + [anon_sym_DASH_EQ] = ACTIONS(2177), + [anon_sym_STAR_EQ] = ACTIONS(2177), + [anon_sym_SLASH_EQ] = ACTIONS(2177), + [anon_sym_PERCENT_EQ] = ACTIONS(2177), + [anon_sym_BANG_EQ] = ACTIONS(2175), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2177), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2177), + [anon_sym_LT_EQ] = ACTIONS(2177), + [anon_sym_GT_EQ] = ACTIONS(2177), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2177), + [anon_sym_DOT_DOT_LT] = ACTIONS(2177), + [anon_sym_is] = ACTIONS(2177), + [anon_sym_PLUS] = ACTIONS(2175), + [anon_sym_DASH] = ACTIONS(2175), + [anon_sym_STAR] = ACTIONS(2175), + [anon_sym_SLASH] = ACTIONS(2175), + [anon_sym_PERCENT] = ACTIONS(2175), + [anon_sym_PLUS_PLUS] = ACTIONS(2177), + [anon_sym_DASH_DASH] = ACTIONS(2177), + [anon_sym_PIPE] = ACTIONS(2177), + [anon_sym_CARET] = ACTIONS(2175), + [anon_sym_LT_LT] = ACTIONS(2177), + [anon_sym_GT_GT] = ACTIONS(2177), + [anon_sym_class] = ACTIONS(2177), + [anon_sym_prefix] = ACTIONS(2177), + [anon_sym_infix] = ACTIONS(2177), + [anon_sym_postfix] = ACTIONS(2177), + [anon_sym_AT] = ACTIONS(2175), + [anon_sym_override] = ACTIONS(2177), + [anon_sym_convenience] = ACTIONS(2177), + [anon_sym_required] = ACTIONS(2177), + [anon_sym_nonisolated] = ACTIONS(2177), + [anon_sym_public] = ACTIONS(2177), + [anon_sym_private] = ACTIONS(2177), + [anon_sym_internal] = ACTIONS(2177), + [anon_sym_fileprivate] = ACTIONS(2177), + [anon_sym_open] = ACTIONS(2177), + [anon_sym_mutating] = ACTIONS(2177), + [anon_sym_nonmutating] = ACTIONS(2177), + [anon_sym_static] = ACTIONS(2177), + [anon_sym_dynamic] = ACTIONS(2177), + [anon_sym_optional] = ACTIONS(2177), + [anon_sym_distributed] = ACTIONS(2177), + [anon_sym_final] = ACTIONS(2177), + [anon_sym_inout] = ACTIONS(2177), + [anon_sym_ATescaping] = ACTIONS(2177), + [anon_sym_ATautoclosure] = ACTIONS(2177), + [anon_sym_weak] = ACTIONS(2177), + [anon_sym_unowned] = ACTIONS(2175), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2177), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2177), + [anon_sym_borrowing] = ACTIONS(2177), + [anon_sym_consuming] = ACTIONS(2177), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2177), + [sym__explicit_semi] = ACTIONS(2177), + [sym__arrow_operator_custom] = ACTIONS(2855), + [sym__dot_custom] = ACTIONS(2177), + [sym__conjunction_operator_custom] = ACTIONS(2177), + [sym__disjunction_operator_custom] = ACTIONS(2177), + [sym__nil_coalescing_operator_custom] = ACTIONS(2177), + [sym__eq_custom] = ACTIONS(2177), + [sym__eq_eq_custom] = ACTIONS(2177), + [sym__plus_then_ws] = ACTIONS(2177), + [sym__minus_then_ws] = ACTIONS(2177), + [sym__bang_custom] = ACTIONS(2177), + [sym__throws_keyword] = ACTIONS(2093), + [sym__rethrows_keyword] = ACTIONS(2095), + [sym_default_keyword] = ACTIONS(2177), + [sym__as_custom] = ACTIONS(2177), + [sym__as_quest_custom] = ACTIONS(2177), + [sym__as_bang_custom] = ACTIONS(2177), + [sym__async_keyword_custom] = ACTIONS(2857), + [sym__custom_operator] = ACTIONS(2177), + }, + [STATE(1013)] = { + [sym__arrow_operator] = STATE(4349), + [sym__async_keyword] = STATE(7053), + [sym_throws] = STATE(8898), + [sym_throws_clause] = STATE(8898), + [aux_sym_protocol_composition_type_repeat1] = STATE(1054), + [anon_sym_BANG] = ACTIONS(2187), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2189), + [anon_sym_package] = ACTIONS(2189), + [anon_sym_COMMA] = ACTIONS(2189), + [anon_sym_LPAREN] = ACTIONS(2189), + [anon_sym_LBRACK] = ACTIONS(2189), + [anon_sym_DOT] = ACTIONS(2880), + [anon_sym_QMARK] = ACTIONS(2187), + [anon_sym_QMARK2] = ACTIONS(2189), + [anon_sym_AMP] = ACTIONS(2882), + [aux_sym_custom_operator_token1] = ACTIONS(2189), + [anon_sym_LT] = ACTIONS(2187), + [anon_sym_GT] = ACTIONS(2187), + [anon_sym_LBRACE] = ACTIONS(2189), + [anon_sym_CARET_LBRACE] = ACTIONS(2189), + [anon_sym_RBRACE] = ACTIONS(2189), + [anon_sym_case] = ACTIONS(2189), + [anon_sym_fallthrough] = ACTIONS(2189), + [anon_sym_PLUS_EQ] = ACTIONS(2189), + [anon_sym_DASH_EQ] = ACTIONS(2189), + [anon_sym_STAR_EQ] = ACTIONS(2189), + [anon_sym_SLASH_EQ] = ACTIONS(2189), + [anon_sym_PERCENT_EQ] = ACTIONS(2189), + [anon_sym_BANG_EQ] = ACTIONS(2187), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2189), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2189), + [anon_sym_LT_EQ] = ACTIONS(2189), + [anon_sym_GT_EQ] = ACTIONS(2189), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2189), + [anon_sym_DOT_DOT_LT] = ACTIONS(2189), + [anon_sym_is] = ACTIONS(2189), + [anon_sym_PLUS] = ACTIONS(2187), + [anon_sym_DASH] = ACTIONS(2187), + [anon_sym_STAR] = ACTIONS(2187), + [anon_sym_SLASH] = ACTIONS(2187), + [anon_sym_PERCENT] = ACTIONS(2187), + [anon_sym_PLUS_PLUS] = ACTIONS(2189), + [anon_sym_DASH_DASH] = ACTIONS(2189), + [anon_sym_PIPE] = ACTIONS(2189), + [anon_sym_CARET] = ACTIONS(2187), + [anon_sym_LT_LT] = ACTIONS(2189), + [anon_sym_GT_GT] = ACTIONS(2189), + [anon_sym_class] = ACTIONS(2189), + [anon_sym_prefix] = ACTIONS(2189), + [anon_sym_infix] = ACTIONS(2189), + [anon_sym_postfix] = ACTIONS(2189), + [anon_sym_AT] = ACTIONS(2187), + [anon_sym_override] = ACTIONS(2189), + [anon_sym_convenience] = ACTIONS(2189), + [anon_sym_required] = ACTIONS(2189), + [anon_sym_nonisolated] = ACTIONS(2189), + [anon_sym_public] = ACTIONS(2189), + [anon_sym_private] = ACTIONS(2189), + [anon_sym_internal] = ACTIONS(2189), + [anon_sym_fileprivate] = ACTIONS(2189), + [anon_sym_open] = ACTIONS(2189), + [anon_sym_mutating] = ACTIONS(2189), + [anon_sym_nonmutating] = ACTIONS(2189), + [anon_sym_static] = ACTIONS(2189), + [anon_sym_dynamic] = ACTIONS(2189), + [anon_sym_optional] = ACTIONS(2189), + [anon_sym_distributed] = ACTIONS(2189), + [anon_sym_final] = ACTIONS(2189), + [anon_sym_inout] = ACTIONS(2189), + [anon_sym_ATescaping] = ACTIONS(2189), + [anon_sym_ATautoclosure] = ACTIONS(2189), + [anon_sym_weak] = ACTIONS(2189), + [anon_sym_unowned] = ACTIONS(2187), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2189), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2189), + [anon_sym_borrowing] = ACTIONS(2189), + [anon_sym_consuming] = ACTIONS(2189), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2189), + [sym__explicit_semi] = ACTIONS(2189), + [sym__arrow_operator_custom] = ACTIONS(2855), + [sym__dot_custom] = ACTIONS(2189), + [sym__conjunction_operator_custom] = ACTIONS(2189), + [sym__disjunction_operator_custom] = ACTIONS(2189), + [sym__nil_coalescing_operator_custom] = ACTIONS(2189), + [sym__eq_custom] = ACTIONS(2189), + [sym__eq_eq_custom] = ACTIONS(2189), + [sym__plus_then_ws] = ACTIONS(2189), + [sym__minus_then_ws] = ACTIONS(2189), + [sym__bang_custom] = ACTIONS(2189), + [sym__throws_keyword] = ACTIONS(2093), + [sym__rethrows_keyword] = ACTIONS(2095), + [sym_default_keyword] = ACTIONS(2189), + [sym__as_custom] = ACTIONS(2189), + [sym__as_quest_custom] = ACTIONS(2189), + [sym__as_bang_custom] = ACTIONS(2189), + [sym__async_keyword_custom] = ACTIONS(2857), + [sym__custom_operator] = ACTIONS(2189), + }, + [STATE(1014)] = { + [sym_simple_identifier] = STATE(6686), + [sym__contextual_simple_identifier] = STATE(6937), + [sym__parameter_ownership_modifier] = STATE(6937), + [anon_sym_BANG] = ACTIONS(625), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(2884), + [aux_sym_simple_identifier_token2] = ACTIONS(2886), + [aux_sym_simple_identifier_token3] = ACTIONS(2886), + [aux_sym_simple_identifier_token4] = ACTIONS(2886), + [anon_sym_actor] = ACTIONS(2884), + [anon_sym_async] = ACTIONS(2884), + [anon_sym_each] = ACTIONS(2884), + [anon_sym_lazy] = ACTIONS(2888), + [anon_sym_repeat] = ACTIONS(2884), + [anon_sym_package] = ACTIONS(2888), + [anon_sym_LPAREN] = ACTIONS(619), + [anon_sym_LBRACK] = ACTIONS(619), + [anon_sym_QMARK] = ACTIONS(625), + [anon_sym_QMARK2] = ACTIONS(619), + [anon_sym_AMP] = ACTIONS(619), + [aux_sym_custom_operator_token1] = ACTIONS(619), + [anon_sym_LT] = ACTIONS(625), + [anon_sym_GT] = ACTIONS(625), + [anon_sym_LBRACE] = ACTIONS(619), + [anon_sym_CARET_LBRACE] = ACTIONS(619), + [anon_sym_RBRACE] = ACTIONS(619), + [anon_sym_case] = ACTIONS(625), + [anon_sym_fallthrough] = ACTIONS(625), + [anon_sym_PLUS_EQ] = ACTIONS(619), + [anon_sym_DASH_EQ] = ACTIONS(619), + [anon_sym_STAR_EQ] = ACTIONS(619), + [anon_sym_SLASH_EQ] = ACTIONS(619), + [anon_sym_PERCENT_EQ] = ACTIONS(619), + [anon_sym_BANG_EQ] = ACTIONS(625), + [anon_sym_BANG_EQ_EQ] = ACTIONS(619), + [anon_sym_EQ_EQ_EQ] = ACTIONS(619), + [anon_sym_LT_EQ] = ACTIONS(619), + [anon_sym_GT_EQ] = ACTIONS(619), + [anon_sym_DOT_DOT_DOT] = ACTIONS(619), + [anon_sym_DOT_DOT_LT] = ACTIONS(619), + [anon_sym_is] = ACTIONS(625), + [anon_sym_PLUS] = ACTIONS(625), + [anon_sym_DASH] = ACTIONS(625), + [anon_sym_STAR] = ACTIONS(625), + [anon_sym_SLASH] = ACTIONS(625), + [anon_sym_PERCENT] = ACTIONS(625), + [anon_sym_PLUS_PLUS] = ACTIONS(619), + [anon_sym_DASH_DASH] = ACTIONS(619), + [anon_sym_PIPE] = ACTIONS(619), + [anon_sym_CARET] = ACTIONS(625), + [anon_sym_LT_LT] = ACTIONS(619), + [anon_sym_GT_GT] = ACTIONS(619), + [anon_sym_class] = ACTIONS(625), + [anon_sym_prefix] = ACTIONS(625), + [anon_sym_infix] = ACTIONS(625), + [anon_sym_postfix] = ACTIONS(625), + [anon_sym_AT] = ACTIONS(625), + [anon_sym_override] = ACTIONS(625), + [anon_sym_convenience] = ACTIONS(625), + [anon_sym_required] = ACTIONS(625), + [anon_sym_nonisolated] = ACTIONS(625), + [anon_sym_public] = ACTIONS(625), + [anon_sym_private] = ACTIONS(625), + [anon_sym_internal] = ACTIONS(625), + [anon_sym_fileprivate] = ACTIONS(625), + [anon_sym_open] = ACTIONS(625), + [anon_sym_mutating] = ACTIONS(625), + [anon_sym_nonmutating] = ACTIONS(625), + [anon_sym_static] = ACTIONS(625), + [anon_sym_dynamic] = ACTIONS(625), + [anon_sym_optional] = ACTIONS(625), + [anon_sym_distributed] = ACTIONS(625), + [anon_sym_final] = ACTIONS(625), + [anon_sym_inout] = ACTIONS(625), + [anon_sym_ATescaping] = ACTIONS(619), + [anon_sym_ATautoclosure] = ACTIONS(619), + [anon_sym_weak] = ACTIONS(625), + [anon_sym_unowned] = ACTIONS(625), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(619), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(619), + [anon_sym_borrowing] = ACTIONS(2888), + [anon_sym_consuming] = ACTIONS(2888), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(619), + [sym__explicit_semi] = ACTIONS(619), + [sym__dot_custom] = ACTIONS(619), + [sym__conjunction_operator_custom] = ACTIONS(619), + [sym__disjunction_operator_custom] = ACTIONS(619), + [sym__nil_coalescing_operator_custom] = ACTIONS(619), + [sym__eq_custom] = ACTIONS(619), + [sym__eq_eq_custom] = ACTIONS(619), + [sym__plus_then_ws] = ACTIONS(619), + [sym__minus_then_ws] = ACTIONS(619), + [sym__bang_custom] = ACTIONS(619), + [sym_default_keyword] = ACTIONS(619), + [sym__as_custom] = ACTIONS(619), + [sym__as_quest_custom] = ACTIONS(619), + [sym__as_bang_custom] = ACTIONS(619), + [sym__custom_operator] = ACTIONS(619), + }, + [STATE(1015)] = { + [sym__arrow_operator] = STATE(4349), + [sym__async_keyword] = STATE(7053), + [sym_throws] = STATE(8898), + [sym_throws_clause] = STATE(8898), + [aux_sym_protocol_composition_type_repeat1] = STATE(1054), + [anon_sym_BANG] = ACTIONS(2156), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2158), + [anon_sym_package] = ACTIONS(2158), + [anon_sym_COMMA] = ACTIONS(2158), + [anon_sym_LPAREN] = ACTIONS(2158), + [anon_sym_LBRACK] = ACTIONS(2158), + [anon_sym_DOT] = ACTIONS(2880), + [anon_sym_QMARK] = ACTIONS(2156), + [anon_sym_QMARK2] = ACTIONS(2158), + [anon_sym_AMP] = ACTIONS(2882), + [aux_sym_custom_operator_token1] = ACTIONS(2158), + [anon_sym_LT] = ACTIONS(2156), + [anon_sym_GT] = ACTIONS(2156), + [anon_sym_LBRACE] = ACTIONS(2158), + [anon_sym_CARET_LBRACE] = ACTIONS(2158), + [anon_sym_RBRACE] = ACTIONS(2158), + [anon_sym_case] = ACTIONS(2158), + [anon_sym_fallthrough] = ACTIONS(2158), + [anon_sym_PLUS_EQ] = ACTIONS(2158), + [anon_sym_DASH_EQ] = ACTIONS(2158), + [anon_sym_STAR_EQ] = ACTIONS(2158), + [anon_sym_SLASH_EQ] = ACTIONS(2158), + [anon_sym_PERCENT_EQ] = ACTIONS(2158), + [anon_sym_BANG_EQ] = ACTIONS(2156), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2158), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2158), + [anon_sym_LT_EQ] = ACTIONS(2158), + [anon_sym_GT_EQ] = ACTIONS(2158), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2158), + [anon_sym_DOT_DOT_LT] = ACTIONS(2158), + [anon_sym_is] = ACTIONS(2158), + [anon_sym_PLUS] = ACTIONS(2156), + [anon_sym_DASH] = ACTIONS(2156), + [anon_sym_STAR] = ACTIONS(2156), + [anon_sym_SLASH] = ACTIONS(2156), + [anon_sym_PERCENT] = ACTIONS(2156), + [anon_sym_PLUS_PLUS] = ACTIONS(2158), + [anon_sym_DASH_DASH] = ACTIONS(2158), + [anon_sym_PIPE] = ACTIONS(2158), + [anon_sym_CARET] = ACTIONS(2156), + [anon_sym_LT_LT] = ACTIONS(2158), + [anon_sym_GT_GT] = ACTIONS(2158), + [anon_sym_class] = ACTIONS(2158), + [anon_sym_prefix] = ACTIONS(2158), + [anon_sym_infix] = ACTIONS(2158), + [anon_sym_postfix] = ACTIONS(2158), + [anon_sym_AT] = ACTIONS(2156), + [anon_sym_override] = ACTIONS(2158), + [anon_sym_convenience] = ACTIONS(2158), + [anon_sym_required] = ACTIONS(2158), + [anon_sym_nonisolated] = ACTIONS(2158), + [anon_sym_public] = ACTIONS(2158), + [anon_sym_private] = ACTIONS(2158), + [anon_sym_internal] = ACTIONS(2158), + [anon_sym_fileprivate] = ACTIONS(2158), + [anon_sym_open] = ACTIONS(2158), + [anon_sym_mutating] = ACTIONS(2158), + [anon_sym_nonmutating] = ACTIONS(2158), + [anon_sym_static] = ACTIONS(2158), + [anon_sym_dynamic] = ACTIONS(2158), + [anon_sym_optional] = ACTIONS(2158), + [anon_sym_distributed] = ACTIONS(2158), + [anon_sym_final] = ACTIONS(2158), + [anon_sym_inout] = ACTIONS(2158), + [anon_sym_ATescaping] = ACTIONS(2158), + [anon_sym_ATautoclosure] = ACTIONS(2158), + [anon_sym_weak] = ACTIONS(2158), + [anon_sym_unowned] = ACTIONS(2156), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2158), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2158), + [anon_sym_borrowing] = ACTIONS(2158), + [anon_sym_consuming] = ACTIONS(2158), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2158), + [sym__explicit_semi] = ACTIONS(2158), + [sym__arrow_operator_custom] = ACTIONS(2855), + [sym__dot_custom] = ACTIONS(2158), + [sym__conjunction_operator_custom] = ACTIONS(2158), + [sym__disjunction_operator_custom] = ACTIONS(2158), + [sym__nil_coalescing_operator_custom] = ACTIONS(2158), + [sym__eq_custom] = ACTIONS(2158), + [sym__eq_eq_custom] = ACTIONS(2158), + [sym__plus_then_ws] = ACTIONS(2158), + [sym__minus_then_ws] = ACTIONS(2158), + [sym__bang_custom] = ACTIONS(2158), + [sym__throws_keyword] = ACTIONS(2093), + [sym__rethrows_keyword] = ACTIONS(2095), + [sym_default_keyword] = ACTIONS(2158), + [sym__as_custom] = ACTIONS(2158), + [sym__as_quest_custom] = ACTIONS(2158), + [sym__as_bang_custom] = ACTIONS(2158), + [sym__async_keyword_custom] = ACTIONS(2857), + [sym__custom_operator] = ACTIONS(2158), + }, + [STATE(1016)] = { + [sym_simple_identifier] = STATE(1719), + [sym__contextual_simple_identifier] = STATE(1746), + [sym_unannotated_type] = STATE(1713), + [sym_user_type] = STATE(1733), + [sym__simple_user_type] = STATE(1721), + [sym_tuple_type] = STATE(1698), + [sym_function_type] = STATE(1870), + [sym_array_type] = STATE(1733), + [sym_dictionary_type] = STATE(1733), + [sym_optional_type] = STATE(1870), + [sym_metatype] = STATE(1870), + [sym_opaque_type] = STATE(1870), + [sym_existential_type] = STATE(1870), + [sym_type_parameter_pack] = STATE(1870), + [sym_type_pack_expansion] = STATE(1870), + [sym_protocol_composition_type] = STATE(1870), + [sym_suppressed_constraint] = STATE(1870), + [sym__parenthesized_type] = STATE(1801), + [sym__parameter_ownership_modifier] = STATE(1746), + [sym_comment] = ACTIONS(5), + [aux_sym_simple_identifier_token1] = ACTIONS(2859), + [aux_sym_simple_identifier_token2] = ACTIONS(2861), + [aux_sym_simple_identifier_token3] = ACTIONS(2861), + [aux_sym_simple_identifier_token4] = ACTIONS(2861), + [anon_sym_actor] = ACTIONS(2863), + [anon_sym_async] = ACTIONS(2863), + [anon_sym_each] = ACTIONS(2866), + [anon_sym_lazy] = ACTIONS(2863), + [anon_sym_repeat] = ACTIONS(2868), + [anon_sym_package] = ACTIONS(2863), + [anon_sym_COMMA] = ACTIONS(619), + [anon_sym_COLON] = ACTIONS(619), + [anon_sym_LPAREN] = ACTIONS(2870), + [anon_sym_LBRACK] = ACTIONS(2872), + [anon_sym_DOT] = ACTIONS(619), + [anon_sym_QMARK] = ACTIONS(625), + [anon_sym_QMARK2] = ACTIONS(619), + [anon_sym_some] = ACTIONS(2874), + [anon_sym_any] = ACTIONS(2876), + [anon_sym_AMP] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(2878), + [anon_sym_LT] = ACTIONS(619), + [anon_sym_LBRACE] = ACTIONS(619), + [anon_sym_RBRACE] = ACTIONS(619), + [anon_sym_case] = ACTIONS(625), + [anon_sym_import] = ACTIONS(625), + [anon_sym_typealias] = ACTIONS(625), + [anon_sym_struct] = ACTIONS(625), + [anon_sym_class] = ACTIONS(625), + [anon_sym_enum] = ACTIONS(625), + [anon_sym_protocol] = ACTIONS(625), + [anon_sym_let] = ACTIONS(625), + [anon_sym_var] = ACTIONS(625), + [anon_sym_func] = ACTIONS(625), + [anon_sym_extension] = ACTIONS(625), + [anon_sym_indirect] = ACTIONS(625), + [anon_sym_init] = ACTIONS(625), + [anon_sym_deinit] = ACTIONS(625), + [anon_sym_subscript] = ACTIONS(625), + [anon_sym_prefix] = ACTIONS(625), + [anon_sym_infix] = ACTIONS(625), + [anon_sym_postfix] = ACTIONS(625), + [anon_sym_precedencegroup] = ACTIONS(625), + [anon_sym_associatedtype] = ACTIONS(625), + [anon_sym_AT] = ACTIONS(625), + [anon_sym_override] = ACTIONS(625), + [anon_sym_convenience] = ACTIONS(625), + [anon_sym_required] = ACTIONS(625), + [anon_sym_nonisolated] = ACTIONS(625), + [anon_sym_public] = ACTIONS(625), + [anon_sym_private] = ACTIONS(625), + [anon_sym_internal] = ACTIONS(625), + [anon_sym_fileprivate] = ACTIONS(625), + [anon_sym_open] = ACTIONS(625), + [anon_sym_mutating] = ACTIONS(625), + [anon_sym_nonmutating] = ACTIONS(625), + [anon_sym_static] = ACTIONS(625), + [anon_sym_dynamic] = ACTIONS(625), + [anon_sym_optional] = ACTIONS(625), + [anon_sym_distributed] = ACTIONS(625), + [anon_sym_final] = ACTIONS(625), + [anon_sym_inout] = ACTIONS(625), + [anon_sym_ATescaping] = ACTIONS(619), + [anon_sym_ATautoclosure] = ACTIONS(619), + [anon_sym_weak] = ACTIONS(625), + [anon_sym_unowned] = ACTIONS(625), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(619), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(619), + [anon_sym_borrowing] = ACTIONS(2863), + [anon_sym_consuming] = ACTIONS(2863), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(619), + [sym__dot_custom] = ACTIONS(619), + [sym__eq_custom] = ACTIONS(619), + [sym__throws_keyword] = ACTIONS(619), + [sym__rethrows_keyword] = ACTIONS(619), + [sym_where_keyword] = ACTIONS(619), + [sym__as_custom] = ACTIONS(619), + [sym__async_keyword_custom] = ACTIONS(619), + }, + [STATE(1017)] = { + [sym__arrow_operator] = STATE(4349), + [sym__async_keyword] = STATE(7053), + [sym_throws] = STATE(8898), + [sym_throws_clause] = STATE(8898), + [aux_sym_protocol_composition_type_repeat1] = STATE(1054), + [anon_sym_BANG] = ACTIONS(2171), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2173), + [anon_sym_package] = ACTIONS(2173), + [anon_sym_COMMA] = ACTIONS(2173), + [anon_sym_LPAREN] = ACTIONS(2173), + [anon_sym_LBRACK] = ACTIONS(2173), + [anon_sym_DOT] = ACTIONS(2880), + [anon_sym_QMARK] = ACTIONS(2171), + [anon_sym_QMARK2] = ACTIONS(2173), + [anon_sym_AMP] = ACTIONS(2882), + [aux_sym_custom_operator_token1] = ACTIONS(2173), + [anon_sym_LT] = ACTIONS(2171), + [anon_sym_GT] = ACTIONS(2171), + [anon_sym_LBRACE] = ACTIONS(2173), + [anon_sym_CARET_LBRACE] = ACTIONS(2173), + [anon_sym_RBRACE] = ACTIONS(2173), + [anon_sym_case] = ACTIONS(2173), + [anon_sym_fallthrough] = ACTIONS(2173), + [anon_sym_PLUS_EQ] = ACTIONS(2173), + [anon_sym_DASH_EQ] = ACTIONS(2173), + [anon_sym_STAR_EQ] = ACTIONS(2173), + [anon_sym_SLASH_EQ] = ACTIONS(2173), + [anon_sym_PERCENT_EQ] = ACTIONS(2173), + [anon_sym_BANG_EQ] = ACTIONS(2171), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2173), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2173), + [anon_sym_LT_EQ] = ACTIONS(2173), + [anon_sym_GT_EQ] = ACTIONS(2173), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2173), + [anon_sym_DOT_DOT_LT] = ACTIONS(2173), + [anon_sym_is] = ACTIONS(2173), + [anon_sym_PLUS] = ACTIONS(2171), + [anon_sym_DASH] = ACTIONS(2171), + [anon_sym_STAR] = ACTIONS(2171), + [anon_sym_SLASH] = ACTIONS(2171), + [anon_sym_PERCENT] = ACTIONS(2171), + [anon_sym_PLUS_PLUS] = ACTIONS(2173), + [anon_sym_DASH_DASH] = ACTIONS(2173), + [anon_sym_PIPE] = ACTIONS(2173), + [anon_sym_CARET] = ACTIONS(2171), + [anon_sym_LT_LT] = ACTIONS(2173), + [anon_sym_GT_GT] = ACTIONS(2173), + [anon_sym_class] = ACTIONS(2173), + [anon_sym_prefix] = ACTIONS(2173), + [anon_sym_infix] = ACTIONS(2173), + [anon_sym_postfix] = ACTIONS(2173), + [anon_sym_AT] = ACTIONS(2171), + [anon_sym_override] = ACTIONS(2173), + [anon_sym_convenience] = ACTIONS(2173), + [anon_sym_required] = ACTIONS(2173), + [anon_sym_nonisolated] = ACTIONS(2173), + [anon_sym_public] = ACTIONS(2173), + [anon_sym_private] = ACTIONS(2173), + [anon_sym_internal] = ACTIONS(2173), + [anon_sym_fileprivate] = ACTIONS(2173), + [anon_sym_open] = ACTIONS(2173), + [anon_sym_mutating] = ACTIONS(2173), + [anon_sym_nonmutating] = ACTIONS(2173), + [anon_sym_static] = ACTIONS(2173), + [anon_sym_dynamic] = ACTIONS(2173), + [anon_sym_optional] = ACTIONS(2173), + [anon_sym_distributed] = ACTIONS(2173), + [anon_sym_final] = ACTIONS(2173), + [anon_sym_inout] = ACTIONS(2173), + [anon_sym_ATescaping] = ACTIONS(2173), + [anon_sym_ATautoclosure] = ACTIONS(2173), + [anon_sym_weak] = ACTIONS(2173), + [anon_sym_unowned] = ACTIONS(2171), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2173), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2173), + [anon_sym_borrowing] = ACTIONS(2173), + [anon_sym_consuming] = ACTIONS(2173), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2173), + [sym__explicit_semi] = ACTIONS(2173), + [sym__arrow_operator_custom] = ACTIONS(2855), + [sym__dot_custom] = ACTIONS(2173), + [sym__conjunction_operator_custom] = ACTIONS(2173), + [sym__disjunction_operator_custom] = ACTIONS(2173), + [sym__nil_coalescing_operator_custom] = ACTIONS(2173), + [sym__eq_custom] = ACTIONS(2173), + [sym__eq_eq_custom] = ACTIONS(2173), + [sym__plus_then_ws] = ACTIONS(2173), + [sym__minus_then_ws] = ACTIONS(2173), + [sym__bang_custom] = ACTIONS(2173), + [sym__throws_keyword] = ACTIONS(2093), + [sym__rethrows_keyword] = ACTIONS(2095), + [sym_default_keyword] = ACTIONS(2173), + [sym__as_custom] = ACTIONS(2173), + [sym__as_quest_custom] = ACTIONS(2173), + [sym__as_bang_custom] = ACTIONS(2173), + [sym__async_keyword_custom] = ACTIONS(2857), + [sym__custom_operator] = ACTIONS(2173), + }, + [STATE(1018)] = { + [sym__arrow_operator] = STATE(4349), + [sym__async_keyword] = STATE(7053), + [sym_throws] = STATE(8898), + [sym_throws_clause] = STATE(8898), + [aux_sym_protocol_composition_type_repeat1] = STATE(1054), + [anon_sym_BANG] = ACTIONS(2106), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2108), + [anon_sym_package] = ACTIONS(2108), + [anon_sym_COMMA] = ACTIONS(2108), + [anon_sym_LPAREN] = ACTIONS(2108), + [anon_sym_LBRACK] = ACTIONS(2108), + [anon_sym_DOT] = ACTIONS(2106), + [anon_sym_QMARK] = ACTIONS(2106), + [anon_sym_QMARK2] = ACTIONS(2108), + [anon_sym_AMP] = ACTIONS(2108), + [aux_sym_custom_operator_token1] = ACTIONS(2108), + [anon_sym_LT] = ACTIONS(2106), + [anon_sym_GT] = ACTIONS(2106), + [anon_sym_LBRACE] = ACTIONS(2108), + [anon_sym_CARET_LBRACE] = ACTIONS(2108), + [anon_sym_RBRACE] = ACTIONS(2108), + [anon_sym_case] = ACTIONS(2108), + [anon_sym_fallthrough] = ACTIONS(2108), + [anon_sym_PLUS_EQ] = ACTIONS(2108), + [anon_sym_DASH_EQ] = ACTIONS(2108), + [anon_sym_STAR_EQ] = ACTIONS(2108), + [anon_sym_SLASH_EQ] = ACTIONS(2108), + [anon_sym_PERCENT_EQ] = ACTIONS(2108), + [anon_sym_BANG_EQ] = ACTIONS(2106), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2108), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2108), + [anon_sym_LT_EQ] = ACTIONS(2108), + [anon_sym_GT_EQ] = ACTIONS(2108), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2108), + [anon_sym_DOT_DOT_LT] = ACTIONS(2108), + [anon_sym_is] = ACTIONS(2108), + [anon_sym_PLUS] = ACTIONS(2106), + [anon_sym_DASH] = ACTIONS(2106), + [anon_sym_STAR] = ACTIONS(2106), + [anon_sym_SLASH] = ACTIONS(2106), + [anon_sym_PERCENT] = ACTIONS(2106), + [anon_sym_PLUS_PLUS] = ACTIONS(2108), + [anon_sym_DASH_DASH] = ACTIONS(2108), + [anon_sym_PIPE] = ACTIONS(2108), + [anon_sym_CARET] = ACTIONS(2106), + [anon_sym_LT_LT] = ACTIONS(2108), + [anon_sym_GT_GT] = ACTIONS(2108), + [anon_sym_class] = ACTIONS(2108), + [anon_sym_prefix] = ACTIONS(2108), + [anon_sym_infix] = ACTIONS(2108), + [anon_sym_postfix] = ACTIONS(2108), + [anon_sym_AT] = ACTIONS(2106), + [anon_sym_override] = ACTIONS(2108), + [anon_sym_convenience] = ACTIONS(2108), + [anon_sym_required] = ACTIONS(2108), + [anon_sym_nonisolated] = ACTIONS(2108), + [anon_sym_public] = ACTIONS(2108), + [anon_sym_private] = ACTIONS(2108), + [anon_sym_internal] = ACTIONS(2108), + [anon_sym_fileprivate] = ACTIONS(2108), + [anon_sym_open] = ACTIONS(2108), + [anon_sym_mutating] = ACTIONS(2108), + [anon_sym_nonmutating] = ACTIONS(2108), + [anon_sym_static] = ACTIONS(2108), + [anon_sym_dynamic] = ACTIONS(2108), + [anon_sym_optional] = ACTIONS(2108), + [anon_sym_distributed] = ACTIONS(2108), + [anon_sym_final] = ACTIONS(2108), + [anon_sym_inout] = ACTIONS(2108), + [anon_sym_ATescaping] = ACTIONS(2108), + [anon_sym_ATautoclosure] = ACTIONS(2108), + [anon_sym_weak] = ACTIONS(2108), + [anon_sym_unowned] = ACTIONS(2106), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2108), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2108), + [anon_sym_borrowing] = ACTIONS(2108), + [anon_sym_consuming] = ACTIONS(2108), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2108), + [sym__explicit_semi] = ACTIONS(2108), + [sym__arrow_operator_custom] = ACTIONS(2108), + [sym__dot_custom] = ACTIONS(2108), + [sym__conjunction_operator_custom] = ACTIONS(2108), + [sym__disjunction_operator_custom] = ACTIONS(2108), + [sym__nil_coalescing_operator_custom] = ACTIONS(2108), + [sym__eq_custom] = ACTIONS(2108), + [sym__eq_eq_custom] = ACTIONS(2108), + [sym__plus_then_ws] = ACTIONS(2108), + [sym__minus_then_ws] = ACTIONS(2108), + [sym__bang_custom] = ACTIONS(2108), + [sym__throws_keyword] = ACTIONS(2108), + [sym__rethrows_keyword] = ACTIONS(2108), + [sym_default_keyword] = ACTIONS(2108), + [sym__as_custom] = ACTIONS(2108), + [sym__as_quest_custom] = ACTIONS(2108), + [sym__as_bang_custom] = ACTIONS(2108), + [sym__async_keyword_custom] = ACTIONS(2108), + [sym__custom_operator] = ACTIONS(2108), + }, + [STATE(1019)] = { + [sym__arrow_operator] = STATE(4349), + [sym__async_keyword] = STATE(7053), + [sym_throws] = STATE(8898), + [sym_throws_clause] = STATE(8898), + [aux_sym_protocol_composition_type_repeat1] = STATE(1054), + [anon_sym_BANG] = ACTIONS(2179), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2181), + [anon_sym_package] = ACTIONS(2181), + [anon_sym_COMMA] = ACTIONS(2181), + [anon_sym_LPAREN] = ACTIONS(2181), + [anon_sym_LBRACK] = ACTIONS(2181), + [anon_sym_DOT] = ACTIONS(2880), + [anon_sym_QMARK] = ACTIONS(2179), + [anon_sym_QMARK2] = ACTIONS(2181), + [anon_sym_AMP] = ACTIONS(2882), + [aux_sym_custom_operator_token1] = ACTIONS(2181), + [anon_sym_LT] = ACTIONS(2179), + [anon_sym_GT] = ACTIONS(2179), + [anon_sym_LBRACE] = ACTIONS(2181), + [anon_sym_CARET_LBRACE] = ACTIONS(2181), + [anon_sym_RBRACE] = ACTIONS(2181), + [anon_sym_case] = ACTIONS(2181), + [anon_sym_fallthrough] = ACTIONS(2181), + [anon_sym_PLUS_EQ] = ACTIONS(2181), + [anon_sym_DASH_EQ] = ACTIONS(2181), + [anon_sym_STAR_EQ] = ACTIONS(2181), + [anon_sym_SLASH_EQ] = ACTIONS(2181), + [anon_sym_PERCENT_EQ] = ACTIONS(2181), + [anon_sym_BANG_EQ] = ACTIONS(2179), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2181), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2181), + [anon_sym_LT_EQ] = ACTIONS(2181), + [anon_sym_GT_EQ] = ACTIONS(2181), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2181), + [anon_sym_DOT_DOT_LT] = ACTIONS(2181), + [anon_sym_is] = ACTIONS(2181), + [anon_sym_PLUS] = ACTIONS(2179), + [anon_sym_DASH] = ACTIONS(2179), + [anon_sym_STAR] = ACTIONS(2179), + [anon_sym_SLASH] = ACTIONS(2179), + [anon_sym_PERCENT] = ACTIONS(2179), + [anon_sym_PLUS_PLUS] = ACTIONS(2181), + [anon_sym_DASH_DASH] = ACTIONS(2181), + [anon_sym_PIPE] = ACTIONS(2181), + [anon_sym_CARET] = ACTIONS(2179), + [anon_sym_LT_LT] = ACTIONS(2181), + [anon_sym_GT_GT] = ACTIONS(2181), + [anon_sym_class] = ACTIONS(2181), + [anon_sym_prefix] = ACTIONS(2181), + [anon_sym_infix] = ACTIONS(2181), + [anon_sym_postfix] = ACTIONS(2181), + [anon_sym_AT] = ACTIONS(2179), + [anon_sym_override] = ACTIONS(2181), + [anon_sym_convenience] = ACTIONS(2181), + [anon_sym_required] = ACTIONS(2181), + [anon_sym_nonisolated] = ACTIONS(2181), + [anon_sym_public] = ACTIONS(2181), + [anon_sym_private] = ACTIONS(2181), + [anon_sym_internal] = ACTIONS(2181), + [anon_sym_fileprivate] = ACTIONS(2181), + [anon_sym_open] = ACTIONS(2181), + [anon_sym_mutating] = ACTIONS(2181), + [anon_sym_nonmutating] = ACTIONS(2181), + [anon_sym_static] = ACTIONS(2181), + [anon_sym_dynamic] = ACTIONS(2181), + [anon_sym_optional] = ACTIONS(2181), + [anon_sym_distributed] = ACTIONS(2181), + [anon_sym_final] = ACTIONS(2181), + [anon_sym_inout] = ACTIONS(2181), + [anon_sym_ATescaping] = ACTIONS(2181), + [anon_sym_ATautoclosure] = ACTIONS(2181), + [anon_sym_weak] = ACTIONS(2181), + [anon_sym_unowned] = ACTIONS(2179), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2181), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2181), + [anon_sym_borrowing] = ACTIONS(2181), + [anon_sym_consuming] = ACTIONS(2181), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2181), + [sym__explicit_semi] = ACTIONS(2181), + [sym__arrow_operator_custom] = ACTIONS(2855), + [sym__dot_custom] = ACTIONS(2181), + [sym__conjunction_operator_custom] = ACTIONS(2181), + [sym__disjunction_operator_custom] = ACTIONS(2181), + [sym__nil_coalescing_operator_custom] = ACTIONS(2181), + [sym__eq_custom] = ACTIONS(2181), + [sym__eq_eq_custom] = ACTIONS(2181), + [sym__plus_then_ws] = ACTIONS(2181), + [sym__minus_then_ws] = ACTIONS(2181), + [sym__bang_custom] = ACTIONS(2181), + [sym__throws_keyword] = ACTIONS(2093), + [sym__rethrows_keyword] = ACTIONS(2095), + [sym_default_keyword] = ACTIONS(2181), + [sym__as_custom] = ACTIONS(2181), + [sym__as_quest_custom] = ACTIONS(2181), + [sym__as_bang_custom] = ACTIONS(2181), + [sym__async_keyword_custom] = ACTIONS(2857), + [sym__custom_operator] = ACTIONS(2181), + }, + [STATE(1020)] = { + [sym__arrow_operator] = STATE(4349), + [sym__async_keyword] = STATE(7053), + [sym_throws] = STATE(8898), + [sym_throws_clause] = STATE(8898), + [aux_sym_protocol_composition_type_repeat1] = STATE(1054), + [anon_sym_BANG] = ACTIONS(2183), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2185), + [anon_sym_package] = ACTIONS(2185), + [anon_sym_COMMA] = ACTIONS(2185), + [anon_sym_LPAREN] = ACTIONS(2185), + [anon_sym_LBRACK] = ACTIONS(2185), + [anon_sym_DOT] = ACTIONS(2183), + [anon_sym_QMARK] = ACTIONS(2183), + [anon_sym_QMARK2] = ACTIONS(2185), + [anon_sym_AMP] = ACTIONS(2185), + [aux_sym_custom_operator_token1] = ACTIONS(2185), + [anon_sym_LT] = ACTIONS(2183), + [anon_sym_GT] = ACTIONS(2183), + [anon_sym_LBRACE] = ACTIONS(2185), + [anon_sym_CARET_LBRACE] = ACTIONS(2185), + [anon_sym_RBRACE] = ACTIONS(2185), + [anon_sym_case] = ACTIONS(2185), + [anon_sym_fallthrough] = ACTIONS(2185), + [anon_sym_PLUS_EQ] = ACTIONS(2185), + [anon_sym_DASH_EQ] = ACTIONS(2185), + [anon_sym_STAR_EQ] = ACTIONS(2185), + [anon_sym_SLASH_EQ] = ACTIONS(2185), + [anon_sym_PERCENT_EQ] = ACTIONS(2185), + [anon_sym_BANG_EQ] = ACTIONS(2183), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2185), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2185), + [anon_sym_LT_EQ] = ACTIONS(2185), + [anon_sym_GT_EQ] = ACTIONS(2185), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2185), + [anon_sym_DOT_DOT_LT] = ACTIONS(2185), + [anon_sym_is] = ACTIONS(2185), + [anon_sym_PLUS] = ACTIONS(2183), + [anon_sym_DASH] = ACTIONS(2183), + [anon_sym_STAR] = ACTIONS(2183), + [anon_sym_SLASH] = ACTIONS(2183), + [anon_sym_PERCENT] = ACTIONS(2183), + [anon_sym_PLUS_PLUS] = ACTIONS(2185), + [anon_sym_DASH_DASH] = ACTIONS(2185), + [anon_sym_PIPE] = ACTIONS(2185), + [anon_sym_CARET] = ACTIONS(2183), + [anon_sym_LT_LT] = ACTIONS(2185), + [anon_sym_GT_GT] = ACTIONS(2185), + [anon_sym_class] = ACTIONS(2185), + [anon_sym_prefix] = ACTIONS(2185), + [anon_sym_infix] = ACTIONS(2185), + [anon_sym_postfix] = ACTIONS(2185), + [anon_sym_AT] = ACTIONS(2183), + [anon_sym_override] = ACTIONS(2185), + [anon_sym_convenience] = ACTIONS(2185), + [anon_sym_required] = ACTIONS(2185), + [anon_sym_nonisolated] = ACTIONS(2185), + [anon_sym_public] = ACTIONS(2185), + [anon_sym_private] = ACTIONS(2185), + [anon_sym_internal] = ACTIONS(2185), + [anon_sym_fileprivate] = ACTIONS(2185), + [anon_sym_open] = ACTIONS(2185), + [anon_sym_mutating] = ACTIONS(2185), + [anon_sym_nonmutating] = ACTIONS(2185), + [anon_sym_static] = ACTIONS(2185), + [anon_sym_dynamic] = ACTIONS(2185), + [anon_sym_optional] = ACTIONS(2185), + [anon_sym_distributed] = ACTIONS(2185), + [anon_sym_final] = ACTIONS(2185), + [anon_sym_inout] = ACTIONS(2185), + [anon_sym_ATescaping] = ACTIONS(2185), + [anon_sym_ATautoclosure] = ACTIONS(2185), + [anon_sym_weak] = ACTIONS(2185), + [anon_sym_unowned] = ACTIONS(2183), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2185), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2185), + [anon_sym_borrowing] = ACTIONS(2185), + [anon_sym_consuming] = ACTIONS(2185), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2185), + [sym__explicit_semi] = ACTIONS(2185), + [sym__arrow_operator_custom] = ACTIONS(2185), + [sym__dot_custom] = ACTIONS(2185), + [sym__conjunction_operator_custom] = ACTIONS(2185), + [sym__disjunction_operator_custom] = ACTIONS(2185), + [sym__nil_coalescing_operator_custom] = ACTIONS(2185), + [sym__eq_custom] = ACTIONS(2185), + [sym__eq_eq_custom] = ACTIONS(2185), + [sym__plus_then_ws] = ACTIONS(2185), + [sym__minus_then_ws] = ACTIONS(2185), + [sym__bang_custom] = ACTIONS(2185), + [sym__throws_keyword] = ACTIONS(2185), + [sym__rethrows_keyword] = ACTIONS(2185), + [sym_default_keyword] = ACTIONS(2185), + [sym__as_custom] = ACTIONS(2185), + [sym__as_quest_custom] = ACTIONS(2185), + [sym__as_bang_custom] = ACTIONS(2185), + [sym__async_keyword_custom] = ACTIONS(2185), + [sym__custom_operator] = ACTIONS(2185), + }, + [STATE(1021)] = { + [anon_sym_BANG] = ACTIONS(2319), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(2319), + [aux_sym_simple_identifier_token2] = ACTIONS(2321), + [aux_sym_simple_identifier_token3] = ACTIONS(2321), + [aux_sym_simple_identifier_token4] = ACTIONS(2321), + [anon_sym_actor] = ACTIONS(2319), + [anon_sym_async] = ACTIONS(2319), + [anon_sym_each] = ACTIONS(2319), + [anon_sym_lazy] = ACTIONS(2319), + [anon_sym_repeat] = ACTIONS(2319), + [anon_sym_package] = ACTIONS(2319), + [anon_sym_COMMA] = ACTIONS(2321), + [anon_sym_LPAREN] = ACTIONS(2321), + [anon_sym_LBRACK] = ACTIONS(2321), + [anon_sym_QMARK] = ACTIONS(2319), + [anon_sym_QMARK2] = ACTIONS(2321), + [anon_sym_AMP] = ACTIONS(2321), + [aux_sym_custom_operator_token1] = ACTIONS(2321), + [anon_sym_LT] = ACTIONS(2319), + [anon_sym_GT] = ACTIONS(2319), + [anon_sym_LBRACE] = ACTIONS(2321), + [anon_sym_CARET_LBRACE] = ACTIONS(2321), + [anon_sym_RBRACE] = ACTIONS(2321), + [anon_sym_case] = ACTIONS(2319), + [anon_sym_fallthrough] = ACTIONS(2319), + [anon_sym_PLUS_EQ] = ACTIONS(2321), + [anon_sym_DASH_EQ] = ACTIONS(2321), + [anon_sym_STAR_EQ] = ACTIONS(2321), + [anon_sym_SLASH_EQ] = ACTIONS(2321), + [anon_sym_PERCENT_EQ] = ACTIONS(2321), + [anon_sym_BANG_EQ] = ACTIONS(2319), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2321), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2321), + [anon_sym_LT_EQ] = ACTIONS(2321), + [anon_sym_GT_EQ] = ACTIONS(2321), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2321), + [anon_sym_DOT_DOT_LT] = ACTIONS(2321), + [anon_sym_is] = ACTIONS(2319), + [anon_sym_PLUS] = ACTIONS(2319), + [anon_sym_DASH] = ACTIONS(2319), + [anon_sym_STAR] = ACTIONS(2319), + [anon_sym_SLASH] = ACTIONS(2319), + [anon_sym_PERCENT] = ACTIONS(2319), + [anon_sym_PLUS_PLUS] = ACTIONS(2321), + [anon_sym_DASH_DASH] = ACTIONS(2321), + [anon_sym_PIPE] = ACTIONS(2321), + [anon_sym_CARET] = ACTIONS(2319), + [anon_sym_LT_LT] = ACTIONS(2321), + [anon_sym_GT_GT] = ACTIONS(2321), + [anon_sym_class] = ACTIONS(2319), + [anon_sym_prefix] = ACTIONS(2319), + [anon_sym_infix] = ACTIONS(2319), + [anon_sym_postfix] = ACTIONS(2319), + [anon_sym_AT] = ACTIONS(2319), + [anon_sym_override] = ACTIONS(2319), + [anon_sym_convenience] = ACTIONS(2319), + [anon_sym_required] = ACTIONS(2319), + [anon_sym_nonisolated] = ACTIONS(2319), + [anon_sym_public] = ACTIONS(2319), + [anon_sym_private] = ACTIONS(2319), + [anon_sym_internal] = ACTIONS(2319), + [anon_sym_fileprivate] = ACTIONS(2319), + [anon_sym_open] = ACTIONS(2319), + [anon_sym_mutating] = ACTIONS(2319), + [anon_sym_nonmutating] = ACTIONS(2319), + [anon_sym_static] = ACTIONS(2319), + [anon_sym_dynamic] = ACTIONS(2319), + [anon_sym_optional] = ACTIONS(2319), + [anon_sym_distributed] = ACTIONS(2319), + [anon_sym_final] = ACTIONS(2319), + [anon_sym_inout] = ACTIONS(2319), + [anon_sym_ATescaping] = ACTIONS(2321), + [anon_sym_ATautoclosure] = ACTIONS(2321), + [anon_sym_weak] = ACTIONS(2319), + [anon_sym_unowned] = ACTIONS(2319), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2321), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2321), + [anon_sym_borrowing] = ACTIONS(2319), + [anon_sym_consuming] = ACTIONS(2319), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2321), + [sym__explicit_semi] = ACTIONS(2321), + [sym__dot_custom] = ACTIONS(2321), + [sym__conjunction_operator_custom] = ACTIONS(2321), + [sym__disjunction_operator_custom] = ACTIONS(2321), + [sym__nil_coalescing_operator_custom] = ACTIONS(2321), + [sym__eq_custom] = ACTIONS(2321), + [sym__eq_eq_custom] = ACTIONS(2321), + [sym__plus_then_ws] = ACTIONS(2321), + [sym__minus_then_ws] = ACTIONS(2321), + [sym__bang_custom] = ACTIONS(2321), + [sym_default_keyword] = ACTIONS(2321), + [sym_where_keyword] = ACTIONS(2321), + [sym__as_custom] = ACTIONS(2321), + [sym__as_quest_custom] = ACTIONS(2321), + [sym__as_bang_custom] = ACTIONS(2321), + [sym__custom_operator] = ACTIONS(2321), + }, + [STATE(1022)] = { + [anon_sym_BANG] = ACTIONS(2338), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(2338), + [aux_sym_simple_identifier_token2] = ACTIONS(2340), + [aux_sym_simple_identifier_token3] = ACTIONS(2340), + [aux_sym_simple_identifier_token4] = ACTIONS(2340), + [anon_sym_actor] = ACTIONS(2338), + [anon_sym_async] = ACTIONS(2338), + [anon_sym_each] = ACTIONS(2338), + [anon_sym_lazy] = ACTIONS(2338), + [anon_sym_repeat] = ACTIONS(2338), + [anon_sym_package] = ACTIONS(2338), + [anon_sym_COMMA] = ACTIONS(2340), + [anon_sym_LPAREN] = ACTIONS(2340), + [anon_sym_LBRACK] = ACTIONS(2340), + [anon_sym_QMARK] = ACTIONS(2338), + [anon_sym_QMARK2] = ACTIONS(2340), + [anon_sym_AMP] = ACTIONS(2340), + [aux_sym_custom_operator_token1] = ACTIONS(2340), + [anon_sym_LT] = ACTIONS(2338), + [anon_sym_GT] = ACTIONS(2338), + [anon_sym_LBRACE] = ACTIONS(2340), + [anon_sym_CARET_LBRACE] = ACTIONS(2340), + [anon_sym_RBRACE] = ACTIONS(2340), + [anon_sym_case] = ACTIONS(2338), + [anon_sym_fallthrough] = ACTIONS(2338), + [anon_sym_PLUS_EQ] = ACTIONS(2340), + [anon_sym_DASH_EQ] = ACTIONS(2340), + [anon_sym_STAR_EQ] = ACTIONS(2340), + [anon_sym_SLASH_EQ] = ACTIONS(2340), + [anon_sym_PERCENT_EQ] = ACTIONS(2340), + [anon_sym_BANG_EQ] = ACTIONS(2338), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2340), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2340), + [anon_sym_LT_EQ] = ACTIONS(2340), + [anon_sym_GT_EQ] = ACTIONS(2340), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2340), + [anon_sym_DOT_DOT_LT] = ACTIONS(2340), + [anon_sym_is] = ACTIONS(2338), + [anon_sym_PLUS] = ACTIONS(2338), + [anon_sym_DASH] = ACTIONS(2338), + [anon_sym_STAR] = ACTIONS(2338), + [anon_sym_SLASH] = ACTIONS(2338), + [anon_sym_PERCENT] = ACTIONS(2338), + [anon_sym_PLUS_PLUS] = ACTIONS(2340), + [anon_sym_DASH_DASH] = ACTIONS(2340), + [anon_sym_PIPE] = ACTIONS(2340), + [anon_sym_CARET] = ACTIONS(2338), + [anon_sym_LT_LT] = ACTIONS(2340), + [anon_sym_GT_GT] = ACTIONS(2340), + [anon_sym_class] = ACTIONS(2338), + [anon_sym_prefix] = ACTIONS(2338), + [anon_sym_infix] = ACTIONS(2338), + [anon_sym_postfix] = ACTIONS(2338), + [anon_sym_AT] = ACTIONS(2338), + [anon_sym_override] = ACTIONS(2338), + [anon_sym_convenience] = ACTIONS(2338), + [anon_sym_required] = ACTIONS(2338), + [anon_sym_nonisolated] = ACTIONS(2338), + [anon_sym_public] = ACTIONS(2338), + [anon_sym_private] = ACTIONS(2338), + [anon_sym_internal] = ACTIONS(2338), + [anon_sym_fileprivate] = ACTIONS(2338), + [anon_sym_open] = ACTIONS(2338), + [anon_sym_mutating] = ACTIONS(2338), + [anon_sym_nonmutating] = ACTIONS(2338), + [anon_sym_static] = ACTIONS(2338), + [anon_sym_dynamic] = ACTIONS(2338), + [anon_sym_optional] = ACTIONS(2338), + [anon_sym_distributed] = ACTIONS(2338), + [anon_sym_final] = ACTIONS(2338), + [anon_sym_inout] = ACTIONS(2338), + [anon_sym_ATescaping] = ACTIONS(2340), + [anon_sym_ATautoclosure] = ACTIONS(2340), + [anon_sym_weak] = ACTIONS(2338), + [anon_sym_unowned] = ACTIONS(2338), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2340), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2340), + [anon_sym_borrowing] = ACTIONS(2338), + [anon_sym_consuming] = ACTIONS(2338), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2340), + [sym__explicit_semi] = ACTIONS(2340), + [sym__dot_custom] = ACTIONS(2340), + [sym__conjunction_operator_custom] = ACTIONS(2340), + [sym__disjunction_operator_custom] = ACTIONS(2340), + [sym__nil_coalescing_operator_custom] = ACTIONS(2340), + [sym__eq_custom] = ACTIONS(2340), + [sym__eq_eq_custom] = ACTIONS(2340), + [sym__plus_then_ws] = ACTIONS(2340), + [sym__minus_then_ws] = ACTIONS(2340), + [sym__bang_custom] = ACTIONS(2340), + [sym_default_keyword] = ACTIONS(2340), + [sym_where_keyword] = ACTIONS(2340), + [sym__as_custom] = ACTIONS(2340), + [sym__as_quest_custom] = ACTIONS(2340), + [sym__as_bang_custom] = ACTIONS(2340), + [sym__custom_operator] = ACTIONS(2340), + }, + [STATE(1023)] = { + [anon_sym_BANG] = ACTIONS(2325), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(2325), + [aux_sym_simple_identifier_token2] = ACTIONS(2327), + [aux_sym_simple_identifier_token3] = ACTIONS(2327), + [aux_sym_simple_identifier_token4] = ACTIONS(2327), + [anon_sym_actor] = ACTIONS(2325), + [anon_sym_async] = ACTIONS(2325), + [anon_sym_each] = ACTIONS(2325), + [anon_sym_lazy] = ACTIONS(2325), + [anon_sym_repeat] = ACTIONS(2325), + [anon_sym_package] = ACTIONS(2325), + [anon_sym_COMMA] = ACTIONS(2327), + [anon_sym_LPAREN] = ACTIONS(2327), + [anon_sym_LBRACK] = ACTIONS(2327), + [anon_sym_QMARK] = ACTIONS(2325), + [anon_sym_QMARK2] = ACTIONS(2327), + [anon_sym_AMP] = ACTIONS(2327), + [aux_sym_custom_operator_token1] = ACTIONS(2327), + [anon_sym_LT] = ACTIONS(2325), + [anon_sym_GT] = ACTIONS(2325), + [anon_sym_LBRACE] = ACTIONS(2327), + [anon_sym_CARET_LBRACE] = ACTIONS(2327), + [anon_sym_RBRACE] = ACTIONS(2327), + [anon_sym_case] = ACTIONS(2325), + [anon_sym_fallthrough] = ACTIONS(2325), + [anon_sym_PLUS_EQ] = ACTIONS(2327), + [anon_sym_DASH_EQ] = ACTIONS(2327), + [anon_sym_STAR_EQ] = ACTIONS(2327), + [anon_sym_SLASH_EQ] = ACTIONS(2327), + [anon_sym_PERCENT_EQ] = ACTIONS(2327), + [anon_sym_BANG_EQ] = ACTIONS(2325), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2327), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2327), + [anon_sym_LT_EQ] = ACTIONS(2327), + [anon_sym_GT_EQ] = ACTIONS(2327), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2327), + [anon_sym_DOT_DOT_LT] = ACTIONS(2327), + [anon_sym_is] = ACTIONS(2325), + [anon_sym_PLUS] = ACTIONS(2325), + [anon_sym_DASH] = ACTIONS(2325), + [anon_sym_STAR] = ACTIONS(2325), + [anon_sym_SLASH] = ACTIONS(2325), + [anon_sym_PERCENT] = ACTIONS(2325), + [anon_sym_PLUS_PLUS] = ACTIONS(2327), + [anon_sym_DASH_DASH] = ACTIONS(2327), + [anon_sym_PIPE] = ACTIONS(2327), + [anon_sym_CARET] = ACTIONS(2325), + [anon_sym_LT_LT] = ACTIONS(2327), + [anon_sym_GT_GT] = ACTIONS(2327), + [anon_sym_class] = ACTIONS(2325), + [anon_sym_prefix] = ACTIONS(2325), + [anon_sym_infix] = ACTIONS(2325), + [anon_sym_postfix] = ACTIONS(2325), + [anon_sym_AT] = ACTIONS(2325), + [anon_sym_override] = ACTIONS(2325), + [anon_sym_convenience] = ACTIONS(2325), + [anon_sym_required] = ACTIONS(2325), + [anon_sym_nonisolated] = ACTIONS(2325), + [anon_sym_public] = ACTIONS(2325), + [anon_sym_private] = ACTIONS(2325), + [anon_sym_internal] = ACTIONS(2325), + [anon_sym_fileprivate] = ACTIONS(2325), + [anon_sym_open] = ACTIONS(2325), + [anon_sym_mutating] = ACTIONS(2325), + [anon_sym_nonmutating] = ACTIONS(2325), + [anon_sym_static] = ACTIONS(2325), + [anon_sym_dynamic] = ACTIONS(2325), + [anon_sym_optional] = ACTIONS(2325), + [anon_sym_distributed] = ACTIONS(2325), + [anon_sym_final] = ACTIONS(2325), + [anon_sym_inout] = ACTIONS(2325), + [anon_sym_ATescaping] = ACTIONS(2327), + [anon_sym_ATautoclosure] = ACTIONS(2327), + [anon_sym_weak] = ACTIONS(2325), + [anon_sym_unowned] = ACTIONS(2325), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2327), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2327), + [anon_sym_borrowing] = ACTIONS(2325), + [anon_sym_consuming] = ACTIONS(2325), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2327), + [sym__explicit_semi] = ACTIONS(2327), + [sym__dot_custom] = ACTIONS(2327), + [sym__conjunction_operator_custom] = ACTIONS(2327), + [sym__disjunction_operator_custom] = ACTIONS(2327), + [sym__nil_coalescing_operator_custom] = ACTIONS(2327), + [sym__eq_custom] = ACTIONS(2327), + [sym__eq_eq_custom] = ACTIONS(2327), + [sym__plus_then_ws] = ACTIONS(2327), + [sym__minus_then_ws] = ACTIONS(2327), + [sym__bang_custom] = ACTIONS(2327), + [sym_default_keyword] = ACTIONS(2327), + [sym_where_keyword] = ACTIONS(2327), + [sym__as_custom] = ACTIONS(2327), + [sym__as_quest_custom] = ACTIONS(2327), + [sym__as_bang_custom] = ACTIONS(2327), + [sym__custom_operator] = ACTIONS(2327), + }, + [STATE(1024)] = { + [anon_sym_BANG] = ACTIONS(2331), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(2331), + [aux_sym_simple_identifier_token2] = ACTIONS(2333), + [aux_sym_simple_identifier_token3] = ACTIONS(2333), + [aux_sym_simple_identifier_token4] = ACTIONS(2333), + [anon_sym_actor] = ACTIONS(2331), + [anon_sym_async] = ACTIONS(2331), + [anon_sym_each] = ACTIONS(2331), + [anon_sym_lazy] = ACTIONS(2331), + [anon_sym_repeat] = ACTIONS(2331), + [anon_sym_package] = ACTIONS(2331), + [anon_sym_COMMA] = ACTIONS(2333), + [anon_sym_LPAREN] = ACTIONS(2333), + [anon_sym_LBRACK] = ACTIONS(2333), + [anon_sym_QMARK] = ACTIONS(2331), + [anon_sym_QMARK2] = ACTIONS(2333), + [anon_sym_AMP] = ACTIONS(2333), + [aux_sym_custom_operator_token1] = ACTIONS(2333), + [anon_sym_LT] = ACTIONS(2331), + [anon_sym_GT] = ACTIONS(2331), + [anon_sym_LBRACE] = ACTIONS(2333), + [anon_sym_CARET_LBRACE] = ACTIONS(2333), + [anon_sym_RBRACE] = ACTIONS(2333), + [anon_sym_case] = ACTIONS(2331), + [anon_sym_fallthrough] = ACTIONS(2331), + [anon_sym_PLUS_EQ] = ACTIONS(2333), + [anon_sym_DASH_EQ] = ACTIONS(2333), + [anon_sym_STAR_EQ] = ACTIONS(2333), + [anon_sym_SLASH_EQ] = ACTIONS(2333), + [anon_sym_PERCENT_EQ] = ACTIONS(2333), + [anon_sym_BANG_EQ] = ACTIONS(2331), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2333), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2333), + [anon_sym_LT_EQ] = ACTIONS(2333), + [anon_sym_GT_EQ] = ACTIONS(2333), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2333), + [anon_sym_DOT_DOT_LT] = ACTIONS(2333), + [anon_sym_is] = ACTIONS(2331), + [anon_sym_PLUS] = ACTIONS(2331), + [anon_sym_DASH] = ACTIONS(2331), + [anon_sym_STAR] = ACTIONS(2331), + [anon_sym_SLASH] = ACTIONS(2331), + [anon_sym_PERCENT] = ACTIONS(2331), + [anon_sym_PLUS_PLUS] = ACTIONS(2333), + [anon_sym_DASH_DASH] = ACTIONS(2333), + [anon_sym_PIPE] = ACTIONS(2333), + [anon_sym_CARET] = ACTIONS(2331), + [anon_sym_LT_LT] = ACTIONS(2333), + [anon_sym_GT_GT] = ACTIONS(2333), + [anon_sym_class] = ACTIONS(2331), + [anon_sym_prefix] = ACTIONS(2331), + [anon_sym_infix] = ACTIONS(2331), + [anon_sym_postfix] = ACTIONS(2331), + [anon_sym_AT] = ACTIONS(2331), + [anon_sym_override] = ACTIONS(2331), + [anon_sym_convenience] = ACTIONS(2331), + [anon_sym_required] = ACTIONS(2331), + [anon_sym_nonisolated] = ACTIONS(2331), + [anon_sym_public] = ACTIONS(2331), + [anon_sym_private] = ACTIONS(2331), + [anon_sym_internal] = ACTIONS(2331), + [anon_sym_fileprivate] = ACTIONS(2331), + [anon_sym_open] = ACTIONS(2331), + [anon_sym_mutating] = ACTIONS(2331), + [anon_sym_nonmutating] = ACTIONS(2331), + [anon_sym_static] = ACTIONS(2331), + [anon_sym_dynamic] = ACTIONS(2331), + [anon_sym_optional] = ACTIONS(2331), + [anon_sym_distributed] = ACTIONS(2331), + [anon_sym_final] = ACTIONS(2331), + [anon_sym_inout] = ACTIONS(2331), + [anon_sym_ATescaping] = ACTIONS(2333), + [anon_sym_ATautoclosure] = ACTIONS(2333), + [anon_sym_weak] = ACTIONS(2331), + [anon_sym_unowned] = ACTIONS(2331), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2333), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2333), + [anon_sym_borrowing] = ACTIONS(2331), + [anon_sym_consuming] = ACTIONS(2331), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2333), + [sym__explicit_semi] = ACTIONS(2333), + [sym__dot_custom] = ACTIONS(2333), + [sym__conjunction_operator_custom] = ACTIONS(2333), + [sym__disjunction_operator_custom] = ACTIONS(2333), + [sym__nil_coalescing_operator_custom] = ACTIONS(2333), + [sym__eq_custom] = ACTIONS(2333), + [sym__eq_eq_custom] = ACTIONS(2333), + [sym__plus_then_ws] = ACTIONS(2333), + [sym__minus_then_ws] = ACTIONS(2333), + [sym__bang_custom] = ACTIONS(2333), + [sym_default_keyword] = ACTIONS(2333), + [sym_where_keyword] = ACTIONS(2333), + [sym__as_custom] = ACTIONS(2333), + [sym__as_quest_custom] = ACTIONS(2333), + [sym__as_bang_custom] = ACTIONS(2333), + [sym__custom_operator] = ACTIONS(2333), + }, + [STATE(1025)] = { + [anon_sym_BANG] = ACTIONS(2323), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(2325), + [aux_sym_simple_identifier_token2] = ACTIONS(2327), + [aux_sym_simple_identifier_token3] = ACTIONS(2327), + [aux_sym_simple_identifier_token4] = ACTIONS(2327), + [anon_sym_actor] = ACTIONS(2325), + [anon_sym_async] = ACTIONS(2325), + [anon_sym_each] = ACTIONS(2325), + [anon_sym_lazy] = ACTIONS(2323), + [anon_sym_repeat] = ACTIONS(2325), + [anon_sym_package] = ACTIONS(2323), + [anon_sym_COMMA] = ACTIONS(2329), + [anon_sym_LPAREN] = ACTIONS(2329), + [anon_sym_LBRACK] = ACTIONS(2329), + [anon_sym_QMARK] = ACTIONS(2323), + [anon_sym_QMARK2] = ACTIONS(2329), + [anon_sym_AMP] = ACTIONS(2329), + [aux_sym_custom_operator_token1] = ACTIONS(2329), + [anon_sym_LT] = ACTIONS(2323), + [anon_sym_GT] = ACTIONS(2323), + [anon_sym_LBRACE] = ACTIONS(2329), + [anon_sym_CARET_LBRACE] = ACTIONS(2329), + [anon_sym_RBRACE] = ACTIONS(2329), + [anon_sym_case] = ACTIONS(2323), + [anon_sym_fallthrough] = ACTIONS(2323), + [anon_sym_PLUS_EQ] = ACTIONS(2329), + [anon_sym_DASH_EQ] = ACTIONS(2329), + [anon_sym_STAR_EQ] = ACTIONS(2329), + [anon_sym_SLASH_EQ] = ACTIONS(2329), + [anon_sym_PERCENT_EQ] = ACTIONS(2329), + [anon_sym_BANG_EQ] = ACTIONS(2323), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2329), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2329), + [anon_sym_LT_EQ] = ACTIONS(2329), + [anon_sym_GT_EQ] = ACTIONS(2329), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2329), + [anon_sym_DOT_DOT_LT] = ACTIONS(2329), + [anon_sym_is] = ACTIONS(2323), + [anon_sym_PLUS] = ACTIONS(2323), + [anon_sym_DASH] = ACTIONS(2323), + [anon_sym_STAR] = ACTIONS(2323), + [anon_sym_SLASH] = ACTIONS(2323), + [anon_sym_PERCENT] = ACTIONS(2323), + [anon_sym_PLUS_PLUS] = ACTIONS(2329), + [anon_sym_DASH_DASH] = ACTIONS(2329), + [anon_sym_PIPE] = ACTIONS(2329), + [anon_sym_CARET] = ACTIONS(2323), + [anon_sym_LT_LT] = ACTIONS(2329), + [anon_sym_GT_GT] = ACTIONS(2329), + [anon_sym_class] = ACTIONS(2323), + [anon_sym_prefix] = ACTIONS(2323), + [anon_sym_infix] = ACTIONS(2323), + [anon_sym_postfix] = ACTIONS(2323), + [anon_sym_AT] = ACTIONS(2323), + [anon_sym_override] = ACTIONS(2323), + [anon_sym_convenience] = ACTIONS(2323), + [anon_sym_required] = ACTIONS(2323), + [anon_sym_nonisolated] = ACTIONS(2323), + [anon_sym_public] = ACTIONS(2323), + [anon_sym_private] = ACTIONS(2323), + [anon_sym_internal] = ACTIONS(2323), + [anon_sym_fileprivate] = ACTIONS(2323), + [anon_sym_open] = ACTIONS(2323), + [anon_sym_mutating] = ACTIONS(2323), + [anon_sym_nonmutating] = ACTIONS(2323), + [anon_sym_static] = ACTIONS(2323), + [anon_sym_dynamic] = ACTIONS(2323), + [anon_sym_optional] = ACTIONS(2323), + [anon_sym_distributed] = ACTIONS(2323), + [anon_sym_final] = ACTIONS(2323), + [anon_sym_inout] = ACTIONS(2323), + [anon_sym_ATescaping] = ACTIONS(2329), + [anon_sym_ATautoclosure] = ACTIONS(2329), + [anon_sym_weak] = ACTIONS(2323), + [anon_sym_unowned] = ACTIONS(2323), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2329), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2329), + [anon_sym_borrowing] = ACTIONS(2323), + [anon_sym_consuming] = ACTIONS(2323), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2329), + [sym__explicit_semi] = ACTIONS(2329), + [sym__dot_custom] = ACTIONS(2329), + [sym__conjunction_operator_custom] = ACTIONS(2329), + [sym__disjunction_operator_custom] = ACTIONS(2329), + [sym__nil_coalescing_operator_custom] = ACTIONS(2329), + [sym__eq_custom] = ACTIONS(2329), + [sym__eq_eq_custom] = ACTIONS(2329), + [sym__plus_then_ws] = ACTIONS(2329), + [sym__minus_then_ws] = ACTIONS(2329), + [sym__bang_custom] = ACTIONS(2329), + [sym_default_keyword] = ACTIONS(2329), + [sym_where_keyword] = ACTIONS(2329), + [sym__as_custom] = ACTIONS(2329), + [sym__as_quest_custom] = ACTIONS(2329), + [sym__as_bang_custom] = ACTIONS(2329), + [sym__custom_operator] = ACTIONS(2329), + }, + [STATE(1026)] = { + [anon_sym_BANG] = ACTIONS(625), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2313), + [anon_sym_async] = ACTIONS(2313), + [anon_sym_lazy] = ACTIONS(2891), + [anon_sym_package] = ACTIONS(619), + [anon_sym_LPAREN] = ACTIONS(619), + [anon_sym_LBRACK] = ACTIONS(619), + [anon_sym_QMARK] = ACTIONS(625), + [anon_sym_QMARK2] = ACTIONS(619), + [anon_sym_AMP] = ACTIONS(619), + [aux_sym_custom_operator_token1] = ACTIONS(619), + [anon_sym_LT] = ACTIONS(625), + [anon_sym_GT] = ACTIONS(625), + [anon_sym_LBRACE] = ACTIONS(619), + [anon_sym_CARET_LBRACE] = ACTIONS(619), + [anon_sym_RBRACE] = ACTIONS(619), + [anon_sym_case] = ACTIONS(619), + [anon_sym_fallthrough] = ACTIONS(619), + [anon_sym_PLUS_EQ] = ACTIONS(619), + [anon_sym_DASH_EQ] = ACTIONS(619), + [anon_sym_STAR_EQ] = ACTIONS(619), + [anon_sym_SLASH_EQ] = ACTIONS(619), + [anon_sym_PERCENT_EQ] = ACTIONS(619), + [anon_sym_BANG_EQ] = ACTIONS(625), + [anon_sym_BANG_EQ_EQ] = ACTIONS(619), + [anon_sym_EQ_EQ_EQ] = ACTIONS(619), + [anon_sym_LT_EQ] = ACTIONS(619), + [anon_sym_GT_EQ] = ACTIONS(619), + [anon_sym_DOT_DOT_DOT] = ACTIONS(619), + [anon_sym_DOT_DOT_LT] = ACTIONS(619), + [anon_sym_is] = ACTIONS(619), + [anon_sym_PLUS] = ACTIONS(625), + [anon_sym_DASH] = ACTIONS(625), + [anon_sym_STAR] = ACTIONS(625), + [anon_sym_SLASH] = ACTIONS(625), + [anon_sym_PERCENT] = ACTIONS(625), + [anon_sym_PLUS_PLUS] = ACTIONS(619), + [anon_sym_DASH_DASH] = ACTIONS(619), + [anon_sym_PIPE] = ACTIONS(619), + [anon_sym_CARET] = ACTIONS(625), + [anon_sym_LT_LT] = ACTIONS(619), + [anon_sym_GT_GT] = ACTIONS(619), + [anon_sym_typealias] = ACTIONS(2313), + [anon_sym_struct] = ACTIONS(2313), + [anon_sym_class] = ACTIONS(2891), + [anon_sym_enum] = ACTIONS(2313), + [anon_sym_let] = ACTIONS(2313), + [anon_sym_var] = ACTIONS(2313), + [anon_sym_func] = ACTIONS(2313), + [anon_sym_extension] = ACTIONS(2313), + [anon_sym_indirect] = ACTIONS(2313), + [anon_sym_prefix] = ACTIONS(619), + [anon_sym_infix] = ACTIONS(619), + [anon_sym_postfix] = ACTIONS(619), + [anon_sym_AT] = ACTIONS(2308), + [anon_sym_override] = ACTIONS(619), + [anon_sym_convenience] = ACTIONS(619), + [anon_sym_required] = ACTIONS(619), + [anon_sym_nonisolated] = ACTIONS(619), + [anon_sym_public] = ACTIONS(619), + [anon_sym_private] = ACTIONS(619), + [anon_sym_internal] = ACTIONS(619), + [anon_sym_fileprivate] = ACTIONS(619), + [anon_sym_open] = ACTIONS(619), + [anon_sym_mutating] = ACTIONS(619), + [anon_sym_nonmutating] = ACTIONS(619), + [anon_sym_static] = ACTIONS(619), + [anon_sym_dynamic] = ACTIONS(619), + [anon_sym_optional] = ACTIONS(619), + [anon_sym_distributed] = ACTIONS(619), + [anon_sym_final] = ACTIONS(2891), + [anon_sym_inout] = ACTIONS(619), + [anon_sym_ATescaping] = ACTIONS(619), + [anon_sym_ATautoclosure] = ACTIONS(619), + [anon_sym_weak] = ACTIONS(2891), + [anon_sym_unowned] = ACTIONS(2308), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2891), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2891), + [anon_sym_borrowing] = ACTIONS(619), + [anon_sym_consuming] = ACTIONS(619), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(619), + [sym__explicit_semi] = ACTIONS(619), + [sym__dot_custom] = ACTIONS(619), + [sym__conjunction_operator_custom] = ACTIONS(619), + [sym__disjunction_operator_custom] = ACTIONS(619), + [sym__nil_coalescing_operator_custom] = ACTIONS(619), + [sym__eq_custom] = ACTIONS(619), + [sym__eq_eq_custom] = ACTIONS(619), + [sym__plus_then_ws] = ACTIONS(619), + [sym__minus_then_ws] = ACTIONS(619), + [sym__bang_custom] = ACTIONS(619), + [sym_default_keyword] = ACTIONS(619), + [sym__as_custom] = ACTIONS(619), + [sym__as_quest_custom] = ACTIONS(619), + [sym__as_bang_custom] = ACTIONS(619), + [sym__custom_operator] = ACTIONS(619), + }, + [STATE(1027)] = { + [anon_sym_BANG] = ACTIONS(2342), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(2342), + [aux_sym_simple_identifier_token2] = ACTIONS(2344), + [aux_sym_simple_identifier_token3] = ACTIONS(2344), + [aux_sym_simple_identifier_token4] = ACTIONS(2344), + [anon_sym_actor] = ACTIONS(2342), + [anon_sym_async] = ACTIONS(2342), + [anon_sym_each] = ACTIONS(2342), + [anon_sym_lazy] = ACTIONS(2342), + [anon_sym_repeat] = ACTIONS(2342), + [anon_sym_package] = ACTIONS(2342), + [anon_sym_COMMA] = ACTIONS(2344), + [anon_sym_LPAREN] = ACTIONS(2344), + [anon_sym_LBRACK] = ACTIONS(2344), + [anon_sym_QMARK] = ACTIONS(2342), + [anon_sym_QMARK2] = ACTIONS(2344), + [anon_sym_AMP] = ACTIONS(2344), + [aux_sym_custom_operator_token1] = ACTIONS(2344), + [anon_sym_LT] = ACTIONS(2342), + [anon_sym_GT] = ACTIONS(2342), + [anon_sym_LBRACE] = ACTIONS(2344), + [anon_sym_CARET_LBRACE] = ACTIONS(2344), + [anon_sym_RBRACE] = ACTIONS(2344), + [anon_sym_case] = ACTIONS(2342), + [anon_sym_fallthrough] = ACTIONS(2342), + [anon_sym_PLUS_EQ] = ACTIONS(2344), + [anon_sym_DASH_EQ] = ACTIONS(2344), + [anon_sym_STAR_EQ] = ACTIONS(2344), + [anon_sym_SLASH_EQ] = ACTIONS(2344), + [anon_sym_PERCENT_EQ] = ACTIONS(2344), + [anon_sym_BANG_EQ] = ACTIONS(2342), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2344), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2344), + [anon_sym_LT_EQ] = ACTIONS(2344), + [anon_sym_GT_EQ] = ACTIONS(2344), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2344), + [anon_sym_DOT_DOT_LT] = ACTIONS(2344), + [anon_sym_is] = ACTIONS(2342), + [anon_sym_PLUS] = ACTIONS(2342), + [anon_sym_DASH] = ACTIONS(2342), + [anon_sym_STAR] = ACTIONS(2342), + [anon_sym_SLASH] = ACTIONS(2342), + [anon_sym_PERCENT] = ACTIONS(2342), + [anon_sym_PLUS_PLUS] = ACTIONS(2344), + [anon_sym_DASH_DASH] = ACTIONS(2344), + [anon_sym_PIPE] = ACTIONS(2344), + [anon_sym_CARET] = ACTIONS(2342), + [anon_sym_LT_LT] = ACTIONS(2344), + [anon_sym_GT_GT] = ACTIONS(2344), + [anon_sym_class] = ACTIONS(2342), + [anon_sym_prefix] = ACTIONS(2342), + [anon_sym_infix] = ACTIONS(2342), + [anon_sym_postfix] = ACTIONS(2342), + [anon_sym_AT] = ACTIONS(2342), + [anon_sym_override] = ACTIONS(2342), + [anon_sym_convenience] = ACTIONS(2342), + [anon_sym_required] = ACTIONS(2342), + [anon_sym_nonisolated] = ACTIONS(2342), + [anon_sym_public] = ACTIONS(2342), + [anon_sym_private] = ACTIONS(2342), + [anon_sym_internal] = ACTIONS(2342), + [anon_sym_fileprivate] = ACTIONS(2342), + [anon_sym_open] = ACTIONS(2342), + [anon_sym_mutating] = ACTIONS(2342), + [anon_sym_nonmutating] = ACTIONS(2342), + [anon_sym_static] = ACTIONS(2342), + [anon_sym_dynamic] = ACTIONS(2342), + [anon_sym_optional] = ACTIONS(2342), + [anon_sym_distributed] = ACTIONS(2342), + [anon_sym_final] = ACTIONS(2342), + [anon_sym_inout] = ACTIONS(2342), + [anon_sym_ATescaping] = ACTIONS(2344), + [anon_sym_ATautoclosure] = ACTIONS(2344), + [anon_sym_weak] = ACTIONS(2342), + [anon_sym_unowned] = ACTIONS(2342), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2344), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2344), + [anon_sym_borrowing] = ACTIONS(2342), + [anon_sym_consuming] = ACTIONS(2342), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2344), + [sym__explicit_semi] = ACTIONS(2344), + [sym__dot_custom] = ACTIONS(2344), + [sym__conjunction_operator_custom] = ACTIONS(2344), + [sym__disjunction_operator_custom] = ACTIONS(2344), + [sym__nil_coalescing_operator_custom] = ACTIONS(2344), + [sym__eq_custom] = ACTIONS(2344), + [sym__eq_eq_custom] = ACTIONS(2344), + [sym__plus_then_ws] = ACTIONS(2344), + [sym__minus_then_ws] = ACTIONS(2344), + [sym__bang_custom] = ACTIONS(2344), + [sym_default_keyword] = ACTIONS(2344), + [sym_where_keyword] = ACTIONS(2344), + [sym__as_custom] = ACTIONS(2344), + [sym__as_quest_custom] = ACTIONS(2344), + [sym__as_bang_custom] = ACTIONS(2344), + [sym__custom_operator] = ACTIONS(2344), + }, + [STATE(1028)] = { + [sym__dot] = STATE(5595), + [aux_sym_user_type_repeat1] = STATE(1031), + [anon_sym_BANG] = ACTIONS(2149), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2151), + [anon_sym_package] = ACTIONS(2151), + [anon_sym_COMMA] = ACTIONS(2151), + [anon_sym_LPAREN] = ACTIONS(2151), + [anon_sym_LBRACK] = ACTIONS(2151), + [anon_sym_DOT] = ACTIONS(2149), + [anon_sym_QMARK] = ACTIONS(2149), + [anon_sym_QMARK2] = ACTIONS(2151), + [anon_sym_AMP] = ACTIONS(2151), + [aux_sym_custom_operator_token1] = ACTIONS(2151), + [anon_sym_LT] = ACTIONS(2149), + [anon_sym_GT] = ACTIONS(2149), + [anon_sym_LBRACE] = ACTIONS(2151), + [anon_sym_CARET_LBRACE] = ACTIONS(2151), + [anon_sym_RBRACE] = ACTIONS(2151), + [anon_sym_case] = ACTIONS(2151), + [anon_sym_fallthrough] = ACTIONS(2151), + [anon_sym_PLUS_EQ] = ACTIONS(2151), + [anon_sym_DASH_EQ] = ACTIONS(2151), + [anon_sym_STAR_EQ] = ACTIONS(2151), + [anon_sym_SLASH_EQ] = ACTIONS(2151), + [anon_sym_PERCENT_EQ] = ACTIONS(2151), + [anon_sym_BANG_EQ] = ACTIONS(2149), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2151), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2151), + [anon_sym_LT_EQ] = ACTIONS(2151), + [anon_sym_GT_EQ] = ACTIONS(2151), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2151), + [anon_sym_DOT_DOT_LT] = ACTIONS(2151), + [anon_sym_is] = ACTIONS(2151), + [anon_sym_PLUS] = ACTIONS(2149), + [anon_sym_DASH] = ACTIONS(2149), + [anon_sym_STAR] = ACTIONS(2149), + [anon_sym_SLASH] = ACTIONS(2149), + [anon_sym_PERCENT] = ACTIONS(2149), + [anon_sym_PLUS_PLUS] = ACTIONS(2151), + [anon_sym_DASH_DASH] = ACTIONS(2151), + [anon_sym_PIPE] = ACTIONS(2151), + [anon_sym_CARET] = ACTIONS(2149), + [anon_sym_LT_LT] = ACTIONS(2151), + [anon_sym_GT_GT] = ACTIONS(2151), + [anon_sym_class] = ACTIONS(2151), + [anon_sym_prefix] = ACTIONS(2151), + [anon_sym_infix] = ACTIONS(2151), + [anon_sym_postfix] = ACTIONS(2151), + [anon_sym_AT] = ACTIONS(2149), + [anon_sym_override] = ACTIONS(2151), + [anon_sym_convenience] = ACTIONS(2151), + [anon_sym_required] = ACTIONS(2151), + [anon_sym_nonisolated] = ACTIONS(2151), + [anon_sym_public] = ACTIONS(2151), + [anon_sym_private] = ACTIONS(2151), + [anon_sym_internal] = ACTIONS(2151), + [anon_sym_fileprivate] = ACTIONS(2151), + [anon_sym_open] = ACTIONS(2151), + [anon_sym_mutating] = ACTIONS(2151), + [anon_sym_nonmutating] = ACTIONS(2151), + [anon_sym_static] = ACTIONS(2151), + [anon_sym_dynamic] = ACTIONS(2151), + [anon_sym_optional] = ACTIONS(2151), + [anon_sym_distributed] = ACTIONS(2151), + [anon_sym_final] = ACTIONS(2151), + [anon_sym_inout] = ACTIONS(2151), + [anon_sym_ATescaping] = ACTIONS(2151), + [anon_sym_ATautoclosure] = ACTIONS(2151), + [anon_sym_weak] = ACTIONS(2151), + [anon_sym_unowned] = ACTIONS(2149), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2151), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2151), + [anon_sym_borrowing] = ACTIONS(2151), + [anon_sym_consuming] = ACTIONS(2151), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2151), + [sym__explicit_semi] = ACTIONS(2151), + [sym__arrow_operator_custom] = ACTIONS(2151), + [sym__dot_custom] = ACTIONS(2894), + [sym__conjunction_operator_custom] = ACTIONS(2151), + [sym__disjunction_operator_custom] = ACTIONS(2151), + [sym__nil_coalescing_operator_custom] = ACTIONS(2151), + [sym__eq_custom] = ACTIONS(2151), + [sym__eq_eq_custom] = ACTIONS(2151), + [sym__plus_then_ws] = ACTIONS(2151), + [sym__minus_then_ws] = ACTIONS(2151), + [sym__bang_custom] = ACTIONS(2151), + [sym__throws_keyword] = ACTIONS(2151), + [sym__rethrows_keyword] = ACTIONS(2151), + [sym_default_keyword] = ACTIONS(2151), + [sym_where_keyword] = ACTIONS(2151), + [sym__as_custom] = ACTIONS(2151), + [sym__as_quest_custom] = ACTIONS(2151), + [sym__as_bang_custom] = ACTIONS(2151), + [sym__async_keyword_custom] = ACTIONS(2151), + [sym__custom_operator] = ACTIONS(2151), + }, + [STATE(1029)] = { + [anon_sym_BANG] = ACTIONS(2338), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(2338), + [aux_sym_simple_identifier_token2] = ACTIONS(2340), + [aux_sym_simple_identifier_token3] = ACTIONS(2340), + [aux_sym_simple_identifier_token4] = ACTIONS(2340), + [anon_sym_actor] = ACTIONS(2338), + [anon_sym_async] = ACTIONS(2338), + [anon_sym_each] = ACTIONS(2338), + [anon_sym_lazy] = ACTIONS(2338), + [anon_sym_repeat] = ACTIONS(2338), + [anon_sym_package] = ACTIONS(2338), + [anon_sym_COMMA] = ACTIONS(2340), + [anon_sym_LPAREN] = ACTIONS(2340), + [anon_sym_LBRACK] = ACTIONS(2340), + [anon_sym_QMARK] = ACTIONS(2338), + [anon_sym_QMARK2] = ACTIONS(2340), + [anon_sym_AMP] = ACTIONS(2340), + [aux_sym_custom_operator_token1] = ACTIONS(2340), + [anon_sym_LT] = ACTIONS(2338), + [anon_sym_GT] = ACTIONS(2338), + [anon_sym_LBRACE] = ACTIONS(2340), + [anon_sym_CARET_LBRACE] = ACTIONS(2340), + [anon_sym_RBRACE] = ACTIONS(2340), + [anon_sym_case] = ACTIONS(2338), + [anon_sym_fallthrough] = ACTIONS(2338), + [anon_sym_PLUS_EQ] = ACTIONS(2340), + [anon_sym_DASH_EQ] = ACTIONS(2340), + [anon_sym_STAR_EQ] = ACTIONS(2340), + [anon_sym_SLASH_EQ] = ACTIONS(2340), + [anon_sym_PERCENT_EQ] = ACTIONS(2340), + [anon_sym_BANG_EQ] = ACTIONS(2338), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2340), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2340), + [anon_sym_LT_EQ] = ACTIONS(2340), + [anon_sym_GT_EQ] = ACTIONS(2340), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2340), + [anon_sym_DOT_DOT_LT] = ACTIONS(2340), + [anon_sym_is] = ACTIONS(2338), + [anon_sym_PLUS] = ACTIONS(2338), + [anon_sym_DASH] = ACTIONS(2338), + [anon_sym_STAR] = ACTIONS(2338), + [anon_sym_SLASH] = ACTIONS(2338), + [anon_sym_PERCENT] = ACTIONS(2338), + [anon_sym_PLUS_PLUS] = ACTIONS(2340), + [anon_sym_DASH_DASH] = ACTIONS(2340), + [anon_sym_PIPE] = ACTIONS(2340), + [anon_sym_CARET] = ACTIONS(2338), + [anon_sym_LT_LT] = ACTIONS(2340), + [anon_sym_GT_GT] = ACTIONS(2340), + [anon_sym_class] = ACTIONS(2338), + [anon_sym_prefix] = ACTIONS(2338), + [anon_sym_infix] = ACTIONS(2338), + [anon_sym_postfix] = ACTIONS(2338), + [anon_sym_AT] = ACTIONS(2338), + [anon_sym_override] = ACTIONS(2338), + [anon_sym_convenience] = ACTIONS(2338), + [anon_sym_required] = ACTIONS(2338), + [anon_sym_nonisolated] = ACTIONS(2338), + [anon_sym_public] = ACTIONS(2338), + [anon_sym_private] = ACTIONS(2338), + [anon_sym_internal] = ACTIONS(2338), + [anon_sym_fileprivate] = ACTIONS(2338), + [anon_sym_open] = ACTIONS(2338), + [anon_sym_mutating] = ACTIONS(2338), + [anon_sym_nonmutating] = ACTIONS(2338), + [anon_sym_static] = ACTIONS(2338), + [anon_sym_dynamic] = ACTIONS(2338), + [anon_sym_optional] = ACTIONS(2338), + [anon_sym_distributed] = ACTIONS(2338), + [anon_sym_final] = ACTIONS(2338), + [anon_sym_inout] = ACTIONS(2338), + [anon_sym_ATescaping] = ACTIONS(2340), + [anon_sym_ATautoclosure] = ACTIONS(2340), + [anon_sym_weak] = ACTIONS(2338), + [anon_sym_unowned] = ACTIONS(2338), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2340), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2340), + [anon_sym_borrowing] = ACTIONS(2338), + [anon_sym_consuming] = ACTIONS(2338), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2340), + [sym__explicit_semi] = ACTIONS(2340), + [sym__dot_custom] = ACTIONS(2340), + [sym__conjunction_operator_custom] = ACTIONS(2340), + [sym__disjunction_operator_custom] = ACTIONS(2340), + [sym__nil_coalescing_operator_custom] = ACTIONS(2340), + [sym__eq_custom] = ACTIONS(2340), + [sym__eq_eq_custom] = ACTIONS(2340), + [sym__plus_then_ws] = ACTIONS(2340), + [sym__minus_then_ws] = ACTIONS(2340), + [sym__bang_custom] = ACTIONS(2340), + [sym_default_keyword] = ACTIONS(2340), + [sym__as_custom] = ACTIONS(2340), + [sym__as_quest_custom] = ACTIONS(2340), + [sym__as_bang_custom] = ACTIONS(2340), + [sym__custom_operator] = ACTIONS(2340), + }, + [STATE(1030)] = { + [sym__immediate_quest] = STATE(1041), + [aux_sym_optional_type_repeat1] = STATE(1041), + [anon_sym_BANG] = ACTIONS(2085), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2087), + [anon_sym_package] = ACTIONS(2087), + [anon_sym_COMMA] = ACTIONS(2087), + [anon_sym_LPAREN] = ACTIONS(2087), + [anon_sym_LBRACK] = ACTIONS(2087), + [anon_sym_DOT] = ACTIONS(2085), + [anon_sym_QMARK] = ACTIONS(2085), + [anon_sym_QMARK2] = ACTIONS(2843), + [anon_sym_AMP] = ACTIONS(2087), + [aux_sym_custom_operator_token1] = ACTIONS(2087), + [anon_sym_LT] = ACTIONS(2085), + [anon_sym_GT] = ACTIONS(2085), + [anon_sym_LBRACE] = ACTIONS(2087), + [anon_sym_CARET_LBRACE] = ACTIONS(2087), + [anon_sym_RBRACE] = ACTIONS(2087), + [anon_sym_case] = ACTIONS(2087), + [anon_sym_fallthrough] = ACTIONS(2087), + [anon_sym_PLUS_EQ] = ACTIONS(2087), + [anon_sym_DASH_EQ] = ACTIONS(2087), + [anon_sym_STAR_EQ] = ACTIONS(2087), + [anon_sym_SLASH_EQ] = ACTIONS(2087), + [anon_sym_PERCENT_EQ] = ACTIONS(2087), + [anon_sym_BANG_EQ] = ACTIONS(2085), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2087), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2087), + [anon_sym_LT_EQ] = ACTIONS(2087), + [anon_sym_GT_EQ] = ACTIONS(2087), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2087), + [anon_sym_DOT_DOT_LT] = ACTIONS(2087), + [anon_sym_is] = ACTIONS(2087), + [anon_sym_PLUS] = ACTIONS(2085), + [anon_sym_DASH] = ACTIONS(2085), + [anon_sym_STAR] = ACTIONS(2085), + [anon_sym_SLASH] = ACTIONS(2085), + [anon_sym_PERCENT] = ACTIONS(2085), + [anon_sym_PLUS_PLUS] = ACTIONS(2087), + [anon_sym_DASH_DASH] = ACTIONS(2087), + [anon_sym_PIPE] = ACTIONS(2087), + [anon_sym_CARET] = ACTIONS(2085), + [anon_sym_LT_LT] = ACTIONS(2087), + [anon_sym_GT_GT] = ACTIONS(2087), + [anon_sym_class] = ACTIONS(2087), + [anon_sym_prefix] = ACTIONS(2087), + [anon_sym_infix] = ACTIONS(2087), + [anon_sym_postfix] = ACTIONS(2087), + [anon_sym_AT] = ACTIONS(2085), + [anon_sym_override] = ACTIONS(2087), + [anon_sym_convenience] = ACTIONS(2087), + [anon_sym_required] = ACTIONS(2087), + [anon_sym_nonisolated] = ACTIONS(2087), + [anon_sym_public] = ACTIONS(2087), + [anon_sym_private] = ACTIONS(2087), + [anon_sym_internal] = ACTIONS(2087), + [anon_sym_fileprivate] = ACTIONS(2087), + [anon_sym_open] = ACTIONS(2087), + [anon_sym_mutating] = ACTIONS(2087), + [anon_sym_nonmutating] = ACTIONS(2087), + [anon_sym_static] = ACTIONS(2087), + [anon_sym_dynamic] = ACTIONS(2087), + [anon_sym_optional] = ACTIONS(2087), + [anon_sym_distributed] = ACTIONS(2087), + [anon_sym_final] = ACTIONS(2087), + [anon_sym_inout] = ACTIONS(2087), + [anon_sym_ATescaping] = ACTIONS(2087), + [anon_sym_ATautoclosure] = ACTIONS(2087), + [anon_sym_weak] = ACTIONS(2087), + [anon_sym_unowned] = ACTIONS(2085), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2087), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2087), + [anon_sym_borrowing] = ACTIONS(2087), + [anon_sym_consuming] = ACTIONS(2087), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2087), + [sym__explicit_semi] = ACTIONS(2087), + [sym__arrow_operator_custom] = ACTIONS(2087), + [sym__dot_custom] = ACTIONS(2087), + [sym__conjunction_operator_custom] = ACTIONS(2087), + [sym__disjunction_operator_custom] = ACTIONS(2087), + [sym__nil_coalescing_operator_custom] = ACTIONS(2087), + [sym__eq_custom] = ACTIONS(2087), + [sym__eq_eq_custom] = ACTIONS(2087), + [sym__plus_then_ws] = ACTIONS(2087), + [sym__minus_then_ws] = ACTIONS(2087), + [sym__bang_custom] = ACTIONS(2087), + [sym__throws_keyword] = ACTIONS(2087), + [sym__rethrows_keyword] = ACTIONS(2087), + [sym_default_keyword] = ACTIONS(2087), + [sym_where_keyword] = ACTIONS(2087), + [sym__as_custom] = ACTIONS(2087), + [sym__as_quest_custom] = ACTIONS(2087), + [sym__as_bang_custom] = ACTIONS(2087), + [sym__async_keyword_custom] = ACTIONS(2087), + [sym__custom_operator] = ACTIONS(2087), + }, + [STATE(1031)] = { + [sym__dot] = STATE(5595), + [aux_sym_user_type_repeat1] = STATE(1038), + [anon_sym_BANG] = ACTIONS(2164), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2166), + [anon_sym_package] = ACTIONS(2166), + [anon_sym_COMMA] = ACTIONS(2166), + [anon_sym_LPAREN] = ACTIONS(2166), + [anon_sym_LBRACK] = ACTIONS(2166), + [anon_sym_DOT] = ACTIONS(2164), + [anon_sym_QMARK] = ACTIONS(2164), + [anon_sym_QMARK2] = ACTIONS(2166), + [anon_sym_AMP] = ACTIONS(2166), + [aux_sym_custom_operator_token1] = ACTIONS(2166), + [anon_sym_LT] = ACTIONS(2164), + [anon_sym_GT] = ACTIONS(2164), + [anon_sym_LBRACE] = ACTIONS(2166), + [anon_sym_CARET_LBRACE] = ACTIONS(2166), + [anon_sym_RBRACE] = ACTIONS(2166), + [anon_sym_case] = ACTIONS(2166), + [anon_sym_fallthrough] = ACTIONS(2166), + [anon_sym_PLUS_EQ] = ACTIONS(2166), + [anon_sym_DASH_EQ] = ACTIONS(2166), + [anon_sym_STAR_EQ] = ACTIONS(2166), + [anon_sym_SLASH_EQ] = ACTIONS(2166), + [anon_sym_PERCENT_EQ] = ACTIONS(2166), + [anon_sym_BANG_EQ] = ACTIONS(2164), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2166), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2166), + [anon_sym_LT_EQ] = ACTIONS(2166), + [anon_sym_GT_EQ] = ACTIONS(2166), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2166), + [anon_sym_DOT_DOT_LT] = ACTIONS(2166), + [anon_sym_is] = ACTIONS(2166), + [anon_sym_PLUS] = ACTIONS(2164), + [anon_sym_DASH] = ACTIONS(2164), + [anon_sym_STAR] = ACTIONS(2164), + [anon_sym_SLASH] = ACTIONS(2164), + [anon_sym_PERCENT] = ACTIONS(2164), + [anon_sym_PLUS_PLUS] = ACTIONS(2166), + [anon_sym_DASH_DASH] = ACTIONS(2166), + [anon_sym_PIPE] = ACTIONS(2166), + [anon_sym_CARET] = ACTIONS(2164), + [anon_sym_LT_LT] = ACTIONS(2166), + [anon_sym_GT_GT] = ACTIONS(2166), + [anon_sym_class] = ACTIONS(2166), + [anon_sym_prefix] = ACTIONS(2166), + [anon_sym_infix] = ACTIONS(2166), + [anon_sym_postfix] = ACTIONS(2166), + [anon_sym_AT] = ACTIONS(2164), + [anon_sym_override] = ACTIONS(2166), + [anon_sym_convenience] = ACTIONS(2166), + [anon_sym_required] = ACTIONS(2166), + [anon_sym_nonisolated] = ACTIONS(2166), + [anon_sym_public] = ACTIONS(2166), + [anon_sym_private] = ACTIONS(2166), + [anon_sym_internal] = ACTIONS(2166), + [anon_sym_fileprivate] = ACTIONS(2166), + [anon_sym_open] = ACTIONS(2166), + [anon_sym_mutating] = ACTIONS(2166), + [anon_sym_nonmutating] = ACTIONS(2166), + [anon_sym_static] = ACTIONS(2166), + [anon_sym_dynamic] = ACTIONS(2166), + [anon_sym_optional] = ACTIONS(2166), + [anon_sym_distributed] = ACTIONS(2166), + [anon_sym_final] = ACTIONS(2166), + [anon_sym_inout] = ACTIONS(2166), + [anon_sym_ATescaping] = ACTIONS(2166), + [anon_sym_ATautoclosure] = ACTIONS(2166), + [anon_sym_weak] = ACTIONS(2166), + [anon_sym_unowned] = ACTIONS(2164), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2166), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2166), + [anon_sym_borrowing] = ACTIONS(2166), + [anon_sym_consuming] = ACTIONS(2166), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2166), + [sym__explicit_semi] = ACTIONS(2166), + [sym__arrow_operator_custom] = ACTIONS(2166), + [sym__dot_custom] = ACTIONS(2897), + [sym__conjunction_operator_custom] = ACTIONS(2166), + [sym__disjunction_operator_custom] = ACTIONS(2166), + [sym__nil_coalescing_operator_custom] = ACTIONS(2166), + [sym__eq_custom] = ACTIONS(2166), + [sym__eq_eq_custom] = ACTIONS(2166), + [sym__plus_then_ws] = ACTIONS(2166), + [sym__minus_then_ws] = ACTIONS(2166), + [sym__bang_custom] = ACTIONS(2166), + [sym__throws_keyword] = ACTIONS(2166), + [sym__rethrows_keyword] = ACTIONS(2166), + [sym_default_keyword] = ACTIONS(2166), + [sym_where_keyword] = ACTIONS(2166), + [sym__as_custom] = ACTIONS(2166), + [sym__as_quest_custom] = ACTIONS(2166), + [sym__as_bang_custom] = ACTIONS(2166), + [sym__async_keyword_custom] = ACTIONS(2166), + [sym__custom_operator] = ACTIONS(2166), + }, + [STATE(1032)] = { + [anon_sym_BANG] = ACTIONS(2319), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(2319), + [aux_sym_simple_identifier_token2] = ACTIONS(2321), + [aux_sym_simple_identifier_token3] = ACTIONS(2321), + [aux_sym_simple_identifier_token4] = ACTIONS(2321), + [anon_sym_actor] = ACTIONS(2319), + [anon_sym_async] = ACTIONS(2319), + [anon_sym_each] = ACTIONS(2319), + [anon_sym_lazy] = ACTIONS(2319), + [anon_sym_repeat] = ACTIONS(2319), + [anon_sym_package] = ACTIONS(2319), + [anon_sym_COMMA] = ACTIONS(2321), + [anon_sym_LPAREN] = ACTIONS(2321), + [anon_sym_LBRACK] = ACTIONS(2321), + [anon_sym_QMARK] = ACTIONS(2319), + [anon_sym_QMARK2] = ACTIONS(2321), + [anon_sym_AMP] = ACTIONS(2321), + [aux_sym_custom_operator_token1] = ACTIONS(2321), + [anon_sym_LT] = ACTIONS(2319), + [anon_sym_GT] = ACTIONS(2319), + [anon_sym_LBRACE] = ACTIONS(2321), + [anon_sym_CARET_LBRACE] = ACTIONS(2321), + [anon_sym_RBRACE] = ACTIONS(2321), + [anon_sym_case] = ACTIONS(2319), + [anon_sym_fallthrough] = ACTIONS(2319), + [anon_sym_PLUS_EQ] = ACTIONS(2321), + [anon_sym_DASH_EQ] = ACTIONS(2321), + [anon_sym_STAR_EQ] = ACTIONS(2321), + [anon_sym_SLASH_EQ] = ACTIONS(2321), + [anon_sym_PERCENT_EQ] = ACTIONS(2321), + [anon_sym_BANG_EQ] = ACTIONS(2319), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2321), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2321), + [anon_sym_LT_EQ] = ACTIONS(2321), + [anon_sym_GT_EQ] = ACTIONS(2321), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2321), + [anon_sym_DOT_DOT_LT] = ACTIONS(2321), + [anon_sym_is] = ACTIONS(2319), + [anon_sym_PLUS] = ACTIONS(2319), + [anon_sym_DASH] = ACTIONS(2319), + [anon_sym_STAR] = ACTIONS(2319), + [anon_sym_SLASH] = ACTIONS(2319), + [anon_sym_PERCENT] = ACTIONS(2319), + [anon_sym_PLUS_PLUS] = ACTIONS(2321), + [anon_sym_DASH_DASH] = ACTIONS(2321), + [anon_sym_PIPE] = ACTIONS(2321), + [anon_sym_CARET] = ACTIONS(2319), + [anon_sym_LT_LT] = ACTIONS(2321), + [anon_sym_GT_GT] = ACTIONS(2321), + [anon_sym_class] = ACTIONS(2319), + [anon_sym_prefix] = ACTIONS(2319), + [anon_sym_infix] = ACTIONS(2319), + [anon_sym_postfix] = ACTIONS(2319), + [anon_sym_AT] = ACTIONS(2319), + [anon_sym_override] = ACTIONS(2319), + [anon_sym_convenience] = ACTIONS(2319), + [anon_sym_required] = ACTIONS(2319), + [anon_sym_nonisolated] = ACTIONS(2319), + [anon_sym_public] = ACTIONS(2319), + [anon_sym_private] = ACTIONS(2319), + [anon_sym_internal] = ACTIONS(2319), + [anon_sym_fileprivate] = ACTIONS(2319), + [anon_sym_open] = ACTIONS(2319), + [anon_sym_mutating] = ACTIONS(2319), + [anon_sym_nonmutating] = ACTIONS(2319), + [anon_sym_static] = ACTIONS(2319), + [anon_sym_dynamic] = ACTIONS(2319), + [anon_sym_optional] = ACTIONS(2319), + [anon_sym_distributed] = ACTIONS(2319), + [anon_sym_final] = ACTIONS(2319), + [anon_sym_inout] = ACTIONS(2319), + [anon_sym_ATescaping] = ACTIONS(2321), + [anon_sym_ATautoclosure] = ACTIONS(2321), + [anon_sym_weak] = ACTIONS(2319), + [anon_sym_unowned] = ACTIONS(2319), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2321), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2321), + [anon_sym_borrowing] = ACTIONS(2319), + [anon_sym_consuming] = ACTIONS(2319), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2321), + [sym__explicit_semi] = ACTIONS(2321), + [sym__dot_custom] = ACTIONS(2321), + [sym__conjunction_operator_custom] = ACTIONS(2321), + [sym__disjunction_operator_custom] = ACTIONS(2321), + [sym__nil_coalescing_operator_custom] = ACTIONS(2321), + [sym__eq_custom] = ACTIONS(2321), + [sym__eq_eq_custom] = ACTIONS(2321), + [sym__plus_then_ws] = ACTIONS(2321), + [sym__minus_then_ws] = ACTIONS(2321), + [sym__bang_custom] = ACTIONS(2321), + [sym_default_keyword] = ACTIONS(2321), + [sym__as_custom] = ACTIONS(2321), + [sym__as_quest_custom] = ACTIONS(2321), + [sym__as_bang_custom] = ACTIONS(2321), + [sym__custom_operator] = ACTIONS(2321), + }, + [STATE(1033)] = { + [anon_sym_BANG] = ACTIONS(2342), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(2342), + [aux_sym_simple_identifier_token2] = ACTIONS(2344), + [aux_sym_simple_identifier_token3] = ACTIONS(2344), + [aux_sym_simple_identifier_token4] = ACTIONS(2344), + [anon_sym_actor] = ACTIONS(2342), + [anon_sym_async] = ACTIONS(2342), + [anon_sym_each] = ACTIONS(2342), + [anon_sym_lazy] = ACTIONS(2342), + [anon_sym_repeat] = ACTIONS(2342), + [anon_sym_package] = ACTIONS(2342), + [anon_sym_COMMA] = ACTIONS(2344), + [anon_sym_LPAREN] = ACTIONS(2344), + [anon_sym_LBRACK] = ACTIONS(2344), + [anon_sym_QMARK] = ACTIONS(2342), + [anon_sym_QMARK2] = ACTIONS(2344), + [anon_sym_AMP] = ACTIONS(2344), + [aux_sym_custom_operator_token1] = ACTIONS(2344), + [anon_sym_LT] = ACTIONS(2342), + [anon_sym_GT] = ACTIONS(2342), + [anon_sym_LBRACE] = ACTIONS(2344), + [anon_sym_CARET_LBRACE] = ACTIONS(2344), + [anon_sym_RBRACE] = ACTIONS(2344), + [anon_sym_case] = ACTIONS(2342), + [anon_sym_fallthrough] = ACTIONS(2342), + [anon_sym_PLUS_EQ] = ACTIONS(2344), + [anon_sym_DASH_EQ] = ACTIONS(2344), + [anon_sym_STAR_EQ] = ACTIONS(2344), + [anon_sym_SLASH_EQ] = ACTIONS(2344), + [anon_sym_PERCENT_EQ] = ACTIONS(2344), + [anon_sym_BANG_EQ] = ACTIONS(2342), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2344), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2344), + [anon_sym_LT_EQ] = ACTIONS(2344), + [anon_sym_GT_EQ] = ACTIONS(2344), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2344), + [anon_sym_DOT_DOT_LT] = ACTIONS(2344), + [anon_sym_is] = ACTIONS(2342), + [anon_sym_PLUS] = ACTIONS(2342), + [anon_sym_DASH] = ACTIONS(2342), + [anon_sym_STAR] = ACTIONS(2342), + [anon_sym_SLASH] = ACTIONS(2342), + [anon_sym_PERCENT] = ACTIONS(2342), + [anon_sym_PLUS_PLUS] = ACTIONS(2344), + [anon_sym_DASH_DASH] = ACTIONS(2344), + [anon_sym_PIPE] = ACTIONS(2344), + [anon_sym_CARET] = ACTIONS(2342), + [anon_sym_LT_LT] = ACTIONS(2344), + [anon_sym_GT_GT] = ACTIONS(2344), + [anon_sym_class] = ACTIONS(2342), + [anon_sym_prefix] = ACTIONS(2342), + [anon_sym_infix] = ACTIONS(2342), + [anon_sym_postfix] = ACTIONS(2342), + [anon_sym_AT] = ACTIONS(2342), + [anon_sym_override] = ACTIONS(2342), + [anon_sym_convenience] = ACTIONS(2342), + [anon_sym_required] = ACTIONS(2342), + [anon_sym_nonisolated] = ACTIONS(2342), + [anon_sym_public] = ACTIONS(2342), + [anon_sym_private] = ACTIONS(2342), + [anon_sym_internal] = ACTIONS(2342), + [anon_sym_fileprivate] = ACTIONS(2342), + [anon_sym_open] = ACTIONS(2342), + [anon_sym_mutating] = ACTIONS(2342), + [anon_sym_nonmutating] = ACTIONS(2342), + [anon_sym_static] = ACTIONS(2342), + [anon_sym_dynamic] = ACTIONS(2342), + [anon_sym_optional] = ACTIONS(2342), + [anon_sym_distributed] = ACTIONS(2342), + [anon_sym_final] = ACTIONS(2342), + [anon_sym_inout] = ACTIONS(2342), + [anon_sym_ATescaping] = ACTIONS(2344), + [anon_sym_ATautoclosure] = ACTIONS(2344), + [anon_sym_weak] = ACTIONS(2342), + [anon_sym_unowned] = ACTIONS(2342), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2344), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2344), + [anon_sym_borrowing] = ACTIONS(2342), + [anon_sym_consuming] = ACTIONS(2342), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2344), + [sym__explicit_semi] = ACTIONS(2344), + [sym__dot_custom] = ACTIONS(2344), + [sym__conjunction_operator_custom] = ACTIONS(2344), + [sym__disjunction_operator_custom] = ACTIONS(2344), + [sym__nil_coalescing_operator_custom] = ACTIONS(2344), + [sym__eq_custom] = ACTIONS(2344), + [sym__eq_eq_custom] = ACTIONS(2344), + [sym__plus_then_ws] = ACTIONS(2344), + [sym__minus_then_ws] = ACTIONS(2344), + [sym__bang_custom] = ACTIONS(2344), + [sym_default_keyword] = ACTIONS(2344), + [sym__as_custom] = ACTIONS(2344), + [sym__as_quest_custom] = ACTIONS(2344), + [sym__as_bang_custom] = ACTIONS(2344), + [sym__custom_operator] = ACTIONS(2344), + }, + [STATE(1034)] = { + [anon_sym_BANG] = ACTIONS(2325), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(2325), + [aux_sym_simple_identifier_token2] = ACTIONS(2327), + [aux_sym_simple_identifier_token3] = ACTIONS(2327), + [aux_sym_simple_identifier_token4] = ACTIONS(2327), + [anon_sym_actor] = ACTIONS(2325), + [anon_sym_async] = ACTIONS(2325), + [anon_sym_each] = ACTIONS(2325), + [anon_sym_lazy] = ACTIONS(2325), + [anon_sym_repeat] = ACTIONS(2325), + [anon_sym_package] = ACTIONS(2325), + [anon_sym_COMMA] = ACTIONS(2327), + [anon_sym_LPAREN] = ACTIONS(2327), + [anon_sym_LBRACK] = ACTIONS(2327), + [anon_sym_QMARK] = ACTIONS(2325), + [anon_sym_QMARK2] = ACTIONS(2327), + [anon_sym_AMP] = ACTIONS(2327), + [aux_sym_custom_operator_token1] = ACTIONS(2327), + [anon_sym_LT] = ACTIONS(2325), + [anon_sym_GT] = ACTIONS(2325), + [anon_sym_LBRACE] = ACTIONS(2327), + [anon_sym_CARET_LBRACE] = ACTIONS(2327), + [anon_sym_RBRACE] = ACTIONS(2327), + [anon_sym_case] = ACTIONS(2325), + [anon_sym_fallthrough] = ACTIONS(2325), + [anon_sym_PLUS_EQ] = ACTIONS(2327), + [anon_sym_DASH_EQ] = ACTIONS(2327), + [anon_sym_STAR_EQ] = ACTIONS(2327), + [anon_sym_SLASH_EQ] = ACTIONS(2327), + [anon_sym_PERCENT_EQ] = ACTIONS(2327), + [anon_sym_BANG_EQ] = ACTIONS(2325), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2327), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2327), + [anon_sym_LT_EQ] = ACTIONS(2327), + [anon_sym_GT_EQ] = ACTIONS(2327), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2327), + [anon_sym_DOT_DOT_LT] = ACTIONS(2327), + [anon_sym_is] = ACTIONS(2325), + [anon_sym_PLUS] = ACTIONS(2325), + [anon_sym_DASH] = ACTIONS(2325), + [anon_sym_STAR] = ACTIONS(2325), + [anon_sym_SLASH] = ACTIONS(2325), + [anon_sym_PERCENT] = ACTIONS(2325), + [anon_sym_PLUS_PLUS] = ACTIONS(2327), + [anon_sym_DASH_DASH] = ACTIONS(2327), + [anon_sym_PIPE] = ACTIONS(2327), + [anon_sym_CARET] = ACTIONS(2325), + [anon_sym_LT_LT] = ACTIONS(2327), + [anon_sym_GT_GT] = ACTIONS(2327), + [anon_sym_class] = ACTIONS(2325), + [anon_sym_prefix] = ACTIONS(2325), + [anon_sym_infix] = ACTIONS(2325), + [anon_sym_postfix] = ACTIONS(2325), + [anon_sym_AT] = ACTIONS(2325), + [anon_sym_override] = ACTIONS(2325), + [anon_sym_convenience] = ACTIONS(2325), + [anon_sym_required] = ACTIONS(2325), + [anon_sym_nonisolated] = ACTIONS(2325), + [anon_sym_public] = ACTIONS(2325), + [anon_sym_private] = ACTIONS(2325), + [anon_sym_internal] = ACTIONS(2325), + [anon_sym_fileprivate] = ACTIONS(2325), + [anon_sym_open] = ACTIONS(2325), + [anon_sym_mutating] = ACTIONS(2325), + [anon_sym_nonmutating] = ACTIONS(2325), + [anon_sym_static] = ACTIONS(2325), + [anon_sym_dynamic] = ACTIONS(2325), + [anon_sym_optional] = ACTIONS(2325), + [anon_sym_distributed] = ACTIONS(2325), + [anon_sym_final] = ACTIONS(2325), + [anon_sym_inout] = ACTIONS(2325), + [anon_sym_ATescaping] = ACTIONS(2327), + [anon_sym_ATautoclosure] = ACTIONS(2327), + [anon_sym_weak] = ACTIONS(2325), + [anon_sym_unowned] = ACTIONS(2325), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2327), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2327), + [anon_sym_borrowing] = ACTIONS(2325), + [anon_sym_consuming] = ACTIONS(2325), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2327), + [sym__explicit_semi] = ACTIONS(2327), + [sym__dot_custom] = ACTIONS(2327), + [sym__conjunction_operator_custom] = ACTIONS(2327), + [sym__disjunction_operator_custom] = ACTIONS(2327), + [sym__nil_coalescing_operator_custom] = ACTIONS(2327), + [sym__eq_custom] = ACTIONS(2327), + [sym__eq_eq_custom] = ACTIONS(2327), + [sym__plus_then_ws] = ACTIONS(2327), + [sym__minus_then_ws] = ACTIONS(2327), + [sym__bang_custom] = ACTIONS(2327), + [sym_default_keyword] = ACTIONS(2327), + [sym__as_custom] = ACTIONS(2327), + [sym__as_quest_custom] = ACTIONS(2327), + [sym__as_bang_custom] = ACTIONS(2327), + [sym__custom_operator] = ACTIONS(2327), + }, + [STATE(1035)] = { + [anon_sym_BANG] = ACTIONS(2331), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(2331), + [aux_sym_simple_identifier_token2] = ACTIONS(2333), + [aux_sym_simple_identifier_token3] = ACTIONS(2333), + [aux_sym_simple_identifier_token4] = ACTIONS(2333), + [anon_sym_actor] = ACTIONS(2331), + [anon_sym_async] = ACTIONS(2331), + [anon_sym_each] = ACTIONS(2331), + [anon_sym_lazy] = ACTIONS(2331), + [anon_sym_repeat] = ACTIONS(2331), + [anon_sym_package] = ACTIONS(2331), + [anon_sym_COMMA] = ACTIONS(2333), + [anon_sym_LPAREN] = ACTIONS(2333), + [anon_sym_LBRACK] = ACTIONS(2333), + [anon_sym_QMARK] = ACTIONS(2331), + [anon_sym_QMARK2] = ACTIONS(2333), + [anon_sym_AMP] = ACTIONS(2333), + [aux_sym_custom_operator_token1] = ACTIONS(2333), + [anon_sym_LT] = ACTIONS(2331), + [anon_sym_GT] = ACTIONS(2331), + [anon_sym_LBRACE] = ACTIONS(2333), + [anon_sym_CARET_LBRACE] = ACTIONS(2333), + [anon_sym_RBRACE] = ACTIONS(2333), + [anon_sym_case] = ACTIONS(2331), + [anon_sym_fallthrough] = ACTIONS(2331), + [anon_sym_PLUS_EQ] = ACTIONS(2333), + [anon_sym_DASH_EQ] = ACTIONS(2333), + [anon_sym_STAR_EQ] = ACTIONS(2333), + [anon_sym_SLASH_EQ] = ACTIONS(2333), + [anon_sym_PERCENT_EQ] = ACTIONS(2333), + [anon_sym_BANG_EQ] = ACTIONS(2331), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2333), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2333), + [anon_sym_LT_EQ] = ACTIONS(2333), + [anon_sym_GT_EQ] = ACTIONS(2333), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2333), + [anon_sym_DOT_DOT_LT] = ACTIONS(2333), + [anon_sym_is] = ACTIONS(2331), + [anon_sym_PLUS] = ACTIONS(2331), + [anon_sym_DASH] = ACTIONS(2331), + [anon_sym_STAR] = ACTIONS(2331), + [anon_sym_SLASH] = ACTIONS(2331), + [anon_sym_PERCENT] = ACTIONS(2331), + [anon_sym_PLUS_PLUS] = ACTIONS(2333), + [anon_sym_DASH_DASH] = ACTIONS(2333), + [anon_sym_PIPE] = ACTIONS(2333), + [anon_sym_CARET] = ACTIONS(2331), + [anon_sym_LT_LT] = ACTIONS(2333), + [anon_sym_GT_GT] = ACTIONS(2333), + [anon_sym_class] = ACTIONS(2331), + [anon_sym_prefix] = ACTIONS(2331), + [anon_sym_infix] = ACTIONS(2331), + [anon_sym_postfix] = ACTIONS(2331), + [anon_sym_AT] = ACTIONS(2331), + [anon_sym_override] = ACTIONS(2331), + [anon_sym_convenience] = ACTIONS(2331), + [anon_sym_required] = ACTIONS(2331), + [anon_sym_nonisolated] = ACTIONS(2331), + [anon_sym_public] = ACTIONS(2331), + [anon_sym_private] = ACTIONS(2331), + [anon_sym_internal] = ACTIONS(2331), + [anon_sym_fileprivate] = ACTIONS(2331), + [anon_sym_open] = ACTIONS(2331), + [anon_sym_mutating] = ACTIONS(2331), + [anon_sym_nonmutating] = ACTIONS(2331), + [anon_sym_static] = ACTIONS(2331), + [anon_sym_dynamic] = ACTIONS(2331), + [anon_sym_optional] = ACTIONS(2331), + [anon_sym_distributed] = ACTIONS(2331), + [anon_sym_final] = ACTIONS(2331), + [anon_sym_inout] = ACTIONS(2331), + [anon_sym_ATescaping] = ACTIONS(2333), + [anon_sym_ATautoclosure] = ACTIONS(2333), + [anon_sym_weak] = ACTIONS(2331), + [anon_sym_unowned] = ACTIONS(2331), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2333), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2333), + [anon_sym_borrowing] = ACTIONS(2331), + [anon_sym_consuming] = ACTIONS(2331), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2333), + [sym__explicit_semi] = ACTIONS(2333), + [sym__dot_custom] = ACTIONS(2333), + [sym__conjunction_operator_custom] = ACTIONS(2333), + [sym__disjunction_operator_custom] = ACTIONS(2333), + [sym__nil_coalescing_operator_custom] = ACTIONS(2333), + [sym__eq_custom] = ACTIONS(2333), + [sym__eq_eq_custom] = ACTIONS(2333), + [sym__plus_then_ws] = ACTIONS(2333), + [sym__minus_then_ws] = ACTIONS(2333), + [sym__bang_custom] = ACTIONS(2333), + [sym_default_keyword] = ACTIONS(2333), + [sym__as_custom] = ACTIONS(2333), + [sym__as_quest_custom] = ACTIONS(2333), + [sym__as_bang_custom] = ACTIONS(2333), + [sym__custom_operator] = ACTIONS(2333), + }, + [STATE(1036)] = { + [sym__immediate_quest] = STATE(1036), + [aux_sym_optional_type_repeat1] = STATE(1036), + [anon_sym_BANG] = ACTIONS(2142), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2144), + [anon_sym_package] = ACTIONS(2144), + [anon_sym_COMMA] = ACTIONS(2144), + [anon_sym_LPAREN] = ACTIONS(2144), + [anon_sym_LBRACK] = ACTIONS(2144), + [anon_sym_DOT] = ACTIONS(2142), + [anon_sym_QMARK] = ACTIONS(2142), + [anon_sym_QMARK2] = ACTIONS(2900), + [anon_sym_AMP] = ACTIONS(2144), + [aux_sym_custom_operator_token1] = ACTIONS(2144), + [anon_sym_LT] = ACTIONS(2142), + [anon_sym_GT] = ACTIONS(2142), + [anon_sym_LBRACE] = ACTIONS(2144), + [anon_sym_CARET_LBRACE] = ACTIONS(2144), + [anon_sym_RBRACE] = ACTIONS(2144), + [anon_sym_case] = ACTIONS(2144), + [anon_sym_fallthrough] = ACTIONS(2144), + [anon_sym_PLUS_EQ] = ACTIONS(2144), + [anon_sym_DASH_EQ] = ACTIONS(2144), + [anon_sym_STAR_EQ] = ACTIONS(2144), + [anon_sym_SLASH_EQ] = ACTIONS(2144), + [anon_sym_PERCENT_EQ] = ACTIONS(2144), + [anon_sym_BANG_EQ] = ACTIONS(2142), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2144), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2144), + [anon_sym_LT_EQ] = ACTIONS(2144), + [anon_sym_GT_EQ] = ACTIONS(2144), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2144), + [anon_sym_DOT_DOT_LT] = ACTIONS(2144), + [anon_sym_is] = ACTIONS(2144), + [anon_sym_PLUS] = ACTIONS(2142), + [anon_sym_DASH] = ACTIONS(2142), + [anon_sym_STAR] = ACTIONS(2142), + [anon_sym_SLASH] = ACTIONS(2142), + [anon_sym_PERCENT] = ACTIONS(2142), + [anon_sym_PLUS_PLUS] = ACTIONS(2144), + [anon_sym_DASH_DASH] = ACTIONS(2144), + [anon_sym_PIPE] = ACTIONS(2144), + [anon_sym_CARET] = ACTIONS(2142), + [anon_sym_LT_LT] = ACTIONS(2144), + [anon_sym_GT_GT] = ACTIONS(2144), + [anon_sym_class] = ACTIONS(2144), + [anon_sym_prefix] = ACTIONS(2144), + [anon_sym_infix] = ACTIONS(2144), + [anon_sym_postfix] = ACTIONS(2144), + [anon_sym_AT] = ACTIONS(2142), + [anon_sym_override] = ACTIONS(2144), + [anon_sym_convenience] = ACTIONS(2144), + [anon_sym_required] = ACTIONS(2144), + [anon_sym_nonisolated] = ACTIONS(2144), + [anon_sym_public] = ACTIONS(2144), + [anon_sym_private] = ACTIONS(2144), + [anon_sym_internal] = ACTIONS(2144), + [anon_sym_fileprivate] = ACTIONS(2144), + [anon_sym_open] = ACTIONS(2144), + [anon_sym_mutating] = ACTIONS(2144), + [anon_sym_nonmutating] = ACTIONS(2144), + [anon_sym_static] = ACTIONS(2144), + [anon_sym_dynamic] = ACTIONS(2144), + [anon_sym_optional] = ACTIONS(2144), + [anon_sym_distributed] = ACTIONS(2144), + [anon_sym_final] = ACTIONS(2144), + [anon_sym_inout] = ACTIONS(2144), + [anon_sym_ATescaping] = ACTIONS(2144), + [anon_sym_ATautoclosure] = ACTIONS(2144), + [anon_sym_weak] = ACTIONS(2144), + [anon_sym_unowned] = ACTIONS(2142), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2144), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2144), + [anon_sym_borrowing] = ACTIONS(2144), + [anon_sym_consuming] = ACTIONS(2144), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2144), + [sym__explicit_semi] = ACTIONS(2144), + [sym__arrow_operator_custom] = ACTIONS(2144), + [sym__dot_custom] = ACTIONS(2144), + [sym__conjunction_operator_custom] = ACTIONS(2144), + [sym__disjunction_operator_custom] = ACTIONS(2144), + [sym__nil_coalescing_operator_custom] = ACTIONS(2144), + [sym__eq_custom] = ACTIONS(2144), + [sym__eq_eq_custom] = ACTIONS(2144), + [sym__plus_then_ws] = ACTIONS(2144), + [sym__minus_then_ws] = ACTIONS(2144), + [sym__bang_custom] = ACTIONS(2144), + [sym__throws_keyword] = ACTIONS(2144), + [sym__rethrows_keyword] = ACTIONS(2144), + [sym_default_keyword] = ACTIONS(2144), + [sym_where_keyword] = ACTIONS(2144), + [sym__as_custom] = ACTIONS(2144), + [sym__as_quest_custom] = ACTIONS(2144), + [sym__as_bang_custom] = ACTIONS(2144), + [sym__async_keyword_custom] = ACTIONS(2144), + [sym__custom_operator] = ACTIONS(2144), + }, + [STATE(1037)] = { + [anon_sym_BANG] = ACTIONS(2323), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(2325), + [aux_sym_simple_identifier_token2] = ACTIONS(2327), + [aux_sym_simple_identifier_token3] = ACTIONS(2327), + [aux_sym_simple_identifier_token4] = ACTIONS(2327), + [anon_sym_actor] = ACTIONS(2325), + [anon_sym_async] = ACTIONS(2325), + [anon_sym_each] = ACTIONS(2325), + [anon_sym_lazy] = ACTIONS(2323), + [anon_sym_repeat] = ACTIONS(2325), + [anon_sym_package] = ACTIONS(2323), + [anon_sym_COMMA] = ACTIONS(2329), + [anon_sym_LPAREN] = ACTIONS(2329), + [anon_sym_LBRACK] = ACTIONS(2329), + [anon_sym_QMARK] = ACTIONS(2323), + [anon_sym_QMARK2] = ACTIONS(2329), + [anon_sym_AMP] = ACTIONS(2329), + [aux_sym_custom_operator_token1] = ACTIONS(2329), + [anon_sym_LT] = ACTIONS(2323), + [anon_sym_GT] = ACTIONS(2323), + [anon_sym_LBRACE] = ACTIONS(2329), + [anon_sym_CARET_LBRACE] = ACTIONS(2329), + [anon_sym_RBRACE] = ACTIONS(2329), + [anon_sym_case] = ACTIONS(2323), + [anon_sym_fallthrough] = ACTIONS(2323), + [anon_sym_PLUS_EQ] = ACTIONS(2329), + [anon_sym_DASH_EQ] = ACTIONS(2329), + [anon_sym_STAR_EQ] = ACTIONS(2329), + [anon_sym_SLASH_EQ] = ACTIONS(2329), + [anon_sym_PERCENT_EQ] = ACTIONS(2329), + [anon_sym_BANG_EQ] = ACTIONS(2323), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2329), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2329), + [anon_sym_LT_EQ] = ACTIONS(2329), + [anon_sym_GT_EQ] = ACTIONS(2329), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2329), + [anon_sym_DOT_DOT_LT] = ACTIONS(2329), + [anon_sym_is] = ACTIONS(2323), + [anon_sym_PLUS] = ACTIONS(2323), + [anon_sym_DASH] = ACTIONS(2323), + [anon_sym_STAR] = ACTIONS(2323), + [anon_sym_SLASH] = ACTIONS(2323), + [anon_sym_PERCENT] = ACTIONS(2323), + [anon_sym_PLUS_PLUS] = ACTIONS(2329), + [anon_sym_DASH_DASH] = ACTIONS(2329), + [anon_sym_PIPE] = ACTIONS(2329), + [anon_sym_CARET] = ACTIONS(2323), + [anon_sym_LT_LT] = ACTIONS(2329), + [anon_sym_GT_GT] = ACTIONS(2329), + [anon_sym_class] = ACTIONS(2323), + [anon_sym_prefix] = ACTIONS(2323), + [anon_sym_infix] = ACTIONS(2323), + [anon_sym_postfix] = ACTIONS(2323), + [anon_sym_AT] = ACTIONS(2323), + [anon_sym_override] = ACTIONS(2323), + [anon_sym_convenience] = ACTIONS(2323), + [anon_sym_required] = ACTIONS(2323), + [anon_sym_nonisolated] = ACTIONS(2323), + [anon_sym_public] = ACTIONS(2323), + [anon_sym_private] = ACTIONS(2323), + [anon_sym_internal] = ACTIONS(2323), + [anon_sym_fileprivate] = ACTIONS(2323), + [anon_sym_open] = ACTIONS(2323), + [anon_sym_mutating] = ACTIONS(2323), + [anon_sym_nonmutating] = ACTIONS(2323), + [anon_sym_static] = ACTIONS(2323), + [anon_sym_dynamic] = ACTIONS(2323), + [anon_sym_optional] = ACTIONS(2323), + [anon_sym_distributed] = ACTIONS(2323), + [anon_sym_final] = ACTIONS(2323), + [anon_sym_inout] = ACTIONS(2323), + [anon_sym_ATescaping] = ACTIONS(2329), + [anon_sym_ATautoclosure] = ACTIONS(2329), + [anon_sym_weak] = ACTIONS(2323), + [anon_sym_unowned] = ACTIONS(2323), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2329), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2329), + [anon_sym_borrowing] = ACTIONS(2323), + [anon_sym_consuming] = ACTIONS(2323), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2329), + [sym__explicit_semi] = ACTIONS(2329), + [sym__dot_custom] = ACTIONS(2329), + [sym__conjunction_operator_custom] = ACTIONS(2329), + [sym__disjunction_operator_custom] = ACTIONS(2329), + [sym__nil_coalescing_operator_custom] = ACTIONS(2329), + [sym__eq_custom] = ACTIONS(2329), + [sym__eq_eq_custom] = ACTIONS(2329), + [sym__plus_then_ws] = ACTIONS(2329), + [sym__minus_then_ws] = ACTIONS(2329), + [sym__bang_custom] = ACTIONS(2329), + [sym_default_keyword] = ACTIONS(2329), + [sym__as_custom] = ACTIONS(2329), + [sym__as_quest_custom] = ACTIONS(2329), + [sym__as_bang_custom] = ACTIONS(2329), + [sym__custom_operator] = ACTIONS(2329), + }, + [STATE(1038)] = { + [sym__dot] = STATE(5595), + [aux_sym_user_type_repeat1] = STATE(1038), + [anon_sym_BANG] = ACTIONS(2099), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2101), + [anon_sym_package] = ACTIONS(2101), + [anon_sym_COMMA] = ACTIONS(2101), + [anon_sym_LPAREN] = ACTIONS(2101), + [anon_sym_LBRACK] = ACTIONS(2101), + [anon_sym_DOT] = ACTIONS(2099), + [anon_sym_QMARK] = ACTIONS(2099), + [anon_sym_QMARK2] = ACTIONS(2101), + [anon_sym_AMP] = ACTIONS(2101), + [aux_sym_custom_operator_token1] = ACTIONS(2101), + [anon_sym_LT] = ACTIONS(2099), + [anon_sym_GT] = ACTIONS(2099), + [anon_sym_LBRACE] = ACTIONS(2101), + [anon_sym_CARET_LBRACE] = ACTIONS(2101), + [anon_sym_RBRACE] = ACTIONS(2101), + [anon_sym_case] = ACTIONS(2101), + [anon_sym_fallthrough] = ACTIONS(2101), + [anon_sym_PLUS_EQ] = ACTIONS(2101), + [anon_sym_DASH_EQ] = ACTIONS(2101), + [anon_sym_STAR_EQ] = ACTIONS(2101), + [anon_sym_SLASH_EQ] = ACTIONS(2101), + [anon_sym_PERCENT_EQ] = ACTIONS(2101), + [anon_sym_BANG_EQ] = ACTIONS(2099), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2101), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2101), + [anon_sym_LT_EQ] = ACTIONS(2101), + [anon_sym_GT_EQ] = ACTIONS(2101), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2101), + [anon_sym_DOT_DOT_LT] = ACTIONS(2101), + [anon_sym_is] = ACTIONS(2101), + [anon_sym_PLUS] = ACTIONS(2099), + [anon_sym_DASH] = ACTIONS(2099), + [anon_sym_STAR] = ACTIONS(2099), + [anon_sym_SLASH] = ACTIONS(2099), + [anon_sym_PERCENT] = ACTIONS(2099), + [anon_sym_PLUS_PLUS] = ACTIONS(2101), + [anon_sym_DASH_DASH] = ACTIONS(2101), + [anon_sym_PIPE] = ACTIONS(2101), + [anon_sym_CARET] = ACTIONS(2099), + [anon_sym_LT_LT] = ACTIONS(2101), + [anon_sym_GT_GT] = ACTIONS(2101), + [anon_sym_class] = ACTIONS(2101), + [anon_sym_prefix] = ACTIONS(2101), + [anon_sym_infix] = ACTIONS(2101), + [anon_sym_postfix] = ACTIONS(2101), + [anon_sym_AT] = ACTIONS(2099), + [anon_sym_override] = ACTIONS(2101), + [anon_sym_convenience] = ACTIONS(2101), + [anon_sym_required] = ACTIONS(2101), + [anon_sym_nonisolated] = ACTIONS(2101), + [anon_sym_public] = ACTIONS(2101), + [anon_sym_private] = ACTIONS(2101), + [anon_sym_internal] = ACTIONS(2101), + [anon_sym_fileprivate] = ACTIONS(2101), + [anon_sym_open] = ACTIONS(2101), + [anon_sym_mutating] = ACTIONS(2101), + [anon_sym_nonmutating] = ACTIONS(2101), + [anon_sym_static] = ACTIONS(2101), + [anon_sym_dynamic] = ACTIONS(2101), + [anon_sym_optional] = ACTIONS(2101), + [anon_sym_distributed] = ACTIONS(2101), + [anon_sym_final] = ACTIONS(2101), + [anon_sym_inout] = ACTIONS(2101), + [anon_sym_ATescaping] = ACTIONS(2101), + [anon_sym_ATautoclosure] = ACTIONS(2101), + [anon_sym_weak] = ACTIONS(2101), + [anon_sym_unowned] = ACTIONS(2099), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2101), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2101), + [anon_sym_borrowing] = ACTIONS(2101), + [anon_sym_consuming] = ACTIONS(2101), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2101), + [sym__explicit_semi] = ACTIONS(2101), + [sym__arrow_operator_custom] = ACTIONS(2101), + [sym__dot_custom] = ACTIONS(2903), + [sym__conjunction_operator_custom] = ACTIONS(2101), + [sym__disjunction_operator_custom] = ACTIONS(2101), + [sym__nil_coalescing_operator_custom] = ACTIONS(2101), + [sym__eq_custom] = ACTIONS(2101), + [sym__eq_eq_custom] = ACTIONS(2101), + [sym__plus_then_ws] = ACTIONS(2101), + [sym__minus_then_ws] = ACTIONS(2101), + [sym__bang_custom] = ACTIONS(2101), + [sym__throws_keyword] = ACTIONS(2101), + [sym__rethrows_keyword] = ACTIONS(2101), + [sym_default_keyword] = ACTIONS(2101), + [sym_where_keyword] = ACTIONS(2101), + [sym__as_custom] = ACTIONS(2101), + [sym__as_quest_custom] = ACTIONS(2101), + [sym__as_bang_custom] = ACTIONS(2101), + [sym__async_keyword_custom] = ACTIONS(2101), + [sym__custom_operator] = ACTIONS(2101), + }, + [STATE(1039)] = { + [sym_simple_identifier] = STATE(1755), + [sym__contextual_simple_identifier] = STATE(1794), + [sym_unannotated_type] = STATE(1738), + [sym_user_type] = STATE(1783), + [sym__simple_user_type] = STATE(1773), + [sym_tuple_type] = STATE(1715), + [sym_function_type] = STATE(1941), + [sym_array_type] = STATE(1783), + [sym_dictionary_type] = STATE(1783), + [sym_optional_type] = STATE(1941), + [sym_metatype] = STATE(1941), + [sym_opaque_type] = STATE(1941), + [sym_existential_type] = STATE(1941), + [sym_type_parameter_pack] = STATE(1941), + [sym_type_pack_expansion] = STATE(1941), + [sym_protocol_composition_type] = STATE(1941), + [sym_suppressed_constraint] = STATE(1941), + [sym__parenthesized_type] = STATE(1899), + [sym__parameter_ownership_modifier] = STATE(1794), + [sym_comment] = ACTIONS(5), + [aux_sym_simple_identifier_token1] = ACTIONS(2906), + [aux_sym_simple_identifier_token2] = ACTIONS(2908), + [aux_sym_simple_identifier_token3] = ACTIONS(2908), + [aux_sym_simple_identifier_token4] = ACTIONS(2908), + [anon_sym_actor] = ACTIONS(2910), + [anon_sym_async] = ACTIONS(2910), + [anon_sym_each] = ACTIONS(2913), + [anon_sym_lazy] = ACTIONS(2910), + [anon_sym_repeat] = ACTIONS(2915), + [anon_sym_package] = ACTIONS(2910), + [anon_sym_COMMA] = ACTIONS(619), + [anon_sym_BANG2] = ACTIONS(619), + [anon_sym_LPAREN] = ACTIONS(2917), + [anon_sym_LBRACK] = ACTIONS(2919), + [anon_sym_DOT] = ACTIONS(619), + [anon_sym_QMARK2] = ACTIONS(619), + [anon_sym_some] = ACTIONS(2921), + [anon_sym_any] = ACTIONS(2923), + [anon_sym_AMP] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(2925), + [anon_sym_LT] = ACTIONS(619), + [anon_sym_LBRACE] = ACTIONS(619), + [anon_sym_RBRACE] = ACTIONS(619), + [anon_sym_case] = ACTIONS(625), + [anon_sym_import] = ACTIONS(625), + [anon_sym_typealias] = ACTIONS(625), + [anon_sym_struct] = ACTIONS(625), + [anon_sym_class] = ACTIONS(625), + [anon_sym_enum] = ACTIONS(625), + [anon_sym_protocol] = ACTIONS(625), + [anon_sym_let] = ACTIONS(625), + [anon_sym_var] = ACTIONS(625), + [anon_sym_func] = ACTIONS(625), + [anon_sym_extension] = ACTIONS(625), + [anon_sym_indirect] = ACTIONS(625), + [anon_sym_init] = ACTIONS(625), + [anon_sym_deinit] = ACTIONS(625), + [anon_sym_subscript] = ACTIONS(625), + [anon_sym_prefix] = ACTIONS(625), + [anon_sym_infix] = ACTIONS(625), + [anon_sym_postfix] = ACTIONS(625), + [anon_sym_precedencegroup] = ACTIONS(625), + [anon_sym_associatedtype] = ACTIONS(625), + [anon_sym_AT] = ACTIONS(625), + [anon_sym_override] = ACTIONS(625), + [anon_sym_convenience] = ACTIONS(625), + [anon_sym_required] = ACTIONS(625), + [anon_sym_nonisolated] = ACTIONS(625), + [anon_sym_public] = ACTIONS(625), + [anon_sym_private] = ACTIONS(625), + [anon_sym_internal] = ACTIONS(625), + [anon_sym_fileprivate] = ACTIONS(625), + [anon_sym_open] = ACTIONS(625), + [anon_sym_mutating] = ACTIONS(625), + [anon_sym_nonmutating] = ACTIONS(625), + [anon_sym_static] = ACTIONS(625), + [anon_sym_dynamic] = ACTIONS(625), + [anon_sym_optional] = ACTIONS(625), + [anon_sym_distributed] = ACTIONS(625), + [anon_sym_final] = ACTIONS(625), + [anon_sym_inout] = ACTIONS(625), + [anon_sym_ATescaping] = ACTIONS(619), + [anon_sym_ATautoclosure] = ACTIONS(619), + [anon_sym_weak] = ACTIONS(625), + [anon_sym_unowned] = ACTIONS(625), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(619), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(619), + [anon_sym_borrowing] = ACTIONS(2910), + [anon_sym_consuming] = ACTIONS(2910), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(619), + [sym__dot_custom] = ACTIONS(619), + [sym__eq_custom] = ACTIONS(619), + [sym__throws_keyword] = ACTIONS(619), + [sym__rethrows_keyword] = ACTIONS(619), + [sym_where_keyword] = ACTIONS(619), + [sym__async_keyword_custom] = ACTIONS(619), + }, + [STATE(1040)] = { + [sym_simple_identifier] = STATE(1755), + [sym__contextual_simple_identifier] = STATE(1794), + [sym_unannotated_type] = STATE(1740), + [sym_user_type] = STATE(1783), + [sym__simple_user_type] = STATE(1773), + [sym_tuple_type] = STATE(1715), + [sym_function_type] = STATE(1941), + [sym_array_type] = STATE(1783), + [sym_dictionary_type] = STATE(1783), + [sym_optional_type] = STATE(1941), + [sym_metatype] = STATE(1941), + [sym_opaque_type] = STATE(1941), + [sym_existential_type] = STATE(1941), + [sym_type_parameter_pack] = STATE(1941), + [sym_type_pack_expansion] = STATE(1941), + [sym_protocol_composition_type] = STATE(1941), + [sym_suppressed_constraint] = STATE(1941), + [sym__parenthesized_type] = STATE(1899), + [sym__parameter_ownership_modifier] = STATE(1794), + [sym_comment] = ACTIONS(5), + [aux_sym_simple_identifier_token1] = ACTIONS(2906), + [aux_sym_simple_identifier_token2] = ACTIONS(2908), + [aux_sym_simple_identifier_token3] = ACTIONS(2908), + [aux_sym_simple_identifier_token4] = ACTIONS(2908), + [anon_sym_actor] = ACTIONS(2910), + [anon_sym_async] = ACTIONS(2910), + [anon_sym_each] = ACTIONS(2913), + [anon_sym_lazy] = ACTIONS(2910), + [anon_sym_repeat] = ACTIONS(2915), + [anon_sym_package] = ACTIONS(2910), + [anon_sym_COMMA] = ACTIONS(619), + [anon_sym_BANG2] = ACTIONS(619), + [anon_sym_LPAREN] = ACTIONS(2917), + [anon_sym_LBRACK] = ACTIONS(2919), + [anon_sym_DOT] = ACTIONS(619), + [anon_sym_QMARK2] = ACTIONS(619), + [anon_sym_some] = ACTIONS(2921), + [anon_sym_any] = ACTIONS(2923), + [anon_sym_AMP] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(2925), + [anon_sym_LT] = ACTIONS(619), + [anon_sym_LBRACE] = ACTIONS(619), + [anon_sym_RBRACE] = ACTIONS(619), + [anon_sym_case] = ACTIONS(625), + [anon_sym_import] = ACTIONS(625), + [anon_sym_typealias] = ACTIONS(625), + [anon_sym_struct] = ACTIONS(625), + [anon_sym_class] = ACTIONS(625), + [anon_sym_enum] = ACTIONS(625), + [anon_sym_protocol] = ACTIONS(625), + [anon_sym_let] = ACTIONS(625), + [anon_sym_var] = ACTIONS(625), + [anon_sym_func] = ACTIONS(625), + [anon_sym_extension] = ACTIONS(625), + [anon_sym_indirect] = ACTIONS(625), + [anon_sym_init] = ACTIONS(625), + [anon_sym_deinit] = ACTIONS(625), + [anon_sym_subscript] = ACTIONS(625), + [anon_sym_prefix] = ACTIONS(625), + [anon_sym_infix] = ACTIONS(625), + [anon_sym_postfix] = ACTIONS(625), + [anon_sym_precedencegroup] = ACTIONS(625), + [anon_sym_associatedtype] = ACTIONS(625), + [anon_sym_AT] = ACTIONS(625), + [anon_sym_override] = ACTIONS(625), + [anon_sym_convenience] = ACTIONS(625), + [anon_sym_required] = ACTIONS(625), + [anon_sym_nonisolated] = ACTIONS(625), + [anon_sym_public] = ACTIONS(625), + [anon_sym_private] = ACTIONS(625), + [anon_sym_internal] = ACTIONS(625), + [anon_sym_fileprivate] = ACTIONS(625), + [anon_sym_open] = ACTIONS(625), + [anon_sym_mutating] = ACTIONS(625), + [anon_sym_nonmutating] = ACTIONS(625), + [anon_sym_static] = ACTIONS(625), + [anon_sym_dynamic] = ACTIONS(625), + [anon_sym_optional] = ACTIONS(625), + [anon_sym_distributed] = ACTIONS(625), + [anon_sym_final] = ACTIONS(625), + [anon_sym_inout] = ACTIONS(625), + [anon_sym_ATescaping] = ACTIONS(619), + [anon_sym_ATautoclosure] = ACTIONS(619), + [anon_sym_weak] = ACTIONS(625), + [anon_sym_unowned] = ACTIONS(625), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(619), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(619), + [anon_sym_borrowing] = ACTIONS(2910), + [anon_sym_consuming] = ACTIONS(2910), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(619), + [sym__dot_custom] = ACTIONS(619), + [sym__eq_custom] = ACTIONS(619), + [sym__throws_keyword] = ACTIONS(619), + [sym__rethrows_keyword] = ACTIONS(619), + [sym_where_keyword] = ACTIONS(619), + [sym__async_keyword_custom] = ACTIONS(619), + }, + [STATE(1041)] = { + [sym__immediate_quest] = STATE(1036), + [aux_sym_optional_type_repeat1] = STATE(1036), + [anon_sym_BANG] = ACTIONS(2121), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2123), + [anon_sym_package] = ACTIONS(2123), + [anon_sym_COMMA] = ACTIONS(2123), + [anon_sym_LPAREN] = ACTIONS(2123), + [anon_sym_LBRACK] = ACTIONS(2123), + [anon_sym_DOT] = ACTIONS(2121), + [anon_sym_QMARK] = ACTIONS(2121), + [anon_sym_QMARK2] = ACTIONS(2123), + [anon_sym_AMP] = ACTIONS(2123), + [aux_sym_custom_operator_token1] = ACTIONS(2123), + [anon_sym_LT] = ACTIONS(2121), + [anon_sym_GT] = ACTIONS(2121), + [anon_sym_LBRACE] = ACTIONS(2123), + [anon_sym_CARET_LBRACE] = ACTIONS(2123), + [anon_sym_RBRACE] = ACTIONS(2123), + [anon_sym_case] = ACTIONS(2123), + [anon_sym_fallthrough] = ACTIONS(2123), + [anon_sym_PLUS_EQ] = ACTIONS(2123), + [anon_sym_DASH_EQ] = ACTIONS(2123), + [anon_sym_STAR_EQ] = ACTIONS(2123), + [anon_sym_SLASH_EQ] = ACTIONS(2123), + [anon_sym_PERCENT_EQ] = ACTIONS(2123), + [anon_sym_BANG_EQ] = ACTIONS(2121), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2123), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2123), + [anon_sym_LT_EQ] = ACTIONS(2123), + [anon_sym_GT_EQ] = ACTIONS(2123), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2123), + [anon_sym_DOT_DOT_LT] = ACTIONS(2123), + [anon_sym_is] = ACTIONS(2123), + [anon_sym_PLUS] = ACTIONS(2121), + [anon_sym_DASH] = ACTIONS(2121), + [anon_sym_STAR] = ACTIONS(2121), + [anon_sym_SLASH] = ACTIONS(2121), + [anon_sym_PERCENT] = ACTIONS(2121), + [anon_sym_PLUS_PLUS] = ACTIONS(2123), + [anon_sym_DASH_DASH] = ACTIONS(2123), + [anon_sym_PIPE] = ACTIONS(2123), + [anon_sym_CARET] = ACTIONS(2121), + [anon_sym_LT_LT] = ACTIONS(2123), + [anon_sym_GT_GT] = ACTIONS(2123), + [anon_sym_class] = ACTIONS(2123), + [anon_sym_prefix] = ACTIONS(2123), + [anon_sym_infix] = ACTIONS(2123), + [anon_sym_postfix] = ACTIONS(2123), + [anon_sym_AT] = ACTIONS(2121), + [anon_sym_override] = ACTIONS(2123), + [anon_sym_convenience] = ACTIONS(2123), + [anon_sym_required] = ACTIONS(2123), + [anon_sym_nonisolated] = ACTIONS(2123), + [anon_sym_public] = ACTIONS(2123), + [anon_sym_private] = ACTIONS(2123), + [anon_sym_internal] = ACTIONS(2123), + [anon_sym_fileprivate] = ACTIONS(2123), + [anon_sym_open] = ACTIONS(2123), + [anon_sym_mutating] = ACTIONS(2123), + [anon_sym_nonmutating] = ACTIONS(2123), + [anon_sym_static] = ACTIONS(2123), + [anon_sym_dynamic] = ACTIONS(2123), + [anon_sym_optional] = ACTIONS(2123), + [anon_sym_distributed] = ACTIONS(2123), + [anon_sym_final] = ACTIONS(2123), + [anon_sym_inout] = ACTIONS(2123), + [anon_sym_ATescaping] = ACTIONS(2123), + [anon_sym_ATautoclosure] = ACTIONS(2123), + [anon_sym_weak] = ACTIONS(2123), + [anon_sym_unowned] = ACTIONS(2121), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2123), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2123), + [anon_sym_borrowing] = ACTIONS(2123), + [anon_sym_consuming] = ACTIONS(2123), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2123), + [sym__explicit_semi] = ACTIONS(2123), + [sym__arrow_operator_custom] = ACTIONS(2123), + [sym__dot_custom] = ACTIONS(2123), + [sym__conjunction_operator_custom] = ACTIONS(2123), + [sym__disjunction_operator_custom] = ACTIONS(2123), + [sym__nil_coalescing_operator_custom] = ACTIONS(2123), + [sym__eq_custom] = ACTIONS(2123), + [sym__eq_eq_custom] = ACTIONS(2123), + [sym__plus_then_ws] = ACTIONS(2123), + [sym__minus_then_ws] = ACTIONS(2123), + [sym__bang_custom] = ACTIONS(2123), + [sym__throws_keyword] = ACTIONS(2123), + [sym__rethrows_keyword] = ACTIONS(2123), + [sym_default_keyword] = ACTIONS(2123), + [sym_where_keyword] = ACTIONS(2123), + [sym__as_custom] = ACTIONS(2123), + [sym__as_quest_custom] = ACTIONS(2123), + [sym__as_bang_custom] = ACTIONS(2123), + [sym__async_keyword_custom] = ACTIONS(2123), + [sym__custom_operator] = ACTIONS(2123), + }, + [STATE(1042)] = { + [aux_sym_protocol_composition_type_repeat1] = STATE(1042), + [anon_sym_BANG] = ACTIONS(2187), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2189), + [anon_sym_package] = ACTIONS(2189), + [anon_sym_COMMA] = ACTIONS(2189), + [anon_sym_LPAREN] = ACTIONS(2189), + [anon_sym_LBRACK] = ACTIONS(2189), + [anon_sym_DOT] = ACTIONS(2187), + [anon_sym_QMARK] = ACTIONS(2187), + [anon_sym_QMARK2] = ACTIONS(2189), + [anon_sym_AMP] = ACTIONS(2927), + [aux_sym_custom_operator_token1] = ACTIONS(2189), + [anon_sym_LT] = ACTIONS(2187), + [anon_sym_GT] = ACTIONS(2187), + [anon_sym_LBRACE] = ACTIONS(2189), + [anon_sym_CARET_LBRACE] = ACTIONS(2189), + [anon_sym_RBRACE] = ACTIONS(2189), + [anon_sym_case] = ACTIONS(2189), + [anon_sym_fallthrough] = ACTIONS(2189), + [anon_sym_PLUS_EQ] = ACTIONS(2189), + [anon_sym_DASH_EQ] = ACTIONS(2189), + [anon_sym_STAR_EQ] = ACTIONS(2189), + [anon_sym_SLASH_EQ] = ACTIONS(2189), + [anon_sym_PERCENT_EQ] = ACTIONS(2189), + [anon_sym_BANG_EQ] = ACTIONS(2187), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2189), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2189), + [anon_sym_LT_EQ] = ACTIONS(2189), + [anon_sym_GT_EQ] = ACTIONS(2189), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2189), + [anon_sym_DOT_DOT_LT] = ACTIONS(2189), + [anon_sym_is] = ACTIONS(2189), + [anon_sym_PLUS] = ACTIONS(2187), + [anon_sym_DASH] = ACTIONS(2187), + [anon_sym_STAR] = ACTIONS(2187), + [anon_sym_SLASH] = ACTIONS(2187), + [anon_sym_PERCENT] = ACTIONS(2187), + [anon_sym_PLUS_PLUS] = ACTIONS(2189), + [anon_sym_DASH_DASH] = ACTIONS(2189), + [anon_sym_PIPE] = ACTIONS(2189), + [anon_sym_CARET] = ACTIONS(2187), + [anon_sym_LT_LT] = ACTIONS(2189), + [anon_sym_GT_GT] = ACTIONS(2189), + [anon_sym_class] = ACTIONS(2189), + [anon_sym_prefix] = ACTIONS(2189), + [anon_sym_infix] = ACTIONS(2189), + [anon_sym_postfix] = ACTIONS(2189), + [anon_sym_AT] = ACTIONS(2187), + [anon_sym_override] = ACTIONS(2189), + [anon_sym_convenience] = ACTIONS(2189), + [anon_sym_required] = ACTIONS(2189), + [anon_sym_nonisolated] = ACTIONS(2189), + [anon_sym_public] = ACTIONS(2189), + [anon_sym_private] = ACTIONS(2189), + [anon_sym_internal] = ACTIONS(2189), + [anon_sym_fileprivate] = ACTIONS(2189), + [anon_sym_open] = ACTIONS(2189), + [anon_sym_mutating] = ACTIONS(2189), + [anon_sym_nonmutating] = ACTIONS(2189), + [anon_sym_static] = ACTIONS(2189), + [anon_sym_dynamic] = ACTIONS(2189), + [anon_sym_optional] = ACTIONS(2189), + [anon_sym_distributed] = ACTIONS(2189), + [anon_sym_final] = ACTIONS(2189), + [anon_sym_inout] = ACTIONS(2189), + [anon_sym_ATescaping] = ACTIONS(2189), + [anon_sym_ATautoclosure] = ACTIONS(2189), + [anon_sym_weak] = ACTIONS(2189), + [anon_sym_unowned] = ACTIONS(2187), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2189), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2189), + [anon_sym_borrowing] = ACTIONS(2189), + [anon_sym_consuming] = ACTIONS(2189), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2189), + [sym__explicit_semi] = ACTIONS(2189), + [sym__arrow_operator_custom] = ACTIONS(2189), + [sym__dot_custom] = ACTIONS(2189), + [sym__conjunction_operator_custom] = ACTIONS(2189), + [sym__disjunction_operator_custom] = ACTIONS(2189), + [sym__nil_coalescing_operator_custom] = ACTIONS(2189), + [sym__eq_custom] = ACTIONS(2189), + [sym__eq_eq_custom] = ACTIONS(2189), + [sym__plus_then_ws] = ACTIONS(2189), + [sym__minus_then_ws] = ACTIONS(2189), + [sym__bang_custom] = ACTIONS(2189), + [sym__throws_keyword] = ACTIONS(2189), + [sym__rethrows_keyword] = ACTIONS(2189), + [sym_default_keyword] = ACTIONS(2189), + [sym_where_keyword] = ACTIONS(2189), + [sym__as_custom] = ACTIONS(2189), + [sym__as_quest_custom] = ACTIONS(2189), + [sym__as_bang_custom] = ACTIONS(2189), + [sym__async_keyword_custom] = ACTIONS(2189), + [sym__custom_operator] = ACTIONS(2189), + }, + [STATE(1043)] = { + [sym__immediate_quest] = STATE(1044), + [aux_sym_optional_type_repeat1] = STATE(1044), + [anon_sym_BANG] = ACTIONS(2085), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2087), + [anon_sym_package] = ACTIONS(2087), + [anon_sym_COMMA] = ACTIONS(2087), + [anon_sym_LPAREN] = ACTIONS(2087), + [anon_sym_LBRACK] = ACTIONS(2087), + [anon_sym_DOT] = ACTIONS(2085), + [anon_sym_QMARK] = ACTIONS(2085), + [anon_sym_QMARK2] = ACTIONS(2853), + [anon_sym_AMP] = ACTIONS(2087), + [aux_sym_custom_operator_token1] = ACTIONS(2087), + [anon_sym_LT] = ACTIONS(2085), + [anon_sym_GT] = ACTIONS(2085), + [anon_sym_LBRACE] = ACTIONS(2087), + [anon_sym_CARET_LBRACE] = ACTIONS(2087), + [anon_sym_RBRACE] = ACTIONS(2087), + [anon_sym_case] = ACTIONS(2087), + [anon_sym_fallthrough] = ACTIONS(2087), + [anon_sym_PLUS_EQ] = ACTIONS(2087), + [anon_sym_DASH_EQ] = ACTIONS(2087), + [anon_sym_STAR_EQ] = ACTIONS(2087), + [anon_sym_SLASH_EQ] = ACTIONS(2087), + [anon_sym_PERCENT_EQ] = ACTIONS(2087), + [anon_sym_BANG_EQ] = ACTIONS(2085), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2087), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2087), + [anon_sym_LT_EQ] = ACTIONS(2087), + [anon_sym_GT_EQ] = ACTIONS(2087), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2087), + [anon_sym_DOT_DOT_LT] = ACTIONS(2087), + [anon_sym_is] = ACTIONS(2087), + [anon_sym_PLUS] = ACTIONS(2085), + [anon_sym_DASH] = ACTIONS(2085), + [anon_sym_STAR] = ACTIONS(2085), + [anon_sym_SLASH] = ACTIONS(2085), + [anon_sym_PERCENT] = ACTIONS(2085), + [anon_sym_PLUS_PLUS] = ACTIONS(2087), + [anon_sym_DASH_DASH] = ACTIONS(2087), + [anon_sym_PIPE] = ACTIONS(2087), + [anon_sym_CARET] = ACTIONS(2085), + [anon_sym_LT_LT] = ACTIONS(2087), + [anon_sym_GT_GT] = ACTIONS(2087), + [anon_sym_class] = ACTIONS(2087), + [anon_sym_prefix] = ACTIONS(2087), + [anon_sym_infix] = ACTIONS(2087), + [anon_sym_postfix] = ACTIONS(2087), + [anon_sym_AT] = ACTIONS(2085), + [anon_sym_override] = ACTIONS(2087), + [anon_sym_convenience] = ACTIONS(2087), + [anon_sym_required] = ACTIONS(2087), + [anon_sym_nonisolated] = ACTIONS(2087), + [anon_sym_public] = ACTIONS(2087), + [anon_sym_private] = ACTIONS(2087), + [anon_sym_internal] = ACTIONS(2087), + [anon_sym_fileprivate] = ACTIONS(2087), + [anon_sym_open] = ACTIONS(2087), + [anon_sym_mutating] = ACTIONS(2087), + [anon_sym_nonmutating] = ACTIONS(2087), + [anon_sym_static] = ACTIONS(2087), + [anon_sym_dynamic] = ACTIONS(2087), + [anon_sym_optional] = ACTIONS(2087), + [anon_sym_distributed] = ACTIONS(2087), + [anon_sym_final] = ACTIONS(2087), + [anon_sym_inout] = ACTIONS(2087), + [anon_sym_ATescaping] = ACTIONS(2087), + [anon_sym_ATautoclosure] = ACTIONS(2087), + [anon_sym_weak] = ACTIONS(2087), + [anon_sym_unowned] = ACTIONS(2085), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2087), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2087), + [anon_sym_borrowing] = ACTIONS(2087), + [anon_sym_consuming] = ACTIONS(2087), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2087), + [sym__explicit_semi] = ACTIONS(2087), + [sym__arrow_operator_custom] = ACTIONS(2087), + [sym__dot_custom] = ACTIONS(2087), + [sym__conjunction_operator_custom] = ACTIONS(2087), + [sym__disjunction_operator_custom] = ACTIONS(2087), + [sym__nil_coalescing_operator_custom] = ACTIONS(2087), + [sym__eq_custom] = ACTIONS(2087), + [sym__eq_eq_custom] = ACTIONS(2087), + [sym__plus_then_ws] = ACTIONS(2087), + [sym__minus_then_ws] = ACTIONS(2087), + [sym__bang_custom] = ACTIONS(2087), + [sym__throws_keyword] = ACTIONS(2087), + [sym__rethrows_keyword] = ACTIONS(2087), + [sym_default_keyword] = ACTIONS(2087), + [sym__as_custom] = ACTIONS(2087), + [sym__as_quest_custom] = ACTIONS(2087), + [sym__as_bang_custom] = ACTIONS(2087), + [sym__async_keyword_custom] = ACTIONS(2087), + [sym__custom_operator] = ACTIONS(2087), + }, + [STATE(1044)] = { + [sym__immediate_quest] = STATE(1049), + [aux_sym_optional_type_repeat1] = STATE(1049), + [anon_sym_BANG] = ACTIONS(2121), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2123), + [anon_sym_package] = ACTIONS(2123), + [anon_sym_COMMA] = ACTIONS(2123), + [anon_sym_LPAREN] = ACTIONS(2123), + [anon_sym_LBRACK] = ACTIONS(2123), + [anon_sym_DOT] = ACTIONS(2121), + [anon_sym_QMARK] = ACTIONS(2121), + [anon_sym_QMARK2] = ACTIONS(2123), + [anon_sym_AMP] = ACTIONS(2123), + [aux_sym_custom_operator_token1] = ACTIONS(2123), + [anon_sym_LT] = ACTIONS(2121), + [anon_sym_GT] = ACTIONS(2121), + [anon_sym_LBRACE] = ACTIONS(2123), + [anon_sym_CARET_LBRACE] = ACTIONS(2123), + [anon_sym_RBRACE] = ACTIONS(2123), + [anon_sym_case] = ACTIONS(2123), + [anon_sym_fallthrough] = ACTIONS(2123), + [anon_sym_PLUS_EQ] = ACTIONS(2123), + [anon_sym_DASH_EQ] = ACTIONS(2123), + [anon_sym_STAR_EQ] = ACTIONS(2123), + [anon_sym_SLASH_EQ] = ACTIONS(2123), + [anon_sym_PERCENT_EQ] = ACTIONS(2123), + [anon_sym_BANG_EQ] = ACTIONS(2121), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2123), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2123), + [anon_sym_LT_EQ] = ACTIONS(2123), + [anon_sym_GT_EQ] = ACTIONS(2123), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2123), + [anon_sym_DOT_DOT_LT] = ACTIONS(2123), + [anon_sym_is] = ACTIONS(2123), + [anon_sym_PLUS] = ACTIONS(2121), + [anon_sym_DASH] = ACTIONS(2121), + [anon_sym_STAR] = ACTIONS(2121), + [anon_sym_SLASH] = ACTIONS(2121), + [anon_sym_PERCENT] = ACTIONS(2121), + [anon_sym_PLUS_PLUS] = ACTIONS(2123), + [anon_sym_DASH_DASH] = ACTIONS(2123), + [anon_sym_PIPE] = ACTIONS(2123), + [anon_sym_CARET] = ACTIONS(2121), + [anon_sym_LT_LT] = ACTIONS(2123), + [anon_sym_GT_GT] = ACTIONS(2123), + [anon_sym_class] = ACTIONS(2123), + [anon_sym_prefix] = ACTIONS(2123), + [anon_sym_infix] = ACTIONS(2123), + [anon_sym_postfix] = ACTIONS(2123), + [anon_sym_AT] = ACTIONS(2121), + [anon_sym_override] = ACTIONS(2123), + [anon_sym_convenience] = ACTIONS(2123), + [anon_sym_required] = ACTIONS(2123), + [anon_sym_nonisolated] = ACTIONS(2123), + [anon_sym_public] = ACTIONS(2123), + [anon_sym_private] = ACTIONS(2123), + [anon_sym_internal] = ACTIONS(2123), + [anon_sym_fileprivate] = ACTIONS(2123), + [anon_sym_open] = ACTIONS(2123), + [anon_sym_mutating] = ACTIONS(2123), + [anon_sym_nonmutating] = ACTIONS(2123), + [anon_sym_static] = ACTIONS(2123), + [anon_sym_dynamic] = ACTIONS(2123), + [anon_sym_optional] = ACTIONS(2123), + [anon_sym_distributed] = ACTIONS(2123), + [anon_sym_final] = ACTIONS(2123), + [anon_sym_inout] = ACTIONS(2123), + [anon_sym_ATescaping] = ACTIONS(2123), + [anon_sym_ATautoclosure] = ACTIONS(2123), + [anon_sym_weak] = ACTIONS(2123), + [anon_sym_unowned] = ACTIONS(2121), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2123), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2123), + [anon_sym_borrowing] = ACTIONS(2123), + [anon_sym_consuming] = ACTIONS(2123), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2123), + [sym__explicit_semi] = ACTIONS(2123), + [sym__arrow_operator_custom] = ACTIONS(2123), + [sym__dot_custom] = ACTIONS(2123), + [sym__conjunction_operator_custom] = ACTIONS(2123), + [sym__disjunction_operator_custom] = ACTIONS(2123), + [sym__nil_coalescing_operator_custom] = ACTIONS(2123), + [sym__eq_custom] = ACTIONS(2123), + [sym__eq_eq_custom] = ACTIONS(2123), + [sym__plus_then_ws] = ACTIONS(2123), + [sym__minus_then_ws] = ACTIONS(2123), + [sym__bang_custom] = ACTIONS(2123), + [sym__throws_keyword] = ACTIONS(2123), + [sym__rethrows_keyword] = ACTIONS(2123), + [sym_default_keyword] = ACTIONS(2123), + [sym__as_custom] = ACTIONS(2123), + [sym__as_quest_custom] = ACTIONS(2123), + [sym__as_bang_custom] = ACTIONS(2123), + [sym__async_keyword_custom] = ACTIONS(2123), + [sym__custom_operator] = ACTIONS(2123), + }, + [STATE(1045)] = { + [sym_type_arguments] = STATE(1084), + [anon_sym_BANG] = ACTIONS(2191), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2193), + [anon_sym_package] = ACTIONS(2193), + [anon_sym_COMMA] = ACTIONS(2193), + [anon_sym_LPAREN] = ACTIONS(2193), + [anon_sym_LBRACK] = ACTIONS(2193), + [anon_sym_DOT] = ACTIONS(2191), + [anon_sym_QMARK] = ACTIONS(2191), + [anon_sym_QMARK2] = ACTIONS(2193), + [anon_sym_AMP] = ACTIONS(2193), + [aux_sym_custom_operator_token1] = ACTIONS(2193), + [anon_sym_LT] = ACTIONS(2930), + [anon_sym_GT] = ACTIONS(2191), + [anon_sym_LBRACE] = ACTIONS(2193), + [anon_sym_CARET_LBRACE] = ACTIONS(2193), + [anon_sym_RBRACE] = ACTIONS(2193), + [anon_sym_case] = ACTIONS(2193), + [anon_sym_fallthrough] = ACTIONS(2193), + [anon_sym_PLUS_EQ] = ACTIONS(2193), + [anon_sym_DASH_EQ] = ACTIONS(2193), + [anon_sym_STAR_EQ] = ACTIONS(2193), + [anon_sym_SLASH_EQ] = ACTIONS(2193), + [anon_sym_PERCENT_EQ] = ACTIONS(2193), + [anon_sym_BANG_EQ] = ACTIONS(2191), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2193), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2193), + [anon_sym_LT_EQ] = ACTIONS(2193), + [anon_sym_GT_EQ] = ACTIONS(2193), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2193), + [anon_sym_DOT_DOT_LT] = ACTIONS(2193), + [anon_sym_is] = ACTIONS(2193), + [anon_sym_PLUS] = ACTIONS(2191), + [anon_sym_DASH] = ACTIONS(2191), + [anon_sym_STAR] = ACTIONS(2191), + [anon_sym_SLASH] = ACTIONS(2191), + [anon_sym_PERCENT] = ACTIONS(2191), + [anon_sym_PLUS_PLUS] = ACTIONS(2193), + [anon_sym_DASH_DASH] = ACTIONS(2193), + [anon_sym_PIPE] = ACTIONS(2193), + [anon_sym_CARET] = ACTIONS(2191), + [anon_sym_LT_LT] = ACTIONS(2193), + [anon_sym_GT_GT] = ACTIONS(2193), + [anon_sym_class] = ACTIONS(2193), + [anon_sym_prefix] = ACTIONS(2193), + [anon_sym_infix] = ACTIONS(2193), + [anon_sym_postfix] = ACTIONS(2193), + [anon_sym_AT] = ACTIONS(2191), + [anon_sym_override] = ACTIONS(2193), + [anon_sym_convenience] = ACTIONS(2193), + [anon_sym_required] = ACTIONS(2193), + [anon_sym_nonisolated] = ACTIONS(2193), + [anon_sym_public] = ACTIONS(2193), + [anon_sym_private] = ACTIONS(2193), + [anon_sym_internal] = ACTIONS(2193), + [anon_sym_fileprivate] = ACTIONS(2193), + [anon_sym_open] = ACTIONS(2193), + [anon_sym_mutating] = ACTIONS(2193), + [anon_sym_nonmutating] = ACTIONS(2193), + [anon_sym_static] = ACTIONS(2193), + [anon_sym_dynamic] = ACTIONS(2193), + [anon_sym_optional] = ACTIONS(2193), + [anon_sym_distributed] = ACTIONS(2193), + [anon_sym_final] = ACTIONS(2193), + [anon_sym_inout] = ACTIONS(2193), + [anon_sym_ATescaping] = ACTIONS(2193), + [anon_sym_ATautoclosure] = ACTIONS(2193), + [anon_sym_weak] = ACTIONS(2193), + [anon_sym_unowned] = ACTIONS(2191), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2193), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2193), + [anon_sym_borrowing] = ACTIONS(2193), + [anon_sym_consuming] = ACTIONS(2193), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2193), + [sym__explicit_semi] = ACTIONS(2193), + [sym__arrow_operator_custom] = ACTIONS(2193), + [sym__dot_custom] = ACTIONS(2193), + [sym__conjunction_operator_custom] = ACTIONS(2193), + [sym__disjunction_operator_custom] = ACTIONS(2193), + [sym__nil_coalescing_operator_custom] = ACTIONS(2193), + [sym__eq_custom] = ACTIONS(2193), + [sym__eq_eq_custom] = ACTIONS(2193), + [sym__plus_then_ws] = ACTIONS(2193), + [sym__minus_then_ws] = ACTIONS(2193), + [sym__bang_custom] = ACTIONS(2193), + [sym__throws_keyword] = ACTIONS(2193), + [sym__rethrows_keyword] = ACTIONS(2193), + [sym_default_keyword] = ACTIONS(2193), + [sym_where_keyword] = ACTIONS(2193), + [sym__as_custom] = ACTIONS(2193), + [sym__as_quest_custom] = ACTIONS(2193), + [sym__as_bang_custom] = ACTIONS(2193), + [sym__async_keyword_custom] = ACTIONS(2193), + [sym__custom_operator] = ACTIONS(2193), + }, + [STATE(1046)] = { + [anon_sym_BANG] = ACTIONS(2325), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(2325), + [aux_sym_simple_identifier_token2] = ACTIONS(2327), + [aux_sym_simple_identifier_token3] = ACTIONS(2327), + [aux_sym_simple_identifier_token4] = ACTIONS(2327), + [anon_sym_actor] = ACTIONS(2325), + [anon_sym_async] = ACTIONS(2325), + [anon_sym_each] = ACTIONS(2325), + [anon_sym_lazy] = ACTIONS(2323), + [anon_sym_repeat] = ACTIONS(2325), + [anon_sym_package] = ACTIONS(2323), + [anon_sym_LPAREN] = ACTIONS(2327), + [anon_sym_LBRACK] = ACTIONS(2327), + [anon_sym_QMARK] = ACTIONS(2325), + [anon_sym_QMARK2] = ACTIONS(2327), + [anon_sym_AMP] = ACTIONS(2327), + [aux_sym_custom_operator_token1] = ACTIONS(2327), + [anon_sym_LT] = ACTIONS(2325), + [anon_sym_GT] = ACTIONS(2325), + [anon_sym_LBRACE] = ACTIONS(2327), + [anon_sym_CARET_LBRACE] = ACTIONS(2327), + [anon_sym_RBRACE] = ACTIONS(2329), + [anon_sym_case] = ACTIONS(2323), + [anon_sym_fallthrough] = ACTIONS(2323), + [anon_sym_PLUS_EQ] = ACTIONS(2327), + [anon_sym_DASH_EQ] = ACTIONS(2327), + [anon_sym_STAR_EQ] = ACTIONS(2327), + [anon_sym_SLASH_EQ] = ACTIONS(2327), + [anon_sym_PERCENT_EQ] = ACTIONS(2327), + [anon_sym_BANG_EQ] = ACTIONS(2325), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2327), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2327), + [anon_sym_LT_EQ] = ACTIONS(2327), + [anon_sym_GT_EQ] = ACTIONS(2327), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2327), + [anon_sym_DOT_DOT_LT] = ACTIONS(2327), + [anon_sym_is] = ACTIONS(2325), + [anon_sym_PLUS] = ACTIONS(2325), + [anon_sym_DASH] = ACTIONS(2325), + [anon_sym_STAR] = ACTIONS(2325), + [anon_sym_SLASH] = ACTIONS(2325), + [anon_sym_PERCENT] = ACTIONS(2325), + [anon_sym_PLUS_PLUS] = ACTIONS(2327), + [anon_sym_DASH_DASH] = ACTIONS(2327), + [anon_sym_PIPE] = ACTIONS(2327), + [anon_sym_CARET] = ACTIONS(2325), + [anon_sym_LT_LT] = ACTIONS(2327), + [anon_sym_GT_GT] = ACTIONS(2327), + [anon_sym_class] = ACTIONS(2323), + [anon_sym_prefix] = ACTIONS(2323), + [anon_sym_infix] = ACTIONS(2323), + [anon_sym_postfix] = ACTIONS(2323), + [anon_sym_AT] = ACTIONS(2323), + [anon_sym_override] = ACTIONS(2323), + [anon_sym_convenience] = ACTIONS(2323), + [anon_sym_required] = ACTIONS(2323), + [anon_sym_nonisolated] = ACTIONS(2323), + [anon_sym_public] = ACTIONS(2323), + [anon_sym_private] = ACTIONS(2323), + [anon_sym_internal] = ACTIONS(2323), + [anon_sym_fileprivate] = ACTIONS(2323), + [anon_sym_open] = ACTIONS(2323), + [anon_sym_mutating] = ACTIONS(2323), + [anon_sym_nonmutating] = ACTIONS(2323), + [anon_sym_static] = ACTIONS(2323), + [anon_sym_dynamic] = ACTIONS(2323), + [anon_sym_optional] = ACTIONS(2323), + [anon_sym_distributed] = ACTIONS(2323), + [anon_sym_final] = ACTIONS(2323), + [anon_sym_inout] = ACTIONS(2323), + [anon_sym_ATescaping] = ACTIONS(2329), + [anon_sym_ATautoclosure] = ACTIONS(2329), + [anon_sym_weak] = ACTIONS(2323), + [anon_sym_unowned] = ACTIONS(2323), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2329), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2329), + [anon_sym_borrowing] = ACTIONS(2323), + [anon_sym_consuming] = ACTIONS(2323), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2329), + [sym__explicit_semi] = ACTIONS(2329), + [sym__dot_custom] = ACTIONS(2327), + [sym__conjunction_operator_custom] = ACTIONS(2327), + [sym__disjunction_operator_custom] = ACTIONS(2327), + [sym__nil_coalescing_operator_custom] = ACTIONS(2327), + [sym__eq_custom] = ACTIONS(2327), + [sym__eq_eq_custom] = ACTIONS(2327), + [sym__plus_then_ws] = ACTIONS(2327), + [sym__minus_then_ws] = ACTIONS(2327), + [sym__bang_custom] = ACTIONS(2327), + [sym_default_keyword] = ACTIONS(2329), + [sym__as_custom] = ACTIONS(2327), + [sym__as_quest_custom] = ACTIONS(2327), + [sym__as_bang_custom] = ACTIONS(2327), + [sym__custom_operator] = ACTIONS(2327), + }, + [STATE(1047)] = { + [aux_sym_protocol_composition_type_repeat1] = STATE(1042), + [anon_sym_BANG] = ACTIONS(2315), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2317), + [anon_sym_package] = ACTIONS(2317), + [anon_sym_COMMA] = ACTIONS(2317), + [anon_sym_LPAREN] = ACTIONS(2317), + [anon_sym_LBRACK] = ACTIONS(2317), + [anon_sym_DOT] = ACTIONS(2315), + [anon_sym_QMARK] = ACTIONS(2315), + [anon_sym_QMARK2] = ACTIONS(2317), + [anon_sym_AMP] = ACTIONS(2317), + [aux_sym_custom_operator_token1] = ACTIONS(2317), + [anon_sym_LT] = ACTIONS(2315), + [anon_sym_GT] = ACTIONS(2315), + [anon_sym_LBRACE] = ACTIONS(2317), + [anon_sym_CARET_LBRACE] = ACTIONS(2317), + [anon_sym_RBRACE] = ACTIONS(2317), + [anon_sym_case] = ACTIONS(2317), + [anon_sym_fallthrough] = ACTIONS(2317), + [anon_sym_PLUS_EQ] = ACTIONS(2317), + [anon_sym_DASH_EQ] = ACTIONS(2317), + [anon_sym_STAR_EQ] = ACTIONS(2317), + [anon_sym_SLASH_EQ] = ACTIONS(2317), + [anon_sym_PERCENT_EQ] = ACTIONS(2317), + [anon_sym_BANG_EQ] = ACTIONS(2315), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2317), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2317), + [anon_sym_LT_EQ] = ACTIONS(2317), + [anon_sym_GT_EQ] = ACTIONS(2317), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2317), + [anon_sym_DOT_DOT_LT] = ACTIONS(2317), + [anon_sym_is] = ACTIONS(2317), + [anon_sym_PLUS] = ACTIONS(2315), + [anon_sym_DASH] = ACTIONS(2315), + [anon_sym_STAR] = ACTIONS(2315), + [anon_sym_SLASH] = ACTIONS(2315), + [anon_sym_PERCENT] = ACTIONS(2315), + [anon_sym_PLUS_PLUS] = ACTIONS(2317), + [anon_sym_DASH_DASH] = ACTIONS(2317), + [anon_sym_PIPE] = ACTIONS(2317), + [anon_sym_CARET] = ACTIONS(2315), + [anon_sym_LT_LT] = ACTIONS(2317), + [anon_sym_GT_GT] = ACTIONS(2317), + [anon_sym_class] = ACTIONS(2317), + [anon_sym_prefix] = ACTIONS(2317), + [anon_sym_infix] = ACTIONS(2317), + [anon_sym_postfix] = ACTIONS(2317), + [anon_sym_AT] = ACTIONS(2315), + [anon_sym_override] = ACTIONS(2317), + [anon_sym_convenience] = ACTIONS(2317), + [anon_sym_required] = ACTIONS(2317), + [anon_sym_nonisolated] = ACTIONS(2317), + [anon_sym_public] = ACTIONS(2317), + [anon_sym_private] = ACTIONS(2317), + [anon_sym_internal] = ACTIONS(2317), + [anon_sym_fileprivate] = ACTIONS(2317), + [anon_sym_open] = ACTIONS(2317), + [anon_sym_mutating] = ACTIONS(2317), + [anon_sym_nonmutating] = ACTIONS(2317), + [anon_sym_static] = ACTIONS(2317), + [anon_sym_dynamic] = ACTIONS(2317), + [anon_sym_optional] = ACTIONS(2317), + [anon_sym_distributed] = ACTIONS(2317), + [anon_sym_final] = ACTIONS(2317), + [anon_sym_inout] = ACTIONS(2317), + [anon_sym_ATescaping] = ACTIONS(2317), + [anon_sym_ATautoclosure] = ACTIONS(2317), + [anon_sym_weak] = ACTIONS(2317), + [anon_sym_unowned] = ACTIONS(2315), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2317), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2317), + [anon_sym_borrowing] = ACTIONS(2317), + [anon_sym_consuming] = ACTIONS(2317), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2317), + [sym__explicit_semi] = ACTIONS(2317), + [sym__arrow_operator_custom] = ACTIONS(2317), + [sym__dot_custom] = ACTIONS(2317), + [sym__conjunction_operator_custom] = ACTIONS(2317), + [sym__disjunction_operator_custom] = ACTIONS(2317), + [sym__nil_coalescing_operator_custom] = ACTIONS(2317), + [sym__eq_custom] = ACTIONS(2317), + [sym__eq_eq_custom] = ACTIONS(2317), + [sym__plus_then_ws] = ACTIONS(2317), + [sym__minus_then_ws] = ACTIONS(2317), + [sym__bang_custom] = ACTIONS(2317), + [sym__throws_keyword] = ACTIONS(2317), + [sym__rethrows_keyword] = ACTIONS(2317), + [sym_default_keyword] = ACTIONS(2317), + [sym_where_keyword] = ACTIONS(2317), + [sym__as_custom] = ACTIONS(2317), + [sym__as_quest_custom] = ACTIONS(2317), + [sym__as_bang_custom] = ACTIONS(2317), + [sym__async_keyword_custom] = ACTIONS(2317), + [sym__custom_operator] = ACTIONS(2317), + }, + [STATE(1048)] = { + [sym__dot] = STATE(5585), + [aux_sym_user_type_repeat1] = STATE(1050), + [anon_sym_BANG] = ACTIONS(2149), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2151), + [anon_sym_package] = ACTIONS(2151), + [anon_sym_COMMA] = ACTIONS(2151), + [anon_sym_LPAREN] = ACTIONS(2151), + [anon_sym_LBRACK] = ACTIONS(2151), + [anon_sym_DOT] = ACTIONS(2149), + [anon_sym_QMARK] = ACTIONS(2149), + [anon_sym_QMARK2] = ACTIONS(2151), + [anon_sym_AMP] = ACTIONS(2151), + [aux_sym_custom_operator_token1] = ACTIONS(2151), + [anon_sym_LT] = ACTIONS(2149), + [anon_sym_GT] = ACTIONS(2149), + [anon_sym_LBRACE] = ACTIONS(2151), + [anon_sym_CARET_LBRACE] = ACTIONS(2151), + [anon_sym_RBRACE] = ACTIONS(2151), + [anon_sym_case] = ACTIONS(2151), + [anon_sym_fallthrough] = ACTIONS(2151), + [anon_sym_PLUS_EQ] = ACTIONS(2151), + [anon_sym_DASH_EQ] = ACTIONS(2151), + [anon_sym_STAR_EQ] = ACTIONS(2151), + [anon_sym_SLASH_EQ] = ACTIONS(2151), + [anon_sym_PERCENT_EQ] = ACTIONS(2151), + [anon_sym_BANG_EQ] = ACTIONS(2149), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2151), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2151), + [anon_sym_LT_EQ] = ACTIONS(2151), + [anon_sym_GT_EQ] = ACTIONS(2151), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2151), + [anon_sym_DOT_DOT_LT] = ACTIONS(2151), + [anon_sym_is] = ACTIONS(2151), + [anon_sym_PLUS] = ACTIONS(2149), + [anon_sym_DASH] = ACTIONS(2149), + [anon_sym_STAR] = ACTIONS(2149), + [anon_sym_SLASH] = ACTIONS(2149), + [anon_sym_PERCENT] = ACTIONS(2149), + [anon_sym_PLUS_PLUS] = ACTIONS(2151), + [anon_sym_DASH_DASH] = ACTIONS(2151), + [anon_sym_PIPE] = ACTIONS(2151), + [anon_sym_CARET] = ACTIONS(2149), + [anon_sym_LT_LT] = ACTIONS(2151), + [anon_sym_GT_GT] = ACTIONS(2151), + [anon_sym_class] = ACTIONS(2151), + [anon_sym_prefix] = ACTIONS(2151), + [anon_sym_infix] = ACTIONS(2151), + [anon_sym_postfix] = ACTIONS(2151), + [anon_sym_AT] = ACTIONS(2149), + [anon_sym_override] = ACTIONS(2151), + [anon_sym_convenience] = ACTIONS(2151), + [anon_sym_required] = ACTIONS(2151), + [anon_sym_nonisolated] = ACTIONS(2151), + [anon_sym_public] = ACTIONS(2151), + [anon_sym_private] = ACTIONS(2151), + [anon_sym_internal] = ACTIONS(2151), + [anon_sym_fileprivate] = ACTIONS(2151), + [anon_sym_open] = ACTIONS(2151), + [anon_sym_mutating] = ACTIONS(2151), + [anon_sym_nonmutating] = ACTIONS(2151), + [anon_sym_static] = ACTIONS(2151), + [anon_sym_dynamic] = ACTIONS(2151), + [anon_sym_optional] = ACTIONS(2151), + [anon_sym_distributed] = ACTIONS(2151), + [anon_sym_final] = ACTIONS(2151), + [anon_sym_inout] = ACTIONS(2151), + [anon_sym_ATescaping] = ACTIONS(2151), + [anon_sym_ATautoclosure] = ACTIONS(2151), + [anon_sym_weak] = ACTIONS(2151), + [anon_sym_unowned] = ACTIONS(2149), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2151), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2151), + [anon_sym_borrowing] = ACTIONS(2151), + [anon_sym_consuming] = ACTIONS(2151), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2151), + [sym__explicit_semi] = ACTIONS(2151), + [sym__arrow_operator_custom] = ACTIONS(2151), + [sym__dot_custom] = ACTIONS(2932), + [sym__conjunction_operator_custom] = ACTIONS(2151), + [sym__disjunction_operator_custom] = ACTIONS(2151), + [sym__nil_coalescing_operator_custom] = ACTIONS(2151), + [sym__eq_custom] = ACTIONS(2151), + [sym__eq_eq_custom] = ACTIONS(2151), + [sym__plus_then_ws] = ACTIONS(2151), + [sym__minus_then_ws] = ACTIONS(2151), + [sym__bang_custom] = ACTIONS(2151), + [sym__throws_keyword] = ACTIONS(2151), + [sym__rethrows_keyword] = ACTIONS(2151), + [sym_default_keyword] = ACTIONS(2151), + [sym__as_custom] = ACTIONS(2151), + [sym__as_quest_custom] = ACTIONS(2151), + [sym__as_bang_custom] = ACTIONS(2151), + [sym__async_keyword_custom] = ACTIONS(2151), + [sym__custom_operator] = ACTIONS(2151), + }, + [STATE(1049)] = { + [sym__immediate_quest] = STATE(1049), + [aux_sym_optional_type_repeat1] = STATE(1049), + [anon_sym_BANG] = ACTIONS(2142), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2144), + [anon_sym_package] = ACTIONS(2144), + [anon_sym_COMMA] = ACTIONS(2144), + [anon_sym_LPAREN] = ACTIONS(2144), + [anon_sym_LBRACK] = ACTIONS(2144), + [anon_sym_DOT] = ACTIONS(2142), + [anon_sym_QMARK] = ACTIONS(2142), + [anon_sym_QMARK2] = ACTIONS(2935), + [anon_sym_AMP] = ACTIONS(2144), + [aux_sym_custom_operator_token1] = ACTIONS(2144), + [anon_sym_LT] = ACTIONS(2142), + [anon_sym_GT] = ACTIONS(2142), + [anon_sym_LBRACE] = ACTIONS(2144), + [anon_sym_CARET_LBRACE] = ACTIONS(2144), + [anon_sym_RBRACE] = ACTIONS(2144), + [anon_sym_case] = ACTIONS(2144), + [anon_sym_fallthrough] = ACTIONS(2144), + [anon_sym_PLUS_EQ] = ACTIONS(2144), + [anon_sym_DASH_EQ] = ACTIONS(2144), + [anon_sym_STAR_EQ] = ACTIONS(2144), + [anon_sym_SLASH_EQ] = ACTIONS(2144), + [anon_sym_PERCENT_EQ] = ACTIONS(2144), + [anon_sym_BANG_EQ] = ACTIONS(2142), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2144), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2144), + [anon_sym_LT_EQ] = ACTIONS(2144), + [anon_sym_GT_EQ] = ACTIONS(2144), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2144), + [anon_sym_DOT_DOT_LT] = ACTIONS(2144), + [anon_sym_is] = ACTIONS(2144), + [anon_sym_PLUS] = ACTIONS(2142), + [anon_sym_DASH] = ACTIONS(2142), + [anon_sym_STAR] = ACTIONS(2142), + [anon_sym_SLASH] = ACTIONS(2142), + [anon_sym_PERCENT] = ACTIONS(2142), + [anon_sym_PLUS_PLUS] = ACTIONS(2144), + [anon_sym_DASH_DASH] = ACTIONS(2144), + [anon_sym_PIPE] = ACTIONS(2144), + [anon_sym_CARET] = ACTIONS(2142), + [anon_sym_LT_LT] = ACTIONS(2144), + [anon_sym_GT_GT] = ACTIONS(2144), + [anon_sym_class] = ACTIONS(2144), + [anon_sym_prefix] = ACTIONS(2144), + [anon_sym_infix] = ACTIONS(2144), + [anon_sym_postfix] = ACTIONS(2144), + [anon_sym_AT] = ACTIONS(2142), + [anon_sym_override] = ACTIONS(2144), + [anon_sym_convenience] = ACTIONS(2144), + [anon_sym_required] = ACTIONS(2144), + [anon_sym_nonisolated] = ACTIONS(2144), + [anon_sym_public] = ACTIONS(2144), + [anon_sym_private] = ACTIONS(2144), + [anon_sym_internal] = ACTIONS(2144), + [anon_sym_fileprivate] = ACTIONS(2144), + [anon_sym_open] = ACTIONS(2144), + [anon_sym_mutating] = ACTIONS(2144), + [anon_sym_nonmutating] = ACTIONS(2144), + [anon_sym_static] = ACTIONS(2144), + [anon_sym_dynamic] = ACTIONS(2144), + [anon_sym_optional] = ACTIONS(2144), + [anon_sym_distributed] = ACTIONS(2144), + [anon_sym_final] = ACTIONS(2144), + [anon_sym_inout] = ACTIONS(2144), + [anon_sym_ATescaping] = ACTIONS(2144), + [anon_sym_ATautoclosure] = ACTIONS(2144), + [anon_sym_weak] = ACTIONS(2144), + [anon_sym_unowned] = ACTIONS(2142), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2144), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2144), + [anon_sym_borrowing] = ACTIONS(2144), + [anon_sym_consuming] = ACTIONS(2144), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2144), + [sym__explicit_semi] = ACTIONS(2144), + [sym__arrow_operator_custom] = ACTIONS(2144), + [sym__dot_custom] = ACTIONS(2144), + [sym__conjunction_operator_custom] = ACTIONS(2144), + [sym__disjunction_operator_custom] = ACTIONS(2144), + [sym__nil_coalescing_operator_custom] = ACTIONS(2144), + [sym__eq_custom] = ACTIONS(2144), + [sym__eq_eq_custom] = ACTIONS(2144), + [sym__plus_then_ws] = ACTIONS(2144), + [sym__minus_then_ws] = ACTIONS(2144), + [sym__bang_custom] = ACTIONS(2144), + [sym__throws_keyword] = ACTIONS(2144), + [sym__rethrows_keyword] = ACTIONS(2144), + [sym_default_keyword] = ACTIONS(2144), + [sym__as_custom] = ACTIONS(2144), + [sym__as_quest_custom] = ACTIONS(2144), + [sym__as_bang_custom] = ACTIONS(2144), + [sym__async_keyword_custom] = ACTIONS(2144), + [sym__custom_operator] = ACTIONS(2144), + }, + [STATE(1050)] = { + [sym__dot] = STATE(5585), + [aux_sym_user_type_repeat1] = STATE(1052), + [anon_sym_BANG] = ACTIONS(2164), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2166), + [anon_sym_package] = ACTIONS(2166), + [anon_sym_COMMA] = ACTIONS(2166), + [anon_sym_LPAREN] = ACTIONS(2166), + [anon_sym_LBRACK] = ACTIONS(2166), + [anon_sym_DOT] = ACTIONS(2164), + [anon_sym_QMARK] = ACTIONS(2164), + [anon_sym_QMARK2] = ACTIONS(2166), + [anon_sym_AMP] = ACTIONS(2166), + [aux_sym_custom_operator_token1] = ACTIONS(2166), + [anon_sym_LT] = ACTIONS(2164), + [anon_sym_GT] = ACTIONS(2164), + [anon_sym_LBRACE] = ACTIONS(2166), + [anon_sym_CARET_LBRACE] = ACTIONS(2166), + [anon_sym_RBRACE] = ACTIONS(2166), + [anon_sym_case] = ACTIONS(2166), + [anon_sym_fallthrough] = ACTIONS(2166), + [anon_sym_PLUS_EQ] = ACTIONS(2166), + [anon_sym_DASH_EQ] = ACTIONS(2166), + [anon_sym_STAR_EQ] = ACTIONS(2166), + [anon_sym_SLASH_EQ] = ACTIONS(2166), + [anon_sym_PERCENT_EQ] = ACTIONS(2166), + [anon_sym_BANG_EQ] = ACTIONS(2164), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2166), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2166), + [anon_sym_LT_EQ] = ACTIONS(2166), + [anon_sym_GT_EQ] = ACTIONS(2166), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2166), + [anon_sym_DOT_DOT_LT] = ACTIONS(2166), + [anon_sym_is] = ACTIONS(2166), + [anon_sym_PLUS] = ACTIONS(2164), + [anon_sym_DASH] = ACTIONS(2164), + [anon_sym_STAR] = ACTIONS(2164), + [anon_sym_SLASH] = ACTIONS(2164), + [anon_sym_PERCENT] = ACTIONS(2164), + [anon_sym_PLUS_PLUS] = ACTIONS(2166), + [anon_sym_DASH_DASH] = ACTIONS(2166), + [anon_sym_PIPE] = ACTIONS(2166), + [anon_sym_CARET] = ACTIONS(2164), + [anon_sym_LT_LT] = ACTIONS(2166), + [anon_sym_GT_GT] = ACTIONS(2166), + [anon_sym_class] = ACTIONS(2166), + [anon_sym_prefix] = ACTIONS(2166), + [anon_sym_infix] = ACTIONS(2166), + [anon_sym_postfix] = ACTIONS(2166), + [anon_sym_AT] = ACTIONS(2164), + [anon_sym_override] = ACTIONS(2166), + [anon_sym_convenience] = ACTIONS(2166), + [anon_sym_required] = ACTIONS(2166), + [anon_sym_nonisolated] = ACTIONS(2166), + [anon_sym_public] = ACTIONS(2166), + [anon_sym_private] = ACTIONS(2166), + [anon_sym_internal] = ACTIONS(2166), + [anon_sym_fileprivate] = ACTIONS(2166), + [anon_sym_open] = ACTIONS(2166), + [anon_sym_mutating] = ACTIONS(2166), + [anon_sym_nonmutating] = ACTIONS(2166), + [anon_sym_static] = ACTIONS(2166), + [anon_sym_dynamic] = ACTIONS(2166), + [anon_sym_optional] = ACTIONS(2166), + [anon_sym_distributed] = ACTIONS(2166), + [anon_sym_final] = ACTIONS(2166), + [anon_sym_inout] = ACTIONS(2166), + [anon_sym_ATescaping] = ACTIONS(2166), + [anon_sym_ATautoclosure] = ACTIONS(2166), + [anon_sym_weak] = ACTIONS(2166), + [anon_sym_unowned] = ACTIONS(2164), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2166), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2166), + [anon_sym_borrowing] = ACTIONS(2166), + [anon_sym_consuming] = ACTIONS(2166), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2166), + [sym__explicit_semi] = ACTIONS(2166), + [sym__arrow_operator_custom] = ACTIONS(2166), + [sym__dot_custom] = ACTIONS(2938), + [sym__conjunction_operator_custom] = ACTIONS(2166), + [sym__disjunction_operator_custom] = ACTIONS(2166), + [sym__nil_coalescing_operator_custom] = ACTIONS(2166), + [sym__eq_custom] = ACTIONS(2166), + [sym__eq_eq_custom] = ACTIONS(2166), + [sym__plus_then_ws] = ACTIONS(2166), + [sym__minus_then_ws] = ACTIONS(2166), + [sym__bang_custom] = ACTIONS(2166), + [sym__throws_keyword] = ACTIONS(2166), + [sym__rethrows_keyword] = ACTIONS(2166), + [sym_default_keyword] = ACTIONS(2166), + [sym__as_custom] = ACTIONS(2166), + [sym__as_quest_custom] = ACTIONS(2166), + [sym__as_bang_custom] = ACTIONS(2166), + [sym__async_keyword_custom] = ACTIONS(2166), + [sym__custom_operator] = ACTIONS(2166), + }, + [STATE(1051)] = { + [sym_simple_identifier] = STATE(1744), + [sym__contextual_simple_identifier] = STATE(1742), + [sym_unannotated_type] = STATE(1771), + [sym_user_type] = STATE(1760), + [sym__simple_user_type] = STATE(1799), + [sym_tuple_type] = STATE(1726), + [sym_function_type] = STATE(1881), + [sym_array_type] = STATE(1760), + [sym_dictionary_type] = STATE(1760), + [sym_optional_type] = STATE(1881), + [sym_metatype] = STATE(1881), + [sym_opaque_type] = STATE(1881), + [sym_existential_type] = STATE(1881), + [sym_type_parameter_pack] = STATE(1881), + [sym_type_pack_expansion] = STATE(1881), + [sym_protocol_composition_type] = STATE(1881), + [sym_suppressed_constraint] = STATE(1881), + [sym__parenthesized_type] = STATE(1819), + [sym__parameter_ownership_modifier] = STATE(1742), + [sym_comment] = ACTIONS(5), + [aux_sym_simple_identifier_token1] = ACTIONS(2941), + [aux_sym_simple_identifier_token2] = ACTIONS(2943), + [aux_sym_simple_identifier_token3] = ACTIONS(2943), + [aux_sym_simple_identifier_token4] = ACTIONS(2943), + [anon_sym_actor] = ACTIONS(2945), + [anon_sym_async] = ACTIONS(2945), + [anon_sym_each] = ACTIONS(2948), + [anon_sym_lazy] = ACTIONS(2945), + [anon_sym_repeat] = ACTIONS(2950), + [anon_sym_package] = ACTIONS(2945), + [anon_sym_COMMA] = ACTIONS(619), + [anon_sym_BANG2] = ACTIONS(619), + [anon_sym_LPAREN] = ACTIONS(2952), + [anon_sym_LBRACK] = ACTIONS(2954), + [anon_sym_DOT] = ACTIONS(619), + [anon_sym_QMARK2] = ACTIONS(619), + [anon_sym_some] = ACTIONS(2956), + [anon_sym_any] = ACTIONS(2958), + [anon_sym_AMP] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(2960), + [anon_sym_LT] = ACTIONS(619), + [anon_sym_LBRACE] = ACTIONS(619), + [anon_sym_RBRACE] = ACTIONS(619), + [anon_sym_case] = ACTIONS(625), + [anon_sym_import] = ACTIONS(625), + [anon_sym_typealias] = ACTIONS(625), + [anon_sym_struct] = ACTIONS(625), + [anon_sym_class] = ACTIONS(625), + [anon_sym_enum] = ACTIONS(625), + [anon_sym_protocol] = ACTIONS(625), + [anon_sym_let] = ACTIONS(625), + [anon_sym_var] = ACTIONS(625), + [anon_sym_func] = ACTIONS(625), + [anon_sym_extension] = ACTIONS(625), + [anon_sym_indirect] = ACTIONS(625), + [anon_sym_init] = ACTIONS(625), + [anon_sym_deinit] = ACTIONS(625), + [anon_sym_subscript] = ACTIONS(625), + [anon_sym_prefix] = ACTIONS(625), + [anon_sym_infix] = ACTIONS(625), + [anon_sym_postfix] = ACTIONS(625), + [anon_sym_precedencegroup] = ACTIONS(625), + [anon_sym_associatedtype] = ACTIONS(625), + [anon_sym_AT] = ACTIONS(625), + [anon_sym_override] = ACTIONS(625), + [anon_sym_convenience] = ACTIONS(625), + [anon_sym_required] = ACTIONS(625), + [anon_sym_nonisolated] = ACTIONS(625), + [anon_sym_public] = ACTIONS(625), + [anon_sym_private] = ACTIONS(625), + [anon_sym_internal] = ACTIONS(625), + [anon_sym_fileprivate] = ACTIONS(625), + [anon_sym_open] = ACTIONS(625), + [anon_sym_mutating] = ACTIONS(625), + [anon_sym_nonmutating] = ACTIONS(625), + [anon_sym_static] = ACTIONS(625), + [anon_sym_dynamic] = ACTIONS(625), + [anon_sym_optional] = ACTIONS(625), + [anon_sym_distributed] = ACTIONS(625), + [anon_sym_final] = ACTIONS(625), + [anon_sym_inout] = ACTIONS(625), + [anon_sym_ATescaping] = ACTIONS(619), + [anon_sym_ATautoclosure] = ACTIONS(619), + [anon_sym_weak] = ACTIONS(625), + [anon_sym_unowned] = ACTIONS(625), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(619), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(619), + [anon_sym_borrowing] = ACTIONS(2945), + [anon_sym_consuming] = ACTIONS(2945), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(619), + [sym__dot_custom] = ACTIONS(619), + [sym__eq_custom] = ACTIONS(619), + [sym__throws_keyword] = ACTIONS(619), + [sym__rethrows_keyword] = ACTIONS(619), + [sym__async_keyword_custom] = ACTIONS(619), + }, + [STATE(1052)] = { + [sym__dot] = STATE(5585), + [aux_sym_user_type_repeat1] = STATE(1052), + [anon_sym_BANG] = ACTIONS(2099), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2101), + [anon_sym_package] = ACTIONS(2101), + [anon_sym_COMMA] = ACTIONS(2101), + [anon_sym_LPAREN] = ACTIONS(2101), + [anon_sym_LBRACK] = ACTIONS(2101), + [anon_sym_DOT] = ACTIONS(2099), + [anon_sym_QMARK] = ACTIONS(2099), + [anon_sym_QMARK2] = ACTIONS(2101), + [anon_sym_AMP] = ACTIONS(2101), + [aux_sym_custom_operator_token1] = ACTIONS(2101), + [anon_sym_LT] = ACTIONS(2099), + [anon_sym_GT] = ACTIONS(2099), + [anon_sym_LBRACE] = ACTIONS(2101), + [anon_sym_CARET_LBRACE] = ACTIONS(2101), + [anon_sym_RBRACE] = ACTIONS(2101), + [anon_sym_case] = ACTIONS(2101), + [anon_sym_fallthrough] = ACTIONS(2101), + [anon_sym_PLUS_EQ] = ACTIONS(2101), + [anon_sym_DASH_EQ] = ACTIONS(2101), + [anon_sym_STAR_EQ] = ACTIONS(2101), + [anon_sym_SLASH_EQ] = ACTIONS(2101), + [anon_sym_PERCENT_EQ] = ACTIONS(2101), + [anon_sym_BANG_EQ] = ACTIONS(2099), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2101), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2101), + [anon_sym_LT_EQ] = ACTIONS(2101), + [anon_sym_GT_EQ] = ACTIONS(2101), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2101), + [anon_sym_DOT_DOT_LT] = ACTIONS(2101), + [anon_sym_is] = ACTIONS(2101), + [anon_sym_PLUS] = ACTIONS(2099), + [anon_sym_DASH] = ACTIONS(2099), + [anon_sym_STAR] = ACTIONS(2099), + [anon_sym_SLASH] = ACTIONS(2099), + [anon_sym_PERCENT] = ACTIONS(2099), + [anon_sym_PLUS_PLUS] = ACTIONS(2101), + [anon_sym_DASH_DASH] = ACTIONS(2101), + [anon_sym_PIPE] = ACTIONS(2101), + [anon_sym_CARET] = ACTIONS(2099), + [anon_sym_LT_LT] = ACTIONS(2101), + [anon_sym_GT_GT] = ACTIONS(2101), + [anon_sym_class] = ACTIONS(2101), + [anon_sym_prefix] = ACTIONS(2101), + [anon_sym_infix] = ACTIONS(2101), + [anon_sym_postfix] = ACTIONS(2101), + [anon_sym_AT] = ACTIONS(2099), + [anon_sym_override] = ACTIONS(2101), + [anon_sym_convenience] = ACTIONS(2101), + [anon_sym_required] = ACTIONS(2101), + [anon_sym_nonisolated] = ACTIONS(2101), + [anon_sym_public] = ACTIONS(2101), + [anon_sym_private] = ACTIONS(2101), + [anon_sym_internal] = ACTIONS(2101), + [anon_sym_fileprivate] = ACTIONS(2101), + [anon_sym_open] = ACTIONS(2101), + [anon_sym_mutating] = ACTIONS(2101), + [anon_sym_nonmutating] = ACTIONS(2101), + [anon_sym_static] = ACTIONS(2101), + [anon_sym_dynamic] = ACTIONS(2101), + [anon_sym_optional] = ACTIONS(2101), + [anon_sym_distributed] = ACTIONS(2101), + [anon_sym_final] = ACTIONS(2101), + [anon_sym_inout] = ACTIONS(2101), + [anon_sym_ATescaping] = ACTIONS(2101), + [anon_sym_ATautoclosure] = ACTIONS(2101), + [anon_sym_weak] = ACTIONS(2101), + [anon_sym_unowned] = ACTIONS(2099), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2101), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2101), + [anon_sym_borrowing] = ACTIONS(2101), + [anon_sym_consuming] = ACTIONS(2101), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2101), + [sym__explicit_semi] = ACTIONS(2101), + [sym__arrow_operator_custom] = ACTIONS(2101), + [sym__dot_custom] = ACTIONS(2962), + [sym__conjunction_operator_custom] = ACTIONS(2101), + [sym__disjunction_operator_custom] = ACTIONS(2101), + [sym__nil_coalescing_operator_custom] = ACTIONS(2101), + [sym__eq_custom] = ACTIONS(2101), + [sym__eq_eq_custom] = ACTIONS(2101), + [sym__plus_then_ws] = ACTIONS(2101), + [sym__minus_then_ws] = ACTIONS(2101), + [sym__bang_custom] = ACTIONS(2101), + [sym__throws_keyword] = ACTIONS(2101), + [sym__rethrows_keyword] = ACTIONS(2101), + [sym_default_keyword] = ACTIONS(2101), + [sym__as_custom] = ACTIONS(2101), + [sym__as_quest_custom] = ACTIONS(2101), + [sym__as_bang_custom] = ACTIONS(2101), + [sym__async_keyword_custom] = ACTIONS(2101), + [sym__custom_operator] = ACTIONS(2101), + }, + [STATE(1053)] = { + [sym_simple_identifier] = STATE(1744), + [sym__contextual_simple_identifier] = STATE(1742), + [sym_unannotated_type] = STATE(1769), + [sym_user_type] = STATE(1760), + [sym__simple_user_type] = STATE(1799), + [sym_tuple_type] = STATE(1726), + [sym_function_type] = STATE(1881), + [sym_array_type] = STATE(1760), + [sym_dictionary_type] = STATE(1760), + [sym_optional_type] = STATE(1881), + [sym_metatype] = STATE(1881), + [sym_opaque_type] = STATE(1881), + [sym_existential_type] = STATE(1881), + [sym_type_parameter_pack] = STATE(1881), + [sym_type_pack_expansion] = STATE(1881), + [sym_protocol_composition_type] = STATE(1881), + [sym_suppressed_constraint] = STATE(1881), + [sym__parenthesized_type] = STATE(1819), + [sym__parameter_ownership_modifier] = STATE(1742), + [sym_comment] = ACTIONS(5), + [aux_sym_simple_identifier_token1] = ACTIONS(2941), + [aux_sym_simple_identifier_token2] = ACTIONS(2943), + [aux_sym_simple_identifier_token3] = ACTIONS(2943), + [aux_sym_simple_identifier_token4] = ACTIONS(2943), + [anon_sym_actor] = ACTIONS(2945), + [anon_sym_async] = ACTIONS(2945), + [anon_sym_each] = ACTIONS(2948), + [anon_sym_lazy] = ACTIONS(2945), + [anon_sym_repeat] = ACTIONS(2950), + [anon_sym_package] = ACTIONS(2945), + [anon_sym_COMMA] = ACTIONS(619), + [anon_sym_BANG2] = ACTIONS(619), + [anon_sym_LPAREN] = ACTIONS(2952), + [anon_sym_LBRACK] = ACTIONS(2954), + [anon_sym_DOT] = ACTIONS(619), + [anon_sym_QMARK2] = ACTIONS(619), + [anon_sym_some] = ACTIONS(2956), + [anon_sym_any] = ACTIONS(2958), + [anon_sym_AMP] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(2960), + [anon_sym_LT] = ACTIONS(619), + [anon_sym_LBRACE] = ACTIONS(619), + [anon_sym_RBRACE] = ACTIONS(619), + [anon_sym_case] = ACTIONS(625), + [anon_sym_import] = ACTIONS(625), + [anon_sym_typealias] = ACTIONS(625), + [anon_sym_struct] = ACTIONS(625), + [anon_sym_class] = ACTIONS(625), + [anon_sym_enum] = ACTIONS(625), + [anon_sym_protocol] = ACTIONS(625), + [anon_sym_let] = ACTIONS(625), + [anon_sym_var] = ACTIONS(625), + [anon_sym_func] = ACTIONS(625), + [anon_sym_extension] = ACTIONS(625), + [anon_sym_indirect] = ACTIONS(625), + [anon_sym_init] = ACTIONS(625), + [anon_sym_deinit] = ACTIONS(625), + [anon_sym_subscript] = ACTIONS(625), + [anon_sym_prefix] = ACTIONS(625), + [anon_sym_infix] = ACTIONS(625), + [anon_sym_postfix] = ACTIONS(625), + [anon_sym_precedencegroup] = ACTIONS(625), + [anon_sym_associatedtype] = ACTIONS(625), + [anon_sym_AT] = ACTIONS(625), + [anon_sym_override] = ACTIONS(625), + [anon_sym_convenience] = ACTIONS(625), + [anon_sym_required] = ACTIONS(625), + [anon_sym_nonisolated] = ACTIONS(625), + [anon_sym_public] = ACTIONS(625), + [anon_sym_private] = ACTIONS(625), + [anon_sym_internal] = ACTIONS(625), + [anon_sym_fileprivate] = ACTIONS(625), + [anon_sym_open] = ACTIONS(625), + [anon_sym_mutating] = ACTIONS(625), + [anon_sym_nonmutating] = ACTIONS(625), + [anon_sym_static] = ACTIONS(625), + [anon_sym_dynamic] = ACTIONS(625), + [anon_sym_optional] = ACTIONS(625), + [anon_sym_distributed] = ACTIONS(625), + [anon_sym_final] = ACTIONS(625), + [anon_sym_inout] = ACTIONS(625), + [anon_sym_ATescaping] = ACTIONS(619), + [anon_sym_ATautoclosure] = ACTIONS(619), + [anon_sym_weak] = ACTIONS(625), + [anon_sym_unowned] = ACTIONS(625), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(619), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(619), + [anon_sym_borrowing] = ACTIONS(2945), + [anon_sym_consuming] = ACTIONS(2945), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(619), + [sym__dot_custom] = ACTIONS(619), + [sym__eq_custom] = ACTIONS(619), + [sym__throws_keyword] = ACTIONS(619), + [sym__rethrows_keyword] = ACTIONS(619), + [sym__async_keyword_custom] = ACTIONS(619), + }, + [STATE(1054)] = { + [aux_sym_protocol_composition_type_repeat1] = STATE(1058), + [anon_sym_BANG] = ACTIONS(2315), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2317), + [anon_sym_package] = ACTIONS(2317), + [anon_sym_COMMA] = ACTIONS(2317), + [anon_sym_LPAREN] = ACTIONS(2317), + [anon_sym_LBRACK] = ACTIONS(2317), + [anon_sym_DOT] = ACTIONS(2315), + [anon_sym_QMARK] = ACTIONS(2315), + [anon_sym_QMARK2] = ACTIONS(2317), + [anon_sym_AMP] = ACTIONS(2317), + [aux_sym_custom_operator_token1] = ACTIONS(2317), + [anon_sym_LT] = ACTIONS(2315), + [anon_sym_GT] = ACTIONS(2315), + [anon_sym_LBRACE] = ACTIONS(2317), + [anon_sym_CARET_LBRACE] = ACTIONS(2317), + [anon_sym_RBRACE] = ACTIONS(2317), + [anon_sym_case] = ACTIONS(2317), + [anon_sym_fallthrough] = ACTIONS(2317), + [anon_sym_PLUS_EQ] = ACTIONS(2317), + [anon_sym_DASH_EQ] = ACTIONS(2317), + [anon_sym_STAR_EQ] = ACTIONS(2317), + [anon_sym_SLASH_EQ] = ACTIONS(2317), + [anon_sym_PERCENT_EQ] = ACTIONS(2317), + [anon_sym_BANG_EQ] = ACTIONS(2315), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2317), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2317), + [anon_sym_LT_EQ] = ACTIONS(2317), + [anon_sym_GT_EQ] = ACTIONS(2317), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2317), + [anon_sym_DOT_DOT_LT] = ACTIONS(2317), + [anon_sym_is] = ACTIONS(2317), + [anon_sym_PLUS] = ACTIONS(2315), + [anon_sym_DASH] = ACTIONS(2315), + [anon_sym_STAR] = ACTIONS(2315), + [anon_sym_SLASH] = ACTIONS(2315), + [anon_sym_PERCENT] = ACTIONS(2315), + [anon_sym_PLUS_PLUS] = ACTIONS(2317), + [anon_sym_DASH_DASH] = ACTIONS(2317), + [anon_sym_PIPE] = ACTIONS(2317), + [anon_sym_CARET] = ACTIONS(2315), + [anon_sym_LT_LT] = ACTIONS(2317), + [anon_sym_GT_GT] = ACTIONS(2317), + [anon_sym_class] = ACTIONS(2317), + [anon_sym_prefix] = ACTIONS(2317), + [anon_sym_infix] = ACTIONS(2317), + [anon_sym_postfix] = ACTIONS(2317), + [anon_sym_AT] = ACTIONS(2315), + [anon_sym_override] = ACTIONS(2317), + [anon_sym_convenience] = ACTIONS(2317), + [anon_sym_required] = ACTIONS(2317), + [anon_sym_nonisolated] = ACTIONS(2317), + [anon_sym_public] = ACTIONS(2317), + [anon_sym_private] = ACTIONS(2317), + [anon_sym_internal] = ACTIONS(2317), + [anon_sym_fileprivate] = ACTIONS(2317), + [anon_sym_open] = ACTIONS(2317), + [anon_sym_mutating] = ACTIONS(2317), + [anon_sym_nonmutating] = ACTIONS(2317), + [anon_sym_static] = ACTIONS(2317), + [anon_sym_dynamic] = ACTIONS(2317), + [anon_sym_optional] = ACTIONS(2317), + [anon_sym_distributed] = ACTIONS(2317), + [anon_sym_final] = ACTIONS(2317), + [anon_sym_inout] = ACTIONS(2317), + [anon_sym_ATescaping] = ACTIONS(2317), + [anon_sym_ATautoclosure] = ACTIONS(2317), + [anon_sym_weak] = ACTIONS(2317), + [anon_sym_unowned] = ACTIONS(2315), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2317), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2317), + [anon_sym_borrowing] = ACTIONS(2317), + [anon_sym_consuming] = ACTIONS(2317), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2317), + [sym__explicit_semi] = ACTIONS(2317), + [sym__arrow_operator_custom] = ACTIONS(2317), + [sym__dot_custom] = ACTIONS(2317), + [sym__conjunction_operator_custom] = ACTIONS(2317), + [sym__disjunction_operator_custom] = ACTIONS(2317), + [sym__nil_coalescing_operator_custom] = ACTIONS(2317), + [sym__eq_custom] = ACTIONS(2317), + [sym__eq_eq_custom] = ACTIONS(2317), + [sym__plus_then_ws] = ACTIONS(2317), + [sym__minus_then_ws] = ACTIONS(2317), + [sym__bang_custom] = ACTIONS(2317), + [sym__throws_keyword] = ACTIONS(2317), + [sym__rethrows_keyword] = ACTIONS(2317), + [sym_default_keyword] = ACTIONS(2317), + [sym__as_custom] = ACTIONS(2317), + [sym__as_quest_custom] = ACTIONS(2317), + [sym__as_bang_custom] = ACTIONS(2317), + [sym__async_keyword_custom] = ACTIONS(2317), + [sym__custom_operator] = ACTIONS(2317), + }, + [STATE(1055)] = { + [anon_sym_BANG] = ACTIONS(2300), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2302), + [anon_sym_package] = ACTIONS(2302), + [anon_sym_COMMA] = ACTIONS(2302), + [anon_sym_LPAREN] = ACTIONS(2302), + [anon_sym_LBRACK] = ACTIONS(2302), + [anon_sym_DOT] = ACTIONS(2300), + [anon_sym_QMARK] = ACTIONS(2300), + [anon_sym_QMARK2] = ACTIONS(2302), + [anon_sym_AMP] = ACTIONS(2302), + [aux_sym_custom_operator_token1] = ACTIONS(2302), + [anon_sym_LT] = ACTIONS(2300), + [anon_sym_GT] = ACTIONS(2300), + [anon_sym_LBRACE] = ACTIONS(2302), + [anon_sym_CARET_LBRACE] = ACTIONS(2302), + [anon_sym_RBRACE] = ACTIONS(2302), + [anon_sym_case] = ACTIONS(2302), + [anon_sym_fallthrough] = ACTIONS(2302), + [anon_sym_PLUS_EQ] = ACTIONS(2302), + [anon_sym_DASH_EQ] = ACTIONS(2302), + [anon_sym_STAR_EQ] = ACTIONS(2302), + [anon_sym_SLASH_EQ] = ACTIONS(2302), + [anon_sym_PERCENT_EQ] = ACTIONS(2302), + [anon_sym_BANG_EQ] = ACTIONS(2300), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2302), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2302), + [anon_sym_LT_EQ] = ACTIONS(2302), + [anon_sym_GT_EQ] = ACTIONS(2302), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2302), + [anon_sym_DOT_DOT_LT] = ACTIONS(2302), + [anon_sym_is] = ACTIONS(2302), + [anon_sym_PLUS] = ACTIONS(2300), + [anon_sym_DASH] = ACTIONS(2300), + [anon_sym_STAR] = ACTIONS(2300), + [anon_sym_SLASH] = ACTIONS(2300), + [anon_sym_PERCENT] = ACTIONS(2300), + [anon_sym_PLUS_PLUS] = ACTIONS(2302), + [anon_sym_DASH_DASH] = ACTIONS(2302), + [anon_sym_PIPE] = ACTIONS(2302), + [anon_sym_CARET] = ACTIONS(2300), + [anon_sym_LT_LT] = ACTIONS(2302), + [anon_sym_GT_GT] = ACTIONS(2302), + [anon_sym_class] = ACTIONS(2302), + [anon_sym_prefix] = ACTIONS(2302), + [anon_sym_infix] = ACTIONS(2302), + [anon_sym_postfix] = ACTIONS(2302), + [anon_sym_AT] = ACTIONS(2300), + [anon_sym_override] = ACTIONS(2302), + [anon_sym_convenience] = ACTIONS(2302), + [anon_sym_required] = ACTIONS(2302), + [anon_sym_nonisolated] = ACTIONS(2302), + [anon_sym_public] = ACTIONS(2302), + [anon_sym_private] = ACTIONS(2302), + [anon_sym_internal] = ACTIONS(2302), + [anon_sym_fileprivate] = ACTIONS(2302), + [anon_sym_open] = ACTIONS(2302), + [anon_sym_mutating] = ACTIONS(2302), + [anon_sym_nonmutating] = ACTIONS(2302), + [anon_sym_static] = ACTIONS(2302), + [anon_sym_dynamic] = ACTIONS(2302), + [anon_sym_optional] = ACTIONS(2302), + [anon_sym_distributed] = ACTIONS(2302), + [anon_sym_final] = ACTIONS(2302), + [anon_sym_inout] = ACTIONS(2302), + [anon_sym_ATescaping] = ACTIONS(2302), + [anon_sym_ATautoclosure] = ACTIONS(2302), + [anon_sym_weak] = ACTIONS(2302), + [anon_sym_unowned] = ACTIONS(2300), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2302), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2302), + [anon_sym_borrowing] = ACTIONS(2302), + [anon_sym_consuming] = ACTIONS(2302), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2302), + [sym__explicit_semi] = ACTIONS(2302), + [sym__arrow_operator_custom] = ACTIONS(2302), + [sym__dot_custom] = ACTIONS(2302), + [sym__conjunction_operator_custom] = ACTIONS(2302), + [sym__disjunction_operator_custom] = ACTIONS(2302), + [sym__nil_coalescing_operator_custom] = ACTIONS(2302), + [sym__eq_custom] = ACTIONS(2302), + [sym__eq_eq_custom] = ACTIONS(2302), + [sym__plus_then_ws] = ACTIONS(2302), + [sym__minus_then_ws] = ACTIONS(2302), + [sym__bang_custom] = ACTIONS(2302), + [sym__throws_keyword] = ACTIONS(2302), + [sym__rethrows_keyword] = ACTIONS(2302), + [sym_default_keyword] = ACTIONS(2302), + [sym_where_keyword] = ACTIONS(2302), + [sym__as_custom] = ACTIONS(2302), + [sym__as_quest_custom] = ACTIONS(2302), + [sym__as_bang_custom] = ACTIONS(2302), + [sym__async_keyword_custom] = ACTIONS(2302), + [sym__custom_operator] = ACTIONS(2302), + }, + [STATE(1056)] = { + [sym__key_path_postfixes] = STATE(1057), + [sym_bang] = STATE(1057), + [aux_sym__key_path_component_repeat1] = STATE(1057), + [anon_sym_BANG] = ACTIONS(2249), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2251), + [anon_sym_package] = ACTIONS(2251), + [anon_sym_COMMA] = ACTIONS(2251), + [anon_sym_LPAREN] = ACTIONS(2251), + [anon_sym_LBRACK] = ACTIONS(2251), + [anon_sym_DOT] = ACTIONS(2249), + [anon_sym_QMARK] = ACTIONS(2249), + [anon_sym_QMARK2] = ACTIONS(2251), + [anon_sym_AMP] = ACTIONS(2251), + [aux_sym_custom_operator_token1] = ACTIONS(2251), + [anon_sym_LT] = ACTIONS(2249), + [anon_sym_GT] = ACTIONS(2249), + [anon_sym_LBRACE] = ACTIONS(2251), + [anon_sym_CARET_LBRACE] = ACTIONS(2251), + [anon_sym_RBRACE] = ACTIONS(2251), + [anon_sym_self] = ACTIONS(2965), + [anon_sym_case] = ACTIONS(2251), + [anon_sym_fallthrough] = ACTIONS(2251), + [anon_sym_PLUS_EQ] = ACTIONS(2251), + [anon_sym_DASH_EQ] = ACTIONS(2251), + [anon_sym_STAR_EQ] = ACTIONS(2251), + [anon_sym_SLASH_EQ] = ACTIONS(2251), + [anon_sym_PERCENT_EQ] = ACTIONS(2251), + [anon_sym_BANG_EQ] = ACTIONS(2249), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2251), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2251), + [anon_sym_LT_EQ] = ACTIONS(2251), + [anon_sym_GT_EQ] = ACTIONS(2251), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2251), + [anon_sym_DOT_DOT_LT] = ACTIONS(2251), + [anon_sym_is] = ACTIONS(2251), + [anon_sym_PLUS] = ACTIONS(2249), + [anon_sym_DASH] = ACTIONS(2249), + [anon_sym_STAR] = ACTIONS(2249), + [anon_sym_SLASH] = ACTIONS(2249), + [anon_sym_PERCENT] = ACTIONS(2249), + [anon_sym_PLUS_PLUS] = ACTIONS(2251), + [anon_sym_DASH_DASH] = ACTIONS(2251), + [anon_sym_PIPE] = ACTIONS(2251), + [anon_sym_CARET] = ACTIONS(2249), + [anon_sym_LT_LT] = ACTIONS(2251), + [anon_sym_GT_GT] = ACTIONS(2251), + [anon_sym_class] = ACTIONS(2251), + [anon_sym_prefix] = ACTIONS(2251), + [anon_sym_infix] = ACTIONS(2251), + [anon_sym_postfix] = ACTIONS(2251), + [anon_sym_AT] = ACTIONS(2249), + [anon_sym_override] = ACTIONS(2251), + [anon_sym_convenience] = ACTIONS(2251), + [anon_sym_required] = ACTIONS(2251), + [anon_sym_nonisolated] = ACTIONS(2251), + [anon_sym_public] = ACTIONS(2251), + [anon_sym_private] = ACTIONS(2251), + [anon_sym_internal] = ACTIONS(2251), + [anon_sym_fileprivate] = ACTIONS(2251), + [anon_sym_open] = ACTIONS(2251), + [anon_sym_mutating] = ACTIONS(2251), + [anon_sym_nonmutating] = ACTIONS(2251), + [anon_sym_static] = ACTIONS(2251), + [anon_sym_dynamic] = ACTIONS(2251), + [anon_sym_optional] = ACTIONS(2251), + [anon_sym_distributed] = ACTIONS(2251), + [anon_sym_final] = ACTIONS(2251), + [anon_sym_inout] = ACTIONS(2251), + [anon_sym_ATescaping] = ACTIONS(2251), + [anon_sym_ATautoclosure] = ACTIONS(2251), + [anon_sym_weak] = ACTIONS(2251), + [anon_sym_unowned] = ACTIONS(2249), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2251), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2251), + [anon_sym_borrowing] = ACTIONS(2251), + [anon_sym_consuming] = ACTIONS(2251), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2251), + [sym__explicit_semi] = ACTIONS(2251), + [sym__dot_custom] = ACTIONS(2251), + [sym__conjunction_operator_custom] = ACTIONS(2251), + [sym__disjunction_operator_custom] = ACTIONS(2251), + [sym__nil_coalescing_operator_custom] = ACTIONS(2251), + [sym__eq_custom] = ACTIONS(2251), + [sym__eq_eq_custom] = ACTIONS(2251), + [sym__plus_then_ws] = ACTIONS(2251), + [sym__minus_then_ws] = ACTIONS(2251), + [sym__bang_custom] = ACTIONS(2251), + [sym_default_keyword] = ACTIONS(2251), + [sym_where_keyword] = ACTIONS(2251), + [sym__as_custom] = ACTIONS(2251), + [sym__as_quest_custom] = ACTIONS(2251), + [sym__as_bang_custom] = ACTIONS(2251), + [sym__custom_operator] = ACTIONS(2251), + }, + [STATE(1057)] = { + [sym__key_path_postfixes] = STATE(1057), + [sym_bang] = STATE(1057), + [aux_sym__key_path_component_repeat1] = STATE(1057), + [anon_sym_BANG] = ACTIONS(2967), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2256), + [anon_sym_package] = ACTIONS(2256), + [anon_sym_COMMA] = ACTIONS(2256), + [anon_sym_LPAREN] = ACTIONS(2256), + [anon_sym_LBRACK] = ACTIONS(2970), + [anon_sym_DOT] = ACTIONS(2261), + [anon_sym_QMARK] = ACTIONS(2973), + [anon_sym_QMARK2] = ACTIONS(2256), + [anon_sym_AMP] = ACTIONS(2256), + [aux_sym_custom_operator_token1] = ACTIONS(2256), + [anon_sym_LT] = ACTIONS(2261), + [anon_sym_GT] = ACTIONS(2261), + [anon_sym_LBRACE] = ACTIONS(2256), + [anon_sym_CARET_LBRACE] = ACTIONS(2256), + [anon_sym_RBRACE] = ACTIONS(2256), + [anon_sym_self] = ACTIONS(2976), + [anon_sym_case] = ACTIONS(2256), + [anon_sym_fallthrough] = ACTIONS(2256), + [anon_sym_PLUS_EQ] = ACTIONS(2256), + [anon_sym_DASH_EQ] = ACTIONS(2256), + [anon_sym_STAR_EQ] = ACTIONS(2256), + [anon_sym_SLASH_EQ] = ACTIONS(2256), + [anon_sym_PERCENT_EQ] = ACTIONS(2256), + [anon_sym_BANG_EQ] = ACTIONS(2261), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2256), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2256), + [anon_sym_LT_EQ] = ACTIONS(2256), + [anon_sym_GT_EQ] = ACTIONS(2256), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2256), + [anon_sym_DOT_DOT_LT] = ACTIONS(2256), + [anon_sym_is] = ACTIONS(2256), + [anon_sym_PLUS] = ACTIONS(2261), + [anon_sym_DASH] = ACTIONS(2261), + [anon_sym_STAR] = ACTIONS(2261), + [anon_sym_SLASH] = ACTIONS(2261), + [anon_sym_PERCENT] = ACTIONS(2261), + [anon_sym_PLUS_PLUS] = ACTIONS(2256), + [anon_sym_DASH_DASH] = ACTIONS(2256), + [anon_sym_PIPE] = ACTIONS(2256), + [anon_sym_CARET] = ACTIONS(2261), + [anon_sym_LT_LT] = ACTIONS(2256), + [anon_sym_GT_GT] = ACTIONS(2256), + [anon_sym_class] = ACTIONS(2256), + [anon_sym_prefix] = ACTIONS(2256), + [anon_sym_infix] = ACTIONS(2256), + [anon_sym_postfix] = ACTIONS(2256), + [anon_sym_AT] = ACTIONS(2261), + [anon_sym_override] = ACTIONS(2256), + [anon_sym_convenience] = ACTIONS(2256), + [anon_sym_required] = ACTIONS(2256), + [anon_sym_nonisolated] = ACTIONS(2256), + [anon_sym_public] = ACTIONS(2256), + [anon_sym_private] = ACTIONS(2256), + [anon_sym_internal] = ACTIONS(2256), + [anon_sym_fileprivate] = ACTIONS(2256), + [anon_sym_open] = ACTIONS(2256), + [anon_sym_mutating] = ACTIONS(2256), + [anon_sym_nonmutating] = ACTIONS(2256), + [anon_sym_static] = ACTIONS(2256), + [anon_sym_dynamic] = ACTIONS(2256), + [anon_sym_optional] = ACTIONS(2256), + [anon_sym_distributed] = ACTIONS(2256), + [anon_sym_final] = ACTIONS(2256), + [anon_sym_inout] = ACTIONS(2256), + [anon_sym_ATescaping] = ACTIONS(2256), + [anon_sym_ATautoclosure] = ACTIONS(2256), + [anon_sym_weak] = ACTIONS(2256), + [anon_sym_unowned] = ACTIONS(2261), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2256), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2256), + [anon_sym_borrowing] = ACTIONS(2256), + [anon_sym_consuming] = ACTIONS(2256), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2256), + [sym__explicit_semi] = ACTIONS(2256), + [sym__dot_custom] = ACTIONS(2256), + [sym__conjunction_operator_custom] = ACTIONS(2256), + [sym__disjunction_operator_custom] = ACTIONS(2256), + [sym__nil_coalescing_operator_custom] = ACTIONS(2256), + [sym__eq_custom] = ACTIONS(2256), + [sym__eq_eq_custom] = ACTIONS(2256), + [sym__plus_then_ws] = ACTIONS(2256), + [sym__minus_then_ws] = ACTIONS(2256), + [sym__bang_custom] = ACTIONS(2979), + [sym_default_keyword] = ACTIONS(2256), + [sym_where_keyword] = ACTIONS(2256), + [sym__as_custom] = ACTIONS(2256), + [sym__as_quest_custom] = ACTIONS(2256), + [sym__as_bang_custom] = ACTIONS(2256), + [sym__custom_operator] = ACTIONS(2256), + }, + [STATE(1058)] = { + [aux_sym_protocol_composition_type_repeat1] = STATE(1058), + [anon_sym_BANG] = ACTIONS(2187), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2189), + [anon_sym_package] = ACTIONS(2189), + [anon_sym_COMMA] = ACTIONS(2189), + [anon_sym_LPAREN] = ACTIONS(2189), + [anon_sym_LBRACK] = ACTIONS(2189), + [anon_sym_DOT] = ACTIONS(2187), + [anon_sym_QMARK] = ACTIONS(2187), + [anon_sym_QMARK2] = ACTIONS(2189), + [anon_sym_AMP] = ACTIONS(2982), + [aux_sym_custom_operator_token1] = ACTIONS(2189), + [anon_sym_LT] = ACTIONS(2187), + [anon_sym_GT] = ACTIONS(2187), + [anon_sym_LBRACE] = ACTIONS(2189), + [anon_sym_CARET_LBRACE] = ACTIONS(2189), + [anon_sym_RBRACE] = ACTIONS(2189), + [anon_sym_case] = ACTIONS(2189), + [anon_sym_fallthrough] = ACTIONS(2189), + [anon_sym_PLUS_EQ] = ACTIONS(2189), + [anon_sym_DASH_EQ] = ACTIONS(2189), + [anon_sym_STAR_EQ] = ACTIONS(2189), + [anon_sym_SLASH_EQ] = ACTIONS(2189), + [anon_sym_PERCENT_EQ] = ACTIONS(2189), + [anon_sym_BANG_EQ] = ACTIONS(2187), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2189), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2189), + [anon_sym_LT_EQ] = ACTIONS(2189), + [anon_sym_GT_EQ] = ACTIONS(2189), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2189), + [anon_sym_DOT_DOT_LT] = ACTIONS(2189), + [anon_sym_is] = ACTIONS(2189), + [anon_sym_PLUS] = ACTIONS(2187), + [anon_sym_DASH] = ACTIONS(2187), + [anon_sym_STAR] = ACTIONS(2187), + [anon_sym_SLASH] = ACTIONS(2187), + [anon_sym_PERCENT] = ACTIONS(2187), + [anon_sym_PLUS_PLUS] = ACTIONS(2189), + [anon_sym_DASH_DASH] = ACTIONS(2189), + [anon_sym_PIPE] = ACTIONS(2189), + [anon_sym_CARET] = ACTIONS(2187), + [anon_sym_LT_LT] = ACTIONS(2189), + [anon_sym_GT_GT] = ACTIONS(2189), + [anon_sym_class] = ACTIONS(2189), + [anon_sym_prefix] = ACTIONS(2189), + [anon_sym_infix] = ACTIONS(2189), + [anon_sym_postfix] = ACTIONS(2189), + [anon_sym_AT] = ACTIONS(2187), + [anon_sym_override] = ACTIONS(2189), + [anon_sym_convenience] = ACTIONS(2189), + [anon_sym_required] = ACTIONS(2189), + [anon_sym_nonisolated] = ACTIONS(2189), + [anon_sym_public] = ACTIONS(2189), + [anon_sym_private] = ACTIONS(2189), + [anon_sym_internal] = ACTIONS(2189), + [anon_sym_fileprivate] = ACTIONS(2189), + [anon_sym_open] = ACTIONS(2189), + [anon_sym_mutating] = ACTIONS(2189), + [anon_sym_nonmutating] = ACTIONS(2189), + [anon_sym_static] = ACTIONS(2189), + [anon_sym_dynamic] = ACTIONS(2189), + [anon_sym_optional] = ACTIONS(2189), + [anon_sym_distributed] = ACTIONS(2189), + [anon_sym_final] = ACTIONS(2189), + [anon_sym_inout] = ACTIONS(2189), + [anon_sym_ATescaping] = ACTIONS(2189), + [anon_sym_ATautoclosure] = ACTIONS(2189), + [anon_sym_weak] = ACTIONS(2189), + [anon_sym_unowned] = ACTIONS(2187), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2189), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2189), + [anon_sym_borrowing] = ACTIONS(2189), + [anon_sym_consuming] = ACTIONS(2189), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2189), + [sym__explicit_semi] = ACTIONS(2189), + [sym__arrow_operator_custom] = ACTIONS(2189), + [sym__dot_custom] = ACTIONS(2189), + [sym__conjunction_operator_custom] = ACTIONS(2189), + [sym__disjunction_operator_custom] = ACTIONS(2189), + [sym__nil_coalescing_operator_custom] = ACTIONS(2189), + [sym__eq_custom] = ACTIONS(2189), + [sym__eq_eq_custom] = ACTIONS(2189), + [sym__plus_then_ws] = ACTIONS(2189), + [sym__minus_then_ws] = ACTIONS(2189), + [sym__bang_custom] = ACTIONS(2189), + [sym__throws_keyword] = ACTIONS(2189), + [sym__rethrows_keyword] = ACTIONS(2189), + [sym_default_keyword] = ACTIONS(2189), + [sym__as_custom] = ACTIONS(2189), + [sym__as_quest_custom] = ACTIONS(2189), + [sym__as_bang_custom] = ACTIONS(2189), + [sym__async_keyword_custom] = ACTIONS(2189), + [sym__custom_operator] = ACTIONS(2189), + }, + [STATE(1059)] = { + [sym_simple_identifier] = STATE(1825), + [sym__contextual_simple_identifier] = STATE(1898), + [sym_unannotated_type] = STATE(1818), + [sym_user_type] = STATE(1913), + [sym__simple_user_type] = STATE(1822), + [sym_tuple_type] = STATE(1747), + [sym_function_type] = STATE(2031), + [sym_array_type] = STATE(1913), + [sym_dictionary_type] = STATE(1913), + [sym_optional_type] = STATE(2031), + [sym_metatype] = STATE(2031), + [sym_opaque_type] = STATE(2031), + [sym_existential_type] = STATE(2031), + [sym_type_parameter_pack] = STATE(2031), + [sym_type_pack_expansion] = STATE(2031), + [sym_protocol_composition_type] = STATE(2031), + [sym_suppressed_constraint] = STATE(2031), + [sym__parenthesized_type] = STATE(1997), + [sym__parameter_ownership_modifier] = STATE(1898), + [sym_comment] = ACTIONS(5), + [aux_sym_simple_identifier_token1] = ACTIONS(2985), + [aux_sym_simple_identifier_token2] = ACTIONS(2987), + [aux_sym_simple_identifier_token3] = ACTIONS(2987), + [aux_sym_simple_identifier_token4] = ACTIONS(2987), + [anon_sym_actor] = ACTIONS(2989), + [anon_sym_async] = ACTIONS(2989), + [anon_sym_each] = ACTIONS(2992), + [anon_sym_lazy] = ACTIONS(2989), + [anon_sym_repeat] = ACTIONS(2994), + [anon_sym_package] = ACTIONS(2989), + [anon_sym_COMMA] = ACTIONS(619), + [anon_sym_BANG2] = ACTIONS(619), + [anon_sym_LPAREN] = ACTIONS(2996), + [anon_sym_LBRACK] = ACTIONS(2998), + [anon_sym_DOT] = ACTIONS(619), + [anon_sym_QMARK2] = ACTIONS(619), + [anon_sym_some] = ACTIONS(3000), + [anon_sym_any] = ACTIONS(3002), + [anon_sym_AMP] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(3004), + [anon_sym_LT] = ACTIONS(619), + [anon_sym_LBRACE] = ACTIONS(619), + [anon_sym_RBRACE] = ACTIONS(619), + [anon_sym_case] = ACTIONS(625), + [anon_sym_import] = ACTIONS(625), + [anon_sym_typealias] = ACTIONS(625), + [anon_sym_struct] = ACTIONS(625), + [anon_sym_class] = ACTIONS(625), + [anon_sym_enum] = ACTIONS(625), + [anon_sym_protocol] = ACTIONS(625), + [anon_sym_let] = ACTIONS(625), + [anon_sym_var] = ACTIONS(625), + [anon_sym_func] = ACTIONS(625), + [anon_sym_extension] = ACTIONS(625), + [anon_sym_indirect] = ACTIONS(625), + [anon_sym_init] = ACTIONS(625), + [anon_sym_deinit] = ACTIONS(625), + [anon_sym_subscript] = ACTIONS(625), + [anon_sym_prefix] = ACTIONS(625), + [anon_sym_infix] = ACTIONS(625), + [anon_sym_postfix] = ACTIONS(625), + [anon_sym_precedencegroup] = ACTIONS(625), + [anon_sym_associatedtype] = ACTIONS(625), + [anon_sym_AT] = ACTIONS(625), + [anon_sym_override] = ACTIONS(625), + [anon_sym_convenience] = ACTIONS(625), + [anon_sym_required] = ACTIONS(625), + [anon_sym_nonisolated] = ACTIONS(625), + [anon_sym_public] = ACTIONS(625), + [anon_sym_private] = ACTIONS(625), + [anon_sym_internal] = ACTIONS(625), + [anon_sym_fileprivate] = ACTIONS(625), + [anon_sym_open] = ACTIONS(625), + [anon_sym_mutating] = ACTIONS(625), + [anon_sym_nonmutating] = ACTIONS(625), + [anon_sym_static] = ACTIONS(625), + [anon_sym_dynamic] = ACTIONS(625), + [anon_sym_optional] = ACTIONS(625), + [anon_sym_distributed] = ACTIONS(625), + [anon_sym_final] = ACTIONS(625), + [anon_sym_inout] = ACTIONS(625), + [anon_sym_ATescaping] = ACTIONS(619), + [anon_sym_ATautoclosure] = ACTIONS(619), + [anon_sym_weak] = ACTIONS(625), + [anon_sym_unowned] = ACTIONS(625), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(619), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(619), + [anon_sym_borrowing] = ACTIONS(2989), + [anon_sym_consuming] = ACTIONS(2989), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(619), + [sym__dot_custom] = ACTIONS(619), + [sym__throws_keyword] = ACTIONS(619), + [sym__rethrows_keyword] = ACTIONS(619), + [sym__async_keyword_custom] = ACTIONS(619), + }, + [STATE(1060)] = { + [sym_simple_identifier] = STATE(1825), + [sym__contextual_simple_identifier] = STATE(1898), + [sym_unannotated_type] = STATE(1812), + [sym_user_type] = STATE(1913), + [sym__simple_user_type] = STATE(1822), + [sym_tuple_type] = STATE(1747), + [sym_function_type] = STATE(2031), + [sym_array_type] = STATE(1913), + [sym_dictionary_type] = STATE(1913), + [sym_optional_type] = STATE(2031), + [sym_metatype] = STATE(2031), + [sym_opaque_type] = STATE(2031), + [sym_existential_type] = STATE(2031), + [sym_type_parameter_pack] = STATE(2031), + [sym_type_pack_expansion] = STATE(2031), + [sym_protocol_composition_type] = STATE(2031), + [sym_suppressed_constraint] = STATE(2031), + [sym__parenthesized_type] = STATE(1997), + [sym__parameter_ownership_modifier] = STATE(1898), + [sym_comment] = ACTIONS(5), + [aux_sym_simple_identifier_token1] = ACTIONS(2985), + [aux_sym_simple_identifier_token2] = ACTIONS(2987), + [aux_sym_simple_identifier_token3] = ACTIONS(2987), + [aux_sym_simple_identifier_token4] = ACTIONS(2987), + [anon_sym_actor] = ACTIONS(2989), + [anon_sym_async] = ACTIONS(2989), + [anon_sym_each] = ACTIONS(2992), + [anon_sym_lazy] = ACTIONS(2989), + [anon_sym_repeat] = ACTIONS(2994), + [anon_sym_package] = ACTIONS(2989), + [anon_sym_COMMA] = ACTIONS(619), + [anon_sym_BANG2] = ACTIONS(619), + [anon_sym_LPAREN] = ACTIONS(2996), + [anon_sym_LBRACK] = ACTIONS(2998), + [anon_sym_DOT] = ACTIONS(619), + [anon_sym_QMARK2] = ACTIONS(619), + [anon_sym_some] = ACTIONS(3000), + [anon_sym_any] = ACTIONS(3002), + [anon_sym_AMP] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(3004), + [anon_sym_LT] = ACTIONS(619), + [anon_sym_LBRACE] = ACTIONS(619), + [anon_sym_RBRACE] = ACTIONS(619), + [anon_sym_case] = ACTIONS(625), + [anon_sym_import] = ACTIONS(625), + [anon_sym_typealias] = ACTIONS(625), + [anon_sym_struct] = ACTIONS(625), + [anon_sym_class] = ACTIONS(625), + [anon_sym_enum] = ACTIONS(625), + [anon_sym_protocol] = ACTIONS(625), + [anon_sym_let] = ACTIONS(625), + [anon_sym_var] = ACTIONS(625), + [anon_sym_func] = ACTIONS(625), + [anon_sym_extension] = ACTIONS(625), + [anon_sym_indirect] = ACTIONS(625), + [anon_sym_init] = ACTIONS(625), + [anon_sym_deinit] = ACTIONS(625), + [anon_sym_subscript] = ACTIONS(625), + [anon_sym_prefix] = ACTIONS(625), + [anon_sym_infix] = ACTIONS(625), + [anon_sym_postfix] = ACTIONS(625), + [anon_sym_precedencegroup] = ACTIONS(625), + [anon_sym_associatedtype] = ACTIONS(625), + [anon_sym_AT] = ACTIONS(625), + [anon_sym_override] = ACTIONS(625), + [anon_sym_convenience] = ACTIONS(625), + [anon_sym_required] = ACTIONS(625), + [anon_sym_nonisolated] = ACTIONS(625), + [anon_sym_public] = ACTIONS(625), + [anon_sym_private] = ACTIONS(625), + [anon_sym_internal] = ACTIONS(625), + [anon_sym_fileprivate] = ACTIONS(625), + [anon_sym_open] = ACTIONS(625), + [anon_sym_mutating] = ACTIONS(625), + [anon_sym_nonmutating] = ACTIONS(625), + [anon_sym_static] = ACTIONS(625), + [anon_sym_dynamic] = ACTIONS(625), + [anon_sym_optional] = ACTIONS(625), + [anon_sym_distributed] = ACTIONS(625), + [anon_sym_final] = ACTIONS(625), + [anon_sym_inout] = ACTIONS(625), + [anon_sym_ATescaping] = ACTIONS(619), + [anon_sym_ATautoclosure] = ACTIONS(619), + [anon_sym_weak] = ACTIONS(625), + [anon_sym_unowned] = ACTIONS(625), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(619), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(619), + [anon_sym_borrowing] = ACTIONS(2989), + [anon_sym_consuming] = ACTIONS(2989), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(619), + [sym__dot_custom] = ACTIONS(619), + [sym__throws_keyword] = ACTIONS(619), + [sym__rethrows_keyword] = ACTIONS(619), + [sym__async_keyword_custom] = ACTIONS(619), + }, + [STATE(1061)] = { + [sym_simple_identifier] = STATE(2036), + [sym__contextual_simple_identifier] = STATE(2055), + [sym_unannotated_type] = STATE(1849), + [sym_user_type] = STATE(1979), + [sym__simple_user_type] = STATE(1961), + [sym_tuple_type] = STATE(1796), + [sym_function_type] = STATE(2048), + [sym_array_type] = STATE(1979), + [sym_dictionary_type] = STATE(1979), + [sym_optional_type] = STATE(2048), + [sym_metatype] = STATE(2048), + [sym_opaque_type] = STATE(2048), + [sym_existential_type] = STATE(2048), + [sym_type_parameter_pack] = STATE(2048), + [sym_type_pack_expansion] = STATE(2048), + [sym_protocol_composition_type] = STATE(2048), + [sym_suppressed_constraint] = STATE(2048), + [sym__parenthesized_type] = STATE(2052), + [sym__parameter_ownership_modifier] = STATE(2055), + [ts_builtin_sym_end] = ACTIONS(619), + [anon_sym_BANG] = ACTIONS(625), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(3006), + [aux_sym_simple_identifier_token2] = ACTIONS(3008), + [aux_sym_simple_identifier_token3] = ACTIONS(3008), + [aux_sym_simple_identifier_token4] = ACTIONS(3008), + [anon_sym_actor] = ACTIONS(3006), + [anon_sym_async] = ACTIONS(3006), + [anon_sym_each] = ACTIONS(3010), + [anon_sym_lazy] = ACTIONS(3006), + [anon_sym_repeat] = ACTIONS(3012), + [anon_sym_package] = ACTIONS(3006), + [anon_sym_COMMA] = ACTIONS(619), + [anon_sym_LPAREN] = ACTIONS(3014), + [anon_sym_LBRACK] = ACTIONS(3017), + [anon_sym_DOT] = ACTIONS(625), + [anon_sym_QMARK] = ACTIONS(625), + [anon_sym_QMARK2] = ACTIONS(619), + [anon_sym_some] = ACTIONS(3020), + [anon_sym_any] = ACTIONS(3022), + [anon_sym_AMP] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(3024), + [aux_sym_custom_operator_token1] = ACTIONS(619), + [anon_sym_LT] = ACTIONS(625), + [anon_sym_GT] = ACTIONS(625), + [anon_sym_LBRACE] = ACTIONS(619), + [anon_sym_CARET_LBRACE] = ACTIONS(619), + [anon_sym_RBRACE] = ACTIONS(619), + [anon_sym_PLUS_EQ] = ACTIONS(619), + [anon_sym_DASH_EQ] = ACTIONS(619), + [anon_sym_STAR_EQ] = ACTIONS(619), + [anon_sym_SLASH_EQ] = ACTIONS(619), + [anon_sym_PERCENT_EQ] = ACTIONS(619), + [anon_sym_BANG_EQ] = ACTIONS(625), + [anon_sym_BANG_EQ_EQ] = ACTIONS(619), + [anon_sym_EQ_EQ_EQ] = ACTIONS(619), + [anon_sym_LT_EQ] = ACTIONS(619), + [anon_sym_GT_EQ] = ACTIONS(619), + [anon_sym_DOT_DOT_DOT] = ACTIONS(619), + [anon_sym_DOT_DOT_LT] = ACTIONS(619), + [anon_sym_is] = ACTIONS(625), + [anon_sym_PLUS] = ACTIONS(625), + [anon_sym_DASH] = ACTIONS(625), + [anon_sym_STAR] = ACTIONS(625), + [anon_sym_SLASH] = ACTIONS(625), + [anon_sym_PERCENT] = ACTIONS(625), + [anon_sym_PLUS_PLUS] = ACTIONS(619), + [anon_sym_DASH_DASH] = ACTIONS(619), + [anon_sym_PIPE] = ACTIONS(619), + [anon_sym_CARET] = ACTIONS(625), + [anon_sym_LT_LT] = ACTIONS(619), + [anon_sym_GT_GT] = ACTIONS(619), + [anon_sym_borrowing] = ACTIONS(3006), + [anon_sym_consuming] = ACTIONS(3006), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(619), + [sym__explicit_semi] = ACTIONS(619), + [sym__arrow_operator_custom] = ACTIONS(619), + [sym__dot_custom] = ACTIONS(619), + [sym__conjunction_operator_custom] = ACTIONS(619), + [sym__disjunction_operator_custom] = ACTIONS(619), + [sym__nil_coalescing_operator_custom] = ACTIONS(619), + [sym__eq_custom] = ACTIONS(619), + [sym__eq_eq_custom] = ACTIONS(619), + [sym__plus_then_ws] = ACTIONS(619), + [sym__minus_then_ws] = ACTIONS(619), + [sym__bang_custom] = ACTIONS(619), + [sym__throws_keyword] = ACTIONS(619), + [sym__rethrows_keyword] = ACTIONS(619), + [sym_where_keyword] = ACTIONS(619), + [sym__as_custom] = ACTIONS(619), + [sym__as_quest_custom] = ACTIONS(619), + [sym__as_bang_custom] = ACTIONS(619), + [sym__async_keyword_custom] = ACTIONS(619), + [sym__custom_operator] = ACTIONS(619), + }, + [STATE(1062)] = { + [sym_simple_identifier] = STATE(2036), + [sym__contextual_simple_identifier] = STATE(2055), + [sym_unannotated_type] = STATE(1841), + [sym_user_type] = STATE(1979), + [sym__simple_user_type] = STATE(1961), + [sym_tuple_type] = STATE(1796), + [sym_function_type] = STATE(2048), + [sym_array_type] = STATE(1979), + [sym_dictionary_type] = STATE(1979), + [sym_optional_type] = STATE(2048), + [sym_metatype] = STATE(2048), + [sym_opaque_type] = STATE(2048), + [sym_existential_type] = STATE(2048), + [sym_type_parameter_pack] = STATE(2048), + [sym_type_pack_expansion] = STATE(2048), + [sym_protocol_composition_type] = STATE(2048), + [sym_suppressed_constraint] = STATE(2048), + [sym__parenthesized_type] = STATE(2052), + [sym__parameter_ownership_modifier] = STATE(2055), + [ts_builtin_sym_end] = ACTIONS(619), + [anon_sym_BANG] = ACTIONS(625), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(3006), + [aux_sym_simple_identifier_token2] = ACTIONS(3008), + [aux_sym_simple_identifier_token3] = ACTIONS(3008), + [aux_sym_simple_identifier_token4] = ACTIONS(3008), + [anon_sym_actor] = ACTIONS(3006), + [anon_sym_async] = ACTIONS(3006), + [anon_sym_each] = ACTIONS(3010), + [anon_sym_lazy] = ACTIONS(3006), + [anon_sym_repeat] = ACTIONS(3012), + [anon_sym_package] = ACTIONS(3006), + [anon_sym_COMMA] = ACTIONS(619), + [anon_sym_LPAREN] = ACTIONS(3014), + [anon_sym_LBRACK] = ACTIONS(3017), + [anon_sym_DOT] = ACTIONS(625), + [anon_sym_QMARK] = ACTIONS(625), + [anon_sym_QMARK2] = ACTIONS(619), + [anon_sym_some] = ACTIONS(3020), + [anon_sym_any] = ACTIONS(3022), + [anon_sym_AMP] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(3024), + [aux_sym_custom_operator_token1] = ACTIONS(619), + [anon_sym_LT] = ACTIONS(625), + [anon_sym_GT] = ACTIONS(625), + [anon_sym_LBRACE] = ACTIONS(619), + [anon_sym_CARET_LBRACE] = ACTIONS(619), + [anon_sym_RBRACE] = ACTIONS(619), + [anon_sym_PLUS_EQ] = ACTIONS(619), + [anon_sym_DASH_EQ] = ACTIONS(619), + [anon_sym_STAR_EQ] = ACTIONS(619), + [anon_sym_SLASH_EQ] = ACTIONS(619), + [anon_sym_PERCENT_EQ] = ACTIONS(619), + [anon_sym_BANG_EQ] = ACTIONS(625), + [anon_sym_BANG_EQ_EQ] = ACTIONS(619), + [anon_sym_EQ_EQ_EQ] = ACTIONS(619), + [anon_sym_LT_EQ] = ACTIONS(619), + [anon_sym_GT_EQ] = ACTIONS(619), + [anon_sym_DOT_DOT_DOT] = ACTIONS(619), + [anon_sym_DOT_DOT_LT] = ACTIONS(619), + [anon_sym_is] = ACTIONS(625), + [anon_sym_PLUS] = ACTIONS(625), + [anon_sym_DASH] = ACTIONS(625), + [anon_sym_STAR] = ACTIONS(625), + [anon_sym_SLASH] = ACTIONS(625), + [anon_sym_PERCENT] = ACTIONS(625), + [anon_sym_PLUS_PLUS] = ACTIONS(619), + [anon_sym_DASH_DASH] = ACTIONS(619), + [anon_sym_PIPE] = ACTIONS(619), + [anon_sym_CARET] = ACTIONS(625), + [anon_sym_LT_LT] = ACTIONS(619), + [anon_sym_GT_GT] = ACTIONS(619), + [anon_sym_borrowing] = ACTIONS(3006), + [anon_sym_consuming] = ACTIONS(3006), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(619), + [sym__explicit_semi] = ACTIONS(619), + [sym__arrow_operator_custom] = ACTIONS(619), + [sym__dot_custom] = ACTIONS(619), + [sym__conjunction_operator_custom] = ACTIONS(619), + [sym__disjunction_operator_custom] = ACTIONS(619), + [sym__nil_coalescing_operator_custom] = ACTIONS(619), + [sym__eq_custom] = ACTIONS(619), + [sym__eq_eq_custom] = ACTIONS(619), + [sym__plus_then_ws] = ACTIONS(619), + [sym__minus_then_ws] = ACTIONS(619), + [sym__bang_custom] = ACTIONS(619), + [sym__throws_keyword] = ACTIONS(619), + [sym__rethrows_keyword] = ACTIONS(619), + [sym_where_keyword] = ACTIONS(619), + [sym__as_custom] = ACTIONS(619), + [sym__as_quest_custom] = ACTIONS(619), + [sym__as_bang_custom] = ACTIONS(619), + [sym__async_keyword_custom] = ACTIONS(619), + [sym__custom_operator] = ACTIONS(619), + }, + [STATE(1063)] = { + [anon_sym_BANG] = ACTIONS(2085), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2087), + [anon_sym_package] = ACTIONS(2087), + [anon_sym_COMMA] = ACTIONS(2087), + [anon_sym_LPAREN] = ACTIONS(2087), + [anon_sym_LBRACK] = ACTIONS(2087), + [anon_sym_DOT] = ACTIONS(2085), + [anon_sym_QMARK] = ACTIONS(2085), + [anon_sym_QMARK2] = ACTIONS(2087), + [anon_sym_AMP] = ACTIONS(2087), + [aux_sym_custom_operator_token1] = ACTIONS(2087), + [anon_sym_LT] = ACTIONS(2085), + [anon_sym_GT] = ACTIONS(2085), + [anon_sym_LBRACE] = ACTIONS(2087), + [anon_sym_CARET_LBRACE] = ACTIONS(2087), + [anon_sym_RBRACE] = ACTIONS(2087), + [anon_sym_case] = ACTIONS(2087), + [anon_sym_fallthrough] = ACTIONS(2087), + [anon_sym_PLUS_EQ] = ACTIONS(2087), + [anon_sym_DASH_EQ] = ACTIONS(2087), + [anon_sym_STAR_EQ] = ACTIONS(2087), + [anon_sym_SLASH_EQ] = ACTIONS(2087), + [anon_sym_PERCENT_EQ] = ACTIONS(2087), + [anon_sym_BANG_EQ] = ACTIONS(2085), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2087), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2087), + [anon_sym_LT_EQ] = ACTIONS(2087), + [anon_sym_GT_EQ] = ACTIONS(2087), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2087), + [anon_sym_DOT_DOT_LT] = ACTIONS(2087), + [anon_sym_is] = ACTIONS(2087), + [anon_sym_PLUS] = ACTIONS(2085), + [anon_sym_DASH] = ACTIONS(2085), + [anon_sym_STAR] = ACTIONS(2085), + [anon_sym_SLASH] = ACTIONS(2085), + [anon_sym_PERCENT] = ACTIONS(2085), + [anon_sym_PLUS_PLUS] = ACTIONS(2087), + [anon_sym_DASH_DASH] = ACTIONS(2087), + [anon_sym_PIPE] = ACTIONS(2087), + [anon_sym_CARET] = ACTIONS(2085), + [anon_sym_LT_LT] = ACTIONS(2087), + [anon_sym_GT_GT] = ACTIONS(2087), + [anon_sym_class] = ACTIONS(2087), + [anon_sym_prefix] = ACTIONS(2087), + [anon_sym_infix] = ACTIONS(2087), + [anon_sym_postfix] = ACTIONS(2087), + [anon_sym_AT] = ACTIONS(2085), + [anon_sym_override] = ACTIONS(2087), + [anon_sym_convenience] = ACTIONS(2087), + [anon_sym_required] = ACTIONS(2087), + [anon_sym_nonisolated] = ACTIONS(2087), + [anon_sym_public] = ACTIONS(2087), + [anon_sym_private] = ACTIONS(2087), + [anon_sym_internal] = ACTIONS(2087), + [anon_sym_fileprivate] = ACTIONS(2087), + [anon_sym_open] = ACTIONS(2087), + [anon_sym_mutating] = ACTIONS(2087), + [anon_sym_nonmutating] = ACTIONS(2087), + [anon_sym_static] = ACTIONS(2087), + [anon_sym_dynamic] = ACTIONS(2087), + [anon_sym_optional] = ACTIONS(2087), + [anon_sym_distributed] = ACTIONS(2087), + [anon_sym_final] = ACTIONS(2087), + [anon_sym_inout] = ACTIONS(2087), + [anon_sym_ATescaping] = ACTIONS(2087), + [anon_sym_ATautoclosure] = ACTIONS(2087), + [anon_sym_weak] = ACTIONS(2087), + [anon_sym_unowned] = ACTIONS(2085), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2087), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2087), + [anon_sym_borrowing] = ACTIONS(2087), + [anon_sym_consuming] = ACTIONS(2087), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2087), + [sym__explicit_semi] = ACTIONS(2087), + [sym__arrow_operator_custom] = ACTIONS(2087), + [sym__dot_custom] = ACTIONS(2087), + [sym__conjunction_operator_custom] = ACTIONS(2087), + [sym__disjunction_operator_custom] = ACTIONS(2087), + [sym__nil_coalescing_operator_custom] = ACTIONS(2087), + [sym__eq_custom] = ACTIONS(2087), + [sym__eq_eq_custom] = ACTIONS(2087), + [sym__plus_then_ws] = ACTIONS(2087), + [sym__minus_then_ws] = ACTIONS(2087), + [sym__bang_custom] = ACTIONS(2087), + [sym__throws_keyword] = ACTIONS(2087), + [sym__rethrows_keyword] = ACTIONS(2087), + [sym_default_keyword] = ACTIONS(2087), + [sym_where_keyword] = ACTIONS(2087), + [sym__as_custom] = ACTIONS(2087), + [sym__as_quest_custom] = ACTIONS(2087), + [sym__as_bang_custom] = ACTIONS(2087), + [sym__async_keyword_custom] = ACTIONS(2087), + [sym__custom_operator] = ACTIONS(2087), + }, + [STATE(1064)] = { + [anon_sym_BANG] = ACTIONS(2292), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2294), + [anon_sym_package] = ACTIONS(2294), + [anon_sym_COMMA] = ACTIONS(2294), + [anon_sym_LPAREN] = ACTIONS(2294), + [anon_sym_LBRACK] = ACTIONS(2294), + [anon_sym_DOT] = ACTIONS(2292), + [anon_sym_QMARK] = ACTIONS(2292), + [anon_sym_QMARK2] = ACTIONS(2294), + [anon_sym_AMP] = ACTIONS(2294), + [aux_sym_custom_operator_token1] = ACTIONS(2294), + [anon_sym_LT] = ACTIONS(2292), + [anon_sym_GT] = ACTIONS(2292), + [anon_sym_LBRACE] = ACTIONS(2294), + [anon_sym_CARET_LBRACE] = ACTIONS(2294), + [anon_sym_RBRACE] = ACTIONS(2294), + [anon_sym_case] = ACTIONS(2294), + [anon_sym_fallthrough] = ACTIONS(2294), + [anon_sym_PLUS_EQ] = ACTIONS(2294), + [anon_sym_DASH_EQ] = ACTIONS(2294), + [anon_sym_STAR_EQ] = ACTIONS(2294), + [anon_sym_SLASH_EQ] = ACTIONS(2294), + [anon_sym_PERCENT_EQ] = ACTIONS(2294), + [anon_sym_BANG_EQ] = ACTIONS(2292), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2294), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2294), + [anon_sym_LT_EQ] = ACTIONS(2294), + [anon_sym_GT_EQ] = ACTIONS(2294), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2294), + [anon_sym_DOT_DOT_LT] = ACTIONS(2294), + [anon_sym_is] = ACTIONS(2294), + [anon_sym_PLUS] = ACTIONS(2292), + [anon_sym_DASH] = ACTIONS(2292), + [anon_sym_STAR] = ACTIONS(2292), + [anon_sym_SLASH] = ACTIONS(2292), + [anon_sym_PERCENT] = ACTIONS(2292), + [anon_sym_PLUS_PLUS] = ACTIONS(2294), + [anon_sym_DASH_DASH] = ACTIONS(2294), + [anon_sym_PIPE] = ACTIONS(2294), + [anon_sym_CARET] = ACTIONS(2292), + [anon_sym_LT_LT] = ACTIONS(2294), + [anon_sym_GT_GT] = ACTIONS(2294), + [anon_sym_class] = ACTIONS(2294), + [anon_sym_prefix] = ACTIONS(2294), + [anon_sym_infix] = ACTIONS(2294), + [anon_sym_postfix] = ACTIONS(2294), + [anon_sym_AT] = ACTIONS(2292), + [anon_sym_override] = ACTIONS(2294), + [anon_sym_convenience] = ACTIONS(2294), + [anon_sym_required] = ACTIONS(2294), + [anon_sym_nonisolated] = ACTIONS(2294), + [anon_sym_public] = ACTIONS(2294), + [anon_sym_private] = ACTIONS(2294), + [anon_sym_internal] = ACTIONS(2294), + [anon_sym_fileprivate] = ACTIONS(2294), + [anon_sym_open] = ACTIONS(2294), + [anon_sym_mutating] = ACTIONS(2294), + [anon_sym_nonmutating] = ACTIONS(2294), + [anon_sym_static] = ACTIONS(2294), + [anon_sym_dynamic] = ACTIONS(2294), + [anon_sym_optional] = ACTIONS(2294), + [anon_sym_distributed] = ACTIONS(2294), + [anon_sym_final] = ACTIONS(2294), + [anon_sym_inout] = ACTIONS(2294), + [anon_sym_ATescaping] = ACTIONS(2294), + [anon_sym_ATautoclosure] = ACTIONS(2294), + [anon_sym_weak] = ACTIONS(2294), + [anon_sym_unowned] = ACTIONS(2292), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2294), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2294), + [anon_sym_borrowing] = ACTIONS(2294), + [anon_sym_consuming] = ACTIONS(2294), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2294), + [sym__explicit_semi] = ACTIONS(2294), + [sym__arrow_operator_custom] = ACTIONS(2294), + [sym__dot_custom] = ACTIONS(2294), + [sym__conjunction_operator_custom] = ACTIONS(2294), + [sym__disjunction_operator_custom] = ACTIONS(2294), + [sym__nil_coalescing_operator_custom] = ACTIONS(2294), + [sym__eq_custom] = ACTIONS(2294), + [sym__eq_eq_custom] = ACTIONS(2294), + [sym__plus_then_ws] = ACTIONS(2294), + [sym__minus_then_ws] = ACTIONS(2294), + [sym__bang_custom] = ACTIONS(2294), + [sym__throws_keyword] = ACTIONS(2294), + [sym__rethrows_keyword] = ACTIONS(2294), + [sym_default_keyword] = ACTIONS(2294), + [sym_where_keyword] = ACTIONS(2294), + [sym__as_custom] = ACTIONS(2294), + [sym__as_quest_custom] = ACTIONS(2294), + [sym__as_bang_custom] = ACTIONS(2294), + [sym__async_keyword_custom] = ACTIONS(2294), + [sym__custom_operator] = ACTIONS(2294), + }, + [STATE(1065)] = { + [anon_sym_BANG] = ACTIONS(2209), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2211), + [anon_sym_package] = ACTIONS(2211), + [anon_sym_COMMA] = ACTIONS(2211), + [anon_sym_LPAREN] = ACTIONS(2211), + [anon_sym_LBRACK] = ACTIONS(2211), + [anon_sym_DOT] = ACTIONS(2209), + [anon_sym_QMARK] = ACTIONS(2209), + [anon_sym_QMARK2] = ACTIONS(2211), + [anon_sym_AMP] = ACTIONS(2211), + [aux_sym_custom_operator_token1] = ACTIONS(2211), + [anon_sym_LT] = ACTIONS(2209), + [anon_sym_GT] = ACTIONS(2209), + [anon_sym_LBRACE] = ACTIONS(2211), + [anon_sym_CARET_LBRACE] = ACTIONS(2211), + [anon_sym_RBRACE] = ACTIONS(2211), + [anon_sym_case] = ACTIONS(2211), + [anon_sym_fallthrough] = ACTIONS(2211), + [anon_sym_PLUS_EQ] = ACTIONS(2211), + [anon_sym_DASH_EQ] = ACTIONS(2211), + [anon_sym_STAR_EQ] = ACTIONS(2211), + [anon_sym_SLASH_EQ] = ACTIONS(2211), + [anon_sym_PERCENT_EQ] = ACTIONS(2211), + [anon_sym_BANG_EQ] = ACTIONS(2209), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2211), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2211), + [anon_sym_LT_EQ] = ACTIONS(2211), + [anon_sym_GT_EQ] = ACTIONS(2211), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2211), + [anon_sym_DOT_DOT_LT] = ACTIONS(2211), + [anon_sym_is] = ACTIONS(2211), + [anon_sym_PLUS] = ACTIONS(2209), + [anon_sym_DASH] = ACTIONS(2209), + [anon_sym_STAR] = ACTIONS(2209), + [anon_sym_SLASH] = ACTIONS(2209), + [anon_sym_PERCENT] = ACTIONS(2209), + [anon_sym_PLUS_PLUS] = ACTIONS(2211), + [anon_sym_DASH_DASH] = ACTIONS(2211), + [anon_sym_PIPE] = ACTIONS(2211), + [anon_sym_CARET] = ACTIONS(2209), + [anon_sym_LT_LT] = ACTIONS(2211), + [anon_sym_GT_GT] = ACTIONS(2211), + [anon_sym_class] = ACTIONS(2211), + [anon_sym_prefix] = ACTIONS(2211), + [anon_sym_infix] = ACTIONS(2211), + [anon_sym_postfix] = ACTIONS(2211), + [anon_sym_AT] = ACTIONS(2209), + [anon_sym_override] = ACTIONS(2211), + [anon_sym_convenience] = ACTIONS(2211), + [anon_sym_required] = ACTIONS(2211), + [anon_sym_nonisolated] = ACTIONS(2211), + [anon_sym_public] = ACTIONS(2211), + [anon_sym_private] = ACTIONS(2211), + [anon_sym_internal] = ACTIONS(2211), + [anon_sym_fileprivate] = ACTIONS(2211), + [anon_sym_open] = ACTIONS(2211), + [anon_sym_mutating] = ACTIONS(2211), + [anon_sym_nonmutating] = ACTIONS(2211), + [anon_sym_static] = ACTIONS(2211), + [anon_sym_dynamic] = ACTIONS(2211), + [anon_sym_optional] = ACTIONS(2211), + [anon_sym_distributed] = ACTIONS(2211), + [anon_sym_final] = ACTIONS(2211), + [anon_sym_inout] = ACTIONS(2211), + [anon_sym_ATescaping] = ACTIONS(2211), + [anon_sym_ATautoclosure] = ACTIONS(2211), + [anon_sym_weak] = ACTIONS(2211), + [anon_sym_unowned] = ACTIONS(2209), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2211), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2211), + [anon_sym_borrowing] = ACTIONS(2211), + [anon_sym_consuming] = ACTIONS(2211), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2211), + [sym__explicit_semi] = ACTIONS(2211), + [sym__arrow_operator_custom] = ACTIONS(2211), + [sym__dot_custom] = ACTIONS(2211), + [sym__conjunction_operator_custom] = ACTIONS(2211), + [sym__disjunction_operator_custom] = ACTIONS(2211), + [sym__nil_coalescing_operator_custom] = ACTIONS(2211), + [sym__eq_custom] = ACTIONS(2211), + [sym__eq_eq_custom] = ACTIONS(2211), + [sym__plus_then_ws] = ACTIONS(2211), + [sym__minus_then_ws] = ACTIONS(2211), + [sym__bang_custom] = ACTIONS(2211), + [sym__throws_keyword] = ACTIONS(2211), + [sym__rethrows_keyword] = ACTIONS(2211), + [sym_default_keyword] = ACTIONS(2211), + [sym_where_keyword] = ACTIONS(2211), + [sym__as_custom] = ACTIONS(2211), + [sym__as_quest_custom] = ACTIONS(2211), + [sym__as_bang_custom] = ACTIONS(2211), + [sym__async_keyword_custom] = ACTIONS(2211), + [sym__custom_operator] = ACTIONS(2211), + }, + [STATE(1066)] = { + [anon_sym_BANG] = ACTIONS(2276), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2278), + [anon_sym_package] = ACTIONS(2278), + [anon_sym_COMMA] = ACTIONS(2278), + [anon_sym_LPAREN] = ACTIONS(2278), + [anon_sym_LBRACK] = ACTIONS(2278), + [anon_sym_DOT] = ACTIONS(2276), + [anon_sym_QMARK] = ACTIONS(2276), + [anon_sym_QMARK2] = ACTIONS(2278), + [anon_sym_AMP] = ACTIONS(2278), + [aux_sym_custom_operator_token1] = ACTIONS(2278), + [anon_sym_LT] = ACTIONS(2276), + [anon_sym_GT] = ACTIONS(2276), + [anon_sym_LBRACE] = ACTIONS(2278), + [anon_sym_CARET_LBRACE] = ACTIONS(2278), + [anon_sym_RBRACE] = ACTIONS(2278), + [anon_sym_case] = ACTIONS(2278), + [anon_sym_fallthrough] = ACTIONS(2278), + [anon_sym_PLUS_EQ] = ACTIONS(2278), + [anon_sym_DASH_EQ] = ACTIONS(2278), + [anon_sym_STAR_EQ] = ACTIONS(2278), + [anon_sym_SLASH_EQ] = ACTIONS(2278), + [anon_sym_PERCENT_EQ] = ACTIONS(2278), + [anon_sym_BANG_EQ] = ACTIONS(2276), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2278), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2278), + [anon_sym_LT_EQ] = ACTIONS(2278), + [anon_sym_GT_EQ] = ACTIONS(2278), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2278), + [anon_sym_DOT_DOT_LT] = ACTIONS(2278), + [anon_sym_is] = ACTIONS(2278), + [anon_sym_PLUS] = ACTIONS(2276), + [anon_sym_DASH] = ACTIONS(2276), + [anon_sym_STAR] = ACTIONS(2276), + [anon_sym_SLASH] = ACTIONS(2276), + [anon_sym_PERCENT] = ACTIONS(2276), + [anon_sym_PLUS_PLUS] = ACTIONS(2278), + [anon_sym_DASH_DASH] = ACTIONS(2278), + [anon_sym_PIPE] = ACTIONS(2278), + [anon_sym_CARET] = ACTIONS(2276), + [anon_sym_LT_LT] = ACTIONS(2278), + [anon_sym_GT_GT] = ACTIONS(2278), + [anon_sym_class] = ACTIONS(2278), + [anon_sym_prefix] = ACTIONS(2278), + [anon_sym_infix] = ACTIONS(2278), + [anon_sym_postfix] = ACTIONS(2278), + [anon_sym_AT] = ACTIONS(2276), + [anon_sym_override] = ACTIONS(2278), + [anon_sym_convenience] = ACTIONS(2278), + [anon_sym_required] = ACTIONS(2278), + [anon_sym_nonisolated] = ACTIONS(2278), + [anon_sym_public] = ACTIONS(2278), + [anon_sym_private] = ACTIONS(2278), + [anon_sym_internal] = ACTIONS(2278), + [anon_sym_fileprivate] = ACTIONS(2278), + [anon_sym_open] = ACTIONS(2278), + [anon_sym_mutating] = ACTIONS(2278), + [anon_sym_nonmutating] = ACTIONS(2278), + [anon_sym_static] = ACTIONS(2278), + [anon_sym_dynamic] = ACTIONS(2278), + [anon_sym_optional] = ACTIONS(2278), + [anon_sym_distributed] = ACTIONS(2278), + [anon_sym_final] = ACTIONS(2278), + [anon_sym_inout] = ACTIONS(2278), + [anon_sym_ATescaping] = ACTIONS(2278), + [anon_sym_ATautoclosure] = ACTIONS(2278), + [anon_sym_weak] = ACTIONS(2278), + [anon_sym_unowned] = ACTIONS(2276), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2278), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2278), + [anon_sym_borrowing] = ACTIONS(2278), + [anon_sym_consuming] = ACTIONS(2278), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2278), + [sym__explicit_semi] = ACTIONS(2278), + [sym__arrow_operator_custom] = ACTIONS(2278), + [sym__dot_custom] = ACTIONS(2278), + [sym__conjunction_operator_custom] = ACTIONS(2278), + [sym__disjunction_operator_custom] = ACTIONS(2278), + [sym__nil_coalescing_operator_custom] = ACTIONS(2278), + [sym__eq_custom] = ACTIONS(2278), + [sym__eq_eq_custom] = ACTIONS(2278), + [sym__plus_then_ws] = ACTIONS(2278), + [sym__minus_then_ws] = ACTIONS(2278), + [sym__bang_custom] = ACTIONS(2278), + [sym__throws_keyword] = ACTIONS(2278), + [sym__rethrows_keyword] = ACTIONS(2278), + [sym_default_keyword] = ACTIONS(2278), + [sym_where_keyword] = ACTIONS(2278), + [sym__as_custom] = ACTIONS(2278), + [sym__as_quest_custom] = ACTIONS(2278), + [sym__as_bang_custom] = ACTIONS(2278), + [sym__async_keyword_custom] = ACTIONS(2278), + [sym__custom_operator] = ACTIONS(2278), + }, + [STATE(1067)] = { + [anon_sym_BANG] = ACTIONS(2296), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2298), + [anon_sym_package] = ACTIONS(2298), + [anon_sym_COMMA] = ACTIONS(2298), + [anon_sym_LPAREN] = ACTIONS(2298), + [anon_sym_LBRACK] = ACTIONS(2298), + [anon_sym_DOT] = ACTIONS(2296), + [anon_sym_QMARK] = ACTIONS(2296), + [anon_sym_QMARK2] = ACTIONS(2298), + [anon_sym_AMP] = ACTIONS(2298), + [aux_sym_custom_operator_token1] = ACTIONS(2298), + [anon_sym_LT] = ACTIONS(2296), + [anon_sym_GT] = ACTIONS(2296), + [anon_sym_LBRACE] = ACTIONS(2298), + [anon_sym_CARET_LBRACE] = ACTIONS(2298), + [anon_sym_RBRACE] = ACTIONS(2298), + [anon_sym_case] = ACTIONS(2298), + [anon_sym_fallthrough] = ACTIONS(2298), + [anon_sym_PLUS_EQ] = ACTIONS(2298), + [anon_sym_DASH_EQ] = ACTIONS(2298), + [anon_sym_STAR_EQ] = ACTIONS(2298), + [anon_sym_SLASH_EQ] = ACTIONS(2298), + [anon_sym_PERCENT_EQ] = ACTIONS(2298), + [anon_sym_BANG_EQ] = ACTIONS(2296), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2298), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2298), + [anon_sym_LT_EQ] = ACTIONS(2298), + [anon_sym_GT_EQ] = ACTIONS(2298), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2298), + [anon_sym_DOT_DOT_LT] = ACTIONS(2298), + [anon_sym_is] = ACTIONS(2298), + [anon_sym_PLUS] = ACTIONS(2296), + [anon_sym_DASH] = ACTIONS(2296), + [anon_sym_STAR] = ACTIONS(2296), + [anon_sym_SLASH] = ACTIONS(2296), + [anon_sym_PERCENT] = ACTIONS(2296), + [anon_sym_PLUS_PLUS] = ACTIONS(2298), + [anon_sym_DASH_DASH] = ACTIONS(2298), + [anon_sym_PIPE] = ACTIONS(2298), + [anon_sym_CARET] = ACTIONS(2296), + [anon_sym_LT_LT] = ACTIONS(2298), + [anon_sym_GT_GT] = ACTIONS(2298), + [anon_sym_class] = ACTIONS(2298), + [anon_sym_prefix] = ACTIONS(2298), + [anon_sym_infix] = ACTIONS(2298), + [anon_sym_postfix] = ACTIONS(2298), + [anon_sym_AT] = ACTIONS(2296), + [anon_sym_override] = ACTIONS(2298), + [anon_sym_convenience] = ACTIONS(2298), + [anon_sym_required] = ACTIONS(2298), + [anon_sym_nonisolated] = ACTIONS(2298), + [anon_sym_public] = ACTIONS(2298), + [anon_sym_private] = ACTIONS(2298), + [anon_sym_internal] = ACTIONS(2298), + [anon_sym_fileprivate] = ACTIONS(2298), + [anon_sym_open] = ACTIONS(2298), + [anon_sym_mutating] = ACTIONS(2298), + [anon_sym_nonmutating] = ACTIONS(2298), + [anon_sym_static] = ACTIONS(2298), + [anon_sym_dynamic] = ACTIONS(2298), + [anon_sym_optional] = ACTIONS(2298), + [anon_sym_distributed] = ACTIONS(2298), + [anon_sym_final] = ACTIONS(2298), + [anon_sym_inout] = ACTIONS(2298), + [anon_sym_ATescaping] = ACTIONS(2298), + [anon_sym_ATautoclosure] = ACTIONS(2298), + [anon_sym_weak] = ACTIONS(2298), + [anon_sym_unowned] = ACTIONS(2296), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2298), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2298), + [anon_sym_borrowing] = ACTIONS(2298), + [anon_sym_consuming] = ACTIONS(2298), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2298), + [sym__explicit_semi] = ACTIONS(2298), + [sym__arrow_operator_custom] = ACTIONS(2298), + [sym__dot_custom] = ACTIONS(2298), + [sym__conjunction_operator_custom] = ACTIONS(2298), + [sym__disjunction_operator_custom] = ACTIONS(2298), + [sym__nil_coalescing_operator_custom] = ACTIONS(2298), + [sym__eq_custom] = ACTIONS(2298), + [sym__eq_eq_custom] = ACTIONS(2298), + [sym__plus_then_ws] = ACTIONS(2298), + [sym__minus_then_ws] = ACTIONS(2298), + [sym__bang_custom] = ACTIONS(2298), + [sym__throws_keyword] = ACTIONS(2298), + [sym__rethrows_keyword] = ACTIONS(2298), + [sym_default_keyword] = ACTIONS(2298), + [sym_where_keyword] = ACTIONS(2298), + [sym__as_custom] = ACTIONS(2298), + [sym__as_quest_custom] = ACTIONS(2298), + [sym__as_bang_custom] = ACTIONS(2298), + [sym__async_keyword_custom] = ACTIONS(2298), + [sym__custom_operator] = ACTIONS(2298), + }, + [STATE(1068)] = { + [anon_sym_BANG] = ACTIONS(2201), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2203), + [anon_sym_package] = ACTIONS(2203), + [anon_sym_COMMA] = ACTIONS(2203), + [anon_sym_LPAREN] = ACTIONS(2203), + [anon_sym_LBRACK] = ACTIONS(2203), + [anon_sym_DOT] = ACTIONS(2201), + [anon_sym_QMARK] = ACTIONS(2201), + [anon_sym_QMARK2] = ACTIONS(2203), + [anon_sym_AMP] = ACTIONS(2203), + [aux_sym_custom_operator_token1] = ACTIONS(2203), + [anon_sym_LT] = ACTIONS(2201), + [anon_sym_GT] = ACTIONS(2201), + [anon_sym_LBRACE] = ACTIONS(2203), + [anon_sym_CARET_LBRACE] = ACTIONS(2203), + [anon_sym_RBRACE] = ACTIONS(2203), + [anon_sym_case] = ACTIONS(2203), + [anon_sym_fallthrough] = ACTIONS(2203), + [anon_sym_PLUS_EQ] = ACTIONS(2203), + [anon_sym_DASH_EQ] = ACTIONS(2203), + [anon_sym_STAR_EQ] = ACTIONS(2203), + [anon_sym_SLASH_EQ] = ACTIONS(2203), + [anon_sym_PERCENT_EQ] = ACTIONS(2203), + [anon_sym_BANG_EQ] = ACTIONS(2201), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2203), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2203), + [anon_sym_LT_EQ] = ACTIONS(2203), + [anon_sym_GT_EQ] = ACTIONS(2203), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2203), + [anon_sym_DOT_DOT_LT] = ACTIONS(2203), + [anon_sym_is] = ACTIONS(2203), + [anon_sym_PLUS] = ACTIONS(2201), + [anon_sym_DASH] = ACTIONS(2201), + [anon_sym_STAR] = ACTIONS(2201), + [anon_sym_SLASH] = ACTIONS(2201), + [anon_sym_PERCENT] = ACTIONS(2201), + [anon_sym_PLUS_PLUS] = ACTIONS(2203), + [anon_sym_DASH_DASH] = ACTIONS(2203), + [anon_sym_PIPE] = ACTIONS(2203), + [anon_sym_CARET] = ACTIONS(2201), + [anon_sym_LT_LT] = ACTIONS(2203), + [anon_sym_GT_GT] = ACTIONS(2203), + [anon_sym_class] = ACTIONS(2203), + [anon_sym_prefix] = ACTIONS(2203), + [anon_sym_infix] = ACTIONS(2203), + [anon_sym_postfix] = ACTIONS(2203), + [anon_sym_AT] = ACTIONS(2201), + [anon_sym_override] = ACTIONS(2203), + [anon_sym_convenience] = ACTIONS(2203), + [anon_sym_required] = ACTIONS(2203), + [anon_sym_nonisolated] = ACTIONS(2203), + [anon_sym_public] = ACTIONS(2203), + [anon_sym_private] = ACTIONS(2203), + [anon_sym_internal] = ACTIONS(2203), + [anon_sym_fileprivate] = ACTIONS(2203), + [anon_sym_open] = ACTIONS(2203), + [anon_sym_mutating] = ACTIONS(2203), + [anon_sym_nonmutating] = ACTIONS(2203), + [anon_sym_static] = ACTIONS(2203), + [anon_sym_dynamic] = ACTIONS(2203), + [anon_sym_optional] = ACTIONS(2203), + [anon_sym_distributed] = ACTIONS(2203), + [anon_sym_final] = ACTIONS(2203), + [anon_sym_inout] = ACTIONS(2203), + [anon_sym_ATescaping] = ACTIONS(2203), + [anon_sym_ATautoclosure] = ACTIONS(2203), + [anon_sym_weak] = ACTIONS(2203), + [anon_sym_unowned] = ACTIONS(2201), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2203), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2203), + [anon_sym_borrowing] = ACTIONS(2203), + [anon_sym_consuming] = ACTIONS(2203), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2203), + [sym__explicit_semi] = ACTIONS(2203), + [sym__arrow_operator_custom] = ACTIONS(2203), + [sym__dot_custom] = ACTIONS(2203), + [sym__conjunction_operator_custom] = ACTIONS(2203), + [sym__disjunction_operator_custom] = ACTIONS(2203), + [sym__nil_coalescing_operator_custom] = ACTIONS(2203), + [sym__eq_custom] = ACTIONS(2203), + [sym__eq_eq_custom] = ACTIONS(2203), + [sym__plus_then_ws] = ACTIONS(2203), + [sym__minus_then_ws] = ACTIONS(2203), + [sym__bang_custom] = ACTIONS(2203), + [sym__throws_keyword] = ACTIONS(2203), + [sym__rethrows_keyword] = ACTIONS(2203), + [sym_default_keyword] = ACTIONS(2203), + [sym_where_keyword] = ACTIONS(2203), + [sym__as_custom] = ACTIONS(2203), + [sym__as_quest_custom] = ACTIONS(2203), + [sym__as_bang_custom] = ACTIONS(2203), + [sym__async_keyword_custom] = ACTIONS(2203), + [sym__custom_operator] = ACTIONS(2203), + }, + [STATE(1069)] = { + [anon_sym_BANG] = ACTIONS(2205), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2207), + [anon_sym_package] = ACTIONS(2207), + [anon_sym_COMMA] = ACTIONS(2207), + [anon_sym_LPAREN] = ACTIONS(2207), + [anon_sym_LBRACK] = ACTIONS(2207), + [anon_sym_DOT] = ACTIONS(2205), + [anon_sym_QMARK] = ACTIONS(2205), + [anon_sym_QMARK2] = ACTIONS(2207), + [anon_sym_AMP] = ACTIONS(2207), + [aux_sym_custom_operator_token1] = ACTIONS(2207), + [anon_sym_LT] = ACTIONS(2205), + [anon_sym_GT] = ACTIONS(2205), + [anon_sym_LBRACE] = ACTIONS(2207), + [anon_sym_CARET_LBRACE] = ACTIONS(2207), + [anon_sym_RBRACE] = ACTIONS(2207), + [anon_sym_case] = ACTIONS(2207), + [anon_sym_fallthrough] = ACTIONS(2207), + [anon_sym_PLUS_EQ] = ACTIONS(2207), + [anon_sym_DASH_EQ] = ACTIONS(2207), + [anon_sym_STAR_EQ] = ACTIONS(2207), + [anon_sym_SLASH_EQ] = ACTIONS(2207), + [anon_sym_PERCENT_EQ] = ACTIONS(2207), + [anon_sym_BANG_EQ] = ACTIONS(2205), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2207), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2207), + [anon_sym_LT_EQ] = ACTIONS(2207), + [anon_sym_GT_EQ] = ACTIONS(2207), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2207), + [anon_sym_DOT_DOT_LT] = ACTIONS(2207), + [anon_sym_is] = ACTIONS(2207), + [anon_sym_PLUS] = ACTIONS(2205), + [anon_sym_DASH] = ACTIONS(2205), + [anon_sym_STAR] = ACTIONS(2205), + [anon_sym_SLASH] = ACTIONS(2205), + [anon_sym_PERCENT] = ACTIONS(2205), + [anon_sym_PLUS_PLUS] = ACTIONS(2207), + [anon_sym_DASH_DASH] = ACTIONS(2207), + [anon_sym_PIPE] = ACTIONS(2207), + [anon_sym_CARET] = ACTIONS(2205), + [anon_sym_LT_LT] = ACTIONS(2207), + [anon_sym_GT_GT] = ACTIONS(2207), + [anon_sym_class] = ACTIONS(2207), + [anon_sym_prefix] = ACTIONS(2207), + [anon_sym_infix] = ACTIONS(2207), + [anon_sym_postfix] = ACTIONS(2207), + [anon_sym_AT] = ACTIONS(2205), + [anon_sym_override] = ACTIONS(2207), + [anon_sym_convenience] = ACTIONS(2207), + [anon_sym_required] = ACTIONS(2207), + [anon_sym_nonisolated] = ACTIONS(2207), + [anon_sym_public] = ACTIONS(2207), + [anon_sym_private] = ACTIONS(2207), + [anon_sym_internal] = ACTIONS(2207), + [anon_sym_fileprivate] = ACTIONS(2207), + [anon_sym_open] = ACTIONS(2207), + [anon_sym_mutating] = ACTIONS(2207), + [anon_sym_nonmutating] = ACTIONS(2207), + [anon_sym_static] = ACTIONS(2207), + [anon_sym_dynamic] = ACTIONS(2207), + [anon_sym_optional] = ACTIONS(2207), + [anon_sym_distributed] = ACTIONS(2207), + [anon_sym_final] = ACTIONS(2207), + [anon_sym_inout] = ACTIONS(2207), + [anon_sym_ATescaping] = ACTIONS(2207), + [anon_sym_ATautoclosure] = ACTIONS(2207), + [anon_sym_weak] = ACTIONS(2207), + [anon_sym_unowned] = ACTIONS(2205), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2207), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2207), + [anon_sym_borrowing] = ACTIONS(2207), + [anon_sym_consuming] = ACTIONS(2207), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2207), + [sym__explicit_semi] = ACTIONS(2207), + [sym__arrow_operator_custom] = ACTIONS(2207), + [sym__dot_custom] = ACTIONS(2207), + [sym__conjunction_operator_custom] = ACTIONS(2207), + [sym__disjunction_operator_custom] = ACTIONS(2207), + [sym__nil_coalescing_operator_custom] = ACTIONS(2207), + [sym__eq_custom] = ACTIONS(2207), + [sym__eq_eq_custom] = ACTIONS(2207), + [sym__plus_then_ws] = ACTIONS(2207), + [sym__minus_then_ws] = ACTIONS(2207), + [sym__bang_custom] = ACTIONS(2207), + [sym__throws_keyword] = ACTIONS(2207), + [sym__rethrows_keyword] = ACTIONS(2207), + [sym_default_keyword] = ACTIONS(2207), + [sym_where_keyword] = ACTIONS(2207), + [sym__as_custom] = ACTIONS(2207), + [sym__as_quest_custom] = ACTIONS(2207), + [sym__as_bang_custom] = ACTIONS(2207), + [sym__async_keyword_custom] = ACTIONS(2207), + [sym__custom_operator] = ACTIONS(2207), + }, + [STATE(1070)] = { + [anon_sym_BANG] = ACTIONS(2233), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2235), + [anon_sym_package] = ACTIONS(2235), + [anon_sym_COMMA] = ACTIONS(2235), + [anon_sym_LPAREN] = ACTIONS(2235), + [anon_sym_LBRACK] = ACTIONS(2235), + [anon_sym_DOT] = ACTIONS(2233), + [anon_sym_QMARK] = ACTIONS(2233), + [anon_sym_QMARK2] = ACTIONS(2235), + [anon_sym_AMP] = ACTIONS(2235), + [aux_sym_custom_operator_token1] = ACTIONS(2235), + [anon_sym_LT] = ACTIONS(2233), + [anon_sym_GT] = ACTIONS(2233), + [anon_sym_LBRACE] = ACTIONS(2235), + [anon_sym_CARET_LBRACE] = ACTIONS(2235), + [anon_sym_RBRACE] = ACTIONS(2235), + [anon_sym_case] = ACTIONS(2235), + [anon_sym_fallthrough] = ACTIONS(2235), + [anon_sym_PLUS_EQ] = ACTIONS(2235), + [anon_sym_DASH_EQ] = ACTIONS(2235), + [anon_sym_STAR_EQ] = ACTIONS(2235), + [anon_sym_SLASH_EQ] = ACTIONS(2235), + [anon_sym_PERCENT_EQ] = ACTIONS(2235), + [anon_sym_BANG_EQ] = ACTIONS(2233), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2235), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2235), + [anon_sym_LT_EQ] = ACTIONS(2235), + [anon_sym_GT_EQ] = ACTIONS(2235), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2235), + [anon_sym_DOT_DOT_LT] = ACTIONS(2235), + [anon_sym_is] = ACTIONS(2235), + [anon_sym_PLUS] = ACTIONS(2233), + [anon_sym_DASH] = ACTIONS(2233), + [anon_sym_STAR] = ACTIONS(2233), + [anon_sym_SLASH] = ACTIONS(2233), + [anon_sym_PERCENT] = ACTIONS(2233), + [anon_sym_PLUS_PLUS] = ACTIONS(2235), + [anon_sym_DASH_DASH] = ACTIONS(2235), + [anon_sym_PIPE] = ACTIONS(2235), + [anon_sym_CARET] = ACTIONS(2233), + [anon_sym_LT_LT] = ACTIONS(2235), + [anon_sym_GT_GT] = ACTIONS(2235), + [anon_sym_class] = ACTIONS(2235), + [anon_sym_prefix] = ACTIONS(2235), + [anon_sym_infix] = ACTIONS(2235), + [anon_sym_postfix] = ACTIONS(2235), + [anon_sym_AT] = ACTIONS(2233), + [anon_sym_override] = ACTIONS(2235), + [anon_sym_convenience] = ACTIONS(2235), + [anon_sym_required] = ACTIONS(2235), + [anon_sym_nonisolated] = ACTIONS(2235), + [anon_sym_public] = ACTIONS(2235), + [anon_sym_private] = ACTIONS(2235), + [anon_sym_internal] = ACTIONS(2235), + [anon_sym_fileprivate] = ACTIONS(2235), + [anon_sym_open] = ACTIONS(2235), + [anon_sym_mutating] = ACTIONS(2235), + [anon_sym_nonmutating] = ACTIONS(2235), + [anon_sym_static] = ACTIONS(2235), + [anon_sym_dynamic] = ACTIONS(2235), + [anon_sym_optional] = ACTIONS(2235), + [anon_sym_distributed] = ACTIONS(2235), + [anon_sym_final] = ACTIONS(2235), + [anon_sym_inout] = ACTIONS(2235), + [anon_sym_ATescaping] = ACTIONS(2235), + [anon_sym_ATautoclosure] = ACTIONS(2235), + [anon_sym_weak] = ACTIONS(2235), + [anon_sym_unowned] = ACTIONS(2233), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2235), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2235), + [anon_sym_borrowing] = ACTIONS(2235), + [anon_sym_consuming] = ACTIONS(2235), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2235), + [sym__explicit_semi] = ACTIONS(2235), + [sym__arrow_operator_custom] = ACTIONS(2235), + [sym__dot_custom] = ACTIONS(2235), + [sym__conjunction_operator_custom] = ACTIONS(2235), + [sym__disjunction_operator_custom] = ACTIONS(2235), + [sym__nil_coalescing_operator_custom] = ACTIONS(2235), + [sym__eq_custom] = ACTIONS(2235), + [sym__eq_eq_custom] = ACTIONS(2235), + [sym__plus_then_ws] = ACTIONS(2235), + [sym__minus_then_ws] = ACTIONS(2235), + [sym__bang_custom] = ACTIONS(2235), + [sym__throws_keyword] = ACTIONS(2235), + [sym__rethrows_keyword] = ACTIONS(2235), + [sym_default_keyword] = ACTIONS(2235), + [sym_where_keyword] = ACTIONS(2235), + [sym__as_custom] = ACTIONS(2235), + [sym__as_quest_custom] = ACTIONS(2235), + [sym__as_bang_custom] = ACTIONS(2235), + [sym__async_keyword_custom] = ACTIONS(2235), + [sym__custom_operator] = ACTIONS(2235), + }, + [STATE(1071)] = { + [anon_sym_BANG] = ACTIONS(2272), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2274), + [anon_sym_package] = ACTIONS(2274), + [anon_sym_COMMA] = ACTIONS(2274), + [anon_sym_LPAREN] = ACTIONS(2274), + [anon_sym_LBRACK] = ACTIONS(2274), + [anon_sym_DOT] = ACTIONS(2272), + [anon_sym_QMARK] = ACTIONS(2272), + [anon_sym_QMARK2] = ACTIONS(2274), + [anon_sym_AMP] = ACTIONS(2274), + [aux_sym_custom_operator_token1] = ACTIONS(2274), + [anon_sym_LT] = ACTIONS(2272), + [anon_sym_GT] = ACTIONS(2272), + [anon_sym_LBRACE] = ACTIONS(2274), + [anon_sym_CARET_LBRACE] = ACTIONS(2274), + [anon_sym_RBRACE] = ACTIONS(2274), + [anon_sym_case] = ACTIONS(2274), + [anon_sym_fallthrough] = ACTIONS(2274), + [anon_sym_PLUS_EQ] = ACTIONS(2274), + [anon_sym_DASH_EQ] = ACTIONS(2274), + [anon_sym_STAR_EQ] = ACTIONS(2274), + [anon_sym_SLASH_EQ] = ACTIONS(2274), + [anon_sym_PERCENT_EQ] = ACTIONS(2274), + [anon_sym_BANG_EQ] = ACTIONS(2272), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2274), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2274), + [anon_sym_LT_EQ] = ACTIONS(2274), + [anon_sym_GT_EQ] = ACTIONS(2274), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2274), + [anon_sym_DOT_DOT_LT] = ACTIONS(2274), + [anon_sym_is] = ACTIONS(2274), + [anon_sym_PLUS] = ACTIONS(2272), + [anon_sym_DASH] = ACTIONS(2272), + [anon_sym_STAR] = ACTIONS(2272), + [anon_sym_SLASH] = ACTIONS(2272), + [anon_sym_PERCENT] = ACTIONS(2272), + [anon_sym_PLUS_PLUS] = ACTIONS(2274), + [anon_sym_DASH_DASH] = ACTIONS(2274), + [anon_sym_PIPE] = ACTIONS(2274), + [anon_sym_CARET] = ACTIONS(2272), + [anon_sym_LT_LT] = ACTIONS(2274), + [anon_sym_GT_GT] = ACTIONS(2274), + [anon_sym_class] = ACTIONS(2274), + [anon_sym_prefix] = ACTIONS(2274), + [anon_sym_infix] = ACTIONS(2274), + [anon_sym_postfix] = ACTIONS(2274), + [anon_sym_AT] = ACTIONS(2272), + [anon_sym_override] = ACTIONS(2274), + [anon_sym_convenience] = ACTIONS(2274), + [anon_sym_required] = ACTIONS(2274), + [anon_sym_nonisolated] = ACTIONS(2274), + [anon_sym_public] = ACTIONS(2274), + [anon_sym_private] = ACTIONS(2274), + [anon_sym_internal] = ACTIONS(2274), + [anon_sym_fileprivate] = ACTIONS(2274), + [anon_sym_open] = ACTIONS(2274), + [anon_sym_mutating] = ACTIONS(2274), + [anon_sym_nonmutating] = ACTIONS(2274), + [anon_sym_static] = ACTIONS(2274), + [anon_sym_dynamic] = ACTIONS(2274), + [anon_sym_optional] = ACTIONS(2274), + [anon_sym_distributed] = ACTIONS(2274), + [anon_sym_final] = ACTIONS(2274), + [anon_sym_inout] = ACTIONS(2274), + [anon_sym_ATescaping] = ACTIONS(2274), + [anon_sym_ATautoclosure] = ACTIONS(2274), + [anon_sym_weak] = ACTIONS(2274), + [anon_sym_unowned] = ACTIONS(2272), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2274), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2274), + [anon_sym_borrowing] = ACTIONS(2274), + [anon_sym_consuming] = ACTIONS(2274), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2274), + [sym__explicit_semi] = ACTIONS(2274), + [sym__arrow_operator_custom] = ACTIONS(2274), + [sym__dot_custom] = ACTIONS(2274), + [sym__conjunction_operator_custom] = ACTIONS(2274), + [sym__disjunction_operator_custom] = ACTIONS(2274), + [sym__nil_coalescing_operator_custom] = ACTIONS(2274), + [sym__eq_custom] = ACTIONS(2274), + [sym__eq_eq_custom] = ACTIONS(2274), + [sym__plus_then_ws] = ACTIONS(2274), + [sym__minus_then_ws] = ACTIONS(2274), + [sym__bang_custom] = ACTIONS(2274), + [sym__throws_keyword] = ACTIONS(2274), + [sym__rethrows_keyword] = ACTIONS(2274), + [sym_default_keyword] = ACTIONS(2274), + [sym_where_keyword] = ACTIONS(2274), + [sym__as_custom] = ACTIONS(2274), + [sym__as_quest_custom] = ACTIONS(2274), + [sym__as_bang_custom] = ACTIONS(2274), + [sym__async_keyword_custom] = ACTIONS(2274), + [sym__custom_operator] = ACTIONS(2274), + }, + [STATE(1072)] = { + [anon_sym_BANG] = ACTIONS(2280), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2282), + [anon_sym_package] = ACTIONS(2282), + [anon_sym_COMMA] = ACTIONS(2282), + [anon_sym_LPAREN] = ACTIONS(2282), + [anon_sym_LBRACK] = ACTIONS(2282), + [anon_sym_DOT] = ACTIONS(2280), + [anon_sym_QMARK] = ACTIONS(2280), + [anon_sym_QMARK2] = ACTIONS(2282), + [anon_sym_AMP] = ACTIONS(2282), + [aux_sym_custom_operator_token1] = ACTIONS(2282), + [anon_sym_LT] = ACTIONS(2280), + [anon_sym_GT] = ACTIONS(2280), + [anon_sym_LBRACE] = ACTIONS(2282), + [anon_sym_CARET_LBRACE] = ACTIONS(2282), + [anon_sym_RBRACE] = ACTIONS(2282), + [anon_sym_case] = ACTIONS(2282), + [anon_sym_fallthrough] = ACTIONS(2282), + [anon_sym_PLUS_EQ] = ACTIONS(2282), + [anon_sym_DASH_EQ] = ACTIONS(2282), + [anon_sym_STAR_EQ] = ACTIONS(2282), + [anon_sym_SLASH_EQ] = ACTIONS(2282), + [anon_sym_PERCENT_EQ] = ACTIONS(2282), + [anon_sym_BANG_EQ] = ACTIONS(2280), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2282), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2282), + [anon_sym_LT_EQ] = ACTIONS(2282), + [anon_sym_GT_EQ] = ACTIONS(2282), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2282), + [anon_sym_DOT_DOT_LT] = ACTIONS(2282), + [anon_sym_is] = ACTIONS(2282), + [anon_sym_PLUS] = ACTIONS(2280), + [anon_sym_DASH] = ACTIONS(2280), + [anon_sym_STAR] = ACTIONS(2280), + [anon_sym_SLASH] = ACTIONS(2280), + [anon_sym_PERCENT] = ACTIONS(2280), + [anon_sym_PLUS_PLUS] = ACTIONS(2282), + [anon_sym_DASH_DASH] = ACTIONS(2282), + [anon_sym_PIPE] = ACTIONS(2282), + [anon_sym_CARET] = ACTIONS(2280), + [anon_sym_LT_LT] = ACTIONS(2282), + [anon_sym_GT_GT] = ACTIONS(2282), + [anon_sym_class] = ACTIONS(2282), + [anon_sym_prefix] = ACTIONS(2282), + [anon_sym_infix] = ACTIONS(2282), + [anon_sym_postfix] = ACTIONS(2282), + [anon_sym_AT] = ACTIONS(2280), + [anon_sym_override] = ACTIONS(2282), + [anon_sym_convenience] = ACTIONS(2282), + [anon_sym_required] = ACTIONS(2282), + [anon_sym_nonisolated] = ACTIONS(2282), + [anon_sym_public] = ACTIONS(2282), + [anon_sym_private] = ACTIONS(2282), + [anon_sym_internal] = ACTIONS(2282), + [anon_sym_fileprivate] = ACTIONS(2282), + [anon_sym_open] = ACTIONS(2282), + [anon_sym_mutating] = ACTIONS(2282), + [anon_sym_nonmutating] = ACTIONS(2282), + [anon_sym_static] = ACTIONS(2282), + [anon_sym_dynamic] = ACTIONS(2282), + [anon_sym_optional] = ACTIONS(2282), + [anon_sym_distributed] = ACTIONS(2282), + [anon_sym_final] = ACTIONS(2282), + [anon_sym_inout] = ACTIONS(2282), + [anon_sym_ATescaping] = ACTIONS(2282), + [anon_sym_ATautoclosure] = ACTIONS(2282), + [anon_sym_weak] = ACTIONS(2282), + [anon_sym_unowned] = ACTIONS(2280), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2282), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2282), + [anon_sym_borrowing] = ACTIONS(2282), + [anon_sym_consuming] = ACTIONS(2282), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2282), + [sym__explicit_semi] = ACTIONS(2282), + [sym__arrow_operator_custom] = ACTIONS(2282), + [sym__dot_custom] = ACTIONS(2282), + [sym__conjunction_operator_custom] = ACTIONS(2282), + [sym__disjunction_operator_custom] = ACTIONS(2282), + [sym__nil_coalescing_operator_custom] = ACTIONS(2282), + [sym__eq_custom] = ACTIONS(2282), + [sym__eq_eq_custom] = ACTIONS(2282), + [sym__plus_then_ws] = ACTIONS(2282), + [sym__minus_then_ws] = ACTIONS(2282), + [sym__bang_custom] = ACTIONS(2282), + [sym__throws_keyword] = ACTIONS(2282), + [sym__rethrows_keyword] = ACTIONS(2282), + [sym_default_keyword] = ACTIONS(2282), + [sym_where_keyword] = ACTIONS(2282), + [sym__as_custom] = ACTIONS(2282), + [sym__as_quest_custom] = ACTIONS(2282), + [sym__as_bang_custom] = ACTIONS(2282), + [sym__async_keyword_custom] = ACTIONS(2282), + [sym__custom_operator] = ACTIONS(2282), + }, + [STATE(1073)] = { + [anon_sym_BANG] = ACTIONS(2221), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2223), + [anon_sym_package] = ACTIONS(2223), + [anon_sym_COMMA] = ACTIONS(2223), + [anon_sym_LPAREN] = ACTIONS(2223), + [anon_sym_LBRACK] = ACTIONS(2223), + [anon_sym_DOT] = ACTIONS(2221), + [anon_sym_QMARK] = ACTIONS(2221), + [anon_sym_QMARK2] = ACTIONS(2223), + [anon_sym_AMP] = ACTIONS(2223), + [aux_sym_custom_operator_token1] = ACTIONS(2223), + [anon_sym_LT] = ACTIONS(2221), + [anon_sym_GT] = ACTIONS(2221), + [anon_sym_LBRACE] = ACTIONS(2223), + [anon_sym_CARET_LBRACE] = ACTIONS(2223), + [anon_sym_RBRACE] = ACTIONS(2223), + [anon_sym_case] = ACTIONS(2223), + [anon_sym_fallthrough] = ACTIONS(2223), + [anon_sym_PLUS_EQ] = ACTIONS(2223), + [anon_sym_DASH_EQ] = ACTIONS(2223), + [anon_sym_STAR_EQ] = ACTIONS(2223), + [anon_sym_SLASH_EQ] = ACTIONS(2223), + [anon_sym_PERCENT_EQ] = ACTIONS(2223), + [anon_sym_BANG_EQ] = ACTIONS(2221), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2223), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2223), + [anon_sym_LT_EQ] = ACTIONS(2223), + [anon_sym_GT_EQ] = ACTIONS(2223), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2223), + [anon_sym_DOT_DOT_LT] = ACTIONS(2223), + [anon_sym_is] = ACTIONS(2223), + [anon_sym_PLUS] = ACTIONS(2221), + [anon_sym_DASH] = ACTIONS(2221), + [anon_sym_STAR] = ACTIONS(2221), + [anon_sym_SLASH] = ACTIONS(2221), + [anon_sym_PERCENT] = ACTIONS(2221), + [anon_sym_PLUS_PLUS] = ACTIONS(2223), + [anon_sym_DASH_DASH] = ACTIONS(2223), + [anon_sym_PIPE] = ACTIONS(2223), + [anon_sym_CARET] = ACTIONS(2221), + [anon_sym_LT_LT] = ACTIONS(2223), + [anon_sym_GT_GT] = ACTIONS(2223), + [anon_sym_class] = ACTIONS(2223), + [anon_sym_prefix] = ACTIONS(2223), + [anon_sym_infix] = ACTIONS(2223), + [anon_sym_postfix] = ACTIONS(2223), + [anon_sym_AT] = ACTIONS(2221), + [anon_sym_override] = ACTIONS(2223), + [anon_sym_convenience] = ACTIONS(2223), + [anon_sym_required] = ACTIONS(2223), + [anon_sym_nonisolated] = ACTIONS(2223), + [anon_sym_public] = ACTIONS(2223), + [anon_sym_private] = ACTIONS(2223), + [anon_sym_internal] = ACTIONS(2223), + [anon_sym_fileprivate] = ACTIONS(2223), + [anon_sym_open] = ACTIONS(2223), + [anon_sym_mutating] = ACTIONS(2223), + [anon_sym_nonmutating] = ACTIONS(2223), + [anon_sym_static] = ACTIONS(2223), + [anon_sym_dynamic] = ACTIONS(2223), + [anon_sym_optional] = ACTIONS(2223), + [anon_sym_distributed] = ACTIONS(2223), + [anon_sym_final] = ACTIONS(2223), + [anon_sym_inout] = ACTIONS(2223), + [anon_sym_ATescaping] = ACTIONS(2223), + [anon_sym_ATautoclosure] = ACTIONS(2223), + [anon_sym_weak] = ACTIONS(2223), + [anon_sym_unowned] = ACTIONS(2221), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2223), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2223), + [anon_sym_borrowing] = ACTIONS(2223), + [anon_sym_consuming] = ACTIONS(2223), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2223), + [sym__explicit_semi] = ACTIONS(2223), + [sym__arrow_operator_custom] = ACTIONS(2223), + [sym__dot_custom] = ACTIONS(2223), + [sym__conjunction_operator_custom] = ACTIONS(2223), + [sym__disjunction_operator_custom] = ACTIONS(2223), + [sym__nil_coalescing_operator_custom] = ACTIONS(2223), + [sym__eq_custom] = ACTIONS(2223), + [sym__eq_eq_custom] = ACTIONS(2223), + [sym__plus_then_ws] = ACTIONS(2223), + [sym__minus_then_ws] = ACTIONS(2223), + [sym__bang_custom] = ACTIONS(2223), + [sym__throws_keyword] = ACTIONS(2223), + [sym__rethrows_keyword] = ACTIONS(2223), + [sym_default_keyword] = ACTIONS(2223), + [sym_where_keyword] = ACTIONS(2223), + [sym__as_custom] = ACTIONS(2223), + [sym__as_quest_custom] = ACTIONS(2223), + [sym__as_bang_custom] = ACTIONS(2223), + [sym__async_keyword_custom] = ACTIONS(2223), + [sym__custom_operator] = ACTIONS(2223), + }, + [STATE(1074)] = { + [anon_sym_BANG] = ACTIONS(2304), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2306), + [anon_sym_package] = ACTIONS(2306), + [anon_sym_COMMA] = ACTIONS(2306), + [anon_sym_LPAREN] = ACTIONS(2306), + [anon_sym_LBRACK] = ACTIONS(2306), + [anon_sym_DOT] = ACTIONS(2304), + [anon_sym_QMARK] = ACTIONS(2304), + [anon_sym_QMARK2] = ACTIONS(2306), + [anon_sym_AMP] = ACTIONS(2306), + [aux_sym_custom_operator_token1] = ACTIONS(2306), + [anon_sym_LT] = ACTIONS(2304), + [anon_sym_GT] = ACTIONS(2304), + [anon_sym_LBRACE] = ACTIONS(2306), + [anon_sym_CARET_LBRACE] = ACTIONS(2306), + [anon_sym_RBRACE] = ACTIONS(2306), + [anon_sym_case] = ACTIONS(2306), + [anon_sym_fallthrough] = ACTIONS(2306), + [anon_sym_PLUS_EQ] = ACTIONS(2306), + [anon_sym_DASH_EQ] = ACTIONS(2306), + [anon_sym_STAR_EQ] = ACTIONS(2306), + [anon_sym_SLASH_EQ] = ACTIONS(2306), + [anon_sym_PERCENT_EQ] = ACTIONS(2306), + [anon_sym_BANG_EQ] = ACTIONS(2304), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2306), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2306), + [anon_sym_LT_EQ] = ACTIONS(2306), + [anon_sym_GT_EQ] = ACTIONS(2306), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2306), + [anon_sym_DOT_DOT_LT] = ACTIONS(2306), + [anon_sym_is] = ACTIONS(2306), + [anon_sym_PLUS] = ACTIONS(2304), + [anon_sym_DASH] = ACTIONS(2304), + [anon_sym_STAR] = ACTIONS(2304), + [anon_sym_SLASH] = ACTIONS(2304), + [anon_sym_PERCENT] = ACTIONS(2304), + [anon_sym_PLUS_PLUS] = ACTIONS(2306), + [anon_sym_DASH_DASH] = ACTIONS(2306), + [anon_sym_PIPE] = ACTIONS(2306), + [anon_sym_CARET] = ACTIONS(2304), + [anon_sym_LT_LT] = ACTIONS(2306), + [anon_sym_GT_GT] = ACTIONS(2306), + [anon_sym_class] = ACTIONS(2306), + [anon_sym_prefix] = ACTIONS(2306), + [anon_sym_infix] = ACTIONS(2306), + [anon_sym_postfix] = ACTIONS(2306), + [anon_sym_AT] = ACTIONS(2304), + [anon_sym_override] = ACTIONS(2306), + [anon_sym_convenience] = ACTIONS(2306), + [anon_sym_required] = ACTIONS(2306), + [anon_sym_nonisolated] = ACTIONS(2306), + [anon_sym_public] = ACTIONS(2306), + [anon_sym_private] = ACTIONS(2306), + [anon_sym_internal] = ACTIONS(2306), + [anon_sym_fileprivate] = ACTIONS(2306), + [anon_sym_open] = ACTIONS(2306), + [anon_sym_mutating] = ACTIONS(2306), + [anon_sym_nonmutating] = ACTIONS(2306), + [anon_sym_static] = ACTIONS(2306), + [anon_sym_dynamic] = ACTIONS(2306), + [anon_sym_optional] = ACTIONS(2306), + [anon_sym_distributed] = ACTIONS(2306), + [anon_sym_final] = ACTIONS(2306), + [anon_sym_inout] = ACTIONS(2306), + [anon_sym_ATescaping] = ACTIONS(2306), + [anon_sym_ATautoclosure] = ACTIONS(2306), + [anon_sym_weak] = ACTIONS(2306), + [anon_sym_unowned] = ACTIONS(2304), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2306), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2306), + [anon_sym_borrowing] = ACTIONS(2306), + [anon_sym_consuming] = ACTIONS(2306), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2306), + [sym__explicit_semi] = ACTIONS(2306), + [sym__arrow_operator_custom] = ACTIONS(2306), + [sym__dot_custom] = ACTIONS(2306), + [sym__conjunction_operator_custom] = ACTIONS(2306), + [sym__disjunction_operator_custom] = ACTIONS(2306), + [sym__nil_coalescing_operator_custom] = ACTIONS(2306), + [sym__eq_custom] = ACTIONS(2306), + [sym__eq_eq_custom] = ACTIONS(2306), + [sym__plus_then_ws] = ACTIONS(2306), + [sym__minus_then_ws] = ACTIONS(2306), + [sym__bang_custom] = ACTIONS(2306), + [sym__throws_keyword] = ACTIONS(2306), + [sym__rethrows_keyword] = ACTIONS(2306), + [sym_default_keyword] = ACTIONS(2306), + [sym_where_keyword] = ACTIONS(2306), + [sym__as_custom] = ACTIONS(2306), + [sym__as_quest_custom] = ACTIONS(2306), + [sym__as_bang_custom] = ACTIONS(2306), + [sym__async_keyword_custom] = ACTIONS(2306), + [sym__custom_operator] = ACTIONS(2306), + }, + [STATE(1075)] = { + [sym__key_path_postfixes] = STATE(1056), + [sym_bang] = STATE(1056), + [aux_sym__key_path_component_repeat1] = STATE(1056), + [anon_sym_BANG] = ACTIONS(2237), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2239), + [anon_sym_package] = ACTIONS(2239), + [anon_sym_COMMA] = ACTIONS(2239), + [anon_sym_LPAREN] = ACTIONS(2239), + [anon_sym_LBRACK] = ACTIONS(2239), + [anon_sym_DOT] = ACTIONS(2237), + [anon_sym_QMARK] = ACTIONS(2237), + [anon_sym_QMARK2] = ACTIONS(2239), + [anon_sym_AMP] = ACTIONS(2239), + [aux_sym_custom_operator_token1] = ACTIONS(2239), + [anon_sym_LT] = ACTIONS(2237), + [anon_sym_GT] = ACTIONS(2237), + [anon_sym_LBRACE] = ACTIONS(2239), + [anon_sym_CARET_LBRACE] = ACTIONS(2239), + [anon_sym_RBRACE] = ACTIONS(2239), + [anon_sym_self] = ACTIONS(3026), + [anon_sym_case] = ACTIONS(2239), + [anon_sym_fallthrough] = ACTIONS(2239), + [anon_sym_PLUS_EQ] = ACTIONS(2239), + [anon_sym_DASH_EQ] = ACTIONS(2239), + [anon_sym_STAR_EQ] = ACTIONS(2239), + [anon_sym_SLASH_EQ] = ACTIONS(2239), + [anon_sym_PERCENT_EQ] = ACTIONS(2239), + [anon_sym_BANG_EQ] = ACTIONS(2237), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2239), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2239), + [anon_sym_LT_EQ] = ACTIONS(2239), + [anon_sym_GT_EQ] = ACTIONS(2239), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2239), + [anon_sym_DOT_DOT_LT] = ACTIONS(2239), + [anon_sym_is] = ACTIONS(2239), + [anon_sym_PLUS] = ACTIONS(2237), + [anon_sym_DASH] = ACTIONS(2237), + [anon_sym_STAR] = ACTIONS(2237), + [anon_sym_SLASH] = ACTIONS(2237), + [anon_sym_PERCENT] = ACTIONS(2237), + [anon_sym_PLUS_PLUS] = ACTIONS(2239), + [anon_sym_DASH_DASH] = ACTIONS(2239), + [anon_sym_PIPE] = ACTIONS(2239), + [anon_sym_CARET] = ACTIONS(2237), + [anon_sym_LT_LT] = ACTIONS(2239), + [anon_sym_GT_GT] = ACTIONS(2239), + [anon_sym_class] = ACTIONS(2239), + [anon_sym_prefix] = ACTIONS(2239), + [anon_sym_infix] = ACTIONS(2239), + [anon_sym_postfix] = ACTIONS(2239), + [anon_sym_AT] = ACTIONS(2237), + [anon_sym_override] = ACTIONS(2239), + [anon_sym_convenience] = ACTIONS(2239), + [anon_sym_required] = ACTIONS(2239), + [anon_sym_nonisolated] = ACTIONS(2239), + [anon_sym_public] = ACTIONS(2239), + [anon_sym_private] = ACTIONS(2239), + [anon_sym_internal] = ACTIONS(2239), + [anon_sym_fileprivate] = ACTIONS(2239), + [anon_sym_open] = ACTIONS(2239), + [anon_sym_mutating] = ACTIONS(2239), + [anon_sym_nonmutating] = ACTIONS(2239), + [anon_sym_static] = ACTIONS(2239), + [anon_sym_dynamic] = ACTIONS(2239), + [anon_sym_optional] = ACTIONS(2239), + [anon_sym_distributed] = ACTIONS(2239), + [anon_sym_final] = ACTIONS(2239), + [anon_sym_inout] = ACTIONS(2239), + [anon_sym_ATescaping] = ACTIONS(2239), + [anon_sym_ATautoclosure] = ACTIONS(2239), + [anon_sym_weak] = ACTIONS(2239), + [anon_sym_unowned] = ACTIONS(2237), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2239), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2239), + [anon_sym_borrowing] = ACTIONS(2239), + [anon_sym_consuming] = ACTIONS(2239), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2239), + [sym__explicit_semi] = ACTIONS(2239), + [sym__dot_custom] = ACTIONS(2239), + [sym__conjunction_operator_custom] = ACTIONS(2239), + [sym__disjunction_operator_custom] = ACTIONS(2239), + [sym__nil_coalescing_operator_custom] = ACTIONS(2239), + [sym__eq_custom] = ACTIONS(2239), + [sym__eq_eq_custom] = ACTIONS(2239), + [sym__plus_then_ws] = ACTIONS(2239), + [sym__minus_then_ws] = ACTIONS(2239), + [sym__bang_custom] = ACTIONS(2239), + [sym_default_keyword] = ACTIONS(2239), + [sym_where_keyword] = ACTIONS(2239), + [sym__as_custom] = ACTIONS(2239), + [sym__as_quest_custom] = ACTIONS(2239), + [sym__as_bang_custom] = ACTIONS(2239), + [sym__custom_operator] = ACTIONS(2239), + }, + [STATE(1076)] = { + [anon_sym_BANG] = ACTIONS(2288), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2290), + [anon_sym_package] = ACTIONS(2290), + [anon_sym_COMMA] = ACTIONS(2290), + [anon_sym_LPAREN] = ACTIONS(2290), + [anon_sym_LBRACK] = ACTIONS(2290), + [anon_sym_DOT] = ACTIONS(2288), + [anon_sym_QMARK] = ACTIONS(2288), + [anon_sym_QMARK2] = ACTIONS(2290), + [anon_sym_AMP] = ACTIONS(2290), + [aux_sym_custom_operator_token1] = ACTIONS(2290), + [anon_sym_LT] = ACTIONS(2288), + [anon_sym_GT] = ACTIONS(2288), + [anon_sym_LBRACE] = ACTIONS(2290), + [anon_sym_CARET_LBRACE] = ACTIONS(2290), + [anon_sym_RBRACE] = ACTIONS(2290), + [anon_sym_case] = ACTIONS(2290), + [anon_sym_fallthrough] = ACTIONS(2290), + [anon_sym_PLUS_EQ] = ACTIONS(2290), + [anon_sym_DASH_EQ] = ACTIONS(2290), + [anon_sym_STAR_EQ] = ACTIONS(2290), + [anon_sym_SLASH_EQ] = ACTIONS(2290), + [anon_sym_PERCENT_EQ] = ACTIONS(2290), + [anon_sym_BANG_EQ] = ACTIONS(2288), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2290), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2290), + [anon_sym_LT_EQ] = ACTIONS(2290), + [anon_sym_GT_EQ] = ACTIONS(2290), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2290), + [anon_sym_DOT_DOT_LT] = ACTIONS(2290), + [anon_sym_is] = ACTIONS(2290), + [anon_sym_PLUS] = ACTIONS(2288), + [anon_sym_DASH] = ACTIONS(2288), + [anon_sym_STAR] = ACTIONS(2288), + [anon_sym_SLASH] = ACTIONS(2288), + [anon_sym_PERCENT] = ACTIONS(2288), + [anon_sym_PLUS_PLUS] = ACTIONS(2290), + [anon_sym_DASH_DASH] = ACTIONS(2290), + [anon_sym_PIPE] = ACTIONS(2290), + [anon_sym_CARET] = ACTIONS(2288), + [anon_sym_LT_LT] = ACTIONS(2290), + [anon_sym_GT_GT] = ACTIONS(2290), + [anon_sym_class] = ACTIONS(2290), + [anon_sym_prefix] = ACTIONS(2290), + [anon_sym_infix] = ACTIONS(2290), + [anon_sym_postfix] = ACTIONS(2290), + [anon_sym_AT] = ACTIONS(2288), + [anon_sym_override] = ACTIONS(2290), + [anon_sym_convenience] = ACTIONS(2290), + [anon_sym_required] = ACTIONS(2290), + [anon_sym_nonisolated] = ACTIONS(2290), + [anon_sym_public] = ACTIONS(2290), + [anon_sym_private] = ACTIONS(2290), + [anon_sym_internal] = ACTIONS(2290), + [anon_sym_fileprivate] = ACTIONS(2290), + [anon_sym_open] = ACTIONS(2290), + [anon_sym_mutating] = ACTIONS(2290), + [anon_sym_nonmutating] = ACTIONS(2290), + [anon_sym_static] = ACTIONS(2290), + [anon_sym_dynamic] = ACTIONS(2290), + [anon_sym_optional] = ACTIONS(2290), + [anon_sym_distributed] = ACTIONS(2290), + [anon_sym_final] = ACTIONS(2290), + [anon_sym_inout] = ACTIONS(2290), + [anon_sym_ATescaping] = ACTIONS(2290), + [anon_sym_ATautoclosure] = ACTIONS(2290), + [anon_sym_weak] = ACTIONS(2290), + [anon_sym_unowned] = ACTIONS(2288), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2290), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2290), + [anon_sym_borrowing] = ACTIONS(2290), + [anon_sym_consuming] = ACTIONS(2290), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2290), + [sym__explicit_semi] = ACTIONS(2290), + [sym__arrow_operator_custom] = ACTIONS(2290), + [sym__dot_custom] = ACTIONS(2290), + [sym__conjunction_operator_custom] = ACTIONS(2290), + [sym__disjunction_operator_custom] = ACTIONS(2290), + [sym__nil_coalescing_operator_custom] = ACTIONS(2290), + [sym__eq_custom] = ACTIONS(2290), + [sym__eq_eq_custom] = ACTIONS(2290), + [sym__plus_then_ws] = ACTIONS(2290), + [sym__minus_then_ws] = ACTIONS(2290), + [sym__bang_custom] = ACTIONS(2290), + [sym__throws_keyword] = ACTIONS(2290), + [sym__rethrows_keyword] = ACTIONS(2290), + [sym_default_keyword] = ACTIONS(2290), + [sym_where_keyword] = ACTIONS(2290), + [sym__as_custom] = ACTIONS(2290), + [sym__as_quest_custom] = ACTIONS(2290), + [sym__as_bang_custom] = ACTIONS(2290), + [sym__async_keyword_custom] = ACTIONS(2290), + [sym__custom_operator] = ACTIONS(2290), + }, + [STATE(1077)] = { + [anon_sym_BANG] = ACTIONS(2099), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2101), + [anon_sym_package] = ACTIONS(2101), + [anon_sym_COMMA] = ACTIONS(2101), + [anon_sym_LPAREN] = ACTIONS(2101), + [anon_sym_LBRACK] = ACTIONS(2101), + [anon_sym_DOT] = ACTIONS(2099), + [anon_sym_QMARK] = ACTIONS(2099), + [anon_sym_QMARK2] = ACTIONS(2101), + [anon_sym_AMP] = ACTIONS(2101), + [aux_sym_custom_operator_token1] = ACTIONS(2101), + [anon_sym_LT] = ACTIONS(2099), + [anon_sym_GT] = ACTIONS(2099), + [anon_sym_LBRACE] = ACTIONS(2101), + [anon_sym_CARET_LBRACE] = ACTIONS(2101), + [anon_sym_RBRACE] = ACTIONS(2101), + [anon_sym_case] = ACTIONS(2101), + [anon_sym_fallthrough] = ACTIONS(2101), + [anon_sym_PLUS_EQ] = ACTIONS(2101), + [anon_sym_DASH_EQ] = ACTIONS(2101), + [anon_sym_STAR_EQ] = ACTIONS(2101), + [anon_sym_SLASH_EQ] = ACTIONS(2101), + [anon_sym_PERCENT_EQ] = ACTIONS(2101), + [anon_sym_BANG_EQ] = ACTIONS(2099), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2101), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2101), + [anon_sym_LT_EQ] = ACTIONS(2101), + [anon_sym_GT_EQ] = ACTIONS(2101), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2101), + [anon_sym_DOT_DOT_LT] = ACTIONS(2101), + [anon_sym_is] = ACTIONS(2101), + [anon_sym_PLUS] = ACTIONS(2099), + [anon_sym_DASH] = ACTIONS(2099), + [anon_sym_STAR] = ACTIONS(2099), + [anon_sym_SLASH] = ACTIONS(2099), + [anon_sym_PERCENT] = ACTIONS(2099), + [anon_sym_PLUS_PLUS] = ACTIONS(2101), + [anon_sym_DASH_DASH] = ACTIONS(2101), + [anon_sym_PIPE] = ACTIONS(2101), + [anon_sym_CARET] = ACTIONS(2099), + [anon_sym_LT_LT] = ACTIONS(2101), + [anon_sym_GT_GT] = ACTIONS(2101), + [anon_sym_class] = ACTIONS(2101), + [anon_sym_prefix] = ACTIONS(2101), + [anon_sym_infix] = ACTIONS(2101), + [anon_sym_postfix] = ACTIONS(2101), + [anon_sym_AT] = ACTIONS(2099), + [anon_sym_override] = ACTIONS(2101), + [anon_sym_convenience] = ACTIONS(2101), + [anon_sym_required] = ACTIONS(2101), + [anon_sym_nonisolated] = ACTIONS(2101), + [anon_sym_public] = ACTIONS(2101), + [anon_sym_private] = ACTIONS(2101), + [anon_sym_internal] = ACTIONS(2101), + [anon_sym_fileprivate] = ACTIONS(2101), + [anon_sym_open] = ACTIONS(2101), + [anon_sym_mutating] = ACTIONS(2101), + [anon_sym_nonmutating] = ACTIONS(2101), + [anon_sym_static] = ACTIONS(2101), + [anon_sym_dynamic] = ACTIONS(2101), + [anon_sym_optional] = ACTIONS(2101), + [anon_sym_distributed] = ACTIONS(2101), + [anon_sym_final] = ACTIONS(2101), + [anon_sym_inout] = ACTIONS(2101), + [anon_sym_ATescaping] = ACTIONS(2101), + [anon_sym_ATautoclosure] = ACTIONS(2101), + [anon_sym_weak] = ACTIONS(2101), + [anon_sym_unowned] = ACTIONS(2099), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2101), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2101), + [anon_sym_borrowing] = ACTIONS(2101), + [anon_sym_consuming] = ACTIONS(2101), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2101), + [sym__explicit_semi] = ACTIONS(2101), + [sym__arrow_operator_custom] = ACTIONS(2101), + [sym__dot_custom] = ACTIONS(2101), + [sym__conjunction_operator_custom] = ACTIONS(2101), + [sym__disjunction_operator_custom] = ACTIONS(2101), + [sym__nil_coalescing_operator_custom] = ACTIONS(2101), + [sym__eq_custom] = ACTIONS(2101), + [sym__eq_eq_custom] = ACTIONS(2101), + [sym__plus_then_ws] = ACTIONS(2101), + [sym__minus_then_ws] = ACTIONS(2101), + [sym__bang_custom] = ACTIONS(2101), + [sym__throws_keyword] = ACTIONS(2101), + [sym__rethrows_keyword] = ACTIONS(2101), + [sym_default_keyword] = ACTIONS(2101), + [sym_where_keyword] = ACTIONS(2101), + [sym__as_custom] = ACTIONS(2101), + [sym__as_quest_custom] = ACTIONS(2101), + [sym__as_bang_custom] = ACTIONS(2101), + [sym__async_keyword_custom] = ACTIONS(2101), + [sym__custom_operator] = ACTIONS(2101), + }, + [STATE(1078)] = { + [sym__key_path_postfixes] = STATE(1057), + [sym_bang] = STATE(1057), + [aux_sym__key_path_component_repeat1] = STATE(1057), + [anon_sym_BANG] = ACTIONS(2237), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2239), + [anon_sym_package] = ACTIONS(2239), + [anon_sym_COMMA] = ACTIONS(2239), + [anon_sym_LPAREN] = ACTIONS(2239), + [anon_sym_LBRACK] = ACTIONS(2239), + [anon_sym_DOT] = ACTIONS(2237), + [anon_sym_QMARK] = ACTIONS(2237), + [anon_sym_QMARK2] = ACTIONS(2239), + [anon_sym_AMP] = ACTIONS(2239), + [aux_sym_custom_operator_token1] = ACTIONS(2239), + [anon_sym_LT] = ACTIONS(2237), + [anon_sym_GT] = ACTIONS(2237), + [anon_sym_LBRACE] = ACTIONS(2239), + [anon_sym_CARET_LBRACE] = ACTIONS(2239), + [anon_sym_RBRACE] = ACTIONS(2239), + [anon_sym_self] = ACTIONS(2965), + [anon_sym_case] = ACTIONS(2239), + [anon_sym_fallthrough] = ACTIONS(2239), + [anon_sym_PLUS_EQ] = ACTIONS(2239), + [anon_sym_DASH_EQ] = ACTIONS(2239), + [anon_sym_STAR_EQ] = ACTIONS(2239), + [anon_sym_SLASH_EQ] = ACTIONS(2239), + [anon_sym_PERCENT_EQ] = ACTIONS(2239), + [anon_sym_BANG_EQ] = ACTIONS(2237), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2239), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2239), + [anon_sym_LT_EQ] = ACTIONS(2239), + [anon_sym_GT_EQ] = ACTIONS(2239), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2239), + [anon_sym_DOT_DOT_LT] = ACTIONS(2239), + [anon_sym_is] = ACTIONS(2239), + [anon_sym_PLUS] = ACTIONS(2237), + [anon_sym_DASH] = ACTIONS(2237), + [anon_sym_STAR] = ACTIONS(2237), + [anon_sym_SLASH] = ACTIONS(2237), + [anon_sym_PERCENT] = ACTIONS(2237), + [anon_sym_PLUS_PLUS] = ACTIONS(2239), + [anon_sym_DASH_DASH] = ACTIONS(2239), + [anon_sym_PIPE] = ACTIONS(2239), + [anon_sym_CARET] = ACTIONS(2237), + [anon_sym_LT_LT] = ACTIONS(2239), + [anon_sym_GT_GT] = ACTIONS(2239), + [anon_sym_class] = ACTIONS(2239), + [anon_sym_prefix] = ACTIONS(2239), + [anon_sym_infix] = ACTIONS(2239), + [anon_sym_postfix] = ACTIONS(2239), + [anon_sym_AT] = ACTIONS(2237), + [anon_sym_override] = ACTIONS(2239), + [anon_sym_convenience] = ACTIONS(2239), + [anon_sym_required] = ACTIONS(2239), + [anon_sym_nonisolated] = ACTIONS(2239), + [anon_sym_public] = ACTIONS(2239), + [anon_sym_private] = ACTIONS(2239), + [anon_sym_internal] = ACTIONS(2239), + [anon_sym_fileprivate] = ACTIONS(2239), + [anon_sym_open] = ACTIONS(2239), + [anon_sym_mutating] = ACTIONS(2239), + [anon_sym_nonmutating] = ACTIONS(2239), + [anon_sym_static] = ACTIONS(2239), + [anon_sym_dynamic] = ACTIONS(2239), + [anon_sym_optional] = ACTIONS(2239), + [anon_sym_distributed] = ACTIONS(2239), + [anon_sym_final] = ACTIONS(2239), + [anon_sym_inout] = ACTIONS(2239), + [anon_sym_ATescaping] = ACTIONS(2239), + [anon_sym_ATautoclosure] = ACTIONS(2239), + [anon_sym_weak] = ACTIONS(2239), + [anon_sym_unowned] = ACTIONS(2237), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2239), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2239), + [anon_sym_borrowing] = ACTIONS(2239), + [anon_sym_consuming] = ACTIONS(2239), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2239), + [sym__explicit_semi] = ACTIONS(2239), + [sym__dot_custom] = ACTIONS(2239), + [sym__conjunction_operator_custom] = ACTIONS(2239), + [sym__disjunction_operator_custom] = ACTIONS(2239), + [sym__nil_coalescing_operator_custom] = ACTIONS(2239), + [sym__eq_custom] = ACTIONS(2239), + [sym__eq_eq_custom] = ACTIONS(2239), + [sym__plus_then_ws] = ACTIONS(2239), + [sym__minus_then_ws] = ACTIONS(2239), + [sym__bang_custom] = ACTIONS(2239), + [sym_default_keyword] = ACTIONS(2239), + [sym_where_keyword] = ACTIONS(2239), + [sym__as_custom] = ACTIONS(2239), + [sym__as_quest_custom] = ACTIONS(2239), + [sym__as_bang_custom] = ACTIONS(2239), + [sym__custom_operator] = ACTIONS(2239), + }, + [STATE(1079)] = { + [sym_simple_identifier] = STATE(5908), + [sym__contextual_simple_identifier] = STATE(5023), + [sym__parameter_ownership_modifier] = STATE(5023), + [anon_sym_BANG] = ACTIONS(1765), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(3028), + [aux_sym_simple_identifier_token2] = ACTIONS(3030), + [aux_sym_simple_identifier_token3] = ACTIONS(3030), + [aux_sym_simple_identifier_token4] = ACTIONS(3030), + [anon_sym_actor] = ACTIONS(3028), + [anon_sym_async] = ACTIONS(3028), + [anon_sym_each] = ACTIONS(3028), + [anon_sym_lazy] = ACTIONS(3028), + [anon_sym_repeat] = ACTIONS(3028), + [anon_sym_package] = ACTIONS(3028), + [anon_sym_nil] = ACTIONS(1768), + [sym_real_literal] = ACTIONS(1770), + [sym_integer_literal] = ACTIONS(1768), + [sym_hex_literal] = ACTIONS(1768), + [sym_oct_literal] = ACTIONS(1770), + [sym_bin_literal] = ACTIONS(1770), + [anon_sym_true] = ACTIONS(1768), + [anon_sym_false] = ACTIONS(1768), + [anon_sym_DQUOTE] = ACTIONS(1768), + [anon_sym_BSLASH] = ACTIONS(1770), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1770), + [anon_sym_RPAREN] = ACTIONS(1772), + [anon_sym_COMMA] = ACTIONS(1772), + [sym__oneline_regex_literal] = ACTIONS(1768), + [anon_sym_COLON] = ACTIONS(1772), + [anon_sym_LPAREN] = ACTIONS(1774), + [anon_sym_LBRACK] = ACTIONS(1774), + [anon_sym_RBRACK] = ACTIONS(1772), + [anon_sym_QMARK] = ACTIONS(1777), + [anon_sym_QMARK2] = ACTIONS(1772), + [anon_sym_AMP] = ACTIONS(1774), + [anon_sym_TILDE] = ACTIONS(1770), + [anon_sym_if] = ACTIONS(1768), + [anon_sym_switch] = ACTIONS(1768), + [aux_sym_custom_operator_token1] = ACTIONS(1774), + [anon_sym_LT] = ACTIONS(1765), + [anon_sym_GT] = ACTIONS(1765), + [anon_sym_await] = ACTIONS(1768), + [anon_sym_LBRACE] = ACTIONS(1774), + [anon_sym_CARET_LBRACE] = ACTIONS(1774), + [anon_sym_self] = ACTIONS(1768), + [anon_sym_super] = ACTIONS(1768), + [anon_sym_try] = ACTIONS(1768), + [anon_sym_PLUS_EQ] = ACTIONS(1774), + [anon_sym_DASH_EQ] = ACTIONS(1774), + [anon_sym_STAR_EQ] = ACTIONS(1774), + [anon_sym_SLASH_EQ] = ACTIONS(1774), + [anon_sym_PERCENT_EQ] = ACTIONS(1774), + [anon_sym_BANG_EQ] = ACTIONS(1765), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1774), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1774), + [anon_sym_LT_EQ] = ACTIONS(1774), + [anon_sym_GT_EQ] = ACTIONS(1774), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1774), + [anon_sym_DOT_DOT_LT] = ACTIONS(1774), + [anon_sym_is] = ACTIONS(1777), + [anon_sym_PLUS] = ACTIONS(1765), + [anon_sym_DASH] = ACTIONS(1765), + [anon_sym_STAR] = ACTIONS(1765), + [anon_sym_SLASH] = ACTIONS(1765), + [anon_sym_PERCENT] = ACTIONS(1765), + [anon_sym_PLUS_PLUS] = ACTIONS(1774), + [anon_sym_DASH_DASH] = ACTIONS(1774), + [anon_sym_PIPE] = ACTIONS(1774), + [anon_sym_CARET] = ACTIONS(1765), + [anon_sym_LT_LT] = ACTIONS(1774), + [anon_sym_GT_GT] = ACTIONS(1774), + [anon_sym_borrowing] = ACTIONS(3028), + [anon_sym_consuming] = ACTIONS(3028), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(1770), + [sym_raw_str_end_part] = ACTIONS(1770), + [sym__dot_custom] = ACTIONS(1774), + [sym__conjunction_operator_custom] = ACTIONS(1772), + [sym__disjunction_operator_custom] = ACTIONS(1772), + [sym__nil_coalescing_operator_custom] = ACTIONS(1772), + [sym__eq_custom] = ACTIONS(1774), + [sym__eq_eq_custom] = ACTIONS(1774), + [sym__plus_then_ws] = ACTIONS(1774), + [sym__minus_then_ws] = ACTIONS(1774), + [sym__bang_custom] = ACTIONS(1774), + [sym__as_custom] = ACTIONS(1772), + [sym__as_quest_custom] = ACTIONS(1772), + [sym__as_bang_custom] = ACTIONS(1772), + [sym__custom_operator] = ACTIONS(1774), + [sym__hash_symbol_custom] = ACTIONS(1770), + [sym__directive_if] = ACTIONS(1770), + [sym__directive_elseif] = ACTIONS(1770), + [sym__directive_else] = ACTIONS(1770), + [sym__directive_endif] = ACTIONS(1770), + }, + [STATE(1080)] = { + [anon_sym_BANG] = ACTIONS(2284), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2286), + [anon_sym_package] = ACTIONS(2286), + [anon_sym_COMMA] = ACTIONS(2286), + [anon_sym_LPAREN] = ACTIONS(2286), + [anon_sym_LBRACK] = ACTIONS(2286), + [anon_sym_DOT] = ACTIONS(2284), + [anon_sym_QMARK] = ACTIONS(2284), + [anon_sym_QMARK2] = ACTIONS(2286), + [anon_sym_AMP] = ACTIONS(2286), + [aux_sym_custom_operator_token1] = ACTIONS(2286), + [anon_sym_LT] = ACTIONS(2284), + [anon_sym_GT] = ACTIONS(2284), + [anon_sym_LBRACE] = ACTIONS(2286), + [anon_sym_CARET_LBRACE] = ACTIONS(2286), + [anon_sym_RBRACE] = ACTIONS(2286), + [anon_sym_case] = ACTIONS(2286), + [anon_sym_fallthrough] = ACTIONS(2286), + [anon_sym_PLUS_EQ] = ACTIONS(2286), + [anon_sym_DASH_EQ] = ACTIONS(2286), + [anon_sym_STAR_EQ] = ACTIONS(2286), + [anon_sym_SLASH_EQ] = ACTIONS(2286), + [anon_sym_PERCENT_EQ] = ACTIONS(2286), + [anon_sym_BANG_EQ] = ACTIONS(2284), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2286), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2286), + [anon_sym_LT_EQ] = ACTIONS(2286), + [anon_sym_GT_EQ] = ACTIONS(2286), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2286), + [anon_sym_DOT_DOT_LT] = ACTIONS(2286), + [anon_sym_is] = ACTIONS(2286), + [anon_sym_PLUS] = ACTIONS(2284), + [anon_sym_DASH] = ACTIONS(2284), + [anon_sym_STAR] = ACTIONS(2284), + [anon_sym_SLASH] = ACTIONS(2284), + [anon_sym_PERCENT] = ACTIONS(2284), + [anon_sym_PLUS_PLUS] = ACTIONS(2286), + [anon_sym_DASH_DASH] = ACTIONS(2286), + [anon_sym_PIPE] = ACTIONS(2286), + [anon_sym_CARET] = ACTIONS(2284), + [anon_sym_LT_LT] = ACTIONS(2286), + [anon_sym_GT_GT] = ACTIONS(2286), + [anon_sym_class] = ACTIONS(2286), + [anon_sym_prefix] = ACTIONS(2286), + [anon_sym_infix] = ACTIONS(2286), + [anon_sym_postfix] = ACTIONS(2286), + [anon_sym_AT] = ACTIONS(2284), + [anon_sym_override] = ACTIONS(2286), + [anon_sym_convenience] = ACTIONS(2286), + [anon_sym_required] = ACTIONS(2286), + [anon_sym_nonisolated] = ACTIONS(2286), + [anon_sym_public] = ACTIONS(2286), + [anon_sym_private] = ACTIONS(2286), + [anon_sym_internal] = ACTIONS(2286), + [anon_sym_fileprivate] = ACTIONS(2286), + [anon_sym_open] = ACTIONS(2286), + [anon_sym_mutating] = ACTIONS(2286), + [anon_sym_nonmutating] = ACTIONS(2286), + [anon_sym_static] = ACTIONS(2286), + [anon_sym_dynamic] = ACTIONS(2286), + [anon_sym_optional] = ACTIONS(2286), + [anon_sym_distributed] = ACTIONS(2286), + [anon_sym_final] = ACTIONS(2286), + [anon_sym_inout] = ACTIONS(2286), + [anon_sym_ATescaping] = ACTIONS(2286), + [anon_sym_ATautoclosure] = ACTIONS(2286), + [anon_sym_weak] = ACTIONS(2286), + [anon_sym_unowned] = ACTIONS(2284), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2286), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2286), + [anon_sym_borrowing] = ACTIONS(2286), + [anon_sym_consuming] = ACTIONS(2286), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2286), + [sym__explicit_semi] = ACTIONS(2286), + [sym__arrow_operator_custom] = ACTIONS(2286), + [sym__dot_custom] = ACTIONS(2286), + [sym__conjunction_operator_custom] = ACTIONS(2286), + [sym__disjunction_operator_custom] = ACTIONS(2286), + [sym__nil_coalescing_operator_custom] = ACTIONS(2286), + [sym__eq_custom] = ACTIONS(2286), + [sym__eq_eq_custom] = ACTIONS(2286), + [sym__plus_then_ws] = ACTIONS(2286), + [sym__minus_then_ws] = ACTIONS(2286), + [sym__bang_custom] = ACTIONS(2286), + [sym__throws_keyword] = ACTIONS(2286), + [sym__rethrows_keyword] = ACTIONS(2286), + [sym_default_keyword] = ACTIONS(2286), + [sym_where_keyword] = ACTIONS(2286), + [sym__as_custom] = ACTIONS(2286), + [sym__as_quest_custom] = ACTIONS(2286), + [sym__as_bang_custom] = ACTIONS(2286), + [sym__async_keyword_custom] = ACTIONS(2286), + [sym__custom_operator] = ACTIONS(2286), + }, + [STATE(1081)] = { + [sym_type_arguments] = STATE(1114), + [anon_sym_BANG] = ACTIONS(2191), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2193), + [anon_sym_package] = ACTIONS(2193), + [anon_sym_COMMA] = ACTIONS(2193), + [anon_sym_LPAREN] = ACTIONS(2193), + [anon_sym_LBRACK] = ACTIONS(2193), + [anon_sym_DOT] = ACTIONS(2191), + [anon_sym_QMARK] = ACTIONS(2191), + [anon_sym_QMARK2] = ACTIONS(2193), + [anon_sym_AMP] = ACTIONS(2193), + [aux_sym_custom_operator_token1] = ACTIONS(2193), + [anon_sym_LT] = ACTIONS(3032), + [anon_sym_GT] = ACTIONS(2191), + [anon_sym_LBRACE] = ACTIONS(2193), + [anon_sym_CARET_LBRACE] = ACTIONS(2193), + [anon_sym_RBRACE] = ACTIONS(2193), + [anon_sym_case] = ACTIONS(2193), + [anon_sym_fallthrough] = ACTIONS(2193), + [anon_sym_PLUS_EQ] = ACTIONS(2193), + [anon_sym_DASH_EQ] = ACTIONS(2193), + [anon_sym_STAR_EQ] = ACTIONS(2193), + [anon_sym_SLASH_EQ] = ACTIONS(2193), + [anon_sym_PERCENT_EQ] = ACTIONS(2193), + [anon_sym_BANG_EQ] = ACTIONS(2191), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2193), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2193), + [anon_sym_LT_EQ] = ACTIONS(2193), + [anon_sym_GT_EQ] = ACTIONS(2193), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2193), + [anon_sym_DOT_DOT_LT] = ACTIONS(2193), + [anon_sym_is] = ACTIONS(2193), + [anon_sym_PLUS] = ACTIONS(2191), + [anon_sym_DASH] = ACTIONS(2191), + [anon_sym_STAR] = ACTIONS(2191), + [anon_sym_SLASH] = ACTIONS(2191), + [anon_sym_PERCENT] = ACTIONS(2191), + [anon_sym_PLUS_PLUS] = ACTIONS(2193), + [anon_sym_DASH_DASH] = ACTIONS(2193), + [anon_sym_PIPE] = ACTIONS(2193), + [anon_sym_CARET] = ACTIONS(2191), + [anon_sym_LT_LT] = ACTIONS(2193), + [anon_sym_GT_GT] = ACTIONS(2193), + [anon_sym_class] = ACTIONS(2193), + [anon_sym_prefix] = ACTIONS(2193), + [anon_sym_infix] = ACTIONS(2193), + [anon_sym_postfix] = ACTIONS(2193), + [anon_sym_AT] = ACTIONS(2191), + [anon_sym_override] = ACTIONS(2193), + [anon_sym_convenience] = ACTIONS(2193), + [anon_sym_required] = ACTIONS(2193), + [anon_sym_nonisolated] = ACTIONS(2193), + [anon_sym_public] = ACTIONS(2193), + [anon_sym_private] = ACTIONS(2193), + [anon_sym_internal] = ACTIONS(2193), + [anon_sym_fileprivate] = ACTIONS(2193), + [anon_sym_open] = ACTIONS(2193), + [anon_sym_mutating] = ACTIONS(2193), + [anon_sym_nonmutating] = ACTIONS(2193), + [anon_sym_static] = ACTIONS(2193), + [anon_sym_dynamic] = ACTIONS(2193), + [anon_sym_optional] = ACTIONS(2193), + [anon_sym_distributed] = ACTIONS(2193), + [anon_sym_final] = ACTIONS(2193), + [anon_sym_inout] = ACTIONS(2193), + [anon_sym_ATescaping] = ACTIONS(2193), + [anon_sym_ATautoclosure] = ACTIONS(2193), + [anon_sym_weak] = ACTIONS(2193), + [anon_sym_unowned] = ACTIONS(2191), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2193), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2193), + [anon_sym_borrowing] = ACTIONS(2193), + [anon_sym_consuming] = ACTIONS(2193), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2193), + [sym__explicit_semi] = ACTIONS(2193), + [sym__arrow_operator_custom] = ACTIONS(2193), + [sym__dot_custom] = ACTIONS(2193), + [sym__conjunction_operator_custom] = ACTIONS(2193), + [sym__disjunction_operator_custom] = ACTIONS(2193), + [sym__nil_coalescing_operator_custom] = ACTIONS(2193), + [sym__eq_custom] = ACTIONS(2193), + [sym__eq_eq_custom] = ACTIONS(2193), + [sym__plus_then_ws] = ACTIONS(2193), + [sym__minus_then_ws] = ACTIONS(2193), + [sym__bang_custom] = ACTIONS(2193), + [sym__throws_keyword] = ACTIONS(2193), + [sym__rethrows_keyword] = ACTIONS(2193), + [sym_default_keyword] = ACTIONS(2193), + [sym__as_custom] = ACTIONS(2193), + [sym__as_quest_custom] = ACTIONS(2193), + [sym__as_bang_custom] = ACTIONS(2193), + [sym__async_keyword_custom] = ACTIONS(2193), + [sym__custom_operator] = ACTIONS(2193), + }, + [STATE(1082)] = { + [anon_sym_BANG] = ACTIONS(2217), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2219), + [anon_sym_package] = ACTIONS(2219), + [anon_sym_COMMA] = ACTIONS(2219), + [anon_sym_LPAREN] = ACTIONS(2219), + [anon_sym_LBRACK] = ACTIONS(2219), + [anon_sym_DOT] = ACTIONS(2217), + [anon_sym_QMARK] = ACTIONS(2217), + [anon_sym_QMARK2] = ACTIONS(2219), + [anon_sym_AMP] = ACTIONS(2219), + [aux_sym_custom_operator_token1] = ACTIONS(2219), + [anon_sym_LT] = ACTIONS(2217), + [anon_sym_GT] = ACTIONS(2217), + [anon_sym_LBRACE] = ACTIONS(2219), + [anon_sym_CARET_LBRACE] = ACTIONS(2219), + [anon_sym_RBRACE] = ACTIONS(2219), + [anon_sym_case] = ACTIONS(2219), + [anon_sym_fallthrough] = ACTIONS(2219), + [anon_sym_PLUS_EQ] = ACTIONS(2219), + [anon_sym_DASH_EQ] = ACTIONS(2219), + [anon_sym_STAR_EQ] = ACTIONS(2219), + [anon_sym_SLASH_EQ] = ACTIONS(2219), + [anon_sym_PERCENT_EQ] = ACTIONS(2219), + [anon_sym_BANG_EQ] = ACTIONS(2217), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2219), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2219), + [anon_sym_LT_EQ] = ACTIONS(2219), + [anon_sym_GT_EQ] = ACTIONS(2219), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2219), + [anon_sym_DOT_DOT_LT] = ACTIONS(2219), + [anon_sym_is] = ACTIONS(2219), + [anon_sym_PLUS] = ACTIONS(2217), + [anon_sym_DASH] = ACTIONS(2217), + [anon_sym_STAR] = ACTIONS(2217), + [anon_sym_SLASH] = ACTIONS(2217), + [anon_sym_PERCENT] = ACTIONS(2217), + [anon_sym_PLUS_PLUS] = ACTIONS(2219), + [anon_sym_DASH_DASH] = ACTIONS(2219), + [anon_sym_PIPE] = ACTIONS(2219), + [anon_sym_CARET] = ACTIONS(2217), + [anon_sym_LT_LT] = ACTIONS(2219), + [anon_sym_GT_GT] = ACTIONS(2219), + [anon_sym_class] = ACTIONS(2219), + [anon_sym_prefix] = ACTIONS(2219), + [anon_sym_infix] = ACTIONS(2219), + [anon_sym_postfix] = ACTIONS(2219), + [anon_sym_AT] = ACTIONS(2217), + [anon_sym_override] = ACTIONS(2219), + [anon_sym_convenience] = ACTIONS(2219), + [anon_sym_required] = ACTIONS(2219), + [anon_sym_nonisolated] = ACTIONS(2219), + [anon_sym_public] = ACTIONS(2219), + [anon_sym_private] = ACTIONS(2219), + [anon_sym_internal] = ACTIONS(2219), + [anon_sym_fileprivate] = ACTIONS(2219), + [anon_sym_open] = ACTIONS(2219), + [anon_sym_mutating] = ACTIONS(2219), + [anon_sym_nonmutating] = ACTIONS(2219), + [anon_sym_static] = ACTIONS(2219), + [anon_sym_dynamic] = ACTIONS(2219), + [anon_sym_optional] = ACTIONS(2219), + [anon_sym_distributed] = ACTIONS(2219), + [anon_sym_final] = ACTIONS(2219), + [anon_sym_inout] = ACTIONS(2219), + [anon_sym_ATescaping] = ACTIONS(2219), + [anon_sym_ATautoclosure] = ACTIONS(2219), + [anon_sym_weak] = ACTIONS(2219), + [anon_sym_unowned] = ACTIONS(2217), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2219), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2219), + [anon_sym_borrowing] = ACTIONS(2219), + [anon_sym_consuming] = ACTIONS(2219), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2219), + [sym__explicit_semi] = ACTIONS(2219), + [sym__arrow_operator_custom] = ACTIONS(2219), + [sym__dot_custom] = ACTIONS(2219), + [sym__conjunction_operator_custom] = ACTIONS(2219), + [sym__disjunction_operator_custom] = ACTIONS(2219), + [sym__nil_coalescing_operator_custom] = ACTIONS(2219), + [sym__eq_custom] = ACTIONS(2219), + [sym__eq_eq_custom] = ACTIONS(2219), + [sym__plus_then_ws] = ACTIONS(2219), + [sym__minus_then_ws] = ACTIONS(2219), + [sym__bang_custom] = ACTIONS(2219), + [sym__throws_keyword] = ACTIONS(2219), + [sym__rethrows_keyword] = ACTIONS(2219), + [sym_default_keyword] = ACTIONS(2219), + [sym_where_keyword] = ACTIONS(2219), + [sym__as_custom] = ACTIONS(2219), + [sym__as_quest_custom] = ACTIONS(2219), + [sym__as_bang_custom] = ACTIONS(2219), + [sym__async_keyword_custom] = ACTIONS(2219), + [sym__custom_operator] = ACTIONS(2219), + }, + [STATE(1083)] = { + [anon_sym_BANG] = ACTIONS(2225), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2227), + [anon_sym_package] = ACTIONS(2227), + [anon_sym_COMMA] = ACTIONS(2227), + [anon_sym_LPAREN] = ACTIONS(2227), + [anon_sym_LBRACK] = ACTIONS(2227), + [anon_sym_DOT] = ACTIONS(2225), + [anon_sym_QMARK] = ACTIONS(2225), + [anon_sym_QMARK2] = ACTIONS(2227), + [anon_sym_AMP] = ACTIONS(2227), + [aux_sym_custom_operator_token1] = ACTIONS(2227), + [anon_sym_LT] = ACTIONS(2225), + [anon_sym_GT] = ACTIONS(2225), + [anon_sym_LBRACE] = ACTIONS(2227), + [anon_sym_CARET_LBRACE] = ACTIONS(2227), + [anon_sym_RBRACE] = ACTIONS(2227), + [anon_sym_case] = ACTIONS(2227), + [anon_sym_fallthrough] = ACTIONS(2227), + [anon_sym_PLUS_EQ] = ACTIONS(2227), + [anon_sym_DASH_EQ] = ACTIONS(2227), + [anon_sym_STAR_EQ] = ACTIONS(2227), + [anon_sym_SLASH_EQ] = ACTIONS(2227), + [anon_sym_PERCENT_EQ] = ACTIONS(2227), + [anon_sym_BANG_EQ] = ACTIONS(2225), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2227), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2227), + [anon_sym_LT_EQ] = ACTIONS(2227), + [anon_sym_GT_EQ] = ACTIONS(2227), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2227), + [anon_sym_DOT_DOT_LT] = ACTIONS(2227), + [anon_sym_is] = ACTIONS(2227), + [anon_sym_PLUS] = ACTIONS(2225), + [anon_sym_DASH] = ACTIONS(2225), + [anon_sym_STAR] = ACTIONS(2225), + [anon_sym_SLASH] = ACTIONS(2225), + [anon_sym_PERCENT] = ACTIONS(2225), + [anon_sym_PLUS_PLUS] = ACTIONS(2227), + [anon_sym_DASH_DASH] = ACTIONS(2227), + [anon_sym_PIPE] = ACTIONS(2227), + [anon_sym_CARET] = ACTIONS(2225), + [anon_sym_LT_LT] = ACTIONS(2227), + [anon_sym_GT_GT] = ACTIONS(2227), + [anon_sym_class] = ACTIONS(2227), + [anon_sym_prefix] = ACTIONS(2227), + [anon_sym_infix] = ACTIONS(2227), + [anon_sym_postfix] = ACTIONS(2227), + [anon_sym_AT] = ACTIONS(2225), + [anon_sym_override] = ACTIONS(2227), + [anon_sym_convenience] = ACTIONS(2227), + [anon_sym_required] = ACTIONS(2227), + [anon_sym_nonisolated] = ACTIONS(2227), + [anon_sym_public] = ACTIONS(2227), + [anon_sym_private] = ACTIONS(2227), + [anon_sym_internal] = ACTIONS(2227), + [anon_sym_fileprivate] = ACTIONS(2227), + [anon_sym_open] = ACTIONS(2227), + [anon_sym_mutating] = ACTIONS(2227), + [anon_sym_nonmutating] = ACTIONS(2227), + [anon_sym_static] = ACTIONS(2227), + [anon_sym_dynamic] = ACTIONS(2227), + [anon_sym_optional] = ACTIONS(2227), + [anon_sym_distributed] = ACTIONS(2227), + [anon_sym_final] = ACTIONS(2227), + [anon_sym_inout] = ACTIONS(2227), + [anon_sym_ATescaping] = ACTIONS(2227), + [anon_sym_ATautoclosure] = ACTIONS(2227), + [anon_sym_weak] = ACTIONS(2227), + [anon_sym_unowned] = ACTIONS(2225), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2227), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2227), + [anon_sym_borrowing] = ACTIONS(2227), + [anon_sym_consuming] = ACTIONS(2227), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2227), + [sym__explicit_semi] = ACTIONS(2227), + [sym__arrow_operator_custom] = ACTIONS(2227), + [sym__dot_custom] = ACTIONS(2227), + [sym__conjunction_operator_custom] = ACTIONS(2227), + [sym__disjunction_operator_custom] = ACTIONS(2227), + [sym__nil_coalescing_operator_custom] = ACTIONS(2227), + [sym__eq_custom] = ACTIONS(2227), + [sym__eq_eq_custom] = ACTIONS(2227), + [sym__plus_then_ws] = ACTIONS(2227), + [sym__minus_then_ws] = ACTIONS(2227), + [sym__bang_custom] = ACTIONS(2227), + [sym__throws_keyword] = ACTIONS(2227), + [sym__rethrows_keyword] = ACTIONS(2227), + [sym_default_keyword] = ACTIONS(2227), + [sym_where_keyword] = ACTIONS(2227), + [sym__as_custom] = ACTIONS(2227), + [sym__as_quest_custom] = ACTIONS(2227), + [sym__as_bang_custom] = ACTIONS(2227), + [sym__async_keyword_custom] = ACTIONS(2227), + [sym__custom_operator] = ACTIONS(2227), + }, + [STATE(1084)] = { + [anon_sym_BANG] = ACTIONS(2213), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2215), + [anon_sym_package] = ACTIONS(2215), + [anon_sym_COMMA] = ACTIONS(2215), + [anon_sym_LPAREN] = ACTIONS(2215), + [anon_sym_LBRACK] = ACTIONS(2215), + [anon_sym_DOT] = ACTIONS(2213), + [anon_sym_QMARK] = ACTIONS(2213), + [anon_sym_QMARK2] = ACTIONS(2215), + [anon_sym_AMP] = ACTIONS(2215), + [aux_sym_custom_operator_token1] = ACTIONS(2215), + [anon_sym_LT] = ACTIONS(2213), + [anon_sym_GT] = ACTIONS(2213), + [anon_sym_LBRACE] = ACTIONS(2215), + [anon_sym_CARET_LBRACE] = ACTIONS(2215), + [anon_sym_RBRACE] = ACTIONS(2215), + [anon_sym_case] = ACTIONS(2215), + [anon_sym_fallthrough] = ACTIONS(2215), + [anon_sym_PLUS_EQ] = ACTIONS(2215), + [anon_sym_DASH_EQ] = ACTIONS(2215), + [anon_sym_STAR_EQ] = ACTIONS(2215), + [anon_sym_SLASH_EQ] = ACTIONS(2215), + [anon_sym_PERCENT_EQ] = ACTIONS(2215), + [anon_sym_BANG_EQ] = ACTIONS(2213), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2215), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2215), + [anon_sym_LT_EQ] = ACTIONS(2215), + [anon_sym_GT_EQ] = ACTIONS(2215), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2215), + [anon_sym_DOT_DOT_LT] = ACTIONS(2215), + [anon_sym_is] = ACTIONS(2215), + [anon_sym_PLUS] = ACTIONS(2213), + [anon_sym_DASH] = ACTIONS(2213), + [anon_sym_STAR] = ACTIONS(2213), + [anon_sym_SLASH] = ACTIONS(2213), + [anon_sym_PERCENT] = ACTIONS(2213), + [anon_sym_PLUS_PLUS] = ACTIONS(2215), + [anon_sym_DASH_DASH] = ACTIONS(2215), + [anon_sym_PIPE] = ACTIONS(2215), + [anon_sym_CARET] = ACTIONS(2213), + [anon_sym_LT_LT] = ACTIONS(2215), + [anon_sym_GT_GT] = ACTIONS(2215), + [anon_sym_class] = ACTIONS(2215), + [anon_sym_prefix] = ACTIONS(2215), + [anon_sym_infix] = ACTIONS(2215), + [anon_sym_postfix] = ACTIONS(2215), + [anon_sym_AT] = ACTIONS(2213), + [anon_sym_override] = ACTIONS(2215), + [anon_sym_convenience] = ACTIONS(2215), + [anon_sym_required] = ACTIONS(2215), + [anon_sym_nonisolated] = ACTIONS(2215), + [anon_sym_public] = ACTIONS(2215), + [anon_sym_private] = ACTIONS(2215), + [anon_sym_internal] = ACTIONS(2215), + [anon_sym_fileprivate] = ACTIONS(2215), + [anon_sym_open] = ACTIONS(2215), + [anon_sym_mutating] = ACTIONS(2215), + [anon_sym_nonmutating] = ACTIONS(2215), + [anon_sym_static] = ACTIONS(2215), + [anon_sym_dynamic] = ACTIONS(2215), + [anon_sym_optional] = ACTIONS(2215), + [anon_sym_distributed] = ACTIONS(2215), + [anon_sym_final] = ACTIONS(2215), + [anon_sym_inout] = ACTIONS(2215), + [anon_sym_ATescaping] = ACTIONS(2215), + [anon_sym_ATautoclosure] = ACTIONS(2215), + [anon_sym_weak] = ACTIONS(2215), + [anon_sym_unowned] = ACTIONS(2213), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2215), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2215), + [anon_sym_borrowing] = ACTIONS(2215), + [anon_sym_consuming] = ACTIONS(2215), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2215), + [sym__explicit_semi] = ACTIONS(2215), + [sym__arrow_operator_custom] = ACTIONS(2215), + [sym__dot_custom] = ACTIONS(2215), + [sym__conjunction_operator_custom] = ACTIONS(2215), + [sym__disjunction_operator_custom] = ACTIONS(2215), + [sym__nil_coalescing_operator_custom] = ACTIONS(2215), + [sym__eq_custom] = ACTIONS(2215), + [sym__eq_eq_custom] = ACTIONS(2215), + [sym__plus_then_ws] = ACTIONS(2215), + [sym__minus_then_ws] = ACTIONS(2215), + [sym__bang_custom] = ACTIONS(2215), + [sym__throws_keyword] = ACTIONS(2215), + [sym__rethrows_keyword] = ACTIONS(2215), + [sym_default_keyword] = ACTIONS(2215), + [sym_where_keyword] = ACTIONS(2215), + [sym__as_custom] = ACTIONS(2215), + [sym__as_quest_custom] = ACTIONS(2215), + [sym__as_bang_custom] = ACTIONS(2215), + [sym__async_keyword_custom] = ACTIONS(2215), + [sym__custom_operator] = ACTIONS(2215), + }, + [STATE(1085)] = { + [anon_sym_BANG] = ACTIONS(2197), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2199), + [anon_sym_package] = ACTIONS(2199), + [anon_sym_COMMA] = ACTIONS(2199), + [anon_sym_LPAREN] = ACTIONS(2199), + [anon_sym_LBRACK] = ACTIONS(2199), + [anon_sym_DOT] = ACTIONS(2197), + [anon_sym_QMARK] = ACTIONS(2197), + [anon_sym_QMARK2] = ACTIONS(2199), + [anon_sym_AMP] = ACTIONS(2199), + [aux_sym_custom_operator_token1] = ACTIONS(2199), + [anon_sym_LT] = ACTIONS(2197), + [anon_sym_GT] = ACTIONS(2197), + [anon_sym_LBRACE] = ACTIONS(2199), + [anon_sym_CARET_LBRACE] = ACTIONS(2199), + [anon_sym_RBRACE] = ACTIONS(2199), + [anon_sym_case] = ACTIONS(2199), + [anon_sym_fallthrough] = ACTIONS(2199), + [anon_sym_PLUS_EQ] = ACTIONS(2199), + [anon_sym_DASH_EQ] = ACTIONS(2199), + [anon_sym_STAR_EQ] = ACTIONS(2199), + [anon_sym_SLASH_EQ] = ACTIONS(2199), + [anon_sym_PERCENT_EQ] = ACTIONS(2199), + [anon_sym_BANG_EQ] = ACTIONS(2197), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2199), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2199), + [anon_sym_LT_EQ] = ACTIONS(2199), + [anon_sym_GT_EQ] = ACTIONS(2199), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2199), + [anon_sym_DOT_DOT_LT] = ACTIONS(2199), + [anon_sym_is] = ACTIONS(2199), + [anon_sym_PLUS] = ACTIONS(2197), + [anon_sym_DASH] = ACTIONS(2197), + [anon_sym_STAR] = ACTIONS(2197), + [anon_sym_SLASH] = ACTIONS(2197), + [anon_sym_PERCENT] = ACTIONS(2197), + [anon_sym_PLUS_PLUS] = ACTIONS(2199), + [anon_sym_DASH_DASH] = ACTIONS(2199), + [anon_sym_PIPE] = ACTIONS(2199), + [anon_sym_CARET] = ACTIONS(2197), + [anon_sym_LT_LT] = ACTIONS(2199), + [anon_sym_GT_GT] = ACTIONS(2199), + [anon_sym_class] = ACTIONS(2199), + [anon_sym_prefix] = ACTIONS(2199), + [anon_sym_infix] = ACTIONS(2199), + [anon_sym_postfix] = ACTIONS(2199), + [anon_sym_AT] = ACTIONS(2197), + [anon_sym_override] = ACTIONS(2199), + [anon_sym_convenience] = ACTIONS(2199), + [anon_sym_required] = ACTIONS(2199), + [anon_sym_nonisolated] = ACTIONS(2199), + [anon_sym_public] = ACTIONS(2199), + [anon_sym_private] = ACTIONS(2199), + [anon_sym_internal] = ACTIONS(2199), + [anon_sym_fileprivate] = ACTIONS(2199), + [anon_sym_open] = ACTIONS(2199), + [anon_sym_mutating] = ACTIONS(2199), + [anon_sym_nonmutating] = ACTIONS(2199), + [anon_sym_static] = ACTIONS(2199), + [anon_sym_dynamic] = ACTIONS(2199), + [anon_sym_optional] = ACTIONS(2199), + [anon_sym_distributed] = ACTIONS(2199), + [anon_sym_final] = ACTIONS(2199), + [anon_sym_inout] = ACTIONS(2199), + [anon_sym_ATescaping] = ACTIONS(2199), + [anon_sym_ATautoclosure] = ACTIONS(2199), + [anon_sym_weak] = ACTIONS(2199), + [anon_sym_unowned] = ACTIONS(2197), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2199), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2199), + [anon_sym_borrowing] = ACTIONS(2199), + [anon_sym_consuming] = ACTIONS(2199), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2199), + [sym__explicit_semi] = ACTIONS(2199), + [sym__arrow_operator_custom] = ACTIONS(2199), + [sym__dot_custom] = ACTIONS(2199), + [sym__conjunction_operator_custom] = ACTIONS(2199), + [sym__disjunction_operator_custom] = ACTIONS(2199), + [sym__nil_coalescing_operator_custom] = ACTIONS(2199), + [sym__eq_custom] = ACTIONS(2199), + [sym__eq_eq_custom] = ACTIONS(2199), + [sym__plus_then_ws] = ACTIONS(2199), + [sym__minus_then_ws] = ACTIONS(2199), + [sym__bang_custom] = ACTIONS(2199), + [sym__throws_keyword] = ACTIONS(2199), + [sym__rethrows_keyword] = ACTIONS(2199), + [sym_default_keyword] = ACTIONS(2199), + [sym_where_keyword] = ACTIONS(2199), + [sym__as_custom] = ACTIONS(2199), + [sym__as_quest_custom] = ACTIONS(2199), + [sym__as_bang_custom] = ACTIONS(2199), + [sym__async_keyword_custom] = ACTIONS(2199), + [sym__custom_operator] = ACTIONS(2199), + }, + [STATE(1086)] = { + [anon_sym_BANG] = ACTIONS(2229), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2231), + [anon_sym_package] = ACTIONS(2231), + [anon_sym_COMMA] = ACTIONS(2231), + [anon_sym_LPAREN] = ACTIONS(2231), + [anon_sym_LBRACK] = ACTIONS(2231), + [anon_sym_DOT] = ACTIONS(2229), + [anon_sym_QMARK] = ACTIONS(2229), + [anon_sym_QMARK2] = ACTIONS(2231), + [anon_sym_AMP] = ACTIONS(2231), + [aux_sym_custom_operator_token1] = ACTIONS(2231), + [anon_sym_LT] = ACTIONS(2229), + [anon_sym_GT] = ACTIONS(2229), + [anon_sym_LBRACE] = ACTIONS(2231), + [anon_sym_CARET_LBRACE] = ACTIONS(2231), + [anon_sym_RBRACE] = ACTIONS(2231), + [anon_sym_case] = ACTIONS(2231), + [anon_sym_fallthrough] = ACTIONS(2231), + [anon_sym_PLUS_EQ] = ACTIONS(2231), + [anon_sym_DASH_EQ] = ACTIONS(2231), + [anon_sym_STAR_EQ] = ACTIONS(2231), + [anon_sym_SLASH_EQ] = ACTIONS(2231), + [anon_sym_PERCENT_EQ] = ACTIONS(2231), + [anon_sym_BANG_EQ] = ACTIONS(2229), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2231), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2231), + [anon_sym_LT_EQ] = ACTIONS(2231), + [anon_sym_GT_EQ] = ACTIONS(2231), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2231), + [anon_sym_DOT_DOT_LT] = ACTIONS(2231), + [anon_sym_is] = ACTIONS(2231), + [anon_sym_PLUS] = ACTIONS(2229), + [anon_sym_DASH] = ACTIONS(2229), + [anon_sym_STAR] = ACTIONS(2229), + [anon_sym_SLASH] = ACTIONS(2229), + [anon_sym_PERCENT] = ACTIONS(2229), + [anon_sym_PLUS_PLUS] = ACTIONS(2231), + [anon_sym_DASH_DASH] = ACTIONS(2231), + [anon_sym_PIPE] = ACTIONS(2231), + [anon_sym_CARET] = ACTIONS(2229), + [anon_sym_LT_LT] = ACTIONS(2231), + [anon_sym_GT_GT] = ACTIONS(2231), + [anon_sym_class] = ACTIONS(2231), + [anon_sym_prefix] = ACTIONS(2231), + [anon_sym_infix] = ACTIONS(2231), + [anon_sym_postfix] = ACTIONS(2231), + [anon_sym_AT] = ACTIONS(2229), + [anon_sym_override] = ACTIONS(2231), + [anon_sym_convenience] = ACTIONS(2231), + [anon_sym_required] = ACTIONS(2231), + [anon_sym_nonisolated] = ACTIONS(2231), + [anon_sym_public] = ACTIONS(2231), + [anon_sym_private] = ACTIONS(2231), + [anon_sym_internal] = ACTIONS(2231), + [anon_sym_fileprivate] = ACTIONS(2231), + [anon_sym_open] = ACTIONS(2231), + [anon_sym_mutating] = ACTIONS(2231), + [anon_sym_nonmutating] = ACTIONS(2231), + [anon_sym_static] = ACTIONS(2231), + [anon_sym_dynamic] = ACTIONS(2231), + [anon_sym_optional] = ACTIONS(2231), + [anon_sym_distributed] = ACTIONS(2231), + [anon_sym_final] = ACTIONS(2231), + [anon_sym_inout] = ACTIONS(2231), + [anon_sym_ATescaping] = ACTIONS(2231), + [anon_sym_ATautoclosure] = ACTIONS(2231), + [anon_sym_weak] = ACTIONS(2231), + [anon_sym_unowned] = ACTIONS(2229), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2231), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2231), + [anon_sym_borrowing] = ACTIONS(2231), + [anon_sym_consuming] = ACTIONS(2231), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2231), + [sym__explicit_semi] = ACTIONS(2231), + [sym__arrow_operator_custom] = ACTIONS(2231), + [sym__dot_custom] = ACTIONS(2231), + [sym__conjunction_operator_custom] = ACTIONS(2231), + [sym__disjunction_operator_custom] = ACTIONS(2231), + [sym__nil_coalescing_operator_custom] = ACTIONS(2231), + [sym__eq_custom] = ACTIONS(2231), + [sym__eq_eq_custom] = ACTIONS(2231), + [sym__plus_then_ws] = ACTIONS(2231), + [sym__minus_then_ws] = ACTIONS(2231), + [sym__bang_custom] = ACTIONS(2231), + [sym__throws_keyword] = ACTIONS(2231), + [sym__rethrows_keyword] = ACTIONS(2231), + [sym_default_keyword] = ACTIONS(2231), + [sym_where_keyword] = ACTIONS(2231), + [sym__as_custom] = ACTIONS(2231), + [sym__as_quest_custom] = ACTIONS(2231), + [sym__as_bang_custom] = ACTIONS(2231), + [sym__async_keyword_custom] = ACTIONS(2231), + [sym__custom_operator] = ACTIONS(2231), + }, + [STATE(1087)] = { + [anon_sym_BANG] = ACTIONS(2245), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2247), + [anon_sym_package] = ACTIONS(2247), + [anon_sym_COMMA] = ACTIONS(2247), + [anon_sym_LPAREN] = ACTIONS(2247), + [anon_sym_LBRACK] = ACTIONS(2247), + [anon_sym_DOT] = ACTIONS(2245), + [anon_sym_QMARK] = ACTIONS(2245), + [anon_sym_QMARK2] = ACTIONS(2247), + [anon_sym_AMP] = ACTIONS(2247), + [aux_sym_custom_operator_token1] = ACTIONS(2247), + [anon_sym_LT] = ACTIONS(2245), + [anon_sym_GT] = ACTIONS(2245), + [anon_sym_LBRACE] = ACTIONS(2247), + [anon_sym_CARET_LBRACE] = ACTIONS(2247), + [anon_sym_RBRACE] = ACTIONS(2247), + [anon_sym_case] = ACTIONS(2247), + [anon_sym_fallthrough] = ACTIONS(2247), + [anon_sym_PLUS_EQ] = ACTIONS(2247), + [anon_sym_DASH_EQ] = ACTIONS(2247), + [anon_sym_STAR_EQ] = ACTIONS(2247), + [anon_sym_SLASH_EQ] = ACTIONS(2247), + [anon_sym_PERCENT_EQ] = ACTIONS(2247), + [anon_sym_BANG_EQ] = ACTIONS(2245), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2247), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2247), + [anon_sym_LT_EQ] = ACTIONS(2247), + [anon_sym_GT_EQ] = ACTIONS(2247), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2247), + [anon_sym_DOT_DOT_LT] = ACTIONS(2247), + [anon_sym_is] = ACTIONS(2247), + [anon_sym_PLUS] = ACTIONS(2245), + [anon_sym_DASH] = ACTIONS(2245), + [anon_sym_STAR] = ACTIONS(2245), + [anon_sym_SLASH] = ACTIONS(2245), + [anon_sym_PERCENT] = ACTIONS(2245), + [anon_sym_PLUS_PLUS] = ACTIONS(2247), + [anon_sym_DASH_DASH] = ACTIONS(2247), + [anon_sym_PIPE] = ACTIONS(2247), + [anon_sym_CARET] = ACTIONS(2245), + [anon_sym_LT_LT] = ACTIONS(2247), + [anon_sym_GT_GT] = ACTIONS(2247), + [anon_sym_class] = ACTIONS(2247), + [anon_sym_prefix] = ACTIONS(2247), + [anon_sym_infix] = ACTIONS(2247), + [anon_sym_postfix] = ACTIONS(2247), + [anon_sym_AT] = ACTIONS(2245), + [anon_sym_override] = ACTIONS(2247), + [anon_sym_convenience] = ACTIONS(2247), + [anon_sym_required] = ACTIONS(2247), + [anon_sym_nonisolated] = ACTIONS(2247), + [anon_sym_public] = ACTIONS(2247), + [anon_sym_private] = ACTIONS(2247), + [anon_sym_internal] = ACTIONS(2247), + [anon_sym_fileprivate] = ACTIONS(2247), + [anon_sym_open] = ACTIONS(2247), + [anon_sym_mutating] = ACTIONS(2247), + [anon_sym_nonmutating] = ACTIONS(2247), + [anon_sym_static] = ACTIONS(2247), + [anon_sym_dynamic] = ACTIONS(2247), + [anon_sym_optional] = ACTIONS(2247), + [anon_sym_distributed] = ACTIONS(2247), + [anon_sym_final] = ACTIONS(2247), + [anon_sym_inout] = ACTIONS(2247), + [anon_sym_ATescaping] = ACTIONS(2247), + [anon_sym_ATautoclosure] = ACTIONS(2247), + [anon_sym_weak] = ACTIONS(2247), + [anon_sym_unowned] = ACTIONS(2245), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2247), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2247), + [anon_sym_borrowing] = ACTIONS(2247), + [anon_sym_consuming] = ACTIONS(2247), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2247), + [sym__explicit_semi] = ACTIONS(2247), + [sym__arrow_operator_custom] = ACTIONS(2247), + [sym__dot_custom] = ACTIONS(2247), + [sym__conjunction_operator_custom] = ACTIONS(2247), + [sym__disjunction_operator_custom] = ACTIONS(2247), + [sym__nil_coalescing_operator_custom] = ACTIONS(2247), + [sym__eq_custom] = ACTIONS(2247), + [sym__eq_eq_custom] = ACTIONS(2247), + [sym__plus_then_ws] = ACTIONS(2247), + [sym__minus_then_ws] = ACTIONS(2247), + [sym__bang_custom] = ACTIONS(2247), + [sym__throws_keyword] = ACTIONS(2247), + [sym__rethrows_keyword] = ACTIONS(2247), + [sym_default_keyword] = ACTIONS(2247), + [sym_where_keyword] = ACTIONS(2247), + [sym__as_custom] = ACTIONS(2247), + [sym__as_quest_custom] = ACTIONS(2247), + [sym__as_bang_custom] = ACTIONS(2247), + [sym__async_keyword_custom] = ACTIONS(2247), + [sym__custom_operator] = ACTIONS(2247), + }, + [STATE(1088)] = { + [anon_sym_BANG] = ACTIONS(2288), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2290), + [anon_sym_package] = ACTIONS(2290), + [anon_sym_COMMA] = ACTIONS(2290), + [anon_sym_LPAREN] = ACTIONS(2290), + [anon_sym_LBRACK] = ACTIONS(2290), + [anon_sym_DOT] = ACTIONS(2288), + [anon_sym_QMARK] = ACTIONS(2288), + [anon_sym_QMARK2] = ACTIONS(2290), + [anon_sym_AMP] = ACTIONS(2290), + [aux_sym_custom_operator_token1] = ACTIONS(2290), + [anon_sym_LT] = ACTIONS(2288), + [anon_sym_GT] = ACTIONS(2288), + [anon_sym_LBRACE] = ACTIONS(2290), + [anon_sym_CARET_LBRACE] = ACTIONS(2290), + [anon_sym_RBRACE] = ACTIONS(2290), + [anon_sym_case] = ACTIONS(2290), + [anon_sym_fallthrough] = ACTIONS(2290), + [anon_sym_PLUS_EQ] = ACTIONS(2290), + [anon_sym_DASH_EQ] = ACTIONS(2290), + [anon_sym_STAR_EQ] = ACTIONS(2290), + [anon_sym_SLASH_EQ] = ACTIONS(2290), + [anon_sym_PERCENT_EQ] = ACTIONS(2290), + [anon_sym_BANG_EQ] = ACTIONS(2288), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2290), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2290), + [anon_sym_LT_EQ] = ACTIONS(2290), + [anon_sym_GT_EQ] = ACTIONS(2290), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2290), + [anon_sym_DOT_DOT_LT] = ACTIONS(2290), + [anon_sym_is] = ACTIONS(2290), + [anon_sym_PLUS] = ACTIONS(2288), + [anon_sym_DASH] = ACTIONS(2288), + [anon_sym_STAR] = ACTIONS(2288), + [anon_sym_SLASH] = ACTIONS(2288), + [anon_sym_PERCENT] = ACTIONS(2288), + [anon_sym_PLUS_PLUS] = ACTIONS(2290), + [anon_sym_DASH_DASH] = ACTIONS(2290), + [anon_sym_PIPE] = ACTIONS(2290), + [anon_sym_CARET] = ACTIONS(2288), + [anon_sym_LT_LT] = ACTIONS(2290), + [anon_sym_GT_GT] = ACTIONS(2290), + [anon_sym_class] = ACTIONS(2290), + [anon_sym_prefix] = ACTIONS(2290), + [anon_sym_infix] = ACTIONS(2290), + [anon_sym_postfix] = ACTIONS(2290), + [anon_sym_AT] = ACTIONS(2288), + [anon_sym_override] = ACTIONS(2290), + [anon_sym_convenience] = ACTIONS(2290), + [anon_sym_required] = ACTIONS(2290), + [anon_sym_nonisolated] = ACTIONS(2290), + [anon_sym_public] = ACTIONS(2290), + [anon_sym_private] = ACTIONS(2290), + [anon_sym_internal] = ACTIONS(2290), + [anon_sym_fileprivate] = ACTIONS(2290), + [anon_sym_open] = ACTIONS(2290), + [anon_sym_mutating] = ACTIONS(2290), + [anon_sym_nonmutating] = ACTIONS(2290), + [anon_sym_static] = ACTIONS(2290), + [anon_sym_dynamic] = ACTIONS(2290), + [anon_sym_optional] = ACTIONS(2290), + [anon_sym_distributed] = ACTIONS(2290), + [anon_sym_final] = ACTIONS(2290), + [anon_sym_inout] = ACTIONS(2290), + [anon_sym_ATescaping] = ACTIONS(2290), + [anon_sym_ATautoclosure] = ACTIONS(2290), + [anon_sym_weak] = ACTIONS(2290), + [anon_sym_unowned] = ACTIONS(2288), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2290), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2290), + [anon_sym_borrowing] = ACTIONS(2290), + [anon_sym_consuming] = ACTIONS(2290), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2290), + [sym__explicit_semi] = ACTIONS(2290), + [sym__arrow_operator_custom] = ACTIONS(2290), + [sym__dot_custom] = ACTIONS(2290), + [sym__conjunction_operator_custom] = ACTIONS(2290), + [sym__disjunction_operator_custom] = ACTIONS(2290), + [sym__nil_coalescing_operator_custom] = ACTIONS(2290), + [sym__eq_custom] = ACTIONS(2290), + [sym__eq_eq_custom] = ACTIONS(2290), + [sym__plus_then_ws] = ACTIONS(2290), + [sym__minus_then_ws] = ACTIONS(2290), + [sym__bang_custom] = ACTIONS(2290), + [sym__throws_keyword] = ACTIONS(2290), + [sym__rethrows_keyword] = ACTIONS(2290), + [sym_default_keyword] = ACTIONS(2290), + [sym__as_custom] = ACTIONS(2290), + [sym__as_quest_custom] = ACTIONS(2290), + [sym__as_bang_custom] = ACTIONS(2290), + [sym__async_keyword_custom] = ACTIONS(2290), + [sym__custom_operator] = ACTIONS(2290), + }, + [STATE(1089)] = { + [anon_sym_BANG] = ACTIONS(2292), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2294), + [anon_sym_package] = ACTIONS(2294), + [anon_sym_COMMA] = ACTIONS(2294), + [anon_sym_LPAREN] = ACTIONS(2294), + [anon_sym_LBRACK] = ACTIONS(2294), + [anon_sym_DOT] = ACTIONS(2292), + [anon_sym_QMARK] = ACTIONS(2292), + [anon_sym_QMARK2] = ACTIONS(2294), + [anon_sym_AMP] = ACTIONS(2294), + [aux_sym_custom_operator_token1] = ACTIONS(2294), + [anon_sym_LT] = ACTIONS(2292), + [anon_sym_GT] = ACTIONS(2292), + [anon_sym_LBRACE] = ACTIONS(2294), + [anon_sym_CARET_LBRACE] = ACTIONS(2294), + [anon_sym_RBRACE] = ACTIONS(2294), + [anon_sym_case] = ACTIONS(2294), + [anon_sym_fallthrough] = ACTIONS(2294), + [anon_sym_PLUS_EQ] = ACTIONS(2294), + [anon_sym_DASH_EQ] = ACTIONS(2294), + [anon_sym_STAR_EQ] = ACTIONS(2294), + [anon_sym_SLASH_EQ] = ACTIONS(2294), + [anon_sym_PERCENT_EQ] = ACTIONS(2294), + [anon_sym_BANG_EQ] = ACTIONS(2292), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2294), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2294), + [anon_sym_LT_EQ] = ACTIONS(2294), + [anon_sym_GT_EQ] = ACTIONS(2294), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2294), + [anon_sym_DOT_DOT_LT] = ACTIONS(2294), + [anon_sym_is] = ACTIONS(2294), + [anon_sym_PLUS] = ACTIONS(2292), + [anon_sym_DASH] = ACTIONS(2292), + [anon_sym_STAR] = ACTIONS(2292), + [anon_sym_SLASH] = ACTIONS(2292), + [anon_sym_PERCENT] = ACTIONS(2292), + [anon_sym_PLUS_PLUS] = ACTIONS(2294), + [anon_sym_DASH_DASH] = ACTIONS(2294), + [anon_sym_PIPE] = ACTIONS(2294), + [anon_sym_CARET] = ACTIONS(2292), + [anon_sym_LT_LT] = ACTIONS(2294), + [anon_sym_GT_GT] = ACTIONS(2294), + [anon_sym_class] = ACTIONS(2294), + [anon_sym_prefix] = ACTIONS(2294), + [anon_sym_infix] = ACTIONS(2294), + [anon_sym_postfix] = ACTIONS(2294), + [anon_sym_AT] = ACTIONS(2292), + [anon_sym_override] = ACTIONS(2294), + [anon_sym_convenience] = ACTIONS(2294), + [anon_sym_required] = ACTIONS(2294), + [anon_sym_nonisolated] = ACTIONS(2294), + [anon_sym_public] = ACTIONS(2294), + [anon_sym_private] = ACTIONS(2294), + [anon_sym_internal] = ACTIONS(2294), + [anon_sym_fileprivate] = ACTIONS(2294), + [anon_sym_open] = ACTIONS(2294), + [anon_sym_mutating] = ACTIONS(2294), + [anon_sym_nonmutating] = ACTIONS(2294), + [anon_sym_static] = ACTIONS(2294), + [anon_sym_dynamic] = ACTIONS(2294), + [anon_sym_optional] = ACTIONS(2294), + [anon_sym_distributed] = ACTIONS(2294), + [anon_sym_final] = ACTIONS(2294), + [anon_sym_inout] = ACTIONS(2294), + [anon_sym_ATescaping] = ACTIONS(2294), + [anon_sym_ATautoclosure] = ACTIONS(2294), + [anon_sym_weak] = ACTIONS(2294), + [anon_sym_unowned] = ACTIONS(2292), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2294), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2294), + [anon_sym_borrowing] = ACTIONS(2294), + [anon_sym_consuming] = ACTIONS(2294), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2294), + [sym__explicit_semi] = ACTIONS(2294), + [sym__arrow_operator_custom] = ACTIONS(2294), + [sym__dot_custom] = ACTIONS(2294), + [sym__conjunction_operator_custom] = ACTIONS(2294), + [sym__disjunction_operator_custom] = ACTIONS(2294), + [sym__nil_coalescing_operator_custom] = ACTIONS(2294), + [sym__eq_custom] = ACTIONS(2294), + [sym__eq_eq_custom] = ACTIONS(2294), + [sym__plus_then_ws] = ACTIONS(2294), + [sym__minus_then_ws] = ACTIONS(2294), + [sym__bang_custom] = ACTIONS(2294), + [sym__throws_keyword] = ACTIONS(2294), + [sym__rethrows_keyword] = ACTIONS(2294), + [sym_default_keyword] = ACTIONS(2294), + [sym__as_custom] = ACTIONS(2294), + [sym__as_quest_custom] = ACTIONS(2294), + [sym__as_bang_custom] = ACTIONS(2294), + [sym__async_keyword_custom] = ACTIONS(2294), + [sym__custom_operator] = ACTIONS(2294), + }, + [STATE(1090)] = { + [anon_sym_BANG] = ACTIONS(2209), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2211), + [anon_sym_package] = ACTIONS(2211), + [anon_sym_COMMA] = ACTIONS(2211), + [anon_sym_LPAREN] = ACTIONS(2211), + [anon_sym_LBRACK] = ACTIONS(2211), + [anon_sym_DOT] = ACTIONS(2209), + [anon_sym_QMARK] = ACTIONS(2209), + [anon_sym_QMARK2] = ACTIONS(2211), + [anon_sym_AMP] = ACTIONS(2211), + [aux_sym_custom_operator_token1] = ACTIONS(2211), + [anon_sym_LT] = ACTIONS(2209), + [anon_sym_GT] = ACTIONS(2209), + [anon_sym_LBRACE] = ACTIONS(2211), + [anon_sym_CARET_LBRACE] = ACTIONS(2211), + [anon_sym_RBRACE] = ACTIONS(2211), + [anon_sym_case] = ACTIONS(2211), + [anon_sym_fallthrough] = ACTIONS(2211), + [anon_sym_PLUS_EQ] = ACTIONS(2211), + [anon_sym_DASH_EQ] = ACTIONS(2211), + [anon_sym_STAR_EQ] = ACTIONS(2211), + [anon_sym_SLASH_EQ] = ACTIONS(2211), + [anon_sym_PERCENT_EQ] = ACTIONS(2211), + [anon_sym_BANG_EQ] = ACTIONS(2209), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2211), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2211), + [anon_sym_LT_EQ] = ACTIONS(2211), + [anon_sym_GT_EQ] = ACTIONS(2211), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2211), + [anon_sym_DOT_DOT_LT] = ACTIONS(2211), + [anon_sym_is] = ACTIONS(2211), + [anon_sym_PLUS] = ACTIONS(2209), + [anon_sym_DASH] = ACTIONS(2209), + [anon_sym_STAR] = ACTIONS(2209), + [anon_sym_SLASH] = ACTIONS(2209), + [anon_sym_PERCENT] = ACTIONS(2209), + [anon_sym_PLUS_PLUS] = ACTIONS(2211), + [anon_sym_DASH_DASH] = ACTIONS(2211), + [anon_sym_PIPE] = ACTIONS(2211), + [anon_sym_CARET] = ACTIONS(2209), + [anon_sym_LT_LT] = ACTIONS(2211), + [anon_sym_GT_GT] = ACTIONS(2211), + [anon_sym_class] = ACTIONS(2211), + [anon_sym_prefix] = ACTIONS(2211), + [anon_sym_infix] = ACTIONS(2211), + [anon_sym_postfix] = ACTIONS(2211), + [anon_sym_AT] = ACTIONS(2209), + [anon_sym_override] = ACTIONS(2211), + [anon_sym_convenience] = ACTIONS(2211), + [anon_sym_required] = ACTIONS(2211), + [anon_sym_nonisolated] = ACTIONS(2211), + [anon_sym_public] = ACTIONS(2211), + [anon_sym_private] = ACTIONS(2211), + [anon_sym_internal] = ACTIONS(2211), + [anon_sym_fileprivate] = ACTIONS(2211), + [anon_sym_open] = ACTIONS(2211), + [anon_sym_mutating] = ACTIONS(2211), + [anon_sym_nonmutating] = ACTIONS(2211), + [anon_sym_static] = ACTIONS(2211), + [anon_sym_dynamic] = ACTIONS(2211), + [anon_sym_optional] = ACTIONS(2211), + [anon_sym_distributed] = ACTIONS(2211), + [anon_sym_final] = ACTIONS(2211), + [anon_sym_inout] = ACTIONS(2211), + [anon_sym_ATescaping] = ACTIONS(2211), + [anon_sym_ATautoclosure] = ACTIONS(2211), + [anon_sym_weak] = ACTIONS(2211), + [anon_sym_unowned] = ACTIONS(2209), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2211), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2211), + [anon_sym_borrowing] = ACTIONS(2211), + [anon_sym_consuming] = ACTIONS(2211), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2211), + [sym__explicit_semi] = ACTIONS(2211), + [sym__arrow_operator_custom] = ACTIONS(2211), + [sym__dot_custom] = ACTIONS(2211), + [sym__conjunction_operator_custom] = ACTIONS(2211), + [sym__disjunction_operator_custom] = ACTIONS(2211), + [sym__nil_coalescing_operator_custom] = ACTIONS(2211), + [sym__eq_custom] = ACTIONS(2211), + [sym__eq_eq_custom] = ACTIONS(2211), + [sym__plus_then_ws] = ACTIONS(2211), + [sym__minus_then_ws] = ACTIONS(2211), + [sym__bang_custom] = ACTIONS(2211), + [sym__throws_keyword] = ACTIONS(2211), + [sym__rethrows_keyword] = ACTIONS(2211), + [sym_default_keyword] = ACTIONS(2211), + [sym__as_custom] = ACTIONS(2211), + [sym__as_quest_custom] = ACTIONS(2211), + [sym__as_bang_custom] = ACTIONS(2211), + [sym__async_keyword_custom] = ACTIONS(2211), + [sym__custom_operator] = ACTIONS(2211), + }, + [STATE(1091)] = { + [anon_sym_BANG] = ACTIONS(2276), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2278), + [anon_sym_package] = ACTIONS(2278), + [anon_sym_COMMA] = ACTIONS(2278), + [anon_sym_LPAREN] = ACTIONS(2278), + [anon_sym_LBRACK] = ACTIONS(2278), + [anon_sym_DOT] = ACTIONS(2276), + [anon_sym_QMARK] = ACTIONS(2276), + [anon_sym_QMARK2] = ACTIONS(2278), + [anon_sym_AMP] = ACTIONS(2278), + [aux_sym_custom_operator_token1] = ACTIONS(2278), + [anon_sym_LT] = ACTIONS(2276), + [anon_sym_GT] = ACTIONS(2276), + [anon_sym_LBRACE] = ACTIONS(2278), + [anon_sym_CARET_LBRACE] = ACTIONS(2278), + [anon_sym_RBRACE] = ACTIONS(2278), + [anon_sym_case] = ACTIONS(2278), + [anon_sym_fallthrough] = ACTIONS(2278), + [anon_sym_PLUS_EQ] = ACTIONS(2278), + [anon_sym_DASH_EQ] = ACTIONS(2278), + [anon_sym_STAR_EQ] = ACTIONS(2278), + [anon_sym_SLASH_EQ] = ACTIONS(2278), + [anon_sym_PERCENT_EQ] = ACTIONS(2278), + [anon_sym_BANG_EQ] = ACTIONS(2276), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2278), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2278), + [anon_sym_LT_EQ] = ACTIONS(2278), + [anon_sym_GT_EQ] = ACTIONS(2278), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2278), + [anon_sym_DOT_DOT_LT] = ACTIONS(2278), + [anon_sym_is] = ACTIONS(2278), + [anon_sym_PLUS] = ACTIONS(2276), + [anon_sym_DASH] = ACTIONS(2276), + [anon_sym_STAR] = ACTIONS(2276), + [anon_sym_SLASH] = ACTIONS(2276), + [anon_sym_PERCENT] = ACTIONS(2276), + [anon_sym_PLUS_PLUS] = ACTIONS(2278), + [anon_sym_DASH_DASH] = ACTIONS(2278), + [anon_sym_PIPE] = ACTIONS(2278), + [anon_sym_CARET] = ACTIONS(2276), + [anon_sym_LT_LT] = ACTIONS(2278), + [anon_sym_GT_GT] = ACTIONS(2278), + [anon_sym_class] = ACTIONS(2278), + [anon_sym_prefix] = ACTIONS(2278), + [anon_sym_infix] = ACTIONS(2278), + [anon_sym_postfix] = ACTIONS(2278), + [anon_sym_AT] = ACTIONS(2276), + [anon_sym_override] = ACTIONS(2278), + [anon_sym_convenience] = ACTIONS(2278), + [anon_sym_required] = ACTIONS(2278), + [anon_sym_nonisolated] = ACTIONS(2278), + [anon_sym_public] = ACTIONS(2278), + [anon_sym_private] = ACTIONS(2278), + [anon_sym_internal] = ACTIONS(2278), + [anon_sym_fileprivate] = ACTIONS(2278), + [anon_sym_open] = ACTIONS(2278), + [anon_sym_mutating] = ACTIONS(2278), + [anon_sym_nonmutating] = ACTIONS(2278), + [anon_sym_static] = ACTIONS(2278), + [anon_sym_dynamic] = ACTIONS(2278), + [anon_sym_optional] = ACTIONS(2278), + [anon_sym_distributed] = ACTIONS(2278), + [anon_sym_final] = ACTIONS(2278), + [anon_sym_inout] = ACTIONS(2278), + [anon_sym_ATescaping] = ACTIONS(2278), + [anon_sym_ATautoclosure] = ACTIONS(2278), + [anon_sym_weak] = ACTIONS(2278), + [anon_sym_unowned] = ACTIONS(2276), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2278), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2278), + [anon_sym_borrowing] = ACTIONS(2278), + [anon_sym_consuming] = ACTIONS(2278), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2278), + [sym__explicit_semi] = ACTIONS(2278), + [sym__arrow_operator_custom] = ACTIONS(2278), + [sym__dot_custom] = ACTIONS(2278), + [sym__conjunction_operator_custom] = ACTIONS(2278), + [sym__disjunction_operator_custom] = ACTIONS(2278), + [sym__nil_coalescing_operator_custom] = ACTIONS(2278), + [sym__eq_custom] = ACTIONS(2278), + [sym__eq_eq_custom] = ACTIONS(2278), + [sym__plus_then_ws] = ACTIONS(2278), + [sym__minus_then_ws] = ACTIONS(2278), + [sym__bang_custom] = ACTIONS(2278), + [sym__throws_keyword] = ACTIONS(2278), + [sym__rethrows_keyword] = ACTIONS(2278), + [sym_default_keyword] = ACTIONS(2278), + [sym__as_custom] = ACTIONS(2278), + [sym__as_quest_custom] = ACTIONS(2278), + [sym__as_bang_custom] = ACTIONS(2278), + [sym__async_keyword_custom] = ACTIONS(2278), + [sym__custom_operator] = ACTIONS(2278), + }, + [STATE(1092)] = { + [sym_simple_identifier] = STATE(2074), + [sym__contextual_simple_identifier] = STATE(2103), + [sym_unannotated_type] = STATE(1903), + [sym_user_type] = STATE(1998), + [sym__simple_user_type] = STATE(2024), + [sym_tuple_type] = STATE(1874), + [sym_function_type] = STATE(2143), + [sym_array_type] = STATE(1998), + [sym_dictionary_type] = STATE(1998), + [sym_optional_type] = STATE(2143), + [sym_metatype] = STATE(2143), + [sym_opaque_type] = STATE(2143), + [sym_existential_type] = STATE(2143), + [sym_type_parameter_pack] = STATE(2143), + [sym_type_pack_expansion] = STATE(2143), + [sym_protocol_composition_type] = STATE(2143), + [sym_suppressed_constraint] = STATE(2143), + [sym__parenthesized_type] = STATE(2101), + [sym__parameter_ownership_modifier] = STATE(2103), + [ts_builtin_sym_end] = ACTIONS(619), + [anon_sym_BANG] = ACTIONS(625), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(3034), + [aux_sym_simple_identifier_token2] = ACTIONS(3036), + [aux_sym_simple_identifier_token3] = ACTIONS(3036), + [aux_sym_simple_identifier_token4] = ACTIONS(3036), + [anon_sym_actor] = ACTIONS(3034), + [anon_sym_async] = ACTIONS(3034), + [anon_sym_each] = ACTIONS(3038), + [anon_sym_lazy] = ACTIONS(3034), + [anon_sym_repeat] = ACTIONS(3040), + [anon_sym_package] = ACTIONS(3034), + [anon_sym_COMMA] = ACTIONS(619), + [anon_sym_LPAREN] = ACTIONS(3042), + [anon_sym_LBRACK] = ACTIONS(3045), + [anon_sym_DOT] = ACTIONS(625), + [anon_sym_QMARK] = ACTIONS(625), + [anon_sym_QMARK2] = ACTIONS(619), + [anon_sym_some] = ACTIONS(3048), + [anon_sym_any] = ACTIONS(3050), + [anon_sym_AMP] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(3052), + [aux_sym_custom_operator_token1] = ACTIONS(619), + [anon_sym_LT] = ACTIONS(625), + [anon_sym_GT] = ACTIONS(625), + [anon_sym_LBRACE] = ACTIONS(619), + [anon_sym_CARET_LBRACE] = ACTIONS(619), + [anon_sym_RBRACE] = ACTIONS(619), + [anon_sym_PLUS_EQ] = ACTIONS(619), + [anon_sym_DASH_EQ] = ACTIONS(619), + [anon_sym_STAR_EQ] = ACTIONS(619), + [anon_sym_SLASH_EQ] = ACTIONS(619), + [anon_sym_PERCENT_EQ] = ACTIONS(619), + [anon_sym_BANG_EQ] = ACTIONS(625), + [anon_sym_BANG_EQ_EQ] = ACTIONS(619), + [anon_sym_EQ_EQ_EQ] = ACTIONS(619), + [anon_sym_LT_EQ] = ACTIONS(619), + [anon_sym_GT_EQ] = ACTIONS(619), + [anon_sym_DOT_DOT_DOT] = ACTIONS(619), + [anon_sym_DOT_DOT_LT] = ACTIONS(619), + [anon_sym_is] = ACTIONS(625), + [anon_sym_PLUS] = ACTIONS(625), + [anon_sym_DASH] = ACTIONS(625), + [anon_sym_STAR] = ACTIONS(625), + [anon_sym_SLASH] = ACTIONS(625), + [anon_sym_PERCENT] = ACTIONS(625), + [anon_sym_PLUS_PLUS] = ACTIONS(619), + [anon_sym_DASH_DASH] = ACTIONS(619), + [anon_sym_PIPE] = ACTIONS(619), + [anon_sym_CARET] = ACTIONS(625), + [anon_sym_LT_LT] = ACTIONS(619), + [anon_sym_GT_GT] = ACTIONS(619), + [anon_sym_borrowing] = ACTIONS(3034), + [anon_sym_consuming] = ACTIONS(3034), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(619), + [sym__explicit_semi] = ACTIONS(619), + [sym__arrow_operator_custom] = ACTIONS(619), + [sym__dot_custom] = ACTIONS(619), + [sym__conjunction_operator_custom] = ACTIONS(619), + [sym__disjunction_operator_custom] = ACTIONS(619), + [sym__nil_coalescing_operator_custom] = ACTIONS(619), + [sym__eq_custom] = ACTIONS(619), + [sym__eq_eq_custom] = ACTIONS(619), + [sym__plus_then_ws] = ACTIONS(619), + [sym__minus_then_ws] = ACTIONS(619), + [sym__bang_custom] = ACTIONS(619), + [sym__throws_keyword] = ACTIONS(619), + [sym__rethrows_keyword] = ACTIONS(619), + [sym__as_custom] = ACTIONS(619), + [sym__as_quest_custom] = ACTIONS(619), + [sym__as_bang_custom] = ACTIONS(619), + [sym__async_keyword_custom] = ACTIONS(619), + [sym__custom_operator] = ACTIONS(619), + }, + [STATE(1093)] = { + [anon_sym_BANG] = ACTIONS(2296), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2298), + [anon_sym_package] = ACTIONS(2298), + [anon_sym_COMMA] = ACTIONS(2298), + [anon_sym_LPAREN] = ACTIONS(2298), + [anon_sym_LBRACK] = ACTIONS(2298), + [anon_sym_DOT] = ACTIONS(2296), + [anon_sym_QMARK] = ACTIONS(2296), + [anon_sym_QMARK2] = ACTIONS(2298), + [anon_sym_AMP] = ACTIONS(2298), + [aux_sym_custom_operator_token1] = ACTIONS(2298), + [anon_sym_LT] = ACTIONS(2296), + [anon_sym_GT] = ACTIONS(2296), + [anon_sym_LBRACE] = ACTIONS(2298), + [anon_sym_CARET_LBRACE] = ACTIONS(2298), + [anon_sym_RBRACE] = ACTIONS(2298), + [anon_sym_case] = ACTIONS(2298), + [anon_sym_fallthrough] = ACTIONS(2298), + [anon_sym_PLUS_EQ] = ACTIONS(2298), + [anon_sym_DASH_EQ] = ACTIONS(2298), + [anon_sym_STAR_EQ] = ACTIONS(2298), + [anon_sym_SLASH_EQ] = ACTIONS(2298), + [anon_sym_PERCENT_EQ] = ACTIONS(2298), + [anon_sym_BANG_EQ] = ACTIONS(2296), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2298), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2298), + [anon_sym_LT_EQ] = ACTIONS(2298), + [anon_sym_GT_EQ] = ACTIONS(2298), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2298), + [anon_sym_DOT_DOT_LT] = ACTIONS(2298), + [anon_sym_is] = ACTIONS(2298), + [anon_sym_PLUS] = ACTIONS(2296), + [anon_sym_DASH] = ACTIONS(2296), + [anon_sym_STAR] = ACTIONS(2296), + [anon_sym_SLASH] = ACTIONS(2296), + [anon_sym_PERCENT] = ACTIONS(2296), + [anon_sym_PLUS_PLUS] = ACTIONS(2298), + [anon_sym_DASH_DASH] = ACTIONS(2298), + [anon_sym_PIPE] = ACTIONS(2298), + [anon_sym_CARET] = ACTIONS(2296), + [anon_sym_LT_LT] = ACTIONS(2298), + [anon_sym_GT_GT] = ACTIONS(2298), + [anon_sym_class] = ACTIONS(2298), + [anon_sym_prefix] = ACTIONS(2298), + [anon_sym_infix] = ACTIONS(2298), + [anon_sym_postfix] = ACTIONS(2298), + [anon_sym_AT] = ACTIONS(2296), + [anon_sym_override] = ACTIONS(2298), + [anon_sym_convenience] = ACTIONS(2298), + [anon_sym_required] = ACTIONS(2298), + [anon_sym_nonisolated] = ACTIONS(2298), + [anon_sym_public] = ACTIONS(2298), + [anon_sym_private] = ACTIONS(2298), + [anon_sym_internal] = ACTIONS(2298), + [anon_sym_fileprivate] = ACTIONS(2298), + [anon_sym_open] = ACTIONS(2298), + [anon_sym_mutating] = ACTIONS(2298), + [anon_sym_nonmutating] = ACTIONS(2298), + [anon_sym_static] = ACTIONS(2298), + [anon_sym_dynamic] = ACTIONS(2298), + [anon_sym_optional] = ACTIONS(2298), + [anon_sym_distributed] = ACTIONS(2298), + [anon_sym_final] = ACTIONS(2298), + [anon_sym_inout] = ACTIONS(2298), + [anon_sym_ATescaping] = ACTIONS(2298), + [anon_sym_ATautoclosure] = ACTIONS(2298), + [anon_sym_weak] = ACTIONS(2298), + [anon_sym_unowned] = ACTIONS(2296), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2298), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2298), + [anon_sym_borrowing] = ACTIONS(2298), + [anon_sym_consuming] = ACTIONS(2298), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2298), + [sym__explicit_semi] = ACTIONS(2298), + [sym__arrow_operator_custom] = ACTIONS(2298), + [sym__dot_custom] = ACTIONS(2298), + [sym__conjunction_operator_custom] = ACTIONS(2298), + [sym__disjunction_operator_custom] = ACTIONS(2298), + [sym__nil_coalescing_operator_custom] = ACTIONS(2298), + [sym__eq_custom] = ACTIONS(2298), + [sym__eq_eq_custom] = ACTIONS(2298), + [sym__plus_then_ws] = ACTIONS(2298), + [sym__minus_then_ws] = ACTIONS(2298), + [sym__bang_custom] = ACTIONS(2298), + [sym__throws_keyword] = ACTIONS(2298), + [sym__rethrows_keyword] = ACTIONS(2298), + [sym_default_keyword] = ACTIONS(2298), + [sym__as_custom] = ACTIONS(2298), + [sym__as_quest_custom] = ACTIONS(2298), + [sym__as_bang_custom] = ACTIONS(2298), + [sym__async_keyword_custom] = ACTIONS(2298), + [sym__custom_operator] = ACTIONS(2298), + }, + [STATE(1094)] = { + [anon_sym_BANG] = ACTIONS(2201), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2203), + [anon_sym_package] = ACTIONS(2203), + [anon_sym_COMMA] = ACTIONS(2203), + [anon_sym_LPAREN] = ACTIONS(2203), + [anon_sym_LBRACK] = ACTIONS(2203), + [anon_sym_DOT] = ACTIONS(2201), + [anon_sym_QMARK] = ACTIONS(2201), + [anon_sym_QMARK2] = ACTIONS(2203), + [anon_sym_AMP] = ACTIONS(2203), + [aux_sym_custom_operator_token1] = ACTIONS(2203), + [anon_sym_LT] = ACTIONS(2201), + [anon_sym_GT] = ACTIONS(2201), + [anon_sym_LBRACE] = ACTIONS(2203), + [anon_sym_CARET_LBRACE] = ACTIONS(2203), + [anon_sym_RBRACE] = ACTIONS(2203), + [anon_sym_case] = ACTIONS(2203), + [anon_sym_fallthrough] = ACTIONS(2203), + [anon_sym_PLUS_EQ] = ACTIONS(2203), + [anon_sym_DASH_EQ] = ACTIONS(2203), + [anon_sym_STAR_EQ] = ACTIONS(2203), + [anon_sym_SLASH_EQ] = ACTIONS(2203), + [anon_sym_PERCENT_EQ] = ACTIONS(2203), + [anon_sym_BANG_EQ] = ACTIONS(2201), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2203), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2203), + [anon_sym_LT_EQ] = ACTIONS(2203), + [anon_sym_GT_EQ] = ACTIONS(2203), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2203), + [anon_sym_DOT_DOT_LT] = ACTIONS(2203), + [anon_sym_is] = ACTIONS(2203), + [anon_sym_PLUS] = ACTIONS(2201), + [anon_sym_DASH] = ACTIONS(2201), + [anon_sym_STAR] = ACTIONS(2201), + [anon_sym_SLASH] = ACTIONS(2201), + [anon_sym_PERCENT] = ACTIONS(2201), + [anon_sym_PLUS_PLUS] = ACTIONS(2203), + [anon_sym_DASH_DASH] = ACTIONS(2203), + [anon_sym_PIPE] = ACTIONS(2203), + [anon_sym_CARET] = ACTIONS(2201), + [anon_sym_LT_LT] = ACTIONS(2203), + [anon_sym_GT_GT] = ACTIONS(2203), + [anon_sym_class] = ACTIONS(2203), + [anon_sym_prefix] = ACTIONS(2203), + [anon_sym_infix] = ACTIONS(2203), + [anon_sym_postfix] = ACTIONS(2203), + [anon_sym_AT] = ACTIONS(2201), + [anon_sym_override] = ACTIONS(2203), + [anon_sym_convenience] = ACTIONS(2203), + [anon_sym_required] = ACTIONS(2203), + [anon_sym_nonisolated] = ACTIONS(2203), + [anon_sym_public] = ACTIONS(2203), + [anon_sym_private] = ACTIONS(2203), + [anon_sym_internal] = ACTIONS(2203), + [anon_sym_fileprivate] = ACTIONS(2203), + [anon_sym_open] = ACTIONS(2203), + [anon_sym_mutating] = ACTIONS(2203), + [anon_sym_nonmutating] = ACTIONS(2203), + [anon_sym_static] = ACTIONS(2203), + [anon_sym_dynamic] = ACTIONS(2203), + [anon_sym_optional] = ACTIONS(2203), + [anon_sym_distributed] = ACTIONS(2203), + [anon_sym_final] = ACTIONS(2203), + [anon_sym_inout] = ACTIONS(2203), + [anon_sym_ATescaping] = ACTIONS(2203), + [anon_sym_ATautoclosure] = ACTIONS(2203), + [anon_sym_weak] = ACTIONS(2203), + [anon_sym_unowned] = ACTIONS(2201), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2203), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2203), + [anon_sym_borrowing] = ACTIONS(2203), + [anon_sym_consuming] = ACTIONS(2203), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2203), + [sym__explicit_semi] = ACTIONS(2203), + [sym__arrow_operator_custom] = ACTIONS(2203), + [sym__dot_custom] = ACTIONS(2203), + [sym__conjunction_operator_custom] = ACTIONS(2203), + [sym__disjunction_operator_custom] = ACTIONS(2203), + [sym__nil_coalescing_operator_custom] = ACTIONS(2203), + [sym__eq_custom] = ACTIONS(2203), + [sym__eq_eq_custom] = ACTIONS(2203), + [sym__plus_then_ws] = ACTIONS(2203), + [sym__minus_then_ws] = ACTIONS(2203), + [sym__bang_custom] = ACTIONS(2203), + [sym__throws_keyword] = ACTIONS(2203), + [sym__rethrows_keyword] = ACTIONS(2203), + [sym_default_keyword] = ACTIONS(2203), + [sym__as_custom] = ACTIONS(2203), + [sym__as_quest_custom] = ACTIONS(2203), + [sym__as_bang_custom] = ACTIONS(2203), + [sym__async_keyword_custom] = ACTIONS(2203), + [sym__custom_operator] = ACTIONS(2203), + }, + [STATE(1095)] = { + [anon_sym_BANG] = ACTIONS(2205), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2207), + [anon_sym_package] = ACTIONS(2207), + [anon_sym_COMMA] = ACTIONS(2207), + [anon_sym_LPAREN] = ACTIONS(2207), + [anon_sym_LBRACK] = ACTIONS(2207), + [anon_sym_DOT] = ACTIONS(2205), + [anon_sym_QMARK] = ACTIONS(2205), + [anon_sym_QMARK2] = ACTIONS(2207), + [anon_sym_AMP] = ACTIONS(2207), + [aux_sym_custom_operator_token1] = ACTIONS(2207), + [anon_sym_LT] = ACTIONS(2205), + [anon_sym_GT] = ACTIONS(2205), + [anon_sym_LBRACE] = ACTIONS(2207), + [anon_sym_CARET_LBRACE] = ACTIONS(2207), + [anon_sym_RBRACE] = ACTIONS(2207), + [anon_sym_case] = ACTIONS(2207), + [anon_sym_fallthrough] = ACTIONS(2207), + [anon_sym_PLUS_EQ] = ACTIONS(2207), + [anon_sym_DASH_EQ] = ACTIONS(2207), + [anon_sym_STAR_EQ] = ACTIONS(2207), + [anon_sym_SLASH_EQ] = ACTIONS(2207), + [anon_sym_PERCENT_EQ] = ACTIONS(2207), + [anon_sym_BANG_EQ] = ACTIONS(2205), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2207), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2207), + [anon_sym_LT_EQ] = ACTIONS(2207), + [anon_sym_GT_EQ] = ACTIONS(2207), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2207), + [anon_sym_DOT_DOT_LT] = ACTIONS(2207), + [anon_sym_is] = ACTIONS(2207), + [anon_sym_PLUS] = ACTIONS(2205), + [anon_sym_DASH] = ACTIONS(2205), + [anon_sym_STAR] = ACTIONS(2205), + [anon_sym_SLASH] = ACTIONS(2205), + [anon_sym_PERCENT] = ACTIONS(2205), + [anon_sym_PLUS_PLUS] = ACTIONS(2207), + [anon_sym_DASH_DASH] = ACTIONS(2207), + [anon_sym_PIPE] = ACTIONS(2207), + [anon_sym_CARET] = ACTIONS(2205), + [anon_sym_LT_LT] = ACTIONS(2207), + [anon_sym_GT_GT] = ACTIONS(2207), + [anon_sym_class] = ACTIONS(2207), + [anon_sym_prefix] = ACTIONS(2207), + [anon_sym_infix] = ACTIONS(2207), + [anon_sym_postfix] = ACTIONS(2207), + [anon_sym_AT] = ACTIONS(2205), + [anon_sym_override] = ACTIONS(2207), + [anon_sym_convenience] = ACTIONS(2207), + [anon_sym_required] = ACTIONS(2207), + [anon_sym_nonisolated] = ACTIONS(2207), + [anon_sym_public] = ACTIONS(2207), + [anon_sym_private] = ACTIONS(2207), + [anon_sym_internal] = ACTIONS(2207), + [anon_sym_fileprivate] = ACTIONS(2207), + [anon_sym_open] = ACTIONS(2207), + [anon_sym_mutating] = ACTIONS(2207), + [anon_sym_nonmutating] = ACTIONS(2207), + [anon_sym_static] = ACTIONS(2207), + [anon_sym_dynamic] = ACTIONS(2207), + [anon_sym_optional] = ACTIONS(2207), + [anon_sym_distributed] = ACTIONS(2207), + [anon_sym_final] = ACTIONS(2207), + [anon_sym_inout] = ACTIONS(2207), + [anon_sym_ATescaping] = ACTIONS(2207), + [anon_sym_ATautoclosure] = ACTIONS(2207), + [anon_sym_weak] = ACTIONS(2207), + [anon_sym_unowned] = ACTIONS(2205), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2207), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2207), + [anon_sym_borrowing] = ACTIONS(2207), + [anon_sym_consuming] = ACTIONS(2207), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2207), + [sym__explicit_semi] = ACTIONS(2207), + [sym__arrow_operator_custom] = ACTIONS(2207), + [sym__dot_custom] = ACTIONS(2207), + [sym__conjunction_operator_custom] = ACTIONS(2207), + [sym__disjunction_operator_custom] = ACTIONS(2207), + [sym__nil_coalescing_operator_custom] = ACTIONS(2207), + [sym__eq_custom] = ACTIONS(2207), + [sym__eq_eq_custom] = ACTIONS(2207), + [sym__plus_then_ws] = ACTIONS(2207), + [sym__minus_then_ws] = ACTIONS(2207), + [sym__bang_custom] = ACTIONS(2207), + [sym__throws_keyword] = ACTIONS(2207), + [sym__rethrows_keyword] = ACTIONS(2207), + [sym_default_keyword] = ACTIONS(2207), + [sym__as_custom] = ACTIONS(2207), + [sym__as_quest_custom] = ACTIONS(2207), + [sym__as_bang_custom] = ACTIONS(2207), + [sym__async_keyword_custom] = ACTIONS(2207), + [sym__custom_operator] = ACTIONS(2207), + }, + [STATE(1096)] = { + [anon_sym_BANG] = ACTIONS(2245), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2247), + [anon_sym_package] = ACTIONS(2247), + [anon_sym_COMMA] = ACTIONS(2247), + [anon_sym_LPAREN] = ACTIONS(2247), + [anon_sym_LBRACK] = ACTIONS(2247), + [anon_sym_DOT] = ACTIONS(2245), + [anon_sym_QMARK] = ACTIONS(2245), + [anon_sym_QMARK2] = ACTIONS(2247), + [anon_sym_AMP] = ACTIONS(2247), + [aux_sym_custom_operator_token1] = ACTIONS(2247), + [anon_sym_LT] = ACTIONS(2245), + [anon_sym_GT] = ACTIONS(2245), + [anon_sym_LBRACE] = ACTIONS(2247), + [anon_sym_CARET_LBRACE] = ACTIONS(2247), + [anon_sym_RBRACE] = ACTIONS(2247), + [anon_sym_case] = ACTIONS(2247), + [anon_sym_fallthrough] = ACTIONS(2247), + [anon_sym_PLUS_EQ] = ACTIONS(2247), + [anon_sym_DASH_EQ] = ACTIONS(2247), + [anon_sym_STAR_EQ] = ACTIONS(2247), + [anon_sym_SLASH_EQ] = ACTIONS(2247), + [anon_sym_PERCENT_EQ] = ACTIONS(2247), + [anon_sym_BANG_EQ] = ACTIONS(2245), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2247), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2247), + [anon_sym_LT_EQ] = ACTIONS(2247), + [anon_sym_GT_EQ] = ACTIONS(2247), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2247), + [anon_sym_DOT_DOT_LT] = ACTIONS(2247), + [anon_sym_is] = ACTIONS(2247), + [anon_sym_PLUS] = ACTIONS(2245), + [anon_sym_DASH] = ACTIONS(2245), + [anon_sym_STAR] = ACTIONS(2245), + [anon_sym_SLASH] = ACTIONS(2245), + [anon_sym_PERCENT] = ACTIONS(2245), + [anon_sym_PLUS_PLUS] = ACTIONS(2247), + [anon_sym_DASH_DASH] = ACTIONS(2247), + [anon_sym_PIPE] = ACTIONS(2247), + [anon_sym_CARET] = ACTIONS(2245), + [anon_sym_LT_LT] = ACTIONS(2247), + [anon_sym_GT_GT] = ACTIONS(2247), + [anon_sym_class] = ACTIONS(2247), + [anon_sym_prefix] = ACTIONS(2247), + [anon_sym_infix] = ACTIONS(2247), + [anon_sym_postfix] = ACTIONS(2247), + [anon_sym_AT] = ACTIONS(2245), + [anon_sym_override] = ACTIONS(2247), + [anon_sym_convenience] = ACTIONS(2247), + [anon_sym_required] = ACTIONS(2247), + [anon_sym_nonisolated] = ACTIONS(2247), + [anon_sym_public] = ACTIONS(2247), + [anon_sym_private] = ACTIONS(2247), + [anon_sym_internal] = ACTIONS(2247), + [anon_sym_fileprivate] = ACTIONS(2247), + [anon_sym_open] = ACTIONS(2247), + [anon_sym_mutating] = ACTIONS(2247), + [anon_sym_nonmutating] = ACTIONS(2247), + [anon_sym_static] = ACTIONS(2247), + [anon_sym_dynamic] = ACTIONS(2247), + [anon_sym_optional] = ACTIONS(2247), + [anon_sym_distributed] = ACTIONS(2247), + [anon_sym_final] = ACTIONS(2247), + [anon_sym_inout] = ACTIONS(2247), + [anon_sym_ATescaping] = ACTIONS(2247), + [anon_sym_ATautoclosure] = ACTIONS(2247), + [anon_sym_weak] = ACTIONS(2247), + [anon_sym_unowned] = ACTIONS(2245), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2247), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2247), + [anon_sym_borrowing] = ACTIONS(2247), + [anon_sym_consuming] = ACTIONS(2247), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2247), + [sym__explicit_semi] = ACTIONS(2247), + [sym__arrow_operator_custom] = ACTIONS(2247), + [sym__dot_custom] = ACTIONS(2247), + [sym__conjunction_operator_custom] = ACTIONS(2247), + [sym__disjunction_operator_custom] = ACTIONS(2247), + [sym__nil_coalescing_operator_custom] = ACTIONS(2247), + [sym__eq_custom] = ACTIONS(2247), + [sym__eq_eq_custom] = ACTIONS(2247), + [sym__plus_then_ws] = ACTIONS(2247), + [sym__minus_then_ws] = ACTIONS(2247), + [sym__bang_custom] = ACTIONS(2247), + [sym__throws_keyword] = ACTIONS(2247), + [sym__rethrows_keyword] = ACTIONS(2247), + [sym_default_keyword] = ACTIONS(2247), + [sym__as_custom] = ACTIONS(2247), + [sym__as_quest_custom] = ACTIONS(2247), + [sym__as_bang_custom] = ACTIONS(2247), + [sym__async_keyword_custom] = ACTIONS(2247), + [sym__custom_operator] = ACTIONS(2247), + }, + [STATE(1097)] = { + [anon_sym_BANG] = ACTIONS(2272), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2274), + [anon_sym_package] = ACTIONS(2274), + [anon_sym_COMMA] = ACTIONS(2274), + [anon_sym_LPAREN] = ACTIONS(2274), + [anon_sym_LBRACK] = ACTIONS(2274), + [anon_sym_DOT] = ACTIONS(2272), + [anon_sym_QMARK] = ACTIONS(2272), + [anon_sym_QMARK2] = ACTIONS(2274), + [anon_sym_AMP] = ACTIONS(2274), + [aux_sym_custom_operator_token1] = ACTIONS(2274), + [anon_sym_LT] = ACTIONS(2272), + [anon_sym_GT] = ACTIONS(2272), + [anon_sym_LBRACE] = ACTIONS(2274), + [anon_sym_CARET_LBRACE] = ACTIONS(2274), + [anon_sym_RBRACE] = ACTIONS(2274), + [anon_sym_case] = ACTIONS(2274), + [anon_sym_fallthrough] = ACTIONS(2274), + [anon_sym_PLUS_EQ] = ACTIONS(2274), + [anon_sym_DASH_EQ] = ACTIONS(2274), + [anon_sym_STAR_EQ] = ACTIONS(2274), + [anon_sym_SLASH_EQ] = ACTIONS(2274), + [anon_sym_PERCENT_EQ] = ACTIONS(2274), + [anon_sym_BANG_EQ] = ACTIONS(2272), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2274), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2274), + [anon_sym_LT_EQ] = ACTIONS(2274), + [anon_sym_GT_EQ] = ACTIONS(2274), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2274), + [anon_sym_DOT_DOT_LT] = ACTIONS(2274), + [anon_sym_is] = ACTIONS(2274), + [anon_sym_PLUS] = ACTIONS(2272), + [anon_sym_DASH] = ACTIONS(2272), + [anon_sym_STAR] = ACTIONS(2272), + [anon_sym_SLASH] = ACTIONS(2272), + [anon_sym_PERCENT] = ACTIONS(2272), + [anon_sym_PLUS_PLUS] = ACTIONS(2274), + [anon_sym_DASH_DASH] = ACTIONS(2274), + [anon_sym_PIPE] = ACTIONS(2274), + [anon_sym_CARET] = ACTIONS(2272), + [anon_sym_LT_LT] = ACTIONS(2274), + [anon_sym_GT_GT] = ACTIONS(2274), + [anon_sym_class] = ACTIONS(2274), + [anon_sym_prefix] = ACTIONS(2274), + [anon_sym_infix] = ACTIONS(2274), + [anon_sym_postfix] = ACTIONS(2274), + [anon_sym_AT] = ACTIONS(2272), + [anon_sym_override] = ACTIONS(2274), + [anon_sym_convenience] = ACTIONS(2274), + [anon_sym_required] = ACTIONS(2274), + [anon_sym_nonisolated] = ACTIONS(2274), + [anon_sym_public] = ACTIONS(2274), + [anon_sym_private] = ACTIONS(2274), + [anon_sym_internal] = ACTIONS(2274), + [anon_sym_fileprivate] = ACTIONS(2274), + [anon_sym_open] = ACTIONS(2274), + [anon_sym_mutating] = ACTIONS(2274), + [anon_sym_nonmutating] = ACTIONS(2274), + [anon_sym_static] = ACTIONS(2274), + [anon_sym_dynamic] = ACTIONS(2274), + [anon_sym_optional] = ACTIONS(2274), + [anon_sym_distributed] = ACTIONS(2274), + [anon_sym_final] = ACTIONS(2274), + [anon_sym_inout] = ACTIONS(2274), + [anon_sym_ATescaping] = ACTIONS(2274), + [anon_sym_ATautoclosure] = ACTIONS(2274), + [anon_sym_weak] = ACTIONS(2274), + [anon_sym_unowned] = ACTIONS(2272), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2274), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2274), + [anon_sym_borrowing] = ACTIONS(2274), + [anon_sym_consuming] = ACTIONS(2274), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2274), + [sym__explicit_semi] = ACTIONS(2274), + [sym__arrow_operator_custom] = ACTIONS(2274), + [sym__dot_custom] = ACTIONS(2274), + [sym__conjunction_operator_custom] = ACTIONS(2274), + [sym__disjunction_operator_custom] = ACTIONS(2274), + [sym__nil_coalescing_operator_custom] = ACTIONS(2274), + [sym__eq_custom] = ACTIONS(2274), + [sym__eq_eq_custom] = ACTIONS(2274), + [sym__plus_then_ws] = ACTIONS(2274), + [sym__minus_then_ws] = ACTIONS(2274), + [sym__bang_custom] = ACTIONS(2274), + [sym__throws_keyword] = ACTIONS(2274), + [sym__rethrows_keyword] = ACTIONS(2274), + [sym_default_keyword] = ACTIONS(2274), + [sym__as_custom] = ACTIONS(2274), + [sym__as_quest_custom] = ACTIONS(2274), + [sym__as_bang_custom] = ACTIONS(2274), + [sym__async_keyword_custom] = ACTIONS(2274), + [sym__custom_operator] = ACTIONS(2274), + }, + [STATE(1098)] = { + [anon_sym_BANG] = ACTIONS(2280), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2282), + [anon_sym_package] = ACTIONS(2282), + [anon_sym_COMMA] = ACTIONS(2282), + [anon_sym_LPAREN] = ACTIONS(2282), + [anon_sym_LBRACK] = ACTIONS(2282), + [anon_sym_DOT] = ACTIONS(2280), + [anon_sym_QMARK] = ACTIONS(2280), + [anon_sym_QMARK2] = ACTIONS(2282), + [anon_sym_AMP] = ACTIONS(2282), + [aux_sym_custom_operator_token1] = ACTIONS(2282), + [anon_sym_LT] = ACTIONS(2280), + [anon_sym_GT] = ACTIONS(2280), + [anon_sym_LBRACE] = ACTIONS(2282), + [anon_sym_CARET_LBRACE] = ACTIONS(2282), + [anon_sym_RBRACE] = ACTIONS(2282), + [anon_sym_case] = ACTIONS(2282), + [anon_sym_fallthrough] = ACTIONS(2282), + [anon_sym_PLUS_EQ] = ACTIONS(2282), + [anon_sym_DASH_EQ] = ACTIONS(2282), + [anon_sym_STAR_EQ] = ACTIONS(2282), + [anon_sym_SLASH_EQ] = ACTIONS(2282), + [anon_sym_PERCENT_EQ] = ACTIONS(2282), + [anon_sym_BANG_EQ] = ACTIONS(2280), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2282), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2282), + [anon_sym_LT_EQ] = ACTIONS(2282), + [anon_sym_GT_EQ] = ACTIONS(2282), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2282), + [anon_sym_DOT_DOT_LT] = ACTIONS(2282), + [anon_sym_is] = ACTIONS(2282), + [anon_sym_PLUS] = ACTIONS(2280), + [anon_sym_DASH] = ACTIONS(2280), + [anon_sym_STAR] = ACTIONS(2280), + [anon_sym_SLASH] = ACTIONS(2280), + [anon_sym_PERCENT] = ACTIONS(2280), + [anon_sym_PLUS_PLUS] = ACTIONS(2282), + [anon_sym_DASH_DASH] = ACTIONS(2282), + [anon_sym_PIPE] = ACTIONS(2282), + [anon_sym_CARET] = ACTIONS(2280), + [anon_sym_LT_LT] = ACTIONS(2282), + [anon_sym_GT_GT] = ACTIONS(2282), + [anon_sym_class] = ACTIONS(2282), + [anon_sym_prefix] = ACTIONS(2282), + [anon_sym_infix] = ACTIONS(2282), + [anon_sym_postfix] = ACTIONS(2282), + [anon_sym_AT] = ACTIONS(2280), + [anon_sym_override] = ACTIONS(2282), + [anon_sym_convenience] = ACTIONS(2282), + [anon_sym_required] = ACTIONS(2282), + [anon_sym_nonisolated] = ACTIONS(2282), + [anon_sym_public] = ACTIONS(2282), + [anon_sym_private] = ACTIONS(2282), + [anon_sym_internal] = ACTIONS(2282), + [anon_sym_fileprivate] = ACTIONS(2282), + [anon_sym_open] = ACTIONS(2282), + [anon_sym_mutating] = ACTIONS(2282), + [anon_sym_nonmutating] = ACTIONS(2282), + [anon_sym_static] = ACTIONS(2282), + [anon_sym_dynamic] = ACTIONS(2282), + [anon_sym_optional] = ACTIONS(2282), + [anon_sym_distributed] = ACTIONS(2282), + [anon_sym_final] = ACTIONS(2282), + [anon_sym_inout] = ACTIONS(2282), + [anon_sym_ATescaping] = ACTIONS(2282), + [anon_sym_ATautoclosure] = ACTIONS(2282), + [anon_sym_weak] = ACTIONS(2282), + [anon_sym_unowned] = ACTIONS(2280), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2282), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2282), + [anon_sym_borrowing] = ACTIONS(2282), + [anon_sym_consuming] = ACTIONS(2282), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2282), + [sym__explicit_semi] = ACTIONS(2282), + [sym__arrow_operator_custom] = ACTIONS(2282), + [sym__dot_custom] = ACTIONS(2282), + [sym__conjunction_operator_custom] = ACTIONS(2282), + [sym__disjunction_operator_custom] = ACTIONS(2282), + [sym__nil_coalescing_operator_custom] = ACTIONS(2282), + [sym__eq_custom] = ACTIONS(2282), + [sym__eq_eq_custom] = ACTIONS(2282), + [sym__plus_then_ws] = ACTIONS(2282), + [sym__minus_then_ws] = ACTIONS(2282), + [sym__bang_custom] = ACTIONS(2282), + [sym__throws_keyword] = ACTIONS(2282), + [sym__rethrows_keyword] = ACTIONS(2282), + [sym_default_keyword] = ACTIONS(2282), + [sym__as_custom] = ACTIONS(2282), + [sym__as_quest_custom] = ACTIONS(2282), + [sym__as_bang_custom] = ACTIONS(2282), + [sym__async_keyword_custom] = ACTIONS(2282), + [sym__custom_operator] = ACTIONS(2282), + }, + [STATE(1099)] = { + [anon_sym_BANG] = ACTIONS(2221), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2223), + [anon_sym_package] = ACTIONS(2223), + [anon_sym_COMMA] = ACTIONS(2223), + [anon_sym_LPAREN] = ACTIONS(2223), + [anon_sym_LBRACK] = ACTIONS(2223), + [anon_sym_DOT] = ACTIONS(2221), + [anon_sym_QMARK] = ACTIONS(2221), + [anon_sym_QMARK2] = ACTIONS(2223), + [anon_sym_AMP] = ACTIONS(2223), + [aux_sym_custom_operator_token1] = ACTIONS(2223), + [anon_sym_LT] = ACTIONS(2221), + [anon_sym_GT] = ACTIONS(2221), + [anon_sym_LBRACE] = ACTIONS(2223), + [anon_sym_CARET_LBRACE] = ACTIONS(2223), + [anon_sym_RBRACE] = ACTIONS(2223), + [anon_sym_case] = ACTIONS(2223), + [anon_sym_fallthrough] = ACTIONS(2223), + [anon_sym_PLUS_EQ] = ACTIONS(2223), + [anon_sym_DASH_EQ] = ACTIONS(2223), + [anon_sym_STAR_EQ] = ACTIONS(2223), + [anon_sym_SLASH_EQ] = ACTIONS(2223), + [anon_sym_PERCENT_EQ] = ACTIONS(2223), + [anon_sym_BANG_EQ] = ACTIONS(2221), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2223), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2223), + [anon_sym_LT_EQ] = ACTIONS(2223), + [anon_sym_GT_EQ] = ACTIONS(2223), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2223), + [anon_sym_DOT_DOT_LT] = ACTIONS(2223), + [anon_sym_is] = ACTIONS(2223), + [anon_sym_PLUS] = ACTIONS(2221), + [anon_sym_DASH] = ACTIONS(2221), + [anon_sym_STAR] = ACTIONS(2221), + [anon_sym_SLASH] = ACTIONS(2221), + [anon_sym_PERCENT] = ACTIONS(2221), + [anon_sym_PLUS_PLUS] = ACTIONS(2223), + [anon_sym_DASH_DASH] = ACTIONS(2223), + [anon_sym_PIPE] = ACTIONS(2223), + [anon_sym_CARET] = ACTIONS(2221), + [anon_sym_LT_LT] = ACTIONS(2223), + [anon_sym_GT_GT] = ACTIONS(2223), + [anon_sym_class] = ACTIONS(2223), + [anon_sym_prefix] = ACTIONS(2223), + [anon_sym_infix] = ACTIONS(2223), + [anon_sym_postfix] = ACTIONS(2223), + [anon_sym_AT] = ACTIONS(2221), + [anon_sym_override] = ACTIONS(2223), + [anon_sym_convenience] = ACTIONS(2223), + [anon_sym_required] = ACTIONS(2223), + [anon_sym_nonisolated] = ACTIONS(2223), + [anon_sym_public] = ACTIONS(2223), + [anon_sym_private] = ACTIONS(2223), + [anon_sym_internal] = ACTIONS(2223), + [anon_sym_fileprivate] = ACTIONS(2223), + [anon_sym_open] = ACTIONS(2223), + [anon_sym_mutating] = ACTIONS(2223), + [anon_sym_nonmutating] = ACTIONS(2223), + [anon_sym_static] = ACTIONS(2223), + [anon_sym_dynamic] = ACTIONS(2223), + [anon_sym_optional] = ACTIONS(2223), + [anon_sym_distributed] = ACTIONS(2223), + [anon_sym_final] = ACTIONS(2223), + [anon_sym_inout] = ACTIONS(2223), + [anon_sym_ATescaping] = ACTIONS(2223), + [anon_sym_ATautoclosure] = ACTIONS(2223), + [anon_sym_weak] = ACTIONS(2223), + [anon_sym_unowned] = ACTIONS(2221), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2223), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2223), + [anon_sym_borrowing] = ACTIONS(2223), + [anon_sym_consuming] = ACTIONS(2223), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2223), + [sym__explicit_semi] = ACTIONS(2223), + [sym__arrow_operator_custom] = ACTIONS(2223), + [sym__dot_custom] = ACTIONS(2223), + [sym__conjunction_operator_custom] = ACTIONS(2223), + [sym__disjunction_operator_custom] = ACTIONS(2223), + [sym__nil_coalescing_operator_custom] = ACTIONS(2223), + [sym__eq_custom] = ACTIONS(2223), + [sym__eq_eq_custom] = ACTIONS(2223), + [sym__plus_then_ws] = ACTIONS(2223), + [sym__minus_then_ws] = ACTIONS(2223), + [sym__bang_custom] = ACTIONS(2223), + [sym__throws_keyword] = ACTIONS(2223), + [sym__rethrows_keyword] = ACTIONS(2223), + [sym_default_keyword] = ACTIONS(2223), + [sym__as_custom] = ACTIONS(2223), + [sym__as_quest_custom] = ACTIONS(2223), + [sym__as_bang_custom] = ACTIONS(2223), + [sym__async_keyword_custom] = ACTIONS(2223), + [sym__custom_operator] = ACTIONS(2223), + }, + [STATE(1100)] = { + [anon_sym_BANG] = ACTIONS(2304), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2306), + [anon_sym_package] = ACTIONS(2306), + [anon_sym_COMMA] = ACTIONS(2306), + [anon_sym_LPAREN] = ACTIONS(2306), + [anon_sym_LBRACK] = ACTIONS(2306), + [anon_sym_DOT] = ACTIONS(2304), + [anon_sym_QMARK] = ACTIONS(2304), + [anon_sym_QMARK2] = ACTIONS(2306), + [anon_sym_AMP] = ACTIONS(2306), + [aux_sym_custom_operator_token1] = ACTIONS(2306), + [anon_sym_LT] = ACTIONS(2304), + [anon_sym_GT] = ACTIONS(2304), + [anon_sym_LBRACE] = ACTIONS(2306), + [anon_sym_CARET_LBRACE] = ACTIONS(2306), + [anon_sym_RBRACE] = ACTIONS(2306), + [anon_sym_case] = ACTIONS(2306), + [anon_sym_fallthrough] = ACTIONS(2306), + [anon_sym_PLUS_EQ] = ACTIONS(2306), + [anon_sym_DASH_EQ] = ACTIONS(2306), + [anon_sym_STAR_EQ] = ACTIONS(2306), + [anon_sym_SLASH_EQ] = ACTIONS(2306), + [anon_sym_PERCENT_EQ] = ACTIONS(2306), + [anon_sym_BANG_EQ] = ACTIONS(2304), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2306), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2306), + [anon_sym_LT_EQ] = ACTIONS(2306), + [anon_sym_GT_EQ] = ACTIONS(2306), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2306), + [anon_sym_DOT_DOT_LT] = ACTIONS(2306), + [anon_sym_is] = ACTIONS(2306), + [anon_sym_PLUS] = ACTIONS(2304), + [anon_sym_DASH] = ACTIONS(2304), + [anon_sym_STAR] = ACTIONS(2304), + [anon_sym_SLASH] = ACTIONS(2304), + [anon_sym_PERCENT] = ACTIONS(2304), + [anon_sym_PLUS_PLUS] = ACTIONS(2306), + [anon_sym_DASH_DASH] = ACTIONS(2306), + [anon_sym_PIPE] = ACTIONS(2306), + [anon_sym_CARET] = ACTIONS(2304), + [anon_sym_LT_LT] = ACTIONS(2306), + [anon_sym_GT_GT] = ACTIONS(2306), + [anon_sym_class] = ACTIONS(2306), + [anon_sym_prefix] = ACTIONS(2306), + [anon_sym_infix] = ACTIONS(2306), + [anon_sym_postfix] = ACTIONS(2306), + [anon_sym_AT] = ACTIONS(2304), + [anon_sym_override] = ACTIONS(2306), + [anon_sym_convenience] = ACTIONS(2306), + [anon_sym_required] = ACTIONS(2306), + [anon_sym_nonisolated] = ACTIONS(2306), + [anon_sym_public] = ACTIONS(2306), + [anon_sym_private] = ACTIONS(2306), + [anon_sym_internal] = ACTIONS(2306), + [anon_sym_fileprivate] = ACTIONS(2306), + [anon_sym_open] = ACTIONS(2306), + [anon_sym_mutating] = ACTIONS(2306), + [anon_sym_nonmutating] = ACTIONS(2306), + [anon_sym_static] = ACTIONS(2306), + [anon_sym_dynamic] = ACTIONS(2306), + [anon_sym_optional] = ACTIONS(2306), + [anon_sym_distributed] = ACTIONS(2306), + [anon_sym_final] = ACTIONS(2306), + [anon_sym_inout] = ACTIONS(2306), + [anon_sym_ATescaping] = ACTIONS(2306), + [anon_sym_ATautoclosure] = ACTIONS(2306), + [anon_sym_weak] = ACTIONS(2306), + [anon_sym_unowned] = ACTIONS(2304), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2306), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2306), + [anon_sym_borrowing] = ACTIONS(2306), + [anon_sym_consuming] = ACTIONS(2306), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2306), + [sym__explicit_semi] = ACTIONS(2306), + [sym__arrow_operator_custom] = ACTIONS(2306), + [sym__dot_custom] = ACTIONS(2306), + [sym__conjunction_operator_custom] = ACTIONS(2306), + [sym__disjunction_operator_custom] = ACTIONS(2306), + [sym__nil_coalescing_operator_custom] = ACTIONS(2306), + [sym__eq_custom] = ACTIONS(2306), + [sym__eq_eq_custom] = ACTIONS(2306), + [sym__plus_then_ws] = ACTIONS(2306), + [sym__minus_then_ws] = ACTIONS(2306), + [sym__bang_custom] = ACTIONS(2306), + [sym__throws_keyword] = ACTIONS(2306), + [sym__rethrows_keyword] = ACTIONS(2306), + [sym_default_keyword] = ACTIONS(2306), + [sym__as_custom] = ACTIONS(2306), + [sym__as_quest_custom] = ACTIONS(2306), + [sym__as_bang_custom] = ACTIONS(2306), + [sym__async_keyword_custom] = ACTIONS(2306), + [sym__custom_operator] = ACTIONS(2306), + }, + [STATE(1101)] = { + [sym__key_path_postfixes] = STATE(1110), + [sym_bang] = STATE(1110), + [aux_sym__key_path_component_repeat1] = STATE(1110), + [anon_sym_BANG] = ACTIONS(2237), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2239), + [anon_sym_package] = ACTIONS(2239), + [anon_sym_COMMA] = ACTIONS(2239), + [anon_sym_LPAREN] = ACTIONS(2239), + [anon_sym_LBRACK] = ACTIONS(2239), + [anon_sym_DOT] = ACTIONS(2237), + [anon_sym_QMARK] = ACTIONS(2237), + [anon_sym_QMARK2] = ACTIONS(2239), + [anon_sym_AMP] = ACTIONS(2239), + [aux_sym_custom_operator_token1] = ACTIONS(2239), + [anon_sym_LT] = ACTIONS(2237), + [anon_sym_GT] = ACTIONS(2237), + [anon_sym_LBRACE] = ACTIONS(2239), + [anon_sym_CARET_LBRACE] = ACTIONS(2239), + [anon_sym_RBRACE] = ACTIONS(2239), + [anon_sym_self] = ACTIONS(3054), + [anon_sym_case] = ACTIONS(2239), + [anon_sym_fallthrough] = ACTIONS(2239), + [anon_sym_PLUS_EQ] = ACTIONS(2239), + [anon_sym_DASH_EQ] = ACTIONS(2239), + [anon_sym_STAR_EQ] = ACTIONS(2239), + [anon_sym_SLASH_EQ] = ACTIONS(2239), + [anon_sym_PERCENT_EQ] = ACTIONS(2239), + [anon_sym_BANG_EQ] = ACTIONS(2237), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2239), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2239), + [anon_sym_LT_EQ] = ACTIONS(2239), + [anon_sym_GT_EQ] = ACTIONS(2239), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2239), + [anon_sym_DOT_DOT_LT] = ACTIONS(2239), + [anon_sym_is] = ACTIONS(2239), + [anon_sym_PLUS] = ACTIONS(2237), + [anon_sym_DASH] = ACTIONS(2237), + [anon_sym_STAR] = ACTIONS(2237), + [anon_sym_SLASH] = ACTIONS(2237), + [anon_sym_PERCENT] = ACTIONS(2237), + [anon_sym_PLUS_PLUS] = ACTIONS(2239), + [anon_sym_DASH_DASH] = ACTIONS(2239), + [anon_sym_PIPE] = ACTIONS(2239), + [anon_sym_CARET] = ACTIONS(2237), + [anon_sym_LT_LT] = ACTIONS(2239), + [anon_sym_GT_GT] = ACTIONS(2239), + [anon_sym_class] = ACTIONS(2239), + [anon_sym_prefix] = ACTIONS(2239), + [anon_sym_infix] = ACTIONS(2239), + [anon_sym_postfix] = ACTIONS(2239), + [anon_sym_AT] = ACTIONS(2237), + [anon_sym_override] = ACTIONS(2239), + [anon_sym_convenience] = ACTIONS(2239), + [anon_sym_required] = ACTIONS(2239), + [anon_sym_nonisolated] = ACTIONS(2239), + [anon_sym_public] = ACTIONS(2239), + [anon_sym_private] = ACTIONS(2239), + [anon_sym_internal] = ACTIONS(2239), + [anon_sym_fileprivate] = ACTIONS(2239), + [anon_sym_open] = ACTIONS(2239), + [anon_sym_mutating] = ACTIONS(2239), + [anon_sym_nonmutating] = ACTIONS(2239), + [anon_sym_static] = ACTIONS(2239), + [anon_sym_dynamic] = ACTIONS(2239), + [anon_sym_optional] = ACTIONS(2239), + [anon_sym_distributed] = ACTIONS(2239), + [anon_sym_final] = ACTIONS(2239), + [anon_sym_inout] = ACTIONS(2239), + [anon_sym_ATescaping] = ACTIONS(2239), + [anon_sym_ATautoclosure] = ACTIONS(2239), + [anon_sym_weak] = ACTIONS(2239), + [anon_sym_unowned] = ACTIONS(2237), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2239), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2239), + [anon_sym_borrowing] = ACTIONS(2239), + [anon_sym_consuming] = ACTIONS(2239), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2239), + [sym__explicit_semi] = ACTIONS(2239), + [sym__dot_custom] = ACTIONS(2239), + [sym__conjunction_operator_custom] = ACTIONS(2239), + [sym__disjunction_operator_custom] = ACTIONS(2239), + [sym__nil_coalescing_operator_custom] = ACTIONS(2239), + [sym__eq_custom] = ACTIONS(2239), + [sym__eq_eq_custom] = ACTIONS(2239), + [sym__plus_then_ws] = ACTIONS(2239), + [sym__minus_then_ws] = ACTIONS(2239), + [sym__bang_custom] = ACTIONS(2239), + [sym_default_keyword] = ACTIONS(2239), + [sym__as_custom] = ACTIONS(2239), + [sym__as_quest_custom] = ACTIONS(2239), + [sym__as_bang_custom] = ACTIONS(2239), + [sym__custom_operator] = ACTIONS(2239), + }, + [STATE(1102)] = { + [anon_sym_BANG] = ACTIONS(2099), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2101), + [anon_sym_package] = ACTIONS(2101), + [anon_sym_COMMA] = ACTIONS(2101), + [anon_sym_LPAREN] = ACTIONS(2101), + [anon_sym_LBRACK] = ACTIONS(2101), + [anon_sym_DOT] = ACTIONS(2099), + [anon_sym_QMARK] = ACTIONS(2099), + [anon_sym_QMARK2] = ACTIONS(2101), + [anon_sym_AMP] = ACTIONS(2101), + [aux_sym_custom_operator_token1] = ACTIONS(2101), + [anon_sym_LT] = ACTIONS(2099), + [anon_sym_GT] = ACTIONS(2099), + [anon_sym_LBRACE] = ACTIONS(2101), + [anon_sym_CARET_LBRACE] = ACTIONS(2101), + [anon_sym_RBRACE] = ACTIONS(2101), + [anon_sym_case] = ACTIONS(2101), + [anon_sym_fallthrough] = ACTIONS(2101), + [anon_sym_PLUS_EQ] = ACTIONS(2101), + [anon_sym_DASH_EQ] = ACTIONS(2101), + [anon_sym_STAR_EQ] = ACTIONS(2101), + [anon_sym_SLASH_EQ] = ACTIONS(2101), + [anon_sym_PERCENT_EQ] = ACTIONS(2101), + [anon_sym_BANG_EQ] = ACTIONS(2099), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2101), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2101), + [anon_sym_LT_EQ] = ACTIONS(2101), + [anon_sym_GT_EQ] = ACTIONS(2101), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2101), + [anon_sym_DOT_DOT_LT] = ACTIONS(2101), + [anon_sym_is] = ACTIONS(2101), + [anon_sym_PLUS] = ACTIONS(2099), + [anon_sym_DASH] = ACTIONS(2099), + [anon_sym_STAR] = ACTIONS(2099), + [anon_sym_SLASH] = ACTIONS(2099), + [anon_sym_PERCENT] = ACTIONS(2099), + [anon_sym_PLUS_PLUS] = ACTIONS(2101), + [anon_sym_DASH_DASH] = ACTIONS(2101), + [anon_sym_PIPE] = ACTIONS(2101), + [anon_sym_CARET] = ACTIONS(2099), + [anon_sym_LT_LT] = ACTIONS(2101), + [anon_sym_GT_GT] = ACTIONS(2101), + [anon_sym_class] = ACTIONS(2101), + [anon_sym_prefix] = ACTIONS(2101), + [anon_sym_infix] = ACTIONS(2101), + [anon_sym_postfix] = ACTIONS(2101), + [anon_sym_AT] = ACTIONS(2099), + [anon_sym_override] = ACTIONS(2101), + [anon_sym_convenience] = ACTIONS(2101), + [anon_sym_required] = ACTIONS(2101), + [anon_sym_nonisolated] = ACTIONS(2101), + [anon_sym_public] = ACTIONS(2101), + [anon_sym_private] = ACTIONS(2101), + [anon_sym_internal] = ACTIONS(2101), + [anon_sym_fileprivate] = ACTIONS(2101), + [anon_sym_open] = ACTIONS(2101), + [anon_sym_mutating] = ACTIONS(2101), + [anon_sym_nonmutating] = ACTIONS(2101), + [anon_sym_static] = ACTIONS(2101), + [anon_sym_dynamic] = ACTIONS(2101), + [anon_sym_optional] = ACTIONS(2101), + [anon_sym_distributed] = ACTIONS(2101), + [anon_sym_final] = ACTIONS(2101), + [anon_sym_inout] = ACTIONS(2101), + [anon_sym_ATescaping] = ACTIONS(2101), + [anon_sym_ATautoclosure] = ACTIONS(2101), + [anon_sym_weak] = ACTIONS(2101), + [anon_sym_unowned] = ACTIONS(2099), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2101), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2101), + [anon_sym_borrowing] = ACTIONS(2101), + [anon_sym_consuming] = ACTIONS(2101), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2101), + [sym__explicit_semi] = ACTIONS(2101), + [sym__arrow_operator_custom] = ACTIONS(2101), + [sym__dot_custom] = ACTIONS(2101), + [sym__conjunction_operator_custom] = ACTIONS(2101), + [sym__disjunction_operator_custom] = ACTIONS(2101), + [sym__nil_coalescing_operator_custom] = ACTIONS(2101), + [sym__eq_custom] = ACTIONS(2101), + [sym__eq_eq_custom] = ACTIONS(2101), + [sym__plus_then_ws] = ACTIONS(2101), + [sym__minus_then_ws] = ACTIONS(2101), + [sym__bang_custom] = ACTIONS(2101), + [sym__throws_keyword] = ACTIONS(2101), + [sym__rethrows_keyword] = ACTIONS(2101), + [sym_default_keyword] = ACTIONS(2101), + [sym__as_custom] = ACTIONS(2101), + [sym__as_quest_custom] = ACTIONS(2101), + [sym__as_bang_custom] = ACTIONS(2101), + [sym__async_keyword_custom] = ACTIONS(2101), + [sym__custom_operator] = ACTIONS(2101), + }, + [STATE(1103)] = { + [sym_simple_identifier] = STATE(5672), + [sym__contextual_simple_identifier] = STATE(6228), + [sym_identifier] = STATE(7226), + [sym_unannotated_type] = STATE(5958), + [sym_user_type] = STATE(6137), + [sym__simple_user_type] = STATE(6123), + [sym_tuple_type] = STATE(5475), + [sym_function_type] = STATE(6481), + [sym_array_type] = STATE(6137), + [sym_dictionary_type] = STATE(6137), + [sym_optional_type] = STATE(6481), + [sym_metatype] = STATE(6481), + [sym_opaque_type] = STATE(6481), + [sym_existential_type] = STATE(6481), + [sym_type_parameter_pack] = STATE(6481), + [sym_type_pack_expansion] = STATE(6481), + [sym_protocol_composition_type] = STATE(6481), + [sym_suppressed_constraint] = STATE(6481), + [sym__parenthesized_type] = STATE(6356), + [sym_type_constraint] = STATE(2590), + [sym_inheritance_constraint] = STATE(2637), + [sym_equality_constraint] = STATE(2637), + [sym__constrained_type] = STATE(7226), + [sym_nested_type_identifier] = STATE(7226), + [sym_attribute] = STATE(4196), + [sym__parameter_ownership_modifier] = STATE(6228), + [aux_sym__lambda_type_declaration_repeat1] = STATE(4196), + [sym_comment] = ACTIONS(5), + [aux_sym_simple_identifier_token1] = ACTIONS(3056), + [aux_sym_simple_identifier_token2] = ACTIONS(3058), + [aux_sym_simple_identifier_token3] = ACTIONS(3058), + [aux_sym_simple_identifier_token4] = ACTIONS(3058), + [anon_sym_actor] = ACTIONS(3056), + [anon_sym_async] = ACTIONS(3056), + [anon_sym_each] = ACTIONS(3060), + [anon_sym_lazy] = ACTIONS(3056), + [anon_sym_repeat] = ACTIONS(3062), + [anon_sym_package] = ACTIONS(3056), + [anon_sym_COMMA] = ACTIONS(3064), + [anon_sym_LPAREN] = ACTIONS(3066), + [anon_sym_LBRACK] = ACTIONS(3068), + [anon_sym_some] = ACTIONS(3070), + [anon_sym_any] = ACTIONS(3072), + [anon_sym_TILDE] = ACTIONS(3074), + [anon_sym_LBRACE] = ACTIONS(3064), + [anon_sym_RBRACE] = ACTIONS(3064), + [anon_sym_case] = ACTIONS(3076), + [anon_sym_import] = ACTIONS(3076), + [anon_sym_typealias] = ACTIONS(3076), + [anon_sym_struct] = ACTIONS(3076), + [anon_sym_class] = ACTIONS(3076), + [anon_sym_enum] = ACTIONS(3076), + [anon_sym_protocol] = ACTIONS(3076), + [anon_sym_let] = ACTIONS(3076), + [anon_sym_var] = ACTIONS(3076), + [anon_sym_func] = ACTIONS(3076), + [anon_sym_extension] = ACTIONS(3076), + [anon_sym_indirect] = ACTIONS(3076), + [anon_sym_init] = ACTIONS(3076), + [anon_sym_deinit] = ACTIONS(3076), + [anon_sym_subscript] = ACTIONS(3076), + [anon_sym_prefix] = ACTIONS(3076), + [anon_sym_infix] = ACTIONS(3076), + [anon_sym_postfix] = ACTIONS(3076), + [anon_sym_precedencegroup] = ACTIONS(3076), + [anon_sym_associatedtype] = ACTIONS(3076), + [anon_sym_AT] = ACTIONS(775), + [anon_sym_override] = ACTIONS(3076), + [anon_sym_convenience] = ACTIONS(3076), + [anon_sym_required] = ACTIONS(3076), + [anon_sym_nonisolated] = ACTIONS(3076), + [anon_sym_public] = ACTIONS(3076), + [anon_sym_private] = ACTIONS(3076), + [anon_sym_internal] = ACTIONS(3076), + [anon_sym_fileprivate] = ACTIONS(3076), + [anon_sym_open] = ACTIONS(3076), + [anon_sym_mutating] = ACTIONS(3076), + [anon_sym_nonmutating] = ACTIONS(3076), + [anon_sym_static] = ACTIONS(3076), + [anon_sym_dynamic] = ACTIONS(3076), + [anon_sym_optional] = ACTIONS(3076), + [anon_sym_distributed] = ACTIONS(3076), + [anon_sym_final] = ACTIONS(3076), + [anon_sym_inout] = ACTIONS(3076), + [anon_sym_ATescaping] = ACTIONS(3064), + [anon_sym_ATautoclosure] = ACTIONS(3064), + [anon_sym_weak] = ACTIONS(3076), + [anon_sym_unowned] = ACTIONS(3076), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(3064), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(3064), + [anon_sym_borrowing] = ACTIONS(3056), + [anon_sym_consuming] = ACTIONS(3056), + [sym_multiline_comment] = ACTIONS(5), + [sym__eq_custom] = ACTIONS(3064), + }, + [STATE(1104)] = { + [ts_builtin_sym_end] = ACTIONS(1801), + [anon_sym_BANG] = ACTIONS(1779), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1779), + [aux_sym_simple_identifier_token2] = ACTIONS(1781), + [aux_sym_simple_identifier_token3] = ACTIONS(1781), + [aux_sym_simple_identifier_token4] = ACTIONS(1781), + [anon_sym_actor] = ACTIONS(1779), + [anon_sym_async] = ACTIONS(1779), + [anon_sym_each] = ACTIONS(1779), + [anon_sym_lazy] = ACTIONS(1779), + [anon_sym_repeat] = ACTIONS(1779), + [anon_sym_package] = ACTIONS(1779), + [anon_sym_nil] = ACTIONS(1779), + [sym_real_literal] = ACTIONS(1781), + [sym_integer_literal] = ACTIONS(1779), + [sym_hex_literal] = ACTIONS(1779), + [sym_oct_literal] = ACTIONS(1781), + [sym_bin_literal] = ACTIONS(1781), + [anon_sym_true] = ACTIONS(1779), + [anon_sym_false] = ACTIONS(1779), + [anon_sym_DQUOTE] = ACTIONS(1779), + [anon_sym_BSLASH] = ACTIONS(1781), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1781), + [anon_sym_COMMA] = ACTIONS(1801), + [sym__oneline_regex_literal] = ACTIONS(1779), + [anon_sym_LPAREN] = ACTIONS(1781), + [anon_sym_LBRACK] = ACTIONS(1781), + [anon_sym_QMARK] = ACTIONS(1803), + [anon_sym_QMARK2] = ACTIONS(1801), + [anon_sym_AMP] = ACTIONS(1781), + [anon_sym_TILDE] = ACTIONS(1781), + [anon_sym_if] = ACTIONS(1779), + [anon_sym_switch] = ACTIONS(1779), + [aux_sym_custom_operator_token1] = ACTIONS(1781), + [anon_sym_LT] = ACTIONS(1779), + [anon_sym_GT] = ACTIONS(1779), + [anon_sym_await] = ACTIONS(1779), + [anon_sym_LBRACE] = ACTIONS(1781), + [anon_sym_CARET_LBRACE] = ACTIONS(1781), + [anon_sym_RBRACE] = ACTIONS(1801), + [anon_sym_self] = ACTIONS(1779), + [anon_sym_super] = ACTIONS(1779), + [anon_sym_try] = ACTIONS(1779), + [anon_sym_PLUS_EQ] = ACTIONS(1781), + [anon_sym_DASH_EQ] = ACTIONS(1781), + [anon_sym_STAR_EQ] = ACTIONS(1781), + [anon_sym_SLASH_EQ] = ACTIONS(1781), + [anon_sym_PERCENT_EQ] = ACTIONS(1781), + [anon_sym_BANG_EQ] = ACTIONS(1779), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1781), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1781), + [anon_sym_LT_EQ] = ACTIONS(1781), + [anon_sym_GT_EQ] = ACTIONS(1781), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1781), + [anon_sym_DOT_DOT_LT] = ACTIONS(1781), + [anon_sym_is] = ACTIONS(1803), + [anon_sym_PLUS] = ACTIONS(1779), + [anon_sym_DASH] = ACTIONS(1779), + [anon_sym_STAR] = ACTIONS(1779), + [anon_sym_SLASH] = ACTIONS(1779), + [anon_sym_PERCENT] = ACTIONS(1779), + [anon_sym_PLUS_PLUS] = ACTIONS(1781), + [anon_sym_DASH_DASH] = ACTIONS(1781), + [anon_sym_PIPE] = ACTIONS(1781), + [anon_sym_CARET] = ACTIONS(1779), + [anon_sym_LT_LT] = ACTIONS(1781), + [anon_sym_GT_GT] = ACTIONS(1781), + [anon_sym_borrowing] = ACTIONS(1779), + [anon_sym_consuming] = ACTIONS(1779), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(1781), + [sym_raw_str_end_part] = ACTIONS(1781), + [sym__implicit_semi] = ACTIONS(1801), + [sym__explicit_semi] = ACTIONS(1801), + [sym__dot_custom] = ACTIONS(1781), + [sym__conjunction_operator_custom] = ACTIONS(1801), + [sym__disjunction_operator_custom] = ACTIONS(1801), + [sym__nil_coalescing_operator_custom] = ACTIONS(1801), + [sym__eq_custom] = ACTIONS(1781), + [sym__eq_eq_custom] = ACTIONS(1781), + [sym__plus_then_ws] = ACTIONS(1781), + [sym__minus_then_ws] = ACTIONS(1781), + [sym__bang_custom] = ACTIONS(1781), + [sym_where_keyword] = ACTIONS(1801), + [sym__as_custom] = ACTIONS(1801), + [sym__as_quest_custom] = ACTIONS(1801), + [sym__as_bang_custom] = ACTIONS(1801), + [sym__custom_operator] = ACTIONS(1781), + [sym__hash_symbol_custom] = ACTIONS(1781), + [sym__directive_if] = ACTIONS(1781), + [sym__directive_elseif] = ACTIONS(1781), + [sym__directive_else] = ACTIONS(1781), + [sym__directive_endif] = ACTIONS(1781), + }, + [STATE(1105)] = { + [sym__key_path_postfixes] = STATE(1120), + [sym_bang] = STATE(1120), + [aux_sym__key_path_component_repeat1] = STATE(1120), + [anon_sym_BANG] = ACTIONS(2237), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2239), + [anon_sym_package] = ACTIONS(2239), + [anon_sym_COMMA] = ACTIONS(2239), + [anon_sym_LPAREN] = ACTIONS(2239), + [anon_sym_LBRACK] = ACTIONS(2239), + [anon_sym_DOT] = ACTIONS(2237), + [anon_sym_QMARK] = ACTIONS(2237), + [anon_sym_QMARK2] = ACTIONS(2239), + [anon_sym_AMP] = ACTIONS(2239), + [aux_sym_custom_operator_token1] = ACTIONS(2239), + [anon_sym_LT] = ACTIONS(2237), + [anon_sym_GT] = ACTIONS(2237), + [anon_sym_LBRACE] = ACTIONS(2239), + [anon_sym_CARET_LBRACE] = ACTIONS(2239), + [anon_sym_RBRACE] = ACTIONS(2239), + [anon_sym_self] = ACTIONS(3078), + [anon_sym_case] = ACTIONS(2239), + [anon_sym_fallthrough] = ACTIONS(2239), + [anon_sym_PLUS_EQ] = ACTIONS(2239), + [anon_sym_DASH_EQ] = ACTIONS(2239), + [anon_sym_STAR_EQ] = ACTIONS(2239), + [anon_sym_SLASH_EQ] = ACTIONS(2239), + [anon_sym_PERCENT_EQ] = ACTIONS(2239), + [anon_sym_BANG_EQ] = ACTIONS(2237), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2239), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2239), + [anon_sym_LT_EQ] = ACTIONS(2239), + [anon_sym_GT_EQ] = ACTIONS(2239), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2239), + [anon_sym_DOT_DOT_LT] = ACTIONS(2239), + [anon_sym_is] = ACTIONS(2239), + [anon_sym_PLUS] = ACTIONS(2237), + [anon_sym_DASH] = ACTIONS(2237), + [anon_sym_STAR] = ACTIONS(2237), + [anon_sym_SLASH] = ACTIONS(2237), + [anon_sym_PERCENT] = ACTIONS(2237), + [anon_sym_PLUS_PLUS] = ACTIONS(2239), + [anon_sym_DASH_DASH] = ACTIONS(2239), + [anon_sym_PIPE] = ACTIONS(2239), + [anon_sym_CARET] = ACTIONS(2237), + [anon_sym_LT_LT] = ACTIONS(2239), + [anon_sym_GT_GT] = ACTIONS(2239), + [anon_sym_class] = ACTIONS(2239), + [anon_sym_prefix] = ACTIONS(2239), + [anon_sym_infix] = ACTIONS(2239), + [anon_sym_postfix] = ACTIONS(2239), + [anon_sym_AT] = ACTIONS(2237), + [anon_sym_override] = ACTIONS(2239), + [anon_sym_convenience] = ACTIONS(2239), + [anon_sym_required] = ACTIONS(2239), + [anon_sym_nonisolated] = ACTIONS(2239), + [anon_sym_public] = ACTIONS(2239), + [anon_sym_private] = ACTIONS(2239), + [anon_sym_internal] = ACTIONS(2239), + [anon_sym_fileprivate] = ACTIONS(2239), + [anon_sym_open] = ACTIONS(2239), + [anon_sym_mutating] = ACTIONS(2239), + [anon_sym_nonmutating] = ACTIONS(2239), + [anon_sym_static] = ACTIONS(2239), + [anon_sym_dynamic] = ACTIONS(2239), + [anon_sym_optional] = ACTIONS(2239), + [anon_sym_distributed] = ACTIONS(2239), + [anon_sym_final] = ACTIONS(2239), + [anon_sym_inout] = ACTIONS(2239), + [anon_sym_ATescaping] = ACTIONS(2239), + [anon_sym_ATautoclosure] = ACTIONS(2239), + [anon_sym_weak] = ACTIONS(2239), + [anon_sym_unowned] = ACTIONS(2237), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2239), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2239), + [anon_sym_borrowing] = ACTIONS(2239), + [anon_sym_consuming] = ACTIONS(2239), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2239), + [sym__explicit_semi] = ACTIONS(2239), + [sym__dot_custom] = ACTIONS(2239), + [sym__conjunction_operator_custom] = ACTIONS(2239), + [sym__disjunction_operator_custom] = ACTIONS(2239), + [sym__nil_coalescing_operator_custom] = ACTIONS(2239), + [sym__eq_custom] = ACTIONS(2239), + [sym__eq_eq_custom] = ACTIONS(2239), + [sym__plus_then_ws] = ACTIONS(2239), + [sym__minus_then_ws] = ACTIONS(2239), + [sym__bang_custom] = ACTIONS(2239), + [sym_default_keyword] = ACTIONS(2239), + [sym__as_custom] = ACTIONS(2239), + [sym__as_quest_custom] = ACTIONS(2239), + [sym__as_bang_custom] = ACTIONS(2239), + [sym__custom_operator] = ACTIONS(2239), + }, + [STATE(1106)] = { + [anon_sym_BANG] = ACTIONS(2300), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2302), + [anon_sym_package] = ACTIONS(2302), + [anon_sym_COMMA] = ACTIONS(2302), + [anon_sym_LPAREN] = ACTIONS(2302), + [anon_sym_LBRACK] = ACTIONS(2302), + [anon_sym_DOT] = ACTIONS(2300), + [anon_sym_QMARK] = ACTIONS(2300), + [anon_sym_QMARK2] = ACTIONS(2302), + [anon_sym_AMP] = ACTIONS(2302), + [aux_sym_custom_operator_token1] = ACTIONS(2302), + [anon_sym_LT] = ACTIONS(2300), + [anon_sym_GT] = ACTIONS(2300), + [anon_sym_LBRACE] = ACTIONS(2302), + [anon_sym_CARET_LBRACE] = ACTIONS(2302), + [anon_sym_RBRACE] = ACTIONS(2302), + [anon_sym_case] = ACTIONS(2302), + [anon_sym_fallthrough] = ACTIONS(2302), + [anon_sym_PLUS_EQ] = ACTIONS(2302), + [anon_sym_DASH_EQ] = ACTIONS(2302), + [anon_sym_STAR_EQ] = ACTIONS(2302), + [anon_sym_SLASH_EQ] = ACTIONS(2302), + [anon_sym_PERCENT_EQ] = ACTIONS(2302), + [anon_sym_BANG_EQ] = ACTIONS(2300), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2302), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2302), + [anon_sym_LT_EQ] = ACTIONS(2302), + [anon_sym_GT_EQ] = ACTIONS(2302), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2302), + [anon_sym_DOT_DOT_LT] = ACTIONS(2302), + [anon_sym_is] = ACTIONS(2302), + [anon_sym_PLUS] = ACTIONS(2300), + [anon_sym_DASH] = ACTIONS(2300), + [anon_sym_STAR] = ACTIONS(2300), + [anon_sym_SLASH] = ACTIONS(2300), + [anon_sym_PERCENT] = ACTIONS(2300), + [anon_sym_PLUS_PLUS] = ACTIONS(2302), + [anon_sym_DASH_DASH] = ACTIONS(2302), + [anon_sym_PIPE] = ACTIONS(2302), + [anon_sym_CARET] = ACTIONS(2300), + [anon_sym_LT_LT] = ACTIONS(2302), + [anon_sym_GT_GT] = ACTIONS(2302), + [anon_sym_class] = ACTIONS(2302), + [anon_sym_prefix] = ACTIONS(2302), + [anon_sym_infix] = ACTIONS(2302), + [anon_sym_postfix] = ACTIONS(2302), + [anon_sym_AT] = ACTIONS(2300), + [anon_sym_override] = ACTIONS(2302), + [anon_sym_convenience] = ACTIONS(2302), + [anon_sym_required] = ACTIONS(2302), + [anon_sym_nonisolated] = ACTIONS(2302), + [anon_sym_public] = ACTIONS(2302), + [anon_sym_private] = ACTIONS(2302), + [anon_sym_internal] = ACTIONS(2302), + [anon_sym_fileprivate] = ACTIONS(2302), + [anon_sym_open] = ACTIONS(2302), + [anon_sym_mutating] = ACTIONS(2302), + [anon_sym_nonmutating] = ACTIONS(2302), + [anon_sym_static] = ACTIONS(2302), + [anon_sym_dynamic] = ACTIONS(2302), + [anon_sym_optional] = ACTIONS(2302), + [anon_sym_distributed] = ACTIONS(2302), + [anon_sym_final] = ACTIONS(2302), + [anon_sym_inout] = ACTIONS(2302), + [anon_sym_ATescaping] = ACTIONS(2302), + [anon_sym_ATautoclosure] = ACTIONS(2302), + [anon_sym_weak] = ACTIONS(2302), + [anon_sym_unowned] = ACTIONS(2300), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2302), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2302), + [anon_sym_borrowing] = ACTIONS(2302), + [anon_sym_consuming] = ACTIONS(2302), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2302), + [sym__explicit_semi] = ACTIONS(2302), + [sym__arrow_operator_custom] = ACTIONS(2302), + [sym__dot_custom] = ACTIONS(2302), + [sym__conjunction_operator_custom] = ACTIONS(2302), + [sym__disjunction_operator_custom] = ACTIONS(2302), + [sym__nil_coalescing_operator_custom] = ACTIONS(2302), + [sym__eq_custom] = ACTIONS(2302), + [sym__eq_eq_custom] = ACTIONS(2302), + [sym__plus_then_ws] = ACTIONS(2302), + [sym__minus_then_ws] = ACTIONS(2302), + [sym__bang_custom] = ACTIONS(2302), + [sym__throws_keyword] = ACTIONS(2302), + [sym__rethrows_keyword] = ACTIONS(2302), + [sym_default_keyword] = ACTIONS(2302), + [sym__as_custom] = ACTIONS(2302), + [sym__as_quest_custom] = ACTIONS(2302), + [sym__as_bang_custom] = ACTIONS(2302), + [sym__async_keyword_custom] = ACTIONS(2302), + [sym__custom_operator] = ACTIONS(2302), + }, + [STATE(1107)] = { + [sym_simple_identifier] = STATE(5672), + [sym__contextual_simple_identifier] = STATE(6228), + [sym_identifier] = STATE(7226), + [sym_unannotated_type] = STATE(5958), + [sym_user_type] = STATE(6137), + [sym__simple_user_type] = STATE(6123), + [sym_tuple_type] = STATE(5475), + [sym_function_type] = STATE(6481), + [sym_array_type] = STATE(6137), + [sym_dictionary_type] = STATE(6137), + [sym_optional_type] = STATE(6481), + [sym_metatype] = STATE(6481), + [sym_opaque_type] = STATE(6481), + [sym_existential_type] = STATE(6481), + [sym_type_parameter_pack] = STATE(6481), + [sym_type_pack_expansion] = STATE(6481), + [sym_protocol_composition_type] = STATE(6481), + [sym_suppressed_constraint] = STATE(6481), + [sym__parenthesized_type] = STATE(6356), + [sym_type_constraint] = STATE(2590), + [sym_inheritance_constraint] = STATE(2637), + [sym_equality_constraint] = STATE(2637), + [sym__constrained_type] = STATE(7226), + [sym_nested_type_identifier] = STATE(7226), + [sym_attribute] = STATE(4196), + [sym__parameter_ownership_modifier] = STATE(6228), + [aux_sym__lambda_type_declaration_repeat1] = STATE(4196), + [sym_comment] = ACTIONS(5), + [aux_sym_simple_identifier_token1] = ACTIONS(3056), + [aux_sym_simple_identifier_token2] = ACTIONS(3058), + [aux_sym_simple_identifier_token3] = ACTIONS(3058), + [aux_sym_simple_identifier_token4] = ACTIONS(3058), + [anon_sym_actor] = ACTIONS(3056), + [anon_sym_async] = ACTIONS(3056), + [anon_sym_each] = ACTIONS(3060), + [anon_sym_lazy] = ACTIONS(3056), + [anon_sym_repeat] = ACTIONS(3062), + [anon_sym_package] = ACTIONS(3056), + [anon_sym_COMMA] = ACTIONS(3080), + [anon_sym_LPAREN] = ACTIONS(3066), + [anon_sym_LBRACK] = ACTIONS(3068), + [anon_sym_some] = ACTIONS(3070), + [anon_sym_any] = ACTIONS(3072), + [anon_sym_TILDE] = ACTIONS(3074), + [anon_sym_LBRACE] = ACTIONS(3080), + [anon_sym_RBRACE] = ACTIONS(3080), + [anon_sym_case] = ACTIONS(3082), + [anon_sym_import] = ACTIONS(3082), + [anon_sym_typealias] = ACTIONS(3082), + [anon_sym_struct] = ACTIONS(3082), + [anon_sym_class] = ACTIONS(3082), + [anon_sym_enum] = ACTIONS(3082), + [anon_sym_protocol] = ACTIONS(3082), + [anon_sym_let] = ACTIONS(3082), + [anon_sym_var] = ACTIONS(3082), + [anon_sym_func] = ACTIONS(3082), + [anon_sym_extension] = ACTIONS(3082), + [anon_sym_indirect] = ACTIONS(3082), + [anon_sym_init] = ACTIONS(3082), + [anon_sym_deinit] = ACTIONS(3082), + [anon_sym_subscript] = ACTIONS(3082), + [anon_sym_prefix] = ACTIONS(3082), + [anon_sym_infix] = ACTIONS(3082), + [anon_sym_postfix] = ACTIONS(3082), + [anon_sym_precedencegroup] = ACTIONS(3082), + [anon_sym_associatedtype] = ACTIONS(3082), + [anon_sym_AT] = ACTIONS(775), + [anon_sym_override] = ACTIONS(3082), + [anon_sym_convenience] = ACTIONS(3082), + [anon_sym_required] = ACTIONS(3082), + [anon_sym_nonisolated] = ACTIONS(3082), + [anon_sym_public] = ACTIONS(3082), + [anon_sym_private] = ACTIONS(3082), + [anon_sym_internal] = ACTIONS(3082), + [anon_sym_fileprivate] = ACTIONS(3082), + [anon_sym_open] = ACTIONS(3082), + [anon_sym_mutating] = ACTIONS(3082), + [anon_sym_nonmutating] = ACTIONS(3082), + [anon_sym_static] = ACTIONS(3082), + [anon_sym_dynamic] = ACTIONS(3082), + [anon_sym_optional] = ACTIONS(3082), + [anon_sym_distributed] = ACTIONS(3082), + [anon_sym_final] = ACTIONS(3082), + [anon_sym_inout] = ACTIONS(3082), + [anon_sym_ATescaping] = ACTIONS(3080), + [anon_sym_ATautoclosure] = ACTIONS(3080), + [anon_sym_weak] = ACTIONS(3082), + [anon_sym_unowned] = ACTIONS(3082), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(3080), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(3080), + [anon_sym_borrowing] = ACTIONS(3056), + [anon_sym_consuming] = ACTIONS(3056), + [sym_multiline_comment] = ACTIONS(5), + [sym__eq_custom] = ACTIONS(3080), + }, + [STATE(1108)] = { + [ts_builtin_sym_end] = ACTIONS(1759), + [anon_sym_BANG] = ACTIONS(1757), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1757), + [aux_sym_simple_identifier_token2] = ACTIONS(1759), + [aux_sym_simple_identifier_token3] = ACTIONS(1759), + [aux_sym_simple_identifier_token4] = ACTIONS(1759), + [anon_sym_actor] = ACTIONS(1757), + [anon_sym_async] = ACTIONS(1757), + [anon_sym_each] = ACTIONS(1757), + [anon_sym_lazy] = ACTIONS(1757), + [anon_sym_repeat] = ACTIONS(1757), + [anon_sym_package] = ACTIONS(1757), + [anon_sym_nil] = ACTIONS(1757), + [sym_real_literal] = ACTIONS(1759), + [sym_integer_literal] = ACTIONS(1757), + [sym_hex_literal] = ACTIONS(1757), + [sym_oct_literal] = ACTIONS(1759), + [sym_bin_literal] = ACTIONS(1759), + [anon_sym_true] = ACTIONS(1757), + [anon_sym_false] = ACTIONS(1757), + [anon_sym_DQUOTE] = ACTIONS(1757), + [anon_sym_BSLASH] = ACTIONS(1759), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1759), + [anon_sym_COMMA] = ACTIONS(1759), + [sym__oneline_regex_literal] = ACTIONS(1757), + [anon_sym_LPAREN] = ACTIONS(1759), + [anon_sym_LBRACK] = ACTIONS(1759), + [anon_sym_QMARK] = ACTIONS(1757), + [anon_sym_QMARK2] = ACTIONS(1759), + [anon_sym_AMP] = ACTIONS(1759), + [anon_sym_TILDE] = ACTIONS(1759), + [anon_sym_if] = ACTIONS(1757), + [anon_sym_switch] = ACTIONS(1757), + [aux_sym_custom_operator_token1] = ACTIONS(1759), + [anon_sym_LT] = ACTIONS(1757), + [anon_sym_GT] = ACTIONS(1757), + [anon_sym_await] = ACTIONS(1757), + [anon_sym_LBRACE] = ACTIONS(1759), + [anon_sym_CARET_LBRACE] = ACTIONS(1759), + [anon_sym_RBRACE] = ACTIONS(1759), + [anon_sym_self] = ACTIONS(1757), + [anon_sym_super] = ACTIONS(1757), + [anon_sym_try] = ACTIONS(1757), + [anon_sym_PLUS_EQ] = ACTIONS(1759), + [anon_sym_DASH_EQ] = ACTIONS(1759), + [anon_sym_STAR_EQ] = ACTIONS(1759), + [anon_sym_SLASH_EQ] = ACTIONS(1759), + [anon_sym_PERCENT_EQ] = ACTIONS(1759), + [anon_sym_BANG_EQ] = ACTIONS(1757), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1759), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1759), + [anon_sym_LT_EQ] = ACTIONS(1759), + [anon_sym_GT_EQ] = ACTIONS(1759), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1759), + [anon_sym_DOT_DOT_LT] = ACTIONS(1759), + [anon_sym_is] = ACTIONS(1757), + [anon_sym_PLUS] = ACTIONS(1757), + [anon_sym_DASH] = ACTIONS(1757), + [anon_sym_STAR] = ACTIONS(1757), + [anon_sym_SLASH] = ACTIONS(1757), + [anon_sym_PERCENT] = ACTIONS(1757), + [anon_sym_PLUS_PLUS] = ACTIONS(1759), + [anon_sym_DASH_DASH] = ACTIONS(1759), + [anon_sym_PIPE] = ACTIONS(1759), + [anon_sym_CARET] = ACTIONS(1757), + [anon_sym_LT_LT] = ACTIONS(1759), + [anon_sym_GT_GT] = ACTIONS(1759), + [anon_sym_borrowing] = ACTIONS(1757), + [anon_sym_consuming] = ACTIONS(1757), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(1759), + [sym_raw_str_end_part] = ACTIONS(1759), + [sym__implicit_semi] = ACTIONS(1759), + [sym__explicit_semi] = ACTIONS(1759), + [sym__dot_custom] = ACTIONS(1759), + [sym__conjunction_operator_custom] = ACTIONS(1759), + [sym__disjunction_operator_custom] = ACTIONS(1759), + [sym__nil_coalescing_operator_custom] = ACTIONS(1759), + [sym__eq_custom] = ACTIONS(1759), + [sym__eq_eq_custom] = ACTIONS(1759), + [sym__plus_then_ws] = ACTIONS(1759), + [sym__minus_then_ws] = ACTIONS(1759), + [sym__bang_custom] = ACTIONS(1759), + [sym_where_keyword] = ACTIONS(1759), + [sym__as_custom] = ACTIONS(1759), + [sym__as_quest_custom] = ACTIONS(1759), + [sym__as_bang_custom] = ACTIONS(1759), + [sym__custom_operator] = ACTIONS(1759), + [sym__hash_symbol_custom] = ACTIONS(1759), + [sym__directive_if] = ACTIONS(1759), + [sym__directive_elseif] = ACTIONS(1759), + [sym__directive_else] = ACTIONS(1759), + [sym__directive_endif] = ACTIONS(1759), + }, + [STATE(1109)] = { + [ts_builtin_sym_end] = ACTIONS(1783), + [anon_sym_BANG] = ACTIONS(1779), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1779), + [aux_sym_simple_identifier_token2] = ACTIONS(1781), + [aux_sym_simple_identifier_token3] = ACTIONS(1781), + [aux_sym_simple_identifier_token4] = ACTIONS(1781), + [anon_sym_actor] = ACTIONS(1779), + [anon_sym_async] = ACTIONS(1779), + [anon_sym_each] = ACTIONS(1779), + [anon_sym_lazy] = ACTIONS(1779), + [anon_sym_repeat] = ACTIONS(1779), + [anon_sym_package] = ACTIONS(1779), + [anon_sym_nil] = ACTIONS(1779), + [sym_real_literal] = ACTIONS(1781), + [sym_integer_literal] = ACTIONS(1779), + [sym_hex_literal] = ACTIONS(1779), + [sym_oct_literal] = ACTIONS(1781), + [sym_bin_literal] = ACTIONS(1781), + [anon_sym_true] = ACTIONS(1779), + [anon_sym_false] = ACTIONS(1779), + [anon_sym_DQUOTE] = ACTIONS(1779), + [anon_sym_BSLASH] = ACTIONS(1781), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1781), + [anon_sym_COMMA] = ACTIONS(1783), + [sym__oneline_regex_literal] = ACTIONS(1779), + [anon_sym_LPAREN] = ACTIONS(1781), + [anon_sym_LBRACK] = ACTIONS(1781), + [anon_sym_QMARK] = ACTIONS(1785), + [anon_sym_QMARK2] = ACTIONS(1783), + [anon_sym_AMP] = ACTIONS(1781), + [anon_sym_TILDE] = ACTIONS(1781), + [anon_sym_if] = ACTIONS(1779), + [anon_sym_switch] = ACTIONS(1779), + [aux_sym_custom_operator_token1] = ACTIONS(1781), + [anon_sym_LT] = ACTIONS(1779), + [anon_sym_GT] = ACTIONS(1779), + [anon_sym_await] = ACTIONS(1779), + [anon_sym_LBRACE] = ACTIONS(1781), + [anon_sym_CARET_LBRACE] = ACTIONS(1781), + [anon_sym_RBRACE] = ACTIONS(1783), + [anon_sym_self] = ACTIONS(1779), + [anon_sym_super] = ACTIONS(1779), + [anon_sym_try] = ACTIONS(1779), + [anon_sym_PLUS_EQ] = ACTIONS(1781), + [anon_sym_DASH_EQ] = ACTIONS(1781), + [anon_sym_STAR_EQ] = ACTIONS(1781), + [anon_sym_SLASH_EQ] = ACTIONS(1781), + [anon_sym_PERCENT_EQ] = ACTIONS(1781), + [anon_sym_BANG_EQ] = ACTIONS(1779), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1781), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1781), + [anon_sym_LT_EQ] = ACTIONS(1781), + [anon_sym_GT_EQ] = ACTIONS(1781), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1781), + [anon_sym_DOT_DOT_LT] = ACTIONS(1781), + [anon_sym_is] = ACTIONS(1785), + [anon_sym_PLUS] = ACTIONS(1779), + [anon_sym_DASH] = ACTIONS(1779), + [anon_sym_STAR] = ACTIONS(1779), + [anon_sym_SLASH] = ACTIONS(1779), + [anon_sym_PERCENT] = ACTIONS(1779), + [anon_sym_PLUS_PLUS] = ACTIONS(1781), + [anon_sym_DASH_DASH] = ACTIONS(1781), + [anon_sym_PIPE] = ACTIONS(1781), + [anon_sym_CARET] = ACTIONS(1779), + [anon_sym_LT_LT] = ACTIONS(1781), + [anon_sym_GT_GT] = ACTIONS(1781), + [anon_sym_borrowing] = ACTIONS(1779), + [anon_sym_consuming] = ACTIONS(1779), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(1781), + [sym_raw_str_end_part] = ACTIONS(1781), + [sym__implicit_semi] = ACTIONS(1783), + [sym__explicit_semi] = ACTIONS(1783), + [sym__dot_custom] = ACTIONS(1781), + [sym__conjunction_operator_custom] = ACTIONS(1783), + [sym__disjunction_operator_custom] = ACTIONS(1783), + [sym__nil_coalescing_operator_custom] = ACTIONS(1783), + [sym__eq_custom] = ACTIONS(1781), + [sym__eq_eq_custom] = ACTIONS(1781), + [sym__plus_then_ws] = ACTIONS(1781), + [sym__minus_then_ws] = ACTIONS(1781), + [sym__bang_custom] = ACTIONS(1781), + [sym_where_keyword] = ACTIONS(1783), + [sym__as_custom] = ACTIONS(1783), + [sym__as_quest_custom] = ACTIONS(1783), + [sym__as_bang_custom] = ACTIONS(1783), + [sym__custom_operator] = ACTIONS(1781), + [sym__hash_symbol_custom] = ACTIONS(1781), + [sym__directive_if] = ACTIONS(1781), + [sym__directive_elseif] = ACTIONS(1781), + [sym__directive_else] = ACTIONS(1781), + [sym__directive_endif] = ACTIONS(1781), + }, + [STATE(1110)] = { + [sym__key_path_postfixes] = STATE(1120), + [sym_bang] = STATE(1120), + [aux_sym__key_path_component_repeat1] = STATE(1120), + [anon_sym_BANG] = ACTIONS(2249), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2251), + [anon_sym_package] = ACTIONS(2251), + [anon_sym_COMMA] = ACTIONS(2251), + [anon_sym_LPAREN] = ACTIONS(2251), + [anon_sym_LBRACK] = ACTIONS(2251), + [anon_sym_DOT] = ACTIONS(2249), + [anon_sym_QMARK] = ACTIONS(2249), + [anon_sym_QMARK2] = ACTIONS(2251), + [anon_sym_AMP] = ACTIONS(2251), + [aux_sym_custom_operator_token1] = ACTIONS(2251), + [anon_sym_LT] = ACTIONS(2249), + [anon_sym_GT] = ACTIONS(2249), + [anon_sym_LBRACE] = ACTIONS(2251), + [anon_sym_CARET_LBRACE] = ACTIONS(2251), + [anon_sym_RBRACE] = ACTIONS(2251), + [anon_sym_self] = ACTIONS(3078), + [anon_sym_case] = ACTIONS(2251), + [anon_sym_fallthrough] = ACTIONS(2251), + [anon_sym_PLUS_EQ] = ACTIONS(2251), + [anon_sym_DASH_EQ] = ACTIONS(2251), + [anon_sym_STAR_EQ] = ACTIONS(2251), + [anon_sym_SLASH_EQ] = ACTIONS(2251), + [anon_sym_PERCENT_EQ] = ACTIONS(2251), + [anon_sym_BANG_EQ] = ACTIONS(2249), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2251), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2251), + [anon_sym_LT_EQ] = ACTIONS(2251), + [anon_sym_GT_EQ] = ACTIONS(2251), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2251), + [anon_sym_DOT_DOT_LT] = ACTIONS(2251), + [anon_sym_is] = ACTIONS(2251), + [anon_sym_PLUS] = ACTIONS(2249), + [anon_sym_DASH] = ACTIONS(2249), + [anon_sym_STAR] = ACTIONS(2249), + [anon_sym_SLASH] = ACTIONS(2249), + [anon_sym_PERCENT] = ACTIONS(2249), + [anon_sym_PLUS_PLUS] = ACTIONS(2251), + [anon_sym_DASH_DASH] = ACTIONS(2251), + [anon_sym_PIPE] = ACTIONS(2251), + [anon_sym_CARET] = ACTIONS(2249), + [anon_sym_LT_LT] = ACTIONS(2251), + [anon_sym_GT_GT] = ACTIONS(2251), + [anon_sym_class] = ACTIONS(2251), + [anon_sym_prefix] = ACTIONS(2251), + [anon_sym_infix] = ACTIONS(2251), + [anon_sym_postfix] = ACTIONS(2251), + [anon_sym_AT] = ACTIONS(2249), + [anon_sym_override] = ACTIONS(2251), + [anon_sym_convenience] = ACTIONS(2251), + [anon_sym_required] = ACTIONS(2251), + [anon_sym_nonisolated] = ACTIONS(2251), + [anon_sym_public] = ACTIONS(2251), + [anon_sym_private] = ACTIONS(2251), + [anon_sym_internal] = ACTIONS(2251), + [anon_sym_fileprivate] = ACTIONS(2251), + [anon_sym_open] = ACTIONS(2251), + [anon_sym_mutating] = ACTIONS(2251), + [anon_sym_nonmutating] = ACTIONS(2251), + [anon_sym_static] = ACTIONS(2251), + [anon_sym_dynamic] = ACTIONS(2251), + [anon_sym_optional] = ACTIONS(2251), + [anon_sym_distributed] = ACTIONS(2251), + [anon_sym_final] = ACTIONS(2251), + [anon_sym_inout] = ACTIONS(2251), + [anon_sym_ATescaping] = ACTIONS(2251), + [anon_sym_ATautoclosure] = ACTIONS(2251), + [anon_sym_weak] = ACTIONS(2251), + [anon_sym_unowned] = ACTIONS(2249), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2251), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2251), + [anon_sym_borrowing] = ACTIONS(2251), + [anon_sym_consuming] = ACTIONS(2251), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2251), + [sym__explicit_semi] = ACTIONS(2251), + [sym__dot_custom] = ACTIONS(2251), + [sym__conjunction_operator_custom] = ACTIONS(2251), + [sym__disjunction_operator_custom] = ACTIONS(2251), + [sym__nil_coalescing_operator_custom] = ACTIONS(2251), + [sym__eq_custom] = ACTIONS(2251), + [sym__eq_eq_custom] = ACTIONS(2251), + [sym__plus_then_ws] = ACTIONS(2251), + [sym__minus_then_ws] = ACTIONS(2251), + [sym__bang_custom] = ACTIONS(2251), + [sym_default_keyword] = ACTIONS(2251), + [sym__as_custom] = ACTIONS(2251), + [sym__as_quest_custom] = ACTIONS(2251), + [sym__as_bang_custom] = ACTIONS(2251), + [sym__custom_operator] = ACTIONS(2251), + }, + [STATE(1111)] = { + [anon_sym_BANG] = ACTIONS(2284), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2286), + [anon_sym_package] = ACTIONS(2286), + [anon_sym_COMMA] = ACTIONS(2286), + [anon_sym_LPAREN] = ACTIONS(2286), + [anon_sym_LBRACK] = ACTIONS(2286), + [anon_sym_DOT] = ACTIONS(2284), + [anon_sym_QMARK] = ACTIONS(2284), + [anon_sym_QMARK2] = ACTIONS(2286), + [anon_sym_AMP] = ACTIONS(2286), + [aux_sym_custom_operator_token1] = ACTIONS(2286), + [anon_sym_LT] = ACTIONS(2284), + [anon_sym_GT] = ACTIONS(2284), + [anon_sym_LBRACE] = ACTIONS(2286), + [anon_sym_CARET_LBRACE] = ACTIONS(2286), + [anon_sym_RBRACE] = ACTIONS(2286), + [anon_sym_case] = ACTIONS(2286), + [anon_sym_fallthrough] = ACTIONS(2286), + [anon_sym_PLUS_EQ] = ACTIONS(2286), + [anon_sym_DASH_EQ] = ACTIONS(2286), + [anon_sym_STAR_EQ] = ACTIONS(2286), + [anon_sym_SLASH_EQ] = ACTIONS(2286), + [anon_sym_PERCENT_EQ] = ACTIONS(2286), + [anon_sym_BANG_EQ] = ACTIONS(2284), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2286), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2286), + [anon_sym_LT_EQ] = ACTIONS(2286), + [anon_sym_GT_EQ] = ACTIONS(2286), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2286), + [anon_sym_DOT_DOT_LT] = ACTIONS(2286), + [anon_sym_is] = ACTIONS(2286), + [anon_sym_PLUS] = ACTIONS(2284), + [anon_sym_DASH] = ACTIONS(2284), + [anon_sym_STAR] = ACTIONS(2284), + [anon_sym_SLASH] = ACTIONS(2284), + [anon_sym_PERCENT] = ACTIONS(2284), + [anon_sym_PLUS_PLUS] = ACTIONS(2286), + [anon_sym_DASH_DASH] = ACTIONS(2286), + [anon_sym_PIPE] = ACTIONS(2286), + [anon_sym_CARET] = ACTIONS(2284), + [anon_sym_LT_LT] = ACTIONS(2286), + [anon_sym_GT_GT] = ACTIONS(2286), + [anon_sym_class] = ACTIONS(2286), + [anon_sym_prefix] = ACTIONS(2286), + [anon_sym_infix] = ACTIONS(2286), + [anon_sym_postfix] = ACTIONS(2286), + [anon_sym_AT] = ACTIONS(2284), + [anon_sym_override] = ACTIONS(2286), + [anon_sym_convenience] = ACTIONS(2286), + [anon_sym_required] = ACTIONS(2286), + [anon_sym_nonisolated] = ACTIONS(2286), + [anon_sym_public] = ACTIONS(2286), + [anon_sym_private] = ACTIONS(2286), + [anon_sym_internal] = ACTIONS(2286), + [anon_sym_fileprivate] = ACTIONS(2286), + [anon_sym_open] = ACTIONS(2286), + [anon_sym_mutating] = ACTIONS(2286), + [anon_sym_nonmutating] = ACTIONS(2286), + [anon_sym_static] = ACTIONS(2286), + [anon_sym_dynamic] = ACTIONS(2286), + [anon_sym_optional] = ACTIONS(2286), + [anon_sym_distributed] = ACTIONS(2286), + [anon_sym_final] = ACTIONS(2286), + [anon_sym_inout] = ACTIONS(2286), + [anon_sym_ATescaping] = ACTIONS(2286), + [anon_sym_ATautoclosure] = ACTIONS(2286), + [anon_sym_weak] = ACTIONS(2286), + [anon_sym_unowned] = ACTIONS(2284), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2286), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2286), + [anon_sym_borrowing] = ACTIONS(2286), + [anon_sym_consuming] = ACTIONS(2286), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2286), + [sym__explicit_semi] = ACTIONS(2286), + [sym__arrow_operator_custom] = ACTIONS(2286), + [sym__dot_custom] = ACTIONS(2286), + [sym__conjunction_operator_custom] = ACTIONS(2286), + [sym__disjunction_operator_custom] = ACTIONS(2286), + [sym__nil_coalescing_operator_custom] = ACTIONS(2286), + [sym__eq_custom] = ACTIONS(2286), + [sym__eq_eq_custom] = ACTIONS(2286), + [sym__plus_then_ws] = ACTIONS(2286), + [sym__minus_then_ws] = ACTIONS(2286), + [sym__bang_custom] = ACTIONS(2286), + [sym__throws_keyword] = ACTIONS(2286), + [sym__rethrows_keyword] = ACTIONS(2286), + [sym_default_keyword] = ACTIONS(2286), + [sym__as_custom] = ACTIONS(2286), + [sym__as_quest_custom] = ACTIONS(2286), + [sym__as_bang_custom] = ACTIONS(2286), + [sym__async_keyword_custom] = ACTIONS(2286), + [sym__custom_operator] = ACTIONS(2286), + }, + [STATE(1112)] = { + [anon_sym_BANG] = ACTIONS(2217), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2219), + [anon_sym_package] = ACTIONS(2219), + [anon_sym_COMMA] = ACTIONS(2219), + [anon_sym_LPAREN] = ACTIONS(2219), + [anon_sym_LBRACK] = ACTIONS(2219), + [anon_sym_DOT] = ACTIONS(2217), + [anon_sym_QMARK] = ACTIONS(2217), + [anon_sym_QMARK2] = ACTIONS(2219), + [anon_sym_AMP] = ACTIONS(2219), + [aux_sym_custom_operator_token1] = ACTIONS(2219), + [anon_sym_LT] = ACTIONS(2217), + [anon_sym_GT] = ACTIONS(2217), + [anon_sym_LBRACE] = ACTIONS(2219), + [anon_sym_CARET_LBRACE] = ACTIONS(2219), + [anon_sym_RBRACE] = ACTIONS(2219), + [anon_sym_case] = ACTIONS(2219), + [anon_sym_fallthrough] = ACTIONS(2219), + [anon_sym_PLUS_EQ] = ACTIONS(2219), + [anon_sym_DASH_EQ] = ACTIONS(2219), + [anon_sym_STAR_EQ] = ACTIONS(2219), + [anon_sym_SLASH_EQ] = ACTIONS(2219), + [anon_sym_PERCENT_EQ] = ACTIONS(2219), + [anon_sym_BANG_EQ] = ACTIONS(2217), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2219), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2219), + [anon_sym_LT_EQ] = ACTIONS(2219), + [anon_sym_GT_EQ] = ACTIONS(2219), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2219), + [anon_sym_DOT_DOT_LT] = ACTIONS(2219), + [anon_sym_is] = ACTIONS(2219), + [anon_sym_PLUS] = ACTIONS(2217), + [anon_sym_DASH] = ACTIONS(2217), + [anon_sym_STAR] = ACTIONS(2217), + [anon_sym_SLASH] = ACTIONS(2217), + [anon_sym_PERCENT] = ACTIONS(2217), + [anon_sym_PLUS_PLUS] = ACTIONS(2219), + [anon_sym_DASH_DASH] = ACTIONS(2219), + [anon_sym_PIPE] = ACTIONS(2219), + [anon_sym_CARET] = ACTIONS(2217), + [anon_sym_LT_LT] = ACTIONS(2219), + [anon_sym_GT_GT] = ACTIONS(2219), + [anon_sym_class] = ACTIONS(2219), + [anon_sym_prefix] = ACTIONS(2219), + [anon_sym_infix] = ACTIONS(2219), + [anon_sym_postfix] = ACTIONS(2219), + [anon_sym_AT] = ACTIONS(2217), + [anon_sym_override] = ACTIONS(2219), + [anon_sym_convenience] = ACTIONS(2219), + [anon_sym_required] = ACTIONS(2219), + [anon_sym_nonisolated] = ACTIONS(2219), + [anon_sym_public] = ACTIONS(2219), + [anon_sym_private] = ACTIONS(2219), + [anon_sym_internal] = ACTIONS(2219), + [anon_sym_fileprivate] = ACTIONS(2219), + [anon_sym_open] = ACTIONS(2219), + [anon_sym_mutating] = ACTIONS(2219), + [anon_sym_nonmutating] = ACTIONS(2219), + [anon_sym_static] = ACTIONS(2219), + [anon_sym_dynamic] = ACTIONS(2219), + [anon_sym_optional] = ACTIONS(2219), + [anon_sym_distributed] = ACTIONS(2219), + [anon_sym_final] = ACTIONS(2219), + [anon_sym_inout] = ACTIONS(2219), + [anon_sym_ATescaping] = ACTIONS(2219), + [anon_sym_ATautoclosure] = ACTIONS(2219), + [anon_sym_weak] = ACTIONS(2219), + [anon_sym_unowned] = ACTIONS(2217), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2219), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2219), + [anon_sym_borrowing] = ACTIONS(2219), + [anon_sym_consuming] = ACTIONS(2219), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2219), + [sym__explicit_semi] = ACTIONS(2219), + [sym__arrow_operator_custom] = ACTIONS(2219), + [sym__dot_custom] = ACTIONS(2219), + [sym__conjunction_operator_custom] = ACTIONS(2219), + [sym__disjunction_operator_custom] = ACTIONS(2219), + [sym__nil_coalescing_operator_custom] = ACTIONS(2219), + [sym__eq_custom] = ACTIONS(2219), + [sym__eq_eq_custom] = ACTIONS(2219), + [sym__plus_then_ws] = ACTIONS(2219), + [sym__minus_then_ws] = ACTIONS(2219), + [sym__bang_custom] = ACTIONS(2219), + [sym__throws_keyword] = ACTIONS(2219), + [sym__rethrows_keyword] = ACTIONS(2219), + [sym_default_keyword] = ACTIONS(2219), + [sym__as_custom] = ACTIONS(2219), + [sym__as_quest_custom] = ACTIONS(2219), + [sym__as_bang_custom] = ACTIONS(2219), + [sym__async_keyword_custom] = ACTIONS(2219), + [sym__custom_operator] = ACTIONS(2219), + }, + [STATE(1113)] = { + [anon_sym_BANG] = ACTIONS(2225), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2227), + [anon_sym_package] = ACTIONS(2227), + [anon_sym_COMMA] = ACTIONS(2227), + [anon_sym_LPAREN] = ACTIONS(2227), + [anon_sym_LBRACK] = ACTIONS(2227), + [anon_sym_DOT] = ACTIONS(2225), + [anon_sym_QMARK] = ACTIONS(2225), + [anon_sym_QMARK2] = ACTIONS(2227), + [anon_sym_AMP] = ACTIONS(2227), + [aux_sym_custom_operator_token1] = ACTIONS(2227), + [anon_sym_LT] = ACTIONS(2225), + [anon_sym_GT] = ACTIONS(2225), + [anon_sym_LBRACE] = ACTIONS(2227), + [anon_sym_CARET_LBRACE] = ACTIONS(2227), + [anon_sym_RBRACE] = ACTIONS(2227), + [anon_sym_case] = ACTIONS(2227), + [anon_sym_fallthrough] = ACTIONS(2227), + [anon_sym_PLUS_EQ] = ACTIONS(2227), + [anon_sym_DASH_EQ] = ACTIONS(2227), + [anon_sym_STAR_EQ] = ACTIONS(2227), + [anon_sym_SLASH_EQ] = ACTIONS(2227), + [anon_sym_PERCENT_EQ] = ACTIONS(2227), + [anon_sym_BANG_EQ] = ACTIONS(2225), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2227), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2227), + [anon_sym_LT_EQ] = ACTIONS(2227), + [anon_sym_GT_EQ] = ACTIONS(2227), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2227), + [anon_sym_DOT_DOT_LT] = ACTIONS(2227), + [anon_sym_is] = ACTIONS(2227), + [anon_sym_PLUS] = ACTIONS(2225), + [anon_sym_DASH] = ACTIONS(2225), + [anon_sym_STAR] = ACTIONS(2225), + [anon_sym_SLASH] = ACTIONS(2225), + [anon_sym_PERCENT] = ACTIONS(2225), + [anon_sym_PLUS_PLUS] = ACTIONS(2227), + [anon_sym_DASH_DASH] = ACTIONS(2227), + [anon_sym_PIPE] = ACTIONS(2227), + [anon_sym_CARET] = ACTIONS(2225), + [anon_sym_LT_LT] = ACTIONS(2227), + [anon_sym_GT_GT] = ACTIONS(2227), + [anon_sym_class] = ACTIONS(2227), + [anon_sym_prefix] = ACTIONS(2227), + [anon_sym_infix] = ACTIONS(2227), + [anon_sym_postfix] = ACTIONS(2227), + [anon_sym_AT] = ACTIONS(2225), + [anon_sym_override] = ACTIONS(2227), + [anon_sym_convenience] = ACTIONS(2227), + [anon_sym_required] = ACTIONS(2227), + [anon_sym_nonisolated] = ACTIONS(2227), + [anon_sym_public] = ACTIONS(2227), + [anon_sym_private] = ACTIONS(2227), + [anon_sym_internal] = ACTIONS(2227), + [anon_sym_fileprivate] = ACTIONS(2227), + [anon_sym_open] = ACTIONS(2227), + [anon_sym_mutating] = ACTIONS(2227), + [anon_sym_nonmutating] = ACTIONS(2227), + [anon_sym_static] = ACTIONS(2227), + [anon_sym_dynamic] = ACTIONS(2227), + [anon_sym_optional] = ACTIONS(2227), + [anon_sym_distributed] = ACTIONS(2227), + [anon_sym_final] = ACTIONS(2227), + [anon_sym_inout] = ACTIONS(2227), + [anon_sym_ATescaping] = ACTIONS(2227), + [anon_sym_ATautoclosure] = ACTIONS(2227), + [anon_sym_weak] = ACTIONS(2227), + [anon_sym_unowned] = ACTIONS(2225), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2227), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2227), + [anon_sym_borrowing] = ACTIONS(2227), + [anon_sym_consuming] = ACTIONS(2227), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2227), + [sym__explicit_semi] = ACTIONS(2227), + [sym__arrow_operator_custom] = ACTIONS(2227), + [sym__dot_custom] = ACTIONS(2227), + [sym__conjunction_operator_custom] = ACTIONS(2227), + [sym__disjunction_operator_custom] = ACTIONS(2227), + [sym__nil_coalescing_operator_custom] = ACTIONS(2227), + [sym__eq_custom] = ACTIONS(2227), + [sym__eq_eq_custom] = ACTIONS(2227), + [sym__plus_then_ws] = ACTIONS(2227), + [sym__minus_then_ws] = ACTIONS(2227), + [sym__bang_custom] = ACTIONS(2227), + [sym__throws_keyword] = ACTIONS(2227), + [sym__rethrows_keyword] = ACTIONS(2227), + [sym_default_keyword] = ACTIONS(2227), + [sym__as_custom] = ACTIONS(2227), + [sym__as_quest_custom] = ACTIONS(2227), + [sym__as_bang_custom] = ACTIONS(2227), + [sym__async_keyword_custom] = ACTIONS(2227), + [sym__custom_operator] = ACTIONS(2227), + }, + [STATE(1114)] = { + [anon_sym_BANG] = ACTIONS(2213), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2215), + [anon_sym_package] = ACTIONS(2215), + [anon_sym_COMMA] = ACTIONS(2215), + [anon_sym_LPAREN] = ACTIONS(2215), + [anon_sym_LBRACK] = ACTIONS(2215), + [anon_sym_DOT] = ACTIONS(2213), + [anon_sym_QMARK] = ACTIONS(2213), + [anon_sym_QMARK2] = ACTIONS(2215), + [anon_sym_AMP] = ACTIONS(2215), + [aux_sym_custom_operator_token1] = ACTIONS(2215), + [anon_sym_LT] = ACTIONS(2213), + [anon_sym_GT] = ACTIONS(2213), + [anon_sym_LBRACE] = ACTIONS(2215), + [anon_sym_CARET_LBRACE] = ACTIONS(2215), + [anon_sym_RBRACE] = ACTIONS(2215), + [anon_sym_case] = ACTIONS(2215), + [anon_sym_fallthrough] = ACTIONS(2215), + [anon_sym_PLUS_EQ] = ACTIONS(2215), + [anon_sym_DASH_EQ] = ACTIONS(2215), + [anon_sym_STAR_EQ] = ACTIONS(2215), + [anon_sym_SLASH_EQ] = ACTIONS(2215), + [anon_sym_PERCENT_EQ] = ACTIONS(2215), + [anon_sym_BANG_EQ] = ACTIONS(2213), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2215), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2215), + [anon_sym_LT_EQ] = ACTIONS(2215), + [anon_sym_GT_EQ] = ACTIONS(2215), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2215), + [anon_sym_DOT_DOT_LT] = ACTIONS(2215), + [anon_sym_is] = ACTIONS(2215), + [anon_sym_PLUS] = ACTIONS(2213), + [anon_sym_DASH] = ACTIONS(2213), + [anon_sym_STAR] = ACTIONS(2213), + [anon_sym_SLASH] = ACTIONS(2213), + [anon_sym_PERCENT] = ACTIONS(2213), + [anon_sym_PLUS_PLUS] = ACTIONS(2215), + [anon_sym_DASH_DASH] = ACTIONS(2215), + [anon_sym_PIPE] = ACTIONS(2215), + [anon_sym_CARET] = ACTIONS(2213), + [anon_sym_LT_LT] = ACTIONS(2215), + [anon_sym_GT_GT] = ACTIONS(2215), + [anon_sym_class] = ACTIONS(2215), + [anon_sym_prefix] = ACTIONS(2215), + [anon_sym_infix] = ACTIONS(2215), + [anon_sym_postfix] = ACTIONS(2215), + [anon_sym_AT] = ACTIONS(2213), + [anon_sym_override] = ACTIONS(2215), + [anon_sym_convenience] = ACTIONS(2215), + [anon_sym_required] = ACTIONS(2215), + [anon_sym_nonisolated] = ACTIONS(2215), + [anon_sym_public] = ACTIONS(2215), + [anon_sym_private] = ACTIONS(2215), + [anon_sym_internal] = ACTIONS(2215), + [anon_sym_fileprivate] = ACTIONS(2215), + [anon_sym_open] = ACTIONS(2215), + [anon_sym_mutating] = ACTIONS(2215), + [anon_sym_nonmutating] = ACTIONS(2215), + [anon_sym_static] = ACTIONS(2215), + [anon_sym_dynamic] = ACTIONS(2215), + [anon_sym_optional] = ACTIONS(2215), + [anon_sym_distributed] = ACTIONS(2215), + [anon_sym_final] = ACTIONS(2215), + [anon_sym_inout] = ACTIONS(2215), + [anon_sym_ATescaping] = ACTIONS(2215), + [anon_sym_ATautoclosure] = ACTIONS(2215), + [anon_sym_weak] = ACTIONS(2215), + [anon_sym_unowned] = ACTIONS(2213), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2215), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2215), + [anon_sym_borrowing] = ACTIONS(2215), + [anon_sym_consuming] = ACTIONS(2215), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2215), + [sym__explicit_semi] = ACTIONS(2215), + [sym__arrow_operator_custom] = ACTIONS(2215), + [sym__dot_custom] = ACTIONS(2215), + [sym__conjunction_operator_custom] = ACTIONS(2215), + [sym__disjunction_operator_custom] = ACTIONS(2215), + [sym__nil_coalescing_operator_custom] = ACTIONS(2215), + [sym__eq_custom] = ACTIONS(2215), + [sym__eq_eq_custom] = ACTIONS(2215), + [sym__plus_then_ws] = ACTIONS(2215), + [sym__minus_then_ws] = ACTIONS(2215), + [sym__bang_custom] = ACTIONS(2215), + [sym__throws_keyword] = ACTIONS(2215), + [sym__rethrows_keyword] = ACTIONS(2215), + [sym_default_keyword] = ACTIONS(2215), + [sym__as_custom] = ACTIONS(2215), + [sym__as_quest_custom] = ACTIONS(2215), + [sym__as_bang_custom] = ACTIONS(2215), + [sym__async_keyword_custom] = ACTIONS(2215), + [sym__custom_operator] = ACTIONS(2215), + }, + [STATE(1115)] = { + [ts_builtin_sym_end] = ACTIONS(1790), + [anon_sym_BANG] = ACTIONS(1787), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1768), + [aux_sym_simple_identifier_token2] = ACTIONS(1770), + [aux_sym_simple_identifier_token3] = ACTIONS(1770), + [aux_sym_simple_identifier_token4] = ACTIONS(1770), + [anon_sym_actor] = ACTIONS(1768), + [anon_sym_async] = ACTIONS(1768), + [anon_sym_each] = ACTIONS(1768), + [anon_sym_lazy] = ACTIONS(1768), + [anon_sym_repeat] = ACTIONS(1768), + [anon_sym_package] = ACTIONS(1768), + [anon_sym_nil] = ACTIONS(1768), + [sym_real_literal] = ACTIONS(1770), + [sym_integer_literal] = ACTIONS(1768), + [sym_hex_literal] = ACTIONS(1768), + [sym_oct_literal] = ACTIONS(1770), + [sym_bin_literal] = ACTIONS(1770), + [anon_sym_true] = ACTIONS(1768), + [anon_sym_false] = ACTIONS(1768), + [anon_sym_DQUOTE] = ACTIONS(1768), + [anon_sym_BSLASH] = ACTIONS(1770), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1770), + [anon_sym_COMMA] = ACTIONS(1790), + [sym__oneline_regex_literal] = ACTIONS(1768), + [anon_sym_LPAREN] = ACTIONS(1792), + [anon_sym_LBRACK] = ACTIONS(1792), + [anon_sym_QMARK] = ACTIONS(1795), + [anon_sym_QMARK2] = ACTIONS(1790), + [anon_sym_AMP] = ACTIONS(1792), + [anon_sym_TILDE] = ACTIONS(1770), + [anon_sym_if] = ACTIONS(1768), + [anon_sym_switch] = ACTIONS(1768), + [aux_sym_custom_operator_token1] = ACTIONS(1792), + [anon_sym_LT] = ACTIONS(1787), + [anon_sym_GT] = ACTIONS(1787), + [anon_sym_await] = ACTIONS(1768), + [anon_sym_LBRACE] = ACTIONS(1792), + [anon_sym_CARET_LBRACE] = ACTIONS(1792), + [anon_sym_RBRACE] = ACTIONS(1790), + [anon_sym_self] = ACTIONS(1768), + [anon_sym_super] = ACTIONS(1768), + [anon_sym_try] = ACTIONS(1768), + [anon_sym_PLUS_EQ] = ACTIONS(1792), + [anon_sym_DASH_EQ] = ACTIONS(1792), + [anon_sym_STAR_EQ] = ACTIONS(1792), + [anon_sym_SLASH_EQ] = ACTIONS(1792), + [anon_sym_PERCENT_EQ] = ACTIONS(1792), + [anon_sym_BANG_EQ] = ACTIONS(1787), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1792), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1792), + [anon_sym_LT_EQ] = ACTIONS(1792), + [anon_sym_GT_EQ] = ACTIONS(1792), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1792), + [anon_sym_DOT_DOT_LT] = ACTIONS(1792), + [anon_sym_is] = ACTIONS(1795), + [anon_sym_PLUS] = ACTIONS(1787), + [anon_sym_DASH] = ACTIONS(1787), + [anon_sym_STAR] = ACTIONS(1787), + [anon_sym_SLASH] = ACTIONS(1787), + [anon_sym_PERCENT] = ACTIONS(1787), + [anon_sym_PLUS_PLUS] = ACTIONS(1792), + [anon_sym_DASH_DASH] = ACTIONS(1792), + [anon_sym_PIPE] = ACTIONS(1792), + [anon_sym_CARET] = ACTIONS(1787), + [anon_sym_LT_LT] = ACTIONS(1792), + [anon_sym_GT_GT] = ACTIONS(1792), + [anon_sym_borrowing] = ACTIONS(1768), + [anon_sym_consuming] = ACTIONS(1768), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(1770), + [sym_raw_str_end_part] = ACTIONS(1770), + [sym__implicit_semi] = ACTIONS(1790), + [sym__explicit_semi] = ACTIONS(1790), + [sym__dot_custom] = ACTIONS(1792), + [sym__conjunction_operator_custom] = ACTIONS(1790), + [sym__disjunction_operator_custom] = ACTIONS(1790), + [sym__nil_coalescing_operator_custom] = ACTIONS(1790), + [sym__eq_custom] = ACTIONS(1792), + [sym__eq_eq_custom] = ACTIONS(1792), + [sym__plus_then_ws] = ACTIONS(1792), + [sym__minus_then_ws] = ACTIONS(1792), + [sym__bang_custom] = ACTIONS(1792), + [sym_where_keyword] = ACTIONS(1790), + [sym__as_custom] = ACTIONS(1790), + [sym__as_quest_custom] = ACTIONS(1790), + [sym__as_bang_custom] = ACTIONS(1790), + [sym__custom_operator] = ACTIONS(1792), + [sym__hash_symbol_custom] = ACTIONS(1770), + [sym__directive_if] = ACTIONS(1770), + [sym__directive_elseif] = ACTIONS(1770), + [sym__directive_else] = ACTIONS(1770), + [sym__directive_endif] = ACTIONS(1770), + }, + [STATE(1116)] = { + [anon_sym_BANG] = ACTIONS(2197), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2199), + [anon_sym_package] = ACTIONS(2199), + [anon_sym_COMMA] = ACTIONS(2199), + [anon_sym_LPAREN] = ACTIONS(2199), + [anon_sym_LBRACK] = ACTIONS(2199), + [anon_sym_DOT] = ACTIONS(2197), + [anon_sym_QMARK] = ACTIONS(2197), + [anon_sym_QMARK2] = ACTIONS(2199), + [anon_sym_AMP] = ACTIONS(2199), + [aux_sym_custom_operator_token1] = ACTIONS(2199), + [anon_sym_LT] = ACTIONS(2197), + [anon_sym_GT] = ACTIONS(2197), + [anon_sym_LBRACE] = ACTIONS(2199), + [anon_sym_CARET_LBRACE] = ACTIONS(2199), + [anon_sym_RBRACE] = ACTIONS(2199), + [anon_sym_case] = ACTIONS(2199), + [anon_sym_fallthrough] = ACTIONS(2199), + [anon_sym_PLUS_EQ] = ACTIONS(2199), + [anon_sym_DASH_EQ] = ACTIONS(2199), + [anon_sym_STAR_EQ] = ACTIONS(2199), + [anon_sym_SLASH_EQ] = ACTIONS(2199), + [anon_sym_PERCENT_EQ] = ACTIONS(2199), + [anon_sym_BANG_EQ] = ACTIONS(2197), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2199), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2199), + [anon_sym_LT_EQ] = ACTIONS(2199), + [anon_sym_GT_EQ] = ACTIONS(2199), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2199), + [anon_sym_DOT_DOT_LT] = ACTIONS(2199), + [anon_sym_is] = ACTIONS(2199), + [anon_sym_PLUS] = ACTIONS(2197), + [anon_sym_DASH] = ACTIONS(2197), + [anon_sym_STAR] = ACTIONS(2197), + [anon_sym_SLASH] = ACTIONS(2197), + [anon_sym_PERCENT] = ACTIONS(2197), + [anon_sym_PLUS_PLUS] = ACTIONS(2199), + [anon_sym_DASH_DASH] = ACTIONS(2199), + [anon_sym_PIPE] = ACTIONS(2199), + [anon_sym_CARET] = ACTIONS(2197), + [anon_sym_LT_LT] = ACTIONS(2199), + [anon_sym_GT_GT] = ACTIONS(2199), + [anon_sym_class] = ACTIONS(2199), + [anon_sym_prefix] = ACTIONS(2199), + [anon_sym_infix] = ACTIONS(2199), + [anon_sym_postfix] = ACTIONS(2199), + [anon_sym_AT] = ACTIONS(2197), + [anon_sym_override] = ACTIONS(2199), + [anon_sym_convenience] = ACTIONS(2199), + [anon_sym_required] = ACTIONS(2199), + [anon_sym_nonisolated] = ACTIONS(2199), + [anon_sym_public] = ACTIONS(2199), + [anon_sym_private] = ACTIONS(2199), + [anon_sym_internal] = ACTIONS(2199), + [anon_sym_fileprivate] = ACTIONS(2199), + [anon_sym_open] = ACTIONS(2199), + [anon_sym_mutating] = ACTIONS(2199), + [anon_sym_nonmutating] = ACTIONS(2199), + [anon_sym_static] = ACTIONS(2199), + [anon_sym_dynamic] = ACTIONS(2199), + [anon_sym_optional] = ACTIONS(2199), + [anon_sym_distributed] = ACTIONS(2199), + [anon_sym_final] = ACTIONS(2199), + [anon_sym_inout] = ACTIONS(2199), + [anon_sym_ATescaping] = ACTIONS(2199), + [anon_sym_ATautoclosure] = ACTIONS(2199), + [anon_sym_weak] = ACTIONS(2199), + [anon_sym_unowned] = ACTIONS(2197), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2199), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2199), + [anon_sym_borrowing] = ACTIONS(2199), + [anon_sym_consuming] = ACTIONS(2199), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2199), + [sym__explicit_semi] = ACTIONS(2199), + [sym__arrow_operator_custom] = ACTIONS(2199), + [sym__dot_custom] = ACTIONS(2199), + [sym__conjunction_operator_custom] = ACTIONS(2199), + [sym__disjunction_operator_custom] = ACTIONS(2199), + [sym__nil_coalescing_operator_custom] = ACTIONS(2199), + [sym__eq_custom] = ACTIONS(2199), + [sym__eq_eq_custom] = ACTIONS(2199), + [sym__plus_then_ws] = ACTIONS(2199), + [sym__minus_then_ws] = ACTIONS(2199), + [sym__bang_custom] = ACTIONS(2199), + [sym__throws_keyword] = ACTIONS(2199), + [sym__rethrows_keyword] = ACTIONS(2199), + [sym_default_keyword] = ACTIONS(2199), + [sym__as_custom] = ACTIONS(2199), + [sym__as_quest_custom] = ACTIONS(2199), + [sym__as_bang_custom] = ACTIONS(2199), + [sym__async_keyword_custom] = ACTIONS(2199), + [sym__custom_operator] = ACTIONS(2199), + }, + [STATE(1117)] = { + [anon_sym_BANG] = ACTIONS(2229), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2231), + [anon_sym_package] = ACTIONS(2231), + [anon_sym_COMMA] = ACTIONS(2231), + [anon_sym_LPAREN] = ACTIONS(2231), + [anon_sym_LBRACK] = ACTIONS(2231), + [anon_sym_DOT] = ACTIONS(2229), + [anon_sym_QMARK] = ACTIONS(2229), + [anon_sym_QMARK2] = ACTIONS(2231), + [anon_sym_AMP] = ACTIONS(2231), + [aux_sym_custom_operator_token1] = ACTIONS(2231), + [anon_sym_LT] = ACTIONS(2229), + [anon_sym_GT] = ACTIONS(2229), + [anon_sym_LBRACE] = ACTIONS(2231), + [anon_sym_CARET_LBRACE] = ACTIONS(2231), + [anon_sym_RBRACE] = ACTIONS(2231), + [anon_sym_case] = ACTIONS(2231), + [anon_sym_fallthrough] = ACTIONS(2231), + [anon_sym_PLUS_EQ] = ACTIONS(2231), + [anon_sym_DASH_EQ] = ACTIONS(2231), + [anon_sym_STAR_EQ] = ACTIONS(2231), + [anon_sym_SLASH_EQ] = ACTIONS(2231), + [anon_sym_PERCENT_EQ] = ACTIONS(2231), + [anon_sym_BANG_EQ] = ACTIONS(2229), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2231), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2231), + [anon_sym_LT_EQ] = ACTIONS(2231), + [anon_sym_GT_EQ] = ACTIONS(2231), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2231), + [anon_sym_DOT_DOT_LT] = ACTIONS(2231), + [anon_sym_is] = ACTIONS(2231), + [anon_sym_PLUS] = ACTIONS(2229), + [anon_sym_DASH] = ACTIONS(2229), + [anon_sym_STAR] = ACTIONS(2229), + [anon_sym_SLASH] = ACTIONS(2229), + [anon_sym_PERCENT] = ACTIONS(2229), + [anon_sym_PLUS_PLUS] = ACTIONS(2231), + [anon_sym_DASH_DASH] = ACTIONS(2231), + [anon_sym_PIPE] = ACTIONS(2231), + [anon_sym_CARET] = ACTIONS(2229), + [anon_sym_LT_LT] = ACTIONS(2231), + [anon_sym_GT_GT] = ACTIONS(2231), + [anon_sym_class] = ACTIONS(2231), + [anon_sym_prefix] = ACTIONS(2231), + [anon_sym_infix] = ACTIONS(2231), + [anon_sym_postfix] = ACTIONS(2231), + [anon_sym_AT] = ACTIONS(2229), + [anon_sym_override] = ACTIONS(2231), + [anon_sym_convenience] = ACTIONS(2231), + [anon_sym_required] = ACTIONS(2231), + [anon_sym_nonisolated] = ACTIONS(2231), + [anon_sym_public] = ACTIONS(2231), + [anon_sym_private] = ACTIONS(2231), + [anon_sym_internal] = ACTIONS(2231), + [anon_sym_fileprivate] = ACTIONS(2231), + [anon_sym_open] = ACTIONS(2231), + [anon_sym_mutating] = ACTIONS(2231), + [anon_sym_nonmutating] = ACTIONS(2231), + [anon_sym_static] = ACTIONS(2231), + [anon_sym_dynamic] = ACTIONS(2231), + [anon_sym_optional] = ACTIONS(2231), + [anon_sym_distributed] = ACTIONS(2231), + [anon_sym_final] = ACTIONS(2231), + [anon_sym_inout] = ACTIONS(2231), + [anon_sym_ATescaping] = ACTIONS(2231), + [anon_sym_ATautoclosure] = ACTIONS(2231), + [anon_sym_weak] = ACTIONS(2231), + [anon_sym_unowned] = ACTIONS(2229), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2231), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2231), + [anon_sym_borrowing] = ACTIONS(2231), + [anon_sym_consuming] = ACTIONS(2231), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2231), + [sym__explicit_semi] = ACTIONS(2231), + [sym__arrow_operator_custom] = ACTIONS(2231), + [sym__dot_custom] = ACTIONS(2231), + [sym__conjunction_operator_custom] = ACTIONS(2231), + [sym__disjunction_operator_custom] = ACTIONS(2231), + [sym__nil_coalescing_operator_custom] = ACTIONS(2231), + [sym__eq_custom] = ACTIONS(2231), + [sym__eq_eq_custom] = ACTIONS(2231), + [sym__plus_then_ws] = ACTIONS(2231), + [sym__minus_then_ws] = ACTIONS(2231), + [sym__bang_custom] = ACTIONS(2231), + [sym__throws_keyword] = ACTIONS(2231), + [sym__rethrows_keyword] = ACTIONS(2231), + [sym_default_keyword] = ACTIONS(2231), + [sym__as_custom] = ACTIONS(2231), + [sym__as_quest_custom] = ACTIONS(2231), + [sym__as_bang_custom] = ACTIONS(2231), + [sym__async_keyword_custom] = ACTIONS(2231), + [sym__custom_operator] = ACTIONS(2231), + }, + [STATE(1118)] = { + [anon_sym_BANG] = ACTIONS(2233), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2235), + [anon_sym_package] = ACTIONS(2235), + [anon_sym_COMMA] = ACTIONS(2235), + [anon_sym_LPAREN] = ACTIONS(2235), + [anon_sym_LBRACK] = ACTIONS(2235), + [anon_sym_DOT] = ACTIONS(2233), + [anon_sym_QMARK] = ACTIONS(2233), + [anon_sym_QMARK2] = ACTIONS(2235), + [anon_sym_AMP] = ACTIONS(2235), + [aux_sym_custom_operator_token1] = ACTIONS(2235), + [anon_sym_LT] = ACTIONS(2233), + [anon_sym_GT] = ACTIONS(2233), + [anon_sym_LBRACE] = ACTIONS(2235), + [anon_sym_CARET_LBRACE] = ACTIONS(2235), + [anon_sym_RBRACE] = ACTIONS(2235), + [anon_sym_case] = ACTIONS(2235), + [anon_sym_fallthrough] = ACTIONS(2235), + [anon_sym_PLUS_EQ] = ACTIONS(2235), + [anon_sym_DASH_EQ] = ACTIONS(2235), + [anon_sym_STAR_EQ] = ACTIONS(2235), + [anon_sym_SLASH_EQ] = ACTIONS(2235), + [anon_sym_PERCENT_EQ] = ACTIONS(2235), + [anon_sym_BANG_EQ] = ACTIONS(2233), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2235), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2235), + [anon_sym_LT_EQ] = ACTIONS(2235), + [anon_sym_GT_EQ] = ACTIONS(2235), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2235), + [anon_sym_DOT_DOT_LT] = ACTIONS(2235), + [anon_sym_is] = ACTIONS(2235), + [anon_sym_PLUS] = ACTIONS(2233), + [anon_sym_DASH] = ACTIONS(2233), + [anon_sym_STAR] = ACTIONS(2233), + [anon_sym_SLASH] = ACTIONS(2233), + [anon_sym_PERCENT] = ACTIONS(2233), + [anon_sym_PLUS_PLUS] = ACTIONS(2235), + [anon_sym_DASH_DASH] = ACTIONS(2235), + [anon_sym_PIPE] = ACTIONS(2235), + [anon_sym_CARET] = ACTIONS(2233), + [anon_sym_LT_LT] = ACTIONS(2235), + [anon_sym_GT_GT] = ACTIONS(2235), + [anon_sym_class] = ACTIONS(2235), + [anon_sym_prefix] = ACTIONS(2235), + [anon_sym_infix] = ACTIONS(2235), + [anon_sym_postfix] = ACTIONS(2235), + [anon_sym_AT] = ACTIONS(2233), + [anon_sym_override] = ACTIONS(2235), + [anon_sym_convenience] = ACTIONS(2235), + [anon_sym_required] = ACTIONS(2235), + [anon_sym_nonisolated] = ACTIONS(2235), + [anon_sym_public] = ACTIONS(2235), + [anon_sym_private] = ACTIONS(2235), + [anon_sym_internal] = ACTIONS(2235), + [anon_sym_fileprivate] = ACTIONS(2235), + [anon_sym_open] = ACTIONS(2235), + [anon_sym_mutating] = ACTIONS(2235), + [anon_sym_nonmutating] = ACTIONS(2235), + [anon_sym_static] = ACTIONS(2235), + [anon_sym_dynamic] = ACTIONS(2235), + [anon_sym_optional] = ACTIONS(2235), + [anon_sym_distributed] = ACTIONS(2235), + [anon_sym_final] = ACTIONS(2235), + [anon_sym_inout] = ACTIONS(2235), + [anon_sym_ATescaping] = ACTIONS(2235), + [anon_sym_ATautoclosure] = ACTIONS(2235), + [anon_sym_weak] = ACTIONS(2235), + [anon_sym_unowned] = ACTIONS(2233), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2235), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2235), + [anon_sym_borrowing] = ACTIONS(2235), + [anon_sym_consuming] = ACTIONS(2235), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2235), + [sym__explicit_semi] = ACTIONS(2235), + [sym__arrow_operator_custom] = ACTIONS(2235), + [sym__dot_custom] = ACTIONS(2235), + [sym__conjunction_operator_custom] = ACTIONS(2235), + [sym__disjunction_operator_custom] = ACTIONS(2235), + [sym__nil_coalescing_operator_custom] = ACTIONS(2235), + [sym__eq_custom] = ACTIONS(2235), + [sym__eq_eq_custom] = ACTIONS(2235), + [sym__plus_then_ws] = ACTIONS(2235), + [sym__minus_then_ws] = ACTIONS(2235), + [sym__bang_custom] = ACTIONS(2235), + [sym__throws_keyword] = ACTIONS(2235), + [sym__rethrows_keyword] = ACTIONS(2235), + [sym_default_keyword] = ACTIONS(2235), + [sym__as_custom] = ACTIONS(2235), + [sym__as_quest_custom] = ACTIONS(2235), + [sym__as_bang_custom] = ACTIONS(2235), + [sym__async_keyword_custom] = ACTIONS(2235), + [sym__custom_operator] = ACTIONS(2235), + }, + [STATE(1119)] = { + [ts_builtin_sym_end] = ACTIONS(1763), + [anon_sym_BANG] = ACTIONS(1761), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1761), + [aux_sym_simple_identifier_token2] = ACTIONS(1763), + [aux_sym_simple_identifier_token3] = ACTIONS(1763), + [aux_sym_simple_identifier_token4] = ACTIONS(1763), + [anon_sym_actor] = ACTIONS(1761), + [anon_sym_async] = ACTIONS(1761), + [anon_sym_each] = ACTIONS(1761), + [anon_sym_lazy] = ACTIONS(1761), + [anon_sym_repeat] = ACTIONS(1761), + [anon_sym_package] = ACTIONS(1761), + [anon_sym_nil] = ACTIONS(1761), + [sym_real_literal] = ACTIONS(1763), + [sym_integer_literal] = ACTIONS(1761), + [sym_hex_literal] = ACTIONS(1761), + [sym_oct_literal] = ACTIONS(1763), + [sym_bin_literal] = ACTIONS(1763), + [anon_sym_true] = ACTIONS(1761), + [anon_sym_false] = ACTIONS(1761), + [anon_sym_DQUOTE] = ACTIONS(1761), + [anon_sym_BSLASH] = ACTIONS(1763), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1763), + [anon_sym_COMMA] = ACTIONS(1763), + [sym__oneline_regex_literal] = ACTIONS(1761), + [anon_sym_LPAREN] = ACTIONS(1763), + [anon_sym_LBRACK] = ACTIONS(1763), + [anon_sym_QMARK] = ACTIONS(1761), + [anon_sym_QMARK2] = ACTIONS(1763), + [anon_sym_AMP] = ACTIONS(1763), + [anon_sym_TILDE] = ACTIONS(1763), + [anon_sym_if] = ACTIONS(1761), + [anon_sym_switch] = ACTIONS(1761), + [aux_sym_custom_operator_token1] = ACTIONS(1763), + [anon_sym_LT] = ACTIONS(1761), + [anon_sym_GT] = ACTIONS(1761), + [anon_sym_await] = ACTIONS(1761), + [anon_sym_LBRACE] = ACTIONS(1763), + [anon_sym_CARET_LBRACE] = ACTIONS(1763), + [anon_sym_RBRACE] = ACTIONS(1763), + [anon_sym_self] = ACTIONS(1761), + [anon_sym_super] = ACTIONS(1761), + [anon_sym_try] = ACTIONS(1761), + [anon_sym_PLUS_EQ] = ACTIONS(1763), + [anon_sym_DASH_EQ] = ACTIONS(1763), + [anon_sym_STAR_EQ] = ACTIONS(1763), + [anon_sym_SLASH_EQ] = ACTIONS(1763), + [anon_sym_PERCENT_EQ] = ACTIONS(1763), + [anon_sym_BANG_EQ] = ACTIONS(1761), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1763), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1763), + [anon_sym_LT_EQ] = ACTIONS(1763), + [anon_sym_GT_EQ] = ACTIONS(1763), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1763), + [anon_sym_DOT_DOT_LT] = ACTIONS(1763), + [anon_sym_is] = ACTIONS(1761), + [anon_sym_PLUS] = ACTIONS(1761), + [anon_sym_DASH] = ACTIONS(1761), + [anon_sym_STAR] = ACTIONS(1761), + [anon_sym_SLASH] = ACTIONS(1761), + [anon_sym_PERCENT] = ACTIONS(1761), + [anon_sym_PLUS_PLUS] = ACTIONS(1763), + [anon_sym_DASH_DASH] = ACTIONS(1763), + [anon_sym_PIPE] = ACTIONS(1763), + [anon_sym_CARET] = ACTIONS(1761), + [anon_sym_LT_LT] = ACTIONS(1763), + [anon_sym_GT_GT] = ACTIONS(1763), + [anon_sym_borrowing] = ACTIONS(1761), + [anon_sym_consuming] = ACTIONS(1761), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(1763), + [sym_raw_str_end_part] = ACTIONS(1763), + [sym__implicit_semi] = ACTIONS(1763), + [sym__explicit_semi] = ACTIONS(1763), + [sym__dot_custom] = ACTIONS(1763), + [sym__conjunction_operator_custom] = ACTIONS(1763), + [sym__disjunction_operator_custom] = ACTIONS(1763), + [sym__nil_coalescing_operator_custom] = ACTIONS(1763), + [sym__eq_custom] = ACTIONS(1763), + [sym__eq_eq_custom] = ACTIONS(1763), + [sym__plus_then_ws] = ACTIONS(1763), + [sym__minus_then_ws] = ACTIONS(1763), + [sym__bang_custom] = ACTIONS(1763), + [sym_where_keyword] = ACTIONS(1763), + [sym__as_custom] = ACTIONS(1763), + [sym__as_quest_custom] = ACTIONS(1763), + [sym__as_bang_custom] = ACTIONS(1763), + [sym__custom_operator] = ACTIONS(1763), + [sym__hash_symbol_custom] = ACTIONS(1763), + [sym__directive_if] = ACTIONS(1763), + [sym__directive_elseif] = ACTIONS(1763), + [sym__directive_else] = ACTIONS(1763), + [sym__directive_endif] = ACTIONS(1763), + }, + [STATE(1120)] = { + [sym__key_path_postfixes] = STATE(1120), + [sym_bang] = STATE(1120), + [aux_sym__key_path_component_repeat1] = STATE(1120), + [anon_sym_BANG] = ACTIONS(3084), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2256), + [anon_sym_package] = ACTIONS(2256), + [anon_sym_COMMA] = ACTIONS(2256), + [anon_sym_LPAREN] = ACTIONS(2256), + [anon_sym_LBRACK] = ACTIONS(3087), + [anon_sym_DOT] = ACTIONS(2261), + [anon_sym_QMARK] = ACTIONS(3090), + [anon_sym_QMARK2] = ACTIONS(2256), + [anon_sym_AMP] = ACTIONS(2256), + [aux_sym_custom_operator_token1] = ACTIONS(2256), + [anon_sym_LT] = ACTIONS(2261), + [anon_sym_GT] = ACTIONS(2261), + [anon_sym_LBRACE] = ACTIONS(2256), + [anon_sym_CARET_LBRACE] = ACTIONS(2256), + [anon_sym_RBRACE] = ACTIONS(2256), + [anon_sym_self] = ACTIONS(3093), + [anon_sym_case] = ACTIONS(2256), + [anon_sym_fallthrough] = ACTIONS(2256), + [anon_sym_PLUS_EQ] = ACTIONS(2256), + [anon_sym_DASH_EQ] = ACTIONS(2256), + [anon_sym_STAR_EQ] = ACTIONS(2256), + [anon_sym_SLASH_EQ] = ACTIONS(2256), + [anon_sym_PERCENT_EQ] = ACTIONS(2256), + [anon_sym_BANG_EQ] = ACTIONS(2261), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2256), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2256), + [anon_sym_LT_EQ] = ACTIONS(2256), + [anon_sym_GT_EQ] = ACTIONS(2256), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2256), + [anon_sym_DOT_DOT_LT] = ACTIONS(2256), + [anon_sym_is] = ACTIONS(2256), + [anon_sym_PLUS] = ACTIONS(2261), + [anon_sym_DASH] = ACTIONS(2261), + [anon_sym_STAR] = ACTIONS(2261), + [anon_sym_SLASH] = ACTIONS(2261), + [anon_sym_PERCENT] = ACTIONS(2261), + [anon_sym_PLUS_PLUS] = ACTIONS(2256), + [anon_sym_DASH_DASH] = ACTIONS(2256), + [anon_sym_PIPE] = ACTIONS(2256), + [anon_sym_CARET] = ACTIONS(2261), + [anon_sym_LT_LT] = ACTIONS(2256), + [anon_sym_GT_GT] = ACTIONS(2256), + [anon_sym_class] = ACTIONS(2256), + [anon_sym_prefix] = ACTIONS(2256), + [anon_sym_infix] = ACTIONS(2256), + [anon_sym_postfix] = ACTIONS(2256), + [anon_sym_AT] = ACTIONS(2261), + [anon_sym_override] = ACTIONS(2256), + [anon_sym_convenience] = ACTIONS(2256), + [anon_sym_required] = ACTIONS(2256), + [anon_sym_nonisolated] = ACTIONS(2256), + [anon_sym_public] = ACTIONS(2256), + [anon_sym_private] = ACTIONS(2256), + [anon_sym_internal] = ACTIONS(2256), + [anon_sym_fileprivate] = ACTIONS(2256), + [anon_sym_open] = ACTIONS(2256), + [anon_sym_mutating] = ACTIONS(2256), + [anon_sym_nonmutating] = ACTIONS(2256), + [anon_sym_static] = ACTIONS(2256), + [anon_sym_dynamic] = ACTIONS(2256), + [anon_sym_optional] = ACTIONS(2256), + [anon_sym_distributed] = ACTIONS(2256), + [anon_sym_final] = ACTIONS(2256), + [anon_sym_inout] = ACTIONS(2256), + [anon_sym_ATescaping] = ACTIONS(2256), + [anon_sym_ATautoclosure] = ACTIONS(2256), + [anon_sym_weak] = ACTIONS(2256), + [anon_sym_unowned] = ACTIONS(2261), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2256), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2256), + [anon_sym_borrowing] = ACTIONS(2256), + [anon_sym_consuming] = ACTIONS(2256), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2256), + [sym__explicit_semi] = ACTIONS(2256), + [sym__dot_custom] = ACTIONS(2256), + [sym__conjunction_operator_custom] = ACTIONS(2256), + [sym__disjunction_operator_custom] = ACTIONS(2256), + [sym__nil_coalescing_operator_custom] = ACTIONS(2256), + [sym__eq_custom] = ACTIONS(2256), + [sym__eq_eq_custom] = ACTIONS(2256), + [sym__plus_then_ws] = ACTIONS(2256), + [sym__minus_then_ws] = ACTIONS(2256), + [sym__bang_custom] = ACTIONS(3096), + [sym_default_keyword] = ACTIONS(2256), + [sym__as_custom] = ACTIONS(2256), + [sym__as_quest_custom] = ACTIONS(2256), + [sym__as_bang_custom] = ACTIONS(2256), + [sym__custom_operator] = ACTIONS(2256), + }, + [STATE(1121)] = { + [ts_builtin_sym_end] = ACTIONS(1799), + [anon_sym_BANG] = ACTIONS(1797), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1797), + [aux_sym_simple_identifier_token2] = ACTIONS(1799), + [aux_sym_simple_identifier_token3] = ACTIONS(1799), + [aux_sym_simple_identifier_token4] = ACTIONS(1799), + [anon_sym_actor] = ACTIONS(1797), + [anon_sym_async] = ACTIONS(1797), + [anon_sym_each] = ACTIONS(1797), + [anon_sym_lazy] = ACTIONS(1797), + [anon_sym_repeat] = ACTIONS(1797), + [anon_sym_package] = ACTIONS(1797), + [anon_sym_nil] = ACTIONS(1797), + [sym_real_literal] = ACTIONS(1799), + [sym_integer_literal] = ACTIONS(1797), + [sym_hex_literal] = ACTIONS(1797), + [sym_oct_literal] = ACTIONS(1799), + [sym_bin_literal] = ACTIONS(1799), + [anon_sym_true] = ACTIONS(1797), + [anon_sym_false] = ACTIONS(1797), + [anon_sym_DQUOTE] = ACTIONS(1797), + [anon_sym_BSLASH] = ACTIONS(1799), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1799), + [anon_sym_COMMA] = ACTIONS(1799), + [sym__oneline_regex_literal] = ACTIONS(1797), + [anon_sym_LPAREN] = ACTIONS(1799), + [anon_sym_LBRACK] = ACTIONS(1799), + [anon_sym_QMARK] = ACTIONS(1797), + [anon_sym_QMARK2] = ACTIONS(1799), + [anon_sym_AMP] = ACTIONS(1799), + [anon_sym_TILDE] = ACTIONS(1799), + [anon_sym_if] = ACTIONS(1797), + [anon_sym_switch] = ACTIONS(1797), + [aux_sym_custom_operator_token1] = ACTIONS(1799), + [anon_sym_LT] = ACTIONS(1797), + [anon_sym_GT] = ACTIONS(1797), + [anon_sym_await] = ACTIONS(1797), + [anon_sym_LBRACE] = ACTIONS(1799), + [anon_sym_CARET_LBRACE] = ACTIONS(1799), + [anon_sym_RBRACE] = ACTIONS(1799), + [anon_sym_self] = ACTIONS(1797), + [anon_sym_super] = ACTIONS(1797), + [anon_sym_try] = ACTIONS(1797), + [anon_sym_PLUS_EQ] = ACTIONS(1799), + [anon_sym_DASH_EQ] = ACTIONS(1799), + [anon_sym_STAR_EQ] = ACTIONS(1799), + [anon_sym_SLASH_EQ] = ACTIONS(1799), + [anon_sym_PERCENT_EQ] = ACTIONS(1799), + [anon_sym_BANG_EQ] = ACTIONS(1797), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1799), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1799), + [anon_sym_LT_EQ] = ACTIONS(1799), + [anon_sym_GT_EQ] = ACTIONS(1799), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1799), + [anon_sym_DOT_DOT_LT] = ACTIONS(1799), + [anon_sym_is] = ACTIONS(1797), + [anon_sym_PLUS] = ACTIONS(1797), + [anon_sym_DASH] = ACTIONS(1797), + [anon_sym_STAR] = ACTIONS(1797), + [anon_sym_SLASH] = ACTIONS(1797), + [anon_sym_PERCENT] = ACTIONS(1797), + [anon_sym_PLUS_PLUS] = ACTIONS(1799), + [anon_sym_DASH_DASH] = ACTIONS(1799), + [anon_sym_PIPE] = ACTIONS(1799), + [anon_sym_CARET] = ACTIONS(1797), + [anon_sym_LT_LT] = ACTIONS(1799), + [anon_sym_GT_GT] = ACTIONS(1799), + [anon_sym_borrowing] = ACTIONS(1797), + [anon_sym_consuming] = ACTIONS(1797), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(1799), + [sym_raw_str_end_part] = ACTIONS(1799), + [sym__implicit_semi] = ACTIONS(1799), + [sym__explicit_semi] = ACTIONS(1799), + [sym__dot_custom] = ACTIONS(1799), + [sym__conjunction_operator_custom] = ACTIONS(1799), + [sym__disjunction_operator_custom] = ACTIONS(1799), + [sym__nil_coalescing_operator_custom] = ACTIONS(1799), + [sym__eq_custom] = ACTIONS(1799), + [sym__eq_eq_custom] = ACTIONS(1799), + [sym__plus_then_ws] = ACTIONS(1799), + [sym__minus_then_ws] = ACTIONS(1799), + [sym__bang_custom] = ACTIONS(1799), + [sym_where_keyword] = ACTIONS(1799), + [sym__as_custom] = ACTIONS(1799), + [sym__as_quest_custom] = ACTIONS(1799), + [sym__as_bang_custom] = ACTIONS(1799), + [sym__custom_operator] = ACTIONS(1799), + [sym__hash_symbol_custom] = ACTIONS(1799), + [sym__directive_if] = ACTIONS(1799), + [sym__directive_elseif] = ACTIONS(1799), + [sym__directive_else] = ACTIONS(1799), + [sym__directive_endif] = ACTIONS(1799), + }, + [STATE(1122)] = { + [sym_simple_identifier] = STATE(2074), + [sym__contextual_simple_identifier] = STATE(2103), + [sym_unannotated_type] = STATE(1908), + [sym_user_type] = STATE(1998), + [sym__simple_user_type] = STATE(2024), + [sym_tuple_type] = STATE(1874), + [sym_function_type] = STATE(2143), + [sym_array_type] = STATE(1998), + [sym_dictionary_type] = STATE(1998), + [sym_optional_type] = STATE(2143), + [sym_metatype] = STATE(2143), + [sym_opaque_type] = STATE(2143), + [sym_existential_type] = STATE(2143), + [sym_type_parameter_pack] = STATE(2143), + [sym_type_pack_expansion] = STATE(2143), + [sym_protocol_composition_type] = STATE(2143), + [sym_suppressed_constraint] = STATE(2143), + [sym__parenthesized_type] = STATE(2101), + [sym__parameter_ownership_modifier] = STATE(2103), + [ts_builtin_sym_end] = ACTIONS(619), + [anon_sym_BANG] = ACTIONS(625), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(3034), + [aux_sym_simple_identifier_token2] = ACTIONS(3036), + [aux_sym_simple_identifier_token3] = ACTIONS(3036), + [aux_sym_simple_identifier_token4] = ACTIONS(3036), + [anon_sym_actor] = ACTIONS(3034), + [anon_sym_async] = ACTIONS(3034), + [anon_sym_each] = ACTIONS(3038), + [anon_sym_lazy] = ACTIONS(3034), + [anon_sym_repeat] = ACTIONS(3040), + [anon_sym_package] = ACTIONS(3034), + [anon_sym_COMMA] = ACTIONS(619), + [anon_sym_LPAREN] = ACTIONS(3042), + [anon_sym_LBRACK] = ACTIONS(3045), + [anon_sym_DOT] = ACTIONS(625), + [anon_sym_QMARK] = ACTIONS(625), + [anon_sym_QMARK2] = ACTIONS(619), + [anon_sym_some] = ACTIONS(3048), + [anon_sym_any] = ACTIONS(3050), + [anon_sym_AMP] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(3052), + [aux_sym_custom_operator_token1] = ACTIONS(619), + [anon_sym_LT] = ACTIONS(625), + [anon_sym_GT] = ACTIONS(625), + [anon_sym_LBRACE] = ACTIONS(619), + [anon_sym_CARET_LBRACE] = ACTIONS(619), + [anon_sym_RBRACE] = ACTIONS(619), + [anon_sym_PLUS_EQ] = ACTIONS(619), + [anon_sym_DASH_EQ] = ACTIONS(619), + [anon_sym_STAR_EQ] = ACTIONS(619), + [anon_sym_SLASH_EQ] = ACTIONS(619), + [anon_sym_PERCENT_EQ] = ACTIONS(619), + [anon_sym_BANG_EQ] = ACTIONS(625), + [anon_sym_BANG_EQ_EQ] = ACTIONS(619), + [anon_sym_EQ_EQ_EQ] = ACTIONS(619), + [anon_sym_LT_EQ] = ACTIONS(619), + [anon_sym_GT_EQ] = ACTIONS(619), + [anon_sym_DOT_DOT_DOT] = ACTIONS(619), + [anon_sym_DOT_DOT_LT] = ACTIONS(619), + [anon_sym_is] = ACTIONS(625), + [anon_sym_PLUS] = ACTIONS(625), + [anon_sym_DASH] = ACTIONS(625), + [anon_sym_STAR] = ACTIONS(625), + [anon_sym_SLASH] = ACTIONS(625), + [anon_sym_PERCENT] = ACTIONS(625), + [anon_sym_PLUS_PLUS] = ACTIONS(619), + [anon_sym_DASH_DASH] = ACTIONS(619), + [anon_sym_PIPE] = ACTIONS(619), + [anon_sym_CARET] = ACTIONS(625), + [anon_sym_LT_LT] = ACTIONS(619), + [anon_sym_GT_GT] = ACTIONS(619), + [anon_sym_borrowing] = ACTIONS(3034), + [anon_sym_consuming] = ACTIONS(3034), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(619), + [sym__explicit_semi] = ACTIONS(619), + [sym__arrow_operator_custom] = ACTIONS(619), + [sym__dot_custom] = ACTIONS(619), + [sym__conjunction_operator_custom] = ACTIONS(619), + [sym__disjunction_operator_custom] = ACTIONS(619), + [sym__nil_coalescing_operator_custom] = ACTIONS(619), + [sym__eq_custom] = ACTIONS(619), + [sym__eq_eq_custom] = ACTIONS(619), + [sym__plus_then_ws] = ACTIONS(619), + [sym__minus_then_ws] = ACTIONS(619), + [sym__bang_custom] = ACTIONS(619), + [sym__throws_keyword] = ACTIONS(619), + [sym__rethrows_keyword] = ACTIONS(619), + [sym__as_custom] = ACTIONS(619), + [sym__as_quest_custom] = ACTIONS(619), + [sym__as_bang_custom] = ACTIONS(619), + [sym__async_keyword_custom] = ACTIONS(619), + [sym__custom_operator] = ACTIONS(619), + }, + [STATE(1123)] = { + [anon_sym_BANG] = ACTIONS(2085), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2087), + [anon_sym_package] = ACTIONS(2087), + [anon_sym_COMMA] = ACTIONS(2087), + [anon_sym_LPAREN] = ACTIONS(2087), + [anon_sym_LBRACK] = ACTIONS(2087), + [anon_sym_DOT] = ACTIONS(2085), + [anon_sym_QMARK] = ACTIONS(2085), + [anon_sym_QMARK2] = ACTIONS(2087), + [anon_sym_AMP] = ACTIONS(2087), + [aux_sym_custom_operator_token1] = ACTIONS(2087), + [anon_sym_LT] = ACTIONS(2085), + [anon_sym_GT] = ACTIONS(2085), + [anon_sym_LBRACE] = ACTIONS(2087), + [anon_sym_CARET_LBRACE] = ACTIONS(2087), + [anon_sym_RBRACE] = ACTIONS(2087), + [anon_sym_case] = ACTIONS(2087), + [anon_sym_fallthrough] = ACTIONS(2087), + [anon_sym_PLUS_EQ] = ACTIONS(2087), + [anon_sym_DASH_EQ] = ACTIONS(2087), + [anon_sym_STAR_EQ] = ACTIONS(2087), + [anon_sym_SLASH_EQ] = ACTIONS(2087), + [anon_sym_PERCENT_EQ] = ACTIONS(2087), + [anon_sym_BANG_EQ] = ACTIONS(2085), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2087), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2087), + [anon_sym_LT_EQ] = ACTIONS(2087), + [anon_sym_GT_EQ] = ACTIONS(2087), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2087), + [anon_sym_DOT_DOT_LT] = ACTIONS(2087), + [anon_sym_is] = ACTIONS(2087), + [anon_sym_PLUS] = ACTIONS(2085), + [anon_sym_DASH] = ACTIONS(2085), + [anon_sym_STAR] = ACTIONS(2085), + [anon_sym_SLASH] = ACTIONS(2085), + [anon_sym_PERCENT] = ACTIONS(2085), + [anon_sym_PLUS_PLUS] = ACTIONS(2087), + [anon_sym_DASH_DASH] = ACTIONS(2087), + [anon_sym_PIPE] = ACTIONS(2087), + [anon_sym_CARET] = ACTIONS(2085), + [anon_sym_LT_LT] = ACTIONS(2087), + [anon_sym_GT_GT] = ACTIONS(2087), + [anon_sym_class] = ACTIONS(2087), + [anon_sym_prefix] = ACTIONS(2087), + [anon_sym_infix] = ACTIONS(2087), + [anon_sym_postfix] = ACTIONS(2087), + [anon_sym_AT] = ACTIONS(2085), + [anon_sym_override] = ACTIONS(2087), + [anon_sym_convenience] = ACTIONS(2087), + [anon_sym_required] = ACTIONS(2087), + [anon_sym_nonisolated] = ACTIONS(2087), + [anon_sym_public] = ACTIONS(2087), + [anon_sym_private] = ACTIONS(2087), + [anon_sym_internal] = ACTIONS(2087), + [anon_sym_fileprivate] = ACTIONS(2087), + [anon_sym_open] = ACTIONS(2087), + [anon_sym_mutating] = ACTIONS(2087), + [anon_sym_nonmutating] = ACTIONS(2087), + [anon_sym_static] = ACTIONS(2087), + [anon_sym_dynamic] = ACTIONS(2087), + [anon_sym_optional] = ACTIONS(2087), + [anon_sym_distributed] = ACTIONS(2087), + [anon_sym_final] = ACTIONS(2087), + [anon_sym_inout] = ACTIONS(2087), + [anon_sym_ATescaping] = ACTIONS(2087), + [anon_sym_ATautoclosure] = ACTIONS(2087), + [anon_sym_weak] = ACTIONS(2087), + [anon_sym_unowned] = ACTIONS(2085), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2087), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2087), + [anon_sym_borrowing] = ACTIONS(2087), + [anon_sym_consuming] = ACTIONS(2087), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2087), + [sym__explicit_semi] = ACTIONS(2087), + [sym__arrow_operator_custom] = ACTIONS(2087), + [sym__dot_custom] = ACTIONS(2087), + [sym__conjunction_operator_custom] = ACTIONS(2087), + [sym__disjunction_operator_custom] = ACTIONS(2087), + [sym__nil_coalescing_operator_custom] = ACTIONS(2087), + [sym__eq_custom] = ACTIONS(2087), + [sym__eq_eq_custom] = ACTIONS(2087), + [sym__plus_then_ws] = ACTIONS(2087), + [sym__minus_then_ws] = ACTIONS(2087), + [sym__bang_custom] = ACTIONS(2087), + [sym__throws_keyword] = ACTIONS(2087), + [sym__rethrows_keyword] = ACTIONS(2087), + [sym_default_keyword] = ACTIONS(2087), + [sym__as_custom] = ACTIONS(2087), + [sym__as_quest_custom] = ACTIONS(2087), + [sym__as_bang_custom] = ACTIONS(2087), + [sym__async_keyword_custom] = ACTIONS(2087), + [sym__custom_operator] = ACTIONS(2087), + }, + [STATE(1124)] = { + [ts_builtin_sym_end] = ACTIONS(1772), + [anon_sym_BANG] = ACTIONS(1765), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1768), + [aux_sym_simple_identifier_token2] = ACTIONS(1770), + [aux_sym_simple_identifier_token3] = ACTIONS(1770), + [aux_sym_simple_identifier_token4] = ACTIONS(1770), + [anon_sym_actor] = ACTIONS(1768), + [anon_sym_async] = ACTIONS(1768), + [anon_sym_each] = ACTIONS(1768), + [anon_sym_lazy] = ACTIONS(1768), + [anon_sym_repeat] = ACTIONS(1768), + [anon_sym_package] = ACTIONS(1768), + [anon_sym_nil] = ACTIONS(1768), + [sym_real_literal] = ACTIONS(1770), + [sym_integer_literal] = ACTIONS(1768), + [sym_hex_literal] = ACTIONS(1768), + [sym_oct_literal] = ACTIONS(1770), + [sym_bin_literal] = ACTIONS(1770), + [anon_sym_true] = ACTIONS(1768), + [anon_sym_false] = ACTIONS(1768), + [anon_sym_DQUOTE] = ACTIONS(1768), + [anon_sym_BSLASH] = ACTIONS(1770), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1770), + [anon_sym_COMMA] = ACTIONS(1772), + [sym__oneline_regex_literal] = ACTIONS(1768), + [anon_sym_LPAREN] = ACTIONS(1774), + [anon_sym_LBRACK] = ACTIONS(1774), + [anon_sym_QMARK] = ACTIONS(1777), + [anon_sym_QMARK2] = ACTIONS(1772), + [anon_sym_AMP] = ACTIONS(1774), + [anon_sym_TILDE] = ACTIONS(1770), + [anon_sym_if] = ACTIONS(1768), + [anon_sym_switch] = ACTIONS(1768), + [aux_sym_custom_operator_token1] = ACTIONS(1774), + [anon_sym_LT] = ACTIONS(1765), + [anon_sym_GT] = ACTIONS(1765), + [anon_sym_await] = ACTIONS(1768), + [anon_sym_LBRACE] = ACTIONS(1774), + [anon_sym_CARET_LBRACE] = ACTIONS(1774), + [anon_sym_RBRACE] = ACTIONS(1772), + [anon_sym_self] = ACTIONS(1768), + [anon_sym_super] = ACTIONS(1768), + [anon_sym_try] = ACTIONS(1768), + [anon_sym_PLUS_EQ] = ACTIONS(1774), + [anon_sym_DASH_EQ] = ACTIONS(1774), + [anon_sym_STAR_EQ] = ACTIONS(1774), + [anon_sym_SLASH_EQ] = ACTIONS(1774), + [anon_sym_PERCENT_EQ] = ACTIONS(1774), + [anon_sym_BANG_EQ] = ACTIONS(1765), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1774), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1774), + [anon_sym_LT_EQ] = ACTIONS(1774), + [anon_sym_GT_EQ] = ACTIONS(1774), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1774), + [anon_sym_DOT_DOT_LT] = ACTIONS(1774), + [anon_sym_is] = ACTIONS(1777), + [anon_sym_PLUS] = ACTIONS(1765), + [anon_sym_DASH] = ACTIONS(1765), + [anon_sym_STAR] = ACTIONS(1765), + [anon_sym_SLASH] = ACTIONS(1765), + [anon_sym_PERCENT] = ACTIONS(1765), + [anon_sym_PLUS_PLUS] = ACTIONS(1774), + [anon_sym_DASH_DASH] = ACTIONS(1774), + [anon_sym_PIPE] = ACTIONS(1774), + [anon_sym_CARET] = ACTIONS(1765), + [anon_sym_LT_LT] = ACTIONS(1774), + [anon_sym_GT_GT] = ACTIONS(1774), + [anon_sym_borrowing] = ACTIONS(1768), + [anon_sym_consuming] = ACTIONS(1768), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(1770), + [sym_raw_str_end_part] = ACTIONS(1770), + [sym__implicit_semi] = ACTIONS(1772), + [sym__explicit_semi] = ACTIONS(1772), + [sym__dot_custom] = ACTIONS(1774), + [sym__conjunction_operator_custom] = ACTIONS(1772), + [sym__disjunction_operator_custom] = ACTIONS(1772), + [sym__nil_coalescing_operator_custom] = ACTIONS(1772), + [sym__eq_custom] = ACTIONS(1774), + [sym__eq_eq_custom] = ACTIONS(1774), + [sym__plus_then_ws] = ACTIONS(1774), + [sym__minus_then_ws] = ACTIONS(1774), + [sym__bang_custom] = ACTIONS(1774), + [sym_where_keyword] = ACTIONS(1772), + [sym__as_custom] = ACTIONS(1772), + [sym__as_quest_custom] = ACTIONS(1772), + [sym__as_bang_custom] = ACTIONS(1772), + [sym__custom_operator] = ACTIONS(1774), + [sym__hash_symbol_custom] = ACTIONS(1770), + [sym__directive_if] = ACTIONS(1770), + [sym__directive_elseif] = ACTIONS(1770), + [sym__directive_else] = ACTIONS(1770), + [sym__directive_endif] = ACTIONS(1770), + }, + [STATE(1125)] = { + [sym_type_level_declaration] = STATE(1126), + [sym_import_declaration] = STATE(3210), + [sym_property_declaration] = STATE(3210), + [sym__modifierless_property_declaration] = STATE(3202), + [sym_typealias_declaration] = STATE(3210), + [sym__modifierless_typealias_declaration] = STATE(3204), + [sym_function_declaration] = STATE(3210), + [sym__bodyless_function_declaration] = STATE(8462), + [sym__modifierless_function_declaration_no_body] = STATE(9005), + [sym_class_declaration] = STATE(3210), + [sym__modifierless_class_declaration] = STATE(3205), + [sym__non_constructor_function_decl] = STATE(7521), + [sym__async_modifier] = STATE(8439), + [sym_enum_entry] = STATE(1126), + [sym_protocol_declaration] = STATE(3210), + [sym_init_declaration] = STATE(3210), + [sym_deinit_declaration] = STATE(3210), + [sym_subscript_declaration] = STATE(3210), + [sym_operator_declaration] = STATE(3210), + [sym_precedence_group_declaration] = STATE(3210), + [sym_associatedtype_declaration] = STATE(3210), + [sym_attribute] = STATE(1817), + [sym_value_binding_pattern] = STATE(4875), + [sym__possibly_async_binding_pattern_kind] = STATE(4875), + [sym_modifiers] = STATE(5022), + [aux_sym__locally_permitted_modifiers] = STATE(1817), + [sym__non_local_scope_modifier] = STATE(1817), + [sym__locally_permitted_modifier] = STATE(1817), + [sym_property_behavior_modifier] = STATE(1817), + [sym_member_modifier] = STATE(1817), + [sym_visibility_modifier] = STATE(1817), + [sym_function_modifier] = STATE(1817), + [sym_mutation_modifier] = STATE(1817), + [sym_property_modifier] = STATE(1817), + [sym_inheritance_modifier] = STATE(1817), + [sym_parameter_modifier] = STATE(1817), + [sym_ownership_modifier] = STATE(1817), + [sym__parameter_ownership_modifier] = STATE(2893), + [aux_sym_enum_class_body_repeat1] = STATE(1126), + [aux_sym_modifiers_repeat1] = STATE(1817), + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(3099), + [anon_sym_async] = ACTIONS(3101), + [anon_sym_lazy] = ACTIONS(3103), + [anon_sym_package] = ACTIONS(3105), + [anon_sym_RBRACE] = ACTIONS(3107), + [anon_sym_case] = ACTIONS(3109), + [anon_sym_import] = ACTIONS(3111), + [anon_sym_typealias] = ACTIONS(3113), + [anon_sym_struct] = ACTIONS(3099), + [anon_sym_class] = ACTIONS(3115), + [anon_sym_enum] = ACTIONS(3117), + [anon_sym_protocol] = ACTIONS(3119), + [anon_sym_let] = ACTIONS(3121), + [anon_sym_var] = ACTIONS(3121), + [anon_sym_func] = ACTIONS(3123), + [anon_sym_extension] = ACTIONS(3125), + [anon_sym_indirect] = ACTIONS(3127), + [anon_sym_init] = ACTIONS(3129), + [anon_sym_deinit] = ACTIONS(3131), + [anon_sym_subscript] = ACTIONS(3133), + [anon_sym_prefix] = ACTIONS(3135), + [anon_sym_infix] = ACTIONS(3135), + [anon_sym_postfix] = ACTIONS(3135), + [anon_sym_precedencegroup] = ACTIONS(3137), + [anon_sym_associatedtype] = ACTIONS(3139), + [anon_sym_AT] = ACTIONS(115), + [anon_sym_override] = ACTIONS(3141), + [anon_sym_convenience] = ACTIONS(3141), + [anon_sym_required] = ACTIONS(3141), + [anon_sym_nonisolated] = ACTIONS(3141), + [anon_sym_public] = ACTIONS(3105), + [anon_sym_private] = ACTIONS(3105), + [anon_sym_internal] = ACTIONS(3105), + [anon_sym_fileprivate] = ACTIONS(3105), + [anon_sym_open] = ACTIONS(3105), + [anon_sym_mutating] = ACTIONS(3143), + [anon_sym_nonmutating] = ACTIONS(3143), + [anon_sym_static] = ACTIONS(3145), + [anon_sym_dynamic] = ACTIONS(3145), + [anon_sym_optional] = ACTIONS(3145), + [anon_sym_distributed] = ACTIONS(3145), + [anon_sym_final] = ACTIONS(3147), + [anon_sym_inout] = ACTIONS(129), + [anon_sym_ATescaping] = ACTIONS(129), + [anon_sym_ATautoclosure] = ACTIONS(129), + [anon_sym_weak] = ACTIONS(133), + [anon_sym_unowned] = ACTIONS(131), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(133), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(133), + [anon_sym_borrowing] = ACTIONS(129), + [anon_sym_consuming] = ACTIONS(129), + [sym_multiline_comment] = ACTIONS(5), + }, + [STATE(1126)] = { + [sym_type_level_declaration] = STATE(1131), + [sym_import_declaration] = STATE(3210), + [sym_property_declaration] = STATE(3210), + [sym__modifierless_property_declaration] = STATE(3202), + [sym_typealias_declaration] = STATE(3210), + [sym__modifierless_typealias_declaration] = STATE(3204), + [sym_function_declaration] = STATE(3210), + [sym__bodyless_function_declaration] = STATE(8462), + [sym__modifierless_function_declaration_no_body] = STATE(9005), + [sym_class_declaration] = STATE(3210), + [sym__modifierless_class_declaration] = STATE(3205), + [sym__non_constructor_function_decl] = STATE(7521), + [sym__async_modifier] = STATE(8439), + [sym_enum_entry] = STATE(1131), + [sym_protocol_declaration] = STATE(3210), + [sym_init_declaration] = STATE(3210), + [sym_deinit_declaration] = STATE(3210), + [sym_subscript_declaration] = STATE(3210), + [sym_operator_declaration] = STATE(3210), + [sym_precedence_group_declaration] = STATE(3210), + [sym_associatedtype_declaration] = STATE(3210), + [sym_attribute] = STATE(1817), + [sym_value_binding_pattern] = STATE(4875), + [sym__possibly_async_binding_pattern_kind] = STATE(4875), + [sym_modifiers] = STATE(5022), + [aux_sym__locally_permitted_modifiers] = STATE(1817), + [sym__non_local_scope_modifier] = STATE(1817), + [sym__locally_permitted_modifier] = STATE(1817), + [sym_property_behavior_modifier] = STATE(1817), + [sym_member_modifier] = STATE(1817), + [sym_visibility_modifier] = STATE(1817), + [sym_function_modifier] = STATE(1817), + [sym_mutation_modifier] = STATE(1817), + [sym_property_modifier] = STATE(1817), + [sym_inheritance_modifier] = STATE(1817), + [sym_parameter_modifier] = STATE(1817), + [sym_ownership_modifier] = STATE(1817), + [sym__parameter_ownership_modifier] = STATE(2893), + [aux_sym_enum_class_body_repeat1] = STATE(1131), + [aux_sym_modifiers_repeat1] = STATE(1817), + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(3099), + [anon_sym_async] = ACTIONS(3101), + [anon_sym_lazy] = ACTIONS(3103), + [anon_sym_package] = ACTIONS(3105), + [anon_sym_RBRACE] = ACTIONS(3149), + [anon_sym_case] = ACTIONS(3109), + [anon_sym_import] = ACTIONS(3111), + [anon_sym_typealias] = ACTIONS(3113), + [anon_sym_struct] = ACTIONS(3099), + [anon_sym_class] = ACTIONS(3115), + [anon_sym_enum] = ACTIONS(3117), + [anon_sym_protocol] = ACTIONS(3119), + [anon_sym_let] = ACTIONS(3121), + [anon_sym_var] = ACTIONS(3121), + [anon_sym_func] = ACTIONS(3123), + [anon_sym_extension] = ACTIONS(3125), + [anon_sym_indirect] = ACTIONS(3127), + [anon_sym_init] = ACTIONS(3129), + [anon_sym_deinit] = ACTIONS(3131), + [anon_sym_subscript] = ACTIONS(3133), + [anon_sym_prefix] = ACTIONS(3135), + [anon_sym_infix] = ACTIONS(3135), + [anon_sym_postfix] = ACTIONS(3135), + [anon_sym_precedencegroup] = ACTIONS(3137), + [anon_sym_associatedtype] = ACTIONS(3139), + [anon_sym_AT] = ACTIONS(115), + [anon_sym_override] = ACTIONS(3141), + [anon_sym_convenience] = ACTIONS(3141), + [anon_sym_required] = ACTIONS(3141), + [anon_sym_nonisolated] = ACTIONS(3141), + [anon_sym_public] = ACTIONS(3105), + [anon_sym_private] = ACTIONS(3105), + [anon_sym_internal] = ACTIONS(3105), + [anon_sym_fileprivate] = ACTIONS(3105), + [anon_sym_open] = ACTIONS(3105), + [anon_sym_mutating] = ACTIONS(3143), + [anon_sym_nonmutating] = ACTIONS(3143), + [anon_sym_static] = ACTIONS(3145), + [anon_sym_dynamic] = ACTIONS(3145), + [anon_sym_optional] = ACTIONS(3145), + [anon_sym_distributed] = ACTIONS(3145), + [anon_sym_final] = ACTIONS(3147), + [anon_sym_inout] = ACTIONS(129), + [anon_sym_ATescaping] = ACTIONS(129), + [anon_sym_ATautoclosure] = ACTIONS(129), + [anon_sym_weak] = ACTIONS(133), + [anon_sym_unowned] = ACTIONS(131), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(133), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(133), + [anon_sym_borrowing] = ACTIONS(129), + [anon_sym_consuming] = ACTIONS(129), + [sym_multiline_comment] = ACTIONS(5), + }, + [STATE(1127)] = { + [ts_builtin_sym_end] = ACTIONS(1772), + [anon_sym_BANG] = ACTIONS(1765), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1768), + [aux_sym_simple_identifier_token2] = ACTIONS(1770), + [aux_sym_simple_identifier_token3] = ACTIONS(1770), + [aux_sym_simple_identifier_token4] = ACTIONS(1770), + [anon_sym_actor] = ACTIONS(1768), + [anon_sym_async] = ACTIONS(1768), + [anon_sym_each] = ACTIONS(1768), + [anon_sym_lazy] = ACTIONS(1768), + [anon_sym_repeat] = ACTIONS(1768), + [anon_sym_package] = ACTIONS(1768), + [anon_sym_nil] = ACTIONS(1768), + [sym_real_literal] = ACTIONS(1770), + [sym_integer_literal] = ACTIONS(1768), + [sym_hex_literal] = ACTIONS(1768), + [sym_oct_literal] = ACTIONS(1770), + [sym_bin_literal] = ACTIONS(1770), + [anon_sym_true] = ACTIONS(1768), + [anon_sym_false] = ACTIONS(1768), + [anon_sym_DQUOTE] = ACTIONS(1768), + [anon_sym_BSLASH] = ACTIONS(1770), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1770), + [anon_sym_COMMA] = ACTIONS(1772), + [sym__oneline_regex_literal] = ACTIONS(1768), + [anon_sym_LPAREN] = ACTIONS(1774), + [anon_sym_LBRACK] = ACTIONS(1774), + [anon_sym_QMARK] = ACTIONS(1777), + [anon_sym_QMARK2] = ACTIONS(1772), + [anon_sym_AMP] = ACTIONS(1774), + [anon_sym_TILDE] = ACTIONS(1770), + [anon_sym_if] = ACTIONS(1768), + [anon_sym_switch] = ACTIONS(1768), + [aux_sym_custom_operator_token1] = ACTIONS(1774), + [anon_sym_LT] = ACTIONS(1765), + [anon_sym_GT] = ACTIONS(1765), + [anon_sym_await] = ACTIONS(1768), + [anon_sym_LBRACE] = ACTIONS(1774), + [anon_sym_CARET_LBRACE] = ACTIONS(1774), + [anon_sym_RBRACE] = ACTIONS(1772), + [anon_sym_self] = ACTIONS(1768), + [anon_sym_super] = ACTIONS(1768), + [anon_sym_try] = ACTIONS(1768), + [anon_sym_PLUS_EQ] = ACTIONS(1774), + [anon_sym_DASH_EQ] = ACTIONS(1774), + [anon_sym_STAR_EQ] = ACTIONS(1774), + [anon_sym_SLASH_EQ] = ACTIONS(1774), + [anon_sym_PERCENT_EQ] = ACTIONS(1774), + [anon_sym_BANG_EQ] = ACTIONS(1765), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1774), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1774), + [anon_sym_LT_EQ] = ACTIONS(1774), + [anon_sym_GT_EQ] = ACTIONS(1774), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1774), + [anon_sym_DOT_DOT_LT] = ACTIONS(1774), + [anon_sym_is] = ACTIONS(1777), + [anon_sym_PLUS] = ACTIONS(1765), + [anon_sym_DASH] = ACTIONS(1765), + [anon_sym_STAR] = ACTIONS(1765), + [anon_sym_SLASH] = ACTIONS(1765), + [anon_sym_PERCENT] = ACTIONS(1765), + [anon_sym_PLUS_PLUS] = ACTIONS(1774), + [anon_sym_DASH_DASH] = ACTIONS(1774), + [anon_sym_PIPE] = ACTIONS(1774), + [anon_sym_CARET] = ACTIONS(1765), + [anon_sym_LT_LT] = ACTIONS(1774), + [anon_sym_GT_GT] = ACTIONS(1774), + [anon_sym_borrowing] = ACTIONS(1768), + [anon_sym_consuming] = ACTIONS(1768), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(1770), + [sym_raw_str_end_part] = ACTIONS(1770), + [sym__implicit_semi] = ACTIONS(1772), + [sym__explicit_semi] = ACTIONS(1772), + [sym__dot_custom] = ACTIONS(1774), + [sym__conjunction_operator_custom] = ACTIONS(1772), + [sym__disjunction_operator_custom] = ACTIONS(1772), + [sym__nil_coalescing_operator_custom] = ACTIONS(1772), + [sym__eq_custom] = ACTIONS(1774), + [sym__eq_eq_custom] = ACTIONS(1774), + [sym__plus_then_ws] = ACTIONS(1774), + [sym__minus_then_ws] = ACTIONS(1774), + [sym__bang_custom] = ACTIONS(1774), + [sym__as_custom] = ACTIONS(1772), + [sym__as_quest_custom] = ACTIONS(1772), + [sym__as_bang_custom] = ACTIONS(1772), + [sym__custom_operator] = ACTIONS(1774), + [sym__hash_symbol_custom] = ACTIONS(1770), + [sym__directive_if] = ACTIONS(1770), + [sym__directive_elseif] = ACTIONS(1770), + [sym__directive_else] = ACTIONS(1770), + [sym__directive_endif] = ACTIONS(1770), + }, + [STATE(1128)] = { + [sym_type_level_declaration] = STATE(1133), + [sym_import_declaration] = STATE(3210), + [sym_property_declaration] = STATE(3210), + [sym__modifierless_property_declaration] = STATE(3202), + [sym_typealias_declaration] = STATE(3210), + [sym__modifierless_typealias_declaration] = STATE(3204), + [sym_function_declaration] = STATE(3210), + [sym__bodyless_function_declaration] = STATE(8462), + [sym__modifierless_function_declaration_no_body] = STATE(9005), + [sym_class_declaration] = STATE(3210), + [sym__modifierless_class_declaration] = STATE(3205), + [sym__non_constructor_function_decl] = STATE(7521), + [sym__async_modifier] = STATE(8439), + [sym_enum_entry] = STATE(1133), + [sym_protocol_declaration] = STATE(3210), + [sym_init_declaration] = STATE(3210), + [sym_deinit_declaration] = STATE(3210), + [sym_subscript_declaration] = STATE(3210), + [sym_operator_declaration] = STATE(3210), + [sym_precedence_group_declaration] = STATE(3210), + [sym_associatedtype_declaration] = STATE(3210), + [sym_attribute] = STATE(1817), + [sym_value_binding_pattern] = STATE(4875), + [sym__possibly_async_binding_pattern_kind] = STATE(4875), + [sym_modifiers] = STATE(5022), + [aux_sym__locally_permitted_modifiers] = STATE(1817), + [sym__non_local_scope_modifier] = STATE(1817), + [sym__locally_permitted_modifier] = STATE(1817), + [sym_property_behavior_modifier] = STATE(1817), + [sym_member_modifier] = STATE(1817), + [sym_visibility_modifier] = STATE(1817), + [sym_function_modifier] = STATE(1817), + [sym_mutation_modifier] = STATE(1817), + [sym_property_modifier] = STATE(1817), + [sym_inheritance_modifier] = STATE(1817), + [sym_parameter_modifier] = STATE(1817), + [sym_ownership_modifier] = STATE(1817), + [sym__parameter_ownership_modifier] = STATE(2893), + [aux_sym_enum_class_body_repeat1] = STATE(1133), + [aux_sym_modifiers_repeat1] = STATE(1817), + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(3099), + [anon_sym_async] = ACTIONS(3101), + [anon_sym_lazy] = ACTIONS(3103), + [anon_sym_package] = ACTIONS(3105), + [anon_sym_RBRACE] = ACTIONS(3151), + [anon_sym_case] = ACTIONS(3109), + [anon_sym_import] = ACTIONS(3111), + [anon_sym_typealias] = ACTIONS(3113), + [anon_sym_struct] = ACTIONS(3099), + [anon_sym_class] = ACTIONS(3115), + [anon_sym_enum] = ACTIONS(3117), + [anon_sym_protocol] = ACTIONS(3119), + [anon_sym_let] = ACTIONS(3121), + [anon_sym_var] = ACTIONS(3121), + [anon_sym_func] = ACTIONS(3123), + [anon_sym_extension] = ACTIONS(3125), + [anon_sym_indirect] = ACTIONS(3127), + [anon_sym_init] = ACTIONS(3129), + [anon_sym_deinit] = ACTIONS(3131), + [anon_sym_subscript] = ACTIONS(3133), + [anon_sym_prefix] = ACTIONS(3135), + [anon_sym_infix] = ACTIONS(3135), + [anon_sym_postfix] = ACTIONS(3135), + [anon_sym_precedencegroup] = ACTIONS(3137), + [anon_sym_associatedtype] = ACTIONS(3139), + [anon_sym_AT] = ACTIONS(115), + [anon_sym_override] = ACTIONS(3141), + [anon_sym_convenience] = ACTIONS(3141), + [anon_sym_required] = ACTIONS(3141), + [anon_sym_nonisolated] = ACTIONS(3141), + [anon_sym_public] = ACTIONS(3105), + [anon_sym_private] = ACTIONS(3105), + [anon_sym_internal] = ACTIONS(3105), + [anon_sym_fileprivate] = ACTIONS(3105), + [anon_sym_open] = ACTIONS(3105), + [anon_sym_mutating] = ACTIONS(3143), + [anon_sym_nonmutating] = ACTIONS(3143), + [anon_sym_static] = ACTIONS(3145), + [anon_sym_dynamic] = ACTIONS(3145), + [anon_sym_optional] = ACTIONS(3145), + [anon_sym_distributed] = ACTIONS(3145), + [anon_sym_final] = ACTIONS(3147), + [anon_sym_inout] = ACTIONS(129), + [anon_sym_ATescaping] = ACTIONS(129), + [anon_sym_ATautoclosure] = ACTIONS(129), + [anon_sym_weak] = ACTIONS(133), + [anon_sym_unowned] = ACTIONS(131), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(133), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(133), + [anon_sym_borrowing] = ACTIONS(129), + [anon_sym_consuming] = ACTIONS(129), + [sym_multiline_comment] = ACTIONS(5), + }, + [STATE(1129)] = { + [sym_type_level_declaration] = STATE(1131), + [sym_import_declaration] = STATE(3210), + [sym_property_declaration] = STATE(3210), + [sym__modifierless_property_declaration] = STATE(3202), + [sym_typealias_declaration] = STATE(3210), + [sym__modifierless_typealias_declaration] = STATE(3204), + [sym_function_declaration] = STATE(3210), + [sym__bodyless_function_declaration] = STATE(8462), + [sym__modifierless_function_declaration_no_body] = STATE(9005), + [sym_class_declaration] = STATE(3210), + [sym__modifierless_class_declaration] = STATE(3205), + [sym__non_constructor_function_decl] = STATE(7521), + [sym__async_modifier] = STATE(8439), + [sym_enum_entry] = STATE(1131), + [sym_protocol_declaration] = STATE(3210), + [sym_init_declaration] = STATE(3210), + [sym_deinit_declaration] = STATE(3210), + [sym_subscript_declaration] = STATE(3210), + [sym_operator_declaration] = STATE(3210), + [sym_precedence_group_declaration] = STATE(3210), + [sym_associatedtype_declaration] = STATE(3210), + [sym_attribute] = STATE(1817), + [sym_value_binding_pattern] = STATE(4875), + [sym__possibly_async_binding_pattern_kind] = STATE(4875), + [sym_modifiers] = STATE(5022), + [aux_sym__locally_permitted_modifiers] = STATE(1817), + [sym__non_local_scope_modifier] = STATE(1817), + [sym__locally_permitted_modifier] = STATE(1817), + [sym_property_behavior_modifier] = STATE(1817), + [sym_member_modifier] = STATE(1817), + [sym_visibility_modifier] = STATE(1817), + [sym_function_modifier] = STATE(1817), + [sym_mutation_modifier] = STATE(1817), + [sym_property_modifier] = STATE(1817), + [sym_inheritance_modifier] = STATE(1817), + [sym_parameter_modifier] = STATE(1817), + [sym_ownership_modifier] = STATE(1817), + [sym__parameter_ownership_modifier] = STATE(2893), + [aux_sym_enum_class_body_repeat1] = STATE(1131), + [aux_sym_modifiers_repeat1] = STATE(1817), + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(3099), + [anon_sym_async] = ACTIONS(3101), + [anon_sym_lazy] = ACTIONS(3103), + [anon_sym_package] = ACTIONS(3105), + [anon_sym_RBRACE] = ACTIONS(3153), + [anon_sym_case] = ACTIONS(3109), + [anon_sym_import] = ACTIONS(3111), + [anon_sym_typealias] = ACTIONS(3113), + [anon_sym_struct] = ACTIONS(3099), + [anon_sym_class] = ACTIONS(3115), + [anon_sym_enum] = ACTIONS(3117), + [anon_sym_protocol] = ACTIONS(3119), + [anon_sym_let] = ACTIONS(3121), + [anon_sym_var] = ACTIONS(3121), + [anon_sym_func] = ACTIONS(3123), + [anon_sym_extension] = ACTIONS(3125), + [anon_sym_indirect] = ACTIONS(3127), + [anon_sym_init] = ACTIONS(3129), + [anon_sym_deinit] = ACTIONS(3131), + [anon_sym_subscript] = ACTIONS(3133), + [anon_sym_prefix] = ACTIONS(3135), + [anon_sym_infix] = ACTIONS(3135), + [anon_sym_postfix] = ACTIONS(3135), + [anon_sym_precedencegroup] = ACTIONS(3137), + [anon_sym_associatedtype] = ACTIONS(3139), + [anon_sym_AT] = ACTIONS(115), + [anon_sym_override] = ACTIONS(3141), + [anon_sym_convenience] = ACTIONS(3141), + [anon_sym_required] = ACTIONS(3141), + [anon_sym_nonisolated] = ACTIONS(3141), + [anon_sym_public] = ACTIONS(3105), + [anon_sym_private] = ACTIONS(3105), + [anon_sym_internal] = ACTIONS(3105), + [anon_sym_fileprivate] = ACTIONS(3105), + [anon_sym_open] = ACTIONS(3105), + [anon_sym_mutating] = ACTIONS(3143), + [anon_sym_nonmutating] = ACTIONS(3143), + [anon_sym_static] = ACTIONS(3145), + [anon_sym_dynamic] = ACTIONS(3145), + [anon_sym_optional] = ACTIONS(3145), + [anon_sym_distributed] = ACTIONS(3145), + [anon_sym_final] = ACTIONS(3147), + [anon_sym_inout] = ACTIONS(129), + [anon_sym_ATescaping] = ACTIONS(129), + [anon_sym_ATautoclosure] = ACTIONS(129), + [anon_sym_weak] = ACTIONS(133), + [anon_sym_unowned] = ACTIONS(131), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(133), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(133), + [anon_sym_borrowing] = ACTIONS(129), + [anon_sym_consuming] = ACTIONS(129), + [sym_multiline_comment] = ACTIONS(5), + }, + [STATE(1130)] = { + [ts_builtin_sym_end] = ACTIONS(1801), + [anon_sym_BANG] = ACTIONS(1779), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1779), + [aux_sym_simple_identifier_token2] = ACTIONS(1781), + [aux_sym_simple_identifier_token3] = ACTIONS(1781), + [aux_sym_simple_identifier_token4] = ACTIONS(1781), + [anon_sym_actor] = ACTIONS(1779), + [anon_sym_async] = ACTIONS(1779), + [anon_sym_each] = ACTIONS(1779), + [anon_sym_lazy] = ACTIONS(1779), + [anon_sym_repeat] = ACTIONS(1779), + [anon_sym_package] = ACTIONS(1779), + [anon_sym_nil] = ACTIONS(1779), + [sym_real_literal] = ACTIONS(1781), + [sym_integer_literal] = ACTIONS(1779), + [sym_hex_literal] = ACTIONS(1779), + [sym_oct_literal] = ACTIONS(1781), + [sym_bin_literal] = ACTIONS(1781), + [anon_sym_true] = ACTIONS(1779), + [anon_sym_false] = ACTIONS(1779), + [anon_sym_DQUOTE] = ACTIONS(1779), + [anon_sym_BSLASH] = ACTIONS(1781), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1781), + [anon_sym_COMMA] = ACTIONS(1801), + [sym__oneline_regex_literal] = ACTIONS(1779), + [anon_sym_LPAREN] = ACTIONS(1781), + [anon_sym_LBRACK] = ACTIONS(1781), + [anon_sym_QMARK] = ACTIONS(1803), + [anon_sym_QMARK2] = ACTIONS(1801), + [anon_sym_AMP] = ACTIONS(1781), + [anon_sym_TILDE] = ACTIONS(1781), + [anon_sym_if] = ACTIONS(1779), + [anon_sym_switch] = ACTIONS(1779), + [aux_sym_custom_operator_token1] = ACTIONS(1781), + [anon_sym_LT] = ACTIONS(1779), + [anon_sym_GT] = ACTIONS(1779), + [anon_sym_await] = ACTIONS(1779), + [anon_sym_LBRACE] = ACTIONS(1781), + [anon_sym_CARET_LBRACE] = ACTIONS(1781), + [anon_sym_RBRACE] = ACTIONS(1801), + [anon_sym_self] = ACTIONS(1779), + [anon_sym_super] = ACTIONS(1779), + [anon_sym_try] = ACTIONS(1779), + [anon_sym_PLUS_EQ] = ACTIONS(1781), + [anon_sym_DASH_EQ] = ACTIONS(1781), + [anon_sym_STAR_EQ] = ACTIONS(1781), + [anon_sym_SLASH_EQ] = ACTIONS(1781), + [anon_sym_PERCENT_EQ] = ACTIONS(1781), + [anon_sym_BANG_EQ] = ACTIONS(1779), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1781), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1781), + [anon_sym_LT_EQ] = ACTIONS(1781), + [anon_sym_GT_EQ] = ACTIONS(1781), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1781), + [anon_sym_DOT_DOT_LT] = ACTIONS(1781), + [anon_sym_is] = ACTIONS(1803), + [anon_sym_PLUS] = ACTIONS(1779), + [anon_sym_DASH] = ACTIONS(1779), + [anon_sym_STAR] = ACTIONS(1779), + [anon_sym_SLASH] = ACTIONS(1779), + [anon_sym_PERCENT] = ACTIONS(1779), + [anon_sym_PLUS_PLUS] = ACTIONS(1781), + [anon_sym_DASH_DASH] = ACTIONS(1781), + [anon_sym_PIPE] = ACTIONS(1781), + [anon_sym_CARET] = ACTIONS(1779), + [anon_sym_LT_LT] = ACTIONS(1781), + [anon_sym_GT_GT] = ACTIONS(1781), + [anon_sym_borrowing] = ACTIONS(1779), + [anon_sym_consuming] = ACTIONS(1779), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(1781), + [sym_raw_str_end_part] = ACTIONS(1781), + [sym__implicit_semi] = ACTIONS(1801), + [sym__explicit_semi] = ACTIONS(1801), + [sym__dot_custom] = ACTIONS(1781), + [sym__conjunction_operator_custom] = ACTIONS(1801), + [sym__disjunction_operator_custom] = ACTIONS(1801), + [sym__nil_coalescing_operator_custom] = ACTIONS(1801), + [sym__eq_custom] = ACTIONS(1781), + [sym__eq_eq_custom] = ACTIONS(1781), + [sym__plus_then_ws] = ACTIONS(1781), + [sym__minus_then_ws] = ACTIONS(1781), + [sym__bang_custom] = ACTIONS(1781), + [sym__as_custom] = ACTIONS(1801), + [sym__as_quest_custom] = ACTIONS(1801), + [sym__as_bang_custom] = ACTIONS(1801), + [sym__custom_operator] = ACTIONS(1781), + [sym__hash_symbol_custom] = ACTIONS(1781), + [sym__directive_if] = ACTIONS(1781), + [sym__directive_elseif] = ACTIONS(1781), + [sym__directive_else] = ACTIONS(1781), + [sym__directive_endif] = ACTIONS(1781), + }, + [STATE(1131)] = { + [sym_type_level_declaration] = STATE(1131), + [sym_import_declaration] = STATE(3210), + [sym_property_declaration] = STATE(3210), + [sym__modifierless_property_declaration] = STATE(3202), + [sym_typealias_declaration] = STATE(3210), + [sym__modifierless_typealias_declaration] = STATE(3204), + [sym_function_declaration] = STATE(3210), + [sym__bodyless_function_declaration] = STATE(8462), + [sym__modifierless_function_declaration_no_body] = STATE(9005), + [sym_class_declaration] = STATE(3210), + [sym__modifierless_class_declaration] = STATE(3205), + [sym__non_constructor_function_decl] = STATE(7521), + [sym__async_modifier] = STATE(8439), + [sym_enum_entry] = STATE(1131), + [sym_protocol_declaration] = STATE(3210), + [sym_init_declaration] = STATE(3210), + [sym_deinit_declaration] = STATE(3210), + [sym_subscript_declaration] = STATE(3210), + [sym_operator_declaration] = STATE(3210), + [sym_precedence_group_declaration] = STATE(3210), + [sym_associatedtype_declaration] = STATE(3210), + [sym_attribute] = STATE(1817), + [sym_value_binding_pattern] = STATE(4875), + [sym__possibly_async_binding_pattern_kind] = STATE(4875), + [sym_modifiers] = STATE(5022), + [aux_sym__locally_permitted_modifiers] = STATE(1817), + [sym__non_local_scope_modifier] = STATE(1817), + [sym__locally_permitted_modifier] = STATE(1817), + [sym_property_behavior_modifier] = STATE(1817), + [sym_member_modifier] = STATE(1817), + [sym_visibility_modifier] = STATE(1817), + [sym_function_modifier] = STATE(1817), + [sym_mutation_modifier] = STATE(1817), + [sym_property_modifier] = STATE(1817), + [sym_inheritance_modifier] = STATE(1817), + [sym_parameter_modifier] = STATE(1817), + [sym_ownership_modifier] = STATE(1817), + [sym__parameter_ownership_modifier] = STATE(2893), + [aux_sym_enum_class_body_repeat1] = STATE(1131), + [aux_sym_modifiers_repeat1] = STATE(1817), + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(3155), + [anon_sym_async] = ACTIONS(3158), + [anon_sym_lazy] = ACTIONS(3161), + [anon_sym_package] = ACTIONS(3164), + [anon_sym_RBRACE] = ACTIONS(3167), + [anon_sym_case] = ACTIONS(3169), + [anon_sym_import] = ACTIONS(3172), + [anon_sym_typealias] = ACTIONS(3175), + [anon_sym_struct] = ACTIONS(3155), + [anon_sym_class] = ACTIONS(3178), + [anon_sym_enum] = ACTIONS(3181), + [anon_sym_protocol] = ACTIONS(3184), + [anon_sym_let] = ACTIONS(3187), + [anon_sym_var] = ACTIONS(3187), + [anon_sym_func] = ACTIONS(3190), + [anon_sym_extension] = ACTIONS(3193), + [anon_sym_indirect] = ACTIONS(3196), + [anon_sym_init] = ACTIONS(3199), + [anon_sym_deinit] = ACTIONS(3202), + [anon_sym_subscript] = ACTIONS(3205), + [anon_sym_prefix] = ACTIONS(3208), + [anon_sym_infix] = ACTIONS(3208), + [anon_sym_postfix] = ACTIONS(3208), + [anon_sym_precedencegroup] = ACTIONS(3211), + [anon_sym_associatedtype] = ACTIONS(3214), + [anon_sym_AT] = ACTIONS(3217), + [anon_sym_override] = ACTIONS(3220), + [anon_sym_convenience] = ACTIONS(3220), + [anon_sym_required] = ACTIONS(3220), + [anon_sym_nonisolated] = ACTIONS(3220), + [anon_sym_public] = ACTIONS(3164), + [anon_sym_private] = ACTIONS(3164), + [anon_sym_internal] = ACTIONS(3164), + [anon_sym_fileprivate] = ACTIONS(3164), + [anon_sym_open] = ACTIONS(3164), + [anon_sym_mutating] = ACTIONS(3223), + [anon_sym_nonmutating] = ACTIONS(3223), + [anon_sym_static] = ACTIONS(3226), + [anon_sym_dynamic] = ACTIONS(3226), + [anon_sym_optional] = ACTIONS(3226), + [anon_sym_distributed] = ACTIONS(3226), + [anon_sym_final] = ACTIONS(3229), + [anon_sym_inout] = ACTIONS(3232), + [anon_sym_ATescaping] = ACTIONS(3232), + [anon_sym_ATautoclosure] = ACTIONS(3232), + [anon_sym_weak] = ACTIONS(3235), + [anon_sym_unowned] = ACTIONS(3238), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(3235), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(3235), + [anon_sym_borrowing] = ACTIONS(3232), + [anon_sym_consuming] = ACTIONS(3232), + [sym_multiline_comment] = ACTIONS(5), + }, + [STATE(1132)] = { + [sym_type_level_declaration] = STATE(1137), + [sym_import_declaration] = STATE(3210), + [sym_property_declaration] = STATE(3210), + [sym__modifierless_property_declaration] = STATE(3202), + [sym_typealias_declaration] = STATE(3210), + [sym__modifierless_typealias_declaration] = STATE(3204), + [sym_function_declaration] = STATE(3210), + [sym__bodyless_function_declaration] = STATE(8462), + [sym__modifierless_function_declaration_no_body] = STATE(9005), + [sym_class_declaration] = STATE(3210), + [sym__modifierless_class_declaration] = STATE(3205), + [sym__non_constructor_function_decl] = STATE(7521), + [sym__async_modifier] = STATE(8439), + [sym_enum_entry] = STATE(1137), + [sym_protocol_declaration] = STATE(3210), + [sym_init_declaration] = STATE(3210), + [sym_deinit_declaration] = STATE(3210), + [sym_subscript_declaration] = STATE(3210), + [sym_operator_declaration] = STATE(3210), + [sym_precedence_group_declaration] = STATE(3210), + [sym_associatedtype_declaration] = STATE(3210), + [sym_attribute] = STATE(1817), + [sym_value_binding_pattern] = STATE(4875), + [sym__possibly_async_binding_pattern_kind] = STATE(4875), + [sym_modifiers] = STATE(5022), + [aux_sym__locally_permitted_modifiers] = STATE(1817), + [sym__non_local_scope_modifier] = STATE(1817), + [sym__locally_permitted_modifier] = STATE(1817), + [sym_property_behavior_modifier] = STATE(1817), + [sym_member_modifier] = STATE(1817), + [sym_visibility_modifier] = STATE(1817), + [sym_function_modifier] = STATE(1817), + [sym_mutation_modifier] = STATE(1817), + [sym_property_modifier] = STATE(1817), + [sym_inheritance_modifier] = STATE(1817), + [sym_parameter_modifier] = STATE(1817), + [sym_ownership_modifier] = STATE(1817), + [sym__parameter_ownership_modifier] = STATE(2893), + [aux_sym_enum_class_body_repeat1] = STATE(1137), + [aux_sym_modifiers_repeat1] = STATE(1817), + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(3099), + [anon_sym_async] = ACTIONS(3101), + [anon_sym_lazy] = ACTIONS(3103), + [anon_sym_package] = ACTIONS(3105), + [anon_sym_RBRACE] = ACTIONS(3241), + [anon_sym_case] = ACTIONS(3109), + [anon_sym_import] = ACTIONS(3111), + [anon_sym_typealias] = ACTIONS(3113), + [anon_sym_struct] = ACTIONS(3099), + [anon_sym_class] = ACTIONS(3115), + [anon_sym_enum] = ACTIONS(3117), + [anon_sym_protocol] = ACTIONS(3119), + [anon_sym_let] = ACTIONS(3121), + [anon_sym_var] = ACTIONS(3121), + [anon_sym_func] = ACTIONS(3123), + [anon_sym_extension] = ACTIONS(3125), + [anon_sym_indirect] = ACTIONS(3127), + [anon_sym_init] = ACTIONS(3129), + [anon_sym_deinit] = ACTIONS(3131), + [anon_sym_subscript] = ACTIONS(3133), + [anon_sym_prefix] = ACTIONS(3135), + [anon_sym_infix] = ACTIONS(3135), + [anon_sym_postfix] = ACTIONS(3135), + [anon_sym_precedencegroup] = ACTIONS(3137), + [anon_sym_associatedtype] = ACTIONS(3139), + [anon_sym_AT] = ACTIONS(115), + [anon_sym_override] = ACTIONS(3141), + [anon_sym_convenience] = ACTIONS(3141), + [anon_sym_required] = ACTIONS(3141), + [anon_sym_nonisolated] = ACTIONS(3141), + [anon_sym_public] = ACTIONS(3105), + [anon_sym_private] = ACTIONS(3105), + [anon_sym_internal] = ACTIONS(3105), + [anon_sym_fileprivate] = ACTIONS(3105), + [anon_sym_open] = ACTIONS(3105), + [anon_sym_mutating] = ACTIONS(3143), + [anon_sym_nonmutating] = ACTIONS(3143), + [anon_sym_static] = ACTIONS(3145), + [anon_sym_dynamic] = ACTIONS(3145), + [anon_sym_optional] = ACTIONS(3145), + [anon_sym_distributed] = ACTIONS(3145), + [anon_sym_final] = ACTIONS(3147), + [anon_sym_inout] = ACTIONS(129), + [anon_sym_ATescaping] = ACTIONS(129), + [anon_sym_ATautoclosure] = ACTIONS(129), + [anon_sym_weak] = ACTIONS(133), + [anon_sym_unowned] = ACTIONS(131), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(133), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(133), + [anon_sym_borrowing] = ACTIONS(129), + [anon_sym_consuming] = ACTIONS(129), + [sym_multiline_comment] = ACTIONS(5), + }, + [STATE(1133)] = { + [sym_type_level_declaration] = STATE(1131), + [sym_import_declaration] = STATE(3210), + [sym_property_declaration] = STATE(3210), + [sym__modifierless_property_declaration] = STATE(3202), + [sym_typealias_declaration] = STATE(3210), + [sym__modifierless_typealias_declaration] = STATE(3204), + [sym_function_declaration] = STATE(3210), + [sym__bodyless_function_declaration] = STATE(8462), + [sym__modifierless_function_declaration_no_body] = STATE(9005), + [sym_class_declaration] = STATE(3210), + [sym__modifierless_class_declaration] = STATE(3205), + [sym__non_constructor_function_decl] = STATE(7521), + [sym__async_modifier] = STATE(8439), + [sym_enum_entry] = STATE(1131), + [sym_protocol_declaration] = STATE(3210), + [sym_init_declaration] = STATE(3210), + [sym_deinit_declaration] = STATE(3210), + [sym_subscript_declaration] = STATE(3210), + [sym_operator_declaration] = STATE(3210), + [sym_precedence_group_declaration] = STATE(3210), + [sym_associatedtype_declaration] = STATE(3210), + [sym_attribute] = STATE(1817), + [sym_value_binding_pattern] = STATE(4875), + [sym__possibly_async_binding_pattern_kind] = STATE(4875), + [sym_modifiers] = STATE(5022), + [aux_sym__locally_permitted_modifiers] = STATE(1817), + [sym__non_local_scope_modifier] = STATE(1817), + [sym__locally_permitted_modifier] = STATE(1817), + [sym_property_behavior_modifier] = STATE(1817), + [sym_member_modifier] = STATE(1817), + [sym_visibility_modifier] = STATE(1817), + [sym_function_modifier] = STATE(1817), + [sym_mutation_modifier] = STATE(1817), + [sym_property_modifier] = STATE(1817), + [sym_inheritance_modifier] = STATE(1817), + [sym_parameter_modifier] = STATE(1817), + [sym_ownership_modifier] = STATE(1817), + [sym__parameter_ownership_modifier] = STATE(2893), + [aux_sym_enum_class_body_repeat1] = STATE(1131), + [aux_sym_modifiers_repeat1] = STATE(1817), + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(3099), + [anon_sym_async] = ACTIONS(3101), + [anon_sym_lazy] = ACTIONS(3103), + [anon_sym_package] = ACTIONS(3105), + [anon_sym_RBRACE] = ACTIONS(3243), + [anon_sym_case] = ACTIONS(3109), + [anon_sym_import] = ACTIONS(3111), + [anon_sym_typealias] = ACTIONS(3113), + [anon_sym_struct] = ACTIONS(3099), + [anon_sym_class] = ACTIONS(3115), + [anon_sym_enum] = ACTIONS(3117), + [anon_sym_protocol] = ACTIONS(3119), + [anon_sym_let] = ACTIONS(3121), + [anon_sym_var] = ACTIONS(3121), + [anon_sym_func] = ACTIONS(3123), + [anon_sym_extension] = ACTIONS(3125), + [anon_sym_indirect] = ACTIONS(3127), + [anon_sym_init] = ACTIONS(3129), + [anon_sym_deinit] = ACTIONS(3131), + [anon_sym_subscript] = ACTIONS(3133), + [anon_sym_prefix] = ACTIONS(3135), + [anon_sym_infix] = ACTIONS(3135), + [anon_sym_postfix] = ACTIONS(3135), + [anon_sym_precedencegroup] = ACTIONS(3137), + [anon_sym_associatedtype] = ACTIONS(3139), + [anon_sym_AT] = ACTIONS(115), + [anon_sym_override] = ACTIONS(3141), + [anon_sym_convenience] = ACTIONS(3141), + [anon_sym_required] = ACTIONS(3141), + [anon_sym_nonisolated] = ACTIONS(3141), + [anon_sym_public] = ACTIONS(3105), + [anon_sym_private] = ACTIONS(3105), + [anon_sym_internal] = ACTIONS(3105), + [anon_sym_fileprivate] = ACTIONS(3105), + [anon_sym_open] = ACTIONS(3105), + [anon_sym_mutating] = ACTIONS(3143), + [anon_sym_nonmutating] = ACTIONS(3143), + [anon_sym_static] = ACTIONS(3145), + [anon_sym_dynamic] = ACTIONS(3145), + [anon_sym_optional] = ACTIONS(3145), + [anon_sym_distributed] = ACTIONS(3145), + [anon_sym_final] = ACTIONS(3147), + [anon_sym_inout] = ACTIONS(129), + [anon_sym_ATescaping] = ACTIONS(129), + [anon_sym_ATautoclosure] = ACTIONS(129), + [anon_sym_weak] = ACTIONS(133), + [anon_sym_unowned] = ACTIONS(131), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(133), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(133), + [anon_sym_borrowing] = ACTIONS(129), + [anon_sym_consuming] = ACTIONS(129), + [sym_multiline_comment] = ACTIONS(5), + }, + [STATE(1134)] = { + [sym_simple_identifier] = STATE(2096), + [sym__contextual_simple_identifier] = STATE(2190), + [sym_unannotated_type] = STATE(1947), + [sym_user_type] = STATE(2077), + [sym__simple_user_type] = STATE(2044), + [sym_tuple_type] = STATE(1884), + [sym_function_type] = STATE(2182), + [sym_array_type] = STATE(2077), + [sym_dictionary_type] = STATE(2077), + [sym_optional_type] = STATE(2182), + [sym_metatype] = STATE(2182), + [sym_opaque_type] = STATE(2182), + [sym_existential_type] = STATE(2182), + [sym_type_parameter_pack] = STATE(2182), + [sym_type_pack_expansion] = STATE(2182), + [sym_protocol_composition_type] = STATE(2182), + [sym_suppressed_constraint] = STATE(2182), + [sym__parenthesized_type] = STATE(2191), + [sym__parameter_ownership_modifier] = STATE(2190), + [anon_sym_BANG] = ACTIONS(625), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(3245), + [aux_sym_simple_identifier_token2] = ACTIONS(3247), + [aux_sym_simple_identifier_token3] = ACTIONS(3247), + [aux_sym_simple_identifier_token4] = ACTIONS(3247), + [anon_sym_actor] = ACTIONS(3245), + [anon_sym_async] = ACTIONS(3245), + [anon_sym_each] = ACTIONS(3249), + [anon_sym_lazy] = ACTIONS(3245), + [anon_sym_repeat] = ACTIONS(3251), + [anon_sym_package] = ACTIONS(3245), + [anon_sym_COMMA] = ACTIONS(619), + [anon_sym_LPAREN] = ACTIONS(3253), + [anon_sym_LBRACK] = ACTIONS(3256), + [anon_sym_DOT] = ACTIONS(625), + [anon_sym_QMARK] = ACTIONS(625), + [anon_sym_QMARK2] = ACTIONS(619), + [anon_sym_some] = ACTIONS(3259), + [anon_sym_any] = ACTIONS(3261), + [anon_sym_AMP] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(3263), + [aux_sym_custom_operator_token1] = ACTIONS(619), + [anon_sym_LT] = ACTIONS(625), + [anon_sym_GT] = ACTIONS(625), + [anon_sym_LBRACE] = ACTIONS(619), + [anon_sym_CARET_LBRACE] = ACTIONS(619), + [anon_sym_RBRACE] = ACTIONS(619), + [anon_sym_PLUS_EQ] = ACTIONS(619), + [anon_sym_DASH_EQ] = ACTIONS(619), + [anon_sym_STAR_EQ] = ACTIONS(619), + [anon_sym_SLASH_EQ] = ACTIONS(619), + [anon_sym_PERCENT_EQ] = ACTIONS(619), + [anon_sym_BANG_EQ] = ACTIONS(625), + [anon_sym_BANG_EQ_EQ] = ACTIONS(619), + [anon_sym_EQ_EQ_EQ] = ACTIONS(619), + [anon_sym_LT_EQ] = ACTIONS(619), + [anon_sym_GT_EQ] = ACTIONS(619), + [anon_sym_DOT_DOT_DOT] = ACTIONS(619), + [anon_sym_DOT_DOT_LT] = ACTIONS(619), + [anon_sym_is] = ACTIONS(625), + [anon_sym_PLUS] = ACTIONS(625), + [anon_sym_DASH] = ACTIONS(625), + [anon_sym_STAR] = ACTIONS(625), + [anon_sym_SLASH] = ACTIONS(625), + [anon_sym_PERCENT] = ACTIONS(625), + [anon_sym_PLUS_PLUS] = ACTIONS(619), + [anon_sym_DASH_DASH] = ACTIONS(619), + [anon_sym_PIPE] = ACTIONS(619), + [anon_sym_CARET] = ACTIONS(625), + [anon_sym_LT_LT] = ACTIONS(619), + [anon_sym_GT_GT] = ACTIONS(619), + [anon_sym_borrowing] = ACTIONS(3245), + [anon_sym_consuming] = ACTIONS(3245), + [sym_multiline_comment] = ACTIONS(619), + [sym__implicit_semi] = ACTIONS(619), + [sym__explicit_semi] = ACTIONS(619), + [sym__arrow_operator_custom] = ACTIONS(619), + [sym__dot_custom] = ACTIONS(619), + [sym__conjunction_operator_custom] = ACTIONS(619), + [sym__disjunction_operator_custom] = ACTIONS(619), + [sym__nil_coalescing_operator_custom] = ACTIONS(619), + [sym__eq_custom] = ACTIONS(619), + [sym__eq_eq_custom] = ACTIONS(619), + [sym__plus_then_ws] = ACTIONS(619), + [sym__minus_then_ws] = ACTIONS(619), + [sym__bang_custom] = ACTIONS(619), + [sym__throws_keyword] = ACTIONS(619), + [sym__rethrows_keyword] = ACTIONS(619), + [sym__as_custom] = ACTIONS(619), + [sym__as_quest_custom] = ACTIONS(619), + [sym__as_bang_custom] = ACTIONS(619), + [sym__async_keyword_custom] = ACTIONS(619), + [sym__custom_operator] = ACTIONS(619), + }, + [STATE(1135)] = { + [sym_simple_identifier] = STATE(2096), + [sym__contextual_simple_identifier] = STATE(2190), + [sym_unannotated_type] = STATE(1933), + [sym_user_type] = STATE(2077), + [sym__simple_user_type] = STATE(2044), + [sym_tuple_type] = STATE(1884), + [sym_function_type] = STATE(2182), + [sym_array_type] = STATE(2077), + [sym_dictionary_type] = STATE(2077), + [sym_optional_type] = STATE(2182), + [sym_metatype] = STATE(2182), + [sym_opaque_type] = STATE(2182), + [sym_existential_type] = STATE(2182), + [sym_type_parameter_pack] = STATE(2182), + [sym_type_pack_expansion] = STATE(2182), + [sym_protocol_composition_type] = STATE(2182), + [sym_suppressed_constraint] = STATE(2182), + [sym__parenthesized_type] = STATE(2191), + [sym__parameter_ownership_modifier] = STATE(2190), + [anon_sym_BANG] = ACTIONS(625), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(3245), + [aux_sym_simple_identifier_token2] = ACTIONS(3247), + [aux_sym_simple_identifier_token3] = ACTIONS(3247), + [aux_sym_simple_identifier_token4] = ACTIONS(3247), + [anon_sym_actor] = ACTIONS(3245), + [anon_sym_async] = ACTIONS(3245), + [anon_sym_each] = ACTIONS(3249), + [anon_sym_lazy] = ACTIONS(3245), + [anon_sym_repeat] = ACTIONS(3251), + [anon_sym_package] = ACTIONS(3245), + [anon_sym_COMMA] = ACTIONS(619), + [anon_sym_LPAREN] = ACTIONS(3253), + [anon_sym_LBRACK] = ACTIONS(3256), + [anon_sym_DOT] = ACTIONS(625), + [anon_sym_QMARK] = ACTIONS(625), + [anon_sym_QMARK2] = ACTIONS(619), + [anon_sym_some] = ACTIONS(3259), + [anon_sym_any] = ACTIONS(3261), + [anon_sym_AMP] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(3263), + [aux_sym_custom_operator_token1] = ACTIONS(619), + [anon_sym_LT] = ACTIONS(625), + [anon_sym_GT] = ACTIONS(625), + [anon_sym_LBRACE] = ACTIONS(619), + [anon_sym_CARET_LBRACE] = ACTIONS(619), + [anon_sym_RBRACE] = ACTIONS(619), + [anon_sym_PLUS_EQ] = ACTIONS(619), + [anon_sym_DASH_EQ] = ACTIONS(619), + [anon_sym_STAR_EQ] = ACTIONS(619), + [anon_sym_SLASH_EQ] = ACTIONS(619), + [anon_sym_PERCENT_EQ] = ACTIONS(619), + [anon_sym_BANG_EQ] = ACTIONS(625), + [anon_sym_BANG_EQ_EQ] = ACTIONS(619), + [anon_sym_EQ_EQ_EQ] = ACTIONS(619), + [anon_sym_LT_EQ] = ACTIONS(619), + [anon_sym_GT_EQ] = ACTIONS(619), + [anon_sym_DOT_DOT_DOT] = ACTIONS(619), + [anon_sym_DOT_DOT_LT] = ACTIONS(619), + [anon_sym_is] = ACTIONS(625), + [anon_sym_PLUS] = ACTIONS(625), + [anon_sym_DASH] = ACTIONS(625), + [anon_sym_STAR] = ACTIONS(625), + [anon_sym_SLASH] = ACTIONS(625), + [anon_sym_PERCENT] = ACTIONS(625), + [anon_sym_PLUS_PLUS] = ACTIONS(619), + [anon_sym_DASH_DASH] = ACTIONS(619), + [anon_sym_PIPE] = ACTIONS(619), + [anon_sym_CARET] = ACTIONS(625), + [anon_sym_LT_LT] = ACTIONS(619), + [anon_sym_GT_GT] = ACTIONS(619), + [anon_sym_borrowing] = ACTIONS(3245), + [anon_sym_consuming] = ACTIONS(3245), + [sym_multiline_comment] = ACTIONS(619), + [sym__implicit_semi] = ACTIONS(619), + [sym__explicit_semi] = ACTIONS(619), + [sym__arrow_operator_custom] = ACTIONS(619), + [sym__dot_custom] = ACTIONS(619), + [sym__conjunction_operator_custom] = ACTIONS(619), + [sym__disjunction_operator_custom] = ACTIONS(619), + [sym__nil_coalescing_operator_custom] = ACTIONS(619), + [sym__eq_custom] = ACTIONS(619), + [sym__eq_eq_custom] = ACTIONS(619), + [sym__plus_then_ws] = ACTIONS(619), + [sym__minus_then_ws] = ACTIONS(619), + [sym__bang_custom] = ACTIONS(619), + [sym__throws_keyword] = ACTIONS(619), + [sym__rethrows_keyword] = ACTIONS(619), + [sym__as_custom] = ACTIONS(619), + [sym__as_quest_custom] = ACTIONS(619), + [sym__as_bang_custom] = ACTIONS(619), + [sym__async_keyword_custom] = ACTIONS(619), + [sym__custom_operator] = ACTIONS(619), + }, + [STATE(1136)] = { + [ts_builtin_sym_end] = ACTIONS(1783), + [anon_sym_BANG] = ACTIONS(1779), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1779), + [aux_sym_simple_identifier_token2] = ACTIONS(1781), + [aux_sym_simple_identifier_token3] = ACTIONS(1781), + [aux_sym_simple_identifier_token4] = ACTIONS(1781), + [anon_sym_actor] = ACTIONS(1779), + [anon_sym_async] = ACTIONS(1779), + [anon_sym_each] = ACTIONS(1779), + [anon_sym_lazy] = ACTIONS(1779), + [anon_sym_repeat] = ACTIONS(1779), + [anon_sym_package] = ACTIONS(1779), + [anon_sym_nil] = ACTIONS(1779), + [sym_real_literal] = ACTIONS(1781), + [sym_integer_literal] = ACTIONS(1779), + [sym_hex_literal] = ACTIONS(1779), + [sym_oct_literal] = ACTIONS(1781), + [sym_bin_literal] = ACTIONS(1781), + [anon_sym_true] = ACTIONS(1779), + [anon_sym_false] = ACTIONS(1779), + [anon_sym_DQUOTE] = ACTIONS(1779), + [anon_sym_BSLASH] = ACTIONS(1781), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1781), + [anon_sym_COMMA] = ACTIONS(1783), + [sym__oneline_regex_literal] = ACTIONS(1779), + [anon_sym_LPAREN] = ACTIONS(1781), + [anon_sym_LBRACK] = ACTIONS(1781), + [anon_sym_QMARK] = ACTIONS(1785), + [anon_sym_QMARK2] = ACTIONS(1783), + [anon_sym_AMP] = ACTIONS(1781), + [anon_sym_TILDE] = ACTIONS(1781), + [anon_sym_if] = ACTIONS(1779), + [anon_sym_switch] = ACTIONS(1779), + [aux_sym_custom_operator_token1] = ACTIONS(1781), + [anon_sym_LT] = ACTIONS(1779), + [anon_sym_GT] = ACTIONS(1779), + [anon_sym_await] = ACTIONS(1779), + [anon_sym_LBRACE] = ACTIONS(1781), + [anon_sym_CARET_LBRACE] = ACTIONS(1781), + [anon_sym_RBRACE] = ACTIONS(1783), + [anon_sym_self] = ACTIONS(1779), + [anon_sym_super] = ACTIONS(1779), + [anon_sym_try] = ACTIONS(1779), + [anon_sym_PLUS_EQ] = ACTIONS(1781), + [anon_sym_DASH_EQ] = ACTIONS(1781), + [anon_sym_STAR_EQ] = ACTIONS(1781), + [anon_sym_SLASH_EQ] = ACTIONS(1781), + [anon_sym_PERCENT_EQ] = ACTIONS(1781), + [anon_sym_BANG_EQ] = ACTIONS(1779), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1781), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1781), + [anon_sym_LT_EQ] = ACTIONS(1781), + [anon_sym_GT_EQ] = ACTIONS(1781), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1781), + [anon_sym_DOT_DOT_LT] = ACTIONS(1781), + [anon_sym_is] = ACTIONS(1785), + [anon_sym_PLUS] = ACTIONS(1779), + [anon_sym_DASH] = ACTIONS(1779), + [anon_sym_STAR] = ACTIONS(1779), + [anon_sym_SLASH] = ACTIONS(1779), + [anon_sym_PERCENT] = ACTIONS(1779), + [anon_sym_PLUS_PLUS] = ACTIONS(1781), + [anon_sym_DASH_DASH] = ACTIONS(1781), + [anon_sym_PIPE] = ACTIONS(1781), + [anon_sym_CARET] = ACTIONS(1779), + [anon_sym_LT_LT] = ACTIONS(1781), + [anon_sym_GT_GT] = ACTIONS(1781), + [anon_sym_borrowing] = ACTIONS(1779), + [anon_sym_consuming] = ACTIONS(1779), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(1781), + [sym_raw_str_end_part] = ACTIONS(1781), + [sym__implicit_semi] = ACTIONS(1783), + [sym__explicit_semi] = ACTIONS(1783), + [sym__dot_custom] = ACTIONS(1781), + [sym__conjunction_operator_custom] = ACTIONS(1783), + [sym__disjunction_operator_custom] = ACTIONS(1783), + [sym__nil_coalescing_operator_custom] = ACTIONS(1783), + [sym__eq_custom] = ACTIONS(1781), + [sym__eq_eq_custom] = ACTIONS(1781), + [sym__plus_then_ws] = ACTIONS(1781), + [sym__minus_then_ws] = ACTIONS(1781), + [sym__bang_custom] = ACTIONS(1781), + [sym__as_custom] = ACTIONS(1783), + [sym__as_quest_custom] = ACTIONS(1783), + [sym__as_bang_custom] = ACTIONS(1783), + [sym__custom_operator] = ACTIONS(1781), + [sym__hash_symbol_custom] = ACTIONS(1781), + [sym__directive_if] = ACTIONS(1781), + [sym__directive_elseif] = ACTIONS(1781), + [sym__directive_else] = ACTIONS(1781), + [sym__directive_endif] = ACTIONS(1781), + }, + [STATE(1137)] = { + [sym_type_level_declaration] = STATE(1131), + [sym_import_declaration] = STATE(3210), + [sym_property_declaration] = STATE(3210), + [sym__modifierless_property_declaration] = STATE(3202), + [sym_typealias_declaration] = STATE(3210), + [sym__modifierless_typealias_declaration] = STATE(3204), + [sym_function_declaration] = STATE(3210), + [sym__bodyless_function_declaration] = STATE(8462), + [sym__modifierless_function_declaration_no_body] = STATE(9005), + [sym_class_declaration] = STATE(3210), + [sym__modifierless_class_declaration] = STATE(3205), + [sym__non_constructor_function_decl] = STATE(7521), + [sym__async_modifier] = STATE(8439), + [sym_enum_entry] = STATE(1131), + [sym_protocol_declaration] = STATE(3210), + [sym_init_declaration] = STATE(3210), + [sym_deinit_declaration] = STATE(3210), + [sym_subscript_declaration] = STATE(3210), + [sym_operator_declaration] = STATE(3210), + [sym_precedence_group_declaration] = STATE(3210), + [sym_associatedtype_declaration] = STATE(3210), + [sym_attribute] = STATE(1817), + [sym_value_binding_pattern] = STATE(4875), + [sym__possibly_async_binding_pattern_kind] = STATE(4875), + [sym_modifiers] = STATE(5022), + [aux_sym__locally_permitted_modifiers] = STATE(1817), + [sym__non_local_scope_modifier] = STATE(1817), + [sym__locally_permitted_modifier] = STATE(1817), + [sym_property_behavior_modifier] = STATE(1817), + [sym_member_modifier] = STATE(1817), + [sym_visibility_modifier] = STATE(1817), + [sym_function_modifier] = STATE(1817), + [sym_mutation_modifier] = STATE(1817), + [sym_property_modifier] = STATE(1817), + [sym_inheritance_modifier] = STATE(1817), + [sym_parameter_modifier] = STATE(1817), + [sym_ownership_modifier] = STATE(1817), + [sym__parameter_ownership_modifier] = STATE(2893), + [aux_sym_enum_class_body_repeat1] = STATE(1131), + [aux_sym_modifiers_repeat1] = STATE(1817), + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(3099), + [anon_sym_async] = ACTIONS(3101), + [anon_sym_lazy] = ACTIONS(3103), + [anon_sym_package] = ACTIONS(3105), + [anon_sym_RBRACE] = ACTIONS(3265), + [anon_sym_case] = ACTIONS(3109), + [anon_sym_import] = ACTIONS(3111), + [anon_sym_typealias] = ACTIONS(3113), + [anon_sym_struct] = ACTIONS(3099), + [anon_sym_class] = ACTIONS(3115), + [anon_sym_enum] = ACTIONS(3117), + [anon_sym_protocol] = ACTIONS(3119), + [anon_sym_let] = ACTIONS(3121), + [anon_sym_var] = ACTIONS(3121), + [anon_sym_func] = ACTIONS(3123), + [anon_sym_extension] = ACTIONS(3125), + [anon_sym_indirect] = ACTIONS(3127), + [anon_sym_init] = ACTIONS(3129), + [anon_sym_deinit] = ACTIONS(3131), + [anon_sym_subscript] = ACTIONS(3133), + [anon_sym_prefix] = ACTIONS(3135), + [anon_sym_infix] = ACTIONS(3135), + [anon_sym_postfix] = ACTIONS(3135), + [anon_sym_precedencegroup] = ACTIONS(3137), + [anon_sym_associatedtype] = ACTIONS(3139), + [anon_sym_AT] = ACTIONS(115), + [anon_sym_override] = ACTIONS(3141), + [anon_sym_convenience] = ACTIONS(3141), + [anon_sym_required] = ACTIONS(3141), + [anon_sym_nonisolated] = ACTIONS(3141), + [anon_sym_public] = ACTIONS(3105), + [anon_sym_private] = ACTIONS(3105), + [anon_sym_internal] = ACTIONS(3105), + [anon_sym_fileprivate] = ACTIONS(3105), + [anon_sym_open] = ACTIONS(3105), + [anon_sym_mutating] = ACTIONS(3143), + [anon_sym_nonmutating] = ACTIONS(3143), + [anon_sym_static] = ACTIONS(3145), + [anon_sym_dynamic] = ACTIONS(3145), + [anon_sym_optional] = ACTIONS(3145), + [anon_sym_distributed] = ACTIONS(3145), + [anon_sym_final] = ACTIONS(3147), + [anon_sym_inout] = ACTIONS(129), + [anon_sym_ATescaping] = ACTIONS(129), + [anon_sym_ATautoclosure] = ACTIONS(129), + [anon_sym_weak] = ACTIONS(133), + [anon_sym_unowned] = ACTIONS(131), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(133), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(133), + [anon_sym_borrowing] = ACTIONS(129), + [anon_sym_consuming] = ACTIONS(129), + [sym_multiline_comment] = ACTIONS(5), + }, + [STATE(1138)] = { + [sym_simple_identifier] = STATE(819), + [sym__contextual_simple_identifier] = STATE(844), + [sym_unannotated_type] = STATE(1953), + [sym_user_type] = STATE(809), + [sym__simple_user_type] = STATE(811), + [sym_tuple_type] = STATE(1880), + [sym_function_type] = STATE(837), + [sym_array_type] = STATE(809), + [sym_dictionary_type] = STATE(809), + [sym_optional_type] = STATE(837), + [sym_metatype] = STATE(837), + [sym_opaque_type] = STATE(837), + [sym_existential_type] = STATE(837), + [sym_type_parameter_pack] = STATE(837), + [sym_type_pack_expansion] = STATE(837), + [sym_protocol_composition_type] = STATE(837), + [sym_suppressed_constraint] = STATE(837), + [sym__parenthesized_type] = STATE(842), + [sym__parameter_ownership_modifier] = STATE(844), + [anon_sym_BANG] = ACTIONS(625), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(761), + [aux_sym_simple_identifier_token2] = ACTIONS(763), + [aux_sym_simple_identifier_token3] = ACTIONS(763), + [aux_sym_simple_identifier_token4] = ACTIONS(763), + [anon_sym_actor] = ACTIONS(761), + [anon_sym_async] = ACTIONS(761), + [anon_sym_each] = ACTIONS(3267), + [anon_sym_lazy] = ACTIONS(761), + [anon_sym_repeat] = ACTIONS(3269), + [anon_sym_package] = ACTIONS(761), + [anon_sym_RPAREN] = ACTIONS(619), + [anon_sym_COMMA] = ACTIONS(619), + [anon_sym_COLON] = ACTIONS(619), + [anon_sym_LPAREN] = ACTIONS(1745), + [anon_sym_LBRACK] = ACTIONS(1748), + [anon_sym_RBRACK] = ACTIONS(619), + [anon_sym_DOT] = ACTIONS(625), + [anon_sym_QMARK] = ACTIONS(625), + [anon_sym_QMARK2] = ACTIONS(619), + [anon_sym_some] = ACTIONS(3271), + [anon_sym_any] = ACTIONS(3273), + [anon_sym_AMP] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(1755), + [aux_sym_custom_operator_token1] = ACTIONS(619), + [anon_sym_LT] = ACTIONS(625), + [anon_sym_GT] = ACTIONS(625), + [anon_sym_LBRACE] = ACTIONS(619), + [anon_sym_CARET_LBRACE] = ACTIONS(619), + [anon_sym_PLUS_EQ] = ACTIONS(619), + [anon_sym_DASH_EQ] = ACTIONS(619), + [anon_sym_STAR_EQ] = ACTIONS(619), + [anon_sym_SLASH_EQ] = ACTIONS(619), + [anon_sym_PERCENT_EQ] = ACTIONS(619), + [anon_sym_BANG_EQ] = ACTIONS(625), + [anon_sym_BANG_EQ_EQ] = ACTIONS(619), + [anon_sym_EQ_EQ_EQ] = ACTIONS(619), + [anon_sym_LT_EQ] = ACTIONS(619), + [anon_sym_GT_EQ] = ACTIONS(619), + [anon_sym_DOT_DOT_DOT] = ACTIONS(619), + [anon_sym_DOT_DOT_LT] = ACTIONS(619), + [anon_sym_is] = ACTIONS(625), + [anon_sym_PLUS] = ACTIONS(625), + [anon_sym_DASH] = ACTIONS(625), + [anon_sym_STAR] = ACTIONS(625), + [anon_sym_SLASH] = ACTIONS(625), + [anon_sym_PERCENT] = ACTIONS(625), + [anon_sym_PLUS_PLUS] = ACTIONS(619), + [anon_sym_DASH_DASH] = ACTIONS(619), + [anon_sym_PIPE] = ACTIONS(619), + [anon_sym_CARET] = ACTIONS(625), + [anon_sym_LT_LT] = ACTIONS(619), + [anon_sym_GT_GT] = ACTIONS(619), + [anon_sym_borrowing] = ACTIONS(761), + [anon_sym_consuming] = ACTIONS(761), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(619), + [sym__dot_custom] = ACTIONS(619), + [sym__conjunction_operator_custom] = ACTIONS(619), + [sym__disjunction_operator_custom] = ACTIONS(619), + [sym__nil_coalescing_operator_custom] = ACTIONS(619), + [sym__eq_custom] = ACTIONS(619), + [sym__eq_eq_custom] = ACTIONS(619), + [sym__plus_then_ws] = ACTIONS(619), + [sym__minus_then_ws] = ACTIONS(619), + [sym__bang_custom] = ACTIONS(619), + [sym__throws_keyword] = ACTIONS(619), + [sym__rethrows_keyword] = ACTIONS(619), + [sym__as_custom] = ACTIONS(619), + [sym__as_quest_custom] = ACTIONS(619), + [sym__as_bang_custom] = ACTIONS(619), + [sym__async_keyword_custom] = ACTIONS(619), + [sym__custom_operator] = ACTIONS(619), + }, + [STATE(1139)] = { + [ts_builtin_sym_end] = ACTIONS(1763), + [anon_sym_BANG] = ACTIONS(1761), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1761), + [aux_sym_simple_identifier_token2] = ACTIONS(1763), + [aux_sym_simple_identifier_token3] = ACTIONS(1763), + [aux_sym_simple_identifier_token4] = ACTIONS(1763), + [anon_sym_actor] = ACTIONS(1761), + [anon_sym_async] = ACTIONS(1761), + [anon_sym_each] = ACTIONS(1761), + [anon_sym_lazy] = ACTIONS(1761), + [anon_sym_repeat] = ACTIONS(1761), + [anon_sym_package] = ACTIONS(1761), + [anon_sym_nil] = ACTIONS(1761), + [sym_real_literal] = ACTIONS(1763), + [sym_integer_literal] = ACTIONS(1761), + [sym_hex_literal] = ACTIONS(1761), + [sym_oct_literal] = ACTIONS(1763), + [sym_bin_literal] = ACTIONS(1763), + [anon_sym_true] = ACTIONS(1761), + [anon_sym_false] = ACTIONS(1761), + [anon_sym_DQUOTE] = ACTIONS(1761), + [anon_sym_BSLASH] = ACTIONS(1763), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1763), + [anon_sym_COMMA] = ACTIONS(1763), + [sym__oneline_regex_literal] = ACTIONS(1761), + [anon_sym_LPAREN] = ACTIONS(1763), + [anon_sym_LBRACK] = ACTIONS(1763), + [anon_sym_QMARK] = ACTIONS(1761), + [anon_sym_QMARK2] = ACTIONS(1763), + [anon_sym_AMP] = ACTIONS(1763), + [anon_sym_TILDE] = ACTIONS(1763), + [anon_sym_if] = ACTIONS(1761), + [anon_sym_switch] = ACTIONS(1761), + [aux_sym_custom_operator_token1] = ACTIONS(1763), + [anon_sym_LT] = ACTIONS(1761), + [anon_sym_GT] = ACTIONS(1761), + [anon_sym_await] = ACTIONS(1761), + [anon_sym_LBRACE] = ACTIONS(1763), + [anon_sym_CARET_LBRACE] = ACTIONS(1763), + [anon_sym_RBRACE] = ACTIONS(1763), + [anon_sym_self] = ACTIONS(1761), + [anon_sym_super] = ACTIONS(1761), + [anon_sym_try] = ACTIONS(1761), + [anon_sym_PLUS_EQ] = ACTIONS(1763), + [anon_sym_DASH_EQ] = ACTIONS(1763), + [anon_sym_STAR_EQ] = ACTIONS(1763), + [anon_sym_SLASH_EQ] = ACTIONS(1763), + [anon_sym_PERCENT_EQ] = ACTIONS(1763), + [anon_sym_BANG_EQ] = ACTIONS(1761), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1763), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1763), + [anon_sym_LT_EQ] = ACTIONS(1763), + [anon_sym_GT_EQ] = ACTIONS(1763), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1763), + [anon_sym_DOT_DOT_LT] = ACTIONS(1763), + [anon_sym_is] = ACTIONS(1761), + [anon_sym_PLUS] = ACTIONS(1761), + [anon_sym_DASH] = ACTIONS(1761), + [anon_sym_STAR] = ACTIONS(1761), + [anon_sym_SLASH] = ACTIONS(1761), + [anon_sym_PERCENT] = ACTIONS(1761), + [anon_sym_PLUS_PLUS] = ACTIONS(1763), + [anon_sym_DASH_DASH] = ACTIONS(1763), + [anon_sym_PIPE] = ACTIONS(1763), + [anon_sym_CARET] = ACTIONS(1761), + [anon_sym_LT_LT] = ACTIONS(1763), + [anon_sym_GT_GT] = ACTIONS(1763), + [anon_sym_borrowing] = ACTIONS(1761), + [anon_sym_consuming] = ACTIONS(1761), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(1763), + [sym_raw_str_end_part] = ACTIONS(1763), + [sym__implicit_semi] = ACTIONS(1763), + [sym__explicit_semi] = ACTIONS(1763), + [sym__dot_custom] = ACTIONS(1763), + [sym__conjunction_operator_custom] = ACTIONS(1763), + [sym__disjunction_operator_custom] = ACTIONS(1763), + [sym__nil_coalescing_operator_custom] = ACTIONS(1763), + [sym__eq_custom] = ACTIONS(1763), + [sym__eq_eq_custom] = ACTIONS(1763), + [sym__plus_then_ws] = ACTIONS(1763), + [sym__minus_then_ws] = ACTIONS(1763), + [sym__bang_custom] = ACTIONS(1763), + [sym__as_custom] = ACTIONS(1763), + [sym__as_quest_custom] = ACTIONS(1763), + [sym__as_bang_custom] = ACTIONS(1763), + [sym__custom_operator] = ACTIONS(1763), + [sym__hash_symbol_custom] = ACTIONS(1763), + [sym__directive_if] = ACTIONS(1763), + [sym__directive_elseif] = ACTIONS(1763), + [sym__directive_else] = ACTIONS(1763), + [sym__directive_endif] = ACTIONS(1763), + }, + [STATE(1140)] = { + [ts_builtin_sym_end] = ACTIONS(1790), + [anon_sym_BANG] = ACTIONS(1787), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1768), + [aux_sym_simple_identifier_token2] = ACTIONS(1770), + [aux_sym_simple_identifier_token3] = ACTIONS(1770), + [aux_sym_simple_identifier_token4] = ACTIONS(1770), + [anon_sym_actor] = ACTIONS(1768), + [anon_sym_async] = ACTIONS(1768), + [anon_sym_each] = ACTIONS(1768), + [anon_sym_lazy] = ACTIONS(1768), + [anon_sym_repeat] = ACTIONS(1768), + [anon_sym_package] = ACTIONS(1768), + [anon_sym_nil] = ACTIONS(1768), + [sym_real_literal] = ACTIONS(1770), + [sym_integer_literal] = ACTIONS(1768), + [sym_hex_literal] = ACTIONS(1768), + [sym_oct_literal] = ACTIONS(1770), + [sym_bin_literal] = ACTIONS(1770), + [anon_sym_true] = ACTIONS(1768), + [anon_sym_false] = ACTIONS(1768), + [anon_sym_DQUOTE] = ACTIONS(1768), + [anon_sym_BSLASH] = ACTIONS(1770), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1770), + [anon_sym_COMMA] = ACTIONS(1790), + [sym__oneline_regex_literal] = ACTIONS(1768), + [anon_sym_LPAREN] = ACTIONS(1792), + [anon_sym_LBRACK] = ACTIONS(1792), + [anon_sym_QMARK] = ACTIONS(1795), + [anon_sym_QMARK2] = ACTIONS(1790), + [anon_sym_AMP] = ACTIONS(1792), + [anon_sym_TILDE] = ACTIONS(1770), + [anon_sym_if] = ACTIONS(1768), + [anon_sym_switch] = ACTIONS(1768), + [aux_sym_custom_operator_token1] = ACTIONS(1792), + [anon_sym_LT] = ACTIONS(1787), + [anon_sym_GT] = ACTIONS(1787), + [anon_sym_await] = ACTIONS(1768), + [anon_sym_LBRACE] = ACTIONS(1792), + [anon_sym_CARET_LBRACE] = ACTIONS(1792), + [anon_sym_RBRACE] = ACTIONS(1790), + [anon_sym_self] = ACTIONS(1768), + [anon_sym_super] = ACTIONS(1768), + [anon_sym_try] = ACTIONS(1768), + [anon_sym_PLUS_EQ] = ACTIONS(1792), + [anon_sym_DASH_EQ] = ACTIONS(1792), + [anon_sym_STAR_EQ] = ACTIONS(1792), + [anon_sym_SLASH_EQ] = ACTIONS(1792), + [anon_sym_PERCENT_EQ] = ACTIONS(1792), + [anon_sym_BANG_EQ] = ACTIONS(1787), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1792), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1792), + [anon_sym_LT_EQ] = ACTIONS(1792), + [anon_sym_GT_EQ] = ACTIONS(1792), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1792), + [anon_sym_DOT_DOT_LT] = ACTIONS(1792), + [anon_sym_is] = ACTIONS(1795), + [anon_sym_PLUS] = ACTIONS(1787), + [anon_sym_DASH] = ACTIONS(1787), + [anon_sym_STAR] = ACTIONS(1787), + [anon_sym_SLASH] = ACTIONS(1787), + [anon_sym_PERCENT] = ACTIONS(1787), + [anon_sym_PLUS_PLUS] = ACTIONS(1792), + [anon_sym_DASH_DASH] = ACTIONS(1792), + [anon_sym_PIPE] = ACTIONS(1792), + [anon_sym_CARET] = ACTIONS(1787), + [anon_sym_LT_LT] = ACTIONS(1792), + [anon_sym_GT_GT] = ACTIONS(1792), + [anon_sym_borrowing] = ACTIONS(1768), + [anon_sym_consuming] = ACTIONS(1768), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(1770), + [sym_raw_str_end_part] = ACTIONS(1770), + [sym__implicit_semi] = ACTIONS(1790), + [sym__explicit_semi] = ACTIONS(1790), + [sym__dot_custom] = ACTIONS(1792), + [sym__conjunction_operator_custom] = ACTIONS(1790), + [sym__disjunction_operator_custom] = ACTIONS(1790), + [sym__nil_coalescing_operator_custom] = ACTIONS(1790), + [sym__eq_custom] = ACTIONS(1792), + [sym__eq_eq_custom] = ACTIONS(1792), + [sym__plus_then_ws] = ACTIONS(1792), + [sym__minus_then_ws] = ACTIONS(1792), + [sym__bang_custom] = ACTIONS(1792), + [sym__as_custom] = ACTIONS(1790), + [sym__as_quest_custom] = ACTIONS(1790), + [sym__as_bang_custom] = ACTIONS(1790), + [sym__custom_operator] = ACTIONS(1792), + [sym__hash_symbol_custom] = ACTIONS(1770), + [sym__directive_if] = ACTIONS(1770), + [sym__directive_elseif] = ACTIONS(1770), + [sym__directive_else] = ACTIONS(1770), + [sym__directive_endif] = ACTIONS(1770), + }, + [STATE(1141)] = { + [ts_builtin_sym_end] = ACTIONS(1759), + [anon_sym_BANG] = ACTIONS(1757), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1757), + [aux_sym_simple_identifier_token2] = ACTIONS(1759), + [aux_sym_simple_identifier_token3] = ACTIONS(1759), + [aux_sym_simple_identifier_token4] = ACTIONS(1759), + [anon_sym_actor] = ACTIONS(1757), + [anon_sym_async] = ACTIONS(1757), + [anon_sym_each] = ACTIONS(1757), + [anon_sym_lazy] = ACTIONS(1757), + [anon_sym_repeat] = ACTIONS(1757), + [anon_sym_package] = ACTIONS(1757), + [anon_sym_nil] = ACTIONS(1757), + [sym_real_literal] = ACTIONS(1759), + [sym_integer_literal] = ACTIONS(1757), + [sym_hex_literal] = ACTIONS(1757), + [sym_oct_literal] = ACTIONS(1759), + [sym_bin_literal] = ACTIONS(1759), + [anon_sym_true] = ACTIONS(1757), + [anon_sym_false] = ACTIONS(1757), + [anon_sym_DQUOTE] = ACTIONS(1757), + [anon_sym_BSLASH] = ACTIONS(1759), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1759), + [anon_sym_COMMA] = ACTIONS(1759), + [sym__oneline_regex_literal] = ACTIONS(1757), + [anon_sym_LPAREN] = ACTIONS(1759), + [anon_sym_LBRACK] = ACTIONS(1759), + [anon_sym_QMARK] = ACTIONS(1757), + [anon_sym_QMARK2] = ACTIONS(1759), + [anon_sym_AMP] = ACTIONS(1759), + [anon_sym_TILDE] = ACTIONS(1759), + [anon_sym_if] = ACTIONS(1757), + [anon_sym_switch] = ACTIONS(1757), + [aux_sym_custom_operator_token1] = ACTIONS(1759), + [anon_sym_LT] = ACTIONS(1757), + [anon_sym_GT] = ACTIONS(1757), + [anon_sym_await] = ACTIONS(1757), + [anon_sym_LBRACE] = ACTIONS(1759), + [anon_sym_CARET_LBRACE] = ACTIONS(1759), + [anon_sym_RBRACE] = ACTIONS(1759), + [anon_sym_self] = ACTIONS(1757), + [anon_sym_super] = ACTIONS(1757), + [anon_sym_try] = ACTIONS(1757), + [anon_sym_PLUS_EQ] = ACTIONS(1759), + [anon_sym_DASH_EQ] = ACTIONS(1759), + [anon_sym_STAR_EQ] = ACTIONS(1759), + [anon_sym_SLASH_EQ] = ACTIONS(1759), + [anon_sym_PERCENT_EQ] = ACTIONS(1759), + [anon_sym_BANG_EQ] = ACTIONS(1757), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1759), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1759), + [anon_sym_LT_EQ] = ACTIONS(1759), + [anon_sym_GT_EQ] = ACTIONS(1759), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1759), + [anon_sym_DOT_DOT_LT] = ACTIONS(1759), + [anon_sym_is] = ACTIONS(1757), + [anon_sym_PLUS] = ACTIONS(1757), + [anon_sym_DASH] = ACTIONS(1757), + [anon_sym_STAR] = ACTIONS(1757), + [anon_sym_SLASH] = ACTIONS(1757), + [anon_sym_PERCENT] = ACTIONS(1757), + [anon_sym_PLUS_PLUS] = ACTIONS(1759), + [anon_sym_DASH_DASH] = ACTIONS(1759), + [anon_sym_PIPE] = ACTIONS(1759), + [anon_sym_CARET] = ACTIONS(1757), + [anon_sym_LT_LT] = ACTIONS(1759), + [anon_sym_GT_GT] = ACTIONS(1759), + [anon_sym_borrowing] = ACTIONS(1757), + [anon_sym_consuming] = ACTIONS(1757), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(1759), + [sym_raw_str_end_part] = ACTIONS(1759), + [sym__implicit_semi] = ACTIONS(1759), + [sym__explicit_semi] = ACTIONS(1759), + [sym__dot_custom] = ACTIONS(1759), + [sym__conjunction_operator_custom] = ACTIONS(1759), + [sym__disjunction_operator_custom] = ACTIONS(1759), + [sym__nil_coalescing_operator_custom] = ACTIONS(1759), + [sym__eq_custom] = ACTIONS(1759), + [sym__eq_eq_custom] = ACTIONS(1759), + [sym__plus_then_ws] = ACTIONS(1759), + [sym__minus_then_ws] = ACTIONS(1759), + [sym__bang_custom] = ACTIONS(1759), + [sym__as_custom] = ACTIONS(1759), + [sym__as_quest_custom] = ACTIONS(1759), + [sym__as_bang_custom] = ACTIONS(1759), + [sym__custom_operator] = ACTIONS(1759), + [sym__hash_symbol_custom] = ACTIONS(1759), + [sym__directive_if] = ACTIONS(1759), + [sym__directive_elseif] = ACTIONS(1759), + [sym__directive_else] = ACTIONS(1759), + [sym__directive_endif] = ACTIONS(1759), + }, + [STATE(1142)] = { + [sym_simple_identifier] = STATE(819), + [sym__contextual_simple_identifier] = STATE(844), + [sym_unannotated_type] = STATE(1932), + [sym_user_type] = STATE(809), + [sym__simple_user_type] = STATE(811), + [sym_tuple_type] = STATE(1880), + [sym_function_type] = STATE(837), + [sym_array_type] = STATE(809), + [sym_dictionary_type] = STATE(809), + [sym_optional_type] = STATE(837), + [sym_metatype] = STATE(837), + [sym_opaque_type] = STATE(837), + [sym_existential_type] = STATE(837), + [sym_type_parameter_pack] = STATE(837), + [sym_type_pack_expansion] = STATE(837), + [sym_protocol_composition_type] = STATE(837), + [sym_suppressed_constraint] = STATE(837), + [sym__parenthesized_type] = STATE(842), + [sym__parameter_ownership_modifier] = STATE(844), + [anon_sym_BANG] = ACTIONS(625), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(761), + [aux_sym_simple_identifier_token2] = ACTIONS(763), + [aux_sym_simple_identifier_token3] = ACTIONS(763), + [aux_sym_simple_identifier_token4] = ACTIONS(763), + [anon_sym_actor] = ACTIONS(761), + [anon_sym_async] = ACTIONS(761), + [anon_sym_each] = ACTIONS(3267), + [anon_sym_lazy] = ACTIONS(761), + [anon_sym_repeat] = ACTIONS(3269), + [anon_sym_package] = ACTIONS(761), + [anon_sym_RPAREN] = ACTIONS(619), + [anon_sym_COMMA] = ACTIONS(619), + [anon_sym_COLON] = ACTIONS(619), + [anon_sym_LPAREN] = ACTIONS(1745), + [anon_sym_LBRACK] = ACTIONS(1748), + [anon_sym_RBRACK] = ACTIONS(619), + [anon_sym_DOT] = ACTIONS(625), + [anon_sym_QMARK] = ACTIONS(625), + [anon_sym_QMARK2] = ACTIONS(619), + [anon_sym_some] = ACTIONS(3271), + [anon_sym_any] = ACTIONS(3273), + [anon_sym_AMP] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(1755), + [aux_sym_custom_operator_token1] = ACTIONS(619), + [anon_sym_LT] = ACTIONS(625), + [anon_sym_GT] = ACTIONS(625), + [anon_sym_LBRACE] = ACTIONS(619), + [anon_sym_CARET_LBRACE] = ACTIONS(619), + [anon_sym_PLUS_EQ] = ACTIONS(619), + [anon_sym_DASH_EQ] = ACTIONS(619), + [anon_sym_STAR_EQ] = ACTIONS(619), + [anon_sym_SLASH_EQ] = ACTIONS(619), + [anon_sym_PERCENT_EQ] = ACTIONS(619), + [anon_sym_BANG_EQ] = ACTIONS(625), + [anon_sym_BANG_EQ_EQ] = ACTIONS(619), + [anon_sym_EQ_EQ_EQ] = ACTIONS(619), + [anon_sym_LT_EQ] = ACTIONS(619), + [anon_sym_GT_EQ] = ACTIONS(619), + [anon_sym_DOT_DOT_DOT] = ACTIONS(619), + [anon_sym_DOT_DOT_LT] = ACTIONS(619), + [anon_sym_is] = ACTIONS(625), + [anon_sym_PLUS] = ACTIONS(625), + [anon_sym_DASH] = ACTIONS(625), + [anon_sym_STAR] = ACTIONS(625), + [anon_sym_SLASH] = ACTIONS(625), + [anon_sym_PERCENT] = ACTIONS(625), + [anon_sym_PLUS_PLUS] = ACTIONS(619), + [anon_sym_DASH_DASH] = ACTIONS(619), + [anon_sym_PIPE] = ACTIONS(619), + [anon_sym_CARET] = ACTIONS(625), + [anon_sym_LT_LT] = ACTIONS(619), + [anon_sym_GT_GT] = ACTIONS(619), + [anon_sym_borrowing] = ACTIONS(761), + [anon_sym_consuming] = ACTIONS(761), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(619), + [sym__dot_custom] = ACTIONS(619), + [sym__conjunction_operator_custom] = ACTIONS(619), + [sym__disjunction_operator_custom] = ACTIONS(619), + [sym__nil_coalescing_operator_custom] = ACTIONS(619), + [sym__eq_custom] = ACTIONS(619), + [sym__eq_eq_custom] = ACTIONS(619), + [sym__plus_then_ws] = ACTIONS(619), + [sym__minus_then_ws] = ACTIONS(619), + [sym__bang_custom] = ACTIONS(619), + [sym__throws_keyword] = ACTIONS(619), + [sym__rethrows_keyword] = ACTIONS(619), + [sym__as_custom] = ACTIONS(619), + [sym__as_quest_custom] = ACTIONS(619), + [sym__as_bang_custom] = ACTIONS(619), + [sym__async_keyword_custom] = ACTIONS(619), + [sym__custom_operator] = ACTIONS(619), + }, + [STATE(1143)] = { + [sym_type_level_declaration] = STATE(1129), + [sym_import_declaration] = STATE(3210), + [sym_property_declaration] = STATE(3210), + [sym__modifierless_property_declaration] = STATE(3202), + [sym_typealias_declaration] = STATE(3210), + [sym__modifierless_typealias_declaration] = STATE(3204), + [sym_function_declaration] = STATE(3210), + [sym__bodyless_function_declaration] = STATE(8462), + [sym__modifierless_function_declaration_no_body] = STATE(9005), + [sym_class_declaration] = STATE(3210), + [sym__modifierless_class_declaration] = STATE(3205), + [sym__non_constructor_function_decl] = STATE(7521), + [sym__async_modifier] = STATE(8439), + [sym_enum_entry] = STATE(1129), + [sym_protocol_declaration] = STATE(3210), + [sym_init_declaration] = STATE(3210), + [sym_deinit_declaration] = STATE(3210), + [sym_subscript_declaration] = STATE(3210), + [sym_operator_declaration] = STATE(3210), + [sym_precedence_group_declaration] = STATE(3210), + [sym_associatedtype_declaration] = STATE(3210), + [sym_attribute] = STATE(1817), + [sym_value_binding_pattern] = STATE(4875), + [sym__possibly_async_binding_pattern_kind] = STATE(4875), + [sym_modifiers] = STATE(5022), + [aux_sym__locally_permitted_modifiers] = STATE(1817), + [sym__non_local_scope_modifier] = STATE(1817), + [sym__locally_permitted_modifier] = STATE(1817), + [sym_property_behavior_modifier] = STATE(1817), + [sym_member_modifier] = STATE(1817), + [sym_visibility_modifier] = STATE(1817), + [sym_function_modifier] = STATE(1817), + [sym_mutation_modifier] = STATE(1817), + [sym_property_modifier] = STATE(1817), + [sym_inheritance_modifier] = STATE(1817), + [sym_parameter_modifier] = STATE(1817), + [sym_ownership_modifier] = STATE(1817), + [sym__parameter_ownership_modifier] = STATE(2893), + [aux_sym_enum_class_body_repeat1] = STATE(1129), + [aux_sym_modifiers_repeat1] = STATE(1817), + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(3099), + [anon_sym_async] = ACTIONS(3101), + [anon_sym_lazy] = ACTIONS(3103), + [anon_sym_package] = ACTIONS(3105), + [anon_sym_RBRACE] = ACTIONS(3275), + [anon_sym_case] = ACTIONS(3109), + [anon_sym_import] = ACTIONS(3111), + [anon_sym_typealias] = ACTIONS(3113), + [anon_sym_struct] = ACTIONS(3099), + [anon_sym_class] = ACTIONS(3115), + [anon_sym_enum] = ACTIONS(3117), + [anon_sym_protocol] = ACTIONS(3119), + [anon_sym_let] = ACTIONS(3121), + [anon_sym_var] = ACTIONS(3121), + [anon_sym_func] = ACTIONS(3123), + [anon_sym_extension] = ACTIONS(3125), + [anon_sym_indirect] = ACTIONS(3127), + [anon_sym_init] = ACTIONS(3129), + [anon_sym_deinit] = ACTIONS(3131), + [anon_sym_subscript] = ACTIONS(3133), + [anon_sym_prefix] = ACTIONS(3135), + [anon_sym_infix] = ACTIONS(3135), + [anon_sym_postfix] = ACTIONS(3135), + [anon_sym_precedencegroup] = ACTIONS(3137), + [anon_sym_associatedtype] = ACTIONS(3139), + [anon_sym_AT] = ACTIONS(115), + [anon_sym_override] = ACTIONS(3141), + [anon_sym_convenience] = ACTIONS(3141), + [anon_sym_required] = ACTIONS(3141), + [anon_sym_nonisolated] = ACTIONS(3141), + [anon_sym_public] = ACTIONS(3105), + [anon_sym_private] = ACTIONS(3105), + [anon_sym_internal] = ACTIONS(3105), + [anon_sym_fileprivate] = ACTIONS(3105), + [anon_sym_open] = ACTIONS(3105), + [anon_sym_mutating] = ACTIONS(3143), + [anon_sym_nonmutating] = ACTIONS(3143), + [anon_sym_static] = ACTIONS(3145), + [anon_sym_dynamic] = ACTIONS(3145), + [anon_sym_optional] = ACTIONS(3145), + [anon_sym_distributed] = ACTIONS(3145), + [anon_sym_final] = ACTIONS(3147), + [anon_sym_inout] = ACTIONS(129), + [anon_sym_ATescaping] = ACTIONS(129), + [anon_sym_ATautoclosure] = ACTIONS(129), + [anon_sym_weak] = ACTIONS(133), + [anon_sym_unowned] = ACTIONS(131), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(133), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(133), + [anon_sym_borrowing] = ACTIONS(129), + [anon_sym_consuming] = ACTIONS(129), + [sym_multiline_comment] = ACTIONS(5), + }, + [STATE(1144)] = { + [ts_builtin_sym_end] = ACTIONS(1799), + [anon_sym_BANG] = ACTIONS(1797), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1797), + [aux_sym_simple_identifier_token2] = ACTIONS(1799), + [aux_sym_simple_identifier_token3] = ACTIONS(1799), + [aux_sym_simple_identifier_token4] = ACTIONS(1799), + [anon_sym_actor] = ACTIONS(1797), + [anon_sym_async] = ACTIONS(1797), + [anon_sym_each] = ACTIONS(1797), + [anon_sym_lazy] = ACTIONS(1797), + [anon_sym_repeat] = ACTIONS(1797), + [anon_sym_package] = ACTIONS(1797), + [anon_sym_nil] = ACTIONS(1797), + [sym_real_literal] = ACTIONS(1799), + [sym_integer_literal] = ACTIONS(1797), + [sym_hex_literal] = ACTIONS(1797), + [sym_oct_literal] = ACTIONS(1799), + [sym_bin_literal] = ACTIONS(1799), + [anon_sym_true] = ACTIONS(1797), + [anon_sym_false] = ACTIONS(1797), + [anon_sym_DQUOTE] = ACTIONS(1797), + [anon_sym_BSLASH] = ACTIONS(1799), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1799), + [anon_sym_COMMA] = ACTIONS(1799), + [sym__oneline_regex_literal] = ACTIONS(1797), + [anon_sym_LPAREN] = ACTIONS(1799), + [anon_sym_LBRACK] = ACTIONS(1799), + [anon_sym_QMARK] = ACTIONS(1797), + [anon_sym_QMARK2] = ACTIONS(1799), + [anon_sym_AMP] = ACTIONS(1799), + [anon_sym_TILDE] = ACTIONS(1799), + [anon_sym_if] = ACTIONS(1797), + [anon_sym_switch] = ACTIONS(1797), + [aux_sym_custom_operator_token1] = ACTIONS(1799), + [anon_sym_LT] = ACTIONS(1797), + [anon_sym_GT] = ACTIONS(1797), + [anon_sym_await] = ACTIONS(1797), + [anon_sym_LBRACE] = ACTIONS(1799), + [anon_sym_CARET_LBRACE] = ACTIONS(1799), + [anon_sym_RBRACE] = ACTIONS(1799), + [anon_sym_self] = ACTIONS(1797), + [anon_sym_super] = ACTIONS(1797), + [anon_sym_try] = ACTIONS(1797), + [anon_sym_PLUS_EQ] = ACTIONS(1799), + [anon_sym_DASH_EQ] = ACTIONS(1799), + [anon_sym_STAR_EQ] = ACTIONS(1799), + [anon_sym_SLASH_EQ] = ACTIONS(1799), + [anon_sym_PERCENT_EQ] = ACTIONS(1799), + [anon_sym_BANG_EQ] = ACTIONS(1797), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1799), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1799), + [anon_sym_LT_EQ] = ACTIONS(1799), + [anon_sym_GT_EQ] = ACTIONS(1799), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1799), + [anon_sym_DOT_DOT_LT] = ACTIONS(1799), + [anon_sym_is] = ACTIONS(1797), + [anon_sym_PLUS] = ACTIONS(1797), + [anon_sym_DASH] = ACTIONS(1797), + [anon_sym_STAR] = ACTIONS(1797), + [anon_sym_SLASH] = ACTIONS(1797), + [anon_sym_PERCENT] = ACTIONS(1797), + [anon_sym_PLUS_PLUS] = ACTIONS(1799), + [anon_sym_DASH_DASH] = ACTIONS(1799), + [anon_sym_PIPE] = ACTIONS(1799), + [anon_sym_CARET] = ACTIONS(1797), + [anon_sym_LT_LT] = ACTIONS(1799), + [anon_sym_GT_GT] = ACTIONS(1799), + [anon_sym_borrowing] = ACTIONS(1797), + [anon_sym_consuming] = ACTIONS(1797), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(1799), + [sym_raw_str_end_part] = ACTIONS(1799), + [sym__implicit_semi] = ACTIONS(1799), + [sym__explicit_semi] = ACTIONS(1799), + [sym__dot_custom] = ACTIONS(1799), + [sym__conjunction_operator_custom] = ACTIONS(1799), + [sym__disjunction_operator_custom] = ACTIONS(1799), + [sym__nil_coalescing_operator_custom] = ACTIONS(1799), + [sym__eq_custom] = ACTIONS(1799), + [sym__eq_eq_custom] = ACTIONS(1799), + [sym__plus_then_ws] = ACTIONS(1799), + [sym__minus_then_ws] = ACTIONS(1799), + [sym__bang_custom] = ACTIONS(1799), + [sym__as_custom] = ACTIONS(1799), + [sym__as_quest_custom] = ACTIONS(1799), + [sym__as_bang_custom] = ACTIONS(1799), + [sym__custom_operator] = ACTIONS(1799), + [sym__hash_symbol_custom] = ACTIONS(1799), + [sym__directive_if] = ACTIONS(1799), + [sym__directive_elseif] = ACTIONS(1799), + [sym__directive_else] = ACTIONS(1799), + [sym__directive_endif] = ACTIONS(1799), + }, + [STATE(1145)] = { + [anon_sym_BANG] = ACTIONS(1779), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1779), + [aux_sym_simple_identifier_token2] = ACTIONS(1781), + [aux_sym_simple_identifier_token3] = ACTIONS(1781), + [aux_sym_simple_identifier_token4] = ACTIONS(1781), + [anon_sym_actor] = ACTIONS(1779), + [anon_sym_async] = ACTIONS(1779), + [anon_sym_each] = ACTIONS(1779), + [anon_sym_lazy] = ACTIONS(1779), + [anon_sym_repeat] = ACTIONS(1779), + [anon_sym_package] = ACTIONS(1779), + [anon_sym_nil] = ACTIONS(1779), + [sym_real_literal] = ACTIONS(1781), + [sym_integer_literal] = ACTIONS(1779), + [sym_hex_literal] = ACTIONS(1779), + [sym_oct_literal] = ACTIONS(1781), + [sym_bin_literal] = ACTIONS(1781), + [anon_sym_true] = ACTIONS(1779), + [anon_sym_false] = ACTIONS(1779), + [anon_sym_DQUOTE] = ACTIONS(1779), + [anon_sym_BSLASH] = ACTIONS(1781), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1781), + [anon_sym_COMMA] = ACTIONS(1801), + [sym__oneline_regex_literal] = ACTIONS(1779), + [anon_sym_LPAREN] = ACTIONS(1781), + [anon_sym_LBRACK] = ACTIONS(1781), + [anon_sym_QMARK] = ACTIONS(1803), + [anon_sym_QMARK2] = ACTIONS(1801), + [anon_sym_AMP] = ACTIONS(1781), + [anon_sym_TILDE] = ACTIONS(1781), + [anon_sym_if] = ACTIONS(1779), + [anon_sym_switch] = ACTIONS(1779), + [aux_sym_custom_operator_token1] = ACTIONS(1781), + [anon_sym_LT] = ACTIONS(1779), + [anon_sym_GT] = ACTIONS(1779), + [anon_sym_await] = ACTIONS(1779), + [anon_sym_LBRACE] = ACTIONS(1781), + [anon_sym_CARET_LBRACE] = ACTIONS(1781), + [anon_sym_RBRACE] = ACTIONS(1801), + [anon_sym_self] = ACTIONS(1779), + [anon_sym_super] = ACTIONS(1779), + [anon_sym_try] = ACTIONS(1779), + [anon_sym_PLUS_EQ] = ACTIONS(1781), + [anon_sym_DASH_EQ] = ACTIONS(1781), + [anon_sym_STAR_EQ] = ACTIONS(1781), + [anon_sym_SLASH_EQ] = ACTIONS(1781), + [anon_sym_PERCENT_EQ] = ACTIONS(1781), + [anon_sym_BANG_EQ] = ACTIONS(1779), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1781), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1781), + [anon_sym_LT_EQ] = ACTIONS(1781), + [anon_sym_GT_EQ] = ACTIONS(1781), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1781), + [anon_sym_DOT_DOT_LT] = ACTIONS(1781), + [anon_sym_is] = ACTIONS(1803), + [anon_sym_PLUS] = ACTIONS(1779), + [anon_sym_DASH] = ACTIONS(1779), + [anon_sym_STAR] = ACTIONS(1779), + [anon_sym_SLASH] = ACTIONS(1779), + [anon_sym_PERCENT] = ACTIONS(1779), + [anon_sym_PLUS_PLUS] = ACTIONS(1781), + [anon_sym_DASH_DASH] = ACTIONS(1781), + [anon_sym_PIPE] = ACTIONS(1781), + [anon_sym_CARET] = ACTIONS(1779), + [anon_sym_LT_LT] = ACTIONS(1781), + [anon_sym_GT_GT] = ACTIONS(1781), + [anon_sym_borrowing] = ACTIONS(1779), + [anon_sym_consuming] = ACTIONS(1779), + [sym_multiline_comment] = ACTIONS(1801), + [sym_raw_str_part] = ACTIONS(1781), + [sym_raw_str_end_part] = ACTIONS(1781), + [sym__implicit_semi] = ACTIONS(1801), + [sym__explicit_semi] = ACTIONS(1801), + [sym__dot_custom] = ACTIONS(1781), + [sym__conjunction_operator_custom] = ACTIONS(1801), + [sym__disjunction_operator_custom] = ACTIONS(1801), + [sym__nil_coalescing_operator_custom] = ACTIONS(1801), + [sym__eq_custom] = ACTIONS(1781), + [sym__eq_eq_custom] = ACTIONS(1781), + [sym__plus_then_ws] = ACTIONS(1781), + [sym__minus_then_ws] = ACTIONS(1781), + [sym__bang_custom] = ACTIONS(1781), + [sym__as_custom] = ACTIONS(1801), + [sym__as_quest_custom] = ACTIONS(1801), + [sym__as_bang_custom] = ACTIONS(1801), + [sym__custom_operator] = ACTIONS(1781), + [sym__hash_symbol_custom] = ACTIONS(1781), + [sym__directive_if] = ACTIONS(1781), + [sym__directive_elseif] = ACTIONS(1781), + [sym__directive_else] = ACTIONS(1781), + [sym__directive_endif] = ACTIONS(1781), + }, + [STATE(1146)] = { + [anon_sym_BANG] = ACTIONS(2369), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2371), + [anon_sym_package] = ACTIONS(2371), + [anon_sym_COMMA] = ACTIONS(2371), + [anon_sym_LPAREN] = ACTIONS(2371), + [anon_sym_LBRACK] = ACTIONS(2371), + [anon_sym_DOT] = ACTIONS(2369), + [anon_sym_QMARK] = ACTIONS(2369), + [anon_sym_QMARK2] = ACTIONS(2371), + [anon_sym_AMP] = ACTIONS(2371), + [aux_sym_custom_operator_token1] = ACTIONS(2371), + [anon_sym_LT] = ACTIONS(2369), + [anon_sym_GT] = ACTIONS(2369), + [anon_sym_LBRACE] = ACTIONS(2371), + [anon_sym_CARET_LBRACE] = ACTIONS(2371), + [anon_sym_RBRACE] = ACTIONS(2371), + [anon_sym_self] = ACTIONS(2371), + [anon_sym_case] = ACTIONS(2371), + [anon_sym_fallthrough] = ACTIONS(2371), + [anon_sym_PLUS_EQ] = ACTIONS(2371), + [anon_sym_DASH_EQ] = ACTIONS(2371), + [anon_sym_STAR_EQ] = ACTIONS(2371), + [anon_sym_SLASH_EQ] = ACTIONS(2371), + [anon_sym_PERCENT_EQ] = ACTIONS(2371), + [anon_sym_BANG_EQ] = ACTIONS(2369), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2371), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2371), + [anon_sym_LT_EQ] = ACTIONS(2371), + [anon_sym_GT_EQ] = ACTIONS(2371), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2371), + [anon_sym_DOT_DOT_LT] = ACTIONS(2371), + [anon_sym_is] = ACTIONS(2371), + [anon_sym_PLUS] = ACTIONS(2369), + [anon_sym_DASH] = ACTIONS(2369), + [anon_sym_STAR] = ACTIONS(2369), + [anon_sym_SLASH] = ACTIONS(2369), + [anon_sym_PERCENT] = ACTIONS(2369), + [anon_sym_PLUS_PLUS] = ACTIONS(2371), + [anon_sym_DASH_DASH] = ACTIONS(2371), + [anon_sym_PIPE] = ACTIONS(2371), + [anon_sym_CARET] = ACTIONS(2369), + [anon_sym_LT_LT] = ACTIONS(2371), + [anon_sym_GT_GT] = ACTIONS(2371), + [anon_sym_class] = ACTIONS(2371), + [anon_sym_prefix] = ACTIONS(2371), + [anon_sym_infix] = ACTIONS(2371), + [anon_sym_postfix] = ACTIONS(2371), + [anon_sym_AT] = ACTIONS(2369), + [anon_sym_override] = ACTIONS(2371), + [anon_sym_convenience] = ACTIONS(2371), + [anon_sym_required] = ACTIONS(2371), + [anon_sym_nonisolated] = ACTIONS(2371), + [anon_sym_public] = ACTIONS(2371), + [anon_sym_private] = ACTIONS(2371), + [anon_sym_internal] = ACTIONS(2371), + [anon_sym_fileprivate] = ACTIONS(2371), + [anon_sym_open] = ACTIONS(2371), + [anon_sym_mutating] = ACTIONS(2371), + [anon_sym_nonmutating] = ACTIONS(2371), + [anon_sym_static] = ACTIONS(2371), + [anon_sym_dynamic] = ACTIONS(2371), + [anon_sym_optional] = ACTIONS(2371), + [anon_sym_distributed] = ACTIONS(2371), + [anon_sym_final] = ACTIONS(2371), + [anon_sym_inout] = ACTIONS(2371), + [anon_sym_ATescaping] = ACTIONS(2371), + [anon_sym_ATautoclosure] = ACTIONS(2371), + [anon_sym_weak] = ACTIONS(2371), + [anon_sym_unowned] = ACTIONS(2369), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2371), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2371), + [anon_sym_borrowing] = ACTIONS(2371), + [anon_sym_consuming] = ACTIONS(2371), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2371), + [sym__explicit_semi] = ACTIONS(2371), + [sym__dot_custom] = ACTIONS(2371), + [sym__conjunction_operator_custom] = ACTIONS(2371), + [sym__disjunction_operator_custom] = ACTIONS(2371), + [sym__nil_coalescing_operator_custom] = ACTIONS(2371), + [sym__eq_custom] = ACTIONS(2371), + [sym__eq_eq_custom] = ACTIONS(2371), + [sym__plus_then_ws] = ACTIONS(2371), + [sym__minus_then_ws] = ACTIONS(2371), + [sym__bang_custom] = ACTIONS(2371), + [sym_default_keyword] = ACTIONS(2371), + [sym_where_keyword] = ACTIONS(2371), + [sym__as_custom] = ACTIONS(2371), + [sym__as_quest_custom] = ACTIONS(2371), + [sym__as_bang_custom] = ACTIONS(2371), + [sym__custom_operator] = ACTIONS(2371), + }, + [STATE(1147)] = { + [aux_sym_key_path_expression_repeat1] = STATE(1160), + [anon_sym_BANG] = ACTIONS(2346), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2348), + [anon_sym_package] = ACTIONS(2348), + [anon_sym_COMMA] = ACTIONS(2348), + [anon_sym_LPAREN] = ACTIONS(2348), + [anon_sym_LBRACK] = ACTIONS(2348), + [anon_sym_DOT] = ACTIONS(2753), + [anon_sym_QMARK] = ACTIONS(2346), + [anon_sym_QMARK2] = ACTIONS(2348), + [anon_sym_AMP] = ACTIONS(2348), + [aux_sym_custom_operator_token1] = ACTIONS(2348), + [anon_sym_LT] = ACTIONS(2346), + [anon_sym_GT] = ACTIONS(2346), + [anon_sym_LBRACE] = ACTIONS(2348), + [anon_sym_CARET_LBRACE] = ACTIONS(2348), + [anon_sym_RBRACE] = ACTIONS(2348), + [anon_sym_case] = ACTIONS(2348), + [anon_sym_fallthrough] = ACTIONS(2348), + [anon_sym_PLUS_EQ] = ACTIONS(2348), + [anon_sym_DASH_EQ] = ACTIONS(2348), + [anon_sym_STAR_EQ] = ACTIONS(2348), + [anon_sym_SLASH_EQ] = ACTIONS(2348), + [anon_sym_PERCENT_EQ] = ACTIONS(2348), + [anon_sym_BANG_EQ] = ACTIONS(2346), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2348), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2348), + [anon_sym_LT_EQ] = ACTIONS(2348), + [anon_sym_GT_EQ] = ACTIONS(2348), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2348), + [anon_sym_DOT_DOT_LT] = ACTIONS(2348), + [anon_sym_is] = ACTIONS(2348), + [anon_sym_PLUS] = ACTIONS(2346), + [anon_sym_DASH] = ACTIONS(2346), + [anon_sym_STAR] = ACTIONS(2346), + [anon_sym_SLASH] = ACTIONS(2346), + [anon_sym_PERCENT] = ACTIONS(2346), + [anon_sym_PLUS_PLUS] = ACTIONS(2348), + [anon_sym_DASH_DASH] = ACTIONS(2348), + [anon_sym_PIPE] = ACTIONS(2348), + [anon_sym_CARET] = ACTIONS(2346), + [anon_sym_LT_LT] = ACTIONS(2348), + [anon_sym_GT_GT] = ACTIONS(2348), + [anon_sym_class] = ACTIONS(2348), + [anon_sym_prefix] = ACTIONS(2348), + [anon_sym_infix] = ACTIONS(2348), + [anon_sym_postfix] = ACTIONS(2348), + [anon_sym_AT] = ACTIONS(2346), + [anon_sym_override] = ACTIONS(2348), + [anon_sym_convenience] = ACTIONS(2348), + [anon_sym_required] = ACTIONS(2348), + [anon_sym_nonisolated] = ACTIONS(2348), + [anon_sym_public] = ACTIONS(2348), + [anon_sym_private] = ACTIONS(2348), + [anon_sym_internal] = ACTIONS(2348), + [anon_sym_fileprivate] = ACTIONS(2348), + [anon_sym_open] = ACTIONS(2348), + [anon_sym_mutating] = ACTIONS(2348), + [anon_sym_nonmutating] = ACTIONS(2348), + [anon_sym_static] = ACTIONS(2348), + [anon_sym_dynamic] = ACTIONS(2348), + [anon_sym_optional] = ACTIONS(2348), + [anon_sym_distributed] = ACTIONS(2348), + [anon_sym_final] = ACTIONS(2348), + [anon_sym_inout] = ACTIONS(2348), + [anon_sym_ATescaping] = ACTIONS(2348), + [anon_sym_ATautoclosure] = ACTIONS(2348), + [anon_sym_weak] = ACTIONS(2348), + [anon_sym_unowned] = ACTIONS(2346), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2348), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2348), + [anon_sym_borrowing] = ACTIONS(2348), + [anon_sym_consuming] = ACTIONS(2348), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2348), + [sym__explicit_semi] = ACTIONS(2348), + [sym__dot_custom] = ACTIONS(2348), + [sym__conjunction_operator_custom] = ACTIONS(2348), + [sym__disjunction_operator_custom] = ACTIONS(2348), + [sym__nil_coalescing_operator_custom] = ACTIONS(2348), + [sym__eq_custom] = ACTIONS(2348), + [sym__eq_eq_custom] = ACTIONS(2348), + [sym__plus_then_ws] = ACTIONS(2348), + [sym__minus_then_ws] = ACTIONS(2348), + [sym__bang_custom] = ACTIONS(2348), + [sym_default_keyword] = ACTIONS(2348), + [sym_where_keyword] = ACTIONS(2348), + [sym__as_custom] = ACTIONS(2348), + [sym__as_quest_custom] = ACTIONS(2348), + [sym__as_bang_custom] = ACTIONS(2348), + [sym__custom_operator] = ACTIONS(2348), + }, + [STATE(1148)] = { + [sym__fn_call_lambda_arguments] = STATE(1286), + [sym_lambda_literal] = STATE(995), + [anon_sym_BANG] = ACTIONS(2805), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2807), + [anon_sym_package] = ACTIONS(2807), + [anon_sym_COMMA] = ACTIONS(2807), + [anon_sym_LPAREN] = ACTIONS(2807), + [anon_sym_LBRACK] = ACTIONS(2807), + [anon_sym_QMARK] = ACTIONS(2805), + [anon_sym_QMARK2] = ACTIONS(2807), + [anon_sym_AMP] = ACTIONS(2807), + [aux_sym_custom_operator_token1] = ACTIONS(2807), + [anon_sym_LT] = ACTIONS(2805), + [anon_sym_GT] = ACTIONS(2805), + [anon_sym_LBRACE] = ACTIONS(3277), + [anon_sym_CARET_LBRACE] = ACTIONS(3277), + [anon_sym_RBRACE] = ACTIONS(2807), + [anon_sym_case] = ACTIONS(2807), + [anon_sym_fallthrough] = ACTIONS(2807), + [anon_sym_PLUS_EQ] = ACTIONS(2807), + [anon_sym_DASH_EQ] = ACTIONS(2807), + [anon_sym_STAR_EQ] = ACTIONS(2807), + [anon_sym_SLASH_EQ] = ACTIONS(2807), + [anon_sym_PERCENT_EQ] = ACTIONS(2807), + [anon_sym_BANG_EQ] = ACTIONS(2805), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2807), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2807), + [anon_sym_LT_EQ] = ACTIONS(2807), + [anon_sym_GT_EQ] = ACTIONS(2807), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2807), + [anon_sym_DOT_DOT_LT] = ACTIONS(2807), + [anon_sym_is] = ACTIONS(2807), + [anon_sym_PLUS] = ACTIONS(2805), + [anon_sym_DASH] = ACTIONS(2805), + [anon_sym_STAR] = ACTIONS(2805), + [anon_sym_SLASH] = ACTIONS(2805), + [anon_sym_PERCENT] = ACTIONS(2805), + [anon_sym_PLUS_PLUS] = ACTIONS(2807), + [anon_sym_DASH_DASH] = ACTIONS(2807), + [anon_sym_PIPE] = ACTIONS(2807), + [anon_sym_CARET] = ACTIONS(2805), + [anon_sym_LT_LT] = ACTIONS(2807), + [anon_sym_GT_GT] = ACTIONS(2807), + [anon_sym_class] = ACTIONS(2807), + [anon_sym_prefix] = ACTIONS(2807), + [anon_sym_infix] = ACTIONS(2807), + [anon_sym_postfix] = ACTIONS(2807), + [anon_sym_AT] = ACTIONS(2805), + [anon_sym_override] = ACTIONS(2807), + [anon_sym_convenience] = ACTIONS(2807), + [anon_sym_required] = ACTIONS(2807), + [anon_sym_nonisolated] = ACTIONS(2807), + [anon_sym_public] = ACTIONS(2807), + [anon_sym_private] = ACTIONS(2807), + [anon_sym_internal] = ACTIONS(2807), + [anon_sym_fileprivate] = ACTIONS(2807), + [anon_sym_open] = ACTIONS(2807), + [anon_sym_mutating] = ACTIONS(2807), + [anon_sym_nonmutating] = ACTIONS(2807), + [anon_sym_static] = ACTIONS(2807), + [anon_sym_dynamic] = ACTIONS(2807), + [anon_sym_optional] = ACTIONS(2807), + [anon_sym_distributed] = ACTIONS(2807), + [anon_sym_final] = ACTIONS(2807), + [anon_sym_inout] = ACTIONS(2807), + [anon_sym_ATescaping] = ACTIONS(2807), + [anon_sym_ATautoclosure] = ACTIONS(2807), + [anon_sym_weak] = ACTIONS(2807), + [anon_sym_unowned] = ACTIONS(2805), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2807), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2807), + [anon_sym_borrowing] = ACTIONS(2807), + [anon_sym_consuming] = ACTIONS(2807), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2807), + [sym__explicit_semi] = ACTIONS(2807), + [sym__dot_custom] = ACTIONS(2807), + [sym__conjunction_operator_custom] = ACTIONS(2807), + [sym__disjunction_operator_custom] = ACTIONS(2807), + [sym__nil_coalescing_operator_custom] = ACTIONS(2807), + [sym__eq_custom] = ACTIONS(2807), + [sym__eq_eq_custom] = ACTIONS(2807), + [sym__plus_then_ws] = ACTIONS(2807), + [sym__minus_then_ws] = ACTIONS(2807), + [sym__bang_custom] = ACTIONS(2807), + [sym_default_keyword] = ACTIONS(2807), + [sym_where_keyword] = ACTIONS(2807), + [sym__as_custom] = ACTIONS(2807), + [sym__as_quest_custom] = ACTIONS(2807), + [sym__as_bang_custom] = ACTIONS(2807), + [sym__custom_operator] = ACTIONS(2807), + }, + [STATE(1149)] = { + [anon_sym_BANG] = ACTIONS(1779), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1779), + [aux_sym_simple_identifier_token2] = ACTIONS(1781), + [aux_sym_simple_identifier_token3] = ACTIONS(1781), + [aux_sym_simple_identifier_token4] = ACTIONS(1781), + [anon_sym_actor] = ACTIONS(1779), + [anon_sym_async] = ACTIONS(1779), + [anon_sym_each] = ACTIONS(1779), + [anon_sym_lazy] = ACTIONS(1779), + [anon_sym_repeat] = ACTIONS(1779), + [anon_sym_package] = ACTIONS(1779), + [anon_sym_nil] = ACTIONS(1779), + [sym_real_literal] = ACTIONS(1781), + [sym_integer_literal] = ACTIONS(1779), + [sym_hex_literal] = ACTIONS(1779), + [sym_oct_literal] = ACTIONS(1781), + [sym_bin_literal] = ACTIONS(1781), + [anon_sym_true] = ACTIONS(1779), + [anon_sym_false] = ACTIONS(1779), + [anon_sym_DQUOTE] = ACTIONS(1779), + [anon_sym_BSLASH] = ACTIONS(1781), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1781), + [anon_sym_RPAREN] = ACTIONS(1783), + [anon_sym_COMMA] = ACTIONS(1783), + [sym__oneline_regex_literal] = ACTIONS(1779), + [anon_sym_COLON] = ACTIONS(1783), + [anon_sym_LPAREN] = ACTIONS(1781), + [anon_sym_LBRACK] = ACTIONS(1781), + [anon_sym_RBRACK] = ACTIONS(1783), + [anon_sym_QMARK] = ACTIONS(1785), + [anon_sym_QMARK2] = ACTIONS(1783), + [anon_sym_AMP] = ACTIONS(1781), + [anon_sym_TILDE] = ACTIONS(1781), + [anon_sym_if] = ACTIONS(1779), + [anon_sym_switch] = ACTIONS(1779), + [aux_sym_custom_operator_token1] = ACTIONS(1781), + [anon_sym_LT] = ACTIONS(1779), + [anon_sym_GT] = ACTIONS(1779), + [anon_sym_await] = ACTIONS(1779), + [anon_sym_LBRACE] = ACTIONS(1781), + [anon_sym_CARET_LBRACE] = ACTIONS(1781), + [anon_sym_self] = ACTIONS(1779), + [anon_sym_super] = ACTIONS(1779), + [anon_sym_try] = ACTIONS(1779), + [anon_sym_PLUS_EQ] = ACTIONS(1781), + [anon_sym_DASH_EQ] = ACTIONS(1781), + [anon_sym_STAR_EQ] = ACTIONS(1781), + [anon_sym_SLASH_EQ] = ACTIONS(1781), + [anon_sym_PERCENT_EQ] = ACTIONS(1781), + [anon_sym_BANG_EQ] = ACTIONS(1779), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1781), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1781), + [anon_sym_LT_EQ] = ACTIONS(1781), + [anon_sym_GT_EQ] = ACTIONS(1781), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1781), + [anon_sym_DOT_DOT_LT] = ACTIONS(1781), + [anon_sym_is] = ACTIONS(1785), + [anon_sym_PLUS] = ACTIONS(1779), + [anon_sym_DASH] = ACTIONS(1779), + [anon_sym_STAR] = ACTIONS(1779), + [anon_sym_SLASH] = ACTIONS(1779), + [anon_sym_PERCENT] = ACTIONS(1779), + [anon_sym_PLUS_PLUS] = ACTIONS(1781), + [anon_sym_DASH_DASH] = ACTIONS(1781), + [anon_sym_PIPE] = ACTIONS(1781), + [anon_sym_CARET] = ACTIONS(1779), + [anon_sym_LT_LT] = ACTIONS(1781), + [anon_sym_GT_GT] = ACTIONS(1781), + [anon_sym_borrowing] = ACTIONS(1779), + [anon_sym_consuming] = ACTIONS(1779), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(1781), + [sym_raw_str_end_part] = ACTIONS(1781), + [sym__dot_custom] = ACTIONS(1781), + [sym__conjunction_operator_custom] = ACTIONS(1783), + [sym__disjunction_operator_custom] = ACTIONS(1783), + [sym__nil_coalescing_operator_custom] = ACTIONS(1783), + [sym__eq_custom] = ACTIONS(1781), + [sym__eq_eq_custom] = ACTIONS(1781), + [sym__plus_then_ws] = ACTIONS(1781), + [sym__minus_then_ws] = ACTIONS(1781), + [sym__bang_custom] = ACTIONS(1781), + [sym__as_custom] = ACTIONS(1783), + [sym__as_quest_custom] = ACTIONS(1783), + [sym__as_bang_custom] = ACTIONS(1783), + [sym__custom_operator] = ACTIONS(1781), + [sym__hash_symbol_custom] = ACTIONS(1781), + [sym__directive_if] = ACTIONS(1781), + [sym__directive_elseif] = ACTIONS(1781), + [sym__directive_else] = ACTIONS(1781), + [sym__directive_endif] = ACTIONS(1781), + }, + [STATE(1150)] = { + [anon_sym_BANG] = ACTIONS(1757), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1757), + [aux_sym_simple_identifier_token2] = ACTIONS(1759), + [aux_sym_simple_identifier_token3] = ACTIONS(1759), + [aux_sym_simple_identifier_token4] = ACTIONS(1759), + [anon_sym_actor] = ACTIONS(1757), + [anon_sym_async] = ACTIONS(1757), + [anon_sym_each] = ACTIONS(1757), + [anon_sym_lazy] = ACTIONS(1757), + [anon_sym_repeat] = ACTIONS(1757), + [anon_sym_package] = ACTIONS(1757), + [anon_sym_nil] = ACTIONS(1757), + [sym_real_literal] = ACTIONS(1759), + [sym_integer_literal] = ACTIONS(1757), + [sym_hex_literal] = ACTIONS(1757), + [sym_oct_literal] = ACTIONS(1759), + [sym_bin_literal] = ACTIONS(1759), + [anon_sym_true] = ACTIONS(1757), + [anon_sym_false] = ACTIONS(1757), + [anon_sym_DQUOTE] = ACTIONS(1757), + [anon_sym_BSLASH] = ACTIONS(1759), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1759), + [anon_sym_RPAREN] = ACTIONS(1759), + [anon_sym_COMMA] = ACTIONS(1759), + [sym__oneline_regex_literal] = ACTIONS(1757), + [anon_sym_COLON] = ACTIONS(1759), + [anon_sym_LPAREN] = ACTIONS(1759), + [anon_sym_LBRACK] = ACTIONS(1759), + [anon_sym_RBRACK] = ACTIONS(1759), + [anon_sym_QMARK] = ACTIONS(1757), + [anon_sym_QMARK2] = ACTIONS(1759), + [anon_sym_AMP] = ACTIONS(1759), + [anon_sym_TILDE] = ACTIONS(1759), + [anon_sym_if] = ACTIONS(1757), + [anon_sym_switch] = ACTIONS(1757), + [aux_sym_custom_operator_token1] = ACTIONS(1759), + [anon_sym_LT] = ACTIONS(1757), + [anon_sym_GT] = ACTIONS(1757), + [anon_sym_await] = ACTIONS(1757), + [anon_sym_LBRACE] = ACTIONS(1759), + [anon_sym_CARET_LBRACE] = ACTIONS(1759), + [anon_sym_self] = ACTIONS(1757), + [anon_sym_super] = ACTIONS(1757), + [anon_sym_try] = ACTIONS(1757), + [anon_sym_PLUS_EQ] = ACTIONS(1759), + [anon_sym_DASH_EQ] = ACTIONS(1759), + [anon_sym_STAR_EQ] = ACTIONS(1759), + [anon_sym_SLASH_EQ] = ACTIONS(1759), + [anon_sym_PERCENT_EQ] = ACTIONS(1759), + [anon_sym_BANG_EQ] = ACTIONS(1757), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1759), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1759), + [anon_sym_LT_EQ] = ACTIONS(1759), + [anon_sym_GT_EQ] = ACTIONS(1759), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1759), + [anon_sym_DOT_DOT_LT] = ACTIONS(1759), + [anon_sym_is] = ACTIONS(1757), + [anon_sym_PLUS] = ACTIONS(1757), + [anon_sym_DASH] = ACTIONS(1757), + [anon_sym_STAR] = ACTIONS(1757), + [anon_sym_SLASH] = ACTIONS(1757), + [anon_sym_PERCENT] = ACTIONS(1757), + [anon_sym_PLUS_PLUS] = ACTIONS(1759), + [anon_sym_DASH_DASH] = ACTIONS(1759), + [anon_sym_PIPE] = ACTIONS(1759), + [anon_sym_CARET] = ACTIONS(1757), + [anon_sym_LT_LT] = ACTIONS(1759), + [anon_sym_GT_GT] = ACTIONS(1759), + [anon_sym_borrowing] = ACTIONS(1757), + [anon_sym_consuming] = ACTIONS(1757), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(1759), + [sym_raw_str_end_part] = ACTIONS(1759), + [sym__dot_custom] = ACTIONS(1759), + [sym__conjunction_operator_custom] = ACTIONS(1759), + [sym__disjunction_operator_custom] = ACTIONS(1759), + [sym__nil_coalescing_operator_custom] = ACTIONS(1759), + [sym__eq_custom] = ACTIONS(1759), + [sym__eq_eq_custom] = ACTIONS(1759), + [sym__plus_then_ws] = ACTIONS(1759), + [sym__minus_then_ws] = ACTIONS(1759), + [sym__bang_custom] = ACTIONS(1759), + [sym__as_custom] = ACTIONS(1759), + [sym__as_quest_custom] = ACTIONS(1759), + [sym__as_bang_custom] = ACTIONS(1759), + [sym__custom_operator] = ACTIONS(1759), + [sym__hash_symbol_custom] = ACTIONS(1759), + [sym__directive_if] = ACTIONS(1759), + [sym__directive_elseif] = ACTIONS(1759), + [sym__directive_else] = ACTIONS(1759), + [sym__directive_endif] = ACTIONS(1759), + }, + [STATE(1151)] = { + [anon_sym_BANG] = ACTIONS(1787), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1768), + [aux_sym_simple_identifier_token2] = ACTIONS(1770), + [aux_sym_simple_identifier_token3] = ACTIONS(1770), + [aux_sym_simple_identifier_token4] = ACTIONS(1770), + [anon_sym_actor] = ACTIONS(1768), + [anon_sym_async] = ACTIONS(1768), + [anon_sym_each] = ACTIONS(1768), + [anon_sym_lazy] = ACTIONS(1768), + [anon_sym_repeat] = ACTIONS(1768), + [anon_sym_package] = ACTIONS(1768), + [anon_sym_nil] = ACTIONS(1768), + [sym_real_literal] = ACTIONS(1770), + [sym_integer_literal] = ACTIONS(1768), + [sym_hex_literal] = ACTIONS(1768), + [sym_oct_literal] = ACTIONS(1770), + [sym_bin_literal] = ACTIONS(1770), + [anon_sym_true] = ACTIONS(1768), + [anon_sym_false] = ACTIONS(1768), + [anon_sym_DQUOTE] = ACTIONS(1768), + [anon_sym_BSLASH] = ACTIONS(1770), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1770), + [anon_sym_RPAREN] = ACTIONS(1790), + [anon_sym_COMMA] = ACTIONS(1790), + [sym__oneline_regex_literal] = ACTIONS(1768), + [anon_sym_COLON] = ACTIONS(1790), + [anon_sym_LPAREN] = ACTIONS(1792), + [anon_sym_LBRACK] = ACTIONS(1792), + [anon_sym_RBRACK] = ACTIONS(1790), + [anon_sym_QMARK] = ACTIONS(1795), + [anon_sym_QMARK2] = ACTIONS(1790), + [anon_sym_AMP] = ACTIONS(1792), + [anon_sym_TILDE] = ACTIONS(1770), + [anon_sym_if] = ACTIONS(1768), + [anon_sym_switch] = ACTIONS(1768), + [aux_sym_custom_operator_token1] = ACTIONS(1792), + [anon_sym_LT] = ACTIONS(1787), + [anon_sym_GT] = ACTIONS(1787), + [anon_sym_await] = ACTIONS(1768), + [anon_sym_LBRACE] = ACTIONS(1792), + [anon_sym_CARET_LBRACE] = ACTIONS(1792), + [anon_sym_self] = ACTIONS(1768), + [anon_sym_super] = ACTIONS(1768), + [anon_sym_try] = ACTIONS(1768), + [anon_sym_PLUS_EQ] = ACTIONS(1792), + [anon_sym_DASH_EQ] = ACTIONS(1792), + [anon_sym_STAR_EQ] = ACTIONS(1792), + [anon_sym_SLASH_EQ] = ACTIONS(1792), + [anon_sym_PERCENT_EQ] = ACTIONS(1792), + [anon_sym_BANG_EQ] = ACTIONS(1787), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1792), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1792), + [anon_sym_LT_EQ] = ACTIONS(1792), + [anon_sym_GT_EQ] = ACTIONS(1792), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1792), + [anon_sym_DOT_DOT_LT] = ACTIONS(1792), + [anon_sym_is] = ACTIONS(1795), + [anon_sym_PLUS] = ACTIONS(1787), + [anon_sym_DASH] = ACTIONS(1787), + [anon_sym_STAR] = ACTIONS(1787), + [anon_sym_SLASH] = ACTIONS(1787), + [anon_sym_PERCENT] = ACTIONS(1787), + [anon_sym_PLUS_PLUS] = ACTIONS(1792), + [anon_sym_DASH_DASH] = ACTIONS(1792), + [anon_sym_PIPE] = ACTIONS(1792), + [anon_sym_CARET] = ACTIONS(1787), + [anon_sym_LT_LT] = ACTIONS(1792), + [anon_sym_GT_GT] = ACTIONS(1792), + [anon_sym_borrowing] = ACTIONS(1768), + [anon_sym_consuming] = ACTIONS(1768), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(1770), + [sym_raw_str_end_part] = ACTIONS(1770), + [sym__dot_custom] = ACTIONS(1792), + [sym__conjunction_operator_custom] = ACTIONS(1790), + [sym__disjunction_operator_custom] = ACTIONS(1790), + [sym__nil_coalescing_operator_custom] = ACTIONS(1790), + [sym__eq_custom] = ACTIONS(1792), + [sym__eq_eq_custom] = ACTIONS(1792), + [sym__plus_then_ws] = ACTIONS(1792), + [sym__minus_then_ws] = ACTIONS(1792), + [sym__bang_custom] = ACTIONS(1792), + [sym__as_custom] = ACTIONS(1790), + [sym__as_quest_custom] = ACTIONS(1790), + [sym__as_bang_custom] = ACTIONS(1790), + [sym__custom_operator] = ACTIONS(1792), + [sym__hash_symbol_custom] = ACTIONS(1770), + [sym__directive_if] = ACTIONS(1770), + [sym__directive_elseif] = ACTIONS(1770), + [sym__directive_else] = ACTIONS(1770), + [sym__directive_endif] = ACTIONS(1770), + }, + [STATE(1152)] = { + [sym_simple_identifier] = STATE(2187), + [sym__contextual_simple_identifier] = STATE(2217), + [sym_unannotated_type] = STATE(1963), + [sym_user_type] = STATE(2112), + [sym__simple_user_type] = STATE(2114), + [sym_tuple_type] = STATE(1954), + [sym_function_type] = STATE(2255), + [sym_array_type] = STATE(2112), + [sym_dictionary_type] = STATE(2112), + [sym_optional_type] = STATE(2255), + [sym_metatype] = STATE(2255), + [sym_opaque_type] = STATE(2255), + [sym_existential_type] = STATE(2255), + [sym_type_parameter_pack] = STATE(2255), + [sym_type_pack_expansion] = STATE(2255), + [sym_protocol_composition_type] = STATE(2255), + [sym_suppressed_constraint] = STATE(2255), + [sym__parenthesized_type] = STATE(2272), + [sym__parameter_ownership_modifier] = STATE(2217), + [anon_sym_BANG] = ACTIONS(625), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(3280), + [aux_sym_simple_identifier_token2] = ACTIONS(3282), + [aux_sym_simple_identifier_token3] = ACTIONS(3282), + [aux_sym_simple_identifier_token4] = ACTIONS(3282), + [anon_sym_actor] = ACTIONS(3280), + [anon_sym_async] = ACTIONS(3280), + [anon_sym_each] = ACTIONS(3284), + [anon_sym_lazy] = ACTIONS(3280), + [anon_sym_repeat] = ACTIONS(3286), + [anon_sym_package] = ACTIONS(3280), + [anon_sym_COMMA] = ACTIONS(619), + [anon_sym_COLON] = ACTIONS(619), + [anon_sym_LPAREN] = ACTIONS(3288), + [anon_sym_LBRACK] = ACTIONS(3291), + [anon_sym_DOT] = ACTIONS(625), + [anon_sym_QMARK] = ACTIONS(625), + [anon_sym_QMARK2] = ACTIONS(619), + [anon_sym_some] = ACTIONS(3294), + [anon_sym_any] = ACTIONS(3296), + [anon_sym_AMP] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(3298), + [aux_sym_custom_operator_token1] = ACTIONS(619), + [anon_sym_LT] = ACTIONS(625), + [anon_sym_GT] = ACTIONS(625), + [anon_sym_LBRACE] = ACTIONS(619), + [anon_sym_CARET_LBRACE] = ACTIONS(619), + [anon_sym_PLUS_EQ] = ACTIONS(619), + [anon_sym_DASH_EQ] = ACTIONS(619), + [anon_sym_STAR_EQ] = ACTIONS(619), + [anon_sym_SLASH_EQ] = ACTIONS(619), + [anon_sym_PERCENT_EQ] = ACTIONS(619), + [anon_sym_BANG_EQ] = ACTIONS(625), + [anon_sym_BANG_EQ_EQ] = ACTIONS(619), + [anon_sym_EQ_EQ_EQ] = ACTIONS(619), + [anon_sym_LT_EQ] = ACTIONS(619), + [anon_sym_GT_EQ] = ACTIONS(619), + [anon_sym_DOT_DOT_DOT] = ACTIONS(619), + [anon_sym_DOT_DOT_LT] = ACTIONS(619), + [anon_sym_is] = ACTIONS(625), + [anon_sym_PLUS] = ACTIONS(625), + [anon_sym_DASH] = ACTIONS(625), + [anon_sym_STAR] = ACTIONS(625), + [anon_sym_SLASH] = ACTIONS(625), + [anon_sym_PERCENT] = ACTIONS(625), + [anon_sym_PLUS_PLUS] = ACTIONS(619), + [anon_sym_DASH_DASH] = ACTIONS(619), + [anon_sym_PIPE] = ACTIONS(619), + [anon_sym_CARET] = ACTIONS(625), + [anon_sym_LT_LT] = ACTIONS(619), + [anon_sym_GT_GT] = ACTIONS(619), + [anon_sym_borrowing] = ACTIONS(3280), + [anon_sym_consuming] = ACTIONS(3280), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(619), + [sym__dot_custom] = ACTIONS(619), + [sym__conjunction_operator_custom] = ACTIONS(619), + [sym__disjunction_operator_custom] = ACTIONS(619), + [sym__nil_coalescing_operator_custom] = ACTIONS(619), + [sym__eq_custom] = ACTIONS(619), + [sym__eq_eq_custom] = ACTIONS(619), + [sym__plus_then_ws] = ACTIONS(619), + [sym__minus_then_ws] = ACTIONS(619), + [sym__bang_custom] = ACTIONS(619), + [sym__throws_keyword] = ACTIONS(619), + [sym__rethrows_keyword] = ACTIONS(619), + [sym_where_keyword] = ACTIONS(619), + [sym__as_custom] = ACTIONS(619), + [sym__as_quest_custom] = ACTIONS(619), + [sym__as_bang_custom] = ACTIONS(619), + [sym__async_keyword_custom] = ACTIONS(619), + [sym__custom_operator] = ACTIONS(619), + }, + [STATE(1153)] = { + [aux_sym_key_path_expression_repeat1] = STATE(1157), + [anon_sym_BANG] = ACTIONS(2346), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2348), + [anon_sym_package] = ACTIONS(2348), + [anon_sym_COMMA] = ACTIONS(2348), + [anon_sym_LPAREN] = ACTIONS(2348), + [anon_sym_LBRACK] = ACTIONS(2348), + [anon_sym_DOT] = ACTIONS(2753), + [anon_sym_QMARK] = ACTIONS(2346), + [anon_sym_QMARK2] = ACTIONS(2348), + [anon_sym_AMP] = ACTIONS(2348), + [aux_sym_custom_operator_token1] = ACTIONS(2348), + [anon_sym_LT] = ACTIONS(2346), + [anon_sym_GT] = ACTIONS(2346), + [anon_sym_LBRACE] = ACTIONS(2348), + [anon_sym_CARET_LBRACE] = ACTIONS(2348), + [anon_sym_RBRACE] = ACTIONS(2348), + [anon_sym_case] = ACTIONS(2348), + [anon_sym_fallthrough] = ACTIONS(2348), + [anon_sym_PLUS_EQ] = ACTIONS(2348), + [anon_sym_DASH_EQ] = ACTIONS(2348), + [anon_sym_STAR_EQ] = ACTIONS(2348), + [anon_sym_SLASH_EQ] = ACTIONS(2348), + [anon_sym_PERCENT_EQ] = ACTIONS(2348), + [anon_sym_BANG_EQ] = ACTIONS(2346), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2348), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2348), + [anon_sym_LT_EQ] = ACTIONS(2348), + [anon_sym_GT_EQ] = ACTIONS(2348), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2348), + [anon_sym_DOT_DOT_LT] = ACTIONS(2348), + [anon_sym_is] = ACTIONS(2348), + [anon_sym_PLUS] = ACTIONS(2346), + [anon_sym_DASH] = ACTIONS(2346), + [anon_sym_STAR] = ACTIONS(2346), + [anon_sym_SLASH] = ACTIONS(2346), + [anon_sym_PERCENT] = ACTIONS(2346), + [anon_sym_PLUS_PLUS] = ACTIONS(2348), + [anon_sym_DASH_DASH] = ACTIONS(2348), + [anon_sym_PIPE] = ACTIONS(2348), + [anon_sym_CARET] = ACTIONS(2346), + [anon_sym_LT_LT] = ACTIONS(2348), + [anon_sym_GT_GT] = ACTIONS(2348), + [anon_sym_class] = ACTIONS(2348), + [anon_sym_prefix] = ACTIONS(2348), + [anon_sym_infix] = ACTIONS(2348), + [anon_sym_postfix] = ACTIONS(2348), + [anon_sym_AT] = ACTIONS(2346), + [anon_sym_override] = ACTIONS(2348), + [anon_sym_convenience] = ACTIONS(2348), + [anon_sym_required] = ACTIONS(2348), + [anon_sym_nonisolated] = ACTIONS(2348), + [anon_sym_public] = ACTIONS(2348), + [anon_sym_private] = ACTIONS(2348), + [anon_sym_internal] = ACTIONS(2348), + [anon_sym_fileprivate] = ACTIONS(2348), + [anon_sym_open] = ACTIONS(2348), + [anon_sym_mutating] = ACTIONS(2348), + [anon_sym_nonmutating] = ACTIONS(2348), + [anon_sym_static] = ACTIONS(2348), + [anon_sym_dynamic] = ACTIONS(2348), + [anon_sym_optional] = ACTIONS(2348), + [anon_sym_distributed] = ACTIONS(2348), + [anon_sym_final] = ACTIONS(2348), + [anon_sym_inout] = ACTIONS(2348), + [anon_sym_ATescaping] = ACTIONS(2348), + [anon_sym_ATautoclosure] = ACTIONS(2348), + [anon_sym_weak] = ACTIONS(2348), + [anon_sym_unowned] = ACTIONS(2346), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2348), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2348), + [anon_sym_borrowing] = ACTIONS(2348), + [anon_sym_consuming] = ACTIONS(2348), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2348), + [sym__explicit_semi] = ACTIONS(2348), + [sym__dot_custom] = ACTIONS(2348), + [sym__conjunction_operator_custom] = ACTIONS(2348), + [sym__disjunction_operator_custom] = ACTIONS(2348), + [sym__nil_coalescing_operator_custom] = ACTIONS(2348), + [sym__eq_custom] = ACTIONS(2348), + [sym__eq_eq_custom] = ACTIONS(2348), + [sym__plus_then_ws] = ACTIONS(2348), + [sym__minus_then_ws] = ACTIONS(2348), + [sym__bang_custom] = ACTIONS(2348), + [sym_default_keyword] = ACTIONS(2348), + [sym_where_keyword] = ACTIONS(2348), + [sym__as_custom] = ACTIONS(2348), + [sym__as_quest_custom] = ACTIONS(2348), + [sym__as_bang_custom] = ACTIONS(2348), + [sym__custom_operator] = ACTIONS(2348), + }, + [STATE(1154)] = { + [anon_sym_BANG] = ACTIONS(2361), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2363), + [anon_sym_package] = ACTIONS(2363), + [anon_sym_COMMA] = ACTIONS(2363), + [anon_sym_LPAREN] = ACTIONS(2363), + [anon_sym_LBRACK] = ACTIONS(2363), + [anon_sym_DOT] = ACTIONS(2361), + [anon_sym_QMARK] = ACTIONS(2361), + [anon_sym_QMARK2] = ACTIONS(2363), + [anon_sym_AMP] = ACTIONS(2363), + [aux_sym_custom_operator_token1] = ACTIONS(2363), + [anon_sym_LT] = ACTIONS(2361), + [anon_sym_GT] = ACTIONS(2361), + [anon_sym_LBRACE] = ACTIONS(2363), + [anon_sym_CARET_LBRACE] = ACTIONS(2363), + [anon_sym_RBRACE] = ACTIONS(2363), + [anon_sym_self] = ACTIONS(2363), + [anon_sym_case] = ACTIONS(2363), + [anon_sym_fallthrough] = ACTIONS(2363), + [anon_sym_PLUS_EQ] = ACTIONS(2363), + [anon_sym_DASH_EQ] = ACTIONS(2363), + [anon_sym_STAR_EQ] = ACTIONS(2363), + [anon_sym_SLASH_EQ] = ACTIONS(2363), + [anon_sym_PERCENT_EQ] = ACTIONS(2363), + [anon_sym_BANG_EQ] = ACTIONS(2361), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2363), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2363), + [anon_sym_LT_EQ] = ACTIONS(2363), + [anon_sym_GT_EQ] = ACTIONS(2363), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2363), + [anon_sym_DOT_DOT_LT] = ACTIONS(2363), + [anon_sym_is] = ACTIONS(2363), + [anon_sym_PLUS] = ACTIONS(2361), + [anon_sym_DASH] = ACTIONS(2361), + [anon_sym_STAR] = ACTIONS(2361), + [anon_sym_SLASH] = ACTIONS(2361), + [anon_sym_PERCENT] = ACTIONS(2361), + [anon_sym_PLUS_PLUS] = ACTIONS(2363), + [anon_sym_DASH_DASH] = ACTIONS(2363), + [anon_sym_PIPE] = ACTIONS(2363), + [anon_sym_CARET] = ACTIONS(2361), + [anon_sym_LT_LT] = ACTIONS(2363), + [anon_sym_GT_GT] = ACTIONS(2363), + [anon_sym_class] = ACTIONS(2363), + [anon_sym_prefix] = ACTIONS(2363), + [anon_sym_infix] = ACTIONS(2363), + [anon_sym_postfix] = ACTIONS(2363), + [anon_sym_AT] = ACTIONS(2361), + [anon_sym_override] = ACTIONS(2363), + [anon_sym_convenience] = ACTIONS(2363), + [anon_sym_required] = ACTIONS(2363), + [anon_sym_nonisolated] = ACTIONS(2363), + [anon_sym_public] = ACTIONS(2363), + [anon_sym_private] = ACTIONS(2363), + [anon_sym_internal] = ACTIONS(2363), + [anon_sym_fileprivate] = ACTIONS(2363), + [anon_sym_open] = ACTIONS(2363), + [anon_sym_mutating] = ACTIONS(2363), + [anon_sym_nonmutating] = ACTIONS(2363), + [anon_sym_static] = ACTIONS(2363), + [anon_sym_dynamic] = ACTIONS(2363), + [anon_sym_optional] = ACTIONS(2363), + [anon_sym_distributed] = ACTIONS(2363), + [anon_sym_final] = ACTIONS(2363), + [anon_sym_inout] = ACTIONS(2363), + [anon_sym_ATescaping] = ACTIONS(2363), + [anon_sym_ATautoclosure] = ACTIONS(2363), + [anon_sym_weak] = ACTIONS(2363), + [anon_sym_unowned] = ACTIONS(2361), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2363), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2363), + [anon_sym_borrowing] = ACTIONS(2363), + [anon_sym_consuming] = ACTIONS(2363), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2363), + [sym__explicit_semi] = ACTIONS(2363), + [sym__dot_custom] = ACTIONS(2363), + [sym__conjunction_operator_custom] = ACTIONS(2363), + [sym__disjunction_operator_custom] = ACTIONS(2363), + [sym__nil_coalescing_operator_custom] = ACTIONS(2363), + [sym__eq_custom] = ACTIONS(2363), + [sym__eq_eq_custom] = ACTIONS(2363), + [sym__plus_then_ws] = ACTIONS(2363), + [sym__minus_then_ws] = ACTIONS(2363), + [sym__bang_custom] = ACTIONS(2363), + [sym_default_keyword] = ACTIONS(2363), + [sym_where_keyword] = ACTIONS(2363), + [sym__as_custom] = ACTIONS(2363), + [sym__as_quest_custom] = ACTIONS(2363), + [sym__as_bang_custom] = ACTIONS(2363), + [sym__custom_operator] = ACTIONS(2363), + }, + [STATE(1155)] = { + [sym_simple_identifier] = STATE(2187), + [sym__contextual_simple_identifier] = STATE(2217), + [sym_unannotated_type] = STATE(1982), + [sym_user_type] = STATE(2112), + [sym__simple_user_type] = STATE(2114), + [sym_tuple_type] = STATE(1954), + [sym_function_type] = STATE(2255), + [sym_array_type] = STATE(2112), + [sym_dictionary_type] = STATE(2112), + [sym_optional_type] = STATE(2255), + [sym_metatype] = STATE(2255), + [sym_opaque_type] = STATE(2255), + [sym_existential_type] = STATE(2255), + [sym_type_parameter_pack] = STATE(2255), + [sym_type_pack_expansion] = STATE(2255), + [sym_protocol_composition_type] = STATE(2255), + [sym_suppressed_constraint] = STATE(2255), + [sym__parenthesized_type] = STATE(2272), + [sym__parameter_ownership_modifier] = STATE(2217), + [anon_sym_BANG] = ACTIONS(625), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(3280), + [aux_sym_simple_identifier_token2] = ACTIONS(3282), + [aux_sym_simple_identifier_token3] = ACTIONS(3282), + [aux_sym_simple_identifier_token4] = ACTIONS(3282), + [anon_sym_actor] = ACTIONS(3280), + [anon_sym_async] = ACTIONS(3280), + [anon_sym_each] = ACTIONS(3284), + [anon_sym_lazy] = ACTIONS(3280), + [anon_sym_repeat] = ACTIONS(3286), + [anon_sym_package] = ACTIONS(3280), + [anon_sym_COMMA] = ACTIONS(619), + [anon_sym_COLON] = ACTIONS(619), + [anon_sym_LPAREN] = ACTIONS(3288), + [anon_sym_LBRACK] = ACTIONS(3291), + [anon_sym_DOT] = ACTIONS(625), + [anon_sym_QMARK] = ACTIONS(625), + [anon_sym_QMARK2] = ACTIONS(619), + [anon_sym_some] = ACTIONS(3294), + [anon_sym_any] = ACTIONS(3296), + [anon_sym_AMP] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(3298), + [aux_sym_custom_operator_token1] = ACTIONS(619), + [anon_sym_LT] = ACTIONS(625), + [anon_sym_GT] = ACTIONS(625), + [anon_sym_LBRACE] = ACTIONS(619), + [anon_sym_CARET_LBRACE] = ACTIONS(619), + [anon_sym_PLUS_EQ] = ACTIONS(619), + [anon_sym_DASH_EQ] = ACTIONS(619), + [anon_sym_STAR_EQ] = ACTIONS(619), + [anon_sym_SLASH_EQ] = ACTIONS(619), + [anon_sym_PERCENT_EQ] = ACTIONS(619), + [anon_sym_BANG_EQ] = ACTIONS(625), + [anon_sym_BANG_EQ_EQ] = ACTIONS(619), + [anon_sym_EQ_EQ_EQ] = ACTIONS(619), + [anon_sym_LT_EQ] = ACTIONS(619), + [anon_sym_GT_EQ] = ACTIONS(619), + [anon_sym_DOT_DOT_DOT] = ACTIONS(619), + [anon_sym_DOT_DOT_LT] = ACTIONS(619), + [anon_sym_is] = ACTIONS(625), + [anon_sym_PLUS] = ACTIONS(625), + [anon_sym_DASH] = ACTIONS(625), + [anon_sym_STAR] = ACTIONS(625), + [anon_sym_SLASH] = ACTIONS(625), + [anon_sym_PERCENT] = ACTIONS(625), + [anon_sym_PLUS_PLUS] = ACTIONS(619), + [anon_sym_DASH_DASH] = ACTIONS(619), + [anon_sym_PIPE] = ACTIONS(619), + [anon_sym_CARET] = ACTIONS(625), + [anon_sym_LT_LT] = ACTIONS(619), + [anon_sym_GT_GT] = ACTIONS(619), + [anon_sym_borrowing] = ACTIONS(3280), + [anon_sym_consuming] = ACTIONS(3280), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(619), + [sym__dot_custom] = ACTIONS(619), + [sym__conjunction_operator_custom] = ACTIONS(619), + [sym__disjunction_operator_custom] = ACTIONS(619), + [sym__nil_coalescing_operator_custom] = ACTIONS(619), + [sym__eq_custom] = ACTIONS(619), + [sym__eq_eq_custom] = ACTIONS(619), + [sym__plus_then_ws] = ACTIONS(619), + [sym__minus_then_ws] = ACTIONS(619), + [sym__bang_custom] = ACTIONS(619), + [sym__throws_keyword] = ACTIONS(619), + [sym__rethrows_keyword] = ACTIONS(619), + [sym_where_keyword] = ACTIONS(619), + [sym__as_custom] = ACTIONS(619), + [sym__as_quest_custom] = ACTIONS(619), + [sym__as_bang_custom] = ACTIONS(619), + [sym__async_keyword_custom] = ACTIONS(619), + [sym__custom_operator] = ACTIONS(619), + }, + [STATE(1156)] = { + [anon_sym_BANG] = ACTIONS(1797), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(1799), + [anon_sym_package] = ACTIONS(1799), + [anon_sym_COMMA] = ACTIONS(1799), + [anon_sym_LPAREN] = ACTIONS(1799), + [anon_sym_LBRACK] = ACTIONS(1799), + [anon_sym_DOT] = ACTIONS(1797), + [anon_sym_QMARK] = ACTIONS(1797), + [anon_sym_QMARK2] = ACTIONS(1799), + [anon_sym_AMP] = ACTIONS(1799), + [aux_sym_custom_operator_token1] = ACTIONS(1799), + [anon_sym_LT] = ACTIONS(1797), + [anon_sym_GT] = ACTIONS(1797), + [anon_sym_LBRACE] = ACTIONS(1799), + [anon_sym_CARET_LBRACE] = ACTIONS(1799), + [anon_sym_RBRACE] = ACTIONS(1799), + [anon_sym_self] = ACTIONS(1799), + [anon_sym_case] = ACTIONS(1799), + [anon_sym_fallthrough] = ACTIONS(1799), + [anon_sym_PLUS_EQ] = ACTIONS(1799), + [anon_sym_DASH_EQ] = ACTIONS(1799), + [anon_sym_STAR_EQ] = ACTIONS(1799), + [anon_sym_SLASH_EQ] = ACTIONS(1799), + [anon_sym_PERCENT_EQ] = ACTIONS(1799), + [anon_sym_BANG_EQ] = ACTIONS(1797), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1799), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1799), + [anon_sym_LT_EQ] = ACTIONS(1799), + [anon_sym_GT_EQ] = ACTIONS(1799), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1799), + [anon_sym_DOT_DOT_LT] = ACTIONS(1799), + [anon_sym_is] = ACTIONS(1799), + [anon_sym_PLUS] = ACTIONS(1797), + [anon_sym_DASH] = ACTIONS(1797), + [anon_sym_STAR] = ACTIONS(1797), + [anon_sym_SLASH] = ACTIONS(1797), + [anon_sym_PERCENT] = ACTIONS(1797), + [anon_sym_PLUS_PLUS] = ACTIONS(1799), + [anon_sym_DASH_DASH] = ACTIONS(1799), + [anon_sym_PIPE] = ACTIONS(1799), + [anon_sym_CARET] = ACTIONS(1797), + [anon_sym_LT_LT] = ACTIONS(1799), + [anon_sym_GT_GT] = ACTIONS(1799), + [anon_sym_class] = ACTIONS(1799), + [anon_sym_prefix] = ACTIONS(1799), + [anon_sym_infix] = ACTIONS(1799), + [anon_sym_postfix] = ACTIONS(1799), + [anon_sym_AT] = ACTIONS(1797), + [anon_sym_override] = ACTIONS(1799), + [anon_sym_convenience] = ACTIONS(1799), + [anon_sym_required] = ACTIONS(1799), + [anon_sym_nonisolated] = ACTIONS(1799), + [anon_sym_public] = ACTIONS(1799), + [anon_sym_private] = ACTIONS(1799), + [anon_sym_internal] = ACTIONS(1799), + [anon_sym_fileprivate] = ACTIONS(1799), + [anon_sym_open] = ACTIONS(1799), + [anon_sym_mutating] = ACTIONS(1799), + [anon_sym_nonmutating] = ACTIONS(1799), + [anon_sym_static] = ACTIONS(1799), + [anon_sym_dynamic] = ACTIONS(1799), + [anon_sym_optional] = ACTIONS(1799), + [anon_sym_distributed] = ACTIONS(1799), + [anon_sym_final] = ACTIONS(1799), + [anon_sym_inout] = ACTIONS(1799), + [anon_sym_ATescaping] = ACTIONS(1799), + [anon_sym_ATautoclosure] = ACTIONS(1799), + [anon_sym_weak] = ACTIONS(1799), + [anon_sym_unowned] = ACTIONS(1797), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(1799), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(1799), + [anon_sym_borrowing] = ACTIONS(1799), + [anon_sym_consuming] = ACTIONS(1799), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(1799), + [sym__explicit_semi] = ACTIONS(1799), + [sym__dot_custom] = ACTIONS(1799), + [sym__conjunction_operator_custom] = ACTIONS(1799), + [sym__disjunction_operator_custom] = ACTIONS(1799), + [sym__nil_coalescing_operator_custom] = ACTIONS(1799), + [sym__eq_custom] = ACTIONS(1799), + [sym__eq_eq_custom] = ACTIONS(1799), + [sym__plus_then_ws] = ACTIONS(1799), + [sym__minus_then_ws] = ACTIONS(1799), + [sym__bang_custom] = ACTIONS(1799), + [sym_default_keyword] = ACTIONS(1799), + [sym_where_keyword] = ACTIONS(1799), + [sym__as_custom] = ACTIONS(1799), + [sym__as_quest_custom] = ACTIONS(1799), + [sym__as_bang_custom] = ACTIONS(1799), + [sym__custom_operator] = ACTIONS(1799), + }, + [STATE(1157)] = { + [aux_sym_key_path_expression_repeat1] = STATE(1160), + [anon_sym_BANG] = ACTIONS(2350), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2352), + [anon_sym_package] = ACTIONS(2352), + [anon_sym_COMMA] = ACTIONS(2352), + [anon_sym_LPAREN] = ACTIONS(2352), + [anon_sym_LBRACK] = ACTIONS(2352), + [anon_sym_DOT] = ACTIONS(2753), + [anon_sym_QMARK] = ACTIONS(2350), + [anon_sym_QMARK2] = ACTIONS(2352), + [anon_sym_AMP] = ACTIONS(2352), + [aux_sym_custom_operator_token1] = ACTIONS(2352), + [anon_sym_LT] = ACTIONS(2350), + [anon_sym_GT] = ACTIONS(2350), + [anon_sym_LBRACE] = ACTIONS(2352), + [anon_sym_CARET_LBRACE] = ACTIONS(2352), + [anon_sym_RBRACE] = ACTIONS(2352), + [anon_sym_case] = ACTIONS(2352), + [anon_sym_fallthrough] = ACTIONS(2352), + [anon_sym_PLUS_EQ] = ACTIONS(2352), + [anon_sym_DASH_EQ] = ACTIONS(2352), + [anon_sym_STAR_EQ] = ACTIONS(2352), + [anon_sym_SLASH_EQ] = ACTIONS(2352), + [anon_sym_PERCENT_EQ] = ACTIONS(2352), + [anon_sym_BANG_EQ] = ACTIONS(2350), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2352), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2352), + [anon_sym_LT_EQ] = ACTIONS(2352), + [anon_sym_GT_EQ] = ACTIONS(2352), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2352), + [anon_sym_DOT_DOT_LT] = ACTIONS(2352), + [anon_sym_is] = ACTIONS(2352), + [anon_sym_PLUS] = ACTIONS(2350), + [anon_sym_DASH] = ACTIONS(2350), + [anon_sym_STAR] = ACTIONS(2350), + [anon_sym_SLASH] = ACTIONS(2350), + [anon_sym_PERCENT] = ACTIONS(2350), + [anon_sym_PLUS_PLUS] = ACTIONS(2352), + [anon_sym_DASH_DASH] = ACTIONS(2352), + [anon_sym_PIPE] = ACTIONS(2352), + [anon_sym_CARET] = ACTIONS(2350), + [anon_sym_LT_LT] = ACTIONS(2352), + [anon_sym_GT_GT] = ACTIONS(2352), + [anon_sym_class] = ACTIONS(2352), + [anon_sym_prefix] = ACTIONS(2352), + [anon_sym_infix] = ACTIONS(2352), + [anon_sym_postfix] = ACTIONS(2352), + [anon_sym_AT] = ACTIONS(2350), + [anon_sym_override] = ACTIONS(2352), + [anon_sym_convenience] = ACTIONS(2352), + [anon_sym_required] = ACTIONS(2352), + [anon_sym_nonisolated] = ACTIONS(2352), + [anon_sym_public] = ACTIONS(2352), + [anon_sym_private] = ACTIONS(2352), + [anon_sym_internal] = ACTIONS(2352), + [anon_sym_fileprivate] = ACTIONS(2352), + [anon_sym_open] = ACTIONS(2352), + [anon_sym_mutating] = ACTIONS(2352), + [anon_sym_nonmutating] = ACTIONS(2352), + [anon_sym_static] = ACTIONS(2352), + [anon_sym_dynamic] = ACTIONS(2352), + [anon_sym_optional] = ACTIONS(2352), + [anon_sym_distributed] = ACTIONS(2352), + [anon_sym_final] = ACTIONS(2352), + [anon_sym_inout] = ACTIONS(2352), + [anon_sym_ATescaping] = ACTIONS(2352), + [anon_sym_ATautoclosure] = ACTIONS(2352), + [anon_sym_weak] = ACTIONS(2352), + [anon_sym_unowned] = ACTIONS(2350), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2352), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2352), + [anon_sym_borrowing] = ACTIONS(2352), + [anon_sym_consuming] = ACTIONS(2352), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2352), + [sym__explicit_semi] = ACTIONS(2352), + [sym__dot_custom] = ACTIONS(2352), + [sym__conjunction_operator_custom] = ACTIONS(2352), + [sym__disjunction_operator_custom] = ACTIONS(2352), + [sym__nil_coalescing_operator_custom] = ACTIONS(2352), + [sym__eq_custom] = ACTIONS(2352), + [sym__eq_eq_custom] = ACTIONS(2352), + [sym__plus_then_ws] = ACTIONS(2352), + [sym__minus_then_ws] = ACTIONS(2352), + [sym__bang_custom] = ACTIONS(2352), + [sym_default_keyword] = ACTIONS(2352), + [sym_where_keyword] = ACTIONS(2352), + [sym__as_custom] = ACTIONS(2352), + [sym__as_quest_custom] = ACTIONS(2352), + [sym__as_bang_custom] = ACTIONS(2352), + [sym__custom_operator] = ACTIONS(2352), + }, + [STATE(1158)] = { + [anon_sym_BANG] = ACTIONS(1765), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1768), + [aux_sym_simple_identifier_token2] = ACTIONS(1770), + [aux_sym_simple_identifier_token3] = ACTIONS(1770), + [aux_sym_simple_identifier_token4] = ACTIONS(1770), + [anon_sym_actor] = ACTIONS(1768), + [anon_sym_async] = ACTIONS(1768), + [anon_sym_each] = ACTIONS(1768), + [anon_sym_lazy] = ACTIONS(1768), + [anon_sym_repeat] = ACTIONS(1768), + [anon_sym_package] = ACTIONS(1768), + [anon_sym_nil] = ACTIONS(1768), + [sym_real_literal] = ACTIONS(1770), + [sym_integer_literal] = ACTIONS(1768), + [sym_hex_literal] = ACTIONS(1768), + [sym_oct_literal] = ACTIONS(1770), + [sym_bin_literal] = ACTIONS(1770), + [anon_sym_true] = ACTIONS(1768), + [anon_sym_false] = ACTIONS(1768), + [anon_sym_DQUOTE] = ACTIONS(1768), + [anon_sym_BSLASH] = ACTIONS(1770), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1770), + [anon_sym_RPAREN] = ACTIONS(1772), + [anon_sym_COMMA] = ACTIONS(1772), + [sym__oneline_regex_literal] = ACTIONS(1768), + [anon_sym_COLON] = ACTIONS(1772), + [anon_sym_LPAREN] = ACTIONS(1774), + [anon_sym_LBRACK] = ACTIONS(1774), + [anon_sym_RBRACK] = ACTIONS(1772), + [anon_sym_QMARK] = ACTIONS(1777), + [anon_sym_QMARK2] = ACTIONS(1772), + [anon_sym_AMP] = ACTIONS(1774), + [anon_sym_TILDE] = ACTIONS(1770), + [anon_sym_if] = ACTIONS(1768), + [anon_sym_switch] = ACTIONS(1768), + [aux_sym_custom_operator_token1] = ACTIONS(1774), + [anon_sym_LT] = ACTIONS(1765), + [anon_sym_GT] = ACTIONS(1765), + [anon_sym_await] = ACTIONS(1768), + [anon_sym_LBRACE] = ACTIONS(1774), + [anon_sym_CARET_LBRACE] = ACTIONS(1774), + [anon_sym_self] = ACTIONS(1768), + [anon_sym_super] = ACTIONS(1768), + [anon_sym_try] = ACTIONS(1768), + [anon_sym_PLUS_EQ] = ACTIONS(1774), + [anon_sym_DASH_EQ] = ACTIONS(1774), + [anon_sym_STAR_EQ] = ACTIONS(1774), + [anon_sym_SLASH_EQ] = ACTIONS(1774), + [anon_sym_PERCENT_EQ] = ACTIONS(1774), + [anon_sym_BANG_EQ] = ACTIONS(1765), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1774), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1774), + [anon_sym_LT_EQ] = ACTIONS(1774), + [anon_sym_GT_EQ] = ACTIONS(1774), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1774), + [anon_sym_DOT_DOT_LT] = ACTIONS(1774), + [anon_sym_is] = ACTIONS(1777), + [anon_sym_PLUS] = ACTIONS(1765), + [anon_sym_DASH] = ACTIONS(1765), + [anon_sym_STAR] = ACTIONS(1765), + [anon_sym_SLASH] = ACTIONS(1765), + [anon_sym_PERCENT] = ACTIONS(1765), + [anon_sym_PLUS_PLUS] = ACTIONS(1774), + [anon_sym_DASH_DASH] = ACTIONS(1774), + [anon_sym_PIPE] = ACTIONS(1774), + [anon_sym_CARET] = ACTIONS(1765), + [anon_sym_LT_LT] = ACTIONS(1774), + [anon_sym_GT_GT] = ACTIONS(1774), + [anon_sym_borrowing] = ACTIONS(1768), + [anon_sym_consuming] = ACTIONS(1768), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(1770), + [sym_raw_str_end_part] = ACTIONS(1770), + [sym__dot_custom] = ACTIONS(1774), + [sym__conjunction_operator_custom] = ACTIONS(1772), + [sym__disjunction_operator_custom] = ACTIONS(1772), + [sym__nil_coalescing_operator_custom] = ACTIONS(1772), + [sym__eq_custom] = ACTIONS(1774), + [sym__eq_eq_custom] = ACTIONS(1774), + [sym__plus_then_ws] = ACTIONS(1774), + [sym__minus_then_ws] = ACTIONS(1774), + [sym__bang_custom] = ACTIONS(1774), + [sym__as_custom] = ACTIONS(1772), + [sym__as_quest_custom] = ACTIONS(1772), + [sym__as_bang_custom] = ACTIONS(1772), + [sym__custom_operator] = ACTIONS(1774), + [sym__hash_symbol_custom] = ACTIONS(1770), + [sym__directive_if] = ACTIONS(1770), + [sym__directive_elseif] = ACTIONS(1770), + [sym__directive_else] = ACTIONS(1770), + [sym__directive_endif] = ACTIONS(1770), + }, + [STATE(1159)] = { + [sym_simple_identifier] = STATE(2199), + [sym__contextual_simple_identifier] = STATE(2218), + [sym_unannotated_type] = STATE(1996), + [sym_user_type] = STATE(2123), + [sym__simple_user_type] = STATE(2130), + [sym_tuple_type] = STATE(1958), + [sym_function_type] = STATE(2211), + [sym_array_type] = STATE(2123), + [sym_dictionary_type] = STATE(2123), + [sym_optional_type] = STATE(2211), + [sym_metatype] = STATE(2211), + [sym_opaque_type] = STATE(2211), + [sym_existential_type] = STATE(2211), + [sym_type_parameter_pack] = STATE(2211), + [sym_type_pack_expansion] = STATE(2211), + [sym_protocol_composition_type] = STATE(2211), + [sym_suppressed_constraint] = STATE(2211), + [sym__parenthesized_type] = STATE(2230), + [sym__parameter_ownership_modifier] = STATE(2218), + [anon_sym_BANG] = ACTIONS(625), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(3300), + [aux_sym_simple_identifier_token2] = ACTIONS(3302), + [aux_sym_simple_identifier_token3] = ACTIONS(3302), + [aux_sym_simple_identifier_token4] = ACTIONS(3302), + [anon_sym_actor] = ACTIONS(3300), + [anon_sym_async] = ACTIONS(3300), + [anon_sym_each] = ACTIONS(3304), + [anon_sym_lazy] = ACTIONS(3300), + [anon_sym_repeat] = ACTIONS(3306), + [anon_sym_package] = ACTIONS(3300), + [anon_sym_COMMA] = ACTIONS(619), + [anon_sym_LPAREN] = ACTIONS(3308), + [anon_sym_LBRACK] = ACTIONS(3311), + [anon_sym_DOT] = ACTIONS(625), + [anon_sym_QMARK] = ACTIONS(625), + [anon_sym_QMARK2] = ACTIONS(619), + [anon_sym_some] = ACTIONS(3314), + [anon_sym_any] = ACTIONS(3316), + [anon_sym_AMP] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(3318), + [aux_sym_custom_operator_token1] = ACTIONS(619), + [anon_sym_LT] = ACTIONS(625), + [anon_sym_GT] = ACTIONS(625), + [anon_sym_LBRACE] = ACTIONS(619), + [anon_sym_CARET_LBRACE] = ACTIONS(619), + [anon_sym_PLUS_EQ] = ACTIONS(619), + [anon_sym_DASH_EQ] = ACTIONS(619), + [anon_sym_STAR_EQ] = ACTIONS(619), + [anon_sym_SLASH_EQ] = ACTIONS(619), + [anon_sym_PERCENT_EQ] = ACTIONS(619), + [anon_sym_BANG_EQ] = ACTIONS(625), + [anon_sym_BANG_EQ_EQ] = ACTIONS(619), + [anon_sym_EQ_EQ_EQ] = ACTIONS(619), + [anon_sym_LT_EQ] = ACTIONS(619), + [anon_sym_GT_EQ] = ACTIONS(619), + [anon_sym_DOT_DOT_DOT] = ACTIONS(619), + [anon_sym_DOT_DOT_LT] = ACTIONS(619), + [anon_sym_is] = ACTIONS(625), + [anon_sym_PLUS] = ACTIONS(625), + [anon_sym_DASH] = ACTIONS(625), + [anon_sym_STAR] = ACTIONS(625), + [anon_sym_SLASH] = ACTIONS(625), + [anon_sym_PERCENT] = ACTIONS(625), + [anon_sym_PLUS_PLUS] = ACTIONS(619), + [anon_sym_DASH_DASH] = ACTIONS(619), + [anon_sym_PIPE] = ACTIONS(619), + [anon_sym_CARET] = ACTIONS(625), + [anon_sym_LT_LT] = ACTIONS(619), + [anon_sym_GT_GT] = ACTIONS(619), + [anon_sym_borrowing] = ACTIONS(3300), + [anon_sym_consuming] = ACTIONS(3300), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(619), + [sym__dot_custom] = ACTIONS(619), + [sym__conjunction_operator_custom] = ACTIONS(619), + [sym__disjunction_operator_custom] = ACTIONS(619), + [sym__nil_coalescing_operator_custom] = ACTIONS(619), + [sym__eq_custom] = ACTIONS(619), + [sym__eq_eq_custom] = ACTIONS(619), + [sym__plus_then_ws] = ACTIONS(619), + [sym__minus_then_ws] = ACTIONS(619), + [sym__bang_custom] = ACTIONS(619), + [sym__throws_keyword] = ACTIONS(619), + [sym__rethrows_keyword] = ACTIONS(619), + [sym_where_keyword] = ACTIONS(619), + [sym_else] = ACTIONS(619), + [sym__as_custom] = ACTIONS(619), + [sym__as_quest_custom] = ACTIONS(619), + [sym__as_bang_custom] = ACTIONS(619), + [sym__async_keyword_custom] = ACTIONS(619), + [sym__custom_operator] = ACTIONS(619), + }, + [STATE(1160)] = { + [aux_sym_key_path_expression_repeat1] = STATE(1160), + [anon_sym_BANG] = ACTIONS(2354), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2356), + [anon_sym_package] = ACTIONS(2356), + [anon_sym_COMMA] = ACTIONS(2356), + [anon_sym_LPAREN] = ACTIONS(2356), + [anon_sym_LBRACK] = ACTIONS(2356), + [anon_sym_DOT] = ACTIONS(3320), + [anon_sym_QMARK] = ACTIONS(2354), + [anon_sym_QMARK2] = ACTIONS(2356), + [anon_sym_AMP] = ACTIONS(2356), + [aux_sym_custom_operator_token1] = ACTIONS(2356), + [anon_sym_LT] = ACTIONS(2354), + [anon_sym_GT] = ACTIONS(2354), + [anon_sym_LBRACE] = ACTIONS(2356), + [anon_sym_CARET_LBRACE] = ACTIONS(2356), + [anon_sym_RBRACE] = ACTIONS(2356), + [anon_sym_case] = ACTIONS(2356), + [anon_sym_fallthrough] = ACTIONS(2356), + [anon_sym_PLUS_EQ] = ACTIONS(2356), + [anon_sym_DASH_EQ] = ACTIONS(2356), + [anon_sym_STAR_EQ] = ACTIONS(2356), + [anon_sym_SLASH_EQ] = ACTIONS(2356), + [anon_sym_PERCENT_EQ] = ACTIONS(2356), + [anon_sym_BANG_EQ] = ACTIONS(2354), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2356), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2356), + [anon_sym_LT_EQ] = ACTIONS(2356), + [anon_sym_GT_EQ] = ACTIONS(2356), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2356), + [anon_sym_DOT_DOT_LT] = ACTIONS(2356), + [anon_sym_is] = ACTIONS(2356), + [anon_sym_PLUS] = ACTIONS(2354), + [anon_sym_DASH] = ACTIONS(2354), + [anon_sym_STAR] = ACTIONS(2354), + [anon_sym_SLASH] = ACTIONS(2354), + [anon_sym_PERCENT] = ACTIONS(2354), + [anon_sym_PLUS_PLUS] = ACTIONS(2356), + [anon_sym_DASH_DASH] = ACTIONS(2356), + [anon_sym_PIPE] = ACTIONS(2356), + [anon_sym_CARET] = ACTIONS(2354), + [anon_sym_LT_LT] = ACTIONS(2356), + [anon_sym_GT_GT] = ACTIONS(2356), + [anon_sym_class] = ACTIONS(2356), + [anon_sym_prefix] = ACTIONS(2356), + [anon_sym_infix] = ACTIONS(2356), + [anon_sym_postfix] = ACTIONS(2356), + [anon_sym_AT] = ACTIONS(2354), + [anon_sym_override] = ACTIONS(2356), + [anon_sym_convenience] = ACTIONS(2356), + [anon_sym_required] = ACTIONS(2356), + [anon_sym_nonisolated] = ACTIONS(2356), + [anon_sym_public] = ACTIONS(2356), + [anon_sym_private] = ACTIONS(2356), + [anon_sym_internal] = ACTIONS(2356), + [anon_sym_fileprivate] = ACTIONS(2356), + [anon_sym_open] = ACTIONS(2356), + [anon_sym_mutating] = ACTIONS(2356), + [anon_sym_nonmutating] = ACTIONS(2356), + [anon_sym_static] = ACTIONS(2356), + [anon_sym_dynamic] = ACTIONS(2356), + [anon_sym_optional] = ACTIONS(2356), + [anon_sym_distributed] = ACTIONS(2356), + [anon_sym_final] = ACTIONS(2356), + [anon_sym_inout] = ACTIONS(2356), + [anon_sym_ATescaping] = ACTIONS(2356), + [anon_sym_ATautoclosure] = ACTIONS(2356), + [anon_sym_weak] = ACTIONS(2356), + [anon_sym_unowned] = ACTIONS(2354), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2356), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2356), + [anon_sym_borrowing] = ACTIONS(2356), + [anon_sym_consuming] = ACTIONS(2356), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2356), + [sym__explicit_semi] = ACTIONS(2356), + [sym__dot_custom] = ACTIONS(2356), + [sym__conjunction_operator_custom] = ACTIONS(2356), + [sym__disjunction_operator_custom] = ACTIONS(2356), + [sym__nil_coalescing_operator_custom] = ACTIONS(2356), + [sym__eq_custom] = ACTIONS(2356), + [sym__eq_eq_custom] = ACTIONS(2356), + [sym__plus_then_ws] = ACTIONS(2356), + [sym__minus_then_ws] = ACTIONS(2356), + [sym__bang_custom] = ACTIONS(2356), + [sym_default_keyword] = ACTIONS(2356), + [sym_where_keyword] = ACTIONS(2356), + [sym__as_custom] = ACTIONS(2356), + [sym__as_quest_custom] = ACTIONS(2356), + [sym__as_bang_custom] = ACTIONS(2356), + [sym__custom_operator] = ACTIONS(2356), + }, + [STATE(1161)] = { + [sym__fn_call_lambda_arguments] = STATE(1348), + [sym_lambda_literal] = STATE(995), + [anon_sym_BANG] = ACTIONS(2791), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2794), + [anon_sym_package] = ACTIONS(2794), + [anon_sym_COMMA] = ACTIONS(2794), + [anon_sym_LPAREN] = ACTIONS(2794), + [anon_sym_LBRACK] = ACTIONS(2794), + [anon_sym_QMARK] = ACTIONS(2791), + [anon_sym_QMARK2] = ACTIONS(2794), + [anon_sym_AMP] = ACTIONS(2794), + [aux_sym_custom_operator_token1] = ACTIONS(2794), + [anon_sym_LT] = ACTIONS(2791), + [anon_sym_GT] = ACTIONS(2791), + [anon_sym_LBRACE] = ACTIONS(3323), + [anon_sym_CARET_LBRACE] = ACTIONS(3323), + [anon_sym_RBRACE] = ACTIONS(2794), + [anon_sym_case] = ACTIONS(2794), + [anon_sym_fallthrough] = ACTIONS(2794), + [anon_sym_PLUS_EQ] = ACTIONS(2794), + [anon_sym_DASH_EQ] = ACTIONS(2794), + [anon_sym_STAR_EQ] = ACTIONS(2794), + [anon_sym_SLASH_EQ] = ACTIONS(2794), + [anon_sym_PERCENT_EQ] = ACTIONS(2794), + [anon_sym_BANG_EQ] = ACTIONS(2791), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2794), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2794), + [anon_sym_LT_EQ] = ACTIONS(2794), + [anon_sym_GT_EQ] = ACTIONS(2794), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2794), + [anon_sym_DOT_DOT_LT] = ACTIONS(2794), + [anon_sym_is] = ACTIONS(2794), + [anon_sym_PLUS] = ACTIONS(2791), + [anon_sym_DASH] = ACTIONS(2791), + [anon_sym_STAR] = ACTIONS(2791), + [anon_sym_SLASH] = ACTIONS(2791), + [anon_sym_PERCENT] = ACTIONS(2791), + [anon_sym_PLUS_PLUS] = ACTIONS(2794), + [anon_sym_DASH_DASH] = ACTIONS(2794), + [anon_sym_PIPE] = ACTIONS(2794), + [anon_sym_CARET] = ACTIONS(2791), + [anon_sym_LT_LT] = ACTIONS(2794), + [anon_sym_GT_GT] = ACTIONS(2794), + [anon_sym_class] = ACTIONS(2794), + [anon_sym_prefix] = ACTIONS(2794), + [anon_sym_infix] = ACTIONS(2794), + [anon_sym_postfix] = ACTIONS(2794), + [anon_sym_AT] = ACTIONS(2791), + [anon_sym_override] = ACTIONS(2794), + [anon_sym_convenience] = ACTIONS(2794), + [anon_sym_required] = ACTIONS(2794), + [anon_sym_nonisolated] = ACTIONS(2794), + [anon_sym_public] = ACTIONS(2794), + [anon_sym_private] = ACTIONS(2794), + [anon_sym_internal] = ACTIONS(2794), + [anon_sym_fileprivate] = ACTIONS(2794), + [anon_sym_open] = ACTIONS(2794), + [anon_sym_mutating] = ACTIONS(2794), + [anon_sym_nonmutating] = ACTIONS(2794), + [anon_sym_static] = ACTIONS(2794), + [anon_sym_dynamic] = ACTIONS(2794), + [anon_sym_optional] = ACTIONS(2794), + [anon_sym_distributed] = ACTIONS(2794), + [anon_sym_final] = ACTIONS(2794), + [anon_sym_inout] = ACTIONS(2794), + [anon_sym_ATescaping] = ACTIONS(2794), + [anon_sym_ATautoclosure] = ACTIONS(2794), + [anon_sym_weak] = ACTIONS(2794), + [anon_sym_unowned] = ACTIONS(2791), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2794), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2794), + [anon_sym_borrowing] = ACTIONS(2794), + [anon_sym_consuming] = ACTIONS(2794), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2794), + [sym__explicit_semi] = ACTIONS(2794), + [sym__dot_custom] = ACTIONS(2794), + [sym__conjunction_operator_custom] = ACTIONS(2794), + [sym__disjunction_operator_custom] = ACTIONS(2794), + [sym__nil_coalescing_operator_custom] = ACTIONS(2794), + [sym__eq_custom] = ACTIONS(2794), + [sym__eq_eq_custom] = ACTIONS(2794), + [sym__plus_then_ws] = ACTIONS(2794), + [sym__minus_then_ws] = ACTIONS(2794), + [sym__bang_custom] = ACTIONS(2794), + [sym_default_keyword] = ACTIONS(2794), + [sym_where_keyword] = ACTIONS(2794), + [sym__as_custom] = ACTIONS(2794), + [sym__as_quest_custom] = ACTIONS(2794), + [sym__as_bang_custom] = ACTIONS(2794), + [sym__custom_operator] = ACTIONS(2794), + }, + [STATE(1162)] = { + [sym__conjunction_operator] = STATE(4972), + [sym__disjunction_operator] = STATE(4972), + [anon_sym_BANG] = ACTIONS(2385), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2387), + [anon_sym_package] = ACTIONS(2387), + [anon_sym_COMMA] = ACTIONS(2387), + [anon_sym_LPAREN] = ACTIONS(2387), + [anon_sym_LBRACK] = ACTIONS(2387), + [anon_sym_QMARK] = ACTIONS(2385), + [anon_sym_QMARK2] = ACTIONS(2387), + [anon_sym_AMP] = ACTIONS(2387), + [aux_sym_custom_operator_token1] = ACTIONS(2387), + [anon_sym_LT] = ACTIONS(2385), + [anon_sym_GT] = ACTIONS(2385), + [anon_sym_LBRACE] = ACTIONS(2387), + [anon_sym_CARET_LBRACE] = ACTIONS(2387), + [anon_sym_RBRACE] = ACTIONS(2387), + [anon_sym_case] = ACTIONS(2387), + [anon_sym_fallthrough] = ACTIONS(2387), + [anon_sym_PLUS_EQ] = ACTIONS(2387), + [anon_sym_DASH_EQ] = ACTIONS(2387), + [anon_sym_STAR_EQ] = ACTIONS(2387), + [anon_sym_SLASH_EQ] = ACTIONS(2387), + [anon_sym_PERCENT_EQ] = ACTIONS(2387), + [anon_sym_BANG_EQ] = ACTIONS(2385), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2387), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2387), + [anon_sym_LT_EQ] = ACTIONS(2387), + [anon_sym_GT_EQ] = ACTIONS(2387), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2387), + [anon_sym_DOT_DOT_LT] = ACTIONS(2387), + [anon_sym_is] = ACTIONS(2387), + [anon_sym_PLUS] = ACTIONS(2385), + [anon_sym_DASH] = ACTIONS(2385), + [anon_sym_STAR] = ACTIONS(2385), + [anon_sym_SLASH] = ACTIONS(2385), + [anon_sym_PERCENT] = ACTIONS(2385), + [anon_sym_PLUS_PLUS] = ACTIONS(2387), + [anon_sym_DASH_DASH] = ACTIONS(2387), + [anon_sym_PIPE] = ACTIONS(2387), + [anon_sym_CARET] = ACTIONS(2385), + [anon_sym_LT_LT] = ACTIONS(2387), + [anon_sym_GT_GT] = ACTIONS(2387), + [anon_sym_class] = ACTIONS(2387), + [anon_sym_prefix] = ACTIONS(2387), + [anon_sym_infix] = ACTIONS(2387), + [anon_sym_postfix] = ACTIONS(2387), + [anon_sym_AT] = ACTIONS(2385), + [anon_sym_override] = ACTIONS(2387), + [anon_sym_convenience] = ACTIONS(2387), + [anon_sym_required] = ACTIONS(2387), + [anon_sym_nonisolated] = ACTIONS(2387), + [anon_sym_public] = ACTIONS(2387), + [anon_sym_private] = ACTIONS(2387), + [anon_sym_internal] = ACTIONS(2387), + [anon_sym_fileprivate] = ACTIONS(2387), + [anon_sym_open] = ACTIONS(2387), + [anon_sym_mutating] = ACTIONS(2387), + [anon_sym_nonmutating] = ACTIONS(2387), + [anon_sym_static] = ACTIONS(2387), + [anon_sym_dynamic] = ACTIONS(2387), + [anon_sym_optional] = ACTIONS(2387), + [anon_sym_distributed] = ACTIONS(2387), + [anon_sym_final] = ACTIONS(2387), + [anon_sym_inout] = ACTIONS(2387), + [anon_sym_ATescaping] = ACTIONS(2387), + [anon_sym_ATautoclosure] = ACTIONS(2387), + [anon_sym_weak] = ACTIONS(2387), + [anon_sym_unowned] = ACTIONS(2385), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2387), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2387), + [anon_sym_borrowing] = ACTIONS(2387), + [anon_sym_consuming] = ACTIONS(2387), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2387), + [sym__explicit_semi] = ACTIONS(2387), + [sym__dot_custom] = ACTIONS(2387), + [sym__conjunction_operator_custom] = ACTIONS(3327), + [sym__disjunction_operator_custom] = ACTIONS(3327), + [sym__nil_coalescing_operator_custom] = ACTIONS(2387), + [sym__eq_custom] = ACTIONS(2387), + [sym__eq_eq_custom] = ACTIONS(2387), + [sym__plus_then_ws] = ACTIONS(2387), + [sym__minus_then_ws] = ACTIONS(2387), + [sym__bang_custom] = ACTIONS(2387), + [sym_default_keyword] = ACTIONS(2387), + [sym_where_keyword] = ACTIONS(2387), + [sym__as_custom] = ACTIONS(2387), + [sym__as_quest_custom] = ACTIONS(2387), + [sym__as_bang_custom] = ACTIONS(2387), + [sym__custom_operator] = ACTIONS(2387), + }, + [STATE(1163)] = { + [sym__conjunction_operator] = STATE(4972), + [sym__disjunction_operator] = STATE(4972), + [anon_sym_BANG] = ACTIONS(2373), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2375), + [anon_sym_package] = ACTIONS(2375), + [anon_sym_COMMA] = ACTIONS(2375), + [anon_sym_LPAREN] = ACTIONS(2375), + [anon_sym_LBRACK] = ACTIONS(2375), + [anon_sym_QMARK] = ACTIONS(2373), + [anon_sym_QMARK2] = ACTIONS(2375), + [anon_sym_AMP] = ACTIONS(2375), + [aux_sym_custom_operator_token1] = ACTIONS(2375), + [anon_sym_LT] = ACTIONS(2373), + [anon_sym_GT] = ACTIONS(2373), + [anon_sym_LBRACE] = ACTIONS(2375), + [anon_sym_CARET_LBRACE] = ACTIONS(2375), + [anon_sym_RBRACE] = ACTIONS(2375), + [anon_sym_case] = ACTIONS(2375), + [anon_sym_fallthrough] = ACTIONS(2375), + [anon_sym_PLUS_EQ] = ACTIONS(2375), + [anon_sym_DASH_EQ] = ACTIONS(2375), + [anon_sym_STAR_EQ] = ACTIONS(2375), + [anon_sym_SLASH_EQ] = ACTIONS(2375), + [anon_sym_PERCENT_EQ] = ACTIONS(2375), + [anon_sym_BANG_EQ] = ACTIONS(2373), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2375), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2375), + [anon_sym_LT_EQ] = ACTIONS(2375), + [anon_sym_GT_EQ] = ACTIONS(2375), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2375), + [anon_sym_DOT_DOT_LT] = ACTIONS(2375), + [anon_sym_is] = ACTIONS(2375), + [anon_sym_PLUS] = ACTIONS(2373), + [anon_sym_DASH] = ACTIONS(2373), + [anon_sym_STAR] = ACTIONS(2373), + [anon_sym_SLASH] = ACTIONS(2373), + [anon_sym_PERCENT] = ACTIONS(2373), + [anon_sym_PLUS_PLUS] = ACTIONS(2375), + [anon_sym_DASH_DASH] = ACTIONS(2375), + [anon_sym_PIPE] = ACTIONS(2375), + [anon_sym_CARET] = ACTIONS(2373), + [anon_sym_LT_LT] = ACTIONS(2375), + [anon_sym_GT_GT] = ACTIONS(2375), + [anon_sym_class] = ACTIONS(2375), + [anon_sym_prefix] = ACTIONS(2375), + [anon_sym_infix] = ACTIONS(2375), + [anon_sym_postfix] = ACTIONS(2375), + [anon_sym_AT] = ACTIONS(2373), + [anon_sym_override] = ACTIONS(2375), + [anon_sym_convenience] = ACTIONS(2375), + [anon_sym_required] = ACTIONS(2375), + [anon_sym_nonisolated] = ACTIONS(2375), + [anon_sym_public] = ACTIONS(2375), + [anon_sym_private] = ACTIONS(2375), + [anon_sym_internal] = ACTIONS(2375), + [anon_sym_fileprivate] = ACTIONS(2375), + [anon_sym_open] = ACTIONS(2375), + [anon_sym_mutating] = ACTIONS(2375), + [anon_sym_nonmutating] = ACTIONS(2375), + [anon_sym_static] = ACTIONS(2375), + [anon_sym_dynamic] = ACTIONS(2375), + [anon_sym_optional] = ACTIONS(2375), + [anon_sym_distributed] = ACTIONS(2375), + [anon_sym_final] = ACTIONS(2375), + [anon_sym_inout] = ACTIONS(2375), + [anon_sym_ATescaping] = ACTIONS(2375), + [anon_sym_ATautoclosure] = ACTIONS(2375), + [anon_sym_weak] = ACTIONS(2375), + [anon_sym_unowned] = ACTIONS(2373), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2375), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2375), + [anon_sym_borrowing] = ACTIONS(2375), + [anon_sym_consuming] = ACTIONS(2375), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2375), + [sym__explicit_semi] = ACTIONS(2375), + [sym__dot_custom] = ACTIONS(2375), + [sym__conjunction_operator_custom] = ACTIONS(3327), + [sym__disjunction_operator_custom] = ACTIONS(3327), + [sym__nil_coalescing_operator_custom] = ACTIONS(2375), + [sym__eq_custom] = ACTIONS(2375), + [sym__eq_eq_custom] = ACTIONS(2375), + [sym__plus_then_ws] = ACTIONS(2375), + [sym__minus_then_ws] = ACTIONS(2375), + [sym__bang_custom] = ACTIONS(2375), + [sym_default_keyword] = ACTIONS(2375), + [sym_where_keyword] = ACTIONS(2375), + [sym__as_custom] = ACTIONS(2375), + [sym__as_quest_custom] = ACTIONS(2375), + [sym__as_bang_custom] = ACTIONS(2375), + [sym__custom_operator] = ACTIONS(2375), + }, + [STATE(1164)] = { + [anon_sym_BANG] = ACTIONS(1779), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1779), + [aux_sym_simple_identifier_token2] = ACTIONS(1781), + [aux_sym_simple_identifier_token3] = ACTIONS(1781), + [aux_sym_simple_identifier_token4] = ACTIONS(1781), + [anon_sym_actor] = ACTIONS(1779), + [anon_sym_async] = ACTIONS(1779), + [anon_sym_each] = ACTIONS(1779), + [anon_sym_lazy] = ACTIONS(1779), + [anon_sym_repeat] = ACTIONS(1779), + [anon_sym_package] = ACTIONS(1779), + [anon_sym_nil] = ACTIONS(1779), + [sym_real_literal] = ACTIONS(1781), + [sym_integer_literal] = ACTIONS(1779), + [sym_hex_literal] = ACTIONS(1779), + [sym_oct_literal] = ACTIONS(1781), + [sym_bin_literal] = ACTIONS(1781), + [anon_sym_true] = ACTIONS(1779), + [anon_sym_false] = ACTIONS(1779), + [anon_sym_DQUOTE] = ACTIONS(1779), + [anon_sym_BSLASH] = ACTIONS(1781), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1781), + [anon_sym_COMMA] = ACTIONS(1783), + [sym__oneline_regex_literal] = ACTIONS(1779), + [anon_sym_LPAREN] = ACTIONS(1781), + [anon_sym_LBRACK] = ACTIONS(1781), + [anon_sym_QMARK] = ACTIONS(1785), + [anon_sym_QMARK2] = ACTIONS(1783), + [anon_sym_AMP] = ACTIONS(1781), + [anon_sym_TILDE] = ACTIONS(1781), + [anon_sym_if] = ACTIONS(1779), + [anon_sym_switch] = ACTIONS(1779), + [aux_sym_custom_operator_token1] = ACTIONS(1781), + [anon_sym_LT] = ACTIONS(1779), + [anon_sym_GT] = ACTIONS(1779), + [anon_sym_await] = ACTIONS(1779), + [anon_sym_LBRACE] = ACTIONS(1781), + [anon_sym_CARET_LBRACE] = ACTIONS(1781), + [anon_sym_RBRACE] = ACTIONS(1783), + [anon_sym_self] = ACTIONS(1779), + [anon_sym_super] = ACTIONS(1779), + [anon_sym_try] = ACTIONS(1779), + [anon_sym_PLUS_EQ] = ACTIONS(1781), + [anon_sym_DASH_EQ] = ACTIONS(1781), + [anon_sym_STAR_EQ] = ACTIONS(1781), + [anon_sym_SLASH_EQ] = ACTIONS(1781), + [anon_sym_PERCENT_EQ] = ACTIONS(1781), + [anon_sym_BANG_EQ] = ACTIONS(1779), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1781), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1781), + [anon_sym_LT_EQ] = ACTIONS(1781), + [anon_sym_GT_EQ] = ACTIONS(1781), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1781), + [anon_sym_DOT_DOT_LT] = ACTIONS(1781), + [anon_sym_is] = ACTIONS(1785), + [anon_sym_PLUS] = ACTIONS(1779), + [anon_sym_DASH] = ACTIONS(1779), + [anon_sym_STAR] = ACTIONS(1779), + [anon_sym_SLASH] = ACTIONS(1779), + [anon_sym_PERCENT] = ACTIONS(1779), + [anon_sym_PLUS_PLUS] = ACTIONS(1781), + [anon_sym_DASH_DASH] = ACTIONS(1781), + [anon_sym_PIPE] = ACTIONS(1781), + [anon_sym_CARET] = ACTIONS(1779), + [anon_sym_LT_LT] = ACTIONS(1781), + [anon_sym_GT_GT] = ACTIONS(1781), + [anon_sym_borrowing] = ACTIONS(1779), + [anon_sym_consuming] = ACTIONS(1779), + [sym_multiline_comment] = ACTIONS(1783), + [sym_raw_str_part] = ACTIONS(1781), + [sym_raw_str_end_part] = ACTIONS(1781), + [sym__implicit_semi] = ACTIONS(1783), + [sym__explicit_semi] = ACTIONS(1783), + [sym__dot_custom] = ACTIONS(1781), + [sym__conjunction_operator_custom] = ACTIONS(1783), + [sym__disjunction_operator_custom] = ACTIONS(1783), + [sym__nil_coalescing_operator_custom] = ACTIONS(1783), + [sym__eq_custom] = ACTIONS(1781), + [sym__eq_eq_custom] = ACTIONS(1781), + [sym__plus_then_ws] = ACTIONS(1781), + [sym__minus_then_ws] = ACTIONS(1781), + [sym__bang_custom] = ACTIONS(1781), + [sym__as_custom] = ACTIONS(1783), + [sym__as_quest_custom] = ACTIONS(1783), + [sym__as_bang_custom] = ACTIONS(1783), + [sym__custom_operator] = ACTIONS(1781), + [sym__hash_symbol_custom] = ACTIONS(1781), + [sym__directive_if] = ACTIONS(1781), + [sym__directive_elseif] = ACTIONS(1781), + [sym__directive_else] = ACTIONS(1781), + [sym__directive_endif] = ACTIONS(1781), + }, + [STATE(1165)] = { + [anon_sym_BANG] = ACTIONS(1761), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1761), + [aux_sym_simple_identifier_token2] = ACTIONS(1763), + [aux_sym_simple_identifier_token3] = ACTIONS(1763), + [aux_sym_simple_identifier_token4] = ACTIONS(1763), + [anon_sym_actor] = ACTIONS(1761), + [anon_sym_async] = ACTIONS(1761), + [anon_sym_each] = ACTIONS(1761), + [anon_sym_lazy] = ACTIONS(1761), + [anon_sym_repeat] = ACTIONS(1761), + [anon_sym_package] = ACTIONS(1761), + [anon_sym_nil] = ACTIONS(1761), + [sym_real_literal] = ACTIONS(1763), + [sym_integer_literal] = ACTIONS(1761), + [sym_hex_literal] = ACTIONS(1761), + [sym_oct_literal] = ACTIONS(1763), + [sym_bin_literal] = ACTIONS(1763), + [anon_sym_true] = ACTIONS(1761), + [anon_sym_false] = ACTIONS(1761), + [anon_sym_DQUOTE] = ACTIONS(1761), + [anon_sym_BSLASH] = ACTIONS(1763), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1763), + [anon_sym_RPAREN] = ACTIONS(1763), + [anon_sym_COMMA] = ACTIONS(1763), + [sym__oneline_regex_literal] = ACTIONS(1761), + [anon_sym_COLON] = ACTIONS(1763), + [anon_sym_LPAREN] = ACTIONS(1763), + [anon_sym_LBRACK] = ACTIONS(1763), + [anon_sym_RBRACK] = ACTIONS(1763), + [anon_sym_QMARK] = ACTIONS(1761), + [anon_sym_QMARK2] = ACTIONS(1763), + [anon_sym_AMP] = ACTIONS(1763), + [anon_sym_TILDE] = ACTIONS(1763), + [anon_sym_if] = ACTIONS(1761), + [anon_sym_switch] = ACTIONS(1761), + [aux_sym_custom_operator_token1] = ACTIONS(1763), + [anon_sym_LT] = ACTIONS(1761), + [anon_sym_GT] = ACTIONS(1761), + [anon_sym_await] = ACTIONS(1761), + [anon_sym_LBRACE] = ACTIONS(1763), + [anon_sym_CARET_LBRACE] = ACTIONS(1763), + [anon_sym_self] = ACTIONS(1761), + [anon_sym_super] = ACTIONS(1761), + [anon_sym_try] = ACTIONS(1761), + [anon_sym_PLUS_EQ] = ACTIONS(1763), + [anon_sym_DASH_EQ] = ACTIONS(1763), + [anon_sym_STAR_EQ] = ACTIONS(1763), + [anon_sym_SLASH_EQ] = ACTIONS(1763), + [anon_sym_PERCENT_EQ] = ACTIONS(1763), + [anon_sym_BANG_EQ] = ACTIONS(1761), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1763), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1763), + [anon_sym_LT_EQ] = ACTIONS(1763), + [anon_sym_GT_EQ] = ACTIONS(1763), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1763), + [anon_sym_DOT_DOT_LT] = ACTIONS(1763), + [anon_sym_is] = ACTIONS(1761), + [anon_sym_PLUS] = ACTIONS(1761), + [anon_sym_DASH] = ACTIONS(1761), + [anon_sym_STAR] = ACTIONS(1761), + [anon_sym_SLASH] = ACTIONS(1761), + [anon_sym_PERCENT] = ACTIONS(1761), + [anon_sym_PLUS_PLUS] = ACTIONS(1763), + [anon_sym_DASH_DASH] = ACTIONS(1763), + [anon_sym_PIPE] = ACTIONS(1763), + [anon_sym_CARET] = ACTIONS(1761), + [anon_sym_LT_LT] = ACTIONS(1763), + [anon_sym_GT_GT] = ACTIONS(1763), + [anon_sym_borrowing] = ACTIONS(1761), + [anon_sym_consuming] = ACTIONS(1761), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(1763), + [sym_raw_str_end_part] = ACTIONS(1763), + [sym__dot_custom] = ACTIONS(1763), + [sym__conjunction_operator_custom] = ACTIONS(1763), + [sym__disjunction_operator_custom] = ACTIONS(1763), + [sym__nil_coalescing_operator_custom] = ACTIONS(1763), + [sym__eq_custom] = ACTIONS(1763), + [sym__eq_eq_custom] = ACTIONS(1763), + [sym__plus_then_ws] = ACTIONS(1763), + [sym__minus_then_ws] = ACTIONS(1763), + [sym__bang_custom] = ACTIONS(1763), + [sym__as_custom] = ACTIONS(1763), + [sym__as_quest_custom] = ACTIONS(1763), + [sym__as_bang_custom] = ACTIONS(1763), + [sym__custom_operator] = ACTIONS(1763), + [sym__hash_symbol_custom] = ACTIONS(1763), + [sym__directive_if] = ACTIONS(1763), + [sym__directive_elseif] = ACTIONS(1763), + [sym__directive_else] = ACTIONS(1763), + [sym__directive_endif] = ACTIONS(1763), + }, + [STATE(1166)] = { + [anon_sym_BANG] = ACTIONS(1765), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1768), + [aux_sym_simple_identifier_token2] = ACTIONS(1770), + [aux_sym_simple_identifier_token3] = ACTIONS(1770), + [aux_sym_simple_identifier_token4] = ACTIONS(1770), + [anon_sym_actor] = ACTIONS(1768), + [anon_sym_async] = ACTIONS(1768), + [anon_sym_each] = ACTIONS(1768), + [anon_sym_lazy] = ACTIONS(1768), + [anon_sym_repeat] = ACTIONS(1768), + [anon_sym_package] = ACTIONS(1768), + [anon_sym_nil] = ACTIONS(1768), + [sym_real_literal] = ACTIONS(1770), + [sym_integer_literal] = ACTIONS(1768), + [sym_hex_literal] = ACTIONS(1768), + [sym_oct_literal] = ACTIONS(1770), + [sym_bin_literal] = ACTIONS(1770), + [anon_sym_true] = ACTIONS(1768), + [anon_sym_false] = ACTIONS(1768), + [anon_sym_DQUOTE] = ACTIONS(1768), + [anon_sym_BSLASH] = ACTIONS(1770), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1770), + [anon_sym_COMMA] = ACTIONS(1772), + [sym__oneline_regex_literal] = ACTIONS(1768), + [anon_sym_LPAREN] = ACTIONS(1774), + [anon_sym_LBRACK] = ACTIONS(1774), + [anon_sym_QMARK] = ACTIONS(1777), + [anon_sym_QMARK2] = ACTIONS(1772), + [anon_sym_AMP] = ACTIONS(1774), + [anon_sym_TILDE] = ACTIONS(1770), + [anon_sym_if] = ACTIONS(1768), + [anon_sym_switch] = ACTIONS(1768), + [aux_sym_custom_operator_token1] = ACTIONS(1774), + [anon_sym_LT] = ACTIONS(1765), + [anon_sym_GT] = ACTIONS(1765), + [anon_sym_await] = ACTIONS(1768), + [anon_sym_LBRACE] = ACTIONS(1774), + [anon_sym_CARET_LBRACE] = ACTIONS(1774), + [anon_sym_RBRACE] = ACTIONS(1772), + [anon_sym_self] = ACTIONS(1768), + [anon_sym_super] = ACTIONS(1768), + [anon_sym_try] = ACTIONS(1768), + [anon_sym_PLUS_EQ] = ACTIONS(1774), + [anon_sym_DASH_EQ] = ACTIONS(1774), + [anon_sym_STAR_EQ] = ACTIONS(1774), + [anon_sym_SLASH_EQ] = ACTIONS(1774), + [anon_sym_PERCENT_EQ] = ACTIONS(1774), + [anon_sym_BANG_EQ] = ACTIONS(1765), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1774), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1774), + [anon_sym_LT_EQ] = ACTIONS(1774), + [anon_sym_GT_EQ] = ACTIONS(1774), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1774), + [anon_sym_DOT_DOT_LT] = ACTIONS(1774), + [anon_sym_is] = ACTIONS(1777), + [anon_sym_PLUS] = ACTIONS(1765), + [anon_sym_DASH] = ACTIONS(1765), + [anon_sym_STAR] = ACTIONS(1765), + [anon_sym_SLASH] = ACTIONS(1765), + [anon_sym_PERCENT] = ACTIONS(1765), + [anon_sym_PLUS_PLUS] = ACTIONS(1774), + [anon_sym_DASH_DASH] = ACTIONS(1774), + [anon_sym_PIPE] = ACTIONS(1774), + [anon_sym_CARET] = ACTIONS(1765), + [anon_sym_LT_LT] = ACTIONS(1774), + [anon_sym_GT_GT] = ACTIONS(1774), + [anon_sym_borrowing] = ACTIONS(1768), + [anon_sym_consuming] = ACTIONS(1768), + [sym_multiline_comment] = ACTIONS(1772), + [sym_raw_str_part] = ACTIONS(1770), + [sym_raw_str_end_part] = ACTIONS(1770), + [sym__implicit_semi] = ACTIONS(1772), + [sym__explicit_semi] = ACTIONS(1772), + [sym__dot_custom] = ACTIONS(1774), + [sym__conjunction_operator_custom] = ACTIONS(1772), + [sym__disjunction_operator_custom] = ACTIONS(1772), + [sym__nil_coalescing_operator_custom] = ACTIONS(1772), + [sym__eq_custom] = ACTIONS(1774), + [sym__eq_eq_custom] = ACTIONS(1774), + [sym__plus_then_ws] = ACTIONS(1774), + [sym__minus_then_ws] = ACTIONS(1774), + [sym__bang_custom] = ACTIONS(1774), + [sym__as_custom] = ACTIONS(1772), + [sym__as_quest_custom] = ACTIONS(1772), + [sym__as_bang_custom] = ACTIONS(1772), + [sym__custom_operator] = ACTIONS(1774), + [sym__hash_symbol_custom] = ACTIONS(1770), + [sym__directive_if] = ACTIONS(1770), + [sym__directive_elseif] = ACTIONS(1770), + [sym__directive_else] = ACTIONS(1770), + [sym__directive_endif] = ACTIONS(1770), + }, + [STATE(1167)] = { + [anon_sym_BANG] = ACTIONS(1787), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1768), + [aux_sym_simple_identifier_token2] = ACTIONS(1770), + [aux_sym_simple_identifier_token3] = ACTIONS(1770), + [aux_sym_simple_identifier_token4] = ACTIONS(1770), + [anon_sym_actor] = ACTIONS(1768), + [anon_sym_async] = ACTIONS(1768), + [anon_sym_each] = ACTIONS(1768), + [anon_sym_lazy] = ACTIONS(1768), + [anon_sym_repeat] = ACTIONS(1768), + [anon_sym_package] = ACTIONS(1768), + [anon_sym_nil] = ACTIONS(1768), + [sym_real_literal] = ACTIONS(1770), + [sym_integer_literal] = ACTIONS(1768), + [sym_hex_literal] = ACTIONS(1768), + [sym_oct_literal] = ACTIONS(1770), + [sym_bin_literal] = ACTIONS(1770), + [anon_sym_true] = ACTIONS(1768), + [anon_sym_false] = ACTIONS(1768), + [anon_sym_DQUOTE] = ACTIONS(1768), + [anon_sym_BSLASH] = ACTIONS(1770), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1770), + [anon_sym_COMMA] = ACTIONS(1790), + [sym__oneline_regex_literal] = ACTIONS(1768), + [anon_sym_LPAREN] = ACTIONS(1792), + [anon_sym_LBRACK] = ACTIONS(1792), + [anon_sym_QMARK] = ACTIONS(1795), + [anon_sym_QMARK2] = ACTIONS(1790), + [anon_sym_AMP] = ACTIONS(1792), + [anon_sym_TILDE] = ACTIONS(1770), + [anon_sym_if] = ACTIONS(1768), + [anon_sym_switch] = ACTIONS(1768), + [aux_sym_custom_operator_token1] = ACTIONS(1792), + [anon_sym_LT] = ACTIONS(1787), + [anon_sym_GT] = ACTIONS(1787), + [anon_sym_await] = ACTIONS(1768), + [anon_sym_LBRACE] = ACTIONS(1792), + [anon_sym_CARET_LBRACE] = ACTIONS(1792), + [anon_sym_RBRACE] = ACTIONS(1790), + [anon_sym_self] = ACTIONS(1768), + [anon_sym_super] = ACTIONS(1768), + [anon_sym_try] = ACTIONS(1768), + [anon_sym_PLUS_EQ] = ACTIONS(1792), + [anon_sym_DASH_EQ] = ACTIONS(1792), + [anon_sym_STAR_EQ] = ACTIONS(1792), + [anon_sym_SLASH_EQ] = ACTIONS(1792), + [anon_sym_PERCENT_EQ] = ACTIONS(1792), + [anon_sym_BANG_EQ] = ACTIONS(1787), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1792), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1792), + [anon_sym_LT_EQ] = ACTIONS(1792), + [anon_sym_GT_EQ] = ACTIONS(1792), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1792), + [anon_sym_DOT_DOT_LT] = ACTIONS(1792), + [anon_sym_is] = ACTIONS(1795), + [anon_sym_PLUS] = ACTIONS(1787), + [anon_sym_DASH] = ACTIONS(1787), + [anon_sym_STAR] = ACTIONS(1787), + [anon_sym_SLASH] = ACTIONS(1787), + [anon_sym_PERCENT] = ACTIONS(1787), + [anon_sym_PLUS_PLUS] = ACTIONS(1792), + [anon_sym_DASH_DASH] = ACTIONS(1792), + [anon_sym_PIPE] = ACTIONS(1792), + [anon_sym_CARET] = ACTIONS(1787), + [anon_sym_LT_LT] = ACTIONS(1792), + [anon_sym_GT_GT] = ACTIONS(1792), + [anon_sym_borrowing] = ACTIONS(1768), + [anon_sym_consuming] = ACTIONS(1768), + [sym_multiline_comment] = ACTIONS(1790), + [sym_raw_str_part] = ACTIONS(1770), + [sym_raw_str_end_part] = ACTIONS(1770), + [sym__implicit_semi] = ACTIONS(1790), + [sym__explicit_semi] = ACTIONS(1790), + [sym__dot_custom] = ACTIONS(1792), + [sym__conjunction_operator_custom] = ACTIONS(1790), + [sym__disjunction_operator_custom] = ACTIONS(1790), + [sym__nil_coalescing_operator_custom] = ACTIONS(1790), + [sym__eq_custom] = ACTIONS(1792), + [sym__eq_eq_custom] = ACTIONS(1792), + [sym__plus_then_ws] = ACTIONS(1792), + [sym__minus_then_ws] = ACTIONS(1792), + [sym__bang_custom] = ACTIONS(1792), + [sym__as_custom] = ACTIONS(1790), + [sym__as_quest_custom] = ACTIONS(1790), + [sym__as_bang_custom] = ACTIONS(1790), + [sym__custom_operator] = ACTIONS(1792), + [sym__hash_symbol_custom] = ACTIONS(1770), + [sym__directive_if] = ACTIONS(1770), + [sym__directive_elseif] = ACTIONS(1770), + [sym__directive_else] = ACTIONS(1770), + [sym__directive_endif] = ACTIONS(1770), + }, + [STATE(1168)] = { + [anon_sym_BANG] = ACTIONS(2365), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2367), + [anon_sym_package] = ACTIONS(2367), + [anon_sym_COMMA] = ACTIONS(2367), + [anon_sym_LPAREN] = ACTIONS(2367), + [anon_sym_LBRACK] = ACTIONS(2367), + [anon_sym_DOT] = ACTIONS(2365), + [anon_sym_QMARK] = ACTIONS(2365), + [anon_sym_QMARK2] = ACTIONS(2367), + [anon_sym_AMP] = ACTIONS(2367), + [aux_sym_custom_operator_token1] = ACTIONS(2367), + [anon_sym_LT] = ACTIONS(2365), + [anon_sym_GT] = ACTIONS(2365), + [anon_sym_LBRACE] = ACTIONS(2367), + [anon_sym_CARET_LBRACE] = ACTIONS(2367), + [anon_sym_RBRACE] = ACTIONS(2367), + [anon_sym_self] = ACTIONS(2367), + [anon_sym_case] = ACTIONS(2367), + [anon_sym_fallthrough] = ACTIONS(2367), + [anon_sym_PLUS_EQ] = ACTIONS(2367), + [anon_sym_DASH_EQ] = ACTIONS(2367), + [anon_sym_STAR_EQ] = ACTIONS(2367), + [anon_sym_SLASH_EQ] = ACTIONS(2367), + [anon_sym_PERCENT_EQ] = ACTIONS(2367), + [anon_sym_BANG_EQ] = ACTIONS(2365), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2367), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2367), + [anon_sym_LT_EQ] = ACTIONS(2367), + [anon_sym_GT_EQ] = ACTIONS(2367), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2367), + [anon_sym_DOT_DOT_LT] = ACTIONS(2367), + [anon_sym_is] = ACTIONS(2367), + [anon_sym_PLUS] = ACTIONS(2365), + [anon_sym_DASH] = ACTIONS(2365), + [anon_sym_STAR] = ACTIONS(2365), + [anon_sym_SLASH] = ACTIONS(2365), + [anon_sym_PERCENT] = ACTIONS(2365), + [anon_sym_PLUS_PLUS] = ACTIONS(2367), + [anon_sym_DASH_DASH] = ACTIONS(2367), + [anon_sym_PIPE] = ACTIONS(2367), + [anon_sym_CARET] = ACTIONS(2365), + [anon_sym_LT_LT] = ACTIONS(2367), + [anon_sym_GT_GT] = ACTIONS(2367), + [anon_sym_class] = ACTIONS(2367), + [anon_sym_prefix] = ACTIONS(2367), + [anon_sym_infix] = ACTIONS(2367), + [anon_sym_postfix] = ACTIONS(2367), + [anon_sym_AT] = ACTIONS(2365), + [anon_sym_override] = ACTIONS(2367), + [anon_sym_convenience] = ACTIONS(2367), + [anon_sym_required] = ACTIONS(2367), + [anon_sym_nonisolated] = ACTIONS(2367), + [anon_sym_public] = ACTIONS(2367), + [anon_sym_private] = ACTIONS(2367), + [anon_sym_internal] = ACTIONS(2367), + [anon_sym_fileprivate] = ACTIONS(2367), + [anon_sym_open] = ACTIONS(2367), + [anon_sym_mutating] = ACTIONS(2367), + [anon_sym_nonmutating] = ACTIONS(2367), + [anon_sym_static] = ACTIONS(2367), + [anon_sym_dynamic] = ACTIONS(2367), + [anon_sym_optional] = ACTIONS(2367), + [anon_sym_distributed] = ACTIONS(2367), + [anon_sym_final] = ACTIONS(2367), + [anon_sym_inout] = ACTIONS(2367), + [anon_sym_ATescaping] = ACTIONS(2367), + [anon_sym_ATautoclosure] = ACTIONS(2367), + [anon_sym_weak] = ACTIONS(2367), + [anon_sym_unowned] = ACTIONS(2365), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2367), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2367), + [anon_sym_borrowing] = ACTIONS(2367), + [anon_sym_consuming] = ACTIONS(2367), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2367), + [sym__explicit_semi] = ACTIONS(2367), + [sym__dot_custom] = ACTIONS(2367), + [sym__conjunction_operator_custom] = ACTIONS(2367), + [sym__disjunction_operator_custom] = ACTIONS(2367), + [sym__nil_coalescing_operator_custom] = ACTIONS(2367), + [sym__eq_custom] = ACTIONS(2367), + [sym__eq_eq_custom] = ACTIONS(2367), + [sym__plus_then_ws] = ACTIONS(2367), + [sym__minus_then_ws] = ACTIONS(2367), + [sym__bang_custom] = ACTIONS(2367), + [sym_default_keyword] = ACTIONS(2367), + [sym_where_keyword] = ACTIONS(2367), + [sym__as_custom] = ACTIONS(2367), + [sym__as_quest_custom] = ACTIONS(2367), + [sym__as_bang_custom] = ACTIONS(2367), + [sym__custom_operator] = ACTIONS(2367), + }, + [STATE(1169)] = { + [sym_simple_identifier] = STATE(2199), + [sym__contextual_simple_identifier] = STATE(2218), + [sym_unannotated_type] = STATE(1980), + [sym_user_type] = STATE(2123), + [sym__simple_user_type] = STATE(2130), + [sym_tuple_type] = STATE(1958), + [sym_function_type] = STATE(2211), + [sym_array_type] = STATE(2123), + [sym_dictionary_type] = STATE(2123), + [sym_optional_type] = STATE(2211), + [sym_metatype] = STATE(2211), + [sym_opaque_type] = STATE(2211), + [sym_existential_type] = STATE(2211), + [sym_type_parameter_pack] = STATE(2211), + [sym_type_pack_expansion] = STATE(2211), + [sym_protocol_composition_type] = STATE(2211), + [sym_suppressed_constraint] = STATE(2211), + [sym__parenthesized_type] = STATE(2230), + [sym__parameter_ownership_modifier] = STATE(2218), + [anon_sym_BANG] = ACTIONS(625), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(3300), + [aux_sym_simple_identifier_token2] = ACTIONS(3302), + [aux_sym_simple_identifier_token3] = ACTIONS(3302), + [aux_sym_simple_identifier_token4] = ACTIONS(3302), + [anon_sym_actor] = ACTIONS(3300), + [anon_sym_async] = ACTIONS(3300), + [anon_sym_each] = ACTIONS(3304), + [anon_sym_lazy] = ACTIONS(3300), + [anon_sym_repeat] = ACTIONS(3306), + [anon_sym_package] = ACTIONS(3300), + [anon_sym_COMMA] = ACTIONS(619), + [anon_sym_LPAREN] = ACTIONS(3308), + [anon_sym_LBRACK] = ACTIONS(3311), + [anon_sym_DOT] = ACTIONS(625), + [anon_sym_QMARK] = ACTIONS(625), + [anon_sym_QMARK2] = ACTIONS(619), + [anon_sym_some] = ACTIONS(3314), + [anon_sym_any] = ACTIONS(3316), + [anon_sym_AMP] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(3318), + [aux_sym_custom_operator_token1] = ACTIONS(619), + [anon_sym_LT] = ACTIONS(625), + [anon_sym_GT] = ACTIONS(625), + [anon_sym_LBRACE] = ACTIONS(619), + [anon_sym_CARET_LBRACE] = ACTIONS(619), + [anon_sym_PLUS_EQ] = ACTIONS(619), + [anon_sym_DASH_EQ] = ACTIONS(619), + [anon_sym_STAR_EQ] = ACTIONS(619), + [anon_sym_SLASH_EQ] = ACTIONS(619), + [anon_sym_PERCENT_EQ] = ACTIONS(619), + [anon_sym_BANG_EQ] = ACTIONS(625), + [anon_sym_BANG_EQ_EQ] = ACTIONS(619), + [anon_sym_EQ_EQ_EQ] = ACTIONS(619), + [anon_sym_LT_EQ] = ACTIONS(619), + [anon_sym_GT_EQ] = ACTIONS(619), + [anon_sym_DOT_DOT_DOT] = ACTIONS(619), + [anon_sym_DOT_DOT_LT] = ACTIONS(619), + [anon_sym_is] = ACTIONS(625), + [anon_sym_PLUS] = ACTIONS(625), + [anon_sym_DASH] = ACTIONS(625), + [anon_sym_STAR] = ACTIONS(625), + [anon_sym_SLASH] = ACTIONS(625), + [anon_sym_PERCENT] = ACTIONS(625), + [anon_sym_PLUS_PLUS] = ACTIONS(619), + [anon_sym_DASH_DASH] = ACTIONS(619), + [anon_sym_PIPE] = ACTIONS(619), + [anon_sym_CARET] = ACTIONS(625), + [anon_sym_LT_LT] = ACTIONS(619), + [anon_sym_GT_GT] = ACTIONS(619), + [anon_sym_borrowing] = ACTIONS(3300), + [anon_sym_consuming] = ACTIONS(3300), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(619), + [sym__dot_custom] = ACTIONS(619), + [sym__conjunction_operator_custom] = ACTIONS(619), + [sym__disjunction_operator_custom] = ACTIONS(619), + [sym__nil_coalescing_operator_custom] = ACTIONS(619), + [sym__eq_custom] = ACTIONS(619), + [sym__eq_eq_custom] = ACTIONS(619), + [sym__plus_then_ws] = ACTIONS(619), + [sym__minus_then_ws] = ACTIONS(619), + [sym__bang_custom] = ACTIONS(619), + [sym__throws_keyword] = ACTIONS(619), + [sym__rethrows_keyword] = ACTIONS(619), + [sym_where_keyword] = ACTIONS(619), + [sym_else] = ACTIONS(619), + [sym__as_custom] = ACTIONS(619), + [sym__as_quest_custom] = ACTIONS(619), + [sym__as_bang_custom] = ACTIONS(619), + [sym__async_keyword_custom] = ACTIONS(619), + [sym__custom_operator] = ACTIONS(619), + }, + [STATE(1170)] = { + [anon_sym_BANG] = ACTIONS(2300), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2302), + [anon_sym_package] = ACTIONS(2302), + [anon_sym_COMMA] = ACTIONS(2302), + [anon_sym_LPAREN] = ACTIONS(2302), + [anon_sym_LBRACK] = ACTIONS(2302), + [anon_sym_DOT] = ACTIONS(2300), + [anon_sym_QMARK] = ACTIONS(2300), + [anon_sym_QMARK2] = ACTIONS(2302), + [anon_sym_AMP] = ACTIONS(2302), + [aux_sym_custom_operator_token1] = ACTIONS(2302), + [anon_sym_LT] = ACTIONS(2300), + [anon_sym_GT] = ACTIONS(2300), + [anon_sym_LBRACE] = ACTIONS(2302), + [anon_sym_CARET_LBRACE] = ACTIONS(2302), + [anon_sym_RBRACE] = ACTIONS(2302), + [anon_sym_self] = ACTIONS(2302), + [anon_sym_case] = ACTIONS(2302), + [anon_sym_fallthrough] = ACTIONS(2302), + [anon_sym_PLUS_EQ] = ACTIONS(2302), + [anon_sym_DASH_EQ] = ACTIONS(2302), + [anon_sym_STAR_EQ] = ACTIONS(2302), + [anon_sym_SLASH_EQ] = ACTIONS(2302), + [anon_sym_PERCENT_EQ] = ACTIONS(2302), + [anon_sym_BANG_EQ] = ACTIONS(2300), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2302), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2302), + [anon_sym_LT_EQ] = ACTIONS(2302), + [anon_sym_GT_EQ] = ACTIONS(2302), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2302), + [anon_sym_DOT_DOT_LT] = ACTIONS(2302), + [anon_sym_is] = ACTIONS(2302), + [anon_sym_PLUS] = ACTIONS(2300), + [anon_sym_DASH] = ACTIONS(2300), + [anon_sym_STAR] = ACTIONS(2300), + [anon_sym_SLASH] = ACTIONS(2300), + [anon_sym_PERCENT] = ACTIONS(2300), + [anon_sym_PLUS_PLUS] = ACTIONS(2302), + [anon_sym_DASH_DASH] = ACTIONS(2302), + [anon_sym_PIPE] = ACTIONS(2302), + [anon_sym_CARET] = ACTIONS(2300), + [anon_sym_LT_LT] = ACTIONS(2302), + [anon_sym_GT_GT] = ACTIONS(2302), + [anon_sym_class] = ACTIONS(2302), + [anon_sym_prefix] = ACTIONS(2302), + [anon_sym_infix] = ACTIONS(2302), + [anon_sym_postfix] = ACTIONS(2302), + [anon_sym_AT] = ACTIONS(2300), + [anon_sym_override] = ACTIONS(2302), + [anon_sym_convenience] = ACTIONS(2302), + [anon_sym_required] = ACTIONS(2302), + [anon_sym_nonisolated] = ACTIONS(2302), + [anon_sym_public] = ACTIONS(2302), + [anon_sym_private] = ACTIONS(2302), + [anon_sym_internal] = ACTIONS(2302), + [anon_sym_fileprivate] = ACTIONS(2302), + [anon_sym_open] = ACTIONS(2302), + [anon_sym_mutating] = ACTIONS(2302), + [anon_sym_nonmutating] = ACTIONS(2302), + [anon_sym_static] = ACTIONS(2302), + [anon_sym_dynamic] = ACTIONS(2302), + [anon_sym_optional] = ACTIONS(2302), + [anon_sym_distributed] = ACTIONS(2302), + [anon_sym_final] = ACTIONS(2302), + [anon_sym_inout] = ACTIONS(2302), + [anon_sym_ATescaping] = ACTIONS(2302), + [anon_sym_ATautoclosure] = ACTIONS(2302), + [anon_sym_weak] = ACTIONS(2302), + [anon_sym_unowned] = ACTIONS(2300), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2302), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2302), + [anon_sym_borrowing] = ACTIONS(2302), + [anon_sym_consuming] = ACTIONS(2302), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2302), + [sym__explicit_semi] = ACTIONS(2302), + [sym__dot_custom] = ACTIONS(2302), + [sym__conjunction_operator_custom] = ACTIONS(2302), + [sym__disjunction_operator_custom] = ACTIONS(2302), + [sym__nil_coalescing_operator_custom] = ACTIONS(2302), + [sym__eq_custom] = ACTIONS(2302), + [sym__eq_eq_custom] = ACTIONS(2302), + [sym__plus_then_ws] = ACTIONS(2302), + [sym__minus_then_ws] = ACTIONS(2302), + [sym__bang_custom] = ACTIONS(2302), + [sym_default_keyword] = ACTIONS(2302), + [sym_where_keyword] = ACTIONS(2302), + [sym__as_custom] = ACTIONS(2302), + [sym__as_quest_custom] = ACTIONS(2302), + [sym__as_bang_custom] = ACTIONS(2302), + [sym__custom_operator] = ACTIONS(2302), + }, + [STATE(1171)] = { + [sym_simple_identifier] = STATE(5672), + [sym__contextual_simple_identifier] = STATE(6228), + [sym_identifier] = STATE(7224), + [sym_unannotated_type] = STATE(5958), + [sym_user_type] = STATE(6137), + [sym__simple_user_type] = STATE(6123), + [sym_tuple_type] = STATE(5475), + [sym_function_type] = STATE(6481), + [sym_array_type] = STATE(6137), + [sym_dictionary_type] = STATE(6137), + [sym_optional_type] = STATE(6481), + [sym_metatype] = STATE(6481), + [sym_opaque_type] = STATE(6481), + [sym_existential_type] = STATE(6481), + [sym_type_parameter_pack] = STATE(6481), + [sym_type_pack_expansion] = STATE(6481), + [sym_protocol_composition_type] = STATE(6481), + [sym_suppressed_constraint] = STATE(6481), + [sym__parenthesized_type] = STATE(6356), + [sym_type_constraint] = STATE(2478), + [sym_inheritance_constraint] = STATE(2471), + [sym_equality_constraint] = STATE(2471), + [sym__constrained_type] = STATE(7224), + [sym_nested_type_identifier] = STATE(7224), + [sym_attribute] = STATE(4193), + [sym__parameter_ownership_modifier] = STATE(6228), + [aux_sym__lambda_type_declaration_repeat1] = STATE(4193), + [sym_comment] = ACTIONS(5), + [aux_sym_simple_identifier_token1] = ACTIONS(3056), + [aux_sym_simple_identifier_token2] = ACTIONS(3058), + [aux_sym_simple_identifier_token3] = ACTIONS(3058), + [aux_sym_simple_identifier_token4] = ACTIONS(3058), + [anon_sym_actor] = ACTIONS(3056), + [anon_sym_async] = ACTIONS(3056), + [anon_sym_each] = ACTIONS(3060), + [anon_sym_lazy] = ACTIONS(3056), + [anon_sym_repeat] = ACTIONS(3062), + [anon_sym_package] = ACTIONS(3056), + [anon_sym_LPAREN] = ACTIONS(3066), + [anon_sym_LBRACK] = ACTIONS(3068), + [anon_sym_some] = ACTIONS(3070), + [anon_sym_any] = ACTIONS(3072), + [anon_sym_TILDE] = ACTIONS(3074), + [anon_sym_LBRACE] = ACTIONS(3064), + [anon_sym_RBRACE] = ACTIONS(3064), + [anon_sym_case] = ACTIONS(3076), + [anon_sym_import] = ACTIONS(3076), + [anon_sym_typealias] = ACTIONS(3076), + [anon_sym_struct] = ACTIONS(3076), + [anon_sym_class] = ACTIONS(3076), + [anon_sym_enum] = ACTIONS(3076), + [anon_sym_protocol] = ACTIONS(3076), + [anon_sym_let] = ACTIONS(3076), + [anon_sym_var] = ACTIONS(3076), + [anon_sym_func] = ACTIONS(3076), + [anon_sym_extension] = ACTIONS(3076), + [anon_sym_indirect] = ACTIONS(3076), + [anon_sym_init] = ACTIONS(3076), + [anon_sym_deinit] = ACTIONS(3076), + [anon_sym_subscript] = ACTIONS(3076), + [anon_sym_prefix] = ACTIONS(3076), + [anon_sym_infix] = ACTIONS(3076), + [anon_sym_postfix] = ACTIONS(3076), + [anon_sym_precedencegroup] = ACTIONS(3076), + [anon_sym_associatedtype] = ACTIONS(3076), + [anon_sym_AT] = ACTIONS(775), + [anon_sym_override] = ACTIONS(3076), + [anon_sym_convenience] = ACTIONS(3076), + [anon_sym_required] = ACTIONS(3076), + [anon_sym_nonisolated] = ACTIONS(3076), + [anon_sym_public] = ACTIONS(3076), + [anon_sym_private] = ACTIONS(3076), + [anon_sym_internal] = ACTIONS(3076), + [anon_sym_fileprivate] = ACTIONS(3076), + [anon_sym_open] = ACTIONS(3076), + [anon_sym_mutating] = ACTIONS(3076), + [anon_sym_nonmutating] = ACTIONS(3076), + [anon_sym_static] = ACTIONS(3076), + [anon_sym_dynamic] = ACTIONS(3076), + [anon_sym_optional] = ACTIONS(3076), + [anon_sym_distributed] = ACTIONS(3076), + [anon_sym_final] = ACTIONS(3076), + [anon_sym_inout] = ACTIONS(3076), + [anon_sym_ATescaping] = ACTIONS(3064), + [anon_sym_ATautoclosure] = ACTIONS(3064), + [anon_sym_weak] = ACTIONS(3076), + [anon_sym_unowned] = ACTIONS(3076), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(3064), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(3064), + [anon_sym_borrowing] = ACTIONS(3056), + [anon_sym_consuming] = ACTIONS(3056), + [sym_multiline_comment] = ACTIONS(5), + }, + [STATE(1172)] = { + [sym__conjunction_operator] = STATE(4972), + [sym__disjunction_operator] = STATE(4972), + [anon_sym_BANG] = ACTIONS(2379), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2381), + [anon_sym_package] = ACTIONS(2381), + [anon_sym_COMMA] = ACTIONS(2381), + [anon_sym_LPAREN] = ACTIONS(2381), + [anon_sym_LBRACK] = ACTIONS(2381), + [anon_sym_QMARK] = ACTIONS(2379), + [anon_sym_QMARK2] = ACTIONS(2381), + [anon_sym_AMP] = ACTIONS(2381), + [aux_sym_custom_operator_token1] = ACTIONS(2381), + [anon_sym_LT] = ACTIONS(2379), + [anon_sym_GT] = ACTIONS(2379), + [anon_sym_LBRACE] = ACTIONS(2381), + [anon_sym_CARET_LBRACE] = ACTIONS(2381), + [anon_sym_RBRACE] = ACTIONS(2381), + [anon_sym_case] = ACTIONS(2381), + [anon_sym_fallthrough] = ACTIONS(2381), + [anon_sym_PLUS_EQ] = ACTIONS(2381), + [anon_sym_DASH_EQ] = ACTIONS(2381), + [anon_sym_STAR_EQ] = ACTIONS(2381), + [anon_sym_SLASH_EQ] = ACTIONS(2381), + [anon_sym_PERCENT_EQ] = ACTIONS(2381), + [anon_sym_BANG_EQ] = ACTIONS(2379), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2381), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2381), + [anon_sym_LT_EQ] = ACTIONS(2381), + [anon_sym_GT_EQ] = ACTIONS(2381), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2381), + [anon_sym_DOT_DOT_LT] = ACTIONS(2381), + [anon_sym_is] = ACTIONS(2381), + [anon_sym_PLUS] = ACTIONS(2379), + [anon_sym_DASH] = ACTIONS(2379), + [anon_sym_STAR] = ACTIONS(2379), + [anon_sym_SLASH] = ACTIONS(2379), + [anon_sym_PERCENT] = ACTIONS(2379), + [anon_sym_PLUS_PLUS] = ACTIONS(2381), + [anon_sym_DASH_DASH] = ACTIONS(2381), + [anon_sym_PIPE] = ACTIONS(2381), + [anon_sym_CARET] = ACTIONS(2379), + [anon_sym_LT_LT] = ACTIONS(2381), + [anon_sym_GT_GT] = ACTIONS(2381), + [anon_sym_class] = ACTIONS(2381), + [anon_sym_prefix] = ACTIONS(2381), + [anon_sym_infix] = ACTIONS(2381), + [anon_sym_postfix] = ACTIONS(2381), + [anon_sym_AT] = ACTIONS(2379), + [anon_sym_override] = ACTIONS(2381), + [anon_sym_convenience] = ACTIONS(2381), + [anon_sym_required] = ACTIONS(2381), + [anon_sym_nonisolated] = ACTIONS(2381), + [anon_sym_public] = ACTIONS(2381), + [anon_sym_private] = ACTIONS(2381), + [anon_sym_internal] = ACTIONS(2381), + [anon_sym_fileprivate] = ACTIONS(2381), + [anon_sym_open] = ACTIONS(2381), + [anon_sym_mutating] = ACTIONS(2381), + [anon_sym_nonmutating] = ACTIONS(2381), + [anon_sym_static] = ACTIONS(2381), + [anon_sym_dynamic] = ACTIONS(2381), + [anon_sym_optional] = ACTIONS(2381), + [anon_sym_distributed] = ACTIONS(2381), + [anon_sym_final] = ACTIONS(2381), + [anon_sym_inout] = ACTIONS(2381), + [anon_sym_ATescaping] = ACTIONS(2381), + [anon_sym_ATautoclosure] = ACTIONS(2381), + [anon_sym_weak] = ACTIONS(2381), + [anon_sym_unowned] = ACTIONS(2379), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2381), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2381), + [anon_sym_borrowing] = ACTIONS(2381), + [anon_sym_consuming] = ACTIONS(2381), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2381), + [sym__explicit_semi] = ACTIONS(2381), + [sym__dot_custom] = ACTIONS(2381), + [sym__conjunction_operator_custom] = ACTIONS(3327), + [sym__disjunction_operator_custom] = ACTIONS(3327), + [sym__nil_coalescing_operator_custom] = ACTIONS(2381), + [sym__eq_custom] = ACTIONS(2381), + [sym__eq_eq_custom] = ACTIONS(2381), + [sym__plus_then_ws] = ACTIONS(2381), + [sym__minus_then_ws] = ACTIONS(2381), + [sym__bang_custom] = ACTIONS(2381), + [sym_default_keyword] = ACTIONS(2381), + [sym_where_keyword] = ACTIONS(2381), + [sym__as_custom] = ACTIONS(2381), + [sym__as_quest_custom] = ACTIONS(2381), + [sym__as_bang_custom] = ACTIONS(2381), + [sym__custom_operator] = ACTIONS(2381), + }, + [STATE(1173)] = { + [anon_sym_BANG] = ACTIONS(1761), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1761), + [aux_sym_simple_identifier_token2] = ACTIONS(1763), + [aux_sym_simple_identifier_token3] = ACTIONS(1763), + [aux_sym_simple_identifier_token4] = ACTIONS(1763), + [anon_sym_actor] = ACTIONS(1761), + [anon_sym_async] = ACTIONS(1761), + [anon_sym_each] = ACTIONS(1761), + [anon_sym_lazy] = ACTIONS(1761), + [anon_sym_repeat] = ACTIONS(1761), + [anon_sym_package] = ACTIONS(1761), + [anon_sym_nil] = ACTIONS(1761), + [sym_real_literal] = ACTIONS(1763), + [sym_integer_literal] = ACTIONS(1761), + [sym_hex_literal] = ACTIONS(1761), + [sym_oct_literal] = ACTIONS(1763), + [sym_bin_literal] = ACTIONS(1763), + [anon_sym_true] = ACTIONS(1761), + [anon_sym_false] = ACTIONS(1761), + [anon_sym_DQUOTE] = ACTIONS(1761), + [anon_sym_BSLASH] = ACTIONS(1763), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1763), + [anon_sym_COMMA] = ACTIONS(1763), + [sym__oneline_regex_literal] = ACTIONS(1761), + [anon_sym_LPAREN] = ACTIONS(1763), + [anon_sym_LBRACK] = ACTIONS(1763), + [anon_sym_QMARK] = ACTIONS(1761), + [anon_sym_QMARK2] = ACTIONS(1763), + [anon_sym_AMP] = ACTIONS(1763), + [anon_sym_TILDE] = ACTIONS(1763), + [anon_sym_if] = ACTIONS(1761), + [anon_sym_switch] = ACTIONS(1761), + [aux_sym_custom_operator_token1] = ACTIONS(1763), + [anon_sym_LT] = ACTIONS(1761), + [anon_sym_GT] = ACTIONS(1761), + [anon_sym_await] = ACTIONS(1761), + [anon_sym_LBRACE] = ACTIONS(1763), + [anon_sym_CARET_LBRACE] = ACTIONS(1763), + [anon_sym_RBRACE] = ACTIONS(1763), + [anon_sym_self] = ACTIONS(1761), + [anon_sym_super] = ACTIONS(1761), + [anon_sym_try] = ACTIONS(1761), + [anon_sym_PLUS_EQ] = ACTIONS(1763), + [anon_sym_DASH_EQ] = ACTIONS(1763), + [anon_sym_STAR_EQ] = ACTIONS(1763), + [anon_sym_SLASH_EQ] = ACTIONS(1763), + [anon_sym_PERCENT_EQ] = ACTIONS(1763), + [anon_sym_BANG_EQ] = ACTIONS(1761), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1763), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1763), + [anon_sym_LT_EQ] = ACTIONS(1763), + [anon_sym_GT_EQ] = ACTIONS(1763), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1763), + [anon_sym_DOT_DOT_LT] = ACTIONS(1763), + [anon_sym_is] = ACTIONS(1761), + [anon_sym_PLUS] = ACTIONS(1761), + [anon_sym_DASH] = ACTIONS(1761), + [anon_sym_STAR] = ACTIONS(1761), + [anon_sym_SLASH] = ACTIONS(1761), + [anon_sym_PERCENT] = ACTIONS(1761), + [anon_sym_PLUS_PLUS] = ACTIONS(1763), + [anon_sym_DASH_DASH] = ACTIONS(1763), + [anon_sym_PIPE] = ACTIONS(1763), + [anon_sym_CARET] = ACTIONS(1761), + [anon_sym_LT_LT] = ACTIONS(1763), + [anon_sym_GT_GT] = ACTIONS(1763), + [anon_sym_borrowing] = ACTIONS(1761), + [anon_sym_consuming] = ACTIONS(1761), + [sym_multiline_comment] = ACTIONS(1763), + [sym_raw_str_part] = ACTIONS(1763), + [sym_raw_str_end_part] = ACTIONS(1763), + [sym__implicit_semi] = ACTIONS(1763), + [sym__explicit_semi] = ACTIONS(1763), + [sym__dot_custom] = ACTIONS(1763), + [sym__conjunction_operator_custom] = ACTIONS(1763), + [sym__disjunction_operator_custom] = ACTIONS(1763), + [sym__nil_coalescing_operator_custom] = ACTIONS(1763), + [sym__eq_custom] = ACTIONS(1763), + [sym__eq_eq_custom] = ACTIONS(1763), + [sym__plus_then_ws] = ACTIONS(1763), + [sym__minus_then_ws] = ACTIONS(1763), + [sym__bang_custom] = ACTIONS(1763), + [sym__as_custom] = ACTIONS(1763), + [sym__as_quest_custom] = ACTIONS(1763), + [sym__as_bang_custom] = ACTIONS(1763), + [sym__custom_operator] = ACTIONS(1763), + [sym__hash_symbol_custom] = ACTIONS(1763), + [sym__directive_if] = ACTIONS(1763), + [sym__directive_elseif] = ACTIONS(1763), + [sym__directive_else] = ACTIONS(1763), + [sym__directive_endif] = ACTIONS(1763), + }, + [STATE(1174)] = { + [anon_sym_BANG] = ACTIONS(1757), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1757), + [aux_sym_simple_identifier_token2] = ACTIONS(1759), + [aux_sym_simple_identifier_token3] = ACTIONS(1759), + [aux_sym_simple_identifier_token4] = ACTIONS(1759), + [anon_sym_actor] = ACTIONS(1757), + [anon_sym_async] = ACTIONS(1757), + [anon_sym_each] = ACTIONS(1757), + [anon_sym_lazy] = ACTIONS(1757), + [anon_sym_repeat] = ACTIONS(1757), + [anon_sym_package] = ACTIONS(1757), + [anon_sym_nil] = ACTIONS(1757), + [sym_real_literal] = ACTIONS(1759), + [sym_integer_literal] = ACTIONS(1757), + [sym_hex_literal] = ACTIONS(1757), + [sym_oct_literal] = ACTIONS(1759), + [sym_bin_literal] = ACTIONS(1759), + [anon_sym_true] = ACTIONS(1757), + [anon_sym_false] = ACTIONS(1757), + [anon_sym_DQUOTE] = ACTIONS(1757), + [anon_sym_BSLASH] = ACTIONS(1759), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1759), + [anon_sym_COMMA] = ACTIONS(1759), + [sym__oneline_regex_literal] = ACTIONS(1757), + [anon_sym_LPAREN] = ACTIONS(1759), + [anon_sym_LBRACK] = ACTIONS(1759), + [anon_sym_QMARK] = ACTIONS(1757), + [anon_sym_QMARK2] = ACTIONS(1759), + [anon_sym_AMP] = ACTIONS(1759), + [anon_sym_TILDE] = ACTIONS(1759), + [anon_sym_if] = ACTIONS(1757), + [anon_sym_switch] = ACTIONS(1757), + [aux_sym_custom_operator_token1] = ACTIONS(1759), + [anon_sym_LT] = ACTIONS(1757), + [anon_sym_GT] = ACTIONS(1757), + [anon_sym_await] = ACTIONS(1757), + [anon_sym_LBRACE] = ACTIONS(1759), + [anon_sym_CARET_LBRACE] = ACTIONS(1759), + [anon_sym_RBRACE] = ACTIONS(1759), + [anon_sym_self] = ACTIONS(1757), + [anon_sym_super] = ACTIONS(1757), + [anon_sym_try] = ACTIONS(1757), + [anon_sym_PLUS_EQ] = ACTIONS(1759), + [anon_sym_DASH_EQ] = ACTIONS(1759), + [anon_sym_STAR_EQ] = ACTIONS(1759), + [anon_sym_SLASH_EQ] = ACTIONS(1759), + [anon_sym_PERCENT_EQ] = ACTIONS(1759), + [anon_sym_BANG_EQ] = ACTIONS(1757), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1759), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1759), + [anon_sym_LT_EQ] = ACTIONS(1759), + [anon_sym_GT_EQ] = ACTIONS(1759), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1759), + [anon_sym_DOT_DOT_LT] = ACTIONS(1759), + [anon_sym_is] = ACTIONS(1757), + [anon_sym_PLUS] = ACTIONS(1757), + [anon_sym_DASH] = ACTIONS(1757), + [anon_sym_STAR] = ACTIONS(1757), + [anon_sym_SLASH] = ACTIONS(1757), + [anon_sym_PERCENT] = ACTIONS(1757), + [anon_sym_PLUS_PLUS] = ACTIONS(1759), + [anon_sym_DASH_DASH] = ACTIONS(1759), + [anon_sym_PIPE] = ACTIONS(1759), + [anon_sym_CARET] = ACTIONS(1757), + [anon_sym_LT_LT] = ACTIONS(1759), + [anon_sym_GT_GT] = ACTIONS(1759), + [anon_sym_borrowing] = ACTIONS(1757), + [anon_sym_consuming] = ACTIONS(1757), + [sym_multiline_comment] = ACTIONS(1759), + [sym_raw_str_part] = ACTIONS(1759), + [sym_raw_str_end_part] = ACTIONS(1759), + [sym__implicit_semi] = ACTIONS(1759), + [sym__explicit_semi] = ACTIONS(1759), + [sym__dot_custom] = ACTIONS(1759), + [sym__conjunction_operator_custom] = ACTIONS(1759), + [sym__disjunction_operator_custom] = ACTIONS(1759), + [sym__nil_coalescing_operator_custom] = ACTIONS(1759), + [sym__eq_custom] = ACTIONS(1759), + [sym__eq_eq_custom] = ACTIONS(1759), + [sym__plus_then_ws] = ACTIONS(1759), + [sym__minus_then_ws] = ACTIONS(1759), + [sym__bang_custom] = ACTIONS(1759), + [sym__as_custom] = ACTIONS(1759), + [sym__as_quest_custom] = ACTIONS(1759), + [sym__as_bang_custom] = ACTIONS(1759), + [sym__custom_operator] = ACTIONS(1759), + [sym__hash_symbol_custom] = ACTIONS(1759), + [sym__directive_if] = ACTIONS(1759), + [sym__directive_elseif] = ACTIONS(1759), + [sym__directive_else] = ACTIONS(1759), + [sym__directive_endif] = ACTIONS(1759), + }, + [STATE(1175)] = { + [sym__fn_call_lambda_arguments] = STATE(1348), + [sym_lambda_literal] = STATE(995), + [anon_sym_BANG] = ACTIONS(2812), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2814), + [anon_sym_package] = ACTIONS(2814), + [anon_sym_COMMA] = ACTIONS(2814), + [anon_sym_LPAREN] = ACTIONS(2814), + [anon_sym_LBRACK] = ACTIONS(2814), + [anon_sym_QMARK] = ACTIONS(2812), + [anon_sym_QMARK2] = ACTIONS(2814), + [anon_sym_AMP] = ACTIONS(2814), + [aux_sym_custom_operator_token1] = ACTIONS(2814), + [anon_sym_LT] = ACTIONS(2812), + [anon_sym_GT] = ACTIONS(2812), + [anon_sym_LBRACE] = ACTIONS(3329), + [anon_sym_CARET_LBRACE] = ACTIONS(3329), + [anon_sym_RBRACE] = ACTIONS(2814), + [anon_sym_case] = ACTIONS(2814), + [anon_sym_fallthrough] = ACTIONS(2814), + [anon_sym_PLUS_EQ] = ACTIONS(2814), + [anon_sym_DASH_EQ] = ACTIONS(2814), + [anon_sym_STAR_EQ] = ACTIONS(2814), + [anon_sym_SLASH_EQ] = ACTIONS(2814), + [anon_sym_PERCENT_EQ] = ACTIONS(2814), + [anon_sym_BANG_EQ] = ACTIONS(2812), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2814), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2814), + [anon_sym_LT_EQ] = ACTIONS(2814), + [anon_sym_GT_EQ] = ACTIONS(2814), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2814), + [anon_sym_DOT_DOT_LT] = ACTIONS(2814), + [anon_sym_is] = ACTIONS(2814), + [anon_sym_PLUS] = ACTIONS(2812), + [anon_sym_DASH] = ACTIONS(2812), + [anon_sym_STAR] = ACTIONS(2812), + [anon_sym_SLASH] = ACTIONS(2812), + [anon_sym_PERCENT] = ACTIONS(2812), + [anon_sym_PLUS_PLUS] = ACTIONS(2814), + [anon_sym_DASH_DASH] = ACTIONS(2814), + [anon_sym_PIPE] = ACTIONS(2814), + [anon_sym_CARET] = ACTIONS(2812), + [anon_sym_LT_LT] = ACTIONS(2814), + [anon_sym_GT_GT] = ACTIONS(2814), + [anon_sym_class] = ACTIONS(2814), + [anon_sym_prefix] = ACTIONS(2814), + [anon_sym_infix] = ACTIONS(2814), + [anon_sym_postfix] = ACTIONS(2814), + [anon_sym_AT] = ACTIONS(2812), + [anon_sym_override] = ACTIONS(2814), + [anon_sym_convenience] = ACTIONS(2814), + [anon_sym_required] = ACTIONS(2814), + [anon_sym_nonisolated] = ACTIONS(2814), + [anon_sym_public] = ACTIONS(2814), + [anon_sym_private] = ACTIONS(2814), + [anon_sym_internal] = ACTIONS(2814), + [anon_sym_fileprivate] = ACTIONS(2814), + [anon_sym_open] = ACTIONS(2814), + [anon_sym_mutating] = ACTIONS(2814), + [anon_sym_nonmutating] = ACTIONS(2814), + [anon_sym_static] = ACTIONS(2814), + [anon_sym_dynamic] = ACTIONS(2814), + [anon_sym_optional] = ACTIONS(2814), + [anon_sym_distributed] = ACTIONS(2814), + [anon_sym_final] = ACTIONS(2814), + [anon_sym_inout] = ACTIONS(2814), + [anon_sym_ATescaping] = ACTIONS(2814), + [anon_sym_ATautoclosure] = ACTIONS(2814), + [anon_sym_weak] = ACTIONS(2814), + [anon_sym_unowned] = ACTIONS(2812), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2814), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2814), + [anon_sym_borrowing] = ACTIONS(2814), + [anon_sym_consuming] = ACTIONS(2814), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2814), + [sym__explicit_semi] = ACTIONS(2814), + [sym__dot_custom] = ACTIONS(2814), + [sym__conjunction_operator_custom] = ACTIONS(2814), + [sym__disjunction_operator_custom] = ACTIONS(2814), + [sym__nil_coalescing_operator_custom] = ACTIONS(2814), + [sym__eq_custom] = ACTIONS(2814), + [sym__eq_eq_custom] = ACTIONS(2814), + [sym__plus_then_ws] = ACTIONS(2814), + [sym__minus_then_ws] = ACTIONS(2814), + [sym__bang_custom] = ACTIONS(2814), + [sym_default_keyword] = ACTIONS(2814), + [sym_where_keyword] = ACTIONS(2814), + [sym__as_custom] = ACTIONS(2814), + [sym__as_quest_custom] = ACTIONS(2814), + [sym__as_bang_custom] = ACTIONS(2814), + [sym__custom_operator] = ACTIONS(2814), + }, + [STATE(1176)] = { + [sym_simple_identifier] = STATE(5672), + [sym__contextual_simple_identifier] = STATE(6228), + [sym_identifier] = STATE(7224), + [sym_unannotated_type] = STATE(5958), + [sym_user_type] = STATE(6137), + [sym__simple_user_type] = STATE(6123), + [sym_tuple_type] = STATE(5475), + [sym_function_type] = STATE(6481), + [sym_array_type] = STATE(6137), + [sym_dictionary_type] = STATE(6137), + [sym_optional_type] = STATE(6481), + [sym_metatype] = STATE(6481), + [sym_opaque_type] = STATE(6481), + [sym_existential_type] = STATE(6481), + [sym_type_parameter_pack] = STATE(6481), + [sym_type_pack_expansion] = STATE(6481), + [sym_protocol_composition_type] = STATE(6481), + [sym_suppressed_constraint] = STATE(6481), + [sym__parenthesized_type] = STATE(6356), + [sym_type_constraint] = STATE(2478), + [sym_inheritance_constraint] = STATE(2471), + [sym_equality_constraint] = STATE(2471), + [sym__constrained_type] = STATE(7224), + [sym_nested_type_identifier] = STATE(7224), + [sym_attribute] = STATE(4193), + [sym__parameter_ownership_modifier] = STATE(6228), + [aux_sym__lambda_type_declaration_repeat1] = STATE(4193), + [sym_comment] = ACTIONS(5), + [aux_sym_simple_identifier_token1] = ACTIONS(3056), + [aux_sym_simple_identifier_token2] = ACTIONS(3058), + [aux_sym_simple_identifier_token3] = ACTIONS(3058), + [aux_sym_simple_identifier_token4] = ACTIONS(3058), + [anon_sym_actor] = ACTIONS(3056), + [anon_sym_async] = ACTIONS(3056), + [anon_sym_each] = ACTIONS(3060), + [anon_sym_lazy] = ACTIONS(3056), + [anon_sym_repeat] = ACTIONS(3062), + [anon_sym_package] = ACTIONS(3056), + [anon_sym_LPAREN] = ACTIONS(3066), + [anon_sym_LBRACK] = ACTIONS(3068), + [anon_sym_some] = ACTIONS(3070), + [anon_sym_any] = ACTIONS(3072), + [anon_sym_TILDE] = ACTIONS(3074), + [anon_sym_LBRACE] = ACTIONS(3080), + [anon_sym_RBRACE] = ACTIONS(3080), + [anon_sym_case] = ACTIONS(3082), + [anon_sym_import] = ACTIONS(3082), + [anon_sym_typealias] = ACTIONS(3082), + [anon_sym_struct] = ACTIONS(3082), + [anon_sym_class] = ACTIONS(3082), + [anon_sym_enum] = ACTIONS(3082), + [anon_sym_protocol] = ACTIONS(3082), + [anon_sym_let] = ACTIONS(3082), + [anon_sym_var] = ACTIONS(3082), + [anon_sym_func] = ACTIONS(3082), + [anon_sym_extension] = ACTIONS(3082), + [anon_sym_indirect] = ACTIONS(3082), + [anon_sym_init] = ACTIONS(3082), + [anon_sym_deinit] = ACTIONS(3082), + [anon_sym_subscript] = ACTIONS(3082), + [anon_sym_prefix] = ACTIONS(3082), + [anon_sym_infix] = ACTIONS(3082), + [anon_sym_postfix] = ACTIONS(3082), + [anon_sym_precedencegroup] = ACTIONS(3082), + [anon_sym_associatedtype] = ACTIONS(3082), + [anon_sym_AT] = ACTIONS(775), + [anon_sym_override] = ACTIONS(3082), + [anon_sym_convenience] = ACTIONS(3082), + [anon_sym_required] = ACTIONS(3082), + [anon_sym_nonisolated] = ACTIONS(3082), + [anon_sym_public] = ACTIONS(3082), + [anon_sym_private] = ACTIONS(3082), + [anon_sym_internal] = ACTIONS(3082), + [anon_sym_fileprivate] = ACTIONS(3082), + [anon_sym_open] = ACTIONS(3082), + [anon_sym_mutating] = ACTIONS(3082), + [anon_sym_nonmutating] = ACTIONS(3082), + [anon_sym_static] = ACTIONS(3082), + [anon_sym_dynamic] = ACTIONS(3082), + [anon_sym_optional] = ACTIONS(3082), + [anon_sym_distributed] = ACTIONS(3082), + [anon_sym_final] = ACTIONS(3082), + [anon_sym_inout] = ACTIONS(3082), + [anon_sym_ATescaping] = ACTIONS(3080), + [anon_sym_ATautoclosure] = ACTIONS(3080), + [anon_sym_weak] = ACTIONS(3082), + [anon_sym_unowned] = ACTIONS(3082), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(3080), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(3080), + [anon_sym_borrowing] = ACTIONS(3056), + [anon_sym_consuming] = ACTIONS(3056), + [sym_multiline_comment] = ACTIONS(5), + }, + [STATE(1177)] = { + [anon_sym_BANG] = ACTIONS(1797), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1797), + [aux_sym_simple_identifier_token2] = ACTIONS(1799), + [aux_sym_simple_identifier_token3] = ACTIONS(1799), + [aux_sym_simple_identifier_token4] = ACTIONS(1799), + [anon_sym_actor] = ACTIONS(1797), + [anon_sym_async] = ACTIONS(1797), + [anon_sym_each] = ACTIONS(1797), + [anon_sym_lazy] = ACTIONS(1797), + [anon_sym_repeat] = ACTIONS(1797), + [anon_sym_package] = ACTIONS(1797), + [anon_sym_nil] = ACTIONS(1797), + [sym_real_literal] = ACTIONS(1799), + [sym_integer_literal] = ACTIONS(1797), + [sym_hex_literal] = ACTIONS(1797), + [sym_oct_literal] = ACTIONS(1799), + [sym_bin_literal] = ACTIONS(1799), + [anon_sym_true] = ACTIONS(1797), + [anon_sym_false] = ACTIONS(1797), + [anon_sym_DQUOTE] = ACTIONS(1797), + [anon_sym_BSLASH] = ACTIONS(1799), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1799), + [anon_sym_COMMA] = ACTIONS(1799), + [sym__oneline_regex_literal] = ACTIONS(1797), + [anon_sym_LPAREN] = ACTIONS(1799), + [anon_sym_LBRACK] = ACTIONS(1799), + [anon_sym_QMARK] = ACTIONS(1797), + [anon_sym_QMARK2] = ACTIONS(1799), + [anon_sym_AMP] = ACTIONS(1799), + [anon_sym_TILDE] = ACTIONS(1799), + [anon_sym_if] = ACTIONS(1797), + [anon_sym_switch] = ACTIONS(1797), + [aux_sym_custom_operator_token1] = ACTIONS(1799), + [anon_sym_LT] = ACTIONS(1797), + [anon_sym_GT] = ACTIONS(1797), + [anon_sym_await] = ACTIONS(1797), + [anon_sym_LBRACE] = ACTIONS(1799), + [anon_sym_CARET_LBRACE] = ACTIONS(1799), + [anon_sym_RBRACE] = ACTIONS(1799), + [anon_sym_self] = ACTIONS(1797), + [anon_sym_super] = ACTIONS(1797), + [anon_sym_try] = ACTIONS(1797), + [anon_sym_PLUS_EQ] = ACTIONS(1799), + [anon_sym_DASH_EQ] = ACTIONS(1799), + [anon_sym_STAR_EQ] = ACTIONS(1799), + [anon_sym_SLASH_EQ] = ACTIONS(1799), + [anon_sym_PERCENT_EQ] = ACTIONS(1799), + [anon_sym_BANG_EQ] = ACTIONS(1797), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1799), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1799), + [anon_sym_LT_EQ] = ACTIONS(1799), + [anon_sym_GT_EQ] = ACTIONS(1799), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1799), + [anon_sym_DOT_DOT_LT] = ACTIONS(1799), + [anon_sym_is] = ACTIONS(1797), + [anon_sym_PLUS] = ACTIONS(1797), + [anon_sym_DASH] = ACTIONS(1797), + [anon_sym_STAR] = ACTIONS(1797), + [anon_sym_SLASH] = ACTIONS(1797), + [anon_sym_PERCENT] = ACTIONS(1797), + [anon_sym_PLUS_PLUS] = ACTIONS(1799), + [anon_sym_DASH_DASH] = ACTIONS(1799), + [anon_sym_PIPE] = ACTIONS(1799), + [anon_sym_CARET] = ACTIONS(1797), + [anon_sym_LT_LT] = ACTIONS(1799), + [anon_sym_GT_GT] = ACTIONS(1799), + [anon_sym_borrowing] = ACTIONS(1797), + [anon_sym_consuming] = ACTIONS(1797), + [sym_multiline_comment] = ACTIONS(1799), + [sym_raw_str_part] = ACTIONS(1799), + [sym_raw_str_end_part] = ACTIONS(1799), + [sym__implicit_semi] = ACTIONS(1799), + [sym__explicit_semi] = ACTIONS(1799), + [sym__dot_custom] = ACTIONS(1799), + [sym__conjunction_operator_custom] = ACTIONS(1799), + [sym__disjunction_operator_custom] = ACTIONS(1799), + [sym__nil_coalescing_operator_custom] = ACTIONS(1799), + [sym__eq_custom] = ACTIONS(1799), + [sym__eq_eq_custom] = ACTIONS(1799), + [sym__plus_then_ws] = ACTIONS(1799), + [sym__minus_then_ws] = ACTIONS(1799), + [sym__bang_custom] = ACTIONS(1799), + [sym__as_custom] = ACTIONS(1799), + [sym__as_quest_custom] = ACTIONS(1799), + [sym__as_bang_custom] = ACTIONS(1799), + [sym__custom_operator] = ACTIONS(1799), + [sym__hash_symbol_custom] = ACTIONS(1799), + [sym__directive_if] = ACTIONS(1799), + [sym__directive_elseif] = ACTIONS(1799), + [sym__directive_else] = ACTIONS(1799), + [sym__directive_endif] = ACTIONS(1799), + }, + [STATE(1178)] = { + [anon_sym_BANG] = ACTIONS(1797), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1797), + [aux_sym_simple_identifier_token2] = ACTIONS(1799), + [aux_sym_simple_identifier_token3] = ACTIONS(1799), + [aux_sym_simple_identifier_token4] = ACTIONS(1799), + [anon_sym_actor] = ACTIONS(1797), + [anon_sym_async] = ACTIONS(1797), + [anon_sym_each] = ACTIONS(1797), + [anon_sym_lazy] = ACTIONS(1797), + [anon_sym_repeat] = ACTIONS(1797), + [anon_sym_package] = ACTIONS(1797), + [anon_sym_nil] = ACTIONS(1797), + [sym_real_literal] = ACTIONS(1799), + [sym_integer_literal] = ACTIONS(1797), + [sym_hex_literal] = ACTIONS(1797), + [sym_oct_literal] = ACTIONS(1799), + [sym_bin_literal] = ACTIONS(1799), + [anon_sym_true] = ACTIONS(1797), + [anon_sym_false] = ACTIONS(1797), + [anon_sym_DQUOTE] = ACTIONS(1797), + [anon_sym_BSLASH] = ACTIONS(1799), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1799), + [anon_sym_RPAREN] = ACTIONS(1799), + [anon_sym_COMMA] = ACTIONS(1799), + [sym__oneline_regex_literal] = ACTIONS(1797), + [anon_sym_COLON] = ACTIONS(1799), + [anon_sym_LPAREN] = ACTIONS(1799), + [anon_sym_LBRACK] = ACTIONS(1799), + [anon_sym_RBRACK] = ACTIONS(1799), + [anon_sym_QMARK] = ACTIONS(1797), + [anon_sym_QMARK2] = ACTIONS(1799), + [anon_sym_AMP] = ACTIONS(1799), + [anon_sym_TILDE] = ACTIONS(1799), + [anon_sym_if] = ACTIONS(1797), + [anon_sym_switch] = ACTIONS(1797), + [aux_sym_custom_operator_token1] = ACTIONS(1799), + [anon_sym_LT] = ACTIONS(1797), + [anon_sym_GT] = ACTIONS(1797), + [anon_sym_await] = ACTIONS(1797), + [anon_sym_LBRACE] = ACTIONS(1799), + [anon_sym_CARET_LBRACE] = ACTIONS(1799), + [anon_sym_self] = ACTIONS(1797), + [anon_sym_super] = ACTIONS(1797), + [anon_sym_try] = ACTIONS(1797), + [anon_sym_PLUS_EQ] = ACTIONS(1799), + [anon_sym_DASH_EQ] = ACTIONS(1799), + [anon_sym_STAR_EQ] = ACTIONS(1799), + [anon_sym_SLASH_EQ] = ACTIONS(1799), + [anon_sym_PERCENT_EQ] = ACTIONS(1799), + [anon_sym_BANG_EQ] = ACTIONS(1797), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1799), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1799), + [anon_sym_LT_EQ] = ACTIONS(1799), + [anon_sym_GT_EQ] = ACTIONS(1799), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1799), + [anon_sym_DOT_DOT_LT] = ACTIONS(1799), + [anon_sym_is] = ACTIONS(1797), + [anon_sym_PLUS] = ACTIONS(1797), + [anon_sym_DASH] = ACTIONS(1797), + [anon_sym_STAR] = ACTIONS(1797), + [anon_sym_SLASH] = ACTIONS(1797), + [anon_sym_PERCENT] = ACTIONS(1797), + [anon_sym_PLUS_PLUS] = ACTIONS(1799), + [anon_sym_DASH_DASH] = ACTIONS(1799), + [anon_sym_PIPE] = ACTIONS(1799), + [anon_sym_CARET] = ACTIONS(1797), + [anon_sym_LT_LT] = ACTIONS(1799), + [anon_sym_GT_GT] = ACTIONS(1799), + [anon_sym_borrowing] = ACTIONS(1797), + [anon_sym_consuming] = ACTIONS(1797), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(1799), + [sym_raw_str_end_part] = ACTIONS(1799), + [sym__dot_custom] = ACTIONS(1799), + [sym__conjunction_operator_custom] = ACTIONS(1799), + [sym__disjunction_operator_custom] = ACTIONS(1799), + [sym__nil_coalescing_operator_custom] = ACTIONS(1799), + [sym__eq_custom] = ACTIONS(1799), + [sym__eq_eq_custom] = ACTIONS(1799), + [sym__plus_then_ws] = ACTIONS(1799), + [sym__minus_then_ws] = ACTIONS(1799), + [sym__bang_custom] = ACTIONS(1799), + [sym__as_custom] = ACTIONS(1799), + [sym__as_quest_custom] = ACTIONS(1799), + [sym__as_bang_custom] = ACTIONS(1799), + [sym__custom_operator] = ACTIONS(1799), + [sym__hash_symbol_custom] = ACTIONS(1799), + [sym__directive_if] = ACTIONS(1799), + [sym__directive_elseif] = ACTIONS(1799), + [sym__directive_else] = ACTIONS(1799), + [sym__directive_endif] = ACTIONS(1799), + }, + [STATE(1179)] = { + [sym_type_arguments] = STATE(1204), + [anon_sym_BANG] = ACTIONS(2191), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2193), + [anon_sym_package] = ACTIONS(2193), + [anon_sym_COMMA] = ACTIONS(2193), + [anon_sym_LPAREN] = ACTIONS(2193), + [anon_sym_LBRACK] = ACTIONS(2193), + [anon_sym_DOT] = ACTIONS(2191), + [anon_sym_QMARK] = ACTIONS(2191), + [anon_sym_QMARK2] = ACTIONS(2193), + [anon_sym_AMP] = ACTIONS(2193), + [aux_sym_custom_operator_token1] = ACTIONS(2193), + [anon_sym_LT] = ACTIONS(3332), + [anon_sym_GT] = ACTIONS(2191), + [anon_sym_LBRACE] = ACTIONS(2193), + [anon_sym_CARET_LBRACE] = ACTIONS(2193), + [anon_sym_RBRACE] = ACTIONS(2193), + [anon_sym_case] = ACTIONS(2193), + [anon_sym_fallthrough] = ACTIONS(2193), + [anon_sym_PLUS_EQ] = ACTIONS(2193), + [anon_sym_DASH_EQ] = ACTIONS(2193), + [anon_sym_STAR_EQ] = ACTIONS(2193), + [anon_sym_SLASH_EQ] = ACTIONS(2193), + [anon_sym_PERCENT_EQ] = ACTIONS(2193), + [anon_sym_BANG_EQ] = ACTIONS(2191), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2193), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2193), + [anon_sym_LT_EQ] = ACTIONS(2193), + [anon_sym_GT_EQ] = ACTIONS(2193), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2193), + [anon_sym_DOT_DOT_LT] = ACTIONS(2193), + [anon_sym_is] = ACTIONS(2193), + [anon_sym_PLUS] = ACTIONS(2191), + [anon_sym_DASH] = ACTIONS(2191), + [anon_sym_STAR] = ACTIONS(2191), + [anon_sym_SLASH] = ACTIONS(2191), + [anon_sym_PERCENT] = ACTIONS(2191), + [anon_sym_PLUS_PLUS] = ACTIONS(2193), + [anon_sym_DASH_DASH] = ACTIONS(2193), + [anon_sym_PIPE] = ACTIONS(2193), + [anon_sym_CARET] = ACTIONS(2191), + [anon_sym_LT_LT] = ACTIONS(2193), + [anon_sym_GT_GT] = ACTIONS(2193), + [anon_sym_class] = ACTIONS(2193), + [anon_sym_prefix] = ACTIONS(2193), + [anon_sym_infix] = ACTIONS(2193), + [anon_sym_postfix] = ACTIONS(2193), + [anon_sym_AT] = ACTIONS(2191), + [anon_sym_override] = ACTIONS(2193), + [anon_sym_convenience] = ACTIONS(2193), + [anon_sym_required] = ACTIONS(2193), + [anon_sym_nonisolated] = ACTIONS(2193), + [anon_sym_public] = ACTIONS(2193), + [anon_sym_private] = ACTIONS(2193), + [anon_sym_internal] = ACTIONS(2193), + [anon_sym_fileprivate] = ACTIONS(2193), + [anon_sym_open] = ACTIONS(2193), + [anon_sym_mutating] = ACTIONS(2193), + [anon_sym_nonmutating] = ACTIONS(2193), + [anon_sym_static] = ACTIONS(2193), + [anon_sym_dynamic] = ACTIONS(2193), + [anon_sym_optional] = ACTIONS(2193), + [anon_sym_distributed] = ACTIONS(2193), + [anon_sym_final] = ACTIONS(2193), + [anon_sym_inout] = ACTIONS(2193), + [anon_sym_ATescaping] = ACTIONS(2193), + [anon_sym_ATautoclosure] = ACTIONS(2193), + [anon_sym_weak] = ACTIONS(2193), + [anon_sym_unowned] = ACTIONS(2191), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2193), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2193), + [anon_sym_borrowing] = ACTIONS(2193), + [anon_sym_consuming] = ACTIONS(2193), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2193), + [sym__explicit_semi] = ACTIONS(2193), + [sym__dot_custom] = ACTIONS(2193), + [sym__conjunction_operator_custom] = ACTIONS(2193), + [sym__disjunction_operator_custom] = ACTIONS(2193), + [sym__nil_coalescing_operator_custom] = ACTIONS(2193), + [sym__eq_custom] = ACTIONS(2193), + [sym__eq_eq_custom] = ACTIONS(2193), + [sym__plus_then_ws] = ACTIONS(2193), + [sym__minus_then_ws] = ACTIONS(2193), + [sym__bang_custom] = ACTIONS(2193), + [sym_default_keyword] = ACTIONS(2193), + [sym_where_keyword] = ACTIONS(2193), + [sym__as_custom] = ACTIONS(2193), + [sym__as_quest_custom] = ACTIONS(2193), + [sym__as_bang_custom] = ACTIONS(2193), + [sym__custom_operator] = ACTIONS(2193), + }, + [STATE(1180)] = { + [anon_sym_BANG] = ACTIONS(1779), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1779), + [aux_sym_simple_identifier_token2] = ACTIONS(1781), + [aux_sym_simple_identifier_token3] = ACTIONS(1781), + [aux_sym_simple_identifier_token4] = ACTIONS(1781), + [anon_sym_actor] = ACTIONS(1779), + [anon_sym_async] = ACTIONS(1779), + [anon_sym_each] = ACTIONS(1779), + [anon_sym_lazy] = ACTIONS(1779), + [anon_sym_repeat] = ACTIONS(1779), + [anon_sym_package] = ACTIONS(1779), + [anon_sym_nil] = ACTIONS(1779), + [sym_real_literal] = ACTIONS(1781), + [sym_integer_literal] = ACTIONS(1779), + [sym_hex_literal] = ACTIONS(1779), + [sym_oct_literal] = ACTIONS(1781), + [sym_bin_literal] = ACTIONS(1781), + [anon_sym_true] = ACTIONS(1779), + [anon_sym_false] = ACTIONS(1779), + [anon_sym_DQUOTE] = ACTIONS(1779), + [anon_sym_BSLASH] = ACTIONS(1781), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1781), + [anon_sym_RPAREN] = ACTIONS(1801), + [anon_sym_COMMA] = ACTIONS(1801), + [sym__oneline_regex_literal] = ACTIONS(1779), + [anon_sym_COLON] = ACTIONS(1801), + [anon_sym_LPAREN] = ACTIONS(1781), + [anon_sym_LBRACK] = ACTIONS(1781), + [anon_sym_RBRACK] = ACTIONS(1801), + [anon_sym_QMARK] = ACTIONS(1803), + [anon_sym_QMARK2] = ACTIONS(1801), + [anon_sym_AMP] = ACTIONS(1781), + [anon_sym_TILDE] = ACTIONS(1781), + [anon_sym_if] = ACTIONS(1779), + [anon_sym_switch] = ACTIONS(1779), + [aux_sym_custom_operator_token1] = ACTIONS(1781), + [anon_sym_LT] = ACTIONS(1779), + [anon_sym_GT] = ACTIONS(1779), + [anon_sym_await] = ACTIONS(1779), + [anon_sym_LBRACE] = ACTIONS(1781), + [anon_sym_CARET_LBRACE] = ACTIONS(1781), + [anon_sym_self] = ACTIONS(1779), + [anon_sym_super] = ACTIONS(1779), + [anon_sym_try] = ACTIONS(1779), + [anon_sym_PLUS_EQ] = ACTIONS(1781), + [anon_sym_DASH_EQ] = ACTIONS(1781), + [anon_sym_STAR_EQ] = ACTIONS(1781), + [anon_sym_SLASH_EQ] = ACTIONS(1781), + [anon_sym_PERCENT_EQ] = ACTIONS(1781), + [anon_sym_BANG_EQ] = ACTIONS(1779), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1781), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1781), + [anon_sym_LT_EQ] = ACTIONS(1781), + [anon_sym_GT_EQ] = ACTIONS(1781), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1781), + [anon_sym_DOT_DOT_LT] = ACTIONS(1781), + [anon_sym_is] = ACTIONS(1803), + [anon_sym_PLUS] = ACTIONS(1779), + [anon_sym_DASH] = ACTIONS(1779), + [anon_sym_STAR] = ACTIONS(1779), + [anon_sym_SLASH] = ACTIONS(1779), + [anon_sym_PERCENT] = ACTIONS(1779), + [anon_sym_PLUS_PLUS] = ACTIONS(1781), + [anon_sym_DASH_DASH] = ACTIONS(1781), + [anon_sym_PIPE] = ACTIONS(1781), + [anon_sym_CARET] = ACTIONS(1779), + [anon_sym_LT_LT] = ACTIONS(1781), + [anon_sym_GT_GT] = ACTIONS(1781), + [anon_sym_borrowing] = ACTIONS(1779), + [anon_sym_consuming] = ACTIONS(1779), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(1781), + [sym_raw_str_end_part] = ACTIONS(1781), + [sym__dot_custom] = ACTIONS(1781), + [sym__conjunction_operator_custom] = ACTIONS(1801), + [sym__disjunction_operator_custom] = ACTIONS(1801), + [sym__nil_coalescing_operator_custom] = ACTIONS(1801), + [sym__eq_custom] = ACTIONS(1781), + [sym__eq_eq_custom] = ACTIONS(1781), + [sym__plus_then_ws] = ACTIONS(1781), + [sym__minus_then_ws] = ACTIONS(1781), + [sym__bang_custom] = ACTIONS(1781), + [sym__as_custom] = ACTIONS(1801), + [sym__as_quest_custom] = ACTIONS(1801), + [sym__as_bang_custom] = ACTIONS(1801), + [sym__custom_operator] = ACTIONS(1781), + [sym__hash_symbol_custom] = ACTIONS(1781), + [sym__directive_if] = ACTIONS(1781), + [sym__directive_elseif] = ACTIONS(1781), + [sym__directive_else] = ACTIONS(1781), + [sym__directive_endif] = ACTIONS(1781), + }, + [STATE(1181)] = { + [anon_sym_BANG] = ACTIONS(1779), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1779), + [aux_sym_simple_identifier_token2] = ACTIONS(1781), + [aux_sym_simple_identifier_token3] = ACTIONS(1781), + [aux_sym_simple_identifier_token4] = ACTIONS(1781), + [anon_sym_actor] = ACTIONS(1779), + [anon_sym_async] = ACTIONS(1779), + [anon_sym_each] = ACTIONS(1779), + [anon_sym_lazy] = ACTIONS(1779), + [anon_sym_repeat] = ACTIONS(1779), + [anon_sym_package] = ACTIONS(1779), + [anon_sym_nil] = ACTIONS(1779), + [sym_real_literal] = ACTIONS(1781), + [sym_integer_literal] = ACTIONS(1779), + [sym_hex_literal] = ACTIONS(1779), + [sym_oct_literal] = ACTIONS(1781), + [sym_bin_literal] = ACTIONS(1781), + [anon_sym_true] = ACTIONS(1779), + [anon_sym_false] = ACTIONS(1779), + [anon_sym_DQUOTE] = ACTIONS(1779), + [anon_sym_BSLASH] = ACTIONS(1781), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1781), + [anon_sym_COMMA] = ACTIONS(1783), + [sym__oneline_regex_literal] = ACTIONS(1779), + [anon_sym_COLON] = ACTIONS(1783), + [anon_sym_LPAREN] = ACTIONS(1781), + [anon_sym_LBRACK] = ACTIONS(1781), + [anon_sym_QMARK] = ACTIONS(1785), + [anon_sym_QMARK2] = ACTIONS(1783), + [anon_sym_AMP] = ACTIONS(1781), + [anon_sym_TILDE] = ACTIONS(1781), + [anon_sym_if] = ACTIONS(1779), + [anon_sym_switch] = ACTIONS(1779), + [aux_sym_custom_operator_token1] = ACTIONS(1781), + [anon_sym_LT] = ACTIONS(1779), + [anon_sym_GT] = ACTIONS(1779), + [anon_sym_await] = ACTIONS(1779), + [anon_sym_LBRACE] = ACTIONS(1781), + [anon_sym_CARET_LBRACE] = ACTIONS(1781), + [anon_sym_self] = ACTIONS(1779), + [anon_sym_super] = ACTIONS(1779), + [anon_sym_try] = ACTIONS(1779), + [anon_sym_PLUS_EQ] = ACTIONS(1781), + [anon_sym_DASH_EQ] = ACTIONS(1781), + [anon_sym_STAR_EQ] = ACTIONS(1781), + [anon_sym_SLASH_EQ] = ACTIONS(1781), + [anon_sym_PERCENT_EQ] = ACTIONS(1781), + [anon_sym_BANG_EQ] = ACTIONS(1779), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1781), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1781), + [anon_sym_LT_EQ] = ACTIONS(1781), + [anon_sym_GT_EQ] = ACTIONS(1781), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1781), + [anon_sym_DOT_DOT_LT] = ACTIONS(1781), + [anon_sym_is] = ACTIONS(1785), + [anon_sym_PLUS] = ACTIONS(1779), + [anon_sym_DASH] = ACTIONS(1779), + [anon_sym_STAR] = ACTIONS(1779), + [anon_sym_SLASH] = ACTIONS(1779), + [anon_sym_PERCENT] = ACTIONS(1779), + [anon_sym_PLUS_PLUS] = ACTIONS(1781), + [anon_sym_DASH_DASH] = ACTIONS(1781), + [anon_sym_PIPE] = ACTIONS(1781), + [anon_sym_CARET] = ACTIONS(1779), + [anon_sym_LT_LT] = ACTIONS(1781), + [anon_sym_GT_GT] = ACTIONS(1781), + [anon_sym_borrowing] = ACTIONS(1779), + [anon_sym_consuming] = ACTIONS(1779), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(1781), + [sym_raw_str_end_part] = ACTIONS(1781), + [sym__dot_custom] = ACTIONS(1781), + [sym__conjunction_operator_custom] = ACTIONS(1783), + [sym__disjunction_operator_custom] = ACTIONS(1783), + [sym__nil_coalescing_operator_custom] = ACTIONS(1783), + [sym__eq_custom] = ACTIONS(1781), + [sym__eq_eq_custom] = ACTIONS(1781), + [sym__plus_then_ws] = ACTIONS(1781), + [sym__minus_then_ws] = ACTIONS(1781), + [sym__bang_custom] = ACTIONS(1781), + [sym_where_keyword] = ACTIONS(1783), + [sym__as_custom] = ACTIONS(1783), + [sym__as_quest_custom] = ACTIONS(1783), + [sym__as_bang_custom] = ACTIONS(1783), + [sym__custom_operator] = ACTIONS(1781), + [sym__hash_symbol_custom] = ACTIONS(1781), + [sym__directive_if] = ACTIONS(1781), + [sym__directive_elseif] = ACTIONS(1781), + [sym__directive_else] = ACTIONS(1781), + [sym__directive_endif] = ACTIONS(1781), + }, + [STATE(1182)] = { + [aux_sym_key_path_expression_repeat1] = STATE(1183), + [anon_sym_BANG] = ACTIONS(2350), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2352), + [anon_sym_package] = ACTIONS(2352), + [anon_sym_COMMA] = ACTIONS(2352), + [anon_sym_LPAREN] = ACTIONS(2352), + [anon_sym_LBRACK] = ACTIONS(2352), + [anon_sym_DOT] = ACTIONS(2821), + [anon_sym_QMARK] = ACTIONS(2350), + [anon_sym_QMARK2] = ACTIONS(2352), + [anon_sym_AMP] = ACTIONS(2352), + [aux_sym_custom_operator_token1] = ACTIONS(2352), + [anon_sym_LT] = ACTIONS(2350), + [anon_sym_GT] = ACTIONS(2350), + [anon_sym_LBRACE] = ACTIONS(2352), + [anon_sym_CARET_LBRACE] = ACTIONS(2352), + [anon_sym_RBRACE] = ACTIONS(2352), + [anon_sym_case] = ACTIONS(2352), + [anon_sym_fallthrough] = ACTIONS(2352), + [anon_sym_PLUS_EQ] = ACTIONS(2352), + [anon_sym_DASH_EQ] = ACTIONS(2352), + [anon_sym_STAR_EQ] = ACTIONS(2352), + [anon_sym_SLASH_EQ] = ACTIONS(2352), + [anon_sym_PERCENT_EQ] = ACTIONS(2352), + [anon_sym_BANG_EQ] = ACTIONS(2350), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2352), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2352), + [anon_sym_LT_EQ] = ACTIONS(2352), + [anon_sym_GT_EQ] = ACTIONS(2352), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2352), + [anon_sym_DOT_DOT_LT] = ACTIONS(2352), + [anon_sym_is] = ACTIONS(2352), + [anon_sym_PLUS] = ACTIONS(2350), + [anon_sym_DASH] = ACTIONS(2350), + [anon_sym_STAR] = ACTIONS(2350), + [anon_sym_SLASH] = ACTIONS(2350), + [anon_sym_PERCENT] = ACTIONS(2350), + [anon_sym_PLUS_PLUS] = ACTIONS(2352), + [anon_sym_DASH_DASH] = ACTIONS(2352), + [anon_sym_PIPE] = ACTIONS(2352), + [anon_sym_CARET] = ACTIONS(2350), + [anon_sym_LT_LT] = ACTIONS(2352), + [anon_sym_GT_GT] = ACTIONS(2352), + [anon_sym_class] = ACTIONS(2352), + [anon_sym_prefix] = ACTIONS(2352), + [anon_sym_infix] = ACTIONS(2352), + [anon_sym_postfix] = ACTIONS(2352), + [anon_sym_AT] = ACTIONS(2350), + [anon_sym_override] = ACTIONS(2352), + [anon_sym_convenience] = ACTIONS(2352), + [anon_sym_required] = ACTIONS(2352), + [anon_sym_nonisolated] = ACTIONS(2352), + [anon_sym_public] = ACTIONS(2352), + [anon_sym_private] = ACTIONS(2352), + [anon_sym_internal] = ACTIONS(2352), + [anon_sym_fileprivate] = ACTIONS(2352), + [anon_sym_open] = ACTIONS(2352), + [anon_sym_mutating] = ACTIONS(2352), + [anon_sym_nonmutating] = ACTIONS(2352), + [anon_sym_static] = ACTIONS(2352), + [anon_sym_dynamic] = ACTIONS(2352), + [anon_sym_optional] = ACTIONS(2352), + [anon_sym_distributed] = ACTIONS(2352), + [anon_sym_final] = ACTIONS(2352), + [anon_sym_inout] = ACTIONS(2352), + [anon_sym_ATescaping] = ACTIONS(2352), + [anon_sym_ATautoclosure] = ACTIONS(2352), + [anon_sym_weak] = ACTIONS(2352), + [anon_sym_unowned] = ACTIONS(2350), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2352), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2352), + [anon_sym_borrowing] = ACTIONS(2352), + [anon_sym_consuming] = ACTIONS(2352), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2352), + [sym__explicit_semi] = ACTIONS(2352), + [sym__dot_custom] = ACTIONS(2352), + [sym__conjunction_operator_custom] = ACTIONS(2352), + [sym__disjunction_operator_custom] = ACTIONS(2352), + [sym__nil_coalescing_operator_custom] = ACTIONS(2352), + [sym__eq_custom] = ACTIONS(2352), + [sym__eq_eq_custom] = ACTIONS(2352), + [sym__plus_then_ws] = ACTIONS(2352), + [sym__minus_then_ws] = ACTIONS(2352), + [sym__bang_custom] = ACTIONS(2352), + [sym_default_keyword] = ACTIONS(2352), + [sym__as_custom] = ACTIONS(2352), + [sym__as_quest_custom] = ACTIONS(2352), + [sym__as_bang_custom] = ACTIONS(2352), + [sym__custom_operator] = ACTIONS(2352), + }, + [STATE(1183)] = { + [aux_sym_key_path_expression_repeat1] = STATE(1183), + [anon_sym_BANG] = ACTIONS(2354), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2356), + [anon_sym_package] = ACTIONS(2356), + [anon_sym_COMMA] = ACTIONS(2356), + [anon_sym_LPAREN] = ACTIONS(2356), + [anon_sym_LBRACK] = ACTIONS(2356), + [anon_sym_DOT] = ACTIONS(3334), + [anon_sym_QMARK] = ACTIONS(2354), + [anon_sym_QMARK2] = ACTIONS(2356), + [anon_sym_AMP] = ACTIONS(2356), + [aux_sym_custom_operator_token1] = ACTIONS(2356), + [anon_sym_LT] = ACTIONS(2354), + [anon_sym_GT] = ACTIONS(2354), + [anon_sym_LBRACE] = ACTIONS(2356), + [anon_sym_CARET_LBRACE] = ACTIONS(2356), + [anon_sym_RBRACE] = ACTIONS(2356), + [anon_sym_case] = ACTIONS(2356), + [anon_sym_fallthrough] = ACTIONS(2356), + [anon_sym_PLUS_EQ] = ACTIONS(2356), + [anon_sym_DASH_EQ] = ACTIONS(2356), + [anon_sym_STAR_EQ] = ACTIONS(2356), + [anon_sym_SLASH_EQ] = ACTIONS(2356), + [anon_sym_PERCENT_EQ] = ACTIONS(2356), + [anon_sym_BANG_EQ] = ACTIONS(2354), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2356), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2356), + [anon_sym_LT_EQ] = ACTIONS(2356), + [anon_sym_GT_EQ] = ACTIONS(2356), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2356), + [anon_sym_DOT_DOT_LT] = ACTIONS(2356), + [anon_sym_is] = ACTIONS(2356), + [anon_sym_PLUS] = ACTIONS(2354), + [anon_sym_DASH] = ACTIONS(2354), + [anon_sym_STAR] = ACTIONS(2354), + [anon_sym_SLASH] = ACTIONS(2354), + [anon_sym_PERCENT] = ACTIONS(2354), + [anon_sym_PLUS_PLUS] = ACTIONS(2356), + [anon_sym_DASH_DASH] = ACTIONS(2356), + [anon_sym_PIPE] = ACTIONS(2356), + [anon_sym_CARET] = ACTIONS(2354), + [anon_sym_LT_LT] = ACTIONS(2356), + [anon_sym_GT_GT] = ACTIONS(2356), + [anon_sym_class] = ACTIONS(2356), + [anon_sym_prefix] = ACTIONS(2356), + [anon_sym_infix] = ACTIONS(2356), + [anon_sym_postfix] = ACTIONS(2356), + [anon_sym_AT] = ACTIONS(2354), + [anon_sym_override] = ACTIONS(2356), + [anon_sym_convenience] = ACTIONS(2356), + [anon_sym_required] = ACTIONS(2356), + [anon_sym_nonisolated] = ACTIONS(2356), + [anon_sym_public] = ACTIONS(2356), + [anon_sym_private] = ACTIONS(2356), + [anon_sym_internal] = ACTIONS(2356), + [anon_sym_fileprivate] = ACTIONS(2356), + [anon_sym_open] = ACTIONS(2356), + [anon_sym_mutating] = ACTIONS(2356), + [anon_sym_nonmutating] = ACTIONS(2356), + [anon_sym_static] = ACTIONS(2356), + [anon_sym_dynamic] = ACTIONS(2356), + [anon_sym_optional] = ACTIONS(2356), + [anon_sym_distributed] = ACTIONS(2356), + [anon_sym_final] = ACTIONS(2356), + [anon_sym_inout] = ACTIONS(2356), + [anon_sym_ATescaping] = ACTIONS(2356), + [anon_sym_ATautoclosure] = ACTIONS(2356), + [anon_sym_weak] = ACTIONS(2356), + [anon_sym_unowned] = ACTIONS(2354), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2356), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2356), + [anon_sym_borrowing] = ACTIONS(2356), + [anon_sym_consuming] = ACTIONS(2356), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2356), + [sym__explicit_semi] = ACTIONS(2356), + [sym__dot_custom] = ACTIONS(2356), + [sym__conjunction_operator_custom] = ACTIONS(2356), + [sym__disjunction_operator_custom] = ACTIONS(2356), + [sym__nil_coalescing_operator_custom] = ACTIONS(2356), + [sym__eq_custom] = ACTIONS(2356), + [sym__eq_eq_custom] = ACTIONS(2356), + [sym__plus_then_ws] = ACTIONS(2356), + [sym__minus_then_ws] = ACTIONS(2356), + [sym__bang_custom] = ACTIONS(2356), + [sym_default_keyword] = ACTIONS(2356), + [sym__as_custom] = ACTIONS(2356), + [sym__as_quest_custom] = ACTIONS(2356), + [sym__as_bang_custom] = ACTIONS(2356), + [sym__custom_operator] = ACTIONS(2356), + }, + [STATE(1184)] = { + [sym_type_arguments] = STATE(2076), + [anon_sym_BANG] = ACTIONS(2405), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2407), + [anon_sym_package] = ACTIONS(2407), + [anon_sym_COMMA] = ACTIONS(2407), + [anon_sym_LPAREN] = ACTIONS(2409), + [anon_sym_LBRACK] = ACTIONS(2407), + [anon_sym_QMARK] = ACTIONS(2405), + [anon_sym_QMARK2] = ACTIONS(2407), + [anon_sym_AMP] = ACTIONS(2407), + [aux_sym_custom_operator_token1] = ACTIONS(2407), + [anon_sym_LT] = ACTIONS(2412), + [anon_sym_GT] = ACTIONS(2405), + [anon_sym_LBRACE] = ACTIONS(2409), + [anon_sym_CARET_LBRACE] = ACTIONS(2409), + [anon_sym_RBRACE] = ACTIONS(2407), + [anon_sym_case] = ACTIONS(2407), + [anon_sym_fallthrough] = ACTIONS(2407), + [anon_sym_PLUS_EQ] = ACTIONS(2407), + [anon_sym_DASH_EQ] = ACTIONS(2407), + [anon_sym_STAR_EQ] = ACTIONS(2407), + [anon_sym_SLASH_EQ] = ACTIONS(2407), + [anon_sym_PERCENT_EQ] = ACTIONS(2407), + [anon_sym_BANG_EQ] = ACTIONS(2405), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2407), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2407), + [anon_sym_LT_EQ] = ACTIONS(2407), + [anon_sym_GT_EQ] = ACTIONS(2407), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2407), + [anon_sym_DOT_DOT_LT] = ACTIONS(2407), + [anon_sym_is] = ACTIONS(2407), + [anon_sym_PLUS] = ACTIONS(2405), + [anon_sym_DASH] = ACTIONS(2405), + [anon_sym_STAR] = ACTIONS(2405), + [anon_sym_SLASH] = ACTIONS(2405), + [anon_sym_PERCENT] = ACTIONS(2405), + [anon_sym_PLUS_PLUS] = ACTIONS(2407), + [anon_sym_DASH_DASH] = ACTIONS(2407), + [anon_sym_PIPE] = ACTIONS(2407), + [anon_sym_CARET] = ACTIONS(2405), + [anon_sym_LT_LT] = ACTIONS(2407), + [anon_sym_GT_GT] = ACTIONS(2407), + [anon_sym_class] = ACTIONS(2407), + [anon_sym_prefix] = ACTIONS(2407), + [anon_sym_infix] = ACTIONS(2407), + [anon_sym_postfix] = ACTIONS(2407), + [anon_sym_AT] = ACTIONS(2405), + [anon_sym_override] = ACTIONS(2407), + [anon_sym_convenience] = ACTIONS(2407), + [anon_sym_required] = ACTIONS(2407), + [anon_sym_nonisolated] = ACTIONS(2407), + [anon_sym_public] = ACTIONS(2407), + [anon_sym_private] = ACTIONS(2407), + [anon_sym_internal] = ACTIONS(2407), + [anon_sym_fileprivate] = ACTIONS(2407), + [anon_sym_open] = ACTIONS(2407), + [anon_sym_mutating] = ACTIONS(2407), + [anon_sym_nonmutating] = ACTIONS(2407), + [anon_sym_static] = ACTIONS(2407), + [anon_sym_dynamic] = ACTIONS(2407), + [anon_sym_optional] = ACTIONS(2407), + [anon_sym_distributed] = ACTIONS(2407), + [anon_sym_final] = ACTIONS(2407), + [anon_sym_inout] = ACTIONS(2407), + [anon_sym_ATescaping] = ACTIONS(2407), + [anon_sym_ATautoclosure] = ACTIONS(2407), + [anon_sym_weak] = ACTIONS(2407), + [anon_sym_unowned] = ACTIONS(2405), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2407), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2407), + [anon_sym_borrowing] = ACTIONS(2407), + [anon_sym_consuming] = ACTIONS(2407), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2407), + [sym__explicit_semi] = ACTIONS(2407), + [sym__dot_custom] = ACTIONS(2409), + [sym__conjunction_operator_custom] = ACTIONS(2407), + [sym__disjunction_operator_custom] = ACTIONS(2407), + [sym__nil_coalescing_operator_custom] = ACTIONS(2407), + [sym__eq_custom] = ACTIONS(2407), + [sym__eq_eq_custom] = ACTIONS(2407), + [sym__plus_then_ws] = ACTIONS(2407), + [sym__minus_then_ws] = ACTIONS(2407), + [sym__bang_custom] = ACTIONS(2407), + [sym_default_keyword] = ACTIONS(2407), + [sym_where_keyword] = ACTIONS(2407), + [sym__as_custom] = ACTIONS(2407), + [sym__as_quest_custom] = ACTIONS(2407), + [sym__as_bang_custom] = ACTIONS(2407), + [sym__custom_operator] = ACTIONS(2407), + }, + [STATE(1185)] = { + [sym_simple_identifier] = STATE(2332), + [sym__contextual_simple_identifier] = STATE(2368), + [sym_unannotated_type] = STATE(2028), + [sym_user_type] = STATE(2154), + [sym__simple_user_type] = STATE(2184), + [sym_tuple_type] = STATE(1972), + [sym_function_type] = STATE(2365), + [sym_array_type] = STATE(2154), + [sym_dictionary_type] = STATE(2154), + [sym_optional_type] = STATE(2365), + [sym_metatype] = STATE(2365), + [sym_opaque_type] = STATE(2365), + [sym_existential_type] = STATE(2365), + [sym_type_parameter_pack] = STATE(2365), + [sym_type_pack_expansion] = STATE(2365), + [sym_protocol_composition_type] = STATE(2365), + [sym_suppressed_constraint] = STATE(2365), + [sym__parenthesized_type] = STATE(2366), + [sym__parameter_ownership_modifier] = STATE(2368), + [anon_sym_BANG] = ACTIONS(625), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(3337), + [aux_sym_simple_identifier_token2] = ACTIONS(3339), + [aux_sym_simple_identifier_token3] = ACTIONS(3339), + [aux_sym_simple_identifier_token4] = ACTIONS(3339), + [anon_sym_actor] = ACTIONS(3337), + [anon_sym_async] = ACTIONS(3337), + [anon_sym_each] = ACTIONS(3341), + [anon_sym_lazy] = ACTIONS(3337), + [anon_sym_repeat] = ACTIONS(3343), + [anon_sym_package] = ACTIONS(3337), + [anon_sym_COMMA] = ACTIONS(619), + [anon_sym_LPAREN] = ACTIONS(3345), + [anon_sym_LBRACK] = ACTIONS(3348), + [anon_sym_DOT] = ACTIONS(625), + [anon_sym_QMARK] = ACTIONS(625), + [anon_sym_QMARK2] = ACTIONS(619), + [anon_sym_some] = ACTIONS(3351), + [anon_sym_any] = ACTIONS(3353), + [anon_sym_AMP] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(3355), + [aux_sym_custom_operator_token1] = ACTIONS(619), + [anon_sym_LT] = ACTIONS(625), + [anon_sym_GT] = ACTIONS(625), + [anon_sym_LBRACE] = ACTIONS(619), + [anon_sym_CARET_LBRACE] = ACTIONS(619), + [anon_sym_PLUS_EQ] = ACTIONS(619), + [anon_sym_DASH_EQ] = ACTIONS(619), + [anon_sym_STAR_EQ] = ACTIONS(619), + [anon_sym_SLASH_EQ] = ACTIONS(619), + [anon_sym_PERCENT_EQ] = ACTIONS(619), + [anon_sym_BANG_EQ] = ACTIONS(625), + [anon_sym_BANG_EQ_EQ] = ACTIONS(619), + [anon_sym_EQ_EQ_EQ] = ACTIONS(619), + [anon_sym_LT_EQ] = ACTIONS(619), + [anon_sym_GT_EQ] = ACTIONS(619), + [anon_sym_DOT_DOT_DOT] = ACTIONS(619), + [anon_sym_DOT_DOT_LT] = ACTIONS(619), + [anon_sym_is] = ACTIONS(625), + [anon_sym_PLUS] = ACTIONS(625), + [anon_sym_DASH] = ACTIONS(625), + [anon_sym_STAR] = ACTIONS(625), + [anon_sym_SLASH] = ACTIONS(625), + [anon_sym_PERCENT] = ACTIONS(625), + [anon_sym_PLUS_PLUS] = ACTIONS(619), + [anon_sym_DASH_DASH] = ACTIONS(619), + [anon_sym_PIPE] = ACTIONS(619), + [anon_sym_CARET] = ACTIONS(625), + [anon_sym_LT_LT] = ACTIONS(619), + [anon_sym_GT_GT] = ACTIONS(619), + [anon_sym_borrowing] = ACTIONS(3337), + [anon_sym_consuming] = ACTIONS(3337), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(619), + [sym__dot_custom] = ACTIONS(619), + [sym__conjunction_operator_custom] = ACTIONS(619), + [sym__disjunction_operator_custom] = ACTIONS(619), + [sym__nil_coalescing_operator_custom] = ACTIONS(619), + [sym__eq_custom] = ACTIONS(619), + [sym__eq_eq_custom] = ACTIONS(619), + [sym__plus_then_ws] = ACTIONS(619), + [sym__minus_then_ws] = ACTIONS(619), + [sym__bang_custom] = ACTIONS(619), + [sym__throws_keyword] = ACTIONS(619), + [sym__rethrows_keyword] = ACTIONS(619), + [sym_else] = ACTIONS(619), + [sym__as_custom] = ACTIONS(619), + [sym__as_quest_custom] = ACTIONS(619), + [sym__as_bang_custom] = ACTIONS(619), + [sym__async_keyword_custom] = ACTIONS(619), + [sym__custom_operator] = ACTIONS(619), + }, + [STATE(1186)] = { + [sym_simple_identifier] = STATE(2332), + [sym__contextual_simple_identifier] = STATE(2368), + [sym_unannotated_type] = STATE(1999), + [sym_user_type] = STATE(2154), + [sym__simple_user_type] = STATE(2184), + [sym_tuple_type] = STATE(1972), + [sym_function_type] = STATE(2365), + [sym_array_type] = STATE(2154), + [sym_dictionary_type] = STATE(2154), + [sym_optional_type] = STATE(2365), + [sym_metatype] = STATE(2365), + [sym_opaque_type] = STATE(2365), + [sym_existential_type] = STATE(2365), + [sym_type_parameter_pack] = STATE(2365), + [sym_type_pack_expansion] = STATE(2365), + [sym_protocol_composition_type] = STATE(2365), + [sym_suppressed_constraint] = STATE(2365), + [sym__parenthesized_type] = STATE(2366), + [sym__parameter_ownership_modifier] = STATE(2368), + [anon_sym_BANG] = ACTIONS(625), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(3337), + [aux_sym_simple_identifier_token2] = ACTIONS(3339), + [aux_sym_simple_identifier_token3] = ACTIONS(3339), + [aux_sym_simple_identifier_token4] = ACTIONS(3339), + [anon_sym_actor] = ACTIONS(3337), + [anon_sym_async] = ACTIONS(3337), + [anon_sym_each] = ACTIONS(3341), + [anon_sym_lazy] = ACTIONS(3337), + [anon_sym_repeat] = ACTIONS(3343), + [anon_sym_package] = ACTIONS(3337), + [anon_sym_COMMA] = ACTIONS(619), + [anon_sym_LPAREN] = ACTIONS(3345), + [anon_sym_LBRACK] = ACTIONS(3348), + [anon_sym_DOT] = ACTIONS(625), + [anon_sym_QMARK] = ACTIONS(625), + [anon_sym_QMARK2] = ACTIONS(619), + [anon_sym_some] = ACTIONS(3351), + [anon_sym_any] = ACTIONS(3353), + [anon_sym_AMP] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(3355), + [aux_sym_custom_operator_token1] = ACTIONS(619), + [anon_sym_LT] = ACTIONS(625), + [anon_sym_GT] = ACTIONS(625), + [anon_sym_LBRACE] = ACTIONS(619), + [anon_sym_CARET_LBRACE] = ACTIONS(619), + [anon_sym_PLUS_EQ] = ACTIONS(619), + [anon_sym_DASH_EQ] = ACTIONS(619), + [anon_sym_STAR_EQ] = ACTIONS(619), + [anon_sym_SLASH_EQ] = ACTIONS(619), + [anon_sym_PERCENT_EQ] = ACTIONS(619), + [anon_sym_BANG_EQ] = ACTIONS(625), + [anon_sym_BANG_EQ_EQ] = ACTIONS(619), + [anon_sym_EQ_EQ_EQ] = ACTIONS(619), + [anon_sym_LT_EQ] = ACTIONS(619), + [anon_sym_GT_EQ] = ACTIONS(619), + [anon_sym_DOT_DOT_DOT] = ACTIONS(619), + [anon_sym_DOT_DOT_LT] = ACTIONS(619), + [anon_sym_is] = ACTIONS(625), + [anon_sym_PLUS] = ACTIONS(625), + [anon_sym_DASH] = ACTIONS(625), + [anon_sym_STAR] = ACTIONS(625), + [anon_sym_SLASH] = ACTIONS(625), + [anon_sym_PERCENT] = ACTIONS(625), + [anon_sym_PLUS_PLUS] = ACTIONS(619), + [anon_sym_DASH_DASH] = ACTIONS(619), + [anon_sym_PIPE] = ACTIONS(619), + [anon_sym_CARET] = ACTIONS(625), + [anon_sym_LT_LT] = ACTIONS(619), + [anon_sym_GT_GT] = ACTIONS(619), + [anon_sym_borrowing] = ACTIONS(3337), + [anon_sym_consuming] = ACTIONS(3337), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(619), + [sym__dot_custom] = ACTIONS(619), + [sym__conjunction_operator_custom] = ACTIONS(619), + [sym__disjunction_operator_custom] = ACTIONS(619), + [sym__nil_coalescing_operator_custom] = ACTIONS(619), + [sym__eq_custom] = ACTIONS(619), + [sym__eq_eq_custom] = ACTIONS(619), + [sym__plus_then_ws] = ACTIONS(619), + [sym__minus_then_ws] = ACTIONS(619), + [sym__bang_custom] = ACTIONS(619), + [sym__throws_keyword] = ACTIONS(619), + [sym__rethrows_keyword] = ACTIONS(619), + [sym_else] = ACTIONS(619), + [sym__as_custom] = ACTIONS(619), + [sym__as_quest_custom] = ACTIONS(619), + [sym__as_bang_custom] = ACTIONS(619), + [sym__async_keyword_custom] = ACTIONS(619), + [sym__custom_operator] = ACTIONS(619), + }, + [STATE(1187)] = { + [anon_sym_BANG] = ACTIONS(2361), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2363), + [anon_sym_package] = ACTIONS(2363), + [anon_sym_COMMA] = ACTIONS(2363), + [anon_sym_LPAREN] = ACTIONS(2363), + [anon_sym_LBRACK] = ACTIONS(2363), + [anon_sym_DOT] = ACTIONS(2361), + [anon_sym_QMARK] = ACTIONS(2361), + [anon_sym_QMARK2] = ACTIONS(2363), + [anon_sym_AMP] = ACTIONS(2363), + [aux_sym_custom_operator_token1] = ACTIONS(2363), + [anon_sym_LT] = ACTIONS(2361), + [anon_sym_GT] = ACTIONS(2361), + [anon_sym_LBRACE] = ACTIONS(2363), + [anon_sym_CARET_LBRACE] = ACTIONS(2363), + [anon_sym_RBRACE] = ACTIONS(2363), + [anon_sym_self] = ACTIONS(2363), + [anon_sym_case] = ACTIONS(2363), + [anon_sym_fallthrough] = ACTIONS(2363), + [anon_sym_PLUS_EQ] = ACTIONS(2363), + [anon_sym_DASH_EQ] = ACTIONS(2363), + [anon_sym_STAR_EQ] = ACTIONS(2363), + [anon_sym_SLASH_EQ] = ACTIONS(2363), + [anon_sym_PERCENT_EQ] = ACTIONS(2363), + [anon_sym_BANG_EQ] = ACTIONS(2361), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2363), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2363), + [anon_sym_LT_EQ] = ACTIONS(2363), + [anon_sym_GT_EQ] = ACTIONS(2363), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2363), + [anon_sym_DOT_DOT_LT] = ACTIONS(2363), + [anon_sym_is] = ACTIONS(2363), + [anon_sym_PLUS] = ACTIONS(2361), + [anon_sym_DASH] = ACTIONS(2361), + [anon_sym_STAR] = ACTIONS(2361), + [anon_sym_SLASH] = ACTIONS(2361), + [anon_sym_PERCENT] = ACTIONS(2361), + [anon_sym_PLUS_PLUS] = ACTIONS(2363), + [anon_sym_DASH_DASH] = ACTIONS(2363), + [anon_sym_PIPE] = ACTIONS(2363), + [anon_sym_CARET] = ACTIONS(2361), + [anon_sym_LT_LT] = ACTIONS(2363), + [anon_sym_GT_GT] = ACTIONS(2363), + [anon_sym_class] = ACTIONS(2363), + [anon_sym_prefix] = ACTIONS(2363), + [anon_sym_infix] = ACTIONS(2363), + [anon_sym_postfix] = ACTIONS(2363), + [anon_sym_AT] = ACTIONS(2361), + [anon_sym_override] = ACTIONS(2363), + [anon_sym_convenience] = ACTIONS(2363), + [anon_sym_required] = ACTIONS(2363), + [anon_sym_nonisolated] = ACTIONS(2363), + [anon_sym_public] = ACTIONS(2363), + [anon_sym_private] = ACTIONS(2363), + [anon_sym_internal] = ACTIONS(2363), + [anon_sym_fileprivate] = ACTIONS(2363), + [anon_sym_open] = ACTIONS(2363), + [anon_sym_mutating] = ACTIONS(2363), + [anon_sym_nonmutating] = ACTIONS(2363), + [anon_sym_static] = ACTIONS(2363), + [anon_sym_dynamic] = ACTIONS(2363), + [anon_sym_optional] = ACTIONS(2363), + [anon_sym_distributed] = ACTIONS(2363), + [anon_sym_final] = ACTIONS(2363), + [anon_sym_inout] = ACTIONS(2363), + [anon_sym_ATescaping] = ACTIONS(2363), + [anon_sym_ATautoclosure] = ACTIONS(2363), + [anon_sym_weak] = ACTIONS(2363), + [anon_sym_unowned] = ACTIONS(2361), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2363), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2363), + [anon_sym_borrowing] = ACTIONS(2363), + [anon_sym_consuming] = ACTIONS(2363), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2363), + [sym__explicit_semi] = ACTIONS(2363), + [sym__dot_custom] = ACTIONS(2363), + [sym__conjunction_operator_custom] = ACTIONS(2363), + [sym__disjunction_operator_custom] = ACTIONS(2363), + [sym__nil_coalescing_operator_custom] = ACTIONS(2363), + [sym__eq_custom] = ACTIONS(2363), + [sym__eq_eq_custom] = ACTIONS(2363), + [sym__plus_then_ws] = ACTIONS(2363), + [sym__minus_then_ws] = ACTIONS(2363), + [sym__bang_custom] = ACTIONS(2363), + [sym_default_keyword] = ACTIONS(2363), + [sym__as_custom] = ACTIONS(2363), + [sym__as_quest_custom] = ACTIONS(2363), + [sym__as_bang_custom] = ACTIONS(2363), + [sym__custom_operator] = ACTIONS(2363), + }, + [STATE(1188)] = { + [anon_sym_BANG] = ACTIONS(1797), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(1799), + [anon_sym_package] = ACTIONS(1799), + [anon_sym_COMMA] = ACTIONS(1799), + [anon_sym_LPAREN] = ACTIONS(1799), + [anon_sym_LBRACK] = ACTIONS(1799), + [anon_sym_DOT] = ACTIONS(1797), + [anon_sym_QMARK] = ACTIONS(1797), + [anon_sym_QMARK2] = ACTIONS(1799), + [anon_sym_AMP] = ACTIONS(1799), + [aux_sym_custom_operator_token1] = ACTIONS(1799), + [anon_sym_LT] = ACTIONS(1797), + [anon_sym_GT] = ACTIONS(1797), + [anon_sym_LBRACE] = ACTIONS(1799), + [anon_sym_CARET_LBRACE] = ACTIONS(1799), + [anon_sym_RBRACE] = ACTIONS(1799), + [anon_sym_self] = ACTIONS(1799), + [anon_sym_case] = ACTIONS(1799), + [anon_sym_fallthrough] = ACTIONS(1799), + [anon_sym_PLUS_EQ] = ACTIONS(1799), + [anon_sym_DASH_EQ] = ACTIONS(1799), + [anon_sym_STAR_EQ] = ACTIONS(1799), + [anon_sym_SLASH_EQ] = ACTIONS(1799), + [anon_sym_PERCENT_EQ] = ACTIONS(1799), + [anon_sym_BANG_EQ] = ACTIONS(1797), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1799), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1799), + [anon_sym_LT_EQ] = ACTIONS(1799), + [anon_sym_GT_EQ] = ACTIONS(1799), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1799), + [anon_sym_DOT_DOT_LT] = ACTIONS(1799), + [anon_sym_is] = ACTIONS(1799), + [anon_sym_PLUS] = ACTIONS(1797), + [anon_sym_DASH] = ACTIONS(1797), + [anon_sym_STAR] = ACTIONS(1797), + [anon_sym_SLASH] = ACTIONS(1797), + [anon_sym_PERCENT] = ACTIONS(1797), + [anon_sym_PLUS_PLUS] = ACTIONS(1799), + [anon_sym_DASH_DASH] = ACTIONS(1799), + [anon_sym_PIPE] = ACTIONS(1799), + [anon_sym_CARET] = ACTIONS(1797), + [anon_sym_LT_LT] = ACTIONS(1799), + [anon_sym_GT_GT] = ACTIONS(1799), + [anon_sym_class] = ACTIONS(1799), + [anon_sym_prefix] = ACTIONS(1799), + [anon_sym_infix] = ACTIONS(1799), + [anon_sym_postfix] = ACTIONS(1799), + [anon_sym_AT] = ACTIONS(1797), + [anon_sym_override] = ACTIONS(1799), + [anon_sym_convenience] = ACTIONS(1799), + [anon_sym_required] = ACTIONS(1799), + [anon_sym_nonisolated] = ACTIONS(1799), + [anon_sym_public] = ACTIONS(1799), + [anon_sym_private] = ACTIONS(1799), + [anon_sym_internal] = ACTIONS(1799), + [anon_sym_fileprivate] = ACTIONS(1799), + [anon_sym_open] = ACTIONS(1799), + [anon_sym_mutating] = ACTIONS(1799), + [anon_sym_nonmutating] = ACTIONS(1799), + [anon_sym_static] = ACTIONS(1799), + [anon_sym_dynamic] = ACTIONS(1799), + [anon_sym_optional] = ACTIONS(1799), + [anon_sym_distributed] = ACTIONS(1799), + [anon_sym_final] = ACTIONS(1799), + [anon_sym_inout] = ACTIONS(1799), + [anon_sym_ATescaping] = ACTIONS(1799), + [anon_sym_ATautoclosure] = ACTIONS(1799), + [anon_sym_weak] = ACTIONS(1799), + [anon_sym_unowned] = ACTIONS(1797), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(1799), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(1799), + [anon_sym_borrowing] = ACTIONS(1799), + [anon_sym_consuming] = ACTIONS(1799), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(1799), + [sym__explicit_semi] = ACTIONS(1799), + [sym__dot_custom] = ACTIONS(1799), + [sym__conjunction_operator_custom] = ACTIONS(1799), + [sym__disjunction_operator_custom] = ACTIONS(1799), + [sym__nil_coalescing_operator_custom] = ACTIONS(1799), + [sym__eq_custom] = ACTIONS(1799), + [sym__eq_eq_custom] = ACTIONS(1799), + [sym__plus_then_ws] = ACTIONS(1799), + [sym__minus_then_ws] = ACTIONS(1799), + [sym__bang_custom] = ACTIONS(1799), + [sym_default_keyword] = ACTIONS(1799), + [sym__as_custom] = ACTIONS(1799), + [sym__as_quest_custom] = ACTIONS(1799), + [sym__as_bang_custom] = ACTIONS(1799), + [sym__custom_operator] = ACTIONS(1799), + }, + [STATE(1189)] = { + [anon_sym_BANG] = ACTIONS(2415), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2417), + [anon_sym_package] = ACTIONS(2417), + [anon_sym_COMMA] = ACTIONS(2417), + [anon_sym_LPAREN] = ACTIONS(2417), + [anon_sym_LBRACK] = ACTIONS(2417), + [anon_sym_QMARK] = ACTIONS(2415), + [anon_sym_QMARK2] = ACTIONS(2417), + [anon_sym_AMP] = ACTIONS(2417), + [aux_sym_custom_operator_token1] = ACTIONS(2417), + [anon_sym_LT] = ACTIONS(2415), + [anon_sym_GT] = ACTIONS(2415), + [anon_sym_LBRACE] = ACTIONS(2417), + [anon_sym_CARET_LBRACE] = ACTIONS(2417), + [anon_sym_RBRACE] = ACTIONS(2417), + [anon_sym_case] = ACTIONS(2417), + [anon_sym_fallthrough] = ACTIONS(2417), + [anon_sym_PLUS_EQ] = ACTIONS(2417), + [anon_sym_DASH_EQ] = ACTIONS(2417), + [anon_sym_STAR_EQ] = ACTIONS(2417), + [anon_sym_SLASH_EQ] = ACTIONS(2417), + [anon_sym_PERCENT_EQ] = ACTIONS(2417), + [anon_sym_BANG_EQ] = ACTIONS(2415), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2417), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2417), + [anon_sym_LT_EQ] = ACTIONS(2417), + [anon_sym_GT_EQ] = ACTIONS(2417), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2417), + [anon_sym_DOT_DOT_LT] = ACTIONS(2417), + [anon_sym_is] = ACTIONS(2417), + [anon_sym_PLUS] = ACTIONS(2415), + [anon_sym_DASH] = ACTIONS(2415), + [anon_sym_STAR] = ACTIONS(2415), + [anon_sym_SLASH] = ACTIONS(2415), + [anon_sym_PERCENT] = ACTIONS(2415), + [anon_sym_PLUS_PLUS] = ACTIONS(2417), + [anon_sym_DASH_DASH] = ACTIONS(2417), + [anon_sym_PIPE] = ACTIONS(2417), + [anon_sym_CARET] = ACTIONS(2415), + [anon_sym_LT_LT] = ACTIONS(2417), + [anon_sym_GT_GT] = ACTIONS(2417), + [anon_sym_class] = ACTIONS(2417), + [anon_sym_prefix] = ACTIONS(2417), + [anon_sym_infix] = ACTIONS(2417), + [anon_sym_postfix] = ACTIONS(2417), + [anon_sym_AT] = ACTIONS(2415), + [anon_sym_override] = ACTIONS(2417), + [anon_sym_convenience] = ACTIONS(2417), + [anon_sym_required] = ACTIONS(2417), + [anon_sym_nonisolated] = ACTIONS(2417), + [anon_sym_public] = ACTIONS(2417), + [anon_sym_private] = ACTIONS(2417), + [anon_sym_internal] = ACTIONS(2417), + [anon_sym_fileprivate] = ACTIONS(2417), + [anon_sym_open] = ACTIONS(2417), + [anon_sym_mutating] = ACTIONS(2417), + [anon_sym_nonmutating] = ACTIONS(2417), + [anon_sym_static] = ACTIONS(2417), + [anon_sym_dynamic] = ACTIONS(2417), + [anon_sym_optional] = ACTIONS(2417), + [anon_sym_distributed] = ACTIONS(2417), + [anon_sym_final] = ACTIONS(2417), + [anon_sym_inout] = ACTIONS(2417), + [anon_sym_ATescaping] = ACTIONS(2417), + [anon_sym_ATautoclosure] = ACTIONS(2417), + [anon_sym_weak] = ACTIONS(2417), + [anon_sym_unowned] = ACTIONS(2415), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2417), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2417), + [anon_sym_borrowing] = ACTIONS(2417), + [anon_sym_consuming] = ACTIONS(2417), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2417), + [sym__explicit_semi] = ACTIONS(2417), + [sym__dot_custom] = ACTIONS(2417), + [sym__conjunction_operator_custom] = ACTIONS(2417), + [sym__disjunction_operator_custom] = ACTIONS(2417), + [sym__nil_coalescing_operator_custom] = ACTIONS(2417), + [sym__eq_custom] = ACTIONS(2417), + [sym__eq_eq_custom] = ACTIONS(2417), + [sym__plus_then_ws] = ACTIONS(2417), + [sym__minus_then_ws] = ACTIONS(2417), + [sym__bang_custom] = ACTIONS(2417), + [sym_default_keyword] = ACTIONS(2417), + [sym_where_keyword] = ACTIONS(2417), + [sym_else] = ACTIONS(2417), + [sym__as_custom] = ACTIONS(2417), + [sym__as_quest_custom] = ACTIONS(2417), + [sym__as_bang_custom] = ACTIONS(2417), + [sym__custom_operator] = ACTIONS(2417), + }, + [STATE(1190)] = { + [anon_sym_BANG] = ACTIONS(2395), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2397), + [anon_sym_package] = ACTIONS(2397), + [anon_sym_COMMA] = ACTIONS(2397), + [anon_sym_LPAREN] = ACTIONS(2397), + [anon_sym_LBRACK] = ACTIONS(2397), + [anon_sym_QMARK] = ACTIONS(2395), + [anon_sym_QMARK2] = ACTIONS(2397), + [anon_sym_AMP] = ACTIONS(2397), + [aux_sym_custom_operator_token1] = ACTIONS(2397), + [anon_sym_LT] = ACTIONS(2395), + [anon_sym_GT] = ACTIONS(2395), + [anon_sym_LBRACE] = ACTIONS(2397), + [anon_sym_CARET_LBRACE] = ACTIONS(2397), + [anon_sym_RBRACE] = ACTIONS(2397), + [anon_sym_case] = ACTIONS(2397), + [anon_sym_fallthrough] = ACTIONS(2397), + [anon_sym_PLUS_EQ] = ACTIONS(2397), + [anon_sym_DASH_EQ] = ACTIONS(2397), + [anon_sym_STAR_EQ] = ACTIONS(2397), + [anon_sym_SLASH_EQ] = ACTIONS(2397), + [anon_sym_PERCENT_EQ] = ACTIONS(2397), + [anon_sym_BANG_EQ] = ACTIONS(2395), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2397), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2397), + [anon_sym_LT_EQ] = ACTIONS(2397), + [anon_sym_GT_EQ] = ACTIONS(2397), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2397), + [anon_sym_DOT_DOT_LT] = ACTIONS(2397), + [anon_sym_is] = ACTIONS(2397), + [anon_sym_PLUS] = ACTIONS(2395), + [anon_sym_DASH] = ACTIONS(2395), + [anon_sym_STAR] = ACTIONS(2395), + [anon_sym_SLASH] = ACTIONS(2395), + [anon_sym_PERCENT] = ACTIONS(2395), + [anon_sym_PLUS_PLUS] = ACTIONS(2397), + [anon_sym_DASH_DASH] = ACTIONS(2397), + [anon_sym_PIPE] = ACTIONS(2397), + [anon_sym_CARET] = ACTIONS(2395), + [anon_sym_LT_LT] = ACTIONS(2397), + [anon_sym_GT_GT] = ACTIONS(2397), + [anon_sym_class] = ACTIONS(2397), + [anon_sym_prefix] = ACTIONS(2397), + [anon_sym_infix] = ACTIONS(2397), + [anon_sym_postfix] = ACTIONS(2397), + [anon_sym_AT] = ACTIONS(2395), + [anon_sym_override] = ACTIONS(2397), + [anon_sym_convenience] = ACTIONS(2397), + [anon_sym_required] = ACTIONS(2397), + [anon_sym_nonisolated] = ACTIONS(2397), + [anon_sym_public] = ACTIONS(2397), + [anon_sym_private] = ACTIONS(2397), + [anon_sym_internal] = ACTIONS(2397), + [anon_sym_fileprivate] = ACTIONS(2397), + [anon_sym_open] = ACTIONS(2397), + [anon_sym_mutating] = ACTIONS(2397), + [anon_sym_nonmutating] = ACTIONS(2397), + [anon_sym_static] = ACTIONS(2397), + [anon_sym_dynamic] = ACTIONS(2397), + [anon_sym_optional] = ACTIONS(2397), + [anon_sym_distributed] = ACTIONS(2397), + [anon_sym_final] = ACTIONS(2397), + [anon_sym_inout] = ACTIONS(2397), + [anon_sym_ATescaping] = ACTIONS(2397), + [anon_sym_ATautoclosure] = ACTIONS(2397), + [anon_sym_weak] = ACTIONS(2397), + [anon_sym_unowned] = ACTIONS(2395), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2397), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2397), + [anon_sym_borrowing] = ACTIONS(2397), + [anon_sym_consuming] = ACTIONS(2397), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2397), + [sym__explicit_semi] = ACTIONS(2397), + [sym__dot_custom] = ACTIONS(2397), + [sym__conjunction_operator_custom] = ACTIONS(2397), + [sym__disjunction_operator_custom] = ACTIONS(2397), + [sym__nil_coalescing_operator_custom] = ACTIONS(2397), + [sym__eq_custom] = ACTIONS(2397), + [sym__eq_eq_custom] = ACTIONS(2397), + [sym__plus_then_ws] = ACTIONS(2397), + [sym__minus_then_ws] = ACTIONS(2397), + [sym__bang_custom] = ACTIONS(2397), + [sym_default_keyword] = ACTIONS(2397), + [sym_where_keyword] = ACTIONS(2397), + [sym_else] = ACTIONS(2397), + [sym__as_custom] = ACTIONS(2397), + [sym__as_quest_custom] = ACTIONS(2397), + [sym__as_bang_custom] = ACTIONS(2397), + [sym__custom_operator] = ACTIONS(2397), + }, + [STATE(1191)] = { + [sym__fn_call_lambda_arguments] = STATE(1369), + [sym_lambda_literal] = STATE(1002), + [anon_sym_BANG] = ACTIONS(2791), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2794), + [anon_sym_package] = ACTIONS(2794), + [anon_sym_COMMA] = ACTIONS(2794), + [anon_sym_LPAREN] = ACTIONS(2794), + [anon_sym_LBRACK] = ACTIONS(2794), + [anon_sym_QMARK] = ACTIONS(2791), + [anon_sym_QMARK2] = ACTIONS(2794), + [anon_sym_AMP] = ACTIONS(2794), + [aux_sym_custom_operator_token1] = ACTIONS(2794), + [anon_sym_LT] = ACTIONS(2791), + [anon_sym_GT] = ACTIONS(2791), + [anon_sym_LBRACE] = ACTIONS(3357), + [anon_sym_CARET_LBRACE] = ACTIONS(3357), + [anon_sym_RBRACE] = ACTIONS(2794), + [anon_sym_case] = ACTIONS(2794), + [anon_sym_fallthrough] = ACTIONS(2794), + [anon_sym_PLUS_EQ] = ACTIONS(2794), + [anon_sym_DASH_EQ] = ACTIONS(2794), + [anon_sym_STAR_EQ] = ACTIONS(2794), + [anon_sym_SLASH_EQ] = ACTIONS(2794), + [anon_sym_PERCENT_EQ] = ACTIONS(2794), + [anon_sym_BANG_EQ] = ACTIONS(2791), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2794), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2794), + [anon_sym_LT_EQ] = ACTIONS(2794), + [anon_sym_GT_EQ] = ACTIONS(2794), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2794), + [anon_sym_DOT_DOT_LT] = ACTIONS(2794), + [anon_sym_is] = ACTIONS(2794), + [anon_sym_PLUS] = ACTIONS(2791), + [anon_sym_DASH] = ACTIONS(2791), + [anon_sym_STAR] = ACTIONS(2791), + [anon_sym_SLASH] = ACTIONS(2791), + [anon_sym_PERCENT] = ACTIONS(2791), + [anon_sym_PLUS_PLUS] = ACTIONS(2794), + [anon_sym_DASH_DASH] = ACTIONS(2794), + [anon_sym_PIPE] = ACTIONS(2794), + [anon_sym_CARET] = ACTIONS(2791), + [anon_sym_LT_LT] = ACTIONS(2794), + [anon_sym_GT_GT] = ACTIONS(2794), + [anon_sym_class] = ACTIONS(2794), + [anon_sym_prefix] = ACTIONS(2794), + [anon_sym_infix] = ACTIONS(2794), + [anon_sym_postfix] = ACTIONS(2794), + [anon_sym_AT] = ACTIONS(2791), + [anon_sym_override] = ACTIONS(2794), + [anon_sym_convenience] = ACTIONS(2794), + [anon_sym_required] = ACTIONS(2794), + [anon_sym_nonisolated] = ACTIONS(2794), + [anon_sym_public] = ACTIONS(2794), + [anon_sym_private] = ACTIONS(2794), + [anon_sym_internal] = ACTIONS(2794), + [anon_sym_fileprivate] = ACTIONS(2794), + [anon_sym_open] = ACTIONS(2794), + [anon_sym_mutating] = ACTIONS(2794), + [anon_sym_nonmutating] = ACTIONS(2794), + [anon_sym_static] = ACTIONS(2794), + [anon_sym_dynamic] = ACTIONS(2794), + [anon_sym_optional] = ACTIONS(2794), + [anon_sym_distributed] = ACTIONS(2794), + [anon_sym_final] = ACTIONS(2794), + [anon_sym_inout] = ACTIONS(2794), + [anon_sym_ATescaping] = ACTIONS(2794), + [anon_sym_ATautoclosure] = ACTIONS(2794), + [anon_sym_weak] = ACTIONS(2794), + [anon_sym_unowned] = ACTIONS(2791), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2794), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2794), + [anon_sym_borrowing] = ACTIONS(2794), + [anon_sym_consuming] = ACTIONS(2794), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2794), + [sym__explicit_semi] = ACTIONS(2794), + [sym__dot_custom] = ACTIONS(2794), + [sym__conjunction_operator_custom] = ACTIONS(2794), + [sym__disjunction_operator_custom] = ACTIONS(2794), + [sym__nil_coalescing_operator_custom] = ACTIONS(2794), + [sym__eq_custom] = ACTIONS(2794), + [sym__eq_eq_custom] = ACTIONS(2794), + [sym__plus_then_ws] = ACTIONS(2794), + [sym__minus_then_ws] = ACTIONS(2794), + [sym__bang_custom] = ACTIONS(2794), + [sym_default_keyword] = ACTIONS(2794), + [sym__as_custom] = ACTIONS(2794), + [sym__as_quest_custom] = ACTIONS(2794), + [sym__as_bang_custom] = ACTIONS(2794), + [sym__custom_operator] = ACTIONS(2794), + }, + [STATE(1192)] = { + [anon_sym_BANG] = ACTIONS(2369), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2371), + [anon_sym_package] = ACTIONS(2371), + [anon_sym_COMMA] = ACTIONS(2371), + [anon_sym_LPAREN] = ACTIONS(2371), + [anon_sym_LBRACK] = ACTIONS(2371), + [anon_sym_DOT] = ACTIONS(2369), + [anon_sym_QMARK] = ACTIONS(2369), + [anon_sym_QMARK2] = ACTIONS(2371), + [anon_sym_AMP] = ACTIONS(2371), + [aux_sym_custom_operator_token1] = ACTIONS(2371), + [anon_sym_LT] = ACTIONS(2369), + [anon_sym_GT] = ACTIONS(2369), + [anon_sym_LBRACE] = ACTIONS(2371), + [anon_sym_CARET_LBRACE] = ACTIONS(2371), + [anon_sym_RBRACE] = ACTIONS(2371), + [anon_sym_self] = ACTIONS(2371), + [anon_sym_case] = ACTIONS(2371), + [anon_sym_fallthrough] = ACTIONS(2371), + [anon_sym_PLUS_EQ] = ACTIONS(2371), + [anon_sym_DASH_EQ] = ACTIONS(2371), + [anon_sym_STAR_EQ] = ACTIONS(2371), + [anon_sym_SLASH_EQ] = ACTIONS(2371), + [anon_sym_PERCENT_EQ] = ACTIONS(2371), + [anon_sym_BANG_EQ] = ACTIONS(2369), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2371), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2371), + [anon_sym_LT_EQ] = ACTIONS(2371), + [anon_sym_GT_EQ] = ACTIONS(2371), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2371), + [anon_sym_DOT_DOT_LT] = ACTIONS(2371), + [anon_sym_is] = ACTIONS(2371), + [anon_sym_PLUS] = ACTIONS(2369), + [anon_sym_DASH] = ACTIONS(2369), + [anon_sym_STAR] = ACTIONS(2369), + [anon_sym_SLASH] = ACTIONS(2369), + [anon_sym_PERCENT] = ACTIONS(2369), + [anon_sym_PLUS_PLUS] = ACTIONS(2371), + [anon_sym_DASH_DASH] = ACTIONS(2371), + [anon_sym_PIPE] = ACTIONS(2371), + [anon_sym_CARET] = ACTIONS(2369), + [anon_sym_LT_LT] = ACTIONS(2371), + [anon_sym_GT_GT] = ACTIONS(2371), + [anon_sym_class] = ACTIONS(2371), + [anon_sym_prefix] = ACTIONS(2371), + [anon_sym_infix] = ACTIONS(2371), + [anon_sym_postfix] = ACTIONS(2371), + [anon_sym_AT] = ACTIONS(2369), + [anon_sym_override] = ACTIONS(2371), + [anon_sym_convenience] = ACTIONS(2371), + [anon_sym_required] = ACTIONS(2371), + [anon_sym_nonisolated] = ACTIONS(2371), + [anon_sym_public] = ACTIONS(2371), + [anon_sym_private] = ACTIONS(2371), + [anon_sym_internal] = ACTIONS(2371), + [anon_sym_fileprivate] = ACTIONS(2371), + [anon_sym_open] = ACTIONS(2371), + [anon_sym_mutating] = ACTIONS(2371), + [anon_sym_nonmutating] = ACTIONS(2371), + [anon_sym_static] = ACTIONS(2371), + [anon_sym_dynamic] = ACTIONS(2371), + [anon_sym_optional] = ACTIONS(2371), + [anon_sym_distributed] = ACTIONS(2371), + [anon_sym_final] = ACTIONS(2371), + [anon_sym_inout] = ACTIONS(2371), + [anon_sym_ATescaping] = ACTIONS(2371), + [anon_sym_ATautoclosure] = ACTIONS(2371), + [anon_sym_weak] = ACTIONS(2371), + [anon_sym_unowned] = ACTIONS(2369), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2371), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2371), + [anon_sym_borrowing] = ACTIONS(2371), + [anon_sym_consuming] = ACTIONS(2371), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2371), + [sym__explicit_semi] = ACTIONS(2371), + [sym__dot_custom] = ACTIONS(2371), + [sym__conjunction_operator_custom] = ACTIONS(2371), + [sym__disjunction_operator_custom] = ACTIONS(2371), + [sym__nil_coalescing_operator_custom] = ACTIONS(2371), + [sym__eq_custom] = ACTIONS(2371), + [sym__eq_eq_custom] = ACTIONS(2371), + [sym__plus_then_ws] = ACTIONS(2371), + [sym__minus_then_ws] = ACTIONS(2371), + [sym__bang_custom] = ACTIONS(2371), + [sym_default_keyword] = ACTIONS(2371), + [sym__as_custom] = ACTIONS(2371), + [sym__as_quest_custom] = ACTIONS(2371), + [sym__as_bang_custom] = ACTIONS(2371), + [sym__custom_operator] = ACTIONS(2371), + }, + [STATE(1193)] = { + [anon_sym_BANG] = ACTIONS(625), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(619), + [anon_sym_package] = ACTIONS(619), + [anon_sym_COMMA] = ACTIONS(619), + [anon_sym_LPAREN] = ACTIONS(619), + [anon_sym_LBRACK] = ACTIONS(619), + [anon_sym_QMARK] = ACTIONS(625), + [anon_sym_QMARK2] = ACTIONS(619), + [anon_sym_AMP] = ACTIONS(619), + [aux_sym_custom_operator_token1] = ACTIONS(619), + [anon_sym_LT] = ACTIONS(625), + [anon_sym_GT] = ACTIONS(625), + [anon_sym_LBRACE] = ACTIONS(619), + [anon_sym_CARET_LBRACE] = ACTIONS(619), + [anon_sym_RBRACE] = ACTIONS(619), + [anon_sym_case] = ACTIONS(619), + [anon_sym_fallthrough] = ACTIONS(619), + [anon_sym_PLUS_EQ] = ACTIONS(619), + [anon_sym_DASH_EQ] = ACTIONS(619), + [anon_sym_STAR_EQ] = ACTIONS(619), + [anon_sym_SLASH_EQ] = ACTIONS(619), + [anon_sym_PERCENT_EQ] = ACTIONS(619), + [anon_sym_BANG_EQ] = ACTIONS(625), + [anon_sym_BANG_EQ_EQ] = ACTIONS(619), + [anon_sym_EQ_EQ_EQ] = ACTIONS(619), + [anon_sym_LT_EQ] = ACTIONS(619), + [anon_sym_GT_EQ] = ACTIONS(619), + [anon_sym_DOT_DOT_DOT] = ACTIONS(619), + [anon_sym_DOT_DOT_LT] = ACTIONS(619), + [anon_sym_is] = ACTIONS(619), + [anon_sym_PLUS] = ACTIONS(625), + [anon_sym_DASH] = ACTIONS(625), + [anon_sym_STAR] = ACTIONS(625), + [anon_sym_SLASH] = ACTIONS(625), + [anon_sym_PERCENT] = ACTIONS(625), + [anon_sym_PLUS_PLUS] = ACTIONS(619), + [anon_sym_DASH_DASH] = ACTIONS(619), + [anon_sym_PIPE] = ACTIONS(619), + [anon_sym_CARET] = ACTIONS(625), + [anon_sym_LT_LT] = ACTIONS(619), + [anon_sym_GT_GT] = ACTIONS(619), + [anon_sym_class] = ACTIONS(619), + [anon_sym_let] = ACTIONS(3361), + [anon_sym_var] = ACTIONS(3361), + [anon_sym_prefix] = ACTIONS(619), + [anon_sym_infix] = ACTIONS(619), + [anon_sym_postfix] = ACTIONS(619), + [anon_sym_AT] = ACTIONS(625), + [anon_sym_override] = ACTIONS(619), + [anon_sym_convenience] = ACTIONS(619), + [anon_sym_required] = ACTIONS(619), + [anon_sym_nonisolated] = ACTIONS(619), + [anon_sym_public] = ACTIONS(619), + [anon_sym_private] = ACTIONS(619), + [anon_sym_internal] = ACTIONS(619), + [anon_sym_fileprivate] = ACTIONS(619), + [anon_sym_open] = ACTIONS(619), + [anon_sym_mutating] = ACTIONS(619), + [anon_sym_nonmutating] = ACTIONS(619), + [anon_sym_static] = ACTIONS(619), + [anon_sym_dynamic] = ACTIONS(619), + [anon_sym_optional] = ACTIONS(619), + [anon_sym_distributed] = ACTIONS(619), + [anon_sym_final] = ACTIONS(619), + [anon_sym_inout] = ACTIONS(619), + [anon_sym_ATescaping] = ACTIONS(619), + [anon_sym_ATautoclosure] = ACTIONS(619), + [anon_sym_weak] = ACTIONS(619), + [anon_sym_unowned] = ACTIONS(625), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(619), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(619), + [anon_sym_borrowing] = ACTIONS(619), + [anon_sym_consuming] = ACTIONS(619), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(619), + [sym__explicit_semi] = ACTIONS(619), + [sym__dot_custom] = ACTIONS(619), + [sym__conjunction_operator_custom] = ACTIONS(619), + [sym__disjunction_operator_custom] = ACTIONS(619), + [sym__nil_coalescing_operator_custom] = ACTIONS(619), + [sym__eq_custom] = ACTIONS(619), + [sym__eq_eq_custom] = ACTIONS(619), + [sym__plus_then_ws] = ACTIONS(619), + [sym__minus_then_ws] = ACTIONS(619), + [sym__bang_custom] = ACTIONS(619), + [sym_default_keyword] = ACTIONS(619), + [sym__as_custom] = ACTIONS(619), + [sym__as_quest_custom] = ACTIONS(619), + [sym__as_bang_custom] = ACTIONS(619), + [sym__custom_operator] = ACTIONS(619), + }, + [STATE(1194)] = { + [anon_sym_BANG] = ACTIONS(1765), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1768), + [aux_sym_simple_identifier_token2] = ACTIONS(1770), + [aux_sym_simple_identifier_token3] = ACTIONS(1770), + [aux_sym_simple_identifier_token4] = ACTIONS(1770), + [anon_sym_actor] = ACTIONS(1768), + [anon_sym_async] = ACTIONS(1768), + [anon_sym_each] = ACTIONS(1768), + [anon_sym_lazy] = ACTIONS(1768), + [anon_sym_repeat] = ACTIONS(1768), + [anon_sym_package] = ACTIONS(1768), + [anon_sym_nil] = ACTIONS(1768), + [sym_real_literal] = ACTIONS(1770), + [sym_integer_literal] = ACTIONS(1768), + [sym_hex_literal] = ACTIONS(1768), + [sym_oct_literal] = ACTIONS(1770), + [sym_bin_literal] = ACTIONS(1770), + [anon_sym_true] = ACTIONS(1768), + [anon_sym_false] = ACTIONS(1768), + [anon_sym_DQUOTE] = ACTIONS(1768), + [anon_sym_BSLASH] = ACTIONS(1770), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1770), + [anon_sym_COMMA] = ACTIONS(1772), + [sym__oneline_regex_literal] = ACTIONS(1768), + [anon_sym_LPAREN] = ACTIONS(1774), + [anon_sym_LBRACK] = ACTIONS(1774), + [anon_sym_QMARK] = ACTIONS(1777), + [anon_sym_QMARK2] = ACTIONS(1772), + [anon_sym_AMP] = ACTIONS(1774), + [anon_sym_TILDE] = ACTIONS(1770), + [anon_sym_if] = ACTIONS(1768), + [anon_sym_switch] = ACTIONS(1768), + [aux_sym_custom_operator_token1] = ACTIONS(1774), + [anon_sym_LT] = ACTIONS(1765), + [anon_sym_GT] = ACTIONS(1765), + [anon_sym_await] = ACTIONS(1768), + [anon_sym_LBRACE] = ACTIONS(1774), + [anon_sym_CARET_LBRACE] = ACTIONS(1774), + [anon_sym_self] = ACTIONS(1768), + [anon_sym_super] = ACTIONS(1768), + [anon_sym_try] = ACTIONS(1768), + [anon_sym_PLUS_EQ] = ACTIONS(1774), + [anon_sym_DASH_EQ] = ACTIONS(1774), + [anon_sym_STAR_EQ] = ACTIONS(1774), + [anon_sym_SLASH_EQ] = ACTIONS(1774), + [anon_sym_PERCENT_EQ] = ACTIONS(1774), + [anon_sym_BANG_EQ] = ACTIONS(1765), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1774), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1774), + [anon_sym_LT_EQ] = ACTIONS(1774), + [anon_sym_GT_EQ] = ACTIONS(1774), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1774), + [anon_sym_DOT_DOT_LT] = ACTIONS(1774), + [anon_sym_is] = ACTIONS(1777), + [anon_sym_PLUS] = ACTIONS(1765), + [anon_sym_DASH] = ACTIONS(1765), + [anon_sym_STAR] = ACTIONS(1765), + [anon_sym_SLASH] = ACTIONS(1765), + [anon_sym_PERCENT] = ACTIONS(1765), + [anon_sym_PLUS_PLUS] = ACTIONS(1774), + [anon_sym_DASH_DASH] = ACTIONS(1774), + [anon_sym_PIPE] = ACTIONS(1774), + [anon_sym_CARET] = ACTIONS(1765), + [anon_sym_LT_LT] = ACTIONS(1774), + [anon_sym_GT_GT] = ACTIONS(1774), + [anon_sym_borrowing] = ACTIONS(1768), + [anon_sym_consuming] = ACTIONS(1768), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(1770), + [sym_raw_str_end_part] = ACTIONS(1770), + [sym__dot_custom] = ACTIONS(1774), + [sym__conjunction_operator_custom] = ACTIONS(1772), + [sym__disjunction_operator_custom] = ACTIONS(1772), + [sym__nil_coalescing_operator_custom] = ACTIONS(1772), + [sym__eq_custom] = ACTIONS(1774), + [sym__eq_eq_custom] = ACTIONS(1774), + [sym__plus_then_ws] = ACTIONS(1774), + [sym__minus_then_ws] = ACTIONS(1774), + [sym__bang_custom] = ACTIONS(1774), + [sym_where_keyword] = ACTIONS(1772), + [sym_else] = ACTIONS(1772), + [sym__as_custom] = ACTIONS(1772), + [sym__as_quest_custom] = ACTIONS(1772), + [sym__as_bang_custom] = ACTIONS(1772), + [sym__custom_operator] = ACTIONS(1774), + [sym__hash_symbol_custom] = ACTIONS(1770), + [sym__directive_if] = ACTIONS(1770), + [sym__directive_elseif] = ACTIONS(1770), + [sym__directive_else] = ACTIONS(1770), + [sym__directive_endif] = ACTIONS(1770), + }, + [STATE(1195)] = { + [anon_sym_BANG] = ACTIONS(2365), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2367), + [anon_sym_package] = ACTIONS(2367), + [anon_sym_COMMA] = ACTIONS(2367), + [anon_sym_LPAREN] = ACTIONS(2367), + [anon_sym_LBRACK] = ACTIONS(2367), + [anon_sym_DOT] = ACTIONS(2365), + [anon_sym_QMARK] = ACTIONS(2365), + [anon_sym_QMARK2] = ACTIONS(2367), + [anon_sym_AMP] = ACTIONS(2367), + [aux_sym_custom_operator_token1] = ACTIONS(2367), + [anon_sym_LT] = ACTIONS(2365), + [anon_sym_GT] = ACTIONS(2365), + [anon_sym_LBRACE] = ACTIONS(2367), + [anon_sym_CARET_LBRACE] = ACTIONS(2367), + [anon_sym_RBRACE] = ACTIONS(2367), + [anon_sym_self] = ACTIONS(2367), + [anon_sym_case] = ACTIONS(2367), + [anon_sym_fallthrough] = ACTIONS(2367), + [anon_sym_PLUS_EQ] = ACTIONS(2367), + [anon_sym_DASH_EQ] = ACTIONS(2367), + [anon_sym_STAR_EQ] = ACTIONS(2367), + [anon_sym_SLASH_EQ] = ACTIONS(2367), + [anon_sym_PERCENT_EQ] = ACTIONS(2367), + [anon_sym_BANG_EQ] = ACTIONS(2365), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2367), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2367), + [anon_sym_LT_EQ] = ACTIONS(2367), + [anon_sym_GT_EQ] = ACTIONS(2367), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2367), + [anon_sym_DOT_DOT_LT] = ACTIONS(2367), + [anon_sym_is] = ACTIONS(2367), + [anon_sym_PLUS] = ACTIONS(2365), + [anon_sym_DASH] = ACTIONS(2365), + [anon_sym_STAR] = ACTIONS(2365), + [anon_sym_SLASH] = ACTIONS(2365), + [anon_sym_PERCENT] = ACTIONS(2365), + [anon_sym_PLUS_PLUS] = ACTIONS(2367), + [anon_sym_DASH_DASH] = ACTIONS(2367), + [anon_sym_PIPE] = ACTIONS(2367), + [anon_sym_CARET] = ACTIONS(2365), + [anon_sym_LT_LT] = ACTIONS(2367), + [anon_sym_GT_GT] = ACTIONS(2367), + [anon_sym_class] = ACTIONS(2367), + [anon_sym_prefix] = ACTIONS(2367), + [anon_sym_infix] = ACTIONS(2367), + [anon_sym_postfix] = ACTIONS(2367), + [anon_sym_AT] = ACTIONS(2365), + [anon_sym_override] = ACTIONS(2367), + [anon_sym_convenience] = ACTIONS(2367), + [anon_sym_required] = ACTIONS(2367), + [anon_sym_nonisolated] = ACTIONS(2367), + [anon_sym_public] = ACTIONS(2367), + [anon_sym_private] = ACTIONS(2367), + [anon_sym_internal] = ACTIONS(2367), + [anon_sym_fileprivate] = ACTIONS(2367), + [anon_sym_open] = ACTIONS(2367), + [anon_sym_mutating] = ACTIONS(2367), + [anon_sym_nonmutating] = ACTIONS(2367), + [anon_sym_static] = ACTIONS(2367), + [anon_sym_dynamic] = ACTIONS(2367), + [anon_sym_optional] = ACTIONS(2367), + [anon_sym_distributed] = ACTIONS(2367), + [anon_sym_final] = ACTIONS(2367), + [anon_sym_inout] = ACTIONS(2367), + [anon_sym_ATescaping] = ACTIONS(2367), + [anon_sym_ATautoclosure] = ACTIONS(2367), + [anon_sym_weak] = ACTIONS(2367), + [anon_sym_unowned] = ACTIONS(2365), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2367), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2367), + [anon_sym_borrowing] = ACTIONS(2367), + [anon_sym_consuming] = ACTIONS(2367), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2367), + [sym__explicit_semi] = ACTIONS(2367), + [sym__dot_custom] = ACTIONS(2367), + [sym__conjunction_operator_custom] = ACTIONS(2367), + [sym__disjunction_operator_custom] = ACTIONS(2367), + [sym__nil_coalescing_operator_custom] = ACTIONS(2367), + [sym__eq_custom] = ACTIONS(2367), + [sym__eq_eq_custom] = ACTIONS(2367), + [sym__plus_then_ws] = ACTIONS(2367), + [sym__minus_then_ws] = ACTIONS(2367), + [sym__bang_custom] = ACTIONS(2367), + [sym_default_keyword] = ACTIONS(2367), + [sym__as_custom] = ACTIONS(2367), + [sym__as_quest_custom] = ACTIONS(2367), + [sym__as_bang_custom] = ACTIONS(2367), + [sym__custom_operator] = ACTIONS(2367), + }, + [STATE(1196)] = { + [anon_sym_BANG] = ACTIONS(1761), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1761), + [aux_sym_simple_identifier_token2] = ACTIONS(1763), + [aux_sym_simple_identifier_token3] = ACTIONS(1763), + [aux_sym_simple_identifier_token4] = ACTIONS(1763), + [anon_sym_actor] = ACTIONS(1761), + [anon_sym_async] = ACTIONS(1761), + [anon_sym_each] = ACTIONS(1761), + [anon_sym_lazy] = ACTIONS(1761), + [anon_sym_repeat] = ACTIONS(1761), + [anon_sym_package] = ACTIONS(1761), + [anon_sym_nil] = ACTIONS(1761), + [sym_real_literal] = ACTIONS(1763), + [sym_integer_literal] = ACTIONS(1761), + [sym_hex_literal] = ACTIONS(1761), + [sym_oct_literal] = ACTIONS(1763), + [sym_bin_literal] = ACTIONS(1763), + [anon_sym_true] = ACTIONS(1761), + [anon_sym_false] = ACTIONS(1761), + [anon_sym_DQUOTE] = ACTIONS(1761), + [anon_sym_BSLASH] = ACTIONS(1763), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1763), + [anon_sym_COMMA] = ACTIONS(1763), + [sym__oneline_regex_literal] = ACTIONS(1761), + [anon_sym_LPAREN] = ACTIONS(1763), + [anon_sym_LBRACK] = ACTIONS(1763), + [anon_sym_QMARK] = ACTIONS(1761), + [anon_sym_QMARK2] = ACTIONS(1763), + [anon_sym_AMP] = ACTIONS(1763), + [anon_sym_TILDE] = ACTIONS(1763), + [anon_sym_if] = ACTIONS(1761), + [anon_sym_switch] = ACTIONS(1761), + [aux_sym_custom_operator_token1] = ACTIONS(1763), + [anon_sym_LT] = ACTIONS(1761), + [anon_sym_GT] = ACTIONS(1761), + [anon_sym_await] = ACTIONS(1761), + [anon_sym_LBRACE] = ACTIONS(1763), + [anon_sym_CARET_LBRACE] = ACTIONS(1763), + [anon_sym_self] = ACTIONS(1761), + [anon_sym_super] = ACTIONS(1761), + [anon_sym_try] = ACTIONS(1761), + [anon_sym_PLUS_EQ] = ACTIONS(1763), + [anon_sym_DASH_EQ] = ACTIONS(1763), + [anon_sym_STAR_EQ] = ACTIONS(1763), + [anon_sym_SLASH_EQ] = ACTIONS(1763), + [anon_sym_PERCENT_EQ] = ACTIONS(1763), + [anon_sym_BANG_EQ] = ACTIONS(1761), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1763), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1763), + [anon_sym_LT_EQ] = ACTIONS(1763), + [anon_sym_GT_EQ] = ACTIONS(1763), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1763), + [anon_sym_DOT_DOT_LT] = ACTIONS(1763), + [anon_sym_is] = ACTIONS(1761), + [anon_sym_PLUS] = ACTIONS(1761), + [anon_sym_DASH] = ACTIONS(1761), + [anon_sym_STAR] = ACTIONS(1761), + [anon_sym_SLASH] = ACTIONS(1761), + [anon_sym_PERCENT] = ACTIONS(1761), + [anon_sym_PLUS_PLUS] = ACTIONS(1763), + [anon_sym_DASH_DASH] = ACTIONS(1763), + [anon_sym_PIPE] = ACTIONS(1763), + [anon_sym_CARET] = ACTIONS(1761), + [anon_sym_LT_LT] = ACTIONS(1763), + [anon_sym_GT_GT] = ACTIONS(1763), + [anon_sym_borrowing] = ACTIONS(1761), + [anon_sym_consuming] = ACTIONS(1761), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(1763), + [sym_raw_str_end_part] = ACTIONS(1763), + [sym__dot_custom] = ACTIONS(1763), + [sym__conjunction_operator_custom] = ACTIONS(1763), + [sym__disjunction_operator_custom] = ACTIONS(1763), + [sym__nil_coalescing_operator_custom] = ACTIONS(1763), + [sym__eq_custom] = ACTIONS(1763), + [sym__eq_eq_custom] = ACTIONS(1763), + [sym__plus_then_ws] = ACTIONS(1763), + [sym__minus_then_ws] = ACTIONS(1763), + [sym__bang_custom] = ACTIONS(1763), + [sym_where_keyword] = ACTIONS(1763), + [sym_else] = ACTIONS(1763), + [sym__as_custom] = ACTIONS(1763), + [sym__as_quest_custom] = ACTIONS(1763), + [sym__as_bang_custom] = ACTIONS(1763), + [sym__custom_operator] = ACTIONS(1763), + [sym__hash_symbol_custom] = ACTIONS(1763), + [sym__directive_if] = ACTIONS(1763), + [sym__directive_elseif] = ACTIONS(1763), + [sym__directive_else] = ACTIONS(1763), + [sym__directive_endif] = ACTIONS(1763), + }, + [STATE(1197)] = { + [anon_sym_BANG] = ACTIONS(1757), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1757), + [aux_sym_simple_identifier_token2] = ACTIONS(1759), + [aux_sym_simple_identifier_token3] = ACTIONS(1759), + [aux_sym_simple_identifier_token4] = ACTIONS(1759), + [anon_sym_actor] = ACTIONS(1757), + [anon_sym_async] = ACTIONS(1757), + [anon_sym_each] = ACTIONS(1757), + [anon_sym_lazy] = ACTIONS(1757), + [anon_sym_repeat] = ACTIONS(1757), + [anon_sym_package] = ACTIONS(1757), + [anon_sym_nil] = ACTIONS(1757), + [sym_real_literal] = ACTIONS(1759), + [sym_integer_literal] = ACTIONS(1757), + [sym_hex_literal] = ACTIONS(1757), + [sym_oct_literal] = ACTIONS(1759), + [sym_bin_literal] = ACTIONS(1759), + [anon_sym_true] = ACTIONS(1757), + [anon_sym_false] = ACTIONS(1757), + [anon_sym_DQUOTE] = ACTIONS(1757), + [anon_sym_BSLASH] = ACTIONS(1759), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1759), + [anon_sym_COMMA] = ACTIONS(1759), + [sym__oneline_regex_literal] = ACTIONS(1757), + [anon_sym_LPAREN] = ACTIONS(1759), + [anon_sym_LBRACK] = ACTIONS(1759), + [anon_sym_QMARK] = ACTIONS(1757), + [anon_sym_QMARK2] = ACTIONS(1759), + [anon_sym_AMP] = ACTIONS(1759), + [anon_sym_TILDE] = ACTIONS(1759), + [anon_sym_if] = ACTIONS(1757), + [anon_sym_switch] = ACTIONS(1757), + [aux_sym_custom_operator_token1] = ACTIONS(1759), + [anon_sym_LT] = ACTIONS(1757), + [anon_sym_GT] = ACTIONS(1757), + [anon_sym_await] = ACTIONS(1757), + [anon_sym_LBRACE] = ACTIONS(1759), + [anon_sym_CARET_LBRACE] = ACTIONS(1759), + [anon_sym_self] = ACTIONS(1757), + [anon_sym_super] = ACTIONS(1757), + [anon_sym_try] = ACTIONS(1757), + [anon_sym_PLUS_EQ] = ACTIONS(1759), + [anon_sym_DASH_EQ] = ACTIONS(1759), + [anon_sym_STAR_EQ] = ACTIONS(1759), + [anon_sym_SLASH_EQ] = ACTIONS(1759), + [anon_sym_PERCENT_EQ] = ACTIONS(1759), + [anon_sym_BANG_EQ] = ACTIONS(1757), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1759), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1759), + [anon_sym_LT_EQ] = ACTIONS(1759), + [anon_sym_GT_EQ] = ACTIONS(1759), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1759), + [anon_sym_DOT_DOT_LT] = ACTIONS(1759), + [anon_sym_is] = ACTIONS(1757), + [anon_sym_PLUS] = ACTIONS(1757), + [anon_sym_DASH] = ACTIONS(1757), + [anon_sym_STAR] = ACTIONS(1757), + [anon_sym_SLASH] = ACTIONS(1757), + [anon_sym_PERCENT] = ACTIONS(1757), + [anon_sym_PLUS_PLUS] = ACTIONS(1759), + [anon_sym_DASH_DASH] = ACTIONS(1759), + [anon_sym_PIPE] = ACTIONS(1759), + [anon_sym_CARET] = ACTIONS(1757), + [anon_sym_LT_LT] = ACTIONS(1759), + [anon_sym_GT_GT] = ACTIONS(1759), + [anon_sym_borrowing] = ACTIONS(1757), + [anon_sym_consuming] = ACTIONS(1757), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(1759), + [sym_raw_str_end_part] = ACTIONS(1759), + [sym__dot_custom] = ACTIONS(1759), + [sym__conjunction_operator_custom] = ACTIONS(1759), + [sym__disjunction_operator_custom] = ACTIONS(1759), + [sym__nil_coalescing_operator_custom] = ACTIONS(1759), + [sym__eq_custom] = ACTIONS(1759), + [sym__eq_eq_custom] = ACTIONS(1759), + [sym__plus_then_ws] = ACTIONS(1759), + [sym__minus_then_ws] = ACTIONS(1759), + [sym__bang_custom] = ACTIONS(1759), + [sym_where_keyword] = ACTIONS(1759), + [sym_else] = ACTIONS(1759), + [sym__as_custom] = ACTIONS(1759), + [sym__as_quest_custom] = ACTIONS(1759), + [sym__as_bang_custom] = ACTIONS(1759), + [sym__custom_operator] = ACTIONS(1759), + [sym__hash_symbol_custom] = ACTIONS(1759), + [sym__directive_if] = ACTIONS(1759), + [sym__directive_elseif] = ACTIONS(1759), + [sym__directive_else] = ACTIONS(1759), + [sym__directive_endif] = ACTIONS(1759), + }, + [STATE(1198)] = { + [anon_sym_BANG] = ACTIONS(1787), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1768), + [aux_sym_simple_identifier_token2] = ACTIONS(1770), + [aux_sym_simple_identifier_token3] = ACTIONS(1770), + [aux_sym_simple_identifier_token4] = ACTIONS(1770), + [anon_sym_actor] = ACTIONS(1768), + [anon_sym_async] = ACTIONS(1768), + [anon_sym_each] = ACTIONS(1768), + [anon_sym_lazy] = ACTIONS(1768), + [anon_sym_repeat] = ACTIONS(1768), + [anon_sym_package] = ACTIONS(1768), + [anon_sym_nil] = ACTIONS(1768), + [sym_real_literal] = ACTIONS(1770), + [sym_integer_literal] = ACTIONS(1768), + [sym_hex_literal] = ACTIONS(1768), + [sym_oct_literal] = ACTIONS(1770), + [sym_bin_literal] = ACTIONS(1770), + [anon_sym_true] = ACTIONS(1768), + [anon_sym_false] = ACTIONS(1768), + [anon_sym_DQUOTE] = ACTIONS(1768), + [anon_sym_BSLASH] = ACTIONS(1770), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1770), + [anon_sym_COMMA] = ACTIONS(1790), + [sym__oneline_regex_literal] = ACTIONS(1768), + [anon_sym_LPAREN] = ACTIONS(1792), + [anon_sym_LBRACK] = ACTIONS(1792), + [anon_sym_QMARK] = ACTIONS(1795), + [anon_sym_QMARK2] = ACTIONS(1790), + [anon_sym_AMP] = ACTIONS(1792), + [anon_sym_TILDE] = ACTIONS(1770), + [anon_sym_if] = ACTIONS(1768), + [anon_sym_switch] = ACTIONS(1768), + [aux_sym_custom_operator_token1] = ACTIONS(1792), + [anon_sym_LT] = ACTIONS(1787), + [anon_sym_GT] = ACTIONS(1787), + [anon_sym_await] = ACTIONS(1768), + [anon_sym_LBRACE] = ACTIONS(1792), + [anon_sym_CARET_LBRACE] = ACTIONS(1792), + [anon_sym_self] = ACTIONS(1768), + [anon_sym_super] = ACTIONS(1768), + [anon_sym_try] = ACTIONS(1768), + [anon_sym_PLUS_EQ] = ACTIONS(1792), + [anon_sym_DASH_EQ] = ACTIONS(1792), + [anon_sym_STAR_EQ] = ACTIONS(1792), + [anon_sym_SLASH_EQ] = ACTIONS(1792), + [anon_sym_PERCENT_EQ] = ACTIONS(1792), + [anon_sym_BANG_EQ] = ACTIONS(1787), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1792), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1792), + [anon_sym_LT_EQ] = ACTIONS(1792), + [anon_sym_GT_EQ] = ACTIONS(1792), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1792), + [anon_sym_DOT_DOT_LT] = ACTIONS(1792), + [anon_sym_is] = ACTIONS(1795), + [anon_sym_PLUS] = ACTIONS(1787), + [anon_sym_DASH] = ACTIONS(1787), + [anon_sym_STAR] = ACTIONS(1787), + [anon_sym_SLASH] = ACTIONS(1787), + [anon_sym_PERCENT] = ACTIONS(1787), + [anon_sym_PLUS_PLUS] = ACTIONS(1792), + [anon_sym_DASH_DASH] = ACTIONS(1792), + [anon_sym_PIPE] = ACTIONS(1792), + [anon_sym_CARET] = ACTIONS(1787), + [anon_sym_LT_LT] = ACTIONS(1792), + [anon_sym_GT_GT] = ACTIONS(1792), + [anon_sym_borrowing] = ACTIONS(1768), + [anon_sym_consuming] = ACTIONS(1768), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(1770), + [sym_raw_str_end_part] = ACTIONS(1770), + [sym__dot_custom] = ACTIONS(1792), + [sym__conjunction_operator_custom] = ACTIONS(1790), + [sym__disjunction_operator_custom] = ACTIONS(1790), + [sym__nil_coalescing_operator_custom] = ACTIONS(1790), + [sym__eq_custom] = ACTIONS(1792), + [sym__eq_eq_custom] = ACTIONS(1792), + [sym__plus_then_ws] = ACTIONS(1792), + [sym__minus_then_ws] = ACTIONS(1792), + [sym__bang_custom] = ACTIONS(1792), + [sym_where_keyword] = ACTIONS(1790), + [sym_else] = ACTIONS(1790), + [sym__as_custom] = ACTIONS(1790), + [sym__as_quest_custom] = ACTIONS(1790), + [sym__as_bang_custom] = ACTIONS(1790), + [sym__custom_operator] = ACTIONS(1792), + [sym__hash_symbol_custom] = ACTIONS(1770), + [sym__directive_if] = ACTIONS(1770), + [sym__directive_elseif] = ACTIONS(1770), + [sym__directive_else] = ACTIONS(1770), + [sym__directive_endif] = ACTIONS(1770), + }, + [STATE(1199)] = { + [sym__conjunction_operator] = STATE(5014), + [sym__disjunction_operator] = STATE(5014), + [anon_sym_BANG] = ACTIONS(2373), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2375), + [anon_sym_package] = ACTIONS(2375), + [anon_sym_COMMA] = ACTIONS(2375), + [anon_sym_LPAREN] = ACTIONS(2375), + [anon_sym_LBRACK] = ACTIONS(2375), + [anon_sym_QMARK] = ACTIONS(2373), + [anon_sym_QMARK2] = ACTIONS(2375), + [anon_sym_AMP] = ACTIONS(2375), + [aux_sym_custom_operator_token1] = ACTIONS(2375), + [anon_sym_LT] = ACTIONS(2373), + [anon_sym_GT] = ACTIONS(2373), + [anon_sym_LBRACE] = ACTIONS(2375), + [anon_sym_CARET_LBRACE] = ACTIONS(2375), + [anon_sym_RBRACE] = ACTIONS(2375), + [anon_sym_case] = ACTIONS(2375), + [anon_sym_fallthrough] = ACTIONS(2375), + [anon_sym_PLUS_EQ] = ACTIONS(2375), + [anon_sym_DASH_EQ] = ACTIONS(2375), + [anon_sym_STAR_EQ] = ACTIONS(2375), + [anon_sym_SLASH_EQ] = ACTIONS(2375), + [anon_sym_PERCENT_EQ] = ACTIONS(2375), + [anon_sym_BANG_EQ] = ACTIONS(2373), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2375), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2375), + [anon_sym_LT_EQ] = ACTIONS(2375), + [anon_sym_GT_EQ] = ACTIONS(2375), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2375), + [anon_sym_DOT_DOT_LT] = ACTIONS(2375), + [anon_sym_is] = ACTIONS(2375), + [anon_sym_PLUS] = ACTIONS(2373), + [anon_sym_DASH] = ACTIONS(2373), + [anon_sym_STAR] = ACTIONS(2373), + [anon_sym_SLASH] = ACTIONS(2373), + [anon_sym_PERCENT] = ACTIONS(2373), + [anon_sym_PLUS_PLUS] = ACTIONS(2375), + [anon_sym_DASH_DASH] = ACTIONS(2375), + [anon_sym_PIPE] = ACTIONS(2375), + [anon_sym_CARET] = ACTIONS(2373), + [anon_sym_LT_LT] = ACTIONS(2375), + [anon_sym_GT_GT] = ACTIONS(2375), + [anon_sym_class] = ACTIONS(2375), + [anon_sym_prefix] = ACTIONS(2375), + [anon_sym_infix] = ACTIONS(2375), + [anon_sym_postfix] = ACTIONS(2375), + [anon_sym_AT] = ACTIONS(2373), + [anon_sym_override] = ACTIONS(2375), + [anon_sym_convenience] = ACTIONS(2375), + [anon_sym_required] = ACTIONS(2375), + [anon_sym_nonisolated] = ACTIONS(2375), + [anon_sym_public] = ACTIONS(2375), + [anon_sym_private] = ACTIONS(2375), + [anon_sym_internal] = ACTIONS(2375), + [anon_sym_fileprivate] = ACTIONS(2375), + [anon_sym_open] = ACTIONS(2375), + [anon_sym_mutating] = ACTIONS(2375), + [anon_sym_nonmutating] = ACTIONS(2375), + [anon_sym_static] = ACTIONS(2375), + [anon_sym_dynamic] = ACTIONS(2375), + [anon_sym_optional] = ACTIONS(2375), + [anon_sym_distributed] = ACTIONS(2375), + [anon_sym_final] = ACTIONS(2375), + [anon_sym_inout] = ACTIONS(2375), + [anon_sym_ATescaping] = ACTIONS(2375), + [anon_sym_ATautoclosure] = ACTIONS(2375), + [anon_sym_weak] = ACTIONS(2375), + [anon_sym_unowned] = ACTIONS(2373), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2375), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2375), + [anon_sym_borrowing] = ACTIONS(2375), + [anon_sym_consuming] = ACTIONS(2375), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2375), + [sym__explicit_semi] = ACTIONS(2375), + [sym__dot_custom] = ACTIONS(2375), + [sym__conjunction_operator_custom] = ACTIONS(3363), + [sym__disjunction_operator_custom] = ACTIONS(3363), + [sym__nil_coalescing_operator_custom] = ACTIONS(2375), + [sym__eq_custom] = ACTIONS(2375), + [sym__eq_eq_custom] = ACTIONS(2375), + [sym__plus_then_ws] = ACTIONS(2375), + [sym__minus_then_ws] = ACTIONS(2375), + [sym__bang_custom] = ACTIONS(2375), + [sym_default_keyword] = ACTIONS(2375), + [sym__as_custom] = ACTIONS(2375), + [sym__as_quest_custom] = ACTIONS(2375), + [sym__as_bang_custom] = ACTIONS(2375), + [sym__custom_operator] = ACTIONS(2375), + }, + [STATE(1200)] = { + [sym__conjunction_operator] = STATE(5014), + [sym__disjunction_operator] = STATE(5014), + [anon_sym_BANG] = ACTIONS(2379), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2381), + [anon_sym_package] = ACTIONS(2381), + [anon_sym_COMMA] = ACTIONS(2381), + [anon_sym_LPAREN] = ACTIONS(2381), + [anon_sym_LBRACK] = ACTIONS(2381), + [anon_sym_QMARK] = ACTIONS(2379), + [anon_sym_QMARK2] = ACTIONS(2381), + [anon_sym_AMP] = ACTIONS(2381), + [aux_sym_custom_operator_token1] = ACTIONS(2381), + [anon_sym_LT] = ACTIONS(2379), + [anon_sym_GT] = ACTIONS(2379), + [anon_sym_LBRACE] = ACTIONS(2381), + [anon_sym_CARET_LBRACE] = ACTIONS(2381), + [anon_sym_RBRACE] = ACTIONS(2381), + [anon_sym_case] = ACTIONS(2381), + [anon_sym_fallthrough] = ACTIONS(2381), + [anon_sym_PLUS_EQ] = ACTIONS(2381), + [anon_sym_DASH_EQ] = ACTIONS(2381), + [anon_sym_STAR_EQ] = ACTIONS(2381), + [anon_sym_SLASH_EQ] = ACTIONS(2381), + [anon_sym_PERCENT_EQ] = ACTIONS(2381), + [anon_sym_BANG_EQ] = ACTIONS(2379), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2381), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2381), + [anon_sym_LT_EQ] = ACTIONS(2381), + [anon_sym_GT_EQ] = ACTIONS(2381), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2381), + [anon_sym_DOT_DOT_LT] = ACTIONS(2381), + [anon_sym_is] = ACTIONS(2381), + [anon_sym_PLUS] = ACTIONS(2379), + [anon_sym_DASH] = ACTIONS(2379), + [anon_sym_STAR] = ACTIONS(2379), + [anon_sym_SLASH] = ACTIONS(2379), + [anon_sym_PERCENT] = ACTIONS(2379), + [anon_sym_PLUS_PLUS] = ACTIONS(2381), + [anon_sym_DASH_DASH] = ACTIONS(2381), + [anon_sym_PIPE] = ACTIONS(2381), + [anon_sym_CARET] = ACTIONS(2379), + [anon_sym_LT_LT] = ACTIONS(2381), + [anon_sym_GT_GT] = ACTIONS(2381), + [anon_sym_class] = ACTIONS(2381), + [anon_sym_prefix] = ACTIONS(2381), + [anon_sym_infix] = ACTIONS(2381), + [anon_sym_postfix] = ACTIONS(2381), + [anon_sym_AT] = ACTIONS(2379), + [anon_sym_override] = ACTIONS(2381), + [anon_sym_convenience] = ACTIONS(2381), + [anon_sym_required] = ACTIONS(2381), + [anon_sym_nonisolated] = ACTIONS(2381), + [anon_sym_public] = ACTIONS(2381), + [anon_sym_private] = ACTIONS(2381), + [anon_sym_internal] = ACTIONS(2381), + [anon_sym_fileprivate] = ACTIONS(2381), + [anon_sym_open] = ACTIONS(2381), + [anon_sym_mutating] = ACTIONS(2381), + [anon_sym_nonmutating] = ACTIONS(2381), + [anon_sym_static] = ACTIONS(2381), + [anon_sym_dynamic] = ACTIONS(2381), + [anon_sym_optional] = ACTIONS(2381), + [anon_sym_distributed] = ACTIONS(2381), + [anon_sym_final] = ACTIONS(2381), + [anon_sym_inout] = ACTIONS(2381), + [anon_sym_ATescaping] = ACTIONS(2381), + [anon_sym_ATautoclosure] = ACTIONS(2381), + [anon_sym_weak] = ACTIONS(2381), + [anon_sym_unowned] = ACTIONS(2379), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2381), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2381), + [anon_sym_borrowing] = ACTIONS(2381), + [anon_sym_consuming] = ACTIONS(2381), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2381), + [sym__explicit_semi] = ACTIONS(2381), + [sym__dot_custom] = ACTIONS(2381), + [sym__conjunction_operator_custom] = ACTIONS(3363), + [sym__disjunction_operator_custom] = ACTIONS(3363), + [sym__nil_coalescing_operator_custom] = ACTIONS(2381), + [sym__eq_custom] = ACTIONS(2381), + [sym__eq_eq_custom] = ACTIONS(2381), + [sym__plus_then_ws] = ACTIONS(2381), + [sym__minus_then_ws] = ACTIONS(2381), + [sym__bang_custom] = ACTIONS(2381), + [sym_default_keyword] = ACTIONS(2381), + [sym__as_custom] = ACTIONS(2381), + [sym__as_quest_custom] = ACTIONS(2381), + [sym__as_bang_custom] = ACTIONS(2381), + [sym__custom_operator] = ACTIONS(2381), + }, + [STATE(1201)] = { + [sym_type_arguments] = STATE(1232), + [anon_sym_BANG] = ACTIONS(2191), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2193), + [anon_sym_package] = ACTIONS(2193), + [anon_sym_COMMA] = ACTIONS(2193), + [anon_sym_LPAREN] = ACTIONS(2193), + [anon_sym_LBRACK] = ACTIONS(2193), + [anon_sym_DOT] = ACTIONS(2191), + [anon_sym_QMARK] = ACTIONS(2191), + [anon_sym_QMARK2] = ACTIONS(2193), + [anon_sym_AMP] = ACTIONS(2193), + [aux_sym_custom_operator_token1] = ACTIONS(2193), + [anon_sym_LT] = ACTIONS(3365), + [anon_sym_GT] = ACTIONS(2191), + [anon_sym_LBRACE] = ACTIONS(2193), + [anon_sym_CARET_LBRACE] = ACTIONS(2193), + [anon_sym_RBRACE] = ACTIONS(2193), + [anon_sym_case] = ACTIONS(2193), + [anon_sym_fallthrough] = ACTIONS(2193), + [anon_sym_PLUS_EQ] = ACTIONS(2193), + [anon_sym_DASH_EQ] = ACTIONS(2193), + [anon_sym_STAR_EQ] = ACTIONS(2193), + [anon_sym_SLASH_EQ] = ACTIONS(2193), + [anon_sym_PERCENT_EQ] = ACTIONS(2193), + [anon_sym_BANG_EQ] = ACTIONS(2191), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2193), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2193), + [anon_sym_LT_EQ] = ACTIONS(2193), + [anon_sym_GT_EQ] = ACTIONS(2193), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2193), + [anon_sym_DOT_DOT_LT] = ACTIONS(2193), + [anon_sym_is] = ACTIONS(2193), + [anon_sym_PLUS] = ACTIONS(2191), + [anon_sym_DASH] = ACTIONS(2191), + [anon_sym_STAR] = ACTIONS(2191), + [anon_sym_SLASH] = ACTIONS(2191), + [anon_sym_PERCENT] = ACTIONS(2191), + [anon_sym_PLUS_PLUS] = ACTIONS(2193), + [anon_sym_DASH_DASH] = ACTIONS(2193), + [anon_sym_PIPE] = ACTIONS(2193), + [anon_sym_CARET] = ACTIONS(2191), + [anon_sym_LT_LT] = ACTIONS(2193), + [anon_sym_GT_GT] = ACTIONS(2193), + [anon_sym_class] = ACTIONS(2193), + [anon_sym_prefix] = ACTIONS(2193), + [anon_sym_infix] = ACTIONS(2193), + [anon_sym_postfix] = ACTIONS(2193), + [anon_sym_AT] = ACTIONS(2191), + [anon_sym_override] = ACTIONS(2193), + [anon_sym_convenience] = ACTIONS(2193), + [anon_sym_required] = ACTIONS(2193), + [anon_sym_nonisolated] = ACTIONS(2193), + [anon_sym_public] = ACTIONS(2193), + [anon_sym_private] = ACTIONS(2193), + [anon_sym_internal] = ACTIONS(2193), + [anon_sym_fileprivate] = ACTIONS(2193), + [anon_sym_open] = ACTIONS(2193), + [anon_sym_mutating] = ACTIONS(2193), + [anon_sym_nonmutating] = ACTIONS(2193), + [anon_sym_static] = ACTIONS(2193), + [anon_sym_dynamic] = ACTIONS(2193), + [anon_sym_optional] = ACTIONS(2193), + [anon_sym_distributed] = ACTIONS(2193), + [anon_sym_final] = ACTIONS(2193), + [anon_sym_inout] = ACTIONS(2193), + [anon_sym_ATescaping] = ACTIONS(2193), + [anon_sym_ATautoclosure] = ACTIONS(2193), + [anon_sym_weak] = ACTIONS(2193), + [anon_sym_unowned] = ACTIONS(2191), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2193), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2193), + [anon_sym_borrowing] = ACTIONS(2193), + [anon_sym_consuming] = ACTIONS(2193), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2193), + [sym__explicit_semi] = ACTIONS(2193), + [sym__dot_custom] = ACTIONS(2193), + [sym__conjunction_operator_custom] = ACTIONS(2193), + [sym__disjunction_operator_custom] = ACTIONS(2193), + [sym__nil_coalescing_operator_custom] = ACTIONS(2193), + [sym__eq_custom] = ACTIONS(2193), + [sym__eq_eq_custom] = ACTIONS(2193), + [sym__plus_then_ws] = ACTIONS(2193), + [sym__minus_then_ws] = ACTIONS(2193), + [sym__bang_custom] = ACTIONS(2193), + [sym_default_keyword] = ACTIONS(2193), + [sym__as_custom] = ACTIONS(2193), + [sym__as_quest_custom] = ACTIONS(2193), + [sym__as_bang_custom] = ACTIONS(2193), + [sym__custom_operator] = ACTIONS(2193), + }, + [STATE(1202)] = { + [anon_sym_BANG] = ACTIONS(2217), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2219), + [anon_sym_package] = ACTIONS(2219), + [anon_sym_COMMA] = ACTIONS(2219), + [anon_sym_LPAREN] = ACTIONS(2219), + [anon_sym_LBRACK] = ACTIONS(2219), + [anon_sym_DOT] = ACTIONS(2217), + [anon_sym_QMARK] = ACTIONS(2217), + [anon_sym_QMARK2] = ACTIONS(2219), + [anon_sym_AMP] = ACTIONS(2219), + [aux_sym_custom_operator_token1] = ACTIONS(2219), + [anon_sym_LT] = ACTIONS(2217), + [anon_sym_GT] = ACTIONS(2217), + [anon_sym_LBRACE] = ACTIONS(2219), + [anon_sym_CARET_LBRACE] = ACTIONS(2219), + [anon_sym_RBRACE] = ACTIONS(2219), + [anon_sym_case] = ACTIONS(2219), + [anon_sym_fallthrough] = ACTIONS(2219), + [anon_sym_PLUS_EQ] = ACTIONS(2219), + [anon_sym_DASH_EQ] = ACTIONS(2219), + [anon_sym_STAR_EQ] = ACTIONS(2219), + [anon_sym_SLASH_EQ] = ACTIONS(2219), + [anon_sym_PERCENT_EQ] = ACTIONS(2219), + [anon_sym_BANG_EQ] = ACTIONS(2217), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2219), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2219), + [anon_sym_LT_EQ] = ACTIONS(2219), + [anon_sym_GT_EQ] = ACTIONS(2219), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2219), + [anon_sym_DOT_DOT_LT] = ACTIONS(2219), + [anon_sym_is] = ACTIONS(2219), + [anon_sym_PLUS] = ACTIONS(2217), + [anon_sym_DASH] = ACTIONS(2217), + [anon_sym_STAR] = ACTIONS(2217), + [anon_sym_SLASH] = ACTIONS(2217), + [anon_sym_PERCENT] = ACTIONS(2217), + [anon_sym_PLUS_PLUS] = ACTIONS(2219), + [anon_sym_DASH_DASH] = ACTIONS(2219), + [anon_sym_PIPE] = ACTIONS(2219), + [anon_sym_CARET] = ACTIONS(2217), + [anon_sym_LT_LT] = ACTIONS(2219), + [anon_sym_GT_GT] = ACTIONS(2219), + [anon_sym_class] = ACTIONS(2219), + [anon_sym_prefix] = ACTIONS(2219), + [anon_sym_infix] = ACTIONS(2219), + [anon_sym_postfix] = ACTIONS(2219), + [anon_sym_AT] = ACTIONS(2217), + [anon_sym_override] = ACTIONS(2219), + [anon_sym_convenience] = ACTIONS(2219), + [anon_sym_required] = ACTIONS(2219), + [anon_sym_nonisolated] = ACTIONS(2219), + [anon_sym_public] = ACTIONS(2219), + [anon_sym_private] = ACTIONS(2219), + [anon_sym_internal] = ACTIONS(2219), + [anon_sym_fileprivate] = ACTIONS(2219), + [anon_sym_open] = ACTIONS(2219), + [anon_sym_mutating] = ACTIONS(2219), + [anon_sym_nonmutating] = ACTIONS(2219), + [anon_sym_static] = ACTIONS(2219), + [anon_sym_dynamic] = ACTIONS(2219), + [anon_sym_optional] = ACTIONS(2219), + [anon_sym_distributed] = ACTIONS(2219), + [anon_sym_final] = ACTIONS(2219), + [anon_sym_inout] = ACTIONS(2219), + [anon_sym_ATescaping] = ACTIONS(2219), + [anon_sym_ATautoclosure] = ACTIONS(2219), + [anon_sym_weak] = ACTIONS(2219), + [anon_sym_unowned] = ACTIONS(2217), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2219), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2219), + [anon_sym_borrowing] = ACTIONS(2219), + [anon_sym_consuming] = ACTIONS(2219), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2219), + [sym__explicit_semi] = ACTIONS(2219), + [sym__dot_custom] = ACTIONS(2219), + [sym__conjunction_operator_custom] = ACTIONS(2219), + [sym__disjunction_operator_custom] = ACTIONS(2219), + [sym__nil_coalescing_operator_custom] = ACTIONS(2219), + [sym__eq_custom] = ACTIONS(2219), + [sym__eq_eq_custom] = ACTIONS(2219), + [sym__plus_then_ws] = ACTIONS(2219), + [sym__minus_then_ws] = ACTIONS(2219), + [sym__bang_custom] = ACTIONS(2219), + [sym_default_keyword] = ACTIONS(2219), + [sym_where_keyword] = ACTIONS(2219), + [sym__as_custom] = ACTIONS(2219), + [sym__as_quest_custom] = ACTIONS(2219), + [sym__as_bang_custom] = ACTIONS(2219), + [sym__custom_operator] = ACTIONS(2219), + }, + [STATE(1203)] = { + [anon_sym_BANG] = ACTIONS(2225), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2227), + [anon_sym_package] = ACTIONS(2227), + [anon_sym_COMMA] = ACTIONS(2227), + [anon_sym_LPAREN] = ACTIONS(2227), + [anon_sym_LBRACK] = ACTIONS(2227), + [anon_sym_DOT] = ACTIONS(2225), + [anon_sym_QMARK] = ACTIONS(2225), + [anon_sym_QMARK2] = ACTIONS(2227), + [anon_sym_AMP] = ACTIONS(2227), + [aux_sym_custom_operator_token1] = ACTIONS(2227), + [anon_sym_LT] = ACTIONS(2225), + [anon_sym_GT] = ACTIONS(2225), + [anon_sym_LBRACE] = ACTIONS(2227), + [anon_sym_CARET_LBRACE] = ACTIONS(2227), + [anon_sym_RBRACE] = ACTIONS(2227), + [anon_sym_case] = ACTIONS(2227), + [anon_sym_fallthrough] = ACTIONS(2227), + [anon_sym_PLUS_EQ] = ACTIONS(2227), + [anon_sym_DASH_EQ] = ACTIONS(2227), + [anon_sym_STAR_EQ] = ACTIONS(2227), + [anon_sym_SLASH_EQ] = ACTIONS(2227), + [anon_sym_PERCENT_EQ] = ACTIONS(2227), + [anon_sym_BANG_EQ] = ACTIONS(2225), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2227), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2227), + [anon_sym_LT_EQ] = ACTIONS(2227), + [anon_sym_GT_EQ] = ACTIONS(2227), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2227), + [anon_sym_DOT_DOT_LT] = ACTIONS(2227), + [anon_sym_is] = ACTIONS(2227), + [anon_sym_PLUS] = ACTIONS(2225), + [anon_sym_DASH] = ACTIONS(2225), + [anon_sym_STAR] = ACTIONS(2225), + [anon_sym_SLASH] = ACTIONS(2225), + [anon_sym_PERCENT] = ACTIONS(2225), + [anon_sym_PLUS_PLUS] = ACTIONS(2227), + [anon_sym_DASH_DASH] = ACTIONS(2227), + [anon_sym_PIPE] = ACTIONS(2227), + [anon_sym_CARET] = ACTIONS(2225), + [anon_sym_LT_LT] = ACTIONS(2227), + [anon_sym_GT_GT] = ACTIONS(2227), + [anon_sym_class] = ACTIONS(2227), + [anon_sym_prefix] = ACTIONS(2227), + [anon_sym_infix] = ACTIONS(2227), + [anon_sym_postfix] = ACTIONS(2227), + [anon_sym_AT] = ACTIONS(2225), + [anon_sym_override] = ACTIONS(2227), + [anon_sym_convenience] = ACTIONS(2227), + [anon_sym_required] = ACTIONS(2227), + [anon_sym_nonisolated] = ACTIONS(2227), + [anon_sym_public] = ACTIONS(2227), + [anon_sym_private] = ACTIONS(2227), + [anon_sym_internal] = ACTIONS(2227), + [anon_sym_fileprivate] = ACTIONS(2227), + [anon_sym_open] = ACTIONS(2227), + [anon_sym_mutating] = ACTIONS(2227), + [anon_sym_nonmutating] = ACTIONS(2227), + [anon_sym_static] = ACTIONS(2227), + [anon_sym_dynamic] = ACTIONS(2227), + [anon_sym_optional] = ACTIONS(2227), + [anon_sym_distributed] = ACTIONS(2227), + [anon_sym_final] = ACTIONS(2227), + [anon_sym_inout] = ACTIONS(2227), + [anon_sym_ATescaping] = ACTIONS(2227), + [anon_sym_ATautoclosure] = ACTIONS(2227), + [anon_sym_weak] = ACTIONS(2227), + [anon_sym_unowned] = ACTIONS(2225), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2227), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2227), + [anon_sym_borrowing] = ACTIONS(2227), + [anon_sym_consuming] = ACTIONS(2227), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2227), + [sym__explicit_semi] = ACTIONS(2227), + [sym__dot_custom] = ACTIONS(2227), + [sym__conjunction_operator_custom] = ACTIONS(2227), + [sym__disjunction_operator_custom] = ACTIONS(2227), + [sym__nil_coalescing_operator_custom] = ACTIONS(2227), + [sym__eq_custom] = ACTIONS(2227), + [sym__eq_eq_custom] = ACTIONS(2227), + [sym__plus_then_ws] = ACTIONS(2227), + [sym__minus_then_ws] = ACTIONS(2227), + [sym__bang_custom] = ACTIONS(2227), + [sym_default_keyword] = ACTIONS(2227), + [sym_where_keyword] = ACTIONS(2227), + [sym__as_custom] = ACTIONS(2227), + [sym__as_quest_custom] = ACTIONS(2227), + [sym__as_bang_custom] = ACTIONS(2227), + [sym__custom_operator] = ACTIONS(2227), + }, + [STATE(1204)] = { + [anon_sym_BANG] = ACTIONS(2213), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2215), + [anon_sym_package] = ACTIONS(2215), + [anon_sym_COMMA] = ACTIONS(2215), + [anon_sym_LPAREN] = ACTIONS(2215), + [anon_sym_LBRACK] = ACTIONS(2215), + [anon_sym_DOT] = ACTIONS(2213), + [anon_sym_QMARK] = ACTIONS(2213), + [anon_sym_QMARK2] = ACTIONS(2215), + [anon_sym_AMP] = ACTIONS(2215), + [aux_sym_custom_operator_token1] = ACTIONS(2215), + [anon_sym_LT] = ACTIONS(2213), + [anon_sym_GT] = ACTIONS(2213), + [anon_sym_LBRACE] = ACTIONS(2215), + [anon_sym_CARET_LBRACE] = ACTIONS(2215), + [anon_sym_RBRACE] = ACTIONS(2215), + [anon_sym_case] = ACTIONS(2215), + [anon_sym_fallthrough] = ACTIONS(2215), + [anon_sym_PLUS_EQ] = ACTIONS(2215), + [anon_sym_DASH_EQ] = ACTIONS(2215), + [anon_sym_STAR_EQ] = ACTIONS(2215), + [anon_sym_SLASH_EQ] = ACTIONS(2215), + [anon_sym_PERCENT_EQ] = ACTIONS(2215), + [anon_sym_BANG_EQ] = ACTIONS(2213), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2215), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2215), + [anon_sym_LT_EQ] = ACTIONS(2215), + [anon_sym_GT_EQ] = ACTIONS(2215), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2215), + [anon_sym_DOT_DOT_LT] = ACTIONS(2215), + [anon_sym_is] = ACTIONS(2215), + [anon_sym_PLUS] = ACTIONS(2213), + [anon_sym_DASH] = ACTIONS(2213), + [anon_sym_STAR] = ACTIONS(2213), + [anon_sym_SLASH] = ACTIONS(2213), + [anon_sym_PERCENT] = ACTIONS(2213), + [anon_sym_PLUS_PLUS] = ACTIONS(2215), + [anon_sym_DASH_DASH] = ACTIONS(2215), + [anon_sym_PIPE] = ACTIONS(2215), + [anon_sym_CARET] = ACTIONS(2213), + [anon_sym_LT_LT] = ACTIONS(2215), + [anon_sym_GT_GT] = ACTIONS(2215), + [anon_sym_class] = ACTIONS(2215), + [anon_sym_prefix] = ACTIONS(2215), + [anon_sym_infix] = ACTIONS(2215), + [anon_sym_postfix] = ACTIONS(2215), + [anon_sym_AT] = ACTIONS(2213), + [anon_sym_override] = ACTIONS(2215), + [anon_sym_convenience] = ACTIONS(2215), + [anon_sym_required] = ACTIONS(2215), + [anon_sym_nonisolated] = ACTIONS(2215), + [anon_sym_public] = ACTIONS(2215), + [anon_sym_private] = ACTIONS(2215), + [anon_sym_internal] = ACTIONS(2215), + [anon_sym_fileprivate] = ACTIONS(2215), + [anon_sym_open] = ACTIONS(2215), + [anon_sym_mutating] = ACTIONS(2215), + [anon_sym_nonmutating] = ACTIONS(2215), + [anon_sym_static] = ACTIONS(2215), + [anon_sym_dynamic] = ACTIONS(2215), + [anon_sym_optional] = ACTIONS(2215), + [anon_sym_distributed] = ACTIONS(2215), + [anon_sym_final] = ACTIONS(2215), + [anon_sym_inout] = ACTIONS(2215), + [anon_sym_ATescaping] = ACTIONS(2215), + [anon_sym_ATautoclosure] = ACTIONS(2215), + [anon_sym_weak] = ACTIONS(2215), + [anon_sym_unowned] = ACTIONS(2213), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2215), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2215), + [anon_sym_borrowing] = ACTIONS(2215), + [anon_sym_consuming] = ACTIONS(2215), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2215), + [sym__explicit_semi] = ACTIONS(2215), + [sym__dot_custom] = ACTIONS(2215), + [sym__conjunction_operator_custom] = ACTIONS(2215), + [sym__disjunction_operator_custom] = ACTIONS(2215), + [sym__nil_coalescing_operator_custom] = ACTIONS(2215), + [sym__eq_custom] = ACTIONS(2215), + [sym__eq_eq_custom] = ACTIONS(2215), + [sym__plus_then_ws] = ACTIONS(2215), + [sym__minus_then_ws] = ACTIONS(2215), + [sym__bang_custom] = ACTIONS(2215), + [sym_default_keyword] = ACTIONS(2215), + [sym_where_keyword] = ACTIONS(2215), + [sym__as_custom] = ACTIONS(2215), + [sym__as_quest_custom] = ACTIONS(2215), + [sym__as_bang_custom] = ACTIONS(2215), + [sym__custom_operator] = ACTIONS(2215), + }, + [STATE(1205)] = { + [anon_sym_BANG] = ACTIONS(1787), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1768), + [aux_sym_simple_identifier_token2] = ACTIONS(1770), + [aux_sym_simple_identifier_token3] = ACTIONS(1770), + [aux_sym_simple_identifier_token4] = ACTIONS(1770), + [anon_sym_actor] = ACTIONS(1768), + [anon_sym_async] = ACTIONS(1768), + [anon_sym_each] = ACTIONS(1768), + [anon_sym_lazy] = ACTIONS(1768), + [anon_sym_repeat] = ACTIONS(1768), + [anon_sym_package] = ACTIONS(1768), + [anon_sym_nil] = ACTIONS(1768), + [sym_real_literal] = ACTIONS(1770), + [sym_integer_literal] = ACTIONS(1768), + [sym_hex_literal] = ACTIONS(1768), + [sym_oct_literal] = ACTIONS(1770), + [sym_bin_literal] = ACTIONS(1770), + [anon_sym_true] = ACTIONS(1768), + [anon_sym_false] = ACTIONS(1768), + [anon_sym_DQUOTE] = ACTIONS(1768), + [anon_sym_BSLASH] = ACTIONS(1770), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1770), + [anon_sym_COMMA] = ACTIONS(1790), + [sym__oneline_regex_literal] = ACTIONS(1768), + [anon_sym_COLON] = ACTIONS(1790), + [anon_sym_LPAREN] = ACTIONS(1792), + [anon_sym_LBRACK] = ACTIONS(1792), + [anon_sym_QMARK] = ACTIONS(1795), + [anon_sym_QMARK2] = ACTIONS(1790), + [anon_sym_AMP] = ACTIONS(1792), + [anon_sym_TILDE] = ACTIONS(1770), + [anon_sym_if] = ACTIONS(1768), + [anon_sym_switch] = ACTIONS(1768), + [aux_sym_custom_operator_token1] = ACTIONS(1792), + [anon_sym_LT] = ACTIONS(1787), + [anon_sym_GT] = ACTIONS(1787), + [anon_sym_await] = ACTIONS(1768), + [anon_sym_LBRACE] = ACTIONS(1792), + [anon_sym_CARET_LBRACE] = ACTIONS(1792), + [anon_sym_self] = ACTIONS(1768), + [anon_sym_super] = ACTIONS(1768), + [anon_sym_try] = ACTIONS(1768), + [anon_sym_PLUS_EQ] = ACTIONS(1792), + [anon_sym_DASH_EQ] = ACTIONS(1792), + [anon_sym_STAR_EQ] = ACTIONS(1792), + [anon_sym_SLASH_EQ] = ACTIONS(1792), + [anon_sym_PERCENT_EQ] = ACTIONS(1792), + [anon_sym_BANG_EQ] = ACTIONS(1787), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1792), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1792), + [anon_sym_LT_EQ] = ACTIONS(1792), + [anon_sym_GT_EQ] = ACTIONS(1792), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1792), + [anon_sym_DOT_DOT_LT] = ACTIONS(1792), + [anon_sym_is] = ACTIONS(1795), + [anon_sym_PLUS] = ACTIONS(1787), + [anon_sym_DASH] = ACTIONS(1787), + [anon_sym_STAR] = ACTIONS(1787), + [anon_sym_SLASH] = ACTIONS(1787), + [anon_sym_PERCENT] = ACTIONS(1787), + [anon_sym_PLUS_PLUS] = ACTIONS(1792), + [anon_sym_DASH_DASH] = ACTIONS(1792), + [anon_sym_PIPE] = ACTIONS(1792), + [anon_sym_CARET] = ACTIONS(1787), + [anon_sym_LT_LT] = ACTIONS(1792), + [anon_sym_GT_GT] = ACTIONS(1792), + [anon_sym_borrowing] = ACTIONS(1768), + [anon_sym_consuming] = ACTIONS(1768), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(1770), + [sym_raw_str_end_part] = ACTIONS(1770), + [sym__dot_custom] = ACTIONS(1792), + [sym__conjunction_operator_custom] = ACTIONS(1790), + [sym__disjunction_operator_custom] = ACTIONS(1790), + [sym__nil_coalescing_operator_custom] = ACTIONS(1790), + [sym__eq_custom] = ACTIONS(1792), + [sym__eq_eq_custom] = ACTIONS(1792), + [sym__plus_then_ws] = ACTIONS(1792), + [sym__minus_then_ws] = ACTIONS(1792), + [sym__bang_custom] = ACTIONS(1792), + [sym_where_keyword] = ACTIONS(1790), + [sym__as_custom] = ACTIONS(1790), + [sym__as_quest_custom] = ACTIONS(1790), + [sym__as_bang_custom] = ACTIONS(1790), + [sym__custom_operator] = ACTIONS(1792), + [sym__hash_symbol_custom] = ACTIONS(1770), + [sym__directive_if] = ACTIONS(1770), + [sym__directive_elseif] = ACTIONS(1770), + [sym__directive_else] = ACTIONS(1770), + [sym__directive_endif] = ACTIONS(1770), + }, + [STATE(1206)] = { + [anon_sym_BANG] = ACTIONS(2197), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2199), + [anon_sym_package] = ACTIONS(2199), + [anon_sym_COMMA] = ACTIONS(2199), + [anon_sym_LPAREN] = ACTIONS(2199), + [anon_sym_LBRACK] = ACTIONS(2199), + [anon_sym_DOT] = ACTIONS(2197), + [anon_sym_QMARK] = ACTIONS(2197), + [anon_sym_QMARK2] = ACTIONS(2199), + [anon_sym_AMP] = ACTIONS(2199), + [aux_sym_custom_operator_token1] = ACTIONS(2199), + [anon_sym_LT] = ACTIONS(2197), + [anon_sym_GT] = ACTIONS(2197), + [anon_sym_LBRACE] = ACTIONS(2199), + [anon_sym_CARET_LBRACE] = ACTIONS(2199), + [anon_sym_RBRACE] = ACTIONS(2199), + [anon_sym_case] = ACTIONS(2199), + [anon_sym_fallthrough] = ACTIONS(2199), + [anon_sym_PLUS_EQ] = ACTIONS(2199), + [anon_sym_DASH_EQ] = ACTIONS(2199), + [anon_sym_STAR_EQ] = ACTIONS(2199), + [anon_sym_SLASH_EQ] = ACTIONS(2199), + [anon_sym_PERCENT_EQ] = ACTIONS(2199), + [anon_sym_BANG_EQ] = ACTIONS(2197), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2199), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2199), + [anon_sym_LT_EQ] = ACTIONS(2199), + [anon_sym_GT_EQ] = ACTIONS(2199), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2199), + [anon_sym_DOT_DOT_LT] = ACTIONS(2199), + [anon_sym_is] = ACTIONS(2199), + [anon_sym_PLUS] = ACTIONS(2197), + [anon_sym_DASH] = ACTIONS(2197), + [anon_sym_STAR] = ACTIONS(2197), + [anon_sym_SLASH] = ACTIONS(2197), + [anon_sym_PERCENT] = ACTIONS(2197), + [anon_sym_PLUS_PLUS] = ACTIONS(2199), + [anon_sym_DASH_DASH] = ACTIONS(2199), + [anon_sym_PIPE] = ACTIONS(2199), + [anon_sym_CARET] = ACTIONS(2197), + [anon_sym_LT_LT] = ACTIONS(2199), + [anon_sym_GT_GT] = ACTIONS(2199), + [anon_sym_class] = ACTIONS(2199), + [anon_sym_prefix] = ACTIONS(2199), + [anon_sym_infix] = ACTIONS(2199), + [anon_sym_postfix] = ACTIONS(2199), + [anon_sym_AT] = ACTIONS(2197), + [anon_sym_override] = ACTIONS(2199), + [anon_sym_convenience] = ACTIONS(2199), + [anon_sym_required] = ACTIONS(2199), + [anon_sym_nonisolated] = ACTIONS(2199), + [anon_sym_public] = ACTIONS(2199), + [anon_sym_private] = ACTIONS(2199), + [anon_sym_internal] = ACTIONS(2199), + [anon_sym_fileprivate] = ACTIONS(2199), + [anon_sym_open] = ACTIONS(2199), + [anon_sym_mutating] = ACTIONS(2199), + [anon_sym_nonmutating] = ACTIONS(2199), + [anon_sym_static] = ACTIONS(2199), + [anon_sym_dynamic] = ACTIONS(2199), + [anon_sym_optional] = ACTIONS(2199), + [anon_sym_distributed] = ACTIONS(2199), + [anon_sym_final] = ACTIONS(2199), + [anon_sym_inout] = ACTIONS(2199), + [anon_sym_ATescaping] = ACTIONS(2199), + [anon_sym_ATautoclosure] = ACTIONS(2199), + [anon_sym_weak] = ACTIONS(2199), + [anon_sym_unowned] = ACTIONS(2197), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2199), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2199), + [anon_sym_borrowing] = ACTIONS(2199), + [anon_sym_consuming] = ACTIONS(2199), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2199), + [sym__explicit_semi] = ACTIONS(2199), + [sym__dot_custom] = ACTIONS(2199), + [sym__conjunction_operator_custom] = ACTIONS(2199), + [sym__disjunction_operator_custom] = ACTIONS(2199), + [sym__nil_coalescing_operator_custom] = ACTIONS(2199), + [sym__eq_custom] = ACTIONS(2199), + [sym__eq_eq_custom] = ACTIONS(2199), + [sym__plus_then_ws] = ACTIONS(2199), + [sym__minus_then_ws] = ACTIONS(2199), + [sym__bang_custom] = ACTIONS(2199), + [sym_default_keyword] = ACTIONS(2199), + [sym_where_keyword] = ACTIONS(2199), + [sym__as_custom] = ACTIONS(2199), + [sym__as_quest_custom] = ACTIONS(2199), + [sym__as_bang_custom] = ACTIONS(2199), + [sym__custom_operator] = ACTIONS(2199), + }, + [STATE(1207)] = { + [anon_sym_BANG] = ACTIONS(2229), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2231), + [anon_sym_package] = ACTIONS(2231), + [anon_sym_COMMA] = ACTIONS(2231), + [anon_sym_LPAREN] = ACTIONS(2231), + [anon_sym_LBRACK] = ACTIONS(2231), + [anon_sym_DOT] = ACTIONS(2229), + [anon_sym_QMARK] = ACTIONS(2229), + [anon_sym_QMARK2] = ACTIONS(2231), + [anon_sym_AMP] = ACTIONS(2231), + [aux_sym_custom_operator_token1] = ACTIONS(2231), + [anon_sym_LT] = ACTIONS(2229), + [anon_sym_GT] = ACTIONS(2229), + [anon_sym_LBRACE] = ACTIONS(2231), + [anon_sym_CARET_LBRACE] = ACTIONS(2231), + [anon_sym_RBRACE] = ACTIONS(2231), + [anon_sym_case] = ACTIONS(2231), + [anon_sym_fallthrough] = ACTIONS(2231), + [anon_sym_PLUS_EQ] = ACTIONS(2231), + [anon_sym_DASH_EQ] = ACTIONS(2231), + [anon_sym_STAR_EQ] = ACTIONS(2231), + [anon_sym_SLASH_EQ] = ACTIONS(2231), + [anon_sym_PERCENT_EQ] = ACTIONS(2231), + [anon_sym_BANG_EQ] = ACTIONS(2229), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2231), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2231), + [anon_sym_LT_EQ] = ACTIONS(2231), + [anon_sym_GT_EQ] = ACTIONS(2231), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2231), + [anon_sym_DOT_DOT_LT] = ACTIONS(2231), + [anon_sym_is] = ACTIONS(2231), + [anon_sym_PLUS] = ACTIONS(2229), + [anon_sym_DASH] = ACTIONS(2229), + [anon_sym_STAR] = ACTIONS(2229), + [anon_sym_SLASH] = ACTIONS(2229), + [anon_sym_PERCENT] = ACTIONS(2229), + [anon_sym_PLUS_PLUS] = ACTIONS(2231), + [anon_sym_DASH_DASH] = ACTIONS(2231), + [anon_sym_PIPE] = ACTIONS(2231), + [anon_sym_CARET] = ACTIONS(2229), + [anon_sym_LT_LT] = ACTIONS(2231), + [anon_sym_GT_GT] = ACTIONS(2231), + [anon_sym_class] = ACTIONS(2231), + [anon_sym_prefix] = ACTIONS(2231), + [anon_sym_infix] = ACTIONS(2231), + [anon_sym_postfix] = ACTIONS(2231), + [anon_sym_AT] = ACTIONS(2229), + [anon_sym_override] = ACTIONS(2231), + [anon_sym_convenience] = ACTIONS(2231), + [anon_sym_required] = ACTIONS(2231), + [anon_sym_nonisolated] = ACTIONS(2231), + [anon_sym_public] = ACTIONS(2231), + [anon_sym_private] = ACTIONS(2231), + [anon_sym_internal] = ACTIONS(2231), + [anon_sym_fileprivate] = ACTIONS(2231), + [anon_sym_open] = ACTIONS(2231), + [anon_sym_mutating] = ACTIONS(2231), + [anon_sym_nonmutating] = ACTIONS(2231), + [anon_sym_static] = ACTIONS(2231), + [anon_sym_dynamic] = ACTIONS(2231), + [anon_sym_optional] = ACTIONS(2231), + [anon_sym_distributed] = ACTIONS(2231), + [anon_sym_final] = ACTIONS(2231), + [anon_sym_inout] = ACTIONS(2231), + [anon_sym_ATescaping] = ACTIONS(2231), + [anon_sym_ATautoclosure] = ACTIONS(2231), + [anon_sym_weak] = ACTIONS(2231), + [anon_sym_unowned] = ACTIONS(2229), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2231), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2231), + [anon_sym_borrowing] = ACTIONS(2231), + [anon_sym_consuming] = ACTIONS(2231), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2231), + [sym__explicit_semi] = ACTIONS(2231), + [sym__dot_custom] = ACTIONS(2231), + [sym__conjunction_operator_custom] = ACTIONS(2231), + [sym__disjunction_operator_custom] = ACTIONS(2231), + [sym__nil_coalescing_operator_custom] = ACTIONS(2231), + [sym__eq_custom] = ACTIONS(2231), + [sym__eq_eq_custom] = ACTIONS(2231), + [sym__plus_then_ws] = ACTIONS(2231), + [sym__minus_then_ws] = ACTIONS(2231), + [sym__bang_custom] = ACTIONS(2231), + [sym_default_keyword] = ACTIONS(2231), + [sym_where_keyword] = ACTIONS(2231), + [sym__as_custom] = ACTIONS(2231), + [sym__as_quest_custom] = ACTIONS(2231), + [sym__as_bang_custom] = ACTIONS(2231), + [sym__custom_operator] = ACTIONS(2231), + }, + [STATE(1208)] = { + [anon_sym_BANG] = ACTIONS(2233), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2235), + [anon_sym_package] = ACTIONS(2235), + [anon_sym_COMMA] = ACTIONS(2235), + [anon_sym_LPAREN] = ACTIONS(2235), + [anon_sym_LBRACK] = ACTIONS(2235), + [anon_sym_DOT] = ACTIONS(2233), + [anon_sym_QMARK] = ACTIONS(2233), + [anon_sym_QMARK2] = ACTIONS(2235), + [anon_sym_AMP] = ACTIONS(2235), + [aux_sym_custom_operator_token1] = ACTIONS(2235), + [anon_sym_LT] = ACTIONS(2233), + [anon_sym_GT] = ACTIONS(2233), + [anon_sym_LBRACE] = ACTIONS(2235), + [anon_sym_CARET_LBRACE] = ACTIONS(2235), + [anon_sym_RBRACE] = ACTIONS(2235), + [anon_sym_case] = ACTIONS(2235), + [anon_sym_fallthrough] = ACTIONS(2235), + [anon_sym_PLUS_EQ] = ACTIONS(2235), + [anon_sym_DASH_EQ] = ACTIONS(2235), + [anon_sym_STAR_EQ] = ACTIONS(2235), + [anon_sym_SLASH_EQ] = ACTIONS(2235), + [anon_sym_PERCENT_EQ] = ACTIONS(2235), + [anon_sym_BANG_EQ] = ACTIONS(2233), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2235), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2235), + [anon_sym_LT_EQ] = ACTIONS(2235), + [anon_sym_GT_EQ] = ACTIONS(2235), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2235), + [anon_sym_DOT_DOT_LT] = ACTIONS(2235), + [anon_sym_is] = ACTIONS(2235), + [anon_sym_PLUS] = ACTIONS(2233), + [anon_sym_DASH] = ACTIONS(2233), + [anon_sym_STAR] = ACTIONS(2233), + [anon_sym_SLASH] = ACTIONS(2233), + [anon_sym_PERCENT] = ACTIONS(2233), + [anon_sym_PLUS_PLUS] = ACTIONS(2235), + [anon_sym_DASH_DASH] = ACTIONS(2235), + [anon_sym_PIPE] = ACTIONS(2235), + [anon_sym_CARET] = ACTIONS(2233), + [anon_sym_LT_LT] = ACTIONS(2235), + [anon_sym_GT_GT] = ACTIONS(2235), + [anon_sym_class] = ACTIONS(2235), + [anon_sym_prefix] = ACTIONS(2235), + [anon_sym_infix] = ACTIONS(2235), + [anon_sym_postfix] = ACTIONS(2235), + [anon_sym_AT] = ACTIONS(2233), + [anon_sym_override] = ACTIONS(2235), + [anon_sym_convenience] = ACTIONS(2235), + [anon_sym_required] = ACTIONS(2235), + [anon_sym_nonisolated] = ACTIONS(2235), + [anon_sym_public] = ACTIONS(2235), + [anon_sym_private] = ACTIONS(2235), + [anon_sym_internal] = ACTIONS(2235), + [anon_sym_fileprivate] = ACTIONS(2235), + [anon_sym_open] = ACTIONS(2235), + [anon_sym_mutating] = ACTIONS(2235), + [anon_sym_nonmutating] = ACTIONS(2235), + [anon_sym_static] = ACTIONS(2235), + [anon_sym_dynamic] = ACTIONS(2235), + [anon_sym_optional] = ACTIONS(2235), + [anon_sym_distributed] = ACTIONS(2235), + [anon_sym_final] = ACTIONS(2235), + [anon_sym_inout] = ACTIONS(2235), + [anon_sym_ATescaping] = ACTIONS(2235), + [anon_sym_ATautoclosure] = ACTIONS(2235), + [anon_sym_weak] = ACTIONS(2235), + [anon_sym_unowned] = ACTIONS(2233), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2235), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2235), + [anon_sym_borrowing] = ACTIONS(2235), + [anon_sym_consuming] = ACTIONS(2235), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2235), + [sym__explicit_semi] = ACTIONS(2235), + [sym__dot_custom] = ACTIONS(2235), + [sym__conjunction_operator_custom] = ACTIONS(2235), + [sym__disjunction_operator_custom] = ACTIONS(2235), + [sym__nil_coalescing_operator_custom] = ACTIONS(2235), + [sym__eq_custom] = ACTIONS(2235), + [sym__eq_eq_custom] = ACTIONS(2235), + [sym__plus_then_ws] = ACTIONS(2235), + [sym__minus_then_ws] = ACTIONS(2235), + [sym__bang_custom] = ACTIONS(2235), + [sym_default_keyword] = ACTIONS(2235), + [sym_where_keyword] = ACTIONS(2235), + [sym__as_custom] = ACTIONS(2235), + [sym__as_quest_custom] = ACTIONS(2235), + [sym__as_bang_custom] = ACTIONS(2235), + [sym__custom_operator] = ACTIONS(2235), + }, + [STATE(1209)] = { + [anon_sym_BANG] = ACTIONS(2300), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2302), + [anon_sym_package] = ACTIONS(2302), + [anon_sym_COMMA] = ACTIONS(2302), + [anon_sym_LPAREN] = ACTIONS(2302), + [anon_sym_LBRACK] = ACTIONS(2302), + [anon_sym_DOT] = ACTIONS(2300), + [anon_sym_QMARK] = ACTIONS(2300), + [anon_sym_QMARK2] = ACTIONS(2302), + [anon_sym_AMP] = ACTIONS(2302), + [aux_sym_custom_operator_token1] = ACTIONS(2302), + [anon_sym_LT] = ACTIONS(2300), + [anon_sym_GT] = ACTIONS(2300), + [anon_sym_LBRACE] = ACTIONS(2302), + [anon_sym_CARET_LBRACE] = ACTIONS(2302), + [anon_sym_RBRACE] = ACTIONS(2302), + [anon_sym_self] = ACTIONS(2302), + [anon_sym_case] = ACTIONS(2302), + [anon_sym_fallthrough] = ACTIONS(2302), + [anon_sym_PLUS_EQ] = ACTIONS(2302), + [anon_sym_DASH_EQ] = ACTIONS(2302), + [anon_sym_STAR_EQ] = ACTIONS(2302), + [anon_sym_SLASH_EQ] = ACTIONS(2302), + [anon_sym_PERCENT_EQ] = ACTIONS(2302), + [anon_sym_BANG_EQ] = ACTIONS(2300), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2302), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2302), + [anon_sym_LT_EQ] = ACTIONS(2302), + [anon_sym_GT_EQ] = ACTIONS(2302), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2302), + [anon_sym_DOT_DOT_LT] = ACTIONS(2302), + [anon_sym_is] = ACTIONS(2302), + [anon_sym_PLUS] = ACTIONS(2300), + [anon_sym_DASH] = ACTIONS(2300), + [anon_sym_STAR] = ACTIONS(2300), + [anon_sym_SLASH] = ACTIONS(2300), + [anon_sym_PERCENT] = ACTIONS(2300), + [anon_sym_PLUS_PLUS] = ACTIONS(2302), + [anon_sym_DASH_DASH] = ACTIONS(2302), + [anon_sym_PIPE] = ACTIONS(2302), + [anon_sym_CARET] = ACTIONS(2300), + [anon_sym_LT_LT] = ACTIONS(2302), + [anon_sym_GT_GT] = ACTIONS(2302), + [anon_sym_class] = ACTIONS(2302), + [anon_sym_prefix] = ACTIONS(2302), + [anon_sym_infix] = ACTIONS(2302), + [anon_sym_postfix] = ACTIONS(2302), + [anon_sym_AT] = ACTIONS(2300), + [anon_sym_override] = ACTIONS(2302), + [anon_sym_convenience] = ACTIONS(2302), + [anon_sym_required] = ACTIONS(2302), + [anon_sym_nonisolated] = ACTIONS(2302), + [anon_sym_public] = ACTIONS(2302), + [anon_sym_private] = ACTIONS(2302), + [anon_sym_internal] = ACTIONS(2302), + [anon_sym_fileprivate] = ACTIONS(2302), + [anon_sym_open] = ACTIONS(2302), + [anon_sym_mutating] = ACTIONS(2302), + [anon_sym_nonmutating] = ACTIONS(2302), + [anon_sym_static] = ACTIONS(2302), + [anon_sym_dynamic] = ACTIONS(2302), + [anon_sym_optional] = ACTIONS(2302), + [anon_sym_distributed] = ACTIONS(2302), + [anon_sym_final] = ACTIONS(2302), + [anon_sym_inout] = ACTIONS(2302), + [anon_sym_ATescaping] = ACTIONS(2302), + [anon_sym_ATautoclosure] = ACTIONS(2302), + [anon_sym_weak] = ACTIONS(2302), + [anon_sym_unowned] = ACTIONS(2300), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2302), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2302), + [anon_sym_borrowing] = ACTIONS(2302), + [anon_sym_consuming] = ACTIONS(2302), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2302), + [sym__explicit_semi] = ACTIONS(2302), + [sym__dot_custom] = ACTIONS(2302), + [sym__conjunction_operator_custom] = ACTIONS(2302), + [sym__disjunction_operator_custom] = ACTIONS(2302), + [sym__nil_coalescing_operator_custom] = ACTIONS(2302), + [sym__eq_custom] = ACTIONS(2302), + [sym__eq_eq_custom] = ACTIONS(2302), + [sym__plus_then_ws] = ACTIONS(2302), + [sym__minus_then_ws] = ACTIONS(2302), + [sym__bang_custom] = ACTIONS(2302), + [sym_default_keyword] = ACTIONS(2302), + [sym__as_custom] = ACTIONS(2302), + [sym__as_quest_custom] = ACTIONS(2302), + [sym__as_bang_custom] = ACTIONS(2302), + [sym__custom_operator] = ACTIONS(2302), + }, + [STATE(1210)] = { + [sym_type_level_declaration] = STATE(6888), + [sym_import_declaration] = STATE(7788), + [sym_property_declaration] = STATE(7788), + [sym__modifierless_property_declaration] = STATE(8277), + [sym_typealias_declaration] = STATE(7788), + [sym__modifierless_typealias_declaration] = STATE(8278), + [sym_function_declaration] = STATE(7788), + [sym__bodyless_function_declaration] = STATE(7852), + [sym__modifierless_function_declaration_no_body] = STATE(9005), + [sym_class_declaration] = STATE(7788), + [sym__modifierless_class_declaration] = STATE(8291), + [sym__class_member_declarations] = STATE(9224), + [sym__non_constructor_function_decl] = STATE(7521), + [sym__async_modifier] = STATE(8439), + [sym_protocol_declaration] = STATE(7788), + [sym_init_declaration] = STATE(7788), + [sym_deinit_declaration] = STATE(7788), + [sym_subscript_declaration] = STATE(7788), + [sym_operator_declaration] = STATE(7788), + [sym_precedence_group_declaration] = STATE(7788), + [sym_associatedtype_declaration] = STATE(7788), + [sym_attribute] = STATE(1817), + [sym_value_binding_pattern] = STATE(4882), + [sym__possibly_async_binding_pattern_kind] = STATE(4882), + [sym_modifiers] = STATE(5030), + [aux_sym__locally_permitted_modifiers] = STATE(1817), + [sym__non_local_scope_modifier] = STATE(1817), + [sym__locally_permitted_modifier] = STATE(1817), + [sym_property_behavior_modifier] = STATE(1817), + [sym_member_modifier] = STATE(1817), + [sym_visibility_modifier] = STATE(1817), + [sym_function_modifier] = STATE(1817), + [sym_mutation_modifier] = STATE(1817), + [sym_property_modifier] = STATE(1817), + [sym_inheritance_modifier] = STATE(1817), + [sym_parameter_modifier] = STATE(1817), + [sym_ownership_modifier] = STATE(1817), + [sym__parameter_ownership_modifier] = STATE(2893), + [aux_sym_modifiers_repeat1] = STATE(1817), + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(3367), + [anon_sym_async] = ACTIONS(3101), + [anon_sym_lazy] = ACTIONS(3103), + [anon_sym_package] = ACTIONS(3105), + [anon_sym_RBRACE] = ACTIONS(3369), + [anon_sym_import] = ACTIONS(3371), + [anon_sym_typealias] = ACTIONS(3373), + [anon_sym_struct] = ACTIONS(3367), + [anon_sym_class] = ACTIONS(3375), + [anon_sym_enum] = ACTIONS(3377), + [anon_sym_protocol] = ACTIONS(3379), + [anon_sym_let] = ACTIONS(3121), + [anon_sym_var] = ACTIONS(3121), + [anon_sym_func] = ACTIONS(3123), + [anon_sym_extension] = ACTIONS(3381), + [anon_sym_indirect] = ACTIONS(3383), + [anon_sym_init] = ACTIONS(3385), + [anon_sym_deinit] = ACTIONS(3387), + [anon_sym_subscript] = ACTIONS(3389), + [anon_sym_prefix] = ACTIONS(3391), + [anon_sym_infix] = ACTIONS(3391), + [anon_sym_postfix] = ACTIONS(3391), + [anon_sym_precedencegroup] = ACTIONS(3393), + [anon_sym_associatedtype] = ACTIONS(3395), + [anon_sym_AT] = ACTIONS(115), + [anon_sym_override] = ACTIONS(3141), + [anon_sym_convenience] = ACTIONS(3141), + [anon_sym_required] = ACTIONS(3141), + [anon_sym_nonisolated] = ACTIONS(3141), + [anon_sym_public] = ACTIONS(3105), + [anon_sym_private] = ACTIONS(3105), + [anon_sym_internal] = ACTIONS(3105), + [anon_sym_fileprivate] = ACTIONS(3105), + [anon_sym_open] = ACTIONS(3105), + [anon_sym_mutating] = ACTIONS(3143), + [anon_sym_nonmutating] = ACTIONS(3143), + [anon_sym_static] = ACTIONS(3145), + [anon_sym_dynamic] = ACTIONS(3145), + [anon_sym_optional] = ACTIONS(3145), + [anon_sym_distributed] = ACTIONS(3145), + [anon_sym_final] = ACTIONS(3147), + [anon_sym_inout] = ACTIONS(129), + [anon_sym_ATescaping] = ACTIONS(129), + [anon_sym_ATautoclosure] = ACTIONS(129), + [anon_sym_weak] = ACTIONS(133), + [anon_sym_unowned] = ACTIONS(131), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(133), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(133), + [anon_sym_borrowing] = ACTIONS(129), + [anon_sym_consuming] = ACTIONS(129), + [sym_multiline_comment] = ACTIONS(5), + }, + [STATE(1211)] = { + [anon_sym_BANG] = ACTIONS(1779), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1779), + [aux_sym_simple_identifier_token2] = ACTIONS(1781), + [aux_sym_simple_identifier_token3] = ACTIONS(1781), + [aux_sym_simple_identifier_token4] = ACTIONS(1781), + [anon_sym_actor] = ACTIONS(1779), + [anon_sym_async] = ACTIONS(1779), + [anon_sym_each] = ACTIONS(1779), + [anon_sym_lazy] = ACTIONS(1779), + [anon_sym_repeat] = ACTIONS(1779), + [anon_sym_package] = ACTIONS(1779), + [anon_sym_nil] = ACTIONS(1779), + [sym_real_literal] = ACTIONS(1781), + [sym_integer_literal] = ACTIONS(1779), + [sym_hex_literal] = ACTIONS(1779), + [sym_oct_literal] = ACTIONS(1781), + [sym_bin_literal] = ACTIONS(1781), + [anon_sym_true] = ACTIONS(1779), + [anon_sym_false] = ACTIONS(1779), + [anon_sym_DQUOTE] = ACTIONS(1779), + [anon_sym_BSLASH] = ACTIONS(1781), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1781), + [anon_sym_COMMA] = ACTIONS(1801), + [sym__oneline_regex_literal] = ACTIONS(1779), + [anon_sym_LPAREN] = ACTIONS(1781), + [anon_sym_LBRACK] = ACTIONS(1781), + [anon_sym_QMARK] = ACTIONS(1803), + [anon_sym_QMARK2] = ACTIONS(1801), + [anon_sym_AMP] = ACTIONS(1781), + [anon_sym_TILDE] = ACTIONS(1781), + [anon_sym_if] = ACTIONS(1779), + [anon_sym_switch] = ACTIONS(1779), + [aux_sym_custom_operator_token1] = ACTIONS(1781), + [anon_sym_LT] = ACTIONS(1779), + [anon_sym_GT] = ACTIONS(1779), + [anon_sym_await] = ACTIONS(1779), + [anon_sym_LBRACE] = ACTIONS(1781), + [anon_sym_CARET_LBRACE] = ACTIONS(1781), + [anon_sym_self] = ACTIONS(1779), + [anon_sym_super] = ACTIONS(1779), + [anon_sym_try] = ACTIONS(1779), + [anon_sym_PLUS_EQ] = ACTIONS(1781), + [anon_sym_DASH_EQ] = ACTIONS(1781), + [anon_sym_STAR_EQ] = ACTIONS(1781), + [anon_sym_SLASH_EQ] = ACTIONS(1781), + [anon_sym_PERCENT_EQ] = ACTIONS(1781), + [anon_sym_BANG_EQ] = ACTIONS(1779), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1781), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1781), + [anon_sym_LT_EQ] = ACTIONS(1781), + [anon_sym_GT_EQ] = ACTIONS(1781), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1781), + [anon_sym_DOT_DOT_LT] = ACTIONS(1781), + [anon_sym_is] = ACTIONS(1803), + [anon_sym_PLUS] = ACTIONS(1779), + [anon_sym_DASH] = ACTIONS(1779), + [anon_sym_STAR] = ACTIONS(1779), + [anon_sym_SLASH] = ACTIONS(1779), + [anon_sym_PERCENT] = ACTIONS(1779), + [anon_sym_PLUS_PLUS] = ACTIONS(1781), + [anon_sym_DASH_DASH] = ACTIONS(1781), + [anon_sym_PIPE] = ACTIONS(1781), + [anon_sym_CARET] = ACTIONS(1779), + [anon_sym_LT_LT] = ACTIONS(1781), + [anon_sym_GT_GT] = ACTIONS(1781), + [anon_sym_borrowing] = ACTIONS(1779), + [anon_sym_consuming] = ACTIONS(1779), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(1781), + [sym_raw_str_end_part] = ACTIONS(1781), + [sym__dot_custom] = ACTIONS(1781), + [sym__conjunction_operator_custom] = ACTIONS(1801), + [sym__disjunction_operator_custom] = ACTIONS(1801), + [sym__nil_coalescing_operator_custom] = ACTIONS(1801), + [sym__eq_custom] = ACTIONS(1781), + [sym__eq_eq_custom] = ACTIONS(1781), + [sym__plus_then_ws] = ACTIONS(1781), + [sym__minus_then_ws] = ACTIONS(1781), + [sym__bang_custom] = ACTIONS(1781), + [sym_where_keyword] = ACTIONS(1801), + [sym_else] = ACTIONS(1801), + [sym__as_custom] = ACTIONS(1801), + [sym__as_quest_custom] = ACTIONS(1801), + [sym__as_bang_custom] = ACTIONS(1801), + [sym__custom_operator] = ACTIONS(1781), + [sym__hash_symbol_custom] = ACTIONS(1781), + [sym__directive_if] = ACTIONS(1781), + [sym__directive_elseif] = ACTIONS(1781), + [sym__directive_else] = ACTIONS(1781), + [sym__directive_endif] = ACTIONS(1781), + }, + [STATE(1212)] = { + [anon_sym_BANG] = ACTIONS(1761), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1761), + [aux_sym_simple_identifier_token2] = ACTIONS(1763), + [aux_sym_simple_identifier_token3] = ACTIONS(1763), + [aux_sym_simple_identifier_token4] = ACTIONS(1763), + [anon_sym_actor] = ACTIONS(1761), + [anon_sym_async] = ACTIONS(1761), + [anon_sym_each] = ACTIONS(1761), + [anon_sym_lazy] = ACTIONS(1761), + [anon_sym_repeat] = ACTIONS(1761), + [anon_sym_package] = ACTIONS(1761), + [anon_sym_nil] = ACTIONS(1761), + [sym_real_literal] = ACTIONS(1763), + [sym_integer_literal] = ACTIONS(1761), + [sym_hex_literal] = ACTIONS(1761), + [sym_oct_literal] = ACTIONS(1763), + [sym_bin_literal] = ACTIONS(1763), + [anon_sym_true] = ACTIONS(1761), + [anon_sym_false] = ACTIONS(1761), + [anon_sym_DQUOTE] = ACTIONS(1761), + [anon_sym_BSLASH] = ACTIONS(1763), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1763), + [anon_sym_COMMA] = ACTIONS(1763), + [sym__oneline_regex_literal] = ACTIONS(1761), + [anon_sym_COLON] = ACTIONS(1763), + [anon_sym_LPAREN] = ACTIONS(1763), + [anon_sym_LBRACK] = ACTIONS(1763), + [anon_sym_QMARK] = ACTIONS(1761), + [anon_sym_QMARK2] = ACTIONS(1763), + [anon_sym_AMP] = ACTIONS(1763), + [anon_sym_TILDE] = ACTIONS(1763), + [anon_sym_if] = ACTIONS(1761), + [anon_sym_switch] = ACTIONS(1761), + [aux_sym_custom_operator_token1] = ACTIONS(1763), + [anon_sym_LT] = ACTIONS(1761), + [anon_sym_GT] = ACTIONS(1761), + [anon_sym_await] = ACTIONS(1761), + [anon_sym_LBRACE] = ACTIONS(1763), + [anon_sym_CARET_LBRACE] = ACTIONS(1763), + [anon_sym_self] = ACTIONS(1761), + [anon_sym_super] = ACTIONS(1761), + [anon_sym_try] = ACTIONS(1761), + [anon_sym_PLUS_EQ] = ACTIONS(1763), + [anon_sym_DASH_EQ] = ACTIONS(1763), + [anon_sym_STAR_EQ] = ACTIONS(1763), + [anon_sym_SLASH_EQ] = ACTIONS(1763), + [anon_sym_PERCENT_EQ] = ACTIONS(1763), + [anon_sym_BANG_EQ] = ACTIONS(1761), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1763), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1763), + [anon_sym_LT_EQ] = ACTIONS(1763), + [anon_sym_GT_EQ] = ACTIONS(1763), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1763), + [anon_sym_DOT_DOT_LT] = ACTIONS(1763), + [anon_sym_is] = ACTIONS(1761), + [anon_sym_PLUS] = ACTIONS(1761), + [anon_sym_DASH] = ACTIONS(1761), + [anon_sym_STAR] = ACTIONS(1761), + [anon_sym_SLASH] = ACTIONS(1761), + [anon_sym_PERCENT] = ACTIONS(1761), + [anon_sym_PLUS_PLUS] = ACTIONS(1763), + [anon_sym_DASH_DASH] = ACTIONS(1763), + [anon_sym_PIPE] = ACTIONS(1763), + [anon_sym_CARET] = ACTIONS(1761), + [anon_sym_LT_LT] = ACTIONS(1763), + [anon_sym_GT_GT] = ACTIONS(1763), + [anon_sym_borrowing] = ACTIONS(1761), + [anon_sym_consuming] = ACTIONS(1761), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(1763), + [sym_raw_str_end_part] = ACTIONS(1763), + [sym__dot_custom] = ACTIONS(1763), + [sym__conjunction_operator_custom] = ACTIONS(1763), + [sym__disjunction_operator_custom] = ACTIONS(1763), + [sym__nil_coalescing_operator_custom] = ACTIONS(1763), + [sym__eq_custom] = ACTIONS(1763), + [sym__eq_eq_custom] = ACTIONS(1763), + [sym__plus_then_ws] = ACTIONS(1763), + [sym__minus_then_ws] = ACTIONS(1763), + [sym__bang_custom] = ACTIONS(1763), + [sym_where_keyword] = ACTIONS(1763), + [sym__as_custom] = ACTIONS(1763), + [sym__as_quest_custom] = ACTIONS(1763), + [sym__as_bang_custom] = ACTIONS(1763), + [sym__custom_operator] = ACTIONS(1763), + [sym__hash_symbol_custom] = ACTIONS(1763), + [sym__directive_if] = ACTIONS(1763), + [sym__directive_elseif] = ACTIONS(1763), + [sym__directive_else] = ACTIONS(1763), + [sym__directive_endif] = ACTIONS(1763), + }, + [STATE(1213)] = { + [sym__conjunction_operator] = STATE(5014), + [sym__disjunction_operator] = STATE(5014), + [anon_sym_BANG] = ACTIONS(2385), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2387), + [anon_sym_package] = ACTIONS(2387), + [anon_sym_COMMA] = ACTIONS(2387), + [anon_sym_LPAREN] = ACTIONS(2387), + [anon_sym_LBRACK] = ACTIONS(2387), + [anon_sym_QMARK] = ACTIONS(2385), + [anon_sym_QMARK2] = ACTIONS(2387), + [anon_sym_AMP] = ACTIONS(2387), + [aux_sym_custom_operator_token1] = ACTIONS(2387), + [anon_sym_LT] = ACTIONS(2385), + [anon_sym_GT] = ACTIONS(2385), + [anon_sym_LBRACE] = ACTIONS(2387), + [anon_sym_CARET_LBRACE] = ACTIONS(2387), + [anon_sym_RBRACE] = ACTIONS(2387), + [anon_sym_case] = ACTIONS(2387), + [anon_sym_fallthrough] = ACTIONS(2387), + [anon_sym_PLUS_EQ] = ACTIONS(2387), + [anon_sym_DASH_EQ] = ACTIONS(2387), + [anon_sym_STAR_EQ] = ACTIONS(2387), + [anon_sym_SLASH_EQ] = ACTIONS(2387), + [anon_sym_PERCENT_EQ] = ACTIONS(2387), + [anon_sym_BANG_EQ] = ACTIONS(2385), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2387), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2387), + [anon_sym_LT_EQ] = ACTIONS(2387), + [anon_sym_GT_EQ] = ACTIONS(2387), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2387), + [anon_sym_DOT_DOT_LT] = ACTIONS(2387), + [anon_sym_is] = ACTIONS(2387), + [anon_sym_PLUS] = ACTIONS(2385), + [anon_sym_DASH] = ACTIONS(2385), + [anon_sym_STAR] = ACTIONS(2385), + [anon_sym_SLASH] = ACTIONS(2385), + [anon_sym_PERCENT] = ACTIONS(2385), + [anon_sym_PLUS_PLUS] = ACTIONS(2387), + [anon_sym_DASH_DASH] = ACTIONS(2387), + [anon_sym_PIPE] = ACTIONS(2387), + [anon_sym_CARET] = ACTIONS(2385), + [anon_sym_LT_LT] = ACTIONS(2387), + [anon_sym_GT_GT] = ACTIONS(2387), + [anon_sym_class] = ACTIONS(2387), + [anon_sym_prefix] = ACTIONS(2387), + [anon_sym_infix] = ACTIONS(2387), + [anon_sym_postfix] = ACTIONS(2387), + [anon_sym_AT] = ACTIONS(2385), + [anon_sym_override] = ACTIONS(2387), + [anon_sym_convenience] = ACTIONS(2387), + [anon_sym_required] = ACTIONS(2387), + [anon_sym_nonisolated] = ACTIONS(2387), + [anon_sym_public] = ACTIONS(2387), + [anon_sym_private] = ACTIONS(2387), + [anon_sym_internal] = ACTIONS(2387), + [anon_sym_fileprivate] = ACTIONS(2387), + [anon_sym_open] = ACTIONS(2387), + [anon_sym_mutating] = ACTIONS(2387), + [anon_sym_nonmutating] = ACTIONS(2387), + [anon_sym_static] = ACTIONS(2387), + [anon_sym_dynamic] = ACTIONS(2387), + [anon_sym_optional] = ACTIONS(2387), + [anon_sym_distributed] = ACTIONS(2387), + [anon_sym_final] = ACTIONS(2387), + [anon_sym_inout] = ACTIONS(2387), + [anon_sym_ATescaping] = ACTIONS(2387), + [anon_sym_ATautoclosure] = ACTIONS(2387), + [anon_sym_weak] = ACTIONS(2387), + [anon_sym_unowned] = ACTIONS(2385), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2387), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2387), + [anon_sym_borrowing] = ACTIONS(2387), + [anon_sym_consuming] = ACTIONS(2387), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2387), + [sym__explicit_semi] = ACTIONS(2387), + [sym__dot_custom] = ACTIONS(2387), + [sym__conjunction_operator_custom] = ACTIONS(3363), + [sym__disjunction_operator_custom] = ACTIONS(3363), + [sym__nil_coalescing_operator_custom] = ACTIONS(2387), + [sym__eq_custom] = ACTIONS(2387), + [sym__eq_eq_custom] = ACTIONS(2387), + [sym__plus_then_ws] = ACTIONS(2387), + [sym__minus_then_ws] = ACTIONS(2387), + [sym__bang_custom] = ACTIONS(2387), + [sym_default_keyword] = ACTIONS(2387), + [sym__as_custom] = ACTIONS(2387), + [sym__as_quest_custom] = ACTIONS(2387), + [sym__as_bang_custom] = ACTIONS(2387), + [sym__custom_operator] = ACTIONS(2387), + }, + [STATE(1214)] = { + [aux_sym_key_path_expression_repeat1] = STATE(1182), + [anon_sym_BANG] = ACTIONS(2346), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2348), + [anon_sym_package] = ACTIONS(2348), + [anon_sym_COMMA] = ACTIONS(2348), + [anon_sym_LPAREN] = ACTIONS(2348), + [anon_sym_LBRACK] = ACTIONS(2348), + [anon_sym_DOT] = ACTIONS(2821), + [anon_sym_QMARK] = ACTIONS(2346), + [anon_sym_QMARK2] = ACTIONS(2348), + [anon_sym_AMP] = ACTIONS(2348), + [aux_sym_custom_operator_token1] = ACTIONS(2348), + [anon_sym_LT] = ACTIONS(2346), + [anon_sym_GT] = ACTIONS(2346), + [anon_sym_LBRACE] = ACTIONS(2348), + [anon_sym_CARET_LBRACE] = ACTIONS(2348), + [anon_sym_RBRACE] = ACTIONS(2348), + [anon_sym_case] = ACTIONS(2348), + [anon_sym_fallthrough] = ACTIONS(2348), + [anon_sym_PLUS_EQ] = ACTIONS(2348), + [anon_sym_DASH_EQ] = ACTIONS(2348), + [anon_sym_STAR_EQ] = ACTIONS(2348), + [anon_sym_SLASH_EQ] = ACTIONS(2348), + [anon_sym_PERCENT_EQ] = ACTIONS(2348), + [anon_sym_BANG_EQ] = ACTIONS(2346), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2348), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2348), + [anon_sym_LT_EQ] = ACTIONS(2348), + [anon_sym_GT_EQ] = ACTIONS(2348), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2348), + [anon_sym_DOT_DOT_LT] = ACTIONS(2348), + [anon_sym_is] = ACTIONS(2348), + [anon_sym_PLUS] = ACTIONS(2346), + [anon_sym_DASH] = ACTIONS(2346), + [anon_sym_STAR] = ACTIONS(2346), + [anon_sym_SLASH] = ACTIONS(2346), + [anon_sym_PERCENT] = ACTIONS(2346), + [anon_sym_PLUS_PLUS] = ACTIONS(2348), + [anon_sym_DASH_DASH] = ACTIONS(2348), + [anon_sym_PIPE] = ACTIONS(2348), + [anon_sym_CARET] = ACTIONS(2346), + [anon_sym_LT_LT] = ACTIONS(2348), + [anon_sym_GT_GT] = ACTIONS(2348), + [anon_sym_class] = ACTIONS(2348), + [anon_sym_prefix] = ACTIONS(2348), + [anon_sym_infix] = ACTIONS(2348), + [anon_sym_postfix] = ACTIONS(2348), + [anon_sym_AT] = ACTIONS(2346), + [anon_sym_override] = ACTIONS(2348), + [anon_sym_convenience] = ACTIONS(2348), + [anon_sym_required] = ACTIONS(2348), + [anon_sym_nonisolated] = ACTIONS(2348), + [anon_sym_public] = ACTIONS(2348), + [anon_sym_private] = ACTIONS(2348), + [anon_sym_internal] = ACTIONS(2348), + [anon_sym_fileprivate] = ACTIONS(2348), + [anon_sym_open] = ACTIONS(2348), + [anon_sym_mutating] = ACTIONS(2348), + [anon_sym_nonmutating] = ACTIONS(2348), + [anon_sym_static] = ACTIONS(2348), + [anon_sym_dynamic] = ACTIONS(2348), + [anon_sym_optional] = ACTIONS(2348), + [anon_sym_distributed] = ACTIONS(2348), + [anon_sym_final] = ACTIONS(2348), + [anon_sym_inout] = ACTIONS(2348), + [anon_sym_ATescaping] = ACTIONS(2348), + [anon_sym_ATautoclosure] = ACTIONS(2348), + [anon_sym_weak] = ACTIONS(2348), + [anon_sym_unowned] = ACTIONS(2346), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2348), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2348), + [anon_sym_borrowing] = ACTIONS(2348), + [anon_sym_consuming] = ACTIONS(2348), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2348), + [sym__explicit_semi] = ACTIONS(2348), + [sym__dot_custom] = ACTIONS(2348), + [sym__conjunction_operator_custom] = ACTIONS(2348), + [sym__disjunction_operator_custom] = ACTIONS(2348), + [sym__nil_coalescing_operator_custom] = ACTIONS(2348), + [sym__eq_custom] = ACTIONS(2348), + [sym__eq_eq_custom] = ACTIONS(2348), + [sym__plus_then_ws] = ACTIONS(2348), + [sym__minus_then_ws] = ACTIONS(2348), + [sym__bang_custom] = ACTIONS(2348), + [sym_default_keyword] = ACTIONS(2348), + [sym__as_custom] = ACTIONS(2348), + [sym__as_quest_custom] = ACTIONS(2348), + [sym__as_bang_custom] = ACTIONS(2348), + [sym__custom_operator] = ACTIONS(2348), + }, + [STATE(1215)] = { + [anon_sym_BANG] = ACTIONS(1779), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1779), + [aux_sym_simple_identifier_token2] = ACTIONS(1781), + [aux_sym_simple_identifier_token3] = ACTIONS(1781), + [aux_sym_simple_identifier_token4] = ACTIONS(1781), + [anon_sym_actor] = ACTIONS(1779), + [anon_sym_async] = ACTIONS(1779), + [anon_sym_each] = ACTIONS(1779), + [anon_sym_lazy] = ACTIONS(1779), + [anon_sym_repeat] = ACTIONS(1779), + [anon_sym_package] = ACTIONS(1779), + [anon_sym_nil] = ACTIONS(1779), + [sym_real_literal] = ACTIONS(1781), + [sym_integer_literal] = ACTIONS(1779), + [sym_hex_literal] = ACTIONS(1779), + [sym_oct_literal] = ACTIONS(1781), + [sym_bin_literal] = ACTIONS(1781), + [anon_sym_true] = ACTIONS(1779), + [anon_sym_false] = ACTIONS(1779), + [anon_sym_DQUOTE] = ACTIONS(1779), + [anon_sym_BSLASH] = ACTIONS(1781), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1781), + [anon_sym_COMMA] = ACTIONS(1801), + [sym__oneline_regex_literal] = ACTIONS(1779), + [anon_sym_COLON] = ACTIONS(1801), + [anon_sym_LPAREN] = ACTIONS(1781), + [anon_sym_LBRACK] = ACTIONS(1781), + [anon_sym_QMARK] = ACTIONS(1803), + [anon_sym_QMARK2] = ACTIONS(1801), + [anon_sym_AMP] = ACTIONS(1781), + [anon_sym_TILDE] = ACTIONS(1781), + [anon_sym_if] = ACTIONS(1779), + [anon_sym_switch] = ACTIONS(1779), + [aux_sym_custom_operator_token1] = ACTIONS(1781), + [anon_sym_LT] = ACTIONS(1779), + [anon_sym_GT] = ACTIONS(1779), + [anon_sym_await] = ACTIONS(1779), + [anon_sym_LBRACE] = ACTIONS(1781), + [anon_sym_CARET_LBRACE] = ACTIONS(1781), + [anon_sym_self] = ACTIONS(1779), + [anon_sym_super] = ACTIONS(1779), + [anon_sym_try] = ACTIONS(1779), + [anon_sym_PLUS_EQ] = ACTIONS(1781), + [anon_sym_DASH_EQ] = ACTIONS(1781), + [anon_sym_STAR_EQ] = ACTIONS(1781), + [anon_sym_SLASH_EQ] = ACTIONS(1781), + [anon_sym_PERCENT_EQ] = ACTIONS(1781), + [anon_sym_BANG_EQ] = ACTIONS(1779), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1781), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1781), + [anon_sym_LT_EQ] = ACTIONS(1781), + [anon_sym_GT_EQ] = ACTIONS(1781), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1781), + [anon_sym_DOT_DOT_LT] = ACTIONS(1781), + [anon_sym_is] = ACTIONS(1803), + [anon_sym_PLUS] = ACTIONS(1779), + [anon_sym_DASH] = ACTIONS(1779), + [anon_sym_STAR] = ACTIONS(1779), + [anon_sym_SLASH] = ACTIONS(1779), + [anon_sym_PERCENT] = ACTIONS(1779), + [anon_sym_PLUS_PLUS] = ACTIONS(1781), + [anon_sym_DASH_DASH] = ACTIONS(1781), + [anon_sym_PIPE] = ACTIONS(1781), + [anon_sym_CARET] = ACTIONS(1779), + [anon_sym_LT_LT] = ACTIONS(1781), + [anon_sym_GT_GT] = ACTIONS(1781), + [anon_sym_borrowing] = ACTIONS(1779), + [anon_sym_consuming] = ACTIONS(1779), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(1781), + [sym_raw_str_end_part] = ACTIONS(1781), + [sym__dot_custom] = ACTIONS(1781), + [sym__conjunction_operator_custom] = ACTIONS(1801), + [sym__disjunction_operator_custom] = ACTIONS(1801), + [sym__nil_coalescing_operator_custom] = ACTIONS(1801), + [sym__eq_custom] = ACTIONS(1781), + [sym__eq_eq_custom] = ACTIONS(1781), + [sym__plus_then_ws] = ACTIONS(1781), + [sym__minus_then_ws] = ACTIONS(1781), + [sym__bang_custom] = ACTIONS(1781), + [sym_where_keyword] = ACTIONS(1801), + [sym__as_custom] = ACTIONS(1801), + [sym__as_quest_custom] = ACTIONS(1801), + [sym__as_bang_custom] = ACTIONS(1801), + [sym__custom_operator] = ACTIONS(1781), + [sym__hash_symbol_custom] = ACTIONS(1781), + [sym__directive_if] = ACTIONS(1781), + [sym__directive_elseif] = ACTIONS(1781), + [sym__directive_else] = ACTIONS(1781), + [sym__directive_endif] = ACTIONS(1781), + }, + [STATE(1216)] = { + [aux_sym_key_path_expression_repeat1] = STATE(1183), + [anon_sym_BANG] = ACTIONS(2346), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2348), + [anon_sym_package] = ACTIONS(2348), + [anon_sym_COMMA] = ACTIONS(2348), + [anon_sym_LPAREN] = ACTIONS(2348), + [anon_sym_LBRACK] = ACTIONS(2348), + [anon_sym_DOT] = ACTIONS(2821), + [anon_sym_QMARK] = ACTIONS(2346), + [anon_sym_QMARK2] = ACTIONS(2348), + [anon_sym_AMP] = ACTIONS(2348), + [aux_sym_custom_operator_token1] = ACTIONS(2348), + [anon_sym_LT] = ACTIONS(2346), + [anon_sym_GT] = ACTIONS(2346), + [anon_sym_LBRACE] = ACTIONS(2348), + [anon_sym_CARET_LBRACE] = ACTIONS(2348), + [anon_sym_RBRACE] = ACTIONS(2348), + [anon_sym_case] = ACTIONS(2348), + [anon_sym_fallthrough] = ACTIONS(2348), + [anon_sym_PLUS_EQ] = ACTIONS(2348), + [anon_sym_DASH_EQ] = ACTIONS(2348), + [anon_sym_STAR_EQ] = ACTIONS(2348), + [anon_sym_SLASH_EQ] = ACTIONS(2348), + [anon_sym_PERCENT_EQ] = ACTIONS(2348), + [anon_sym_BANG_EQ] = ACTIONS(2346), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2348), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2348), + [anon_sym_LT_EQ] = ACTIONS(2348), + [anon_sym_GT_EQ] = ACTIONS(2348), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2348), + [anon_sym_DOT_DOT_LT] = ACTIONS(2348), + [anon_sym_is] = ACTIONS(2348), + [anon_sym_PLUS] = ACTIONS(2346), + [anon_sym_DASH] = ACTIONS(2346), + [anon_sym_STAR] = ACTIONS(2346), + [anon_sym_SLASH] = ACTIONS(2346), + [anon_sym_PERCENT] = ACTIONS(2346), + [anon_sym_PLUS_PLUS] = ACTIONS(2348), + [anon_sym_DASH_DASH] = ACTIONS(2348), + [anon_sym_PIPE] = ACTIONS(2348), + [anon_sym_CARET] = ACTIONS(2346), + [anon_sym_LT_LT] = ACTIONS(2348), + [anon_sym_GT_GT] = ACTIONS(2348), + [anon_sym_class] = ACTIONS(2348), + [anon_sym_prefix] = ACTIONS(2348), + [anon_sym_infix] = ACTIONS(2348), + [anon_sym_postfix] = ACTIONS(2348), + [anon_sym_AT] = ACTIONS(2346), + [anon_sym_override] = ACTIONS(2348), + [anon_sym_convenience] = ACTIONS(2348), + [anon_sym_required] = ACTIONS(2348), + [anon_sym_nonisolated] = ACTIONS(2348), + [anon_sym_public] = ACTIONS(2348), + [anon_sym_private] = ACTIONS(2348), + [anon_sym_internal] = ACTIONS(2348), + [anon_sym_fileprivate] = ACTIONS(2348), + [anon_sym_open] = ACTIONS(2348), + [anon_sym_mutating] = ACTIONS(2348), + [anon_sym_nonmutating] = ACTIONS(2348), + [anon_sym_static] = ACTIONS(2348), + [anon_sym_dynamic] = ACTIONS(2348), + [anon_sym_optional] = ACTIONS(2348), + [anon_sym_distributed] = ACTIONS(2348), + [anon_sym_final] = ACTIONS(2348), + [anon_sym_inout] = ACTIONS(2348), + [anon_sym_ATescaping] = ACTIONS(2348), + [anon_sym_ATautoclosure] = ACTIONS(2348), + [anon_sym_weak] = ACTIONS(2348), + [anon_sym_unowned] = ACTIONS(2346), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2348), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2348), + [anon_sym_borrowing] = ACTIONS(2348), + [anon_sym_consuming] = ACTIONS(2348), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2348), + [sym__explicit_semi] = ACTIONS(2348), + [sym__dot_custom] = ACTIONS(2348), + [sym__conjunction_operator_custom] = ACTIONS(2348), + [sym__disjunction_operator_custom] = ACTIONS(2348), + [sym__nil_coalescing_operator_custom] = ACTIONS(2348), + [sym__eq_custom] = ACTIONS(2348), + [sym__eq_eq_custom] = ACTIONS(2348), + [sym__plus_then_ws] = ACTIONS(2348), + [sym__minus_then_ws] = ACTIONS(2348), + [sym__bang_custom] = ACTIONS(2348), + [sym_default_keyword] = ACTIONS(2348), + [sym__as_custom] = ACTIONS(2348), + [sym__as_quest_custom] = ACTIONS(2348), + [sym__as_bang_custom] = ACTIONS(2348), + [sym__custom_operator] = ACTIONS(2348), + }, + [STATE(1217)] = { + [sym_type_level_declaration] = STATE(6888), + [sym_import_declaration] = STATE(7788), + [sym_property_declaration] = STATE(7788), + [sym__modifierless_property_declaration] = STATE(8277), + [sym_typealias_declaration] = STATE(7788), + [sym__modifierless_typealias_declaration] = STATE(8278), + [sym_function_declaration] = STATE(7788), + [sym__bodyless_function_declaration] = STATE(7852), + [sym__modifierless_function_declaration_no_body] = STATE(9005), + [sym_class_declaration] = STATE(7788), + [sym__modifierless_class_declaration] = STATE(8291), + [sym__class_member_declarations] = STATE(9109), + [sym__non_constructor_function_decl] = STATE(7521), + [sym__async_modifier] = STATE(8439), + [sym_protocol_declaration] = STATE(7788), + [sym_init_declaration] = STATE(7788), + [sym_deinit_declaration] = STATE(7788), + [sym_subscript_declaration] = STATE(7788), + [sym_operator_declaration] = STATE(7788), + [sym_precedence_group_declaration] = STATE(7788), + [sym_associatedtype_declaration] = STATE(7788), + [sym_attribute] = STATE(1817), + [sym_value_binding_pattern] = STATE(4882), + [sym__possibly_async_binding_pattern_kind] = STATE(4882), + [sym_modifiers] = STATE(5030), + [aux_sym__locally_permitted_modifiers] = STATE(1817), + [sym__non_local_scope_modifier] = STATE(1817), + [sym__locally_permitted_modifier] = STATE(1817), + [sym_property_behavior_modifier] = STATE(1817), + [sym_member_modifier] = STATE(1817), + [sym_visibility_modifier] = STATE(1817), + [sym_function_modifier] = STATE(1817), + [sym_mutation_modifier] = STATE(1817), + [sym_property_modifier] = STATE(1817), + [sym_inheritance_modifier] = STATE(1817), + [sym_parameter_modifier] = STATE(1817), + [sym_ownership_modifier] = STATE(1817), + [sym__parameter_ownership_modifier] = STATE(2893), + [aux_sym_modifiers_repeat1] = STATE(1817), + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(3367), + [anon_sym_async] = ACTIONS(3101), + [anon_sym_lazy] = ACTIONS(3103), + [anon_sym_package] = ACTIONS(3105), + [anon_sym_RBRACE] = ACTIONS(3397), + [anon_sym_import] = ACTIONS(3371), + [anon_sym_typealias] = ACTIONS(3373), + [anon_sym_struct] = ACTIONS(3367), + [anon_sym_class] = ACTIONS(3375), + [anon_sym_enum] = ACTIONS(3377), + [anon_sym_protocol] = ACTIONS(3379), + [anon_sym_let] = ACTIONS(3121), + [anon_sym_var] = ACTIONS(3121), + [anon_sym_func] = ACTIONS(3123), + [anon_sym_extension] = ACTIONS(3381), + [anon_sym_indirect] = ACTIONS(3383), + [anon_sym_init] = ACTIONS(3385), + [anon_sym_deinit] = ACTIONS(3387), + [anon_sym_subscript] = ACTIONS(3389), + [anon_sym_prefix] = ACTIONS(3391), + [anon_sym_infix] = ACTIONS(3391), + [anon_sym_postfix] = ACTIONS(3391), + [anon_sym_precedencegroup] = ACTIONS(3393), + [anon_sym_associatedtype] = ACTIONS(3395), + [anon_sym_AT] = ACTIONS(115), + [anon_sym_override] = ACTIONS(3141), + [anon_sym_convenience] = ACTIONS(3141), + [anon_sym_required] = ACTIONS(3141), + [anon_sym_nonisolated] = ACTIONS(3141), + [anon_sym_public] = ACTIONS(3105), + [anon_sym_private] = ACTIONS(3105), + [anon_sym_internal] = ACTIONS(3105), + [anon_sym_fileprivate] = ACTIONS(3105), + [anon_sym_open] = ACTIONS(3105), + [anon_sym_mutating] = ACTIONS(3143), + [anon_sym_nonmutating] = ACTIONS(3143), + [anon_sym_static] = ACTIONS(3145), + [anon_sym_dynamic] = ACTIONS(3145), + [anon_sym_optional] = ACTIONS(3145), + [anon_sym_distributed] = ACTIONS(3145), + [anon_sym_final] = ACTIONS(3147), + [anon_sym_inout] = ACTIONS(129), + [anon_sym_ATescaping] = ACTIONS(129), + [anon_sym_ATautoclosure] = ACTIONS(129), + [anon_sym_weak] = ACTIONS(133), + [anon_sym_unowned] = ACTIONS(131), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(133), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(133), + [anon_sym_borrowing] = ACTIONS(129), + [anon_sym_consuming] = ACTIONS(129), + [sym_multiline_comment] = ACTIONS(5), + }, + [STATE(1218)] = { + [anon_sym_BANG] = ACTIONS(2354), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2356), + [anon_sym_package] = ACTIONS(2356), + [anon_sym_COMMA] = ACTIONS(2356), + [anon_sym_LPAREN] = ACTIONS(2356), + [anon_sym_LBRACK] = ACTIONS(2356), + [anon_sym_DOT] = ACTIONS(2354), + [anon_sym_QMARK] = ACTIONS(2354), + [anon_sym_QMARK2] = ACTIONS(2356), + [anon_sym_AMP] = ACTIONS(2356), + [aux_sym_custom_operator_token1] = ACTIONS(2356), + [anon_sym_LT] = ACTIONS(2354), + [anon_sym_GT] = ACTIONS(2354), + [anon_sym_LBRACE] = ACTIONS(2356), + [anon_sym_CARET_LBRACE] = ACTIONS(2356), + [anon_sym_RBRACE] = ACTIONS(2356), + [anon_sym_case] = ACTIONS(2356), + [anon_sym_fallthrough] = ACTIONS(2356), + [anon_sym_PLUS_EQ] = ACTIONS(2356), + [anon_sym_DASH_EQ] = ACTIONS(2356), + [anon_sym_STAR_EQ] = ACTIONS(2356), + [anon_sym_SLASH_EQ] = ACTIONS(2356), + [anon_sym_PERCENT_EQ] = ACTIONS(2356), + [anon_sym_BANG_EQ] = ACTIONS(2354), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2356), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2356), + [anon_sym_LT_EQ] = ACTIONS(2356), + [anon_sym_GT_EQ] = ACTIONS(2356), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2356), + [anon_sym_DOT_DOT_LT] = ACTIONS(2356), + [anon_sym_is] = ACTIONS(2356), + [anon_sym_PLUS] = ACTIONS(2354), + [anon_sym_DASH] = ACTIONS(2354), + [anon_sym_STAR] = ACTIONS(2354), + [anon_sym_SLASH] = ACTIONS(2354), + [anon_sym_PERCENT] = ACTIONS(2354), + [anon_sym_PLUS_PLUS] = ACTIONS(2356), + [anon_sym_DASH_DASH] = ACTIONS(2356), + [anon_sym_PIPE] = ACTIONS(2356), + [anon_sym_CARET] = ACTIONS(2354), + [anon_sym_LT_LT] = ACTIONS(2356), + [anon_sym_GT_GT] = ACTIONS(2356), + [anon_sym_class] = ACTIONS(2356), + [anon_sym_prefix] = ACTIONS(2356), + [anon_sym_infix] = ACTIONS(2356), + [anon_sym_postfix] = ACTIONS(2356), + [anon_sym_AT] = ACTIONS(2354), + [anon_sym_override] = ACTIONS(2356), + [anon_sym_convenience] = ACTIONS(2356), + [anon_sym_required] = ACTIONS(2356), + [anon_sym_nonisolated] = ACTIONS(2356), + [anon_sym_public] = ACTIONS(2356), + [anon_sym_private] = ACTIONS(2356), + [anon_sym_internal] = ACTIONS(2356), + [anon_sym_fileprivate] = ACTIONS(2356), + [anon_sym_open] = ACTIONS(2356), + [anon_sym_mutating] = ACTIONS(2356), + [anon_sym_nonmutating] = ACTIONS(2356), + [anon_sym_static] = ACTIONS(2356), + [anon_sym_dynamic] = ACTIONS(2356), + [anon_sym_optional] = ACTIONS(2356), + [anon_sym_distributed] = ACTIONS(2356), + [anon_sym_final] = ACTIONS(2356), + [anon_sym_inout] = ACTIONS(2356), + [anon_sym_ATescaping] = ACTIONS(2356), + [anon_sym_ATautoclosure] = ACTIONS(2356), + [anon_sym_weak] = ACTIONS(2356), + [anon_sym_unowned] = ACTIONS(2354), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2356), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2356), + [anon_sym_borrowing] = ACTIONS(2356), + [anon_sym_consuming] = ACTIONS(2356), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2356), + [sym__explicit_semi] = ACTIONS(2356), + [sym__dot_custom] = ACTIONS(2356), + [sym__conjunction_operator_custom] = ACTIONS(2356), + [sym__disjunction_operator_custom] = ACTIONS(2356), + [sym__nil_coalescing_operator_custom] = ACTIONS(2356), + [sym__eq_custom] = ACTIONS(2356), + [sym__eq_eq_custom] = ACTIONS(2356), + [sym__plus_then_ws] = ACTIONS(2356), + [sym__minus_then_ws] = ACTIONS(2356), + [sym__bang_custom] = ACTIONS(2356), + [sym_default_keyword] = ACTIONS(2356), + [sym_where_keyword] = ACTIONS(2356), + [sym__as_custom] = ACTIONS(2356), + [sym__as_quest_custom] = ACTIONS(2356), + [sym__as_bang_custom] = ACTIONS(2356), + [sym__custom_operator] = ACTIONS(2356), + }, + [STATE(1219)] = { + [anon_sym_BANG] = ACTIONS(1779), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1779), + [aux_sym_simple_identifier_token2] = ACTIONS(1781), + [aux_sym_simple_identifier_token3] = ACTIONS(1781), + [aux_sym_simple_identifier_token4] = ACTIONS(1781), + [anon_sym_actor] = ACTIONS(1779), + [anon_sym_async] = ACTIONS(1779), + [anon_sym_each] = ACTIONS(1779), + [anon_sym_lazy] = ACTIONS(1779), + [anon_sym_repeat] = ACTIONS(1779), + [anon_sym_package] = ACTIONS(1779), + [anon_sym_nil] = ACTIONS(1779), + [sym_real_literal] = ACTIONS(1781), + [sym_integer_literal] = ACTIONS(1779), + [sym_hex_literal] = ACTIONS(1779), + [sym_oct_literal] = ACTIONS(1781), + [sym_bin_literal] = ACTIONS(1781), + [anon_sym_true] = ACTIONS(1779), + [anon_sym_false] = ACTIONS(1779), + [anon_sym_DQUOTE] = ACTIONS(1779), + [anon_sym_BSLASH] = ACTIONS(1781), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1781), + [anon_sym_COMMA] = ACTIONS(1783), + [sym__oneline_regex_literal] = ACTIONS(1779), + [anon_sym_LPAREN] = ACTIONS(1781), + [anon_sym_LBRACK] = ACTIONS(1781), + [anon_sym_QMARK] = ACTIONS(1785), + [anon_sym_QMARK2] = ACTIONS(1783), + [anon_sym_AMP] = ACTIONS(1781), + [anon_sym_TILDE] = ACTIONS(1781), + [anon_sym_if] = ACTIONS(1779), + [anon_sym_switch] = ACTIONS(1779), + [aux_sym_custom_operator_token1] = ACTIONS(1781), + [anon_sym_LT] = ACTIONS(1779), + [anon_sym_GT] = ACTIONS(1779), + [anon_sym_await] = ACTIONS(1779), + [anon_sym_LBRACE] = ACTIONS(1781), + [anon_sym_CARET_LBRACE] = ACTIONS(1781), + [anon_sym_self] = ACTIONS(1779), + [anon_sym_super] = ACTIONS(1779), + [anon_sym_try] = ACTIONS(1779), + [anon_sym_PLUS_EQ] = ACTIONS(1781), + [anon_sym_DASH_EQ] = ACTIONS(1781), + [anon_sym_STAR_EQ] = ACTIONS(1781), + [anon_sym_SLASH_EQ] = ACTIONS(1781), + [anon_sym_PERCENT_EQ] = ACTIONS(1781), + [anon_sym_BANG_EQ] = ACTIONS(1779), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1781), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1781), + [anon_sym_LT_EQ] = ACTIONS(1781), + [anon_sym_GT_EQ] = ACTIONS(1781), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1781), + [anon_sym_DOT_DOT_LT] = ACTIONS(1781), + [anon_sym_is] = ACTIONS(1785), + [anon_sym_PLUS] = ACTIONS(1779), + [anon_sym_DASH] = ACTIONS(1779), + [anon_sym_STAR] = ACTIONS(1779), + [anon_sym_SLASH] = ACTIONS(1779), + [anon_sym_PERCENT] = ACTIONS(1779), + [anon_sym_PLUS_PLUS] = ACTIONS(1781), + [anon_sym_DASH_DASH] = ACTIONS(1781), + [anon_sym_PIPE] = ACTIONS(1781), + [anon_sym_CARET] = ACTIONS(1779), + [anon_sym_LT_LT] = ACTIONS(1781), + [anon_sym_GT_GT] = ACTIONS(1781), + [anon_sym_borrowing] = ACTIONS(1779), + [anon_sym_consuming] = ACTIONS(1779), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(1781), + [sym_raw_str_end_part] = ACTIONS(1781), + [sym__dot_custom] = ACTIONS(1781), + [sym__conjunction_operator_custom] = ACTIONS(1783), + [sym__disjunction_operator_custom] = ACTIONS(1783), + [sym__nil_coalescing_operator_custom] = ACTIONS(1783), + [sym__eq_custom] = ACTIONS(1781), + [sym__eq_eq_custom] = ACTIONS(1781), + [sym__plus_then_ws] = ACTIONS(1781), + [sym__minus_then_ws] = ACTIONS(1781), + [sym__bang_custom] = ACTIONS(1781), + [sym_where_keyword] = ACTIONS(1783), + [sym_else] = ACTIONS(1783), + [sym__as_custom] = ACTIONS(1783), + [sym__as_quest_custom] = ACTIONS(1783), + [sym__as_bang_custom] = ACTIONS(1783), + [sym__custom_operator] = ACTIONS(1781), + [sym__hash_symbol_custom] = ACTIONS(1781), + [sym__directive_if] = ACTIONS(1781), + [sym__directive_elseif] = ACTIONS(1781), + [sym__directive_else] = ACTIONS(1781), + [sym__directive_endif] = ACTIONS(1781), + }, + [STATE(1220)] = { + [anon_sym_BANG] = ACTIONS(2389), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2391), + [anon_sym_package] = ACTIONS(2391), + [anon_sym_COMMA] = ACTIONS(2391), + [anon_sym_LPAREN] = ACTIONS(2391), + [anon_sym_LBRACK] = ACTIONS(2391), + [anon_sym_QMARK] = ACTIONS(2389), + [anon_sym_QMARK2] = ACTIONS(2391), + [anon_sym_AMP] = ACTIONS(2391), + [aux_sym_custom_operator_token1] = ACTIONS(2391), + [anon_sym_LT] = ACTIONS(2389), + [anon_sym_GT] = ACTIONS(2389), + [anon_sym_LBRACE] = ACTIONS(2391), + [anon_sym_CARET_LBRACE] = ACTIONS(2391), + [anon_sym_RBRACE] = ACTIONS(2391), + [anon_sym_case] = ACTIONS(2391), + [anon_sym_fallthrough] = ACTIONS(2391), + [anon_sym_PLUS_EQ] = ACTIONS(2391), + [anon_sym_DASH_EQ] = ACTIONS(2391), + [anon_sym_STAR_EQ] = ACTIONS(2391), + [anon_sym_SLASH_EQ] = ACTIONS(2391), + [anon_sym_PERCENT_EQ] = ACTIONS(2391), + [anon_sym_BANG_EQ] = ACTIONS(2389), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2391), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2391), + [anon_sym_LT_EQ] = ACTIONS(2391), + [anon_sym_GT_EQ] = ACTIONS(2391), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2391), + [anon_sym_DOT_DOT_LT] = ACTIONS(2391), + [anon_sym_is] = ACTIONS(2391), + [anon_sym_PLUS] = ACTIONS(2389), + [anon_sym_DASH] = ACTIONS(2389), + [anon_sym_STAR] = ACTIONS(2389), + [anon_sym_SLASH] = ACTIONS(2389), + [anon_sym_PERCENT] = ACTIONS(2389), + [anon_sym_PLUS_PLUS] = ACTIONS(2391), + [anon_sym_DASH_DASH] = ACTIONS(2391), + [anon_sym_PIPE] = ACTIONS(2391), + [anon_sym_CARET] = ACTIONS(2389), + [anon_sym_LT_LT] = ACTIONS(2391), + [anon_sym_GT_GT] = ACTIONS(2391), + [anon_sym_class] = ACTIONS(2391), + [anon_sym_prefix] = ACTIONS(2391), + [anon_sym_infix] = ACTIONS(2391), + [anon_sym_postfix] = ACTIONS(2391), + [anon_sym_AT] = ACTIONS(2389), + [anon_sym_override] = ACTIONS(2391), + [anon_sym_convenience] = ACTIONS(2391), + [anon_sym_required] = ACTIONS(2391), + [anon_sym_nonisolated] = ACTIONS(2391), + [anon_sym_public] = ACTIONS(2391), + [anon_sym_private] = ACTIONS(2391), + [anon_sym_internal] = ACTIONS(2391), + [anon_sym_fileprivate] = ACTIONS(2391), + [anon_sym_open] = ACTIONS(2391), + [anon_sym_mutating] = ACTIONS(2391), + [anon_sym_nonmutating] = ACTIONS(2391), + [anon_sym_static] = ACTIONS(2391), + [anon_sym_dynamic] = ACTIONS(2391), + [anon_sym_optional] = ACTIONS(2391), + [anon_sym_distributed] = ACTIONS(2391), + [anon_sym_final] = ACTIONS(2391), + [anon_sym_inout] = ACTIONS(2391), + [anon_sym_ATescaping] = ACTIONS(2391), + [anon_sym_ATautoclosure] = ACTIONS(2391), + [anon_sym_weak] = ACTIONS(2391), + [anon_sym_unowned] = ACTIONS(2389), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2391), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2391), + [anon_sym_borrowing] = ACTIONS(2391), + [anon_sym_consuming] = ACTIONS(2391), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2391), + [sym__explicit_semi] = ACTIONS(2391), + [sym__dot_custom] = ACTIONS(2391), + [sym__conjunction_operator_custom] = ACTIONS(2391), + [sym__disjunction_operator_custom] = ACTIONS(2391), + [sym__nil_coalescing_operator_custom] = ACTIONS(2391), + [sym__eq_custom] = ACTIONS(2391), + [sym__eq_eq_custom] = ACTIONS(2391), + [sym__plus_then_ws] = ACTIONS(2391), + [sym__minus_then_ws] = ACTIONS(2391), + [sym__bang_custom] = ACTIONS(2391), + [sym_default_keyword] = ACTIONS(2391), + [sym_where_keyword] = ACTIONS(2391), + [sym_else] = ACTIONS(3399), + [sym__as_custom] = ACTIONS(2391), + [sym__as_quest_custom] = ACTIONS(2391), + [sym__as_bang_custom] = ACTIONS(2391), + [sym__custom_operator] = ACTIONS(2391), + }, + [STATE(1221)] = { + [sym__fn_call_lambda_arguments] = STATE(1395), + [sym_lambda_literal] = STATE(1002), + [anon_sym_BANG] = ACTIONS(2805), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2807), + [anon_sym_package] = ACTIONS(2807), + [anon_sym_COMMA] = ACTIONS(2807), + [anon_sym_LPAREN] = ACTIONS(2807), + [anon_sym_LBRACK] = ACTIONS(2807), + [anon_sym_QMARK] = ACTIONS(2805), + [anon_sym_QMARK2] = ACTIONS(2807), + [anon_sym_AMP] = ACTIONS(2807), + [aux_sym_custom_operator_token1] = ACTIONS(2807), + [anon_sym_LT] = ACTIONS(2805), + [anon_sym_GT] = ACTIONS(2805), + [anon_sym_LBRACE] = ACTIONS(3401), + [anon_sym_CARET_LBRACE] = ACTIONS(3401), + [anon_sym_RBRACE] = ACTIONS(2807), + [anon_sym_case] = ACTIONS(2807), + [anon_sym_fallthrough] = ACTIONS(2807), + [anon_sym_PLUS_EQ] = ACTIONS(2807), + [anon_sym_DASH_EQ] = ACTIONS(2807), + [anon_sym_STAR_EQ] = ACTIONS(2807), + [anon_sym_SLASH_EQ] = ACTIONS(2807), + [anon_sym_PERCENT_EQ] = ACTIONS(2807), + [anon_sym_BANG_EQ] = ACTIONS(2805), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2807), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2807), + [anon_sym_LT_EQ] = ACTIONS(2807), + [anon_sym_GT_EQ] = ACTIONS(2807), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2807), + [anon_sym_DOT_DOT_LT] = ACTIONS(2807), + [anon_sym_is] = ACTIONS(2807), + [anon_sym_PLUS] = ACTIONS(2805), + [anon_sym_DASH] = ACTIONS(2805), + [anon_sym_STAR] = ACTIONS(2805), + [anon_sym_SLASH] = ACTIONS(2805), + [anon_sym_PERCENT] = ACTIONS(2805), + [anon_sym_PLUS_PLUS] = ACTIONS(2807), + [anon_sym_DASH_DASH] = ACTIONS(2807), + [anon_sym_PIPE] = ACTIONS(2807), + [anon_sym_CARET] = ACTIONS(2805), + [anon_sym_LT_LT] = ACTIONS(2807), + [anon_sym_GT_GT] = ACTIONS(2807), + [anon_sym_class] = ACTIONS(2807), + [anon_sym_prefix] = ACTIONS(2807), + [anon_sym_infix] = ACTIONS(2807), + [anon_sym_postfix] = ACTIONS(2807), + [anon_sym_AT] = ACTIONS(2805), + [anon_sym_override] = ACTIONS(2807), + [anon_sym_convenience] = ACTIONS(2807), + [anon_sym_required] = ACTIONS(2807), + [anon_sym_nonisolated] = ACTIONS(2807), + [anon_sym_public] = ACTIONS(2807), + [anon_sym_private] = ACTIONS(2807), + [anon_sym_internal] = ACTIONS(2807), + [anon_sym_fileprivate] = ACTIONS(2807), + [anon_sym_open] = ACTIONS(2807), + [anon_sym_mutating] = ACTIONS(2807), + [anon_sym_nonmutating] = ACTIONS(2807), + [anon_sym_static] = ACTIONS(2807), + [anon_sym_dynamic] = ACTIONS(2807), + [anon_sym_optional] = ACTIONS(2807), + [anon_sym_distributed] = ACTIONS(2807), + [anon_sym_final] = ACTIONS(2807), + [anon_sym_inout] = ACTIONS(2807), + [anon_sym_ATescaping] = ACTIONS(2807), + [anon_sym_ATautoclosure] = ACTIONS(2807), + [anon_sym_weak] = ACTIONS(2807), + [anon_sym_unowned] = ACTIONS(2805), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2807), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2807), + [anon_sym_borrowing] = ACTIONS(2807), + [anon_sym_consuming] = ACTIONS(2807), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2807), + [sym__explicit_semi] = ACTIONS(2807), + [sym__dot_custom] = ACTIONS(2807), + [sym__conjunction_operator_custom] = ACTIONS(2807), + [sym__disjunction_operator_custom] = ACTIONS(2807), + [sym__nil_coalescing_operator_custom] = ACTIONS(2807), + [sym__eq_custom] = ACTIONS(2807), + [sym__eq_eq_custom] = ACTIONS(2807), + [sym__plus_then_ws] = ACTIONS(2807), + [sym__minus_then_ws] = ACTIONS(2807), + [sym__bang_custom] = ACTIONS(2807), + [sym_default_keyword] = ACTIONS(2807), + [sym__as_custom] = ACTIONS(2807), + [sym__as_quest_custom] = ACTIONS(2807), + [sym__as_bang_custom] = ACTIONS(2807), + [sym__custom_operator] = ACTIONS(2807), + }, + [STATE(1222)] = { + [sym_type_level_declaration] = STATE(6888), + [sym_import_declaration] = STATE(7788), + [sym_property_declaration] = STATE(7788), + [sym__modifierless_property_declaration] = STATE(8277), + [sym_typealias_declaration] = STATE(7788), + [sym__modifierless_typealias_declaration] = STATE(8278), + [sym_function_declaration] = STATE(7788), + [sym__bodyless_function_declaration] = STATE(7852), + [sym__modifierless_function_declaration_no_body] = STATE(9005), + [sym_class_declaration] = STATE(7788), + [sym__modifierless_class_declaration] = STATE(8291), + [sym__class_member_declarations] = STATE(9075), + [sym__non_constructor_function_decl] = STATE(7521), + [sym__async_modifier] = STATE(8439), + [sym_protocol_declaration] = STATE(7788), + [sym_init_declaration] = STATE(7788), + [sym_deinit_declaration] = STATE(7788), + [sym_subscript_declaration] = STATE(7788), + [sym_operator_declaration] = STATE(7788), + [sym_precedence_group_declaration] = STATE(7788), + [sym_associatedtype_declaration] = STATE(7788), + [sym_attribute] = STATE(1817), + [sym_value_binding_pattern] = STATE(4882), + [sym__possibly_async_binding_pattern_kind] = STATE(4882), + [sym_modifiers] = STATE(5030), + [aux_sym__locally_permitted_modifiers] = STATE(1817), + [sym__non_local_scope_modifier] = STATE(1817), + [sym__locally_permitted_modifier] = STATE(1817), + [sym_property_behavior_modifier] = STATE(1817), + [sym_member_modifier] = STATE(1817), + [sym_visibility_modifier] = STATE(1817), + [sym_function_modifier] = STATE(1817), + [sym_mutation_modifier] = STATE(1817), + [sym_property_modifier] = STATE(1817), + [sym_inheritance_modifier] = STATE(1817), + [sym_parameter_modifier] = STATE(1817), + [sym_ownership_modifier] = STATE(1817), + [sym__parameter_ownership_modifier] = STATE(2893), + [aux_sym_modifiers_repeat1] = STATE(1817), + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(3367), + [anon_sym_async] = ACTIONS(3101), + [anon_sym_lazy] = ACTIONS(3103), + [anon_sym_package] = ACTIONS(3105), + [anon_sym_RBRACE] = ACTIONS(3404), + [anon_sym_import] = ACTIONS(3371), + [anon_sym_typealias] = ACTIONS(3373), + [anon_sym_struct] = ACTIONS(3367), + [anon_sym_class] = ACTIONS(3375), + [anon_sym_enum] = ACTIONS(3377), + [anon_sym_protocol] = ACTIONS(3379), + [anon_sym_let] = ACTIONS(3121), + [anon_sym_var] = ACTIONS(3121), + [anon_sym_func] = ACTIONS(3123), + [anon_sym_extension] = ACTIONS(3381), + [anon_sym_indirect] = ACTIONS(3383), + [anon_sym_init] = ACTIONS(3385), + [anon_sym_deinit] = ACTIONS(3387), + [anon_sym_subscript] = ACTIONS(3389), + [anon_sym_prefix] = ACTIONS(3391), + [anon_sym_infix] = ACTIONS(3391), + [anon_sym_postfix] = ACTIONS(3391), + [anon_sym_precedencegroup] = ACTIONS(3393), + [anon_sym_associatedtype] = ACTIONS(3395), + [anon_sym_AT] = ACTIONS(115), + [anon_sym_override] = ACTIONS(3141), + [anon_sym_convenience] = ACTIONS(3141), + [anon_sym_required] = ACTIONS(3141), + [anon_sym_nonisolated] = ACTIONS(3141), + [anon_sym_public] = ACTIONS(3105), + [anon_sym_private] = ACTIONS(3105), + [anon_sym_internal] = ACTIONS(3105), + [anon_sym_fileprivate] = ACTIONS(3105), + [anon_sym_open] = ACTIONS(3105), + [anon_sym_mutating] = ACTIONS(3143), + [anon_sym_nonmutating] = ACTIONS(3143), + [anon_sym_static] = ACTIONS(3145), + [anon_sym_dynamic] = ACTIONS(3145), + [anon_sym_optional] = ACTIONS(3145), + [anon_sym_distributed] = ACTIONS(3145), + [anon_sym_final] = ACTIONS(3147), + [anon_sym_inout] = ACTIONS(129), + [anon_sym_ATescaping] = ACTIONS(129), + [anon_sym_ATautoclosure] = ACTIONS(129), + [anon_sym_weak] = ACTIONS(133), + [anon_sym_unowned] = ACTIONS(131), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(133), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(133), + [anon_sym_borrowing] = ACTIONS(129), + [anon_sym_consuming] = ACTIONS(129), + [sym_multiline_comment] = ACTIONS(5), + }, + [STATE(1223)] = { + [sym__fn_call_lambda_arguments] = STATE(1369), + [sym_lambda_literal] = STATE(1002), + [anon_sym_BANG] = ACTIONS(2812), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2814), + [anon_sym_package] = ACTIONS(2814), + [anon_sym_COMMA] = ACTIONS(2814), + [anon_sym_LPAREN] = ACTIONS(2814), + [anon_sym_LBRACK] = ACTIONS(2814), + [anon_sym_QMARK] = ACTIONS(2812), + [anon_sym_QMARK2] = ACTIONS(2814), + [anon_sym_AMP] = ACTIONS(2814), + [aux_sym_custom_operator_token1] = ACTIONS(2814), + [anon_sym_LT] = ACTIONS(2812), + [anon_sym_GT] = ACTIONS(2812), + [anon_sym_LBRACE] = ACTIONS(3406), + [anon_sym_CARET_LBRACE] = ACTIONS(3406), + [anon_sym_RBRACE] = ACTIONS(2814), + [anon_sym_case] = ACTIONS(2814), + [anon_sym_fallthrough] = ACTIONS(2814), + [anon_sym_PLUS_EQ] = ACTIONS(2814), + [anon_sym_DASH_EQ] = ACTIONS(2814), + [anon_sym_STAR_EQ] = ACTIONS(2814), + [anon_sym_SLASH_EQ] = ACTIONS(2814), + [anon_sym_PERCENT_EQ] = ACTIONS(2814), + [anon_sym_BANG_EQ] = ACTIONS(2812), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2814), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2814), + [anon_sym_LT_EQ] = ACTIONS(2814), + [anon_sym_GT_EQ] = ACTIONS(2814), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2814), + [anon_sym_DOT_DOT_LT] = ACTIONS(2814), + [anon_sym_is] = ACTIONS(2814), + [anon_sym_PLUS] = ACTIONS(2812), + [anon_sym_DASH] = ACTIONS(2812), + [anon_sym_STAR] = ACTIONS(2812), + [anon_sym_SLASH] = ACTIONS(2812), + [anon_sym_PERCENT] = ACTIONS(2812), + [anon_sym_PLUS_PLUS] = ACTIONS(2814), + [anon_sym_DASH_DASH] = ACTIONS(2814), + [anon_sym_PIPE] = ACTIONS(2814), + [anon_sym_CARET] = ACTIONS(2812), + [anon_sym_LT_LT] = ACTIONS(2814), + [anon_sym_GT_GT] = ACTIONS(2814), + [anon_sym_class] = ACTIONS(2814), + [anon_sym_prefix] = ACTIONS(2814), + [anon_sym_infix] = ACTIONS(2814), + [anon_sym_postfix] = ACTIONS(2814), + [anon_sym_AT] = ACTIONS(2812), + [anon_sym_override] = ACTIONS(2814), + [anon_sym_convenience] = ACTIONS(2814), + [anon_sym_required] = ACTIONS(2814), + [anon_sym_nonisolated] = ACTIONS(2814), + [anon_sym_public] = ACTIONS(2814), + [anon_sym_private] = ACTIONS(2814), + [anon_sym_internal] = ACTIONS(2814), + [anon_sym_fileprivate] = ACTIONS(2814), + [anon_sym_open] = ACTIONS(2814), + [anon_sym_mutating] = ACTIONS(2814), + [anon_sym_nonmutating] = ACTIONS(2814), + [anon_sym_static] = ACTIONS(2814), + [anon_sym_dynamic] = ACTIONS(2814), + [anon_sym_optional] = ACTIONS(2814), + [anon_sym_distributed] = ACTIONS(2814), + [anon_sym_final] = ACTIONS(2814), + [anon_sym_inout] = ACTIONS(2814), + [anon_sym_ATescaping] = ACTIONS(2814), + [anon_sym_ATautoclosure] = ACTIONS(2814), + [anon_sym_weak] = ACTIONS(2814), + [anon_sym_unowned] = ACTIONS(2812), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2814), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2814), + [anon_sym_borrowing] = ACTIONS(2814), + [anon_sym_consuming] = ACTIONS(2814), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2814), + [sym__explicit_semi] = ACTIONS(2814), + [sym__dot_custom] = ACTIONS(2814), + [sym__conjunction_operator_custom] = ACTIONS(2814), + [sym__disjunction_operator_custom] = ACTIONS(2814), + [sym__nil_coalescing_operator_custom] = ACTIONS(2814), + [sym__eq_custom] = ACTIONS(2814), + [sym__eq_eq_custom] = ACTIONS(2814), + [sym__plus_then_ws] = ACTIONS(2814), + [sym__minus_then_ws] = ACTIONS(2814), + [sym__bang_custom] = ACTIONS(2814), + [sym_default_keyword] = ACTIONS(2814), + [sym__as_custom] = ACTIONS(2814), + [sym__as_quest_custom] = ACTIONS(2814), + [sym__as_bang_custom] = ACTIONS(2814), + [sym__custom_operator] = ACTIONS(2814), + }, + [STATE(1224)] = { + [anon_sym_BANG] = ACTIONS(2399), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2401), + [anon_sym_package] = ACTIONS(2401), + [anon_sym_COMMA] = ACTIONS(2401), + [anon_sym_LPAREN] = ACTIONS(2401), + [anon_sym_LBRACK] = ACTIONS(2401), + [anon_sym_QMARK] = ACTIONS(2399), + [anon_sym_QMARK2] = ACTIONS(2401), + [anon_sym_AMP] = ACTIONS(2401), + [aux_sym_custom_operator_token1] = ACTIONS(2401), + [anon_sym_LT] = ACTIONS(2399), + [anon_sym_GT] = ACTIONS(2399), + [anon_sym_LBRACE] = ACTIONS(2401), + [anon_sym_CARET_LBRACE] = ACTIONS(2401), + [anon_sym_RBRACE] = ACTIONS(2401), + [anon_sym_case] = ACTIONS(2401), + [anon_sym_fallthrough] = ACTIONS(2401), + [anon_sym_PLUS_EQ] = ACTIONS(2401), + [anon_sym_DASH_EQ] = ACTIONS(2401), + [anon_sym_STAR_EQ] = ACTIONS(2401), + [anon_sym_SLASH_EQ] = ACTIONS(2401), + [anon_sym_PERCENT_EQ] = ACTIONS(2401), + [anon_sym_BANG_EQ] = ACTIONS(2399), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2401), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2401), + [anon_sym_LT_EQ] = ACTIONS(2401), + [anon_sym_GT_EQ] = ACTIONS(2401), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2401), + [anon_sym_DOT_DOT_LT] = ACTIONS(2401), + [anon_sym_is] = ACTIONS(2401), + [anon_sym_PLUS] = ACTIONS(2399), + [anon_sym_DASH] = ACTIONS(2399), + [anon_sym_STAR] = ACTIONS(2399), + [anon_sym_SLASH] = ACTIONS(2399), + [anon_sym_PERCENT] = ACTIONS(2399), + [anon_sym_PLUS_PLUS] = ACTIONS(2401), + [anon_sym_DASH_DASH] = ACTIONS(2401), + [anon_sym_PIPE] = ACTIONS(2401), + [anon_sym_CARET] = ACTIONS(2399), + [anon_sym_LT_LT] = ACTIONS(2401), + [anon_sym_GT_GT] = ACTIONS(2401), + [anon_sym_class] = ACTIONS(2401), + [anon_sym_prefix] = ACTIONS(2401), + [anon_sym_infix] = ACTIONS(2401), + [anon_sym_postfix] = ACTIONS(2401), + [anon_sym_AT] = ACTIONS(2399), + [anon_sym_override] = ACTIONS(2401), + [anon_sym_convenience] = ACTIONS(2401), + [anon_sym_required] = ACTIONS(2401), + [anon_sym_nonisolated] = ACTIONS(2401), + [anon_sym_public] = ACTIONS(2401), + [anon_sym_private] = ACTIONS(2401), + [anon_sym_internal] = ACTIONS(2401), + [anon_sym_fileprivate] = ACTIONS(2401), + [anon_sym_open] = ACTIONS(2401), + [anon_sym_mutating] = ACTIONS(2401), + [anon_sym_nonmutating] = ACTIONS(2401), + [anon_sym_static] = ACTIONS(2401), + [anon_sym_dynamic] = ACTIONS(2401), + [anon_sym_optional] = ACTIONS(2401), + [anon_sym_distributed] = ACTIONS(2401), + [anon_sym_final] = ACTIONS(2401), + [anon_sym_inout] = ACTIONS(2401), + [anon_sym_ATescaping] = ACTIONS(2401), + [anon_sym_ATautoclosure] = ACTIONS(2401), + [anon_sym_weak] = ACTIONS(2401), + [anon_sym_unowned] = ACTIONS(2399), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2401), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2401), + [anon_sym_borrowing] = ACTIONS(2401), + [anon_sym_consuming] = ACTIONS(2401), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2401), + [sym__explicit_semi] = ACTIONS(2401), + [sym__dot_custom] = ACTIONS(2401), + [sym__conjunction_operator_custom] = ACTIONS(2401), + [sym__disjunction_operator_custom] = ACTIONS(2401), + [sym__nil_coalescing_operator_custom] = ACTIONS(2401), + [sym__eq_custom] = ACTIONS(2401), + [sym__eq_eq_custom] = ACTIONS(2401), + [sym__plus_then_ws] = ACTIONS(2401), + [sym__minus_then_ws] = ACTIONS(2401), + [sym__bang_custom] = ACTIONS(2401), + [sym_default_keyword] = ACTIONS(2401), + [sym_where_keyword] = ACTIONS(2401), + [sym_else] = ACTIONS(3409), + [sym__as_custom] = ACTIONS(2401), + [sym__as_quest_custom] = ACTIONS(2401), + [sym__as_bang_custom] = ACTIONS(2401), + [sym__custom_operator] = ACTIONS(2401), + }, + [STATE(1225)] = { + [sym_type_level_declaration] = STATE(6888), + [sym_import_declaration] = STATE(7788), + [sym_property_declaration] = STATE(7788), + [sym__modifierless_property_declaration] = STATE(8277), + [sym_typealias_declaration] = STATE(7788), + [sym__modifierless_typealias_declaration] = STATE(8278), + [sym_function_declaration] = STATE(7788), + [sym__bodyless_function_declaration] = STATE(7852), + [sym__modifierless_function_declaration_no_body] = STATE(9005), + [sym_class_declaration] = STATE(7788), + [sym__modifierless_class_declaration] = STATE(8291), + [sym__class_member_declarations] = STATE(9169), + [sym__non_constructor_function_decl] = STATE(7521), + [sym__async_modifier] = STATE(8439), + [sym_protocol_declaration] = STATE(7788), + [sym_init_declaration] = STATE(7788), + [sym_deinit_declaration] = STATE(7788), + [sym_subscript_declaration] = STATE(7788), + [sym_operator_declaration] = STATE(7788), + [sym_precedence_group_declaration] = STATE(7788), + [sym_associatedtype_declaration] = STATE(7788), + [sym_attribute] = STATE(1817), + [sym_value_binding_pattern] = STATE(4882), + [sym__possibly_async_binding_pattern_kind] = STATE(4882), + [sym_modifiers] = STATE(5030), + [aux_sym__locally_permitted_modifiers] = STATE(1817), + [sym__non_local_scope_modifier] = STATE(1817), + [sym__locally_permitted_modifier] = STATE(1817), + [sym_property_behavior_modifier] = STATE(1817), + [sym_member_modifier] = STATE(1817), + [sym_visibility_modifier] = STATE(1817), + [sym_function_modifier] = STATE(1817), + [sym_mutation_modifier] = STATE(1817), + [sym_property_modifier] = STATE(1817), + [sym_inheritance_modifier] = STATE(1817), + [sym_parameter_modifier] = STATE(1817), + [sym_ownership_modifier] = STATE(1817), + [sym__parameter_ownership_modifier] = STATE(2893), + [aux_sym_modifiers_repeat1] = STATE(1817), + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(3367), + [anon_sym_async] = ACTIONS(3101), + [anon_sym_lazy] = ACTIONS(3103), + [anon_sym_package] = ACTIONS(3105), + [anon_sym_RBRACE] = ACTIONS(3411), + [anon_sym_import] = ACTIONS(3371), + [anon_sym_typealias] = ACTIONS(3373), + [anon_sym_struct] = ACTIONS(3367), + [anon_sym_class] = ACTIONS(3375), + [anon_sym_enum] = ACTIONS(3377), + [anon_sym_protocol] = ACTIONS(3379), + [anon_sym_let] = ACTIONS(3121), + [anon_sym_var] = ACTIONS(3121), + [anon_sym_func] = ACTIONS(3123), + [anon_sym_extension] = ACTIONS(3381), + [anon_sym_indirect] = ACTIONS(3383), + [anon_sym_init] = ACTIONS(3385), + [anon_sym_deinit] = ACTIONS(3387), + [anon_sym_subscript] = ACTIONS(3389), + [anon_sym_prefix] = ACTIONS(3391), + [anon_sym_infix] = ACTIONS(3391), + [anon_sym_postfix] = ACTIONS(3391), + [anon_sym_precedencegroup] = ACTIONS(3393), + [anon_sym_associatedtype] = ACTIONS(3395), + [anon_sym_AT] = ACTIONS(115), + [anon_sym_override] = ACTIONS(3141), + [anon_sym_convenience] = ACTIONS(3141), + [anon_sym_required] = ACTIONS(3141), + [anon_sym_nonisolated] = ACTIONS(3141), + [anon_sym_public] = ACTIONS(3105), + [anon_sym_private] = ACTIONS(3105), + [anon_sym_internal] = ACTIONS(3105), + [anon_sym_fileprivate] = ACTIONS(3105), + [anon_sym_open] = ACTIONS(3105), + [anon_sym_mutating] = ACTIONS(3143), + [anon_sym_nonmutating] = ACTIONS(3143), + [anon_sym_static] = ACTIONS(3145), + [anon_sym_dynamic] = ACTIONS(3145), + [anon_sym_optional] = ACTIONS(3145), + [anon_sym_distributed] = ACTIONS(3145), + [anon_sym_final] = ACTIONS(3147), + [anon_sym_inout] = ACTIONS(129), + [anon_sym_ATescaping] = ACTIONS(129), + [anon_sym_ATautoclosure] = ACTIONS(129), + [anon_sym_weak] = ACTIONS(133), + [anon_sym_unowned] = ACTIONS(131), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(133), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(133), + [anon_sym_borrowing] = ACTIONS(129), + [anon_sym_consuming] = ACTIONS(129), + [sym_multiline_comment] = ACTIONS(5), + }, + [STATE(1226)] = { + [anon_sym_BANG] = ACTIONS(1797), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1797), + [aux_sym_simple_identifier_token2] = ACTIONS(1799), + [aux_sym_simple_identifier_token3] = ACTIONS(1799), + [aux_sym_simple_identifier_token4] = ACTIONS(1799), + [anon_sym_actor] = ACTIONS(1797), + [anon_sym_async] = ACTIONS(1797), + [anon_sym_each] = ACTIONS(1797), + [anon_sym_lazy] = ACTIONS(1797), + [anon_sym_repeat] = ACTIONS(1797), + [anon_sym_package] = ACTIONS(1797), + [anon_sym_nil] = ACTIONS(1797), + [sym_real_literal] = ACTIONS(1799), + [sym_integer_literal] = ACTIONS(1797), + [sym_hex_literal] = ACTIONS(1797), + [sym_oct_literal] = ACTIONS(1799), + [sym_bin_literal] = ACTIONS(1799), + [anon_sym_true] = ACTIONS(1797), + [anon_sym_false] = ACTIONS(1797), + [anon_sym_DQUOTE] = ACTIONS(1797), + [anon_sym_BSLASH] = ACTIONS(1799), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1799), + [anon_sym_COMMA] = ACTIONS(1799), + [sym__oneline_regex_literal] = ACTIONS(1797), + [anon_sym_LPAREN] = ACTIONS(1799), + [anon_sym_LBRACK] = ACTIONS(1799), + [anon_sym_QMARK] = ACTIONS(1797), + [anon_sym_QMARK2] = ACTIONS(1799), + [anon_sym_AMP] = ACTIONS(1799), + [anon_sym_TILDE] = ACTIONS(1799), + [anon_sym_if] = ACTIONS(1797), + [anon_sym_switch] = ACTIONS(1797), + [aux_sym_custom_operator_token1] = ACTIONS(1799), + [anon_sym_LT] = ACTIONS(1797), + [anon_sym_GT] = ACTIONS(1797), + [anon_sym_await] = ACTIONS(1797), + [anon_sym_LBRACE] = ACTIONS(1799), + [anon_sym_CARET_LBRACE] = ACTIONS(1799), + [anon_sym_self] = ACTIONS(1797), + [anon_sym_super] = ACTIONS(1797), + [anon_sym_try] = ACTIONS(1797), + [anon_sym_PLUS_EQ] = ACTIONS(1799), + [anon_sym_DASH_EQ] = ACTIONS(1799), + [anon_sym_STAR_EQ] = ACTIONS(1799), + [anon_sym_SLASH_EQ] = ACTIONS(1799), + [anon_sym_PERCENT_EQ] = ACTIONS(1799), + [anon_sym_BANG_EQ] = ACTIONS(1797), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1799), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1799), + [anon_sym_LT_EQ] = ACTIONS(1799), + [anon_sym_GT_EQ] = ACTIONS(1799), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1799), + [anon_sym_DOT_DOT_LT] = ACTIONS(1799), + [anon_sym_is] = ACTIONS(1797), + [anon_sym_PLUS] = ACTIONS(1797), + [anon_sym_DASH] = ACTIONS(1797), + [anon_sym_STAR] = ACTIONS(1797), + [anon_sym_SLASH] = ACTIONS(1797), + [anon_sym_PERCENT] = ACTIONS(1797), + [anon_sym_PLUS_PLUS] = ACTIONS(1799), + [anon_sym_DASH_DASH] = ACTIONS(1799), + [anon_sym_PIPE] = ACTIONS(1799), + [anon_sym_CARET] = ACTIONS(1797), + [anon_sym_LT_LT] = ACTIONS(1799), + [anon_sym_GT_GT] = ACTIONS(1799), + [anon_sym_borrowing] = ACTIONS(1797), + [anon_sym_consuming] = ACTIONS(1797), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(1799), + [sym_raw_str_end_part] = ACTIONS(1799), + [sym__dot_custom] = ACTIONS(1799), + [sym__conjunction_operator_custom] = ACTIONS(1799), + [sym__disjunction_operator_custom] = ACTIONS(1799), + [sym__nil_coalescing_operator_custom] = ACTIONS(1799), + [sym__eq_custom] = ACTIONS(1799), + [sym__eq_eq_custom] = ACTIONS(1799), + [sym__plus_then_ws] = ACTIONS(1799), + [sym__minus_then_ws] = ACTIONS(1799), + [sym__bang_custom] = ACTIONS(1799), + [sym_where_keyword] = ACTIONS(1799), + [sym_else] = ACTIONS(1799), + [sym__as_custom] = ACTIONS(1799), + [sym__as_quest_custom] = ACTIONS(1799), + [sym__as_bang_custom] = ACTIONS(1799), + [sym__custom_operator] = ACTIONS(1799), + [sym__hash_symbol_custom] = ACTIONS(1799), + [sym__directive_if] = ACTIONS(1799), + [sym__directive_elseif] = ACTIONS(1799), + [sym__directive_else] = ACTIONS(1799), + [sym__directive_endif] = ACTIONS(1799), + }, + [STATE(1227)] = { + [anon_sym_BANG] = ACTIONS(1765), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1768), + [aux_sym_simple_identifier_token2] = ACTIONS(1770), + [aux_sym_simple_identifier_token3] = ACTIONS(1770), + [aux_sym_simple_identifier_token4] = ACTIONS(1770), + [anon_sym_actor] = ACTIONS(1768), + [anon_sym_async] = ACTIONS(1768), + [anon_sym_each] = ACTIONS(1768), + [anon_sym_lazy] = ACTIONS(1768), + [anon_sym_repeat] = ACTIONS(1768), + [anon_sym_package] = ACTIONS(1768), + [anon_sym_nil] = ACTIONS(1768), + [sym_real_literal] = ACTIONS(1770), + [sym_integer_literal] = ACTIONS(1768), + [sym_hex_literal] = ACTIONS(1768), + [sym_oct_literal] = ACTIONS(1770), + [sym_bin_literal] = ACTIONS(1770), + [anon_sym_true] = ACTIONS(1768), + [anon_sym_false] = ACTIONS(1768), + [anon_sym_DQUOTE] = ACTIONS(1768), + [anon_sym_BSLASH] = ACTIONS(1770), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1770), + [anon_sym_COMMA] = ACTIONS(1772), + [sym__oneline_regex_literal] = ACTIONS(1768), + [anon_sym_COLON] = ACTIONS(1772), + [anon_sym_LPAREN] = ACTIONS(1774), + [anon_sym_LBRACK] = ACTIONS(1774), + [anon_sym_QMARK] = ACTIONS(1777), + [anon_sym_QMARK2] = ACTIONS(1772), + [anon_sym_AMP] = ACTIONS(1774), + [anon_sym_TILDE] = ACTIONS(1770), + [anon_sym_if] = ACTIONS(1768), + [anon_sym_switch] = ACTIONS(1768), + [aux_sym_custom_operator_token1] = ACTIONS(1774), + [anon_sym_LT] = ACTIONS(1765), + [anon_sym_GT] = ACTIONS(1765), + [anon_sym_await] = ACTIONS(1768), + [anon_sym_LBRACE] = ACTIONS(1774), + [anon_sym_CARET_LBRACE] = ACTIONS(1774), + [anon_sym_self] = ACTIONS(1768), + [anon_sym_super] = ACTIONS(1768), + [anon_sym_try] = ACTIONS(1768), + [anon_sym_PLUS_EQ] = ACTIONS(1774), + [anon_sym_DASH_EQ] = ACTIONS(1774), + [anon_sym_STAR_EQ] = ACTIONS(1774), + [anon_sym_SLASH_EQ] = ACTIONS(1774), + [anon_sym_PERCENT_EQ] = ACTIONS(1774), + [anon_sym_BANG_EQ] = ACTIONS(1765), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1774), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1774), + [anon_sym_LT_EQ] = ACTIONS(1774), + [anon_sym_GT_EQ] = ACTIONS(1774), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1774), + [anon_sym_DOT_DOT_LT] = ACTIONS(1774), + [anon_sym_is] = ACTIONS(1777), + [anon_sym_PLUS] = ACTIONS(1765), + [anon_sym_DASH] = ACTIONS(1765), + [anon_sym_STAR] = ACTIONS(1765), + [anon_sym_SLASH] = ACTIONS(1765), + [anon_sym_PERCENT] = ACTIONS(1765), + [anon_sym_PLUS_PLUS] = ACTIONS(1774), + [anon_sym_DASH_DASH] = ACTIONS(1774), + [anon_sym_PIPE] = ACTIONS(1774), + [anon_sym_CARET] = ACTIONS(1765), + [anon_sym_LT_LT] = ACTIONS(1774), + [anon_sym_GT_GT] = ACTIONS(1774), + [anon_sym_borrowing] = ACTIONS(1768), + [anon_sym_consuming] = ACTIONS(1768), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(1770), + [sym_raw_str_end_part] = ACTIONS(1770), + [sym__dot_custom] = ACTIONS(1774), + [sym__conjunction_operator_custom] = ACTIONS(1772), + [sym__disjunction_operator_custom] = ACTIONS(1772), + [sym__nil_coalescing_operator_custom] = ACTIONS(1772), + [sym__eq_custom] = ACTIONS(1774), + [sym__eq_eq_custom] = ACTIONS(1774), + [sym__plus_then_ws] = ACTIONS(1774), + [sym__minus_then_ws] = ACTIONS(1774), + [sym__bang_custom] = ACTIONS(1774), + [sym_where_keyword] = ACTIONS(1772), + [sym__as_custom] = ACTIONS(1772), + [sym__as_quest_custom] = ACTIONS(1772), + [sym__as_bang_custom] = ACTIONS(1772), + [sym__custom_operator] = ACTIONS(1774), + [sym__hash_symbol_custom] = ACTIONS(1770), + [sym__directive_if] = ACTIONS(1770), + [sym__directive_elseif] = ACTIONS(1770), + [sym__directive_else] = ACTIONS(1770), + [sym__directive_endif] = ACTIONS(1770), + }, + [STATE(1228)] = { + [anon_sym_BANG] = ACTIONS(1757), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1757), + [aux_sym_simple_identifier_token2] = ACTIONS(1759), + [aux_sym_simple_identifier_token3] = ACTIONS(1759), + [aux_sym_simple_identifier_token4] = ACTIONS(1759), + [anon_sym_actor] = ACTIONS(1757), + [anon_sym_async] = ACTIONS(1757), + [anon_sym_each] = ACTIONS(1757), + [anon_sym_lazy] = ACTIONS(1757), + [anon_sym_repeat] = ACTIONS(1757), + [anon_sym_package] = ACTIONS(1757), + [anon_sym_nil] = ACTIONS(1757), + [sym_real_literal] = ACTIONS(1759), + [sym_integer_literal] = ACTIONS(1757), + [sym_hex_literal] = ACTIONS(1757), + [sym_oct_literal] = ACTIONS(1759), + [sym_bin_literal] = ACTIONS(1759), + [anon_sym_true] = ACTIONS(1757), + [anon_sym_false] = ACTIONS(1757), + [anon_sym_DQUOTE] = ACTIONS(1757), + [anon_sym_BSLASH] = ACTIONS(1759), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1759), + [anon_sym_COMMA] = ACTIONS(1759), + [sym__oneline_regex_literal] = ACTIONS(1757), + [anon_sym_COLON] = ACTIONS(1759), + [anon_sym_LPAREN] = ACTIONS(1759), + [anon_sym_LBRACK] = ACTIONS(1759), + [anon_sym_QMARK] = ACTIONS(1757), + [anon_sym_QMARK2] = ACTIONS(1759), + [anon_sym_AMP] = ACTIONS(1759), + [anon_sym_TILDE] = ACTIONS(1759), + [anon_sym_if] = ACTIONS(1757), + [anon_sym_switch] = ACTIONS(1757), + [aux_sym_custom_operator_token1] = ACTIONS(1759), + [anon_sym_LT] = ACTIONS(1757), + [anon_sym_GT] = ACTIONS(1757), + [anon_sym_await] = ACTIONS(1757), + [anon_sym_LBRACE] = ACTIONS(1759), + [anon_sym_CARET_LBRACE] = ACTIONS(1759), + [anon_sym_self] = ACTIONS(1757), + [anon_sym_super] = ACTIONS(1757), + [anon_sym_try] = ACTIONS(1757), + [anon_sym_PLUS_EQ] = ACTIONS(1759), + [anon_sym_DASH_EQ] = ACTIONS(1759), + [anon_sym_STAR_EQ] = ACTIONS(1759), + [anon_sym_SLASH_EQ] = ACTIONS(1759), + [anon_sym_PERCENT_EQ] = ACTIONS(1759), + [anon_sym_BANG_EQ] = ACTIONS(1757), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1759), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1759), + [anon_sym_LT_EQ] = ACTIONS(1759), + [anon_sym_GT_EQ] = ACTIONS(1759), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1759), + [anon_sym_DOT_DOT_LT] = ACTIONS(1759), + [anon_sym_is] = ACTIONS(1757), + [anon_sym_PLUS] = ACTIONS(1757), + [anon_sym_DASH] = ACTIONS(1757), + [anon_sym_STAR] = ACTIONS(1757), + [anon_sym_SLASH] = ACTIONS(1757), + [anon_sym_PERCENT] = ACTIONS(1757), + [anon_sym_PLUS_PLUS] = ACTIONS(1759), + [anon_sym_DASH_DASH] = ACTIONS(1759), + [anon_sym_PIPE] = ACTIONS(1759), + [anon_sym_CARET] = ACTIONS(1757), + [anon_sym_LT_LT] = ACTIONS(1759), + [anon_sym_GT_GT] = ACTIONS(1759), + [anon_sym_borrowing] = ACTIONS(1757), + [anon_sym_consuming] = ACTIONS(1757), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(1759), + [sym_raw_str_end_part] = ACTIONS(1759), + [sym__dot_custom] = ACTIONS(1759), + [sym__conjunction_operator_custom] = ACTIONS(1759), + [sym__disjunction_operator_custom] = ACTIONS(1759), + [sym__nil_coalescing_operator_custom] = ACTIONS(1759), + [sym__eq_custom] = ACTIONS(1759), + [sym__eq_eq_custom] = ACTIONS(1759), + [sym__plus_then_ws] = ACTIONS(1759), + [sym__minus_then_ws] = ACTIONS(1759), + [sym__bang_custom] = ACTIONS(1759), + [sym_where_keyword] = ACTIONS(1759), + [sym__as_custom] = ACTIONS(1759), + [sym__as_quest_custom] = ACTIONS(1759), + [sym__as_bang_custom] = ACTIONS(1759), + [sym__custom_operator] = ACTIONS(1759), + [sym__hash_symbol_custom] = ACTIONS(1759), + [sym__directive_if] = ACTIONS(1759), + [sym__directive_elseif] = ACTIONS(1759), + [sym__directive_else] = ACTIONS(1759), + [sym__directive_endif] = ACTIONS(1759), + }, + [STATE(1229)] = { + [anon_sym_BANG] = ACTIONS(1797), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1797), + [aux_sym_simple_identifier_token2] = ACTIONS(1799), + [aux_sym_simple_identifier_token3] = ACTIONS(1799), + [aux_sym_simple_identifier_token4] = ACTIONS(1799), + [anon_sym_actor] = ACTIONS(1797), + [anon_sym_async] = ACTIONS(1797), + [anon_sym_each] = ACTIONS(1797), + [anon_sym_lazy] = ACTIONS(1797), + [anon_sym_repeat] = ACTIONS(1797), + [anon_sym_package] = ACTIONS(1797), + [anon_sym_nil] = ACTIONS(1797), + [sym_real_literal] = ACTIONS(1799), + [sym_integer_literal] = ACTIONS(1797), + [sym_hex_literal] = ACTIONS(1797), + [sym_oct_literal] = ACTIONS(1799), + [sym_bin_literal] = ACTIONS(1799), + [anon_sym_true] = ACTIONS(1797), + [anon_sym_false] = ACTIONS(1797), + [anon_sym_DQUOTE] = ACTIONS(1797), + [anon_sym_BSLASH] = ACTIONS(1799), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1799), + [anon_sym_COMMA] = ACTIONS(1799), + [sym__oneline_regex_literal] = ACTIONS(1797), + [anon_sym_COLON] = ACTIONS(1799), + [anon_sym_LPAREN] = ACTIONS(1799), + [anon_sym_LBRACK] = ACTIONS(1799), + [anon_sym_QMARK] = ACTIONS(1797), + [anon_sym_QMARK2] = ACTIONS(1799), + [anon_sym_AMP] = ACTIONS(1799), + [anon_sym_TILDE] = ACTIONS(1799), + [anon_sym_if] = ACTIONS(1797), + [anon_sym_switch] = ACTIONS(1797), + [aux_sym_custom_operator_token1] = ACTIONS(1799), + [anon_sym_LT] = ACTIONS(1797), + [anon_sym_GT] = ACTIONS(1797), + [anon_sym_await] = ACTIONS(1797), + [anon_sym_LBRACE] = ACTIONS(1799), + [anon_sym_CARET_LBRACE] = ACTIONS(1799), + [anon_sym_self] = ACTIONS(1797), + [anon_sym_super] = ACTIONS(1797), + [anon_sym_try] = ACTIONS(1797), + [anon_sym_PLUS_EQ] = ACTIONS(1799), + [anon_sym_DASH_EQ] = ACTIONS(1799), + [anon_sym_STAR_EQ] = ACTIONS(1799), + [anon_sym_SLASH_EQ] = ACTIONS(1799), + [anon_sym_PERCENT_EQ] = ACTIONS(1799), + [anon_sym_BANG_EQ] = ACTIONS(1797), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1799), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1799), + [anon_sym_LT_EQ] = ACTIONS(1799), + [anon_sym_GT_EQ] = ACTIONS(1799), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1799), + [anon_sym_DOT_DOT_LT] = ACTIONS(1799), + [anon_sym_is] = ACTIONS(1797), + [anon_sym_PLUS] = ACTIONS(1797), + [anon_sym_DASH] = ACTIONS(1797), + [anon_sym_STAR] = ACTIONS(1797), + [anon_sym_SLASH] = ACTIONS(1797), + [anon_sym_PERCENT] = ACTIONS(1797), + [anon_sym_PLUS_PLUS] = ACTIONS(1799), + [anon_sym_DASH_DASH] = ACTIONS(1799), + [anon_sym_PIPE] = ACTIONS(1799), + [anon_sym_CARET] = ACTIONS(1797), + [anon_sym_LT_LT] = ACTIONS(1799), + [anon_sym_GT_GT] = ACTIONS(1799), + [anon_sym_borrowing] = ACTIONS(1797), + [anon_sym_consuming] = ACTIONS(1797), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(1799), + [sym_raw_str_end_part] = ACTIONS(1799), + [sym__dot_custom] = ACTIONS(1799), + [sym__conjunction_operator_custom] = ACTIONS(1799), + [sym__disjunction_operator_custom] = ACTIONS(1799), + [sym__nil_coalescing_operator_custom] = ACTIONS(1799), + [sym__eq_custom] = ACTIONS(1799), + [sym__eq_eq_custom] = ACTIONS(1799), + [sym__plus_then_ws] = ACTIONS(1799), + [sym__minus_then_ws] = ACTIONS(1799), + [sym__bang_custom] = ACTIONS(1799), + [sym_where_keyword] = ACTIONS(1799), + [sym__as_custom] = ACTIONS(1799), + [sym__as_quest_custom] = ACTIONS(1799), + [sym__as_bang_custom] = ACTIONS(1799), + [sym__custom_operator] = ACTIONS(1799), + [sym__hash_symbol_custom] = ACTIONS(1799), + [sym__directive_if] = ACTIONS(1799), + [sym__directive_elseif] = ACTIONS(1799), + [sym__directive_else] = ACTIONS(1799), + [sym__directive_endif] = ACTIONS(1799), + }, + [STATE(1230)] = { + [anon_sym_BANG] = ACTIONS(1901), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(1899), + [anon_sym_package] = ACTIONS(1899), + [anon_sym_COMMA] = ACTIONS(1899), + [anon_sym_LPAREN] = ACTIONS(1899), + [anon_sym_LBRACK] = ACTIONS(1899), + [anon_sym_QMARK] = ACTIONS(1901), + [anon_sym_QMARK2] = ACTIONS(1899), + [anon_sym_AMP] = ACTIONS(1899), + [aux_sym_custom_operator_token1] = ACTIONS(1899), + [anon_sym_LT] = ACTIONS(1901), + [anon_sym_GT] = ACTIONS(1901), + [anon_sym_LBRACE] = ACTIONS(1899), + [anon_sym_CARET_LBRACE] = ACTIONS(1899), + [anon_sym_RBRACE] = ACTIONS(1899), + [anon_sym_case] = ACTIONS(1899), + [anon_sym_fallthrough] = ACTIONS(1899), + [anon_sym_PLUS_EQ] = ACTIONS(1899), + [anon_sym_DASH_EQ] = ACTIONS(1899), + [anon_sym_STAR_EQ] = ACTIONS(1899), + [anon_sym_SLASH_EQ] = ACTIONS(1899), + [anon_sym_PERCENT_EQ] = ACTIONS(1899), + [anon_sym_BANG_EQ] = ACTIONS(1901), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1899), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1899), + [anon_sym_LT_EQ] = ACTIONS(1899), + [anon_sym_GT_EQ] = ACTIONS(1899), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1899), + [anon_sym_DOT_DOT_LT] = ACTIONS(1899), + [anon_sym_is] = ACTIONS(1899), + [anon_sym_PLUS] = ACTIONS(1901), + [anon_sym_DASH] = ACTIONS(1901), + [anon_sym_STAR] = ACTIONS(1901), + [anon_sym_SLASH] = ACTIONS(1901), + [anon_sym_PERCENT] = ACTIONS(1901), + [anon_sym_PLUS_PLUS] = ACTIONS(1899), + [anon_sym_DASH_DASH] = ACTIONS(1899), + [anon_sym_PIPE] = ACTIONS(1899), + [anon_sym_CARET] = ACTIONS(1901), + [anon_sym_LT_LT] = ACTIONS(1899), + [anon_sym_GT_GT] = ACTIONS(1899), + [anon_sym_class] = ACTIONS(1899), + [anon_sym_prefix] = ACTIONS(1899), + [anon_sym_infix] = ACTIONS(1899), + [anon_sym_postfix] = ACTIONS(1899), + [anon_sym_AT] = ACTIONS(1901), + [anon_sym_override] = ACTIONS(1899), + [anon_sym_convenience] = ACTIONS(1899), + [anon_sym_required] = ACTIONS(1899), + [anon_sym_nonisolated] = ACTIONS(1899), + [anon_sym_public] = ACTIONS(1899), + [anon_sym_private] = ACTIONS(1899), + [anon_sym_internal] = ACTIONS(1899), + [anon_sym_fileprivate] = ACTIONS(1899), + [anon_sym_open] = ACTIONS(1899), + [anon_sym_mutating] = ACTIONS(1899), + [anon_sym_nonmutating] = ACTIONS(1899), + [anon_sym_static] = ACTIONS(1899), + [anon_sym_dynamic] = ACTIONS(1899), + [anon_sym_optional] = ACTIONS(1899), + [anon_sym_distributed] = ACTIONS(1899), + [anon_sym_final] = ACTIONS(1899), + [anon_sym_inout] = ACTIONS(1899), + [anon_sym_ATescaping] = ACTIONS(1899), + [anon_sym_ATautoclosure] = ACTIONS(1899), + [anon_sym_weak] = ACTIONS(1899), + [anon_sym_unowned] = ACTIONS(1901), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(1899), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(1899), + [anon_sym_borrowing] = ACTIONS(1899), + [anon_sym_consuming] = ACTIONS(1899), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(1899), + [sym__explicit_semi] = ACTIONS(1899), + [sym__dot_custom] = ACTIONS(1899), + [sym__conjunction_operator_custom] = ACTIONS(1899), + [sym__disjunction_operator_custom] = ACTIONS(1899), + [sym__nil_coalescing_operator_custom] = ACTIONS(1899), + [sym__eq_custom] = ACTIONS(1899), + [sym__eq_eq_custom] = ACTIONS(1899), + [sym__plus_then_ws] = ACTIONS(1899), + [sym__minus_then_ws] = ACTIONS(1899), + [sym__bang_custom] = ACTIONS(1899), + [sym_default_keyword] = ACTIONS(1899), + [sym_where_keyword] = ACTIONS(1899), + [sym__as_custom] = ACTIONS(1899), + [sym__as_quest_custom] = ACTIONS(1899), + [sym__as_bang_custom] = ACTIONS(1899), + [sym__custom_operator] = ACTIONS(1899), + }, + [STATE(1231)] = { + [anon_sym_BANG] = ACTIONS(2759), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2761), + [anon_sym_package] = ACTIONS(2761), + [anon_sym_COMMA] = ACTIONS(2761), + [anon_sym_LPAREN] = ACTIONS(2761), + [anon_sym_LBRACK] = ACTIONS(2761), + [anon_sym_QMARK] = ACTIONS(2759), + [anon_sym_QMARK2] = ACTIONS(2761), + [anon_sym_AMP] = ACTIONS(2761), + [aux_sym_custom_operator_token1] = ACTIONS(2761), + [anon_sym_LT] = ACTIONS(2759), + [anon_sym_GT] = ACTIONS(2759), + [anon_sym_LBRACE] = ACTIONS(2761), + [anon_sym_CARET_LBRACE] = ACTIONS(2761), + [anon_sym_RBRACE] = ACTIONS(2761), + [anon_sym_case] = ACTIONS(2761), + [anon_sym_fallthrough] = ACTIONS(2761), + [anon_sym_PLUS_EQ] = ACTIONS(2761), + [anon_sym_DASH_EQ] = ACTIONS(2761), + [anon_sym_STAR_EQ] = ACTIONS(2761), + [anon_sym_SLASH_EQ] = ACTIONS(2761), + [anon_sym_PERCENT_EQ] = ACTIONS(2761), + [anon_sym_BANG_EQ] = ACTIONS(2759), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2761), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2761), + [anon_sym_LT_EQ] = ACTIONS(2761), + [anon_sym_GT_EQ] = ACTIONS(2761), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2761), + [anon_sym_DOT_DOT_LT] = ACTIONS(2761), + [anon_sym_is] = ACTIONS(2761), + [anon_sym_PLUS] = ACTIONS(2759), + [anon_sym_DASH] = ACTIONS(2759), + [anon_sym_STAR] = ACTIONS(2759), + [anon_sym_SLASH] = ACTIONS(2759), + [anon_sym_PERCENT] = ACTIONS(2759), + [anon_sym_PLUS_PLUS] = ACTIONS(2761), + [anon_sym_DASH_DASH] = ACTIONS(2761), + [anon_sym_PIPE] = ACTIONS(2761), + [anon_sym_CARET] = ACTIONS(2759), + [anon_sym_LT_LT] = ACTIONS(2761), + [anon_sym_GT_GT] = ACTIONS(2761), + [anon_sym_class] = ACTIONS(2761), + [anon_sym_prefix] = ACTIONS(2761), + [anon_sym_infix] = ACTIONS(2761), + [anon_sym_postfix] = ACTIONS(2761), + [anon_sym_AT] = ACTIONS(2759), + [anon_sym_override] = ACTIONS(2761), + [anon_sym_convenience] = ACTIONS(2761), + [anon_sym_required] = ACTIONS(2761), + [anon_sym_nonisolated] = ACTIONS(2761), + [anon_sym_public] = ACTIONS(2761), + [anon_sym_private] = ACTIONS(2761), + [anon_sym_internal] = ACTIONS(2761), + [anon_sym_fileprivate] = ACTIONS(2761), + [anon_sym_open] = ACTIONS(2761), + [anon_sym_mutating] = ACTIONS(2761), + [anon_sym_nonmutating] = ACTIONS(2761), + [anon_sym_static] = ACTIONS(2761), + [anon_sym_dynamic] = ACTIONS(2761), + [anon_sym_optional] = ACTIONS(2761), + [anon_sym_distributed] = ACTIONS(2761), + [anon_sym_final] = ACTIONS(2761), + [anon_sym_inout] = ACTIONS(2761), + [anon_sym_ATescaping] = ACTIONS(2761), + [anon_sym_ATautoclosure] = ACTIONS(2761), + [anon_sym_weak] = ACTIONS(2761), + [anon_sym_unowned] = ACTIONS(2759), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2761), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2761), + [anon_sym_borrowing] = ACTIONS(2761), + [anon_sym_consuming] = ACTIONS(2761), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2761), + [sym__explicit_semi] = ACTIONS(2761), + [sym__dot_custom] = ACTIONS(2761), + [sym__conjunction_operator_custom] = ACTIONS(2761), + [sym__disjunction_operator_custom] = ACTIONS(2761), + [sym__nil_coalescing_operator_custom] = ACTIONS(2761), + [sym__eq_custom] = ACTIONS(2761), + [sym__eq_eq_custom] = ACTIONS(2761), + [sym__plus_then_ws] = ACTIONS(2761), + [sym__minus_then_ws] = ACTIONS(2761), + [sym__bang_custom] = ACTIONS(2761), + [sym_default_keyword] = ACTIONS(2761), + [sym_where_keyword] = ACTIONS(2761), + [sym__as_custom] = ACTIONS(2761), + [sym__as_quest_custom] = ACTIONS(2761), + [sym__as_bang_custom] = ACTIONS(2761), + [sym__custom_operator] = ACTIONS(2761), + }, + [STATE(1232)] = { + [anon_sym_BANG] = ACTIONS(2213), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2215), + [anon_sym_package] = ACTIONS(2215), + [anon_sym_COMMA] = ACTIONS(2215), + [anon_sym_LPAREN] = ACTIONS(2215), + [anon_sym_LBRACK] = ACTIONS(2215), + [anon_sym_DOT] = ACTIONS(2213), + [anon_sym_QMARK] = ACTIONS(2213), + [anon_sym_QMARK2] = ACTIONS(2215), + [anon_sym_AMP] = ACTIONS(2215), + [aux_sym_custom_operator_token1] = ACTIONS(2215), + [anon_sym_LT] = ACTIONS(2213), + [anon_sym_GT] = ACTIONS(2213), + [anon_sym_LBRACE] = ACTIONS(2215), + [anon_sym_CARET_LBRACE] = ACTIONS(2215), + [anon_sym_RBRACE] = ACTIONS(2215), + [anon_sym_case] = ACTIONS(2215), + [anon_sym_fallthrough] = ACTIONS(2215), + [anon_sym_PLUS_EQ] = ACTIONS(2215), + [anon_sym_DASH_EQ] = ACTIONS(2215), + [anon_sym_STAR_EQ] = ACTIONS(2215), + [anon_sym_SLASH_EQ] = ACTIONS(2215), + [anon_sym_PERCENT_EQ] = ACTIONS(2215), + [anon_sym_BANG_EQ] = ACTIONS(2213), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2215), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2215), + [anon_sym_LT_EQ] = ACTIONS(2215), + [anon_sym_GT_EQ] = ACTIONS(2215), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2215), + [anon_sym_DOT_DOT_LT] = ACTIONS(2215), + [anon_sym_is] = ACTIONS(2215), + [anon_sym_PLUS] = ACTIONS(2213), + [anon_sym_DASH] = ACTIONS(2213), + [anon_sym_STAR] = ACTIONS(2213), + [anon_sym_SLASH] = ACTIONS(2213), + [anon_sym_PERCENT] = ACTIONS(2213), + [anon_sym_PLUS_PLUS] = ACTIONS(2215), + [anon_sym_DASH_DASH] = ACTIONS(2215), + [anon_sym_PIPE] = ACTIONS(2215), + [anon_sym_CARET] = ACTIONS(2213), + [anon_sym_LT_LT] = ACTIONS(2215), + [anon_sym_GT_GT] = ACTIONS(2215), + [anon_sym_class] = ACTIONS(2215), + [anon_sym_prefix] = ACTIONS(2215), + [anon_sym_infix] = ACTIONS(2215), + [anon_sym_postfix] = ACTIONS(2215), + [anon_sym_AT] = ACTIONS(2213), + [anon_sym_override] = ACTIONS(2215), + [anon_sym_convenience] = ACTIONS(2215), + [anon_sym_required] = ACTIONS(2215), + [anon_sym_nonisolated] = ACTIONS(2215), + [anon_sym_public] = ACTIONS(2215), + [anon_sym_private] = ACTIONS(2215), + [anon_sym_internal] = ACTIONS(2215), + [anon_sym_fileprivate] = ACTIONS(2215), + [anon_sym_open] = ACTIONS(2215), + [anon_sym_mutating] = ACTIONS(2215), + [anon_sym_nonmutating] = ACTIONS(2215), + [anon_sym_static] = ACTIONS(2215), + [anon_sym_dynamic] = ACTIONS(2215), + [anon_sym_optional] = ACTIONS(2215), + [anon_sym_distributed] = ACTIONS(2215), + [anon_sym_final] = ACTIONS(2215), + [anon_sym_inout] = ACTIONS(2215), + [anon_sym_ATescaping] = ACTIONS(2215), + [anon_sym_ATautoclosure] = ACTIONS(2215), + [anon_sym_weak] = ACTIONS(2215), + [anon_sym_unowned] = ACTIONS(2213), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2215), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2215), + [anon_sym_borrowing] = ACTIONS(2215), + [anon_sym_consuming] = ACTIONS(2215), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2215), + [sym__explicit_semi] = ACTIONS(2215), + [sym__dot_custom] = ACTIONS(2215), + [sym__conjunction_operator_custom] = ACTIONS(2215), + [sym__disjunction_operator_custom] = ACTIONS(2215), + [sym__nil_coalescing_operator_custom] = ACTIONS(2215), + [sym__eq_custom] = ACTIONS(2215), + [sym__eq_eq_custom] = ACTIONS(2215), + [sym__plus_then_ws] = ACTIONS(2215), + [sym__minus_then_ws] = ACTIONS(2215), + [sym__bang_custom] = ACTIONS(2215), + [sym_default_keyword] = ACTIONS(2215), + [sym__as_custom] = ACTIONS(2215), + [sym__as_quest_custom] = ACTIONS(2215), + [sym__as_bang_custom] = ACTIONS(2215), + [sym__custom_operator] = ACTIONS(2215), + }, + [STATE(1233)] = { + [anon_sym_BANG] = ACTIONS(2197), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2199), + [anon_sym_package] = ACTIONS(2199), + [anon_sym_COMMA] = ACTIONS(2199), + [anon_sym_LPAREN] = ACTIONS(2199), + [anon_sym_LBRACK] = ACTIONS(2199), + [anon_sym_DOT] = ACTIONS(2197), + [anon_sym_QMARK] = ACTIONS(2197), + [anon_sym_QMARK2] = ACTIONS(2199), + [anon_sym_AMP] = ACTIONS(2199), + [aux_sym_custom_operator_token1] = ACTIONS(2199), + [anon_sym_LT] = ACTIONS(2197), + [anon_sym_GT] = ACTIONS(2197), + [anon_sym_LBRACE] = ACTIONS(2199), + [anon_sym_CARET_LBRACE] = ACTIONS(2199), + [anon_sym_RBRACE] = ACTIONS(2199), + [anon_sym_case] = ACTIONS(2199), + [anon_sym_fallthrough] = ACTIONS(2199), + [anon_sym_PLUS_EQ] = ACTIONS(2199), + [anon_sym_DASH_EQ] = ACTIONS(2199), + [anon_sym_STAR_EQ] = ACTIONS(2199), + [anon_sym_SLASH_EQ] = ACTIONS(2199), + [anon_sym_PERCENT_EQ] = ACTIONS(2199), + [anon_sym_BANG_EQ] = ACTIONS(2197), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2199), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2199), + [anon_sym_LT_EQ] = ACTIONS(2199), + [anon_sym_GT_EQ] = ACTIONS(2199), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2199), + [anon_sym_DOT_DOT_LT] = ACTIONS(2199), + [anon_sym_is] = ACTIONS(2199), + [anon_sym_PLUS] = ACTIONS(2197), + [anon_sym_DASH] = ACTIONS(2197), + [anon_sym_STAR] = ACTIONS(2197), + [anon_sym_SLASH] = ACTIONS(2197), + [anon_sym_PERCENT] = ACTIONS(2197), + [anon_sym_PLUS_PLUS] = ACTIONS(2199), + [anon_sym_DASH_DASH] = ACTIONS(2199), + [anon_sym_PIPE] = ACTIONS(2199), + [anon_sym_CARET] = ACTIONS(2197), + [anon_sym_LT_LT] = ACTIONS(2199), + [anon_sym_GT_GT] = ACTIONS(2199), + [anon_sym_class] = ACTIONS(2199), + [anon_sym_prefix] = ACTIONS(2199), + [anon_sym_infix] = ACTIONS(2199), + [anon_sym_postfix] = ACTIONS(2199), + [anon_sym_AT] = ACTIONS(2197), + [anon_sym_override] = ACTIONS(2199), + [anon_sym_convenience] = ACTIONS(2199), + [anon_sym_required] = ACTIONS(2199), + [anon_sym_nonisolated] = ACTIONS(2199), + [anon_sym_public] = ACTIONS(2199), + [anon_sym_private] = ACTIONS(2199), + [anon_sym_internal] = ACTIONS(2199), + [anon_sym_fileprivate] = ACTIONS(2199), + [anon_sym_open] = ACTIONS(2199), + [anon_sym_mutating] = ACTIONS(2199), + [anon_sym_nonmutating] = ACTIONS(2199), + [anon_sym_static] = ACTIONS(2199), + [anon_sym_dynamic] = ACTIONS(2199), + [anon_sym_optional] = ACTIONS(2199), + [anon_sym_distributed] = ACTIONS(2199), + [anon_sym_final] = ACTIONS(2199), + [anon_sym_inout] = ACTIONS(2199), + [anon_sym_ATescaping] = ACTIONS(2199), + [anon_sym_ATautoclosure] = ACTIONS(2199), + [anon_sym_weak] = ACTIONS(2199), + [anon_sym_unowned] = ACTIONS(2197), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2199), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2199), + [anon_sym_borrowing] = ACTIONS(2199), + [anon_sym_consuming] = ACTIONS(2199), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2199), + [sym__explicit_semi] = ACTIONS(2199), + [sym__dot_custom] = ACTIONS(2199), + [sym__conjunction_operator_custom] = ACTIONS(2199), + [sym__disjunction_operator_custom] = ACTIONS(2199), + [sym__nil_coalescing_operator_custom] = ACTIONS(2199), + [sym__eq_custom] = ACTIONS(2199), + [sym__eq_eq_custom] = ACTIONS(2199), + [sym__plus_then_ws] = ACTIONS(2199), + [sym__minus_then_ws] = ACTIONS(2199), + [sym__bang_custom] = ACTIONS(2199), + [sym_default_keyword] = ACTIONS(2199), + [sym__as_custom] = ACTIONS(2199), + [sym__as_quest_custom] = ACTIONS(2199), + [sym__as_bang_custom] = ACTIONS(2199), + [sym__custom_operator] = ACTIONS(2199), + }, + [STATE(1234)] = { + [anon_sym_BANG] = ACTIONS(2229), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2231), + [anon_sym_package] = ACTIONS(2231), + [anon_sym_COMMA] = ACTIONS(2231), + [anon_sym_LPAREN] = ACTIONS(2231), + [anon_sym_LBRACK] = ACTIONS(2231), + [anon_sym_DOT] = ACTIONS(2229), + [anon_sym_QMARK] = ACTIONS(2229), + [anon_sym_QMARK2] = ACTIONS(2231), + [anon_sym_AMP] = ACTIONS(2231), + [aux_sym_custom_operator_token1] = ACTIONS(2231), + [anon_sym_LT] = ACTIONS(2229), + [anon_sym_GT] = ACTIONS(2229), + [anon_sym_LBRACE] = ACTIONS(2231), + [anon_sym_CARET_LBRACE] = ACTIONS(2231), + [anon_sym_RBRACE] = ACTIONS(2231), + [anon_sym_case] = ACTIONS(2231), + [anon_sym_fallthrough] = ACTIONS(2231), + [anon_sym_PLUS_EQ] = ACTIONS(2231), + [anon_sym_DASH_EQ] = ACTIONS(2231), + [anon_sym_STAR_EQ] = ACTIONS(2231), + [anon_sym_SLASH_EQ] = ACTIONS(2231), + [anon_sym_PERCENT_EQ] = ACTIONS(2231), + [anon_sym_BANG_EQ] = ACTIONS(2229), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2231), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2231), + [anon_sym_LT_EQ] = ACTIONS(2231), + [anon_sym_GT_EQ] = ACTIONS(2231), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2231), + [anon_sym_DOT_DOT_LT] = ACTIONS(2231), + [anon_sym_is] = ACTIONS(2231), + [anon_sym_PLUS] = ACTIONS(2229), + [anon_sym_DASH] = ACTIONS(2229), + [anon_sym_STAR] = ACTIONS(2229), + [anon_sym_SLASH] = ACTIONS(2229), + [anon_sym_PERCENT] = ACTIONS(2229), + [anon_sym_PLUS_PLUS] = ACTIONS(2231), + [anon_sym_DASH_DASH] = ACTIONS(2231), + [anon_sym_PIPE] = ACTIONS(2231), + [anon_sym_CARET] = ACTIONS(2229), + [anon_sym_LT_LT] = ACTIONS(2231), + [anon_sym_GT_GT] = ACTIONS(2231), + [anon_sym_class] = ACTIONS(2231), + [anon_sym_prefix] = ACTIONS(2231), + [anon_sym_infix] = ACTIONS(2231), + [anon_sym_postfix] = ACTIONS(2231), + [anon_sym_AT] = ACTIONS(2229), + [anon_sym_override] = ACTIONS(2231), + [anon_sym_convenience] = ACTIONS(2231), + [anon_sym_required] = ACTIONS(2231), + [anon_sym_nonisolated] = ACTIONS(2231), + [anon_sym_public] = ACTIONS(2231), + [anon_sym_private] = ACTIONS(2231), + [anon_sym_internal] = ACTIONS(2231), + [anon_sym_fileprivate] = ACTIONS(2231), + [anon_sym_open] = ACTIONS(2231), + [anon_sym_mutating] = ACTIONS(2231), + [anon_sym_nonmutating] = ACTIONS(2231), + [anon_sym_static] = ACTIONS(2231), + [anon_sym_dynamic] = ACTIONS(2231), + [anon_sym_optional] = ACTIONS(2231), + [anon_sym_distributed] = ACTIONS(2231), + [anon_sym_final] = ACTIONS(2231), + [anon_sym_inout] = ACTIONS(2231), + [anon_sym_ATescaping] = ACTIONS(2231), + [anon_sym_ATautoclosure] = ACTIONS(2231), + [anon_sym_weak] = ACTIONS(2231), + [anon_sym_unowned] = ACTIONS(2229), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2231), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2231), + [anon_sym_borrowing] = ACTIONS(2231), + [anon_sym_consuming] = ACTIONS(2231), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2231), + [sym__explicit_semi] = ACTIONS(2231), + [sym__dot_custom] = ACTIONS(2231), + [sym__conjunction_operator_custom] = ACTIONS(2231), + [sym__disjunction_operator_custom] = ACTIONS(2231), + [sym__nil_coalescing_operator_custom] = ACTIONS(2231), + [sym__eq_custom] = ACTIONS(2231), + [sym__eq_eq_custom] = ACTIONS(2231), + [sym__plus_then_ws] = ACTIONS(2231), + [sym__minus_then_ws] = ACTIONS(2231), + [sym__bang_custom] = ACTIONS(2231), + [sym_default_keyword] = ACTIONS(2231), + [sym__as_custom] = ACTIONS(2231), + [sym__as_quest_custom] = ACTIONS(2231), + [sym__as_bang_custom] = ACTIONS(2231), + [sym__custom_operator] = ACTIONS(2231), + }, + [STATE(1235)] = { + [anon_sym_BANG] = ACTIONS(2233), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2235), + [anon_sym_package] = ACTIONS(2235), + [anon_sym_COMMA] = ACTIONS(2235), + [anon_sym_LPAREN] = ACTIONS(2235), + [anon_sym_LBRACK] = ACTIONS(2235), + [anon_sym_DOT] = ACTIONS(2233), + [anon_sym_QMARK] = ACTIONS(2233), + [anon_sym_QMARK2] = ACTIONS(2235), + [anon_sym_AMP] = ACTIONS(2235), + [aux_sym_custom_operator_token1] = ACTIONS(2235), + [anon_sym_LT] = ACTIONS(2233), + [anon_sym_GT] = ACTIONS(2233), + [anon_sym_LBRACE] = ACTIONS(2235), + [anon_sym_CARET_LBRACE] = ACTIONS(2235), + [anon_sym_RBRACE] = ACTIONS(2235), + [anon_sym_case] = ACTIONS(2235), + [anon_sym_fallthrough] = ACTIONS(2235), + [anon_sym_PLUS_EQ] = ACTIONS(2235), + [anon_sym_DASH_EQ] = ACTIONS(2235), + [anon_sym_STAR_EQ] = ACTIONS(2235), + [anon_sym_SLASH_EQ] = ACTIONS(2235), + [anon_sym_PERCENT_EQ] = ACTIONS(2235), + [anon_sym_BANG_EQ] = ACTIONS(2233), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2235), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2235), + [anon_sym_LT_EQ] = ACTIONS(2235), + [anon_sym_GT_EQ] = ACTIONS(2235), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2235), + [anon_sym_DOT_DOT_LT] = ACTIONS(2235), + [anon_sym_is] = ACTIONS(2235), + [anon_sym_PLUS] = ACTIONS(2233), + [anon_sym_DASH] = ACTIONS(2233), + [anon_sym_STAR] = ACTIONS(2233), + [anon_sym_SLASH] = ACTIONS(2233), + [anon_sym_PERCENT] = ACTIONS(2233), + [anon_sym_PLUS_PLUS] = ACTIONS(2235), + [anon_sym_DASH_DASH] = ACTIONS(2235), + [anon_sym_PIPE] = ACTIONS(2235), + [anon_sym_CARET] = ACTIONS(2233), + [anon_sym_LT_LT] = ACTIONS(2235), + [anon_sym_GT_GT] = ACTIONS(2235), + [anon_sym_class] = ACTIONS(2235), + [anon_sym_prefix] = ACTIONS(2235), + [anon_sym_infix] = ACTIONS(2235), + [anon_sym_postfix] = ACTIONS(2235), + [anon_sym_AT] = ACTIONS(2233), + [anon_sym_override] = ACTIONS(2235), + [anon_sym_convenience] = ACTIONS(2235), + [anon_sym_required] = ACTIONS(2235), + [anon_sym_nonisolated] = ACTIONS(2235), + [anon_sym_public] = ACTIONS(2235), + [anon_sym_private] = ACTIONS(2235), + [anon_sym_internal] = ACTIONS(2235), + [anon_sym_fileprivate] = ACTIONS(2235), + [anon_sym_open] = ACTIONS(2235), + [anon_sym_mutating] = ACTIONS(2235), + [anon_sym_nonmutating] = ACTIONS(2235), + [anon_sym_static] = ACTIONS(2235), + [anon_sym_dynamic] = ACTIONS(2235), + [anon_sym_optional] = ACTIONS(2235), + [anon_sym_distributed] = ACTIONS(2235), + [anon_sym_final] = ACTIONS(2235), + [anon_sym_inout] = ACTIONS(2235), + [anon_sym_ATescaping] = ACTIONS(2235), + [anon_sym_ATautoclosure] = ACTIONS(2235), + [anon_sym_weak] = ACTIONS(2235), + [anon_sym_unowned] = ACTIONS(2233), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2235), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2235), + [anon_sym_borrowing] = ACTIONS(2235), + [anon_sym_consuming] = ACTIONS(2235), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2235), + [sym__explicit_semi] = ACTIONS(2235), + [sym__dot_custom] = ACTIONS(2235), + [sym__conjunction_operator_custom] = ACTIONS(2235), + [sym__disjunction_operator_custom] = ACTIONS(2235), + [sym__nil_coalescing_operator_custom] = ACTIONS(2235), + [sym__eq_custom] = ACTIONS(2235), + [sym__eq_eq_custom] = ACTIONS(2235), + [sym__plus_then_ws] = ACTIONS(2235), + [sym__minus_then_ws] = ACTIONS(2235), + [sym__bang_custom] = ACTIONS(2235), + [sym_default_keyword] = ACTIONS(2235), + [sym__as_custom] = ACTIONS(2235), + [sym__as_quest_custom] = ACTIONS(2235), + [sym__as_bang_custom] = ACTIONS(2235), + [sym__custom_operator] = ACTIONS(2235), + }, + [STATE(1236)] = { + [anon_sym_BANG] = ACTIONS(2655), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2657), + [anon_sym_package] = ACTIONS(2657), + [anon_sym_COMMA] = ACTIONS(2657), + [anon_sym_LPAREN] = ACTIONS(2657), + [anon_sym_LBRACK] = ACTIONS(2657), + [anon_sym_QMARK] = ACTIONS(2655), + [anon_sym_QMARK2] = ACTIONS(2657), + [anon_sym_AMP] = ACTIONS(2657), + [aux_sym_custom_operator_token1] = ACTIONS(2657), + [anon_sym_LT] = ACTIONS(2655), + [anon_sym_GT] = ACTIONS(2655), + [anon_sym_LBRACE] = ACTIONS(2657), + [anon_sym_CARET_LBRACE] = ACTIONS(2657), + [anon_sym_RBRACE] = ACTIONS(2657), + [anon_sym_case] = ACTIONS(2657), + [anon_sym_fallthrough] = ACTIONS(2657), + [anon_sym_PLUS_EQ] = ACTIONS(2657), + [anon_sym_DASH_EQ] = ACTIONS(2657), + [anon_sym_STAR_EQ] = ACTIONS(2657), + [anon_sym_SLASH_EQ] = ACTIONS(2657), + [anon_sym_PERCENT_EQ] = ACTIONS(2657), + [anon_sym_BANG_EQ] = ACTIONS(2655), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2657), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2657), + [anon_sym_LT_EQ] = ACTIONS(2657), + [anon_sym_GT_EQ] = ACTIONS(2657), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2657), + [anon_sym_DOT_DOT_LT] = ACTIONS(2657), + [anon_sym_is] = ACTIONS(2657), + [anon_sym_PLUS] = ACTIONS(2655), + [anon_sym_DASH] = ACTIONS(2655), + [anon_sym_STAR] = ACTIONS(2655), + [anon_sym_SLASH] = ACTIONS(2655), + [anon_sym_PERCENT] = ACTIONS(2655), + [anon_sym_PLUS_PLUS] = ACTIONS(2657), + [anon_sym_DASH_DASH] = ACTIONS(2657), + [anon_sym_PIPE] = ACTIONS(2657), + [anon_sym_CARET] = ACTIONS(2655), + [anon_sym_LT_LT] = ACTIONS(2657), + [anon_sym_GT_GT] = ACTIONS(2657), + [anon_sym_class] = ACTIONS(2657), + [anon_sym_prefix] = ACTIONS(2657), + [anon_sym_infix] = ACTIONS(2657), + [anon_sym_postfix] = ACTIONS(2657), + [anon_sym_AT] = ACTIONS(2655), + [anon_sym_override] = ACTIONS(2657), + [anon_sym_convenience] = ACTIONS(2657), + [anon_sym_required] = ACTIONS(2657), + [anon_sym_nonisolated] = ACTIONS(2657), + [anon_sym_public] = ACTIONS(2657), + [anon_sym_private] = ACTIONS(2657), + [anon_sym_internal] = ACTIONS(2657), + [anon_sym_fileprivate] = ACTIONS(2657), + [anon_sym_open] = ACTIONS(2657), + [anon_sym_mutating] = ACTIONS(2657), + [anon_sym_nonmutating] = ACTIONS(2657), + [anon_sym_static] = ACTIONS(2657), + [anon_sym_dynamic] = ACTIONS(2657), + [anon_sym_optional] = ACTIONS(2657), + [anon_sym_distributed] = ACTIONS(2657), + [anon_sym_final] = ACTIONS(2657), + [anon_sym_inout] = ACTIONS(2657), + [anon_sym_ATescaping] = ACTIONS(2657), + [anon_sym_ATautoclosure] = ACTIONS(2657), + [anon_sym_weak] = ACTIONS(2657), + [anon_sym_unowned] = ACTIONS(2655), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2657), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2657), + [anon_sym_borrowing] = ACTIONS(2657), + [anon_sym_consuming] = ACTIONS(2657), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2657), + [sym__explicit_semi] = ACTIONS(2657), + [sym__dot_custom] = ACTIONS(2657), + [sym__conjunction_operator_custom] = ACTIONS(2657), + [sym__disjunction_operator_custom] = ACTIONS(2657), + [sym__nil_coalescing_operator_custom] = ACTIONS(2657), + [sym__eq_custom] = ACTIONS(2657), + [sym__eq_eq_custom] = ACTIONS(2657), + [sym__plus_then_ws] = ACTIONS(2657), + [sym__minus_then_ws] = ACTIONS(2657), + [sym__bang_custom] = ACTIONS(2657), + [sym_default_keyword] = ACTIONS(2657), + [sym_where_keyword] = ACTIONS(2657), + [sym__as_custom] = ACTIONS(2657), + [sym__as_quest_custom] = ACTIONS(2657), + [sym__as_bang_custom] = ACTIONS(2657), + [sym__custom_operator] = ACTIONS(2657), + }, + [STATE(1237)] = { + [anon_sym_BANG] = ACTIONS(2659), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2661), + [anon_sym_package] = ACTIONS(2661), + [anon_sym_COMMA] = ACTIONS(2661), + [anon_sym_LPAREN] = ACTIONS(2661), + [anon_sym_LBRACK] = ACTIONS(2661), + [anon_sym_QMARK] = ACTIONS(2659), + [anon_sym_QMARK2] = ACTIONS(2661), + [anon_sym_AMP] = ACTIONS(2661), + [aux_sym_custom_operator_token1] = ACTIONS(2661), + [anon_sym_LT] = ACTIONS(2659), + [anon_sym_GT] = ACTIONS(2659), + [anon_sym_LBRACE] = ACTIONS(2661), + [anon_sym_CARET_LBRACE] = ACTIONS(2661), + [anon_sym_RBRACE] = ACTIONS(2661), + [anon_sym_case] = ACTIONS(2661), + [anon_sym_fallthrough] = ACTIONS(2661), + [anon_sym_PLUS_EQ] = ACTIONS(2661), + [anon_sym_DASH_EQ] = ACTIONS(2661), + [anon_sym_STAR_EQ] = ACTIONS(2661), + [anon_sym_SLASH_EQ] = ACTIONS(2661), + [anon_sym_PERCENT_EQ] = ACTIONS(2661), + [anon_sym_BANG_EQ] = ACTIONS(2659), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2661), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2661), + [anon_sym_LT_EQ] = ACTIONS(2661), + [anon_sym_GT_EQ] = ACTIONS(2661), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2661), + [anon_sym_DOT_DOT_LT] = ACTIONS(2661), + [anon_sym_is] = ACTIONS(2661), + [anon_sym_PLUS] = ACTIONS(2659), + [anon_sym_DASH] = ACTIONS(2659), + [anon_sym_STAR] = ACTIONS(2659), + [anon_sym_SLASH] = ACTIONS(2659), + [anon_sym_PERCENT] = ACTIONS(2659), + [anon_sym_PLUS_PLUS] = ACTIONS(2661), + [anon_sym_DASH_DASH] = ACTIONS(2661), + [anon_sym_PIPE] = ACTIONS(2661), + [anon_sym_CARET] = ACTIONS(2659), + [anon_sym_LT_LT] = ACTIONS(2661), + [anon_sym_GT_GT] = ACTIONS(2661), + [anon_sym_class] = ACTIONS(2661), + [anon_sym_prefix] = ACTIONS(2661), + [anon_sym_infix] = ACTIONS(2661), + [anon_sym_postfix] = ACTIONS(2661), + [anon_sym_AT] = ACTIONS(2659), + [anon_sym_override] = ACTIONS(2661), + [anon_sym_convenience] = ACTIONS(2661), + [anon_sym_required] = ACTIONS(2661), + [anon_sym_nonisolated] = ACTIONS(2661), + [anon_sym_public] = ACTIONS(2661), + [anon_sym_private] = ACTIONS(2661), + [anon_sym_internal] = ACTIONS(2661), + [anon_sym_fileprivate] = ACTIONS(2661), + [anon_sym_open] = ACTIONS(2661), + [anon_sym_mutating] = ACTIONS(2661), + [anon_sym_nonmutating] = ACTIONS(2661), + [anon_sym_static] = ACTIONS(2661), + [anon_sym_dynamic] = ACTIONS(2661), + [anon_sym_optional] = ACTIONS(2661), + [anon_sym_distributed] = ACTIONS(2661), + [anon_sym_final] = ACTIONS(2661), + [anon_sym_inout] = ACTIONS(2661), + [anon_sym_ATescaping] = ACTIONS(2661), + [anon_sym_ATautoclosure] = ACTIONS(2661), + [anon_sym_weak] = ACTIONS(2661), + [anon_sym_unowned] = ACTIONS(2659), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2661), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2661), + [anon_sym_borrowing] = ACTIONS(2661), + [anon_sym_consuming] = ACTIONS(2661), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2661), + [sym__explicit_semi] = ACTIONS(2661), + [sym__dot_custom] = ACTIONS(2661), + [sym__conjunction_operator_custom] = ACTIONS(2661), + [sym__disjunction_operator_custom] = ACTIONS(2661), + [sym__nil_coalescing_operator_custom] = ACTIONS(2661), + [sym__eq_custom] = ACTIONS(2661), + [sym__eq_eq_custom] = ACTIONS(2661), + [sym__plus_then_ws] = ACTIONS(2661), + [sym__minus_then_ws] = ACTIONS(2661), + [sym__bang_custom] = ACTIONS(2661), + [sym_default_keyword] = ACTIONS(2661), + [sym_where_keyword] = ACTIONS(2661), + [sym__as_custom] = ACTIONS(2661), + [sym__as_quest_custom] = ACTIONS(2661), + [sym__as_bang_custom] = ACTIONS(2661), + [sym__custom_operator] = ACTIONS(2661), + }, + [STATE(1238)] = { + [anon_sym_BANG] = ACTIONS(2699), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2701), + [anon_sym_package] = ACTIONS(2701), + [anon_sym_COMMA] = ACTIONS(2701), + [anon_sym_LPAREN] = ACTIONS(2701), + [anon_sym_LBRACK] = ACTIONS(2701), + [anon_sym_QMARK] = ACTIONS(2699), + [anon_sym_QMARK2] = ACTIONS(2701), + [anon_sym_AMP] = ACTIONS(2701), + [aux_sym_custom_operator_token1] = ACTIONS(2701), + [anon_sym_LT] = ACTIONS(2699), + [anon_sym_GT] = ACTIONS(2699), + [anon_sym_LBRACE] = ACTIONS(2701), + [anon_sym_CARET_LBRACE] = ACTIONS(2701), + [anon_sym_RBRACE] = ACTIONS(2701), + [anon_sym_case] = ACTIONS(2701), + [anon_sym_fallthrough] = ACTIONS(2701), + [anon_sym_PLUS_EQ] = ACTIONS(2701), + [anon_sym_DASH_EQ] = ACTIONS(2701), + [anon_sym_STAR_EQ] = ACTIONS(2701), + [anon_sym_SLASH_EQ] = ACTIONS(2701), + [anon_sym_PERCENT_EQ] = ACTIONS(2701), + [anon_sym_BANG_EQ] = ACTIONS(2699), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2701), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2701), + [anon_sym_LT_EQ] = ACTIONS(2701), + [anon_sym_GT_EQ] = ACTIONS(2701), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2701), + [anon_sym_DOT_DOT_LT] = ACTIONS(2701), + [anon_sym_is] = ACTIONS(2701), + [anon_sym_PLUS] = ACTIONS(2699), + [anon_sym_DASH] = ACTIONS(2699), + [anon_sym_STAR] = ACTIONS(2699), + [anon_sym_SLASH] = ACTIONS(2699), + [anon_sym_PERCENT] = ACTIONS(2699), + [anon_sym_PLUS_PLUS] = ACTIONS(2701), + [anon_sym_DASH_DASH] = ACTIONS(2701), + [anon_sym_PIPE] = ACTIONS(2701), + [anon_sym_CARET] = ACTIONS(2699), + [anon_sym_LT_LT] = ACTIONS(2701), + [anon_sym_GT_GT] = ACTIONS(2701), + [anon_sym_class] = ACTIONS(2701), + [anon_sym_prefix] = ACTIONS(2701), + [anon_sym_infix] = ACTIONS(2701), + [anon_sym_postfix] = ACTIONS(2701), + [anon_sym_AT] = ACTIONS(2699), + [anon_sym_override] = ACTIONS(2701), + [anon_sym_convenience] = ACTIONS(2701), + [anon_sym_required] = ACTIONS(2701), + [anon_sym_nonisolated] = ACTIONS(2701), + [anon_sym_public] = ACTIONS(2701), + [anon_sym_private] = ACTIONS(2701), + [anon_sym_internal] = ACTIONS(2701), + [anon_sym_fileprivate] = ACTIONS(2701), + [anon_sym_open] = ACTIONS(2701), + [anon_sym_mutating] = ACTIONS(2701), + [anon_sym_nonmutating] = ACTIONS(2701), + [anon_sym_static] = ACTIONS(2701), + [anon_sym_dynamic] = ACTIONS(2701), + [anon_sym_optional] = ACTIONS(2701), + [anon_sym_distributed] = ACTIONS(2701), + [anon_sym_final] = ACTIONS(2701), + [anon_sym_inout] = ACTIONS(2701), + [anon_sym_ATescaping] = ACTIONS(2701), + [anon_sym_ATautoclosure] = ACTIONS(2701), + [anon_sym_weak] = ACTIONS(2701), + [anon_sym_unowned] = ACTIONS(2699), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2701), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2701), + [anon_sym_borrowing] = ACTIONS(2701), + [anon_sym_consuming] = ACTIONS(2701), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2701), + [sym__explicit_semi] = ACTIONS(2701), + [sym__dot_custom] = ACTIONS(2701), + [sym__conjunction_operator_custom] = ACTIONS(2701), + [sym__disjunction_operator_custom] = ACTIONS(2701), + [sym__nil_coalescing_operator_custom] = ACTIONS(2701), + [sym__eq_custom] = ACTIONS(2701), + [sym__eq_eq_custom] = ACTIONS(2701), + [sym__plus_then_ws] = ACTIONS(2701), + [sym__minus_then_ws] = ACTIONS(2701), + [sym__bang_custom] = ACTIONS(2701), + [sym_default_keyword] = ACTIONS(2701), + [sym_where_keyword] = ACTIONS(2701), + [sym__as_custom] = ACTIONS(2701), + [sym__as_quest_custom] = ACTIONS(2701), + [sym__as_bang_custom] = ACTIONS(2701), + [sym__custom_operator] = ACTIONS(2701), + }, + [STATE(1239)] = { + [anon_sym_BANG] = ACTIONS(2284), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2286), + [anon_sym_package] = ACTIONS(2286), + [anon_sym_COMMA] = ACTIONS(2286), + [anon_sym_LPAREN] = ACTIONS(2286), + [anon_sym_LBRACK] = ACTIONS(2286), + [anon_sym_QMARK] = ACTIONS(2284), + [anon_sym_QMARK2] = ACTIONS(2286), + [anon_sym_AMP] = ACTIONS(2286), + [aux_sym_custom_operator_token1] = ACTIONS(2286), + [anon_sym_LT] = ACTIONS(2284), + [anon_sym_GT] = ACTIONS(2284), + [anon_sym_LBRACE] = ACTIONS(2286), + [anon_sym_CARET_LBRACE] = ACTIONS(2286), + [anon_sym_RBRACE] = ACTIONS(2286), + [anon_sym_case] = ACTIONS(2286), + [anon_sym_fallthrough] = ACTIONS(2286), + [anon_sym_PLUS_EQ] = ACTIONS(2286), + [anon_sym_DASH_EQ] = ACTIONS(2286), + [anon_sym_STAR_EQ] = ACTIONS(2286), + [anon_sym_SLASH_EQ] = ACTIONS(2286), + [anon_sym_PERCENT_EQ] = ACTIONS(2286), + [anon_sym_BANG_EQ] = ACTIONS(2284), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2286), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2286), + [anon_sym_LT_EQ] = ACTIONS(2286), + [anon_sym_GT_EQ] = ACTIONS(2286), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2286), + [anon_sym_DOT_DOT_LT] = ACTIONS(2286), + [anon_sym_is] = ACTIONS(2286), + [anon_sym_PLUS] = ACTIONS(2284), + [anon_sym_DASH] = ACTIONS(2284), + [anon_sym_STAR] = ACTIONS(2284), + [anon_sym_SLASH] = ACTIONS(2284), + [anon_sym_PERCENT] = ACTIONS(2284), + [anon_sym_PLUS_PLUS] = ACTIONS(2286), + [anon_sym_DASH_DASH] = ACTIONS(2286), + [anon_sym_PIPE] = ACTIONS(2286), + [anon_sym_CARET] = ACTIONS(2284), + [anon_sym_LT_LT] = ACTIONS(2286), + [anon_sym_GT_GT] = ACTIONS(2286), + [anon_sym_class] = ACTIONS(2286), + [anon_sym_prefix] = ACTIONS(2286), + [anon_sym_infix] = ACTIONS(2286), + [anon_sym_postfix] = ACTIONS(2286), + [anon_sym_AT] = ACTIONS(2284), + [anon_sym_override] = ACTIONS(2286), + [anon_sym_convenience] = ACTIONS(2286), + [anon_sym_required] = ACTIONS(2286), + [anon_sym_nonisolated] = ACTIONS(2286), + [anon_sym_public] = ACTIONS(2286), + [anon_sym_private] = ACTIONS(2286), + [anon_sym_internal] = ACTIONS(2286), + [anon_sym_fileprivate] = ACTIONS(2286), + [anon_sym_open] = ACTIONS(2286), + [anon_sym_mutating] = ACTIONS(2286), + [anon_sym_nonmutating] = ACTIONS(2286), + [anon_sym_static] = ACTIONS(2286), + [anon_sym_dynamic] = ACTIONS(2286), + [anon_sym_optional] = ACTIONS(2286), + [anon_sym_distributed] = ACTIONS(2286), + [anon_sym_final] = ACTIONS(2286), + [anon_sym_inout] = ACTIONS(2286), + [anon_sym_ATescaping] = ACTIONS(2286), + [anon_sym_ATautoclosure] = ACTIONS(2286), + [anon_sym_weak] = ACTIONS(2286), + [anon_sym_unowned] = ACTIONS(2284), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2286), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2286), + [anon_sym_borrowing] = ACTIONS(2286), + [anon_sym_consuming] = ACTIONS(2286), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2286), + [sym__explicit_semi] = ACTIONS(2286), + [sym__dot_custom] = ACTIONS(2286), + [sym__conjunction_operator_custom] = ACTIONS(2286), + [sym__disjunction_operator_custom] = ACTIONS(2286), + [sym__nil_coalescing_operator_custom] = ACTIONS(2286), + [sym__eq_custom] = ACTIONS(2286), + [sym__eq_eq_custom] = ACTIONS(2286), + [sym__plus_then_ws] = ACTIONS(2286), + [sym__minus_then_ws] = ACTIONS(2286), + [sym__bang_custom] = ACTIONS(2286), + [sym_default_keyword] = ACTIONS(2286), + [sym_where_keyword] = ACTIONS(2286), + [sym__as_custom] = ACTIONS(2286), + [sym__as_quest_custom] = ACTIONS(2286), + [sym__as_bang_custom] = ACTIONS(2286), + [sym__custom_operator] = ACTIONS(2286), + }, + [STATE(1240)] = { + [anon_sym_BANG] = ACTIONS(2435), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2437), + [anon_sym_package] = ACTIONS(2437), + [anon_sym_COMMA] = ACTIONS(2437), + [anon_sym_LPAREN] = ACTIONS(2437), + [anon_sym_LBRACK] = ACTIONS(2437), + [anon_sym_QMARK] = ACTIONS(2435), + [anon_sym_QMARK2] = ACTIONS(2437), + [anon_sym_AMP] = ACTIONS(2437), + [aux_sym_custom_operator_token1] = ACTIONS(2437), + [anon_sym_LT] = ACTIONS(2435), + [anon_sym_GT] = ACTIONS(2435), + [anon_sym_LBRACE] = ACTIONS(2437), + [anon_sym_CARET_LBRACE] = ACTIONS(2437), + [anon_sym_RBRACE] = ACTIONS(2437), + [anon_sym_case] = ACTIONS(2437), + [anon_sym_fallthrough] = ACTIONS(2437), + [anon_sym_PLUS_EQ] = ACTIONS(2437), + [anon_sym_DASH_EQ] = ACTIONS(2437), + [anon_sym_STAR_EQ] = ACTIONS(2437), + [anon_sym_SLASH_EQ] = ACTIONS(2437), + [anon_sym_PERCENT_EQ] = ACTIONS(2437), + [anon_sym_BANG_EQ] = ACTIONS(2435), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2437), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2437), + [anon_sym_LT_EQ] = ACTIONS(2437), + [anon_sym_GT_EQ] = ACTIONS(2437), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2437), + [anon_sym_DOT_DOT_LT] = ACTIONS(2437), + [anon_sym_is] = ACTIONS(2437), + [anon_sym_PLUS] = ACTIONS(2435), + [anon_sym_DASH] = ACTIONS(2435), + [anon_sym_STAR] = ACTIONS(2435), + [anon_sym_SLASH] = ACTIONS(2435), + [anon_sym_PERCENT] = ACTIONS(2435), + [anon_sym_PLUS_PLUS] = ACTIONS(2437), + [anon_sym_DASH_DASH] = ACTIONS(2437), + [anon_sym_PIPE] = ACTIONS(2437), + [anon_sym_CARET] = ACTIONS(2435), + [anon_sym_LT_LT] = ACTIONS(2437), + [anon_sym_GT_GT] = ACTIONS(2437), + [anon_sym_class] = ACTIONS(2437), + [anon_sym_prefix] = ACTIONS(2437), + [anon_sym_infix] = ACTIONS(2437), + [anon_sym_postfix] = ACTIONS(2437), + [anon_sym_AT] = ACTIONS(2435), + [anon_sym_override] = ACTIONS(2437), + [anon_sym_convenience] = ACTIONS(2437), + [anon_sym_required] = ACTIONS(2437), + [anon_sym_nonisolated] = ACTIONS(2437), + [anon_sym_public] = ACTIONS(2437), + [anon_sym_private] = ACTIONS(2437), + [anon_sym_internal] = ACTIONS(2437), + [anon_sym_fileprivate] = ACTIONS(2437), + [anon_sym_open] = ACTIONS(2437), + [anon_sym_mutating] = ACTIONS(2437), + [anon_sym_nonmutating] = ACTIONS(2437), + [anon_sym_static] = ACTIONS(2437), + [anon_sym_dynamic] = ACTIONS(2437), + [anon_sym_optional] = ACTIONS(2437), + [anon_sym_distributed] = ACTIONS(2437), + [anon_sym_final] = ACTIONS(2437), + [anon_sym_inout] = ACTIONS(2437), + [anon_sym_ATescaping] = ACTIONS(2437), + [anon_sym_ATautoclosure] = ACTIONS(2437), + [anon_sym_weak] = ACTIONS(2437), + [anon_sym_unowned] = ACTIONS(2435), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2437), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2437), + [anon_sym_borrowing] = ACTIONS(2437), + [anon_sym_consuming] = ACTIONS(2437), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2437), + [sym__explicit_semi] = ACTIONS(2437), + [sym__dot_custom] = ACTIONS(2437), + [sym__conjunction_operator_custom] = ACTIONS(2437), + [sym__disjunction_operator_custom] = ACTIONS(2437), + [sym__nil_coalescing_operator_custom] = ACTIONS(2437), + [sym__eq_custom] = ACTIONS(2437), + [sym__eq_eq_custom] = ACTIONS(2437), + [sym__plus_then_ws] = ACTIONS(2437), + [sym__minus_then_ws] = ACTIONS(2437), + [sym__bang_custom] = ACTIONS(2437), + [sym_default_keyword] = ACTIONS(2437), + [sym_where_keyword] = ACTIONS(2437), + [sym__as_custom] = ACTIONS(2437), + [sym__as_quest_custom] = ACTIONS(2437), + [sym__as_bang_custom] = ACTIONS(2437), + [sym__custom_operator] = ACTIONS(2437), + }, + [STATE(1241)] = { + [anon_sym_BANG] = ACTIONS(2443), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2445), + [anon_sym_package] = ACTIONS(2445), + [anon_sym_COMMA] = ACTIONS(2445), + [anon_sym_LPAREN] = ACTIONS(2445), + [anon_sym_LBRACK] = ACTIONS(2445), + [anon_sym_QMARK] = ACTIONS(2443), + [anon_sym_QMARK2] = ACTIONS(2445), + [anon_sym_AMP] = ACTIONS(2445), + [aux_sym_custom_operator_token1] = ACTIONS(2445), + [anon_sym_LT] = ACTIONS(2443), + [anon_sym_GT] = ACTIONS(2443), + [anon_sym_LBRACE] = ACTIONS(2445), + [anon_sym_CARET_LBRACE] = ACTIONS(2445), + [anon_sym_RBRACE] = ACTIONS(2445), + [anon_sym_case] = ACTIONS(2445), + [anon_sym_fallthrough] = ACTIONS(2445), + [anon_sym_PLUS_EQ] = ACTIONS(2445), + [anon_sym_DASH_EQ] = ACTIONS(2445), + [anon_sym_STAR_EQ] = ACTIONS(2445), + [anon_sym_SLASH_EQ] = ACTIONS(2445), + [anon_sym_PERCENT_EQ] = ACTIONS(2445), + [anon_sym_BANG_EQ] = ACTIONS(2443), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2445), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2445), + [anon_sym_LT_EQ] = ACTIONS(2445), + [anon_sym_GT_EQ] = ACTIONS(2445), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2445), + [anon_sym_DOT_DOT_LT] = ACTIONS(2445), + [anon_sym_is] = ACTIONS(2445), + [anon_sym_PLUS] = ACTIONS(2443), + [anon_sym_DASH] = ACTIONS(2443), + [anon_sym_STAR] = ACTIONS(2443), + [anon_sym_SLASH] = ACTIONS(2443), + [anon_sym_PERCENT] = ACTIONS(2443), + [anon_sym_PLUS_PLUS] = ACTIONS(2445), + [anon_sym_DASH_DASH] = ACTIONS(2445), + [anon_sym_PIPE] = ACTIONS(2445), + [anon_sym_CARET] = ACTIONS(2443), + [anon_sym_LT_LT] = ACTIONS(2445), + [anon_sym_GT_GT] = ACTIONS(2445), + [anon_sym_class] = ACTIONS(2445), + [anon_sym_prefix] = ACTIONS(2445), + [anon_sym_infix] = ACTIONS(2445), + [anon_sym_postfix] = ACTIONS(2445), + [anon_sym_AT] = ACTIONS(2443), + [anon_sym_override] = ACTIONS(2445), + [anon_sym_convenience] = ACTIONS(2445), + [anon_sym_required] = ACTIONS(2445), + [anon_sym_nonisolated] = ACTIONS(2445), + [anon_sym_public] = ACTIONS(2445), + [anon_sym_private] = ACTIONS(2445), + [anon_sym_internal] = ACTIONS(2445), + [anon_sym_fileprivate] = ACTIONS(2445), + [anon_sym_open] = ACTIONS(2445), + [anon_sym_mutating] = ACTIONS(2445), + [anon_sym_nonmutating] = ACTIONS(2445), + [anon_sym_static] = ACTIONS(2445), + [anon_sym_dynamic] = ACTIONS(2445), + [anon_sym_optional] = ACTIONS(2445), + [anon_sym_distributed] = ACTIONS(2445), + [anon_sym_final] = ACTIONS(2445), + [anon_sym_inout] = ACTIONS(2445), + [anon_sym_ATescaping] = ACTIONS(2445), + [anon_sym_ATautoclosure] = ACTIONS(2445), + [anon_sym_weak] = ACTIONS(2445), + [anon_sym_unowned] = ACTIONS(2443), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2445), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2445), + [anon_sym_borrowing] = ACTIONS(2445), + [anon_sym_consuming] = ACTIONS(2445), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2445), + [sym__explicit_semi] = ACTIONS(2445), + [sym__dot_custom] = ACTIONS(2445), + [sym__conjunction_operator_custom] = ACTIONS(2445), + [sym__disjunction_operator_custom] = ACTIONS(2445), + [sym__nil_coalescing_operator_custom] = ACTIONS(2445), + [sym__eq_custom] = ACTIONS(2445), + [sym__eq_eq_custom] = ACTIONS(2445), + [sym__plus_then_ws] = ACTIONS(2445), + [sym__minus_then_ws] = ACTIONS(2445), + [sym__bang_custom] = ACTIONS(2445), + [sym_default_keyword] = ACTIONS(2445), + [sym_where_keyword] = ACTIONS(2445), + [sym__as_custom] = ACTIONS(2445), + [sym__as_quest_custom] = ACTIONS(2445), + [sym__as_bang_custom] = ACTIONS(2445), + [sym__custom_operator] = ACTIONS(2445), + }, + [STATE(1242)] = { + [anon_sym_BANG] = ACTIONS(1777), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(1772), + [anon_sym_package] = ACTIONS(1772), + [anon_sym_COMMA] = ACTIONS(1772), + [anon_sym_LPAREN] = ACTIONS(1772), + [anon_sym_LBRACK] = ACTIONS(1772), + [anon_sym_QMARK] = ACTIONS(1777), + [anon_sym_QMARK2] = ACTIONS(1772), + [anon_sym_AMP] = ACTIONS(1772), + [aux_sym_custom_operator_token1] = ACTIONS(1772), + [anon_sym_LT] = ACTIONS(1777), + [anon_sym_GT] = ACTIONS(1777), + [anon_sym_LBRACE] = ACTIONS(1772), + [anon_sym_CARET_LBRACE] = ACTIONS(1772), + [anon_sym_RBRACE] = ACTIONS(1772), + [anon_sym_case] = ACTIONS(1772), + [anon_sym_fallthrough] = ACTIONS(1772), + [anon_sym_PLUS_EQ] = ACTIONS(1772), + [anon_sym_DASH_EQ] = ACTIONS(1772), + [anon_sym_STAR_EQ] = ACTIONS(1772), + [anon_sym_SLASH_EQ] = ACTIONS(1772), + [anon_sym_PERCENT_EQ] = ACTIONS(1772), + [anon_sym_BANG_EQ] = ACTIONS(1777), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1772), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1772), + [anon_sym_LT_EQ] = ACTIONS(1772), + [anon_sym_GT_EQ] = ACTIONS(1772), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1772), + [anon_sym_DOT_DOT_LT] = ACTIONS(1772), + [anon_sym_is] = ACTIONS(1772), + [anon_sym_PLUS] = ACTIONS(1777), + [anon_sym_DASH] = ACTIONS(1777), + [anon_sym_STAR] = ACTIONS(1777), + [anon_sym_SLASH] = ACTIONS(1777), + [anon_sym_PERCENT] = ACTIONS(1777), + [anon_sym_PLUS_PLUS] = ACTIONS(1772), + [anon_sym_DASH_DASH] = ACTIONS(1772), + [anon_sym_PIPE] = ACTIONS(1772), + [anon_sym_CARET] = ACTIONS(1777), + [anon_sym_LT_LT] = ACTIONS(1772), + [anon_sym_GT_GT] = ACTIONS(1772), + [anon_sym_class] = ACTIONS(1772), + [anon_sym_prefix] = ACTIONS(1772), + [anon_sym_infix] = ACTIONS(1772), + [anon_sym_postfix] = ACTIONS(1772), + [anon_sym_AT] = ACTIONS(1777), + [anon_sym_override] = ACTIONS(1772), + [anon_sym_convenience] = ACTIONS(1772), + [anon_sym_required] = ACTIONS(1772), + [anon_sym_nonisolated] = ACTIONS(1772), + [anon_sym_public] = ACTIONS(1772), + [anon_sym_private] = ACTIONS(1772), + [anon_sym_internal] = ACTIONS(1772), + [anon_sym_fileprivate] = ACTIONS(1772), + [anon_sym_open] = ACTIONS(1772), + [anon_sym_mutating] = ACTIONS(1772), + [anon_sym_nonmutating] = ACTIONS(1772), + [anon_sym_static] = ACTIONS(1772), + [anon_sym_dynamic] = ACTIONS(1772), + [anon_sym_optional] = ACTIONS(1772), + [anon_sym_distributed] = ACTIONS(1772), + [anon_sym_final] = ACTIONS(1772), + [anon_sym_inout] = ACTIONS(1772), + [anon_sym_ATescaping] = ACTIONS(1772), + [anon_sym_ATautoclosure] = ACTIONS(1772), + [anon_sym_weak] = ACTIONS(1772), + [anon_sym_unowned] = ACTIONS(1777), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(1772), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(1772), + [anon_sym_borrowing] = ACTIONS(1772), + [anon_sym_consuming] = ACTIONS(1772), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(1772), + [sym__explicit_semi] = ACTIONS(1772), + [sym__dot_custom] = ACTIONS(1772), + [sym__conjunction_operator_custom] = ACTIONS(1772), + [sym__disjunction_operator_custom] = ACTIONS(1772), + [sym__nil_coalescing_operator_custom] = ACTIONS(1772), + [sym__eq_custom] = ACTIONS(1772), + [sym__eq_eq_custom] = ACTIONS(1772), + [sym__plus_then_ws] = ACTIONS(1772), + [sym__minus_then_ws] = ACTIONS(1772), + [sym__bang_custom] = ACTIONS(1772), + [sym_default_keyword] = ACTIONS(1772), + [sym_where_keyword] = ACTIONS(1772), + [sym__as_custom] = ACTIONS(1772), + [sym__as_quest_custom] = ACTIONS(1772), + [sym__as_bang_custom] = ACTIONS(1772), + [sym__custom_operator] = ACTIONS(1772), + }, + [STATE(1243)] = { + [anon_sym_BANG] = ACTIONS(2419), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2421), + [anon_sym_package] = ACTIONS(2421), + [anon_sym_COMMA] = ACTIONS(2421), + [anon_sym_LPAREN] = ACTIONS(2421), + [anon_sym_LBRACK] = ACTIONS(2421), + [anon_sym_QMARK] = ACTIONS(2419), + [anon_sym_QMARK2] = ACTIONS(2421), + [anon_sym_AMP] = ACTIONS(2421), + [aux_sym_custom_operator_token1] = ACTIONS(2421), + [anon_sym_LT] = ACTIONS(2419), + [anon_sym_GT] = ACTIONS(2419), + [anon_sym_LBRACE] = ACTIONS(2421), + [anon_sym_CARET_LBRACE] = ACTIONS(2421), + [anon_sym_RBRACE] = ACTIONS(2421), + [anon_sym_case] = ACTIONS(2421), + [anon_sym_fallthrough] = ACTIONS(2421), + [anon_sym_PLUS_EQ] = ACTIONS(2421), + [anon_sym_DASH_EQ] = ACTIONS(2421), + [anon_sym_STAR_EQ] = ACTIONS(2421), + [anon_sym_SLASH_EQ] = ACTIONS(2421), + [anon_sym_PERCENT_EQ] = ACTIONS(2421), + [anon_sym_BANG_EQ] = ACTIONS(2419), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2421), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2421), + [anon_sym_LT_EQ] = ACTIONS(2421), + [anon_sym_GT_EQ] = ACTIONS(2421), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2421), + [anon_sym_DOT_DOT_LT] = ACTIONS(2421), + [anon_sym_is] = ACTIONS(2421), + [anon_sym_PLUS] = ACTIONS(2419), + [anon_sym_DASH] = ACTIONS(2419), + [anon_sym_STAR] = ACTIONS(2419), + [anon_sym_SLASH] = ACTIONS(2419), + [anon_sym_PERCENT] = ACTIONS(2419), + [anon_sym_PLUS_PLUS] = ACTIONS(2421), + [anon_sym_DASH_DASH] = ACTIONS(2421), + [anon_sym_PIPE] = ACTIONS(2421), + [anon_sym_CARET] = ACTIONS(2419), + [anon_sym_LT_LT] = ACTIONS(2421), + [anon_sym_GT_GT] = ACTIONS(2421), + [anon_sym_class] = ACTIONS(2421), + [anon_sym_prefix] = ACTIONS(2421), + [anon_sym_infix] = ACTIONS(2421), + [anon_sym_postfix] = ACTIONS(2421), + [anon_sym_AT] = ACTIONS(2419), + [anon_sym_override] = ACTIONS(2421), + [anon_sym_convenience] = ACTIONS(2421), + [anon_sym_required] = ACTIONS(2421), + [anon_sym_nonisolated] = ACTIONS(2421), + [anon_sym_public] = ACTIONS(2421), + [anon_sym_private] = ACTIONS(2421), + [anon_sym_internal] = ACTIONS(2421), + [anon_sym_fileprivate] = ACTIONS(2421), + [anon_sym_open] = ACTIONS(2421), + [anon_sym_mutating] = ACTIONS(2421), + [anon_sym_nonmutating] = ACTIONS(2421), + [anon_sym_static] = ACTIONS(2421), + [anon_sym_dynamic] = ACTIONS(2421), + [anon_sym_optional] = ACTIONS(2421), + [anon_sym_distributed] = ACTIONS(2421), + [anon_sym_final] = ACTIONS(2421), + [anon_sym_inout] = ACTIONS(2421), + [anon_sym_ATescaping] = ACTIONS(2421), + [anon_sym_ATautoclosure] = ACTIONS(2421), + [anon_sym_weak] = ACTIONS(2421), + [anon_sym_unowned] = ACTIONS(2419), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2421), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2421), + [anon_sym_borrowing] = ACTIONS(2421), + [anon_sym_consuming] = ACTIONS(2421), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2421), + [sym__explicit_semi] = ACTIONS(2421), + [sym__dot_custom] = ACTIONS(2421), + [sym__conjunction_operator_custom] = ACTIONS(2421), + [sym__disjunction_operator_custom] = ACTIONS(2421), + [sym__nil_coalescing_operator_custom] = ACTIONS(2421), + [sym__eq_custom] = ACTIONS(2421), + [sym__eq_eq_custom] = ACTIONS(2421), + [sym__plus_then_ws] = ACTIONS(2421), + [sym__minus_then_ws] = ACTIONS(2421), + [sym__bang_custom] = ACTIONS(2421), + [sym_default_keyword] = ACTIONS(2421), + [sym_where_keyword] = ACTIONS(2421), + [sym__as_custom] = ACTIONS(2421), + [sym__as_quest_custom] = ACTIONS(2421), + [sym__as_bang_custom] = ACTIONS(2421), + [sym__custom_operator] = ACTIONS(2421), + }, + [STATE(1244)] = { + [anon_sym_BANG] = ACTIONS(2354), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2356), + [anon_sym_package] = ACTIONS(2356), + [anon_sym_COMMA] = ACTIONS(2356), + [anon_sym_LPAREN] = ACTIONS(2356), + [anon_sym_LBRACK] = ACTIONS(2356), + [anon_sym_DOT] = ACTIONS(2354), + [anon_sym_QMARK] = ACTIONS(2354), + [anon_sym_QMARK2] = ACTIONS(2356), + [anon_sym_AMP] = ACTIONS(2356), + [aux_sym_custom_operator_token1] = ACTIONS(2356), + [anon_sym_LT] = ACTIONS(2354), + [anon_sym_GT] = ACTIONS(2354), + [anon_sym_LBRACE] = ACTIONS(2356), + [anon_sym_CARET_LBRACE] = ACTIONS(2356), + [anon_sym_RBRACE] = ACTIONS(2356), + [anon_sym_case] = ACTIONS(2356), + [anon_sym_fallthrough] = ACTIONS(2356), + [anon_sym_PLUS_EQ] = ACTIONS(2356), + [anon_sym_DASH_EQ] = ACTIONS(2356), + [anon_sym_STAR_EQ] = ACTIONS(2356), + [anon_sym_SLASH_EQ] = ACTIONS(2356), + [anon_sym_PERCENT_EQ] = ACTIONS(2356), + [anon_sym_BANG_EQ] = ACTIONS(2354), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2356), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2356), + [anon_sym_LT_EQ] = ACTIONS(2356), + [anon_sym_GT_EQ] = ACTIONS(2356), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2356), + [anon_sym_DOT_DOT_LT] = ACTIONS(2356), + [anon_sym_is] = ACTIONS(2356), + [anon_sym_PLUS] = ACTIONS(2354), + [anon_sym_DASH] = ACTIONS(2354), + [anon_sym_STAR] = ACTIONS(2354), + [anon_sym_SLASH] = ACTIONS(2354), + [anon_sym_PERCENT] = ACTIONS(2354), + [anon_sym_PLUS_PLUS] = ACTIONS(2356), + [anon_sym_DASH_DASH] = ACTIONS(2356), + [anon_sym_PIPE] = ACTIONS(2356), + [anon_sym_CARET] = ACTIONS(2354), + [anon_sym_LT_LT] = ACTIONS(2356), + [anon_sym_GT_GT] = ACTIONS(2356), + [anon_sym_class] = ACTIONS(2356), + [anon_sym_prefix] = ACTIONS(2356), + [anon_sym_infix] = ACTIONS(2356), + [anon_sym_postfix] = ACTIONS(2356), + [anon_sym_AT] = ACTIONS(2354), + [anon_sym_override] = ACTIONS(2356), + [anon_sym_convenience] = ACTIONS(2356), + [anon_sym_required] = ACTIONS(2356), + [anon_sym_nonisolated] = ACTIONS(2356), + [anon_sym_public] = ACTIONS(2356), + [anon_sym_private] = ACTIONS(2356), + [anon_sym_internal] = ACTIONS(2356), + [anon_sym_fileprivate] = ACTIONS(2356), + [anon_sym_open] = ACTIONS(2356), + [anon_sym_mutating] = ACTIONS(2356), + [anon_sym_nonmutating] = ACTIONS(2356), + [anon_sym_static] = ACTIONS(2356), + [anon_sym_dynamic] = ACTIONS(2356), + [anon_sym_optional] = ACTIONS(2356), + [anon_sym_distributed] = ACTIONS(2356), + [anon_sym_final] = ACTIONS(2356), + [anon_sym_inout] = ACTIONS(2356), + [anon_sym_ATescaping] = ACTIONS(2356), + [anon_sym_ATautoclosure] = ACTIONS(2356), + [anon_sym_weak] = ACTIONS(2356), + [anon_sym_unowned] = ACTIONS(2354), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2356), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2356), + [anon_sym_borrowing] = ACTIONS(2356), + [anon_sym_consuming] = ACTIONS(2356), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2356), + [sym__explicit_semi] = ACTIONS(2356), + [sym__dot_custom] = ACTIONS(2356), + [sym__conjunction_operator_custom] = ACTIONS(2356), + [sym__disjunction_operator_custom] = ACTIONS(2356), + [sym__nil_coalescing_operator_custom] = ACTIONS(2356), + [sym__eq_custom] = ACTIONS(2356), + [sym__eq_eq_custom] = ACTIONS(2356), + [sym__plus_then_ws] = ACTIONS(2356), + [sym__minus_then_ws] = ACTIONS(2356), + [sym__bang_custom] = ACTIONS(2356), + [sym_default_keyword] = ACTIONS(2356), + [sym__as_custom] = ACTIONS(2356), + [sym__as_quest_custom] = ACTIONS(2356), + [sym__as_bang_custom] = ACTIONS(2356), + [sym__custom_operator] = ACTIONS(2356), + }, + [STATE(1245)] = { + [anon_sym_BANG] = ACTIONS(2475), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2477), + [anon_sym_package] = ACTIONS(2477), + [anon_sym_COMMA] = ACTIONS(2477), + [anon_sym_LPAREN] = ACTIONS(2477), + [anon_sym_LBRACK] = ACTIONS(2477), + [anon_sym_QMARK] = ACTIONS(2475), + [anon_sym_QMARK2] = ACTIONS(2477), + [anon_sym_AMP] = ACTIONS(2477), + [aux_sym_custom_operator_token1] = ACTIONS(2477), + [anon_sym_LT] = ACTIONS(2475), + [anon_sym_GT] = ACTIONS(2475), + [anon_sym_LBRACE] = ACTIONS(2477), + [anon_sym_CARET_LBRACE] = ACTIONS(2477), + [anon_sym_RBRACE] = ACTIONS(2477), + [anon_sym_case] = ACTIONS(2477), + [anon_sym_fallthrough] = ACTIONS(2477), + [anon_sym_PLUS_EQ] = ACTIONS(2477), + [anon_sym_DASH_EQ] = ACTIONS(2477), + [anon_sym_STAR_EQ] = ACTIONS(2477), + [anon_sym_SLASH_EQ] = ACTIONS(2477), + [anon_sym_PERCENT_EQ] = ACTIONS(2477), + [anon_sym_BANG_EQ] = ACTIONS(2475), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2477), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2477), + [anon_sym_LT_EQ] = ACTIONS(2477), + [anon_sym_GT_EQ] = ACTIONS(2477), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2477), + [anon_sym_DOT_DOT_LT] = ACTIONS(2477), + [anon_sym_is] = ACTIONS(2477), + [anon_sym_PLUS] = ACTIONS(2475), + [anon_sym_DASH] = ACTIONS(2475), + [anon_sym_STAR] = ACTIONS(2475), + [anon_sym_SLASH] = ACTIONS(2475), + [anon_sym_PERCENT] = ACTIONS(2475), + [anon_sym_PLUS_PLUS] = ACTIONS(2477), + [anon_sym_DASH_DASH] = ACTIONS(2477), + [anon_sym_PIPE] = ACTIONS(2477), + [anon_sym_CARET] = ACTIONS(2475), + [anon_sym_LT_LT] = ACTIONS(2477), + [anon_sym_GT_GT] = ACTIONS(2477), + [anon_sym_class] = ACTIONS(2477), + [anon_sym_prefix] = ACTIONS(2477), + [anon_sym_infix] = ACTIONS(2477), + [anon_sym_postfix] = ACTIONS(2477), + [anon_sym_AT] = ACTIONS(2475), + [anon_sym_override] = ACTIONS(2477), + [anon_sym_convenience] = ACTIONS(2477), + [anon_sym_required] = ACTIONS(2477), + [anon_sym_nonisolated] = ACTIONS(2477), + [anon_sym_public] = ACTIONS(2477), + [anon_sym_private] = ACTIONS(2477), + [anon_sym_internal] = ACTIONS(2477), + [anon_sym_fileprivate] = ACTIONS(2477), + [anon_sym_open] = ACTIONS(2477), + [anon_sym_mutating] = ACTIONS(2477), + [anon_sym_nonmutating] = ACTIONS(2477), + [anon_sym_static] = ACTIONS(2477), + [anon_sym_dynamic] = ACTIONS(2477), + [anon_sym_optional] = ACTIONS(2477), + [anon_sym_distributed] = ACTIONS(2477), + [anon_sym_final] = ACTIONS(2477), + [anon_sym_inout] = ACTIONS(2477), + [anon_sym_ATescaping] = ACTIONS(2477), + [anon_sym_ATautoclosure] = ACTIONS(2477), + [anon_sym_weak] = ACTIONS(2477), + [anon_sym_unowned] = ACTIONS(2475), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2477), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2477), + [anon_sym_borrowing] = ACTIONS(2477), + [anon_sym_consuming] = ACTIONS(2477), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2477), + [sym__explicit_semi] = ACTIONS(2477), + [sym__dot_custom] = ACTIONS(2477), + [sym__conjunction_operator_custom] = ACTIONS(2477), + [sym__disjunction_operator_custom] = ACTIONS(2477), + [sym__nil_coalescing_operator_custom] = ACTIONS(2477), + [sym__eq_custom] = ACTIONS(2477), + [sym__eq_eq_custom] = ACTIONS(2477), + [sym__plus_then_ws] = ACTIONS(2477), + [sym__minus_then_ws] = ACTIONS(2477), + [sym__bang_custom] = ACTIONS(2477), + [sym_default_keyword] = ACTIONS(2477), + [sym_where_keyword] = ACTIONS(2477), + [sym__as_custom] = ACTIONS(2477), + [sym__as_quest_custom] = ACTIONS(2477), + [sym__as_bang_custom] = ACTIONS(2477), + [sym__custom_operator] = ACTIONS(2477), + }, + [STATE(1246)] = { + [anon_sym_BANG] = ACTIONS(2487), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2489), + [anon_sym_package] = ACTIONS(2489), + [anon_sym_COMMA] = ACTIONS(2489), + [anon_sym_LPAREN] = ACTIONS(2489), + [anon_sym_LBRACK] = ACTIONS(2489), + [anon_sym_QMARK] = ACTIONS(2487), + [anon_sym_QMARK2] = ACTIONS(2489), + [anon_sym_AMP] = ACTIONS(2489), + [aux_sym_custom_operator_token1] = ACTIONS(2489), + [anon_sym_LT] = ACTIONS(2487), + [anon_sym_GT] = ACTIONS(2487), + [anon_sym_LBRACE] = ACTIONS(2489), + [anon_sym_CARET_LBRACE] = ACTIONS(2489), + [anon_sym_RBRACE] = ACTIONS(2489), + [anon_sym_case] = ACTIONS(2489), + [anon_sym_fallthrough] = ACTIONS(2489), + [anon_sym_PLUS_EQ] = ACTIONS(2489), + [anon_sym_DASH_EQ] = ACTIONS(2489), + [anon_sym_STAR_EQ] = ACTIONS(2489), + [anon_sym_SLASH_EQ] = ACTIONS(2489), + [anon_sym_PERCENT_EQ] = ACTIONS(2489), + [anon_sym_BANG_EQ] = ACTIONS(2487), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2489), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2489), + [anon_sym_LT_EQ] = ACTIONS(2489), + [anon_sym_GT_EQ] = ACTIONS(2489), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2489), + [anon_sym_DOT_DOT_LT] = ACTIONS(2489), + [anon_sym_is] = ACTIONS(2489), + [anon_sym_PLUS] = ACTIONS(2487), + [anon_sym_DASH] = ACTIONS(2487), + [anon_sym_STAR] = ACTIONS(2487), + [anon_sym_SLASH] = ACTIONS(2487), + [anon_sym_PERCENT] = ACTIONS(2487), + [anon_sym_PLUS_PLUS] = ACTIONS(2489), + [anon_sym_DASH_DASH] = ACTIONS(2489), + [anon_sym_PIPE] = ACTIONS(2489), + [anon_sym_CARET] = ACTIONS(2487), + [anon_sym_LT_LT] = ACTIONS(2489), + [anon_sym_GT_GT] = ACTIONS(2489), + [anon_sym_class] = ACTIONS(2489), + [anon_sym_prefix] = ACTIONS(2489), + [anon_sym_infix] = ACTIONS(2489), + [anon_sym_postfix] = ACTIONS(2489), + [anon_sym_AT] = ACTIONS(2487), + [anon_sym_override] = ACTIONS(2489), + [anon_sym_convenience] = ACTIONS(2489), + [anon_sym_required] = ACTIONS(2489), + [anon_sym_nonisolated] = ACTIONS(2489), + [anon_sym_public] = ACTIONS(2489), + [anon_sym_private] = ACTIONS(2489), + [anon_sym_internal] = ACTIONS(2489), + [anon_sym_fileprivate] = ACTIONS(2489), + [anon_sym_open] = ACTIONS(2489), + [anon_sym_mutating] = ACTIONS(2489), + [anon_sym_nonmutating] = ACTIONS(2489), + [anon_sym_static] = ACTIONS(2489), + [anon_sym_dynamic] = ACTIONS(2489), + [anon_sym_optional] = ACTIONS(2489), + [anon_sym_distributed] = ACTIONS(2489), + [anon_sym_final] = ACTIONS(2489), + [anon_sym_inout] = ACTIONS(2489), + [anon_sym_ATescaping] = ACTIONS(2489), + [anon_sym_ATautoclosure] = ACTIONS(2489), + [anon_sym_weak] = ACTIONS(2489), + [anon_sym_unowned] = ACTIONS(2487), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2489), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2489), + [anon_sym_borrowing] = ACTIONS(2489), + [anon_sym_consuming] = ACTIONS(2489), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2489), + [sym__explicit_semi] = ACTIONS(2489), + [sym__dot_custom] = ACTIONS(2489), + [sym__conjunction_operator_custom] = ACTIONS(2489), + [sym__disjunction_operator_custom] = ACTIONS(2489), + [sym__nil_coalescing_operator_custom] = ACTIONS(2489), + [sym__eq_custom] = ACTIONS(2489), + [sym__eq_eq_custom] = ACTIONS(2489), + [sym__plus_then_ws] = ACTIONS(2489), + [sym__minus_then_ws] = ACTIONS(2489), + [sym__bang_custom] = ACTIONS(2489), + [sym_default_keyword] = ACTIONS(2489), + [sym_where_keyword] = ACTIONS(2489), + [sym__as_custom] = ACTIONS(2489), + [sym__as_quest_custom] = ACTIONS(2489), + [sym__as_bang_custom] = ACTIONS(2489), + [sym__custom_operator] = ACTIONS(2489), + }, + [STATE(1247)] = { + [anon_sym_BANG] = ACTIONS(2431), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2433), + [anon_sym_package] = ACTIONS(2433), + [anon_sym_COMMA] = ACTIONS(2433), + [anon_sym_LPAREN] = ACTIONS(2433), + [anon_sym_LBRACK] = ACTIONS(2433), + [anon_sym_QMARK] = ACTIONS(2431), + [anon_sym_QMARK2] = ACTIONS(2433), + [anon_sym_AMP] = ACTIONS(2433), + [aux_sym_custom_operator_token1] = ACTIONS(2433), + [anon_sym_LT] = ACTIONS(2431), + [anon_sym_GT] = ACTIONS(2431), + [anon_sym_LBRACE] = ACTIONS(2433), + [anon_sym_CARET_LBRACE] = ACTIONS(2433), + [anon_sym_RBRACE] = ACTIONS(2433), + [anon_sym_case] = ACTIONS(2433), + [anon_sym_fallthrough] = ACTIONS(2433), + [anon_sym_PLUS_EQ] = ACTIONS(2433), + [anon_sym_DASH_EQ] = ACTIONS(2433), + [anon_sym_STAR_EQ] = ACTIONS(2433), + [anon_sym_SLASH_EQ] = ACTIONS(2433), + [anon_sym_PERCENT_EQ] = ACTIONS(2433), + [anon_sym_BANG_EQ] = ACTIONS(2431), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2433), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2433), + [anon_sym_LT_EQ] = ACTIONS(2433), + [anon_sym_GT_EQ] = ACTIONS(2433), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2433), + [anon_sym_DOT_DOT_LT] = ACTIONS(2433), + [anon_sym_is] = ACTIONS(2433), + [anon_sym_PLUS] = ACTIONS(2431), + [anon_sym_DASH] = ACTIONS(2431), + [anon_sym_STAR] = ACTIONS(2431), + [anon_sym_SLASH] = ACTIONS(2431), + [anon_sym_PERCENT] = ACTIONS(2431), + [anon_sym_PLUS_PLUS] = ACTIONS(2433), + [anon_sym_DASH_DASH] = ACTIONS(2433), + [anon_sym_PIPE] = ACTIONS(2433), + [anon_sym_CARET] = ACTIONS(2431), + [anon_sym_LT_LT] = ACTIONS(2433), + [anon_sym_GT_GT] = ACTIONS(2433), + [anon_sym_class] = ACTIONS(2433), + [anon_sym_prefix] = ACTIONS(2433), + [anon_sym_infix] = ACTIONS(2433), + [anon_sym_postfix] = ACTIONS(2433), + [anon_sym_AT] = ACTIONS(2431), + [anon_sym_override] = ACTIONS(2433), + [anon_sym_convenience] = ACTIONS(2433), + [anon_sym_required] = ACTIONS(2433), + [anon_sym_nonisolated] = ACTIONS(2433), + [anon_sym_public] = ACTIONS(2433), + [anon_sym_private] = ACTIONS(2433), + [anon_sym_internal] = ACTIONS(2433), + [anon_sym_fileprivate] = ACTIONS(2433), + [anon_sym_open] = ACTIONS(2433), + [anon_sym_mutating] = ACTIONS(2433), + [anon_sym_nonmutating] = ACTIONS(2433), + [anon_sym_static] = ACTIONS(2433), + [anon_sym_dynamic] = ACTIONS(2433), + [anon_sym_optional] = ACTIONS(2433), + [anon_sym_distributed] = ACTIONS(2433), + [anon_sym_final] = ACTIONS(2433), + [anon_sym_inout] = ACTIONS(2433), + [anon_sym_ATescaping] = ACTIONS(2433), + [anon_sym_ATautoclosure] = ACTIONS(2433), + [anon_sym_weak] = ACTIONS(2433), + [anon_sym_unowned] = ACTIONS(2431), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2433), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2433), + [anon_sym_borrowing] = ACTIONS(2433), + [anon_sym_consuming] = ACTIONS(2433), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2433), + [sym__explicit_semi] = ACTIONS(2433), + [sym__dot_custom] = ACTIONS(2433), + [sym__conjunction_operator_custom] = ACTIONS(2433), + [sym__disjunction_operator_custom] = ACTIONS(2433), + [sym__nil_coalescing_operator_custom] = ACTIONS(2433), + [sym__eq_custom] = ACTIONS(2433), + [sym__eq_eq_custom] = ACTIONS(2433), + [sym__plus_then_ws] = ACTIONS(2433), + [sym__minus_then_ws] = ACTIONS(2433), + [sym__bang_custom] = ACTIONS(2433), + [sym_default_keyword] = ACTIONS(2433), + [sym_where_keyword] = ACTIONS(2433), + [sym__as_custom] = ACTIONS(2433), + [sym__as_quest_custom] = ACTIONS(2433), + [sym__as_bang_custom] = ACTIONS(2433), + [sym__custom_operator] = ACTIONS(2433), + }, + [STATE(1248)] = { + [anon_sym_BANG] = ACTIONS(2415), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2417), + [anon_sym_package] = ACTIONS(2417), + [anon_sym_COMMA] = ACTIONS(2417), + [anon_sym_LPAREN] = ACTIONS(2417), + [anon_sym_LBRACK] = ACTIONS(2417), + [anon_sym_QMARK] = ACTIONS(2415), + [anon_sym_QMARK2] = ACTIONS(2417), + [anon_sym_AMP] = ACTIONS(2417), + [aux_sym_custom_operator_token1] = ACTIONS(2417), + [anon_sym_LT] = ACTIONS(2415), + [anon_sym_GT] = ACTIONS(2415), + [anon_sym_LBRACE] = ACTIONS(2417), + [anon_sym_CARET_LBRACE] = ACTIONS(2417), + [anon_sym_RBRACE] = ACTIONS(2417), + [anon_sym_case] = ACTIONS(2417), + [anon_sym_fallthrough] = ACTIONS(2417), + [anon_sym_PLUS_EQ] = ACTIONS(2417), + [anon_sym_DASH_EQ] = ACTIONS(2417), + [anon_sym_STAR_EQ] = ACTIONS(2417), + [anon_sym_SLASH_EQ] = ACTIONS(2417), + [anon_sym_PERCENT_EQ] = ACTIONS(2417), + [anon_sym_BANG_EQ] = ACTIONS(2415), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2417), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2417), + [anon_sym_LT_EQ] = ACTIONS(2417), + [anon_sym_GT_EQ] = ACTIONS(2417), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2417), + [anon_sym_DOT_DOT_LT] = ACTIONS(2417), + [anon_sym_is] = ACTIONS(2417), + [anon_sym_PLUS] = ACTIONS(2415), + [anon_sym_DASH] = ACTIONS(2415), + [anon_sym_STAR] = ACTIONS(2415), + [anon_sym_SLASH] = ACTIONS(2415), + [anon_sym_PERCENT] = ACTIONS(2415), + [anon_sym_PLUS_PLUS] = ACTIONS(2417), + [anon_sym_DASH_DASH] = ACTIONS(2417), + [anon_sym_PIPE] = ACTIONS(2417), + [anon_sym_CARET] = ACTIONS(2415), + [anon_sym_LT_LT] = ACTIONS(2417), + [anon_sym_GT_GT] = ACTIONS(2417), + [anon_sym_class] = ACTIONS(2417), + [anon_sym_prefix] = ACTIONS(2417), + [anon_sym_infix] = ACTIONS(2417), + [anon_sym_postfix] = ACTIONS(2417), + [anon_sym_AT] = ACTIONS(2415), + [anon_sym_override] = ACTIONS(2417), + [anon_sym_convenience] = ACTIONS(2417), + [anon_sym_required] = ACTIONS(2417), + [anon_sym_nonisolated] = ACTIONS(2417), + [anon_sym_public] = ACTIONS(2417), + [anon_sym_private] = ACTIONS(2417), + [anon_sym_internal] = ACTIONS(2417), + [anon_sym_fileprivate] = ACTIONS(2417), + [anon_sym_open] = ACTIONS(2417), + [anon_sym_mutating] = ACTIONS(2417), + [anon_sym_nonmutating] = ACTIONS(2417), + [anon_sym_static] = ACTIONS(2417), + [anon_sym_dynamic] = ACTIONS(2417), + [anon_sym_optional] = ACTIONS(2417), + [anon_sym_distributed] = ACTIONS(2417), + [anon_sym_final] = ACTIONS(2417), + [anon_sym_inout] = ACTIONS(2417), + [anon_sym_ATescaping] = ACTIONS(2417), + [anon_sym_ATautoclosure] = ACTIONS(2417), + [anon_sym_weak] = ACTIONS(2417), + [anon_sym_unowned] = ACTIONS(2415), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2417), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2417), + [anon_sym_borrowing] = ACTIONS(2417), + [anon_sym_consuming] = ACTIONS(2417), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2417), + [sym__explicit_semi] = ACTIONS(2417), + [sym__dot_custom] = ACTIONS(2417), + [sym__conjunction_operator_custom] = ACTIONS(2417), + [sym__disjunction_operator_custom] = ACTIONS(2417), + [sym__nil_coalescing_operator_custom] = ACTIONS(2417), + [sym__eq_custom] = ACTIONS(2417), + [sym__eq_eq_custom] = ACTIONS(2417), + [sym__plus_then_ws] = ACTIONS(2417), + [sym__minus_then_ws] = ACTIONS(2417), + [sym__bang_custom] = ACTIONS(2417), + [sym_default_keyword] = ACTIONS(2417), + [sym_else] = ACTIONS(2417), + [sym__as_custom] = ACTIONS(2417), + [sym__as_quest_custom] = ACTIONS(2417), + [sym__as_bang_custom] = ACTIONS(2417), + [sym__custom_operator] = ACTIONS(2417), + }, + [STATE(1249)] = { + [anon_sym_BANG] = ACTIONS(2495), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2497), + [anon_sym_package] = ACTIONS(2497), + [anon_sym_COMMA] = ACTIONS(2497), + [anon_sym_LPAREN] = ACTIONS(2497), + [anon_sym_LBRACK] = ACTIONS(2497), + [anon_sym_QMARK] = ACTIONS(2495), + [anon_sym_QMARK2] = ACTIONS(2497), + [anon_sym_AMP] = ACTIONS(2497), + [aux_sym_custom_operator_token1] = ACTIONS(2497), + [anon_sym_LT] = ACTIONS(2495), + [anon_sym_GT] = ACTIONS(2495), + [anon_sym_LBRACE] = ACTIONS(2497), + [anon_sym_CARET_LBRACE] = ACTIONS(2497), + [anon_sym_RBRACE] = ACTIONS(2497), + [anon_sym_case] = ACTIONS(2497), + [anon_sym_fallthrough] = ACTIONS(2497), + [anon_sym_PLUS_EQ] = ACTIONS(2497), + [anon_sym_DASH_EQ] = ACTIONS(2497), + [anon_sym_STAR_EQ] = ACTIONS(2497), + [anon_sym_SLASH_EQ] = ACTIONS(2497), + [anon_sym_PERCENT_EQ] = ACTIONS(2497), + [anon_sym_BANG_EQ] = ACTIONS(2495), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2497), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2497), + [anon_sym_LT_EQ] = ACTIONS(2497), + [anon_sym_GT_EQ] = ACTIONS(2497), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2497), + [anon_sym_DOT_DOT_LT] = ACTIONS(2497), + [anon_sym_is] = ACTIONS(2497), + [anon_sym_PLUS] = ACTIONS(2495), + [anon_sym_DASH] = ACTIONS(2495), + [anon_sym_STAR] = ACTIONS(2495), + [anon_sym_SLASH] = ACTIONS(2495), + [anon_sym_PERCENT] = ACTIONS(2495), + [anon_sym_PLUS_PLUS] = ACTIONS(2497), + [anon_sym_DASH_DASH] = ACTIONS(2497), + [anon_sym_PIPE] = ACTIONS(2497), + [anon_sym_CARET] = ACTIONS(2495), + [anon_sym_LT_LT] = ACTIONS(2497), + [anon_sym_GT_GT] = ACTIONS(2497), + [anon_sym_class] = ACTIONS(2497), + [anon_sym_prefix] = ACTIONS(2497), + [anon_sym_infix] = ACTIONS(2497), + [anon_sym_postfix] = ACTIONS(2497), + [anon_sym_AT] = ACTIONS(2495), + [anon_sym_override] = ACTIONS(2497), + [anon_sym_convenience] = ACTIONS(2497), + [anon_sym_required] = ACTIONS(2497), + [anon_sym_nonisolated] = ACTIONS(2497), + [anon_sym_public] = ACTIONS(2497), + [anon_sym_private] = ACTIONS(2497), + [anon_sym_internal] = ACTIONS(2497), + [anon_sym_fileprivate] = ACTIONS(2497), + [anon_sym_open] = ACTIONS(2497), + [anon_sym_mutating] = ACTIONS(2497), + [anon_sym_nonmutating] = ACTIONS(2497), + [anon_sym_static] = ACTIONS(2497), + [anon_sym_dynamic] = ACTIONS(2497), + [anon_sym_optional] = ACTIONS(2497), + [anon_sym_distributed] = ACTIONS(2497), + [anon_sym_final] = ACTIONS(2497), + [anon_sym_inout] = ACTIONS(2497), + [anon_sym_ATescaping] = ACTIONS(2497), + [anon_sym_ATautoclosure] = ACTIONS(2497), + [anon_sym_weak] = ACTIONS(2497), + [anon_sym_unowned] = ACTIONS(2495), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2497), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2497), + [anon_sym_borrowing] = ACTIONS(2497), + [anon_sym_consuming] = ACTIONS(2497), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2497), + [sym__explicit_semi] = ACTIONS(2497), + [sym__dot_custom] = ACTIONS(2497), + [sym__conjunction_operator_custom] = ACTIONS(2497), + [sym__disjunction_operator_custom] = ACTIONS(2497), + [sym__nil_coalescing_operator_custom] = ACTIONS(2497), + [sym__eq_custom] = ACTIONS(2497), + [sym__eq_eq_custom] = ACTIONS(2497), + [sym__plus_then_ws] = ACTIONS(2497), + [sym__minus_then_ws] = ACTIONS(2497), + [sym__bang_custom] = ACTIONS(2497), + [sym_default_keyword] = ACTIONS(2497), + [sym_where_keyword] = ACTIONS(2497), + [sym__as_custom] = ACTIONS(2497), + [sym__as_quest_custom] = ACTIONS(2497), + [sym__as_bang_custom] = ACTIONS(2497), + [sym__custom_operator] = ACTIONS(2497), + }, + [STATE(1250)] = { + [anon_sym_BANG] = ACTIONS(2389), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2391), + [anon_sym_package] = ACTIONS(2391), + [anon_sym_COMMA] = ACTIONS(2391), + [anon_sym_LPAREN] = ACTIONS(2391), + [anon_sym_LBRACK] = ACTIONS(2391), + [anon_sym_QMARK] = ACTIONS(2389), + [anon_sym_QMARK2] = ACTIONS(2391), + [anon_sym_AMP] = ACTIONS(2391), + [aux_sym_custom_operator_token1] = ACTIONS(2391), + [anon_sym_LT] = ACTIONS(2389), + [anon_sym_GT] = ACTIONS(2389), + [anon_sym_LBRACE] = ACTIONS(2391), + [anon_sym_CARET_LBRACE] = ACTIONS(2391), + [anon_sym_RBRACE] = ACTIONS(2391), + [anon_sym_case] = ACTIONS(2391), + [anon_sym_fallthrough] = ACTIONS(2391), + [anon_sym_PLUS_EQ] = ACTIONS(2391), + [anon_sym_DASH_EQ] = ACTIONS(2391), + [anon_sym_STAR_EQ] = ACTIONS(2391), + [anon_sym_SLASH_EQ] = ACTIONS(2391), + [anon_sym_PERCENT_EQ] = ACTIONS(2391), + [anon_sym_BANG_EQ] = ACTIONS(2389), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2391), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2391), + [anon_sym_LT_EQ] = ACTIONS(2391), + [anon_sym_GT_EQ] = ACTIONS(2391), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2391), + [anon_sym_DOT_DOT_LT] = ACTIONS(2391), + [anon_sym_is] = ACTIONS(2391), + [anon_sym_PLUS] = ACTIONS(2389), + [anon_sym_DASH] = ACTIONS(2389), + [anon_sym_STAR] = ACTIONS(2389), + [anon_sym_SLASH] = ACTIONS(2389), + [anon_sym_PERCENT] = ACTIONS(2389), + [anon_sym_PLUS_PLUS] = ACTIONS(2391), + [anon_sym_DASH_DASH] = ACTIONS(2391), + [anon_sym_PIPE] = ACTIONS(2391), + [anon_sym_CARET] = ACTIONS(2389), + [anon_sym_LT_LT] = ACTIONS(2391), + [anon_sym_GT_GT] = ACTIONS(2391), + [anon_sym_class] = ACTIONS(2391), + [anon_sym_prefix] = ACTIONS(2391), + [anon_sym_infix] = ACTIONS(2391), + [anon_sym_postfix] = ACTIONS(2391), + [anon_sym_AT] = ACTIONS(2389), + [anon_sym_override] = ACTIONS(2391), + [anon_sym_convenience] = ACTIONS(2391), + [anon_sym_required] = ACTIONS(2391), + [anon_sym_nonisolated] = ACTIONS(2391), + [anon_sym_public] = ACTIONS(2391), + [anon_sym_private] = ACTIONS(2391), + [anon_sym_internal] = ACTIONS(2391), + [anon_sym_fileprivate] = ACTIONS(2391), + [anon_sym_open] = ACTIONS(2391), + [anon_sym_mutating] = ACTIONS(2391), + [anon_sym_nonmutating] = ACTIONS(2391), + [anon_sym_static] = ACTIONS(2391), + [anon_sym_dynamic] = ACTIONS(2391), + [anon_sym_optional] = ACTIONS(2391), + [anon_sym_distributed] = ACTIONS(2391), + [anon_sym_final] = ACTIONS(2391), + [anon_sym_inout] = ACTIONS(2391), + [anon_sym_ATescaping] = ACTIONS(2391), + [anon_sym_ATautoclosure] = ACTIONS(2391), + [anon_sym_weak] = ACTIONS(2391), + [anon_sym_unowned] = ACTIONS(2389), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2391), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2391), + [anon_sym_borrowing] = ACTIONS(2391), + [anon_sym_consuming] = ACTIONS(2391), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2391), + [sym__explicit_semi] = ACTIONS(2391), + [sym__dot_custom] = ACTIONS(2391), + [sym__conjunction_operator_custom] = ACTIONS(2391), + [sym__disjunction_operator_custom] = ACTIONS(2391), + [sym__nil_coalescing_operator_custom] = ACTIONS(2391), + [sym__eq_custom] = ACTIONS(2391), + [sym__eq_eq_custom] = ACTIONS(2391), + [sym__plus_then_ws] = ACTIONS(2391), + [sym__minus_then_ws] = ACTIONS(2391), + [sym__bang_custom] = ACTIONS(2391), + [sym_default_keyword] = ACTIONS(2391), + [sym_else] = ACTIONS(3413), + [sym__as_custom] = ACTIONS(2391), + [sym__as_quest_custom] = ACTIONS(2391), + [sym__as_bang_custom] = ACTIONS(2391), + [sym__custom_operator] = ACTIONS(2391), + }, + [STATE(1251)] = { + [anon_sym_BANG] = ACTIONS(2405), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2407), + [anon_sym_package] = ACTIONS(2407), + [anon_sym_COMMA] = ACTIONS(2407), + [anon_sym_LPAREN] = ACTIONS(2407), + [anon_sym_LBRACK] = ACTIONS(2407), + [anon_sym_QMARK] = ACTIONS(2405), + [anon_sym_QMARK2] = ACTIONS(2407), + [anon_sym_AMP] = ACTIONS(2407), + [aux_sym_custom_operator_token1] = ACTIONS(2407), + [anon_sym_LT] = ACTIONS(2405), + [anon_sym_GT] = ACTIONS(2405), + [anon_sym_LBRACE] = ACTIONS(2407), + [anon_sym_CARET_LBRACE] = ACTIONS(2407), + [anon_sym_RBRACE] = ACTIONS(2407), + [anon_sym_case] = ACTIONS(2407), + [anon_sym_fallthrough] = ACTIONS(2407), + [anon_sym_PLUS_EQ] = ACTIONS(2407), + [anon_sym_DASH_EQ] = ACTIONS(2407), + [anon_sym_STAR_EQ] = ACTIONS(2407), + [anon_sym_SLASH_EQ] = ACTIONS(2407), + [anon_sym_PERCENT_EQ] = ACTIONS(2407), + [anon_sym_BANG_EQ] = ACTIONS(2405), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2407), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2407), + [anon_sym_LT_EQ] = ACTIONS(2407), + [anon_sym_GT_EQ] = ACTIONS(2407), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2407), + [anon_sym_DOT_DOT_LT] = ACTIONS(2407), + [anon_sym_is] = ACTIONS(2407), + [anon_sym_PLUS] = ACTIONS(2405), + [anon_sym_DASH] = ACTIONS(2405), + [anon_sym_STAR] = ACTIONS(2405), + [anon_sym_SLASH] = ACTIONS(2405), + [anon_sym_PERCENT] = ACTIONS(2405), + [anon_sym_PLUS_PLUS] = ACTIONS(2407), + [anon_sym_DASH_DASH] = ACTIONS(2407), + [anon_sym_PIPE] = ACTIONS(2407), + [anon_sym_CARET] = ACTIONS(2405), + [anon_sym_LT_LT] = ACTIONS(2407), + [anon_sym_GT_GT] = ACTIONS(2407), + [anon_sym_class] = ACTIONS(2407), + [anon_sym_prefix] = ACTIONS(2407), + [anon_sym_infix] = ACTIONS(2407), + [anon_sym_postfix] = ACTIONS(2407), + [anon_sym_AT] = ACTIONS(2405), + [anon_sym_override] = ACTIONS(2407), + [anon_sym_convenience] = ACTIONS(2407), + [anon_sym_required] = ACTIONS(2407), + [anon_sym_nonisolated] = ACTIONS(2407), + [anon_sym_public] = ACTIONS(2407), + [anon_sym_private] = ACTIONS(2407), + [anon_sym_internal] = ACTIONS(2407), + [anon_sym_fileprivate] = ACTIONS(2407), + [anon_sym_open] = ACTIONS(2407), + [anon_sym_mutating] = ACTIONS(2407), + [anon_sym_nonmutating] = ACTIONS(2407), + [anon_sym_static] = ACTIONS(2407), + [anon_sym_dynamic] = ACTIONS(2407), + [anon_sym_optional] = ACTIONS(2407), + [anon_sym_distributed] = ACTIONS(2407), + [anon_sym_final] = ACTIONS(2407), + [anon_sym_inout] = ACTIONS(2407), + [anon_sym_ATescaping] = ACTIONS(2407), + [anon_sym_ATautoclosure] = ACTIONS(2407), + [anon_sym_weak] = ACTIONS(2407), + [anon_sym_unowned] = ACTIONS(2405), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2407), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2407), + [anon_sym_borrowing] = ACTIONS(2407), + [anon_sym_consuming] = ACTIONS(2407), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2407), + [sym__explicit_semi] = ACTIONS(2407), + [sym__dot_custom] = ACTIONS(2407), + [sym__conjunction_operator_custom] = ACTIONS(2407), + [sym__disjunction_operator_custom] = ACTIONS(2407), + [sym__nil_coalescing_operator_custom] = ACTIONS(2407), + [sym__eq_custom] = ACTIONS(2407), + [sym__eq_eq_custom] = ACTIONS(2407), + [sym__plus_then_ws] = ACTIONS(2407), + [sym__minus_then_ws] = ACTIONS(2407), + [sym__bang_custom] = ACTIONS(2407), + [sym_default_keyword] = ACTIONS(2407), + [sym_where_keyword] = ACTIONS(2407), + [sym__as_custom] = ACTIONS(2407), + [sym__as_quest_custom] = ACTIONS(2407), + [sym__as_bang_custom] = ACTIONS(2407), + [sym__custom_operator] = ACTIONS(2407), + }, + [STATE(1252)] = { + [anon_sym_BANG] = ACTIONS(2395), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2397), + [anon_sym_package] = ACTIONS(2397), + [anon_sym_COMMA] = ACTIONS(2397), + [anon_sym_LPAREN] = ACTIONS(2397), + [anon_sym_LBRACK] = ACTIONS(2397), + [anon_sym_QMARK] = ACTIONS(2395), + [anon_sym_QMARK2] = ACTIONS(2397), + [anon_sym_AMP] = ACTIONS(2397), + [aux_sym_custom_operator_token1] = ACTIONS(2397), + [anon_sym_LT] = ACTIONS(2395), + [anon_sym_GT] = ACTIONS(2395), + [anon_sym_LBRACE] = ACTIONS(2397), + [anon_sym_CARET_LBRACE] = ACTIONS(2397), + [anon_sym_RBRACE] = ACTIONS(2397), + [anon_sym_case] = ACTIONS(2397), + [anon_sym_fallthrough] = ACTIONS(2397), + [anon_sym_PLUS_EQ] = ACTIONS(2397), + [anon_sym_DASH_EQ] = ACTIONS(2397), + [anon_sym_STAR_EQ] = ACTIONS(2397), + [anon_sym_SLASH_EQ] = ACTIONS(2397), + [anon_sym_PERCENT_EQ] = ACTIONS(2397), + [anon_sym_BANG_EQ] = ACTIONS(2395), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2397), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2397), + [anon_sym_LT_EQ] = ACTIONS(2397), + [anon_sym_GT_EQ] = ACTIONS(2397), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2397), + [anon_sym_DOT_DOT_LT] = ACTIONS(2397), + [anon_sym_is] = ACTIONS(2397), + [anon_sym_PLUS] = ACTIONS(2395), + [anon_sym_DASH] = ACTIONS(2395), + [anon_sym_STAR] = ACTIONS(2395), + [anon_sym_SLASH] = ACTIONS(2395), + [anon_sym_PERCENT] = ACTIONS(2395), + [anon_sym_PLUS_PLUS] = ACTIONS(2397), + [anon_sym_DASH_DASH] = ACTIONS(2397), + [anon_sym_PIPE] = ACTIONS(2397), + [anon_sym_CARET] = ACTIONS(2395), + [anon_sym_LT_LT] = ACTIONS(2397), + [anon_sym_GT_GT] = ACTIONS(2397), + [anon_sym_class] = ACTIONS(2397), + [anon_sym_prefix] = ACTIONS(2397), + [anon_sym_infix] = ACTIONS(2397), + [anon_sym_postfix] = ACTIONS(2397), + [anon_sym_AT] = ACTIONS(2395), + [anon_sym_override] = ACTIONS(2397), + [anon_sym_convenience] = ACTIONS(2397), + [anon_sym_required] = ACTIONS(2397), + [anon_sym_nonisolated] = ACTIONS(2397), + [anon_sym_public] = ACTIONS(2397), + [anon_sym_private] = ACTIONS(2397), + [anon_sym_internal] = ACTIONS(2397), + [anon_sym_fileprivate] = ACTIONS(2397), + [anon_sym_open] = ACTIONS(2397), + [anon_sym_mutating] = ACTIONS(2397), + [anon_sym_nonmutating] = ACTIONS(2397), + [anon_sym_static] = ACTIONS(2397), + [anon_sym_dynamic] = ACTIONS(2397), + [anon_sym_optional] = ACTIONS(2397), + [anon_sym_distributed] = ACTIONS(2397), + [anon_sym_final] = ACTIONS(2397), + [anon_sym_inout] = ACTIONS(2397), + [anon_sym_ATescaping] = ACTIONS(2397), + [anon_sym_ATautoclosure] = ACTIONS(2397), + [anon_sym_weak] = ACTIONS(2397), + [anon_sym_unowned] = ACTIONS(2395), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2397), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2397), + [anon_sym_borrowing] = ACTIONS(2397), + [anon_sym_consuming] = ACTIONS(2397), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2397), + [sym__explicit_semi] = ACTIONS(2397), + [sym__dot_custom] = ACTIONS(2397), + [sym__conjunction_operator_custom] = ACTIONS(2397), + [sym__disjunction_operator_custom] = ACTIONS(2397), + [sym__nil_coalescing_operator_custom] = ACTIONS(2397), + [sym__eq_custom] = ACTIONS(2397), + [sym__eq_eq_custom] = ACTIONS(2397), + [sym__plus_then_ws] = ACTIONS(2397), + [sym__minus_then_ws] = ACTIONS(2397), + [sym__bang_custom] = ACTIONS(2397), + [sym_default_keyword] = ACTIONS(2397), + [sym_else] = ACTIONS(2397), + [sym__as_custom] = ACTIONS(2397), + [sym__as_quest_custom] = ACTIONS(2397), + [sym__as_bang_custom] = ACTIONS(2397), + [sym__custom_operator] = ACTIONS(2397), + }, + [STATE(1253)] = { + [anon_sym_BANG] = ACTIONS(2399), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2401), + [anon_sym_package] = ACTIONS(2401), + [anon_sym_COMMA] = ACTIONS(2401), + [anon_sym_LPAREN] = ACTIONS(2401), + [anon_sym_LBRACK] = ACTIONS(2401), + [anon_sym_QMARK] = ACTIONS(2399), + [anon_sym_QMARK2] = ACTIONS(2401), + [anon_sym_AMP] = ACTIONS(2401), + [aux_sym_custom_operator_token1] = ACTIONS(2401), + [anon_sym_LT] = ACTIONS(2399), + [anon_sym_GT] = ACTIONS(2399), + [anon_sym_LBRACE] = ACTIONS(2401), + [anon_sym_CARET_LBRACE] = ACTIONS(2401), + [anon_sym_RBRACE] = ACTIONS(2401), + [anon_sym_case] = ACTIONS(2401), + [anon_sym_fallthrough] = ACTIONS(2401), + [anon_sym_PLUS_EQ] = ACTIONS(2401), + [anon_sym_DASH_EQ] = ACTIONS(2401), + [anon_sym_STAR_EQ] = ACTIONS(2401), + [anon_sym_SLASH_EQ] = ACTIONS(2401), + [anon_sym_PERCENT_EQ] = ACTIONS(2401), + [anon_sym_BANG_EQ] = ACTIONS(2399), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2401), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2401), + [anon_sym_LT_EQ] = ACTIONS(2401), + [anon_sym_GT_EQ] = ACTIONS(2401), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2401), + [anon_sym_DOT_DOT_LT] = ACTIONS(2401), + [anon_sym_is] = ACTIONS(2401), + [anon_sym_PLUS] = ACTIONS(2399), + [anon_sym_DASH] = ACTIONS(2399), + [anon_sym_STAR] = ACTIONS(2399), + [anon_sym_SLASH] = ACTIONS(2399), + [anon_sym_PERCENT] = ACTIONS(2399), + [anon_sym_PLUS_PLUS] = ACTIONS(2401), + [anon_sym_DASH_DASH] = ACTIONS(2401), + [anon_sym_PIPE] = ACTIONS(2401), + [anon_sym_CARET] = ACTIONS(2399), + [anon_sym_LT_LT] = ACTIONS(2401), + [anon_sym_GT_GT] = ACTIONS(2401), + [anon_sym_class] = ACTIONS(2401), + [anon_sym_prefix] = ACTIONS(2401), + [anon_sym_infix] = ACTIONS(2401), + [anon_sym_postfix] = ACTIONS(2401), + [anon_sym_AT] = ACTIONS(2399), + [anon_sym_override] = ACTIONS(2401), + [anon_sym_convenience] = ACTIONS(2401), + [anon_sym_required] = ACTIONS(2401), + [anon_sym_nonisolated] = ACTIONS(2401), + [anon_sym_public] = ACTIONS(2401), + [anon_sym_private] = ACTIONS(2401), + [anon_sym_internal] = ACTIONS(2401), + [anon_sym_fileprivate] = ACTIONS(2401), + [anon_sym_open] = ACTIONS(2401), + [anon_sym_mutating] = ACTIONS(2401), + [anon_sym_nonmutating] = ACTIONS(2401), + [anon_sym_static] = ACTIONS(2401), + [anon_sym_dynamic] = ACTIONS(2401), + [anon_sym_optional] = ACTIONS(2401), + [anon_sym_distributed] = ACTIONS(2401), + [anon_sym_final] = ACTIONS(2401), + [anon_sym_inout] = ACTIONS(2401), + [anon_sym_ATescaping] = ACTIONS(2401), + [anon_sym_ATautoclosure] = ACTIONS(2401), + [anon_sym_weak] = ACTIONS(2401), + [anon_sym_unowned] = ACTIONS(2399), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2401), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2401), + [anon_sym_borrowing] = ACTIONS(2401), + [anon_sym_consuming] = ACTIONS(2401), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2401), + [sym__explicit_semi] = ACTIONS(2401), + [sym__dot_custom] = ACTIONS(2401), + [sym__conjunction_operator_custom] = ACTIONS(2401), + [sym__disjunction_operator_custom] = ACTIONS(2401), + [sym__nil_coalescing_operator_custom] = ACTIONS(2401), + [sym__eq_custom] = ACTIONS(2401), + [sym__eq_eq_custom] = ACTIONS(2401), + [sym__plus_then_ws] = ACTIONS(2401), + [sym__minus_then_ws] = ACTIONS(2401), + [sym__bang_custom] = ACTIONS(2401), + [sym_default_keyword] = ACTIONS(2401), + [sym_else] = ACTIONS(3415), + [sym__as_custom] = ACTIONS(2401), + [sym__as_quest_custom] = ACTIONS(2401), + [sym__as_bang_custom] = ACTIONS(2401), + [sym__custom_operator] = ACTIONS(2401), + }, + [STATE(1254)] = { + [anon_sym_BANG] = ACTIONS(2491), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2493), + [anon_sym_package] = ACTIONS(2493), + [anon_sym_COMMA] = ACTIONS(2493), + [anon_sym_LPAREN] = ACTIONS(2493), + [anon_sym_LBRACK] = ACTIONS(2493), + [anon_sym_QMARK] = ACTIONS(2491), + [anon_sym_QMARK2] = ACTIONS(2493), + [anon_sym_AMP] = ACTIONS(2493), + [aux_sym_custom_operator_token1] = ACTIONS(2493), + [anon_sym_LT] = ACTIONS(2491), + [anon_sym_GT] = ACTIONS(2491), + [anon_sym_LBRACE] = ACTIONS(2493), + [anon_sym_CARET_LBRACE] = ACTIONS(2493), + [anon_sym_RBRACE] = ACTIONS(2493), + [anon_sym_case] = ACTIONS(2493), + [anon_sym_fallthrough] = ACTIONS(2493), + [anon_sym_PLUS_EQ] = ACTIONS(2493), + [anon_sym_DASH_EQ] = ACTIONS(2493), + [anon_sym_STAR_EQ] = ACTIONS(2493), + [anon_sym_SLASH_EQ] = ACTIONS(2493), + [anon_sym_PERCENT_EQ] = ACTIONS(2493), + [anon_sym_BANG_EQ] = ACTIONS(2491), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2493), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2493), + [anon_sym_LT_EQ] = ACTIONS(2493), + [anon_sym_GT_EQ] = ACTIONS(2493), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2493), + [anon_sym_DOT_DOT_LT] = ACTIONS(2493), + [anon_sym_is] = ACTIONS(2493), + [anon_sym_PLUS] = ACTIONS(2491), + [anon_sym_DASH] = ACTIONS(2491), + [anon_sym_STAR] = ACTIONS(2491), + [anon_sym_SLASH] = ACTIONS(2491), + [anon_sym_PERCENT] = ACTIONS(2491), + [anon_sym_PLUS_PLUS] = ACTIONS(2493), + [anon_sym_DASH_DASH] = ACTIONS(2493), + [anon_sym_PIPE] = ACTIONS(2493), + [anon_sym_CARET] = ACTIONS(2491), + [anon_sym_LT_LT] = ACTIONS(2493), + [anon_sym_GT_GT] = ACTIONS(2493), + [anon_sym_class] = ACTIONS(2493), + [anon_sym_prefix] = ACTIONS(2493), + [anon_sym_infix] = ACTIONS(2493), + [anon_sym_postfix] = ACTIONS(2493), + [anon_sym_AT] = ACTIONS(2491), + [anon_sym_override] = ACTIONS(2493), + [anon_sym_convenience] = ACTIONS(2493), + [anon_sym_required] = ACTIONS(2493), + [anon_sym_nonisolated] = ACTIONS(2493), + [anon_sym_public] = ACTIONS(2493), + [anon_sym_private] = ACTIONS(2493), + [anon_sym_internal] = ACTIONS(2493), + [anon_sym_fileprivate] = ACTIONS(2493), + [anon_sym_open] = ACTIONS(2493), + [anon_sym_mutating] = ACTIONS(2493), + [anon_sym_nonmutating] = ACTIONS(2493), + [anon_sym_static] = ACTIONS(2493), + [anon_sym_dynamic] = ACTIONS(2493), + [anon_sym_optional] = ACTIONS(2493), + [anon_sym_distributed] = ACTIONS(2493), + [anon_sym_final] = ACTIONS(2493), + [anon_sym_inout] = ACTIONS(2493), + [anon_sym_ATescaping] = ACTIONS(2493), + [anon_sym_ATautoclosure] = ACTIONS(2493), + [anon_sym_weak] = ACTIONS(2493), + [anon_sym_unowned] = ACTIONS(2491), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2493), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2493), + [anon_sym_borrowing] = ACTIONS(2493), + [anon_sym_consuming] = ACTIONS(2493), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2493), + [sym__explicit_semi] = ACTIONS(2493), + [sym__dot_custom] = ACTIONS(2493), + [sym__conjunction_operator_custom] = ACTIONS(2493), + [sym__disjunction_operator_custom] = ACTIONS(2493), + [sym__nil_coalescing_operator_custom] = ACTIONS(2493), + [sym__eq_custom] = ACTIONS(2493), + [sym__eq_eq_custom] = ACTIONS(2493), + [sym__plus_then_ws] = ACTIONS(2493), + [sym__minus_then_ws] = ACTIONS(2493), + [sym__bang_custom] = ACTIONS(2493), + [sym_default_keyword] = ACTIONS(2493), + [sym_where_keyword] = ACTIONS(2493), + [sym__as_custom] = ACTIONS(2493), + [sym__as_quest_custom] = ACTIONS(2493), + [sym__as_bang_custom] = ACTIONS(2493), + [sym__custom_operator] = ACTIONS(2493), + }, + [STATE(1255)] = { + [anon_sym_BANG] = ACTIONS(2747), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2749), + [anon_sym_package] = ACTIONS(2749), + [anon_sym_COMMA] = ACTIONS(2749), + [anon_sym_LPAREN] = ACTIONS(2749), + [anon_sym_LBRACK] = ACTIONS(2749), + [anon_sym_QMARK] = ACTIONS(2747), + [anon_sym_QMARK2] = ACTIONS(2749), + [anon_sym_AMP] = ACTIONS(2749), + [aux_sym_custom_operator_token1] = ACTIONS(2749), + [anon_sym_LT] = ACTIONS(2747), + [anon_sym_GT] = ACTIONS(2747), + [anon_sym_LBRACE] = ACTIONS(2749), + [anon_sym_CARET_LBRACE] = ACTIONS(2749), + [anon_sym_RBRACE] = ACTIONS(2749), + [anon_sym_case] = ACTIONS(2749), + [anon_sym_fallthrough] = ACTIONS(2749), + [anon_sym_PLUS_EQ] = ACTIONS(2749), + [anon_sym_DASH_EQ] = ACTIONS(2749), + [anon_sym_STAR_EQ] = ACTIONS(2749), + [anon_sym_SLASH_EQ] = ACTIONS(2749), + [anon_sym_PERCENT_EQ] = ACTIONS(2749), + [anon_sym_BANG_EQ] = ACTIONS(2747), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2749), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2749), + [anon_sym_LT_EQ] = ACTIONS(2749), + [anon_sym_GT_EQ] = ACTIONS(2749), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2749), + [anon_sym_DOT_DOT_LT] = ACTIONS(2749), + [anon_sym_is] = ACTIONS(2749), + [anon_sym_PLUS] = ACTIONS(2747), + [anon_sym_DASH] = ACTIONS(2747), + [anon_sym_STAR] = ACTIONS(2747), + [anon_sym_SLASH] = ACTIONS(2747), + [anon_sym_PERCENT] = ACTIONS(2747), + [anon_sym_PLUS_PLUS] = ACTIONS(2749), + [anon_sym_DASH_DASH] = ACTIONS(2749), + [anon_sym_PIPE] = ACTIONS(2749), + [anon_sym_CARET] = ACTIONS(2747), + [anon_sym_LT_LT] = ACTIONS(2749), + [anon_sym_GT_GT] = ACTIONS(2749), + [anon_sym_class] = ACTIONS(2749), + [anon_sym_prefix] = ACTIONS(2749), + [anon_sym_infix] = ACTIONS(2749), + [anon_sym_postfix] = ACTIONS(2749), + [anon_sym_AT] = ACTIONS(2747), + [anon_sym_override] = ACTIONS(2749), + [anon_sym_convenience] = ACTIONS(2749), + [anon_sym_required] = ACTIONS(2749), + [anon_sym_nonisolated] = ACTIONS(2749), + [anon_sym_public] = ACTIONS(2749), + [anon_sym_private] = ACTIONS(2749), + [anon_sym_internal] = ACTIONS(2749), + [anon_sym_fileprivate] = ACTIONS(2749), + [anon_sym_open] = ACTIONS(2749), + [anon_sym_mutating] = ACTIONS(2749), + [anon_sym_nonmutating] = ACTIONS(2749), + [anon_sym_static] = ACTIONS(2749), + [anon_sym_dynamic] = ACTIONS(2749), + [anon_sym_optional] = ACTIONS(2749), + [anon_sym_distributed] = ACTIONS(2749), + [anon_sym_final] = ACTIONS(2749), + [anon_sym_inout] = ACTIONS(2749), + [anon_sym_ATescaping] = ACTIONS(2749), + [anon_sym_ATautoclosure] = ACTIONS(2749), + [anon_sym_weak] = ACTIONS(2749), + [anon_sym_unowned] = ACTIONS(2747), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2749), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2749), + [anon_sym_borrowing] = ACTIONS(2749), + [anon_sym_consuming] = ACTIONS(2749), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2749), + [sym__explicit_semi] = ACTIONS(2749), + [sym__dot_custom] = ACTIONS(2749), + [sym__conjunction_operator_custom] = ACTIONS(2749), + [sym__disjunction_operator_custom] = ACTIONS(2749), + [sym__nil_coalescing_operator_custom] = ACTIONS(2749), + [sym__eq_custom] = ACTIONS(2749), + [sym__eq_eq_custom] = ACTIONS(2749), + [sym__plus_then_ws] = ACTIONS(2749), + [sym__minus_then_ws] = ACTIONS(2749), + [sym__bang_custom] = ACTIONS(2749), + [sym_default_keyword] = ACTIONS(2749), + [sym_where_keyword] = ACTIONS(2749), + [sym__as_custom] = ACTIONS(2749), + [sym__as_quest_custom] = ACTIONS(2749), + [sym__as_bang_custom] = ACTIONS(2749), + [sym__custom_operator] = ACTIONS(2749), + }, + [STATE(1256)] = { + [aux_sym_repeat_while_statement_repeat1] = STATE(8100), + [anon_sym_BANG] = ACTIONS(2325), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2327), + [anon_sym_package] = ACTIONS(2327), + [anon_sym_LPAREN] = ACTIONS(2327), + [anon_sym_LBRACK] = ACTIONS(2327), + [anon_sym_QMARK] = ACTIONS(2325), + [anon_sym_QMARK2] = ACTIONS(2327), + [anon_sym_AMP] = ACTIONS(2327), + [aux_sym_custom_operator_token1] = ACTIONS(2327), + [anon_sym_LT] = ACTIONS(2325), + [anon_sym_GT] = ACTIONS(2325), + [anon_sym_LBRACE] = ACTIONS(2327), + [anon_sym_CARET_LBRACE] = ACTIONS(2327), + [anon_sym_RBRACE] = ACTIONS(2327), + [anon_sym_case] = ACTIONS(2327), + [anon_sym_fallthrough] = ACTIONS(2327), + [anon_sym_PLUS_EQ] = ACTIONS(2327), + [anon_sym_DASH_EQ] = ACTIONS(2327), + [anon_sym_STAR_EQ] = ACTIONS(2327), + [anon_sym_SLASH_EQ] = ACTIONS(2327), + [anon_sym_PERCENT_EQ] = ACTIONS(2327), + [anon_sym_BANG_EQ] = ACTIONS(2325), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2327), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2327), + [anon_sym_LT_EQ] = ACTIONS(2327), + [anon_sym_GT_EQ] = ACTIONS(2327), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2327), + [anon_sym_DOT_DOT_LT] = ACTIONS(2327), + [anon_sym_is] = ACTIONS(2327), + [anon_sym_PLUS] = ACTIONS(2325), + [anon_sym_DASH] = ACTIONS(2325), + [anon_sym_STAR] = ACTIONS(2325), + [anon_sym_SLASH] = ACTIONS(2325), + [anon_sym_PERCENT] = ACTIONS(2325), + [anon_sym_PLUS_PLUS] = ACTIONS(2327), + [anon_sym_DASH_DASH] = ACTIONS(2327), + [anon_sym_PIPE] = ACTIONS(2327), + [anon_sym_CARET] = ACTIONS(2325), + [anon_sym_LT_LT] = ACTIONS(2327), + [anon_sym_GT_GT] = ACTIONS(2327), + [anon_sym_while] = ACTIONS(3417), + [anon_sym_class] = ACTIONS(2327), + [anon_sym_prefix] = ACTIONS(2327), + [anon_sym_infix] = ACTIONS(2327), + [anon_sym_postfix] = ACTIONS(2327), + [anon_sym_AT] = ACTIONS(2325), + [anon_sym_override] = ACTIONS(2327), + [anon_sym_convenience] = ACTIONS(2327), + [anon_sym_required] = ACTIONS(2327), + [anon_sym_nonisolated] = ACTIONS(2327), + [anon_sym_public] = ACTIONS(2327), + [anon_sym_private] = ACTIONS(2327), + [anon_sym_internal] = ACTIONS(2327), + [anon_sym_fileprivate] = ACTIONS(2327), + [anon_sym_open] = ACTIONS(2327), + [anon_sym_mutating] = ACTIONS(2327), + [anon_sym_nonmutating] = ACTIONS(2327), + [anon_sym_static] = ACTIONS(2327), + [anon_sym_dynamic] = ACTIONS(2327), + [anon_sym_optional] = ACTIONS(2327), + [anon_sym_distributed] = ACTIONS(2327), + [anon_sym_final] = ACTIONS(2327), + [anon_sym_inout] = ACTIONS(2327), + [anon_sym_ATescaping] = ACTIONS(2327), + [anon_sym_ATautoclosure] = ACTIONS(2327), + [anon_sym_weak] = ACTIONS(2327), + [anon_sym_unowned] = ACTIONS(2325), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2327), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2327), + [anon_sym_borrowing] = ACTIONS(2327), + [anon_sym_consuming] = ACTIONS(2327), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(3419), + [sym__explicit_semi] = ACTIONS(2327), + [sym__dot_custom] = ACTIONS(2327), + [sym__conjunction_operator_custom] = ACTIONS(2327), + [sym__disjunction_operator_custom] = ACTIONS(2327), + [sym__nil_coalescing_operator_custom] = ACTIONS(2327), + [sym__eq_custom] = ACTIONS(2327), + [sym__eq_eq_custom] = ACTIONS(2327), + [sym__plus_then_ws] = ACTIONS(2327), + [sym__minus_then_ws] = ACTIONS(2327), + [sym__bang_custom] = ACTIONS(2327), + [sym_default_keyword] = ACTIONS(2327), + [sym__as_custom] = ACTIONS(2327), + [sym__as_quest_custom] = ACTIONS(2327), + [sym__as_bang_custom] = ACTIONS(2327), + [sym__custom_operator] = ACTIONS(2327), + }, + [STATE(1257)] = { + [anon_sym_BANG] = ACTIONS(2499), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2501), + [anon_sym_package] = ACTIONS(2501), + [anon_sym_COMMA] = ACTIONS(2501), + [anon_sym_LPAREN] = ACTIONS(2501), + [anon_sym_LBRACK] = ACTIONS(2501), + [anon_sym_QMARK] = ACTIONS(2499), + [anon_sym_QMARK2] = ACTIONS(2501), + [anon_sym_AMP] = ACTIONS(2501), + [aux_sym_custom_operator_token1] = ACTIONS(2501), + [anon_sym_LT] = ACTIONS(2499), + [anon_sym_GT] = ACTIONS(2499), + [anon_sym_LBRACE] = ACTIONS(2501), + [anon_sym_CARET_LBRACE] = ACTIONS(2501), + [anon_sym_RBRACE] = ACTIONS(2501), + [anon_sym_case] = ACTIONS(2501), + [anon_sym_fallthrough] = ACTIONS(2501), + [anon_sym_PLUS_EQ] = ACTIONS(2501), + [anon_sym_DASH_EQ] = ACTIONS(2501), + [anon_sym_STAR_EQ] = ACTIONS(2501), + [anon_sym_SLASH_EQ] = ACTIONS(2501), + [anon_sym_PERCENT_EQ] = ACTIONS(2501), + [anon_sym_BANG_EQ] = ACTIONS(2499), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2501), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2501), + [anon_sym_LT_EQ] = ACTIONS(2501), + [anon_sym_GT_EQ] = ACTIONS(2501), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2501), + [anon_sym_DOT_DOT_LT] = ACTIONS(2501), + [anon_sym_is] = ACTIONS(2501), + [anon_sym_PLUS] = ACTIONS(2499), + [anon_sym_DASH] = ACTIONS(2499), + [anon_sym_STAR] = ACTIONS(2499), + [anon_sym_SLASH] = ACTIONS(2499), + [anon_sym_PERCENT] = ACTIONS(2499), + [anon_sym_PLUS_PLUS] = ACTIONS(2501), + [anon_sym_DASH_DASH] = ACTIONS(2501), + [anon_sym_PIPE] = ACTIONS(2501), + [anon_sym_CARET] = ACTIONS(2499), + [anon_sym_LT_LT] = ACTIONS(2501), + [anon_sym_GT_GT] = ACTIONS(2501), + [anon_sym_class] = ACTIONS(2501), + [anon_sym_prefix] = ACTIONS(2501), + [anon_sym_infix] = ACTIONS(2501), + [anon_sym_postfix] = ACTIONS(2501), + [anon_sym_AT] = ACTIONS(2499), + [anon_sym_override] = ACTIONS(2501), + [anon_sym_convenience] = ACTIONS(2501), + [anon_sym_required] = ACTIONS(2501), + [anon_sym_nonisolated] = ACTIONS(2501), + [anon_sym_public] = ACTIONS(2501), + [anon_sym_private] = ACTIONS(2501), + [anon_sym_internal] = ACTIONS(2501), + [anon_sym_fileprivate] = ACTIONS(2501), + [anon_sym_open] = ACTIONS(2501), + [anon_sym_mutating] = ACTIONS(2501), + [anon_sym_nonmutating] = ACTIONS(2501), + [anon_sym_static] = ACTIONS(2501), + [anon_sym_dynamic] = ACTIONS(2501), + [anon_sym_optional] = ACTIONS(2501), + [anon_sym_distributed] = ACTIONS(2501), + [anon_sym_final] = ACTIONS(2501), + [anon_sym_inout] = ACTIONS(2501), + [anon_sym_ATescaping] = ACTIONS(2501), + [anon_sym_ATautoclosure] = ACTIONS(2501), + [anon_sym_weak] = ACTIONS(2501), + [anon_sym_unowned] = ACTIONS(2499), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2501), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2501), + [anon_sym_borrowing] = ACTIONS(2501), + [anon_sym_consuming] = ACTIONS(2501), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2501), + [sym__explicit_semi] = ACTIONS(2501), + [sym__dot_custom] = ACTIONS(2501), + [sym__conjunction_operator_custom] = ACTIONS(2501), + [sym__disjunction_operator_custom] = ACTIONS(2501), + [sym__nil_coalescing_operator_custom] = ACTIONS(2501), + [sym__eq_custom] = ACTIONS(2501), + [sym__eq_eq_custom] = ACTIONS(2501), + [sym__plus_then_ws] = ACTIONS(2501), + [sym__minus_then_ws] = ACTIONS(2501), + [sym__bang_custom] = ACTIONS(2501), + [sym_default_keyword] = ACTIONS(2501), + [sym_where_keyword] = ACTIONS(2501), + [sym__as_custom] = ACTIONS(2501), + [sym__as_quest_custom] = ACTIONS(2501), + [sym__as_bang_custom] = ACTIONS(2501), + [sym__custom_operator] = ACTIONS(2501), + }, + [STATE(1258)] = { + [anon_sym_BANG] = ACTIONS(2325), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2327), + [anon_sym_package] = ACTIONS(2327), + [anon_sym_COMMA] = ACTIONS(2327), + [anon_sym_LPAREN] = ACTIONS(2327), + [anon_sym_LBRACK] = ACTIONS(2327), + [anon_sym_QMARK] = ACTIONS(2325), + [anon_sym_QMARK2] = ACTIONS(2327), + [anon_sym_AMP] = ACTIONS(2327), + [aux_sym_custom_operator_token1] = ACTIONS(2327), + [anon_sym_LT] = ACTIONS(2325), + [anon_sym_GT] = ACTIONS(2325), + [anon_sym_LBRACE] = ACTIONS(2327), + [anon_sym_CARET_LBRACE] = ACTIONS(2327), + [anon_sym_RBRACE] = ACTIONS(2327), + [anon_sym_case] = ACTIONS(2327), + [anon_sym_fallthrough] = ACTIONS(2327), + [anon_sym_PLUS_EQ] = ACTIONS(2327), + [anon_sym_DASH_EQ] = ACTIONS(2327), + [anon_sym_STAR_EQ] = ACTIONS(2327), + [anon_sym_SLASH_EQ] = ACTIONS(2327), + [anon_sym_PERCENT_EQ] = ACTIONS(2327), + [anon_sym_BANG_EQ] = ACTIONS(2325), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2327), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2327), + [anon_sym_LT_EQ] = ACTIONS(2327), + [anon_sym_GT_EQ] = ACTIONS(2327), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2327), + [anon_sym_DOT_DOT_LT] = ACTIONS(2327), + [anon_sym_is] = ACTIONS(2327), + [anon_sym_PLUS] = ACTIONS(2325), + [anon_sym_DASH] = ACTIONS(2325), + [anon_sym_STAR] = ACTIONS(2325), + [anon_sym_SLASH] = ACTIONS(2325), + [anon_sym_PERCENT] = ACTIONS(2325), + [anon_sym_PLUS_PLUS] = ACTIONS(2327), + [anon_sym_DASH_DASH] = ACTIONS(2327), + [anon_sym_PIPE] = ACTIONS(2327), + [anon_sym_CARET] = ACTIONS(2325), + [anon_sym_LT_LT] = ACTIONS(2327), + [anon_sym_GT_GT] = ACTIONS(2327), + [anon_sym_class] = ACTIONS(2327), + [anon_sym_prefix] = ACTIONS(2327), + [anon_sym_infix] = ACTIONS(2327), + [anon_sym_postfix] = ACTIONS(2327), + [anon_sym_AT] = ACTIONS(2325), + [anon_sym_override] = ACTIONS(2327), + [anon_sym_convenience] = ACTIONS(2327), + [anon_sym_required] = ACTIONS(2327), + [anon_sym_nonisolated] = ACTIONS(2327), + [anon_sym_public] = ACTIONS(2327), + [anon_sym_private] = ACTIONS(2327), + [anon_sym_internal] = ACTIONS(2327), + [anon_sym_fileprivate] = ACTIONS(2327), + [anon_sym_open] = ACTIONS(2327), + [anon_sym_mutating] = ACTIONS(2327), + [anon_sym_nonmutating] = ACTIONS(2327), + [anon_sym_static] = ACTIONS(2327), + [anon_sym_dynamic] = ACTIONS(2327), + [anon_sym_optional] = ACTIONS(2327), + [anon_sym_distributed] = ACTIONS(2327), + [anon_sym_final] = ACTIONS(2327), + [anon_sym_inout] = ACTIONS(2327), + [anon_sym_ATescaping] = ACTIONS(2327), + [anon_sym_ATautoclosure] = ACTIONS(2327), + [anon_sym_weak] = ACTIONS(2327), + [anon_sym_unowned] = ACTIONS(2325), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2327), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2327), + [anon_sym_borrowing] = ACTIONS(2327), + [anon_sym_consuming] = ACTIONS(2327), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2327), + [sym__explicit_semi] = ACTIONS(2327), + [sym__dot_custom] = ACTIONS(2327), + [sym__conjunction_operator_custom] = ACTIONS(2327), + [sym__disjunction_operator_custom] = ACTIONS(2327), + [sym__nil_coalescing_operator_custom] = ACTIONS(2327), + [sym__eq_custom] = ACTIONS(2327), + [sym__eq_eq_custom] = ACTIONS(2327), + [sym__plus_then_ws] = ACTIONS(2327), + [sym__minus_then_ws] = ACTIONS(2327), + [sym__bang_custom] = ACTIONS(2327), + [sym_default_keyword] = ACTIONS(2327), + [sym_where_keyword] = ACTIONS(2327), + [sym__as_custom] = ACTIONS(2327), + [sym__as_quest_custom] = ACTIONS(2327), + [sym__as_bang_custom] = ACTIONS(2327), + [sym__custom_operator] = ACTIONS(2327), + }, + [STATE(1259)] = { + [anon_sym_BANG] = ACTIONS(2587), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2589), + [anon_sym_package] = ACTIONS(2589), + [anon_sym_COMMA] = ACTIONS(2589), + [anon_sym_LPAREN] = ACTIONS(2589), + [anon_sym_LBRACK] = ACTIONS(2589), + [anon_sym_QMARK] = ACTIONS(2587), + [anon_sym_QMARK2] = ACTIONS(2589), + [anon_sym_AMP] = ACTIONS(2589), + [aux_sym_custom_operator_token1] = ACTIONS(2589), + [anon_sym_LT] = ACTIONS(2587), + [anon_sym_GT] = ACTIONS(2587), + [anon_sym_LBRACE] = ACTIONS(2589), + [anon_sym_CARET_LBRACE] = ACTIONS(2589), + [anon_sym_RBRACE] = ACTIONS(2589), + [anon_sym_case] = ACTIONS(2589), + [anon_sym_fallthrough] = ACTIONS(2589), + [anon_sym_PLUS_EQ] = ACTIONS(2589), + [anon_sym_DASH_EQ] = ACTIONS(2589), + [anon_sym_STAR_EQ] = ACTIONS(2589), + [anon_sym_SLASH_EQ] = ACTIONS(2589), + [anon_sym_PERCENT_EQ] = ACTIONS(2589), + [anon_sym_BANG_EQ] = ACTIONS(2587), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2589), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2589), + [anon_sym_LT_EQ] = ACTIONS(2589), + [anon_sym_GT_EQ] = ACTIONS(2589), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2589), + [anon_sym_DOT_DOT_LT] = ACTIONS(2589), + [anon_sym_is] = ACTIONS(2589), + [anon_sym_PLUS] = ACTIONS(2587), + [anon_sym_DASH] = ACTIONS(2587), + [anon_sym_STAR] = ACTIONS(2587), + [anon_sym_SLASH] = ACTIONS(2587), + [anon_sym_PERCENT] = ACTIONS(2587), + [anon_sym_PLUS_PLUS] = ACTIONS(2589), + [anon_sym_DASH_DASH] = ACTIONS(2589), + [anon_sym_PIPE] = ACTIONS(2589), + [anon_sym_CARET] = ACTIONS(2587), + [anon_sym_LT_LT] = ACTIONS(2589), + [anon_sym_GT_GT] = ACTIONS(2589), + [anon_sym_class] = ACTIONS(2589), + [anon_sym_prefix] = ACTIONS(2589), + [anon_sym_infix] = ACTIONS(2589), + [anon_sym_postfix] = ACTIONS(2589), + [anon_sym_AT] = ACTIONS(2587), + [anon_sym_override] = ACTIONS(2589), + [anon_sym_convenience] = ACTIONS(2589), + [anon_sym_required] = ACTIONS(2589), + [anon_sym_nonisolated] = ACTIONS(2589), + [anon_sym_public] = ACTIONS(2589), + [anon_sym_private] = ACTIONS(2589), + [anon_sym_internal] = ACTIONS(2589), + [anon_sym_fileprivate] = ACTIONS(2589), + [anon_sym_open] = ACTIONS(2589), + [anon_sym_mutating] = ACTIONS(2589), + [anon_sym_nonmutating] = ACTIONS(2589), + [anon_sym_static] = ACTIONS(2589), + [anon_sym_dynamic] = ACTIONS(2589), + [anon_sym_optional] = ACTIONS(2589), + [anon_sym_distributed] = ACTIONS(2589), + [anon_sym_final] = ACTIONS(2589), + [anon_sym_inout] = ACTIONS(2589), + [anon_sym_ATescaping] = ACTIONS(2589), + [anon_sym_ATautoclosure] = ACTIONS(2589), + [anon_sym_weak] = ACTIONS(2589), + [anon_sym_unowned] = ACTIONS(2587), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2589), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2589), + [anon_sym_borrowing] = ACTIONS(2589), + [anon_sym_consuming] = ACTIONS(2589), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2589), + [sym__explicit_semi] = ACTIONS(2589), + [sym__dot_custom] = ACTIONS(2589), + [sym__conjunction_operator_custom] = ACTIONS(2589), + [sym__disjunction_operator_custom] = ACTIONS(2589), + [sym__nil_coalescing_operator_custom] = ACTIONS(2589), + [sym__eq_custom] = ACTIONS(2589), + [sym__eq_eq_custom] = ACTIONS(2589), + [sym__plus_then_ws] = ACTIONS(2589), + [sym__minus_then_ws] = ACTIONS(2589), + [sym__bang_custom] = ACTIONS(2589), + [sym_default_keyword] = ACTIONS(2589), + [sym_where_keyword] = ACTIONS(2589), + [sym__as_custom] = ACTIONS(2589), + [sym__as_quest_custom] = ACTIONS(2589), + [sym__as_bang_custom] = ACTIONS(2589), + [sym__custom_operator] = ACTIONS(2589), + }, + [STATE(1260)] = { + [anon_sym_BANG] = ACTIONS(2683), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2685), + [anon_sym_package] = ACTIONS(2685), + [anon_sym_COMMA] = ACTIONS(2685), + [anon_sym_LPAREN] = ACTIONS(2685), + [anon_sym_LBRACK] = ACTIONS(2685), + [anon_sym_QMARK] = ACTIONS(2683), + [anon_sym_QMARK2] = ACTIONS(2685), + [anon_sym_AMP] = ACTIONS(2685), + [aux_sym_custom_operator_token1] = ACTIONS(2685), + [anon_sym_LT] = ACTIONS(2683), + [anon_sym_GT] = ACTIONS(2683), + [anon_sym_LBRACE] = ACTIONS(2685), + [anon_sym_CARET_LBRACE] = ACTIONS(2685), + [anon_sym_RBRACE] = ACTIONS(2685), + [anon_sym_case] = ACTIONS(2685), + [anon_sym_fallthrough] = ACTIONS(2685), + [anon_sym_PLUS_EQ] = ACTIONS(2685), + [anon_sym_DASH_EQ] = ACTIONS(2685), + [anon_sym_STAR_EQ] = ACTIONS(2685), + [anon_sym_SLASH_EQ] = ACTIONS(2685), + [anon_sym_PERCENT_EQ] = ACTIONS(2685), + [anon_sym_BANG_EQ] = ACTIONS(2683), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2685), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2685), + [anon_sym_LT_EQ] = ACTIONS(2685), + [anon_sym_GT_EQ] = ACTIONS(2685), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2685), + [anon_sym_DOT_DOT_LT] = ACTIONS(2685), + [anon_sym_is] = ACTIONS(2685), + [anon_sym_PLUS] = ACTIONS(2683), + [anon_sym_DASH] = ACTIONS(2683), + [anon_sym_STAR] = ACTIONS(2683), + [anon_sym_SLASH] = ACTIONS(2683), + [anon_sym_PERCENT] = ACTIONS(2683), + [anon_sym_PLUS_PLUS] = ACTIONS(2685), + [anon_sym_DASH_DASH] = ACTIONS(2685), + [anon_sym_PIPE] = ACTIONS(2685), + [anon_sym_CARET] = ACTIONS(2683), + [anon_sym_LT_LT] = ACTIONS(2685), + [anon_sym_GT_GT] = ACTIONS(2685), + [anon_sym_class] = ACTIONS(2685), + [anon_sym_prefix] = ACTIONS(2685), + [anon_sym_infix] = ACTIONS(2685), + [anon_sym_postfix] = ACTIONS(2685), + [anon_sym_AT] = ACTIONS(2683), + [anon_sym_override] = ACTIONS(2685), + [anon_sym_convenience] = ACTIONS(2685), + [anon_sym_required] = ACTIONS(2685), + [anon_sym_nonisolated] = ACTIONS(2685), + [anon_sym_public] = ACTIONS(2685), + [anon_sym_private] = ACTIONS(2685), + [anon_sym_internal] = ACTIONS(2685), + [anon_sym_fileprivate] = ACTIONS(2685), + [anon_sym_open] = ACTIONS(2685), + [anon_sym_mutating] = ACTIONS(2685), + [anon_sym_nonmutating] = ACTIONS(2685), + [anon_sym_static] = ACTIONS(2685), + [anon_sym_dynamic] = ACTIONS(2685), + [anon_sym_optional] = ACTIONS(2685), + [anon_sym_distributed] = ACTIONS(2685), + [anon_sym_final] = ACTIONS(2685), + [anon_sym_inout] = ACTIONS(2685), + [anon_sym_ATescaping] = ACTIONS(2685), + [anon_sym_ATautoclosure] = ACTIONS(2685), + [anon_sym_weak] = ACTIONS(2685), + [anon_sym_unowned] = ACTIONS(2683), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2685), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2685), + [anon_sym_borrowing] = ACTIONS(2685), + [anon_sym_consuming] = ACTIONS(2685), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2685), + [sym__explicit_semi] = ACTIONS(2685), + [sym__dot_custom] = ACTIONS(2685), + [sym__conjunction_operator_custom] = ACTIONS(2685), + [sym__disjunction_operator_custom] = ACTIONS(2685), + [sym__nil_coalescing_operator_custom] = ACTIONS(2685), + [sym__eq_custom] = ACTIONS(2685), + [sym__eq_eq_custom] = ACTIONS(2685), + [sym__plus_then_ws] = ACTIONS(2685), + [sym__minus_then_ws] = ACTIONS(2685), + [sym__bang_custom] = ACTIONS(2685), + [sym_default_keyword] = ACTIONS(2685), + [sym_where_keyword] = ACTIONS(2685), + [sym__as_custom] = ACTIONS(2685), + [sym__as_quest_custom] = ACTIONS(2685), + [sym__as_bang_custom] = ACTIONS(2685), + [sym__custom_operator] = ACTIONS(2685), + }, + [STATE(1261)] = { + [anon_sym_BANG] = ACTIONS(2739), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2741), + [anon_sym_package] = ACTIONS(2741), + [anon_sym_COMMA] = ACTIONS(2741), + [anon_sym_LPAREN] = ACTIONS(2741), + [anon_sym_LBRACK] = ACTIONS(2741), + [anon_sym_QMARK] = ACTIONS(2739), + [anon_sym_QMARK2] = ACTIONS(2741), + [anon_sym_AMP] = ACTIONS(2741), + [aux_sym_custom_operator_token1] = ACTIONS(2741), + [anon_sym_LT] = ACTIONS(2739), + [anon_sym_GT] = ACTIONS(2739), + [anon_sym_LBRACE] = ACTIONS(2741), + [anon_sym_CARET_LBRACE] = ACTIONS(2741), + [anon_sym_RBRACE] = ACTIONS(2741), + [anon_sym_case] = ACTIONS(2741), + [anon_sym_fallthrough] = ACTIONS(2741), + [anon_sym_PLUS_EQ] = ACTIONS(2741), + [anon_sym_DASH_EQ] = ACTIONS(2741), + [anon_sym_STAR_EQ] = ACTIONS(2741), + [anon_sym_SLASH_EQ] = ACTIONS(2741), + [anon_sym_PERCENT_EQ] = ACTIONS(2741), + [anon_sym_BANG_EQ] = ACTIONS(2739), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2741), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2741), + [anon_sym_LT_EQ] = ACTIONS(2741), + [anon_sym_GT_EQ] = ACTIONS(2741), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2741), + [anon_sym_DOT_DOT_LT] = ACTIONS(2741), + [anon_sym_is] = ACTIONS(2741), + [anon_sym_PLUS] = ACTIONS(2739), + [anon_sym_DASH] = ACTIONS(2739), + [anon_sym_STAR] = ACTIONS(2739), + [anon_sym_SLASH] = ACTIONS(2739), + [anon_sym_PERCENT] = ACTIONS(2739), + [anon_sym_PLUS_PLUS] = ACTIONS(2741), + [anon_sym_DASH_DASH] = ACTIONS(2741), + [anon_sym_PIPE] = ACTIONS(2741), + [anon_sym_CARET] = ACTIONS(2739), + [anon_sym_LT_LT] = ACTIONS(2741), + [anon_sym_GT_GT] = ACTIONS(2741), + [anon_sym_class] = ACTIONS(2741), + [anon_sym_prefix] = ACTIONS(2741), + [anon_sym_infix] = ACTIONS(2741), + [anon_sym_postfix] = ACTIONS(2741), + [anon_sym_AT] = ACTIONS(2739), + [anon_sym_override] = ACTIONS(2741), + [anon_sym_convenience] = ACTIONS(2741), + [anon_sym_required] = ACTIONS(2741), + [anon_sym_nonisolated] = ACTIONS(2741), + [anon_sym_public] = ACTIONS(2741), + [anon_sym_private] = ACTIONS(2741), + [anon_sym_internal] = ACTIONS(2741), + [anon_sym_fileprivate] = ACTIONS(2741), + [anon_sym_open] = ACTIONS(2741), + [anon_sym_mutating] = ACTIONS(2741), + [anon_sym_nonmutating] = ACTIONS(2741), + [anon_sym_static] = ACTIONS(2741), + [anon_sym_dynamic] = ACTIONS(2741), + [anon_sym_optional] = ACTIONS(2741), + [anon_sym_distributed] = ACTIONS(2741), + [anon_sym_final] = ACTIONS(2741), + [anon_sym_inout] = ACTIONS(2741), + [anon_sym_ATescaping] = ACTIONS(2741), + [anon_sym_ATautoclosure] = ACTIONS(2741), + [anon_sym_weak] = ACTIONS(2741), + [anon_sym_unowned] = ACTIONS(2739), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2741), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2741), + [anon_sym_borrowing] = ACTIONS(2741), + [anon_sym_consuming] = ACTIONS(2741), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2741), + [sym__explicit_semi] = ACTIONS(2741), + [sym__dot_custom] = ACTIONS(2741), + [sym__conjunction_operator_custom] = ACTIONS(2741), + [sym__disjunction_operator_custom] = ACTIONS(2741), + [sym__nil_coalescing_operator_custom] = ACTIONS(2741), + [sym__eq_custom] = ACTIONS(2741), + [sym__eq_eq_custom] = ACTIONS(2741), + [sym__plus_then_ws] = ACTIONS(2741), + [sym__minus_then_ws] = ACTIONS(2741), + [sym__bang_custom] = ACTIONS(2741), + [sym_default_keyword] = ACTIONS(2741), + [sym_where_keyword] = ACTIONS(2741), + [sym__as_custom] = ACTIONS(2741), + [sym__as_quest_custom] = ACTIONS(2741), + [sym__as_bang_custom] = ACTIONS(2741), + [sym__custom_operator] = ACTIONS(2741), + }, + [STATE(1262)] = { + [anon_sym_BANG] = ACTIONS(2743), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2745), + [anon_sym_package] = ACTIONS(2745), + [anon_sym_COMMA] = ACTIONS(2745), + [anon_sym_LPAREN] = ACTIONS(2745), + [anon_sym_LBRACK] = ACTIONS(2745), + [anon_sym_QMARK] = ACTIONS(2743), + [anon_sym_QMARK2] = ACTIONS(2745), + [anon_sym_AMP] = ACTIONS(2745), + [aux_sym_custom_operator_token1] = ACTIONS(2745), + [anon_sym_LT] = ACTIONS(2743), + [anon_sym_GT] = ACTIONS(2743), + [anon_sym_LBRACE] = ACTIONS(2745), + [anon_sym_CARET_LBRACE] = ACTIONS(2745), + [anon_sym_RBRACE] = ACTIONS(2745), + [anon_sym_case] = ACTIONS(2745), + [anon_sym_fallthrough] = ACTIONS(2745), + [anon_sym_PLUS_EQ] = ACTIONS(2745), + [anon_sym_DASH_EQ] = ACTIONS(2745), + [anon_sym_STAR_EQ] = ACTIONS(2745), + [anon_sym_SLASH_EQ] = ACTIONS(2745), + [anon_sym_PERCENT_EQ] = ACTIONS(2745), + [anon_sym_BANG_EQ] = ACTIONS(2743), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2745), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2745), + [anon_sym_LT_EQ] = ACTIONS(2745), + [anon_sym_GT_EQ] = ACTIONS(2745), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2745), + [anon_sym_DOT_DOT_LT] = ACTIONS(2745), + [anon_sym_is] = ACTIONS(2745), + [anon_sym_PLUS] = ACTIONS(2743), + [anon_sym_DASH] = ACTIONS(2743), + [anon_sym_STAR] = ACTIONS(2743), + [anon_sym_SLASH] = ACTIONS(2743), + [anon_sym_PERCENT] = ACTIONS(2743), + [anon_sym_PLUS_PLUS] = ACTIONS(2745), + [anon_sym_DASH_DASH] = ACTIONS(2745), + [anon_sym_PIPE] = ACTIONS(2745), + [anon_sym_CARET] = ACTIONS(2743), + [anon_sym_LT_LT] = ACTIONS(2745), + [anon_sym_GT_GT] = ACTIONS(2745), + [anon_sym_class] = ACTIONS(2745), + [anon_sym_prefix] = ACTIONS(2745), + [anon_sym_infix] = ACTIONS(2745), + [anon_sym_postfix] = ACTIONS(2745), + [anon_sym_AT] = ACTIONS(2743), + [anon_sym_override] = ACTIONS(2745), + [anon_sym_convenience] = ACTIONS(2745), + [anon_sym_required] = ACTIONS(2745), + [anon_sym_nonisolated] = ACTIONS(2745), + [anon_sym_public] = ACTIONS(2745), + [anon_sym_private] = ACTIONS(2745), + [anon_sym_internal] = ACTIONS(2745), + [anon_sym_fileprivate] = ACTIONS(2745), + [anon_sym_open] = ACTIONS(2745), + [anon_sym_mutating] = ACTIONS(2745), + [anon_sym_nonmutating] = ACTIONS(2745), + [anon_sym_static] = ACTIONS(2745), + [anon_sym_dynamic] = ACTIONS(2745), + [anon_sym_optional] = ACTIONS(2745), + [anon_sym_distributed] = ACTIONS(2745), + [anon_sym_final] = ACTIONS(2745), + [anon_sym_inout] = ACTIONS(2745), + [anon_sym_ATescaping] = ACTIONS(2745), + [anon_sym_ATautoclosure] = ACTIONS(2745), + [anon_sym_weak] = ACTIONS(2745), + [anon_sym_unowned] = ACTIONS(2743), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2745), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2745), + [anon_sym_borrowing] = ACTIONS(2745), + [anon_sym_consuming] = ACTIONS(2745), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2745), + [sym__explicit_semi] = ACTIONS(2745), + [sym__dot_custom] = ACTIONS(2745), + [sym__conjunction_operator_custom] = ACTIONS(2745), + [sym__disjunction_operator_custom] = ACTIONS(2745), + [sym__nil_coalescing_operator_custom] = ACTIONS(2745), + [sym__eq_custom] = ACTIONS(2745), + [sym__eq_eq_custom] = ACTIONS(2745), + [sym__plus_then_ws] = ACTIONS(2745), + [sym__minus_then_ws] = ACTIONS(2745), + [sym__bang_custom] = ACTIONS(2745), + [sym_default_keyword] = ACTIONS(2745), + [sym_where_keyword] = ACTIONS(2745), + [sym__as_custom] = ACTIONS(2745), + [sym__as_quest_custom] = ACTIONS(2745), + [sym__as_bang_custom] = ACTIONS(2745), + [sym__custom_operator] = ACTIONS(2745), + }, + [STATE(1263)] = { + [anon_sym_BANG] = ACTIONS(2427), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2429), + [anon_sym_package] = ACTIONS(2429), + [anon_sym_COMMA] = ACTIONS(2429), + [anon_sym_LPAREN] = ACTIONS(2429), + [anon_sym_LBRACK] = ACTIONS(2429), + [anon_sym_QMARK] = ACTIONS(2427), + [anon_sym_QMARK2] = ACTIONS(2429), + [anon_sym_AMP] = ACTIONS(2429), + [aux_sym_custom_operator_token1] = ACTIONS(2429), + [anon_sym_LT] = ACTIONS(2427), + [anon_sym_GT] = ACTIONS(2427), + [anon_sym_LBRACE] = ACTIONS(2429), + [anon_sym_CARET_LBRACE] = ACTIONS(2429), + [anon_sym_RBRACE] = ACTIONS(2429), + [anon_sym_case] = ACTIONS(2429), + [anon_sym_fallthrough] = ACTIONS(2429), + [anon_sym_PLUS_EQ] = ACTIONS(2429), + [anon_sym_DASH_EQ] = ACTIONS(2429), + [anon_sym_STAR_EQ] = ACTIONS(2429), + [anon_sym_SLASH_EQ] = ACTIONS(2429), + [anon_sym_PERCENT_EQ] = ACTIONS(2429), + [anon_sym_BANG_EQ] = ACTIONS(2427), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2429), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2429), + [anon_sym_LT_EQ] = ACTIONS(2429), + [anon_sym_GT_EQ] = ACTIONS(2429), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2429), + [anon_sym_DOT_DOT_LT] = ACTIONS(2429), + [anon_sym_is] = ACTIONS(2429), + [anon_sym_PLUS] = ACTIONS(2427), + [anon_sym_DASH] = ACTIONS(2427), + [anon_sym_STAR] = ACTIONS(2427), + [anon_sym_SLASH] = ACTIONS(2427), + [anon_sym_PERCENT] = ACTIONS(2427), + [anon_sym_PLUS_PLUS] = ACTIONS(2429), + [anon_sym_DASH_DASH] = ACTIONS(2429), + [anon_sym_PIPE] = ACTIONS(2429), + [anon_sym_CARET] = ACTIONS(2427), + [anon_sym_LT_LT] = ACTIONS(2429), + [anon_sym_GT_GT] = ACTIONS(2429), + [anon_sym_class] = ACTIONS(2429), + [anon_sym_prefix] = ACTIONS(2429), + [anon_sym_infix] = ACTIONS(2429), + [anon_sym_postfix] = ACTIONS(2429), + [anon_sym_AT] = ACTIONS(2427), + [anon_sym_override] = ACTIONS(2429), + [anon_sym_convenience] = ACTIONS(2429), + [anon_sym_required] = ACTIONS(2429), + [anon_sym_nonisolated] = ACTIONS(2429), + [anon_sym_public] = ACTIONS(2429), + [anon_sym_private] = ACTIONS(2429), + [anon_sym_internal] = ACTIONS(2429), + [anon_sym_fileprivate] = ACTIONS(2429), + [anon_sym_open] = ACTIONS(2429), + [anon_sym_mutating] = ACTIONS(2429), + [anon_sym_nonmutating] = ACTIONS(2429), + [anon_sym_static] = ACTIONS(2429), + [anon_sym_dynamic] = ACTIONS(2429), + [anon_sym_optional] = ACTIONS(2429), + [anon_sym_distributed] = ACTIONS(2429), + [anon_sym_final] = ACTIONS(2429), + [anon_sym_inout] = ACTIONS(2429), + [anon_sym_ATescaping] = ACTIONS(2429), + [anon_sym_ATautoclosure] = ACTIONS(2429), + [anon_sym_weak] = ACTIONS(2429), + [anon_sym_unowned] = ACTIONS(2427), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2429), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2429), + [anon_sym_borrowing] = ACTIONS(2429), + [anon_sym_consuming] = ACTIONS(2429), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2429), + [sym__explicit_semi] = ACTIONS(2429), + [sym__dot_custom] = ACTIONS(2429), + [sym__conjunction_operator_custom] = ACTIONS(2429), + [sym__disjunction_operator_custom] = ACTIONS(2429), + [sym__nil_coalescing_operator_custom] = ACTIONS(2429), + [sym__eq_custom] = ACTIONS(2429), + [sym__eq_eq_custom] = ACTIONS(2429), + [sym__plus_then_ws] = ACTIONS(2429), + [sym__minus_then_ws] = ACTIONS(2429), + [sym__bang_custom] = ACTIONS(2429), + [sym_default_keyword] = ACTIONS(2429), + [sym_where_keyword] = ACTIONS(2429), + [sym__as_custom] = ACTIONS(2429), + [sym__as_quest_custom] = ACTIONS(2429), + [sym__as_bang_custom] = ACTIONS(2429), + [sym__custom_operator] = ACTIONS(2429), + }, + [STATE(1264)] = { + [anon_sym_BANG] = ACTIONS(2331), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2333), + [anon_sym_package] = ACTIONS(2333), + [anon_sym_COMMA] = ACTIONS(2333), + [anon_sym_LPAREN] = ACTIONS(2333), + [anon_sym_LBRACK] = ACTIONS(2333), + [anon_sym_QMARK] = ACTIONS(2331), + [anon_sym_QMARK2] = ACTIONS(2333), + [anon_sym_AMP] = ACTIONS(2333), + [aux_sym_custom_operator_token1] = ACTIONS(2333), + [anon_sym_LT] = ACTIONS(2331), + [anon_sym_GT] = ACTIONS(2331), + [anon_sym_LBRACE] = ACTIONS(2333), + [anon_sym_CARET_LBRACE] = ACTIONS(2333), + [anon_sym_RBRACE] = ACTIONS(2333), + [anon_sym_case] = ACTIONS(2333), + [anon_sym_fallthrough] = ACTIONS(2333), + [anon_sym_PLUS_EQ] = ACTIONS(2333), + [anon_sym_DASH_EQ] = ACTIONS(2333), + [anon_sym_STAR_EQ] = ACTIONS(2333), + [anon_sym_SLASH_EQ] = ACTIONS(2333), + [anon_sym_PERCENT_EQ] = ACTIONS(2333), + [anon_sym_BANG_EQ] = ACTIONS(2331), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2333), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2333), + [anon_sym_LT_EQ] = ACTIONS(2333), + [anon_sym_GT_EQ] = ACTIONS(2333), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2333), + [anon_sym_DOT_DOT_LT] = ACTIONS(2333), + [anon_sym_is] = ACTIONS(2333), + [anon_sym_PLUS] = ACTIONS(2331), + [anon_sym_DASH] = ACTIONS(2331), + [anon_sym_STAR] = ACTIONS(2331), + [anon_sym_SLASH] = ACTIONS(2331), + [anon_sym_PERCENT] = ACTIONS(2331), + [anon_sym_PLUS_PLUS] = ACTIONS(2333), + [anon_sym_DASH_DASH] = ACTIONS(2333), + [anon_sym_PIPE] = ACTIONS(2333), + [anon_sym_CARET] = ACTIONS(2331), + [anon_sym_LT_LT] = ACTIONS(2333), + [anon_sym_GT_GT] = ACTIONS(2333), + [anon_sym_class] = ACTIONS(2333), + [anon_sym_prefix] = ACTIONS(2333), + [anon_sym_infix] = ACTIONS(2333), + [anon_sym_postfix] = ACTIONS(2333), + [anon_sym_AT] = ACTIONS(2331), + [anon_sym_override] = ACTIONS(2333), + [anon_sym_convenience] = ACTIONS(2333), + [anon_sym_required] = ACTIONS(2333), + [anon_sym_nonisolated] = ACTIONS(2333), + [anon_sym_public] = ACTIONS(2333), + [anon_sym_private] = ACTIONS(2333), + [anon_sym_internal] = ACTIONS(2333), + [anon_sym_fileprivate] = ACTIONS(2333), + [anon_sym_open] = ACTIONS(2333), + [anon_sym_mutating] = ACTIONS(2333), + [anon_sym_nonmutating] = ACTIONS(2333), + [anon_sym_static] = ACTIONS(2333), + [anon_sym_dynamic] = ACTIONS(2333), + [anon_sym_optional] = ACTIONS(2333), + [anon_sym_distributed] = ACTIONS(2333), + [anon_sym_final] = ACTIONS(2333), + [anon_sym_inout] = ACTIONS(2333), + [anon_sym_ATescaping] = ACTIONS(2333), + [anon_sym_ATautoclosure] = ACTIONS(2333), + [anon_sym_weak] = ACTIONS(2333), + [anon_sym_unowned] = ACTIONS(2331), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2333), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2333), + [anon_sym_borrowing] = ACTIONS(2333), + [anon_sym_consuming] = ACTIONS(2333), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2333), + [sym__explicit_semi] = ACTIONS(2333), + [sym__dot_custom] = ACTIONS(2333), + [sym__conjunction_operator_custom] = ACTIONS(2333), + [sym__disjunction_operator_custom] = ACTIONS(2333), + [sym__nil_coalescing_operator_custom] = ACTIONS(2333), + [sym__eq_custom] = ACTIONS(2333), + [sym__eq_eq_custom] = ACTIONS(2333), + [sym__plus_then_ws] = ACTIONS(2333), + [sym__minus_then_ws] = ACTIONS(2333), + [sym__bang_custom] = ACTIONS(2333), + [sym_default_keyword] = ACTIONS(2333), + [sym_where_keyword] = ACTIONS(2333), + [sym__as_custom] = ACTIONS(2333), + [sym__as_quest_custom] = ACTIONS(2333), + [sym__as_bang_custom] = ACTIONS(2333), + [sym__custom_operator] = ACTIONS(2333), + }, + [STATE(1265)] = { + [anon_sym_BANG] = ACTIONS(2447), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2449), + [anon_sym_package] = ACTIONS(2449), + [anon_sym_COMMA] = ACTIONS(2449), + [anon_sym_LPAREN] = ACTIONS(2449), + [anon_sym_LBRACK] = ACTIONS(2449), + [anon_sym_QMARK] = ACTIONS(2447), + [anon_sym_QMARK2] = ACTIONS(2449), + [anon_sym_AMP] = ACTIONS(2449), + [aux_sym_custom_operator_token1] = ACTIONS(2449), + [anon_sym_LT] = ACTIONS(2447), + [anon_sym_GT] = ACTIONS(2447), + [anon_sym_LBRACE] = ACTIONS(2449), + [anon_sym_CARET_LBRACE] = ACTIONS(2449), + [anon_sym_RBRACE] = ACTIONS(2449), + [anon_sym_case] = ACTIONS(2449), + [anon_sym_fallthrough] = ACTIONS(2449), + [anon_sym_PLUS_EQ] = ACTIONS(2449), + [anon_sym_DASH_EQ] = ACTIONS(2449), + [anon_sym_STAR_EQ] = ACTIONS(2449), + [anon_sym_SLASH_EQ] = ACTIONS(2449), + [anon_sym_PERCENT_EQ] = ACTIONS(2449), + [anon_sym_BANG_EQ] = ACTIONS(2447), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2449), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2449), + [anon_sym_LT_EQ] = ACTIONS(2449), + [anon_sym_GT_EQ] = ACTIONS(2449), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2449), + [anon_sym_DOT_DOT_LT] = ACTIONS(2449), + [anon_sym_is] = ACTIONS(2449), + [anon_sym_PLUS] = ACTIONS(2447), + [anon_sym_DASH] = ACTIONS(2447), + [anon_sym_STAR] = ACTIONS(2447), + [anon_sym_SLASH] = ACTIONS(2447), + [anon_sym_PERCENT] = ACTIONS(2447), + [anon_sym_PLUS_PLUS] = ACTIONS(2449), + [anon_sym_DASH_DASH] = ACTIONS(2449), + [anon_sym_PIPE] = ACTIONS(2449), + [anon_sym_CARET] = ACTIONS(2447), + [anon_sym_LT_LT] = ACTIONS(2449), + [anon_sym_GT_GT] = ACTIONS(2449), + [anon_sym_class] = ACTIONS(2449), + [anon_sym_prefix] = ACTIONS(2449), + [anon_sym_infix] = ACTIONS(2449), + [anon_sym_postfix] = ACTIONS(2449), + [anon_sym_AT] = ACTIONS(2447), + [anon_sym_override] = ACTIONS(2449), + [anon_sym_convenience] = ACTIONS(2449), + [anon_sym_required] = ACTIONS(2449), + [anon_sym_nonisolated] = ACTIONS(2449), + [anon_sym_public] = ACTIONS(2449), + [anon_sym_private] = ACTIONS(2449), + [anon_sym_internal] = ACTIONS(2449), + [anon_sym_fileprivate] = ACTIONS(2449), + [anon_sym_open] = ACTIONS(2449), + [anon_sym_mutating] = ACTIONS(2449), + [anon_sym_nonmutating] = ACTIONS(2449), + [anon_sym_static] = ACTIONS(2449), + [anon_sym_dynamic] = ACTIONS(2449), + [anon_sym_optional] = ACTIONS(2449), + [anon_sym_distributed] = ACTIONS(2449), + [anon_sym_final] = ACTIONS(2449), + [anon_sym_inout] = ACTIONS(2449), + [anon_sym_ATescaping] = ACTIONS(2449), + [anon_sym_ATautoclosure] = ACTIONS(2449), + [anon_sym_weak] = ACTIONS(2449), + [anon_sym_unowned] = ACTIONS(2447), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2449), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2449), + [anon_sym_borrowing] = ACTIONS(2449), + [anon_sym_consuming] = ACTIONS(2449), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2449), + [sym__explicit_semi] = ACTIONS(2449), + [sym__dot_custom] = ACTIONS(2449), + [sym__conjunction_operator_custom] = ACTIONS(2449), + [sym__disjunction_operator_custom] = ACTIONS(2449), + [sym__nil_coalescing_operator_custom] = ACTIONS(2449), + [sym__eq_custom] = ACTIONS(2449), + [sym__eq_eq_custom] = ACTIONS(2449), + [sym__plus_then_ws] = ACTIONS(2449), + [sym__minus_then_ws] = ACTIONS(2449), + [sym__bang_custom] = ACTIONS(2449), + [sym_default_keyword] = ACTIONS(2449), + [sym_where_keyword] = ACTIONS(2449), + [sym__as_custom] = ACTIONS(2449), + [sym__as_quest_custom] = ACTIONS(2449), + [sym__as_bang_custom] = ACTIONS(2449), + [sym__custom_operator] = ACTIONS(2449), + }, + [STATE(1266)] = { + [anon_sym_BANG] = ACTIONS(2338), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2340), + [anon_sym_package] = ACTIONS(2340), + [anon_sym_COMMA] = ACTIONS(2340), + [anon_sym_LPAREN] = ACTIONS(2340), + [anon_sym_LBRACK] = ACTIONS(2340), + [anon_sym_QMARK] = ACTIONS(2338), + [anon_sym_QMARK2] = ACTIONS(2340), + [anon_sym_AMP] = ACTIONS(2340), + [aux_sym_custom_operator_token1] = ACTIONS(2340), + [anon_sym_LT] = ACTIONS(2338), + [anon_sym_GT] = ACTIONS(2338), + [anon_sym_LBRACE] = ACTIONS(2340), + [anon_sym_CARET_LBRACE] = ACTIONS(2340), + [anon_sym_RBRACE] = ACTIONS(2340), + [anon_sym_case] = ACTIONS(2340), + [anon_sym_fallthrough] = ACTIONS(2340), + [anon_sym_PLUS_EQ] = ACTIONS(2340), + [anon_sym_DASH_EQ] = ACTIONS(2340), + [anon_sym_STAR_EQ] = ACTIONS(2340), + [anon_sym_SLASH_EQ] = ACTIONS(2340), + [anon_sym_PERCENT_EQ] = ACTIONS(2340), + [anon_sym_BANG_EQ] = ACTIONS(2338), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2340), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2340), + [anon_sym_LT_EQ] = ACTIONS(2340), + [anon_sym_GT_EQ] = ACTIONS(2340), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2340), + [anon_sym_DOT_DOT_LT] = ACTIONS(2340), + [anon_sym_is] = ACTIONS(2340), + [anon_sym_PLUS] = ACTIONS(2338), + [anon_sym_DASH] = ACTIONS(2338), + [anon_sym_STAR] = ACTIONS(2338), + [anon_sym_SLASH] = ACTIONS(2338), + [anon_sym_PERCENT] = ACTIONS(2338), + [anon_sym_PLUS_PLUS] = ACTIONS(2340), + [anon_sym_DASH_DASH] = ACTIONS(2340), + [anon_sym_PIPE] = ACTIONS(2340), + [anon_sym_CARET] = ACTIONS(2338), + [anon_sym_LT_LT] = ACTIONS(2340), + [anon_sym_GT_GT] = ACTIONS(2340), + [anon_sym_class] = ACTIONS(2340), + [anon_sym_prefix] = ACTIONS(2340), + [anon_sym_infix] = ACTIONS(2340), + [anon_sym_postfix] = ACTIONS(2340), + [anon_sym_AT] = ACTIONS(2338), + [anon_sym_override] = ACTIONS(2340), + [anon_sym_convenience] = ACTIONS(2340), + [anon_sym_required] = ACTIONS(2340), + [anon_sym_nonisolated] = ACTIONS(2340), + [anon_sym_public] = ACTIONS(2340), + [anon_sym_private] = ACTIONS(2340), + [anon_sym_internal] = ACTIONS(2340), + [anon_sym_fileprivate] = ACTIONS(2340), + [anon_sym_open] = ACTIONS(2340), + [anon_sym_mutating] = ACTIONS(2340), + [anon_sym_nonmutating] = ACTIONS(2340), + [anon_sym_static] = ACTIONS(2340), + [anon_sym_dynamic] = ACTIONS(2340), + [anon_sym_optional] = ACTIONS(2340), + [anon_sym_distributed] = ACTIONS(2340), + [anon_sym_final] = ACTIONS(2340), + [anon_sym_inout] = ACTIONS(2340), + [anon_sym_ATescaping] = ACTIONS(2340), + [anon_sym_ATautoclosure] = ACTIONS(2340), + [anon_sym_weak] = ACTIONS(2340), + [anon_sym_unowned] = ACTIONS(2338), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2340), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2340), + [anon_sym_borrowing] = ACTIONS(2340), + [anon_sym_consuming] = ACTIONS(2340), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2340), + [sym__explicit_semi] = ACTIONS(2340), + [sym__dot_custom] = ACTIONS(2340), + [sym__conjunction_operator_custom] = ACTIONS(2340), + [sym__disjunction_operator_custom] = ACTIONS(2340), + [sym__nil_coalescing_operator_custom] = ACTIONS(2340), + [sym__eq_custom] = ACTIONS(2340), + [sym__eq_eq_custom] = ACTIONS(2340), + [sym__plus_then_ws] = ACTIONS(2340), + [sym__minus_then_ws] = ACTIONS(2340), + [sym__bang_custom] = ACTIONS(2340), + [sym_default_keyword] = ACTIONS(2340), + [sym_where_keyword] = ACTIONS(2340), + [sym__as_custom] = ACTIONS(2340), + [sym__as_quest_custom] = ACTIONS(2340), + [sym__as_bang_custom] = ACTIONS(2340), + [sym__custom_operator] = ACTIONS(2340), + }, + [STATE(1267)] = { + [anon_sym_BANG] = ACTIONS(2451), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2454), + [anon_sym_package] = ACTIONS(2454), + [anon_sym_COMMA] = ACTIONS(2454), + [anon_sym_LPAREN] = ACTIONS(2454), + [anon_sym_LBRACK] = ACTIONS(2454), + [anon_sym_QMARK] = ACTIONS(2451), + [anon_sym_QMARK2] = ACTIONS(2454), + [anon_sym_AMP] = ACTIONS(2454), + [aux_sym_custom_operator_token1] = ACTIONS(2454), + [anon_sym_LT] = ACTIONS(2451), + [anon_sym_GT] = ACTIONS(2451), + [anon_sym_LBRACE] = ACTIONS(2454), + [anon_sym_CARET_LBRACE] = ACTIONS(2454), + [anon_sym_RBRACE] = ACTIONS(2454), + [anon_sym_case] = ACTIONS(2454), + [anon_sym_fallthrough] = ACTIONS(2454), + [anon_sym_PLUS_EQ] = ACTIONS(2454), + [anon_sym_DASH_EQ] = ACTIONS(2454), + [anon_sym_STAR_EQ] = ACTIONS(2454), + [anon_sym_SLASH_EQ] = ACTIONS(2454), + [anon_sym_PERCENT_EQ] = ACTIONS(2454), + [anon_sym_BANG_EQ] = ACTIONS(2451), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2454), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2454), + [anon_sym_LT_EQ] = ACTIONS(2454), + [anon_sym_GT_EQ] = ACTIONS(2454), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2454), + [anon_sym_DOT_DOT_LT] = ACTIONS(2454), + [anon_sym_is] = ACTIONS(2454), + [anon_sym_PLUS] = ACTIONS(2451), + [anon_sym_DASH] = ACTIONS(2451), + [anon_sym_STAR] = ACTIONS(2451), + [anon_sym_SLASH] = ACTIONS(2451), + [anon_sym_PERCENT] = ACTIONS(2451), + [anon_sym_PLUS_PLUS] = ACTIONS(2454), + [anon_sym_DASH_DASH] = ACTIONS(2454), + [anon_sym_PIPE] = ACTIONS(2454), + [anon_sym_CARET] = ACTIONS(2451), + [anon_sym_LT_LT] = ACTIONS(2454), + [anon_sym_GT_GT] = ACTIONS(2454), + [anon_sym_class] = ACTIONS(2454), + [anon_sym_prefix] = ACTIONS(2454), + [anon_sym_infix] = ACTIONS(2454), + [anon_sym_postfix] = ACTIONS(2454), + [anon_sym_AT] = ACTIONS(2451), + [anon_sym_override] = ACTIONS(2454), + [anon_sym_convenience] = ACTIONS(2454), + [anon_sym_required] = ACTIONS(2454), + [anon_sym_nonisolated] = ACTIONS(2454), + [anon_sym_public] = ACTIONS(2454), + [anon_sym_private] = ACTIONS(2454), + [anon_sym_internal] = ACTIONS(2454), + [anon_sym_fileprivate] = ACTIONS(2454), + [anon_sym_open] = ACTIONS(2454), + [anon_sym_mutating] = ACTIONS(2454), + [anon_sym_nonmutating] = ACTIONS(2454), + [anon_sym_static] = ACTIONS(2454), + [anon_sym_dynamic] = ACTIONS(2454), + [anon_sym_optional] = ACTIONS(2454), + [anon_sym_distributed] = ACTIONS(2454), + [anon_sym_final] = ACTIONS(2454), + [anon_sym_inout] = ACTIONS(2454), + [anon_sym_ATescaping] = ACTIONS(2454), + [anon_sym_ATautoclosure] = ACTIONS(2454), + [anon_sym_weak] = ACTIONS(2454), + [anon_sym_unowned] = ACTIONS(2451), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2454), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2454), + [anon_sym_borrowing] = ACTIONS(2454), + [anon_sym_consuming] = ACTIONS(2454), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2454), + [sym__explicit_semi] = ACTIONS(2454), + [sym__dot_custom] = ACTIONS(2454), + [sym__conjunction_operator_custom] = ACTIONS(2454), + [sym__disjunction_operator_custom] = ACTIONS(2454), + [sym__nil_coalescing_operator_custom] = ACTIONS(2454), + [sym__eq_custom] = ACTIONS(2454), + [sym__eq_eq_custom] = ACTIONS(2454), + [sym__plus_then_ws] = ACTIONS(2454), + [sym__minus_then_ws] = ACTIONS(2454), + [sym__bang_custom] = ACTIONS(2454), + [sym_default_keyword] = ACTIONS(2454), + [sym_where_keyword] = ACTIONS(2454), + [sym__as_custom] = ACTIONS(2454), + [sym__as_quest_custom] = ACTIONS(2454), + [sym__as_bang_custom] = ACTIONS(2454), + [sym__custom_operator] = ACTIONS(2454), + }, + [STATE(1268)] = { + [anon_sym_BANG] = ACTIONS(2457), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2460), + [anon_sym_package] = ACTIONS(2460), + [anon_sym_COMMA] = ACTIONS(2460), + [anon_sym_LPAREN] = ACTIONS(2460), + [anon_sym_LBRACK] = ACTIONS(2460), + [anon_sym_QMARK] = ACTIONS(2457), + [anon_sym_QMARK2] = ACTIONS(2460), + [anon_sym_AMP] = ACTIONS(2460), + [aux_sym_custom_operator_token1] = ACTIONS(2460), + [anon_sym_LT] = ACTIONS(2457), + [anon_sym_GT] = ACTIONS(2457), + [anon_sym_LBRACE] = ACTIONS(2460), + [anon_sym_CARET_LBRACE] = ACTIONS(2460), + [anon_sym_RBRACE] = ACTIONS(2460), + [anon_sym_case] = ACTIONS(2460), + [anon_sym_fallthrough] = ACTIONS(2460), + [anon_sym_PLUS_EQ] = ACTIONS(2460), + [anon_sym_DASH_EQ] = ACTIONS(2460), + [anon_sym_STAR_EQ] = ACTIONS(2460), + [anon_sym_SLASH_EQ] = ACTIONS(2460), + [anon_sym_PERCENT_EQ] = ACTIONS(2460), + [anon_sym_BANG_EQ] = ACTIONS(2457), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2460), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2460), + [anon_sym_LT_EQ] = ACTIONS(2460), + [anon_sym_GT_EQ] = ACTIONS(2460), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2460), + [anon_sym_DOT_DOT_LT] = ACTIONS(2460), + [anon_sym_is] = ACTIONS(2460), + [anon_sym_PLUS] = ACTIONS(2457), + [anon_sym_DASH] = ACTIONS(2457), + [anon_sym_STAR] = ACTIONS(2457), + [anon_sym_SLASH] = ACTIONS(2457), + [anon_sym_PERCENT] = ACTIONS(2457), + [anon_sym_PLUS_PLUS] = ACTIONS(2460), + [anon_sym_DASH_DASH] = ACTIONS(2460), + [anon_sym_PIPE] = ACTIONS(2460), + [anon_sym_CARET] = ACTIONS(2457), + [anon_sym_LT_LT] = ACTIONS(2460), + [anon_sym_GT_GT] = ACTIONS(2460), + [anon_sym_class] = ACTIONS(2460), + [anon_sym_prefix] = ACTIONS(2460), + [anon_sym_infix] = ACTIONS(2460), + [anon_sym_postfix] = ACTIONS(2460), + [anon_sym_AT] = ACTIONS(2457), + [anon_sym_override] = ACTIONS(2460), + [anon_sym_convenience] = ACTIONS(2460), + [anon_sym_required] = ACTIONS(2460), + [anon_sym_nonisolated] = ACTIONS(2460), + [anon_sym_public] = ACTIONS(2460), + [anon_sym_private] = ACTIONS(2460), + [anon_sym_internal] = ACTIONS(2460), + [anon_sym_fileprivate] = ACTIONS(2460), + [anon_sym_open] = ACTIONS(2460), + [anon_sym_mutating] = ACTIONS(2460), + [anon_sym_nonmutating] = ACTIONS(2460), + [anon_sym_static] = ACTIONS(2460), + [anon_sym_dynamic] = ACTIONS(2460), + [anon_sym_optional] = ACTIONS(2460), + [anon_sym_distributed] = ACTIONS(2460), + [anon_sym_final] = ACTIONS(2460), + [anon_sym_inout] = ACTIONS(2460), + [anon_sym_ATescaping] = ACTIONS(2460), + [anon_sym_ATautoclosure] = ACTIONS(2460), + [anon_sym_weak] = ACTIONS(2460), + [anon_sym_unowned] = ACTIONS(2457), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2460), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2460), + [anon_sym_borrowing] = ACTIONS(2460), + [anon_sym_consuming] = ACTIONS(2460), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2460), + [sym__explicit_semi] = ACTIONS(2460), + [sym__dot_custom] = ACTIONS(2460), + [sym__conjunction_operator_custom] = ACTIONS(2460), + [sym__disjunction_operator_custom] = ACTIONS(2460), + [sym__nil_coalescing_operator_custom] = ACTIONS(2460), + [sym__eq_custom] = ACTIONS(2460), + [sym__eq_eq_custom] = ACTIONS(2460), + [sym__plus_then_ws] = ACTIONS(2460), + [sym__minus_then_ws] = ACTIONS(2460), + [sym__bang_custom] = ACTIONS(2460), + [sym_default_keyword] = ACTIONS(2460), + [sym_where_keyword] = ACTIONS(2460), + [sym__as_custom] = ACTIONS(2460), + [sym__as_quest_custom] = ACTIONS(2460), + [sym__as_bang_custom] = ACTIONS(2460), + [sym__custom_operator] = ACTIONS(2460), + }, + [STATE(1269)] = { + [anon_sym_BANG] = ACTIONS(2342), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2344), + [anon_sym_package] = ACTIONS(2344), + [anon_sym_COMMA] = ACTIONS(2344), + [anon_sym_LPAREN] = ACTIONS(2344), + [anon_sym_LBRACK] = ACTIONS(2344), + [anon_sym_QMARK] = ACTIONS(2342), + [anon_sym_QMARK2] = ACTIONS(2344), + [anon_sym_AMP] = ACTIONS(2344), + [aux_sym_custom_operator_token1] = ACTIONS(2344), + [anon_sym_LT] = ACTIONS(2342), + [anon_sym_GT] = ACTIONS(2342), + [anon_sym_LBRACE] = ACTIONS(2344), + [anon_sym_CARET_LBRACE] = ACTIONS(2344), + [anon_sym_RBRACE] = ACTIONS(2344), + [anon_sym_case] = ACTIONS(2344), + [anon_sym_fallthrough] = ACTIONS(2344), + [anon_sym_PLUS_EQ] = ACTIONS(2344), + [anon_sym_DASH_EQ] = ACTIONS(2344), + [anon_sym_STAR_EQ] = ACTIONS(2344), + [anon_sym_SLASH_EQ] = ACTIONS(2344), + [anon_sym_PERCENT_EQ] = ACTIONS(2344), + [anon_sym_BANG_EQ] = ACTIONS(2342), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2344), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2344), + [anon_sym_LT_EQ] = ACTIONS(2344), + [anon_sym_GT_EQ] = ACTIONS(2344), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2344), + [anon_sym_DOT_DOT_LT] = ACTIONS(2344), + [anon_sym_is] = ACTIONS(2344), + [anon_sym_PLUS] = ACTIONS(2342), + [anon_sym_DASH] = ACTIONS(2342), + [anon_sym_STAR] = ACTIONS(2342), + [anon_sym_SLASH] = ACTIONS(2342), + [anon_sym_PERCENT] = ACTIONS(2342), + [anon_sym_PLUS_PLUS] = ACTIONS(2344), + [anon_sym_DASH_DASH] = ACTIONS(2344), + [anon_sym_PIPE] = ACTIONS(2344), + [anon_sym_CARET] = ACTIONS(2342), + [anon_sym_LT_LT] = ACTIONS(2344), + [anon_sym_GT_GT] = ACTIONS(2344), + [anon_sym_class] = ACTIONS(2344), + [anon_sym_prefix] = ACTIONS(2344), + [anon_sym_infix] = ACTIONS(2344), + [anon_sym_postfix] = ACTIONS(2344), + [anon_sym_AT] = ACTIONS(2342), + [anon_sym_override] = ACTIONS(2344), + [anon_sym_convenience] = ACTIONS(2344), + [anon_sym_required] = ACTIONS(2344), + [anon_sym_nonisolated] = ACTIONS(2344), + [anon_sym_public] = ACTIONS(2344), + [anon_sym_private] = ACTIONS(2344), + [anon_sym_internal] = ACTIONS(2344), + [anon_sym_fileprivate] = ACTIONS(2344), + [anon_sym_open] = ACTIONS(2344), + [anon_sym_mutating] = ACTIONS(2344), + [anon_sym_nonmutating] = ACTIONS(2344), + [anon_sym_static] = ACTIONS(2344), + [anon_sym_dynamic] = ACTIONS(2344), + [anon_sym_optional] = ACTIONS(2344), + [anon_sym_distributed] = ACTIONS(2344), + [anon_sym_final] = ACTIONS(2344), + [anon_sym_inout] = ACTIONS(2344), + [anon_sym_ATescaping] = ACTIONS(2344), + [anon_sym_ATautoclosure] = ACTIONS(2344), + [anon_sym_weak] = ACTIONS(2344), + [anon_sym_unowned] = ACTIONS(2342), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2344), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2344), + [anon_sym_borrowing] = ACTIONS(2344), + [anon_sym_consuming] = ACTIONS(2344), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2344), + [sym__explicit_semi] = ACTIONS(2344), + [sym__dot_custom] = ACTIONS(2344), + [sym__conjunction_operator_custom] = ACTIONS(2344), + [sym__disjunction_operator_custom] = ACTIONS(2344), + [sym__nil_coalescing_operator_custom] = ACTIONS(2344), + [sym__eq_custom] = ACTIONS(2344), + [sym__eq_eq_custom] = ACTIONS(2344), + [sym__plus_then_ws] = ACTIONS(2344), + [sym__minus_then_ws] = ACTIONS(2344), + [sym__bang_custom] = ACTIONS(2344), + [sym_default_keyword] = ACTIONS(2344), + [sym_where_keyword] = ACTIONS(2344), + [sym__as_custom] = ACTIONS(2344), + [sym__as_quest_custom] = ACTIONS(2344), + [sym__as_bang_custom] = ACTIONS(2344), + [sym__custom_operator] = ACTIONS(2344), + }, + [STATE(1270)] = { + [anon_sym_BANG] = ACTIONS(2463), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2466), + [anon_sym_package] = ACTIONS(2466), + [anon_sym_COMMA] = ACTIONS(2466), + [anon_sym_LPAREN] = ACTIONS(2466), + [anon_sym_LBRACK] = ACTIONS(2466), + [anon_sym_QMARK] = ACTIONS(2463), + [anon_sym_QMARK2] = ACTIONS(2466), + [anon_sym_AMP] = ACTIONS(2466), + [aux_sym_custom_operator_token1] = ACTIONS(2466), + [anon_sym_LT] = ACTIONS(2463), + [anon_sym_GT] = ACTIONS(2463), + [anon_sym_LBRACE] = ACTIONS(2466), + [anon_sym_CARET_LBRACE] = ACTIONS(2466), + [anon_sym_RBRACE] = ACTIONS(2466), + [anon_sym_case] = ACTIONS(2466), + [anon_sym_fallthrough] = ACTIONS(2466), + [anon_sym_PLUS_EQ] = ACTIONS(2466), + [anon_sym_DASH_EQ] = ACTIONS(2466), + [anon_sym_STAR_EQ] = ACTIONS(2466), + [anon_sym_SLASH_EQ] = ACTIONS(2466), + [anon_sym_PERCENT_EQ] = ACTIONS(2466), + [anon_sym_BANG_EQ] = ACTIONS(2463), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2466), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2466), + [anon_sym_LT_EQ] = ACTIONS(2466), + [anon_sym_GT_EQ] = ACTIONS(2466), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2466), + [anon_sym_DOT_DOT_LT] = ACTIONS(2466), + [anon_sym_is] = ACTIONS(2466), + [anon_sym_PLUS] = ACTIONS(2463), + [anon_sym_DASH] = ACTIONS(2463), + [anon_sym_STAR] = ACTIONS(2463), + [anon_sym_SLASH] = ACTIONS(2463), + [anon_sym_PERCENT] = ACTIONS(2463), + [anon_sym_PLUS_PLUS] = ACTIONS(2466), + [anon_sym_DASH_DASH] = ACTIONS(2466), + [anon_sym_PIPE] = ACTIONS(2466), + [anon_sym_CARET] = ACTIONS(2463), + [anon_sym_LT_LT] = ACTIONS(2466), + [anon_sym_GT_GT] = ACTIONS(2466), + [anon_sym_class] = ACTIONS(2466), + [anon_sym_prefix] = ACTIONS(2466), + [anon_sym_infix] = ACTIONS(2466), + [anon_sym_postfix] = ACTIONS(2466), + [anon_sym_AT] = ACTIONS(2463), + [anon_sym_override] = ACTIONS(2466), + [anon_sym_convenience] = ACTIONS(2466), + [anon_sym_required] = ACTIONS(2466), + [anon_sym_nonisolated] = ACTIONS(2466), + [anon_sym_public] = ACTIONS(2466), + [anon_sym_private] = ACTIONS(2466), + [anon_sym_internal] = ACTIONS(2466), + [anon_sym_fileprivate] = ACTIONS(2466), + [anon_sym_open] = ACTIONS(2466), + [anon_sym_mutating] = ACTIONS(2466), + [anon_sym_nonmutating] = ACTIONS(2466), + [anon_sym_static] = ACTIONS(2466), + [anon_sym_dynamic] = ACTIONS(2466), + [anon_sym_optional] = ACTIONS(2466), + [anon_sym_distributed] = ACTIONS(2466), + [anon_sym_final] = ACTIONS(2466), + [anon_sym_inout] = ACTIONS(2466), + [anon_sym_ATescaping] = ACTIONS(2466), + [anon_sym_ATautoclosure] = ACTIONS(2466), + [anon_sym_weak] = ACTIONS(2466), + [anon_sym_unowned] = ACTIONS(2463), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2466), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2466), + [anon_sym_borrowing] = ACTIONS(2466), + [anon_sym_consuming] = ACTIONS(2466), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2466), + [sym__explicit_semi] = ACTIONS(2466), + [sym__dot_custom] = ACTIONS(2466), + [sym__conjunction_operator_custom] = ACTIONS(2466), + [sym__disjunction_operator_custom] = ACTIONS(2466), + [sym__nil_coalescing_operator_custom] = ACTIONS(2466), + [sym__eq_custom] = ACTIONS(2466), + [sym__eq_eq_custom] = ACTIONS(2466), + [sym__plus_then_ws] = ACTIONS(2466), + [sym__minus_then_ws] = ACTIONS(2466), + [sym__bang_custom] = ACTIONS(2466), + [sym_default_keyword] = ACTIONS(2466), + [sym_where_keyword] = ACTIONS(2466), + [sym__as_custom] = ACTIONS(2466), + [sym__as_quest_custom] = ACTIONS(2466), + [sym__as_bang_custom] = ACTIONS(2466), + [sym__custom_operator] = ACTIONS(2466), + }, + [STATE(1271)] = { + [anon_sym_BANG] = ACTIONS(2469), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2472), + [anon_sym_package] = ACTIONS(2472), + [anon_sym_COMMA] = ACTIONS(2472), + [anon_sym_LPAREN] = ACTIONS(2472), + [anon_sym_LBRACK] = ACTIONS(2472), + [anon_sym_QMARK] = ACTIONS(2469), + [anon_sym_QMARK2] = ACTIONS(2472), + [anon_sym_AMP] = ACTIONS(2472), + [aux_sym_custom_operator_token1] = ACTIONS(2472), + [anon_sym_LT] = ACTIONS(2469), + [anon_sym_GT] = ACTIONS(2469), + [anon_sym_LBRACE] = ACTIONS(2472), + [anon_sym_CARET_LBRACE] = ACTIONS(2472), + [anon_sym_RBRACE] = ACTIONS(2472), + [anon_sym_case] = ACTIONS(2472), + [anon_sym_fallthrough] = ACTIONS(2472), + [anon_sym_PLUS_EQ] = ACTIONS(2472), + [anon_sym_DASH_EQ] = ACTIONS(2472), + [anon_sym_STAR_EQ] = ACTIONS(2472), + [anon_sym_SLASH_EQ] = ACTIONS(2472), + [anon_sym_PERCENT_EQ] = ACTIONS(2472), + [anon_sym_BANG_EQ] = ACTIONS(2469), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2472), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2472), + [anon_sym_LT_EQ] = ACTIONS(2472), + [anon_sym_GT_EQ] = ACTIONS(2472), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2472), + [anon_sym_DOT_DOT_LT] = ACTIONS(2472), + [anon_sym_is] = ACTIONS(2472), + [anon_sym_PLUS] = ACTIONS(2469), + [anon_sym_DASH] = ACTIONS(2469), + [anon_sym_STAR] = ACTIONS(2469), + [anon_sym_SLASH] = ACTIONS(2469), + [anon_sym_PERCENT] = ACTIONS(2469), + [anon_sym_PLUS_PLUS] = ACTIONS(2472), + [anon_sym_DASH_DASH] = ACTIONS(2472), + [anon_sym_PIPE] = ACTIONS(2472), + [anon_sym_CARET] = ACTIONS(2469), + [anon_sym_LT_LT] = ACTIONS(2472), + [anon_sym_GT_GT] = ACTIONS(2472), + [anon_sym_class] = ACTIONS(2472), + [anon_sym_prefix] = ACTIONS(2472), + [anon_sym_infix] = ACTIONS(2472), + [anon_sym_postfix] = ACTIONS(2472), + [anon_sym_AT] = ACTIONS(2469), + [anon_sym_override] = ACTIONS(2472), + [anon_sym_convenience] = ACTIONS(2472), + [anon_sym_required] = ACTIONS(2472), + [anon_sym_nonisolated] = ACTIONS(2472), + [anon_sym_public] = ACTIONS(2472), + [anon_sym_private] = ACTIONS(2472), + [anon_sym_internal] = ACTIONS(2472), + [anon_sym_fileprivate] = ACTIONS(2472), + [anon_sym_open] = ACTIONS(2472), + [anon_sym_mutating] = ACTIONS(2472), + [anon_sym_nonmutating] = ACTIONS(2472), + [anon_sym_static] = ACTIONS(2472), + [anon_sym_dynamic] = ACTIONS(2472), + [anon_sym_optional] = ACTIONS(2472), + [anon_sym_distributed] = ACTIONS(2472), + [anon_sym_final] = ACTIONS(2472), + [anon_sym_inout] = ACTIONS(2472), + [anon_sym_ATescaping] = ACTIONS(2472), + [anon_sym_ATautoclosure] = ACTIONS(2472), + [anon_sym_weak] = ACTIONS(2472), + [anon_sym_unowned] = ACTIONS(2469), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2472), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2472), + [anon_sym_borrowing] = ACTIONS(2472), + [anon_sym_consuming] = ACTIONS(2472), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2472), + [sym__explicit_semi] = ACTIONS(2472), + [sym__dot_custom] = ACTIONS(2472), + [sym__conjunction_operator_custom] = ACTIONS(2472), + [sym__disjunction_operator_custom] = ACTIONS(2472), + [sym__nil_coalescing_operator_custom] = ACTIONS(2472), + [sym__eq_custom] = ACTIONS(2472), + [sym__eq_eq_custom] = ACTIONS(2472), + [sym__plus_then_ws] = ACTIONS(2472), + [sym__minus_then_ws] = ACTIONS(2472), + [sym__bang_custom] = ACTIONS(2472), + [sym_default_keyword] = ACTIONS(2472), + [sym_where_keyword] = ACTIONS(2472), + [sym__as_custom] = ACTIONS(2472), + [sym__as_quest_custom] = ACTIONS(2472), + [sym__as_bang_custom] = ACTIONS(2472), + [sym__custom_operator] = ACTIONS(2472), + }, + [STATE(1272)] = { + [anon_sym_BANG] = ACTIONS(453), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(475), + [anon_sym_package] = ACTIONS(475), + [anon_sym_COMMA] = ACTIONS(475), + [anon_sym_LPAREN] = ACTIONS(475), + [anon_sym_LBRACK] = ACTIONS(475), + [anon_sym_QMARK] = ACTIONS(453), + [anon_sym_QMARK2] = ACTIONS(475), + [anon_sym_AMP] = ACTIONS(475), + [aux_sym_custom_operator_token1] = ACTIONS(475), + [anon_sym_LT] = ACTIONS(453), + [anon_sym_GT] = ACTIONS(453), + [anon_sym_LBRACE] = ACTIONS(475), + [anon_sym_CARET_LBRACE] = ACTIONS(475), + [anon_sym_RBRACE] = ACTIONS(475), + [anon_sym_case] = ACTIONS(475), + [anon_sym_fallthrough] = ACTIONS(475), + [anon_sym_PLUS_EQ] = ACTIONS(475), + [anon_sym_DASH_EQ] = ACTIONS(475), + [anon_sym_STAR_EQ] = ACTIONS(475), + [anon_sym_SLASH_EQ] = ACTIONS(475), + [anon_sym_PERCENT_EQ] = ACTIONS(475), + [anon_sym_BANG_EQ] = ACTIONS(453), + [anon_sym_BANG_EQ_EQ] = ACTIONS(475), + [anon_sym_EQ_EQ_EQ] = ACTIONS(475), + [anon_sym_LT_EQ] = ACTIONS(475), + [anon_sym_GT_EQ] = ACTIONS(475), + [anon_sym_DOT_DOT_DOT] = ACTIONS(475), + [anon_sym_DOT_DOT_LT] = ACTIONS(475), + [anon_sym_is] = ACTIONS(475), + [anon_sym_PLUS] = ACTIONS(453), + [anon_sym_DASH] = ACTIONS(453), + [anon_sym_STAR] = ACTIONS(453), + [anon_sym_SLASH] = ACTIONS(453), + [anon_sym_PERCENT] = ACTIONS(453), + [anon_sym_PLUS_PLUS] = ACTIONS(475), + [anon_sym_DASH_DASH] = ACTIONS(475), + [anon_sym_PIPE] = ACTIONS(475), + [anon_sym_CARET] = ACTIONS(453), + [anon_sym_LT_LT] = ACTIONS(475), + [anon_sym_GT_GT] = ACTIONS(475), + [anon_sym_class] = ACTIONS(475), + [anon_sym_prefix] = ACTIONS(475), + [anon_sym_infix] = ACTIONS(475), + [anon_sym_postfix] = ACTIONS(475), + [anon_sym_AT] = ACTIONS(453), + [anon_sym_override] = ACTIONS(475), + [anon_sym_convenience] = ACTIONS(475), + [anon_sym_required] = ACTIONS(475), + [anon_sym_nonisolated] = ACTIONS(475), + [anon_sym_public] = ACTIONS(475), + [anon_sym_private] = ACTIONS(475), + [anon_sym_internal] = ACTIONS(475), + [anon_sym_fileprivate] = ACTIONS(475), + [anon_sym_open] = ACTIONS(475), + [anon_sym_mutating] = ACTIONS(475), + [anon_sym_nonmutating] = ACTIONS(475), + [anon_sym_static] = ACTIONS(475), + [anon_sym_dynamic] = ACTIONS(475), + [anon_sym_optional] = ACTIONS(475), + [anon_sym_distributed] = ACTIONS(475), + [anon_sym_final] = ACTIONS(475), + [anon_sym_inout] = ACTIONS(475), + [anon_sym_ATescaping] = ACTIONS(475), + [anon_sym_ATautoclosure] = ACTIONS(475), + [anon_sym_weak] = ACTIONS(475), + [anon_sym_unowned] = ACTIONS(453), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(475), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(475), + [anon_sym_borrowing] = ACTIONS(475), + [anon_sym_consuming] = ACTIONS(475), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(475), + [sym__explicit_semi] = ACTIONS(475), + [sym__dot_custom] = ACTIONS(475), + [sym__conjunction_operator_custom] = ACTIONS(475), + [sym__disjunction_operator_custom] = ACTIONS(475), + [sym__nil_coalescing_operator_custom] = ACTIONS(475), + [sym__eq_custom] = ACTIONS(475), + [sym__eq_eq_custom] = ACTIONS(475), + [sym__plus_then_ws] = ACTIONS(475), + [sym__minus_then_ws] = ACTIONS(475), + [sym__bang_custom] = ACTIONS(475), + [sym_default_keyword] = ACTIONS(475), + [sym_where_keyword] = ACTIONS(475), + [sym__as_custom] = ACTIONS(475), + [sym__as_quest_custom] = ACTIONS(475), + [sym__as_bang_custom] = ACTIONS(475), + [sym__custom_operator] = ACTIONS(475), + }, + [STATE(1273)] = { + [anon_sym_BANG] = ACTIONS(2503), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2505), + [anon_sym_package] = ACTIONS(2505), + [anon_sym_COMMA] = ACTIONS(2505), + [anon_sym_LPAREN] = ACTIONS(2505), + [anon_sym_LBRACK] = ACTIONS(2505), + [anon_sym_QMARK] = ACTIONS(2503), + [anon_sym_QMARK2] = ACTIONS(2505), + [anon_sym_AMP] = ACTIONS(2505), + [aux_sym_custom_operator_token1] = ACTIONS(2505), + [anon_sym_LT] = ACTIONS(2503), + [anon_sym_GT] = ACTIONS(2503), + [anon_sym_LBRACE] = ACTIONS(2505), + [anon_sym_CARET_LBRACE] = ACTIONS(2505), + [anon_sym_RBRACE] = ACTIONS(2505), + [anon_sym_case] = ACTIONS(2505), + [anon_sym_fallthrough] = ACTIONS(2505), + [anon_sym_PLUS_EQ] = ACTIONS(2505), + [anon_sym_DASH_EQ] = ACTIONS(2505), + [anon_sym_STAR_EQ] = ACTIONS(2505), + [anon_sym_SLASH_EQ] = ACTIONS(2505), + [anon_sym_PERCENT_EQ] = ACTIONS(2505), + [anon_sym_BANG_EQ] = ACTIONS(2503), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2505), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2505), + [anon_sym_LT_EQ] = ACTIONS(2505), + [anon_sym_GT_EQ] = ACTIONS(2505), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2505), + [anon_sym_DOT_DOT_LT] = ACTIONS(2505), + [anon_sym_is] = ACTIONS(2505), + [anon_sym_PLUS] = ACTIONS(2503), + [anon_sym_DASH] = ACTIONS(2503), + [anon_sym_STAR] = ACTIONS(2503), + [anon_sym_SLASH] = ACTIONS(2503), + [anon_sym_PERCENT] = ACTIONS(2503), + [anon_sym_PLUS_PLUS] = ACTIONS(2505), + [anon_sym_DASH_DASH] = ACTIONS(2505), + [anon_sym_PIPE] = ACTIONS(2505), + [anon_sym_CARET] = ACTIONS(2503), + [anon_sym_LT_LT] = ACTIONS(2505), + [anon_sym_GT_GT] = ACTIONS(2505), + [anon_sym_class] = ACTIONS(2505), + [anon_sym_prefix] = ACTIONS(2505), + [anon_sym_infix] = ACTIONS(2505), + [anon_sym_postfix] = ACTIONS(2505), + [anon_sym_AT] = ACTIONS(2503), + [anon_sym_override] = ACTIONS(2505), + [anon_sym_convenience] = ACTIONS(2505), + [anon_sym_required] = ACTIONS(2505), + [anon_sym_nonisolated] = ACTIONS(2505), + [anon_sym_public] = ACTIONS(2505), + [anon_sym_private] = ACTIONS(2505), + [anon_sym_internal] = ACTIONS(2505), + [anon_sym_fileprivate] = ACTIONS(2505), + [anon_sym_open] = ACTIONS(2505), + [anon_sym_mutating] = ACTIONS(2505), + [anon_sym_nonmutating] = ACTIONS(2505), + [anon_sym_static] = ACTIONS(2505), + [anon_sym_dynamic] = ACTIONS(2505), + [anon_sym_optional] = ACTIONS(2505), + [anon_sym_distributed] = ACTIONS(2505), + [anon_sym_final] = ACTIONS(2505), + [anon_sym_inout] = ACTIONS(2505), + [anon_sym_ATescaping] = ACTIONS(2505), + [anon_sym_ATautoclosure] = ACTIONS(2505), + [anon_sym_weak] = ACTIONS(2505), + [anon_sym_unowned] = ACTIONS(2503), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2505), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2505), + [anon_sym_borrowing] = ACTIONS(2505), + [anon_sym_consuming] = ACTIONS(2505), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2505), + [sym__explicit_semi] = ACTIONS(2505), + [sym__dot_custom] = ACTIONS(2505), + [sym__conjunction_operator_custom] = ACTIONS(2505), + [sym__disjunction_operator_custom] = ACTIONS(2505), + [sym__nil_coalescing_operator_custom] = ACTIONS(2505), + [sym__eq_custom] = ACTIONS(2505), + [sym__eq_eq_custom] = ACTIONS(2505), + [sym__plus_then_ws] = ACTIONS(2505), + [sym__minus_then_ws] = ACTIONS(2505), + [sym__bang_custom] = ACTIONS(2505), + [sym_default_keyword] = ACTIONS(2505), + [sym_where_keyword] = ACTIONS(2505), + [sym__as_custom] = ACTIONS(2505), + [sym__as_quest_custom] = ACTIONS(2505), + [sym__as_bang_custom] = ACTIONS(2505), + [sym__custom_operator] = ACTIONS(2505), + }, + [STATE(1274)] = { + [anon_sym_BANG] = ACTIONS(2479), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2481), + [anon_sym_package] = ACTIONS(2481), + [anon_sym_COMMA] = ACTIONS(2481), + [anon_sym_LPAREN] = ACTIONS(2481), + [anon_sym_LBRACK] = ACTIONS(2481), + [anon_sym_QMARK] = ACTIONS(2479), + [anon_sym_QMARK2] = ACTIONS(2481), + [anon_sym_AMP] = ACTIONS(2481), + [aux_sym_custom_operator_token1] = ACTIONS(2481), + [anon_sym_LT] = ACTIONS(2479), + [anon_sym_GT] = ACTIONS(2479), + [anon_sym_LBRACE] = ACTIONS(2481), + [anon_sym_CARET_LBRACE] = ACTIONS(2481), + [anon_sym_RBRACE] = ACTIONS(2481), + [anon_sym_case] = ACTIONS(2481), + [anon_sym_fallthrough] = ACTIONS(2481), + [anon_sym_PLUS_EQ] = ACTIONS(2481), + [anon_sym_DASH_EQ] = ACTIONS(2481), + [anon_sym_STAR_EQ] = ACTIONS(2481), + [anon_sym_SLASH_EQ] = ACTIONS(2481), + [anon_sym_PERCENT_EQ] = ACTIONS(2481), + [anon_sym_BANG_EQ] = ACTIONS(2479), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2481), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2481), + [anon_sym_LT_EQ] = ACTIONS(2481), + [anon_sym_GT_EQ] = ACTIONS(2481), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2481), + [anon_sym_DOT_DOT_LT] = ACTIONS(2481), + [anon_sym_is] = ACTIONS(2481), + [anon_sym_PLUS] = ACTIONS(2479), + [anon_sym_DASH] = ACTIONS(2479), + [anon_sym_STAR] = ACTIONS(2479), + [anon_sym_SLASH] = ACTIONS(2479), + [anon_sym_PERCENT] = ACTIONS(2479), + [anon_sym_PLUS_PLUS] = ACTIONS(2481), + [anon_sym_DASH_DASH] = ACTIONS(2481), + [anon_sym_PIPE] = ACTIONS(2481), + [anon_sym_CARET] = ACTIONS(2479), + [anon_sym_LT_LT] = ACTIONS(2481), + [anon_sym_GT_GT] = ACTIONS(2481), + [anon_sym_class] = ACTIONS(2481), + [anon_sym_prefix] = ACTIONS(2481), + [anon_sym_infix] = ACTIONS(2481), + [anon_sym_postfix] = ACTIONS(2481), + [anon_sym_AT] = ACTIONS(2479), + [anon_sym_override] = ACTIONS(2481), + [anon_sym_convenience] = ACTIONS(2481), + [anon_sym_required] = ACTIONS(2481), + [anon_sym_nonisolated] = ACTIONS(2481), + [anon_sym_public] = ACTIONS(2481), + [anon_sym_private] = ACTIONS(2481), + [anon_sym_internal] = ACTIONS(2481), + [anon_sym_fileprivate] = ACTIONS(2481), + [anon_sym_open] = ACTIONS(2481), + [anon_sym_mutating] = ACTIONS(2481), + [anon_sym_nonmutating] = ACTIONS(2481), + [anon_sym_static] = ACTIONS(2481), + [anon_sym_dynamic] = ACTIONS(2481), + [anon_sym_optional] = ACTIONS(2481), + [anon_sym_distributed] = ACTIONS(2481), + [anon_sym_final] = ACTIONS(2481), + [anon_sym_inout] = ACTIONS(2481), + [anon_sym_ATescaping] = ACTIONS(2481), + [anon_sym_ATautoclosure] = ACTIONS(2481), + [anon_sym_weak] = ACTIONS(2481), + [anon_sym_unowned] = ACTIONS(2479), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2481), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2481), + [anon_sym_borrowing] = ACTIONS(2481), + [anon_sym_consuming] = ACTIONS(2481), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2481), + [sym__explicit_semi] = ACTIONS(2481), + [sym__dot_custom] = ACTIONS(2481), + [sym__conjunction_operator_custom] = ACTIONS(2481), + [sym__disjunction_operator_custom] = ACTIONS(2481), + [sym__nil_coalescing_operator_custom] = ACTIONS(2481), + [sym__eq_custom] = ACTIONS(2481), + [sym__eq_eq_custom] = ACTIONS(2481), + [sym__plus_then_ws] = ACTIONS(2481), + [sym__minus_then_ws] = ACTIONS(2481), + [sym__bang_custom] = ACTIONS(2481), + [sym_default_keyword] = ACTIONS(2481), + [sym_where_keyword] = ACTIONS(2481), + [sym__as_custom] = ACTIONS(2481), + [sym__as_quest_custom] = ACTIONS(2481), + [sym__as_bang_custom] = ACTIONS(2481), + [sym__custom_operator] = ACTIONS(2481), + }, + [STATE(1275)] = { + [anon_sym_BANG] = ACTIONS(2483), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2485), + [anon_sym_package] = ACTIONS(2485), + [anon_sym_COMMA] = ACTIONS(2485), + [anon_sym_LPAREN] = ACTIONS(2485), + [anon_sym_LBRACK] = ACTIONS(2485), + [anon_sym_QMARK] = ACTIONS(2483), + [anon_sym_QMARK2] = ACTIONS(2485), + [anon_sym_AMP] = ACTIONS(2485), + [aux_sym_custom_operator_token1] = ACTIONS(2485), + [anon_sym_LT] = ACTIONS(2483), + [anon_sym_GT] = ACTIONS(2483), + [anon_sym_LBRACE] = ACTIONS(2485), + [anon_sym_CARET_LBRACE] = ACTIONS(2485), + [anon_sym_RBRACE] = ACTIONS(2485), + [anon_sym_case] = ACTIONS(2485), + [anon_sym_fallthrough] = ACTIONS(2485), + [anon_sym_PLUS_EQ] = ACTIONS(2485), + [anon_sym_DASH_EQ] = ACTIONS(2485), + [anon_sym_STAR_EQ] = ACTIONS(2485), + [anon_sym_SLASH_EQ] = ACTIONS(2485), + [anon_sym_PERCENT_EQ] = ACTIONS(2485), + [anon_sym_BANG_EQ] = ACTIONS(2483), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2485), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2485), + [anon_sym_LT_EQ] = ACTIONS(2485), + [anon_sym_GT_EQ] = ACTIONS(2485), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2485), + [anon_sym_DOT_DOT_LT] = ACTIONS(2485), + [anon_sym_is] = ACTIONS(2485), + [anon_sym_PLUS] = ACTIONS(2483), + [anon_sym_DASH] = ACTIONS(2483), + [anon_sym_STAR] = ACTIONS(2483), + [anon_sym_SLASH] = ACTIONS(2483), + [anon_sym_PERCENT] = ACTIONS(2483), + [anon_sym_PLUS_PLUS] = ACTIONS(2485), + [anon_sym_DASH_DASH] = ACTIONS(2485), + [anon_sym_PIPE] = ACTIONS(2485), + [anon_sym_CARET] = ACTIONS(2483), + [anon_sym_LT_LT] = ACTIONS(2485), + [anon_sym_GT_GT] = ACTIONS(2485), + [anon_sym_class] = ACTIONS(2485), + [anon_sym_prefix] = ACTIONS(2485), + [anon_sym_infix] = ACTIONS(2485), + [anon_sym_postfix] = ACTIONS(2485), + [anon_sym_AT] = ACTIONS(2483), + [anon_sym_override] = ACTIONS(2485), + [anon_sym_convenience] = ACTIONS(2485), + [anon_sym_required] = ACTIONS(2485), + [anon_sym_nonisolated] = ACTIONS(2485), + [anon_sym_public] = ACTIONS(2485), + [anon_sym_private] = ACTIONS(2485), + [anon_sym_internal] = ACTIONS(2485), + [anon_sym_fileprivate] = ACTIONS(2485), + [anon_sym_open] = ACTIONS(2485), + [anon_sym_mutating] = ACTIONS(2485), + [anon_sym_nonmutating] = ACTIONS(2485), + [anon_sym_static] = ACTIONS(2485), + [anon_sym_dynamic] = ACTIONS(2485), + [anon_sym_optional] = ACTIONS(2485), + [anon_sym_distributed] = ACTIONS(2485), + [anon_sym_final] = ACTIONS(2485), + [anon_sym_inout] = ACTIONS(2485), + [anon_sym_ATescaping] = ACTIONS(2485), + [anon_sym_ATautoclosure] = ACTIONS(2485), + [anon_sym_weak] = ACTIONS(2485), + [anon_sym_unowned] = ACTIONS(2483), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2485), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2485), + [anon_sym_borrowing] = ACTIONS(2485), + [anon_sym_consuming] = ACTIONS(2485), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2485), + [sym__explicit_semi] = ACTIONS(2485), + [sym__dot_custom] = ACTIONS(2485), + [sym__conjunction_operator_custom] = ACTIONS(2485), + [sym__disjunction_operator_custom] = ACTIONS(2485), + [sym__nil_coalescing_operator_custom] = ACTIONS(2485), + [sym__eq_custom] = ACTIONS(2485), + [sym__eq_eq_custom] = ACTIONS(2485), + [sym__plus_then_ws] = ACTIONS(2485), + [sym__minus_then_ws] = ACTIONS(2485), + [sym__bang_custom] = ACTIONS(2485), + [sym_default_keyword] = ACTIONS(2485), + [sym_where_keyword] = ACTIONS(2485), + [sym__as_custom] = ACTIONS(2485), + [sym__as_quest_custom] = ACTIONS(2485), + [sym__as_bang_custom] = ACTIONS(2485), + [sym__custom_operator] = ACTIONS(2485), + }, + [STATE(1276)] = { + [anon_sym_BANG] = ACTIONS(2531), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2533), + [anon_sym_package] = ACTIONS(2533), + [anon_sym_COMMA] = ACTIONS(2533), + [anon_sym_LPAREN] = ACTIONS(2533), + [anon_sym_LBRACK] = ACTIONS(2533), + [anon_sym_QMARK] = ACTIONS(2531), + [anon_sym_QMARK2] = ACTIONS(2533), + [anon_sym_AMP] = ACTIONS(2533), + [aux_sym_custom_operator_token1] = ACTIONS(2533), + [anon_sym_LT] = ACTIONS(2531), + [anon_sym_GT] = ACTIONS(2531), + [anon_sym_LBRACE] = ACTIONS(2533), + [anon_sym_CARET_LBRACE] = ACTIONS(2533), + [anon_sym_RBRACE] = ACTIONS(2533), + [anon_sym_case] = ACTIONS(2533), + [anon_sym_fallthrough] = ACTIONS(2533), + [anon_sym_PLUS_EQ] = ACTIONS(2533), + [anon_sym_DASH_EQ] = ACTIONS(2533), + [anon_sym_STAR_EQ] = ACTIONS(2533), + [anon_sym_SLASH_EQ] = ACTIONS(2533), + [anon_sym_PERCENT_EQ] = ACTIONS(2533), + [anon_sym_BANG_EQ] = ACTIONS(2531), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2533), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2533), + [anon_sym_LT_EQ] = ACTIONS(2533), + [anon_sym_GT_EQ] = ACTIONS(2533), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2533), + [anon_sym_DOT_DOT_LT] = ACTIONS(2533), + [anon_sym_is] = ACTIONS(2533), + [anon_sym_PLUS] = ACTIONS(2531), + [anon_sym_DASH] = ACTIONS(2531), + [anon_sym_STAR] = ACTIONS(2531), + [anon_sym_SLASH] = ACTIONS(2531), + [anon_sym_PERCENT] = ACTIONS(2531), + [anon_sym_PLUS_PLUS] = ACTIONS(2533), + [anon_sym_DASH_DASH] = ACTIONS(2533), + [anon_sym_PIPE] = ACTIONS(2533), + [anon_sym_CARET] = ACTIONS(2531), + [anon_sym_LT_LT] = ACTIONS(2533), + [anon_sym_GT_GT] = ACTIONS(2533), + [anon_sym_class] = ACTIONS(2533), + [anon_sym_prefix] = ACTIONS(2533), + [anon_sym_infix] = ACTIONS(2533), + [anon_sym_postfix] = ACTIONS(2533), + [anon_sym_AT] = ACTIONS(2531), + [anon_sym_override] = ACTIONS(2533), + [anon_sym_convenience] = ACTIONS(2533), + [anon_sym_required] = ACTIONS(2533), + [anon_sym_nonisolated] = ACTIONS(2533), + [anon_sym_public] = ACTIONS(2533), + [anon_sym_private] = ACTIONS(2533), + [anon_sym_internal] = ACTIONS(2533), + [anon_sym_fileprivate] = ACTIONS(2533), + [anon_sym_open] = ACTIONS(2533), + [anon_sym_mutating] = ACTIONS(2533), + [anon_sym_nonmutating] = ACTIONS(2533), + [anon_sym_static] = ACTIONS(2533), + [anon_sym_dynamic] = ACTIONS(2533), + [anon_sym_optional] = ACTIONS(2533), + [anon_sym_distributed] = ACTIONS(2533), + [anon_sym_final] = ACTIONS(2533), + [anon_sym_inout] = ACTIONS(2533), + [anon_sym_ATescaping] = ACTIONS(2533), + [anon_sym_ATautoclosure] = ACTIONS(2533), + [anon_sym_weak] = ACTIONS(2533), + [anon_sym_unowned] = ACTIONS(2531), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2533), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2533), + [anon_sym_borrowing] = ACTIONS(2533), + [anon_sym_consuming] = ACTIONS(2533), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2533), + [sym__explicit_semi] = ACTIONS(2533), + [sym__dot_custom] = ACTIONS(2533), + [sym__conjunction_operator_custom] = ACTIONS(2533), + [sym__disjunction_operator_custom] = ACTIONS(2533), + [sym__nil_coalescing_operator_custom] = ACTIONS(2533), + [sym__eq_custom] = ACTIONS(2533), + [sym__eq_eq_custom] = ACTIONS(2533), + [sym__plus_then_ws] = ACTIONS(2533), + [sym__minus_then_ws] = ACTIONS(2533), + [sym__bang_custom] = ACTIONS(2533), + [sym_default_keyword] = ACTIONS(2533), + [sym_where_keyword] = ACTIONS(2533), + [sym__as_custom] = ACTIONS(2533), + [sym__as_quest_custom] = ACTIONS(2533), + [sym__as_bang_custom] = ACTIONS(2533), + [sym__custom_operator] = ACTIONS(2533), + }, + [STATE(1277)] = { + [anon_sym_BANG] = ACTIONS(2579), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2581), + [anon_sym_package] = ACTIONS(2581), + [anon_sym_COMMA] = ACTIONS(2581), + [anon_sym_LPAREN] = ACTIONS(2581), + [anon_sym_LBRACK] = ACTIONS(2581), + [anon_sym_QMARK] = ACTIONS(2579), + [anon_sym_QMARK2] = ACTIONS(2581), + [anon_sym_AMP] = ACTIONS(2581), + [aux_sym_custom_operator_token1] = ACTIONS(2581), + [anon_sym_LT] = ACTIONS(2579), + [anon_sym_GT] = ACTIONS(2579), + [anon_sym_LBRACE] = ACTIONS(2581), + [anon_sym_CARET_LBRACE] = ACTIONS(2581), + [anon_sym_RBRACE] = ACTIONS(2581), + [anon_sym_case] = ACTIONS(2581), + [anon_sym_fallthrough] = ACTIONS(2581), + [anon_sym_PLUS_EQ] = ACTIONS(2581), + [anon_sym_DASH_EQ] = ACTIONS(2581), + [anon_sym_STAR_EQ] = ACTIONS(2581), + [anon_sym_SLASH_EQ] = ACTIONS(2581), + [anon_sym_PERCENT_EQ] = ACTIONS(2581), + [anon_sym_BANG_EQ] = ACTIONS(2579), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2581), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2581), + [anon_sym_LT_EQ] = ACTIONS(2581), + [anon_sym_GT_EQ] = ACTIONS(2581), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2581), + [anon_sym_DOT_DOT_LT] = ACTIONS(2581), + [anon_sym_is] = ACTIONS(2581), + [anon_sym_PLUS] = ACTIONS(2579), + [anon_sym_DASH] = ACTIONS(2579), + [anon_sym_STAR] = ACTIONS(2579), + [anon_sym_SLASH] = ACTIONS(2579), + [anon_sym_PERCENT] = ACTIONS(2579), + [anon_sym_PLUS_PLUS] = ACTIONS(2581), + [anon_sym_DASH_DASH] = ACTIONS(2581), + [anon_sym_PIPE] = ACTIONS(2581), + [anon_sym_CARET] = ACTIONS(2579), + [anon_sym_LT_LT] = ACTIONS(2581), + [anon_sym_GT_GT] = ACTIONS(2581), + [anon_sym_class] = ACTIONS(2581), + [anon_sym_prefix] = ACTIONS(2581), + [anon_sym_infix] = ACTIONS(2581), + [anon_sym_postfix] = ACTIONS(2581), + [anon_sym_AT] = ACTIONS(2579), + [anon_sym_override] = ACTIONS(2581), + [anon_sym_convenience] = ACTIONS(2581), + [anon_sym_required] = ACTIONS(2581), + [anon_sym_nonisolated] = ACTIONS(2581), + [anon_sym_public] = ACTIONS(2581), + [anon_sym_private] = ACTIONS(2581), + [anon_sym_internal] = ACTIONS(2581), + [anon_sym_fileprivate] = ACTIONS(2581), + [anon_sym_open] = ACTIONS(2581), + [anon_sym_mutating] = ACTIONS(2581), + [anon_sym_nonmutating] = ACTIONS(2581), + [anon_sym_static] = ACTIONS(2581), + [anon_sym_dynamic] = ACTIONS(2581), + [anon_sym_optional] = ACTIONS(2581), + [anon_sym_distributed] = ACTIONS(2581), + [anon_sym_final] = ACTIONS(2581), + [anon_sym_inout] = ACTIONS(2581), + [anon_sym_ATescaping] = ACTIONS(2581), + [anon_sym_ATautoclosure] = ACTIONS(2581), + [anon_sym_weak] = ACTIONS(2581), + [anon_sym_unowned] = ACTIONS(2579), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2581), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2581), + [anon_sym_borrowing] = ACTIONS(2581), + [anon_sym_consuming] = ACTIONS(2581), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2581), + [sym__explicit_semi] = ACTIONS(2581), + [sym__dot_custom] = ACTIONS(2581), + [sym__conjunction_operator_custom] = ACTIONS(2581), + [sym__disjunction_operator_custom] = ACTIONS(2581), + [sym__nil_coalescing_operator_custom] = ACTIONS(2581), + [sym__eq_custom] = ACTIONS(2581), + [sym__eq_eq_custom] = ACTIONS(2581), + [sym__plus_then_ws] = ACTIONS(2581), + [sym__minus_then_ws] = ACTIONS(2581), + [sym__bang_custom] = ACTIONS(2581), + [sym_default_keyword] = ACTIONS(2581), + [sym_where_keyword] = ACTIONS(2581), + [sym__as_custom] = ACTIONS(2581), + [sym__as_quest_custom] = ACTIONS(2581), + [sym__as_bang_custom] = ACTIONS(2581), + [sym__custom_operator] = ACTIONS(2581), + }, + [STATE(1278)] = { + [anon_sym_BANG] = ACTIONS(2415), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2417), + [anon_sym_package] = ACTIONS(2417), + [anon_sym_COMMA] = ACTIONS(2417), + [anon_sym_LPAREN] = ACTIONS(2417), + [anon_sym_LBRACK] = ACTIONS(2417), + [anon_sym_QMARK] = ACTIONS(2415), + [anon_sym_QMARK2] = ACTIONS(2417), + [anon_sym_AMP] = ACTIONS(2417), + [aux_sym_custom_operator_token1] = ACTIONS(2417), + [anon_sym_LT] = ACTIONS(2415), + [anon_sym_GT] = ACTIONS(2415), + [anon_sym_LBRACE] = ACTIONS(2417), + [anon_sym_CARET_LBRACE] = ACTIONS(2417), + [anon_sym_RBRACE] = ACTIONS(2417), + [anon_sym_case] = ACTIONS(2417), + [anon_sym_fallthrough] = ACTIONS(2417), + [anon_sym_PLUS_EQ] = ACTIONS(2417), + [anon_sym_DASH_EQ] = ACTIONS(2417), + [anon_sym_STAR_EQ] = ACTIONS(2417), + [anon_sym_SLASH_EQ] = ACTIONS(2417), + [anon_sym_PERCENT_EQ] = ACTIONS(2417), + [anon_sym_BANG_EQ] = ACTIONS(2415), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2417), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2417), + [anon_sym_LT_EQ] = ACTIONS(2417), + [anon_sym_GT_EQ] = ACTIONS(2417), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2417), + [anon_sym_DOT_DOT_LT] = ACTIONS(2417), + [anon_sym_is] = ACTIONS(2417), + [anon_sym_PLUS] = ACTIONS(2415), + [anon_sym_DASH] = ACTIONS(2415), + [anon_sym_STAR] = ACTIONS(2415), + [anon_sym_SLASH] = ACTIONS(2415), + [anon_sym_PERCENT] = ACTIONS(2415), + [anon_sym_PLUS_PLUS] = ACTIONS(2417), + [anon_sym_DASH_DASH] = ACTIONS(2417), + [anon_sym_PIPE] = ACTIONS(2417), + [anon_sym_CARET] = ACTIONS(2415), + [anon_sym_LT_LT] = ACTIONS(2417), + [anon_sym_GT_GT] = ACTIONS(2417), + [anon_sym_class] = ACTIONS(2417), + [anon_sym_prefix] = ACTIONS(2417), + [anon_sym_infix] = ACTIONS(2417), + [anon_sym_postfix] = ACTIONS(2417), + [anon_sym_AT] = ACTIONS(2415), + [anon_sym_override] = ACTIONS(2417), + [anon_sym_convenience] = ACTIONS(2417), + [anon_sym_required] = ACTIONS(2417), + [anon_sym_nonisolated] = ACTIONS(2417), + [anon_sym_public] = ACTIONS(2417), + [anon_sym_private] = ACTIONS(2417), + [anon_sym_internal] = ACTIONS(2417), + [anon_sym_fileprivate] = ACTIONS(2417), + [anon_sym_open] = ACTIONS(2417), + [anon_sym_mutating] = ACTIONS(2417), + [anon_sym_nonmutating] = ACTIONS(2417), + [anon_sym_static] = ACTIONS(2417), + [anon_sym_dynamic] = ACTIONS(2417), + [anon_sym_optional] = ACTIONS(2417), + [anon_sym_distributed] = ACTIONS(2417), + [anon_sym_final] = ACTIONS(2417), + [anon_sym_inout] = ACTIONS(2417), + [anon_sym_ATescaping] = ACTIONS(2417), + [anon_sym_ATautoclosure] = ACTIONS(2417), + [anon_sym_weak] = ACTIONS(2417), + [anon_sym_unowned] = ACTIONS(2415), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2417), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2417), + [anon_sym_borrowing] = ACTIONS(2417), + [anon_sym_consuming] = ACTIONS(2417), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2417), + [sym__explicit_semi] = ACTIONS(2417), + [sym__dot_custom] = ACTIONS(2417), + [sym__conjunction_operator_custom] = ACTIONS(2417), + [sym__disjunction_operator_custom] = ACTIONS(2417), + [sym__nil_coalescing_operator_custom] = ACTIONS(2417), + [sym__eq_custom] = ACTIONS(2417), + [sym__eq_eq_custom] = ACTIONS(2417), + [sym__plus_then_ws] = ACTIONS(2417), + [sym__minus_then_ws] = ACTIONS(2417), + [sym__bang_custom] = ACTIONS(2417), + [sym_default_keyword] = ACTIONS(2417), + [sym_where_keyword] = ACTIONS(2417), + [sym__as_custom] = ACTIONS(2417), + [sym__as_quest_custom] = ACTIONS(2417), + [sym__as_bang_custom] = ACTIONS(2417), + [sym__custom_operator] = ACTIONS(2417), + }, + [STATE(1279)] = { + [anon_sym_BANG] = ACTIONS(2507), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2509), + [anon_sym_package] = ACTIONS(2509), + [anon_sym_COMMA] = ACTIONS(2509), + [anon_sym_LPAREN] = ACTIONS(2509), + [anon_sym_LBRACK] = ACTIONS(2509), + [anon_sym_QMARK] = ACTIONS(2507), + [anon_sym_QMARK2] = ACTIONS(2509), + [anon_sym_AMP] = ACTIONS(2509), + [aux_sym_custom_operator_token1] = ACTIONS(2509), + [anon_sym_LT] = ACTIONS(2507), + [anon_sym_GT] = ACTIONS(2507), + [anon_sym_LBRACE] = ACTIONS(2509), + [anon_sym_CARET_LBRACE] = ACTIONS(2509), + [anon_sym_RBRACE] = ACTIONS(2509), + [anon_sym_case] = ACTIONS(2509), + [anon_sym_fallthrough] = ACTIONS(2509), + [anon_sym_PLUS_EQ] = ACTIONS(2509), + [anon_sym_DASH_EQ] = ACTIONS(2509), + [anon_sym_STAR_EQ] = ACTIONS(2509), + [anon_sym_SLASH_EQ] = ACTIONS(2509), + [anon_sym_PERCENT_EQ] = ACTIONS(2509), + [anon_sym_BANG_EQ] = ACTIONS(2507), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2509), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2509), + [anon_sym_LT_EQ] = ACTIONS(2509), + [anon_sym_GT_EQ] = ACTIONS(2509), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2509), + [anon_sym_DOT_DOT_LT] = ACTIONS(2509), + [anon_sym_is] = ACTIONS(2509), + [anon_sym_PLUS] = ACTIONS(2507), + [anon_sym_DASH] = ACTIONS(2507), + [anon_sym_STAR] = ACTIONS(2507), + [anon_sym_SLASH] = ACTIONS(2507), + [anon_sym_PERCENT] = ACTIONS(2507), + [anon_sym_PLUS_PLUS] = ACTIONS(2509), + [anon_sym_DASH_DASH] = ACTIONS(2509), + [anon_sym_PIPE] = ACTIONS(2509), + [anon_sym_CARET] = ACTIONS(2507), + [anon_sym_LT_LT] = ACTIONS(2509), + [anon_sym_GT_GT] = ACTIONS(2509), + [anon_sym_class] = ACTIONS(2509), + [anon_sym_prefix] = ACTIONS(2509), + [anon_sym_infix] = ACTIONS(2509), + [anon_sym_postfix] = ACTIONS(2509), + [anon_sym_AT] = ACTIONS(2507), + [anon_sym_override] = ACTIONS(2509), + [anon_sym_convenience] = ACTIONS(2509), + [anon_sym_required] = ACTIONS(2509), + [anon_sym_nonisolated] = ACTIONS(2509), + [anon_sym_public] = ACTIONS(2509), + [anon_sym_private] = ACTIONS(2509), + [anon_sym_internal] = ACTIONS(2509), + [anon_sym_fileprivate] = ACTIONS(2509), + [anon_sym_open] = ACTIONS(2509), + [anon_sym_mutating] = ACTIONS(2509), + [anon_sym_nonmutating] = ACTIONS(2509), + [anon_sym_static] = ACTIONS(2509), + [anon_sym_dynamic] = ACTIONS(2509), + [anon_sym_optional] = ACTIONS(2509), + [anon_sym_distributed] = ACTIONS(2509), + [anon_sym_final] = ACTIONS(2509), + [anon_sym_inout] = ACTIONS(2509), + [anon_sym_ATescaping] = ACTIONS(2509), + [anon_sym_ATautoclosure] = ACTIONS(2509), + [anon_sym_weak] = ACTIONS(2509), + [anon_sym_unowned] = ACTIONS(2507), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2509), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2509), + [anon_sym_borrowing] = ACTIONS(2509), + [anon_sym_consuming] = ACTIONS(2509), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2509), + [sym__explicit_semi] = ACTIONS(2509), + [sym__dot_custom] = ACTIONS(2509), + [sym__conjunction_operator_custom] = ACTIONS(2509), + [sym__disjunction_operator_custom] = ACTIONS(2509), + [sym__nil_coalescing_operator_custom] = ACTIONS(2509), + [sym__eq_custom] = ACTIONS(2509), + [sym__eq_eq_custom] = ACTIONS(2509), + [sym__plus_then_ws] = ACTIONS(2509), + [sym__minus_then_ws] = ACTIONS(2509), + [sym__bang_custom] = ACTIONS(2509), + [sym_default_keyword] = ACTIONS(2509), + [sym_where_keyword] = ACTIONS(2509), + [sym__as_custom] = ACTIONS(2509), + [sym__as_quest_custom] = ACTIONS(2509), + [sym__as_bang_custom] = ACTIONS(2509), + [sym__custom_operator] = ACTIONS(2509), + }, + [STATE(1280)] = { + [anon_sym_BANG] = ACTIONS(2511), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2513), + [anon_sym_package] = ACTIONS(2513), + [anon_sym_COMMA] = ACTIONS(2513), + [anon_sym_LPAREN] = ACTIONS(2513), + [anon_sym_LBRACK] = ACTIONS(2513), + [anon_sym_QMARK] = ACTIONS(2511), + [anon_sym_QMARK2] = ACTIONS(2513), + [anon_sym_AMP] = ACTIONS(2513), + [aux_sym_custom_operator_token1] = ACTIONS(2513), + [anon_sym_LT] = ACTIONS(2511), + [anon_sym_GT] = ACTIONS(2511), + [anon_sym_LBRACE] = ACTIONS(2513), + [anon_sym_CARET_LBRACE] = ACTIONS(2513), + [anon_sym_RBRACE] = ACTIONS(2513), + [anon_sym_case] = ACTIONS(2513), + [anon_sym_fallthrough] = ACTIONS(2513), + [anon_sym_PLUS_EQ] = ACTIONS(2513), + [anon_sym_DASH_EQ] = ACTIONS(2513), + [anon_sym_STAR_EQ] = ACTIONS(2513), + [anon_sym_SLASH_EQ] = ACTIONS(2513), + [anon_sym_PERCENT_EQ] = ACTIONS(2513), + [anon_sym_BANG_EQ] = ACTIONS(2511), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2513), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2513), + [anon_sym_LT_EQ] = ACTIONS(2513), + [anon_sym_GT_EQ] = ACTIONS(2513), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2513), + [anon_sym_DOT_DOT_LT] = ACTIONS(2513), + [anon_sym_is] = ACTIONS(2513), + [anon_sym_PLUS] = ACTIONS(2511), + [anon_sym_DASH] = ACTIONS(2511), + [anon_sym_STAR] = ACTIONS(2511), + [anon_sym_SLASH] = ACTIONS(2511), + [anon_sym_PERCENT] = ACTIONS(2511), + [anon_sym_PLUS_PLUS] = ACTIONS(2513), + [anon_sym_DASH_DASH] = ACTIONS(2513), + [anon_sym_PIPE] = ACTIONS(2513), + [anon_sym_CARET] = ACTIONS(2511), + [anon_sym_LT_LT] = ACTIONS(2513), + [anon_sym_GT_GT] = ACTIONS(2513), + [anon_sym_class] = ACTIONS(2513), + [anon_sym_prefix] = ACTIONS(2513), + [anon_sym_infix] = ACTIONS(2513), + [anon_sym_postfix] = ACTIONS(2513), + [anon_sym_AT] = ACTIONS(2511), + [anon_sym_override] = ACTIONS(2513), + [anon_sym_convenience] = ACTIONS(2513), + [anon_sym_required] = ACTIONS(2513), + [anon_sym_nonisolated] = ACTIONS(2513), + [anon_sym_public] = ACTIONS(2513), + [anon_sym_private] = ACTIONS(2513), + [anon_sym_internal] = ACTIONS(2513), + [anon_sym_fileprivate] = ACTIONS(2513), + [anon_sym_open] = ACTIONS(2513), + [anon_sym_mutating] = ACTIONS(2513), + [anon_sym_nonmutating] = ACTIONS(2513), + [anon_sym_static] = ACTIONS(2513), + [anon_sym_dynamic] = ACTIONS(2513), + [anon_sym_optional] = ACTIONS(2513), + [anon_sym_distributed] = ACTIONS(2513), + [anon_sym_final] = ACTIONS(2513), + [anon_sym_inout] = ACTIONS(2513), + [anon_sym_ATescaping] = ACTIONS(2513), + [anon_sym_ATautoclosure] = ACTIONS(2513), + [anon_sym_weak] = ACTIONS(2513), + [anon_sym_unowned] = ACTIONS(2511), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2513), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2513), + [anon_sym_borrowing] = ACTIONS(2513), + [anon_sym_consuming] = ACTIONS(2513), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2513), + [sym__explicit_semi] = ACTIONS(2513), + [sym__dot_custom] = ACTIONS(2513), + [sym__conjunction_operator_custom] = ACTIONS(2513), + [sym__disjunction_operator_custom] = ACTIONS(2513), + [sym__nil_coalescing_operator_custom] = ACTIONS(2513), + [sym__eq_custom] = ACTIONS(2513), + [sym__eq_eq_custom] = ACTIONS(2513), + [sym__plus_then_ws] = ACTIONS(2513), + [sym__minus_then_ws] = ACTIONS(2513), + [sym__bang_custom] = ACTIONS(2513), + [sym_default_keyword] = ACTIONS(2513), + [sym_where_keyword] = ACTIONS(2513), + [sym__as_custom] = ACTIONS(2513), + [sym__as_quest_custom] = ACTIONS(2513), + [sym__as_bang_custom] = ACTIONS(2513), + [sym__custom_operator] = ACTIONS(2513), + }, + [STATE(1281)] = { + [anon_sym_BANG] = ACTIONS(2515), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2517), + [anon_sym_package] = ACTIONS(2517), + [anon_sym_COMMA] = ACTIONS(2517), + [anon_sym_LPAREN] = ACTIONS(2517), + [anon_sym_LBRACK] = ACTIONS(2517), + [anon_sym_QMARK] = ACTIONS(2515), + [anon_sym_QMARK2] = ACTIONS(2517), + [anon_sym_AMP] = ACTIONS(2517), + [aux_sym_custom_operator_token1] = ACTIONS(2517), + [anon_sym_LT] = ACTIONS(2515), + [anon_sym_GT] = ACTIONS(2515), + [anon_sym_LBRACE] = ACTIONS(2517), + [anon_sym_CARET_LBRACE] = ACTIONS(2517), + [anon_sym_RBRACE] = ACTIONS(2517), + [anon_sym_case] = ACTIONS(2517), + [anon_sym_fallthrough] = ACTIONS(2517), + [anon_sym_PLUS_EQ] = ACTIONS(2517), + [anon_sym_DASH_EQ] = ACTIONS(2517), + [anon_sym_STAR_EQ] = ACTIONS(2517), + [anon_sym_SLASH_EQ] = ACTIONS(2517), + [anon_sym_PERCENT_EQ] = ACTIONS(2517), + [anon_sym_BANG_EQ] = ACTIONS(2515), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2517), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2517), + [anon_sym_LT_EQ] = ACTIONS(2517), + [anon_sym_GT_EQ] = ACTIONS(2517), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2517), + [anon_sym_DOT_DOT_LT] = ACTIONS(2517), + [anon_sym_is] = ACTIONS(2517), + [anon_sym_PLUS] = ACTIONS(2515), + [anon_sym_DASH] = ACTIONS(2515), + [anon_sym_STAR] = ACTIONS(2515), + [anon_sym_SLASH] = ACTIONS(2515), + [anon_sym_PERCENT] = ACTIONS(2515), + [anon_sym_PLUS_PLUS] = ACTIONS(2517), + [anon_sym_DASH_DASH] = ACTIONS(2517), + [anon_sym_PIPE] = ACTIONS(2517), + [anon_sym_CARET] = ACTIONS(2515), + [anon_sym_LT_LT] = ACTIONS(2517), + [anon_sym_GT_GT] = ACTIONS(2517), + [anon_sym_class] = ACTIONS(2517), + [anon_sym_prefix] = ACTIONS(2517), + [anon_sym_infix] = ACTIONS(2517), + [anon_sym_postfix] = ACTIONS(2517), + [anon_sym_AT] = ACTIONS(2515), + [anon_sym_override] = ACTIONS(2517), + [anon_sym_convenience] = ACTIONS(2517), + [anon_sym_required] = ACTIONS(2517), + [anon_sym_nonisolated] = ACTIONS(2517), + [anon_sym_public] = ACTIONS(2517), + [anon_sym_private] = ACTIONS(2517), + [anon_sym_internal] = ACTIONS(2517), + [anon_sym_fileprivate] = ACTIONS(2517), + [anon_sym_open] = ACTIONS(2517), + [anon_sym_mutating] = ACTIONS(2517), + [anon_sym_nonmutating] = ACTIONS(2517), + [anon_sym_static] = ACTIONS(2517), + [anon_sym_dynamic] = ACTIONS(2517), + [anon_sym_optional] = ACTIONS(2517), + [anon_sym_distributed] = ACTIONS(2517), + [anon_sym_final] = ACTIONS(2517), + [anon_sym_inout] = ACTIONS(2517), + [anon_sym_ATescaping] = ACTIONS(2517), + [anon_sym_ATautoclosure] = ACTIONS(2517), + [anon_sym_weak] = ACTIONS(2517), + [anon_sym_unowned] = ACTIONS(2515), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2517), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2517), + [anon_sym_borrowing] = ACTIONS(2517), + [anon_sym_consuming] = ACTIONS(2517), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2517), + [sym__explicit_semi] = ACTIONS(2517), + [sym__dot_custom] = ACTIONS(2517), + [sym__conjunction_operator_custom] = ACTIONS(2517), + [sym__disjunction_operator_custom] = ACTIONS(2517), + [sym__nil_coalescing_operator_custom] = ACTIONS(2517), + [sym__eq_custom] = ACTIONS(2517), + [sym__eq_eq_custom] = ACTIONS(2517), + [sym__plus_then_ws] = ACTIONS(2517), + [sym__minus_then_ws] = ACTIONS(2517), + [sym__bang_custom] = ACTIONS(2517), + [sym_default_keyword] = ACTIONS(2517), + [sym_where_keyword] = ACTIONS(2517), + [sym__as_custom] = ACTIONS(2517), + [sym__as_quest_custom] = ACTIONS(2517), + [sym__as_bang_custom] = ACTIONS(2517), + [sym__custom_operator] = ACTIONS(2517), + }, + [STATE(1282)] = { + [anon_sym_BANG] = ACTIONS(2519), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2521), + [anon_sym_package] = ACTIONS(2521), + [anon_sym_COMMA] = ACTIONS(2521), + [anon_sym_LPAREN] = ACTIONS(2521), + [anon_sym_LBRACK] = ACTIONS(2521), + [anon_sym_QMARK] = ACTIONS(2519), + [anon_sym_QMARK2] = ACTIONS(2521), + [anon_sym_AMP] = ACTIONS(2521), + [aux_sym_custom_operator_token1] = ACTIONS(2521), + [anon_sym_LT] = ACTIONS(2519), + [anon_sym_GT] = ACTIONS(2519), + [anon_sym_LBRACE] = ACTIONS(2521), + [anon_sym_CARET_LBRACE] = ACTIONS(2521), + [anon_sym_RBRACE] = ACTIONS(2521), + [anon_sym_case] = ACTIONS(2521), + [anon_sym_fallthrough] = ACTIONS(2521), + [anon_sym_PLUS_EQ] = ACTIONS(2521), + [anon_sym_DASH_EQ] = ACTIONS(2521), + [anon_sym_STAR_EQ] = ACTIONS(2521), + [anon_sym_SLASH_EQ] = ACTIONS(2521), + [anon_sym_PERCENT_EQ] = ACTIONS(2521), + [anon_sym_BANG_EQ] = ACTIONS(2519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2521), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2521), + [anon_sym_LT_EQ] = ACTIONS(2521), + [anon_sym_GT_EQ] = ACTIONS(2521), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2521), + [anon_sym_DOT_DOT_LT] = ACTIONS(2521), + [anon_sym_is] = ACTIONS(2521), + [anon_sym_PLUS] = ACTIONS(2519), + [anon_sym_DASH] = ACTIONS(2519), + [anon_sym_STAR] = ACTIONS(2519), + [anon_sym_SLASH] = ACTIONS(2519), + [anon_sym_PERCENT] = ACTIONS(2519), + [anon_sym_PLUS_PLUS] = ACTIONS(2521), + [anon_sym_DASH_DASH] = ACTIONS(2521), + [anon_sym_PIPE] = ACTIONS(2521), + [anon_sym_CARET] = ACTIONS(2519), + [anon_sym_LT_LT] = ACTIONS(2521), + [anon_sym_GT_GT] = ACTIONS(2521), + [anon_sym_class] = ACTIONS(2521), + [anon_sym_prefix] = ACTIONS(2521), + [anon_sym_infix] = ACTIONS(2521), + [anon_sym_postfix] = ACTIONS(2521), + [anon_sym_AT] = ACTIONS(2519), + [anon_sym_override] = ACTIONS(2521), + [anon_sym_convenience] = ACTIONS(2521), + [anon_sym_required] = ACTIONS(2521), + [anon_sym_nonisolated] = ACTIONS(2521), + [anon_sym_public] = ACTIONS(2521), + [anon_sym_private] = ACTIONS(2521), + [anon_sym_internal] = ACTIONS(2521), + [anon_sym_fileprivate] = ACTIONS(2521), + [anon_sym_open] = ACTIONS(2521), + [anon_sym_mutating] = ACTIONS(2521), + [anon_sym_nonmutating] = ACTIONS(2521), + [anon_sym_static] = ACTIONS(2521), + [anon_sym_dynamic] = ACTIONS(2521), + [anon_sym_optional] = ACTIONS(2521), + [anon_sym_distributed] = ACTIONS(2521), + [anon_sym_final] = ACTIONS(2521), + [anon_sym_inout] = ACTIONS(2521), + [anon_sym_ATescaping] = ACTIONS(2521), + [anon_sym_ATautoclosure] = ACTIONS(2521), + [anon_sym_weak] = ACTIONS(2521), + [anon_sym_unowned] = ACTIONS(2519), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2521), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2521), + [anon_sym_borrowing] = ACTIONS(2521), + [anon_sym_consuming] = ACTIONS(2521), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2521), + [sym__explicit_semi] = ACTIONS(2521), + [sym__dot_custom] = ACTIONS(2521), + [sym__conjunction_operator_custom] = ACTIONS(2521), + [sym__disjunction_operator_custom] = ACTIONS(2521), + [sym__nil_coalescing_operator_custom] = ACTIONS(2521), + [sym__eq_custom] = ACTIONS(2521), + [sym__eq_eq_custom] = ACTIONS(2521), + [sym__plus_then_ws] = ACTIONS(2521), + [sym__minus_then_ws] = ACTIONS(2521), + [sym__bang_custom] = ACTIONS(2521), + [sym_default_keyword] = ACTIONS(2521), + [sym_where_keyword] = ACTIONS(2521), + [sym__as_custom] = ACTIONS(2521), + [sym__as_quest_custom] = ACTIONS(2521), + [sym__as_bang_custom] = ACTIONS(2521), + [sym__custom_operator] = ACTIONS(2521), + }, + [STATE(1283)] = { + [anon_sym_BANG] = ACTIONS(2395), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2397), + [anon_sym_package] = ACTIONS(2397), + [anon_sym_COMMA] = ACTIONS(2397), + [anon_sym_LPAREN] = ACTIONS(2397), + [anon_sym_LBRACK] = ACTIONS(2397), + [anon_sym_QMARK] = ACTIONS(2395), + [anon_sym_QMARK2] = ACTIONS(2397), + [anon_sym_AMP] = ACTIONS(2397), + [aux_sym_custom_operator_token1] = ACTIONS(2397), + [anon_sym_LT] = ACTIONS(2395), + [anon_sym_GT] = ACTIONS(2395), + [anon_sym_LBRACE] = ACTIONS(2397), + [anon_sym_CARET_LBRACE] = ACTIONS(2397), + [anon_sym_RBRACE] = ACTIONS(2397), + [anon_sym_case] = ACTIONS(2397), + [anon_sym_fallthrough] = ACTIONS(2397), + [anon_sym_PLUS_EQ] = ACTIONS(2397), + [anon_sym_DASH_EQ] = ACTIONS(2397), + [anon_sym_STAR_EQ] = ACTIONS(2397), + [anon_sym_SLASH_EQ] = ACTIONS(2397), + [anon_sym_PERCENT_EQ] = ACTIONS(2397), + [anon_sym_BANG_EQ] = ACTIONS(2395), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2397), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2397), + [anon_sym_LT_EQ] = ACTIONS(2397), + [anon_sym_GT_EQ] = ACTIONS(2397), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2397), + [anon_sym_DOT_DOT_LT] = ACTIONS(2397), + [anon_sym_is] = ACTIONS(2397), + [anon_sym_PLUS] = ACTIONS(2395), + [anon_sym_DASH] = ACTIONS(2395), + [anon_sym_STAR] = ACTIONS(2395), + [anon_sym_SLASH] = ACTIONS(2395), + [anon_sym_PERCENT] = ACTIONS(2395), + [anon_sym_PLUS_PLUS] = ACTIONS(2397), + [anon_sym_DASH_DASH] = ACTIONS(2397), + [anon_sym_PIPE] = ACTIONS(2397), + [anon_sym_CARET] = ACTIONS(2395), + [anon_sym_LT_LT] = ACTIONS(2397), + [anon_sym_GT_GT] = ACTIONS(2397), + [anon_sym_class] = ACTIONS(2397), + [anon_sym_prefix] = ACTIONS(2397), + [anon_sym_infix] = ACTIONS(2397), + [anon_sym_postfix] = ACTIONS(2397), + [anon_sym_AT] = ACTIONS(2395), + [anon_sym_override] = ACTIONS(2397), + [anon_sym_convenience] = ACTIONS(2397), + [anon_sym_required] = ACTIONS(2397), + [anon_sym_nonisolated] = ACTIONS(2397), + [anon_sym_public] = ACTIONS(2397), + [anon_sym_private] = ACTIONS(2397), + [anon_sym_internal] = ACTIONS(2397), + [anon_sym_fileprivate] = ACTIONS(2397), + [anon_sym_open] = ACTIONS(2397), + [anon_sym_mutating] = ACTIONS(2397), + [anon_sym_nonmutating] = ACTIONS(2397), + [anon_sym_static] = ACTIONS(2397), + [anon_sym_dynamic] = ACTIONS(2397), + [anon_sym_optional] = ACTIONS(2397), + [anon_sym_distributed] = ACTIONS(2397), + [anon_sym_final] = ACTIONS(2397), + [anon_sym_inout] = ACTIONS(2397), + [anon_sym_ATescaping] = ACTIONS(2397), + [anon_sym_ATautoclosure] = ACTIONS(2397), + [anon_sym_weak] = ACTIONS(2397), + [anon_sym_unowned] = ACTIONS(2395), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2397), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2397), + [anon_sym_borrowing] = ACTIONS(2397), + [anon_sym_consuming] = ACTIONS(2397), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2397), + [sym__explicit_semi] = ACTIONS(2397), + [sym__dot_custom] = ACTIONS(2397), + [sym__conjunction_operator_custom] = ACTIONS(2397), + [sym__disjunction_operator_custom] = ACTIONS(2397), + [sym__nil_coalescing_operator_custom] = ACTIONS(2397), + [sym__eq_custom] = ACTIONS(2397), + [sym__eq_eq_custom] = ACTIONS(2397), + [sym__plus_then_ws] = ACTIONS(2397), + [sym__minus_then_ws] = ACTIONS(2397), + [sym__bang_custom] = ACTIONS(2397), + [sym_default_keyword] = ACTIONS(2397), + [sym_where_keyword] = ACTIONS(2397), + [sym__as_custom] = ACTIONS(2397), + [sym__as_quest_custom] = ACTIONS(2397), + [sym__as_bang_custom] = ACTIONS(2397), + [sym__custom_operator] = ACTIONS(2397), + }, + [STATE(1284)] = { + [anon_sym_BANG] = ACTIONS(2523), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2525), + [anon_sym_package] = ACTIONS(2525), + [anon_sym_COMMA] = ACTIONS(2525), + [anon_sym_LPAREN] = ACTIONS(2525), + [anon_sym_LBRACK] = ACTIONS(2525), + [anon_sym_QMARK] = ACTIONS(2523), + [anon_sym_QMARK2] = ACTIONS(2525), + [anon_sym_AMP] = ACTIONS(2525), + [aux_sym_custom_operator_token1] = ACTIONS(2525), + [anon_sym_LT] = ACTIONS(2523), + [anon_sym_GT] = ACTIONS(2523), + [anon_sym_LBRACE] = ACTIONS(2525), + [anon_sym_CARET_LBRACE] = ACTIONS(2525), + [anon_sym_RBRACE] = ACTIONS(2525), + [anon_sym_case] = ACTIONS(2525), + [anon_sym_fallthrough] = ACTIONS(2525), + [anon_sym_PLUS_EQ] = ACTIONS(2525), + [anon_sym_DASH_EQ] = ACTIONS(2525), + [anon_sym_STAR_EQ] = ACTIONS(2525), + [anon_sym_SLASH_EQ] = ACTIONS(2525), + [anon_sym_PERCENT_EQ] = ACTIONS(2525), + [anon_sym_BANG_EQ] = ACTIONS(2523), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2525), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2525), + [anon_sym_LT_EQ] = ACTIONS(2525), + [anon_sym_GT_EQ] = ACTIONS(2525), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2525), + [anon_sym_DOT_DOT_LT] = ACTIONS(2525), + [anon_sym_is] = ACTIONS(2525), + [anon_sym_PLUS] = ACTIONS(2523), + [anon_sym_DASH] = ACTIONS(2523), + [anon_sym_STAR] = ACTIONS(2523), + [anon_sym_SLASH] = ACTIONS(2523), + [anon_sym_PERCENT] = ACTIONS(2523), + [anon_sym_PLUS_PLUS] = ACTIONS(2525), + [anon_sym_DASH_DASH] = ACTIONS(2525), + [anon_sym_PIPE] = ACTIONS(2525), + [anon_sym_CARET] = ACTIONS(2523), + [anon_sym_LT_LT] = ACTIONS(2525), + [anon_sym_GT_GT] = ACTIONS(2525), + [anon_sym_class] = ACTIONS(2525), + [anon_sym_prefix] = ACTIONS(2525), + [anon_sym_infix] = ACTIONS(2525), + [anon_sym_postfix] = ACTIONS(2525), + [anon_sym_AT] = ACTIONS(2523), + [anon_sym_override] = ACTIONS(2525), + [anon_sym_convenience] = ACTIONS(2525), + [anon_sym_required] = ACTIONS(2525), + [anon_sym_nonisolated] = ACTIONS(2525), + [anon_sym_public] = ACTIONS(2525), + [anon_sym_private] = ACTIONS(2525), + [anon_sym_internal] = ACTIONS(2525), + [anon_sym_fileprivate] = ACTIONS(2525), + [anon_sym_open] = ACTIONS(2525), + [anon_sym_mutating] = ACTIONS(2525), + [anon_sym_nonmutating] = ACTIONS(2525), + [anon_sym_static] = ACTIONS(2525), + [anon_sym_dynamic] = ACTIONS(2525), + [anon_sym_optional] = ACTIONS(2525), + [anon_sym_distributed] = ACTIONS(2525), + [anon_sym_final] = ACTIONS(2525), + [anon_sym_inout] = ACTIONS(2525), + [anon_sym_ATescaping] = ACTIONS(2525), + [anon_sym_ATautoclosure] = ACTIONS(2525), + [anon_sym_weak] = ACTIONS(2525), + [anon_sym_unowned] = ACTIONS(2523), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2525), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2525), + [anon_sym_borrowing] = ACTIONS(2525), + [anon_sym_consuming] = ACTIONS(2525), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2525), + [sym__explicit_semi] = ACTIONS(2525), + [sym__dot_custom] = ACTIONS(2525), + [sym__conjunction_operator_custom] = ACTIONS(2525), + [sym__disjunction_operator_custom] = ACTIONS(2525), + [sym__nil_coalescing_operator_custom] = ACTIONS(2525), + [sym__eq_custom] = ACTIONS(2525), + [sym__eq_eq_custom] = ACTIONS(2525), + [sym__plus_then_ws] = ACTIONS(2525), + [sym__minus_then_ws] = ACTIONS(2525), + [sym__bang_custom] = ACTIONS(2525), + [sym_default_keyword] = ACTIONS(2525), + [sym_where_keyword] = ACTIONS(2525), + [sym__as_custom] = ACTIONS(2525), + [sym__as_quest_custom] = ACTIONS(2525), + [sym__as_bang_custom] = ACTIONS(2525), + [sym__custom_operator] = ACTIONS(2525), + }, + [STATE(1285)] = { + [aux_sym_repeat_while_statement_repeat1] = STATE(8325), + [anon_sym_BANG] = ACTIONS(2338), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2340), + [anon_sym_package] = ACTIONS(2340), + [anon_sym_LPAREN] = ACTIONS(2340), + [anon_sym_LBRACK] = ACTIONS(2340), + [anon_sym_QMARK] = ACTIONS(2338), + [anon_sym_QMARK2] = ACTIONS(2340), + [anon_sym_AMP] = ACTIONS(2340), + [aux_sym_custom_operator_token1] = ACTIONS(2340), + [anon_sym_LT] = ACTIONS(2338), + [anon_sym_GT] = ACTIONS(2338), + [anon_sym_LBRACE] = ACTIONS(2340), + [anon_sym_CARET_LBRACE] = ACTIONS(2340), + [anon_sym_RBRACE] = ACTIONS(2340), + [anon_sym_case] = ACTIONS(2340), + [anon_sym_fallthrough] = ACTIONS(2340), + [anon_sym_PLUS_EQ] = ACTIONS(2340), + [anon_sym_DASH_EQ] = ACTIONS(2340), + [anon_sym_STAR_EQ] = ACTIONS(2340), + [anon_sym_SLASH_EQ] = ACTIONS(2340), + [anon_sym_PERCENT_EQ] = ACTIONS(2340), + [anon_sym_BANG_EQ] = ACTIONS(2338), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2340), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2340), + [anon_sym_LT_EQ] = ACTIONS(2340), + [anon_sym_GT_EQ] = ACTIONS(2340), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2340), + [anon_sym_DOT_DOT_LT] = ACTIONS(2340), + [anon_sym_is] = ACTIONS(2340), + [anon_sym_PLUS] = ACTIONS(2338), + [anon_sym_DASH] = ACTIONS(2338), + [anon_sym_STAR] = ACTIONS(2338), + [anon_sym_SLASH] = ACTIONS(2338), + [anon_sym_PERCENT] = ACTIONS(2338), + [anon_sym_PLUS_PLUS] = ACTIONS(2340), + [anon_sym_DASH_DASH] = ACTIONS(2340), + [anon_sym_PIPE] = ACTIONS(2340), + [anon_sym_CARET] = ACTIONS(2338), + [anon_sym_LT_LT] = ACTIONS(2340), + [anon_sym_GT_GT] = ACTIONS(2340), + [anon_sym_while] = ACTIONS(3421), + [anon_sym_class] = ACTIONS(2340), + [anon_sym_prefix] = ACTIONS(2340), + [anon_sym_infix] = ACTIONS(2340), + [anon_sym_postfix] = ACTIONS(2340), + [anon_sym_AT] = ACTIONS(2338), + [anon_sym_override] = ACTIONS(2340), + [anon_sym_convenience] = ACTIONS(2340), + [anon_sym_required] = ACTIONS(2340), + [anon_sym_nonisolated] = ACTIONS(2340), + [anon_sym_public] = ACTIONS(2340), + [anon_sym_private] = ACTIONS(2340), + [anon_sym_internal] = ACTIONS(2340), + [anon_sym_fileprivate] = ACTIONS(2340), + [anon_sym_open] = ACTIONS(2340), + [anon_sym_mutating] = ACTIONS(2340), + [anon_sym_nonmutating] = ACTIONS(2340), + [anon_sym_static] = ACTIONS(2340), + [anon_sym_dynamic] = ACTIONS(2340), + [anon_sym_optional] = ACTIONS(2340), + [anon_sym_distributed] = ACTIONS(2340), + [anon_sym_final] = ACTIONS(2340), + [anon_sym_inout] = ACTIONS(2340), + [anon_sym_ATescaping] = ACTIONS(2340), + [anon_sym_ATautoclosure] = ACTIONS(2340), + [anon_sym_weak] = ACTIONS(2340), + [anon_sym_unowned] = ACTIONS(2338), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2340), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2340), + [anon_sym_borrowing] = ACTIONS(2340), + [anon_sym_consuming] = ACTIONS(2340), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(3423), + [sym__explicit_semi] = ACTIONS(2340), + [sym__dot_custom] = ACTIONS(2340), + [sym__conjunction_operator_custom] = ACTIONS(2340), + [sym__disjunction_operator_custom] = ACTIONS(2340), + [sym__nil_coalescing_operator_custom] = ACTIONS(2340), + [sym__eq_custom] = ACTIONS(2340), + [sym__eq_eq_custom] = ACTIONS(2340), + [sym__plus_then_ws] = ACTIONS(2340), + [sym__minus_then_ws] = ACTIONS(2340), + [sym__bang_custom] = ACTIONS(2340), + [sym_default_keyword] = ACTIONS(2340), + [sym__as_custom] = ACTIONS(2340), + [sym__as_quest_custom] = ACTIONS(2340), + [sym__as_bang_custom] = ACTIONS(2340), + [sym__custom_operator] = ACTIONS(2340), + }, + [STATE(1286)] = { + [anon_sym_BANG] = ACTIONS(2527), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2529), + [anon_sym_package] = ACTIONS(2529), + [anon_sym_COMMA] = ACTIONS(2529), + [anon_sym_LPAREN] = ACTIONS(2529), + [anon_sym_LBRACK] = ACTIONS(2529), + [anon_sym_QMARK] = ACTIONS(2527), + [anon_sym_QMARK2] = ACTIONS(2529), + [anon_sym_AMP] = ACTIONS(2529), + [aux_sym_custom_operator_token1] = ACTIONS(2529), + [anon_sym_LT] = ACTIONS(2527), + [anon_sym_GT] = ACTIONS(2527), + [anon_sym_LBRACE] = ACTIONS(2529), + [anon_sym_CARET_LBRACE] = ACTIONS(2529), + [anon_sym_RBRACE] = ACTIONS(2529), + [anon_sym_case] = ACTIONS(2529), + [anon_sym_fallthrough] = ACTIONS(2529), + [anon_sym_PLUS_EQ] = ACTIONS(2529), + [anon_sym_DASH_EQ] = ACTIONS(2529), + [anon_sym_STAR_EQ] = ACTIONS(2529), + [anon_sym_SLASH_EQ] = ACTIONS(2529), + [anon_sym_PERCENT_EQ] = ACTIONS(2529), + [anon_sym_BANG_EQ] = ACTIONS(2527), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2529), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2529), + [anon_sym_LT_EQ] = ACTIONS(2529), + [anon_sym_GT_EQ] = ACTIONS(2529), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2529), + [anon_sym_DOT_DOT_LT] = ACTIONS(2529), + [anon_sym_is] = ACTIONS(2529), + [anon_sym_PLUS] = ACTIONS(2527), + [anon_sym_DASH] = ACTIONS(2527), + [anon_sym_STAR] = ACTIONS(2527), + [anon_sym_SLASH] = ACTIONS(2527), + [anon_sym_PERCENT] = ACTIONS(2527), + [anon_sym_PLUS_PLUS] = ACTIONS(2529), + [anon_sym_DASH_DASH] = ACTIONS(2529), + [anon_sym_PIPE] = ACTIONS(2529), + [anon_sym_CARET] = ACTIONS(2527), + [anon_sym_LT_LT] = ACTIONS(2529), + [anon_sym_GT_GT] = ACTIONS(2529), + [anon_sym_class] = ACTIONS(2529), + [anon_sym_prefix] = ACTIONS(2529), + [anon_sym_infix] = ACTIONS(2529), + [anon_sym_postfix] = ACTIONS(2529), + [anon_sym_AT] = ACTIONS(2527), + [anon_sym_override] = ACTIONS(2529), + [anon_sym_convenience] = ACTIONS(2529), + [anon_sym_required] = ACTIONS(2529), + [anon_sym_nonisolated] = ACTIONS(2529), + [anon_sym_public] = ACTIONS(2529), + [anon_sym_private] = ACTIONS(2529), + [anon_sym_internal] = ACTIONS(2529), + [anon_sym_fileprivate] = ACTIONS(2529), + [anon_sym_open] = ACTIONS(2529), + [anon_sym_mutating] = ACTIONS(2529), + [anon_sym_nonmutating] = ACTIONS(2529), + [anon_sym_static] = ACTIONS(2529), + [anon_sym_dynamic] = ACTIONS(2529), + [anon_sym_optional] = ACTIONS(2529), + [anon_sym_distributed] = ACTIONS(2529), + [anon_sym_final] = ACTIONS(2529), + [anon_sym_inout] = ACTIONS(2529), + [anon_sym_ATescaping] = ACTIONS(2529), + [anon_sym_ATautoclosure] = ACTIONS(2529), + [anon_sym_weak] = ACTIONS(2529), + [anon_sym_unowned] = ACTIONS(2527), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2529), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2529), + [anon_sym_borrowing] = ACTIONS(2529), + [anon_sym_consuming] = ACTIONS(2529), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2529), + [sym__explicit_semi] = ACTIONS(2529), + [sym__dot_custom] = ACTIONS(2529), + [sym__conjunction_operator_custom] = ACTIONS(2529), + [sym__disjunction_operator_custom] = ACTIONS(2529), + [sym__nil_coalescing_operator_custom] = ACTIONS(2529), + [sym__eq_custom] = ACTIONS(2529), + [sym__eq_eq_custom] = ACTIONS(2529), + [sym__plus_then_ws] = ACTIONS(2529), + [sym__minus_then_ws] = ACTIONS(2529), + [sym__bang_custom] = ACTIONS(2529), + [sym_default_keyword] = ACTIONS(2529), + [sym_where_keyword] = ACTIONS(2529), + [sym__as_custom] = ACTIONS(2529), + [sym__as_quest_custom] = ACTIONS(2529), + [sym__as_bang_custom] = ACTIONS(2529), + [sym__custom_operator] = ACTIONS(2529), + }, + [STATE(1287)] = { + [anon_sym_BANG] = ACTIONS(2379), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2381), + [anon_sym_package] = ACTIONS(2381), + [anon_sym_COMMA] = ACTIONS(2381), + [anon_sym_LPAREN] = ACTIONS(2381), + [anon_sym_LBRACK] = ACTIONS(2381), + [anon_sym_QMARK] = ACTIONS(2379), + [anon_sym_QMARK2] = ACTIONS(2381), + [anon_sym_AMP] = ACTIONS(2381), + [aux_sym_custom_operator_token1] = ACTIONS(2381), + [anon_sym_LT] = ACTIONS(2379), + [anon_sym_GT] = ACTIONS(2379), + [anon_sym_LBRACE] = ACTIONS(2381), + [anon_sym_CARET_LBRACE] = ACTIONS(2381), + [anon_sym_RBRACE] = ACTIONS(2381), + [anon_sym_case] = ACTIONS(2381), + [anon_sym_fallthrough] = ACTIONS(2381), + [anon_sym_PLUS_EQ] = ACTIONS(2381), + [anon_sym_DASH_EQ] = ACTIONS(2381), + [anon_sym_STAR_EQ] = ACTIONS(2381), + [anon_sym_SLASH_EQ] = ACTIONS(2381), + [anon_sym_PERCENT_EQ] = ACTIONS(2381), + [anon_sym_BANG_EQ] = ACTIONS(2379), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2381), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2381), + [anon_sym_LT_EQ] = ACTIONS(2381), + [anon_sym_GT_EQ] = ACTIONS(2381), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2381), + [anon_sym_DOT_DOT_LT] = ACTIONS(2381), + [anon_sym_is] = ACTIONS(2381), + [anon_sym_PLUS] = ACTIONS(2379), + [anon_sym_DASH] = ACTIONS(2379), + [anon_sym_STAR] = ACTIONS(2379), + [anon_sym_SLASH] = ACTIONS(2379), + [anon_sym_PERCENT] = ACTIONS(2379), + [anon_sym_PLUS_PLUS] = ACTIONS(2381), + [anon_sym_DASH_DASH] = ACTIONS(2381), + [anon_sym_PIPE] = ACTIONS(2381), + [anon_sym_CARET] = ACTIONS(2379), + [anon_sym_LT_LT] = ACTIONS(2381), + [anon_sym_GT_GT] = ACTIONS(2381), + [anon_sym_class] = ACTIONS(2381), + [anon_sym_prefix] = ACTIONS(2381), + [anon_sym_infix] = ACTIONS(2381), + [anon_sym_postfix] = ACTIONS(2381), + [anon_sym_AT] = ACTIONS(2379), + [anon_sym_override] = ACTIONS(2381), + [anon_sym_convenience] = ACTIONS(2381), + [anon_sym_required] = ACTIONS(2381), + [anon_sym_nonisolated] = ACTIONS(2381), + [anon_sym_public] = ACTIONS(2381), + [anon_sym_private] = ACTIONS(2381), + [anon_sym_internal] = ACTIONS(2381), + [anon_sym_fileprivate] = ACTIONS(2381), + [anon_sym_open] = ACTIONS(2381), + [anon_sym_mutating] = ACTIONS(2381), + [anon_sym_nonmutating] = ACTIONS(2381), + [anon_sym_static] = ACTIONS(2381), + [anon_sym_dynamic] = ACTIONS(2381), + [anon_sym_optional] = ACTIONS(2381), + [anon_sym_distributed] = ACTIONS(2381), + [anon_sym_final] = ACTIONS(2381), + [anon_sym_inout] = ACTIONS(2381), + [anon_sym_ATescaping] = ACTIONS(2381), + [anon_sym_ATautoclosure] = ACTIONS(2381), + [anon_sym_weak] = ACTIONS(2381), + [anon_sym_unowned] = ACTIONS(2379), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2381), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2381), + [anon_sym_borrowing] = ACTIONS(2381), + [anon_sym_consuming] = ACTIONS(2381), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2381), + [sym__explicit_semi] = ACTIONS(2381), + [sym__dot_custom] = ACTIONS(2381), + [sym__conjunction_operator_custom] = ACTIONS(2381), + [sym__disjunction_operator_custom] = ACTIONS(2381), + [sym__nil_coalescing_operator_custom] = ACTIONS(2381), + [sym__eq_custom] = ACTIONS(2381), + [sym__eq_eq_custom] = ACTIONS(2381), + [sym__plus_then_ws] = ACTIONS(2381), + [sym__minus_then_ws] = ACTIONS(2381), + [sym__bang_custom] = ACTIONS(2381), + [sym_default_keyword] = ACTIONS(2381), + [sym_where_keyword] = ACTIONS(2381), + [sym__as_custom] = ACTIONS(2381), + [sym__as_quest_custom] = ACTIONS(2381), + [sym__as_bang_custom] = ACTIONS(2381), + [sym__custom_operator] = ACTIONS(2381), + }, + [STATE(1288)] = { + [anon_sym_BANG] = ACTIONS(2763), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2765), + [anon_sym_package] = ACTIONS(2765), + [anon_sym_COMMA] = ACTIONS(2765), + [anon_sym_LPAREN] = ACTIONS(2765), + [anon_sym_LBRACK] = ACTIONS(2765), + [anon_sym_QMARK] = ACTIONS(2763), + [anon_sym_QMARK2] = ACTIONS(2765), + [anon_sym_AMP] = ACTIONS(2765), + [aux_sym_custom_operator_token1] = ACTIONS(2765), + [anon_sym_LT] = ACTIONS(2763), + [anon_sym_GT] = ACTIONS(2763), + [anon_sym_LBRACE] = ACTIONS(2765), + [anon_sym_CARET_LBRACE] = ACTIONS(2765), + [anon_sym_RBRACE] = ACTIONS(2765), + [anon_sym_case] = ACTIONS(2765), + [anon_sym_fallthrough] = ACTIONS(2765), + [anon_sym_PLUS_EQ] = ACTIONS(2765), + [anon_sym_DASH_EQ] = ACTIONS(2765), + [anon_sym_STAR_EQ] = ACTIONS(2765), + [anon_sym_SLASH_EQ] = ACTIONS(2765), + [anon_sym_PERCENT_EQ] = ACTIONS(2765), + [anon_sym_BANG_EQ] = ACTIONS(2763), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2765), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2765), + [anon_sym_LT_EQ] = ACTIONS(2765), + [anon_sym_GT_EQ] = ACTIONS(2765), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2765), + [anon_sym_DOT_DOT_LT] = ACTIONS(2765), + [anon_sym_is] = ACTIONS(2765), + [anon_sym_PLUS] = ACTIONS(2763), + [anon_sym_DASH] = ACTIONS(2763), + [anon_sym_STAR] = ACTIONS(2763), + [anon_sym_SLASH] = ACTIONS(2763), + [anon_sym_PERCENT] = ACTIONS(2763), + [anon_sym_PLUS_PLUS] = ACTIONS(2765), + [anon_sym_DASH_DASH] = ACTIONS(2765), + [anon_sym_PIPE] = ACTIONS(2765), + [anon_sym_CARET] = ACTIONS(2763), + [anon_sym_LT_LT] = ACTIONS(2765), + [anon_sym_GT_GT] = ACTIONS(2765), + [anon_sym_class] = ACTIONS(2765), + [anon_sym_prefix] = ACTIONS(2765), + [anon_sym_infix] = ACTIONS(2765), + [anon_sym_postfix] = ACTIONS(2765), + [anon_sym_AT] = ACTIONS(2763), + [anon_sym_override] = ACTIONS(2765), + [anon_sym_convenience] = ACTIONS(2765), + [anon_sym_required] = ACTIONS(2765), + [anon_sym_nonisolated] = ACTIONS(2765), + [anon_sym_public] = ACTIONS(2765), + [anon_sym_private] = ACTIONS(2765), + [anon_sym_internal] = ACTIONS(2765), + [anon_sym_fileprivate] = ACTIONS(2765), + [anon_sym_open] = ACTIONS(2765), + [anon_sym_mutating] = ACTIONS(2765), + [anon_sym_nonmutating] = ACTIONS(2765), + [anon_sym_static] = ACTIONS(2765), + [anon_sym_dynamic] = ACTIONS(2765), + [anon_sym_optional] = ACTIONS(2765), + [anon_sym_distributed] = ACTIONS(2765), + [anon_sym_final] = ACTIONS(2765), + [anon_sym_inout] = ACTIONS(2765), + [anon_sym_ATescaping] = ACTIONS(2765), + [anon_sym_ATautoclosure] = ACTIONS(2765), + [anon_sym_weak] = ACTIONS(2765), + [anon_sym_unowned] = ACTIONS(2763), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2765), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2765), + [anon_sym_borrowing] = ACTIONS(2765), + [anon_sym_consuming] = ACTIONS(2765), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2765), + [sym__explicit_semi] = ACTIONS(2765), + [sym__dot_custom] = ACTIONS(2765), + [sym__conjunction_operator_custom] = ACTIONS(2765), + [sym__disjunction_operator_custom] = ACTIONS(2765), + [sym__nil_coalescing_operator_custom] = ACTIONS(2765), + [sym__eq_custom] = ACTIONS(2765), + [sym__eq_eq_custom] = ACTIONS(2765), + [sym__plus_then_ws] = ACTIONS(2765), + [sym__minus_then_ws] = ACTIONS(2765), + [sym__bang_custom] = ACTIONS(2765), + [sym_default_keyword] = ACTIONS(2765), + [sym_where_keyword] = ACTIONS(2765), + [sym__as_custom] = ACTIONS(2765), + [sym__as_quest_custom] = ACTIONS(2765), + [sym__as_bang_custom] = ACTIONS(2765), + [sym__custom_operator] = ACTIONS(2765), + }, + [STATE(1289)] = { + [anon_sym_BANG] = ACTIONS(2535), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2537), + [anon_sym_package] = ACTIONS(2537), + [anon_sym_COMMA] = ACTIONS(2537), + [anon_sym_LPAREN] = ACTIONS(2537), + [anon_sym_LBRACK] = ACTIONS(2537), + [anon_sym_QMARK] = ACTIONS(2535), + [anon_sym_QMARK2] = ACTIONS(2537), + [anon_sym_AMP] = ACTIONS(2537), + [aux_sym_custom_operator_token1] = ACTIONS(2537), + [anon_sym_LT] = ACTIONS(2535), + [anon_sym_GT] = ACTIONS(2535), + [anon_sym_LBRACE] = ACTIONS(2537), + [anon_sym_CARET_LBRACE] = ACTIONS(2537), + [anon_sym_RBRACE] = ACTIONS(2537), + [anon_sym_case] = ACTIONS(2537), + [anon_sym_fallthrough] = ACTIONS(2537), + [anon_sym_PLUS_EQ] = ACTIONS(2537), + [anon_sym_DASH_EQ] = ACTIONS(2537), + [anon_sym_STAR_EQ] = ACTIONS(2537), + [anon_sym_SLASH_EQ] = ACTIONS(2537), + [anon_sym_PERCENT_EQ] = ACTIONS(2537), + [anon_sym_BANG_EQ] = ACTIONS(2535), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2537), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2537), + [anon_sym_LT_EQ] = ACTIONS(2537), + [anon_sym_GT_EQ] = ACTIONS(2537), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2537), + [anon_sym_DOT_DOT_LT] = ACTIONS(2537), + [anon_sym_is] = ACTIONS(2537), + [anon_sym_PLUS] = ACTIONS(2535), + [anon_sym_DASH] = ACTIONS(2535), + [anon_sym_STAR] = ACTIONS(2535), + [anon_sym_SLASH] = ACTIONS(2535), + [anon_sym_PERCENT] = ACTIONS(2535), + [anon_sym_PLUS_PLUS] = ACTIONS(2537), + [anon_sym_DASH_DASH] = ACTIONS(2537), + [anon_sym_PIPE] = ACTIONS(2537), + [anon_sym_CARET] = ACTIONS(2535), + [anon_sym_LT_LT] = ACTIONS(2537), + [anon_sym_GT_GT] = ACTIONS(2537), + [anon_sym_class] = ACTIONS(2537), + [anon_sym_prefix] = ACTIONS(2537), + [anon_sym_infix] = ACTIONS(2537), + [anon_sym_postfix] = ACTIONS(2537), + [anon_sym_AT] = ACTIONS(2535), + [anon_sym_override] = ACTIONS(2537), + [anon_sym_convenience] = ACTIONS(2537), + [anon_sym_required] = ACTIONS(2537), + [anon_sym_nonisolated] = ACTIONS(2537), + [anon_sym_public] = ACTIONS(2537), + [anon_sym_private] = ACTIONS(2537), + [anon_sym_internal] = ACTIONS(2537), + [anon_sym_fileprivate] = ACTIONS(2537), + [anon_sym_open] = ACTIONS(2537), + [anon_sym_mutating] = ACTIONS(2537), + [anon_sym_nonmutating] = ACTIONS(2537), + [anon_sym_static] = ACTIONS(2537), + [anon_sym_dynamic] = ACTIONS(2537), + [anon_sym_optional] = ACTIONS(2537), + [anon_sym_distributed] = ACTIONS(2537), + [anon_sym_final] = ACTIONS(2537), + [anon_sym_inout] = ACTIONS(2537), + [anon_sym_ATescaping] = ACTIONS(2537), + [anon_sym_ATautoclosure] = ACTIONS(2537), + [anon_sym_weak] = ACTIONS(2537), + [anon_sym_unowned] = ACTIONS(2535), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2537), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2537), + [anon_sym_borrowing] = ACTIONS(2537), + [anon_sym_consuming] = ACTIONS(2537), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2537), + [sym__explicit_semi] = ACTIONS(2537), + [sym__dot_custom] = ACTIONS(2537), + [sym__conjunction_operator_custom] = ACTIONS(2537), + [sym__disjunction_operator_custom] = ACTIONS(2537), + [sym__nil_coalescing_operator_custom] = ACTIONS(2537), + [sym__eq_custom] = ACTIONS(2537), + [sym__eq_eq_custom] = ACTIONS(2537), + [sym__plus_then_ws] = ACTIONS(2537), + [sym__minus_then_ws] = ACTIONS(2537), + [sym__bang_custom] = ACTIONS(2537), + [sym_default_keyword] = ACTIONS(2537), + [sym_where_keyword] = ACTIONS(2537), + [sym__as_custom] = ACTIONS(2537), + [sym__as_quest_custom] = ACTIONS(2537), + [sym__as_bang_custom] = ACTIONS(2537), + [sym__custom_operator] = ACTIONS(2537), + }, + [STATE(1290)] = { + [anon_sym_BANG] = ACTIONS(2755), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2757), + [anon_sym_package] = ACTIONS(2757), + [anon_sym_COMMA] = ACTIONS(2757), + [anon_sym_LPAREN] = ACTIONS(2757), + [anon_sym_LBRACK] = ACTIONS(2757), + [anon_sym_QMARK] = ACTIONS(2755), + [anon_sym_QMARK2] = ACTIONS(2757), + [anon_sym_AMP] = ACTIONS(2757), + [aux_sym_custom_operator_token1] = ACTIONS(2757), + [anon_sym_LT] = ACTIONS(2755), + [anon_sym_GT] = ACTIONS(2755), + [anon_sym_LBRACE] = ACTIONS(2757), + [anon_sym_CARET_LBRACE] = ACTIONS(2757), + [anon_sym_RBRACE] = ACTIONS(2757), + [anon_sym_case] = ACTIONS(2757), + [anon_sym_fallthrough] = ACTIONS(2757), + [anon_sym_PLUS_EQ] = ACTIONS(2757), + [anon_sym_DASH_EQ] = ACTIONS(2757), + [anon_sym_STAR_EQ] = ACTIONS(2757), + [anon_sym_SLASH_EQ] = ACTIONS(2757), + [anon_sym_PERCENT_EQ] = ACTIONS(2757), + [anon_sym_BANG_EQ] = ACTIONS(2755), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2757), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2757), + [anon_sym_LT_EQ] = ACTIONS(2757), + [anon_sym_GT_EQ] = ACTIONS(2757), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2757), + [anon_sym_DOT_DOT_LT] = ACTIONS(2757), + [anon_sym_is] = ACTIONS(2757), + [anon_sym_PLUS] = ACTIONS(2755), + [anon_sym_DASH] = ACTIONS(2755), + [anon_sym_STAR] = ACTIONS(2755), + [anon_sym_SLASH] = ACTIONS(2755), + [anon_sym_PERCENT] = ACTIONS(2755), + [anon_sym_PLUS_PLUS] = ACTIONS(2757), + [anon_sym_DASH_DASH] = ACTIONS(2757), + [anon_sym_PIPE] = ACTIONS(2757), + [anon_sym_CARET] = ACTIONS(2755), + [anon_sym_LT_LT] = ACTIONS(2757), + [anon_sym_GT_GT] = ACTIONS(2757), + [anon_sym_class] = ACTIONS(2757), + [anon_sym_prefix] = ACTIONS(2757), + [anon_sym_infix] = ACTIONS(2757), + [anon_sym_postfix] = ACTIONS(2757), + [anon_sym_AT] = ACTIONS(2755), + [anon_sym_override] = ACTIONS(2757), + [anon_sym_convenience] = ACTIONS(2757), + [anon_sym_required] = ACTIONS(2757), + [anon_sym_nonisolated] = ACTIONS(2757), + [anon_sym_public] = ACTIONS(2757), + [anon_sym_private] = ACTIONS(2757), + [anon_sym_internal] = ACTIONS(2757), + [anon_sym_fileprivate] = ACTIONS(2757), + [anon_sym_open] = ACTIONS(2757), + [anon_sym_mutating] = ACTIONS(2757), + [anon_sym_nonmutating] = ACTIONS(2757), + [anon_sym_static] = ACTIONS(2757), + [anon_sym_dynamic] = ACTIONS(2757), + [anon_sym_optional] = ACTIONS(2757), + [anon_sym_distributed] = ACTIONS(2757), + [anon_sym_final] = ACTIONS(2757), + [anon_sym_inout] = ACTIONS(2757), + [anon_sym_ATescaping] = ACTIONS(2757), + [anon_sym_ATautoclosure] = ACTIONS(2757), + [anon_sym_weak] = ACTIONS(2757), + [anon_sym_unowned] = ACTIONS(2755), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2757), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2757), + [anon_sym_borrowing] = ACTIONS(2757), + [anon_sym_consuming] = ACTIONS(2757), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2757), + [sym__explicit_semi] = ACTIONS(2757), + [sym__dot_custom] = ACTIONS(2757), + [sym__conjunction_operator_custom] = ACTIONS(2757), + [sym__disjunction_operator_custom] = ACTIONS(2757), + [sym__nil_coalescing_operator_custom] = ACTIONS(2757), + [sym__eq_custom] = ACTIONS(2757), + [sym__eq_eq_custom] = ACTIONS(2757), + [sym__plus_then_ws] = ACTIONS(2757), + [sym__minus_then_ws] = ACTIONS(2757), + [sym__bang_custom] = ACTIONS(2757), + [sym_default_keyword] = ACTIONS(2757), + [sym_where_keyword] = ACTIONS(2757), + [sym__as_custom] = ACTIONS(2757), + [sym__as_quest_custom] = ACTIONS(2757), + [sym__as_bang_custom] = ACTIONS(2757), + [sym__custom_operator] = ACTIONS(2757), + }, + [STATE(1291)] = { + [anon_sym_BANG] = ACTIONS(2543), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2545), + [anon_sym_package] = ACTIONS(2545), + [anon_sym_COMMA] = ACTIONS(2545), + [anon_sym_LPAREN] = ACTIONS(2545), + [anon_sym_LBRACK] = ACTIONS(2545), + [anon_sym_QMARK] = ACTIONS(2543), + [anon_sym_QMARK2] = ACTIONS(2545), + [anon_sym_AMP] = ACTIONS(2545), + [aux_sym_custom_operator_token1] = ACTIONS(2545), + [anon_sym_LT] = ACTIONS(2543), + [anon_sym_GT] = ACTIONS(2543), + [anon_sym_LBRACE] = ACTIONS(2545), + [anon_sym_CARET_LBRACE] = ACTIONS(2545), + [anon_sym_RBRACE] = ACTIONS(2545), + [anon_sym_case] = ACTIONS(2545), + [anon_sym_fallthrough] = ACTIONS(2545), + [anon_sym_PLUS_EQ] = ACTIONS(2545), + [anon_sym_DASH_EQ] = ACTIONS(2545), + [anon_sym_STAR_EQ] = ACTIONS(2545), + [anon_sym_SLASH_EQ] = ACTIONS(2545), + [anon_sym_PERCENT_EQ] = ACTIONS(2545), + [anon_sym_BANG_EQ] = ACTIONS(2543), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2545), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2545), + [anon_sym_LT_EQ] = ACTIONS(2545), + [anon_sym_GT_EQ] = ACTIONS(2545), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2545), + [anon_sym_DOT_DOT_LT] = ACTIONS(2545), + [anon_sym_is] = ACTIONS(2545), + [anon_sym_PLUS] = ACTIONS(2543), + [anon_sym_DASH] = ACTIONS(2543), + [anon_sym_STAR] = ACTIONS(2543), + [anon_sym_SLASH] = ACTIONS(2543), + [anon_sym_PERCENT] = ACTIONS(2543), + [anon_sym_PLUS_PLUS] = ACTIONS(2545), + [anon_sym_DASH_DASH] = ACTIONS(2545), + [anon_sym_PIPE] = ACTIONS(2545), + [anon_sym_CARET] = ACTIONS(2543), + [anon_sym_LT_LT] = ACTIONS(2545), + [anon_sym_GT_GT] = ACTIONS(2545), + [anon_sym_class] = ACTIONS(2545), + [anon_sym_prefix] = ACTIONS(2545), + [anon_sym_infix] = ACTIONS(2545), + [anon_sym_postfix] = ACTIONS(2545), + [anon_sym_AT] = ACTIONS(2543), + [anon_sym_override] = ACTIONS(2545), + [anon_sym_convenience] = ACTIONS(2545), + [anon_sym_required] = ACTIONS(2545), + [anon_sym_nonisolated] = ACTIONS(2545), + [anon_sym_public] = ACTIONS(2545), + [anon_sym_private] = ACTIONS(2545), + [anon_sym_internal] = ACTIONS(2545), + [anon_sym_fileprivate] = ACTIONS(2545), + [anon_sym_open] = ACTIONS(2545), + [anon_sym_mutating] = ACTIONS(2545), + [anon_sym_nonmutating] = ACTIONS(2545), + [anon_sym_static] = ACTIONS(2545), + [anon_sym_dynamic] = ACTIONS(2545), + [anon_sym_optional] = ACTIONS(2545), + [anon_sym_distributed] = ACTIONS(2545), + [anon_sym_final] = ACTIONS(2545), + [anon_sym_inout] = ACTIONS(2545), + [anon_sym_ATescaping] = ACTIONS(2545), + [anon_sym_ATautoclosure] = ACTIONS(2545), + [anon_sym_weak] = ACTIONS(2545), + [anon_sym_unowned] = ACTIONS(2543), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2545), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2545), + [anon_sym_borrowing] = ACTIONS(2545), + [anon_sym_consuming] = ACTIONS(2545), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2545), + [sym__explicit_semi] = ACTIONS(2545), + [sym__dot_custom] = ACTIONS(2545), + [sym__conjunction_operator_custom] = ACTIONS(2545), + [sym__disjunction_operator_custom] = ACTIONS(2545), + [sym__nil_coalescing_operator_custom] = ACTIONS(2545), + [sym__eq_custom] = ACTIONS(2545), + [sym__eq_eq_custom] = ACTIONS(2545), + [sym__plus_then_ws] = ACTIONS(2545), + [sym__minus_then_ws] = ACTIONS(2545), + [sym__bang_custom] = ACTIONS(2545), + [sym_default_keyword] = ACTIONS(2545), + [sym_where_keyword] = ACTIONS(2545), + [sym__as_custom] = ACTIONS(2545), + [sym__as_quest_custom] = ACTIONS(2545), + [sym__as_bang_custom] = ACTIONS(2545), + [sym__custom_operator] = ACTIONS(2545), + }, + [STATE(1292)] = { + [anon_sym_BANG] = ACTIONS(2547), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2549), + [anon_sym_package] = ACTIONS(2549), + [anon_sym_COMMA] = ACTIONS(2549), + [anon_sym_LPAREN] = ACTIONS(2549), + [anon_sym_LBRACK] = ACTIONS(2549), + [anon_sym_QMARK] = ACTIONS(2547), + [anon_sym_QMARK2] = ACTIONS(2549), + [anon_sym_AMP] = ACTIONS(2549), + [aux_sym_custom_operator_token1] = ACTIONS(2549), + [anon_sym_LT] = ACTIONS(2547), + [anon_sym_GT] = ACTIONS(2547), + [anon_sym_LBRACE] = ACTIONS(2549), + [anon_sym_CARET_LBRACE] = ACTIONS(2549), + [anon_sym_RBRACE] = ACTIONS(2549), + [anon_sym_case] = ACTIONS(2549), + [anon_sym_fallthrough] = ACTIONS(2549), + [anon_sym_PLUS_EQ] = ACTIONS(2549), + [anon_sym_DASH_EQ] = ACTIONS(2549), + [anon_sym_STAR_EQ] = ACTIONS(2549), + [anon_sym_SLASH_EQ] = ACTIONS(2549), + [anon_sym_PERCENT_EQ] = ACTIONS(2549), + [anon_sym_BANG_EQ] = ACTIONS(2547), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2549), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2549), + [anon_sym_LT_EQ] = ACTIONS(2549), + [anon_sym_GT_EQ] = ACTIONS(2549), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2549), + [anon_sym_DOT_DOT_LT] = ACTIONS(2549), + [anon_sym_is] = ACTIONS(2549), + [anon_sym_PLUS] = ACTIONS(2547), + [anon_sym_DASH] = ACTIONS(2547), + [anon_sym_STAR] = ACTIONS(2547), + [anon_sym_SLASH] = ACTIONS(2547), + [anon_sym_PERCENT] = ACTIONS(2547), + [anon_sym_PLUS_PLUS] = ACTIONS(2549), + [anon_sym_DASH_DASH] = ACTIONS(2549), + [anon_sym_PIPE] = ACTIONS(2549), + [anon_sym_CARET] = ACTIONS(2547), + [anon_sym_LT_LT] = ACTIONS(2549), + [anon_sym_GT_GT] = ACTIONS(2549), + [anon_sym_class] = ACTIONS(2549), + [anon_sym_prefix] = ACTIONS(2549), + [anon_sym_infix] = ACTIONS(2549), + [anon_sym_postfix] = ACTIONS(2549), + [anon_sym_AT] = ACTIONS(2547), + [anon_sym_override] = ACTIONS(2549), + [anon_sym_convenience] = ACTIONS(2549), + [anon_sym_required] = ACTIONS(2549), + [anon_sym_nonisolated] = ACTIONS(2549), + [anon_sym_public] = ACTIONS(2549), + [anon_sym_private] = ACTIONS(2549), + [anon_sym_internal] = ACTIONS(2549), + [anon_sym_fileprivate] = ACTIONS(2549), + [anon_sym_open] = ACTIONS(2549), + [anon_sym_mutating] = ACTIONS(2549), + [anon_sym_nonmutating] = ACTIONS(2549), + [anon_sym_static] = ACTIONS(2549), + [anon_sym_dynamic] = ACTIONS(2549), + [anon_sym_optional] = ACTIONS(2549), + [anon_sym_distributed] = ACTIONS(2549), + [anon_sym_final] = ACTIONS(2549), + [anon_sym_inout] = ACTIONS(2549), + [anon_sym_ATescaping] = ACTIONS(2549), + [anon_sym_ATautoclosure] = ACTIONS(2549), + [anon_sym_weak] = ACTIONS(2549), + [anon_sym_unowned] = ACTIONS(2547), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2549), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2549), + [anon_sym_borrowing] = ACTIONS(2549), + [anon_sym_consuming] = ACTIONS(2549), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2549), + [sym__explicit_semi] = ACTIONS(2549), + [sym__dot_custom] = ACTIONS(2549), + [sym__conjunction_operator_custom] = ACTIONS(2549), + [sym__disjunction_operator_custom] = ACTIONS(2549), + [sym__nil_coalescing_operator_custom] = ACTIONS(2549), + [sym__eq_custom] = ACTIONS(2549), + [sym__eq_eq_custom] = ACTIONS(2549), + [sym__plus_then_ws] = ACTIONS(2549), + [sym__minus_then_ws] = ACTIONS(2549), + [sym__bang_custom] = ACTIONS(2549), + [sym_default_keyword] = ACTIONS(2549), + [sym_where_keyword] = ACTIONS(2549), + [sym__as_custom] = ACTIONS(2549), + [sym__as_quest_custom] = ACTIONS(2549), + [sym__as_bang_custom] = ACTIONS(2549), + [sym__custom_operator] = ACTIONS(2549), + }, + [STATE(1293)] = { + [anon_sym_BANG] = ACTIONS(2551), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2553), + [anon_sym_package] = ACTIONS(2553), + [anon_sym_COMMA] = ACTIONS(2553), + [anon_sym_LPAREN] = ACTIONS(2553), + [anon_sym_LBRACK] = ACTIONS(2553), + [anon_sym_QMARK] = ACTIONS(2551), + [anon_sym_QMARK2] = ACTIONS(2553), + [anon_sym_AMP] = ACTIONS(2553), + [aux_sym_custom_operator_token1] = ACTIONS(2553), + [anon_sym_LT] = ACTIONS(2551), + [anon_sym_GT] = ACTIONS(2551), + [anon_sym_LBRACE] = ACTIONS(2553), + [anon_sym_CARET_LBRACE] = ACTIONS(2553), + [anon_sym_RBRACE] = ACTIONS(2553), + [anon_sym_case] = ACTIONS(2553), + [anon_sym_fallthrough] = ACTIONS(2553), + [anon_sym_PLUS_EQ] = ACTIONS(2553), + [anon_sym_DASH_EQ] = ACTIONS(2553), + [anon_sym_STAR_EQ] = ACTIONS(2553), + [anon_sym_SLASH_EQ] = ACTIONS(2553), + [anon_sym_PERCENT_EQ] = ACTIONS(2553), + [anon_sym_BANG_EQ] = ACTIONS(2551), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2553), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2553), + [anon_sym_LT_EQ] = ACTIONS(2553), + [anon_sym_GT_EQ] = ACTIONS(2553), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2553), + [anon_sym_DOT_DOT_LT] = ACTIONS(2553), + [anon_sym_is] = ACTIONS(2553), + [anon_sym_PLUS] = ACTIONS(2551), + [anon_sym_DASH] = ACTIONS(2551), + [anon_sym_STAR] = ACTIONS(2551), + [anon_sym_SLASH] = ACTIONS(2551), + [anon_sym_PERCENT] = ACTIONS(2551), + [anon_sym_PLUS_PLUS] = ACTIONS(2553), + [anon_sym_DASH_DASH] = ACTIONS(2553), + [anon_sym_PIPE] = ACTIONS(2553), + [anon_sym_CARET] = ACTIONS(2551), + [anon_sym_LT_LT] = ACTIONS(2553), + [anon_sym_GT_GT] = ACTIONS(2553), + [anon_sym_class] = ACTIONS(2553), + [anon_sym_prefix] = ACTIONS(2553), + [anon_sym_infix] = ACTIONS(2553), + [anon_sym_postfix] = ACTIONS(2553), + [anon_sym_AT] = ACTIONS(2551), + [anon_sym_override] = ACTIONS(2553), + [anon_sym_convenience] = ACTIONS(2553), + [anon_sym_required] = ACTIONS(2553), + [anon_sym_nonisolated] = ACTIONS(2553), + [anon_sym_public] = ACTIONS(2553), + [anon_sym_private] = ACTIONS(2553), + [anon_sym_internal] = ACTIONS(2553), + [anon_sym_fileprivate] = ACTIONS(2553), + [anon_sym_open] = ACTIONS(2553), + [anon_sym_mutating] = ACTIONS(2553), + [anon_sym_nonmutating] = ACTIONS(2553), + [anon_sym_static] = ACTIONS(2553), + [anon_sym_dynamic] = ACTIONS(2553), + [anon_sym_optional] = ACTIONS(2553), + [anon_sym_distributed] = ACTIONS(2553), + [anon_sym_final] = ACTIONS(2553), + [anon_sym_inout] = ACTIONS(2553), + [anon_sym_ATescaping] = ACTIONS(2553), + [anon_sym_ATautoclosure] = ACTIONS(2553), + [anon_sym_weak] = ACTIONS(2553), + [anon_sym_unowned] = ACTIONS(2551), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2553), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2553), + [anon_sym_borrowing] = ACTIONS(2553), + [anon_sym_consuming] = ACTIONS(2553), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2553), + [sym__explicit_semi] = ACTIONS(2553), + [sym__dot_custom] = ACTIONS(2553), + [sym__conjunction_operator_custom] = ACTIONS(2553), + [sym__disjunction_operator_custom] = ACTIONS(2553), + [sym__nil_coalescing_operator_custom] = ACTIONS(2553), + [sym__eq_custom] = ACTIONS(2553), + [sym__eq_eq_custom] = ACTIONS(2553), + [sym__plus_then_ws] = ACTIONS(2553), + [sym__minus_then_ws] = ACTIONS(2553), + [sym__bang_custom] = ACTIONS(2553), + [sym_default_keyword] = ACTIONS(2553), + [sym_where_keyword] = ACTIONS(2553), + [sym__as_custom] = ACTIONS(2553), + [sym__as_quest_custom] = ACTIONS(2553), + [sym__as_bang_custom] = ACTIONS(2553), + [sym__custom_operator] = ACTIONS(2553), + }, + [STATE(1294)] = { + [anon_sym_BANG] = ACTIONS(2623), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2625), + [anon_sym_package] = ACTIONS(2625), + [anon_sym_COMMA] = ACTIONS(2625), + [anon_sym_LPAREN] = ACTIONS(2625), + [anon_sym_LBRACK] = ACTIONS(2625), + [anon_sym_QMARK] = ACTIONS(2623), + [anon_sym_QMARK2] = ACTIONS(2625), + [anon_sym_AMP] = ACTIONS(2625), + [aux_sym_custom_operator_token1] = ACTIONS(2625), + [anon_sym_LT] = ACTIONS(2623), + [anon_sym_GT] = ACTIONS(2623), + [anon_sym_LBRACE] = ACTIONS(2625), + [anon_sym_CARET_LBRACE] = ACTIONS(2625), + [anon_sym_RBRACE] = ACTIONS(2625), + [anon_sym_case] = ACTIONS(2625), + [anon_sym_fallthrough] = ACTIONS(2625), + [anon_sym_PLUS_EQ] = ACTIONS(2625), + [anon_sym_DASH_EQ] = ACTIONS(2625), + [anon_sym_STAR_EQ] = ACTIONS(2625), + [anon_sym_SLASH_EQ] = ACTIONS(2625), + [anon_sym_PERCENT_EQ] = ACTIONS(2625), + [anon_sym_BANG_EQ] = ACTIONS(2623), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2625), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2625), + [anon_sym_LT_EQ] = ACTIONS(2625), + [anon_sym_GT_EQ] = ACTIONS(2625), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2625), + [anon_sym_DOT_DOT_LT] = ACTIONS(2625), + [anon_sym_is] = ACTIONS(2625), + [anon_sym_PLUS] = ACTIONS(2623), + [anon_sym_DASH] = ACTIONS(2623), + [anon_sym_STAR] = ACTIONS(2623), + [anon_sym_SLASH] = ACTIONS(2623), + [anon_sym_PERCENT] = ACTIONS(2623), + [anon_sym_PLUS_PLUS] = ACTIONS(2625), + [anon_sym_DASH_DASH] = ACTIONS(2625), + [anon_sym_PIPE] = ACTIONS(2625), + [anon_sym_CARET] = ACTIONS(2623), + [anon_sym_LT_LT] = ACTIONS(2625), + [anon_sym_GT_GT] = ACTIONS(2625), + [anon_sym_class] = ACTIONS(2625), + [anon_sym_prefix] = ACTIONS(2625), + [anon_sym_infix] = ACTIONS(2625), + [anon_sym_postfix] = ACTIONS(2625), + [anon_sym_AT] = ACTIONS(2623), + [anon_sym_override] = ACTIONS(2625), + [anon_sym_convenience] = ACTIONS(2625), + [anon_sym_required] = ACTIONS(2625), + [anon_sym_nonisolated] = ACTIONS(2625), + [anon_sym_public] = ACTIONS(2625), + [anon_sym_private] = ACTIONS(2625), + [anon_sym_internal] = ACTIONS(2625), + [anon_sym_fileprivate] = ACTIONS(2625), + [anon_sym_open] = ACTIONS(2625), + [anon_sym_mutating] = ACTIONS(2625), + [anon_sym_nonmutating] = ACTIONS(2625), + [anon_sym_static] = ACTIONS(2625), + [anon_sym_dynamic] = ACTIONS(2625), + [anon_sym_optional] = ACTIONS(2625), + [anon_sym_distributed] = ACTIONS(2625), + [anon_sym_final] = ACTIONS(2625), + [anon_sym_inout] = ACTIONS(2625), + [anon_sym_ATescaping] = ACTIONS(2625), + [anon_sym_ATautoclosure] = ACTIONS(2625), + [anon_sym_weak] = ACTIONS(2625), + [anon_sym_unowned] = ACTIONS(2623), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2625), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2625), + [anon_sym_borrowing] = ACTIONS(2625), + [anon_sym_consuming] = ACTIONS(2625), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2625), + [sym__explicit_semi] = ACTIONS(2625), + [sym__dot_custom] = ACTIONS(2625), + [sym__conjunction_operator_custom] = ACTIONS(2625), + [sym__disjunction_operator_custom] = ACTIONS(2625), + [sym__nil_coalescing_operator_custom] = ACTIONS(2625), + [sym__eq_custom] = ACTIONS(2625), + [sym__eq_eq_custom] = ACTIONS(2625), + [sym__plus_then_ws] = ACTIONS(2625), + [sym__minus_then_ws] = ACTIONS(2625), + [sym__bang_custom] = ACTIONS(2625), + [sym_default_keyword] = ACTIONS(2625), + [sym_where_keyword] = ACTIONS(2625), + [sym__as_custom] = ACTIONS(2625), + [sym__as_quest_custom] = ACTIONS(2625), + [sym__as_bang_custom] = ACTIONS(2625), + [sym__custom_operator] = ACTIONS(2625), + }, + [STATE(1295)] = { + [anon_sym_BANG] = ACTIONS(2555), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2557), + [anon_sym_package] = ACTIONS(2557), + [anon_sym_COMMA] = ACTIONS(2557), + [anon_sym_LPAREN] = ACTIONS(2557), + [anon_sym_LBRACK] = ACTIONS(2557), + [anon_sym_QMARK] = ACTIONS(2555), + [anon_sym_QMARK2] = ACTIONS(2557), + [anon_sym_AMP] = ACTIONS(2557), + [aux_sym_custom_operator_token1] = ACTIONS(2557), + [anon_sym_LT] = ACTIONS(2555), + [anon_sym_GT] = ACTIONS(2555), + [anon_sym_LBRACE] = ACTIONS(2557), + [anon_sym_CARET_LBRACE] = ACTIONS(2557), + [anon_sym_RBRACE] = ACTIONS(2557), + [anon_sym_case] = ACTIONS(2557), + [anon_sym_fallthrough] = ACTIONS(2557), + [anon_sym_PLUS_EQ] = ACTIONS(2557), + [anon_sym_DASH_EQ] = ACTIONS(2557), + [anon_sym_STAR_EQ] = ACTIONS(2557), + [anon_sym_SLASH_EQ] = ACTIONS(2557), + [anon_sym_PERCENT_EQ] = ACTIONS(2557), + [anon_sym_BANG_EQ] = ACTIONS(2555), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2557), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2557), + [anon_sym_LT_EQ] = ACTIONS(2557), + [anon_sym_GT_EQ] = ACTIONS(2557), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2557), + [anon_sym_DOT_DOT_LT] = ACTIONS(2557), + [anon_sym_is] = ACTIONS(2557), + [anon_sym_PLUS] = ACTIONS(2555), + [anon_sym_DASH] = ACTIONS(2555), + [anon_sym_STAR] = ACTIONS(2555), + [anon_sym_SLASH] = ACTIONS(2555), + [anon_sym_PERCENT] = ACTIONS(2555), + [anon_sym_PLUS_PLUS] = ACTIONS(2557), + [anon_sym_DASH_DASH] = ACTIONS(2557), + [anon_sym_PIPE] = ACTIONS(2557), + [anon_sym_CARET] = ACTIONS(2555), + [anon_sym_LT_LT] = ACTIONS(2557), + [anon_sym_GT_GT] = ACTIONS(2557), + [anon_sym_class] = ACTIONS(2557), + [anon_sym_prefix] = ACTIONS(2557), + [anon_sym_infix] = ACTIONS(2557), + [anon_sym_postfix] = ACTIONS(2557), + [anon_sym_AT] = ACTIONS(2555), + [anon_sym_override] = ACTIONS(2557), + [anon_sym_convenience] = ACTIONS(2557), + [anon_sym_required] = ACTIONS(2557), + [anon_sym_nonisolated] = ACTIONS(2557), + [anon_sym_public] = ACTIONS(2557), + [anon_sym_private] = ACTIONS(2557), + [anon_sym_internal] = ACTIONS(2557), + [anon_sym_fileprivate] = ACTIONS(2557), + [anon_sym_open] = ACTIONS(2557), + [anon_sym_mutating] = ACTIONS(2557), + [anon_sym_nonmutating] = ACTIONS(2557), + [anon_sym_static] = ACTIONS(2557), + [anon_sym_dynamic] = ACTIONS(2557), + [anon_sym_optional] = ACTIONS(2557), + [anon_sym_distributed] = ACTIONS(2557), + [anon_sym_final] = ACTIONS(2557), + [anon_sym_inout] = ACTIONS(2557), + [anon_sym_ATescaping] = ACTIONS(2557), + [anon_sym_ATautoclosure] = ACTIONS(2557), + [anon_sym_weak] = ACTIONS(2557), + [anon_sym_unowned] = ACTIONS(2555), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2557), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2557), + [anon_sym_borrowing] = ACTIONS(2557), + [anon_sym_consuming] = ACTIONS(2557), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2557), + [sym__explicit_semi] = ACTIONS(2557), + [sym__dot_custom] = ACTIONS(2557), + [sym__conjunction_operator_custom] = ACTIONS(2557), + [sym__disjunction_operator_custom] = ACTIONS(2557), + [sym__nil_coalescing_operator_custom] = ACTIONS(2557), + [sym__eq_custom] = ACTIONS(2557), + [sym__eq_eq_custom] = ACTIONS(2557), + [sym__plus_then_ws] = ACTIONS(2557), + [sym__minus_then_ws] = ACTIONS(2557), + [sym__bang_custom] = ACTIONS(2557), + [sym_default_keyword] = ACTIONS(2557), + [sym_where_keyword] = ACTIONS(2557), + [sym__as_custom] = ACTIONS(2557), + [sym__as_quest_custom] = ACTIONS(2557), + [sym__as_bang_custom] = ACTIONS(2557), + [sym__custom_operator] = ACTIONS(2557), + }, + [STATE(1296)] = { + [anon_sym_BANG] = ACTIONS(2559), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2561), + [anon_sym_package] = ACTIONS(2561), + [anon_sym_COMMA] = ACTIONS(2561), + [anon_sym_LPAREN] = ACTIONS(2561), + [anon_sym_LBRACK] = ACTIONS(2561), + [anon_sym_QMARK] = ACTIONS(2559), + [anon_sym_QMARK2] = ACTIONS(2561), + [anon_sym_AMP] = ACTIONS(2561), + [aux_sym_custom_operator_token1] = ACTIONS(2561), + [anon_sym_LT] = ACTIONS(2559), + [anon_sym_GT] = ACTIONS(2559), + [anon_sym_LBRACE] = ACTIONS(2561), + [anon_sym_CARET_LBRACE] = ACTIONS(2561), + [anon_sym_RBRACE] = ACTIONS(2561), + [anon_sym_case] = ACTIONS(2561), + [anon_sym_fallthrough] = ACTIONS(2561), + [anon_sym_PLUS_EQ] = ACTIONS(2561), + [anon_sym_DASH_EQ] = ACTIONS(2561), + [anon_sym_STAR_EQ] = ACTIONS(2561), + [anon_sym_SLASH_EQ] = ACTIONS(2561), + [anon_sym_PERCENT_EQ] = ACTIONS(2561), + [anon_sym_BANG_EQ] = ACTIONS(2559), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2561), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2561), + [anon_sym_LT_EQ] = ACTIONS(2561), + [anon_sym_GT_EQ] = ACTIONS(2561), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2561), + [anon_sym_DOT_DOT_LT] = ACTIONS(2561), + [anon_sym_is] = ACTIONS(2561), + [anon_sym_PLUS] = ACTIONS(2559), + [anon_sym_DASH] = ACTIONS(2559), + [anon_sym_STAR] = ACTIONS(2559), + [anon_sym_SLASH] = ACTIONS(2559), + [anon_sym_PERCENT] = ACTIONS(2559), + [anon_sym_PLUS_PLUS] = ACTIONS(2561), + [anon_sym_DASH_DASH] = ACTIONS(2561), + [anon_sym_PIPE] = ACTIONS(2561), + [anon_sym_CARET] = ACTIONS(2559), + [anon_sym_LT_LT] = ACTIONS(2561), + [anon_sym_GT_GT] = ACTIONS(2561), + [anon_sym_class] = ACTIONS(2561), + [anon_sym_prefix] = ACTIONS(2561), + [anon_sym_infix] = ACTIONS(2561), + [anon_sym_postfix] = ACTIONS(2561), + [anon_sym_AT] = ACTIONS(2559), + [anon_sym_override] = ACTIONS(2561), + [anon_sym_convenience] = ACTIONS(2561), + [anon_sym_required] = ACTIONS(2561), + [anon_sym_nonisolated] = ACTIONS(2561), + [anon_sym_public] = ACTIONS(2561), + [anon_sym_private] = ACTIONS(2561), + [anon_sym_internal] = ACTIONS(2561), + [anon_sym_fileprivate] = ACTIONS(2561), + [anon_sym_open] = ACTIONS(2561), + [anon_sym_mutating] = ACTIONS(2561), + [anon_sym_nonmutating] = ACTIONS(2561), + [anon_sym_static] = ACTIONS(2561), + [anon_sym_dynamic] = ACTIONS(2561), + [anon_sym_optional] = ACTIONS(2561), + [anon_sym_distributed] = ACTIONS(2561), + [anon_sym_final] = ACTIONS(2561), + [anon_sym_inout] = ACTIONS(2561), + [anon_sym_ATescaping] = ACTIONS(2561), + [anon_sym_ATautoclosure] = ACTIONS(2561), + [anon_sym_weak] = ACTIONS(2561), + [anon_sym_unowned] = ACTIONS(2559), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2561), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2561), + [anon_sym_borrowing] = ACTIONS(2561), + [anon_sym_consuming] = ACTIONS(2561), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2561), + [sym__explicit_semi] = ACTIONS(2561), + [sym__dot_custom] = ACTIONS(2561), + [sym__conjunction_operator_custom] = ACTIONS(2561), + [sym__disjunction_operator_custom] = ACTIONS(2561), + [sym__nil_coalescing_operator_custom] = ACTIONS(2561), + [sym__eq_custom] = ACTIONS(2561), + [sym__eq_eq_custom] = ACTIONS(2561), + [sym__plus_then_ws] = ACTIONS(2561), + [sym__minus_then_ws] = ACTIONS(2561), + [sym__bang_custom] = ACTIONS(2561), + [sym_default_keyword] = ACTIONS(2561), + [sym_where_keyword] = ACTIONS(2561), + [sym__as_custom] = ACTIONS(2561), + [sym__as_quest_custom] = ACTIONS(2561), + [sym__as_bang_custom] = ACTIONS(2561), + [sym__custom_operator] = ACTIONS(2561), + }, + [STATE(1297)] = { + [anon_sym_BANG] = ACTIONS(2563), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2565), + [anon_sym_package] = ACTIONS(2565), + [anon_sym_COMMA] = ACTIONS(2565), + [anon_sym_LPAREN] = ACTIONS(2565), + [anon_sym_LBRACK] = ACTIONS(2565), + [anon_sym_QMARK] = ACTIONS(2563), + [anon_sym_QMARK2] = ACTIONS(2565), + [anon_sym_AMP] = ACTIONS(2565), + [aux_sym_custom_operator_token1] = ACTIONS(2565), + [anon_sym_LT] = ACTIONS(2563), + [anon_sym_GT] = ACTIONS(2563), + [anon_sym_LBRACE] = ACTIONS(2565), + [anon_sym_CARET_LBRACE] = ACTIONS(2565), + [anon_sym_RBRACE] = ACTIONS(2565), + [anon_sym_case] = ACTIONS(2565), + [anon_sym_fallthrough] = ACTIONS(2565), + [anon_sym_PLUS_EQ] = ACTIONS(2565), + [anon_sym_DASH_EQ] = ACTIONS(2565), + [anon_sym_STAR_EQ] = ACTIONS(2565), + [anon_sym_SLASH_EQ] = ACTIONS(2565), + [anon_sym_PERCENT_EQ] = ACTIONS(2565), + [anon_sym_BANG_EQ] = ACTIONS(2563), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2565), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2565), + [anon_sym_LT_EQ] = ACTIONS(2565), + [anon_sym_GT_EQ] = ACTIONS(2565), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2565), + [anon_sym_DOT_DOT_LT] = ACTIONS(2565), + [anon_sym_is] = ACTIONS(2565), + [anon_sym_PLUS] = ACTIONS(2563), + [anon_sym_DASH] = ACTIONS(2563), + [anon_sym_STAR] = ACTIONS(2563), + [anon_sym_SLASH] = ACTIONS(2563), + [anon_sym_PERCENT] = ACTIONS(2563), + [anon_sym_PLUS_PLUS] = ACTIONS(2565), + [anon_sym_DASH_DASH] = ACTIONS(2565), + [anon_sym_PIPE] = ACTIONS(2565), + [anon_sym_CARET] = ACTIONS(2563), + [anon_sym_LT_LT] = ACTIONS(2565), + [anon_sym_GT_GT] = ACTIONS(2565), + [anon_sym_class] = ACTIONS(2565), + [anon_sym_prefix] = ACTIONS(2565), + [anon_sym_infix] = ACTIONS(2565), + [anon_sym_postfix] = ACTIONS(2565), + [anon_sym_AT] = ACTIONS(2563), + [anon_sym_override] = ACTIONS(2565), + [anon_sym_convenience] = ACTIONS(2565), + [anon_sym_required] = ACTIONS(2565), + [anon_sym_nonisolated] = ACTIONS(2565), + [anon_sym_public] = ACTIONS(2565), + [anon_sym_private] = ACTIONS(2565), + [anon_sym_internal] = ACTIONS(2565), + [anon_sym_fileprivate] = ACTIONS(2565), + [anon_sym_open] = ACTIONS(2565), + [anon_sym_mutating] = ACTIONS(2565), + [anon_sym_nonmutating] = ACTIONS(2565), + [anon_sym_static] = ACTIONS(2565), + [anon_sym_dynamic] = ACTIONS(2565), + [anon_sym_optional] = ACTIONS(2565), + [anon_sym_distributed] = ACTIONS(2565), + [anon_sym_final] = ACTIONS(2565), + [anon_sym_inout] = ACTIONS(2565), + [anon_sym_ATescaping] = ACTIONS(2565), + [anon_sym_ATautoclosure] = ACTIONS(2565), + [anon_sym_weak] = ACTIONS(2565), + [anon_sym_unowned] = ACTIONS(2563), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2565), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2565), + [anon_sym_borrowing] = ACTIONS(2565), + [anon_sym_consuming] = ACTIONS(2565), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2565), + [sym__explicit_semi] = ACTIONS(2565), + [sym__dot_custom] = ACTIONS(2565), + [sym__conjunction_operator_custom] = ACTIONS(2565), + [sym__disjunction_operator_custom] = ACTIONS(2565), + [sym__nil_coalescing_operator_custom] = ACTIONS(2565), + [sym__eq_custom] = ACTIONS(2565), + [sym__eq_eq_custom] = ACTIONS(2565), + [sym__plus_then_ws] = ACTIONS(2565), + [sym__minus_then_ws] = ACTIONS(2565), + [sym__bang_custom] = ACTIONS(2565), + [sym_default_keyword] = ACTIONS(2565), + [sym_where_keyword] = ACTIONS(2565), + [sym__as_custom] = ACTIONS(2565), + [sym__as_quest_custom] = ACTIONS(2565), + [sym__as_bang_custom] = ACTIONS(2565), + [sym__custom_operator] = ACTIONS(2565), + }, + [STATE(1298)] = { + [anon_sym_BANG] = ACTIONS(2567), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2569), + [anon_sym_package] = ACTIONS(2569), + [anon_sym_COMMA] = ACTIONS(2569), + [anon_sym_LPAREN] = ACTIONS(2569), + [anon_sym_LBRACK] = ACTIONS(2569), + [anon_sym_QMARK] = ACTIONS(2567), + [anon_sym_QMARK2] = ACTIONS(2569), + [anon_sym_AMP] = ACTIONS(2569), + [aux_sym_custom_operator_token1] = ACTIONS(2569), + [anon_sym_LT] = ACTIONS(2567), + [anon_sym_GT] = ACTIONS(2567), + [anon_sym_LBRACE] = ACTIONS(2569), + [anon_sym_CARET_LBRACE] = ACTIONS(2569), + [anon_sym_RBRACE] = ACTIONS(2569), + [anon_sym_case] = ACTIONS(2569), + [anon_sym_fallthrough] = ACTIONS(2569), + [anon_sym_PLUS_EQ] = ACTIONS(2569), + [anon_sym_DASH_EQ] = ACTIONS(2569), + [anon_sym_STAR_EQ] = ACTIONS(2569), + [anon_sym_SLASH_EQ] = ACTIONS(2569), + [anon_sym_PERCENT_EQ] = ACTIONS(2569), + [anon_sym_BANG_EQ] = ACTIONS(2567), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2569), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2569), + [anon_sym_LT_EQ] = ACTIONS(2569), + [anon_sym_GT_EQ] = ACTIONS(2569), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2569), + [anon_sym_DOT_DOT_LT] = ACTIONS(2569), + [anon_sym_is] = ACTIONS(2569), + [anon_sym_PLUS] = ACTIONS(2567), + [anon_sym_DASH] = ACTIONS(2567), + [anon_sym_STAR] = ACTIONS(2567), + [anon_sym_SLASH] = ACTIONS(2567), + [anon_sym_PERCENT] = ACTIONS(2567), + [anon_sym_PLUS_PLUS] = ACTIONS(2569), + [anon_sym_DASH_DASH] = ACTIONS(2569), + [anon_sym_PIPE] = ACTIONS(2569), + [anon_sym_CARET] = ACTIONS(2567), + [anon_sym_LT_LT] = ACTIONS(2569), + [anon_sym_GT_GT] = ACTIONS(2569), + [anon_sym_class] = ACTIONS(2569), + [anon_sym_prefix] = ACTIONS(2569), + [anon_sym_infix] = ACTIONS(2569), + [anon_sym_postfix] = ACTIONS(2569), + [anon_sym_AT] = ACTIONS(2567), + [anon_sym_override] = ACTIONS(2569), + [anon_sym_convenience] = ACTIONS(2569), + [anon_sym_required] = ACTIONS(2569), + [anon_sym_nonisolated] = ACTIONS(2569), + [anon_sym_public] = ACTIONS(2569), + [anon_sym_private] = ACTIONS(2569), + [anon_sym_internal] = ACTIONS(2569), + [anon_sym_fileprivate] = ACTIONS(2569), + [anon_sym_open] = ACTIONS(2569), + [anon_sym_mutating] = ACTIONS(2569), + [anon_sym_nonmutating] = ACTIONS(2569), + [anon_sym_static] = ACTIONS(2569), + [anon_sym_dynamic] = ACTIONS(2569), + [anon_sym_optional] = ACTIONS(2569), + [anon_sym_distributed] = ACTIONS(2569), + [anon_sym_final] = ACTIONS(2569), + [anon_sym_inout] = ACTIONS(2569), + [anon_sym_ATescaping] = ACTIONS(2569), + [anon_sym_ATautoclosure] = ACTIONS(2569), + [anon_sym_weak] = ACTIONS(2569), + [anon_sym_unowned] = ACTIONS(2567), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2569), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2569), + [anon_sym_borrowing] = ACTIONS(2569), + [anon_sym_consuming] = ACTIONS(2569), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2569), + [sym__explicit_semi] = ACTIONS(2569), + [sym__dot_custom] = ACTIONS(2569), + [sym__conjunction_operator_custom] = ACTIONS(2569), + [sym__disjunction_operator_custom] = ACTIONS(2569), + [sym__nil_coalescing_operator_custom] = ACTIONS(2569), + [sym__eq_custom] = ACTIONS(2569), + [sym__eq_eq_custom] = ACTIONS(2569), + [sym__plus_then_ws] = ACTIONS(2569), + [sym__minus_then_ws] = ACTIONS(2569), + [sym__bang_custom] = ACTIONS(2569), + [sym_default_keyword] = ACTIONS(2569), + [sym_where_keyword] = ACTIONS(2569), + [sym__as_custom] = ACTIONS(2569), + [sym__as_quest_custom] = ACTIONS(2569), + [sym__as_bang_custom] = ACTIONS(2569), + [sym__custom_operator] = ACTIONS(2569), + }, + [STATE(1299)] = { + [anon_sym_BANG] = ACTIONS(2571), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2573), + [anon_sym_package] = ACTIONS(2573), + [anon_sym_COMMA] = ACTIONS(2573), + [anon_sym_LPAREN] = ACTIONS(2573), + [anon_sym_LBRACK] = ACTIONS(2573), + [anon_sym_QMARK] = ACTIONS(2571), + [anon_sym_QMARK2] = ACTIONS(2573), + [anon_sym_AMP] = ACTIONS(2573), + [aux_sym_custom_operator_token1] = ACTIONS(2573), + [anon_sym_LT] = ACTIONS(2571), + [anon_sym_GT] = ACTIONS(2571), + [anon_sym_LBRACE] = ACTIONS(2573), + [anon_sym_CARET_LBRACE] = ACTIONS(2573), + [anon_sym_RBRACE] = ACTIONS(2573), + [anon_sym_case] = ACTIONS(2573), + [anon_sym_fallthrough] = ACTIONS(2573), + [anon_sym_PLUS_EQ] = ACTIONS(2573), + [anon_sym_DASH_EQ] = ACTIONS(2573), + [anon_sym_STAR_EQ] = ACTIONS(2573), + [anon_sym_SLASH_EQ] = ACTIONS(2573), + [anon_sym_PERCENT_EQ] = ACTIONS(2573), + [anon_sym_BANG_EQ] = ACTIONS(2571), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2573), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2573), + [anon_sym_LT_EQ] = ACTIONS(2573), + [anon_sym_GT_EQ] = ACTIONS(2573), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2573), + [anon_sym_DOT_DOT_LT] = ACTIONS(2573), + [anon_sym_is] = ACTIONS(2573), + [anon_sym_PLUS] = ACTIONS(2571), + [anon_sym_DASH] = ACTIONS(2571), + [anon_sym_STAR] = ACTIONS(2571), + [anon_sym_SLASH] = ACTIONS(2571), + [anon_sym_PERCENT] = ACTIONS(2571), + [anon_sym_PLUS_PLUS] = ACTIONS(2573), + [anon_sym_DASH_DASH] = ACTIONS(2573), + [anon_sym_PIPE] = ACTIONS(2573), + [anon_sym_CARET] = ACTIONS(2571), + [anon_sym_LT_LT] = ACTIONS(2573), + [anon_sym_GT_GT] = ACTIONS(2573), + [anon_sym_class] = ACTIONS(2573), + [anon_sym_prefix] = ACTIONS(2573), + [anon_sym_infix] = ACTIONS(2573), + [anon_sym_postfix] = ACTIONS(2573), + [anon_sym_AT] = ACTIONS(2571), + [anon_sym_override] = ACTIONS(2573), + [anon_sym_convenience] = ACTIONS(2573), + [anon_sym_required] = ACTIONS(2573), + [anon_sym_nonisolated] = ACTIONS(2573), + [anon_sym_public] = ACTIONS(2573), + [anon_sym_private] = ACTIONS(2573), + [anon_sym_internal] = ACTIONS(2573), + [anon_sym_fileprivate] = ACTIONS(2573), + [anon_sym_open] = ACTIONS(2573), + [anon_sym_mutating] = ACTIONS(2573), + [anon_sym_nonmutating] = ACTIONS(2573), + [anon_sym_static] = ACTIONS(2573), + [anon_sym_dynamic] = ACTIONS(2573), + [anon_sym_optional] = ACTIONS(2573), + [anon_sym_distributed] = ACTIONS(2573), + [anon_sym_final] = ACTIONS(2573), + [anon_sym_inout] = ACTIONS(2573), + [anon_sym_ATescaping] = ACTIONS(2573), + [anon_sym_ATautoclosure] = ACTIONS(2573), + [anon_sym_weak] = ACTIONS(2573), + [anon_sym_unowned] = ACTIONS(2571), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2573), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2573), + [anon_sym_borrowing] = ACTIONS(2573), + [anon_sym_consuming] = ACTIONS(2573), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2573), + [sym__explicit_semi] = ACTIONS(2573), + [sym__dot_custom] = ACTIONS(2573), + [sym__conjunction_operator_custom] = ACTIONS(2573), + [sym__disjunction_operator_custom] = ACTIONS(2573), + [sym__nil_coalescing_operator_custom] = ACTIONS(2573), + [sym__eq_custom] = ACTIONS(2573), + [sym__eq_eq_custom] = ACTIONS(2573), + [sym__plus_then_ws] = ACTIONS(2573), + [sym__minus_then_ws] = ACTIONS(2573), + [sym__bang_custom] = ACTIONS(2573), + [sym_default_keyword] = ACTIONS(2573), + [sym_where_keyword] = ACTIONS(2573), + [sym__as_custom] = ACTIONS(2573), + [sym__as_quest_custom] = ACTIONS(2573), + [sym__as_bang_custom] = ACTIONS(2573), + [sym__custom_operator] = ACTIONS(2573), + }, + [STATE(1300)] = { + [anon_sym_BANG] = ACTIONS(2575), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2577), + [anon_sym_package] = ACTIONS(2577), + [anon_sym_COMMA] = ACTIONS(2577), + [anon_sym_LPAREN] = ACTIONS(2577), + [anon_sym_LBRACK] = ACTIONS(2577), + [anon_sym_QMARK] = ACTIONS(2575), + [anon_sym_QMARK2] = ACTIONS(2577), + [anon_sym_AMP] = ACTIONS(2577), + [aux_sym_custom_operator_token1] = ACTIONS(2577), + [anon_sym_LT] = ACTIONS(2575), + [anon_sym_GT] = ACTIONS(2575), + [anon_sym_LBRACE] = ACTIONS(2577), + [anon_sym_CARET_LBRACE] = ACTIONS(2577), + [anon_sym_RBRACE] = ACTIONS(2577), + [anon_sym_case] = ACTIONS(2577), + [anon_sym_fallthrough] = ACTIONS(2577), + [anon_sym_PLUS_EQ] = ACTIONS(2577), + [anon_sym_DASH_EQ] = ACTIONS(2577), + [anon_sym_STAR_EQ] = ACTIONS(2577), + [anon_sym_SLASH_EQ] = ACTIONS(2577), + [anon_sym_PERCENT_EQ] = ACTIONS(2577), + [anon_sym_BANG_EQ] = ACTIONS(2575), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2577), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2577), + [anon_sym_LT_EQ] = ACTIONS(2577), + [anon_sym_GT_EQ] = ACTIONS(2577), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2577), + [anon_sym_DOT_DOT_LT] = ACTIONS(2577), + [anon_sym_is] = ACTIONS(2577), + [anon_sym_PLUS] = ACTIONS(2575), + [anon_sym_DASH] = ACTIONS(2575), + [anon_sym_STAR] = ACTIONS(2575), + [anon_sym_SLASH] = ACTIONS(2575), + [anon_sym_PERCENT] = ACTIONS(2575), + [anon_sym_PLUS_PLUS] = ACTIONS(2577), + [anon_sym_DASH_DASH] = ACTIONS(2577), + [anon_sym_PIPE] = ACTIONS(2577), + [anon_sym_CARET] = ACTIONS(2575), + [anon_sym_LT_LT] = ACTIONS(2577), + [anon_sym_GT_GT] = ACTIONS(2577), + [anon_sym_class] = ACTIONS(2577), + [anon_sym_prefix] = ACTIONS(2577), + [anon_sym_infix] = ACTIONS(2577), + [anon_sym_postfix] = ACTIONS(2577), + [anon_sym_AT] = ACTIONS(2575), + [anon_sym_override] = ACTIONS(2577), + [anon_sym_convenience] = ACTIONS(2577), + [anon_sym_required] = ACTIONS(2577), + [anon_sym_nonisolated] = ACTIONS(2577), + [anon_sym_public] = ACTIONS(2577), + [anon_sym_private] = ACTIONS(2577), + [anon_sym_internal] = ACTIONS(2577), + [anon_sym_fileprivate] = ACTIONS(2577), + [anon_sym_open] = ACTIONS(2577), + [anon_sym_mutating] = ACTIONS(2577), + [anon_sym_nonmutating] = ACTIONS(2577), + [anon_sym_static] = ACTIONS(2577), + [anon_sym_dynamic] = ACTIONS(2577), + [anon_sym_optional] = ACTIONS(2577), + [anon_sym_distributed] = ACTIONS(2577), + [anon_sym_final] = ACTIONS(2577), + [anon_sym_inout] = ACTIONS(2577), + [anon_sym_ATescaping] = ACTIONS(2577), + [anon_sym_ATautoclosure] = ACTIONS(2577), + [anon_sym_weak] = ACTIONS(2577), + [anon_sym_unowned] = ACTIONS(2575), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2577), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2577), + [anon_sym_borrowing] = ACTIONS(2577), + [anon_sym_consuming] = ACTIONS(2577), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2577), + [sym__explicit_semi] = ACTIONS(2577), + [sym__dot_custom] = ACTIONS(2577), + [sym__conjunction_operator_custom] = ACTIONS(2577), + [sym__disjunction_operator_custom] = ACTIONS(2577), + [sym__nil_coalescing_operator_custom] = ACTIONS(2577), + [sym__eq_custom] = ACTIONS(2577), + [sym__eq_eq_custom] = ACTIONS(2577), + [sym__plus_then_ws] = ACTIONS(2577), + [sym__minus_then_ws] = ACTIONS(2577), + [sym__bang_custom] = ACTIONS(2577), + [sym_default_keyword] = ACTIONS(2577), + [sym_where_keyword] = ACTIONS(2577), + [sym__as_custom] = ACTIONS(2577), + [sym__as_quest_custom] = ACTIONS(2577), + [sym__as_bang_custom] = ACTIONS(2577), + [sym__custom_operator] = ACTIONS(2577), + }, + [STATE(1301)] = { + [anon_sym_BANG] = ACTIONS(2583), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2585), + [anon_sym_package] = ACTIONS(2585), + [anon_sym_COMMA] = ACTIONS(2585), + [anon_sym_LPAREN] = ACTIONS(2585), + [anon_sym_LBRACK] = ACTIONS(2585), + [anon_sym_QMARK] = ACTIONS(2583), + [anon_sym_QMARK2] = ACTIONS(2585), + [anon_sym_AMP] = ACTIONS(2585), + [aux_sym_custom_operator_token1] = ACTIONS(2585), + [anon_sym_LT] = ACTIONS(2583), + [anon_sym_GT] = ACTIONS(2583), + [anon_sym_LBRACE] = ACTIONS(2585), + [anon_sym_CARET_LBRACE] = ACTIONS(2585), + [anon_sym_RBRACE] = ACTIONS(2585), + [anon_sym_case] = ACTIONS(2585), + [anon_sym_fallthrough] = ACTIONS(2585), + [anon_sym_PLUS_EQ] = ACTIONS(2585), + [anon_sym_DASH_EQ] = ACTIONS(2585), + [anon_sym_STAR_EQ] = ACTIONS(2585), + [anon_sym_SLASH_EQ] = ACTIONS(2585), + [anon_sym_PERCENT_EQ] = ACTIONS(2585), + [anon_sym_BANG_EQ] = ACTIONS(2583), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2585), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2585), + [anon_sym_LT_EQ] = ACTIONS(2585), + [anon_sym_GT_EQ] = ACTIONS(2585), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2585), + [anon_sym_DOT_DOT_LT] = ACTIONS(2585), + [anon_sym_is] = ACTIONS(2585), + [anon_sym_PLUS] = ACTIONS(2583), + [anon_sym_DASH] = ACTIONS(2583), + [anon_sym_STAR] = ACTIONS(2583), + [anon_sym_SLASH] = ACTIONS(2583), + [anon_sym_PERCENT] = ACTIONS(2583), + [anon_sym_PLUS_PLUS] = ACTIONS(2585), + [anon_sym_DASH_DASH] = ACTIONS(2585), + [anon_sym_PIPE] = ACTIONS(2585), + [anon_sym_CARET] = ACTIONS(2583), + [anon_sym_LT_LT] = ACTIONS(2585), + [anon_sym_GT_GT] = ACTIONS(2585), + [anon_sym_class] = ACTIONS(2585), + [anon_sym_prefix] = ACTIONS(2585), + [anon_sym_infix] = ACTIONS(2585), + [anon_sym_postfix] = ACTIONS(2585), + [anon_sym_AT] = ACTIONS(2583), + [anon_sym_override] = ACTIONS(2585), + [anon_sym_convenience] = ACTIONS(2585), + [anon_sym_required] = ACTIONS(2585), + [anon_sym_nonisolated] = ACTIONS(2585), + [anon_sym_public] = ACTIONS(2585), + [anon_sym_private] = ACTIONS(2585), + [anon_sym_internal] = ACTIONS(2585), + [anon_sym_fileprivate] = ACTIONS(2585), + [anon_sym_open] = ACTIONS(2585), + [anon_sym_mutating] = ACTIONS(2585), + [anon_sym_nonmutating] = ACTIONS(2585), + [anon_sym_static] = ACTIONS(2585), + [anon_sym_dynamic] = ACTIONS(2585), + [anon_sym_optional] = ACTIONS(2585), + [anon_sym_distributed] = ACTIONS(2585), + [anon_sym_final] = ACTIONS(2585), + [anon_sym_inout] = ACTIONS(2585), + [anon_sym_ATescaping] = ACTIONS(2585), + [anon_sym_ATautoclosure] = ACTIONS(2585), + [anon_sym_weak] = ACTIONS(2585), + [anon_sym_unowned] = ACTIONS(2583), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2585), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2585), + [anon_sym_borrowing] = ACTIONS(2585), + [anon_sym_consuming] = ACTIONS(2585), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2585), + [sym__explicit_semi] = ACTIONS(2585), + [sym__dot_custom] = ACTIONS(2585), + [sym__conjunction_operator_custom] = ACTIONS(2585), + [sym__disjunction_operator_custom] = ACTIONS(2585), + [sym__nil_coalescing_operator_custom] = ACTIONS(2585), + [sym__eq_custom] = ACTIONS(2585), + [sym__eq_eq_custom] = ACTIONS(2585), + [sym__plus_then_ws] = ACTIONS(2585), + [sym__minus_then_ws] = ACTIONS(2585), + [sym__bang_custom] = ACTIONS(2585), + [sym_default_keyword] = ACTIONS(2585), + [sym_where_keyword] = ACTIONS(2585), + [sym__as_custom] = ACTIONS(2585), + [sym__as_quest_custom] = ACTIONS(2585), + [sym__as_bang_custom] = ACTIONS(2585), + [sym__custom_operator] = ACTIONS(2585), + }, + [STATE(1302)] = { + [anon_sym_BANG] = ACTIONS(2731), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2733), + [anon_sym_package] = ACTIONS(2733), + [anon_sym_COMMA] = ACTIONS(2733), + [anon_sym_LPAREN] = ACTIONS(2733), + [anon_sym_LBRACK] = ACTIONS(2733), + [anon_sym_QMARK] = ACTIONS(2731), + [anon_sym_QMARK2] = ACTIONS(2733), + [anon_sym_AMP] = ACTIONS(2733), + [aux_sym_custom_operator_token1] = ACTIONS(2733), + [anon_sym_LT] = ACTIONS(2731), + [anon_sym_GT] = ACTIONS(2731), + [anon_sym_LBRACE] = ACTIONS(2733), + [anon_sym_CARET_LBRACE] = ACTIONS(2733), + [anon_sym_RBRACE] = ACTIONS(2733), + [anon_sym_case] = ACTIONS(2733), + [anon_sym_fallthrough] = ACTIONS(2733), + [anon_sym_PLUS_EQ] = ACTIONS(2733), + [anon_sym_DASH_EQ] = ACTIONS(2733), + [anon_sym_STAR_EQ] = ACTIONS(2733), + [anon_sym_SLASH_EQ] = ACTIONS(2733), + [anon_sym_PERCENT_EQ] = ACTIONS(2733), + [anon_sym_BANG_EQ] = ACTIONS(2731), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2733), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2733), + [anon_sym_LT_EQ] = ACTIONS(2733), + [anon_sym_GT_EQ] = ACTIONS(2733), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2733), + [anon_sym_DOT_DOT_LT] = ACTIONS(2733), + [anon_sym_is] = ACTIONS(2733), + [anon_sym_PLUS] = ACTIONS(2731), + [anon_sym_DASH] = ACTIONS(2731), + [anon_sym_STAR] = ACTIONS(2731), + [anon_sym_SLASH] = ACTIONS(2731), + [anon_sym_PERCENT] = ACTIONS(2731), + [anon_sym_PLUS_PLUS] = ACTIONS(2733), + [anon_sym_DASH_DASH] = ACTIONS(2733), + [anon_sym_PIPE] = ACTIONS(2733), + [anon_sym_CARET] = ACTIONS(2731), + [anon_sym_LT_LT] = ACTIONS(2733), + [anon_sym_GT_GT] = ACTIONS(2733), + [anon_sym_class] = ACTIONS(2733), + [anon_sym_prefix] = ACTIONS(2733), + [anon_sym_infix] = ACTIONS(2733), + [anon_sym_postfix] = ACTIONS(2733), + [anon_sym_AT] = ACTIONS(2731), + [anon_sym_override] = ACTIONS(2733), + [anon_sym_convenience] = ACTIONS(2733), + [anon_sym_required] = ACTIONS(2733), + [anon_sym_nonisolated] = ACTIONS(2733), + [anon_sym_public] = ACTIONS(2733), + [anon_sym_private] = ACTIONS(2733), + [anon_sym_internal] = ACTIONS(2733), + [anon_sym_fileprivate] = ACTIONS(2733), + [anon_sym_open] = ACTIONS(2733), + [anon_sym_mutating] = ACTIONS(2733), + [anon_sym_nonmutating] = ACTIONS(2733), + [anon_sym_static] = ACTIONS(2733), + [anon_sym_dynamic] = ACTIONS(2733), + [anon_sym_optional] = ACTIONS(2733), + [anon_sym_distributed] = ACTIONS(2733), + [anon_sym_final] = ACTIONS(2733), + [anon_sym_inout] = ACTIONS(2733), + [anon_sym_ATescaping] = ACTIONS(2733), + [anon_sym_ATautoclosure] = ACTIONS(2733), + [anon_sym_weak] = ACTIONS(2733), + [anon_sym_unowned] = ACTIONS(2731), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2733), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2733), + [anon_sym_borrowing] = ACTIONS(2733), + [anon_sym_consuming] = ACTIONS(2733), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2733), + [sym__explicit_semi] = ACTIONS(2733), + [sym__dot_custom] = ACTIONS(2733), + [sym__conjunction_operator_custom] = ACTIONS(2733), + [sym__disjunction_operator_custom] = ACTIONS(2733), + [sym__nil_coalescing_operator_custom] = ACTIONS(2733), + [sym__eq_custom] = ACTIONS(2733), + [sym__eq_eq_custom] = ACTIONS(2733), + [sym__plus_then_ws] = ACTIONS(2733), + [sym__minus_then_ws] = ACTIONS(2733), + [sym__bang_custom] = ACTIONS(2733), + [sym_default_keyword] = ACTIONS(2733), + [sym_where_keyword] = ACTIONS(2733), + [sym__as_custom] = ACTIONS(2733), + [sym__as_quest_custom] = ACTIONS(2733), + [sym__as_bang_custom] = ACTIONS(2733), + [sym__custom_operator] = ACTIONS(2733), + }, + [STATE(1303)] = { + [anon_sym_BANG] = ACTIONS(2591), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2593), + [anon_sym_package] = ACTIONS(2593), + [anon_sym_COMMA] = ACTIONS(2593), + [anon_sym_LPAREN] = ACTIONS(2593), + [anon_sym_LBRACK] = ACTIONS(2593), + [anon_sym_QMARK] = ACTIONS(2591), + [anon_sym_QMARK2] = ACTIONS(2593), + [anon_sym_AMP] = ACTIONS(2593), + [aux_sym_custom_operator_token1] = ACTIONS(2593), + [anon_sym_LT] = ACTIONS(2591), + [anon_sym_GT] = ACTIONS(2591), + [anon_sym_LBRACE] = ACTIONS(2593), + [anon_sym_CARET_LBRACE] = ACTIONS(2593), + [anon_sym_RBRACE] = ACTIONS(2593), + [anon_sym_case] = ACTIONS(2593), + [anon_sym_fallthrough] = ACTIONS(2593), + [anon_sym_PLUS_EQ] = ACTIONS(2593), + [anon_sym_DASH_EQ] = ACTIONS(2593), + [anon_sym_STAR_EQ] = ACTIONS(2593), + [anon_sym_SLASH_EQ] = ACTIONS(2593), + [anon_sym_PERCENT_EQ] = ACTIONS(2593), + [anon_sym_BANG_EQ] = ACTIONS(2591), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2593), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2593), + [anon_sym_LT_EQ] = ACTIONS(2593), + [anon_sym_GT_EQ] = ACTIONS(2593), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2593), + [anon_sym_DOT_DOT_LT] = ACTIONS(2593), + [anon_sym_is] = ACTIONS(2593), + [anon_sym_PLUS] = ACTIONS(2591), + [anon_sym_DASH] = ACTIONS(2591), + [anon_sym_STAR] = ACTIONS(2591), + [anon_sym_SLASH] = ACTIONS(2591), + [anon_sym_PERCENT] = ACTIONS(2591), + [anon_sym_PLUS_PLUS] = ACTIONS(2593), + [anon_sym_DASH_DASH] = ACTIONS(2593), + [anon_sym_PIPE] = ACTIONS(2593), + [anon_sym_CARET] = ACTIONS(2591), + [anon_sym_LT_LT] = ACTIONS(2593), + [anon_sym_GT_GT] = ACTIONS(2593), + [anon_sym_class] = ACTIONS(2593), + [anon_sym_prefix] = ACTIONS(2593), + [anon_sym_infix] = ACTIONS(2593), + [anon_sym_postfix] = ACTIONS(2593), + [anon_sym_AT] = ACTIONS(2591), + [anon_sym_override] = ACTIONS(2593), + [anon_sym_convenience] = ACTIONS(2593), + [anon_sym_required] = ACTIONS(2593), + [anon_sym_nonisolated] = ACTIONS(2593), + [anon_sym_public] = ACTIONS(2593), + [anon_sym_private] = ACTIONS(2593), + [anon_sym_internal] = ACTIONS(2593), + [anon_sym_fileprivate] = ACTIONS(2593), + [anon_sym_open] = ACTIONS(2593), + [anon_sym_mutating] = ACTIONS(2593), + [anon_sym_nonmutating] = ACTIONS(2593), + [anon_sym_static] = ACTIONS(2593), + [anon_sym_dynamic] = ACTIONS(2593), + [anon_sym_optional] = ACTIONS(2593), + [anon_sym_distributed] = ACTIONS(2593), + [anon_sym_final] = ACTIONS(2593), + [anon_sym_inout] = ACTIONS(2593), + [anon_sym_ATescaping] = ACTIONS(2593), + [anon_sym_ATautoclosure] = ACTIONS(2593), + [anon_sym_weak] = ACTIONS(2593), + [anon_sym_unowned] = ACTIONS(2591), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2593), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2593), + [anon_sym_borrowing] = ACTIONS(2593), + [anon_sym_consuming] = ACTIONS(2593), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2593), + [sym__explicit_semi] = ACTIONS(2593), + [sym__dot_custom] = ACTIONS(2593), + [sym__conjunction_operator_custom] = ACTIONS(2593), + [sym__disjunction_operator_custom] = ACTIONS(2593), + [sym__nil_coalescing_operator_custom] = ACTIONS(2593), + [sym__eq_custom] = ACTIONS(2593), + [sym__eq_eq_custom] = ACTIONS(2593), + [sym__plus_then_ws] = ACTIONS(2593), + [sym__minus_then_ws] = ACTIONS(2593), + [sym__bang_custom] = ACTIONS(2593), + [sym_default_keyword] = ACTIONS(2593), + [sym_where_keyword] = ACTIONS(2593), + [sym__as_custom] = ACTIONS(2593), + [sym__as_quest_custom] = ACTIONS(2593), + [sym__as_bang_custom] = ACTIONS(2593), + [sym__custom_operator] = ACTIONS(2593), + }, + [STATE(1304)] = { + [anon_sym_BANG] = ACTIONS(2595), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2597), + [anon_sym_package] = ACTIONS(2597), + [anon_sym_COMMA] = ACTIONS(2597), + [anon_sym_LPAREN] = ACTIONS(2597), + [anon_sym_LBRACK] = ACTIONS(2597), + [anon_sym_QMARK] = ACTIONS(2595), + [anon_sym_QMARK2] = ACTIONS(2597), + [anon_sym_AMP] = ACTIONS(2597), + [aux_sym_custom_operator_token1] = ACTIONS(2597), + [anon_sym_LT] = ACTIONS(2595), + [anon_sym_GT] = ACTIONS(2595), + [anon_sym_LBRACE] = ACTIONS(2597), + [anon_sym_CARET_LBRACE] = ACTIONS(2597), + [anon_sym_RBRACE] = ACTIONS(2597), + [anon_sym_case] = ACTIONS(2597), + [anon_sym_fallthrough] = ACTIONS(2597), + [anon_sym_PLUS_EQ] = ACTIONS(2597), + [anon_sym_DASH_EQ] = ACTIONS(2597), + [anon_sym_STAR_EQ] = ACTIONS(2597), + [anon_sym_SLASH_EQ] = ACTIONS(2597), + [anon_sym_PERCENT_EQ] = ACTIONS(2597), + [anon_sym_BANG_EQ] = ACTIONS(2595), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2597), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2597), + [anon_sym_LT_EQ] = ACTIONS(2597), + [anon_sym_GT_EQ] = ACTIONS(2597), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2597), + [anon_sym_DOT_DOT_LT] = ACTIONS(2597), + [anon_sym_is] = ACTIONS(2597), + [anon_sym_PLUS] = ACTIONS(2595), + [anon_sym_DASH] = ACTIONS(2595), + [anon_sym_STAR] = ACTIONS(2595), + [anon_sym_SLASH] = ACTIONS(2595), + [anon_sym_PERCENT] = ACTIONS(2595), + [anon_sym_PLUS_PLUS] = ACTIONS(2597), + [anon_sym_DASH_DASH] = ACTIONS(2597), + [anon_sym_PIPE] = ACTIONS(2597), + [anon_sym_CARET] = ACTIONS(2595), + [anon_sym_LT_LT] = ACTIONS(2597), + [anon_sym_GT_GT] = ACTIONS(2597), + [anon_sym_class] = ACTIONS(2597), + [anon_sym_prefix] = ACTIONS(2597), + [anon_sym_infix] = ACTIONS(2597), + [anon_sym_postfix] = ACTIONS(2597), + [anon_sym_AT] = ACTIONS(2595), + [anon_sym_override] = ACTIONS(2597), + [anon_sym_convenience] = ACTIONS(2597), + [anon_sym_required] = ACTIONS(2597), + [anon_sym_nonisolated] = ACTIONS(2597), + [anon_sym_public] = ACTIONS(2597), + [anon_sym_private] = ACTIONS(2597), + [anon_sym_internal] = ACTIONS(2597), + [anon_sym_fileprivate] = ACTIONS(2597), + [anon_sym_open] = ACTIONS(2597), + [anon_sym_mutating] = ACTIONS(2597), + [anon_sym_nonmutating] = ACTIONS(2597), + [anon_sym_static] = ACTIONS(2597), + [anon_sym_dynamic] = ACTIONS(2597), + [anon_sym_optional] = ACTIONS(2597), + [anon_sym_distributed] = ACTIONS(2597), + [anon_sym_final] = ACTIONS(2597), + [anon_sym_inout] = ACTIONS(2597), + [anon_sym_ATescaping] = ACTIONS(2597), + [anon_sym_ATautoclosure] = ACTIONS(2597), + [anon_sym_weak] = ACTIONS(2597), + [anon_sym_unowned] = ACTIONS(2595), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2597), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2597), + [anon_sym_borrowing] = ACTIONS(2597), + [anon_sym_consuming] = ACTIONS(2597), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2597), + [sym__explicit_semi] = ACTIONS(2597), + [sym__dot_custom] = ACTIONS(2597), + [sym__conjunction_operator_custom] = ACTIONS(2597), + [sym__disjunction_operator_custom] = ACTIONS(2597), + [sym__nil_coalescing_operator_custom] = ACTIONS(2597), + [sym__eq_custom] = ACTIONS(2597), + [sym__eq_eq_custom] = ACTIONS(2597), + [sym__plus_then_ws] = ACTIONS(2597), + [sym__minus_then_ws] = ACTIONS(2597), + [sym__bang_custom] = ACTIONS(2597), + [sym_default_keyword] = ACTIONS(2597), + [sym_where_keyword] = ACTIONS(2597), + [sym__as_custom] = ACTIONS(2597), + [sym__as_quest_custom] = ACTIONS(2597), + [sym__as_bang_custom] = ACTIONS(2597), + [sym__custom_operator] = ACTIONS(2597), + }, + [STATE(1305)] = { + [anon_sym_BANG] = ACTIONS(2599), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2601), + [anon_sym_package] = ACTIONS(2601), + [anon_sym_COMMA] = ACTIONS(2601), + [anon_sym_LPAREN] = ACTIONS(2601), + [anon_sym_LBRACK] = ACTIONS(2601), + [anon_sym_QMARK] = ACTIONS(2599), + [anon_sym_QMARK2] = ACTIONS(2601), + [anon_sym_AMP] = ACTIONS(2601), + [aux_sym_custom_operator_token1] = ACTIONS(2601), + [anon_sym_LT] = ACTIONS(2599), + [anon_sym_GT] = ACTIONS(2599), + [anon_sym_LBRACE] = ACTIONS(2601), + [anon_sym_CARET_LBRACE] = ACTIONS(2601), + [anon_sym_RBRACE] = ACTIONS(2601), + [anon_sym_case] = ACTIONS(2601), + [anon_sym_fallthrough] = ACTIONS(2601), + [anon_sym_PLUS_EQ] = ACTIONS(2601), + [anon_sym_DASH_EQ] = ACTIONS(2601), + [anon_sym_STAR_EQ] = ACTIONS(2601), + [anon_sym_SLASH_EQ] = ACTIONS(2601), + [anon_sym_PERCENT_EQ] = ACTIONS(2601), + [anon_sym_BANG_EQ] = ACTIONS(2599), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2601), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2601), + [anon_sym_LT_EQ] = ACTIONS(2601), + [anon_sym_GT_EQ] = ACTIONS(2601), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2601), + [anon_sym_DOT_DOT_LT] = ACTIONS(2601), + [anon_sym_is] = ACTIONS(2601), + [anon_sym_PLUS] = ACTIONS(2599), + [anon_sym_DASH] = ACTIONS(2599), + [anon_sym_STAR] = ACTIONS(2599), + [anon_sym_SLASH] = ACTIONS(2599), + [anon_sym_PERCENT] = ACTIONS(2599), + [anon_sym_PLUS_PLUS] = ACTIONS(2601), + [anon_sym_DASH_DASH] = ACTIONS(2601), + [anon_sym_PIPE] = ACTIONS(2601), + [anon_sym_CARET] = ACTIONS(2599), + [anon_sym_LT_LT] = ACTIONS(2601), + [anon_sym_GT_GT] = ACTIONS(2601), + [anon_sym_class] = ACTIONS(2601), + [anon_sym_prefix] = ACTIONS(2601), + [anon_sym_infix] = ACTIONS(2601), + [anon_sym_postfix] = ACTIONS(2601), + [anon_sym_AT] = ACTIONS(2599), + [anon_sym_override] = ACTIONS(2601), + [anon_sym_convenience] = ACTIONS(2601), + [anon_sym_required] = ACTIONS(2601), + [anon_sym_nonisolated] = ACTIONS(2601), + [anon_sym_public] = ACTIONS(2601), + [anon_sym_private] = ACTIONS(2601), + [anon_sym_internal] = ACTIONS(2601), + [anon_sym_fileprivate] = ACTIONS(2601), + [anon_sym_open] = ACTIONS(2601), + [anon_sym_mutating] = ACTIONS(2601), + [anon_sym_nonmutating] = ACTIONS(2601), + [anon_sym_static] = ACTIONS(2601), + [anon_sym_dynamic] = ACTIONS(2601), + [anon_sym_optional] = ACTIONS(2601), + [anon_sym_distributed] = ACTIONS(2601), + [anon_sym_final] = ACTIONS(2601), + [anon_sym_inout] = ACTIONS(2601), + [anon_sym_ATescaping] = ACTIONS(2601), + [anon_sym_ATautoclosure] = ACTIONS(2601), + [anon_sym_weak] = ACTIONS(2601), + [anon_sym_unowned] = ACTIONS(2599), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2601), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2601), + [anon_sym_borrowing] = ACTIONS(2601), + [anon_sym_consuming] = ACTIONS(2601), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2601), + [sym__explicit_semi] = ACTIONS(2601), + [sym__dot_custom] = ACTIONS(2601), + [sym__conjunction_operator_custom] = ACTIONS(2601), + [sym__disjunction_operator_custom] = ACTIONS(2601), + [sym__nil_coalescing_operator_custom] = ACTIONS(2601), + [sym__eq_custom] = ACTIONS(2601), + [sym__eq_eq_custom] = ACTIONS(2601), + [sym__plus_then_ws] = ACTIONS(2601), + [sym__minus_then_ws] = ACTIONS(2601), + [sym__bang_custom] = ACTIONS(2601), + [sym_default_keyword] = ACTIONS(2601), + [sym_where_keyword] = ACTIONS(2601), + [sym__as_custom] = ACTIONS(2601), + [sym__as_quest_custom] = ACTIONS(2601), + [sym__as_bang_custom] = ACTIONS(2601), + [sym__custom_operator] = ACTIONS(2601), + }, + [STATE(1306)] = { + [anon_sym_BANG] = ACTIONS(2603), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2605), + [anon_sym_package] = ACTIONS(2605), + [anon_sym_COMMA] = ACTIONS(2605), + [anon_sym_LPAREN] = ACTIONS(2605), + [anon_sym_LBRACK] = ACTIONS(2605), + [anon_sym_QMARK] = ACTIONS(2603), + [anon_sym_QMARK2] = ACTIONS(2605), + [anon_sym_AMP] = ACTIONS(2605), + [aux_sym_custom_operator_token1] = ACTIONS(2605), + [anon_sym_LT] = ACTIONS(2603), + [anon_sym_GT] = ACTIONS(2603), + [anon_sym_LBRACE] = ACTIONS(2605), + [anon_sym_CARET_LBRACE] = ACTIONS(2605), + [anon_sym_RBRACE] = ACTIONS(2605), + [anon_sym_case] = ACTIONS(2605), + [anon_sym_fallthrough] = ACTIONS(2605), + [anon_sym_PLUS_EQ] = ACTIONS(2605), + [anon_sym_DASH_EQ] = ACTIONS(2605), + [anon_sym_STAR_EQ] = ACTIONS(2605), + [anon_sym_SLASH_EQ] = ACTIONS(2605), + [anon_sym_PERCENT_EQ] = ACTIONS(2605), + [anon_sym_BANG_EQ] = ACTIONS(2603), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2605), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2605), + [anon_sym_LT_EQ] = ACTIONS(2605), + [anon_sym_GT_EQ] = ACTIONS(2605), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2605), + [anon_sym_DOT_DOT_LT] = ACTIONS(2605), + [anon_sym_is] = ACTIONS(2605), + [anon_sym_PLUS] = ACTIONS(2603), + [anon_sym_DASH] = ACTIONS(2603), + [anon_sym_STAR] = ACTIONS(2603), + [anon_sym_SLASH] = ACTIONS(2603), + [anon_sym_PERCENT] = ACTIONS(2603), + [anon_sym_PLUS_PLUS] = ACTIONS(2605), + [anon_sym_DASH_DASH] = ACTIONS(2605), + [anon_sym_PIPE] = ACTIONS(2605), + [anon_sym_CARET] = ACTIONS(2603), + [anon_sym_LT_LT] = ACTIONS(2605), + [anon_sym_GT_GT] = ACTIONS(2605), + [anon_sym_class] = ACTIONS(2605), + [anon_sym_prefix] = ACTIONS(2605), + [anon_sym_infix] = ACTIONS(2605), + [anon_sym_postfix] = ACTIONS(2605), + [anon_sym_AT] = ACTIONS(2603), + [anon_sym_override] = ACTIONS(2605), + [anon_sym_convenience] = ACTIONS(2605), + [anon_sym_required] = ACTIONS(2605), + [anon_sym_nonisolated] = ACTIONS(2605), + [anon_sym_public] = ACTIONS(2605), + [anon_sym_private] = ACTIONS(2605), + [anon_sym_internal] = ACTIONS(2605), + [anon_sym_fileprivate] = ACTIONS(2605), + [anon_sym_open] = ACTIONS(2605), + [anon_sym_mutating] = ACTIONS(2605), + [anon_sym_nonmutating] = ACTIONS(2605), + [anon_sym_static] = ACTIONS(2605), + [anon_sym_dynamic] = ACTIONS(2605), + [anon_sym_optional] = ACTIONS(2605), + [anon_sym_distributed] = ACTIONS(2605), + [anon_sym_final] = ACTIONS(2605), + [anon_sym_inout] = ACTIONS(2605), + [anon_sym_ATescaping] = ACTIONS(2605), + [anon_sym_ATautoclosure] = ACTIONS(2605), + [anon_sym_weak] = ACTIONS(2605), + [anon_sym_unowned] = ACTIONS(2603), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2605), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2605), + [anon_sym_borrowing] = ACTIONS(2605), + [anon_sym_consuming] = ACTIONS(2605), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2605), + [sym__explicit_semi] = ACTIONS(2605), + [sym__dot_custom] = ACTIONS(2605), + [sym__conjunction_operator_custom] = ACTIONS(2605), + [sym__disjunction_operator_custom] = ACTIONS(2605), + [sym__nil_coalescing_operator_custom] = ACTIONS(2605), + [sym__eq_custom] = ACTIONS(2605), + [sym__eq_eq_custom] = ACTIONS(2605), + [sym__plus_then_ws] = ACTIONS(2605), + [sym__minus_then_ws] = ACTIONS(2605), + [sym__bang_custom] = ACTIONS(2605), + [sym_default_keyword] = ACTIONS(2605), + [sym_where_keyword] = ACTIONS(2605), + [sym__as_custom] = ACTIONS(2605), + [sym__as_quest_custom] = ACTIONS(2605), + [sym__as_bang_custom] = ACTIONS(2605), + [sym__custom_operator] = ACTIONS(2605), + }, + [STATE(1307)] = { + [anon_sym_BANG] = ACTIONS(2607), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2609), + [anon_sym_package] = ACTIONS(2609), + [anon_sym_COMMA] = ACTIONS(2609), + [anon_sym_LPAREN] = ACTIONS(2609), + [anon_sym_LBRACK] = ACTIONS(2609), + [anon_sym_QMARK] = ACTIONS(2607), + [anon_sym_QMARK2] = ACTIONS(2609), + [anon_sym_AMP] = ACTIONS(2609), + [aux_sym_custom_operator_token1] = ACTIONS(2609), + [anon_sym_LT] = ACTIONS(2607), + [anon_sym_GT] = ACTIONS(2607), + [anon_sym_LBRACE] = ACTIONS(2609), + [anon_sym_CARET_LBRACE] = ACTIONS(2609), + [anon_sym_RBRACE] = ACTIONS(2609), + [anon_sym_case] = ACTIONS(2609), + [anon_sym_fallthrough] = ACTIONS(2609), + [anon_sym_PLUS_EQ] = ACTIONS(2609), + [anon_sym_DASH_EQ] = ACTIONS(2609), + [anon_sym_STAR_EQ] = ACTIONS(2609), + [anon_sym_SLASH_EQ] = ACTIONS(2609), + [anon_sym_PERCENT_EQ] = ACTIONS(2609), + [anon_sym_BANG_EQ] = ACTIONS(2607), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2609), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2609), + [anon_sym_LT_EQ] = ACTIONS(2609), + [anon_sym_GT_EQ] = ACTIONS(2609), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2609), + [anon_sym_DOT_DOT_LT] = ACTIONS(2609), + [anon_sym_is] = ACTIONS(2609), + [anon_sym_PLUS] = ACTIONS(2607), + [anon_sym_DASH] = ACTIONS(2607), + [anon_sym_STAR] = ACTIONS(2607), + [anon_sym_SLASH] = ACTIONS(2607), + [anon_sym_PERCENT] = ACTIONS(2607), + [anon_sym_PLUS_PLUS] = ACTIONS(2609), + [anon_sym_DASH_DASH] = ACTIONS(2609), + [anon_sym_PIPE] = ACTIONS(2609), + [anon_sym_CARET] = ACTIONS(2607), + [anon_sym_LT_LT] = ACTIONS(2609), + [anon_sym_GT_GT] = ACTIONS(2609), + [anon_sym_class] = ACTIONS(2609), + [anon_sym_prefix] = ACTIONS(2609), + [anon_sym_infix] = ACTIONS(2609), + [anon_sym_postfix] = ACTIONS(2609), + [anon_sym_AT] = ACTIONS(2607), + [anon_sym_override] = ACTIONS(2609), + [anon_sym_convenience] = ACTIONS(2609), + [anon_sym_required] = ACTIONS(2609), + [anon_sym_nonisolated] = ACTIONS(2609), + [anon_sym_public] = ACTIONS(2609), + [anon_sym_private] = ACTIONS(2609), + [anon_sym_internal] = ACTIONS(2609), + [anon_sym_fileprivate] = ACTIONS(2609), + [anon_sym_open] = ACTIONS(2609), + [anon_sym_mutating] = ACTIONS(2609), + [anon_sym_nonmutating] = ACTIONS(2609), + [anon_sym_static] = ACTIONS(2609), + [anon_sym_dynamic] = ACTIONS(2609), + [anon_sym_optional] = ACTIONS(2609), + [anon_sym_distributed] = ACTIONS(2609), + [anon_sym_final] = ACTIONS(2609), + [anon_sym_inout] = ACTIONS(2609), + [anon_sym_ATescaping] = ACTIONS(2609), + [anon_sym_ATautoclosure] = ACTIONS(2609), + [anon_sym_weak] = ACTIONS(2609), + [anon_sym_unowned] = ACTIONS(2607), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2609), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2609), + [anon_sym_borrowing] = ACTIONS(2609), + [anon_sym_consuming] = ACTIONS(2609), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2609), + [sym__explicit_semi] = ACTIONS(2609), + [sym__dot_custom] = ACTIONS(2609), + [sym__conjunction_operator_custom] = ACTIONS(2609), + [sym__disjunction_operator_custom] = ACTIONS(2609), + [sym__nil_coalescing_operator_custom] = ACTIONS(2609), + [sym__eq_custom] = ACTIONS(2609), + [sym__eq_eq_custom] = ACTIONS(2609), + [sym__plus_then_ws] = ACTIONS(2609), + [sym__minus_then_ws] = ACTIONS(2609), + [sym__bang_custom] = ACTIONS(2609), + [sym_default_keyword] = ACTIONS(2609), + [sym_where_keyword] = ACTIONS(2609), + [sym__as_custom] = ACTIONS(2609), + [sym__as_quest_custom] = ACTIONS(2609), + [sym__as_bang_custom] = ACTIONS(2609), + [sym__custom_operator] = ACTIONS(2609), + }, + [STATE(1308)] = { + [anon_sym_BANG] = ACTIONS(2611), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2613), + [anon_sym_package] = ACTIONS(2613), + [anon_sym_COMMA] = ACTIONS(2613), + [anon_sym_LPAREN] = ACTIONS(2613), + [anon_sym_LBRACK] = ACTIONS(2613), + [anon_sym_QMARK] = ACTIONS(2611), + [anon_sym_QMARK2] = ACTIONS(2613), + [anon_sym_AMP] = ACTIONS(2613), + [aux_sym_custom_operator_token1] = ACTIONS(2613), + [anon_sym_LT] = ACTIONS(2611), + [anon_sym_GT] = ACTIONS(2611), + [anon_sym_LBRACE] = ACTIONS(2613), + [anon_sym_CARET_LBRACE] = ACTIONS(2613), + [anon_sym_RBRACE] = ACTIONS(2613), + [anon_sym_case] = ACTIONS(2613), + [anon_sym_fallthrough] = ACTIONS(2613), + [anon_sym_PLUS_EQ] = ACTIONS(2613), + [anon_sym_DASH_EQ] = ACTIONS(2613), + [anon_sym_STAR_EQ] = ACTIONS(2613), + [anon_sym_SLASH_EQ] = ACTIONS(2613), + [anon_sym_PERCENT_EQ] = ACTIONS(2613), + [anon_sym_BANG_EQ] = ACTIONS(2611), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2613), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2613), + [anon_sym_LT_EQ] = ACTIONS(2613), + [anon_sym_GT_EQ] = ACTIONS(2613), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2613), + [anon_sym_DOT_DOT_LT] = ACTIONS(2613), + [anon_sym_is] = ACTIONS(2613), + [anon_sym_PLUS] = ACTIONS(2611), + [anon_sym_DASH] = ACTIONS(2611), + [anon_sym_STAR] = ACTIONS(2611), + [anon_sym_SLASH] = ACTIONS(2611), + [anon_sym_PERCENT] = ACTIONS(2611), + [anon_sym_PLUS_PLUS] = ACTIONS(2613), + [anon_sym_DASH_DASH] = ACTIONS(2613), + [anon_sym_PIPE] = ACTIONS(2613), + [anon_sym_CARET] = ACTIONS(2611), + [anon_sym_LT_LT] = ACTIONS(2613), + [anon_sym_GT_GT] = ACTIONS(2613), + [anon_sym_class] = ACTIONS(2613), + [anon_sym_prefix] = ACTIONS(2613), + [anon_sym_infix] = ACTIONS(2613), + [anon_sym_postfix] = ACTIONS(2613), + [anon_sym_AT] = ACTIONS(2611), + [anon_sym_override] = ACTIONS(2613), + [anon_sym_convenience] = ACTIONS(2613), + [anon_sym_required] = ACTIONS(2613), + [anon_sym_nonisolated] = ACTIONS(2613), + [anon_sym_public] = ACTIONS(2613), + [anon_sym_private] = ACTIONS(2613), + [anon_sym_internal] = ACTIONS(2613), + [anon_sym_fileprivate] = ACTIONS(2613), + [anon_sym_open] = ACTIONS(2613), + [anon_sym_mutating] = ACTIONS(2613), + [anon_sym_nonmutating] = ACTIONS(2613), + [anon_sym_static] = ACTIONS(2613), + [anon_sym_dynamic] = ACTIONS(2613), + [anon_sym_optional] = ACTIONS(2613), + [anon_sym_distributed] = ACTIONS(2613), + [anon_sym_final] = ACTIONS(2613), + [anon_sym_inout] = ACTIONS(2613), + [anon_sym_ATescaping] = ACTIONS(2613), + [anon_sym_ATautoclosure] = ACTIONS(2613), + [anon_sym_weak] = ACTIONS(2613), + [anon_sym_unowned] = ACTIONS(2611), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2613), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2613), + [anon_sym_borrowing] = ACTIONS(2613), + [anon_sym_consuming] = ACTIONS(2613), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2613), + [sym__explicit_semi] = ACTIONS(2613), + [sym__dot_custom] = ACTIONS(2613), + [sym__conjunction_operator_custom] = ACTIONS(2613), + [sym__disjunction_operator_custom] = ACTIONS(2613), + [sym__nil_coalescing_operator_custom] = ACTIONS(2613), + [sym__eq_custom] = ACTIONS(2613), + [sym__eq_eq_custom] = ACTIONS(2613), + [sym__plus_then_ws] = ACTIONS(2613), + [sym__minus_then_ws] = ACTIONS(2613), + [sym__bang_custom] = ACTIONS(2613), + [sym_default_keyword] = ACTIONS(2613), + [sym_where_keyword] = ACTIONS(2613), + [sym__as_custom] = ACTIONS(2613), + [sym__as_quest_custom] = ACTIONS(2613), + [sym__as_bang_custom] = ACTIONS(2613), + [sym__custom_operator] = ACTIONS(2613), + }, + [STATE(1309)] = { + [anon_sym_BANG] = ACTIONS(2615), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2617), + [anon_sym_package] = ACTIONS(2617), + [anon_sym_COMMA] = ACTIONS(2617), + [anon_sym_LPAREN] = ACTIONS(2617), + [anon_sym_LBRACK] = ACTIONS(2617), + [anon_sym_QMARK] = ACTIONS(2615), + [anon_sym_QMARK2] = ACTIONS(2617), + [anon_sym_AMP] = ACTIONS(2617), + [aux_sym_custom_operator_token1] = ACTIONS(2617), + [anon_sym_LT] = ACTIONS(2615), + [anon_sym_GT] = ACTIONS(2615), + [anon_sym_LBRACE] = ACTIONS(2617), + [anon_sym_CARET_LBRACE] = ACTIONS(2617), + [anon_sym_RBRACE] = ACTIONS(2617), + [anon_sym_case] = ACTIONS(2617), + [anon_sym_fallthrough] = ACTIONS(2617), + [anon_sym_PLUS_EQ] = ACTIONS(2617), + [anon_sym_DASH_EQ] = ACTIONS(2617), + [anon_sym_STAR_EQ] = ACTIONS(2617), + [anon_sym_SLASH_EQ] = ACTIONS(2617), + [anon_sym_PERCENT_EQ] = ACTIONS(2617), + [anon_sym_BANG_EQ] = ACTIONS(2615), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2617), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2617), + [anon_sym_LT_EQ] = ACTIONS(2617), + [anon_sym_GT_EQ] = ACTIONS(2617), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2617), + [anon_sym_DOT_DOT_LT] = ACTIONS(2617), + [anon_sym_is] = ACTIONS(2617), + [anon_sym_PLUS] = ACTIONS(2615), + [anon_sym_DASH] = ACTIONS(2615), + [anon_sym_STAR] = ACTIONS(2615), + [anon_sym_SLASH] = ACTIONS(2615), + [anon_sym_PERCENT] = ACTIONS(2615), + [anon_sym_PLUS_PLUS] = ACTIONS(2617), + [anon_sym_DASH_DASH] = ACTIONS(2617), + [anon_sym_PIPE] = ACTIONS(2617), + [anon_sym_CARET] = ACTIONS(2615), + [anon_sym_LT_LT] = ACTIONS(2617), + [anon_sym_GT_GT] = ACTIONS(2617), + [anon_sym_class] = ACTIONS(2617), + [anon_sym_prefix] = ACTIONS(2617), + [anon_sym_infix] = ACTIONS(2617), + [anon_sym_postfix] = ACTIONS(2617), + [anon_sym_AT] = ACTIONS(2615), + [anon_sym_override] = ACTIONS(2617), + [anon_sym_convenience] = ACTIONS(2617), + [anon_sym_required] = ACTIONS(2617), + [anon_sym_nonisolated] = ACTIONS(2617), + [anon_sym_public] = ACTIONS(2617), + [anon_sym_private] = ACTIONS(2617), + [anon_sym_internal] = ACTIONS(2617), + [anon_sym_fileprivate] = ACTIONS(2617), + [anon_sym_open] = ACTIONS(2617), + [anon_sym_mutating] = ACTIONS(2617), + [anon_sym_nonmutating] = ACTIONS(2617), + [anon_sym_static] = ACTIONS(2617), + [anon_sym_dynamic] = ACTIONS(2617), + [anon_sym_optional] = ACTIONS(2617), + [anon_sym_distributed] = ACTIONS(2617), + [anon_sym_final] = ACTIONS(2617), + [anon_sym_inout] = ACTIONS(2617), + [anon_sym_ATescaping] = ACTIONS(2617), + [anon_sym_ATautoclosure] = ACTIONS(2617), + [anon_sym_weak] = ACTIONS(2617), + [anon_sym_unowned] = ACTIONS(2615), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2617), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2617), + [anon_sym_borrowing] = ACTIONS(2617), + [anon_sym_consuming] = ACTIONS(2617), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2617), + [sym__explicit_semi] = ACTIONS(2617), + [sym__dot_custom] = ACTIONS(2617), + [sym__conjunction_operator_custom] = ACTIONS(2617), + [sym__disjunction_operator_custom] = ACTIONS(2617), + [sym__nil_coalescing_operator_custom] = ACTIONS(2617), + [sym__eq_custom] = ACTIONS(2617), + [sym__eq_eq_custom] = ACTIONS(2617), + [sym__plus_then_ws] = ACTIONS(2617), + [sym__minus_then_ws] = ACTIONS(2617), + [sym__bang_custom] = ACTIONS(2617), + [sym_default_keyword] = ACTIONS(2617), + [sym_where_keyword] = ACTIONS(2617), + [sym__as_custom] = ACTIONS(2617), + [sym__as_quest_custom] = ACTIONS(2617), + [sym__as_bang_custom] = ACTIONS(2617), + [sym__custom_operator] = ACTIONS(2617), + }, + [STATE(1310)] = { + [anon_sym_BANG] = ACTIONS(2667), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2669), + [anon_sym_package] = ACTIONS(2669), + [anon_sym_COMMA] = ACTIONS(2669), + [anon_sym_LPAREN] = ACTIONS(2669), + [anon_sym_LBRACK] = ACTIONS(2669), + [anon_sym_QMARK] = ACTIONS(2667), + [anon_sym_QMARK2] = ACTIONS(2669), + [anon_sym_AMP] = ACTIONS(2669), + [aux_sym_custom_operator_token1] = ACTIONS(2669), + [anon_sym_LT] = ACTIONS(2667), + [anon_sym_GT] = ACTIONS(2667), + [anon_sym_LBRACE] = ACTIONS(2669), + [anon_sym_CARET_LBRACE] = ACTIONS(2669), + [anon_sym_RBRACE] = ACTIONS(2669), + [anon_sym_case] = ACTIONS(2669), + [anon_sym_fallthrough] = ACTIONS(2669), + [anon_sym_PLUS_EQ] = ACTIONS(2669), + [anon_sym_DASH_EQ] = ACTIONS(2669), + [anon_sym_STAR_EQ] = ACTIONS(2669), + [anon_sym_SLASH_EQ] = ACTIONS(2669), + [anon_sym_PERCENT_EQ] = ACTIONS(2669), + [anon_sym_BANG_EQ] = ACTIONS(2667), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2669), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2669), + [anon_sym_LT_EQ] = ACTIONS(2669), + [anon_sym_GT_EQ] = ACTIONS(2669), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2669), + [anon_sym_DOT_DOT_LT] = ACTIONS(2669), + [anon_sym_is] = ACTIONS(2669), + [anon_sym_PLUS] = ACTIONS(2667), + [anon_sym_DASH] = ACTIONS(2667), + [anon_sym_STAR] = ACTIONS(2667), + [anon_sym_SLASH] = ACTIONS(2667), + [anon_sym_PERCENT] = ACTIONS(2667), + [anon_sym_PLUS_PLUS] = ACTIONS(2669), + [anon_sym_DASH_DASH] = ACTIONS(2669), + [anon_sym_PIPE] = ACTIONS(2669), + [anon_sym_CARET] = ACTIONS(2667), + [anon_sym_LT_LT] = ACTIONS(2669), + [anon_sym_GT_GT] = ACTIONS(2669), + [anon_sym_class] = ACTIONS(2669), + [anon_sym_prefix] = ACTIONS(2669), + [anon_sym_infix] = ACTIONS(2669), + [anon_sym_postfix] = ACTIONS(2669), + [anon_sym_AT] = ACTIONS(2667), + [anon_sym_override] = ACTIONS(2669), + [anon_sym_convenience] = ACTIONS(2669), + [anon_sym_required] = ACTIONS(2669), + [anon_sym_nonisolated] = ACTIONS(2669), + [anon_sym_public] = ACTIONS(2669), + [anon_sym_private] = ACTIONS(2669), + [anon_sym_internal] = ACTIONS(2669), + [anon_sym_fileprivate] = ACTIONS(2669), + [anon_sym_open] = ACTIONS(2669), + [anon_sym_mutating] = ACTIONS(2669), + [anon_sym_nonmutating] = ACTIONS(2669), + [anon_sym_static] = ACTIONS(2669), + [anon_sym_dynamic] = ACTIONS(2669), + [anon_sym_optional] = ACTIONS(2669), + [anon_sym_distributed] = ACTIONS(2669), + [anon_sym_final] = ACTIONS(2669), + [anon_sym_inout] = ACTIONS(2669), + [anon_sym_ATescaping] = ACTIONS(2669), + [anon_sym_ATautoclosure] = ACTIONS(2669), + [anon_sym_weak] = ACTIONS(2669), + [anon_sym_unowned] = ACTIONS(2667), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2669), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2669), + [anon_sym_borrowing] = ACTIONS(2669), + [anon_sym_consuming] = ACTIONS(2669), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2669), + [sym__explicit_semi] = ACTIONS(2669), + [sym__dot_custom] = ACTIONS(2669), + [sym__conjunction_operator_custom] = ACTIONS(2669), + [sym__disjunction_operator_custom] = ACTIONS(2669), + [sym__nil_coalescing_operator_custom] = ACTIONS(2669), + [sym__eq_custom] = ACTIONS(2669), + [sym__eq_eq_custom] = ACTIONS(2669), + [sym__plus_then_ws] = ACTIONS(2669), + [sym__minus_then_ws] = ACTIONS(2669), + [sym__bang_custom] = ACTIONS(2669), + [sym_default_keyword] = ACTIONS(2669), + [sym_where_keyword] = ACTIONS(2669), + [sym__as_custom] = ACTIONS(2669), + [sym__as_quest_custom] = ACTIONS(2669), + [sym__as_bang_custom] = ACTIONS(2669), + [sym__custom_operator] = ACTIONS(2669), + }, + [STATE(1311)] = { + [anon_sym_BANG] = ACTIONS(2619), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2621), + [anon_sym_package] = ACTIONS(2621), + [anon_sym_COMMA] = ACTIONS(2621), + [anon_sym_LPAREN] = ACTIONS(2621), + [anon_sym_LBRACK] = ACTIONS(2621), + [anon_sym_QMARK] = ACTIONS(2619), + [anon_sym_QMARK2] = ACTIONS(2621), + [anon_sym_AMP] = ACTIONS(2621), + [aux_sym_custom_operator_token1] = ACTIONS(2621), + [anon_sym_LT] = ACTIONS(2619), + [anon_sym_GT] = ACTIONS(2619), + [anon_sym_LBRACE] = ACTIONS(2621), + [anon_sym_CARET_LBRACE] = ACTIONS(2621), + [anon_sym_RBRACE] = ACTIONS(2621), + [anon_sym_case] = ACTIONS(2621), + [anon_sym_fallthrough] = ACTIONS(2621), + [anon_sym_PLUS_EQ] = ACTIONS(2621), + [anon_sym_DASH_EQ] = ACTIONS(2621), + [anon_sym_STAR_EQ] = ACTIONS(2621), + [anon_sym_SLASH_EQ] = ACTIONS(2621), + [anon_sym_PERCENT_EQ] = ACTIONS(2621), + [anon_sym_BANG_EQ] = ACTIONS(2619), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2621), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2621), + [anon_sym_LT_EQ] = ACTIONS(2621), + [anon_sym_GT_EQ] = ACTIONS(2621), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2621), + [anon_sym_DOT_DOT_LT] = ACTIONS(2621), + [anon_sym_is] = ACTIONS(2621), + [anon_sym_PLUS] = ACTIONS(2619), + [anon_sym_DASH] = ACTIONS(2619), + [anon_sym_STAR] = ACTIONS(2619), + [anon_sym_SLASH] = ACTIONS(2619), + [anon_sym_PERCENT] = ACTIONS(2619), + [anon_sym_PLUS_PLUS] = ACTIONS(2621), + [anon_sym_DASH_DASH] = ACTIONS(2621), + [anon_sym_PIPE] = ACTIONS(2621), + [anon_sym_CARET] = ACTIONS(2619), + [anon_sym_LT_LT] = ACTIONS(2621), + [anon_sym_GT_GT] = ACTIONS(2621), + [anon_sym_class] = ACTIONS(2621), + [anon_sym_prefix] = ACTIONS(2621), + [anon_sym_infix] = ACTIONS(2621), + [anon_sym_postfix] = ACTIONS(2621), + [anon_sym_AT] = ACTIONS(2619), + [anon_sym_override] = ACTIONS(2621), + [anon_sym_convenience] = ACTIONS(2621), + [anon_sym_required] = ACTIONS(2621), + [anon_sym_nonisolated] = ACTIONS(2621), + [anon_sym_public] = ACTIONS(2621), + [anon_sym_private] = ACTIONS(2621), + [anon_sym_internal] = ACTIONS(2621), + [anon_sym_fileprivate] = ACTIONS(2621), + [anon_sym_open] = ACTIONS(2621), + [anon_sym_mutating] = ACTIONS(2621), + [anon_sym_nonmutating] = ACTIONS(2621), + [anon_sym_static] = ACTIONS(2621), + [anon_sym_dynamic] = ACTIONS(2621), + [anon_sym_optional] = ACTIONS(2621), + [anon_sym_distributed] = ACTIONS(2621), + [anon_sym_final] = ACTIONS(2621), + [anon_sym_inout] = ACTIONS(2621), + [anon_sym_ATescaping] = ACTIONS(2621), + [anon_sym_ATautoclosure] = ACTIONS(2621), + [anon_sym_weak] = ACTIONS(2621), + [anon_sym_unowned] = ACTIONS(2619), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2621), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2621), + [anon_sym_borrowing] = ACTIONS(2621), + [anon_sym_consuming] = ACTIONS(2621), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2621), + [sym__explicit_semi] = ACTIONS(2621), + [sym__dot_custom] = ACTIONS(2621), + [sym__conjunction_operator_custom] = ACTIONS(2621), + [sym__disjunction_operator_custom] = ACTIONS(2621), + [sym__nil_coalescing_operator_custom] = ACTIONS(2621), + [sym__eq_custom] = ACTIONS(2621), + [sym__eq_eq_custom] = ACTIONS(2621), + [sym__plus_then_ws] = ACTIONS(2621), + [sym__minus_then_ws] = ACTIONS(2621), + [sym__bang_custom] = ACTIONS(2621), + [sym_default_keyword] = ACTIONS(2621), + [sym_where_keyword] = ACTIONS(2621), + [sym__as_custom] = ACTIONS(2621), + [sym__as_quest_custom] = ACTIONS(2621), + [sym__as_bang_custom] = ACTIONS(2621), + [sym__custom_operator] = ACTIONS(2621), + }, + [STATE(1312)] = { + [anon_sym_BANG] = ACTIONS(2627), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2629), + [anon_sym_package] = ACTIONS(2629), + [anon_sym_COMMA] = ACTIONS(2629), + [anon_sym_LPAREN] = ACTIONS(2629), + [anon_sym_LBRACK] = ACTIONS(2629), + [anon_sym_QMARK] = ACTIONS(2627), + [anon_sym_QMARK2] = ACTIONS(2629), + [anon_sym_AMP] = ACTIONS(2629), + [aux_sym_custom_operator_token1] = ACTIONS(2629), + [anon_sym_LT] = ACTIONS(2627), + [anon_sym_GT] = ACTIONS(2627), + [anon_sym_LBRACE] = ACTIONS(2629), + [anon_sym_CARET_LBRACE] = ACTIONS(2629), + [anon_sym_RBRACE] = ACTIONS(2629), + [anon_sym_case] = ACTIONS(2629), + [anon_sym_fallthrough] = ACTIONS(2629), + [anon_sym_PLUS_EQ] = ACTIONS(2629), + [anon_sym_DASH_EQ] = ACTIONS(2629), + [anon_sym_STAR_EQ] = ACTIONS(2629), + [anon_sym_SLASH_EQ] = ACTIONS(2629), + [anon_sym_PERCENT_EQ] = ACTIONS(2629), + [anon_sym_BANG_EQ] = ACTIONS(2627), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2629), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2629), + [anon_sym_LT_EQ] = ACTIONS(2629), + [anon_sym_GT_EQ] = ACTIONS(2629), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2629), + [anon_sym_DOT_DOT_LT] = ACTIONS(2629), + [anon_sym_is] = ACTIONS(2629), + [anon_sym_PLUS] = ACTIONS(2627), + [anon_sym_DASH] = ACTIONS(2627), + [anon_sym_STAR] = ACTIONS(2627), + [anon_sym_SLASH] = ACTIONS(2627), + [anon_sym_PERCENT] = ACTIONS(2627), + [anon_sym_PLUS_PLUS] = ACTIONS(2629), + [anon_sym_DASH_DASH] = ACTIONS(2629), + [anon_sym_PIPE] = ACTIONS(2629), + [anon_sym_CARET] = ACTIONS(2627), + [anon_sym_LT_LT] = ACTIONS(2629), + [anon_sym_GT_GT] = ACTIONS(2629), + [anon_sym_class] = ACTIONS(2629), + [anon_sym_prefix] = ACTIONS(2629), + [anon_sym_infix] = ACTIONS(2629), + [anon_sym_postfix] = ACTIONS(2629), + [anon_sym_AT] = ACTIONS(2627), + [anon_sym_override] = ACTIONS(2629), + [anon_sym_convenience] = ACTIONS(2629), + [anon_sym_required] = ACTIONS(2629), + [anon_sym_nonisolated] = ACTIONS(2629), + [anon_sym_public] = ACTIONS(2629), + [anon_sym_private] = ACTIONS(2629), + [anon_sym_internal] = ACTIONS(2629), + [anon_sym_fileprivate] = ACTIONS(2629), + [anon_sym_open] = ACTIONS(2629), + [anon_sym_mutating] = ACTIONS(2629), + [anon_sym_nonmutating] = ACTIONS(2629), + [anon_sym_static] = ACTIONS(2629), + [anon_sym_dynamic] = ACTIONS(2629), + [anon_sym_optional] = ACTIONS(2629), + [anon_sym_distributed] = ACTIONS(2629), + [anon_sym_final] = ACTIONS(2629), + [anon_sym_inout] = ACTIONS(2629), + [anon_sym_ATescaping] = ACTIONS(2629), + [anon_sym_ATautoclosure] = ACTIONS(2629), + [anon_sym_weak] = ACTIONS(2629), + [anon_sym_unowned] = ACTIONS(2627), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2629), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2629), + [anon_sym_borrowing] = ACTIONS(2629), + [anon_sym_consuming] = ACTIONS(2629), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2629), + [sym__explicit_semi] = ACTIONS(2629), + [sym__dot_custom] = ACTIONS(2629), + [sym__conjunction_operator_custom] = ACTIONS(2629), + [sym__disjunction_operator_custom] = ACTIONS(2629), + [sym__nil_coalescing_operator_custom] = ACTIONS(2629), + [sym__eq_custom] = ACTIONS(2629), + [sym__eq_eq_custom] = ACTIONS(2629), + [sym__plus_then_ws] = ACTIONS(2629), + [sym__minus_then_ws] = ACTIONS(2629), + [sym__bang_custom] = ACTIONS(2629), + [sym_default_keyword] = ACTIONS(2629), + [sym_where_keyword] = ACTIONS(2629), + [sym__as_custom] = ACTIONS(2629), + [sym__as_quest_custom] = ACTIONS(2629), + [sym__as_bang_custom] = ACTIONS(2629), + [sym__custom_operator] = ACTIONS(2629), + }, + [STATE(1313)] = { + [anon_sym_BANG] = ACTIONS(2631), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2633), + [anon_sym_package] = ACTIONS(2633), + [anon_sym_COMMA] = ACTIONS(2633), + [anon_sym_LPAREN] = ACTIONS(2633), + [anon_sym_LBRACK] = ACTIONS(2633), + [anon_sym_QMARK] = ACTIONS(2631), + [anon_sym_QMARK2] = ACTIONS(2633), + [anon_sym_AMP] = ACTIONS(2633), + [aux_sym_custom_operator_token1] = ACTIONS(2633), + [anon_sym_LT] = ACTIONS(2631), + [anon_sym_GT] = ACTIONS(2631), + [anon_sym_LBRACE] = ACTIONS(2633), + [anon_sym_CARET_LBRACE] = ACTIONS(2633), + [anon_sym_RBRACE] = ACTIONS(2633), + [anon_sym_case] = ACTIONS(2633), + [anon_sym_fallthrough] = ACTIONS(2633), + [anon_sym_PLUS_EQ] = ACTIONS(2633), + [anon_sym_DASH_EQ] = ACTIONS(2633), + [anon_sym_STAR_EQ] = ACTIONS(2633), + [anon_sym_SLASH_EQ] = ACTIONS(2633), + [anon_sym_PERCENT_EQ] = ACTIONS(2633), + [anon_sym_BANG_EQ] = ACTIONS(2631), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2633), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2633), + [anon_sym_LT_EQ] = ACTIONS(2633), + [anon_sym_GT_EQ] = ACTIONS(2633), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2633), + [anon_sym_DOT_DOT_LT] = ACTIONS(2633), + [anon_sym_is] = ACTIONS(2633), + [anon_sym_PLUS] = ACTIONS(2631), + [anon_sym_DASH] = ACTIONS(2631), + [anon_sym_STAR] = ACTIONS(2631), + [anon_sym_SLASH] = ACTIONS(2631), + [anon_sym_PERCENT] = ACTIONS(2631), + [anon_sym_PLUS_PLUS] = ACTIONS(2633), + [anon_sym_DASH_DASH] = ACTIONS(2633), + [anon_sym_PIPE] = ACTIONS(2633), + [anon_sym_CARET] = ACTIONS(2631), + [anon_sym_LT_LT] = ACTIONS(2633), + [anon_sym_GT_GT] = ACTIONS(2633), + [anon_sym_class] = ACTIONS(2633), + [anon_sym_prefix] = ACTIONS(2633), + [anon_sym_infix] = ACTIONS(2633), + [anon_sym_postfix] = ACTIONS(2633), + [anon_sym_AT] = ACTIONS(2631), + [anon_sym_override] = ACTIONS(2633), + [anon_sym_convenience] = ACTIONS(2633), + [anon_sym_required] = ACTIONS(2633), + [anon_sym_nonisolated] = ACTIONS(2633), + [anon_sym_public] = ACTIONS(2633), + [anon_sym_private] = ACTIONS(2633), + [anon_sym_internal] = ACTIONS(2633), + [anon_sym_fileprivate] = ACTIONS(2633), + [anon_sym_open] = ACTIONS(2633), + [anon_sym_mutating] = ACTIONS(2633), + [anon_sym_nonmutating] = ACTIONS(2633), + [anon_sym_static] = ACTIONS(2633), + [anon_sym_dynamic] = ACTIONS(2633), + [anon_sym_optional] = ACTIONS(2633), + [anon_sym_distributed] = ACTIONS(2633), + [anon_sym_final] = ACTIONS(2633), + [anon_sym_inout] = ACTIONS(2633), + [anon_sym_ATescaping] = ACTIONS(2633), + [anon_sym_ATautoclosure] = ACTIONS(2633), + [anon_sym_weak] = ACTIONS(2633), + [anon_sym_unowned] = ACTIONS(2631), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2633), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2633), + [anon_sym_borrowing] = ACTIONS(2633), + [anon_sym_consuming] = ACTIONS(2633), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2633), + [sym__explicit_semi] = ACTIONS(2633), + [sym__dot_custom] = ACTIONS(2633), + [sym__conjunction_operator_custom] = ACTIONS(2633), + [sym__disjunction_operator_custom] = ACTIONS(2633), + [sym__nil_coalescing_operator_custom] = ACTIONS(2633), + [sym__eq_custom] = ACTIONS(2633), + [sym__eq_eq_custom] = ACTIONS(2633), + [sym__plus_then_ws] = ACTIONS(2633), + [sym__minus_then_ws] = ACTIONS(2633), + [sym__bang_custom] = ACTIONS(2633), + [sym_default_keyword] = ACTIONS(2633), + [sym_where_keyword] = ACTIONS(2633), + [sym__as_custom] = ACTIONS(2633), + [sym__as_quest_custom] = ACTIONS(2633), + [sym__as_bang_custom] = ACTIONS(2633), + [sym__custom_operator] = ACTIONS(2633), + }, + [STATE(1314)] = { + [anon_sym_BANG] = ACTIONS(2635), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2637), + [anon_sym_package] = ACTIONS(2637), + [anon_sym_COMMA] = ACTIONS(2637), + [anon_sym_LPAREN] = ACTIONS(2637), + [anon_sym_LBRACK] = ACTIONS(2637), + [anon_sym_QMARK] = ACTIONS(2635), + [anon_sym_QMARK2] = ACTIONS(2637), + [anon_sym_AMP] = ACTIONS(2637), + [aux_sym_custom_operator_token1] = ACTIONS(2637), + [anon_sym_LT] = ACTIONS(2635), + [anon_sym_GT] = ACTIONS(2635), + [anon_sym_LBRACE] = ACTIONS(2637), + [anon_sym_CARET_LBRACE] = ACTIONS(2637), + [anon_sym_RBRACE] = ACTIONS(2637), + [anon_sym_case] = ACTIONS(2637), + [anon_sym_fallthrough] = ACTIONS(2637), + [anon_sym_PLUS_EQ] = ACTIONS(2637), + [anon_sym_DASH_EQ] = ACTIONS(2637), + [anon_sym_STAR_EQ] = ACTIONS(2637), + [anon_sym_SLASH_EQ] = ACTIONS(2637), + [anon_sym_PERCENT_EQ] = ACTIONS(2637), + [anon_sym_BANG_EQ] = ACTIONS(2635), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2637), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2637), + [anon_sym_LT_EQ] = ACTIONS(2637), + [anon_sym_GT_EQ] = ACTIONS(2637), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2637), + [anon_sym_DOT_DOT_LT] = ACTIONS(2637), + [anon_sym_is] = ACTIONS(2637), + [anon_sym_PLUS] = ACTIONS(2635), + [anon_sym_DASH] = ACTIONS(2635), + [anon_sym_STAR] = ACTIONS(2635), + [anon_sym_SLASH] = ACTIONS(2635), + [anon_sym_PERCENT] = ACTIONS(2635), + [anon_sym_PLUS_PLUS] = ACTIONS(2637), + [anon_sym_DASH_DASH] = ACTIONS(2637), + [anon_sym_PIPE] = ACTIONS(2637), + [anon_sym_CARET] = ACTIONS(2635), + [anon_sym_LT_LT] = ACTIONS(2637), + [anon_sym_GT_GT] = ACTIONS(2637), + [anon_sym_class] = ACTIONS(2637), + [anon_sym_prefix] = ACTIONS(2637), + [anon_sym_infix] = ACTIONS(2637), + [anon_sym_postfix] = ACTIONS(2637), + [anon_sym_AT] = ACTIONS(2635), + [anon_sym_override] = ACTIONS(2637), + [anon_sym_convenience] = ACTIONS(2637), + [anon_sym_required] = ACTIONS(2637), + [anon_sym_nonisolated] = ACTIONS(2637), + [anon_sym_public] = ACTIONS(2637), + [anon_sym_private] = ACTIONS(2637), + [anon_sym_internal] = ACTIONS(2637), + [anon_sym_fileprivate] = ACTIONS(2637), + [anon_sym_open] = ACTIONS(2637), + [anon_sym_mutating] = ACTIONS(2637), + [anon_sym_nonmutating] = ACTIONS(2637), + [anon_sym_static] = ACTIONS(2637), + [anon_sym_dynamic] = ACTIONS(2637), + [anon_sym_optional] = ACTIONS(2637), + [anon_sym_distributed] = ACTIONS(2637), + [anon_sym_final] = ACTIONS(2637), + [anon_sym_inout] = ACTIONS(2637), + [anon_sym_ATescaping] = ACTIONS(2637), + [anon_sym_ATautoclosure] = ACTIONS(2637), + [anon_sym_weak] = ACTIONS(2637), + [anon_sym_unowned] = ACTIONS(2635), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2637), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2637), + [anon_sym_borrowing] = ACTIONS(2637), + [anon_sym_consuming] = ACTIONS(2637), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2637), + [sym__explicit_semi] = ACTIONS(2637), + [sym__dot_custom] = ACTIONS(2637), + [sym__conjunction_operator_custom] = ACTIONS(2637), + [sym__disjunction_operator_custom] = ACTIONS(2637), + [sym__nil_coalescing_operator_custom] = ACTIONS(2637), + [sym__eq_custom] = ACTIONS(2637), + [sym__eq_eq_custom] = ACTIONS(2637), + [sym__plus_then_ws] = ACTIONS(2637), + [sym__minus_then_ws] = ACTIONS(2637), + [sym__bang_custom] = ACTIONS(2637), + [sym_default_keyword] = ACTIONS(2637), + [sym_where_keyword] = ACTIONS(2637), + [sym__as_custom] = ACTIONS(2637), + [sym__as_quest_custom] = ACTIONS(2637), + [sym__as_bang_custom] = ACTIONS(2637), + [sym__custom_operator] = ACTIONS(2637), + }, + [STATE(1315)] = { + [anon_sym_BANG] = ACTIONS(2639), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2641), + [anon_sym_package] = ACTIONS(2641), + [anon_sym_COMMA] = ACTIONS(2641), + [anon_sym_LPAREN] = ACTIONS(2641), + [anon_sym_LBRACK] = ACTIONS(2641), + [anon_sym_QMARK] = ACTIONS(2639), + [anon_sym_QMARK2] = ACTIONS(2641), + [anon_sym_AMP] = ACTIONS(2641), + [aux_sym_custom_operator_token1] = ACTIONS(2641), + [anon_sym_LT] = ACTIONS(2639), + [anon_sym_GT] = ACTIONS(2639), + [anon_sym_LBRACE] = ACTIONS(2641), + [anon_sym_CARET_LBRACE] = ACTIONS(2641), + [anon_sym_RBRACE] = ACTIONS(2641), + [anon_sym_case] = ACTIONS(2641), + [anon_sym_fallthrough] = ACTIONS(2641), + [anon_sym_PLUS_EQ] = ACTIONS(2641), + [anon_sym_DASH_EQ] = ACTIONS(2641), + [anon_sym_STAR_EQ] = ACTIONS(2641), + [anon_sym_SLASH_EQ] = ACTIONS(2641), + [anon_sym_PERCENT_EQ] = ACTIONS(2641), + [anon_sym_BANG_EQ] = ACTIONS(2639), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2641), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2641), + [anon_sym_LT_EQ] = ACTIONS(2641), + [anon_sym_GT_EQ] = ACTIONS(2641), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2641), + [anon_sym_DOT_DOT_LT] = ACTIONS(2641), + [anon_sym_is] = ACTIONS(2641), + [anon_sym_PLUS] = ACTIONS(2639), + [anon_sym_DASH] = ACTIONS(2639), + [anon_sym_STAR] = ACTIONS(2639), + [anon_sym_SLASH] = ACTIONS(2639), + [anon_sym_PERCENT] = ACTIONS(2639), + [anon_sym_PLUS_PLUS] = ACTIONS(2641), + [anon_sym_DASH_DASH] = ACTIONS(2641), + [anon_sym_PIPE] = ACTIONS(2641), + [anon_sym_CARET] = ACTIONS(2639), + [anon_sym_LT_LT] = ACTIONS(2641), + [anon_sym_GT_GT] = ACTIONS(2641), + [anon_sym_class] = ACTIONS(2641), + [anon_sym_prefix] = ACTIONS(2641), + [anon_sym_infix] = ACTIONS(2641), + [anon_sym_postfix] = ACTIONS(2641), + [anon_sym_AT] = ACTIONS(2639), + [anon_sym_override] = ACTIONS(2641), + [anon_sym_convenience] = ACTIONS(2641), + [anon_sym_required] = ACTIONS(2641), + [anon_sym_nonisolated] = ACTIONS(2641), + [anon_sym_public] = ACTIONS(2641), + [anon_sym_private] = ACTIONS(2641), + [anon_sym_internal] = ACTIONS(2641), + [anon_sym_fileprivate] = ACTIONS(2641), + [anon_sym_open] = ACTIONS(2641), + [anon_sym_mutating] = ACTIONS(2641), + [anon_sym_nonmutating] = ACTIONS(2641), + [anon_sym_static] = ACTIONS(2641), + [anon_sym_dynamic] = ACTIONS(2641), + [anon_sym_optional] = ACTIONS(2641), + [anon_sym_distributed] = ACTIONS(2641), + [anon_sym_final] = ACTIONS(2641), + [anon_sym_inout] = ACTIONS(2641), + [anon_sym_ATescaping] = ACTIONS(2641), + [anon_sym_ATautoclosure] = ACTIONS(2641), + [anon_sym_weak] = ACTIONS(2641), + [anon_sym_unowned] = ACTIONS(2639), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2641), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2641), + [anon_sym_borrowing] = ACTIONS(2641), + [anon_sym_consuming] = ACTIONS(2641), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2641), + [sym__explicit_semi] = ACTIONS(2641), + [sym__dot_custom] = ACTIONS(2641), + [sym__conjunction_operator_custom] = ACTIONS(2641), + [sym__disjunction_operator_custom] = ACTIONS(2641), + [sym__nil_coalescing_operator_custom] = ACTIONS(2641), + [sym__eq_custom] = ACTIONS(2641), + [sym__eq_eq_custom] = ACTIONS(2641), + [sym__plus_then_ws] = ACTIONS(2641), + [sym__minus_then_ws] = ACTIONS(2641), + [sym__bang_custom] = ACTIONS(2641), + [sym_default_keyword] = ACTIONS(2641), + [sym_where_keyword] = ACTIONS(2641), + [sym__as_custom] = ACTIONS(2641), + [sym__as_quest_custom] = ACTIONS(2641), + [sym__as_bang_custom] = ACTIONS(2641), + [sym__custom_operator] = ACTIONS(2641), + }, + [STATE(1316)] = { + [anon_sym_BANG] = ACTIONS(2643), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2645), + [anon_sym_package] = ACTIONS(2645), + [anon_sym_COMMA] = ACTIONS(2645), + [anon_sym_LPAREN] = ACTIONS(2645), + [anon_sym_LBRACK] = ACTIONS(2645), + [anon_sym_QMARK] = ACTIONS(2643), + [anon_sym_QMARK2] = ACTIONS(2645), + [anon_sym_AMP] = ACTIONS(2645), + [aux_sym_custom_operator_token1] = ACTIONS(2645), + [anon_sym_LT] = ACTIONS(2643), + [anon_sym_GT] = ACTIONS(2643), + [anon_sym_LBRACE] = ACTIONS(2645), + [anon_sym_CARET_LBRACE] = ACTIONS(2645), + [anon_sym_RBRACE] = ACTIONS(2645), + [anon_sym_case] = ACTIONS(2645), + [anon_sym_fallthrough] = ACTIONS(2645), + [anon_sym_PLUS_EQ] = ACTIONS(2645), + [anon_sym_DASH_EQ] = ACTIONS(2645), + [anon_sym_STAR_EQ] = ACTIONS(2645), + [anon_sym_SLASH_EQ] = ACTIONS(2645), + [anon_sym_PERCENT_EQ] = ACTIONS(2645), + [anon_sym_BANG_EQ] = ACTIONS(2643), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2645), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2645), + [anon_sym_LT_EQ] = ACTIONS(2645), + [anon_sym_GT_EQ] = ACTIONS(2645), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2645), + [anon_sym_DOT_DOT_LT] = ACTIONS(2645), + [anon_sym_is] = ACTIONS(2645), + [anon_sym_PLUS] = ACTIONS(2643), + [anon_sym_DASH] = ACTIONS(2643), + [anon_sym_STAR] = ACTIONS(2643), + [anon_sym_SLASH] = ACTIONS(2643), + [anon_sym_PERCENT] = ACTIONS(2643), + [anon_sym_PLUS_PLUS] = ACTIONS(2645), + [anon_sym_DASH_DASH] = ACTIONS(2645), + [anon_sym_PIPE] = ACTIONS(2645), + [anon_sym_CARET] = ACTIONS(2643), + [anon_sym_LT_LT] = ACTIONS(2645), + [anon_sym_GT_GT] = ACTIONS(2645), + [anon_sym_class] = ACTIONS(2645), + [anon_sym_prefix] = ACTIONS(2645), + [anon_sym_infix] = ACTIONS(2645), + [anon_sym_postfix] = ACTIONS(2645), + [anon_sym_AT] = ACTIONS(2643), + [anon_sym_override] = ACTIONS(2645), + [anon_sym_convenience] = ACTIONS(2645), + [anon_sym_required] = ACTIONS(2645), + [anon_sym_nonisolated] = ACTIONS(2645), + [anon_sym_public] = ACTIONS(2645), + [anon_sym_private] = ACTIONS(2645), + [anon_sym_internal] = ACTIONS(2645), + [anon_sym_fileprivate] = ACTIONS(2645), + [anon_sym_open] = ACTIONS(2645), + [anon_sym_mutating] = ACTIONS(2645), + [anon_sym_nonmutating] = ACTIONS(2645), + [anon_sym_static] = ACTIONS(2645), + [anon_sym_dynamic] = ACTIONS(2645), + [anon_sym_optional] = ACTIONS(2645), + [anon_sym_distributed] = ACTIONS(2645), + [anon_sym_final] = ACTIONS(2645), + [anon_sym_inout] = ACTIONS(2645), + [anon_sym_ATescaping] = ACTIONS(2645), + [anon_sym_ATautoclosure] = ACTIONS(2645), + [anon_sym_weak] = ACTIONS(2645), + [anon_sym_unowned] = ACTIONS(2643), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2645), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2645), + [anon_sym_borrowing] = ACTIONS(2645), + [anon_sym_consuming] = ACTIONS(2645), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2645), + [sym__explicit_semi] = ACTIONS(2645), + [sym__dot_custom] = ACTIONS(2645), + [sym__conjunction_operator_custom] = ACTIONS(2645), + [sym__disjunction_operator_custom] = ACTIONS(2645), + [sym__nil_coalescing_operator_custom] = ACTIONS(2645), + [sym__eq_custom] = ACTIONS(2645), + [sym__eq_eq_custom] = ACTIONS(2645), + [sym__plus_then_ws] = ACTIONS(2645), + [sym__minus_then_ws] = ACTIONS(2645), + [sym__bang_custom] = ACTIONS(2645), + [sym_default_keyword] = ACTIONS(2645), + [sym_where_keyword] = ACTIONS(2645), + [sym__as_custom] = ACTIONS(2645), + [sym__as_quest_custom] = ACTIONS(2645), + [sym__as_bang_custom] = ACTIONS(2645), + [sym__custom_operator] = ACTIONS(2645), + }, + [STATE(1317)] = { + [anon_sym_BANG] = ACTIONS(2647), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2649), + [anon_sym_package] = ACTIONS(2649), + [anon_sym_COMMA] = ACTIONS(2649), + [anon_sym_LPAREN] = ACTIONS(2649), + [anon_sym_LBRACK] = ACTIONS(2649), + [anon_sym_QMARK] = ACTIONS(2647), + [anon_sym_QMARK2] = ACTIONS(2649), + [anon_sym_AMP] = ACTIONS(2649), + [aux_sym_custom_operator_token1] = ACTIONS(2649), + [anon_sym_LT] = ACTIONS(2647), + [anon_sym_GT] = ACTIONS(2647), + [anon_sym_LBRACE] = ACTIONS(2649), + [anon_sym_CARET_LBRACE] = ACTIONS(2649), + [anon_sym_RBRACE] = ACTIONS(2649), + [anon_sym_case] = ACTIONS(2649), + [anon_sym_fallthrough] = ACTIONS(2649), + [anon_sym_PLUS_EQ] = ACTIONS(2649), + [anon_sym_DASH_EQ] = ACTIONS(2649), + [anon_sym_STAR_EQ] = ACTIONS(2649), + [anon_sym_SLASH_EQ] = ACTIONS(2649), + [anon_sym_PERCENT_EQ] = ACTIONS(2649), + [anon_sym_BANG_EQ] = ACTIONS(2647), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2649), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2649), + [anon_sym_LT_EQ] = ACTIONS(2649), + [anon_sym_GT_EQ] = ACTIONS(2649), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2649), + [anon_sym_DOT_DOT_LT] = ACTIONS(2649), + [anon_sym_is] = ACTIONS(2649), + [anon_sym_PLUS] = ACTIONS(2647), + [anon_sym_DASH] = ACTIONS(2647), + [anon_sym_STAR] = ACTIONS(2647), + [anon_sym_SLASH] = ACTIONS(2647), + [anon_sym_PERCENT] = ACTIONS(2647), + [anon_sym_PLUS_PLUS] = ACTIONS(2649), + [anon_sym_DASH_DASH] = ACTIONS(2649), + [anon_sym_PIPE] = ACTIONS(2649), + [anon_sym_CARET] = ACTIONS(2647), + [anon_sym_LT_LT] = ACTIONS(2649), + [anon_sym_GT_GT] = ACTIONS(2649), + [anon_sym_class] = ACTIONS(2649), + [anon_sym_prefix] = ACTIONS(2649), + [anon_sym_infix] = ACTIONS(2649), + [anon_sym_postfix] = ACTIONS(2649), + [anon_sym_AT] = ACTIONS(2647), + [anon_sym_override] = ACTIONS(2649), + [anon_sym_convenience] = ACTIONS(2649), + [anon_sym_required] = ACTIONS(2649), + [anon_sym_nonisolated] = ACTIONS(2649), + [anon_sym_public] = ACTIONS(2649), + [anon_sym_private] = ACTIONS(2649), + [anon_sym_internal] = ACTIONS(2649), + [anon_sym_fileprivate] = ACTIONS(2649), + [anon_sym_open] = ACTIONS(2649), + [anon_sym_mutating] = ACTIONS(2649), + [anon_sym_nonmutating] = ACTIONS(2649), + [anon_sym_static] = ACTIONS(2649), + [anon_sym_dynamic] = ACTIONS(2649), + [anon_sym_optional] = ACTIONS(2649), + [anon_sym_distributed] = ACTIONS(2649), + [anon_sym_final] = ACTIONS(2649), + [anon_sym_inout] = ACTIONS(2649), + [anon_sym_ATescaping] = ACTIONS(2649), + [anon_sym_ATautoclosure] = ACTIONS(2649), + [anon_sym_weak] = ACTIONS(2649), + [anon_sym_unowned] = ACTIONS(2647), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2649), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2649), + [anon_sym_borrowing] = ACTIONS(2649), + [anon_sym_consuming] = ACTIONS(2649), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2649), + [sym__explicit_semi] = ACTIONS(2649), + [sym__dot_custom] = ACTIONS(2649), + [sym__conjunction_operator_custom] = ACTIONS(2649), + [sym__disjunction_operator_custom] = ACTIONS(2649), + [sym__nil_coalescing_operator_custom] = ACTIONS(2649), + [sym__eq_custom] = ACTIONS(2649), + [sym__eq_eq_custom] = ACTIONS(2649), + [sym__plus_then_ws] = ACTIONS(2649), + [sym__minus_then_ws] = ACTIONS(2649), + [sym__bang_custom] = ACTIONS(2649), + [sym_default_keyword] = ACTIONS(2649), + [sym_where_keyword] = ACTIONS(2649), + [sym__as_custom] = ACTIONS(2649), + [sym__as_quest_custom] = ACTIONS(2649), + [sym__as_bang_custom] = ACTIONS(2649), + [sym__custom_operator] = ACTIONS(2649), + }, + [STATE(1318)] = { + [anon_sym_BANG] = ACTIONS(2651), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2653), + [anon_sym_package] = ACTIONS(2653), + [anon_sym_COMMA] = ACTIONS(2653), + [anon_sym_LPAREN] = ACTIONS(2653), + [anon_sym_LBRACK] = ACTIONS(2653), + [anon_sym_QMARK] = ACTIONS(2651), + [anon_sym_QMARK2] = ACTIONS(2653), + [anon_sym_AMP] = ACTIONS(2653), + [aux_sym_custom_operator_token1] = ACTIONS(2653), + [anon_sym_LT] = ACTIONS(2651), + [anon_sym_GT] = ACTIONS(2651), + [anon_sym_LBRACE] = ACTIONS(2653), + [anon_sym_CARET_LBRACE] = ACTIONS(2653), + [anon_sym_RBRACE] = ACTIONS(2653), + [anon_sym_case] = ACTIONS(2653), + [anon_sym_fallthrough] = ACTIONS(2653), + [anon_sym_PLUS_EQ] = ACTIONS(2653), + [anon_sym_DASH_EQ] = ACTIONS(2653), + [anon_sym_STAR_EQ] = ACTIONS(2653), + [anon_sym_SLASH_EQ] = ACTIONS(2653), + [anon_sym_PERCENT_EQ] = ACTIONS(2653), + [anon_sym_BANG_EQ] = ACTIONS(2651), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2653), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2653), + [anon_sym_LT_EQ] = ACTIONS(2653), + [anon_sym_GT_EQ] = ACTIONS(2653), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2653), + [anon_sym_DOT_DOT_LT] = ACTIONS(2653), + [anon_sym_is] = ACTIONS(2653), + [anon_sym_PLUS] = ACTIONS(2651), + [anon_sym_DASH] = ACTIONS(2651), + [anon_sym_STAR] = ACTIONS(2651), + [anon_sym_SLASH] = ACTIONS(2651), + [anon_sym_PERCENT] = ACTIONS(2651), + [anon_sym_PLUS_PLUS] = ACTIONS(2653), + [anon_sym_DASH_DASH] = ACTIONS(2653), + [anon_sym_PIPE] = ACTIONS(2653), + [anon_sym_CARET] = ACTIONS(2651), + [anon_sym_LT_LT] = ACTIONS(2653), + [anon_sym_GT_GT] = ACTIONS(2653), + [anon_sym_class] = ACTIONS(2653), + [anon_sym_prefix] = ACTIONS(2653), + [anon_sym_infix] = ACTIONS(2653), + [anon_sym_postfix] = ACTIONS(2653), + [anon_sym_AT] = ACTIONS(2651), + [anon_sym_override] = ACTIONS(2653), + [anon_sym_convenience] = ACTIONS(2653), + [anon_sym_required] = ACTIONS(2653), + [anon_sym_nonisolated] = ACTIONS(2653), + [anon_sym_public] = ACTIONS(2653), + [anon_sym_private] = ACTIONS(2653), + [anon_sym_internal] = ACTIONS(2653), + [anon_sym_fileprivate] = ACTIONS(2653), + [anon_sym_open] = ACTIONS(2653), + [anon_sym_mutating] = ACTIONS(2653), + [anon_sym_nonmutating] = ACTIONS(2653), + [anon_sym_static] = ACTIONS(2653), + [anon_sym_dynamic] = ACTIONS(2653), + [anon_sym_optional] = ACTIONS(2653), + [anon_sym_distributed] = ACTIONS(2653), + [anon_sym_final] = ACTIONS(2653), + [anon_sym_inout] = ACTIONS(2653), + [anon_sym_ATescaping] = ACTIONS(2653), + [anon_sym_ATautoclosure] = ACTIONS(2653), + [anon_sym_weak] = ACTIONS(2653), + [anon_sym_unowned] = ACTIONS(2651), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2653), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2653), + [anon_sym_borrowing] = ACTIONS(2653), + [anon_sym_consuming] = ACTIONS(2653), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2653), + [sym__explicit_semi] = ACTIONS(2653), + [sym__dot_custom] = ACTIONS(2653), + [sym__conjunction_operator_custom] = ACTIONS(2653), + [sym__disjunction_operator_custom] = ACTIONS(2653), + [sym__nil_coalescing_operator_custom] = ACTIONS(2653), + [sym__eq_custom] = ACTIONS(2653), + [sym__eq_eq_custom] = ACTIONS(2653), + [sym__plus_then_ws] = ACTIONS(2653), + [sym__minus_then_ws] = ACTIONS(2653), + [sym__bang_custom] = ACTIONS(2653), + [sym_default_keyword] = ACTIONS(2653), + [sym_where_keyword] = ACTIONS(2653), + [sym__as_custom] = ACTIONS(2653), + [sym__as_quest_custom] = ACTIONS(2653), + [sym__as_bang_custom] = ACTIONS(2653), + [sym__custom_operator] = ACTIONS(2653), + }, + [STATE(1319)] = { + [anon_sym_BANG] = ACTIONS(2663), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2665), + [anon_sym_package] = ACTIONS(2665), + [anon_sym_COMMA] = ACTIONS(2665), + [anon_sym_LPAREN] = ACTIONS(2665), + [anon_sym_LBRACK] = ACTIONS(2665), + [anon_sym_QMARK] = ACTIONS(2663), + [anon_sym_QMARK2] = ACTIONS(2665), + [anon_sym_AMP] = ACTIONS(2665), + [aux_sym_custom_operator_token1] = ACTIONS(2665), + [anon_sym_LT] = ACTIONS(2663), + [anon_sym_GT] = ACTIONS(2663), + [anon_sym_LBRACE] = ACTIONS(2665), + [anon_sym_CARET_LBRACE] = ACTIONS(2665), + [anon_sym_RBRACE] = ACTIONS(2665), + [anon_sym_case] = ACTIONS(2665), + [anon_sym_fallthrough] = ACTIONS(2665), + [anon_sym_PLUS_EQ] = ACTIONS(2665), + [anon_sym_DASH_EQ] = ACTIONS(2665), + [anon_sym_STAR_EQ] = ACTIONS(2665), + [anon_sym_SLASH_EQ] = ACTIONS(2665), + [anon_sym_PERCENT_EQ] = ACTIONS(2665), + [anon_sym_BANG_EQ] = ACTIONS(2663), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2665), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2665), + [anon_sym_LT_EQ] = ACTIONS(2665), + [anon_sym_GT_EQ] = ACTIONS(2665), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2665), + [anon_sym_DOT_DOT_LT] = ACTIONS(2665), + [anon_sym_is] = ACTIONS(2665), + [anon_sym_PLUS] = ACTIONS(2663), + [anon_sym_DASH] = ACTIONS(2663), + [anon_sym_STAR] = ACTIONS(2663), + [anon_sym_SLASH] = ACTIONS(2663), + [anon_sym_PERCENT] = ACTIONS(2663), + [anon_sym_PLUS_PLUS] = ACTIONS(2665), + [anon_sym_DASH_DASH] = ACTIONS(2665), + [anon_sym_PIPE] = ACTIONS(2665), + [anon_sym_CARET] = ACTIONS(2663), + [anon_sym_LT_LT] = ACTIONS(2665), + [anon_sym_GT_GT] = ACTIONS(2665), + [anon_sym_class] = ACTIONS(2665), + [anon_sym_prefix] = ACTIONS(2665), + [anon_sym_infix] = ACTIONS(2665), + [anon_sym_postfix] = ACTIONS(2665), + [anon_sym_AT] = ACTIONS(2663), + [anon_sym_override] = ACTIONS(2665), + [anon_sym_convenience] = ACTIONS(2665), + [anon_sym_required] = ACTIONS(2665), + [anon_sym_nonisolated] = ACTIONS(2665), + [anon_sym_public] = ACTIONS(2665), + [anon_sym_private] = ACTIONS(2665), + [anon_sym_internal] = ACTIONS(2665), + [anon_sym_fileprivate] = ACTIONS(2665), + [anon_sym_open] = ACTIONS(2665), + [anon_sym_mutating] = ACTIONS(2665), + [anon_sym_nonmutating] = ACTIONS(2665), + [anon_sym_static] = ACTIONS(2665), + [anon_sym_dynamic] = ACTIONS(2665), + [anon_sym_optional] = ACTIONS(2665), + [anon_sym_distributed] = ACTIONS(2665), + [anon_sym_final] = ACTIONS(2665), + [anon_sym_inout] = ACTIONS(2665), + [anon_sym_ATescaping] = ACTIONS(2665), + [anon_sym_ATautoclosure] = ACTIONS(2665), + [anon_sym_weak] = ACTIONS(2665), + [anon_sym_unowned] = ACTIONS(2663), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2665), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2665), + [anon_sym_borrowing] = ACTIONS(2665), + [anon_sym_consuming] = ACTIONS(2665), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2665), + [sym__explicit_semi] = ACTIONS(2665), + [sym__dot_custom] = ACTIONS(2665), + [sym__conjunction_operator_custom] = ACTIONS(2665), + [sym__disjunction_operator_custom] = ACTIONS(2665), + [sym__nil_coalescing_operator_custom] = ACTIONS(2665), + [sym__eq_custom] = ACTIONS(2665), + [sym__eq_eq_custom] = ACTIONS(2665), + [sym__plus_then_ws] = ACTIONS(2665), + [sym__minus_then_ws] = ACTIONS(2665), + [sym__bang_custom] = ACTIONS(2665), + [sym_default_keyword] = ACTIONS(2665), + [sym_where_keyword] = ACTIONS(2665), + [sym__as_custom] = ACTIONS(2665), + [sym__as_quest_custom] = ACTIONS(2665), + [sym__as_bang_custom] = ACTIONS(2665), + [sym__custom_operator] = ACTIONS(2665), + }, + [STATE(1320)] = { + [anon_sym_BANG] = ACTIONS(1797), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1797), + [aux_sym_simple_identifier_token2] = ACTIONS(1799), + [aux_sym_simple_identifier_token3] = ACTIONS(1799), + [aux_sym_simple_identifier_token4] = ACTIONS(1799), + [anon_sym_actor] = ACTIONS(1797), + [anon_sym_async] = ACTIONS(1797), + [anon_sym_each] = ACTIONS(1797), + [anon_sym_lazy] = ACTIONS(1797), + [anon_sym_repeat] = ACTIONS(1797), + [anon_sym_package] = ACTIONS(1797), + [anon_sym_nil] = ACTIONS(1797), + [sym_real_literal] = ACTIONS(1799), + [sym_integer_literal] = ACTIONS(1797), + [sym_hex_literal] = ACTIONS(1797), + [sym_oct_literal] = ACTIONS(1799), + [sym_bin_literal] = ACTIONS(1799), + [anon_sym_true] = ACTIONS(1797), + [anon_sym_false] = ACTIONS(1797), + [anon_sym_DQUOTE] = ACTIONS(1797), + [anon_sym_BSLASH] = ACTIONS(1799), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1799), + [anon_sym_COMMA] = ACTIONS(1799), + [sym__oneline_regex_literal] = ACTIONS(1797), + [anon_sym_LPAREN] = ACTIONS(1799), + [anon_sym_LBRACK] = ACTIONS(1799), + [anon_sym_QMARK] = ACTIONS(1797), + [anon_sym_QMARK2] = ACTIONS(1799), + [anon_sym_AMP] = ACTIONS(1799), + [anon_sym_TILDE] = ACTIONS(1799), + [anon_sym_if] = ACTIONS(1797), + [anon_sym_switch] = ACTIONS(1797), + [aux_sym_custom_operator_token1] = ACTIONS(1799), + [anon_sym_LT] = ACTIONS(1797), + [anon_sym_GT] = ACTIONS(1797), + [anon_sym_await] = ACTIONS(1797), + [anon_sym_LBRACE] = ACTIONS(1799), + [anon_sym_CARET_LBRACE] = ACTIONS(1799), + [anon_sym_self] = ACTIONS(1797), + [anon_sym_super] = ACTIONS(1797), + [anon_sym_try] = ACTIONS(1797), + [anon_sym_PLUS_EQ] = ACTIONS(1799), + [anon_sym_DASH_EQ] = ACTIONS(1799), + [anon_sym_STAR_EQ] = ACTIONS(1799), + [anon_sym_SLASH_EQ] = ACTIONS(1799), + [anon_sym_PERCENT_EQ] = ACTIONS(1799), + [anon_sym_BANG_EQ] = ACTIONS(1797), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1799), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1799), + [anon_sym_LT_EQ] = ACTIONS(1799), + [anon_sym_GT_EQ] = ACTIONS(1799), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1799), + [anon_sym_DOT_DOT_LT] = ACTIONS(1799), + [anon_sym_is] = ACTIONS(1797), + [anon_sym_PLUS] = ACTIONS(1797), + [anon_sym_DASH] = ACTIONS(1797), + [anon_sym_STAR] = ACTIONS(1797), + [anon_sym_SLASH] = ACTIONS(1797), + [anon_sym_PERCENT] = ACTIONS(1797), + [anon_sym_PLUS_PLUS] = ACTIONS(1799), + [anon_sym_DASH_DASH] = ACTIONS(1799), + [anon_sym_PIPE] = ACTIONS(1799), + [anon_sym_CARET] = ACTIONS(1797), + [anon_sym_LT_LT] = ACTIONS(1799), + [anon_sym_GT_GT] = ACTIONS(1799), + [anon_sym_borrowing] = ACTIONS(1797), + [anon_sym_consuming] = ACTIONS(1797), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(1799), + [sym_raw_str_end_part] = ACTIONS(1799), + [sym__dot_custom] = ACTIONS(1799), + [sym__conjunction_operator_custom] = ACTIONS(1799), + [sym__disjunction_operator_custom] = ACTIONS(1799), + [sym__nil_coalescing_operator_custom] = ACTIONS(1799), + [sym__eq_custom] = ACTIONS(1799), + [sym__eq_eq_custom] = ACTIONS(1799), + [sym__plus_then_ws] = ACTIONS(1799), + [sym__minus_then_ws] = ACTIONS(1799), + [sym__bang_custom] = ACTIONS(1799), + [sym_else] = ACTIONS(1799), + [sym__as_custom] = ACTIONS(1799), + [sym__as_quest_custom] = ACTIONS(1799), + [sym__as_bang_custom] = ACTIONS(1799), + [sym__custom_operator] = ACTIONS(1799), + [sym__hash_symbol_custom] = ACTIONS(1799), + [sym__directive_if] = ACTIONS(1799), + [sym__directive_elseif] = ACTIONS(1799), + [sym__directive_else] = ACTIONS(1799), + [sym__directive_endif] = ACTIONS(1799), + }, + [STATE(1321)] = { + [anon_sym_BANG] = ACTIONS(1761), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1761), + [aux_sym_simple_identifier_token2] = ACTIONS(1763), + [aux_sym_simple_identifier_token3] = ACTIONS(1763), + [aux_sym_simple_identifier_token4] = ACTIONS(1763), + [anon_sym_actor] = ACTIONS(1761), + [anon_sym_async] = ACTIONS(1761), + [anon_sym_each] = ACTIONS(1761), + [anon_sym_lazy] = ACTIONS(1761), + [anon_sym_repeat] = ACTIONS(1761), + [anon_sym_package] = ACTIONS(1761), + [anon_sym_nil] = ACTIONS(1761), + [sym_real_literal] = ACTIONS(1763), + [sym_integer_literal] = ACTIONS(1761), + [sym_hex_literal] = ACTIONS(1761), + [sym_oct_literal] = ACTIONS(1763), + [sym_bin_literal] = ACTIONS(1763), + [anon_sym_true] = ACTIONS(1761), + [anon_sym_false] = ACTIONS(1761), + [anon_sym_DQUOTE] = ACTIONS(1761), + [anon_sym_BSLASH] = ACTIONS(1763), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1763), + [anon_sym_COMMA] = ACTIONS(1763), + [sym__oneline_regex_literal] = ACTIONS(1761), + [anon_sym_LPAREN] = ACTIONS(1763), + [anon_sym_LBRACK] = ACTIONS(1763), + [anon_sym_QMARK] = ACTIONS(1761), + [anon_sym_QMARK2] = ACTIONS(1763), + [anon_sym_AMP] = ACTIONS(1763), + [anon_sym_TILDE] = ACTIONS(1763), + [anon_sym_if] = ACTIONS(1761), + [anon_sym_switch] = ACTIONS(1761), + [aux_sym_custom_operator_token1] = ACTIONS(1763), + [anon_sym_LT] = ACTIONS(1761), + [anon_sym_GT] = ACTIONS(1761), + [anon_sym_await] = ACTIONS(1761), + [anon_sym_LBRACE] = ACTIONS(1763), + [anon_sym_CARET_LBRACE] = ACTIONS(1763), + [anon_sym_self] = ACTIONS(1761), + [anon_sym_super] = ACTIONS(1761), + [anon_sym_try] = ACTIONS(1761), + [anon_sym_PLUS_EQ] = ACTIONS(1763), + [anon_sym_DASH_EQ] = ACTIONS(1763), + [anon_sym_STAR_EQ] = ACTIONS(1763), + [anon_sym_SLASH_EQ] = ACTIONS(1763), + [anon_sym_PERCENT_EQ] = ACTIONS(1763), + [anon_sym_BANG_EQ] = ACTIONS(1761), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1763), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1763), + [anon_sym_LT_EQ] = ACTIONS(1763), + [anon_sym_GT_EQ] = ACTIONS(1763), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1763), + [anon_sym_DOT_DOT_LT] = ACTIONS(1763), + [anon_sym_is] = ACTIONS(1761), + [anon_sym_PLUS] = ACTIONS(1761), + [anon_sym_DASH] = ACTIONS(1761), + [anon_sym_STAR] = ACTIONS(1761), + [anon_sym_SLASH] = ACTIONS(1761), + [anon_sym_PERCENT] = ACTIONS(1761), + [anon_sym_PLUS_PLUS] = ACTIONS(1763), + [anon_sym_DASH_DASH] = ACTIONS(1763), + [anon_sym_PIPE] = ACTIONS(1763), + [anon_sym_CARET] = ACTIONS(1761), + [anon_sym_LT_LT] = ACTIONS(1763), + [anon_sym_GT_GT] = ACTIONS(1763), + [anon_sym_borrowing] = ACTIONS(1761), + [anon_sym_consuming] = ACTIONS(1761), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(1763), + [sym_raw_str_end_part] = ACTIONS(1763), + [sym__dot_custom] = ACTIONS(1763), + [sym__conjunction_operator_custom] = ACTIONS(1763), + [sym__disjunction_operator_custom] = ACTIONS(1763), + [sym__nil_coalescing_operator_custom] = ACTIONS(1763), + [sym__eq_custom] = ACTIONS(1763), + [sym__eq_eq_custom] = ACTIONS(1763), + [sym__plus_then_ws] = ACTIONS(1763), + [sym__minus_then_ws] = ACTIONS(1763), + [sym__bang_custom] = ACTIONS(1763), + [sym_else] = ACTIONS(1763), + [sym__as_custom] = ACTIONS(1763), + [sym__as_quest_custom] = ACTIONS(1763), + [sym__as_bang_custom] = ACTIONS(1763), + [sym__custom_operator] = ACTIONS(1763), + [sym__hash_symbol_custom] = ACTIONS(1763), + [sym__directive_if] = ACTIONS(1763), + [sym__directive_elseif] = ACTIONS(1763), + [sym__directive_else] = ACTIONS(1763), + [sym__directive_endif] = ACTIONS(1763), + }, + [STATE(1322)] = { + [anon_sym_BANG] = ACTIONS(2671), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2673), + [anon_sym_package] = ACTIONS(2673), + [anon_sym_COMMA] = ACTIONS(2673), + [anon_sym_LPAREN] = ACTIONS(2673), + [anon_sym_LBRACK] = ACTIONS(2673), + [anon_sym_QMARK] = ACTIONS(2671), + [anon_sym_QMARK2] = ACTIONS(2673), + [anon_sym_AMP] = ACTIONS(2673), + [aux_sym_custom_operator_token1] = ACTIONS(2673), + [anon_sym_LT] = ACTIONS(2671), + [anon_sym_GT] = ACTIONS(2671), + [anon_sym_LBRACE] = ACTIONS(2673), + [anon_sym_CARET_LBRACE] = ACTIONS(2673), + [anon_sym_RBRACE] = ACTIONS(2673), + [anon_sym_case] = ACTIONS(2673), + [anon_sym_fallthrough] = ACTIONS(2673), + [anon_sym_PLUS_EQ] = ACTIONS(2673), + [anon_sym_DASH_EQ] = ACTIONS(2673), + [anon_sym_STAR_EQ] = ACTIONS(2673), + [anon_sym_SLASH_EQ] = ACTIONS(2673), + [anon_sym_PERCENT_EQ] = ACTIONS(2673), + [anon_sym_BANG_EQ] = ACTIONS(2671), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2673), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2673), + [anon_sym_LT_EQ] = ACTIONS(2673), + [anon_sym_GT_EQ] = ACTIONS(2673), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2673), + [anon_sym_DOT_DOT_LT] = ACTIONS(2673), + [anon_sym_is] = ACTIONS(2673), + [anon_sym_PLUS] = ACTIONS(2671), + [anon_sym_DASH] = ACTIONS(2671), + [anon_sym_STAR] = ACTIONS(2671), + [anon_sym_SLASH] = ACTIONS(2671), + [anon_sym_PERCENT] = ACTIONS(2671), + [anon_sym_PLUS_PLUS] = ACTIONS(2673), + [anon_sym_DASH_DASH] = ACTIONS(2673), + [anon_sym_PIPE] = ACTIONS(2673), + [anon_sym_CARET] = ACTIONS(2671), + [anon_sym_LT_LT] = ACTIONS(2673), + [anon_sym_GT_GT] = ACTIONS(2673), + [anon_sym_class] = ACTIONS(2673), + [anon_sym_prefix] = ACTIONS(2673), + [anon_sym_infix] = ACTIONS(2673), + [anon_sym_postfix] = ACTIONS(2673), + [anon_sym_AT] = ACTIONS(2671), + [anon_sym_override] = ACTIONS(2673), + [anon_sym_convenience] = ACTIONS(2673), + [anon_sym_required] = ACTIONS(2673), + [anon_sym_nonisolated] = ACTIONS(2673), + [anon_sym_public] = ACTIONS(2673), + [anon_sym_private] = ACTIONS(2673), + [anon_sym_internal] = ACTIONS(2673), + [anon_sym_fileprivate] = ACTIONS(2673), + [anon_sym_open] = ACTIONS(2673), + [anon_sym_mutating] = ACTIONS(2673), + [anon_sym_nonmutating] = ACTIONS(2673), + [anon_sym_static] = ACTIONS(2673), + [anon_sym_dynamic] = ACTIONS(2673), + [anon_sym_optional] = ACTIONS(2673), + [anon_sym_distributed] = ACTIONS(2673), + [anon_sym_final] = ACTIONS(2673), + [anon_sym_inout] = ACTIONS(2673), + [anon_sym_ATescaping] = ACTIONS(2673), + [anon_sym_ATautoclosure] = ACTIONS(2673), + [anon_sym_weak] = ACTIONS(2673), + [anon_sym_unowned] = ACTIONS(2671), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2673), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2673), + [anon_sym_borrowing] = ACTIONS(2673), + [anon_sym_consuming] = ACTIONS(2673), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2673), + [sym__explicit_semi] = ACTIONS(2673), + [sym__dot_custom] = ACTIONS(2673), + [sym__conjunction_operator_custom] = ACTIONS(2673), + [sym__disjunction_operator_custom] = ACTIONS(2673), + [sym__nil_coalescing_operator_custom] = ACTIONS(2673), + [sym__eq_custom] = ACTIONS(2673), + [sym__eq_eq_custom] = ACTIONS(2673), + [sym__plus_then_ws] = ACTIONS(2673), + [sym__minus_then_ws] = ACTIONS(2673), + [sym__bang_custom] = ACTIONS(2673), + [sym_default_keyword] = ACTIONS(2673), + [sym_where_keyword] = ACTIONS(2673), + [sym__as_custom] = ACTIONS(2673), + [sym__as_quest_custom] = ACTIONS(2673), + [sym__as_bang_custom] = ACTIONS(2673), + [sym__custom_operator] = ACTIONS(2673), + }, + [STATE(1323)] = { + [anon_sym_BANG] = ACTIONS(2675), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2677), + [anon_sym_package] = ACTIONS(2677), + [anon_sym_COMMA] = ACTIONS(2677), + [anon_sym_LPAREN] = ACTIONS(2677), + [anon_sym_LBRACK] = ACTIONS(2677), + [anon_sym_QMARK] = ACTIONS(2675), + [anon_sym_QMARK2] = ACTIONS(2677), + [anon_sym_AMP] = ACTIONS(2677), + [aux_sym_custom_operator_token1] = ACTIONS(2677), + [anon_sym_LT] = ACTIONS(2675), + [anon_sym_GT] = ACTIONS(2675), + [anon_sym_LBRACE] = ACTIONS(2677), + [anon_sym_CARET_LBRACE] = ACTIONS(2677), + [anon_sym_RBRACE] = ACTIONS(2677), + [anon_sym_case] = ACTIONS(2677), + [anon_sym_fallthrough] = ACTIONS(2677), + [anon_sym_PLUS_EQ] = ACTIONS(2677), + [anon_sym_DASH_EQ] = ACTIONS(2677), + [anon_sym_STAR_EQ] = ACTIONS(2677), + [anon_sym_SLASH_EQ] = ACTIONS(2677), + [anon_sym_PERCENT_EQ] = ACTIONS(2677), + [anon_sym_BANG_EQ] = ACTIONS(2675), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2677), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2677), + [anon_sym_LT_EQ] = ACTIONS(2677), + [anon_sym_GT_EQ] = ACTIONS(2677), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2677), + [anon_sym_DOT_DOT_LT] = ACTIONS(2677), + [anon_sym_is] = ACTIONS(2677), + [anon_sym_PLUS] = ACTIONS(2675), + [anon_sym_DASH] = ACTIONS(2675), + [anon_sym_STAR] = ACTIONS(2675), + [anon_sym_SLASH] = ACTIONS(2675), + [anon_sym_PERCENT] = ACTIONS(2675), + [anon_sym_PLUS_PLUS] = ACTIONS(2677), + [anon_sym_DASH_DASH] = ACTIONS(2677), + [anon_sym_PIPE] = ACTIONS(2677), + [anon_sym_CARET] = ACTIONS(2675), + [anon_sym_LT_LT] = ACTIONS(2677), + [anon_sym_GT_GT] = ACTIONS(2677), + [anon_sym_class] = ACTIONS(2677), + [anon_sym_prefix] = ACTIONS(2677), + [anon_sym_infix] = ACTIONS(2677), + [anon_sym_postfix] = ACTIONS(2677), + [anon_sym_AT] = ACTIONS(2675), + [anon_sym_override] = ACTIONS(2677), + [anon_sym_convenience] = ACTIONS(2677), + [anon_sym_required] = ACTIONS(2677), + [anon_sym_nonisolated] = ACTIONS(2677), + [anon_sym_public] = ACTIONS(2677), + [anon_sym_private] = ACTIONS(2677), + [anon_sym_internal] = ACTIONS(2677), + [anon_sym_fileprivate] = ACTIONS(2677), + [anon_sym_open] = ACTIONS(2677), + [anon_sym_mutating] = ACTIONS(2677), + [anon_sym_nonmutating] = ACTIONS(2677), + [anon_sym_static] = ACTIONS(2677), + [anon_sym_dynamic] = ACTIONS(2677), + [anon_sym_optional] = ACTIONS(2677), + [anon_sym_distributed] = ACTIONS(2677), + [anon_sym_final] = ACTIONS(2677), + [anon_sym_inout] = ACTIONS(2677), + [anon_sym_ATescaping] = ACTIONS(2677), + [anon_sym_ATautoclosure] = ACTIONS(2677), + [anon_sym_weak] = ACTIONS(2677), + [anon_sym_unowned] = ACTIONS(2675), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2677), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2677), + [anon_sym_borrowing] = ACTIONS(2677), + [anon_sym_consuming] = ACTIONS(2677), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2677), + [sym__explicit_semi] = ACTIONS(2677), + [sym__dot_custom] = ACTIONS(2677), + [sym__conjunction_operator_custom] = ACTIONS(2677), + [sym__disjunction_operator_custom] = ACTIONS(2677), + [sym__nil_coalescing_operator_custom] = ACTIONS(2677), + [sym__eq_custom] = ACTIONS(2677), + [sym__eq_eq_custom] = ACTIONS(2677), + [sym__plus_then_ws] = ACTIONS(2677), + [sym__minus_then_ws] = ACTIONS(2677), + [sym__bang_custom] = ACTIONS(2677), + [sym_default_keyword] = ACTIONS(2677), + [sym_where_keyword] = ACTIONS(2677), + [sym__as_custom] = ACTIONS(2677), + [sym__as_quest_custom] = ACTIONS(2677), + [sym__as_bang_custom] = ACTIONS(2677), + [sym__custom_operator] = ACTIONS(2677), + }, + [STATE(1324)] = { + [anon_sym_BANG] = ACTIONS(2679), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2681), + [anon_sym_package] = ACTIONS(2681), + [anon_sym_COMMA] = ACTIONS(2681), + [anon_sym_LPAREN] = ACTIONS(2681), + [anon_sym_LBRACK] = ACTIONS(2681), + [anon_sym_QMARK] = ACTIONS(2679), + [anon_sym_QMARK2] = ACTIONS(2681), + [anon_sym_AMP] = ACTIONS(2681), + [aux_sym_custom_operator_token1] = ACTIONS(2681), + [anon_sym_LT] = ACTIONS(2679), + [anon_sym_GT] = ACTIONS(2679), + [anon_sym_LBRACE] = ACTIONS(2681), + [anon_sym_CARET_LBRACE] = ACTIONS(2681), + [anon_sym_RBRACE] = ACTIONS(2681), + [anon_sym_case] = ACTIONS(2681), + [anon_sym_fallthrough] = ACTIONS(2681), + [anon_sym_PLUS_EQ] = ACTIONS(2681), + [anon_sym_DASH_EQ] = ACTIONS(2681), + [anon_sym_STAR_EQ] = ACTIONS(2681), + [anon_sym_SLASH_EQ] = ACTIONS(2681), + [anon_sym_PERCENT_EQ] = ACTIONS(2681), + [anon_sym_BANG_EQ] = ACTIONS(2679), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2681), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2681), + [anon_sym_LT_EQ] = ACTIONS(2681), + [anon_sym_GT_EQ] = ACTIONS(2681), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2681), + [anon_sym_DOT_DOT_LT] = ACTIONS(2681), + [anon_sym_is] = ACTIONS(2681), + [anon_sym_PLUS] = ACTIONS(2679), + [anon_sym_DASH] = ACTIONS(2679), + [anon_sym_STAR] = ACTIONS(2679), + [anon_sym_SLASH] = ACTIONS(2679), + [anon_sym_PERCENT] = ACTIONS(2679), + [anon_sym_PLUS_PLUS] = ACTIONS(2681), + [anon_sym_DASH_DASH] = ACTIONS(2681), + [anon_sym_PIPE] = ACTIONS(2681), + [anon_sym_CARET] = ACTIONS(2679), + [anon_sym_LT_LT] = ACTIONS(2681), + [anon_sym_GT_GT] = ACTIONS(2681), + [anon_sym_class] = ACTIONS(2681), + [anon_sym_prefix] = ACTIONS(2681), + [anon_sym_infix] = ACTIONS(2681), + [anon_sym_postfix] = ACTIONS(2681), + [anon_sym_AT] = ACTIONS(2679), + [anon_sym_override] = ACTIONS(2681), + [anon_sym_convenience] = ACTIONS(2681), + [anon_sym_required] = ACTIONS(2681), + [anon_sym_nonisolated] = ACTIONS(2681), + [anon_sym_public] = ACTIONS(2681), + [anon_sym_private] = ACTIONS(2681), + [anon_sym_internal] = ACTIONS(2681), + [anon_sym_fileprivate] = ACTIONS(2681), + [anon_sym_open] = ACTIONS(2681), + [anon_sym_mutating] = ACTIONS(2681), + [anon_sym_nonmutating] = ACTIONS(2681), + [anon_sym_static] = ACTIONS(2681), + [anon_sym_dynamic] = ACTIONS(2681), + [anon_sym_optional] = ACTIONS(2681), + [anon_sym_distributed] = ACTIONS(2681), + [anon_sym_final] = ACTIONS(2681), + [anon_sym_inout] = ACTIONS(2681), + [anon_sym_ATescaping] = ACTIONS(2681), + [anon_sym_ATautoclosure] = ACTIONS(2681), + [anon_sym_weak] = ACTIONS(2681), + [anon_sym_unowned] = ACTIONS(2679), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2681), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2681), + [anon_sym_borrowing] = ACTIONS(2681), + [anon_sym_consuming] = ACTIONS(2681), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2681), + [sym__explicit_semi] = ACTIONS(2681), + [sym__dot_custom] = ACTIONS(2681), + [sym__conjunction_operator_custom] = ACTIONS(2681), + [sym__disjunction_operator_custom] = ACTIONS(2681), + [sym__nil_coalescing_operator_custom] = ACTIONS(2681), + [sym__eq_custom] = ACTIONS(2681), + [sym__eq_eq_custom] = ACTIONS(2681), + [sym__plus_then_ws] = ACTIONS(2681), + [sym__minus_then_ws] = ACTIONS(2681), + [sym__bang_custom] = ACTIONS(2681), + [sym_default_keyword] = ACTIONS(2681), + [sym_where_keyword] = ACTIONS(2681), + [sym__as_custom] = ACTIONS(2681), + [sym__as_quest_custom] = ACTIONS(2681), + [sym__as_bang_custom] = ACTIONS(2681), + [sym__custom_operator] = ACTIONS(2681), + }, + [STATE(1325)] = { + [anon_sym_BANG] = ACTIONS(1765), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1768), + [aux_sym_simple_identifier_token2] = ACTIONS(1770), + [aux_sym_simple_identifier_token3] = ACTIONS(1770), + [aux_sym_simple_identifier_token4] = ACTIONS(1770), + [anon_sym_actor] = ACTIONS(1768), + [anon_sym_async] = ACTIONS(1768), + [anon_sym_each] = ACTIONS(1768), + [anon_sym_lazy] = ACTIONS(1768), + [anon_sym_repeat] = ACTIONS(1768), + [anon_sym_package] = ACTIONS(1768), + [anon_sym_nil] = ACTIONS(1768), + [sym_real_literal] = ACTIONS(1770), + [sym_integer_literal] = ACTIONS(1768), + [sym_hex_literal] = ACTIONS(1768), + [sym_oct_literal] = ACTIONS(1770), + [sym_bin_literal] = ACTIONS(1770), + [anon_sym_true] = ACTIONS(1768), + [anon_sym_false] = ACTIONS(1768), + [anon_sym_DQUOTE] = ACTIONS(1768), + [anon_sym_BSLASH] = ACTIONS(1770), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1770), + [anon_sym_COMMA] = ACTIONS(1772), + [sym__oneline_regex_literal] = ACTIONS(1768), + [anon_sym_LPAREN] = ACTIONS(1774), + [anon_sym_LBRACK] = ACTIONS(1774), + [anon_sym_QMARK] = ACTIONS(1777), + [anon_sym_QMARK2] = ACTIONS(1772), + [anon_sym_AMP] = ACTIONS(1774), + [anon_sym_TILDE] = ACTIONS(1770), + [anon_sym_if] = ACTIONS(1768), + [anon_sym_switch] = ACTIONS(1768), + [aux_sym_custom_operator_token1] = ACTIONS(1774), + [anon_sym_LT] = ACTIONS(1765), + [anon_sym_GT] = ACTIONS(1765), + [anon_sym_await] = ACTIONS(1768), + [anon_sym_LBRACE] = ACTIONS(1774), + [anon_sym_CARET_LBRACE] = ACTIONS(1774), + [anon_sym_self] = ACTIONS(1768), + [anon_sym_super] = ACTIONS(1768), + [anon_sym_try] = ACTIONS(1768), + [anon_sym_PLUS_EQ] = ACTIONS(1774), + [anon_sym_DASH_EQ] = ACTIONS(1774), + [anon_sym_STAR_EQ] = ACTIONS(1774), + [anon_sym_SLASH_EQ] = ACTIONS(1774), + [anon_sym_PERCENT_EQ] = ACTIONS(1774), + [anon_sym_BANG_EQ] = ACTIONS(1765), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1774), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1774), + [anon_sym_LT_EQ] = ACTIONS(1774), + [anon_sym_GT_EQ] = ACTIONS(1774), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1774), + [anon_sym_DOT_DOT_LT] = ACTIONS(1774), + [anon_sym_is] = ACTIONS(1777), + [anon_sym_PLUS] = ACTIONS(1765), + [anon_sym_DASH] = ACTIONS(1765), + [anon_sym_STAR] = ACTIONS(1765), + [anon_sym_SLASH] = ACTIONS(1765), + [anon_sym_PERCENT] = ACTIONS(1765), + [anon_sym_PLUS_PLUS] = ACTIONS(1774), + [anon_sym_DASH_DASH] = ACTIONS(1774), + [anon_sym_PIPE] = ACTIONS(1774), + [anon_sym_CARET] = ACTIONS(1765), + [anon_sym_LT_LT] = ACTIONS(1774), + [anon_sym_GT_GT] = ACTIONS(1774), + [anon_sym_borrowing] = ACTIONS(1768), + [anon_sym_consuming] = ACTIONS(1768), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(1770), + [sym_raw_str_end_part] = ACTIONS(1770), + [sym__dot_custom] = ACTIONS(1774), + [sym__conjunction_operator_custom] = ACTIONS(1772), + [sym__disjunction_operator_custom] = ACTIONS(1772), + [sym__nil_coalescing_operator_custom] = ACTIONS(1772), + [sym__eq_custom] = ACTIONS(1774), + [sym__eq_eq_custom] = ACTIONS(1774), + [sym__plus_then_ws] = ACTIONS(1774), + [sym__minus_then_ws] = ACTIONS(1774), + [sym__bang_custom] = ACTIONS(1774), + [sym_else] = ACTIONS(1772), + [sym__as_custom] = ACTIONS(1772), + [sym__as_quest_custom] = ACTIONS(1772), + [sym__as_bang_custom] = ACTIONS(1772), + [sym__custom_operator] = ACTIONS(1774), + [sym__hash_symbol_custom] = ACTIONS(1770), + [sym__directive_if] = ACTIONS(1770), + [sym__directive_elseif] = ACTIONS(1770), + [sym__directive_else] = ACTIONS(1770), + [sym__directive_endif] = ACTIONS(1770), + }, + [STATE(1326)] = { + [anon_sym_BANG] = ACTIONS(1757), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1757), + [aux_sym_simple_identifier_token2] = ACTIONS(1759), + [aux_sym_simple_identifier_token3] = ACTIONS(1759), + [aux_sym_simple_identifier_token4] = ACTIONS(1759), + [anon_sym_actor] = ACTIONS(1757), + [anon_sym_async] = ACTIONS(1757), + [anon_sym_each] = ACTIONS(1757), + [anon_sym_lazy] = ACTIONS(1757), + [anon_sym_repeat] = ACTIONS(1757), + [anon_sym_package] = ACTIONS(1757), + [anon_sym_nil] = ACTIONS(1757), + [sym_real_literal] = ACTIONS(1759), + [sym_integer_literal] = ACTIONS(1757), + [sym_hex_literal] = ACTIONS(1757), + [sym_oct_literal] = ACTIONS(1759), + [sym_bin_literal] = ACTIONS(1759), + [anon_sym_true] = ACTIONS(1757), + [anon_sym_false] = ACTIONS(1757), + [anon_sym_DQUOTE] = ACTIONS(1757), + [anon_sym_BSLASH] = ACTIONS(1759), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1759), + [anon_sym_COMMA] = ACTIONS(1759), + [sym__oneline_regex_literal] = ACTIONS(1757), + [anon_sym_LPAREN] = ACTIONS(1759), + [anon_sym_LBRACK] = ACTIONS(1759), + [anon_sym_QMARK] = ACTIONS(1757), + [anon_sym_QMARK2] = ACTIONS(1759), + [anon_sym_AMP] = ACTIONS(1759), + [anon_sym_TILDE] = ACTIONS(1759), + [anon_sym_if] = ACTIONS(1757), + [anon_sym_switch] = ACTIONS(1757), + [aux_sym_custom_operator_token1] = ACTIONS(1759), + [anon_sym_LT] = ACTIONS(1757), + [anon_sym_GT] = ACTIONS(1757), + [anon_sym_await] = ACTIONS(1757), + [anon_sym_LBRACE] = ACTIONS(1759), + [anon_sym_CARET_LBRACE] = ACTIONS(1759), + [anon_sym_self] = ACTIONS(1757), + [anon_sym_super] = ACTIONS(1757), + [anon_sym_try] = ACTIONS(1757), + [anon_sym_PLUS_EQ] = ACTIONS(1759), + [anon_sym_DASH_EQ] = ACTIONS(1759), + [anon_sym_STAR_EQ] = ACTIONS(1759), + [anon_sym_SLASH_EQ] = ACTIONS(1759), + [anon_sym_PERCENT_EQ] = ACTIONS(1759), + [anon_sym_BANG_EQ] = ACTIONS(1757), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1759), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1759), + [anon_sym_LT_EQ] = ACTIONS(1759), + [anon_sym_GT_EQ] = ACTIONS(1759), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1759), + [anon_sym_DOT_DOT_LT] = ACTIONS(1759), + [anon_sym_is] = ACTIONS(1757), + [anon_sym_PLUS] = ACTIONS(1757), + [anon_sym_DASH] = ACTIONS(1757), + [anon_sym_STAR] = ACTIONS(1757), + [anon_sym_SLASH] = ACTIONS(1757), + [anon_sym_PERCENT] = ACTIONS(1757), + [anon_sym_PLUS_PLUS] = ACTIONS(1759), + [anon_sym_DASH_DASH] = ACTIONS(1759), + [anon_sym_PIPE] = ACTIONS(1759), + [anon_sym_CARET] = ACTIONS(1757), + [anon_sym_LT_LT] = ACTIONS(1759), + [anon_sym_GT_GT] = ACTIONS(1759), + [anon_sym_borrowing] = ACTIONS(1757), + [anon_sym_consuming] = ACTIONS(1757), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(1759), + [sym_raw_str_end_part] = ACTIONS(1759), + [sym__dot_custom] = ACTIONS(1759), + [sym__conjunction_operator_custom] = ACTIONS(1759), + [sym__disjunction_operator_custom] = ACTIONS(1759), + [sym__nil_coalescing_operator_custom] = ACTIONS(1759), + [sym__eq_custom] = ACTIONS(1759), + [sym__eq_eq_custom] = ACTIONS(1759), + [sym__plus_then_ws] = ACTIONS(1759), + [sym__minus_then_ws] = ACTIONS(1759), + [sym__bang_custom] = ACTIONS(1759), + [sym_else] = ACTIONS(1759), + [sym__as_custom] = ACTIONS(1759), + [sym__as_quest_custom] = ACTIONS(1759), + [sym__as_bang_custom] = ACTIONS(1759), + [sym__custom_operator] = ACTIONS(1759), + [sym__hash_symbol_custom] = ACTIONS(1759), + [sym__directive_if] = ACTIONS(1759), + [sym__directive_elseif] = ACTIONS(1759), + [sym__directive_else] = ACTIONS(1759), + [sym__directive_endif] = ACTIONS(1759), + }, + [STATE(1327)] = { + [anon_sym_BANG] = ACTIONS(1787), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1768), + [aux_sym_simple_identifier_token2] = ACTIONS(1770), + [aux_sym_simple_identifier_token3] = ACTIONS(1770), + [aux_sym_simple_identifier_token4] = ACTIONS(1770), + [anon_sym_actor] = ACTIONS(1768), + [anon_sym_async] = ACTIONS(1768), + [anon_sym_each] = ACTIONS(1768), + [anon_sym_lazy] = ACTIONS(1768), + [anon_sym_repeat] = ACTIONS(1768), + [anon_sym_package] = ACTIONS(1768), + [anon_sym_nil] = ACTIONS(1768), + [sym_real_literal] = ACTIONS(1770), + [sym_integer_literal] = ACTIONS(1768), + [sym_hex_literal] = ACTIONS(1768), + [sym_oct_literal] = ACTIONS(1770), + [sym_bin_literal] = ACTIONS(1770), + [anon_sym_true] = ACTIONS(1768), + [anon_sym_false] = ACTIONS(1768), + [anon_sym_DQUOTE] = ACTIONS(1768), + [anon_sym_BSLASH] = ACTIONS(1770), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1770), + [anon_sym_COMMA] = ACTIONS(1790), + [sym__oneline_regex_literal] = ACTIONS(1768), + [anon_sym_LPAREN] = ACTIONS(1792), + [anon_sym_LBRACK] = ACTIONS(1792), + [anon_sym_QMARK] = ACTIONS(1795), + [anon_sym_QMARK2] = ACTIONS(1790), + [anon_sym_AMP] = ACTIONS(1792), + [anon_sym_TILDE] = ACTIONS(1770), + [anon_sym_if] = ACTIONS(1768), + [anon_sym_switch] = ACTIONS(1768), + [aux_sym_custom_operator_token1] = ACTIONS(1792), + [anon_sym_LT] = ACTIONS(1787), + [anon_sym_GT] = ACTIONS(1787), + [anon_sym_await] = ACTIONS(1768), + [anon_sym_LBRACE] = ACTIONS(1792), + [anon_sym_CARET_LBRACE] = ACTIONS(1792), + [anon_sym_self] = ACTIONS(1768), + [anon_sym_super] = ACTIONS(1768), + [anon_sym_try] = ACTIONS(1768), + [anon_sym_PLUS_EQ] = ACTIONS(1792), + [anon_sym_DASH_EQ] = ACTIONS(1792), + [anon_sym_STAR_EQ] = ACTIONS(1792), + [anon_sym_SLASH_EQ] = ACTIONS(1792), + [anon_sym_PERCENT_EQ] = ACTIONS(1792), + [anon_sym_BANG_EQ] = ACTIONS(1787), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1792), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1792), + [anon_sym_LT_EQ] = ACTIONS(1792), + [anon_sym_GT_EQ] = ACTIONS(1792), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1792), + [anon_sym_DOT_DOT_LT] = ACTIONS(1792), + [anon_sym_is] = ACTIONS(1795), + [anon_sym_PLUS] = ACTIONS(1787), + [anon_sym_DASH] = ACTIONS(1787), + [anon_sym_STAR] = ACTIONS(1787), + [anon_sym_SLASH] = ACTIONS(1787), + [anon_sym_PERCENT] = ACTIONS(1787), + [anon_sym_PLUS_PLUS] = ACTIONS(1792), + [anon_sym_DASH_DASH] = ACTIONS(1792), + [anon_sym_PIPE] = ACTIONS(1792), + [anon_sym_CARET] = ACTIONS(1787), + [anon_sym_LT_LT] = ACTIONS(1792), + [anon_sym_GT_GT] = ACTIONS(1792), + [anon_sym_borrowing] = ACTIONS(1768), + [anon_sym_consuming] = ACTIONS(1768), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(1770), + [sym_raw_str_end_part] = ACTIONS(1770), + [sym__dot_custom] = ACTIONS(1792), + [sym__conjunction_operator_custom] = ACTIONS(1790), + [sym__disjunction_operator_custom] = ACTIONS(1790), + [sym__nil_coalescing_operator_custom] = ACTIONS(1790), + [sym__eq_custom] = ACTIONS(1792), + [sym__eq_eq_custom] = ACTIONS(1792), + [sym__plus_then_ws] = ACTIONS(1792), + [sym__minus_then_ws] = ACTIONS(1792), + [sym__bang_custom] = ACTIONS(1792), + [sym_else] = ACTIONS(1790), + [sym__as_custom] = ACTIONS(1790), + [sym__as_quest_custom] = ACTIONS(1790), + [sym__as_bang_custom] = ACTIONS(1790), + [sym__custom_operator] = ACTIONS(1792), + [sym__hash_symbol_custom] = ACTIONS(1770), + [sym__directive_if] = ACTIONS(1770), + [sym__directive_elseif] = ACTIONS(1770), + [sym__directive_else] = ACTIONS(1770), + [sym__directive_endif] = ACTIONS(1770), + }, + [STATE(1328)] = { + [anon_sym_BANG] = ACTIONS(2687), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2689), + [anon_sym_package] = ACTIONS(2689), + [anon_sym_COMMA] = ACTIONS(2689), + [anon_sym_LPAREN] = ACTIONS(2689), + [anon_sym_LBRACK] = ACTIONS(2689), + [anon_sym_QMARK] = ACTIONS(2687), + [anon_sym_QMARK2] = ACTIONS(2689), + [anon_sym_AMP] = ACTIONS(2689), + [aux_sym_custom_operator_token1] = ACTIONS(2689), + [anon_sym_LT] = ACTIONS(2687), + [anon_sym_GT] = ACTIONS(2687), + [anon_sym_LBRACE] = ACTIONS(2689), + [anon_sym_CARET_LBRACE] = ACTIONS(2689), + [anon_sym_RBRACE] = ACTIONS(2689), + [anon_sym_case] = ACTIONS(2689), + [anon_sym_fallthrough] = ACTIONS(2689), + [anon_sym_PLUS_EQ] = ACTIONS(2689), + [anon_sym_DASH_EQ] = ACTIONS(2689), + [anon_sym_STAR_EQ] = ACTIONS(2689), + [anon_sym_SLASH_EQ] = ACTIONS(2689), + [anon_sym_PERCENT_EQ] = ACTIONS(2689), + [anon_sym_BANG_EQ] = ACTIONS(2687), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2689), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2689), + [anon_sym_LT_EQ] = ACTIONS(2689), + [anon_sym_GT_EQ] = ACTIONS(2689), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2689), + [anon_sym_DOT_DOT_LT] = ACTIONS(2689), + [anon_sym_is] = ACTIONS(2689), + [anon_sym_PLUS] = ACTIONS(2687), + [anon_sym_DASH] = ACTIONS(2687), + [anon_sym_STAR] = ACTIONS(2687), + [anon_sym_SLASH] = ACTIONS(2687), + [anon_sym_PERCENT] = ACTIONS(2687), + [anon_sym_PLUS_PLUS] = ACTIONS(2689), + [anon_sym_DASH_DASH] = ACTIONS(2689), + [anon_sym_PIPE] = ACTIONS(2689), + [anon_sym_CARET] = ACTIONS(2687), + [anon_sym_LT_LT] = ACTIONS(2689), + [anon_sym_GT_GT] = ACTIONS(2689), + [anon_sym_class] = ACTIONS(2689), + [anon_sym_prefix] = ACTIONS(2689), + [anon_sym_infix] = ACTIONS(2689), + [anon_sym_postfix] = ACTIONS(2689), + [anon_sym_AT] = ACTIONS(2687), + [anon_sym_override] = ACTIONS(2689), + [anon_sym_convenience] = ACTIONS(2689), + [anon_sym_required] = ACTIONS(2689), + [anon_sym_nonisolated] = ACTIONS(2689), + [anon_sym_public] = ACTIONS(2689), + [anon_sym_private] = ACTIONS(2689), + [anon_sym_internal] = ACTIONS(2689), + [anon_sym_fileprivate] = ACTIONS(2689), + [anon_sym_open] = ACTIONS(2689), + [anon_sym_mutating] = ACTIONS(2689), + [anon_sym_nonmutating] = ACTIONS(2689), + [anon_sym_static] = ACTIONS(2689), + [anon_sym_dynamic] = ACTIONS(2689), + [anon_sym_optional] = ACTIONS(2689), + [anon_sym_distributed] = ACTIONS(2689), + [anon_sym_final] = ACTIONS(2689), + [anon_sym_inout] = ACTIONS(2689), + [anon_sym_ATescaping] = ACTIONS(2689), + [anon_sym_ATautoclosure] = ACTIONS(2689), + [anon_sym_weak] = ACTIONS(2689), + [anon_sym_unowned] = ACTIONS(2687), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2689), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2689), + [anon_sym_borrowing] = ACTIONS(2689), + [anon_sym_consuming] = ACTIONS(2689), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2689), + [sym__explicit_semi] = ACTIONS(2689), + [sym__dot_custom] = ACTIONS(2689), + [sym__conjunction_operator_custom] = ACTIONS(2689), + [sym__disjunction_operator_custom] = ACTIONS(2689), + [sym__nil_coalescing_operator_custom] = ACTIONS(2689), + [sym__eq_custom] = ACTIONS(2689), + [sym__eq_eq_custom] = ACTIONS(2689), + [sym__plus_then_ws] = ACTIONS(2689), + [sym__minus_then_ws] = ACTIONS(2689), + [sym__bang_custom] = ACTIONS(2689), + [sym_default_keyword] = ACTIONS(2689), + [sym_where_keyword] = ACTIONS(2689), + [sym__as_custom] = ACTIONS(2689), + [sym__as_quest_custom] = ACTIONS(2689), + [sym__as_bang_custom] = ACTIONS(2689), + [sym__custom_operator] = ACTIONS(2689), + }, + [STATE(1329)] = { + [anon_sym_BANG] = ACTIONS(1779), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1779), + [aux_sym_simple_identifier_token2] = ACTIONS(1781), + [aux_sym_simple_identifier_token3] = ACTIONS(1781), + [aux_sym_simple_identifier_token4] = ACTIONS(1781), + [anon_sym_actor] = ACTIONS(1779), + [anon_sym_async] = ACTIONS(1779), + [anon_sym_each] = ACTIONS(1779), + [anon_sym_lazy] = ACTIONS(1779), + [anon_sym_repeat] = ACTIONS(1779), + [anon_sym_package] = ACTIONS(1779), + [anon_sym_nil] = ACTIONS(1779), + [sym_real_literal] = ACTIONS(1781), + [sym_integer_literal] = ACTIONS(1779), + [sym_hex_literal] = ACTIONS(1779), + [sym_oct_literal] = ACTIONS(1781), + [sym_bin_literal] = ACTIONS(1781), + [anon_sym_true] = ACTIONS(1779), + [anon_sym_false] = ACTIONS(1779), + [anon_sym_DQUOTE] = ACTIONS(1779), + [anon_sym_BSLASH] = ACTIONS(1781), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1781), + [anon_sym_COMMA] = ACTIONS(1801), + [sym__oneline_regex_literal] = ACTIONS(1779), + [anon_sym_LPAREN] = ACTIONS(1781), + [anon_sym_LBRACK] = ACTIONS(1781), + [anon_sym_QMARK] = ACTIONS(1803), + [anon_sym_QMARK2] = ACTIONS(1801), + [anon_sym_AMP] = ACTIONS(1781), + [anon_sym_TILDE] = ACTIONS(1781), + [anon_sym_if] = ACTIONS(1779), + [anon_sym_switch] = ACTIONS(1779), + [aux_sym_custom_operator_token1] = ACTIONS(1781), + [anon_sym_LT] = ACTIONS(1779), + [anon_sym_GT] = ACTIONS(1779), + [anon_sym_await] = ACTIONS(1779), + [anon_sym_LBRACE] = ACTIONS(1781), + [anon_sym_CARET_LBRACE] = ACTIONS(1781), + [anon_sym_self] = ACTIONS(1779), + [anon_sym_super] = ACTIONS(1779), + [anon_sym_try] = ACTIONS(1779), + [anon_sym_PLUS_EQ] = ACTIONS(1781), + [anon_sym_DASH_EQ] = ACTIONS(1781), + [anon_sym_STAR_EQ] = ACTIONS(1781), + [anon_sym_SLASH_EQ] = ACTIONS(1781), + [anon_sym_PERCENT_EQ] = ACTIONS(1781), + [anon_sym_BANG_EQ] = ACTIONS(1779), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1781), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1781), + [anon_sym_LT_EQ] = ACTIONS(1781), + [anon_sym_GT_EQ] = ACTIONS(1781), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1781), + [anon_sym_DOT_DOT_LT] = ACTIONS(1781), + [anon_sym_is] = ACTIONS(1803), + [anon_sym_PLUS] = ACTIONS(1779), + [anon_sym_DASH] = ACTIONS(1779), + [anon_sym_STAR] = ACTIONS(1779), + [anon_sym_SLASH] = ACTIONS(1779), + [anon_sym_PERCENT] = ACTIONS(1779), + [anon_sym_PLUS_PLUS] = ACTIONS(1781), + [anon_sym_DASH_DASH] = ACTIONS(1781), + [anon_sym_PIPE] = ACTIONS(1781), + [anon_sym_CARET] = ACTIONS(1779), + [anon_sym_LT_LT] = ACTIONS(1781), + [anon_sym_GT_GT] = ACTIONS(1781), + [anon_sym_borrowing] = ACTIONS(1779), + [anon_sym_consuming] = ACTIONS(1779), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(1781), + [sym_raw_str_end_part] = ACTIONS(1781), + [sym__dot_custom] = ACTIONS(1781), + [sym__conjunction_operator_custom] = ACTIONS(1801), + [sym__disjunction_operator_custom] = ACTIONS(1801), + [sym__nil_coalescing_operator_custom] = ACTIONS(1801), + [sym__eq_custom] = ACTIONS(1781), + [sym__eq_eq_custom] = ACTIONS(1781), + [sym__plus_then_ws] = ACTIONS(1781), + [sym__minus_then_ws] = ACTIONS(1781), + [sym__bang_custom] = ACTIONS(1781), + [sym_else] = ACTIONS(1801), + [sym__as_custom] = ACTIONS(1801), + [sym__as_quest_custom] = ACTIONS(1801), + [sym__as_bang_custom] = ACTIONS(1801), + [sym__custom_operator] = ACTIONS(1781), + [sym__hash_symbol_custom] = ACTIONS(1781), + [sym__directive_if] = ACTIONS(1781), + [sym__directive_elseif] = ACTIONS(1781), + [sym__directive_else] = ACTIONS(1781), + [sym__directive_endif] = ACTIONS(1781), + }, + [STATE(1330)] = { + [anon_sym_BANG] = ACTIONS(1779), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1779), + [aux_sym_simple_identifier_token2] = ACTIONS(1781), + [aux_sym_simple_identifier_token3] = ACTIONS(1781), + [aux_sym_simple_identifier_token4] = ACTIONS(1781), + [anon_sym_actor] = ACTIONS(1779), + [anon_sym_async] = ACTIONS(1779), + [anon_sym_each] = ACTIONS(1779), + [anon_sym_lazy] = ACTIONS(1779), + [anon_sym_repeat] = ACTIONS(1779), + [anon_sym_package] = ACTIONS(1779), + [anon_sym_nil] = ACTIONS(1779), + [sym_real_literal] = ACTIONS(1781), + [sym_integer_literal] = ACTIONS(1779), + [sym_hex_literal] = ACTIONS(1779), + [sym_oct_literal] = ACTIONS(1781), + [sym_bin_literal] = ACTIONS(1781), + [anon_sym_true] = ACTIONS(1779), + [anon_sym_false] = ACTIONS(1779), + [anon_sym_DQUOTE] = ACTIONS(1779), + [anon_sym_BSLASH] = ACTIONS(1781), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1781), + [anon_sym_COMMA] = ACTIONS(1783), + [sym__oneline_regex_literal] = ACTIONS(1779), + [anon_sym_LPAREN] = ACTIONS(1781), + [anon_sym_LBRACK] = ACTIONS(1781), + [anon_sym_QMARK] = ACTIONS(1785), + [anon_sym_QMARK2] = ACTIONS(1783), + [anon_sym_AMP] = ACTIONS(1781), + [anon_sym_TILDE] = ACTIONS(1781), + [anon_sym_if] = ACTIONS(1779), + [anon_sym_switch] = ACTIONS(1779), + [aux_sym_custom_operator_token1] = ACTIONS(1781), + [anon_sym_LT] = ACTIONS(1779), + [anon_sym_GT] = ACTIONS(1779), + [anon_sym_await] = ACTIONS(1779), + [anon_sym_LBRACE] = ACTIONS(1781), + [anon_sym_CARET_LBRACE] = ACTIONS(1781), + [anon_sym_self] = ACTIONS(1779), + [anon_sym_super] = ACTIONS(1779), + [anon_sym_try] = ACTIONS(1779), + [anon_sym_PLUS_EQ] = ACTIONS(1781), + [anon_sym_DASH_EQ] = ACTIONS(1781), + [anon_sym_STAR_EQ] = ACTIONS(1781), + [anon_sym_SLASH_EQ] = ACTIONS(1781), + [anon_sym_PERCENT_EQ] = ACTIONS(1781), + [anon_sym_BANG_EQ] = ACTIONS(1779), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1781), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1781), + [anon_sym_LT_EQ] = ACTIONS(1781), + [anon_sym_GT_EQ] = ACTIONS(1781), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1781), + [anon_sym_DOT_DOT_LT] = ACTIONS(1781), + [anon_sym_is] = ACTIONS(1785), + [anon_sym_PLUS] = ACTIONS(1779), + [anon_sym_DASH] = ACTIONS(1779), + [anon_sym_STAR] = ACTIONS(1779), + [anon_sym_SLASH] = ACTIONS(1779), + [anon_sym_PERCENT] = ACTIONS(1779), + [anon_sym_PLUS_PLUS] = ACTIONS(1781), + [anon_sym_DASH_DASH] = ACTIONS(1781), + [anon_sym_PIPE] = ACTIONS(1781), + [anon_sym_CARET] = ACTIONS(1779), + [anon_sym_LT_LT] = ACTIONS(1781), + [anon_sym_GT_GT] = ACTIONS(1781), + [anon_sym_borrowing] = ACTIONS(1779), + [anon_sym_consuming] = ACTIONS(1779), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(1781), + [sym_raw_str_end_part] = ACTIONS(1781), + [sym__dot_custom] = ACTIONS(1781), + [sym__conjunction_operator_custom] = ACTIONS(1783), + [sym__disjunction_operator_custom] = ACTIONS(1783), + [sym__nil_coalescing_operator_custom] = ACTIONS(1783), + [sym__eq_custom] = ACTIONS(1781), + [sym__eq_eq_custom] = ACTIONS(1781), + [sym__plus_then_ws] = ACTIONS(1781), + [sym__minus_then_ws] = ACTIONS(1781), + [sym__bang_custom] = ACTIONS(1781), + [sym_else] = ACTIONS(1783), + [sym__as_custom] = ACTIONS(1783), + [sym__as_quest_custom] = ACTIONS(1783), + [sym__as_bang_custom] = ACTIONS(1783), + [sym__custom_operator] = ACTIONS(1781), + [sym__hash_symbol_custom] = ACTIONS(1781), + [sym__directive_if] = ACTIONS(1781), + [sym__directive_elseif] = ACTIONS(1781), + [sym__directive_else] = ACTIONS(1781), + [sym__directive_endif] = ACTIONS(1781), + }, + [STATE(1331)] = { + [anon_sym_BANG] = ACTIONS(2691), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2693), + [anon_sym_package] = ACTIONS(2693), + [anon_sym_COMMA] = ACTIONS(2693), + [anon_sym_LPAREN] = ACTIONS(2693), + [anon_sym_LBRACK] = ACTIONS(2693), + [anon_sym_QMARK] = ACTIONS(2691), + [anon_sym_QMARK2] = ACTIONS(2693), + [anon_sym_AMP] = ACTIONS(2693), + [aux_sym_custom_operator_token1] = ACTIONS(2693), + [anon_sym_LT] = ACTIONS(2691), + [anon_sym_GT] = ACTIONS(2691), + [anon_sym_LBRACE] = ACTIONS(2693), + [anon_sym_CARET_LBRACE] = ACTIONS(2693), + [anon_sym_RBRACE] = ACTIONS(2693), + [anon_sym_case] = ACTIONS(2693), + [anon_sym_fallthrough] = ACTIONS(2693), + [anon_sym_PLUS_EQ] = ACTIONS(2693), + [anon_sym_DASH_EQ] = ACTIONS(2693), + [anon_sym_STAR_EQ] = ACTIONS(2693), + [anon_sym_SLASH_EQ] = ACTIONS(2693), + [anon_sym_PERCENT_EQ] = ACTIONS(2693), + [anon_sym_BANG_EQ] = ACTIONS(2691), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2693), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2693), + [anon_sym_LT_EQ] = ACTIONS(2693), + [anon_sym_GT_EQ] = ACTIONS(2693), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2693), + [anon_sym_DOT_DOT_LT] = ACTIONS(2693), + [anon_sym_is] = ACTIONS(2693), + [anon_sym_PLUS] = ACTIONS(2691), + [anon_sym_DASH] = ACTIONS(2691), + [anon_sym_STAR] = ACTIONS(2691), + [anon_sym_SLASH] = ACTIONS(2691), + [anon_sym_PERCENT] = ACTIONS(2691), + [anon_sym_PLUS_PLUS] = ACTIONS(2693), + [anon_sym_DASH_DASH] = ACTIONS(2693), + [anon_sym_PIPE] = ACTIONS(2693), + [anon_sym_CARET] = ACTIONS(2691), + [anon_sym_LT_LT] = ACTIONS(2693), + [anon_sym_GT_GT] = ACTIONS(2693), + [anon_sym_class] = ACTIONS(2693), + [anon_sym_prefix] = ACTIONS(2693), + [anon_sym_infix] = ACTIONS(2693), + [anon_sym_postfix] = ACTIONS(2693), + [anon_sym_AT] = ACTIONS(2691), + [anon_sym_override] = ACTIONS(2693), + [anon_sym_convenience] = ACTIONS(2693), + [anon_sym_required] = ACTIONS(2693), + [anon_sym_nonisolated] = ACTIONS(2693), + [anon_sym_public] = ACTIONS(2693), + [anon_sym_private] = ACTIONS(2693), + [anon_sym_internal] = ACTIONS(2693), + [anon_sym_fileprivate] = ACTIONS(2693), + [anon_sym_open] = ACTIONS(2693), + [anon_sym_mutating] = ACTIONS(2693), + [anon_sym_nonmutating] = ACTIONS(2693), + [anon_sym_static] = ACTIONS(2693), + [anon_sym_dynamic] = ACTIONS(2693), + [anon_sym_optional] = ACTIONS(2693), + [anon_sym_distributed] = ACTIONS(2693), + [anon_sym_final] = ACTIONS(2693), + [anon_sym_inout] = ACTIONS(2693), + [anon_sym_ATescaping] = ACTIONS(2693), + [anon_sym_ATautoclosure] = ACTIONS(2693), + [anon_sym_weak] = ACTIONS(2693), + [anon_sym_unowned] = ACTIONS(2691), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2693), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2693), + [anon_sym_borrowing] = ACTIONS(2693), + [anon_sym_consuming] = ACTIONS(2693), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2693), + [sym__explicit_semi] = ACTIONS(2693), + [sym__dot_custom] = ACTIONS(2693), + [sym__conjunction_operator_custom] = ACTIONS(2693), + [sym__disjunction_operator_custom] = ACTIONS(2693), + [sym__nil_coalescing_operator_custom] = ACTIONS(2693), + [sym__eq_custom] = ACTIONS(2693), + [sym__eq_eq_custom] = ACTIONS(2693), + [sym__plus_then_ws] = ACTIONS(2693), + [sym__minus_then_ws] = ACTIONS(2693), + [sym__bang_custom] = ACTIONS(2693), + [sym_default_keyword] = ACTIONS(2693), + [sym_where_keyword] = ACTIONS(2693), + [sym__as_custom] = ACTIONS(2693), + [sym__as_quest_custom] = ACTIONS(2693), + [sym__as_bang_custom] = ACTIONS(2693), + [sym__custom_operator] = ACTIONS(2693), + }, + [STATE(1332)] = { + [anon_sym_BANG] = ACTIONS(2735), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2737), + [anon_sym_package] = ACTIONS(2737), + [anon_sym_COMMA] = ACTIONS(2737), + [anon_sym_LPAREN] = ACTIONS(2737), + [anon_sym_LBRACK] = ACTIONS(2737), + [anon_sym_QMARK] = ACTIONS(2735), + [anon_sym_QMARK2] = ACTIONS(2737), + [anon_sym_AMP] = ACTIONS(2737), + [aux_sym_custom_operator_token1] = ACTIONS(2737), + [anon_sym_LT] = ACTIONS(2735), + [anon_sym_GT] = ACTIONS(2735), + [anon_sym_LBRACE] = ACTIONS(2737), + [anon_sym_CARET_LBRACE] = ACTIONS(2737), + [anon_sym_RBRACE] = ACTIONS(2737), + [anon_sym_case] = ACTIONS(2737), + [anon_sym_fallthrough] = ACTIONS(2737), + [anon_sym_PLUS_EQ] = ACTIONS(2737), + [anon_sym_DASH_EQ] = ACTIONS(2737), + [anon_sym_STAR_EQ] = ACTIONS(2737), + [anon_sym_SLASH_EQ] = ACTIONS(2737), + [anon_sym_PERCENT_EQ] = ACTIONS(2737), + [anon_sym_BANG_EQ] = ACTIONS(2735), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2737), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2737), + [anon_sym_LT_EQ] = ACTIONS(2737), + [anon_sym_GT_EQ] = ACTIONS(2737), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2737), + [anon_sym_DOT_DOT_LT] = ACTIONS(2737), + [anon_sym_is] = ACTIONS(2737), + [anon_sym_PLUS] = ACTIONS(2735), + [anon_sym_DASH] = ACTIONS(2735), + [anon_sym_STAR] = ACTIONS(2735), + [anon_sym_SLASH] = ACTIONS(2735), + [anon_sym_PERCENT] = ACTIONS(2735), + [anon_sym_PLUS_PLUS] = ACTIONS(2737), + [anon_sym_DASH_DASH] = ACTIONS(2737), + [anon_sym_PIPE] = ACTIONS(2737), + [anon_sym_CARET] = ACTIONS(2735), + [anon_sym_LT_LT] = ACTIONS(2737), + [anon_sym_GT_GT] = ACTIONS(2737), + [anon_sym_class] = ACTIONS(2737), + [anon_sym_prefix] = ACTIONS(2737), + [anon_sym_infix] = ACTIONS(2737), + [anon_sym_postfix] = ACTIONS(2737), + [anon_sym_AT] = ACTIONS(2735), + [anon_sym_override] = ACTIONS(2737), + [anon_sym_convenience] = ACTIONS(2737), + [anon_sym_required] = ACTIONS(2737), + [anon_sym_nonisolated] = ACTIONS(2737), + [anon_sym_public] = ACTIONS(2737), + [anon_sym_private] = ACTIONS(2737), + [anon_sym_internal] = ACTIONS(2737), + [anon_sym_fileprivate] = ACTIONS(2737), + [anon_sym_open] = ACTIONS(2737), + [anon_sym_mutating] = ACTIONS(2737), + [anon_sym_nonmutating] = ACTIONS(2737), + [anon_sym_static] = ACTIONS(2737), + [anon_sym_dynamic] = ACTIONS(2737), + [anon_sym_optional] = ACTIONS(2737), + [anon_sym_distributed] = ACTIONS(2737), + [anon_sym_final] = ACTIONS(2737), + [anon_sym_inout] = ACTIONS(2737), + [anon_sym_ATescaping] = ACTIONS(2737), + [anon_sym_ATautoclosure] = ACTIONS(2737), + [anon_sym_weak] = ACTIONS(2737), + [anon_sym_unowned] = ACTIONS(2735), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2737), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2737), + [anon_sym_borrowing] = ACTIONS(2737), + [anon_sym_consuming] = ACTIONS(2737), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2737), + [sym__explicit_semi] = ACTIONS(2737), + [sym__dot_custom] = ACTIONS(2737), + [sym__conjunction_operator_custom] = ACTIONS(2737), + [sym__disjunction_operator_custom] = ACTIONS(2737), + [sym__nil_coalescing_operator_custom] = ACTIONS(2737), + [sym__eq_custom] = ACTIONS(2737), + [sym__eq_eq_custom] = ACTIONS(2737), + [sym__plus_then_ws] = ACTIONS(2737), + [sym__minus_then_ws] = ACTIONS(2737), + [sym__bang_custom] = ACTIONS(2737), + [sym_default_keyword] = ACTIONS(2737), + [sym_where_keyword] = ACTIONS(2737), + [sym__as_custom] = ACTIONS(2737), + [sym__as_quest_custom] = ACTIONS(2737), + [sym__as_bang_custom] = ACTIONS(2737), + [sym__custom_operator] = ACTIONS(2737), + }, + [STATE(1333)] = { + [anon_sym_BANG] = ACTIONS(2695), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2697), + [anon_sym_package] = ACTIONS(2697), + [anon_sym_COMMA] = ACTIONS(2697), + [anon_sym_LPAREN] = ACTIONS(2697), + [anon_sym_LBRACK] = ACTIONS(2697), + [anon_sym_QMARK] = ACTIONS(2695), + [anon_sym_QMARK2] = ACTIONS(2697), + [anon_sym_AMP] = ACTIONS(2697), + [aux_sym_custom_operator_token1] = ACTIONS(2697), + [anon_sym_LT] = ACTIONS(2695), + [anon_sym_GT] = ACTIONS(2695), + [anon_sym_LBRACE] = ACTIONS(2697), + [anon_sym_CARET_LBRACE] = ACTIONS(2697), + [anon_sym_RBRACE] = ACTIONS(2697), + [anon_sym_case] = ACTIONS(2697), + [anon_sym_fallthrough] = ACTIONS(2697), + [anon_sym_PLUS_EQ] = ACTIONS(2697), + [anon_sym_DASH_EQ] = ACTIONS(2697), + [anon_sym_STAR_EQ] = ACTIONS(2697), + [anon_sym_SLASH_EQ] = ACTIONS(2697), + [anon_sym_PERCENT_EQ] = ACTIONS(2697), + [anon_sym_BANG_EQ] = ACTIONS(2695), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2697), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2697), + [anon_sym_LT_EQ] = ACTIONS(2697), + [anon_sym_GT_EQ] = ACTIONS(2697), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2697), + [anon_sym_DOT_DOT_LT] = ACTIONS(2697), + [anon_sym_is] = ACTIONS(2697), + [anon_sym_PLUS] = ACTIONS(2695), + [anon_sym_DASH] = ACTIONS(2695), + [anon_sym_STAR] = ACTIONS(2695), + [anon_sym_SLASH] = ACTIONS(2695), + [anon_sym_PERCENT] = ACTIONS(2695), + [anon_sym_PLUS_PLUS] = ACTIONS(2697), + [anon_sym_DASH_DASH] = ACTIONS(2697), + [anon_sym_PIPE] = ACTIONS(2697), + [anon_sym_CARET] = ACTIONS(2695), + [anon_sym_LT_LT] = ACTIONS(2697), + [anon_sym_GT_GT] = ACTIONS(2697), + [anon_sym_class] = ACTIONS(2697), + [anon_sym_prefix] = ACTIONS(2697), + [anon_sym_infix] = ACTIONS(2697), + [anon_sym_postfix] = ACTIONS(2697), + [anon_sym_AT] = ACTIONS(2695), + [anon_sym_override] = ACTIONS(2697), + [anon_sym_convenience] = ACTIONS(2697), + [anon_sym_required] = ACTIONS(2697), + [anon_sym_nonisolated] = ACTIONS(2697), + [anon_sym_public] = ACTIONS(2697), + [anon_sym_private] = ACTIONS(2697), + [anon_sym_internal] = ACTIONS(2697), + [anon_sym_fileprivate] = ACTIONS(2697), + [anon_sym_open] = ACTIONS(2697), + [anon_sym_mutating] = ACTIONS(2697), + [anon_sym_nonmutating] = ACTIONS(2697), + [anon_sym_static] = ACTIONS(2697), + [anon_sym_dynamic] = ACTIONS(2697), + [anon_sym_optional] = ACTIONS(2697), + [anon_sym_distributed] = ACTIONS(2697), + [anon_sym_final] = ACTIONS(2697), + [anon_sym_inout] = ACTIONS(2697), + [anon_sym_ATescaping] = ACTIONS(2697), + [anon_sym_ATautoclosure] = ACTIONS(2697), + [anon_sym_weak] = ACTIONS(2697), + [anon_sym_unowned] = ACTIONS(2695), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2697), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2697), + [anon_sym_borrowing] = ACTIONS(2697), + [anon_sym_consuming] = ACTIONS(2697), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2697), + [sym__explicit_semi] = ACTIONS(2697), + [sym__dot_custom] = ACTIONS(2697), + [sym__conjunction_operator_custom] = ACTIONS(2697), + [sym__disjunction_operator_custom] = ACTIONS(2697), + [sym__nil_coalescing_operator_custom] = ACTIONS(2697), + [sym__eq_custom] = ACTIONS(2697), + [sym__eq_eq_custom] = ACTIONS(2697), + [sym__plus_then_ws] = ACTIONS(2697), + [sym__minus_then_ws] = ACTIONS(2697), + [sym__bang_custom] = ACTIONS(2697), + [sym_default_keyword] = ACTIONS(2697), + [sym_where_keyword] = ACTIONS(2697), + [sym__as_custom] = ACTIONS(2697), + [sym__as_quest_custom] = ACTIONS(2697), + [sym__as_bang_custom] = ACTIONS(2697), + [sym__custom_operator] = ACTIONS(2697), + }, + [STATE(1334)] = { + [anon_sym_BANG] = ACTIONS(2703), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2705), + [anon_sym_package] = ACTIONS(2705), + [anon_sym_COMMA] = ACTIONS(2705), + [anon_sym_LPAREN] = ACTIONS(2705), + [anon_sym_LBRACK] = ACTIONS(2705), + [anon_sym_QMARK] = ACTIONS(2703), + [anon_sym_QMARK2] = ACTIONS(2705), + [anon_sym_AMP] = ACTIONS(2705), + [aux_sym_custom_operator_token1] = ACTIONS(2705), + [anon_sym_LT] = ACTIONS(2703), + [anon_sym_GT] = ACTIONS(2703), + [anon_sym_LBRACE] = ACTIONS(2705), + [anon_sym_CARET_LBRACE] = ACTIONS(2705), + [anon_sym_RBRACE] = ACTIONS(2705), + [anon_sym_case] = ACTIONS(2705), + [anon_sym_fallthrough] = ACTIONS(2705), + [anon_sym_PLUS_EQ] = ACTIONS(2705), + [anon_sym_DASH_EQ] = ACTIONS(2705), + [anon_sym_STAR_EQ] = ACTIONS(2705), + [anon_sym_SLASH_EQ] = ACTIONS(2705), + [anon_sym_PERCENT_EQ] = ACTIONS(2705), + [anon_sym_BANG_EQ] = ACTIONS(2703), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2705), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2705), + [anon_sym_LT_EQ] = ACTIONS(2705), + [anon_sym_GT_EQ] = ACTIONS(2705), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2705), + [anon_sym_DOT_DOT_LT] = ACTIONS(2705), + [anon_sym_is] = ACTIONS(2705), + [anon_sym_PLUS] = ACTIONS(2703), + [anon_sym_DASH] = ACTIONS(2703), + [anon_sym_STAR] = ACTIONS(2703), + [anon_sym_SLASH] = ACTIONS(2703), + [anon_sym_PERCENT] = ACTIONS(2703), + [anon_sym_PLUS_PLUS] = ACTIONS(2705), + [anon_sym_DASH_DASH] = ACTIONS(2705), + [anon_sym_PIPE] = ACTIONS(2705), + [anon_sym_CARET] = ACTIONS(2703), + [anon_sym_LT_LT] = ACTIONS(2705), + [anon_sym_GT_GT] = ACTIONS(2705), + [anon_sym_class] = ACTIONS(2705), + [anon_sym_prefix] = ACTIONS(2705), + [anon_sym_infix] = ACTIONS(2705), + [anon_sym_postfix] = ACTIONS(2705), + [anon_sym_AT] = ACTIONS(2703), + [anon_sym_override] = ACTIONS(2705), + [anon_sym_convenience] = ACTIONS(2705), + [anon_sym_required] = ACTIONS(2705), + [anon_sym_nonisolated] = ACTIONS(2705), + [anon_sym_public] = ACTIONS(2705), + [anon_sym_private] = ACTIONS(2705), + [anon_sym_internal] = ACTIONS(2705), + [anon_sym_fileprivate] = ACTIONS(2705), + [anon_sym_open] = ACTIONS(2705), + [anon_sym_mutating] = ACTIONS(2705), + [anon_sym_nonmutating] = ACTIONS(2705), + [anon_sym_static] = ACTIONS(2705), + [anon_sym_dynamic] = ACTIONS(2705), + [anon_sym_optional] = ACTIONS(2705), + [anon_sym_distributed] = ACTIONS(2705), + [anon_sym_final] = ACTIONS(2705), + [anon_sym_inout] = ACTIONS(2705), + [anon_sym_ATescaping] = ACTIONS(2705), + [anon_sym_ATautoclosure] = ACTIONS(2705), + [anon_sym_weak] = ACTIONS(2705), + [anon_sym_unowned] = ACTIONS(2703), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2705), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2705), + [anon_sym_borrowing] = ACTIONS(2705), + [anon_sym_consuming] = ACTIONS(2705), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2705), + [sym__explicit_semi] = ACTIONS(2705), + [sym__dot_custom] = ACTIONS(2705), + [sym__conjunction_operator_custom] = ACTIONS(2705), + [sym__disjunction_operator_custom] = ACTIONS(2705), + [sym__nil_coalescing_operator_custom] = ACTIONS(2705), + [sym__eq_custom] = ACTIONS(2705), + [sym__eq_eq_custom] = ACTIONS(2705), + [sym__plus_then_ws] = ACTIONS(2705), + [sym__minus_then_ws] = ACTIONS(2705), + [sym__bang_custom] = ACTIONS(2705), + [sym_default_keyword] = ACTIONS(2705), + [sym_where_keyword] = ACTIONS(2705), + [sym__as_custom] = ACTIONS(2705), + [sym__as_quest_custom] = ACTIONS(2705), + [sym__as_bang_custom] = ACTIONS(2705), + [sym__custom_operator] = ACTIONS(2705), + }, + [STATE(1335)] = { + [anon_sym_BANG] = ACTIONS(2711), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2713), + [anon_sym_package] = ACTIONS(2713), + [anon_sym_COMMA] = ACTIONS(2713), + [anon_sym_LPAREN] = ACTIONS(2713), + [anon_sym_LBRACK] = ACTIONS(2713), + [anon_sym_QMARK] = ACTIONS(2711), + [anon_sym_QMARK2] = ACTIONS(2713), + [anon_sym_AMP] = ACTIONS(2713), + [aux_sym_custom_operator_token1] = ACTIONS(2713), + [anon_sym_LT] = ACTIONS(2711), + [anon_sym_GT] = ACTIONS(2711), + [anon_sym_LBRACE] = ACTIONS(2713), + [anon_sym_CARET_LBRACE] = ACTIONS(2713), + [anon_sym_RBRACE] = ACTIONS(2713), + [anon_sym_case] = ACTIONS(2713), + [anon_sym_fallthrough] = ACTIONS(2713), + [anon_sym_PLUS_EQ] = ACTIONS(2713), + [anon_sym_DASH_EQ] = ACTIONS(2713), + [anon_sym_STAR_EQ] = ACTIONS(2713), + [anon_sym_SLASH_EQ] = ACTIONS(2713), + [anon_sym_PERCENT_EQ] = ACTIONS(2713), + [anon_sym_BANG_EQ] = ACTIONS(2711), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2713), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2713), + [anon_sym_LT_EQ] = ACTIONS(2713), + [anon_sym_GT_EQ] = ACTIONS(2713), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2713), + [anon_sym_DOT_DOT_LT] = ACTIONS(2713), + [anon_sym_is] = ACTIONS(2713), + [anon_sym_PLUS] = ACTIONS(2711), + [anon_sym_DASH] = ACTIONS(2711), + [anon_sym_STAR] = ACTIONS(2711), + [anon_sym_SLASH] = ACTIONS(2711), + [anon_sym_PERCENT] = ACTIONS(2711), + [anon_sym_PLUS_PLUS] = ACTIONS(2713), + [anon_sym_DASH_DASH] = ACTIONS(2713), + [anon_sym_PIPE] = ACTIONS(2713), + [anon_sym_CARET] = ACTIONS(2711), + [anon_sym_LT_LT] = ACTIONS(2713), + [anon_sym_GT_GT] = ACTIONS(2713), + [anon_sym_class] = ACTIONS(2713), + [anon_sym_prefix] = ACTIONS(2713), + [anon_sym_infix] = ACTIONS(2713), + [anon_sym_postfix] = ACTIONS(2713), + [anon_sym_AT] = ACTIONS(2711), + [anon_sym_override] = ACTIONS(2713), + [anon_sym_convenience] = ACTIONS(2713), + [anon_sym_required] = ACTIONS(2713), + [anon_sym_nonisolated] = ACTIONS(2713), + [anon_sym_public] = ACTIONS(2713), + [anon_sym_private] = ACTIONS(2713), + [anon_sym_internal] = ACTIONS(2713), + [anon_sym_fileprivate] = ACTIONS(2713), + [anon_sym_open] = ACTIONS(2713), + [anon_sym_mutating] = ACTIONS(2713), + [anon_sym_nonmutating] = ACTIONS(2713), + [anon_sym_static] = ACTIONS(2713), + [anon_sym_dynamic] = ACTIONS(2713), + [anon_sym_optional] = ACTIONS(2713), + [anon_sym_distributed] = ACTIONS(2713), + [anon_sym_final] = ACTIONS(2713), + [anon_sym_inout] = ACTIONS(2713), + [anon_sym_ATescaping] = ACTIONS(2713), + [anon_sym_ATautoclosure] = ACTIONS(2713), + [anon_sym_weak] = ACTIONS(2713), + [anon_sym_unowned] = ACTIONS(2711), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2713), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2713), + [anon_sym_borrowing] = ACTIONS(2713), + [anon_sym_consuming] = ACTIONS(2713), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2713), + [sym__explicit_semi] = ACTIONS(2713), + [sym__dot_custom] = ACTIONS(2713), + [sym__conjunction_operator_custom] = ACTIONS(2713), + [sym__disjunction_operator_custom] = ACTIONS(2713), + [sym__nil_coalescing_operator_custom] = ACTIONS(2713), + [sym__eq_custom] = ACTIONS(2713), + [sym__eq_eq_custom] = ACTIONS(2713), + [sym__plus_then_ws] = ACTIONS(2713), + [sym__minus_then_ws] = ACTIONS(2713), + [sym__bang_custom] = ACTIONS(2713), + [sym_default_keyword] = ACTIONS(2713), + [sym_where_keyword] = ACTIONS(2713), + [sym__as_custom] = ACTIONS(2713), + [sym__as_quest_custom] = ACTIONS(2713), + [sym__as_bang_custom] = ACTIONS(2713), + [sym__custom_operator] = ACTIONS(2713), + }, + [STATE(1336)] = { + [anon_sym_BANG] = ACTIONS(2715), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2717), + [anon_sym_package] = ACTIONS(2717), + [anon_sym_COMMA] = ACTIONS(2717), + [anon_sym_LPAREN] = ACTIONS(2717), + [anon_sym_LBRACK] = ACTIONS(2717), + [anon_sym_QMARK] = ACTIONS(2715), + [anon_sym_QMARK2] = ACTIONS(2717), + [anon_sym_AMP] = ACTIONS(2717), + [aux_sym_custom_operator_token1] = ACTIONS(2717), + [anon_sym_LT] = ACTIONS(2715), + [anon_sym_GT] = ACTIONS(2715), + [anon_sym_LBRACE] = ACTIONS(2717), + [anon_sym_CARET_LBRACE] = ACTIONS(2717), + [anon_sym_RBRACE] = ACTIONS(2717), + [anon_sym_case] = ACTIONS(2717), + [anon_sym_fallthrough] = ACTIONS(2717), + [anon_sym_PLUS_EQ] = ACTIONS(2717), + [anon_sym_DASH_EQ] = ACTIONS(2717), + [anon_sym_STAR_EQ] = ACTIONS(2717), + [anon_sym_SLASH_EQ] = ACTIONS(2717), + [anon_sym_PERCENT_EQ] = ACTIONS(2717), + [anon_sym_BANG_EQ] = ACTIONS(2715), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2717), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2717), + [anon_sym_LT_EQ] = ACTIONS(2717), + [anon_sym_GT_EQ] = ACTIONS(2717), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2717), + [anon_sym_DOT_DOT_LT] = ACTIONS(2717), + [anon_sym_is] = ACTIONS(2717), + [anon_sym_PLUS] = ACTIONS(2715), + [anon_sym_DASH] = ACTIONS(2715), + [anon_sym_STAR] = ACTIONS(2715), + [anon_sym_SLASH] = ACTIONS(2715), + [anon_sym_PERCENT] = ACTIONS(2715), + [anon_sym_PLUS_PLUS] = ACTIONS(2717), + [anon_sym_DASH_DASH] = ACTIONS(2717), + [anon_sym_PIPE] = ACTIONS(2717), + [anon_sym_CARET] = ACTIONS(2715), + [anon_sym_LT_LT] = ACTIONS(2717), + [anon_sym_GT_GT] = ACTIONS(2717), + [anon_sym_class] = ACTIONS(2717), + [anon_sym_prefix] = ACTIONS(2717), + [anon_sym_infix] = ACTIONS(2717), + [anon_sym_postfix] = ACTIONS(2717), + [anon_sym_AT] = ACTIONS(2715), + [anon_sym_override] = ACTIONS(2717), + [anon_sym_convenience] = ACTIONS(2717), + [anon_sym_required] = ACTIONS(2717), + [anon_sym_nonisolated] = ACTIONS(2717), + [anon_sym_public] = ACTIONS(2717), + [anon_sym_private] = ACTIONS(2717), + [anon_sym_internal] = ACTIONS(2717), + [anon_sym_fileprivate] = ACTIONS(2717), + [anon_sym_open] = ACTIONS(2717), + [anon_sym_mutating] = ACTIONS(2717), + [anon_sym_nonmutating] = ACTIONS(2717), + [anon_sym_static] = ACTIONS(2717), + [anon_sym_dynamic] = ACTIONS(2717), + [anon_sym_optional] = ACTIONS(2717), + [anon_sym_distributed] = ACTIONS(2717), + [anon_sym_final] = ACTIONS(2717), + [anon_sym_inout] = ACTIONS(2717), + [anon_sym_ATescaping] = ACTIONS(2717), + [anon_sym_ATautoclosure] = ACTIONS(2717), + [anon_sym_weak] = ACTIONS(2717), + [anon_sym_unowned] = ACTIONS(2715), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2717), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2717), + [anon_sym_borrowing] = ACTIONS(2717), + [anon_sym_consuming] = ACTIONS(2717), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2717), + [sym__explicit_semi] = ACTIONS(2717), + [sym__dot_custom] = ACTIONS(2717), + [sym__conjunction_operator_custom] = ACTIONS(2717), + [sym__disjunction_operator_custom] = ACTIONS(2717), + [sym__nil_coalescing_operator_custom] = ACTIONS(2717), + [sym__eq_custom] = ACTIONS(2717), + [sym__eq_eq_custom] = ACTIONS(2717), + [sym__plus_then_ws] = ACTIONS(2717), + [sym__minus_then_ws] = ACTIONS(2717), + [sym__bang_custom] = ACTIONS(2717), + [sym_default_keyword] = ACTIONS(2717), + [sym_where_keyword] = ACTIONS(2717), + [sym__as_custom] = ACTIONS(2717), + [sym__as_quest_custom] = ACTIONS(2717), + [sym__as_bang_custom] = ACTIONS(2717), + [sym__custom_operator] = ACTIONS(2717), + }, + [STATE(1337)] = { + [anon_sym_BANG] = ACTIONS(2719), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2721), + [anon_sym_package] = ACTIONS(2721), + [anon_sym_COMMA] = ACTIONS(2721), + [anon_sym_LPAREN] = ACTIONS(2721), + [anon_sym_LBRACK] = ACTIONS(2721), + [anon_sym_QMARK] = ACTIONS(2719), + [anon_sym_QMARK2] = ACTIONS(2721), + [anon_sym_AMP] = ACTIONS(2721), + [aux_sym_custom_operator_token1] = ACTIONS(2721), + [anon_sym_LT] = ACTIONS(2719), + [anon_sym_GT] = ACTIONS(2719), + [anon_sym_LBRACE] = ACTIONS(2721), + [anon_sym_CARET_LBRACE] = ACTIONS(2721), + [anon_sym_RBRACE] = ACTIONS(2721), + [anon_sym_case] = ACTIONS(2721), + [anon_sym_fallthrough] = ACTIONS(2721), + [anon_sym_PLUS_EQ] = ACTIONS(2721), + [anon_sym_DASH_EQ] = ACTIONS(2721), + [anon_sym_STAR_EQ] = ACTIONS(2721), + [anon_sym_SLASH_EQ] = ACTIONS(2721), + [anon_sym_PERCENT_EQ] = ACTIONS(2721), + [anon_sym_BANG_EQ] = ACTIONS(2719), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2721), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2721), + [anon_sym_LT_EQ] = ACTIONS(2721), + [anon_sym_GT_EQ] = ACTIONS(2721), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2721), + [anon_sym_DOT_DOT_LT] = ACTIONS(2721), + [anon_sym_is] = ACTIONS(2721), + [anon_sym_PLUS] = ACTIONS(2719), + [anon_sym_DASH] = ACTIONS(2719), + [anon_sym_STAR] = ACTIONS(2719), + [anon_sym_SLASH] = ACTIONS(2719), + [anon_sym_PERCENT] = ACTIONS(2719), + [anon_sym_PLUS_PLUS] = ACTIONS(2721), + [anon_sym_DASH_DASH] = ACTIONS(2721), + [anon_sym_PIPE] = ACTIONS(2721), + [anon_sym_CARET] = ACTIONS(2719), + [anon_sym_LT_LT] = ACTIONS(2721), + [anon_sym_GT_GT] = ACTIONS(2721), + [anon_sym_class] = ACTIONS(2721), + [anon_sym_prefix] = ACTIONS(2721), + [anon_sym_infix] = ACTIONS(2721), + [anon_sym_postfix] = ACTIONS(2721), + [anon_sym_AT] = ACTIONS(2719), + [anon_sym_override] = ACTIONS(2721), + [anon_sym_convenience] = ACTIONS(2721), + [anon_sym_required] = ACTIONS(2721), + [anon_sym_nonisolated] = ACTIONS(2721), + [anon_sym_public] = ACTIONS(2721), + [anon_sym_private] = ACTIONS(2721), + [anon_sym_internal] = ACTIONS(2721), + [anon_sym_fileprivate] = ACTIONS(2721), + [anon_sym_open] = ACTIONS(2721), + [anon_sym_mutating] = ACTIONS(2721), + [anon_sym_nonmutating] = ACTIONS(2721), + [anon_sym_static] = ACTIONS(2721), + [anon_sym_dynamic] = ACTIONS(2721), + [anon_sym_optional] = ACTIONS(2721), + [anon_sym_distributed] = ACTIONS(2721), + [anon_sym_final] = ACTIONS(2721), + [anon_sym_inout] = ACTIONS(2721), + [anon_sym_ATescaping] = ACTIONS(2721), + [anon_sym_ATautoclosure] = ACTIONS(2721), + [anon_sym_weak] = ACTIONS(2721), + [anon_sym_unowned] = ACTIONS(2719), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2721), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2721), + [anon_sym_borrowing] = ACTIONS(2721), + [anon_sym_consuming] = ACTIONS(2721), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2721), + [sym__explicit_semi] = ACTIONS(2721), + [sym__dot_custom] = ACTIONS(2721), + [sym__conjunction_operator_custom] = ACTIONS(2721), + [sym__disjunction_operator_custom] = ACTIONS(2721), + [sym__nil_coalescing_operator_custom] = ACTIONS(2721), + [sym__eq_custom] = ACTIONS(2721), + [sym__eq_eq_custom] = ACTIONS(2721), + [sym__plus_then_ws] = ACTIONS(2721), + [sym__minus_then_ws] = ACTIONS(2721), + [sym__bang_custom] = ACTIONS(2721), + [sym_default_keyword] = ACTIONS(2721), + [sym_where_keyword] = ACTIONS(2721), + [sym__as_custom] = ACTIONS(2721), + [sym__as_quest_custom] = ACTIONS(2721), + [sym__as_bang_custom] = ACTIONS(2721), + [sym__custom_operator] = ACTIONS(2721), + }, + [STATE(1338)] = { + [anon_sym_BANG] = ACTIONS(2723), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2725), + [anon_sym_package] = ACTIONS(2725), + [anon_sym_COMMA] = ACTIONS(2725), + [anon_sym_LPAREN] = ACTIONS(2725), + [anon_sym_LBRACK] = ACTIONS(2725), + [anon_sym_QMARK] = ACTIONS(2723), + [anon_sym_QMARK2] = ACTIONS(2725), + [anon_sym_AMP] = ACTIONS(2725), + [aux_sym_custom_operator_token1] = ACTIONS(2725), + [anon_sym_LT] = ACTIONS(2723), + [anon_sym_GT] = ACTIONS(2723), + [anon_sym_LBRACE] = ACTIONS(2725), + [anon_sym_CARET_LBRACE] = ACTIONS(2725), + [anon_sym_RBRACE] = ACTIONS(2725), + [anon_sym_case] = ACTIONS(2725), + [anon_sym_fallthrough] = ACTIONS(2725), + [anon_sym_PLUS_EQ] = ACTIONS(2725), + [anon_sym_DASH_EQ] = ACTIONS(2725), + [anon_sym_STAR_EQ] = ACTIONS(2725), + [anon_sym_SLASH_EQ] = ACTIONS(2725), + [anon_sym_PERCENT_EQ] = ACTIONS(2725), + [anon_sym_BANG_EQ] = ACTIONS(2723), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2725), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2725), + [anon_sym_LT_EQ] = ACTIONS(2725), + [anon_sym_GT_EQ] = ACTIONS(2725), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2725), + [anon_sym_DOT_DOT_LT] = ACTIONS(2725), + [anon_sym_is] = ACTIONS(2725), + [anon_sym_PLUS] = ACTIONS(2723), + [anon_sym_DASH] = ACTIONS(2723), + [anon_sym_STAR] = ACTIONS(2723), + [anon_sym_SLASH] = ACTIONS(2723), + [anon_sym_PERCENT] = ACTIONS(2723), + [anon_sym_PLUS_PLUS] = ACTIONS(2725), + [anon_sym_DASH_DASH] = ACTIONS(2725), + [anon_sym_PIPE] = ACTIONS(2725), + [anon_sym_CARET] = ACTIONS(2723), + [anon_sym_LT_LT] = ACTIONS(2725), + [anon_sym_GT_GT] = ACTIONS(2725), + [anon_sym_class] = ACTIONS(2725), + [anon_sym_prefix] = ACTIONS(2725), + [anon_sym_infix] = ACTIONS(2725), + [anon_sym_postfix] = ACTIONS(2725), + [anon_sym_AT] = ACTIONS(2723), + [anon_sym_override] = ACTIONS(2725), + [anon_sym_convenience] = ACTIONS(2725), + [anon_sym_required] = ACTIONS(2725), + [anon_sym_nonisolated] = ACTIONS(2725), + [anon_sym_public] = ACTIONS(2725), + [anon_sym_private] = ACTIONS(2725), + [anon_sym_internal] = ACTIONS(2725), + [anon_sym_fileprivate] = ACTIONS(2725), + [anon_sym_open] = ACTIONS(2725), + [anon_sym_mutating] = ACTIONS(2725), + [anon_sym_nonmutating] = ACTIONS(2725), + [anon_sym_static] = ACTIONS(2725), + [anon_sym_dynamic] = ACTIONS(2725), + [anon_sym_optional] = ACTIONS(2725), + [anon_sym_distributed] = ACTIONS(2725), + [anon_sym_final] = ACTIONS(2725), + [anon_sym_inout] = ACTIONS(2725), + [anon_sym_ATescaping] = ACTIONS(2725), + [anon_sym_ATautoclosure] = ACTIONS(2725), + [anon_sym_weak] = ACTIONS(2725), + [anon_sym_unowned] = ACTIONS(2723), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2725), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2725), + [anon_sym_borrowing] = ACTIONS(2725), + [anon_sym_consuming] = ACTIONS(2725), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2725), + [sym__explicit_semi] = ACTIONS(2725), + [sym__dot_custom] = ACTIONS(2725), + [sym__conjunction_operator_custom] = ACTIONS(2725), + [sym__disjunction_operator_custom] = ACTIONS(2725), + [sym__nil_coalescing_operator_custom] = ACTIONS(2725), + [sym__eq_custom] = ACTIONS(2725), + [sym__eq_eq_custom] = ACTIONS(2725), + [sym__plus_then_ws] = ACTIONS(2725), + [sym__minus_then_ws] = ACTIONS(2725), + [sym__bang_custom] = ACTIONS(2725), + [sym_default_keyword] = ACTIONS(2725), + [sym_where_keyword] = ACTIONS(2725), + [sym__as_custom] = ACTIONS(2725), + [sym__as_quest_custom] = ACTIONS(2725), + [sym__as_bang_custom] = ACTIONS(2725), + [sym__custom_operator] = ACTIONS(2725), + }, + [STATE(1339)] = { + [anon_sym_BANG] = ACTIONS(2727), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2729), + [anon_sym_package] = ACTIONS(2729), + [anon_sym_COMMA] = ACTIONS(2729), + [anon_sym_LPAREN] = ACTIONS(2729), + [anon_sym_LBRACK] = ACTIONS(2729), + [anon_sym_QMARK] = ACTIONS(2727), + [anon_sym_QMARK2] = ACTIONS(2729), + [anon_sym_AMP] = ACTIONS(2729), + [aux_sym_custom_operator_token1] = ACTIONS(2729), + [anon_sym_LT] = ACTIONS(2727), + [anon_sym_GT] = ACTIONS(2727), + [anon_sym_LBRACE] = ACTIONS(2729), + [anon_sym_CARET_LBRACE] = ACTIONS(2729), + [anon_sym_RBRACE] = ACTIONS(2729), + [anon_sym_case] = ACTIONS(2729), + [anon_sym_fallthrough] = ACTIONS(2729), + [anon_sym_PLUS_EQ] = ACTIONS(2729), + [anon_sym_DASH_EQ] = ACTIONS(2729), + [anon_sym_STAR_EQ] = ACTIONS(2729), + [anon_sym_SLASH_EQ] = ACTIONS(2729), + [anon_sym_PERCENT_EQ] = ACTIONS(2729), + [anon_sym_BANG_EQ] = ACTIONS(2727), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2729), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2729), + [anon_sym_LT_EQ] = ACTIONS(2729), + [anon_sym_GT_EQ] = ACTIONS(2729), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2729), + [anon_sym_DOT_DOT_LT] = ACTIONS(2729), + [anon_sym_is] = ACTIONS(2729), + [anon_sym_PLUS] = ACTIONS(2727), + [anon_sym_DASH] = ACTIONS(2727), + [anon_sym_STAR] = ACTIONS(2727), + [anon_sym_SLASH] = ACTIONS(2727), + [anon_sym_PERCENT] = ACTIONS(2727), + [anon_sym_PLUS_PLUS] = ACTIONS(2729), + [anon_sym_DASH_DASH] = ACTIONS(2729), + [anon_sym_PIPE] = ACTIONS(2729), + [anon_sym_CARET] = ACTIONS(2727), + [anon_sym_LT_LT] = ACTIONS(2729), + [anon_sym_GT_GT] = ACTIONS(2729), + [anon_sym_class] = ACTIONS(2729), + [anon_sym_prefix] = ACTIONS(2729), + [anon_sym_infix] = ACTIONS(2729), + [anon_sym_postfix] = ACTIONS(2729), + [anon_sym_AT] = ACTIONS(2727), + [anon_sym_override] = ACTIONS(2729), + [anon_sym_convenience] = ACTIONS(2729), + [anon_sym_required] = ACTIONS(2729), + [anon_sym_nonisolated] = ACTIONS(2729), + [anon_sym_public] = ACTIONS(2729), + [anon_sym_private] = ACTIONS(2729), + [anon_sym_internal] = ACTIONS(2729), + [anon_sym_fileprivate] = ACTIONS(2729), + [anon_sym_open] = ACTIONS(2729), + [anon_sym_mutating] = ACTIONS(2729), + [anon_sym_nonmutating] = ACTIONS(2729), + [anon_sym_static] = ACTIONS(2729), + [anon_sym_dynamic] = ACTIONS(2729), + [anon_sym_optional] = ACTIONS(2729), + [anon_sym_distributed] = ACTIONS(2729), + [anon_sym_final] = ACTIONS(2729), + [anon_sym_inout] = ACTIONS(2729), + [anon_sym_ATescaping] = ACTIONS(2729), + [anon_sym_ATautoclosure] = ACTIONS(2729), + [anon_sym_weak] = ACTIONS(2729), + [anon_sym_unowned] = ACTIONS(2727), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2729), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2729), + [anon_sym_borrowing] = ACTIONS(2729), + [anon_sym_consuming] = ACTIONS(2729), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2729), + [sym__explicit_semi] = ACTIONS(2729), + [sym__dot_custom] = ACTIONS(2729), + [sym__conjunction_operator_custom] = ACTIONS(2729), + [sym__disjunction_operator_custom] = ACTIONS(2729), + [sym__nil_coalescing_operator_custom] = ACTIONS(2729), + [sym__eq_custom] = ACTIONS(2729), + [sym__eq_eq_custom] = ACTIONS(2729), + [sym__plus_then_ws] = ACTIONS(2729), + [sym__minus_then_ws] = ACTIONS(2729), + [sym__bang_custom] = ACTIONS(2729), + [sym_default_keyword] = ACTIONS(2729), + [sym_where_keyword] = ACTIONS(2729), + [sym__as_custom] = ACTIONS(2729), + [sym__as_quest_custom] = ACTIONS(2729), + [sym__as_bang_custom] = ACTIONS(2729), + [sym__custom_operator] = ACTIONS(2729), + }, + [STATE(1340)] = { + [anon_sym_BANG] = ACTIONS(2423), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2425), + [anon_sym_package] = ACTIONS(2425), + [anon_sym_COMMA] = ACTIONS(2425), + [anon_sym_LPAREN] = ACTIONS(2425), + [anon_sym_LBRACK] = ACTIONS(2425), + [anon_sym_QMARK] = ACTIONS(2423), + [anon_sym_QMARK2] = ACTIONS(2425), + [anon_sym_AMP] = ACTIONS(2425), + [aux_sym_custom_operator_token1] = ACTIONS(2425), + [anon_sym_LT] = ACTIONS(2423), + [anon_sym_GT] = ACTIONS(2423), + [anon_sym_LBRACE] = ACTIONS(2425), + [anon_sym_CARET_LBRACE] = ACTIONS(2425), + [anon_sym_RBRACE] = ACTIONS(2425), + [anon_sym_case] = ACTIONS(2425), + [anon_sym_fallthrough] = ACTIONS(2425), + [anon_sym_PLUS_EQ] = ACTIONS(2425), + [anon_sym_DASH_EQ] = ACTIONS(2425), + [anon_sym_STAR_EQ] = ACTIONS(2425), + [anon_sym_SLASH_EQ] = ACTIONS(2425), + [anon_sym_PERCENT_EQ] = ACTIONS(2425), + [anon_sym_BANG_EQ] = ACTIONS(2423), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2425), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2425), + [anon_sym_LT_EQ] = ACTIONS(2425), + [anon_sym_GT_EQ] = ACTIONS(2425), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2425), + [anon_sym_DOT_DOT_LT] = ACTIONS(2425), + [anon_sym_is] = ACTIONS(2425), + [anon_sym_PLUS] = ACTIONS(2423), + [anon_sym_DASH] = ACTIONS(2423), + [anon_sym_STAR] = ACTIONS(2423), + [anon_sym_SLASH] = ACTIONS(2423), + [anon_sym_PERCENT] = ACTIONS(2423), + [anon_sym_PLUS_PLUS] = ACTIONS(2425), + [anon_sym_DASH_DASH] = ACTIONS(2425), + [anon_sym_PIPE] = ACTIONS(2425), + [anon_sym_CARET] = ACTIONS(2423), + [anon_sym_LT_LT] = ACTIONS(2425), + [anon_sym_GT_GT] = ACTIONS(2425), + [anon_sym_class] = ACTIONS(2425), + [anon_sym_prefix] = ACTIONS(2425), + [anon_sym_infix] = ACTIONS(2425), + [anon_sym_postfix] = ACTIONS(2425), + [anon_sym_AT] = ACTIONS(2423), + [anon_sym_override] = ACTIONS(2425), + [anon_sym_convenience] = ACTIONS(2425), + [anon_sym_required] = ACTIONS(2425), + [anon_sym_nonisolated] = ACTIONS(2425), + [anon_sym_public] = ACTIONS(2425), + [anon_sym_private] = ACTIONS(2425), + [anon_sym_internal] = ACTIONS(2425), + [anon_sym_fileprivate] = ACTIONS(2425), + [anon_sym_open] = ACTIONS(2425), + [anon_sym_mutating] = ACTIONS(2425), + [anon_sym_nonmutating] = ACTIONS(2425), + [anon_sym_static] = ACTIONS(2425), + [anon_sym_dynamic] = ACTIONS(2425), + [anon_sym_optional] = ACTIONS(2425), + [anon_sym_distributed] = ACTIONS(2425), + [anon_sym_final] = ACTIONS(2425), + [anon_sym_inout] = ACTIONS(2425), + [anon_sym_ATescaping] = ACTIONS(2425), + [anon_sym_ATautoclosure] = ACTIONS(2425), + [anon_sym_weak] = ACTIONS(2425), + [anon_sym_unowned] = ACTIONS(2423), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2425), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2425), + [anon_sym_borrowing] = ACTIONS(2425), + [anon_sym_consuming] = ACTIONS(2425), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2425), + [sym__explicit_semi] = ACTIONS(2425), + [sym__dot_custom] = ACTIONS(2425), + [sym__conjunction_operator_custom] = ACTIONS(2425), + [sym__disjunction_operator_custom] = ACTIONS(2425), + [sym__nil_coalescing_operator_custom] = ACTIONS(2425), + [sym__eq_custom] = ACTIONS(2425), + [sym__eq_eq_custom] = ACTIONS(2425), + [sym__plus_then_ws] = ACTIONS(2425), + [sym__minus_then_ws] = ACTIONS(2425), + [sym__bang_custom] = ACTIONS(2425), + [sym_default_keyword] = ACTIONS(2425), + [sym_where_keyword] = ACTIONS(2425), + [sym__as_custom] = ACTIONS(2425), + [sym__as_quest_custom] = ACTIONS(2425), + [sym__as_bang_custom] = ACTIONS(2425), + [sym__custom_operator] = ACTIONS(2425), + }, + [STATE(1341)] = { + [anon_sym_BANG] = ACTIONS(2217), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2219), + [anon_sym_package] = ACTIONS(2219), + [anon_sym_COMMA] = ACTIONS(2219), + [anon_sym_LPAREN] = ACTIONS(2219), + [anon_sym_LBRACK] = ACTIONS(2219), + [anon_sym_DOT] = ACTIONS(2217), + [anon_sym_QMARK] = ACTIONS(2217), + [anon_sym_QMARK2] = ACTIONS(2219), + [anon_sym_AMP] = ACTIONS(2219), + [aux_sym_custom_operator_token1] = ACTIONS(2219), + [anon_sym_LT] = ACTIONS(2217), + [anon_sym_GT] = ACTIONS(2217), + [anon_sym_LBRACE] = ACTIONS(2219), + [anon_sym_CARET_LBRACE] = ACTIONS(2219), + [anon_sym_RBRACE] = ACTIONS(2219), + [anon_sym_case] = ACTIONS(2219), + [anon_sym_fallthrough] = ACTIONS(2219), + [anon_sym_PLUS_EQ] = ACTIONS(2219), + [anon_sym_DASH_EQ] = ACTIONS(2219), + [anon_sym_STAR_EQ] = ACTIONS(2219), + [anon_sym_SLASH_EQ] = ACTIONS(2219), + [anon_sym_PERCENT_EQ] = ACTIONS(2219), + [anon_sym_BANG_EQ] = ACTIONS(2217), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2219), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2219), + [anon_sym_LT_EQ] = ACTIONS(2219), + [anon_sym_GT_EQ] = ACTIONS(2219), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2219), + [anon_sym_DOT_DOT_LT] = ACTIONS(2219), + [anon_sym_is] = ACTIONS(2219), + [anon_sym_PLUS] = ACTIONS(2217), + [anon_sym_DASH] = ACTIONS(2217), + [anon_sym_STAR] = ACTIONS(2217), + [anon_sym_SLASH] = ACTIONS(2217), + [anon_sym_PERCENT] = ACTIONS(2217), + [anon_sym_PLUS_PLUS] = ACTIONS(2219), + [anon_sym_DASH_DASH] = ACTIONS(2219), + [anon_sym_PIPE] = ACTIONS(2219), + [anon_sym_CARET] = ACTIONS(2217), + [anon_sym_LT_LT] = ACTIONS(2219), + [anon_sym_GT_GT] = ACTIONS(2219), + [anon_sym_class] = ACTIONS(2219), + [anon_sym_prefix] = ACTIONS(2219), + [anon_sym_infix] = ACTIONS(2219), + [anon_sym_postfix] = ACTIONS(2219), + [anon_sym_AT] = ACTIONS(2217), + [anon_sym_override] = ACTIONS(2219), + [anon_sym_convenience] = ACTIONS(2219), + [anon_sym_required] = ACTIONS(2219), + [anon_sym_nonisolated] = ACTIONS(2219), + [anon_sym_public] = ACTIONS(2219), + [anon_sym_private] = ACTIONS(2219), + [anon_sym_internal] = ACTIONS(2219), + [anon_sym_fileprivate] = ACTIONS(2219), + [anon_sym_open] = ACTIONS(2219), + [anon_sym_mutating] = ACTIONS(2219), + [anon_sym_nonmutating] = ACTIONS(2219), + [anon_sym_static] = ACTIONS(2219), + [anon_sym_dynamic] = ACTIONS(2219), + [anon_sym_optional] = ACTIONS(2219), + [anon_sym_distributed] = ACTIONS(2219), + [anon_sym_final] = ACTIONS(2219), + [anon_sym_inout] = ACTIONS(2219), + [anon_sym_ATescaping] = ACTIONS(2219), + [anon_sym_ATautoclosure] = ACTIONS(2219), + [anon_sym_weak] = ACTIONS(2219), + [anon_sym_unowned] = ACTIONS(2217), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2219), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2219), + [anon_sym_borrowing] = ACTIONS(2219), + [anon_sym_consuming] = ACTIONS(2219), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2219), + [sym__explicit_semi] = ACTIONS(2219), + [sym__dot_custom] = ACTIONS(2219), + [sym__conjunction_operator_custom] = ACTIONS(2219), + [sym__disjunction_operator_custom] = ACTIONS(2219), + [sym__nil_coalescing_operator_custom] = ACTIONS(2219), + [sym__eq_custom] = ACTIONS(2219), + [sym__eq_eq_custom] = ACTIONS(2219), + [sym__plus_then_ws] = ACTIONS(2219), + [sym__minus_then_ws] = ACTIONS(2219), + [sym__bang_custom] = ACTIONS(2219), + [sym_default_keyword] = ACTIONS(2219), + [sym__as_custom] = ACTIONS(2219), + [sym__as_quest_custom] = ACTIONS(2219), + [sym__as_bang_custom] = ACTIONS(2219), + [sym__custom_operator] = ACTIONS(2219), + }, + [STATE(1342)] = { + [anon_sym_BANG] = ACTIONS(2439), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2441), + [anon_sym_package] = ACTIONS(2441), + [anon_sym_COMMA] = ACTIONS(2441), + [anon_sym_LPAREN] = ACTIONS(2441), + [anon_sym_LBRACK] = ACTIONS(2441), + [anon_sym_QMARK] = ACTIONS(2439), + [anon_sym_QMARK2] = ACTIONS(2441), + [anon_sym_AMP] = ACTIONS(2441), + [aux_sym_custom_operator_token1] = ACTIONS(2441), + [anon_sym_LT] = ACTIONS(2439), + [anon_sym_GT] = ACTIONS(2439), + [anon_sym_LBRACE] = ACTIONS(2441), + [anon_sym_CARET_LBRACE] = ACTIONS(2441), + [anon_sym_RBRACE] = ACTIONS(2441), + [anon_sym_case] = ACTIONS(2441), + [anon_sym_fallthrough] = ACTIONS(2441), + [anon_sym_PLUS_EQ] = ACTIONS(2441), + [anon_sym_DASH_EQ] = ACTIONS(2441), + [anon_sym_STAR_EQ] = ACTIONS(2441), + [anon_sym_SLASH_EQ] = ACTIONS(2441), + [anon_sym_PERCENT_EQ] = ACTIONS(2441), + [anon_sym_BANG_EQ] = ACTIONS(2439), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2441), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2441), + [anon_sym_LT_EQ] = ACTIONS(2441), + [anon_sym_GT_EQ] = ACTIONS(2441), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2441), + [anon_sym_DOT_DOT_LT] = ACTIONS(2441), + [anon_sym_is] = ACTIONS(2441), + [anon_sym_PLUS] = ACTIONS(2439), + [anon_sym_DASH] = ACTIONS(2439), + [anon_sym_STAR] = ACTIONS(2439), + [anon_sym_SLASH] = ACTIONS(2439), + [anon_sym_PERCENT] = ACTIONS(2439), + [anon_sym_PLUS_PLUS] = ACTIONS(2441), + [anon_sym_DASH_DASH] = ACTIONS(2441), + [anon_sym_PIPE] = ACTIONS(2441), + [anon_sym_CARET] = ACTIONS(2439), + [anon_sym_LT_LT] = ACTIONS(2441), + [anon_sym_GT_GT] = ACTIONS(2441), + [anon_sym_class] = ACTIONS(2441), + [anon_sym_prefix] = ACTIONS(2441), + [anon_sym_infix] = ACTIONS(2441), + [anon_sym_postfix] = ACTIONS(2441), + [anon_sym_AT] = ACTIONS(2439), + [anon_sym_override] = ACTIONS(2441), + [anon_sym_convenience] = ACTIONS(2441), + [anon_sym_required] = ACTIONS(2441), + [anon_sym_nonisolated] = ACTIONS(2441), + [anon_sym_public] = ACTIONS(2441), + [anon_sym_private] = ACTIONS(2441), + [anon_sym_internal] = ACTIONS(2441), + [anon_sym_fileprivate] = ACTIONS(2441), + [anon_sym_open] = ACTIONS(2441), + [anon_sym_mutating] = ACTIONS(2441), + [anon_sym_nonmutating] = ACTIONS(2441), + [anon_sym_static] = ACTIONS(2441), + [anon_sym_dynamic] = ACTIONS(2441), + [anon_sym_optional] = ACTIONS(2441), + [anon_sym_distributed] = ACTIONS(2441), + [anon_sym_final] = ACTIONS(2441), + [anon_sym_inout] = ACTIONS(2441), + [anon_sym_ATescaping] = ACTIONS(2441), + [anon_sym_ATautoclosure] = ACTIONS(2441), + [anon_sym_weak] = ACTIONS(2441), + [anon_sym_unowned] = ACTIONS(2439), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2441), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2441), + [anon_sym_borrowing] = ACTIONS(2441), + [anon_sym_consuming] = ACTIONS(2441), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2441), + [sym__explicit_semi] = ACTIONS(2441), + [sym__dot_custom] = ACTIONS(2441), + [sym__conjunction_operator_custom] = ACTIONS(2441), + [sym__disjunction_operator_custom] = ACTIONS(2441), + [sym__nil_coalescing_operator_custom] = ACTIONS(2441), + [sym__eq_custom] = ACTIONS(2441), + [sym__eq_eq_custom] = ACTIONS(2441), + [sym__plus_then_ws] = ACTIONS(2441), + [sym__minus_then_ws] = ACTIONS(2441), + [sym__bang_custom] = ACTIONS(2441), + [sym_default_keyword] = ACTIONS(2441), + [sym_where_keyword] = ACTIONS(2441), + [sym__as_custom] = ACTIONS(2441), + [sym__as_quest_custom] = ACTIONS(2441), + [sym__as_bang_custom] = ACTIONS(2441), + [sym__custom_operator] = ACTIONS(2441), + }, + [STATE(1343)] = { + [sym_type_arguments] = STATE(2076), + [anon_sym_BANG] = ACTIONS(2405), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2407), + [anon_sym_package] = ACTIONS(2407), + [anon_sym_COMMA] = ACTIONS(2407), + [anon_sym_LPAREN] = ACTIONS(2409), + [anon_sym_LBRACK] = ACTIONS(2407), + [anon_sym_QMARK] = ACTIONS(2405), + [anon_sym_QMARK2] = ACTIONS(2407), + [anon_sym_AMP] = ACTIONS(2407), + [aux_sym_custom_operator_token1] = ACTIONS(2407), + [anon_sym_LT] = ACTIONS(2412), + [anon_sym_GT] = ACTIONS(2405), + [anon_sym_LBRACE] = ACTIONS(2409), + [anon_sym_CARET_LBRACE] = ACTIONS(2409), + [anon_sym_RBRACE] = ACTIONS(2407), + [anon_sym_case] = ACTIONS(2407), + [anon_sym_fallthrough] = ACTIONS(2407), + [anon_sym_PLUS_EQ] = ACTIONS(2407), + [anon_sym_DASH_EQ] = ACTIONS(2407), + [anon_sym_STAR_EQ] = ACTIONS(2407), + [anon_sym_SLASH_EQ] = ACTIONS(2407), + [anon_sym_PERCENT_EQ] = ACTIONS(2407), + [anon_sym_BANG_EQ] = ACTIONS(2405), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2407), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2407), + [anon_sym_LT_EQ] = ACTIONS(2407), + [anon_sym_GT_EQ] = ACTIONS(2407), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2407), + [anon_sym_DOT_DOT_LT] = ACTIONS(2407), + [anon_sym_is] = ACTIONS(2407), + [anon_sym_PLUS] = ACTIONS(2405), + [anon_sym_DASH] = ACTIONS(2405), + [anon_sym_STAR] = ACTIONS(2405), + [anon_sym_SLASH] = ACTIONS(2405), + [anon_sym_PERCENT] = ACTIONS(2405), + [anon_sym_PLUS_PLUS] = ACTIONS(2407), + [anon_sym_DASH_DASH] = ACTIONS(2407), + [anon_sym_PIPE] = ACTIONS(2407), + [anon_sym_CARET] = ACTIONS(2405), + [anon_sym_LT_LT] = ACTIONS(2407), + [anon_sym_GT_GT] = ACTIONS(2407), + [anon_sym_class] = ACTIONS(2407), + [anon_sym_prefix] = ACTIONS(2407), + [anon_sym_infix] = ACTIONS(2407), + [anon_sym_postfix] = ACTIONS(2407), + [anon_sym_AT] = ACTIONS(2405), + [anon_sym_override] = ACTIONS(2407), + [anon_sym_convenience] = ACTIONS(2407), + [anon_sym_required] = ACTIONS(2407), + [anon_sym_nonisolated] = ACTIONS(2407), + [anon_sym_public] = ACTIONS(2407), + [anon_sym_private] = ACTIONS(2407), + [anon_sym_internal] = ACTIONS(2407), + [anon_sym_fileprivate] = ACTIONS(2407), + [anon_sym_open] = ACTIONS(2407), + [anon_sym_mutating] = ACTIONS(2407), + [anon_sym_nonmutating] = ACTIONS(2407), + [anon_sym_static] = ACTIONS(2407), + [anon_sym_dynamic] = ACTIONS(2407), + [anon_sym_optional] = ACTIONS(2407), + [anon_sym_distributed] = ACTIONS(2407), + [anon_sym_final] = ACTIONS(2407), + [anon_sym_inout] = ACTIONS(2407), + [anon_sym_ATescaping] = ACTIONS(2407), + [anon_sym_ATautoclosure] = ACTIONS(2407), + [anon_sym_weak] = ACTIONS(2407), + [anon_sym_unowned] = ACTIONS(2405), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2407), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2407), + [anon_sym_borrowing] = ACTIONS(2407), + [anon_sym_consuming] = ACTIONS(2407), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2407), + [sym__explicit_semi] = ACTIONS(2407), + [sym__dot_custom] = ACTIONS(2409), + [sym__conjunction_operator_custom] = ACTIONS(2407), + [sym__disjunction_operator_custom] = ACTIONS(2407), + [sym__nil_coalescing_operator_custom] = ACTIONS(2407), + [sym__eq_custom] = ACTIONS(2407), + [sym__eq_eq_custom] = ACTIONS(2407), + [sym__plus_then_ws] = ACTIONS(2407), + [sym__minus_then_ws] = ACTIONS(2407), + [sym__bang_custom] = ACTIONS(2407), + [sym_default_keyword] = ACTIONS(2407), + [sym__as_custom] = ACTIONS(2407), + [sym__as_quest_custom] = ACTIONS(2407), + [sym__as_bang_custom] = ACTIONS(2407), + [sym__custom_operator] = ACTIONS(2407), + }, + [STATE(1344)] = { + [anon_sym_BANG] = ACTIONS(2225), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2227), + [anon_sym_package] = ACTIONS(2227), + [anon_sym_COMMA] = ACTIONS(2227), + [anon_sym_LPAREN] = ACTIONS(2227), + [anon_sym_LBRACK] = ACTIONS(2227), + [anon_sym_DOT] = ACTIONS(2225), + [anon_sym_QMARK] = ACTIONS(2225), + [anon_sym_QMARK2] = ACTIONS(2227), + [anon_sym_AMP] = ACTIONS(2227), + [aux_sym_custom_operator_token1] = ACTIONS(2227), + [anon_sym_LT] = ACTIONS(2225), + [anon_sym_GT] = ACTIONS(2225), + [anon_sym_LBRACE] = ACTIONS(2227), + [anon_sym_CARET_LBRACE] = ACTIONS(2227), + [anon_sym_RBRACE] = ACTIONS(2227), + [anon_sym_case] = ACTIONS(2227), + [anon_sym_fallthrough] = ACTIONS(2227), + [anon_sym_PLUS_EQ] = ACTIONS(2227), + [anon_sym_DASH_EQ] = ACTIONS(2227), + [anon_sym_STAR_EQ] = ACTIONS(2227), + [anon_sym_SLASH_EQ] = ACTIONS(2227), + [anon_sym_PERCENT_EQ] = ACTIONS(2227), + [anon_sym_BANG_EQ] = ACTIONS(2225), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2227), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2227), + [anon_sym_LT_EQ] = ACTIONS(2227), + [anon_sym_GT_EQ] = ACTIONS(2227), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2227), + [anon_sym_DOT_DOT_LT] = ACTIONS(2227), + [anon_sym_is] = ACTIONS(2227), + [anon_sym_PLUS] = ACTIONS(2225), + [anon_sym_DASH] = ACTIONS(2225), + [anon_sym_STAR] = ACTIONS(2225), + [anon_sym_SLASH] = ACTIONS(2225), + [anon_sym_PERCENT] = ACTIONS(2225), + [anon_sym_PLUS_PLUS] = ACTIONS(2227), + [anon_sym_DASH_DASH] = ACTIONS(2227), + [anon_sym_PIPE] = ACTIONS(2227), + [anon_sym_CARET] = ACTIONS(2225), + [anon_sym_LT_LT] = ACTIONS(2227), + [anon_sym_GT_GT] = ACTIONS(2227), + [anon_sym_class] = ACTIONS(2227), + [anon_sym_prefix] = ACTIONS(2227), + [anon_sym_infix] = ACTIONS(2227), + [anon_sym_postfix] = ACTIONS(2227), + [anon_sym_AT] = ACTIONS(2225), + [anon_sym_override] = ACTIONS(2227), + [anon_sym_convenience] = ACTIONS(2227), + [anon_sym_required] = ACTIONS(2227), + [anon_sym_nonisolated] = ACTIONS(2227), + [anon_sym_public] = ACTIONS(2227), + [anon_sym_private] = ACTIONS(2227), + [anon_sym_internal] = ACTIONS(2227), + [anon_sym_fileprivate] = ACTIONS(2227), + [anon_sym_open] = ACTIONS(2227), + [anon_sym_mutating] = ACTIONS(2227), + [anon_sym_nonmutating] = ACTIONS(2227), + [anon_sym_static] = ACTIONS(2227), + [anon_sym_dynamic] = ACTIONS(2227), + [anon_sym_optional] = ACTIONS(2227), + [anon_sym_distributed] = ACTIONS(2227), + [anon_sym_final] = ACTIONS(2227), + [anon_sym_inout] = ACTIONS(2227), + [anon_sym_ATescaping] = ACTIONS(2227), + [anon_sym_ATautoclosure] = ACTIONS(2227), + [anon_sym_weak] = ACTIONS(2227), + [anon_sym_unowned] = ACTIONS(2225), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2227), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2227), + [anon_sym_borrowing] = ACTIONS(2227), + [anon_sym_consuming] = ACTIONS(2227), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2227), + [sym__explicit_semi] = ACTIONS(2227), + [sym__dot_custom] = ACTIONS(2227), + [sym__conjunction_operator_custom] = ACTIONS(2227), + [sym__disjunction_operator_custom] = ACTIONS(2227), + [sym__nil_coalescing_operator_custom] = ACTIONS(2227), + [sym__eq_custom] = ACTIONS(2227), + [sym__eq_eq_custom] = ACTIONS(2227), + [sym__plus_then_ws] = ACTIONS(2227), + [sym__minus_then_ws] = ACTIONS(2227), + [sym__bang_custom] = ACTIONS(2227), + [sym_default_keyword] = ACTIONS(2227), + [sym__as_custom] = ACTIONS(2227), + [sym__as_quest_custom] = ACTIONS(2227), + [sym__as_bang_custom] = ACTIONS(2227), + [sym__custom_operator] = ACTIONS(2227), + }, + [STATE(1345)] = { + [sym_type_level_declaration] = STATE(7772), + [sym_import_declaration] = STATE(7788), + [sym_property_declaration] = STATE(7788), + [sym__modifierless_property_declaration] = STATE(8277), + [sym_typealias_declaration] = STATE(7788), + [sym__modifierless_typealias_declaration] = STATE(8278), + [sym_function_declaration] = STATE(7788), + [sym__bodyless_function_declaration] = STATE(7852), + [sym__modifierless_function_declaration_no_body] = STATE(9005), + [sym_class_declaration] = STATE(7788), + [sym__modifierless_class_declaration] = STATE(8291), + [sym__non_constructor_function_decl] = STATE(7521), + [sym__async_modifier] = STATE(8439), + [sym_protocol_declaration] = STATE(7788), + [sym_init_declaration] = STATE(7788), + [sym_deinit_declaration] = STATE(7788), + [sym_subscript_declaration] = STATE(7788), + [sym_operator_declaration] = STATE(7788), + [sym_precedence_group_declaration] = STATE(7788), + [sym_associatedtype_declaration] = STATE(7788), + [sym_attribute] = STATE(1817), + [sym_value_binding_pattern] = STATE(4882), + [sym__possibly_async_binding_pattern_kind] = STATE(4882), + [sym_modifiers] = STATE(5030), + [aux_sym__locally_permitted_modifiers] = STATE(1817), + [sym__non_local_scope_modifier] = STATE(1817), + [sym__locally_permitted_modifier] = STATE(1817), + [sym_property_behavior_modifier] = STATE(1817), + [sym_member_modifier] = STATE(1817), + [sym_visibility_modifier] = STATE(1817), + [sym_function_modifier] = STATE(1817), + [sym_mutation_modifier] = STATE(1817), + [sym_property_modifier] = STATE(1817), + [sym_inheritance_modifier] = STATE(1817), + [sym_parameter_modifier] = STATE(1817), + [sym_ownership_modifier] = STATE(1817), + [sym__parameter_ownership_modifier] = STATE(2893), + [aux_sym_modifiers_repeat1] = STATE(1817), + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(3367), + [anon_sym_async] = ACTIONS(3101), + [anon_sym_lazy] = ACTIONS(3103), + [anon_sym_package] = ACTIONS(3105), + [anon_sym_RBRACE] = ACTIONS(3425), + [anon_sym_import] = ACTIONS(3371), + [anon_sym_typealias] = ACTIONS(3373), + [anon_sym_struct] = ACTIONS(3367), + [anon_sym_class] = ACTIONS(3375), + [anon_sym_enum] = ACTIONS(3377), + [anon_sym_protocol] = ACTIONS(3379), + [anon_sym_let] = ACTIONS(3121), + [anon_sym_var] = ACTIONS(3121), + [anon_sym_func] = ACTIONS(3123), + [anon_sym_extension] = ACTIONS(3381), + [anon_sym_indirect] = ACTIONS(3383), + [anon_sym_init] = ACTIONS(3385), + [anon_sym_deinit] = ACTIONS(3387), + [anon_sym_subscript] = ACTIONS(3389), + [anon_sym_prefix] = ACTIONS(3391), + [anon_sym_infix] = ACTIONS(3391), + [anon_sym_postfix] = ACTIONS(3391), + [anon_sym_precedencegroup] = ACTIONS(3393), + [anon_sym_associatedtype] = ACTIONS(3395), + [anon_sym_AT] = ACTIONS(115), + [anon_sym_override] = ACTIONS(3141), + [anon_sym_convenience] = ACTIONS(3141), + [anon_sym_required] = ACTIONS(3141), + [anon_sym_nonisolated] = ACTIONS(3141), + [anon_sym_public] = ACTIONS(3105), + [anon_sym_private] = ACTIONS(3105), + [anon_sym_internal] = ACTIONS(3105), + [anon_sym_fileprivate] = ACTIONS(3105), + [anon_sym_open] = ACTIONS(3105), + [anon_sym_mutating] = ACTIONS(3143), + [anon_sym_nonmutating] = ACTIONS(3143), + [anon_sym_static] = ACTIONS(3145), + [anon_sym_dynamic] = ACTIONS(3145), + [anon_sym_optional] = ACTIONS(3145), + [anon_sym_distributed] = ACTIONS(3145), + [anon_sym_final] = ACTIONS(3147), + [anon_sym_inout] = ACTIONS(129), + [anon_sym_ATescaping] = ACTIONS(129), + [anon_sym_ATautoclosure] = ACTIONS(129), + [anon_sym_weak] = ACTIONS(133), + [anon_sym_unowned] = ACTIONS(131), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(133), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(133), + [anon_sym_borrowing] = ACTIONS(129), + [anon_sym_consuming] = ACTIONS(129), + [sym_multiline_comment] = ACTIONS(5), + }, + [STATE(1346)] = { + [anon_sym_BANG] = ACTIONS(2707), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2709), + [anon_sym_package] = ACTIONS(2709), + [anon_sym_COMMA] = ACTIONS(2709), + [anon_sym_LPAREN] = ACTIONS(2709), + [anon_sym_LBRACK] = ACTIONS(2709), + [anon_sym_QMARK] = ACTIONS(2707), + [anon_sym_QMARK2] = ACTIONS(2709), + [anon_sym_AMP] = ACTIONS(2709), + [aux_sym_custom_operator_token1] = ACTIONS(2709), + [anon_sym_LT] = ACTIONS(2707), + [anon_sym_GT] = ACTIONS(2707), + [anon_sym_LBRACE] = ACTIONS(2709), + [anon_sym_CARET_LBRACE] = ACTIONS(2709), + [anon_sym_RBRACE] = ACTIONS(2709), + [anon_sym_case] = ACTIONS(2709), + [anon_sym_fallthrough] = ACTIONS(2709), + [anon_sym_PLUS_EQ] = ACTIONS(2709), + [anon_sym_DASH_EQ] = ACTIONS(2709), + [anon_sym_STAR_EQ] = ACTIONS(2709), + [anon_sym_SLASH_EQ] = ACTIONS(2709), + [anon_sym_PERCENT_EQ] = ACTIONS(2709), + [anon_sym_BANG_EQ] = ACTIONS(2707), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2709), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2709), + [anon_sym_LT_EQ] = ACTIONS(2709), + [anon_sym_GT_EQ] = ACTIONS(2709), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2709), + [anon_sym_DOT_DOT_LT] = ACTIONS(2709), + [anon_sym_is] = ACTIONS(2709), + [anon_sym_PLUS] = ACTIONS(2707), + [anon_sym_DASH] = ACTIONS(2707), + [anon_sym_STAR] = ACTIONS(2707), + [anon_sym_SLASH] = ACTIONS(2707), + [anon_sym_PERCENT] = ACTIONS(2707), + [anon_sym_PLUS_PLUS] = ACTIONS(2709), + [anon_sym_DASH_DASH] = ACTIONS(2709), + [anon_sym_PIPE] = ACTIONS(2709), + [anon_sym_CARET] = ACTIONS(2707), + [anon_sym_LT_LT] = ACTIONS(2709), + [anon_sym_GT_GT] = ACTIONS(2709), + [anon_sym_class] = ACTIONS(2709), + [anon_sym_prefix] = ACTIONS(2709), + [anon_sym_infix] = ACTIONS(2709), + [anon_sym_postfix] = ACTIONS(2709), + [anon_sym_AT] = ACTIONS(2707), + [anon_sym_override] = ACTIONS(2709), + [anon_sym_convenience] = ACTIONS(2709), + [anon_sym_required] = ACTIONS(2709), + [anon_sym_nonisolated] = ACTIONS(2709), + [anon_sym_public] = ACTIONS(2709), + [anon_sym_private] = ACTIONS(2709), + [anon_sym_internal] = ACTIONS(2709), + [anon_sym_fileprivate] = ACTIONS(2709), + [anon_sym_open] = ACTIONS(2709), + [anon_sym_mutating] = ACTIONS(2709), + [anon_sym_nonmutating] = ACTIONS(2709), + [anon_sym_static] = ACTIONS(2709), + [anon_sym_dynamic] = ACTIONS(2709), + [anon_sym_optional] = ACTIONS(2709), + [anon_sym_distributed] = ACTIONS(2709), + [anon_sym_final] = ACTIONS(2709), + [anon_sym_inout] = ACTIONS(2709), + [anon_sym_ATescaping] = ACTIONS(2709), + [anon_sym_ATautoclosure] = ACTIONS(2709), + [anon_sym_weak] = ACTIONS(2709), + [anon_sym_unowned] = ACTIONS(2707), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2709), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2709), + [anon_sym_borrowing] = ACTIONS(2709), + [anon_sym_consuming] = ACTIONS(2709), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2709), + [sym__explicit_semi] = ACTIONS(2709), + [sym__dot_custom] = ACTIONS(2709), + [sym__conjunction_operator_custom] = ACTIONS(2709), + [sym__disjunction_operator_custom] = ACTIONS(2709), + [sym__nil_coalescing_operator_custom] = ACTIONS(2709), + [sym__eq_custom] = ACTIONS(2709), + [sym__eq_eq_custom] = ACTIONS(2709), + [sym__plus_then_ws] = ACTIONS(2709), + [sym__minus_then_ws] = ACTIONS(2709), + [sym__bang_custom] = ACTIONS(2709), + [sym_default_keyword] = ACTIONS(2709), + [sym_where_keyword] = ACTIONS(2709), + [sym__as_custom] = ACTIONS(2709), + [sym__as_quest_custom] = ACTIONS(2709), + [sym__as_bang_custom] = ACTIONS(2709), + [sym__custom_operator] = ACTIONS(2709), + }, + [STATE(1347)] = { + [sym_type_level_declaration] = STATE(7772), + [sym_import_declaration] = STATE(7788), + [sym_property_declaration] = STATE(7788), + [sym__modifierless_property_declaration] = STATE(8277), + [sym_typealias_declaration] = STATE(7788), + [sym__modifierless_typealias_declaration] = STATE(8278), + [sym_function_declaration] = STATE(7788), + [sym__bodyless_function_declaration] = STATE(7852), + [sym__modifierless_function_declaration_no_body] = STATE(9005), + [sym_class_declaration] = STATE(7788), + [sym__modifierless_class_declaration] = STATE(8291), + [sym__non_constructor_function_decl] = STATE(7521), + [sym__async_modifier] = STATE(8439), + [sym_protocol_declaration] = STATE(7788), + [sym_init_declaration] = STATE(7788), + [sym_deinit_declaration] = STATE(7788), + [sym_subscript_declaration] = STATE(7788), + [sym_operator_declaration] = STATE(7788), + [sym_precedence_group_declaration] = STATE(7788), + [sym_associatedtype_declaration] = STATE(7788), + [sym_attribute] = STATE(1817), + [sym_value_binding_pattern] = STATE(4882), + [sym__possibly_async_binding_pattern_kind] = STATE(4882), + [sym_modifiers] = STATE(5030), + [aux_sym__locally_permitted_modifiers] = STATE(1817), + [sym__non_local_scope_modifier] = STATE(1817), + [sym__locally_permitted_modifier] = STATE(1817), + [sym_property_behavior_modifier] = STATE(1817), + [sym_member_modifier] = STATE(1817), + [sym_visibility_modifier] = STATE(1817), + [sym_function_modifier] = STATE(1817), + [sym_mutation_modifier] = STATE(1817), + [sym_property_modifier] = STATE(1817), + [sym_inheritance_modifier] = STATE(1817), + [sym_parameter_modifier] = STATE(1817), + [sym_ownership_modifier] = STATE(1817), + [sym__parameter_ownership_modifier] = STATE(2893), + [aux_sym_modifiers_repeat1] = STATE(1817), + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(3367), + [anon_sym_async] = ACTIONS(3101), + [anon_sym_lazy] = ACTIONS(3103), + [anon_sym_package] = ACTIONS(3105), + [anon_sym_RBRACE] = ACTIONS(3427), + [anon_sym_import] = ACTIONS(3371), + [anon_sym_typealias] = ACTIONS(3373), + [anon_sym_struct] = ACTIONS(3367), + [anon_sym_class] = ACTIONS(3375), + [anon_sym_enum] = ACTIONS(3377), + [anon_sym_protocol] = ACTIONS(3379), + [anon_sym_let] = ACTIONS(3121), + [anon_sym_var] = ACTIONS(3121), + [anon_sym_func] = ACTIONS(3123), + [anon_sym_extension] = ACTIONS(3381), + [anon_sym_indirect] = ACTIONS(3383), + [anon_sym_init] = ACTIONS(3385), + [anon_sym_deinit] = ACTIONS(3387), + [anon_sym_subscript] = ACTIONS(3389), + [anon_sym_prefix] = ACTIONS(3391), + [anon_sym_infix] = ACTIONS(3391), + [anon_sym_postfix] = ACTIONS(3391), + [anon_sym_precedencegroup] = ACTIONS(3393), + [anon_sym_associatedtype] = ACTIONS(3395), + [anon_sym_AT] = ACTIONS(115), + [anon_sym_override] = ACTIONS(3141), + [anon_sym_convenience] = ACTIONS(3141), + [anon_sym_required] = ACTIONS(3141), + [anon_sym_nonisolated] = ACTIONS(3141), + [anon_sym_public] = ACTIONS(3105), + [anon_sym_private] = ACTIONS(3105), + [anon_sym_internal] = ACTIONS(3105), + [anon_sym_fileprivate] = ACTIONS(3105), + [anon_sym_open] = ACTIONS(3105), + [anon_sym_mutating] = ACTIONS(3143), + [anon_sym_nonmutating] = ACTIONS(3143), + [anon_sym_static] = ACTIONS(3145), + [anon_sym_dynamic] = ACTIONS(3145), + [anon_sym_optional] = ACTIONS(3145), + [anon_sym_distributed] = ACTIONS(3145), + [anon_sym_final] = ACTIONS(3147), + [anon_sym_inout] = ACTIONS(129), + [anon_sym_ATescaping] = ACTIONS(129), + [anon_sym_ATautoclosure] = ACTIONS(129), + [anon_sym_weak] = ACTIONS(133), + [anon_sym_unowned] = ACTIONS(131), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(133), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(133), + [anon_sym_borrowing] = ACTIONS(129), + [anon_sym_consuming] = ACTIONS(129), + [sym_multiline_comment] = ACTIONS(5), + }, + [STATE(1348)] = { + [anon_sym_BANG] = ACTIONS(2539), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2541), + [anon_sym_package] = ACTIONS(2541), + [anon_sym_COMMA] = ACTIONS(2541), + [anon_sym_LPAREN] = ACTIONS(2541), + [anon_sym_LBRACK] = ACTIONS(2541), + [anon_sym_QMARK] = ACTIONS(2539), + [anon_sym_QMARK2] = ACTIONS(2541), + [anon_sym_AMP] = ACTIONS(2541), + [aux_sym_custom_operator_token1] = ACTIONS(2541), + [anon_sym_LT] = ACTIONS(2539), + [anon_sym_GT] = ACTIONS(2539), + [anon_sym_LBRACE] = ACTIONS(2541), + [anon_sym_CARET_LBRACE] = ACTIONS(2541), + [anon_sym_RBRACE] = ACTIONS(2541), + [anon_sym_case] = ACTIONS(2541), + [anon_sym_fallthrough] = ACTIONS(2541), + [anon_sym_PLUS_EQ] = ACTIONS(2541), + [anon_sym_DASH_EQ] = ACTIONS(2541), + [anon_sym_STAR_EQ] = ACTIONS(2541), + [anon_sym_SLASH_EQ] = ACTIONS(2541), + [anon_sym_PERCENT_EQ] = ACTIONS(2541), + [anon_sym_BANG_EQ] = ACTIONS(2539), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2541), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2541), + [anon_sym_LT_EQ] = ACTIONS(2541), + [anon_sym_GT_EQ] = ACTIONS(2541), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2541), + [anon_sym_DOT_DOT_LT] = ACTIONS(2541), + [anon_sym_is] = ACTIONS(2541), + [anon_sym_PLUS] = ACTIONS(2539), + [anon_sym_DASH] = ACTIONS(2539), + [anon_sym_STAR] = ACTIONS(2539), + [anon_sym_SLASH] = ACTIONS(2539), + [anon_sym_PERCENT] = ACTIONS(2539), + [anon_sym_PLUS_PLUS] = ACTIONS(2541), + [anon_sym_DASH_DASH] = ACTIONS(2541), + [anon_sym_PIPE] = ACTIONS(2541), + [anon_sym_CARET] = ACTIONS(2539), + [anon_sym_LT_LT] = ACTIONS(2541), + [anon_sym_GT_GT] = ACTIONS(2541), + [anon_sym_class] = ACTIONS(2541), + [anon_sym_prefix] = ACTIONS(2541), + [anon_sym_infix] = ACTIONS(2541), + [anon_sym_postfix] = ACTIONS(2541), + [anon_sym_AT] = ACTIONS(2539), + [anon_sym_override] = ACTIONS(2541), + [anon_sym_convenience] = ACTIONS(2541), + [anon_sym_required] = ACTIONS(2541), + [anon_sym_nonisolated] = ACTIONS(2541), + [anon_sym_public] = ACTIONS(2541), + [anon_sym_private] = ACTIONS(2541), + [anon_sym_internal] = ACTIONS(2541), + [anon_sym_fileprivate] = ACTIONS(2541), + [anon_sym_open] = ACTIONS(2541), + [anon_sym_mutating] = ACTIONS(2541), + [anon_sym_nonmutating] = ACTIONS(2541), + [anon_sym_static] = ACTIONS(2541), + [anon_sym_dynamic] = ACTIONS(2541), + [anon_sym_optional] = ACTIONS(2541), + [anon_sym_distributed] = ACTIONS(2541), + [anon_sym_final] = ACTIONS(2541), + [anon_sym_inout] = ACTIONS(2541), + [anon_sym_ATescaping] = ACTIONS(2541), + [anon_sym_ATautoclosure] = ACTIONS(2541), + [anon_sym_weak] = ACTIONS(2541), + [anon_sym_unowned] = ACTIONS(2539), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2541), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2541), + [anon_sym_borrowing] = ACTIONS(2541), + [anon_sym_consuming] = ACTIONS(2541), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2541), + [sym__explicit_semi] = ACTIONS(2541), + [sym__dot_custom] = ACTIONS(2541), + [sym__conjunction_operator_custom] = ACTIONS(2541), + [sym__disjunction_operator_custom] = ACTIONS(2541), + [sym__nil_coalescing_operator_custom] = ACTIONS(2541), + [sym__eq_custom] = ACTIONS(2541), + [sym__eq_eq_custom] = ACTIONS(2541), + [sym__plus_then_ws] = ACTIONS(2541), + [sym__minus_then_ws] = ACTIONS(2541), + [sym__bang_custom] = ACTIONS(2541), + [sym_default_keyword] = ACTIONS(2541), + [sym_where_keyword] = ACTIONS(2541), + [sym__as_custom] = ACTIONS(2541), + [sym__as_quest_custom] = ACTIONS(2541), + [sym__as_bang_custom] = ACTIONS(2541), + [sym__custom_operator] = ACTIONS(2541), + }, + [STATE(1349)] = { + [anon_sym_BANG] = ACTIONS(2531), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2533), + [anon_sym_package] = ACTIONS(2533), + [anon_sym_COMMA] = ACTIONS(2533), + [anon_sym_LPAREN] = ACTIONS(2533), + [anon_sym_LBRACK] = ACTIONS(2533), + [anon_sym_QMARK] = ACTIONS(2531), + [anon_sym_QMARK2] = ACTIONS(2533), + [anon_sym_AMP] = ACTIONS(2533), + [aux_sym_custom_operator_token1] = ACTIONS(2533), + [anon_sym_LT] = ACTIONS(2531), + [anon_sym_GT] = ACTIONS(2531), + [anon_sym_LBRACE] = ACTIONS(2533), + [anon_sym_CARET_LBRACE] = ACTIONS(2533), + [anon_sym_RBRACE] = ACTIONS(2533), + [anon_sym_case] = ACTIONS(2533), + [anon_sym_fallthrough] = ACTIONS(2533), + [anon_sym_PLUS_EQ] = ACTIONS(2533), + [anon_sym_DASH_EQ] = ACTIONS(2533), + [anon_sym_STAR_EQ] = ACTIONS(2533), + [anon_sym_SLASH_EQ] = ACTIONS(2533), + [anon_sym_PERCENT_EQ] = ACTIONS(2533), + [anon_sym_BANG_EQ] = ACTIONS(2531), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2533), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2533), + [anon_sym_LT_EQ] = ACTIONS(2533), + [anon_sym_GT_EQ] = ACTIONS(2533), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2533), + [anon_sym_DOT_DOT_LT] = ACTIONS(2533), + [anon_sym_is] = ACTIONS(2533), + [anon_sym_PLUS] = ACTIONS(2531), + [anon_sym_DASH] = ACTIONS(2531), + [anon_sym_STAR] = ACTIONS(2531), + [anon_sym_SLASH] = ACTIONS(2531), + [anon_sym_PERCENT] = ACTIONS(2531), + [anon_sym_PLUS_PLUS] = ACTIONS(2533), + [anon_sym_DASH_DASH] = ACTIONS(2533), + [anon_sym_PIPE] = ACTIONS(2533), + [anon_sym_CARET] = ACTIONS(2531), + [anon_sym_LT_LT] = ACTIONS(2533), + [anon_sym_GT_GT] = ACTIONS(2533), + [anon_sym_class] = ACTIONS(2533), + [anon_sym_prefix] = ACTIONS(2533), + [anon_sym_infix] = ACTIONS(2533), + [anon_sym_postfix] = ACTIONS(2533), + [anon_sym_AT] = ACTIONS(2531), + [anon_sym_override] = ACTIONS(2533), + [anon_sym_convenience] = ACTIONS(2533), + [anon_sym_required] = ACTIONS(2533), + [anon_sym_nonisolated] = ACTIONS(2533), + [anon_sym_public] = ACTIONS(2533), + [anon_sym_private] = ACTIONS(2533), + [anon_sym_internal] = ACTIONS(2533), + [anon_sym_fileprivate] = ACTIONS(2533), + [anon_sym_open] = ACTIONS(2533), + [anon_sym_mutating] = ACTIONS(2533), + [anon_sym_nonmutating] = ACTIONS(2533), + [anon_sym_static] = ACTIONS(2533), + [anon_sym_dynamic] = ACTIONS(2533), + [anon_sym_optional] = ACTIONS(2533), + [anon_sym_distributed] = ACTIONS(2533), + [anon_sym_final] = ACTIONS(2533), + [anon_sym_inout] = ACTIONS(2533), + [anon_sym_ATescaping] = ACTIONS(2533), + [anon_sym_ATautoclosure] = ACTIONS(2533), + [anon_sym_weak] = ACTIONS(2533), + [anon_sym_unowned] = ACTIONS(2531), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2533), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2533), + [anon_sym_borrowing] = ACTIONS(2533), + [anon_sym_consuming] = ACTIONS(2533), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2533), + [sym__explicit_semi] = ACTIONS(2533), + [sym__dot_custom] = ACTIONS(2533), + [sym__conjunction_operator_custom] = ACTIONS(2533), + [sym__disjunction_operator_custom] = ACTIONS(2533), + [sym__nil_coalescing_operator_custom] = ACTIONS(2533), + [sym__eq_custom] = ACTIONS(2533), + [sym__eq_eq_custom] = ACTIONS(2533), + [sym__plus_then_ws] = ACTIONS(2533), + [sym__minus_then_ws] = ACTIONS(2533), + [sym__bang_custom] = ACTIONS(2533), + [sym_default_keyword] = ACTIONS(2533), + [sym__as_custom] = ACTIONS(2533), + [sym__as_quest_custom] = ACTIONS(2533), + [sym__as_bang_custom] = ACTIONS(2533), + [sym__custom_operator] = ACTIONS(2533), + }, + [STATE(1350)] = { + [anon_sym_BANG] = ACTIONS(2419), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2421), + [anon_sym_package] = ACTIONS(2421), + [anon_sym_COMMA] = ACTIONS(2421), + [anon_sym_LPAREN] = ACTIONS(2421), + [anon_sym_LBRACK] = ACTIONS(2421), + [anon_sym_QMARK] = ACTIONS(2419), + [anon_sym_QMARK2] = ACTIONS(2421), + [anon_sym_AMP] = ACTIONS(2421), + [aux_sym_custom_operator_token1] = ACTIONS(2421), + [anon_sym_LT] = ACTIONS(2419), + [anon_sym_GT] = ACTIONS(2419), + [anon_sym_LBRACE] = ACTIONS(2421), + [anon_sym_CARET_LBRACE] = ACTIONS(2421), + [anon_sym_RBRACE] = ACTIONS(2421), + [anon_sym_case] = ACTIONS(2421), + [anon_sym_fallthrough] = ACTIONS(2421), + [anon_sym_PLUS_EQ] = ACTIONS(2421), + [anon_sym_DASH_EQ] = ACTIONS(2421), + [anon_sym_STAR_EQ] = ACTIONS(2421), + [anon_sym_SLASH_EQ] = ACTIONS(2421), + [anon_sym_PERCENT_EQ] = ACTIONS(2421), + [anon_sym_BANG_EQ] = ACTIONS(2419), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2421), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2421), + [anon_sym_LT_EQ] = ACTIONS(2421), + [anon_sym_GT_EQ] = ACTIONS(2421), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2421), + [anon_sym_DOT_DOT_LT] = ACTIONS(2421), + [anon_sym_is] = ACTIONS(2421), + [anon_sym_PLUS] = ACTIONS(2419), + [anon_sym_DASH] = ACTIONS(2419), + [anon_sym_STAR] = ACTIONS(2419), + [anon_sym_SLASH] = ACTIONS(2419), + [anon_sym_PERCENT] = ACTIONS(2419), + [anon_sym_PLUS_PLUS] = ACTIONS(2421), + [anon_sym_DASH_DASH] = ACTIONS(2421), + [anon_sym_PIPE] = ACTIONS(2421), + [anon_sym_CARET] = ACTIONS(2419), + [anon_sym_LT_LT] = ACTIONS(2421), + [anon_sym_GT_GT] = ACTIONS(2421), + [anon_sym_class] = ACTIONS(2421), + [anon_sym_prefix] = ACTIONS(2421), + [anon_sym_infix] = ACTIONS(2421), + [anon_sym_postfix] = ACTIONS(2421), + [anon_sym_AT] = ACTIONS(2419), + [anon_sym_override] = ACTIONS(2421), + [anon_sym_convenience] = ACTIONS(2421), + [anon_sym_required] = ACTIONS(2421), + [anon_sym_nonisolated] = ACTIONS(2421), + [anon_sym_public] = ACTIONS(2421), + [anon_sym_private] = ACTIONS(2421), + [anon_sym_internal] = ACTIONS(2421), + [anon_sym_fileprivate] = ACTIONS(2421), + [anon_sym_open] = ACTIONS(2421), + [anon_sym_mutating] = ACTIONS(2421), + [anon_sym_nonmutating] = ACTIONS(2421), + [anon_sym_static] = ACTIONS(2421), + [anon_sym_dynamic] = ACTIONS(2421), + [anon_sym_optional] = ACTIONS(2421), + [anon_sym_distributed] = ACTIONS(2421), + [anon_sym_final] = ACTIONS(2421), + [anon_sym_inout] = ACTIONS(2421), + [anon_sym_ATescaping] = ACTIONS(2421), + [anon_sym_ATautoclosure] = ACTIONS(2421), + [anon_sym_weak] = ACTIONS(2421), + [anon_sym_unowned] = ACTIONS(2419), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2421), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2421), + [anon_sym_borrowing] = ACTIONS(2421), + [anon_sym_consuming] = ACTIONS(2421), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2421), + [sym__explicit_semi] = ACTIONS(2421), + [sym__dot_custom] = ACTIONS(2421), + [sym__conjunction_operator_custom] = ACTIONS(2421), + [sym__disjunction_operator_custom] = ACTIONS(2421), + [sym__nil_coalescing_operator_custom] = ACTIONS(2421), + [sym__eq_custom] = ACTIONS(2421), + [sym__eq_eq_custom] = ACTIONS(2421), + [sym__plus_then_ws] = ACTIONS(2421), + [sym__minus_then_ws] = ACTIONS(2421), + [sym__bang_custom] = ACTIONS(2421), + [sym_default_keyword] = ACTIONS(2421), + [sym__as_custom] = ACTIONS(2421), + [sym__as_quest_custom] = ACTIONS(2421), + [sym__as_bang_custom] = ACTIONS(2421), + [sym__custom_operator] = ACTIONS(2421), + }, + [STATE(1351)] = { + [anon_sym_BANG] = ACTIONS(2475), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2477), + [anon_sym_package] = ACTIONS(2477), + [anon_sym_COMMA] = ACTIONS(2477), + [anon_sym_LPAREN] = ACTIONS(2477), + [anon_sym_LBRACK] = ACTIONS(2477), + [anon_sym_QMARK] = ACTIONS(2475), + [anon_sym_QMARK2] = ACTIONS(2477), + [anon_sym_AMP] = ACTIONS(2477), + [aux_sym_custom_operator_token1] = ACTIONS(2477), + [anon_sym_LT] = ACTIONS(2475), + [anon_sym_GT] = ACTIONS(2475), + [anon_sym_LBRACE] = ACTIONS(2477), + [anon_sym_CARET_LBRACE] = ACTIONS(2477), + [anon_sym_RBRACE] = ACTIONS(2477), + [anon_sym_case] = ACTIONS(2477), + [anon_sym_fallthrough] = ACTIONS(2477), + [anon_sym_PLUS_EQ] = ACTIONS(2477), + [anon_sym_DASH_EQ] = ACTIONS(2477), + [anon_sym_STAR_EQ] = ACTIONS(2477), + [anon_sym_SLASH_EQ] = ACTIONS(2477), + [anon_sym_PERCENT_EQ] = ACTIONS(2477), + [anon_sym_BANG_EQ] = ACTIONS(2475), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2477), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2477), + [anon_sym_LT_EQ] = ACTIONS(2477), + [anon_sym_GT_EQ] = ACTIONS(2477), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2477), + [anon_sym_DOT_DOT_LT] = ACTIONS(2477), + [anon_sym_is] = ACTIONS(2477), + [anon_sym_PLUS] = ACTIONS(2475), + [anon_sym_DASH] = ACTIONS(2475), + [anon_sym_STAR] = ACTIONS(2475), + [anon_sym_SLASH] = ACTIONS(2475), + [anon_sym_PERCENT] = ACTIONS(2475), + [anon_sym_PLUS_PLUS] = ACTIONS(2477), + [anon_sym_DASH_DASH] = ACTIONS(2477), + [anon_sym_PIPE] = ACTIONS(2477), + [anon_sym_CARET] = ACTIONS(2475), + [anon_sym_LT_LT] = ACTIONS(2477), + [anon_sym_GT_GT] = ACTIONS(2477), + [anon_sym_class] = ACTIONS(2477), + [anon_sym_prefix] = ACTIONS(2477), + [anon_sym_infix] = ACTIONS(2477), + [anon_sym_postfix] = ACTIONS(2477), + [anon_sym_AT] = ACTIONS(2475), + [anon_sym_override] = ACTIONS(2477), + [anon_sym_convenience] = ACTIONS(2477), + [anon_sym_required] = ACTIONS(2477), + [anon_sym_nonisolated] = ACTIONS(2477), + [anon_sym_public] = ACTIONS(2477), + [anon_sym_private] = ACTIONS(2477), + [anon_sym_internal] = ACTIONS(2477), + [anon_sym_fileprivate] = ACTIONS(2477), + [anon_sym_open] = ACTIONS(2477), + [anon_sym_mutating] = ACTIONS(2477), + [anon_sym_nonmutating] = ACTIONS(2477), + [anon_sym_static] = ACTIONS(2477), + [anon_sym_dynamic] = ACTIONS(2477), + [anon_sym_optional] = ACTIONS(2477), + [anon_sym_distributed] = ACTIONS(2477), + [anon_sym_final] = ACTIONS(2477), + [anon_sym_inout] = ACTIONS(2477), + [anon_sym_ATescaping] = ACTIONS(2477), + [anon_sym_ATautoclosure] = ACTIONS(2477), + [anon_sym_weak] = ACTIONS(2477), + [anon_sym_unowned] = ACTIONS(2475), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2477), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2477), + [anon_sym_borrowing] = ACTIONS(2477), + [anon_sym_consuming] = ACTIONS(2477), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2477), + [sym__explicit_semi] = ACTIONS(2477), + [sym__dot_custom] = ACTIONS(2477), + [sym__conjunction_operator_custom] = ACTIONS(2477), + [sym__disjunction_operator_custom] = ACTIONS(2477), + [sym__nil_coalescing_operator_custom] = ACTIONS(2477), + [sym__eq_custom] = ACTIONS(2477), + [sym__eq_eq_custom] = ACTIONS(2477), + [sym__plus_then_ws] = ACTIONS(2477), + [sym__minus_then_ws] = ACTIONS(2477), + [sym__bang_custom] = ACTIONS(2477), + [sym_default_keyword] = ACTIONS(2477), + [sym__as_custom] = ACTIONS(2477), + [sym__as_quest_custom] = ACTIONS(2477), + [sym__as_bang_custom] = ACTIONS(2477), + [sym__custom_operator] = ACTIONS(2477), + }, + [STATE(1352)] = { + [anon_sym_BANG] = ACTIONS(2763), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2765), + [anon_sym_package] = ACTIONS(2765), + [anon_sym_COMMA] = ACTIONS(2765), + [anon_sym_LPAREN] = ACTIONS(2765), + [anon_sym_LBRACK] = ACTIONS(2765), + [anon_sym_QMARK] = ACTIONS(2763), + [anon_sym_QMARK2] = ACTIONS(2765), + [anon_sym_AMP] = ACTIONS(2765), + [aux_sym_custom_operator_token1] = ACTIONS(2765), + [anon_sym_LT] = ACTIONS(2763), + [anon_sym_GT] = ACTIONS(2763), + [anon_sym_LBRACE] = ACTIONS(2765), + [anon_sym_CARET_LBRACE] = ACTIONS(2765), + [anon_sym_RBRACE] = ACTIONS(2765), + [anon_sym_case] = ACTIONS(2765), + [anon_sym_fallthrough] = ACTIONS(2765), + [anon_sym_PLUS_EQ] = ACTIONS(2765), + [anon_sym_DASH_EQ] = ACTIONS(2765), + [anon_sym_STAR_EQ] = ACTIONS(2765), + [anon_sym_SLASH_EQ] = ACTIONS(2765), + [anon_sym_PERCENT_EQ] = ACTIONS(2765), + [anon_sym_BANG_EQ] = ACTIONS(2763), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2765), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2765), + [anon_sym_LT_EQ] = ACTIONS(2765), + [anon_sym_GT_EQ] = ACTIONS(2765), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2765), + [anon_sym_DOT_DOT_LT] = ACTIONS(2765), + [anon_sym_is] = ACTIONS(2765), + [anon_sym_PLUS] = ACTIONS(2763), + [anon_sym_DASH] = ACTIONS(2763), + [anon_sym_STAR] = ACTIONS(2763), + [anon_sym_SLASH] = ACTIONS(2763), + [anon_sym_PERCENT] = ACTIONS(2763), + [anon_sym_PLUS_PLUS] = ACTIONS(2765), + [anon_sym_DASH_DASH] = ACTIONS(2765), + [anon_sym_PIPE] = ACTIONS(2765), + [anon_sym_CARET] = ACTIONS(2763), + [anon_sym_LT_LT] = ACTIONS(2765), + [anon_sym_GT_GT] = ACTIONS(2765), + [anon_sym_class] = ACTIONS(2765), + [anon_sym_prefix] = ACTIONS(2765), + [anon_sym_infix] = ACTIONS(2765), + [anon_sym_postfix] = ACTIONS(2765), + [anon_sym_AT] = ACTIONS(2763), + [anon_sym_override] = ACTIONS(2765), + [anon_sym_convenience] = ACTIONS(2765), + [anon_sym_required] = ACTIONS(2765), + [anon_sym_nonisolated] = ACTIONS(2765), + [anon_sym_public] = ACTIONS(2765), + [anon_sym_private] = ACTIONS(2765), + [anon_sym_internal] = ACTIONS(2765), + [anon_sym_fileprivate] = ACTIONS(2765), + [anon_sym_open] = ACTIONS(2765), + [anon_sym_mutating] = ACTIONS(2765), + [anon_sym_nonmutating] = ACTIONS(2765), + [anon_sym_static] = ACTIONS(2765), + [anon_sym_dynamic] = ACTIONS(2765), + [anon_sym_optional] = ACTIONS(2765), + [anon_sym_distributed] = ACTIONS(2765), + [anon_sym_final] = ACTIONS(2765), + [anon_sym_inout] = ACTIONS(2765), + [anon_sym_ATescaping] = ACTIONS(2765), + [anon_sym_ATautoclosure] = ACTIONS(2765), + [anon_sym_weak] = ACTIONS(2765), + [anon_sym_unowned] = ACTIONS(2763), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2765), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2765), + [anon_sym_borrowing] = ACTIONS(2765), + [anon_sym_consuming] = ACTIONS(2765), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2765), + [sym__explicit_semi] = ACTIONS(2765), + [sym__dot_custom] = ACTIONS(2765), + [sym__conjunction_operator_custom] = ACTIONS(2765), + [sym__disjunction_operator_custom] = ACTIONS(2765), + [sym__nil_coalescing_operator_custom] = ACTIONS(2765), + [sym__eq_custom] = ACTIONS(2765), + [sym__eq_eq_custom] = ACTIONS(2765), + [sym__plus_then_ws] = ACTIONS(2765), + [sym__minus_then_ws] = ACTIONS(2765), + [sym__bang_custom] = ACTIONS(2765), + [sym_default_keyword] = ACTIONS(2765), + [sym__as_custom] = ACTIONS(2765), + [sym__as_quest_custom] = ACTIONS(2765), + [sym__as_bang_custom] = ACTIONS(2765), + [sym__custom_operator] = ACTIONS(2765), + }, + [STATE(1353)] = { + [anon_sym_BANG] = ACTIONS(2511), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2513), + [anon_sym_package] = ACTIONS(2513), + [anon_sym_COMMA] = ACTIONS(2513), + [anon_sym_LPAREN] = ACTIONS(2513), + [anon_sym_LBRACK] = ACTIONS(2513), + [anon_sym_QMARK] = ACTIONS(2511), + [anon_sym_QMARK2] = ACTIONS(2513), + [anon_sym_AMP] = ACTIONS(2513), + [aux_sym_custom_operator_token1] = ACTIONS(2513), + [anon_sym_LT] = ACTIONS(2511), + [anon_sym_GT] = ACTIONS(2511), + [anon_sym_LBRACE] = ACTIONS(2513), + [anon_sym_CARET_LBRACE] = ACTIONS(2513), + [anon_sym_RBRACE] = ACTIONS(2513), + [anon_sym_case] = ACTIONS(2513), + [anon_sym_fallthrough] = ACTIONS(2513), + [anon_sym_PLUS_EQ] = ACTIONS(2513), + [anon_sym_DASH_EQ] = ACTIONS(2513), + [anon_sym_STAR_EQ] = ACTIONS(2513), + [anon_sym_SLASH_EQ] = ACTIONS(2513), + [anon_sym_PERCENT_EQ] = ACTIONS(2513), + [anon_sym_BANG_EQ] = ACTIONS(2511), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2513), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2513), + [anon_sym_LT_EQ] = ACTIONS(2513), + [anon_sym_GT_EQ] = ACTIONS(2513), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2513), + [anon_sym_DOT_DOT_LT] = ACTIONS(2513), + [anon_sym_is] = ACTIONS(2513), + [anon_sym_PLUS] = ACTIONS(2511), + [anon_sym_DASH] = ACTIONS(2511), + [anon_sym_STAR] = ACTIONS(2511), + [anon_sym_SLASH] = ACTIONS(2511), + [anon_sym_PERCENT] = ACTIONS(2511), + [anon_sym_PLUS_PLUS] = ACTIONS(2513), + [anon_sym_DASH_DASH] = ACTIONS(2513), + [anon_sym_PIPE] = ACTIONS(2513), + [anon_sym_CARET] = ACTIONS(2511), + [anon_sym_LT_LT] = ACTIONS(2513), + [anon_sym_GT_GT] = ACTIONS(2513), + [anon_sym_class] = ACTIONS(2513), + [anon_sym_prefix] = ACTIONS(2513), + [anon_sym_infix] = ACTIONS(2513), + [anon_sym_postfix] = ACTIONS(2513), + [anon_sym_AT] = ACTIONS(2511), + [anon_sym_override] = ACTIONS(2513), + [anon_sym_convenience] = ACTIONS(2513), + [anon_sym_required] = ACTIONS(2513), + [anon_sym_nonisolated] = ACTIONS(2513), + [anon_sym_public] = ACTIONS(2513), + [anon_sym_private] = ACTIONS(2513), + [anon_sym_internal] = ACTIONS(2513), + [anon_sym_fileprivate] = ACTIONS(2513), + [anon_sym_open] = ACTIONS(2513), + [anon_sym_mutating] = ACTIONS(2513), + [anon_sym_nonmutating] = ACTIONS(2513), + [anon_sym_static] = ACTIONS(2513), + [anon_sym_dynamic] = ACTIONS(2513), + [anon_sym_optional] = ACTIONS(2513), + [anon_sym_distributed] = ACTIONS(2513), + [anon_sym_final] = ACTIONS(2513), + [anon_sym_inout] = ACTIONS(2513), + [anon_sym_ATescaping] = ACTIONS(2513), + [anon_sym_ATautoclosure] = ACTIONS(2513), + [anon_sym_weak] = ACTIONS(2513), + [anon_sym_unowned] = ACTIONS(2511), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2513), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2513), + [anon_sym_borrowing] = ACTIONS(2513), + [anon_sym_consuming] = ACTIONS(2513), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2513), + [sym__explicit_semi] = ACTIONS(2513), + [sym__dot_custom] = ACTIONS(2513), + [sym__conjunction_operator_custom] = ACTIONS(2513), + [sym__disjunction_operator_custom] = ACTIONS(2513), + [sym__nil_coalescing_operator_custom] = ACTIONS(2513), + [sym__eq_custom] = ACTIONS(2513), + [sym__eq_eq_custom] = ACTIONS(2513), + [sym__plus_then_ws] = ACTIONS(2513), + [sym__minus_then_ws] = ACTIONS(2513), + [sym__bang_custom] = ACTIONS(2513), + [sym_default_keyword] = ACTIONS(2513), + [sym__as_custom] = ACTIONS(2513), + [sym__as_quest_custom] = ACTIONS(2513), + [sym__as_bang_custom] = ACTIONS(2513), + [sym__custom_operator] = ACTIONS(2513), + }, + [STATE(1354)] = { + [anon_sym_BANG] = ACTIONS(2469), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2472), + [anon_sym_package] = ACTIONS(2472), + [anon_sym_COMMA] = ACTIONS(2472), + [anon_sym_LPAREN] = ACTIONS(2472), + [anon_sym_LBRACK] = ACTIONS(2472), + [anon_sym_QMARK] = ACTIONS(2469), + [anon_sym_QMARK2] = ACTIONS(2472), + [anon_sym_AMP] = ACTIONS(2472), + [aux_sym_custom_operator_token1] = ACTIONS(2472), + [anon_sym_LT] = ACTIONS(2469), + [anon_sym_GT] = ACTIONS(2469), + [anon_sym_LBRACE] = ACTIONS(2472), + [anon_sym_CARET_LBRACE] = ACTIONS(2472), + [anon_sym_RBRACE] = ACTIONS(2472), + [anon_sym_case] = ACTIONS(2472), + [anon_sym_fallthrough] = ACTIONS(2472), + [anon_sym_PLUS_EQ] = ACTIONS(2472), + [anon_sym_DASH_EQ] = ACTIONS(2472), + [anon_sym_STAR_EQ] = ACTIONS(2472), + [anon_sym_SLASH_EQ] = ACTIONS(2472), + [anon_sym_PERCENT_EQ] = ACTIONS(2472), + [anon_sym_BANG_EQ] = ACTIONS(2469), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2472), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2472), + [anon_sym_LT_EQ] = ACTIONS(2472), + [anon_sym_GT_EQ] = ACTIONS(2472), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2472), + [anon_sym_DOT_DOT_LT] = ACTIONS(2472), + [anon_sym_is] = ACTIONS(2472), + [anon_sym_PLUS] = ACTIONS(2469), + [anon_sym_DASH] = ACTIONS(2469), + [anon_sym_STAR] = ACTIONS(2469), + [anon_sym_SLASH] = ACTIONS(2469), + [anon_sym_PERCENT] = ACTIONS(2469), + [anon_sym_PLUS_PLUS] = ACTIONS(2472), + [anon_sym_DASH_DASH] = ACTIONS(2472), + [anon_sym_PIPE] = ACTIONS(2472), + [anon_sym_CARET] = ACTIONS(2469), + [anon_sym_LT_LT] = ACTIONS(2472), + [anon_sym_GT_GT] = ACTIONS(2472), + [anon_sym_class] = ACTIONS(2472), + [anon_sym_prefix] = ACTIONS(2472), + [anon_sym_infix] = ACTIONS(2472), + [anon_sym_postfix] = ACTIONS(2472), + [anon_sym_AT] = ACTIONS(2469), + [anon_sym_override] = ACTIONS(2472), + [anon_sym_convenience] = ACTIONS(2472), + [anon_sym_required] = ACTIONS(2472), + [anon_sym_nonisolated] = ACTIONS(2472), + [anon_sym_public] = ACTIONS(2472), + [anon_sym_private] = ACTIONS(2472), + [anon_sym_internal] = ACTIONS(2472), + [anon_sym_fileprivate] = ACTIONS(2472), + [anon_sym_open] = ACTIONS(2472), + [anon_sym_mutating] = ACTIONS(2472), + [anon_sym_nonmutating] = ACTIONS(2472), + [anon_sym_static] = ACTIONS(2472), + [anon_sym_dynamic] = ACTIONS(2472), + [anon_sym_optional] = ACTIONS(2472), + [anon_sym_distributed] = ACTIONS(2472), + [anon_sym_final] = ACTIONS(2472), + [anon_sym_inout] = ACTIONS(2472), + [anon_sym_ATescaping] = ACTIONS(2472), + [anon_sym_ATautoclosure] = ACTIONS(2472), + [anon_sym_weak] = ACTIONS(2472), + [anon_sym_unowned] = ACTIONS(2469), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2472), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2472), + [anon_sym_borrowing] = ACTIONS(2472), + [anon_sym_consuming] = ACTIONS(2472), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2472), + [sym__explicit_semi] = ACTIONS(2472), + [sym__dot_custom] = ACTIONS(2472), + [sym__conjunction_operator_custom] = ACTIONS(2472), + [sym__disjunction_operator_custom] = ACTIONS(2472), + [sym__nil_coalescing_operator_custom] = ACTIONS(2472), + [sym__eq_custom] = ACTIONS(2472), + [sym__eq_eq_custom] = ACTIONS(2472), + [sym__plus_then_ws] = ACTIONS(2472), + [sym__minus_then_ws] = ACTIONS(2472), + [sym__bang_custom] = ACTIONS(2472), + [sym_default_keyword] = ACTIONS(2472), + [sym__as_custom] = ACTIONS(2472), + [sym__as_quest_custom] = ACTIONS(2472), + [sym__as_bang_custom] = ACTIONS(2472), + [sym__custom_operator] = ACTIONS(2472), + }, + [STATE(1355)] = { + [anon_sym_BANG] = ACTIONS(2487), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2489), + [anon_sym_package] = ACTIONS(2489), + [anon_sym_COMMA] = ACTIONS(2489), + [anon_sym_LPAREN] = ACTIONS(2489), + [anon_sym_LBRACK] = ACTIONS(2489), + [anon_sym_QMARK] = ACTIONS(2487), + [anon_sym_QMARK2] = ACTIONS(2489), + [anon_sym_AMP] = ACTIONS(2489), + [aux_sym_custom_operator_token1] = ACTIONS(2489), + [anon_sym_LT] = ACTIONS(2487), + [anon_sym_GT] = ACTIONS(2487), + [anon_sym_LBRACE] = ACTIONS(2489), + [anon_sym_CARET_LBRACE] = ACTIONS(2489), + [anon_sym_RBRACE] = ACTIONS(2489), + [anon_sym_case] = ACTIONS(2489), + [anon_sym_fallthrough] = ACTIONS(2489), + [anon_sym_PLUS_EQ] = ACTIONS(2489), + [anon_sym_DASH_EQ] = ACTIONS(2489), + [anon_sym_STAR_EQ] = ACTIONS(2489), + [anon_sym_SLASH_EQ] = ACTIONS(2489), + [anon_sym_PERCENT_EQ] = ACTIONS(2489), + [anon_sym_BANG_EQ] = ACTIONS(2487), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2489), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2489), + [anon_sym_LT_EQ] = ACTIONS(2489), + [anon_sym_GT_EQ] = ACTIONS(2489), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2489), + [anon_sym_DOT_DOT_LT] = ACTIONS(2489), + [anon_sym_is] = ACTIONS(2489), + [anon_sym_PLUS] = ACTIONS(2487), + [anon_sym_DASH] = ACTIONS(2487), + [anon_sym_STAR] = ACTIONS(2487), + [anon_sym_SLASH] = ACTIONS(2487), + [anon_sym_PERCENT] = ACTIONS(2487), + [anon_sym_PLUS_PLUS] = ACTIONS(2489), + [anon_sym_DASH_DASH] = ACTIONS(2489), + [anon_sym_PIPE] = ACTIONS(2489), + [anon_sym_CARET] = ACTIONS(2487), + [anon_sym_LT_LT] = ACTIONS(2489), + [anon_sym_GT_GT] = ACTIONS(2489), + [anon_sym_class] = ACTIONS(2489), + [anon_sym_prefix] = ACTIONS(2489), + [anon_sym_infix] = ACTIONS(2489), + [anon_sym_postfix] = ACTIONS(2489), + [anon_sym_AT] = ACTIONS(2487), + [anon_sym_override] = ACTIONS(2489), + [anon_sym_convenience] = ACTIONS(2489), + [anon_sym_required] = ACTIONS(2489), + [anon_sym_nonisolated] = ACTIONS(2489), + [anon_sym_public] = ACTIONS(2489), + [anon_sym_private] = ACTIONS(2489), + [anon_sym_internal] = ACTIONS(2489), + [anon_sym_fileprivate] = ACTIONS(2489), + [anon_sym_open] = ACTIONS(2489), + [anon_sym_mutating] = ACTIONS(2489), + [anon_sym_nonmutating] = ACTIONS(2489), + [anon_sym_static] = ACTIONS(2489), + [anon_sym_dynamic] = ACTIONS(2489), + [anon_sym_optional] = ACTIONS(2489), + [anon_sym_distributed] = ACTIONS(2489), + [anon_sym_final] = ACTIONS(2489), + [anon_sym_inout] = ACTIONS(2489), + [anon_sym_ATescaping] = ACTIONS(2489), + [anon_sym_ATautoclosure] = ACTIONS(2489), + [anon_sym_weak] = ACTIONS(2489), + [anon_sym_unowned] = ACTIONS(2487), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2489), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2489), + [anon_sym_borrowing] = ACTIONS(2489), + [anon_sym_consuming] = ACTIONS(2489), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2489), + [sym__explicit_semi] = ACTIONS(2489), + [sym__dot_custom] = ACTIONS(2489), + [sym__conjunction_operator_custom] = ACTIONS(2489), + [sym__disjunction_operator_custom] = ACTIONS(2489), + [sym__nil_coalescing_operator_custom] = ACTIONS(2489), + [sym__eq_custom] = ACTIONS(2489), + [sym__eq_eq_custom] = ACTIONS(2489), + [sym__plus_then_ws] = ACTIONS(2489), + [sym__minus_then_ws] = ACTIONS(2489), + [sym__bang_custom] = ACTIONS(2489), + [sym_default_keyword] = ACTIONS(2489), + [sym__as_custom] = ACTIONS(2489), + [sym__as_quest_custom] = ACTIONS(2489), + [sym__as_bang_custom] = ACTIONS(2489), + [sym__custom_operator] = ACTIONS(2489), + }, + [STATE(1356)] = { + [anon_sym_BANG] = ACTIONS(453), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(475), + [anon_sym_package] = ACTIONS(475), + [anon_sym_COMMA] = ACTIONS(475), + [anon_sym_LPAREN] = ACTIONS(475), + [anon_sym_LBRACK] = ACTIONS(475), + [anon_sym_QMARK] = ACTIONS(453), + [anon_sym_QMARK2] = ACTIONS(475), + [anon_sym_AMP] = ACTIONS(475), + [aux_sym_custom_operator_token1] = ACTIONS(475), + [anon_sym_LT] = ACTIONS(453), + [anon_sym_GT] = ACTIONS(453), + [anon_sym_LBRACE] = ACTIONS(475), + [anon_sym_CARET_LBRACE] = ACTIONS(475), + [anon_sym_RBRACE] = ACTIONS(475), + [anon_sym_case] = ACTIONS(475), + [anon_sym_fallthrough] = ACTIONS(475), + [anon_sym_PLUS_EQ] = ACTIONS(475), + [anon_sym_DASH_EQ] = ACTIONS(475), + [anon_sym_STAR_EQ] = ACTIONS(475), + [anon_sym_SLASH_EQ] = ACTIONS(475), + [anon_sym_PERCENT_EQ] = ACTIONS(475), + [anon_sym_BANG_EQ] = ACTIONS(453), + [anon_sym_BANG_EQ_EQ] = ACTIONS(475), + [anon_sym_EQ_EQ_EQ] = ACTIONS(475), + [anon_sym_LT_EQ] = ACTIONS(475), + [anon_sym_GT_EQ] = ACTIONS(475), + [anon_sym_DOT_DOT_DOT] = ACTIONS(475), + [anon_sym_DOT_DOT_LT] = ACTIONS(475), + [anon_sym_is] = ACTIONS(475), + [anon_sym_PLUS] = ACTIONS(453), + [anon_sym_DASH] = ACTIONS(453), + [anon_sym_STAR] = ACTIONS(453), + [anon_sym_SLASH] = ACTIONS(453), + [anon_sym_PERCENT] = ACTIONS(453), + [anon_sym_PLUS_PLUS] = ACTIONS(475), + [anon_sym_DASH_DASH] = ACTIONS(475), + [anon_sym_PIPE] = ACTIONS(475), + [anon_sym_CARET] = ACTIONS(453), + [anon_sym_LT_LT] = ACTIONS(475), + [anon_sym_GT_GT] = ACTIONS(475), + [anon_sym_class] = ACTIONS(475), + [anon_sym_prefix] = ACTIONS(475), + [anon_sym_infix] = ACTIONS(475), + [anon_sym_postfix] = ACTIONS(475), + [anon_sym_AT] = ACTIONS(453), + [anon_sym_override] = ACTIONS(475), + [anon_sym_convenience] = ACTIONS(475), + [anon_sym_required] = ACTIONS(475), + [anon_sym_nonisolated] = ACTIONS(475), + [anon_sym_public] = ACTIONS(475), + [anon_sym_private] = ACTIONS(475), + [anon_sym_internal] = ACTIONS(475), + [anon_sym_fileprivate] = ACTIONS(475), + [anon_sym_open] = ACTIONS(475), + [anon_sym_mutating] = ACTIONS(475), + [anon_sym_nonmutating] = ACTIONS(475), + [anon_sym_static] = ACTIONS(475), + [anon_sym_dynamic] = ACTIONS(475), + [anon_sym_optional] = ACTIONS(475), + [anon_sym_distributed] = ACTIONS(475), + [anon_sym_final] = ACTIONS(475), + [anon_sym_inout] = ACTIONS(475), + [anon_sym_ATescaping] = ACTIONS(475), + [anon_sym_ATautoclosure] = ACTIONS(475), + [anon_sym_weak] = ACTIONS(475), + [anon_sym_unowned] = ACTIONS(453), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(475), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(475), + [anon_sym_borrowing] = ACTIONS(475), + [anon_sym_consuming] = ACTIONS(475), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(475), + [sym__explicit_semi] = ACTIONS(475), + [sym__dot_custom] = ACTIONS(475), + [sym__conjunction_operator_custom] = ACTIONS(475), + [sym__disjunction_operator_custom] = ACTIONS(475), + [sym__nil_coalescing_operator_custom] = ACTIONS(475), + [sym__eq_custom] = ACTIONS(475), + [sym__eq_eq_custom] = ACTIONS(475), + [sym__plus_then_ws] = ACTIONS(475), + [sym__minus_then_ws] = ACTIONS(475), + [sym__bang_custom] = ACTIONS(475), + [sym_default_keyword] = ACTIONS(475), + [sym__as_custom] = ACTIONS(475), + [sym__as_quest_custom] = ACTIONS(475), + [sym__as_bang_custom] = ACTIONS(475), + [sym__custom_operator] = ACTIONS(475), + }, + [STATE(1357)] = { + [anon_sym_BANG] = ACTIONS(2491), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2493), + [anon_sym_package] = ACTIONS(2493), + [anon_sym_COMMA] = ACTIONS(2493), + [anon_sym_LPAREN] = ACTIONS(2493), + [anon_sym_LBRACK] = ACTIONS(2493), + [anon_sym_QMARK] = ACTIONS(2491), + [anon_sym_QMARK2] = ACTIONS(2493), + [anon_sym_AMP] = ACTIONS(2493), + [aux_sym_custom_operator_token1] = ACTIONS(2493), + [anon_sym_LT] = ACTIONS(2491), + [anon_sym_GT] = ACTIONS(2491), + [anon_sym_LBRACE] = ACTIONS(2493), + [anon_sym_CARET_LBRACE] = ACTIONS(2493), + [anon_sym_RBRACE] = ACTIONS(2493), + [anon_sym_case] = ACTIONS(2493), + [anon_sym_fallthrough] = ACTIONS(2493), + [anon_sym_PLUS_EQ] = ACTIONS(2493), + [anon_sym_DASH_EQ] = ACTIONS(2493), + [anon_sym_STAR_EQ] = ACTIONS(2493), + [anon_sym_SLASH_EQ] = ACTIONS(2493), + [anon_sym_PERCENT_EQ] = ACTIONS(2493), + [anon_sym_BANG_EQ] = ACTIONS(2491), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2493), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2493), + [anon_sym_LT_EQ] = ACTIONS(2493), + [anon_sym_GT_EQ] = ACTIONS(2493), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2493), + [anon_sym_DOT_DOT_LT] = ACTIONS(2493), + [anon_sym_is] = ACTIONS(2493), + [anon_sym_PLUS] = ACTIONS(2491), + [anon_sym_DASH] = ACTIONS(2491), + [anon_sym_STAR] = ACTIONS(2491), + [anon_sym_SLASH] = ACTIONS(2491), + [anon_sym_PERCENT] = ACTIONS(2491), + [anon_sym_PLUS_PLUS] = ACTIONS(2493), + [anon_sym_DASH_DASH] = ACTIONS(2493), + [anon_sym_PIPE] = ACTIONS(2493), + [anon_sym_CARET] = ACTIONS(2491), + [anon_sym_LT_LT] = ACTIONS(2493), + [anon_sym_GT_GT] = ACTIONS(2493), + [anon_sym_class] = ACTIONS(2493), + [anon_sym_prefix] = ACTIONS(2493), + [anon_sym_infix] = ACTIONS(2493), + [anon_sym_postfix] = ACTIONS(2493), + [anon_sym_AT] = ACTIONS(2491), + [anon_sym_override] = ACTIONS(2493), + [anon_sym_convenience] = ACTIONS(2493), + [anon_sym_required] = ACTIONS(2493), + [anon_sym_nonisolated] = ACTIONS(2493), + [anon_sym_public] = ACTIONS(2493), + [anon_sym_private] = ACTIONS(2493), + [anon_sym_internal] = ACTIONS(2493), + [anon_sym_fileprivate] = ACTIONS(2493), + [anon_sym_open] = ACTIONS(2493), + [anon_sym_mutating] = ACTIONS(2493), + [anon_sym_nonmutating] = ACTIONS(2493), + [anon_sym_static] = ACTIONS(2493), + [anon_sym_dynamic] = ACTIONS(2493), + [anon_sym_optional] = ACTIONS(2493), + [anon_sym_distributed] = ACTIONS(2493), + [anon_sym_final] = ACTIONS(2493), + [anon_sym_inout] = ACTIONS(2493), + [anon_sym_ATescaping] = ACTIONS(2493), + [anon_sym_ATautoclosure] = ACTIONS(2493), + [anon_sym_weak] = ACTIONS(2493), + [anon_sym_unowned] = ACTIONS(2491), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2493), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2493), + [anon_sym_borrowing] = ACTIONS(2493), + [anon_sym_consuming] = ACTIONS(2493), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2493), + [sym__explicit_semi] = ACTIONS(2493), + [sym__dot_custom] = ACTIONS(2493), + [sym__conjunction_operator_custom] = ACTIONS(2493), + [sym__disjunction_operator_custom] = ACTIONS(2493), + [sym__nil_coalescing_operator_custom] = ACTIONS(2493), + [sym__eq_custom] = ACTIONS(2493), + [sym__eq_eq_custom] = ACTIONS(2493), + [sym__plus_then_ws] = ACTIONS(2493), + [sym__minus_then_ws] = ACTIONS(2493), + [sym__bang_custom] = ACTIONS(2493), + [sym_default_keyword] = ACTIONS(2493), + [sym__as_custom] = ACTIONS(2493), + [sym__as_quest_custom] = ACTIONS(2493), + [sym__as_bang_custom] = ACTIONS(2493), + [sym__custom_operator] = ACTIONS(2493), + }, + [STATE(1358)] = { + [anon_sym_BANG] = ACTIONS(2503), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2505), + [anon_sym_package] = ACTIONS(2505), + [anon_sym_COMMA] = ACTIONS(2505), + [anon_sym_LPAREN] = ACTIONS(2505), + [anon_sym_LBRACK] = ACTIONS(2505), + [anon_sym_QMARK] = ACTIONS(2503), + [anon_sym_QMARK2] = ACTIONS(2505), + [anon_sym_AMP] = ACTIONS(2505), + [aux_sym_custom_operator_token1] = ACTIONS(2505), + [anon_sym_LT] = ACTIONS(2503), + [anon_sym_GT] = ACTIONS(2503), + [anon_sym_LBRACE] = ACTIONS(2505), + [anon_sym_CARET_LBRACE] = ACTIONS(2505), + [anon_sym_RBRACE] = ACTIONS(2505), + [anon_sym_case] = ACTIONS(2505), + [anon_sym_fallthrough] = ACTIONS(2505), + [anon_sym_PLUS_EQ] = ACTIONS(2505), + [anon_sym_DASH_EQ] = ACTIONS(2505), + [anon_sym_STAR_EQ] = ACTIONS(2505), + [anon_sym_SLASH_EQ] = ACTIONS(2505), + [anon_sym_PERCENT_EQ] = ACTIONS(2505), + [anon_sym_BANG_EQ] = ACTIONS(2503), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2505), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2505), + [anon_sym_LT_EQ] = ACTIONS(2505), + [anon_sym_GT_EQ] = ACTIONS(2505), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2505), + [anon_sym_DOT_DOT_LT] = ACTIONS(2505), + [anon_sym_is] = ACTIONS(2505), + [anon_sym_PLUS] = ACTIONS(2503), + [anon_sym_DASH] = ACTIONS(2503), + [anon_sym_STAR] = ACTIONS(2503), + [anon_sym_SLASH] = ACTIONS(2503), + [anon_sym_PERCENT] = ACTIONS(2503), + [anon_sym_PLUS_PLUS] = ACTIONS(2505), + [anon_sym_DASH_DASH] = ACTIONS(2505), + [anon_sym_PIPE] = ACTIONS(2505), + [anon_sym_CARET] = ACTIONS(2503), + [anon_sym_LT_LT] = ACTIONS(2505), + [anon_sym_GT_GT] = ACTIONS(2505), + [anon_sym_class] = ACTIONS(2505), + [anon_sym_prefix] = ACTIONS(2505), + [anon_sym_infix] = ACTIONS(2505), + [anon_sym_postfix] = ACTIONS(2505), + [anon_sym_AT] = ACTIONS(2503), + [anon_sym_override] = ACTIONS(2505), + [anon_sym_convenience] = ACTIONS(2505), + [anon_sym_required] = ACTIONS(2505), + [anon_sym_nonisolated] = ACTIONS(2505), + [anon_sym_public] = ACTIONS(2505), + [anon_sym_private] = ACTIONS(2505), + [anon_sym_internal] = ACTIONS(2505), + [anon_sym_fileprivate] = ACTIONS(2505), + [anon_sym_open] = ACTIONS(2505), + [anon_sym_mutating] = ACTIONS(2505), + [anon_sym_nonmutating] = ACTIONS(2505), + [anon_sym_static] = ACTIONS(2505), + [anon_sym_dynamic] = ACTIONS(2505), + [anon_sym_optional] = ACTIONS(2505), + [anon_sym_distributed] = ACTIONS(2505), + [anon_sym_final] = ACTIONS(2505), + [anon_sym_inout] = ACTIONS(2505), + [anon_sym_ATescaping] = ACTIONS(2505), + [anon_sym_ATautoclosure] = ACTIONS(2505), + [anon_sym_weak] = ACTIONS(2505), + [anon_sym_unowned] = ACTIONS(2503), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2505), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2505), + [anon_sym_borrowing] = ACTIONS(2505), + [anon_sym_consuming] = ACTIONS(2505), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2505), + [sym__explicit_semi] = ACTIONS(2505), + [sym__dot_custom] = ACTIONS(2505), + [sym__conjunction_operator_custom] = ACTIONS(2505), + [sym__disjunction_operator_custom] = ACTIONS(2505), + [sym__nil_coalescing_operator_custom] = ACTIONS(2505), + [sym__eq_custom] = ACTIONS(2505), + [sym__eq_eq_custom] = ACTIONS(2505), + [sym__plus_then_ws] = ACTIONS(2505), + [sym__minus_then_ws] = ACTIONS(2505), + [sym__bang_custom] = ACTIONS(2505), + [sym_default_keyword] = ACTIONS(2505), + [sym__as_custom] = ACTIONS(2505), + [sym__as_quest_custom] = ACTIONS(2505), + [sym__as_bang_custom] = ACTIONS(2505), + [sym__custom_operator] = ACTIONS(2505), + }, + [STATE(1359)] = { + [anon_sym_BANG] = ACTIONS(2579), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2581), + [anon_sym_package] = ACTIONS(2581), + [anon_sym_COMMA] = ACTIONS(2581), + [anon_sym_LPAREN] = ACTIONS(2581), + [anon_sym_LBRACK] = ACTIONS(2581), + [anon_sym_QMARK] = ACTIONS(2579), + [anon_sym_QMARK2] = ACTIONS(2581), + [anon_sym_AMP] = ACTIONS(2581), + [aux_sym_custom_operator_token1] = ACTIONS(2581), + [anon_sym_LT] = ACTIONS(2579), + [anon_sym_GT] = ACTIONS(2579), + [anon_sym_LBRACE] = ACTIONS(2581), + [anon_sym_CARET_LBRACE] = ACTIONS(2581), + [anon_sym_RBRACE] = ACTIONS(2581), + [anon_sym_case] = ACTIONS(2581), + [anon_sym_fallthrough] = ACTIONS(2581), + [anon_sym_PLUS_EQ] = ACTIONS(2581), + [anon_sym_DASH_EQ] = ACTIONS(2581), + [anon_sym_STAR_EQ] = ACTIONS(2581), + [anon_sym_SLASH_EQ] = ACTIONS(2581), + [anon_sym_PERCENT_EQ] = ACTIONS(2581), + [anon_sym_BANG_EQ] = ACTIONS(2579), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2581), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2581), + [anon_sym_LT_EQ] = ACTIONS(2581), + [anon_sym_GT_EQ] = ACTIONS(2581), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2581), + [anon_sym_DOT_DOT_LT] = ACTIONS(2581), + [anon_sym_is] = ACTIONS(2581), + [anon_sym_PLUS] = ACTIONS(2579), + [anon_sym_DASH] = ACTIONS(2579), + [anon_sym_STAR] = ACTIONS(2579), + [anon_sym_SLASH] = ACTIONS(2579), + [anon_sym_PERCENT] = ACTIONS(2579), + [anon_sym_PLUS_PLUS] = ACTIONS(2581), + [anon_sym_DASH_DASH] = ACTIONS(2581), + [anon_sym_PIPE] = ACTIONS(2581), + [anon_sym_CARET] = ACTIONS(2579), + [anon_sym_LT_LT] = ACTIONS(2581), + [anon_sym_GT_GT] = ACTIONS(2581), + [anon_sym_class] = ACTIONS(2581), + [anon_sym_prefix] = ACTIONS(2581), + [anon_sym_infix] = ACTIONS(2581), + [anon_sym_postfix] = ACTIONS(2581), + [anon_sym_AT] = ACTIONS(2579), + [anon_sym_override] = ACTIONS(2581), + [anon_sym_convenience] = ACTIONS(2581), + [anon_sym_required] = ACTIONS(2581), + [anon_sym_nonisolated] = ACTIONS(2581), + [anon_sym_public] = ACTIONS(2581), + [anon_sym_private] = ACTIONS(2581), + [anon_sym_internal] = ACTIONS(2581), + [anon_sym_fileprivate] = ACTIONS(2581), + [anon_sym_open] = ACTIONS(2581), + [anon_sym_mutating] = ACTIONS(2581), + [anon_sym_nonmutating] = ACTIONS(2581), + [anon_sym_static] = ACTIONS(2581), + [anon_sym_dynamic] = ACTIONS(2581), + [anon_sym_optional] = ACTIONS(2581), + [anon_sym_distributed] = ACTIONS(2581), + [anon_sym_final] = ACTIONS(2581), + [anon_sym_inout] = ACTIONS(2581), + [anon_sym_ATescaping] = ACTIONS(2581), + [anon_sym_ATautoclosure] = ACTIONS(2581), + [anon_sym_weak] = ACTIONS(2581), + [anon_sym_unowned] = ACTIONS(2579), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2581), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2581), + [anon_sym_borrowing] = ACTIONS(2581), + [anon_sym_consuming] = ACTIONS(2581), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2581), + [sym__explicit_semi] = ACTIONS(2581), + [sym__dot_custom] = ACTIONS(2581), + [sym__conjunction_operator_custom] = ACTIONS(2581), + [sym__disjunction_operator_custom] = ACTIONS(2581), + [sym__nil_coalescing_operator_custom] = ACTIONS(2581), + [sym__eq_custom] = ACTIONS(2581), + [sym__eq_eq_custom] = ACTIONS(2581), + [sym__plus_then_ws] = ACTIONS(2581), + [sym__minus_then_ws] = ACTIONS(2581), + [sym__bang_custom] = ACTIONS(2581), + [sym_default_keyword] = ACTIONS(2581), + [sym__as_custom] = ACTIONS(2581), + [sym__as_quest_custom] = ACTIONS(2581), + [sym__as_bang_custom] = ACTIONS(2581), + [sym__custom_operator] = ACTIONS(2581), + }, + [STATE(1360)] = { + [anon_sym_BANG] = ACTIONS(2379), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2381), + [anon_sym_package] = ACTIONS(2381), + [anon_sym_COMMA] = ACTIONS(2381), + [anon_sym_LPAREN] = ACTIONS(2381), + [anon_sym_LBRACK] = ACTIONS(2381), + [anon_sym_QMARK] = ACTIONS(2379), + [anon_sym_QMARK2] = ACTIONS(2381), + [anon_sym_AMP] = ACTIONS(2381), + [aux_sym_custom_operator_token1] = ACTIONS(2381), + [anon_sym_LT] = ACTIONS(2379), + [anon_sym_GT] = ACTIONS(2379), + [anon_sym_LBRACE] = ACTIONS(2381), + [anon_sym_CARET_LBRACE] = ACTIONS(2381), + [anon_sym_RBRACE] = ACTIONS(2381), + [anon_sym_case] = ACTIONS(2381), + [anon_sym_fallthrough] = ACTIONS(2381), + [anon_sym_PLUS_EQ] = ACTIONS(2381), + [anon_sym_DASH_EQ] = ACTIONS(2381), + [anon_sym_STAR_EQ] = ACTIONS(2381), + [anon_sym_SLASH_EQ] = ACTIONS(2381), + [anon_sym_PERCENT_EQ] = ACTIONS(2381), + [anon_sym_BANG_EQ] = ACTIONS(2379), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2381), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2381), + [anon_sym_LT_EQ] = ACTIONS(2381), + [anon_sym_GT_EQ] = ACTIONS(2381), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2381), + [anon_sym_DOT_DOT_LT] = ACTIONS(2381), + [anon_sym_is] = ACTIONS(2381), + [anon_sym_PLUS] = ACTIONS(2379), + [anon_sym_DASH] = ACTIONS(2379), + [anon_sym_STAR] = ACTIONS(2379), + [anon_sym_SLASH] = ACTIONS(2379), + [anon_sym_PERCENT] = ACTIONS(2379), + [anon_sym_PLUS_PLUS] = ACTIONS(2381), + [anon_sym_DASH_DASH] = ACTIONS(2381), + [anon_sym_PIPE] = ACTIONS(2381), + [anon_sym_CARET] = ACTIONS(2379), + [anon_sym_LT_LT] = ACTIONS(2381), + [anon_sym_GT_GT] = ACTIONS(2381), + [anon_sym_class] = ACTIONS(2381), + [anon_sym_prefix] = ACTIONS(2381), + [anon_sym_infix] = ACTIONS(2381), + [anon_sym_postfix] = ACTIONS(2381), + [anon_sym_AT] = ACTIONS(2379), + [anon_sym_override] = ACTIONS(2381), + [anon_sym_convenience] = ACTIONS(2381), + [anon_sym_required] = ACTIONS(2381), + [anon_sym_nonisolated] = ACTIONS(2381), + [anon_sym_public] = ACTIONS(2381), + [anon_sym_private] = ACTIONS(2381), + [anon_sym_internal] = ACTIONS(2381), + [anon_sym_fileprivate] = ACTIONS(2381), + [anon_sym_open] = ACTIONS(2381), + [anon_sym_mutating] = ACTIONS(2381), + [anon_sym_nonmutating] = ACTIONS(2381), + [anon_sym_static] = ACTIONS(2381), + [anon_sym_dynamic] = ACTIONS(2381), + [anon_sym_optional] = ACTIONS(2381), + [anon_sym_distributed] = ACTIONS(2381), + [anon_sym_final] = ACTIONS(2381), + [anon_sym_inout] = ACTIONS(2381), + [anon_sym_ATescaping] = ACTIONS(2381), + [anon_sym_ATautoclosure] = ACTIONS(2381), + [anon_sym_weak] = ACTIONS(2381), + [anon_sym_unowned] = ACTIONS(2379), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2381), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2381), + [anon_sym_borrowing] = ACTIONS(2381), + [anon_sym_consuming] = ACTIONS(2381), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2381), + [sym__explicit_semi] = ACTIONS(2381), + [sym__dot_custom] = ACTIONS(2381), + [sym__conjunction_operator_custom] = ACTIONS(2381), + [sym__disjunction_operator_custom] = ACTIONS(2381), + [sym__nil_coalescing_operator_custom] = ACTIONS(2381), + [sym__eq_custom] = ACTIONS(2381), + [sym__eq_eq_custom] = ACTIONS(2381), + [sym__plus_then_ws] = ACTIONS(2381), + [sym__minus_then_ws] = ACTIONS(2381), + [sym__bang_custom] = ACTIONS(2381), + [sym_default_keyword] = ACTIONS(2381), + [sym__as_custom] = ACTIONS(2381), + [sym__as_quest_custom] = ACTIONS(2381), + [sym__as_bang_custom] = ACTIONS(2381), + [sym__custom_operator] = ACTIONS(2381), + }, + [STATE(1361)] = { + [anon_sym_BANG] = ACTIONS(2535), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2537), + [anon_sym_package] = ACTIONS(2537), + [anon_sym_COMMA] = ACTIONS(2537), + [anon_sym_LPAREN] = ACTIONS(2537), + [anon_sym_LBRACK] = ACTIONS(2537), + [anon_sym_QMARK] = ACTIONS(2535), + [anon_sym_QMARK2] = ACTIONS(2537), + [anon_sym_AMP] = ACTIONS(2537), + [aux_sym_custom_operator_token1] = ACTIONS(2537), + [anon_sym_LT] = ACTIONS(2535), + [anon_sym_GT] = ACTIONS(2535), + [anon_sym_LBRACE] = ACTIONS(2537), + [anon_sym_CARET_LBRACE] = ACTIONS(2537), + [anon_sym_RBRACE] = ACTIONS(2537), + [anon_sym_case] = ACTIONS(2537), + [anon_sym_fallthrough] = ACTIONS(2537), + [anon_sym_PLUS_EQ] = ACTIONS(2537), + [anon_sym_DASH_EQ] = ACTIONS(2537), + [anon_sym_STAR_EQ] = ACTIONS(2537), + [anon_sym_SLASH_EQ] = ACTIONS(2537), + [anon_sym_PERCENT_EQ] = ACTIONS(2537), + [anon_sym_BANG_EQ] = ACTIONS(2535), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2537), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2537), + [anon_sym_LT_EQ] = ACTIONS(2537), + [anon_sym_GT_EQ] = ACTIONS(2537), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2537), + [anon_sym_DOT_DOT_LT] = ACTIONS(2537), + [anon_sym_is] = ACTIONS(2537), + [anon_sym_PLUS] = ACTIONS(2535), + [anon_sym_DASH] = ACTIONS(2535), + [anon_sym_STAR] = ACTIONS(2535), + [anon_sym_SLASH] = ACTIONS(2535), + [anon_sym_PERCENT] = ACTIONS(2535), + [anon_sym_PLUS_PLUS] = ACTIONS(2537), + [anon_sym_DASH_DASH] = ACTIONS(2537), + [anon_sym_PIPE] = ACTIONS(2537), + [anon_sym_CARET] = ACTIONS(2535), + [anon_sym_LT_LT] = ACTIONS(2537), + [anon_sym_GT_GT] = ACTIONS(2537), + [anon_sym_class] = ACTIONS(2537), + [anon_sym_prefix] = ACTIONS(2537), + [anon_sym_infix] = ACTIONS(2537), + [anon_sym_postfix] = ACTIONS(2537), + [anon_sym_AT] = ACTIONS(2535), + [anon_sym_override] = ACTIONS(2537), + [anon_sym_convenience] = ACTIONS(2537), + [anon_sym_required] = ACTIONS(2537), + [anon_sym_nonisolated] = ACTIONS(2537), + [anon_sym_public] = ACTIONS(2537), + [anon_sym_private] = ACTIONS(2537), + [anon_sym_internal] = ACTIONS(2537), + [anon_sym_fileprivate] = ACTIONS(2537), + [anon_sym_open] = ACTIONS(2537), + [anon_sym_mutating] = ACTIONS(2537), + [anon_sym_nonmutating] = ACTIONS(2537), + [anon_sym_static] = ACTIONS(2537), + [anon_sym_dynamic] = ACTIONS(2537), + [anon_sym_optional] = ACTIONS(2537), + [anon_sym_distributed] = ACTIONS(2537), + [anon_sym_final] = ACTIONS(2537), + [anon_sym_inout] = ACTIONS(2537), + [anon_sym_ATescaping] = ACTIONS(2537), + [anon_sym_ATautoclosure] = ACTIONS(2537), + [anon_sym_weak] = ACTIONS(2537), + [anon_sym_unowned] = ACTIONS(2535), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2537), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2537), + [anon_sym_borrowing] = ACTIONS(2537), + [anon_sym_consuming] = ACTIONS(2537), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2537), + [sym__explicit_semi] = ACTIONS(2537), + [sym__dot_custom] = ACTIONS(2537), + [sym__conjunction_operator_custom] = ACTIONS(2537), + [sym__disjunction_operator_custom] = ACTIONS(2537), + [sym__nil_coalescing_operator_custom] = ACTIONS(2537), + [sym__eq_custom] = ACTIONS(2537), + [sym__eq_eq_custom] = ACTIONS(2537), + [sym__plus_then_ws] = ACTIONS(2537), + [sym__minus_then_ws] = ACTIONS(2537), + [sym__bang_custom] = ACTIONS(2537), + [sym_default_keyword] = ACTIONS(2537), + [sym__as_custom] = ACTIONS(2537), + [sym__as_quest_custom] = ACTIONS(2537), + [sym__as_bang_custom] = ACTIONS(2537), + [sym__custom_operator] = ACTIONS(2537), + }, + [STATE(1362)] = { + [anon_sym_BANG] = ACTIONS(2731), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2733), + [anon_sym_package] = ACTIONS(2733), + [anon_sym_COMMA] = ACTIONS(2733), + [anon_sym_LPAREN] = ACTIONS(2733), + [anon_sym_LBRACK] = ACTIONS(2733), + [anon_sym_QMARK] = ACTIONS(2731), + [anon_sym_QMARK2] = ACTIONS(2733), + [anon_sym_AMP] = ACTIONS(2733), + [aux_sym_custom_operator_token1] = ACTIONS(2733), + [anon_sym_LT] = ACTIONS(2731), + [anon_sym_GT] = ACTIONS(2731), + [anon_sym_LBRACE] = ACTIONS(2733), + [anon_sym_CARET_LBRACE] = ACTIONS(2733), + [anon_sym_RBRACE] = ACTIONS(2733), + [anon_sym_case] = ACTIONS(2733), + [anon_sym_fallthrough] = ACTIONS(2733), + [anon_sym_PLUS_EQ] = ACTIONS(2733), + [anon_sym_DASH_EQ] = ACTIONS(2733), + [anon_sym_STAR_EQ] = ACTIONS(2733), + [anon_sym_SLASH_EQ] = ACTIONS(2733), + [anon_sym_PERCENT_EQ] = ACTIONS(2733), + [anon_sym_BANG_EQ] = ACTIONS(2731), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2733), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2733), + [anon_sym_LT_EQ] = ACTIONS(2733), + [anon_sym_GT_EQ] = ACTIONS(2733), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2733), + [anon_sym_DOT_DOT_LT] = ACTIONS(2733), + [anon_sym_is] = ACTIONS(2733), + [anon_sym_PLUS] = ACTIONS(2731), + [anon_sym_DASH] = ACTIONS(2731), + [anon_sym_STAR] = ACTIONS(2731), + [anon_sym_SLASH] = ACTIONS(2731), + [anon_sym_PERCENT] = ACTIONS(2731), + [anon_sym_PLUS_PLUS] = ACTIONS(2733), + [anon_sym_DASH_DASH] = ACTIONS(2733), + [anon_sym_PIPE] = ACTIONS(2733), + [anon_sym_CARET] = ACTIONS(2731), + [anon_sym_LT_LT] = ACTIONS(2733), + [anon_sym_GT_GT] = ACTIONS(2733), + [anon_sym_class] = ACTIONS(2733), + [anon_sym_prefix] = ACTIONS(2733), + [anon_sym_infix] = ACTIONS(2733), + [anon_sym_postfix] = ACTIONS(2733), + [anon_sym_AT] = ACTIONS(2731), + [anon_sym_override] = ACTIONS(2733), + [anon_sym_convenience] = ACTIONS(2733), + [anon_sym_required] = ACTIONS(2733), + [anon_sym_nonisolated] = ACTIONS(2733), + [anon_sym_public] = ACTIONS(2733), + [anon_sym_private] = ACTIONS(2733), + [anon_sym_internal] = ACTIONS(2733), + [anon_sym_fileprivate] = ACTIONS(2733), + [anon_sym_open] = ACTIONS(2733), + [anon_sym_mutating] = ACTIONS(2733), + [anon_sym_nonmutating] = ACTIONS(2733), + [anon_sym_static] = ACTIONS(2733), + [anon_sym_dynamic] = ACTIONS(2733), + [anon_sym_optional] = ACTIONS(2733), + [anon_sym_distributed] = ACTIONS(2733), + [anon_sym_final] = ACTIONS(2733), + [anon_sym_inout] = ACTIONS(2733), + [anon_sym_ATescaping] = ACTIONS(2733), + [anon_sym_ATautoclosure] = ACTIONS(2733), + [anon_sym_weak] = ACTIONS(2733), + [anon_sym_unowned] = ACTIONS(2731), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2733), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2733), + [anon_sym_borrowing] = ACTIONS(2733), + [anon_sym_consuming] = ACTIONS(2733), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2733), + [sym__explicit_semi] = ACTIONS(2733), + [sym__dot_custom] = ACTIONS(2733), + [sym__conjunction_operator_custom] = ACTIONS(2733), + [sym__disjunction_operator_custom] = ACTIONS(2733), + [sym__nil_coalescing_operator_custom] = ACTIONS(2733), + [sym__eq_custom] = ACTIONS(2733), + [sym__eq_eq_custom] = ACTIONS(2733), + [sym__plus_then_ws] = ACTIONS(2733), + [sym__minus_then_ws] = ACTIONS(2733), + [sym__bang_custom] = ACTIONS(2733), + [sym_default_keyword] = ACTIONS(2733), + [sym__as_custom] = ACTIONS(2733), + [sym__as_quest_custom] = ACTIONS(2733), + [sym__as_bang_custom] = ACTIONS(2733), + [sym__custom_operator] = ACTIONS(2733), + }, + [STATE(1363)] = { + [anon_sym_BANG] = ACTIONS(2655), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2657), + [anon_sym_package] = ACTIONS(2657), + [anon_sym_COMMA] = ACTIONS(2657), + [anon_sym_LPAREN] = ACTIONS(2657), + [anon_sym_LBRACK] = ACTIONS(2657), + [anon_sym_QMARK] = ACTIONS(2655), + [anon_sym_QMARK2] = ACTIONS(2657), + [anon_sym_AMP] = ACTIONS(2657), + [aux_sym_custom_operator_token1] = ACTIONS(2657), + [anon_sym_LT] = ACTIONS(2655), + [anon_sym_GT] = ACTIONS(2655), + [anon_sym_LBRACE] = ACTIONS(2657), + [anon_sym_CARET_LBRACE] = ACTIONS(2657), + [anon_sym_RBRACE] = ACTIONS(2657), + [anon_sym_case] = ACTIONS(2657), + [anon_sym_fallthrough] = ACTIONS(2657), + [anon_sym_PLUS_EQ] = ACTIONS(2657), + [anon_sym_DASH_EQ] = ACTIONS(2657), + [anon_sym_STAR_EQ] = ACTIONS(2657), + [anon_sym_SLASH_EQ] = ACTIONS(2657), + [anon_sym_PERCENT_EQ] = ACTIONS(2657), + [anon_sym_BANG_EQ] = ACTIONS(2655), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2657), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2657), + [anon_sym_LT_EQ] = ACTIONS(2657), + [anon_sym_GT_EQ] = ACTIONS(2657), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2657), + [anon_sym_DOT_DOT_LT] = ACTIONS(2657), + [anon_sym_is] = ACTIONS(2657), + [anon_sym_PLUS] = ACTIONS(2655), + [anon_sym_DASH] = ACTIONS(2655), + [anon_sym_STAR] = ACTIONS(2655), + [anon_sym_SLASH] = ACTIONS(2655), + [anon_sym_PERCENT] = ACTIONS(2655), + [anon_sym_PLUS_PLUS] = ACTIONS(2657), + [anon_sym_DASH_DASH] = ACTIONS(2657), + [anon_sym_PIPE] = ACTIONS(2657), + [anon_sym_CARET] = ACTIONS(2655), + [anon_sym_LT_LT] = ACTIONS(2657), + [anon_sym_GT_GT] = ACTIONS(2657), + [anon_sym_class] = ACTIONS(2657), + [anon_sym_prefix] = ACTIONS(2657), + [anon_sym_infix] = ACTIONS(2657), + [anon_sym_postfix] = ACTIONS(2657), + [anon_sym_AT] = ACTIONS(2655), + [anon_sym_override] = ACTIONS(2657), + [anon_sym_convenience] = ACTIONS(2657), + [anon_sym_required] = ACTIONS(2657), + [anon_sym_nonisolated] = ACTIONS(2657), + [anon_sym_public] = ACTIONS(2657), + [anon_sym_private] = ACTIONS(2657), + [anon_sym_internal] = ACTIONS(2657), + [anon_sym_fileprivate] = ACTIONS(2657), + [anon_sym_open] = ACTIONS(2657), + [anon_sym_mutating] = ACTIONS(2657), + [anon_sym_nonmutating] = ACTIONS(2657), + [anon_sym_static] = ACTIONS(2657), + [anon_sym_dynamic] = ACTIONS(2657), + [anon_sym_optional] = ACTIONS(2657), + [anon_sym_distributed] = ACTIONS(2657), + [anon_sym_final] = ACTIONS(2657), + [anon_sym_inout] = ACTIONS(2657), + [anon_sym_ATescaping] = ACTIONS(2657), + [anon_sym_ATautoclosure] = ACTIONS(2657), + [anon_sym_weak] = ACTIONS(2657), + [anon_sym_unowned] = ACTIONS(2655), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2657), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2657), + [anon_sym_borrowing] = ACTIONS(2657), + [anon_sym_consuming] = ACTIONS(2657), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2657), + [sym__explicit_semi] = ACTIONS(2657), + [sym__dot_custom] = ACTIONS(2657), + [sym__conjunction_operator_custom] = ACTIONS(2657), + [sym__disjunction_operator_custom] = ACTIONS(2657), + [sym__nil_coalescing_operator_custom] = ACTIONS(2657), + [sym__eq_custom] = ACTIONS(2657), + [sym__eq_eq_custom] = ACTIONS(2657), + [sym__plus_then_ws] = ACTIONS(2657), + [sym__minus_then_ws] = ACTIONS(2657), + [sym__bang_custom] = ACTIONS(2657), + [sym_default_keyword] = ACTIONS(2657), + [sym__as_custom] = ACTIONS(2657), + [sym__as_quest_custom] = ACTIONS(2657), + [sym__as_bang_custom] = ACTIONS(2657), + [sym__custom_operator] = ACTIONS(2657), + }, + [STATE(1364)] = { + [anon_sym_BANG] = ACTIONS(2659), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2661), + [anon_sym_package] = ACTIONS(2661), + [anon_sym_COMMA] = ACTIONS(2661), + [anon_sym_LPAREN] = ACTIONS(2661), + [anon_sym_LBRACK] = ACTIONS(2661), + [anon_sym_QMARK] = ACTIONS(2659), + [anon_sym_QMARK2] = ACTIONS(2661), + [anon_sym_AMP] = ACTIONS(2661), + [aux_sym_custom_operator_token1] = ACTIONS(2661), + [anon_sym_LT] = ACTIONS(2659), + [anon_sym_GT] = ACTIONS(2659), + [anon_sym_LBRACE] = ACTIONS(2661), + [anon_sym_CARET_LBRACE] = ACTIONS(2661), + [anon_sym_RBRACE] = ACTIONS(2661), + [anon_sym_case] = ACTIONS(2661), + [anon_sym_fallthrough] = ACTIONS(2661), + [anon_sym_PLUS_EQ] = ACTIONS(2661), + [anon_sym_DASH_EQ] = ACTIONS(2661), + [anon_sym_STAR_EQ] = ACTIONS(2661), + [anon_sym_SLASH_EQ] = ACTIONS(2661), + [anon_sym_PERCENT_EQ] = ACTIONS(2661), + [anon_sym_BANG_EQ] = ACTIONS(2659), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2661), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2661), + [anon_sym_LT_EQ] = ACTIONS(2661), + [anon_sym_GT_EQ] = ACTIONS(2661), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2661), + [anon_sym_DOT_DOT_LT] = ACTIONS(2661), + [anon_sym_is] = ACTIONS(2661), + [anon_sym_PLUS] = ACTIONS(2659), + [anon_sym_DASH] = ACTIONS(2659), + [anon_sym_STAR] = ACTIONS(2659), + [anon_sym_SLASH] = ACTIONS(2659), + [anon_sym_PERCENT] = ACTIONS(2659), + [anon_sym_PLUS_PLUS] = ACTIONS(2661), + [anon_sym_DASH_DASH] = ACTIONS(2661), + [anon_sym_PIPE] = ACTIONS(2661), + [anon_sym_CARET] = ACTIONS(2659), + [anon_sym_LT_LT] = ACTIONS(2661), + [anon_sym_GT_GT] = ACTIONS(2661), + [anon_sym_class] = ACTIONS(2661), + [anon_sym_prefix] = ACTIONS(2661), + [anon_sym_infix] = ACTIONS(2661), + [anon_sym_postfix] = ACTIONS(2661), + [anon_sym_AT] = ACTIONS(2659), + [anon_sym_override] = ACTIONS(2661), + [anon_sym_convenience] = ACTIONS(2661), + [anon_sym_required] = ACTIONS(2661), + [anon_sym_nonisolated] = ACTIONS(2661), + [anon_sym_public] = ACTIONS(2661), + [anon_sym_private] = ACTIONS(2661), + [anon_sym_internal] = ACTIONS(2661), + [anon_sym_fileprivate] = ACTIONS(2661), + [anon_sym_open] = ACTIONS(2661), + [anon_sym_mutating] = ACTIONS(2661), + [anon_sym_nonmutating] = ACTIONS(2661), + [anon_sym_static] = ACTIONS(2661), + [anon_sym_dynamic] = ACTIONS(2661), + [anon_sym_optional] = ACTIONS(2661), + [anon_sym_distributed] = ACTIONS(2661), + [anon_sym_final] = ACTIONS(2661), + [anon_sym_inout] = ACTIONS(2661), + [anon_sym_ATescaping] = ACTIONS(2661), + [anon_sym_ATautoclosure] = ACTIONS(2661), + [anon_sym_weak] = ACTIONS(2661), + [anon_sym_unowned] = ACTIONS(2659), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2661), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2661), + [anon_sym_borrowing] = ACTIONS(2661), + [anon_sym_consuming] = ACTIONS(2661), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2661), + [sym__explicit_semi] = ACTIONS(2661), + [sym__dot_custom] = ACTIONS(2661), + [sym__conjunction_operator_custom] = ACTIONS(2661), + [sym__disjunction_operator_custom] = ACTIONS(2661), + [sym__nil_coalescing_operator_custom] = ACTIONS(2661), + [sym__eq_custom] = ACTIONS(2661), + [sym__eq_eq_custom] = ACTIONS(2661), + [sym__plus_then_ws] = ACTIONS(2661), + [sym__minus_then_ws] = ACTIONS(2661), + [sym__bang_custom] = ACTIONS(2661), + [sym_default_keyword] = ACTIONS(2661), + [sym__as_custom] = ACTIONS(2661), + [sym__as_quest_custom] = ACTIONS(2661), + [sym__as_bang_custom] = ACTIONS(2661), + [sym__custom_operator] = ACTIONS(2661), + }, + [STATE(1365)] = { + [anon_sym_BANG] = ACTIONS(2735), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2737), + [anon_sym_package] = ACTIONS(2737), + [anon_sym_COMMA] = ACTIONS(2737), + [anon_sym_LPAREN] = ACTIONS(2737), + [anon_sym_LBRACK] = ACTIONS(2737), + [anon_sym_QMARK] = ACTIONS(2735), + [anon_sym_QMARK2] = ACTIONS(2737), + [anon_sym_AMP] = ACTIONS(2737), + [aux_sym_custom_operator_token1] = ACTIONS(2737), + [anon_sym_LT] = ACTIONS(2735), + [anon_sym_GT] = ACTIONS(2735), + [anon_sym_LBRACE] = ACTIONS(2737), + [anon_sym_CARET_LBRACE] = ACTIONS(2737), + [anon_sym_RBRACE] = ACTIONS(2737), + [anon_sym_case] = ACTIONS(2737), + [anon_sym_fallthrough] = ACTIONS(2737), + [anon_sym_PLUS_EQ] = ACTIONS(2737), + [anon_sym_DASH_EQ] = ACTIONS(2737), + [anon_sym_STAR_EQ] = ACTIONS(2737), + [anon_sym_SLASH_EQ] = ACTIONS(2737), + [anon_sym_PERCENT_EQ] = ACTIONS(2737), + [anon_sym_BANG_EQ] = ACTIONS(2735), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2737), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2737), + [anon_sym_LT_EQ] = ACTIONS(2737), + [anon_sym_GT_EQ] = ACTIONS(2737), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2737), + [anon_sym_DOT_DOT_LT] = ACTIONS(2737), + [anon_sym_is] = ACTIONS(2737), + [anon_sym_PLUS] = ACTIONS(2735), + [anon_sym_DASH] = ACTIONS(2735), + [anon_sym_STAR] = ACTIONS(2735), + [anon_sym_SLASH] = ACTIONS(2735), + [anon_sym_PERCENT] = ACTIONS(2735), + [anon_sym_PLUS_PLUS] = ACTIONS(2737), + [anon_sym_DASH_DASH] = ACTIONS(2737), + [anon_sym_PIPE] = ACTIONS(2737), + [anon_sym_CARET] = ACTIONS(2735), + [anon_sym_LT_LT] = ACTIONS(2737), + [anon_sym_GT_GT] = ACTIONS(2737), + [anon_sym_class] = ACTIONS(2737), + [anon_sym_prefix] = ACTIONS(2737), + [anon_sym_infix] = ACTIONS(2737), + [anon_sym_postfix] = ACTIONS(2737), + [anon_sym_AT] = ACTIONS(2735), + [anon_sym_override] = ACTIONS(2737), + [anon_sym_convenience] = ACTIONS(2737), + [anon_sym_required] = ACTIONS(2737), + [anon_sym_nonisolated] = ACTIONS(2737), + [anon_sym_public] = ACTIONS(2737), + [anon_sym_private] = ACTIONS(2737), + [anon_sym_internal] = ACTIONS(2737), + [anon_sym_fileprivate] = ACTIONS(2737), + [anon_sym_open] = ACTIONS(2737), + [anon_sym_mutating] = ACTIONS(2737), + [anon_sym_nonmutating] = ACTIONS(2737), + [anon_sym_static] = ACTIONS(2737), + [anon_sym_dynamic] = ACTIONS(2737), + [anon_sym_optional] = ACTIONS(2737), + [anon_sym_distributed] = ACTIONS(2737), + [anon_sym_final] = ACTIONS(2737), + [anon_sym_inout] = ACTIONS(2737), + [anon_sym_ATescaping] = ACTIONS(2737), + [anon_sym_ATautoclosure] = ACTIONS(2737), + [anon_sym_weak] = ACTIONS(2737), + [anon_sym_unowned] = ACTIONS(2735), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2737), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2737), + [anon_sym_borrowing] = ACTIONS(2737), + [anon_sym_consuming] = ACTIONS(2737), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2737), + [sym__explicit_semi] = ACTIONS(2737), + [sym__dot_custom] = ACTIONS(2737), + [sym__conjunction_operator_custom] = ACTIONS(2737), + [sym__disjunction_operator_custom] = ACTIONS(2737), + [sym__nil_coalescing_operator_custom] = ACTIONS(2737), + [sym__eq_custom] = ACTIONS(2737), + [sym__eq_eq_custom] = ACTIONS(2737), + [sym__plus_then_ws] = ACTIONS(2737), + [sym__minus_then_ws] = ACTIONS(2737), + [sym__bang_custom] = ACTIONS(2737), + [sym_default_keyword] = ACTIONS(2737), + [sym__as_custom] = ACTIONS(2737), + [sym__as_quest_custom] = ACTIONS(2737), + [sym__as_bang_custom] = ACTIONS(2737), + [sym__custom_operator] = ACTIONS(2737), + }, + [STATE(1366)] = { + [anon_sym_BANG] = ACTIONS(2699), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2701), + [anon_sym_package] = ACTIONS(2701), + [anon_sym_COMMA] = ACTIONS(2701), + [anon_sym_LPAREN] = ACTIONS(2701), + [anon_sym_LBRACK] = ACTIONS(2701), + [anon_sym_QMARK] = ACTIONS(2699), + [anon_sym_QMARK2] = ACTIONS(2701), + [anon_sym_AMP] = ACTIONS(2701), + [aux_sym_custom_operator_token1] = ACTIONS(2701), + [anon_sym_LT] = ACTIONS(2699), + [anon_sym_GT] = ACTIONS(2699), + [anon_sym_LBRACE] = ACTIONS(2701), + [anon_sym_CARET_LBRACE] = ACTIONS(2701), + [anon_sym_RBRACE] = ACTIONS(2701), + [anon_sym_case] = ACTIONS(2701), + [anon_sym_fallthrough] = ACTIONS(2701), + [anon_sym_PLUS_EQ] = ACTIONS(2701), + [anon_sym_DASH_EQ] = ACTIONS(2701), + [anon_sym_STAR_EQ] = ACTIONS(2701), + [anon_sym_SLASH_EQ] = ACTIONS(2701), + [anon_sym_PERCENT_EQ] = ACTIONS(2701), + [anon_sym_BANG_EQ] = ACTIONS(2699), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2701), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2701), + [anon_sym_LT_EQ] = ACTIONS(2701), + [anon_sym_GT_EQ] = ACTIONS(2701), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2701), + [anon_sym_DOT_DOT_LT] = ACTIONS(2701), + [anon_sym_is] = ACTIONS(2701), + [anon_sym_PLUS] = ACTIONS(2699), + [anon_sym_DASH] = ACTIONS(2699), + [anon_sym_STAR] = ACTIONS(2699), + [anon_sym_SLASH] = ACTIONS(2699), + [anon_sym_PERCENT] = ACTIONS(2699), + [anon_sym_PLUS_PLUS] = ACTIONS(2701), + [anon_sym_DASH_DASH] = ACTIONS(2701), + [anon_sym_PIPE] = ACTIONS(2701), + [anon_sym_CARET] = ACTIONS(2699), + [anon_sym_LT_LT] = ACTIONS(2701), + [anon_sym_GT_GT] = ACTIONS(2701), + [anon_sym_class] = ACTIONS(2701), + [anon_sym_prefix] = ACTIONS(2701), + [anon_sym_infix] = ACTIONS(2701), + [anon_sym_postfix] = ACTIONS(2701), + [anon_sym_AT] = ACTIONS(2699), + [anon_sym_override] = ACTIONS(2701), + [anon_sym_convenience] = ACTIONS(2701), + [anon_sym_required] = ACTIONS(2701), + [anon_sym_nonisolated] = ACTIONS(2701), + [anon_sym_public] = ACTIONS(2701), + [anon_sym_private] = ACTIONS(2701), + [anon_sym_internal] = ACTIONS(2701), + [anon_sym_fileprivate] = ACTIONS(2701), + [anon_sym_open] = ACTIONS(2701), + [anon_sym_mutating] = ACTIONS(2701), + [anon_sym_nonmutating] = ACTIONS(2701), + [anon_sym_static] = ACTIONS(2701), + [anon_sym_dynamic] = ACTIONS(2701), + [anon_sym_optional] = ACTIONS(2701), + [anon_sym_distributed] = ACTIONS(2701), + [anon_sym_final] = ACTIONS(2701), + [anon_sym_inout] = ACTIONS(2701), + [anon_sym_ATescaping] = ACTIONS(2701), + [anon_sym_ATautoclosure] = ACTIONS(2701), + [anon_sym_weak] = ACTIONS(2701), + [anon_sym_unowned] = ACTIONS(2699), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2701), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2701), + [anon_sym_borrowing] = ACTIONS(2701), + [anon_sym_consuming] = ACTIONS(2701), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2701), + [sym__explicit_semi] = ACTIONS(2701), + [sym__dot_custom] = ACTIONS(2701), + [sym__conjunction_operator_custom] = ACTIONS(2701), + [sym__disjunction_operator_custom] = ACTIONS(2701), + [sym__nil_coalescing_operator_custom] = ACTIONS(2701), + [sym__eq_custom] = ACTIONS(2701), + [sym__eq_eq_custom] = ACTIONS(2701), + [sym__plus_then_ws] = ACTIONS(2701), + [sym__minus_then_ws] = ACTIONS(2701), + [sym__bang_custom] = ACTIONS(2701), + [sym_default_keyword] = ACTIONS(2701), + [sym__as_custom] = ACTIONS(2701), + [sym__as_quest_custom] = ACTIONS(2701), + [sym__as_bang_custom] = ACTIONS(2701), + [sym__custom_operator] = ACTIONS(2701), + }, + [STATE(1367)] = { + [anon_sym_BANG] = ACTIONS(2759), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2761), + [anon_sym_package] = ACTIONS(2761), + [anon_sym_COMMA] = ACTIONS(2761), + [anon_sym_LPAREN] = ACTIONS(2761), + [anon_sym_LBRACK] = ACTIONS(2761), + [anon_sym_QMARK] = ACTIONS(2759), + [anon_sym_QMARK2] = ACTIONS(2761), + [anon_sym_AMP] = ACTIONS(2761), + [aux_sym_custom_operator_token1] = ACTIONS(2761), + [anon_sym_LT] = ACTIONS(2759), + [anon_sym_GT] = ACTIONS(2759), + [anon_sym_LBRACE] = ACTIONS(2761), + [anon_sym_CARET_LBRACE] = ACTIONS(2761), + [anon_sym_RBRACE] = ACTIONS(2761), + [anon_sym_case] = ACTIONS(2761), + [anon_sym_fallthrough] = ACTIONS(2761), + [anon_sym_PLUS_EQ] = ACTIONS(2761), + [anon_sym_DASH_EQ] = ACTIONS(2761), + [anon_sym_STAR_EQ] = ACTIONS(2761), + [anon_sym_SLASH_EQ] = ACTIONS(2761), + [anon_sym_PERCENT_EQ] = ACTIONS(2761), + [anon_sym_BANG_EQ] = ACTIONS(2759), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2761), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2761), + [anon_sym_LT_EQ] = ACTIONS(2761), + [anon_sym_GT_EQ] = ACTIONS(2761), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2761), + [anon_sym_DOT_DOT_LT] = ACTIONS(2761), + [anon_sym_is] = ACTIONS(2761), + [anon_sym_PLUS] = ACTIONS(2759), + [anon_sym_DASH] = ACTIONS(2759), + [anon_sym_STAR] = ACTIONS(2759), + [anon_sym_SLASH] = ACTIONS(2759), + [anon_sym_PERCENT] = ACTIONS(2759), + [anon_sym_PLUS_PLUS] = ACTIONS(2761), + [anon_sym_DASH_DASH] = ACTIONS(2761), + [anon_sym_PIPE] = ACTIONS(2761), + [anon_sym_CARET] = ACTIONS(2759), + [anon_sym_LT_LT] = ACTIONS(2761), + [anon_sym_GT_GT] = ACTIONS(2761), + [anon_sym_class] = ACTIONS(2761), + [anon_sym_prefix] = ACTIONS(2761), + [anon_sym_infix] = ACTIONS(2761), + [anon_sym_postfix] = ACTIONS(2761), + [anon_sym_AT] = ACTIONS(2759), + [anon_sym_override] = ACTIONS(2761), + [anon_sym_convenience] = ACTIONS(2761), + [anon_sym_required] = ACTIONS(2761), + [anon_sym_nonisolated] = ACTIONS(2761), + [anon_sym_public] = ACTIONS(2761), + [anon_sym_private] = ACTIONS(2761), + [anon_sym_internal] = ACTIONS(2761), + [anon_sym_fileprivate] = ACTIONS(2761), + [anon_sym_open] = ACTIONS(2761), + [anon_sym_mutating] = ACTIONS(2761), + [anon_sym_nonmutating] = ACTIONS(2761), + [anon_sym_static] = ACTIONS(2761), + [anon_sym_dynamic] = ACTIONS(2761), + [anon_sym_optional] = ACTIONS(2761), + [anon_sym_distributed] = ACTIONS(2761), + [anon_sym_final] = ACTIONS(2761), + [anon_sym_inout] = ACTIONS(2761), + [anon_sym_ATescaping] = ACTIONS(2761), + [anon_sym_ATautoclosure] = ACTIONS(2761), + [anon_sym_weak] = ACTIONS(2761), + [anon_sym_unowned] = ACTIONS(2759), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2761), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2761), + [anon_sym_borrowing] = ACTIONS(2761), + [anon_sym_consuming] = ACTIONS(2761), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2761), + [sym__explicit_semi] = ACTIONS(2761), + [sym__dot_custom] = ACTIONS(2761), + [sym__conjunction_operator_custom] = ACTIONS(2761), + [sym__disjunction_operator_custom] = ACTIONS(2761), + [sym__nil_coalescing_operator_custom] = ACTIONS(2761), + [sym__eq_custom] = ACTIONS(2761), + [sym__eq_eq_custom] = ACTIONS(2761), + [sym__plus_then_ws] = ACTIONS(2761), + [sym__minus_then_ws] = ACTIONS(2761), + [sym__bang_custom] = ACTIONS(2761), + [sym_default_keyword] = ACTIONS(2761), + [sym__as_custom] = ACTIONS(2761), + [sym__as_quest_custom] = ACTIONS(2761), + [sym__as_bang_custom] = ACTIONS(2761), + [sym__custom_operator] = ACTIONS(2761), + }, + [STATE(1368)] = { + [anon_sym_BANG] = ACTIONS(2325), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2327), + [anon_sym_package] = ACTIONS(2327), + [anon_sym_COMMA] = ACTIONS(2327), + [anon_sym_LPAREN] = ACTIONS(2327), + [anon_sym_LBRACK] = ACTIONS(2327), + [anon_sym_QMARK] = ACTIONS(2325), + [anon_sym_QMARK2] = ACTIONS(2327), + [anon_sym_AMP] = ACTIONS(2327), + [aux_sym_custom_operator_token1] = ACTIONS(2327), + [anon_sym_LT] = ACTIONS(2325), + [anon_sym_GT] = ACTIONS(2325), + [anon_sym_LBRACE] = ACTIONS(2327), + [anon_sym_CARET_LBRACE] = ACTIONS(2327), + [anon_sym_RBRACE] = ACTIONS(2327), + [anon_sym_case] = ACTIONS(2327), + [anon_sym_fallthrough] = ACTIONS(2327), + [anon_sym_PLUS_EQ] = ACTIONS(2327), + [anon_sym_DASH_EQ] = ACTIONS(2327), + [anon_sym_STAR_EQ] = ACTIONS(2327), + [anon_sym_SLASH_EQ] = ACTIONS(2327), + [anon_sym_PERCENT_EQ] = ACTIONS(2327), + [anon_sym_BANG_EQ] = ACTIONS(2325), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2327), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2327), + [anon_sym_LT_EQ] = ACTIONS(2327), + [anon_sym_GT_EQ] = ACTIONS(2327), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2327), + [anon_sym_DOT_DOT_LT] = ACTIONS(2327), + [anon_sym_is] = ACTIONS(2327), + [anon_sym_PLUS] = ACTIONS(2325), + [anon_sym_DASH] = ACTIONS(2325), + [anon_sym_STAR] = ACTIONS(2325), + [anon_sym_SLASH] = ACTIONS(2325), + [anon_sym_PERCENT] = ACTIONS(2325), + [anon_sym_PLUS_PLUS] = ACTIONS(2327), + [anon_sym_DASH_DASH] = ACTIONS(2327), + [anon_sym_PIPE] = ACTIONS(2327), + [anon_sym_CARET] = ACTIONS(2325), + [anon_sym_LT_LT] = ACTIONS(2327), + [anon_sym_GT_GT] = ACTIONS(2327), + [anon_sym_class] = ACTIONS(2327), + [anon_sym_prefix] = ACTIONS(2327), + [anon_sym_infix] = ACTIONS(2327), + [anon_sym_postfix] = ACTIONS(2327), + [anon_sym_AT] = ACTIONS(2325), + [anon_sym_override] = ACTIONS(2327), + [anon_sym_convenience] = ACTIONS(2327), + [anon_sym_required] = ACTIONS(2327), + [anon_sym_nonisolated] = ACTIONS(2327), + [anon_sym_public] = ACTIONS(2327), + [anon_sym_private] = ACTIONS(2327), + [anon_sym_internal] = ACTIONS(2327), + [anon_sym_fileprivate] = ACTIONS(2327), + [anon_sym_open] = ACTIONS(2327), + [anon_sym_mutating] = ACTIONS(2327), + [anon_sym_nonmutating] = ACTIONS(2327), + [anon_sym_static] = ACTIONS(2327), + [anon_sym_dynamic] = ACTIONS(2327), + [anon_sym_optional] = ACTIONS(2327), + [anon_sym_distributed] = ACTIONS(2327), + [anon_sym_final] = ACTIONS(2327), + [anon_sym_inout] = ACTIONS(2327), + [anon_sym_ATescaping] = ACTIONS(2327), + [anon_sym_ATautoclosure] = ACTIONS(2327), + [anon_sym_weak] = ACTIONS(2327), + [anon_sym_unowned] = ACTIONS(2325), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2327), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2327), + [anon_sym_borrowing] = ACTIONS(2327), + [anon_sym_consuming] = ACTIONS(2327), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2327), + [sym__explicit_semi] = ACTIONS(2327), + [sym__dot_custom] = ACTIONS(2327), + [sym__conjunction_operator_custom] = ACTIONS(2327), + [sym__disjunction_operator_custom] = ACTIONS(2327), + [sym__nil_coalescing_operator_custom] = ACTIONS(2327), + [sym__eq_custom] = ACTIONS(2327), + [sym__eq_eq_custom] = ACTIONS(2327), + [sym__plus_then_ws] = ACTIONS(2327), + [sym__minus_then_ws] = ACTIONS(2327), + [sym__bang_custom] = ACTIONS(2327), + [sym_default_keyword] = ACTIONS(2327), + [sym__as_custom] = ACTIONS(2327), + [sym__as_quest_custom] = ACTIONS(2327), + [sym__as_bang_custom] = ACTIONS(2327), + [sym__custom_operator] = ACTIONS(2327), + }, + [STATE(1369)] = { + [anon_sym_BANG] = ACTIONS(2539), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2541), + [anon_sym_package] = ACTIONS(2541), + [anon_sym_COMMA] = ACTIONS(2541), + [anon_sym_LPAREN] = ACTIONS(2541), + [anon_sym_LBRACK] = ACTIONS(2541), + [anon_sym_QMARK] = ACTIONS(2539), + [anon_sym_QMARK2] = ACTIONS(2541), + [anon_sym_AMP] = ACTIONS(2541), + [aux_sym_custom_operator_token1] = ACTIONS(2541), + [anon_sym_LT] = ACTIONS(2539), + [anon_sym_GT] = ACTIONS(2539), + [anon_sym_LBRACE] = ACTIONS(2541), + [anon_sym_CARET_LBRACE] = ACTIONS(2541), + [anon_sym_RBRACE] = ACTIONS(2541), + [anon_sym_case] = ACTIONS(2541), + [anon_sym_fallthrough] = ACTIONS(2541), + [anon_sym_PLUS_EQ] = ACTIONS(2541), + [anon_sym_DASH_EQ] = ACTIONS(2541), + [anon_sym_STAR_EQ] = ACTIONS(2541), + [anon_sym_SLASH_EQ] = ACTIONS(2541), + [anon_sym_PERCENT_EQ] = ACTIONS(2541), + [anon_sym_BANG_EQ] = ACTIONS(2539), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2541), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2541), + [anon_sym_LT_EQ] = ACTIONS(2541), + [anon_sym_GT_EQ] = ACTIONS(2541), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2541), + [anon_sym_DOT_DOT_LT] = ACTIONS(2541), + [anon_sym_is] = ACTIONS(2541), + [anon_sym_PLUS] = ACTIONS(2539), + [anon_sym_DASH] = ACTIONS(2539), + [anon_sym_STAR] = ACTIONS(2539), + [anon_sym_SLASH] = ACTIONS(2539), + [anon_sym_PERCENT] = ACTIONS(2539), + [anon_sym_PLUS_PLUS] = ACTIONS(2541), + [anon_sym_DASH_DASH] = ACTIONS(2541), + [anon_sym_PIPE] = ACTIONS(2541), + [anon_sym_CARET] = ACTIONS(2539), + [anon_sym_LT_LT] = ACTIONS(2541), + [anon_sym_GT_GT] = ACTIONS(2541), + [anon_sym_class] = ACTIONS(2541), + [anon_sym_prefix] = ACTIONS(2541), + [anon_sym_infix] = ACTIONS(2541), + [anon_sym_postfix] = ACTIONS(2541), + [anon_sym_AT] = ACTIONS(2539), + [anon_sym_override] = ACTIONS(2541), + [anon_sym_convenience] = ACTIONS(2541), + [anon_sym_required] = ACTIONS(2541), + [anon_sym_nonisolated] = ACTIONS(2541), + [anon_sym_public] = ACTIONS(2541), + [anon_sym_private] = ACTIONS(2541), + [anon_sym_internal] = ACTIONS(2541), + [anon_sym_fileprivate] = ACTIONS(2541), + [anon_sym_open] = ACTIONS(2541), + [anon_sym_mutating] = ACTIONS(2541), + [anon_sym_nonmutating] = ACTIONS(2541), + [anon_sym_static] = ACTIONS(2541), + [anon_sym_dynamic] = ACTIONS(2541), + [anon_sym_optional] = ACTIONS(2541), + [anon_sym_distributed] = ACTIONS(2541), + [anon_sym_final] = ACTIONS(2541), + [anon_sym_inout] = ACTIONS(2541), + [anon_sym_ATescaping] = ACTIONS(2541), + [anon_sym_ATautoclosure] = ACTIONS(2541), + [anon_sym_weak] = ACTIONS(2541), + [anon_sym_unowned] = ACTIONS(2539), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2541), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2541), + [anon_sym_borrowing] = ACTIONS(2541), + [anon_sym_consuming] = ACTIONS(2541), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2541), + [sym__explicit_semi] = ACTIONS(2541), + [sym__dot_custom] = ACTIONS(2541), + [sym__conjunction_operator_custom] = ACTIONS(2541), + [sym__disjunction_operator_custom] = ACTIONS(2541), + [sym__nil_coalescing_operator_custom] = ACTIONS(2541), + [sym__eq_custom] = ACTIONS(2541), + [sym__eq_eq_custom] = ACTIONS(2541), + [sym__plus_then_ws] = ACTIONS(2541), + [sym__minus_then_ws] = ACTIONS(2541), + [sym__bang_custom] = ACTIONS(2541), + [sym_default_keyword] = ACTIONS(2541), + [sym__as_custom] = ACTIONS(2541), + [sym__as_quest_custom] = ACTIONS(2541), + [sym__as_bang_custom] = ACTIONS(2541), + [sym__custom_operator] = ACTIONS(2541), + }, + [STATE(1370)] = { + [anon_sym_BANG] = ACTIONS(2543), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2545), + [anon_sym_package] = ACTIONS(2545), + [anon_sym_COMMA] = ACTIONS(2545), + [anon_sym_LPAREN] = ACTIONS(2545), + [anon_sym_LBRACK] = ACTIONS(2545), + [anon_sym_QMARK] = ACTIONS(2543), + [anon_sym_QMARK2] = ACTIONS(2545), + [anon_sym_AMP] = ACTIONS(2545), + [aux_sym_custom_operator_token1] = ACTIONS(2545), + [anon_sym_LT] = ACTIONS(2543), + [anon_sym_GT] = ACTIONS(2543), + [anon_sym_LBRACE] = ACTIONS(2545), + [anon_sym_CARET_LBRACE] = ACTIONS(2545), + [anon_sym_RBRACE] = ACTIONS(2545), + [anon_sym_case] = ACTIONS(2545), + [anon_sym_fallthrough] = ACTIONS(2545), + [anon_sym_PLUS_EQ] = ACTIONS(2545), + [anon_sym_DASH_EQ] = ACTIONS(2545), + [anon_sym_STAR_EQ] = ACTIONS(2545), + [anon_sym_SLASH_EQ] = ACTIONS(2545), + [anon_sym_PERCENT_EQ] = ACTIONS(2545), + [anon_sym_BANG_EQ] = ACTIONS(2543), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2545), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2545), + [anon_sym_LT_EQ] = ACTIONS(2545), + [anon_sym_GT_EQ] = ACTIONS(2545), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2545), + [anon_sym_DOT_DOT_LT] = ACTIONS(2545), + [anon_sym_is] = ACTIONS(2545), + [anon_sym_PLUS] = ACTIONS(2543), + [anon_sym_DASH] = ACTIONS(2543), + [anon_sym_STAR] = ACTIONS(2543), + [anon_sym_SLASH] = ACTIONS(2543), + [anon_sym_PERCENT] = ACTIONS(2543), + [anon_sym_PLUS_PLUS] = ACTIONS(2545), + [anon_sym_DASH_DASH] = ACTIONS(2545), + [anon_sym_PIPE] = ACTIONS(2545), + [anon_sym_CARET] = ACTIONS(2543), + [anon_sym_LT_LT] = ACTIONS(2545), + [anon_sym_GT_GT] = ACTIONS(2545), + [anon_sym_class] = ACTIONS(2545), + [anon_sym_prefix] = ACTIONS(2545), + [anon_sym_infix] = ACTIONS(2545), + [anon_sym_postfix] = ACTIONS(2545), + [anon_sym_AT] = ACTIONS(2543), + [anon_sym_override] = ACTIONS(2545), + [anon_sym_convenience] = ACTIONS(2545), + [anon_sym_required] = ACTIONS(2545), + [anon_sym_nonisolated] = ACTIONS(2545), + [anon_sym_public] = ACTIONS(2545), + [anon_sym_private] = ACTIONS(2545), + [anon_sym_internal] = ACTIONS(2545), + [anon_sym_fileprivate] = ACTIONS(2545), + [anon_sym_open] = ACTIONS(2545), + [anon_sym_mutating] = ACTIONS(2545), + [anon_sym_nonmutating] = ACTIONS(2545), + [anon_sym_static] = ACTIONS(2545), + [anon_sym_dynamic] = ACTIONS(2545), + [anon_sym_optional] = ACTIONS(2545), + [anon_sym_distributed] = ACTIONS(2545), + [anon_sym_final] = ACTIONS(2545), + [anon_sym_inout] = ACTIONS(2545), + [anon_sym_ATescaping] = ACTIONS(2545), + [anon_sym_ATautoclosure] = ACTIONS(2545), + [anon_sym_weak] = ACTIONS(2545), + [anon_sym_unowned] = ACTIONS(2543), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2545), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2545), + [anon_sym_borrowing] = ACTIONS(2545), + [anon_sym_consuming] = ACTIONS(2545), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2545), + [sym__explicit_semi] = ACTIONS(2545), + [sym__dot_custom] = ACTIONS(2545), + [sym__conjunction_operator_custom] = ACTIONS(2545), + [sym__disjunction_operator_custom] = ACTIONS(2545), + [sym__nil_coalescing_operator_custom] = ACTIONS(2545), + [sym__eq_custom] = ACTIONS(2545), + [sym__eq_eq_custom] = ACTIONS(2545), + [sym__plus_then_ws] = ACTIONS(2545), + [sym__minus_then_ws] = ACTIONS(2545), + [sym__bang_custom] = ACTIONS(2545), + [sym_default_keyword] = ACTIONS(2545), + [sym__as_custom] = ACTIONS(2545), + [sym__as_quest_custom] = ACTIONS(2545), + [sym__as_bang_custom] = ACTIONS(2545), + [sym__custom_operator] = ACTIONS(2545), + }, + [STATE(1371)] = { + [anon_sym_BANG] = ACTIONS(2331), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2333), + [anon_sym_package] = ACTIONS(2333), + [anon_sym_COMMA] = ACTIONS(2333), + [anon_sym_LPAREN] = ACTIONS(2333), + [anon_sym_LBRACK] = ACTIONS(2333), + [anon_sym_QMARK] = ACTIONS(2331), + [anon_sym_QMARK2] = ACTIONS(2333), + [anon_sym_AMP] = ACTIONS(2333), + [aux_sym_custom_operator_token1] = ACTIONS(2333), + [anon_sym_LT] = ACTIONS(2331), + [anon_sym_GT] = ACTIONS(2331), + [anon_sym_LBRACE] = ACTIONS(2333), + [anon_sym_CARET_LBRACE] = ACTIONS(2333), + [anon_sym_RBRACE] = ACTIONS(2333), + [anon_sym_case] = ACTIONS(2333), + [anon_sym_fallthrough] = ACTIONS(2333), + [anon_sym_PLUS_EQ] = ACTIONS(2333), + [anon_sym_DASH_EQ] = ACTIONS(2333), + [anon_sym_STAR_EQ] = ACTIONS(2333), + [anon_sym_SLASH_EQ] = ACTIONS(2333), + [anon_sym_PERCENT_EQ] = ACTIONS(2333), + [anon_sym_BANG_EQ] = ACTIONS(2331), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2333), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2333), + [anon_sym_LT_EQ] = ACTIONS(2333), + [anon_sym_GT_EQ] = ACTIONS(2333), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2333), + [anon_sym_DOT_DOT_LT] = ACTIONS(2333), + [anon_sym_is] = ACTIONS(2333), + [anon_sym_PLUS] = ACTIONS(2331), + [anon_sym_DASH] = ACTIONS(2331), + [anon_sym_STAR] = ACTIONS(2331), + [anon_sym_SLASH] = ACTIONS(2331), + [anon_sym_PERCENT] = ACTIONS(2331), + [anon_sym_PLUS_PLUS] = ACTIONS(2333), + [anon_sym_DASH_DASH] = ACTIONS(2333), + [anon_sym_PIPE] = ACTIONS(2333), + [anon_sym_CARET] = ACTIONS(2331), + [anon_sym_LT_LT] = ACTIONS(2333), + [anon_sym_GT_GT] = ACTIONS(2333), + [anon_sym_class] = ACTIONS(2333), + [anon_sym_prefix] = ACTIONS(2333), + [anon_sym_infix] = ACTIONS(2333), + [anon_sym_postfix] = ACTIONS(2333), + [anon_sym_AT] = ACTIONS(2331), + [anon_sym_override] = ACTIONS(2333), + [anon_sym_convenience] = ACTIONS(2333), + [anon_sym_required] = ACTIONS(2333), + [anon_sym_nonisolated] = ACTIONS(2333), + [anon_sym_public] = ACTIONS(2333), + [anon_sym_private] = ACTIONS(2333), + [anon_sym_internal] = ACTIONS(2333), + [anon_sym_fileprivate] = ACTIONS(2333), + [anon_sym_open] = ACTIONS(2333), + [anon_sym_mutating] = ACTIONS(2333), + [anon_sym_nonmutating] = ACTIONS(2333), + [anon_sym_static] = ACTIONS(2333), + [anon_sym_dynamic] = ACTIONS(2333), + [anon_sym_optional] = ACTIONS(2333), + [anon_sym_distributed] = ACTIONS(2333), + [anon_sym_final] = ACTIONS(2333), + [anon_sym_inout] = ACTIONS(2333), + [anon_sym_ATescaping] = ACTIONS(2333), + [anon_sym_ATautoclosure] = ACTIONS(2333), + [anon_sym_weak] = ACTIONS(2333), + [anon_sym_unowned] = ACTIONS(2331), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2333), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2333), + [anon_sym_borrowing] = ACTIONS(2333), + [anon_sym_consuming] = ACTIONS(2333), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2333), + [sym__explicit_semi] = ACTIONS(2333), + [sym__dot_custom] = ACTIONS(2333), + [sym__conjunction_operator_custom] = ACTIONS(2333), + [sym__disjunction_operator_custom] = ACTIONS(2333), + [sym__nil_coalescing_operator_custom] = ACTIONS(2333), + [sym__eq_custom] = ACTIONS(2333), + [sym__eq_eq_custom] = ACTIONS(2333), + [sym__plus_then_ws] = ACTIONS(2333), + [sym__minus_then_ws] = ACTIONS(2333), + [sym__bang_custom] = ACTIONS(2333), + [sym_default_keyword] = ACTIONS(2333), + [sym__as_custom] = ACTIONS(2333), + [sym__as_quest_custom] = ACTIONS(2333), + [sym__as_bang_custom] = ACTIONS(2333), + [sym__custom_operator] = ACTIONS(2333), + }, + [STATE(1372)] = { + [anon_sym_BANG] = ACTIONS(2338), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2340), + [anon_sym_package] = ACTIONS(2340), + [anon_sym_COMMA] = ACTIONS(2340), + [anon_sym_LPAREN] = ACTIONS(2340), + [anon_sym_LBRACK] = ACTIONS(2340), + [anon_sym_QMARK] = ACTIONS(2338), + [anon_sym_QMARK2] = ACTIONS(2340), + [anon_sym_AMP] = ACTIONS(2340), + [aux_sym_custom_operator_token1] = ACTIONS(2340), + [anon_sym_LT] = ACTIONS(2338), + [anon_sym_GT] = ACTIONS(2338), + [anon_sym_LBRACE] = ACTIONS(2340), + [anon_sym_CARET_LBRACE] = ACTIONS(2340), + [anon_sym_RBRACE] = ACTIONS(2340), + [anon_sym_case] = ACTIONS(2340), + [anon_sym_fallthrough] = ACTIONS(2340), + [anon_sym_PLUS_EQ] = ACTIONS(2340), + [anon_sym_DASH_EQ] = ACTIONS(2340), + [anon_sym_STAR_EQ] = ACTIONS(2340), + [anon_sym_SLASH_EQ] = ACTIONS(2340), + [anon_sym_PERCENT_EQ] = ACTIONS(2340), + [anon_sym_BANG_EQ] = ACTIONS(2338), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2340), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2340), + [anon_sym_LT_EQ] = ACTIONS(2340), + [anon_sym_GT_EQ] = ACTIONS(2340), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2340), + [anon_sym_DOT_DOT_LT] = ACTIONS(2340), + [anon_sym_is] = ACTIONS(2340), + [anon_sym_PLUS] = ACTIONS(2338), + [anon_sym_DASH] = ACTIONS(2338), + [anon_sym_STAR] = ACTIONS(2338), + [anon_sym_SLASH] = ACTIONS(2338), + [anon_sym_PERCENT] = ACTIONS(2338), + [anon_sym_PLUS_PLUS] = ACTIONS(2340), + [anon_sym_DASH_DASH] = ACTIONS(2340), + [anon_sym_PIPE] = ACTIONS(2340), + [anon_sym_CARET] = ACTIONS(2338), + [anon_sym_LT_LT] = ACTIONS(2340), + [anon_sym_GT_GT] = ACTIONS(2340), + [anon_sym_class] = ACTIONS(2340), + [anon_sym_prefix] = ACTIONS(2340), + [anon_sym_infix] = ACTIONS(2340), + [anon_sym_postfix] = ACTIONS(2340), + [anon_sym_AT] = ACTIONS(2338), + [anon_sym_override] = ACTIONS(2340), + [anon_sym_convenience] = ACTIONS(2340), + [anon_sym_required] = ACTIONS(2340), + [anon_sym_nonisolated] = ACTIONS(2340), + [anon_sym_public] = ACTIONS(2340), + [anon_sym_private] = ACTIONS(2340), + [anon_sym_internal] = ACTIONS(2340), + [anon_sym_fileprivate] = ACTIONS(2340), + [anon_sym_open] = ACTIONS(2340), + [anon_sym_mutating] = ACTIONS(2340), + [anon_sym_nonmutating] = ACTIONS(2340), + [anon_sym_static] = ACTIONS(2340), + [anon_sym_dynamic] = ACTIONS(2340), + [anon_sym_optional] = ACTIONS(2340), + [anon_sym_distributed] = ACTIONS(2340), + [anon_sym_final] = ACTIONS(2340), + [anon_sym_inout] = ACTIONS(2340), + [anon_sym_ATescaping] = ACTIONS(2340), + [anon_sym_ATautoclosure] = ACTIONS(2340), + [anon_sym_weak] = ACTIONS(2340), + [anon_sym_unowned] = ACTIONS(2338), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2340), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2340), + [anon_sym_borrowing] = ACTIONS(2340), + [anon_sym_consuming] = ACTIONS(2340), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2340), + [sym__explicit_semi] = ACTIONS(2340), + [sym__dot_custom] = ACTIONS(2340), + [sym__conjunction_operator_custom] = ACTIONS(2340), + [sym__disjunction_operator_custom] = ACTIONS(2340), + [sym__nil_coalescing_operator_custom] = ACTIONS(2340), + [sym__eq_custom] = ACTIONS(2340), + [sym__eq_eq_custom] = ACTIONS(2340), + [sym__plus_then_ws] = ACTIONS(2340), + [sym__minus_then_ws] = ACTIONS(2340), + [sym__bang_custom] = ACTIONS(2340), + [sym_default_keyword] = ACTIONS(2340), + [sym__as_custom] = ACTIONS(2340), + [sym__as_quest_custom] = ACTIONS(2340), + [sym__as_bang_custom] = ACTIONS(2340), + [sym__custom_operator] = ACTIONS(2340), + }, + [STATE(1373)] = { + [anon_sym_BANG] = ACTIONS(2435), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2437), + [anon_sym_package] = ACTIONS(2437), + [anon_sym_COMMA] = ACTIONS(2437), + [anon_sym_LPAREN] = ACTIONS(2437), + [anon_sym_LBRACK] = ACTIONS(2437), + [anon_sym_QMARK] = ACTIONS(2435), + [anon_sym_QMARK2] = ACTIONS(2437), + [anon_sym_AMP] = ACTIONS(2437), + [aux_sym_custom_operator_token1] = ACTIONS(2437), + [anon_sym_LT] = ACTIONS(2435), + [anon_sym_GT] = ACTIONS(2435), + [anon_sym_LBRACE] = ACTIONS(2437), + [anon_sym_CARET_LBRACE] = ACTIONS(2437), + [anon_sym_RBRACE] = ACTIONS(2437), + [anon_sym_case] = ACTIONS(2437), + [anon_sym_fallthrough] = ACTIONS(2437), + [anon_sym_PLUS_EQ] = ACTIONS(2437), + [anon_sym_DASH_EQ] = ACTIONS(2437), + [anon_sym_STAR_EQ] = ACTIONS(2437), + [anon_sym_SLASH_EQ] = ACTIONS(2437), + [anon_sym_PERCENT_EQ] = ACTIONS(2437), + [anon_sym_BANG_EQ] = ACTIONS(2435), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2437), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2437), + [anon_sym_LT_EQ] = ACTIONS(2437), + [anon_sym_GT_EQ] = ACTIONS(2437), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2437), + [anon_sym_DOT_DOT_LT] = ACTIONS(2437), + [anon_sym_is] = ACTIONS(2437), + [anon_sym_PLUS] = ACTIONS(2435), + [anon_sym_DASH] = ACTIONS(2435), + [anon_sym_STAR] = ACTIONS(2435), + [anon_sym_SLASH] = ACTIONS(2435), + [anon_sym_PERCENT] = ACTIONS(2435), + [anon_sym_PLUS_PLUS] = ACTIONS(2437), + [anon_sym_DASH_DASH] = ACTIONS(2437), + [anon_sym_PIPE] = ACTIONS(2437), + [anon_sym_CARET] = ACTIONS(2435), + [anon_sym_LT_LT] = ACTIONS(2437), + [anon_sym_GT_GT] = ACTIONS(2437), + [anon_sym_class] = ACTIONS(2437), + [anon_sym_prefix] = ACTIONS(2437), + [anon_sym_infix] = ACTIONS(2437), + [anon_sym_postfix] = ACTIONS(2437), + [anon_sym_AT] = ACTIONS(2435), + [anon_sym_override] = ACTIONS(2437), + [anon_sym_convenience] = ACTIONS(2437), + [anon_sym_required] = ACTIONS(2437), + [anon_sym_nonisolated] = ACTIONS(2437), + [anon_sym_public] = ACTIONS(2437), + [anon_sym_private] = ACTIONS(2437), + [anon_sym_internal] = ACTIONS(2437), + [anon_sym_fileprivate] = ACTIONS(2437), + [anon_sym_open] = ACTIONS(2437), + [anon_sym_mutating] = ACTIONS(2437), + [anon_sym_nonmutating] = ACTIONS(2437), + [anon_sym_static] = ACTIONS(2437), + [anon_sym_dynamic] = ACTIONS(2437), + [anon_sym_optional] = ACTIONS(2437), + [anon_sym_distributed] = ACTIONS(2437), + [anon_sym_final] = ACTIONS(2437), + [anon_sym_inout] = ACTIONS(2437), + [anon_sym_ATescaping] = ACTIONS(2437), + [anon_sym_ATautoclosure] = ACTIONS(2437), + [anon_sym_weak] = ACTIONS(2437), + [anon_sym_unowned] = ACTIONS(2435), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2437), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2437), + [anon_sym_borrowing] = ACTIONS(2437), + [anon_sym_consuming] = ACTIONS(2437), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2437), + [sym__explicit_semi] = ACTIONS(2437), + [sym__dot_custom] = ACTIONS(2437), + [sym__conjunction_operator_custom] = ACTIONS(2437), + [sym__disjunction_operator_custom] = ACTIONS(2437), + [sym__nil_coalescing_operator_custom] = ACTIONS(2437), + [sym__eq_custom] = ACTIONS(2437), + [sym__eq_eq_custom] = ACTIONS(2437), + [sym__plus_then_ws] = ACTIONS(2437), + [sym__minus_then_ws] = ACTIONS(2437), + [sym__bang_custom] = ACTIONS(2437), + [sym_default_keyword] = ACTIONS(2437), + [sym__as_custom] = ACTIONS(2437), + [sym__as_quest_custom] = ACTIONS(2437), + [sym__as_bang_custom] = ACTIONS(2437), + [sym__custom_operator] = ACTIONS(2437), + }, + [STATE(1374)] = { + [anon_sym_BANG] = ACTIONS(2547), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2549), + [anon_sym_package] = ACTIONS(2549), + [anon_sym_COMMA] = ACTIONS(2549), + [anon_sym_LPAREN] = ACTIONS(2549), + [anon_sym_LBRACK] = ACTIONS(2549), + [anon_sym_QMARK] = ACTIONS(2547), + [anon_sym_QMARK2] = ACTIONS(2549), + [anon_sym_AMP] = ACTIONS(2549), + [aux_sym_custom_operator_token1] = ACTIONS(2549), + [anon_sym_LT] = ACTIONS(2547), + [anon_sym_GT] = ACTIONS(2547), + [anon_sym_LBRACE] = ACTIONS(2549), + [anon_sym_CARET_LBRACE] = ACTIONS(2549), + [anon_sym_RBRACE] = ACTIONS(2549), + [anon_sym_case] = ACTIONS(2549), + [anon_sym_fallthrough] = ACTIONS(2549), + [anon_sym_PLUS_EQ] = ACTIONS(2549), + [anon_sym_DASH_EQ] = ACTIONS(2549), + [anon_sym_STAR_EQ] = ACTIONS(2549), + [anon_sym_SLASH_EQ] = ACTIONS(2549), + [anon_sym_PERCENT_EQ] = ACTIONS(2549), + [anon_sym_BANG_EQ] = ACTIONS(2547), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2549), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2549), + [anon_sym_LT_EQ] = ACTIONS(2549), + [anon_sym_GT_EQ] = ACTIONS(2549), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2549), + [anon_sym_DOT_DOT_LT] = ACTIONS(2549), + [anon_sym_is] = ACTIONS(2549), + [anon_sym_PLUS] = ACTIONS(2547), + [anon_sym_DASH] = ACTIONS(2547), + [anon_sym_STAR] = ACTIONS(2547), + [anon_sym_SLASH] = ACTIONS(2547), + [anon_sym_PERCENT] = ACTIONS(2547), + [anon_sym_PLUS_PLUS] = ACTIONS(2549), + [anon_sym_DASH_DASH] = ACTIONS(2549), + [anon_sym_PIPE] = ACTIONS(2549), + [anon_sym_CARET] = ACTIONS(2547), + [anon_sym_LT_LT] = ACTIONS(2549), + [anon_sym_GT_GT] = ACTIONS(2549), + [anon_sym_class] = ACTIONS(2549), + [anon_sym_prefix] = ACTIONS(2549), + [anon_sym_infix] = ACTIONS(2549), + [anon_sym_postfix] = ACTIONS(2549), + [anon_sym_AT] = ACTIONS(2547), + [anon_sym_override] = ACTIONS(2549), + [anon_sym_convenience] = ACTIONS(2549), + [anon_sym_required] = ACTIONS(2549), + [anon_sym_nonisolated] = ACTIONS(2549), + [anon_sym_public] = ACTIONS(2549), + [anon_sym_private] = ACTIONS(2549), + [anon_sym_internal] = ACTIONS(2549), + [anon_sym_fileprivate] = ACTIONS(2549), + [anon_sym_open] = ACTIONS(2549), + [anon_sym_mutating] = ACTIONS(2549), + [anon_sym_nonmutating] = ACTIONS(2549), + [anon_sym_static] = ACTIONS(2549), + [anon_sym_dynamic] = ACTIONS(2549), + [anon_sym_optional] = ACTIONS(2549), + [anon_sym_distributed] = ACTIONS(2549), + [anon_sym_final] = ACTIONS(2549), + [anon_sym_inout] = ACTIONS(2549), + [anon_sym_ATescaping] = ACTIONS(2549), + [anon_sym_ATautoclosure] = ACTIONS(2549), + [anon_sym_weak] = ACTIONS(2549), + [anon_sym_unowned] = ACTIONS(2547), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2549), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2549), + [anon_sym_borrowing] = ACTIONS(2549), + [anon_sym_consuming] = ACTIONS(2549), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2549), + [sym__explicit_semi] = ACTIONS(2549), + [sym__dot_custom] = ACTIONS(2549), + [sym__conjunction_operator_custom] = ACTIONS(2549), + [sym__disjunction_operator_custom] = ACTIONS(2549), + [sym__nil_coalescing_operator_custom] = ACTIONS(2549), + [sym__eq_custom] = ACTIONS(2549), + [sym__eq_eq_custom] = ACTIONS(2549), + [sym__plus_then_ws] = ACTIONS(2549), + [sym__minus_then_ws] = ACTIONS(2549), + [sym__bang_custom] = ACTIONS(2549), + [sym_default_keyword] = ACTIONS(2549), + [sym__as_custom] = ACTIONS(2549), + [sym__as_quest_custom] = ACTIONS(2549), + [sym__as_bang_custom] = ACTIONS(2549), + [sym__custom_operator] = ACTIONS(2549), + }, + [STATE(1375)] = { + [anon_sym_BANG] = ACTIONS(2342), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2344), + [anon_sym_package] = ACTIONS(2344), + [anon_sym_COMMA] = ACTIONS(2344), + [anon_sym_LPAREN] = ACTIONS(2344), + [anon_sym_LBRACK] = ACTIONS(2344), + [anon_sym_QMARK] = ACTIONS(2342), + [anon_sym_QMARK2] = ACTIONS(2344), + [anon_sym_AMP] = ACTIONS(2344), + [aux_sym_custom_operator_token1] = ACTIONS(2344), + [anon_sym_LT] = ACTIONS(2342), + [anon_sym_GT] = ACTIONS(2342), + [anon_sym_LBRACE] = ACTIONS(2344), + [anon_sym_CARET_LBRACE] = ACTIONS(2344), + [anon_sym_RBRACE] = ACTIONS(2344), + [anon_sym_case] = ACTIONS(2344), + [anon_sym_fallthrough] = ACTIONS(2344), + [anon_sym_PLUS_EQ] = ACTIONS(2344), + [anon_sym_DASH_EQ] = ACTIONS(2344), + [anon_sym_STAR_EQ] = ACTIONS(2344), + [anon_sym_SLASH_EQ] = ACTIONS(2344), + [anon_sym_PERCENT_EQ] = ACTIONS(2344), + [anon_sym_BANG_EQ] = ACTIONS(2342), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2344), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2344), + [anon_sym_LT_EQ] = ACTIONS(2344), + [anon_sym_GT_EQ] = ACTIONS(2344), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2344), + [anon_sym_DOT_DOT_LT] = ACTIONS(2344), + [anon_sym_is] = ACTIONS(2344), + [anon_sym_PLUS] = ACTIONS(2342), + [anon_sym_DASH] = ACTIONS(2342), + [anon_sym_STAR] = ACTIONS(2342), + [anon_sym_SLASH] = ACTIONS(2342), + [anon_sym_PERCENT] = ACTIONS(2342), + [anon_sym_PLUS_PLUS] = ACTIONS(2344), + [anon_sym_DASH_DASH] = ACTIONS(2344), + [anon_sym_PIPE] = ACTIONS(2344), + [anon_sym_CARET] = ACTIONS(2342), + [anon_sym_LT_LT] = ACTIONS(2344), + [anon_sym_GT_GT] = ACTIONS(2344), + [anon_sym_class] = ACTIONS(2344), + [anon_sym_prefix] = ACTIONS(2344), + [anon_sym_infix] = ACTIONS(2344), + [anon_sym_postfix] = ACTIONS(2344), + [anon_sym_AT] = ACTIONS(2342), + [anon_sym_override] = ACTIONS(2344), + [anon_sym_convenience] = ACTIONS(2344), + [anon_sym_required] = ACTIONS(2344), + [anon_sym_nonisolated] = ACTIONS(2344), + [anon_sym_public] = ACTIONS(2344), + [anon_sym_private] = ACTIONS(2344), + [anon_sym_internal] = ACTIONS(2344), + [anon_sym_fileprivate] = ACTIONS(2344), + [anon_sym_open] = ACTIONS(2344), + [anon_sym_mutating] = ACTIONS(2344), + [anon_sym_nonmutating] = ACTIONS(2344), + [anon_sym_static] = ACTIONS(2344), + [anon_sym_dynamic] = ACTIONS(2344), + [anon_sym_optional] = ACTIONS(2344), + [anon_sym_distributed] = ACTIONS(2344), + [anon_sym_final] = ACTIONS(2344), + [anon_sym_inout] = ACTIONS(2344), + [anon_sym_ATescaping] = ACTIONS(2344), + [anon_sym_ATautoclosure] = ACTIONS(2344), + [anon_sym_weak] = ACTIONS(2344), + [anon_sym_unowned] = ACTIONS(2342), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2344), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2344), + [anon_sym_borrowing] = ACTIONS(2344), + [anon_sym_consuming] = ACTIONS(2344), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2344), + [sym__explicit_semi] = ACTIONS(2344), + [sym__dot_custom] = ACTIONS(2344), + [sym__conjunction_operator_custom] = ACTIONS(2344), + [sym__disjunction_operator_custom] = ACTIONS(2344), + [sym__nil_coalescing_operator_custom] = ACTIONS(2344), + [sym__eq_custom] = ACTIONS(2344), + [sym__eq_eq_custom] = ACTIONS(2344), + [sym__plus_then_ws] = ACTIONS(2344), + [sym__minus_then_ws] = ACTIONS(2344), + [sym__bang_custom] = ACTIONS(2344), + [sym_default_keyword] = ACTIONS(2344), + [sym__as_custom] = ACTIONS(2344), + [sym__as_quest_custom] = ACTIONS(2344), + [sym__as_bang_custom] = ACTIONS(2344), + [sym__custom_operator] = ACTIONS(2344), + }, + [STATE(1376)] = { + [anon_sym_BANG] = ACTIONS(2551), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2553), + [anon_sym_package] = ACTIONS(2553), + [anon_sym_COMMA] = ACTIONS(2553), + [anon_sym_LPAREN] = ACTIONS(2553), + [anon_sym_LBRACK] = ACTIONS(2553), + [anon_sym_QMARK] = ACTIONS(2551), + [anon_sym_QMARK2] = ACTIONS(2553), + [anon_sym_AMP] = ACTIONS(2553), + [aux_sym_custom_operator_token1] = ACTIONS(2553), + [anon_sym_LT] = ACTIONS(2551), + [anon_sym_GT] = ACTIONS(2551), + [anon_sym_LBRACE] = ACTIONS(2553), + [anon_sym_CARET_LBRACE] = ACTIONS(2553), + [anon_sym_RBRACE] = ACTIONS(2553), + [anon_sym_case] = ACTIONS(2553), + [anon_sym_fallthrough] = ACTIONS(2553), + [anon_sym_PLUS_EQ] = ACTIONS(2553), + [anon_sym_DASH_EQ] = ACTIONS(2553), + [anon_sym_STAR_EQ] = ACTIONS(2553), + [anon_sym_SLASH_EQ] = ACTIONS(2553), + [anon_sym_PERCENT_EQ] = ACTIONS(2553), + [anon_sym_BANG_EQ] = ACTIONS(2551), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2553), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2553), + [anon_sym_LT_EQ] = ACTIONS(2553), + [anon_sym_GT_EQ] = ACTIONS(2553), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2553), + [anon_sym_DOT_DOT_LT] = ACTIONS(2553), + [anon_sym_is] = ACTIONS(2553), + [anon_sym_PLUS] = ACTIONS(2551), + [anon_sym_DASH] = ACTIONS(2551), + [anon_sym_STAR] = ACTIONS(2551), + [anon_sym_SLASH] = ACTIONS(2551), + [anon_sym_PERCENT] = ACTIONS(2551), + [anon_sym_PLUS_PLUS] = ACTIONS(2553), + [anon_sym_DASH_DASH] = ACTIONS(2553), + [anon_sym_PIPE] = ACTIONS(2553), + [anon_sym_CARET] = ACTIONS(2551), + [anon_sym_LT_LT] = ACTIONS(2553), + [anon_sym_GT_GT] = ACTIONS(2553), + [anon_sym_class] = ACTIONS(2553), + [anon_sym_prefix] = ACTIONS(2553), + [anon_sym_infix] = ACTIONS(2553), + [anon_sym_postfix] = ACTIONS(2553), + [anon_sym_AT] = ACTIONS(2551), + [anon_sym_override] = ACTIONS(2553), + [anon_sym_convenience] = ACTIONS(2553), + [anon_sym_required] = ACTIONS(2553), + [anon_sym_nonisolated] = ACTIONS(2553), + [anon_sym_public] = ACTIONS(2553), + [anon_sym_private] = ACTIONS(2553), + [anon_sym_internal] = ACTIONS(2553), + [anon_sym_fileprivate] = ACTIONS(2553), + [anon_sym_open] = ACTIONS(2553), + [anon_sym_mutating] = ACTIONS(2553), + [anon_sym_nonmutating] = ACTIONS(2553), + [anon_sym_static] = ACTIONS(2553), + [anon_sym_dynamic] = ACTIONS(2553), + [anon_sym_optional] = ACTIONS(2553), + [anon_sym_distributed] = ACTIONS(2553), + [anon_sym_final] = ACTIONS(2553), + [anon_sym_inout] = ACTIONS(2553), + [anon_sym_ATescaping] = ACTIONS(2553), + [anon_sym_ATautoclosure] = ACTIONS(2553), + [anon_sym_weak] = ACTIONS(2553), + [anon_sym_unowned] = ACTIONS(2551), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2553), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2553), + [anon_sym_borrowing] = ACTIONS(2553), + [anon_sym_consuming] = ACTIONS(2553), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2553), + [sym__explicit_semi] = ACTIONS(2553), + [sym__dot_custom] = ACTIONS(2553), + [sym__conjunction_operator_custom] = ACTIONS(2553), + [sym__disjunction_operator_custom] = ACTIONS(2553), + [sym__nil_coalescing_operator_custom] = ACTIONS(2553), + [sym__eq_custom] = ACTIONS(2553), + [sym__eq_eq_custom] = ACTIONS(2553), + [sym__plus_then_ws] = ACTIONS(2553), + [sym__minus_then_ws] = ACTIONS(2553), + [sym__bang_custom] = ACTIONS(2553), + [sym_default_keyword] = ACTIONS(2553), + [sym__as_custom] = ACTIONS(2553), + [sym__as_quest_custom] = ACTIONS(2553), + [sym__as_bang_custom] = ACTIONS(2553), + [sym__custom_operator] = ACTIONS(2553), + }, + [STATE(1377)] = { + [anon_sym_BANG] = ACTIONS(2555), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2557), + [anon_sym_package] = ACTIONS(2557), + [anon_sym_COMMA] = ACTIONS(2557), + [anon_sym_LPAREN] = ACTIONS(2557), + [anon_sym_LBRACK] = ACTIONS(2557), + [anon_sym_QMARK] = ACTIONS(2555), + [anon_sym_QMARK2] = ACTIONS(2557), + [anon_sym_AMP] = ACTIONS(2557), + [aux_sym_custom_operator_token1] = ACTIONS(2557), + [anon_sym_LT] = ACTIONS(2555), + [anon_sym_GT] = ACTIONS(2555), + [anon_sym_LBRACE] = ACTIONS(2557), + [anon_sym_CARET_LBRACE] = ACTIONS(2557), + [anon_sym_RBRACE] = ACTIONS(2557), + [anon_sym_case] = ACTIONS(2557), + [anon_sym_fallthrough] = ACTIONS(2557), + [anon_sym_PLUS_EQ] = ACTIONS(2557), + [anon_sym_DASH_EQ] = ACTIONS(2557), + [anon_sym_STAR_EQ] = ACTIONS(2557), + [anon_sym_SLASH_EQ] = ACTIONS(2557), + [anon_sym_PERCENT_EQ] = ACTIONS(2557), + [anon_sym_BANG_EQ] = ACTIONS(2555), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2557), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2557), + [anon_sym_LT_EQ] = ACTIONS(2557), + [anon_sym_GT_EQ] = ACTIONS(2557), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2557), + [anon_sym_DOT_DOT_LT] = ACTIONS(2557), + [anon_sym_is] = ACTIONS(2557), + [anon_sym_PLUS] = ACTIONS(2555), + [anon_sym_DASH] = ACTIONS(2555), + [anon_sym_STAR] = ACTIONS(2555), + [anon_sym_SLASH] = ACTIONS(2555), + [anon_sym_PERCENT] = ACTIONS(2555), + [anon_sym_PLUS_PLUS] = ACTIONS(2557), + [anon_sym_DASH_DASH] = ACTIONS(2557), + [anon_sym_PIPE] = ACTIONS(2557), + [anon_sym_CARET] = ACTIONS(2555), + [anon_sym_LT_LT] = ACTIONS(2557), + [anon_sym_GT_GT] = ACTIONS(2557), + [anon_sym_class] = ACTIONS(2557), + [anon_sym_prefix] = ACTIONS(2557), + [anon_sym_infix] = ACTIONS(2557), + [anon_sym_postfix] = ACTIONS(2557), + [anon_sym_AT] = ACTIONS(2555), + [anon_sym_override] = ACTIONS(2557), + [anon_sym_convenience] = ACTIONS(2557), + [anon_sym_required] = ACTIONS(2557), + [anon_sym_nonisolated] = ACTIONS(2557), + [anon_sym_public] = ACTIONS(2557), + [anon_sym_private] = ACTIONS(2557), + [anon_sym_internal] = ACTIONS(2557), + [anon_sym_fileprivate] = ACTIONS(2557), + [anon_sym_open] = ACTIONS(2557), + [anon_sym_mutating] = ACTIONS(2557), + [anon_sym_nonmutating] = ACTIONS(2557), + [anon_sym_static] = ACTIONS(2557), + [anon_sym_dynamic] = ACTIONS(2557), + [anon_sym_optional] = ACTIONS(2557), + [anon_sym_distributed] = ACTIONS(2557), + [anon_sym_final] = ACTIONS(2557), + [anon_sym_inout] = ACTIONS(2557), + [anon_sym_ATescaping] = ACTIONS(2557), + [anon_sym_ATautoclosure] = ACTIONS(2557), + [anon_sym_weak] = ACTIONS(2557), + [anon_sym_unowned] = ACTIONS(2555), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2557), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2557), + [anon_sym_borrowing] = ACTIONS(2557), + [anon_sym_consuming] = ACTIONS(2557), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2557), + [sym__explicit_semi] = ACTIONS(2557), + [sym__dot_custom] = ACTIONS(2557), + [sym__conjunction_operator_custom] = ACTIONS(2557), + [sym__disjunction_operator_custom] = ACTIONS(2557), + [sym__nil_coalescing_operator_custom] = ACTIONS(2557), + [sym__eq_custom] = ACTIONS(2557), + [sym__eq_eq_custom] = ACTIONS(2557), + [sym__plus_then_ws] = ACTIONS(2557), + [sym__minus_then_ws] = ACTIONS(2557), + [sym__bang_custom] = ACTIONS(2557), + [sym_default_keyword] = ACTIONS(2557), + [sym__as_custom] = ACTIONS(2557), + [sym__as_quest_custom] = ACTIONS(2557), + [sym__as_bang_custom] = ACTIONS(2557), + [sym__custom_operator] = ACTIONS(2557), + }, + [STATE(1378)] = { + [anon_sym_BANG] = ACTIONS(2559), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2561), + [anon_sym_package] = ACTIONS(2561), + [anon_sym_COMMA] = ACTIONS(2561), + [anon_sym_LPAREN] = ACTIONS(2561), + [anon_sym_LBRACK] = ACTIONS(2561), + [anon_sym_QMARK] = ACTIONS(2559), + [anon_sym_QMARK2] = ACTIONS(2561), + [anon_sym_AMP] = ACTIONS(2561), + [aux_sym_custom_operator_token1] = ACTIONS(2561), + [anon_sym_LT] = ACTIONS(2559), + [anon_sym_GT] = ACTIONS(2559), + [anon_sym_LBRACE] = ACTIONS(2561), + [anon_sym_CARET_LBRACE] = ACTIONS(2561), + [anon_sym_RBRACE] = ACTIONS(2561), + [anon_sym_case] = ACTIONS(2561), + [anon_sym_fallthrough] = ACTIONS(2561), + [anon_sym_PLUS_EQ] = ACTIONS(2561), + [anon_sym_DASH_EQ] = ACTIONS(2561), + [anon_sym_STAR_EQ] = ACTIONS(2561), + [anon_sym_SLASH_EQ] = ACTIONS(2561), + [anon_sym_PERCENT_EQ] = ACTIONS(2561), + [anon_sym_BANG_EQ] = ACTIONS(2559), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2561), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2561), + [anon_sym_LT_EQ] = ACTIONS(2561), + [anon_sym_GT_EQ] = ACTIONS(2561), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2561), + [anon_sym_DOT_DOT_LT] = ACTIONS(2561), + [anon_sym_is] = ACTIONS(2561), + [anon_sym_PLUS] = ACTIONS(2559), + [anon_sym_DASH] = ACTIONS(2559), + [anon_sym_STAR] = ACTIONS(2559), + [anon_sym_SLASH] = ACTIONS(2559), + [anon_sym_PERCENT] = ACTIONS(2559), + [anon_sym_PLUS_PLUS] = ACTIONS(2561), + [anon_sym_DASH_DASH] = ACTIONS(2561), + [anon_sym_PIPE] = ACTIONS(2561), + [anon_sym_CARET] = ACTIONS(2559), + [anon_sym_LT_LT] = ACTIONS(2561), + [anon_sym_GT_GT] = ACTIONS(2561), + [anon_sym_class] = ACTIONS(2561), + [anon_sym_prefix] = ACTIONS(2561), + [anon_sym_infix] = ACTIONS(2561), + [anon_sym_postfix] = ACTIONS(2561), + [anon_sym_AT] = ACTIONS(2559), + [anon_sym_override] = ACTIONS(2561), + [anon_sym_convenience] = ACTIONS(2561), + [anon_sym_required] = ACTIONS(2561), + [anon_sym_nonisolated] = ACTIONS(2561), + [anon_sym_public] = ACTIONS(2561), + [anon_sym_private] = ACTIONS(2561), + [anon_sym_internal] = ACTIONS(2561), + [anon_sym_fileprivate] = ACTIONS(2561), + [anon_sym_open] = ACTIONS(2561), + [anon_sym_mutating] = ACTIONS(2561), + [anon_sym_nonmutating] = ACTIONS(2561), + [anon_sym_static] = ACTIONS(2561), + [anon_sym_dynamic] = ACTIONS(2561), + [anon_sym_optional] = ACTIONS(2561), + [anon_sym_distributed] = ACTIONS(2561), + [anon_sym_final] = ACTIONS(2561), + [anon_sym_inout] = ACTIONS(2561), + [anon_sym_ATescaping] = ACTIONS(2561), + [anon_sym_ATautoclosure] = ACTIONS(2561), + [anon_sym_weak] = ACTIONS(2561), + [anon_sym_unowned] = ACTIONS(2559), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2561), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2561), + [anon_sym_borrowing] = ACTIONS(2561), + [anon_sym_consuming] = ACTIONS(2561), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2561), + [sym__explicit_semi] = ACTIONS(2561), + [sym__dot_custom] = ACTIONS(2561), + [sym__conjunction_operator_custom] = ACTIONS(2561), + [sym__disjunction_operator_custom] = ACTIONS(2561), + [sym__nil_coalescing_operator_custom] = ACTIONS(2561), + [sym__eq_custom] = ACTIONS(2561), + [sym__eq_eq_custom] = ACTIONS(2561), + [sym__plus_then_ws] = ACTIONS(2561), + [sym__minus_then_ws] = ACTIONS(2561), + [sym__bang_custom] = ACTIONS(2561), + [sym_default_keyword] = ACTIONS(2561), + [sym__as_custom] = ACTIONS(2561), + [sym__as_quest_custom] = ACTIONS(2561), + [sym__as_bang_custom] = ACTIONS(2561), + [sym__custom_operator] = ACTIONS(2561), + }, + [STATE(1379)] = { + [anon_sym_BANG] = ACTIONS(2563), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2565), + [anon_sym_package] = ACTIONS(2565), + [anon_sym_COMMA] = ACTIONS(2565), + [anon_sym_LPAREN] = ACTIONS(2565), + [anon_sym_LBRACK] = ACTIONS(2565), + [anon_sym_QMARK] = ACTIONS(2563), + [anon_sym_QMARK2] = ACTIONS(2565), + [anon_sym_AMP] = ACTIONS(2565), + [aux_sym_custom_operator_token1] = ACTIONS(2565), + [anon_sym_LT] = ACTIONS(2563), + [anon_sym_GT] = ACTIONS(2563), + [anon_sym_LBRACE] = ACTIONS(2565), + [anon_sym_CARET_LBRACE] = ACTIONS(2565), + [anon_sym_RBRACE] = ACTIONS(2565), + [anon_sym_case] = ACTIONS(2565), + [anon_sym_fallthrough] = ACTIONS(2565), + [anon_sym_PLUS_EQ] = ACTIONS(2565), + [anon_sym_DASH_EQ] = ACTIONS(2565), + [anon_sym_STAR_EQ] = ACTIONS(2565), + [anon_sym_SLASH_EQ] = ACTIONS(2565), + [anon_sym_PERCENT_EQ] = ACTIONS(2565), + [anon_sym_BANG_EQ] = ACTIONS(2563), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2565), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2565), + [anon_sym_LT_EQ] = ACTIONS(2565), + [anon_sym_GT_EQ] = ACTIONS(2565), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2565), + [anon_sym_DOT_DOT_LT] = ACTIONS(2565), + [anon_sym_is] = ACTIONS(2565), + [anon_sym_PLUS] = ACTIONS(2563), + [anon_sym_DASH] = ACTIONS(2563), + [anon_sym_STAR] = ACTIONS(2563), + [anon_sym_SLASH] = ACTIONS(2563), + [anon_sym_PERCENT] = ACTIONS(2563), + [anon_sym_PLUS_PLUS] = ACTIONS(2565), + [anon_sym_DASH_DASH] = ACTIONS(2565), + [anon_sym_PIPE] = ACTIONS(2565), + [anon_sym_CARET] = ACTIONS(2563), + [anon_sym_LT_LT] = ACTIONS(2565), + [anon_sym_GT_GT] = ACTIONS(2565), + [anon_sym_class] = ACTIONS(2565), + [anon_sym_prefix] = ACTIONS(2565), + [anon_sym_infix] = ACTIONS(2565), + [anon_sym_postfix] = ACTIONS(2565), + [anon_sym_AT] = ACTIONS(2563), + [anon_sym_override] = ACTIONS(2565), + [anon_sym_convenience] = ACTIONS(2565), + [anon_sym_required] = ACTIONS(2565), + [anon_sym_nonisolated] = ACTIONS(2565), + [anon_sym_public] = ACTIONS(2565), + [anon_sym_private] = ACTIONS(2565), + [anon_sym_internal] = ACTIONS(2565), + [anon_sym_fileprivate] = ACTIONS(2565), + [anon_sym_open] = ACTIONS(2565), + [anon_sym_mutating] = ACTIONS(2565), + [anon_sym_nonmutating] = ACTIONS(2565), + [anon_sym_static] = ACTIONS(2565), + [anon_sym_dynamic] = ACTIONS(2565), + [anon_sym_optional] = ACTIONS(2565), + [anon_sym_distributed] = ACTIONS(2565), + [anon_sym_final] = ACTIONS(2565), + [anon_sym_inout] = ACTIONS(2565), + [anon_sym_ATescaping] = ACTIONS(2565), + [anon_sym_ATautoclosure] = ACTIONS(2565), + [anon_sym_weak] = ACTIONS(2565), + [anon_sym_unowned] = ACTIONS(2563), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2565), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2565), + [anon_sym_borrowing] = ACTIONS(2565), + [anon_sym_consuming] = ACTIONS(2565), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2565), + [sym__explicit_semi] = ACTIONS(2565), + [sym__dot_custom] = ACTIONS(2565), + [sym__conjunction_operator_custom] = ACTIONS(2565), + [sym__disjunction_operator_custom] = ACTIONS(2565), + [sym__nil_coalescing_operator_custom] = ACTIONS(2565), + [sym__eq_custom] = ACTIONS(2565), + [sym__eq_eq_custom] = ACTIONS(2565), + [sym__plus_then_ws] = ACTIONS(2565), + [sym__minus_then_ws] = ACTIONS(2565), + [sym__bang_custom] = ACTIONS(2565), + [sym_default_keyword] = ACTIONS(2565), + [sym__as_custom] = ACTIONS(2565), + [sym__as_quest_custom] = ACTIONS(2565), + [sym__as_bang_custom] = ACTIONS(2565), + [sym__custom_operator] = ACTIONS(2565), + }, + [STATE(1380)] = { + [anon_sym_BANG] = ACTIONS(2567), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2569), + [anon_sym_package] = ACTIONS(2569), + [anon_sym_COMMA] = ACTIONS(2569), + [anon_sym_LPAREN] = ACTIONS(2569), + [anon_sym_LBRACK] = ACTIONS(2569), + [anon_sym_QMARK] = ACTIONS(2567), + [anon_sym_QMARK2] = ACTIONS(2569), + [anon_sym_AMP] = ACTIONS(2569), + [aux_sym_custom_operator_token1] = ACTIONS(2569), + [anon_sym_LT] = ACTIONS(2567), + [anon_sym_GT] = ACTIONS(2567), + [anon_sym_LBRACE] = ACTIONS(2569), + [anon_sym_CARET_LBRACE] = ACTIONS(2569), + [anon_sym_RBRACE] = ACTIONS(2569), + [anon_sym_case] = ACTIONS(2569), + [anon_sym_fallthrough] = ACTIONS(2569), + [anon_sym_PLUS_EQ] = ACTIONS(2569), + [anon_sym_DASH_EQ] = ACTIONS(2569), + [anon_sym_STAR_EQ] = ACTIONS(2569), + [anon_sym_SLASH_EQ] = ACTIONS(2569), + [anon_sym_PERCENT_EQ] = ACTIONS(2569), + [anon_sym_BANG_EQ] = ACTIONS(2567), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2569), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2569), + [anon_sym_LT_EQ] = ACTIONS(2569), + [anon_sym_GT_EQ] = ACTIONS(2569), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2569), + [anon_sym_DOT_DOT_LT] = ACTIONS(2569), + [anon_sym_is] = ACTIONS(2569), + [anon_sym_PLUS] = ACTIONS(2567), + [anon_sym_DASH] = ACTIONS(2567), + [anon_sym_STAR] = ACTIONS(2567), + [anon_sym_SLASH] = ACTIONS(2567), + [anon_sym_PERCENT] = ACTIONS(2567), + [anon_sym_PLUS_PLUS] = ACTIONS(2569), + [anon_sym_DASH_DASH] = ACTIONS(2569), + [anon_sym_PIPE] = ACTIONS(2569), + [anon_sym_CARET] = ACTIONS(2567), + [anon_sym_LT_LT] = ACTIONS(2569), + [anon_sym_GT_GT] = ACTIONS(2569), + [anon_sym_class] = ACTIONS(2569), + [anon_sym_prefix] = ACTIONS(2569), + [anon_sym_infix] = ACTIONS(2569), + [anon_sym_postfix] = ACTIONS(2569), + [anon_sym_AT] = ACTIONS(2567), + [anon_sym_override] = ACTIONS(2569), + [anon_sym_convenience] = ACTIONS(2569), + [anon_sym_required] = ACTIONS(2569), + [anon_sym_nonisolated] = ACTIONS(2569), + [anon_sym_public] = ACTIONS(2569), + [anon_sym_private] = ACTIONS(2569), + [anon_sym_internal] = ACTIONS(2569), + [anon_sym_fileprivate] = ACTIONS(2569), + [anon_sym_open] = ACTIONS(2569), + [anon_sym_mutating] = ACTIONS(2569), + [anon_sym_nonmutating] = ACTIONS(2569), + [anon_sym_static] = ACTIONS(2569), + [anon_sym_dynamic] = ACTIONS(2569), + [anon_sym_optional] = ACTIONS(2569), + [anon_sym_distributed] = ACTIONS(2569), + [anon_sym_final] = ACTIONS(2569), + [anon_sym_inout] = ACTIONS(2569), + [anon_sym_ATescaping] = ACTIONS(2569), + [anon_sym_ATautoclosure] = ACTIONS(2569), + [anon_sym_weak] = ACTIONS(2569), + [anon_sym_unowned] = ACTIONS(2567), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2569), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2569), + [anon_sym_borrowing] = ACTIONS(2569), + [anon_sym_consuming] = ACTIONS(2569), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2569), + [sym__explicit_semi] = ACTIONS(2569), + [sym__dot_custom] = ACTIONS(2569), + [sym__conjunction_operator_custom] = ACTIONS(2569), + [sym__disjunction_operator_custom] = ACTIONS(2569), + [sym__nil_coalescing_operator_custom] = ACTIONS(2569), + [sym__eq_custom] = ACTIONS(2569), + [sym__eq_eq_custom] = ACTIONS(2569), + [sym__plus_then_ws] = ACTIONS(2569), + [sym__minus_then_ws] = ACTIONS(2569), + [sym__bang_custom] = ACTIONS(2569), + [sym_default_keyword] = ACTIONS(2569), + [sym__as_custom] = ACTIONS(2569), + [sym__as_quest_custom] = ACTIONS(2569), + [sym__as_bang_custom] = ACTIONS(2569), + [sym__custom_operator] = ACTIONS(2569), + }, + [STATE(1381)] = { + [anon_sym_BANG] = ACTIONS(2571), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2573), + [anon_sym_package] = ACTIONS(2573), + [anon_sym_COMMA] = ACTIONS(2573), + [anon_sym_LPAREN] = ACTIONS(2573), + [anon_sym_LBRACK] = ACTIONS(2573), + [anon_sym_QMARK] = ACTIONS(2571), + [anon_sym_QMARK2] = ACTIONS(2573), + [anon_sym_AMP] = ACTIONS(2573), + [aux_sym_custom_operator_token1] = ACTIONS(2573), + [anon_sym_LT] = ACTIONS(2571), + [anon_sym_GT] = ACTIONS(2571), + [anon_sym_LBRACE] = ACTIONS(2573), + [anon_sym_CARET_LBRACE] = ACTIONS(2573), + [anon_sym_RBRACE] = ACTIONS(2573), + [anon_sym_case] = ACTIONS(2573), + [anon_sym_fallthrough] = ACTIONS(2573), + [anon_sym_PLUS_EQ] = ACTIONS(2573), + [anon_sym_DASH_EQ] = ACTIONS(2573), + [anon_sym_STAR_EQ] = ACTIONS(2573), + [anon_sym_SLASH_EQ] = ACTIONS(2573), + [anon_sym_PERCENT_EQ] = ACTIONS(2573), + [anon_sym_BANG_EQ] = ACTIONS(2571), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2573), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2573), + [anon_sym_LT_EQ] = ACTIONS(2573), + [anon_sym_GT_EQ] = ACTIONS(2573), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2573), + [anon_sym_DOT_DOT_LT] = ACTIONS(2573), + [anon_sym_is] = ACTIONS(2573), + [anon_sym_PLUS] = ACTIONS(2571), + [anon_sym_DASH] = ACTIONS(2571), + [anon_sym_STAR] = ACTIONS(2571), + [anon_sym_SLASH] = ACTIONS(2571), + [anon_sym_PERCENT] = ACTIONS(2571), + [anon_sym_PLUS_PLUS] = ACTIONS(2573), + [anon_sym_DASH_DASH] = ACTIONS(2573), + [anon_sym_PIPE] = ACTIONS(2573), + [anon_sym_CARET] = ACTIONS(2571), + [anon_sym_LT_LT] = ACTIONS(2573), + [anon_sym_GT_GT] = ACTIONS(2573), + [anon_sym_class] = ACTIONS(2573), + [anon_sym_prefix] = ACTIONS(2573), + [anon_sym_infix] = ACTIONS(2573), + [anon_sym_postfix] = ACTIONS(2573), + [anon_sym_AT] = ACTIONS(2571), + [anon_sym_override] = ACTIONS(2573), + [anon_sym_convenience] = ACTIONS(2573), + [anon_sym_required] = ACTIONS(2573), + [anon_sym_nonisolated] = ACTIONS(2573), + [anon_sym_public] = ACTIONS(2573), + [anon_sym_private] = ACTIONS(2573), + [anon_sym_internal] = ACTIONS(2573), + [anon_sym_fileprivate] = ACTIONS(2573), + [anon_sym_open] = ACTIONS(2573), + [anon_sym_mutating] = ACTIONS(2573), + [anon_sym_nonmutating] = ACTIONS(2573), + [anon_sym_static] = ACTIONS(2573), + [anon_sym_dynamic] = ACTIONS(2573), + [anon_sym_optional] = ACTIONS(2573), + [anon_sym_distributed] = ACTIONS(2573), + [anon_sym_final] = ACTIONS(2573), + [anon_sym_inout] = ACTIONS(2573), + [anon_sym_ATescaping] = ACTIONS(2573), + [anon_sym_ATautoclosure] = ACTIONS(2573), + [anon_sym_weak] = ACTIONS(2573), + [anon_sym_unowned] = ACTIONS(2571), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2573), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2573), + [anon_sym_borrowing] = ACTIONS(2573), + [anon_sym_consuming] = ACTIONS(2573), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2573), + [sym__explicit_semi] = ACTIONS(2573), + [sym__dot_custom] = ACTIONS(2573), + [sym__conjunction_operator_custom] = ACTIONS(2573), + [sym__disjunction_operator_custom] = ACTIONS(2573), + [sym__nil_coalescing_operator_custom] = ACTIONS(2573), + [sym__eq_custom] = ACTIONS(2573), + [sym__eq_eq_custom] = ACTIONS(2573), + [sym__plus_then_ws] = ACTIONS(2573), + [sym__minus_then_ws] = ACTIONS(2573), + [sym__bang_custom] = ACTIONS(2573), + [sym_default_keyword] = ACTIONS(2573), + [sym__as_custom] = ACTIONS(2573), + [sym__as_quest_custom] = ACTIONS(2573), + [sym__as_bang_custom] = ACTIONS(2573), + [sym__custom_operator] = ACTIONS(2573), + }, + [STATE(1382)] = { + [anon_sym_BANG] = ACTIONS(2431), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2433), + [anon_sym_package] = ACTIONS(2433), + [anon_sym_COMMA] = ACTIONS(2433), + [anon_sym_LPAREN] = ACTIONS(2433), + [anon_sym_LBRACK] = ACTIONS(2433), + [anon_sym_QMARK] = ACTIONS(2431), + [anon_sym_QMARK2] = ACTIONS(2433), + [anon_sym_AMP] = ACTIONS(2433), + [aux_sym_custom_operator_token1] = ACTIONS(2433), + [anon_sym_LT] = ACTIONS(2431), + [anon_sym_GT] = ACTIONS(2431), + [anon_sym_LBRACE] = ACTIONS(2433), + [anon_sym_CARET_LBRACE] = ACTIONS(2433), + [anon_sym_RBRACE] = ACTIONS(2433), + [anon_sym_case] = ACTIONS(2433), + [anon_sym_fallthrough] = ACTIONS(2433), + [anon_sym_PLUS_EQ] = ACTIONS(2433), + [anon_sym_DASH_EQ] = ACTIONS(2433), + [anon_sym_STAR_EQ] = ACTIONS(2433), + [anon_sym_SLASH_EQ] = ACTIONS(2433), + [anon_sym_PERCENT_EQ] = ACTIONS(2433), + [anon_sym_BANG_EQ] = ACTIONS(2431), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2433), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2433), + [anon_sym_LT_EQ] = ACTIONS(2433), + [anon_sym_GT_EQ] = ACTIONS(2433), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2433), + [anon_sym_DOT_DOT_LT] = ACTIONS(2433), + [anon_sym_is] = ACTIONS(2433), + [anon_sym_PLUS] = ACTIONS(2431), + [anon_sym_DASH] = ACTIONS(2431), + [anon_sym_STAR] = ACTIONS(2431), + [anon_sym_SLASH] = ACTIONS(2431), + [anon_sym_PERCENT] = ACTIONS(2431), + [anon_sym_PLUS_PLUS] = ACTIONS(2433), + [anon_sym_DASH_DASH] = ACTIONS(2433), + [anon_sym_PIPE] = ACTIONS(2433), + [anon_sym_CARET] = ACTIONS(2431), + [anon_sym_LT_LT] = ACTIONS(2433), + [anon_sym_GT_GT] = ACTIONS(2433), + [anon_sym_class] = ACTIONS(2433), + [anon_sym_prefix] = ACTIONS(2433), + [anon_sym_infix] = ACTIONS(2433), + [anon_sym_postfix] = ACTIONS(2433), + [anon_sym_AT] = ACTIONS(2431), + [anon_sym_override] = ACTIONS(2433), + [anon_sym_convenience] = ACTIONS(2433), + [anon_sym_required] = ACTIONS(2433), + [anon_sym_nonisolated] = ACTIONS(2433), + [anon_sym_public] = ACTIONS(2433), + [anon_sym_private] = ACTIONS(2433), + [anon_sym_internal] = ACTIONS(2433), + [anon_sym_fileprivate] = ACTIONS(2433), + [anon_sym_open] = ACTIONS(2433), + [anon_sym_mutating] = ACTIONS(2433), + [anon_sym_nonmutating] = ACTIONS(2433), + [anon_sym_static] = ACTIONS(2433), + [anon_sym_dynamic] = ACTIONS(2433), + [anon_sym_optional] = ACTIONS(2433), + [anon_sym_distributed] = ACTIONS(2433), + [anon_sym_final] = ACTIONS(2433), + [anon_sym_inout] = ACTIONS(2433), + [anon_sym_ATescaping] = ACTIONS(2433), + [anon_sym_ATautoclosure] = ACTIONS(2433), + [anon_sym_weak] = ACTIONS(2433), + [anon_sym_unowned] = ACTIONS(2431), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2433), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2433), + [anon_sym_borrowing] = ACTIONS(2433), + [anon_sym_consuming] = ACTIONS(2433), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2433), + [sym__explicit_semi] = ACTIONS(2433), + [sym__dot_custom] = ACTIONS(2433), + [sym__conjunction_operator_custom] = ACTIONS(2433), + [sym__disjunction_operator_custom] = ACTIONS(2433), + [sym__nil_coalescing_operator_custom] = ACTIONS(2433), + [sym__eq_custom] = ACTIONS(2433), + [sym__eq_eq_custom] = ACTIONS(2433), + [sym__plus_then_ws] = ACTIONS(2433), + [sym__minus_then_ws] = ACTIONS(2433), + [sym__bang_custom] = ACTIONS(2433), + [sym_default_keyword] = ACTIONS(2433), + [sym__as_custom] = ACTIONS(2433), + [sym__as_quest_custom] = ACTIONS(2433), + [sym__as_bang_custom] = ACTIONS(2433), + [sym__custom_operator] = ACTIONS(2433), + }, + [STATE(1383)] = { + [anon_sym_BANG] = ACTIONS(2575), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2577), + [anon_sym_package] = ACTIONS(2577), + [anon_sym_COMMA] = ACTIONS(2577), + [anon_sym_LPAREN] = ACTIONS(2577), + [anon_sym_LBRACK] = ACTIONS(2577), + [anon_sym_QMARK] = ACTIONS(2575), + [anon_sym_QMARK2] = ACTIONS(2577), + [anon_sym_AMP] = ACTIONS(2577), + [aux_sym_custom_operator_token1] = ACTIONS(2577), + [anon_sym_LT] = ACTIONS(2575), + [anon_sym_GT] = ACTIONS(2575), + [anon_sym_LBRACE] = ACTIONS(2577), + [anon_sym_CARET_LBRACE] = ACTIONS(2577), + [anon_sym_RBRACE] = ACTIONS(2577), + [anon_sym_case] = ACTIONS(2577), + [anon_sym_fallthrough] = ACTIONS(2577), + [anon_sym_PLUS_EQ] = ACTIONS(2577), + [anon_sym_DASH_EQ] = ACTIONS(2577), + [anon_sym_STAR_EQ] = ACTIONS(2577), + [anon_sym_SLASH_EQ] = ACTIONS(2577), + [anon_sym_PERCENT_EQ] = ACTIONS(2577), + [anon_sym_BANG_EQ] = ACTIONS(2575), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2577), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2577), + [anon_sym_LT_EQ] = ACTIONS(2577), + [anon_sym_GT_EQ] = ACTIONS(2577), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2577), + [anon_sym_DOT_DOT_LT] = ACTIONS(2577), + [anon_sym_is] = ACTIONS(2577), + [anon_sym_PLUS] = ACTIONS(2575), + [anon_sym_DASH] = ACTIONS(2575), + [anon_sym_STAR] = ACTIONS(2575), + [anon_sym_SLASH] = ACTIONS(2575), + [anon_sym_PERCENT] = ACTIONS(2575), + [anon_sym_PLUS_PLUS] = ACTIONS(2577), + [anon_sym_DASH_DASH] = ACTIONS(2577), + [anon_sym_PIPE] = ACTIONS(2577), + [anon_sym_CARET] = ACTIONS(2575), + [anon_sym_LT_LT] = ACTIONS(2577), + [anon_sym_GT_GT] = ACTIONS(2577), + [anon_sym_class] = ACTIONS(2577), + [anon_sym_prefix] = ACTIONS(2577), + [anon_sym_infix] = ACTIONS(2577), + [anon_sym_postfix] = ACTIONS(2577), + [anon_sym_AT] = ACTIONS(2575), + [anon_sym_override] = ACTIONS(2577), + [anon_sym_convenience] = ACTIONS(2577), + [anon_sym_required] = ACTIONS(2577), + [anon_sym_nonisolated] = ACTIONS(2577), + [anon_sym_public] = ACTIONS(2577), + [anon_sym_private] = ACTIONS(2577), + [anon_sym_internal] = ACTIONS(2577), + [anon_sym_fileprivate] = ACTIONS(2577), + [anon_sym_open] = ACTIONS(2577), + [anon_sym_mutating] = ACTIONS(2577), + [anon_sym_nonmutating] = ACTIONS(2577), + [anon_sym_static] = ACTIONS(2577), + [anon_sym_dynamic] = ACTIONS(2577), + [anon_sym_optional] = ACTIONS(2577), + [anon_sym_distributed] = ACTIONS(2577), + [anon_sym_final] = ACTIONS(2577), + [anon_sym_inout] = ACTIONS(2577), + [anon_sym_ATescaping] = ACTIONS(2577), + [anon_sym_ATautoclosure] = ACTIONS(2577), + [anon_sym_weak] = ACTIONS(2577), + [anon_sym_unowned] = ACTIONS(2575), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2577), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2577), + [anon_sym_borrowing] = ACTIONS(2577), + [anon_sym_consuming] = ACTIONS(2577), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2577), + [sym__explicit_semi] = ACTIONS(2577), + [sym__dot_custom] = ACTIONS(2577), + [sym__conjunction_operator_custom] = ACTIONS(2577), + [sym__disjunction_operator_custom] = ACTIONS(2577), + [sym__nil_coalescing_operator_custom] = ACTIONS(2577), + [sym__eq_custom] = ACTIONS(2577), + [sym__eq_eq_custom] = ACTIONS(2577), + [sym__plus_then_ws] = ACTIONS(2577), + [sym__minus_then_ws] = ACTIONS(2577), + [sym__bang_custom] = ACTIONS(2577), + [sym_default_keyword] = ACTIONS(2577), + [sym__as_custom] = ACTIONS(2577), + [sym__as_quest_custom] = ACTIONS(2577), + [sym__as_bang_custom] = ACTIONS(2577), + [sym__custom_operator] = ACTIONS(2577), + }, + [STATE(1384)] = { + [anon_sym_BANG] = ACTIONS(2583), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2585), + [anon_sym_package] = ACTIONS(2585), + [anon_sym_COMMA] = ACTIONS(2585), + [anon_sym_LPAREN] = ACTIONS(2585), + [anon_sym_LBRACK] = ACTIONS(2585), + [anon_sym_QMARK] = ACTIONS(2583), + [anon_sym_QMARK2] = ACTIONS(2585), + [anon_sym_AMP] = ACTIONS(2585), + [aux_sym_custom_operator_token1] = ACTIONS(2585), + [anon_sym_LT] = ACTIONS(2583), + [anon_sym_GT] = ACTIONS(2583), + [anon_sym_LBRACE] = ACTIONS(2585), + [anon_sym_CARET_LBRACE] = ACTIONS(2585), + [anon_sym_RBRACE] = ACTIONS(2585), + [anon_sym_case] = ACTIONS(2585), + [anon_sym_fallthrough] = ACTIONS(2585), + [anon_sym_PLUS_EQ] = ACTIONS(2585), + [anon_sym_DASH_EQ] = ACTIONS(2585), + [anon_sym_STAR_EQ] = ACTIONS(2585), + [anon_sym_SLASH_EQ] = ACTIONS(2585), + [anon_sym_PERCENT_EQ] = ACTIONS(2585), + [anon_sym_BANG_EQ] = ACTIONS(2583), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2585), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2585), + [anon_sym_LT_EQ] = ACTIONS(2585), + [anon_sym_GT_EQ] = ACTIONS(2585), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2585), + [anon_sym_DOT_DOT_LT] = ACTIONS(2585), + [anon_sym_is] = ACTIONS(2585), + [anon_sym_PLUS] = ACTIONS(2583), + [anon_sym_DASH] = ACTIONS(2583), + [anon_sym_STAR] = ACTIONS(2583), + [anon_sym_SLASH] = ACTIONS(2583), + [anon_sym_PERCENT] = ACTIONS(2583), + [anon_sym_PLUS_PLUS] = ACTIONS(2585), + [anon_sym_DASH_DASH] = ACTIONS(2585), + [anon_sym_PIPE] = ACTIONS(2585), + [anon_sym_CARET] = ACTIONS(2583), + [anon_sym_LT_LT] = ACTIONS(2585), + [anon_sym_GT_GT] = ACTIONS(2585), + [anon_sym_class] = ACTIONS(2585), + [anon_sym_prefix] = ACTIONS(2585), + [anon_sym_infix] = ACTIONS(2585), + [anon_sym_postfix] = ACTIONS(2585), + [anon_sym_AT] = ACTIONS(2583), + [anon_sym_override] = ACTIONS(2585), + [anon_sym_convenience] = ACTIONS(2585), + [anon_sym_required] = ACTIONS(2585), + [anon_sym_nonisolated] = ACTIONS(2585), + [anon_sym_public] = ACTIONS(2585), + [anon_sym_private] = ACTIONS(2585), + [anon_sym_internal] = ACTIONS(2585), + [anon_sym_fileprivate] = ACTIONS(2585), + [anon_sym_open] = ACTIONS(2585), + [anon_sym_mutating] = ACTIONS(2585), + [anon_sym_nonmutating] = ACTIONS(2585), + [anon_sym_static] = ACTIONS(2585), + [anon_sym_dynamic] = ACTIONS(2585), + [anon_sym_optional] = ACTIONS(2585), + [anon_sym_distributed] = ACTIONS(2585), + [anon_sym_final] = ACTIONS(2585), + [anon_sym_inout] = ACTIONS(2585), + [anon_sym_ATescaping] = ACTIONS(2585), + [anon_sym_ATautoclosure] = ACTIONS(2585), + [anon_sym_weak] = ACTIONS(2585), + [anon_sym_unowned] = ACTIONS(2583), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2585), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2585), + [anon_sym_borrowing] = ACTIONS(2585), + [anon_sym_consuming] = ACTIONS(2585), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2585), + [sym__explicit_semi] = ACTIONS(2585), + [sym__dot_custom] = ACTIONS(2585), + [sym__conjunction_operator_custom] = ACTIONS(2585), + [sym__disjunction_operator_custom] = ACTIONS(2585), + [sym__nil_coalescing_operator_custom] = ACTIONS(2585), + [sym__eq_custom] = ACTIONS(2585), + [sym__eq_eq_custom] = ACTIONS(2585), + [sym__plus_then_ws] = ACTIONS(2585), + [sym__minus_then_ws] = ACTIONS(2585), + [sym__bang_custom] = ACTIONS(2585), + [sym_default_keyword] = ACTIONS(2585), + [sym__as_custom] = ACTIONS(2585), + [sym__as_quest_custom] = ACTIONS(2585), + [sym__as_bang_custom] = ACTIONS(2585), + [sym__custom_operator] = ACTIONS(2585), + }, + [STATE(1385)] = { + [anon_sym_BANG] = ACTIONS(2515), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2517), + [anon_sym_package] = ACTIONS(2517), + [anon_sym_COMMA] = ACTIONS(2517), + [anon_sym_LPAREN] = ACTIONS(2517), + [anon_sym_LBRACK] = ACTIONS(2517), + [anon_sym_QMARK] = ACTIONS(2515), + [anon_sym_QMARK2] = ACTIONS(2517), + [anon_sym_AMP] = ACTIONS(2517), + [aux_sym_custom_operator_token1] = ACTIONS(2517), + [anon_sym_LT] = ACTIONS(2515), + [anon_sym_GT] = ACTIONS(2515), + [anon_sym_LBRACE] = ACTIONS(2517), + [anon_sym_CARET_LBRACE] = ACTIONS(2517), + [anon_sym_RBRACE] = ACTIONS(2517), + [anon_sym_case] = ACTIONS(2517), + [anon_sym_fallthrough] = ACTIONS(2517), + [anon_sym_PLUS_EQ] = ACTIONS(2517), + [anon_sym_DASH_EQ] = ACTIONS(2517), + [anon_sym_STAR_EQ] = ACTIONS(2517), + [anon_sym_SLASH_EQ] = ACTIONS(2517), + [anon_sym_PERCENT_EQ] = ACTIONS(2517), + [anon_sym_BANG_EQ] = ACTIONS(2515), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2517), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2517), + [anon_sym_LT_EQ] = ACTIONS(2517), + [anon_sym_GT_EQ] = ACTIONS(2517), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2517), + [anon_sym_DOT_DOT_LT] = ACTIONS(2517), + [anon_sym_is] = ACTIONS(2517), + [anon_sym_PLUS] = ACTIONS(2515), + [anon_sym_DASH] = ACTIONS(2515), + [anon_sym_STAR] = ACTIONS(2515), + [anon_sym_SLASH] = ACTIONS(2515), + [anon_sym_PERCENT] = ACTIONS(2515), + [anon_sym_PLUS_PLUS] = ACTIONS(2517), + [anon_sym_DASH_DASH] = ACTIONS(2517), + [anon_sym_PIPE] = ACTIONS(2517), + [anon_sym_CARET] = ACTIONS(2515), + [anon_sym_LT_LT] = ACTIONS(2517), + [anon_sym_GT_GT] = ACTIONS(2517), + [anon_sym_class] = ACTIONS(2517), + [anon_sym_prefix] = ACTIONS(2517), + [anon_sym_infix] = ACTIONS(2517), + [anon_sym_postfix] = ACTIONS(2517), + [anon_sym_AT] = ACTIONS(2515), + [anon_sym_override] = ACTIONS(2517), + [anon_sym_convenience] = ACTIONS(2517), + [anon_sym_required] = ACTIONS(2517), + [anon_sym_nonisolated] = ACTIONS(2517), + [anon_sym_public] = ACTIONS(2517), + [anon_sym_private] = ACTIONS(2517), + [anon_sym_internal] = ACTIONS(2517), + [anon_sym_fileprivate] = ACTIONS(2517), + [anon_sym_open] = ACTIONS(2517), + [anon_sym_mutating] = ACTIONS(2517), + [anon_sym_nonmutating] = ACTIONS(2517), + [anon_sym_static] = ACTIONS(2517), + [anon_sym_dynamic] = ACTIONS(2517), + [anon_sym_optional] = ACTIONS(2517), + [anon_sym_distributed] = ACTIONS(2517), + [anon_sym_final] = ACTIONS(2517), + [anon_sym_inout] = ACTIONS(2517), + [anon_sym_ATescaping] = ACTIONS(2517), + [anon_sym_ATautoclosure] = ACTIONS(2517), + [anon_sym_weak] = ACTIONS(2517), + [anon_sym_unowned] = ACTIONS(2515), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2517), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2517), + [anon_sym_borrowing] = ACTIONS(2517), + [anon_sym_consuming] = ACTIONS(2517), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2517), + [sym__explicit_semi] = ACTIONS(2517), + [sym__dot_custom] = ACTIONS(2517), + [sym__conjunction_operator_custom] = ACTIONS(2517), + [sym__disjunction_operator_custom] = ACTIONS(2517), + [sym__nil_coalescing_operator_custom] = ACTIONS(2517), + [sym__eq_custom] = ACTIONS(2517), + [sym__eq_eq_custom] = ACTIONS(2517), + [sym__plus_then_ws] = ACTIONS(2517), + [sym__minus_then_ws] = ACTIONS(2517), + [sym__bang_custom] = ACTIONS(2517), + [sym_default_keyword] = ACTIONS(2517), + [sym__as_custom] = ACTIONS(2517), + [sym__as_quest_custom] = ACTIONS(2517), + [sym__as_bang_custom] = ACTIONS(2517), + [sym__custom_operator] = ACTIONS(2517), + }, + [STATE(1386)] = { + [anon_sym_BANG] = ACTIONS(2495), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2497), + [anon_sym_package] = ACTIONS(2497), + [anon_sym_COMMA] = ACTIONS(2497), + [anon_sym_LPAREN] = ACTIONS(2497), + [anon_sym_LBRACK] = ACTIONS(2497), + [anon_sym_QMARK] = ACTIONS(2495), + [anon_sym_QMARK2] = ACTIONS(2497), + [anon_sym_AMP] = ACTIONS(2497), + [aux_sym_custom_operator_token1] = ACTIONS(2497), + [anon_sym_LT] = ACTIONS(2495), + [anon_sym_GT] = ACTIONS(2495), + [anon_sym_LBRACE] = ACTIONS(2497), + [anon_sym_CARET_LBRACE] = ACTIONS(2497), + [anon_sym_RBRACE] = ACTIONS(2497), + [anon_sym_case] = ACTIONS(2497), + [anon_sym_fallthrough] = ACTIONS(2497), + [anon_sym_PLUS_EQ] = ACTIONS(2497), + [anon_sym_DASH_EQ] = ACTIONS(2497), + [anon_sym_STAR_EQ] = ACTIONS(2497), + [anon_sym_SLASH_EQ] = ACTIONS(2497), + [anon_sym_PERCENT_EQ] = ACTIONS(2497), + [anon_sym_BANG_EQ] = ACTIONS(2495), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2497), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2497), + [anon_sym_LT_EQ] = ACTIONS(2497), + [anon_sym_GT_EQ] = ACTIONS(2497), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2497), + [anon_sym_DOT_DOT_LT] = ACTIONS(2497), + [anon_sym_is] = ACTIONS(2497), + [anon_sym_PLUS] = ACTIONS(2495), + [anon_sym_DASH] = ACTIONS(2495), + [anon_sym_STAR] = ACTIONS(2495), + [anon_sym_SLASH] = ACTIONS(2495), + [anon_sym_PERCENT] = ACTIONS(2495), + [anon_sym_PLUS_PLUS] = ACTIONS(2497), + [anon_sym_DASH_DASH] = ACTIONS(2497), + [anon_sym_PIPE] = ACTIONS(2497), + [anon_sym_CARET] = ACTIONS(2495), + [anon_sym_LT_LT] = ACTIONS(2497), + [anon_sym_GT_GT] = ACTIONS(2497), + [anon_sym_class] = ACTIONS(2497), + [anon_sym_prefix] = ACTIONS(2497), + [anon_sym_infix] = ACTIONS(2497), + [anon_sym_postfix] = ACTIONS(2497), + [anon_sym_AT] = ACTIONS(2495), + [anon_sym_override] = ACTIONS(2497), + [anon_sym_convenience] = ACTIONS(2497), + [anon_sym_required] = ACTIONS(2497), + [anon_sym_nonisolated] = ACTIONS(2497), + [anon_sym_public] = ACTIONS(2497), + [anon_sym_private] = ACTIONS(2497), + [anon_sym_internal] = ACTIONS(2497), + [anon_sym_fileprivate] = ACTIONS(2497), + [anon_sym_open] = ACTIONS(2497), + [anon_sym_mutating] = ACTIONS(2497), + [anon_sym_nonmutating] = ACTIONS(2497), + [anon_sym_static] = ACTIONS(2497), + [anon_sym_dynamic] = ACTIONS(2497), + [anon_sym_optional] = ACTIONS(2497), + [anon_sym_distributed] = ACTIONS(2497), + [anon_sym_final] = ACTIONS(2497), + [anon_sym_inout] = ACTIONS(2497), + [anon_sym_ATescaping] = ACTIONS(2497), + [anon_sym_ATautoclosure] = ACTIONS(2497), + [anon_sym_weak] = ACTIONS(2497), + [anon_sym_unowned] = ACTIONS(2495), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2497), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2497), + [anon_sym_borrowing] = ACTIONS(2497), + [anon_sym_consuming] = ACTIONS(2497), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2497), + [sym__explicit_semi] = ACTIONS(2497), + [sym__dot_custom] = ACTIONS(2497), + [sym__conjunction_operator_custom] = ACTIONS(2497), + [sym__disjunction_operator_custom] = ACTIONS(2497), + [sym__nil_coalescing_operator_custom] = ACTIONS(2497), + [sym__eq_custom] = ACTIONS(2497), + [sym__eq_eq_custom] = ACTIONS(2497), + [sym__plus_then_ws] = ACTIONS(2497), + [sym__minus_then_ws] = ACTIONS(2497), + [sym__bang_custom] = ACTIONS(2497), + [sym_default_keyword] = ACTIONS(2497), + [sym__as_custom] = ACTIONS(2497), + [sym__as_quest_custom] = ACTIONS(2497), + [sym__as_bang_custom] = ACTIONS(2497), + [sym__custom_operator] = ACTIONS(2497), + }, + [STATE(1387)] = { + [anon_sym_BANG] = ACTIONS(2405), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2407), + [anon_sym_package] = ACTIONS(2407), + [anon_sym_COMMA] = ACTIONS(2407), + [anon_sym_LPAREN] = ACTIONS(2407), + [anon_sym_LBRACK] = ACTIONS(2407), + [anon_sym_QMARK] = ACTIONS(2405), + [anon_sym_QMARK2] = ACTIONS(2407), + [anon_sym_AMP] = ACTIONS(2407), + [aux_sym_custom_operator_token1] = ACTIONS(2407), + [anon_sym_LT] = ACTIONS(2405), + [anon_sym_GT] = ACTIONS(2405), + [anon_sym_LBRACE] = ACTIONS(2407), + [anon_sym_CARET_LBRACE] = ACTIONS(2407), + [anon_sym_RBRACE] = ACTIONS(2407), + [anon_sym_case] = ACTIONS(2407), + [anon_sym_fallthrough] = ACTIONS(2407), + [anon_sym_PLUS_EQ] = ACTIONS(2407), + [anon_sym_DASH_EQ] = ACTIONS(2407), + [anon_sym_STAR_EQ] = ACTIONS(2407), + [anon_sym_SLASH_EQ] = ACTIONS(2407), + [anon_sym_PERCENT_EQ] = ACTIONS(2407), + [anon_sym_BANG_EQ] = ACTIONS(2405), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2407), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2407), + [anon_sym_LT_EQ] = ACTIONS(2407), + [anon_sym_GT_EQ] = ACTIONS(2407), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2407), + [anon_sym_DOT_DOT_LT] = ACTIONS(2407), + [anon_sym_is] = ACTIONS(2407), + [anon_sym_PLUS] = ACTIONS(2405), + [anon_sym_DASH] = ACTIONS(2405), + [anon_sym_STAR] = ACTIONS(2405), + [anon_sym_SLASH] = ACTIONS(2405), + [anon_sym_PERCENT] = ACTIONS(2405), + [anon_sym_PLUS_PLUS] = ACTIONS(2407), + [anon_sym_DASH_DASH] = ACTIONS(2407), + [anon_sym_PIPE] = ACTIONS(2407), + [anon_sym_CARET] = ACTIONS(2405), + [anon_sym_LT_LT] = ACTIONS(2407), + [anon_sym_GT_GT] = ACTIONS(2407), + [anon_sym_class] = ACTIONS(2407), + [anon_sym_prefix] = ACTIONS(2407), + [anon_sym_infix] = ACTIONS(2407), + [anon_sym_postfix] = ACTIONS(2407), + [anon_sym_AT] = ACTIONS(2405), + [anon_sym_override] = ACTIONS(2407), + [anon_sym_convenience] = ACTIONS(2407), + [anon_sym_required] = ACTIONS(2407), + [anon_sym_nonisolated] = ACTIONS(2407), + [anon_sym_public] = ACTIONS(2407), + [anon_sym_private] = ACTIONS(2407), + [anon_sym_internal] = ACTIONS(2407), + [anon_sym_fileprivate] = ACTIONS(2407), + [anon_sym_open] = ACTIONS(2407), + [anon_sym_mutating] = ACTIONS(2407), + [anon_sym_nonmutating] = ACTIONS(2407), + [anon_sym_static] = ACTIONS(2407), + [anon_sym_dynamic] = ACTIONS(2407), + [anon_sym_optional] = ACTIONS(2407), + [anon_sym_distributed] = ACTIONS(2407), + [anon_sym_final] = ACTIONS(2407), + [anon_sym_inout] = ACTIONS(2407), + [anon_sym_ATescaping] = ACTIONS(2407), + [anon_sym_ATautoclosure] = ACTIONS(2407), + [anon_sym_weak] = ACTIONS(2407), + [anon_sym_unowned] = ACTIONS(2405), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2407), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2407), + [anon_sym_borrowing] = ACTIONS(2407), + [anon_sym_consuming] = ACTIONS(2407), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2407), + [sym__explicit_semi] = ACTIONS(2407), + [sym__dot_custom] = ACTIONS(2407), + [sym__conjunction_operator_custom] = ACTIONS(2407), + [sym__disjunction_operator_custom] = ACTIONS(2407), + [sym__nil_coalescing_operator_custom] = ACTIONS(2407), + [sym__eq_custom] = ACTIONS(2407), + [sym__eq_eq_custom] = ACTIONS(2407), + [sym__plus_then_ws] = ACTIONS(2407), + [sym__minus_then_ws] = ACTIONS(2407), + [sym__bang_custom] = ACTIONS(2407), + [sym_default_keyword] = ACTIONS(2407), + [sym__as_custom] = ACTIONS(2407), + [sym__as_quest_custom] = ACTIONS(2407), + [sym__as_bang_custom] = ACTIONS(2407), + [sym__custom_operator] = ACTIONS(2407), + }, + [STATE(1388)] = { + [anon_sym_BANG] = ACTIONS(2519), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2521), + [anon_sym_package] = ACTIONS(2521), + [anon_sym_COMMA] = ACTIONS(2521), + [anon_sym_LPAREN] = ACTIONS(2521), + [anon_sym_LBRACK] = ACTIONS(2521), + [anon_sym_QMARK] = ACTIONS(2519), + [anon_sym_QMARK2] = ACTIONS(2521), + [anon_sym_AMP] = ACTIONS(2521), + [aux_sym_custom_operator_token1] = ACTIONS(2521), + [anon_sym_LT] = ACTIONS(2519), + [anon_sym_GT] = ACTIONS(2519), + [anon_sym_LBRACE] = ACTIONS(2521), + [anon_sym_CARET_LBRACE] = ACTIONS(2521), + [anon_sym_RBRACE] = ACTIONS(2521), + [anon_sym_case] = ACTIONS(2521), + [anon_sym_fallthrough] = ACTIONS(2521), + [anon_sym_PLUS_EQ] = ACTIONS(2521), + [anon_sym_DASH_EQ] = ACTIONS(2521), + [anon_sym_STAR_EQ] = ACTIONS(2521), + [anon_sym_SLASH_EQ] = ACTIONS(2521), + [anon_sym_PERCENT_EQ] = ACTIONS(2521), + [anon_sym_BANG_EQ] = ACTIONS(2519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2521), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2521), + [anon_sym_LT_EQ] = ACTIONS(2521), + [anon_sym_GT_EQ] = ACTIONS(2521), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2521), + [anon_sym_DOT_DOT_LT] = ACTIONS(2521), + [anon_sym_is] = ACTIONS(2521), + [anon_sym_PLUS] = ACTIONS(2519), + [anon_sym_DASH] = ACTIONS(2519), + [anon_sym_STAR] = ACTIONS(2519), + [anon_sym_SLASH] = ACTIONS(2519), + [anon_sym_PERCENT] = ACTIONS(2519), + [anon_sym_PLUS_PLUS] = ACTIONS(2521), + [anon_sym_DASH_DASH] = ACTIONS(2521), + [anon_sym_PIPE] = ACTIONS(2521), + [anon_sym_CARET] = ACTIONS(2519), + [anon_sym_LT_LT] = ACTIONS(2521), + [anon_sym_GT_GT] = ACTIONS(2521), + [anon_sym_class] = ACTIONS(2521), + [anon_sym_prefix] = ACTIONS(2521), + [anon_sym_infix] = ACTIONS(2521), + [anon_sym_postfix] = ACTIONS(2521), + [anon_sym_AT] = ACTIONS(2519), + [anon_sym_override] = ACTIONS(2521), + [anon_sym_convenience] = ACTIONS(2521), + [anon_sym_required] = ACTIONS(2521), + [anon_sym_nonisolated] = ACTIONS(2521), + [anon_sym_public] = ACTIONS(2521), + [anon_sym_private] = ACTIONS(2521), + [anon_sym_internal] = ACTIONS(2521), + [anon_sym_fileprivate] = ACTIONS(2521), + [anon_sym_open] = ACTIONS(2521), + [anon_sym_mutating] = ACTIONS(2521), + [anon_sym_nonmutating] = ACTIONS(2521), + [anon_sym_static] = ACTIONS(2521), + [anon_sym_dynamic] = ACTIONS(2521), + [anon_sym_optional] = ACTIONS(2521), + [anon_sym_distributed] = ACTIONS(2521), + [anon_sym_final] = ACTIONS(2521), + [anon_sym_inout] = ACTIONS(2521), + [anon_sym_ATescaping] = ACTIONS(2521), + [anon_sym_ATautoclosure] = ACTIONS(2521), + [anon_sym_weak] = ACTIONS(2521), + [anon_sym_unowned] = ACTIONS(2519), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2521), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2521), + [anon_sym_borrowing] = ACTIONS(2521), + [anon_sym_consuming] = ACTIONS(2521), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2521), + [sym__explicit_semi] = ACTIONS(2521), + [sym__dot_custom] = ACTIONS(2521), + [sym__conjunction_operator_custom] = ACTIONS(2521), + [sym__disjunction_operator_custom] = ACTIONS(2521), + [sym__nil_coalescing_operator_custom] = ACTIONS(2521), + [sym__eq_custom] = ACTIONS(2521), + [sym__eq_eq_custom] = ACTIONS(2521), + [sym__plus_then_ws] = ACTIONS(2521), + [sym__minus_then_ws] = ACTIONS(2521), + [sym__bang_custom] = ACTIONS(2521), + [sym_default_keyword] = ACTIONS(2521), + [sym__as_custom] = ACTIONS(2521), + [sym__as_quest_custom] = ACTIONS(2521), + [sym__as_bang_custom] = ACTIONS(2521), + [sym__custom_operator] = ACTIONS(2521), + }, + [STATE(1389)] = { + [anon_sym_BANG] = ACTIONS(2479), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2481), + [anon_sym_package] = ACTIONS(2481), + [anon_sym_COMMA] = ACTIONS(2481), + [anon_sym_LPAREN] = ACTIONS(2481), + [anon_sym_LBRACK] = ACTIONS(2481), + [anon_sym_QMARK] = ACTIONS(2479), + [anon_sym_QMARK2] = ACTIONS(2481), + [anon_sym_AMP] = ACTIONS(2481), + [aux_sym_custom_operator_token1] = ACTIONS(2481), + [anon_sym_LT] = ACTIONS(2479), + [anon_sym_GT] = ACTIONS(2479), + [anon_sym_LBRACE] = ACTIONS(2481), + [anon_sym_CARET_LBRACE] = ACTIONS(2481), + [anon_sym_RBRACE] = ACTIONS(2481), + [anon_sym_case] = ACTIONS(2481), + [anon_sym_fallthrough] = ACTIONS(2481), + [anon_sym_PLUS_EQ] = ACTIONS(2481), + [anon_sym_DASH_EQ] = ACTIONS(2481), + [anon_sym_STAR_EQ] = ACTIONS(2481), + [anon_sym_SLASH_EQ] = ACTIONS(2481), + [anon_sym_PERCENT_EQ] = ACTIONS(2481), + [anon_sym_BANG_EQ] = ACTIONS(2479), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2481), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2481), + [anon_sym_LT_EQ] = ACTIONS(2481), + [anon_sym_GT_EQ] = ACTIONS(2481), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2481), + [anon_sym_DOT_DOT_LT] = ACTIONS(2481), + [anon_sym_is] = ACTIONS(2481), + [anon_sym_PLUS] = ACTIONS(2479), + [anon_sym_DASH] = ACTIONS(2479), + [anon_sym_STAR] = ACTIONS(2479), + [anon_sym_SLASH] = ACTIONS(2479), + [anon_sym_PERCENT] = ACTIONS(2479), + [anon_sym_PLUS_PLUS] = ACTIONS(2481), + [anon_sym_DASH_DASH] = ACTIONS(2481), + [anon_sym_PIPE] = ACTIONS(2481), + [anon_sym_CARET] = ACTIONS(2479), + [anon_sym_LT_LT] = ACTIONS(2481), + [anon_sym_GT_GT] = ACTIONS(2481), + [anon_sym_class] = ACTIONS(2481), + [anon_sym_prefix] = ACTIONS(2481), + [anon_sym_infix] = ACTIONS(2481), + [anon_sym_postfix] = ACTIONS(2481), + [anon_sym_AT] = ACTIONS(2479), + [anon_sym_override] = ACTIONS(2481), + [anon_sym_convenience] = ACTIONS(2481), + [anon_sym_required] = ACTIONS(2481), + [anon_sym_nonisolated] = ACTIONS(2481), + [anon_sym_public] = ACTIONS(2481), + [anon_sym_private] = ACTIONS(2481), + [anon_sym_internal] = ACTIONS(2481), + [anon_sym_fileprivate] = ACTIONS(2481), + [anon_sym_open] = ACTIONS(2481), + [anon_sym_mutating] = ACTIONS(2481), + [anon_sym_nonmutating] = ACTIONS(2481), + [anon_sym_static] = ACTIONS(2481), + [anon_sym_dynamic] = ACTIONS(2481), + [anon_sym_optional] = ACTIONS(2481), + [anon_sym_distributed] = ACTIONS(2481), + [anon_sym_final] = ACTIONS(2481), + [anon_sym_inout] = ACTIONS(2481), + [anon_sym_ATescaping] = ACTIONS(2481), + [anon_sym_ATautoclosure] = ACTIONS(2481), + [anon_sym_weak] = ACTIONS(2481), + [anon_sym_unowned] = ACTIONS(2479), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2481), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2481), + [anon_sym_borrowing] = ACTIONS(2481), + [anon_sym_consuming] = ACTIONS(2481), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2481), + [sym__explicit_semi] = ACTIONS(2481), + [sym__dot_custom] = ACTIONS(2481), + [sym__conjunction_operator_custom] = ACTIONS(2481), + [sym__disjunction_operator_custom] = ACTIONS(2481), + [sym__nil_coalescing_operator_custom] = ACTIONS(2481), + [sym__eq_custom] = ACTIONS(2481), + [sym__eq_eq_custom] = ACTIONS(2481), + [sym__plus_then_ws] = ACTIONS(2481), + [sym__minus_then_ws] = ACTIONS(2481), + [sym__bang_custom] = ACTIONS(2481), + [sym_default_keyword] = ACTIONS(2481), + [sym__as_custom] = ACTIONS(2481), + [sym__as_quest_custom] = ACTIONS(2481), + [sym__as_bang_custom] = ACTIONS(2481), + [sym__custom_operator] = ACTIONS(2481), + }, + [STATE(1390)] = { + [anon_sym_BANG] = ACTIONS(2591), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2593), + [anon_sym_package] = ACTIONS(2593), + [anon_sym_COMMA] = ACTIONS(2593), + [anon_sym_LPAREN] = ACTIONS(2593), + [anon_sym_LBRACK] = ACTIONS(2593), + [anon_sym_QMARK] = ACTIONS(2591), + [anon_sym_QMARK2] = ACTIONS(2593), + [anon_sym_AMP] = ACTIONS(2593), + [aux_sym_custom_operator_token1] = ACTIONS(2593), + [anon_sym_LT] = ACTIONS(2591), + [anon_sym_GT] = ACTIONS(2591), + [anon_sym_LBRACE] = ACTIONS(2593), + [anon_sym_CARET_LBRACE] = ACTIONS(2593), + [anon_sym_RBRACE] = ACTIONS(2593), + [anon_sym_case] = ACTIONS(2593), + [anon_sym_fallthrough] = ACTIONS(2593), + [anon_sym_PLUS_EQ] = ACTIONS(2593), + [anon_sym_DASH_EQ] = ACTIONS(2593), + [anon_sym_STAR_EQ] = ACTIONS(2593), + [anon_sym_SLASH_EQ] = ACTIONS(2593), + [anon_sym_PERCENT_EQ] = ACTIONS(2593), + [anon_sym_BANG_EQ] = ACTIONS(2591), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2593), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2593), + [anon_sym_LT_EQ] = ACTIONS(2593), + [anon_sym_GT_EQ] = ACTIONS(2593), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2593), + [anon_sym_DOT_DOT_LT] = ACTIONS(2593), + [anon_sym_is] = ACTIONS(2593), + [anon_sym_PLUS] = ACTIONS(2591), + [anon_sym_DASH] = ACTIONS(2591), + [anon_sym_STAR] = ACTIONS(2591), + [anon_sym_SLASH] = ACTIONS(2591), + [anon_sym_PERCENT] = ACTIONS(2591), + [anon_sym_PLUS_PLUS] = ACTIONS(2593), + [anon_sym_DASH_DASH] = ACTIONS(2593), + [anon_sym_PIPE] = ACTIONS(2593), + [anon_sym_CARET] = ACTIONS(2591), + [anon_sym_LT_LT] = ACTIONS(2593), + [anon_sym_GT_GT] = ACTIONS(2593), + [anon_sym_class] = ACTIONS(2593), + [anon_sym_prefix] = ACTIONS(2593), + [anon_sym_infix] = ACTIONS(2593), + [anon_sym_postfix] = ACTIONS(2593), + [anon_sym_AT] = ACTIONS(2591), + [anon_sym_override] = ACTIONS(2593), + [anon_sym_convenience] = ACTIONS(2593), + [anon_sym_required] = ACTIONS(2593), + [anon_sym_nonisolated] = ACTIONS(2593), + [anon_sym_public] = ACTIONS(2593), + [anon_sym_private] = ACTIONS(2593), + [anon_sym_internal] = ACTIONS(2593), + [anon_sym_fileprivate] = ACTIONS(2593), + [anon_sym_open] = ACTIONS(2593), + [anon_sym_mutating] = ACTIONS(2593), + [anon_sym_nonmutating] = ACTIONS(2593), + [anon_sym_static] = ACTIONS(2593), + [anon_sym_dynamic] = ACTIONS(2593), + [anon_sym_optional] = ACTIONS(2593), + [anon_sym_distributed] = ACTIONS(2593), + [anon_sym_final] = ACTIONS(2593), + [anon_sym_inout] = ACTIONS(2593), + [anon_sym_ATescaping] = ACTIONS(2593), + [anon_sym_ATautoclosure] = ACTIONS(2593), + [anon_sym_weak] = ACTIONS(2593), + [anon_sym_unowned] = ACTIONS(2591), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2593), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2593), + [anon_sym_borrowing] = ACTIONS(2593), + [anon_sym_consuming] = ACTIONS(2593), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2593), + [sym__explicit_semi] = ACTIONS(2593), + [sym__dot_custom] = ACTIONS(2593), + [sym__conjunction_operator_custom] = ACTIONS(2593), + [sym__disjunction_operator_custom] = ACTIONS(2593), + [sym__nil_coalescing_operator_custom] = ACTIONS(2593), + [sym__eq_custom] = ACTIONS(2593), + [sym__eq_eq_custom] = ACTIONS(2593), + [sym__plus_then_ws] = ACTIONS(2593), + [sym__minus_then_ws] = ACTIONS(2593), + [sym__bang_custom] = ACTIONS(2593), + [sym_default_keyword] = ACTIONS(2593), + [sym__as_custom] = ACTIONS(2593), + [sym__as_quest_custom] = ACTIONS(2593), + [sym__as_bang_custom] = ACTIONS(2593), + [sym__custom_operator] = ACTIONS(2593), + }, + [STATE(1391)] = { + [anon_sym_BANG] = ACTIONS(2595), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2597), + [anon_sym_package] = ACTIONS(2597), + [anon_sym_COMMA] = ACTIONS(2597), + [anon_sym_LPAREN] = ACTIONS(2597), + [anon_sym_LBRACK] = ACTIONS(2597), + [anon_sym_QMARK] = ACTIONS(2595), + [anon_sym_QMARK2] = ACTIONS(2597), + [anon_sym_AMP] = ACTIONS(2597), + [aux_sym_custom_operator_token1] = ACTIONS(2597), + [anon_sym_LT] = ACTIONS(2595), + [anon_sym_GT] = ACTIONS(2595), + [anon_sym_LBRACE] = ACTIONS(2597), + [anon_sym_CARET_LBRACE] = ACTIONS(2597), + [anon_sym_RBRACE] = ACTIONS(2597), + [anon_sym_case] = ACTIONS(2597), + [anon_sym_fallthrough] = ACTIONS(2597), + [anon_sym_PLUS_EQ] = ACTIONS(2597), + [anon_sym_DASH_EQ] = ACTIONS(2597), + [anon_sym_STAR_EQ] = ACTIONS(2597), + [anon_sym_SLASH_EQ] = ACTIONS(2597), + [anon_sym_PERCENT_EQ] = ACTIONS(2597), + [anon_sym_BANG_EQ] = ACTIONS(2595), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2597), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2597), + [anon_sym_LT_EQ] = ACTIONS(2597), + [anon_sym_GT_EQ] = ACTIONS(2597), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2597), + [anon_sym_DOT_DOT_LT] = ACTIONS(2597), + [anon_sym_is] = ACTIONS(2597), + [anon_sym_PLUS] = ACTIONS(2595), + [anon_sym_DASH] = ACTIONS(2595), + [anon_sym_STAR] = ACTIONS(2595), + [anon_sym_SLASH] = ACTIONS(2595), + [anon_sym_PERCENT] = ACTIONS(2595), + [anon_sym_PLUS_PLUS] = ACTIONS(2597), + [anon_sym_DASH_DASH] = ACTIONS(2597), + [anon_sym_PIPE] = ACTIONS(2597), + [anon_sym_CARET] = ACTIONS(2595), + [anon_sym_LT_LT] = ACTIONS(2597), + [anon_sym_GT_GT] = ACTIONS(2597), + [anon_sym_class] = ACTIONS(2597), + [anon_sym_prefix] = ACTIONS(2597), + [anon_sym_infix] = ACTIONS(2597), + [anon_sym_postfix] = ACTIONS(2597), + [anon_sym_AT] = ACTIONS(2595), + [anon_sym_override] = ACTIONS(2597), + [anon_sym_convenience] = ACTIONS(2597), + [anon_sym_required] = ACTIONS(2597), + [anon_sym_nonisolated] = ACTIONS(2597), + [anon_sym_public] = ACTIONS(2597), + [anon_sym_private] = ACTIONS(2597), + [anon_sym_internal] = ACTIONS(2597), + [anon_sym_fileprivate] = ACTIONS(2597), + [anon_sym_open] = ACTIONS(2597), + [anon_sym_mutating] = ACTIONS(2597), + [anon_sym_nonmutating] = ACTIONS(2597), + [anon_sym_static] = ACTIONS(2597), + [anon_sym_dynamic] = ACTIONS(2597), + [anon_sym_optional] = ACTIONS(2597), + [anon_sym_distributed] = ACTIONS(2597), + [anon_sym_final] = ACTIONS(2597), + [anon_sym_inout] = ACTIONS(2597), + [anon_sym_ATescaping] = ACTIONS(2597), + [anon_sym_ATautoclosure] = ACTIONS(2597), + [anon_sym_weak] = ACTIONS(2597), + [anon_sym_unowned] = ACTIONS(2595), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2597), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2597), + [anon_sym_borrowing] = ACTIONS(2597), + [anon_sym_consuming] = ACTIONS(2597), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2597), + [sym__explicit_semi] = ACTIONS(2597), + [sym__dot_custom] = ACTIONS(2597), + [sym__conjunction_operator_custom] = ACTIONS(2597), + [sym__disjunction_operator_custom] = ACTIONS(2597), + [sym__nil_coalescing_operator_custom] = ACTIONS(2597), + [sym__eq_custom] = ACTIONS(2597), + [sym__eq_eq_custom] = ACTIONS(2597), + [sym__plus_then_ws] = ACTIONS(2597), + [sym__minus_then_ws] = ACTIONS(2597), + [sym__bang_custom] = ACTIONS(2597), + [sym_default_keyword] = ACTIONS(2597), + [sym__as_custom] = ACTIONS(2597), + [sym__as_quest_custom] = ACTIONS(2597), + [sym__as_bang_custom] = ACTIONS(2597), + [sym__custom_operator] = ACTIONS(2597), + }, + [STATE(1392)] = { + [anon_sym_BANG] = ACTIONS(2599), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2601), + [anon_sym_package] = ACTIONS(2601), + [anon_sym_COMMA] = ACTIONS(2601), + [anon_sym_LPAREN] = ACTIONS(2601), + [anon_sym_LBRACK] = ACTIONS(2601), + [anon_sym_QMARK] = ACTIONS(2599), + [anon_sym_QMARK2] = ACTIONS(2601), + [anon_sym_AMP] = ACTIONS(2601), + [aux_sym_custom_operator_token1] = ACTIONS(2601), + [anon_sym_LT] = ACTIONS(2599), + [anon_sym_GT] = ACTIONS(2599), + [anon_sym_LBRACE] = ACTIONS(2601), + [anon_sym_CARET_LBRACE] = ACTIONS(2601), + [anon_sym_RBRACE] = ACTIONS(2601), + [anon_sym_case] = ACTIONS(2601), + [anon_sym_fallthrough] = ACTIONS(2601), + [anon_sym_PLUS_EQ] = ACTIONS(2601), + [anon_sym_DASH_EQ] = ACTIONS(2601), + [anon_sym_STAR_EQ] = ACTIONS(2601), + [anon_sym_SLASH_EQ] = ACTIONS(2601), + [anon_sym_PERCENT_EQ] = ACTIONS(2601), + [anon_sym_BANG_EQ] = ACTIONS(2599), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2601), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2601), + [anon_sym_LT_EQ] = ACTIONS(2601), + [anon_sym_GT_EQ] = ACTIONS(2601), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2601), + [anon_sym_DOT_DOT_LT] = ACTIONS(2601), + [anon_sym_is] = ACTIONS(2601), + [anon_sym_PLUS] = ACTIONS(2599), + [anon_sym_DASH] = ACTIONS(2599), + [anon_sym_STAR] = ACTIONS(2599), + [anon_sym_SLASH] = ACTIONS(2599), + [anon_sym_PERCENT] = ACTIONS(2599), + [anon_sym_PLUS_PLUS] = ACTIONS(2601), + [anon_sym_DASH_DASH] = ACTIONS(2601), + [anon_sym_PIPE] = ACTIONS(2601), + [anon_sym_CARET] = ACTIONS(2599), + [anon_sym_LT_LT] = ACTIONS(2601), + [anon_sym_GT_GT] = ACTIONS(2601), + [anon_sym_class] = ACTIONS(2601), + [anon_sym_prefix] = ACTIONS(2601), + [anon_sym_infix] = ACTIONS(2601), + [anon_sym_postfix] = ACTIONS(2601), + [anon_sym_AT] = ACTIONS(2599), + [anon_sym_override] = ACTIONS(2601), + [anon_sym_convenience] = ACTIONS(2601), + [anon_sym_required] = ACTIONS(2601), + [anon_sym_nonisolated] = ACTIONS(2601), + [anon_sym_public] = ACTIONS(2601), + [anon_sym_private] = ACTIONS(2601), + [anon_sym_internal] = ACTIONS(2601), + [anon_sym_fileprivate] = ACTIONS(2601), + [anon_sym_open] = ACTIONS(2601), + [anon_sym_mutating] = ACTIONS(2601), + [anon_sym_nonmutating] = ACTIONS(2601), + [anon_sym_static] = ACTIONS(2601), + [anon_sym_dynamic] = ACTIONS(2601), + [anon_sym_optional] = ACTIONS(2601), + [anon_sym_distributed] = ACTIONS(2601), + [anon_sym_final] = ACTIONS(2601), + [anon_sym_inout] = ACTIONS(2601), + [anon_sym_ATescaping] = ACTIONS(2601), + [anon_sym_ATautoclosure] = ACTIONS(2601), + [anon_sym_weak] = ACTIONS(2601), + [anon_sym_unowned] = ACTIONS(2599), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2601), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2601), + [anon_sym_borrowing] = ACTIONS(2601), + [anon_sym_consuming] = ACTIONS(2601), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2601), + [sym__explicit_semi] = ACTIONS(2601), + [sym__dot_custom] = ACTIONS(2601), + [sym__conjunction_operator_custom] = ACTIONS(2601), + [sym__disjunction_operator_custom] = ACTIONS(2601), + [sym__nil_coalescing_operator_custom] = ACTIONS(2601), + [sym__eq_custom] = ACTIONS(2601), + [sym__eq_eq_custom] = ACTIONS(2601), + [sym__plus_then_ws] = ACTIONS(2601), + [sym__minus_then_ws] = ACTIONS(2601), + [sym__bang_custom] = ACTIONS(2601), + [sym_default_keyword] = ACTIONS(2601), + [sym__as_custom] = ACTIONS(2601), + [sym__as_quest_custom] = ACTIONS(2601), + [sym__as_bang_custom] = ACTIONS(2601), + [sym__custom_operator] = ACTIONS(2601), + }, + [STATE(1393)] = { + [anon_sym_BANG] = ACTIONS(2483), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2485), + [anon_sym_package] = ACTIONS(2485), + [anon_sym_COMMA] = ACTIONS(2485), + [anon_sym_LPAREN] = ACTIONS(2485), + [anon_sym_LBRACK] = ACTIONS(2485), + [anon_sym_QMARK] = ACTIONS(2483), + [anon_sym_QMARK2] = ACTIONS(2485), + [anon_sym_AMP] = ACTIONS(2485), + [aux_sym_custom_operator_token1] = ACTIONS(2485), + [anon_sym_LT] = ACTIONS(2483), + [anon_sym_GT] = ACTIONS(2483), + [anon_sym_LBRACE] = ACTIONS(2485), + [anon_sym_CARET_LBRACE] = ACTIONS(2485), + [anon_sym_RBRACE] = ACTIONS(2485), + [anon_sym_case] = ACTIONS(2485), + [anon_sym_fallthrough] = ACTIONS(2485), + [anon_sym_PLUS_EQ] = ACTIONS(2485), + [anon_sym_DASH_EQ] = ACTIONS(2485), + [anon_sym_STAR_EQ] = ACTIONS(2485), + [anon_sym_SLASH_EQ] = ACTIONS(2485), + [anon_sym_PERCENT_EQ] = ACTIONS(2485), + [anon_sym_BANG_EQ] = ACTIONS(2483), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2485), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2485), + [anon_sym_LT_EQ] = ACTIONS(2485), + [anon_sym_GT_EQ] = ACTIONS(2485), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2485), + [anon_sym_DOT_DOT_LT] = ACTIONS(2485), + [anon_sym_is] = ACTIONS(2485), + [anon_sym_PLUS] = ACTIONS(2483), + [anon_sym_DASH] = ACTIONS(2483), + [anon_sym_STAR] = ACTIONS(2483), + [anon_sym_SLASH] = ACTIONS(2483), + [anon_sym_PERCENT] = ACTIONS(2483), + [anon_sym_PLUS_PLUS] = ACTIONS(2485), + [anon_sym_DASH_DASH] = ACTIONS(2485), + [anon_sym_PIPE] = ACTIONS(2485), + [anon_sym_CARET] = ACTIONS(2483), + [anon_sym_LT_LT] = ACTIONS(2485), + [anon_sym_GT_GT] = ACTIONS(2485), + [anon_sym_class] = ACTIONS(2485), + [anon_sym_prefix] = ACTIONS(2485), + [anon_sym_infix] = ACTIONS(2485), + [anon_sym_postfix] = ACTIONS(2485), + [anon_sym_AT] = ACTIONS(2483), + [anon_sym_override] = ACTIONS(2485), + [anon_sym_convenience] = ACTIONS(2485), + [anon_sym_required] = ACTIONS(2485), + [anon_sym_nonisolated] = ACTIONS(2485), + [anon_sym_public] = ACTIONS(2485), + [anon_sym_private] = ACTIONS(2485), + [anon_sym_internal] = ACTIONS(2485), + [anon_sym_fileprivate] = ACTIONS(2485), + [anon_sym_open] = ACTIONS(2485), + [anon_sym_mutating] = ACTIONS(2485), + [anon_sym_nonmutating] = ACTIONS(2485), + [anon_sym_static] = ACTIONS(2485), + [anon_sym_dynamic] = ACTIONS(2485), + [anon_sym_optional] = ACTIONS(2485), + [anon_sym_distributed] = ACTIONS(2485), + [anon_sym_final] = ACTIONS(2485), + [anon_sym_inout] = ACTIONS(2485), + [anon_sym_ATescaping] = ACTIONS(2485), + [anon_sym_ATautoclosure] = ACTIONS(2485), + [anon_sym_weak] = ACTIONS(2485), + [anon_sym_unowned] = ACTIONS(2483), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2485), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2485), + [anon_sym_borrowing] = ACTIONS(2485), + [anon_sym_consuming] = ACTIONS(2485), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2485), + [sym__explicit_semi] = ACTIONS(2485), + [sym__dot_custom] = ACTIONS(2485), + [sym__conjunction_operator_custom] = ACTIONS(2485), + [sym__disjunction_operator_custom] = ACTIONS(2485), + [sym__nil_coalescing_operator_custom] = ACTIONS(2485), + [sym__eq_custom] = ACTIONS(2485), + [sym__eq_eq_custom] = ACTIONS(2485), + [sym__plus_then_ws] = ACTIONS(2485), + [sym__minus_then_ws] = ACTIONS(2485), + [sym__bang_custom] = ACTIONS(2485), + [sym_default_keyword] = ACTIONS(2485), + [sym__as_custom] = ACTIONS(2485), + [sym__as_quest_custom] = ACTIONS(2485), + [sym__as_bang_custom] = ACTIONS(2485), + [sym__custom_operator] = ACTIONS(2485), + }, + [STATE(1394)] = { + [anon_sym_BANG] = ACTIONS(2523), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2525), + [anon_sym_package] = ACTIONS(2525), + [anon_sym_COMMA] = ACTIONS(2525), + [anon_sym_LPAREN] = ACTIONS(2525), + [anon_sym_LBRACK] = ACTIONS(2525), + [anon_sym_QMARK] = ACTIONS(2523), + [anon_sym_QMARK2] = ACTIONS(2525), + [anon_sym_AMP] = ACTIONS(2525), + [aux_sym_custom_operator_token1] = ACTIONS(2525), + [anon_sym_LT] = ACTIONS(2523), + [anon_sym_GT] = ACTIONS(2523), + [anon_sym_LBRACE] = ACTIONS(2525), + [anon_sym_CARET_LBRACE] = ACTIONS(2525), + [anon_sym_RBRACE] = ACTIONS(2525), + [anon_sym_case] = ACTIONS(2525), + [anon_sym_fallthrough] = ACTIONS(2525), + [anon_sym_PLUS_EQ] = ACTIONS(2525), + [anon_sym_DASH_EQ] = ACTIONS(2525), + [anon_sym_STAR_EQ] = ACTIONS(2525), + [anon_sym_SLASH_EQ] = ACTIONS(2525), + [anon_sym_PERCENT_EQ] = ACTIONS(2525), + [anon_sym_BANG_EQ] = ACTIONS(2523), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2525), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2525), + [anon_sym_LT_EQ] = ACTIONS(2525), + [anon_sym_GT_EQ] = ACTIONS(2525), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2525), + [anon_sym_DOT_DOT_LT] = ACTIONS(2525), + [anon_sym_is] = ACTIONS(2525), + [anon_sym_PLUS] = ACTIONS(2523), + [anon_sym_DASH] = ACTIONS(2523), + [anon_sym_STAR] = ACTIONS(2523), + [anon_sym_SLASH] = ACTIONS(2523), + [anon_sym_PERCENT] = ACTIONS(2523), + [anon_sym_PLUS_PLUS] = ACTIONS(2525), + [anon_sym_DASH_DASH] = ACTIONS(2525), + [anon_sym_PIPE] = ACTIONS(2525), + [anon_sym_CARET] = ACTIONS(2523), + [anon_sym_LT_LT] = ACTIONS(2525), + [anon_sym_GT_GT] = ACTIONS(2525), + [anon_sym_class] = ACTIONS(2525), + [anon_sym_prefix] = ACTIONS(2525), + [anon_sym_infix] = ACTIONS(2525), + [anon_sym_postfix] = ACTIONS(2525), + [anon_sym_AT] = ACTIONS(2523), + [anon_sym_override] = ACTIONS(2525), + [anon_sym_convenience] = ACTIONS(2525), + [anon_sym_required] = ACTIONS(2525), + [anon_sym_nonisolated] = ACTIONS(2525), + [anon_sym_public] = ACTIONS(2525), + [anon_sym_private] = ACTIONS(2525), + [anon_sym_internal] = ACTIONS(2525), + [anon_sym_fileprivate] = ACTIONS(2525), + [anon_sym_open] = ACTIONS(2525), + [anon_sym_mutating] = ACTIONS(2525), + [anon_sym_nonmutating] = ACTIONS(2525), + [anon_sym_static] = ACTIONS(2525), + [anon_sym_dynamic] = ACTIONS(2525), + [anon_sym_optional] = ACTIONS(2525), + [anon_sym_distributed] = ACTIONS(2525), + [anon_sym_final] = ACTIONS(2525), + [anon_sym_inout] = ACTIONS(2525), + [anon_sym_ATescaping] = ACTIONS(2525), + [anon_sym_ATautoclosure] = ACTIONS(2525), + [anon_sym_weak] = ACTIONS(2525), + [anon_sym_unowned] = ACTIONS(2523), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2525), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2525), + [anon_sym_borrowing] = ACTIONS(2525), + [anon_sym_consuming] = ACTIONS(2525), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2525), + [sym__explicit_semi] = ACTIONS(2525), + [sym__dot_custom] = ACTIONS(2525), + [sym__conjunction_operator_custom] = ACTIONS(2525), + [sym__disjunction_operator_custom] = ACTIONS(2525), + [sym__nil_coalescing_operator_custom] = ACTIONS(2525), + [sym__eq_custom] = ACTIONS(2525), + [sym__eq_eq_custom] = ACTIONS(2525), + [sym__plus_then_ws] = ACTIONS(2525), + [sym__minus_then_ws] = ACTIONS(2525), + [sym__bang_custom] = ACTIONS(2525), + [sym_default_keyword] = ACTIONS(2525), + [sym__as_custom] = ACTIONS(2525), + [sym__as_quest_custom] = ACTIONS(2525), + [sym__as_bang_custom] = ACTIONS(2525), + [sym__custom_operator] = ACTIONS(2525), + }, + [STATE(1395)] = { + [anon_sym_BANG] = ACTIONS(2527), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2529), + [anon_sym_package] = ACTIONS(2529), + [anon_sym_COMMA] = ACTIONS(2529), + [anon_sym_LPAREN] = ACTIONS(2529), + [anon_sym_LBRACK] = ACTIONS(2529), + [anon_sym_QMARK] = ACTIONS(2527), + [anon_sym_QMARK2] = ACTIONS(2529), + [anon_sym_AMP] = ACTIONS(2529), + [aux_sym_custom_operator_token1] = ACTIONS(2529), + [anon_sym_LT] = ACTIONS(2527), + [anon_sym_GT] = ACTIONS(2527), + [anon_sym_LBRACE] = ACTIONS(2529), + [anon_sym_CARET_LBRACE] = ACTIONS(2529), + [anon_sym_RBRACE] = ACTIONS(2529), + [anon_sym_case] = ACTIONS(2529), + [anon_sym_fallthrough] = ACTIONS(2529), + [anon_sym_PLUS_EQ] = ACTIONS(2529), + [anon_sym_DASH_EQ] = ACTIONS(2529), + [anon_sym_STAR_EQ] = ACTIONS(2529), + [anon_sym_SLASH_EQ] = ACTIONS(2529), + [anon_sym_PERCENT_EQ] = ACTIONS(2529), + [anon_sym_BANG_EQ] = ACTIONS(2527), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2529), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2529), + [anon_sym_LT_EQ] = ACTIONS(2529), + [anon_sym_GT_EQ] = ACTIONS(2529), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2529), + [anon_sym_DOT_DOT_LT] = ACTIONS(2529), + [anon_sym_is] = ACTIONS(2529), + [anon_sym_PLUS] = ACTIONS(2527), + [anon_sym_DASH] = ACTIONS(2527), + [anon_sym_STAR] = ACTIONS(2527), + [anon_sym_SLASH] = ACTIONS(2527), + [anon_sym_PERCENT] = ACTIONS(2527), + [anon_sym_PLUS_PLUS] = ACTIONS(2529), + [anon_sym_DASH_DASH] = ACTIONS(2529), + [anon_sym_PIPE] = ACTIONS(2529), + [anon_sym_CARET] = ACTIONS(2527), + [anon_sym_LT_LT] = ACTIONS(2529), + [anon_sym_GT_GT] = ACTIONS(2529), + [anon_sym_class] = ACTIONS(2529), + [anon_sym_prefix] = ACTIONS(2529), + [anon_sym_infix] = ACTIONS(2529), + [anon_sym_postfix] = ACTIONS(2529), + [anon_sym_AT] = ACTIONS(2527), + [anon_sym_override] = ACTIONS(2529), + [anon_sym_convenience] = ACTIONS(2529), + [anon_sym_required] = ACTIONS(2529), + [anon_sym_nonisolated] = ACTIONS(2529), + [anon_sym_public] = ACTIONS(2529), + [anon_sym_private] = ACTIONS(2529), + [anon_sym_internal] = ACTIONS(2529), + [anon_sym_fileprivate] = ACTIONS(2529), + [anon_sym_open] = ACTIONS(2529), + [anon_sym_mutating] = ACTIONS(2529), + [anon_sym_nonmutating] = ACTIONS(2529), + [anon_sym_static] = ACTIONS(2529), + [anon_sym_dynamic] = ACTIONS(2529), + [anon_sym_optional] = ACTIONS(2529), + [anon_sym_distributed] = ACTIONS(2529), + [anon_sym_final] = ACTIONS(2529), + [anon_sym_inout] = ACTIONS(2529), + [anon_sym_ATescaping] = ACTIONS(2529), + [anon_sym_ATautoclosure] = ACTIONS(2529), + [anon_sym_weak] = ACTIONS(2529), + [anon_sym_unowned] = ACTIONS(2527), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2529), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2529), + [anon_sym_borrowing] = ACTIONS(2529), + [anon_sym_consuming] = ACTIONS(2529), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2529), + [sym__explicit_semi] = ACTIONS(2529), + [sym__dot_custom] = ACTIONS(2529), + [sym__conjunction_operator_custom] = ACTIONS(2529), + [sym__disjunction_operator_custom] = ACTIONS(2529), + [sym__nil_coalescing_operator_custom] = ACTIONS(2529), + [sym__eq_custom] = ACTIONS(2529), + [sym__eq_eq_custom] = ACTIONS(2529), + [sym__plus_then_ws] = ACTIONS(2529), + [sym__minus_then_ws] = ACTIONS(2529), + [sym__bang_custom] = ACTIONS(2529), + [sym_default_keyword] = ACTIONS(2529), + [sym__as_custom] = ACTIONS(2529), + [sym__as_quest_custom] = ACTIONS(2529), + [sym__as_bang_custom] = ACTIONS(2529), + [sym__custom_operator] = ACTIONS(2529), + }, + [STATE(1396)] = { + [anon_sym_BANG] = ACTIONS(2457), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2460), + [anon_sym_package] = ACTIONS(2460), + [anon_sym_COMMA] = ACTIONS(2460), + [anon_sym_LPAREN] = ACTIONS(2460), + [anon_sym_LBRACK] = ACTIONS(2460), + [anon_sym_QMARK] = ACTIONS(2457), + [anon_sym_QMARK2] = ACTIONS(2460), + [anon_sym_AMP] = ACTIONS(2460), + [aux_sym_custom_operator_token1] = ACTIONS(2460), + [anon_sym_LT] = ACTIONS(2457), + [anon_sym_GT] = ACTIONS(2457), + [anon_sym_LBRACE] = ACTIONS(2460), + [anon_sym_CARET_LBRACE] = ACTIONS(2460), + [anon_sym_RBRACE] = ACTIONS(2460), + [anon_sym_case] = ACTIONS(2460), + [anon_sym_fallthrough] = ACTIONS(2460), + [anon_sym_PLUS_EQ] = ACTIONS(2460), + [anon_sym_DASH_EQ] = ACTIONS(2460), + [anon_sym_STAR_EQ] = ACTIONS(2460), + [anon_sym_SLASH_EQ] = ACTIONS(2460), + [anon_sym_PERCENT_EQ] = ACTIONS(2460), + [anon_sym_BANG_EQ] = ACTIONS(2457), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2460), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2460), + [anon_sym_LT_EQ] = ACTIONS(2460), + [anon_sym_GT_EQ] = ACTIONS(2460), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2460), + [anon_sym_DOT_DOT_LT] = ACTIONS(2460), + [anon_sym_is] = ACTIONS(2460), + [anon_sym_PLUS] = ACTIONS(2457), + [anon_sym_DASH] = ACTIONS(2457), + [anon_sym_STAR] = ACTIONS(2457), + [anon_sym_SLASH] = ACTIONS(2457), + [anon_sym_PERCENT] = ACTIONS(2457), + [anon_sym_PLUS_PLUS] = ACTIONS(2460), + [anon_sym_DASH_DASH] = ACTIONS(2460), + [anon_sym_PIPE] = ACTIONS(2460), + [anon_sym_CARET] = ACTIONS(2457), + [anon_sym_LT_LT] = ACTIONS(2460), + [anon_sym_GT_GT] = ACTIONS(2460), + [anon_sym_class] = ACTIONS(2460), + [anon_sym_prefix] = ACTIONS(2460), + [anon_sym_infix] = ACTIONS(2460), + [anon_sym_postfix] = ACTIONS(2460), + [anon_sym_AT] = ACTIONS(2457), + [anon_sym_override] = ACTIONS(2460), + [anon_sym_convenience] = ACTIONS(2460), + [anon_sym_required] = ACTIONS(2460), + [anon_sym_nonisolated] = ACTIONS(2460), + [anon_sym_public] = ACTIONS(2460), + [anon_sym_private] = ACTIONS(2460), + [anon_sym_internal] = ACTIONS(2460), + [anon_sym_fileprivate] = ACTIONS(2460), + [anon_sym_open] = ACTIONS(2460), + [anon_sym_mutating] = ACTIONS(2460), + [anon_sym_nonmutating] = ACTIONS(2460), + [anon_sym_static] = ACTIONS(2460), + [anon_sym_dynamic] = ACTIONS(2460), + [anon_sym_optional] = ACTIONS(2460), + [anon_sym_distributed] = ACTIONS(2460), + [anon_sym_final] = ACTIONS(2460), + [anon_sym_inout] = ACTIONS(2460), + [anon_sym_ATescaping] = ACTIONS(2460), + [anon_sym_ATautoclosure] = ACTIONS(2460), + [anon_sym_weak] = ACTIONS(2460), + [anon_sym_unowned] = ACTIONS(2457), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2460), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2460), + [anon_sym_borrowing] = ACTIONS(2460), + [anon_sym_consuming] = ACTIONS(2460), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2460), + [sym__explicit_semi] = ACTIONS(2460), + [sym__dot_custom] = ACTIONS(2460), + [sym__conjunction_operator_custom] = ACTIONS(2460), + [sym__disjunction_operator_custom] = ACTIONS(2460), + [sym__nil_coalescing_operator_custom] = ACTIONS(2460), + [sym__eq_custom] = ACTIONS(2460), + [sym__eq_eq_custom] = ACTIONS(2460), + [sym__plus_then_ws] = ACTIONS(2460), + [sym__minus_then_ws] = ACTIONS(2460), + [sym__bang_custom] = ACTIONS(2460), + [sym_default_keyword] = ACTIONS(2460), + [sym__as_custom] = ACTIONS(2460), + [sym__as_quest_custom] = ACTIONS(2460), + [sym__as_bang_custom] = ACTIONS(2460), + [sym__custom_operator] = ACTIONS(2460), + }, + [STATE(1397)] = { + [anon_sym_BANG] = ACTIONS(2499), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2501), + [anon_sym_package] = ACTIONS(2501), + [anon_sym_COMMA] = ACTIONS(2501), + [anon_sym_LPAREN] = ACTIONS(2501), + [anon_sym_LBRACK] = ACTIONS(2501), + [anon_sym_QMARK] = ACTIONS(2499), + [anon_sym_QMARK2] = ACTIONS(2501), + [anon_sym_AMP] = ACTIONS(2501), + [aux_sym_custom_operator_token1] = ACTIONS(2501), + [anon_sym_LT] = ACTIONS(2499), + [anon_sym_GT] = ACTIONS(2499), + [anon_sym_LBRACE] = ACTIONS(2501), + [anon_sym_CARET_LBRACE] = ACTIONS(2501), + [anon_sym_RBRACE] = ACTIONS(2501), + [anon_sym_case] = ACTIONS(2501), + [anon_sym_fallthrough] = ACTIONS(2501), + [anon_sym_PLUS_EQ] = ACTIONS(2501), + [anon_sym_DASH_EQ] = ACTIONS(2501), + [anon_sym_STAR_EQ] = ACTIONS(2501), + [anon_sym_SLASH_EQ] = ACTIONS(2501), + [anon_sym_PERCENT_EQ] = ACTIONS(2501), + [anon_sym_BANG_EQ] = ACTIONS(2499), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2501), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2501), + [anon_sym_LT_EQ] = ACTIONS(2501), + [anon_sym_GT_EQ] = ACTIONS(2501), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2501), + [anon_sym_DOT_DOT_LT] = ACTIONS(2501), + [anon_sym_is] = ACTIONS(2501), + [anon_sym_PLUS] = ACTIONS(2499), + [anon_sym_DASH] = ACTIONS(2499), + [anon_sym_STAR] = ACTIONS(2499), + [anon_sym_SLASH] = ACTIONS(2499), + [anon_sym_PERCENT] = ACTIONS(2499), + [anon_sym_PLUS_PLUS] = ACTIONS(2501), + [anon_sym_DASH_DASH] = ACTIONS(2501), + [anon_sym_PIPE] = ACTIONS(2501), + [anon_sym_CARET] = ACTIONS(2499), + [anon_sym_LT_LT] = ACTIONS(2501), + [anon_sym_GT_GT] = ACTIONS(2501), + [anon_sym_class] = ACTIONS(2501), + [anon_sym_prefix] = ACTIONS(2501), + [anon_sym_infix] = ACTIONS(2501), + [anon_sym_postfix] = ACTIONS(2501), + [anon_sym_AT] = ACTIONS(2499), + [anon_sym_override] = ACTIONS(2501), + [anon_sym_convenience] = ACTIONS(2501), + [anon_sym_required] = ACTIONS(2501), + [anon_sym_nonisolated] = ACTIONS(2501), + [anon_sym_public] = ACTIONS(2501), + [anon_sym_private] = ACTIONS(2501), + [anon_sym_internal] = ACTIONS(2501), + [anon_sym_fileprivate] = ACTIONS(2501), + [anon_sym_open] = ACTIONS(2501), + [anon_sym_mutating] = ACTIONS(2501), + [anon_sym_nonmutating] = ACTIONS(2501), + [anon_sym_static] = ACTIONS(2501), + [anon_sym_dynamic] = ACTIONS(2501), + [anon_sym_optional] = ACTIONS(2501), + [anon_sym_distributed] = ACTIONS(2501), + [anon_sym_final] = ACTIONS(2501), + [anon_sym_inout] = ACTIONS(2501), + [anon_sym_ATescaping] = ACTIONS(2501), + [anon_sym_ATautoclosure] = ACTIONS(2501), + [anon_sym_weak] = ACTIONS(2501), + [anon_sym_unowned] = ACTIONS(2499), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2501), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2501), + [anon_sym_borrowing] = ACTIONS(2501), + [anon_sym_consuming] = ACTIONS(2501), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2501), + [sym__explicit_semi] = ACTIONS(2501), + [sym__dot_custom] = ACTIONS(2501), + [sym__conjunction_operator_custom] = ACTIONS(2501), + [sym__disjunction_operator_custom] = ACTIONS(2501), + [sym__nil_coalescing_operator_custom] = ACTIONS(2501), + [sym__eq_custom] = ACTIONS(2501), + [sym__eq_eq_custom] = ACTIONS(2501), + [sym__plus_then_ws] = ACTIONS(2501), + [sym__minus_then_ws] = ACTIONS(2501), + [sym__bang_custom] = ACTIONS(2501), + [sym_default_keyword] = ACTIONS(2501), + [sym__as_custom] = ACTIONS(2501), + [sym__as_quest_custom] = ACTIONS(2501), + [sym__as_bang_custom] = ACTIONS(2501), + [sym__custom_operator] = ACTIONS(2501), + }, + [STATE(1398)] = { + [anon_sym_BANG] = ACTIONS(2603), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2605), + [anon_sym_package] = ACTIONS(2605), + [anon_sym_COMMA] = ACTIONS(2605), + [anon_sym_LPAREN] = ACTIONS(2605), + [anon_sym_LBRACK] = ACTIONS(2605), + [anon_sym_QMARK] = ACTIONS(2603), + [anon_sym_QMARK2] = ACTIONS(2605), + [anon_sym_AMP] = ACTIONS(2605), + [aux_sym_custom_operator_token1] = ACTIONS(2605), + [anon_sym_LT] = ACTIONS(2603), + [anon_sym_GT] = ACTIONS(2603), + [anon_sym_LBRACE] = ACTIONS(2605), + [anon_sym_CARET_LBRACE] = ACTIONS(2605), + [anon_sym_RBRACE] = ACTIONS(2605), + [anon_sym_case] = ACTIONS(2605), + [anon_sym_fallthrough] = ACTIONS(2605), + [anon_sym_PLUS_EQ] = ACTIONS(2605), + [anon_sym_DASH_EQ] = ACTIONS(2605), + [anon_sym_STAR_EQ] = ACTIONS(2605), + [anon_sym_SLASH_EQ] = ACTIONS(2605), + [anon_sym_PERCENT_EQ] = ACTIONS(2605), + [anon_sym_BANG_EQ] = ACTIONS(2603), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2605), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2605), + [anon_sym_LT_EQ] = ACTIONS(2605), + [anon_sym_GT_EQ] = ACTIONS(2605), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2605), + [anon_sym_DOT_DOT_LT] = ACTIONS(2605), + [anon_sym_is] = ACTIONS(2605), + [anon_sym_PLUS] = ACTIONS(2603), + [anon_sym_DASH] = ACTIONS(2603), + [anon_sym_STAR] = ACTIONS(2603), + [anon_sym_SLASH] = ACTIONS(2603), + [anon_sym_PERCENT] = ACTIONS(2603), + [anon_sym_PLUS_PLUS] = ACTIONS(2605), + [anon_sym_DASH_DASH] = ACTIONS(2605), + [anon_sym_PIPE] = ACTIONS(2605), + [anon_sym_CARET] = ACTIONS(2603), + [anon_sym_LT_LT] = ACTIONS(2605), + [anon_sym_GT_GT] = ACTIONS(2605), + [anon_sym_class] = ACTIONS(2605), + [anon_sym_prefix] = ACTIONS(2605), + [anon_sym_infix] = ACTIONS(2605), + [anon_sym_postfix] = ACTIONS(2605), + [anon_sym_AT] = ACTIONS(2603), + [anon_sym_override] = ACTIONS(2605), + [anon_sym_convenience] = ACTIONS(2605), + [anon_sym_required] = ACTIONS(2605), + [anon_sym_nonisolated] = ACTIONS(2605), + [anon_sym_public] = ACTIONS(2605), + [anon_sym_private] = ACTIONS(2605), + [anon_sym_internal] = ACTIONS(2605), + [anon_sym_fileprivate] = ACTIONS(2605), + [anon_sym_open] = ACTIONS(2605), + [anon_sym_mutating] = ACTIONS(2605), + [anon_sym_nonmutating] = ACTIONS(2605), + [anon_sym_static] = ACTIONS(2605), + [anon_sym_dynamic] = ACTIONS(2605), + [anon_sym_optional] = ACTIONS(2605), + [anon_sym_distributed] = ACTIONS(2605), + [anon_sym_final] = ACTIONS(2605), + [anon_sym_inout] = ACTIONS(2605), + [anon_sym_ATescaping] = ACTIONS(2605), + [anon_sym_ATautoclosure] = ACTIONS(2605), + [anon_sym_weak] = ACTIONS(2605), + [anon_sym_unowned] = ACTIONS(2603), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2605), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2605), + [anon_sym_borrowing] = ACTIONS(2605), + [anon_sym_consuming] = ACTIONS(2605), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2605), + [sym__explicit_semi] = ACTIONS(2605), + [sym__dot_custom] = ACTIONS(2605), + [sym__conjunction_operator_custom] = ACTIONS(2605), + [sym__disjunction_operator_custom] = ACTIONS(2605), + [sym__nil_coalescing_operator_custom] = ACTIONS(2605), + [sym__eq_custom] = ACTIONS(2605), + [sym__eq_eq_custom] = ACTIONS(2605), + [sym__plus_then_ws] = ACTIONS(2605), + [sym__minus_then_ws] = ACTIONS(2605), + [sym__bang_custom] = ACTIONS(2605), + [sym_default_keyword] = ACTIONS(2605), + [sym__as_custom] = ACTIONS(2605), + [sym__as_quest_custom] = ACTIONS(2605), + [sym__as_bang_custom] = ACTIONS(2605), + [sym__custom_operator] = ACTIONS(2605), + }, + [STATE(1399)] = { + [anon_sym_BANG] = ACTIONS(2607), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2609), + [anon_sym_package] = ACTIONS(2609), + [anon_sym_COMMA] = ACTIONS(2609), + [anon_sym_LPAREN] = ACTIONS(2609), + [anon_sym_LBRACK] = ACTIONS(2609), + [anon_sym_QMARK] = ACTIONS(2607), + [anon_sym_QMARK2] = ACTIONS(2609), + [anon_sym_AMP] = ACTIONS(2609), + [aux_sym_custom_operator_token1] = ACTIONS(2609), + [anon_sym_LT] = ACTIONS(2607), + [anon_sym_GT] = ACTIONS(2607), + [anon_sym_LBRACE] = ACTIONS(2609), + [anon_sym_CARET_LBRACE] = ACTIONS(2609), + [anon_sym_RBRACE] = ACTIONS(2609), + [anon_sym_case] = ACTIONS(2609), + [anon_sym_fallthrough] = ACTIONS(2609), + [anon_sym_PLUS_EQ] = ACTIONS(2609), + [anon_sym_DASH_EQ] = ACTIONS(2609), + [anon_sym_STAR_EQ] = ACTIONS(2609), + [anon_sym_SLASH_EQ] = ACTIONS(2609), + [anon_sym_PERCENT_EQ] = ACTIONS(2609), + [anon_sym_BANG_EQ] = ACTIONS(2607), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2609), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2609), + [anon_sym_LT_EQ] = ACTIONS(2609), + [anon_sym_GT_EQ] = ACTIONS(2609), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2609), + [anon_sym_DOT_DOT_LT] = ACTIONS(2609), + [anon_sym_is] = ACTIONS(2609), + [anon_sym_PLUS] = ACTIONS(2607), + [anon_sym_DASH] = ACTIONS(2607), + [anon_sym_STAR] = ACTIONS(2607), + [anon_sym_SLASH] = ACTIONS(2607), + [anon_sym_PERCENT] = ACTIONS(2607), + [anon_sym_PLUS_PLUS] = ACTIONS(2609), + [anon_sym_DASH_DASH] = ACTIONS(2609), + [anon_sym_PIPE] = ACTIONS(2609), + [anon_sym_CARET] = ACTIONS(2607), + [anon_sym_LT_LT] = ACTIONS(2609), + [anon_sym_GT_GT] = ACTIONS(2609), + [anon_sym_class] = ACTIONS(2609), + [anon_sym_prefix] = ACTIONS(2609), + [anon_sym_infix] = ACTIONS(2609), + [anon_sym_postfix] = ACTIONS(2609), + [anon_sym_AT] = ACTIONS(2607), + [anon_sym_override] = ACTIONS(2609), + [anon_sym_convenience] = ACTIONS(2609), + [anon_sym_required] = ACTIONS(2609), + [anon_sym_nonisolated] = ACTIONS(2609), + [anon_sym_public] = ACTIONS(2609), + [anon_sym_private] = ACTIONS(2609), + [anon_sym_internal] = ACTIONS(2609), + [anon_sym_fileprivate] = ACTIONS(2609), + [anon_sym_open] = ACTIONS(2609), + [anon_sym_mutating] = ACTIONS(2609), + [anon_sym_nonmutating] = ACTIONS(2609), + [anon_sym_static] = ACTIONS(2609), + [anon_sym_dynamic] = ACTIONS(2609), + [anon_sym_optional] = ACTIONS(2609), + [anon_sym_distributed] = ACTIONS(2609), + [anon_sym_final] = ACTIONS(2609), + [anon_sym_inout] = ACTIONS(2609), + [anon_sym_ATescaping] = ACTIONS(2609), + [anon_sym_ATautoclosure] = ACTIONS(2609), + [anon_sym_weak] = ACTIONS(2609), + [anon_sym_unowned] = ACTIONS(2607), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2609), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2609), + [anon_sym_borrowing] = ACTIONS(2609), + [anon_sym_consuming] = ACTIONS(2609), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2609), + [sym__explicit_semi] = ACTIONS(2609), + [sym__dot_custom] = ACTIONS(2609), + [sym__conjunction_operator_custom] = ACTIONS(2609), + [sym__disjunction_operator_custom] = ACTIONS(2609), + [sym__nil_coalescing_operator_custom] = ACTIONS(2609), + [sym__eq_custom] = ACTIONS(2609), + [sym__eq_eq_custom] = ACTIONS(2609), + [sym__plus_then_ws] = ACTIONS(2609), + [sym__minus_then_ws] = ACTIONS(2609), + [sym__bang_custom] = ACTIONS(2609), + [sym_default_keyword] = ACTIONS(2609), + [sym__as_custom] = ACTIONS(2609), + [sym__as_quest_custom] = ACTIONS(2609), + [sym__as_bang_custom] = ACTIONS(2609), + [sym__custom_operator] = ACTIONS(2609), + }, + [STATE(1400)] = { + [anon_sym_BANG] = ACTIONS(2415), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2417), + [anon_sym_package] = ACTIONS(2417), + [anon_sym_COMMA] = ACTIONS(2417), + [anon_sym_LPAREN] = ACTIONS(2417), + [anon_sym_LBRACK] = ACTIONS(2417), + [anon_sym_QMARK] = ACTIONS(2415), + [anon_sym_QMARK2] = ACTIONS(2417), + [anon_sym_AMP] = ACTIONS(2417), + [aux_sym_custom_operator_token1] = ACTIONS(2417), + [anon_sym_LT] = ACTIONS(2415), + [anon_sym_GT] = ACTIONS(2415), + [anon_sym_LBRACE] = ACTIONS(2417), + [anon_sym_CARET_LBRACE] = ACTIONS(2417), + [anon_sym_RBRACE] = ACTIONS(2417), + [anon_sym_case] = ACTIONS(2417), + [anon_sym_fallthrough] = ACTIONS(2417), + [anon_sym_PLUS_EQ] = ACTIONS(2417), + [anon_sym_DASH_EQ] = ACTIONS(2417), + [anon_sym_STAR_EQ] = ACTIONS(2417), + [anon_sym_SLASH_EQ] = ACTIONS(2417), + [anon_sym_PERCENT_EQ] = ACTIONS(2417), + [anon_sym_BANG_EQ] = ACTIONS(2415), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2417), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2417), + [anon_sym_LT_EQ] = ACTIONS(2417), + [anon_sym_GT_EQ] = ACTIONS(2417), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2417), + [anon_sym_DOT_DOT_LT] = ACTIONS(2417), + [anon_sym_is] = ACTIONS(2417), + [anon_sym_PLUS] = ACTIONS(2415), + [anon_sym_DASH] = ACTIONS(2415), + [anon_sym_STAR] = ACTIONS(2415), + [anon_sym_SLASH] = ACTIONS(2415), + [anon_sym_PERCENT] = ACTIONS(2415), + [anon_sym_PLUS_PLUS] = ACTIONS(2417), + [anon_sym_DASH_DASH] = ACTIONS(2417), + [anon_sym_PIPE] = ACTIONS(2417), + [anon_sym_CARET] = ACTIONS(2415), + [anon_sym_LT_LT] = ACTIONS(2417), + [anon_sym_GT_GT] = ACTIONS(2417), + [anon_sym_class] = ACTIONS(2417), + [anon_sym_prefix] = ACTIONS(2417), + [anon_sym_infix] = ACTIONS(2417), + [anon_sym_postfix] = ACTIONS(2417), + [anon_sym_AT] = ACTIONS(2415), + [anon_sym_override] = ACTIONS(2417), + [anon_sym_convenience] = ACTIONS(2417), + [anon_sym_required] = ACTIONS(2417), + [anon_sym_nonisolated] = ACTIONS(2417), + [anon_sym_public] = ACTIONS(2417), + [anon_sym_private] = ACTIONS(2417), + [anon_sym_internal] = ACTIONS(2417), + [anon_sym_fileprivate] = ACTIONS(2417), + [anon_sym_open] = ACTIONS(2417), + [anon_sym_mutating] = ACTIONS(2417), + [anon_sym_nonmutating] = ACTIONS(2417), + [anon_sym_static] = ACTIONS(2417), + [anon_sym_dynamic] = ACTIONS(2417), + [anon_sym_optional] = ACTIONS(2417), + [anon_sym_distributed] = ACTIONS(2417), + [anon_sym_final] = ACTIONS(2417), + [anon_sym_inout] = ACTIONS(2417), + [anon_sym_ATescaping] = ACTIONS(2417), + [anon_sym_ATautoclosure] = ACTIONS(2417), + [anon_sym_weak] = ACTIONS(2417), + [anon_sym_unowned] = ACTIONS(2415), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2417), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2417), + [anon_sym_borrowing] = ACTIONS(2417), + [anon_sym_consuming] = ACTIONS(2417), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2417), + [sym__explicit_semi] = ACTIONS(2417), + [sym__dot_custom] = ACTIONS(2417), + [sym__conjunction_operator_custom] = ACTIONS(2417), + [sym__disjunction_operator_custom] = ACTIONS(2417), + [sym__nil_coalescing_operator_custom] = ACTIONS(2417), + [sym__eq_custom] = ACTIONS(2417), + [sym__eq_eq_custom] = ACTIONS(2417), + [sym__plus_then_ws] = ACTIONS(2417), + [sym__minus_then_ws] = ACTIONS(2417), + [sym__bang_custom] = ACTIONS(2417), + [sym_default_keyword] = ACTIONS(2417), + [sym__as_custom] = ACTIONS(2417), + [sym__as_quest_custom] = ACTIONS(2417), + [sym__as_bang_custom] = ACTIONS(2417), + [sym__custom_operator] = ACTIONS(2417), + }, + [STATE(1401)] = { + [anon_sym_BANG] = ACTIONS(2395), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2397), + [anon_sym_package] = ACTIONS(2397), + [anon_sym_COMMA] = ACTIONS(2397), + [anon_sym_LPAREN] = ACTIONS(2397), + [anon_sym_LBRACK] = ACTIONS(2397), + [anon_sym_QMARK] = ACTIONS(2395), + [anon_sym_QMARK2] = ACTIONS(2397), + [anon_sym_AMP] = ACTIONS(2397), + [aux_sym_custom_operator_token1] = ACTIONS(2397), + [anon_sym_LT] = ACTIONS(2395), + [anon_sym_GT] = ACTIONS(2395), + [anon_sym_LBRACE] = ACTIONS(2397), + [anon_sym_CARET_LBRACE] = ACTIONS(2397), + [anon_sym_RBRACE] = ACTIONS(2397), + [anon_sym_case] = ACTIONS(2397), + [anon_sym_fallthrough] = ACTIONS(2397), + [anon_sym_PLUS_EQ] = ACTIONS(2397), + [anon_sym_DASH_EQ] = ACTIONS(2397), + [anon_sym_STAR_EQ] = ACTIONS(2397), + [anon_sym_SLASH_EQ] = ACTIONS(2397), + [anon_sym_PERCENT_EQ] = ACTIONS(2397), + [anon_sym_BANG_EQ] = ACTIONS(2395), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2397), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2397), + [anon_sym_LT_EQ] = ACTIONS(2397), + [anon_sym_GT_EQ] = ACTIONS(2397), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2397), + [anon_sym_DOT_DOT_LT] = ACTIONS(2397), + [anon_sym_is] = ACTIONS(2397), + [anon_sym_PLUS] = ACTIONS(2395), + [anon_sym_DASH] = ACTIONS(2395), + [anon_sym_STAR] = ACTIONS(2395), + [anon_sym_SLASH] = ACTIONS(2395), + [anon_sym_PERCENT] = ACTIONS(2395), + [anon_sym_PLUS_PLUS] = ACTIONS(2397), + [anon_sym_DASH_DASH] = ACTIONS(2397), + [anon_sym_PIPE] = ACTIONS(2397), + [anon_sym_CARET] = ACTIONS(2395), + [anon_sym_LT_LT] = ACTIONS(2397), + [anon_sym_GT_GT] = ACTIONS(2397), + [anon_sym_class] = ACTIONS(2397), + [anon_sym_prefix] = ACTIONS(2397), + [anon_sym_infix] = ACTIONS(2397), + [anon_sym_postfix] = ACTIONS(2397), + [anon_sym_AT] = ACTIONS(2395), + [anon_sym_override] = ACTIONS(2397), + [anon_sym_convenience] = ACTIONS(2397), + [anon_sym_required] = ACTIONS(2397), + [anon_sym_nonisolated] = ACTIONS(2397), + [anon_sym_public] = ACTIONS(2397), + [anon_sym_private] = ACTIONS(2397), + [anon_sym_internal] = ACTIONS(2397), + [anon_sym_fileprivate] = ACTIONS(2397), + [anon_sym_open] = ACTIONS(2397), + [anon_sym_mutating] = ACTIONS(2397), + [anon_sym_nonmutating] = ACTIONS(2397), + [anon_sym_static] = ACTIONS(2397), + [anon_sym_dynamic] = ACTIONS(2397), + [anon_sym_optional] = ACTIONS(2397), + [anon_sym_distributed] = ACTIONS(2397), + [anon_sym_final] = ACTIONS(2397), + [anon_sym_inout] = ACTIONS(2397), + [anon_sym_ATescaping] = ACTIONS(2397), + [anon_sym_ATautoclosure] = ACTIONS(2397), + [anon_sym_weak] = ACTIONS(2397), + [anon_sym_unowned] = ACTIONS(2395), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2397), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2397), + [anon_sym_borrowing] = ACTIONS(2397), + [anon_sym_consuming] = ACTIONS(2397), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2397), + [sym__explicit_semi] = ACTIONS(2397), + [sym__dot_custom] = ACTIONS(2397), + [sym__conjunction_operator_custom] = ACTIONS(2397), + [sym__disjunction_operator_custom] = ACTIONS(2397), + [sym__nil_coalescing_operator_custom] = ACTIONS(2397), + [sym__eq_custom] = ACTIONS(2397), + [sym__eq_eq_custom] = ACTIONS(2397), + [sym__plus_then_ws] = ACTIONS(2397), + [sym__minus_then_ws] = ACTIONS(2397), + [sym__bang_custom] = ACTIONS(2397), + [sym_default_keyword] = ACTIONS(2397), + [sym__as_custom] = ACTIONS(2397), + [sym__as_quest_custom] = ACTIONS(2397), + [sym__as_bang_custom] = ACTIONS(2397), + [sym__custom_operator] = ACTIONS(2397), + }, + [STATE(1402)] = { + [anon_sym_BANG] = ACTIONS(2611), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2613), + [anon_sym_package] = ACTIONS(2613), + [anon_sym_COMMA] = ACTIONS(2613), + [anon_sym_LPAREN] = ACTIONS(2613), + [anon_sym_LBRACK] = ACTIONS(2613), + [anon_sym_QMARK] = ACTIONS(2611), + [anon_sym_QMARK2] = ACTIONS(2613), + [anon_sym_AMP] = ACTIONS(2613), + [aux_sym_custom_operator_token1] = ACTIONS(2613), + [anon_sym_LT] = ACTIONS(2611), + [anon_sym_GT] = ACTIONS(2611), + [anon_sym_LBRACE] = ACTIONS(2613), + [anon_sym_CARET_LBRACE] = ACTIONS(2613), + [anon_sym_RBRACE] = ACTIONS(2613), + [anon_sym_case] = ACTIONS(2613), + [anon_sym_fallthrough] = ACTIONS(2613), + [anon_sym_PLUS_EQ] = ACTIONS(2613), + [anon_sym_DASH_EQ] = ACTIONS(2613), + [anon_sym_STAR_EQ] = ACTIONS(2613), + [anon_sym_SLASH_EQ] = ACTIONS(2613), + [anon_sym_PERCENT_EQ] = ACTIONS(2613), + [anon_sym_BANG_EQ] = ACTIONS(2611), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2613), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2613), + [anon_sym_LT_EQ] = ACTIONS(2613), + [anon_sym_GT_EQ] = ACTIONS(2613), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2613), + [anon_sym_DOT_DOT_LT] = ACTIONS(2613), + [anon_sym_is] = ACTIONS(2613), + [anon_sym_PLUS] = ACTIONS(2611), + [anon_sym_DASH] = ACTIONS(2611), + [anon_sym_STAR] = ACTIONS(2611), + [anon_sym_SLASH] = ACTIONS(2611), + [anon_sym_PERCENT] = ACTIONS(2611), + [anon_sym_PLUS_PLUS] = ACTIONS(2613), + [anon_sym_DASH_DASH] = ACTIONS(2613), + [anon_sym_PIPE] = ACTIONS(2613), + [anon_sym_CARET] = ACTIONS(2611), + [anon_sym_LT_LT] = ACTIONS(2613), + [anon_sym_GT_GT] = ACTIONS(2613), + [anon_sym_class] = ACTIONS(2613), + [anon_sym_prefix] = ACTIONS(2613), + [anon_sym_infix] = ACTIONS(2613), + [anon_sym_postfix] = ACTIONS(2613), + [anon_sym_AT] = ACTIONS(2611), + [anon_sym_override] = ACTIONS(2613), + [anon_sym_convenience] = ACTIONS(2613), + [anon_sym_required] = ACTIONS(2613), + [anon_sym_nonisolated] = ACTIONS(2613), + [anon_sym_public] = ACTIONS(2613), + [anon_sym_private] = ACTIONS(2613), + [anon_sym_internal] = ACTIONS(2613), + [anon_sym_fileprivate] = ACTIONS(2613), + [anon_sym_open] = ACTIONS(2613), + [anon_sym_mutating] = ACTIONS(2613), + [anon_sym_nonmutating] = ACTIONS(2613), + [anon_sym_static] = ACTIONS(2613), + [anon_sym_dynamic] = ACTIONS(2613), + [anon_sym_optional] = ACTIONS(2613), + [anon_sym_distributed] = ACTIONS(2613), + [anon_sym_final] = ACTIONS(2613), + [anon_sym_inout] = ACTIONS(2613), + [anon_sym_ATescaping] = ACTIONS(2613), + [anon_sym_ATautoclosure] = ACTIONS(2613), + [anon_sym_weak] = ACTIONS(2613), + [anon_sym_unowned] = ACTIONS(2611), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2613), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2613), + [anon_sym_borrowing] = ACTIONS(2613), + [anon_sym_consuming] = ACTIONS(2613), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2613), + [sym__explicit_semi] = ACTIONS(2613), + [sym__dot_custom] = ACTIONS(2613), + [sym__conjunction_operator_custom] = ACTIONS(2613), + [sym__disjunction_operator_custom] = ACTIONS(2613), + [sym__nil_coalescing_operator_custom] = ACTIONS(2613), + [sym__eq_custom] = ACTIONS(2613), + [sym__eq_eq_custom] = ACTIONS(2613), + [sym__plus_then_ws] = ACTIONS(2613), + [sym__minus_then_ws] = ACTIONS(2613), + [sym__bang_custom] = ACTIONS(2613), + [sym_default_keyword] = ACTIONS(2613), + [sym__as_custom] = ACTIONS(2613), + [sym__as_quest_custom] = ACTIONS(2613), + [sym__as_bang_custom] = ACTIONS(2613), + [sym__custom_operator] = ACTIONS(2613), + }, + [STATE(1403)] = { + [anon_sym_BANG] = ACTIONS(2615), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2617), + [anon_sym_package] = ACTIONS(2617), + [anon_sym_COMMA] = ACTIONS(2617), + [anon_sym_LPAREN] = ACTIONS(2617), + [anon_sym_LBRACK] = ACTIONS(2617), + [anon_sym_QMARK] = ACTIONS(2615), + [anon_sym_QMARK2] = ACTIONS(2617), + [anon_sym_AMP] = ACTIONS(2617), + [aux_sym_custom_operator_token1] = ACTIONS(2617), + [anon_sym_LT] = ACTIONS(2615), + [anon_sym_GT] = ACTIONS(2615), + [anon_sym_LBRACE] = ACTIONS(2617), + [anon_sym_CARET_LBRACE] = ACTIONS(2617), + [anon_sym_RBRACE] = ACTIONS(2617), + [anon_sym_case] = ACTIONS(2617), + [anon_sym_fallthrough] = ACTIONS(2617), + [anon_sym_PLUS_EQ] = ACTIONS(2617), + [anon_sym_DASH_EQ] = ACTIONS(2617), + [anon_sym_STAR_EQ] = ACTIONS(2617), + [anon_sym_SLASH_EQ] = ACTIONS(2617), + [anon_sym_PERCENT_EQ] = ACTIONS(2617), + [anon_sym_BANG_EQ] = ACTIONS(2615), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2617), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2617), + [anon_sym_LT_EQ] = ACTIONS(2617), + [anon_sym_GT_EQ] = ACTIONS(2617), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2617), + [anon_sym_DOT_DOT_LT] = ACTIONS(2617), + [anon_sym_is] = ACTIONS(2617), + [anon_sym_PLUS] = ACTIONS(2615), + [anon_sym_DASH] = ACTIONS(2615), + [anon_sym_STAR] = ACTIONS(2615), + [anon_sym_SLASH] = ACTIONS(2615), + [anon_sym_PERCENT] = ACTIONS(2615), + [anon_sym_PLUS_PLUS] = ACTIONS(2617), + [anon_sym_DASH_DASH] = ACTIONS(2617), + [anon_sym_PIPE] = ACTIONS(2617), + [anon_sym_CARET] = ACTIONS(2615), + [anon_sym_LT_LT] = ACTIONS(2617), + [anon_sym_GT_GT] = ACTIONS(2617), + [anon_sym_class] = ACTIONS(2617), + [anon_sym_prefix] = ACTIONS(2617), + [anon_sym_infix] = ACTIONS(2617), + [anon_sym_postfix] = ACTIONS(2617), + [anon_sym_AT] = ACTIONS(2615), + [anon_sym_override] = ACTIONS(2617), + [anon_sym_convenience] = ACTIONS(2617), + [anon_sym_required] = ACTIONS(2617), + [anon_sym_nonisolated] = ACTIONS(2617), + [anon_sym_public] = ACTIONS(2617), + [anon_sym_private] = ACTIONS(2617), + [anon_sym_internal] = ACTIONS(2617), + [anon_sym_fileprivate] = ACTIONS(2617), + [anon_sym_open] = ACTIONS(2617), + [anon_sym_mutating] = ACTIONS(2617), + [anon_sym_nonmutating] = ACTIONS(2617), + [anon_sym_static] = ACTIONS(2617), + [anon_sym_dynamic] = ACTIONS(2617), + [anon_sym_optional] = ACTIONS(2617), + [anon_sym_distributed] = ACTIONS(2617), + [anon_sym_final] = ACTIONS(2617), + [anon_sym_inout] = ACTIONS(2617), + [anon_sym_ATescaping] = ACTIONS(2617), + [anon_sym_ATautoclosure] = ACTIONS(2617), + [anon_sym_weak] = ACTIONS(2617), + [anon_sym_unowned] = ACTIONS(2615), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2617), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2617), + [anon_sym_borrowing] = ACTIONS(2617), + [anon_sym_consuming] = ACTIONS(2617), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2617), + [sym__explicit_semi] = ACTIONS(2617), + [sym__dot_custom] = ACTIONS(2617), + [sym__conjunction_operator_custom] = ACTIONS(2617), + [sym__disjunction_operator_custom] = ACTIONS(2617), + [sym__nil_coalescing_operator_custom] = ACTIONS(2617), + [sym__eq_custom] = ACTIONS(2617), + [sym__eq_eq_custom] = ACTIONS(2617), + [sym__plus_then_ws] = ACTIONS(2617), + [sym__minus_then_ws] = ACTIONS(2617), + [sym__bang_custom] = ACTIONS(2617), + [sym_default_keyword] = ACTIONS(2617), + [sym__as_custom] = ACTIONS(2617), + [sym__as_quest_custom] = ACTIONS(2617), + [sym__as_bang_custom] = ACTIONS(2617), + [sym__custom_operator] = ACTIONS(2617), + }, + [STATE(1404)] = { + [anon_sym_BANG] = ACTIONS(2619), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2621), + [anon_sym_package] = ACTIONS(2621), + [anon_sym_COMMA] = ACTIONS(2621), + [anon_sym_LPAREN] = ACTIONS(2621), + [anon_sym_LBRACK] = ACTIONS(2621), + [anon_sym_QMARK] = ACTIONS(2619), + [anon_sym_QMARK2] = ACTIONS(2621), + [anon_sym_AMP] = ACTIONS(2621), + [aux_sym_custom_operator_token1] = ACTIONS(2621), + [anon_sym_LT] = ACTIONS(2619), + [anon_sym_GT] = ACTIONS(2619), + [anon_sym_LBRACE] = ACTIONS(2621), + [anon_sym_CARET_LBRACE] = ACTIONS(2621), + [anon_sym_RBRACE] = ACTIONS(2621), + [anon_sym_case] = ACTIONS(2621), + [anon_sym_fallthrough] = ACTIONS(2621), + [anon_sym_PLUS_EQ] = ACTIONS(2621), + [anon_sym_DASH_EQ] = ACTIONS(2621), + [anon_sym_STAR_EQ] = ACTIONS(2621), + [anon_sym_SLASH_EQ] = ACTIONS(2621), + [anon_sym_PERCENT_EQ] = ACTIONS(2621), + [anon_sym_BANG_EQ] = ACTIONS(2619), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2621), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2621), + [anon_sym_LT_EQ] = ACTIONS(2621), + [anon_sym_GT_EQ] = ACTIONS(2621), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2621), + [anon_sym_DOT_DOT_LT] = ACTIONS(2621), + [anon_sym_is] = ACTIONS(2621), + [anon_sym_PLUS] = ACTIONS(2619), + [anon_sym_DASH] = ACTIONS(2619), + [anon_sym_STAR] = ACTIONS(2619), + [anon_sym_SLASH] = ACTIONS(2619), + [anon_sym_PERCENT] = ACTIONS(2619), + [anon_sym_PLUS_PLUS] = ACTIONS(2621), + [anon_sym_DASH_DASH] = ACTIONS(2621), + [anon_sym_PIPE] = ACTIONS(2621), + [anon_sym_CARET] = ACTIONS(2619), + [anon_sym_LT_LT] = ACTIONS(2621), + [anon_sym_GT_GT] = ACTIONS(2621), + [anon_sym_class] = ACTIONS(2621), + [anon_sym_prefix] = ACTIONS(2621), + [anon_sym_infix] = ACTIONS(2621), + [anon_sym_postfix] = ACTIONS(2621), + [anon_sym_AT] = ACTIONS(2619), + [anon_sym_override] = ACTIONS(2621), + [anon_sym_convenience] = ACTIONS(2621), + [anon_sym_required] = ACTIONS(2621), + [anon_sym_nonisolated] = ACTIONS(2621), + [anon_sym_public] = ACTIONS(2621), + [anon_sym_private] = ACTIONS(2621), + [anon_sym_internal] = ACTIONS(2621), + [anon_sym_fileprivate] = ACTIONS(2621), + [anon_sym_open] = ACTIONS(2621), + [anon_sym_mutating] = ACTIONS(2621), + [anon_sym_nonmutating] = ACTIONS(2621), + [anon_sym_static] = ACTIONS(2621), + [anon_sym_dynamic] = ACTIONS(2621), + [anon_sym_optional] = ACTIONS(2621), + [anon_sym_distributed] = ACTIONS(2621), + [anon_sym_final] = ACTIONS(2621), + [anon_sym_inout] = ACTIONS(2621), + [anon_sym_ATescaping] = ACTIONS(2621), + [anon_sym_ATautoclosure] = ACTIONS(2621), + [anon_sym_weak] = ACTIONS(2621), + [anon_sym_unowned] = ACTIONS(2619), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2621), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2621), + [anon_sym_borrowing] = ACTIONS(2621), + [anon_sym_consuming] = ACTIONS(2621), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2621), + [sym__explicit_semi] = ACTIONS(2621), + [sym__dot_custom] = ACTIONS(2621), + [sym__conjunction_operator_custom] = ACTIONS(2621), + [sym__disjunction_operator_custom] = ACTIONS(2621), + [sym__nil_coalescing_operator_custom] = ACTIONS(2621), + [sym__eq_custom] = ACTIONS(2621), + [sym__eq_eq_custom] = ACTIONS(2621), + [sym__plus_then_ws] = ACTIONS(2621), + [sym__minus_then_ws] = ACTIONS(2621), + [sym__bang_custom] = ACTIONS(2621), + [sym_default_keyword] = ACTIONS(2621), + [sym__as_custom] = ACTIONS(2621), + [sym__as_quest_custom] = ACTIONS(2621), + [sym__as_bang_custom] = ACTIONS(2621), + [sym__custom_operator] = ACTIONS(2621), + }, + [STATE(1405)] = { + [anon_sym_BANG] = ACTIONS(2587), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2589), + [anon_sym_package] = ACTIONS(2589), + [anon_sym_COMMA] = ACTIONS(2589), + [anon_sym_LPAREN] = ACTIONS(2589), + [anon_sym_LBRACK] = ACTIONS(2589), + [anon_sym_QMARK] = ACTIONS(2587), + [anon_sym_QMARK2] = ACTIONS(2589), + [anon_sym_AMP] = ACTIONS(2589), + [aux_sym_custom_operator_token1] = ACTIONS(2589), + [anon_sym_LT] = ACTIONS(2587), + [anon_sym_GT] = ACTIONS(2587), + [anon_sym_LBRACE] = ACTIONS(2589), + [anon_sym_CARET_LBRACE] = ACTIONS(2589), + [anon_sym_RBRACE] = ACTIONS(2589), + [anon_sym_case] = ACTIONS(2589), + [anon_sym_fallthrough] = ACTIONS(2589), + [anon_sym_PLUS_EQ] = ACTIONS(2589), + [anon_sym_DASH_EQ] = ACTIONS(2589), + [anon_sym_STAR_EQ] = ACTIONS(2589), + [anon_sym_SLASH_EQ] = ACTIONS(2589), + [anon_sym_PERCENT_EQ] = ACTIONS(2589), + [anon_sym_BANG_EQ] = ACTIONS(2587), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2589), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2589), + [anon_sym_LT_EQ] = ACTIONS(2589), + [anon_sym_GT_EQ] = ACTIONS(2589), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2589), + [anon_sym_DOT_DOT_LT] = ACTIONS(2589), + [anon_sym_is] = ACTIONS(2589), + [anon_sym_PLUS] = ACTIONS(2587), + [anon_sym_DASH] = ACTIONS(2587), + [anon_sym_STAR] = ACTIONS(2587), + [anon_sym_SLASH] = ACTIONS(2587), + [anon_sym_PERCENT] = ACTIONS(2587), + [anon_sym_PLUS_PLUS] = ACTIONS(2589), + [anon_sym_DASH_DASH] = ACTIONS(2589), + [anon_sym_PIPE] = ACTIONS(2589), + [anon_sym_CARET] = ACTIONS(2587), + [anon_sym_LT_LT] = ACTIONS(2589), + [anon_sym_GT_GT] = ACTIONS(2589), + [anon_sym_class] = ACTIONS(2589), + [anon_sym_prefix] = ACTIONS(2589), + [anon_sym_infix] = ACTIONS(2589), + [anon_sym_postfix] = ACTIONS(2589), + [anon_sym_AT] = ACTIONS(2587), + [anon_sym_override] = ACTIONS(2589), + [anon_sym_convenience] = ACTIONS(2589), + [anon_sym_required] = ACTIONS(2589), + [anon_sym_nonisolated] = ACTIONS(2589), + [anon_sym_public] = ACTIONS(2589), + [anon_sym_private] = ACTIONS(2589), + [anon_sym_internal] = ACTIONS(2589), + [anon_sym_fileprivate] = ACTIONS(2589), + [anon_sym_open] = ACTIONS(2589), + [anon_sym_mutating] = ACTIONS(2589), + [anon_sym_nonmutating] = ACTIONS(2589), + [anon_sym_static] = ACTIONS(2589), + [anon_sym_dynamic] = ACTIONS(2589), + [anon_sym_optional] = ACTIONS(2589), + [anon_sym_distributed] = ACTIONS(2589), + [anon_sym_final] = ACTIONS(2589), + [anon_sym_inout] = ACTIONS(2589), + [anon_sym_ATescaping] = ACTIONS(2589), + [anon_sym_ATautoclosure] = ACTIONS(2589), + [anon_sym_weak] = ACTIONS(2589), + [anon_sym_unowned] = ACTIONS(2587), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2589), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2589), + [anon_sym_borrowing] = ACTIONS(2589), + [anon_sym_consuming] = ACTIONS(2589), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2589), + [sym__explicit_semi] = ACTIONS(2589), + [sym__dot_custom] = ACTIONS(2589), + [sym__conjunction_operator_custom] = ACTIONS(2589), + [sym__disjunction_operator_custom] = ACTIONS(2589), + [sym__nil_coalescing_operator_custom] = ACTIONS(2589), + [sym__eq_custom] = ACTIONS(2589), + [sym__eq_eq_custom] = ACTIONS(2589), + [sym__plus_then_ws] = ACTIONS(2589), + [sym__minus_then_ws] = ACTIONS(2589), + [sym__bang_custom] = ACTIONS(2589), + [sym_default_keyword] = ACTIONS(2589), + [sym__as_custom] = ACTIONS(2589), + [sym__as_quest_custom] = ACTIONS(2589), + [sym__as_bang_custom] = ACTIONS(2589), + [sym__custom_operator] = ACTIONS(2589), + }, + [STATE(1406)] = { + [anon_sym_BANG] = ACTIONS(2683), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2685), + [anon_sym_package] = ACTIONS(2685), + [anon_sym_COMMA] = ACTIONS(2685), + [anon_sym_LPAREN] = ACTIONS(2685), + [anon_sym_LBRACK] = ACTIONS(2685), + [anon_sym_QMARK] = ACTIONS(2683), + [anon_sym_QMARK2] = ACTIONS(2685), + [anon_sym_AMP] = ACTIONS(2685), + [aux_sym_custom_operator_token1] = ACTIONS(2685), + [anon_sym_LT] = ACTIONS(2683), + [anon_sym_GT] = ACTIONS(2683), + [anon_sym_LBRACE] = ACTIONS(2685), + [anon_sym_CARET_LBRACE] = ACTIONS(2685), + [anon_sym_RBRACE] = ACTIONS(2685), + [anon_sym_case] = ACTIONS(2685), + [anon_sym_fallthrough] = ACTIONS(2685), + [anon_sym_PLUS_EQ] = ACTIONS(2685), + [anon_sym_DASH_EQ] = ACTIONS(2685), + [anon_sym_STAR_EQ] = ACTIONS(2685), + [anon_sym_SLASH_EQ] = ACTIONS(2685), + [anon_sym_PERCENT_EQ] = ACTIONS(2685), + [anon_sym_BANG_EQ] = ACTIONS(2683), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2685), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2685), + [anon_sym_LT_EQ] = ACTIONS(2685), + [anon_sym_GT_EQ] = ACTIONS(2685), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2685), + [anon_sym_DOT_DOT_LT] = ACTIONS(2685), + [anon_sym_is] = ACTIONS(2685), + [anon_sym_PLUS] = ACTIONS(2683), + [anon_sym_DASH] = ACTIONS(2683), + [anon_sym_STAR] = ACTIONS(2683), + [anon_sym_SLASH] = ACTIONS(2683), + [anon_sym_PERCENT] = ACTIONS(2683), + [anon_sym_PLUS_PLUS] = ACTIONS(2685), + [anon_sym_DASH_DASH] = ACTIONS(2685), + [anon_sym_PIPE] = ACTIONS(2685), + [anon_sym_CARET] = ACTIONS(2683), + [anon_sym_LT_LT] = ACTIONS(2685), + [anon_sym_GT_GT] = ACTIONS(2685), + [anon_sym_class] = ACTIONS(2685), + [anon_sym_prefix] = ACTIONS(2685), + [anon_sym_infix] = ACTIONS(2685), + [anon_sym_postfix] = ACTIONS(2685), + [anon_sym_AT] = ACTIONS(2683), + [anon_sym_override] = ACTIONS(2685), + [anon_sym_convenience] = ACTIONS(2685), + [anon_sym_required] = ACTIONS(2685), + [anon_sym_nonisolated] = ACTIONS(2685), + [anon_sym_public] = ACTIONS(2685), + [anon_sym_private] = ACTIONS(2685), + [anon_sym_internal] = ACTIONS(2685), + [anon_sym_fileprivate] = ACTIONS(2685), + [anon_sym_open] = ACTIONS(2685), + [anon_sym_mutating] = ACTIONS(2685), + [anon_sym_nonmutating] = ACTIONS(2685), + [anon_sym_static] = ACTIONS(2685), + [anon_sym_dynamic] = ACTIONS(2685), + [anon_sym_optional] = ACTIONS(2685), + [anon_sym_distributed] = ACTIONS(2685), + [anon_sym_final] = ACTIONS(2685), + [anon_sym_inout] = ACTIONS(2685), + [anon_sym_ATescaping] = ACTIONS(2685), + [anon_sym_ATautoclosure] = ACTIONS(2685), + [anon_sym_weak] = ACTIONS(2685), + [anon_sym_unowned] = ACTIONS(2683), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2685), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2685), + [anon_sym_borrowing] = ACTIONS(2685), + [anon_sym_consuming] = ACTIONS(2685), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2685), + [sym__explicit_semi] = ACTIONS(2685), + [sym__dot_custom] = ACTIONS(2685), + [sym__conjunction_operator_custom] = ACTIONS(2685), + [sym__disjunction_operator_custom] = ACTIONS(2685), + [sym__nil_coalescing_operator_custom] = ACTIONS(2685), + [sym__eq_custom] = ACTIONS(2685), + [sym__eq_eq_custom] = ACTIONS(2685), + [sym__plus_then_ws] = ACTIONS(2685), + [sym__minus_then_ws] = ACTIONS(2685), + [sym__bang_custom] = ACTIONS(2685), + [sym_default_keyword] = ACTIONS(2685), + [sym__as_custom] = ACTIONS(2685), + [sym__as_quest_custom] = ACTIONS(2685), + [sym__as_bang_custom] = ACTIONS(2685), + [sym__custom_operator] = ACTIONS(2685), + }, + [STATE(1407)] = { + [anon_sym_BANG] = ACTIONS(2623), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2625), + [anon_sym_package] = ACTIONS(2625), + [anon_sym_COMMA] = ACTIONS(2625), + [anon_sym_LPAREN] = ACTIONS(2625), + [anon_sym_LBRACK] = ACTIONS(2625), + [anon_sym_QMARK] = ACTIONS(2623), + [anon_sym_QMARK2] = ACTIONS(2625), + [anon_sym_AMP] = ACTIONS(2625), + [aux_sym_custom_operator_token1] = ACTIONS(2625), + [anon_sym_LT] = ACTIONS(2623), + [anon_sym_GT] = ACTIONS(2623), + [anon_sym_LBRACE] = ACTIONS(2625), + [anon_sym_CARET_LBRACE] = ACTIONS(2625), + [anon_sym_RBRACE] = ACTIONS(2625), + [anon_sym_case] = ACTIONS(2625), + [anon_sym_fallthrough] = ACTIONS(2625), + [anon_sym_PLUS_EQ] = ACTIONS(2625), + [anon_sym_DASH_EQ] = ACTIONS(2625), + [anon_sym_STAR_EQ] = ACTIONS(2625), + [anon_sym_SLASH_EQ] = ACTIONS(2625), + [anon_sym_PERCENT_EQ] = ACTIONS(2625), + [anon_sym_BANG_EQ] = ACTIONS(2623), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2625), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2625), + [anon_sym_LT_EQ] = ACTIONS(2625), + [anon_sym_GT_EQ] = ACTIONS(2625), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2625), + [anon_sym_DOT_DOT_LT] = ACTIONS(2625), + [anon_sym_is] = ACTIONS(2625), + [anon_sym_PLUS] = ACTIONS(2623), + [anon_sym_DASH] = ACTIONS(2623), + [anon_sym_STAR] = ACTIONS(2623), + [anon_sym_SLASH] = ACTIONS(2623), + [anon_sym_PERCENT] = ACTIONS(2623), + [anon_sym_PLUS_PLUS] = ACTIONS(2625), + [anon_sym_DASH_DASH] = ACTIONS(2625), + [anon_sym_PIPE] = ACTIONS(2625), + [anon_sym_CARET] = ACTIONS(2623), + [anon_sym_LT_LT] = ACTIONS(2625), + [anon_sym_GT_GT] = ACTIONS(2625), + [anon_sym_class] = ACTIONS(2625), + [anon_sym_prefix] = ACTIONS(2625), + [anon_sym_infix] = ACTIONS(2625), + [anon_sym_postfix] = ACTIONS(2625), + [anon_sym_AT] = ACTIONS(2623), + [anon_sym_override] = ACTIONS(2625), + [anon_sym_convenience] = ACTIONS(2625), + [anon_sym_required] = ACTIONS(2625), + [anon_sym_nonisolated] = ACTIONS(2625), + [anon_sym_public] = ACTIONS(2625), + [anon_sym_private] = ACTIONS(2625), + [anon_sym_internal] = ACTIONS(2625), + [anon_sym_fileprivate] = ACTIONS(2625), + [anon_sym_open] = ACTIONS(2625), + [anon_sym_mutating] = ACTIONS(2625), + [anon_sym_nonmutating] = ACTIONS(2625), + [anon_sym_static] = ACTIONS(2625), + [anon_sym_dynamic] = ACTIONS(2625), + [anon_sym_optional] = ACTIONS(2625), + [anon_sym_distributed] = ACTIONS(2625), + [anon_sym_final] = ACTIONS(2625), + [anon_sym_inout] = ACTIONS(2625), + [anon_sym_ATescaping] = ACTIONS(2625), + [anon_sym_ATautoclosure] = ACTIONS(2625), + [anon_sym_weak] = ACTIONS(2625), + [anon_sym_unowned] = ACTIONS(2623), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2625), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2625), + [anon_sym_borrowing] = ACTIONS(2625), + [anon_sym_consuming] = ACTIONS(2625), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2625), + [sym__explicit_semi] = ACTIONS(2625), + [sym__dot_custom] = ACTIONS(2625), + [sym__conjunction_operator_custom] = ACTIONS(2625), + [sym__disjunction_operator_custom] = ACTIONS(2625), + [sym__nil_coalescing_operator_custom] = ACTIONS(2625), + [sym__eq_custom] = ACTIONS(2625), + [sym__eq_eq_custom] = ACTIONS(2625), + [sym__plus_then_ws] = ACTIONS(2625), + [sym__minus_then_ws] = ACTIONS(2625), + [sym__bang_custom] = ACTIONS(2625), + [sym_default_keyword] = ACTIONS(2625), + [sym__as_custom] = ACTIONS(2625), + [sym__as_quest_custom] = ACTIONS(2625), + [sym__as_bang_custom] = ACTIONS(2625), + [sym__custom_operator] = ACTIONS(2625), + }, + [STATE(1408)] = { + [sym_type_level_declaration] = STATE(7772), + [sym_import_declaration] = STATE(7788), + [sym_property_declaration] = STATE(7788), + [sym__modifierless_property_declaration] = STATE(8277), + [sym_typealias_declaration] = STATE(7788), + [sym__modifierless_typealias_declaration] = STATE(8278), + [sym_function_declaration] = STATE(7788), + [sym__bodyless_function_declaration] = STATE(7852), + [sym__modifierless_function_declaration_no_body] = STATE(9005), + [sym_class_declaration] = STATE(7788), + [sym__modifierless_class_declaration] = STATE(8291), + [sym__non_constructor_function_decl] = STATE(7521), + [sym__async_modifier] = STATE(8439), + [sym_protocol_declaration] = STATE(7788), + [sym_init_declaration] = STATE(7788), + [sym_deinit_declaration] = STATE(7788), + [sym_subscript_declaration] = STATE(7788), + [sym_operator_declaration] = STATE(7788), + [sym_precedence_group_declaration] = STATE(7788), + [sym_associatedtype_declaration] = STATE(7788), + [sym_attribute] = STATE(1817), + [sym_value_binding_pattern] = STATE(4882), + [sym__possibly_async_binding_pattern_kind] = STATE(4882), + [sym_modifiers] = STATE(5030), + [aux_sym__locally_permitted_modifiers] = STATE(1817), + [sym__non_local_scope_modifier] = STATE(1817), + [sym__locally_permitted_modifier] = STATE(1817), + [sym_property_behavior_modifier] = STATE(1817), + [sym_member_modifier] = STATE(1817), + [sym_visibility_modifier] = STATE(1817), + [sym_function_modifier] = STATE(1817), + [sym_mutation_modifier] = STATE(1817), + [sym_property_modifier] = STATE(1817), + [sym_inheritance_modifier] = STATE(1817), + [sym_parameter_modifier] = STATE(1817), + [sym_ownership_modifier] = STATE(1817), + [sym__parameter_ownership_modifier] = STATE(2893), + [aux_sym_modifiers_repeat1] = STATE(1817), + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(3367), + [anon_sym_async] = ACTIONS(3101), + [anon_sym_lazy] = ACTIONS(3103), + [anon_sym_package] = ACTIONS(3105), + [anon_sym_import] = ACTIONS(3371), + [anon_sym_typealias] = ACTIONS(3373), + [anon_sym_struct] = ACTIONS(3367), + [anon_sym_class] = ACTIONS(3375), + [anon_sym_enum] = ACTIONS(3377), + [anon_sym_protocol] = ACTIONS(3379), + [anon_sym_let] = ACTIONS(3121), + [anon_sym_var] = ACTIONS(3121), + [anon_sym_func] = ACTIONS(3123), + [anon_sym_extension] = ACTIONS(3381), + [anon_sym_indirect] = ACTIONS(3383), + [anon_sym_init] = ACTIONS(3385), + [anon_sym_deinit] = ACTIONS(3387), + [anon_sym_subscript] = ACTIONS(3389), + [anon_sym_prefix] = ACTIONS(3391), + [anon_sym_infix] = ACTIONS(3391), + [anon_sym_postfix] = ACTIONS(3391), + [anon_sym_precedencegroup] = ACTIONS(3393), + [anon_sym_associatedtype] = ACTIONS(3395), + [anon_sym_AT] = ACTIONS(115), + [anon_sym_override] = ACTIONS(3141), + [anon_sym_convenience] = ACTIONS(3141), + [anon_sym_required] = ACTIONS(3141), + [anon_sym_nonisolated] = ACTIONS(3141), + [anon_sym_public] = ACTIONS(3105), + [anon_sym_private] = ACTIONS(3105), + [anon_sym_internal] = ACTIONS(3105), + [anon_sym_fileprivate] = ACTIONS(3105), + [anon_sym_open] = ACTIONS(3105), + [anon_sym_mutating] = ACTIONS(3143), + [anon_sym_nonmutating] = ACTIONS(3143), + [anon_sym_static] = ACTIONS(3145), + [anon_sym_dynamic] = ACTIONS(3145), + [anon_sym_optional] = ACTIONS(3145), + [anon_sym_distributed] = ACTIONS(3145), + [anon_sym_final] = ACTIONS(3147), + [anon_sym_inout] = ACTIONS(129), + [anon_sym_ATescaping] = ACTIONS(129), + [anon_sym_ATautoclosure] = ACTIONS(129), + [anon_sym_weak] = ACTIONS(133), + [anon_sym_unowned] = ACTIONS(131), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(133), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(133), + [anon_sym_borrowing] = ACTIONS(129), + [anon_sym_consuming] = ACTIONS(129), + [sym_multiline_comment] = ACTIONS(5), + }, + [STATE(1409)] = { + [anon_sym_BANG] = ACTIONS(2627), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2629), + [anon_sym_package] = ACTIONS(2629), + [anon_sym_COMMA] = ACTIONS(2629), + [anon_sym_LPAREN] = ACTIONS(2629), + [anon_sym_LBRACK] = ACTIONS(2629), + [anon_sym_QMARK] = ACTIONS(2627), + [anon_sym_QMARK2] = ACTIONS(2629), + [anon_sym_AMP] = ACTIONS(2629), + [aux_sym_custom_operator_token1] = ACTIONS(2629), + [anon_sym_LT] = ACTIONS(2627), + [anon_sym_GT] = ACTIONS(2627), + [anon_sym_LBRACE] = ACTIONS(2629), + [anon_sym_CARET_LBRACE] = ACTIONS(2629), + [anon_sym_RBRACE] = ACTIONS(2629), + [anon_sym_case] = ACTIONS(2629), + [anon_sym_fallthrough] = ACTIONS(2629), + [anon_sym_PLUS_EQ] = ACTIONS(2629), + [anon_sym_DASH_EQ] = ACTIONS(2629), + [anon_sym_STAR_EQ] = ACTIONS(2629), + [anon_sym_SLASH_EQ] = ACTIONS(2629), + [anon_sym_PERCENT_EQ] = ACTIONS(2629), + [anon_sym_BANG_EQ] = ACTIONS(2627), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2629), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2629), + [anon_sym_LT_EQ] = ACTIONS(2629), + [anon_sym_GT_EQ] = ACTIONS(2629), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2629), + [anon_sym_DOT_DOT_LT] = ACTIONS(2629), + [anon_sym_is] = ACTIONS(2629), + [anon_sym_PLUS] = ACTIONS(2627), + [anon_sym_DASH] = ACTIONS(2627), + [anon_sym_STAR] = ACTIONS(2627), + [anon_sym_SLASH] = ACTIONS(2627), + [anon_sym_PERCENT] = ACTIONS(2627), + [anon_sym_PLUS_PLUS] = ACTIONS(2629), + [anon_sym_DASH_DASH] = ACTIONS(2629), + [anon_sym_PIPE] = ACTIONS(2629), + [anon_sym_CARET] = ACTIONS(2627), + [anon_sym_LT_LT] = ACTIONS(2629), + [anon_sym_GT_GT] = ACTIONS(2629), + [anon_sym_class] = ACTIONS(2629), + [anon_sym_prefix] = ACTIONS(2629), + [anon_sym_infix] = ACTIONS(2629), + [anon_sym_postfix] = ACTIONS(2629), + [anon_sym_AT] = ACTIONS(2627), + [anon_sym_override] = ACTIONS(2629), + [anon_sym_convenience] = ACTIONS(2629), + [anon_sym_required] = ACTIONS(2629), + [anon_sym_nonisolated] = ACTIONS(2629), + [anon_sym_public] = ACTIONS(2629), + [anon_sym_private] = ACTIONS(2629), + [anon_sym_internal] = ACTIONS(2629), + [anon_sym_fileprivate] = ACTIONS(2629), + [anon_sym_open] = ACTIONS(2629), + [anon_sym_mutating] = ACTIONS(2629), + [anon_sym_nonmutating] = ACTIONS(2629), + [anon_sym_static] = ACTIONS(2629), + [anon_sym_dynamic] = ACTIONS(2629), + [anon_sym_optional] = ACTIONS(2629), + [anon_sym_distributed] = ACTIONS(2629), + [anon_sym_final] = ACTIONS(2629), + [anon_sym_inout] = ACTIONS(2629), + [anon_sym_ATescaping] = ACTIONS(2629), + [anon_sym_ATautoclosure] = ACTIONS(2629), + [anon_sym_weak] = ACTIONS(2629), + [anon_sym_unowned] = ACTIONS(2627), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2629), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2629), + [anon_sym_borrowing] = ACTIONS(2629), + [anon_sym_consuming] = ACTIONS(2629), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2629), + [sym__explicit_semi] = ACTIONS(2629), + [sym__dot_custom] = ACTIONS(2629), + [sym__conjunction_operator_custom] = ACTIONS(2629), + [sym__disjunction_operator_custom] = ACTIONS(2629), + [sym__nil_coalescing_operator_custom] = ACTIONS(2629), + [sym__eq_custom] = ACTIONS(2629), + [sym__eq_eq_custom] = ACTIONS(2629), + [sym__plus_then_ws] = ACTIONS(2629), + [sym__minus_then_ws] = ACTIONS(2629), + [sym__bang_custom] = ACTIONS(2629), + [sym_default_keyword] = ACTIONS(2629), + [sym__as_custom] = ACTIONS(2629), + [sym__as_quest_custom] = ACTIONS(2629), + [sym__as_bang_custom] = ACTIONS(2629), + [sym__custom_operator] = ACTIONS(2629), + }, + [STATE(1410)] = { + [anon_sym_BANG] = ACTIONS(2739), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2741), + [anon_sym_package] = ACTIONS(2741), + [anon_sym_COMMA] = ACTIONS(2741), + [anon_sym_LPAREN] = ACTIONS(2741), + [anon_sym_LBRACK] = ACTIONS(2741), + [anon_sym_QMARK] = ACTIONS(2739), + [anon_sym_QMARK2] = ACTIONS(2741), + [anon_sym_AMP] = ACTIONS(2741), + [aux_sym_custom_operator_token1] = ACTIONS(2741), + [anon_sym_LT] = ACTIONS(2739), + [anon_sym_GT] = ACTIONS(2739), + [anon_sym_LBRACE] = ACTIONS(2741), + [anon_sym_CARET_LBRACE] = ACTIONS(2741), + [anon_sym_RBRACE] = ACTIONS(2741), + [anon_sym_case] = ACTIONS(2741), + [anon_sym_fallthrough] = ACTIONS(2741), + [anon_sym_PLUS_EQ] = ACTIONS(2741), + [anon_sym_DASH_EQ] = ACTIONS(2741), + [anon_sym_STAR_EQ] = ACTIONS(2741), + [anon_sym_SLASH_EQ] = ACTIONS(2741), + [anon_sym_PERCENT_EQ] = ACTIONS(2741), + [anon_sym_BANG_EQ] = ACTIONS(2739), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2741), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2741), + [anon_sym_LT_EQ] = ACTIONS(2741), + [anon_sym_GT_EQ] = ACTIONS(2741), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2741), + [anon_sym_DOT_DOT_LT] = ACTIONS(2741), + [anon_sym_is] = ACTIONS(2741), + [anon_sym_PLUS] = ACTIONS(2739), + [anon_sym_DASH] = ACTIONS(2739), + [anon_sym_STAR] = ACTIONS(2739), + [anon_sym_SLASH] = ACTIONS(2739), + [anon_sym_PERCENT] = ACTIONS(2739), + [anon_sym_PLUS_PLUS] = ACTIONS(2741), + [anon_sym_DASH_DASH] = ACTIONS(2741), + [anon_sym_PIPE] = ACTIONS(2741), + [anon_sym_CARET] = ACTIONS(2739), + [anon_sym_LT_LT] = ACTIONS(2741), + [anon_sym_GT_GT] = ACTIONS(2741), + [anon_sym_class] = ACTIONS(2741), + [anon_sym_prefix] = ACTIONS(2741), + [anon_sym_infix] = ACTIONS(2741), + [anon_sym_postfix] = ACTIONS(2741), + [anon_sym_AT] = ACTIONS(2739), + [anon_sym_override] = ACTIONS(2741), + [anon_sym_convenience] = ACTIONS(2741), + [anon_sym_required] = ACTIONS(2741), + [anon_sym_nonisolated] = ACTIONS(2741), + [anon_sym_public] = ACTIONS(2741), + [anon_sym_private] = ACTIONS(2741), + [anon_sym_internal] = ACTIONS(2741), + [anon_sym_fileprivate] = ACTIONS(2741), + [anon_sym_open] = ACTIONS(2741), + [anon_sym_mutating] = ACTIONS(2741), + [anon_sym_nonmutating] = ACTIONS(2741), + [anon_sym_static] = ACTIONS(2741), + [anon_sym_dynamic] = ACTIONS(2741), + [anon_sym_optional] = ACTIONS(2741), + [anon_sym_distributed] = ACTIONS(2741), + [anon_sym_final] = ACTIONS(2741), + [anon_sym_inout] = ACTIONS(2741), + [anon_sym_ATescaping] = ACTIONS(2741), + [anon_sym_ATautoclosure] = ACTIONS(2741), + [anon_sym_weak] = ACTIONS(2741), + [anon_sym_unowned] = ACTIONS(2739), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2741), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2741), + [anon_sym_borrowing] = ACTIONS(2741), + [anon_sym_consuming] = ACTIONS(2741), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2741), + [sym__explicit_semi] = ACTIONS(2741), + [sym__dot_custom] = ACTIONS(2741), + [sym__conjunction_operator_custom] = ACTIONS(2741), + [sym__disjunction_operator_custom] = ACTIONS(2741), + [sym__nil_coalescing_operator_custom] = ACTIONS(2741), + [sym__eq_custom] = ACTIONS(2741), + [sym__eq_eq_custom] = ACTIONS(2741), + [sym__plus_then_ws] = ACTIONS(2741), + [sym__minus_then_ws] = ACTIONS(2741), + [sym__bang_custom] = ACTIONS(2741), + [sym_default_keyword] = ACTIONS(2741), + [sym__as_custom] = ACTIONS(2741), + [sym__as_quest_custom] = ACTIONS(2741), + [sym__as_bang_custom] = ACTIONS(2741), + [sym__custom_operator] = ACTIONS(2741), + }, + [STATE(1411)] = { + [anon_sym_BANG] = ACTIONS(2631), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2633), + [anon_sym_package] = ACTIONS(2633), + [anon_sym_COMMA] = ACTIONS(2633), + [anon_sym_LPAREN] = ACTIONS(2633), + [anon_sym_LBRACK] = ACTIONS(2633), + [anon_sym_QMARK] = ACTIONS(2631), + [anon_sym_QMARK2] = ACTIONS(2633), + [anon_sym_AMP] = ACTIONS(2633), + [aux_sym_custom_operator_token1] = ACTIONS(2633), + [anon_sym_LT] = ACTIONS(2631), + [anon_sym_GT] = ACTIONS(2631), + [anon_sym_LBRACE] = ACTIONS(2633), + [anon_sym_CARET_LBRACE] = ACTIONS(2633), + [anon_sym_RBRACE] = ACTIONS(2633), + [anon_sym_case] = ACTIONS(2633), + [anon_sym_fallthrough] = ACTIONS(2633), + [anon_sym_PLUS_EQ] = ACTIONS(2633), + [anon_sym_DASH_EQ] = ACTIONS(2633), + [anon_sym_STAR_EQ] = ACTIONS(2633), + [anon_sym_SLASH_EQ] = ACTIONS(2633), + [anon_sym_PERCENT_EQ] = ACTIONS(2633), + [anon_sym_BANG_EQ] = ACTIONS(2631), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2633), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2633), + [anon_sym_LT_EQ] = ACTIONS(2633), + [anon_sym_GT_EQ] = ACTIONS(2633), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2633), + [anon_sym_DOT_DOT_LT] = ACTIONS(2633), + [anon_sym_is] = ACTIONS(2633), + [anon_sym_PLUS] = ACTIONS(2631), + [anon_sym_DASH] = ACTIONS(2631), + [anon_sym_STAR] = ACTIONS(2631), + [anon_sym_SLASH] = ACTIONS(2631), + [anon_sym_PERCENT] = ACTIONS(2631), + [anon_sym_PLUS_PLUS] = ACTIONS(2633), + [anon_sym_DASH_DASH] = ACTIONS(2633), + [anon_sym_PIPE] = ACTIONS(2633), + [anon_sym_CARET] = ACTIONS(2631), + [anon_sym_LT_LT] = ACTIONS(2633), + [anon_sym_GT_GT] = ACTIONS(2633), + [anon_sym_class] = ACTIONS(2633), + [anon_sym_prefix] = ACTIONS(2633), + [anon_sym_infix] = ACTIONS(2633), + [anon_sym_postfix] = ACTIONS(2633), + [anon_sym_AT] = ACTIONS(2631), + [anon_sym_override] = ACTIONS(2633), + [anon_sym_convenience] = ACTIONS(2633), + [anon_sym_required] = ACTIONS(2633), + [anon_sym_nonisolated] = ACTIONS(2633), + [anon_sym_public] = ACTIONS(2633), + [anon_sym_private] = ACTIONS(2633), + [anon_sym_internal] = ACTIONS(2633), + [anon_sym_fileprivate] = ACTIONS(2633), + [anon_sym_open] = ACTIONS(2633), + [anon_sym_mutating] = ACTIONS(2633), + [anon_sym_nonmutating] = ACTIONS(2633), + [anon_sym_static] = ACTIONS(2633), + [anon_sym_dynamic] = ACTIONS(2633), + [anon_sym_optional] = ACTIONS(2633), + [anon_sym_distributed] = ACTIONS(2633), + [anon_sym_final] = ACTIONS(2633), + [anon_sym_inout] = ACTIONS(2633), + [anon_sym_ATescaping] = ACTIONS(2633), + [anon_sym_ATautoclosure] = ACTIONS(2633), + [anon_sym_weak] = ACTIONS(2633), + [anon_sym_unowned] = ACTIONS(2631), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2633), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2633), + [anon_sym_borrowing] = ACTIONS(2633), + [anon_sym_consuming] = ACTIONS(2633), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2633), + [sym__explicit_semi] = ACTIONS(2633), + [sym__dot_custom] = ACTIONS(2633), + [sym__conjunction_operator_custom] = ACTIONS(2633), + [sym__disjunction_operator_custom] = ACTIONS(2633), + [sym__nil_coalescing_operator_custom] = ACTIONS(2633), + [sym__eq_custom] = ACTIONS(2633), + [sym__eq_eq_custom] = ACTIONS(2633), + [sym__plus_then_ws] = ACTIONS(2633), + [sym__minus_then_ws] = ACTIONS(2633), + [sym__bang_custom] = ACTIONS(2633), + [sym_default_keyword] = ACTIONS(2633), + [sym__as_custom] = ACTIONS(2633), + [sym__as_quest_custom] = ACTIONS(2633), + [sym__as_bang_custom] = ACTIONS(2633), + [sym__custom_operator] = ACTIONS(2633), + }, + [STATE(1412)] = { + [anon_sym_BANG] = ACTIONS(2635), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2637), + [anon_sym_package] = ACTIONS(2637), + [anon_sym_COMMA] = ACTIONS(2637), + [anon_sym_LPAREN] = ACTIONS(2637), + [anon_sym_LBRACK] = ACTIONS(2637), + [anon_sym_QMARK] = ACTIONS(2635), + [anon_sym_QMARK2] = ACTIONS(2637), + [anon_sym_AMP] = ACTIONS(2637), + [aux_sym_custom_operator_token1] = ACTIONS(2637), + [anon_sym_LT] = ACTIONS(2635), + [anon_sym_GT] = ACTIONS(2635), + [anon_sym_LBRACE] = ACTIONS(2637), + [anon_sym_CARET_LBRACE] = ACTIONS(2637), + [anon_sym_RBRACE] = ACTIONS(2637), + [anon_sym_case] = ACTIONS(2637), + [anon_sym_fallthrough] = ACTIONS(2637), + [anon_sym_PLUS_EQ] = ACTIONS(2637), + [anon_sym_DASH_EQ] = ACTIONS(2637), + [anon_sym_STAR_EQ] = ACTIONS(2637), + [anon_sym_SLASH_EQ] = ACTIONS(2637), + [anon_sym_PERCENT_EQ] = ACTIONS(2637), + [anon_sym_BANG_EQ] = ACTIONS(2635), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2637), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2637), + [anon_sym_LT_EQ] = ACTIONS(2637), + [anon_sym_GT_EQ] = ACTIONS(2637), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2637), + [anon_sym_DOT_DOT_LT] = ACTIONS(2637), + [anon_sym_is] = ACTIONS(2637), + [anon_sym_PLUS] = ACTIONS(2635), + [anon_sym_DASH] = ACTIONS(2635), + [anon_sym_STAR] = ACTIONS(2635), + [anon_sym_SLASH] = ACTIONS(2635), + [anon_sym_PERCENT] = ACTIONS(2635), + [anon_sym_PLUS_PLUS] = ACTIONS(2637), + [anon_sym_DASH_DASH] = ACTIONS(2637), + [anon_sym_PIPE] = ACTIONS(2637), + [anon_sym_CARET] = ACTIONS(2635), + [anon_sym_LT_LT] = ACTIONS(2637), + [anon_sym_GT_GT] = ACTIONS(2637), + [anon_sym_class] = ACTIONS(2637), + [anon_sym_prefix] = ACTIONS(2637), + [anon_sym_infix] = ACTIONS(2637), + [anon_sym_postfix] = ACTIONS(2637), + [anon_sym_AT] = ACTIONS(2635), + [anon_sym_override] = ACTIONS(2637), + [anon_sym_convenience] = ACTIONS(2637), + [anon_sym_required] = ACTIONS(2637), + [anon_sym_nonisolated] = ACTIONS(2637), + [anon_sym_public] = ACTIONS(2637), + [anon_sym_private] = ACTIONS(2637), + [anon_sym_internal] = ACTIONS(2637), + [anon_sym_fileprivate] = ACTIONS(2637), + [anon_sym_open] = ACTIONS(2637), + [anon_sym_mutating] = ACTIONS(2637), + [anon_sym_nonmutating] = ACTIONS(2637), + [anon_sym_static] = ACTIONS(2637), + [anon_sym_dynamic] = ACTIONS(2637), + [anon_sym_optional] = ACTIONS(2637), + [anon_sym_distributed] = ACTIONS(2637), + [anon_sym_final] = ACTIONS(2637), + [anon_sym_inout] = ACTIONS(2637), + [anon_sym_ATescaping] = ACTIONS(2637), + [anon_sym_ATautoclosure] = ACTIONS(2637), + [anon_sym_weak] = ACTIONS(2637), + [anon_sym_unowned] = ACTIONS(2635), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2637), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2637), + [anon_sym_borrowing] = ACTIONS(2637), + [anon_sym_consuming] = ACTIONS(2637), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2637), + [sym__explicit_semi] = ACTIONS(2637), + [sym__dot_custom] = ACTIONS(2637), + [sym__conjunction_operator_custom] = ACTIONS(2637), + [sym__disjunction_operator_custom] = ACTIONS(2637), + [sym__nil_coalescing_operator_custom] = ACTIONS(2637), + [sym__eq_custom] = ACTIONS(2637), + [sym__eq_eq_custom] = ACTIONS(2637), + [sym__plus_then_ws] = ACTIONS(2637), + [sym__minus_then_ws] = ACTIONS(2637), + [sym__bang_custom] = ACTIONS(2637), + [sym_default_keyword] = ACTIONS(2637), + [sym__as_custom] = ACTIONS(2637), + [sym__as_quest_custom] = ACTIONS(2637), + [sym__as_bang_custom] = ACTIONS(2637), + [sym__custom_operator] = ACTIONS(2637), + }, + [STATE(1413)] = { + [anon_sym_BANG] = ACTIONS(2639), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2641), + [anon_sym_package] = ACTIONS(2641), + [anon_sym_COMMA] = ACTIONS(2641), + [anon_sym_LPAREN] = ACTIONS(2641), + [anon_sym_LBRACK] = ACTIONS(2641), + [anon_sym_QMARK] = ACTIONS(2639), + [anon_sym_QMARK2] = ACTIONS(2641), + [anon_sym_AMP] = ACTIONS(2641), + [aux_sym_custom_operator_token1] = ACTIONS(2641), + [anon_sym_LT] = ACTIONS(2639), + [anon_sym_GT] = ACTIONS(2639), + [anon_sym_LBRACE] = ACTIONS(2641), + [anon_sym_CARET_LBRACE] = ACTIONS(2641), + [anon_sym_RBRACE] = ACTIONS(2641), + [anon_sym_case] = ACTIONS(2641), + [anon_sym_fallthrough] = ACTIONS(2641), + [anon_sym_PLUS_EQ] = ACTIONS(2641), + [anon_sym_DASH_EQ] = ACTIONS(2641), + [anon_sym_STAR_EQ] = ACTIONS(2641), + [anon_sym_SLASH_EQ] = ACTIONS(2641), + [anon_sym_PERCENT_EQ] = ACTIONS(2641), + [anon_sym_BANG_EQ] = ACTIONS(2639), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2641), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2641), + [anon_sym_LT_EQ] = ACTIONS(2641), + [anon_sym_GT_EQ] = ACTIONS(2641), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2641), + [anon_sym_DOT_DOT_LT] = ACTIONS(2641), + [anon_sym_is] = ACTIONS(2641), + [anon_sym_PLUS] = ACTIONS(2639), + [anon_sym_DASH] = ACTIONS(2639), + [anon_sym_STAR] = ACTIONS(2639), + [anon_sym_SLASH] = ACTIONS(2639), + [anon_sym_PERCENT] = ACTIONS(2639), + [anon_sym_PLUS_PLUS] = ACTIONS(2641), + [anon_sym_DASH_DASH] = ACTIONS(2641), + [anon_sym_PIPE] = ACTIONS(2641), + [anon_sym_CARET] = ACTIONS(2639), + [anon_sym_LT_LT] = ACTIONS(2641), + [anon_sym_GT_GT] = ACTIONS(2641), + [anon_sym_class] = ACTIONS(2641), + [anon_sym_prefix] = ACTIONS(2641), + [anon_sym_infix] = ACTIONS(2641), + [anon_sym_postfix] = ACTIONS(2641), + [anon_sym_AT] = ACTIONS(2639), + [anon_sym_override] = ACTIONS(2641), + [anon_sym_convenience] = ACTIONS(2641), + [anon_sym_required] = ACTIONS(2641), + [anon_sym_nonisolated] = ACTIONS(2641), + [anon_sym_public] = ACTIONS(2641), + [anon_sym_private] = ACTIONS(2641), + [anon_sym_internal] = ACTIONS(2641), + [anon_sym_fileprivate] = ACTIONS(2641), + [anon_sym_open] = ACTIONS(2641), + [anon_sym_mutating] = ACTIONS(2641), + [anon_sym_nonmutating] = ACTIONS(2641), + [anon_sym_static] = ACTIONS(2641), + [anon_sym_dynamic] = ACTIONS(2641), + [anon_sym_optional] = ACTIONS(2641), + [anon_sym_distributed] = ACTIONS(2641), + [anon_sym_final] = ACTIONS(2641), + [anon_sym_inout] = ACTIONS(2641), + [anon_sym_ATescaping] = ACTIONS(2641), + [anon_sym_ATautoclosure] = ACTIONS(2641), + [anon_sym_weak] = ACTIONS(2641), + [anon_sym_unowned] = ACTIONS(2639), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2641), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2641), + [anon_sym_borrowing] = ACTIONS(2641), + [anon_sym_consuming] = ACTIONS(2641), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2641), + [sym__explicit_semi] = ACTIONS(2641), + [sym__dot_custom] = ACTIONS(2641), + [sym__conjunction_operator_custom] = ACTIONS(2641), + [sym__disjunction_operator_custom] = ACTIONS(2641), + [sym__nil_coalescing_operator_custom] = ACTIONS(2641), + [sym__eq_custom] = ACTIONS(2641), + [sym__eq_eq_custom] = ACTIONS(2641), + [sym__plus_then_ws] = ACTIONS(2641), + [sym__minus_then_ws] = ACTIONS(2641), + [sym__bang_custom] = ACTIONS(2641), + [sym_default_keyword] = ACTIONS(2641), + [sym__as_custom] = ACTIONS(2641), + [sym__as_quest_custom] = ACTIONS(2641), + [sym__as_bang_custom] = ACTIONS(2641), + [sym__custom_operator] = ACTIONS(2641), + }, + [STATE(1414)] = { + [anon_sym_BANG] = ACTIONS(2743), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2745), + [anon_sym_package] = ACTIONS(2745), + [anon_sym_COMMA] = ACTIONS(2745), + [anon_sym_LPAREN] = ACTIONS(2745), + [anon_sym_LBRACK] = ACTIONS(2745), + [anon_sym_QMARK] = ACTIONS(2743), + [anon_sym_QMARK2] = ACTIONS(2745), + [anon_sym_AMP] = ACTIONS(2745), + [aux_sym_custom_operator_token1] = ACTIONS(2745), + [anon_sym_LT] = ACTIONS(2743), + [anon_sym_GT] = ACTIONS(2743), + [anon_sym_LBRACE] = ACTIONS(2745), + [anon_sym_CARET_LBRACE] = ACTIONS(2745), + [anon_sym_RBRACE] = ACTIONS(2745), + [anon_sym_case] = ACTIONS(2745), + [anon_sym_fallthrough] = ACTIONS(2745), + [anon_sym_PLUS_EQ] = ACTIONS(2745), + [anon_sym_DASH_EQ] = ACTIONS(2745), + [anon_sym_STAR_EQ] = ACTIONS(2745), + [anon_sym_SLASH_EQ] = ACTIONS(2745), + [anon_sym_PERCENT_EQ] = ACTIONS(2745), + [anon_sym_BANG_EQ] = ACTIONS(2743), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2745), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2745), + [anon_sym_LT_EQ] = ACTIONS(2745), + [anon_sym_GT_EQ] = ACTIONS(2745), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2745), + [anon_sym_DOT_DOT_LT] = ACTIONS(2745), + [anon_sym_is] = ACTIONS(2745), + [anon_sym_PLUS] = ACTIONS(2743), + [anon_sym_DASH] = ACTIONS(2743), + [anon_sym_STAR] = ACTIONS(2743), + [anon_sym_SLASH] = ACTIONS(2743), + [anon_sym_PERCENT] = ACTIONS(2743), + [anon_sym_PLUS_PLUS] = ACTIONS(2745), + [anon_sym_DASH_DASH] = ACTIONS(2745), + [anon_sym_PIPE] = ACTIONS(2745), + [anon_sym_CARET] = ACTIONS(2743), + [anon_sym_LT_LT] = ACTIONS(2745), + [anon_sym_GT_GT] = ACTIONS(2745), + [anon_sym_class] = ACTIONS(2745), + [anon_sym_prefix] = ACTIONS(2745), + [anon_sym_infix] = ACTIONS(2745), + [anon_sym_postfix] = ACTIONS(2745), + [anon_sym_AT] = ACTIONS(2743), + [anon_sym_override] = ACTIONS(2745), + [anon_sym_convenience] = ACTIONS(2745), + [anon_sym_required] = ACTIONS(2745), + [anon_sym_nonisolated] = ACTIONS(2745), + [anon_sym_public] = ACTIONS(2745), + [anon_sym_private] = ACTIONS(2745), + [anon_sym_internal] = ACTIONS(2745), + [anon_sym_fileprivate] = ACTIONS(2745), + [anon_sym_open] = ACTIONS(2745), + [anon_sym_mutating] = ACTIONS(2745), + [anon_sym_nonmutating] = ACTIONS(2745), + [anon_sym_static] = ACTIONS(2745), + [anon_sym_dynamic] = ACTIONS(2745), + [anon_sym_optional] = ACTIONS(2745), + [anon_sym_distributed] = ACTIONS(2745), + [anon_sym_final] = ACTIONS(2745), + [anon_sym_inout] = ACTIONS(2745), + [anon_sym_ATescaping] = ACTIONS(2745), + [anon_sym_ATautoclosure] = ACTIONS(2745), + [anon_sym_weak] = ACTIONS(2745), + [anon_sym_unowned] = ACTIONS(2743), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2745), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2745), + [anon_sym_borrowing] = ACTIONS(2745), + [anon_sym_consuming] = ACTIONS(2745), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2745), + [sym__explicit_semi] = ACTIONS(2745), + [sym__dot_custom] = ACTIONS(2745), + [sym__conjunction_operator_custom] = ACTIONS(2745), + [sym__disjunction_operator_custom] = ACTIONS(2745), + [sym__nil_coalescing_operator_custom] = ACTIONS(2745), + [sym__eq_custom] = ACTIONS(2745), + [sym__eq_eq_custom] = ACTIONS(2745), + [sym__plus_then_ws] = ACTIONS(2745), + [sym__minus_then_ws] = ACTIONS(2745), + [sym__bang_custom] = ACTIONS(2745), + [sym_default_keyword] = ACTIONS(2745), + [sym__as_custom] = ACTIONS(2745), + [sym__as_quest_custom] = ACTIONS(2745), + [sym__as_bang_custom] = ACTIONS(2745), + [sym__custom_operator] = ACTIONS(2745), + }, + [STATE(1415)] = { + [anon_sym_BANG] = ACTIONS(2427), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2429), + [anon_sym_package] = ACTIONS(2429), + [anon_sym_COMMA] = ACTIONS(2429), + [anon_sym_LPAREN] = ACTIONS(2429), + [anon_sym_LBRACK] = ACTIONS(2429), + [anon_sym_QMARK] = ACTIONS(2427), + [anon_sym_QMARK2] = ACTIONS(2429), + [anon_sym_AMP] = ACTIONS(2429), + [aux_sym_custom_operator_token1] = ACTIONS(2429), + [anon_sym_LT] = ACTIONS(2427), + [anon_sym_GT] = ACTIONS(2427), + [anon_sym_LBRACE] = ACTIONS(2429), + [anon_sym_CARET_LBRACE] = ACTIONS(2429), + [anon_sym_RBRACE] = ACTIONS(2429), + [anon_sym_case] = ACTIONS(2429), + [anon_sym_fallthrough] = ACTIONS(2429), + [anon_sym_PLUS_EQ] = ACTIONS(2429), + [anon_sym_DASH_EQ] = ACTIONS(2429), + [anon_sym_STAR_EQ] = ACTIONS(2429), + [anon_sym_SLASH_EQ] = ACTIONS(2429), + [anon_sym_PERCENT_EQ] = ACTIONS(2429), + [anon_sym_BANG_EQ] = ACTIONS(2427), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2429), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2429), + [anon_sym_LT_EQ] = ACTIONS(2429), + [anon_sym_GT_EQ] = ACTIONS(2429), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2429), + [anon_sym_DOT_DOT_LT] = ACTIONS(2429), + [anon_sym_is] = ACTIONS(2429), + [anon_sym_PLUS] = ACTIONS(2427), + [anon_sym_DASH] = ACTIONS(2427), + [anon_sym_STAR] = ACTIONS(2427), + [anon_sym_SLASH] = ACTIONS(2427), + [anon_sym_PERCENT] = ACTIONS(2427), + [anon_sym_PLUS_PLUS] = ACTIONS(2429), + [anon_sym_DASH_DASH] = ACTIONS(2429), + [anon_sym_PIPE] = ACTIONS(2429), + [anon_sym_CARET] = ACTIONS(2427), + [anon_sym_LT_LT] = ACTIONS(2429), + [anon_sym_GT_GT] = ACTIONS(2429), + [anon_sym_class] = ACTIONS(2429), + [anon_sym_prefix] = ACTIONS(2429), + [anon_sym_infix] = ACTIONS(2429), + [anon_sym_postfix] = ACTIONS(2429), + [anon_sym_AT] = ACTIONS(2427), + [anon_sym_override] = ACTIONS(2429), + [anon_sym_convenience] = ACTIONS(2429), + [anon_sym_required] = ACTIONS(2429), + [anon_sym_nonisolated] = ACTIONS(2429), + [anon_sym_public] = ACTIONS(2429), + [anon_sym_private] = ACTIONS(2429), + [anon_sym_internal] = ACTIONS(2429), + [anon_sym_fileprivate] = ACTIONS(2429), + [anon_sym_open] = ACTIONS(2429), + [anon_sym_mutating] = ACTIONS(2429), + [anon_sym_nonmutating] = ACTIONS(2429), + [anon_sym_static] = ACTIONS(2429), + [anon_sym_dynamic] = ACTIONS(2429), + [anon_sym_optional] = ACTIONS(2429), + [anon_sym_distributed] = ACTIONS(2429), + [anon_sym_final] = ACTIONS(2429), + [anon_sym_inout] = ACTIONS(2429), + [anon_sym_ATescaping] = ACTIONS(2429), + [anon_sym_ATautoclosure] = ACTIONS(2429), + [anon_sym_weak] = ACTIONS(2429), + [anon_sym_unowned] = ACTIONS(2427), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2429), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2429), + [anon_sym_borrowing] = ACTIONS(2429), + [anon_sym_consuming] = ACTIONS(2429), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2429), + [sym__explicit_semi] = ACTIONS(2429), + [sym__dot_custom] = ACTIONS(2429), + [sym__conjunction_operator_custom] = ACTIONS(2429), + [sym__disjunction_operator_custom] = ACTIONS(2429), + [sym__nil_coalescing_operator_custom] = ACTIONS(2429), + [sym__eq_custom] = ACTIONS(2429), + [sym__eq_eq_custom] = ACTIONS(2429), + [sym__plus_then_ws] = ACTIONS(2429), + [sym__minus_then_ws] = ACTIONS(2429), + [sym__bang_custom] = ACTIONS(2429), + [sym_default_keyword] = ACTIONS(2429), + [sym__as_custom] = ACTIONS(2429), + [sym__as_quest_custom] = ACTIONS(2429), + [sym__as_bang_custom] = ACTIONS(2429), + [sym__custom_operator] = ACTIONS(2429), + }, + [STATE(1416)] = { + [anon_sym_BANG] = ACTIONS(2284), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2286), + [anon_sym_package] = ACTIONS(2286), + [anon_sym_COMMA] = ACTIONS(2286), + [anon_sym_LPAREN] = ACTIONS(2286), + [anon_sym_LBRACK] = ACTIONS(2286), + [anon_sym_QMARK] = ACTIONS(2284), + [anon_sym_QMARK2] = ACTIONS(2286), + [anon_sym_AMP] = ACTIONS(2286), + [aux_sym_custom_operator_token1] = ACTIONS(2286), + [anon_sym_LT] = ACTIONS(2284), + [anon_sym_GT] = ACTIONS(2284), + [anon_sym_LBRACE] = ACTIONS(2286), + [anon_sym_CARET_LBRACE] = ACTIONS(2286), + [anon_sym_RBRACE] = ACTIONS(2286), + [anon_sym_case] = ACTIONS(2286), + [anon_sym_fallthrough] = ACTIONS(2286), + [anon_sym_PLUS_EQ] = ACTIONS(2286), + [anon_sym_DASH_EQ] = ACTIONS(2286), + [anon_sym_STAR_EQ] = ACTIONS(2286), + [anon_sym_SLASH_EQ] = ACTIONS(2286), + [anon_sym_PERCENT_EQ] = ACTIONS(2286), + [anon_sym_BANG_EQ] = ACTIONS(2284), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2286), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2286), + [anon_sym_LT_EQ] = ACTIONS(2286), + [anon_sym_GT_EQ] = ACTIONS(2286), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2286), + [anon_sym_DOT_DOT_LT] = ACTIONS(2286), + [anon_sym_is] = ACTIONS(2286), + [anon_sym_PLUS] = ACTIONS(2284), + [anon_sym_DASH] = ACTIONS(2284), + [anon_sym_STAR] = ACTIONS(2284), + [anon_sym_SLASH] = ACTIONS(2284), + [anon_sym_PERCENT] = ACTIONS(2284), + [anon_sym_PLUS_PLUS] = ACTIONS(2286), + [anon_sym_DASH_DASH] = ACTIONS(2286), + [anon_sym_PIPE] = ACTIONS(2286), + [anon_sym_CARET] = ACTIONS(2284), + [anon_sym_LT_LT] = ACTIONS(2286), + [anon_sym_GT_GT] = ACTIONS(2286), + [anon_sym_class] = ACTIONS(2286), + [anon_sym_prefix] = ACTIONS(2286), + [anon_sym_infix] = ACTIONS(2286), + [anon_sym_postfix] = ACTIONS(2286), + [anon_sym_AT] = ACTIONS(2284), + [anon_sym_override] = ACTIONS(2286), + [anon_sym_convenience] = ACTIONS(2286), + [anon_sym_required] = ACTIONS(2286), + [anon_sym_nonisolated] = ACTIONS(2286), + [anon_sym_public] = ACTIONS(2286), + [anon_sym_private] = ACTIONS(2286), + [anon_sym_internal] = ACTIONS(2286), + [anon_sym_fileprivate] = ACTIONS(2286), + [anon_sym_open] = ACTIONS(2286), + [anon_sym_mutating] = ACTIONS(2286), + [anon_sym_nonmutating] = ACTIONS(2286), + [anon_sym_static] = ACTIONS(2286), + [anon_sym_dynamic] = ACTIONS(2286), + [anon_sym_optional] = ACTIONS(2286), + [anon_sym_distributed] = ACTIONS(2286), + [anon_sym_final] = ACTIONS(2286), + [anon_sym_inout] = ACTIONS(2286), + [anon_sym_ATescaping] = ACTIONS(2286), + [anon_sym_ATautoclosure] = ACTIONS(2286), + [anon_sym_weak] = ACTIONS(2286), + [anon_sym_unowned] = ACTIONS(2284), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2286), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2286), + [anon_sym_borrowing] = ACTIONS(2286), + [anon_sym_consuming] = ACTIONS(2286), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2286), + [sym__explicit_semi] = ACTIONS(2286), + [sym__dot_custom] = ACTIONS(2286), + [sym__conjunction_operator_custom] = ACTIONS(2286), + [sym__disjunction_operator_custom] = ACTIONS(2286), + [sym__nil_coalescing_operator_custom] = ACTIONS(2286), + [sym__eq_custom] = ACTIONS(2286), + [sym__eq_eq_custom] = ACTIONS(2286), + [sym__plus_then_ws] = ACTIONS(2286), + [sym__minus_then_ws] = ACTIONS(2286), + [sym__bang_custom] = ACTIONS(2286), + [sym_default_keyword] = ACTIONS(2286), + [sym__as_custom] = ACTIONS(2286), + [sym__as_quest_custom] = ACTIONS(2286), + [sym__as_bang_custom] = ACTIONS(2286), + [sym__custom_operator] = ACTIONS(2286), + }, + [STATE(1417)] = { + [anon_sym_BANG] = ACTIONS(2643), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2645), + [anon_sym_package] = ACTIONS(2645), + [anon_sym_COMMA] = ACTIONS(2645), + [anon_sym_LPAREN] = ACTIONS(2645), + [anon_sym_LBRACK] = ACTIONS(2645), + [anon_sym_QMARK] = ACTIONS(2643), + [anon_sym_QMARK2] = ACTIONS(2645), + [anon_sym_AMP] = ACTIONS(2645), + [aux_sym_custom_operator_token1] = ACTIONS(2645), + [anon_sym_LT] = ACTIONS(2643), + [anon_sym_GT] = ACTIONS(2643), + [anon_sym_LBRACE] = ACTIONS(2645), + [anon_sym_CARET_LBRACE] = ACTIONS(2645), + [anon_sym_RBRACE] = ACTIONS(2645), + [anon_sym_case] = ACTIONS(2645), + [anon_sym_fallthrough] = ACTIONS(2645), + [anon_sym_PLUS_EQ] = ACTIONS(2645), + [anon_sym_DASH_EQ] = ACTIONS(2645), + [anon_sym_STAR_EQ] = ACTIONS(2645), + [anon_sym_SLASH_EQ] = ACTIONS(2645), + [anon_sym_PERCENT_EQ] = ACTIONS(2645), + [anon_sym_BANG_EQ] = ACTIONS(2643), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2645), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2645), + [anon_sym_LT_EQ] = ACTIONS(2645), + [anon_sym_GT_EQ] = ACTIONS(2645), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2645), + [anon_sym_DOT_DOT_LT] = ACTIONS(2645), + [anon_sym_is] = ACTIONS(2645), + [anon_sym_PLUS] = ACTIONS(2643), + [anon_sym_DASH] = ACTIONS(2643), + [anon_sym_STAR] = ACTIONS(2643), + [anon_sym_SLASH] = ACTIONS(2643), + [anon_sym_PERCENT] = ACTIONS(2643), + [anon_sym_PLUS_PLUS] = ACTIONS(2645), + [anon_sym_DASH_DASH] = ACTIONS(2645), + [anon_sym_PIPE] = ACTIONS(2645), + [anon_sym_CARET] = ACTIONS(2643), + [anon_sym_LT_LT] = ACTIONS(2645), + [anon_sym_GT_GT] = ACTIONS(2645), + [anon_sym_class] = ACTIONS(2645), + [anon_sym_prefix] = ACTIONS(2645), + [anon_sym_infix] = ACTIONS(2645), + [anon_sym_postfix] = ACTIONS(2645), + [anon_sym_AT] = ACTIONS(2643), + [anon_sym_override] = ACTIONS(2645), + [anon_sym_convenience] = ACTIONS(2645), + [anon_sym_required] = ACTIONS(2645), + [anon_sym_nonisolated] = ACTIONS(2645), + [anon_sym_public] = ACTIONS(2645), + [anon_sym_private] = ACTIONS(2645), + [anon_sym_internal] = ACTIONS(2645), + [anon_sym_fileprivate] = ACTIONS(2645), + [anon_sym_open] = ACTIONS(2645), + [anon_sym_mutating] = ACTIONS(2645), + [anon_sym_nonmutating] = ACTIONS(2645), + [anon_sym_static] = ACTIONS(2645), + [anon_sym_dynamic] = ACTIONS(2645), + [anon_sym_optional] = ACTIONS(2645), + [anon_sym_distributed] = ACTIONS(2645), + [anon_sym_final] = ACTIONS(2645), + [anon_sym_inout] = ACTIONS(2645), + [anon_sym_ATescaping] = ACTIONS(2645), + [anon_sym_ATautoclosure] = ACTIONS(2645), + [anon_sym_weak] = ACTIONS(2645), + [anon_sym_unowned] = ACTIONS(2643), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2645), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2645), + [anon_sym_borrowing] = ACTIONS(2645), + [anon_sym_consuming] = ACTIONS(2645), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2645), + [sym__explicit_semi] = ACTIONS(2645), + [sym__dot_custom] = ACTIONS(2645), + [sym__conjunction_operator_custom] = ACTIONS(2645), + [sym__disjunction_operator_custom] = ACTIONS(2645), + [sym__nil_coalescing_operator_custom] = ACTIONS(2645), + [sym__eq_custom] = ACTIONS(2645), + [sym__eq_eq_custom] = ACTIONS(2645), + [sym__plus_then_ws] = ACTIONS(2645), + [sym__minus_then_ws] = ACTIONS(2645), + [sym__bang_custom] = ACTIONS(2645), + [sym_default_keyword] = ACTIONS(2645), + [sym__as_custom] = ACTIONS(2645), + [sym__as_quest_custom] = ACTIONS(2645), + [sym__as_bang_custom] = ACTIONS(2645), + [sym__custom_operator] = ACTIONS(2645), + }, + [STATE(1418)] = { + [anon_sym_BANG] = ACTIONS(2647), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2649), + [anon_sym_package] = ACTIONS(2649), + [anon_sym_COMMA] = ACTIONS(2649), + [anon_sym_LPAREN] = ACTIONS(2649), + [anon_sym_LBRACK] = ACTIONS(2649), + [anon_sym_QMARK] = ACTIONS(2647), + [anon_sym_QMARK2] = ACTIONS(2649), + [anon_sym_AMP] = ACTIONS(2649), + [aux_sym_custom_operator_token1] = ACTIONS(2649), + [anon_sym_LT] = ACTIONS(2647), + [anon_sym_GT] = ACTIONS(2647), + [anon_sym_LBRACE] = ACTIONS(2649), + [anon_sym_CARET_LBRACE] = ACTIONS(2649), + [anon_sym_RBRACE] = ACTIONS(2649), + [anon_sym_case] = ACTIONS(2649), + [anon_sym_fallthrough] = ACTIONS(2649), + [anon_sym_PLUS_EQ] = ACTIONS(2649), + [anon_sym_DASH_EQ] = ACTIONS(2649), + [anon_sym_STAR_EQ] = ACTIONS(2649), + [anon_sym_SLASH_EQ] = ACTIONS(2649), + [anon_sym_PERCENT_EQ] = ACTIONS(2649), + [anon_sym_BANG_EQ] = ACTIONS(2647), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2649), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2649), + [anon_sym_LT_EQ] = ACTIONS(2649), + [anon_sym_GT_EQ] = ACTIONS(2649), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2649), + [anon_sym_DOT_DOT_LT] = ACTIONS(2649), + [anon_sym_is] = ACTIONS(2649), + [anon_sym_PLUS] = ACTIONS(2647), + [anon_sym_DASH] = ACTIONS(2647), + [anon_sym_STAR] = ACTIONS(2647), + [anon_sym_SLASH] = ACTIONS(2647), + [anon_sym_PERCENT] = ACTIONS(2647), + [anon_sym_PLUS_PLUS] = ACTIONS(2649), + [anon_sym_DASH_DASH] = ACTIONS(2649), + [anon_sym_PIPE] = ACTIONS(2649), + [anon_sym_CARET] = ACTIONS(2647), + [anon_sym_LT_LT] = ACTIONS(2649), + [anon_sym_GT_GT] = ACTIONS(2649), + [anon_sym_class] = ACTIONS(2649), + [anon_sym_prefix] = ACTIONS(2649), + [anon_sym_infix] = ACTIONS(2649), + [anon_sym_postfix] = ACTIONS(2649), + [anon_sym_AT] = ACTIONS(2647), + [anon_sym_override] = ACTIONS(2649), + [anon_sym_convenience] = ACTIONS(2649), + [anon_sym_required] = ACTIONS(2649), + [anon_sym_nonisolated] = ACTIONS(2649), + [anon_sym_public] = ACTIONS(2649), + [anon_sym_private] = ACTIONS(2649), + [anon_sym_internal] = ACTIONS(2649), + [anon_sym_fileprivate] = ACTIONS(2649), + [anon_sym_open] = ACTIONS(2649), + [anon_sym_mutating] = ACTIONS(2649), + [anon_sym_nonmutating] = ACTIONS(2649), + [anon_sym_static] = ACTIONS(2649), + [anon_sym_dynamic] = ACTIONS(2649), + [anon_sym_optional] = ACTIONS(2649), + [anon_sym_distributed] = ACTIONS(2649), + [anon_sym_final] = ACTIONS(2649), + [anon_sym_inout] = ACTIONS(2649), + [anon_sym_ATescaping] = ACTIONS(2649), + [anon_sym_ATautoclosure] = ACTIONS(2649), + [anon_sym_weak] = ACTIONS(2649), + [anon_sym_unowned] = ACTIONS(2647), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2649), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2649), + [anon_sym_borrowing] = ACTIONS(2649), + [anon_sym_consuming] = ACTIONS(2649), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2649), + [sym__explicit_semi] = ACTIONS(2649), + [sym__dot_custom] = ACTIONS(2649), + [sym__conjunction_operator_custom] = ACTIONS(2649), + [sym__disjunction_operator_custom] = ACTIONS(2649), + [sym__nil_coalescing_operator_custom] = ACTIONS(2649), + [sym__eq_custom] = ACTIONS(2649), + [sym__eq_eq_custom] = ACTIONS(2649), + [sym__plus_then_ws] = ACTIONS(2649), + [sym__minus_then_ws] = ACTIONS(2649), + [sym__bang_custom] = ACTIONS(2649), + [sym_default_keyword] = ACTIONS(2649), + [sym__as_custom] = ACTIONS(2649), + [sym__as_quest_custom] = ACTIONS(2649), + [sym__as_bang_custom] = ACTIONS(2649), + [sym__custom_operator] = ACTIONS(2649), + }, + [STATE(1419)] = { + [anon_sym_BANG] = ACTIONS(2651), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2653), + [anon_sym_package] = ACTIONS(2653), + [anon_sym_COMMA] = ACTIONS(2653), + [anon_sym_LPAREN] = ACTIONS(2653), + [anon_sym_LBRACK] = ACTIONS(2653), + [anon_sym_QMARK] = ACTIONS(2651), + [anon_sym_QMARK2] = ACTIONS(2653), + [anon_sym_AMP] = ACTIONS(2653), + [aux_sym_custom_operator_token1] = ACTIONS(2653), + [anon_sym_LT] = ACTIONS(2651), + [anon_sym_GT] = ACTIONS(2651), + [anon_sym_LBRACE] = ACTIONS(2653), + [anon_sym_CARET_LBRACE] = ACTIONS(2653), + [anon_sym_RBRACE] = ACTIONS(2653), + [anon_sym_case] = ACTIONS(2653), + [anon_sym_fallthrough] = ACTIONS(2653), + [anon_sym_PLUS_EQ] = ACTIONS(2653), + [anon_sym_DASH_EQ] = ACTIONS(2653), + [anon_sym_STAR_EQ] = ACTIONS(2653), + [anon_sym_SLASH_EQ] = ACTIONS(2653), + [anon_sym_PERCENT_EQ] = ACTIONS(2653), + [anon_sym_BANG_EQ] = ACTIONS(2651), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2653), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2653), + [anon_sym_LT_EQ] = ACTIONS(2653), + [anon_sym_GT_EQ] = ACTIONS(2653), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2653), + [anon_sym_DOT_DOT_LT] = ACTIONS(2653), + [anon_sym_is] = ACTIONS(2653), + [anon_sym_PLUS] = ACTIONS(2651), + [anon_sym_DASH] = ACTIONS(2651), + [anon_sym_STAR] = ACTIONS(2651), + [anon_sym_SLASH] = ACTIONS(2651), + [anon_sym_PERCENT] = ACTIONS(2651), + [anon_sym_PLUS_PLUS] = ACTIONS(2653), + [anon_sym_DASH_DASH] = ACTIONS(2653), + [anon_sym_PIPE] = ACTIONS(2653), + [anon_sym_CARET] = ACTIONS(2651), + [anon_sym_LT_LT] = ACTIONS(2653), + [anon_sym_GT_GT] = ACTIONS(2653), + [anon_sym_class] = ACTIONS(2653), + [anon_sym_prefix] = ACTIONS(2653), + [anon_sym_infix] = ACTIONS(2653), + [anon_sym_postfix] = ACTIONS(2653), + [anon_sym_AT] = ACTIONS(2651), + [anon_sym_override] = ACTIONS(2653), + [anon_sym_convenience] = ACTIONS(2653), + [anon_sym_required] = ACTIONS(2653), + [anon_sym_nonisolated] = ACTIONS(2653), + [anon_sym_public] = ACTIONS(2653), + [anon_sym_private] = ACTIONS(2653), + [anon_sym_internal] = ACTIONS(2653), + [anon_sym_fileprivate] = ACTIONS(2653), + [anon_sym_open] = ACTIONS(2653), + [anon_sym_mutating] = ACTIONS(2653), + [anon_sym_nonmutating] = ACTIONS(2653), + [anon_sym_static] = ACTIONS(2653), + [anon_sym_dynamic] = ACTIONS(2653), + [anon_sym_optional] = ACTIONS(2653), + [anon_sym_distributed] = ACTIONS(2653), + [anon_sym_final] = ACTIONS(2653), + [anon_sym_inout] = ACTIONS(2653), + [anon_sym_ATescaping] = ACTIONS(2653), + [anon_sym_ATautoclosure] = ACTIONS(2653), + [anon_sym_weak] = ACTIONS(2653), + [anon_sym_unowned] = ACTIONS(2651), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2653), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2653), + [anon_sym_borrowing] = ACTIONS(2653), + [anon_sym_consuming] = ACTIONS(2653), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2653), + [sym__explicit_semi] = ACTIONS(2653), + [sym__dot_custom] = ACTIONS(2653), + [sym__conjunction_operator_custom] = ACTIONS(2653), + [sym__disjunction_operator_custom] = ACTIONS(2653), + [sym__nil_coalescing_operator_custom] = ACTIONS(2653), + [sym__eq_custom] = ACTIONS(2653), + [sym__eq_eq_custom] = ACTIONS(2653), + [sym__plus_then_ws] = ACTIONS(2653), + [sym__minus_then_ws] = ACTIONS(2653), + [sym__bang_custom] = ACTIONS(2653), + [sym_default_keyword] = ACTIONS(2653), + [sym__as_custom] = ACTIONS(2653), + [sym__as_quest_custom] = ACTIONS(2653), + [sym__as_bang_custom] = ACTIONS(2653), + [sym__custom_operator] = ACTIONS(2653), + }, + [STATE(1420)] = { + [anon_sym_BANG] = ACTIONS(2663), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2665), + [anon_sym_package] = ACTIONS(2665), + [anon_sym_COMMA] = ACTIONS(2665), + [anon_sym_LPAREN] = ACTIONS(2665), + [anon_sym_LBRACK] = ACTIONS(2665), + [anon_sym_QMARK] = ACTIONS(2663), + [anon_sym_QMARK2] = ACTIONS(2665), + [anon_sym_AMP] = ACTIONS(2665), + [aux_sym_custom_operator_token1] = ACTIONS(2665), + [anon_sym_LT] = ACTIONS(2663), + [anon_sym_GT] = ACTIONS(2663), + [anon_sym_LBRACE] = ACTIONS(2665), + [anon_sym_CARET_LBRACE] = ACTIONS(2665), + [anon_sym_RBRACE] = ACTIONS(2665), + [anon_sym_case] = ACTIONS(2665), + [anon_sym_fallthrough] = ACTIONS(2665), + [anon_sym_PLUS_EQ] = ACTIONS(2665), + [anon_sym_DASH_EQ] = ACTIONS(2665), + [anon_sym_STAR_EQ] = ACTIONS(2665), + [anon_sym_SLASH_EQ] = ACTIONS(2665), + [anon_sym_PERCENT_EQ] = ACTIONS(2665), + [anon_sym_BANG_EQ] = ACTIONS(2663), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2665), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2665), + [anon_sym_LT_EQ] = ACTIONS(2665), + [anon_sym_GT_EQ] = ACTIONS(2665), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2665), + [anon_sym_DOT_DOT_LT] = ACTIONS(2665), + [anon_sym_is] = ACTIONS(2665), + [anon_sym_PLUS] = ACTIONS(2663), + [anon_sym_DASH] = ACTIONS(2663), + [anon_sym_STAR] = ACTIONS(2663), + [anon_sym_SLASH] = ACTIONS(2663), + [anon_sym_PERCENT] = ACTIONS(2663), + [anon_sym_PLUS_PLUS] = ACTIONS(2665), + [anon_sym_DASH_DASH] = ACTIONS(2665), + [anon_sym_PIPE] = ACTIONS(2665), + [anon_sym_CARET] = ACTIONS(2663), + [anon_sym_LT_LT] = ACTIONS(2665), + [anon_sym_GT_GT] = ACTIONS(2665), + [anon_sym_class] = ACTIONS(2665), + [anon_sym_prefix] = ACTIONS(2665), + [anon_sym_infix] = ACTIONS(2665), + [anon_sym_postfix] = ACTIONS(2665), + [anon_sym_AT] = ACTIONS(2663), + [anon_sym_override] = ACTIONS(2665), + [anon_sym_convenience] = ACTIONS(2665), + [anon_sym_required] = ACTIONS(2665), + [anon_sym_nonisolated] = ACTIONS(2665), + [anon_sym_public] = ACTIONS(2665), + [anon_sym_private] = ACTIONS(2665), + [anon_sym_internal] = ACTIONS(2665), + [anon_sym_fileprivate] = ACTIONS(2665), + [anon_sym_open] = ACTIONS(2665), + [anon_sym_mutating] = ACTIONS(2665), + [anon_sym_nonmutating] = ACTIONS(2665), + [anon_sym_static] = ACTIONS(2665), + [anon_sym_dynamic] = ACTIONS(2665), + [anon_sym_optional] = ACTIONS(2665), + [anon_sym_distributed] = ACTIONS(2665), + [anon_sym_final] = ACTIONS(2665), + [anon_sym_inout] = ACTIONS(2665), + [anon_sym_ATescaping] = ACTIONS(2665), + [anon_sym_ATautoclosure] = ACTIONS(2665), + [anon_sym_weak] = ACTIONS(2665), + [anon_sym_unowned] = ACTIONS(2663), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2665), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2665), + [anon_sym_borrowing] = ACTIONS(2665), + [anon_sym_consuming] = ACTIONS(2665), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2665), + [sym__explicit_semi] = ACTIONS(2665), + [sym__dot_custom] = ACTIONS(2665), + [sym__conjunction_operator_custom] = ACTIONS(2665), + [sym__disjunction_operator_custom] = ACTIONS(2665), + [sym__nil_coalescing_operator_custom] = ACTIONS(2665), + [sym__eq_custom] = ACTIONS(2665), + [sym__eq_eq_custom] = ACTIONS(2665), + [sym__plus_then_ws] = ACTIONS(2665), + [sym__minus_then_ws] = ACTIONS(2665), + [sym__bang_custom] = ACTIONS(2665), + [sym_default_keyword] = ACTIONS(2665), + [sym__as_custom] = ACTIONS(2665), + [sym__as_quest_custom] = ACTIONS(2665), + [sym__as_bang_custom] = ACTIONS(2665), + [sym__custom_operator] = ACTIONS(2665), + }, + [STATE(1421)] = { + [anon_sym_BANG] = ACTIONS(2667), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2669), + [anon_sym_package] = ACTIONS(2669), + [anon_sym_COMMA] = ACTIONS(2669), + [anon_sym_LPAREN] = ACTIONS(2669), + [anon_sym_LBRACK] = ACTIONS(2669), + [anon_sym_QMARK] = ACTIONS(2667), + [anon_sym_QMARK2] = ACTIONS(2669), + [anon_sym_AMP] = ACTIONS(2669), + [aux_sym_custom_operator_token1] = ACTIONS(2669), + [anon_sym_LT] = ACTIONS(2667), + [anon_sym_GT] = ACTIONS(2667), + [anon_sym_LBRACE] = ACTIONS(2669), + [anon_sym_CARET_LBRACE] = ACTIONS(2669), + [anon_sym_RBRACE] = ACTIONS(2669), + [anon_sym_case] = ACTIONS(2669), + [anon_sym_fallthrough] = ACTIONS(2669), + [anon_sym_PLUS_EQ] = ACTIONS(2669), + [anon_sym_DASH_EQ] = ACTIONS(2669), + [anon_sym_STAR_EQ] = ACTIONS(2669), + [anon_sym_SLASH_EQ] = ACTIONS(2669), + [anon_sym_PERCENT_EQ] = ACTIONS(2669), + [anon_sym_BANG_EQ] = ACTIONS(2667), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2669), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2669), + [anon_sym_LT_EQ] = ACTIONS(2669), + [anon_sym_GT_EQ] = ACTIONS(2669), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2669), + [anon_sym_DOT_DOT_LT] = ACTIONS(2669), + [anon_sym_is] = ACTIONS(2669), + [anon_sym_PLUS] = ACTIONS(2667), + [anon_sym_DASH] = ACTIONS(2667), + [anon_sym_STAR] = ACTIONS(2667), + [anon_sym_SLASH] = ACTIONS(2667), + [anon_sym_PERCENT] = ACTIONS(2667), + [anon_sym_PLUS_PLUS] = ACTIONS(2669), + [anon_sym_DASH_DASH] = ACTIONS(2669), + [anon_sym_PIPE] = ACTIONS(2669), + [anon_sym_CARET] = ACTIONS(2667), + [anon_sym_LT_LT] = ACTIONS(2669), + [anon_sym_GT_GT] = ACTIONS(2669), + [anon_sym_class] = ACTIONS(2669), + [anon_sym_prefix] = ACTIONS(2669), + [anon_sym_infix] = ACTIONS(2669), + [anon_sym_postfix] = ACTIONS(2669), + [anon_sym_AT] = ACTIONS(2667), + [anon_sym_override] = ACTIONS(2669), + [anon_sym_convenience] = ACTIONS(2669), + [anon_sym_required] = ACTIONS(2669), + [anon_sym_nonisolated] = ACTIONS(2669), + [anon_sym_public] = ACTIONS(2669), + [anon_sym_private] = ACTIONS(2669), + [anon_sym_internal] = ACTIONS(2669), + [anon_sym_fileprivate] = ACTIONS(2669), + [anon_sym_open] = ACTIONS(2669), + [anon_sym_mutating] = ACTIONS(2669), + [anon_sym_nonmutating] = ACTIONS(2669), + [anon_sym_static] = ACTIONS(2669), + [anon_sym_dynamic] = ACTIONS(2669), + [anon_sym_optional] = ACTIONS(2669), + [anon_sym_distributed] = ACTIONS(2669), + [anon_sym_final] = ACTIONS(2669), + [anon_sym_inout] = ACTIONS(2669), + [anon_sym_ATescaping] = ACTIONS(2669), + [anon_sym_ATautoclosure] = ACTIONS(2669), + [anon_sym_weak] = ACTIONS(2669), + [anon_sym_unowned] = ACTIONS(2667), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2669), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2669), + [anon_sym_borrowing] = ACTIONS(2669), + [anon_sym_consuming] = ACTIONS(2669), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2669), + [sym__explicit_semi] = ACTIONS(2669), + [sym__dot_custom] = ACTIONS(2669), + [sym__conjunction_operator_custom] = ACTIONS(2669), + [sym__disjunction_operator_custom] = ACTIONS(2669), + [sym__nil_coalescing_operator_custom] = ACTIONS(2669), + [sym__eq_custom] = ACTIONS(2669), + [sym__eq_eq_custom] = ACTIONS(2669), + [sym__plus_then_ws] = ACTIONS(2669), + [sym__minus_then_ws] = ACTIONS(2669), + [sym__bang_custom] = ACTIONS(2669), + [sym_default_keyword] = ACTIONS(2669), + [sym__as_custom] = ACTIONS(2669), + [sym__as_quest_custom] = ACTIONS(2669), + [sym__as_bang_custom] = ACTIONS(2669), + [sym__custom_operator] = ACTIONS(2669), + }, + [STATE(1422)] = { + [anon_sym_BANG] = ACTIONS(2671), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2673), + [anon_sym_package] = ACTIONS(2673), + [anon_sym_COMMA] = ACTIONS(2673), + [anon_sym_LPAREN] = ACTIONS(2673), + [anon_sym_LBRACK] = ACTIONS(2673), + [anon_sym_QMARK] = ACTIONS(2671), + [anon_sym_QMARK2] = ACTIONS(2673), + [anon_sym_AMP] = ACTIONS(2673), + [aux_sym_custom_operator_token1] = ACTIONS(2673), + [anon_sym_LT] = ACTIONS(2671), + [anon_sym_GT] = ACTIONS(2671), + [anon_sym_LBRACE] = ACTIONS(2673), + [anon_sym_CARET_LBRACE] = ACTIONS(2673), + [anon_sym_RBRACE] = ACTIONS(2673), + [anon_sym_case] = ACTIONS(2673), + [anon_sym_fallthrough] = ACTIONS(2673), + [anon_sym_PLUS_EQ] = ACTIONS(2673), + [anon_sym_DASH_EQ] = ACTIONS(2673), + [anon_sym_STAR_EQ] = ACTIONS(2673), + [anon_sym_SLASH_EQ] = ACTIONS(2673), + [anon_sym_PERCENT_EQ] = ACTIONS(2673), + [anon_sym_BANG_EQ] = ACTIONS(2671), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2673), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2673), + [anon_sym_LT_EQ] = ACTIONS(2673), + [anon_sym_GT_EQ] = ACTIONS(2673), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2673), + [anon_sym_DOT_DOT_LT] = ACTIONS(2673), + [anon_sym_is] = ACTIONS(2673), + [anon_sym_PLUS] = ACTIONS(2671), + [anon_sym_DASH] = ACTIONS(2671), + [anon_sym_STAR] = ACTIONS(2671), + [anon_sym_SLASH] = ACTIONS(2671), + [anon_sym_PERCENT] = ACTIONS(2671), + [anon_sym_PLUS_PLUS] = ACTIONS(2673), + [anon_sym_DASH_DASH] = ACTIONS(2673), + [anon_sym_PIPE] = ACTIONS(2673), + [anon_sym_CARET] = ACTIONS(2671), + [anon_sym_LT_LT] = ACTIONS(2673), + [anon_sym_GT_GT] = ACTIONS(2673), + [anon_sym_class] = ACTIONS(2673), + [anon_sym_prefix] = ACTIONS(2673), + [anon_sym_infix] = ACTIONS(2673), + [anon_sym_postfix] = ACTIONS(2673), + [anon_sym_AT] = ACTIONS(2671), + [anon_sym_override] = ACTIONS(2673), + [anon_sym_convenience] = ACTIONS(2673), + [anon_sym_required] = ACTIONS(2673), + [anon_sym_nonisolated] = ACTIONS(2673), + [anon_sym_public] = ACTIONS(2673), + [anon_sym_private] = ACTIONS(2673), + [anon_sym_internal] = ACTIONS(2673), + [anon_sym_fileprivate] = ACTIONS(2673), + [anon_sym_open] = ACTIONS(2673), + [anon_sym_mutating] = ACTIONS(2673), + [anon_sym_nonmutating] = ACTIONS(2673), + [anon_sym_static] = ACTIONS(2673), + [anon_sym_dynamic] = ACTIONS(2673), + [anon_sym_optional] = ACTIONS(2673), + [anon_sym_distributed] = ACTIONS(2673), + [anon_sym_final] = ACTIONS(2673), + [anon_sym_inout] = ACTIONS(2673), + [anon_sym_ATescaping] = ACTIONS(2673), + [anon_sym_ATautoclosure] = ACTIONS(2673), + [anon_sym_weak] = ACTIONS(2673), + [anon_sym_unowned] = ACTIONS(2671), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2673), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2673), + [anon_sym_borrowing] = ACTIONS(2673), + [anon_sym_consuming] = ACTIONS(2673), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2673), + [sym__explicit_semi] = ACTIONS(2673), + [sym__dot_custom] = ACTIONS(2673), + [sym__conjunction_operator_custom] = ACTIONS(2673), + [sym__disjunction_operator_custom] = ACTIONS(2673), + [sym__nil_coalescing_operator_custom] = ACTIONS(2673), + [sym__eq_custom] = ACTIONS(2673), + [sym__eq_eq_custom] = ACTIONS(2673), + [sym__plus_then_ws] = ACTIONS(2673), + [sym__minus_then_ws] = ACTIONS(2673), + [sym__bang_custom] = ACTIONS(2673), + [sym_default_keyword] = ACTIONS(2673), + [sym__as_custom] = ACTIONS(2673), + [sym__as_quest_custom] = ACTIONS(2673), + [sym__as_bang_custom] = ACTIONS(2673), + [sym__custom_operator] = ACTIONS(2673), + }, + [STATE(1423)] = { + [anon_sym_BANG] = ACTIONS(2675), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2677), + [anon_sym_package] = ACTIONS(2677), + [anon_sym_COMMA] = ACTIONS(2677), + [anon_sym_LPAREN] = ACTIONS(2677), + [anon_sym_LBRACK] = ACTIONS(2677), + [anon_sym_QMARK] = ACTIONS(2675), + [anon_sym_QMARK2] = ACTIONS(2677), + [anon_sym_AMP] = ACTIONS(2677), + [aux_sym_custom_operator_token1] = ACTIONS(2677), + [anon_sym_LT] = ACTIONS(2675), + [anon_sym_GT] = ACTIONS(2675), + [anon_sym_LBRACE] = ACTIONS(2677), + [anon_sym_CARET_LBRACE] = ACTIONS(2677), + [anon_sym_RBRACE] = ACTIONS(2677), + [anon_sym_case] = ACTIONS(2677), + [anon_sym_fallthrough] = ACTIONS(2677), + [anon_sym_PLUS_EQ] = ACTIONS(2677), + [anon_sym_DASH_EQ] = ACTIONS(2677), + [anon_sym_STAR_EQ] = ACTIONS(2677), + [anon_sym_SLASH_EQ] = ACTIONS(2677), + [anon_sym_PERCENT_EQ] = ACTIONS(2677), + [anon_sym_BANG_EQ] = ACTIONS(2675), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2677), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2677), + [anon_sym_LT_EQ] = ACTIONS(2677), + [anon_sym_GT_EQ] = ACTIONS(2677), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2677), + [anon_sym_DOT_DOT_LT] = ACTIONS(2677), + [anon_sym_is] = ACTIONS(2677), + [anon_sym_PLUS] = ACTIONS(2675), + [anon_sym_DASH] = ACTIONS(2675), + [anon_sym_STAR] = ACTIONS(2675), + [anon_sym_SLASH] = ACTIONS(2675), + [anon_sym_PERCENT] = ACTIONS(2675), + [anon_sym_PLUS_PLUS] = ACTIONS(2677), + [anon_sym_DASH_DASH] = ACTIONS(2677), + [anon_sym_PIPE] = ACTIONS(2677), + [anon_sym_CARET] = ACTIONS(2675), + [anon_sym_LT_LT] = ACTIONS(2677), + [anon_sym_GT_GT] = ACTIONS(2677), + [anon_sym_class] = ACTIONS(2677), + [anon_sym_prefix] = ACTIONS(2677), + [anon_sym_infix] = ACTIONS(2677), + [anon_sym_postfix] = ACTIONS(2677), + [anon_sym_AT] = ACTIONS(2675), + [anon_sym_override] = ACTIONS(2677), + [anon_sym_convenience] = ACTIONS(2677), + [anon_sym_required] = ACTIONS(2677), + [anon_sym_nonisolated] = ACTIONS(2677), + [anon_sym_public] = ACTIONS(2677), + [anon_sym_private] = ACTIONS(2677), + [anon_sym_internal] = ACTIONS(2677), + [anon_sym_fileprivate] = ACTIONS(2677), + [anon_sym_open] = ACTIONS(2677), + [anon_sym_mutating] = ACTIONS(2677), + [anon_sym_nonmutating] = ACTIONS(2677), + [anon_sym_static] = ACTIONS(2677), + [anon_sym_dynamic] = ACTIONS(2677), + [anon_sym_optional] = ACTIONS(2677), + [anon_sym_distributed] = ACTIONS(2677), + [anon_sym_final] = ACTIONS(2677), + [anon_sym_inout] = ACTIONS(2677), + [anon_sym_ATescaping] = ACTIONS(2677), + [anon_sym_ATautoclosure] = ACTIONS(2677), + [anon_sym_weak] = ACTIONS(2677), + [anon_sym_unowned] = ACTIONS(2675), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2677), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2677), + [anon_sym_borrowing] = ACTIONS(2677), + [anon_sym_consuming] = ACTIONS(2677), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2677), + [sym__explicit_semi] = ACTIONS(2677), + [sym__dot_custom] = ACTIONS(2677), + [sym__conjunction_operator_custom] = ACTIONS(2677), + [sym__disjunction_operator_custom] = ACTIONS(2677), + [sym__nil_coalescing_operator_custom] = ACTIONS(2677), + [sym__eq_custom] = ACTIONS(2677), + [sym__eq_eq_custom] = ACTIONS(2677), + [sym__plus_then_ws] = ACTIONS(2677), + [sym__minus_then_ws] = ACTIONS(2677), + [sym__bang_custom] = ACTIONS(2677), + [sym_default_keyword] = ACTIONS(2677), + [sym__as_custom] = ACTIONS(2677), + [sym__as_quest_custom] = ACTIONS(2677), + [sym__as_bang_custom] = ACTIONS(2677), + [sym__custom_operator] = ACTIONS(2677), + }, + [STATE(1424)] = { + [anon_sym_BANG] = ACTIONS(2679), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2681), + [anon_sym_package] = ACTIONS(2681), + [anon_sym_COMMA] = ACTIONS(2681), + [anon_sym_LPAREN] = ACTIONS(2681), + [anon_sym_LBRACK] = ACTIONS(2681), + [anon_sym_QMARK] = ACTIONS(2679), + [anon_sym_QMARK2] = ACTIONS(2681), + [anon_sym_AMP] = ACTIONS(2681), + [aux_sym_custom_operator_token1] = ACTIONS(2681), + [anon_sym_LT] = ACTIONS(2679), + [anon_sym_GT] = ACTIONS(2679), + [anon_sym_LBRACE] = ACTIONS(2681), + [anon_sym_CARET_LBRACE] = ACTIONS(2681), + [anon_sym_RBRACE] = ACTIONS(2681), + [anon_sym_case] = ACTIONS(2681), + [anon_sym_fallthrough] = ACTIONS(2681), + [anon_sym_PLUS_EQ] = ACTIONS(2681), + [anon_sym_DASH_EQ] = ACTIONS(2681), + [anon_sym_STAR_EQ] = ACTIONS(2681), + [anon_sym_SLASH_EQ] = ACTIONS(2681), + [anon_sym_PERCENT_EQ] = ACTIONS(2681), + [anon_sym_BANG_EQ] = ACTIONS(2679), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2681), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2681), + [anon_sym_LT_EQ] = ACTIONS(2681), + [anon_sym_GT_EQ] = ACTIONS(2681), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2681), + [anon_sym_DOT_DOT_LT] = ACTIONS(2681), + [anon_sym_is] = ACTIONS(2681), + [anon_sym_PLUS] = ACTIONS(2679), + [anon_sym_DASH] = ACTIONS(2679), + [anon_sym_STAR] = ACTIONS(2679), + [anon_sym_SLASH] = ACTIONS(2679), + [anon_sym_PERCENT] = ACTIONS(2679), + [anon_sym_PLUS_PLUS] = ACTIONS(2681), + [anon_sym_DASH_DASH] = ACTIONS(2681), + [anon_sym_PIPE] = ACTIONS(2681), + [anon_sym_CARET] = ACTIONS(2679), + [anon_sym_LT_LT] = ACTIONS(2681), + [anon_sym_GT_GT] = ACTIONS(2681), + [anon_sym_class] = ACTIONS(2681), + [anon_sym_prefix] = ACTIONS(2681), + [anon_sym_infix] = ACTIONS(2681), + [anon_sym_postfix] = ACTIONS(2681), + [anon_sym_AT] = ACTIONS(2679), + [anon_sym_override] = ACTIONS(2681), + [anon_sym_convenience] = ACTIONS(2681), + [anon_sym_required] = ACTIONS(2681), + [anon_sym_nonisolated] = ACTIONS(2681), + [anon_sym_public] = ACTIONS(2681), + [anon_sym_private] = ACTIONS(2681), + [anon_sym_internal] = ACTIONS(2681), + [anon_sym_fileprivate] = ACTIONS(2681), + [anon_sym_open] = ACTIONS(2681), + [anon_sym_mutating] = ACTIONS(2681), + [anon_sym_nonmutating] = ACTIONS(2681), + [anon_sym_static] = ACTIONS(2681), + [anon_sym_dynamic] = ACTIONS(2681), + [anon_sym_optional] = ACTIONS(2681), + [anon_sym_distributed] = ACTIONS(2681), + [anon_sym_final] = ACTIONS(2681), + [anon_sym_inout] = ACTIONS(2681), + [anon_sym_ATescaping] = ACTIONS(2681), + [anon_sym_ATautoclosure] = ACTIONS(2681), + [anon_sym_weak] = ACTIONS(2681), + [anon_sym_unowned] = ACTIONS(2679), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2681), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2681), + [anon_sym_borrowing] = ACTIONS(2681), + [anon_sym_consuming] = ACTIONS(2681), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2681), + [sym__explicit_semi] = ACTIONS(2681), + [sym__dot_custom] = ACTIONS(2681), + [sym__conjunction_operator_custom] = ACTIONS(2681), + [sym__disjunction_operator_custom] = ACTIONS(2681), + [sym__nil_coalescing_operator_custom] = ACTIONS(2681), + [sym__eq_custom] = ACTIONS(2681), + [sym__eq_eq_custom] = ACTIONS(2681), + [sym__plus_then_ws] = ACTIONS(2681), + [sym__minus_then_ws] = ACTIONS(2681), + [sym__bang_custom] = ACTIONS(2681), + [sym_default_keyword] = ACTIONS(2681), + [sym__as_custom] = ACTIONS(2681), + [sym__as_quest_custom] = ACTIONS(2681), + [sym__as_bang_custom] = ACTIONS(2681), + [sym__custom_operator] = ACTIONS(2681), + }, + [STATE(1425)] = { + [anon_sym_BANG] = ACTIONS(2687), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2689), + [anon_sym_package] = ACTIONS(2689), + [anon_sym_COMMA] = ACTIONS(2689), + [anon_sym_LPAREN] = ACTIONS(2689), + [anon_sym_LBRACK] = ACTIONS(2689), + [anon_sym_QMARK] = ACTIONS(2687), + [anon_sym_QMARK2] = ACTIONS(2689), + [anon_sym_AMP] = ACTIONS(2689), + [aux_sym_custom_operator_token1] = ACTIONS(2689), + [anon_sym_LT] = ACTIONS(2687), + [anon_sym_GT] = ACTIONS(2687), + [anon_sym_LBRACE] = ACTIONS(2689), + [anon_sym_CARET_LBRACE] = ACTIONS(2689), + [anon_sym_RBRACE] = ACTIONS(2689), + [anon_sym_case] = ACTIONS(2689), + [anon_sym_fallthrough] = ACTIONS(2689), + [anon_sym_PLUS_EQ] = ACTIONS(2689), + [anon_sym_DASH_EQ] = ACTIONS(2689), + [anon_sym_STAR_EQ] = ACTIONS(2689), + [anon_sym_SLASH_EQ] = ACTIONS(2689), + [anon_sym_PERCENT_EQ] = ACTIONS(2689), + [anon_sym_BANG_EQ] = ACTIONS(2687), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2689), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2689), + [anon_sym_LT_EQ] = ACTIONS(2689), + [anon_sym_GT_EQ] = ACTIONS(2689), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2689), + [anon_sym_DOT_DOT_LT] = ACTIONS(2689), + [anon_sym_is] = ACTIONS(2689), + [anon_sym_PLUS] = ACTIONS(2687), + [anon_sym_DASH] = ACTIONS(2687), + [anon_sym_STAR] = ACTIONS(2687), + [anon_sym_SLASH] = ACTIONS(2687), + [anon_sym_PERCENT] = ACTIONS(2687), + [anon_sym_PLUS_PLUS] = ACTIONS(2689), + [anon_sym_DASH_DASH] = ACTIONS(2689), + [anon_sym_PIPE] = ACTIONS(2689), + [anon_sym_CARET] = ACTIONS(2687), + [anon_sym_LT_LT] = ACTIONS(2689), + [anon_sym_GT_GT] = ACTIONS(2689), + [anon_sym_class] = ACTIONS(2689), + [anon_sym_prefix] = ACTIONS(2689), + [anon_sym_infix] = ACTIONS(2689), + [anon_sym_postfix] = ACTIONS(2689), + [anon_sym_AT] = ACTIONS(2687), + [anon_sym_override] = ACTIONS(2689), + [anon_sym_convenience] = ACTIONS(2689), + [anon_sym_required] = ACTIONS(2689), + [anon_sym_nonisolated] = ACTIONS(2689), + [anon_sym_public] = ACTIONS(2689), + [anon_sym_private] = ACTIONS(2689), + [anon_sym_internal] = ACTIONS(2689), + [anon_sym_fileprivate] = ACTIONS(2689), + [anon_sym_open] = ACTIONS(2689), + [anon_sym_mutating] = ACTIONS(2689), + [anon_sym_nonmutating] = ACTIONS(2689), + [anon_sym_static] = ACTIONS(2689), + [anon_sym_dynamic] = ACTIONS(2689), + [anon_sym_optional] = ACTIONS(2689), + [anon_sym_distributed] = ACTIONS(2689), + [anon_sym_final] = ACTIONS(2689), + [anon_sym_inout] = ACTIONS(2689), + [anon_sym_ATescaping] = ACTIONS(2689), + [anon_sym_ATautoclosure] = ACTIONS(2689), + [anon_sym_weak] = ACTIONS(2689), + [anon_sym_unowned] = ACTIONS(2687), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2689), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2689), + [anon_sym_borrowing] = ACTIONS(2689), + [anon_sym_consuming] = ACTIONS(2689), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2689), + [sym__explicit_semi] = ACTIONS(2689), + [sym__dot_custom] = ACTIONS(2689), + [sym__conjunction_operator_custom] = ACTIONS(2689), + [sym__disjunction_operator_custom] = ACTIONS(2689), + [sym__nil_coalescing_operator_custom] = ACTIONS(2689), + [sym__eq_custom] = ACTIONS(2689), + [sym__eq_eq_custom] = ACTIONS(2689), + [sym__plus_then_ws] = ACTIONS(2689), + [sym__minus_then_ws] = ACTIONS(2689), + [sym__bang_custom] = ACTIONS(2689), + [sym_default_keyword] = ACTIONS(2689), + [sym__as_custom] = ACTIONS(2689), + [sym__as_quest_custom] = ACTIONS(2689), + [sym__as_bang_custom] = ACTIONS(2689), + [sym__custom_operator] = ACTIONS(2689), + }, + [STATE(1426)] = { + [anon_sym_BANG] = ACTIONS(2691), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2693), + [anon_sym_package] = ACTIONS(2693), + [anon_sym_COMMA] = ACTIONS(2693), + [anon_sym_LPAREN] = ACTIONS(2693), + [anon_sym_LBRACK] = ACTIONS(2693), + [anon_sym_QMARK] = ACTIONS(2691), + [anon_sym_QMARK2] = ACTIONS(2693), + [anon_sym_AMP] = ACTIONS(2693), + [aux_sym_custom_operator_token1] = ACTIONS(2693), + [anon_sym_LT] = ACTIONS(2691), + [anon_sym_GT] = ACTIONS(2691), + [anon_sym_LBRACE] = ACTIONS(2693), + [anon_sym_CARET_LBRACE] = ACTIONS(2693), + [anon_sym_RBRACE] = ACTIONS(2693), + [anon_sym_case] = ACTIONS(2693), + [anon_sym_fallthrough] = ACTIONS(2693), + [anon_sym_PLUS_EQ] = ACTIONS(2693), + [anon_sym_DASH_EQ] = ACTIONS(2693), + [anon_sym_STAR_EQ] = ACTIONS(2693), + [anon_sym_SLASH_EQ] = ACTIONS(2693), + [anon_sym_PERCENT_EQ] = ACTIONS(2693), + [anon_sym_BANG_EQ] = ACTIONS(2691), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2693), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2693), + [anon_sym_LT_EQ] = ACTIONS(2693), + [anon_sym_GT_EQ] = ACTIONS(2693), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2693), + [anon_sym_DOT_DOT_LT] = ACTIONS(2693), + [anon_sym_is] = ACTIONS(2693), + [anon_sym_PLUS] = ACTIONS(2691), + [anon_sym_DASH] = ACTIONS(2691), + [anon_sym_STAR] = ACTIONS(2691), + [anon_sym_SLASH] = ACTIONS(2691), + [anon_sym_PERCENT] = ACTIONS(2691), + [anon_sym_PLUS_PLUS] = ACTIONS(2693), + [anon_sym_DASH_DASH] = ACTIONS(2693), + [anon_sym_PIPE] = ACTIONS(2693), + [anon_sym_CARET] = ACTIONS(2691), + [anon_sym_LT_LT] = ACTIONS(2693), + [anon_sym_GT_GT] = ACTIONS(2693), + [anon_sym_class] = ACTIONS(2693), + [anon_sym_prefix] = ACTIONS(2693), + [anon_sym_infix] = ACTIONS(2693), + [anon_sym_postfix] = ACTIONS(2693), + [anon_sym_AT] = ACTIONS(2691), + [anon_sym_override] = ACTIONS(2693), + [anon_sym_convenience] = ACTIONS(2693), + [anon_sym_required] = ACTIONS(2693), + [anon_sym_nonisolated] = ACTIONS(2693), + [anon_sym_public] = ACTIONS(2693), + [anon_sym_private] = ACTIONS(2693), + [anon_sym_internal] = ACTIONS(2693), + [anon_sym_fileprivate] = ACTIONS(2693), + [anon_sym_open] = ACTIONS(2693), + [anon_sym_mutating] = ACTIONS(2693), + [anon_sym_nonmutating] = ACTIONS(2693), + [anon_sym_static] = ACTIONS(2693), + [anon_sym_dynamic] = ACTIONS(2693), + [anon_sym_optional] = ACTIONS(2693), + [anon_sym_distributed] = ACTIONS(2693), + [anon_sym_final] = ACTIONS(2693), + [anon_sym_inout] = ACTIONS(2693), + [anon_sym_ATescaping] = ACTIONS(2693), + [anon_sym_ATautoclosure] = ACTIONS(2693), + [anon_sym_weak] = ACTIONS(2693), + [anon_sym_unowned] = ACTIONS(2691), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2693), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2693), + [anon_sym_borrowing] = ACTIONS(2693), + [anon_sym_consuming] = ACTIONS(2693), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2693), + [sym__explicit_semi] = ACTIONS(2693), + [sym__dot_custom] = ACTIONS(2693), + [sym__conjunction_operator_custom] = ACTIONS(2693), + [sym__disjunction_operator_custom] = ACTIONS(2693), + [sym__nil_coalescing_operator_custom] = ACTIONS(2693), + [sym__eq_custom] = ACTIONS(2693), + [sym__eq_eq_custom] = ACTIONS(2693), + [sym__plus_then_ws] = ACTIONS(2693), + [sym__minus_then_ws] = ACTIONS(2693), + [sym__bang_custom] = ACTIONS(2693), + [sym_default_keyword] = ACTIONS(2693), + [sym__as_custom] = ACTIONS(2693), + [sym__as_quest_custom] = ACTIONS(2693), + [sym__as_bang_custom] = ACTIONS(2693), + [sym__custom_operator] = ACTIONS(2693), + }, + [STATE(1427)] = { + [anon_sym_BANG] = ACTIONS(2447), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2449), + [anon_sym_package] = ACTIONS(2449), + [anon_sym_COMMA] = ACTIONS(2449), + [anon_sym_LPAREN] = ACTIONS(2449), + [anon_sym_LBRACK] = ACTIONS(2449), + [anon_sym_QMARK] = ACTIONS(2447), + [anon_sym_QMARK2] = ACTIONS(2449), + [anon_sym_AMP] = ACTIONS(2449), + [aux_sym_custom_operator_token1] = ACTIONS(2449), + [anon_sym_LT] = ACTIONS(2447), + [anon_sym_GT] = ACTIONS(2447), + [anon_sym_LBRACE] = ACTIONS(2449), + [anon_sym_CARET_LBRACE] = ACTIONS(2449), + [anon_sym_RBRACE] = ACTIONS(2449), + [anon_sym_case] = ACTIONS(2449), + [anon_sym_fallthrough] = ACTIONS(2449), + [anon_sym_PLUS_EQ] = ACTIONS(2449), + [anon_sym_DASH_EQ] = ACTIONS(2449), + [anon_sym_STAR_EQ] = ACTIONS(2449), + [anon_sym_SLASH_EQ] = ACTIONS(2449), + [anon_sym_PERCENT_EQ] = ACTIONS(2449), + [anon_sym_BANG_EQ] = ACTIONS(2447), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2449), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2449), + [anon_sym_LT_EQ] = ACTIONS(2449), + [anon_sym_GT_EQ] = ACTIONS(2449), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2449), + [anon_sym_DOT_DOT_LT] = ACTIONS(2449), + [anon_sym_is] = ACTIONS(2449), + [anon_sym_PLUS] = ACTIONS(2447), + [anon_sym_DASH] = ACTIONS(2447), + [anon_sym_STAR] = ACTIONS(2447), + [anon_sym_SLASH] = ACTIONS(2447), + [anon_sym_PERCENT] = ACTIONS(2447), + [anon_sym_PLUS_PLUS] = ACTIONS(2449), + [anon_sym_DASH_DASH] = ACTIONS(2449), + [anon_sym_PIPE] = ACTIONS(2449), + [anon_sym_CARET] = ACTIONS(2447), + [anon_sym_LT_LT] = ACTIONS(2449), + [anon_sym_GT_GT] = ACTIONS(2449), + [anon_sym_class] = ACTIONS(2449), + [anon_sym_prefix] = ACTIONS(2449), + [anon_sym_infix] = ACTIONS(2449), + [anon_sym_postfix] = ACTIONS(2449), + [anon_sym_AT] = ACTIONS(2447), + [anon_sym_override] = ACTIONS(2449), + [anon_sym_convenience] = ACTIONS(2449), + [anon_sym_required] = ACTIONS(2449), + [anon_sym_nonisolated] = ACTIONS(2449), + [anon_sym_public] = ACTIONS(2449), + [anon_sym_private] = ACTIONS(2449), + [anon_sym_internal] = ACTIONS(2449), + [anon_sym_fileprivate] = ACTIONS(2449), + [anon_sym_open] = ACTIONS(2449), + [anon_sym_mutating] = ACTIONS(2449), + [anon_sym_nonmutating] = ACTIONS(2449), + [anon_sym_static] = ACTIONS(2449), + [anon_sym_dynamic] = ACTIONS(2449), + [anon_sym_optional] = ACTIONS(2449), + [anon_sym_distributed] = ACTIONS(2449), + [anon_sym_final] = ACTIONS(2449), + [anon_sym_inout] = ACTIONS(2449), + [anon_sym_ATescaping] = ACTIONS(2449), + [anon_sym_ATautoclosure] = ACTIONS(2449), + [anon_sym_weak] = ACTIONS(2449), + [anon_sym_unowned] = ACTIONS(2447), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2449), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2449), + [anon_sym_borrowing] = ACTIONS(2449), + [anon_sym_consuming] = ACTIONS(2449), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2449), + [sym__explicit_semi] = ACTIONS(2449), + [sym__dot_custom] = ACTIONS(2449), + [sym__conjunction_operator_custom] = ACTIONS(2449), + [sym__disjunction_operator_custom] = ACTIONS(2449), + [sym__nil_coalescing_operator_custom] = ACTIONS(2449), + [sym__eq_custom] = ACTIONS(2449), + [sym__eq_eq_custom] = ACTIONS(2449), + [sym__plus_then_ws] = ACTIONS(2449), + [sym__minus_then_ws] = ACTIONS(2449), + [sym__bang_custom] = ACTIONS(2449), + [sym_default_keyword] = ACTIONS(2449), + [sym__as_custom] = ACTIONS(2449), + [sym__as_quest_custom] = ACTIONS(2449), + [sym__as_bang_custom] = ACTIONS(2449), + [sym__custom_operator] = ACTIONS(2449), + }, + [STATE(1428)] = { + [anon_sym_BANG] = ACTIONS(2695), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2697), + [anon_sym_package] = ACTIONS(2697), + [anon_sym_COMMA] = ACTIONS(2697), + [anon_sym_LPAREN] = ACTIONS(2697), + [anon_sym_LBRACK] = ACTIONS(2697), + [anon_sym_QMARK] = ACTIONS(2695), + [anon_sym_QMARK2] = ACTIONS(2697), + [anon_sym_AMP] = ACTIONS(2697), + [aux_sym_custom_operator_token1] = ACTIONS(2697), + [anon_sym_LT] = ACTIONS(2695), + [anon_sym_GT] = ACTIONS(2695), + [anon_sym_LBRACE] = ACTIONS(2697), + [anon_sym_CARET_LBRACE] = ACTIONS(2697), + [anon_sym_RBRACE] = ACTIONS(2697), + [anon_sym_case] = ACTIONS(2697), + [anon_sym_fallthrough] = ACTIONS(2697), + [anon_sym_PLUS_EQ] = ACTIONS(2697), + [anon_sym_DASH_EQ] = ACTIONS(2697), + [anon_sym_STAR_EQ] = ACTIONS(2697), + [anon_sym_SLASH_EQ] = ACTIONS(2697), + [anon_sym_PERCENT_EQ] = ACTIONS(2697), + [anon_sym_BANG_EQ] = ACTIONS(2695), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2697), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2697), + [anon_sym_LT_EQ] = ACTIONS(2697), + [anon_sym_GT_EQ] = ACTIONS(2697), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2697), + [anon_sym_DOT_DOT_LT] = ACTIONS(2697), + [anon_sym_is] = ACTIONS(2697), + [anon_sym_PLUS] = ACTIONS(2695), + [anon_sym_DASH] = ACTIONS(2695), + [anon_sym_STAR] = ACTIONS(2695), + [anon_sym_SLASH] = ACTIONS(2695), + [anon_sym_PERCENT] = ACTIONS(2695), + [anon_sym_PLUS_PLUS] = ACTIONS(2697), + [anon_sym_DASH_DASH] = ACTIONS(2697), + [anon_sym_PIPE] = ACTIONS(2697), + [anon_sym_CARET] = ACTIONS(2695), + [anon_sym_LT_LT] = ACTIONS(2697), + [anon_sym_GT_GT] = ACTIONS(2697), + [anon_sym_class] = ACTIONS(2697), + [anon_sym_prefix] = ACTIONS(2697), + [anon_sym_infix] = ACTIONS(2697), + [anon_sym_postfix] = ACTIONS(2697), + [anon_sym_AT] = ACTIONS(2695), + [anon_sym_override] = ACTIONS(2697), + [anon_sym_convenience] = ACTIONS(2697), + [anon_sym_required] = ACTIONS(2697), + [anon_sym_nonisolated] = ACTIONS(2697), + [anon_sym_public] = ACTIONS(2697), + [anon_sym_private] = ACTIONS(2697), + [anon_sym_internal] = ACTIONS(2697), + [anon_sym_fileprivate] = ACTIONS(2697), + [anon_sym_open] = ACTIONS(2697), + [anon_sym_mutating] = ACTIONS(2697), + [anon_sym_nonmutating] = ACTIONS(2697), + [anon_sym_static] = ACTIONS(2697), + [anon_sym_dynamic] = ACTIONS(2697), + [anon_sym_optional] = ACTIONS(2697), + [anon_sym_distributed] = ACTIONS(2697), + [anon_sym_final] = ACTIONS(2697), + [anon_sym_inout] = ACTIONS(2697), + [anon_sym_ATescaping] = ACTIONS(2697), + [anon_sym_ATautoclosure] = ACTIONS(2697), + [anon_sym_weak] = ACTIONS(2697), + [anon_sym_unowned] = ACTIONS(2695), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2697), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2697), + [anon_sym_borrowing] = ACTIONS(2697), + [anon_sym_consuming] = ACTIONS(2697), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2697), + [sym__explicit_semi] = ACTIONS(2697), + [sym__dot_custom] = ACTIONS(2697), + [sym__conjunction_operator_custom] = ACTIONS(2697), + [sym__disjunction_operator_custom] = ACTIONS(2697), + [sym__nil_coalescing_operator_custom] = ACTIONS(2697), + [sym__eq_custom] = ACTIONS(2697), + [sym__eq_eq_custom] = ACTIONS(2697), + [sym__plus_then_ws] = ACTIONS(2697), + [sym__minus_then_ws] = ACTIONS(2697), + [sym__bang_custom] = ACTIONS(2697), + [sym_default_keyword] = ACTIONS(2697), + [sym__as_custom] = ACTIONS(2697), + [sym__as_quest_custom] = ACTIONS(2697), + [sym__as_bang_custom] = ACTIONS(2697), + [sym__custom_operator] = ACTIONS(2697), + }, + [STATE(1429)] = { + [anon_sym_BANG] = ACTIONS(2703), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2705), + [anon_sym_package] = ACTIONS(2705), + [anon_sym_COMMA] = ACTIONS(2705), + [anon_sym_LPAREN] = ACTIONS(2705), + [anon_sym_LBRACK] = ACTIONS(2705), + [anon_sym_QMARK] = ACTIONS(2703), + [anon_sym_QMARK2] = ACTIONS(2705), + [anon_sym_AMP] = ACTIONS(2705), + [aux_sym_custom_operator_token1] = ACTIONS(2705), + [anon_sym_LT] = ACTIONS(2703), + [anon_sym_GT] = ACTIONS(2703), + [anon_sym_LBRACE] = ACTIONS(2705), + [anon_sym_CARET_LBRACE] = ACTIONS(2705), + [anon_sym_RBRACE] = ACTIONS(2705), + [anon_sym_case] = ACTIONS(2705), + [anon_sym_fallthrough] = ACTIONS(2705), + [anon_sym_PLUS_EQ] = ACTIONS(2705), + [anon_sym_DASH_EQ] = ACTIONS(2705), + [anon_sym_STAR_EQ] = ACTIONS(2705), + [anon_sym_SLASH_EQ] = ACTIONS(2705), + [anon_sym_PERCENT_EQ] = ACTIONS(2705), + [anon_sym_BANG_EQ] = ACTIONS(2703), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2705), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2705), + [anon_sym_LT_EQ] = ACTIONS(2705), + [anon_sym_GT_EQ] = ACTIONS(2705), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2705), + [anon_sym_DOT_DOT_LT] = ACTIONS(2705), + [anon_sym_is] = ACTIONS(2705), + [anon_sym_PLUS] = ACTIONS(2703), + [anon_sym_DASH] = ACTIONS(2703), + [anon_sym_STAR] = ACTIONS(2703), + [anon_sym_SLASH] = ACTIONS(2703), + [anon_sym_PERCENT] = ACTIONS(2703), + [anon_sym_PLUS_PLUS] = ACTIONS(2705), + [anon_sym_DASH_DASH] = ACTIONS(2705), + [anon_sym_PIPE] = ACTIONS(2705), + [anon_sym_CARET] = ACTIONS(2703), + [anon_sym_LT_LT] = ACTIONS(2705), + [anon_sym_GT_GT] = ACTIONS(2705), + [anon_sym_class] = ACTIONS(2705), + [anon_sym_prefix] = ACTIONS(2705), + [anon_sym_infix] = ACTIONS(2705), + [anon_sym_postfix] = ACTIONS(2705), + [anon_sym_AT] = ACTIONS(2703), + [anon_sym_override] = ACTIONS(2705), + [anon_sym_convenience] = ACTIONS(2705), + [anon_sym_required] = ACTIONS(2705), + [anon_sym_nonisolated] = ACTIONS(2705), + [anon_sym_public] = ACTIONS(2705), + [anon_sym_private] = ACTIONS(2705), + [anon_sym_internal] = ACTIONS(2705), + [anon_sym_fileprivate] = ACTIONS(2705), + [anon_sym_open] = ACTIONS(2705), + [anon_sym_mutating] = ACTIONS(2705), + [anon_sym_nonmutating] = ACTIONS(2705), + [anon_sym_static] = ACTIONS(2705), + [anon_sym_dynamic] = ACTIONS(2705), + [anon_sym_optional] = ACTIONS(2705), + [anon_sym_distributed] = ACTIONS(2705), + [anon_sym_final] = ACTIONS(2705), + [anon_sym_inout] = ACTIONS(2705), + [anon_sym_ATescaping] = ACTIONS(2705), + [anon_sym_ATautoclosure] = ACTIONS(2705), + [anon_sym_weak] = ACTIONS(2705), + [anon_sym_unowned] = ACTIONS(2703), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2705), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2705), + [anon_sym_borrowing] = ACTIONS(2705), + [anon_sym_consuming] = ACTIONS(2705), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2705), + [sym__explicit_semi] = ACTIONS(2705), + [sym__dot_custom] = ACTIONS(2705), + [sym__conjunction_operator_custom] = ACTIONS(2705), + [sym__disjunction_operator_custom] = ACTIONS(2705), + [sym__nil_coalescing_operator_custom] = ACTIONS(2705), + [sym__eq_custom] = ACTIONS(2705), + [sym__eq_eq_custom] = ACTIONS(2705), + [sym__plus_then_ws] = ACTIONS(2705), + [sym__minus_then_ws] = ACTIONS(2705), + [sym__bang_custom] = ACTIONS(2705), + [sym_default_keyword] = ACTIONS(2705), + [sym__as_custom] = ACTIONS(2705), + [sym__as_quest_custom] = ACTIONS(2705), + [sym__as_bang_custom] = ACTIONS(2705), + [sym__custom_operator] = ACTIONS(2705), + }, + [STATE(1430)] = { + [anon_sym_BANG] = ACTIONS(2707), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2709), + [anon_sym_package] = ACTIONS(2709), + [anon_sym_COMMA] = ACTIONS(2709), + [anon_sym_LPAREN] = ACTIONS(2709), + [anon_sym_LBRACK] = ACTIONS(2709), + [anon_sym_QMARK] = ACTIONS(2707), + [anon_sym_QMARK2] = ACTIONS(2709), + [anon_sym_AMP] = ACTIONS(2709), + [aux_sym_custom_operator_token1] = ACTIONS(2709), + [anon_sym_LT] = ACTIONS(2707), + [anon_sym_GT] = ACTIONS(2707), + [anon_sym_LBRACE] = ACTIONS(2709), + [anon_sym_CARET_LBRACE] = ACTIONS(2709), + [anon_sym_RBRACE] = ACTIONS(2709), + [anon_sym_case] = ACTIONS(2709), + [anon_sym_fallthrough] = ACTIONS(2709), + [anon_sym_PLUS_EQ] = ACTIONS(2709), + [anon_sym_DASH_EQ] = ACTIONS(2709), + [anon_sym_STAR_EQ] = ACTIONS(2709), + [anon_sym_SLASH_EQ] = ACTIONS(2709), + [anon_sym_PERCENT_EQ] = ACTIONS(2709), + [anon_sym_BANG_EQ] = ACTIONS(2707), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2709), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2709), + [anon_sym_LT_EQ] = ACTIONS(2709), + [anon_sym_GT_EQ] = ACTIONS(2709), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2709), + [anon_sym_DOT_DOT_LT] = ACTIONS(2709), + [anon_sym_is] = ACTIONS(2709), + [anon_sym_PLUS] = ACTIONS(2707), + [anon_sym_DASH] = ACTIONS(2707), + [anon_sym_STAR] = ACTIONS(2707), + [anon_sym_SLASH] = ACTIONS(2707), + [anon_sym_PERCENT] = ACTIONS(2707), + [anon_sym_PLUS_PLUS] = ACTIONS(2709), + [anon_sym_DASH_DASH] = ACTIONS(2709), + [anon_sym_PIPE] = ACTIONS(2709), + [anon_sym_CARET] = ACTIONS(2707), + [anon_sym_LT_LT] = ACTIONS(2709), + [anon_sym_GT_GT] = ACTIONS(2709), + [anon_sym_class] = ACTIONS(2709), + [anon_sym_prefix] = ACTIONS(2709), + [anon_sym_infix] = ACTIONS(2709), + [anon_sym_postfix] = ACTIONS(2709), + [anon_sym_AT] = ACTIONS(2707), + [anon_sym_override] = ACTIONS(2709), + [anon_sym_convenience] = ACTIONS(2709), + [anon_sym_required] = ACTIONS(2709), + [anon_sym_nonisolated] = ACTIONS(2709), + [anon_sym_public] = ACTIONS(2709), + [anon_sym_private] = ACTIONS(2709), + [anon_sym_internal] = ACTIONS(2709), + [anon_sym_fileprivate] = ACTIONS(2709), + [anon_sym_open] = ACTIONS(2709), + [anon_sym_mutating] = ACTIONS(2709), + [anon_sym_nonmutating] = ACTIONS(2709), + [anon_sym_static] = ACTIONS(2709), + [anon_sym_dynamic] = ACTIONS(2709), + [anon_sym_optional] = ACTIONS(2709), + [anon_sym_distributed] = ACTIONS(2709), + [anon_sym_final] = ACTIONS(2709), + [anon_sym_inout] = ACTIONS(2709), + [anon_sym_ATescaping] = ACTIONS(2709), + [anon_sym_ATautoclosure] = ACTIONS(2709), + [anon_sym_weak] = ACTIONS(2709), + [anon_sym_unowned] = ACTIONS(2707), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2709), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2709), + [anon_sym_borrowing] = ACTIONS(2709), + [anon_sym_consuming] = ACTIONS(2709), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2709), + [sym__explicit_semi] = ACTIONS(2709), + [sym__dot_custom] = ACTIONS(2709), + [sym__conjunction_operator_custom] = ACTIONS(2709), + [sym__disjunction_operator_custom] = ACTIONS(2709), + [sym__nil_coalescing_operator_custom] = ACTIONS(2709), + [sym__eq_custom] = ACTIONS(2709), + [sym__eq_eq_custom] = ACTIONS(2709), + [sym__plus_then_ws] = ACTIONS(2709), + [sym__minus_then_ws] = ACTIONS(2709), + [sym__bang_custom] = ACTIONS(2709), + [sym_default_keyword] = ACTIONS(2709), + [sym__as_custom] = ACTIONS(2709), + [sym__as_quest_custom] = ACTIONS(2709), + [sym__as_bang_custom] = ACTIONS(2709), + [sym__custom_operator] = ACTIONS(2709), + }, + [STATE(1431)] = { + [anon_sym_BANG] = ACTIONS(2711), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2713), + [anon_sym_package] = ACTIONS(2713), + [anon_sym_COMMA] = ACTIONS(2713), + [anon_sym_LPAREN] = ACTIONS(2713), + [anon_sym_LBRACK] = ACTIONS(2713), + [anon_sym_QMARK] = ACTIONS(2711), + [anon_sym_QMARK2] = ACTIONS(2713), + [anon_sym_AMP] = ACTIONS(2713), + [aux_sym_custom_operator_token1] = ACTIONS(2713), + [anon_sym_LT] = ACTIONS(2711), + [anon_sym_GT] = ACTIONS(2711), + [anon_sym_LBRACE] = ACTIONS(2713), + [anon_sym_CARET_LBRACE] = ACTIONS(2713), + [anon_sym_RBRACE] = ACTIONS(2713), + [anon_sym_case] = ACTIONS(2713), + [anon_sym_fallthrough] = ACTIONS(2713), + [anon_sym_PLUS_EQ] = ACTIONS(2713), + [anon_sym_DASH_EQ] = ACTIONS(2713), + [anon_sym_STAR_EQ] = ACTIONS(2713), + [anon_sym_SLASH_EQ] = ACTIONS(2713), + [anon_sym_PERCENT_EQ] = ACTIONS(2713), + [anon_sym_BANG_EQ] = ACTIONS(2711), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2713), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2713), + [anon_sym_LT_EQ] = ACTIONS(2713), + [anon_sym_GT_EQ] = ACTIONS(2713), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2713), + [anon_sym_DOT_DOT_LT] = ACTIONS(2713), + [anon_sym_is] = ACTIONS(2713), + [anon_sym_PLUS] = ACTIONS(2711), + [anon_sym_DASH] = ACTIONS(2711), + [anon_sym_STAR] = ACTIONS(2711), + [anon_sym_SLASH] = ACTIONS(2711), + [anon_sym_PERCENT] = ACTIONS(2711), + [anon_sym_PLUS_PLUS] = ACTIONS(2713), + [anon_sym_DASH_DASH] = ACTIONS(2713), + [anon_sym_PIPE] = ACTIONS(2713), + [anon_sym_CARET] = ACTIONS(2711), + [anon_sym_LT_LT] = ACTIONS(2713), + [anon_sym_GT_GT] = ACTIONS(2713), + [anon_sym_class] = ACTIONS(2713), + [anon_sym_prefix] = ACTIONS(2713), + [anon_sym_infix] = ACTIONS(2713), + [anon_sym_postfix] = ACTIONS(2713), + [anon_sym_AT] = ACTIONS(2711), + [anon_sym_override] = ACTIONS(2713), + [anon_sym_convenience] = ACTIONS(2713), + [anon_sym_required] = ACTIONS(2713), + [anon_sym_nonisolated] = ACTIONS(2713), + [anon_sym_public] = ACTIONS(2713), + [anon_sym_private] = ACTIONS(2713), + [anon_sym_internal] = ACTIONS(2713), + [anon_sym_fileprivate] = ACTIONS(2713), + [anon_sym_open] = ACTIONS(2713), + [anon_sym_mutating] = ACTIONS(2713), + [anon_sym_nonmutating] = ACTIONS(2713), + [anon_sym_static] = ACTIONS(2713), + [anon_sym_dynamic] = ACTIONS(2713), + [anon_sym_optional] = ACTIONS(2713), + [anon_sym_distributed] = ACTIONS(2713), + [anon_sym_final] = ACTIONS(2713), + [anon_sym_inout] = ACTIONS(2713), + [anon_sym_ATescaping] = ACTIONS(2713), + [anon_sym_ATautoclosure] = ACTIONS(2713), + [anon_sym_weak] = ACTIONS(2713), + [anon_sym_unowned] = ACTIONS(2711), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2713), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2713), + [anon_sym_borrowing] = ACTIONS(2713), + [anon_sym_consuming] = ACTIONS(2713), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2713), + [sym__explicit_semi] = ACTIONS(2713), + [sym__dot_custom] = ACTIONS(2713), + [sym__conjunction_operator_custom] = ACTIONS(2713), + [sym__disjunction_operator_custom] = ACTIONS(2713), + [sym__nil_coalescing_operator_custom] = ACTIONS(2713), + [sym__eq_custom] = ACTIONS(2713), + [sym__eq_eq_custom] = ACTIONS(2713), + [sym__plus_then_ws] = ACTIONS(2713), + [sym__minus_then_ws] = ACTIONS(2713), + [sym__bang_custom] = ACTIONS(2713), + [sym_default_keyword] = ACTIONS(2713), + [sym__as_custom] = ACTIONS(2713), + [sym__as_quest_custom] = ACTIONS(2713), + [sym__as_bang_custom] = ACTIONS(2713), + [sym__custom_operator] = ACTIONS(2713), + }, + [STATE(1432)] = { + [anon_sym_BANG] = ACTIONS(2715), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2717), + [anon_sym_package] = ACTIONS(2717), + [anon_sym_COMMA] = ACTIONS(2717), + [anon_sym_LPAREN] = ACTIONS(2717), + [anon_sym_LBRACK] = ACTIONS(2717), + [anon_sym_QMARK] = ACTIONS(2715), + [anon_sym_QMARK2] = ACTIONS(2717), + [anon_sym_AMP] = ACTIONS(2717), + [aux_sym_custom_operator_token1] = ACTIONS(2717), + [anon_sym_LT] = ACTIONS(2715), + [anon_sym_GT] = ACTIONS(2715), + [anon_sym_LBRACE] = ACTIONS(2717), + [anon_sym_CARET_LBRACE] = ACTIONS(2717), + [anon_sym_RBRACE] = ACTIONS(2717), + [anon_sym_case] = ACTIONS(2717), + [anon_sym_fallthrough] = ACTIONS(2717), + [anon_sym_PLUS_EQ] = ACTIONS(2717), + [anon_sym_DASH_EQ] = ACTIONS(2717), + [anon_sym_STAR_EQ] = ACTIONS(2717), + [anon_sym_SLASH_EQ] = ACTIONS(2717), + [anon_sym_PERCENT_EQ] = ACTIONS(2717), + [anon_sym_BANG_EQ] = ACTIONS(2715), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2717), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2717), + [anon_sym_LT_EQ] = ACTIONS(2717), + [anon_sym_GT_EQ] = ACTIONS(2717), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2717), + [anon_sym_DOT_DOT_LT] = ACTIONS(2717), + [anon_sym_is] = ACTIONS(2717), + [anon_sym_PLUS] = ACTIONS(2715), + [anon_sym_DASH] = ACTIONS(2715), + [anon_sym_STAR] = ACTIONS(2715), + [anon_sym_SLASH] = ACTIONS(2715), + [anon_sym_PERCENT] = ACTIONS(2715), + [anon_sym_PLUS_PLUS] = ACTIONS(2717), + [anon_sym_DASH_DASH] = ACTIONS(2717), + [anon_sym_PIPE] = ACTIONS(2717), + [anon_sym_CARET] = ACTIONS(2715), + [anon_sym_LT_LT] = ACTIONS(2717), + [anon_sym_GT_GT] = ACTIONS(2717), + [anon_sym_class] = ACTIONS(2717), + [anon_sym_prefix] = ACTIONS(2717), + [anon_sym_infix] = ACTIONS(2717), + [anon_sym_postfix] = ACTIONS(2717), + [anon_sym_AT] = ACTIONS(2715), + [anon_sym_override] = ACTIONS(2717), + [anon_sym_convenience] = ACTIONS(2717), + [anon_sym_required] = ACTIONS(2717), + [anon_sym_nonisolated] = ACTIONS(2717), + [anon_sym_public] = ACTIONS(2717), + [anon_sym_private] = ACTIONS(2717), + [anon_sym_internal] = ACTIONS(2717), + [anon_sym_fileprivate] = ACTIONS(2717), + [anon_sym_open] = ACTIONS(2717), + [anon_sym_mutating] = ACTIONS(2717), + [anon_sym_nonmutating] = ACTIONS(2717), + [anon_sym_static] = ACTIONS(2717), + [anon_sym_dynamic] = ACTIONS(2717), + [anon_sym_optional] = ACTIONS(2717), + [anon_sym_distributed] = ACTIONS(2717), + [anon_sym_final] = ACTIONS(2717), + [anon_sym_inout] = ACTIONS(2717), + [anon_sym_ATescaping] = ACTIONS(2717), + [anon_sym_ATautoclosure] = ACTIONS(2717), + [anon_sym_weak] = ACTIONS(2717), + [anon_sym_unowned] = ACTIONS(2715), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2717), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2717), + [anon_sym_borrowing] = ACTIONS(2717), + [anon_sym_consuming] = ACTIONS(2717), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2717), + [sym__explicit_semi] = ACTIONS(2717), + [sym__dot_custom] = ACTIONS(2717), + [sym__conjunction_operator_custom] = ACTIONS(2717), + [sym__disjunction_operator_custom] = ACTIONS(2717), + [sym__nil_coalescing_operator_custom] = ACTIONS(2717), + [sym__eq_custom] = ACTIONS(2717), + [sym__eq_eq_custom] = ACTIONS(2717), + [sym__plus_then_ws] = ACTIONS(2717), + [sym__minus_then_ws] = ACTIONS(2717), + [sym__bang_custom] = ACTIONS(2717), + [sym_default_keyword] = ACTIONS(2717), + [sym__as_custom] = ACTIONS(2717), + [sym__as_quest_custom] = ACTIONS(2717), + [sym__as_bang_custom] = ACTIONS(2717), + [sym__custom_operator] = ACTIONS(2717), + }, + [STATE(1433)] = { + [anon_sym_BANG] = ACTIONS(2719), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2721), + [anon_sym_package] = ACTIONS(2721), + [anon_sym_COMMA] = ACTIONS(2721), + [anon_sym_LPAREN] = ACTIONS(2721), + [anon_sym_LBRACK] = ACTIONS(2721), + [anon_sym_QMARK] = ACTIONS(2719), + [anon_sym_QMARK2] = ACTIONS(2721), + [anon_sym_AMP] = ACTIONS(2721), + [aux_sym_custom_operator_token1] = ACTIONS(2721), + [anon_sym_LT] = ACTIONS(2719), + [anon_sym_GT] = ACTIONS(2719), + [anon_sym_LBRACE] = ACTIONS(2721), + [anon_sym_CARET_LBRACE] = ACTIONS(2721), + [anon_sym_RBRACE] = ACTIONS(2721), + [anon_sym_case] = ACTIONS(2721), + [anon_sym_fallthrough] = ACTIONS(2721), + [anon_sym_PLUS_EQ] = ACTIONS(2721), + [anon_sym_DASH_EQ] = ACTIONS(2721), + [anon_sym_STAR_EQ] = ACTIONS(2721), + [anon_sym_SLASH_EQ] = ACTIONS(2721), + [anon_sym_PERCENT_EQ] = ACTIONS(2721), + [anon_sym_BANG_EQ] = ACTIONS(2719), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2721), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2721), + [anon_sym_LT_EQ] = ACTIONS(2721), + [anon_sym_GT_EQ] = ACTIONS(2721), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2721), + [anon_sym_DOT_DOT_LT] = ACTIONS(2721), + [anon_sym_is] = ACTIONS(2721), + [anon_sym_PLUS] = ACTIONS(2719), + [anon_sym_DASH] = ACTIONS(2719), + [anon_sym_STAR] = ACTIONS(2719), + [anon_sym_SLASH] = ACTIONS(2719), + [anon_sym_PERCENT] = ACTIONS(2719), + [anon_sym_PLUS_PLUS] = ACTIONS(2721), + [anon_sym_DASH_DASH] = ACTIONS(2721), + [anon_sym_PIPE] = ACTIONS(2721), + [anon_sym_CARET] = ACTIONS(2719), + [anon_sym_LT_LT] = ACTIONS(2721), + [anon_sym_GT_GT] = ACTIONS(2721), + [anon_sym_class] = ACTIONS(2721), + [anon_sym_prefix] = ACTIONS(2721), + [anon_sym_infix] = ACTIONS(2721), + [anon_sym_postfix] = ACTIONS(2721), + [anon_sym_AT] = ACTIONS(2719), + [anon_sym_override] = ACTIONS(2721), + [anon_sym_convenience] = ACTIONS(2721), + [anon_sym_required] = ACTIONS(2721), + [anon_sym_nonisolated] = ACTIONS(2721), + [anon_sym_public] = ACTIONS(2721), + [anon_sym_private] = ACTIONS(2721), + [anon_sym_internal] = ACTIONS(2721), + [anon_sym_fileprivate] = ACTIONS(2721), + [anon_sym_open] = ACTIONS(2721), + [anon_sym_mutating] = ACTIONS(2721), + [anon_sym_nonmutating] = ACTIONS(2721), + [anon_sym_static] = ACTIONS(2721), + [anon_sym_dynamic] = ACTIONS(2721), + [anon_sym_optional] = ACTIONS(2721), + [anon_sym_distributed] = ACTIONS(2721), + [anon_sym_final] = ACTIONS(2721), + [anon_sym_inout] = ACTIONS(2721), + [anon_sym_ATescaping] = ACTIONS(2721), + [anon_sym_ATautoclosure] = ACTIONS(2721), + [anon_sym_weak] = ACTIONS(2721), + [anon_sym_unowned] = ACTIONS(2719), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2721), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2721), + [anon_sym_borrowing] = ACTIONS(2721), + [anon_sym_consuming] = ACTIONS(2721), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2721), + [sym__explicit_semi] = ACTIONS(2721), + [sym__dot_custom] = ACTIONS(2721), + [sym__conjunction_operator_custom] = ACTIONS(2721), + [sym__disjunction_operator_custom] = ACTIONS(2721), + [sym__nil_coalescing_operator_custom] = ACTIONS(2721), + [sym__eq_custom] = ACTIONS(2721), + [sym__eq_eq_custom] = ACTIONS(2721), + [sym__plus_then_ws] = ACTIONS(2721), + [sym__minus_then_ws] = ACTIONS(2721), + [sym__bang_custom] = ACTIONS(2721), + [sym_default_keyword] = ACTIONS(2721), + [sym__as_custom] = ACTIONS(2721), + [sym__as_quest_custom] = ACTIONS(2721), + [sym__as_bang_custom] = ACTIONS(2721), + [sym__custom_operator] = ACTIONS(2721), + }, + [STATE(1434)] = { + [anon_sym_BANG] = ACTIONS(2723), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2725), + [anon_sym_package] = ACTIONS(2725), + [anon_sym_COMMA] = ACTIONS(2725), + [anon_sym_LPAREN] = ACTIONS(2725), + [anon_sym_LBRACK] = ACTIONS(2725), + [anon_sym_QMARK] = ACTIONS(2723), + [anon_sym_QMARK2] = ACTIONS(2725), + [anon_sym_AMP] = ACTIONS(2725), + [aux_sym_custom_operator_token1] = ACTIONS(2725), + [anon_sym_LT] = ACTIONS(2723), + [anon_sym_GT] = ACTIONS(2723), + [anon_sym_LBRACE] = ACTIONS(2725), + [anon_sym_CARET_LBRACE] = ACTIONS(2725), + [anon_sym_RBRACE] = ACTIONS(2725), + [anon_sym_case] = ACTIONS(2725), + [anon_sym_fallthrough] = ACTIONS(2725), + [anon_sym_PLUS_EQ] = ACTIONS(2725), + [anon_sym_DASH_EQ] = ACTIONS(2725), + [anon_sym_STAR_EQ] = ACTIONS(2725), + [anon_sym_SLASH_EQ] = ACTIONS(2725), + [anon_sym_PERCENT_EQ] = ACTIONS(2725), + [anon_sym_BANG_EQ] = ACTIONS(2723), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2725), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2725), + [anon_sym_LT_EQ] = ACTIONS(2725), + [anon_sym_GT_EQ] = ACTIONS(2725), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2725), + [anon_sym_DOT_DOT_LT] = ACTIONS(2725), + [anon_sym_is] = ACTIONS(2725), + [anon_sym_PLUS] = ACTIONS(2723), + [anon_sym_DASH] = ACTIONS(2723), + [anon_sym_STAR] = ACTIONS(2723), + [anon_sym_SLASH] = ACTIONS(2723), + [anon_sym_PERCENT] = ACTIONS(2723), + [anon_sym_PLUS_PLUS] = ACTIONS(2725), + [anon_sym_DASH_DASH] = ACTIONS(2725), + [anon_sym_PIPE] = ACTIONS(2725), + [anon_sym_CARET] = ACTIONS(2723), + [anon_sym_LT_LT] = ACTIONS(2725), + [anon_sym_GT_GT] = ACTIONS(2725), + [anon_sym_class] = ACTIONS(2725), + [anon_sym_prefix] = ACTIONS(2725), + [anon_sym_infix] = ACTIONS(2725), + [anon_sym_postfix] = ACTIONS(2725), + [anon_sym_AT] = ACTIONS(2723), + [anon_sym_override] = ACTIONS(2725), + [anon_sym_convenience] = ACTIONS(2725), + [anon_sym_required] = ACTIONS(2725), + [anon_sym_nonisolated] = ACTIONS(2725), + [anon_sym_public] = ACTIONS(2725), + [anon_sym_private] = ACTIONS(2725), + [anon_sym_internal] = ACTIONS(2725), + [anon_sym_fileprivate] = ACTIONS(2725), + [anon_sym_open] = ACTIONS(2725), + [anon_sym_mutating] = ACTIONS(2725), + [anon_sym_nonmutating] = ACTIONS(2725), + [anon_sym_static] = ACTIONS(2725), + [anon_sym_dynamic] = ACTIONS(2725), + [anon_sym_optional] = ACTIONS(2725), + [anon_sym_distributed] = ACTIONS(2725), + [anon_sym_final] = ACTIONS(2725), + [anon_sym_inout] = ACTIONS(2725), + [anon_sym_ATescaping] = ACTIONS(2725), + [anon_sym_ATautoclosure] = ACTIONS(2725), + [anon_sym_weak] = ACTIONS(2725), + [anon_sym_unowned] = ACTIONS(2723), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2725), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2725), + [anon_sym_borrowing] = ACTIONS(2725), + [anon_sym_consuming] = ACTIONS(2725), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2725), + [sym__explicit_semi] = ACTIONS(2725), + [sym__dot_custom] = ACTIONS(2725), + [sym__conjunction_operator_custom] = ACTIONS(2725), + [sym__disjunction_operator_custom] = ACTIONS(2725), + [sym__nil_coalescing_operator_custom] = ACTIONS(2725), + [sym__eq_custom] = ACTIONS(2725), + [sym__eq_eq_custom] = ACTIONS(2725), + [sym__plus_then_ws] = ACTIONS(2725), + [sym__minus_then_ws] = ACTIONS(2725), + [sym__bang_custom] = ACTIONS(2725), + [sym_default_keyword] = ACTIONS(2725), + [sym__as_custom] = ACTIONS(2725), + [sym__as_quest_custom] = ACTIONS(2725), + [sym__as_bang_custom] = ACTIONS(2725), + [sym__custom_operator] = ACTIONS(2725), + }, + [STATE(1435)] = { + [anon_sym_BANG] = ACTIONS(2727), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2729), + [anon_sym_package] = ACTIONS(2729), + [anon_sym_COMMA] = ACTIONS(2729), + [anon_sym_LPAREN] = ACTIONS(2729), + [anon_sym_LBRACK] = ACTIONS(2729), + [anon_sym_QMARK] = ACTIONS(2727), + [anon_sym_QMARK2] = ACTIONS(2729), + [anon_sym_AMP] = ACTIONS(2729), + [aux_sym_custom_operator_token1] = ACTIONS(2729), + [anon_sym_LT] = ACTIONS(2727), + [anon_sym_GT] = ACTIONS(2727), + [anon_sym_LBRACE] = ACTIONS(2729), + [anon_sym_CARET_LBRACE] = ACTIONS(2729), + [anon_sym_RBRACE] = ACTIONS(2729), + [anon_sym_case] = ACTIONS(2729), + [anon_sym_fallthrough] = ACTIONS(2729), + [anon_sym_PLUS_EQ] = ACTIONS(2729), + [anon_sym_DASH_EQ] = ACTIONS(2729), + [anon_sym_STAR_EQ] = ACTIONS(2729), + [anon_sym_SLASH_EQ] = ACTIONS(2729), + [anon_sym_PERCENT_EQ] = ACTIONS(2729), + [anon_sym_BANG_EQ] = ACTIONS(2727), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2729), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2729), + [anon_sym_LT_EQ] = ACTIONS(2729), + [anon_sym_GT_EQ] = ACTIONS(2729), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2729), + [anon_sym_DOT_DOT_LT] = ACTIONS(2729), + [anon_sym_is] = ACTIONS(2729), + [anon_sym_PLUS] = ACTIONS(2727), + [anon_sym_DASH] = ACTIONS(2727), + [anon_sym_STAR] = ACTIONS(2727), + [anon_sym_SLASH] = ACTIONS(2727), + [anon_sym_PERCENT] = ACTIONS(2727), + [anon_sym_PLUS_PLUS] = ACTIONS(2729), + [anon_sym_DASH_DASH] = ACTIONS(2729), + [anon_sym_PIPE] = ACTIONS(2729), + [anon_sym_CARET] = ACTIONS(2727), + [anon_sym_LT_LT] = ACTIONS(2729), + [anon_sym_GT_GT] = ACTIONS(2729), + [anon_sym_class] = ACTIONS(2729), + [anon_sym_prefix] = ACTIONS(2729), + [anon_sym_infix] = ACTIONS(2729), + [anon_sym_postfix] = ACTIONS(2729), + [anon_sym_AT] = ACTIONS(2727), + [anon_sym_override] = ACTIONS(2729), + [anon_sym_convenience] = ACTIONS(2729), + [anon_sym_required] = ACTIONS(2729), + [anon_sym_nonisolated] = ACTIONS(2729), + [anon_sym_public] = ACTIONS(2729), + [anon_sym_private] = ACTIONS(2729), + [anon_sym_internal] = ACTIONS(2729), + [anon_sym_fileprivate] = ACTIONS(2729), + [anon_sym_open] = ACTIONS(2729), + [anon_sym_mutating] = ACTIONS(2729), + [anon_sym_nonmutating] = ACTIONS(2729), + [anon_sym_static] = ACTIONS(2729), + [anon_sym_dynamic] = ACTIONS(2729), + [anon_sym_optional] = ACTIONS(2729), + [anon_sym_distributed] = ACTIONS(2729), + [anon_sym_final] = ACTIONS(2729), + [anon_sym_inout] = ACTIONS(2729), + [anon_sym_ATescaping] = ACTIONS(2729), + [anon_sym_ATautoclosure] = ACTIONS(2729), + [anon_sym_weak] = ACTIONS(2729), + [anon_sym_unowned] = ACTIONS(2727), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2729), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2729), + [anon_sym_borrowing] = ACTIONS(2729), + [anon_sym_consuming] = ACTIONS(2729), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2729), + [sym__explicit_semi] = ACTIONS(2729), + [sym__dot_custom] = ACTIONS(2729), + [sym__conjunction_operator_custom] = ACTIONS(2729), + [sym__disjunction_operator_custom] = ACTIONS(2729), + [sym__nil_coalescing_operator_custom] = ACTIONS(2729), + [sym__eq_custom] = ACTIONS(2729), + [sym__eq_eq_custom] = ACTIONS(2729), + [sym__plus_then_ws] = ACTIONS(2729), + [sym__minus_then_ws] = ACTIONS(2729), + [sym__bang_custom] = ACTIONS(2729), + [sym_default_keyword] = ACTIONS(2729), + [sym__as_custom] = ACTIONS(2729), + [sym__as_quest_custom] = ACTIONS(2729), + [sym__as_bang_custom] = ACTIONS(2729), + [sym__custom_operator] = ACTIONS(2729), + }, + [STATE(1436)] = { + [anon_sym_BANG] = ACTIONS(2423), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2425), + [anon_sym_package] = ACTIONS(2425), + [anon_sym_COMMA] = ACTIONS(2425), + [anon_sym_LPAREN] = ACTIONS(2425), + [anon_sym_LBRACK] = ACTIONS(2425), + [anon_sym_QMARK] = ACTIONS(2423), + [anon_sym_QMARK2] = ACTIONS(2425), + [anon_sym_AMP] = ACTIONS(2425), + [aux_sym_custom_operator_token1] = ACTIONS(2425), + [anon_sym_LT] = ACTIONS(2423), + [anon_sym_GT] = ACTIONS(2423), + [anon_sym_LBRACE] = ACTIONS(2425), + [anon_sym_CARET_LBRACE] = ACTIONS(2425), + [anon_sym_RBRACE] = ACTIONS(2425), + [anon_sym_case] = ACTIONS(2425), + [anon_sym_fallthrough] = ACTIONS(2425), + [anon_sym_PLUS_EQ] = ACTIONS(2425), + [anon_sym_DASH_EQ] = ACTIONS(2425), + [anon_sym_STAR_EQ] = ACTIONS(2425), + [anon_sym_SLASH_EQ] = ACTIONS(2425), + [anon_sym_PERCENT_EQ] = ACTIONS(2425), + [anon_sym_BANG_EQ] = ACTIONS(2423), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2425), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2425), + [anon_sym_LT_EQ] = ACTIONS(2425), + [anon_sym_GT_EQ] = ACTIONS(2425), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2425), + [anon_sym_DOT_DOT_LT] = ACTIONS(2425), + [anon_sym_is] = ACTIONS(2425), + [anon_sym_PLUS] = ACTIONS(2423), + [anon_sym_DASH] = ACTIONS(2423), + [anon_sym_STAR] = ACTIONS(2423), + [anon_sym_SLASH] = ACTIONS(2423), + [anon_sym_PERCENT] = ACTIONS(2423), + [anon_sym_PLUS_PLUS] = ACTIONS(2425), + [anon_sym_DASH_DASH] = ACTIONS(2425), + [anon_sym_PIPE] = ACTIONS(2425), + [anon_sym_CARET] = ACTIONS(2423), + [anon_sym_LT_LT] = ACTIONS(2425), + [anon_sym_GT_GT] = ACTIONS(2425), + [anon_sym_class] = ACTIONS(2425), + [anon_sym_prefix] = ACTIONS(2425), + [anon_sym_infix] = ACTIONS(2425), + [anon_sym_postfix] = ACTIONS(2425), + [anon_sym_AT] = ACTIONS(2423), + [anon_sym_override] = ACTIONS(2425), + [anon_sym_convenience] = ACTIONS(2425), + [anon_sym_required] = ACTIONS(2425), + [anon_sym_nonisolated] = ACTIONS(2425), + [anon_sym_public] = ACTIONS(2425), + [anon_sym_private] = ACTIONS(2425), + [anon_sym_internal] = ACTIONS(2425), + [anon_sym_fileprivate] = ACTIONS(2425), + [anon_sym_open] = ACTIONS(2425), + [anon_sym_mutating] = ACTIONS(2425), + [anon_sym_nonmutating] = ACTIONS(2425), + [anon_sym_static] = ACTIONS(2425), + [anon_sym_dynamic] = ACTIONS(2425), + [anon_sym_optional] = ACTIONS(2425), + [anon_sym_distributed] = ACTIONS(2425), + [anon_sym_final] = ACTIONS(2425), + [anon_sym_inout] = ACTIONS(2425), + [anon_sym_ATescaping] = ACTIONS(2425), + [anon_sym_ATautoclosure] = ACTIONS(2425), + [anon_sym_weak] = ACTIONS(2425), + [anon_sym_unowned] = ACTIONS(2423), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2425), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2425), + [anon_sym_borrowing] = ACTIONS(2425), + [anon_sym_consuming] = ACTIONS(2425), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2425), + [sym__explicit_semi] = ACTIONS(2425), + [sym__dot_custom] = ACTIONS(2425), + [sym__conjunction_operator_custom] = ACTIONS(2425), + [sym__disjunction_operator_custom] = ACTIONS(2425), + [sym__nil_coalescing_operator_custom] = ACTIONS(2425), + [sym__eq_custom] = ACTIONS(2425), + [sym__eq_eq_custom] = ACTIONS(2425), + [sym__plus_then_ws] = ACTIONS(2425), + [sym__minus_then_ws] = ACTIONS(2425), + [sym__bang_custom] = ACTIONS(2425), + [sym_default_keyword] = ACTIONS(2425), + [sym__as_custom] = ACTIONS(2425), + [sym__as_quest_custom] = ACTIONS(2425), + [sym__as_bang_custom] = ACTIONS(2425), + [sym__custom_operator] = ACTIONS(2425), + }, + [STATE(1437)] = { + [anon_sym_BANG] = ACTIONS(2439), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2441), + [anon_sym_package] = ACTIONS(2441), + [anon_sym_COMMA] = ACTIONS(2441), + [anon_sym_LPAREN] = ACTIONS(2441), + [anon_sym_LBRACK] = ACTIONS(2441), + [anon_sym_QMARK] = ACTIONS(2439), + [anon_sym_QMARK2] = ACTIONS(2441), + [anon_sym_AMP] = ACTIONS(2441), + [aux_sym_custom_operator_token1] = ACTIONS(2441), + [anon_sym_LT] = ACTIONS(2439), + [anon_sym_GT] = ACTIONS(2439), + [anon_sym_LBRACE] = ACTIONS(2441), + [anon_sym_CARET_LBRACE] = ACTIONS(2441), + [anon_sym_RBRACE] = ACTIONS(2441), + [anon_sym_case] = ACTIONS(2441), + [anon_sym_fallthrough] = ACTIONS(2441), + [anon_sym_PLUS_EQ] = ACTIONS(2441), + [anon_sym_DASH_EQ] = ACTIONS(2441), + [anon_sym_STAR_EQ] = ACTIONS(2441), + [anon_sym_SLASH_EQ] = ACTIONS(2441), + [anon_sym_PERCENT_EQ] = ACTIONS(2441), + [anon_sym_BANG_EQ] = ACTIONS(2439), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2441), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2441), + [anon_sym_LT_EQ] = ACTIONS(2441), + [anon_sym_GT_EQ] = ACTIONS(2441), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2441), + [anon_sym_DOT_DOT_LT] = ACTIONS(2441), + [anon_sym_is] = ACTIONS(2441), + [anon_sym_PLUS] = ACTIONS(2439), + [anon_sym_DASH] = ACTIONS(2439), + [anon_sym_STAR] = ACTIONS(2439), + [anon_sym_SLASH] = ACTIONS(2439), + [anon_sym_PERCENT] = ACTIONS(2439), + [anon_sym_PLUS_PLUS] = ACTIONS(2441), + [anon_sym_DASH_DASH] = ACTIONS(2441), + [anon_sym_PIPE] = ACTIONS(2441), + [anon_sym_CARET] = ACTIONS(2439), + [anon_sym_LT_LT] = ACTIONS(2441), + [anon_sym_GT_GT] = ACTIONS(2441), + [anon_sym_class] = ACTIONS(2441), + [anon_sym_prefix] = ACTIONS(2441), + [anon_sym_infix] = ACTIONS(2441), + [anon_sym_postfix] = ACTIONS(2441), + [anon_sym_AT] = ACTIONS(2439), + [anon_sym_override] = ACTIONS(2441), + [anon_sym_convenience] = ACTIONS(2441), + [anon_sym_required] = ACTIONS(2441), + [anon_sym_nonisolated] = ACTIONS(2441), + [anon_sym_public] = ACTIONS(2441), + [anon_sym_private] = ACTIONS(2441), + [anon_sym_internal] = ACTIONS(2441), + [anon_sym_fileprivate] = ACTIONS(2441), + [anon_sym_open] = ACTIONS(2441), + [anon_sym_mutating] = ACTIONS(2441), + [anon_sym_nonmutating] = ACTIONS(2441), + [anon_sym_static] = ACTIONS(2441), + [anon_sym_dynamic] = ACTIONS(2441), + [anon_sym_optional] = ACTIONS(2441), + [anon_sym_distributed] = ACTIONS(2441), + [anon_sym_final] = ACTIONS(2441), + [anon_sym_inout] = ACTIONS(2441), + [anon_sym_ATescaping] = ACTIONS(2441), + [anon_sym_ATautoclosure] = ACTIONS(2441), + [anon_sym_weak] = ACTIONS(2441), + [anon_sym_unowned] = ACTIONS(2439), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2441), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2441), + [anon_sym_borrowing] = ACTIONS(2441), + [anon_sym_consuming] = ACTIONS(2441), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2441), + [sym__explicit_semi] = ACTIONS(2441), + [sym__dot_custom] = ACTIONS(2441), + [sym__conjunction_operator_custom] = ACTIONS(2441), + [sym__disjunction_operator_custom] = ACTIONS(2441), + [sym__nil_coalescing_operator_custom] = ACTIONS(2441), + [sym__eq_custom] = ACTIONS(2441), + [sym__eq_eq_custom] = ACTIONS(2441), + [sym__plus_then_ws] = ACTIONS(2441), + [sym__minus_then_ws] = ACTIONS(2441), + [sym__bang_custom] = ACTIONS(2441), + [sym_default_keyword] = ACTIONS(2441), + [sym__as_custom] = ACTIONS(2441), + [sym__as_quest_custom] = ACTIONS(2441), + [sym__as_bang_custom] = ACTIONS(2441), + [sym__custom_operator] = ACTIONS(2441), + }, + [STATE(1438)] = { + [anon_sym_BANG] = ACTIONS(2507), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2509), + [anon_sym_package] = ACTIONS(2509), + [anon_sym_COMMA] = ACTIONS(2509), + [anon_sym_LPAREN] = ACTIONS(2509), + [anon_sym_LBRACK] = ACTIONS(2509), + [anon_sym_QMARK] = ACTIONS(2507), + [anon_sym_QMARK2] = ACTIONS(2509), + [anon_sym_AMP] = ACTIONS(2509), + [aux_sym_custom_operator_token1] = ACTIONS(2509), + [anon_sym_LT] = ACTIONS(2507), + [anon_sym_GT] = ACTIONS(2507), + [anon_sym_LBRACE] = ACTIONS(2509), + [anon_sym_CARET_LBRACE] = ACTIONS(2509), + [anon_sym_RBRACE] = ACTIONS(2509), + [anon_sym_case] = ACTIONS(2509), + [anon_sym_fallthrough] = ACTIONS(2509), + [anon_sym_PLUS_EQ] = ACTIONS(2509), + [anon_sym_DASH_EQ] = ACTIONS(2509), + [anon_sym_STAR_EQ] = ACTIONS(2509), + [anon_sym_SLASH_EQ] = ACTIONS(2509), + [anon_sym_PERCENT_EQ] = ACTIONS(2509), + [anon_sym_BANG_EQ] = ACTIONS(2507), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2509), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2509), + [anon_sym_LT_EQ] = ACTIONS(2509), + [anon_sym_GT_EQ] = ACTIONS(2509), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2509), + [anon_sym_DOT_DOT_LT] = ACTIONS(2509), + [anon_sym_is] = ACTIONS(2509), + [anon_sym_PLUS] = ACTIONS(2507), + [anon_sym_DASH] = ACTIONS(2507), + [anon_sym_STAR] = ACTIONS(2507), + [anon_sym_SLASH] = ACTIONS(2507), + [anon_sym_PERCENT] = ACTIONS(2507), + [anon_sym_PLUS_PLUS] = ACTIONS(2509), + [anon_sym_DASH_DASH] = ACTIONS(2509), + [anon_sym_PIPE] = ACTIONS(2509), + [anon_sym_CARET] = ACTIONS(2507), + [anon_sym_LT_LT] = ACTIONS(2509), + [anon_sym_GT_GT] = ACTIONS(2509), + [anon_sym_class] = ACTIONS(2509), + [anon_sym_prefix] = ACTIONS(2509), + [anon_sym_infix] = ACTIONS(2509), + [anon_sym_postfix] = ACTIONS(2509), + [anon_sym_AT] = ACTIONS(2507), + [anon_sym_override] = ACTIONS(2509), + [anon_sym_convenience] = ACTIONS(2509), + [anon_sym_required] = ACTIONS(2509), + [anon_sym_nonisolated] = ACTIONS(2509), + [anon_sym_public] = ACTIONS(2509), + [anon_sym_private] = ACTIONS(2509), + [anon_sym_internal] = ACTIONS(2509), + [anon_sym_fileprivate] = ACTIONS(2509), + [anon_sym_open] = ACTIONS(2509), + [anon_sym_mutating] = ACTIONS(2509), + [anon_sym_nonmutating] = ACTIONS(2509), + [anon_sym_static] = ACTIONS(2509), + [anon_sym_dynamic] = ACTIONS(2509), + [anon_sym_optional] = ACTIONS(2509), + [anon_sym_distributed] = ACTIONS(2509), + [anon_sym_final] = ACTIONS(2509), + [anon_sym_inout] = ACTIONS(2509), + [anon_sym_ATescaping] = ACTIONS(2509), + [anon_sym_ATautoclosure] = ACTIONS(2509), + [anon_sym_weak] = ACTIONS(2509), + [anon_sym_unowned] = ACTIONS(2507), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2509), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2509), + [anon_sym_borrowing] = ACTIONS(2509), + [anon_sym_consuming] = ACTIONS(2509), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2509), + [sym__explicit_semi] = ACTIONS(2509), + [sym__dot_custom] = ACTIONS(2509), + [sym__conjunction_operator_custom] = ACTIONS(2509), + [sym__disjunction_operator_custom] = ACTIONS(2509), + [sym__nil_coalescing_operator_custom] = ACTIONS(2509), + [sym__eq_custom] = ACTIONS(2509), + [sym__eq_eq_custom] = ACTIONS(2509), + [sym__plus_then_ws] = ACTIONS(2509), + [sym__minus_then_ws] = ACTIONS(2509), + [sym__bang_custom] = ACTIONS(2509), + [sym_default_keyword] = ACTIONS(2509), + [sym__as_custom] = ACTIONS(2509), + [sym__as_quest_custom] = ACTIONS(2509), + [sym__as_bang_custom] = ACTIONS(2509), + [sym__custom_operator] = ACTIONS(2509), + }, + [STATE(1439)] = { + [anon_sym_BANG] = ACTIONS(1901), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(1899), + [anon_sym_package] = ACTIONS(1899), + [anon_sym_COMMA] = ACTIONS(1899), + [anon_sym_LPAREN] = ACTIONS(1899), + [anon_sym_LBRACK] = ACTIONS(1899), + [anon_sym_QMARK] = ACTIONS(1901), + [anon_sym_QMARK2] = ACTIONS(1899), + [anon_sym_AMP] = ACTIONS(1899), + [aux_sym_custom_operator_token1] = ACTIONS(1899), + [anon_sym_LT] = ACTIONS(1901), + [anon_sym_GT] = ACTIONS(1901), + [anon_sym_LBRACE] = ACTIONS(1899), + [anon_sym_CARET_LBRACE] = ACTIONS(1899), + [anon_sym_RBRACE] = ACTIONS(1899), + [anon_sym_case] = ACTIONS(1899), + [anon_sym_fallthrough] = ACTIONS(1899), + [anon_sym_PLUS_EQ] = ACTIONS(1899), + [anon_sym_DASH_EQ] = ACTIONS(1899), + [anon_sym_STAR_EQ] = ACTIONS(1899), + [anon_sym_SLASH_EQ] = ACTIONS(1899), + [anon_sym_PERCENT_EQ] = ACTIONS(1899), + [anon_sym_BANG_EQ] = ACTIONS(1901), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1899), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1899), + [anon_sym_LT_EQ] = ACTIONS(1899), + [anon_sym_GT_EQ] = ACTIONS(1899), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1899), + [anon_sym_DOT_DOT_LT] = ACTIONS(1899), + [anon_sym_is] = ACTIONS(1899), + [anon_sym_PLUS] = ACTIONS(1901), + [anon_sym_DASH] = ACTIONS(1901), + [anon_sym_STAR] = ACTIONS(1901), + [anon_sym_SLASH] = ACTIONS(1901), + [anon_sym_PERCENT] = ACTIONS(1901), + [anon_sym_PLUS_PLUS] = ACTIONS(1899), + [anon_sym_DASH_DASH] = ACTIONS(1899), + [anon_sym_PIPE] = ACTIONS(1899), + [anon_sym_CARET] = ACTIONS(1901), + [anon_sym_LT_LT] = ACTIONS(1899), + [anon_sym_GT_GT] = ACTIONS(1899), + [anon_sym_class] = ACTIONS(1899), + [anon_sym_prefix] = ACTIONS(1899), + [anon_sym_infix] = ACTIONS(1899), + [anon_sym_postfix] = ACTIONS(1899), + [anon_sym_AT] = ACTIONS(1901), + [anon_sym_override] = ACTIONS(1899), + [anon_sym_convenience] = ACTIONS(1899), + [anon_sym_required] = ACTIONS(1899), + [anon_sym_nonisolated] = ACTIONS(1899), + [anon_sym_public] = ACTIONS(1899), + [anon_sym_private] = ACTIONS(1899), + [anon_sym_internal] = ACTIONS(1899), + [anon_sym_fileprivate] = ACTIONS(1899), + [anon_sym_open] = ACTIONS(1899), + [anon_sym_mutating] = ACTIONS(1899), + [anon_sym_nonmutating] = ACTIONS(1899), + [anon_sym_static] = ACTIONS(1899), + [anon_sym_dynamic] = ACTIONS(1899), + [anon_sym_optional] = ACTIONS(1899), + [anon_sym_distributed] = ACTIONS(1899), + [anon_sym_final] = ACTIONS(1899), + [anon_sym_inout] = ACTIONS(1899), + [anon_sym_ATescaping] = ACTIONS(1899), + [anon_sym_ATautoclosure] = ACTIONS(1899), + [anon_sym_weak] = ACTIONS(1899), + [anon_sym_unowned] = ACTIONS(1901), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(1899), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(1899), + [anon_sym_borrowing] = ACTIONS(1899), + [anon_sym_consuming] = ACTIONS(1899), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(1899), + [sym__explicit_semi] = ACTIONS(1899), + [sym__dot_custom] = ACTIONS(1899), + [sym__conjunction_operator_custom] = ACTIONS(1899), + [sym__disjunction_operator_custom] = ACTIONS(1899), + [sym__nil_coalescing_operator_custom] = ACTIONS(1899), + [sym__eq_custom] = ACTIONS(1899), + [sym__eq_eq_custom] = ACTIONS(1899), + [sym__plus_then_ws] = ACTIONS(1899), + [sym__minus_then_ws] = ACTIONS(1899), + [sym__bang_custom] = ACTIONS(1899), + [sym_default_keyword] = ACTIONS(1899), + [sym__as_custom] = ACTIONS(1899), + [sym__as_quest_custom] = ACTIONS(1899), + [sym__as_bang_custom] = ACTIONS(1899), + [sym__custom_operator] = ACTIONS(1899), + }, + [STATE(1440)] = { + [anon_sym_BANG] = ACTIONS(2463), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2466), + [anon_sym_package] = ACTIONS(2466), + [anon_sym_COMMA] = ACTIONS(2466), + [anon_sym_LPAREN] = ACTIONS(2466), + [anon_sym_LBRACK] = ACTIONS(2466), + [anon_sym_QMARK] = ACTIONS(2463), + [anon_sym_QMARK2] = ACTIONS(2466), + [anon_sym_AMP] = ACTIONS(2466), + [aux_sym_custom_operator_token1] = ACTIONS(2466), + [anon_sym_LT] = ACTIONS(2463), + [anon_sym_GT] = ACTIONS(2463), + [anon_sym_LBRACE] = ACTIONS(2466), + [anon_sym_CARET_LBRACE] = ACTIONS(2466), + [anon_sym_RBRACE] = ACTIONS(2466), + [anon_sym_case] = ACTIONS(2466), + [anon_sym_fallthrough] = ACTIONS(2466), + [anon_sym_PLUS_EQ] = ACTIONS(2466), + [anon_sym_DASH_EQ] = ACTIONS(2466), + [anon_sym_STAR_EQ] = ACTIONS(2466), + [anon_sym_SLASH_EQ] = ACTIONS(2466), + [anon_sym_PERCENT_EQ] = ACTIONS(2466), + [anon_sym_BANG_EQ] = ACTIONS(2463), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2466), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2466), + [anon_sym_LT_EQ] = ACTIONS(2466), + [anon_sym_GT_EQ] = ACTIONS(2466), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2466), + [anon_sym_DOT_DOT_LT] = ACTIONS(2466), + [anon_sym_is] = ACTIONS(2466), + [anon_sym_PLUS] = ACTIONS(2463), + [anon_sym_DASH] = ACTIONS(2463), + [anon_sym_STAR] = ACTIONS(2463), + [anon_sym_SLASH] = ACTIONS(2463), + [anon_sym_PERCENT] = ACTIONS(2463), + [anon_sym_PLUS_PLUS] = ACTIONS(2466), + [anon_sym_DASH_DASH] = ACTIONS(2466), + [anon_sym_PIPE] = ACTIONS(2466), + [anon_sym_CARET] = ACTIONS(2463), + [anon_sym_LT_LT] = ACTIONS(2466), + [anon_sym_GT_GT] = ACTIONS(2466), + [anon_sym_class] = ACTIONS(2466), + [anon_sym_prefix] = ACTIONS(2466), + [anon_sym_infix] = ACTIONS(2466), + [anon_sym_postfix] = ACTIONS(2466), + [anon_sym_AT] = ACTIONS(2463), + [anon_sym_override] = ACTIONS(2466), + [anon_sym_convenience] = ACTIONS(2466), + [anon_sym_required] = ACTIONS(2466), + [anon_sym_nonisolated] = ACTIONS(2466), + [anon_sym_public] = ACTIONS(2466), + [anon_sym_private] = ACTIONS(2466), + [anon_sym_internal] = ACTIONS(2466), + [anon_sym_fileprivate] = ACTIONS(2466), + [anon_sym_open] = ACTIONS(2466), + [anon_sym_mutating] = ACTIONS(2466), + [anon_sym_nonmutating] = ACTIONS(2466), + [anon_sym_static] = ACTIONS(2466), + [anon_sym_dynamic] = ACTIONS(2466), + [anon_sym_optional] = ACTIONS(2466), + [anon_sym_distributed] = ACTIONS(2466), + [anon_sym_final] = ACTIONS(2466), + [anon_sym_inout] = ACTIONS(2466), + [anon_sym_ATescaping] = ACTIONS(2466), + [anon_sym_ATautoclosure] = ACTIONS(2466), + [anon_sym_weak] = ACTIONS(2466), + [anon_sym_unowned] = ACTIONS(2463), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2466), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2466), + [anon_sym_borrowing] = ACTIONS(2466), + [anon_sym_consuming] = ACTIONS(2466), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2466), + [sym__explicit_semi] = ACTIONS(2466), + [sym__dot_custom] = ACTIONS(2466), + [sym__conjunction_operator_custom] = ACTIONS(2466), + [sym__disjunction_operator_custom] = ACTIONS(2466), + [sym__nil_coalescing_operator_custom] = ACTIONS(2466), + [sym__eq_custom] = ACTIONS(2466), + [sym__eq_eq_custom] = ACTIONS(2466), + [sym__plus_then_ws] = ACTIONS(2466), + [sym__minus_then_ws] = ACTIONS(2466), + [sym__bang_custom] = ACTIONS(2466), + [sym_default_keyword] = ACTIONS(2466), + [sym__as_custom] = ACTIONS(2466), + [sym__as_quest_custom] = ACTIONS(2466), + [sym__as_bang_custom] = ACTIONS(2466), + [sym__custom_operator] = ACTIONS(2466), + }, + [STATE(1441)] = { + [anon_sym_BANG] = ACTIONS(2451), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2454), + [anon_sym_package] = ACTIONS(2454), + [anon_sym_COMMA] = ACTIONS(2454), + [anon_sym_LPAREN] = ACTIONS(2454), + [anon_sym_LBRACK] = ACTIONS(2454), + [anon_sym_QMARK] = ACTIONS(2451), + [anon_sym_QMARK2] = ACTIONS(2454), + [anon_sym_AMP] = ACTIONS(2454), + [aux_sym_custom_operator_token1] = ACTIONS(2454), + [anon_sym_LT] = ACTIONS(2451), + [anon_sym_GT] = ACTIONS(2451), + [anon_sym_LBRACE] = ACTIONS(2454), + [anon_sym_CARET_LBRACE] = ACTIONS(2454), + [anon_sym_RBRACE] = ACTIONS(2454), + [anon_sym_case] = ACTIONS(2454), + [anon_sym_fallthrough] = ACTIONS(2454), + [anon_sym_PLUS_EQ] = ACTIONS(2454), + [anon_sym_DASH_EQ] = ACTIONS(2454), + [anon_sym_STAR_EQ] = ACTIONS(2454), + [anon_sym_SLASH_EQ] = ACTIONS(2454), + [anon_sym_PERCENT_EQ] = ACTIONS(2454), + [anon_sym_BANG_EQ] = ACTIONS(2451), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2454), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2454), + [anon_sym_LT_EQ] = ACTIONS(2454), + [anon_sym_GT_EQ] = ACTIONS(2454), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2454), + [anon_sym_DOT_DOT_LT] = ACTIONS(2454), + [anon_sym_is] = ACTIONS(2454), + [anon_sym_PLUS] = ACTIONS(2451), + [anon_sym_DASH] = ACTIONS(2451), + [anon_sym_STAR] = ACTIONS(2451), + [anon_sym_SLASH] = ACTIONS(2451), + [anon_sym_PERCENT] = ACTIONS(2451), + [anon_sym_PLUS_PLUS] = ACTIONS(2454), + [anon_sym_DASH_DASH] = ACTIONS(2454), + [anon_sym_PIPE] = ACTIONS(2454), + [anon_sym_CARET] = ACTIONS(2451), + [anon_sym_LT_LT] = ACTIONS(2454), + [anon_sym_GT_GT] = ACTIONS(2454), + [anon_sym_class] = ACTIONS(2454), + [anon_sym_prefix] = ACTIONS(2454), + [anon_sym_infix] = ACTIONS(2454), + [anon_sym_postfix] = ACTIONS(2454), + [anon_sym_AT] = ACTIONS(2451), + [anon_sym_override] = ACTIONS(2454), + [anon_sym_convenience] = ACTIONS(2454), + [anon_sym_required] = ACTIONS(2454), + [anon_sym_nonisolated] = ACTIONS(2454), + [anon_sym_public] = ACTIONS(2454), + [anon_sym_private] = ACTIONS(2454), + [anon_sym_internal] = ACTIONS(2454), + [anon_sym_fileprivate] = ACTIONS(2454), + [anon_sym_open] = ACTIONS(2454), + [anon_sym_mutating] = ACTIONS(2454), + [anon_sym_nonmutating] = ACTIONS(2454), + [anon_sym_static] = ACTIONS(2454), + [anon_sym_dynamic] = ACTIONS(2454), + [anon_sym_optional] = ACTIONS(2454), + [anon_sym_distributed] = ACTIONS(2454), + [anon_sym_final] = ACTIONS(2454), + [anon_sym_inout] = ACTIONS(2454), + [anon_sym_ATescaping] = ACTIONS(2454), + [anon_sym_ATautoclosure] = ACTIONS(2454), + [anon_sym_weak] = ACTIONS(2454), + [anon_sym_unowned] = ACTIONS(2451), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2454), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2454), + [anon_sym_borrowing] = ACTIONS(2454), + [anon_sym_consuming] = ACTIONS(2454), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2454), + [sym__explicit_semi] = ACTIONS(2454), + [sym__dot_custom] = ACTIONS(2454), + [sym__conjunction_operator_custom] = ACTIONS(2454), + [sym__disjunction_operator_custom] = ACTIONS(2454), + [sym__nil_coalescing_operator_custom] = ACTIONS(2454), + [sym__eq_custom] = ACTIONS(2454), + [sym__eq_eq_custom] = ACTIONS(2454), + [sym__plus_then_ws] = ACTIONS(2454), + [sym__minus_then_ws] = ACTIONS(2454), + [sym__bang_custom] = ACTIONS(2454), + [sym_default_keyword] = ACTIONS(2454), + [sym__as_custom] = ACTIONS(2454), + [sym__as_quest_custom] = ACTIONS(2454), + [sym__as_bang_custom] = ACTIONS(2454), + [sym__custom_operator] = ACTIONS(2454), + }, + [STATE(1442)] = { + [anon_sym_BANG] = ACTIONS(2443), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2445), + [anon_sym_package] = ACTIONS(2445), + [anon_sym_COMMA] = ACTIONS(2445), + [anon_sym_LPAREN] = ACTIONS(2445), + [anon_sym_LBRACK] = ACTIONS(2445), + [anon_sym_QMARK] = ACTIONS(2443), + [anon_sym_QMARK2] = ACTIONS(2445), + [anon_sym_AMP] = ACTIONS(2445), + [aux_sym_custom_operator_token1] = ACTIONS(2445), + [anon_sym_LT] = ACTIONS(2443), + [anon_sym_GT] = ACTIONS(2443), + [anon_sym_LBRACE] = ACTIONS(2445), + [anon_sym_CARET_LBRACE] = ACTIONS(2445), + [anon_sym_RBRACE] = ACTIONS(2445), + [anon_sym_case] = ACTIONS(2445), + [anon_sym_fallthrough] = ACTIONS(2445), + [anon_sym_PLUS_EQ] = ACTIONS(2445), + [anon_sym_DASH_EQ] = ACTIONS(2445), + [anon_sym_STAR_EQ] = ACTIONS(2445), + [anon_sym_SLASH_EQ] = ACTIONS(2445), + [anon_sym_PERCENT_EQ] = ACTIONS(2445), + [anon_sym_BANG_EQ] = ACTIONS(2443), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2445), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2445), + [anon_sym_LT_EQ] = ACTIONS(2445), + [anon_sym_GT_EQ] = ACTIONS(2445), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2445), + [anon_sym_DOT_DOT_LT] = ACTIONS(2445), + [anon_sym_is] = ACTIONS(2445), + [anon_sym_PLUS] = ACTIONS(2443), + [anon_sym_DASH] = ACTIONS(2443), + [anon_sym_STAR] = ACTIONS(2443), + [anon_sym_SLASH] = ACTIONS(2443), + [anon_sym_PERCENT] = ACTIONS(2443), + [anon_sym_PLUS_PLUS] = ACTIONS(2445), + [anon_sym_DASH_DASH] = ACTIONS(2445), + [anon_sym_PIPE] = ACTIONS(2445), + [anon_sym_CARET] = ACTIONS(2443), + [anon_sym_LT_LT] = ACTIONS(2445), + [anon_sym_GT_GT] = ACTIONS(2445), + [anon_sym_class] = ACTIONS(2445), + [anon_sym_prefix] = ACTIONS(2445), + [anon_sym_infix] = ACTIONS(2445), + [anon_sym_postfix] = ACTIONS(2445), + [anon_sym_AT] = ACTIONS(2443), + [anon_sym_override] = ACTIONS(2445), + [anon_sym_convenience] = ACTIONS(2445), + [anon_sym_required] = ACTIONS(2445), + [anon_sym_nonisolated] = ACTIONS(2445), + [anon_sym_public] = ACTIONS(2445), + [anon_sym_private] = ACTIONS(2445), + [anon_sym_internal] = ACTIONS(2445), + [anon_sym_fileprivate] = ACTIONS(2445), + [anon_sym_open] = ACTIONS(2445), + [anon_sym_mutating] = ACTIONS(2445), + [anon_sym_nonmutating] = ACTIONS(2445), + [anon_sym_static] = ACTIONS(2445), + [anon_sym_dynamic] = ACTIONS(2445), + [anon_sym_optional] = ACTIONS(2445), + [anon_sym_distributed] = ACTIONS(2445), + [anon_sym_final] = ACTIONS(2445), + [anon_sym_inout] = ACTIONS(2445), + [anon_sym_ATescaping] = ACTIONS(2445), + [anon_sym_ATautoclosure] = ACTIONS(2445), + [anon_sym_weak] = ACTIONS(2445), + [anon_sym_unowned] = ACTIONS(2443), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2445), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2445), + [anon_sym_borrowing] = ACTIONS(2445), + [anon_sym_consuming] = ACTIONS(2445), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2445), + [sym__explicit_semi] = ACTIONS(2445), + [sym__dot_custom] = ACTIONS(2445), + [sym__conjunction_operator_custom] = ACTIONS(2445), + [sym__disjunction_operator_custom] = ACTIONS(2445), + [sym__nil_coalescing_operator_custom] = ACTIONS(2445), + [sym__eq_custom] = ACTIONS(2445), + [sym__eq_eq_custom] = ACTIONS(2445), + [sym__plus_then_ws] = ACTIONS(2445), + [sym__minus_then_ws] = ACTIONS(2445), + [sym__bang_custom] = ACTIONS(2445), + [sym_default_keyword] = ACTIONS(2445), + [sym__as_custom] = ACTIONS(2445), + [sym__as_quest_custom] = ACTIONS(2445), + [sym__as_bang_custom] = ACTIONS(2445), + [sym__custom_operator] = ACTIONS(2445), + }, + [STATE(1443)] = { + [anon_sym_BANG] = ACTIONS(1777), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(1772), + [anon_sym_package] = ACTIONS(1772), + [anon_sym_COMMA] = ACTIONS(1772), + [anon_sym_LPAREN] = ACTIONS(1772), + [anon_sym_LBRACK] = ACTIONS(1772), + [anon_sym_QMARK] = ACTIONS(1777), + [anon_sym_QMARK2] = ACTIONS(1772), + [anon_sym_AMP] = ACTIONS(1772), + [aux_sym_custom_operator_token1] = ACTIONS(1772), + [anon_sym_LT] = ACTIONS(1777), + [anon_sym_GT] = ACTIONS(1777), + [anon_sym_LBRACE] = ACTIONS(1772), + [anon_sym_CARET_LBRACE] = ACTIONS(1772), + [anon_sym_RBRACE] = ACTIONS(1772), + [anon_sym_case] = ACTIONS(1772), + [anon_sym_fallthrough] = ACTIONS(1772), + [anon_sym_PLUS_EQ] = ACTIONS(1772), + [anon_sym_DASH_EQ] = ACTIONS(1772), + [anon_sym_STAR_EQ] = ACTIONS(1772), + [anon_sym_SLASH_EQ] = ACTIONS(1772), + [anon_sym_PERCENT_EQ] = ACTIONS(1772), + [anon_sym_BANG_EQ] = ACTIONS(1777), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1772), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1772), + [anon_sym_LT_EQ] = ACTIONS(1772), + [anon_sym_GT_EQ] = ACTIONS(1772), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1772), + [anon_sym_DOT_DOT_LT] = ACTIONS(1772), + [anon_sym_is] = ACTIONS(1772), + [anon_sym_PLUS] = ACTIONS(1777), + [anon_sym_DASH] = ACTIONS(1777), + [anon_sym_STAR] = ACTIONS(1777), + [anon_sym_SLASH] = ACTIONS(1777), + [anon_sym_PERCENT] = ACTIONS(1777), + [anon_sym_PLUS_PLUS] = ACTIONS(1772), + [anon_sym_DASH_DASH] = ACTIONS(1772), + [anon_sym_PIPE] = ACTIONS(1772), + [anon_sym_CARET] = ACTIONS(1777), + [anon_sym_LT_LT] = ACTIONS(1772), + [anon_sym_GT_GT] = ACTIONS(1772), + [anon_sym_class] = ACTIONS(1772), + [anon_sym_prefix] = ACTIONS(1772), + [anon_sym_infix] = ACTIONS(1772), + [anon_sym_postfix] = ACTIONS(1772), + [anon_sym_AT] = ACTIONS(1777), + [anon_sym_override] = ACTIONS(1772), + [anon_sym_convenience] = ACTIONS(1772), + [anon_sym_required] = ACTIONS(1772), + [anon_sym_nonisolated] = ACTIONS(1772), + [anon_sym_public] = ACTIONS(1772), + [anon_sym_private] = ACTIONS(1772), + [anon_sym_internal] = ACTIONS(1772), + [anon_sym_fileprivate] = ACTIONS(1772), + [anon_sym_open] = ACTIONS(1772), + [anon_sym_mutating] = ACTIONS(1772), + [anon_sym_nonmutating] = ACTIONS(1772), + [anon_sym_static] = ACTIONS(1772), + [anon_sym_dynamic] = ACTIONS(1772), + [anon_sym_optional] = ACTIONS(1772), + [anon_sym_distributed] = ACTIONS(1772), + [anon_sym_final] = ACTIONS(1772), + [anon_sym_inout] = ACTIONS(1772), + [anon_sym_ATescaping] = ACTIONS(1772), + [anon_sym_ATautoclosure] = ACTIONS(1772), + [anon_sym_weak] = ACTIONS(1772), + [anon_sym_unowned] = ACTIONS(1777), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(1772), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(1772), + [anon_sym_borrowing] = ACTIONS(1772), + [anon_sym_consuming] = ACTIONS(1772), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(1772), + [sym__explicit_semi] = ACTIONS(1772), + [sym__dot_custom] = ACTIONS(1772), + [sym__conjunction_operator_custom] = ACTIONS(1772), + [sym__disjunction_operator_custom] = ACTIONS(1772), + [sym__nil_coalescing_operator_custom] = ACTIONS(1772), + [sym__eq_custom] = ACTIONS(1772), + [sym__eq_eq_custom] = ACTIONS(1772), + [sym__plus_then_ws] = ACTIONS(1772), + [sym__minus_then_ws] = ACTIONS(1772), + [sym__bang_custom] = ACTIONS(1772), + [sym_default_keyword] = ACTIONS(1772), + [sym__as_custom] = ACTIONS(1772), + [sym__as_quest_custom] = ACTIONS(1772), + [sym__as_bang_custom] = ACTIONS(1772), + [sym__custom_operator] = ACTIONS(1772), + }, + [STATE(1444)] = { + [anon_sym_BANG] = ACTIONS(2755), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2757), + [anon_sym_package] = ACTIONS(2757), + [anon_sym_COMMA] = ACTIONS(2757), + [anon_sym_LPAREN] = ACTIONS(2757), + [anon_sym_LBRACK] = ACTIONS(2757), + [anon_sym_QMARK] = ACTIONS(2755), + [anon_sym_QMARK2] = ACTIONS(2757), + [anon_sym_AMP] = ACTIONS(2757), + [aux_sym_custom_operator_token1] = ACTIONS(2757), + [anon_sym_LT] = ACTIONS(2755), + [anon_sym_GT] = ACTIONS(2755), + [anon_sym_LBRACE] = ACTIONS(2757), + [anon_sym_CARET_LBRACE] = ACTIONS(2757), + [anon_sym_RBRACE] = ACTIONS(2757), + [anon_sym_case] = ACTIONS(2757), + [anon_sym_fallthrough] = ACTIONS(2757), + [anon_sym_PLUS_EQ] = ACTIONS(2757), + [anon_sym_DASH_EQ] = ACTIONS(2757), + [anon_sym_STAR_EQ] = ACTIONS(2757), + [anon_sym_SLASH_EQ] = ACTIONS(2757), + [anon_sym_PERCENT_EQ] = ACTIONS(2757), + [anon_sym_BANG_EQ] = ACTIONS(2755), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2757), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2757), + [anon_sym_LT_EQ] = ACTIONS(2757), + [anon_sym_GT_EQ] = ACTIONS(2757), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2757), + [anon_sym_DOT_DOT_LT] = ACTIONS(2757), + [anon_sym_is] = ACTIONS(2757), + [anon_sym_PLUS] = ACTIONS(2755), + [anon_sym_DASH] = ACTIONS(2755), + [anon_sym_STAR] = ACTIONS(2755), + [anon_sym_SLASH] = ACTIONS(2755), + [anon_sym_PERCENT] = ACTIONS(2755), + [anon_sym_PLUS_PLUS] = ACTIONS(2757), + [anon_sym_DASH_DASH] = ACTIONS(2757), + [anon_sym_PIPE] = ACTIONS(2757), + [anon_sym_CARET] = ACTIONS(2755), + [anon_sym_LT_LT] = ACTIONS(2757), + [anon_sym_GT_GT] = ACTIONS(2757), + [anon_sym_class] = ACTIONS(2757), + [anon_sym_prefix] = ACTIONS(2757), + [anon_sym_infix] = ACTIONS(2757), + [anon_sym_postfix] = ACTIONS(2757), + [anon_sym_AT] = ACTIONS(2755), + [anon_sym_override] = ACTIONS(2757), + [anon_sym_convenience] = ACTIONS(2757), + [anon_sym_required] = ACTIONS(2757), + [anon_sym_nonisolated] = ACTIONS(2757), + [anon_sym_public] = ACTIONS(2757), + [anon_sym_private] = ACTIONS(2757), + [anon_sym_internal] = ACTIONS(2757), + [anon_sym_fileprivate] = ACTIONS(2757), + [anon_sym_open] = ACTIONS(2757), + [anon_sym_mutating] = ACTIONS(2757), + [anon_sym_nonmutating] = ACTIONS(2757), + [anon_sym_static] = ACTIONS(2757), + [anon_sym_dynamic] = ACTIONS(2757), + [anon_sym_optional] = ACTIONS(2757), + [anon_sym_distributed] = ACTIONS(2757), + [anon_sym_final] = ACTIONS(2757), + [anon_sym_inout] = ACTIONS(2757), + [anon_sym_ATescaping] = ACTIONS(2757), + [anon_sym_ATautoclosure] = ACTIONS(2757), + [anon_sym_weak] = ACTIONS(2757), + [anon_sym_unowned] = ACTIONS(2755), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2757), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2757), + [anon_sym_borrowing] = ACTIONS(2757), + [anon_sym_consuming] = ACTIONS(2757), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2757), + [sym__explicit_semi] = ACTIONS(2757), + [sym__dot_custom] = ACTIONS(2757), + [sym__conjunction_operator_custom] = ACTIONS(2757), + [sym__disjunction_operator_custom] = ACTIONS(2757), + [sym__nil_coalescing_operator_custom] = ACTIONS(2757), + [sym__eq_custom] = ACTIONS(2757), + [sym__eq_eq_custom] = ACTIONS(2757), + [sym__plus_then_ws] = ACTIONS(2757), + [sym__minus_then_ws] = ACTIONS(2757), + [sym__bang_custom] = ACTIONS(2757), + [sym_default_keyword] = ACTIONS(2757), + [sym__as_custom] = ACTIONS(2757), + [sym__as_quest_custom] = ACTIONS(2757), + [sym__as_bang_custom] = ACTIONS(2757), + [sym__custom_operator] = ACTIONS(2757), + }, + [STATE(1445)] = { + [anon_sym_BANG] = ACTIONS(2747), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(2749), + [anon_sym_package] = ACTIONS(2749), + [anon_sym_COMMA] = ACTIONS(2749), + [anon_sym_LPAREN] = ACTIONS(2749), + [anon_sym_LBRACK] = ACTIONS(2749), + [anon_sym_QMARK] = ACTIONS(2747), + [anon_sym_QMARK2] = ACTIONS(2749), + [anon_sym_AMP] = ACTIONS(2749), + [aux_sym_custom_operator_token1] = ACTIONS(2749), + [anon_sym_LT] = ACTIONS(2747), + [anon_sym_GT] = ACTIONS(2747), + [anon_sym_LBRACE] = ACTIONS(2749), + [anon_sym_CARET_LBRACE] = ACTIONS(2749), + [anon_sym_RBRACE] = ACTIONS(2749), + [anon_sym_case] = ACTIONS(2749), + [anon_sym_fallthrough] = ACTIONS(2749), + [anon_sym_PLUS_EQ] = ACTIONS(2749), + [anon_sym_DASH_EQ] = ACTIONS(2749), + [anon_sym_STAR_EQ] = ACTIONS(2749), + [anon_sym_SLASH_EQ] = ACTIONS(2749), + [anon_sym_PERCENT_EQ] = ACTIONS(2749), + [anon_sym_BANG_EQ] = ACTIONS(2747), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2749), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2749), + [anon_sym_LT_EQ] = ACTIONS(2749), + [anon_sym_GT_EQ] = ACTIONS(2749), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2749), + [anon_sym_DOT_DOT_LT] = ACTIONS(2749), + [anon_sym_is] = ACTIONS(2749), + [anon_sym_PLUS] = ACTIONS(2747), + [anon_sym_DASH] = ACTIONS(2747), + [anon_sym_STAR] = ACTIONS(2747), + [anon_sym_SLASH] = ACTIONS(2747), + [anon_sym_PERCENT] = ACTIONS(2747), + [anon_sym_PLUS_PLUS] = ACTIONS(2749), + [anon_sym_DASH_DASH] = ACTIONS(2749), + [anon_sym_PIPE] = ACTIONS(2749), + [anon_sym_CARET] = ACTIONS(2747), + [anon_sym_LT_LT] = ACTIONS(2749), + [anon_sym_GT_GT] = ACTIONS(2749), + [anon_sym_class] = ACTIONS(2749), + [anon_sym_prefix] = ACTIONS(2749), + [anon_sym_infix] = ACTIONS(2749), + [anon_sym_postfix] = ACTIONS(2749), + [anon_sym_AT] = ACTIONS(2747), + [anon_sym_override] = ACTIONS(2749), + [anon_sym_convenience] = ACTIONS(2749), + [anon_sym_required] = ACTIONS(2749), + [anon_sym_nonisolated] = ACTIONS(2749), + [anon_sym_public] = ACTIONS(2749), + [anon_sym_private] = ACTIONS(2749), + [anon_sym_internal] = ACTIONS(2749), + [anon_sym_fileprivate] = ACTIONS(2749), + [anon_sym_open] = ACTIONS(2749), + [anon_sym_mutating] = ACTIONS(2749), + [anon_sym_nonmutating] = ACTIONS(2749), + [anon_sym_static] = ACTIONS(2749), + [anon_sym_dynamic] = ACTIONS(2749), + [anon_sym_optional] = ACTIONS(2749), + [anon_sym_distributed] = ACTIONS(2749), + [anon_sym_final] = ACTIONS(2749), + [anon_sym_inout] = ACTIONS(2749), + [anon_sym_ATescaping] = ACTIONS(2749), + [anon_sym_ATautoclosure] = ACTIONS(2749), + [anon_sym_weak] = ACTIONS(2749), + [anon_sym_unowned] = ACTIONS(2747), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2749), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2749), + [anon_sym_borrowing] = ACTIONS(2749), + [anon_sym_consuming] = ACTIONS(2749), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2749), + [sym__explicit_semi] = ACTIONS(2749), + [sym__dot_custom] = ACTIONS(2749), + [sym__conjunction_operator_custom] = ACTIONS(2749), + [sym__disjunction_operator_custom] = ACTIONS(2749), + [sym__nil_coalescing_operator_custom] = ACTIONS(2749), + [sym__eq_custom] = ACTIONS(2749), + [sym__eq_eq_custom] = ACTIONS(2749), + [sym__plus_then_ws] = ACTIONS(2749), + [sym__minus_then_ws] = ACTIONS(2749), + [sym__bang_custom] = ACTIONS(2749), + [sym_default_keyword] = ACTIONS(2749), + [sym__as_custom] = ACTIONS(2749), + [sym__as_quest_custom] = ACTIONS(2749), + [sym__as_bang_custom] = ACTIONS(2749), + [sym__custom_operator] = ACTIONS(2749), + }, + [STATE(1446)] = { + [anon_sym_BANG] = ACTIONS(2405), + [sym_comment] = ACTIONS(3), + [anon_sym_lazy] = ACTIONS(3429), + [anon_sym_package] = ACTIONS(3429), + [anon_sym_LPAREN] = ACTIONS(2407), + [anon_sym_LBRACK] = ACTIONS(2407), + [anon_sym_QMARK] = ACTIONS(2405), + [anon_sym_QMARK2] = ACTIONS(2407), + [anon_sym_AMP] = ACTIONS(2407), + [aux_sym_custom_operator_token1] = ACTIONS(2407), + [anon_sym_LT] = ACTIONS(2405), + [anon_sym_GT] = ACTIONS(2405), + [anon_sym_LBRACE] = ACTIONS(2407), + [anon_sym_CARET_LBRACE] = ACTIONS(2407), + [anon_sym_RBRACE] = ACTIONS(3429), + [anon_sym_case] = ACTIONS(3429), + [anon_sym_fallthrough] = ACTIONS(3429), + [anon_sym_PLUS_EQ] = ACTIONS(2407), + [anon_sym_DASH_EQ] = ACTIONS(2407), + [anon_sym_STAR_EQ] = ACTIONS(2407), + [anon_sym_SLASH_EQ] = ACTIONS(2407), + [anon_sym_PERCENT_EQ] = ACTIONS(2407), + [anon_sym_BANG_EQ] = ACTIONS(2405), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2407), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2407), + [anon_sym_LT_EQ] = ACTIONS(2407), + [anon_sym_GT_EQ] = ACTIONS(2407), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2407), + [anon_sym_DOT_DOT_LT] = ACTIONS(2407), + [anon_sym_is] = ACTIONS(2407), + [anon_sym_PLUS] = ACTIONS(2405), + [anon_sym_DASH] = ACTIONS(2405), + [anon_sym_STAR] = ACTIONS(2405), + [anon_sym_SLASH] = ACTIONS(2405), + [anon_sym_PERCENT] = ACTIONS(2405), + [anon_sym_PLUS_PLUS] = ACTIONS(2407), + [anon_sym_DASH_DASH] = ACTIONS(2407), + [anon_sym_PIPE] = ACTIONS(2407), + [anon_sym_CARET] = ACTIONS(2405), + [anon_sym_LT_LT] = ACTIONS(2407), + [anon_sym_GT_GT] = ACTIONS(2407), + [anon_sym_class] = ACTIONS(3429), + [anon_sym_prefix] = ACTIONS(3429), + [anon_sym_infix] = ACTIONS(3429), + [anon_sym_postfix] = ACTIONS(3429), + [anon_sym_AT] = ACTIONS(3431), + [anon_sym_override] = ACTIONS(3429), + [anon_sym_convenience] = ACTIONS(3429), + [anon_sym_required] = ACTIONS(3429), + [anon_sym_nonisolated] = ACTIONS(3429), + [anon_sym_public] = ACTIONS(3429), + [anon_sym_private] = ACTIONS(3429), + [anon_sym_internal] = ACTIONS(3429), + [anon_sym_fileprivate] = ACTIONS(3429), + [anon_sym_open] = ACTIONS(3429), + [anon_sym_mutating] = ACTIONS(3429), + [anon_sym_nonmutating] = ACTIONS(3429), + [anon_sym_static] = ACTIONS(3429), + [anon_sym_dynamic] = ACTIONS(3429), + [anon_sym_optional] = ACTIONS(3429), + [anon_sym_distributed] = ACTIONS(3429), + [anon_sym_final] = ACTIONS(3429), + [anon_sym_inout] = ACTIONS(3429), + [anon_sym_ATescaping] = ACTIONS(3429), + [anon_sym_ATautoclosure] = ACTIONS(3429), + [anon_sym_weak] = ACTIONS(3429), + [anon_sym_unowned] = ACTIONS(3431), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(3429), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(3429), + [anon_sym_borrowing] = ACTIONS(3429), + [anon_sym_consuming] = ACTIONS(3429), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(3429), + [sym__explicit_semi] = ACTIONS(3429), + [sym__dot_custom] = ACTIONS(2407), + [sym__conjunction_operator_custom] = ACTIONS(2407), + [sym__disjunction_operator_custom] = ACTIONS(2407), + [sym__nil_coalescing_operator_custom] = ACTIONS(2407), + [sym__eq_custom] = ACTIONS(2407), + [sym__eq_eq_custom] = ACTIONS(2407), + [sym__plus_then_ws] = ACTIONS(2407), + [sym__minus_then_ws] = ACTIONS(2407), + [sym__bang_custom] = ACTIONS(2407), + [sym_default_keyword] = ACTIONS(3429), + [sym__as_custom] = ACTIONS(2407), + [sym__as_quest_custom] = ACTIONS(2407), + [sym__as_bang_custom] = ACTIONS(2407), + [sym__custom_operator] = ACTIONS(2407), + }, + [STATE(1447)] = { + [sym_simple_identifier] = STATE(2409), + [sym__contextual_simple_identifier] = STATE(2450), + [sym_unannotated_type] = STATE(2305), + [sym_user_type] = STATE(2466), + [sym__simple_user_type] = STATE(2348), + [sym_tuple_type] = STATE(2104), + [sym_function_type] = STATE(3484), + [sym_array_type] = STATE(2466), + [sym_dictionary_type] = STATE(2466), + [sym_optional_type] = STATE(3484), + [sym_metatype] = STATE(3484), + [sym_opaque_type] = STATE(3484), + [sym_existential_type] = STATE(3484), + [sym_type_parameter_pack] = STATE(3484), + [sym_type_pack_expansion] = STATE(3484), + [sym_protocol_composition_type] = STATE(3484), + [sym_suppressed_constraint] = STATE(3484), + [sym__parenthesized_type] = STATE(3017), + [sym__parameter_ownership_modifier] = STATE(2450), + [sym_comment] = ACTIONS(5), + [aux_sym_simple_identifier_token1] = ACTIONS(3433), + [aux_sym_simple_identifier_token2] = ACTIONS(3435), + [aux_sym_simple_identifier_token3] = ACTIONS(3435), + [aux_sym_simple_identifier_token4] = ACTIONS(3435), + [anon_sym_actor] = ACTIONS(3433), + [anon_sym_async] = ACTIONS(3433), + [anon_sym_each] = ACTIONS(3437), + [anon_sym_lazy] = ACTIONS(3439), + [anon_sym_repeat] = ACTIONS(3442), + [anon_sym_package] = ACTIONS(3439), + [anon_sym_COMMA] = ACTIONS(619), + [anon_sym_COLON] = ACTIONS(619), + [anon_sym_LPAREN] = ACTIONS(3444), + [anon_sym_LBRACK] = ACTIONS(3446), + [anon_sym_DOT] = ACTIONS(619), + [anon_sym_QMARK] = ACTIONS(625), + [anon_sym_QMARK2] = ACTIONS(619), + [anon_sym_some] = ACTIONS(3448), + [anon_sym_any] = ACTIONS(3450), + [anon_sym_AMP] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(3452), + [anon_sym_LT] = ACTIONS(619), + [anon_sym_LBRACE] = ACTIONS(619), + [anon_sym_RBRACE] = ACTIONS(619), + [anon_sym_case] = ACTIONS(625), + [anon_sym_fallthrough] = ACTIONS(625), + [anon_sym_class] = ACTIONS(625), + [anon_sym_prefix] = ACTIONS(625), + [anon_sym_infix] = ACTIONS(625), + [anon_sym_postfix] = ACTIONS(625), + [anon_sym_AT] = ACTIONS(625), + [anon_sym_override] = ACTIONS(625), + [anon_sym_convenience] = ACTIONS(625), + [anon_sym_required] = ACTIONS(625), + [anon_sym_nonisolated] = ACTIONS(625), + [anon_sym_public] = ACTIONS(625), + [anon_sym_private] = ACTIONS(625), + [anon_sym_internal] = ACTIONS(625), + [anon_sym_fileprivate] = ACTIONS(625), + [anon_sym_open] = ACTIONS(625), + [anon_sym_mutating] = ACTIONS(625), + [anon_sym_nonmutating] = ACTIONS(625), + [anon_sym_static] = ACTIONS(625), + [anon_sym_dynamic] = ACTIONS(625), + [anon_sym_optional] = ACTIONS(625), + [anon_sym_distributed] = ACTIONS(625), + [anon_sym_final] = ACTIONS(625), + [anon_sym_inout] = ACTIONS(625), + [anon_sym_ATescaping] = ACTIONS(619), + [anon_sym_ATautoclosure] = ACTIONS(619), + [anon_sym_weak] = ACTIONS(625), + [anon_sym_unowned] = ACTIONS(625), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(619), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(619), + [anon_sym_borrowing] = ACTIONS(3439), + [anon_sym_consuming] = ACTIONS(3439), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(619), + [sym__explicit_semi] = ACTIONS(619), + [sym__arrow_operator_custom] = ACTIONS(619), + [sym__dot_custom] = ACTIONS(619), + [sym__eq_custom] = ACTIONS(619), + [sym__throws_keyword] = ACTIONS(619), + [sym__rethrows_keyword] = ACTIONS(619), + [sym_default_keyword] = ACTIONS(619), + [sym_where_keyword] = ACTIONS(619), + [sym__as_custom] = ACTIONS(619), + [sym__async_keyword_custom] = ACTIONS(619), + }, + [STATE(1448)] = { + [sym_simple_identifier] = STATE(2409), + [sym__contextual_simple_identifier] = STATE(2450), + [sym_unannotated_type] = STATE(2251), + [sym_user_type] = STATE(2466), + [sym__simple_user_type] = STATE(2348), + [sym_tuple_type] = STATE(2104), + [sym_function_type] = STATE(3484), + [sym_array_type] = STATE(2466), + [sym_dictionary_type] = STATE(2466), + [sym_optional_type] = STATE(3484), + [sym_metatype] = STATE(3484), + [sym_opaque_type] = STATE(3484), + [sym_existential_type] = STATE(3484), + [sym_type_parameter_pack] = STATE(3484), + [sym_type_pack_expansion] = STATE(3484), + [sym_protocol_composition_type] = STATE(3484), + [sym_suppressed_constraint] = STATE(3484), + [sym__parenthesized_type] = STATE(3017), + [sym__parameter_ownership_modifier] = STATE(2450), + [sym_comment] = ACTIONS(5), + [aux_sym_simple_identifier_token1] = ACTIONS(3433), + [aux_sym_simple_identifier_token2] = ACTIONS(3435), + [aux_sym_simple_identifier_token3] = ACTIONS(3435), + [aux_sym_simple_identifier_token4] = ACTIONS(3435), + [anon_sym_actor] = ACTIONS(3433), + [anon_sym_async] = ACTIONS(3433), + [anon_sym_each] = ACTIONS(3437), + [anon_sym_lazy] = ACTIONS(3439), + [anon_sym_repeat] = ACTIONS(3442), + [anon_sym_package] = ACTIONS(3439), + [anon_sym_COMMA] = ACTIONS(619), + [anon_sym_COLON] = ACTIONS(619), + [anon_sym_LPAREN] = ACTIONS(3444), + [anon_sym_LBRACK] = ACTIONS(3446), + [anon_sym_DOT] = ACTIONS(619), + [anon_sym_QMARK] = ACTIONS(625), + [anon_sym_QMARK2] = ACTIONS(619), + [anon_sym_some] = ACTIONS(3448), + [anon_sym_any] = ACTIONS(3450), + [anon_sym_AMP] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(3452), + [anon_sym_LT] = ACTIONS(619), + [anon_sym_LBRACE] = ACTIONS(619), + [anon_sym_RBRACE] = ACTIONS(619), + [anon_sym_case] = ACTIONS(625), + [anon_sym_fallthrough] = ACTIONS(625), + [anon_sym_class] = ACTIONS(625), + [anon_sym_prefix] = ACTIONS(625), + [anon_sym_infix] = ACTIONS(625), + [anon_sym_postfix] = ACTIONS(625), + [anon_sym_AT] = ACTIONS(625), + [anon_sym_override] = ACTIONS(625), + [anon_sym_convenience] = ACTIONS(625), + [anon_sym_required] = ACTIONS(625), + [anon_sym_nonisolated] = ACTIONS(625), + [anon_sym_public] = ACTIONS(625), + [anon_sym_private] = ACTIONS(625), + [anon_sym_internal] = ACTIONS(625), + [anon_sym_fileprivate] = ACTIONS(625), + [anon_sym_open] = ACTIONS(625), + [anon_sym_mutating] = ACTIONS(625), + [anon_sym_nonmutating] = ACTIONS(625), + [anon_sym_static] = ACTIONS(625), + [anon_sym_dynamic] = ACTIONS(625), + [anon_sym_optional] = ACTIONS(625), + [anon_sym_distributed] = ACTIONS(625), + [anon_sym_final] = ACTIONS(625), + [anon_sym_inout] = ACTIONS(625), + [anon_sym_ATescaping] = ACTIONS(619), + [anon_sym_ATautoclosure] = ACTIONS(619), + [anon_sym_weak] = ACTIONS(625), + [anon_sym_unowned] = ACTIONS(625), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(619), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(619), + [anon_sym_borrowing] = ACTIONS(3439), + [anon_sym_consuming] = ACTIONS(3439), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(619), + [sym__explicit_semi] = ACTIONS(619), + [sym__arrow_operator_custom] = ACTIONS(619), + [sym__dot_custom] = ACTIONS(619), + [sym__eq_custom] = ACTIONS(619), + [sym__throws_keyword] = ACTIONS(619), + [sym__rethrows_keyword] = ACTIONS(619), + [sym_default_keyword] = ACTIONS(619), + [sym_where_keyword] = ACTIONS(619), + [sym__as_custom] = ACTIONS(619), + [sym__async_keyword_custom] = ACTIONS(619), + }, + [STATE(1449)] = { + [anon_sym_BANG] = ACTIONS(625), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(625), + [aux_sym_simple_identifier_token2] = ACTIONS(619), + [aux_sym_simple_identifier_token3] = ACTIONS(619), + [aux_sym_simple_identifier_token4] = ACTIONS(619), + [anon_sym_actor] = ACTIONS(2308), + [anon_sym_async] = ACTIONS(2308), + [anon_sym_each] = ACTIONS(625), + [anon_sym_lazy] = ACTIONS(2308), + [anon_sym_repeat] = ACTIONS(625), + [anon_sym_package] = ACTIONS(625), + [anon_sym_COMMA] = ACTIONS(619), + [anon_sym_COLON] = ACTIONS(619), + [anon_sym_LPAREN] = ACTIONS(619), + [anon_sym_LBRACK] = ACTIONS(619), + [anon_sym_QMARK] = ACTIONS(625), + [anon_sym_QMARK2] = ACTIONS(619), + [anon_sym_AMP] = ACTIONS(619), + [aux_sym_custom_operator_token1] = ACTIONS(619), + [anon_sym_LT] = ACTIONS(625), + [anon_sym_GT] = ACTIONS(625), + [anon_sym_LBRACE] = ACTIONS(619), + [anon_sym_CARET_LBRACE] = ACTIONS(619), + [anon_sym_RBRACE] = ACTIONS(619), + [anon_sym_in] = ACTIONS(625), + [anon_sym_PLUS_EQ] = ACTIONS(619), + [anon_sym_DASH_EQ] = ACTIONS(619), + [anon_sym_STAR_EQ] = ACTIONS(619), + [anon_sym_SLASH_EQ] = ACTIONS(619), + [anon_sym_PERCENT_EQ] = ACTIONS(619), + [anon_sym_BANG_EQ] = ACTIONS(625), + [anon_sym_BANG_EQ_EQ] = ACTIONS(619), + [anon_sym_EQ_EQ_EQ] = ACTIONS(619), + [anon_sym_LT_EQ] = ACTIONS(619), + [anon_sym_GT_EQ] = ACTIONS(619), + [anon_sym_DOT_DOT_DOT] = ACTIONS(619), + [anon_sym_DOT_DOT_LT] = ACTIONS(619), + [anon_sym_is] = ACTIONS(625), + [anon_sym_PLUS] = ACTIONS(625), + [anon_sym_DASH] = ACTIONS(625), + [anon_sym_STAR] = ACTIONS(625), + [anon_sym_SLASH] = ACTIONS(625), + [anon_sym_PERCENT] = ACTIONS(625), + [anon_sym_PLUS_PLUS] = ACTIONS(619), + [anon_sym_DASH_DASH] = ACTIONS(619), + [anon_sym_PIPE] = ACTIONS(619), + [anon_sym_CARET] = ACTIONS(625), + [anon_sym_LT_LT] = ACTIONS(619), + [anon_sym_GT_GT] = ACTIONS(619), + [anon_sym_typealias] = ACTIONS(2311), + [anon_sym_struct] = ACTIONS(2311), + [anon_sym_class] = ACTIONS(2311), + [anon_sym_enum] = ACTIONS(2311), + [anon_sym_let] = ACTIONS(2311), + [anon_sym_var] = ACTIONS(2311), + [anon_sym_func] = ACTIONS(2311), + [anon_sym_extension] = ACTIONS(2311), + [anon_sym_indirect] = ACTIONS(2311), + [anon_sym_AT] = ACTIONS(2313), + [anon_sym_final] = ACTIONS(2311), + [anon_sym_weak] = ACTIONS(2311), + [anon_sym_unowned] = ACTIONS(2311), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2313), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2313), + [anon_sym_borrowing] = ACTIONS(625), + [anon_sym_consuming] = ACTIONS(625), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(619), + [sym__explicit_semi] = ACTIONS(619), + [sym__arrow_operator_custom] = ACTIONS(619), + [sym__dot_custom] = ACTIONS(619), + [sym__conjunction_operator_custom] = ACTIONS(619), + [sym__disjunction_operator_custom] = ACTIONS(619), + [sym__nil_coalescing_operator_custom] = ACTIONS(619), + [sym__eq_custom] = ACTIONS(619), + [sym__eq_eq_custom] = ACTIONS(619), + [sym__plus_then_ws] = ACTIONS(619), + [sym__minus_then_ws] = ACTIONS(619), + [sym__bang_custom] = ACTIONS(619), + [sym__throws_keyword] = ACTIONS(619), + [sym__rethrows_keyword] = ACTIONS(619), + [sym__as_custom] = ACTIONS(619), + [sym__as_quest_custom] = ACTIONS(619), + [sym__as_bang_custom] = ACTIONS(619), + [sym__async_keyword_custom] = ACTIONS(619), + [sym__custom_operator] = ACTIONS(619), + }, + [STATE(1450)] = { + [sym_simple_identifier] = STATE(2813), + [sym__contextual_simple_identifier] = STATE(2903), + [sym_unannotated_type] = STATE(2488), + [sym_user_type] = STATE(2909), + [sym__simple_user_type] = STATE(2808), + [sym_tuple_type] = STATE(2259), + [sym_function_type] = STATE(3833), + [sym_array_type] = STATE(2909), + [sym_dictionary_type] = STATE(2909), + [sym_optional_type] = STATE(3833), + [sym_metatype] = STATE(3833), + [sym_opaque_type] = STATE(3833), + [sym_existential_type] = STATE(3833), + [sym_type_parameter_pack] = STATE(3833), + [sym_type_pack_expansion] = STATE(3833), + [sym_protocol_composition_type] = STATE(3833), + [sym_suppressed_constraint] = STATE(3833), + [sym__parenthesized_type] = STATE(3699), + [sym__parameter_ownership_modifier] = STATE(2903), + [sym_comment] = ACTIONS(5), + [aux_sym_simple_identifier_token1] = ACTIONS(3454), + [aux_sym_simple_identifier_token2] = ACTIONS(3456), + [aux_sym_simple_identifier_token3] = ACTIONS(3456), + [aux_sym_simple_identifier_token4] = ACTIONS(3456), + [anon_sym_actor] = ACTIONS(3454), + [anon_sym_async] = ACTIONS(3454), + [anon_sym_each] = ACTIONS(3458), + [anon_sym_lazy] = ACTIONS(3460), + [anon_sym_repeat] = ACTIONS(3463), + [anon_sym_package] = ACTIONS(3460), + [anon_sym_COMMA] = ACTIONS(619), + [anon_sym_BANG2] = ACTIONS(619), + [anon_sym_LPAREN] = ACTIONS(3465), + [anon_sym_LBRACK] = ACTIONS(3467), + [anon_sym_DOT] = ACTIONS(619), + [anon_sym_QMARK2] = ACTIONS(619), + [anon_sym_some] = ACTIONS(3469), + [anon_sym_any] = ACTIONS(3471), + [anon_sym_AMP] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(3473), + [anon_sym_LT] = ACTIONS(619), + [anon_sym_LBRACE] = ACTIONS(619), + [anon_sym_RBRACE] = ACTIONS(619), + [anon_sym_case] = ACTIONS(625), + [anon_sym_fallthrough] = ACTIONS(625), + [anon_sym_class] = ACTIONS(625), + [anon_sym_prefix] = ACTIONS(625), + [anon_sym_infix] = ACTIONS(625), + [anon_sym_postfix] = ACTIONS(625), + [anon_sym_AT] = ACTIONS(625), + [anon_sym_override] = ACTIONS(625), + [anon_sym_convenience] = ACTIONS(625), + [anon_sym_required] = ACTIONS(625), + [anon_sym_nonisolated] = ACTIONS(625), + [anon_sym_public] = ACTIONS(625), + [anon_sym_private] = ACTIONS(625), + [anon_sym_internal] = ACTIONS(625), + [anon_sym_fileprivate] = ACTIONS(625), + [anon_sym_open] = ACTIONS(625), + [anon_sym_mutating] = ACTIONS(625), + [anon_sym_nonmutating] = ACTIONS(625), + [anon_sym_static] = ACTIONS(625), + [anon_sym_dynamic] = ACTIONS(625), + [anon_sym_optional] = ACTIONS(625), + [anon_sym_distributed] = ACTIONS(625), + [anon_sym_final] = ACTIONS(625), + [anon_sym_inout] = ACTIONS(625), + [anon_sym_ATescaping] = ACTIONS(619), + [anon_sym_ATautoclosure] = ACTIONS(619), + [anon_sym_weak] = ACTIONS(625), + [anon_sym_unowned] = ACTIONS(625), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(619), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(619), + [anon_sym_borrowing] = ACTIONS(3460), + [anon_sym_consuming] = ACTIONS(3460), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(619), + [sym__explicit_semi] = ACTIONS(619), + [sym__arrow_operator_custom] = ACTIONS(619), + [sym__dot_custom] = ACTIONS(619), + [sym__eq_custom] = ACTIONS(619), + [sym__throws_keyword] = ACTIONS(619), + [sym__rethrows_keyword] = ACTIONS(619), + [sym_default_keyword] = ACTIONS(619), + [sym_where_keyword] = ACTIONS(619), + [sym__async_keyword_custom] = ACTIONS(619), + }, + [STATE(1451)] = { + [sym_simple_identifier] = STATE(2813), + [sym__contextual_simple_identifier] = STATE(2903), + [sym_unannotated_type] = STATE(2551), + [sym_user_type] = STATE(2909), + [sym__simple_user_type] = STATE(2808), + [sym_tuple_type] = STATE(2259), + [sym_function_type] = STATE(3833), + [sym_array_type] = STATE(2909), + [sym_dictionary_type] = STATE(2909), + [sym_optional_type] = STATE(3833), + [sym_metatype] = STATE(3833), + [sym_opaque_type] = STATE(3833), + [sym_existential_type] = STATE(3833), + [sym_type_parameter_pack] = STATE(3833), + [sym_type_pack_expansion] = STATE(3833), + [sym_protocol_composition_type] = STATE(3833), + [sym_suppressed_constraint] = STATE(3833), + [sym__parenthesized_type] = STATE(3699), + [sym__parameter_ownership_modifier] = STATE(2903), + [sym_comment] = ACTIONS(5), + [aux_sym_simple_identifier_token1] = ACTIONS(3454), + [aux_sym_simple_identifier_token2] = ACTIONS(3456), + [aux_sym_simple_identifier_token3] = ACTIONS(3456), + [aux_sym_simple_identifier_token4] = ACTIONS(3456), + [anon_sym_actor] = ACTIONS(3454), + [anon_sym_async] = ACTIONS(3454), + [anon_sym_each] = ACTIONS(3458), + [anon_sym_lazy] = ACTIONS(3460), + [anon_sym_repeat] = ACTIONS(3463), + [anon_sym_package] = ACTIONS(3460), + [anon_sym_COMMA] = ACTIONS(619), + [anon_sym_BANG2] = ACTIONS(619), + [anon_sym_LPAREN] = ACTIONS(3465), + [anon_sym_LBRACK] = ACTIONS(3467), + [anon_sym_DOT] = ACTIONS(619), + [anon_sym_QMARK2] = ACTIONS(619), + [anon_sym_some] = ACTIONS(3469), + [anon_sym_any] = ACTIONS(3471), + [anon_sym_AMP] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(3473), + [anon_sym_LT] = ACTIONS(619), + [anon_sym_LBRACE] = ACTIONS(619), + [anon_sym_RBRACE] = ACTIONS(619), + [anon_sym_case] = ACTIONS(625), + [anon_sym_fallthrough] = ACTIONS(625), + [anon_sym_class] = ACTIONS(625), + [anon_sym_prefix] = ACTIONS(625), + [anon_sym_infix] = ACTIONS(625), + [anon_sym_postfix] = ACTIONS(625), + [anon_sym_AT] = ACTIONS(625), + [anon_sym_override] = ACTIONS(625), + [anon_sym_convenience] = ACTIONS(625), + [anon_sym_required] = ACTIONS(625), + [anon_sym_nonisolated] = ACTIONS(625), + [anon_sym_public] = ACTIONS(625), + [anon_sym_private] = ACTIONS(625), + [anon_sym_internal] = ACTIONS(625), + [anon_sym_fileprivate] = ACTIONS(625), + [anon_sym_open] = ACTIONS(625), + [anon_sym_mutating] = ACTIONS(625), + [anon_sym_nonmutating] = ACTIONS(625), + [anon_sym_static] = ACTIONS(625), + [anon_sym_dynamic] = ACTIONS(625), + [anon_sym_optional] = ACTIONS(625), + [anon_sym_distributed] = ACTIONS(625), + [anon_sym_final] = ACTIONS(625), + [anon_sym_inout] = ACTIONS(625), + [anon_sym_ATescaping] = ACTIONS(619), + [anon_sym_ATautoclosure] = ACTIONS(619), + [anon_sym_weak] = ACTIONS(625), + [anon_sym_unowned] = ACTIONS(625), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(619), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(619), + [anon_sym_borrowing] = ACTIONS(3460), + [anon_sym_consuming] = ACTIONS(3460), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(619), + [sym__explicit_semi] = ACTIONS(619), + [sym__arrow_operator_custom] = ACTIONS(619), + [sym__dot_custom] = ACTIONS(619), + [sym__eq_custom] = ACTIONS(619), + [sym__throws_keyword] = ACTIONS(619), + [sym__rethrows_keyword] = ACTIONS(619), + [sym_default_keyword] = ACTIONS(619), + [sym_where_keyword] = ACTIONS(619), + [sym__async_keyword_custom] = ACTIONS(619), + }, + [STATE(1452)] = { + [sym_simple_identifier] = STATE(2894), + [sym__contextual_simple_identifier] = STATE(3234), + [sym_unannotated_type] = STATE(2776), + [sym_user_type] = STATE(3121), + [sym__simple_user_type] = STATE(3087), + [sym_tuple_type] = STATE(2406), + [sym_function_type] = STATE(3843), + [sym_array_type] = STATE(3121), + [sym_dictionary_type] = STATE(3121), + [sym_optional_type] = STATE(3843), + [sym_metatype] = STATE(3843), + [sym_opaque_type] = STATE(3843), + [sym_existential_type] = STATE(3843), + [sym_type_parameter_pack] = STATE(3843), + [sym_type_pack_expansion] = STATE(3843), + [sym_protocol_composition_type] = STATE(3843), + [sym_suppressed_constraint] = STATE(3843), + [sym__parenthesized_type] = STATE(3806), + [sym__parameter_ownership_modifier] = STATE(3234), + [sym_comment] = ACTIONS(5), + [aux_sym_simple_identifier_token1] = ACTIONS(3475), + [aux_sym_simple_identifier_token2] = ACTIONS(3477), + [aux_sym_simple_identifier_token3] = ACTIONS(3477), + [aux_sym_simple_identifier_token4] = ACTIONS(3477), + [anon_sym_actor] = ACTIONS(3475), + [anon_sym_async] = ACTIONS(3475), + [anon_sym_each] = ACTIONS(3479), + [anon_sym_lazy] = ACTIONS(3481), + [anon_sym_repeat] = ACTIONS(3484), + [anon_sym_package] = ACTIONS(3481), + [anon_sym_COMMA] = ACTIONS(619), + [anon_sym_BANG2] = ACTIONS(619), + [anon_sym_LPAREN] = ACTIONS(3486), + [anon_sym_LBRACK] = ACTIONS(3488), + [anon_sym_DOT] = ACTIONS(619), + [anon_sym_QMARK2] = ACTIONS(619), + [anon_sym_some] = ACTIONS(3490), + [anon_sym_any] = ACTIONS(3492), + [anon_sym_AMP] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(3494), + [anon_sym_LT] = ACTIONS(619), + [anon_sym_LBRACE] = ACTIONS(619), + [anon_sym_RBRACE] = ACTIONS(619), + [anon_sym_case] = ACTIONS(625), + [anon_sym_fallthrough] = ACTIONS(625), + [anon_sym_class] = ACTIONS(625), + [anon_sym_prefix] = ACTIONS(625), + [anon_sym_infix] = ACTIONS(625), + [anon_sym_postfix] = ACTIONS(625), + [anon_sym_AT] = ACTIONS(625), + [anon_sym_override] = ACTIONS(625), + [anon_sym_convenience] = ACTIONS(625), + [anon_sym_required] = ACTIONS(625), + [anon_sym_nonisolated] = ACTIONS(625), + [anon_sym_public] = ACTIONS(625), + [anon_sym_private] = ACTIONS(625), + [anon_sym_internal] = ACTIONS(625), + [anon_sym_fileprivate] = ACTIONS(625), + [anon_sym_open] = ACTIONS(625), + [anon_sym_mutating] = ACTIONS(625), + [anon_sym_nonmutating] = ACTIONS(625), + [anon_sym_static] = ACTIONS(625), + [anon_sym_dynamic] = ACTIONS(625), + [anon_sym_optional] = ACTIONS(625), + [anon_sym_distributed] = ACTIONS(625), + [anon_sym_final] = ACTIONS(625), + [anon_sym_inout] = ACTIONS(625), + [anon_sym_ATescaping] = ACTIONS(619), + [anon_sym_ATautoclosure] = ACTIONS(619), + [anon_sym_weak] = ACTIONS(625), + [anon_sym_unowned] = ACTIONS(625), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(619), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(619), + [anon_sym_borrowing] = ACTIONS(3481), + [anon_sym_consuming] = ACTIONS(3481), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(619), + [sym__explicit_semi] = ACTIONS(619), + [sym__arrow_operator_custom] = ACTIONS(619), + [sym__dot_custom] = ACTIONS(619), + [sym__eq_custom] = ACTIONS(619), + [sym__throws_keyword] = ACTIONS(619), + [sym__rethrows_keyword] = ACTIONS(619), + [sym_default_keyword] = ACTIONS(619), + [sym__async_keyword_custom] = ACTIONS(619), + }, + [STATE(1453)] = { + [sym__quest] = STATE(690), + [sym__immediate_quest] = STATE(2533), + [sym__range_operator] = STATE(412), + [sym_custom_operator] = STATE(416), + [sym_navigation_suffix] = STATE(2567), + [sym_call_suffix] = STATE(2568), + [sym__fn_call_lambda_arguments] = STATE(2576), + [sym_value_arguments] = STATE(2213), + [sym_expr_hack_at_ternary_binary_call_suffix] = STATE(2658), + [sym_lambda_literal] = STATE(1700), + [sym__equality_operator] = STATE(418), + [sym__comparison_operator] = STATE(419), + [sym__three_dot_operator] = STATE(1109), + [sym__open_ended_range_operator] = STATE(412), + [sym__is_operator] = STATE(4432), + [sym__additive_operator] = STATE(657), + [sym__multiplicative_operator] = STATE(672), + [sym_as_operator] = STATE(4434), + [sym__bitwise_binary_operator] = STATE(420), + [sym__postfix_unary_operator] = STATE(2615), + [sym__eq_eq] = STATE(418), + [sym__dot] = STATE(5494), + [sym__conjunction_operator] = STATE(421), + [sym__disjunction_operator] = STATE(422), + [sym__nil_coalescing_operator] = STATE(423), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(2615), + [ts_builtin_sym_end] = ACTIONS(1807), + [anon_sym_BANG] = ACTIONS(3496), + [sym_comment] = ACTIONS(3), + [anon_sym_COMMA] = ACTIONS(1807), + [anon_sym_LPAREN] = ACTIONS(3498), + [anon_sym_LBRACK] = ACTIONS(3500), + [anon_sym_QMARK] = ACTIONS(1813), + [anon_sym_QMARK2] = ACTIONS(3502), + [anon_sym_AMP] = ACTIONS(3504), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3506), + [anon_sym_GT] = ACTIONS(3506), + [anon_sym_LBRACE] = ACTIONS(1807), + [anon_sym_CARET_LBRACE] = ACTIONS(1807), + [anon_sym_RBRACE] = ACTIONS(1807), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3508), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3510), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3510), + [anon_sym_LT_EQ] = ACTIONS(3512), + [anon_sym_GT_EQ] = ACTIONS(3512), + [anon_sym_DOT_DOT_DOT] = ACTIONS(921), + [anon_sym_DOT_DOT_LT] = ACTIONS(3514), + [anon_sym_is] = ACTIONS(3516), + [anon_sym_PLUS] = ACTIONS(3518), + [anon_sym_DASH] = ACTIONS(3518), + [anon_sym_STAR] = ACTIONS(3520), + [anon_sym_SLASH] = ACTIONS(3520), + [anon_sym_PERCENT] = ACTIONS(3520), + [anon_sym_PLUS_PLUS] = ACTIONS(3522), + [anon_sym_DASH_DASH] = ACTIONS(3522), + [anon_sym_PIPE] = ACTIONS(3504), + [anon_sym_CARET] = ACTIONS(3524), + [anon_sym_LT_LT] = ACTIONS(3504), + [anon_sym_GT_GT] = ACTIONS(3504), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(1807), + [sym__explicit_semi] = ACTIONS(1807), + [sym__dot_custom] = ACTIONS(3526), + [sym__conjunction_operator_custom] = ACTIONS(3528), + [sym__disjunction_operator_custom] = ACTIONS(3530), + [sym__nil_coalescing_operator_custom] = ACTIONS(3532), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3510), + [sym__plus_then_ws] = ACTIONS(3534), + [sym__minus_then_ws] = ACTIONS(3534), + [sym__bang_custom] = ACTIONS(3536), + [sym_where_keyword] = ACTIONS(1807), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1454)] = { + [sym_simple_identifier] = STATE(2894), + [sym__contextual_simple_identifier] = STATE(3234), + [sym_unannotated_type] = STATE(2771), + [sym_user_type] = STATE(3121), + [sym__simple_user_type] = STATE(3087), + [sym_tuple_type] = STATE(2406), + [sym_function_type] = STATE(3843), + [sym_array_type] = STATE(3121), + [sym_dictionary_type] = STATE(3121), + [sym_optional_type] = STATE(3843), + [sym_metatype] = STATE(3843), + [sym_opaque_type] = STATE(3843), + [sym_existential_type] = STATE(3843), + [sym_type_parameter_pack] = STATE(3843), + [sym_type_pack_expansion] = STATE(3843), + [sym_protocol_composition_type] = STATE(3843), + [sym_suppressed_constraint] = STATE(3843), + [sym__parenthesized_type] = STATE(3806), + [sym__parameter_ownership_modifier] = STATE(3234), + [sym_comment] = ACTIONS(5), + [aux_sym_simple_identifier_token1] = ACTIONS(3475), + [aux_sym_simple_identifier_token2] = ACTIONS(3477), + [aux_sym_simple_identifier_token3] = ACTIONS(3477), + [aux_sym_simple_identifier_token4] = ACTIONS(3477), + [anon_sym_actor] = ACTIONS(3475), + [anon_sym_async] = ACTIONS(3475), + [anon_sym_each] = ACTIONS(3479), + [anon_sym_lazy] = ACTIONS(3481), + [anon_sym_repeat] = ACTIONS(3484), + [anon_sym_package] = ACTIONS(3481), + [anon_sym_COMMA] = ACTIONS(619), + [anon_sym_BANG2] = ACTIONS(619), + [anon_sym_LPAREN] = ACTIONS(3486), + [anon_sym_LBRACK] = ACTIONS(3488), + [anon_sym_DOT] = ACTIONS(619), + [anon_sym_QMARK2] = ACTIONS(619), + [anon_sym_some] = ACTIONS(3490), + [anon_sym_any] = ACTIONS(3492), + [anon_sym_AMP] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(3494), + [anon_sym_LT] = ACTIONS(619), + [anon_sym_LBRACE] = ACTIONS(619), + [anon_sym_RBRACE] = ACTIONS(619), + [anon_sym_case] = ACTIONS(625), + [anon_sym_fallthrough] = ACTIONS(625), + [anon_sym_class] = ACTIONS(625), + [anon_sym_prefix] = ACTIONS(625), + [anon_sym_infix] = ACTIONS(625), + [anon_sym_postfix] = ACTIONS(625), + [anon_sym_AT] = ACTIONS(625), + [anon_sym_override] = ACTIONS(625), + [anon_sym_convenience] = ACTIONS(625), + [anon_sym_required] = ACTIONS(625), + [anon_sym_nonisolated] = ACTIONS(625), + [anon_sym_public] = ACTIONS(625), + [anon_sym_private] = ACTIONS(625), + [anon_sym_internal] = ACTIONS(625), + [anon_sym_fileprivate] = ACTIONS(625), + [anon_sym_open] = ACTIONS(625), + [anon_sym_mutating] = ACTIONS(625), + [anon_sym_nonmutating] = ACTIONS(625), + [anon_sym_static] = ACTIONS(625), + [anon_sym_dynamic] = ACTIONS(625), + [anon_sym_optional] = ACTIONS(625), + [anon_sym_distributed] = ACTIONS(625), + [anon_sym_final] = ACTIONS(625), + [anon_sym_inout] = ACTIONS(625), + [anon_sym_ATescaping] = ACTIONS(619), + [anon_sym_ATautoclosure] = ACTIONS(619), + [anon_sym_weak] = ACTIONS(625), + [anon_sym_unowned] = ACTIONS(625), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(619), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(619), + [anon_sym_borrowing] = ACTIONS(3481), + [anon_sym_consuming] = ACTIONS(3481), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(619), + [sym__explicit_semi] = ACTIONS(619), + [sym__arrow_operator_custom] = ACTIONS(619), + [sym__dot_custom] = ACTIONS(619), + [sym__eq_custom] = ACTIONS(619), + [sym__throws_keyword] = ACTIONS(619), + [sym__rethrows_keyword] = ACTIONS(619), + [sym_default_keyword] = ACTIONS(619), + [sym__async_keyword_custom] = ACTIONS(619), + }, + [STATE(1455)] = { + [sym__quest] = STATE(690), + [sym__immediate_quest] = STATE(2533), + [sym__range_operator] = STATE(412), + [sym_custom_operator] = STATE(416), + [sym_navigation_suffix] = STATE(2567), + [sym_call_suffix] = STATE(2568), + [sym__fn_call_lambda_arguments] = STATE(2576), + [sym_value_arguments] = STATE(2268), + [sym_lambda_literal] = STATE(1700), + [sym_where_clause] = STATE(7207), + [sym__equality_operator] = STATE(418), + [sym__comparison_operator] = STATE(419), + [sym__three_dot_operator] = STATE(1109), + [sym__open_ended_range_operator] = STATE(412), + [sym__is_operator] = STATE(4432), + [sym__additive_operator] = STATE(657), + [sym__multiplicative_operator] = STATE(672), + [sym_as_operator] = STATE(4434), + [sym__bitwise_binary_operator] = STATE(420), + [sym__postfix_unary_operator] = STATE(2615), + [sym__eq_eq] = STATE(418), + [sym__dot] = STATE(5494), + [sym__conjunction_operator] = STATE(421), + [sym__disjunction_operator] = STATE(422), + [sym__nil_coalescing_operator] = STATE(423), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(2615), + [ts_builtin_sym_end] = ACTIONS(1999), + [anon_sym_BANG] = ACTIONS(3496), + [sym_comment] = ACTIONS(3), + [anon_sym_COMMA] = ACTIONS(1999), + [anon_sym_LPAREN] = ACTIONS(3498), + [anon_sym_LBRACK] = ACTIONS(3500), + [anon_sym_QMARK] = ACTIONS(3538), + [anon_sym_QMARK2] = ACTIONS(3502), + [anon_sym_AMP] = ACTIONS(3504), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3506), + [anon_sym_GT] = ACTIONS(3506), + [anon_sym_LBRACE] = ACTIONS(3540), + [anon_sym_CARET_LBRACE] = ACTIONS(3540), + [anon_sym_RBRACE] = ACTIONS(1999), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3508), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3510), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3510), + [anon_sym_LT_EQ] = ACTIONS(3512), + [anon_sym_GT_EQ] = ACTIONS(3512), + [anon_sym_DOT_DOT_DOT] = ACTIONS(921), + [anon_sym_DOT_DOT_LT] = ACTIONS(3514), + [anon_sym_is] = ACTIONS(3516), + [anon_sym_PLUS] = ACTIONS(3518), + [anon_sym_DASH] = ACTIONS(3518), + [anon_sym_STAR] = ACTIONS(3520), + [anon_sym_SLASH] = ACTIONS(3520), + [anon_sym_PERCENT] = ACTIONS(3520), + [anon_sym_PLUS_PLUS] = ACTIONS(3522), + [anon_sym_DASH_DASH] = ACTIONS(3522), + [anon_sym_PIPE] = ACTIONS(3504), + [anon_sym_CARET] = ACTIONS(3524), + [anon_sym_LT_LT] = ACTIONS(3504), + [anon_sym_GT_GT] = ACTIONS(3504), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(1999), + [sym__explicit_semi] = ACTIONS(1999), + [sym__dot_custom] = ACTIONS(3526), + [sym__conjunction_operator_custom] = ACTIONS(3528), + [sym__disjunction_operator_custom] = ACTIONS(3530), + [sym__nil_coalescing_operator_custom] = ACTIONS(3532), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3510), + [sym__plus_then_ws] = ACTIONS(3534), + [sym__minus_then_ws] = ACTIONS(3534), + [sym__bang_custom] = ACTIONS(3536), + [sym_where_keyword] = ACTIONS(3542), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1456)] = { + [sym__quest] = STATE(690), + [sym__immediate_quest] = STATE(2533), + [sym__range_operator] = STATE(412), + [sym_custom_operator] = STATE(416), + [sym_navigation_suffix] = STATE(2567), + [sym_call_suffix] = STATE(2568), + [sym__fn_call_lambda_arguments] = STATE(2576), + [sym_value_arguments] = STATE(2268), + [sym_lambda_literal] = STATE(1700), + [sym__equality_operator] = STATE(418), + [sym__comparison_operator] = STATE(419), + [sym__three_dot_operator] = STATE(1109), + [sym__open_ended_range_operator] = STATE(412), + [sym__is_operator] = STATE(4432), + [sym__additive_operator] = STATE(657), + [sym__multiplicative_operator] = STATE(672), + [sym_as_operator] = STATE(4434), + [sym__bitwise_binary_operator] = STATE(420), + [sym__postfix_unary_operator] = STATE(2615), + [sym__eq_eq] = STATE(418), + [sym__dot] = STATE(5494), + [sym__conjunction_operator] = STATE(421), + [sym__disjunction_operator] = STATE(422), + [sym__nil_coalescing_operator] = STATE(423), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(2615), + [ts_builtin_sym_end] = ACTIONS(1871), + [anon_sym_BANG] = ACTIONS(1869), + [sym_comment] = ACTIONS(3), + [anon_sym_COMMA] = ACTIONS(1871), + [anon_sym_LPAREN] = ACTIONS(1871), + [anon_sym_LBRACK] = ACTIONS(1871), + [anon_sym_QMARK] = ACTIONS(1869), + [anon_sym_QMARK2] = ACTIONS(1871), + [anon_sym_AMP] = ACTIONS(1871), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(1869), + [anon_sym_GT] = ACTIONS(1869), + [anon_sym_LBRACE] = ACTIONS(1871), + [anon_sym_CARET_LBRACE] = ACTIONS(1871), + [anon_sym_RBRACE] = ACTIONS(1871), + [anon_sym_PLUS_EQ] = ACTIONS(1871), + [anon_sym_DASH_EQ] = ACTIONS(1871), + [anon_sym_STAR_EQ] = ACTIONS(1871), + [anon_sym_SLASH_EQ] = ACTIONS(1871), + [anon_sym_PERCENT_EQ] = ACTIONS(1871), + [anon_sym_BANG_EQ] = ACTIONS(1869), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1871), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1871), + [anon_sym_LT_EQ] = ACTIONS(1871), + [anon_sym_GT_EQ] = ACTIONS(1871), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1871), + [anon_sym_DOT_DOT_LT] = ACTIONS(1871), + [anon_sym_is] = ACTIONS(1871), + [anon_sym_PLUS] = ACTIONS(3518), + [anon_sym_DASH] = ACTIONS(3518), + [anon_sym_STAR] = ACTIONS(3520), + [anon_sym_SLASH] = ACTIONS(3520), + [anon_sym_PERCENT] = ACTIONS(3520), + [anon_sym_PLUS_PLUS] = ACTIONS(1871), + [anon_sym_DASH_DASH] = ACTIONS(1871), + [anon_sym_PIPE] = ACTIONS(1871), + [anon_sym_CARET] = ACTIONS(1869), + [anon_sym_LT_LT] = ACTIONS(1871), + [anon_sym_GT_GT] = ACTIONS(1871), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(1871), + [sym__explicit_semi] = ACTIONS(1871), + [sym__dot_custom] = ACTIONS(1871), + [sym__conjunction_operator_custom] = ACTIONS(1871), + [sym__disjunction_operator_custom] = ACTIONS(1871), + [sym__nil_coalescing_operator_custom] = ACTIONS(3532), + [sym__eq_custom] = ACTIONS(1871), + [sym__eq_eq_custom] = ACTIONS(1871), + [sym__plus_then_ws] = ACTIONS(3534), + [sym__minus_then_ws] = ACTIONS(3534), + [sym__bang_custom] = ACTIONS(1871), + [sym_where_keyword] = ACTIONS(1871), + [sym__as_custom] = ACTIONS(1871), + [sym__as_quest_custom] = ACTIONS(1871), + [sym__as_bang_custom] = ACTIONS(1871), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1457)] = { + [sym__quest] = STATE(690), + [sym__immediate_quest] = STATE(2533), + [sym__range_operator] = STATE(412), + [sym_custom_operator] = STATE(416), + [sym_navigation_suffix] = STATE(2567), + [sym_call_suffix] = STATE(2568), + [sym__fn_call_lambda_arguments] = STATE(2576), + [sym_value_arguments] = STATE(2268), + [sym_lambda_literal] = STATE(1700), + [sym__equality_operator] = STATE(418), + [sym__comparison_operator] = STATE(419), + [sym__three_dot_operator] = STATE(1109), + [sym__open_ended_range_operator] = STATE(412), + [sym__is_operator] = STATE(4432), + [sym__additive_operator] = STATE(657), + [sym__multiplicative_operator] = STATE(672), + [sym_as_operator] = STATE(4434), + [sym__bitwise_binary_operator] = STATE(420), + [sym__postfix_unary_operator] = STATE(2615), + [sym__eq_eq] = STATE(418), + [sym__dot] = STATE(5494), + [sym__conjunction_operator] = STATE(421), + [sym__disjunction_operator] = STATE(422), + [sym__nil_coalescing_operator] = STATE(423), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(2615), + [ts_builtin_sym_end] = ACTIONS(1903), + [anon_sym_BANG] = ACTIONS(3496), + [sym_comment] = ACTIONS(3), + [anon_sym_COMMA] = ACTIONS(1903), + [anon_sym_LPAREN] = ACTIONS(3498), + [anon_sym_LBRACK] = ACTIONS(3500), + [anon_sym_QMARK] = ACTIONS(3538), + [anon_sym_QMARK2] = ACTIONS(3502), + [anon_sym_AMP] = ACTIONS(3504), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3506), + [anon_sym_GT] = ACTIONS(3506), + [anon_sym_LBRACE] = ACTIONS(3540), + [anon_sym_CARET_LBRACE] = ACTIONS(3540), + [anon_sym_RBRACE] = ACTIONS(1903), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3508), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3510), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3510), + [anon_sym_LT_EQ] = ACTIONS(3512), + [anon_sym_GT_EQ] = ACTIONS(3512), + [anon_sym_DOT_DOT_DOT] = ACTIONS(921), + [anon_sym_DOT_DOT_LT] = ACTIONS(3514), + [anon_sym_is] = ACTIONS(3516), + [anon_sym_PLUS] = ACTIONS(3518), + [anon_sym_DASH] = ACTIONS(3518), + [anon_sym_STAR] = ACTIONS(3520), + [anon_sym_SLASH] = ACTIONS(3520), + [anon_sym_PERCENT] = ACTIONS(3520), + [anon_sym_PLUS_PLUS] = ACTIONS(3522), + [anon_sym_DASH_DASH] = ACTIONS(3522), + [anon_sym_PIPE] = ACTIONS(3504), + [anon_sym_CARET] = ACTIONS(3524), + [anon_sym_LT_LT] = ACTIONS(3504), + [anon_sym_GT_GT] = ACTIONS(3504), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(1903), + [sym__explicit_semi] = ACTIONS(1903), + [sym__dot_custom] = ACTIONS(3526), + [sym__conjunction_operator_custom] = ACTIONS(3528), + [sym__disjunction_operator_custom] = ACTIONS(3530), + [sym__nil_coalescing_operator_custom] = ACTIONS(3532), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3510), + [sym__plus_then_ws] = ACTIONS(3534), + [sym__minus_then_ws] = ACTIONS(3534), + [sym__bang_custom] = ACTIONS(3536), + [sym_where_keyword] = ACTIONS(1903), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1458)] = { + [sym__quest] = STATE(690), + [sym__immediate_quest] = STATE(2533), + [sym__range_operator] = STATE(412), + [sym_custom_operator] = STATE(416), + [sym_navigation_suffix] = STATE(2567), + [sym_call_suffix] = STATE(2568), + [sym__fn_call_lambda_arguments] = STATE(2576), + [sym_value_arguments] = STATE(2268), + [sym_lambda_literal] = STATE(1700), + [sym__equality_operator] = STATE(418), + [sym__comparison_operator] = STATE(419), + [sym__three_dot_operator] = STATE(1109), + [sym__open_ended_range_operator] = STATE(412), + [sym__is_operator] = STATE(4432), + [sym__additive_operator] = STATE(657), + [sym__multiplicative_operator] = STATE(672), + [sym_as_operator] = STATE(4434), + [sym__bitwise_binary_operator] = STATE(420), + [sym__postfix_unary_operator] = STATE(2615), + [sym__eq_eq] = STATE(418), + [sym__dot] = STATE(5494), + [sym__conjunction_operator] = STATE(421), + [sym__disjunction_operator] = STATE(422), + [sym__nil_coalescing_operator] = STATE(423), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(2615), + [ts_builtin_sym_end] = ACTIONS(1887), + [anon_sym_BANG] = ACTIONS(1885), + [sym_comment] = ACTIONS(3), + [anon_sym_COMMA] = ACTIONS(1887), + [anon_sym_LPAREN] = ACTIONS(1887), + [anon_sym_LBRACK] = ACTIONS(1887), + [anon_sym_QMARK] = ACTIONS(1885), + [anon_sym_QMARK2] = ACTIONS(1887), + [anon_sym_AMP] = ACTIONS(1887), + [aux_sym_custom_operator_token1] = ACTIONS(1887), + [anon_sym_LT] = ACTIONS(1885), + [anon_sym_GT] = ACTIONS(1885), + [anon_sym_LBRACE] = ACTIONS(1887), + [anon_sym_CARET_LBRACE] = ACTIONS(1887), + [anon_sym_RBRACE] = ACTIONS(1887), + [anon_sym_PLUS_EQ] = ACTIONS(1887), + [anon_sym_DASH_EQ] = ACTIONS(1887), + [anon_sym_STAR_EQ] = ACTIONS(1887), + [anon_sym_SLASH_EQ] = ACTIONS(1887), + [anon_sym_PERCENT_EQ] = ACTIONS(1887), + [anon_sym_BANG_EQ] = ACTIONS(1885), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1887), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1887), + [anon_sym_LT_EQ] = ACTIONS(1887), + [anon_sym_GT_EQ] = ACTIONS(1887), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1887), + [anon_sym_DOT_DOT_LT] = ACTIONS(1887), + [anon_sym_is] = ACTIONS(1887), + [anon_sym_PLUS] = ACTIONS(1885), + [anon_sym_DASH] = ACTIONS(1885), + [anon_sym_STAR] = ACTIONS(3520), + [anon_sym_SLASH] = ACTIONS(3520), + [anon_sym_PERCENT] = ACTIONS(3520), + [anon_sym_PLUS_PLUS] = ACTIONS(1887), + [anon_sym_DASH_DASH] = ACTIONS(1887), + [anon_sym_PIPE] = ACTIONS(1887), + [anon_sym_CARET] = ACTIONS(1885), + [anon_sym_LT_LT] = ACTIONS(1887), + [anon_sym_GT_GT] = ACTIONS(1887), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(1887), + [sym__explicit_semi] = ACTIONS(1887), + [sym__dot_custom] = ACTIONS(1887), + [sym__conjunction_operator_custom] = ACTIONS(1887), + [sym__disjunction_operator_custom] = ACTIONS(1887), + [sym__nil_coalescing_operator_custom] = ACTIONS(1887), + [sym__eq_custom] = ACTIONS(1887), + [sym__eq_eq_custom] = ACTIONS(1887), + [sym__plus_then_ws] = ACTIONS(1887), + [sym__minus_then_ws] = ACTIONS(1887), + [sym__bang_custom] = ACTIONS(1887), + [sym_where_keyword] = ACTIONS(1887), + [sym__as_custom] = ACTIONS(1887), + [sym__as_quest_custom] = ACTIONS(1887), + [sym__as_bang_custom] = ACTIONS(1887), + [sym__custom_operator] = ACTIONS(1887), + }, + [STATE(1459)] = { + [sym__quest] = STATE(726), + [sym__immediate_quest] = STATE(2736), + [sym__range_operator] = STATE(407), + [sym_custom_operator] = STATE(408), + [sym_navigation_suffix] = STATE(2750), + [sym_call_suffix] = STATE(2759), + [sym__fn_call_lambda_arguments] = STATE(2762), + [sym_value_arguments] = STATE(2364), + [sym_expr_hack_at_ternary_binary_call_suffix] = STATE(2695), + [sym_lambda_literal] = STATE(1716), + [sym__equality_operator] = STATE(411), + [sym__comparison_operator] = STATE(440), + [sym__three_dot_operator] = STATE(1136), + [sym__open_ended_range_operator] = STATE(407), + [sym__is_operator] = STATE(4342), + [sym__additive_operator] = STATE(585), + [sym__multiplicative_operator] = STATE(646), + [sym_as_operator] = STATE(4566), + [sym__bitwise_binary_operator] = STATE(499), + [sym__postfix_unary_operator] = STATE(2821), + [sym__eq_eq] = STATE(411), + [sym__dot] = STATE(5511), + [sym__conjunction_operator] = STATE(404), + [sym__disjunction_operator] = STATE(405), + [sym__nil_coalescing_operator] = STATE(406), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(2821), + [ts_builtin_sym_end] = ACTIONS(1807), + [anon_sym_BANG] = ACTIONS(3544), + [sym_comment] = ACTIONS(3), + [anon_sym_COMMA] = ACTIONS(1807), + [anon_sym_LPAREN] = ACTIONS(3546), + [anon_sym_LBRACK] = ACTIONS(3548), + [anon_sym_QMARK] = ACTIONS(1813), + [anon_sym_QMARK2] = ACTIONS(3550), + [anon_sym_AMP] = ACTIONS(3552), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3554), + [anon_sym_GT] = ACTIONS(3554), + [anon_sym_LBRACE] = ACTIONS(1807), + [anon_sym_CARET_LBRACE] = ACTIONS(1807), + [anon_sym_RBRACE] = ACTIONS(1807), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3556), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3558), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3558), + [anon_sym_LT_EQ] = ACTIONS(3560), + [anon_sym_GT_EQ] = ACTIONS(3560), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(3562), + [anon_sym_is] = ACTIONS(3564), + [anon_sym_PLUS] = ACTIONS(3566), + [anon_sym_DASH] = ACTIONS(3566), + [anon_sym_STAR] = ACTIONS(3568), + [anon_sym_SLASH] = ACTIONS(3568), + [anon_sym_PERCENT] = ACTIONS(3568), + [anon_sym_PLUS_PLUS] = ACTIONS(3570), + [anon_sym_DASH_DASH] = ACTIONS(3570), + [anon_sym_PIPE] = ACTIONS(3552), + [anon_sym_CARET] = ACTIONS(3572), + [anon_sym_LT_LT] = ACTIONS(3552), + [anon_sym_GT_GT] = ACTIONS(3552), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(1807), + [sym__explicit_semi] = ACTIONS(1807), + [sym__dot_custom] = ACTIONS(3574), + [sym__conjunction_operator_custom] = ACTIONS(3576), + [sym__disjunction_operator_custom] = ACTIONS(3578), + [sym__nil_coalescing_operator_custom] = ACTIONS(3580), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3558), + [sym__plus_then_ws] = ACTIONS(3582), + [sym__minus_then_ws] = ACTIONS(3582), + [sym__bang_custom] = ACTIONS(3584), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1460)] = { + [sym__quest] = STATE(690), + [sym__immediate_quest] = STATE(2533), + [sym__range_operator] = STATE(412), + [sym_custom_operator] = STATE(416), + [sym_navigation_suffix] = STATE(2567), + [sym_call_suffix] = STATE(2568), + [sym__fn_call_lambda_arguments] = STATE(2576), + [sym_value_arguments] = STATE(2268), + [sym_lambda_literal] = STATE(1700), + [sym__equality_operator] = STATE(418), + [sym__comparison_operator] = STATE(419), + [sym__three_dot_operator] = STATE(1109), + [sym__open_ended_range_operator] = STATE(412), + [sym__is_operator] = STATE(4432), + [sym__additive_operator] = STATE(657), + [sym__multiplicative_operator] = STATE(672), + [sym_as_operator] = STATE(4434), + [sym__bitwise_binary_operator] = STATE(420), + [sym__postfix_unary_operator] = STATE(2615), + [sym__eq_eq] = STATE(418), + [sym__dot] = STATE(5494), + [sym__conjunction_operator] = STATE(421), + [sym__disjunction_operator] = STATE(422), + [sym__nil_coalescing_operator] = STATE(423), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(2615), + [ts_builtin_sym_end] = ACTIONS(1891), + [anon_sym_BANG] = ACTIONS(1889), + [sym_comment] = ACTIONS(3), + [anon_sym_COMMA] = ACTIONS(1891), + [anon_sym_LPAREN] = ACTIONS(1891), + [anon_sym_LBRACK] = ACTIONS(1891), + [anon_sym_QMARK] = ACTIONS(1889), + [anon_sym_QMARK2] = ACTIONS(1891), + [anon_sym_AMP] = ACTIONS(1891), + [aux_sym_custom_operator_token1] = ACTIONS(1891), + [anon_sym_LT] = ACTIONS(1889), + [anon_sym_GT] = ACTIONS(1889), + [anon_sym_LBRACE] = ACTIONS(1891), + [anon_sym_CARET_LBRACE] = ACTIONS(1891), + [anon_sym_RBRACE] = ACTIONS(1891), + [anon_sym_PLUS_EQ] = ACTIONS(1891), + [anon_sym_DASH_EQ] = ACTIONS(1891), + [anon_sym_STAR_EQ] = ACTIONS(1891), + [anon_sym_SLASH_EQ] = ACTIONS(1891), + [anon_sym_PERCENT_EQ] = ACTIONS(1891), + [anon_sym_BANG_EQ] = ACTIONS(1889), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1891), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1891), + [anon_sym_LT_EQ] = ACTIONS(1891), + [anon_sym_GT_EQ] = ACTIONS(1891), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1891), + [anon_sym_DOT_DOT_LT] = ACTIONS(1891), + [anon_sym_is] = ACTIONS(1891), + [anon_sym_PLUS] = ACTIONS(1889), + [anon_sym_DASH] = ACTIONS(1889), + [anon_sym_STAR] = ACTIONS(1889), + [anon_sym_SLASH] = ACTIONS(1889), + [anon_sym_PERCENT] = ACTIONS(1889), + [anon_sym_PLUS_PLUS] = ACTIONS(1891), + [anon_sym_DASH_DASH] = ACTIONS(1891), + [anon_sym_PIPE] = ACTIONS(1891), + [anon_sym_CARET] = ACTIONS(1889), + [anon_sym_LT_LT] = ACTIONS(1891), + [anon_sym_GT_GT] = ACTIONS(1891), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(1891), + [sym__explicit_semi] = ACTIONS(1891), + [sym__dot_custom] = ACTIONS(1891), + [sym__conjunction_operator_custom] = ACTIONS(1891), + [sym__disjunction_operator_custom] = ACTIONS(1891), + [sym__nil_coalescing_operator_custom] = ACTIONS(1891), + [sym__eq_custom] = ACTIONS(1891), + [sym__eq_eq_custom] = ACTIONS(1891), + [sym__plus_then_ws] = ACTIONS(1891), + [sym__minus_then_ws] = ACTIONS(1891), + [sym__bang_custom] = ACTIONS(1891), + [sym_where_keyword] = ACTIONS(1891), + [sym__as_custom] = ACTIONS(1891), + [sym__as_quest_custom] = ACTIONS(1891), + [sym__as_bang_custom] = ACTIONS(1891), + [sym__custom_operator] = ACTIONS(1891), + }, + [STATE(1461)] = { + [sym__quest] = STATE(726), + [sym__immediate_quest] = STATE(2736), + [sym__range_operator] = STATE(407), + [sym_custom_operator] = STATE(408), + [sym_navigation_suffix] = STATE(2750), + [sym_call_suffix] = STATE(2759), + [sym__fn_call_lambda_arguments] = STATE(2762), + [sym_value_arguments] = STATE(2421), + [sym_lambda_literal] = STATE(1716), + [sym__equality_operator] = STATE(411), + [sym__comparison_operator] = STATE(440), + [sym__three_dot_operator] = STATE(1136), + [sym__open_ended_range_operator] = STATE(407), + [sym__is_operator] = STATE(4342), + [sym__additive_operator] = STATE(585), + [sym__multiplicative_operator] = STATE(646), + [sym_as_operator] = STATE(4566), + [sym__bitwise_binary_operator] = STATE(499), + [sym__postfix_unary_operator] = STATE(2821), + [sym_willset_didset_block] = STATE(7193), + [sym__eq_eq] = STATE(411), + [sym__dot] = STATE(5511), + [sym__conjunction_operator] = STATE(404), + [sym__disjunction_operator] = STATE(405), + [sym__nil_coalescing_operator] = STATE(406), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(2821), + [ts_builtin_sym_end] = ACTIONS(1893), + [anon_sym_BANG] = ACTIONS(3544), + [sym_comment] = ACTIONS(3), + [anon_sym_COMMA] = ACTIONS(1893), + [anon_sym_LPAREN] = ACTIONS(3546), + [anon_sym_LBRACK] = ACTIONS(3548), + [anon_sym_QMARK] = ACTIONS(3586), + [anon_sym_QMARK2] = ACTIONS(3550), + [anon_sym_AMP] = ACTIONS(3552), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3554), + [anon_sym_GT] = ACTIONS(3554), + [anon_sym_LBRACE] = ACTIONS(3588), + [anon_sym_CARET_LBRACE] = ACTIONS(3590), + [anon_sym_RBRACE] = ACTIONS(1893), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3556), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3558), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3558), + [anon_sym_LT_EQ] = ACTIONS(3560), + [anon_sym_GT_EQ] = ACTIONS(3560), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(3562), + [anon_sym_is] = ACTIONS(3564), + [anon_sym_PLUS] = ACTIONS(3566), + [anon_sym_DASH] = ACTIONS(3566), + [anon_sym_STAR] = ACTIONS(3568), + [anon_sym_SLASH] = ACTIONS(3568), + [anon_sym_PERCENT] = ACTIONS(3568), + [anon_sym_PLUS_PLUS] = ACTIONS(3570), + [anon_sym_DASH_DASH] = ACTIONS(3570), + [anon_sym_PIPE] = ACTIONS(3552), + [anon_sym_CARET] = ACTIONS(3572), + [anon_sym_LT_LT] = ACTIONS(3552), + [anon_sym_GT_GT] = ACTIONS(3552), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(1893), + [sym__explicit_semi] = ACTIONS(1893), + [sym__dot_custom] = ACTIONS(3574), + [sym__conjunction_operator_custom] = ACTIONS(3576), + [sym__disjunction_operator_custom] = ACTIONS(3578), + [sym__nil_coalescing_operator_custom] = ACTIONS(3580), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3558), + [sym__plus_then_ws] = ACTIONS(3582), + [sym__minus_then_ws] = ACTIONS(3582), + [sym__bang_custom] = ACTIONS(3584), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1462)] = { + [sym__quest] = STATE(690), + [sym__immediate_quest] = STATE(2533), + [sym__range_operator] = STATE(412), + [sym_custom_operator] = STATE(416), + [sym_navigation_suffix] = STATE(2567), + [sym_call_suffix] = STATE(2568), + [sym__fn_call_lambda_arguments] = STATE(2576), + [sym_value_arguments] = STATE(2268), + [sym_lambda_literal] = STATE(1700), + [sym__equality_operator] = STATE(418), + [sym__comparison_operator] = STATE(419), + [sym__three_dot_operator] = STATE(1109), + [sym__open_ended_range_operator] = STATE(412), + [sym__is_operator] = STATE(4432), + [sym__additive_operator] = STATE(657), + [sym__multiplicative_operator] = STATE(672), + [sym_as_operator] = STATE(4434), + [sym__bitwise_binary_operator] = STATE(420), + [sym__postfix_unary_operator] = STATE(2615), + [sym__eq_eq] = STATE(418), + [sym__dot] = STATE(5494), + [sym__conjunction_operator] = STATE(421), + [sym__disjunction_operator] = STATE(422), + [sym__nil_coalescing_operator] = STATE(423), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(2615), + [ts_builtin_sym_end] = ACTIONS(1877), + [anon_sym_BANG] = ACTIONS(3496), + [sym_comment] = ACTIONS(3), + [anon_sym_COMMA] = ACTIONS(1877), + [anon_sym_LPAREN] = ACTIONS(3498), + [anon_sym_LBRACK] = ACTIONS(3500), + [anon_sym_QMARK] = ACTIONS(3538), + [anon_sym_QMARK2] = ACTIONS(3502), + [anon_sym_AMP] = ACTIONS(3504), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3506), + [anon_sym_GT] = ACTIONS(3506), + [anon_sym_LBRACE] = ACTIONS(3540), + [anon_sym_CARET_LBRACE] = ACTIONS(3540), + [anon_sym_RBRACE] = ACTIONS(1877), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3508), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3510), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3510), + [anon_sym_LT_EQ] = ACTIONS(3512), + [anon_sym_GT_EQ] = ACTIONS(3512), + [anon_sym_DOT_DOT_DOT] = ACTIONS(921), + [anon_sym_DOT_DOT_LT] = ACTIONS(3514), + [anon_sym_is] = ACTIONS(3516), + [anon_sym_PLUS] = ACTIONS(3518), + [anon_sym_DASH] = ACTIONS(3518), + [anon_sym_STAR] = ACTIONS(3520), + [anon_sym_SLASH] = ACTIONS(3520), + [anon_sym_PERCENT] = ACTIONS(3520), + [anon_sym_PLUS_PLUS] = ACTIONS(3522), + [anon_sym_DASH_DASH] = ACTIONS(3522), + [anon_sym_PIPE] = ACTIONS(3504), + [anon_sym_CARET] = ACTIONS(3524), + [anon_sym_LT_LT] = ACTIONS(3504), + [anon_sym_GT_GT] = ACTIONS(3504), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(1877), + [sym__explicit_semi] = ACTIONS(1877), + [sym__dot_custom] = ACTIONS(3526), + [sym__conjunction_operator_custom] = ACTIONS(3528), + [sym__disjunction_operator_custom] = ACTIONS(3530), + [sym__nil_coalescing_operator_custom] = ACTIONS(3532), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3510), + [sym__plus_then_ws] = ACTIONS(3534), + [sym__minus_then_ws] = ACTIONS(3534), + [sym__bang_custom] = ACTIONS(3536), + [sym_where_keyword] = ACTIONS(1877), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1463)] = { + [sym__quest] = STATE(690), + [sym__immediate_quest] = STATE(2533), + [sym__range_operator] = STATE(412), + [sym_custom_operator] = STATE(416), + [sym_navigation_suffix] = STATE(2567), + [sym_call_suffix] = STATE(2568), + [sym__fn_call_lambda_arguments] = STATE(2576), + [sym_value_arguments] = STATE(2268), + [sym_lambda_literal] = STATE(1700), + [sym__equality_operator] = STATE(418), + [sym__comparison_operator] = STATE(419), + [sym__three_dot_operator] = STATE(1109), + [sym__open_ended_range_operator] = STATE(412), + [sym__is_operator] = STATE(4432), + [sym__additive_operator] = STATE(657), + [sym__multiplicative_operator] = STATE(672), + [sym_as_operator] = STATE(4434), + [sym__bitwise_binary_operator] = STATE(420), + [sym__postfix_unary_operator] = STATE(2615), + [sym__eq_eq] = STATE(418), + [sym__dot] = STATE(5494), + [sym__conjunction_operator] = STATE(421), + [sym__disjunction_operator] = STATE(422), + [sym__nil_coalescing_operator] = STATE(423), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(2615), + [ts_builtin_sym_end] = ACTIONS(1865), + [anon_sym_BANG] = ACTIONS(3496), + [sym_comment] = ACTIONS(3), + [anon_sym_COMMA] = ACTIONS(1865), + [anon_sym_LPAREN] = ACTIONS(1865), + [anon_sym_LBRACK] = ACTIONS(1865), + [anon_sym_QMARK] = ACTIONS(1867), + [anon_sym_QMARK2] = ACTIONS(1865), + [anon_sym_AMP] = ACTIONS(1865), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(1867), + [anon_sym_GT] = ACTIONS(1867), + [anon_sym_LBRACE] = ACTIONS(1865), + [anon_sym_CARET_LBRACE] = ACTIONS(1865), + [anon_sym_RBRACE] = ACTIONS(1865), + [anon_sym_PLUS_EQ] = ACTIONS(1865), + [anon_sym_DASH_EQ] = ACTIONS(1865), + [anon_sym_STAR_EQ] = ACTIONS(1865), + [anon_sym_SLASH_EQ] = ACTIONS(1865), + [anon_sym_PERCENT_EQ] = ACTIONS(1865), + [anon_sym_BANG_EQ] = ACTIONS(3508), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3510), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3510), + [anon_sym_LT_EQ] = ACTIONS(1865), + [anon_sym_GT_EQ] = ACTIONS(1865), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1865), + [anon_sym_DOT_DOT_LT] = ACTIONS(1865), + [anon_sym_is] = ACTIONS(3516), + [anon_sym_PLUS] = ACTIONS(3518), + [anon_sym_DASH] = ACTIONS(3518), + [anon_sym_STAR] = ACTIONS(3520), + [anon_sym_SLASH] = ACTIONS(3520), + [anon_sym_PERCENT] = ACTIONS(3520), + [anon_sym_PLUS_PLUS] = ACTIONS(3522), + [anon_sym_DASH_DASH] = ACTIONS(3522), + [anon_sym_PIPE] = ACTIONS(1865), + [anon_sym_CARET] = ACTIONS(1867), + [anon_sym_LT_LT] = ACTIONS(1865), + [anon_sym_GT_GT] = ACTIONS(1865), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(1865), + [sym__explicit_semi] = ACTIONS(1865), + [sym__dot_custom] = ACTIONS(1865), + [sym__conjunction_operator_custom] = ACTIONS(3528), + [sym__disjunction_operator_custom] = ACTIONS(3530), + [sym__nil_coalescing_operator_custom] = ACTIONS(3532), + [sym__eq_custom] = ACTIONS(1865), + [sym__eq_eq_custom] = ACTIONS(3510), + [sym__plus_then_ws] = ACTIONS(3534), + [sym__minus_then_ws] = ACTIONS(3534), + [sym__bang_custom] = ACTIONS(3536), + [sym_where_keyword] = ACTIONS(1865), + [sym__as_custom] = ACTIONS(1865), + [sym__as_quest_custom] = ACTIONS(1865), + [sym__as_bang_custom] = ACTIONS(1865), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1464)] = { + [sym__quest] = STATE(690), + [sym__immediate_quest] = STATE(2533), + [sym__range_operator] = STATE(412), + [sym_custom_operator] = STATE(416), + [sym_navigation_suffix] = STATE(2567), + [sym_call_suffix] = STATE(2568), + [sym__fn_call_lambda_arguments] = STATE(2576), + [sym_value_arguments] = STATE(2268), + [sym_lambda_literal] = STATE(1700), + [sym__equality_operator] = STATE(418), + [sym__comparison_operator] = STATE(419), + [sym__three_dot_operator] = STATE(1109), + [sym__open_ended_range_operator] = STATE(412), + [sym__is_operator] = STATE(4432), + [sym__additive_operator] = STATE(657), + [sym__multiplicative_operator] = STATE(672), + [sym_as_operator] = STATE(4434), + [sym__bitwise_binary_operator] = STATE(420), + [sym__postfix_unary_operator] = STATE(2615), + [sym__eq_eq] = STATE(418), + [sym__dot] = STATE(5494), + [sym__conjunction_operator] = STATE(421), + [sym__disjunction_operator] = STATE(422), + [sym__nil_coalescing_operator] = STATE(423), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(2615), + [ts_builtin_sym_end] = ACTIONS(1899), + [anon_sym_BANG] = ACTIONS(3496), + [sym_comment] = ACTIONS(3), + [anon_sym_COMMA] = ACTIONS(1899), + [anon_sym_LPAREN] = ACTIONS(3498), + [anon_sym_LBRACK] = ACTIONS(3500), + [anon_sym_QMARK] = ACTIONS(3538), + [anon_sym_QMARK2] = ACTIONS(3502), + [anon_sym_AMP] = ACTIONS(3504), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3506), + [anon_sym_GT] = ACTIONS(3506), + [anon_sym_LBRACE] = ACTIONS(3540), + [anon_sym_CARET_LBRACE] = ACTIONS(3540), + [anon_sym_RBRACE] = ACTIONS(1899), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3508), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3510), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3510), + [anon_sym_LT_EQ] = ACTIONS(3512), + [anon_sym_GT_EQ] = ACTIONS(3512), + [anon_sym_DOT_DOT_DOT] = ACTIONS(921), + [anon_sym_DOT_DOT_LT] = ACTIONS(3514), + [anon_sym_is] = ACTIONS(3516), + [anon_sym_PLUS] = ACTIONS(3518), + [anon_sym_DASH] = ACTIONS(3518), + [anon_sym_STAR] = ACTIONS(3520), + [anon_sym_SLASH] = ACTIONS(3520), + [anon_sym_PERCENT] = ACTIONS(3520), + [anon_sym_PLUS_PLUS] = ACTIONS(3522), + [anon_sym_DASH_DASH] = ACTIONS(3522), + [anon_sym_PIPE] = ACTIONS(3504), + [anon_sym_CARET] = ACTIONS(3524), + [anon_sym_LT_LT] = ACTIONS(3504), + [anon_sym_GT_GT] = ACTIONS(3504), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(1899), + [sym__explicit_semi] = ACTIONS(1899), + [sym__dot_custom] = ACTIONS(3526), + [sym__conjunction_operator_custom] = ACTIONS(3528), + [sym__disjunction_operator_custom] = ACTIONS(3530), + [sym__nil_coalescing_operator_custom] = ACTIONS(3532), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3510), + [sym__plus_then_ws] = ACTIONS(3534), + [sym__minus_then_ws] = ACTIONS(3534), + [sym__bang_custom] = ACTIONS(3536), + [sym_where_keyword] = ACTIONS(1899), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1465)] = { + [sym__quest] = STATE(690), + [sym__immediate_quest] = STATE(2533), + [sym__range_operator] = STATE(412), + [sym_custom_operator] = STATE(416), + [sym_navigation_suffix] = STATE(2567), + [sym_call_suffix] = STATE(2568), + [sym__fn_call_lambda_arguments] = STATE(2576), + [sym_value_arguments] = STATE(2268), + [sym_lambda_literal] = STATE(1700), + [sym__equality_operator] = STATE(418), + [sym__comparison_operator] = STATE(419), + [sym__three_dot_operator] = STATE(1109), + [sym__open_ended_range_operator] = STATE(412), + [sym__is_operator] = STATE(4432), + [sym__additive_operator] = STATE(657), + [sym__multiplicative_operator] = STATE(672), + [sym_as_operator] = STATE(4434), + [sym__bitwise_binary_operator] = STATE(420), + [sym__postfix_unary_operator] = STATE(2615), + [sym__eq_eq] = STATE(418), + [sym__dot] = STATE(5494), + [sym__conjunction_operator] = STATE(421), + [sym__disjunction_operator] = STATE(422), + [sym__nil_coalescing_operator] = STATE(423), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(2615), + [ts_builtin_sym_end] = ACTIONS(1873), + [anon_sym_BANG] = ACTIONS(3496), + [sym_comment] = ACTIONS(3), + [anon_sym_COMMA] = ACTIONS(1873), + [anon_sym_LPAREN] = ACTIONS(1873), + [anon_sym_LBRACK] = ACTIONS(1873), + [anon_sym_QMARK] = ACTIONS(1875), + [anon_sym_QMARK2] = ACTIONS(1873), + [anon_sym_AMP] = ACTIONS(1873), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(1875), + [anon_sym_GT] = ACTIONS(1875), + [anon_sym_LBRACE] = ACTIONS(1873), + [anon_sym_CARET_LBRACE] = ACTIONS(1873), + [anon_sym_RBRACE] = ACTIONS(1873), + [anon_sym_PLUS_EQ] = ACTIONS(1873), + [anon_sym_DASH_EQ] = ACTIONS(1873), + [anon_sym_STAR_EQ] = ACTIONS(1873), + [anon_sym_SLASH_EQ] = ACTIONS(1873), + [anon_sym_PERCENT_EQ] = ACTIONS(1873), + [anon_sym_BANG_EQ] = ACTIONS(3508), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3510), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3510), + [anon_sym_LT_EQ] = ACTIONS(1873), + [anon_sym_GT_EQ] = ACTIONS(1873), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1873), + [anon_sym_DOT_DOT_LT] = ACTIONS(1873), + [anon_sym_is] = ACTIONS(3516), + [anon_sym_PLUS] = ACTIONS(3518), + [anon_sym_DASH] = ACTIONS(3518), + [anon_sym_STAR] = ACTIONS(3520), + [anon_sym_SLASH] = ACTIONS(3520), + [anon_sym_PERCENT] = ACTIONS(3520), + [anon_sym_PLUS_PLUS] = ACTIONS(3522), + [anon_sym_DASH_DASH] = ACTIONS(3522), + [anon_sym_PIPE] = ACTIONS(1873), + [anon_sym_CARET] = ACTIONS(1875), + [anon_sym_LT_LT] = ACTIONS(1873), + [anon_sym_GT_GT] = ACTIONS(1873), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(1873), + [sym__explicit_semi] = ACTIONS(1873), + [sym__dot_custom] = ACTIONS(1873), + [sym__conjunction_operator_custom] = ACTIONS(3528), + [sym__disjunction_operator_custom] = ACTIONS(3530), + [sym__nil_coalescing_operator_custom] = ACTIONS(3532), + [sym__eq_custom] = ACTIONS(1873), + [sym__eq_eq_custom] = ACTIONS(3510), + [sym__plus_then_ws] = ACTIONS(3534), + [sym__minus_then_ws] = ACTIONS(3534), + [sym__bang_custom] = ACTIONS(3536), + [sym_where_keyword] = ACTIONS(1873), + [sym__as_custom] = ACTIONS(1873), + [sym__as_quest_custom] = ACTIONS(1873), + [sym__as_bang_custom] = ACTIONS(1873), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1466)] = { + [sym__quest] = STATE(690), + [sym__immediate_quest] = STATE(2533), + [sym__range_operator] = STATE(412), + [sym_custom_operator] = STATE(416), + [sym_navigation_suffix] = STATE(2567), + [sym_call_suffix] = STATE(2568), + [sym__fn_call_lambda_arguments] = STATE(2576), + [sym_value_arguments] = STATE(2268), + [sym_lambda_literal] = STATE(1700), + [sym__equality_operator] = STATE(418), + [sym__comparison_operator] = STATE(419), + [sym__three_dot_operator] = STATE(1109), + [sym__open_ended_range_operator] = STATE(412), + [sym__is_operator] = STATE(4432), + [sym__additive_operator] = STATE(657), + [sym__multiplicative_operator] = STATE(672), + [sym_as_operator] = STATE(4434), + [sym__bitwise_binary_operator] = STATE(420), + [sym__postfix_unary_operator] = STATE(2615), + [sym__eq_eq] = STATE(418), + [sym__dot] = STATE(5494), + [sym__conjunction_operator] = STATE(421), + [sym__disjunction_operator] = STATE(422), + [sym__nil_coalescing_operator] = STATE(423), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(2615), + [ts_builtin_sym_end] = ACTIONS(1857), + [anon_sym_BANG] = ACTIONS(3496), + [sym_comment] = ACTIONS(3), + [anon_sym_COMMA] = ACTIONS(1857), + [anon_sym_LPAREN] = ACTIONS(3498), + [anon_sym_LBRACK] = ACTIONS(3500), + [anon_sym_QMARK] = ACTIONS(3538), + [anon_sym_QMARK2] = ACTIONS(3502), + [anon_sym_AMP] = ACTIONS(3504), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3506), + [anon_sym_GT] = ACTIONS(3506), + [anon_sym_LBRACE] = ACTIONS(3540), + [anon_sym_CARET_LBRACE] = ACTIONS(3540), + [anon_sym_RBRACE] = ACTIONS(1857), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3508), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3510), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3510), + [anon_sym_LT_EQ] = ACTIONS(3512), + [anon_sym_GT_EQ] = ACTIONS(3512), + [anon_sym_DOT_DOT_DOT] = ACTIONS(921), + [anon_sym_DOT_DOT_LT] = ACTIONS(3514), + [anon_sym_is] = ACTIONS(3516), + [anon_sym_PLUS] = ACTIONS(3518), + [anon_sym_DASH] = ACTIONS(3518), + [anon_sym_STAR] = ACTIONS(3520), + [anon_sym_SLASH] = ACTIONS(3520), + [anon_sym_PERCENT] = ACTIONS(3520), + [anon_sym_PLUS_PLUS] = ACTIONS(3522), + [anon_sym_DASH_DASH] = ACTIONS(3522), + [anon_sym_PIPE] = ACTIONS(3504), + [anon_sym_CARET] = ACTIONS(3524), + [anon_sym_LT_LT] = ACTIONS(3504), + [anon_sym_GT_GT] = ACTIONS(3504), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(1857), + [sym__explicit_semi] = ACTIONS(1857), + [sym__dot_custom] = ACTIONS(3526), + [sym__conjunction_operator_custom] = ACTIONS(3528), + [sym__disjunction_operator_custom] = ACTIONS(3530), + [sym__nil_coalescing_operator_custom] = ACTIONS(3532), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3510), + [sym__plus_then_ws] = ACTIONS(3534), + [sym__minus_then_ws] = ACTIONS(3534), + [sym__bang_custom] = ACTIONS(3536), + [sym_where_keyword] = ACTIONS(1857), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1467)] = { + [sym__quest] = STATE(726), + [sym__immediate_quest] = STATE(2736), + [sym__range_operator] = STATE(407), + [sym_custom_operator] = STATE(408), + [sym_navigation_suffix] = STATE(2750), + [sym_call_suffix] = STATE(2759), + [sym__fn_call_lambda_arguments] = STATE(2762), + [sym_value_arguments] = STATE(2421), + [sym_lambda_literal] = STATE(1716), + [sym__equality_operator] = STATE(411), + [sym__comparison_operator] = STATE(440), + [sym__three_dot_operator] = STATE(1136), + [sym__open_ended_range_operator] = STATE(407), + [sym__is_operator] = STATE(4342), + [sym__additive_operator] = STATE(585), + [sym__multiplicative_operator] = STATE(646), + [sym_as_operator] = STATE(4566), + [sym__bitwise_binary_operator] = STATE(499), + [sym__postfix_unary_operator] = STATE(2821), + [sym__eq_eq] = STATE(411), + [sym__dot] = STATE(5511), + [sym__conjunction_operator] = STATE(404), + [sym__disjunction_operator] = STATE(405), + [sym__nil_coalescing_operator] = STATE(406), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(2821), + [ts_builtin_sym_end] = ACTIONS(1877), + [anon_sym_BANG] = ACTIONS(3544), + [sym_comment] = ACTIONS(3), + [anon_sym_COMMA] = ACTIONS(1877), + [anon_sym_LPAREN] = ACTIONS(3546), + [anon_sym_LBRACK] = ACTIONS(3548), + [anon_sym_QMARK] = ACTIONS(3586), + [anon_sym_QMARK2] = ACTIONS(3550), + [anon_sym_AMP] = ACTIONS(3552), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3554), + [anon_sym_GT] = ACTIONS(3554), + [anon_sym_LBRACE] = ACTIONS(3590), + [anon_sym_CARET_LBRACE] = ACTIONS(3590), + [anon_sym_RBRACE] = ACTIONS(1877), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3556), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3558), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3558), + [anon_sym_LT_EQ] = ACTIONS(3560), + [anon_sym_GT_EQ] = ACTIONS(3560), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(3562), + [anon_sym_is] = ACTIONS(3564), + [anon_sym_PLUS] = ACTIONS(3566), + [anon_sym_DASH] = ACTIONS(3566), + [anon_sym_STAR] = ACTIONS(3568), + [anon_sym_SLASH] = ACTIONS(3568), + [anon_sym_PERCENT] = ACTIONS(3568), + [anon_sym_PLUS_PLUS] = ACTIONS(3570), + [anon_sym_DASH_DASH] = ACTIONS(3570), + [anon_sym_PIPE] = ACTIONS(3552), + [anon_sym_CARET] = ACTIONS(3572), + [anon_sym_LT_LT] = ACTIONS(3552), + [anon_sym_GT_GT] = ACTIONS(3552), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(1877), + [sym__explicit_semi] = ACTIONS(1877), + [sym__dot_custom] = ACTIONS(3574), + [sym__conjunction_operator_custom] = ACTIONS(3576), + [sym__disjunction_operator_custom] = ACTIONS(3578), + [sym__nil_coalescing_operator_custom] = ACTIONS(3580), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3558), + [sym__plus_then_ws] = ACTIONS(3582), + [sym__minus_then_ws] = ACTIONS(3582), + [sym__bang_custom] = ACTIONS(3584), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1468)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2513), + [sym_expr_hack_at_ternary_binary_call_suffix] = STATE(941), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_RPAREN] = ACTIONS(1807), + [anon_sym_COMMA] = ACTIONS(1807), + [anon_sym_COLON] = ACTIONS(1807), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_RBRACK] = ACTIONS(1807), + [anon_sym_QMARK] = ACTIONS(1813), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(1807), + [anon_sym_CARET_LBRACE] = ACTIONS(1807), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1469)] = { + [sym__quest] = STATE(726), + [sym__immediate_quest] = STATE(2736), + [sym__range_operator] = STATE(407), + [sym_custom_operator] = STATE(408), + [sym_navigation_suffix] = STATE(2750), + [sym_call_suffix] = STATE(2759), + [sym__fn_call_lambda_arguments] = STATE(2762), + [sym_value_arguments] = STATE(2421), + [sym_lambda_literal] = STATE(1716), + [sym__equality_operator] = STATE(411), + [sym__comparison_operator] = STATE(440), + [sym__three_dot_operator] = STATE(1136), + [sym__open_ended_range_operator] = STATE(407), + [sym__is_operator] = STATE(4342), + [sym__additive_operator] = STATE(585), + [sym__multiplicative_operator] = STATE(646), + [sym_as_operator] = STATE(4566), + [sym__bitwise_binary_operator] = STATE(499), + [sym__postfix_unary_operator] = STATE(2821), + [sym__eq_eq] = STATE(411), + [sym__dot] = STATE(5511), + [sym__conjunction_operator] = STATE(404), + [sym__disjunction_operator] = STATE(405), + [sym__nil_coalescing_operator] = STATE(406), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(2821), + [ts_builtin_sym_end] = ACTIONS(1887), + [anon_sym_BANG] = ACTIONS(1885), + [sym_comment] = ACTIONS(3), + [anon_sym_COMMA] = ACTIONS(1887), + [anon_sym_LPAREN] = ACTIONS(1887), + [anon_sym_LBRACK] = ACTIONS(1887), + [anon_sym_QMARK] = ACTIONS(1885), + [anon_sym_QMARK2] = ACTIONS(1887), + [anon_sym_AMP] = ACTIONS(1887), + [aux_sym_custom_operator_token1] = ACTIONS(1887), + [anon_sym_LT] = ACTIONS(1885), + [anon_sym_GT] = ACTIONS(1885), + [anon_sym_LBRACE] = ACTIONS(1887), + [anon_sym_CARET_LBRACE] = ACTIONS(1887), + [anon_sym_RBRACE] = ACTIONS(1887), + [anon_sym_PLUS_EQ] = ACTIONS(1887), + [anon_sym_DASH_EQ] = ACTIONS(1887), + [anon_sym_STAR_EQ] = ACTIONS(1887), + [anon_sym_SLASH_EQ] = ACTIONS(1887), + [anon_sym_PERCENT_EQ] = ACTIONS(1887), + [anon_sym_BANG_EQ] = ACTIONS(1885), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1887), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1887), + [anon_sym_LT_EQ] = ACTIONS(1887), + [anon_sym_GT_EQ] = ACTIONS(1887), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1887), + [anon_sym_DOT_DOT_LT] = ACTIONS(1887), + [anon_sym_is] = ACTIONS(1887), + [anon_sym_PLUS] = ACTIONS(1885), + [anon_sym_DASH] = ACTIONS(1885), + [anon_sym_STAR] = ACTIONS(3568), + [anon_sym_SLASH] = ACTIONS(3568), + [anon_sym_PERCENT] = ACTIONS(3568), + [anon_sym_PLUS_PLUS] = ACTIONS(1887), + [anon_sym_DASH_DASH] = ACTIONS(1887), + [anon_sym_PIPE] = ACTIONS(1887), + [anon_sym_CARET] = ACTIONS(1885), + [anon_sym_LT_LT] = ACTIONS(1887), + [anon_sym_GT_GT] = ACTIONS(1887), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(1887), + [sym__explicit_semi] = ACTIONS(1887), + [sym__dot_custom] = ACTIONS(1887), + [sym__conjunction_operator_custom] = ACTIONS(1887), + [sym__disjunction_operator_custom] = ACTIONS(1887), + [sym__nil_coalescing_operator_custom] = ACTIONS(1887), + [sym__eq_custom] = ACTIONS(1887), + [sym__eq_eq_custom] = ACTIONS(1887), + [sym__plus_then_ws] = ACTIONS(1887), + [sym__minus_then_ws] = ACTIONS(1887), + [sym__bang_custom] = ACTIONS(1887), + [sym__as_custom] = ACTIONS(1887), + [sym__as_quest_custom] = ACTIONS(1887), + [sym__as_bang_custom] = ACTIONS(1887), + [sym__custom_operator] = ACTIONS(1887), + }, + [STATE(1470)] = { + [sym__quest] = STATE(706), + [sym__immediate_quest] = STATE(2992), + [sym__range_operator] = STATE(447), + [sym_custom_operator] = STATE(448), + [sym_navigation_suffix] = STATE(2994), + [sym_call_suffix] = STATE(2995), + [sym__fn_call_lambda_arguments] = STATE(2997), + [sym_value_arguments] = STATE(2673), + [sym_lambda_literal] = STATE(1725), + [sym__equality_operator] = STATE(449), + [sym__comparison_operator] = STATE(450), + [sym__three_dot_operator] = STATE(1164), + [sym__open_ended_range_operator] = STATE(447), + [sym__is_operator] = STATE(4227), + [sym__additive_operator] = STATE(610), + [sym__multiplicative_operator] = STATE(611), + [sym_as_operator] = STATE(4228), + [sym__bitwise_binary_operator] = STATE(451), + [sym__postfix_unary_operator] = STATE(2998), + [sym_willset_didset_block] = STATE(7705), + [sym__eq_eq] = STATE(449), + [sym__dot] = STATE(5518), + [sym__conjunction_operator] = STATE(453), + [sym__disjunction_operator] = STATE(454), + [sym__nil_coalescing_operator] = STATE(456), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(2998), + [anon_sym_BANG] = ACTIONS(3620), + [sym_comment] = ACTIONS(3), + [anon_sym_COMMA] = ACTIONS(1893), + [anon_sym_LPAREN] = ACTIONS(3622), + [anon_sym_LBRACK] = ACTIONS(3624), + [anon_sym_QMARK] = ACTIONS(3626), + [anon_sym_QMARK2] = ACTIONS(3628), + [anon_sym_AMP] = ACTIONS(3630), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3632), + [anon_sym_GT] = ACTIONS(3632), + [anon_sym_LBRACE] = ACTIONS(3634), + [anon_sym_CARET_LBRACE] = ACTIONS(3636), + [anon_sym_RBRACE] = ACTIONS(1893), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3638), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3640), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3640), + [anon_sym_LT_EQ] = ACTIONS(3642), + [anon_sym_GT_EQ] = ACTIONS(3642), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1059), + [anon_sym_DOT_DOT_LT] = ACTIONS(3644), + [anon_sym_is] = ACTIONS(3646), + [anon_sym_PLUS] = ACTIONS(3648), + [anon_sym_DASH] = ACTIONS(3648), + [anon_sym_STAR] = ACTIONS(3650), + [anon_sym_SLASH] = ACTIONS(3650), + [anon_sym_PERCENT] = ACTIONS(3650), + [anon_sym_PLUS_PLUS] = ACTIONS(3652), + [anon_sym_DASH_DASH] = ACTIONS(3652), + [anon_sym_PIPE] = ACTIONS(3630), + [anon_sym_CARET] = ACTIONS(3654), + [anon_sym_LT_LT] = ACTIONS(3630), + [anon_sym_GT_GT] = ACTIONS(3630), + [sym_multiline_comment] = ACTIONS(1893), + [sym__implicit_semi] = ACTIONS(1893), + [sym__explicit_semi] = ACTIONS(1893), + [sym__dot_custom] = ACTIONS(3656), + [sym__conjunction_operator_custom] = ACTIONS(3658), + [sym__disjunction_operator_custom] = ACTIONS(3660), + [sym__nil_coalescing_operator_custom] = ACTIONS(3662), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3640), + [sym__plus_then_ws] = ACTIONS(3664), + [sym__minus_then_ws] = ACTIONS(3664), + [sym__bang_custom] = ACTIONS(3666), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1471)] = { + [sym__quest] = STATE(726), + [sym__immediate_quest] = STATE(2736), + [sym__range_operator] = STATE(407), + [sym_custom_operator] = STATE(408), + [sym_navigation_suffix] = STATE(2750), + [sym_call_suffix] = STATE(2759), + [sym__fn_call_lambda_arguments] = STATE(2762), + [sym_value_arguments] = STATE(2421), + [sym_lambda_literal] = STATE(1716), + [sym__equality_operator] = STATE(411), + [sym__comparison_operator] = STATE(440), + [sym__three_dot_operator] = STATE(1136), + [sym__open_ended_range_operator] = STATE(407), + [sym__is_operator] = STATE(4342), + [sym__additive_operator] = STATE(585), + [sym__multiplicative_operator] = STATE(646), + [sym_as_operator] = STATE(4566), + [sym__bitwise_binary_operator] = STATE(499), + [sym__postfix_unary_operator] = STATE(2821), + [sym__eq_eq] = STATE(411), + [sym__dot] = STATE(5511), + [sym__conjunction_operator] = STATE(404), + [sym__disjunction_operator] = STATE(405), + [sym__nil_coalescing_operator] = STATE(406), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(2821), + [ts_builtin_sym_end] = ACTIONS(1903), + [anon_sym_BANG] = ACTIONS(3544), + [sym_comment] = ACTIONS(3), + [anon_sym_COMMA] = ACTIONS(1903), + [anon_sym_LPAREN] = ACTIONS(3546), + [anon_sym_LBRACK] = ACTIONS(3548), + [anon_sym_QMARK] = ACTIONS(3586), + [anon_sym_QMARK2] = ACTIONS(3550), + [anon_sym_AMP] = ACTIONS(3552), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3554), + [anon_sym_GT] = ACTIONS(3554), + [anon_sym_LBRACE] = ACTIONS(3590), + [anon_sym_CARET_LBRACE] = ACTIONS(3590), + [anon_sym_RBRACE] = ACTIONS(1903), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3556), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3558), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3558), + [anon_sym_LT_EQ] = ACTIONS(3560), + [anon_sym_GT_EQ] = ACTIONS(3560), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(3562), + [anon_sym_is] = ACTIONS(3564), + [anon_sym_PLUS] = ACTIONS(3566), + [anon_sym_DASH] = ACTIONS(3566), + [anon_sym_STAR] = ACTIONS(3568), + [anon_sym_SLASH] = ACTIONS(3568), + [anon_sym_PERCENT] = ACTIONS(3568), + [anon_sym_PLUS_PLUS] = ACTIONS(3570), + [anon_sym_DASH_DASH] = ACTIONS(3570), + [anon_sym_PIPE] = ACTIONS(3552), + [anon_sym_CARET] = ACTIONS(3572), + [anon_sym_LT_LT] = ACTIONS(3552), + [anon_sym_GT_GT] = ACTIONS(3552), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(1903), + [sym__explicit_semi] = ACTIONS(1903), + [sym__dot_custom] = ACTIONS(3574), + [sym__conjunction_operator_custom] = ACTIONS(3576), + [sym__disjunction_operator_custom] = ACTIONS(3578), + [sym__nil_coalescing_operator_custom] = ACTIONS(3580), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3558), + [sym__plus_then_ws] = ACTIONS(3582), + [sym__minus_then_ws] = ACTIONS(3582), + [sym__bang_custom] = ACTIONS(3584), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1472)] = { + [sym_simple_identifier] = STATE(5672), + [sym__contextual_simple_identifier] = STATE(6228), + [sym_identifier] = STATE(7229), + [sym_unannotated_type] = STATE(5958), + [sym_user_type] = STATE(6137), + [sym__simple_user_type] = STATE(6123), + [sym_tuple_type] = STATE(5475), + [sym_function_type] = STATE(6481), + [sym_array_type] = STATE(6137), + [sym_dictionary_type] = STATE(6137), + [sym_optional_type] = STATE(6481), + [sym_metatype] = STATE(6481), + [sym_opaque_type] = STATE(6481), + [sym_existential_type] = STATE(6481), + [sym_type_parameter_pack] = STATE(6481), + [sym_type_pack_expansion] = STATE(6481), + [sym_protocol_composition_type] = STATE(6481), + [sym_suppressed_constraint] = STATE(6481), + [sym__parenthesized_type] = STATE(6356), + [sym_type_constraint] = STATE(4213), + [sym_inheritance_constraint] = STATE(4417), + [sym_equality_constraint] = STATE(4417), + [sym__constrained_type] = STATE(7229), + [sym_nested_type_identifier] = STATE(7229), + [sym_attribute] = STATE(4199), + [sym__parameter_ownership_modifier] = STATE(6228), + [aux_sym__lambda_type_declaration_repeat1] = STATE(4199), + [sym_comment] = ACTIONS(5), + [aux_sym_simple_identifier_token1] = ACTIONS(3056), + [aux_sym_simple_identifier_token2] = ACTIONS(3058), + [aux_sym_simple_identifier_token3] = ACTIONS(3058), + [aux_sym_simple_identifier_token4] = ACTIONS(3058), + [anon_sym_actor] = ACTIONS(3056), + [anon_sym_async] = ACTIONS(3056), + [anon_sym_each] = ACTIONS(3060), + [anon_sym_lazy] = ACTIONS(3056), + [anon_sym_repeat] = ACTIONS(3062), + [anon_sym_package] = ACTIONS(3056), + [anon_sym_COMMA] = ACTIONS(3064), + [anon_sym_LPAREN] = ACTIONS(3066), + [anon_sym_LBRACK] = ACTIONS(3068), + [anon_sym_some] = ACTIONS(3070), + [anon_sym_any] = ACTIONS(3072), + [anon_sym_TILDE] = ACTIONS(3074), + [anon_sym_LBRACE] = ACTIONS(3064), + [anon_sym_RBRACE] = ACTIONS(3064), + [anon_sym_case] = ACTIONS(3076), + [anon_sym_fallthrough] = ACTIONS(3076), + [anon_sym_class] = ACTIONS(3076), + [anon_sym_prefix] = ACTIONS(3076), + [anon_sym_infix] = ACTIONS(3076), + [anon_sym_postfix] = ACTIONS(3076), + [anon_sym_AT] = ACTIONS(775), + [anon_sym_override] = ACTIONS(3076), + [anon_sym_convenience] = ACTIONS(3076), + [anon_sym_required] = ACTIONS(3076), + [anon_sym_nonisolated] = ACTIONS(3076), + [anon_sym_public] = ACTIONS(3076), + [anon_sym_private] = ACTIONS(3076), + [anon_sym_internal] = ACTIONS(3076), + [anon_sym_fileprivate] = ACTIONS(3076), + [anon_sym_open] = ACTIONS(3076), + [anon_sym_mutating] = ACTIONS(3076), + [anon_sym_nonmutating] = ACTIONS(3076), + [anon_sym_static] = ACTIONS(3076), + [anon_sym_dynamic] = ACTIONS(3076), + [anon_sym_optional] = ACTIONS(3076), + [anon_sym_distributed] = ACTIONS(3076), + [anon_sym_final] = ACTIONS(3076), + [anon_sym_inout] = ACTIONS(3076), + [anon_sym_ATescaping] = ACTIONS(3064), + [anon_sym_ATautoclosure] = ACTIONS(3064), + [anon_sym_weak] = ACTIONS(3076), + [anon_sym_unowned] = ACTIONS(3076), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(3064), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(3064), + [anon_sym_borrowing] = ACTIONS(3056), + [anon_sym_consuming] = ACTIONS(3056), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(3064), + [sym__explicit_semi] = ACTIONS(3064), + [sym__eq_custom] = ACTIONS(3064), + [sym_default_keyword] = ACTIONS(3064), + }, + [STATE(1473)] = { + [sym__quest] = STATE(706), + [sym__immediate_quest] = STATE(2992), + [sym__range_operator] = STATE(447), + [sym_custom_operator] = STATE(448), + [sym_navigation_suffix] = STATE(2994), + [sym_call_suffix] = STATE(2995), + [sym__fn_call_lambda_arguments] = STATE(2997), + [sym_value_arguments] = STATE(2468), + [sym_expr_hack_at_ternary_binary_call_suffix] = STATE(3051), + [sym_lambda_literal] = STATE(1725), + [sym__equality_operator] = STATE(449), + [sym__comparison_operator] = STATE(450), + [sym__three_dot_operator] = STATE(1164), + [sym__open_ended_range_operator] = STATE(447), + [sym__is_operator] = STATE(4227), + [sym__additive_operator] = STATE(610), + [sym__multiplicative_operator] = STATE(611), + [sym_as_operator] = STATE(4228), + [sym__bitwise_binary_operator] = STATE(451), + [sym__postfix_unary_operator] = STATE(2998), + [sym__eq_eq] = STATE(449), + [sym__dot] = STATE(5518), + [sym__conjunction_operator] = STATE(453), + [sym__disjunction_operator] = STATE(454), + [sym__nil_coalescing_operator] = STATE(456), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(2998), + [anon_sym_BANG] = ACTIONS(3620), + [sym_comment] = ACTIONS(3), + [anon_sym_COMMA] = ACTIONS(1807), + [anon_sym_LPAREN] = ACTIONS(3622), + [anon_sym_LBRACK] = ACTIONS(3624), + [anon_sym_QMARK] = ACTIONS(1813), + [anon_sym_QMARK2] = ACTIONS(3628), + [anon_sym_AMP] = ACTIONS(3630), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3632), + [anon_sym_GT] = ACTIONS(3632), + [anon_sym_LBRACE] = ACTIONS(1807), + [anon_sym_CARET_LBRACE] = ACTIONS(1807), + [anon_sym_RBRACE] = ACTIONS(1807), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3638), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3640), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3640), + [anon_sym_LT_EQ] = ACTIONS(3642), + [anon_sym_GT_EQ] = ACTIONS(3642), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1059), + [anon_sym_DOT_DOT_LT] = ACTIONS(3644), + [anon_sym_is] = ACTIONS(3646), + [anon_sym_PLUS] = ACTIONS(3648), + [anon_sym_DASH] = ACTIONS(3648), + [anon_sym_STAR] = ACTIONS(3650), + [anon_sym_SLASH] = ACTIONS(3650), + [anon_sym_PERCENT] = ACTIONS(3650), + [anon_sym_PLUS_PLUS] = ACTIONS(3652), + [anon_sym_DASH_DASH] = ACTIONS(3652), + [anon_sym_PIPE] = ACTIONS(3630), + [anon_sym_CARET] = ACTIONS(3654), + [anon_sym_LT_LT] = ACTIONS(3630), + [anon_sym_GT_GT] = ACTIONS(3630), + [sym_multiline_comment] = ACTIONS(1807), + [sym__implicit_semi] = ACTIONS(1807), + [sym__explicit_semi] = ACTIONS(1807), + [sym__dot_custom] = ACTIONS(3656), + [sym__conjunction_operator_custom] = ACTIONS(3658), + [sym__disjunction_operator_custom] = ACTIONS(3660), + [sym__nil_coalescing_operator_custom] = ACTIONS(3662), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3640), + [sym__plus_then_ws] = ACTIONS(3664), + [sym__minus_then_ws] = ACTIONS(3664), + [sym__bang_custom] = ACTIONS(3666), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1474)] = { + [sym__quest] = STATE(726), + [sym__immediate_quest] = STATE(2736), + [sym__range_operator] = STATE(407), + [sym_custom_operator] = STATE(408), + [sym_navigation_suffix] = STATE(2750), + [sym_call_suffix] = STATE(2759), + [sym__fn_call_lambda_arguments] = STATE(2762), + [sym_value_arguments] = STATE(2421), + [sym_lambda_literal] = STATE(1716), + [sym__equality_operator] = STATE(411), + [sym__comparison_operator] = STATE(440), + [sym__three_dot_operator] = STATE(1136), + [sym__open_ended_range_operator] = STATE(407), + [sym__is_operator] = STATE(4342), + [sym__additive_operator] = STATE(585), + [sym__multiplicative_operator] = STATE(646), + [sym_as_operator] = STATE(4566), + [sym__bitwise_binary_operator] = STATE(499), + [sym__postfix_unary_operator] = STATE(2821), + [sym__eq_eq] = STATE(411), + [sym__dot] = STATE(5511), + [sym__conjunction_operator] = STATE(404), + [sym__disjunction_operator] = STATE(405), + [sym__nil_coalescing_operator] = STATE(406), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(2821), + [ts_builtin_sym_end] = ACTIONS(1857), + [anon_sym_BANG] = ACTIONS(3544), + [sym_comment] = ACTIONS(3), + [anon_sym_COMMA] = ACTIONS(1857), + [anon_sym_LPAREN] = ACTIONS(3546), + [anon_sym_LBRACK] = ACTIONS(3548), + [anon_sym_QMARK] = ACTIONS(3586), + [anon_sym_QMARK2] = ACTIONS(3550), + [anon_sym_AMP] = ACTIONS(3552), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3554), + [anon_sym_GT] = ACTIONS(3554), + [anon_sym_LBRACE] = ACTIONS(3590), + [anon_sym_CARET_LBRACE] = ACTIONS(3590), + [anon_sym_RBRACE] = ACTIONS(1857), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3556), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3558), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3558), + [anon_sym_LT_EQ] = ACTIONS(3560), + [anon_sym_GT_EQ] = ACTIONS(3560), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(3562), + [anon_sym_is] = ACTIONS(3564), + [anon_sym_PLUS] = ACTIONS(3566), + [anon_sym_DASH] = ACTIONS(3566), + [anon_sym_STAR] = ACTIONS(3568), + [anon_sym_SLASH] = ACTIONS(3568), + [anon_sym_PERCENT] = ACTIONS(3568), + [anon_sym_PLUS_PLUS] = ACTIONS(3570), + [anon_sym_DASH_DASH] = ACTIONS(3570), + [anon_sym_PIPE] = ACTIONS(3552), + [anon_sym_CARET] = ACTIONS(3572), + [anon_sym_LT_LT] = ACTIONS(3552), + [anon_sym_GT_GT] = ACTIONS(3552), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(1857), + [sym__explicit_semi] = ACTIONS(1857), + [sym__dot_custom] = ACTIONS(3574), + [sym__conjunction_operator_custom] = ACTIONS(3576), + [sym__disjunction_operator_custom] = ACTIONS(3578), + [sym__nil_coalescing_operator_custom] = ACTIONS(3580), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3558), + [sym__plus_then_ws] = ACTIONS(3582), + [sym__minus_then_ws] = ACTIONS(3582), + [sym__bang_custom] = ACTIONS(3584), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1475)] = { + [sym__try_operator_type] = STATE(1648), + [anon_sym_BANG] = ACTIONS(3668), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(3668), + [aux_sym_simple_identifier_token2] = ACTIONS(3670), + [aux_sym_simple_identifier_token3] = ACTIONS(3670), + [aux_sym_simple_identifier_token4] = ACTIONS(3670), + [anon_sym_actor] = ACTIONS(3668), + [anon_sym_async] = ACTIONS(3668), + [anon_sym_each] = ACTIONS(3668), + [anon_sym_lazy] = ACTIONS(3668), + [anon_sym_repeat] = ACTIONS(3668), + [anon_sym_package] = ACTIONS(3668), + [anon_sym_nil] = ACTIONS(3668), + [sym_real_literal] = ACTIONS(3670), + [sym_integer_literal] = ACTIONS(3668), + [sym_hex_literal] = ACTIONS(3668), + [sym_oct_literal] = ACTIONS(3670), + [sym_bin_literal] = ACTIONS(3670), + [anon_sym_true] = ACTIONS(3668), + [anon_sym_false] = ACTIONS(3668), + [anon_sym_DQUOTE] = ACTIONS(3668), + [anon_sym_BSLASH] = ACTIONS(3670), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(3670), + [sym__oneline_regex_literal] = ACTIONS(3668), + [anon_sym_BANG2] = ACTIONS(3672), + [anon_sym_LPAREN] = ACTIONS(3670), + [anon_sym_LBRACK] = ACTIONS(3670), + [anon_sym_QMARK2] = ACTIONS(3674), + [anon_sym_AMP] = ACTIONS(3670), + [anon_sym_TILDE] = ACTIONS(3670), + [anon_sym_if] = ACTIONS(3668), + [anon_sym_switch] = ACTIONS(3668), + [aux_sym_custom_operator_token1] = ACTIONS(3670), + [anon_sym_LT] = ACTIONS(3668), + [anon_sym_GT] = ACTIONS(3668), + [anon_sym_await] = ACTIONS(3668), + [anon_sym_LBRACE] = ACTIONS(3670), + [anon_sym_CARET_LBRACE] = ACTIONS(3670), + [anon_sym_self] = ACTIONS(3668), + [anon_sym_super] = ACTIONS(3668), + [anon_sym_try] = ACTIONS(3668), + [anon_sym_PLUS_EQ] = ACTIONS(3670), + [anon_sym_DASH_EQ] = ACTIONS(3670), + [anon_sym_STAR_EQ] = ACTIONS(3670), + [anon_sym_SLASH_EQ] = ACTIONS(3670), + [anon_sym_PERCENT_EQ] = ACTIONS(3670), + [anon_sym_BANG_EQ] = ACTIONS(3668), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3670), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3670), + [anon_sym_LT_EQ] = ACTIONS(3670), + [anon_sym_GT_EQ] = ACTIONS(3670), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3670), + [anon_sym_DOT_DOT_LT] = ACTIONS(3670), + [anon_sym_PLUS] = ACTIONS(3668), + [anon_sym_DASH] = ACTIONS(3668), + [anon_sym_STAR] = ACTIONS(3668), + [anon_sym_SLASH] = ACTIONS(3668), + [anon_sym_PERCENT] = ACTIONS(3668), + [anon_sym_PLUS_PLUS] = ACTIONS(3670), + [anon_sym_DASH_DASH] = ACTIONS(3670), + [anon_sym_PIPE] = ACTIONS(3670), + [anon_sym_CARET] = ACTIONS(3668), + [anon_sym_LT_LT] = ACTIONS(3670), + [anon_sym_GT_GT] = ACTIONS(3670), + [anon_sym_borrowing] = ACTIONS(3668), + [anon_sym_consuming] = ACTIONS(3668), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(3670), + [sym_raw_str_end_part] = ACTIONS(3670), + [sym__dot_custom] = ACTIONS(3670), + [sym__eq_custom] = ACTIONS(3670), + [sym__eq_eq_custom] = ACTIONS(3670), + [sym__plus_then_ws] = ACTIONS(3670), + [sym__minus_then_ws] = ACTIONS(3670), + [sym__bang_custom] = ACTIONS(3670), + [sym__custom_operator] = ACTIONS(3670), + [sym__hash_symbol_custom] = ACTIONS(3670), + [sym__directive_if] = ACTIONS(3670), + [sym__directive_elseif] = ACTIONS(3670), + [sym__directive_else] = ACTIONS(3670), + [sym__directive_endif] = ACTIONS(3670), + [sym__fake_try_bang] = ACTIONS(3674), + }, + [STATE(1476)] = { + [sym__quest] = STATE(726), + [sym__immediate_quest] = STATE(2736), + [sym__range_operator] = STATE(407), + [sym_custom_operator] = STATE(408), + [sym_navigation_suffix] = STATE(2750), + [sym_call_suffix] = STATE(2759), + [sym__fn_call_lambda_arguments] = STATE(2762), + [sym_value_arguments] = STATE(2421), + [sym_lambda_literal] = STATE(1716), + [sym__equality_operator] = STATE(411), + [sym__comparison_operator] = STATE(440), + [sym__three_dot_operator] = STATE(1136), + [sym__open_ended_range_operator] = STATE(407), + [sym__is_operator] = STATE(4342), + [sym__additive_operator] = STATE(585), + [sym__multiplicative_operator] = STATE(646), + [sym_as_operator] = STATE(4566), + [sym__bitwise_binary_operator] = STATE(499), + [sym__postfix_unary_operator] = STATE(2821), + [sym__eq_eq] = STATE(411), + [sym__dot] = STATE(5511), + [sym__conjunction_operator] = STATE(404), + [sym__disjunction_operator] = STATE(405), + [sym__nil_coalescing_operator] = STATE(406), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(2821), + [ts_builtin_sym_end] = ACTIONS(1899), + [anon_sym_BANG] = ACTIONS(3544), + [sym_comment] = ACTIONS(3), + [anon_sym_COMMA] = ACTIONS(1899), + [anon_sym_LPAREN] = ACTIONS(3546), + [anon_sym_LBRACK] = ACTIONS(3548), + [anon_sym_QMARK] = ACTIONS(3586), + [anon_sym_QMARK2] = ACTIONS(3550), + [anon_sym_AMP] = ACTIONS(3552), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3554), + [anon_sym_GT] = ACTIONS(3554), + [anon_sym_LBRACE] = ACTIONS(3590), + [anon_sym_CARET_LBRACE] = ACTIONS(3590), + [anon_sym_RBRACE] = ACTIONS(1899), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3556), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3558), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3558), + [anon_sym_LT_EQ] = ACTIONS(3560), + [anon_sym_GT_EQ] = ACTIONS(3560), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(3562), + [anon_sym_is] = ACTIONS(3564), + [anon_sym_PLUS] = ACTIONS(3566), + [anon_sym_DASH] = ACTIONS(3566), + [anon_sym_STAR] = ACTIONS(3568), + [anon_sym_SLASH] = ACTIONS(3568), + [anon_sym_PERCENT] = ACTIONS(3568), + [anon_sym_PLUS_PLUS] = ACTIONS(3570), + [anon_sym_DASH_DASH] = ACTIONS(3570), + [anon_sym_PIPE] = ACTIONS(3552), + [anon_sym_CARET] = ACTIONS(3572), + [anon_sym_LT_LT] = ACTIONS(3552), + [anon_sym_GT_GT] = ACTIONS(3552), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(1899), + [sym__explicit_semi] = ACTIONS(1899), + [sym__dot_custom] = ACTIONS(3574), + [sym__conjunction_operator_custom] = ACTIONS(3576), + [sym__disjunction_operator_custom] = ACTIONS(3578), + [sym__nil_coalescing_operator_custom] = ACTIONS(3580), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3558), + [sym__plus_then_ws] = ACTIONS(3582), + [sym__minus_then_ws] = ACTIONS(3582), + [sym__bang_custom] = ACTIONS(3584), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1477)] = { + [sym_simple_identifier] = STATE(5672), + [sym__contextual_simple_identifier] = STATE(6228), + [sym_identifier] = STATE(7229), + [sym_unannotated_type] = STATE(5958), + [sym_user_type] = STATE(6137), + [sym__simple_user_type] = STATE(6123), + [sym_tuple_type] = STATE(5475), + [sym_function_type] = STATE(6481), + [sym_array_type] = STATE(6137), + [sym_dictionary_type] = STATE(6137), + [sym_optional_type] = STATE(6481), + [sym_metatype] = STATE(6481), + [sym_opaque_type] = STATE(6481), + [sym_existential_type] = STATE(6481), + [sym_type_parameter_pack] = STATE(6481), + [sym_type_pack_expansion] = STATE(6481), + [sym_protocol_composition_type] = STATE(6481), + [sym_suppressed_constraint] = STATE(6481), + [sym__parenthesized_type] = STATE(6356), + [sym_type_constraint] = STATE(4213), + [sym_inheritance_constraint] = STATE(4417), + [sym_equality_constraint] = STATE(4417), + [sym__constrained_type] = STATE(7229), + [sym_nested_type_identifier] = STATE(7229), + [sym_attribute] = STATE(4199), + [sym__parameter_ownership_modifier] = STATE(6228), + [aux_sym__lambda_type_declaration_repeat1] = STATE(4199), + [sym_comment] = ACTIONS(5), + [aux_sym_simple_identifier_token1] = ACTIONS(3056), + [aux_sym_simple_identifier_token2] = ACTIONS(3058), + [aux_sym_simple_identifier_token3] = ACTIONS(3058), + [aux_sym_simple_identifier_token4] = ACTIONS(3058), + [anon_sym_actor] = ACTIONS(3056), + [anon_sym_async] = ACTIONS(3056), + [anon_sym_each] = ACTIONS(3060), + [anon_sym_lazy] = ACTIONS(3056), + [anon_sym_repeat] = ACTIONS(3062), + [anon_sym_package] = ACTIONS(3056), + [anon_sym_COMMA] = ACTIONS(3080), + [anon_sym_LPAREN] = ACTIONS(3066), + [anon_sym_LBRACK] = ACTIONS(3068), + [anon_sym_some] = ACTIONS(3070), + [anon_sym_any] = ACTIONS(3072), + [anon_sym_TILDE] = ACTIONS(3074), + [anon_sym_LBRACE] = ACTIONS(3080), + [anon_sym_RBRACE] = ACTIONS(3080), + [anon_sym_case] = ACTIONS(3082), + [anon_sym_fallthrough] = ACTIONS(3082), + [anon_sym_class] = ACTIONS(3082), + [anon_sym_prefix] = ACTIONS(3082), + [anon_sym_infix] = ACTIONS(3082), + [anon_sym_postfix] = ACTIONS(3082), + [anon_sym_AT] = ACTIONS(775), + [anon_sym_override] = ACTIONS(3082), + [anon_sym_convenience] = ACTIONS(3082), + [anon_sym_required] = ACTIONS(3082), + [anon_sym_nonisolated] = ACTIONS(3082), + [anon_sym_public] = ACTIONS(3082), + [anon_sym_private] = ACTIONS(3082), + [anon_sym_internal] = ACTIONS(3082), + [anon_sym_fileprivate] = ACTIONS(3082), + [anon_sym_open] = ACTIONS(3082), + [anon_sym_mutating] = ACTIONS(3082), + [anon_sym_nonmutating] = ACTIONS(3082), + [anon_sym_static] = ACTIONS(3082), + [anon_sym_dynamic] = ACTIONS(3082), + [anon_sym_optional] = ACTIONS(3082), + [anon_sym_distributed] = ACTIONS(3082), + [anon_sym_final] = ACTIONS(3082), + [anon_sym_inout] = ACTIONS(3082), + [anon_sym_ATescaping] = ACTIONS(3080), + [anon_sym_ATautoclosure] = ACTIONS(3080), + [anon_sym_weak] = ACTIONS(3082), + [anon_sym_unowned] = ACTIONS(3082), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(3080), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(3080), + [anon_sym_borrowing] = ACTIONS(3056), + [anon_sym_consuming] = ACTIONS(3056), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(3080), + [sym__explicit_semi] = ACTIONS(3080), + [sym__eq_custom] = ACTIONS(3080), + [sym_default_keyword] = ACTIONS(3080), + }, + [STATE(1478)] = { + [sym__quest] = STATE(726), + [sym__immediate_quest] = STATE(2736), + [sym__range_operator] = STATE(407), + [sym_custom_operator] = STATE(408), + [sym_navigation_suffix] = STATE(2750), + [sym_call_suffix] = STATE(2759), + [sym__fn_call_lambda_arguments] = STATE(2762), + [sym_value_arguments] = STATE(2421), + [sym_lambda_literal] = STATE(1716), + [sym__equality_operator] = STATE(411), + [sym__comparison_operator] = STATE(440), + [sym__three_dot_operator] = STATE(1136), + [sym__open_ended_range_operator] = STATE(407), + [sym__is_operator] = STATE(4342), + [sym__additive_operator] = STATE(585), + [sym__multiplicative_operator] = STATE(646), + [sym_as_operator] = STATE(4566), + [sym__bitwise_binary_operator] = STATE(499), + [sym__postfix_unary_operator] = STATE(2821), + [sym__eq_eq] = STATE(411), + [sym__dot] = STATE(5511), + [sym__conjunction_operator] = STATE(404), + [sym__disjunction_operator] = STATE(405), + [sym__nil_coalescing_operator] = STATE(406), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(2821), + [ts_builtin_sym_end] = ACTIONS(1871), + [anon_sym_BANG] = ACTIONS(1869), + [sym_comment] = ACTIONS(3), + [anon_sym_COMMA] = ACTIONS(1871), + [anon_sym_LPAREN] = ACTIONS(1871), + [anon_sym_LBRACK] = ACTIONS(1871), + [anon_sym_QMARK] = ACTIONS(1869), + [anon_sym_QMARK2] = ACTIONS(1871), + [anon_sym_AMP] = ACTIONS(1871), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(1869), + [anon_sym_GT] = ACTIONS(1869), + [anon_sym_LBRACE] = ACTIONS(1871), + [anon_sym_CARET_LBRACE] = ACTIONS(1871), + [anon_sym_RBRACE] = ACTIONS(1871), + [anon_sym_PLUS_EQ] = ACTIONS(1871), + [anon_sym_DASH_EQ] = ACTIONS(1871), + [anon_sym_STAR_EQ] = ACTIONS(1871), + [anon_sym_SLASH_EQ] = ACTIONS(1871), + [anon_sym_PERCENT_EQ] = ACTIONS(1871), + [anon_sym_BANG_EQ] = ACTIONS(1869), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1871), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1871), + [anon_sym_LT_EQ] = ACTIONS(1871), + [anon_sym_GT_EQ] = ACTIONS(1871), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1871), + [anon_sym_DOT_DOT_LT] = ACTIONS(1871), + [anon_sym_is] = ACTIONS(1871), + [anon_sym_PLUS] = ACTIONS(3566), + [anon_sym_DASH] = ACTIONS(3566), + [anon_sym_STAR] = ACTIONS(3568), + [anon_sym_SLASH] = ACTIONS(3568), + [anon_sym_PERCENT] = ACTIONS(3568), + [anon_sym_PLUS_PLUS] = ACTIONS(1871), + [anon_sym_DASH_DASH] = ACTIONS(1871), + [anon_sym_PIPE] = ACTIONS(1871), + [anon_sym_CARET] = ACTIONS(1869), + [anon_sym_LT_LT] = ACTIONS(1871), + [anon_sym_GT_GT] = ACTIONS(1871), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(1871), + [sym__explicit_semi] = ACTIONS(1871), + [sym__dot_custom] = ACTIONS(1871), + [sym__conjunction_operator_custom] = ACTIONS(1871), + [sym__disjunction_operator_custom] = ACTIONS(1871), + [sym__nil_coalescing_operator_custom] = ACTIONS(3580), + [sym__eq_custom] = ACTIONS(1871), + [sym__eq_eq_custom] = ACTIONS(1871), + [sym__plus_then_ws] = ACTIONS(3582), + [sym__minus_then_ws] = ACTIONS(3582), + [sym__bang_custom] = ACTIONS(1871), + [sym__as_custom] = ACTIONS(1871), + [sym__as_quest_custom] = ACTIONS(1871), + [sym__as_bang_custom] = ACTIONS(1871), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1479)] = { + [sym__quest] = STATE(726), + [sym__immediate_quest] = STATE(2736), + [sym__range_operator] = STATE(407), + [sym_custom_operator] = STATE(408), + [sym_navigation_suffix] = STATE(2750), + [sym_call_suffix] = STATE(2759), + [sym__fn_call_lambda_arguments] = STATE(2762), + [sym_value_arguments] = STATE(2421), + [sym_lambda_literal] = STATE(1716), + [sym__equality_operator] = STATE(411), + [sym__comparison_operator] = STATE(440), + [sym__three_dot_operator] = STATE(1136), + [sym__open_ended_range_operator] = STATE(407), + [sym__is_operator] = STATE(4342), + [sym__additive_operator] = STATE(585), + [sym__multiplicative_operator] = STATE(646), + [sym_as_operator] = STATE(4566), + [sym__bitwise_binary_operator] = STATE(499), + [sym__postfix_unary_operator] = STATE(2821), + [sym__eq_eq] = STATE(411), + [sym__dot] = STATE(5511), + [sym__conjunction_operator] = STATE(404), + [sym__disjunction_operator] = STATE(405), + [sym__nil_coalescing_operator] = STATE(406), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(2821), + [ts_builtin_sym_end] = ACTIONS(2069), + [anon_sym_BANG] = ACTIONS(3544), + [sym_comment] = ACTIONS(3), + [anon_sym_COMMA] = ACTIONS(2069), + [anon_sym_LPAREN] = ACTIONS(3546), + [anon_sym_LBRACK] = ACTIONS(3548), + [anon_sym_QMARK] = ACTIONS(3586), + [anon_sym_QMARK2] = ACTIONS(3550), + [anon_sym_AMP] = ACTIONS(3552), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3554), + [anon_sym_GT] = ACTIONS(3554), + [anon_sym_LBRACE] = ACTIONS(3590), + [anon_sym_CARET_LBRACE] = ACTIONS(3590), + [anon_sym_RBRACE] = ACTIONS(2069), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3556), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3558), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3558), + [anon_sym_LT_EQ] = ACTIONS(3560), + [anon_sym_GT_EQ] = ACTIONS(3560), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(3562), + [anon_sym_is] = ACTIONS(3564), + [anon_sym_PLUS] = ACTIONS(3566), + [anon_sym_DASH] = ACTIONS(3566), + [anon_sym_STAR] = ACTIONS(3568), + [anon_sym_SLASH] = ACTIONS(3568), + [anon_sym_PERCENT] = ACTIONS(3568), + [anon_sym_PLUS_PLUS] = ACTIONS(3570), + [anon_sym_DASH_DASH] = ACTIONS(3570), + [anon_sym_PIPE] = ACTIONS(3552), + [anon_sym_CARET] = ACTIONS(3572), + [anon_sym_LT_LT] = ACTIONS(3552), + [anon_sym_GT_GT] = ACTIONS(3552), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2069), + [sym__explicit_semi] = ACTIONS(2069), + [sym__dot_custom] = ACTIONS(3574), + [sym__conjunction_operator_custom] = ACTIONS(3576), + [sym__disjunction_operator_custom] = ACTIONS(3578), + [sym__nil_coalescing_operator_custom] = ACTIONS(3580), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3558), + [sym__plus_then_ws] = ACTIONS(3582), + [sym__minus_then_ws] = ACTIONS(3582), + [sym__bang_custom] = ACTIONS(3584), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1480)] = { + [sym__quest] = STATE(726), + [sym__immediate_quest] = STATE(2736), + [sym__range_operator] = STATE(407), + [sym_custom_operator] = STATE(408), + [sym_navigation_suffix] = STATE(2750), + [sym_call_suffix] = STATE(2759), + [sym__fn_call_lambda_arguments] = STATE(2762), + [sym_value_arguments] = STATE(2421), + [sym_lambda_literal] = STATE(1716), + [sym__equality_operator] = STATE(411), + [sym__comparison_operator] = STATE(440), + [sym__three_dot_operator] = STATE(1136), + [sym__open_ended_range_operator] = STATE(407), + [sym__is_operator] = STATE(4342), + [sym__additive_operator] = STATE(585), + [sym__multiplicative_operator] = STATE(646), + [sym_as_operator] = STATE(4566), + [sym__bitwise_binary_operator] = STATE(499), + [sym__postfix_unary_operator] = STATE(2821), + [sym__eq_eq] = STATE(411), + [sym__dot] = STATE(5511), + [sym__conjunction_operator] = STATE(404), + [sym__disjunction_operator] = STATE(405), + [sym__nil_coalescing_operator] = STATE(406), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(2821), + [ts_builtin_sym_end] = ACTIONS(1891), + [anon_sym_BANG] = ACTIONS(1889), + [sym_comment] = ACTIONS(3), + [anon_sym_COMMA] = ACTIONS(1891), + [anon_sym_LPAREN] = ACTIONS(1891), + [anon_sym_LBRACK] = ACTIONS(1891), + [anon_sym_QMARK] = ACTIONS(1889), + [anon_sym_QMARK2] = ACTIONS(1891), + [anon_sym_AMP] = ACTIONS(1891), + [aux_sym_custom_operator_token1] = ACTIONS(1891), + [anon_sym_LT] = ACTIONS(1889), + [anon_sym_GT] = ACTIONS(1889), + [anon_sym_LBRACE] = ACTIONS(1891), + [anon_sym_CARET_LBRACE] = ACTIONS(1891), + [anon_sym_RBRACE] = ACTIONS(1891), + [anon_sym_PLUS_EQ] = ACTIONS(1891), + [anon_sym_DASH_EQ] = ACTIONS(1891), + [anon_sym_STAR_EQ] = ACTIONS(1891), + [anon_sym_SLASH_EQ] = ACTIONS(1891), + [anon_sym_PERCENT_EQ] = ACTIONS(1891), + [anon_sym_BANG_EQ] = ACTIONS(1889), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1891), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1891), + [anon_sym_LT_EQ] = ACTIONS(1891), + [anon_sym_GT_EQ] = ACTIONS(1891), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1891), + [anon_sym_DOT_DOT_LT] = ACTIONS(1891), + [anon_sym_is] = ACTIONS(1891), + [anon_sym_PLUS] = ACTIONS(1889), + [anon_sym_DASH] = ACTIONS(1889), + [anon_sym_STAR] = ACTIONS(1889), + [anon_sym_SLASH] = ACTIONS(1889), + [anon_sym_PERCENT] = ACTIONS(1889), + [anon_sym_PLUS_PLUS] = ACTIONS(1891), + [anon_sym_DASH_DASH] = ACTIONS(1891), + [anon_sym_PIPE] = ACTIONS(1891), + [anon_sym_CARET] = ACTIONS(1889), + [anon_sym_LT_LT] = ACTIONS(1891), + [anon_sym_GT_GT] = ACTIONS(1891), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(1891), + [sym__explicit_semi] = ACTIONS(1891), + [sym__dot_custom] = ACTIONS(1891), + [sym__conjunction_operator_custom] = ACTIONS(1891), + [sym__disjunction_operator_custom] = ACTIONS(1891), + [sym__nil_coalescing_operator_custom] = ACTIONS(1891), + [sym__eq_custom] = ACTIONS(1891), + [sym__eq_eq_custom] = ACTIONS(1891), + [sym__plus_then_ws] = ACTIONS(1891), + [sym__minus_then_ws] = ACTIONS(1891), + [sym__bang_custom] = ACTIONS(1891), + [sym__as_custom] = ACTIONS(1891), + [sym__as_quest_custom] = ACTIONS(1891), + [sym__as_bang_custom] = ACTIONS(1891), + [sym__custom_operator] = ACTIONS(1891), + }, + [STATE(1481)] = { + [sym__quest] = STATE(726), + [sym__immediate_quest] = STATE(2736), + [sym__range_operator] = STATE(407), + [sym_custom_operator] = STATE(408), + [sym_navigation_suffix] = STATE(2750), + [sym_call_suffix] = STATE(2759), + [sym__fn_call_lambda_arguments] = STATE(2762), + [sym_value_arguments] = STATE(2421), + [sym_lambda_literal] = STATE(1716), + [sym__equality_operator] = STATE(411), + [sym__comparison_operator] = STATE(440), + [sym__three_dot_operator] = STATE(1136), + [sym__open_ended_range_operator] = STATE(407), + [sym__is_operator] = STATE(4342), + [sym__additive_operator] = STATE(585), + [sym__multiplicative_operator] = STATE(646), + [sym_as_operator] = STATE(4566), + [sym__bitwise_binary_operator] = STATE(499), + [sym__postfix_unary_operator] = STATE(2821), + [sym__eq_eq] = STATE(411), + [sym__dot] = STATE(5511), + [sym__conjunction_operator] = STATE(404), + [sym__disjunction_operator] = STATE(405), + [sym__nil_coalescing_operator] = STATE(406), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(2821), + [ts_builtin_sym_end] = ACTIONS(2057), + [anon_sym_BANG] = ACTIONS(3544), + [sym_comment] = ACTIONS(3), + [anon_sym_COMMA] = ACTIONS(2057), + [anon_sym_LPAREN] = ACTIONS(3546), + [anon_sym_LBRACK] = ACTIONS(3548), + [anon_sym_QMARK] = ACTIONS(3586), + [anon_sym_QMARK2] = ACTIONS(3550), + [anon_sym_AMP] = ACTIONS(3552), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3554), + [anon_sym_GT] = ACTIONS(3554), + [anon_sym_LBRACE] = ACTIONS(3590), + [anon_sym_CARET_LBRACE] = ACTIONS(3590), + [anon_sym_RBRACE] = ACTIONS(2057), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3556), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3558), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3558), + [anon_sym_LT_EQ] = ACTIONS(3560), + [anon_sym_GT_EQ] = ACTIONS(3560), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(3562), + [anon_sym_is] = ACTIONS(3564), + [anon_sym_PLUS] = ACTIONS(3566), + [anon_sym_DASH] = ACTIONS(3566), + [anon_sym_STAR] = ACTIONS(3568), + [anon_sym_SLASH] = ACTIONS(3568), + [anon_sym_PERCENT] = ACTIONS(3568), + [anon_sym_PLUS_PLUS] = ACTIONS(3570), + [anon_sym_DASH_DASH] = ACTIONS(3570), + [anon_sym_PIPE] = ACTIONS(3552), + [anon_sym_CARET] = ACTIONS(3572), + [anon_sym_LT_LT] = ACTIONS(3552), + [anon_sym_GT_GT] = ACTIONS(3552), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2057), + [sym__explicit_semi] = ACTIONS(2057), + [sym__dot_custom] = ACTIONS(3574), + [sym__conjunction_operator_custom] = ACTIONS(3576), + [sym__disjunction_operator_custom] = ACTIONS(3578), + [sym__nil_coalescing_operator_custom] = ACTIONS(3580), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3558), + [sym__plus_then_ws] = ACTIONS(3582), + [sym__minus_then_ws] = ACTIONS(3582), + [sym__bang_custom] = ACTIONS(3584), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1482)] = { + [sym__quest] = STATE(726), + [sym__immediate_quest] = STATE(2736), + [sym__range_operator] = STATE(407), + [sym_custom_operator] = STATE(408), + [sym_navigation_suffix] = STATE(2750), + [sym_call_suffix] = STATE(2759), + [sym__fn_call_lambda_arguments] = STATE(2762), + [sym_value_arguments] = STATE(2421), + [sym_lambda_literal] = STATE(1716), + [sym__equality_operator] = STATE(411), + [sym__comparison_operator] = STATE(440), + [sym__three_dot_operator] = STATE(1136), + [sym__open_ended_range_operator] = STATE(407), + [sym__is_operator] = STATE(4342), + [sym__additive_operator] = STATE(585), + [sym__multiplicative_operator] = STATE(646), + [sym_as_operator] = STATE(4566), + [sym__bitwise_binary_operator] = STATE(499), + [sym__postfix_unary_operator] = STATE(2821), + [sym__eq_eq] = STATE(411), + [sym__dot] = STATE(5511), + [sym__conjunction_operator] = STATE(404), + [sym__disjunction_operator] = STATE(405), + [sym__nil_coalescing_operator] = STATE(406), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(2821), + [ts_builtin_sym_end] = ACTIONS(1873), + [anon_sym_BANG] = ACTIONS(3544), + [sym_comment] = ACTIONS(3), + [anon_sym_COMMA] = ACTIONS(1873), + [anon_sym_LPAREN] = ACTIONS(1873), + [anon_sym_LBRACK] = ACTIONS(1873), + [anon_sym_QMARK] = ACTIONS(1875), + [anon_sym_QMARK2] = ACTIONS(1873), + [anon_sym_AMP] = ACTIONS(1873), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(1875), + [anon_sym_GT] = ACTIONS(1875), + [anon_sym_LBRACE] = ACTIONS(1873), + [anon_sym_CARET_LBRACE] = ACTIONS(1873), + [anon_sym_RBRACE] = ACTIONS(1873), + [anon_sym_PLUS_EQ] = ACTIONS(1873), + [anon_sym_DASH_EQ] = ACTIONS(1873), + [anon_sym_STAR_EQ] = ACTIONS(1873), + [anon_sym_SLASH_EQ] = ACTIONS(1873), + [anon_sym_PERCENT_EQ] = ACTIONS(1873), + [anon_sym_BANG_EQ] = ACTIONS(3556), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3558), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3558), + [anon_sym_LT_EQ] = ACTIONS(1873), + [anon_sym_GT_EQ] = ACTIONS(1873), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1873), + [anon_sym_DOT_DOT_LT] = ACTIONS(1873), + [anon_sym_is] = ACTIONS(3564), + [anon_sym_PLUS] = ACTIONS(3566), + [anon_sym_DASH] = ACTIONS(3566), + [anon_sym_STAR] = ACTIONS(3568), + [anon_sym_SLASH] = ACTIONS(3568), + [anon_sym_PERCENT] = ACTIONS(3568), + [anon_sym_PLUS_PLUS] = ACTIONS(3570), + [anon_sym_DASH_DASH] = ACTIONS(3570), + [anon_sym_PIPE] = ACTIONS(1873), + [anon_sym_CARET] = ACTIONS(1875), + [anon_sym_LT_LT] = ACTIONS(1873), + [anon_sym_GT_GT] = ACTIONS(1873), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(1873), + [sym__explicit_semi] = ACTIONS(1873), + [sym__dot_custom] = ACTIONS(1873), + [sym__conjunction_operator_custom] = ACTIONS(3576), + [sym__disjunction_operator_custom] = ACTIONS(3578), + [sym__nil_coalescing_operator_custom] = ACTIONS(3580), + [sym__eq_custom] = ACTIONS(1873), + [sym__eq_eq_custom] = ACTIONS(3558), + [sym__plus_then_ws] = ACTIONS(3582), + [sym__minus_then_ws] = ACTIONS(3582), + [sym__bang_custom] = ACTIONS(3584), + [sym__as_custom] = ACTIONS(1873), + [sym__as_quest_custom] = ACTIONS(1873), + [sym__as_bang_custom] = ACTIONS(1873), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1483)] = { + [sym__quest] = STATE(726), + [sym__immediate_quest] = STATE(2736), + [sym__range_operator] = STATE(407), + [sym_custom_operator] = STATE(408), + [sym_navigation_suffix] = STATE(2750), + [sym_call_suffix] = STATE(2759), + [sym__fn_call_lambda_arguments] = STATE(2762), + [sym_value_arguments] = STATE(2421), + [sym_lambda_literal] = STATE(1716), + [sym__equality_operator] = STATE(411), + [sym__comparison_operator] = STATE(440), + [sym__three_dot_operator] = STATE(1136), + [sym__open_ended_range_operator] = STATE(407), + [sym__is_operator] = STATE(4342), + [sym__additive_operator] = STATE(585), + [sym__multiplicative_operator] = STATE(646), + [sym_as_operator] = STATE(4566), + [sym__bitwise_binary_operator] = STATE(499), + [sym__postfix_unary_operator] = STATE(2821), + [sym__eq_eq] = STATE(411), + [sym__dot] = STATE(5511), + [sym__conjunction_operator] = STATE(404), + [sym__disjunction_operator] = STATE(405), + [sym__nil_coalescing_operator] = STATE(406), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(2821), + [ts_builtin_sym_end] = ACTIONS(1865), + [anon_sym_BANG] = ACTIONS(3544), + [sym_comment] = ACTIONS(3), + [anon_sym_COMMA] = ACTIONS(1865), + [anon_sym_LPAREN] = ACTIONS(1865), + [anon_sym_LBRACK] = ACTIONS(1865), + [anon_sym_QMARK] = ACTIONS(1867), + [anon_sym_QMARK2] = ACTIONS(1865), + [anon_sym_AMP] = ACTIONS(1865), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(1867), + [anon_sym_GT] = ACTIONS(1867), + [anon_sym_LBRACE] = ACTIONS(1865), + [anon_sym_CARET_LBRACE] = ACTIONS(1865), + [anon_sym_RBRACE] = ACTIONS(1865), + [anon_sym_PLUS_EQ] = ACTIONS(1865), + [anon_sym_DASH_EQ] = ACTIONS(1865), + [anon_sym_STAR_EQ] = ACTIONS(1865), + [anon_sym_SLASH_EQ] = ACTIONS(1865), + [anon_sym_PERCENT_EQ] = ACTIONS(1865), + [anon_sym_BANG_EQ] = ACTIONS(3556), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3558), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3558), + [anon_sym_LT_EQ] = ACTIONS(1865), + [anon_sym_GT_EQ] = ACTIONS(1865), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1865), + [anon_sym_DOT_DOT_LT] = ACTIONS(1865), + [anon_sym_is] = ACTIONS(3564), + [anon_sym_PLUS] = ACTIONS(3566), + [anon_sym_DASH] = ACTIONS(3566), + [anon_sym_STAR] = ACTIONS(3568), + [anon_sym_SLASH] = ACTIONS(3568), + [anon_sym_PERCENT] = ACTIONS(3568), + [anon_sym_PLUS_PLUS] = ACTIONS(3570), + [anon_sym_DASH_DASH] = ACTIONS(3570), + [anon_sym_PIPE] = ACTIONS(1865), + [anon_sym_CARET] = ACTIONS(1867), + [anon_sym_LT_LT] = ACTIONS(1865), + [anon_sym_GT_GT] = ACTIONS(1865), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(1865), + [sym__explicit_semi] = ACTIONS(1865), + [sym__dot_custom] = ACTIONS(1865), + [sym__conjunction_operator_custom] = ACTIONS(3576), + [sym__disjunction_operator_custom] = ACTIONS(3578), + [sym__nil_coalescing_operator_custom] = ACTIONS(3580), + [sym__eq_custom] = ACTIONS(1865), + [sym__eq_eq_custom] = ACTIONS(3558), + [sym__plus_then_ws] = ACTIONS(3582), + [sym__minus_then_ws] = ACTIONS(3582), + [sym__bang_custom] = ACTIONS(3584), + [sym__as_custom] = ACTIONS(1865), + [sym__as_quest_custom] = ACTIONS(1865), + [sym__as_bang_custom] = ACTIONS(1865), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1484)] = { + [sym__quest] = STATE(706), + [sym__immediate_quest] = STATE(2992), + [sym__range_operator] = STATE(447), + [sym_custom_operator] = STATE(448), + [sym_navigation_suffix] = STATE(2994), + [sym_call_suffix] = STATE(2995), + [sym__fn_call_lambda_arguments] = STATE(2997), + [sym_value_arguments] = STATE(2673), + [sym_lambda_literal] = STATE(1725), + [sym__equality_operator] = STATE(449), + [sym__comparison_operator] = STATE(450), + [sym__three_dot_operator] = STATE(1164), + [sym__open_ended_range_operator] = STATE(447), + [sym__is_operator] = STATE(4227), + [sym__additive_operator] = STATE(610), + [sym__multiplicative_operator] = STATE(611), + [sym_as_operator] = STATE(4228), + [sym__bitwise_binary_operator] = STATE(451), + [sym__postfix_unary_operator] = STATE(2998), + [sym__eq_eq] = STATE(449), + [sym__dot] = STATE(5518), + [sym__conjunction_operator] = STATE(453), + [sym__disjunction_operator] = STATE(454), + [sym__nil_coalescing_operator] = STATE(456), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(2998), + [anon_sym_BANG] = ACTIONS(3620), + [sym_comment] = ACTIONS(3), + [anon_sym_COMMA] = ACTIONS(1857), + [anon_sym_LPAREN] = ACTIONS(3622), + [anon_sym_LBRACK] = ACTIONS(3624), + [anon_sym_QMARK] = ACTIONS(3626), + [anon_sym_QMARK2] = ACTIONS(3628), + [anon_sym_AMP] = ACTIONS(3630), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3632), + [anon_sym_GT] = ACTIONS(3632), + [anon_sym_LBRACE] = ACTIONS(3636), + [anon_sym_CARET_LBRACE] = ACTIONS(3636), + [anon_sym_RBRACE] = ACTIONS(1857), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3638), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3640), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3640), + [anon_sym_LT_EQ] = ACTIONS(3642), + [anon_sym_GT_EQ] = ACTIONS(3642), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1059), + [anon_sym_DOT_DOT_LT] = ACTIONS(3644), + [anon_sym_is] = ACTIONS(3646), + [anon_sym_PLUS] = ACTIONS(3648), + [anon_sym_DASH] = ACTIONS(3648), + [anon_sym_STAR] = ACTIONS(3650), + [anon_sym_SLASH] = ACTIONS(3650), + [anon_sym_PERCENT] = ACTIONS(3650), + [anon_sym_PLUS_PLUS] = ACTIONS(3652), + [anon_sym_DASH_DASH] = ACTIONS(3652), + [anon_sym_PIPE] = ACTIONS(3630), + [anon_sym_CARET] = ACTIONS(3654), + [anon_sym_LT_LT] = ACTIONS(3630), + [anon_sym_GT_GT] = ACTIONS(3630), + [sym_multiline_comment] = ACTIONS(1857), + [sym__implicit_semi] = ACTIONS(1857), + [sym__explicit_semi] = ACTIONS(1857), + [sym__dot_custom] = ACTIONS(3656), + [sym__conjunction_operator_custom] = ACTIONS(3658), + [sym__disjunction_operator_custom] = ACTIONS(3660), + [sym__nil_coalescing_operator_custom] = ACTIONS(3662), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3640), + [sym__plus_then_ws] = ACTIONS(3664), + [sym__minus_then_ws] = ACTIONS(3664), + [sym__bang_custom] = ACTIONS(3666), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1485)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_RPAREN] = ACTIONS(1899), + [anon_sym_COMMA] = ACTIONS(1899), + [anon_sym_COLON] = ACTIONS(1899), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_RBRACK] = ACTIONS(1899), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(3678), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1486)] = { + [sym__dot] = STATE(5529), + [aux_sym_user_type_repeat1] = STATE(1486), + [anon_sym_BANG] = ACTIONS(2099), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(2099), + [aux_sym_simple_identifier_token2] = ACTIONS(2101), + [aux_sym_simple_identifier_token3] = ACTIONS(2101), + [aux_sym_simple_identifier_token4] = ACTIONS(2101), + [anon_sym_actor] = ACTIONS(2099), + [anon_sym_async] = ACTIONS(2099), + [anon_sym_each] = ACTIONS(2099), + [anon_sym_lazy] = ACTIONS(2099), + [anon_sym_repeat] = ACTIONS(2099), + [anon_sym_package] = ACTIONS(2099), + [anon_sym_nil] = ACTIONS(2099), + [sym_real_literal] = ACTIONS(2101), + [sym_integer_literal] = ACTIONS(2099), + [sym_hex_literal] = ACTIONS(2099), + [sym_oct_literal] = ACTIONS(2101), + [sym_bin_literal] = ACTIONS(2101), + [anon_sym_true] = ACTIONS(2099), + [anon_sym_false] = ACTIONS(2099), + [anon_sym_DQUOTE] = ACTIONS(2099), + [anon_sym_BSLASH] = ACTIONS(2101), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2101), + [sym__oneline_regex_literal] = ACTIONS(2099), + [anon_sym_LPAREN] = ACTIONS(2101), + [anon_sym_LBRACK] = ACTIONS(2101), + [anon_sym_AMP] = ACTIONS(2101), + [anon_sym_TILDE] = ACTIONS(2101), + [anon_sym_if] = ACTIONS(2099), + [anon_sym_switch] = ACTIONS(2099), + [aux_sym_custom_operator_token1] = ACTIONS(2101), + [anon_sym_LT] = ACTIONS(2099), + [anon_sym_GT] = ACTIONS(2099), + [anon_sym_await] = ACTIONS(2099), + [anon_sym_LBRACE] = ACTIONS(2101), + [anon_sym_CARET_LBRACE] = ACTIONS(2101), + [anon_sym_self] = ACTIONS(2099), + [anon_sym_super] = ACTIONS(2099), + [anon_sym_try] = ACTIONS(2099), + [anon_sym_PLUS_EQ] = ACTIONS(2101), + [anon_sym_DASH_EQ] = ACTIONS(2101), + [anon_sym_STAR_EQ] = ACTIONS(2101), + [anon_sym_SLASH_EQ] = ACTIONS(2101), + [anon_sym_PERCENT_EQ] = ACTIONS(2101), + [anon_sym_BANG_EQ] = ACTIONS(2099), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2101), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2101), + [anon_sym_LT_EQ] = ACTIONS(2101), + [anon_sym_GT_EQ] = ACTIONS(2101), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2101), + [anon_sym_DOT_DOT_LT] = ACTIONS(2101), + [anon_sym_PLUS] = ACTIONS(2099), + [anon_sym_DASH] = ACTIONS(2099), + [anon_sym_STAR] = ACTIONS(2099), + [anon_sym_SLASH] = ACTIONS(2099), + [anon_sym_PERCENT] = ACTIONS(2099), + [anon_sym_PLUS_PLUS] = ACTIONS(2101), + [anon_sym_DASH_DASH] = ACTIONS(2101), + [anon_sym_PIPE] = ACTIONS(2101), + [anon_sym_CARET] = ACTIONS(2099), + [anon_sym_LT_LT] = ACTIONS(2101), + [anon_sym_GT_GT] = ACTIONS(2101), + [anon_sym_AT] = ACTIONS(2101), + [anon_sym_borrowing] = ACTIONS(2099), + [anon_sym_consuming] = ACTIONS(2099), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(2101), + [sym_raw_str_end_part] = ACTIONS(2101), + [sym__dot_custom] = ACTIONS(3680), + [sym__eq_custom] = ACTIONS(2101), + [sym__eq_eq_custom] = ACTIONS(2101), + [sym__plus_then_ws] = ACTIONS(2101), + [sym__minus_then_ws] = ACTIONS(2101), + [sym__bang_custom] = ACTIONS(2101), + [sym__custom_operator] = ACTIONS(2101), + [sym__hash_symbol_custom] = ACTIONS(2101), + [sym__directive_if] = ACTIONS(2101), + [sym__directive_elseif] = ACTIONS(2101), + [sym__directive_else] = ACTIONS(2101), + [sym__directive_endif] = ACTIONS(2101), + }, + [STATE(1487)] = { + [sym__quest] = STATE(706), + [sym__immediate_quest] = STATE(2992), + [sym__range_operator] = STATE(447), + [sym_custom_operator] = STATE(448), + [sym_navigation_suffix] = STATE(2994), + [sym_call_suffix] = STATE(2995), + [sym__fn_call_lambda_arguments] = STATE(2997), + [sym_value_arguments] = STATE(2673), + [sym_lambda_literal] = STATE(1725), + [sym__equality_operator] = STATE(449), + [sym__comparison_operator] = STATE(450), + [sym__three_dot_operator] = STATE(1164), + [sym__open_ended_range_operator] = STATE(447), + [sym__is_operator] = STATE(4227), + [sym__additive_operator] = STATE(610), + [sym__multiplicative_operator] = STATE(611), + [sym_as_operator] = STATE(4228), + [sym__bitwise_binary_operator] = STATE(451), + [sym__postfix_unary_operator] = STATE(2998), + [sym__eq_eq] = STATE(449), + [sym__dot] = STATE(5518), + [sym__conjunction_operator] = STATE(453), + [sym__disjunction_operator] = STATE(454), + [sym__nil_coalescing_operator] = STATE(456), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(2998), + [anon_sym_BANG] = ACTIONS(1885), + [sym_comment] = ACTIONS(3), + [anon_sym_COMMA] = ACTIONS(1887), + [anon_sym_LPAREN] = ACTIONS(1887), + [anon_sym_LBRACK] = ACTIONS(1887), + [anon_sym_QMARK] = ACTIONS(1885), + [anon_sym_QMARK2] = ACTIONS(1887), + [anon_sym_AMP] = ACTIONS(1887), + [aux_sym_custom_operator_token1] = ACTIONS(1887), + [anon_sym_LT] = ACTIONS(1885), + [anon_sym_GT] = ACTIONS(1885), + [anon_sym_LBRACE] = ACTIONS(1887), + [anon_sym_CARET_LBRACE] = ACTIONS(1887), + [anon_sym_RBRACE] = ACTIONS(1887), + [anon_sym_PLUS_EQ] = ACTIONS(1887), + [anon_sym_DASH_EQ] = ACTIONS(1887), + [anon_sym_STAR_EQ] = ACTIONS(1887), + [anon_sym_SLASH_EQ] = ACTIONS(1887), + [anon_sym_PERCENT_EQ] = ACTIONS(1887), + [anon_sym_BANG_EQ] = ACTIONS(1885), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1887), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1887), + [anon_sym_LT_EQ] = ACTIONS(1887), + [anon_sym_GT_EQ] = ACTIONS(1887), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1887), + [anon_sym_DOT_DOT_LT] = ACTIONS(1887), + [anon_sym_is] = ACTIONS(1887), + [anon_sym_PLUS] = ACTIONS(1885), + [anon_sym_DASH] = ACTIONS(1885), + [anon_sym_STAR] = ACTIONS(3650), + [anon_sym_SLASH] = ACTIONS(3650), + [anon_sym_PERCENT] = ACTIONS(3650), + [anon_sym_PLUS_PLUS] = ACTIONS(1887), + [anon_sym_DASH_DASH] = ACTIONS(1887), + [anon_sym_PIPE] = ACTIONS(1887), + [anon_sym_CARET] = ACTIONS(1885), + [anon_sym_LT_LT] = ACTIONS(1887), + [anon_sym_GT_GT] = ACTIONS(1887), + [sym_multiline_comment] = ACTIONS(1887), + [sym__implicit_semi] = ACTIONS(1887), + [sym__explicit_semi] = ACTIONS(1887), + [sym__dot_custom] = ACTIONS(1887), + [sym__conjunction_operator_custom] = ACTIONS(1887), + [sym__disjunction_operator_custom] = ACTIONS(1887), + [sym__nil_coalescing_operator_custom] = ACTIONS(1887), + [sym__eq_custom] = ACTIONS(1887), + [sym__eq_eq_custom] = ACTIONS(1887), + [sym__plus_then_ws] = ACTIONS(1887), + [sym__minus_then_ws] = ACTIONS(1887), + [sym__bang_custom] = ACTIONS(1887), + [sym__as_custom] = ACTIONS(1887), + [sym__as_quest_custom] = ACTIONS(1887), + [sym__as_bang_custom] = ACTIONS(1887), + [sym__custom_operator] = ACTIONS(1887), + }, + [STATE(1488)] = { + [sym__quest] = STATE(690), + [sym__immediate_quest] = STATE(2533), + [sym__range_operator] = STATE(412), + [sym_custom_operator] = STATE(416), + [sym_navigation_suffix] = STATE(2567), + [sym_call_suffix] = STATE(2568), + [sym__fn_call_lambda_arguments] = STATE(2576), + [sym_value_arguments] = STATE(2268), + [sym_lambda_literal] = STATE(1700), + [sym__equality_operator] = STATE(418), + [sym__comparison_operator] = STATE(419), + [sym__three_dot_operator] = STATE(1109), + [sym__open_ended_range_operator] = STATE(412), + [sym__is_operator] = STATE(4432), + [sym__additive_operator] = STATE(657), + [sym__multiplicative_operator] = STATE(672), + [sym_as_operator] = STATE(4434), + [sym__bitwise_binary_operator] = STATE(420), + [sym__postfix_unary_operator] = STATE(2615), + [sym__eq_eq] = STATE(418), + [sym__dot] = STATE(5494), + [sym__conjunction_operator] = STATE(421), + [sym__disjunction_operator] = STATE(422), + [sym__nil_coalescing_operator] = STATE(423), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(2615), + [ts_builtin_sym_end] = ACTIONS(3683), + [anon_sym_BANG] = ACTIONS(3496), + [sym_comment] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(3498), + [anon_sym_LBRACK] = ACTIONS(3500), + [anon_sym_QMARK] = ACTIONS(3538), + [anon_sym_QMARK2] = ACTIONS(3502), + [anon_sym_AMP] = ACTIONS(3504), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3506), + [anon_sym_GT] = ACTIONS(3506), + [anon_sym_LBRACE] = ACTIONS(3540), + [anon_sym_CARET_LBRACE] = ACTIONS(3540), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3508), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3510), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3510), + [anon_sym_LT_EQ] = ACTIONS(3512), + [anon_sym_GT_EQ] = ACTIONS(3512), + [anon_sym_DOT_DOT_DOT] = ACTIONS(921), + [anon_sym_DOT_DOT_LT] = ACTIONS(3514), + [anon_sym_is] = ACTIONS(3516), + [anon_sym_PLUS] = ACTIONS(3518), + [anon_sym_DASH] = ACTIONS(3518), + [anon_sym_STAR] = ACTIONS(3520), + [anon_sym_SLASH] = ACTIONS(3520), + [anon_sym_PERCENT] = ACTIONS(3520), + [anon_sym_PLUS_PLUS] = ACTIONS(3522), + [anon_sym_DASH_DASH] = ACTIONS(3522), + [anon_sym_PIPE] = ACTIONS(3504), + [anon_sym_CARET] = ACTIONS(3524), + [anon_sym_LT_LT] = ACTIONS(3504), + [anon_sym_GT_GT] = ACTIONS(3504), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(3683), + [sym__explicit_semi] = ACTIONS(3683), + [sym__dot_custom] = ACTIONS(3526), + [sym__conjunction_operator_custom] = ACTIONS(3528), + [sym__disjunction_operator_custom] = ACTIONS(3530), + [sym__nil_coalescing_operator_custom] = ACTIONS(3532), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3510), + [sym__plus_then_ws] = ACTIONS(3534), + [sym__minus_then_ws] = ACTIONS(3534), + [sym__bang_custom] = ACTIONS(3536), + [sym_where_keyword] = ACTIONS(3683), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1489)] = { + [sym__quest] = STATE(706), + [sym__immediate_quest] = STATE(2992), + [sym__range_operator] = STATE(447), + [sym_custom_operator] = STATE(448), + [sym_navigation_suffix] = STATE(2994), + [sym_call_suffix] = STATE(2995), + [sym__fn_call_lambda_arguments] = STATE(2997), + [sym_value_arguments] = STATE(2673), + [sym_lambda_literal] = STATE(1725), + [sym__equality_operator] = STATE(449), + [sym__comparison_operator] = STATE(450), + [sym__three_dot_operator] = STATE(1164), + [sym__open_ended_range_operator] = STATE(447), + [sym__is_operator] = STATE(4227), + [sym__additive_operator] = STATE(610), + [sym__multiplicative_operator] = STATE(611), + [sym_as_operator] = STATE(4228), + [sym__bitwise_binary_operator] = STATE(451), + [sym__postfix_unary_operator] = STATE(2998), + [sym__eq_eq] = STATE(449), + [sym__dot] = STATE(5518), + [sym__conjunction_operator] = STATE(453), + [sym__disjunction_operator] = STATE(454), + [sym__nil_coalescing_operator] = STATE(456), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(2998), + [anon_sym_BANG] = ACTIONS(1889), + [sym_comment] = ACTIONS(3), + [anon_sym_COMMA] = ACTIONS(1891), + [anon_sym_LPAREN] = ACTIONS(1891), + [anon_sym_LBRACK] = ACTIONS(1891), + [anon_sym_QMARK] = ACTIONS(1889), + [anon_sym_QMARK2] = ACTIONS(1891), + [anon_sym_AMP] = ACTIONS(1891), + [aux_sym_custom_operator_token1] = ACTIONS(1891), + [anon_sym_LT] = ACTIONS(1889), + [anon_sym_GT] = ACTIONS(1889), + [anon_sym_LBRACE] = ACTIONS(1891), + [anon_sym_CARET_LBRACE] = ACTIONS(1891), + [anon_sym_RBRACE] = ACTIONS(1891), + [anon_sym_PLUS_EQ] = ACTIONS(1891), + [anon_sym_DASH_EQ] = ACTIONS(1891), + [anon_sym_STAR_EQ] = ACTIONS(1891), + [anon_sym_SLASH_EQ] = ACTIONS(1891), + [anon_sym_PERCENT_EQ] = ACTIONS(1891), + [anon_sym_BANG_EQ] = ACTIONS(1889), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1891), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1891), + [anon_sym_LT_EQ] = ACTIONS(1891), + [anon_sym_GT_EQ] = ACTIONS(1891), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1891), + [anon_sym_DOT_DOT_LT] = ACTIONS(1891), + [anon_sym_is] = ACTIONS(1891), + [anon_sym_PLUS] = ACTIONS(1889), + [anon_sym_DASH] = ACTIONS(1889), + [anon_sym_STAR] = ACTIONS(1889), + [anon_sym_SLASH] = ACTIONS(1889), + [anon_sym_PERCENT] = ACTIONS(1889), + [anon_sym_PLUS_PLUS] = ACTIONS(1891), + [anon_sym_DASH_DASH] = ACTIONS(1891), + [anon_sym_PIPE] = ACTIONS(1891), + [anon_sym_CARET] = ACTIONS(1889), + [anon_sym_LT_LT] = ACTIONS(1891), + [anon_sym_GT_GT] = ACTIONS(1891), + [sym_multiline_comment] = ACTIONS(1891), + [sym__implicit_semi] = ACTIONS(1891), + [sym__explicit_semi] = ACTIONS(1891), + [sym__dot_custom] = ACTIONS(1891), + [sym__conjunction_operator_custom] = ACTIONS(1891), + [sym__disjunction_operator_custom] = ACTIONS(1891), + [sym__nil_coalescing_operator_custom] = ACTIONS(1891), + [sym__eq_custom] = ACTIONS(1891), + [sym__eq_eq_custom] = ACTIONS(1891), + [sym__plus_then_ws] = ACTIONS(1891), + [sym__minus_then_ws] = ACTIONS(1891), + [sym__bang_custom] = ACTIONS(1891), + [sym__as_custom] = ACTIONS(1891), + [sym__as_quest_custom] = ACTIONS(1891), + [sym__as_bang_custom] = ACTIONS(1891), + [sym__custom_operator] = ACTIONS(1891), + }, + [STATE(1490)] = { + [sym__quest] = STATE(706), + [sym__immediate_quest] = STATE(2992), + [sym__range_operator] = STATE(447), + [sym_custom_operator] = STATE(448), + [sym_navigation_suffix] = STATE(2994), + [sym_call_suffix] = STATE(2995), + [sym__fn_call_lambda_arguments] = STATE(2997), + [sym_value_arguments] = STATE(2673), + [sym_lambda_literal] = STATE(1725), + [sym__equality_operator] = STATE(449), + [sym__comparison_operator] = STATE(450), + [sym__three_dot_operator] = STATE(1164), + [sym__open_ended_range_operator] = STATE(447), + [sym__is_operator] = STATE(4227), + [sym__additive_operator] = STATE(610), + [sym__multiplicative_operator] = STATE(611), + [sym_as_operator] = STATE(4228), + [sym__bitwise_binary_operator] = STATE(451), + [sym__postfix_unary_operator] = STATE(2998), + [sym__eq_eq] = STATE(449), + [sym__dot] = STATE(5518), + [sym__conjunction_operator] = STATE(453), + [sym__disjunction_operator] = STATE(454), + [sym__nil_coalescing_operator] = STATE(456), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(2998), + [anon_sym_BANG] = ACTIONS(3620), + [sym_comment] = ACTIONS(3), + [anon_sym_COMMA] = ACTIONS(1877), + [anon_sym_LPAREN] = ACTIONS(3622), + [anon_sym_LBRACK] = ACTIONS(3624), + [anon_sym_QMARK] = ACTIONS(3626), + [anon_sym_QMARK2] = ACTIONS(3628), + [anon_sym_AMP] = ACTIONS(3630), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3632), + [anon_sym_GT] = ACTIONS(3632), + [anon_sym_LBRACE] = ACTIONS(3636), + [anon_sym_CARET_LBRACE] = ACTIONS(3636), + [anon_sym_RBRACE] = ACTIONS(1877), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3638), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3640), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3640), + [anon_sym_LT_EQ] = ACTIONS(3642), + [anon_sym_GT_EQ] = ACTIONS(3642), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1059), + [anon_sym_DOT_DOT_LT] = ACTIONS(3644), + [anon_sym_is] = ACTIONS(3646), + [anon_sym_PLUS] = ACTIONS(3648), + [anon_sym_DASH] = ACTIONS(3648), + [anon_sym_STAR] = ACTIONS(3650), + [anon_sym_SLASH] = ACTIONS(3650), + [anon_sym_PERCENT] = ACTIONS(3650), + [anon_sym_PLUS_PLUS] = ACTIONS(3652), + [anon_sym_DASH_DASH] = ACTIONS(3652), + [anon_sym_PIPE] = ACTIONS(3630), + [anon_sym_CARET] = ACTIONS(3654), + [anon_sym_LT_LT] = ACTIONS(3630), + [anon_sym_GT_GT] = ACTIONS(3630), + [sym_multiline_comment] = ACTIONS(1877), + [sym__implicit_semi] = ACTIONS(1877), + [sym__explicit_semi] = ACTIONS(1877), + [sym__dot_custom] = ACTIONS(3656), + [sym__conjunction_operator_custom] = ACTIONS(3658), + [sym__disjunction_operator_custom] = ACTIONS(3660), + [sym__nil_coalescing_operator_custom] = ACTIONS(3662), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3640), + [sym__plus_then_ws] = ACTIONS(3664), + [sym__minus_then_ws] = ACTIONS(3664), + [sym__bang_custom] = ACTIONS(3666), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1491)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [anon_sym_BANG] = ACTIONS(1885), + [sym_comment] = ACTIONS(3), + [anon_sym_RPAREN] = ACTIONS(1887), + [anon_sym_COMMA] = ACTIONS(1887), + [anon_sym_COLON] = ACTIONS(1887), + [anon_sym_LPAREN] = ACTIONS(1887), + [anon_sym_LBRACK] = ACTIONS(1887), + [anon_sym_RBRACK] = ACTIONS(1887), + [anon_sym_QMARK] = ACTIONS(1885), + [anon_sym_QMARK2] = ACTIONS(1887), + [anon_sym_AMP] = ACTIONS(1887), + [aux_sym_custom_operator_token1] = ACTIONS(1887), + [anon_sym_LT] = ACTIONS(1885), + [anon_sym_GT] = ACTIONS(1885), + [anon_sym_LBRACE] = ACTIONS(1887), + [anon_sym_CARET_LBRACE] = ACTIONS(1887), + [anon_sym_PLUS_EQ] = ACTIONS(1887), + [anon_sym_DASH_EQ] = ACTIONS(1887), + [anon_sym_STAR_EQ] = ACTIONS(1887), + [anon_sym_SLASH_EQ] = ACTIONS(1887), + [anon_sym_PERCENT_EQ] = ACTIONS(1887), + [anon_sym_BANG_EQ] = ACTIONS(1885), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1887), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1887), + [anon_sym_LT_EQ] = ACTIONS(1887), + [anon_sym_GT_EQ] = ACTIONS(1887), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1887), + [anon_sym_DOT_DOT_LT] = ACTIONS(1887), + [anon_sym_is] = ACTIONS(1887), + [anon_sym_PLUS] = ACTIONS(1885), + [anon_sym_DASH] = ACTIONS(1885), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1887), + [anon_sym_DASH_DASH] = ACTIONS(1887), + [anon_sym_PIPE] = ACTIONS(1887), + [anon_sym_CARET] = ACTIONS(1885), + [anon_sym_LT_LT] = ACTIONS(1887), + [anon_sym_GT_GT] = ACTIONS(1887), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1887), + [sym__conjunction_operator_custom] = ACTIONS(1887), + [sym__disjunction_operator_custom] = ACTIONS(1887), + [sym__nil_coalescing_operator_custom] = ACTIONS(1887), + [sym__eq_custom] = ACTIONS(1887), + [sym__eq_eq_custom] = ACTIONS(1887), + [sym__plus_then_ws] = ACTIONS(1887), + [sym__minus_then_ws] = ACTIONS(1887), + [sym__bang_custom] = ACTIONS(1887), + [sym__as_custom] = ACTIONS(1887), + [sym__as_quest_custom] = ACTIONS(1887), + [sym__as_bang_custom] = ACTIONS(1887), + [sym__custom_operator] = ACTIONS(1887), + }, + [STATE(1492)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [anon_sym_BANG] = ACTIONS(1869), + [sym_comment] = ACTIONS(3), + [anon_sym_RPAREN] = ACTIONS(1871), + [anon_sym_COMMA] = ACTIONS(1871), + [anon_sym_COLON] = ACTIONS(1871), + [anon_sym_LPAREN] = ACTIONS(1871), + [anon_sym_LBRACK] = ACTIONS(1871), + [anon_sym_RBRACK] = ACTIONS(1871), + [anon_sym_QMARK] = ACTIONS(1869), + [anon_sym_QMARK2] = ACTIONS(1871), + [anon_sym_AMP] = ACTIONS(1871), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(1869), + [anon_sym_GT] = ACTIONS(1869), + [anon_sym_LBRACE] = ACTIONS(1871), + [anon_sym_CARET_LBRACE] = ACTIONS(1871), + [anon_sym_PLUS_EQ] = ACTIONS(1871), + [anon_sym_DASH_EQ] = ACTIONS(1871), + [anon_sym_STAR_EQ] = ACTIONS(1871), + [anon_sym_SLASH_EQ] = ACTIONS(1871), + [anon_sym_PERCENT_EQ] = ACTIONS(1871), + [anon_sym_BANG_EQ] = ACTIONS(1869), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1871), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1871), + [anon_sym_LT_EQ] = ACTIONS(1871), + [anon_sym_GT_EQ] = ACTIONS(1871), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1871), + [anon_sym_DOT_DOT_LT] = ACTIONS(1871), + [anon_sym_is] = ACTIONS(1871), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1871), + [anon_sym_DASH_DASH] = ACTIONS(1871), + [anon_sym_PIPE] = ACTIONS(1871), + [anon_sym_CARET] = ACTIONS(1869), + [anon_sym_LT_LT] = ACTIONS(1871), + [anon_sym_GT_GT] = ACTIONS(1871), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1871), + [sym__conjunction_operator_custom] = ACTIONS(1871), + [sym__disjunction_operator_custom] = ACTIONS(1871), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1871), + [sym__eq_eq_custom] = ACTIONS(1871), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1871), + [sym__as_custom] = ACTIONS(1871), + [sym__as_quest_custom] = ACTIONS(1871), + [sym__as_bang_custom] = ACTIONS(1871), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1493)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [anon_sym_BANG] = ACTIONS(1889), + [sym_comment] = ACTIONS(3), + [anon_sym_RPAREN] = ACTIONS(1891), + [anon_sym_COMMA] = ACTIONS(1891), + [anon_sym_COLON] = ACTIONS(1891), + [anon_sym_LPAREN] = ACTIONS(1891), + [anon_sym_LBRACK] = ACTIONS(1891), + [anon_sym_RBRACK] = ACTIONS(1891), + [anon_sym_QMARK] = ACTIONS(1889), + [anon_sym_QMARK2] = ACTIONS(1891), + [anon_sym_AMP] = ACTIONS(1891), + [aux_sym_custom_operator_token1] = ACTIONS(1891), + [anon_sym_LT] = ACTIONS(1889), + [anon_sym_GT] = ACTIONS(1889), + [anon_sym_LBRACE] = ACTIONS(1891), + [anon_sym_CARET_LBRACE] = ACTIONS(1891), + [anon_sym_PLUS_EQ] = ACTIONS(1891), + [anon_sym_DASH_EQ] = ACTIONS(1891), + [anon_sym_STAR_EQ] = ACTIONS(1891), + [anon_sym_SLASH_EQ] = ACTIONS(1891), + [anon_sym_PERCENT_EQ] = ACTIONS(1891), + [anon_sym_BANG_EQ] = ACTIONS(1889), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1891), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1891), + [anon_sym_LT_EQ] = ACTIONS(1891), + [anon_sym_GT_EQ] = ACTIONS(1891), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1891), + [anon_sym_DOT_DOT_LT] = ACTIONS(1891), + [anon_sym_is] = ACTIONS(1891), + [anon_sym_PLUS] = ACTIONS(1889), + [anon_sym_DASH] = ACTIONS(1889), + [anon_sym_STAR] = ACTIONS(1889), + [anon_sym_SLASH] = ACTIONS(1889), + [anon_sym_PERCENT] = ACTIONS(1889), + [anon_sym_PLUS_PLUS] = ACTIONS(1891), + [anon_sym_DASH_DASH] = ACTIONS(1891), + [anon_sym_PIPE] = ACTIONS(1891), + [anon_sym_CARET] = ACTIONS(1889), + [anon_sym_LT_LT] = ACTIONS(1891), + [anon_sym_GT_GT] = ACTIONS(1891), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1891), + [sym__conjunction_operator_custom] = ACTIONS(1891), + [sym__disjunction_operator_custom] = ACTIONS(1891), + [sym__nil_coalescing_operator_custom] = ACTIONS(1891), + [sym__eq_custom] = ACTIONS(1891), + [sym__eq_eq_custom] = ACTIONS(1891), + [sym__plus_then_ws] = ACTIONS(1891), + [sym__minus_then_ws] = ACTIONS(1891), + [sym__bang_custom] = ACTIONS(1891), + [sym__as_custom] = ACTIONS(1891), + [sym__as_quest_custom] = ACTIONS(1891), + [sym__as_bang_custom] = ACTIONS(1891), + [sym__custom_operator] = ACTIONS(1891), + }, + [STATE(1494)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [aux_sym_array_literal_repeat1] = STATE(7820), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_COMMA] = ACTIONS(3685), + [anon_sym_COLON] = ACTIONS(3687), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_RBRACK] = ACTIONS(3689), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(3678), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1495)] = { + [sym_simple_identifier] = STATE(6597), + [sym__contextual_simple_identifier] = STATE(6811), + [sym__parameter_ownership_modifier] = STATE(6811), + [anon_sym_BANG] = ACTIONS(1768), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(3691), + [aux_sym_simple_identifier_token2] = ACTIONS(3693), + [aux_sym_simple_identifier_token3] = ACTIONS(3693), + [aux_sym_simple_identifier_token4] = ACTIONS(3693), + [anon_sym_actor] = ACTIONS(3691), + [anon_sym_async] = ACTIONS(3691), + [anon_sym_each] = ACTIONS(3691), + [anon_sym_lazy] = ACTIONS(3691), + [anon_sym_repeat] = ACTIONS(3691), + [anon_sym_package] = ACTIONS(3691), + [anon_sym_nil] = ACTIONS(1768), + [sym_real_literal] = ACTIONS(1770), + [sym_integer_literal] = ACTIONS(1768), + [sym_hex_literal] = ACTIONS(1768), + [sym_oct_literal] = ACTIONS(1770), + [sym_bin_literal] = ACTIONS(1770), + [anon_sym_true] = ACTIONS(1768), + [anon_sym_false] = ACTIONS(1768), + [anon_sym_DQUOTE] = ACTIONS(1768), + [anon_sym_BSLASH] = ACTIONS(1770), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1770), + [sym__oneline_regex_literal] = ACTIONS(1768), + [anon_sym_LPAREN] = ACTIONS(1770), + [anon_sym_LBRACK] = ACTIONS(1770), + [anon_sym_AMP] = ACTIONS(1770), + [anon_sym_TILDE] = ACTIONS(1770), + [anon_sym_if] = ACTIONS(1768), + [anon_sym_switch] = ACTIONS(1768), + [aux_sym_custom_operator_token1] = ACTIONS(1770), + [anon_sym_LT] = ACTIONS(1768), + [anon_sym_GT] = ACTIONS(1768), + [anon_sym_await] = ACTIONS(1768), + [anon_sym_LBRACE] = ACTIONS(1770), + [anon_sym_CARET_LBRACE] = ACTIONS(1770), + [anon_sym_self] = ACTIONS(1768), + [anon_sym_super] = ACTIONS(1768), + [anon_sym_try] = ACTIONS(1768), + [anon_sym_PLUS_EQ] = ACTIONS(1770), + [anon_sym_DASH_EQ] = ACTIONS(1770), + [anon_sym_STAR_EQ] = ACTIONS(1770), + [anon_sym_SLASH_EQ] = ACTIONS(1770), + [anon_sym_PERCENT_EQ] = ACTIONS(1770), + [anon_sym_BANG_EQ] = ACTIONS(1768), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1770), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1770), + [anon_sym_LT_EQ] = ACTIONS(1770), + [anon_sym_GT_EQ] = ACTIONS(1770), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1770), + [anon_sym_DOT_DOT_LT] = ACTIONS(1770), + [anon_sym_PLUS] = ACTIONS(1768), + [anon_sym_DASH] = ACTIONS(1768), + [anon_sym_STAR] = ACTIONS(1768), + [anon_sym_SLASH] = ACTIONS(1768), + [anon_sym_PERCENT] = ACTIONS(1768), + [anon_sym_PLUS_PLUS] = ACTIONS(1770), + [anon_sym_DASH_DASH] = ACTIONS(1770), + [anon_sym_PIPE] = ACTIONS(1770), + [anon_sym_CARET] = ACTIONS(1768), + [anon_sym_LT_LT] = ACTIONS(1770), + [anon_sym_GT_GT] = ACTIONS(1770), + [anon_sym_borrowing] = ACTIONS(3691), + [anon_sym_consuming] = ACTIONS(3691), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(1770), + [sym_raw_str_end_part] = ACTIONS(1770), + [sym__dot_custom] = ACTIONS(1770), + [sym__eq_custom] = ACTIONS(1770), + [sym__eq_eq_custom] = ACTIONS(1770), + [sym__plus_then_ws] = ACTIONS(1770), + [sym__minus_then_ws] = ACTIONS(1770), + [sym__bang_custom] = ACTIONS(1770), + [sym__custom_operator] = ACTIONS(1770), + [sym__hash_symbol_custom] = ACTIONS(1770), + [sym__directive_if] = ACTIONS(1770), + [sym__directive_elseif] = ACTIONS(1770), + [sym__directive_else] = ACTIONS(1770), + [sym__directive_endif] = ACTIONS(1770), + }, + [STATE(1496)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_RPAREN] = ACTIONS(1877), + [anon_sym_COMMA] = ACTIONS(1877), + [anon_sym_COLON] = ACTIONS(1877), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_RBRACK] = ACTIONS(1877), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(3678), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1497)] = { + [sym__quest] = STATE(706), + [sym__immediate_quest] = STATE(2992), + [sym__range_operator] = STATE(447), + [sym_custom_operator] = STATE(448), + [sym_navigation_suffix] = STATE(2994), + [sym_call_suffix] = STATE(2995), + [sym__fn_call_lambda_arguments] = STATE(2997), + [sym_value_arguments] = STATE(2673), + [sym_lambda_literal] = STATE(1725), + [sym__equality_operator] = STATE(449), + [sym__comparison_operator] = STATE(450), + [sym__three_dot_operator] = STATE(1164), + [sym__open_ended_range_operator] = STATE(447), + [sym__is_operator] = STATE(4227), + [sym__additive_operator] = STATE(610), + [sym__multiplicative_operator] = STATE(611), + [sym_as_operator] = STATE(4228), + [sym__bitwise_binary_operator] = STATE(451), + [sym__postfix_unary_operator] = STATE(2998), + [sym__eq_eq] = STATE(449), + [sym__dot] = STATE(5518), + [sym__conjunction_operator] = STATE(453), + [sym__disjunction_operator] = STATE(454), + [sym__nil_coalescing_operator] = STATE(456), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(2998), + [anon_sym_BANG] = ACTIONS(3620), + [sym_comment] = ACTIONS(3), + [anon_sym_COMMA] = ACTIONS(1903), + [anon_sym_LPAREN] = ACTIONS(3622), + [anon_sym_LBRACK] = ACTIONS(3624), + [anon_sym_QMARK] = ACTIONS(3626), + [anon_sym_QMARK2] = ACTIONS(3628), + [anon_sym_AMP] = ACTIONS(3630), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3632), + [anon_sym_GT] = ACTIONS(3632), + [anon_sym_LBRACE] = ACTIONS(3636), + [anon_sym_CARET_LBRACE] = ACTIONS(3636), + [anon_sym_RBRACE] = ACTIONS(1903), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3638), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3640), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3640), + [anon_sym_LT_EQ] = ACTIONS(3642), + [anon_sym_GT_EQ] = ACTIONS(3642), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1059), + [anon_sym_DOT_DOT_LT] = ACTIONS(3644), + [anon_sym_is] = ACTIONS(3646), + [anon_sym_PLUS] = ACTIONS(3648), + [anon_sym_DASH] = ACTIONS(3648), + [anon_sym_STAR] = ACTIONS(3650), + [anon_sym_SLASH] = ACTIONS(3650), + [anon_sym_PERCENT] = ACTIONS(3650), + [anon_sym_PLUS_PLUS] = ACTIONS(3652), + [anon_sym_DASH_DASH] = ACTIONS(3652), + [anon_sym_PIPE] = ACTIONS(3630), + [anon_sym_CARET] = ACTIONS(3654), + [anon_sym_LT_LT] = ACTIONS(3630), + [anon_sym_GT_GT] = ACTIONS(3630), + [sym_multiline_comment] = ACTIONS(1903), + [sym__implicit_semi] = ACTIONS(1903), + [sym__explicit_semi] = ACTIONS(1903), + [sym__dot_custom] = ACTIONS(3656), + [sym__conjunction_operator_custom] = ACTIONS(3658), + [sym__disjunction_operator_custom] = ACTIONS(3660), + [sym__nil_coalescing_operator_custom] = ACTIONS(3662), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3640), + [sym__plus_then_ws] = ACTIONS(3664), + [sym__minus_then_ws] = ACTIONS(3664), + [sym__bang_custom] = ACTIONS(3666), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1498)] = { + [sym__dot] = STATE(5529), + [aux_sym_user_type_repeat1] = STATE(1486), + [anon_sym_BANG] = ACTIONS(2164), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(2164), + [aux_sym_simple_identifier_token2] = ACTIONS(2166), + [aux_sym_simple_identifier_token3] = ACTIONS(2166), + [aux_sym_simple_identifier_token4] = ACTIONS(2166), + [anon_sym_actor] = ACTIONS(2164), + [anon_sym_async] = ACTIONS(2164), + [anon_sym_each] = ACTIONS(2164), + [anon_sym_lazy] = ACTIONS(2164), + [anon_sym_repeat] = ACTIONS(2164), + [anon_sym_package] = ACTIONS(2164), + [anon_sym_nil] = ACTIONS(2164), + [sym_real_literal] = ACTIONS(2166), + [sym_integer_literal] = ACTIONS(2164), + [sym_hex_literal] = ACTIONS(2164), + [sym_oct_literal] = ACTIONS(2166), + [sym_bin_literal] = ACTIONS(2166), + [anon_sym_true] = ACTIONS(2164), + [anon_sym_false] = ACTIONS(2164), + [anon_sym_DQUOTE] = ACTIONS(2164), + [anon_sym_BSLASH] = ACTIONS(2166), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2166), + [sym__oneline_regex_literal] = ACTIONS(2164), + [anon_sym_LPAREN] = ACTIONS(2166), + [anon_sym_LBRACK] = ACTIONS(2166), + [anon_sym_AMP] = ACTIONS(2166), + [anon_sym_TILDE] = ACTIONS(2166), + [anon_sym_if] = ACTIONS(2164), + [anon_sym_switch] = ACTIONS(2164), + [aux_sym_custom_operator_token1] = ACTIONS(2166), + [anon_sym_LT] = ACTIONS(2164), + [anon_sym_GT] = ACTIONS(2164), + [anon_sym_await] = ACTIONS(2164), + [anon_sym_LBRACE] = ACTIONS(2166), + [anon_sym_CARET_LBRACE] = ACTIONS(2166), + [anon_sym_self] = ACTIONS(2164), + [anon_sym_super] = ACTIONS(2164), + [anon_sym_try] = ACTIONS(2164), + [anon_sym_PLUS_EQ] = ACTIONS(2166), + [anon_sym_DASH_EQ] = ACTIONS(2166), + [anon_sym_STAR_EQ] = ACTIONS(2166), + [anon_sym_SLASH_EQ] = ACTIONS(2166), + [anon_sym_PERCENT_EQ] = ACTIONS(2166), + [anon_sym_BANG_EQ] = ACTIONS(2164), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2166), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2166), + [anon_sym_LT_EQ] = ACTIONS(2166), + [anon_sym_GT_EQ] = ACTIONS(2166), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2166), + [anon_sym_DOT_DOT_LT] = ACTIONS(2166), + [anon_sym_PLUS] = ACTIONS(2164), + [anon_sym_DASH] = ACTIONS(2164), + [anon_sym_STAR] = ACTIONS(2164), + [anon_sym_SLASH] = ACTIONS(2164), + [anon_sym_PERCENT] = ACTIONS(2164), + [anon_sym_PLUS_PLUS] = ACTIONS(2166), + [anon_sym_DASH_DASH] = ACTIONS(2166), + [anon_sym_PIPE] = ACTIONS(2166), + [anon_sym_CARET] = ACTIONS(2164), + [anon_sym_LT_LT] = ACTIONS(2166), + [anon_sym_GT_GT] = ACTIONS(2166), + [anon_sym_AT] = ACTIONS(2166), + [anon_sym_borrowing] = ACTIONS(2164), + [anon_sym_consuming] = ACTIONS(2164), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(2166), + [sym_raw_str_end_part] = ACTIONS(2166), + [sym__dot_custom] = ACTIONS(3695), + [sym__eq_custom] = ACTIONS(2166), + [sym__eq_eq_custom] = ACTIONS(2166), + [sym__plus_then_ws] = ACTIONS(2166), + [sym__minus_then_ws] = ACTIONS(2166), + [sym__bang_custom] = ACTIONS(2166), + [sym__custom_operator] = ACTIONS(2166), + [sym__hash_symbol_custom] = ACTIONS(2166), + [sym__directive_if] = ACTIONS(2166), + [sym__directive_elseif] = ACTIONS(2166), + [sym__directive_else] = ACTIONS(2166), + [sym__directive_endif] = ACTIONS(2166), + }, + [STATE(1499)] = { + [sym__quest] = STATE(682), + [sym__immediate_quest] = STATE(3441), + [sym__range_operator] = STATE(452), + [sym_custom_operator] = STATE(410), + [sym_navigation_suffix] = STATE(3442), + [sym_call_suffix] = STATE(3443), + [sym__fn_call_lambda_arguments] = STATE(3444), + [sym_value_arguments] = STATE(2747), + [sym_lambda_literal] = STATE(1741), + [sym_where_clause] = STATE(8750), + [sym__equality_operator] = STATE(446), + [sym__comparison_operator] = STATE(458), + [sym__three_dot_operator] = STATE(1219), + [sym__open_ended_range_operator] = STATE(452), + [sym__is_operator] = STATE(4403), + [sym__additive_operator] = STATE(652), + [sym__multiplicative_operator] = STATE(655), + [sym_as_operator] = STATE(4404), + [sym__bitwise_binary_operator] = STATE(459), + [sym__postfix_unary_operator] = STATE(3450), + [sym__eq_eq] = STATE(446), + [sym__dot] = STATE(5480), + [sym__conjunction_operator] = STATE(482), + [sym__disjunction_operator] = STATE(496), + [sym__nil_coalescing_operator] = STATE(402), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(3450), + [anon_sym_BANG] = ACTIONS(3698), + [sym_comment] = ACTIONS(3), + [anon_sym_COMMA] = ACTIONS(1999), + [anon_sym_LPAREN] = ACTIONS(3700), + [anon_sym_LBRACK] = ACTIONS(3702), + [anon_sym_QMARK] = ACTIONS(3704), + [anon_sym_QMARK2] = ACTIONS(3706), + [anon_sym_AMP] = ACTIONS(3708), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3710), + [anon_sym_GT] = ACTIONS(3710), + [anon_sym_LBRACE] = ACTIONS(3712), + [anon_sym_CARET_LBRACE] = ACTIONS(3712), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3714), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3716), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3716), + [anon_sym_LT_EQ] = ACTIONS(3718), + [anon_sym_GT_EQ] = ACTIONS(3718), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1125), + [anon_sym_DOT_DOT_LT] = ACTIONS(3720), + [anon_sym_is] = ACTIONS(3722), + [anon_sym_PLUS] = ACTIONS(3724), + [anon_sym_DASH] = ACTIONS(3724), + [anon_sym_STAR] = ACTIONS(3726), + [anon_sym_SLASH] = ACTIONS(3726), + [anon_sym_PERCENT] = ACTIONS(3726), + [anon_sym_PLUS_PLUS] = ACTIONS(3728), + [anon_sym_DASH_DASH] = ACTIONS(3728), + [anon_sym_PIPE] = ACTIONS(3708), + [anon_sym_CARET] = ACTIONS(3730), + [anon_sym_LT_LT] = ACTIONS(3708), + [anon_sym_GT_GT] = ACTIONS(3708), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(3732), + [sym__conjunction_operator_custom] = ACTIONS(3734), + [sym__disjunction_operator_custom] = ACTIONS(3736), + [sym__nil_coalescing_operator_custom] = ACTIONS(3738), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3716), + [sym__plus_then_ws] = ACTIONS(3740), + [sym__minus_then_ws] = ACTIONS(3740), + [sym__bang_custom] = ACTIONS(3742), + [sym_where_keyword] = ACTIONS(3744), + [sym_else] = ACTIONS(1999), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1500)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [aux_sym_array_literal_repeat1] = STATE(7978), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_COMMA] = ACTIONS(3746), + [anon_sym_COLON] = ACTIONS(3687), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_RBRACK] = ACTIONS(3748), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(3678), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1501)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [aux_sym_array_literal_repeat1] = STATE(8075), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_COMMA] = ACTIONS(3750), + [anon_sym_COLON] = ACTIONS(3687), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_RBRACK] = ACTIONS(3752), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(3678), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1502)] = { + [sym__quest] = STATE(706), + [sym__immediate_quest] = STATE(2992), + [sym__range_operator] = STATE(447), + [sym_custom_operator] = STATE(448), + [sym_navigation_suffix] = STATE(2994), + [sym_call_suffix] = STATE(2995), + [sym__fn_call_lambda_arguments] = STATE(2997), + [sym_value_arguments] = STATE(2673), + [sym_lambda_literal] = STATE(1725), + [sym__equality_operator] = STATE(449), + [sym__comparison_operator] = STATE(450), + [sym__three_dot_operator] = STATE(1164), + [sym__open_ended_range_operator] = STATE(447), + [sym__is_operator] = STATE(4227), + [sym__additive_operator] = STATE(610), + [sym__multiplicative_operator] = STATE(611), + [sym_as_operator] = STATE(4228), + [sym__bitwise_binary_operator] = STATE(451), + [sym__postfix_unary_operator] = STATE(2998), + [sym__eq_eq] = STATE(449), + [sym__dot] = STATE(5518), + [sym__conjunction_operator] = STATE(453), + [sym__disjunction_operator] = STATE(454), + [sym__nil_coalescing_operator] = STATE(456), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(2998), + [anon_sym_BANG] = ACTIONS(1869), + [sym_comment] = ACTIONS(3), + [anon_sym_COMMA] = ACTIONS(1871), + [anon_sym_LPAREN] = ACTIONS(1871), + [anon_sym_LBRACK] = ACTIONS(1871), + [anon_sym_QMARK] = ACTIONS(1869), + [anon_sym_QMARK2] = ACTIONS(1871), + [anon_sym_AMP] = ACTIONS(1871), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(1869), + [anon_sym_GT] = ACTIONS(1869), + [anon_sym_LBRACE] = ACTIONS(1871), + [anon_sym_CARET_LBRACE] = ACTIONS(1871), + [anon_sym_RBRACE] = ACTIONS(1871), + [anon_sym_PLUS_EQ] = ACTIONS(1871), + [anon_sym_DASH_EQ] = ACTIONS(1871), + [anon_sym_STAR_EQ] = ACTIONS(1871), + [anon_sym_SLASH_EQ] = ACTIONS(1871), + [anon_sym_PERCENT_EQ] = ACTIONS(1871), + [anon_sym_BANG_EQ] = ACTIONS(1869), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1871), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1871), + [anon_sym_LT_EQ] = ACTIONS(1871), + [anon_sym_GT_EQ] = ACTIONS(1871), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1871), + [anon_sym_DOT_DOT_LT] = ACTIONS(1871), + [anon_sym_is] = ACTIONS(1871), + [anon_sym_PLUS] = ACTIONS(3648), + [anon_sym_DASH] = ACTIONS(3648), + [anon_sym_STAR] = ACTIONS(3650), + [anon_sym_SLASH] = ACTIONS(3650), + [anon_sym_PERCENT] = ACTIONS(3650), + [anon_sym_PLUS_PLUS] = ACTIONS(1871), + [anon_sym_DASH_DASH] = ACTIONS(1871), + [anon_sym_PIPE] = ACTIONS(1871), + [anon_sym_CARET] = ACTIONS(1869), + [anon_sym_LT_LT] = ACTIONS(1871), + [anon_sym_GT_GT] = ACTIONS(1871), + [sym_multiline_comment] = ACTIONS(1871), + [sym__implicit_semi] = ACTIONS(1871), + [sym__explicit_semi] = ACTIONS(1871), + [sym__dot_custom] = ACTIONS(1871), + [sym__conjunction_operator_custom] = ACTIONS(1871), + [sym__disjunction_operator_custom] = ACTIONS(1871), + [sym__nil_coalescing_operator_custom] = ACTIONS(3662), + [sym__eq_custom] = ACTIONS(1871), + [sym__eq_eq_custom] = ACTIONS(1871), + [sym__plus_then_ws] = ACTIONS(3664), + [sym__minus_then_ws] = ACTIONS(3664), + [sym__bang_custom] = ACTIONS(1871), + [sym__as_custom] = ACTIONS(1871), + [sym__as_quest_custom] = ACTIONS(1871), + [sym__as_bang_custom] = ACTIONS(1871), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1503)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_RPAREN] = ACTIONS(1903), + [anon_sym_COMMA] = ACTIONS(1903), + [anon_sym_COLON] = ACTIONS(1903), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_RBRACK] = ACTIONS(1903), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(3678), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1504)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_RPAREN] = ACTIONS(1857), + [anon_sym_COMMA] = ACTIONS(1857), + [anon_sym_COLON] = ACTIONS(1857), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_RBRACK] = ACTIONS(1857), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(3678), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1505)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [aux_sym_array_literal_repeat1] = STATE(8370), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_COMMA] = ACTIONS(3754), + [anon_sym_COLON] = ACTIONS(3687), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_RBRACK] = ACTIONS(3756), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(3678), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1506)] = { + [sym__quest] = STATE(673), + [sym__immediate_quest] = STATE(3665), + [sym__range_operator] = STATE(493), + [sym_custom_operator] = STATE(399), + [sym_navigation_suffix] = STATE(3101), + [sym_call_suffix] = STATE(3103), + [sym__fn_call_lambda_arguments] = STATE(3104), + [sym_value_arguments] = STATE(2730), + [sym_expr_hack_at_ternary_binary_call_suffix] = STATE(3289), + [sym_lambda_literal] = STATE(1729), + [sym__equality_operator] = STATE(497), + [sym__comparison_operator] = STATE(498), + [sym__three_dot_operator] = STATE(1181), + [sym__open_ended_range_operator] = STATE(493), + [sym__is_operator] = STATE(4385), + [sym__additive_operator] = STATE(688), + [sym__multiplicative_operator] = STATE(689), + [sym_as_operator] = STATE(4386), + [sym__bitwise_binary_operator] = STATE(504), + [sym__postfix_unary_operator] = STATE(3114), + [sym__eq_eq] = STATE(497), + [sym__dot] = STATE(5641), + [sym__conjunction_operator] = STATE(505), + [sym__disjunction_operator] = STATE(508), + [sym__nil_coalescing_operator] = STATE(510), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(3114), + [anon_sym_BANG] = ACTIONS(3758), + [sym_comment] = ACTIONS(3), + [anon_sym_COMMA] = ACTIONS(1807), + [anon_sym_COLON] = ACTIONS(1807), + [anon_sym_LPAREN] = ACTIONS(3760), + [anon_sym_LBRACK] = ACTIONS(3762), + [anon_sym_QMARK] = ACTIONS(1813), + [anon_sym_QMARK2] = ACTIONS(3764), + [anon_sym_AMP] = ACTIONS(3766), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3768), + [anon_sym_GT] = ACTIONS(3768), + [anon_sym_LBRACE] = ACTIONS(1807), + [anon_sym_CARET_LBRACE] = ACTIONS(1807), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3770), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3772), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3772), + [anon_sym_LT_EQ] = ACTIONS(3774), + [anon_sym_GT_EQ] = ACTIONS(3774), + [anon_sym_DOT_DOT_DOT] = ACTIONS(989), + [anon_sym_DOT_DOT_LT] = ACTIONS(3776), + [anon_sym_is] = ACTIONS(3778), + [anon_sym_PLUS] = ACTIONS(3780), + [anon_sym_DASH] = ACTIONS(3780), + [anon_sym_STAR] = ACTIONS(3782), + [anon_sym_SLASH] = ACTIONS(3782), + [anon_sym_PERCENT] = ACTIONS(3782), + [anon_sym_PLUS_PLUS] = ACTIONS(3784), + [anon_sym_DASH_DASH] = ACTIONS(3784), + [anon_sym_PIPE] = ACTIONS(3766), + [anon_sym_CARET] = ACTIONS(3786), + [anon_sym_LT_LT] = ACTIONS(3766), + [anon_sym_GT_GT] = ACTIONS(3766), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(3788), + [sym__conjunction_operator_custom] = ACTIONS(3790), + [sym__disjunction_operator_custom] = ACTIONS(3792), + [sym__nil_coalescing_operator_custom] = ACTIONS(3794), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3772), + [sym__plus_then_ws] = ACTIONS(3796), + [sym__minus_then_ws] = ACTIONS(3796), + [sym__bang_custom] = ACTIONS(3798), + [sym_where_keyword] = ACTIONS(1807), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1507)] = { + [sym_attribute] = STATE(1507), + [aux_sym__lambda_type_declaration_repeat1] = STATE(1507), + [anon_sym_BANG] = ACTIONS(3800), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(3800), + [aux_sym_simple_identifier_token2] = ACTIONS(3802), + [aux_sym_simple_identifier_token3] = ACTIONS(3802), + [aux_sym_simple_identifier_token4] = ACTIONS(3802), + [anon_sym_actor] = ACTIONS(3800), + [anon_sym_async] = ACTIONS(3800), + [anon_sym_each] = ACTIONS(3800), + [anon_sym_lazy] = ACTIONS(3800), + [anon_sym_repeat] = ACTIONS(3800), + [anon_sym_package] = ACTIONS(3800), + [anon_sym_nil] = ACTIONS(3800), + [sym_real_literal] = ACTIONS(3802), + [sym_integer_literal] = ACTIONS(3800), + [sym_hex_literal] = ACTIONS(3800), + [sym_oct_literal] = ACTIONS(3802), + [sym_bin_literal] = ACTIONS(3802), + [anon_sym_true] = ACTIONS(3800), + [anon_sym_false] = ACTIONS(3800), + [anon_sym_DQUOTE] = ACTIONS(3800), + [anon_sym_BSLASH] = ACTIONS(3802), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(3802), + [sym__oneline_regex_literal] = ACTIONS(3800), + [anon_sym_LPAREN] = ACTIONS(3802), + [anon_sym_LBRACK] = ACTIONS(3802), + [anon_sym_AMP] = ACTIONS(3802), + [anon_sym_TILDE] = ACTIONS(3802), + [anon_sym_if] = ACTIONS(3800), + [anon_sym_switch] = ACTIONS(3800), + [aux_sym_custom_operator_token1] = ACTIONS(3802), + [anon_sym_LT] = ACTIONS(3800), + [anon_sym_GT] = ACTIONS(3800), + [anon_sym_await] = ACTIONS(3800), + [anon_sym_LBRACE] = ACTIONS(3802), + [anon_sym_CARET_LBRACE] = ACTIONS(3802), + [anon_sym_self] = ACTIONS(3800), + [anon_sym_super] = ACTIONS(3800), + [anon_sym_try] = ACTIONS(3800), + [anon_sym_PLUS_EQ] = ACTIONS(3802), + [anon_sym_DASH_EQ] = ACTIONS(3802), + [anon_sym_STAR_EQ] = ACTIONS(3802), + [anon_sym_SLASH_EQ] = ACTIONS(3802), + [anon_sym_PERCENT_EQ] = ACTIONS(3802), + [anon_sym_BANG_EQ] = ACTIONS(3800), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3802), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3802), + [anon_sym_LT_EQ] = ACTIONS(3802), + [anon_sym_GT_EQ] = ACTIONS(3802), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3802), + [anon_sym_DOT_DOT_LT] = ACTIONS(3802), + [anon_sym_PLUS] = ACTIONS(3800), + [anon_sym_DASH] = ACTIONS(3800), + [anon_sym_STAR] = ACTIONS(3800), + [anon_sym_SLASH] = ACTIONS(3800), + [anon_sym_PERCENT] = ACTIONS(3800), + [anon_sym_PLUS_PLUS] = ACTIONS(3802), + [anon_sym_DASH_DASH] = ACTIONS(3802), + [anon_sym_PIPE] = ACTIONS(3802), + [anon_sym_CARET] = ACTIONS(3800), + [anon_sym_LT_LT] = ACTIONS(3802), + [anon_sym_GT_GT] = ACTIONS(3802), + [anon_sym_AT] = ACTIONS(3804), + [anon_sym_borrowing] = ACTIONS(3800), + [anon_sym_consuming] = ACTIONS(3800), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(3802), + [sym_raw_str_end_part] = ACTIONS(3802), + [sym__dot_custom] = ACTIONS(3802), + [sym__eq_custom] = ACTIONS(3802), + [sym__eq_eq_custom] = ACTIONS(3802), + [sym__plus_then_ws] = ACTIONS(3802), + [sym__minus_then_ws] = ACTIONS(3802), + [sym__bang_custom] = ACTIONS(3802), + [sym__custom_operator] = ACTIONS(3802), + [sym__hash_symbol_custom] = ACTIONS(3802), + [sym__directive_if] = ACTIONS(3802), + [sym__directive_elseif] = ACTIONS(3802), + [sym__directive_else] = ACTIONS(3802), + [sym__directive_endif] = ACTIONS(3802), + }, + [STATE(1508)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [aux_sym_array_literal_repeat1] = STATE(8497), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_COMMA] = ACTIONS(3807), + [anon_sym_COLON] = ACTIONS(3687), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_RBRACK] = ACTIONS(3809), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(3678), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1509)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [aux_sym_array_literal_repeat1] = STATE(8545), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_COMMA] = ACTIONS(3811), + [anon_sym_COLON] = ACTIONS(3687), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_RBRACK] = ACTIONS(3813), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(3678), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1510)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [aux_sym_array_literal_repeat1] = STATE(7729), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_COMMA] = ACTIONS(3815), + [anon_sym_COLON] = ACTIONS(3687), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_RBRACK] = ACTIONS(3817), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(3678), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1511)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [aux_sym_array_literal_repeat1] = STATE(8077), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_COMMA] = ACTIONS(3819), + [anon_sym_COLON] = ACTIONS(3687), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_RBRACK] = ACTIONS(3821), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(3678), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1512)] = { + [sym_simple_identifier] = STATE(6615), + [sym__contextual_simple_identifier] = STATE(6758), + [sym__parameter_ownership_modifier] = STATE(6758), + [anon_sym_BANG] = ACTIONS(1768), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(3823), + [aux_sym_simple_identifier_token2] = ACTIONS(3825), + [aux_sym_simple_identifier_token3] = ACTIONS(3825), + [aux_sym_simple_identifier_token4] = ACTIONS(3825), + [anon_sym_actor] = ACTIONS(3823), + [anon_sym_async] = ACTIONS(3823), + [anon_sym_each] = ACTIONS(3823), + [anon_sym_lazy] = ACTIONS(3823), + [anon_sym_repeat] = ACTIONS(3823), + [anon_sym_package] = ACTIONS(3823), + [anon_sym_nil] = ACTIONS(1768), + [sym_real_literal] = ACTIONS(1770), + [sym_integer_literal] = ACTIONS(1768), + [sym_hex_literal] = ACTIONS(1768), + [sym_oct_literal] = ACTIONS(1770), + [sym_bin_literal] = ACTIONS(1770), + [anon_sym_true] = ACTIONS(1768), + [anon_sym_false] = ACTIONS(1768), + [anon_sym_DQUOTE] = ACTIONS(1768), + [anon_sym_BSLASH] = ACTIONS(1770), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1770), + [sym__oneline_regex_literal] = ACTIONS(1768), + [anon_sym_LPAREN] = ACTIONS(1770), + [anon_sym_LBRACK] = ACTIONS(1770), + [anon_sym_AMP] = ACTIONS(1770), + [anon_sym_TILDE] = ACTIONS(1770), + [anon_sym_if] = ACTIONS(1768), + [anon_sym_switch] = ACTIONS(1768), + [aux_sym_custom_operator_token1] = ACTIONS(1770), + [anon_sym_LT] = ACTIONS(1768), + [anon_sym_GT] = ACTIONS(1768), + [anon_sym_await] = ACTIONS(1768), + [anon_sym_LBRACE] = ACTIONS(1770), + [anon_sym_CARET_LBRACE] = ACTIONS(1770), + [anon_sym_self] = ACTIONS(1768), + [anon_sym_super] = ACTIONS(1768), + [anon_sym_try] = ACTIONS(1768), + [anon_sym_PLUS_EQ] = ACTIONS(1770), + [anon_sym_DASH_EQ] = ACTIONS(1770), + [anon_sym_STAR_EQ] = ACTIONS(1770), + [anon_sym_SLASH_EQ] = ACTIONS(1770), + [anon_sym_PERCENT_EQ] = ACTIONS(1770), + [anon_sym_BANG_EQ] = ACTIONS(1768), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1770), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1770), + [anon_sym_LT_EQ] = ACTIONS(1770), + [anon_sym_GT_EQ] = ACTIONS(1770), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1770), + [anon_sym_DOT_DOT_LT] = ACTIONS(1770), + [anon_sym_PLUS] = ACTIONS(1768), + [anon_sym_DASH] = ACTIONS(1768), + [anon_sym_STAR] = ACTIONS(1768), + [anon_sym_SLASH] = ACTIONS(1768), + [anon_sym_PERCENT] = ACTIONS(1768), + [anon_sym_PLUS_PLUS] = ACTIONS(1770), + [anon_sym_DASH_DASH] = ACTIONS(1770), + [anon_sym_PIPE] = ACTIONS(1770), + [anon_sym_CARET] = ACTIONS(1768), + [anon_sym_LT_LT] = ACTIONS(1770), + [anon_sym_GT_GT] = ACTIONS(1770), + [anon_sym_borrowing] = ACTIONS(3823), + [anon_sym_consuming] = ACTIONS(3823), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(1770), + [sym_raw_str_end_part] = ACTIONS(1770), + [sym__dot_custom] = ACTIONS(1770), + [sym__eq_custom] = ACTIONS(1770), + [sym__eq_eq_custom] = ACTIONS(1770), + [sym__plus_then_ws] = ACTIONS(1770), + [sym__minus_then_ws] = ACTIONS(1770), + [sym__bang_custom] = ACTIONS(1770), + [sym__custom_operator] = ACTIONS(1770), + [sym__hash_symbol_custom] = ACTIONS(1770), + [sym__directive_if] = ACTIONS(1770), + [sym__directive_elseif] = ACTIONS(1770), + [sym__directive_else] = ACTIONS(1770), + [sym__directive_endif] = ACTIONS(1770), + }, + [STATE(1513)] = { + [sym__quest] = STATE(726), + [sym__immediate_quest] = STATE(2736), + [sym__range_operator] = STATE(407), + [sym_custom_operator] = STATE(408), + [sym_navigation_suffix] = STATE(2750), + [sym_call_suffix] = STATE(2759), + [sym__fn_call_lambda_arguments] = STATE(2762), + [sym_value_arguments] = STATE(2421), + [sym_lambda_literal] = STATE(1716), + [sym__equality_operator] = STATE(411), + [sym__comparison_operator] = STATE(440), + [sym__three_dot_operator] = STATE(1136), + [sym__open_ended_range_operator] = STATE(407), + [sym__is_operator] = STATE(4342), + [sym__additive_operator] = STATE(585), + [sym__multiplicative_operator] = STATE(646), + [sym_as_operator] = STATE(4566), + [sym__bitwise_binary_operator] = STATE(499), + [sym__postfix_unary_operator] = STATE(2821), + [sym__eq_eq] = STATE(411), + [sym__dot] = STATE(5511), + [sym__conjunction_operator] = STATE(404), + [sym__disjunction_operator] = STATE(405), + [sym__nil_coalescing_operator] = STATE(406), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(2821), + [ts_builtin_sym_end] = ACTIONS(2081), + [anon_sym_BANG] = ACTIONS(3544), + [sym_comment] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(3546), + [anon_sym_LBRACK] = ACTIONS(3548), + [anon_sym_QMARK] = ACTIONS(3586), + [anon_sym_QMARK2] = ACTIONS(3550), + [anon_sym_AMP] = ACTIONS(3552), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3554), + [anon_sym_GT] = ACTIONS(3554), + [anon_sym_LBRACE] = ACTIONS(3590), + [anon_sym_CARET_LBRACE] = ACTIONS(3590), + [anon_sym_RBRACE] = ACTIONS(2081), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3556), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3558), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3558), + [anon_sym_LT_EQ] = ACTIONS(3560), + [anon_sym_GT_EQ] = ACTIONS(3560), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(3562), + [anon_sym_is] = ACTIONS(3564), + [anon_sym_PLUS] = ACTIONS(3566), + [anon_sym_DASH] = ACTIONS(3566), + [anon_sym_STAR] = ACTIONS(3568), + [anon_sym_SLASH] = ACTIONS(3568), + [anon_sym_PERCENT] = ACTIONS(3568), + [anon_sym_PLUS_PLUS] = ACTIONS(3570), + [anon_sym_DASH_DASH] = ACTIONS(3570), + [anon_sym_PIPE] = ACTIONS(3552), + [anon_sym_CARET] = ACTIONS(3572), + [anon_sym_LT_LT] = ACTIONS(3552), + [anon_sym_GT_GT] = ACTIONS(3552), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2081), + [sym__explicit_semi] = ACTIONS(2081), + [sym__dot_custom] = ACTIONS(3574), + [sym__conjunction_operator_custom] = ACTIONS(3576), + [sym__disjunction_operator_custom] = ACTIONS(3578), + [sym__nil_coalescing_operator_custom] = ACTIONS(3580), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3558), + [sym__plus_then_ws] = ACTIONS(3582), + [sym__minus_then_ws] = ACTIONS(3582), + [sym__bang_custom] = ACTIONS(3584), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1514)] = { + [sym__dot] = STATE(5529), + [aux_sym_user_type_repeat1] = STATE(1498), + [anon_sym_BANG] = ACTIONS(2149), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(2149), + [aux_sym_simple_identifier_token2] = ACTIONS(2151), + [aux_sym_simple_identifier_token3] = ACTIONS(2151), + [aux_sym_simple_identifier_token4] = ACTIONS(2151), + [anon_sym_actor] = ACTIONS(2149), + [anon_sym_async] = ACTIONS(2149), + [anon_sym_each] = ACTIONS(2149), + [anon_sym_lazy] = ACTIONS(2149), + [anon_sym_repeat] = ACTIONS(2149), + [anon_sym_package] = ACTIONS(2149), + [anon_sym_nil] = ACTIONS(2149), + [sym_real_literal] = ACTIONS(2151), + [sym_integer_literal] = ACTIONS(2149), + [sym_hex_literal] = ACTIONS(2149), + [sym_oct_literal] = ACTIONS(2151), + [sym_bin_literal] = ACTIONS(2151), + [anon_sym_true] = ACTIONS(2149), + [anon_sym_false] = ACTIONS(2149), + [anon_sym_DQUOTE] = ACTIONS(2149), + [anon_sym_BSLASH] = ACTIONS(2151), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2151), + [sym__oneline_regex_literal] = ACTIONS(2149), + [anon_sym_LPAREN] = ACTIONS(2151), + [anon_sym_LBRACK] = ACTIONS(2151), + [anon_sym_AMP] = ACTIONS(2151), + [anon_sym_TILDE] = ACTIONS(2151), + [anon_sym_if] = ACTIONS(2149), + [anon_sym_switch] = ACTIONS(2149), + [aux_sym_custom_operator_token1] = ACTIONS(2151), + [anon_sym_LT] = ACTIONS(2149), + [anon_sym_GT] = ACTIONS(2149), + [anon_sym_await] = ACTIONS(2149), + [anon_sym_LBRACE] = ACTIONS(2151), + [anon_sym_CARET_LBRACE] = ACTIONS(2151), + [anon_sym_self] = ACTIONS(2149), + [anon_sym_super] = ACTIONS(2149), + [anon_sym_try] = ACTIONS(2149), + [anon_sym_PLUS_EQ] = ACTIONS(2151), + [anon_sym_DASH_EQ] = ACTIONS(2151), + [anon_sym_STAR_EQ] = ACTIONS(2151), + [anon_sym_SLASH_EQ] = ACTIONS(2151), + [anon_sym_PERCENT_EQ] = ACTIONS(2151), + [anon_sym_BANG_EQ] = ACTIONS(2149), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2151), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2151), + [anon_sym_LT_EQ] = ACTIONS(2151), + [anon_sym_GT_EQ] = ACTIONS(2151), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2151), + [anon_sym_DOT_DOT_LT] = ACTIONS(2151), + [anon_sym_PLUS] = ACTIONS(2149), + [anon_sym_DASH] = ACTIONS(2149), + [anon_sym_STAR] = ACTIONS(2149), + [anon_sym_SLASH] = ACTIONS(2149), + [anon_sym_PERCENT] = ACTIONS(2149), + [anon_sym_PLUS_PLUS] = ACTIONS(2151), + [anon_sym_DASH_DASH] = ACTIONS(2151), + [anon_sym_PIPE] = ACTIONS(2151), + [anon_sym_CARET] = ACTIONS(2149), + [anon_sym_LT_LT] = ACTIONS(2151), + [anon_sym_GT_GT] = ACTIONS(2151), + [anon_sym_AT] = ACTIONS(2151), + [anon_sym_borrowing] = ACTIONS(2149), + [anon_sym_consuming] = ACTIONS(2149), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(2151), + [sym_raw_str_end_part] = ACTIONS(2151), + [sym__dot_custom] = ACTIONS(3827), + [sym__eq_custom] = ACTIONS(2151), + [sym__eq_eq_custom] = ACTIONS(2151), + [sym__plus_then_ws] = ACTIONS(2151), + [sym__minus_then_ws] = ACTIONS(2151), + [sym__bang_custom] = ACTIONS(2151), + [sym__custom_operator] = ACTIONS(2151), + [sym__hash_symbol_custom] = ACTIONS(2151), + [sym__directive_if] = ACTIONS(2151), + [sym__directive_elseif] = ACTIONS(2151), + [sym__directive_else] = ACTIONS(2151), + [sym__directive_endif] = ACTIONS(2151), + }, + [STATE(1515)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_RPAREN] = ACTIONS(1865), + [anon_sym_COMMA] = ACTIONS(1865), + [anon_sym_COLON] = ACTIONS(1865), + [anon_sym_LPAREN] = ACTIONS(1865), + [anon_sym_LBRACK] = ACTIONS(1865), + [anon_sym_RBRACK] = ACTIONS(1865), + [anon_sym_QMARK] = ACTIONS(1867), + [anon_sym_QMARK2] = ACTIONS(1865), + [anon_sym_AMP] = ACTIONS(1865), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(1867), + [anon_sym_GT] = ACTIONS(1867), + [anon_sym_LBRACE] = ACTIONS(1865), + [anon_sym_CARET_LBRACE] = ACTIONS(1865), + [anon_sym_PLUS_EQ] = ACTIONS(1865), + [anon_sym_DASH_EQ] = ACTIONS(1865), + [anon_sym_STAR_EQ] = ACTIONS(1865), + [anon_sym_SLASH_EQ] = ACTIONS(1865), + [anon_sym_PERCENT_EQ] = ACTIONS(1865), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(1865), + [anon_sym_GT_EQ] = ACTIONS(1865), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1865), + [anon_sym_DOT_DOT_LT] = ACTIONS(1865), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(1865), + [anon_sym_CARET] = ACTIONS(1867), + [anon_sym_LT_LT] = ACTIONS(1865), + [anon_sym_GT_GT] = ACTIONS(1865), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1865), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1865), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1865), + [sym__as_quest_custom] = ACTIONS(1865), + [sym__as_bang_custom] = ACTIONS(1865), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1516)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_RPAREN] = ACTIONS(1873), + [anon_sym_COMMA] = ACTIONS(1873), + [anon_sym_COLON] = ACTIONS(1873), + [anon_sym_LPAREN] = ACTIONS(1873), + [anon_sym_LBRACK] = ACTIONS(1873), + [anon_sym_RBRACK] = ACTIONS(1873), + [anon_sym_QMARK] = ACTIONS(1875), + [anon_sym_QMARK2] = ACTIONS(1873), + [anon_sym_AMP] = ACTIONS(1873), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(1875), + [anon_sym_GT] = ACTIONS(1875), + [anon_sym_LBRACE] = ACTIONS(1873), + [anon_sym_CARET_LBRACE] = ACTIONS(1873), + [anon_sym_PLUS_EQ] = ACTIONS(1873), + [anon_sym_DASH_EQ] = ACTIONS(1873), + [anon_sym_STAR_EQ] = ACTIONS(1873), + [anon_sym_SLASH_EQ] = ACTIONS(1873), + [anon_sym_PERCENT_EQ] = ACTIONS(1873), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(1873), + [anon_sym_GT_EQ] = ACTIONS(1873), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1873), + [anon_sym_DOT_DOT_LT] = ACTIONS(1873), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(1873), + [anon_sym_CARET] = ACTIONS(1875), + [anon_sym_LT_LT] = ACTIONS(1873), + [anon_sym_GT_GT] = ACTIONS(1873), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1873), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1873), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1873), + [sym__as_quest_custom] = ACTIONS(1873), + [sym__as_bang_custom] = ACTIONS(1873), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1517)] = { + [sym__quest] = STATE(706), + [sym__immediate_quest] = STATE(2992), + [sym__range_operator] = STATE(447), + [sym_custom_operator] = STATE(448), + [sym_navigation_suffix] = STATE(2994), + [sym_call_suffix] = STATE(2995), + [sym__fn_call_lambda_arguments] = STATE(2997), + [sym_value_arguments] = STATE(2673), + [sym_lambda_literal] = STATE(1725), + [sym__equality_operator] = STATE(449), + [sym__comparison_operator] = STATE(450), + [sym__three_dot_operator] = STATE(1164), + [sym__open_ended_range_operator] = STATE(447), + [sym__is_operator] = STATE(4227), + [sym__additive_operator] = STATE(610), + [sym__multiplicative_operator] = STATE(611), + [sym_as_operator] = STATE(4228), + [sym__bitwise_binary_operator] = STATE(451), + [sym__postfix_unary_operator] = STATE(2998), + [sym__eq_eq] = STATE(449), + [sym__dot] = STATE(5518), + [sym__conjunction_operator] = STATE(453), + [sym__disjunction_operator] = STATE(454), + [sym__nil_coalescing_operator] = STATE(456), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(2998), + [anon_sym_BANG] = ACTIONS(3620), + [sym_comment] = ACTIONS(3), + [anon_sym_COMMA] = ACTIONS(1899), + [anon_sym_LPAREN] = ACTIONS(3622), + [anon_sym_LBRACK] = ACTIONS(3624), + [anon_sym_QMARK] = ACTIONS(3626), + [anon_sym_QMARK2] = ACTIONS(3628), + [anon_sym_AMP] = ACTIONS(3630), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3632), + [anon_sym_GT] = ACTIONS(3632), + [anon_sym_LBRACE] = ACTIONS(3636), + [anon_sym_CARET_LBRACE] = ACTIONS(3636), + [anon_sym_RBRACE] = ACTIONS(1899), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3638), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3640), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3640), + [anon_sym_LT_EQ] = ACTIONS(3642), + [anon_sym_GT_EQ] = ACTIONS(3642), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1059), + [anon_sym_DOT_DOT_LT] = ACTIONS(3644), + [anon_sym_is] = ACTIONS(3646), + [anon_sym_PLUS] = ACTIONS(3648), + [anon_sym_DASH] = ACTIONS(3648), + [anon_sym_STAR] = ACTIONS(3650), + [anon_sym_SLASH] = ACTIONS(3650), + [anon_sym_PERCENT] = ACTIONS(3650), + [anon_sym_PLUS_PLUS] = ACTIONS(3652), + [anon_sym_DASH_DASH] = ACTIONS(3652), + [anon_sym_PIPE] = ACTIONS(3630), + [anon_sym_CARET] = ACTIONS(3654), + [anon_sym_LT_LT] = ACTIONS(3630), + [anon_sym_GT_GT] = ACTIONS(3630), + [sym_multiline_comment] = ACTIONS(1899), + [sym__implicit_semi] = ACTIONS(1899), + [sym__explicit_semi] = ACTIONS(1899), + [sym__dot_custom] = ACTIONS(3656), + [sym__conjunction_operator_custom] = ACTIONS(3658), + [sym__disjunction_operator_custom] = ACTIONS(3660), + [sym__nil_coalescing_operator_custom] = ACTIONS(3662), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3640), + [sym__plus_then_ws] = ACTIONS(3664), + [sym__minus_then_ws] = ACTIONS(3664), + [sym__bang_custom] = ACTIONS(3666), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1518)] = { + [sym__quest] = STATE(682), + [sym__immediate_quest] = STATE(3441), + [sym__range_operator] = STATE(452), + [sym_custom_operator] = STATE(410), + [sym_navigation_suffix] = STATE(3442), + [sym_call_suffix] = STATE(3443), + [sym__fn_call_lambda_arguments] = STATE(3444), + [sym_value_arguments] = STATE(2764), + [sym_expr_hack_at_ternary_binary_call_suffix] = STATE(3666), + [sym_lambda_literal] = STATE(1741), + [sym__equality_operator] = STATE(446), + [sym__comparison_operator] = STATE(458), + [sym__three_dot_operator] = STATE(1219), + [sym__open_ended_range_operator] = STATE(452), + [sym__is_operator] = STATE(4403), + [sym__additive_operator] = STATE(652), + [sym__multiplicative_operator] = STATE(655), + [sym_as_operator] = STATE(4404), + [sym__bitwise_binary_operator] = STATE(459), + [sym__postfix_unary_operator] = STATE(3450), + [sym__eq_eq] = STATE(446), + [sym__dot] = STATE(5480), + [sym__conjunction_operator] = STATE(482), + [sym__disjunction_operator] = STATE(496), + [sym__nil_coalescing_operator] = STATE(402), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(3450), + [anon_sym_BANG] = ACTIONS(3698), + [sym_comment] = ACTIONS(3), + [anon_sym_COMMA] = ACTIONS(1807), + [anon_sym_LPAREN] = ACTIONS(3700), + [anon_sym_LBRACK] = ACTIONS(3702), + [anon_sym_QMARK] = ACTIONS(1813), + [anon_sym_QMARK2] = ACTIONS(3706), + [anon_sym_AMP] = ACTIONS(3708), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3710), + [anon_sym_GT] = ACTIONS(3710), + [anon_sym_LBRACE] = ACTIONS(1807), + [anon_sym_CARET_LBRACE] = ACTIONS(1807), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3714), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3716), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3716), + [anon_sym_LT_EQ] = ACTIONS(3718), + [anon_sym_GT_EQ] = ACTIONS(3718), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1125), + [anon_sym_DOT_DOT_LT] = ACTIONS(3720), + [anon_sym_is] = ACTIONS(3722), + [anon_sym_PLUS] = ACTIONS(3724), + [anon_sym_DASH] = ACTIONS(3724), + [anon_sym_STAR] = ACTIONS(3726), + [anon_sym_SLASH] = ACTIONS(3726), + [anon_sym_PERCENT] = ACTIONS(3726), + [anon_sym_PLUS_PLUS] = ACTIONS(3728), + [anon_sym_DASH_DASH] = ACTIONS(3728), + [anon_sym_PIPE] = ACTIONS(3708), + [anon_sym_CARET] = ACTIONS(3730), + [anon_sym_LT_LT] = ACTIONS(3708), + [anon_sym_GT_GT] = ACTIONS(3708), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(3732), + [sym__conjunction_operator_custom] = ACTIONS(3734), + [sym__disjunction_operator_custom] = ACTIONS(3736), + [sym__nil_coalescing_operator_custom] = ACTIONS(3738), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3716), + [sym__plus_then_ws] = ACTIONS(3740), + [sym__minus_then_ws] = ACTIONS(3740), + [sym__bang_custom] = ACTIONS(3742), + [sym_where_keyword] = ACTIONS(1807), + [sym_else] = ACTIONS(1807), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1519)] = { + [sym__quest] = STATE(706), + [sym__immediate_quest] = STATE(2992), + [sym__range_operator] = STATE(447), + [sym_custom_operator] = STATE(448), + [sym_navigation_suffix] = STATE(2994), + [sym_call_suffix] = STATE(2995), + [sym__fn_call_lambda_arguments] = STATE(2997), + [sym_value_arguments] = STATE(2673), + [sym_lambda_literal] = STATE(1725), + [sym__equality_operator] = STATE(449), + [sym__comparison_operator] = STATE(450), + [sym__three_dot_operator] = STATE(1164), + [sym__open_ended_range_operator] = STATE(447), + [sym__is_operator] = STATE(4227), + [sym__additive_operator] = STATE(610), + [sym__multiplicative_operator] = STATE(611), + [sym_as_operator] = STATE(4228), + [sym__bitwise_binary_operator] = STATE(451), + [sym__postfix_unary_operator] = STATE(2998), + [sym__eq_eq] = STATE(449), + [sym__dot] = STATE(5518), + [sym__conjunction_operator] = STATE(453), + [sym__disjunction_operator] = STATE(454), + [sym__nil_coalescing_operator] = STATE(456), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(2998), + [anon_sym_BANG] = ACTIONS(3620), + [sym_comment] = ACTIONS(3), + [anon_sym_COMMA] = ACTIONS(1865), + [anon_sym_LPAREN] = ACTIONS(1865), + [anon_sym_LBRACK] = ACTIONS(1865), + [anon_sym_QMARK] = ACTIONS(1867), + [anon_sym_QMARK2] = ACTIONS(1865), + [anon_sym_AMP] = ACTIONS(1865), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(1867), + [anon_sym_GT] = ACTIONS(1867), + [anon_sym_LBRACE] = ACTIONS(1865), + [anon_sym_CARET_LBRACE] = ACTIONS(1865), + [anon_sym_RBRACE] = ACTIONS(1865), + [anon_sym_PLUS_EQ] = ACTIONS(1865), + [anon_sym_DASH_EQ] = ACTIONS(1865), + [anon_sym_STAR_EQ] = ACTIONS(1865), + [anon_sym_SLASH_EQ] = ACTIONS(1865), + [anon_sym_PERCENT_EQ] = ACTIONS(1865), + [anon_sym_BANG_EQ] = ACTIONS(3638), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3640), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3640), + [anon_sym_LT_EQ] = ACTIONS(1865), + [anon_sym_GT_EQ] = ACTIONS(1865), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1865), + [anon_sym_DOT_DOT_LT] = ACTIONS(1865), + [anon_sym_is] = ACTIONS(3646), + [anon_sym_PLUS] = ACTIONS(3648), + [anon_sym_DASH] = ACTIONS(3648), + [anon_sym_STAR] = ACTIONS(3650), + [anon_sym_SLASH] = ACTIONS(3650), + [anon_sym_PERCENT] = ACTIONS(3650), + [anon_sym_PLUS_PLUS] = ACTIONS(3652), + [anon_sym_DASH_DASH] = ACTIONS(3652), + [anon_sym_PIPE] = ACTIONS(1865), + [anon_sym_CARET] = ACTIONS(1867), + [anon_sym_LT_LT] = ACTIONS(1865), + [anon_sym_GT_GT] = ACTIONS(1865), + [sym_multiline_comment] = ACTIONS(1865), + [sym__implicit_semi] = ACTIONS(1865), + [sym__explicit_semi] = ACTIONS(1865), + [sym__dot_custom] = ACTIONS(1865), + [sym__conjunction_operator_custom] = ACTIONS(3658), + [sym__disjunction_operator_custom] = ACTIONS(3660), + [sym__nil_coalescing_operator_custom] = ACTIONS(3662), + [sym__eq_custom] = ACTIONS(1865), + [sym__eq_eq_custom] = ACTIONS(3640), + [sym__plus_then_ws] = ACTIONS(3664), + [sym__minus_then_ws] = ACTIONS(3664), + [sym__bang_custom] = ACTIONS(3666), + [sym__as_custom] = ACTIONS(1865), + [sym__as_quest_custom] = ACTIONS(1865), + [sym__as_bang_custom] = ACTIONS(1865), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1520)] = { + [sym__quest] = STATE(706), + [sym__immediate_quest] = STATE(2992), + [sym__range_operator] = STATE(447), + [sym_custom_operator] = STATE(448), + [sym_navigation_suffix] = STATE(2994), + [sym_call_suffix] = STATE(2995), + [sym__fn_call_lambda_arguments] = STATE(2997), + [sym_value_arguments] = STATE(2673), + [sym_lambda_literal] = STATE(1725), + [sym__equality_operator] = STATE(449), + [sym__comparison_operator] = STATE(450), + [sym__three_dot_operator] = STATE(1164), + [sym__open_ended_range_operator] = STATE(447), + [sym__is_operator] = STATE(4227), + [sym__additive_operator] = STATE(610), + [sym__multiplicative_operator] = STATE(611), + [sym_as_operator] = STATE(4228), + [sym__bitwise_binary_operator] = STATE(451), + [sym__postfix_unary_operator] = STATE(2998), + [sym__eq_eq] = STATE(449), + [sym__dot] = STATE(5518), + [sym__conjunction_operator] = STATE(453), + [sym__disjunction_operator] = STATE(454), + [sym__nil_coalescing_operator] = STATE(456), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(2998), + [anon_sym_BANG] = ACTIONS(3620), + [sym_comment] = ACTIONS(3), + [anon_sym_COMMA] = ACTIONS(1873), + [anon_sym_LPAREN] = ACTIONS(1873), + [anon_sym_LBRACK] = ACTIONS(1873), + [anon_sym_QMARK] = ACTIONS(1875), + [anon_sym_QMARK2] = ACTIONS(1873), + [anon_sym_AMP] = ACTIONS(1873), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(1875), + [anon_sym_GT] = ACTIONS(1875), + [anon_sym_LBRACE] = ACTIONS(1873), + [anon_sym_CARET_LBRACE] = ACTIONS(1873), + [anon_sym_RBRACE] = ACTIONS(1873), + [anon_sym_PLUS_EQ] = ACTIONS(1873), + [anon_sym_DASH_EQ] = ACTIONS(1873), + [anon_sym_STAR_EQ] = ACTIONS(1873), + [anon_sym_SLASH_EQ] = ACTIONS(1873), + [anon_sym_PERCENT_EQ] = ACTIONS(1873), + [anon_sym_BANG_EQ] = ACTIONS(3638), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3640), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3640), + [anon_sym_LT_EQ] = ACTIONS(1873), + [anon_sym_GT_EQ] = ACTIONS(1873), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1873), + [anon_sym_DOT_DOT_LT] = ACTIONS(1873), + [anon_sym_is] = ACTIONS(3646), + [anon_sym_PLUS] = ACTIONS(3648), + [anon_sym_DASH] = ACTIONS(3648), + [anon_sym_STAR] = ACTIONS(3650), + [anon_sym_SLASH] = ACTIONS(3650), + [anon_sym_PERCENT] = ACTIONS(3650), + [anon_sym_PLUS_PLUS] = ACTIONS(3652), + [anon_sym_DASH_DASH] = ACTIONS(3652), + [anon_sym_PIPE] = ACTIONS(1873), + [anon_sym_CARET] = ACTIONS(1875), + [anon_sym_LT_LT] = ACTIONS(1873), + [anon_sym_GT_GT] = ACTIONS(1873), + [sym_multiline_comment] = ACTIONS(1873), + [sym__implicit_semi] = ACTIONS(1873), + [sym__explicit_semi] = ACTIONS(1873), + [sym__dot_custom] = ACTIONS(1873), + [sym__conjunction_operator_custom] = ACTIONS(3658), + [sym__disjunction_operator_custom] = ACTIONS(3660), + [sym__nil_coalescing_operator_custom] = ACTIONS(3662), + [sym__eq_custom] = ACTIONS(1873), + [sym__eq_eq_custom] = ACTIONS(3640), + [sym__plus_then_ws] = ACTIONS(3664), + [sym__minus_then_ws] = ACTIONS(3664), + [sym__bang_custom] = ACTIONS(3666), + [sym__as_custom] = ACTIONS(1873), + [sym__as_quest_custom] = ACTIONS(1873), + [sym__as_bang_custom] = ACTIONS(1873), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1521)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [aux_sym_array_literal_repeat1] = STATE(8355), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_COMMA] = ACTIONS(3830), + [anon_sym_COLON] = ACTIONS(3687), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_RBRACK] = ACTIONS(3832), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(3678), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1522)] = { + [sym_attribute] = STATE(1507), + [aux_sym__lambda_type_declaration_repeat1] = STATE(1507), + [anon_sym_BANG] = ACTIONS(3834), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(3834), + [aux_sym_simple_identifier_token2] = ACTIONS(3836), + [aux_sym_simple_identifier_token3] = ACTIONS(3836), + [aux_sym_simple_identifier_token4] = ACTIONS(3836), + [anon_sym_actor] = ACTIONS(3834), + [anon_sym_async] = ACTIONS(3834), + [anon_sym_each] = ACTIONS(3834), + [anon_sym_lazy] = ACTIONS(3834), + [anon_sym_repeat] = ACTIONS(3834), + [anon_sym_package] = ACTIONS(3834), + [anon_sym_nil] = ACTIONS(3834), + [sym_real_literal] = ACTIONS(3836), + [sym_integer_literal] = ACTIONS(3834), + [sym_hex_literal] = ACTIONS(3834), + [sym_oct_literal] = ACTIONS(3836), + [sym_bin_literal] = ACTIONS(3836), + [anon_sym_true] = ACTIONS(3834), + [anon_sym_false] = ACTIONS(3834), + [anon_sym_DQUOTE] = ACTIONS(3834), + [anon_sym_BSLASH] = ACTIONS(3836), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(3836), + [sym__oneline_regex_literal] = ACTIONS(3834), + [anon_sym_LPAREN] = ACTIONS(3836), + [anon_sym_LBRACK] = ACTIONS(3836), + [anon_sym_AMP] = ACTIONS(3836), + [anon_sym_TILDE] = ACTIONS(3836), + [anon_sym_if] = ACTIONS(3834), + [anon_sym_switch] = ACTIONS(3834), + [aux_sym_custom_operator_token1] = ACTIONS(3836), + [anon_sym_LT] = ACTIONS(3834), + [anon_sym_GT] = ACTIONS(3834), + [anon_sym_await] = ACTIONS(3834), + [anon_sym_LBRACE] = ACTIONS(3836), + [anon_sym_CARET_LBRACE] = ACTIONS(3836), + [anon_sym_self] = ACTIONS(3834), + [anon_sym_super] = ACTIONS(3834), + [anon_sym_try] = ACTIONS(3834), + [anon_sym_PLUS_EQ] = ACTIONS(3836), + [anon_sym_DASH_EQ] = ACTIONS(3836), + [anon_sym_STAR_EQ] = ACTIONS(3836), + [anon_sym_SLASH_EQ] = ACTIONS(3836), + [anon_sym_PERCENT_EQ] = ACTIONS(3836), + [anon_sym_BANG_EQ] = ACTIONS(3834), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3836), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3836), + [anon_sym_LT_EQ] = ACTIONS(3836), + [anon_sym_GT_EQ] = ACTIONS(3836), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3836), + [anon_sym_DOT_DOT_LT] = ACTIONS(3836), + [anon_sym_PLUS] = ACTIONS(3834), + [anon_sym_DASH] = ACTIONS(3834), + [anon_sym_STAR] = ACTIONS(3834), + [anon_sym_SLASH] = ACTIONS(3834), + [anon_sym_PERCENT] = ACTIONS(3834), + [anon_sym_PLUS_PLUS] = ACTIONS(3836), + [anon_sym_DASH_DASH] = ACTIONS(3836), + [anon_sym_PIPE] = ACTIONS(3836), + [anon_sym_CARET] = ACTIONS(3834), + [anon_sym_LT_LT] = ACTIONS(3836), + [anon_sym_GT_GT] = ACTIONS(3836), + [anon_sym_AT] = ACTIONS(1235), + [anon_sym_borrowing] = ACTIONS(3834), + [anon_sym_consuming] = ACTIONS(3834), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(3836), + [sym_raw_str_end_part] = ACTIONS(3836), + [sym__dot_custom] = ACTIONS(3836), + [sym__eq_custom] = ACTIONS(3836), + [sym__eq_eq_custom] = ACTIONS(3836), + [sym__plus_then_ws] = ACTIONS(3836), + [sym__minus_then_ws] = ACTIONS(3836), + [sym__bang_custom] = ACTIONS(3836), + [sym__custom_operator] = ACTIONS(3836), + [sym__hash_symbol_custom] = ACTIONS(3836), + [sym__directive_if] = ACTIONS(3836), + [sym__directive_elseif] = ACTIONS(3836), + [sym__directive_else] = ACTIONS(3836), + [sym__directive_endif] = ACTIONS(3836), + }, + [STATE(1523)] = { + [sym__quest] = STATE(373), + [sym__immediate_quest] = STATE(3665), + [sym__range_operator] = STATE(493), + [sym_custom_operator] = STATE(399), + [sym_navigation_suffix] = STATE(3101), + [sym_call_suffix] = STATE(3103), + [sym__fn_call_lambda_arguments] = STATE(3104), + [sym_value_arguments] = STATE(2707), + [sym_lambda_literal] = STATE(1729), + [sym__equality_operator] = STATE(497), + [sym__comparison_operator] = STATE(498), + [sym__three_dot_operator] = STATE(1181), + [sym__open_ended_range_operator] = STATE(493), + [sym__is_operator] = STATE(4385), + [sym__additive_operator] = STATE(688), + [sym__multiplicative_operator] = STATE(689), + [sym_as_operator] = STATE(4386), + [sym__bitwise_binary_operator] = STATE(504), + [sym__postfix_unary_operator] = STATE(3114), + [sym__eq_eq] = STATE(497), + [sym__dot] = STATE(5641), + [sym__conjunction_operator] = STATE(505), + [sym__disjunction_operator] = STATE(508), + [sym__nil_coalescing_operator] = STATE(510), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(3114), + [anon_sym_BANG] = ACTIONS(3758), + [sym_comment] = ACTIONS(3), + [anon_sym_COMMA] = ACTIONS(3838), + [anon_sym_COLON] = ACTIONS(3838), + [anon_sym_LPAREN] = ACTIONS(3760), + [anon_sym_LBRACK] = ACTIONS(3762), + [anon_sym_QMARK] = ACTIONS(3840), + [anon_sym_QMARK2] = ACTIONS(3764), + [anon_sym_AMP] = ACTIONS(3766), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3768), + [anon_sym_GT] = ACTIONS(3768), + [anon_sym_LBRACE] = ACTIONS(3842), + [anon_sym_CARET_LBRACE] = ACTIONS(3842), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3770), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3772), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3772), + [anon_sym_LT_EQ] = ACTIONS(3774), + [anon_sym_GT_EQ] = ACTIONS(3774), + [anon_sym_DOT_DOT_DOT] = ACTIONS(989), + [anon_sym_DOT_DOT_LT] = ACTIONS(3776), + [anon_sym_is] = ACTIONS(3778), + [anon_sym_PLUS] = ACTIONS(3780), + [anon_sym_DASH] = ACTIONS(3780), + [anon_sym_STAR] = ACTIONS(3782), + [anon_sym_SLASH] = ACTIONS(3782), + [anon_sym_PERCENT] = ACTIONS(3782), + [anon_sym_PLUS_PLUS] = ACTIONS(3784), + [anon_sym_DASH_DASH] = ACTIONS(3784), + [anon_sym_PIPE] = ACTIONS(3766), + [anon_sym_CARET] = ACTIONS(3786), + [anon_sym_LT_LT] = ACTIONS(3766), + [anon_sym_GT_GT] = ACTIONS(3766), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(3788), + [sym__conjunction_operator_custom] = ACTIONS(3790), + [sym__disjunction_operator_custom] = ACTIONS(3792), + [sym__nil_coalescing_operator_custom] = ACTIONS(3794), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3772), + [sym__plus_then_ws] = ACTIONS(3796), + [sym__minus_then_ws] = ACTIONS(3796), + [sym__bang_custom] = ACTIONS(3798), + [sym_where_keyword] = ACTIONS(3838), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1524)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [aux_sym_tuple_expression_repeat1] = STATE(8476), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_RPAREN] = ACTIONS(3844), + [anon_sym_COMMA] = ACTIONS(3846), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(3678), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1525)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [aux_sym_tuple_expression_repeat1] = STATE(8540), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_RPAREN] = ACTIONS(3848), + [anon_sym_COMMA] = ACTIONS(3850), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(3678), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1526)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [aux_sym_tuple_expression_repeat1] = STATE(8034), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_RPAREN] = ACTIONS(3852), + [anon_sym_COMMA] = ACTIONS(3854), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(3678), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1527)] = { + [sym__quest] = STATE(682), + [sym__immediate_quest] = STATE(3441), + [sym__range_operator] = STATE(452), + [sym_custom_operator] = STATE(410), + [sym_navigation_suffix] = STATE(3442), + [sym_call_suffix] = STATE(3443), + [sym__fn_call_lambda_arguments] = STATE(3444), + [sym_value_arguments] = STATE(2747), + [sym_lambda_literal] = STATE(1741), + [sym__equality_operator] = STATE(446), + [sym__comparison_operator] = STATE(458), + [sym__three_dot_operator] = STATE(1219), + [sym__open_ended_range_operator] = STATE(452), + [sym__is_operator] = STATE(4403), + [sym__additive_operator] = STATE(652), + [sym__multiplicative_operator] = STATE(655), + [sym_as_operator] = STATE(4404), + [sym__bitwise_binary_operator] = STATE(459), + [sym__postfix_unary_operator] = STATE(3450), + [sym__eq_eq] = STATE(446), + [sym__dot] = STATE(5480), + [sym__conjunction_operator] = STATE(482), + [sym__disjunction_operator] = STATE(496), + [sym__nil_coalescing_operator] = STATE(402), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(3450), + [anon_sym_BANG] = ACTIONS(1889), + [sym_comment] = ACTIONS(3), + [anon_sym_COMMA] = ACTIONS(1891), + [anon_sym_LPAREN] = ACTIONS(1891), + [anon_sym_LBRACK] = ACTIONS(1891), + [anon_sym_QMARK] = ACTIONS(1889), + [anon_sym_QMARK2] = ACTIONS(1891), + [anon_sym_AMP] = ACTIONS(1891), + [aux_sym_custom_operator_token1] = ACTIONS(1891), + [anon_sym_LT] = ACTIONS(1889), + [anon_sym_GT] = ACTIONS(1889), + [anon_sym_LBRACE] = ACTIONS(1891), + [anon_sym_CARET_LBRACE] = ACTIONS(1891), + [anon_sym_PLUS_EQ] = ACTIONS(1891), + [anon_sym_DASH_EQ] = ACTIONS(1891), + [anon_sym_STAR_EQ] = ACTIONS(1891), + [anon_sym_SLASH_EQ] = ACTIONS(1891), + [anon_sym_PERCENT_EQ] = ACTIONS(1891), + [anon_sym_BANG_EQ] = ACTIONS(1889), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1891), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1891), + [anon_sym_LT_EQ] = ACTIONS(1891), + [anon_sym_GT_EQ] = ACTIONS(1891), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1891), + [anon_sym_DOT_DOT_LT] = ACTIONS(1891), + [anon_sym_is] = ACTIONS(1891), + [anon_sym_PLUS] = ACTIONS(1889), + [anon_sym_DASH] = ACTIONS(1889), + [anon_sym_STAR] = ACTIONS(1889), + [anon_sym_SLASH] = ACTIONS(1889), + [anon_sym_PERCENT] = ACTIONS(1889), + [anon_sym_PLUS_PLUS] = ACTIONS(1891), + [anon_sym_DASH_DASH] = ACTIONS(1891), + [anon_sym_PIPE] = ACTIONS(1891), + [anon_sym_CARET] = ACTIONS(1889), + [anon_sym_LT_LT] = ACTIONS(1891), + [anon_sym_GT_GT] = ACTIONS(1891), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1891), + [sym__conjunction_operator_custom] = ACTIONS(1891), + [sym__disjunction_operator_custom] = ACTIONS(1891), + [sym__nil_coalescing_operator_custom] = ACTIONS(1891), + [sym__eq_custom] = ACTIONS(1891), + [sym__eq_eq_custom] = ACTIONS(1891), + [sym__plus_then_ws] = ACTIONS(1891), + [sym__minus_then_ws] = ACTIONS(1891), + [sym__bang_custom] = ACTIONS(1891), + [sym_where_keyword] = ACTIONS(1891), + [sym_else] = ACTIONS(1891), + [sym__as_custom] = ACTIONS(1891), + [sym__as_quest_custom] = ACTIONS(1891), + [sym__as_bang_custom] = ACTIONS(1891), + [sym__custom_operator] = ACTIONS(1891), + }, + [STATE(1528)] = { + [sym__quest] = STATE(682), + [sym__immediate_quest] = STATE(3441), + [sym__range_operator] = STATE(452), + [sym_custom_operator] = STATE(410), + [sym_navigation_suffix] = STATE(3442), + [sym_call_suffix] = STATE(3443), + [sym__fn_call_lambda_arguments] = STATE(3444), + [sym_value_arguments] = STATE(2747), + [sym_lambda_literal] = STATE(1741), + [sym__equality_operator] = STATE(446), + [sym__comparison_operator] = STATE(458), + [sym__three_dot_operator] = STATE(1219), + [sym__open_ended_range_operator] = STATE(452), + [sym__is_operator] = STATE(4403), + [sym__additive_operator] = STATE(652), + [sym__multiplicative_operator] = STATE(655), + [sym_as_operator] = STATE(4404), + [sym__bitwise_binary_operator] = STATE(459), + [sym__postfix_unary_operator] = STATE(3450), + [sym__eq_eq] = STATE(446), + [sym__dot] = STATE(5480), + [sym__conjunction_operator] = STATE(482), + [sym__disjunction_operator] = STATE(496), + [sym__nil_coalescing_operator] = STATE(402), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(3450), + [anon_sym_BANG] = ACTIONS(3698), + [sym_comment] = ACTIONS(3), + [anon_sym_COMMA] = ACTIONS(1899), + [anon_sym_LPAREN] = ACTIONS(3700), + [anon_sym_LBRACK] = ACTIONS(3702), + [anon_sym_QMARK] = ACTIONS(3704), + [anon_sym_QMARK2] = ACTIONS(3706), + [anon_sym_AMP] = ACTIONS(3708), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3710), + [anon_sym_GT] = ACTIONS(3710), + [anon_sym_LBRACE] = ACTIONS(3712), + [anon_sym_CARET_LBRACE] = ACTIONS(3712), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3714), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3716), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3716), + [anon_sym_LT_EQ] = ACTIONS(3718), + [anon_sym_GT_EQ] = ACTIONS(3718), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1125), + [anon_sym_DOT_DOT_LT] = ACTIONS(3720), + [anon_sym_is] = ACTIONS(3722), + [anon_sym_PLUS] = ACTIONS(3724), + [anon_sym_DASH] = ACTIONS(3724), + [anon_sym_STAR] = ACTIONS(3726), + [anon_sym_SLASH] = ACTIONS(3726), + [anon_sym_PERCENT] = ACTIONS(3726), + [anon_sym_PLUS_PLUS] = ACTIONS(3728), + [anon_sym_DASH_DASH] = ACTIONS(3728), + [anon_sym_PIPE] = ACTIONS(3708), + [anon_sym_CARET] = ACTIONS(3730), + [anon_sym_LT_LT] = ACTIONS(3708), + [anon_sym_GT_GT] = ACTIONS(3708), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(3732), + [sym__conjunction_operator_custom] = ACTIONS(3734), + [sym__disjunction_operator_custom] = ACTIONS(3736), + [sym__nil_coalescing_operator_custom] = ACTIONS(3738), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3716), + [sym__plus_then_ws] = ACTIONS(3740), + [sym__minus_then_ws] = ACTIONS(3740), + [sym__bang_custom] = ACTIONS(3742), + [sym_where_keyword] = ACTIONS(1899), + [sym_else] = ACTIONS(1899), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1529)] = { + [sym__quest] = STATE(673), + [sym__immediate_quest] = STATE(3665), + [sym__range_operator] = STATE(493), + [sym_custom_operator] = STATE(399), + [sym_navigation_suffix] = STATE(3101), + [sym_call_suffix] = STATE(3103), + [sym__fn_call_lambda_arguments] = STATE(3104), + [sym_value_arguments] = STATE(2707), + [sym_lambda_literal] = STATE(1729), + [sym__equality_operator] = STATE(497), + [sym__comparison_operator] = STATE(498), + [sym__three_dot_operator] = STATE(1181), + [sym__open_ended_range_operator] = STATE(493), + [sym__is_operator] = STATE(4385), + [sym__additive_operator] = STATE(688), + [sym__multiplicative_operator] = STATE(689), + [sym_as_operator] = STATE(4386), + [sym__bitwise_binary_operator] = STATE(504), + [sym__postfix_unary_operator] = STATE(3114), + [sym__eq_eq] = STATE(497), + [sym__dot] = STATE(5641), + [sym__conjunction_operator] = STATE(505), + [sym__disjunction_operator] = STATE(508), + [sym__nil_coalescing_operator] = STATE(510), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(3114), + [anon_sym_BANG] = ACTIONS(3758), + [sym_comment] = ACTIONS(3), + [anon_sym_COMMA] = ACTIONS(1899), + [anon_sym_COLON] = ACTIONS(1899), + [anon_sym_LPAREN] = ACTIONS(3760), + [anon_sym_LBRACK] = ACTIONS(3762), + [anon_sym_QMARK] = ACTIONS(3856), + [anon_sym_QMARK2] = ACTIONS(3764), + [anon_sym_AMP] = ACTIONS(3766), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3768), + [anon_sym_GT] = ACTIONS(3768), + [anon_sym_LBRACE] = ACTIONS(3842), + [anon_sym_CARET_LBRACE] = ACTIONS(3842), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3770), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3772), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3772), + [anon_sym_LT_EQ] = ACTIONS(3774), + [anon_sym_GT_EQ] = ACTIONS(3774), + [anon_sym_DOT_DOT_DOT] = ACTIONS(989), + [anon_sym_DOT_DOT_LT] = ACTIONS(3776), + [anon_sym_is] = ACTIONS(3778), + [anon_sym_PLUS] = ACTIONS(3780), + [anon_sym_DASH] = ACTIONS(3780), + [anon_sym_STAR] = ACTIONS(3782), + [anon_sym_SLASH] = ACTIONS(3782), + [anon_sym_PERCENT] = ACTIONS(3782), + [anon_sym_PLUS_PLUS] = ACTIONS(3784), + [anon_sym_DASH_DASH] = ACTIONS(3784), + [anon_sym_PIPE] = ACTIONS(3766), + [anon_sym_CARET] = ACTIONS(3786), + [anon_sym_LT_LT] = ACTIONS(3766), + [anon_sym_GT_GT] = ACTIONS(3766), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(3788), + [sym__conjunction_operator_custom] = ACTIONS(3790), + [sym__disjunction_operator_custom] = ACTIONS(3792), + [sym__nil_coalescing_operator_custom] = ACTIONS(3794), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3772), + [sym__plus_then_ws] = ACTIONS(3796), + [sym__minus_then_ws] = ACTIONS(3796), + [sym__bang_custom] = ACTIONS(3798), + [sym_where_keyword] = ACTIONS(1899), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1530)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_RPAREN] = ACTIONS(3858), + [anon_sym_COMMA] = ACTIONS(3858), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_RBRACK] = ACTIONS(3858), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(3678), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1531)] = { + [sym__quest] = STATE(673), + [sym__immediate_quest] = STATE(3665), + [sym__range_operator] = STATE(493), + [sym_custom_operator] = STATE(399), + [sym_navigation_suffix] = STATE(3101), + [sym_call_suffix] = STATE(3103), + [sym__fn_call_lambda_arguments] = STATE(3104), + [sym_value_arguments] = STATE(2707), + [sym_lambda_literal] = STATE(1729), + [sym__equality_operator] = STATE(497), + [sym__comparison_operator] = STATE(498), + [sym__three_dot_operator] = STATE(1181), + [sym__open_ended_range_operator] = STATE(493), + [sym__is_operator] = STATE(4385), + [sym__additive_operator] = STATE(688), + [sym__multiplicative_operator] = STATE(689), + [sym_as_operator] = STATE(4386), + [sym__bitwise_binary_operator] = STATE(504), + [sym__postfix_unary_operator] = STATE(3114), + [sym__eq_eq] = STATE(497), + [sym__dot] = STATE(5641), + [sym__conjunction_operator] = STATE(505), + [sym__disjunction_operator] = STATE(508), + [sym__nil_coalescing_operator] = STATE(510), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(3114), + [anon_sym_BANG] = ACTIONS(3758), + [sym_comment] = ACTIONS(3), + [anon_sym_COMMA] = ACTIONS(1903), + [anon_sym_COLON] = ACTIONS(1903), + [anon_sym_LPAREN] = ACTIONS(3760), + [anon_sym_LBRACK] = ACTIONS(3762), + [anon_sym_QMARK] = ACTIONS(3856), + [anon_sym_QMARK2] = ACTIONS(3764), + [anon_sym_AMP] = ACTIONS(3766), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3768), + [anon_sym_GT] = ACTIONS(3768), + [anon_sym_LBRACE] = ACTIONS(3842), + [anon_sym_CARET_LBRACE] = ACTIONS(3842), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3770), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3772), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3772), + [anon_sym_LT_EQ] = ACTIONS(3774), + [anon_sym_GT_EQ] = ACTIONS(3774), + [anon_sym_DOT_DOT_DOT] = ACTIONS(989), + [anon_sym_DOT_DOT_LT] = ACTIONS(3776), + [anon_sym_is] = ACTIONS(3778), + [anon_sym_PLUS] = ACTIONS(3780), + [anon_sym_DASH] = ACTIONS(3780), + [anon_sym_STAR] = ACTIONS(3782), + [anon_sym_SLASH] = ACTIONS(3782), + [anon_sym_PERCENT] = ACTIONS(3782), + [anon_sym_PLUS_PLUS] = ACTIONS(3784), + [anon_sym_DASH_DASH] = ACTIONS(3784), + [anon_sym_PIPE] = ACTIONS(3766), + [anon_sym_CARET] = ACTIONS(3786), + [anon_sym_LT_LT] = ACTIONS(3766), + [anon_sym_GT_GT] = ACTIONS(3766), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(3788), + [sym__conjunction_operator_custom] = ACTIONS(3790), + [sym__disjunction_operator_custom] = ACTIONS(3792), + [sym__nil_coalescing_operator_custom] = ACTIONS(3794), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3772), + [sym__plus_then_ws] = ACTIONS(3796), + [sym__minus_then_ws] = ACTIONS(3796), + [sym__bang_custom] = ACTIONS(3798), + [sym_where_keyword] = ACTIONS(1903), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1532)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [aux_sym_playground_literal_repeat1] = STATE(8563), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_RPAREN] = ACTIONS(3860), + [anon_sym_COMMA] = ACTIONS(3862), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(3678), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1533)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [aux_sym_enum_type_parameters_repeat1] = STATE(7927), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_RPAREN] = ACTIONS(3864), + [anon_sym_COMMA] = ACTIONS(3866), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(3678), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1534)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [aux_sym_tuple_expression_repeat1] = STATE(7803), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_RPAREN] = ACTIONS(3868), + [anon_sym_COMMA] = ACTIONS(3870), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(3678), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1535)] = { + [sym__quest] = STATE(370), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [aux_sym_tuple_expression_repeat1] = STATE(8328), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_RPAREN] = ACTIONS(3838), + [anon_sym_COMMA] = ACTIONS(3838), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_QMARK] = ACTIONS(3872), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(3678), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1536)] = { + [sym__quest] = STATE(673), + [sym__immediate_quest] = STATE(3665), + [sym__range_operator] = STATE(493), + [sym_custom_operator] = STATE(399), + [sym_navigation_suffix] = STATE(3101), + [sym_call_suffix] = STATE(3103), + [sym__fn_call_lambda_arguments] = STATE(3104), + [sym_value_arguments] = STATE(2707), + [sym_lambda_literal] = STATE(1729), + [sym__equality_operator] = STATE(497), + [sym__comparison_operator] = STATE(498), + [sym__three_dot_operator] = STATE(1181), + [sym__open_ended_range_operator] = STATE(493), + [sym__is_operator] = STATE(4385), + [sym__additive_operator] = STATE(688), + [sym__multiplicative_operator] = STATE(689), + [sym_as_operator] = STATE(4386), + [sym__bitwise_binary_operator] = STATE(504), + [sym__postfix_unary_operator] = STATE(3114), + [sym__eq_eq] = STATE(497), + [sym__dot] = STATE(5641), + [sym__conjunction_operator] = STATE(505), + [sym__disjunction_operator] = STATE(508), + [sym__nil_coalescing_operator] = STATE(510), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(3114), + [anon_sym_BANG] = ACTIONS(3758), + [sym_comment] = ACTIONS(3), + [anon_sym_COMMA] = ACTIONS(1877), + [anon_sym_COLON] = ACTIONS(1877), + [anon_sym_LPAREN] = ACTIONS(3760), + [anon_sym_LBRACK] = ACTIONS(3762), + [anon_sym_QMARK] = ACTIONS(3856), + [anon_sym_QMARK2] = ACTIONS(3764), + [anon_sym_AMP] = ACTIONS(3766), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3768), + [anon_sym_GT] = ACTIONS(3768), + [anon_sym_LBRACE] = ACTIONS(3842), + [anon_sym_CARET_LBRACE] = ACTIONS(3842), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3770), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3772), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3772), + [anon_sym_LT_EQ] = ACTIONS(3774), + [anon_sym_GT_EQ] = ACTIONS(3774), + [anon_sym_DOT_DOT_DOT] = ACTIONS(989), + [anon_sym_DOT_DOT_LT] = ACTIONS(3776), + [anon_sym_is] = ACTIONS(3778), + [anon_sym_PLUS] = ACTIONS(3780), + [anon_sym_DASH] = ACTIONS(3780), + [anon_sym_STAR] = ACTIONS(3782), + [anon_sym_SLASH] = ACTIONS(3782), + [anon_sym_PERCENT] = ACTIONS(3782), + [anon_sym_PLUS_PLUS] = ACTIONS(3784), + [anon_sym_DASH_DASH] = ACTIONS(3784), + [anon_sym_PIPE] = ACTIONS(3766), + [anon_sym_CARET] = ACTIONS(3786), + [anon_sym_LT_LT] = ACTIONS(3766), + [anon_sym_GT_GT] = ACTIONS(3766), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(3788), + [sym__conjunction_operator_custom] = ACTIONS(3790), + [sym__disjunction_operator_custom] = ACTIONS(3792), + [sym__nil_coalescing_operator_custom] = ACTIONS(3794), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3772), + [sym__plus_then_ws] = ACTIONS(3796), + [sym__minus_then_ws] = ACTIONS(3796), + [sym__bang_custom] = ACTIONS(3798), + [sym_where_keyword] = ACTIONS(1877), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1537)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [aux_sym_switch_entry_repeat1] = STATE(7857), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_COMMA] = ACTIONS(3874), + [anon_sym_COLON] = ACTIONS(3876), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(3678), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1538)] = { + [sym__quest] = STATE(682), + [sym__immediate_quest] = STATE(3441), + [sym__range_operator] = STATE(452), + [sym_custom_operator] = STATE(410), + [sym_navigation_suffix] = STATE(3442), + [sym_call_suffix] = STATE(3443), + [sym__fn_call_lambda_arguments] = STATE(3444), + [sym_value_arguments] = STATE(2747), + [sym_lambda_literal] = STATE(1741), + [sym__equality_operator] = STATE(446), + [sym__comparison_operator] = STATE(458), + [sym__three_dot_operator] = STATE(1219), + [sym__open_ended_range_operator] = STATE(452), + [sym__is_operator] = STATE(4403), + [sym__additive_operator] = STATE(652), + [sym__multiplicative_operator] = STATE(655), + [sym_as_operator] = STATE(4404), + [sym__bitwise_binary_operator] = STATE(459), + [sym__postfix_unary_operator] = STATE(3450), + [sym__eq_eq] = STATE(446), + [sym__dot] = STATE(5480), + [sym__conjunction_operator] = STATE(482), + [sym__disjunction_operator] = STATE(496), + [sym__nil_coalescing_operator] = STATE(402), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(3450), + [anon_sym_BANG] = ACTIONS(3698), + [sym_comment] = ACTIONS(3), + [anon_sym_COMMA] = ACTIONS(1865), + [anon_sym_LPAREN] = ACTIONS(1865), + [anon_sym_LBRACK] = ACTIONS(1865), + [anon_sym_QMARK] = ACTIONS(1867), + [anon_sym_QMARK2] = ACTIONS(1865), + [anon_sym_AMP] = ACTIONS(1865), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(1867), + [anon_sym_GT] = ACTIONS(1867), + [anon_sym_LBRACE] = ACTIONS(1865), + [anon_sym_CARET_LBRACE] = ACTIONS(1865), + [anon_sym_PLUS_EQ] = ACTIONS(1865), + [anon_sym_DASH_EQ] = ACTIONS(1865), + [anon_sym_STAR_EQ] = ACTIONS(1865), + [anon_sym_SLASH_EQ] = ACTIONS(1865), + [anon_sym_PERCENT_EQ] = ACTIONS(1865), + [anon_sym_BANG_EQ] = ACTIONS(3714), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3716), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3716), + [anon_sym_LT_EQ] = ACTIONS(1865), + [anon_sym_GT_EQ] = ACTIONS(1865), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1865), + [anon_sym_DOT_DOT_LT] = ACTIONS(1865), + [anon_sym_is] = ACTIONS(3722), + [anon_sym_PLUS] = ACTIONS(3724), + [anon_sym_DASH] = ACTIONS(3724), + [anon_sym_STAR] = ACTIONS(3726), + [anon_sym_SLASH] = ACTIONS(3726), + [anon_sym_PERCENT] = ACTIONS(3726), + [anon_sym_PLUS_PLUS] = ACTIONS(3728), + [anon_sym_DASH_DASH] = ACTIONS(3728), + [anon_sym_PIPE] = ACTIONS(1865), + [anon_sym_CARET] = ACTIONS(1867), + [anon_sym_LT_LT] = ACTIONS(1865), + [anon_sym_GT_GT] = ACTIONS(1865), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1865), + [sym__conjunction_operator_custom] = ACTIONS(3734), + [sym__disjunction_operator_custom] = ACTIONS(3736), + [sym__nil_coalescing_operator_custom] = ACTIONS(3738), + [sym__eq_custom] = ACTIONS(1865), + [sym__eq_eq_custom] = ACTIONS(3716), + [sym__plus_then_ws] = ACTIONS(3740), + [sym__minus_then_ws] = ACTIONS(3740), + [sym__bang_custom] = ACTIONS(3742), + [sym_where_keyword] = ACTIONS(1865), + [sym_else] = ACTIONS(1865), + [sym__as_custom] = ACTIONS(1865), + [sym__as_quest_custom] = ACTIONS(1865), + [sym__as_bang_custom] = ACTIONS(1865), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1539)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [aux_sym_tuple_expression_repeat1] = STATE(7913), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_RPAREN] = ACTIONS(3878), + [anon_sym_COMMA] = ACTIONS(3880), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(3678), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1540)] = { + [sym__quest] = STATE(673), + [sym__immediate_quest] = STATE(3665), + [sym__range_operator] = STATE(493), + [sym_custom_operator] = STATE(399), + [sym_navigation_suffix] = STATE(3101), + [sym_call_suffix] = STATE(3103), + [sym__fn_call_lambda_arguments] = STATE(3104), + [sym_value_arguments] = STATE(2707), + [sym_lambda_literal] = STATE(1729), + [sym_where_clause] = STATE(8689), + [sym__equality_operator] = STATE(497), + [sym__comparison_operator] = STATE(498), + [sym__three_dot_operator] = STATE(1181), + [sym__open_ended_range_operator] = STATE(493), + [sym__is_operator] = STATE(4385), + [sym__additive_operator] = STATE(688), + [sym__multiplicative_operator] = STATE(689), + [sym_as_operator] = STATE(4386), + [sym__bitwise_binary_operator] = STATE(504), + [sym__postfix_unary_operator] = STATE(3114), + [sym__eq_eq] = STATE(497), + [sym__dot] = STATE(5641), + [sym__conjunction_operator] = STATE(505), + [sym__disjunction_operator] = STATE(508), + [sym__nil_coalescing_operator] = STATE(510), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(3114), + [anon_sym_BANG] = ACTIONS(3758), + [sym_comment] = ACTIONS(3), + [anon_sym_COMMA] = ACTIONS(1999), + [anon_sym_LPAREN] = ACTIONS(3760), + [anon_sym_LBRACK] = ACTIONS(3762), + [anon_sym_QMARK] = ACTIONS(3856), + [anon_sym_QMARK2] = ACTIONS(3764), + [anon_sym_AMP] = ACTIONS(3766), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3768), + [anon_sym_GT] = ACTIONS(3768), + [anon_sym_LBRACE] = ACTIONS(1999), + [anon_sym_CARET_LBRACE] = ACTIONS(3842), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3770), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3772), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3772), + [anon_sym_LT_EQ] = ACTIONS(3774), + [anon_sym_GT_EQ] = ACTIONS(3774), + [anon_sym_DOT_DOT_DOT] = ACTIONS(989), + [anon_sym_DOT_DOT_LT] = ACTIONS(3776), + [anon_sym_is] = ACTIONS(3778), + [anon_sym_PLUS] = ACTIONS(3780), + [anon_sym_DASH] = ACTIONS(3780), + [anon_sym_STAR] = ACTIONS(3782), + [anon_sym_SLASH] = ACTIONS(3782), + [anon_sym_PERCENT] = ACTIONS(3782), + [anon_sym_PLUS_PLUS] = ACTIONS(3784), + [anon_sym_DASH_DASH] = ACTIONS(3784), + [anon_sym_PIPE] = ACTIONS(3766), + [anon_sym_CARET] = ACTIONS(3786), + [anon_sym_LT_LT] = ACTIONS(3766), + [anon_sym_GT_GT] = ACTIONS(3766), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(3788), + [sym__conjunction_operator_custom] = ACTIONS(3790), + [sym__disjunction_operator_custom] = ACTIONS(3792), + [sym__nil_coalescing_operator_custom] = ACTIONS(3794), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3772), + [sym__plus_then_ws] = ACTIONS(3796), + [sym__minus_then_ws] = ACTIONS(3796), + [sym__bang_custom] = ACTIONS(3798), + [sym_where_keyword] = ACTIONS(3882), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1541)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [aux_sym_tuple_expression_repeat1] = STATE(8328), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_RPAREN] = ACTIONS(3884), + [anon_sym_COMMA] = ACTIONS(3886), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(3678), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1542)] = { + [sym__quest] = STATE(370), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_RPAREN] = ACTIONS(3838), + [anon_sym_COMMA] = ACTIONS(3838), + [anon_sym_COLON] = ACTIONS(3838), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_QMARK] = ACTIONS(3872), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(3678), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1543)] = { + [sym__quest] = STATE(682), + [sym__immediate_quest] = STATE(3441), + [sym__range_operator] = STATE(452), + [sym_custom_operator] = STATE(410), + [sym_navigation_suffix] = STATE(3442), + [sym_call_suffix] = STATE(3443), + [sym__fn_call_lambda_arguments] = STATE(3444), + [sym_value_arguments] = STATE(2747), + [sym_lambda_literal] = STATE(1741), + [sym__equality_operator] = STATE(446), + [sym__comparison_operator] = STATE(458), + [sym__three_dot_operator] = STATE(1219), + [sym__open_ended_range_operator] = STATE(452), + [sym__is_operator] = STATE(4403), + [sym__additive_operator] = STATE(652), + [sym__multiplicative_operator] = STATE(655), + [sym_as_operator] = STATE(4404), + [sym__bitwise_binary_operator] = STATE(459), + [sym__postfix_unary_operator] = STATE(3450), + [sym__eq_eq] = STATE(446), + [sym__dot] = STATE(5480), + [sym__conjunction_operator] = STATE(482), + [sym__disjunction_operator] = STATE(496), + [sym__nil_coalescing_operator] = STATE(402), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(3450), + [anon_sym_BANG] = ACTIONS(3698), + [sym_comment] = ACTIONS(3), + [anon_sym_COMMA] = ACTIONS(1903), + [anon_sym_LPAREN] = ACTIONS(3700), + [anon_sym_LBRACK] = ACTIONS(3702), + [anon_sym_QMARK] = ACTIONS(3704), + [anon_sym_QMARK2] = ACTIONS(3706), + [anon_sym_AMP] = ACTIONS(3708), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3710), + [anon_sym_GT] = ACTIONS(3710), + [anon_sym_LBRACE] = ACTIONS(3712), + [anon_sym_CARET_LBRACE] = ACTIONS(3712), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3714), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3716), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3716), + [anon_sym_LT_EQ] = ACTIONS(3718), + [anon_sym_GT_EQ] = ACTIONS(3718), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1125), + [anon_sym_DOT_DOT_LT] = ACTIONS(3720), + [anon_sym_is] = ACTIONS(3722), + [anon_sym_PLUS] = ACTIONS(3724), + [anon_sym_DASH] = ACTIONS(3724), + [anon_sym_STAR] = ACTIONS(3726), + [anon_sym_SLASH] = ACTIONS(3726), + [anon_sym_PERCENT] = ACTIONS(3726), + [anon_sym_PLUS_PLUS] = ACTIONS(3728), + [anon_sym_DASH_DASH] = ACTIONS(3728), + [anon_sym_PIPE] = ACTIONS(3708), + [anon_sym_CARET] = ACTIONS(3730), + [anon_sym_LT_LT] = ACTIONS(3708), + [anon_sym_GT_GT] = ACTIONS(3708), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(3732), + [sym__conjunction_operator_custom] = ACTIONS(3734), + [sym__disjunction_operator_custom] = ACTIONS(3736), + [sym__nil_coalescing_operator_custom] = ACTIONS(3738), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3716), + [sym__plus_then_ws] = ACTIONS(3740), + [sym__minus_then_ws] = ACTIONS(3740), + [sym__bang_custom] = ACTIONS(3742), + [sym_where_keyword] = ACTIONS(1903), + [sym_else] = ACTIONS(1903), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1544)] = { + [sym__quest] = STATE(682), + [sym__immediate_quest] = STATE(3441), + [sym__range_operator] = STATE(452), + [sym_custom_operator] = STATE(410), + [sym_navigation_suffix] = STATE(3442), + [sym_call_suffix] = STATE(3443), + [sym__fn_call_lambda_arguments] = STATE(3444), + [sym_value_arguments] = STATE(2747), + [sym_lambda_literal] = STATE(1741), + [sym__equality_operator] = STATE(446), + [sym__comparison_operator] = STATE(458), + [sym__three_dot_operator] = STATE(1219), + [sym__open_ended_range_operator] = STATE(452), + [sym__is_operator] = STATE(4403), + [sym__additive_operator] = STATE(652), + [sym__multiplicative_operator] = STATE(655), + [sym_as_operator] = STATE(4404), + [sym__bitwise_binary_operator] = STATE(459), + [sym__postfix_unary_operator] = STATE(3450), + [sym__eq_eq] = STATE(446), + [sym__dot] = STATE(5480), + [sym__conjunction_operator] = STATE(482), + [sym__disjunction_operator] = STATE(496), + [sym__nil_coalescing_operator] = STATE(402), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(3450), + [anon_sym_BANG] = ACTIONS(1869), + [sym_comment] = ACTIONS(3), + [anon_sym_COMMA] = ACTIONS(1871), + [anon_sym_LPAREN] = ACTIONS(1871), + [anon_sym_LBRACK] = ACTIONS(1871), + [anon_sym_QMARK] = ACTIONS(1869), + [anon_sym_QMARK2] = ACTIONS(1871), + [anon_sym_AMP] = ACTIONS(1871), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(1869), + [anon_sym_GT] = ACTIONS(1869), + [anon_sym_LBRACE] = ACTIONS(1871), + [anon_sym_CARET_LBRACE] = ACTIONS(1871), + [anon_sym_PLUS_EQ] = ACTIONS(1871), + [anon_sym_DASH_EQ] = ACTIONS(1871), + [anon_sym_STAR_EQ] = ACTIONS(1871), + [anon_sym_SLASH_EQ] = ACTIONS(1871), + [anon_sym_PERCENT_EQ] = ACTIONS(1871), + [anon_sym_BANG_EQ] = ACTIONS(1869), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1871), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1871), + [anon_sym_LT_EQ] = ACTIONS(1871), + [anon_sym_GT_EQ] = ACTIONS(1871), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1871), + [anon_sym_DOT_DOT_LT] = ACTIONS(1871), + [anon_sym_is] = ACTIONS(1871), + [anon_sym_PLUS] = ACTIONS(3724), + [anon_sym_DASH] = ACTIONS(3724), + [anon_sym_STAR] = ACTIONS(3726), + [anon_sym_SLASH] = ACTIONS(3726), + [anon_sym_PERCENT] = ACTIONS(3726), + [anon_sym_PLUS_PLUS] = ACTIONS(1871), + [anon_sym_DASH_DASH] = ACTIONS(1871), + [anon_sym_PIPE] = ACTIONS(1871), + [anon_sym_CARET] = ACTIONS(1869), + [anon_sym_LT_LT] = ACTIONS(1871), + [anon_sym_GT_GT] = ACTIONS(1871), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1871), + [sym__conjunction_operator_custom] = ACTIONS(1871), + [sym__disjunction_operator_custom] = ACTIONS(1871), + [sym__nil_coalescing_operator_custom] = ACTIONS(3738), + [sym__eq_custom] = ACTIONS(1871), + [sym__eq_eq_custom] = ACTIONS(1871), + [sym__plus_then_ws] = ACTIONS(3740), + [sym__minus_then_ws] = ACTIONS(3740), + [sym__bang_custom] = ACTIONS(1871), + [sym_where_keyword] = ACTIONS(1871), + [sym_else] = ACTIONS(1871), + [sym__as_custom] = ACTIONS(1871), + [sym__as_quest_custom] = ACTIONS(1871), + [sym__as_bang_custom] = ACTIONS(1871), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1545)] = { + [sym__quest] = STATE(673), + [sym__immediate_quest] = STATE(3665), + [sym__range_operator] = STATE(493), + [sym_custom_operator] = STATE(399), + [sym_navigation_suffix] = STATE(3101), + [sym_call_suffix] = STATE(3103), + [sym__fn_call_lambda_arguments] = STATE(3104), + [sym_value_arguments] = STATE(2707), + [sym_lambda_literal] = STATE(1729), + [sym__equality_operator] = STATE(497), + [sym__comparison_operator] = STATE(498), + [sym__three_dot_operator] = STATE(1181), + [sym__open_ended_range_operator] = STATE(493), + [sym__is_operator] = STATE(4385), + [sym__additive_operator] = STATE(688), + [sym__multiplicative_operator] = STATE(689), + [sym_as_operator] = STATE(4386), + [sym__bitwise_binary_operator] = STATE(504), + [sym__postfix_unary_operator] = STATE(3114), + [sym__eq_eq] = STATE(497), + [sym__dot] = STATE(5641), + [sym__conjunction_operator] = STATE(505), + [sym__disjunction_operator] = STATE(508), + [sym__nil_coalescing_operator] = STATE(510), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(3114), + [anon_sym_BANG] = ACTIONS(3758), + [sym_comment] = ACTIONS(3), + [anon_sym_COMMA] = ACTIONS(1857), + [anon_sym_COLON] = ACTIONS(1857), + [anon_sym_LPAREN] = ACTIONS(3760), + [anon_sym_LBRACK] = ACTIONS(3762), + [anon_sym_QMARK] = ACTIONS(3856), + [anon_sym_QMARK2] = ACTIONS(3764), + [anon_sym_AMP] = ACTIONS(3766), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3768), + [anon_sym_GT] = ACTIONS(3768), + [anon_sym_LBRACE] = ACTIONS(3842), + [anon_sym_CARET_LBRACE] = ACTIONS(3842), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3770), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3772), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3772), + [anon_sym_LT_EQ] = ACTIONS(3774), + [anon_sym_GT_EQ] = ACTIONS(3774), + [anon_sym_DOT_DOT_DOT] = ACTIONS(989), + [anon_sym_DOT_DOT_LT] = ACTIONS(3776), + [anon_sym_is] = ACTIONS(3778), + [anon_sym_PLUS] = ACTIONS(3780), + [anon_sym_DASH] = ACTIONS(3780), + [anon_sym_STAR] = ACTIONS(3782), + [anon_sym_SLASH] = ACTIONS(3782), + [anon_sym_PERCENT] = ACTIONS(3782), + [anon_sym_PLUS_PLUS] = ACTIONS(3784), + [anon_sym_DASH_DASH] = ACTIONS(3784), + [anon_sym_PIPE] = ACTIONS(3766), + [anon_sym_CARET] = ACTIONS(3786), + [anon_sym_LT_LT] = ACTIONS(3766), + [anon_sym_GT_GT] = ACTIONS(3766), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(3788), + [sym__conjunction_operator_custom] = ACTIONS(3790), + [sym__disjunction_operator_custom] = ACTIONS(3792), + [sym__nil_coalescing_operator_custom] = ACTIONS(3794), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3772), + [sym__plus_then_ws] = ACTIONS(3796), + [sym__minus_then_ws] = ACTIONS(3796), + [sym__bang_custom] = ACTIONS(3798), + [sym_where_keyword] = ACTIONS(1857), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1546)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [aux_sym_tuple_expression_repeat1] = STATE(7960), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_RPAREN] = ACTIONS(3888), + [anon_sym_COMMA] = ACTIONS(3890), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(3678), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1547)] = { + [sym__quest] = STATE(682), + [sym__immediate_quest] = STATE(3441), + [sym__range_operator] = STATE(452), + [sym_custom_operator] = STATE(410), + [sym_navigation_suffix] = STATE(3442), + [sym_call_suffix] = STATE(3443), + [sym__fn_call_lambda_arguments] = STATE(3444), + [sym_value_arguments] = STATE(2747), + [sym_lambda_literal] = STATE(1741), + [sym__equality_operator] = STATE(446), + [sym__comparison_operator] = STATE(458), + [sym__three_dot_operator] = STATE(1219), + [sym__open_ended_range_operator] = STATE(452), + [sym__is_operator] = STATE(4403), + [sym__additive_operator] = STATE(652), + [sym__multiplicative_operator] = STATE(655), + [sym_as_operator] = STATE(4404), + [sym__bitwise_binary_operator] = STATE(459), + [sym__postfix_unary_operator] = STATE(3450), + [sym__eq_eq] = STATE(446), + [sym__dot] = STATE(5480), + [sym__conjunction_operator] = STATE(482), + [sym__disjunction_operator] = STATE(496), + [sym__nil_coalescing_operator] = STATE(402), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(3450), + [anon_sym_BANG] = ACTIONS(3698), + [sym_comment] = ACTIONS(3), + [anon_sym_COMMA] = ACTIONS(1873), + [anon_sym_LPAREN] = ACTIONS(1873), + [anon_sym_LBRACK] = ACTIONS(1873), + [anon_sym_QMARK] = ACTIONS(1875), + [anon_sym_QMARK2] = ACTIONS(1873), + [anon_sym_AMP] = ACTIONS(1873), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(1875), + [anon_sym_GT] = ACTIONS(1875), + [anon_sym_LBRACE] = ACTIONS(1873), + [anon_sym_CARET_LBRACE] = ACTIONS(1873), + [anon_sym_PLUS_EQ] = ACTIONS(1873), + [anon_sym_DASH_EQ] = ACTIONS(1873), + [anon_sym_STAR_EQ] = ACTIONS(1873), + [anon_sym_SLASH_EQ] = ACTIONS(1873), + [anon_sym_PERCENT_EQ] = ACTIONS(1873), + [anon_sym_BANG_EQ] = ACTIONS(3714), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3716), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3716), + [anon_sym_LT_EQ] = ACTIONS(1873), + [anon_sym_GT_EQ] = ACTIONS(1873), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1873), + [anon_sym_DOT_DOT_LT] = ACTIONS(1873), + [anon_sym_is] = ACTIONS(3722), + [anon_sym_PLUS] = ACTIONS(3724), + [anon_sym_DASH] = ACTIONS(3724), + [anon_sym_STAR] = ACTIONS(3726), + [anon_sym_SLASH] = ACTIONS(3726), + [anon_sym_PERCENT] = ACTIONS(3726), + [anon_sym_PLUS_PLUS] = ACTIONS(3728), + [anon_sym_DASH_DASH] = ACTIONS(3728), + [anon_sym_PIPE] = ACTIONS(1873), + [anon_sym_CARET] = ACTIONS(1875), + [anon_sym_LT_LT] = ACTIONS(1873), + [anon_sym_GT_GT] = ACTIONS(1873), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1873), + [sym__conjunction_operator_custom] = ACTIONS(3734), + [sym__disjunction_operator_custom] = ACTIONS(3736), + [sym__nil_coalescing_operator_custom] = ACTIONS(3738), + [sym__eq_custom] = ACTIONS(1873), + [sym__eq_eq_custom] = ACTIONS(3716), + [sym__plus_then_ws] = ACTIONS(3740), + [sym__minus_then_ws] = ACTIONS(3740), + [sym__bang_custom] = ACTIONS(3742), + [sym_where_keyword] = ACTIONS(1873), + [sym_else] = ACTIONS(1873), + [sym__as_custom] = ACTIONS(1873), + [sym__as_quest_custom] = ACTIONS(1873), + [sym__as_bang_custom] = ACTIONS(1873), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1548)] = { + [sym__quest] = STATE(682), + [sym__immediate_quest] = STATE(3441), + [sym__range_operator] = STATE(452), + [sym_custom_operator] = STATE(410), + [sym_navigation_suffix] = STATE(3442), + [sym_call_suffix] = STATE(3443), + [sym__fn_call_lambda_arguments] = STATE(3444), + [sym_value_arguments] = STATE(2747), + [sym_lambda_literal] = STATE(1741), + [sym__equality_operator] = STATE(446), + [sym__comparison_operator] = STATE(458), + [sym__three_dot_operator] = STATE(1219), + [sym__open_ended_range_operator] = STATE(452), + [sym__is_operator] = STATE(4403), + [sym__additive_operator] = STATE(652), + [sym__multiplicative_operator] = STATE(655), + [sym_as_operator] = STATE(4404), + [sym__bitwise_binary_operator] = STATE(459), + [sym__postfix_unary_operator] = STATE(3450), + [sym__eq_eq] = STATE(446), + [sym__dot] = STATE(5480), + [sym__conjunction_operator] = STATE(482), + [sym__disjunction_operator] = STATE(496), + [sym__nil_coalescing_operator] = STATE(402), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(3450), + [anon_sym_BANG] = ACTIONS(3698), + [sym_comment] = ACTIONS(3), + [anon_sym_COMMA] = ACTIONS(1877), + [anon_sym_LPAREN] = ACTIONS(3700), + [anon_sym_LBRACK] = ACTIONS(3702), + [anon_sym_QMARK] = ACTIONS(3704), + [anon_sym_QMARK2] = ACTIONS(3706), + [anon_sym_AMP] = ACTIONS(3708), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3710), + [anon_sym_GT] = ACTIONS(3710), + [anon_sym_LBRACE] = ACTIONS(3712), + [anon_sym_CARET_LBRACE] = ACTIONS(3712), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3714), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3716), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3716), + [anon_sym_LT_EQ] = ACTIONS(3718), + [anon_sym_GT_EQ] = ACTIONS(3718), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1125), + [anon_sym_DOT_DOT_LT] = ACTIONS(3720), + [anon_sym_is] = ACTIONS(3722), + [anon_sym_PLUS] = ACTIONS(3724), + [anon_sym_DASH] = ACTIONS(3724), + [anon_sym_STAR] = ACTIONS(3726), + [anon_sym_SLASH] = ACTIONS(3726), + [anon_sym_PERCENT] = ACTIONS(3726), + [anon_sym_PLUS_PLUS] = ACTIONS(3728), + [anon_sym_DASH_DASH] = ACTIONS(3728), + [anon_sym_PIPE] = ACTIONS(3708), + [anon_sym_CARET] = ACTIONS(3730), + [anon_sym_LT_LT] = ACTIONS(3708), + [anon_sym_GT_GT] = ACTIONS(3708), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(3732), + [sym__conjunction_operator_custom] = ACTIONS(3734), + [sym__disjunction_operator_custom] = ACTIONS(3736), + [sym__nil_coalescing_operator_custom] = ACTIONS(3738), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3716), + [sym__plus_then_ws] = ACTIONS(3740), + [sym__minus_then_ws] = ACTIONS(3740), + [sym__bang_custom] = ACTIONS(3742), + [sym_where_keyword] = ACTIONS(1877), + [sym_else] = ACTIONS(1877), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1549)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [aux_sym_playground_literal_repeat1] = STATE(7944), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_RPAREN] = ACTIONS(3892), + [anon_sym_COMMA] = ACTIONS(3894), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(3678), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1550)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [aux_sym_tuple_expression_repeat1] = STATE(8054), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_RPAREN] = ACTIONS(3896), + [anon_sym_COMMA] = ACTIONS(3898), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(3678), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1551)] = { + [sym__quest] = STATE(726), + [sym__immediate_quest] = STATE(2736), + [sym__range_operator] = STATE(407), + [sym_custom_operator] = STATE(408), + [sym_navigation_suffix] = STATE(2750), + [sym_call_suffix] = STATE(2759), + [sym__fn_call_lambda_arguments] = STATE(2762), + [sym_value_arguments] = STATE(2421), + [sym_lambda_literal] = STATE(1716), + [sym__equality_operator] = STATE(411), + [sym__comparison_operator] = STATE(440), + [sym__three_dot_operator] = STATE(1136), + [sym__open_ended_range_operator] = STATE(407), + [sym__is_operator] = STATE(4342), + [sym__additive_operator] = STATE(585), + [sym__multiplicative_operator] = STATE(646), + [sym_as_operator] = STATE(4566), + [sym__bitwise_binary_operator] = STATE(499), + [sym__postfix_unary_operator] = STATE(2821), + [sym__eq_eq] = STATE(411), + [sym__dot] = STATE(5511), + [sym__conjunction_operator] = STATE(404), + [sym__disjunction_operator] = STATE(405), + [sym__nil_coalescing_operator] = STATE(406), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(2821), + [ts_builtin_sym_end] = ACTIONS(3900), + [anon_sym_BANG] = ACTIONS(3544), + [sym_comment] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(3546), + [anon_sym_LBRACK] = ACTIONS(3548), + [anon_sym_QMARK] = ACTIONS(3586), + [anon_sym_QMARK2] = ACTIONS(3550), + [anon_sym_AMP] = ACTIONS(3552), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3554), + [anon_sym_GT] = ACTIONS(3554), + [anon_sym_LBRACE] = ACTIONS(3590), + [anon_sym_CARET_LBRACE] = ACTIONS(3590), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3556), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3558), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3558), + [anon_sym_LT_EQ] = ACTIONS(3560), + [anon_sym_GT_EQ] = ACTIONS(3560), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(3562), + [anon_sym_is] = ACTIONS(3564), + [anon_sym_PLUS] = ACTIONS(3566), + [anon_sym_DASH] = ACTIONS(3566), + [anon_sym_STAR] = ACTIONS(3568), + [anon_sym_SLASH] = ACTIONS(3568), + [anon_sym_PERCENT] = ACTIONS(3568), + [anon_sym_PLUS_PLUS] = ACTIONS(3570), + [anon_sym_DASH_DASH] = ACTIONS(3570), + [anon_sym_PIPE] = ACTIONS(3552), + [anon_sym_CARET] = ACTIONS(3572), + [anon_sym_LT_LT] = ACTIONS(3552), + [anon_sym_GT_GT] = ACTIONS(3552), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(3900), + [sym__explicit_semi] = ACTIONS(3900), + [sym__dot_custom] = ACTIONS(3574), + [sym__conjunction_operator_custom] = ACTIONS(3576), + [sym__disjunction_operator_custom] = ACTIONS(3578), + [sym__nil_coalescing_operator_custom] = ACTIONS(3580), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3558), + [sym__plus_then_ws] = ACTIONS(3582), + [sym__minus_then_ws] = ACTIONS(3582), + [sym__bang_custom] = ACTIONS(3584), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1552)] = { + [sym_simple_identifier] = STATE(3837), + [sym__contextual_simple_identifier] = STATE(3868), + [sym_unannotated_type] = STATE(3803), + [sym_user_type] = STATE(3867), + [sym__simple_user_type] = STATE(3847), + [sym_tuple_type] = STATE(3653), + [sym_function_type] = STATE(3942), + [sym_array_type] = STATE(3867), + [sym_dictionary_type] = STATE(3867), + [sym_optional_type] = STATE(3942), + [sym_metatype] = STATE(3942), + [sym_opaque_type] = STATE(3942), + [sym_existential_type] = STATE(3942), + [sym_type_parameter_pack] = STATE(3942), + [sym_type_pack_expansion] = STATE(3942), + [sym_protocol_composition_type] = STATE(3942), + [sym_suppressed_constraint] = STATE(3942), + [sym__parenthesized_type] = STATE(3910), + [sym__parameter_ownership_modifier] = STATE(3868), + [sym_comment] = ACTIONS(5), + [aux_sym_simple_identifier_token1] = ACTIONS(3902), + [aux_sym_simple_identifier_token2] = ACTIONS(3904), + [aux_sym_simple_identifier_token3] = ACTIONS(3904), + [aux_sym_simple_identifier_token4] = ACTIONS(3904), + [anon_sym_actor] = ACTIONS(3902), + [anon_sym_async] = ACTIONS(3902), + [anon_sym_each] = ACTIONS(3906), + [anon_sym_lazy] = ACTIONS(3908), + [anon_sym_repeat] = ACTIONS(3911), + [anon_sym_package] = ACTIONS(3908), + [anon_sym_LPAREN] = ACTIONS(3913), + [anon_sym_LBRACK] = ACTIONS(3915), + [anon_sym_DOT] = ACTIONS(619), + [anon_sym_QMARK2] = ACTIONS(619), + [anon_sym_some] = ACTIONS(3917), + [anon_sym_any] = ACTIONS(3919), + [anon_sym_AMP] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(3921), + [anon_sym_LT] = ACTIONS(619), + [anon_sym_RBRACE] = ACTIONS(619), + [anon_sym_case] = ACTIONS(625), + [anon_sym_fallthrough] = ACTIONS(625), + [anon_sym_class] = ACTIONS(625), + [anon_sym_prefix] = ACTIONS(625), + [anon_sym_infix] = ACTIONS(625), + [anon_sym_postfix] = ACTIONS(625), + [anon_sym_AT] = ACTIONS(625), + [anon_sym_override] = ACTIONS(625), + [anon_sym_convenience] = ACTIONS(625), + [anon_sym_required] = ACTIONS(625), + [anon_sym_nonisolated] = ACTIONS(625), + [anon_sym_public] = ACTIONS(625), + [anon_sym_private] = ACTIONS(625), + [anon_sym_internal] = ACTIONS(625), + [anon_sym_fileprivate] = ACTIONS(625), + [anon_sym_open] = ACTIONS(625), + [anon_sym_mutating] = ACTIONS(625), + [anon_sym_nonmutating] = ACTIONS(625), + [anon_sym_static] = ACTIONS(625), + [anon_sym_dynamic] = ACTIONS(625), + [anon_sym_optional] = ACTIONS(625), + [anon_sym_distributed] = ACTIONS(625), + [anon_sym_final] = ACTIONS(625), + [anon_sym_inout] = ACTIONS(625), + [anon_sym_ATescaping] = ACTIONS(619), + [anon_sym_ATautoclosure] = ACTIONS(619), + [anon_sym_weak] = ACTIONS(625), + [anon_sym_unowned] = ACTIONS(625), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(619), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(619), + [anon_sym_borrowing] = ACTIONS(3908), + [anon_sym_consuming] = ACTIONS(3908), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(619), + [sym__explicit_semi] = ACTIONS(619), + [sym__arrow_operator_custom] = ACTIONS(619), + [sym__dot_custom] = ACTIONS(619), + [sym__throws_keyword] = ACTIONS(619), + [sym__rethrows_keyword] = ACTIONS(619), + [sym_default_keyword] = ACTIONS(619), + [sym__async_keyword_custom] = ACTIONS(619), + }, + [STATE(1553)] = { + [sym__quest] = STATE(682), + [sym__immediate_quest] = STATE(3441), + [sym__range_operator] = STATE(452), + [sym_custom_operator] = STATE(410), + [sym_navigation_suffix] = STATE(3442), + [sym_call_suffix] = STATE(3443), + [sym__fn_call_lambda_arguments] = STATE(3444), + [sym_value_arguments] = STATE(2747), + [sym_lambda_literal] = STATE(1741), + [sym__equality_operator] = STATE(446), + [sym__comparison_operator] = STATE(458), + [sym__three_dot_operator] = STATE(1219), + [sym__open_ended_range_operator] = STATE(452), + [sym__is_operator] = STATE(4403), + [sym__additive_operator] = STATE(652), + [sym__multiplicative_operator] = STATE(655), + [sym_as_operator] = STATE(4404), + [sym__bitwise_binary_operator] = STATE(459), + [sym__postfix_unary_operator] = STATE(3450), + [sym__eq_eq] = STATE(446), + [sym__dot] = STATE(5480), + [sym__conjunction_operator] = STATE(482), + [sym__disjunction_operator] = STATE(496), + [sym__nil_coalescing_operator] = STATE(402), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(3450), + [anon_sym_BANG] = ACTIONS(1885), + [sym_comment] = ACTIONS(3), + [anon_sym_COMMA] = ACTIONS(1887), + [anon_sym_LPAREN] = ACTIONS(1887), + [anon_sym_LBRACK] = ACTIONS(1887), + [anon_sym_QMARK] = ACTIONS(1885), + [anon_sym_QMARK2] = ACTIONS(1887), + [anon_sym_AMP] = ACTIONS(1887), + [aux_sym_custom_operator_token1] = ACTIONS(1887), + [anon_sym_LT] = ACTIONS(1885), + [anon_sym_GT] = ACTIONS(1885), + [anon_sym_LBRACE] = ACTIONS(1887), + [anon_sym_CARET_LBRACE] = ACTIONS(1887), + [anon_sym_PLUS_EQ] = ACTIONS(1887), + [anon_sym_DASH_EQ] = ACTIONS(1887), + [anon_sym_STAR_EQ] = ACTIONS(1887), + [anon_sym_SLASH_EQ] = ACTIONS(1887), + [anon_sym_PERCENT_EQ] = ACTIONS(1887), + [anon_sym_BANG_EQ] = ACTIONS(1885), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1887), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1887), + [anon_sym_LT_EQ] = ACTIONS(1887), + [anon_sym_GT_EQ] = ACTIONS(1887), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1887), + [anon_sym_DOT_DOT_LT] = ACTIONS(1887), + [anon_sym_is] = ACTIONS(1887), + [anon_sym_PLUS] = ACTIONS(1885), + [anon_sym_DASH] = ACTIONS(1885), + [anon_sym_STAR] = ACTIONS(3726), + [anon_sym_SLASH] = ACTIONS(3726), + [anon_sym_PERCENT] = ACTIONS(3726), + [anon_sym_PLUS_PLUS] = ACTIONS(1887), + [anon_sym_DASH_DASH] = ACTIONS(1887), + [anon_sym_PIPE] = ACTIONS(1887), + [anon_sym_CARET] = ACTIONS(1885), + [anon_sym_LT_LT] = ACTIONS(1887), + [anon_sym_GT_GT] = ACTIONS(1887), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1887), + [sym__conjunction_operator_custom] = ACTIONS(1887), + [sym__disjunction_operator_custom] = ACTIONS(1887), + [sym__nil_coalescing_operator_custom] = ACTIONS(1887), + [sym__eq_custom] = ACTIONS(1887), + [sym__eq_eq_custom] = ACTIONS(1887), + [sym__plus_then_ws] = ACTIONS(1887), + [sym__minus_then_ws] = ACTIONS(1887), + [sym__bang_custom] = ACTIONS(1887), + [sym_where_keyword] = ACTIONS(1887), + [sym_else] = ACTIONS(1887), + [sym__as_custom] = ACTIONS(1887), + [sym__as_quest_custom] = ACTIONS(1887), + [sym__as_bang_custom] = ACTIONS(1887), + [sym__custom_operator] = ACTIONS(1887), + }, + [STATE(1554)] = { + [sym__quest] = STATE(673), + [sym__immediate_quest] = STATE(3665), + [sym__range_operator] = STATE(493), + [sym_custom_operator] = STATE(399), + [sym_navigation_suffix] = STATE(3101), + [sym_call_suffix] = STATE(3103), + [sym__fn_call_lambda_arguments] = STATE(3104), + [sym_value_arguments] = STATE(2707), + [sym_lambda_literal] = STATE(1729), + [sym__equality_operator] = STATE(497), + [sym__comparison_operator] = STATE(498), + [sym__three_dot_operator] = STATE(1181), + [sym__open_ended_range_operator] = STATE(493), + [sym__is_operator] = STATE(4385), + [sym__additive_operator] = STATE(688), + [sym__multiplicative_operator] = STATE(689), + [sym_as_operator] = STATE(4386), + [sym__bitwise_binary_operator] = STATE(504), + [sym__postfix_unary_operator] = STATE(3114), + [sym__eq_eq] = STATE(497), + [sym__dot] = STATE(5641), + [sym__conjunction_operator] = STATE(505), + [sym__disjunction_operator] = STATE(508), + [sym__nil_coalescing_operator] = STATE(510), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(3114), + [anon_sym_BANG] = ACTIONS(1885), + [sym_comment] = ACTIONS(3), + [anon_sym_COMMA] = ACTIONS(1887), + [anon_sym_COLON] = ACTIONS(1887), + [anon_sym_LPAREN] = ACTIONS(1887), + [anon_sym_LBRACK] = ACTIONS(1887), + [anon_sym_QMARK] = ACTIONS(1885), + [anon_sym_QMARK2] = ACTIONS(1887), + [anon_sym_AMP] = ACTIONS(1887), + [aux_sym_custom_operator_token1] = ACTIONS(1887), + [anon_sym_LT] = ACTIONS(1885), + [anon_sym_GT] = ACTIONS(1885), + [anon_sym_LBRACE] = ACTIONS(1887), + [anon_sym_CARET_LBRACE] = ACTIONS(1887), + [anon_sym_PLUS_EQ] = ACTIONS(1887), + [anon_sym_DASH_EQ] = ACTIONS(1887), + [anon_sym_STAR_EQ] = ACTIONS(1887), + [anon_sym_SLASH_EQ] = ACTIONS(1887), + [anon_sym_PERCENT_EQ] = ACTIONS(1887), + [anon_sym_BANG_EQ] = ACTIONS(1885), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1887), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1887), + [anon_sym_LT_EQ] = ACTIONS(1887), + [anon_sym_GT_EQ] = ACTIONS(1887), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1887), + [anon_sym_DOT_DOT_LT] = ACTIONS(1887), + [anon_sym_is] = ACTIONS(1887), + [anon_sym_PLUS] = ACTIONS(1885), + [anon_sym_DASH] = ACTIONS(1885), + [anon_sym_STAR] = ACTIONS(3782), + [anon_sym_SLASH] = ACTIONS(3782), + [anon_sym_PERCENT] = ACTIONS(3782), + [anon_sym_PLUS_PLUS] = ACTIONS(1887), + [anon_sym_DASH_DASH] = ACTIONS(1887), + [anon_sym_PIPE] = ACTIONS(1887), + [anon_sym_CARET] = ACTIONS(1885), + [anon_sym_LT_LT] = ACTIONS(1887), + [anon_sym_GT_GT] = ACTIONS(1887), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1887), + [sym__conjunction_operator_custom] = ACTIONS(1887), + [sym__disjunction_operator_custom] = ACTIONS(1887), + [sym__nil_coalescing_operator_custom] = ACTIONS(1887), + [sym__eq_custom] = ACTIONS(1887), + [sym__eq_eq_custom] = ACTIONS(1887), + [sym__plus_then_ws] = ACTIONS(1887), + [sym__minus_then_ws] = ACTIONS(1887), + [sym__bang_custom] = ACTIONS(1887), + [sym_where_keyword] = ACTIONS(1887), + [sym__as_custom] = ACTIONS(1887), + [sym__as_quest_custom] = ACTIONS(1887), + [sym__as_bang_custom] = ACTIONS(1887), + [sym__custom_operator] = ACTIONS(1887), + }, + [STATE(1555)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [aux_sym_tuple_expression_repeat1] = STATE(8523), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_RPAREN] = ACTIONS(3923), + [anon_sym_COMMA] = ACTIONS(3925), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(3678), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1556)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [aux_sym_tuple_expression_repeat1] = STATE(8206), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_RPAREN] = ACTIONS(3927), + [anon_sym_COMMA] = ACTIONS(3929), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(3678), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1557)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [aux_sym_playground_literal_repeat1] = STATE(8284), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_RPAREN] = ACTIONS(3931), + [anon_sym_COMMA] = ACTIONS(3933), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(3678), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1558)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [aux_sym_enum_type_parameters_repeat1] = STATE(7931), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_RPAREN] = ACTIONS(3935), + [anon_sym_COMMA] = ACTIONS(3866), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(3678), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1559)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [aux_sym_enum_type_parameters_repeat1] = STATE(7815), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_RPAREN] = ACTIONS(3937), + [anon_sym_COMMA] = ACTIONS(3866), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(3678), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1560)] = { + [sym_simple_identifier] = STATE(3837), + [sym__contextual_simple_identifier] = STATE(3868), + [sym_unannotated_type] = STATE(3823), + [sym_user_type] = STATE(3867), + [sym__simple_user_type] = STATE(3847), + [sym_tuple_type] = STATE(3653), + [sym_function_type] = STATE(3942), + [sym_array_type] = STATE(3867), + [sym_dictionary_type] = STATE(3867), + [sym_optional_type] = STATE(3942), + [sym_metatype] = STATE(3942), + [sym_opaque_type] = STATE(3942), + [sym_existential_type] = STATE(3942), + [sym_type_parameter_pack] = STATE(3942), + [sym_type_pack_expansion] = STATE(3942), + [sym_protocol_composition_type] = STATE(3942), + [sym_suppressed_constraint] = STATE(3942), + [sym__parenthesized_type] = STATE(3910), + [sym__parameter_ownership_modifier] = STATE(3868), + [sym_comment] = ACTIONS(5), + [aux_sym_simple_identifier_token1] = ACTIONS(3902), + [aux_sym_simple_identifier_token2] = ACTIONS(3904), + [aux_sym_simple_identifier_token3] = ACTIONS(3904), + [aux_sym_simple_identifier_token4] = ACTIONS(3904), + [anon_sym_actor] = ACTIONS(3902), + [anon_sym_async] = ACTIONS(3902), + [anon_sym_each] = ACTIONS(3906), + [anon_sym_lazy] = ACTIONS(3908), + [anon_sym_repeat] = ACTIONS(3911), + [anon_sym_package] = ACTIONS(3908), + [anon_sym_LPAREN] = ACTIONS(3913), + [anon_sym_LBRACK] = ACTIONS(3915), + [anon_sym_DOT] = ACTIONS(619), + [anon_sym_QMARK2] = ACTIONS(619), + [anon_sym_some] = ACTIONS(3917), + [anon_sym_any] = ACTIONS(3919), + [anon_sym_AMP] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(3921), + [anon_sym_LT] = ACTIONS(619), + [anon_sym_RBRACE] = ACTIONS(619), + [anon_sym_case] = ACTIONS(625), + [anon_sym_fallthrough] = ACTIONS(625), + [anon_sym_class] = ACTIONS(625), + [anon_sym_prefix] = ACTIONS(625), + [anon_sym_infix] = ACTIONS(625), + [anon_sym_postfix] = ACTIONS(625), + [anon_sym_AT] = ACTIONS(625), + [anon_sym_override] = ACTIONS(625), + [anon_sym_convenience] = ACTIONS(625), + [anon_sym_required] = ACTIONS(625), + [anon_sym_nonisolated] = ACTIONS(625), + [anon_sym_public] = ACTIONS(625), + [anon_sym_private] = ACTIONS(625), + [anon_sym_internal] = ACTIONS(625), + [anon_sym_fileprivate] = ACTIONS(625), + [anon_sym_open] = ACTIONS(625), + [anon_sym_mutating] = ACTIONS(625), + [anon_sym_nonmutating] = ACTIONS(625), + [anon_sym_static] = ACTIONS(625), + [anon_sym_dynamic] = ACTIONS(625), + [anon_sym_optional] = ACTIONS(625), + [anon_sym_distributed] = ACTIONS(625), + [anon_sym_final] = ACTIONS(625), + [anon_sym_inout] = ACTIONS(625), + [anon_sym_ATescaping] = ACTIONS(619), + [anon_sym_ATautoclosure] = ACTIONS(619), + [anon_sym_weak] = ACTIONS(625), + [anon_sym_unowned] = ACTIONS(625), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(619), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(619), + [anon_sym_borrowing] = ACTIONS(3908), + [anon_sym_consuming] = ACTIONS(3908), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(619), + [sym__explicit_semi] = ACTIONS(619), + [sym__arrow_operator_custom] = ACTIONS(619), + [sym__dot_custom] = ACTIONS(619), + [sym__throws_keyword] = ACTIONS(619), + [sym__rethrows_keyword] = ACTIONS(619), + [sym_default_keyword] = ACTIONS(619), + [sym__async_keyword_custom] = ACTIONS(619), + }, + [STATE(1561)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_RPAREN] = ACTIONS(3939), + [anon_sym_COMMA] = ACTIONS(3939), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_RBRACK] = ACTIONS(3939), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(3678), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1562)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [aux_sym_tuple_expression_repeat1] = STATE(8425), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_RPAREN] = ACTIONS(3941), + [anon_sym_COMMA] = ACTIONS(3943), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(3678), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1563)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [aux_sym_playground_literal_repeat1] = STATE(8451), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_RPAREN] = ACTIONS(3945), + [anon_sym_COMMA] = ACTIONS(3947), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(3678), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1564)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [aux_sym_tuple_expression_repeat1] = STATE(8491), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_RPAREN] = ACTIONS(3949), + [anon_sym_COMMA] = ACTIONS(3951), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(3678), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1565)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [aux_sym_playground_literal_repeat1] = STATE(7745), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_RPAREN] = ACTIONS(3953), + [anon_sym_COMMA] = ACTIONS(3955), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(3678), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1566)] = { + [sym__quest] = STATE(665), + [sym__immediate_quest] = STATE(3794), + [sym__range_operator] = STATE(468), + [sym_custom_operator] = STATE(469), + [sym_navigation_suffix] = STATE(3676), + [sym_call_suffix] = STATE(3671), + [sym__fn_call_lambda_arguments] = STATE(3672), + [sym_value_arguments] = STATE(2945), + [sym_expr_hack_at_ternary_binary_call_suffix] = STATE(3733), + [sym_lambda_literal] = STATE(1754), + [sym__equality_operator] = STATE(470), + [sym__comparison_operator] = STATE(471), + [sym__three_dot_operator] = STATE(1330), + [sym__open_ended_range_operator] = STATE(468), + [sym__is_operator] = STATE(4294), + [sym__additive_operator] = STATE(633), + [sym__multiplicative_operator] = STATE(634), + [sym_as_operator] = STATE(4296), + [sym__bitwise_binary_operator] = STATE(472), + [sym__postfix_unary_operator] = STATE(3675), + [sym__eq_eq] = STATE(470), + [sym__dot] = STATE(5563), + [sym__conjunction_operator] = STATE(473), + [sym__disjunction_operator] = STATE(474), + [sym__nil_coalescing_operator] = STATE(475), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(3675), + [anon_sym_BANG] = ACTIONS(3957), + [sym_comment] = ACTIONS(3), + [anon_sym_COMMA] = ACTIONS(1807), + [anon_sym_LPAREN] = ACTIONS(3959), + [anon_sym_LBRACK] = ACTIONS(3961), + [anon_sym_QMARK] = ACTIONS(1813), + [anon_sym_QMARK2] = ACTIONS(3963), + [anon_sym_AMP] = ACTIONS(3965), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3967), + [anon_sym_GT] = ACTIONS(3967), + [anon_sym_LBRACE] = ACTIONS(1807), + [anon_sym_CARET_LBRACE] = ACTIONS(1807), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3969), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3971), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3971), + [anon_sym_LT_EQ] = ACTIONS(3973), + [anon_sym_GT_EQ] = ACTIONS(3973), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1205), + [anon_sym_DOT_DOT_LT] = ACTIONS(3975), + [anon_sym_is] = ACTIONS(3977), + [anon_sym_PLUS] = ACTIONS(3979), + [anon_sym_DASH] = ACTIONS(3979), + [anon_sym_STAR] = ACTIONS(3981), + [anon_sym_SLASH] = ACTIONS(3981), + [anon_sym_PERCENT] = ACTIONS(3981), + [anon_sym_PLUS_PLUS] = ACTIONS(3983), + [anon_sym_DASH_DASH] = ACTIONS(3983), + [anon_sym_PIPE] = ACTIONS(3965), + [anon_sym_CARET] = ACTIONS(3985), + [anon_sym_LT_LT] = ACTIONS(3965), + [anon_sym_GT_GT] = ACTIONS(3965), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(3987), + [sym__conjunction_operator_custom] = ACTIONS(3989), + [sym__disjunction_operator_custom] = ACTIONS(3991), + [sym__nil_coalescing_operator_custom] = ACTIONS(3993), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3971), + [sym__plus_then_ws] = ACTIONS(3995), + [sym__minus_then_ws] = ACTIONS(3995), + [sym__bang_custom] = ACTIONS(3997), + [sym_else] = ACTIONS(1807), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1567)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [aux_sym_tuple_expression_repeat1] = STATE(8539), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_RPAREN] = ACTIONS(3999), + [anon_sym_COMMA] = ACTIONS(4001), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(3678), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1568)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [aux_sym_playground_literal_repeat1] = STATE(7958), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_RPAREN] = ACTIONS(4003), + [anon_sym_COMMA] = ACTIONS(4005), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(3678), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1569)] = { + [sym__quest] = STATE(682), + [sym__immediate_quest] = STATE(3441), + [sym__range_operator] = STATE(452), + [sym_custom_operator] = STATE(410), + [sym_navigation_suffix] = STATE(3442), + [sym_call_suffix] = STATE(3443), + [sym__fn_call_lambda_arguments] = STATE(3444), + [sym_value_arguments] = STATE(2747), + [sym_lambda_literal] = STATE(1741), + [sym__equality_operator] = STATE(446), + [sym__comparison_operator] = STATE(458), + [sym__three_dot_operator] = STATE(1219), + [sym__open_ended_range_operator] = STATE(452), + [sym__is_operator] = STATE(4403), + [sym__additive_operator] = STATE(652), + [sym__multiplicative_operator] = STATE(655), + [sym_as_operator] = STATE(4404), + [sym__bitwise_binary_operator] = STATE(459), + [sym__postfix_unary_operator] = STATE(3450), + [sym__eq_eq] = STATE(446), + [sym__dot] = STATE(5480), + [sym__conjunction_operator] = STATE(482), + [sym__disjunction_operator] = STATE(496), + [sym__nil_coalescing_operator] = STATE(402), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(3450), + [anon_sym_BANG] = ACTIONS(3698), + [sym_comment] = ACTIONS(3), + [anon_sym_COMMA] = ACTIONS(1857), + [anon_sym_LPAREN] = ACTIONS(3700), + [anon_sym_LBRACK] = ACTIONS(3702), + [anon_sym_QMARK] = ACTIONS(3704), + [anon_sym_QMARK2] = ACTIONS(3706), + [anon_sym_AMP] = ACTIONS(3708), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3710), + [anon_sym_GT] = ACTIONS(3710), + [anon_sym_LBRACE] = ACTIONS(3712), + [anon_sym_CARET_LBRACE] = ACTIONS(3712), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3714), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3716), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3716), + [anon_sym_LT_EQ] = ACTIONS(3718), + [anon_sym_GT_EQ] = ACTIONS(3718), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1125), + [anon_sym_DOT_DOT_LT] = ACTIONS(3720), + [anon_sym_is] = ACTIONS(3722), + [anon_sym_PLUS] = ACTIONS(3724), + [anon_sym_DASH] = ACTIONS(3724), + [anon_sym_STAR] = ACTIONS(3726), + [anon_sym_SLASH] = ACTIONS(3726), + [anon_sym_PERCENT] = ACTIONS(3726), + [anon_sym_PLUS_PLUS] = ACTIONS(3728), + [anon_sym_DASH_DASH] = ACTIONS(3728), + [anon_sym_PIPE] = ACTIONS(3708), + [anon_sym_CARET] = ACTIONS(3730), + [anon_sym_LT_LT] = ACTIONS(3708), + [anon_sym_GT_GT] = ACTIONS(3708), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(3732), + [sym__conjunction_operator_custom] = ACTIONS(3734), + [sym__disjunction_operator_custom] = ACTIONS(3736), + [sym__nil_coalescing_operator_custom] = ACTIONS(3738), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3716), + [sym__plus_then_ws] = ACTIONS(3740), + [sym__minus_then_ws] = ACTIONS(3740), + [sym__bang_custom] = ACTIONS(3742), + [sym_where_keyword] = ACTIONS(1857), + [sym_else] = ACTIONS(1857), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1570)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [aux_sym_playground_literal_repeat1] = STATE(8552), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_RPAREN] = ACTIONS(4007), + [anon_sym_COMMA] = ACTIONS(4009), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(3678), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1571)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [aux_sym_tuple_expression_repeat1] = STATE(7725), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_RPAREN] = ACTIONS(4011), + [anon_sym_COMMA] = ACTIONS(4013), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(3678), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1572)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [aux_sym_tuple_expression_repeat1] = STATE(7761), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_RPAREN] = ACTIONS(4015), + [anon_sym_COMMA] = ACTIONS(4017), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(3678), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1573)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [aux_sym_playground_literal_repeat1] = STATE(7770), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_RPAREN] = ACTIONS(4019), + [anon_sym_COMMA] = ACTIONS(4021), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(3678), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1574)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [aux_sym_tuple_expression_repeat1] = STATE(8044), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_RPAREN] = ACTIONS(4023), + [anon_sym_COMMA] = ACTIONS(4025), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(3678), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1575)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_RPAREN] = ACTIONS(4027), + [anon_sym_COMMA] = ACTIONS(4027), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_RBRACK] = ACTIONS(4027), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(3678), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1576)] = { + [sym__quest] = STATE(370), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [aux_sym_tuple_expression_repeat1] = STATE(8044), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_RPAREN] = ACTIONS(3838), + [anon_sym_COMMA] = ACTIONS(3838), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_QMARK] = ACTIONS(3872), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(3678), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1577)] = { + [sym__quest] = STATE(370), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [aux_sym_tuple_expression_repeat1] = STATE(8476), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_RPAREN] = ACTIONS(3838), + [anon_sym_COMMA] = ACTIONS(3838), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_QMARK] = ACTIONS(3872), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(3678), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1578)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [aux_sym_switch_entry_repeat1] = STATE(8442), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_COMMA] = ACTIONS(3874), + [anon_sym_COLON] = ACTIONS(4029), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(3678), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1579)] = { + [sym__quest] = STATE(673), + [sym__immediate_quest] = STATE(3665), + [sym__range_operator] = STATE(493), + [sym_custom_operator] = STATE(399), + [sym_navigation_suffix] = STATE(3101), + [sym_call_suffix] = STATE(3103), + [sym__fn_call_lambda_arguments] = STATE(3104), + [sym_value_arguments] = STATE(2707), + [sym_lambda_literal] = STATE(1729), + [sym__equality_operator] = STATE(497), + [sym__comparison_operator] = STATE(498), + [sym__three_dot_operator] = STATE(1181), + [sym__open_ended_range_operator] = STATE(493), + [sym__is_operator] = STATE(4385), + [sym__additive_operator] = STATE(688), + [sym__multiplicative_operator] = STATE(689), + [sym_as_operator] = STATE(4386), + [sym__bitwise_binary_operator] = STATE(504), + [sym__postfix_unary_operator] = STATE(3114), + [sym__eq_eq] = STATE(497), + [sym__dot] = STATE(5641), + [sym__conjunction_operator] = STATE(505), + [sym__disjunction_operator] = STATE(508), + [sym__nil_coalescing_operator] = STATE(510), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(3114), + [anon_sym_BANG] = ACTIONS(1869), + [sym_comment] = ACTIONS(3), + [anon_sym_COMMA] = ACTIONS(1871), + [anon_sym_COLON] = ACTIONS(1871), + [anon_sym_LPAREN] = ACTIONS(1871), + [anon_sym_LBRACK] = ACTIONS(1871), + [anon_sym_QMARK] = ACTIONS(1869), + [anon_sym_QMARK2] = ACTIONS(1871), + [anon_sym_AMP] = ACTIONS(1871), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(1869), + [anon_sym_GT] = ACTIONS(1869), + [anon_sym_LBRACE] = ACTIONS(1871), + [anon_sym_CARET_LBRACE] = ACTIONS(1871), + [anon_sym_PLUS_EQ] = ACTIONS(1871), + [anon_sym_DASH_EQ] = ACTIONS(1871), + [anon_sym_STAR_EQ] = ACTIONS(1871), + [anon_sym_SLASH_EQ] = ACTIONS(1871), + [anon_sym_PERCENT_EQ] = ACTIONS(1871), + [anon_sym_BANG_EQ] = ACTIONS(1869), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1871), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1871), + [anon_sym_LT_EQ] = ACTIONS(1871), + [anon_sym_GT_EQ] = ACTIONS(1871), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1871), + [anon_sym_DOT_DOT_LT] = ACTIONS(1871), + [anon_sym_is] = ACTIONS(1871), + [anon_sym_PLUS] = ACTIONS(3780), + [anon_sym_DASH] = ACTIONS(3780), + [anon_sym_STAR] = ACTIONS(3782), + [anon_sym_SLASH] = ACTIONS(3782), + [anon_sym_PERCENT] = ACTIONS(3782), + [anon_sym_PLUS_PLUS] = ACTIONS(1871), + [anon_sym_DASH_DASH] = ACTIONS(1871), + [anon_sym_PIPE] = ACTIONS(1871), + [anon_sym_CARET] = ACTIONS(1869), + [anon_sym_LT_LT] = ACTIONS(1871), + [anon_sym_GT_GT] = ACTIONS(1871), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1871), + [sym__conjunction_operator_custom] = ACTIONS(1871), + [sym__disjunction_operator_custom] = ACTIONS(1871), + [sym__nil_coalescing_operator_custom] = ACTIONS(3794), + [sym__eq_custom] = ACTIONS(1871), + [sym__eq_eq_custom] = ACTIONS(1871), + [sym__plus_then_ws] = ACTIONS(3796), + [sym__minus_then_ws] = ACTIONS(3796), + [sym__bang_custom] = ACTIONS(1871), + [sym_where_keyword] = ACTIONS(1871), + [sym__as_custom] = ACTIONS(1871), + [sym__as_quest_custom] = ACTIONS(1871), + [sym__as_bang_custom] = ACTIONS(1871), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1580)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [aux_sym_playground_literal_repeat1] = STATE(8426), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_RPAREN] = ACTIONS(4031), + [anon_sym_COMMA] = ACTIONS(4033), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(3678), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1581)] = { + [sym__quest] = STATE(673), + [sym__immediate_quest] = STATE(3665), + [sym__range_operator] = STATE(493), + [sym_custom_operator] = STATE(399), + [sym_navigation_suffix] = STATE(3101), + [sym_call_suffix] = STATE(3103), + [sym__fn_call_lambda_arguments] = STATE(3104), + [sym_value_arguments] = STATE(2707), + [sym_lambda_literal] = STATE(1729), + [sym__equality_operator] = STATE(497), + [sym__comparison_operator] = STATE(498), + [sym__three_dot_operator] = STATE(1181), + [sym__open_ended_range_operator] = STATE(493), + [sym__is_operator] = STATE(4385), + [sym__additive_operator] = STATE(688), + [sym__multiplicative_operator] = STATE(689), + [sym_as_operator] = STATE(4386), + [sym__bitwise_binary_operator] = STATE(504), + [sym__postfix_unary_operator] = STATE(3114), + [sym__eq_eq] = STATE(497), + [sym__dot] = STATE(5641), + [sym__conjunction_operator] = STATE(505), + [sym__disjunction_operator] = STATE(508), + [sym__nil_coalescing_operator] = STATE(510), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(3114), + [anon_sym_BANG] = ACTIONS(1889), + [sym_comment] = ACTIONS(3), + [anon_sym_COMMA] = ACTIONS(1891), + [anon_sym_COLON] = ACTIONS(1891), + [anon_sym_LPAREN] = ACTIONS(1891), + [anon_sym_LBRACK] = ACTIONS(1891), + [anon_sym_QMARK] = ACTIONS(1889), + [anon_sym_QMARK2] = ACTIONS(1891), + [anon_sym_AMP] = ACTIONS(1891), + [aux_sym_custom_operator_token1] = ACTIONS(1891), + [anon_sym_LT] = ACTIONS(1889), + [anon_sym_GT] = ACTIONS(1889), + [anon_sym_LBRACE] = ACTIONS(1891), + [anon_sym_CARET_LBRACE] = ACTIONS(1891), + [anon_sym_PLUS_EQ] = ACTIONS(1891), + [anon_sym_DASH_EQ] = ACTIONS(1891), + [anon_sym_STAR_EQ] = ACTIONS(1891), + [anon_sym_SLASH_EQ] = ACTIONS(1891), + [anon_sym_PERCENT_EQ] = ACTIONS(1891), + [anon_sym_BANG_EQ] = ACTIONS(1889), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1891), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1891), + [anon_sym_LT_EQ] = ACTIONS(1891), + [anon_sym_GT_EQ] = ACTIONS(1891), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1891), + [anon_sym_DOT_DOT_LT] = ACTIONS(1891), + [anon_sym_is] = ACTIONS(1891), + [anon_sym_PLUS] = ACTIONS(1889), + [anon_sym_DASH] = ACTIONS(1889), + [anon_sym_STAR] = ACTIONS(1889), + [anon_sym_SLASH] = ACTIONS(1889), + [anon_sym_PERCENT] = ACTIONS(1889), + [anon_sym_PLUS_PLUS] = ACTIONS(1891), + [anon_sym_DASH_DASH] = ACTIONS(1891), + [anon_sym_PIPE] = ACTIONS(1891), + [anon_sym_CARET] = ACTIONS(1889), + [anon_sym_LT_LT] = ACTIONS(1891), + [anon_sym_GT_GT] = ACTIONS(1891), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1891), + [sym__conjunction_operator_custom] = ACTIONS(1891), + [sym__disjunction_operator_custom] = ACTIONS(1891), + [sym__nil_coalescing_operator_custom] = ACTIONS(1891), + [sym__eq_custom] = ACTIONS(1891), + [sym__eq_eq_custom] = ACTIONS(1891), + [sym__plus_then_ws] = ACTIONS(1891), + [sym__minus_then_ws] = ACTIONS(1891), + [sym__bang_custom] = ACTIONS(1891), + [sym_where_keyword] = ACTIONS(1891), + [sym__as_custom] = ACTIONS(1891), + [sym__as_quest_custom] = ACTIONS(1891), + [sym__as_bang_custom] = ACTIONS(1891), + [sym__custom_operator] = ACTIONS(1891), + }, + [STATE(1582)] = { + [sym__quest] = STATE(726), + [sym__immediate_quest] = STATE(2736), + [sym__range_operator] = STATE(407), + [sym_custom_operator] = STATE(408), + [sym_navigation_suffix] = STATE(2750), + [sym_call_suffix] = STATE(2759), + [sym__fn_call_lambda_arguments] = STATE(2762), + [sym_value_arguments] = STATE(2421), + [sym_lambda_literal] = STATE(1716), + [sym__equality_operator] = STATE(411), + [sym__comparison_operator] = STATE(440), + [sym__three_dot_operator] = STATE(1136), + [sym__open_ended_range_operator] = STATE(407), + [sym__is_operator] = STATE(4342), + [sym__additive_operator] = STATE(585), + [sym__multiplicative_operator] = STATE(646), + [sym_as_operator] = STATE(4566), + [sym__bitwise_binary_operator] = STATE(499), + [sym__postfix_unary_operator] = STATE(2821), + [sym__eq_eq] = STATE(411), + [sym__dot] = STATE(5511), + [sym__conjunction_operator] = STATE(404), + [sym__disjunction_operator] = STATE(405), + [sym__nil_coalescing_operator] = STATE(406), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(2821), + [anon_sym_BANG] = ACTIONS(3544), + [sym_comment] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(3546), + [anon_sym_LBRACK] = ACTIONS(3548), + [anon_sym_QMARK] = ACTIONS(3586), + [anon_sym_QMARK2] = ACTIONS(3550), + [anon_sym_AMP] = ACTIONS(3552), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3554), + [anon_sym_GT] = ACTIONS(3554), + [anon_sym_LBRACE] = ACTIONS(3590), + [anon_sym_CARET_LBRACE] = ACTIONS(3590), + [anon_sym_RBRACE] = ACTIONS(2073), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3556), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3558), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3558), + [anon_sym_LT_EQ] = ACTIONS(3560), + [anon_sym_GT_EQ] = ACTIONS(3560), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(3562), + [anon_sym_is] = ACTIONS(3564), + [anon_sym_PLUS] = ACTIONS(3566), + [anon_sym_DASH] = ACTIONS(3566), + [anon_sym_STAR] = ACTIONS(3568), + [anon_sym_SLASH] = ACTIONS(3568), + [anon_sym_PERCENT] = ACTIONS(3568), + [anon_sym_PLUS_PLUS] = ACTIONS(3570), + [anon_sym_DASH_DASH] = ACTIONS(3570), + [anon_sym_PIPE] = ACTIONS(3552), + [anon_sym_CARET] = ACTIONS(3572), + [anon_sym_LT_LT] = ACTIONS(3552), + [anon_sym_GT_GT] = ACTIONS(3552), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2073), + [sym__explicit_semi] = ACTIONS(2073), + [sym__dot_custom] = ACTIONS(3574), + [sym__conjunction_operator_custom] = ACTIONS(3576), + [sym__disjunction_operator_custom] = ACTIONS(3578), + [sym__nil_coalescing_operator_custom] = ACTIONS(3580), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3558), + [sym__plus_then_ws] = ACTIONS(3582), + [sym__minus_then_ws] = ACTIONS(3582), + [sym__bang_custom] = ACTIONS(3584), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1583)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [aux_sym_tuple_expression_repeat1] = STATE(8348), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_RPAREN] = ACTIONS(4035), + [anon_sym_COMMA] = ACTIONS(4037), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(3678), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1584)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_RPAREN] = ACTIONS(4039), + [anon_sym_COMMA] = ACTIONS(4039), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_RBRACK] = ACTIONS(4039), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(3678), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1585)] = { + [sym__quest] = STATE(370), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [aux_sym_tuple_expression_repeat1] = STATE(7960), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_RPAREN] = ACTIONS(3838), + [anon_sym_COMMA] = ACTIONS(3838), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_QMARK] = ACTIONS(3872), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(3678), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1586)] = { + [sym_type_arguments] = STATE(1595), + [anon_sym_BANG] = ACTIONS(2191), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(2191), + [aux_sym_simple_identifier_token2] = ACTIONS(2193), + [aux_sym_simple_identifier_token3] = ACTIONS(2193), + [aux_sym_simple_identifier_token4] = ACTIONS(2193), + [anon_sym_actor] = ACTIONS(2191), + [anon_sym_async] = ACTIONS(2191), + [anon_sym_each] = ACTIONS(2191), + [anon_sym_lazy] = ACTIONS(2191), + [anon_sym_repeat] = ACTIONS(2191), + [anon_sym_package] = ACTIONS(2191), + [anon_sym_nil] = ACTIONS(2191), + [sym_real_literal] = ACTIONS(2193), + [sym_integer_literal] = ACTIONS(2191), + [sym_hex_literal] = ACTIONS(2191), + [sym_oct_literal] = ACTIONS(2193), + [sym_bin_literal] = ACTIONS(2193), + [anon_sym_true] = ACTIONS(2191), + [anon_sym_false] = ACTIONS(2191), + [anon_sym_DQUOTE] = ACTIONS(2191), + [anon_sym_BSLASH] = ACTIONS(2193), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2193), + [sym__oneline_regex_literal] = ACTIONS(2191), + [anon_sym_LPAREN] = ACTIONS(2193), + [anon_sym_LBRACK] = ACTIONS(2193), + [anon_sym_AMP] = ACTIONS(2193), + [anon_sym_TILDE] = ACTIONS(2193), + [anon_sym_if] = ACTIONS(2191), + [anon_sym_switch] = ACTIONS(2191), + [aux_sym_custom_operator_token1] = ACTIONS(2193), + [anon_sym_LT] = ACTIONS(4041), + [anon_sym_GT] = ACTIONS(2191), + [anon_sym_await] = ACTIONS(2191), + [anon_sym_LBRACE] = ACTIONS(2193), + [anon_sym_CARET_LBRACE] = ACTIONS(2193), + [anon_sym_self] = ACTIONS(2191), + [anon_sym_super] = ACTIONS(2191), + [anon_sym_try] = ACTIONS(2191), + [anon_sym_PLUS_EQ] = ACTIONS(2193), + [anon_sym_DASH_EQ] = ACTIONS(2193), + [anon_sym_STAR_EQ] = ACTIONS(2193), + [anon_sym_SLASH_EQ] = ACTIONS(2193), + [anon_sym_PERCENT_EQ] = ACTIONS(2193), + [anon_sym_BANG_EQ] = ACTIONS(2191), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2193), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2193), + [anon_sym_LT_EQ] = ACTIONS(2193), + [anon_sym_GT_EQ] = ACTIONS(2193), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2193), + [anon_sym_DOT_DOT_LT] = ACTIONS(2193), + [anon_sym_PLUS] = ACTIONS(2191), + [anon_sym_DASH] = ACTIONS(2191), + [anon_sym_STAR] = ACTIONS(2191), + [anon_sym_SLASH] = ACTIONS(2191), + [anon_sym_PERCENT] = ACTIONS(2191), + [anon_sym_PLUS_PLUS] = ACTIONS(2193), + [anon_sym_DASH_DASH] = ACTIONS(2193), + [anon_sym_PIPE] = ACTIONS(2193), + [anon_sym_CARET] = ACTIONS(2191), + [anon_sym_LT_LT] = ACTIONS(2193), + [anon_sym_GT_GT] = ACTIONS(2193), + [anon_sym_AT] = ACTIONS(2193), + [anon_sym_borrowing] = ACTIONS(2191), + [anon_sym_consuming] = ACTIONS(2191), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(2193), + [sym_raw_str_end_part] = ACTIONS(2193), + [sym__dot_custom] = ACTIONS(2193), + [sym__eq_custom] = ACTIONS(2193), + [sym__eq_eq_custom] = ACTIONS(2193), + [sym__plus_then_ws] = ACTIONS(2193), + [sym__minus_then_ws] = ACTIONS(2193), + [sym__bang_custom] = ACTIONS(2193), + [sym__custom_operator] = ACTIONS(2193), + [sym__hash_symbol_custom] = ACTIONS(2193), + [sym__directive_if] = ACTIONS(2193), + [sym__directive_elseif] = ACTIONS(2193), + [sym__directive_else] = ACTIONS(2193), + [sym__directive_endif] = ACTIONS(2193), + }, + [STATE(1587)] = { + [sym__quest] = STATE(726), + [sym__immediate_quest] = STATE(2736), + [sym__range_operator] = STATE(407), + [sym_custom_operator] = STATE(408), + [sym_navigation_suffix] = STATE(2750), + [sym_call_suffix] = STATE(2759), + [sym__fn_call_lambda_arguments] = STATE(2762), + [sym_value_arguments] = STATE(2421), + [sym_lambda_literal] = STATE(1716), + [sym__equality_operator] = STATE(411), + [sym__comparison_operator] = STATE(440), + [sym__three_dot_operator] = STATE(1136), + [sym__open_ended_range_operator] = STATE(407), + [sym__is_operator] = STATE(4342), + [sym__additive_operator] = STATE(585), + [sym__multiplicative_operator] = STATE(646), + [sym_as_operator] = STATE(4566), + [sym__bitwise_binary_operator] = STATE(499), + [sym__postfix_unary_operator] = STATE(2821), + [sym__eq_eq] = STATE(411), + [sym__dot] = STATE(5511), + [sym__conjunction_operator] = STATE(404), + [sym__disjunction_operator] = STATE(405), + [sym__nil_coalescing_operator] = STATE(406), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(2821), + [anon_sym_BANG] = ACTIONS(3544), + [sym_comment] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(3546), + [anon_sym_LBRACK] = ACTIONS(3548), + [anon_sym_QMARK] = ACTIONS(3586), + [anon_sym_QMARK2] = ACTIONS(3550), + [anon_sym_AMP] = ACTIONS(3552), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3554), + [anon_sym_GT] = ACTIONS(3554), + [anon_sym_LBRACE] = ACTIONS(3590), + [anon_sym_CARET_LBRACE] = ACTIONS(3590), + [anon_sym_RBRACE] = ACTIONS(2077), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3556), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3558), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3558), + [anon_sym_LT_EQ] = ACTIONS(3560), + [anon_sym_GT_EQ] = ACTIONS(3560), + [anon_sym_DOT_DOT_DOT] = ACTIONS(71), + [anon_sym_DOT_DOT_LT] = ACTIONS(3562), + [anon_sym_is] = ACTIONS(3564), + [anon_sym_PLUS] = ACTIONS(3566), + [anon_sym_DASH] = ACTIONS(3566), + [anon_sym_STAR] = ACTIONS(3568), + [anon_sym_SLASH] = ACTIONS(3568), + [anon_sym_PERCENT] = ACTIONS(3568), + [anon_sym_PLUS_PLUS] = ACTIONS(3570), + [anon_sym_DASH_DASH] = ACTIONS(3570), + [anon_sym_PIPE] = ACTIONS(3552), + [anon_sym_CARET] = ACTIONS(3572), + [anon_sym_LT_LT] = ACTIONS(3552), + [anon_sym_GT_GT] = ACTIONS(3552), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2077), + [sym__explicit_semi] = ACTIONS(2077), + [sym__dot_custom] = ACTIONS(3574), + [sym__conjunction_operator_custom] = ACTIONS(3576), + [sym__disjunction_operator_custom] = ACTIONS(3578), + [sym__nil_coalescing_operator_custom] = ACTIONS(3580), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3558), + [sym__plus_then_ws] = ACTIONS(3582), + [sym__minus_then_ws] = ACTIONS(3582), + [sym__bang_custom] = ACTIONS(3584), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1588)] = { + [sym__quest] = STATE(673), + [sym__immediate_quest] = STATE(3665), + [sym__range_operator] = STATE(493), + [sym_custom_operator] = STATE(399), + [sym_navigation_suffix] = STATE(3101), + [sym_call_suffix] = STATE(3103), + [sym__fn_call_lambda_arguments] = STATE(3104), + [sym_value_arguments] = STATE(2707), + [sym_lambda_literal] = STATE(1729), + [sym__equality_operator] = STATE(497), + [sym__comparison_operator] = STATE(498), + [sym__three_dot_operator] = STATE(1181), + [sym__open_ended_range_operator] = STATE(493), + [sym__is_operator] = STATE(4385), + [sym__additive_operator] = STATE(688), + [sym__multiplicative_operator] = STATE(689), + [sym_as_operator] = STATE(4386), + [sym__bitwise_binary_operator] = STATE(504), + [sym__postfix_unary_operator] = STATE(3114), + [sym__eq_eq] = STATE(497), + [sym__dot] = STATE(5641), + [sym__conjunction_operator] = STATE(505), + [sym__disjunction_operator] = STATE(508), + [sym__nil_coalescing_operator] = STATE(510), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(3114), + [anon_sym_BANG] = ACTIONS(3758), + [sym_comment] = ACTIONS(3), + [anon_sym_COMMA] = ACTIONS(1865), + [anon_sym_COLON] = ACTIONS(1865), + [anon_sym_LPAREN] = ACTIONS(1865), + [anon_sym_LBRACK] = ACTIONS(1865), + [anon_sym_QMARK] = ACTIONS(1867), + [anon_sym_QMARK2] = ACTIONS(1865), + [anon_sym_AMP] = ACTIONS(1865), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(1867), + [anon_sym_GT] = ACTIONS(1867), + [anon_sym_LBRACE] = ACTIONS(1865), + [anon_sym_CARET_LBRACE] = ACTIONS(1865), + [anon_sym_PLUS_EQ] = ACTIONS(1865), + [anon_sym_DASH_EQ] = ACTIONS(1865), + [anon_sym_STAR_EQ] = ACTIONS(1865), + [anon_sym_SLASH_EQ] = ACTIONS(1865), + [anon_sym_PERCENT_EQ] = ACTIONS(1865), + [anon_sym_BANG_EQ] = ACTIONS(3770), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3772), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3772), + [anon_sym_LT_EQ] = ACTIONS(1865), + [anon_sym_GT_EQ] = ACTIONS(1865), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1865), + [anon_sym_DOT_DOT_LT] = ACTIONS(1865), + [anon_sym_is] = ACTIONS(3778), + [anon_sym_PLUS] = ACTIONS(3780), + [anon_sym_DASH] = ACTIONS(3780), + [anon_sym_STAR] = ACTIONS(3782), + [anon_sym_SLASH] = ACTIONS(3782), + [anon_sym_PERCENT] = ACTIONS(3782), + [anon_sym_PLUS_PLUS] = ACTIONS(3784), + [anon_sym_DASH_DASH] = ACTIONS(3784), + [anon_sym_PIPE] = ACTIONS(1865), + [anon_sym_CARET] = ACTIONS(1867), + [anon_sym_LT_LT] = ACTIONS(1865), + [anon_sym_GT_GT] = ACTIONS(1865), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1865), + [sym__conjunction_operator_custom] = ACTIONS(3790), + [sym__disjunction_operator_custom] = ACTIONS(3792), + [sym__nil_coalescing_operator_custom] = ACTIONS(3794), + [sym__eq_custom] = ACTIONS(1865), + [sym__eq_eq_custom] = ACTIONS(3772), + [sym__plus_then_ws] = ACTIONS(3796), + [sym__minus_then_ws] = ACTIONS(3796), + [sym__bang_custom] = ACTIONS(3798), + [sym_where_keyword] = ACTIONS(1865), + [sym__as_custom] = ACTIONS(1865), + [sym__as_quest_custom] = ACTIONS(1865), + [sym__as_bang_custom] = ACTIONS(1865), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1589)] = { + [sym__quest] = STATE(673), + [sym__immediate_quest] = STATE(3665), + [sym__range_operator] = STATE(493), + [sym_custom_operator] = STATE(399), + [sym_navigation_suffix] = STATE(3101), + [sym_call_suffix] = STATE(3103), + [sym__fn_call_lambda_arguments] = STATE(3104), + [sym_value_arguments] = STATE(2707), + [sym_lambda_literal] = STATE(1729), + [sym__equality_operator] = STATE(497), + [sym__comparison_operator] = STATE(498), + [sym__three_dot_operator] = STATE(1181), + [sym__open_ended_range_operator] = STATE(493), + [sym__is_operator] = STATE(4385), + [sym__additive_operator] = STATE(688), + [sym__multiplicative_operator] = STATE(689), + [sym_as_operator] = STATE(4386), + [sym__bitwise_binary_operator] = STATE(504), + [sym__postfix_unary_operator] = STATE(3114), + [sym__eq_eq] = STATE(497), + [sym__dot] = STATE(5641), + [sym__conjunction_operator] = STATE(505), + [sym__disjunction_operator] = STATE(508), + [sym__nil_coalescing_operator] = STATE(510), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(3114), + [anon_sym_BANG] = ACTIONS(3758), + [sym_comment] = ACTIONS(3), + [anon_sym_COMMA] = ACTIONS(1873), + [anon_sym_COLON] = ACTIONS(1873), + [anon_sym_LPAREN] = ACTIONS(1873), + [anon_sym_LBRACK] = ACTIONS(1873), + [anon_sym_QMARK] = ACTIONS(1875), + [anon_sym_QMARK2] = ACTIONS(1873), + [anon_sym_AMP] = ACTIONS(1873), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(1875), + [anon_sym_GT] = ACTIONS(1875), + [anon_sym_LBRACE] = ACTIONS(1873), + [anon_sym_CARET_LBRACE] = ACTIONS(1873), + [anon_sym_PLUS_EQ] = ACTIONS(1873), + [anon_sym_DASH_EQ] = ACTIONS(1873), + [anon_sym_STAR_EQ] = ACTIONS(1873), + [anon_sym_SLASH_EQ] = ACTIONS(1873), + [anon_sym_PERCENT_EQ] = ACTIONS(1873), + [anon_sym_BANG_EQ] = ACTIONS(3770), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3772), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3772), + [anon_sym_LT_EQ] = ACTIONS(1873), + [anon_sym_GT_EQ] = ACTIONS(1873), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1873), + [anon_sym_DOT_DOT_LT] = ACTIONS(1873), + [anon_sym_is] = ACTIONS(3778), + [anon_sym_PLUS] = ACTIONS(3780), + [anon_sym_DASH] = ACTIONS(3780), + [anon_sym_STAR] = ACTIONS(3782), + [anon_sym_SLASH] = ACTIONS(3782), + [anon_sym_PERCENT] = ACTIONS(3782), + [anon_sym_PLUS_PLUS] = ACTIONS(3784), + [anon_sym_DASH_DASH] = ACTIONS(3784), + [anon_sym_PIPE] = ACTIONS(1873), + [anon_sym_CARET] = ACTIONS(1875), + [anon_sym_LT_LT] = ACTIONS(1873), + [anon_sym_GT_GT] = ACTIONS(1873), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1873), + [sym__conjunction_operator_custom] = ACTIONS(3790), + [sym__disjunction_operator_custom] = ACTIONS(3792), + [sym__nil_coalescing_operator_custom] = ACTIONS(3794), + [sym__eq_custom] = ACTIONS(1873), + [sym__eq_eq_custom] = ACTIONS(3772), + [sym__plus_then_ws] = ACTIONS(3796), + [sym__minus_then_ws] = ACTIONS(3796), + [sym__bang_custom] = ACTIONS(3798), + [sym_where_keyword] = ACTIONS(1873), + [sym__as_custom] = ACTIONS(1873), + [sym__as_quest_custom] = ACTIONS(1873), + [sym__as_bang_custom] = ACTIONS(1873), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1590)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [aux_sym_tuple_expression_repeat1] = STATE(8362), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_RPAREN] = ACTIONS(4043), + [anon_sym_COMMA] = ACTIONS(4045), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(3678), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1591)] = { + [sym__quest] = STATE(665), + [sym__immediate_quest] = STATE(3794), + [sym__range_operator] = STATE(468), + [sym_custom_operator] = STATE(469), + [sym_navigation_suffix] = STATE(3676), + [sym_call_suffix] = STATE(3671), + [sym__fn_call_lambda_arguments] = STATE(3672), + [sym_value_arguments] = STATE(2898), + [sym_lambda_literal] = STATE(1754), + [sym__equality_operator] = STATE(470), + [sym__comparison_operator] = STATE(471), + [sym__three_dot_operator] = STATE(1330), + [sym__open_ended_range_operator] = STATE(468), + [sym__is_operator] = STATE(4294), + [sym__additive_operator] = STATE(633), + [sym__multiplicative_operator] = STATE(634), + [sym_as_operator] = STATE(4296), + [sym__bitwise_binary_operator] = STATE(472), + [sym__postfix_unary_operator] = STATE(3675), + [sym__eq_eq] = STATE(470), + [sym__dot] = STATE(5563), + [sym__conjunction_operator] = STATE(473), + [sym__disjunction_operator] = STATE(474), + [sym__nil_coalescing_operator] = STATE(475), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(3675), + [anon_sym_BANG] = ACTIONS(1889), + [sym_comment] = ACTIONS(3), + [anon_sym_COMMA] = ACTIONS(1891), + [anon_sym_LPAREN] = ACTIONS(1891), + [anon_sym_LBRACK] = ACTIONS(1891), + [anon_sym_QMARK] = ACTIONS(1889), + [anon_sym_QMARK2] = ACTIONS(1891), + [anon_sym_AMP] = ACTIONS(1891), + [aux_sym_custom_operator_token1] = ACTIONS(1891), + [anon_sym_LT] = ACTIONS(1889), + [anon_sym_GT] = ACTIONS(1889), + [anon_sym_LBRACE] = ACTIONS(1891), + [anon_sym_CARET_LBRACE] = ACTIONS(1891), + [anon_sym_PLUS_EQ] = ACTIONS(1891), + [anon_sym_DASH_EQ] = ACTIONS(1891), + [anon_sym_STAR_EQ] = ACTIONS(1891), + [anon_sym_SLASH_EQ] = ACTIONS(1891), + [anon_sym_PERCENT_EQ] = ACTIONS(1891), + [anon_sym_BANG_EQ] = ACTIONS(1889), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1891), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1891), + [anon_sym_LT_EQ] = ACTIONS(1891), + [anon_sym_GT_EQ] = ACTIONS(1891), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1891), + [anon_sym_DOT_DOT_LT] = ACTIONS(1891), + [anon_sym_is] = ACTIONS(1891), + [anon_sym_PLUS] = ACTIONS(1889), + [anon_sym_DASH] = ACTIONS(1889), + [anon_sym_STAR] = ACTIONS(1889), + [anon_sym_SLASH] = ACTIONS(1889), + [anon_sym_PERCENT] = ACTIONS(1889), + [anon_sym_PLUS_PLUS] = ACTIONS(1891), + [anon_sym_DASH_DASH] = ACTIONS(1891), + [anon_sym_PIPE] = ACTIONS(1891), + [anon_sym_CARET] = ACTIONS(1889), + [anon_sym_LT_LT] = ACTIONS(1891), + [anon_sym_GT_GT] = ACTIONS(1891), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1891), + [sym__conjunction_operator_custom] = ACTIONS(1891), + [sym__disjunction_operator_custom] = ACTIONS(1891), + [sym__nil_coalescing_operator_custom] = ACTIONS(1891), + [sym__eq_custom] = ACTIONS(1891), + [sym__eq_eq_custom] = ACTIONS(1891), + [sym__plus_then_ws] = ACTIONS(1891), + [sym__minus_then_ws] = ACTIONS(1891), + [sym__bang_custom] = ACTIONS(1891), + [sym_else] = ACTIONS(1891), + [sym__as_custom] = ACTIONS(1891), + [sym__as_quest_custom] = ACTIONS(1891), + [sym__as_bang_custom] = ACTIONS(1891), + [sym__custom_operator] = ACTIONS(1891), + }, + [STATE(1592)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_COMMA] = ACTIONS(4047), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_RBRACK] = ACTIONS(4047), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(3678), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1593)] = { + [anon_sym_BANG] = ACTIONS(4049), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(4049), + [aux_sym_simple_identifier_token2] = ACTIONS(4051), + [aux_sym_simple_identifier_token3] = ACTIONS(4051), + [aux_sym_simple_identifier_token4] = ACTIONS(4051), + [anon_sym_actor] = ACTIONS(4049), + [anon_sym_async] = ACTIONS(4049), + [anon_sym_each] = ACTIONS(4049), + [anon_sym_lazy] = ACTIONS(4049), + [anon_sym_repeat] = ACTIONS(4049), + [anon_sym_package] = ACTIONS(4049), + [anon_sym_nil] = ACTIONS(4049), + [sym_real_literal] = ACTIONS(4051), + [sym_integer_literal] = ACTIONS(4049), + [sym_hex_literal] = ACTIONS(4049), + [sym_oct_literal] = ACTIONS(4051), + [sym_bin_literal] = ACTIONS(4051), + [anon_sym_true] = ACTIONS(4049), + [anon_sym_false] = ACTIONS(4049), + [anon_sym_DQUOTE] = ACTIONS(4049), + [anon_sym_BSLASH] = ACTIONS(4051), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(4051), + [sym__oneline_regex_literal] = ACTIONS(4049), + [anon_sym_LPAREN] = ACTIONS(4051), + [anon_sym_LBRACK] = ACTIONS(4051), + [anon_sym_AMP] = ACTIONS(4051), + [anon_sym_TILDE] = ACTIONS(4051), + [anon_sym_if] = ACTIONS(4049), + [anon_sym_switch] = ACTIONS(4049), + [aux_sym_custom_operator_token1] = ACTIONS(4051), + [anon_sym_LT] = ACTIONS(4049), + [anon_sym_GT] = ACTIONS(4049), + [anon_sym_await] = ACTIONS(4049), + [anon_sym_LBRACE] = ACTIONS(4051), + [anon_sym_CARET_LBRACE] = ACTIONS(4051), + [anon_sym_self] = ACTIONS(4049), + [anon_sym_super] = ACTIONS(4049), + [anon_sym_try] = ACTIONS(4049), + [anon_sym_PLUS_EQ] = ACTIONS(4051), + [anon_sym_DASH_EQ] = ACTIONS(4051), + [anon_sym_STAR_EQ] = ACTIONS(4051), + [anon_sym_SLASH_EQ] = ACTIONS(4051), + [anon_sym_PERCENT_EQ] = ACTIONS(4051), + [anon_sym_BANG_EQ] = ACTIONS(4049), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4051), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4051), + [anon_sym_LT_EQ] = ACTIONS(4051), + [anon_sym_GT_EQ] = ACTIONS(4051), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4051), + [anon_sym_DOT_DOT_LT] = ACTIONS(4051), + [anon_sym_PLUS] = ACTIONS(4049), + [anon_sym_DASH] = ACTIONS(4049), + [anon_sym_STAR] = ACTIONS(4049), + [anon_sym_SLASH] = ACTIONS(4049), + [anon_sym_PERCENT] = ACTIONS(4049), + [anon_sym_PLUS_PLUS] = ACTIONS(4051), + [anon_sym_DASH_DASH] = ACTIONS(4051), + [anon_sym_PIPE] = ACTIONS(4051), + [anon_sym_CARET] = ACTIONS(4049), + [anon_sym_LT_LT] = ACTIONS(4051), + [anon_sym_GT_GT] = ACTIONS(4051), + [anon_sym_AT] = ACTIONS(4051), + [anon_sym_borrowing] = ACTIONS(4049), + [anon_sym_consuming] = ACTIONS(4049), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(4051), + [sym_raw_str_end_part] = ACTIONS(4051), + [sym__dot_custom] = ACTIONS(4051), + [sym__eq_custom] = ACTIONS(4051), + [sym__eq_eq_custom] = ACTIONS(4051), + [sym__plus_then_ws] = ACTIONS(4051), + [sym__minus_then_ws] = ACTIONS(4051), + [sym__bang_custom] = ACTIONS(4051), + [sym__custom_operator] = ACTIONS(4051), + [sym__hash_symbol_custom] = ACTIONS(4051), + [sym__directive_if] = ACTIONS(4051), + [sym__directive_elseif] = ACTIONS(4051), + [sym__directive_else] = ACTIONS(4051), + [sym__directive_endif] = ACTIONS(4051), + }, + [STATE(1594)] = { + [anon_sym_BANG] = ACTIONS(2233), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(2233), + [aux_sym_simple_identifier_token2] = ACTIONS(2235), + [aux_sym_simple_identifier_token3] = ACTIONS(2235), + [aux_sym_simple_identifier_token4] = ACTIONS(2235), + [anon_sym_actor] = ACTIONS(2233), + [anon_sym_async] = ACTIONS(2233), + [anon_sym_each] = ACTIONS(2233), + [anon_sym_lazy] = ACTIONS(2233), + [anon_sym_repeat] = ACTIONS(2233), + [anon_sym_package] = ACTIONS(2233), + [anon_sym_nil] = ACTIONS(2233), + [sym_real_literal] = ACTIONS(2235), + [sym_integer_literal] = ACTIONS(2233), + [sym_hex_literal] = ACTIONS(2233), + [sym_oct_literal] = ACTIONS(2235), + [sym_bin_literal] = ACTIONS(2235), + [anon_sym_true] = ACTIONS(2233), + [anon_sym_false] = ACTIONS(2233), + [anon_sym_DQUOTE] = ACTIONS(2233), + [anon_sym_BSLASH] = ACTIONS(2235), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2235), + [sym__oneline_regex_literal] = ACTIONS(2233), + [anon_sym_LPAREN] = ACTIONS(2235), + [anon_sym_LBRACK] = ACTIONS(2235), + [anon_sym_AMP] = ACTIONS(2235), + [anon_sym_TILDE] = ACTIONS(2235), + [anon_sym_if] = ACTIONS(2233), + [anon_sym_switch] = ACTIONS(2233), + [aux_sym_custom_operator_token1] = ACTIONS(2235), + [anon_sym_LT] = ACTIONS(2233), + [anon_sym_GT] = ACTIONS(2233), + [anon_sym_await] = ACTIONS(2233), + [anon_sym_LBRACE] = ACTIONS(2235), + [anon_sym_CARET_LBRACE] = ACTIONS(2235), + [anon_sym_self] = ACTIONS(2233), + [anon_sym_super] = ACTIONS(2233), + [anon_sym_try] = ACTIONS(2233), + [anon_sym_PLUS_EQ] = ACTIONS(2235), + [anon_sym_DASH_EQ] = ACTIONS(2235), + [anon_sym_STAR_EQ] = ACTIONS(2235), + [anon_sym_SLASH_EQ] = ACTIONS(2235), + [anon_sym_PERCENT_EQ] = ACTIONS(2235), + [anon_sym_BANG_EQ] = ACTIONS(2233), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2235), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2235), + [anon_sym_LT_EQ] = ACTIONS(2235), + [anon_sym_GT_EQ] = ACTIONS(2235), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2235), + [anon_sym_DOT_DOT_LT] = ACTIONS(2235), + [anon_sym_PLUS] = ACTIONS(2233), + [anon_sym_DASH] = ACTIONS(2233), + [anon_sym_STAR] = ACTIONS(2233), + [anon_sym_SLASH] = ACTIONS(2233), + [anon_sym_PERCENT] = ACTIONS(2233), + [anon_sym_PLUS_PLUS] = ACTIONS(2235), + [anon_sym_DASH_DASH] = ACTIONS(2235), + [anon_sym_PIPE] = ACTIONS(2235), + [anon_sym_CARET] = ACTIONS(2233), + [anon_sym_LT_LT] = ACTIONS(2235), + [anon_sym_GT_GT] = ACTIONS(2235), + [anon_sym_AT] = ACTIONS(2235), + [anon_sym_borrowing] = ACTIONS(2233), + [anon_sym_consuming] = ACTIONS(2233), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(2235), + [sym_raw_str_end_part] = ACTIONS(2235), + [sym__dot_custom] = ACTIONS(2235), + [sym__eq_custom] = ACTIONS(2235), + [sym__eq_eq_custom] = ACTIONS(2235), + [sym__plus_then_ws] = ACTIONS(2235), + [sym__minus_then_ws] = ACTIONS(2235), + [sym__bang_custom] = ACTIONS(2235), + [sym__custom_operator] = ACTIONS(2235), + [sym__hash_symbol_custom] = ACTIONS(2235), + [sym__directive_if] = ACTIONS(2235), + [sym__directive_elseif] = ACTIONS(2235), + [sym__directive_else] = ACTIONS(2235), + [sym__directive_endif] = ACTIONS(2235), + }, + [STATE(1595)] = { + [anon_sym_BANG] = ACTIONS(2213), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(2213), + [aux_sym_simple_identifier_token2] = ACTIONS(2215), + [aux_sym_simple_identifier_token3] = ACTIONS(2215), + [aux_sym_simple_identifier_token4] = ACTIONS(2215), + [anon_sym_actor] = ACTIONS(2213), + [anon_sym_async] = ACTIONS(2213), + [anon_sym_each] = ACTIONS(2213), + [anon_sym_lazy] = ACTIONS(2213), + [anon_sym_repeat] = ACTIONS(2213), + [anon_sym_package] = ACTIONS(2213), + [anon_sym_nil] = ACTIONS(2213), + [sym_real_literal] = ACTIONS(2215), + [sym_integer_literal] = ACTIONS(2213), + [sym_hex_literal] = ACTIONS(2213), + [sym_oct_literal] = ACTIONS(2215), + [sym_bin_literal] = ACTIONS(2215), + [anon_sym_true] = ACTIONS(2213), + [anon_sym_false] = ACTIONS(2213), + [anon_sym_DQUOTE] = ACTIONS(2213), + [anon_sym_BSLASH] = ACTIONS(2215), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2215), + [sym__oneline_regex_literal] = ACTIONS(2213), + [anon_sym_LPAREN] = ACTIONS(2215), + [anon_sym_LBRACK] = ACTIONS(2215), + [anon_sym_AMP] = ACTIONS(2215), + [anon_sym_TILDE] = ACTIONS(2215), + [anon_sym_if] = ACTIONS(2213), + [anon_sym_switch] = ACTIONS(2213), + [aux_sym_custom_operator_token1] = ACTIONS(2215), + [anon_sym_LT] = ACTIONS(2213), + [anon_sym_GT] = ACTIONS(2213), + [anon_sym_await] = ACTIONS(2213), + [anon_sym_LBRACE] = ACTIONS(2215), + [anon_sym_CARET_LBRACE] = ACTIONS(2215), + [anon_sym_self] = ACTIONS(2213), + [anon_sym_super] = ACTIONS(2213), + [anon_sym_try] = ACTIONS(2213), + [anon_sym_PLUS_EQ] = ACTIONS(2215), + [anon_sym_DASH_EQ] = ACTIONS(2215), + [anon_sym_STAR_EQ] = ACTIONS(2215), + [anon_sym_SLASH_EQ] = ACTIONS(2215), + [anon_sym_PERCENT_EQ] = ACTIONS(2215), + [anon_sym_BANG_EQ] = ACTIONS(2213), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2215), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2215), + [anon_sym_LT_EQ] = ACTIONS(2215), + [anon_sym_GT_EQ] = ACTIONS(2215), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2215), + [anon_sym_DOT_DOT_LT] = ACTIONS(2215), + [anon_sym_PLUS] = ACTIONS(2213), + [anon_sym_DASH] = ACTIONS(2213), + [anon_sym_STAR] = ACTIONS(2213), + [anon_sym_SLASH] = ACTIONS(2213), + [anon_sym_PERCENT] = ACTIONS(2213), + [anon_sym_PLUS_PLUS] = ACTIONS(2215), + [anon_sym_DASH_DASH] = ACTIONS(2215), + [anon_sym_PIPE] = ACTIONS(2215), + [anon_sym_CARET] = ACTIONS(2213), + [anon_sym_LT_LT] = ACTIONS(2215), + [anon_sym_GT_GT] = ACTIONS(2215), + [anon_sym_AT] = ACTIONS(2215), + [anon_sym_borrowing] = ACTIONS(2213), + [anon_sym_consuming] = ACTIONS(2213), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(2215), + [sym_raw_str_end_part] = ACTIONS(2215), + [sym__dot_custom] = ACTIONS(2215), + [sym__eq_custom] = ACTIONS(2215), + [sym__eq_eq_custom] = ACTIONS(2215), + [sym__plus_then_ws] = ACTIONS(2215), + [sym__minus_then_ws] = ACTIONS(2215), + [sym__bang_custom] = ACTIONS(2215), + [sym__custom_operator] = ACTIONS(2215), + [sym__hash_symbol_custom] = ACTIONS(2215), + [sym__directive_if] = ACTIONS(2215), + [sym__directive_elseif] = ACTIONS(2215), + [sym__directive_else] = ACTIONS(2215), + [sym__directive_endif] = ACTIONS(2215), + }, + [STATE(1596)] = { + [sym__quest] = STATE(665), + [sym__immediate_quest] = STATE(3794), + [sym__range_operator] = STATE(468), + [sym_custom_operator] = STATE(469), + [sym_navigation_suffix] = STATE(3676), + [sym_call_suffix] = STATE(3671), + [sym__fn_call_lambda_arguments] = STATE(3672), + [sym_value_arguments] = STATE(2898), + [sym_lambda_literal] = STATE(1754), + [sym__equality_operator] = STATE(470), + [sym__comparison_operator] = STATE(471), + [sym__three_dot_operator] = STATE(1330), + [sym__open_ended_range_operator] = STATE(468), + [sym__is_operator] = STATE(4294), + [sym__additive_operator] = STATE(633), + [sym__multiplicative_operator] = STATE(634), + [sym_as_operator] = STATE(4296), + [sym__bitwise_binary_operator] = STATE(472), + [sym__postfix_unary_operator] = STATE(3675), + [sym__eq_eq] = STATE(470), + [sym__dot] = STATE(5563), + [sym__conjunction_operator] = STATE(473), + [sym__disjunction_operator] = STATE(474), + [sym__nil_coalescing_operator] = STATE(475), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(3675), + [anon_sym_BANG] = ACTIONS(3957), + [sym_comment] = ACTIONS(3), + [anon_sym_COMMA] = ACTIONS(1903), + [anon_sym_LPAREN] = ACTIONS(3959), + [anon_sym_LBRACK] = ACTIONS(3961), + [anon_sym_QMARK] = ACTIONS(4053), + [anon_sym_QMARK2] = ACTIONS(3963), + [anon_sym_AMP] = ACTIONS(3965), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3967), + [anon_sym_GT] = ACTIONS(3967), + [anon_sym_LBRACE] = ACTIONS(4055), + [anon_sym_CARET_LBRACE] = ACTIONS(4055), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3969), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3971), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3971), + [anon_sym_LT_EQ] = ACTIONS(3973), + [anon_sym_GT_EQ] = ACTIONS(3973), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1205), + [anon_sym_DOT_DOT_LT] = ACTIONS(3975), + [anon_sym_is] = ACTIONS(3977), + [anon_sym_PLUS] = ACTIONS(3979), + [anon_sym_DASH] = ACTIONS(3979), + [anon_sym_STAR] = ACTIONS(3981), + [anon_sym_SLASH] = ACTIONS(3981), + [anon_sym_PERCENT] = ACTIONS(3981), + [anon_sym_PLUS_PLUS] = ACTIONS(3983), + [anon_sym_DASH_DASH] = ACTIONS(3983), + [anon_sym_PIPE] = ACTIONS(3965), + [anon_sym_CARET] = ACTIONS(3985), + [anon_sym_LT_LT] = ACTIONS(3965), + [anon_sym_GT_GT] = ACTIONS(3965), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(3987), + [sym__conjunction_operator_custom] = ACTIONS(3989), + [sym__disjunction_operator_custom] = ACTIONS(3991), + [sym__nil_coalescing_operator_custom] = ACTIONS(3993), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3971), + [sym__plus_then_ws] = ACTIONS(3995), + [sym__minus_then_ws] = ACTIONS(3995), + [sym__bang_custom] = ACTIONS(3997), + [sym_else] = ACTIONS(1903), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1597)] = { + [sym__quest] = STATE(665), + [sym__immediate_quest] = STATE(3794), + [sym__range_operator] = STATE(468), + [sym_custom_operator] = STATE(469), + [sym_navigation_suffix] = STATE(3676), + [sym_call_suffix] = STATE(3671), + [sym__fn_call_lambda_arguments] = STATE(3672), + [sym_value_arguments] = STATE(2898), + [sym_lambda_literal] = STATE(1754), + [sym__equality_operator] = STATE(470), + [sym__comparison_operator] = STATE(471), + [sym__three_dot_operator] = STATE(1330), + [sym__open_ended_range_operator] = STATE(468), + [sym__is_operator] = STATE(4294), + [sym__additive_operator] = STATE(633), + [sym__multiplicative_operator] = STATE(634), + [sym_as_operator] = STATE(4296), + [sym__bitwise_binary_operator] = STATE(472), + [sym__postfix_unary_operator] = STATE(3675), + [sym__eq_eq] = STATE(470), + [sym__dot] = STATE(5563), + [sym__conjunction_operator] = STATE(473), + [sym__disjunction_operator] = STATE(474), + [sym__nil_coalescing_operator] = STATE(475), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(3675), + [anon_sym_BANG] = ACTIONS(3957), + [sym_comment] = ACTIONS(3), + [anon_sym_COMMA] = ACTIONS(1857), + [anon_sym_LPAREN] = ACTIONS(3959), + [anon_sym_LBRACK] = ACTIONS(3961), + [anon_sym_QMARK] = ACTIONS(4053), + [anon_sym_QMARK2] = ACTIONS(3963), + [anon_sym_AMP] = ACTIONS(3965), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3967), + [anon_sym_GT] = ACTIONS(3967), + [anon_sym_LBRACE] = ACTIONS(4055), + [anon_sym_CARET_LBRACE] = ACTIONS(4055), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3969), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3971), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3971), + [anon_sym_LT_EQ] = ACTIONS(3973), + [anon_sym_GT_EQ] = ACTIONS(3973), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1205), + [anon_sym_DOT_DOT_LT] = ACTIONS(3975), + [anon_sym_is] = ACTIONS(3977), + [anon_sym_PLUS] = ACTIONS(3979), + [anon_sym_DASH] = ACTIONS(3979), + [anon_sym_STAR] = ACTIONS(3981), + [anon_sym_SLASH] = ACTIONS(3981), + [anon_sym_PERCENT] = ACTIONS(3981), + [anon_sym_PLUS_PLUS] = ACTIONS(3983), + [anon_sym_DASH_DASH] = ACTIONS(3983), + [anon_sym_PIPE] = ACTIONS(3965), + [anon_sym_CARET] = ACTIONS(3985), + [anon_sym_LT_LT] = ACTIONS(3965), + [anon_sym_GT_GT] = ACTIONS(3965), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(3987), + [sym__conjunction_operator_custom] = ACTIONS(3989), + [sym__disjunction_operator_custom] = ACTIONS(3991), + [sym__nil_coalescing_operator_custom] = ACTIONS(3993), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3971), + [sym__plus_then_ws] = ACTIONS(3995), + [sym__minus_then_ws] = ACTIONS(3995), + [sym__bang_custom] = ACTIONS(3997), + [sym_else] = ACTIONS(1857), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1598)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_RPAREN] = ACTIONS(4057), + [anon_sym_COMMA] = ACTIONS(4057), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(3678), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1599)] = { + [sym__quest] = STATE(665), + [sym__immediate_quest] = STATE(3794), + [sym__range_operator] = STATE(468), + [sym_custom_operator] = STATE(469), + [sym_navigation_suffix] = STATE(3676), + [sym_call_suffix] = STATE(3671), + [sym__fn_call_lambda_arguments] = STATE(3672), + [sym_value_arguments] = STATE(2898), + [sym_lambda_literal] = STATE(1754), + [sym__equality_operator] = STATE(470), + [sym__comparison_operator] = STATE(471), + [sym__three_dot_operator] = STATE(1330), + [sym__open_ended_range_operator] = STATE(468), + [sym__is_operator] = STATE(4294), + [sym__additive_operator] = STATE(633), + [sym__multiplicative_operator] = STATE(634), + [sym_as_operator] = STATE(4296), + [sym__bitwise_binary_operator] = STATE(472), + [sym__postfix_unary_operator] = STATE(3675), + [sym__eq_eq] = STATE(470), + [sym__dot] = STATE(5563), + [sym__conjunction_operator] = STATE(473), + [sym__disjunction_operator] = STATE(474), + [sym__nil_coalescing_operator] = STATE(475), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(3675), + [anon_sym_BANG] = ACTIONS(3957), + [sym_comment] = ACTIONS(3), + [anon_sym_COMMA] = ACTIONS(1899), + [anon_sym_LPAREN] = ACTIONS(3959), + [anon_sym_LBRACK] = ACTIONS(3961), + [anon_sym_QMARK] = ACTIONS(4053), + [anon_sym_QMARK2] = ACTIONS(3963), + [anon_sym_AMP] = ACTIONS(3965), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3967), + [anon_sym_GT] = ACTIONS(3967), + [anon_sym_LBRACE] = ACTIONS(4055), + [anon_sym_CARET_LBRACE] = ACTIONS(4055), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3969), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3971), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3971), + [anon_sym_LT_EQ] = ACTIONS(3973), + [anon_sym_GT_EQ] = ACTIONS(3973), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1205), + [anon_sym_DOT_DOT_LT] = ACTIONS(3975), + [anon_sym_is] = ACTIONS(3977), + [anon_sym_PLUS] = ACTIONS(3979), + [anon_sym_DASH] = ACTIONS(3979), + [anon_sym_STAR] = ACTIONS(3981), + [anon_sym_SLASH] = ACTIONS(3981), + [anon_sym_PERCENT] = ACTIONS(3981), + [anon_sym_PLUS_PLUS] = ACTIONS(3983), + [anon_sym_DASH_DASH] = ACTIONS(3983), + [anon_sym_PIPE] = ACTIONS(3965), + [anon_sym_CARET] = ACTIONS(3985), + [anon_sym_LT_LT] = ACTIONS(3965), + [anon_sym_GT_GT] = ACTIONS(3965), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(3987), + [sym__conjunction_operator_custom] = ACTIONS(3989), + [sym__disjunction_operator_custom] = ACTIONS(3991), + [sym__nil_coalescing_operator_custom] = ACTIONS(3993), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3971), + [sym__plus_then_ws] = ACTIONS(3995), + [sym__minus_then_ws] = ACTIONS(3995), + [sym__bang_custom] = ACTIONS(3997), + [sym_else] = ACTIONS(1899), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1600)] = { + [anon_sym_BANG] = ACTIONS(2197), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(2197), + [aux_sym_simple_identifier_token2] = ACTIONS(2199), + [aux_sym_simple_identifier_token3] = ACTIONS(2199), + [aux_sym_simple_identifier_token4] = ACTIONS(2199), + [anon_sym_actor] = ACTIONS(2197), + [anon_sym_async] = ACTIONS(2197), + [anon_sym_each] = ACTIONS(2197), + [anon_sym_lazy] = ACTIONS(2197), + [anon_sym_repeat] = ACTIONS(2197), + [anon_sym_package] = ACTIONS(2197), + [anon_sym_nil] = ACTIONS(2197), + [sym_real_literal] = ACTIONS(2199), + [sym_integer_literal] = ACTIONS(2197), + [sym_hex_literal] = ACTIONS(2197), + [sym_oct_literal] = ACTIONS(2199), + [sym_bin_literal] = ACTIONS(2199), + [anon_sym_true] = ACTIONS(2197), + [anon_sym_false] = ACTIONS(2197), + [anon_sym_DQUOTE] = ACTIONS(2197), + [anon_sym_BSLASH] = ACTIONS(2199), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2199), + [sym__oneline_regex_literal] = ACTIONS(2197), + [anon_sym_LPAREN] = ACTIONS(2199), + [anon_sym_LBRACK] = ACTIONS(2199), + [anon_sym_AMP] = ACTIONS(2199), + [anon_sym_TILDE] = ACTIONS(2199), + [anon_sym_if] = ACTIONS(2197), + [anon_sym_switch] = ACTIONS(2197), + [aux_sym_custom_operator_token1] = ACTIONS(2199), + [anon_sym_LT] = ACTIONS(2197), + [anon_sym_GT] = ACTIONS(2197), + [anon_sym_await] = ACTIONS(2197), + [anon_sym_LBRACE] = ACTIONS(2199), + [anon_sym_CARET_LBRACE] = ACTIONS(2199), + [anon_sym_self] = ACTIONS(2197), + [anon_sym_super] = ACTIONS(2197), + [anon_sym_try] = ACTIONS(2197), + [anon_sym_PLUS_EQ] = ACTIONS(2199), + [anon_sym_DASH_EQ] = ACTIONS(2199), + [anon_sym_STAR_EQ] = ACTIONS(2199), + [anon_sym_SLASH_EQ] = ACTIONS(2199), + [anon_sym_PERCENT_EQ] = ACTIONS(2199), + [anon_sym_BANG_EQ] = ACTIONS(2197), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2199), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2199), + [anon_sym_LT_EQ] = ACTIONS(2199), + [anon_sym_GT_EQ] = ACTIONS(2199), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2199), + [anon_sym_DOT_DOT_LT] = ACTIONS(2199), + [anon_sym_PLUS] = ACTIONS(2197), + [anon_sym_DASH] = ACTIONS(2197), + [anon_sym_STAR] = ACTIONS(2197), + [anon_sym_SLASH] = ACTIONS(2197), + [anon_sym_PERCENT] = ACTIONS(2197), + [anon_sym_PLUS_PLUS] = ACTIONS(2199), + [anon_sym_DASH_DASH] = ACTIONS(2199), + [anon_sym_PIPE] = ACTIONS(2199), + [anon_sym_CARET] = ACTIONS(2197), + [anon_sym_LT_LT] = ACTIONS(2199), + [anon_sym_GT_GT] = ACTIONS(2199), + [anon_sym_AT] = ACTIONS(2199), + [anon_sym_borrowing] = ACTIONS(2197), + [anon_sym_consuming] = ACTIONS(2197), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(2199), + [sym_raw_str_end_part] = ACTIONS(2199), + [sym__dot_custom] = ACTIONS(2199), + [sym__eq_custom] = ACTIONS(2199), + [sym__eq_eq_custom] = ACTIONS(2199), + [sym__plus_then_ws] = ACTIONS(2199), + [sym__minus_then_ws] = ACTIONS(2199), + [sym__bang_custom] = ACTIONS(2199), + [sym__custom_operator] = ACTIONS(2199), + [sym__hash_symbol_custom] = ACTIONS(2199), + [sym__directive_if] = ACTIONS(2199), + [sym__directive_elseif] = ACTIONS(2199), + [sym__directive_else] = ACTIONS(2199), + [sym__directive_endif] = ACTIONS(2199), + }, + [STATE(1601)] = { + [sym__quest] = STATE(665), + [sym__immediate_quest] = STATE(3794), + [sym__range_operator] = STATE(468), + [sym_custom_operator] = STATE(469), + [sym_navigation_suffix] = STATE(3676), + [sym_call_suffix] = STATE(3671), + [sym__fn_call_lambda_arguments] = STATE(3672), + [sym_value_arguments] = STATE(2898), + [sym_lambda_literal] = STATE(1754), + [sym__equality_operator] = STATE(470), + [sym__comparison_operator] = STATE(471), + [sym__three_dot_operator] = STATE(1330), + [sym__open_ended_range_operator] = STATE(468), + [sym__is_operator] = STATE(4294), + [sym__additive_operator] = STATE(633), + [sym__multiplicative_operator] = STATE(634), + [sym_as_operator] = STATE(4296), + [sym__bitwise_binary_operator] = STATE(472), + [sym__postfix_unary_operator] = STATE(3675), + [sym__eq_eq] = STATE(470), + [sym__dot] = STATE(5563), + [sym__conjunction_operator] = STATE(473), + [sym__disjunction_operator] = STATE(474), + [sym__nil_coalescing_operator] = STATE(475), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(3675), + [anon_sym_BANG] = ACTIONS(1869), + [sym_comment] = ACTIONS(3), + [anon_sym_COMMA] = ACTIONS(1871), + [anon_sym_LPAREN] = ACTIONS(1871), + [anon_sym_LBRACK] = ACTIONS(1871), + [anon_sym_QMARK] = ACTIONS(1869), + [anon_sym_QMARK2] = ACTIONS(1871), + [anon_sym_AMP] = ACTIONS(1871), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(1869), + [anon_sym_GT] = ACTIONS(1869), + [anon_sym_LBRACE] = ACTIONS(1871), + [anon_sym_CARET_LBRACE] = ACTIONS(1871), + [anon_sym_PLUS_EQ] = ACTIONS(1871), + [anon_sym_DASH_EQ] = ACTIONS(1871), + [anon_sym_STAR_EQ] = ACTIONS(1871), + [anon_sym_SLASH_EQ] = ACTIONS(1871), + [anon_sym_PERCENT_EQ] = ACTIONS(1871), + [anon_sym_BANG_EQ] = ACTIONS(1869), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1871), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1871), + [anon_sym_LT_EQ] = ACTIONS(1871), + [anon_sym_GT_EQ] = ACTIONS(1871), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1871), + [anon_sym_DOT_DOT_LT] = ACTIONS(1871), + [anon_sym_is] = ACTIONS(1871), + [anon_sym_PLUS] = ACTIONS(3979), + [anon_sym_DASH] = ACTIONS(3979), + [anon_sym_STAR] = ACTIONS(3981), + [anon_sym_SLASH] = ACTIONS(3981), + [anon_sym_PERCENT] = ACTIONS(3981), + [anon_sym_PLUS_PLUS] = ACTIONS(1871), + [anon_sym_DASH_DASH] = ACTIONS(1871), + [anon_sym_PIPE] = ACTIONS(1871), + [anon_sym_CARET] = ACTIONS(1869), + [anon_sym_LT_LT] = ACTIONS(1871), + [anon_sym_GT_GT] = ACTIONS(1871), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1871), + [sym__conjunction_operator_custom] = ACTIONS(1871), + [sym__disjunction_operator_custom] = ACTIONS(1871), + [sym__nil_coalescing_operator_custom] = ACTIONS(3993), + [sym__eq_custom] = ACTIONS(1871), + [sym__eq_eq_custom] = ACTIONS(1871), + [sym__plus_then_ws] = ACTIONS(3995), + [sym__minus_then_ws] = ACTIONS(3995), + [sym__bang_custom] = ACTIONS(1871), + [sym_else] = ACTIONS(1871), + [sym__as_custom] = ACTIONS(1871), + [sym__as_quest_custom] = ACTIONS(1871), + [sym__as_bang_custom] = ACTIONS(1871), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1602)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_RPAREN] = ACTIONS(4059), + [anon_sym_COMMA] = ACTIONS(4059), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(3678), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1603)] = { + [anon_sym_BANG] = ACTIONS(2099), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(2099), + [aux_sym_simple_identifier_token2] = ACTIONS(2101), + [aux_sym_simple_identifier_token3] = ACTIONS(2101), + [aux_sym_simple_identifier_token4] = ACTIONS(2101), + [anon_sym_actor] = ACTIONS(2099), + [anon_sym_async] = ACTIONS(2099), + [anon_sym_each] = ACTIONS(2099), + [anon_sym_lazy] = ACTIONS(2099), + [anon_sym_repeat] = ACTIONS(2099), + [anon_sym_package] = ACTIONS(2099), + [anon_sym_nil] = ACTIONS(2099), + [sym_real_literal] = ACTIONS(2101), + [sym_integer_literal] = ACTIONS(2099), + [sym_hex_literal] = ACTIONS(2099), + [sym_oct_literal] = ACTIONS(2101), + [sym_bin_literal] = ACTIONS(2101), + [anon_sym_true] = ACTIONS(2099), + [anon_sym_false] = ACTIONS(2099), + [anon_sym_DQUOTE] = ACTIONS(2099), + [anon_sym_BSLASH] = ACTIONS(2101), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2101), + [sym__oneline_regex_literal] = ACTIONS(2099), + [anon_sym_LPAREN] = ACTIONS(2101), + [anon_sym_LBRACK] = ACTIONS(2101), + [anon_sym_AMP] = ACTIONS(2101), + [anon_sym_TILDE] = ACTIONS(2101), + [anon_sym_if] = ACTIONS(2099), + [anon_sym_switch] = ACTIONS(2099), + [aux_sym_custom_operator_token1] = ACTIONS(2101), + [anon_sym_LT] = ACTIONS(2099), + [anon_sym_GT] = ACTIONS(2099), + [anon_sym_await] = ACTIONS(2099), + [anon_sym_LBRACE] = ACTIONS(2101), + [anon_sym_CARET_LBRACE] = ACTIONS(2101), + [anon_sym_self] = ACTIONS(2099), + [anon_sym_super] = ACTIONS(2099), + [anon_sym_try] = ACTIONS(2099), + [anon_sym_PLUS_EQ] = ACTIONS(2101), + [anon_sym_DASH_EQ] = ACTIONS(2101), + [anon_sym_STAR_EQ] = ACTIONS(2101), + [anon_sym_SLASH_EQ] = ACTIONS(2101), + [anon_sym_PERCENT_EQ] = ACTIONS(2101), + [anon_sym_BANG_EQ] = ACTIONS(2099), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2101), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2101), + [anon_sym_LT_EQ] = ACTIONS(2101), + [anon_sym_GT_EQ] = ACTIONS(2101), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2101), + [anon_sym_DOT_DOT_LT] = ACTIONS(2101), + [anon_sym_PLUS] = ACTIONS(2099), + [anon_sym_DASH] = ACTIONS(2099), + [anon_sym_STAR] = ACTIONS(2099), + [anon_sym_SLASH] = ACTIONS(2099), + [anon_sym_PERCENT] = ACTIONS(2099), + [anon_sym_PLUS_PLUS] = ACTIONS(2101), + [anon_sym_DASH_DASH] = ACTIONS(2101), + [anon_sym_PIPE] = ACTIONS(2101), + [anon_sym_CARET] = ACTIONS(2099), + [anon_sym_LT_LT] = ACTIONS(2101), + [anon_sym_GT_GT] = ACTIONS(2101), + [anon_sym_AT] = ACTIONS(2101), + [anon_sym_borrowing] = ACTIONS(2099), + [anon_sym_consuming] = ACTIONS(2099), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(2101), + [sym_raw_str_end_part] = ACTIONS(2101), + [sym__dot_custom] = ACTIONS(2101), + [sym__eq_custom] = ACTIONS(2101), + [sym__eq_eq_custom] = ACTIONS(2101), + [sym__plus_then_ws] = ACTIONS(2101), + [sym__minus_then_ws] = ACTIONS(2101), + [sym__bang_custom] = ACTIONS(2101), + [sym__custom_operator] = ACTIONS(2101), + [sym__hash_symbol_custom] = ACTIONS(2101), + [sym__directive_if] = ACTIONS(2101), + [sym__directive_elseif] = ACTIONS(2101), + [sym__directive_else] = ACTIONS(2101), + [sym__directive_endif] = ACTIONS(2101), + }, + [STATE(1604)] = { + [sym__quest] = STATE(665), + [sym__immediate_quest] = STATE(3794), + [sym__range_operator] = STATE(468), + [sym_custom_operator] = STATE(469), + [sym_navigation_suffix] = STATE(3676), + [sym_call_suffix] = STATE(3671), + [sym__fn_call_lambda_arguments] = STATE(3672), + [sym_value_arguments] = STATE(2898), + [sym_lambda_literal] = STATE(1754), + [sym__equality_operator] = STATE(470), + [sym__comparison_operator] = STATE(471), + [sym__three_dot_operator] = STATE(1330), + [sym__open_ended_range_operator] = STATE(468), + [sym__is_operator] = STATE(4294), + [sym__additive_operator] = STATE(633), + [sym__multiplicative_operator] = STATE(634), + [sym_as_operator] = STATE(4296), + [sym__bitwise_binary_operator] = STATE(472), + [sym__postfix_unary_operator] = STATE(3675), + [sym__eq_eq] = STATE(470), + [sym__dot] = STATE(5563), + [sym__conjunction_operator] = STATE(473), + [sym__disjunction_operator] = STATE(474), + [sym__nil_coalescing_operator] = STATE(475), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(3675), + [anon_sym_BANG] = ACTIONS(3957), + [sym_comment] = ACTIONS(3), + [anon_sym_COMMA] = ACTIONS(2069), + [anon_sym_LPAREN] = ACTIONS(3959), + [anon_sym_LBRACK] = ACTIONS(3961), + [anon_sym_QMARK] = ACTIONS(4053), + [anon_sym_QMARK2] = ACTIONS(3963), + [anon_sym_AMP] = ACTIONS(3965), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3967), + [anon_sym_GT] = ACTIONS(3967), + [anon_sym_LBRACE] = ACTIONS(4055), + [anon_sym_CARET_LBRACE] = ACTIONS(4055), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3969), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3971), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3971), + [anon_sym_LT_EQ] = ACTIONS(3973), + [anon_sym_GT_EQ] = ACTIONS(3973), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1205), + [anon_sym_DOT_DOT_LT] = ACTIONS(3975), + [anon_sym_is] = ACTIONS(3977), + [anon_sym_PLUS] = ACTIONS(3979), + [anon_sym_DASH] = ACTIONS(3979), + [anon_sym_STAR] = ACTIONS(3981), + [anon_sym_SLASH] = ACTIONS(3981), + [anon_sym_PERCENT] = ACTIONS(3981), + [anon_sym_PLUS_PLUS] = ACTIONS(3983), + [anon_sym_DASH_DASH] = ACTIONS(3983), + [anon_sym_PIPE] = ACTIONS(3965), + [anon_sym_CARET] = ACTIONS(3985), + [anon_sym_LT_LT] = ACTIONS(3965), + [anon_sym_GT_GT] = ACTIONS(3965), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(3987), + [sym__conjunction_operator_custom] = ACTIONS(3989), + [sym__disjunction_operator_custom] = ACTIONS(3991), + [sym__nil_coalescing_operator_custom] = ACTIONS(3993), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3971), + [sym__plus_then_ws] = ACTIONS(3995), + [sym__minus_then_ws] = ACTIONS(3995), + [sym__bang_custom] = ACTIONS(3997), + [sym_else] = ACTIONS(2069), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1605)] = { + [sym__quest] = STATE(665), + [sym__immediate_quest] = STATE(3794), + [sym__range_operator] = STATE(468), + [sym_custom_operator] = STATE(469), + [sym_navigation_suffix] = STATE(3676), + [sym_call_suffix] = STATE(3671), + [sym__fn_call_lambda_arguments] = STATE(3672), + [sym_value_arguments] = STATE(2898), + [sym_lambda_literal] = STATE(1754), + [sym__equality_operator] = STATE(470), + [sym__comparison_operator] = STATE(471), + [sym__three_dot_operator] = STATE(1330), + [sym__open_ended_range_operator] = STATE(468), + [sym__is_operator] = STATE(4294), + [sym__additive_operator] = STATE(633), + [sym__multiplicative_operator] = STATE(634), + [sym_as_operator] = STATE(4296), + [sym__bitwise_binary_operator] = STATE(472), + [sym__postfix_unary_operator] = STATE(3675), + [sym__eq_eq] = STATE(470), + [sym__dot] = STATE(5563), + [sym__conjunction_operator] = STATE(473), + [sym__disjunction_operator] = STATE(474), + [sym__nil_coalescing_operator] = STATE(475), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(3675), + [anon_sym_BANG] = ACTIONS(1885), + [sym_comment] = ACTIONS(3), + [anon_sym_COMMA] = ACTIONS(1887), + [anon_sym_LPAREN] = ACTIONS(1887), + [anon_sym_LBRACK] = ACTIONS(1887), + [anon_sym_QMARK] = ACTIONS(1885), + [anon_sym_QMARK2] = ACTIONS(1887), + [anon_sym_AMP] = ACTIONS(1887), + [aux_sym_custom_operator_token1] = ACTIONS(1887), + [anon_sym_LT] = ACTIONS(1885), + [anon_sym_GT] = ACTIONS(1885), + [anon_sym_LBRACE] = ACTIONS(1887), + [anon_sym_CARET_LBRACE] = ACTIONS(1887), + [anon_sym_PLUS_EQ] = ACTIONS(1887), + [anon_sym_DASH_EQ] = ACTIONS(1887), + [anon_sym_STAR_EQ] = ACTIONS(1887), + [anon_sym_SLASH_EQ] = ACTIONS(1887), + [anon_sym_PERCENT_EQ] = ACTIONS(1887), + [anon_sym_BANG_EQ] = ACTIONS(1885), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1887), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1887), + [anon_sym_LT_EQ] = ACTIONS(1887), + [anon_sym_GT_EQ] = ACTIONS(1887), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1887), + [anon_sym_DOT_DOT_LT] = ACTIONS(1887), + [anon_sym_is] = ACTIONS(1887), + [anon_sym_PLUS] = ACTIONS(1885), + [anon_sym_DASH] = ACTIONS(1885), + [anon_sym_STAR] = ACTIONS(3981), + [anon_sym_SLASH] = ACTIONS(3981), + [anon_sym_PERCENT] = ACTIONS(3981), + [anon_sym_PLUS_PLUS] = ACTIONS(1887), + [anon_sym_DASH_DASH] = ACTIONS(1887), + [anon_sym_PIPE] = ACTIONS(1887), + [anon_sym_CARET] = ACTIONS(1885), + [anon_sym_LT_LT] = ACTIONS(1887), + [anon_sym_GT_GT] = ACTIONS(1887), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1887), + [sym__conjunction_operator_custom] = ACTIONS(1887), + [sym__disjunction_operator_custom] = ACTIONS(1887), + [sym__nil_coalescing_operator_custom] = ACTIONS(1887), + [sym__eq_custom] = ACTIONS(1887), + [sym__eq_eq_custom] = ACTIONS(1887), + [sym__plus_then_ws] = ACTIONS(1887), + [sym__minus_then_ws] = ACTIONS(1887), + [sym__bang_custom] = ACTIONS(1887), + [sym_else] = ACTIONS(1887), + [sym__as_custom] = ACTIONS(1887), + [sym__as_quest_custom] = ACTIONS(1887), + [sym__as_bang_custom] = ACTIONS(1887), + [sym__custom_operator] = ACTIONS(1887), + }, + [STATE(1606)] = { + [sym__quest] = STATE(665), + [sym__immediate_quest] = STATE(3794), + [sym__range_operator] = STATE(468), + [sym_custom_operator] = STATE(469), + [sym_navigation_suffix] = STATE(3676), + [sym_call_suffix] = STATE(3671), + [sym__fn_call_lambda_arguments] = STATE(3672), + [sym_value_arguments] = STATE(2898), + [sym_lambda_literal] = STATE(1754), + [sym__equality_operator] = STATE(470), + [sym__comparison_operator] = STATE(471), + [sym__three_dot_operator] = STATE(1330), + [sym__open_ended_range_operator] = STATE(468), + [sym__is_operator] = STATE(4294), + [sym__additive_operator] = STATE(633), + [sym__multiplicative_operator] = STATE(634), + [sym_as_operator] = STATE(4296), + [sym__bitwise_binary_operator] = STATE(472), + [sym__postfix_unary_operator] = STATE(3675), + [sym__eq_eq] = STATE(470), + [sym__dot] = STATE(5563), + [sym__conjunction_operator] = STATE(473), + [sym__disjunction_operator] = STATE(474), + [sym__nil_coalescing_operator] = STATE(475), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(3675), + [anon_sym_BANG] = ACTIONS(3957), + [sym_comment] = ACTIONS(3), + [anon_sym_COMMA] = ACTIONS(1873), + [anon_sym_LPAREN] = ACTIONS(1873), + [anon_sym_LBRACK] = ACTIONS(1873), + [anon_sym_QMARK] = ACTIONS(1875), + [anon_sym_QMARK2] = ACTIONS(1873), + [anon_sym_AMP] = ACTIONS(1873), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(1875), + [anon_sym_GT] = ACTIONS(1875), + [anon_sym_LBRACE] = ACTIONS(1873), + [anon_sym_CARET_LBRACE] = ACTIONS(1873), + [anon_sym_PLUS_EQ] = ACTIONS(1873), + [anon_sym_DASH_EQ] = ACTIONS(1873), + [anon_sym_STAR_EQ] = ACTIONS(1873), + [anon_sym_SLASH_EQ] = ACTIONS(1873), + [anon_sym_PERCENT_EQ] = ACTIONS(1873), + [anon_sym_BANG_EQ] = ACTIONS(3969), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3971), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3971), + [anon_sym_LT_EQ] = ACTIONS(1873), + [anon_sym_GT_EQ] = ACTIONS(1873), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1873), + [anon_sym_DOT_DOT_LT] = ACTIONS(1873), + [anon_sym_is] = ACTIONS(3977), + [anon_sym_PLUS] = ACTIONS(3979), + [anon_sym_DASH] = ACTIONS(3979), + [anon_sym_STAR] = ACTIONS(3981), + [anon_sym_SLASH] = ACTIONS(3981), + [anon_sym_PERCENT] = ACTIONS(3981), + [anon_sym_PLUS_PLUS] = ACTIONS(3983), + [anon_sym_DASH_DASH] = ACTIONS(3983), + [anon_sym_PIPE] = ACTIONS(1873), + [anon_sym_CARET] = ACTIONS(1875), + [anon_sym_LT_LT] = ACTIONS(1873), + [anon_sym_GT_GT] = ACTIONS(1873), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1873), + [sym__conjunction_operator_custom] = ACTIONS(3989), + [sym__disjunction_operator_custom] = ACTIONS(3991), + [sym__nil_coalescing_operator_custom] = ACTIONS(3993), + [sym__eq_custom] = ACTIONS(1873), + [sym__eq_eq_custom] = ACTIONS(3971), + [sym__plus_then_ws] = ACTIONS(3995), + [sym__minus_then_ws] = ACTIONS(3995), + [sym__bang_custom] = ACTIONS(3997), + [sym_else] = ACTIONS(1873), + [sym__as_custom] = ACTIONS(1873), + [sym__as_quest_custom] = ACTIONS(1873), + [sym__as_bang_custom] = ACTIONS(1873), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1607)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_RPAREN] = ACTIONS(4061), + [anon_sym_COMMA] = ACTIONS(4061), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(3678), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1608)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_RPAREN] = ACTIONS(4063), + [anon_sym_COMMA] = ACTIONS(4063), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(3678), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1609)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_COMMA] = ACTIONS(4065), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_RBRACK] = ACTIONS(4065), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(3678), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1610)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_COMMA] = ACTIONS(4067), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_RBRACK] = ACTIONS(4067), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(3678), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1611)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_COMMA] = ACTIONS(4069), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_RBRACK] = ACTIONS(4069), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(3678), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1612)] = { + [anon_sym_BANG] = ACTIONS(4071), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(4071), + [aux_sym_simple_identifier_token2] = ACTIONS(4073), + [aux_sym_simple_identifier_token3] = ACTIONS(4073), + [aux_sym_simple_identifier_token4] = ACTIONS(4073), + [anon_sym_actor] = ACTIONS(4071), + [anon_sym_async] = ACTIONS(4071), + [anon_sym_each] = ACTIONS(4071), + [anon_sym_lazy] = ACTIONS(4071), + [anon_sym_repeat] = ACTIONS(4071), + [anon_sym_package] = ACTIONS(4071), + [anon_sym_nil] = ACTIONS(4071), + [sym_real_literal] = ACTIONS(4073), + [sym_integer_literal] = ACTIONS(4071), + [sym_hex_literal] = ACTIONS(4071), + [sym_oct_literal] = ACTIONS(4073), + [sym_bin_literal] = ACTIONS(4073), + [anon_sym_true] = ACTIONS(4071), + [anon_sym_false] = ACTIONS(4071), + [anon_sym_DQUOTE] = ACTIONS(4071), + [anon_sym_BSLASH] = ACTIONS(4073), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(4073), + [sym__oneline_regex_literal] = ACTIONS(4071), + [anon_sym_LPAREN] = ACTIONS(4075), + [anon_sym_LBRACK] = ACTIONS(4073), + [anon_sym_AMP] = ACTIONS(4073), + [anon_sym_TILDE] = ACTIONS(4073), + [anon_sym_if] = ACTIONS(4071), + [anon_sym_switch] = ACTIONS(4071), + [aux_sym_custom_operator_token1] = ACTIONS(4073), + [anon_sym_LT] = ACTIONS(4071), + [anon_sym_GT] = ACTIONS(4071), + [anon_sym_await] = ACTIONS(4071), + [anon_sym_LBRACE] = ACTIONS(4073), + [anon_sym_CARET_LBRACE] = ACTIONS(4073), + [anon_sym_self] = ACTIONS(4071), + [anon_sym_super] = ACTIONS(4071), + [anon_sym_try] = ACTIONS(4071), + [anon_sym_PLUS_EQ] = ACTIONS(4073), + [anon_sym_DASH_EQ] = ACTIONS(4073), + [anon_sym_STAR_EQ] = ACTIONS(4073), + [anon_sym_SLASH_EQ] = ACTIONS(4073), + [anon_sym_PERCENT_EQ] = ACTIONS(4073), + [anon_sym_BANG_EQ] = ACTIONS(4071), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4073), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4073), + [anon_sym_LT_EQ] = ACTIONS(4073), + [anon_sym_GT_EQ] = ACTIONS(4073), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4073), + [anon_sym_DOT_DOT_LT] = ACTIONS(4073), + [anon_sym_PLUS] = ACTIONS(4071), + [anon_sym_DASH] = ACTIONS(4071), + [anon_sym_STAR] = ACTIONS(4071), + [anon_sym_SLASH] = ACTIONS(4071), + [anon_sym_PERCENT] = ACTIONS(4071), + [anon_sym_PLUS_PLUS] = ACTIONS(4073), + [anon_sym_DASH_DASH] = ACTIONS(4073), + [anon_sym_PIPE] = ACTIONS(4073), + [anon_sym_CARET] = ACTIONS(4071), + [anon_sym_LT_LT] = ACTIONS(4073), + [anon_sym_GT_GT] = ACTIONS(4073), + [anon_sym_AT] = ACTIONS(4073), + [anon_sym_borrowing] = ACTIONS(4071), + [anon_sym_consuming] = ACTIONS(4071), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(4073), + [sym_raw_str_end_part] = ACTIONS(4073), + [sym__dot_custom] = ACTIONS(4073), + [sym__eq_custom] = ACTIONS(4073), + [sym__eq_eq_custom] = ACTIONS(4073), + [sym__plus_then_ws] = ACTIONS(4073), + [sym__minus_then_ws] = ACTIONS(4073), + [sym__bang_custom] = ACTIONS(4073), + [sym__custom_operator] = ACTIONS(4073), + [sym__hash_symbol_custom] = ACTIONS(4073), + [sym__directive_if] = ACTIONS(4073), + [sym__directive_elseif] = ACTIONS(4073), + [sym__directive_else] = ACTIONS(4073), + [sym__directive_endif] = ACTIONS(4073), + }, + [STATE(1613)] = { + [anon_sym_BANG] = ACTIONS(4078), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(4078), + [aux_sym_simple_identifier_token2] = ACTIONS(4080), + [aux_sym_simple_identifier_token3] = ACTIONS(4080), + [aux_sym_simple_identifier_token4] = ACTIONS(4080), + [anon_sym_actor] = ACTIONS(4078), + [anon_sym_async] = ACTIONS(4078), + [anon_sym_each] = ACTIONS(4078), + [anon_sym_lazy] = ACTIONS(4078), + [anon_sym_repeat] = ACTIONS(4078), + [anon_sym_package] = ACTIONS(4078), + [anon_sym_nil] = ACTIONS(4078), + [sym_real_literal] = ACTIONS(4080), + [sym_integer_literal] = ACTIONS(4078), + [sym_hex_literal] = ACTIONS(4078), + [sym_oct_literal] = ACTIONS(4080), + [sym_bin_literal] = ACTIONS(4080), + [anon_sym_true] = ACTIONS(4078), + [anon_sym_false] = ACTIONS(4078), + [anon_sym_DQUOTE] = ACTIONS(4078), + [anon_sym_BSLASH] = ACTIONS(4080), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(4080), + [sym__oneline_regex_literal] = ACTIONS(4078), + [anon_sym_LPAREN] = ACTIONS(4080), + [anon_sym_LBRACK] = ACTIONS(4080), + [anon_sym_AMP] = ACTIONS(4080), + [anon_sym_TILDE] = ACTIONS(4080), + [anon_sym_if] = ACTIONS(4078), + [anon_sym_switch] = ACTIONS(4078), + [aux_sym_custom_operator_token1] = ACTIONS(4080), + [anon_sym_LT] = ACTIONS(4078), + [anon_sym_GT] = ACTIONS(4078), + [anon_sym_await] = ACTIONS(4078), + [anon_sym_LBRACE] = ACTIONS(4080), + [anon_sym_CARET_LBRACE] = ACTIONS(4080), + [anon_sym_self] = ACTIONS(4078), + [anon_sym_super] = ACTIONS(4078), + [anon_sym_try] = ACTIONS(4078), + [anon_sym_PLUS_EQ] = ACTIONS(4080), + [anon_sym_DASH_EQ] = ACTIONS(4080), + [anon_sym_STAR_EQ] = ACTIONS(4080), + [anon_sym_SLASH_EQ] = ACTIONS(4080), + [anon_sym_PERCENT_EQ] = ACTIONS(4080), + [anon_sym_BANG_EQ] = ACTIONS(4078), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4080), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4080), + [anon_sym_LT_EQ] = ACTIONS(4080), + [anon_sym_GT_EQ] = ACTIONS(4080), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4080), + [anon_sym_DOT_DOT_LT] = ACTIONS(4080), + [anon_sym_PLUS] = ACTIONS(4078), + [anon_sym_DASH] = ACTIONS(4078), + [anon_sym_STAR] = ACTIONS(4078), + [anon_sym_SLASH] = ACTIONS(4078), + [anon_sym_PERCENT] = ACTIONS(4078), + [anon_sym_PLUS_PLUS] = ACTIONS(4080), + [anon_sym_DASH_DASH] = ACTIONS(4080), + [anon_sym_PIPE] = ACTIONS(4080), + [anon_sym_CARET] = ACTIONS(4078), + [anon_sym_LT_LT] = ACTIONS(4080), + [anon_sym_GT_GT] = ACTIONS(4080), + [anon_sym_AT] = ACTIONS(4080), + [anon_sym_borrowing] = ACTIONS(4078), + [anon_sym_consuming] = ACTIONS(4078), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(4080), + [sym_raw_str_end_part] = ACTIONS(4080), + [sym__dot_custom] = ACTIONS(4080), + [sym__eq_custom] = ACTIONS(4080), + [sym__eq_eq_custom] = ACTIONS(4080), + [sym__plus_then_ws] = ACTIONS(4080), + [sym__minus_then_ws] = ACTIONS(4080), + [sym__bang_custom] = ACTIONS(4080), + [sym__custom_operator] = ACTIONS(4080), + [sym__hash_symbol_custom] = ACTIONS(4080), + [sym__directive_if] = ACTIONS(4080), + [sym__directive_elseif] = ACTIONS(4080), + [sym__directive_else] = ACTIONS(4080), + [sym__directive_endif] = ACTIONS(4080), + }, + [STATE(1614)] = { + [anon_sym_BANG] = ACTIONS(4082), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(4082), + [aux_sym_simple_identifier_token2] = ACTIONS(4084), + [aux_sym_simple_identifier_token3] = ACTIONS(4084), + [aux_sym_simple_identifier_token4] = ACTIONS(4084), + [anon_sym_actor] = ACTIONS(4082), + [anon_sym_async] = ACTIONS(4082), + [anon_sym_each] = ACTIONS(4082), + [anon_sym_lazy] = ACTIONS(4082), + [anon_sym_repeat] = ACTIONS(4082), + [anon_sym_package] = ACTIONS(4082), + [anon_sym_nil] = ACTIONS(4082), + [sym_real_literal] = ACTIONS(4084), + [sym_integer_literal] = ACTIONS(4082), + [sym_hex_literal] = ACTIONS(4082), + [sym_oct_literal] = ACTIONS(4084), + [sym_bin_literal] = ACTIONS(4084), + [anon_sym_true] = ACTIONS(4082), + [anon_sym_false] = ACTIONS(4082), + [anon_sym_DQUOTE] = ACTIONS(4082), + [anon_sym_BSLASH] = ACTIONS(4084), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(4084), + [sym__oneline_regex_literal] = ACTIONS(4082), + [anon_sym_LPAREN] = ACTIONS(4084), + [anon_sym_LBRACK] = ACTIONS(4084), + [anon_sym_AMP] = ACTIONS(4084), + [anon_sym_TILDE] = ACTIONS(4084), + [anon_sym_if] = ACTIONS(4082), + [anon_sym_switch] = ACTIONS(4082), + [aux_sym_custom_operator_token1] = ACTIONS(4084), + [anon_sym_LT] = ACTIONS(4082), + [anon_sym_GT] = ACTIONS(4082), + [anon_sym_await] = ACTIONS(4082), + [anon_sym_LBRACE] = ACTIONS(4084), + [anon_sym_CARET_LBRACE] = ACTIONS(4084), + [anon_sym_self] = ACTIONS(4082), + [anon_sym_super] = ACTIONS(4082), + [anon_sym_try] = ACTIONS(4082), + [anon_sym_PLUS_EQ] = ACTIONS(4084), + [anon_sym_DASH_EQ] = ACTIONS(4084), + [anon_sym_STAR_EQ] = ACTIONS(4084), + [anon_sym_SLASH_EQ] = ACTIONS(4084), + [anon_sym_PERCENT_EQ] = ACTIONS(4084), + [anon_sym_BANG_EQ] = ACTIONS(4082), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4084), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4084), + [anon_sym_LT_EQ] = ACTIONS(4084), + [anon_sym_GT_EQ] = ACTIONS(4084), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4084), + [anon_sym_DOT_DOT_LT] = ACTIONS(4084), + [anon_sym_PLUS] = ACTIONS(4082), + [anon_sym_DASH] = ACTIONS(4082), + [anon_sym_STAR] = ACTIONS(4082), + [anon_sym_SLASH] = ACTIONS(4082), + [anon_sym_PERCENT] = ACTIONS(4082), + [anon_sym_PLUS_PLUS] = ACTIONS(4084), + [anon_sym_DASH_DASH] = ACTIONS(4084), + [anon_sym_PIPE] = ACTIONS(4084), + [anon_sym_CARET] = ACTIONS(4082), + [anon_sym_LT_LT] = ACTIONS(4084), + [anon_sym_GT_GT] = ACTIONS(4084), + [anon_sym_AT] = ACTIONS(4084), + [anon_sym_borrowing] = ACTIONS(4082), + [anon_sym_consuming] = ACTIONS(4082), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(4084), + [sym_raw_str_end_part] = ACTIONS(4084), + [sym__dot_custom] = ACTIONS(4084), + [sym__eq_custom] = ACTIONS(4084), + [sym__eq_eq_custom] = ACTIONS(4084), + [sym__plus_then_ws] = ACTIONS(4084), + [sym__minus_then_ws] = ACTIONS(4084), + [sym__bang_custom] = ACTIONS(4084), + [sym__custom_operator] = ACTIONS(4084), + [sym__hash_symbol_custom] = ACTIONS(4084), + [sym__directive_if] = ACTIONS(4084), + [sym__directive_elseif] = ACTIONS(4084), + [sym__directive_else] = ACTIONS(4084), + [sym__directive_endif] = ACTIONS(4084), + }, + [STATE(1615)] = { + [sym__quest] = STATE(665), + [sym__immediate_quest] = STATE(3794), + [sym__range_operator] = STATE(468), + [sym_custom_operator] = STATE(469), + [sym_navigation_suffix] = STATE(3676), + [sym_call_suffix] = STATE(3671), + [sym__fn_call_lambda_arguments] = STATE(3672), + [sym_value_arguments] = STATE(2898), + [sym_lambda_literal] = STATE(1754), + [sym__equality_operator] = STATE(470), + [sym__comparison_operator] = STATE(471), + [sym__three_dot_operator] = STATE(1330), + [sym__open_ended_range_operator] = STATE(468), + [sym__is_operator] = STATE(4294), + [sym__additive_operator] = STATE(633), + [sym__multiplicative_operator] = STATE(634), + [sym_as_operator] = STATE(4296), + [sym__bitwise_binary_operator] = STATE(472), + [sym__postfix_unary_operator] = STATE(3675), + [sym__eq_eq] = STATE(470), + [sym__dot] = STATE(5563), + [sym__conjunction_operator] = STATE(473), + [sym__disjunction_operator] = STATE(474), + [sym__nil_coalescing_operator] = STATE(475), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(3675), + [anon_sym_BANG] = ACTIONS(3957), + [sym_comment] = ACTIONS(3), + [anon_sym_COMMA] = ACTIONS(2057), + [anon_sym_LPAREN] = ACTIONS(3959), + [anon_sym_LBRACK] = ACTIONS(3961), + [anon_sym_QMARK] = ACTIONS(4053), + [anon_sym_QMARK2] = ACTIONS(3963), + [anon_sym_AMP] = ACTIONS(3965), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3967), + [anon_sym_GT] = ACTIONS(3967), + [anon_sym_LBRACE] = ACTIONS(4055), + [anon_sym_CARET_LBRACE] = ACTIONS(4055), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3969), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3971), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3971), + [anon_sym_LT_EQ] = ACTIONS(3973), + [anon_sym_GT_EQ] = ACTIONS(3973), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1205), + [anon_sym_DOT_DOT_LT] = ACTIONS(3975), + [anon_sym_is] = ACTIONS(3977), + [anon_sym_PLUS] = ACTIONS(3979), + [anon_sym_DASH] = ACTIONS(3979), + [anon_sym_STAR] = ACTIONS(3981), + [anon_sym_SLASH] = ACTIONS(3981), + [anon_sym_PERCENT] = ACTIONS(3981), + [anon_sym_PLUS_PLUS] = ACTIONS(3983), + [anon_sym_DASH_DASH] = ACTIONS(3983), + [anon_sym_PIPE] = ACTIONS(3965), + [anon_sym_CARET] = ACTIONS(3985), + [anon_sym_LT_LT] = ACTIONS(3965), + [anon_sym_GT_GT] = ACTIONS(3965), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(3987), + [sym__conjunction_operator_custom] = ACTIONS(3989), + [sym__disjunction_operator_custom] = ACTIONS(3991), + [sym__nil_coalescing_operator_custom] = ACTIONS(3993), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3971), + [sym__plus_then_ws] = ACTIONS(3995), + [sym__minus_then_ws] = ACTIONS(3995), + [sym__bang_custom] = ACTIONS(3997), + [sym_else] = ACTIONS(2057), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1616)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_RPAREN] = ACTIONS(4086), + [anon_sym_COMMA] = ACTIONS(4086), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(3678), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1617)] = { + [anon_sym_BANG] = ACTIONS(2300), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(2300), + [aux_sym_simple_identifier_token2] = ACTIONS(2302), + [aux_sym_simple_identifier_token3] = ACTIONS(2302), + [aux_sym_simple_identifier_token4] = ACTIONS(2302), + [anon_sym_actor] = ACTIONS(2300), + [anon_sym_async] = ACTIONS(2300), + [anon_sym_each] = ACTIONS(2300), + [anon_sym_lazy] = ACTIONS(2300), + [anon_sym_repeat] = ACTIONS(2300), + [anon_sym_package] = ACTIONS(2300), + [anon_sym_nil] = ACTIONS(2300), + [sym_real_literal] = ACTIONS(2302), + [sym_integer_literal] = ACTIONS(2300), + [sym_hex_literal] = ACTIONS(2300), + [sym_oct_literal] = ACTIONS(2302), + [sym_bin_literal] = ACTIONS(2302), + [anon_sym_true] = ACTIONS(2300), + [anon_sym_false] = ACTIONS(2300), + [anon_sym_DQUOTE] = ACTIONS(2300), + [anon_sym_BSLASH] = ACTIONS(2302), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2302), + [sym__oneline_regex_literal] = ACTIONS(2300), + [anon_sym_LPAREN] = ACTIONS(2302), + [anon_sym_LBRACK] = ACTIONS(2302), + [anon_sym_AMP] = ACTIONS(2302), + [anon_sym_TILDE] = ACTIONS(2302), + [anon_sym_if] = ACTIONS(2300), + [anon_sym_switch] = ACTIONS(2300), + [aux_sym_custom_operator_token1] = ACTIONS(2302), + [anon_sym_LT] = ACTIONS(2300), + [anon_sym_GT] = ACTIONS(2300), + [anon_sym_await] = ACTIONS(2300), + [anon_sym_LBRACE] = ACTIONS(2302), + [anon_sym_CARET_LBRACE] = ACTIONS(2302), + [anon_sym_self] = ACTIONS(2300), + [anon_sym_super] = ACTIONS(2300), + [anon_sym_try] = ACTIONS(2300), + [anon_sym_PLUS_EQ] = ACTIONS(2302), + [anon_sym_DASH_EQ] = ACTIONS(2302), + [anon_sym_STAR_EQ] = ACTIONS(2302), + [anon_sym_SLASH_EQ] = ACTIONS(2302), + [anon_sym_PERCENT_EQ] = ACTIONS(2302), + [anon_sym_BANG_EQ] = ACTIONS(2300), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2302), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2302), + [anon_sym_LT_EQ] = ACTIONS(2302), + [anon_sym_GT_EQ] = ACTIONS(2302), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2302), + [anon_sym_DOT_DOT_LT] = ACTIONS(2302), + [anon_sym_PLUS] = ACTIONS(2300), + [anon_sym_DASH] = ACTIONS(2300), + [anon_sym_STAR] = ACTIONS(2300), + [anon_sym_SLASH] = ACTIONS(2300), + [anon_sym_PERCENT] = ACTIONS(2300), + [anon_sym_PLUS_PLUS] = ACTIONS(2302), + [anon_sym_DASH_DASH] = ACTIONS(2302), + [anon_sym_PIPE] = ACTIONS(2302), + [anon_sym_CARET] = ACTIONS(2300), + [anon_sym_LT_LT] = ACTIONS(2302), + [anon_sym_GT_GT] = ACTIONS(2302), + [anon_sym_AT] = ACTIONS(2302), + [anon_sym_borrowing] = ACTIONS(2300), + [anon_sym_consuming] = ACTIONS(2300), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(2302), + [sym_raw_str_end_part] = ACTIONS(2302), + [sym__dot_custom] = ACTIONS(2302), + [sym__eq_custom] = ACTIONS(2302), + [sym__eq_eq_custom] = ACTIONS(2302), + [sym__plus_then_ws] = ACTIONS(2302), + [sym__minus_then_ws] = ACTIONS(2302), + [sym__bang_custom] = ACTIONS(2302), + [sym__custom_operator] = ACTIONS(2302), + [sym__hash_symbol_custom] = ACTIONS(2302), + [sym__directive_if] = ACTIONS(2302), + [sym__directive_elseif] = ACTIONS(2302), + [sym__directive_else] = ACTIONS(2302), + [sym__directive_endif] = ACTIONS(2302), + }, + [STATE(1618)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_RPAREN] = ACTIONS(4088), + [anon_sym_COMMA] = ACTIONS(4088), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(3678), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1619)] = { + [anon_sym_BANG] = ACTIONS(2229), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(2229), + [aux_sym_simple_identifier_token2] = ACTIONS(2231), + [aux_sym_simple_identifier_token3] = ACTIONS(2231), + [aux_sym_simple_identifier_token4] = ACTIONS(2231), + [anon_sym_actor] = ACTIONS(2229), + [anon_sym_async] = ACTIONS(2229), + [anon_sym_each] = ACTIONS(2229), + [anon_sym_lazy] = ACTIONS(2229), + [anon_sym_repeat] = ACTIONS(2229), + [anon_sym_package] = ACTIONS(2229), + [anon_sym_nil] = ACTIONS(2229), + [sym_real_literal] = ACTIONS(2231), + [sym_integer_literal] = ACTIONS(2229), + [sym_hex_literal] = ACTIONS(2229), + [sym_oct_literal] = ACTIONS(2231), + [sym_bin_literal] = ACTIONS(2231), + [anon_sym_true] = ACTIONS(2229), + [anon_sym_false] = ACTIONS(2229), + [anon_sym_DQUOTE] = ACTIONS(2229), + [anon_sym_BSLASH] = ACTIONS(2231), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2231), + [sym__oneline_regex_literal] = ACTIONS(2229), + [anon_sym_LPAREN] = ACTIONS(2231), + [anon_sym_LBRACK] = ACTIONS(2231), + [anon_sym_AMP] = ACTIONS(2231), + [anon_sym_TILDE] = ACTIONS(2231), + [anon_sym_if] = ACTIONS(2229), + [anon_sym_switch] = ACTIONS(2229), + [aux_sym_custom_operator_token1] = ACTIONS(2231), + [anon_sym_LT] = ACTIONS(2229), + [anon_sym_GT] = ACTIONS(2229), + [anon_sym_await] = ACTIONS(2229), + [anon_sym_LBRACE] = ACTIONS(2231), + [anon_sym_CARET_LBRACE] = ACTIONS(2231), + [anon_sym_self] = ACTIONS(2229), + [anon_sym_super] = ACTIONS(2229), + [anon_sym_try] = ACTIONS(2229), + [anon_sym_PLUS_EQ] = ACTIONS(2231), + [anon_sym_DASH_EQ] = ACTIONS(2231), + [anon_sym_STAR_EQ] = ACTIONS(2231), + [anon_sym_SLASH_EQ] = ACTIONS(2231), + [anon_sym_PERCENT_EQ] = ACTIONS(2231), + [anon_sym_BANG_EQ] = ACTIONS(2229), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2231), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2231), + [anon_sym_LT_EQ] = ACTIONS(2231), + [anon_sym_GT_EQ] = ACTIONS(2231), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2231), + [anon_sym_DOT_DOT_LT] = ACTIONS(2231), + [anon_sym_PLUS] = ACTIONS(2229), + [anon_sym_DASH] = ACTIONS(2229), + [anon_sym_STAR] = ACTIONS(2229), + [anon_sym_SLASH] = ACTIONS(2229), + [anon_sym_PERCENT] = ACTIONS(2229), + [anon_sym_PLUS_PLUS] = ACTIONS(2231), + [anon_sym_DASH_DASH] = ACTIONS(2231), + [anon_sym_PIPE] = ACTIONS(2231), + [anon_sym_CARET] = ACTIONS(2229), + [anon_sym_LT_LT] = ACTIONS(2231), + [anon_sym_GT_GT] = ACTIONS(2231), + [anon_sym_AT] = ACTIONS(2231), + [anon_sym_borrowing] = ACTIONS(2229), + [anon_sym_consuming] = ACTIONS(2229), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(2231), + [sym_raw_str_end_part] = ACTIONS(2231), + [sym__dot_custom] = ACTIONS(2231), + [sym__eq_custom] = ACTIONS(2231), + [sym__eq_eq_custom] = ACTIONS(2231), + [sym__plus_then_ws] = ACTIONS(2231), + [sym__minus_then_ws] = ACTIONS(2231), + [sym__bang_custom] = ACTIONS(2231), + [sym__custom_operator] = ACTIONS(2231), + [sym__hash_symbol_custom] = ACTIONS(2231), + [sym__directive_if] = ACTIONS(2231), + [sym__directive_elseif] = ACTIONS(2231), + [sym__directive_else] = ACTIONS(2231), + [sym__directive_endif] = ACTIONS(2231), + }, + [STATE(1620)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_RPAREN] = ACTIONS(4090), + [anon_sym_COMMA] = ACTIONS(4090), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(3678), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1621)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_RPAREN] = ACTIONS(4092), + [anon_sym_COMMA] = ACTIONS(4092), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(3678), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1622)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_RPAREN] = ACTIONS(4094), + [anon_sym_COMMA] = ACTIONS(4094), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(3678), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1623)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_RPAREN] = ACTIONS(4096), + [anon_sym_COMMA] = ACTIONS(4096), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(3678), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1624)] = { + [sym__quest] = STATE(665), + [sym__immediate_quest] = STATE(3794), + [sym__range_operator] = STATE(468), + [sym_custom_operator] = STATE(469), + [sym_navigation_suffix] = STATE(3676), + [sym_call_suffix] = STATE(3671), + [sym__fn_call_lambda_arguments] = STATE(3672), + [sym_value_arguments] = STATE(2898), + [sym_lambda_literal] = STATE(1754), + [sym__equality_operator] = STATE(470), + [sym__comparison_operator] = STATE(471), + [sym__three_dot_operator] = STATE(1330), + [sym__open_ended_range_operator] = STATE(468), + [sym__is_operator] = STATE(4294), + [sym__additive_operator] = STATE(633), + [sym__multiplicative_operator] = STATE(634), + [sym_as_operator] = STATE(4296), + [sym__bitwise_binary_operator] = STATE(472), + [sym__postfix_unary_operator] = STATE(3675), + [sym__eq_eq] = STATE(470), + [sym__dot] = STATE(5563), + [sym__conjunction_operator] = STATE(473), + [sym__disjunction_operator] = STATE(474), + [sym__nil_coalescing_operator] = STATE(475), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(3675), + [anon_sym_BANG] = ACTIONS(3957), + [sym_comment] = ACTIONS(3), + [anon_sym_COMMA] = ACTIONS(1865), + [anon_sym_LPAREN] = ACTIONS(1865), + [anon_sym_LBRACK] = ACTIONS(1865), + [anon_sym_QMARK] = ACTIONS(1867), + [anon_sym_QMARK2] = ACTIONS(1865), + [anon_sym_AMP] = ACTIONS(1865), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(1867), + [anon_sym_GT] = ACTIONS(1867), + [anon_sym_LBRACE] = ACTIONS(1865), + [anon_sym_CARET_LBRACE] = ACTIONS(1865), + [anon_sym_PLUS_EQ] = ACTIONS(1865), + [anon_sym_DASH_EQ] = ACTIONS(1865), + [anon_sym_STAR_EQ] = ACTIONS(1865), + [anon_sym_SLASH_EQ] = ACTIONS(1865), + [anon_sym_PERCENT_EQ] = ACTIONS(1865), + [anon_sym_BANG_EQ] = ACTIONS(3969), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3971), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3971), + [anon_sym_LT_EQ] = ACTIONS(1865), + [anon_sym_GT_EQ] = ACTIONS(1865), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1865), + [anon_sym_DOT_DOT_LT] = ACTIONS(1865), + [anon_sym_is] = ACTIONS(3977), + [anon_sym_PLUS] = ACTIONS(3979), + [anon_sym_DASH] = ACTIONS(3979), + [anon_sym_STAR] = ACTIONS(3981), + [anon_sym_SLASH] = ACTIONS(3981), + [anon_sym_PERCENT] = ACTIONS(3981), + [anon_sym_PLUS_PLUS] = ACTIONS(3983), + [anon_sym_DASH_DASH] = ACTIONS(3983), + [anon_sym_PIPE] = ACTIONS(1865), + [anon_sym_CARET] = ACTIONS(1867), + [anon_sym_LT_LT] = ACTIONS(1865), + [anon_sym_GT_GT] = ACTIONS(1865), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1865), + [sym__conjunction_operator_custom] = ACTIONS(3989), + [sym__disjunction_operator_custom] = ACTIONS(3991), + [sym__nil_coalescing_operator_custom] = ACTIONS(3993), + [sym__eq_custom] = ACTIONS(1865), + [sym__eq_eq_custom] = ACTIONS(3971), + [sym__plus_then_ws] = ACTIONS(3995), + [sym__minus_then_ws] = ACTIONS(3995), + [sym__bang_custom] = ACTIONS(3997), + [sym_else] = ACTIONS(1865), + [sym__as_custom] = ACTIONS(1865), + [sym__as_quest_custom] = ACTIONS(1865), + [sym__as_bang_custom] = ACTIONS(1865), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1625)] = { + [sym__quest] = STATE(665), + [sym__immediate_quest] = STATE(3794), + [sym__range_operator] = STATE(468), + [sym_custom_operator] = STATE(469), + [sym_navigation_suffix] = STATE(3676), + [sym_call_suffix] = STATE(3671), + [sym__fn_call_lambda_arguments] = STATE(3672), + [sym_value_arguments] = STATE(2898), + [sym_lambda_literal] = STATE(1754), + [sym__equality_operator] = STATE(470), + [sym__comparison_operator] = STATE(471), + [sym__three_dot_operator] = STATE(1330), + [sym__open_ended_range_operator] = STATE(468), + [sym__is_operator] = STATE(4294), + [sym__additive_operator] = STATE(633), + [sym__multiplicative_operator] = STATE(634), + [sym_as_operator] = STATE(4296), + [sym__bitwise_binary_operator] = STATE(472), + [sym__postfix_unary_operator] = STATE(3675), + [sym__eq_eq] = STATE(470), + [sym__dot] = STATE(5563), + [sym__conjunction_operator] = STATE(473), + [sym__disjunction_operator] = STATE(474), + [sym__nil_coalescing_operator] = STATE(475), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(3675), + [anon_sym_BANG] = ACTIONS(3957), + [sym_comment] = ACTIONS(3), + [anon_sym_COMMA] = ACTIONS(1877), + [anon_sym_LPAREN] = ACTIONS(3959), + [anon_sym_LBRACK] = ACTIONS(3961), + [anon_sym_QMARK] = ACTIONS(4053), + [anon_sym_QMARK2] = ACTIONS(3963), + [anon_sym_AMP] = ACTIONS(3965), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3967), + [anon_sym_GT] = ACTIONS(3967), + [anon_sym_LBRACE] = ACTIONS(4055), + [anon_sym_CARET_LBRACE] = ACTIONS(4055), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3969), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3971), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3971), + [anon_sym_LT_EQ] = ACTIONS(3973), + [anon_sym_GT_EQ] = ACTIONS(3973), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1205), + [anon_sym_DOT_DOT_LT] = ACTIONS(3975), + [anon_sym_is] = ACTIONS(3977), + [anon_sym_PLUS] = ACTIONS(3979), + [anon_sym_DASH] = ACTIONS(3979), + [anon_sym_STAR] = ACTIONS(3981), + [anon_sym_SLASH] = ACTIONS(3981), + [anon_sym_PERCENT] = ACTIONS(3981), + [anon_sym_PLUS_PLUS] = ACTIONS(3983), + [anon_sym_DASH_DASH] = ACTIONS(3983), + [anon_sym_PIPE] = ACTIONS(3965), + [anon_sym_CARET] = ACTIONS(3985), + [anon_sym_LT_LT] = ACTIONS(3965), + [anon_sym_GT_GT] = ACTIONS(3965), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(3987), + [sym__conjunction_operator_custom] = ACTIONS(3989), + [sym__disjunction_operator_custom] = ACTIONS(3991), + [sym__nil_coalescing_operator_custom] = ACTIONS(3993), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3971), + [sym__plus_then_ws] = ACTIONS(3995), + [sym__minus_then_ws] = ACTIONS(3995), + [sym__bang_custom] = ACTIONS(3997), + [sym_else] = ACTIONS(1877), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1626)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_RPAREN] = ACTIONS(4098), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(3678), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1627)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_RPAREN] = ACTIONS(4100), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(3678), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1628)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_RPAREN] = ACTIONS(4102), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(3678), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1629)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_RPAREN] = ACTIONS(4104), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(3678), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1630)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_RPAREN] = ACTIONS(4106), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(3678), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1631)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_RPAREN] = ACTIONS(4108), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(3678), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1632)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_RPAREN] = ACTIONS(4110), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(3678), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1633)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON] = ACTIONS(4112), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(3678), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1634)] = { + [sym__quest] = STATE(673), + [sym__immediate_quest] = STATE(3665), + [sym__range_operator] = STATE(493), + [sym_custom_operator] = STATE(399), + [sym_navigation_suffix] = STATE(3101), + [sym_call_suffix] = STATE(3103), + [sym__fn_call_lambda_arguments] = STATE(3104), + [sym_value_arguments] = STATE(2707), + [sym_lambda_literal] = STATE(1729), + [sym__equality_operator] = STATE(497), + [sym__comparison_operator] = STATE(498), + [sym__three_dot_operator] = STATE(1181), + [sym__open_ended_range_operator] = STATE(493), + [sym__is_operator] = STATE(4385), + [sym__additive_operator] = STATE(688), + [sym__multiplicative_operator] = STATE(689), + [sym_as_operator] = STATE(4386), + [sym__bitwise_binary_operator] = STATE(504), + [sym__postfix_unary_operator] = STATE(3114), + [sym__eq_eq] = STATE(497), + [sym__dot] = STATE(5641), + [sym__conjunction_operator] = STATE(505), + [sym__disjunction_operator] = STATE(508), + [sym__nil_coalescing_operator] = STATE(510), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(3114), + [anon_sym_BANG] = ACTIONS(3758), + [sym_comment] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(3760), + [anon_sym_LBRACK] = ACTIONS(3762), + [anon_sym_QMARK] = ACTIONS(3856), + [anon_sym_QMARK2] = ACTIONS(3764), + [anon_sym_AMP] = ACTIONS(3766), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3768), + [anon_sym_GT] = ACTIONS(3768), + [anon_sym_LBRACE] = ACTIONS(4114), + [anon_sym_CARET_LBRACE] = ACTIONS(3842), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3770), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3772), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3772), + [anon_sym_LT_EQ] = ACTIONS(3774), + [anon_sym_GT_EQ] = ACTIONS(3774), + [anon_sym_DOT_DOT_DOT] = ACTIONS(989), + [anon_sym_DOT_DOT_LT] = ACTIONS(3776), + [anon_sym_is] = ACTIONS(3778), + [anon_sym_PLUS] = ACTIONS(3780), + [anon_sym_DASH] = ACTIONS(3780), + [anon_sym_STAR] = ACTIONS(3782), + [anon_sym_SLASH] = ACTIONS(3782), + [anon_sym_PERCENT] = ACTIONS(3782), + [anon_sym_PLUS_PLUS] = ACTIONS(3784), + [anon_sym_DASH_DASH] = ACTIONS(3784), + [anon_sym_PIPE] = ACTIONS(3766), + [anon_sym_CARET] = ACTIONS(3786), + [anon_sym_LT_LT] = ACTIONS(3766), + [anon_sym_GT_GT] = ACTIONS(3766), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(3788), + [sym__conjunction_operator_custom] = ACTIONS(3790), + [sym__disjunction_operator_custom] = ACTIONS(3792), + [sym__nil_coalescing_operator_custom] = ACTIONS(3794), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3772), + [sym__plus_then_ws] = ACTIONS(3796), + [sym__minus_then_ws] = ACTIONS(3796), + [sym__bang_custom] = ACTIONS(3798), + [sym_where_keyword] = ACTIONS(4114), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1635)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_RPAREN] = ACTIONS(4116), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(3678), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1636)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_RPAREN] = ACTIONS(4118), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(3678), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1637)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_RPAREN] = ACTIONS(4120), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(3678), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1638)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_RPAREN] = ACTIONS(4122), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(3678), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1639)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON] = ACTIONS(4124), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(3678), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1640)] = { + [anon_sym_BANG] = ACTIONS(1761), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1761), + [aux_sym_simple_identifier_token2] = ACTIONS(1763), + [aux_sym_simple_identifier_token3] = ACTIONS(1763), + [aux_sym_simple_identifier_token4] = ACTIONS(1763), + [anon_sym_actor] = ACTIONS(1761), + [anon_sym_async] = ACTIONS(1761), + [anon_sym_each] = ACTIONS(1761), + [anon_sym_lazy] = ACTIONS(1761), + [anon_sym_repeat] = ACTIONS(1761), + [anon_sym_package] = ACTIONS(1761), + [anon_sym_nil] = ACTIONS(1761), + [sym_real_literal] = ACTIONS(1763), + [sym_integer_literal] = ACTIONS(1761), + [sym_hex_literal] = ACTIONS(1761), + [sym_oct_literal] = ACTIONS(1763), + [sym_bin_literal] = ACTIONS(1763), + [anon_sym_true] = ACTIONS(1761), + [anon_sym_false] = ACTIONS(1761), + [anon_sym_DQUOTE] = ACTIONS(1761), + [anon_sym_BSLASH] = ACTIONS(1763), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1763), + [sym__oneline_regex_literal] = ACTIONS(1761), + [anon_sym_LPAREN] = ACTIONS(1763), + [anon_sym_LBRACK] = ACTIONS(1763), + [anon_sym_AMP] = ACTIONS(1763), + [anon_sym_TILDE] = ACTIONS(1763), + [anon_sym_if] = ACTIONS(1761), + [anon_sym_switch] = ACTIONS(1761), + [aux_sym_custom_operator_token1] = ACTIONS(1763), + [anon_sym_LT] = ACTIONS(1761), + [anon_sym_GT] = ACTIONS(1761), + [anon_sym_await] = ACTIONS(1761), + [anon_sym_LBRACE] = ACTIONS(1763), + [anon_sym_CARET_LBRACE] = ACTIONS(1763), + [anon_sym_self] = ACTIONS(1761), + [anon_sym_super] = ACTIONS(1761), + [anon_sym_try] = ACTIONS(1761), + [anon_sym_PLUS_EQ] = ACTIONS(1763), + [anon_sym_DASH_EQ] = ACTIONS(1763), + [anon_sym_STAR_EQ] = ACTIONS(1763), + [anon_sym_SLASH_EQ] = ACTIONS(1763), + [anon_sym_PERCENT_EQ] = ACTIONS(1763), + [anon_sym_BANG_EQ] = ACTIONS(1761), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1763), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1763), + [anon_sym_LT_EQ] = ACTIONS(1763), + [anon_sym_GT_EQ] = ACTIONS(1763), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1763), + [anon_sym_DOT_DOT_LT] = ACTIONS(1763), + [anon_sym_PLUS] = ACTIONS(1761), + [anon_sym_DASH] = ACTIONS(1761), + [anon_sym_STAR] = ACTIONS(1761), + [anon_sym_SLASH] = ACTIONS(1761), + [anon_sym_PERCENT] = ACTIONS(1761), + [anon_sym_PLUS_PLUS] = ACTIONS(1763), + [anon_sym_DASH_DASH] = ACTIONS(1763), + [anon_sym_PIPE] = ACTIONS(1763), + [anon_sym_CARET] = ACTIONS(1761), + [anon_sym_LT_LT] = ACTIONS(1763), + [anon_sym_GT_GT] = ACTIONS(1763), + [anon_sym_borrowing] = ACTIONS(1761), + [anon_sym_consuming] = ACTIONS(1761), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(1763), + [sym_raw_str_end_part] = ACTIONS(1763), + [sym__dot_custom] = ACTIONS(1763), + [sym__eq_custom] = ACTIONS(1763), + [sym__eq_eq_custom] = ACTIONS(1763), + [sym__plus_then_ws] = ACTIONS(1763), + [sym__minus_then_ws] = ACTIONS(1763), + [sym__bang_custom] = ACTIONS(1763), + [sym__custom_operator] = ACTIONS(1763), + [sym__hash_symbol_custom] = ACTIONS(1763), + [sym__directive_if] = ACTIONS(1763), + [sym__directive_elseif] = ACTIONS(1763), + [sym__directive_else] = ACTIONS(1763), + [sym__directive_endif] = ACTIONS(1763), + }, + [STATE(1641)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_RPAREN] = ACTIONS(4126), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(3678), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1642)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON] = ACTIONS(4128), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(3678), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1643)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_RPAREN] = ACTIONS(4130), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(3678), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1644)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON] = ACTIONS(4132), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(3678), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1645)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_RPAREN] = ACTIONS(4134), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(3678), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1646)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_RPAREN] = ACTIONS(4136), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(3678), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1647)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_RPAREN] = ACTIONS(4138), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(3678), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1648)] = { + [anon_sym_BANG] = ACTIONS(4140), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(4140), + [aux_sym_simple_identifier_token2] = ACTIONS(4142), + [aux_sym_simple_identifier_token3] = ACTIONS(4142), + [aux_sym_simple_identifier_token4] = ACTIONS(4142), + [anon_sym_actor] = ACTIONS(4140), + [anon_sym_async] = ACTIONS(4140), + [anon_sym_each] = ACTIONS(4140), + [anon_sym_lazy] = ACTIONS(4140), + [anon_sym_repeat] = ACTIONS(4140), + [anon_sym_package] = ACTIONS(4140), + [anon_sym_nil] = ACTIONS(4140), + [sym_real_literal] = ACTIONS(4142), + [sym_integer_literal] = ACTIONS(4140), + [sym_hex_literal] = ACTIONS(4140), + [sym_oct_literal] = ACTIONS(4142), + [sym_bin_literal] = ACTIONS(4142), + [anon_sym_true] = ACTIONS(4140), + [anon_sym_false] = ACTIONS(4140), + [anon_sym_DQUOTE] = ACTIONS(4140), + [anon_sym_BSLASH] = ACTIONS(4142), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(4142), + [sym__oneline_regex_literal] = ACTIONS(4140), + [anon_sym_LPAREN] = ACTIONS(4142), + [anon_sym_LBRACK] = ACTIONS(4142), + [anon_sym_AMP] = ACTIONS(4142), + [anon_sym_TILDE] = ACTIONS(4142), + [anon_sym_if] = ACTIONS(4140), + [anon_sym_switch] = ACTIONS(4140), + [aux_sym_custom_operator_token1] = ACTIONS(4142), + [anon_sym_LT] = ACTIONS(4140), + [anon_sym_GT] = ACTIONS(4140), + [anon_sym_await] = ACTIONS(4140), + [anon_sym_LBRACE] = ACTIONS(4142), + [anon_sym_CARET_LBRACE] = ACTIONS(4142), + [anon_sym_self] = ACTIONS(4140), + [anon_sym_super] = ACTIONS(4140), + [anon_sym_try] = ACTIONS(4140), + [anon_sym_PLUS_EQ] = ACTIONS(4142), + [anon_sym_DASH_EQ] = ACTIONS(4142), + [anon_sym_STAR_EQ] = ACTIONS(4142), + [anon_sym_SLASH_EQ] = ACTIONS(4142), + [anon_sym_PERCENT_EQ] = ACTIONS(4142), + [anon_sym_BANG_EQ] = ACTIONS(4140), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4142), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4142), + [anon_sym_LT_EQ] = ACTIONS(4142), + [anon_sym_GT_EQ] = ACTIONS(4142), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4142), + [anon_sym_DOT_DOT_LT] = ACTIONS(4142), + [anon_sym_PLUS] = ACTIONS(4140), + [anon_sym_DASH] = ACTIONS(4140), + [anon_sym_STAR] = ACTIONS(4140), + [anon_sym_SLASH] = ACTIONS(4140), + [anon_sym_PERCENT] = ACTIONS(4140), + [anon_sym_PLUS_PLUS] = ACTIONS(4142), + [anon_sym_DASH_DASH] = ACTIONS(4142), + [anon_sym_PIPE] = ACTIONS(4142), + [anon_sym_CARET] = ACTIONS(4140), + [anon_sym_LT_LT] = ACTIONS(4142), + [anon_sym_GT_GT] = ACTIONS(4142), + [anon_sym_borrowing] = ACTIONS(4140), + [anon_sym_consuming] = ACTIONS(4140), + [sym_multiline_comment] = ACTIONS(5), + [sym_raw_str_part] = ACTIONS(4142), + [sym_raw_str_end_part] = ACTIONS(4142), + [sym__dot_custom] = ACTIONS(4142), + [sym__eq_custom] = ACTIONS(4142), + [sym__eq_eq_custom] = ACTIONS(4142), + [sym__plus_then_ws] = ACTIONS(4142), + [sym__minus_then_ws] = ACTIONS(4142), + [sym__bang_custom] = ACTIONS(4142), + [sym__custom_operator] = ACTIONS(4142), + [sym__hash_symbol_custom] = ACTIONS(4142), + [sym__directive_if] = ACTIONS(4142), + [sym__directive_elseif] = ACTIONS(4142), + [sym__directive_else] = ACTIONS(4142), + [sym__directive_endif] = ACTIONS(4142), + }, + [STATE(1649)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON] = ACTIONS(4144), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(3678), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1650)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_RPAREN] = ACTIONS(4146), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(3678), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1651)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON] = ACTIONS(4148), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(3678), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1652)] = { + [sym__quest] = STATE(673), + [sym__immediate_quest] = STATE(3665), + [sym__range_operator] = STATE(493), + [sym_custom_operator] = STATE(399), + [sym_navigation_suffix] = STATE(3101), + [sym_call_suffix] = STATE(3103), + [sym__fn_call_lambda_arguments] = STATE(3104), + [sym_value_arguments] = STATE(2707), + [sym_lambda_literal] = STATE(1729), + [sym__equality_operator] = STATE(497), + [sym__comparison_operator] = STATE(498), + [sym__three_dot_operator] = STATE(1181), + [sym__open_ended_range_operator] = STATE(493), + [sym__is_operator] = STATE(4385), + [sym__additive_operator] = STATE(688), + [sym__multiplicative_operator] = STATE(689), + [sym_as_operator] = STATE(4386), + [sym__bitwise_binary_operator] = STATE(504), + [sym__postfix_unary_operator] = STATE(3114), + [sym__eq_eq] = STATE(497), + [sym__dot] = STATE(5641), + [sym__conjunction_operator] = STATE(505), + [sym__disjunction_operator] = STATE(508), + [sym__nil_coalescing_operator] = STATE(510), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(3114), + [anon_sym_BANG] = ACTIONS(3758), + [sym_comment] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(3760), + [anon_sym_LBRACK] = ACTIONS(3762), + [anon_sym_QMARK] = ACTIONS(3856), + [anon_sym_QMARK2] = ACTIONS(3764), + [anon_sym_AMP] = ACTIONS(3766), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3768), + [anon_sym_GT] = ACTIONS(3768), + [anon_sym_LBRACE] = ACTIONS(4150), + [anon_sym_CARET_LBRACE] = ACTIONS(3842), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3770), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3772), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3772), + [anon_sym_LT_EQ] = ACTIONS(3774), + [anon_sym_GT_EQ] = ACTIONS(3774), + [anon_sym_DOT_DOT_DOT] = ACTIONS(989), + [anon_sym_DOT_DOT_LT] = ACTIONS(3776), + [anon_sym_is] = ACTIONS(3778), + [anon_sym_PLUS] = ACTIONS(3780), + [anon_sym_DASH] = ACTIONS(3780), + [anon_sym_STAR] = ACTIONS(3782), + [anon_sym_SLASH] = ACTIONS(3782), + [anon_sym_PERCENT] = ACTIONS(3782), + [anon_sym_PLUS_PLUS] = ACTIONS(3784), + [anon_sym_DASH_DASH] = ACTIONS(3784), + [anon_sym_PIPE] = ACTIONS(3766), + [anon_sym_CARET] = ACTIONS(3786), + [anon_sym_LT_LT] = ACTIONS(3766), + [anon_sym_GT_GT] = ACTIONS(3766), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(3788), + [sym__conjunction_operator_custom] = ACTIONS(3790), + [sym__disjunction_operator_custom] = ACTIONS(3792), + [sym__nil_coalescing_operator_custom] = ACTIONS(3794), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3772), + [sym__plus_then_ws] = ACTIONS(3796), + [sym__minus_then_ws] = ACTIONS(3796), + [sym__bang_custom] = ACTIONS(3798), + [sym_where_keyword] = ACTIONS(4150), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1653)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON] = ACTIONS(4152), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(3678), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1654)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON] = ACTIONS(4154), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(3678), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1655)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON] = ACTIONS(3687), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(3678), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1656)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_COMMA] = ACTIONS(2057), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(2057), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1657)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_RPAREN] = ACTIONS(4156), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(3678), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1658)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_RPAREN] = ACTIONS(4158), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(3678), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1659)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_RPAREN] = ACTIONS(4160), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(3678), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1660)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON] = ACTIONS(4162), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(3678), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1661)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_COMMA] = ACTIONS(2069), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(2069), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1662)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_RPAREN] = ACTIONS(4164), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(3678), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1663)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON] = ACTIONS(4166), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(3678), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1664)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_RPAREN] = ACTIONS(4168), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(3678), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1665)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_RPAREN] = ACTIONS(4170), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(3678), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1666)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_RPAREN] = ACTIONS(4172), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(3678), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1667)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_RPAREN] = ACTIONS(4174), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(3678), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1668)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_RPAREN] = ACTIONS(4176), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(3678), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1669)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_RPAREN] = ACTIONS(4178), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(3678), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1670)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(4180), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1671)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(4182), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1672)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(4184), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1673)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(4186), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1674)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(4188), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1675)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(4190), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1676)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(4192), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1677)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(4194), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1678)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(4196), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1679)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(4198), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1680)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(4200), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1681)] = { + [sym__quest] = STATE(648), + [sym__immediate_quest] = STATE(955), + [sym__range_operator] = STATE(424), + [sym_custom_operator] = STATE(429), + [sym_navigation_suffix] = STATE(971), + [sym_call_suffix] = STATE(972), + [sym__fn_call_lambda_arguments] = STATE(885), + [sym_value_arguments] = STATE(2462), + [sym_lambda_literal] = STATE(1718), + [sym__equality_operator] = STATE(430), + [sym__comparison_operator] = STATE(431), + [sym__three_dot_operator] = STATE(1149), + [sym__open_ended_range_operator] = STATE(424), + [sym__is_operator] = STATE(4231), + [sym__additive_operator] = STATE(577), + [sym__multiplicative_operator] = STATE(584), + [sym_as_operator] = STATE(4232), + [sym__bitwise_binary_operator] = STATE(441), + [sym__postfix_unary_operator] = STATE(890), + [sym__eq_eq] = STATE(430), + [sym__dot] = STATE(5618), + [sym__conjunction_operator] = STATE(442), + [sym__disjunction_operator] = STATE(443), + [sym__nil_coalescing_operator] = STATE(444), + [sym__as] = STATE(5240), + [sym__as_quest] = STATE(5240), + [sym__as_bang] = STATE(5240), + [sym_bang] = STATE(890), + [anon_sym_BANG] = ACTIONS(1805), + [sym_comment] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_QMARK] = ACTIONS(3676), + [anon_sym_QMARK2] = ACTIONS(1815), + [anon_sym_AMP] = ACTIONS(3592), + [aux_sym_custom_operator_token1] = ACTIONS(1819), + [anon_sym_LT] = ACTIONS(3594), + [anon_sym_GT] = ACTIONS(3594), + [anon_sym_LBRACE] = ACTIONS(4202), + [anon_sym_CARET_LBRACE] = ACTIONS(3678), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(3596), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3598), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3598), + [anon_sym_LT_EQ] = ACTIONS(3600), + [anon_sym_GT_EQ] = ACTIONS(3600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(751), + [anon_sym_DOT_DOT_LT] = ACTIONS(3602), + [anon_sym_is] = ACTIONS(3604), + [anon_sym_PLUS] = ACTIONS(3606), + [anon_sym_DASH] = ACTIONS(3606), + [anon_sym_STAR] = ACTIONS(3608), + [anon_sym_SLASH] = ACTIONS(3608), + [anon_sym_PERCENT] = ACTIONS(3608), + [anon_sym_PLUS_PLUS] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1839), + [anon_sym_PIPE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3610), + [anon_sym_LT_LT] = ACTIONS(3592), + [anon_sym_GT_GT] = ACTIONS(3592), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(1843), + [sym__conjunction_operator_custom] = ACTIONS(3612), + [sym__disjunction_operator_custom] = ACTIONS(3614), + [sym__nil_coalescing_operator_custom] = ACTIONS(3616), + [sym__eq_custom] = ACTIONS(1823), + [sym__eq_eq_custom] = ACTIONS(3598), + [sym__plus_then_ws] = ACTIONS(3618), + [sym__minus_then_ws] = ACTIONS(3618), + [sym__bang_custom] = ACTIONS(1853), + [sym__as_custom] = ACTIONS(1855), + [sym__as_quest_custom] = ACTIONS(1855), + [sym__as_bang_custom] = ACTIONS(1855), + [sym__custom_operator] = ACTIONS(1819), + }, + [STATE(1682)] = { + [anon_sym_BANG] = ACTIONS(625), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(2825), + [aux_sym_simple_identifier_token2] = ACTIONS(2823), + [aux_sym_simple_identifier_token3] = ACTIONS(2823), + [aux_sym_simple_identifier_token4] = ACTIONS(2823), + [anon_sym_actor] = ACTIONS(2825), + [anon_sym_async] = ACTIONS(2825), + [anon_sym_each] = ACTIONS(2825), + [anon_sym_lazy] = ACTIONS(2825), + [anon_sym_repeat] = ACTIONS(2825), + [anon_sym_package] = ACTIONS(2825), + [anon_sym_RPAREN] = ACTIONS(619), + [anon_sym_COMMA] = ACTIONS(619), + [anon_sym_COLON] = ACTIONS(619), + [anon_sym_LPAREN] = ACTIONS(4204), + [anon_sym_LBRACK] = ACTIONS(4204), + [anon_sym_DOT] = ACTIONS(625), + [anon_sym_QMARK] = ACTIONS(625), + [anon_sym_QMARK2] = ACTIONS(619), + [anon_sym_some] = ACTIONS(2825), + [anon_sym_any] = ACTIONS(2825), + [anon_sym_AMP] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(2823), + [aux_sym_custom_operator_token1] = ACTIONS(619), + [anon_sym_LT] = ACTIONS(625), + [anon_sym_GT] = ACTIONS(625), + [anon_sym_LBRACE] = ACTIONS(619), + [anon_sym_CARET_LBRACE] = ACTIONS(619), + [anon_sym_PLUS_EQ] = ACTIONS(619), + [anon_sym_DASH_EQ] = ACTIONS(619), + [anon_sym_STAR_EQ] = ACTIONS(619), + [anon_sym_SLASH_EQ] = ACTIONS(619), + [anon_sym_PERCENT_EQ] = ACTIONS(619), + [anon_sym_BANG_EQ] = ACTIONS(625), + [anon_sym_BANG_EQ_EQ] = ACTIONS(619), + [anon_sym_EQ_EQ_EQ] = ACTIONS(619), + [anon_sym_LT_EQ] = ACTIONS(619), + [anon_sym_GT_EQ] = ACTIONS(619), + [anon_sym_DOT_DOT_DOT] = ACTIONS(619), + [anon_sym_DOT_DOT_LT] = ACTIONS(619), + [anon_sym_is] = ACTIONS(625), + [anon_sym_PLUS] = ACTIONS(625), + [anon_sym_DASH] = ACTIONS(625), + [anon_sym_STAR] = ACTIONS(625), + [anon_sym_SLASH] = ACTIONS(625), + [anon_sym_PERCENT] = ACTIONS(625), + [anon_sym_PLUS_PLUS] = ACTIONS(619), + [anon_sym_DASH_DASH] = ACTIONS(619), + [anon_sym_PIPE] = ACTIONS(619), + [anon_sym_CARET] = ACTIONS(625), + [anon_sym_LT_LT] = ACTIONS(619), + [anon_sym_GT_GT] = ACTIONS(619), + [anon_sym_AT] = ACTIONS(2825), + [anon_sym_inout] = ACTIONS(2825), + [anon_sym_ATescaping] = ACTIONS(2823), + [anon_sym_ATautoclosure] = ACTIONS(2823), + [anon_sym_borrowing] = ACTIONS(2825), + [anon_sym_consuming] = ACTIONS(2825), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(619), + [sym__dot_custom] = ACTIONS(619), + [sym__conjunction_operator_custom] = ACTIONS(619), + [sym__disjunction_operator_custom] = ACTIONS(619), + [sym__nil_coalescing_operator_custom] = ACTIONS(619), + [sym__eq_custom] = ACTIONS(619), + [sym__eq_eq_custom] = ACTIONS(619), + [sym__plus_then_ws] = ACTIONS(619), + [sym__minus_then_ws] = ACTIONS(619), + [sym__bang_custom] = ACTIONS(619), + [sym__throws_keyword] = ACTIONS(619), + [sym__rethrows_keyword] = ACTIONS(619), + [sym__as_custom] = ACTIONS(619), + [sym__as_quest_custom] = ACTIONS(619), + [sym__as_bang_custom] = ACTIONS(619), + [sym__async_keyword_custom] = ACTIONS(619), + [sym__custom_operator] = ACTIONS(619), + }, + [STATE(1683)] = { + [sym_protocol_property_declaration] = STATE(8361), + [sym_typealias_declaration] = STATE(8361), + [sym__modifierless_typealias_declaration] = STATE(7477), + [sym__bodyless_function_declaration] = STATE(6853), + [sym__modifierless_function_declaration_no_body] = STATE(7448), + [sym__non_constructor_function_decl] = STATE(7621), + [sym__async_modifier] = STATE(8439), + [sym__protocol_member_declarations] = STATE(9127), + [sym_protocol_member_declaration] = STATE(7161), + [sym_protocol_function_declaration] = STATE(8361), + [sym_init_declaration] = STATE(8361), + [sym_deinit_declaration] = STATE(8361), + [sym_subscript_declaration] = STATE(8361), + [sym_associatedtype_declaration] = STATE(8361), + [sym_attribute] = STATE(1817), + [sym_value_binding_pattern] = STATE(4909), + [sym__possibly_async_binding_pattern_kind] = STATE(4909), + [sym__binding_kind_and_pattern] = STATE(6854), + [sym_modifiers] = STATE(5382), + [aux_sym__locally_permitted_modifiers] = STATE(1817), + [sym__non_local_scope_modifier] = STATE(1817), + [sym__locally_permitted_modifier] = STATE(1817), + [sym_property_behavior_modifier] = STATE(1817), + [sym_member_modifier] = STATE(1817), + [sym_visibility_modifier] = STATE(1817), + [sym_function_modifier] = STATE(1817), + [sym_mutation_modifier] = STATE(1817), + [sym_property_modifier] = STATE(1817), + [sym_inheritance_modifier] = STATE(1817), + [sym_parameter_modifier] = STATE(1817), + [sym_ownership_modifier] = STATE(1817), + [sym__parameter_ownership_modifier] = STATE(2893), + [aux_sym_modifiers_repeat1] = STATE(1817), + [sym_comment] = ACTIONS(5), + [anon_sym_async] = ACTIONS(3101), + [anon_sym_lazy] = ACTIONS(3103), + [anon_sym_package] = ACTIONS(3105), + [anon_sym_RBRACE] = ACTIONS(4207), + [anon_sym_typealias] = ACTIONS(4209), + [anon_sym_class] = ACTIONS(4211), + [anon_sym_let] = ACTIONS(3121), + [anon_sym_var] = ACTIONS(3121), + [anon_sym_func] = ACTIONS(3123), + [anon_sym_init] = ACTIONS(4213), + [anon_sym_deinit] = ACTIONS(4215), + [anon_sym_subscript] = ACTIONS(4217), + [anon_sym_prefix] = ACTIONS(4219), + [anon_sym_infix] = ACTIONS(4219), + [anon_sym_postfix] = ACTIONS(4219), + [anon_sym_associatedtype] = ACTIONS(4221), + [anon_sym_AT] = ACTIONS(115), + [anon_sym_override] = ACTIONS(3141), + [anon_sym_convenience] = ACTIONS(3141), + [anon_sym_required] = ACTIONS(3141), + [anon_sym_nonisolated] = ACTIONS(3141), + [anon_sym_public] = ACTIONS(3105), + [anon_sym_private] = ACTIONS(3105), + [anon_sym_internal] = ACTIONS(3105), + [anon_sym_fileprivate] = ACTIONS(3105), + [anon_sym_open] = ACTIONS(3105), + [anon_sym_mutating] = ACTIONS(3143), + [anon_sym_nonmutating] = ACTIONS(3143), + [anon_sym_static] = ACTIONS(3145), + [anon_sym_dynamic] = ACTIONS(3145), + [anon_sym_optional] = ACTIONS(3145), + [anon_sym_distributed] = ACTIONS(3145), + [anon_sym_final] = ACTIONS(3147), + [anon_sym_inout] = ACTIONS(129), + [anon_sym_ATescaping] = ACTIONS(129), + [anon_sym_ATautoclosure] = ACTIONS(129), + [anon_sym_weak] = ACTIONS(133), + [anon_sym_unowned] = ACTIONS(131), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(133), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(133), + [anon_sym_borrowing] = ACTIONS(129), + [anon_sym_consuming] = ACTIONS(129), + [sym_multiline_comment] = ACTIONS(5), + }, + [STATE(1684)] = { + [anon_sym_BANG] = ACTIONS(625), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(2825), + [aux_sym_simple_identifier_token2] = ACTIONS(2823), + [aux_sym_simple_identifier_token3] = ACTIONS(2823), + [aux_sym_simple_identifier_token4] = ACTIONS(2823), + [anon_sym_actor] = ACTIONS(2825), + [anon_sym_async] = ACTIONS(2825), + [anon_sym_each] = ACTIONS(2825), + [anon_sym_lazy] = ACTIONS(2825), + [anon_sym_repeat] = ACTIONS(2825), + [anon_sym_package] = ACTIONS(2825), + [anon_sym_RPAREN] = ACTIONS(619), + [anon_sym_COMMA] = ACTIONS(619), + [anon_sym_BANG2] = ACTIONS(625), + [anon_sym_LPAREN] = ACTIONS(4204), + [anon_sym_LBRACK] = ACTIONS(4204), + [anon_sym_DOT] = ACTIONS(625), + [anon_sym_QMARK] = ACTIONS(625), + [anon_sym_QMARK2] = ACTIONS(619), + [anon_sym_some] = ACTIONS(2825), + [anon_sym_any] = ACTIONS(2825), + [anon_sym_AMP] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(2823), + [aux_sym_custom_operator_token1] = ACTIONS(619), + [anon_sym_LT] = ACTIONS(625), + [anon_sym_GT] = ACTIONS(625), + [anon_sym_LBRACE] = ACTIONS(619), + [anon_sym_CARET_LBRACE] = ACTIONS(619), + [anon_sym_PLUS_EQ] = ACTIONS(619), + [anon_sym_DASH_EQ] = ACTIONS(619), + [anon_sym_STAR_EQ] = ACTIONS(619), + [anon_sym_SLASH_EQ] = ACTIONS(619), + [anon_sym_PERCENT_EQ] = ACTIONS(619), + [anon_sym_BANG_EQ] = ACTIONS(625), + [anon_sym_BANG_EQ_EQ] = ACTIONS(619), + [anon_sym_EQ_EQ_EQ] = ACTIONS(619), + [anon_sym_LT_EQ] = ACTIONS(619), + [anon_sym_GT_EQ] = ACTIONS(619), + [anon_sym_DOT_DOT_DOT] = ACTIONS(619), + [anon_sym_DOT_DOT_LT] = ACTIONS(619), + [anon_sym_is] = ACTIONS(625), + [anon_sym_PLUS] = ACTIONS(625), + [anon_sym_DASH] = ACTIONS(625), + [anon_sym_STAR] = ACTIONS(625), + [anon_sym_SLASH] = ACTIONS(625), + [anon_sym_PERCENT] = ACTIONS(625), + [anon_sym_PLUS_PLUS] = ACTIONS(619), + [anon_sym_DASH_DASH] = ACTIONS(619), + [anon_sym_PIPE] = ACTIONS(619), + [anon_sym_CARET] = ACTIONS(625), + [anon_sym_LT_LT] = ACTIONS(619), + [anon_sym_GT_GT] = ACTIONS(619), + [anon_sym_AT] = ACTIONS(2825), + [anon_sym_inout] = ACTIONS(2825), + [anon_sym_ATescaping] = ACTIONS(2823), + [anon_sym_ATautoclosure] = ACTIONS(2823), + [anon_sym_borrowing] = ACTIONS(2825), + [anon_sym_consuming] = ACTIONS(2825), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(619), + [sym__dot_custom] = ACTIONS(619), + [sym__conjunction_operator_custom] = ACTIONS(619), + [sym__disjunction_operator_custom] = ACTIONS(619), + [sym__nil_coalescing_operator_custom] = ACTIONS(619), + [sym__eq_custom] = ACTIONS(619), + [sym__eq_eq_custom] = ACTIONS(619), + [sym__plus_then_ws] = ACTIONS(619), + [sym__minus_then_ws] = ACTIONS(619), + [sym__bang_custom] = ACTIONS(619), + [sym__throws_keyword] = ACTIONS(619), + [sym__rethrows_keyword] = ACTIONS(619), + [sym__as_custom] = ACTIONS(619), + [sym__as_quest_custom] = ACTIONS(619), + [sym__as_bang_custom] = ACTIONS(619), + [sym__async_keyword_custom] = ACTIONS(619), + [sym__custom_operator] = ACTIONS(619), + }, + [STATE(1685)] = { + [sym_protocol_property_declaration] = STATE(8361), + [sym_typealias_declaration] = STATE(8361), + [sym__modifierless_typealias_declaration] = STATE(7477), + [sym__bodyless_function_declaration] = STATE(6853), + [sym__modifierless_function_declaration_no_body] = STATE(7448), + [sym__non_constructor_function_decl] = STATE(7621), + [sym__async_modifier] = STATE(8439), + [sym__protocol_member_declarations] = STATE(9146), + [sym_protocol_member_declaration] = STATE(7161), + [sym_protocol_function_declaration] = STATE(8361), + [sym_init_declaration] = STATE(8361), + [sym_deinit_declaration] = STATE(8361), + [sym_subscript_declaration] = STATE(8361), + [sym_associatedtype_declaration] = STATE(8361), + [sym_attribute] = STATE(1817), + [sym_value_binding_pattern] = STATE(4909), + [sym__possibly_async_binding_pattern_kind] = STATE(4909), + [sym__binding_kind_and_pattern] = STATE(6854), + [sym_modifiers] = STATE(5382), + [aux_sym__locally_permitted_modifiers] = STATE(1817), + [sym__non_local_scope_modifier] = STATE(1817), + [sym__locally_permitted_modifier] = STATE(1817), + [sym_property_behavior_modifier] = STATE(1817), + [sym_member_modifier] = STATE(1817), + [sym_visibility_modifier] = STATE(1817), + [sym_function_modifier] = STATE(1817), + [sym_mutation_modifier] = STATE(1817), + [sym_property_modifier] = STATE(1817), + [sym_inheritance_modifier] = STATE(1817), + [sym_parameter_modifier] = STATE(1817), + [sym_ownership_modifier] = STATE(1817), + [sym__parameter_ownership_modifier] = STATE(2893), + [aux_sym_modifiers_repeat1] = STATE(1817), + [sym_comment] = ACTIONS(5), + [anon_sym_async] = ACTIONS(3101), + [anon_sym_lazy] = ACTIONS(3103), + [anon_sym_package] = ACTIONS(3105), + [anon_sym_RBRACE] = ACTIONS(4223), + [anon_sym_typealias] = ACTIONS(4209), + [anon_sym_class] = ACTIONS(4211), + [anon_sym_let] = ACTIONS(3121), + [anon_sym_var] = ACTIONS(3121), + [anon_sym_func] = ACTIONS(3123), + [anon_sym_init] = ACTIONS(4213), + [anon_sym_deinit] = ACTIONS(4215), + [anon_sym_subscript] = ACTIONS(4217), + [anon_sym_prefix] = ACTIONS(4219), + [anon_sym_infix] = ACTIONS(4219), + [anon_sym_postfix] = ACTIONS(4219), + [anon_sym_associatedtype] = ACTIONS(4221), + [anon_sym_AT] = ACTIONS(115), + [anon_sym_override] = ACTIONS(3141), + [anon_sym_convenience] = ACTIONS(3141), + [anon_sym_required] = ACTIONS(3141), + [anon_sym_nonisolated] = ACTIONS(3141), + [anon_sym_public] = ACTIONS(3105), + [anon_sym_private] = ACTIONS(3105), + [anon_sym_internal] = ACTIONS(3105), + [anon_sym_fileprivate] = ACTIONS(3105), + [anon_sym_open] = ACTIONS(3105), + [anon_sym_mutating] = ACTIONS(3143), + [anon_sym_nonmutating] = ACTIONS(3143), + [anon_sym_static] = ACTIONS(3145), + [anon_sym_dynamic] = ACTIONS(3145), + [anon_sym_optional] = ACTIONS(3145), + [anon_sym_distributed] = ACTIONS(3145), + [anon_sym_final] = ACTIONS(3147), + [anon_sym_inout] = ACTIONS(129), + [anon_sym_ATescaping] = ACTIONS(129), + [anon_sym_ATautoclosure] = ACTIONS(129), + [anon_sym_weak] = ACTIONS(133), + [anon_sym_unowned] = ACTIONS(131), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(133), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(133), + [anon_sym_borrowing] = ACTIONS(129), + [anon_sym_consuming] = ACTIONS(129), + [sym_multiline_comment] = ACTIONS(5), + }, + [STATE(1686)] = { + [sym_protocol_property_declaration] = STATE(8361), + [sym_typealias_declaration] = STATE(8361), + [sym__modifierless_typealias_declaration] = STATE(7477), + [sym__bodyless_function_declaration] = STATE(6853), + [sym__modifierless_function_declaration_no_body] = STATE(7448), + [sym__non_constructor_function_decl] = STATE(7621), + [sym__async_modifier] = STATE(8439), + [sym__protocol_member_declarations] = STATE(9215), + [sym_protocol_member_declaration] = STATE(7161), + [sym_protocol_function_declaration] = STATE(8361), + [sym_init_declaration] = STATE(8361), + [sym_deinit_declaration] = STATE(8361), + [sym_subscript_declaration] = STATE(8361), + [sym_associatedtype_declaration] = STATE(8361), + [sym_attribute] = STATE(1817), + [sym_value_binding_pattern] = STATE(4909), + [sym__possibly_async_binding_pattern_kind] = STATE(4909), + [sym__binding_kind_and_pattern] = STATE(6854), + [sym_modifiers] = STATE(5382), + [aux_sym__locally_permitted_modifiers] = STATE(1817), + [sym__non_local_scope_modifier] = STATE(1817), + [sym__locally_permitted_modifier] = STATE(1817), + [sym_property_behavior_modifier] = STATE(1817), + [sym_member_modifier] = STATE(1817), + [sym_visibility_modifier] = STATE(1817), + [sym_function_modifier] = STATE(1817), + [sym_mutation_modifier] = STATE(1817), + [sym_property_modifier] = STATE(1817), + [sym_inheritance_modifier] = STATE(1817), + [sym_parameter_modifier] = STATE(1817), + [sym_ownership_modifier] = STATE(1817), + [sym__parameter_ownership_modifier] = STATE(2893), + [aux_sym_modifiers_repeat1] = STATE(1817), + [sym_comment] = ACTIONS(5), + [anon_sym_async] = ACTIONS(3101), + [anon_sym_lazy] = ACTIONS(3103), + [anon_sym_package] = ACTIONS(3105), + [anon_sym_RBRACE] = ACTIONS(4225), + [anon_sym_typealias] = ACTIONS(4209), + [anon_sym_class] = ACTIONS(4211), + [anon_sym_let] = ACTIONS(3121), + [anon_sym_var] = ACTIONS(3121), + [anon_sym_func] = ACTIONS(3123), + [anon_sym_init] = ACTIONS(4213), + [anon_sym_deinit] = ACTIONS(4215), + [anon_sym_subscript] = ACTIONS(4217), + [anon_sym_prefix] = ACTIONS(4219), + [anon_sym_infix] = ACTIONS(4219), + [anon_sym_postfix] = ACTIONS(4219), + [anon_sym_associatedtype] = ACTIONS(4221), + [anon_sym_AT] = ACTIONS(115), + [anon_sym_override] = ACTIONS(3141), + [anon_sym_convenience] = ACTIONS(3141), + [anon_sym_required] = ACTIONS(3141), + [anon_sym_nonisolated] = ACTIONS(3141), + [anon_sym_public] = ACTIONS(3105), + [anon_sym_private] = ACTIONS(3105), + [anon_sym_internal] = ACTIONS(3105), + [anon_sym_fileprivate] = ACTIONS(3105), + [anon_sym_open] = ACTIONS(3105), + [anon_sym_mutating] = ACTIONS(3143), + [anon_sym_nonmutating] = ACTIONS(3143), + [anon_sym_static] = ACTIONS(3145), + [anon_sym_dynamic] = ACTIONS(3145), + [anon_sym_optional] = ACTIONS(3145), + [anon_sym_distributed] = ACTIONS(3145), + [anon_sym_final] = ACTIONS(3147), + [anon_sym_inout] = ACTIONS(129), + [anon_sym_ATescaping] = ACTIONS(129), + [anon_sym_ATautoclosure] = ACTIONS(129), + [anon_sym_weak] = ACTIONS(133), + [anon_sym_unowned] = ACTIONS(131), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(133), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(133), + [anon_sym_borrowing] = ACTIONS(129), + [anon_sym_consuming] = ACTIONS(129), + [sym_multiline_comment] = ACTIONS(5), + }, + [STATE(1687)] = { + [sym_protocol_property_declaration] = STATE(8361), + [sym_typealias_declaration] = STATE(8361), + [sym__modifierless_typealias_declaration] = STATE(7477), + [sym__bodyless_function_declaration] = STATE(6853), + [sym__modifierless_function_declaration_no_body] = STATE(7448), + [sym__non_constructor_function_decl] = STATE(7621), + [sym__async_modifier] = STATE(8439), + [sym_protocol_member_declaration] = STATE(7977), + [sym_protocol_function_declaration] = STATE(8361), + [sym_init_declaration] = STATE(8361), + [sym_deinit_declaration] = STATE(8361), + [sym_subscript_declaration] = STATE(8361), + [sym_associatedtype_declaration] = STATE(8361), + [sym_attribute] = STATE(1817), + [sym_value_binding_pattern] = STATE(4909), + [sym__possibly_async_binding_pattern_kind] = STATE(4909), + [sym__binding_kind_and_pattern] = STATE(6854), + [sym_modifiers] = STATE(5382), + [aux_sym__locally_permitted_modifiers] = STATE(1817), + [sym__non_local_scope_modifier] = STATE(1817), + [sym__locally_permitted_modifier] = STATE(1817), + [sym_property_behavior_modifier] = STATE(1817), + [sym_member_modifier] = STATE(1817), + [sym_visibility_modifier] = STATE(1817), + [sym_function_modifier] = STATE(1817), + [sym_mutation_modifier] = STATE(1817), + [sym_property_modifier] = STATE(1817), + [sym_inheritance_modifier] = STATE(1817), + [sym_parameter_modifier] = STATE(1817), + [sym_ownership_modifier] = STATE(1817), + [sym__parameter_ownership_modifier] = STATE(2893), + [aux_sym_modifiers_repeat1] = STATE(1817), + [sym_comment] = ACTIONS(5), + [anon_sym_async] = ACTIONS(3101), + [anon_sym_lazy] = ACTIONS(3103), + [anon_sym_package] = ACTIONS(3105), + [anon_sym_RBRACE] = ACTIONS(4227), + [anon_sym_typealias] = ACTIONS(4209), + [anon_sym_class] = ACTIONS(4211), + [anon_sym_let] = ACTIONS(3121), + [anon_sym_var] = ACTIONS(3121), + [anon_sym_func] = ACTIONS(3123), + [anon_sym_init] = ACTIONS(4213), + [anon_sym_deinit] = ACTIONS(4215), + [anon_sym_subscript] = ACTIONS(4217), + [anon_sym_prefix] = ACTIONS(4219), + [anon_sym_infix] = ACTIONS(4219), + [anon_sym_postfix] = ACTIONS(4219), + [anon_sym_associatedtype] = ACTIONS(4221), + [anon_sym_AT] = ACTIONS(115), + [anon_sym_override] = ACTIONS(3141), + [anon_sym_convenience] = ACTIONS(3141), + [anon_sym_required] = ACTIONS(3141), + [anon_sym_nonisolated] = ACTIONS(3141), + [anon_sym_public] = ACTIONS(3105), + [anon_sym_private] = ACTIONS(3105), + [anon_sym_internal] = ACTIONS(3105), + [anon_sym_fileprivate] = ACTIONS(3105), + [anon_sym_open] = ACTIONS(3105), + [anon_sym_mutating] = ACTIONS(3143), + [anon_sym_nonmutating] = ACTIONS(3143), + [anon_sym_static] = ACTIONS(3145), + [anon_sym_dynamic] = ACTIONS(3145), + [anon_sym_optional] = ACTIONS(3145), + [anon_sym_distributed] = ACTIONS(3145), + [anon_sym_final] = ACTIONS(3147), + [anon_sym_inout] = ACTIONS(129), + [anon_sym_ATescaping] = ACTIONS(129), + [anon_sym_ATautoclosure] = ACTIONS(129), + [anon_sym_weak] = ACTIONS(133), + [anon_sym_unowned] = ACTIONS(131), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(133), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(133), + [anon_sym_borrowing] = ACTIONS(129), + [anon_sym_consuming] = ACTIONS(129), + [sym_multiline_comment] = ACTIONS(5), + }, + [STATE(1688)] = { + [sym_simple_identifier] = STATE(2231), + [sym__contextual_simple_identifier] = STATE(2212), + [sym__simple_user_type] = STATE(2247), + [sym_array_type] = STATE(2247), + [sym_dictionary_type] = STATE(2247), + [sym__parameter_ownership_modifier] = STATE(2212), + [aux_sym_key_path_expression_repeat1] = STATE(2250), + [ts_builtin_sym_end] = ACTIONS(2063), + [anon_sym_BANG] = ACTIONS(2061), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(875), + [aux_sym_simple_identifier_token2] = ACTIONS(877), + [aux_sym_simple_identifier_token3] = ACTIONS(877), + [aux_sym_simple_identifier_token4] = ACTIONS(877), + [anon_sym_actor] = ACTIONS(875), + [anon_sym_async] = ACTIONS(875), + [anon_sym_each] = ACTIONS(875), + [anon_sym_lazy] = ACTIONS(875), + [anon_sym_repeat] = ACTIONS(875), + [anon_sym_package] = ACTIONS(875), + [anon_sym_COMMA] = ACTIONS(2063), + [anon_sym_LPAREN] = ACTIONS(2063), + [anon_sym_LBRACK] = ACTIONS(4229), + [anon_sym_DOT] = ACTIONS(4231), + [anon_sym_QMARK] = ACTIONS(2061), + [anon_sym_QMARK2] = ACTIONS(2063), + [anon_sym_AMP] = ACTIONS(2063), + [aux_sym_custom_operator_token1] = ACTIONS(2063), + [anon_sym_LT] = ACTIONS(2061), + [anon_sym_GT] = ACTIONS(2061), + [anon_sym_LBRACE] = ACTIONS(2063), + [anon_sym_CARET_LBRACE] = ACTIONS(2063), + [anon_sym_RBRACE] = ACTIONS(2063), + [anon_sym_PLUS_EQ] = ACTIONS(2063), + [anon_sym_DASH_EQ] = ACTIONS(2063), + [anon_sym_STAR_EQ] = ACTIONS(2063), + [anon_sym_SLASH_EQ] = ACTIONS(2063), + [anon_sym_PERCENT_EQ] = ACTIONS(2063), + [anon_sym_BANG_EQ] = ACTIONS(2061), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2063), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2063), + [anon_sym_LT_EQ] = ACTIONS(2063), + [anon_sym_GT_EQ] = ACTIONS(2063), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2063), + [anon_sym_DOT_DOT_LT] = ACTIONS(2063), + [anon_sym_is] = ACTIONS(2061), + [anon_sym_PLUS] = ACTIONS(2061), + [anon_sym_DASH] = ACTIONS(2061), + [anon_sym_STAR] = ACTIONS(2061), + [anon_sym_SLASH] = ACTIONS(2061), + [anon_sym_PERCENT] = ACTIONS(2061), + [anon_sym_PLUS_PLUS] = ACTIONS(2063), + [anon_sym_DASH_DASH] = ACTIONS(2063), + [anon_sym_PIPE] = ACTIONS(2063), + [anon_sym_CARET] = ACTIONS(2061), + [anon_sym_LT_LT] = ACTIONS(2063), + [anon_sym_GT_GT] = ACTIONS(2063), + [anon_sym_borrowing] = ACTIONS(875), + [anon_sym_consuming] = ACTIONS(875), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2063), + [sym__explicit_semi] = ACTIONS(2063), + [sym__dot_custom] = ACTIONS(2063), + [sym__conjunction_operator_custom] = ACTIONS(2063), + [sym__disjunction_operator_custom] = ACTIONS(2063), + [sym__nil_coalescing_operator_custom] = ACTIONS(2063), + [sym__eq_custom] = ACTIONS(2063), + [sym__eq_eq_custom] = ACTIONS(2063), + [sym__plus_then_ws] = ACTIONS(2063), + [sym__minus_then_ws] = ACTIONS(2063), + [sym__bang_custom] = ACTIONS(2063), + [sym_where_keyword] = ACTIONS(2063), + [sym__as_custom] = ACTIONS(2063), + [sym__as_quest_custom] = ACTIONS(2063), + [sym__as_bang_custom] = ACTIONS(2063), + [sym__custom_operator] = ACTIONS(2063), + }, + [STATE(1689)] = { + [sym_protocol_property_declaration] = STATE(8361), + [sym_typealias_declaration] = STATE(8361), + [sym__modifierless_typealias_declaration] = STATE(7477), + [sym__bodyless_function_declaration] = STATE(6853), + [sym__modifierless_function_declaration_no_body] = STATE(7448), + [sym__non_constructor_function_decl] = STATE(7621), + [sym__async_modifier] = STATE(8439), + [sym_protocol_member_declaration] = STATE(7977), + [sym_protocol_function_declaration] = STATE(8361), + [sym_init_declaration] = STATE(8361), + [sym_deinit_declaration] = STATE(8361), + [sym_subscript_declaration] = STATE(8361), + [sym_associatedtype_declaration] = STATE(8361), + [sym_attribute] = STATE(1817), + [sym_value_binding_pattern] = STATE(4909), + [sym__possibly_async_binding_pattern_kind] = STATE(4909), + [sym__binding_kind_and_pattern] = STATE(6854), + [sym_modifiers] = STATE(5382), + [aux_sym__locally_permitted_modifiers] = STATE(1817), + [sym__non_local_scope_modifier] = STATE(1817), + [sym__locally_permitted_modifier] = STATE(1817), + [sym_property_behavior_modifier] = STATE(1817), + [sym_member_modifier] = STATE(1817), + [sym_visibility_modifier] = STATE(1817), + [sym_function_modifier] = STATE(1817), + [sym_mutation_modifier] = STATE(1817), + [sym_property_modifier] = STATE(1817), + [sym_inheritance_modifier] = STATE(1817), + [sym_parameter_modifier] = STATE(1817), + [sym_ownership_modifier] = STATE(1817), + [sym__parameter_ownership_modifier] = STATE(2893), + [aux_sym_modifiers_repeat1] = STATE(1817), + [sym_comment] = ACTIONS(5), + [anon_sym_async] = ACTIONS(3101), + [anon_sym_lazy] = ACTIONS(3103), + [anon_sym_package] = ACTIONS(3105), + [anon_sym_RBRACE] = ACTIONS(4233), + [anon_sym_typealias] = ACTIONS(4209), + [anon_sym_class] = ACTIONS(4211), + [anon_sym_let] = ACTIONS(3121), + [anon_sym_var] = ACTIONS(3121), + [anon_sym_func] = ACTIONS(3123), + [anon_sym_init] = ACTIONS(4213), + [anon_sym_deinit] = ACTIONS(4215), + [anon_sym_subscript] = ACTIONS(4217), + [anon_sym_prefix] = ACTIONS(4219), + [anon_sym_infix] = ACTIONS(4219), + [anon_sym_postfix] = ACTIONS(4219), + [anon_sym_associatedtype] = ACTIONS(4221), + [anon_sym_AT] = ACTIONS(115), + [anon_sym_override] = ACTIONS(3141), + [anon_sym_convenience] = ACTIONS(3141), + [anon_sym_required] = ACTIONS(3141), + [anon_sym_nonisolated] = ACTIONS(3141), + [anon_sym_public] = ACTIONS(3105), + [anon_sym_private] = ACTIONS(3105), + [anon_sym_internal] = ACTIONS(3105), + [anon_sym_fileprivate] = ACTIONS(3105), + [anon_sym_open] = ACTIONS(3105), + [anon_sym_mutating] = ACTIONS(3143), + [anon_sym_nonmutating] = ACTIONS(3143), + [anon_sym_static] = ACTIONS(3145), + [anon_sym_dynamic] = ACTIONS(3145), + [anon_sym_optional] = ACTIONS(3145), + [anon_sym_distributed] = ACTIONS(3145), + [anon_sym_final] = ACTIONS(3147), + [anon_sym_inout] = ACTIONS(129), + [anon_sym_ATescaping] = ACTIONS(129), + [anon_sym_ATautoclosure] = ACTIONS(129), + [anon_sym_weak] = ACTIONS(133), + [anon_sym_unowned] = ACTIONS(131), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(133), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(133), + [anon_sym_borrowing] = ACTIONS(129), + [anon_sym_consuming] = ACTIONS(129), + [sym_multiline_comment] = ACTIONS(5), + }, + [STATE(1690)] = { + [sym_simple_identifier] = STATE(9048), + [sym__contextual_simple_identifier] = STATE(5063), + [sym_type_arguments] = STATE(2076), + [sym__parameter_ownership_modifier] = STATE(5063), + [anon_sym_BANG] = ACTIONS(2405), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(2112), + [aux_sym_simple_identifier_token2] = ACTIONS(2114), + [aux_sym_simple_identifier_token3] = ACTIONS(2114), + [aux_sym_simple_identifier_token4] = ACTIONS(2114), + [anon_sym_actor] = ACTIONS(2112), + [anon_sym_async] = ACTIONS(2112), + [anon_sym_each] = ACTIONS(2112), + [anon_sym_lazy] = ACTIONS(2112), + [anon_sym_repeat] = ACTIONS(2112), + [anon_sym_package] = ACTIONS(2112), + [anon_sym_COMMA] = ACTIONS(4235), + [anon_sym_COLON] = ACTIONS(4237), + [anon_sym_LPAREN] = ACTIONS(2409), + [anon_sym_LBRACK] = ACTIONS(2407), + [anon_sym_QMARK] = ACTIONS(2405), + [anon_sym_QMARK2] = ACTIONS(2407), + [anon_sym_AMP] = ACTIONS(2407), + [aux_sym_custom_operator_token1] = ACTIONS(2407), + [anon_sym_LT] = ACTIONS(2412), + [anon_sym_GT] = ACTIONS(2405), + [anon_sym_LBRACE] = ACTIONS(2409), + [anon_sym_CARET_LBRACE] = ACTIONS(2409), + [anon_sym_RBRACE] = ACTIONS(2407), + [anon_sym_in] = ACTIONS(4239), + [anon_sym_PLUS_EQ] = ACTIONS(2407), + [anon_sym_DASH_EQ] = ACTIONS(2407), + [anon_sym_STAR_EQ] = ACTIONS(2407), + [anon_sym_SLASH_EQ] = ACTIONS(2407), + [anon_sym_PERCENT_EQ] = ACTIONS(2407), + [anon_sym_BANG_EQ] = ACTIONS(2405), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2407), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2407), + [anon_sym_LT_EQ] = ACTIONS(2407), + [anon_sym_GT_EQ] = ACTIONS(2407), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2407), + [anon_sym_DOT_DOT_LT] = ACTIONS(2407), + [anon_sym_is] = ACTIONS(2405), + [anon_sym_PLUS] = ACTIONS(2405), + [anon_sym_DASH] = ACTIONS(2405), + [anon_sym_STAR] = ACTIONS(2405), + [anon_sym_SLASH] = ACTIONS(2405), + [anon_sym_PERCENT] = ACTIONS(2405), + [anon_sym_PLUS_PLUS] = ACTIONS(2407), + [anon_sym_DASH_DASH] = ACTIONS(2407), + [anon_sym_PIPE] = ACTIONS(2407), + [anon_sym_CARET] = ACTIONS(2405), + [anon_sym_LT_LT] = ACTIONS(2407), + [anon_sym_GT_GT] = ACTIONS(2407), + [anon_sym_borrowing] = ACTIONS(2112), + [anon_sym_consuming] = ACTIONS(2112), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2407), + [sym__explicit_semi] = ACTIONS(2407), + [sym__arrow_operator_custom] = ACTIONS(4235), + [sym__dot_custom] = ACTIONS(2409), + [sym__conjunction_operator_custom] = ACTIONS(2407), + [sym__disjunction_operator_custom] = ACTIONS(2407), + [sym__nil_coalescing_operator_custom] = ACTIONS(2407), + [sym__eq_custom] = ACTIONS(2407), + [sym__eq_eq_custom] = ACTIONS(2407), + [sym__plus_then_ws] = ACTIONS(2407), + [sym__minus_then_ws] = ACTIONS(2407), + [sym__bang_custom] = ACTIONS(2407), + [sym__throws_keyword] = ACTIONS(4235), + [sym__rethrows_keyword] = ACTIONS(4235), + [sym__as_custom] = ACTIONS(2407), + [sym__as_quest_custom] = ACTIONS(2407), + [sym__as_bang_custom] = ACTIONS(2407), + [sym__async_keyword_custom] = ACTIONS(4235), + [sym__custom_operator] = ACTIONS(2407), + }, + [STATE(1691)] = { + [sym_protocol_property_declaration] = STATE(8361), + [sym_typealias_declaration] = STATE(8361), + [sym__modifierless_typealias_declaration] = STATE(7477), + [sym__bodyless_function_declaration] = STATE(6853), + [sym__modifierless_function_declaration_no_body] = STATE(7448), + [sym__non_constructor_function_decl] = STATE(7621), + [sym__async_modifier] = STATE(8439), + [sym_protocol_member_declaration] = STATE(7977), + [sym_protocol_function_declaration] = STATE(8361), + [sym_init_declaration] = STATE(8361), + [sym_deinit_declaration] = STATE(8361), + [sym_subscript_declaration] = STATE(8361), + [sym_associatedtype_declaration] = STATE(8361), + [sym_attribute] = STATE(1817), + [sym_value_binding_pattern] = STATE(4909), + [sym__possibly_async_binding_pattern_kind] = STATE(4909), + [sym__binding_kind_and_pattern] = STATE(6854), + [sym_modifiers] = STATE(5382), + [aux_sym__locally_permitted_modifiers] = STATE(1817), + [sym__non_local_scope_modifier] = STATE(1817), + [sym__locally_permitted_modifier] = STATE(1817), + [sym_property_behavior_modifier] = STATE(1817), + [sym_member_modifier] = STATE(1817), + [sym_visibility_modifier] = STATE(1817), + [sym_function_modifier] = STATE(1817), + [sym_mutation_modifier] = STATE(1817), + [sym_property_modifier] = STATE(1817), + [sym_inheritance_modifier] = STATE(1817), + [sym_parameter_modifier] = STATE(1817), + [sym_ownership_modifier] = STATE(1817), + [sym__parameter_ownership_modifier] = STATE(2893), + [aux_sym_modifiers_repeat1] = STATE(1817), + [sym_comment] = ACTIONS(5), + [anon_sym_async] = ACTIONS(3101), + [anon_sym_lazy] = ACTIONS(3103), + [anon_sym_package] = ACTIONS(3105), + [anon_sym_typealias] = ACTIONS(4209), + [anon_sym_class] = ACTIONS(4211), + [anon_sym_let] = ACTIONS(3121), + [anon_sym_var] = ACTIONS(3121), + [anon_sym_func] = ACTIONS(3123), + [anon_sym_init] = ACTIONS(4213), + [anon_sym_deinit] = ACTIONS(4215), + [anon_sym_subscript] = ACTIONS(4217), + [anon_sym_prefix] = ACTIONS(4219), + [anon_sym_infix] = ACTIONS(4219), + [anon_sym_postfix] = ACTIONS(4219), + [anon_sym_associatedtype] = ACTIONS(4221), + [anon_sym_AT] = ACTIONS(115), + [anon_sym_override] = ACTIONS(3141), + [anon_sym_convenience] = ACTIONS(3141), + [anon_sym_required] = ACTIONS(3141), + [anon_sym_nonisolated] = ACTIONS(3141), + [anon_sym_public] = ACTIONS(3105), + [anon_sym_private] = ACTIONS(3105), + [anon_sym_internal] = ACTIONS(3105), + [anon_sym_fileprivate] = ACTIONS(3105), + [anon_sym_open] = ACTIONS(3105), + [anon_sym_mutating] = ACTIONS(3143), + [anon_sym_nonmutating] = ACTIONS(3143), + [anon_sym_static] = ACTIONS(3145), + [anon_sym_dynamic] = ACTIONS(3145), + [anon_sym_optional] = ACTIONS(3145), + [anon_sym_distributed] = ACTIONS(3145), + [anon_sym_final] = ACTIONS(3147), + [anon_sym_inout] = ACTIONS(129), + [anon_sym_ATescaping] = ACTIONS(129), + [anon_sym_ATautoclosure] = ACTIONS(129), + [anon_sym_weak] = ACTIONS(133), + [anon_sym_unowned] = ACTIONS(131), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(133), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(133), + [anon_sym_borrowing] = ACTIONS(129), + [anon_sym_consuming] = ACTIONS(129), + [sym_multiline_comment] = ACTIONS(5), + }, + [STATE(1692)] = { + [sym_simple_identifier] = STATE(2401), + [sym__contextual_simple_identifier] = STATE(2422), + [sym__simple_user_type] = STATE(2413), + [sym_array_type] = STATE(2413), + [sym_dictionary_type] = STATE(2413), + [sym__parameter_ownership_modifier] = STATE(2422), + [aux_sym_key_path_expression_repeat1] = STATE(2431), + [ts_builtin_sym_end] = ACTIONS(2063), + [anon_sym_BANG] = ACTIONS(2061), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(11), + [aux_sym_simple_identifier_token2] = ACTIONS(13), + [aux_sym_simple_identifier_token3] = ACTIONS(13), + [aux_sym_simple_identifier_token4] = ACTIONS(13), + [anon_sym_actor] = ACTIONS(11), + [anon_sym_async] = ACTIONS(11), + [anon_sym_each] = ACTIONS(11), + [anon_sym_lazy] = ACTIONS(11), + [anon_sym_repeat] = ACTIONS(11), + [anon_sym_package] = ACTIONS(11), + [anon_sym_COMMA] = ACTIONS(2063), + [anon_sym_LPAREN] = ACTIONS(2063), + [anon_sym_LBRACK] = ACTIONS(4241), + [anon_sym_DOT] = ACTIONS(4243), + [anon_sym_QMARK] = ACTIONS(2061), + [anon_sym_QMARK2] = ACTIONS(2063), + [anon_sym_AMP] = ACTIONS(2063), + [aux_sym_custom_operator_token1] = ACTIONS(2063), + [anon_sym_LT] = ACTIONS(2061), + [anon_sym_GT] = ACTIONS(2061), + [anon_sym_LBRACE] = ACTIONS(2063), + [anon_sym_CARET_LBRACE] = ACTIONS(2063), + [anon_sym_RBRACE] = ACTIONS(2063), + [anon_sym_PLUS_EQ] = ACTIONS(2063), + [anon_sym_DASH_EQ] = ACTIONS(2063), + [anon_sym_STAR_EQ] = ACTIONS(2063), + [anon_sym_SLASH_EQ] = ACTIONS(2063), + [anon_sym_PERCENT_EQ] = ACTIONS(2063), + [anon_sym_BANG_EQ] = ACTIONS(2061), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2063), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2063), + [anon_sym_LT_EQ] = ACTIONS(2063), + [anon_sym_GT_EQ] = ACTIONS(2063), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2063), + [anon_sym_DOT_DOT_LT] = ACTIONS(2063), + [anon_sym_is] = ACTIONS(2061), + [anon_sym_PLUS] = ACTIONS(2061), + [anon_sym_DASH] = ACTIONS(2061), + [anon_sym_STAR] = ACTIONS(2061), + [anon_sym_SLASH] = ACTIONS(2061), + [anon_sym_PERCENT] = ACTIONS(2061), + [anon_sym_PLUS_PLUS] = ACTIONS(2063), + [anon_sym_DASH_DASH] = ACTIONS(2063), + [anon_sym_PIPE] = ACTIONS(2063), + [anon_sym_CARET] = ACTIONS(2061), + [anon_sym_LT_LT] = ACTIONS(2063), + [anon_sym_GT_GT] = ACTIONS(2063), + [anon_sym_borrowing] = ACTIONS(11), + [anon_sym_consuming] = ACTIONS(11), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2063), + [sym__explicit_semi] = ACTIONS(2063), + [sym__dot_custom] = ACTIONS(2063), + [sym__conjunction_operator_custom] = ACTIONS(2063), + [sym__disjunction_operator_custom] = ACTIONS(2063), + [sym__nil_coalescing_operator_custom] = ACTIONS(2063), + [sym__eq_custom] = ACTIONS(2063), + [sym__eq_eq_custom] = ACTIONS(2063), + [sym__plus_then_ws] = ACTIONS(2063), + [sym__minus_then_ws] = ACTIONS(2063), + [sym__bang_custom] = ACTIONS(2063), + [sym__as_custom] = ACTIONS(2063), + [sym__as_quest_custom] = ACTIONS(2063), + [sym__as_bang_custom] = ACTIONS(2063), + [sym__custom_operator] = ACTIONS(2063), + }, + [STATE(1693)] = { + [sym_simple_identifier] = STATE(6778), + [sym__contextual_simple_identifier] = STATE(6937), + [sym__parameter_ownership_modifier] = STATE(6937), + [anon_sym_BANG] = ACTIONS(625), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(2888), + [aux_sym_simple_identifier_token2] = ACTIONS(4245), + [aux_sym_simple_identifier_token3] = ACTIONS(4245), + [aux_sym_simple_identifier_token4] = ACTIONS(4245), + [anon_sym_actor] = ACTIONS(2888), + [anon_sym_async] = ACTIONS(2888), + [anon_sym_each] = ACTIONS(2888), + [anon_sym_lazy] = ACTIONS(2888), + [anon_sym_repeat] = ACTIONS(2888), + [anon_sym_package] = ACTIONS(2888), + [anon_sym_COMMA] = ACTIONS(619), + [anon_sym_COLON] = ACTIONS(619), + [anon_sym_LPAREN] = ACTIONS(619), + [anon_sym_LBRACK] = ACTIONS(619), + [anon_sym_QMARK] = ACTIONS(625), + [anon_sym_QMARK2] = ACTIONS(619), + [anon_sym_AMP] = ACTIONS(619), + [aux_sym_custom_operator_token1] = ACTIONS(619), + [anon_sym_LT] = ACTIONS(625), + [anon_sym_GT] = ACTIONS(625), + [anon_sym_LBRACE] = ACTIONS(619), + [anon_sym_CARET_LBRACE] = ACTIONS(619), + [anon_sym_RBRACE] = ACTIONS(619), + [anon_sym_in] = ACTIONS(625), + [anon_sym_PLUS_EQ] = ACTIONS(619), + [anon_sym_DASH_EQ] = ACTIONS(619), + [anon_sym_STAR_EQ] = ACTIONS(619), + [anon_sym_SLASH_EQ] = ACTIONS(619), + [anon_sym_PERCENT_EQ] = ACTIONS(619), + [anon_sym_BANG_EQ] = ACTIONS(625), + [anon_sym_BANG_EQ_EQ] = ACTIONS(619), + [anon_sym_EQ_EQ_EQ] = ACTIONS(619), + [anon_sym_LT_EQ] = ACTIONS(619), + [anon_sym_GT_EQ] = ACTIONS(619), + [anon_sym_DOT_DOT_DOT] = ACTIONS(619), + [anon_sym_DOT_DOT_LT] = ACTIONS(619), + [anon_sym_is] = ACTIONS(625), + [anon_sym_PLUS] = ACTIONS(625), + [anon_sym_DASH] = ACTIONS(625), + [anon_sym_STAR] = ACTIONS(625), + [anon_sym_SLASH] = ACTIONS(625), + [anon_sym_PERCENT] = ACTIONS(625), + [anon_sym_PLUS_PLUS] = ACTIONS(619), + [anon_sym_DASH_DASH] = ACTIONS(619), + [anon_sym_PIPE] = ACTIONS(619), + [anon_sym_CARET] = ACTIONS(625), + [anon_sym_LT_LT] = ACTIONS(619), + [anon_sym_GT_GT] = ACTIONS(619), + [anon_sym_borrowing] = ACTIONS(2888), + [anon_sym_consuming] = ACTIONS(2888), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(619), + [sym__explicit_semi] = ACTIONS(619), + [sym__arrow_operator_custom] = ACTIONS(619), + [sym__dot_custom] = ACTIONS(619), + [sym__conjunction_operator_custom] = ACTIONS(619), + [sym__disjunction_operator_custom] = ACTIONS(619), + [sym__nil_coalescing_operator_custom] = ACTIONS(619), + [sym__eq_custom] = ACTIONS(619), + [sym__eq_eq_custom] = ACTIONS(619), + [sym__plus_then_ws] = ACTIONS(619), + [sym__minus_then_ws] = ACTIONS(619), + [sym__bang_custom] = ACTIONS(619), + [sym__throws_keyword] = ACTIONS(619), + [sym__rethrows_keyword] = ACTIONS(619), + [sym__as_custom] = ACTIONS(619), + [sym__as_quest_custom] = ACTIONS(619), + [sym__as_bang_custom] = ACTIONS(619), + [sym__async_keyword_custom] = ACTIONS(619), + [sym__custom_operator] = ACTIONS(619), + }, + [STATE(1694)] = { + [sym_simple_identifier] = STATE(866), + [sym__contextual_simple_identifier] = STATE(856), + [sym__simple_user_type] = STATE(868), + [sym_array_type] = STATE(868), + [sym_dictionary_type] = STATE(868), + [sym__parameter_ownership_modifier] = STATE(856), + [aux_sym_key_path_expression_repeat1] = STATE(857), + [anon_sym_BANG] = ACTIONS(2061), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(455), + [aux_sym_simple_identifier_token2] = ACTIONS(457), + [aux_sym_simple_identifier_token3] = ACTIONS(457), + [aux_sym_simple_identifier_token4] = ACTIONS(457), + [anon_sym_actor] = ACTIONS(455), + [anon_sym_async] = ACTIONS(455), + [anon_sym_each] = ACTIONS(455), + [anon_sym_lazy] = ACTIONS(455), + [anon_sym_repeat] = ACTIONS(455), + [anon_sym_package] = ACTIONS(455), + [anon_sym_RPAREN] = ACTIONS(2063), + [anon_sym_COMMA] = ACTIONS(2063), + [anon_sym_COLON] = ACTIONS(2063), + [anon_sym_LPAREN] = ACTIONS(2063), + [anon_sym_LBRACK] = ACTIONS(2065), + [anon_sym_RBRACK] = ACTIONS(2063), + [anon_sym_DOT] = ACTIONS(2067), + [anon_sym_QMARK] = ACTIONS(2061), + [anon_sym_QMARK2] = ACTIONS(2063), + [anon_sym_AMP] = ACTIONS(2063), + [aux_sym_custom_operator_token1] = ACTIONS(2063), + [anon_sym_LT] = ACTIONS(2061), + [anon_sym_GT] = ACTIONS(2061), + [anon_sym_LBRACE] = ACTIONS(2063), + [anon_sym_CARET_LBRACE] = ACTIONS(2063), + [anon_sym_PLUS_EQ] = ACTIONS(2063), + [anon_sym_DASH_EQ] = ACTIONS(2063), + [anon_sym_STAR_EQ] = ACTIONS(2063), + [anon_sym_SLASH_EQ] = ACTIONS(2063), + [anon_sym_PERCENT_EQ] = ACTIONS(2063), + [anon_sym_BANG_EQ] = ACTIONS(2061), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2063), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2063), + [anon_sym_LT_EQ] = ACTIONS(2063), + [anon_sym_GT_EQ] = ACTIONS(2063), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2063), + [anon_sym_DOT_DOT_LT] = ACTIONS(2063), + [anon_sym_is] = ACTIONS(2061), + [anon_sym_PLUS] = ACTIONS(2061), + [anon_sym_DASH] = ACTIONS(2061), + [anon_sym_STAR] = ACTIONS(2061), + [anon_sym_SLASH] = ACTIONS(2061), + [anon_sym_PERCENT] = ACTIONS(2061), + [anon_sym_PLUS_PLUS] = ACTIONS(2063), + [anon_sym_DASH_DASH] = ACTIONS(2063), + [anon_sym_PIPE] = ACTIONS(2063), + [anon_sym_CARET] = ACTIONS(2061), + [anon_sym_LT_LT] = ACTIONS(2063), + [anon_sym_GT_GT] = ACTIONS(2063), + [anon_sym_borrowing] = ACTIONS(455), + [anon_sym_consuming] = ACTIONS(455), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2063), + [sym__conjunction_operator_custom] = ACTIONS(2063), + [sym__disjunction_operator_custom] = ACTIONS(2063), + [sym__nil_coalescing_operator_custom] = ACTIONS(2063), + [sym__eq_custom] = ACTIONS(2063), + [sym__eq_eq_custom] = ACTIONS(2063), + [sym__plus_then_ws] = ACTIONS(2063), + [sym__minus_then_ws] = ACTIONS(2063), + [sym__bang_custom] = ACTIONS(2063), + [sym__as_custom] = ACTIONS(2063), + [sym__as_quest_custom] = ACTIONS(2063), + [sym__as_bang_custom] = ACTIONS(2063), + [sym__custom_operator] = ACTIONS(2063), + }, + [STATE(1695)] = { + [sym_simple_identifier] = STATE(2491), + [sym__contextual_simple_identifier] = STATE(2676), + [sym__simple_user_type] = STATE(2573), + [sym_array_type] = STATE(2573), + [sym_dictionary_type] = STATE(2573), + [sym__parameter_ownership_modifier] = STATE(2676), + [aux_sym_key_path_expression_repeat1] = STATE(2678), + [anon_sym_BANG] = ACTIONS(2061), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1013), + [aux_sym_simple_identifier_token2] = ACTIONS(1015), + [aux_sym_simple_identifier_token3] = ACTIONS(1015), + [aux_sym_simple_identifier_token4] = ACTIONS(1015), + [anon_sym_actor] = ACTIONS(1013), + [anon_sym_async] = ACTIONS(1013), + [anon_sym_each] = ACTIONS(1013), + [anon_sym_lazy] = ACTIONS(1013), + [anon_sym_repeat] = ACTIONS(1013), + [anon_sym_package] = ACTIONS(1013), + [anon_sym_COMMA] = ACTIONS(2063), + [anon_sym_LPAREN] = ACTIONS(2063), + [anon_sym_LBRACK] = ACTIONS(4248), + [anon_sym_DOT] = ACTIONS(4250), + [anon_sym_QMARK] = ACTIONS(2061), + [anon_sym_QMARK2] = ACTIONS(2063), + [anon_sym_AMP] = ACTIONS(2063), + [aux_sym_custom_operator_token1] = ACTIONS(2063), + [anon_sym_LT] = ACTIONS(2061), + [anon_sym_GT] = ACTIONS(2061), + [anon_sym_LBRACE] = ACTIONS(2063), + [anon_sym_CARET_LBRACE] = ACTIONS(2063), + [anon_sym_RBRACE] = ACTIONS(2063), + [anon_sym_PLUS_EQ] = ACTIONS(2063), + [anon_sym_DASH_EQ] = ACTIONS(2063), + [anon_sym_STAR_EQ] = ACTIONS(2063), + [anon_sym_SLASH_EQ] = ACTIONS(2063), + [anon_sym_PERCENT_EQ] = ACTIONS(2063), + [anon_sym_BANG_EQ] = ACTIONS(2061), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2063), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2063), + [anon_sym_LT_EQ] = ACTIONS(2063), + [anon_sym_GT_EQ] = ACTIONS(2063), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2063), + [anon_sym_DOT_DOT_LT] = ACTIONS(2063), + [anon_sym_is] = ACTIONS(2061), + [anon_sym_PLUS] = ACTIONS(2061), + [anon_sym_DASH] = ACTIONS(2061), + [anon_sym_STAR] = ACTIONS(2061), + [anon_sym_SLASH] = ACTIONS(2061), + [anon_sym_PERCENT] = ACTIONS(2061), + [anon_sym_PLUS_PLUS] = ACTIONS(2063), + [anon_sym_DASH_DASH] = ACTIONS(2063), + [anon_sym_PIPE] = ACTIONS(2063), + [anon_sym_CARET] = ACTIONS(2061), + [anon_sym_LT_LT] = ACTIONS(2063), + [anon_sym_GT_GT] = ACTIONS(2063), + [anon_sym_borrowing] = ACTIONS(1013), + [anon_sym_consuming] = ACTIONS(1013), + [sym_multiline_comment] = ACTIONS(2063), + [sym__implicit_semi] = ACTIONS(2063), + [sym__explicit_semi] = ACTIONS(2063), + [sym__dot_custom] = ACTIONS(2063), + [sym__conjunction_operator_custom] = ACTIONS(2063), + [sym__disjunction_operator_custom] = ACTIONS(2063), + [sym__nil_coalescing_operator_custom] = ACTIONS(2063), + [sym__eq_custom] = ACTIONS(2063), + [sym__eq_eq_custom] = ACTIONS(2063), + [sym__plus_then_ws] = ACTIONS(2063), + [sym__minus_then_ws] = ACTIONS(2063), + [sym__bang_custom] = ACTIONS(2063), + [sym__as_custom] = ACTIONS(2063), + [sym__as_quest_custom] = ACTIONS(2063), + [sym__as_bang_custom] = ACTIONS(2063), + [sym__custom_operator] = ACTIONS(2063), + }, + [STATE(1696)] = { + [anon_sym_BANG] = ACTIONS(625), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(625), + [aux_sym_simple_identifier_token2] = ACTIONS(619), + [aux_sym_simple_identifier_token3] = ACTIONS(619), + [aux_sym_simple_identifier_token4] = ACTIONS(619), + [anon_sym_actor] = ACTIONS(625), + [anon_sym_async] = ACTIONS(625), + [anon_sym_each] = ACTIONS(625), + [anon_sym_lazy] = ACTIONS(625), + [anon_sym_repeat] = ACTIONS(625), + [anon_sym_package] = ACTIONS(625), + [anon_sym_COMMA] = ACTIONS(619), + [anon_sym_COLON] = ACTIONS(619), + [anon_sym_LPAREN] = ACTIONS(619), + [anon_sym_LBRACK] = ACTIONS(619), + [anon_sym_QMARK] = ACTIONS(625), + [anon_sym_QMARK2] = ACTIONS(619), + [anon_sym_AMP] = ACTIONS(619), + [aux_sym_custom_operator_token1] = ACTIONS(619), + [anon_sym_LT] = ACTIONS(625), + [anon_sym_GT] = ACTIONS(625), + [anon_sym_LBRACE] = ACTIONS(619), + [anon_sym_CARET_LBRACE] = ACTIONS(619), + [anon_sym_RBRACE] = ACTIONS(619), + [anon_sym_in] = ACTIONS(625), + [anon_sym_PLUS_EQ] = ACTIONS(619), + [anon_sym_DASH_EQ] = ACTIONS(619), + [anon_sym_STAR_EQ] = ACTIONS(619), + [anon_sym_SLASH_EQ] = ACTIONS(619), + [anon_sym_PERCENT_EQ] = ACTIONS(619), + [anon_sym_BANG_EQ] = ACTIONS(625), + [anon_sym_BANG_EQ_EQ] = ACTIONS(619), + [anon_sym_EQ_EQ_EQ] = ACTIONS(619), + [anon_sym_LT_EQ] = ACTIONS(619), + [anon_sym_GT_EQ] = ACTIONS(619), + [anon_sym_DOT_DOT_DOT] = ACTIONS(619), + [anon_sym_DOT_DOT_LT] = ACTIONS(619), + [anon_sym_is] = ACTIONS(625), + [anon_sym_PLUS] = ACTIONS(625), + [anon_sym_DASH] = ACTIONS(625), + [anon_sym_STAR] = ACTIONS(625), + [anon_sym_SLASH] = ACTIONS(625), + [anon_sym_PERCENT] = ACTIONS(625), + [anon_sym_PLUS_PLUS] = ACTIONS(619), + [anon_sym_DASH_DASH] = ACTIONS(619), + [anon_sym_PIPE] = ACTIONS(619), + [anon_sym_CARET] = ACTIONS(625), + [anon_sym_LT_LT] = ACTIONS(619), + [anon_sym_GT_GT] = ACTIONS(619), + [anon_sym_let] = ACTIONS(4252), + [anon_sym_var] = ACTIONS(4252), + [anon_sym_borrowing] = ACTIONS(625), + [anon_sym_consuming] = ACTIONS(625), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(619), + [sym__explicit_semi] = ACTIONS(619), + [sym__arrow_operator_custom] = ACTIONS(619), + [sym__dot_custom] = ACTIONS(619), + [sym__conjunction_operator_custom] = ACTIONS(619), + [sym__disjunction_operator_custom] = ACTIONS(619), + [sym__nil_coalescing_operator_custom] = ACTIONS(619), + [sym__eq_custom] = ACTIONS(619), + [sym__eq_eq_custom] = ACTIONS(619), + [sym__plus_then_ws] = ACTIONS(619), + [sym__minus_then_ws] = ACTIONS(619), + [sym__bang_custom] = ACTIONS(619), + [sym__throws_keyword] = ACTIONS(619), + [sym__rethrows_keyword] = ACTIONS(619), + [sym__as_custom] = ACTIONS(619), + [sym__as_quest_custom] = ACTIONS(619), + [sym__as_bang_custom] = ACTIONS(619), + [sym__async_keyword_custom] = ACTIONS(619), + [sym__custom_operator] = ACTIONS(619), + }, + [STATE(1697)] = { + [sym_simple_identifier] = STATE(2758), + [sym__contextual_simple_identifier] = STATE(2805), + [sym__simple_user_type] = STATE(2741), + [sym_array_type] = STATE(2741), + [sym_dictionary_type] = STATE(2741), + [sym__parameter_ownership_modifier] = STATE(2805), + [aux_sym_key_path_expression_repeat1] = STATE(2742), + [anon_sym_BANG] = ACTIONS(2061), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1079), + [aux_sym_simple_identifier_token2] = ACTIONS(1081), + [aux_sym_simple_identifier_token3] = ACTIONS(1081), + [aux_sym_simple_identifier_token4] = ACTIONS(1081), + [anon_sym_actor] = ACTIONS(1079), + [anon_sym_async] = ACTIONS(1079), + [anon_sym_each] = ACTIONS(1079), + [anon_sym_lazy] = ACTIONS(1079), + [anon_sym_repeat] = ACTIONS(1079), + [anon_sym_package] = ACTIONS(1079), + [anon_sym_COMMA] = ACTIONS(2063), + [anon_sym_LPAREN] = ACTIONS(2063), + [anon_sym_LBRACK] = ACTIONS(4254), + [anon_sym_DOT] = ACTIONS(4256), + [anon_sym_QMARK] = ACTIONS(2061), + [anon_sym_QMARK2] = ACTIONS(2063), + [anon_sym_AMP] = ACTIONS(2063), + [aux_sym_custom_operator_token1] = ACTIONS(2063), + [anon_sym_LT] = ACTIONS(2061), + [anon_sym_GT] = ACTIONS(2061), + [anon_sym_LBRACE] = ACTIONS(2063), + [anon_sym_CARET_LBRACE] = ACTIONS(2063), + [anon_sym_PLUS_EQ] = ACTIONS(2063), + [anon_sym_DASH_EQ] = ACTIONS(2063), + [anon_sym_STAR_EQ] = ACTIONS(2063), + [anon_sym_SLASH_EQ] = ACTIONS(2063), + [anon_sym_PERCENT_EQ] = ACTIONS(2063), + [anon_sym_BANG_EQ] = ACTIONS(2061), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2063), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2063), + [anon_sym_LT_EQ] = ACTIONS(2063), + [anon_sym_GT_EQ] = ACTIONS(2063), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2063), + [anon_sym_DOT_DOT_LT] = ACTIONS(2063), + [anon_sym_is] = ACTIONS(2061), + [anon_sym_PLUS] = ACTIONS(2061), + [anon_sym_DASH] = ACTIONS(2061), + [anon_sym_STAR] = ACTIONS(2061), + [anon_sym_SLASH] = ACTIONS(2061), + [anon_sym_PERCENT] = ACTIONS(2061), + [anon_sym_PLUS_PLUS] = ACTIONS(2063), + [anon_sym_DASH_DASH] = ACTIONS(2063), + [anon_sym_PIPE] = ACTIONS(2063), + [anon_sym_CARET] = ACTIONS(2061), + [anon_sym_LT_LT] = ACTIONS(2063), + [anon_sym_GT_GT] = ACTIONS(2063), + [anon_sym_borrowing] = ACTIONS(1079), + [anon_sym_consuming] = ACTIONS(1079), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2063), + [sym__conjunction_operator_custom] = ACTIONS(2063), + [sym__disjunction_operator_custom] = ACTIONS(2063), + [sym__nil_coalescing_operator_custom] = ACTIONS(2063), + [sym__eq_custom] = ACTIONS(2063), + [sym__eq_eq_custom] = ACTIONS(2063), + [sym__plus_then_ws] = ACTIONS(2063), + [sym__minus_then_ws] = ACTIONS(2063), + [sym__bang_custom] = ACTIONS(2063), + [sym_where_keyword] = ACTIONS(2063), + [sym_else] = ACTIONS(2063), + [sym__as_custom] = ACTIONS(2063), + [sym__as_quest_custom] = ACTIONS(2063), + [sym__as_bang_custom] = ACTIONS(2063), + [sym__custom_operator] = ACTIONS(2063), + }, + [STATE(1698)] = { + [sym__immediate_quest] = STATE(1737), + [sym__arrow_operator] = STATE(4311), + [sym__async_keyword] = STATE(7041), + [sym_throws] = STATE(8864), + [sym_throws_clause] = STATE(8864), + [aux_sym_optional_type_repeat1] = STATE(1737), + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2087), + [anon_sym_async] = ACTIONS(2087), + [anon_sym_lazy] = ACTIONS(2087), + [anon_sym_package] = ACTIONS(2087), + [anon_sym_COMMA] = ACTIONS(2087), + [anon_sym_COLON] = ACTIONS(2087), + [anon_sym_DOT] = ACTIONS(2087), + [anon_sym_QMARK] = ACTIONS(2085), + [anon_sym_QMARK2] = ACTIONS(4258), + [anon_sym_AMP] = ACTIONS(2087), + [anon_sym_LBRACE] = ACTIONS(2087), + [anon_sym_RBRACE] = ACTIONS(2087), + [anon_sym_case] = ACTIONS(2087), + [anon_sym_import] = ACTIONS(2087), + [anon_sym_typealias] = ACTIONS(2087), + [anon_sym_struct] = ACTIONS(2087), + [anon_sym_class] = ACTIONS(2087), + [anon_sym_enum] = ACTIONS(2087), + [anon_sym_protocol] = ACTIONS(2087), + [anon_sym_let] = ACTIONS(2087), + [anon_sym_var] = ACTIONS(2087), + [anon_sym_func] = ACTIONS(2087), + [anon_sym_extension] = ACTIONS(2087), + [anon_sym_indirect] = ACTIONS(2087), + [anon_sym_init] = ACTIONS(2087), + [anon_sym_deinit] = ACTIONS(2087), + [anon_sym_subscript] = ACTIONS(2087), + [anon_sym_prefix] = ACTIONS(2087), + [anon_sym_infix] = ACTIONS(2087), + [anon_sym_postfix] = ACTIONS(2087), + [anon_sym_precedencegroup] = ACTIONS(2087), + [anon_sym_associatedtype] = ACTIONS(2087), + [anon_sym_AT] = ACTIONS(2085), + [anon_sym_override] = ACTIONS(2087), + [anon_sym_convenience] = ACTIONS(2087), + [anon_sym_required] = ACTIONS(2087), + [anon_sym_nonisolated] = ACTIONS(2087), + [anon_sym_public] = ACTIONS(2087), + [anon_sym_private] = ACTIONS(2087), + [anon_sym_internal] = ACTIONS(2087), + [anon_sym_fileprivate] = ACTIONS(2087), + [anon_sym_open] = ACTIONS(2087), + [anon_sym_mutating] = ACTIONS(2087), + [anon_sym_nonmutating] = ACTIONS(2087), + [anon_sym_static] = ACTIONS(2087), + [anon_sym_dynamic] = ACTIONS(2087), + [anon_sym_optional] = ACTIONS(2087), + [anon_sym_distributed] = ACTIONS(2087), + [anon_sym_final] = ACTIONS(2087), + [anon_sym_inout] = ACTIONS(2087), + [anon_sym_ATescaping] = ACTIONS(2087), + [anon_sym_ATautoclosure] = ACTIONS(2087), + [anon_sym_weak] = ACTIONS(2087), + [anon_sym_unowned] = ACTIONS(2085), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2087), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2087), + [anon_sym_borrowing] = ACTIONS(2087), + [anon_sym_consuming] = ACTIONS(2087), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(4260), + [sym__eq_custom] = ACTIONS(2087), + [sym__throws_keyword] = ACTIONS(2093), + [sym__rethrows_keyword] = ACTIONS(2095), + [sym_where_keyword] = ACTIONS(2087), + [sym__as_custom] = ACTIONS(2087), + [sym__async_keyword_custom] = ACTIONS(4262), + }, + [STATE(1699)] = { + [sym_simple_identifier] = STATE(2748), + [sym__contextual_simple_identifier] = STATE(2778), + [sym__simple_user_type] = STATE(2700), + [sym_array_type] = STATE(2700), + [sym_dictionary_type] = STATE(2700), + [sym__parameter_ownership_modifier] = STATE(2778), + [aux_sym_key_path_expression_repeat1] = STATE(2701), + [anon_sym_BANG] = ACTIONS(2061), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(941), + [aux_sym_simple_identifier_token2] = ACTIONS(943), + [aux_sym_simple_identifier_token3] = ACTIONS(943), + [aux_sym_simple_identifier_token4] = ACTIONS(943), + [anon_sym_actor] = ACTIONS(941), + [anon_sym_async] = ACTIONS(941), + [anon_sym_each] = ACTIONS(941), + [anon_sym_lazy] = ACTIONS(941), + [anon_sym_repeat] = ACTIONS(941), + [anon_sym_package] = ACTIONS(941), + [anon_sym_COMMA] = ACTIONS(2063), + [anon_sym_COLON] = ACTIONS(2063), + [anon_sym_LPAREN] = ACTIONS(2063), + [anon_sym_LBRACK] = ACTIONS(4264), + [anon_sym_DOT] = ACTIONS(4266), + [anon_sym_QMARK] = ACTIONS(2061), + [anon_sym_QMARK2] = ACTIONS(2063), + [anon_sym_AMP] = ACTIONS(2063), + [aux_sym_custom_operator_token1] = ACTIONS(2063), + [anon_sym_LT] = ACTIONS(2061), + [anon_sym_GT] = ACTIONS(2061), + [anon_sym_LBRACE] = ACTIONS(2063), + [anon_sym_CARET_LBRACE] = ACTIONS(2063), + [anon_sym_PLUS_EQ] = ACTIONS(2063), + [anon_sym_DASH_EQ] = ACTIONS(2063), + [anon_sym_STAR_EQ] = ACTIONS(2063), + [anon_sym_SLASH_EQ] = ACTIONS(2063), + [anon_sym_PERCENT_EQ] = ACTIONS(2063), + [anon_sym_BANG_EQ] = ACTIONS(2061), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2063), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2063), + [anon_sym_LT_EQ] = ACTIONS(2063), + [anon_sym_GT_EQ] = ACTIONS(2063), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2063), + [anon_sym_DOT_DOT_LT] = ACTIONS(2063), + [anon_sym_is] = ACTIONS(2061), + [anon_sym_PLUS] = ACTIONS(2061), + [anon_sym_DASH] = ACTIONS(2061), + [anon_sym_STAR] = ACTIONS(2061), + [anon_sym_SLASH] = ACTIONS(2061), + [anon_sym_PERCENT] = ACTIONS(2061), + [anon_sym_PLUS_PLUS] = ACTIONS(2063), + [anon_sym_DASH_DASH] = ACTIONS(2063), + [anon_sym_PIPE] = ACTIONS(2063), + [anon_sym_CARET] = ACTIONS(2061), + [anon_sym_LT_LT] = ACTIONS(2063), + [anon_sym_GT_GT] = ACTIONS(2063), + [anon_sym_borrowing] = ACTIONS(941), + [anon_sym_consuming] = ACTIONS(941), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2063), + [sym__conjunction_operator_custom] = ACTIONS(2063), + [sym__disjunction_operator_custom] = ACTIONS(2063), + [sym__nil_coalescing_operator_custom] = ACTIONS(2063), + [sym__eq_custom] = ACTIONS(2063), + [sym__eq_eq_custom] = ACTIONS(2063), + [sym__plus_then_ws] = ACTIONS(2063), + [sym__minus_then_ws] = ACTIONS(2063), + [sym__bang_custom] = ACTIONS(2063), + [sym_where_keyword] = ACTIONS(2063), + [sym__as_custom] = ACTIONS(2063), + [sym__as_quest_custom] = ACTIONS(2063), + [sym__as_bang_custom] = ACTIONS(2063), + [sym__custom_operator] = ACTIONS(2063), + }, + [STATE(1700)] = { + [sym_simple_identifier] = STATE(9192), + [sym__contextual_simple_identifier] = STATE(5063), + [sym__parameter_ownership_modifier] = STATE(5063), + [aux_sym__fn_call_lambda_arguments_repeat1] = STATE(1703), + [ts_builtin_sym_end] = ACTIONS(2119), + [anon_sym_BANG] = ACTIONS(2110), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(2112), + [aux_sym_simple_identifier_token2] = ACTIONS(2114), + [aux_sym_simple_identifier_token3] = ACTIONS(2114), + [aux_sym_simple_identifier_token4] = ACTIONS(2114), + [anon_sym_actor] = ACTIONS(2112), + [anon_sym_async] = ACTIONS(2112), + [anon_sym_each] = ACTIONS(2112), + [anon_sym_lazy] = ACTIONS(2112), + [anon_sym_repeat] = ACTIONS(2112), + [anon_sym_package] = ACTIONS(2112), + [anon_sym_COMMA] = ACTIONS(2119), + [anon_sym_LPAREN] = ACTIONS(2119), + [anon_sym_LBRACK] = ACTIONS(2119), + [anon_sym_QMARK] = ACTIONS(2110), + [anon_sym_QMARK2] = ACTIONS(2119), + [anon_sym_AMP] = ACTIONS(2119), + [aux_sym_custom_operator_token1] = ACTIONS(2119), + [anon_sym_LT] = ACTIONS(2110), + [anon_sym_GT] = ACTIONS(2110), + [anon_sym_LBRACE] = ACTIONS(2119), + [anon_sym_CARET_LBRACE] = ACTIONS(2119), + [anon_sym_RBRACE] = ACTIONS(2119), + [anon_sym_PLUS_EQ] = ACTIONS(2119), + [anon_sym_DASH_EQ] = ACTIONS(2119), + [anon_sym_STAR_EQ] = ACTIONS(2119), + [anon_sym_SLASH_EQ] = ACTIONS(2119), + [anon_sym_PERCENT_EQ] = ACTIONS(2119), + [anon_sym_BANG_EQ] = ACTIONS(2110), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2119), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2119), + [anon_sym_LT_EQ] = ACTIONS(2119), + [anon_sym_GT_EQ] = ACTIONS(2119), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2119), + [anon_sym_DOT_DOT_LT] = ACTIONS(2119), + [anon_sym_is] = ACTIONS(2110), + [anon_sym_PLUS] = ACTIONS(2110), + [anon_sym_DASH] = ACTIONS(2110), + [anon_sym_STAR] = ACTIONS(2110), + [anon_sym_SLASH] = ACTIONS(2110), + [anon_sym_PERCENT] = ACTIONS(2110), + [anon_sym_PLUS_PLUS] = ACTIONS(2119), + [anon_sym_DASH_DASH] = ACTIONS(2119), + [anon_sym_PIPE] = ACTIONS(2119), + [anon_sym_CARET] = ACTIONS(2110), + [anon_sym_LT_LT] = ACTIONS(2119), + [anon_sym_GT_GT] = ACTIONS(2119), + [anon_sym_borrowing] = ACTIONS(2112), + [anon_sym_consuming] = ACTIONS(2112), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2119), + [sym__explicit_semi] = ACTIONS(2119), + [sym__dot_custom] = ACTIONS(2119), + [sym__conjunction_operator_custom] = ACTIONS(2119), + [sym__disjunction_operator_custom] = ACTIONS(2119), + [sym__nil_coalescing_operator_custom] = ACTIONS(2119), + [sym__eq_custom] = ACTIONS(2119), + [sym__eq_eq_custom] = ACTIONS(2119), + [sym__plus_then_ws] = ACTIONS(2119), + [sym__minus_then_ws] = ACTIONS(2119), + [sym__bang_custom] = ACTIONS(2119), + [sym_where_keyword] = ACTIONS(2119), + [sym__as_custom] = ACTIONS(2119), + [sym__as_quest_custom] = ACTIONS(2119), + [sym__as_bang_custom] = ACTIONS(2119), + [sym__custom_operator] = ACTIONS(2119), + }, + [STATE(1701)] = { + [anon_sym_BANG] = ACTIONS(2300), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(2300), + [aux_sym_simple_identifier_token2] = ACTIONS(2302), + [aux_sym_simple_identifier_token3] = ACTIONS(2302), + [aux_sym_simple_identifier_token4] = ACTIONS(2302), + [anon_sym_actor] = ACTIONS(2300), + [anon_sym_async] = ACTIONS(2300), + [anon_sym_each] = ACTIONS(2300), + [anon_sym_lazy] = ACTIONS(2300), + [anon_sym_repeat] = ACTIONS(2300), + [anon_sym_package] = ACTIONS(2300), + [anon_sym_COMMA] = ACTIONS(2302), + [anon_sym_COLON] = ACTIONS(2302), + [anon_sym_LPAREN] = ACTIONS(2302), + [anon_sym_LBRACK] = ACTIONS(2302), + [anon_sym_QMARK] = ACTIONS(2300), + [anon_sym_QMARK2] = ACTIONS(2302), + [anon_sym_AMP] = ACTIONS(2302), + [aux_sym_custom_operator_token1] = ACTIONS(2302), + [anon_sym_LT] = ACTIONS(2300), + [anon_sym_GT] = ACTIONS(2300), + [anon_sym_LBRACE] = ACTIONS(2302), + [anon_sym_CARET_LBRACE] = ACTIONS(2302), + [anon_sym_RBRACE] = ACTIONS(2302), + [anon_sym_in] = ACTIONS(2300), + [anon_sym_PLUS_EQ] = ACTIONS(2302), + [anon_sym_DASH_EQ] = ACTIONS(2302), + [anon_sym_STAR_EQ] = ACTIONS(2302), + [anon_sym_SLASH_EQ] = ACTIONS(2302), + [anon_sym_PERCENT_EQ] = ACTIONS(2302), + [anon_sym_BANG_EQ] = ACTIONS(2300), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2302), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2302), + [anon_sym_LT_EQ] = ACTIONS(2302), + [anon_sym_GT_EQ] = ACTIONS(2302), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2302), + [anon_sym_DOT_DOT_LT] = ACTIONS(2302), + [anon_sym_is] = ACTIONS(2300), + [anon_sym_PLUS] = ACTIONS(2300), + [anon_sym_DASH] = ACTIONS(2300), + [anon_sym_STAR] = ACTIONS(2300), + [anon_sym_SLASH] = ACTIONS(2300), + [anon_sym_PERCENT] = ACTIONS(2300), + [anon_sym_PLUS_PLUS] = ACTIONS(2302), + [anon_sym_DASH_DASH] = ACTIONS(2302), + [anon_sym_PIPE] = ACTIONS(2302), + [anon_sym_CARET] = ACTIONS(2300), + [anon_sym_LT_LT] = ACTIONS(2302), + [anon_sym_GT_GT] = ACTIONS(2302), + [anon_sym_borrowing] = ACTIONS(2300), + [anon_sym_consuming] = ACTIONS(2300), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2302), + [sym__explicit_semi] = ACTIONS(2302), + [sym__arrow_operator_custom] = ACTIONS(2302), + [sym__dot_custom] = ACTIONS(2302), + [sym__conjunction_operator_custom] = ACTIONS(2302), + [sym__disjunction_operator_custom] = ACTIONS(2302), + [sym__nil_coalescing_operator_custom] = ACTIONS(2302), + [sym__eq_custom] = ACTIONS(2302), + [sym__eq_eq_custom] = ACTIONS(2302), + [sym__plus_then_ws] = ACTIONS(2302), + [sym__minus_then_ws] = ACTIONS(2302), + [sym__bang_custom] = ACTIONS(2302), + [sym__throws_keyword] = ACTIONS(2302), + [sym__rethrows_keyword] = ACTIONS(2302), + [sym__as_custom] = ACTIONS(2302), + [sym__as_quest_custom] = ACTIONS(2302), + [sym__as_bang_custom] = ACTIONS(2302), + [sym__async_keyword_custom] = ACTIONS(2302), + [sym__custom_operator] = ACTIONS(2302), + }, + [STATE(1702)] = { + [sym_simple_identifier] = STATE(2985), + [sym__contextual_simple_identifier] = STATE(2936), + [sym__simple_user_type] = STATE(3084), + [sym_array_type] = STATE(3084), + [sym_dictionary_type] = STATE(3084), + [sym__parameter_ownership_modifier] = STATE(2936), + [aux_sym_key_path_expression_repeat1] = STATE(3003), + [anon_sym_BANG] = ACTIONS(2061), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(1155), + [aux_sym_simple_identifier_token2] = ACTIONS(1157), + [aux_sym_simple_identifier_token3] = ACTIONS(1157), + [aux_sym_simple_identifier_token4] = ACTIONS(1157), + [anon_sym_actor] = ACTIONS(1155), + [anon_sym_async] = ACTIONS(1155), + [anon_sym_each] = ACTIONS(1155), + [anon_sym_lazy] = ACTIONS(1155), + [anon_sym_repeat] = ACTIONS(1155), + [anon_sym_package] = ACTIONS(1155), + [anon_sym_COMMA] = ACTIONS(2063), + [anon_sym_LPAREN] = ACTIONS(2063), + [anon_sym_LBRACK] = ACTIONS(4268), + [anon_sym_DOT] = ACTIONS(4270), + [anon_sym_QMARK] = ACTIONS(2061), + [anon_sym_QMARK2] = ACTIONS(2063), + [anon_sym_AMP] = ACTIONS(2063), + [aux_sym_custom_operator_token1] = ACTIONS(2063), + [anon_sym_LT] = ACTIONS(2061), + [anon_sym_GT] = ACTIONS(2061), + [anon_sym_LBRACE] = ACTIONS(2063), + [anon_sym_CARET_LBRACE] = ACTIONS(2063), + [anon_sym_PLUS_EQ] = ACTIONS(2063), + [anon_sym_DASH_EQ] = ACTIONS(2063), + [anon_sym_STAR_EQ] = ACTIONS(2063), + [anon_sym_SLASH_EQ] = ACTIONS(2063), + [anon_sym_PERCENT_EQ] = ACTIONS(2063), + [anon_sym_BANG_EQ] = ACTIONS(2061), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2063), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2063), + [anon_sym_LT_EQ] = ACTIONS(2063), + [anon_sym_GT_EQ] = ACTIONS(2063), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2063), + [anon_sym_DOT_DOT_LT] = ACTIONS(2063), + [anon_sym_is] = ACTIONS(2061), + [anon_sym_PLUS] = ACTIONS(2061), + [anon_sym_DASH] = ACTIONS(2061), + [anon_sym_STAR] = ACTIONS(2061), + [anon_sym_SLASH] = ACTIONS(2061), + [anon_sym_PERCENT] = ACTIONS(2061), + [anon_sym_PLUS_PLUS] = ACTIONS(2063), + [anon_sym_DASH_DASH] = ACTIONS(2063), + [anon_sym_PIPE] = ACTIONS(2063), + [anon_sym_CARET] = ACTIONS(2061), + [anon_sym_LT_LT] = ACTIONS(2063), + [anon_sym_GT_GT] = ACTIONS(2063), + [anon_sym_borrowing] = ACTIONS(1155), + [anon_sym_consuming] = ACTIONS(1155), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2063), + [sym__conjunction_operator_custom] = ACTIONS(2063), + [sym__disjunction_operator_custom] = ACTIONS(2063), + [sym__nil_coalescing_operator_custom] = ACTIONS(2063), + [sym__eq_custom] = ACTIONS(2063), + [sym__eq_eq_custom] = ACTIONS(2063), + [sym__plus_then_ws] = ACTIONS(2063), + [sym__minus_then_ws] = ACTIONS(2063), + [sym__bang_custom] = ACTIONS(2063), + [sym_else] = ACTIONS(2063), + [sym__as_custom] = ACTIONS(2063), + [sym__as_quest_custom] = ACTIONS(2063), + [sym__as_bang_custom] = ACTIONS(2063), + [sym__custom_operator] = ACTIONS(2063), + }, + [STATE(1703)] = { + [sym_simple_identifier] = STATE(9192), + [sym__contextual_simple_identifier] = STATE(5063), + [sym__parameter_ownership_modifier] = STATE(5063), + [aux_sym__fn_call_lambda_arguments_repeat1] = STATE(1704), + [ts_builtin_sym_end] = ACTIONS(2130), + [anon_sym_BANG] = ACTIONS(2125), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(2112), + [aux_sym_simple_identifier_token2] = ACTIONS(2114), + [aux_sym_simple_identifier_token3] = ACTIONS(2114), + [aux_sym_simple_identifier_token4] = ACTIONS(2114), + [anon_sym_actor] = ACTIONS(2112), + [anon_sym_async] = ACTIONS(2112), + [anon_sym_each] = ACTIONS(2112), + [anon_sym_lazy] = ACTIONS(2112), + [anon_sym_repeat] = ACTIONS(2112), + [anon_sym_package] = ACTIONS(2112), + [anon_sym_COMMA] = ACTIONS(2130), + [anon_sym_LPAREN] = ACTIONS(2130), + [anon_sym_LBRACK] = ACTIONS(2130), + [anon_sym_QMARK] = ACTIONS(2125), + [anon_sym_QMARK2] = ACTIONS(2130), + [anon_sym_AMP] = ACTIONS(2130), + [aux_sym_custom_operator_token1] = ACTIONS(2130), + [anon_sym_LT] = ACTIONS(2125), + [anon_sym_GT] = ACTIONS(2125), + [anon_sym_LBRACE] = ACTIONS(2130), + [anon_sym_CARET_LBRACE] = ACTIONS(2130), + [anon_sym_RBRACE] = ACTIONS(2130), + [anon_sym_PLUS_EQ] = ACTIONS(2130), + [anon_sym_DASH_EQ] = ACTIONS(2130), + [anon_sym_STAR_EQ] = ACTIONS(2130), + [anon_sym_SLASH_EQ] = ACTIONS(2130), + [anon_sym_PERCENT_EQ] = ACTIONS(2130), + [anon_sym_BANG_EQ] = ACTIONS(2125), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2130), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2130), + [anon_sym_LT_EQ] = ACTIONS(2130), + [anon_sym_GT_EQ] = ACTIONS(2130), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2130), + [anon_sym_DOT_DOT_LT] = ACTIONS(2130), + [anon_sym_is] = ACTIONS(2125), + [anon_sym_PLUS] = ACTIONS(2125), + [anon_sym_DASH] = ACTIONS(2125), + [anon_sym_STAR] = ACTIONS(2125), + [anon_sym_SLASH] = ACTIONS(2125), + [anon_sym_PERCENT] = ACTIONS(2125), + [anon_sym_PLUS_PLUS] = ACTIONS(2130), + [anon_sym_DASH_DASH] = ACTIONS(2130), + [anon_sym_PIPE] = ACTIONS(2130), + [anon_sym_CARET] = ACTIONS(2125), + [anon_sym_LT_LT] = ACTIONS(2130), + [anon_sym_GT_GT] = ACTIONS(2130), + [anon_sym_borrowing] = ACTIONS(2112), + [anon_sym_consuming] = ACTIONS(2112), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2130), + [sym__explicit_semi] = ACTIONS(2130), + [sym__dot_custom] = ACTIONS(2130), + [sym__conjunction_operator_custom] = ACTIONS(2130), + [sym__disjunction_operator_custom] = ACTIONS(2130), + [sym__nil_coalescing_operator_custom] = ACTIONS(2130), + [sym__eq_custom] = ACTIONS(2130), + [sym__eq_eq_custom] = ACTIONS(2130), + [sym__plus_then_ws] = ACTIONS(2130), + [sym__minus_then_ws] = ACTIONS(2130), + [sym__bang_custom] = ACTIONS(2130), + [sym_where_keyword] = ACTIONS(2130), + [sym__as_custom] = ACTIONS(2130), + [sym__as_quest_custom] = ACTIONS(2130), + [sym__as_bang_custom] = ACTIONS(2130), + [sym__custom_operator] = ACTIONS(2130), + }, + [STATE(1704)] = { + [sym_simple_identifier] = STATE(9192), + [sym__contextual_simple_identifier] = STATE(5063), + [sym__parameter_ownership_modifier] = STATE(5063), + [aux_sym__fn_call_lambda_arguments_repeat1] = STATE(1704), + [ts_builtin_sym_end] = ACTIONS(2140), + [anon_sym_BANG] = ACTIONS(2132), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(2134), + [aux_sym_simple_identifier_token2] = ACTIONS(2137), + [aux_sym_simple_identifier_token3] = ACTIONS(2137), + [aux_sym_simple_identifier_token4] = ACTIONS(2137), + [anon_sym_actor] = ACTIONS(2134), + [anon_sym_async] = ACTIONS(2134), + [anon_sym_each] = ACTIONS(2134), + [anon_sym_lazy] = ACTIONS(2134), + [anon_sym_repeat] = ACTIONS(2134), + [anon_sym_package] = ACTIONS(2134), + [anon_sym_COMMA] = ACTIONS(2140), + [anon_sym_LPAREN] = ACTIONS(2140), + [anon_sym_LBRACK] = ACTIONS(2140), + [anon_sym_QMARK] = ACTIONS(2132), + [anon_sym_QMARK2] = ACTIONS(2140), + [anon_sym_AMP] = ACTIONS(2140), + [aux_sym_custom_operator_token1] = ACTIONS(2140), + [anon_sym_LT] = ACTIONS(2132), + [anon_sym_GT] = ACTIONS(2132), + [anon_sym_LBRACE] = ACTIONS(2140), + [anon_sym_CARET_LBRACE] = ACTIONS(2140), + [anon_sym_RBRACE] = ACTIONS(2140), + [anon_sym_PLUS_EQ] = ACTIONS(2140), + [anon_sym_DASH_EQ] = ACTIONS(2140), + [anon_sym_STAR_EQ] = ACTIONS(2140), + [anon_sym_SLASH_EQ] = ACTIONS(2140), + [anon_sym_PERCENT_EQ] = ACTIONS(2140), + [anon_sym_BANG_EQ] = ACTIONS(2132), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2140), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2140), + [anon_sym_LT_EQ] = ACTIONS(2140), + [anon_sym_GT_EQ] = ACTIONS(2140), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2140), + [anon_sym_DOT_DOT_LT] = ACTIONS(2140), + [anon_sym_is] = ACTIONS(2132), + [anon_sym_PLUS] = ACTIONS(2132), + [anon_sym_DASH] = ACTIONS(2132), + [anon_sym_STAR] = ACTIONS(2132), + [anon_sym_SLASH] = ACTIONS(2132), + [anon_sym_PERCENT] = ACTIONS(2132), + [anon_sym_PLUS_PLUS] = ACTIONS(2140), + [anon_sym_DASH_DASH] = ACTIONS(2140), + [anon_sym_PIPE] = ACTIONS(2140), + [anon_sym_CARET] = ACTIONS(2132), + [anon_sym_LT_LT] = ACTIONS(2140), + [anon_sym_GT_GT] = ACTIONS(2140), + [anon_sym_borrowing] = ACTIONS(2134), + [anon_sym_consuming] = ACTIONS(2134), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2140), + [sym__explicit_semi] = ACTIONS(2140), + [sym__dot_custom] = ACTIONS(2140), + [sym__conjunction_operator_custom] = ACTIONS(2140), + [sym__disjunction_operator_custom] = ACTIONS(2140), + [sym__nil_coalescing_operator_custom] = ACTIONS(2140), + [sym__eq_custom] = ACTIONS(2140), + [sym__eq_eq_custom] = ACTIONS(2140), + [sym__plus_then_ws] = ACTIONS(2140), + [sym__minus_then_ws] = ACTIONS(2140), + [sym__bang_custom] = ACTIONS(2140), + [sym_where_keyword] = ACTIONS(2140), + [sym__as_custom] = ACTIONS(2140), + [sym__as_quest_custom] = ACTIONS(2140), + [sym__as_bang_custom] = ACTIONS(2140), + [sym__custom_operator] = ACTIONS(2140), + }, + [STATE(1705)] = { + [anon_sym_BANG] = ACTIONS(625), + [sym_comment] = ACTIONS(3), + [anon_sym_actor] = ACTIONS(2313), + [anon_sym_async] = ACTIONS(2313), + [anon_sym_lazy] = ACTIONS(2313), + [anon_sym_LPAREN] = ACTIONS(619), + [anon_sym_LBRACK] = ACTIONS(619), + [anon_sym_QMARK] = ACTIONS(625), + [anon_sym_QMARK2] = ACTIONS(619), + [anon_sym_AMP] = ACTIONS(619), + [aux_sym_custom_operator_token1] = ACTIONS(619), + [anon_sym_LT] = ACTIONS(625), + [anon_sym_GT] = ACTIONS(625), + [anon_sym_LBRACE] = ACTIONS(619), + [anon_sym_CARET_LBRACE] = ACTIONS(619), + [anon_sym_RBRACE] = ACTIONS(619), + [anon_sym_PLUS_EQ] = ACTIONS(619), + [anon_sym_DASH_EQ] = ACTIONS(619), + [anon_sym_STAR_EQ] = ACTIONS(619), + [anon_sym_SLASH_EQ] = ACTIONS(619), + [anon_sym_PERCENT_EQ] = ACTIONS(619), + [anon_sym_BANG_EQ] = ACTIONS(625), + [anon_sym_BANG_EQ_EQ] = ACTIONS(619), + [anon_sym_EQ_EQ_EQ] = ACTIONS(619), + [anon_sym_LT_EQ] = ACTIONS(619), + [anon_sym_GT_EQ] = ACTIONS(619), + [anon_sym_DOT_DOT_DOT] = ACTIONS(619), + [anon_sym_DOT_DOT_LT] = ACTIONS(619), + [anon_sym_is] = ACTIONS(619), + [anon_sym_PLUS] = ACTIONS(625), + [anon_sym_DASH] = ACTIONS(625), + [anon_sym_STAR] = ACTIONS(625), + [anon_sym_SLASH] = ACTIONS(625), + [anon_sym_PERCENT] = ACTIONS(625), + [anon_sym_PLUS_PLUS] = ACTIONS(619), + [anon_sym_DASH_DASH] = ACTIONS(619), + [anon_sym_PIPE] = ACTIONS(619), + [anon_sym_CARET] = ACTIONS(625), + [anon_sym_LT_LT] = ACTIONS(619), + [anon_sym_GT_GT] = ACTIONS(619), + [anon_sym_typealias] = ACTIONS(2313), + [anon_sym_struct] = ACTIONS(2313), + [anon_sym_class] = ACTIONS(2313), + [anon_sym_enum] = ACTIONS(2313), + [anon_sym_let] = ACTIONS(2313), + [anon_sym_var] = ACTIONS(2313), + [anon_sym_func] = ACTIONS(2313), + [anon_sym_extension] = ACTIONS(2313), + [anon_sym_indirect] = ACTIONS(2313), + [anon_sym_AT] = ACTIONS(2313), + [anon_sym_final] = ACTIONS(2313), + [anon_sym_weak] = ACTIONS(2313), + [anon_sym_unowned] = ACTIONS(2311), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2313), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2313), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(619), + [sym__explicit_semi] = ACTIONS(619), + [sym__dot_custom] = ACTIONS(619), + [sym__conjunction_operator_custom] = ACTIONS(619), + [sym__disjunction_operator_custom] = ACTIONS(619), + [sym__nil_coalescing_operator_custom] = ACTIONS(619), + [sym__eq_custom] = ACTIONS(619), + [sym__eq_eq_custom] = ACTIONS(619), + [sym__plus_then_ws] = ACTIONS(619), + [sym__minus_then_ws] = ACTIONS(619), + [sym__bang_custom] = ACTIONS(619), + [sym__as_custom] = ACTIONS(619), + [sym__as_quest_custom] = ACTIONS(619), + [sym__as_bang_custom] = ACTIONS(619), + [sym__custom_operator] = ACTIONS(619), + }, + [STATE(1706)] = { + [sym_simple_identifier] = STATE(9217), + [sym__contextual_simple_identifier] = STATE(5063), + [sym__parameter_ownership_modifier] = STATE(5063), + [aux_sym__fn_call_lambda_arguments_repeat1] = STATE(1706), + [ts_builtin_sym_end] = ACTIONS(2140), + [anon_sym_BANG] = ACTIONS(2132), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(2134), + [aux_sym_simple_identifier_token2] = ACTIONS(2137), + [aux_sym_simple_identifier_token3] = ACTIONS(2137), + [aux_sym_simple_identifier_token4] = ACTIONS(2137), + [anon_sym_actor] = ACTIONS(2134), + [anon_sym_async] = ACTIONS(2134), + [anon_sym_each] = ACTIONS(2134), + [anon_sym_lazy] = ACTIONS(2134), + [anon_sym_repeat] = ACTIONS(2134), + [anon_sym_package] = ACTIONS(2134), + [anon_sym_COMMA] = ACTIONS(2140), + [anon_sym_LPAREN] = ACTIONS(2140), + [anon_sym_LBRACK] = ACTIONS(2140), + [anon_sym_QMARK] = ACTIONS(2132), + [anon_sym_QMARK2] = ACTIONS(2140), + [anon_sym_AMP] = ACTIONS(2140), + [aux_sym_custom_operator_token1] = ACTIONS(2140), + [anon_sym_LT] = ACTIONS(2132), + [anon_sym_GT] = ACTIONS(2132), + [anon_sym_LBRACE] = ACTIONS(2140), + [anon_sym_CARET_LBRACE] = ACTIONS(2140), + [anon_sym_RBRACE] = ACTIONS(2140), + [anon_sym_PLUS_EQ] = ACTIONS(2140), + [anon_sym_DASH_EQ] = ACTIONS(2140), + [anon_sym_STAR_EQ] = ACTIONS(2140), + [anon_sym_SLASH_EQ] = ACTIONS(2140), + [anon_sym_PERCENT_EQ] = ACTIONS(2140), + [anon_sym_BANG_EQ] = ACTIONS(2132), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2140), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2140), + [anon_sym_LT_EQ] = ACTIONS(2140), + [anon_sym_GT_EQ] = ACTIONS(2140), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2140), + [anon_sym_DOT_DOT_LT] = ACTIONS(2140), + [anon_sym_is] = ACTIONS(2132), + [anon_sym_PLUS] = ACTIONS(2132), + [anon_sym_DASH] = ACTIONS(2132), + [anon_sym_STAR] = ACTIONS(2132), + [anon_sym_SLASH] = ACTIONS(2132), + [anon_sym_PERCENT] = ACTIONS(2132), + [anon_sym_PLUS_PLUS] = ACTIONS(2140), + [anon_sym_DASH_DASH] = ACTIONS(2140), + [anon_sym_PIPE] = ACTIONS(2140), + [anon_sym_CARET] = ACTIONS(2132), + [anon_sym_LT_LT] = ACTIONS(2140), + [anon_sym_GT_GT] = ACTIONS(2140), + [anon_sym_borrowing] = ACTIONS(2134), + [anon_sym_consuming] = ACTIONS(2134), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2140), + [sym__explicit_semi] = ACTIONS(2140), + [sym__dot_custom] = ACTIONS(2140), + [sym__conjunction_operator_custom] = ACTIONS(2140), + [sym__disjunction_operator_custom] = ACTIONS(2140), + [sym__nil_coalescing_operator_custom] = ACTIONS(2140), + [sym__eq_custom] = ACTIONS(2140), + [sym__eq_eq_custom] = ACTIONS(2140), + [sym__plus_then_ws] = ACTIONS(2140), + [sym__minus_then_ws] = ACTIONS(2140), + [sym__bang_custom] = ACTIONS(2140), + [sym__as_custom] = ACTIONS(2140), + [sym__as_quest_custom] = ACTIONS(2140), + [sym__as_bang_custom] = ACTIONS(2140), + [sym__custom_operator] = ACTIONS(2140), + }, + [STATE(1707)] = { + [sym_simple_identifier] = STATE(9217), + [sym__contextual_simple_identifier] = STATE(5063), + [sym__parameter_ownership_modifier] = STATE(5063), + [aux_sym__fn_call_lambda_arguments_repeat1] = STATE(1706), + [ts_builtin_sym_end] = ACTIONS(2130), + [anon_sym_BANG] = ACTIONS(2125), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(2112), + [aux_sym_simple_identifier_token2] = ACTIONS(2114), + [aux_sym_simple_identifier_token3] = ACTIONS(2114), + [aux_sym_simple_identifier_token4] = ACTIONS(2114), + [anon_sym_actor] = ACTIONS(2112), + [anon_sym_async] = ACTIONS(2112), + [anon_sym_each] = ACTIONS(2112), + [anon_sym_lazy] = ACTIONS(2112), + [anon_sym_repeat] = ACTIONS(2112), + [anon_sym_package] = ACTIONS(2112), + [anon_sym_COMMA] = ACTIONS(2130), + [anon_sym_LPAREN] = ACTIONS(2130), + [anon_sym_LBRACK] = ACTIONS(2130), + [anon_sym_QMARK] = ACTIONS(2125), + [anon_sym_QMARK2] = ACTIONS(2130), + [anon_sym_AMP] = ACTIONS(2130), + [aux_sym_custom_operator_token1] = ACTIONS(2130), + [anon_sym_LT] = ACTIONS(2125), + [anon_sym_GT] = ACTIONS(2125), + [anon_sym_LBRACE] = ACTIONS(2130), + [anon_sym_CARET_LBRACE] = ACTIONS(2130), + [anon_sym_RBRACE] = ACTIONS(2130), + [anon_sym_PLUS_EQ] = ACTIONS(2130), + [anon_sym_DASH_EQ] = ACTIONS(2130), + [anon_sym_STAR_EQ] = ACTIONS(2130), + [anon_sym_SLASH_EQ] = ACTIONS(2130), + [anon_sym_PERCENT_EQ] = ACTIONS(2130), + [anon_sym_BANG_EQ] = ACTIONS(2125), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2130), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2130), + [anon_sym_LT_EQ] = ACTIONS(2130), + [anon_sym_GT_EQ] = ACTIONS(2130), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2130), + [anon_sym_DOT_DOT_LT] = ACTIONS(2130), + [anon_sym_is] = ACTIONS(2125), + [anon_sym_PLUS] = ACTIONS(2125), + [anon_sym_DASH] = ACTIONS(2125), + [anon_sym_STAR] = ACTIONS(2125), + [anon_sym_SLASH] = ACTIONS(2125), + [anon_sym_PERCENT] = ACTIONS(2125), + [anon_sym_PLUS_PLUS] = ACTIONS(2130), + [anon_sym_DASH_DASH] = ACTIONS(2130), + [anon_sym_PIPE] = ACTIONS(2130), + [anon_sym_CARET] = ACTIONS(2125), + [anon_sym_LT_LT] = ACTIONS(2130), + [anon_sym_GT_GT] = ACTIONS(2130), + [anon_sym_borrowing] = ACTIONS(2112), + [anon_sym_consuming] = ACTIONS(2112), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2130), + [sym__explicit_semi] = ACTIONS(2130), + [sym__dot_custom] = ACTIONS(2130), + [sym__conjunction_operator_custom] = ACTIONS(2130), + [sym__disjunction_operator_custom] = ACTIONS(2130), + [sym__nil_coalescing_operator_custom] = ACTIONS(2130), + [sym__eq_custom] = ACTIONS(2130), + [sym__eq_eq_custom] = ACTIONS(2130), + [sym__plus_then_ws] = ACTIONS(2130), + [sym__minus_then_ws] = ACTIONS(2130), + [sym__bang_custom] = ACTIONS(2130), + [sym__as_custom] = ACTIONS(2130), + [sym__as_quest_custom] = ACTIONS(2130), + [sym__as_bang_custom] = ACTIONS(2130), + [sym__custom_operator] = ACTIONS(2130), + }, + [STATE(1708)] = { + [sym__arrow_operator] = STATE(4311), + [sym__async_keyword] = STATE(7041), + [sym_throws] = STATE(8864), + [sym_throws_clause] = STATE(8864), + [aux_sym_protocol_composition_type_repeat1] = STATE(1815), + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2158), + [anon_sym_async] = ACTIONS(2158), + [anon_sym_lazy] = ACTIONS(2158), + [anon_sym_package] = ACTIONS(2158), + [anon_sym_COMMA] = ACTIONS(2158), + [anon_sym_COLON] = ACTIONS(2158), + [anon_sym_DOT] = ACTIONS(4272), + [anon_sym_QMARK] = ACTIONS(2158), + [anon_sym_AMP] = ACTIONS(4274), + [anon_sym_LBRACE] = ACTIONS(2158), + [anon_sym_RBRACE] = ACTIONS(2158), + [anon_sym_case] = ACTIONS(2158), + [anon_sym_import] = ACTIONS(2158), + [anon_sym_typealias] = ACTIONS(2158), + [anon_sym_struct] = ACTIONS(2158), + [anon_sym_class] = ACTIONS(2158), + [anon_sym_enum] = ACTIONS(2158), + [anon_sym_protocol] = ACTIONS(2158), + [anon_sym_let] = ACTIONS(2158), + [anon_sym_var] = ACTIONS(2158), + [anon_sym_func] = ACTIONS(2158), + [anon_sym_extension] = ACTIONS(2158), + [anon_sym_indirect] = ACTIONS(2158), + [anon_sym_init] = ACTIONS(2158), + [anon_sym_deinit] = ACTIONS(2158), + [anon_sym_subscript] = ACTIONS(2158), + [anon_sym_prefix] = ACTIONS(2158), + [anon_sym_infix] = ACTIONS(2158), + [anon_sym_postfix] = ACTIONS(2158), + [anon_sym_precedencegroup] = ACTIONS(2158), + [anon_sym_associatedtype] = ACTIONS(2158), + [anon_sym_AT] = ACTIONS(2156), + [anon_sym_override] = ACTIONS(2158), + [anon_sym_convenience] = ACTIONS(2158), + [anon_sym_required] = ACTIONS(2158), + [anon_sym_nonisolated] = ACTIONS(2158), + [anon_sym_public] = ACTIONS(2158), + [anon_sym_private] = ACTIONS(2158), + [anon_sym_internal] = ACTIONS(2158), + [anon_sym_fileprivate] = ACTIONS(2158), + [anon_sym_open] = ACTIONS(2158), + [anon_sym_mutating] = ACTIONS(2158), + [anon_sym_nonmutating] = ACTIONS(2158), + [anon_sym_static] = ACTIONS(2158), + [anon_sym_dynamic] = ACTIONS(2158), + [anon_sym_optional] = ACTIONS(2158), + [anon_sym_distributed] = ACTIONS(2158), + [anon_sym_final] = ACTIONS(2158), + [anon_sym_inout] = ACTIONS(2158), + [anon_sym_ATescaping] = ACTIONS(2158), + [anon_sym_ATautoclosure] = ACTIONS(2158), + [anon_sym_weak] = ACTIONS(2158), + [anon_sym_unowned] = ACTIONS(2156), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2158), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2158), + [anon_sym_borrowing] = ACTIONS(2158), + [anon_sym_consuming] = ACTIONS(2158), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(4260), + [sym__eq_custom] = ACTIONS(2158), + [sym__throws_keyword] = ACTIONS(2093), + [sym__rethrows_keyword] = ACTIONS(2095), + [sym_where_keyword] = ACTIONS(2158), + [sym__as_custom] = ACTIONS(2158), + [sym__async_keyword_custom] = ACTIONS(4262), + }, + [STATE(1709)] = { + [sym__arrow_operator] = STATE(4311), + [sym__async_keyword] = STATE(7041), + [sym_throws] = STATE(8864), + [sym_throws_clause] = STATE(8864), + [aux_sym_protocol_composition_type_repeat1] = STATE(1815), + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2177), + [anon_sym_async] = ACTIONS(2177), + [anon_sym_lazy] = ACTIONS(2177), + [anon_sym_package] = ACTIONS(2177), + [anon_sym_COMMA] = ACTIONS(2177), + [anon_sym_COLON] = ACTIONS(2177), + [anon_sym_DOT] = ACTIONS(4272), + [anon_sym_QMARK] = ACTIONS(2177), + [anon_sym_AMP] = ACTIONS(4274), + [anon_sym_LBRACE] = ACTIONS(2177), + [anon_sym_RBRACE] = ACTIONS(2177), + [anon_sym_case] = ACTIONS(2177), + [anon_sym_import] = ACTIONS(2177), + [anon_sym_typealias] = ACTIONS(2177), + [anon_sym_struct] = ACTIONS(2177), + [anon_sym_class] = ACTIONS(2177), + [anon_sym_enum] = ACTIONS(2177), + [anon_sym_protocol] = ACTIONS(2177), + [anon_sym_let] = ACTIONS(2177), + [anon_sym_var] = ACTIONS(2177), + [anon_sym_func] = ACTIONS(2177), + [anon_sym_extension] = ACTIONS(2177), + [anon_sym_indirect] = ACTIONS(2177), + [anon_sym_init] = ACTIONS(2177), + [anon_sym_deinit] = ACTIONS(2177), + [anon_sym_subscript] = ACTIONS(2177), + [anon_sym_prefix] = ACTIONS(2177), + [anon_sym_infix] = ACTIONS(2177), + [anon_sym_postfix] = ACTIONS(2177), + [anon_sym_precedencegroup] = ACTIONS(2177), + [anon_sym_associatedtype] = ACTIONS(2177), + [anon_sym_AT] = ACTIONS(2175), + [anon_sym_override] = ACTIONS(2177), + [anon_sym_convenience] = ACTIONS(2177), + [anon_sym_required] = ACTIONS(2177), + [anon_sym_nonisolated] = ACTIONS(2177), + [anon_sym_public] = ACTIONS(2177), + [anon_sym_private] = ACTIONS(2177), + [anon_sym_internal] = ACTIONS(2177), + [anon_sym_fileprivate] = ACTIONS(2177), + [anon_sym_open] = ACTIONS(2177), + [anon_sym_mutating] = ACTIONS(2177), + [anon_sym_nonmutating] = ACTIONS(2177), + [anon_sym_static] = ACTIONS(2177), + [anon_sym_dynamic] = ACTIONS(2177), + [anon_sym_optional] = ACTIONS(2177), + [anon_sym_distributed] = ACTIONS(2177), + [anon_sym_final] = ACTIONS(2177), + [anon_sym_inout] = ACTIONS(2177), + [anon_sym_ATescaping] = ACTIONS(2177), + [anon_sym_ATautoclosure] = ACTIONS(2177), + [anon_sym_weak] = ACTIONS(2177), + [anon_sym_unowned] = ACTIONS(2175), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2177), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2177), + [anon_sym_borrowing] = ACTIONS(2177), + [anon_sym_consuming] = ACTIONS(2177), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(4260), + [sym__eq_custom] = ACTIONS(2177), + [sym__throws_keyword] = ACTIONS(2093), + [sym__rethrows_keyword] = ACTIONS(2095), + [sym_where_keyword] = ACTIONS(2177), + [sym__as_custom] = ACTIONS(2177), + [sym__async_keyword_custom] = ACTIONS(4262), + }, + [STATE(1710)] = { + [sym__arrow_operator] = STATE(4311), + [sym__async_keyword] = STATE(7041), + [sym_throws] = STATE(8864), + [sym_throws_clause] = STATE(8864), + [aux_sym_protocol_composition_type_repeat1] = STATE(1815), + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2108), + [anon_sym_async] = ACTIONS(2108), + [anon_sym_lazy] = ACTIONS(2108), + [anon_sym_package] = ACTIONS(2108), + [anon_sym_COMMA] = ACTIONS(2108), + [anon_sym_COLON] = ACTIONS(2108), + [anon_sym_DOT] = ACTIONS(2108), + [anon_sym_QMARK] = ACTIONS(2108), + [anon_sym_AMP] = ACTIONS(2108), + [anon_sym_LBRACE] = ACTIONS(2108), + [anon_sym_RBRACE] = ACTIONS(2108), + [anon_sym_case] = ACTIONS(2108), + [anon_sym_import] = ACTIONS(2108), + [anon_sym_typealias] = ACTIONS(2108), + [anon_sym_struct] = ACTIONS(2108), + [anon_sym_class] = ACTIONS(2108), + [anon_sym_enum] = ACTIONS(2108), + [anon_sym_protocol] = ACTIONS(2108), + [anon_sym_let] = ACTIONS(2108), + [anon_sym_var] = ACTIONS(2108), + [anon_sym_func] = ACTIONS(2108), + [anon_sym_extension] = ACTIONS(2108), + [anon_sym_indirect] = ACTIONS(2108), + [anon_sym_init] = ACTIONS(2108), + [anon_sym_deinit] = ACTIONS(2108), + [anon_sym_subscript] = ACTIONS(2108), + [anon_sym_prefix] = ACTIONS(2108), + [anon_sym_infix] = ACTIONS(2108), + [anon_sym_postfix] = ACTIONS(2108), + [anon_sym_precedencegroup] = ACTIONS(2108), + [anon_sym_associatedtype] = ACTIONS(2108), + [anon_sym_AT] = ACTIONS(2106), + [anon_sym_override] = ACTIONS(2108), + [anon_sym_convenience] = ACTIONS(2108), + [anon_sym_required] = ACTIONS(2108), + [anon_sym_nonisolated] = ACTIONS(2108), + [anon_sym_public] = ACTIONS(2108), + [anon_sym_private] = ACTIONS(2108), + [anon_sym_internal] = ACTIONS(2108), + [anon_sym_fileprivate] = ACTIONS(2108), + [anon_sym_open] = ACTIONS(2108), + [anon_sym_mutating] = ACTIONS(2108), + [anon_sym_nonmutating] = ACTIONS(2108), + [anon_sym_static] = ACTIONS(2108), + [anon_sym_dynamic] = ACTIONS(2108), + [anon_sym_optional] = ACTIONS(2108), + [anon_sym_distributed] = ACTIONS(2108), + [anon_sym_final] = ACTIONS(2108), + [anon_sym_inout] = ACTIONS(2108), + [anon_sym_ATescaping] = ACTIONS(2108), + [anon_sym_ATautoclosure] = ACTIONS(2108), + [anon_sym_weak] = ACTIONS(2108), + [anon_sym_unowned] = ACTIONS(2106), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2108), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2108), + [anon_sym_borrowing] = ACTIONS(2108), + [anon_sym_consuming] = ACTIONS(2108), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2108), + [sym__eq_custom] = ACTIONS(2108), + [sym__throws_keyword] = ACTIONS(2108), + [sym__rethrows_keyword] = ACTIONS(2108), + [sym_where_keyword] = ACTIONS(2108), + [sym__as_custom] = ACTIONS(2108), + [sym__async_keyword_custom] = ACTIONS(2108), + }, + [STATE(1711)] = { + [sym__arrow_operator] = STATE(4311), + [sym__async_keyword] = STATE(7041), + [sym_throws] = STATE(8864), + [sym_throws_clause] = STATE(8864), + [aux_sym_protocol_composition_type_repeat1] = STATE(1815), + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2173), + [anon_sym_async] = ACTIONS(2173), + [anon_sym_lazy] = ACTIONS(2173), + [anon_sym_package] = ACTIONS(2173), + [anon_sym_COMMA] = ACTIONS(2173), + [anon_sym_COLON] = ACTIONS(2173), + [anon_sym_DOT] = ACTIONS(4272), + [anon_sym_QMARK] = ACTIONS(2173), + [anon_sym_AMP] = ACTIONS(4274), + [anon_sym_LBRACE] = ACTIONS(2173), + [anon_sym_RBRACE] = ACTIONS(2173), + [anon_sym_case] = ACTIONS(2173), + [anon_sym_import] = ACTIONS(2173), + [anon_sym_typealias] = ACTIONS(2173), + [anon_sym_struct] = ACTIONS(2173), + [anon_sym_class] = ACTIONS(2173), + [anon_sym_enum] = ACTIONS(2173), + [anon_sym_protocol] = ACTIONS(2173), + [anon_sym_let] = ACTIONS(2173), + [anon_sym_var] = ACTIONS(2173), + [anon_sym_func] = ACTIONS(2173), + [anon_sym_extension] = ACTIONS(2173), + [anon_sym_indirect] = ACTIONS(2173), + [anon_sym_init] = ACTIONS(2173), + [anon_sym_deinit] = ACTIONS(2173), + [anon_sym_subscript] = ACTIONS(2173), + [anon_sym_prefix] = ACTIONS(2173), + [anon_sym_infix] = ACTIONS(2173), + [anon_sym_postfix] = ACTIONS(2173), + [anon_sym_precedencegroup] = ACTIONS(2173), + [anon_sym_associatedtype] = ACTIONS(2173), + [anon_sym_AT] = ACTIONS(2171), + [anon_sym_override] = ACTIONS(2173), + [anon_sym_convenience] = ACTIONS(2173), + [anon_sym_required] = ACTIONS(2173), + [anon_sym_nonisolated] = ACTIONS(2173), + [anon_sym_public] = ACTIONS(2173), + [anon_sym_private] = ACTIONS(2173), + [anon_sym_internal] = ACTIONS(2173), + [anon_sym_fileprivate] = ACTIONS(2173), + [anon_sym_open] = ACTIONS(2173), + [anon_sym_mutating] = ACTIONS(2173), + [anon_sym_nonmutating] = ACTIONS(2173), + [anon_sym_static] = ACTIONS(2173), + [anon_sym_dynamic] = ACTIONS(2173), + [anon_sym_optional] = ACTIONS(2173), + [anon_sym_distributed] = ACTIONS(2173), + [anon_sym_final] = ACTIONS(2173), + [anon_sym_inout] = ACTIONS(2173), + [anon_sym_ATescaping] = ACTIONS(2173), + [anon_sym_ATautoclosure] = ACTIONS(2173), + [anon_sym_weak] = ACTIONS(2173), + [anon_sym_unowned] = ACTIONS(2171), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2173), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2173), + [anon_sym_borrowing] = ACTIONS(2173), + [anon_sym_consuming] = ACTIONS(2173), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(4260), + [sym__eq_custom] = ACTIONS(2173), + [sym__throws_keyword] = ACTIONS(2093), + [sym__rethrows_keyword] = ACTIONS(2095), + [sym_where_keyword] = ACTIONS(2173), + [sym__as_custom] = ACTIONS(2173), + [sym__async_keyword_custom] = ACTIONS(4262), + }, + [STATE(1712)] = { + [sym__arrow_operator] = STATE(4311), + [sym__async_keyword] = STATE(7041), + [sym_throws] = STATE(8864), + [sym_throws_clause] = STATE(8864), + [aux_sym_protocol_composition_type_repeat1] = STATE(1815), + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2181), + [anon_sym_async] = ACTIONS(2181), + [anon_sym_lazy] = ACTIONS(2181), + [anon_sym_package] = ACTIONS(2181), + [anon_sym_COMMA] = ACTIONS(2181), + [anon_sym_COLON] = ACTIONS(2181), + [anon_sym_DOT] = ACTIONS(4272), + [anon_sym_QMARK] = ACTIONS(2181), + [anon_sym_AMP] = ACTIONS(4274), + [anon_sym_LBRACE] = ACTIONS(2181), + [anon_sym_RBRACE] = ACTIONS(2181), + [anon_sym_case] = ACTIONS(2181), + [anon_sym_import] = ACTIONS(2181), + [anon_sym_typealias] = ACTIONS(2181), + [anon_sym_struct] = ACTIONS(2181), + [anon_sym_class] = ACTIONS(2181), + [anon_sym_enum] = ACTIONS(2181), + [anon_sym_protocol] = ACTIONS(2181), + [anon_sym_let] = ACTIONS(2181), + [anon_sym_var] = ACTIONS(2181), + [anon_sym_func] = ACTIONS(2181), + [anon_sym_extension] = ACTIONS(2181), + [anon_sym_indirect] = ACTIONS(2181), + [anon_sym_init] = ACTIONS(2181), + [anon_sym_deinit] = ACTIONS(2181), + [anon_sym_subscript] = ACTIONS(2181), + [anon_sym_prefix] = ACTIONS(2181), + [anon_sym_infix] = ACTIONS(2181), + [anon_sym_postfix] = ACTIONS(2181), + [anon_sym_precedencegroup] = ACTIONS(2181), + [anon_sym_associatedtype] = ACTIONS(2181), + [anon_sym_AT] = ACTIONS(2179), + [anon_sym_override] = ACTIONS(2181), + [anon_sym_convenience] = ACTIONS(2181), + [anon_sym_required] = ACTIONS(2181), + [anon_sym_nonisolated] = ACTIONS(2181), + [anon_sym_public] = ACTIONS(2181), + [anon_sym_private] = ACTIONS(2181), + [anon_sym_internal] = ACTIONS(2181), + [anon_sym_fileprivate] = ACTIONS(2181), + [anon_sym_open] = ACTIONS(2181), + [anon_sym_mutating] = ACTIONS(2181), + [anon_sym_nonmutating] = ACTIONS(2181), + [anon_sym_static] = ACTIONS(2181), + [anon_sym_dynamic] = ACTIONS(2181), + [anon_sym_optional] = ACTIONS(2181), + [anon_sym_distributed] = ACTIONS(2181), + [anon_sym_final] = ACTIONS(2181), + [anon_sym_inout] = ACTIONS(2181), + [anon_sym_ATescaping] = ACTIONS(2181), + [anon_sym_ATautoclosure] = ACTIONS(2181), + [anon_sym_weak] = ACTIONS(2181), + [anon_sym_unowned] = ACTIONS(2179), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2181), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2181), + [anon_sym_borrowing] = ACTIONS(2181), + [anon_sym_consuming] = ACTIONS(2181), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(4260), + [sym__eq_custom] = ACTIONS(2181), + [sym__throws_keyword] = ACTIONS(2093), + [sym__rethrows_keyword] = ACTIONS(2095), + [sym_where_keyword] = ACTIONS(2181), + [sym__as_custom] = ACTIONS(2181), + [sym__async_keyword_custom] = ACTIONS(4262), + }, + [STATE(1713)] = { + [sym__arrow_operator] = STATE(4311), + [sym__async_keyword] = STATE(7041), + [sym_throws] = STATE(8864), + [sym_throws_clause] = STATE(8864), + [aux_sym_protocol_composition_type_repeat1] = STATE(1815), + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2185), + [anon_sym_async] = ACTIONS(2185), + [anon_sym_lazy] = ACTIONS(2185), + [anon_sym_package] = ACTIONS(2185), + [anon_sym_COMMA] = ACTIONS(2185), + [anon_sym_COLON] = ACTIONS(2185), + [anon_sym_DOT] = ACTIONS(2185), + [anon_sym_QMARK] = ACTIONS(2185), + [anon_sym_AMP] = ACTIONS(2185), + [anon_sym_LBRACE] = ACTIONS(2185), + [anon_sym_RBRACE] = ACTIONS(2185), + [anon_sym_case] = ACTIONS(2185), + [anon_sym_import] = ACTIONS(2185), + [anon_sym_typealias] = ACTIONS(2185), + [anon_sym_struct] = ACTIONS(2185), + [anon_sym_class] = ACTIONS(2185), + [anon_sym_enum] = ACTIONS(2185), + [anon_sym_protocol] = ACTIONS(2185), + [anon_sym_let] = ACTIONS(2185), + [anon_sym_var] = ACTIONS(2185), + [anon_sym_func] = ACTIONS(2185), + [anon_sym_extension] = ACTIONS(2185), + [anon_sym_indirect] = ACTIONS(2185), + [anon_sym_init] = ACTIONS(2185), + [anon_sym_deinit] = ACTIONS(2185), + [anon_sym_subscript] = ACTIONS(2185), + [anon_sym_prefix] = ACTIONS(2185), + [anon_sym_infix] = ACTIONS(2185), + [anon_sym_postfix] = ACTIONS(2185), + [anon_sym_precedencegroup] = ACTIONS(2185), + [anon_sym_associatedtype] = ACTIONS(2185), + [anon_sym_AT] = ACTIONS(2183), + [anon_sym_override] = ACTIONS(2185), + [anon_sym_convenience] = ACTIONS(2185), + [anon_sym_required] = ACTIONS(2185), + [anon_sym_nonisolated] = ACTIONS(2185), + [anon_sym_public] = ACTIONS(2185), + [anon_sym_private] = ACTIONS(2185), + [anon_sym_internal] = ACTIONS(2185), + [anon_sym_fileprivate] = ACTIONS(2185), + [anon_sym_open] = ACTIONS(2185), + [anon_sym_mutating] = ACTIONS(2185), + [anon_sym_nonmutating] = ACTIONS(2185), + [anon_sym_static] = ACTIONS(2185), + [anon_sym_dynamic] = ACTIONS(2185), + [anon_sym_optional] = ACTIONS(2185), + [anon_sym_distributed] = ACTIONS(2185), + [anon_sym_final] = ACTIONS(2185), + [anon_sym_inout] = ACTIONS(2185), + [anon_sym_ATescaping] = ACTIONS(2185), + [anon_sym_ATautoclosure] = ACTIONS(2185), + [anon_sym_weak] = ACTIONS(2185), + [anon_sym_unowned] = ACTIONS(2183), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2185), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2185), + [anon_sym_borrowing] = ACTIONS(2185), + [anon_sym_consuming] = ACTIONS(2185), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2185), + [sym__eq_custom] = ACTIONS(2185), + [sym__throws_keyword] = ACTIONS(2185), + [sym__rethrows_keyword] = ACTIONS(2185), + [sym_where_keyword] = ACTIONS(2185), + [sym__as_custom] = ACTIONS(2185), + [sym__async_keyword_custom] = ACTIONS(2185), + }, + [STATE(1714)] = { + [sym__arrow_operator] = STATE(4311), + [sym__async_keyword] = STATE(7041), + [sym_throws] = STATE(8864), + [sym_throws_clause] = STATE(8864), + [aux_sym_protocol_composition_type_repeat1] = STATE(1815), + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2189), + [anon_sym_async] = ACTIONS(2189), + [anon_sym_lazy] = ACTIONS(2189), + [anon_sym_package] = ACTIONS(2189), + [anon_sym_COMMA] = ACTIONS(2189), + [anon_sym_COLON] = ACTIONS(2189), + [anon_sym_DOT] = ACTIONS(4272), + [anon_sym_QMARK] = ACTIONS(2189), + [anon_sym_AMP] = ACTIONS(4274), + [anon_sym_LBRACE] = ACTIONS(2189), + [anon_sym_RBRACE] = ACTIONS(2189), + [anon_sym_case] = ACTIONS(2189), + [anon_sym_import] = ACTIONS(2189), + [anon_sym_typealias] = ACTIONS(2189), + [anon_sym_struct] = ACTIONS(2189), + [anon_sym_class] = ACTIONS(2189), + [anon_sym_enum] = ACTIONS(2189), + [anon_sym_protocol] = ACTIONS(2189), + [anon_sym_let] = ACTIONS(2189), + [anon_sym_var] = ACTIONS(2189), + [anon_sym_func] = ACTIONS(2189), + [anon_sym_extension] = ACTIONS(2189), + [anon_sym_indirect] = ACTIONS(2189), + [anon_sym_init] = ACTIONS(2189), + [anon_sym_deinit] = ACTIONS(2189), + [anon_sym_subscript] = ACTIONS(2189), + [anon_sym_prefix] = ACTIONS(2189), + [anon_sym_infix] = ACTIONS(2189), + [anon_sym_postfix] = ACTIONS(2189), + [anon_sym_precedencegroup] = ACTIONS(2189), + [anon_sym_associatedtype] = ACTIONS(2189), + [anon_sym_AT] = ACTIONS(2187), + [anon_sym_override] = ACTIONS(2189), + [anon_sym_convenience] = ACTIONS(2189), + [anon_sym_required] = ACTIONS(2189), + [anon_sym_nonisolated] = ACTIONS(2189), + [anon_sym_public] = ACTIONS(2189), + [anon_sym_private] = ACTIONS(2189), + [anon_sym_internal] = ACTIONS(2189), + [anon_sym_fileprivate] = ACTIONS(2189), + [anon_sym_open] = ACTIONS(2189), + [anon_sym_mutating] = ACTIONS(2189), + [anon_sym_nonmutating] = ACTIONS(2189), + [anon_sym_static] = ACTIONS(2189), + [anon_sym_dynamic] = ACTIONS(2189), + [anon_sym_optional] = ACTIONS(2189), + [anon_sym_distributed] = ACTIONS(2189), + [anon_sym_final] = ACTIONS(2189), + [anon_sym_inout] = ACTIONS(2189), + [anon_sym_ATescaping] = ACTIONS(2189), + [anon_sym_ATautoclosure] = ACTIONS(2189), + [anon_sym_weak] = ACTIONS(2189), + [anon_sym_unowned] = ACTIONS(2187), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2189), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2189), + [anon_sym_borrowing] = ACTIONS(2189), + [anon_sym_consuming] = ACTIONS(2189), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(4260), + [sym__eq_custom] = ACTIONS(2189), + [sym__throws_keyword] = ACTIONS(2093), + [sym__rethrows_keyword] = ACTIONS(2095), + [sym_where_keyword] = ACTIONS(2189), + [sym__as_custom] = ACTIONS(2189), + [sym__async_keyword_custom] = ACTIONS(4262), + }, + [STATE(1715)] = { + [sym__immediate_quest] = STATE(1780), + [sym__arrow_operator] = STATE(4334), + [sym__async_keyword] = STATE(7048), + [sym_throws] = STATE(8887), + [sym_throws_clause] = STATE(8887), + [aux_sym_optional_type_repeat1] = STATE(1780), + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2087), + [anon_sym_async] = ACTIONS(2087), + [anon_sym_lazy] = ACTIONS(2087), + [anon_sym_package] = ACTIONS(2087), + [anon_sym_COMMA] = ACTIONS(2087), + [anon_sym_BANG2] = ACTIONS(2087), + [anon_sym_DOT] = ACTIONS(2087), + [anon_sym_QMARK2] = ACTIONS(4276), + [anon_sym_AMP] = ACTIONS(2087), + [anon_sym_LBRACE] = ACTIONS(2087), + [anon_sym_RBRACE] = ACTIONS(2087), + [anon_sym_case] = ACTIONS(2087), + [anon_sym_import] = ACTIONS(2087), + [anon_sym_typealias] = ACTIONS(2087), + [anon_sym_struct] = ACTIONS(2087), + [anon_sym_class] = ACTIONS(2087), + [anon_sym_enum] = ACTIONS(2087), + [anon_sym_protocol] = ACTIONS(2087), + [anon_sym_let] = ACTIONS(2087), + [anon_sym_var] = ACTIONS(2087), + [anon_sym_func] = ACTIONS(2087), + [anon_sym_extension] = ACTIONS(2087), + [anon_sym_indirect] = ACTIONS(2087), + [anon_sym_init] = ACTIONS(2087), + [anon_sym_deinit] = ACTIONS(2087), + [anon_sym_subscript] = ACTIONS(2087), + [anon_sym_prefix] = ACTIONS(2087), + [anon_sym_infix] = ACTIONS(2087), + [anon_sym_postfix] = ACTIONS(2087), + [anon_sym_precedencegroup] = ACTIONS(2087), + [anon_sym_associatedtype] = ACTIONS(2087), + [anon_sym_AT] = ACTIONS(2085), + [anon_sym_override] = ACTIONS(2087), + [anon_sym_convenience] = ACTIONS(2087), + [anon_sym_required] = ACTIONS(2087), + [anon_sym_nonisolated] = ACTIONS(2087), + [anon_sym_public] = ACTIONS(2087), + [anon_sym_private] = ACTIONS(2087), + [anon_sym_internal] = ACTIONS(2087), + [anon_sym_fileprivate] = ACTIONS(2087), + [anon_sym_open] = ACTIONS(2087), + [anon_sym_mutating] = ACTIONS(2087), + [anon_sym_nonmutating] = ACTIONS(2087), + [anon_sym_static] = ACTIONS(2087), + [anon_sym_dynamic] = ACTIONS(2087), + [anon_sym_optional] = ACTIONS(2087), + [anon_sym_distributed] = ACTIONS(2087), + [anon_sym_final] = ACTIONS(2087), + [anon_sym_inout] = ACTIONS(2087), + [anon_sym_ATescaping] = ACTIONS(2087), + [anon_sym_ATautoclosure] = ACTIONS(2087), + [anon_sym_weak] = ACTIONS(2087), + [anon_sym_unowned] = ACTIONS(2085), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2087), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2087), + [anon_sym_borrowing] = ACTIONS(2087), + [anon_sym_consuming] = ACTIONS(2087), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(4278), + [sym__eq_custom] = ACTIONS(2087), + [sym__throws_keyword] = ACTIONS(2093), + [sym__rethrows_keyword] = ACTIONS(2095), + [sym_where_keyword] = ACTIONS(2087), + [sym__async_keyword_custom] = ACTIONS(4280), + }, + [STATE(1716)] = { + [sym_simple_identifier] = STATE(9217), + [sym__contextual_simple_identifier] = STATE(5063), + [sym__parameter_ownership_modifier] = STATE(5063), + [aux_sym__fn_call_lambda_arguments_repeat1] = STATE(1707), + [ts_builtin_sym_end] = ACTIONS(2119), + [anon_sym_BANG] = ACTIONS(2110), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(2112), + [aux_sym_simple_identifier_token2] = ACTIONS(2114), + [aux_sym_simple_identifier_token3] = ACTIONS(2114), + [aux_sym_simple_identifier_token4] = ACTIONS(2114), + [anon_sym_actor] = ACTIONS(2112), + [anon_sym_async] = ACTIONS(2112), + [anon_sym_each] = ACTIONS(2112), + [anon_sym_lazy] = ACTIONS(2112), + [anon_sym_repeat] = ACTIONS(2112), + [anon_sym_package] = ACTIONS(2112), + [anon_sym_COMMA] = ACTIONS(2119), + [anon_sym_LPAREN] = ACTIONS(2119), + [anon_sym_LBRACK] = ACTIONS(2119), + [anon_sym_QMARK] = ACTIONS(2110), + [anon_sym_QMARK2] = ACTIONS(2119), + [anon_sym_AMP] = ACTIONS(2119), + [aux_sym_custom_operator_token1] = ACTIONS(2119), + [anon_sym_LT] = ACTIONS(2110), + [anon_sym_GT] = ACTIONS(2110), + [anon_sym_LBRACE] = ACTIONS(2119), + [anon_sym_CARET_LBRACE] = ACTIONS(2119), + [anon_sym_RBRACE] = ACTIONS(2119), + [anon_sym_PLUS_EQ] = ACTIONS(2119), + [anon_sym_DASH_EQ] = ACTIONS(2119), + [anon_sym_STAR_EQ] = ACTIONS(2119), + [anon_sym_SLASH_EQ] = ACTIONS(2119), + [anon_sym_PERCENT_EQ] = ACTIONS(2119), + [anon_sym_BANG_EQ] = ACTIONS(2110), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2119), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2119), + [anon_sym_LT_EQ] = ACTIONS(2119), + [anon_sym_GT_EQ] = ACTIONS(2119), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2119), + [anon_sym_DOT_DOT_LT] = ACTIONS(2119), + [anon_sym_is] = ACTIONS(2110), + [anon_sym_PLUS] = ACTIONS(2110), + [anon_sym_DASH] = ACTIONS(2110), + [anon_sym_STAR] = ACTIONS(2110), + [anon_sym_SLASH] = ACTIONS(2110), + [anon_sym_PERCENT] = ACTIONS(2110), + [anon_sym_PLUS_PLUS] = ACTIONS(2119), + [anon_sym_DASH_DASH] = ACTIONS(2119), + [anon_sym_PIPE] = ACTIONS(2119), + [anon_sym_CARET] = ACTIONS(2110), + [anon_sym_LT_LT] = ACTIONS(2119), + [anon_sym_GT_GT] = ACTIONS(2119), + [anon_sym_borrowing] = ACTIONS(2112), + [anon_sym_consuming] = ACTIONS(2112), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2119), + [sym__explicit_semi] = ACTIONS(2119), + [sym__dot_custom] = ACTIONS(2119), + [sym__conjunction_operator_custom] = ACTIONS(2119), + [sym__disjunction_operator_custom] = ACTIONS(2119), + [sym__nil_coalescing_operator_custom] = ACTIONS(2119), + [sym__eq_custom] = ACTIONS(2119), + [sym__eq_eq_custom] = ACTIONS(2119), + [sym__plus_then_ws] = ACTIONS(2119), + [sym__minus_then_ws] = ACTIONS(2119), + [sym__bang_custom] = ACTIONS(2119), + [sym__as_custom] = ACTIONS(2119), + [sym__as_quest_custom] = ACTIONS(2119), + [sym__as_bang_custom] = ACTIONS(2119), + [sym__custom_operator] = ACTIONS(2119), + }, + [STATE(1717)] = { + [sym_simple_identifier] = STATE(8992), + [sym__contextual_simple_identifier] = STATE(5063), + [sym__parameter_ownership_modifier] = STATE(5063), + [aux_sym__fn_call_lambda_arguments_repeat1] = STATE(1717), + [anon_sym_BANG] = ACTIONS(2132), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(2134), + [aux_sym_simple_identifier_token2] = ACTIONS(2137), + [aux_sym_simple_identifier_token3] = ACTIONS(2137), + [aux_sym_simple_identifier_token4] = ACTIONS(2137), + [anon_sym_actor] = ACTIONS(2134), + [anon_sym_async] = ACTIONS(2134), + [anon_sym_each] = ACTIONS(2134), + [anon_sym_lazy] = ACTIONS(2134), + [anon_sym_repeat] = ACTIONS(2134), + [anon_sym_package] = ACTIONS(2134), + [anon_sym_RPAREN] = ACTIONS(2140), + [anon_sym_COMMA] = ACTIONS(2140), + [anon_sym_COLON] = ACTIONS(2140), + [anon_sym_LPAREN] = ACTIONS(2140), + [anon_sym_LBRACK] = ACTIONS(2140), + [anon_sym_RBRACK] = ACTIONS(2140), + [anon_sym_QMARK] = ACTIONS(2132), + [anon_sym_QMARK2] = ACTIONS(2140), + [anon_sym_AMP] = ACTIONS(2140), + [aux_sym_custom_operator_token1] = ACTIONS(2140), + [anon_sym_LT] = ACTIONS(2132), + [anon_sym_GT] = ACTIONS(2132), + [anon_sym_LBRACE] = ACTIONS(2140), + [anon_sym_CARET_LBRACE] = ACTIONS(2140), + [anon_sym_PLUS_EQ] = ACTIONS(2140), + [anon_sym_DASH_EQ] = ACTIONS(2140), + [anon_sym_STAR_EQ] = ACTIONS(2140), + [anon_sym_SLASH_EQ] = ACTIONS(2140), + [anon_sym_PERCENT_EQ] = ACTIONS(2140), + [anon_sym_BANG_EQ] = ACTIONS(2132), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2140), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2140), + [anon_sym_LT_EQ] = ACTIONS(2140), + [anon_sym_GT_EQ] = ACTIONS(2140), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2140), + [anon_sym_DOT_DOT_LT] = ACTIONS(2140), + [anon_sym_is] = ACTIONS(2132), + [anon_sym_PLUS] = ACTIONS(2132), + [anon_sym_DASH] = ACTIONS(2132), + [anon_sym_STAR] = ACTIONS(2132), + [anon_sym_SLASH] = ACTIONS(2132), + [anon_sym_PERCENT] = ACTIONS(2132), + [anon_sym_PLUS_PLUS] = ACTIONS(2140), + [anon_sym_DASH_DASH] = ACTIONS(2140), + [anon_sym_PIPE] = ACTIONS(2140), + [anon_sym_CARET] = ACTIONS(2132), + [anon_sym_LT_LT] = ACTIONS(2140), + [anon_sym_GT_GT] = ACTIONS(2140), + [anon_sym_borrowing] = ACTIONS(2134), + [anon_sym_consuming] = ACTIONS(2134), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2140), + [sym__conjunction_operator_custom] = ACTIONS(2140), + [sym__disjunction_operator_custom] = ACTIONS(2140), + [sym__nil_coalescing_operator_custom] = ACTIONS(2140), + [sym__eq_custom] = ACTIONS(2140), + [sym__eq_eq_custom] = ACTIONS(2140), + [sym__plus_then_ws] = ACTIONS(2140), + [sym__minus_then_ws] = ACTIONS(2140), + [sym__bang_custom] = ACTIONS(2140), + [sym__as_custom] = ACTIONS(2140), + [sym__as_quest_custom] = ACTIONS(2140), + [sym__as_bang_custom] = ACTIONS(2140), + [sym__custom_operator] = ACTIONS(2140), + }, + [STATE(1718)] = { + [sym_simple_identifier] = STATE(8992), + [sym__contextual_simple_identifier] = STATE(5063), + [sym__parameter_ownership_modifier] = STATE(5063), + [aux_sym__fn_call_lambda_arguments_repeat1] = STATE(1723), + [anon_sym_BANG] = ACTIONS(2110), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(2112), + [aux_sym_simple_identifier_token2] = ACTIONS(2114), + [aux_sym_simple_identifier_token3] = ACTIONS(2114), + [aux_sym_simple_identifier_token4] = ACTIONS(2114), + [anon_sym_actor] = ACTIONS(2112), + [anon_sym_async] = ACTIONS(2112), + [anon_sym_each] = ACTIONS(2112), + [anon_sym_lazy] = ACTIONS(2112), + [anon_sym_repeat] = ACTIONS(2112), + [anon_sym_package] = ACTIONS(2112), + [anon_sym_RPAREN] = ACTIONS(2119), + [anon_sym_COMMA] = ACTIONS(2119), + [anon_sym_COLON] = ACTIONS(2119), + [anon_sym_LPAREN] = ACTIONS(2119), + [anon_sym_LBRACK] = ACTIONS(2119), + [anon_sym_RBRACK] = ACTIONS(2119), + [anon_sym_QMARK] = ACTIONS(2110), + [anon_sym_QMARK2] = ACTIONS(2119), + [anon_sym_AMP] = ACTIONS(2119), + [aux_sym_custom_operator_token1] = ACTIONS(2119), + [anon_sym_LT] = ACTIONS(2110), + [anon_sym_GT] = ACTIONS(2110), + [anon_sym_LBRACE] = ACTIONS(2119), + [anon_sym_CARET_LBRACE] = ACTIONS(2119), + [anon_sym_PLUS_EQ] = ACTIONS(2119), + [anon_sym_DASH_EQ] = ACTIONS(2119), + [anon_sym_STAR_EQ] = ACTIONS(2119), + [anon_sym_SLASH_EQ] = ACTIONS(2119), + [anon_sym_PERCENT_EQ] = ACTIONS(2119), + [anon_sym_BANG_EQ] = ACTIONS(2110), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2119), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2119), + [anon_sym_LT_EQ] = ACTIONS(2119), + [anon_sym_GT_EQ] = ACTIONS(2119), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2119), + [anon_sym_DOT_DOT_LT] = ACTIONS(2119), + [anon_sym_is] = ACTIONS(2110), + [anon_sym_PLUS] = ACTIONS(2110), + [anon_sym_DASH] = ACTIONS(2110), + [anon_sym_STAR] = ACTIONS(2110), + [anon_sym_SLASH] = ACTIONS(2110), + [anon_sym_PERCENT] = ACTIONS(2110), + [anon_sym_PLUS_PLUS] = ACTIONS(2119), + [anon_sym_DASH_DASH] = ACTIONS(2119), + [anon_sym_PIPE] = ACTIONS(2119), + [anon_sym_CARET] = ACTIONS(2110), + [anon_sym_LT_LT] = ACTIONS(2119), + [anon_sym_GT_GT] = ACTIONS(2119), + [anon_sym_borrowing] = ACTIONS(2112), + [anon_sym_consuming] = ACTIONS(2112), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2119), + [sym__conjunction_operator_custom] = ACTIONS(2119), + [sym__disjunction_operator_custom] = ACTIONS(2119), + [sym__nil_coalescing_operator_custom] = ACTIONS(2119), + [sym__eq_custom] = ACTIONS(2119), + [sym__eq_eq_custom] = ACTIONS(2119), + [sym__plus_then_ws] = ACTIONS(2119), + [sym__minus_then_ws] = ACTIONS(2119), + [sym__bang_custom] = ACTIONS(2119), + [sym__as_custom] = ACTIONS(2119), + [sym__as_quest_custom] = ACTIONS(2119), + [sym__as_bang_custom] = ACTIONS(2119), + [sym__custom_operator] = ACTIONS(2119), + }, + [STATE(1719)] = { + [sym_type_arguments] = STATE(1751), + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2193), + [anon_sym_async] = ACTIONS(2193), + [anon_sym_lazy] = ACTIONS(2193), + [anon_sym_package] = ACTIONS(2193), + [anon_sym_COMMA] = ACTIONS(2193), + [anon_sym_COLON] = ACTIONS(2193), + [anon_sym_DOT] = ACTIONS(2193), + [anon_sym_QMARK] = ACTIONS(2191), + [anon_sym_QMARK2] = ACTIONS(2193), + [anon_sym_AMP] = ACTIONS(2193), + [anon_sym_LT] = ACTIONS(4282), + [anon_sym_LBRACE] = ACTIONS(2193), + [anon_sym_RBRACE] = ACTIONS(2193), + [anon_sym_case] = ACTIONS(2193), + [anon_sym_import] = ACTIONS(2193), + [anon_sym_typealias] = ACTIONS(2193), + [anon_sym_struct] = ACTIONS(2193), + [anon_sym_class] = ACTIONS(2193), + [anon_sym_enum] = ACTIONS(2193), + [anon_sym_protocol] = ACTIONS(2193), + [anon_sym_let] = ACTIONS(2193), + [anon_sym_var] = ACTIONS(2193), + [anon_sym_func] = ACTIONS(2193), + [anon_sym_extension] = ACTIONS(2193), + [anon_sym_indirect] = ACTIONS(2193), + [anon_sym_init] = ACTIONS(2193), + [anon_sym_deinit] = ACTIONS(2193), + [anon_sym_subscript] = ACTIONS(2193), + [anon_sym_prefix] = ACTIONS(2193), + [anon_sym_infix] = ACTIONS(2193), + [anon_sym_postfix] = ACTIONS(2193), + [anon_sym_precedencegroup] = ACTIONS(2193), + [anon_sym_associatedtype] = ACTIONS(2193), + [anon_sym_AT] = ACTIONS(2191), + [anon_sym_override] = ACTIONS(2193), + [anon_sym_convenience] = ACTIONS(2193), + [anon_sym_required] = ACTIONS(2193), + [anon_sym_nonisolated] = ACTIONS(2193), + [anon_sym_public] = ACTIONS(2193), + [anon_sym_private] = ACTIONS(2193), + [anon_sym_internal] = ACTIONS(2193), + [anon_sym_fileprivate] = ACTIONS(2193), + [anon_sym_open] = ACTIONS(2193), + [anon_sym_mutating] = ACTIONS(2193), + [anon_sym_nonmutating] = ACTIONS(2193), + [anon_sym_static] = ACTIONS(2193), + [anon_sym_dynamic] = ACTIONS(2193), + [anon_sym_optional] = ACTIONS(2193), + [anon_sym_distributed] = ACTIONS(2193), + [anon_sym_final] = ACTIONS(2193), + [anon_sym_inout] = ACTIONS(2193), + [anon_sym_ATescaping] = ACTIONS(2193), + [anon_sym_ATautoclosure] = ACTIONS(2193), + [anon_sym_weak] = ACTIONS(2193), + [anon_sym_unowned] = ACTIONS(2191), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2193), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2193), + [anon_sym_borrowing] = ACTIONS(2193), + [anon_sym_consuming] = ACTIONS(2193), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2193), + [sym__dot_custom] = ACTIONS(2193), + [sym__eq_custom] = ACTIONS(2193), + [sym__throws_keyword] = ACTIONS(2193), + [sym__rethrows_keyword] = ACTIONS(2193), + [sym_where_keyword] = ACTIONS(2193), + [sym__as_custom] = ACTIONS(2193), + [sym__async_keyword_custom] = ACTIONS(2193), + }, + [STATE(1720)] = { + [sym__dot] = STATE(5540), + [aux_sym_user_type_repeat1] = STATE(1720), + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2101), + [anon_sym_async] = ACTIONS(2101), + [anon_sym_lazy] = ACTIONS(2101), + [anon_sym_package] = ACTIONS(2101), + [anon_sym_COMMA] = ACTIONS(2101), + [anon_sym_COLON] = ACTIONS(2101), + [anon_sym_DOT] = ACTIONS(2101), + [anon_sym_QMARK] = ACTIONS(2099), + [anon_sym_QMARK2] = ACTIONS(2101), + [anon_sym_AMP] = ACTIONS(2101), + [anon_sym_LBRACE] = ACTIONS(2101), + [anon_sym_RBRACE] = ACTIONS(2101), + [anon_sym_case] = ACTIONS(2101), + [anon_sym_import] = ACTIONS(2101), + [anon_sym_typealias] = ACTIONS(2101), + [anon_sym_struct] = ACTIONS(2101), + [anon_sym_class] = ACTIONS(2101), + [anon_sym_enum] = ACTIONS(2101), + [anon_sym_protocol] = ACTIONS(2101), + [anon_sym_let] = ACTIONS(2101), + [anon_sym_var] = ACTIONS(2101), + [anon_sym_func] = ACTIONS(2101), + [anon_sym_extension] = ACTIONS(2101), + [anon_sym_indirect] = ACTIONS(2101), + [anon_sym_init] = ACTIONS(2101), + [anon_sym_deinit] = ACTIONS(2101), + [anon_sym_subscript] = ACTIONS(2101), + [anon_sym_prefix] = ACTIONS(2101), + [anon_sym_infix] = ACTIONS(2101), + [anon_sym_postfix] = ACTIONS(2101), + [anon_sym_precedencegroup] = ACTIONS(2101), + [anon_sym_associatedtype] = ACTIONS(2101), + [anon_sym_AT] = ACTIONS(2099), + [anon_sym_override] = ACTIONS(2101), + [anon_sym_convenience] = ACTIONS(2101), + [anon_sym_required] = ACTIONS(2101), + [anon_sym_nonisolated] = ACTIONS(2101), + [anon_sym_public] = ACTIONS(2101), + [anon_sym_private] = ACTIONS(2101), + [anon_sym_internal] = ACTIONS(2101), + [anon_sym_fileprivate] = ACTIONS(2101), + [anon_sym_open] = ACTIONS(2101), + [anon_sym_mutating] = ACTIONS(2101), + [anon_sym_nonmutating] = ACTIONS(2101), + [anon_sym_static] = ACTIONS(2101), + [anon_sym_dynamic] = ACTIONS(2101), + [anon_sym_optional] = ACTIONS(2101), + [anon_sym_distributed] = ACTIONS(2101), + [anon_sym_final] = ACTIONS(2101), + [anon_sym_inout] = ACTIONS(2101), + [anon_sym_ATescaping] = ACTIONS(2101), + [anon_sym_ATautoclosure] = ACTIONS(2101), + [anon_sym_weak] = ACTIONS(2101), + [anon_sym_unowned] = ACTIONS(2099), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2101), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2101), + [anon_sym_borrowing] = ACTIONS(2101), + [anon_sym_consuming] = ACTIONS(2101), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2101), + [sym__dot_custom] = ACTIONS(4284), + [sym__eq_custom] = ACTIONS(2101), + [sym__throws_keyword] = ACTIONS(2101), + [sym__rethrows_keyword] = ACTIONS(2101), + [sym_where_keyword] = ACTIONS(2101), + [sym__as_custom] = ACTIONS(2101), + [sym__async_keyword_custom] = ACTIONS(2101), + }, + [STATE(1721)] = { + [sym__dot] = STATE(5540), + [aux_sym_user_type_repeat1] = STATE(1722), + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2151), + [anon_sym_async] = ACTIONS(2151), + [anon_sym_lazy] = ACTIONS(2151), + [anon_sym_package] = ACTIONS(2151), + [anon_sym_COMMA] = ACTIONS(2151), + [anon_sym_COLON] = ACTIONS(2151), + [anon_sym_DOT] = ACTIONS(2151), + [anon_sym_QMARK] = ACTIONS(2149), + [anon_sym_QMARK2] = ACTIONS(2151), + [anon_sym_AMP] = ACTIONS(2151), + [anon_sym_LBRACE] = ACTIONS(2151), + [anon_sym_RBRACE] = ACTIONS(2151), + [anon_sym_case] = ACTIONS(2151), + [anon_sym_import] = ACTIONS(2151), + [anon_sym_typealias] = ACTIONS(2151), + [anon_sym_struct] = ACTIONS(2151), + [anon_sym_class] = ACTIONS(2151), + [anon_sym_enum] = ACTIONS(2151), + [anon_sym_protocol] = ACTIONS(2151), + [anon_sym_let] = ACTIONS(2151), + [anon_sym_var] = ACTIONS(2151), + [anon_sym_func] = ACTIONS(2151), + [anon_sym_extension] = ACTIONS(2151), + [anon_sym_indirect] = ACTIONS(2151), + [anon_sym_init] = ACTIONS(2151), + [anon_sym_deinit] = ACTIONS(2151), + [anon_sym_subscript] = ACTIONS(2151), + [anon_sym_prefix] = ACTIONS(2151), + [anon_sym_infix] = ACTIONS(2151), + [anon_sym_postfix] = ACTIONS(2151), + [anon_sym_precedencegroup] = ACTIONS(2151), + [anon_sym_associatedtype] = ACTIONS(2151), + [anon_sym_AT] = ACTIONS(2149), + [anon_sym_override] = ACTIONS(2151), + [anon_sym_convenience] = ACTIONS(2151), + [anon_sym_required] = ACTIONS(2151), + [anon_sym_nonisolated] = ACTIONS(2151), + [anon_sym_public] = ACTIONS(2151), + [anon_sym_private] = ACTIONS(2151), + [anon_sym_internal] = ACTIONS(2151), + [anon_sym_fileprivate] = ACTIONS(2151), + [anon_sym_open] = ACTIONS(2151), + [anon_sym_mutating] = ACTIONS(2151), + [anon_sym_nonmutating] = ACTIONS(2151), + [anon_sym_static] = ACTIONS(2151), + [anon_sym_dynamic] = ACTIONS(2151), + [anon_sym_optional] = ACTIONS(2151), + [anon_sym_distributed] = ACTIONS(2151), + [anon_sym_final] = ACTIONS(2151), + [anon_sym_inout] = ACTIONS(2151), + [anon_sym_ATescaping] = ACTIONS(2151), + [anon_sym_ATautoclosure] = ACTIONS(2151), + [anon_sym_weak] = ACTIONS(2151), + [anon_sym_unowned] = ACTIONS(2149), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2151), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2151), + [anon_sym_borrowing] = ACTIONS(2151), + [anon_sym_consuming] = ACTIONS(2151), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2151), + [sym__dot_custom] = ACTIONS(4287), + [sym__eq_custom] = ACTIONS(2151), + [sym__throws_keyword] = ACTIONS(2151), + [sym__rethrows_keyword] = ACTIONS(2151), + [sym_where_keyword] = ACTIONS(2151), + [sym__as_custom] = ACTIONS(2151), + [sym__async_keyword_custom] = ACTIONS(2151), + }, + [STATE(1722)] = { + [sym__dot] = STATE(5540), + [aux_sym_user_type_repeat1] = STATE(1720), + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2166), + [anon_sym_async] = ACTIONS(2166), + [anon_sym_lazy] = ACTIONS(2166), + [anon_sym_package] = ACTIONS(2166), + [anon_sym_COMMA] = ACTIONS(2166), + [anon_sym_COLON] = ACTIONS(2166), + [anon_sym_DOT] = ACTIONS(2166), + [anon_sym_QMARK] = ACTIONS(2164), + [anon_sym_QMARK2] = ACTIONS(2166), + [anon_sym_AMP] = ACTIONS(2166), + [anon_sym_LBRACE] = ACTIONS(2166), + [anon_sym_RBRACE] = ACTIONS(2166), + [anon_sym_case] = ACTIONS(2166), + [anon_sym_import] = ACTIONS(2166), + [anon_sym_typealias] = ACTIONS(2166), + [anon_sym_struct] = ACTIONS(2166), + [anon_sym_class] = ACTIONS(2166), + [anon_sym_enum] = ACTIONS(2166), + [anon_sym_protocol] = ACTIONS(2166), + [anon_sym_let] = ACTIONS(2166), + [anon_sym_var] = ACTIONS(2166), + [anon_sym_func] = ACTIONS(2166), + [anon_sym_extension] = ACTIONS(2166), + [anon_sym_indirect] = ACTIONS(2166), + [anon_sym_init] = ACTIONS(2166), + [anon_sym_deinit] = ACTIONS(2166), + [anon_sym_subscript] = ACTIONS(2166), + [anon_sym_prefix] = ACTIONS(2166), + [anon_sym_infix] = ACTIONS(2166), + [anon_sym_postfix] = ACTIONS(2166), + [anon_sym_precedencegroup] = ACTIONS(2166), + [anon_sym_associatedtype] = ACTIONS(2166), + [anon_sym_AT] = ACTIONS(2164), + [anon_sym_override] = ACTIONS(2166), + [anon_sym_convenience] = ACTIONS(2166), + [anon_sym_required] = ACTIONS(2166), + [anon_sym_nonisolated] = ACTIONS(2166), + [anon_sym_public] = ACTIONS(2166), + [anon_sym_private] = ACTIONS(2166), + [anon_sym_internal] = ACTIONS(2166), + [anon_sym_fileprivate] = ACTIONS(2166), + [anon_sym_open] = ACTIONS(2166), + [anon_sym_mutating] = ACTIONS(2166), + [anon_sym_nonmutating] = ACTIONS(2166), + [anon_sym_static] = ACTIONS(2166), + [anon_sym_dynamic] = ACTIONS(2166), + [anon_sym_optional] = ACTIONS(2166), + [anon_sym_distributed] = ACTIONS(2166), + [anon_sym_final] = ACTIONS(2166), + [anon_sym_inout] = ACTIONS(2166), + [anon_sym_ATescaping] = ACTIONS(2166), + [anon_sym_ATautoclosure] = ACTIONS(2166), + [anon_sym_weak] = ACTIONS(2166), + [anon_sym_unowned] = ACTIONS(2164), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2166), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2166), + [anon_sym_borrowing] = ACTIONS(2166), + [anon_sym_consuming] = ACTIONS(2166), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2166), + [sym__dot_custom] = ACTIONS(4287), + [sym__eq_custom] = ACTIONS(2166), + [sym__throws_keyword] = ACTIONS(2166), + [sym__rethrows_keyword] = ACTIONS(2166), + [sym_where_keyword] = ACTIONS(2166), + [sym__as_custom] = ACTIONS(2166), + [sym__async_keyword_custom] = ACTIONS(2166), + }, + [STATE(1723)] = { + [sym_simple_identifier] = STATE(8992), + [sym__contextual_simple_identifier] = STATE(5063), + [sym__parameter_ownership_modifier] = STATE(5063), + [aux_sym__fn_call_lambda_arguments_repeat1] = STATE(1717), + [anon_sym_BANG] = ACTIONS(2125), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(2112), + [aux_sym_simple_identifier_token2] = ACTIONS(2114), + [aux_sym_simple_identifier_token3] = ACTIONS(2114), + [aux_sym_simple_identifier_token4] = ACTIONS(2114), + [anon_sym_actor] = ACTIONS(2112), + [anon_sym_async] = ACTIONS(2112), + [anon_sym_each] = ACTIONS(2112), + [anon_sym_lazy] = ACTIONS(2112), + [anon_sym_repeat] = ACTIONS(2112), + [anon_sym_package] = ACTIONS(2112), + [anon_sym_RPAREN] = ACTIONS(2130), + [anon_sym_COMMA] = ACTIONS(2130), + [anon_sym_COLON] = ACTIONS(2130), + [anon_sym_LPAREN] = ACTIONS(2130), + [anon_sym_LBRACK] = ACTIONS(2130), + [anon_sym_RBRACK] = ACTIONS(2130), + [anon_sym_QMARK] = ACTIONS(2125), + [anon_sym_QMARK2] = ACTIONS(2130), + [anon_sym_AMP] = ACTIONS(2130), + [aux_sym_custom_operator_token1] = ACTIONS(2130), + [anon_sym_LT] = ACTIONS(2125), + [anon_sym_GT] = ACTIONS(2125), + [anon_sym_LBRACE] = ACTIONS(2130), + [anon_sym_CARET_LBRACE] = ACTIONS(2130), + [anon_sym_PLUS_EQ] = ACTIONS(2130), + [anon_sym_DASH_EQ] = ACTIONS(2130), + [anon_sym_STAR_EQ] = ACTIONS(2130), + [anon_sym_SLASH_EQ] = ACTIONS(2130), + [anon_sym_PERCENT_EQ] = ACTIONS(2130), + [anon_sym_BANG_EQ] = ACTIONS(2125), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2130), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2130), + [anon_sym_LT_EQ] = ACTIONS(2130), + [anon_sym_GT_EQ] = ACTIONS(2130), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2130), + [anon_sym_DOT_DOT_LT] = ACTIONS(2130), + [anon_sym_is] = ACTIONS(2125), + [anon_sym_PLUS] = ACTIONS(2125), + [anon_sym_DASH] = ACTIONS(2125), + [anon_sym_STAR] = ACTIONS(2125), + [anon_sym_SLASH] = ACTIONS(2125), + [anon_sym_PERCENT] = ACTIONS(2125), + [anon_sym_PLUS_PLUS] = ACTIONS(2130), + [anon_sym_DASH_DASH] = ACTIONS(2130), + [anon_sym_PIPE] = ACTIONS(2130), + [anon_sym_CARET] = ACTIONS(2125), + [anon_sym_LT_LT] = ACTIONS(2130), + [anon_sym_GT_GT] = ACTIONS(2130), + [anon_sym_borrowing] = ACTIONS(2112), + [anon_sym_consuming] = ACTIONS(2112), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2130), + [sym__conjunction_operator_custom] = ACTIONS(2130), + [sym__disjunction_operator_custom] = ACTIONS(2130), + [sym__nil_coalescing_operator_custom] = ACTIONS(2130), + [sym__eq_custom] = ACTIONS(2130), + [sym__eq_eq_custom] = ACTIONS(2130), + [sym__plus_then_ws] = ACTIONS(2130), + [sym__minus_then_ws] = ACTIONS(2130), + [sym__bang_custom] = ACTIONS(2130), + [sym__as_custom] = ACTIONS(2130), + [sym__as_quest_custom] = ACTIONS(2130), + [sym__as_bang_custom] = ACTIONS(2130), + [sym__custom_operator] = ACTIONS(2130), + }, + [STATE(1724)] = { + [sym_simple_identifier] = STATE(8983), + [sym__contextual_simple_identifier] = STATE(5063), + [sym__parameter_ownership_modifier] = STATE(5063), + [aux_sym__fn_call_lambda_arguments_repeat1] = STATE(1727), + [anon_sym_BANG] = ACTIONS(2125), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(2112), + [aux_sym_simple_identifier_token2] = ACTIONS(2114), + [aux_sym_simple_identifier_token3] = ACTIONS(2114), + [aux_sym_simple_identifier_token4] = ACTIONS(2114), + [anon_sym_actor] = ACTIONS(2112), + [anon_sym_async] = ACTIONS(2112), + [anon_sym_each] = ACTIONS(2112), + [anon_sym_lazy] = ACTIONS(2112), + [anon_sym_repeat] = ACTIONS(2112), + [anon_sym_package] = ACTIONS(2112), + [anon_sym_COMMA] = ACTIONS(2130), + [anon_sym_LPAREN] = ACTIONS(2130), + [anon_sym_LBRACK] = ACTIONS(2130), + [anon_sym_QMARK] = ACTIONS(2125), + [anon_sym_QMARK2] = ACTIONS(2130), + [anon_sym_AMP] = ACTIONS(2130), + [aux_sym_custom_operator_token1] = ACTIONS(2130), + [anon_sym_LT] = ACTIONS(2125), + [anon_sym_GT] = ACTIONS(2125), + [anon_sym_LBRACE] = ACTIONS(2130), + [anon_sym_CARET_LBRACE] = ACTIONS(2130), + [anon_sym_RBRACE] = ACTIONS(2130), + [anon_sym_PLUS_EQ] = ACTIONS(2130), + [anon_sym_DASH_EQ] = ACTIONS(2130), + [anon_sym_STAR_EQ] = ACTIONS(2130), + [anon_sym_SLASH_EQ] = ACTIONS(2130), + [anon_sym_PERCENT_EQ] = ACTIONS(2130), + [anon_sym_BANG_EQ] = ACTIONS(2125), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2130), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2130), + [anon_sym_LT_EQ] = ACTIONS(2130), + [anon_sym_GT_EQ] = ACTIONS(2130), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2130), + [anon_sym_DOT_DOT_LT] = ACTIONS(2130), + [anon_sym_is] = ACTIONS(2125), + [anon_sym_PLUS] = ACTIONS(2125), + [anon_sym_DASH] = ACTIONS(2125), + [anon_sym_STAR] = ACTIONS(2125), + [anon_sym_SLASH] = ACTIONS(2125), + [anon_sym_PERCENT] = ACTIONS(2125), + [anon_sym_PLUS_PLUS] = ACTIONS(2130), + [anon_sym_DASH_DASH] = ACTIONS(2130), + [anon_sym_PIPE] = ACTIONS(2130), + [anon_sym_CARET] = ACTIONS(2125), + [anon_sym_LT_LT] = ACTIONS(2130), + [anon_sym_GT_GT] = ACTIONS(2130), + [anon_sym_borrowing] = ACTIONS(2112), + [anon_sym_consuming] = ACTIONS(2112), + [sym_multiline_comment] = ACTIONS(2130), + [sym__implicit_semi] = ACTIONS(2130), + [sym__explicit_semi] = ACTIONS(2130), + [sym__dot_custom] = ACTIONS(2130), + [sym__conjunction_operator_custom] = ACTIONS(2130), + [sym__disjunction_operator_custom] = ACTIONS(2130), + [sym__nil_coalescing_operator_custom] = ACTIONS(2130), + [sym__eq_custom] = ACTIONS(2130), + [sym__eq_eq_custom] = ACTIONS(2130), + [sym__plus_then_ws] = ACTIONS(2130), + [sym__minus_then_ws] = ACTIONS(2130), + [sym__bang_custom] = ACTIONS(2130), + [sym__as_custom] = ACTIONS(2130), + [sym__as_quest_custom] = ACTIONS(2130), + [sym__as_bang_custom] = ACTIONS(2130), + [sym__custom_operator] = ACTIONS(2130), + }, + [STATE(1725)] = { + [sym_simple_identifier] = STATE(8983), + [sym__contextual_simple_identifier] = STATE(5063), + [sym__parameter_ownership_modifier] = STATE(5063), + [aux_sym__fn_call_lambda_arguments_repeat1] = STATE(1724), + [anon_sym_BANG] = ACTIONS(2110), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(2112), + [aux_sym_simple_identifier_token2] = ACTIONS(2114), + [aux_sym_simple_identifier_token3] = ACTIONS(2114), + [aux_sym_simple_identifier_token4] = ACTIONS(2114), + [anon_sym_actor] = ACTIONS(2112), + [anon_sym_async] = ACTIONS(2112), + [anon_sym_each] = ACTIONS(2112), + [anon_sym_lazy] = ACTIONS(2112), + [anon_sym_repeat] = ACTIONS(2112), + [anon_sym_package] = ACTIONS(2112), + [anon_sym_COMMA] = ACTIONS(2119), + [anon_sym_LPAREN] = ACTIONS(2119), + [anon_sym_LBRACK] = ACTIONS(2119), + [anon_sym_QMARK] = ACTIONS(2110), + [anon_sym_QMARK2] = ACTIONS(2119), + [anon_sym_AMP] = ACTIONS(2119), + [aux_sym_custom_operator_token1] = ACTIONS(2119), + [anon_sym_LT] = ACTIONS(2110), + [anon_sym_GT] = ACTIONS(2110), + [anon_sym_LBRACE] = ACTIONS(2119), + [anon_sym_CARET_LBRACE] = ACTIONS(2119), + [anon_sym_RBRACE] = ACTIONS(2119), + [anon_sym_PLUS_EQ] = ACTIONS(2119), + [anon_sym_DASH_EQ] = ACTIONS(2119), + [anon_sym_STAR_EQ] = ACTIONS(2119), + [anon_sym_SLASH_EQ] = ACTIONS(2119), + [anon_sym_PERCENT_EQ] = ACTIONS(2119), + [anon_sym_BANG_EQ] = ACTIONS(2110), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2119), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2119), + [anon_sym_LT_EQ] = ACTIONS(2119), + [anon_sym_GT_EQ] = ACTIONS(2119), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2119), + [anon_sym_DOT_DOT_LT] = ACTIONS(2119), + [anon_sym_is] = ACTIONS(2110), + [anon_sym_PLUS] = ACTIONS(2110), + [anon_sym_DASH] = ACTIONS(2110), + [anon_sym_STAR] = ACTIONS(2110), + [anon_sym_SLASH] = ACTIONS(2110), + [anon_sym_PERCENT] = ACTIONS(2110), + [anon_sym_PLUS_PLUS] = ACTIONS(2119), + [anon_sym_DASH_DASH] = ACTIONS(2119), + [anon_sym_PIPE] = ACTIONS(2119), + [anon_sym_CARET] = ACTIONS(2110), + [anon_sym_LT_LT] = ACTIONS(2119), + [anon_sym_GT_GT] = ACTIONS(2119), + [anon_sym_borrowing] = ACTIONS(2112), + [anon_sym_consuming] = ACTIONS(2112), + [sym_multiline_comment] = ACTIONS(2119), + [sym__implicit_semi] = ACTIONS(2119), + [sym__explicit_semi] = ACTIONS(2119), + [sym__dot_custom] = ACTIONS(2119), + [sym__conjunction_operator_custom] = ACTIONS(2119), + [sym__disjunction_operator_custom] = ACTIONS(2119), + [sym__nil_coalescing_operator_custom] = ACTIONS(2119), + [sym__eq_custom] = ACTIONS(2119), + [sym__eq_eq_custom] = ACTIONS(2119), + [sym__plus_then_ws] = ACTIONS(2119), + [sym__minus_then_ws] = ACTIONS(2119), + [sym__bang_custom] = ACTIONS(2119), + [sym__as_custom] = ACTIONS(2119), + [sym__as_quest_custom] = ACTIONS(2119), + [sym__as_bang_custom] = ACTIONS(2119), + [sym__custom_operator] = ACTIONS(2119), + }, + [STATE(1726)] = { + [sym__immediate_quest] = STATE(1762), + [sym__arrow_operator] = STATE(4375), + [sym__async_keyword] = STATE(7062), + [sym_throws] = STATE(8924), + [sym_throws_clause] = STATE(8924), + [aux_sym_optional_type_repeat1] = STATE(1762), + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2087), + [anon_sym_async] = ACTIONS(2087), + [anon_sym_lazy] = ACTIONS(2087), + [anon_sym_package] = ACTIONS(2087), + [anon_sym_COMMA] = ACTIONS(2087), + [anon_sym_BANG2] = ACTIONS(2087), + [anon_sym_DOT] = ACTIONS(2087), + [anon_sym_QMARK2] = ACTIONS(4289), + [anon_sym_AMP] = ACTIONS(2087), + [anon_sym_LBRACE] = ACTIONS(2087), + [anon_sym_RBRACE] = ACTIONS(2087), + [anon_sym_case] = ACTIONS(2087), + [anon_sym_import] = ACTIONS(2087), + [anon_sym_typealias] = ACTIONS(2087), + [anon_sym_struct] = ACTIONS(2087), + [anon_sym_class] = ACTIONS(2087), + [anon_sym_enum] = ACTIONS(2087), + [anon_sym_protocol] = ACTIONS(2087), + [anon_sym_let] = ACTIONS(2087), + [anon_sym_var] = ACTIONS(2087), + [anon_sym_func] = ACTIONS(2087), + [anon_sym_extension] = ACTIONS(2087), + [anon_sym_indirect] = ACTIONS(2087), + [anon_sym_init] = ACTIONS(2087), + [anon_sym_deinit] = ACTIONS(2087), + [anon_sym_subscript] = ACTIONS(2087), + [anon_sym_prefix] = ACTIONS(2087), + [anon_sym_infix] = ACTIONS(2087), + [anon_sym_postfix] = ACTIONS(2087), + [anon_sym_precedencegroup] = ACTIONS(2087), + [anon_sym_associatedtype] = ACTIONS(2087), + [anon_sym_AT] = ACTIONS(2085), + [anon_sym_override] = ACTIONS(2087), + [anon_sym_convenience] = ACTIONS(2087), + [anon_sym_required] = ACTIONS(2087), + [anon_sym_nonisolated] = ACTIONS(2087), + [anon_sym_public] = ACTIONS(2087), + [anon_sym_private] = ACTIONS(2087), + [anon_sym_internal] = ACTIONS(2087), + [anon_sym_fileprivate] = ACTIONS(2087), + [anon_sym_open] = ACTIONS(2087), + [anon_sym_mutating] = ACTIONS(2087), + [anon_sym_nonmutating] = ACTIONS(2087), + [anon_sym_static] = ACTIONS(2087), + [anon_sym_dynamic] = ACTIONS(2087), + [anon_sym_optional] = ACTIONS(2087), + [anon_sym_distributed] = ACTIONS(2087), + [anon_sym_final] = ACTIONS(2087), + [anon_sym_inout] = ACTIONS(2087), + [anon_sym_ATescaping] = ACTIONS(2087), + [anon_sym_ATautoclosure] = ACTIONS(2087), + [anon_sym_weak] = ACTIONS(2087), + [anon_sym_unowned] = ACTIONS(2085), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2087), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2087), + [anon_sym_borrowing] = ACTIONS(2087), + [anon_sym_consuming] = ACTIONS(2087), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(4291), + [sym__eq_custom] = ACTIONS(2087), + [sym__throws_keyword] = ACTIONS(2093), + [sym__rethrows_keyword] = ACTIONS(2095), + [sym__async_keyword_custom] = ACTIONS(4293), + }, + [STATE(1727)] = { + [sym_simple_identifier] = STATE(8983), + [sym__contextual_simple_identifier] = STATE(5063), + [sym__parameter_ownership_modifier] = STATE(5063), + [aux_sym__fn_call_lambda_arguments_repeat1] = STATE(1727), + [anon_sym_BANG] = ACTIONS(2132), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(2134), + [aux_sym_simple_identifier_token2] = ACTIONS(2137), + [aux_sym_simple_identifier_token3] = ACTIONS(2137), + [aux_sym_simple_identifier_token4] = ACTIONS(2137), + [anon_sym_actor] = ACTIONS(2134), + [anon_sym_async] = ACTIONS(2134), + [anon_sym_each] = ACTIONS(2134), + [anon_sym_lazy] = ACTIONS(2134), + [anon_sym_repeat] = ACTIONS(2134), + [anon_sym_package] = ACTIONS(2134), + [anon_sym_COMMA] = ACTIONS(2140), + [anon_sym_LPAREN] = ACTIONS(2140), + [anon_sym_LBRACK] = ACTIONS(2140), + [anon_sym_QMARK] = ACTIONS(2132), + [anon_sym_QMARK2] = ACTIONS(2140), + [anon_sym_AMP] = ACTIONS(2140), + [aux_sym_custom_operator_token1] = ACTIONS(2140), + [anon_sym_LT] = ACTIONS(2132), + [anon_sym_GT] = ACTIONS(2132), + [anon_sym_LBRACE] = ACTIONS(2140), + [anon_sym_CARET_LBRACE] = ACTIONS(2140), + [anon_sym_RBRACE] = ACTIONS(2140), + [anon_sym_PLUS_EQ] = ACTIONS(2140), + [anon_sym_DASH_EQ] = ACTIONS(2140), + [anon_sym_STAR_EQ] = ACTIONS(2140), + [anon_sym_SLASH_EQ] = ACTIONS(2140), + [anon_sym_PERCENT_EQ] = ACTIONS(2140), + [anon_sym_BANG_EQ] = ACTIONS(2132), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2140), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2140), + [anon_sym_LT_EQ] = ACTIONS(2140), + [anon_sym_GT_EQ] = ACTIONS(2140), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2140), + [anon_sym_DOT_DOT_LT] = ACTIONS(2140), + [anon_sym_is] = ACTIONS(2132), + [anon_sym_PLUS] = ACTIONS(2132), + [anon_sym_DASH] = ACTIONS(2132), + [anon_sym_STAR] = ACTIONS(2132), + [anon_sym_SLASH] = ACTIONS(2132), + [anon_sym_PERCENT] = ACTIONS(2132), + [anon_sym_PLUS_PLUS] = ACTIONS(2140), + [anon_sym_DASH_DASH] = ACTIONS(2140), + [anon_sym_PIPE] = ACTIONS(2140), + [anon_sym_CARET] = ACTIONS(2132), + [anon_sym_LT_LT] = ACTIONS(2140), + [anon_sym_GT_GT] = ACTIONS(2140), + [anon_sym_borrowing] = ACTIONS(2134), + [anon_sym_consuming] = ACTIONS(2134), + [sym_multiline_comment] = ACTIONS(2140), + [sym__implicit_semi] = ACTIONS(2140), + [sym__explicit_semi] = ACTIONS(2140), + [sym__dot_custom] = ACTIONS(2140), + [sym__conjunction_operator_custom] = ACTIONS(2140), + [sym__disjunction_operator_custom] = ACTIONS(2140), + [sym__nil_coalescing_operator_custom] = ACTIONS(2140), + [sym__eq_custom] = ACTIONS(2140), + [sym__eq_eq_custom] = ACTIONS(2140), + [sym__plus_then_ws] = ACTIONS(2140), + [sym__minus_then_ws] = ACTIONS(2140), + [sym__bang_custom] = ACTIONS(2140), + [sym__as_custom] = ACTIONS(2140), + [sym__as_quest_custom] = ACTIONS(2140), + [sym__as_bang_custom] = ACTIONS(2140), + [sym__custom_operator] = ACTIONS(2140), + }, + [STATE(1728)] = { + [sym__arrow_operator] = STATE(4334), + [sym__async_keyword] = STATE(7048), + [sym_throws] = STATE(8887), + [sym_throws_clause] = STATE(8887), + [aux_sym_protocol_composition_type_repeat1] = STATE(1923), + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2158), + [anon_sym_async] = ACTIONS(2158), + [anon_sym_lazy] = ACTIONS(2158), + [anon_sym_package] = ACTIONS(2158), + [anon_sym_COMMA] = ACTIONS(2158), + [anon_sym_BANG2] = ACTIONS(2158), + [anon_sym_DOT] = ACTIONS(4295), + [anon_sym_AMP] = ACTIONS(4297), + [anon_sym_LBRACE] = ACTIONS(2158), + [anon_sym_RBRACE] = ACTIONS(2158), + [anon_sym_case] = ACTIONS(2158), + [anon_sym_import] = ACTIONS(2158), + [anon_sym_typealias] = ACTIONS(2158), + [anon_sym_struct] = ACTIONS(2158), + [anon_sym_class] = ACTIONS(2158), + [anon_sym_enum] = ACTIONS(2158), + [anon_sym_protocol] = ACTIONS(2158), + [anon_sym_let] = ACTIONS(2158), + [anon_sym_var] = ACTIONS(2158), + [anon_sym_func] = ACTIONS(2158), + [anon_sym_extension] = ACTIONS(2158), + [anon_sym_indirect] = ACTIONS(2158), + [anon_sym_init] = ACTIONS(2158), + [anon_sym_deinit] = ACTIONS(2158), + [anon_sym_subscript] = ACTIONS(2158), + [anon_sym_prefix] = ACTIONS(2158), + [anon_sym_infix] = ACTIONS(2158), + [anon_sym_postfix] = ACTIONS(2158), + [anon_sym_precedencegroup] = ACTIONS(2158), + [anon_sym_associatedtype] = ACTIONS(2158), + [anon_sym_AT] = ACTIONS(2156), + [anon_sym_override] = ACTIONS(2158), + [anon_sym_convenience] = ACTIONS(2158), + [anon_sym_required] = ACTIONS(2158), + [anon_sym_nonisolated] = ACTIONS(2158), + [anon_sym_public] = ACTIONS(2158), + [anon_sym_private] = ACTIONS(2158), + [anon_sym_internal] = ACTIONS(2158), + [anon_sym_fileprivate] = ACTIONS(2158), + [anon_sym_open] = ACTIONS(2158), + [anon_sym_mutating] = ACTIONS(2158), + [anon_sym_nonmutating] = ACTIONS(2158), + [anon_sym_static] = ACTIONS(2158), + [anon_sym_dynamic] = ACTIONS(2158), + [anon_sym_optional] = ACTIONS(2158), + [anon_sym_distributed] = ACTIONS(2158), + [anon_sym_final] = ACTIONS(2158), + [anon_sym_inout] = ACTIONS(2158), + [anon_sym_ATescaping] = ACTIONS(2158), + [anon_sym_ATautoclosure] = ACTIONS(2158), + [anon_sym_weak] = ACTIONS(2158), + [anon_sym_unowned] = ACTIONS(2156), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2158), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2158), + [anon_sym_borrowing] = ACTIONS(2158), + [anon_sym_consuming] = ACTIONS(2158), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(4278), + [sym__eq_custom] = ACTIONS(2158), + [sym__throws_keyword] = ACTIONS(2093), + [sym__rethrows_keyword] = ACTIONS(2095), + [sym_where_keyword] = ACTIONS(2158), + [sym__async_keyword_custom] = ACTIONS(4280), + }, + [STATE(1729)] = { + [sym_simple_identifier] = STATE(9096), + [sym__contextual_simple_identifier] = STATE(5063), + [sym__parameter_ownership_modifier] = STATE(5063), + [aux_sym__fn_call_lambda_arguments_repeat1] = STATE(1748), + [anon_sym_BANG] = ACTIONS(2110), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(2112), + [aux_sym_simple_identifier_token2] = ACTIONS(2114), + [aux_sym_simple_identifier_token3] = ACTIONS(2114), + [aux_sym_simple_identifier_token4] = ACTIONS(2114), + [anon_sym_actor] = ACTIONS(2112), + [anon_sym_async] = ACTIONS(2112), + [anon_sym_each] = ACTIONS(2112), + [anon_sym_lazy] = ACTIONS(2112), + [anon_sym_repeat] = ACTIONS(2112), + [anon_sym_package] = ACTIONS(2112), + [anon_sym_COMMA] = ACTIONS(2119), + [anon_sym_COLON] = ACTIONS(2119), + [anon_sym_LPAREN] = ACTIONS(2119), + [anon_sym_LBRACK] = ACTIONS(2119), + [anon_sym_QMARK] = ACTIONS(2110), + [anon_sym_QMARK2] = ACTIONS(2119), + [anon_sym_AMP] = ACTIONS(2119), + [aux_sym_custom_operator_token1] = ACTIONS(2119), + [anon_sym_LT] = ACTIONS(2110), + [anon_sym_GT] = ACTIONS(2110), + [anon_sym_LBRACE] = ACTIONS(2119), + [anon_sym_CARET_LBRACE] = ACTIONS(2119), + [anon_sym_PLUS_EQ] = ACTIONS(2119), + [anon_sym_DASH_EQ] = ACTIONS(2119), + [anon_sym_STAR_EQ] = ACTIONS(2119), + [anon_sym_SLASH_EQ] = ACTIONS(2119), + [anon_sym_PERCENT_EQ] = ACTIONS(2119), + [anon_sym_BANG_EQ] = ACTIONS(2110), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2119), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2119), + [anon_sym_LT_EQ] = ACTIONS(2119), + [anon_sym_GT_EQ] = ACTIONS(2119), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2119), + [anon_sym_DOT_DOT_LT] = ACTIONS(2119), + [anon_sym_is] = ACTIONS(2110), + [anon_sym_PLUS] = ACTIONS(2110), + [anon_sym_DASH] = ACTIONS(2110), + [anon_sym_STAR] = ACTIONS(2110), + [anon_sym_SLASH] = ACTIONS(2110), + [anon_sym_PERCENT] = ACTIONS(2110), + [anon_sym_PLUS_PLUS] = ACTIONS(2119), + [anon_sym_DASH_DASH] = ACTIONS(2119), + [anon_sym_PIPE] = ACTIONS(2119), + [anon_sym_CARET] = ACTIONS(2110), + [anon_sym_LT_LT] = ACTIONS(2119), + [anon_sym_GT_GT] = ACTIONS(2119), + [anon_sym_borrowing] = ACTIONS(2112), + [anon_sym_consuming] = ACTIONS(2112), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2119), + [sym__conjunction_operator_custom] = ACTIONS(2119), + [sym__disjunction_operator_custom] = ACTIONS(2119), + [sym__nil_coalescing_operator_custom] = ACTIONS(2119), + [sym__eq_custom] = ACTIONS(2119), + [sym__eq_eq_custom] = ACTIONS(2119), + [sym__plus_then_ws] = ACTIONS(2119), + [sym__minus_then_ws] = ACTIONS(2119), + [sym__bang_custom] = ACTIONS(2119), + [sym_where_keyword] = ACTIONS(2119), + [sym__as_custom] = ACTIONS(2119), + [sym__as_quest_custom] = ACTIONS(2119), + [sym__as_bang_custom] = ACTIONS(2119), + [sym__custom_operator] = ACTIONS(2119), + }, + [STATE(1730)] = { + [sym_attribute] = STATE(1730), + [aux_sym__locally_permitted_modifiers] = STATE(1730), + [sym__non_local_scope_modifier] = STATE(1730), + [sym__locally_permitted_modifier] = STATE(1730), + [sym_property_behavior_modifier] = STATE(1730), + [sym_member_modifier] = STATE(1730), + [sym_visibility_modifier] = STATE(1730), + [sym_function_modifier] = STATE(1730), + [sym_mutation_modifier] = STATE(1730), + [sym_property_modifier] = STATE(1730), + [sym_inheritance_modifier] = STATE(1730), + [sym_parameter_modifier] = STATE(1730), + [sym_ownership_modifier] = STATE(1730), + [sym__parameter_ownership_modifier] = STATE(2893), + [aux_sym_modifiers_repeat1] = STATE(1730), + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(4299), + [anon_sym_async] = ACTIONS(4299), + [anon_sym_lazy] = ACTIONS(4301), + [anon_sym_package] = ACTIONS(4304), + [anon_sym_case] = ACTIONS(4299), + [anon_sym_import] = ACTIONS(4299), + [anon_sym_typealias] = ACTIONS(4299), + [anon_sym_struct] = ACTIONS(4299), + [anon_sym_class] = ACTIONS(4307), + [anon_sym_enum] = ACTIONS(4299), + [anon_sym_protocol] = ACTIONS(4299), + [anon_sym_let] = ACTIONS(4299), + [anon_sym_var] = ACTIONS(4299), + [anon_sym_func] = ACTIONS(4299), + [anon_sym_willSet] = ACTIONS(4299), + [anon_sym_didSet] = ACTIONS(4299), + [anon_sym_macro] = ACTIONS(4299), + [anon_sym_extension] = ACTIONS(4299), + [anon_sym_indirect] = ACTIONS(4299), + [anon_sym_init] = ACTIONS(4299), + [anon_sym_deinit] = ACTIONS(4299), + [anon_sym_subscript] = ACTIONS(4299), + [anon_sym_prefix] = ACTIONS(4310), + [anon_sym_infix] = ACTIONS(4310), + [anon_sym_postfix] = ACTIONS(4310), + [anon_sym_associatedtype] = ACTIONS(4299), + [anon_sym_AT] = ACTIONS(4313), + [anon_sym_override] = ACTIONS(4316), + [anon_sym_convenience] = ACTIONS(4316), + [anon_sym_required] = ACTIONS(4316), + [anon_sym_nonisolated] = ACTIONS(4316), + [anon_sym_public] = ACTIONS(4304), + [anon_sym_private] = ACTIONS(4304), + [anon_sym_internal] = ACTIONS(4304), + [anon_sym_fileprivate] = ACTIONS(4304), + [anon_sym_open] = ACTIONS(4304), + [anon_sym_mutating] = ACTIONS(4319), + [anon_sym_nonmutating] = ACTIONS(4319), + [anon_sym_static] = ACTIONS(4307), + [anon_sym_dynamic] = ACTIONS(4307), + [anon_sym_optional] = ACTIONS(4307), + [anon_sym_distributed] = ACTIONS(4307), + [anon_sym_final] = ACTIONS(4322), + [anon_sym_inout] = ACTIONS(4325), + [anon_sym_ATescaping] = ACTIONS(4325), + [anon_sym_ATautoclosure] = ACTIONS(4325), + [anon_sym_weak] = ACTIONS(4328), + [anon_sym_unowned] = ACTIONS(4331), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(4328), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(4328), + [anon_sym_borrowing] = ACTIONS(4325), + [anon_sym_consuming] = ACTIONS(4325), + [sym_multiline_comment] = ACTIONS(5), + }, + [STATE(1731)] = { + [sym_simple_identifier] = STATE(9239), + [sym__contextual_simple_identifier] = STATE(5063), + [sym_type_arguments] = STATE(2076), + [sym__parameter_ownership_modifier] = STATE(5063), + [anon_sym_BANG] = ACTIONS(2405), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(2112), + [aux_sym_simple_identifier_token2] = ACTIONS(2114), + [aux_sym_simple_identifier_token3] = ACTIONS(2114), + [aux_sym_simple_identifier_token4] = ACTIONS(2114), + [anon_sym_actor] = ACTIONS(2112), + [anon_sym_async] = ACTIONS(2112), + [anon_sym_each] = ACTIONS(2112), + [anon_sym_lazy] = ACTIONS(2112), + [anon_sym_repeat] = ACTIONS(2112), + [anon_sym_package] = ACTIONS(2112), + [anon_sym_RPAREN] = ACTIONS(4334), + [anon_sym_COMMA] = ACTIONS(4334), + [anon_sym_COLON] = ACTIONS(4337), + [anon_sym_LPAREN] = ACTIONS(2409), + [anon_sym_LBRACK] = ACTIONS(2407), + [anon_sym_QMARK] = ACTIONS(2405), + [anon_sym_QMARK2] = ACTIONS(2407), + [anon_sym_AMP] = ACTIONS(2407), + [aux_sym_custom_operator_token1] = ACTIONS(2407), + [anon_sym_LT] = ACTIONS(2412), + [anon_sym_GT] = ACTIONS(2405), + [anon_sym_LBRACE] = ACTIONS(2409), + [anon_sym_CARET_LBRACE] = ACTIONS(2409), + [anon_sym_PLUS_EQ] = ACTIONS(2407), + [anon_sym_DASH_EQ] = ACTIONS(2407), + [anon_sym_STAR_EQ] = ACTIONS(2407), + [anon_sym_SLASH_EQ] = ACTIONS(2407), + [anon_sym_PERCENT_EQ] = ACTIONS(2407), + [anon_sym_BANG_EQ] = ACTIONS(2405), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2407), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2407), + [anon_sym_LT_EQ] = ACTIONS(2407), + [anon_sym_GT_EQ] = ACTIONS(2407), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2407), + [anon_sym_DOT_DOT_LT] = ACTIONS(2407), + [anon_sym_is] = ACTIONS(2405), + [anon_sym_PLUS] = ACTIONS(2405), + [anon_sym_DASH] = ACTIONS(2405), + [anon_sym_STAR] = ACTIONS(2405), + [anon_sym_SLASH] = ACTIONS(2405), + [anon_sym_PERCENT] = ACTIONS(2405), + [anon_sym_PLUS_PLUS] = ACTIONS(2407), + [anon_sym_DASH_DASH] = ACTIONS(2407), + [anon_sym_PIPE] = ACTIONS(2407), + [anon_sym_CARET] = ACTIONS(2405), + [anon_sym_LT_LT] = ACTIONS(2407), + [anon_sym_GT_GT] = ACTIONS(2407), + [anon_sym_borrowing] = ACTIONS(2112), + [anon_sym_consuming] = ACTIONS(2112), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2409), + [sym__conjunction_operator_custom] = ACTIONS(2407), + [sym__disjunction_operator_custom] = ACTIONS(2407), + [sym__nil_coalescing_operator_custom] = ACTIONS(2407), + [sym__eq_custom] = ACTIONS(2407), + [sym__eq_eq_custom] = ACTIONS(2407), + [sym__plus_then_ws] = ACTIONS(2407), + [sym__minus_then_ws] = ACTIONS(2407), + [sym__bang_custom] = ACTIONS(2407), + [sym__as_custom] = ACTIONS(2407), + [sym__as_quest_custom] = ACTIONS(2407), + [sym__as_bang_custom] = ACTIONS(2407), + [sym__custom_operator] = ACTIONS(2407), + }, + [STATE(1732)] = { + [sym_simple_identifier] = STATE(9145), + [sym__contextual_simple_identifier] = STATE(5063), + [sym__parameter_ownership_modifier] = STATE(5063), + [aux_sym__fn_call_lambda_arguments_repeat1] = STATE(1734), + [anon_sym_BANG] = ACTIONS(2125), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(2112), + [aux_sym_simple_identifier_token2] = ACTIONS(2114), + [aux_sym_simple_identifier_token3] = ACTIONS(2114), + [aux_sym_simple_identifier_token4] = ACTIONS(2114), + [anon_sym_actor] = ACTIONS(2112), + [anon_sym_async] = ACTIONS(2112), + [anon_sym_each] = ACTIONS(2112), + [anon_sym_lazy] = ACTIONS(2112), + [anon_sym_repeat] = ACTIONS(2112), + [anon_sym_package] = ACTIONS(2112), + [anon_sym_COMMA] = ACTIONS(2130), + [anon_sym_LPAREN] = ACTIONS(2130), + [anon_sym_LBRACK] = ACTIONS(2130), + [anon_sym_QMARK] = ACTIONS(2125), + [anon_sym_QMARK2] = ACTIONS(2130), + [anon_sym_AMP] = ACTIONS(2130), + [aux_sym_custom_operator_token1] = ACTIONS(2130), + [anon_sym_LT] = ACTIONS(2125), + [anon_sym_GT] = ACTIONS(2125), + [anon_sym_LBRACE] = ACTIONS(2130), + [anon_sym_CARET_LBRACE] = ACTIONS(2130), + [anon_sym_PLUS_EQ] = ACTIONS(2130), + [anon_sym_DASH_EQ] = ACTIONS(2130), + [anon_sym_STAR_EQ] = ACTIONS(2130), + [anon_sym_SLASH_EQ] = ACTIONS(2130), + [anon_sym_PERCENT_EQ] = ACTIONS(2130), + [anon_sym_BANG_EQ] = ACTIONS(2125), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2130), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2130), + [anon_sym_LT_EQ] = ACTIONS(2130), + [anon_sym_GT_EQ] = ACTIONS(2130), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2130), + [anon_sym_DOT_DOT_LT] = ACTIONS(2130), + [anon_sym_is] = ACTIONS(2125), + [anon_sym_PLUS] = ACTIONS(2125), + [anon_sym_DASH] = ACTIONS(2125), + [anon_sym_STAR] = ACTIONS(2125), + [anon_sym_SLASH] = ACTIONS(2125), + [anon_sym_PERCENT] = ACTIONS(2125), + [anon_sym_PLUS_PLUS] = ACTIONS(2130), + [anon_sym_DASH_DASH] = ACTIONS(2130), + [anon_sym_PIPE] = ACTIONS(2130), + [anon_sym_CARET] = ACTIONS(2125), + [anon_sym_LT_LT] = ACTIONS(2130), + [anon_sym_GT_GT] = ACTIONS(2130), + [anon_sym_borrowing] = ACTIONS(2112), + [anon_sym_consuming] = ACTIONS(2112), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2130), + [sym__conjunction_operator_custom] = ACTIONS(2130), + [sym__disjunction_operator_custom] = ACTIONS(2130), + [sym__nil_coalescing_operator_custom] = ACTIONS(2130), + [sym__eq_custom] = ACTIONS(2130), + [sym__eq_eq_custom] = ACTIONS(2130), + [sym__plus_then_ws] = ACTIONS(2130), + [sym__minus_then_ws] = ACTIONS(2130), + [sym__bang_custom] = ACTIONS(2130), + [sym_where_keyword] = ACTIONS(2130), + [sym_else] = ACTIONS(2130), + [sym__as_custom] = ACTIONS(2130), + [sym__as_quest_custom] = ACTIONS(2130), + [sym__as_bang_custom] = ACTIONS(2130), + [sym__custom_operator] = ACTIONS(2130), + }, + [STATE(1733)] = { + [sym__immediate_quest] = STATE(1737), + [aux_sym_optional_type_repeat1] = STATE(1737), + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2087), + [anon_sym_async] = ACTIONS(2087), + [anon_sym_lazy] = ACTIONS(2087), + [anon_sym_package] = ACTIONS(2087), + [anon_sym_COMMA] = ACTIONS(2087), + [anon_sym_COLON] = ACTIONS(2087), + [anon_sym_DOT] = ACTIONS(2087), + [anon_sym_QMARK] = ACTIONS(2085), + [anon_sym_QMARK2] = ACTIONS(4258), + [anon_sym_AMP] = ACTIONS(2087), + [anon_sym_LBRACE] = ACTIONS(2087), + [anon_sym_RBRACE] = ACTIONS(2087), + [anon_sym_case] = ACTIONS(2087), + [anon_sym_import] = ACTIONS(2087), + [anon_sym_typealias] = ACTIONS(2087), + [anon_sym_struct] = ACTIONS(2087), + [anon_sym_class] = ACTIONS(2087), + [anon_sym_enum] = ACTIONS(2087), + [anon_sym_protocol] = ACTIONS(2087), + [anon_sym_let] = ACTIONS(2087), + [anon_sym_var] = ACTIONS(2087), + [anon_sym_func] = ACTIONS(2087), + [anon_sym_extension] = ACTIONS(2087), + [anon_sym_indirect] = ACTIONS(2087), + [anon_sym_init] = ACTIONS(2087), + [anon_sym_deinit] = ACTIONS(2087), + [anon_sym_subscript] = ACTIONS(2087), + [anon_sym_prefix] = ACTIONS(2087), + [anon_sym_infix] = ACTIONS(2087), + [anon_sym_postfix] = ACTIONS(2087), + [anon_sym_precedencegroup] = ACTIONS(2087), + [anon_sym_associatedtype] = ACTIONS(2087), + [anon_sym_AT] = ACTIONS(2085), + [anon_sym_override] = ACTIONS(2087), + [anon_sym_convenience] = ACTIONS(2087), + [anon_sym_required] = ACTIONS(2087), + [anon_sym_nonisolated] = ACTIONS(2087), + [anon_sym_public] = ACTIONS(2087), + [anon_sym_private] = ACTIONS(2087), + [anon_sym_internal] = ACTIONS(2087), + [anon_sym_fileprivate] = ACTIONS(2087), + [anon_sym_open] = ACTIONS(2087), + [anon_sym_mutating] = ACTIONS(2087), + [anon_sym_nonmutating] = ACTIONS(2087), + [anon_sym_static] = ACTIONS(2087), + [anon_sym_dynamic] = ACTIONS(2087), + [anon_sym_optional] = ACTIONS(2087), + [anon_sym_distributed] = ACTIONS(2087), + [anon_sym_final] = ACTIONS(2087), + [anon_sym_inout] = ACTIONS(2087), + [anon_sym_ATescaping] = ACTIONS(2087), + [anon_sym_ATautoclosure] = ACTIONS(2087), + [anon_sym_weak] = ACTIONS(2087), + [anon_sym_unowned] = ACTIONS(2085), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2087), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2087), + [anon_sym_borrowing] = ACTIONS(2087), + [anon_sym_consuming] = ACTIONS(2087), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2087), + [sym__eq_custom] = ACTIONS(2087), + [sym__throws_keyword] = ACTIONS(2087), + [sym__rethrows_keyword] = ACTIONS(2087), + [sym_where_keyword] = ACTIONS(2087), + [sym__as_custom] = ACTIONS(2087), + [sym__async_keyword_custom] = ACTIONS(2087), + }, + [STATE(1734)] = { + [sym_simple_identifier] = STATE(9145), + [sym__contextual_simple_identifier] = STATE(5063), + [sym__parameter_ownership_modifier] = STATE(5063), + [aux_sym__fn_call_lambda_arguments_repeat1] = STATE(1734), + [anon_sym_BANG] = ACTIONS(2132), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(2134), + [aux_sym_simple_identifier_token2] = ACTIONS(2137), + [aux_sym_simple_identifier_token3] = ACTIONS(2137), + [aux_sym_simple_identifier_token4] = ACTIONS(2137), + [anon_sym_actor] = ACTIONS(2134), + [anon_sym_async] = ACTIONS(2134), + [anon_sym_each] = ACTIONS(2134), + [anon_sym_lazy] = ACTIONS(2134), + [anon_sym_repeat] = ACTIONS(2134), + [anon_sym_package] = ACTIONS(2134), + [anon_sym_COMMA] = ACTIONS(2140), + [anon_sym_LPAREN] = ACTIONS(2140), + [anon_sym_LBRACK] = ACTIONS(2140), + [anon_sym_QMARK] = ACTIONS(2132), + [anon_sym_QMARK2] = ACTIONS(2140), + [anon_sym_AMP] = ACTIONS(2140), + [aux_sym_custom_operator_token1] = ACTIONS(2140), + [anon_sym_LT] = ACTIONS(2132), + [anon_sym_GT] = ACTIONS(2132), + [anon_sym_LBRACE] = ACTIONS(2140), + [anon_sym_CARET_LBRACE] = ACTIONS(2140), + [anon_sym_PLUS_EQ] = ACTIONS(2140), + [anon_sym_DASH_EQ] = ACTIONS(2140), + [anon_sym_STAR_EQ] = ACTIONS(2140), + [anon_sym_SLASH_EQ] = ACTIONS(2140), + [anon_sym_PERCENT_EQ] = ACTIONS(2140), + [anon_sym_BANG_EQ] = ACTIONS(2132), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2140), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2140), + [anon_sym_LT_EQ] = ACTIONS(2140), + [anon_sym_GT_EQ] = ACTIONS(2140), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2140), + [anon_sym_DOT_DOT_LT] = ACTIONS(2140), + [anon_sym_is] = ACTIONS(2132), + [anon_sym_PLUS] = ACTIONS(2132), + [anon_sym_DASH] = ACTIONS(2132), + [anon_sym_STAR] = ACTIONS(2132), + [anon_sym_SLASH] = ACTIONS(2132), + [anon_sym_PERCENT] = ACTIONS(2132), + [anon_sym_PLUS_PLUS] = ACTIONS(2140), + [anon_sym_DASH_DASH] = ACTIONS(2140), + [anon_sym_PIPE] = ACTIONS(2140), + [anon_sym_CARET] = ACTIONS(2132), + [anon_sym_LT_LT] = ACTIONS(2140), + [anon_sym_GT_GT] = ACTIONS(2140), + [anon_sym_borrowing] = ACTIONS(2134), + [anon_sym_consuming] = ACTIONS(2134), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2140), + [sym__conjunction_operator_custom] = ACTIONS(2140), + [sym__disjunction_operator_custom] = ACTIONS(2140), + [sym__nil_coalescing_operator_custom] = ACTIONS(2140), + [sym__eq_custom] = ACTIONS(2140), + [sym__eq_eq_custom] = ACTIONS(2140), + [sym__plus_then_ws] = ACTIONS(2140), + [sym__minus_then_ws] = ACTIONS(2140), + [sym__bang_custom] = ACTIONS(2140), + [sym_where_keyword] = ACTIONS(2140), + [sym_else] = ACTIONS(2140), + [sym__as_custom] = ACTIONS(2140), + [sym__as_quest_custom] = ACTIONS(2140), + [sym__as_bang_custom] = ACTIONS(2140), + [sym__custom_operator] = ACTIONS(2140), + }, + [STATE(1735)] = { + [sym__arrow_operator] = STATE(4334), + [sym__async_keyword] = STATE(7048), + [sym_throws] = STATE(8887), + [sym_throws_clause] = STATE(8887), + [aux_sym_protocol_composition_type_repeat1] = STATE(1923), + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2173), + [anon_sym_async] = ACTIONS(2173), + [anon_sym_lazy] = ACTIONS(2173), + [anon_sym_package] = ACTIONS(2173), + [anon_sym_COMMA] = ACTIONS(2173), + [anon_sym_BANG2] = ACTIONS(2173), + [anon_sym_DOT] = ACTIONS(4295), + [anon_sym_AMP] = ACTIONS(4297), + [anon_sym_LBRACE] = ACTIONS(2173), + [anon_sym_RBRACE] = ACTIONS(2173), + [anon_sym_case] = ACTIONS(2173), + [anon_sym_import] = ACTIONS(2173), + [anon_sym_typealias] = ACTIONS(2173), + [anon_sym_struct] = ACTIONS(2173), + [anon_sym_class] = ACTIONS(2173), + [anon_sym_enum] = ACTIONS(2173), + [anon_sym_protocol] = ACTIONS(2173), + [anon_sym_let] = ACTIONS(2173), + [anon_sym_var] = ACTIONS(2173), + [anon_sym_func] = ACTIONS(2173), + [anon_sym_extension] = ACTIONS(2173), + [anon_sym_indirect] = ACTIONS(2173), + [anon_sym_init] = ACTIONS(2173), + [anon_sym_deinit] = ACTIONS(2173), + [anon_sym_subscript] = ACTIONS(2173), + [anon_sym_prefix] = ACTIONS(2173), + [anon_sym_infix] = ACTIONS(2173), + [anon_sym_postfix] = ACTIONS(2173), + [anon_sym_precedencegroup] = ACTIONS(2173), + [anon_sym_associatedtype] = ACTIONS(2173), + [anon_sym_AT] = ACTIONS(2171), + [anon_sym_override] = ACTIONS(2173), + [anon_sym_convenience] = ACTIONS(2173), + [anon_sym_required] = ACTIONS(2173), + [anon_sym_nonisolated] = ACTIONS(2173), + [anon_sym_public] = ACTIONS(2173), + [anon_sym_private] = ACTIONS(2173), + [anon_sym_internal] = ACTIONS(2173), + [anon_sym_fileprivate] = ACTIONS(2173), + [anon_sym_open] = ACTIONS(2173), + [anon_sym_mutating] = ACTIONS(2173), + [anon_sym_nonmutating] = ACTIONS(2173), + [anon_sym_static] = ACTIONS(2173), + [anon_sym_dynamic] = ACTIONS(2173), + [anon_sym_optional] = ACTIONS(2173), + [anon_sym_distributed] = ACTIONS(2173), + [anon_sym_final] = ACTIONS(2173), + [anon_sym_inout] = ACTIONS(2173), + [anon_sym_ATescaping] = ACTIONS(2173), + [anon_sym_ATautoclosure] = ACTIONS(2173), + [anon_sym_weak] = ACTIONS(2173), + [anon_sym_unowned] = ACTIONS(2171), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2173), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2173), + [anon_sym_borrowing] = ACTIONS(2173), + [anon_sym_consuming] = ACTIONS(2173), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(4278), + [sym__eq_custom] = ACTIONS(2173), + [sym__throws_keyword] = ACTIONS(2093), + [sym__rethrows_keyword] = ACTIONS(2095), + [sym_where_keyword] = ACTIONS(2173), + [sym__async_keyword_custom] = ACTIONS(4280), + }, + [STATE(1736)] = { + [sym__arrow_operator] = STATE(4334), + [sym__async_keyword] = STATE(7048), + [sym_throws] = STATE(8887), + [sym_throws_clause] = STATE(8887), + [aux_sym_protocol_composition_type_repeat1] = STATE(1923), + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2181), + [anon_sym_async] = ACTIONS(2181), + [anon_sym_lazy] = ACTIONS(2181), + [anon_sym_package] = ACTIONS(2181), + [anon_sym_COMMA] = ACTIONS(2181), + [anon_sym_BANG2] = ACTIONS(2181), + [anon_sym_DOT] = ACTIONS(4295), + [anon_sym_AMP] = ACTIONS(4297), + [anon_sym_LBRACE] = ACTIONS(2181), + [anon_sym_RBRACE] = ACTIONS(2181), + [anon_sym_case] = ACTIONS(2181), + [anon_sym_import] = ACTIONS(2181), + [anon_sym_typealias] = ACTIONS(2181), + [anon_sym_struct] = ACTIONS(2181), + [anon_sym_class] = ACTIONS(2181), + [anon_sym_enum] = ACTIONS(2181), + [anon_sym_protocol] = ACTIONS(2181), + [anon_sym_let] = ACTIONS(2181), + [anon_sym_var] = ACTIONS(2181), + [anon_sym_func] = ACTIONS(2181), + [anon_sym_extension] = ACTIONS(2181), + [anon_sym_indirect] = ACTIONS(2181), + [anon_sym_init] = ACTIONS(2181), + [anon_sym_deinit] = ACTIONS(2181), + [anon_sym_subscript] = ACTIONS(2181), + [anon_sym_prefix] = ACTIONS(2181), + [anon_sym_infix] = ACTIONS(2181), + [anon_sym_postfix] = ACTIONS(2181), + [anon_sym_precedencegroup] = ACTIONS(2181), + [anon_sym_associatedtype] = ACTIONS(2181), + [anon_sym_AT] = ACTIONS(2179), + [anon_sym_override] = ACTIONS(2181), + [anon_sym_convenience] = ACTIONS(2181), + [anon_sym_required] = ACTIONS(2181), + [anon_sym_nonisolated] = ACTIONS(2181), + [anon_sym_public] = ACTIONS(2181), + [anon_sym_private] = ACTIONS(2181), + [anon_sym_internal] = ACTIONS(2181), + [anon_sym_fileprivate] = ACTIONS(2181), + [anon_sym_open] = ACTIONS(2181), + [anon_sym_mutating] = ACTIONS(2181), + [anon_sym_nonmutating] = ACTIONS(2181), + [anon_sym_static] = ACTIONS(2181), + [anon_sym_dynamic] = ACTIONS(2181), + [anon_sym_optional] = ACTIONS(2181), + [anon_sym_distributed] = ACTIONS(2181), + [anon_sym_final] = ACTIONS(2181), + [anon_sym_inout] = ACTIONS(2181), + [anon_sym_ATescaping] = ACTIONS(2181), + [anon_sym_ATautoclosure] = ACTIONS(2181), + [anon_sym_weak] = ACTIONS(2181), + [anon_sym_unowned] = ACTIONS(2179), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2181), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2181), + [anon_sym_borrowing] = ACTIONS(2181), + [anon_sym_consuming] = ACTIONS(2181), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(4278), + [sym__eq_custom] = ACTIONS(2181), + [sym__throws_keyword] = ACTIONS(2093), + [sym__rethrows_keyword] = ACTIONS(2095), + [sym_where_keyword] = ACTIONS(2181), + [sym__async_keyword_custom] = ACTIONS(4280), + }, + [STATE(1737)] = { + [sym__immediate_quest] = STATE(1743), + [aux_sym_optional_type_repeat1] = STATE(1743), + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2123), + [anon_sym_async] = ACTIONS(2123), + [anon_sym_lazy] = ACTIONS(2123), + [anon_sym_package] = ACTIONS(2123), + [anon_sym_COMMA] = ACTIONS(2123), + [anon_sym_COLON] = ACTIONS(2123), + [anon_sym_DOT] = ACTIONS(2123), + [anon_sym_QMARK] = ACTIONS(2121), + [anon_sym_QMARK2] = ACTIONS(4258), + [anon_sym_AMP] = ACTIONS(2123), + [anon_sym_LBRACE] = ACTIONS(2123), + [anon_sym_RBRACE] = ACTIONS(2123), + [anon_sym_case] = ACTIONS(2123), + [anon_sym_import] = ACTIONS(2123), + [anon_sym_typealias] = ACTIONS(2123), + [anon_sym_struct] = ACTIONS(2123), + [anon_sym_class] = ACTIONS(2123), + [anon_sym_enum] = ACTIONS(2123), + [anon_sym_protocol] = ACTIONS(2123), + [anon_sym_let] = ACTIONS(2123), + [anon_sym_var] = ACTIONS(2123), + [anon_sym_func] = ACTIONS(2123), + [anon_sym_extension] = ACTIONS(2123), + [anon_sym_indirect] = ACTIONS(2123), + [anon_sym_init] = ACTIONS(2123), + [anon_sym_deinit] = ACTIONS(2123), + [anon_sym_subscript] = ACTIONS(2123), + [anon_sym_prefix] = ACTIONS(2123), + [anon_sym_infix] = ACTIONS(2123), + [anon_sym_postfix] = ACTIONS(2123), + [anon_sym_precedencegroup] = ACTIONS(2123), + [anon_sym_associatedtype] = ACTIONS(2123), + [anon_sym_AT] = ACTIONS(2121), + [anon_sym_override] = ACTIONS(2123), + [anon_sym_convenience] = ACTIONS(2123), + [anon_sym_required] = ACTIONS(2123), + [anon_sym_nonisolated] = ACTIONS(2123), + [anon_sym_public] = ACTIONS(2123), + [anon_sym_private] = ACTIONS(2123), + [anon_sym_internal] = ACTIONS(2123), + [anon_sym_fileprivate] = ACTIONS(2123), + [anon_sym_open] = ACTIONS(2123), + [anon_sym_mutating] = ACTIONS(2123), + [anon_sym_nonmutating] = ACTIONS(2123), + [anon_sym_static] = ACTIONS(2123), + [anon_sym_dynamic] = ACTIONS(2123), + [anon_sym_optional] = ACTIONS(2123), + [anon_sym_distributed] = ACTIONS(2123), + [anon_sym_final] = ACTIONS(2123), + [anon_sym_inout] = ACTIONS(2123), + [anon_sym_ATescaping] = ACTIONS(2123), + [anon_sym_ATautoclosure] = ACTIONS(2123), + [anon_sym_weak] = ACTIONS(2123), + [anon_sym_unowned] = ACTIONS(2121), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2123), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2123), + [anon_sym_borrowing] = ACTIONS(2123), + [anon_sym_consuming] = ACTIONS(2123), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2123), + [sym__eq_custom] = ACTIONS(2123), + [sym__throws_keyword] = ACTIONS(2123), + [sym__rethrows_keyword] = ACTIONS(2123), + [sym_where_keyword] = ACTIONS(2123), + [sym__as_custom] = ACTIONS(2123), + [sym__async_keyword_custom] = ACTIONS(2123), + }, + [STATE(1738)] = { + [sym__arrow_operator] = STATE(4334), + [sym__async_keyword] = STATE(7048), + [sym_throws] = STATE(8887), + [sym_throws_clause] = STATE(8887), + [aux_sym_protocol_composition_type_repeat1] = STATE(1923), + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2185), + [anon_sym_async] = ACTIONS(2185), + [anon_sym_lazy] = ACTIONS(2185), + [anon_sym_package] = ACTIONS(2185), + [anon_sym_COMMA] = ACTIONS(2185), + [anon_sym_BANG2] = ACTIONS(2185), + [anon_sym_DOT] = ACTIONS(2185), + [anon_sym_AMP] = ACTIONS(2185), + [anon_sym_LBRACE] = ACTIONS(2185), + [anon_sym_RBRACE] = ACTIONS(2185), + [anon_sym_case] = ACTIONS(2185), + [anon_sym_import] = ACTIONS(2185), + [anon_sym_typealias] = ACTIONS(2185), + [anon_sym_struct] = ACTIONS(2185), + [anon_sym_class] = ACTIONS(2185), + [anon_sym_enum] = ACTIONS(2185), + [anon_sym_protocol] = ACTIONS(2185), + [anon_sym_let] = ACTIONS(2185), + [anon_sym_var] = ACTIONS(2185), + [anon_sym_func] = ACTIONS(2185), + [anon_sym_extension] = ACTIONS(2185), + [anon_sym_indirect] = ACTIONS(2185), + [anon_sym_init] = ACTIONS(2185), + [anon_sym_deinit] = ACTIONS(2185), + [anon_sym_subscript] = ACTIONS(2185), + [anon_sym_prefix] = ACTIONS(2185), + [anon_sym_infix] = ACTIONS(2185), + [anon_sym_postfix] = ACTIONS(2185), + [anon_sym_precedencegroup] = ACTIONS(2185), + [anon_sym_associatedtype] = ACTIONS(2185), + [anon_sym_AT] = ACTIONS(2183), + [anon_sym_override] = ACTIONS(2185), + [anon_sym_convenience] = ACTIONS(2185), + [anon_sym_required] = ACTIONS(2185), + [anon_sym_nonisolated] = ACTIONS(2185), + [anon_sym_public] = ACTIONS(2185), + [anon_sym_private] = ACTIONS(2185), + [anon_sym_internal] = ACTIONS(2185), + [anon_sym_fileprivate] = ACTIONS(2185), + [anon_sym_open] = ACTIONS(2185), + [anon_sym_mutating] = ACTIONS(2185), + [anon_sym_nonmutating] = ACTIONS(2185), + [anon_sym_static] = ACTIONS(2185), + [anon_sym_dynamic] = ACTIONS(2185), + [anon_sym_optional] = ACTIONS(2185), + [anon_sym_distributed] = ACTIONS(2185), + [anon_sym_final] = ACTIONS(2185), + [anon_sym_inout] = ACTIONS(2185), + [anon_sym_ATescaping] = ACTIONS(2185), + [anon_sym_ATautoclosure] = ACTIONS(2185), + [anon_sym_weak] = ACTIONS(2185), + [anon_sym_unowned] = ACTIONS(2183), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2185), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2185), + [anon_sym_borrowing] = ACTIONS(2185), + [anon_sym_consuming] = ACTIONS(2185), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2185), + [sym__eq_custom] = ACTIONS(2185), + [sym__throws_keyword] = ACTIONS(2185), + [sym__rethrows_keyword] = ACTIONS(2185), + [sym_where_keyword] = ACTIONS(2185), + [sym__async_keyword_custom] = ACTIONS(2185), + }, + [STATE(1739)] = { + [sym__arrow_operator] = STATE(4334), + [sym__async_keyword] = STATE(7048), + [sym_throws] = STATE(8887), + [sym_throws_clause] = STATE(8887), + [aux_sym_protocol_composition_type_repeat1] = STATE(1923), + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2189), + [anon_sym_async] = ACTIONS(2189), + [anon_sym_lazy] = ACTIONS(2189), + [anon_sym_package] = ACTIONS(2189), + [anon_sym_COMMA] = ACTIONS(2189), + [anon_sym_BANG2] = ACTIONS(2189), + [anon_sym_DOT] = ACTIONS(4295), + [anon_sym_AMP] = ACTIONS(4297), + [anon_sym_LBRACE] = ACTIONS(2189), + [anon_sym_RBRACE] = ACTIONS(2189), + [anon_sym_case] = ACTIONS(2189), + [anon_sym_import] = ACTIONS(2189), + [anon_sym_typealias] = ACTIONS(2189), + [anon_sym_struct] = ACTIONS(2189), + [anon_sym_class] = ACTIONS(2189), + [anon_sym_enum] = ACTIONS(2189), + [anon_sym_protocol] = ACTIONS(2189), + [anon_sym_let] = ACTIONS(2189), + [anon_sym_var] = ACTIONS(2189), + [anon_sym_func] = ACTIONS(2189), + [anon_sym_extension] = ACTIONS(2189), + [anon_sym_indirect] = ACTIONS(2189), + [anon_sym_init] = ACTIONS(2189), + [anon_sym_deinit] = ACTIONS(2189), + [anon_sym_subscript] = ACTIONS(2189), + [anon_sym_prefix] = ACTIONS(2189), + [anon_sym_infix] = ACTIONS(2189), + [anon_sym_postfix] = ACTIONS(2189), + [anon_sym_precedencegroup] = ACTIONS(2189), + [anon_sym_associatedtype] = ACTIONS(2189), + [anon_sym_AT] = ACTIONS(2187), + [anon_sym_override] = ACTIONS(2189), + [anon_sym_convenience] = ACTIONS(2189), + [anon_sym_required] = ACTIONS(2189), + [anon_sym_nonisolated] = ACTIONS(2189), + [anon_sym_public] = ACTIONS(2189), + [anon_sym_private] = ACTIONS(2189), + [anon_sym_internal] = ACTIONS(2189), + [anon_sym_fileprivate] = ACTIONS(2189), + [anon_sym_open] = ACTIONS(2189), + [anon_sym_mutating] = ACTIONS(2189), + [anon_sym_nonmutating] = ACTIONS(2189), + [anon_sym_static] = ACTIONS(2189), + [anon_sym_dynamic] = ACTIONS(2189), + [anon_sym_optional] = ACTIONS(2189), + [anon_sym_distributed] = ACTIONS(2189), + [anon_sym_final] = ACTIONS(2189), + [anon_sym_inout] = ACTIONS(2189), + [anon_sym_ATescaping] = ACTIONS(2189), + [anon_sym_ATautoclosure] = ACTIONS(2189), + [anon_sym_weak] = ACTIONS(2189), + [anon_sym_unowned] = ACTIONS(2187), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2189), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2189), + [anon_sym_borrowing] = ACTIONS(2189), + [anon_sym_consuming] = ACTIONS(2189), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(4278), + [sym__eq_custom] = ACTIONS(2189), + [sym__throws_keyword] = ACTIONS(2093), + [sym__rethrows_keyword] = ACTIONS(2095), + [sym_where_keyword] = ACTIONS(2189), + [sym__async_keyword_custom] = ACTIONS(4280), + }, + [STATE(1740)] = { + [sym__arrow_operator] = STATE(4334), + [sym__async_keyword] = STATE(7048), + [sym_throws] = STATE(8887), + [sym_throws_clause] = STATE(8887), + [aux_sym_protocol_composition_type_repeat1] = STATE(1923), + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2108), + [anon_sym_async] = ACTIONS(2108), + [anon_sym_lazy] = ACTIONS(2108), + [anon_sym_package] = ACTIONS(2108), + [anon_sym_COMMA] = ACTIONS(2108), + [anon_sym_BANG2] = ACTIONS(2108), + [anon_sym_DOT] = ACTIONS(2108), + [anon_sym_AMP] = ACTIONS(2108), + [anon_sym_LBRACE] = ACTIONS(2108), + [anon_sym_RBRACE] = ACTIONS(2108), + [anon_sym_case] = ACTIONS(2108), + [anon_sym_import] = ACTIONS(2108), + [anon_sym_typealias] = ACTIONS(2108), + [anon_sym_struct] = ACTIONS(2108), + [anon_sym_class] = ACTIONS(2108), + [anon_sym_enum] = ACTIONS(2108), + [anon_sym_protocol] = ACTIONS(2108), + [anon_sym_let] = ACTIONS(2108), + [anon_sym_var] = ACTIONS(2108), + [anon_sym_func] = ACTIONS(2108), + [anon_sym_extension] = ACTIONS(2108), + [anon_sym_indirect] = ACTIONS(2108), + [anon_sym_init] = ACTIONS(2108), + [anon_sym_deinit] = ACTIONS(2108), + [anon_sym_subscript] = ACTIONS(2108), + [anon_sym_prefix] = ACTIONS(2108), + [anon_sym_infix] = ACTIONS(2108), + [anon_sym_postfix] = ACTIONS(2108), + [anon_sym_precedencegroup] = ACTIONS(2108), + [anon_sym_associatedtype] = ACTIONS(2108), + [anon_sym_AT] = ACTIONS(2106), + [anon_sym_override] = ACTIONS(2108), + [anon_sym_convenience] = ACTIONS(2108), + [anon_sym_required] = ACTIONS(2108), + [anon_sym_nonisolated] = ACTIONS(2108), + [anon_sym_public] = ACTIONS(2108), + [anon_sym_private] = ACTIONS(2108), + [anon_sym_internal] = ACTIONS(2108), + [anon_sym_fileprivate] = ACTIONS(2108), + [anon_sym_open] = ACTIONS(2108), + [anon_sym_mutating] = ACTIONS(2108), + [anon_sym_nonmutating] = ACTIONS(2108), + [anon_sym_static] = ACTIONS(2108), + [anon_sym_dynamic] = ACTIONS(2108), + [anon_sym_optional] = ACTIONS(2108), + [anon_sym_distributed] = ACTIONS(2108), + [anon_sym_final] = ACTIONS(2108), + [anon_sym_inout] = ACTIONS(2108), + [anon_sym_ATescaping] = ACTIONS(2108), + [anon_sym_ATautoclosure] = ACTIONS(2108), + [anon_sym_weak] = ACTIONS(2108), + [anon_sym_unowned] = ACTIONS(2106), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2108), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2108), + [anon_sym_borrowing] = ACTIONS(2108), + [anon_sym_consuming] = ACTIONS(2108), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2108), + [sym__eq_custom] = ACTIONS(2108), + [sym__throws_keyword] = ACTIONS(2108), + [sym__rethrows_keyword] = ACTIONS(2108), + [sym_where_keyword] = ACTIONS(2108), + [sym__async_keyword_custom] = ACTIONS(2108), + }, + [STATE(1741)] = { + [sym_simple_identifier] = STATE(9145), + [sym__contextual_simple_identifier] = STATE(5063), + [sym__parameter_ownership_modifier] = STATE(5063), + [aux_sym__fn_call_lambda_arguments_repeat1] = STATE(1732), + [anon_sym_BANG] = ACTIONS(2110), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(2112), + [aux_sym_simple_identifier_token2] = ACTIONS(2114), + [aux_sym_simple_identifier_token3] = ACTIONS(2114), + [aux_sym_simple_identifier_token4] = ACTIONS(2114), + [anon_sym_actor] = ACTIONS(2112), + [anon_sym_async] = ACTIONS(2112), + [anon_sym_each] = ACTIONS(2112), + [anon_sym_lazy] = ACTIONS(2112), + [anon_sym_repeat] = ACTIONS(2112), + [anon_sym_package] = ACTIONS(2112), + [anon_sym_COMMA] = ACTIONS(2119), + [anon_sym_LPAREN] = ACTIONS(2119), + [anon_sym_LBRACK] = ACTIONS(2119), + [anon_sym_QMARK] = ACTIONS(2110), + [anon_sym_QMARK2] = ACTIONS(2119), + [anon_sym_AMP] = ACTIONS(2119), + [aux_sym_custom_operator_token1] = ACTIONS(2119), + [anon_sym_LT] = ACTIONS(2110), + [anon_sym_GT] = ACTIONS(2110), + [anon_sym_LBRACE] = ACTIONS(2119), + [anon_sym_CARET_LBRACE] = ACTIONS(2119), + [anon_sym_PLUS_EQ] = ACTIONS(2119), + [anon_sym_DASH_EQ] = ACTIONS(2119), + [anon_sym_STAR_EQ] = ACTIONS(2119), + [anon_sym_SLASH_EQ] = ACTIONS(2119), + [anon_sym_PERCENT_EQ] = ACTIONS(2119), + [anon_sym_BANG_EQ] = ACTIONS(2110), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2119), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2119), + [anon_sym_LT_EQ] = ACTIONS(2119), + [anon_sym_GT_EQ] = ACTIONS(2119), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2119), + [anon_sym_DOT_DOT_LT] = ACTIONS(2119), + [anon_sym_is] = ACTIONS(2110), + [anon_sym_PLUS] = ACTIONS(2110), + [anon_sym_DASH] = ACTIONS(2110), + [anon_sym_STAR] = ACTIONS(2110), + [anon_sym_SLASH] = ACTIONS(2110), + [anon_sym_PERCENT] = ACTIONS(2110), + [anon_sym_PLUS_PLUS] = ACTIONS(2119), + [anon_sym_DASH_DASH] = ACTIONS(2119), + [anon_sym_PIPE] = ACTIONS(2119), + [anon_sym_CARET] = ACTIONS(2110), + [anon_sym_LT_LT] = ACTIONS(2119), + [anon_sym_GT_GT] = ACTIONS(2119), + [anon_sym_borrowing] = ACTIONS(2112), + [anon_sym_consuming] = ACTIONS(2112), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2119), + [sym__conjunction_operator_custom] = ACTIONS(2119), + [sym__disjunction_operator_custom] = ACTIONS(2119), + [sym__nil_coalescing_operator_custom] = ACTIONS(2119), + [sym__eq_custom] = ACTIONS(2119), + [sym__eq_eq_custom] = ACTIONS(2119), + [sym__plus_then_ws] = ACTIONS(2119), + [sym__minus_then_ws] = ACTIONS(2119), + [sym__bang_custom] = ACTIONS(2119), + [sym_where_keyword] = ACTIONS(2119), + [sym_else] = ACTIONS(2119), + [sym__as_custom] = ACTIONS(2119), + [sym__as_quest_custom] = ACTIONS(2119), + [sym__as_bang_custom] = ACTIONS(2119), + [sym__custom_operator] = ACTIONS(2119), + }, + [STATE(1742)] = { + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2302), + [anon_sym_async] = ACTIONS(2302), + [anon_sym_lazy] = ACTIONS(2302), + [anon_sym_package] = ACTIONS(2302), + [anon_sym_RPAREN] = ACTIONS(2302), + [anon_sym_COMMA] = ACTIONS(2302), + [anon_sym_COLON] = ACTIONS(2302), + [anon_sym_BANG2] = ACTIONS(2302), + [anon_sym_DOT] = ACTIONS(2300), + [anon_sym_QMARK2] = ACTIONS(2302), + [anon_sym_AMP] = ACTIONS(2302), + [anon_sym_LT] = ACTIONS(2302), + [anon_sym_LBRACE] = ACTIONS(2302), + [anon_sym_RBRACE] = ACTIONS(2302), + [anon_sym_case] = ACTIONS(2302), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2302), + [anon_sym_import] = ACTIONS(2302), + [anon_sym_typealias] = ACTIONS(2302), + [anon_sym_struct] = ACTIONS(2302), + [anon_sym_class] = ACTIONS(2302), + [anon_sym_enum] = ACTIONS(2302), + [anon_sym_protocol] = ACTIONS(2302), + [anon_sym_let] = ACTIONS(2302), + [anon_sym_var] = ACTIONS(2302), + [anon_sym_func] = ACTIONS(2302), + [anon_sym_extension] = ACTIONS(2302), + [anon_sym_indirect] = ACTIONS(2302), + [anon_sym_init] = ACTIONS(2302), + [anon_sym_deinit] = ACTIONS(2302), + [anon_sym_subscript] = ACTIONS(2302), + [anon_sym_prefix] = ACTIONS(2302), + [anon_sym_infix] = ACTIONS(2302), + [anon_sym_postfix] = ACTIONS(2302), + [anon_sym_precedencegroup] = ACTIONS(2302), + [anon_sym_associatedtype] = ACTIONS(2302), + [anon_sym_AT] = ACTIONS(2300), + [anon_sym_override] = ACTIONS(2302), + [anon_sym_convenience] = ACTIONS(2302), + [anon_sym_required] = ACTIONS(2302), + [anon_sym_nonisolated] = ACTIONS(2302), + [anon_sym_public] = ACTIONS(2302), + [anon_sym_private] = ACTIONS(2302), + [anon_sym_internal] = ACTIONS(2302), + [anon_sym_fileprivate] = ACTIONS(2302), + [anon_sym_open] = ACTIONS(2302), + [anon_sym_mutating] = ACTIONS(2302), + [anon_sym_nonmutating] = ACTIONS(2302), + [anon_sym_static] = ACTIONS(2302), + [anon_sym_dynamic] = ACTIONS(2302), + [anon_sym_optional] = ACTIONS(2302), + [anon_sym_distributed] = ACTIONS(2302), + [anon_sym_final] = ACTIONS(2302), + [anon_sym_inout] = ACTIONS(2302), + [anon_sym_ATescaping] = ACTIONS(2302), + [anon_sym_ATautoclosure] = ACTIONS(2302), + [anon_sym_weak] = ACTIONS(2302), + [anon_sym_unowned] = ACTIONS(2300), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2302), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2302), + [anon_sym_borrowing] = ACTIONS(2302), + [anon_sym_consuming] = ACTIONS(2302), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2302), + [sym__dot_custom] = ACTIONS(2302), + [sym__eq_custom] = ACTIONS(2302), + [sym__throws_keyword] = ACTIONS(2302), + [sym__rethrows_keyword] = ACTIONS(2302), + [sym__async_keyword_custom] = ACTIONS(2302), + }, + [STATE(1743)] = { + [sym__immediate_quest] = STATE(1743), + [aux_sym_optional_type_repeat1] = STATE(1743), + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2144), + [anon_sym_async] = ACTIONS(2144), + [anon_sym_lazy] = ACTIONS(2144), + [anon_sym_package] = ACTIONS(2144), + [anon_sym_COMMA] = ACTIONS(2144), + [anon_sym_COLON] = ACTIONS(2144), + [anon_sym_DOT] = ACTIONS(2144), + [anon_sym_QMARK] = ACTIONS(2142), + [anon_sym_QMARK2] = ACTIONS(4339), + [anon_sym_AMP] = ACTIONS(2144), + [anon_sym_LBRACE] = ACTIONS(2144), + [anon_sym_RBRACE] = ACTIONS(2144), + [anon_sym_case] = ACTIONS(2144), + [anon_sym_import] = ACTIONS(2144), + [anon_sym_typealias] = ACTIONS(2144), + [anon_sym_struct] = ACTIONS(2144), + [anon_sym_class] = ACTIONS(2144), + [anon_sym_enum] = ACTIONS(2144), + [anon_sym_protocol] = ACTIONS(2144), + [anon_sym_let] = ACTIONS(2144), + [anon_sym_var] = ACTIONS(2144), + [anon_sym_func] = ACTIONS(2144), + [anon_sym_extension] = ACTIONS(2144), + [anon_sym_indirect] = ACTIONS(2144), + [anon_sym_init] = ACTIONS(2144), + [anon_sym_deinit] = ACTIONS(2144), + [anon_sym_subscript] = ACTIONS(2144), + [anon_sym_prefix] = ACTIONS(2144), + [anon_sym_infix] = ACTIONS(2144), + [anon_sym_postfix] = ACTIONS(2144), + [anon_sym_precedencegroup] = ACTIONS(2144), + [anon_sym_associatedtype] = ACTIONS(2144), + [anon_sym_AT] = ACTIONS(2142), + [anon_sym_override] = ACTIONS(2144), + [anon_sym_convenience] = ACTIONS(2144), + [anon_sym_required] = ACTIONS(2144), + [anon_sym_nonisolated] = ACTIONS(2144), + [anon_sym_public] = ACTIONS(2144), + [anon_sym_private] = ACTIONS(2144), + [anon_sym_internal] = ACTIONS(2144), + [anon_sym_fileprivate] = ACTIONS(2144), + [anon_sym_open] = ACTIONS(2144), + [anon_sym_mutating] = ACTIONS(2144), + [anon_sym_nonmutating] = ACTIONS(2144), + [anon_sym_static] = ACTIONS(2144), + [anon_sym_dynamic] = ACTIONS(2144), + [anon_sym_optional] = ACTIONS(2144), + [anon_sym_distributed] = ACTIONS(2144), + [anon_sym_final] = ACTIONS(2144), + [anon_sym_inout] = ACTIONS(2144), + [anon_sym_ATescaping] = ACTIONS(2144), + [anon_sym_ATautoclosure] = ACTIONS(2144), + [anon_sym_weak] = ACTIONS(2144), + [anon_sym_unowned] = ACTIONS(2142), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2144), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2144), + [anon_sym_borrowing] = ACTIONS(2144), + [anon_sym_consuming] = ACTIONS(2144), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2144), + [sym__eq_custom] = ACTIONS(2144), + [sym__throws_keyword] = ACTIONS(2144), + [sym__rethrows_keyword] = ACTIONS(2144), + [sym_where_keyword] = ACTIONS(2144), + [sym__as_custom] = ACTIONS(2144), + [sym__async_keyword_custom] = ACTIONS(2144), + }, + [STATE(1744)] = { + [sym_type_arguments] = STATE(1797), + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2193), + [anon_sym_async] = ACTIONS(2193), + [anon_sym_lazy] = ACTIONS(2193), + [anon_sym_package] = ACTIONS(2193), + [anon_sym_RPAREN] = ACTIONS(2193), + [anon_sym_COMMA] = ACTIONS(2193), + [anon_sym_BANG2] = ACTIONS(2193), + [anon_sym_DOT] = ACTIONS(2191), + [anon_sym_QMARK2] = ACTIONS(2193), + [anon_sym_AMP] = ACTIONS(2193), + [anon_sym_LT] = ACTIONS(4342), + [anon_sym_LBRACE] = ACTIONS(2193), + [anon_sym_RBRACE] = ACTIONS(2193), + [anon_sym_case] = ACTIONS(2193), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2193), + [anon_sym_import] = ACTIONS(2193), + [anon_sym_typealias] = ACTIONS(2193), + [anon_sym_struct] = ACTIONS(2193), + [anon_sym_class] = ACTIONS(2193), + [anon_sym_enum] = ACTIONS(2193), + [anon_sym_protocol] = ACTIONS(2193), + [anon_sym_let] = ACTIONS(2193), + [anon_sym_var] = ACTIONS(2193), + [anon_sym_func] = ACTIONS(2193), + [anon_sym_extension] = ACTIONS(2193), + [anon_sym_indirect] = ACTIONS(2193), + [anon_sym_init] = ACTIONS(2193), + [anon_sym_deinit] = ACTIONS(2193), + [anon_sym_subscript] = ACTIONS(2193), + [anon_sym_prefix] = ACTIONS(2193), + [anon_sym_infix] = ACTIONS(2193), + [anon_sym_postfix] = ACTIONS(2193), + [anon_sym_precedencegroup] = ACTIONS(2193), + [anon_sym_associatedtype] = ACTIONS(2193), + [anon_sym_AT] = ACTIONS(2191), + [anon_sym_override] = ACTIONS(2193), + [anon_sym_convenience] = ACTIONS(2193), + [anon_sym_required] = ACTIONS(2193), + [anon_sym_nonisolated] = ACTIONS(2193), + [anon_sym_public] = ACTIONS(2193), + [anon_sym_private] = ACTIONS(2193), + [anon_sym_internal] = ACTIONS(2193), + [anon_sym_fileprivate] = ACTIONS(2193), + [anon_sym_open] = ACTIONS(2193), + [anon_sym_mutating] = ACTIONS(2193), + [anon_sym_nonmutating] = ACTIONS(2193), + [anon_sym_static] = ACTIONS(2193), + [anon_sym_dynamic] = ACTIONS(2193), + [anon_sym_optional] = ACTIONS(2193), + [anon_sym_distributed] = ACTIONS(2193), + [anon_sym_final] = ACTIONS(2193), + [anon_sym_inout] = ACTIONS(2193), + [anon_sym_ATescaping] = ACTIONS(2193), + [anon_sym_ATautoclosure] = ACTIONS(2193), + [anon_sym_weak] = ACTIONS(2193), + [anon_sym_unowned] = ACTIONS(2191), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2193), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2193), + [anon_sym_borrowing] = ACTIONS(2193), + [anon_sym_consuming] = ACTIONS(2193), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2193), + [sym__dot_custom] = ACTIONS(2193), + [sym__eq_custom] = ACTIONS(2193), + [sym__throws_keyword] = ACTIONS(2193), + [sym__rethrows_keyword] = ACTIONS(2193), + [sym__async_keyword_custom] = ACTIONS(2193), + }, + [STATE(1745)] = { + [sym_simple_identifier] = STATE(6778), + [sym__contextual_simple_identifier] = STATE(6937), + [sym__parameter_ownership_modifier] = STATE(6937), + [ts_builtin_sym_end] = ACTIONS(619), + [anon_sym_BANG] = ACTIONS(625), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(2884), + [aux_sym_simple_identifier_token2] = ACTIONS(2886), + [aux_sym_simple_identifier_token3] = ACTIONS(2886), + [aux_sym_simple_identifier_token4] = ACTIONS(2886), + [anon_sym_actor] = ACTIONS(2884), + [anon_sym_async] = ACTIONS(2884), + [anon_sym_each] = ACTIONS(2884), + [anon_sym_lazy] = ACTIONS(2884), + [anon_sym_repeat] = ACTIONS(2884), + [anon_sym_package] = ACTIONS(2884), + [anon_sym_LPAREN] = ACTIONS(619), + [anon_sym_LBRACK] = ACTIONS(619), + [anon_sym_QMARK] = ACTIONS(625), + [anon_sym_QMARK2] = ACTIONS(619), + [anon_sym_AMP] = ACTIONS(619), + [aux_sym_custom_operator_token1] = ACTIONS(619), + [anon_sym_LT] = ACTIONS(625), + [anon_sym_GT] = ACTIONS(625), + [anon_sym_LBRACE] = ACTIONS(619), + [anon_sym_CARET_LBRACE] = ACTIONS(619), + [anon_sym_RBRACE] = ACTIONS(619), + [anon_sym_PLUS_EQ] = ACTIONS(619), + [anon_sym_DASH_EQ] = ACTIONS(619), + [anon_sym_STAR_EQ] = ACTIONS(619), + [anon_sym_SLASH_EQ] = ACTIONS(619), + [anon_sym_PERCENT_EQ] = ACTIONS(619), + [anon_sym_BANG_EQ] = ACTIONS(625), + [anon_sym_BANG_EQ_EQ] = ACTIONS(619), + [anon_sym_EQ_EQ_EQ] = ACTIONS(619), + [anon_sym_LT_EQ] = ACTIONS(619), + [anon_sym_GT_EQ] = ACTIONS(619), + [anon_sym_DOT_DOT_DOT] = ACTIONS(619), + [anon_sym_DOT_DOT_LT] = ACTIONS(619), + [anon_sym_is] = ACTIONS(625), + [anon_sym_PLUS] = ACTIONS(625), + [anon_sym_DASH] = ACTIONS(625), + [anon_sym_STAR] = ACTIONS(625), + [anon_sym_SLASH] = ACTIONS(625), + [anon_sym_PERCENT] = ACTIONS(625), + [anon_sym_PLUS_PLUS] = ACTIONS(619), + [anon_sym_DASH_DASH] = ACTIONS(619), + [anon_sym_PIPE] = ACTIONS(619), + [anon_sym_CARET] = ACTIONS(625), + [anon_sym_LT_LT] = ACTIONS(619), + [anon_sym_GT_GT] = ACTIONS(619), + [anon_sym_borrowing] = ACTIONS(2884), + [anon_sym_consuming] = ACTIONS(2884), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(619), + [sym__explicit_semi] = ACTIONS(619), + [sym__dot_custom] = ACTIONS(619), + [sym__conjunction_operator_custom] = ACTIONS(619), + [sym__disjunction_operator_custom] = ACTIONS(619), + [sym__nil_coalescing_operator_custom] = ACTIONS(619), + [sym__eq_custom] = ACTIONS(619), + [sym__eq_eq_custom] = ACTIONS(619), + [sym__plus_then_ws] = ACTIONS(619), + [sym__minus_then_ws] = ACTIONS(619), + [sym__bang_custom] = ACTIONS(619), + [sym__as_custom] = ACTIONS(619), + [sym__as_quest_custom] = ACTIONS(619), + [sym__as_bang_custom] = ACTIONS(619), + [sym__custom_operator] = ACTIONS(619), + }, + [STATE(1746)] = { + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2302), + [anon_sym_async] = ACTIONS(2302), + [anon_sym_lazy] = ACTIONS(2302), + [anon_sym_package] = ACTIONS(2302), + [anon_sym_COMMA] = ACTIONS(2302), + [anon_sym_COLON] = ACTIONS(2302), + [anon_sym_DOT] = ACTIONS(2302), + [anon_sym_QMARK] = ACTIONS(2300), + [anon_sym_QMARK2] = ACTIONS(2302), + [anon_sym_AMP] = ACTIONS(2302), + [anon_sym_LT] = ACTIONS(2302), + [anon_sym_LBRACE] = ACTIONS(2302), + [anon_sym_RBRACE] = ACTIONS(2302), + [anon_sym_case] = ACTIONS(2302), + [anon_sym_import] = ACTIONS(2302), + [anon_sym_typealias] = ACTIONS(2302), + [anon_sym_struct] = ACTIONS(2302), + [anon_sym_class] = ACTIONS(2302), + [anon_sym_enum] = ACTIONS(2302), + [anon_sym_protocol] = ACTIONS(2302), + [anon_sym_let] = ACTIONS(2302), + [anon_sym_var] = ACTIONS(2302), + [anon_sym_func] = ACTIONS(2302), + [anon_sym_extension] = ACTIONS(2302), + [anon_sym_indirect] = ACTIONS(2302), + [anon_sym_init] = ACTIONS(2302), + [anon_sym_deinit] = ACTIONS(2302), + [anon_sym_subscript] = ACTIONS(2302), + [anon_sym_prefix] = ACTIONS(2302), + [anon_sym_infix] = ACTIONS(2302), + [anon_sym_postfix] = ACTIONS(2302), + [anon_sym_precedencegroup] = ACTIONS(2302), + [anon_sym_associatedtype] = ACTIONS(2302), + [anon_sym_AT] = ACTIONS(2300), + [anon_sym_override] = ACTIONS(2302), + [anon_sym_convenience] = ACTIONS(2302), + [anon_sym_required] = ACTIONS(2302), + [anon_sym_nonisolated] = ACTIONS(2302), + [anon_sym_public] = ACTIONS(2302), + [anon_sym_private] = ACTIONS(2302), + [anon_sym_internal] = ACTIONS(2302), + [anon_sym_fileprivate] = ACTIONS(2302), + [anon_sym_open] = ACTIONS(2302), + [anon_sym_mutating] = ACTIONS(2302), + [anon_sym_nonmutating] = ACTIONS(2302), + [anon_sym_static] = ACTIONS(2302), + [anon_sym_dynamic] = ACTIONS(2302), + [anon_sym_optional] = ACTIONS(2302), + [anon_sym_distributed] = ACTIONS(2302), + [anon_sym_final] = ACTIONS(2302), + [anon_sym_inout] = ACTIONS(2302), + [anon_sym_ATescaping] = ACTIONS(2302), + [anon_sym_ATautoclosure] = ACTIONS(2302), + [anon_sym_weak] = ACTIONS(2302), + [anon_sym_unowned] = ACTIONS(2300), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2302), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2302), + [anon_sym_borrowing] = ACTIONS(2302), + [anon_sym_consuming] = ACTIONS(2302), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2302), + [sym__dot_custom] = ACTIONS(2302), + [sym__eq_custom] = ACTIONS(2302), + [sym__throws_keyword] = ACTIONS(2302), + [sym__rethrows_keyword] = ACTIONS(2302), + [sym_where_keyword] = ACTIONS(2302), + [sym__as_custom] = ACTIONS(2302), + [sym__async_keyword_custom] = ACTIONS(2302), + }, + [STATE(1747)] = { + [sym__immediate_quest] = STATE(1917), + [sym__arrow_operator] = STATE(4328), + [sym__async_keyword] = STATE(7047), + [sym_throws] = STATE(8881), + [sym_throws_clause] = STATE(8881), + [aux_sym_optional_type_repeat1] = STATE(1917), + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2087), + [anon_sym_async] = ACTIONS(2087), + [anon_sym_lazy] = ACTIONS(2087), + [anon_sym_package] = ACTIONS(2087), + [anon_sym_COMMA] = ACTIONS(2087), + [anon_sym_BANG2] = ACTIONS(2087), + [anon_sym_DOT] = ACTIONS(2087), + [anon_sym_QMARK2] = ACTIONS(4344), + [anon_sym_AMP] = ACTIONS(2087), + [anon_sym_LBRACE] = ACTIONS(2087), + [anon_sym_RBRACE] = ACTIONS(2087), + [anon_sym_case] = ACTIONS(2087), + [anon_sym_import] = ACTIONS(2087), + [anon_sym_typealias] = ACTIONS(2087), + [anon_sym_struct] = ACTIONS(2087), + [anon_sym_class] = ACTIONS(2087), + [anon_sym_enum] = ACTIONS(2087), + [anon_sym_protocol] = ACTIONS(2087), + [anon_sym_let] = ACTIONS(2087), + [anon_sym_var] = ACTIONS(2087), + [anon_sym_func] = ACTIONS(2087), + [anon_sym_extension] = ACTIONS(2087), + [anon_sym_indirect] = ACTIONS(2087), + [anon_sym_init] = ACTIONS(2087), + [anon_sym_deinit] = ACTIONS(2087), + [anon_sym_subscript] = ACTIONS(2087), + [anon_sym_prefix] = ACTIONS(2087), + [anon_sym_infix] = ACTIONS(2087), + [anon_sym_postfix] = ACTIONS(2087), + [anon_sym_precedencegroup] = ACTIONS(2087), + [anon_sym_associatedtype] = ACTIONS(2087), + [anon_sym_AT] = ACTIONS(2085), + [anon_sym_override] = ACTIONS(2087), + [anon_sym_convenience] = ACTIONS(2087), + [anon_sym_required] = ACTIONS(2087), + [anon_sym_nonisolated] = ACTIONS(2087), + [anon_sym_public] = ACTIONS(2087), + [anon_sym_private] = ACTIONS(2087), + [anon_sym_internal] = ACTIONS(2087), + [anon_sym_fileprivate] = ACTIONS(2087), + [anon_sym_open] = ACTIONS(2087), + [anon_sym_mutating] = ACTIONS(2087), + [anon_sym_nonmutating] = ACTIONS(2087), + [anon_sym_static] = ACTIONS(2087), + [anon_sym_dynamic] = ACTIONS(2087), + [anon_sym_optional] = ACTIONS(2087), + [anon_sym_distributed] = ACTIONS(2087), + [anon_sym_final] = ACTIONS(2087), + [anon_sym_inout] = ACTIONS(2087), + [anon_sym_ATescaping] = ACTIONS(2087), + [anon_sym_ATautoclosure] = ACTIONS(2087), + [anon_sym_weak] = ACTIONS(2087), + [anon_sym_unowned] = ACTIONS(2085), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2087), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2087), + [anon_sym_borrowing] = ACTIONS(2087), + [anon_sym_consuming] = ACTIONS(2087), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(4346), + [sym__throws_keyword] = ACTIONS(2093), + [sym__rethrows_keyword] = ACTIONS(2095), + [sym__async_keyword_custom] = ACTIONS(4348), + }, + [STATE(1748)] = { + [sym_simple_identifier] = STATE(9096), + [sym__contextual_simple_identifier] = STATE(5063), + [sym__parameter_ownership_modifier] = STATE(5063), + [aux_sym__fn_call_lambda_arguments_repeat1] = STATE(1750), + [anon_sym_BANG] = ACTIONS(2125), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(2112), + [aux_sym_simple_identifier_token2] = ACTIONS(2114), + [aux_sym_simple_identifier_token3] = ACTIONS(2114), + [aux_sym_simple_identifier_token4] = ACTIONS(2114), + [anon_sym_actor] = ACTIONS(2112), + [anon_sym_async] = ACTIONS(2112), + [anon_sym_each] = ACTIONS(2112), + [anon_sym_lazy] = ACTIONS(2112), + [anon_sym_repeat] = ACTIONS(2112), + [anon_sym_package] = ACTIONS(2112), + [anon_sym_COMMA] = ACTIONS(2130), + [anon_sym_COLON] = ACTIONS(2130), + [anon_sym_LPAREN] = ACTIONS(2130), + [anon_sym_LBRACK] = ACTIONS(2130), + [anon_sym_QMARK] = ACTIONS(2125), + [anon_sym_QMARK2] = ACTIONS(2130), + [anon_sym_AMP] = ACTIONS(2130), + [aux_sym_custom_operator_token1] = ACTIONS(2130), + [anon_sym_LT] = ACTIONS(2125), + [anon_sym_GT] = ACTIONS(2125), + [anon_sym_LBRACE] = ACTIONS(2130), + [anon_sym_CARET_LBRACE] = ACTIONS(2130), + [anon_sym_PLUS_EQ] = ACTIONS(2130), + [anon_sym_DASH_EQ] = ACTIONS(2130), + [anon_sym_STAR_EQ] = ACTIONS(2130), + [anon_sym_SLASH_EQ] = ACTIONS(2130), + [anon_sym_PERCENT_EQ] = ACTIONS(2130), + [anon_sym_BANG_EQ] = ACTIONS(2125), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2130), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2130), + [anon_sym_LT_EQ] = ACTIONS(2130), + [anon_sym_GT_EQ] = ACTIONS(2130), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2130), + [anon_sym_DOT_DOT_LT] = ACTIONS(2130), + [anon_sym_is] = ACTIONS(2125), + [anon_sym_PLUS] = ACTIONS(2125), + [anon_sym_DASH] = ACTIONS(2125), + [anon_sym_STAR] = ACTIONS(2125), + [anon_sym_SLASH] = ACTIONS(2125), + [anon_sym_PERCENT] = ACTIONS(2125), + [anon_sym_PLUS_PLUS] = ACTIONS(2130), + [anon_sym_DASH_DASH] = ACTIONS(2130), + [anon_sym_PIPE] = ACTIONS(2130), + [anon_sym_CARET] = ACTIONS(2125), + [anon_sym_LT_LT] = ACTIONS(2130), + [anon_sym_GT_GT] = ACTIONS(2130), + [anon_sym_borrowing] = ACTIONS(2112), + [anon_sym_consuming] = ACTIONS(2112), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2130), + [sym__conjunction_operator_custom] = ACTIONS(2130), + [sym__disjunction_operator_custom] = ACTIONS(2130), + [sym__nil_coalescing_operator_custom] = ACTIONS(2130), + [sym__eq_custom] = ACTIONS(2130), + [sym__eq_eq_custom] = ACTIONS(2130), + [sym__plus_then_ws] = ACTIONS(2130), + [sym__minus_then_ws] = ACTIONS(2130), + [sym__bang_custom] = ACTIONS(2130), + [sym_where_keyword] = ACTIONS(2130), + [sym__as_custom] = ACTIONS(2130), + [sym__as_quest_custom] = ACTIONS(2130), + [sym__as_bang_custom] = ACTIONS(2130), + [sym__custom_operator] = ACTIONS(2130), + }, + [STATE(1749)] = { + [sym__arrow_operator] = STATE(4334), + [sym__async_keyword] = STATE(7048), + [sym_throws] = STATE(8887), + [sym_throws_clause] = STATE(8887), + [aux_sym_protocol_composition_type_repeat1] = STATE(1923), + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2177), + [anon_sym_async] = ACTIONS(2177), + [anon_sym_lazy] = ACTIONS(2177), + [anon_sym_package] = ACTIONS(2177), + [anon_sym_COMMA] = ACTIONS(2177), + [anon_sym_BANG2] = ACTIONS(2177), + [anon_sym_DOT] = ACTIONS(4295), + [anon_sym_AMP] = ACTIONS(4297), + [anon_sym_LBRACE] = ACTIONS(2177), + [anon_sym_RBRACE] = ACTIONS(2177), + [anon_sym_case] = ACTIONS(2177), + [anon_sym_import] = ACTIONS(2177), + [anon_sym_typealias] = ACTIONS(2177), + [anon_sym_struct] = ACTIONS(2177), + [anon_sym_class] = ACTIONS(2177), + [anon_sym_enum] = ACTIONS(2177), + [anon_sym_protocol] = ACTIONS(2177), + [anon_sym_let] = ACTIONS(2177), + [anon_sym_var] = ACTIONS(2177), + [anon_sym_func] = ACTIONS(2177), + [anon_sym_extension] = ACTIONS(2177), + [anon_sym_indirect] = ACTIONS(2177), + [anon_sym_init] = ACTIONS(2177), + [anon_sym_deinit] = ACTIONS(2177), + [anon_sym_subscript] = ACTIONS(2177), + [anon_sym_prefix] = ACTIONS(2177), + [anon_sym_infix] = ACTIONS(2177), + [anon_sym_postfix] = ACTIONS(2177), + [anon_sym_precedencegroup] = ACTIONS(2177), + [anon_sym_associatedtype] = ACTIONS(2177), + [anon_sym_AT] = ACTIONS(2175), + [anon_sym_override] = ACTIONS(2177), + [anon_sym_convenience] = ACTIONS(2177), + [anon_sym_required] = ACTIONS(2177), + [anon_sym_nonisolated] = ACTIONS(2177), + [anon_sym_public] = ACTIONS(2177), + [anon_sym_private] = ACTIONS(2177), + [anon_sym_internal] = ACTIONS(2177), + [anon_sym_fileprivate] = ACTIONS(2177), + [anon_sym_open] = ACTIONS(2177), + [anon_sym_mutating] = ACTIONS(2177), + [anon_sym_nonmutating] = ACTIONS(2177), + [anon_sym_static] = ACTIONS(2177), + [anon_sym_dynamic] = ACTIONS(2177), + [anon_sym_optional] = ACTIONS(2177), + [anon_sym_distributed] = ACTIONS(2177), + [anon_sym_final] = ACTIONS(2177), + [anon_sym_inout] = ACTIONS(2177), + [anon_sym_ATescaping] = ACTIONS(2177), + [anon_sym_ATautoclosure] = ACTIONS(2177), + [anon_sym_weak] = ACTIONS(2177), + [anon_sym_unowned] = ACTIONS(2175), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2177), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2177), + [anon_sym_borrowing] = ACTIONS(2177), + [anon_sym_consuming] = ACTIONS(2177), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(4278), + [sym__eq_custom] = ACTIONS(2177), + [sym__throws_keyword] = ACTIONS(2093), + [sym__rethrows_keyword] = ACTIONS(2095), + [sym_where_keyword] = ACTIONS(2177), + [sym__async_keyword_custom] = ACTIONS(4280), + }, + [STATE(1750)] = { + [sym_simple_identifier] = STATE(9096), + [sym__contextual_simple_identifier] = STATE(5063), + [sym__parameter_ownership_modifier] = STATE(5063), + [aux_sym__fn_call_lambda_arguments_repeat1] = STATE(1750), + [anon_sym_BANG] = ACTIONS(2132), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(2134), + [aux_sym_simple_identifier_token2] = ACTIONS(2137), + [aux_sym_simple_identifier_token3] = ACTIONS(2137), + [aux_sym_simple_identifier_token4] = ACTIONS(2137), + [anon_sym_actor] = ACTIONS(2134), + [anon_sym_async] = ACTIONS(2134), + [anon_sym_each] = ACTIONS(2134), + [anon_sym_lazy] = ACTIONS(2134), + [anon_sym_repeat] = ACTIONS(2134), + [anon_sym_package] = ACTIONS(2134), + [anon_sym_COMMA] = ACTIONS(2140), + [anon_sym_COLON] = ACTIONS(2140), + [anon_sym_LPAREN] = ACTIONS(2140), + [anon_sym_LBRACK] = ACTIONS(2140), + [anon_sym_QMARK] = ACTIONS(2132), + [anon_sym_QMARK2] = ACTIONS(2140), + [anon_sym_AMP] = ACTIONS(2140), + [aux_sym_custom_operator_token1] = ACTIONS(2140), + [anon_sym_LT] = ACTIONS(2132), + [anon_sym_GT] = ACTIONS(2132), + [anon_sym_LBRACE] = ACTIONS(2140), + [anon_sym_CARET_LBRACE] = ACTIONS(2140), + [anon_sym_PLUS_EQ] = ACTIONS(2140), + [anon_sym_DASH_EQ] = ACTIONS(2140), + [anon_sym_STAR_EQ] = ACTIONS(2140), + [anon_sym_SLASH_EQ] = ACTIONS(2140), + [anon_sym_PERCENT_EQ] = ACTIONS(2140), + [anon_sym_BANG_EQ] = ACTIONS(2132), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2140), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2140), + [anon_sym_LT_EQ] = ACTIONS(2140), + [anon_sym_GT_EQ] = ACTIONS(2140), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2140), + [anon_sym_DOT_DOT_LT] = ACTIONS(2140), + [anon_sym_is] = ACTIONS(2132), + [anon_sym_PLUS] = ACTIONS(2132), + [anon_sym_DASH] = ACTIONS(2132), + [anon_sym_STAR] = ACTIONS(2132), + [anon_sym_SLASH] = ACTIONS(2132), + [anon_sym_PERCENT] = ACTIONS(2132), + [anon_sym_PLUS_PLUS] = ACTIONS(2140), + [anon_sym_DASH_DASH] = ACTIONS(2140), + [anon_sym_PIPE] = ACTIONS(2140), + [anon_sym_CARET] = ACTIONS(2132), + [anon_sym_LT_LT] = ACTIONS(2140), + [anon_sym_GT_GT] = ACTIONS(2140), + [anon_sym_borrowing] = ACTIONS(2134), + [anon_sym_consuming] = ACTIONS(2134), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2140), + [sym__conjunction_operator_custom] = ACTIONS(2140), + [sym__disjunction_operator_custom] = ACTIONS(2140), + [sym__nil_coalescing_operator_custom] = ACTIONS(2140), + [sym__eq_custom] = ACTIONS(2140), + [sym__eq_eq_custom] = ACTIONS(2140), + [sym__plus_then_ws] = ACTIONS(2140), + [sym__minus_then_ws] = ACTIONS(2140), + [sym__bang_custom] = ACTIONS(2140), + [sym_where_keyword] = ACTIONS(2140), + [sym__as_custom] = ACTIONS(2140), + [sym__as_quest_custom] = ACTIONS(2140), + [sym__as_bang_custom] = ACTIONS(2140), + [sym__custom_operator] = ACTIONS(2140), + }, + [STATE(1751)] = { + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2215), + [anon_sym_async] = ACTIONS(2215), + [anon_sym_lazy] = ACTIONS(2215), + [anon_sym_package] = ACTIONS(2215), + [anon_sym_COMMA] = ACTIONS(2215), + [anon_sym_COLON] = ACTIONS(2215), + [anon_sym_DOT] = ACTIONS(2215), + [anon_sym_QMARK] = ACTIONS(2213), + [anon_sym_QMARK2] = ACTIONS(2215), + [anon_sym_AMP] = ACTIONS(2215), + [anon_sym_LBRACE] = ACTIONS(2215), + [anon_sym_RBRACE] = ACTIONS(2215), + [anon_sym_case] = ACTIONS(2215), + [anon_sym_import] = ACTIONS(2215), + [anon_sym_typealias] = ACTIONS(2215), + [anon_sym_struct] = ACTIONS(2215), + [anon_sym_class] = ACTIONS(2215), + [anon_sym_enum] = ACTIONS(2215), + [anon_sym_protocol] = ACTIONS(2215), + [anon_sym_let] = ACTIONS(2215), + [anon_sym_var] = ACTIONS(2215), + [anon_sym_func] = ACTIONS(2215), + [anon_sym_extension] = ACTIONS(2215), + [anon_sym_indirect] = ACTIONS(2215), + [anon_sym_init] = ACTIONS(2215), + [anon_sym_deinit] = ACTIONS(2215), + [anon_sym_subscript] = ACTIONS(2215), + [anon_sym_prefix] = ACTIONS(2215), + [anon_sym_infix] = ACTIONS(2215), + [anon_sym_postfix] = ACTIONS(2215), + [anon_sym_precedencegroup] = ACTIONS(2215), + [anon_sym_associatedtype] = ACTIONS(2215), + [anon_sym_AT] = ACTIONS(2213), + [anon_sym_override] = ACTIONS(2215), + [anon_sym_convenience] = ACTIONS(2215), + [anon_sym_required] = ACTIONS(2215), + [anon_sym_nonisolated] = ACTIONS(2215), + [anon_sym_public] = ACTIONS(2215), + [anon_sym_private] = ACTIONS(2215), + [anon_sym_internal] = ACTIONS(2215), + [anon_sym_fileprivate] = ACTIONS(2215), + [anon_sym_open] = ACTIONS(2215), + [anon_sym_mutating] = ACTIONS(2215), + [anon_sym_nonmutating] = ACTIONS(2215), + [anon_sym_static] = ACTIONS(2215), + [anon_sym_dynamic] = ACTIONS(2215), + [anon_sym_optional] = ACTIONS(2215), + [anon_sym_distributed] = ACTIONS(2215), + [anon_sym_final] = ACTIONS(2215), + [anon_sym_inout] = ACTIONS(2215), + [anon_sym_ATescaping] = ACTIONS(2215), + [anon_sym_ATautoclosure] = ACTIONS(2215), + [anon_sym_weak] = ACTIONS(2215), + [anon_sym_unowned] = ACTIONS(2213), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2215), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2215), + [anon_sym_borrowing] = ACTIONS(2215), + [anon_sym_consuming] = ACTIONS(2215), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2215), + [sym__dot_custom] = ACTIONS(2215), + [sym__eq_custom] = ACTIONS(2215), + [sym__throws_keyword] = ACTIONS(2215), + [sym__rethrows_keyword] = ACTIONS(2215), + [sym_where_keyword] = ACTIONS(2215), + [sym__as_custom] = ACTIONS(2215), + [sym__async_keyword_custom] = ACTIONS(2215), + }, + [STATE(1752)] = { + [ts_builtin_sym_end] = ACTIONS(2329), + [anon_sym_BANG] = ACTIONS(2323), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(2325), + [aux_sym_simple_identifier_token2] = ACTIONS(2327), + [aux_sym_simple_identifier_token3] = ACTIONS(2327), + [aux_sym_simple_identifier_token4] = ACTIONS(2327), + [anon_sym_actor] = ACTIONS(2325), + [anon_sym_async] = ACTIONS(2325), + [anon_sym_each] = ACTIONS(2325), + [anon_sym_lazy] = ACTIONS(2325), + [anon_sym_repeat] = ACTIONS(2325), + [anon_sym_package] = ACTIONS(2325), + [anon_sym_COMMA] = ACTIONS(2329), + [anon_sym_LPAREN] = ACTIONS(2329), + [anon_sym_LBRACK] = ACTIONS(2329), + [anon_sym_QMARK] = ACTIONS(2323), + [anon_sym_QMARK2] = ACTIONS(2329), + [anon_sym_AMP] = ACTIONS(2329), + [aux_sym_custom_operator_token1] = ACTIONS(2329), + [anon_sym_LT] = ACTIONS(2323), + [anon_sym_GT] = ACTIONS(2323), + [anon_sym_LBRACE] = ACTIONS(2329), + [anon_sym_CARET_LBRACE] = ACTIONS(2329), + [anon_sym_RBRACE] = ACTIONS(2329), + [anon_sym_PLUS_EQ] = ACTIONS(2329), + [anon_sym_DASH_EQ] = ACTIONS(2329), + [anon_sym_STAR_EQ] = ACTIONS(2329), + [anon_sym_SLASH_EQ] = ACTIONS(2329), + [anon_sym_PERCENT_EQ] = ACTIONS(2329), + [anon_sym_BANG_EQ] = ACTIONS(2323), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2329), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2329), + [anon_sym_LT_EQ] = ACTIONS(2329), + [anon_sym_GT_EQ] = ACTIONS(2329), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2329), + [anon_sym_DOT_DOT_LT] = ACTIONS(2329), + [anon_sym_is] = ACTIONS(2323), + [anon_sym_PLUS] = ACTIONS(2323), + [anon_sym_DASH] = ACTIONS(2323), + [anon_sym_STAR] = ACTIONS(2323), + [anon_sym_SLASH] = ACTIONS(2323), + [anon_sym_PERCENT] = ACTIONS(2323), + [anon_sym_PLUS_PLUS] = ACTIONS(2329), + [anon_sym_DASH_DASH] = ACTIONS(2329), + [anon_sym_PIPE] = ACTIONS(2329), + [anon_sym_CARET] = ACTIONS(2323), + [anon_sym_LT_LT] = ACTIONS(2329), + [anon_sym_GT_GT] = ACTIONS(2329), + [anon_sym_borrowing] = ACTIONS(2325), + [anon_sym_consuming] = ACTIONS(2325), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2329), + [sym__explicit_semi] = ACTIONS(2329), + [sym__dot_custom] = ACTIONS(2329), + [sym__conjunction_operator_custom] = ACTIONS(2329), + [sym__disjunction_operator_custom] = ACTIONS(2329), + [sym__nil_coalescing_operator_custom] = ACTIONS(2329), + [sym__eq_custom] = ACTIONS(2329), + [sym__eq_eq_custom] = ACTIONS(2329), + [sym__plus_then_ws] = ACTIONS(2329), + [sym__minus_then_ws] = ACTIONS(2329), + [sym__bang_custom] = ACTIONS(2329), + [sym_where_keyword] = ACTIONS(2329), + [sym__as_custom] = ACTIONS(2329), + [sym__as_quest_custom] = ACTIONS(2329), + [sym__as_bang_custom] = ACTIONS(2329), + [sym__custom_operator] = ACTIONS(2329), + }, + [STATE(1753)] = { + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2101), + [anon_sym_async] = ACTIONS(2101), + [anon_sym_lazy] = ACTIONS(2101), + [anon_sym_package] = ACTIONS(2101), + [anon_sym_COMMA] = ACTIONS(2101), + [anon_sym_COLON] = ACTIONS(2101), + [anon_sym_DOT] = ACTIONS(2101), + [anon_sym_QMARK] = ACTIONS(2099), + [anon_sym_QMARK2] = ACTIONS(2101), + [anon_sym_AMP] = ACTIONS(2101), + [anon_sym_LBRACE] = ACTIONS(2101), + [anon_sym_RBRACE] = ACTIONS(2101), + [anon_sym_case] = ACTIONS(2101), + [anon_sym_import] = ACTIONS(2101), + [anon_sym_typealias] = ACTIONS(2101), + [anon_sym_struct] = ACTIONS(2101), + [anon_sym_class] = ACTIONS(2101), + [anon_sym_enum] = ACTIONS(2101), + [anon_sym_protocol] = ACTIONS(2101), + [anon_sym_let] = ACTIONS(2101), + [anon_sym_var] = ACTIONS(2101), + [anon_sym_func] = ACTIONS(2101), + [anon_sym_extension] = ACTIONS(2101), + [anon_sym_indirect] = ACTIONS(2101), + [anon_sym_init] = ACTIONS(2101), + [anon_sym_deinit] = ACTIONS(2101), + [anon_sym_subscript] = ACTIONS(2101), + [anon_sym_prefix] = ACTIONS(2101), + [anon_sym_infix] = ACTIONS(2101), + [anon_sym_postfix] = ACTIONS(2101), + [anon_sym_precedencegroup] = ACTIONS(2101), + [anon_sym_associatedtype] = ACTIONS(2101), + [anon_sym_AT] = ACTIONS(2099), + [anon_sym_override] = ACTIONS(2101), + [anon_sym_convenience] = ACTIONS(2101), + [anon_sym_required] = ACTIONS(2101), + [anon_sym_nonisolated] = ACTIONS(2101), + [anon_sym_public] = ACTIONS(2101), + [anon_sym_private] = ACTIONS(2101), + [anon_sym_internal] = ACTIONS(2101), + [anon_sym_fileprivate] = ACTIONS(2101), + [anon_sym_open] = ACTIONS(2101), + [anon_sym_mutating] = ACTIONS(2101), + [anon_sym_nonmutating] = ACTIONS(2101), + [anon_sym_static] = ACTIONS(2101), + [anon_sym_dynamic] = ACTIONS(2101), + [anon_sym_optional] = ACTIONS(2101), + [anon_sym_distributed] = ACTIONS(2101), + [anon_sym_final] = ACTIONS(2101), + [anon_sym_inout] = ACTIONS(2101), + [anon_sym_ATescaping] = ACTIONS(2101), + [anon_sym_ATautoclosure] = ACTIONS(2101), + [anon_sym_weak] = ACTIONS(2101), + [anon_sym_unowned] = ACTIONS(2099), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2101), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2101), + [anon_sym_borrowing] = ACTIONS(2101), + [anon_sym_consuming] = ACTIONS(2101), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2101), + [sym__dot_custom] = ACTIONS(2101), + [sym__eq_custom] = ACTIONS(2101), + [sym__throws_keyword] = ACTIONS(2101), + [sym__rethrows_keyword] = ACTIONS(2101), + [sym_where_keyword] = ACTIONS(2101), + [sym__as_custom] = ACTIONS(2101), + [sym__async_keyword_custom] = ACTIONS(2101), + }, + [STATE(1754)] = { + [sym_simple_identifier] = STATE(9024), + [sym__contextual_simple_identifier] = STATE(5063), + [sym__parameter_ownership_modifier] = STATE(5063), + [aux_sym__fn_call_lambda_arguments_repeat1] = STATE(1756), + [anon_sym_BANG] = ACTIONS(2110), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(2112), + [aux_sym_simple_identifier_token2] = ACTIONS(2114), + [aux_sym_simple_identifier_token3] = ACTIONS(2114), + [aux_sym_simple_identifier_token4] = ACTIONS(2114), + [anon_sym_actor] = ACTIONS(2112), + [anon_sym_async] = ACTIONS(2112), + [anon_sym_each] = ACTIONS(2112), + [anon_sym_lazy] = ACTIONS(2112), + [anon_sym_repeat] = ACTIONS(2112), + [anon_sym_package] = ACTIONS(2112), + [anon_sym_COMMA] = ACTIONS(2119), + [anon_sym_LPAREN] = ACTIONS(2119), + [anon_sym_LBRACK] = ACTIONS(2119), + [anon_sym_QMARK] = ACTIONS(2110), + [anon_sym_QMARK2] = ACTIONS(2119), + [anon_sym_AMP] = ACTIONS(2119), + [aux_sym_custom_operator_token1] = ACTIONS(2119), + [anon_sym_LT] = ACTIONS(2110), + [anon_sym_GT] = ACTIONS(2110), + [anon_sym_LBRACE] = ACTIONS(2119), + [anon_sym_CARET_LBRACE] = ACTIONS(2119), + [anon_sym_PLUS_EQ] = ACTIONS(2119), + [anon_sym_DASH_EQ] = ACTIONS(2119), + [anon_sym_STAR_EQ] = ACTIONS(2119), + [anon_sym_SLASH_EQ] = ACTIONS(2119), + [anon_sym_PERCENT_EQ] = ACTIONS(2119), + [anon_sym_BANG_EQ] = ACTIONS(2110), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2119), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2119), + [anon_sym_LT_EQ] = ACTIONS(2119), + [anon_sym_GT_EQ] = ACTIONS(2119), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2119), + [anon_sym_DOT_DOT_LT] = ACTIONS(2119), + [anon_sym_is] = ACTIONS(2110), + [anon_sym_PLUS] = ACTIONS(2110), + [anon_sym_DASH] = ACTIONS(2110), + [anon_sym_STAR] = ACTIONS(2110), + [anon_sym_SLASH] = ACTIONS(2110), + [anon_sym_PERCENT] = ACTIONS(2110), + [anon_sym_PLUS_PLUS] = ACTIONS(2119), + [anon_sym_DASH_DASH] = ACTIONS(2119), + [anon_sym_PIPE] = ACTIONS(2119), + [anon_sym_CARET] = ACTIONS(2110), + [anon_sym_LT_LT] = ACTIONS(2119), + [anon_sym_GT_GT] = ACTIONS(2119), + [anon_sym_borrowing] = ACTIONS(2112), + [anon_sym_consuming] = ACTIONS(2112), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2119), + [sym__conjunction_operator_custom] = ACTIONS(2119), + [sym__disjunction_operator_custom] = ACTIONS(2119), + [sym__nil_coalescing_operator_custom] = ACTIONS(2119), + [sym__eq_custom] = ACTIONS(2119), + [sym__eq_eq_custom] = ACTIONS(2119), + [sym__plus_then_ws] = ACTIONS(2119), + [sym__minus_then_ws] = ACTIONS(2119), + [sym__bang_custom] = ACTIONS(2119), + [sym_else] = ACTIONS(2119), + [sym__as_custom] = ACTIONS(2119), + [sym__as_quest_custom] = ACTIONS(2119), + [sym__as_bang_custom] = ACTIONS(2119), + [sym__custom_operator] = ACTIONS(2119), + }, + [STATE(1755)] = { + [sym_type_arguments] = STATE(1845), + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2193), + [anon_sym_async] = ACTIONS(2193), + [anon_sym_lazy] = ACTIONS(2193), + [anon_sym_package] = ACTIONS(2193), + [anon_sym_COMMA] = ACTIONS(2193), + [anon_sym_BANG2] = ACTIONS(2193), + [anon_sym_DOT] = ACTIONS(2193), + [anon_sym_QMARK2] = ACTIONS(2193), + [anon_sym_AMP] = ACTIONS(2193), + [anon_sym_LT] = ACTIONS(4350), + [anon_sym_LBRACE] = ACTIONS(2193), + [anon_sym_RBRACE] = ACTIONS(2193), + [anon_sym_case] = ACTIONS(2193), + [anon_sym_import] = ACTIONS(2193), + [anon_sym_typealias] = ACTIONS(2193), + [anon_sym_struct] = ACTIONS(2193), + [anon_sym_class] = ACTIONS(2193), + [anon_sym_enum] = ACTIONS(2193), + [anon_sym_protocol] = ACTIONS(2193), + [anon_sym_let] = ACTIONS(2193), + [anon_sym_var] = ACTIONS(2193), + [anon_sym_func] = ACTIONS(2193), + [anon_sym_extension] = ACTIONS(2193), + [anon_sym_indirect] = ACTIONS(2193), + [anon_sym_init] = ACTIONS(2193), + [anon_sym_deinit] = ACTIONS(2193), + [anon_sym_subscript] = ACTIONS(2193), + [anon_sym_prefix] = ACTIONS(2193), + [anon_sym_infix] = ACTIONS(2193), + [anon_sym_postfix] = ACTIONS(2193), + [anon_sym_precedencegroup] = ACTIONS(2193), + [anon_sym_associatedtype] = ACTIONS(2193), + [anon_sym_AT] = ACTIONS(2191), + [anon_sym_override] = ACTIONS(2193), + [anon_sym_convenience] = ACTIONS(2193), + [anon_sym_required] = ACTIONS(2193), + [anon_sym_nonisolated] = ACTIONS(2193), + [anon_sym_public] = ACTIONS(2193), + [anon_sym_private] = ACTIONS(2193), + [anon_sym_internal] = ACTIONS(2193), + [anon_sym_fileprivate] = ACTIONS(2193), + [anon_sym_open] = ACTIONS(2193), + [anon_sym_mutating] = ACTIONS(2193), + [anon_sym_nonmutating] = ACTIONS(2193), + [anon_sym_static] = ACTIONS(2193), + [anon_sym_dynamic] = ACTIONS(2193), + [anon_sym_optional] = ACTIONS(2193), + [anon_sym_distributed] = ACTIONS(2193), + [anon_sym_final] = ACTIONS(2193), + [anon_sym_inout] = ACTIONS(2193), + [anon_sym_ATescaping] = ACTIONS(2193), + [anon_sym_ATautoclosure] = ACTIONS(2193), + [anon_sym_weak] = ACTIONS(2193), + [anon_sym_unowned] = ACTIONS(2191), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2193), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2193), + [anon_sym_borrowing] = ACTIONS(2193), + [anon_sym_consuming] = ACTIONS(2193), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2193), + [sym__dot_custom] = ACTIONS(2193), + [sym__eq_custom] = ACTIONS(2193), + [sym__throws_keyword] = ACTIONS(2193), + [sym__rethrows_keyword] = ACTIONS(2193), + [sym_where_keyword] = ACTIONS(2193), + [sym__async_keyword_custom] = ACTIONS(2193), + }, + [STATE(1756)] = { + [sym_simple_identifier] = STATE(9024), + [sym__contextual_simple_identifier] = STATE(5063), + [sym__parameter_ownership_modifier] = STATE(5063), + [aux_sym__fn_call_lambda_arguments_repeat1] = STATE(1758), + [anon_sym_BANG] = ACTIONS(2125), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(2112), + [aux_sym_simple_identifier_token2] = ACTIONS(2114), + [aux_sym_simple_identifier_token3] = ACTIONS(2114), + [aux_sym_simple_identifier_token4] = ACTIONS(2114), + [anon_sym_actor] = ACTIONS(2112), + [anon_sym_async] = ACTIONS(2112), + [anon_sym_each] = ACTIONS(2112), + [anon_sym_lazy] = ACTIONS(2112), + [anon_sym_repeat] = ACTIONS(2112), + [anon_sym_package] = ACTIONS(2112), + [anon_sym_COMMA] = ACTIONS(2130), + [anon_sym_LPAREN] = ACTIONS(2130), + [anon_sym_LBRACK] = ACTIONS(2130), + [anon_sym_QMARK] = ACTIONS(2125), + [anon_sym_QMARK2] = ACTIONS(2130), + [anon_sym_AMP] = ACTIONS(2130), + [aux_sym_custom_operator_token1] = ACTIONS(2130), + [anon_sym_LT] = ACTIONS(2125), + [anon_sym_GT] = ACTIONS(2125), + [anon_sym_LBRACE] = ACTIONS(2130), + [anon_sym_CARET_LBRACE] = ACTIONS(2130), + [anon_sym_PLUS_EQ] = ACTIONS(2130), + [anon_sym_DASH_EQ] = ACTIONS(2130), + [anon_sym_STAR_EQ] = ACTIONS(2130), + [anon_sym_SLASH_EQ] = ACTIONS(2130), + [anon_sym_PERCENT_EQ] = ACTIONS(2130), + [anon_sym_BANG_EQ] = ACTIONS(2125), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2130), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2130), + [anon_sym_LT_EQ] = ACTIONS(2130), + [anon_sym_GT_EQ] = ACTIONS(2130), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2130), + [anon_sym_DOT_DOT_LT] = ACTIONS(2130), + [anon_sym_is] = ACTIONS(2125), + [anon_sym_PLUS] = ACTIONS(2125), + [anon_sym_DASH] = ACTIONS(2125), + [anon_sym_STAR] = ACTIONS(2125), + [anon_sym_SLASH] = ACTIONS(2125), + [anon_sym_PERCENT] = ACTIONS(2125), + [anon_sym_PLUS_PLUS] = ACTIONS(2130), + [anon_sym_DASH_DASH] = ACTIONS(2130), + [anon_sym_PIPE] = ACTIONS(2130), + [anon_sym_CARET] = ACTIONS(2125), + [anon_sym_LT_LT] = ACTIONS(2130), + [anon_sym_GT_GT] = ACTIONS(2130), + [anon_sym_borrowing] = ACTIONS(2112), + [anon_sym_consuming] = ACTIONS(2112), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2130), + [sym__conjunction_operator_custom] = ACTIONS(2130), + [sym__disjunction_operator_custom] = ACTIONS(2130), + [sym__nil_coalescing_operator_custom] = ACTIONS(2130), + [sym__eq_custom] = ACTIONS(2130), + [sym__eq_eq_custom] = ACTIONS(2130), + [sym__plus_then_ws] = ACTIONS(2130), + [sym__minus_then_ws] = ACTIONS(2130), + [sym__bang_custom] = ACTIONS(2130), + [sym_else] = ACTIONS(2130), + [sym__as_custom] = ACTIONS(2130), + [sym__as_quest_custom] = ACTIONS(2130), + [sym__as_bang_custom] = ACTIONS(2130), + [sym__custom_operator] = ACTIONS(2130), + }, + [STATE(1757)] = { + [sym__dot] = STATE(5542), + [aux_sym_user_type_repeat1] = STATE(1757), + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2101), + [anon_sym_async] = ACTIONS(2101), + [anon_sym_lazy] = ACTIONS(2101), + [anon_sym_package] = ACTIONS(2101), + [anon_sym_COMMA] = ACTIONS(2101), + [anon_sym_BANG2] = ACTIONS(2101), + [anon_sym_DOT] = ACTIONS(2101), + [anon_sym_QMARK2] = ACTIONS(2101), + [anon_sym_AMP] = ACTIONS(2101), + [anon_sym_LBRACE] = ACTIONS(2101), + [anon_sym_RBRACE] = ACTIONS(2101), + [anon_sym_case] = ACTIONS(2101), + [anon_sym_import] = ACTIONS(2101), + [anon_sym_typealias] = ACTIONS(2101), + [anon_sym_struct] = ACTIONS(2101), + [anon_sym_class] = ACTIONS(2101), + [anon_sym_enum] = ACTIONS(2101), + [anon_sym_protocol] = ACTIONS(2101), + [anon_sym_let] = ACTIONS(2101), + [anon_sym_var] = ACTIONS(2101), + [anon_sym_func] = ACTIONS(2101), + [anon_sym_extension] = ACTIONS(2101), + [anon_sym_indirect] = ACTIONS(2101), + [anon_sym_init] = ACTIONS(2101), + [anon_sym_deinit] = ACTIONS(2101), + [anon_sym_subscript] = ACTIONS(2101), + [anon_sym_prefix] = ACTIONS(2101), + [anon_sym_infix] = ACTIONS(2101), + [anon_sym_postfix] = ACTIONS(2101), + [anon_sym_precedencegroup] = ACTIONS(2101), + [anon_sym_associatedtype] = ACTIONS(2101), + [anon_sym_AT] = ACTIONS(2099), + [anon_sym_override] = ACTIONS(2101), + [anon_sym_convenience] = ACTIONS(2101), + [anon_sym_required] = ACTIONS(2101), + [anon_sym_nonisolated] = ACTIONS(2101), + [anon_sym_public] = ACTIONS(2101), + [anon_sym_private] = ACTIONS(2101), + [anon_sym_internal] = ACTIONS(2101), + [anon_sym_fileprivate] = ACTIONS(2101), + [anon_sym_open] = ACTIONS(2101), + [anon_sym_mutating] = ACTIONS(2101), + [anon_sym_nonmutating] = ACTIONS(2101), + [anon_sym_static] = ACTIONS(2101), + [anon_sym_dynamic] = ACTIONS(2101), + [anon_sym_optional] = ACTIONS(2101), + [anon_sym_distributed] = ACTIONS(2101), + [anon_sym_final] = ACTIONS(2101), + [anon_sym_inout] = ACTIONS(2101), + [anon_sym_ATescaping] = ACTIONS(2101), + [anon_sym_ATautoclosure] = ACTIONS(2101), + [anon_sym_weak] = ACTIONS(2101), + [anon_sym_unowned] = ACTIONS(2099), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2101), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2101), + [anon_sym_borrowing] = ACTIONS(2101), + [anon_sym_consuming] = ACTIONS(2101), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2101), + [sym__dot_custom] = ACTIONS(4352), + [sym__eq_custom] = ACTIONS(2101), + [sym__throws_keyword] = ACTIONS(2101), + [sym__rethrows_keyword] = ACTIONS(2101), + [sym_where_keyword] = ACTIONS(2101), + [sym__async_keyword_custom] = ACTIONS(2101), + }, + [STATE(1758)] = { + [sym_simple_identifier] = STATE(9024), + [sym__contextual_simple_identifier] = STATE(5063), + [sym__parameter_ownership_modifier] = STATE(5063), + [aux_sym__fn_call_lambda_arguments_repeat1] = STATE(1758), + [anon_sym_BANG] = ACTIONS(2132), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(2134), + [aux_sym_simple_identifier_token2] = ACTIONS(2137), + [aux_sym_simple_identifier_token3] = ACTIONS(2137), + [aux_sym_simple_identifier_token4] = ACTIONS(2137), + [anon_sym_actor] = ACTIONS(2134), + [anon_sym_async] = ACTIONS(2134), + [anon_sym_each] = ACTIONS(2134), + [anon_sym_lazy] = ACTIONS(2134), + [anon_sym_repeat] = ACTIONS(2134), + [anon_sym_package] = ACTIONS(2134), + [anon_sym_COMMA] = ACTIONS(2140), + [anon_sym_LPAREN] = ACTIONS(2140), + [anon_sym_LBRACK] = ACTIONS(2140), + [anon_sym_QMARK] = ACTIONS(2132), + [anon_sym_QMARK2] = ACTIONS(2140), + [anon_sym_AMP] = ACTIONS(2140), + [aux_sym_custom_operator_token1] = ACTIONS(2140), + [anon_sym_LT] = ACTIONS(2132), + [anon_sym_GT] = ACTIONS(2132), + [anon_sym_LBRACE] = ACTIONS(2140), + [anon_sym_CARET_LBRACE] = ACTIONS(2140), + [anon_sym_PLUS_EQ] = ACTIONS(2140), + [anon_sym_DASH_EQ] = ACTIONS(2140), + [anon_sym_STAR_EQ] = ACTIONS(2140), + [anon_sym_SLASH_EQ] = ACTIONS(2140), + [anon_sym_PERCENT_EQ] = ACTIONS(2140), + [anon_sym_BANG_EQ] = ACTIONS(2132), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2140), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2140), + [anon_sym_LT_EQ] = ACTIONS(2140), + [anon_sym_GT_EQ] = ACTIONS(2140), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2140), + [anon_sym_DOT_DOT_LT] = ACTIONS(2140), + [anon_sym_is] = ACTIONS(2132), + [anon_sym_PLUS] = ACTIONS(2132), + [anon_sym_DASH] = ACTIONS(2132), + [anon_sym_STAR] = ACTIONS(2132), + [anon_sym_SLASH] = ACTIONS(2132), + [anon_sym_PERCENT] = ACTIONS(2132), + [anon_sym_PLUS_PLUS] = ACTIONS(2140), + [anon_sym_DASH_DASH] = ACTIONS(2140), + [anon_sym_PIPE] = ACTIONS(2140), + [anon_sym_CARET] = ACTIONS(2132), + [anon_sym_LT_LT] = ACTIONS(2140), + [anon_sym_GT_GT] = ACTIONS(2140), + [anon_sym_borrowing] = ACTIONS(2134), + [anon_sym_consuming] = ACTIONS(2134), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2140), + [sym__conjunction_operator_custom] = ACTIONS(2140), + [sym__disjunction_operator_custom] = ACTIONS(2140), + [sym__nil_coalescing_operator_custom] = ACTIONS(2140), + [sym__eq_custom] = ACTIONS(2140), + [sym__eq_eq_custom] = ACTIONS(2140), + [sym__plus_then_ws] = ACTIONS(2140), + [sym__minus_then_ws] = ACTIONS(2140), + [sym__bang_custom] = ACTIONS(2140), + [sym_else] = ACTIONS(2140), + [sym__as_custom] = ACTIONS(2140), + [sym__as_quest_custom] = ACTIONS(2140), + [sym__as_bang_custom] = ACTIONS(2140), + [sym__custom_operator] = ACTIONS(2140), + }, + [STATE(1759)] = { + [sym__dot] = STATE(5542), + [aux_sym_user_type_repeat1] = STATE(1757), + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2166), + [anon_sym_async] = ACTIONS(2166), + [anon_sym_lazy] = ACTIONS(2166), + [anon_sym_package] = ACTIONS(2166), + [anon_sym_COMMA] = ACTIONS(2166), + [anon_sym_BANG2] = ACTIONS(2166), + [anon_sym_DOT] = ACTIONS(2166), + [anon_sym_QMARK2] = ACTIONS(2166), + [anon_sym_AMP] = ACTIONS(2166), + [anon_sym_LBRACE] = ACTIONS(2166), + [anon_sym_RBRACE] = ACTIONS(2166), + [anon_sym_case] = ACTIONS(2166), + [anon_sym_import] = ACTIONS(2166), + [anon_sym_typealias] = ACTIONS(2166), + [anon_sym_struct] = ACTIONS(2166), + [anon_sym_class] = ACTIONS(2166), + [anon_sym_enum] = ACTIONS(2166), + [anon_sym_protocol] = ACTIONS(2166), + [anon_sym_let] = ACTIONS(2166), + [anon_sym_var] = ACTIONS(2166), + [anon_sym_func] = ACTIONS(2166), + [anon_sym_extension] = ACTIONS(2166), + [anon_sym_indirect] = ACTIONS(2166), + [anon_sym_init] = ACTIONS(2166), + [anon_sym_deinit] = ACTIONS(2166), + [anon_sym_subscript] = ACTIONS(2166), + [anon_sym_prefix] = ACTIONS(2166), + [anon_sym_infix] = ACTIONS(2166), + [anon_sym_postfix] = ACTIONS(2166), + [anon_sym_precedencegroup] = ACTIONS(2166), + [anon_sym_associatedtype] = ACTIONS(2166), + [anon_sym_AT] = ACTIONS(2164), + [anon_sym_override] = ACTIONS(2166), + [anon_sym_convenience] = ACTIONS(2166), + [anon_sym_required] = ACTIONS(2166), + [anon_sym_nonisolated] = ACTIONS(2166), + [anon_sym_public] = ACTIONS(2166), + [anon_sym_private] = ACTIONS(2166), + [anon_sym_internal] = ACTIONS(2166), + [anon_sym_fileprivate] = ACTIONS(2166), + [anon_sym_open] = ACTIONS(2166), + [anon_sym_mutating] = ACTIONS(2166), + [anon_sym_nonmutating] = ACTIONS(2166), + [anon_sym_static] = ACTIONS(2166), + [anon_sym_dynamic] = ACTIONS(2166), + [anon_sym_optional] = ACTIONS(2166), + [anon_sym_distributed] = ACTIONS(2166), + [anon_sym_final] = ACTIONS(2166), + [anon_sym_inout] = ACTIONS(2166), + [anon_sym_ATescaping] = ACTIONS(2166), + [anon_sym_ATautoclosure] = ACTIONS(2166), + [anon_sym_weak] = ACTIONS(2166), + [anon_sym_unowned] = ACTIONS(2164), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2166), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2166), + [anon_sym_borrowing] = ACTIONS(2166), + [anon_sym_consuming] = ACTIONS(2166), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2166), + [sym__dot_custom] = ACTIONS(4355), + [sym__eq_custom] = ACTIONS(2166), + [sym__throws_keyword] = ACTIONS(2166), + [sym__rethrows_keyword] = ACTIONS(2166), + [sym_where_keyword] = ACTIONS(2166), + [sym__async_keyword_custom] = ACTIONS(2166), + }, + [STATE(1760)] = { + [sym__immediate_quest] = STATE(1762), + [aux_sym_optional_type_repeat1] = STATE(1762), + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2087), + [anon_sym_async] = ACTIONS(2087), + [anon_sym_lazy] = ACTIONS(2087), + [anon_sym_package] = ACTIONS(2087), + [anon_sym_RPAREN] = ACTIONS(2087), + [anon_sym_COMMA] = ACTIONS(2087), + [anon_sym_BANG2] = ACTIONS(2087), + [anon_sym_DOT] = ACTIONS(2085), + [anon_sym_QMARK2] = ACTIONS(4289), + [anon_sym_AMP] = ACTIONS(2087), + [anon_sym_LBRACE] = ACTIONS(2087), + [anon_sym_RBRACE] = ACTIONS(2087), + [anon_sym_case] = ACTIONS(2087), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2087), + [anon_sym_import] = ACTIONS(2087), + [anon_sym_typealias] = ACTIONS(2087), + [anon_sym_struct] = ACTIONS(2087), + [anon_sym_class] = ACTIONS(2087), + [anon_sym_enum] = ACTIONS(2087), + [anon_sym_protocol] = ACTIONS(2087), + [anon_sym_let] = ACTIONS(2087), + [anon_sym_var] = ACTIONS(2087), + [anon_sym_func] = ACTIONS(2087), + [anon_sym_extension] = ACTIONS(2087), + [anon_sym_indirect] = ACTIONS(2087), + [anon_sym_init] = ACTIONS(2087), + [anon_sym_deinit] = ACTIONS(2087), + [anon_sym_subscript] = ACTIONS(2087), + [anon_sym_prefix] = ACTIONS(2087), + [anon_sym_infix] = ACTIONS(2087), + [anon_sym_postfix] = ACTIONS(2087), + [anon_sym_precedencegroup] = ACTIONS(2087), + [anon_sym_associatedtype] = ACTIONS(2087), + [anon_sym_AT] = ACTIONS(2085), + [anon_sym_override] = ACTIONS(2087), + [anon_sym_convenience] = ACTIONS(2087), + [anon_sym_required] = ACTIONS(2087), + [anon_sym_nonisolated] = ACTIONS(2087), + [anon_sym_public] = ACTIONS(2087), + [anon_sym_private] = ACTIONS(2087), + [anon_sym_internal] = ACTIONS(2087), + [anon_sym_fileprivate] = ACTIONS(2087), + [anon_sym_open] = ACTIONS(2087), + [anon_sym_mutating] = ACTIONS(2087), + [anon_sym_nonmutating] = ACTIONS(2087), + [anon_sym_static] = ACTIONS(2087), + [anon_sym_dynamic] = ACTIONS(2087), + [anon_sym_optional] = ACTIONS(2087), + [anon_sym_distributed] = ACTIONS(2087), + [anon_sym_final] = ACTIONS(2087), + [anon_sym_inout] = ACTIONS(2087), + [anon_sym_ATescaping] = ACTIONS(2087), + [anon_sym_ATautoclosure] = ACTIONS(2087), + [anon_sym_weak] = ACTIONS(2087), + [anon_sym_unowned] = ACTIONS(2085), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2087), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2087), + [anon_sym_borrowing] = ACTIONS(2087), + [anon_sym_consuming] = ACTIONS(2087), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2087), + [sym__eq_custom] = ACTIONS(2087), + [sym__throws_keyword] = ACTIONS(2087), + [sym__rethrows_keyword] = ACTIONS(2087), + [sym__async_keyword_custom] = ACTIONS(2087), + }, + [STATE(1761)] = { + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2199), + [anon_sym_async] = ACTIONS(2199), + [anon_sym_lazy] = ACTIONS(2199), + [anon_sym_package] = ACTIONS(2199), + [anon_sym_COMMA] = ACTIONS(2199), + [anon_sym_COLON] = ACTIONS(2199), + [anon_sym_DOT] = ACTIONS(2199), + [anon_sym_QMARK] = ACTIONS(2197), + [anon_sym_QMARK2] = ACTIONS(2199), + [anon_sym_AMP] = ACTIONS(2199), + [anon_sym_LBRACE] = ACTIONS(2199), + [anon_sym_RBRACE] = ACTIONS(2199), + [anon_sym_case] = ACTIONS(2199), + [anon_sym_import] = ACTIONS(2199), + [anon_sym_typealias] = ACTIONS(2199), + [anon_sym_struct] = ACTIONS(2199), + [anon_sym_class] = ACTIONS(2199), + [anon_sym_enum] = ACTIONS(2199), + [anon_sym_protocol] = ACTIONS(2199), + [anon_sym_let] = ACTIONS(2199), + [anon_sym_var] = ACTIONS(2199), + [anon_sym_func] = ACTIONS(2199), + [anon_sym_extension] = ACTIONS(2199), + [anon_sym_indirect] = ACTIONS(2199), + [anon_sym_init] = ACTIONS(2199), + [anon_sym_deinit] = ACTIONS(2199), + [anon_sym_subscript] = ACTIONS(2199), + [anon_sym_prefix] = ACTIONS(2199), + [anon_sym_infix] = ACTIONS(2199), + [anon_sym_postfix] = ACTIONS(2199), + [anon_sym_precedencegroup] = ACTIONS(2199), + [anon_sym_associatedtype] = ACTIONS(2199), + [anon_sym_AT] = ACTIONS(2197), + [anon_sym_override] = ACTIONS(2199), + [anon_sym_convenience] = ACTIONS(2199), + [anon_sym_required] = ACTIONS(2199), + [anon_sym_nonisolated] = ACTIONS(2199), + [anon_sym_public] = ACTIONS(2199), + [anon_sym_private] = ACTIONS(2199), + [anon_sym_internal] = ACTIONS(2199), + [anon_sym_fileprivate] = ACTIONS(2199), + [anon_sym_open] = ACTIONS(2199), + [anon_sym_mutating] = ACTIONS(2199), + [anon_sym_nonmutating] = ACTIONS(2199), + [anon_sym_static] = ACTIONS(2199), + [anon_sym_dynamic] = ACTIONS(2199), + [anon_sym_optional] = ACTIONS(2199), + [anon_sym_distributed] = ACTIONS(2199), + [anon_sym_final] = ACTIONS(2199), + [anon_sym_inout] = ACTIONS(2199), + [anon_sym_ATescaping] = ACTIONS(2199), + [anon_sym_ATautoclosure] = ACTIONS(2199), + [anon_sym_weak] = ACTIONS(2199), + [anon_sym_unowned] = ACTIONS(2197), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2199), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2199), + [anon_sym_borrowing] = ACTIONS(2199), + [anon_sym_consuming] = ACTIONS(2199), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2199), + [sym__dot_custom] = ACTIONS(2199), + [sym__eq_custom] = ACTIONS(2199), + [sym__throws_keyword] = ACTIONS(2199), + [sym__rethrows_keyword] = ACTIONS(2199), + [sym_where_keyword] = ACTIONS(2199), + [sym__as_custom] = ACTIONS(2199), + [sym__async_keyword_custom] = ACTIONS(2199), + }, + [STATE(1762)] = { + [sym__immediate_quest] = STATE(1763), + [aux_sym_optional_type_repeat1] = STATE(1763), + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2123), + [anon_sym_async] = ACTIONS(2123), + [anon_sym_lazy] = ACTIONS(2123), + [anon_sym_package] = ACTIONS(2123), + [anon_sym_RPAREN] = ACTIONS(2123), + [anon_sym_COMMA] = ACTIONS(2123), + [anon_sym_BANG2] = ACTIONS(2123), + [anon_sym_DOT] = ACTIONS(2121), + [anon_sym_QMARK2] = ACTIONS(4289), + [anon_sym_AMP] = ACTIONS(2123), + [anon_sym_LBRACE] = ACTIONS(2123), + [anon_sym_RBRACE] = ACTIONS(2123), + [anon_sym_case] = ACTIONS(2123), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2123), + [anon_sym_import] = ACTIONS(2123), + [anon_sym_typealias] = ACTIONS(2123), + [anon_sym_struct] = ACTIONS(2123), + [anon_sym_class] = ACTIONS(2123), + [anon_sym_enum] = ACTIONS(2123), + [anon_sym_protocol] = ACTIONS(2123), + [anon_sym_let] = ACTIONS(2123), + [anon_sym_var] = ACTIONS(2123), + [anon_sym_func] = ACTIONS(2123), + [anon_sym_extension] = ACTIONS(2123), + [anon_sym_indirect] = ACTIONS(2123), + [anon_sym_init] = ACTIONS(2123), + [anon_sym_deinit] = ACTIONS(2123), + [anon_sym_subscript] = ACTIONS(2123), + [anon_sym_prefix] = ACTIONS(2123), + [anon_sym_infix] = ACTIONS(2123), + [anon_sym_postfix] = ACTIONS(2123), + [anon_sym_precedencegroup] = ACTIONS(2123), + [anon_sym_associatedtype] = ACTIONS(2123), + [anon_sym_AT] = ACTIONS(2121), + [anon_sym_override] = ACTIONS(2123), + [anon_sym_convenience] = ACTIONS(2123), + [anon_sym_required] = ACTIONS(2123), + [anon_sym_nonisolated] = ACTIONS(2123), + [anon_sym_public] = ACTIONS(2123), + [anon_sym_private] = ACTIONS(2123), + [anon_sym_internal] = ACTIONS(2123), + [anon_sym_fileprivate] = ACTIONS(2123), + [anon_sym_open] = ACTIONS(2123), + [anon_sym_mutating] = ACTIONS(2123), + [anon_sym_nonmutating] = ACTIONS(2123), + [anon_sym_static] = ACTIONS(2123), + [anon_sym_dynamic] = ACTIONS(2123), + [anon_sym_optional] = ACTIONS(2123), + [anon_sym_distributed] = ACTIONS(2123), + [anon_sym_final] = ACTIONS(2123), + [anon_sym_inout] = ACTIONS(2123), + [anon_sym_ATescaping] = ACTIONS(2123), + [anon_sym_ATautoclosure] = ACTIONS(2123), + [anon_sym_weak] = ACTIONS(2123), + [anon_sym_unowned] = ACTIONS(2121), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2123), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2123), + [anon_sym_borrowing] = ACTIONS(2123), + [anon_sym_consuming] = ACTIONS(2123), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2123), + [sym__eq_custom] = ACTIONS(2123), + [sym__throws_keyword] = ACTIONS(2123), + [sym__rethrows_keyword] = ACTIONS(2123), + [sym__async_keyword_custom] = ACTIONS(2123), + }, + [STATE(1763)] = { + [sym__immediate_quest] = STATE(1763), + [aux_sym_optional_type_repeat1] = STATE(1763), + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2144), + [anon_sym_async] = ACTIONS(2144), + [anon_sym_lazy] = ACTIONS(2144), + [anon_sym_package] = ACTIONS(2144), + [anon_sym_RPAREN] = ACTIONS(2144), + [anon_sym_COMMA] = ACTIONS(2144), + [anon_sym_BANG2] = ACTIONS(2144), + [anon_sym_DOT] = ACTIONS(2142), + [anon_sym_QMARK2] = ACTIONS(4357), + [anon_sym_AMP] = ACTIONS(2144), + [anon_sym_LBRACE] = ACTIONS(2144), + [anon_sym_RBRACE] = ACTIONS(2144), + [anon_sym_case] = ACTIONS(2144), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2144), + [anon_sym_import] = ACTIONS(2144), + [anon_sym_typealias] = ACTIONS(2144), + [anon_sym_struct] = ACTIONS(2144), + [anon_sym_class] = ACTIONS(2144), + [anon_sym_enum] = ACTIONS(2144), + [anon_sym_protocol] = ACTIONS(2144), + [anon_sym_let] = ACTIONS(2144), + [anon_sym_var] = ACTIONS(2144), + [anon_sym_func] = ACTIONS(2144), + [anon_sym_extension] = ACTIONS(2144), + [anon_sym_indirect] = ACTIONS(2144), + [anon_sym_init] = ACTIONS(2144), + [anon_sym_deinit] = ACTIONS(2144), + [anon_sym_subscript] = ACTIONS(2144), + [anon_sym_prefix] = ACTIONS(2144), + [anon_sym_infix] = ACTIONS(2144), + [anon_sym_postfix] = ACTIONS(2144), + [anon_sym_precedencegroup] = ACTIONS(2144), + [anon_sym_associatedtype] = ACTIONS(2144), + [anon_sym_AT] = ACTIONS(2142), + [anon_sym_override] = ACTIONS(2144), + [anon_sym_convenience] = ACTIONS(2144), + [anon_sym_required] = ACTIONS(2144), + [anon_sym_nonisolated] = ACTIONS(2144), + [anon_sym_public] = ACTIONS(2144), + [anon_sym_private] = ACTIONS(2144), + [anon_sym_internal] = ACTIONS(2144), + [anon_sym_fileprivate] = ACTIONS(2144), + [anon_sym_open] = ACTIONS(2144), + [anon_sym_mutating] = ACTIONS(2144), + [anon_sym_nonmutating] = ACTIONS(2144), + [anon_sym_static] = ACTIONS(2144), + [anon_sym_dynamic] = ACTIONS(2144), + [anon_sym_optional] = ACTIONS(2144), + [anon_sym_distributed] = ACTIONS(2144), + [anon_sym_final] = ACTIONS(2144), + [anon_sym_inout] = ACTIONS(2144), + [anon_sym_ATescaping] = ACTIONS(2144), + [anon_sym_ATautoclosure] = ACTIONS(2144), + [anon_sym_weak] = ACTIONS(2144), + [anon_sym_unowned] = ACTIONS(2142), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2144), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2144), + [anon_sym_borrowing] = ACTIONS(2144), + [anon_sym_consuming] = ACTIONS(2144), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2144), + [sym__eq_custom] = ACTIONS(2144), + [sym__throws_keyword] = ACTIONS(2144), + [sym__rethrows_keyword] = ACTIONS(2144), + [sym__async_keyword_custom] = ACTIONS(2144), + }, + [STATE(1764)] = { + [sym__arrow_operator] = STATE(4375), + [sym__async_keyword] = STATE(7062), + [sym_throws] = STATE(8924), + [sym_throws_clause] = STATE(8924), + [aux_sym_protocol_composition_type_repeat1] = STATE(1959), + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2158), + [anon_sym_async] = ACTIONS(2158), + [anon_sym_lazy] = ACTIONS(2158), + [anon_sym_package] = ACTIONS(2158), + [anon_sym_COMMA] = ACTIONS(2158), + [anon_sym_BANG2] = ACTIONS(2158), + [anon_sym_DOT] = ACTIONS(4360), + [anon_sym_AMP] = ACTIONS(4362), + [anon_sym_LBRACE] = ACTIONS(2158), + [anon_sym_RBRACE] = ACTIONS(2158), + [anon_sym_case] = ACTIONS(2158), + [anon_sym_import] = ACTIONS(2158), + [anon_sym_typealias] = ACTIONS(2158), + [anon_sym_struct] = ACTIONS(2158), + [anon_sym_class] = ACTIONS(2158), + [anon_sym_enum] = ACTIONS(2158), + [anon_sym_protocol] = ACTIONS(2158), + [anon_sym_let] = ACTIONS(2158), + [anon_sym_var] = ACTIONS(2158), + [anon_sym_func] = ACTIONS(2158), + [anon_sym_extension] = ACTIONS(2158), + [anon_sym_indirect] = ACTIONS(2158), + [anon_sym_init] = ACTIONS(2158), + [anon_sym_deinit] = ACTIONS(2158), + [anon_sym_subscript] = ACTIONS(2158), + [anon_sym_prefix] = ACTIONS(2158), + [anon_sym_infix] = ACTIONS(2158), + [anon_sym_postfix] = ACTIONS(2158), + [anon_sym_precedencegroup] = ACTIONS(2158), + [anon_sym_associatedtype] = ACTIONS(2158), + [anon_sym_AT] = ACTIONS(2156), + [anon_sym_override] = ACTIONS(2158), + [anon_sym_convenience] = ACTIONS(2158), + [anon_sym_required] = ACTIONS(2158), + [anon_sym_nonisolated] = ACTIONS(2158), + [anon_sym_public] = ACTIONS(2158), + [anon_sym_private] = ACTIONS(2158), + [anon_sym_internal] = ACTIONS(2158), + [anon_sym_fileprivate] = ACTIONS(2158), + [anon_sym_open] = ACTIONS(2158), + [anon_sym_mutating] = ACTIONS(2158), + [anon_sym_nonmutating] = ACTIONS(2158), + [anon_sym_static] = ACTIONS(2158), + [anon_sym_dynamic] = ACTIONS(2158), + [anon_sym_optional] = ACTIONS(2158), + [anon_sym_distributed] = ACTIONS(2158), + [anon_sym_final] = ACTIONS(2158), + [anon_sym_inout] = ACTIONS(2158), + [anon_sym_ATescaping] = ACTIONS(2158), + [anon_sym_ATautoclosure] = ACTIONS(2158), + [anon_sym_weak] = ACTIONS(2158), + [anon_sym_unowned] = ACTIONS(2156), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2158), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2158), + [anon_sym_borrowing] = ACTIONS(2158), + [anon_sym_consuming] = ACTIONS(2158), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(4291), + [sym__eq_custom] = ACTIONS(2158), + [sym__throws_keyword] = ACTIONS(2093), + [sym__rethrows_keyword] = ACTIONS(2095), + [sym__async_keyword_custom] = ACTIONS(4293), + }, + [STATE(1765)] = { + [sym__arrow_operator] = STATE(4375), + [sym__async_keyword] = STATE(7062), + [sym_throws] = STATE(8924), + [sym_throws_clause] = STATE(8924), + [aux_sym_protocol_composition_type_repeat1] = STATE(1959), + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2177), + [anon_sym_async] = ACTIONS(2177), + [anon_sym_lazy] = ACTIONS(2177), + [anon_sym_package] = ACTIONS(2177), + [anon_sym_COMMA] = ACTIONS(2177), + [anon_sym_BANG2] = ACTIONS(2177), + [anon_sym_DOT] = ACTIONS(4360), + [anon_sym_AMP] = ACTIONS(4362), + [anon_sym_LBRACE] = ACTIONS(2177), + [anon_sym_RBRACE] = ACTIONS(2177), + [anon_sym_case] = ACTIONS(2177), + [anon_sym_import] = ACTIONS(2177), + [anon_sym_typealias] = ACTIONS(2177), + [anon_sym_struct] = ACTIONS(2177), + [anon_sym_class] = ACTIONS(2177), + [anon_sym_enum] = ACTIONS(2177), + [anon_sym_protocol] = ACTIONS(2177), + [anon_sym_let] = ACTIONS(2177), + [anon_sym_var] = ACTIONS(2177), + [anon_sym_func] = ACTIONS(2177), + [anon_sym_extension] = ACTIONS(2177), + [anon_sym_indirect] = ACTIONS(2177), + [anon_sym_init] = ACTIONS(2177), + [anon_sym_deinit] = ACTIONS(2177), + [anon_sym_subscript] = ACTIONS(2177), + [anon_sym_prefix] = ACTIONS(2177), + [anon_sym_infix] = ACTIONS(2177), + [anon_sym_postfix] = ACTIONS(2177), + [anon_sym_precedencegroup] = ACTIONS(2177), + [anon_sym_associatedtype] = ACTIONS(2177), + [anon_sym_AT] = ACTIONS(2175), + [anon_sym_override] = ACTIONS(2177), + [anon_sym_convenience] = ACTIONS(2177), + [anon_sym_required] = ACTIONS(2177), + [anon_sym_nonisolated] = ACTIONS(2177), + [anon_sym_public] = ACTIONS(2177), + [anon_sym_private] = ACTIONS(2177), + [anon_sym_internal] = ACTIONS(2177), + [anon_sym_fileprivate] = ACTIONS(2177), + [anon_sym_open] = ACTIONS(2177), + [anon_sym_mutating] = ACTIONS(2177), + [anon_sym_nonmutating] = ACTIONS(2177), + [anon_sym_static] = ACTIONS(2177), + [anon_sym_dynamic] = ACTIONS(2177), + [anon_sym_optional] = ACTIONS(2177), + [anon_sym_distributed] = ACTIONS(2177), + [anon_sym_final] = ACTIONS(2177), + [anon_sym_inout] = ACTIONS(2177), + [anon_sym_ATescaping] = ACTIONS(2177), + [anon_sym_ATautoclosure] = ACTIONS(2177), + [anon_sym_weak] = ACTIONS(2177), + [anon_sym_unowned] = ACTIONS(2175), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2177), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2177), + [anon_sym_borrowing] = ACTIONS(2177), + [anon_sym_consuming] = ACTIONS(2177), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(4291), + [sym__eq_custom] = ACTIONS(2177), + [sym__throws_keyword] = ACTIONS(2093), + [sym__rethrows_keyword] = ACTIONS(2095), + [sym__async_keyword_custom] = ACTIONS(4293), + }, + [STATE(1766)] = { + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2235), + [anon_sym_async] = ACTIONS(2235), + [anon_sym_lazy] = ACTIONS(2235), + [anon_sym_package] = ACTIONS(2235), + [anon_sym_COMMA] = ACTIONS(2235), + [anon_sym_COLON] = ACTIONS(2235), + [anon_sym_DOT] = ACTIONS(2235), + [anon_sym_QMARK] = ACTIONS(2233), + [anon_sym_QMARK2] = ACTIONS(2235), + [anon_sym_AMP] = ACTIONS(2235), + [anon_sym_LBRACE] = ACTIONS(2235), + [anon_sym_RBRACE] = ACTIONS(2235), + [anon_sym_case] = ACTIONS(2235), + [anon_sym_import] = ACTIONS(2235), + [anon_sym_typealias] = ACTIONS(2235), + [anon_sym_struct] = ACTIONS(2235), + [anon_sym_class] = ACTIONS(2235), + [anon_sym_enum] = ACTIONS(2235), + [anon_sym_protocol] = ACTIONS(2235), + [anon_sym_let] = ACTIONS(2235), + [anon_sym_var] = ACTIONS(2235), + [anon_sym_func] = ACTIONS(2235), + [anon_sym_extension] = ACTIONS(2235), + [anon_sym_indirect] = ACTIONS(2235), + [anon_sym_init] = ACTIONS(2235), + [anon_sym_deinit] = ACTIONS(2235), + [anon_sym_subscript] = ACTIONS(2235), + [anon_sym_prefix] = ACTIONS(2235), + [anon_sym_infix] = ACTIONS(2235), + [anon_sym_postfix] = ACTIONS(2235), + [anon_sym_precedencegroup] = ACTIONS(2235), + [anon_sym_associatedtype] = ACTIONS(2235), + [anon_sym_AT] = ACTIONS(2233), + [anon_sym_override] = ACTIONS(2235), + [anon_sym_convenience] = ACTIONS(2235), + [anon_sym_required] = ACTIONS(2235), + [anon_sym_nonisolated] = ACTIONS(2235), + [anon_sym_public] = ACTIONS(2235), + [anon_sym_private] = ACTIONS(2235), + [anon_sym_internal] = ACTIONS(2235), + [anon_sym_fileprivate] = ACTIONS(2235), + [anon_sym_open] = ACTIONS(2235), + [anon_sym_mutating] = ACTIONS(2235), + [anon_sym_nonmutating] = ACTIONS(2235), + [anon_sym_static] = ACTIONS(2235), + [anon_sym_dynamic] = ACTIONS(2235), + [anon_sym_optional] = ACTIONS(2235), + [anon_sym_distributed] = ACTIONS(2235), + [anon_sym_final] = ACTIONS(2235), + [anon_sym_inout] = ACTIONS(2235), + [anon_sym_ATescaping] = ACTIONS(2235), + [anon_sym_ATautoclosure] = ACTIONS(2235), + [anon_sym_weak] = ACTIONS(2235), + [anon_sym_unowned] = ACTIONS(2233), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2235), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2235), + [anon_sym_borrowing] = ACTIONS(2235), + [anon_sym_consuming] = ACTIONS(2235), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2235), + [sym__dot_custom] = ACTIONS(2235), + [sym__eq_custom] = ACTIONS(2235), + [sym__throws_keyword] = ACTIONS(2235), + [sym__rethrows_keyword] = ACTIONS(2235), + [sym_where_keyword] = ACTIONS(2235), + [sym__as_custom] = ACTIONS(2235), + [sym__async_keyword_custom] = ACTIONS(2235), + }, + [STATE(1767)] = { + [sym__arrow_operator] = STATE(4375), + [sym__async_keyword] = STATE(7062), + [sym_throws] = STATE(8924), + [sym_throws_clause] = STATE(8924), + [aux_sym_protocol_composition_type_repeat1] = STATE(1959), + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2173), + [anon_sym_async] = ACTIONS(2173), + [anon_sym_lazy] = ACTIONS(2173), + [anon_sym_package] = ACTIONS(2173), + [anon_sym_COMMA] = ACTIONS(2173), + [anon_sym_BANG2] = ACTIONS(2173), + [anon_sym_DOT] = ACTIONS(4360), + [anon_sym_AMP] = ACTIONS(4362), + [anon_sym_LBRACE] = ACTIONS(2173), + [anon_sym_RBRACE] = ACTIONS(2173), + [anon_sym_case] = ACTIONS(2173), + [anon_sym_import] = ACTIONS(2173), + [anon_sym_typealias] = ACTIONS(2173), + [anon_sym_struct] = ACTIONS(2173), + [anon_sym_class] = ACTIONS(2173), + [anon_sym_enum] = ACTIONS(2173), + [anon_sym_protocol] = ACTIONS(2173), + [anon_sym_let] = ACTIONS(2173), + [anon_sym_var] = ACTIONS(2173), + [anon_sym_func] = ACTIONS(2173), + [anon_sym_extension] = ACTIONS(2173), + [anon_sym_indirect] = ACTIONS(2173), + [anon_sym_init] = ACTIONS(2173), + [anon_sym_deinit] = ACTIONS(2173), + [anon_sym_subscript] = ACTIONS(2173), + [anon_sym_prefix] = ACTIONS(2173), + [anon_sym_infix] = ACTIONS(2173), + [anon_sym_postfix] = ACTIONS(2173), + [anon_sym_precedencegroup] = ACTIONS(2173), + [anon_sym_associatedtype] = ACTIONS(2173), + [anon_sym_AT] = ACTIONS(2171), + [anon_sym_override] = ACTIONS(2173), + [anon_sym_convenience] = ACTIONS(2173), + [anon_sym_required] = ACTIONS(2173), + [anon_sym_nonisolated] = ACTIONS(2173), + [anon_sym_public] = ACTIONS(2173), + [anon_sym_private] = ACTIONS(2173), + [anon_sym_internal] = ACTIONS(2173), + [anon_sym_fileprivate] = ACTIONS(2173), + [anon_sym_open] = ACTIONS(2173), + [anon_sym_mutating] = ACTIONS(2173), + [anon_sym_nonmutating] = ACTIONS(2173), + [anon_sym_static] = ACTIONS(2173), + [anon_sym_dynamic] = ACTIONS(2173), + [anon_sym_optional] = ACTIONS(2173), + [anon_sym_distributed] = ACTIONS(2173), + [anon_sym_final] = ACTIONS(2173), + [anon_sym_inout] = ACTIONS(2173), + [anon_sym_ATescaping] = ACTIONS(2173), + [anon_sym_ATautoclosure] = ACTIONS(2173), + [anon_sym_weak] = ACTIONS(2173), + [anon_sym_unowned] = ACTIONS(2171), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2173), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2173), + [anon_sym_borrowing] = ACTIONS(2173), + [anon_sym_consuming] = ACTIONS(2173), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(4291), + [sym__eq_custom] = ACTIONS(2173), + [sym__throws_keyword] = ACTIONS(2093), + [sym__rethrows_keyword] = ACTIONS(2095), + [sym__async_keyword_custom] = ACTIONS(4293), + }, + [STATE(1768)] = { + [sym__arrow_operator] = STATE(4375), + [sym__async_keyword] = STATE(7062), + [sym_throws] = STATE(8924), + [sym_throws_clause] = STATE(8924), + [aux_sym_protocol_composition_type_repeat1] = STATE(1959), + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2181), + [anon_sym_async] = ACTIONS(2181), + [anon_sym_lazy] = ACTIONS(2181), + [anon_sym_package] = ACTIONS(2181), + [anon_sym_COMMA] = ACTIONS(2181), + [anon_sym_BANG2] = ACTIONS(2181), + [anon_sym_DOT] = ACTIONS(4360), + [anon_sym_AMP] = ACTIONS(4362), + [anon_sym_LBRACE] = ACTIONS(2181), + [anon_sym_RBRACE] = ACTIONS(2181), + [anon_sym_case] = ACTIONS(2181), + [anon_sym_import] = ACTIONS(2181), + [anon_sym_typealias] = ACTIONS(2181), + [anon_sym_struct] = ACTIONS(2181), + [anon_sym_class] = ACTIONS(2181), + [anon_sym_enum] = ACTIONS(2181), + [anon_sym_protocol] = ACTIONS(2181), + [anon_sym_let] = ACTIONS(2181), + [anon_sym_var] = ACTIONS(2181), + [anon_sym_func] = ACTIONS(2181), + [anon_sym_extension] = ACTIONS(2181), + [anon_sym_indirect] = ACTIONS(2181), + [anon_sym_init] = ACTIONS(2181), + [anon_sym_deinit] = ACTIONS(2181), + [anon_sym_subscript] = ACTIONS(2181), + [anon_sym_prefix] = ACTIONS(2181), + [anon_sym_infix] = ACTIONS(2181), + [anon_sym_postfix] = ACTIONS(2181), + [anon_sym_precedencegroup] = ACTIONS(2181), + [anon_sym_associatedtype] = ACTIONS(2181), + [anon_sym_AT] = ACTIONS(2179), + [anon_sym_override] = ACTIONS(2181), + [anon_sym_convenience] = ACTIONS(2181), + [anon_sym_required] = ACTIONS(2181), + [anon_sym_nonisolated] = ACTIONS(2181), + [anon_sym_public] = ACTIONS(2181), + [anon_sym_private] = ACTIONS(2181), + [anon_sym_internal] = ACTIONS(2181), + [anon_sym_fileprivate] = ACTIONS(2181), + [anon_sym_open] = ACTIONS(2181), + [anon_sym_mutating] = ACTIONS(2181), + [anon_sym_nonmutating] = ACTIONS(2181), + [anon_sym_static] = ACTIONS(2181), + [anon_sym_dynamic] = ACTIONS(2181), + [anon_sym_optional] = ACTIONS(2181), + [anon_sym_distributed] = ACTIONS(2181), + [anon_sym_final] = ACTIONS(2181), + [anon_sym_inout] = ACTIONS(2181), + [anon_sym_ATescaping] = ACTIONS(2181), + [anon_sym_ATautoclosure] = ACTIONS(2181), + [anon_sym_weak] = ACTIONS(2181), + [anon_sym_unowned] = ACTIONS(2179), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2181), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2181), + [anon_sym_borrowing] = ACTIONS(2181), + [anon_sym_consuming] = ACTIONS(2181), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(4291), + [sym__eq_custom] = ACTIONS(2181), + [sym__throws_keyword] = ACTIONS(2093), + [sym__rethrows_keyword] = ACTIONS(2095), + [sym__async_keyword_custom] = ACTIONS(4293), + }, + [STATE(1769)] = { + [sym__arrow_operator] = STATE(4375), + [sym__async_keyword] = STATE(7062), + [sym_throws] = STATE(8924), + [sym_throws_clause] = STATE(8924), + [aux_sym_protocol_composition_type_repeat1] = STATE(1959), + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2185), + [anon_sym_async] = ACTIONS(2185), + [anon_sym_lazy] = ACTIONS(2185), + [anon_sym_package] = ACTIONS(2185), + [anon_sym_COMMA] = ACTIONS(2185), + [anon_sym_BANG2] = ACTIONS(2185), + [anon_sym_DOT] = ACTIONS(2185), + [anon_sym_AMP] = ACTIONS(2185), + [anon_sym_LBRACE] = ACTIONS(2185), + [anon_sym_RBRACE] = ACTIONS(2185), + [anon_sym_case] = ACTIONS(2185), + [anon_sym_import] = ACTIONS(2185), + [anon_sym_typealias] = ACTIONS(2185), + [anon_sym_struct] = ACTIONS(2185), + [anon_sym_class] = ACTIONS(2185), + [anon_sym_enum] = ACTIONS(2185), + [anon_sym_protocol] = ACTIONS(2185), + [anon_sym_let] = ACTIONS(2185), + [anon_sym_var] = ACTIONS(2185), + [anon_sym_func] = ACTIONS(2185), + [anon_sym_extension] = ACTIONS(2185), + [anon_sym_indirect] = ACTIONS(2185), + [anon_sym_init] = ACTIONS(2185), + [anon_sym_deinit] = ACTIONS(2185), + [anon_sym_subscript] = ACTIONS(2185), + [anon_sym_prefix] = ACTIONS(2185), + [anon_sym_infix] = ACTIONS(2185), + [anon_sym_postfix] = ACTIONS(2185), + [anon_sym_precedencegroup] = ACTIONS(2185), + [anon_sym_associatedtype] = ACTIONS(2185), + [anon_sym_AT] = ACTIONS(2183), + [anon_sym_override] = ACTIONS(2185), + [anon_sym_convenience] = ACTIONS(2185), + [anon_sym_required] = ACTIONS(2185), + [anon_sym_nonisolated] = ACTIONS(2185), + [anon_sym_public] = ACTIONS(2185), + [anon_sym_private] = ACTIONS(2185), + [anon_sym_internal] = ACTIONS(2185), + [anon_sym_fileprivate] = ACTIONS(2185), + [anon_sym_open] = ACTIONS(2185), + [anon_sym_mutating] = ACTIONS(2185), + [anon_sym_nonmutating] = ACTIONS(2185), + [anon_sym_static] = ACTIONS(2185), + [anon_sym_dynamic] = ACTIONS(2185), + [anon_sym_optional] = ACTIONS(2185), + [anon_sym_distributed] = ACTIONS(2185), + [anon_sym_final] = ACTIONS(2185), + [anon_sym_inout] = ACTIONS(2185), + [anon_sym_ATescaping] = ACTIONS(2185), + [anon_sym_ATautoclosure] = ACTIONS(2185), + [anon_sym_weak] = ACTIONS(2185), + [anon_sym_unowned] = ACTIONS(2183), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2185), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2185), + [anon_sym_borrowing] = ACTIONS(2185), + [anon_sym_consuming] = ACTIONS(2185), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2185), + [sym__eq_custom] = ACTIONS(2185), + [sym__throws_keyword] = ACTIONS(2185), + [sym__rethrows_keyword] = ACTIONS(2185), + [sym__async_keyword_custom] = ACTIONS(2185), + }, + [STATE(1770)] = { + [sym__arrow_operator] = STATE(4375), + [sym__async_keyword] = STATE(7062), + [sym_throws] = STATE(8924), + [sym_throws_clause] = STATE(8924), + [aux_sym_protocol_composition_type_repeat1] = STATE(1959), + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2189), + [anon_sym_async] = ACTIONS(2189), + [anon_sym_lazy] = ACTIONS(2189), + [anon_sym_package] = ACTIONS(2189), + [anon_sym_COMMA] = ACTIONS(2189), + [anon_sym_BANG2] = ACTIONS(2189), + [anon_sym_DOT] = ACTIONS(4360), + [anon_sym_AMP] = ACTIONS(4362), + [anon_sym_LBRACE] = ACTIONS(2189), + [anon_sym_RBRACE] = ACTIONS(2189), + [anon_sym_case] = ACTIONS(2189), + [anon_sym_import] = ACTIONS(2189), + [anon_sym_typealias] = ACTIONS(2189), + [anon_sym_struct] = ACTIONS(2189), + [anon_sym_class] = ACTIONS(2189), + [anon_sym_enum] = ACTIONS(2189), + [anon_sym_protocol] = ACTIONS(2189), + [anon_sym_let] = ACTIONS(2189), + [anon_sym_var] = ACTIONS(2189), + [anon_sym_func] = ACTIONS(2189), + [anon_sym_extension] = ACTIONS(2189), + [anon_sym_indirect] = ACTIONS(2189), + [anon_sym_init] = ACTIONS(2189), + [anon_sym_deinit] = ACTIONS(2189), + [anon_sym_subscript] = ACTIONS(2189), + [anon_sym_prefix] = ACTIONS(2189), + [anon_sym_infix] = ACTIONS(2189), + [anon_sym_postfix] = ACTIONS(2189), + [anon_sym_precedencegroup] = ACTIONS(2189), + [anon_sym_associatedtype] = ACTIONS(2189), + [anon_sym_AT] = ACTIONS(2187), + [anon_sym_override] = ACTIONS(2189), + [anon_sym_convenience] = ACTIONS(2189), + [anon_sym_required] = ACTIONS(2189), + [anon_sym_nonisolated] = ACTIONS(2189), + [anon_sym_public] = ACTIONS(2189), + [anon_sym_private] = ACTIONS(2189), + [anon_sym_internal] = ACTIONS(2189), + [anon_sym_fileprivate] = ACTIONS(2189), + [anon_sym_open] = ACTIONS(2189), + [anon_sym_mutating] = ACTIONS(2189), + [anon_sym_nonmutating] = ACTIONS(2189), + [anon_sym_static] = ACTIONS(2189), + [anon_sym_dynamic] = ACTIONS(2189), + [anon_sym_optional] = ACTIONS(2189), + [anon_sym_distributed] = ACTIONS(2189), + [anon_sym_final] = ACTIONS(2189), + [anon_sym_inout] = ACTIONS(2189), + [anon_sym_ATescaping] = ACTIONS(2189), + [anon_sym_ATautoclosure] = ACTIONS(2189), + [anon_sym_weak] = ACTIONS(2189), + [anon_sym_unowned] = ACTIONS(2187), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2189), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2189), + [anon_sym_borrowing] = ACTIONS(2189), + [anon_sym_consuming] = ACTIONS(2189), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(4291), + [sym__eq_custom] = ACTIONS(2189), + [sym__throws_keyword] = ACTIONS(2093), + [sym__rethrows_keyword] = ACTIONS(2095), + [sym__async_keyword_custom] = ACTIONS(4293), + }, + [STATE(1771)] = { + [sym__arrow_operator] = STATE(4375), + [sym__async_keyword] = STATE(7062), + [sym_throws] = STATE(8924), + [sym_throws_clause] = STATE(8924), + [aux_sym_protocol_composition_type_repeat1] = STATE(1959), + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2108), + [anon_sym_async] = ACTIONS(2108), + [anon_sym_lazy] = ACTIONS(2108), + [anon_sym_package] = ACTIONS(2108), + [anon_sym_COMMA] = ACTIONS(2108), + [anon_sym_BANG2] = ACTIONS(2108), + [anon_sym_DOT] = ACTIONS(2108), + [anon_sym_AMP] = ACTIONS(2108), + [anon_sym_LBRACE] = ACTIONS(2108), + [anon_sym_RBRACE] = ACTIONS(2108), + [anon_sym_case] = ACTIONS(2108), + [anon_sym_import] = ACTIONS(2108), + [anon_sym_typealias] = ACTIONS(2108), + [anon_sym_struct] = ACTIONS(2108), + [anon_sym_class] = ACTIONS(2108), + [anon_sym_enum] = ACTIONS(2108), + [anon_sym_protocol] = ACTIONS(2108), + [anon_sym_let] = ACTIONS(2108), + [anon_sym_var] = ACTIONS(2108), + [anon_sym_func] = ACTIONS(2108), + [anon_sym_extension] = ACTIONS(2108), + [anon_sym_indirect] = ACTIONS(2108), + [anon_sym_init] = ACTIONS(2108), + [anon_sym_deinit] = ACTIONS(2108), + [anon_sym_subscript] = ACTIONS(2108), + [anon_sym_prefix] = ACTIONS(2108), + [anon_sym_infix] = ACTIONS(2108), + [anon_sym_postfix] = ACTIONS(2108), + [anon_sym_precedencegroup] = ACTIONS(2108), + [anon_sym_associatedtype] = ACTIONS(2108), + [anon_sym_AT] = ACTIONS(2106), + [anon_sym_override] = ACTIONS(2108), + [anon_sym_convenience] = ACTIONS(2108), + [anon_sym_required] = ACTIONS(2108), + [anon_sym_nonisolated] = ACTIONS(2108), + [anon_sym_public] = ACTIONS(2108), + [anon_sym_private] = ACTIONS(2108), + [anon_sym_internal] = ACTIONS(2108), + [anon_sym_fileprivate] = ACTIONS(2108), + [anon_sym_open] = ACTIONS(2108), + [anon_sym_mutating] = ACTIONS(2108), + [anon_sym_nonmutating] = ACTIONS(2108), + [anon_sym_static] = ACTIONS(2108), + [anon_sym_dynamic] = ACTIONS(2108), + [anon_sym_optional] = ACTIONS(2108), + [anon_sym_distributed] = ACTIONS(2108), + [anon_sym_final] = ACTIONS(2108), + [anon_sym_inout] = ACTIONS(2108), + [anon_sym_ATescaping] = ACTIONS(2108), + [anon_sym_ATautoclosure] = ACTIONS(2108), + [anon_sym_weak] = ACTIONS(2108), + [anon_sym_unowned] = ACTIONS(2106), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2108), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2108), + [anon_sym_borrowing] = ACTIONS(2108), + [anon_sym_consuming] = ACTIONS(2108), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2108), + [sym__eq_custom] = ACTIONS(2108), + [sym__throws_keyword] = ACTIONS(2108), + [sym__rethrows_keyword] = ACTIONS(2108), + [sym__async_keyword_custom] = ACTIONS(2108), + }, + [STATE(1772)] = { + [ts_builtin_sym_end] = ACTIONS(2321), + [anon_sym_BANG] = ACTIONS(2319), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(2319), + [aux_sym_simple_identifier_token2] = ACTIONS(2321), + [aux_sym_simple_identifier_token3] = ACTIONS(2321), + [aux_sym_simple_identifier_token4] = ACTIONS(2321), + [anon_sym_actor] = ACTIONS(2319), + [anon_sym_async] = ACTIONS(2319), + [anon_sym_each] = ACTIONS(2319), + [anon_sym_lazy] = ACTIONS(2319), + [anon_sym_repeat] = ACTIONS(2319), + [anon_sym_package] = ACTIONS(2319), + [anon_sym_COMMA] = ACTIONS(2321), + [anon_sym_LPAREN] = ACTIONS(2321), + [anon_sym_LBRACK] = ACTIONS(2321), + [anon_sym_QMARK] = ACTIONS(2319), + [anon_sym_QMARK2] = ACTIONS(2321), + [anon_sym_AMP] = ACTIONS(2321), + [aux_sym_custom_operator_token1] = ACTIONS(2321), + [anon_sym_LT] = ACTIONS(2319), + [anon_sym_GT] = ACTIONS(2319), + [anon_sym_LBRACE] = ACTIONS(2321), + [anon_sym_CARET_LBRACE] = ACTIONS(2321), + [anon_sym_RBRACE] = ACTIONS(2321), + [anon_sym_PLUS_EQ] = ACTIONS(2321), + [anon_sym_DASH_EQ] = ACTIONS(2321), + [anon_sym_STAR_EQ] = ACTIONS(2321), + [anon_sym_SLASH_EQ] = ACTIONS(2321), + [anon_sym_PERCENT_EQ] = ACTIONS(2321), + [anon_sym_BANG_EQ] = ACTIONS(2319), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2321), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2321), + [anon_sym_LT_EQ] = ACTIONS(2321), + [anon_sym_GT_EQ] = ACTIONS(2321), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2321), + [anon_sym_DOT_DOT_LT] = ACTIONS(2321), + [anon_sym_is] = ACTIONS(2319), + [anon_sym_PLUS] = ACTIONS(2319), + [anon_sym_DASH] = ACTIONS(2319), + [anon_sym_STAR] = ACTIONS(2319), + [anon_sym_SLASH] = ACTIONS(2319), + [anon_sym_PERCENT] = ACTIONS(2319), + [anon_sym_PLUS_PLUS] = ACTIONS(2321), + [anon_sym_DASH_DASH] = ACTIONS(2321), + [anon_sym_PIPE] = ACTIONS(2321), + [anon_sym_CARET] = ACTIONS(2319), + [anon_sym_LT_LT] = ACTIONS(2321), + [anon_sym_GT_GT] = ACTIONS(2321), + [anon_sym_borrowing] = ACTIONS(2319), + [anon_sym_consuming] = ACTIONS(2319), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2321), + [sym__explicit_semi] = ACTIONS(2321), + [sym__dot_custom] = ACTIONS(2321), + [sym__conjunction_operator_custom] = ACTIONS(2321), + [sym__disjunction_operator_custom] = ACTIONS(2321), + [sym__nil_coalescing_operator_custom] = ACTIONS(2321), + [sym__eq_custom] = ACTIONS(2321), + [sym__eq_eq_custom] = ACTIONS(2321), + [sym__plus_then_ws] = ACTIONS(2321), + [sym__minus_then_ws] = ACTIONS(2321), + [sym__bang_custom] = ACTIONS(2321), + [sym_where_keyword] = ACTIONS(2321), + [sym__as_custom] = ACTIONS(2321), + [sym__as_quest_custom] = ACTIONS(2321), + [sym__as_bang_custom] = ACTIONS(2321), + [sym__custom_operator] = ACTIONS(2321), + }, + [STATE(1773)] = { + [sym__dot] = STATE(5542), + [aux_sym_user_type_repeat1] = STATE(1759), + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2151), + [anon_sym_async] = ACTIONS(2151), + [anon_sym_lazy] = ACTIONS(2151), + [anon_sym_package] = ACTIONS(2151), + [anon_sym_COMMA] = ACTIONS(2151), + [anon_sym_BANG2] = ACTIONS(2151), + [anon_sym_DOT] = ACTIONS(2151), + [anon_sym_QMARK2] = ACTIONS(2151), + [anon_sym_AMP] = ACTIONS(2151), + [anon_sym_LBRACE] = ACTIONS(2151), + [anon_sym_RBRACE] = ACTIONS(2151), + [anon_sym_case] = ACTIONS(2151), + [anon_sym_import] = ACTIONS(2151), + [anon_sym_typealias] = ACTIONS(2151), + [anon_sym_struct] = ACTIONS(2151), + [anon_sym_class] = ACTIONS(2151), + [anon_sym_enum] = ACTIONS(2151), + [anon_sym_protocol] = ACTIONS(2151), + [anon_sym_let] = ACTIONS(2151), + [anon_sym_var] = ACTIONS(2151), + [anon_sym_func] = ACTIONS(2151), + [anon_sym_extension] = ACTIONS(2151), + [anon_sym_indirect] = ACTIONS(2151), + [anon_sym_init] = ACTIONS(2151), + [anon_sym_deinit] = ACTIONS(2151), + [anon_sym_subscript] = ACTIONS(2151), + [anon_sym_prefix] = ACTIONS(2151), + [anon_sym_infix] = ACTIONS(2151), + [anon_sym_postfix] = ACTIONS(2151), + [anon_sym_precedencegroup] = ACTIONS(2151), + [anon_sym_associatedtype] = ACTIONS(2151), + [anon_sym_AT] = ACTIONS(2149), + [anon_sym_override] = ACTIONS(2151), + [anon_sym_convenience] = ACTIONS(2151), + [anon_sym_required] = ACTIONS(2151), + [anon_sym_nonisolated] = ACTIONS(2151), + [anon_sym_public] = ACTIONS(2151), + [anon_sym_private] = ACTIONS(2151), + [anon_sym_internal] = ACTIONS(2151), + [anon_sym_fileprivate] = ACTIONS(2151), + [anon_sym_open] = ACTIONS(2151), + [anon_sym_mutating] = ACTIONS(2151), + [anon_sym_nonmutating] = ACTIONS(2151), + [anon_sym_static] = ACTIONS(2151), + [anon_sym_dynamic] = ACTIONS(2151), + [anon_sym_optional] = ACTIONS(2151), + [anon_sym_distributed] = ACTIONS(2151), + [anon_sym_final] = ACTIONS(2151), + [anon_sym_inout] = ACTIONS(2151), + [anon_sym_ATescaping] = ACTIONS(2151), + [anon_sym_ATautoclosure] = ACTIONS(2151), + [anon_sym_weak] = ACTIONS(2151), + [anon_sym_unowned] = ACTIONS(2149), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2151), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2151), + [anon_sym_borrowing] = ACTIONS(2151), + [anon_sym_consuming] = ACTIONS(2151), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2151), + [sym__dot_custom] = ACTIONS(4355), + [sym__eq_custom] = ACTIONS(2151), + [sym__throws_keyword] = ACTIONS(2151), + [sym__rethrows_keyword] = ACTIONS(2151), + [sym_where_keyword] = ACTIONS(2151), + [sym__async_keyword_custom] = ACTIONS(2151), + }, + [STATE(1774)] = { + [ts_builtin_sym_end] = ACTIONS(2327), + [anon_sym_BANG] = ACTIONS(2325), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(2325), + [aux_sym_simple_identifier_token2] = ACTIONS(2327), + [aux_sym_simple_identifier_token3] = ACTIONS(2327), + [aux_sym_simple_identifier_token4] = ACTIONS(2327), + [anon_sym_actor] = ACTIONS(2325), + [anon_sym_async] = ACTIONS(2325), + [anon_sym_each] = ACTIONS(2325), + [anon_sym_lazy] = ACTIONS(2325), + [anon_sym_repeat] = ACTIONS(2325), + [anon_sym_package] = ACTIONS(2325), + [anon_sym_COMMA] = ACTIONS(2327), + [anon_sym_LPAREN] = ACTIONS(2327), + [anon_sym_LBRACK] = ACTIONS(2327), + [anon_sym_QMARK] = ACTIONS(2325), + [anon_sym_QMARK2] = ACTIONS(2327), + [anon_sym_AMP] = ACTIONS(2327), + [aux_sym_custom_operator_token1] = ACTIONS(2327), + [anon_sym_LT] = ACTIONS(2325), + [anon_sym_GT] = ACTIONS(2325), + [anon_sym_LBRACE] = ACTIONS(2327), + [anon_sym_CARET_LBRACE] = ACTIONS(2327), + [anon_sym_RBRACE] = ACTIONS(2327), + [anon_sym_PLUS_EQ] = ACTIONS(2327), + [anon_sym_DASH_EQ] = ACTIONS(2327), + [anon_sym_STAR_EQ] = ACTIONS(2327), + [anon_sym_SLASH_EQ] = ACTIONS(2327), + [anon_sym_PERCENT_EQ] = ACTIONS(2327), + [anon_sym_BANG_EQ] = ACTIONS(2325), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2327), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2327), + [anon_sym_LT_EQ] = ACTIONS(2327), + [anon_sym_GT_EQ] = ACTIONS(2327), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2327), + [anon_sym_DOT_DOT_LT] = ACTIONS(2327), + [anon_sym_is] = ACTIONS(2325), + [anon_sym_PLUS] = ACTIONS(2325), + [anon_sym_DASH] = ACTIONS(2325), + [anon_sym_STAR] = ACTIONS(2325), + [anon_sym_SLASH] = ACTIONS(2325), + [anon_sym_PERCENT] = ACTIONS(2325), + [anon_sym_PLUS_PLUS] = ACTIONS(2327), + [anon_sym_DASH_DASH] = ACTIONS(2327), + [anon_sym_PIPE] = ACTIONS(2327), + [anon_sym_CARET] = ACTIONS(2325), + [anon_sym_LT_LT] = ACTIONS(2327), + [anon_sym_GT_GT] = ACTIONS(2327), + [anon_sym_borrowing] = ACTIONS(2325), + [anon_sym_consuming] = ACTIONS(2325), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2327), + [sym__explicit_semi] = ACTIONS(2327), + [sym__dot_custom] = ACTIONS(2327), + [sym__conjunction_operator_custom] = ACTIONS(2327), + [sym__disjunction_operator_custom] = ACTIONS(2327), + [sym__nil_coalescing_operator_custom] = ACTIONS(2327), + [sym__eq_custom] = ACTIONS(2327), + [sym__eq_eq_custom] = ACTIONS(2327), + [sym__plus_then_ws] = ACTIONS(2327), + [sym__minus_then_ws] = ACTIONS(2327), + [sym__bang_custom] = ACTIONS(2327), + [sym_where_keyword] = ACTIONS(2327), + [sym__as_custom] = ACTIONS(2327), + [sym__as_quest_custom] = ACTIONS(2327), + [sym__as_bang_custom] = ACTIONS(2327), + [sym__custom_operator] = ACTIONS(2327), + }, + [STATE(1775)] = { + [ts_builtin_sym_end] = ACTIONS(2344), + [anon_sym_BANG] = ACTIONS(2342), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(2342), + [aux_sym_simple_identifier_token2] = ACTIONS(2344), + [aux_sym_simple_identifier_token3] = ACTIONS(2344), + [aux_sym_simple_identifier_token4] = ACTIONS(2344), + [anon_sym_actor] = ACTIONS(2342), + [anon_sym_async] = ACTIONS(2342), + [anon_sym_each] = ACTIONS(2342), + [anon_sym_lazy] = ACTIONS(2342), + [anon_sym_repeat] = ACTIONS(2342), + [anon_sym_package] = ACTIONS(2342), + [anon_sym_COMMA] = ACTIONS(2344), + [anon_sym_LPAREN] = ACTIONS(2344), + [anon_sym_LBRACK] = ACTIONS(2344), + [anon_sym_QMARK] = ACTIONS(2342), + [anon_sym_QMARK2] = ACTIONS(2344), + [anon_sym_AMP] = ACTIONS(2344), + [aux_sym_custom_operator_token1] = ACTIONS(2344), + [anon_sym_LT] = ACTIONS(2342), + [anon_sym_GT] = ACTIONS(2342), + [anon_sym_LBRACE] = ACTIONS(2344), + [anon_sym_CARET_LBRACE] = ACTIONS(2344), + [anon_sym_RBRACE] = ACTIONS(2344), + [anon_sym_PLUS_EQ] = ACTIONS(2344), + [anon_sym_DASH_EQ] = ACTIONS(2344), + [anon_sym_STAR_EQ] = ACTIONS(2344), + [anon_sym_SLASH_EQ] = ACTIONS(2344), + [anon_sym_PERCENT_EQ] = ACTIONS(2344), + [anon_sym_BANG_EQ] = ACTIONS(2342), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2344), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2344), + [anon_sym_LT_EQ] = ACTIONS(2344), + [anon_sym_GT_EQ] = ACTIONS(2344), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2344), + [anon_sym_DOT_DOT_LT] = ACTIONS(2344), + [anon_sym_is] = ACTIONS(2342), + [anon_sym_PLUS] = ACTIONS(2342), + [anon_sym_DASH] = ACTIONS(2342), + [anon_sym_STAR] = ACTIONS(2342), + [anon_sym_SLASH] = ACTIONS(2342), + [anon_sym_PERCENT] = ACTIONS(2342), + [anon_sym_PLUS_PLUS] = ACTIONS(2344), + [anon_sym_DASH_DASH] = ACTIONS(2344), + [anon_sym_PIPE] = ACTIONS(2344), + [anon_sym_CARET] = ACTIONS(2342), + [anon_sym_LT_LT] = ACTIONS(2344), + [anon_sym_GT_GT] = ACTIONS(2344), + [anon_sym_borrowing] = ACTIONS(2342), + [anon_sym_consuming] = ACTIONS(2342), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2344), + [sym__explicit_semi] = ACTIONS(2344), + [sym__dot_custom] = ACTIONS(2344), + [sym__conjunction_operator_custom] = ACTIONS(2344), + [sym__disjunction_operator_custom] = ACTIONS(2344), + [sym__nil_coalescing_operator_custom] = ACTIONS(2344), + [sym__eq_custom] = ACTIONS(2344), + [sym__eq_eq_custom] = ACTIONS(2344), + [sym__plus_then_ws] = ACTIONS(2344), + [sym__minus_then_ws] = ACTIONS(2344), + [sym__bang_custom] = ACTIONS(2344), + [sym_where_keyword] = ACTIONS(2344), + [sym__as_custom] = ACTIONS(2344), + [sym__as_quest_custom] = ACTIONS(2344), + [sym__as_bang_custom] = ACTIONS(2344), + [sym__custom_operator] = ACTIONS(2344), + }, + [STATE(1776)] = { + [ts_builtin_sym_end] = ACTIONS(2333), + [anon_sym_BANG] = ACTIONS(2331), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(2331), + [aux_sym_simple_identifier_token2] = ACTIONS(2333), + [aux_sym_simple_identifier_token3] = ACTIONS(2333), + [aux_sym_simple_identifier_token4] = ACTIONS(2333), + [anon_sym_actor] = ACTIONS(2331), + [anon_sym_async] = ACTIONS(2331), + [anon_sym_each] = ACTIONS(2331), + [anon_sym_lazy] = ACTIONS(2331), + [anon_sym_repeat] = ACTIONS(2331), + [anon_sym_package] = ACTIONS(2331), + [anon_sym_COMMA] = ACTIONS(2333), + [anon_sym_LPAREN] = ACTIONS(2333), + [anon_sym_LBRACK] = ACTIONS(2333), + [anon_sym_QMARK] = ACTIONS(2331), + [anon_sym_QMARK2] = ACTIONS(2333), + [anon_sym_AMP] = ACTIONS(2333), + [aux_sym_custom_operator_token1] = ACTIONS(2333), + [anon_sym_LT] = ACTIONS(2331), + [anon_sym_GT] = ACTIONS(2331), + [anon_sym_LBRACE] = ACTIONS(2333), + [anon_sym_CARET_LBRACE] = ACTIONS(2333), + [anon_sym_RBRACE] = ACTIONS(2333), + [anon_sym_PLUS_EQ] = ACTIONS(2333), + [anon_sym_DASH_EQ] = ACTIONS(2333), + [anon_sym_STAR_EQ] = ACTIONS(2333), + [anon_sym_SLASH_EQ] = ACTIONS(2333), + [anon_sym_PERCENT_EQ] = ACTIONS(2333), + [anon_sym_BANG_EQ] = ACTIONS(2331), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2333), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2333), + [anon_sym_LT_EQ] = ACTIONS(2333), + [anon_sym_GT_EQ] = ACTIONS(2333), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2333), + [anon_sym_DOT_DOT_LT] = ACTIONS(2333), + [anon_sym_is] = ACTIONS(2331), + [anon_sym_PLUS] = ACTIONS(2331), + [anon_sym_DASH] = ACTIONS(2331), + [anon_sym_STAR] = ACTIONS(2331), + [anon_sym_SLASH] = ACTIONS(2331), + [anon_sym_PERCENT] = ACTIONS(2331), + [anon_sym_PLUS_PLUS] = ACTIONS(2333), + [anon_sym_DASH_DASH] = ACTIONS(2333), + [anon_sym_PIPE] = ACTIONS(2333), + [anon_sym_CARET] = ACTIONS(2331), + [anon_sym_LT_LT] = ACTIONS(2333), + [anon_sym_GT_GT] = ACTIONS(2333), + [anon_sym_borrowing] = ACTIONS(2331), + [anon_sym_consuming] = ACTIONS(2331), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2333), + [sym__explicit_semi] = ACTIONS(2333), + [sym__dot_custom] = ACTIONS(2333), + [sym__conjunction_operator_custom] = ACTIONS(2333), + [sym__disjunction_operator_custom] = ACTIONS(2333), + [sym__nil_coalescing_operator_custom] = ACTIONS(2333), + [sym__eq_custom] = ACTIONS(2333), + [sym__eq_eq_custom] = ACTIONS(2333), + [sym__plus_then_ws] = ACTIONS(2333), + [sym__minus_then_ws] = ACTIONS(2333), + [sym__bang_custom] = ACTIONS(2333), + [sym_where_keyword] = ACTIONS(2333), + [sym__as_custom] = ACTIONS(2333), + [sym__as_quest_custom] = ACTIONS(2333), + [sym__as_bang_custom] = ACTIONS(2333), + [sym__custom_operator] = ACTIONS(2333), + }, + [STATE(1777)] = { + [ts_builtin_sym_end] = ACTIONS(2340), + [anon_sym_BANG] = ACTIONS(2338), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(2338), + [aux_sym_simple_identifier_token2] = ACTIONS(2340), + [aux_sym_simple_identifier_token3] = ACTIONS(2340), + [aux_sym_simple_identifier_token4] = ACTIONS(2340), + [anon_sym_actor] = ACTIONS(2338), + [anon_sym_async] = ACTIONS(2338), + [anon_sym_each] = ACTIONS(2338), + [anon_sym_lazy] = ACTIONS(2338), + [anon_sym_repeat] = ACTIONS(2338), + [anon_sym_package] = ACTIONS(2338), + [anon_sym_COMMA] = ACTIONS(2340), + [anon_sym_LPAREN] = ACTIONS(2340), + [anon_sym_LBRACK] = ACTIONS(2340), + [anon_sym_QMARK] = ACTIONS(2338), + [anon_sym_QMARK2] = ACTIONS(2340), + [anon_sym_AMP] = ACTIONS(2340), + [aux_sym_custom_operator_token1] = ACTIONS(2340), + [anon_sym_LT] = ACTIONS(2338), + [anon_sym_GT] = ACTIONS(2338), + [anon_sym_LBRACE] = ACTIONS(2340), + [anon_sym_CARET_LBRACE] = ACTIONS(2340), + [anon_sym_RBRACE] = ACTIONS(2340), + [anon_sym_PLUS_EQ] = ACTIONS(2340), + [anon_sym_DASH_EQ] = ACTIONS(2340), + [anon_sym_STAR_EQ] = ACTIONS(2340), + [anon_sym_SLASH_EQ] = ACTIONS(2340), + [anon_sym_PERCENT_EQ] = ACTIONS(2340), + [anon_sym_BANG_EQ] = ACTIONS(2338), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2340), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2340), + [anon_sym_LT_EQ] = ACTIONS(2340), + [anon_sym_GT_EQ] = ACTIONS(2340), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2340), + [anon_sym_DOT_DOT_LT] = ACTIONS(2340), + [anon_sym_is] = ACTIONS(2338), + [anon_sym_PLUS] = ACTIONS(2338), + [anon_sym_DASH] = ACTIONS(2338), + [anon_sym_STAR] = ACTIONS(2338), + [anon_sym_SLASH] = ACTIONS(2338), + [anon_sym_PERCENT] = ACTIONS(2338), + [anon_sym_PLUS_PLUS] = ACTIONS(2340), + [anon_sym_DASH_DASH] = ACTIONS(2340), + [anon_sym_PIPE] = ACTIONS(2340), + [anon_sym_CARET] = ACTIONS(2338), + [anon_sym_LT_LT] = ACTIONS(2340), + [anon_sym_GT_GT] = ACTIONS(2340), + [anon_sym_borrowing] = ACTIONS(2338), + [anon_sym_consuming] = ACTIONS(2338), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2340), + [sym__explicit_semi] = ACTIONS(2340), + [sym__dot_custom] = ACTIONS(2340), + [sym__conjunction_operator_custom] = ACTIONS(2340), + [sym__disjunction_operator_custom] = ACTIONS(2340), + [sym__nil_coalescing_operator_custom] = ACTIONS(2340), + [sym__eq_custom] = ACTIONS(2340), + [sym__eq_eq_custom] = ACTIONS(2340), + [sym__plus_then_ws] = ACTIONS(2340), + [sym__minus_then_ws] = ACTIONS(2340), + [sym__bang_custom] = ACTIONS(2340), + [sym_where_keyword] = ACTIONS(2340), + [sym__as_custom] = ACTIONS(2340), + [sym__as_quest_custom] = ACTIONS(2340), + [sym__as_bang_custom] = ACTIONS(2340), + [sym__custom_operator] = ACTIONS(2340), + }, + [STATE(1778)] = { + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2231), + [anon_sym_async] = ACTIONS(2231), + [anon_sym_lazy] = ACTIONS(2231), + [anon_sym_package] = ACTIONS(2231), + [anon_sym_COMMA] = ACTIONS(2231), + [anon_sym_COLON] = ACTIONS(2231), + [anon_sym_DOT] = ACTIONS(2231), + [anon_sym_QMARK] = ACTIONS(2229), + [anon_sym_QMARK2] = ACTIONS(2231), + [anon_sym_AMP] = ACTIONS(2231), + [anon_sym_LBRACE] = ACTIONS(2231), + [anon_sym_RBRACE] = ACTIONS(2231), + [anon_sym_case] = ACTIONS(2231), + [anon_sym_import] = ACTIONS(2231), + [anon_sym_typealias] = ACTIONS(2231), + [anon_sym_struct] = ACTIONS(2231), + [anon_sym_class] = ACTIONS(2231), + [anon_sym_enum] = ACTIONS(2231), + [anon_sym_protocol] = ACTIONS(2231), + [anon_sym_let] = ACTIONS(2231), + [anon_sym_var] = ACTIONS(2231), + [anon_sym_func] = ACTIONS(2231), + [anon_sym_extension] = ACTIONS(2231), + [anon_sym_indirect] = ACTIONS(2231), + [anon_sym_init] = ACTIONS(2231), + [anon_sym_deinit] = ACTIONS(2231), + [anon_sym_subscript] = ACTIONS(2231), + [anon_sym_prefix] = ACTIONS(2231), + [anon_sym_infix] = ACTIONS(2231), + [anon_sym_postfix] = ACTIONS(2231), + [anon_sym_precedencegroup] = ACTIONS(2231), + [anon_sym_associatedtype] = ACTIONS(2231), + [anon_sym_AT] = ACTIONS(2229), + [anon_sym_override] = ACTIONS(2231), + [anon_sym_convenience] = ACTIONS(2231), + [anon_sym_required] = ACTIONS(2231), + [anon_sym_nonisolated] = ACTIONS(2231), + [anon_sym_public] = ACTIONS(2231), + [anon_sym_private] = ACTIONS(2231), + [anon_sym_internal] = ACTIONS(2231), + [anon_sym_fileprivate] = ACTIONS(2231), + [anon_sym_open] = ACTIONS(2231), + [anon_sym_mutating] = ACTIONS(2231), + [anon_sym_nonmutating] = ACTIONS(2231), + [anon_sym_static] = ACTIONS(2231), + [anon_sym_dynamic] = ACTIONS(2231), + [anon_sym_optional] = ACTIONS(2231), + [anon_sym_distributed] = ACTIONS(2231), + [anon_sym_final] = ACTIONS(2231), + [anon_sym_inout] = ACTIONS(2231), + [anon_sym_ATescaping] = ACTIONS(2231), + [anon_sym_ATautoclosure] = ACTIONS(2231), + [anon_sym_weak] = ACTIONS(2231), + [anon_sym_unowned] = ACTIONS(2229), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2231), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2231), + [anon_sym_borrowing] = ACTIONS(2231), + [anon_sym_consuming] = ACTIONS(2231), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2231), + [sym__dot_custom] = ACTIONS(2231), + [sym__eq_custom] = ACTIONS(2231), + [sym__throws_keyword] = ACTIONS(2231), + [sym__rethrows_keyword] = ACTIONS(2231), + [sym_where_keyword] = ACTIONS(2231), + [sym__as_custom] = ACTIONS(2231), + [sym__async_keyword_custom] = ACTIONS(2231), + }, + [STATE(1779)] = { + [sym__dot] = STATE(5593), + [aux_sym_user_type_repeat1] = STATE(1779), + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2101), + [anon_sym_async] = ACTIONS(2101), + [anon_sym_lazy] = ACTIONS(2101), + [anon_sym_package] = ACTIONS(2101), + [anon_sym_COMMA] = ACTIONS(2101), + [anon_sym_BANG2] = ACTIONS(2101), + [anon_sym_DOT] = ACTIONS(2101), + [anon_sym_QMARK2] = ACTIONS(2101), + [anon_sym_AMP] = ACTIONS(2101), + [anon_sym_LBRACE] = ACTIONS(2101), + [anon_sym_RBRACE] = ACTIONS(2101), + [anon_sym_case] = ACTIONS(2101), + [anon_sym_import] = ACTIONS(2101), + [anon_sym_typealias] = ACTIONS(2101), + [anon_sym_struct] = ACTIONS(2101), + [anon_sym_class] = ACTIONS(2101), + [anon_sym_enum] = ACTIONS(2101), + [anon_sym_protocol] = ACTIONS(2101), + [anon_sym_let] = ACTIONS(2101), + [anon_sym_var] = ACTIONS(2101), + [anon_sym_func] = ACTIONS(2101), + [anon_sym_extension] = ACTIONS(2101), + [anon_sym_indirect] = ACTIONS(2101), + [anon_sym_init] = ACTIONS(2101), + [anon_sym_deinit] = ACTIONS(2101), + [anon_sym_subscript] = ACTIONS(2101), + [anon_sym_prefix] = ACTIONS(2101), + [anon_sym_infix] = ACTIONS(2101), + [anon_sym_postfix] = ACTIONS(2101), + [anon_sym_precedencegroup] = ACTIONS(2101), + [anon_sym_associatedtype] = ACTIONS(2101), + [anon_sym_AT] = ACTIONS(2099), + [anon_sym_override] = ACTIONS(2101), + [anon_sym_convenience] = ACTIONS(2101), + [anon_sym_required] = ACTIONS(2101), + [anon_sym_nonisolated] = ACTIONS(2101), + [anon_sym_public] = ACTIONS(2101), + [anon_sym_private] = ACTIONS(2101), + [anon_sym_internal] = ACTIONS(2101), + [anon_sym_fileprivate] = ACTIONS(2101), + [anon_sym_open] = ACTIONS(2101), + [anon_sym_mutating] = ACTIONS(2101), + [anon_sym_nonmutating] = ACTIONS(2101), + [anon_sym_static] = ACTIONS(2101), + [anon_sym_dynamic] = ACTIONS(2101), + [anon_sym_optional] = ACTIONS(2101), + [anon_sym_distributed] = ACTIONS(2101), + [anon_sym_final] = ACTIONS(2101), + [anon_sym_inout] = ACTIONS(2101), + [anon_sym_ATescaping] = ACTIONS(2101), + [anon_sym_ATautoclosure] = ACTIONS(2101), + [anon_sym_weak] = ACTIONS(2101), + [anon_sym_unowned] = ACTIONS(2099), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2101), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2101), + [anon_sym_borrowing] = ACTIONS(2101), + [anon_sym_consuming] = ACTIONS(2101), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2101), + [sym__dot_custom] = ACTIONS(4364), + [sym__eq_custom] = ACTIONS(2101), + [sym__throws_keyword] = ACTIONS(2101), + [sym__rethrows_keyword] = ACTIONS(2101), + [sym__async_keyword_custom] = ACTIONS(2101), + }, + [STATE(1780)] = { + [sym__immediate_quest] = STATE(1785), + [aux_sym_optional_type_repeat1] = STATE(1785), + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2123), + [anon_sym_async] = ACTIONS(2123), + [anon_sym_lazy] = ACTIONS(2123), + [anon_sym_package] = ACTIONS(2123), + [anon_sym_COMMA] = ACTIONS(2123), + [anon_sym_BANG2] = ACTIONS(2123), + [anon_sym_DOT] = ACTIONS(2123), + [anon_sym_QMARK2] = ACTIONS(4276), + [anon_sym_AMP] = ACTIONS(2123), + [anon_sym_LBRACE] = ACTIONS(2123), + [anon_sym_RBRACE] = ACTIONS(2123), + [anon_sym_case] = ACTIONS(2123), + [anon_sym_import] = ACTIONS(2123), + [anon_sym_typealias] = ACTIONS(2123), + [anon_sym_struct] = ACTIONS(2123), + [anon_sym_class] = ACTIONS(2123), + [anon_sym_enum] = ACTIONS(2123), + [anon_sym_protocol] = ACTIONS(2123), + [anon_sym_let] = ACTIONS(2123), + [anon_sym_var] = ACTIONS(2123), + [anon_sym_func] = ACTIONS(2123), + [anon_sym_extension] = ACTIONS(2123), + [anon_sym_indirect] = ACTIONS(2123), + [anon_sym_init] = ACTIONS(2123), + [anon_sym_deinit] = ACTIONS(2123), + [anon_sym_subscript] = ACTIONS(2123), + [anon_sym_prefix] = ACTIONS(2123), + [anon_sym_infix] = ACTIONS(2123), + [anon_sym_postfix] = ACTIONS(2123), + [anon_sym_precedencegroup] = ACTIONS(2123), + [anon_sym_associatedtype] = ACTIONS(2123), + [anon_sym_AT] = ACTIONS(2121), + [anon_sym_override] = ACTIONS(2123), + [anon_sym_convenience] = ACTIONS(2123), + [anon_sym_required] = ACTIONS(2123), + [anon_sym_nonisolated] = ACTIONS(2123), + [anon_sym_public] = ACTIONS(2123), + [anon_sym_private] = ACTIONS(2123), + [anon_sym_internal] = ACTIONS(2123), + [anon_sym_fileprivate] = ACTIONS(2123), + [anon_sym_open] = ACTIONS(2123), + [anon_sym_mutating] = ACTIONS(2123), + [anon_sym_nonmutating] = ACTIONS(2123), + [anon_sym_static] = ACTIONS(2123), + [anon_sym_dynamic] = ACTIONS(2123), + [anon_sym_optional] = ACTIONS(2123), + [anon_sym_distributed] = ACTIONS(2123), + [anon_sym_final] = ACTIONS(2123), + [anon_sym_inout] = ACTIONS(2123), + [anon_sym_ATescaping] = ACTIONS(2123), + [anon_sym_ATautoclosure] = ACTIONS(2123), + [anon_sym_weak] = ACTIONS(2123), + [anon_sym_unowned] = ACTIONS(2121), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2123), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2123), + [anon_sym_borrowing] = ACTIONS(2123), + [anon_sym_consuming] = ACTIONS(2123), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2123), + [sym__eq_custom] = ACTIONS(2123), + [sym__throws_keyword] = ACTIONS(2123), + [sym__rethrows_keyword] = ACTIONS(2123), + [sym_where_keyword] = ACTIONS(2123), + [sym__async_keyword_custom] = ACTIONS(2123), + }, + [STATE(1781)] = { + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2101), + [anon_sym_async] = ACTIONS(2101), + [anon_sym_lazy] = ACTIONS(2101), + [anon_sym_package] = ACTIONS(2101), + [anon_sym_RPAREN] = ACTIONS(2101), + [anon_sym_COMMA] = ACTIONS(2101), + [anon_sym_BANG2] = ACTIONS(2101), + [anon_sym_DOT] = ACTIONS(2099), + [anon_sym_QMARK2] = ACTIONS(2101), + [anon_sym_AMP] = ACTIONS(2101), + [anon_sym_LBRACE] = ACTIONS(2101), + [anon_sym_RBRACE] = ACTIONS(2101), + [anon_sym_case] = ACTIONS(2101), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2101), + [anon_sym_import] = ACTIONS(2101), + [anon_sym_typealias] = ACTIONS(2101), + [anon_sym_struct] = ACTIONS(2101), + [anon_sym_class] = ACTIONS(2101), + [anon_sym_enum] = ACTIONS(2101), + [anon_sym_protocol] = ACTIONS(2101), + [anon_sym_let] = ACTIONS(2101), + [anon_sym_var] = ACTIONS(2101), + [anon_sym_func] = ACTIONS(2101), + [anon_sym_extension] = ACTIONS(2101), + [anon_sym_indirect] = ACTIONS(2101), + [anon_sym_init] = ACTIONS(2101), + [anon_sym_deinit] = ACTIONS(2101), + [anon_sym_subscript] = ACTIONS(2101), + [anon_sym_prefix] = ACTIONS(2101), + [anon_sym_infix] = ACTIONS(2101), + [anon_sym_postfix] = ACTIONS(2101), + [anon_sym_precedencegroup] = ACTIONS(2101), + [anon_sym_associatedtype] = ACTIONS(2101), + [anon_sym_AT] = ACTIONS(2099), + [anon_sym_override] = ACTIONS(2101), + [anon_sym_convenience] = ACTIONS(2101), + [anon_sym_required] = ACTIONS(2101), + [anon_sym_nonisolated] = ACTIONS(2101), + [anon_sym_public] = ACTIONS(2101), + [anon_sym_private] = ACTIONS(2101), + [anon_sym_internal] = ACTIONS(2101), + [anon_sym_fileprivate] = ACTIONS(2101), + [anon_sym_open] = ACTIONS(2101), + [anon_sym_mutating] = ACTIONS(2101), + [anon_sym_nonmutating] = ACTIONS(2101), + [anon_sym_static] = ACTIONS(2101), + [anon_sym_dynamic] = ACTIONS(2101), + [anon_sym_optional] = ACTIONS(2101), + [anon_sym_distributed] = ACTIONS(2101), + [anon_sym_final] = ACTIONS(2101), + [anon_sym_inout] = ACTIONS(2101), + [anon_sym_ATescaping] = ACTIONS(2101), + [anon_sym_ATautoclosure] = ACTIONS(2101), + [anon_sym_weak] = ACTIONS(2101), + [anon_sym_unowned] = ACTIONS(2099), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2101), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2101), + [anon_sym_borrowing] = ACTIONS(2101), + [anon_sym_consuming] = ACTIONS(2101), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2101), + [sym__dot_custom] = ACTIONS(2101), + [sym__eq_custom] = ACTIONS(2101), + [sym__throws_keyword] = ACTIONS(2101), + [sym__rethrows_keyword] = ACTIONS(2101), + [sym__async_keyword_custom] = ACTIONS(2101), + }, + [STATE(1782)] = { + [aux_sym_protocol_composition_type_repeat1] = STATE(1782), + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2189), + [anon_sym_async] = ACTIONS(2189), + [anon_sym_lazy] = ACTIONS(2189), + [anon_sym_package] = ACTIONS(2189), + [anon_sym_COMMA] = ACTIONS(2189), + [anon_sym_COLON] = ACTIONS(2189), + [anon_sym_DOT] = ACTIONS(2189), + [anon_sym_QMARK] = ACTIONS(2189), + [anon_sym_AMP] = ACTIONS(4367), + [anon_sym_LBRACE] = ACTIONS(2189), + [anon_sym_RBRACE] = ACTIONS(2189), + [anon_sym_case] = ACTIONS(2189), + [anon_sym_import] = ACTIONS(2189), + [anon_sym_typealias] = ACTIONS(2189), + [anon_sym_struct] = ACTIONS(2189), + [anon_sym_class] = ACTIONS(2189), + [anon_sym_enum] = ACTIONS(2189), + [anon_sym_protocol] = ACTIONS(2189), + [anon_sym_let] = ACTIONS(2189), + [anon_sym_var] = ACTIONS(2189), + [anon_sym_func] = ACTIONS(2189), + [anon_sym_extension] = ACTIONS(2189), + [anon_sym_indirect] = ACTIONS(2189), + [anon_sym_init] = ACTIONS(2189), + [anon_sym_deinit] = ACTIONS(2189), + [anon_sym_subscript] = ACTIONS(2189), + [anon_sym_prefix] = ACTIONS(2189), + [anon_sym_infix] = ACTIONS(2189), + [anon_sym_postfix] = ACTIONS(2189), + [anon_sym_precedencegroup] = ACTIONS(2189), + [anon_sym_associatedtype] = ACTIONS(2189), + [anon_sym_AT] = ACTIONS(2187), + [anon_sym_override] = ACTIONS(2189), + [anon_sym_convenience] = ACTIONS(2189), + [anon_sym_required] = ACTIONS(2189), + [anon_sym_nonisolated] = ACTIONS(2189), + [anon_sym_public] = ACTIONS(2189), + [anon_sym_private] = ACTIONS(2189), + [anon_sym_internal] = ACTIONS(2189), + [anon_sym_fileprivate] = ACTIONS(2189), + [anon_sym_open] = ACTIONS(2189), + [anon_sym_mutating] = ACTIONS(2189), + [anon_sym_nonmutating] = ACTIONS(2189), + [anon_sym_static] = ACTIONS(2189), + [anon_sym_dynamic] = ACTIONS(2189), + [anon_sym_optional] = ACTIONS(2189), + [anon_sym_distributed] = ACTIONS(2189), + [anon_sym_final] = ACTIONS(2189), + [anon_sym_inout] = ACTIONS(2189), + [anon_sym_ATescaping] = ACTIONS(2189), + [anon_sym_ATautoclosure] = ACTIONS(2189), + [anon_sym_weak] = ACTIONS(2189), + [anon_sym_unowned] = ACTIONS(2187), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2189), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2189), + [anon_sym_borrowing] = ACTIONS(2189), + [anon_sym_consuming] = ACTIONS(2189), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2189), + [sym__eq_custom] = ACTIONS(2189), + [sym__throws_keyword] = ACTIONS(2189), + [sym__rethrows_keyword] = ACTIONS(2189), + [sym_where_keyword] = ACTIONS(2189), + [sym__as_custom] = ACTIONS(2189), + [sym__async_keyword_custom] = ACTIONS(2189), + }, + [STATE(1783)] = { + [sym__immediate_quest] = STATE(1780), + [aux_sym_optional_type_repeat1] = STATE(1780), + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2087), + [anon_sym_async] = ACTIONS(2087), + [anon_sym_lazy] = ACTIONS(2087), + [anon_sym_package] = ACTIONS(2087), + [anon_sym_COMMA] = ACTIONS(2087), + [anon_sym_BANG2] = ACTIONS(2087), + [anon_sym_DOT] = ACTIONS(2087), + [anon_sym_QMARK2] = ACTIONS(4276), + [anon_sym_AMP] = ACTIONS(2087), + [anon_sym_LBRACE] = ACTIONS(2087), + [anon_sym_RBRACE] = ACTIONS(2087), + [anon_sym_case] = ACTIONS(2087), + [anon_sym_import] = ACTIONS(2087), + [anon_sym_typealias] = ACTIONS(2087), + [anon_sym_struct] = ACTIONS(2087), + [anon_sym_class] = ACTIONS(2087), + [anon_sym_enum] = ACTIONS(2087), + [anon_sym_protocol] = ACTIONS(2087), + [anon_sym_let] = ACTIONS(2087), + [anon_sym_var] = ACTIONS(2087), + [anon_sym_func] = ACTIONS(2087), + [anon_sym_extension] = ACTIONS(2087), + [anon_sym_indirect] = ACTIONS(2087), + [anon_sym_init] = ACTIONS(2087), + [anon_sym_deinit] = ACTIONS(2087), + [anon_sym_subscript] = ACTIONS(2087), + [anon_sym_prefix] = ACTIONS(2087), + [anon_sym_infix] = ACTIONS(2087), + [anon_sym_postfix] = ACTIONS(2087), + [anon_sym_precedencegroup] = ACTIONS(2087), + [anon_sym_associatedtype] = ACTIONS(2087), + [anon_sym_AT] = ACTIONS(2085), + [anon_sym_override] = ACTIONS(2087), + [anon_sym_convenience] = ACTIONS(2087), + [anon_sym_required] = ACTIONS(2087), + [anon_sym_nonisolated] = ACTIONS(2087), + [anon_sym_public] = ACTIONS(2087), + [anon_sym_private] = ACTIONS(2087), + [anon_sym_internal] = ACTIONS(2087), + [anon_sym_fileprivate] = ACTIONS(2087), + [anon_sym_open] = ACTIONS(2087), + [anon_sym_mutating] = ACTIONS(2087), + [anon_sym_nonmutating] = ACTIONS(2087), + [anon_sym_static] = ACTIONS(2087), + [anon_sym_dynamic] = ACTIONS(2087), + [anon_sym_optional] = ACTIONS(2087), + [anon_sym_distributed] = ACTIONS(2087), + [anon_sym_final] = ACTIONS(2087), + [anon_sym_inout] = ACTIONS(2087), + [anon_sym_ATescaping] = ACTIONS(2087), + [anon_sym_ATautoclosure] = ACTIONS(2087), + [anon_sym_weak] = ACTIONS(2087), + [anon_sym_unowned] = ACTIONS(2085), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2087), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2087), + [anon_sym_borrowing] = ACTIONS(2087), + [anon_sym_consuming] = ACTIONS(2087), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2087), + [sym__eq_custom] = ACTIONS(2087), + [sym__throws_keyword] = ACTIONS(2087), + [sym__rethrows_keyword] = ACTIONS(2087), + [sym_where_keyword] = ACTIONS(2087), + [sym__async_keyword_custom] = ACTIONS(2087), + }, + [STATE(1784)] = { + [ts_builtin_sym_end] = ACTIONS(2333), + [anon_sym_BANG] = ACTIONS(2331), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(2331), + [aux_sym_simple_identifier_token2] = ACTIONS(2333), + [aux_sym_simple_identifier_token3] = ACTIONS(2333), + [aux_sym_simple_identifier_token4] = ACTIONS(2333), + [anon_sym_actor] = ACTIONS(2331), + [anon_sym_async] = ACTIONS(2331), + [anon_sym_each] = ACTIONS(2331), + [anon_sym_lazy] = ACTIONS(2331), + [anon_sym_repeat] = ACTIONS(2331), + [anon_sym_package] = ACTIONS(2331), + [anon_sym_COMMA] = ACTIONS(2333), + [anon_sym_LPAREN] = ACTIONS(2333), + [anon_sym_LBRACK] = ACTIONS(2333), + [anon_sym_QMARK] = ACTIONS(2331), + [anon_sym_QMARK2] = ACTIONS(2333), + [anon_sym_AMP] = ACTIONS(2333), + [aux_sym_custom_operator_token1] = ACTIONS(2333), + [anon_sym_LT] = ACTIONS(2331), + [anon_sym_GT] = ACTIONS(2331), + [anon_sym_LBRACE] = ACTIONS(2333), + [anon_sym_CARET_LBRACE] = ACTIONS(2333), + [anon_sym_RBRACE] = ACTIONS(2333), + [anon_sym_PLUS_EQ] = ACTIONS(2333), + [anon_sym_DASH_EQ] = ACTIONS(2333), + [anon_sym_STAR_EQ] = ACTIONS(2333), + [anon_sym_SLASH_EQ] = ACTIONS(2333), + [anon_sym_PERCENT_EQ] = ACTIONS(2333), + [anon_sym_BANG_EQ] = ACTIONS(2331), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2333), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2333), + [anon_sym_LT_EQ] = ACTIONS(2333), + [anon_sym_GT_EQ] = ACTIONS(2333), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2333), + [anon_sym_DOT_DOT_LT] = ACTIONS(2333), + [anon_sym_is] = ACTIONS(2331), + [anon_sym_PLUS] = ACTIONS(2331), + [anon_sym_DASH] = ACTIONS(2331), + [anon_sym_STAR] = ACTIONS(2331), + [anon_sym_SLASH] = ACTIONS(2331), + [anon_sym_PERCENT] = ACTIONS(2331), + [anon_sym_PLUS_PLUS] = ACTIONS(2333), + [anon_sym_DASH_DASH] = ACTIONS(2333), + [anon_sym_PIPE] = ACTIONS(2333), + [anon_sym_CARET] = ACTIONS(2331), + [anon_sym_LT_LT] = ACTIONS(2333), + [anon_sym_GT_GT] = ACTIONS(2333), + [anon_sym_borrowing] = ACTIONS(2331), + [anon_sym_consuming] = ACTIONS(2331), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2333), + [sym__explicit_semi] = ACTIONS(2333), + [sym__dot_custom] = ACTIONS(2333), + [sym__conjunction_operator_custom] = ACTIONS(2333), + [sym__disjunction_operator_custom] = ACTIONS(2333), + [sym__nil_coalescing_operator_custom] = ACTIONS(2333), + [sym__eq_custom] = ACTIONS(2333), + [sym__eq_eq_custom] = ACTIONS(2333), + [sym__plus_then_ws] = ACTIONS(2333), + [sym__minus_then_ws] = ACTIONS(2333), + [sym__bang_custom] = ACTIONS(2333), + [sym__as_custom] = ACTIONS(2333), + [sym__as_quest_custom] = ACTIONS(2333), + [sym__as_bang_custom] = ACTIONS(2333), + [sym__custom_operator] = ACTIONS(2333), + }, + [STATE(1785)] = { + [sym__immediate_quest] = STATE(1785), + [aux_sym_optional_type_repeat1] = STATE(1785), + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2144), + [anon_sym_async] = ACTIONS(2144), + [anon_sym_lazy] = ACTIONS(2144), + [anon_sym_package] = ACTIONS(2144), + [anon_sym_COMMA] = ACTIONS(2144), + [anon_sym_BANG2] = ACTIONS(2144), + [anon_sym_DOT] = ACTIONS(2144), + [anon_sym_QMARK2] = ACTIONS(4370), + [anon_sym_AMP] = ACTIONS(2144), + [anon_sym_LBRACE] = ACTIONS(2144), + [anon_sym_RBRACE] = ACTIONS(2144), + [anon_sym_case] = ACTIONS(2144), + [anon_sym_import] = ACTIONS(2144), + [anon_sym_typealias] = ACTIONS(2144), + [anon_sym_struct] = ACTIONS(2144), + [anon_sym_class] = ACTIONS(2144), + [anon_sym_enum] = ACTIONS(2144), + [anon_sym_protocol] = ACTIONS(2144), + [anon_sym_let] = ACTIONS(2144), + [anon_sym_var] = ACTIONS(2144), + [anon_sym_func] = ACTIONS(2144), + [anon_sym_extension] = ACTIONS(2144), + [anon_sym_indirect] = ACTIONS(2144), + [anon_sym_init] = ACTIONS(2144), + [anon_sym_deinit] = ACTIONS(2144), + [anon_sym_subscript] = ACTIONS(2144), + [anon_sym_prefix] = ACTIONS(2144), + [anon_sym_infix] = ACTIONS(2144), + [anon_sym_postfix] = ACTIONS(2144), + [anon_sym_precedencegroup] = ACTIONS(2144), + [anon_sym_associatedtype] = ACTIONS(2144), + [anon_sym_AT] = ACTIONS(2142), + [anon_sym_override] = ACTIONS(2144), + [anon_sym_convenience] = ACTIONS(2144), + [anon_sym_required] = ACTIONS(2144), + [anon_sym_nonisolated] = ACTIONS(2144), + [anon_sym_public] = ACTIONS(2144), + [anon_sym_private] = ACTIONS(2144), + [anon_sym_internal] = ACTIONS(2144), + [anon_sym_fileprivate] = ACTIONS(2144), + [anon_sym_open] = ACTIONS(2144), + [anon_sym_mutating] = ACTIONS(2144), + [anon_sym_nonmutating] = ACTIONS(2144), + [anon_sym_static] = ACTIONS(2144), + [anon_sym_dynamic] = ACTIONS(2144), + [anon_sym_optional] = ACTIONS(2144), + [anon_sym_distributed] = ACTIONS(2144), + [anon_sym_final] = ACTIONS(2144), + [anon_sym_inout] = ACTIONS(2144), + [anon_sym_ATescaping] = ACTIONS(2144), + [anon_sym_ATautoclosure] = ACTIONS(2144), + [anon_sym_weak] = ACTIONS(2144), + [anon_sym_unowned] = ACTIONS(2142), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2144), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2144), + [anon_sym_borrowing] = ACTIONS(2144), + [anon_sym_consuming] = ACTIONS(2144), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2144), + [sym__eq_custom] = ACTIONS(2144), + [sym__throws_keyword] = ACTIONS(2144), + [sym__rethrows_keyword] = ACTIONS(2144), + [sym_where_keyword] = ACTIONS(2144), + [sym__async_keyword_custom] = ACTIONS(2144), + }, + [STATE(1786)] = { + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2298), + [anon_sym_async] = ACTIONS(2298), + [anon_sym_lazy] = ACTIONS(2298), + [anon_sym_package] = ACTIONS(2298), + [anon_sym_COMMA] = ACTIONS(2298), + [anon_sym_COLON] = ACTIONS(2298), + [anon_sym_DOT] = ACTIONS(2298), + [anon_sym_QMARK] = ACTIONS(2296), + [anon_sym_QMARK2] = ACTIONS(2298), + [anon_sym_AMP] = ACTIONS(2298), + [anon_sym_LBRACE] = ACTIONS(2298), + [anon_sym_RBRACE] = ACTIONS(2298), + [anon_sym_case] = ACTIONS(2298), + [anon_sym_import] = ACTIONS(2298), + [anon_sym_typealias] = ACTIONS(2298), + [anon_sym_struct] = ACTIONS(2298), + [anon_sym_class] = ACTIONS(2298), + [anon_sym_enum] = ACTIONS(2298), + [anon_sym_protocol] = ACTIONS(2298), + [anon_sym_let] = ACTIONS(2298), + [anon_sym_var] = ACTIONS(2298), + [anon_sym_func] = ACTIONS(2298), + [anon_sym_extension] = ACTIONS(2298), + [anon_sym_indirect] = ACTIONS(2298), + [anon_sym_init] = ACTIONS(2298), + [anon_sym_deinit] = ACTIONS(2298), + [anon_sym_subscript] = ACTIONS(2298), + [anon_sym_prefix] = ACTIONS(2298), + [anon_sym_infix] = ACTIONS(2298), + [anon_sym_postfix] = ACTIONS(2298), + [anon_sym_precedencegroup] = ACTIONS(2298), + [anon_sym_associatedtype] = ACTIONS(2298), + [anon_sym_AT] = ACTIONS(2296), + [anon_sym_override] = ACTIONS(2298), + [anon_sym_convenience] = ACTIONS(2298), + [anon_sym_required] = ACTIONS(2298), + [anon_sym_nonisolated] = ACTIONS(2298), + [anon_sym_public] = ACTIONS(2298), + [anon_sym_private] = ACTIONS(2298), + [anon_sym_internal] = ACTIONS(2298), + [anon_sym_fileprivate] = ACTIONS(2298), + [anon_sym_open] = ACTIONS(2298), + [anon_sym_mutating] = ACTIONS(2298), + [anon_sym_nonmutating] = ACTIONS(2298), + [anon_sym_static] = ACTIONS(2298), + [anon_sym_dynamic] = ACTIONS(2298), + [anon_sym_optional] = ACTIONS(2298), + [anon_sym_distributed] = ACTIONS(2298), + [anon_sym_final] = ACTIONS(2298), + [anon_sym_inout] = ACTIONS(2298), + [anon_sym_ATescaping] = ACTIONS(2298), + [anon_sym_ATautoclosure] = ACTIONS(2298), + [anon_sym_weak] = ACTIONS(2298), + [anon_sym_unowned] = ACTIONS(2296), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2298), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2298), + [anon_sym_borrowing] = ACTIONS(2298), + [anon_sym_consuming] = ACTIONS(2298), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2298), + [sym__eq_custom] = ACTIONS(2298), + [sym__throws_keyword] = ACTIONS(2298), + [sym__rethrows_keyword] = ACTIONS(2298), + [sym_where_keyword] = ACTIONS(2298), + [sym__as_custom] = ACTIONS(2298), + [sym__async_keyword_custom] = ACTIONS(2298), + }, + [STATE(1787)] = { + [sym_type_arguments] = STATE(2076), + [anon_sym_BANG] = ACTIONS(2405), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(4373), + [aux_sym_simple_identifier_token2] = ACTIONS(4375), + [aux_sym_simple_identifier_token3] = ACTIONS(4375), + [aux_sym_simple_identifier_token4] = ACTIONS(4375), + [anon_sym_actor] = ACTIONS(4373), + [anon_sym_async] = ACTIONS(4373), + [anon_sym_each] = ACTIONS(4373), + [anon_sym_lazy] = ACTIONS(4373), + [anon_sym_repeat] = ACTIONS(4373), + [anon_sym_package] = ACTIONS(4373), + [sym_integer_literal] = ACTIONS(4375), + [anon_sym_RPAREN] = ACTIONS(2407), + [anon_sym_COMMA] = ACTIONS(2407), + [anon_sym_COLON] = ACTIONS(4377), + [anon_sym_LPAREN] = ACTIONS(2409), + [anon_sym_LBRACK] = ACTIONS(2407), + [anon_sym_QMARK] = ACTIONS(2405), + [anon_sym_QMARK2] = ACTIONS(2407), + [anon_sym_AMP] = ACTIONS(2407), + [aux_sym_custom_operator_token1] = ACTIONS(2407), + [anon_sym_LT] = ACTIONS(2412), + [anon_sym_GT] = ACTIONS(2405), + [anon_sym_LBRACE] = ACTIONS(2409), + [anon_sym_CARET_LBRACE] = ACTIONS(2409), + [anon_sym_PLUS_EQ] = ACTIONS(2407), + [anon_sym_DASH_EQ] = ACTIONS(2407), + [anon_sym_STAR_EQ] = ACTIONS(2407), + [anon_sym_SLASH_EQ] = ACTIONS(2407), + [anon_sym_PERCENT_EQ] = ACTIONS(2407), + [anon_sym_BANG_EQ] = ACTIONS(2405), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2407), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2407), + [anon_sym_LT_EQ] = ACTIONS(2407), + [anon_sym_GT_EQ] = ACTIONS(2407), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2407), + [anon_sym_DOT_DOT_LT] = ACTIONS(2407), + [anon_sym_is] = ACTIONS(2405), + [anon_sym_PLUS] = ACTIONS(2405), + [anon_sym_DASH] = ACTIONS(2405), + [anon_sym_STAR] = ACTIONS(2405), + [anon_sym_SLASH] = ACTIONS(2405), + [anon_sym_PERCENT] = ACTIONS(2405), + [anon_sym_PLUS_PLUS] = ACTIONS(2407), + [anon_sym_DASH_DASH] = ACTIONS(2407), + [anon_sym_PIPE] = ACTIONS(2407), + [anon_sym_CARET] = ACTIONS(2405), + [anon_sym_LT_LT] = ACTIONS(2407), + [anon_sym_GT_GT] = ACTIONS(2407), + [anon_sym_borrowing] = ACTIONS(4373), + [anon_sym_consuming] = ACTIONS(4373), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2409), + [sym__conjunction_operator_custom] = ACTIONS(2407), + [sym__disjunction_operator_custom] = ACTIONS(2407), + [sym__nil_coalescing_operator_custom] = ACTIONS(2407), + [sym__eq_custom] = ACTIONS(2407), + [sym__eq_eq_custom] = ACTIONS(2407), + [sym__plus_then_ws] = ACTIONS(2407), + [sym__minus_then_ws] = ACTIONS(2407), + [sym__bang_custom] = ACTIONS(2407), + [sym__as_custom] = ACTIONS(2407), + [sym__as_quest_custom] = ACTIONS(2407), + [sym__as_bang_custom] = ACTIONS(2407), + [sym__custom_operator] = ACTIONS(2407), + }, + [STATE(1788)] = { + [ts_builtin_sym_end] = ACTIONS(2344), + [anon_sym_BANG] = ACTIONS(2342), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(2342), + [aux_sym_simple_identifier_token2] = ACTIONS(2344), + [aux_sym_simple_identifier_token3] = ACTIONS(2344), + [aux_sym_simple_identifier_token4] = ACTIONS(2344), + [anon_sym_actor] = ACTIONS(2342), + [anon_sym_async] = ACTIONS(2342), + [anon_sym_each] = ACTIONS(2342), + [anon_sym_lazy] = ACTIONS(2342), + [anon_sym_repeat] = ACTIONS(2342), + [anon_sym_package] = ACTIONS(2342), + [anon_sym_COMMA] = ACTIONS(2344), + [anon_sym_LPAREN] = ACTIONS(2344), + [anon_sym_LBRACK] = ACTIONS(2344), + [anon_sym_QMARK] = ACTIONS(2342), + [anon_sym_QMARK2] = ACTIONS(2344), + [anon_sym_AMP] = ACTIONS(2344), + [aux_sym_custom_operator_token1] = ACTIONS(2344), + [anon_sym_LT] = ACTIONS(2342), + [anon_sym_GT] = ACTIONS(2342), + [anon_sym_LBRACE] = ACTIONS(2344), + [anon_sym_CARET_LBRACE] = ACTIONS(2344), + [anon_sym_RBRACE] = ACTIONS(2344), + [anon_sym_PLUS_EQ] = ACTIONS(2344), + [anon_sym_DASH_EQ] = ACTIONS(2344), + [anon_sym_STAR_EQ] = ACTIONS(2344), + [anon_sym_SLASH_EQ] = ACTIONS(2344), + [anon_sym_PERCENT_EQ] = ACTIONS(2344), + [anon_sym_BANG_EQ] = ACTIONS(2342), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2344), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2344), + [anon_sym_LT_EQ] = ACTIONS(2344), + [anon_sym_GT_EQ] = ACTIONS(2344), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2344), + [anon_sym_DOT_DOT_LT] = ACTIONS(2344), + [anon_sym_is] = ACTIONS(2342), + [anon_sym_PLUS] = ACTIONS(2342), + [anon_sym_DASH] = ACTIONS(2342), + [anon_sym_STAR] = ACTIONS(2342), + [anon_sym_SLASH] = ACTIONS(2342), + [anon_sym_PERCENT] = ACTIONS(2342), + [anon_sym_PLUS_PLUS] = ACTIONS(2344), + [anon_sym_DASH_DASH] = ACTIONS(2344), + [anon_sym_PIPE] = ACTIONS(2344), + [anon_sym_CARET] = ACTIONS(2342), + [anon_sym_LT_LT] = ACTIONS(2344), + [anon_sym_GT_GT] = ACTIONS(2344), + [anon_sym_borrowing] = ACTIONS(2342), + [anon_sym_consuming] = ACTIONS(2342), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2344), + [sym__explicit_semi] = ACTIONS(2344), + [sym__dot_custom] = ACTIONS(2344), + [sym__conjunction_operator_custom] = ACTIONS(2344), + [sym__disjunction_operator_custom] = ACTIONS(2344), + [sym__nil_coalescing_operator_custom] = ACTIONS(2344), + [sym__eq_custom] = ACTIONS(2344), + [sym__eq_eq_custom] = ACTIONS(2344), + [sym__plus_then_ws] = ACTIONS(2344), + [sym__minus_then_ws] = ACTIONS(2344), + [sym__bang_custom] = ACTIONS(2344), + [sym__as_custom] = ACTIONS(2344), + [sym__as_quest_custom] = ACTIONS(2344), + [sym__as_bang_custom] = ACTIONS(2344), + [sym__custom_operator] = ACTIONS(2344), + }, + [STATE(1789)] = { + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2290), + [anon_sym_async] = ACTIONS(2290), + [anon_sym_lazy] = ACTIONS(2290), + [anon_sym_package] = ACTIONS(2290), + [anon_sym_COMMA] = ACTIONS(2290), + [anon_sym_COLON] = ACTIONS(2290), + [anon_sym_DOT] = ACTIONS(2290), + [anon_sym_QMARK] = ACTIONS(2288), + [anon_sym_QMARK2] = ACTIONS(2290), + [anon_sym_AMP] = ACTIONS(2290), + [anon_sym_LBRACE] = ACTIONS(2290), + [anon_sym_RBRACE] = ACTIONS(2290), + [anon_sym_case] = ACTIONS(2290), + [anon_sym_import] = ACTIONS(2290), + [anon_sym_typealias] = ACTIONS(2290), + [anon_sym_struct] = ACTIONS(2290), + [anon_sym_class] = ACTIONS(2290), + [anon_sym_enum] = ACTIONS(2290), + [anon_sym_protocol] = ACTIONS(2290), + [anon_sym_let] = ACTIONS(2290), + [anon_sym_var] = ACTIONS(2290), + [anon_sym_func] = ACTIONS(2290), + [anon_sym_extension] = ACTIONS(2290), + [anon_sym_indirect] = ACTIONS(2290), + [anon_sym_init] = ACTIONS(2290), + [anon_sym_deinit] = ACTIONS(2290), + [anon_sym_subscript] = ACTIONS(2290), + [anon_sym_prefix] = ACTIONS(2290), + [anon_sym_infix] = ACTIONS(2290), + [anon_sym_postfix] = ACTIONS(2290), + [anon_sym_precedencegroup] = ACTIONS(2290), + [anon_sym_associatedtype] = ACTIONS(2290), + [anon_sym_AT] = ACTIONS(2288), + [anon_sym_override] = ACTIONS(2290), + [anon_sym_convenience] = ACTIONS(2290), + [anon_sym_required] = ACTIONS(2290), + [anon_sym_nonisolated] = ACTIONS(2290), + [anon_sym_public] = ACTIONS(2290), + [anon_sym_private] = ACTIONS(2290), + [anon_sym_internal] = ACTIONS(2290), + [anon_sym_fileprivate] = ACTIONS(2290), + [anon_sym_open] = ACTIONS(2290), + [anon_sym_mutating] = ACTIONS(2290), + [anon_sym_nonmutating] = ACTIONS(2290), + [anon_sym_static] = ACTIONS(2290), + [anon_sym_dynamic] = ACTIONS(2290), + [anon_sym_optional] = ACTIONS(2290), + [anon_sym_distributed] = ACTIONS(2290), + [anon_sym_final] = ACTIONS(2290), + [anon_sym_inout] = ACTIONS(2290), + [anon_sym_ATescaping] = ACTIONS(2290), + [anon_sym_ATautoclosure] = ACTIONS(2290), + [anon_sym_weak] = ACTIONS(2290), + [anon_sym_unowned] = ACTIONS(2288), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2290), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2290), + [anon_sym_borrowing] = ACTIONS(2290), + [anon_sym_consuming] = ACTIONS(2290), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2290), + [sym__eq_custom] = ACTIONS(2290), + [sym__throws_keyword] = ACTIONS(2290), + [sym__rethrows_keyword] = ACTIONS(2290), + [sym_where_keyword] = ACTIONS(2290), + [sym__as_custom] = ACTIONS(2290), + [sym__async_keyword_custom] = ACTIONS(2290), + }, + [STATE(1790)] = { + [sym__arrow_operator] = STATE(4328), + [sym__async_keyword] = STATE(7047), + [sym_throws] = STATE(8881), + [sym_throws_clause] = STATE(8881), + [aux_sym_protocol_composition_type_repeat1] = STATE(1985), + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2177), + [anon_sym_async] = ACTIONS(2177), + [anon_sym_lazy] = ACTIONS(2177), + [anon_sym_package] = ACTIONS(2177), + [anon_sym_COMMA] = ACTIONS(2177), + [anon_sym_BANG2] = ACTIONS(2177), + [anon_sym_DOT] = ACTIONS(4379), + [anon_sym_AMP] = ACTIONS(4381), + [anon_sym_LBRACE] = ACTIONS(2177), + [anon_sym_RBRACE] = ACTIONS(2177), + [anon_sym_case] = ACTIONS(2177), + [anon_sym_import] = ACTIONS(2177), + [anon_sym_typealias] = ACTIONS(2177), + [anon_sym_struct] = ACTIONS(2177), + [anon_sym_class] = ACTIONS(2177), + [anon_sym_enum] = ACTIONS(2177), + [anon_sym_protocol] = ACTIONS(2177), + [anon_sym_let] = ACTIONS(2177), + [anon_sym_var] = ACTIONS(2177), + [anon_sym_func] = ACTIONS(2177), + [anon_sym_extension] = ACTIONS(2177), + [anon_sym_indirect] = ACTIONS(2177), + [anon_sym_init] = ACTIONS(2177), + [anon_sym_deinit] = ACTIONS(2177), + [anon_sym_subscript] = ACTIONS(2177), + [anon_sym_prefix] = ACTIONS(2177), + [anon_sym_infix] = ACTIONS(2177), + [anon_sym_postfix] = ACTIONS(2177), + [anon_sym_precedencegroup] = ACTIONS(2177), + [anon_sym_associatedtype] = ACTIONS(2177), + [anon_sym_AT] = ACTIONS(2175), + [anon_sym_override] = ACTIONS(2177), + [anon_sym_convenience] = ACTIONS(2177), + [anon_sym_required] = ACTIONS(2177), + [anon_sym_nonisolated] = ACTIONS(2177), + [anon_sym_public] = ACTIONS(2177), + [anon_sym_private] = ACTIONS(2177), + [anon_sym_internal] = ACTIONS(2177), + [anon_sym_fileprivate] = ACTIONS(2177), + [anon_sym_open] = ACTIONS(2177), + [anon_sym_mutating] = ACTIONS(2177), + [anon_sym_nonmutating] = ACTIONS(2177), + [anon_sym_static] = ACTIONS(2177), + [anon_sym_dynamic] = ACTIONS(2177), + [anon_sym_optional] = ACTIONS(2177), + [anon_sym_distributed] = ACTIONS(2177), + [anon_sym_final] = ACTIONS(2177), + [anon_sym_inout] = ACTIONS(2177), + [anon_sym_ATescaping] = ACTIONS(2177), + [anon_sym_ATautoclosure] = ACTIONS(2177), + [anon_sym_weak] = ACTIONS(2177), + [anon_sym_unowned] = ACTIONS(2175), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2177), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2177), + [anon_sym_borrowing] = ACTIONS(2177), + [anon_sym_consuming] = ACTIONS(2177), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(4346), + [sym__throws_keyword] = ACTIONS(2093), + [sym__rethrows_keyword] = ACTIONS(2095), + [sym__async_keyword_custom] = ACTIONS(4348), + }, + [STATE(1791)] = { + [ts_builtin_sym_end] = ACTIONS(2340), + [anon_sym_BANG] = ACTIONS(2338), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(2338), + [aux_sym_simple_identifier_token2] = ACTIONS(2340), + [aux_sym_simple_identifier_token3] = ACTIONS(2340), + [aux_sym_simple_identifier_token4] = ACTIONS(2340), + [anon_sym_actor] = ACTIONS(2338), + [anon_sym_async] = ACTIONS(2338), + [anon_sym_each] = ACTIONS(2338), + [anon_sym_lazy] = ACTIONS(2338), + [anon_sym_repeat] = ACTIONS(2338), + [anon_sym_package] = ACTIONS(2338), + [anon_sym_COMMA] = ACTIONS(2340), + [anon_sym_LPAREN] = ACTIONS(2340), + [anon_sym_LBRACK] = ACTIONS(2340), + [anon_sym_QMARK] = ACTIONS(2338), + [anon_sym_QMARK2] = ACTIONS(2340), + [anon_sym_AMP] = ACTIONS(2340), + [aux_sym_custom_operator_token1] = ACTIONS(2340), + [anon_sym_LT] = ACTIONS(2338), + [anon_sym_GT] = ACTIONS(2338), + [anon_sym_LBRACE] = ACTIONS(2340), + [anon_sym_CARET_LBRACE] = ACTIONS(2340), + [anon_sym_RBRACE] = ACTIONS(2340), + [anon_sym_PLUS_EQ] = ACTIONS(2340), + [anon_sym_DASH_EQ] = ACTIONS(2340), + [anon_sym_STAR_EQ] = ACTIONS(2340), + [anon_sym_SLASH_EQ] = ACTIONS(2340), + [anon_sym_PERCENT_EQ] = ACTIONS(2340), + [anon_sym_BANG_EQ] = ACTIONS(2338), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2340), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2340), + [anon_sym_LT_EQ] = ACTIONS(2340), + [anon_sym_GT_EQ] = ACTIONS(2340), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2340), + [anon_sym_DOT_DOT_LT] = ACTIONS(2340), + [anon_sym_is] = ACTIONS(2338), + [anon_sym_PLUS] = ACTIONS(2338), + [anon_sym_DASH] = ACTIONS(2338), + [anon_sym_STAR] = ACTIONS(2338), + [anon_sym_SLASH] = ACTIONS(2338), + [anon_sym_PERCENT] = ACTIONS(2338), + [anon_sym_PLUS_PLUS] = ACTIONS(2340), + [anon_sym_DASH_DASH] = ACTIONS(2340), + [anon_sym_PIPE] = ACTIONS(2340), + [anon_sym_CARET] = ACTIONS(2338), + [anon_sym_LT_LT] = ACTIONS(2340), + [anon_sym_GT_GT] = ACTIONS(2340), + [anon_sym_borrowing] = ACTIONS(2338), + [anon_sym_consuming] = ACTIONS(2338), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2340), + [sym__explicit_semi] = ACTIONS(2340), + [sym__dot_custom] = ACTIONS(2340), + [sym__conjunction_operator_custom] = ACTIONS(2340), + [sym__disjunction_operator_custom] = ACTIONS(2340), + [sym__nil_coalescing_operator_custom] = ACTIONS(2340), + [sym__eq_custom] = ACTIONS(2340), + [sym__eq_eq_custom] = ACTIONS(2340), + [sym__plus_then_ws] = ACTIONS(2340), + [sym__minus_then_ws] = ACTIONS(2340), + [sym__bang_custom] = ACTIONS(2340), + [sym__as_custom] = ACTIONS(2340), + [sym__as_quest_custom] = ACTIONS(2340), + [sym__as_bang_custom] = ACTIONS(2340), + [sym__custom_operator] = ACTIONS(2340), + }, + [STATE(1792)] = { + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2286), + [anon_sym_async] = ACTIONS(2286), + [anon_sym_lazy] = ACTIONS(2286), + [anon_sym_package] = ACTIONS(2286), + [anon_sym_COMMA] = ACTIONS(2286), + [anon_sym_COLON] = ACTIONS(2286), + [anon_sym_DOT] = ACTIONS(2286), + [anon_sym_QMARK] = ACTIONS(2284), + [anon_sym_QMARK2] = ACTIONS(2286), + [anon_sym_AMP] = ACTIONS(2286), + [anon_sym_LBRACE] = ACTIONS(2286), + [anon_sym_RBRACE] = ACTIONS(2286), + [anon_sym_case] = ACTIONS(2286), + [anon_sym_import] = ACTIONS(2286), + [anon_sym_typealias] = ACTIONS(2286), + [anon_sym_struct] = ACTIONS(2286), + [anon_sym_class] = ACTIONS(2286), + [anon_sym_enum] = ACTIONS(2286), + [anon_sym_protocol] = ACTIONS(2286), + [anon_sym_let] = ACTIONS(2286), + [anon_sym_var] = ACTIONS(2286), + [anon_sym_func] = ACTIONS(2286), + [anon_sym_extension] = ACTIONS(2286), + [anon_sym_indirect] = ACTIONS(2286), + [anon_sym_init] = ACTIONS(2286), + [anon_sym_deinit] = ACTIONS(2286), + [anon_sym_subscript] = ACTIONS(2286), + [anon_sym_prefix] = ACTIONS(2286), + [anon_sym_infix] = ACTIONS(2286), + [anon_sym_postfix] = ACTIONS(2286), + [anon_sym_precedencegroup] = ACTIONS(2286), + [anon_sym_associatedtype] = ACTIONS(2286), + [anon_sym_AT] = ACTIONS(2284), + [anon_sym_override] = ACTIONS(2286), + [anon_sym_convenience] = ACTIONS(2286), + [anon_sym_required] = ACTIONS(2286), + [anon_sym_nonisolated] = ACTIONS(2286), + [anon_sym_public] = ACTIONS(2286), + [anon_sym_private] = ACTIONS(2286), + [anon_sym_internal] = ACTIONS(2286), + [anon_sym_fileprivate] = ACTIONS(2286), + [anon_sym_open] = ACTIONS(2286), + [anon_sym_mutating] = ACTIONS(2286), + [anon_sym_nonmutating] = ACTIONS(2286), + [anon_sym_static] = ACTIONS(2286), + [anon_sym_dynamic] = ACTIONS(2286), + [anon_sym_optional] = ACTIONS(2286), + [anon_sym_distributed] = ACTIONS(2286), + [anon_sym_final] = ACTIONS(2286), + [anon_sym_inout] = ACTIONS(2286), + [anon_sym_ATescaping] = ACTIONS(2286), + [anon_sym_ATautoclosure] = ACTIONS(2286), + [anon_sym_weak] = ACTIONS(2286), + [anon_sym_unowned] = ACTIONS(2284), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2286), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2286), + [anon_sym_borrowing] = ACTIONS(2286), + [anon_sym_consuming] = ACTIONS(2286), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2286), + [sym__eq_custom] = ACTIONS(2286), + [sym__throws_keyword] = ACTIONS(2286), + [sym__rethrows_keyword] = ACTIONS(2286), + [sym_where_keyword] = ACTIONS(2286), + [sym__as_custom] = ACTIONS(2286), + [sym__async_keyword_custom] = ACTIONS(2286), + }, + [STATE(1793)] = { + [sym__arrow_operator] = STATE(4328), + [sym__async_keyword] = STATE(7047), + [sym_throws] = STATE(8881), + [sym_throws_clause] = STATE(8881), + [aux_sym_protocol_composition_type_repeat1] = STATE(1985), + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2189), + [anon_sym_async] = ACTIONS(2189), + [anon_sym_lazy] = ACTIONS(2189), + [anon_sym_package] = ACTIONS(2189), + [anon_sym_COMMA] = ACTIONS(2189), + [anon_sym_BANG2] = ACTIONS(2189), + [anon_sym_DOT] = ACTIONS(4379), + [anon_sym_AMP] = ACTIONS(4381), + [anon_sym_LBRACE] = ACTIONS(2189), + [anon_sym_RBRACE] = ACTIONS(2189), + [anon_sym_case] = ACTIONS(2189), + [anon_sym_import] = ACTIONS(2189), + [anon_sym_typealias] = ACTIONS(2189), + [anon_sym_struct] = ACTIONS(2189), + [anon_sym_class] = ACTIONS(2189), + [anon_sym_enum] = ACTIONS(2189), + [anon_sym_protocol] = ACTIONS(2189), + [anon_sym_let] = ACTIONS(2189), + [anon_sym_var] = ACTIONS(2189), + [anon_sym_func] = ACTIONS(2189), + [anon_sym_extension] = ACTIONS(2189), + [anon_sym_indirect] = ACTIONS(2189), + [anon_sym_init] = ACTIONS(2189), + [anon_sym_deinit] = ACTIONS(2189), + [anon_sym_subscript] = ACTIONS(2189), + [anon_sym_prefix] = ACTIONS(2189), + [anon_sym_infix] = ACTIONS(2189), + [anon_sym_postfix] = ACTIONS(2189), + [anon_sym_precedencegroup] = ACTIONS(2189), + [anon_sym_associatedtype] = ACTIONS(2189), + [anon_sym_AT] = ACTIONS(2187), + [anon_sym_override] = ACTIONS(2189), + [anon_sym_convenience] = ACTIONS(2189), + [anon_sym_required] = ACTIONS(2189), + [anon_sym_nonisolated] = ACTIONS(2189), + [anon_sym_public] = ACTIONS(2189), + [anon_sym_private] = ACTIONS(2189), + [anon_sym_internal] = ACTIONS(2189), + [anon_sym_fileprivate] = ACTIONS(2189), + [anon_sym_open] = ACTIONS(2189), + [anon_sym_mutating] = ACTIONS(2189), + [anon_sym_nonmutating] = ACTIONS(2189), + [anon_sym_static] = ACTIONS(2189), + [anon_sym_dynamic] = ACTIONS(2189), + [anon_sym_optional] = ACTIONS(2189), + [anon_sym_distributed] = ACTIONS(2189), + [anon_sym_final] = ACTIONS(2189), + [anon_sym_inout] = ACTIONS(2189), + [anon_sym_ATescaping] = ACTIONS(2189), + [anon_sym_ATautoclosure] = ACTIONS(2189), + [anon_sym_weak] = ACTIONS(2189), + [anon_sym_unowned] = ACTIONS(2187), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2189), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2189), + [anon_sym_borrowing] = ACTIONS(2189), + [anon_sym_consuming] = ACTIONS(2189), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(4346), + [sym__throws_keyword] = ACTIONS(2093), + [sym__rethrows_keyword] = ACTIONS(2095), + [sym__async_keyword_custom] = ACTIONS(4348), + }, + [STATE(1794)] = { + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2302), + [anon_sym_async] = ACTIONS(2302), + [anon_sym_lazy] = ACTIONS(2302), + [anon_sym_package] = ACTIONS(2302), + [anon_sym_COMMA] = ACTIONS(2302), + [anon_sym_BANG2] = ACTIONS(2302), + [anon_sym_DOT] = ACTIONS(2302), + [anon_sym_QMARK2] = ACTIONS(2302), + [anon_sym_AMP] = ACTIONS(2302), + [anon_sym_LT] = ACTIONS(2302), + [anon_sym_LBRACE] = ACTIONS(2302), + [anon_sym_RBRACE] = ACTIONS(2302), + [anon_sym_case] = ACTIONS(2302), + [anon_sym_import] = ACTIONS(2302), + [anon_sym_typealias] = ACTIONS(2302), + [anon_sym_struct] = ACTIONS(2302), + [anon_sym_class] = ACTIONS(2302), + [anon_sym_enum] = ACTIONS(2302), + [anon_sym_protocol] = ACTIONS(2302), + [anon_sym_let] = ACTIONS(2302), + [anon_sym_var] = ACTIONS(2302), + [anon_sym_func] = ACTIONS(2302), + [anon_sym_extension] = ACTIONS(2302), + [anon_sym_indirect] = ACTIONS(2302), + [anon_sym_init] = ACTIONS(2302), + [anon_sym_deinit] = ACTIONS(2302), + [anon_sym_subscript] = ACTIONS(2302), + [anon_sym_prefix] = ACTIONS(2302), + [anon_sym_infix] = ACTIONS(2302), + [anon_sym_postfix] = ACTIONS(2302), + [anon_sym_precedencegroup] = ACTIONS(2302), + [anon_sym_associatedtype] = ACTIONS(2302), + [anon_sym_AT] = ACTIONS(2300), + [anon_sym_override] = ACTIONS(2302), + [anon_sym_convenience] = ACTIONS(2302), + [anon_sym_required] = ACTIONS(2302), + [anon_sym_nonisolated] = ACTIONS(2302), + [anon_sym_public] = ACTIONS(2302), + [anon_sym_private] = ACTIONS(2302), + [anon_sym_internal] = ACTIONS(2302), + [anon_sym_fileprivate] = ACTIONS(2302), + [anon_sym_open] = ACTIONS(2302), + [anon_sym_mutating] = ACTIONS(2302), + [anon_sym_nonmutating] = ACTIONS(2302), + [anon_sym_static] = ACTIONS(2302), + [anon_sym_dynamic] = ACTIONS(2302), + [anon_sym_optional] = ACTIONS(2302), + [anon_sym_distributed] = ACTIONS(2302), + [anon_sym_final] = ACTIONS(2302), + [anon_sym_inout] = ACTIONS(2302), + [anon_sym_ATescaping] = ACTIONS(2302), + [anon_sym_ATautoclosure] = ACTIONS(2302), + [anon_sym_weak] = ACTIONS(2302), + [anon_sym_unowned] = ACTIONS(2300), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2302), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2302), + [anon_sym_borrowing] = ACTIONS(2302), + [anon_sym_consuming] = ACTIONS(2302), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2302), + [sym__dot_custom] = ACTIONS(2302), + [sym__eq_custom] = ACTIONS(2302), + [sym__throws_keyword] = ACTIONS(2302), + [sym__rethrows_keyword] = ACTIONS(2302), + [sym_where_keyword] = ACTIONS(2302), + [sym__async_keyword_custom] = ACTIONS(2302), + }, + [STATE(1795)] = { + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2211), + [anon_sym_async] = ACTIONS(2211), + [anon_sym_lazy] = ACTIONS(2211), + [anon_sym_package] = ACTIONS(2211), + [anon_sym_COMMA] = ACTIONS(2211), + [anon_sym_COLON] = ACTIONS(2211), + [anon_sym_DOT] = ACTIONS(2211), + [anon_sym_QMARK] = ACTIONS(2209), + [anon_sym_QMARK2] = ACTIONS(2211), + [anon_sym_AMP] = ACTIONS(2211), + [anon_sym_LBRACE] = ACTIONS(2211), + [anon_sym_RBRACE] = ACTIONS(2211), + [anon_sym_case] = ACTIONS(2211), + [anon_sym_import] = ACTIONS(2211), + [anon_sym_typealias] = ACTIONS(2211), + [anon_sym_struct] = ACTIONS(2211), + [anon_sym_class] = ACTIONS(2211), + [anon_sym_enum] = ACTIONS(2211), + [anon_sym_protocol] = ACTIONS(2211), + [anon_sym_let] = ACTIONS(2211), + [anon_sym_var] = ACTIONS(2211), + [anon_sym_func] = ACTIONS(2211), + [anon_sym_extension] = ACTIONS(2211), + [anon_sym_indirect] = ACTIONS(2211), + [anon_sym_init] = ACTIONS(2211), + [anon_sym_deinit] = ACTIONS(2211), + [anon_sym_subscript] = ACTIONS(2211), + [anon_sym_prefix] = ACTIONS(2211), + [anon_sym_infix] = ACTIONS(2211), + [anon_sym_postfix] = ACTIONS(2211), + [anon_sym_precedencegroup] = ACTIONS(2211), + [anon_sym_associatedtype] = ACTIONS(2211), + [anon_sym_AT] = ACTIONS(2209), + [anon_sym_override] = ACTIONS(2211), + [anon_sym_convenience] = ACTIONS(2211), + [anon_sym_required] = ACTIONS(2211), + [anon_sym_nonisolated] = ACTIONS(2211), + [anon_sym_public] = ACTIONS(2211), + [anon_sym_private] = ACTIONS(2211), + [anon_sym_internal] = ACTIONS(2211), + [anon_sym_fileprivate] = ACTIONS(2211), + [anon_sym_open] = ACTIONS(2211), + [anon_sym_mutating] = ACTIONS(2211), + [anon_sym_nonmutating] = ACTIONS(2211), + [anon_sym_static] = ACTIONS(2211), + [anon_sym_dynamic] = ACTIONS(2211), + [anon_sym_optional] = ACTIONS(2211), + [anon_sym_distributed] = ACTIONS(2211), + [anon_sym_final] = ACTIONS(2211), + [anon_sym_inout] = ACTIONS(2211), + [anon_sym_ATescaping] = ACTIONS(2211), + [anon_sym_ATautoclosure] = ACTIONS(2211), + [anon_sym_weak] = ACTIONS(2211), + [anon_sym_unowned] = ACTIONS(2209), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2211), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2211), + [anon_sym_borrowing] = ACTIONS(2211), + [anon_sym_consuming] = ACTIONS(2211), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2211), + [sym__eq_custom] = ACTIONS(2211), + [sym__throws_keyword] = ACTIONS(2211), + [sym__rethrows_keyword] = ACTIONS(2211), + [sym_where_keyword] = ACTIONS(2211), + [sym__as_custom] = ACTIONS(2211), + [sym__async_keyword_custom] = ACTIONS(2211), + }, + [STATE(1796)] = { + [sym__immediate_quest] = STATE(1970), + [sym__arrow_operator] = STATE(4344), + [sym__async_keyword] = STATE(7051), + [sym_throws] = STATE(8894), + [sym_throws_clause] = STATE(8894), + [aux_sym_optional_type_repeat1] = STATE(1970), + [ts_builtin_sym_end] = ACTIONS(2087), + [anon_sym_BANG] = ACTIONS(2085), + [sym_comment] = ACTIONS(3), + [anon_sym_COMMA] = ACTIONS(2087), + [anon_sym_LPAREN] = ACTIONS(2087), + [anon_sym_LBRACK] = ACTIONS(2087), + [anon_sym_DOT] = ACTIONS(2085), + [anon_sym_QMARK] = ACTIONS(2085), + [anon_sym_QMARK2] = ACTIONS(4383), + [anon_sym_AMP] = ACTIONS(2087), + [aux_sym_custom_operator_token1] = ACTIONS(2087), + [anon_sym_LT] = ACTIONS(2085), + [anon_sym_GT] = ACTIONS(2085), + [anon_sym_LBRACE] = ACTIONS(2087), + [anon_sym_CARET_LBRACE] = ACTIONS(2087), + [anon_sym_RBRACE] = ACTIONS(2087), + [anon_sym_PLUS_EQ] = ACTIONS(2087), + [anon_sym_DASH_EQ] = ACTIONS(2087), + [anon_sym_STAR_EQ] = ACTIONS(2087), + [anon_sym_SLASH_EQ] = ACTIONS(2087), + [anon_sym_PERCENT_EQ] = ACTIONS(2087), + [anon_sym_BANG_EQ] = ACTIONS(2085), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2087), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2087), + [anon_sym_LT_EQ] = ACTIONS(2087), + [anon_sym_GT_EQ] = ACTIONS(2087), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2087), + [anon_sym_DOT_DOT_LT] = ACTIONS(2087), + [anon_sym_is] = ACTIONS(2087), + [anon_sym_PLUS] = ACTIONS(2085), + [anon_sym_DASH] = ACTIONS(2085), + [anon_sym_STAR] = ACTIONS(2085), + [anon_sym_SLASH] = ACTIONS(2085), + [anon_sym_PERCENT] = ACTIONS(2085), + [anon_sym_PLUS_PLUS] = ACTIONS(2087), + [anon_sym_DASH_DASH] = ACTIONS(2087), + [anon_sym_PIPE] = ACTIONS(2087), + [anon_sym_CARET] = ACTIONS(2085), + [anon_sym_LT_LT] = ACTIONS(2087), + [anon_sym_GT_GT] = ACTIONS(2087), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2087), + [sym__explicit_semi] = ACTIONS(2087), + [sym__arrow_operator_custom] = ACTIONS(4385), + [sym__dot_custom] = ACTIONS(2087), + [sym__conjunction_operator_custom] = ACTIONS(2087), + [sym__disjunction_operator_custom] = ACTIONS(2087), + [sym__nil_coalescing_operator_custom] = ACTIONS(2087), + [sym__eq_custom] = ACTIONS(2087), + [sym__eq_eq_custom] = ACTIONS(2087), + [sym__plus_then_ws] = ACTIONS(2087), + [sym__minus_then_ws] = ACTIONS(2087), + [sym__bang_custom] = ACTIONS(2087), + [sym__throws_keyword] = ACTIONS(2093), + [sym__rethrows_keyword] = ACTIONS(2095), + [sym_where_keyword] = ACTIONS(2087), + [sym__as_custom] = ACTIONS(2087), + [sym__as_quest_custom] = ACTIONS(2087), + [sym__as_bang_custom] = ACTIONS(2087), + [sym__async_keyword_custom] = ACTIONS(4387), + [sym__custom_operator] = ACTIONS(2087), + }, + [STATE(1797)] = { + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2215), + [anon_sym_async] = ACTIONS(2215), + [anon_sym_lazy] = ACTIONS(2215), + [anon_sym_package] = ACTIONS(2215), + [anon_sym_RPAREN] = ACTIONS(2215), + [anon_sym_COMMA] = ACTIONS(2215), + [anon_sym_BANG2] = ACTIONS(2215), + [anon_sym_DOT] = ACTIONS(2213), + [anon_sym_QMARK2] = ACTIONS(2215), + [anon_sym_AMP] = ACTIONS(2215), + [anon_sym_LBRACE] = ACTIONS(2215), + [anon_sym_RBRACE] = ACTIONS(2215), + [anon_sym_case] = ACTIONS(2215), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2215), + [anon_sym_import] = ACTIONS(2215), + [anon_sym_typealias] = ACTIONS(2215), + [anon_sym_struct] = ACTIONS(2215), + [anon_sym_class] = ACTIONS(2215), + [anon_sym_enum] = ACTIONS(2215), + [anon_sym_protocol] = ACTIONS(2215), + [anon_sym_let] = ACTIONS(2215), + [anon_sym_var] = ACTIONS(2215), + [anon_sym_func] = ACTIONS(2215), + [anon_sym_extension] = ACTIONS(2215), + [anon_sym_indirect] = ACTIONS(2215), + [anon_sym_init] = ACTIONS(2215), + [anon_sym_deinit] = ACTIONS(2215), + [anon_sym_subscript] = ACTIONS(2215), + [anon_sym_prefix] = ACTIONS(2215), + [anon_sym_infix] = ACTIONS(2215), + [anon_sym_postfix] = ACTIONS(2215), + [anon_sym_precedencegroup] = ACTIONS(2215), + [anon_sym_associatedtype] = ACTIONS(2215), + [anon_sym_AT] = ACTIONS(2213), + [anon_sym_override] = ACTIONS(2215), + [anon_sym_convenience] = ACTIONS(2215), + [anon_sym_required] = ACTIONS(2215), + [anon_sym_nonisolated] = ACTIONS(2215), + [anon_sym_public] = ACTIONS(2215), + [anon_sym_private] = ACTIONS(2215), + [anon_sym_internal] = ACTIONS(2215), + [anon_sym_fileprivate] = ACTIONS(2215), + [anon_sym_open] = ACTIONS(2215), + [anon_sym_mutating] = ACTIONS(2215), + [anon_sym_nonmutating] = ACTIONS(2215), + [anon_sym_static] = ACTIONS(2215), + [anon_sym_dynamic] = ACTIONS(2215), + [anon_sym_optional] = ACTIONS(2215), + [anon_sym_distributed] = ACTIONS(2215), + [anon_sym_final] = ACTIONS(2215), + [anon_sym_inout] = ACTIONS(2215), + [anon_sym_ATescaping] = ACTIONS(2215), + [anon_sym_ATautoclosure] = ACTIONS(2215), + [anon_sym_weak] = ACTIONS(2215), + [anon_sym_unowned] = ACTIONS(2213), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2215), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2215), + [anon_sym_borrowing] = ACTIONS(2215), + [anon_sym_consuming] = ACTIONS(2215), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2215), + [sym__dot_custom] = ACTIONS(2215), + [sym__eq_custom] = ACTIONS(2215), + [sym__throws_keyword] = ACTIONS(2215), + [sym__rethrows_keyword] = ACTIONS(2215), + [sym__async_keyword_custom] = ACTIONS(2215), + }, + [STATE(1798)] = { + [ts_builtin_sym_end] = ACTIONS(2329), + [anon_sym_BANG] = ACTIONS(2323), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(2325), + [aux_sym_simple_identifier_token2] = ACTIONS(2327), + [aux_sym_simple_identifier_token3] = ACTIONS(2327), + [aux_sym_simple_identifier_token4] = ACTIONS(2327), + [anon_sym_actor] = ACTIONS(2325), + [anon_sym_async] = ACTIONS(2325), + [anon_sym_each] = ACTIONS(2325), + [anon_sym_lazy] = ACTIONS(2325), + [anon_sym_repeat] = ACTIONS(2325), + [anon_sym_package] = ACTIONS(2325), + [anon_sym_COMMA] = ACTIONS(2329), + [anon_sym_LPAREN] = ACTIONS(2329), + [anon_sym_LBRACK] = ACTIONS(2329), + [anon_sym_QMARK] = ACTIONS(2323), + [anon_sym_QMARK2] = ACTIONS(2329), + [anon_sym_AMP] = ACTIONS(2329), + [aux_sym_custom_operator_token1] = ACTIONS(2329), + [anon_sym_LT] = ACTIONS(2323), + [anon_sym_GT] = ACTIONS(2323), + [anon_sym_LBRACE] = ACTIONS(2329), + [anon_sym_CARET_LBRACE] = ACTIONS(2329), + [anon_sym_RBRACE] = ACTIONS(2329), + [anon_sym_PLUS_EQ] = ACTIONS(2329), + [anon_sym_DASH_EQ] = ACTIONS(2329), + [anon_sym_STAR_EQ] = ACTIONS(2329), + [anon_sym_SLASH_EQ] = ACTIONS(2329), + [anon_sym_PERCENT_EQ] = ACTIONS(2329), + [anon_sym_BANG_EQ] = ACTIONS(2323), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2329), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2329), + [anon_sym_LT_EQ] = ACTIONS(2329), + [anon_sym_GT_EQ] = ACTIONS(2329), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2329), + [anon_sym_DOT_DOT_LT] = ACTIONS(2329), + [anon_sym_is] = ACTIONS(2323), + [anon_sym_PLUS] = ACTIONS(2323), + [anon_sym_DASH] = ACTIONS(2323), + [anon_sym_STAR] = ACTIONS(2323), + [anon_sym_SLASH] = ACTIONS(2323), + [anon_sym_PERCENT] = ACTIONS(2323), + [anon_sym_PLUS_PLUS] = ACTIONS(2329), + [anon_sym_DASH_DASH] = ACTIONS(2329), + [anon_sym_PIPE] = ACTIONS(2329), + [anon_sym_CARET] = ACTIONS(2323), + [anon_sym_LT_LT] = ACTIONS(2329), + [anon_sym_GT_GT] = ACTIONS(2329), + [anon_sym_borrowing] = ACTIONS(2325), + [anon_sym_consuming] = ACTIONS(2325), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2329), + [sym__explicit_semi] = ACTIONS(2329), + [sym__dot_custom] = ACTIONS(2329), + [sym__conjunction_operator_custom] = ACTIONS(2329), + [sym__disjunction_operator_custom] = ACTIONS(2329), + [sym__nil_coalescing_operator_custom] = ACTIONS(2329), + [sym__eq_custom] = ACTIONS(2329), + [sym__eq_eq_custom] = ACTIONS(2329), + [sym__plus_then_ws] = ACTIONS(2329), + [sym__minus_then_ws] = ACTIONS(2329), + [sym__bang_custom] = ACTIONS(2329), + [sym__as_custom] = ACTIONS(2329), + [sym__as_quest_custom] = ACTIONS(2329), + [sym__as_bang_custom] = ACTIONS(2329), + [sym__custom_operator] = ACTIONS(2329), + }, + [STATE(1799)] = { + [sym__dot] = STATE(5593), + [aux_sym_user_type_repeat1] = STATE(1800), + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2151), + [anon_sym_async] = ACTIONS(2151), + [anon_sym_lazy] = ACTIONS(2151), + [anon_sym_package] = ACTIONS(2151), + [anon_sym_COMMA] = ACTIONS(2151), + [anon_sym_BANG2] = ACTIONS(2151), + [anon_sym_DOT] = ACTIONS(2151), + [anon_sym_QMARK2] = ACTIONS(2151), + [anon_sym_AMP] = ACTIONS(2151), + [anon_sym_LBRACE] = ACTIONS(2151), + [anon_sym_RBRACE] = ACTIONS(2151), + [anon_sym_case] = ACTIONS(2151), + [anon_sym_import] = ACTIONS(2151), + [anon_sym_typealias] = ACTIONS(2151), + [anon_sym_struct] = ACTIONS(2151), + [anon_sym_class] = ACTIONS(2151), + [anon_sym_enum] = ACTIONS(2151), + [anon_sym_protocol] = ACTIONS(2151), + [anon_sym_let] = ACTIONS(2151), + [anon_sym_var] = ACTIONS(2151), + [anon_sym_func] = ACTIONS(2151), + [anon_sym_extension] = ACTIONS(2151), + [anon_sym_indirect] = ACTIONS(2151), + [anon_sym_init] = ACTIONS(2151), + [anon_sym_deinit] = ACTIONS(2151), + [anon_sym_subscript] = ACTIONS(2151), + [anon_sym_prefix] = ACTIONS(2151), + [anon_sym_infix] = ACTIONS(2151), + [anon_sym_postfix] = ACTIONS(2151), + [anon_sym_precedencegroup] = ACTIONS(2151), + [anon_sym_associatedtype] = ACTIONS(2151), + [anon_sym_AT] = ACTIONS(2149), + [anon_sym_override] = ACTIONS(2151), + [anon_sym_convenience] = ACTIONS(2151), + [anon_sym_required] = ACTIONS(2151), + [anon_sym_nonisolated] = ACTIONS(2151), + [anon_sym_public] = ACTIONS(2151), + [anon_sym_private] = ACTIONS(2151), + [anon_sym_internal] = ACTIONS(2151), + [anon_sym_fileprivate] = ACTIONS(2151), + [anon_sym_open] = ACTIONS(2151), + [anon_sym_mutating] = ACTIONS(2151), + [anon_sym_nonmutating] = ACTIONS(2151), + [anon_sym_static] = ACTIONS(2151), + [anon_sym_dynamic] = ACTIONS(2151), + [anon_sym_optional] = ACTIONS(2151), + [anon_sym_distributed] = ACTIONS(2151), + [anon_sym_final] = ACTIONS(2151), + [anon_sym_inout] = ACTIONS(2151), + [anon_sym_ATescaping] = ACTIONS(2151), + [anon_sym_ATautoclosure] = ACTIONS(2151), + [anon_sym_weak] = ACTIONS(2151), + [anon_sym_unowned] = ACTIONS(2149), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2151), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2151), + [anon_sym_borrowing] = ACTIONS(2151), + [anon_sym_consuming] = ACTIONS(2151), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2151), + [sym__dot_custom] = ACTIONS(4389), + [sym__eq_custom] = ACTIONS(2151), + [sym__throws_keyword] = ACTIONS(2151), + [sym__rethrows_keyword] = ACTIONS(2151), + [sym__async_keyword_custom] = ACTIONS(2151), + }, + [STATE(1800)] = { + [sym__dot] = STATE(5593), + [aux_sym_user_type_repeat1] = STATE(1779), + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2166), + [anon_sym_async] = ACTIONS(2166), + [anon_sym_lazy] = ACTIONS(2166), + [anon_sym_package] = ACTIONS(2166), + [anon_sym_COMMA] = ACTIONS(2166), + [anon_sym_BANG2] = ACTIONS(2166), + [anon_sym_DOT] = ACTIONS(2166), + [anon_sym_QMARK2] = ACTIONS(2166), + [anon_sym_AMP] = ACTIONS(2166), + [anon_sym_LBRACE] = ACTIONS(2166), + [anon_sym_RBRACE] = ACTIONS(2166), + [anon_sym_case] = ACTIONS(2166), + [anon_sym_import] = ACTIONS(2166), + [anon_sym_typealias] = ACTIONS(2166), + [anon_sym_struct] = ACTIONS(2166), + [anon_sym_class] = ACTIONS(2166), + [anon_sym_enum] = ACTIONS(2166), + [anon_sym_protocol] = ACTIONS(2166), + [anon_sym_let] = ACTIONS(2166), + [anon_sym_var] = ACTIONS(2166), + [anon_sym_func] = ACTIONS(2166), + [anon_sym_extension] = ACTIONS(2166), + [anon_sym_indirect] = ACTIONS(2166), + [anon_sym_init] = ACTIONS(2166), + [anon_sym_deinit] = ACTIONS(2166), + [anon_sym_subscript] = ACTIONS(2166), + [anon_sym_prefix] = ACTIONS(2166), + [anon_sym_infix] = ACTIONS(2166), + [anon_sym_postfix] = ACTIONS(2166), + [anon_sym_precedencegroup] = ACTIONS(2166), + [anon_sym_associatedtype] = ACTIONS(2166), + [anon_sym_AT] = ACTIONS(2164), + [anon_sym_override] = ACTIONS(2166), + [anon_sym_convenience] = ACTIONS(2166), + [anon_sym_required] = ACTIONS(2166), + [anon_sym_nonisolated] = ACTIONS(2166), + [anon_sym_public] = ACTIONS(2166), + [anon_sym_private] = ACTIONS(2166), + [anon_sym_internal] = ACTIONS(2166), + [anon_sym_fileprivate] = ACTIONS(2166), + [anon_sym_open] = ACTIONS(2166), + [anon_sym_mutating] = ACTIONS(2166), + [anon_sym_nonmutating] = ACTIONS(2166), + [anon_sym_static] = ACTIONS(2166), + [anon_sym_dynamic] = ACTIONS(2166), + [anon_sym_optional] = ACTIONS(2166), + [anon_sym_distributed] = ACTIONS(2166), + [anon_sym_final] = ACTIONS(2166), + [anon_sym_inout] = ACTIONS(2166), + [anon_sym_ATescaping] = ACTIONS(2166), + [anon_sym_ATautoclosure] = ACTIONS(2166), + [anon_sym_weak] = ACTIONS(2166), + [anon_sym_unowned] = ACTIONS(2164), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2166), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2166), + [anon_sym_borrowing] = ACTIONS(2166), + [anon_sym_consuming] = ACTIONS(2166), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2166), + [sym__dot_custom] = ACTIONS(4389), + [sym__eq_custom] = ACTIONS(2166), + [sym__throws_keyword] = ACTIONS(2166), + [sym__rethrows_keyword] = ACTIONS(2166), + [sym__async_keyword_custom] = ACTIONS(2166), + }, + [STATE(1801)] = { + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2294), + [anon_sym_async] = ACTIONS(2294), + [anon_sym_lazy] = ACTIONS(2294), + [anon_sym_package] = ACTIONS(2294), + [anon_sym_COMMA] = ACTIONS(2294), + [anon_sym_COLON] = ACTIONS(2294), + [anon_sym_DOT] = ACTIONS(2294), + [anon_sym_QMARK] = ACTIONS(2292), + [anon_sym_QMARK2] = ACTIONS(2294), + [anon_sym_AMP] = ACTIONS(2294), + [anon_sym_LBRACE] = ACTIONS(2294), + [anon_sym_RBRACE] = ACTIONS(2294), + [anon_sym_case] = ACTIONS(2294), + [anon_sym_import] = ACTIONS(2294), + [anon_sym_typealias] = ACTIONS(2294), + [anon_sym_struct] = ACTIONS(2294), + [anon_sym_class] = ACTIONS(2294), + [anon_sym_enum] = ACTIONS(2294), + [anon_sym_protocol] = ACTIONS(2294), + [anon_sym_let] = ACTIONS(2294), + [anon_sym_var] = ACTIONS(2294), + [anon_sym_func] = ACTIONS(2294), + [anon_sym_extension] = ACTIONS(2294), + [anon_sym_indirect] = ACTIONS(2294), + [anon_sym_init] = ACTIONS(2294), + [anon_sym_deinit] = ACTIONS(2294), + [anon_sym_subscript] = ACTIONS(2294), + [anon_sym_prefix] = ACTIONS(2294), + [anon_sym_infix] = ACTIONS(2294), + [anon_sym_postfix] = ACTIONS(2294), + [anon_sym_precedencegroup] = ACTIONS(2294), + [anon_sym_associatedtype] = ACTIONS(2294), + [anon_sym_AT] = ACTIONS(2292), + [anon_sym_override] = ACTIONS(2294), + [anon_sym_convenience] = ACTIONS(2294), + [anon_sym_required] = ACTIONS(2294), + [anon_sym_nonisolated] = ACTIONS(2294), + [anon_sym_public] = ACTIONS(2294), + [anon_sym_private] = ACTIONS(2294), + [anon_sym_internal] = ACTIONS(2294), + [anon_sym_fileprivate] = ACTIONS(2294), + [anon_sym_open] = ACTIONS(2294), + [anon_sym_mutating] = ACTIONS(2294), + [anon_sym_nonmutating] = ACTIONS(2294), + [anon_sym_static] = ACTIONS(2294), + [anon_sym_dynamic] = ACTIONS(2294), + [anon_sym_optional] = ACTIONS(2294), + [anon_sym_distributed] = ACTIONS(2294), + [anon_sym_final] = ACTIONS(2294), + [anon_sym_inout] = ACTIONS(2294), + [anon_sym_ATescaping] = ACTIONS(2294), + [anon_sym_ATautoclosure] = ACTIONS(2294), + [anon_sym_weak] = ACTIONS(2294), + [anon_sym_unowned] = ACTIONS(2292), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2294), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2294), + [anon_sym_borrowing] = ACTIONS(2294), + [anon_sym_consuming] = ACTIONS(2294), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2294), + [sym__eq_custom] = ACTIONS(2294), + [sym__throws_keyword] = ACTIONS(2294), + [sym__rethrows_keyword] = ACTIONS(2294), + [sym_where_keyword] = ACTIONS(2294), + [sym__as_custom] = ACTIONS(2294), + [sym__async_keyword_custom] = ACTIONS(2294), + }, + [STATE(1802)] = { + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2247), + [anon_sym_async] = ACTIONS(2247), + [anon_sym_lazy] = ACTIONS(2247), + [anon_sym_package] = ACTIONS(2247), + [anon_sym_COMMA] = ACTIONS(2247), + [anon_sym_COLON] = ACTIONS(2247), + [anon_sym_DOT] = ACTIONS(2247), + [anon_sym_QMARK] = ACTIONS(2245), + [anon_sym_QMARK2] = ACTIONS(2247), + [anon_sym_AMP] = ACTIONS(2247), + [anon_sym_LBRACE] = ACTIONS(2247), + [anon_sym_RBRACE] = ACTIONS(2247), + [anon_sym_case] = ACTIONS(2247), + [anon_sym_import] = ACTIONS(2247), + [anon_sym_typealias] = ACTIONS(2247), + [anon_sym_struct] = ACTIONS(2247), + [anon_sym_class] = ACTIONS(2247), + [anon_sym_enum] = ACTIONS(2247), + [anon_sym_protocol] = ACTIONS(2247), + [anon_sym_let] = ACTIONS(2247), + [anon_sym_var] = ACTIONS(2247), + [anon_sym_func] = ACTIONS(2247), + [anon_sym_extension] = ACTIONS(2247), + [anon_sym_indirect] = ACTIONS(2247), + [anon_sym_init] = ACTIONS(2247), + [anon_sym_deinit] = ACTIONS(2247), + [anon_sym_subscript] = ACTIONS(2247), + [anon_sym_prefix] = ACTIONS(2247), + [anon_sym_infix] = ACTIONS(2247), + [anon_sym_postfix] = ACTIONS(2247), + [anon_sym_precedencegroup] = ACTIONS(2247), + [anon_sym_associatedtype] = ACTIONS(2247), + [anon_sym_AT] = ACTIONS(2245), + [anon_sym_override] = ACTIONS(2247), + [anon_sym_convenience] = ACTIONS(2247), + [anon_sym_required] = ACTIONS(2247), + [anon_sym_nonisolated] = ACTIONS(2247), + [anon_sym_public] = ACTIONS(2247), + [anon_sym_private] = ACTIONS(2247), + [anon_sym_internal] = ACTIONS(2247), + [anon_sym_fileprivate] = ACTIONS(2247), + [anon_sym_open] = ACTIONS(2247), + [anon_sym_mutating] = ACTIONS(2247), + [anon_sym_nonmutating] = ACTIONS(2247), + [anon_sym_static] = ACTIONS(2247), + [anon_sym_dynamic] = ACTIONS(2247), + [anon_sym_optional] = ACTIONS(2247), + [anon_sym_distributed] = ACTIONS(2247), + [anon_sym_final] = ACTIONS(2247), + [anon_sym_inout] = ACTIONS(2247), + [anon_sym_ATescaping] = ACTIONS(2247), + [anon_sym_ATautoclosure] = ACTIONS(2247), + [anon_sym_weak] = ACTIONS(2247), + [anon_sym_unowned] = ACTIONS(2245), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2247), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2247), + [anon_sym_borrowing] = ACTIONS(2247), + [anon_sym_consuming] = ACTIONS(2247), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2247), + [sym__eq_custom] = ACTIONS(2247), + [sym__throws_keyword] = ACTIONS(2247), + [sym__rethrows_keyword] = ACTIONS(2247), + [sym_where_keyword] = ACTIONS(2247), + [sym__as_custom] = ACTIONS(2247), + [sym__async_keyword_custom] = ACTIONS(2247), + }, + [STATE(1803)] = { + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2274), + [anon_sym_async] = ACTIONS(2274), + [anon_sym_lazy] = ACTIONS(2274), + [anon_sym_package] = ACTIONS(2274), + [anon_sym_COMMA] = ACTIONS(2274), + [anon_sym_COLON] = ACTIONS(2274), + [anon_sym_DOT] = ACTIONS(2274), + [anon_sym_QMARK] = ACTIONS(2272), + [anon_sym_QMARK2] = ACTIONS(2274), + [anon_sym_AMP] = ACTIONS(2274), + [anon_sym_LBRACE] = ACTIONS(2274), + [anon_sym_RBRACE] = ACTIONS(2274), + [anon_sym_case] = ACTIONS(2274), + [anon_sym_import] = ACTIONS(2274), + [anon_sym_typealias] = ACTIONS(2274), + [anon_sym_struct] = ACTIONS(2274), + [anon_sym_class] = ACTIONS(2274), + [anon_sym_enum] = ACTIONS(2274), + [anon_sym_protocol] = ACTIONS(2274), + [anon_sym_let] = ACTIONS(2274), + [anon_sym_var] = ACTIONS(2274), + [anon_sym_func] = ACTIONS(2274), + [anon_sym_extension] = ACTIONS(2274), + [anon_sym_indirect] = ACTIONS(2274), + [anon_sym_init] = ACTIONS(2274), + [anon_sym_deinit] = ACTIONS(2274), + [anon_sym_subscript] = ACTIONS(2274), + [anon_sym_prefix] = ACTIONS(2274), + [anon_sym_infix] = ACTIONS(2274), + [anon_sym_postfix] = ACTIONS(2274), + [anon_sym_precedencegroup] = ACTIONS(2274), + [anon_sym_associatedtype] = ACTIONS(2274), + [anon_sym_AT] = ACTIONS(2272), + [anon_sym_override] = ACTIONS(2274), + [anon_sym_convenience] = ACTIONS(2274), + [anon_sym_required] = ACTIONS(2274), + [anon_sym_nonisolated] = ACTIONS(2274), + [anon_sym_public] = ACTIONS(2274), + [anon_sym_private] = ACTIONS(2274), + [anon_sym_internal] = ACTIONS(2274), + [anon_sym_fileprivate] = ACTIONS(2274), + [anon_sym_open] = ACTIONS(2274), + [anon_sym_mutating] = ACTIONS(2274), + [anon_sym_nonmutating] = ACTIONS(2274), + [anon_sym_static] = ACTIONS(2274), + [anon_sym_dynamic] = ACTIONS(2274), + [anon_sym_optional] = ACTIONS(2274), + [anon_sym_distributed] = ACTIONS(2274), + [anon_sym_final] = ACTIONS(2274), + [anon_sym_inout] = ACTIONS(2274), + [anon_sym_ATescaping] = ACTIONS(2274), + [anon_sym_ATautoclosure] = ACTIONS(2274), + [anon_sym_weak] = ACTIONS(2274), + [anon_sym_unowned] = ACTIONS(2272), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2274), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2274), + [anon_sym_borrowing] = ACTIONS(2274), + [anon_sym_consuming] = ACTIONS(2274), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2274), + [sym__eq_custom] = ACTIONS(2274), + [sym__throws_keyword] = ACTIONS(2274), + [sym__rethrows_keyword] = ACTIONS(2274), + [sym_where_keyword] = ACTIONS(2274), + [sym__as_custom] = ACTIONS(2274), + [sym__async_keyword_custom] = ACTIONS(2274), + }, + [STATE(1804)] = { + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2223), + [anon_sym_async] = ACTIONS(2223), + [anon_sym_lazy] = ACTIONS(2223), + [anon_sym_package] = ACTIONS(2223), + [anon_sym_COMMA] = ACTIONS(2223), + [anon_sym_COLON] = ACTIONS(2223), + [anon_sym_DOT] = ACTIONS(2223), + [anon_sym_QMARK] = ACTIONS(2221), + [anon_sym_QMARK2] = ACTIONS(2223), + [anon_sym_AMP] = ACTIONS(2223), + [anon_sym_LBRACE] = ACTIONS(2223), + [anon_sym_RBRACE] = ACTIONS(2223), + [anon_sym_case] = ACTIONS(2223), + [anon_sym_import] = ACTIONS(2223), + [anon_sym_typealias] = ACTIONS(2223), + [anon_sym_struct] = ACTIONS(2223), + [anon_sym_class] = ACTIONS(2223), + [anon_sym_enum] = ACTIONS(2223), + [anon_sym_protocol] = ACTIONS(2223), + [anon_sym_let] = ACTIONS(2223), + [anon_sym_var] = ACTIONS(2223), + [anon_sym_func] = ACTIONS(2223), + [anon_sym_extension] = ACTIONS(2223), + [anon_sym_indirect] = ACTIONS(2223), + [anon_sym_init] = ACTIONS(2223), + [anon_sym_deinit] = ACTIONS(2223), + [anon_sym_subscript] = ACTIONS(2223), + [anon_sym_prefix] = ACTIONS(2223), + [anon_sym_infix] = ACTIONS(2223), + [anon_sym_postfix] = ACTIONS(2223), + [anon_sym_precedencegroup] = ACTIONS(2223), + [anon_sym_associatedtype] = ACTIONS(2223), + [anon_sym_AT] = ACTIONS(2221), + [anon_sym_override] = ACTIONS(2223), + [anon_sym_convenience] = ACTIONS(2223), + [anon_sym_required] = ACTIONS(2223), + [anon_sym_nonisolated] = ACTIONS(2223), + [anon_sym_public] = ACTIONS(2223), + [anon_sym_private] = ACTIONS(2223), + [anon_sym_internal] = ACTIONS(2223), + [anon_sym_fileprivate] = ACTIONS(2223), + [anon_sym_open] = ACTIONS(2223), + [anon_sym_mutating] = ACTIONS(2223), + [anon_sym_nonmutating] = ACTIONS(2223), + [anon_sym_static] = ACTIONS(2223), + [anon_sym_dynamic] = ACTIONS(2223), + [anon_sym_optional] = ACTIONS(2223), + [anon_sym_distributed] = ACTIONS(2223), + [anon_sym_final] = ACTIONS(2223), + [anon_sym_inout] = ACTIONS(2223), + [anon_sym_ATescaping] = ACTIONS(2223), + [anon_sym_ATautoclosure] = ACTIONS(2223), + [anon_sym_weak] = ACTIONS(2223), + [anon_sym_unowned] = ACTIONS(2221), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2223), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2223), + [anon_sym_borrowing] = ACTIONS(2223), + [anon_sym_consuming] = ACTIONS(2223), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2223), + [sym__eq_custom] = ACTIONS(2223), + [sym__throws_keyword] = ACTIONS(2223), + [sym__rethrows_keyword] = ACTIONS(2223), + [sym_where_keyword] = ACTIONS(2223), + [sym__as_custom] = ACTIONS(2223), + [sym__async_keyword_custom] = ACTIONS(2223), + }, + [STATE(1805)] = { + [ts_builtin_sym_end] = ACTIONS(2327), + [anon_sym_BANG] = ACTIONS(2325), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(2325), + [aux_sym_simple_identifier_token2] = ACTIONS(2327), + [aux_sym_simple_identifier_token3] = ACTIONS(2327), + [aux_sym_simple_identifier_token4] = ACTIONS(2327), + [anon_sym_actor] = ACTIONS(2325), + [anon_sym_async] = ACTIONS(2325), + [anon_sym_each] = ACTIONS(2325), + [anon_sym_lazy] = ACTIONS(2325), + [anon_sym_repeat] = ACTIONS(2325), + [anon_sym_package] = ACTIONS(2325), + [anon_sym_COMMA] = ACTIONS(2327), + [anon_sym_LPAREN] = ACTIONS(2327), + [anon_sym_LBRACK] = ACTIONS(2327), + [anon_sym_QMARK] = ACTIONS(2325), + [anon_sym_QMARK2] = ACTIONS(2327), + [anon_sym_AMP] = ACTIONS(2327), + [aux_sym_custom_operator_token1] = ACTIONS(2327), + [anon_sym_LT] = ACTIONS(2325), + [anon_sym_GT] = ACTIONS(2325), + [anon_sym_LBRACE] = ACTIONS(2327), + [anon_sym_CARET_LBRACE] = ACTIONS(2327), + [anon_sym_RBRACE] = ACTIONS(2327), + [anon_sym_PLUS_EQ] = ACTIONS(2327), + [anon_sym_DASH_EQ] = ACTIONS(2327), + [anon_sym_STAR_EQ] = ACTIONS(2327), + [anon_sym_SLASH_EQ] = ACTIONS(2327), + [anon_sym_PERCENT_EQ] = ACTIONS(2327), + [anon_sym_BANG_EQ] = ACTIONS(2325), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2327), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2327), + [anon_sym_LT_EQ] = ACTIONS(2327), + [anon_sym_GT_EQ] = ACTIONS(2327), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2327), + [anon_sym_DOT_DOT_LT] = ACTIONS(2327), + [anon_sym_is] = ACTIONS(2325), + [anon_sym_PLUS] = ACTIONS(2325), + [anon_sym_DASH] = ACTIONS(2325), + [anon_sym_STAR] = ACTIONS(2325), + [anon_sym_SLASH] = ACTIONS(2325), + [anon_sym_PERCENT] = ACTIONS(2325), + [anon_sym_PLUS_PLUS] = ACTIONS(2327), + [anon_sym_DASH_DASH] = ACTIONS(2327), + [anon_sym_PIPE] = ACTIONS(2327), + [anon_sym_CARET] = ACTIONS(2325), + [anon_sym_LT_LT] = ACTIONS(2327), + [anon_sym_GT_GT] = ACTIONS(2327), + [anon_sym_borrowing] = ACTIONS(2325), + [anon_sym_consuming] = ACTIONS(2325), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2327), + [sym__explicit_semi] = ACTIONS(2327), + [sym__dot_custom] = ACTIONS(2327), + [sym__conjunction_operator_custom] = ACTIONS(2327), + [sym__disjunction_operator_custom] = ACTIONS(2327), + [sym__nil_coalescing_operator_custom] = ACTIONS(2327), + [sym__eq_custom] = ACTIONS(2327), + [sym__eq_eq_custom] = ACTIONS(2327), + [sym__plus_then_ws] = ACTIONS(2327), + [sym__minus_then_ws] = ACTIONS(2327), + [sym__bang_custom] = ACTIONS(2327), + [sym__as_custom] = ACTIONS(2327), + [sym__as_quest_custom] = ACTIONS(2327), + [sym__as_bang_custom] = ACTIONS(2327), + [sym__custom_operator] = ACTIONS(2327), + }, + [STATE(1806)] = { + [sym__arrow_operator] = STATE(4328), + [sym__async_keyword] = STATE(7047), + [sym_throws] = STATE(8881), + [sym_throws_clause] = STATE(8881), + [aux_sym_protocol_composition_type_repeat1] = STATE(1985), + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2158), + [anon_sym_async] = ACTIONS(2158), + [anon_sym_lazy] = ACTIONS(2158), + [anon_sym_package] = ACTIONS(2158), + [anon_sym_COMMA] = ACTIONS(2158), + [anon_sym_BANG2] = ACTIONS(2158), + [anon_sym_DOT] = ACTIONS(4379), + [anon_sym_AMP] = ACTIONS(4381), + [anon_sym_LBRACE] = ACTIONS(2158), + [anon_sym_RBRACE] = ACTIONS(2158), + [anon_sym_case] = ACTIONS(2158), + [anon_sym_import] = ACTIONS(2158), + [anon_sym_typealias] = ACTIONS(2158), + [anon_sym_struct] = ACTIONS(2158), + [anon_sym_class] = ACTIONS(2158), + [anon_sym_enum] = ACTIONS(2158), + [anon_sym_protocol] = ACTIONS(2158), + [anon_sym_let] = ACTIONS(2158), + [anon_sym_var] = ACTIONS(2158), + [anon_sym_func] = ACTIONS(2158), + [anon_sym_extension] = ACTIONS(2158), + [anon_sym_indirect] = ACTIONS(2158), + [anon_sym_init] = ACTIONS(2158), + [anon_sym_deinit] = ACTIONS(2158), + [anon_sym_subscript] = ACTIONS(2158), + [anon_sym_prefix] = ACTIONS(2158), + [anon_sym_infix] = ACTIONS(2158), + [anon_sym_postfix] = ACTIONS(2158), + [anon_sym_precedencegroup] = ACTIONS(2158), + [anon_sym_associatedtype] = ACTIONS(2158), + [anon_sym_AT] = ACTIONS(2156), + [anon_sym_override] = ACTIONS(2158), + [anon_sym_convenience] = ACTIONS(2158), + [anon_sym_required] = ACTIONS(2158), + [anon_sym_nonisolated] = ACTIONS(2158), + [anon_sym_public] = ACTIONS(2158), + [anon_sym_private] = ACTIONS(2158), + [anon_sym_internal] = ACTIONS(2158), + [anon_sym_fileprivate] = ACTIONS(2158), + [anon_sym_open] = ACTIONS(2158), + [anon_sym_mutating] = ACTIONS(2158), + [anon_sym_nonmutating] = ACTIONS(2158), + [anon_sym_static] = ACTIONS(2158), + [anon_sym_dynamic] = ACTIONS(2158), + [anon_sym_optional] = ACTIONS(2158), + [anon_sym_distributed] = ACTIONS(2158), + [anon_sym_final] = ACTIONS(2158), + [anon_sym_inout] = ACTIONS(2158), + [anon_sym_ATescaping] = ACTIONS(2158), + [anon_sym_ATautoclosure] = ACTIONS(2158), + [anon_sym_weak] = ACTIONS(2158), + [anon_sym_unowned] = ACTIONS(2156), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2158), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2158), + [anon_sym_borrowing] = ACTIONS(2158), + [anon_sym_consuming] = ACTIONS(2158), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(4346), + [sym__throws_keyword] = ACTIONS(2093), + [sym__rethrows_keyword] = ACTIONS(2095), + [sym__async_keyword_custom] = ACTIONS(4348), + }, + [STATE(1807)] = { + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2199), + [anon_sym_async] = ACTIONS(2199), + [anon_sym_lazy] = ACTIONS(2199), + [anon_sym_package] = ACTIONS(2199), + [anon_sym_RPAREN] = ACTIONS(2199), + [anon_sym_COMMA] = ACTIONS(2199), + [anon_sym_BANG2] = ACTIONS(2199), + [anon_sym_DOT] = ACTIONS(2197), + [anon_sym_QMARK2] = ACTIONS(2199), + [anon_sym_AMP] = ACTIONS(2199), + [anon_sym_LBRACE] = ACTIONS(2199), + [anon_sym_RBRACE] = ACTIONS(2199), + [anon_sym_case] = ACTIONS(2199), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2199), + [anon_sym_import] = ACTIONS(2199), + [anon_sym_typealias] = ACTIONS(2199), + [anon_sym_struct] = ACTIONS(2199), + [anon_sym_class] = ACTIONS(2199), + [anon_sym_enum] = ACTIONS(2199), + [anon_sym_protocol] = ACTIONS(2199), + [anon_sym_let] = ACTIONS(2199), + [anon_sym_var] = ACTIONS(2199), + [anon_sym_func] = ACTIONS(2199), + [anon_sym_extension] = ACTIONS(2199), + [anon_sym_indirect] = ACTIONS(2199), + [anon_sym_init] = ACTIONS(2199), + [anon_sym_deinit] = ACTIONS(2199), + [anon_sym_subscript] = ACTIONS(2199), + [anon_sym_prefix] = ACTIONS(2199), + [anon_sym_infix] = ACTIONS(2199), + [anon_sym_postfix] = ACTIONS(2199), + [anon_sym_precedencegroup] = ACTIONS(2199), + [anon_sym_associatedtype] = ACTIONS(2199), + [anon_sym_AT] = ACTIONS(2197), + [anon_sym_override] = ACTIONS(2199), + [anon_sym_convenience] = ACTIONS(2199), + [anon_sym_required] = ACTIONS(2199), + [anon_sym_nonisolated] = ACTIONS(2199), + [anon_sym_public] = ACTIONS(2199), + [anon_sym_private] = ACTIONS(2199), + [anon_sym_internal] = ACTIONS(2199), + [anon_sym_fileprivate] = ACTIONS(2199), + [anon_sym_open] = ACTIONS(2199), + [anon_sym_mutating] = ACTIONS(2199), + [anon_sym_nonmutating] = ACTIONS(2199), + [anon_sym_static] = ACTIONS(2199), + [anon_sym_dynamic] = ACTIONS(2199), + [anon_sym_optional] = ACTIONS(2199), + [anon_sym_distributed] = ACTIONS(2199), + [anon_sym_final] = ACTIONS(2199), + [anon_sym_inout] = ACTIONS(2199), + [anon_sym_ATescaping] = ACTIONS(2199), + [anon_sym_ATautoclosure] = ACTIONS(2199), + [anon_sym_weak] = ACTIONS(2199), + [anon_sym_unowned] = ACTIONS(2197), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2199), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2199), + [anon_sym_borrowing] = ACTIONS(2199), + [anon_sym_consuming] = ACTIONS(2199), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2199), + [sym__dot_custom] = ACTIONS(2199), + [sym__eq_custom] = ACTIONS(2199), + [sym__throws_keyword] = ACTIONS(2199), + [sym__rethrows_keyword] = ACTIONS(2199), + [sym__async_keyword_custom] = ACTIONS(2199), + }, + [STATE(1808)] = { + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2231), + [anon_sym_async] = ACTIONS(2231), + [anon_sym_lazy] = ACTIONS(2231), + [anon_sym_package] = ACTIONS(2231), + [anon_sym_RPAREN] = ACTIONS(2231), + [anon_sym_COMMA] = ACTIONS(2231), + [anon_sym_BANG2] = ACTIONS(2231), + [anon_sym_DOT] = ACTIONS(2229), + [anon_sym_QMARK2] = ACTIONS(2231), + [anon_sym_AMP] = ACTIONS(2231), + [anon_sym_LBRACE] = ACTIONS(2231), + [anon_sym_RBRACE] = ACTIONS(2231), + [anon_sym_case] = ACTIONS(2231), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2231), + [anon_sym_import] = ACTIONS(2231), + [anon_sym_typealias] = ACTIONS(2231), + [anon_sym_struct] = ACTIONS(2231), + [anon_sym_class] = ACTIONS(2231), + [anon_sym_enum] = ACTIONS(2231), + [anon_sym_protocol] = ACTIONS(2231), + [anon_sym_let] = ACTIONS(2231), + [anon_sym_var] = ACTIONS(2231), + [anon_sym_func] = ACTIONS(2231), + [anon_sym_extension] = ACTIONS(2231), + [anon_sym_indirect] = ACTIONS(2231), + [anon_sym_init] = ACTIONS(2231), + [anon_sym_deinit] = ACTIONS(2231), + [anon_sym_subscript] = ACTIONS(2231), + [anon_sym_prefix] = ACTIONS(2231), + [anon_sym_infix] = ACTIONS(2231), + [anon_sym_postfix] = ACTIONS(2231), + [anon_sym_precedencegroup] = ACTIONS(2231), + [anon_sym_associatedtype] = ACTIONS(2231), + [anon_sym_AT] = ACTIONS(2229), + [anon_sym_override] = ACTIONS(2231), + [anon_sym_convenience] = ACTIONS(2231), + [anon_sym_required] = ACTIONS(2231), + [anon_sym_nonisolated] = ACTIONS(2231), + [anon_sym_public] = ACTIONS(2231), + [anon_sym_private] = ACTIONS(2231), + [anon_sym_internal] = ACTIONS(2231), + [anon_sym_fileprivate] = ACTIONS(2231), + [anon_sym_open] = ACTIONS(2231), + [anon_sym_mutating] = ACTIONS(2231), + [anon_sym_nonmutating] = ACTIONS(2231), + [anon_sym_static] = ACTIONS(2231), + [anon_sym_dynamic] = ACTIONS(2231), + [anon_sym_optional] = ACTIONS(2231), + [anon_sym_distributed] = ACTIONS(2231), + [anon_sym_final] = ACTIONS(2231), + [anon_sym_inout] = ACTIONS(2231), + [anon_sym_ATescaping] = ACTIONS(2231), + [anon_sym_ATautoclosure] = ACTIONS(2231), + [anon_sym_weak] = ACTIONS(2231), + [anon_sym_unowned] = ACTIONS(2229), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2231), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2231), + [anon_sym_borrowing] = ACTIONS(2231), + [anon_sym_consuming] = ACTIONS(2231), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2231), + [sym__dot_custom] = ACTIONS(2231), + [sym__eq_custom] = ACTIONS(2231), + [sym__throws_keyword] = ACTIONS(2231), + [sym__rethrows_keyword] = ACTIONS(2231), + [sym__async_keyword_custom] = ACTIONS(2231), + }, + [STATE(1809)] = { + [sym__arrow_operator] = STATE(4328), + [sym__async_keyword] = STATE(7047), + [sym_throws] = STATE(8881), + [sym_throws_clause] = STATE(8881), + [aux_sym_protocol_composition_type_repeat1] = STATE(1985), + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2173), + [anon_sym_async] = ACTIONS(2173), + [anon_sym_lazy] = ACTIONS(2173), + [anon_sym_package] = ACTIONS(2173), + [anon_sym_COMMA] = ACTIONS(2173), + [anon_sym_BANG2] = ACTIONS(2173), + [anon_sym_DOT] = ACTIONS(4379), + [anon_sym_AMP] = ACTIONS(4381), + [anon_sym_LBRACE] = ACTIONS(2173), + [anon_sym_RBRACE] = ACTIONS(2173), + [anon_sym_case] = ACTIONS(2173), + [anon_sym_import] = ACTIONS(2173), + [anon_sym_typealias] = ACTIONS(2173), + [anon_sym_struct] = ACTIONS(2173), + [anon_sym_class] = ACTIONS(2173), + [anon_sym_enum] = ACTIONS(2173), + [anon_sym_protocol] = ACTIONS(2173), + [anon_sym_let] = ACTIONS(2173), + [anon_sym_var] = ACTIONS(2173), + [anon_sym_func] = ACTIONS(2173), + [anon_sym_extension] = ACTIONS(2173), + [anon_sym_indirect] = ACTIONS(2173), + [anon_sym_init] = ACTIONS(2173), + [anon_sym_deinit] = ACTIONS(2173), + [anon_sym_subscript] = ACTIONS(2173), + [anon_sym_prefix] = ACTIONS(2173), + [anon_sym_infix] = ACTIONS(2173), + [anon_sym_postfix] = ACTIONS(2173), + [anon_sym_precedencegroup] = ACTIONS(2173), + [anon_sym_associatedtype] = ACTIONS(2173), + [anon_sym_AT] = ACTIONS(2171), + [anon_sym_override] = ACTIONS(2173), + [anon_sym_convenience] = ACTIONS(2173), + [anon_sym_required] = ACTIONS(2173), + [anon_sym_nonisolated] = ACTIONS(2173), + [anon_sym_public] = ACTIONS(2173), + [anon_sym_private] = ACTIONS(2173), + [anon_sym_internal] = ACTIONS(2173), + [anon_sym_fileprivate] = ACTIONS(2173), + [anon_sym_open] = ACTIONS(2173), + [anon_sym_mutating] = ACTIONS(2173), + [anon_sym_nonmutating] = ACTIONS(2173), + [anon_sym_static] = ACTIONS(2173), + [anon_sym_dynamic] = ACTIONS(2173), + [anon_sym_optional] = ACTIONS(2173), + [anon_sym_distributed] = ACTIONS(2173), + [anon_sym_final] = ACTIONS(2173), + [anon_sym_inout] = ACTIONS(2173), + [anon_sym_ATescaping] = ACTIONS(2173), + [anon_sym_ATautoclosure] = ACTIONS(2173), + [anon_sym_weak] = ACTIONS(2173), + [anon_sym_unowned] = ACTIONS(2171), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2173), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2173), + [anon_sym_borrowing] = ACTIONS(2173), + [anon_sym_consuming] = ACTIONS(2173), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(4346), + [sym__throws_keyword] = ACTIONS(2093), + [sym__rethrows_keyword] = ACTIONS(2095), + [sym__async_keyword_custom] = ACTIONS(4348), + }, + [STATE(1810)] = { + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2227), + [anon_sym_async] = ACTIONS(2227), + [anon_sym_lazy] = ACTIONS(2227), + [anon_sym_package] = ACTIONS(2227), + [anon_sym_COMMA] = ACTIONS(2227), + [anon_sym_COLON] = ACTIONS(2227), + [anon_sym_DOT] = ACTIONS(2227), + [anon_sym_QMARK] = ACTIONS(2225), + [anon_sym_QMARK2] = ACTIONS(2227), + [anon_sym_AMP] = ACTIONS(2227), + [anon_sym_LBRACE] = ACTIONS(2227), + [anon_sym_RBRACE] = ACTIONS(2227), + [anon_sym_case] = ACTIONS(2227), + [anon_sym_import] = ACTIONS(2227), + [anon_sym_typealias] = ACTIONS(2227), + [anon_sym_struct] = ACTIONS(2227), + [anon_sym_class] = ACTIONS(2227), + [anon_sym_enum] = ACTIONS(2227), + [anon_sym_protocol] = ACTIONS(2227), + [anon_sym_let] = ACTIONS(2227), + [anon_sym_var] = ACTIONS(2227), + [anon_sym_func] = ACTIONS(2227), + [anon_sym_extension] = ACTIONS(2227), + [anon_sym_indirect] = ACTIONS(2227), + [anon_sym_init] = ACTIONS(2227), + [anon_sym_deinit] = ACTIONS(2227), + [anon_sym_subscript] = ACTIONS(2227), + [anon_sym_prefix] = ACTIONS(2227), + [anon_sym_infix] = ACTIONS(2227), + [anon_sym_postfix] = ACTIONS(2227), + [anon_sym_precedencegroup] = ACTIONS(2227), + [anon_sym_associatedtype] = ACTIONS(2227), + [anon_sym_AT] = ACTIONS(2225), + [anon_sym_override] = ACTIONS(2227), + [anon_sym_convenience] = ACTIONS(2227), + [anon_sym_required] = ACTIONS(2227), + [anon_sym_nonisolated] = ACTIONS(2227), + [anon_sym_public] = ACTIONS(2227), + [anon_sym_private] = ACTIONS(2227), + [anon_sym_internal] = ACTIONS(2227), + [anon_sym_fileprivate] = ACTIONS(2227), + [anon_sym_open] = ACTIONS(2227), + [anon_sym_mutating] = ACTIONS(2227), + [anon_sym_nonmutating] = ACTIONS(2227), + [anon_sym_static] = ACTIONS(2227), + [anon_sym_dynamic] = ACTIONS(2227), + [anon_sym_optional] = ACTIONS(2227), + [anon_sym_distributed] = ACTIONS(2227), + [anon_sym_final] = ACTIONS(2227), + [anon_sym_inout] = ACTIONS(2227), + [anon_sym_ATescaping] = ACTIONS(2227), + [anon_sym_ATautoclosure] = ACTIONS(2227), + [anon_sym_weak] = ACTIONS(2227), + [anon_sym_unowned] = ACTIONS(2225), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2227), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2227), + [anon_sym_borrowing] = ACTIONS(2227), + [anon_sym_consuming] = ACTIONS(2227), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2227), + [sym__eq_custom] = ACTIONS(2227), + [sym__throws_keyword] = ACTIONS(2227), + [sym__rethrows_keyword] = ACTIONS(2227), + [sym_where_keyword] = ACTIONS(2227), + [sym__as_custom] = ACTIONS(2227), + [sym__async_keyword_custom] = ACTIONS(2227), + }, + [STATE(1811)] = { + [sym__arrow_operator] = STATE(4328), + [sym__async_keyword] = STATE(7047), + [sym_throws] = STATE(8881), + [sym_throws_clause] = STATE(8881), + [aux_sym_protocol_composition_type_repeat1] = STATE(1985), + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2181), + [anon_sym_async] = ACTIONS(2181), + [anon_sym_lazy] = ACTIONS(2181), + [anon_sym_package] = ACTIONS(2181), + [anon_sym_COMMA] = ACTIONS(2181), + [anon_sym_BANG2] = ACTIONS(2181), + [anon_sym_DOT] = ACTIONS(4379), + [anon_sym_AMP] = ACTIONS(4381), + [anon_sym_LBRACE] = ACTIONS(2181), + [anon_sym_RBRACE] = ACTIONS(2181), + [anon_sym_case] = ACTIONS(2181), + [anon_sym_import] = ACTIONS(2181), + [anon_sym_typealias] = ACTIONS(2181), + [anon_sym_struct] = ACTIONS(2181), + [anon_sym_class] = ACTIONS(2181), + [anon_sym_enum] = ACTIONS(2181), + [anon_sym_protocol] = ACTIONS(2181), + [anon_sym_let] = ACTIONS(2181), + [anon_sym_var] = ACTIONS(2181), + [anon_sym_func] = ACTIONS(2181), + [anon_sym_extension] = ACTIONS(2181), + [anon_sym_indirect] = ACTIONS(2181), + [anon_sym_init] = ACTIONS(2181), + [anon_sym_deinit] = ACTIONS(2181), + [anon_sym_subscript] = ACTIONS(2181), + [anon_sym_prefix] = ACTIONS(2181), + [anon_sym_infix] = ACTIONS(2181), + [anon_sym_postfix] = ACTIONS(2181), + [anon_sym_precedencegroup] = ACTIONS(2181), + [anon_sym_associatedtype] = ACTIONS(2181), + [anon_sym_AT] = ACTIONS(2179), + [anon_sym_override] = ACTIONS(2181), + [anon_sym_convenience] = ACTIONS(2181), + [anon_sym_required] = ACTIONS(2181), + [anon_sym_nonisolated] = ACTIONS(2181), + [anon_sym_public] = ACTIONS(2181), + [anon_sym_private] = ACTIONS(2181), + [anon_sym_internal] = ACTIONS(2181), + [anon_sym_fileprivate] = ACTIONS(2181), + [anon_sym_open] = ACTIONS(2181), + [anon_sym_mutating] = ACTIONS(2181), + [anon_sym_nonmutating] = ACTIONS(2181), + [anon_sym_static] = ACTIONS(2181), + [anon_sym_dynamic] = ACTIONS(2181), + [anon_sym_optional] = ACTIONS(2181), + [anon_sym_distributed] = ACTIONS(2181), + [anon_sym_final] = ACTIONS(2181), + [anon_sym_inout] = ACTIONS(2181), + [anon_sym_ATescaping] = ACTIONS(2181), + [anon_sym_ATautoclosure] = ACTIONS(2181), + [anon_sym_weak] = ACTIONS(2181), + [anon_sym_unowned] = ACTIONS(2179), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2181), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2181), + [anon_sym_borrowing] = ACTIONS(2181), + [anon_sym_consuming] = ACTIONS(2181), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(4346), + [sym__throws_keyword] = ACTIONS(2093), + [sym__rethrows_keyword] = ACTIONS(2095), + [sym__async_keyword_custom] = ACTIONS(4348), + }, + [STATE(1812)] = { + [sym__arrow_operator] = STATE(4328), + [sym__async_keyword] = STATE(7047), + [sym_throws] = STATE(8881), + [sym_throws_clause] = STATE(8881), + [aux_sym_protocol_composition_type_repeat1] = STATE(1985), + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2185), + [anon_sym_async] = ACTIONS(2185), + [anon_sym_lazy] = ACTIONS(2185), + [anon_sym_package] = ACTIONS(2185), + [anon_sym_COMMA] = ACTIONS(2185), + [anon_sym_BANG2] = ACTIONS(2185), + [anon_sym_DOT] = ACTIONS(2185), + [anon_sym_AMP] = ACTIONS(2185), + [anon_sym_LBRACE] = ACTIONS(2185), + [anon_sym_RBRACE] = ACTIONS(2185), + [anon_sym_case] = ACTIONS(2185), + [anon_sym_import] = ACTIONS(2185), + [anon_sym_typealias] = ACTIONS(2185), + [anon_sym_struct] = ACTIONS(2185), + [anon_sym_class] = ACTIONS(2185), + [anon_sym_enum] = ACTIONS(2185), + [anon_sym_protocol] = ACTIONS(2185), + [anon_sym_let] = ACTIONS(2185), + [anon_sym_var] = ACTIONS(2185), + [anon_sym_func] = ACTIONS(2185), + [anon_sym_extension] = ACTIONS(2185), + [anon_sym_indirect] = ACTIONS(2185), + [anon_sym_init] = ACTIONS(2185), + [anon_sym_deinit] = ACTIONS(2185), + [anon_sym_subscript] = ACTIONS(2185), + [anon_sym_prefix] = ACTIONS(2185), + [anon_sym_infix] = ACTIONS(2185), + [anon_sym_postfix] = ACTIONS(2185), + [anon_sym_precedencegroup] = ACTIONS(2185), + [anon_sym_associatedtype] = ACTIONS(2185), + [anon_sym_AT] = ACTIONS(2183), + [anon_sym_override] = ACTIONS(2185), + [anon_sym_convenience] = ACTIONS(2185), + [anon_sym_required] = ACTIONS(2185), + [anon_sym_nonisolated] = ACTIONS(2185), + [anon_sym_public] = ACTIONS(2185), + [anon_sym_private] = ACTIONS(2185), + [anon_sym_internal] = ACTIONS(2185), + [anon_sym_fileprivate] = ACTIONS(2185), + [anon_sym_open] = ACTIONS(2185), + [anon_sym_mutating] = ACTIONS(2185), + [anon_sym_nonmutating] = ACTIONS(2185), + [anon_sym_static] = ACTIONS(2185), + [anon_sym_dynamic] = ACTIONS(2185), + [anon_sym_optional] = ACTIONS(2185), + [anon_sym_distributed] = ACTIONS(2185), + [anon_sym_final] = ACTIONS(2185), + [anon_sym_inout] = ACTIONS(2185), + [anon_sym_ATescaping] = ACTIONS(2185), + [anon_sym_ATautoclosure] = ACTIONS(2185), + [anon_sym_weak] = ACTIONS(2185), + [anon_sym_unowned] = ACTIONS(2183), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2185), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2185), + [anon_sym_borrowing] = ACTIONS(2185), + [anon_sym_consuming] = ACTIONS(2185), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2185), + [sym__throws_keyword] = ACTIONS(2185), + [sym__rethrows_keyword] = ACTIONS(2185), + [sym__async_keyword_custom] = ACTIONS(2185), + }, + [STATE(1813)] = { + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2235), + [anon_sym_async] = ACTIONS(2235), + [anon_sym_lazy] = ACTIONS(2235), + [anon_sym_package] = ACTIONS(2235), + [anon_sym_RPAREN] = ACTIONS(2235), + [anon_sym_COMMA] = ACTIONS(2235), + [anon_sym_BANG2] = ACTIONS(2235), + [anon_sym_DOT] = ACTIONS(2233), + [anon_sym_QMARK2] = ACTIONS(2235), + [anon_sym_AMP] = ACTIONS(2235), + [anon_sym_LBRACE] = ACTIONS(2235), + [anon_sym_RBRACE] = ACTIONS(2235), + [anon_sym_case] = ACTIONS(2235), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2235), + [anon_sym_import] = ACTIONS(2235), + [anon_sym_typealias] = ACTIONS(2235), + [anon_sym_struct] = ACTIONS(2235), + [anon_sym_class] = ACTIONS(2235), + [anon_sym_enum] = ACTIONS(2235), + [anon_sym_protocol] = ACTIONS(2235), + [anon_sym_let] = ACTIONS(2235), + [anon_sym_var] = ACTIONS(2235), + [anon_sym_func] = ACTIONS(2235), + [anon_sym_extension] = ACTIONS(2235), + [anon_sym_indirect] = ACTIONS(2235), + [anon_sym_init] = ACTIONS(2235), + [anon_sym_deinit] = ACTIONS(2235), + [anon_sym_subscript] = ACTIONS(2235), + [anon_sym_prefix] = ACTIONS(2235), + [anon_sym_infix] = ACTIONS(2235), + [anon_sym_postfix] = ACTIONS(2235), + [anon_sym_precedencegroup] = ACTIONS(2235), + [anon_sym_associatedtype] = ACTIONS(2235), + [anon_sym_AT] = ACTIONS(2233), + [anon_sym_override] = ACTIONS(2235), + [anon_sym_convenience] = ACTIONS(2235), + [anon_sym_required] = ACTIONS(2235), + [anon_sym_nonisolated] = ACTIONS(2235), + [anon_sym_public] = ACTIONS(2235), + [anon_sym_private] = ACTIONS(2235), + [anon_sym_internal] = ACTIONS(2235), + [anon_sym_fileprivate] = ACTIONS(2235), + [anon_sym_open] = ACTIONS(2235), + [anon_sym_mutating] = ACTIONS(2235), + [anon_sym_nonmutating] = ACTIONS(2235), + [anon_sym_static] = ACTIONS(2235), + [anon_sym_dynamic] = ACTIONS(2235), + [anon_sym_optional] = ACTIONS(2235), + [anon_sym_distributed] = ACTIONS(2235), + [anon_sym_final] = ACTIONS(2235), + [anon_sym_inout] = ACTIONS(2235), + [anon_sym_ATescaping] = ACTIONS(2235), + [anon_sym_ATautoclosure] = ACTIONS(2235), + [anon_sym_weak] = ACTIONS(2235), + [anon_sym_unowned] = ACTIONS(2233), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2235), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2235), + [anon_sym_borrowing] = ACTIONS(2235), + [anon_sym_consuming] = ACTIONS(2235), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2235), + [sym__dot_custom] = ACTIONS(2235), + [sym__eq_custom] = ACTIONS(2235), + [sym__throws_keyword] = ACTIONS(2235), + [sym__rethrows_keyword] = ACTIONS(2235), + [sym__async_keyword_custom] = ACTIONS(2235), + }, + [STATE(1814)] = { + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2219), + [anon_sym_async] = ACTIONS(2219), + [anon_sym_lazy] = ACTIONS(2219), + [anon_sym_package] = ACTIONS(2219), + [anon_sym_COMMA] = ACTIONS(2219), + [anon_sym_COLON] = ACTIONS(2219), + [anon_sym_DOT] = ACTIONS(2219), + [anon_sym_QMARK] = ACTIONS(2217), + [anon_sym_QMARK2] = ACTIONS(2219), + [anon_sym_AMP] = ACTIONS(2219), + [anon_sym_LBRACE] = ACTIONS(2219), + [anon_sym_RBRACE] = ACTIONS(2219), + [anon_sym_case] = ACTIONS(2219), + [anon_sym_import] = ACTIONS(2219), + [anon_sym_typealias] = ACTIONS(2219), + [anon_sym_struct] = ACTIONS(2219), + [anon_sym_class] = ACTIONS(2219), + [anon_sym_enum] = ACTIONS(2219), + [anon_sym_protocol] = ACTIONS(2219), + [anon_sym_let] = ACTIONS(2219), + [anon_sym_var] = ACTIONS(2219), + [anon_sym_func] = ACTIONS(2219), + [anon_sym_extension] = ACTIONS(2219), + [anon_sym_indirect] = ACTIONS(2219), + [anon_sym_init] = ACTIONS(2219), + [anon_sym_deinit] = ACTIONS(2219), + [anon_sym_subscript] = ACTIONS(2219), + [anon_sym_prefix] = ACTIONS(2219), + [anon_sym_infix] = ACTIONS(2219), + [anon_sym_postfix] = ACTIONS(2219), + [anon_sym_precedencegroup] = ACTIONS(2219), + [anon_sym_associatedtype] = ACTIONS(2219), + [anon_sym_AT] = ACTIONS(2217), + [anon_sym_override] = ACTIONS(2219), + [anon_sym_convenience] = ACTIONS(2219), + [anon_sym_required] = ACTIONS(2219), + [anon_sym_nonisolated] = ACTIONS(2219), + [anon_sym_public] = ACTIONS(2219), + [anon_sym_private] = ACTIONS(2219), + [anon_sym_internal] = ACTIONS(2219), + [anon_sym_fileprivate] = ACTIONS(2219), + [anon_sym_open] = ACTIONS(2219), + [anon_sym_mutating] = ACTIONS(2219), + [anon_sym_nonmutating] = ACTIONS(2219), + [anon_sym_static] = ACTIONS(2219), + [anon_sym_dynamic] = ACTIONS(2219), + [anon_sym_optional] = ACTIONS(2219), + [anon_sym_distributed] = ACTIONS(2219), + [anon_sym_final] = ACTIONS(2219), + [anon_sym_inout] = ACTIONS(2219), + [anon_sym_ATescaping] = ACTIONS(2219), + [anon_sym_ATautoclosure] = ACTIONS(2219), + [anon_sym_weak] = ACTIONS(2219), + [anon_sym_unowned] = ACTIONS(2217), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2219), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2219), + [anon_sym_borrowing] = ACTIONS(2219), + [anon_sym_consuming] = ACTIONS(2219), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2219), + [sym__eq_custom] = ACTIONS(2219), + [sym__throws_keyword] = ACTIONS(2219), + [sym__rethrows_keyword] = ACTIONS(2219), + [sym_where_keyword] = ACTIONS(2219), + [sym__as_custom] = ACTIONS(2219), + [sym__async_keyword_custom] = ACTIONS(2219), + }, + [STATE(1815)] = { + [aux_sym_protocol_composition_type_repeat1] = STATE(1782), + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2317), + [anon_sym_async] = ACTIONS(2317), + [anon_sym_lazy] = ACTIONS(2317), + [anon_sym_package] = ACTIONS(2317), + [anon_sym_COMMA] = ACTIONS(2317), + [anon_sym_COLON] = ACTIONS(2317), + [anon_sym_DOT] = ACTIONS(2317), + [anon_sym_QMARK] = ACTIONS(2317), + [anon_sym_AMP] = ACTIONS(2317), + [anon_sym_LBRACE] = ACTIONS(2317), + [anon_sym_RBRACE] = ACTIONS(2317), + [anon_sym_case] = ACTIONS(2317), + [anon_sym_import] = ACTIONS(2317), + [anon_sym_typealias] = ACTIONS(2317), + [anon_sym_struct] = ACTIONS(2317), + [anon_sym_class] = ACTIONS(2317), + [anon_sym_enum] = ACTIONS(2317), + [anon_sym_protocol] = ACTIONS(2317), + [anon_sym_let] = ACTIONS(2317), + [anon_sym_var] = ACTIONS(2317), + [anon_sym_func] = ACTIONS(2317), + [anon_sym_extension] = ACTIONS(2317), + [anon_sym_indirect] = ACTIONS(2317), + [anon_sym_init] = ACTIONS(2317), + [anon_sym_deinit] = ACTIONS(2317), + [anon_sym_subscript] = ACTIONS(2317), + [anon_sym_prefix] = ACTIONS(2317), + [anon_sym_infix] = ACTIONS(2317), + [anon_sym_postfix] = ACTIONS(2317), + [anon_sym_precedencegroup] = ACTIONS(2317), + [anon_sym_associatedtype] = ACTIONS(2317), + [anon_sym_AT] = ACTIONS(2315), + [anon_sym_override] = ACTIONS(2317), + [anon_sym_convenience] = ACTIONS(2317), + [anon_sym_required] = ACTIONS(2317), + [anon_sym_nonisolated] = ACTIONS(2317), + [anon_sym_public] = ACTIONS(2317), + [anon_sym_private] = ACTIONS(2317), + [anon_sym_internal] = ACTIONS(2317), + [anon_sym_fileprivate] = ACTIONS(2317), + [anon_sym_open] = ACTIONS(2317), + [anon_sym_mutating] = ACTIONS(2317), + [anon_sym_nonmutating] = ACTIONS(2317), + [anon_sym_static] = ACTIONS(2317), + [anon_sym_dynamic] = ACTIONS(2317), + [anon_sym_optional] = ACTIONS(2317), + [anon_sym_distributed] = ACTIONS(2317), + [anon_sym_final] = ACTIONS(2317), + [anon_sym_inout] = ACTIONS(2317), + [anon_sym_ATescaping] = ACTIONS(2317), + [anon_sym_ATautoclosure] = ACTIONS(2317), + [anon_sym_weak] = ACTIONS(2317), + [anon_sym_unowned] = ACTIONS(2315), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2317), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2317), + [anon_sym_borrowing] = ACTIONS(2317), + [anon_sym_consuming] = ACTIONS(2317), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2317), + [sym__eq_custom] = ACTIONS(2317), + [sym__throws_keyword] = ACTIONS(2317), + [sym__rethrows_keyword] = ACTIONS(2317), + [sym_where_keyword] = ACTIONS(2317), + [sym__as_custom] = ACTIONS(2317), + [sym__async_keyword_custom] = ACTIONS(2317), + }, + [STATE(1816)] = { + [ts_builtin_sym_end] = ACTIONS(2321), + [anon_sym_BANG] = ACTIONS(2319), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(2319), + [aux_sym_simple_identifier_token2] = ACTIONS(2321), + [aux_sym_simple_identifier_token3] = ACTIONS(2321), + [aux_sym_simple_identifier_token4] = ACTIONS(2321), + [anon_sym_actor] = ACTIONS(2319), + [anon_sym_async] = ACTIONS(2319), + [anon_sym_each] = ACTIONS(2319), + [anon_sym_lazy] = ACTIONS(2319), + [anon_sym_repeat] = ACTIONS(2319), + [anon_sym_package] = ACTIONS(2319), + [anon_sym_COMMA] = ACTIONS(2321), + [anon_sym_LPAREN] = ACTIONS(2321), + [anon_sym_LBRACK] = ACTIONS(2321), + [anon_sym_QMARK] = ACTIONS(2319), + [anon_sym_QMARK2] = ACTIONS(2321), + [anon_sym_AMP] = ACTIONS(2321), + [aux_sym_custom_operator_token1] = ACTIONS(2321), + [anon_sym_LT] = ACTIONS(2319), + [anon_sym_GT] = ACTIONS(2319), + [anon_sym_LBRACE] = ACTIONS(2321), + [anon_sym_CARET_LBRACE] = ACTIONS(2321), + [anon_sym_RBRACE] = ACTIONS(2321), + [anon_sym_PLUS_EQ] = ACTIONS(2321), + [anon_sym_DASH_EQ] = ACTIONS(2321), + [anon_sym_STAR_EQ] = ACTIONS(2321), + [anon_sym_SLASH_EQ] = ACTIONS(2321), + [anon_sym_PERCENT_EQ] = ACTIONS(2321), + [anon_sym_BANG_EQ] = ACTIONS(2319), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2321), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2321), + [anon_sym_LT_EQ] = ACTIONS(2321), + [anon_sym_GT_EQ] = ACTIONS(2321), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2321), + [anon_sym_DOT_DOT_LT] = ACTIONS(2321), + [anon_sym_is] = ACTIONS(2319), + [anon_sym_PLUS] = ACTIONS(2319), + [anon_sym_DASH] = ACTIONS(2319), + [anon_sym_STAR] = ACTIONS(2319), + [anon_sym_SLASH] = ACTIONS(2319), + [anon_sym_PERCENT] = ACTIONS(2319), + [anon_sym_PLUS_PLUS] = ACTIONS(2321), + [anon_sym_DASH_DASH] = ACTIONS(2321), + [anon_sym_PIPE] = ACTIONS(2321), + [anon_sym_CARET] = ACTIONS(2319), + [anon_sym_LT_LT] = ACTIONS(2321), + [anon_sym_GT_GT] = ACTIONS(2321), + [anon_sym_borrowing] = ACTIONS(2319), + [anon_sym_consuming] = ACTIONS(2319), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2321), + [sym__explicit_semi] = ACTIONS(2321), + [sym__dot_custom] = ACTIONS(2321), + [sym__conjunction_operator_custom] = ACTIONS(2321), + [sym__disjunction_operator_custom] = ACTIONS(2321), + [sym__nil_coalescing_operator_custom] = ACTIONS(2321), + [sym__eq_custom] = ACTIONS(2321), + [sym__eq_eq_custom] = ACTIONS(2321), + [sym__plus_then_ws] = ACTIONS(2321), + [sym__minus_then_ws] = ACTIONS(2321), + [sym__bang_custom] = ACTIONS(2321), + [sym__as_custom] = ACTIONS(2321), + [sym__as_quest_custom] = ACTIONS(2321), + [sym__as_bang_custom] = ACTIONS(2321), + [sym__custom_operator] = ACTIONS(2321), + }, + [STATE(1817)] = { + [sym_attribute] = STATE(1730), + [aux_sym__locally_permitted_modifiers] = STATE(1730), + [sym__non_local_scope_modifier] = STATE(1730), + [sym__locally_permitted_modifier] = STATE(1730), + [sym_property_behavior_modifier] = STATE(1730), + [sym_member_modifier] = STATE(1730), + [sym_visibility_modifier] = STATE(1730), + [sym_function_modifier] = STATE(1730), + [sym_mutation_modifier] = STATE(1730), + [sym_property_modifier] = STATE(1730), + [sym_inheritance_modifier] = STATE(1730), + [sym_parameter_modifier] = STATE(1730), + [sym_ownership_modifier] = STATE(1730), + [sym__parameter_ownership_modifier] = STATE(2893), + [aux_sym_modifiers_repeat1] = STATE(1730), + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(4391), + [anon_sym_async] = ACTIONS(4391), + [anon_sym_lazy] = ACTIONS(3103), + [anon_sym_package] = ACTIONS(3105), + [anon_sym_case] = ACTIONS(4391), + [anon_sym_import] = ACTIONS(4391), + [anon_sym_typealias] = ACTIONS(4391), + [anon_sym_struct] = ACTIONS(4391), + [anon_sym_class] = ACTIONS(4393), + [anon_sym_enum] = ACTIONS(4391), + [anon_sym_protocol] = ACTIONS(4391), + [anon_sym_let] = ACTIONS(4391), + [anon_sym_var] = ACTIONS(4391), + [anon_sym_func] = ACTIONS(4391), + [anon_sym_macro] = ACTIONS(4391), + [anon_sym_extension] = ACTIONS(4391), + [anon_sym_indirect] = ACTIONS(4391), + [anon_sym_init] = ACTIONS(4391), + [anon_sym_deinit] = ACTIONS(4391), + [anon_sym_subscript] = ACTIONS(4391), + [anon_sym_prefix] = ACTIONS(4219), + [anon_sym_infix] = ACTIONS(4219), + [anon_sym_postfix] = ACTIONS(4219), + [anon_sym_associatedtype] = ACTIONS(4391), + [anon_sym_AT] = ACTIONS(115), + [anon_sym_override] = ACTIONS(3141), + [anon_sym_convenience] = ACTIONS(3141), + [anon_sym_required] = ACTIONS(3141), + [anon_sym_nonisolated] = ACTIONS(3141), + [anon_sym_public] = ACTIONS(3105), + [anon_sym_private] = ACTIONS(3105), + [anon_sym_internal] = ACTIONS(3105), + [anon_sym_fileprivate] = ACTIONS(3105), + [anon_sym_open] = ACTIONS(3105), + [anon_sym_mutating] = ACTIONS(3143), + [anon_sym_nonmutating] = ACTIONS(3143), + [anon_sym_static] = ACTIONS(3145), + [anon_sym_dynamic] = ACTIONS(3145), + [anon_sym_optional] = ACTIONS(3145), + [anon_sym_distributed] = ACTIONS(3145), + [anon_sym_final] = ACTIONS(3147), + [anon_sym_inout] = ACTIONS(129), + [anon_sym_ATescaping] = ACTIONS(129), + [anon_sym_ATautoclosure] = ACTIONS(129), + [anon_sym_weak] = ACTIONS(133), + [anon_sym_unowned] = ACTIONS(131), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(133), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(133), + [anon_sym_borrowing] = ACTIONS(129), + [anon_sym_consuming] = ACTIONS(129), + [sym_multiline_comment] = ACTIONS(5), + }, + [STATE(1818)] = { + [sym__arrow_operator] = STATE(4328), + [sym__async_keyword] = STATE(7047), + [sym_throws] = STATE(8881), + [sym_throws_clause] = STATE(8881), + [aux_sym_protocol_composition_type_repeat1] = STATE(1985), + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2108), + [anon_sym_async] = ACTIONS(2108), + [anon_sym_lazy] = ACTIONS(2108), + [anon_sym_package] = ACTIONS(2108), + [anon_sym_COMMA] = ACTIONS(2108), + [anon_sym_BANG2] = ACTIONS(2108), + [anon_sym_DOT] = ACTIONS(2108), + [anon_sym_AMP] = ACTIONS(2108), + [anon_sym_LBRACE] = ACTIONS(2108), + [anon_sym_RBRACE] = ACTIONS(2108), + [anon_sym_case] = ACTIONS(2108), + [anon_sym_import] = ACTIONS(2108), + [anon_sym_typealias] = ACTIONS(2108), + [anon_sym_struct] = ACTIONS(2108), + [anon_sym_class] = ACTIONS(2108), + [anon_sym_enum] = ACTIONS(2108), + [anon_sym_protocol] = ACTIONS(2108), + [anon_sym_let] = ACTIONS(2108), + [anon_sym_var] = ACTIONS(2108), + [anon_sym_func] = ACTIONS(2108), + [anon_sym_extension] = ACTIONS(2108), + [anon_sym_indirect] = ACTIONS(2108), + [anon_sym_init] = ACTIONS(2108), + [anon_sym_deinit] = ACTIONS(2108), + [anon_sym_subscript] = ACTIONS(2108), + [anon_sym_prefix] = ACTIONS(2108), + [anon_sym_infix] = ACTIONS(2108), + [anon_sym_postfix] = ACTIONS(2108), + [anon_sym_precedencegroup] = ACTIONS(2108), + [anon_sym_associatedtype] = ACTIONS(2108), + [anon_sym_AT] = ACTIONS(2106), + [anon_sym_override] = ACTIONS(2108), + [anon_sym_convenience] = ACTIONS(2108), + [anon_sym_required] = ACTIONS(2108), + [anon_sym_nonisolated] = ACTIONS(2108), + [anon_sym_public] = ACTIONS(2108), + [anon_sym_private] = ACTIONS(2108), + [anon_sym_internal] = ACTIONS(2108), + [anon_sym_fileprivate] = ACTIONS(2108), + [anon_sym_open] = ACTIONS(2108), + [anon_sym_mutating] = ACTIONS(2108), + [anon_sym_nonmutating] = ACTIONS(2108), + [anon_sym_static] = ACTIONS(2108), + [anon_sym_dynamic] = ACTIONS(2108), + [anon_sym_optional] = ACTIONS(2108), + [anon_sym_distributed] = ACTIONS(2108), + [anon_sym_final] = ACTIONS(2108), + [anon_sym_inout] = ACTIONS(2108), + [anon_sym_ATescaping] = ACTIONS(2108), + [anon_sym_ATautoclosure] = ACTIONS(2108), + [anon_sym_weak] = ACTIONS(2108), + [anon_sym_unowned] = ACTIONS(2106), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2108), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2108), + [anon_sym_borrowing] = ACTIONS(2108), + [anon_sym_consuming] = ACTIONS(2108), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2108), + [sym__throws_keyword] = ACTIONS(2108), + [sym__rethrows_keyword] = ACTIONS(2108), + [sym__async_keyword_custom] = ACTIONS(2108), + }, + [STATE(1819)] = { + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2294), + [anon_sym_async] = ACTIONS(2294), + [anon_sym_lazy] = ACTIONS(2294), + [anon_sym_package] = ACTIONS(2294), + [anon_sym_RPAREN] = ACTIONS(2294), + [anon_sym_COMMA] = ACTIONS(2294), + [anon_sym_BANG2] = ACTIONS(2294), + [anon_sym_DOT] = ACTIONS(2292), + [anon_sym_QMARK2] = ACTIONS(2294), + [anon_sym_AMP] = ACTIONS(2294), + [anon_sym_LBRACE] = ACTIONS(2294), + [anon_sym_RBRACE] = ACTIONS(2294), + [anon_sym_case] = ACTIONS(2294), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2294), + [anon_sym_import] = ACTIONS(2294), + [anon_sym_typealias] = ACTIONS(2294), + [anon_sym_struct] = ACTIONS(2294), + [anon_sym_class] = ACTIONS(2294), + [anon_sym_enum] = ACTIONS(2294), + [anon_sym_protocol] = ACTIONS(2294), + [anon_sym_let] = ACTIONS(2294), + [anon_sym_var] = ACTIONS(2294), + [anon_sym_func] = ACTIONS(2294), + [anon_sym_extension] = ACTIONS(2294), + [anon_sym_indirect] = ACTIONS(2294), + [anon_sym_init] = ACTIONS(2294), + [anon_sym_deinit] = ACTIONS(2294), + [anon_sym_subscript] = ACTIONS(2294), + [anon_sym_prefix] = ACTIONS(2294), + [anon_sym_infix] = ACTIONS(2294), + [anon_sym_postfix] = ACTIONS(2294), + [anon_sym_precedencegroup] = ACTIONS(2294), + [anon_sym_associatedtype] = ACTIONS(2294), + [anon_sym_AT] = ACTIONS(2292), + [anon_sym_override] = ACTIONS(2294), + [anon_sym_convenience] = ACTIONS(2294), + [anon_sym_required] = ACTIONS(2294), + [anon_sym_nonisolated] = ACTIONS(2294), + [anon_sym_public] = ACTIONS(2294), + [anon_sym_private] = ACTIONS(2294), + [anon_sym_internal] = ACTIONS(2294), + [anon_sym_fileprivate] = ACTIONS(2294), + [anon_sym_open] = ACTIONS(2294), + [anon_sym_mutating] = ACTIONS(2294), + [anon_sym_nonmutating] = ACTIONS(2294), + [anon_sym_static] = ACTIONS(2294), + [anon_sym_dynamic] = ACTIONS(2294), + [anon_sym_optional] = ACTIONS(2294), + [anon_sym_distributed] = ACTIONS(2294), + [anon_sym_final] = ACTIONS(2294), + [anon_sym_inout] = ACTIONS(2294), + [anon_sym_ATescaping] = ACTIONS(2294), + [anon_sym_ATautoclosure] = ACTIONS(2294), + [anon_sym_weak] = ACTIONS(2294), + [anon_sym_unowned] = ACTIONS(2292), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2294), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2294), + [anon_sym_borrowing] = ACTIONS(2294), + [anon_sym_consuming] = ACTIONS(2294), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2294), + [sym__eq_custom] = ACTIONS(2294), + [sym__throws_keyword] = ACTIONS(2294), + [sym__rethrows_keyword] = ACTIONS(2294), + [sym__async_keyword_custom] = ACTIONS(2294), + }, + [STATE(1820)] = { + [sym__dot] = STATE(5580), + [aux_sym_user_type_repeat1] = STATE(1820), + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2101), + [anon_sym_async] = ACTIONS(2101), + [anon_sym_lazy] = ACTIONS(2101), + [anon_sym_package] = ACTIONS(2101), + [anon_sym_COMMA] = ACTIONS(2101), + [anon_sym_BANG2] = ACTIONS(2101), + [anon_sym_DOT] = ACTIONS(2101), + [anon_sym_QMARK2] = ACTIONS(2101), + [anon_sym_AMP] = ACTIONS(2101), + [anon_sym_LBRACE] = ACTIONS(2101), + [anon_sym_RBRACE] = ACTIONS(2101), + [anon_sym_case] = ACTIONS(2101), + [anon_sym_import] = ACTIONS(2101), + [anon_sym_typealias] = ACTIONS(2101), + [anon_sym_struct] = ACTIONS(2101), + [anon_sym_class] = ACTIONS(2101), + [anon_sym_enum] = ACTIONS(2101), + [anon_sym_protocol] = ACTIONS(2101), + [anon_sym_let] = ACTIONS(2101), + [anon_sym_var] = ACTIONS(2101), + [anon_sym_func] = ACTIONS(2101), + [anon_sym_extension] = ACTIONS(2101), + [anon_sym_indirect] = ACTIONS(2101), + [anon_sym_init] = ACTIONS(2101), + [anon_sym_deinit] = ACTIONS(2101), + [anon_sym_subscript] = ACTIONS(2101), + [anon_sym_prefix] = ACTIONS(2101), + [anon_sym_infix] = ACTIONS(2101), + [anon_sym_postfix] = ACTIONS(2101), + [anon_sym_precedencegroup] = ACTIONS(2101), + [anon_sym_associatedtype] = ACTIONS(2101), + [anon_sym_AT] = ACTIONS(2099), + [anon_sym_override] = ACTIONS(2101), + [anon_sym_convenience] = ACTIONS(2101), + [anon_sym_required] = ACTIONS(2101), + [anon_sym_nonisolated] = ACTIONS(2101), + [anon_sym_public] = ACTIONS(2101), + [anon_sym_private] = ACTIONS(2101), + [anon_sym_internal] = ACTIONS(2101), + [anon_sym_fileprivate] = ACTIONS(2101), + [anon_sym_open] = ACTIONS(2101), + [anon_sym_mutating] = ACTIONS(2101), + [anon_sym_nonmutating] = ACTIONS(2101), + [anon_sym_static] = ACTIONS(2101), + [anon_sym_dynamic] = ACTIONS(2101), + [anon_sym_optional] = ACTIONS(2101), + [anon_sym_distributed] = ACTIONS(2101), + [anon_sym_final] = ACTIONS(2101), + [anon_sym_inout] = ACTIONS(2101), + [anon_sym_ATescaping] = ACTIONS(2101), + [anon_sym_ATautoclosure] = ACTIONS(2101), + [anon_sym_weak] = ACTIONS(2101), + [anon_sym_unowned] = ACTIONS(2099), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2101), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2101), + [anon_sym_borrowing] = ACTIONS(2101), + [anon_sym_consuming] = ACTIONS(2101), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2101), + [sym__dot_custom] = ACTIONS(4396), + [sym__throws_keyword] = ACTIONS(2101), + [sym__rethrows_keyword] = ACTIONS(2101), + [sym__async_keyword_custom] = ACTIONS(2101), + }, + [STATE(1821)] = { + [anon_sym_BANG] = ACTIONS(2325), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(2325), + [aux_sym_simple_identifier_token2] = ACTIONS(2327), + [aux_sym_simple_identifier_token3] = ACTIONS(2327), + [aux_sym_simple_identifier_token4] = ACTIONS(2327), + [anon_sym_actor] = ACTIONS(2325), + [anon_sym_async] = ACTIONS(2325), + [anon_sym_each] = ACTIONS(2325), + [anon_sym_lazy] = ACTIONS(2325), + [anon_sym_repeat] = ACTIONS(2325), + [anon_sym_package] = ACTIONS(2325), + [anon_sym_COMMA] = ACTIONS(2327), + [anon_sym_LPAREN] = ACTIONS(2327), + [anon_sym_LBRACK] = ACTIONS(2327), + [anon_sym_QMARK] = ACTIONS(2325), + [anon_sym_QMARK2] = ACTIONS(2327), + [anon_sym_AMP] = ACTIONS(2327), + [aux_sym_custom_operator_token1] = ACTIONS(2327), + [anon_sym_LT] = ACTIONS(2325), + [anon_sym_GT] = ACTIONS(2325), + [anon_sym_LBRACE] = ACTIONS(2327), + [anon_sym_CARET_LBRACE] = ACTIONS(2327), + [anon_sym_RBRACE] = ACTIONS(2327), + [anon_sym_PLUS_EQ] = ACTIONS(2327), + [anon_sym_DASH_EQ] = ACTIONS(2327), + [anon_sym_STAR_EQ] = ACTIONS(2327), + [anon_sym_SLASH_EQ] = ACTIONS(2327), + [anon_sym_PERCENT_EQ] = ACTIONS(2327), + [anon_sym_BANG_EQ] = ACTIONS(2325), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2327), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2327), + [anon_sym_LT_EQ] = ACTIONS(2327), + [anon_sym_GT_EQ] = ACTIONS(2327), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2327), + [anon_sym_DOT_DOT_LT] = ACTIONS(2327), + [anon_sym_is] = ACTIONS(2325), + [anon_sym_PLUS] = ACTIONS(2325), + [anon_sym_DASH] = ACTIONS(2325), + [anon_sym_STAR] = ACTIONS(2325), + [anon_sym_SLASH] = ACTIONS(2325), + [anon_sym_PERCENT] = ACTIONS(2325), + [anon_sym_PLUS_PLUS] = ACTIONS(2327), + [anon_sym_DASH_DASH] = ACTIONS(2327), + [anon_sym_PIPE] = ACTIONS(2327), + [anon_sym_CARET] = ACTIONS(2325), + [anon_sym_LT_LT] = ACTIONS(2327), + [anon_sym_GT_GT] = ACTIONS(2327), + [anon_sym_borrowing] = ACTIONS(2325), + [anon_sym_consuming] = ACTIONS(2325), + [sym_multiline_comment] = ACTIONS(2327), + [sym__implicit_semi] = ACTIONS(2327), + [sym__explicit_semi] = ACTIONS(2327), + [sym__dot_custom] = ACTIONS(2327), + [sym__conjunction_operator_custom] = ACTIONS(2327), + [sym__disjunction_operator_custom] = ACTIONS(2327), + [sym__nil_coalescing_operator_custom] = ACTIONS(2327), + [sym__eq_custom] = ACTIONS(2327), + [sym__eq_eq_custom] = ACTIONS(2327), + [sym__plus_then_ws] = ACTIONS(2327), + [sym__minus_then_ws] = ACTIONS(2327), + [sym__bang_custom] = ACTIONS(2327), + [sym__as_custom] = ACTIONS(2327), + [sym__as_quest_custom] = ACTIONS(2327), + [sym__as_bang_custom] = ACTIONS(2327), + [sym__custom_operator] = ACTIONS(2327), + }, + [STATE(1822)] = { + [sym__dot] = STATE(5580), + [aux_sym_user_type_repeat1] = STATE(1823), + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2151), + [anon_sym_async] = ACTIONS(2151), + [anon_sym_lazy] = ACTIONS(2151), + [anon_sym_package] = ACTIONS(2151), + [anon_sym_COMMA] = ACTIONS(2151), + [anon_sym_BANG2] = ACTIONS(2151), + [anon_sym_DOT] = ACTIONS(2151), + [anon_sym_QMARK2] = ACTIONS(2151), + [anon_sym_AMP] = ACTIONS(2151), + [anon_sym_LBRACE] = ACTIONS(2151), + [anon_sym_RBRACE] = ACTIONS(2151), + [anon_sym_case] = ACTIONS(2151), + [anon_sym_import] = ACTIONS(2151), + [anon_sym_typealias] = ACTIONS(2151), + [anon_sym_struct] = ACTIONS(2151), + [anon_sym_class] = ACTIONS(2151), + [anon_sym_enum] = ACTIONS(2151), + [anon_sym_protocol] = ACTIONS(2151), + [anon_sym_let] = ACTIONS(2151), + [anon_sym_var] = ACTIONS(2151), + [anon_sym_func] = ACTIONS(2151), + [anon_sym_extension] = ACTIONS(2151), + [anon_sym_indirect] = ACTIONS(2151), + [anon_sym_init] = ACTIONS(2151), + [anon_sym_deinit] = ACTIONS(2151), + [anon_sym_subscript] = ACTIONS(2151), + [anon_sym_prefix] = ACTIONS(2151), + [anon_sym_infix] = ACTIONS(2151), + [anon_sym_postfix] = ACTIONS(2151), + [anon_sym_precedencegroup] = ACTIONS(2151), + [anon_sym_associatedtype] = ACTIONS(2151), + [anon_sym_AT] = ACTIONS(2149), + [anon_sym_override] = ACTIONS(2151), + [anon_sym_convenience] = ACTIONS(2151), + [anon_sym_required] = ACTIONS(2151), + [anon_sym_nonisolated] = ACTIONS(2151), + [anon_sym_public] = ACTIONS(2151), + [anon_sym_private] = ACTIONS(2151), + [anon_sym_internal] = ACTIONS(2151), + [anon_sym_fileprivate] = ACTIONS(2151), + [anon_sym_open] = ACTIONS(2151), + [anon_sym_mutating] = ACTIONS(2151), + [anon_sym_nonmutating] = ACTIONS(2151), + [anon_sym_static] = ACTIONS(2151), + [anon_sym_dynamic] = ACTIONS(2151), + [anon_sym_optional] = ACTIONS(2151), + [anon_sym_distributed] = ACTIONS(2151), + [anon_sym_final] = ACTIONS(2151), + [anon_sym_inout] = ACTIONS(2151), + [anon_sym_ATescaping] = ACTIONS(2151), + [anon_sym_ATautoclosure] = ACTIONS(2151), + [anon_sym_weak] = ACTIONS(2151), + [anon_sym_unowned] = ACTIONS(2149), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2151), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2151), + [anon_sym_borrowing] = ACTIONS(2151), + [anon_sym_consuming] = ACTIONS(2151), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2151), + [sym__dot_custom] = ACTIONS(4399), + [sym__throws_keyword] = ACTIONS(2151), + [sym__rethrows_keyword] = ACTIONS(2151), + [sym__async_keyword_custom] = ACTIONS(2151), + }, + [STATE(1823)] = { + [sym__dot] = STATE(5580), + [aux_sym_user_type_repeat1] = STATE(1820), + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2166), + [anon_sym_async] = ACTIONS(2166), + [anon_sym_lazy] = ACTIONS(2166), + [anon_sym_package] = ACTIONS(2166), + [anon_sym_COMMA] = ACTIONS(2166), + [anon_sym_BANG2] = ACTIONS(2166), + [anon_sym_DOT] = ACTIONS(2166), + [anon_sym_QMARK2] = ACTIONS(2166), + [anon_sym_AMP] = ACTIONS(2166), + [anon_sym_LBRACE] = ACTIONS(2166), + [anon_sym_RBRACE] = ACTIONS(2166), + [anon_sym_case] = ACTIONS(2166), + [anon_sym_import] = ACTIONS(2166), + [anon_sym_typealias] = ACTIONS(2166), + [anon_sym_struct] = ACTIONS(2166), + [anon_sym_class] = ACTIONS(2166), + [anon_sym_enum] = ACTIONS(2166), + [anon_sym_protocol] = ACTIONS(2166), + [anon_sym_let] = ACTIONS(2166), + [anon_sym_var] = ACTIONS(2166), + [anon_sym_func] = ACTIONS(2166), + [anon_sym_extension] = ACTIONS(2166), + [anon_sym_indirect] = ACTIONS(2166), + [anon_sym_init] = ACTIONS(2166), + [anon_sym_deinit] = ACTIONS(2166), + [anon_sym_subscript] = ACTIONS(2166), + [anon_sym_prefix] = ACTIONS(2166), + [anon_sym_infix] = ACTIONS(2166), + [anon_sym_postfix] = ACTIONS(2166), + [anon_sym_precedencegroup] = ACTIONS(2166), + [anon_sym_associatedtype] = ACTIONS(2166), + [anon_sym_AT] = ACTIONS(2164), + [anon_sym_override] = ACTIONS(2166), + [anon_sym_convenience] = ACTIONS(2166), + [anon_sym_required] = ACTIONS(2166), + [anon_sym_nonisolated] = ACTIONS(2166), + [anon_sym_public] = ACTIONS(2166), + [anon_sym_private] = ACTIONS(2166), + [anon_sym_internal] = ACTIONS(2166), + [anon_sym_fileprivate] = ACTIONS(2166), + [anon_sym_open] = ACTIONS(2166), + [anon_sym_mutating] = ACTIONS(2166), + [anon_sym_nonmutating] = ACTIONS(2166), + [anon_sym_static] = ACTIONS(2166), + [anon_sym_dynamic] = ACTIONS(2166), + [anon_sym_optional] = ACTIONS(2166), + [anon_sym_distributed] = ACTIONS(2166), + [anon_sym_final] = ACTIONS(2166), + [anon_sym_inout] = ACTIONS(2166), + [anon_sym_ATescaping] = ACTIONS(2166), + [anon_sym_ATautoclosure] = ACTIONS(2166), + [anon_sym_weak] = ACTIONS(2166), + [anon_sym_unowned] = ACTIONS(2164), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2166), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2166), + [anon_sym_borrowing] = ACTIONS(2166), + [anon_sym_consuming] = ACTIONS(2166), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2166), + [sym__dot_custom] = ACTIONS(4399), + [sym__throws_keyword] = ACTIONS(2166), + [sym__rethrows_keyword] = ACTIONS(2166), + [sym__async_keyword_custom] = ACTIONS(2166), + }, + [STATE(1824)] = { + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2302), + [anon_sym_async] = ACTIONS(2302), + [anon_sym_lazy] = ACTIONS(2302), + [anon_sym_package] = ACTIONS(2302), + [anon_sym_COMMA] = ACTIONS(2302), + [anon_sym_COLON] = ACTIONS(2302), + [anon_sym_DOT] = ACTIONS(2302), + [anon_sym_QMARK] = ACTIONS(2302), + [anon_sym_AMP] = ACTIONS(2302), + [anon_sym_LBRACE] = ACTIONS(2302), + [anon_sym_RBRACE] = ACTIONS(2302), + [anon_sym_case] = ACTIONS(2302), + [anon_sym_import] = ACTIONS(2302), + [anon_sym_typealias] = ACTIONS(2302), + [anon_sym_struct] = ACTIONS(2302), + [anon_sym_class] = ACTIONS(2302), + [anon_sym_enum] = ACTIONS(2302), + [anon_sym_protocol] = ACTIONS(2302), + [anon_sym_let] = ACTIONS(2302), + [anon_sym_var] = ACTIONS(2302), + [anon_sym_func] = ACTIONS(2302), + [anon_sym_extension] = ACTIONS(2302), + [anon_sym_indirect] = ACTIONS(2302), + [anon_sym_init] = ACTIONS(2302), + [anon_sym_deinit] = ACTIONS(2302), + [anon_sym_subscript] = ACTIONS(2302), + [anon_sym_prefix] = ACTIONS(2302), + [anon_sym_infix] = ACTIONS(2302), + [anon_sym_postfix] = ACTIONS(2302), + [anon_sym_precedencegroup] = ACTIONS(2302), + [anon_sym_associatedtype] = ACTIONS(2302), + [anon_sym_AT] = ACTIONS(2300), + [anon_sym_override] = ACTIONS(2302), + [anon_sym_convenience] = ACTIONS(2302), + [anon_sym_required] = ACTIONS(2302), + [anon_sym_nonisolated] = ACTIONS(2302), + [anon_sym_public] = ACTIONS(2302), + [anon_sym_private] = ACTIONS(2302), + [anon_sym_internal] = ACTIONS(2302), + [anon_sym_fileprivate] = ACTIONS(2302), + [anon_sym_open] = ACTIONS(2302), + [anon_sym_mutating] = ACTIONS(2302), + [anon_sym_nonmutating] = ACTIONS(2302), + [anon_sym_static] = ACTIONS(2302), + [anon_sym_dynamic] = ACTIONS(2302), + [anon_sym_optional] = ACTIONS(2302), + [anon_sym_distributed] = ACTIONS(2302), + [anon_sym_final] = ACTIONS(2302), + [anon_sym_inout] = ACTIONS(2302), + [anon_sym_ATescaping] = ACTIONS(2302), + [anon_sym_ATautoclosure] = ACTIONS(2302), + [anon_sym_weak] = ACTIONS(2302), + [anon_sym_unowned] = ACTIONS(2300), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2302), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2302), + [anon_sym_borrowing] = ACTIONS(2302), + [anon_sym_consuming] = ACTIONS(2302), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2302), + [sym__eq_custom] = ACTIONS(2302), + [sym__throws_keyword] = ACTIONS(2302), + [sym__rethrows_keyword] = ACTIONS(2302), + [sym_where_keyword] = ACTIONS(2302), + [sym__as_custom] = ACTIONS(2302), + [sym__async_keyword_custom] = ACTIONS(2302), + }, + [STATE(1825)] = { + [sym_type_arguments] = STATE(1937), + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2193), + [anon_sym_async] = ACTIONS(2193), + [anon_sym_lazy] = ACTIONS(2193), + [anon_sym_package] = ACTIONS(2193), + [anon_sym_COMMA] = ACTIONS(2193), + [anon_sym_BANG2] = ACTIONS(2193), + [anon_sym_DOT] = ACTIONS(2193), + [anon_sym_QMARK2] = ACTIONS(2193), + [anon_sym_AMP] = ACTIONS(2193), + [anon_sym_LT] = ACTIONS(4401), + [anon_sym_LBRACE] = ACTIONS(2193), + [anon_sym_RBRACE] = ACTIONS(2193), + [anon_sym_case] = ACTIONS(2193), + [anon_sym_import] = ACTIONS(2193), + [anon_sym_typealias] = ACTIONS(2193), + [anon_sym_struct] = ACTIONS(2193), + [anon_sym_class] = ACTIONS(2193), + [anon_sym_enum] = ACTIONS(2193), + [anon_sym_protocol] = ACTIONS(2193), + [anon_sym_let] = ACTIONS(2193), + [anon_sym_var] = ACTIONS(2193), + [anon_sym_func] = ACTIONS(2193), + [anon_sym_extension] = ACTIONS(2193), + [anon_sym_indirect] = ACTIONS(2193), + [anon_sym_init] = ACTIONS(2193), + [anon_sym_deinit] = ACTIONS(2193), + [anon_sym_subscript] = ACTIONS(2193), + [anon_sym_prefix] = ACTIONS(2193), + [anon_sym_infix] = ACTIONS(2193), + [anon_sym_postfix] = ACTIONS(2193), + [anon_sym_precedencegroup] = ACTIONS(2193), + [anon_sym_associatedtype] = ACTIONS(2193), + [anon_sym_AT] = ACTIONS(2191), + [anon_sym_override] = ACTIONS(2193), + [anon_sym_convenience] = ACTIONS(2193), + [anon_sym_required] = ACTIONS(2193), + [anon_sym_nonisolated] = ACTIONS(2193), + [anon_sym_public] = ACTIONS(2193), + [anon_sym_private] = ACTIONS(2193), + [anon_sym_internal] = ACTIONS(2193), + [anon_sym_fileprivate] = ACTIONS(2193), + [anon_sym_open] = ACTIONS(2193), + [anon_sym_mutating] = ACTIONS(2193), + [anon_sym_nonmutating] = ACTIONS(2193), + [anon_sym_static] = ACTIONS(2193), + [anon_sym_dynamic] = ACTIONS(2193), + [anon_sym_optional] = ACTIONS(2193), + [anon_sym_distributed] = ACTIONS(2193), + [anon_sym_final] = ACTIONS(2193), + [anon_sym_inout] = ACTIONS(2193), + [anon_sym_ATescaping] = ACTIONS(2193), + [anon_sym_ATautoclosure] = ACTIONS(2193), + [anon_sym_weak] = ACTIONS(2193), + [anon_sym_unowned] = ACTIONS(2191), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2193), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2193), + [anon_sym_borrowing] = ACTIONS(2193), + [anon_sym_consuming] = ACTIONS(2193), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2193), + [sym__dot_custom] = ACTIONS(2193), + [sym__throws_keyword] = ACTIONS(2193), + [sym__rethrows_keyword] = ACTIONS(2193), + [sym__async_keyword_custom] = ACTIONS(2193), + }, + [STATE(1826)] = { + [anon_sym_BANG] = ACTIONS(2300), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(2300), + [aux_sym_simple_identifier_token2] = ACTIONS(2302), + [aux_sym_simple_identifier_token3] = ACTIONS(2302), + [aux_sym_simple_identifier_token4] = ACTIONS(2302), + [anon_sym_actor] = ACTIONS(2300), + [anon_sym_async] = ACTIONS(2300), + [anon_sym_each] = ACTIONS(2300), + [anon_sym_lazy] = ACTIONS(2300), + [anon_sym_repeat] = ACTIONS(2300), + [anon_sym_package] = ACTIONS(2300), + [sym_integer_literal] = ACTIONS(2302), + [anon_sym_RPAREN] = ACTIONS(2302), + [anon_sym_COMMA] = ACTIONS(2302), + [anon_sym_COLON] = ACTIONS(2302), + [anon_sym_LPAREN] = ACTIONS(2302), + [anon_sym_LBRACK] = ACTIONS(2302), + [anon_sym_QMARK] = ACTIONS(2300), + [anon_sym_QMARK2] = ACTIONS(2302), + [anon_sym_AMP] = ACTIONS(2302), + [aux_sym_custom_operator_token1] = ACTIONS(2302), + [anon_sym_LT] = ACTIONS(2300), + [anon_sym_GT] = ACTIONS(2300), + [anon_sym_LBRACE] = ACTIONS(2302), + [anon_sym_CARET_LBRACE] = ACTIONS(2302), + [anon_sym_PLUS_EQ] = ACTIONS(2302), + [anon_sym_DASH_EQ] = ACTIONS(2302), + [anon_sym_STAR_EQ] = ACTIONS(2302), + [anon_sym_SLASH_EQ] = ACTIONS(2302), + [anon_sym_PERCENT_EQ] = ACTIONS(2302), + [anon_sym_BANG_EQ] = ACTIONS(2300), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2302), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2302), + [anon_sym_LT_EQ] = ACTIONS(2302), + [anon_sym_GT_EQ] = ACTIONS(2302), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2302), + [anon_sym_DOT_DOT_LT] = ACTIONS(2302), + [anon_sym_is] = ACTIONS(2300), + [anon_sym_PLUS] = ACTIONS(2300), + [anon_sym_DASH] = ACTIONS(2300), + [anon_sym_STAR] = ACTIONS(2300), + [anon_sym_SLASH] = ACTIONS(2300), + [anon_sym_PERCENT] = ACTIONS(2300), + [anon_sym_PLUS_PLUS] = ACTIONS(2302), + [anon_sym_DASH_DASH] = ACTIONS(2302), + [anon_sym_PIPE] = ACTIONS(2302), + [anon_sym_CARET] = ACTIONS(2300), + [anon_sym_LT_LT] = ACTIONS(2302), + [anon_sym_GT_GT] = ACTIONS(2302), + [anon_sym_borrowing] = ACTIONS(2300), + [anon_sym_consuming] = ACTIONS(2300), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2302), + [sym__conjunction_operator_custom] = ACTIONS(2302), + [sym__disjunction_operator_custom] = ACTIONS(2302), + [sym__nil_coalescing_operator_custom] = ACTIONS(2302), + [sym__eq_custom] = ACTIONS(2302), + [sym__eq_eq_custom] = ACTIONS(2302), + [sym__plus_then_ws] = ACTIONS(2302), + [sym__minus_then_ws] = ACTIONS(2302), + [sym__bang_custom] = ACTIONS(2302), + [sym__as_custom] = ACTIONS(2302), + [sym__as_quest_custom] = ACTIONS(2302), + [sym__as_bang_custom] = ACTIONS(2302), + [sym__custom_operator] = ACTIONS(2302), + }, + [STATE(1827)] = { + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2231), + [anon_sym_async] = ACTIONS(2231), + [anon_sym_lazy] = ACTIONS(2231), + [anon_sym_package] = ACTIONS(2231), + [anon_sym_COMMA] = ACTIONS(2231), + [anon_sym_BANG2] = ACTIONS(2231), + [anon_sym_DOT] = ACTIONS(2231), + [anon_sym_QMARK2] = ACTIONS(2231), + [anon_sym_AMP] = ACTIONS(2231), + [anon_sym_LBRACE] = ACTIONS(2231), + [anon_sym_RBRACE] = ACTIONS(2231), + [anon_sym_case] = ACTIONS(2231), + [anon_sym_import] = ACTIONS(2231), + [anon_sym_typealias] = ACTIONS(2231), + [anon_sym_struct] = ACTIONS(2231), + [anon_sym_class] = ACTIONS(2231), + [anon_sym_enum] = ACTIONS(2231), + [anon_sym_protocol] = ACTIONS(2231), + [anon_sym_let] = ACTIONS(2231), + [anon_sym_var] = ACTIONS(2231), + [anon_sym_func] = ACTIONS(2231), + [anon_sym_extension] = ACTIONS(2231), + [anon_sym_indirect] = ACTIONS(2231), + [anon_sym_init] = ACTIONS(2231), + [anon_sym_deinit] = ACTIONS(2231), + [anon_sym_subscript] = ACTIONS(2231), + [anon_sym_prefix] = ACTIONS(2231), + [anon_sym_infix] = ACTIONS(2231), + [anon_sym_postfix] = ACTIONS(2231), + [anon_sym_precedencegroup] = ACTIONS(2231), + [anon_sym_associatedtype] = ACTIONS(2231), + [anon_sym_AT] = ACTIONS(2229), + [anon_sym_override] = ACTIONS(2231), + [anon_sym_convenience] = ACTIONS(2231), + [anon_sym_required] = ACTIONS(2231), + [anon_sym_nonisolated] = ACTIONS(2231), + [anon_sym_public] = ACTIONS(2231), + [anon_sym_private] = ACTIONS(2231), + [anon_sym_internal] = ACTIONS(2231), + [anon_sym_fileprivate] = ACTIONS(2231), + [anon_sym_open] = ACTIONS(2231), + [anon_sym_mutating] = ACTIONS(2231), + [anon_sym_nonmutating] = ACTIONS(2231), + [anon_sym_static] = ACTIONS(2231), + [anon_sym_dynamic] = ACTIONS(2231), + [anon_sym_optional] = ACTIONS(2231), + [anon_sym_distributed] = ACTIONS(2231), + [anon_sym_final] = ACTIONS(2231), + [anon_sym_inout] = ACTIONS(2231), + [anon_sym_ATescaping] = ACTIONS(2231), + [anon_sym_ATautoclosure] = ACTIONS(2231), + [anon_sym_weak] = ACTIONS(2231), + [anon_sym_unowned] = ACTIONS(2229), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2231), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2231), + [anon_sym_borrowing] = ACTIONS(2231), + [anon_sym_consuming] = ACTIONS(2231), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2231), + [sym__dot_custom] = ACTIONS(2231), + [sym__eq_custom] = ACTIONS(2231), + [sym__throws_keyword] = ACTIONS(2231), + [sym__rethrows_keyword] = ACTIONS(2231), + [sym_where_keyword] = ACTIONS(2231), + [sym__async_keyword_custom] = ACTIONS(2231), + }, + [STATE(1828)] = { + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2286), + [anon_sym_async] = ACTIONS(2286), + [anon_sym_lazy] = ACTIONS(2286), + [anon_sym_package] = ACTIONS(2286), + [anon_sym_RPAREN] = ACTIONS(2286), + [anon_sym_COMMA] = ACTIONS(2286), + [anon_sym_BANG2] = ACTIONS(2286), + [anon_sym_DOT] = ACTIONS(2284), + [anon_sym_QMARK2] = ACTIONS(2286), + [anon_sym_AMP] = ACTIONS(2286), + [anon_sym_LBRACE] = ACTIONS(2286), + [anon_sym_RBRACE] = ACTIONS(2286), + [anon_sym_case] = ACTIONS(2286), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2286), + [anon_sym_import] = ACTIONS(2286), + [anon_sym_typealias] = ACTIONS(2286), + [anon_sym_struct] = ACTIONS(2286), + [anon_sym_class] = ACTIONS(2286), + [anon_sym_enum] = ACTIONS(2286), + [anon_sym_protocol] = ACTIONS(2286), + [anon_sym_let] = ACTIONS(2286), + [anon_sym_var] = ACTIONS(2286), + [anon_sym_func] = ACTIONS(2286), + [anon_sym_extension] = ACTIONS(2286), + [anon_sym_indirect] = ACTIONS(2286), + [anon_sym_init] = ACTIONS(2286), + [anon_sym_deinit] = ACTIONS(2286), + [anon_sym_subscript] = ACTIONS(2286), + [anon_sym_prefix] = ACTIONS(2286), + [anon_sym_infix] = ACTIONS(2286), + [anon_sym_postfix] = ACTIONS(2286), + [anon_sym_precedencegroup] = ACTIONS(2286), + [anon_sym_associatedtype] = ACTIONS(2286), + [anon_sym_AT] = ACTIONS(2284), + [anon_sym_override] = ACTIONS(2286), + [anon_sym_convenience] = ACTIONS(2286), + [anon_sym_required] = ACTIONS(2286), + [anon_sym_nonisolated] = ACTIONS(2286), + [anon_sym_public] = ACTIONS(2286), + [anon_sym_private] = ACTIONS(2286), + [anon_sym_internal] = ACTIONS(2286), + [anon_sym_fileprivate] = ACTIONS(2286), + [anon_sym_open] = ACTIONS(2286), + [anon_sym_mutating] = ACTIONS(2286), + [anon_sym_nonmutating] = ACTIONS(2286), + [anon_sym_static] = ACTIONS(2286), + [anon_sym_dynamic] = ACTIONS(2286), + [anon_sym_optional] = ACTIONS(2286), + [anon_sym_distributed] = ACTIONS(2286), + [anon_sym_final] = ACTIONS(2286), + [anon_sym_inout] = ACTIONS(2286), + [anon_sym_ATescaping] = ACTIONS(2286), + [anon_sym_ATautoclosure] = ACTIONS(2286), + [anon_sym_weak] = ACTIONS(2286), + [anon_sym_unowned] = ACTIONS(2284), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2286), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2286), + [anon_sym_borrowing] = ACTIONS(2286), + [anon_sym_consuming] = ACTIONS(2286), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2286), + [sym__eq_custom] = ACTIONS(2286), + [sym__throws_keyword] = ACTIONS(2286), + [sym__rethrows_keyword] = ACTIONS(2286), + [sym__async_keyword_custom] = ACTIONS(2286), + }, + [STATE(1829)] = { + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2219), + [anon_sym_async] = ACTIONS(2219), + [anon_sym_lazy] = ACTIONS(2219), + [anon_sym_package] = ACTIONS(2219), + [anon_sym_RPAREN] = ACTIONS(2219), + [anon_sym_COMMA] = ACTIONS(2219), + [anon_sym_BANG2] = ACTIONS(2219), + [anon_sym_DOT] = ACTIONS(2217), + [anon_sym_QMARK2] = ACTIONS(2219), + [anon_sym_AMP] = ACTIONS(2219), + [anon_sym_LBRACE] = ACTIONS(2219), + [anon_sym_RBRACE] = ACTIONS(2219), + [anon_sym_case] = ACTIONS(2219), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2219), + [anon_sym_import] = ACTIONS(2219), + [anon_sym_typealias] = ACTIONS(2219), + [anon_sym_struct] = ACTIONS(2219), + [anon_sym_class] = ACTIONS(2219), + [anon_sym_enum] = ACTIONS(2219), + [anon_sym_protocol] = ACTIONS(2219), + [anon_sym_let] = ACTIONS(2219), + [anon_sym_var] = ACTIONS(2219), + [anon_sym_func] = ACTIONS(2219), + [anon_sym_extension] = ACTIONS(2219), + [anon_sym_indirect] = ACTIONS(2219), + [anon_sym_init] = ACTIONS(2219), + [anon_sym_deinit] = ACTIONS(2219), + [anon_sym_subscript] = ACTIONS(2219), + [anon_sym_prefix] = ACTIONS(2219), + [anon_sym_infix] = ACTIONS(2219), + [anon_sym_postfix] = ACTIONS(2219), + [anon_sym_precedencegroup] = ACTIONS(2219), + [anon_sym_associatedtype] = ACTIONS(2219), + [anon_sym_AT] = ACTIONS(2217), + [anon_sym_override] = ACTIONS(2219), + [anon_sym_convenience] = ACTIONS(2219), + [anon_sym_required] = ACTIONS(2219), + [anon_sym_nonisolated] = ACTIONS(2219), + [anon_sym_public] = ACTIONS(2219), + [anon_sym_private] = ACTIONS(2219), + [anon_sym_internal] = ACTIONS(2219), + [anon_sym_fileprivate] = ACTIONS(2219), + [anon_sym_open] = ACTIONS(2219), + [anon_sym_mutating] = ACTIONS(2219), + [anon_sym_nonmutating] = ACTIONS(2219), + [anon_sym_static] = ACTIONS(2219), + [anon_sym_dynamic] = ACTIONS(2219), + [anon_sym_optional] = ACTIONS(2219), + [anon_sym_distributed] = ACTIONS(2219), + [anon_sym_final] = ACTIONS(2219), + [anon_sym_inout] = ACTIONS(2219), + [anon_sym_ATescaping] = ACTIONS(2219), + [anon_sym_ATautoclosure] = ACTIONS(2219), + [anon_sym_weak] = ACTIONS(2219), + [anon_sym_unowned] = ACTIONS(2217), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2219), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2219), + [anon_sym_borrowing] = ACTIONS(2219), + [anon_sym_consuming] = ACTIONS(2219), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2219), + [sym__eq_custom] = ACTIONS(2219), + [sym__throws_keyword] = ACTIONS(2219), + [sym__rethrows_keyword] = ACTIONS(2219), + [sym__async_keyword_custom] = ACTIONS(2219), + }, + [STATE(1830)] = { + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2227), + [anon_sym_async] = ACTIONS(2227), + [anon_sym_lazy] = ACTIONS(2227), + [anon_sym_package] = ACTIONS(2227), + [anon_sym_RPAREN] = ACTIONS(2227), + [anon_sym_COMMA] = ACTIONS(2227), + [anon_sym_BANG2] = ACTIONS(2227), + [anon_sym_DOT] = ACTIONS(2225), + [anon_sym_QMARK2] = ACTIONS(2227), + [anon_sym_AMP] = ACTIONS(2227), + [anon_sym_LBRACE] = ACTIONS(2227), + [anon_sym_RBRACE] = ACTIONS(2227), + [anon_sym_case] = ACTIONS(2227), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2227), + [anon_sym_import] = ACTIONS(2227), + [anon_sym_typealias] = ACTIONS(2227), + [anon_sym_struct] = ACTIONS(2227), + [anon_sym_class] = ACTIONS(2227), + [anon_sym_enum] = ACTIONS(2227), + [anon_sym_protocol] = ACTIONS(2227), + [anon_sym_let] = ACTIONS(2227), + [anon_sym_var] = ACTIONS(2227), + [anon_sym_func] = ACTIONS(2227), + [anon_sym_extension] = ACTIONS(2227), + [anon_sym_indirect] = ACTIONS(2227), + [anon_sym_init] = ACTIONS(2227), + [anon_sym_deinit] = ACTIONS(2227), + [anon_sym_subscript] = ACTIONS(2227), + [anon_sym_prefix] = ACTIONS(2227), + [anon_sym_infix] = ACTIONS(2227), + [anon_sym_postfix] = ACTIONS(2227), + [anon_sym_precedencegroup] = ACTIONS(2227), + [anon_sym_associatedtype] = ACTIONS(2227), + [anon_sym_AT] = ACTIONS(2225), + [anon_sym_override] = ACTIONS(2227), + [anon_sym_convenience] = ACTIONS(2227), + [anon_sym_required] = ACTIONS(2227), + [anon_sym_nonisolated] = ACTIONS(2227), + [anon_sym_public] = ACTIONS(2227), + [anon_sym_private] = ACTIONS(2227), + [anon_sym_internal] = ACTIONS(2227), + [anon_sym_fileprivate] = ACTIONS(2227), + [anon_sym_open] = ACTIONS(2227), + [anon_sym_mutating] = ACTIONS(2227), + [anon_sym_nonmutating] = ACTIONS(2227), + [anon_sym_static] = ACTIONS(2227), + [anon_sym_dynamic] = ACTIONS(2227), + [anon_sym_optional] = ACTIONS(2227), + [anon_sym_distributed] = ACTIONS(2227), + [anon_sym_final] = ACTIONS(2227), + [anon_sym_inout] = ACTIONS(2227), + [anon_sym_ATescaping] = ACTIONS(2227), + [anon_sym_ATautoclosure] = ACTIONS(2227), + [anon_sym_weak] = ACTIONS(2227), + [anon_sym_unowned] = ACTIONS(2225), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2227), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2227), + [anon_sym_borrowing] = ACTIONS(2227), + [anon_sym_consuming] = ACTIONS(2227), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2227), + [sym__eq_custom] = ACTIONS(2227), + [sym__throws_keyword] = ACTIONS(2227), + [sym__rethrows_keyword] = ACTIONS(2227), + [sym__async_keyword_custom] = ACTIONS(2227), + }, + [STATE(1831)] = { + [anon_sym_BANG] = ACTIONS(2331), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(2331), + [aux_sym_simple_identifier_token2] = ACTIONS(2333), + [aux_sym_simple_identifier_token3] = ACTIONS(2333), + [aux_sym_simple_identifier_token4] = ACTIONS(2333), + [anon_sym_actor] = ACTIONS(2331), + [anon_sym_async] = ACTIONS(2331), + [anon_sym_each] = ACTIONS(2331), + [anon_sym_lazy] = ACTIONS(2331), + [anon_sym_repeat] = ACTIONS(2331), + [anon_sym_package] = ACTIONS(2331), + [anon_sym_RPAREN] = ACTIONS(2333), + [anon_sym_COMMA] = ACTIONS(2333), + [anon_sym_COLON] = ACTIONS(2333), + [anon_sym_LPAREN] = ACTIONS(2333), + [anon_sym_LBRACK] = ACTIONS(2333), + [anon_sym_RBRACK] = ACTIONS(2333), + [anon_sym_QMARK] = ACTIONS(2331), + [anon_sym_QMARK2] = ACTIONS(2333), + [anon_sym_AMP] = ACTIONS(2333), + [aux_sym_custom_operator_token1] = ACTIONS(2333), + [anon_sym_LT] = ACTIONS(2331), + [anon_sym_GT] = ACTIONS(2331), + [anon_sym_LBRACE] = ACTIONS(2333), + [anon_sym_CARET_LBRACE] = ACTIONS(2333), + [anon_sym_PLUS_EQ] = ACTIONS(2333), + [anon_sym_DASH_EQ] = ACTIONS(2333), + [anon_sym_STAR_EQ] = ACTIONS(2333), + [anon_sym_SLASH_EQ] = ACTIONS(2333), + [anon_sym_PERCENT_EQ] = ACTIONS(2333), + [anon_sym_BANG_EQ] = ACTIONS(2331), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2333), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2333), + [anon_sym_LT_EQ] = ACTIONS(2333), + [anon_sym_GT_EQ] = ACTIONS(2333), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2333), + [anon_sym_DOT_DOT_LT] = ACTIONS(2333), + [anon_sym_is] = ACTIONS(2331), + [anon_sym_PLUS] = ACTIONS(2331), + [anon_sym_DASH] = ACTIONS(2331), + [anon_sym_STAR] = ACTIONS(2331), + [anon_sym_SLASH] = ACTIONS(2331), + [anon_sym_PERCENT] = ACTIONS(2331), + [anon_sym_PLUS_PLUS] = ACTIONS(2333), + [anon_sym_DASH_DASH] = ACTIONS(2333), + [anon_sym_PIPE] = ACTIONS(2333), + [anon_sym_CARET] = ACTIONS(2331), + [anon_sym_LT_LT] = ACTIONS(2333), + [anon_sym_GT_GT] = ACTIONS(2333), + [anon_sym_borrowing] = ACTIONS(2331), + [anon_sym_consuming] = ACTIONS(2331), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2333), + [sym__conjunction_operator_custom] = ACTIONS(2333), + [sym__disjunction_operator_custom] = ACTIONS(2333), + [sym__nil_coalescing_operator_custom] = ACTIONS(2333), + [sym__eq_custom] = ACTIONS(2333), + [sym__eq_eq_custom] = ACTIONS(2333), + [sym__plus_then_ws] = ACTIONS(2333), + [sym__minus_then_ws] = ACTIONS(2333), + [sym__bang_custom] = ACTIONS(2333), + [sym__as_custom] = ACTIONS(2333), + [sym__as_quest_custom] = ACTIONS(2333), + [sym__as_bang_custom] = ACTIONS(2333), + [sym__custom_operator] = ACTIONS(2333), + }, + [STATE(1832)] = { + [anon_sym_BANG] = ACTIONS(2338), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(2338), + [aux_sym_simple_identifier_token2] = ACTIONS(2340), + [aux_sym_simple_identifier_token3] = ACTIONS(2340), + [aux_sym_simple_identifier_token4] = ACTIONS(2340), + [anon_sym_actor] = ACTIONS(2338), + [anon_sym_async] = ACTIONS(2338), + [anon_sym_each] = ACTIONS(2338), + [anon_sym_lazy] = ACTIONS(2338), + [anon_sym_repeat] = ACTIONS(2338), + [anon_sym_package] = ACTIONS(2338), + [anon_sym_RPAREN] = ACTIONS(2340), + [anon_sym_COMMA] = ACTIONS(2340), + [anon_sym_COLON] = ACTIONS(2340), + [anon_sym_LPAREN] = ACTIONS(2340), + [anon_sym_LBRACK] = ACTIONS(2340), + [anon_sym_RBRACK] = ACTIONS(2340), + [anon_sym_QMARK] = ACTIONS(2338), + [anon_sym_QMARK2] = ACTIONS(2340), + [anon_sym_AMP] = ACTIONS(2340), + [aux_sym_custom_operator_token1] = ACTIONS(2340), + [anon_sym_LT] = ACTIONS(2338), + [anon_sym_GT] = ACTIONS(2338), + [anon_sym_LBRACE] = ACTIONS(2340), + [anon_sym_CARET_LBRACE] = ACTIONS(2340), + [anon_sym_PLUS_EQ] = ACTIONS(2340), + [anon_sym_DASH_EQ] = ACTIONS(2340), + [anon_sym_STAR_EQ] = ACTIONS(2340), + [anon_sym_SLASH_EQ] = ACTIONS(2340), + [anon_sym_PERCENT_EQ] = ACTIONS(2340), + [anon_sym_BANG_EQ] = ACTIONS(2338), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2340), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2340), + [anon_sym_LT_EQ] = ACTIONS(2340), + [anon_sym_GT_EQ] = ACTIONS(2340), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2340), + [anon_sym_DOT_DOT_LT] = ACTIONS(2340), + [anon_sym_is] = ACTIONS(2338), + [anon_sym_PLUS] = ACTIONS(2338), + [anon_sym_DASH] = ACTIONS(2338), + [anon_sym_STAR] = ACTIONS(2338), + [anon_sym_SLASH] = ACTIONS(2338), + [anon_sym_PERCENT] = ACTIONS(2338), + [anon_sym_PLUS_PLUS] = ACTIONS(2340), + [anon_sym_DASH_DASH] = ACTIONS(2340), + [anon_sym_PIPE] = ACTIONS(2340), + [anon_sym_CARET] = ACTIONS(2338), + [anon_sym_LT_LT] = ACTIONS(2340), + [anon_sym_GT_GT] = ACTIONS(2340), + [anon_sym_borrowing] = ACTIONS(2338), + [anon_sym_consuming] = ACTIONS(2338), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2340), + [sym__conjunction_operator_custom] = ACTIONS(2340), + [sym__disjunction_operator_custom] = ACTIONS(2340), + [sym__nil_coalescing_operator_custom] = ACTIONS(2340), + [sym__eq_custom] = ACTIONS(2340), + [sym__eq_eq_custom] = ACTIONS(2340), + [sym__plus_then_ws] = ACTIONS(2340), + [sym__minus_then_ws] = ACTIONS(2340), + [sym__bang_custom] = ACTIONS(2340), + [sym__as_custom] = ACTIONS(2340), + [sym__as_quest_custom] = ACTIONS(2340), + [sym__as_bang_custom] = ACTIONS(2340), + [sym__custom_operator] = ACTIONS(2340), + }, + [STATE(1833)] = { + [sym__arrow_operator] = STATE(4344), + [sym__async_keyword] = STATE(7051), + [sym_throws] = STATE(8894), + [sym_throws_clause] = STATE(8894), + [aux_sym_protocol_composition_type_repeat1] = STATE(2017), + [ts_builtin_sym_end] = ACTIONS(2158), + [anon_sym_BANG] = ACTIONS(2156), + [sym_comment] = ACTIONS(3), + [anon_sym_COMMA] = ACTIONS(2158), + [anon_sym_LPAREN] = ACTIONS(2158), + [anon_sym_LBRACK] = ACTIONS(2158), + [anon_sym_DOT] = ACTIONS(4403), + [anon_sym_QMARK] = ACTIONS(2156), + [anon_sym_QMARK2] = ACTIONS(2158), + [anon_sym_AMP] = ACTIONS(4405), + [aux_sym_custom_operator_token1] = ACTIONS(2158), + [anon_sym_LT] = ACTIONS(2156), + [anon_sym_GT] = ACTIONS(2156), + [anon_sym_LBRACE] = ACTIONS(2158), + [anon_sym_CARET_LBRACE] = ACTIONS(2158), + [anon_sym_RBRACE] = ACTIONS(2158), + [anon_sym_PLUS_EQ] = ACTIONS(2158), + [anon_sym_DASH_EQ] = ACTIONS(2158), + [anon_sym_STAR_EQ] = ACTIONS(2158), + [anon_sym_SLASH_EQ] = ACTIONS(2158), + [anon_sym_PERCENT_EQ] = ACTIONS(2158), + [anon_sym_BANG_EQ] = ACTIONS(2156), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2158), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2158), + [anon_sym_LT_EQ] = ACTIONS(2158), + [anon_sym_GT_EQ] = ACTIONS(2158), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2158), + [anon_sym_DOT_DOT_LT] = ACTIONS(2158), + [anon_sym_is] = ACTIONS(2158), + [anon_sym_PLUS] = ACTIONS(2156), + [anon_sym_DASH] = ACTIONS(2156), + [anon_sym_STAR] = ACTIONS(2156), + [anon_sym_SLASH] = ACTIONS(2156), + [anon_sym_PERCENT] = ACTIONS(2156), + [anon_sym_PLUS_PLUS] = ACTIONS(2158), + [anon_sym_DASH_DASH] = ACTIONS(2158), + [anon_sym_PIPE] = ACTIONS(2158), + [anon_sym_CARET] = ACTIONS(2156), + [anon_sym_LT_LT] = ACTIONS(2158), + [anon_sym_GT_GT] = ACTIONS(2158), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2158), + [sym__explicit_semi] = ACTIONS(2158), + [sym__arrow_operator_custom] = ACTIONS(4385), + [sym__dot_custom] = ACTIONS(2158), + [sym__conjunction_operator_custom] = ACTIONS(2158), + [sym__disjunction_operator_custom] = ACTIONS(2158), + [sym__nil_coalescing_operator_custom] = ACTIONS(2158), + [sym__eq_custom] = ACTIONS(2158), + [sym__eq_eq_custom] = ACTIONS(2158), + [sym__plus_then_ws] = ACTIONS(2158), + [sym__minus_then_ws] = ACTIONS(2158), + [sym__bang_custom] = ACTIONS(2158), + [sym__throws_keyword] = ACTIONS(2093), + [sym__rethrows_keyword] = ACTIONS(2095), + [sym_where_keyword] = ACTIONS(2158), + [sym__as_custom] = ACTIONS(2158), + [sym__as_quest_custom] = ACTIONS(2158), + [sym__as_bang_custom] = ACTIONS(2158), + [sym__async_keyword_custom] = ACTIONS(4387), + [sym__custom_operator] = ACTIONS(2158), + }, + [STATE(1834)] = { + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2235), + [anon_sym_async] = ACTIONS(2235), + [anon_sym_lazy] = ACTIONS(2235), + [anon_sym_package] = ACTIONS(2235), + [anon_sym_COMMA] = ACTIONS(2235), + [anon_sym_BANG2] = ACTIONS(2235), + [anon_sym_DOT] = ACTIONS(2235), + [anon_sym_QMARK2] = ACTIONS(2235), + [anon_sym_AMP] = ACTIONS(2235), + [anon_sym_LBRACE] = ACTIONS(2235), + [anon_sym_RBRACE] = ACTIONS(2235), + [anon_sym_case] = ACTIONS(2235), + [anon_sym_import] = ACTIONS(2235), + [anon_sym_typealias] = ACTIONS(2235), + [anon_sym_struct] = ACTIONS(2235), + [anon_sym_class] = ACTIONS(2235), + [anon_sym_enum] = ACTIONS(2235), + [anon_sym_protocol] = ACTIONS(2235), + [anon_sym_let] = ACTIONS(2235), + [anon_sym_var] = ACTIONS(2235), + [anon_sym_func] = ACTIONS(2235), + [anon_sym_extension] = ACTIONS(2235), + [anon_sym_indirect] = ACTIONS(2235), + [anon_sym_init] = ACTIONS(2235), + [anon_sym_deinit] = ACTIONS(2235), + [anon_sym_subscript] = ACTIONS(2235), + [anon_sym_prefix] = ACTIONS(2235), + [anon_sym_infix] = ACTIONS(2235), + [anon_sym_postfix] = ACTIONS(2235), + [anon_sym_precedencegroup] = ACTIONS(2235), + [anon_sym_associatedtype] = ACTIONS(2235), + [anon_sym_AT] = ACTIONS(2233), + [anon_sym_override] = ACTIONS(2235), + [anon_sym_convenience] = ACTIONS(2235), + [anon_sym_required] = ACTIONS(2235), + [anon_sym_nonisolated] = ACTIONS(2235), + [anon_sym_public] = ACTIONS(2235), + [anon_sym_private] = ACTIONS(2235), + [anon_sym_internal] = ACTIONS(2235), + [anon_sym_fileprivate] = ACTIONS(2235), + [anon_sym_open] = ACTIONS(2235), + [anon_sym_mutating] = ACTIONS(2235), + [anon_sym_nonmutating] = ACTIONS(2235), + [anon_sym_static] = ACTIONS(2235), + [anon_sym_dynamic] = ACTIONS(2235), + [anon_sym_optional] = ACTIONS(2235), + [anon_sym_distributed] = ACTIONS(2235), + [anon_sym_final] = ACTIONS(2235), + [anon_sym_inout] = ACTIONS(2235), + [anon_sym_ATescaping] = ACTIONS(2235), + [anon_sym_ATautoclosure] = ACTIONS(2235), + [anon_sym_weak] = ACTIONS(2235), + [anon_sym_unowned] = ACTIONS(2233), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2235), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2235), + [anon_sym_borrowing] = ACTIONS(2235), + [anon_sym_consuming] = ACTIONS(2235), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2235), + [sym__dot_custom] = ACTIONS(2235), + [sym__eq_custom] = ACTIONS(2235), + [sym__throws_keyword] = ACTIONS(2235), + [sym__rethrows_keyword] = ACTIONS(2235), + [sym_where_keyword] = ACTIONS(2235), + [sym__async_keyword_custom] = ACTIONS(2235), + }, + [STATE(1835)] = { + [anon_sym_BANG] = ACTIONS(2342), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(2342), + [aux_sym_simple_identifier_token2] = ACTIONS(2344), + [aux_sym_simple_identifier_token3] = ACTIONS(2344), + [aux_sym_simple_identifier_token4] = ACTIONS(2344), + [anon_sym_actor] = ACTIONS(2342), + [anon_sym_async] = ACTIONS(2342), + [anon_sym_each] = ACTIONS(2342), + [anon_sym_lazy] = ACTIONS(2342), + [anon_sym_repeat] = ACTIONS(2342), + [anon_sym_package] = ACTIONS(2342), + [anon_sym_RPAREN] = ACTIONS(2344), + [anon_sym_COMMA] = ACTIONS(2344), + [anon_sym_COLON] = ACTIONS(2344), + [anon_sym_LPAREN] = ACTIONS(2344), + [anon_sym_LBRACK] = ACTIONS(2344), + [anon_sym_RBRACK] = ACTIONS(2344), + [anon_sym_QMARK] = ACTIONS(2342), + [anon_sym_QMARK2] = ACTIONS(2344), + [anon_sym_AMP] = ACTIONS(2344), + [aux_sym_custom_operator_token1] = ACTIONS(2344), + [anon_sym_LT] = ACTIONS(2342), + [anon_sym_GT] = ACTIONS(2342), + [anon_sym_LBRACE] = ACTIONS(2344), + [anon_sym_CARET_LBRACE] = ACTIONS(2344), + [anon_sym_PLUS_EQ] = ACTIONS(2344), + [anon_sym_DASH_EQ] = ACTIONS(2344), + [anon_sym_STAR_EQ] = ACTIONS(2344), + [anon_sym_SLASH_EQ] = ACTIONS(2344), + [anon_sym_PERCENT_EQ] = ACTIONS(2344), + [anon_sym_BANG_EQ] = ACTIONS(2342), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2344), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2344), + [anon_sym_LT_EQ] = ACTIONS(2344), + [anon_sym_GT_EQ] = ACTIONS(2344), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2344), + [anon_sym_DOT_DOT_LT] = ACTIONS(2344), + [anon_sym_is] = ACTIONS(2342), + [anon_sym_PLUS] = ACTIONS(2342), + [anon_sym_DASH] = ACTIONS(2342), + [anon_sym_STAR] = ACTIONS(2342), + [anon_sym_SLASH] = ACTIONS(2342), + [anon_sym_PERCENT] = ACTIONS(2342), + [anon_sym_PLUS_PLUS] = ACTIONS(2344), + [anon_sym_DASH_DASH] = ACTIONS(2344), + [anon_sym_PIPE] = ACTIONS(2344), + [anon_sym_CARET] = ACTIONS(2342), + [anon_sym_LT_LT] = ACTIONS(2344), + [anon_sym_GT_GT] = ACTIONS(2344), + [anon_sym_borrowing] = ACTIONS(2342), + [anon_sym_consuming] = ACTIONS(2342), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2344), + [sym__conjunction_operator_custom] = ACTIONS(2344), + [sym__disjunction_operator_custom] = ACTIONS(2344), + [sym__nil_coalescing_operator_custom] = ACTIONS(2344), + [sym__eq_custom] = ACTIONS(2344), + [sym__eq_eq_custom] = ACTIONS(2344), + [sym__plus_then_ws] = ACTIONS(2344), + [sym__minus_then_ws] = ACTIONS(2344), + [sym__bang_custom] = ACTIONS(2344), + [sym__as_custom] = ACTIONS(2344), + [sym__as_quest_custom] = ACTIONS(2344), + [sym__as_bang_custom] = ACTIONS(2344), + [sym__custom_operator] = ACTIONS(2344), + }, + [STATE(1836)] = { + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2211), + [anon_sym_async] = ACTIONS(2211), + [anon_sym_lazy] = ACTIONS(2211), + [anon_sym_package] = ACTIONS(2211), + [anon_sym_RPAREN] = ACTIONS(2211), + [anon_sym_COMMA] = ACTIONS(2211), + [anon_sym_BANG2] = ACTIONS(2211), + [anon_sym_DOT] = ACTIONS(2209), + [anon_sym_QMARK2] = ACTIONS(2211), + [anon_sym_AMP] = ACTIONS(2211), + [anon_sym_LBRACE] = ACTIONS(2211), + [anon_sym_RBRACE] = ACTIONS(2211), + [anon_sym_case] = ACTIONS(2211), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2211), + [anon_sym_import] = ACTIONS(2211), + [anon_sym_typealias] = ACTIONS(2211), + [anon_sym_struct] = ACTIONS(2211), + [anon_sym_class] = ACTIONS(2211), + [anon_sym_enum] = ACTIONS(2211), + [anon_sym_protocol] = ACTIONS(2211), + [anon_sym_let] = ACTIONS(2211), + [anon_sym_var] = ACTIONS(2211), + [anon_sym_func] = ACTIONS(2211), + [anon_sym_extension] = ACTIONS(2211), + [anon_sym_indirect] = ACTIONS(2211), + [anon_sym_init] = ACTIONS(2211), + [anon_sym_deinit] = ACTIONS(2211), + [anon_sym_subscript] = ACTIONS(2211), + [anon_sym_prefix] = ACTIONS(2211), + [anon_sym_infix] = ACTIONS(2211), + [anon_sym_postfix] = ACTIONS(2211), + [anon_sym_precedencegroup] = ACTIONS(2211), + [anon_sym_associatedtype] = ACTIONS(2211), + [anon_sym_AT] = ACTIONS(2209), + [anon_sym_override] = ACTIONS(2211), + [anon_sym_convenience] = ACTIONS(2211), + [anon_sym_required] = ACTIONS(2211), + [anon_sym_nonisolated] = ACTIONS(2211), + [anon_sym_public] = ACTIONS(2211), + [anon_sym_private] = ACTIONS(2211), + [anon_sym_internal] = ACTIONS(2211), + [anon_sym_fileprivate] = ACTIONS(2211), + [anon_sym_open] = ACTIONS(2211), + [anon_sym_mutating] = ACTIONS(2211), + [anon_sym_nonmutating] = ACTIONS(2211), + [anon_sym_static] = ACTIONS(2211), + [anon_sym_dynamic] = ACTIONS(2211), + [anon_sym_optional] = ACTIONS(2211), + [anon_sym_distributed] = ACTIONS(2211), + [anon_sym_final] = ACTIONS(2211), + [anon_sym_inout] = ACTIONS(2211), + [anon_sym_ATescaping] = ACTIONS(2211), + [anon_sym_ATautoclosure] = ACTIONS(2211), + [anon_sym_weak] = ACTIONS(2211), + [anon_sym_unowned] = ACTIONS(2209), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2211), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2211), + [anon_sym_borrowing] = ACTIONS(2211), + [anon_sym_consuming] = ACTIONS(2211), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2211), + [sym__eq_custom] = ACTIONS(2211), + [sym__throws_keyword] = ACTIONS(2211), + [sym__rethrows_keyword] = ACTIONS(2211), + [sym__async_keyword_custom] = ACTIONS(2211), + }, + [STATE(1837)] = { + [ts_builtin_sym_end] = ACTIONS(2329), + [anon_sym_BANG] = ACTIONS(2325), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(2325), + [aux_sym_simple_identifier_token2] = ACTIONS(2327), + [aux_sym_simple_identifier_token3] = ACTIONS(2327), + [aux_sym_simple_identifier_token4] = ACTIONS(2327), + [anon_sym_actor] = ACTIONS(2325), + [anon_sym_async] = ACTIONS(2325), + [anon_sym_each] = ACTIONS(2325), + [anon_sym_lazy] = ACTIONS(2325), + [anon_sym_repeat] = ACTIONS(2325), + [anon_sym_package] = ACTIONS(2325), + [anon_sym_LPAREN] = ACTIONS(2327), + [anon_sym_LBRACK] = ACTIONS(2327), + [anon_sym_QMARK] = ACTIONS(2325), + [anon_sym_QMARK2] = ACTIONS(2327), + [anon_sym_AMP] = ACTIONS(2327), + [aux_sym_custom_operator_token1] = ACTIONS(2327), + [anon_sym_LT] = ACTIONS(2325), + [anon_sym_GT] = ACTIONS(2325), + [anon_sym_LBRACE] = ACTIONS(2327), + [anon_sym_CARET_LBRACE] = ACTIONS(2327), + [anon_sym_RBRACE] = ACTIONS(2329), + [anon_sym_PLUS_EQ] = ACTIONS(2327), + [anon_sym_DASH_EQ] = ACTIONS(2327), + [anon_sym_STAR_EQ] = ACTIONS(2327), + [anon_sym_SLASH_EQ] = ACTIONS(2327), + [anon_sym_PERCENT_EQ] = ACTIONS(2327), + [anon_sym_BANG_EQ] = ACTIONS(2325), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2327), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2327), + [anon_sym_LT_EQ] = ACTIONS(2327), + [anon_sym_GT_EQ] = ACTIONS(2327), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2327), + [anon_sym_DOT_DOT_LT] = ACTIONS(2327), + [anon_sym_is] = ACTIONS(2325), + [anon_sym_PLUS] = ACTIONS(2325), + [anon_sym_DASH] = ACTIONS(2325), + [anon_sym_STAR] = ACTIONS(2325), + [anon_sym_SLASH] = ACTIONS(2325), + [anon_sym_PERCENT] = ACTIONS(2325), + [anon_sym_PLUS_PLUS] = ACTIONS(2327), + [anon_sym_DASH_DASH] = ACTIONS(2327), + [anon_sym_PIPE] = ACTIONS(2327), + [anon_sym_CARET] = ACTIONS(2325), + [anon_sym_LT_LT] = ACTIONS(2327), + [anon_sym_GT_GT] = ACTIONS(2327), + [anon_sym_borrowing] = ACTIONS(2325), + [anon_sym_consuming] = ACTIONS(2325), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2329), + [sym__explicit_semi] = ACTIONS(2329), + [sym__dot_custom] = ACTIONS(2327), + [sym__conjunction_operator_custom] = ACTIONS(2327), + [sym__disjunction_operator_custom] = ACTIONS(2327), + [sym__nil_coalescing_operator_custom] = ACTIONS(2327), + [sym__eq_custom] = ACTIONS(2327), + [sym__eq_eq_custom] = ACTIONS(2327), + [sym__plus_then_ws] = ACTIONS(2327), + [sym__minus_then_ws] = ACTIONS(2327), + [sym__bang_custom] = ACTIONS(2327), + [sym__as_custom] = ACTIONS(2327), + [sym__as_quest_custom] = ACTIONS(2327), + [sym__as_bang_custom] = ACTIONS(2327), + [sym__custom_operator] = ACTIONS(2327), + }, + [STATE(1838)] = { + [sym__arrow_operator] = STATE(4344), + [sym__async_keyword] = STATE(7051), + [sym_throws] = STATE(8894), + [sym_throws_clause] = STATE(8894), + [aux_sym_protocol_composition_type_repeat1] = STATE(2017), + [ts_builtin_sym_end] = ACTIONS(2173), + [anon_sym_BANG] = ACTIONS(2171), + [sym_comment] = ACTIONS(3), + [anon_sym_COMMA] = ACTIONS(2173), + [anon_sym_LPAREN] = ACTIONS(2173), + [anon_sym_LBRACK] = ACTIONS(2173), + [anon_sym_DOT] = ACTIONS(4403), + [anon_sym_QMARK] = ACTIONS(2171), + [anon_sym_QMARK2] = ACTIONS(2173), + [anon_sym_AMP] = ACTIONS(4405), + [aux_sym_custom_operator_token1] = ACTIONS(2173), + [anon_sym_LT] = ACTIONS(2171), + [anon_sym_GT] = ACTIONS(2171), + [anon_sym_LBRACE] = ACTIONS(2173), + [anon_sym_CARET_LBRACE] = ACTIONS(2173), + [anon_sym_RBRACE] = ACTIONS(2173), + [anon_sym_PLUS_EQ] = ACTIONS(2173), + [anon_sym_DASH_EQ] = ACTIONS(2173), + [anon_sym_STAR_EQ] = ACTIONS(2173), + [anon_sym_SLASH_EQ] = ACTIONS(2173), + [anon_sym_PERCENT_EQ] = ACTIONS(2173), + [anon_sym_BANG_EQ] = ACTIONS(2171), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2173), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2173), + [anon_sym_LT_EQ] = ACTIONS(2173), + [anon_sym_GT_EQ] = ACTIONS(2173), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2173), + [anon_sym_DOT_DOT_LT] = ACTIONS(2173), + [anon_sym_is] = ACTIONS(2173), + [anon_sym_PLUS] = ACTIONS(2171), + [anon_sym_DASH] = ACTIONS(2171), + [anon_sym_STAR] = ACTIONS(2171), + [anon_sym_SLASH] = ACTIONS(2171), + [anon_sym_PERCENT] = ACTIONS(2171), + [anon_sym_PLUS_PLUS] = ACTIONS(2173), + [anon_sym_DASH_DASH] = ACTIONS(2173), + [anon_sym_PIPE] = ACTIONS(2173), + [anon_sym_CARET] = ACTIONS(2171), + [anon_sym_LT_LT] = ACTIONS(2173), + [anon_sym_GT_GT] = ACTIONS(2173), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2173), + [sym__explicit_semi] = ACTIONS(2173), + [sym__arrow_operator_custom] = ACTIONS(4385), + [sym__dot_custom] = ACTIONS(2173), + [sym__conjunction_operator_custom] = ACTIONS(2173), + [sym__disjunction_operator_custom] = ACTIONS(2173), + [sym__nil_coalescing_operator_custom] = ACTIONS(2173), + [sym__eq_custom] = ACTIONS(2173), + [sym__eq_eq_custom] = ACTIONS(2173), + [sym__plus_then_ws] = ACTIONS(2173), + [sym__minus_then_ws] = ACTIONS(2173), + [sym__bang_custom] = ACTIONS(2173), + [sym__throws_keyword] = ACTIONS(2093), + [sym__rethrows_keyword] = ACTIONS(2095), + [sym_where_keyword] = ACTIONS(2173), + [sym__as_custom] = ACTIONS(2173), + [sym__as_quest_custom] = ACTIONS(2173), + [sym__as_bang_custom] = ACTIONS(2173), + [sym__async_keyword_custom] = ACTIONS(4387), + [sym__custom_operator] = ACTIONS(2173), + }, + [STATE(1839)] = { + [anon_sym_BANG] = ACTIONS(2323), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(2325), + [aux_sym_simple_identifier_token2] = ACTIONS(2327), + [aux_sym_simple_identifier_token3] = ACTIONS(2327), + [aux_sym_simple_identifier_token4] = ACTIONS(2327), + [anon_sym_actor] = ACTIONS(2325), + [anon_sym_async] = ACTIONS(2325), + [anon_sym_each] = ACTIONS(2325), + [anon_sym_lazy] = ACTIONS(2325), + [anon_sym_repeat] = ACTIONS(2325), + [anon_sym_package] = ACTIONS(2325), + [anon_sym_COMMA] = ACTIONS(2329), + [anon_sym_LPAREN] = ACTIONS(2329), + [anon_sym_LBRACK] = ACTIONS(2329), + [anon_sym_QMARK] = ACTIONS(2323), + [anon_sym_QMARK2] = ACTIONS(2329), + [anon_sym_AMP] = ACTIONS(2329), + [aux_sym_custom_operator_token1] = ACTIONS(2329), + [anon_sym_LT] = ACTIONS(2323), + [anon_sym_GT] = ACTIONS(2323), + [anon_sym_LBRACE] = ACTIONS(2329), + [anon_sym_CARET_LBRACE] = ACTIONS(2329), + [anon_sym_RBRACE] = ACTIONS(2329), + [anon_sym_PLUS_EQ] = ACTIONS(2329), + [anon_sym_DASH_EQ] = ACTIONS(2329), + [anon_sym_STAR_EQ] = ACTIONS(2329), + [anon_sym_SLASH_EQ] = ACTIONS(2329), + [anon_sym_PERCENT_EQ] = ACTIONS(2329), + [anon_sym_BANG_EQ] = ACTIONS(2323), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2329), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2329), + [anon_sym_LT_EQ] = ACTIONS(2329), + [anon_sym_GT_EQ] = ACTIONS(2329), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2329), + [anon_sym_DOT_DOT_LT] = ACTIONS(2329), + [anon_sym_is] = ACTIONS(2323), + [anon_sym_PLUS] = ACTIONS(2323), + [anon_sym_DASH] = ACTIONS(2323), + [anon_sym_STAR] = ACTIONS(2323), + [anon_sym_SLASH] = ACTIONS(2323), + [anon_sym_PERCENT] = ACTIONS(2323), + [anon_sym_PLUS_PLUS] = ACTIONS(2329), + [anon_sym_DASH_DASH] = ACTIONS(2329), + [anon_sym_PIPE] = ACTIONS(2329), + [anon_sym_CARET] = ACTIONS(2323), + [anon_sym_LT_LT] = ACTIONS(2329), + [anon_sym_GT_GT] = ACTIONS(2329), + [anon_sym_borrowing] = ACTIONS(2325), + [anon_sym_consuming] = ACTIONS(2325), + [sym_multiline_comment] = ACTIONS(2329), + [sym__implicit_semi] = ACTIONS(2329), + [sym__explicit_semi] = ACTIONS(2329), + [sym__dot_custom] = ACTIONS(2329), + [sym__conjunction_operator_custom] = ACTIONS(2329), + [sym__disjunction_operator_custom] = ACTIONS(2329), + [sym__nil_coalescing_operator_custom] = ACTIONS(2329), + [sym__eq_custom] = ACTIONS(2329), + [sym__eq_eq_custom] = ACTIONS(2329), + [sym__plus_then_ws] = ACTIONS(2329), + [sym__minus_then_ws] = ACTIONS(2329), + [sym__bang_custom] = ACTIONS(2329), + [sym__as_custom] = ACTIONS(2329), + [sym__as_quest_custom] = ACTIONS(2329), + [sym__as_bang_custom] = ACTIONS(2329), + [sym__custom_operator] = ACTIONS(2329), + }, + [STATE(1840)] = { + [sym__arrow_operator] = STATE(4344), + [sym__async_keyword] = STATE(7051), + [sym_throws] = STATE(8894), + [sym_throws_clause] = STATE(8894), + [aux_sym_protocol_composition_type_repeat1] = STATE(2017), + [ts_builtin_sym_end] = ACTIONS(2181), + [anon_sym_BANG] = ACTIONS(2179), + [sym_comment] = ACTIONS(3), + [anon_sym_COMMA] = ACTIONS(2181), + [anon_sym_LPAREN] = ACTIONS(2181), + [anon_sym_LBRACK] = ACTIONS(2181), + [anon_sym_DOT] = ACTIONS(4403), + [anon_sym_QMARK] = ACTIONS(2179), + [anon_sym_QMARK2] = ACTIONS(2181), + [anon_sym_AMP] = ACTIONS(4405), + [aux_sym_custom_operator_token1] = ACTIONS(2181), + [anon_sym_LT] = ACTIONS(2179), + [anon_sym_GT] = ACTIONS(2179), + [anon_sym_LBRACE] = ACTIONS(2181), + [anon_sym_CARET_LBRACE] = ACTIONS(2181), + [anon_sym_RBRACE] = ACTIONS(2181), + [anon_sym_PLUS_EQ] = ACTIONS(2181), + [anon_sym_DASH_EQ] = ACTIONS(2181), + [anon_sym_STAR_EQ] = ACTIONS(2181), + [anon_sym_SLASH_EQ] = ACTIONS(2181), + [anon_sym_PERCENT_EQ] = ACTIONS(2181), + [anon_sym_BANG_EQ] = ACTIONS(2179), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2181), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2181), + [anon_sym_LT_EQ] = ACTIONS(2181), + [anon_sym_GT_EQ] = ACTIONS(2181), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2181), + [anon_sym_DOT_DOT_LT] = ACTIONS(2181), + [anon_sym_is] = ACTIONS(2181), + [anon_sym_PLUS] = ACTIONS(2179), + [anon_sym_DASH] = ACTIONS(2179), + [anon_sym_STAR] = ACTIONS(2179), + [anon_sym_SLASH] = ACTIONS(2179), + [anon_sym_PERCENT] = ACTIONS(2179), + [anon_sym_PLUS_PLUS] = ACTIONS(2181), + [anon_sym_DASH_DASH] = ACTIONS(2181), + [anon_sym_PIPE] = ACTIONS(2181), + [anon_sym_CARET] = ACTIONS(2179), + [anon_sym_LT_LT] = ACTIONS(2181), + [anon_sym_GT_GT] = ACTIONS(2181), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2181), + [sym__explicit_semi] = ACTIONS(2181), + [sym__arrow_operator_custom] = ACTIONS(4385), + [sym__dot_custom] = ACTIONS(2181), + [sym__conjunction_operator_custom] = ACTIONS(2181), + [sym__disjunction_operator_custom] = ACTIONS(2181), + [sym__nil_coalescing_operator_custom] = ACTIONS(2181), + [sym__eq_custom] = ACTIONS(2181), + [sym__eq_eq_custom] = ACTIONS(2181), + [sym__plus_then_ws] = ACTIONS(2181), + [sym__minus_then_ws] = ACTIONS(2181), + [sym__bang_custom] = ACTIONS(2181), + [sym__throws_keyword] = ACTIONS(2093), + [sym__rethrows_keyword] = ACTIONS(2095), + [sym_where_keyword] = ACTIONS(2181), + [sym__as_custom] = ACTIONS(2181), + [sym__as_quest_custom] = ACTIONS(2181), + [sym__as_bang_custom] = ACTIONS(2181), + [sym__async_keyword_custom] = ACTIONS(4387), + [sym__custom_operator] = ACTIONS(2181), + }, + [STATE(1841)] = { + [sym__arrow_operator] = STATE(4344), + [sym__async_keyword] = STATE(7051), + [sym_throws] = STATE(8894), + [sym_throws_clause] = STATE(8894), + [aux_sym_protocol_composition_type_repeat1] = STATE(2017), + [ts_builtin_sym_end] = ACTIONS(2185), + [anon_sym_BANG] = ACTIONS(2183), + [sym_comment] = ACTIONS(3), + [anon_sym_COMMA] = ACTIONS(2185), + [anon_sym_LPAREN] = ACTIONS(2185), + [anon_sym_LBRACK] = ACTIONS(2185), + [anon_sym_DOT] = ACTIONS(2183), + [anon_sym_QMARK] = ACTIONS(2183), + [anon_sym_QMARK2] = ACTIONS(2185), + [anon_sym_AMP] = ACTIONS(2185), + [aux_sym_custom_operator_token1] = ACTIONS(2185), + [anon_sym_LT] = ACTIONS(2183), + [anon_sym_GT] = ACTIONS(2183), + [anon_sym_LBRACE] = ACTIONS(2185), + [anon_sym_CARET_LBRACE] = ACTIONS(2185), + [anon_sym_RBRACE] = ACTIONS(2185), + [anon_sym_PLUS_EQ] = ACTIONS(2185), + [anon_sym_DASH_EQ] = ACTIONS(2185), + [anon_sym_STAR_EQ] = ACTIONS(2185), + [anon_sym_SLASH_EQ] = ACTIONS(2185), + [anon_sym_PERCENT_EQ] = ACTIONS(2185), + [anon_sym_BANG_EQ] = ACTIONS(2183), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2185), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2185), + [anon_sym_LT_EQ] = ACTIONS(2185), + [anon_sym_GT_EQ] = ACTIONS(2185), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2185), + [anon_sym_DOT_DOT_LT] = ACTIONS(2185), + [anon_sym_is] = ACTIONS(2185), + [anon_sym_PLUS] = ACTIONS(2183), + [anon_sym_DASH] = ACTIONS(2183), + [anon_sym_STAR] = ACTIONS(2183), + [anon_sym_SLASH] = ACTIONS(2183), + [anon_sym_PERCENT] = ACTIONS(2183), + [anon_sym_PLUS_PLUS] = ACTIONS(2185), + [anon_sym_DASH_DASH] = ACTIONS(2185), + [anon_sym_PIPE] = ACTIONS(2185), + [anon_sym_CARET] = ACTIONS(2183), + [anon_sym_LT_LT] = ACTIONS(2185), + [anon_sym_GT_GT] = ACTIONS(2185), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2185), + [sym__explicit_semi] = ACTIONS(2185), + [sym__arrow_operator_custom] = ACTIONS(2185), + [sym__dot_custom] = ACTIONS(2185), + [sym__conjunction_operator_custom] = ACTIONS(2185), + [sym__disjunction_operator_custom] = ACTIONS(2185), + [sym__nil_coalescing_operator_custom] = ACTIONS(2185), + [sym__eq_custom] = ACTIONS(2185), + [sym__eq_eq_custom] = ACTIONS(2185), + [sym__plus_then_ws] = ACTIONS(2185), + [sym__minus_then_ws] = ACTIONS(2185), + [sym__bang_custom] = ACTIONS(2185), + [sym__throws_keyword] = ACTIONS(2185), + [sym__rethrows_keyword] = ACTIONS(2185), + [sym_where_keyword] = ACTIONS(2185), + [sym__as_custom] = ACTIONS(2185), + [sym__as_quest_custom] = ACTIONS(2185), + [sym__as_bang_custom] = ACTIONS(2185), + [sym__async_keyword_custom] = ACTIONS(2185), + [sym__custom_operator] = ACTIONS(2185), + }, + [STATE(1842)] = { + [sym__arrow_operator] = STATE(4344), + [sym__async_keyword] = STATE(7051), + [sym_throws] = STATE(8894), + [sym_throws_clause] = STATE(8894), + [aux_sym_protocol_composition_type_repeat1] = STATE(2017), + [ts_builtin_sym_end] = ACTIONS(2177), + [anon_sym_BANG] = ACTIONS(2175), + [sym_comment] = ACTIONS(3), + [anon_sym_COMMA] = ACTIONS(2177), + [anon_sym_LPAREN] = ACTIONS(2177), + [anon_sym_LBRACK] = ACTIONS(2177), + [anon_sym_DOT] = ACTIONS(4403), + [anon_sym_QMARK] = ACTIONS(2175), + [anon_sym_QMARK2] = ACTIONS(2177), + [anon_sym_AMP] = ACTIONS(4405), + [aux_sym_custom_operator_token1] = ACTIONS(2177), + [anon_sym_LT] = ACTIONS(2175), + [anon_sym_GT] = ACTIONS(2175), + [anon_sym_LBRACE] = ACTIONS(2177), + [anon_sym_CARET_LBRACE] = ACTIONS(2177), + [anon_sym_RBRACE] = ACTIONS(2177), + [anon_sym_PLUS_EQ] = ACTIONS(2177), + [anon_sym_DASH_EQ] = ACTIONS(2177), + [anon_sym_STAR_EQ] = ACTIONS(2177), + [anon_sym_SLASH_EQ] = ACTIONS(2177), + [anon_sym_PERCENT_EQ] = ACTIONS(2177), + [anon_sym_BANG_EQ] = ACTIONS(2175), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2177), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2177), + [anon_sym_LT_EQ] = ACTIONS(2177), + [anon_sym_GT_EQ] = ACTIONS(2177), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2177), + [anon_sym_DOT_DOT_LT] = ACTIONS(2177), + [anon_sym_is] = ACTIONS(2177), + [anon_sym_PLUS] = ACTIONS(2175), + [anon_sym_DASH] = ACTIONS(2175), + [anon_sym_STAR] = ACTIONS(2175), + [anon_sym_SLASH] = ACTIONS(2175), + [anon_sym_PERCENT] = ACTIONS(2175), + [anon_sym_PLUS_PLUS] = ACTIONS(2177), + [anon_sym_DASH_DASH] = ACTIONS(2177), + [anon_sym_PIPE] = ACTIONS(2177), + [anon_sym_CARET] = ACTIONS(2175), + [anon_sym_LT_LT] = ACTIONS(2177), + [anon_sym_GT_GT] = ACTIONS(2177), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2177), + [sym__explicit_semi] = ACTIONS(2177), + [sym__arrow_operator_custom] = ACTIONS(4385), + [sym__dot_custom] = ACTIONS(2177), + [sym__conjunction_operator_custom] = ACTIONS(2177), + [sym__disjunction_operator_custom] = ACTIONS(2177), + [sym__nil_coalescing_operator_custom] = ACTIONS(2177), + [sym__eq_custom] = ACTIONS(2177), + [sym__eq_eq_custom] = ACTIONS(2177), + [sym__plus_then_ws] = ACTIONS(2177), + [sym__minus_then_ws] = ACTIONS(2177), + [sym__bang_custom] = ACTIONS(2177), + [sym__throws_keyword] = ACTIONS(2093), + [sym__rethrows_keyword] = ACTIONS(2095), + [sym_where_keyword] = ACTIONS(2177), + [sym__as_custom] = ACTIONS(2177), + [sym__as_quest_custom] = ACTIONS(2177), + [sym__as_bang_custom] = ACTIONS(2177), + [sym__async_keyword_custom] = ACTIONS(4387), + [sym__custom_operator] = ACTIONS(2177), + }, + [STATE(1843)] = { + [sym__arrow_operator] = STATE(4344), + [sym__async_keyword] = STATE(7051), + [sym_throws] = STATE(8894), + [sym_throws_clause] = STATE(8894), + [aux_sym_protocol_composition_type_repeat1] = STATE(2017), + [ts_builtin_sym_end] = ACTIONS(2189), + [anon_sym_BANG] = ACTIONS(2187), + [sym_comment] = ACTIONS(3), + [anon_sym_COMMA] = ACTIONS(2189), + [anon_sym_LPAREN] = ACTIONS(2189), + [anon_sym_LBRACK] = ACTIONS(2189), + [anon_sym_DOT] = ACTIONS(4403), + [anon_sym_QMARK] = ACTIONS(2187), + [anon_sym_QMARK2] = ACTIONS(2189), + [anon_sym_AMP] = ACTIONS(4405), + [aux_sym_custom_operator_token1] = ACTIONS(2189), + [anon_sym_LT] = ACTIONS(2187), + [anon_sym_GT] = ACTIONS(2187), + [anon_sym_LBRACE] = ACTIONS(2189), + [anon_sym_CARET_LBRACE] = ACTIONS(2189), + [anon_sym_RBRACE] = ACTIONS(2189), + [anon_sym_PLUS_EQ] = ACTIONS(2189), + [anon_sym_DASH_EQ] = ACTIONS(2189), + [anon_sym_STAR_EQ] = ACTIONS(2189), + [anon_sym_SLASH_EQ] = ACTIONS(2189), + [anon_sym_PERCENT_EQ] = ACTIONS(2189), + [anon_sym_BANG_EQ] = ACTIONS(2187), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2189), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2189), + [anon_sym_LT_EQ] = ACTIONS(2189), + [anon_sym_GT_EQ] = ACTIONS(2189), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2189), + [anon_sym_DOT_DOT_LT] = ACTIONS(2189), + [anon_sym_is] = ACTIONS(2189), + [anon_sym_PLUS] = ACTIONS(2187), + [anon_sym_DASH] = ACTIONS(2187), + [anon_sym_STAR] = ACTIONS(2187), + [anon_sym_SLASH] = ACTIONS(2187), + [anon_sym_PERCENT] = ACTIONS(2187), + [anon_sym_PLUS_PLUS] = ACTIONS(2189), + [anon_sym_DASH_DASH] = ACTIONS(2189), + [anon_sym_PIPE] = ACTIONS(2189), + [anon_sym_CARET] = ACTIONS(2187), + [anon_sym_LT_LT] = ACTIONS(2189), + [anon_sym_GT_GT] = ACTIONS(2189), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2189), + [sym__explicit_semi] = ACTIONS(2189), + [sym__arrow_operator_custom] = ACTIONS(4385), + [sym__dot_custom] = ACTIONS(2189), + [sym__conjunction_operator_custom] = ACTIONS(2189), + [sym__disjunction_operator_custom] = ACTIONS(2189), + [sym__nil_coalescing_operator_custom] = ACTIONS(2189), + [sym__eq_custom] = ACTIONS(2189), + [sym__eq_eq_custom] = ACTIONS(2189), + [sym__plus_then_ws] = ACTIONS(2189), + [sym__minus_then_ws] = ACTIONS(2189), + [sym__bang_custom] = ACTIONS(2189), + [sym__throws_keyword] = ACTIONS(2093), + [sym__rethrows_keyword] = ACTIONS(2095), + [sym_where_keyword] = ACTIONS(2189), + [sym__as_custom] = ACTIONS(2189), + [sym__as_quest_custom] = ACTIONS(2189), + [sym__as_bang_custom] = ACTIONS(2189), + [sym__async_keyword_custom] = ACTIONS(4387), + [sym__custom_operator] = ACTIONS(2189), + }, + [STATE(1844)] = { + [anon_sym_BANG] = ACTIONS(2323), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(2325), + [aux_sym_simple_identifier_token2] = ACTIONS(2327), + [aux_sym_simple_identifier_token3] = ACTIONS(2327), + [aux_sym_simple_identifier_token4] = ACTIONS(2327), + [anon_sym_actor] = ACTIONS(2325), + [anon_sym_async] = ACTIONS(2325), + [anon_sym_each] = ACTIONS(2325), + [anon_sym_lazy] = ACTIONS(2325), + [anon_sym_repeat] = ACTIONS(2325), + [anon_sym_package] = ACTIONS(2325), + [anon_sym_RPAREN] = ACTIONS(2329), + [anon_sym_COMMA] = ACTIONS(2329), + [anon_sym_COLON] = ACTIONS(2329), + [anon_sym_LPAREN] = ACTIONS(2329), + [anon_sym_LBRACK] = ACTIONS(2329), + [anon_sym_RBRACK] = ACTIONS(2329), + [anon_sym_QMARK] = ACTIONS(2323), + [anon_sym_QMARK2] = ACTIONS(2329), + [anon_sym_AMP] = ACTIONS(2329), + [aux_sym_custom_operator_token1] = ACTIONS(2329), + [anon_sym_LT] = ACTIONS(2323), + [anon_sym_GT] = ACTIONS(2323), + [anon_sym_LBRACE] = ACTIONS(2329), + [anon_sym_CARET_LBRACE] = ACTIONS(2329), + [anon_sym_PLUS_EQ] = ACTIONS(2329), + [anon_sym_DASH_EQ] = ACTIONS(2329), + [anon_sym_STAR_EQ] = ACTIONS(2329), + [anon_sym_SLASH_EQ] = ACTIONS(2329), + [anon_sym_PERCENT_EQ] = ACTIONS(2329), + [anon_sym_BANG_EQ] = ACTIONS(2323), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2329), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2329), + [anon_sym_LT_EQ] = ACTIONS(2329), + [anon_sym_GT_EQ] = ACTIONS(2329), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2329), + [anon_sym_DOT_DOT_LT] = ACTIONS(2329), + [anon_sym_is] = ACTIONS(2323), + [anon_sym_PLUS] = ACTIONS(2323), + [anon_sym_DASH] = ACTIONS(2323), + [anon_sym_STAR] = ACTIONS(2323), + [anon_sym_SLASH] = ACTIONS(2323), + [anon_sym_PERCENT] = ACTIONS(2323), + [anon_sym_PLUS_PLUS] = ACTIONS(2329), + [anon_sym_DASH_DASH] = ACTIONS(2329), + [anon_sym_PIPE] = ACTIONS(2329), + [anon_sym_CARET] = ACTIONS(2323), + [anon_sym_LT_LT] = ACTIONS(2329), + [anon_sym_GT_GT] = ACTIONS(2329), + [anon_sym_borrowing] = ACTIONS(2325), + [anon_sym_consuming] = ACTIONS(2325), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2329), + [sym__conjunction_operator_custom] = ACTIONS(2329), + [sym__disjunction_operator_custom] = ACTIONS(2329), + [sym__nil_coalescing_operator_custom] = ACTIONS(2329), + [sym__eq_custom] = ACTIONS(2329), + [sym__eq_eq_custom] = ACTIONS(2329), + [sym__plus_then_ws] = ACTIONS(2329), + [sym__minus_then_ws] = ACTIONS(2329), + [sym__bang_custom] = ACTIONS(2329), + [sym__as_custom] = ACTIONS(2329), + [sym__as_quest_custom] = ACTIONS(2329), + [sym__as_bang_custom] = ACTIONS(2329), + [sym__custom_operator] = ACTIONS(2329), + }, + [STATE(1845)] = { + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2215), + [anon_sym_async] = ACTIONS(2215), + [anon_sym_lazy] = ACTIONS(2215), + [anon_sym_package] = ACTIONS(2215), + [anon_sym_COMMA] = ACTIONS(2215), + [anon_sym_BANG2] = ACTIONS(2215), + [anon_sym_DOT] = ACTIONS(2215), + [anon_sym_QMARK2] = ACTIONS(2215), + [anon_sym_AMP] = ACTIONS(2215), + [anon_sym_LBRACE] = ACTIONS(2215), + [anon_sym_RBRACE] = ACTIONS(2215), + [anon_sym_case] = ACTIONS(2215), + [anon_sym_import] = ACTIONS(2215), + [anon_sym_typealias] = ACTIONS(2215), + [anon_sym_struct] = ACTIONS(2215), + [anon_sym_class] = ACTIONS(2215), + [anon_sym_enum] = ACTIONS(2215), + [anon_sym_protocol] = ACTIONS(2215), + [anon_sym_let] = ACTIONS(2215), + [anon_sym_var] = ACTIONS(2215), + [anon_sym_func] = ACTIONS(2215), + [anon_sym_extension] = ACTIONS(2215), + [anon_sym_indirect] = ACTIONS(2215), + [anon_sym_init] = ACTIONS(2215), + [anon_sym_deinit] = ACTIONS(2215), + [anon_sym_subscript] = ACTIONS(2215), + [anon_sym_prefix] = ACTIONS(2215), + [anon_sym_infix] = ACTIONS(2215), + [anon_sym_postfix] = ACTIONS(2215), + [anon_sym_precedencegroup] = ACTIONS(2215), + [anon_sym_associatedtype] = ACTIONS(2215), + [anon_sym_AT] = ACTIONS(2213), + [anon_sym_override] = ACTIONS(2215), + [anon_sym_convenience] = ACTIONS(2215), + [anon_sym_required] = ACTIONS(2215), + [anon_sym_nonisolated] = ACTIONS(2215), + [anon_sym_public] = ACTIONS(2215), + [anon_sym_private] = ACTIONS(2215), + [anon_sym_internal] = ACTIONS(2215), + [anon_sym_fileprivate] = ACTIONS(2215), + [anon_sym_open] = ACTIONS(2215), + [anon_sym_mutating] = ACTIONS(2215), + [anon_sym_nonmutating] = ACTIONS(2215), + [anon_sym_static] = ACTIONS(2215), + [anon_sym_dynamic] = ACTIONS(2215), + [anon_sym_optional] = ACTIONS(2215), + [anon_sym_distributed] = ACTIONS(2215), + [anon_sym_final] = ACTIONS(2215), + [anon_sym_inout] = ACTIONS(2215), + [anon_sym_ATescaping] = ACTIONS(2215), + [anon_sym_ATautoclosure] = ACTIONS(2215), + [anon_sym_weak] = ACTIONS(2215), + [anon_sym_unowned] = ACTIONS(2213), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2215), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2215), + [anon_sym_borrowing] = ACTIONS(2215), + [anon_sym_consuming] = ACTIONS(2215), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2215), + [sym__dot_custom] = ACTIONS(2215), + [sym__eq_custom] = ACTIONS(2215), + [sym__throws_keyword] = ACTIONS(2215), + [sym__rethrows_keyword] = ACTIONS(2215), + [sym_where_keyword] = ACTIONS(2215), + [sym__async_keyword_custom] = ACTIONS(2215), + }, + [STATE(1846)] = { + [anon_sym_BANG] = ACTIONS(2319), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(2319), + [aux_sym_simple_identifier_token2] = ACTIONS(2321), + [aux_sym_simple_identifier_token3] = ACTIONS(2321), + [aux_sym_simple_identifier_token4] = ACTIONS(2321), + [anon_sym_actor] = ACTIONS(2319), + [anon_sym_async] = ACTIONS(2319), + [anon_sym_each] = ACTIONS(2319), + [anon_sym_lazy] = ACTIONS(2319), + [anon_sym_repeat] = ACTIONS(2319), + [anon_sym_package] = ACTIONS(2319), + [anon_sym_RPAREN] = ACTIONS(2321), + [anon_sym_COMMA] = ACTIONS(2321), + [anon_sym_COLON] = ACTIONS(2321), + [anon_sym_LPAREN] = ACTIONS(2321), + [anon_sym_LBRACK] = ACTIONS(2321), + [anon_sym_RBRACK] = ACTIONS(2321), + [anon_sym_QMARK] = ACTIONS(2319), + [anon_sym_QMARK2] = ACTIONS(2321), + [anon_sym_AMP] = ACTIONS(2321), + [aux_sym_custom_operator_token1] = ACTIONS(2321), + [anon_sym_LT] = ACTIONS(2319), + [anon_sym_GT] = ACTIONS(2319), + [anon_sym_LBRACE] = ACTIONS(2321), + [anon_sym_CARET_LBRACE] = ACTIONS(2321), + [anon_sym_PLUS_EQ] = ACTIONS(2321), + [anon_sym_DASH_EQ] = ACTIONS(2321), + [anon_sym_STAR_EQ] = ACTIONS(2321), + [anon_sym_SLASH_EQ] = ACTIONS(2321), + [anon_sym_PERCENT_EQ] = ACTIONS(2321), + [anon_sym_BANG_EQ] = ACTIONS(2319), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2321), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2321), + [anon_sym_LT_EQ] = ACTIONS(2321), + [anon_sym_GT_EQ] = ACTIONS(2321), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2321), + [anon_sym_DOT_DOT_LT] = ACTIONS(2321), + [anon_sym_is] = ACTIONS(2319), + [anon_sym_PLUS] = ACTIONS(2319), + [anon_sym_DASH] = ACTIONS(2319), + [anon_sym_STAR] = ACTIONS(2319), + [anon_sym_SLASH] = ACTIONS(2319), + [anon_sym_PERCENT] = ACTIONS(2319), + [anon_sym_PLUS_PLUS] = ACTIONS(2321), + [anon_sym_DASH_DASH] = ACTIONS(2321), + [anon_sym_PIPE] = ACTIONS(2321), + [anon_sym_CARET] = ACTIONS(2319), + [anon_sym_LT_LT] = ACTIONS(2321), + [anon_sym_GT_GT] = ACTIONS(2321), + [anon_sym_borrowing] = ACTIONS(2319), + [anon_sym_consuming] = ACTIONS(2319), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2321), + [sym__conjunction_operator_custom] = ACTIONS(2321), + [sym__disjunction_operator_custom] = ACTIONS(2321), + [sym__nil_coalescing_operator_custom] = ACTIONS(2321), + [sym__eq_custom] = ACTIONS(2321), + [sym__eq_eq_custom] = ACTIONS(2321), + [sym__plus_then_ws] = ACTIONS(2321), + [sym__minus_then_ws] = ACTIONS(2321), + [sym__bang_custom] = ACTIONS(2321), + [sym__as_custom] = ACTIONS(2321), + [sym__as_quest_custom] = ACTIONS(2321), + [sym__as_bang_custom] = ACTIONS(2321), + [sym__custom_operator] = ACTIONS(2321), + }, + [STATE(1847)] = { + [sym__block] = STATE(3238), + [sym_function_body] = STATE(3235), + [sym_type_constraints] = STATE(2626), + [aux_sym__function_value_parameters] = STATE(2133), + [sym__async_keyword] = STATE(2019), + [sym_throws] = STATE(2324), + [sym_throws_clause] = STATE(2325), + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(4407), + [anon_sym_async] = ACTIONS(4407), + [anon_sym_lazy] = ACTIONS(4407), + [anon_sym_package] = ACTIONS(4407), + [anon_sym_LPAREN] = ACTIONS(4409), + [anon_sym_LBRACE] = ACTIONS(4411), + [anon_sym_RBRACE] = ACTIONS(4407), + [anon_sym_case] = ACTIONS(4407), + [anon_sym_import] = ACTIONS(4407), + [anon_sym_typealias] = ACTIONS(4407), + [anon_sym_struct] = ACTIONS(4407), + [anon_sym_class] = ACTIONS(4407), + [anon_sym_enum] = ACTIONS(4407), + [anon_sym_protocol] = ACTIONS(4407), + [anon_sym_let] = ACTIONS(4407), + [anon_sym_var] = ACTIONS(4407), + [anon_sym_func] = ACTIONS(4407), + [anon_sym_extension] = ACTIONS(4407), + [anon_sym_indirect] = ACTIONS(4407), + [anon_sym_init] = ACTIONS(4407), + [anon_sym_deinit] = ACTIONS(4407), + [anon_sym_subscript] = ACTIONS(4407), + [anon_sym_prefix] = ACTIONS(4407), + [anon_sym_infix] = ACTIONS(4407), + [anon_sym_postfix] = ACTIONS(4407), + [anon_sym_precedencegroup] = ACTIONS(4407), + [anon_sym_associatedtype] = ACTIONS(4407), + [anon_sym_AT] = ACTIONS(4413), + [anon_sym_override] = ACTIONS(4407), + [anon_sym_convenience] = ACTIONS(4407), + [anon_sym_required] = ACTIONS(4407), + [anon_sym_nonisolated] = ACTIONS(4407), + [anon_sym_public] = ACTIONS(4407), + [anon_sym_private] = ACTIONS(4407), + [anon_sym_internal] = ACTIONS(4407), + [anon_sym_fileprivate] = ACTIONS(4407), + [anon_sym_open] = ACTIONS(4407), + [anon_sym_mutating] = ACTIONS(4407), + [anon_sym_nonmutating] = ACTIONS(4407), + [anon_sym_static] = ACTIONS(4407), + [anon_sym_dynamic] = ACTIONS(4407), + [anon_sym_optional] = ACTIONS(4407), + [anon_sym_distributed] = ACTIONS(4407), + [anon_sym_final] = ACTIONS(4407), + [anon_sym_inout] = ACTIONS(4407), + [anon_sym_ATescaping] = ACTIONS(4407), + [anon_sym_ATautoclosure] = ACTIONS(4407), + [anon_sym_weak] = ACTIONS(4407), + [anon_sym_unowned] = ACTIONS(4413), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(4407), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(4407), + [anon_sym_borrowing] = ACTIONS(4407), + [anon_sym_consuming] = ACTIONS(4407), + [sym_multiline_comment] = ACTIONS(5), + [sym__throws_keyword] = ACTIONS(4415), + [sym__rethrows_keyword] = ACTIONS(4417), + [sym_where_keyword] = ACTIONS(4419), + [sym__async_keyword_custom] = ACTIONS(4421), + }, + [STATE(1848)] = { + [anon_sym_BANG] = ACTIONS(2338), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(2338), + [aux_sym_simple_identifier_token2] = ACTIONS(2340), + [aux_sym_simple_identifier_token3] = ACTIONS(2340), + [aux_sym_simple_identifier_token4] = ACTIONS(2340), + [anon_sym_actor] = ACTIONS(2338), + [anon_sym_async] = ACTIONS(2338), + [anon_sym_each] = ACTIONS(2338), + [anon_sym_lazy] = ACTIONS(2338), + [anon_sym_repeat] = ACTIONS(2338), + [anon_sym_package] = ACTIONS(2338), + [anon_sym_COMMA] = ACTIONS(2340), + [anon_sym_LPAREN] = ACTIONS(2340), + [anon_sym_LBRACK] = ACTIONS(2340), + [anon_sym_QMARK] = ACTIONS(2338), + [anon_sym_QMARK2] = ACTIONS(2340), + [anon_sym_AMP] = ACTIONS(2340), + [aux_sym_custom_operator_token1] = ACTIONS(2340), + [anon_sym_LT] = ACTIONS(2338), + [anon_sym_GT] = ACTIONS(2338), + [anon_sym_LBRACE] = ACTIONS(2340), + [anon_sym_CARET_LBRACE] = ACTIONS(2340), + [anon_sym_RBRACE] = ACTIONS(2340), + [anon_sym_PLUS_EQ] = ACTIONS(2340), + [anon_sym_DASH_EQ] = ACTIONS(2340), + [anon_sym_STAR_EQ] = ACTIONS(2340), + [anon_sym_SLASH_EQ] = ACTIONS(2340), + [anon_sym_PERCENT_EQ] = ACTIONS(2340), + [anon_sym_BANG_EQ] = ACTIONS(2338), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2340), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2340), + [anon_sym_LT_EQ] = ACTIONS(2340), + [anon_sym_GT_EQ] = ACTIONS(2340), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2340), + [anon_sym_DOT_DOT_LT] = ACTIONS(2340), + [anon_sym_is] = ACTIONS(2338), + [anon_sym_PLUS] = ACTIONS(2338), + [anon_sym_DASH] = ACTIONS(2338), + [anon_sym_STAR] = ACTIONS(2338), + [anon_sym_SLASH] = ACTIONS(2338), + [anon_sym_PERCENT] = ACTIONS(2338), + [anon_sym_PLUS_PLUS] = ACTIONS(2340), + [anon_sym_DASH_DASH] = ACTIONS(2340), + [anon_sym_PIPE] = ACTIONS(2340), + [anon_sym_CARET] = ACTIONS(2338), + [anon_sym_LT_LT] = ACTIONS(2340), + [anon_sym_GT_GT] = ACTIONS(2340), + [anon_sym_borrowing] = ACTIONS(2338), + [anon_sym_consuming] = ACTIONS(2338), + [sym_multiline_comment] = ACTIONS(2340), + [sym__implicit_semi] = ACTIONS(2340), + [sym__explicit_semi] = ACTIONS(2340), + [sym__dot_custom] = ACTIONS(2340), + [sym__conjunction_operator_custom] = ACTIONS(2340), + [sym__disjunction_operator_custom] = ACTIONS(2340), + [sym__nil_coalescing_operator_custom] = ACTIONS(2340), + [sym__eq_custom] = ACTIONS(2340), + [sym__eq_eq_custom] = ACTIONS(2340), + [sym__plus_then_ws] = ACTIONS(2340), + [sym__minus_then_ws] = ACTIONS(2340), + [sym__bang_custom] = ACTIONS(2340), + [sym__as_custom] = ACTIONS(2340), + [sym__as_quest_custom] = ACTIONS(2340), + [sym__as_bang_custom] = ACTIONS(2340), + [sym__custom_operator] = ACTIONS(2340), + }, + [STATE(1849)] = { + [sym__arrow_operator] = STATE(4344), + [sym__async_keyword] = STATE(7051), + [sym_throws] = STATE(8894), + [sym_throws_clause] = STATE(8894), + [aux_sym_protocol_composition_type_repeat1] = STATE(2017), + [ts_builtin_sym_end] = ACTIONS(2108), + [anon_sym_BANG] = ACTIONS(2106), + [sym_comment] = ACTIONS(3), + [anon_sym_COMMA] = ACTIONS(2108), + [anon_sym_LPAREN] = ACTIONS(2108), + [anon_sym_LBRACK] = ACTIONS(2108), + [anon_sym_DOT] = ACTIONS(2106), + [anon_sym_QMARK] = ACTIONS(2106), + [anon_sym_QMARK2] = ACTIONS(2108), + [anon_sym_AMP] = ACTIONS(2108), + [aux_sym_custom_operator_token1] = ACTIONS(2108), + [anon_sym_LT] = ACTIONS(2106), + [anon_sym_GT] = ACTIONS(2106), + [anon_sym_LBRACE] = ACTIONS(2108), + [anon_sym_CARET_LBRACE] = ACTIONS(2108), + [anon_sym_RBRACE] = ACTIONS(2108), + [anon_sym_PLUS_EQ] = ACTIONS(2108), + [anon_sym_DASH_EQ] = ACTIONS(2108), + [anon_sym_STAR_EQ] = ACTIONS(2108), + [anon_sym_SLASH_EQ] = ACTIONS(2108), + [anon_sym_PERCENT_EQ] = ACTIONS(2108), + [anon_sym_BANG_EQ] = ACTIONS(2106), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2108), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2108), + [anon_sym_LT_EQ] = ACTIONS(2108), + [anon_sym_GT_EQ] = ACTIONS(2108), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2108), + [anon_sym_DOT_DOT_LT] = ACTIONS(2108), + [anon_sym_is] = ACTIONS(2108), + [anon_sym_PLUS] = ACTIONS(2106), + [anon_sym_DASH] = ACTIONS(2106), + [anon_sym_STAR] = ACTIONS(2106), + [anon_sym_SLASH] = ACTIONS(2106), + [anon_sym_PERCENT] = ACTIONS(2106), + [anon_sym_PLUS_PLUS] = ACTIONS(2108), + [anon_sym_DASH_DASH] = ACTIONS(2108), + [anon_sym_PIPE] = ACTIONS(2108), + [anon_sym_CARET] = ACTIONS(2106), + [anon_sym_LT_LT] = ACTIONS(2108), + [anon_sym_GT_GT] = ACTIONS(2108), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2108), + [sym__explicit_semi] = ACTIONS(2108), + [sym__arrow_operator_custom] = ACTIONS(2108), + [sym__dot_custom] = ACTIONS(2108), + [sym__conjunction_operator_custom] = ACTIONS(2108), + [sym__disjunction_operator_custom] = ACTIONS(2108), + [sym__nil_coalescing_operator_custom] = ACTIONS(2108), + [sym__eq_custom] = ACTIONS(2108), + [sym__eq_eq_custom] = ACTIONS(2108), + [sym__plus_then_ws] = ACTIONS(2108), + [sym__minus_then_ws] = ACTIONS(2108), + [sym__bang_custom] = ACTIONS(2108), + [sym__throws_keyword] = ACTIONS(2108), + [sym__rethrows_keyword] = ACTIONS(2108), + [sym_where_keyword] = ACTIONS(2108), + [sym__as_custom] = ACTIONS(2108), + [sym__as_quest_custom] = ACTIONS(2108), + [sym__as_bang_custom] = ACTIONS(2108), + [sym__async_keyword_custom] = ACTIONS(2108), + [sym__custom_operator] = ACTIONS(2108), + }, + [STATE(1850)] = { + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2298), + [anon_sym_async] = ACTIONS(2298), + [anon_sym_lazy] = ACTIONS(2298), + [anon_sym_package] = ACTIONS(2298), + [anon_sym_RPAREN] = ACTIONS(2298), + [anon_sym_COMMA] = ACTIONS(2298), + [anon_sym_BANG2] = ACTIONS(2298), + [anon_sym_DOT] = ACTIONS(2296), + [anon_sym_QMARK2] = ACTIONS(2298), + [anon_sym_AMP] = ACTIONS(2298), + [anon_sym_LBRACE] = ACTIONS(2298), + [anon_sym_RBRACE] = ACTIONS(2298), + [anon_sym_case] = ACTIONS(2298), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2298), + [anon_sym_import] = ACTIONS(2298), + [anon_sym_typealias] = ACTIONS(2298), + [anon_sym_struct] = ACTIONS(2298), + [anon_sym_class] = ACTIONS(2298), + [anon_sym_enum] = ACTIONS(2298), + [anon_sym_protocol] = ACTIONS(2298), + [anon_sym_let] = ACTIONS(2298), + [anon_sym_var] = ACTIONS(2298), + [anon_sym_func] = ACTIONS(2298), + [anon_sym_extension] = ACTIONS(2298), + [anon_sym_indirect] = ACTIONS(2298), + [anon_sym_init] = ACTIONS(2298), + [anon_sym_deinit] = ACTIONS(2298), + [anon_sym_subscript] = ACTIONS(2298), + [anon_sym_prefix] = ACTIONS(2298), + [anon_sym_infix] = ACTIONS(2298), + [anon_sym_postfix] = ACTIONS(2298), + [anon_sym_precedencegroup] = ACTIONS(2298), + [anon_sym_associatedtype] = ACTIONS(2298), + [anon_sym_AT] = ACTIONS(2296), + [anon_sym_override] = ACTIONS(2298), + [anon_sym_convenience] = ACTIONS(2298), + [anon_sym_required] = ACTIONS(2298), + [anon_sym_nonisolated] = ACTIONS(2298), + [anon_sym_public] = ACTIONS(2298), + [anon_sym_private] = ACTIONS(2298), + [anon_sym_internal] = ACTIONS(2298), + [anon_sym_fileprivate] = ACTIONS(2298), + [anon_sym_open] = ACTIONS(2298), + [anon_sym_mutating] = ACTIONS(2298), + [anon_sym_nonmutating] = ACTIONS(2298), + [anon_sym_static] = ACTIONS(2298), + [anon_sym_dynamic] = ACTIONS(2298), + [anon_sym_optional] = ACTIONS(2298), + [anon_sym_distributed] = ACTIONS(2298), + [anon_sym_final] = ACTIONS(2298), + [anon_sym_inout] = ACTIONS(2298), + [anon_sym_ATescaping] = ACTIONS(2298), + [anon_sym_ATautoclosure] = ACTIONS(2298), + [anon_sym_weak] = ACTIONS(2298), + [anon_sym_unowned] = ACTIONS(2296), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2298), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2298), + [anon_sym_borrowing] = ACTIONS(2298), + [anon_sym_consuming] = ACTIONS(2298), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2298), + [sym__eq_custom] = ACTIONS(2298), + [sym__throws_keyword] = ACTIONS(2298), + [sym__rethrows_keyword] = ACTIONS(2298), + [sym__async_keyword_custom] = ACTIONS(2298), + }, + [STATE(1851)] = { + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2278), + [anon_sym_async] = ACTIONS(2278), + [anon_sym_lazy] = ACTIONS(2278), + [anon_sym_package] = ACTIONS(2278), + [anon_sym_COMMA] = ACTIONS(2278), + [anon_sym_COLON] = ACTIONS(2278), + [anon_sym_DOT] = ACTIONS(2278), + [anon_sym_QMARK] = ACTIONS(2278), + [anon_sym_AMP] = ACTIONS(2278), + [anon_sym_LBRACE] = ACTIONS(2278), + [anon_sym_RBRACE] = ACTIONS(2278), + [anon_sym_case] = ACTIONS(2278), + [anon_sym_import] = ACTIONS(2278), + [anon_sym_typealias] = ACTIONS(2278), + [anon_sym_struct] = ACTIONS(2278), + [anon_sym_class] = ACTIONS(2278), + [anon_sym_enum] = ACTIONS(2278), + [anon_sym_protocol] = ACTIONS(2278), + [anon_sym_let] = ACTIONS(2278), + [anon_sym_var] = ACTIONS(2278), + [anon_sym_func] = ACTIONS(2278), + [anon_sym_extension] = ACTIONS(2278), + [anon_sym_indirect] = ACTIONS(2278), + [anon_sym_init] = ACTIONS(2278), + [anon_sym_deinit] = ACTIONS(2278), + [anon_sym_subscript] = ACTIONS(2278), + [anon_sym_prefix] = ACTIONS(2278), + [anon_sym_infix] = ACTIONS(2278), + [anon_sym_postfix] = ACTIONS(2278), + [anon_sym_precedencegroup] = ACTIONS(2278), + [anon_sym_associatedtype] = ACTIONS(2278), + [anon_sym_AT] = ACTIONS(2276), + [anon_sym_override] = ACTIONS(2278), + [anon_sym_convenience] = ACTIONS(2278), + [anon_sym_required] = ACTIONS(2278), + [anon_sym_nonisolated] = ACTIONS(2278), + [anon_sym_public] = ACTIONS(2278), + [anon_sym_private] = ACTIONS(2278), + [anon_sym_internal] = ACTIONS(2278), + [anon_sym_fileprivate] = ACTIONS(2278), + [anon_sym_open] = ACTIONS(2278), + [anon_sym_mutating] = ACTIONS(2278), + [anon_sym_nonmutating] = ACTIONS(2278), + [anon_sym_static] = ACTIONS(2278), + [anon_sym_dynamic] = ACTIONS(2278), + [anon_sym_optional] = ACTIONS(2278), + [anon_sym_distributed] = ACTIONS(2278), + [anon_sym_final] = ACTIONS(2278), + [anon_sym_inout] = ACTIONS(2278), + [anon_sym_ATescaping] = ACTIONS(2278), + [anon_sym_ATautoclosure] = ACTIONS(2278), + [anon_sym_weak] = ACTIONS(2278), + [anon_sym_unowned] = ACTIONS(2276), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2278), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2278), + [anon_sym_borrowing] = ACTIONS(2278), + [anon_sym_consuming] = ACTIONS(2278), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2278), + [sym__eq_custom] = ACTIONS(2278), + [sym__throws_keyword] = ACTIONS(2278), + [sym__rethrows_keyword] = ACTIONS(2278), + [sym_where_keyword] = ACTIONS(2278), + [sym__as_custom] = ACTIONS(2278), + [sym__async_keyword_custom] = ACTIONS(2278), + }, + [STATE(1852)] = { + [anon_sym_BANG] = ACTIONS(2342), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(2342), + [aux_sym_simple_identifier_token2] = ACTIONS(2344), + [aux_sym_simple_identifier_token3] = ACTIONS(2344), + [aux_sym_simple_identifier_token4] = ACTIONS(2344), + [anon_sym_actor] = ACTIONS(2342), + [anon_sym_async] = ACTIONS(2342), + [anon_sym_each] = ACTIONS(2342), + [anon_sym_lazy] = ACTIONS(2342), + [anon_sym_repeat] = ACTIONS(2342), + [anon_sym_package] = ACTIONS(2342), + [anon_sym_COMMA] = ACTIONS(2344), + [anon_sym_LPAREN] = ACTIONS(2344), + [anon_sym_LBRACK] = ACTIONS(2344), + [anon_sym_QMARK] = ACTIONS(2342), + [anon_sym_QMARK2] = ACTIONS(2344), + [anon_sym_AMP] = ACTIONS(2344), + [aux_sym_custom_operator_token1] = ACTIONS(2344), + [anon_sym_LT] = ACTIONS(2342), + [anon_sym_GT] = ACTIONS(2342), + [anon_sym_LBRACE] = ACTIONS(2344), + [anon_sym_CARET_LBRACE] = ACTIONS(2344), + [anon_sym_RBRACE] = ACTIONS(2344), + [anon_sym_PLUS_EQ] = ACTIONS(2344), + [anon_sym_DASH_EQ] = ACTIONS(2344), + [anon_sym_STAR_EQ] = ACTIONS(2344), + [anon_sym_SLASH_EQ] = ACTIONS(2344), + [anon_sym_PERCENT_EQ] = ACTIONS(2344), + [anon_sym_BANG_EQ] = ACTIONS(2342), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2344), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2344), + [anon_sym_LT_EQ] = ACTIONS(2344), + [anon_sym_GT_EQ] = ACTIONS(2344), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2344), + [anon_sym_DOT_DOT_LT] = ACTIONS(2344), + [anon_sym_is] = ACTIONS(2342), + [anon_sym_PLUS] = ACTIONS(2342), + [anon_sym_DASH] = ACTIONS(2342), + [anon_sym_STAR] = ACTIONS(2342), + [anon_sym_SLASH] = ACTIONS(2342), + [anon_sym_PERCENT] = ACTIONS(2342), + [anon_sym_PLUS_PLUS] = ACTIONS(2344), + [anon_sym_DASH_DASH] = ACTIONS(2344), + [anon_sym_PIPE] = ACTIONS(2344), + [anon_sym_CARET] = ACTIONS(2342), + [anon_sym_LT_LT] = ACTIONS(2344), + [anon_sym_GT_GT] = ACTIONS(2344), + [anon_sym_borrowing] = ACTIONS(2342), + [anon_sym_consuming] = ACTIONS(2342), + [sym_multiline_comment] = ACTIONS(2344), + [sym__implicit_semi] = ACTIONS(2344), + [sym__explicit_semi] = ACTIONS(2344), + [sym__dot_custom] = ACTIONS(2344), + [sym__conjunction_operator_custom] = ACTIONS(2344), + [sym__disjunction_operator_custom] = ACTIONS(2344), + [sym__nil_coalescing_operator_custom] = ACTIONS(2344), + [sym__eq_custom] = ACTIONS(2344), + [sym__eq_eq_custom] = ACTIONS(2344), + [sym__plus_then_ws] = ACTIONS(2344), + [sym__minus_then_ws] = ACTIONS(2344), + [sym__bang_custom] = ACTIONS(2344), + [sym__as_custom] = ACTIONS(2344), + [sym__as_quest_custom] = ACTIONS(2344), + [sym__as_bang_custom] = ACTIONS(2344), + [sym__custom_operator] = ACTIONS(2344), + }, + [STATE(1853)] = { + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2203), + [anon_sym_async] = ACTIONS(2203), + [anon_sym_lazy] = ACTIONS(2203), + [anon_sym_package] = ACTIONS(2203), + [anon_sym_COMMA] = ACTIONS(2203), + [anon_sym_COLON] = ACTIONS(2203), + [anon_sym_DOT] = ACTIONS(2203), + [anon_sym_QMARK] = ACTIONS(2203), + [anon_sym_AMP] = ACTIONS(2203), + [anon_sym_LBRACE] = ACTIONS(2203), + [anon_sym_RBRACE] = ACTIONS(2203), + [anon_sym_case] = ACTIONS(2203), + [anon_sym_import] = ACTIONS(2203), + [anon_sym_typealias] = ACTIONS(2203), + [anon_sym_struct] = ACTIONS(2203), + [anon_sym_class] = ACTIONS(2203), + [anon_sym_enum] = ACTIONS(2203), + [anon_sym_protocol] = ACTIONS(2203), + [anon_sym_let] = ACTIONS(2203), + [anon_sym_var] = ACTIONS(2203), + [anon_sym_func] = ACTIONS(2203), + [anon_sym_extension] = ACTIONS(2203), + [anon_sym_indirect] = ACTIONS(2203), + [anon_sym_init] = ACTIONS(2203), + [anon_sym_deinit] = ACTIONS(2203), + [anon_sym_subscript] = ACTIONS(2203), + [anon_sym_prefix] = ACTIONS(2203), + [anon_sym_infix] = ACTIONS(2203), + [anon_sym_postfix] = ACTIONS(2203), + [anon_sym_precedencegroup] = ACTIONS(2203), + [anon_sym_associatedtype] = ACTIONS(2203), + [anon_sym_AT] = ACTIONS(2201), + [anon_sym_override] = ACTIONS(2203), + [anon_sym_convenience] = ACTIONS(2203), + [anon_sym_required] = ACTIONS(2203), + [anon_sym_nonisolated] = ACTIONS(2203), + [anon_sym_public] = ACTIONS(2203), + [anon_sym_private] = ACTIONS(2203), + [anon_sym_internal] = ACTIONS(2203), + [anon_sym_fileprivate] = ACTIONS(2203), + [anon_sym_open] = ACTIONS(2203), + [anon_sym_mutating] = ACTIONS(2203), + [anon_sym_nonmutating] = ACTIONS(2203), + [anon_sym_static] = ACTIONS(2203), + [anon_sym_dynamic] = ACTIONS(2203), + [anon_sym_optional] = ACTIONS(2203), + [anon_sym_distributed] = ACTIONS(2203), + [anon_sym_final] = ACTIONS(2203), + [anon_sym_inout] = ACTIONS(2203), + [anon_sym_ATescaping] = ACTIONS(2203), + [anon_sym_ATautoclosure] = ACTIONS(2203), + [anon_sym_weak] = ACTIONS(2203), + [anon_sym_unowned] = ACTIONS(2201), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2203), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2203), + [anon_sym_borrowing] = ACTIONS(2203), + [anon_sym_consuming] = ACTIONS(2203), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2203), + [sym__eq_custom] = ACTIONS(2203), + [sym__throws_keyword] = ACTIONS(2203), + [sym__rethrows_keyword] = ACTIONS(2203), + [sym_where_keyword] = ACTIONS(2203), + [sym__as_custom] = ACTIONS(2203), + [sym__async_keyword_custom] = ACTIONS(2203), + }, + [STATE(1854)] = { + [sym__block] = STATE(3238), + [sym_function_body] = STATE(3273), + [sym_type_constraints] = STATE(2629), + [aux_sym__function_value_parameters] = STATE(2133), + [sym__async_keyword] = STATE(2014), + [sym_throws] = STATE(2240), + [sym_throws_clause] = STATE(2241), + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(4423), + [anon_sym_async] = ACTIONS(4423), + [anon_sym_lazy] = ACTIONS(4423), + [anon_sym_package] = ACTIONS(4423), + [anon_sym_LPAREN] = ACTIONS(4409), + [anon_sym_LBRACE] = ACTIONS(4411), + [anon_sym_RBRACE] = ACTIONS(4423), + [anon_sym_case] = ACTIONS(4423), + [anon_sym_import] = ACTIONS(4423), + [anon_sym_typealias] = ACTIONS(4423), + [anon_sym_struct] = ACTIONS(4423), + [anon_sym_class] = ACTIONS(4423), + [anon_sym_enum] = ACTIONS(4423), + [anon_sym_protocol] = ACTIONS(4423), + [anon_sym_let] = ACTIONS(4423), + [anon_sym_var] = ACTIONS(4423), + [anon_sym_func] = ACTIONS(4423), + [anon_sym_extension] = ACTIONS(4423), + [anon_sym_indirect] = ACTIONS(4423), + [anon_sym_init] = ACTIONS(4423), + [anon_sym_deinit] = ACTIONS(4423), + [anon_sym_subscript] = ACTIONS(4423), + [anon_sym_prefix] = ACTIONS(4423), + [anon_sym_infix] = ACTIONS(4423), + [anon_sym_postfix] = ACTIONS(4423), + [anon_sym_precedencegroup] = ACTIONS(4423), + [anon_sym_associatedtype] = ACTIONS(4423), + [anon_sym_AT] = ACTIONS(4425), + [anon_sym_override] = ACTIONS(4423), + [anon_sym_convenience] = ACTIONS(4423), + [anon_sym_required] = ACTIONS(4423), + [anon_sym_nonisolated] = ACTIONS(4423), + [anon_sym_public] = ACTIONS(4423), + [anon_sym_private] = ACTIONS(4423), + [anon_sym_internal] = ACTIONS(4423), + [anon_sym_fileprivate] = ACTIONS(4423), + [anon_sym_open] = ACTIONS(4423), + [anon_sym_mutating] = ACTIONS(4423), + [anon_sym_nonmutating] = ACTIONS(4423), + [anon_sym_static] = ACTIONS(4423), + [anon_sym_dynamic] = ACTIONS(4423), + [anon_sym_optional] = ACTIONS(4423), + [anon_sym_distributed] = ACTIONS(4423), + [anon_sym_final] = ACTIONS(4423), + [anon_sym_inout] = ACTIONS(4423), + [anon_sym_ATescaping] = ACTIONS(4423), + [anon_sym_ATautoclosure] = ACTIONS(4423), + [anon_sym_weak] = ACTIONS(4423), + [anon_sym_unowned] = ACTIONS(4425), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(4423), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(4423), + [anon_sym_borrowing] = ACTIONS(4423), + [anon_sym_consuming] = ACTIONS(4423), + [sym_multiline_comment] = ACTIONS(5), + [sym__throws_keyword] = ACTIONS(4415), + [sym__rethrows_keyword] = ACTIONS(4417), + [sym_where_keyword] = ACTIONS(4419), + [sym__async_keyword_custom] = ACTIONS(4427), + }, + [STATE(1855)] = { + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2207), + [anon_sym_async] = ACTIONS(2207), + [anon_sym_lazy] = ACTIONS(2207), + [anon_sym_package] = ACTIONS(2207), + [anon_sym_COMMA] = ACTIONS(2207), + [anon_sym_COLON] = ACTIONS(2207), + [anon_sym_DOT] = ACTIONS(2207), + [anon_sym_QMARK] = ACTIONS(2207), + [anon_sym_AMP] = ACTIONS(2207), + [anon_sym_LBRACE] = ACTIONS(2207), + [anon_sym_RBRACE] = ACTIONS(2207), + [anon_sym_case] = ACTIONS(2207), + [anon_sym_import] = ACTIONS(2207), + [anon_sym_typealias] = ACTIONS(2207), + [anon_sym_struct] = ACTIONS(2207), + [anon_sym_class] = ACTIONS(2207), + [anon_sym_enum] = ACTIONS(2207), + [anon_sym_protocol] = ACTIONS(2207), + [anon_sym_let] = ACTIONS(2207), + [anon_sym_var] = ACTIONS(2207), + [anon_sym_func] = ACTIONS(2207), + [anon_sym_extension] = ACTIONS(2207), + [anon_sym_indirect] = ACTIONS(2207), + [anon_sym_init] = ACTIONS(2207), + [anon_sym_deinit] = ACTIONS(2207), + [anon_sym_subscript] = ACTIONS(2207), + [anon_sym_prefix] = ACTIONS(2207), + [anon_sym_infix] = ACTIONS(2207), + [anon_sym_postfix] = ACTIONS(2207), + [anon_sym_precedencegroup] = ACTIONS(2207), + [anon_sym_associatedtype] = ACTIONS(2207), + [anon_sym_AT] = ACTIONS(2205), + [anon_sym_override] = ACTIONS(2207), + [anon_sym_convenience] = ACTIONS(2207), + [anon_sym_required] = ACTIONS(2207), + [anon_sym_nonisolated] = ACTIONS(2207), + [anon_sym_public] = ACTIONS(2207), + [anon_sym_private] = ACTIONS(2207), + [anon_sym_internal] = ACTIONS(2207), + [anon_sym_fileprivate] = ACTIONS(2207), + [anon_sym_open] = ACTIONS(2207), + [anon_sym_mutating] = ACTIONS(2207), + [anon_sym_nonmutating] = ACTIONS(2207), + [anon_sym_static] = ACTIONS(2207), + [anon_sym_dynamic] = ACTIONS(2207), + [anon_sym_optional] = ACTIONS(2207), + [anon_sym_distributed] = ACTIONS(2207), + [anon_sym_final] = ACTIONS(2207), + [anon_sym_inout] = ACTIONS(2207), + [anon_sym_ATescaping] = ACTIONS(2207), + [anon_sym_ATautoclosure] = ACTIONS(2207), + [anon_sym_weak] = ACTIONS(2207), + [anon_sym_unowned] = ACTIONS(2205), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2207), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2207), + [anon_sym_borrowing] = ACTIONS(2207), + [anon_sym_consuming] = ACTIONS(2207), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2207), + [sym__eq_custom] = ACTIONS(2207), + [sym__throws_keyword] = ACTIONS(2207), + [sym__rethrows_keyword] = ACTIONS(2207), + [sym_where_keyword] = ACTIONS(2207), + [sym__as_custom] = ACTIONS(2207), + [sym__async_keyword_custom] = ACTIONS(2207), + }, + [STATE(1856)] = { + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2247), + [anon_sym_async] = ACTIONS(2247), + [anon_sym_lazy] = ACTIONS(2247), + [anon_sym_package] = ACTIONS(2247), + [anon_sym_RPAREN] = ACTIONS(2247), + [anon_sym_COMMA] = ACTIONS(2247), + [anon_sym_BANG2] = ACTIONS(2247), + [anon_sym_DOT] = ACTIONS(2245), + [anon_sym_QMARK2] = ACTIONS(2247), + [anon_sym_AMP] = ACTIONS(2247), + [anon_sym_LBRACE] = ACTIONS(2247), + [anon_sym_RBRACE] = ACTIONS(2247), + [anon_sym_case] = ACTIONS(2247), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2247), + [anon_sym_import] = ACTIONS(2247), + [anon_sym_typealias] = ACTIONS(2247), + [anon_sym_struct] = ACTIONS(2247), + [anon_sym_class] = ACTIONS(2247), + [anon_sym_enum] = ACTIONS(2247), + [anon_sym_protocol] = ACTIONS(2247), + [anon_sym_let] = ACTIONS(2247), + [anon_sym_var] = ACTIONS(2247), + [anon_sym_func] = ACTIONS(2247), + [anon_sym_extension] = ACTIONS(2247), + [anon_sym_indirect] = ACTIONS(2247), + [anon_sym_init] = ACTIONS(2247), + [anon_sym_deinit] = ACTIONS(2247), + [anon_sym_subscript] = ACTIONS(2247), + [anon_sym_prefix] = ACTIONS(2247), + [anon_sym_infix] = ACTIONS(2247), + [anon_sym_postfix] = ACTIONS(2247), + [anon_sym_precedencegroup] = ACTIONS(2247), + [anon_sym_associatedtype] = ACTIONS(2247), + [anon_sym_AT] = ACTIONS(2245), + [anon_sym_override] = ACTIONS(2247), + [anon_sym_convenience] = ACTIONS(2247), + [anon_sym_required] = ACTIONS(2247), + [anon_sym_nonisolated] = ACTIONS(2247), + [anon_sym_public] = ACTIONS(2247), + [anon_sym_private] = ACTIONS(2247), + [anon_sym_internal] = ACTIONS(2247), + [anon_sym_fileprivate] = ACTIONS(2247), + [anon_sym_open] = ACTIONS(2247), + [anon_sym_mutating] = ACTIONS(2247), + [anon_sym_nonmutating] = ACTIONS(2247), + [anon_sym_static] = ACTIONS(2247), + [anon_sym_dynamic] = ACTIONS(2247), + [anon_sym_optional] = ACTIONS(2247), + [anon_sym_distributed] = ACTIONS(2247), + [anon_sym_final] = ACTIONS(2247), + [anon_sym_inout] = ACTIONS(2247), + [anon_sym_ATescaping] = ACTIONS(2247), + [anon_sym_ATautoclosure] = ACTIONS(2247), + [anon_sym_weak] = ACTIONS(2247), + [anon_sym_unowned] = ACTIONS(2245), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2247), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2247), + [anon_sym_borrowing] = ACTIONS(2247), + [anon_sym_consuming] = ACTIONS(2247), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2247), + [sym__eq_custom] = ACTIONS(2247), + [sym__throws_keyword] = ACTIONS(2247), + [sym__rethrows_keyword] = ACTIONS(2247), + [sym__async_keyword_custom] = ACTIONS(2247), + }, + [STATE(1857)] = { + [sym__block] = STATE(3238), + [sym_function_body] = STATE(3304), + [sym_type_constraints] = STATE(2453), + [aux_sym__function_value_parameters] = STATE(2133), + [sym__async_keyword] = STATE(2008), + [sym_throws] = STATE(2257), + [sym_throws_clause] = STATE(2258), + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(4429), + [anon_sym_async] = ACTIONS(4429), + [anon_sym_lazy] = ACTIONS(4429), + [anon_sym_package] = ACTIONS(4429), + [anon_sym_LPAREN] = ACTIONS(4409), + [anon_sym_LBRACE] = ACTIONS(4411), + [anon_sym_RBRACE] = ACTIONS(4429), + [anon_sym_case] = ACTIONS(4429), + [anon_sym_import] = ACTIONS(4429), + [anon_sym_typealias] = ACTIONS(4429), + [anon_sym_struct] = ACTIONS(4429), + [anon_sym_class] = ACTIONS(4429), + [anon_sym_enum] = ACTIONS(4429), + [anon_sym_protocol] = ACTIONS(4429), + [anon_sym_let] = ACTIONS(4429), + [anon_sym_var] = ACTIONS(4429), + [anon_sym_func] = ACTIONS(4429), + [anon_sym_extension] = ACTIONS(4429), + [anon_sym_indirect] = ACTIONS(4429), + [anon_sym_init] = ACTIONS(4429), + [anon_sym_deinit] = ACTIONS(4429), + [anon_sym_subscript] = ACTIONS(4429), + [anon_sym_prefix] = ACTIONS(4429), + [anon_sym_infix] = ACTIONS(4429), + [anon_sym_postfix] = ACTIONS(4429), + [anon_sym_precedencegroup] = ACTIONS(4429), + [anon_sym_associatedtype] = ACTIONS(4429), + [anon_sym_AT] = ACTIONS(4431), + [anon_sym_override] = ACTIONS(4429), + [anon_sym_convenience] = ACTIONS(4429), + [anon_sym_required] = ACTIONS(4429), + [anon_sym_nonisolated] = ACTIONS(4429), + [anon_sym_public] = ACTIONS(4429), + [anon_sym_private] = ACTIONS(4429), + [anon_sym_internal] = ACTIONS(4429), + [anon_sym_fileprivate] = ACTIONS(4429), + [anon_sym_open] = ACTIONS(4429), + [anon_sym_mutating] = ACTIONS(4429), + [anon_sym_nonmutating] = ACTIONS(4429), + [anon_sym_static] = ACTIONS(4429), + [anon_sym_dynamic] = ACTIONS(4429), + [anon_sym_optional] = ACTIONS(4429), + [anon_sym_distributed] = ACTIONS(4429), + [anon_sym_final] = ACTIONS(4429), + [anon_sym_inout] = ACTIONS(4429), + [anon_sym_ATescaping] = ACTIONS(4429), + [anon_sym_ATautoclosure] = ACTIONS(4429), + [anon_sym_weak] = ACTIONS(4429), + [anon_sym_unowned] = ACTIONS(4431), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(4429), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(4429), + [anon_sym_borrowing] = ACTIONS(4429), + [anon_sym_consuming] = ACTIONS(4429), + [sym_multiline_comment] = ACTIONS(5), + [sym__throws_keyword] = ACTIONS(4415), + [sym__rethrows_keyword] = ACTIONS(4417), + [sym_where_keyword] = ACTIONS(4419), + [sym__async_keyword_custom] = ACTIONS(4433), + }, + [STATE(1858)] = { + [sym__block] = STATE(3238), + [sym_function_body] = STATE(3324), + [sym_type_constraints] = STATE(2458), + [aux_sym__function_value_parameters] = STATE(2133), + [sym__async_keyword] = STATE(2033), + [sym_throws] = STATE(2261), + [sym_throws_clause] = STATE(2262), + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(4435), + [anon_sym_async] = ACTIONS(4435), + [anon_sym_lazy] = ACTIONS(4435), + [anon_sym_package] = ACTIONS(4435), + [anon_sym_LPAREN] = ACTIONS(4409), + [anon_sym_LBRACE] = ACTIONS(4411), + [anon_sym_RBRACE] = ACTIONS(4435), + [anon_sym_case] = ACTIONS(4435), + [anon_sym_import] = ACTIONS(4435), + [anon_sym_typealias] = ACTIONS(4435), + [anon_sym_struct] = ACTIONS(4435), + [anon_sym_class] = ACTIONS(4435), + [anon_sym_enum] = ACTIONS(4435), + [anon_sym_protocol] = ACTIONS(4435), + [anon_sym_let] = ACTIONS(4435), + [anon_sym_var] = ACTIONS(4435), + [anon_sym_func] = ACTIONS(4435), + [anon_sym_extension] = ACTIONS(4435), + [anon_sym_indirect] = ACTIONS(4435), + [anon_sym_init] = ACTIONS(4435), + [anon_sym_deinit] = ACTIONS(4435), + [anon_sym_subscript] = ACTIONS(4435), + [anon_sym_prefix] = ACTIONS(4435), + [anon_sym_infix] = ACTIONS(4435), + [anon_sym_postfix] = ACTIONS(4435), + [anon_sym_precedencegroup] = ACTIONS(4435), + [anon_sym_associatedtype] = ACTIONS(4435), + [anon_sym_AT] = ACTIONS(4437), + [anon_sym_override] = ACTIONS(4435), + [anon_sym_convenience] = ACTIONS(4435), + [anon_sym_required] = ACTIONS(4435), + [anon_sym_nonisolated] = ACTIONS(4435), + [anon_sym_public] = ACTIONS(4435), + [anon_sym_private] = ACTIONS(4435), + [anon_sym_internal] = ACTIONS(4435), + [anon_sym_fileprivate] = ACTIONS(4435), + [anon_sym_open] = ACTIONS(4435), + [anon_sym_mutating] = ACTIONS(4435), + [anon_sym_nonmutating] = ACTIONS(4435), + [anon_sym_static] = ACTIONS(4435), + [anon_sym_dynamic] = ACTIONS(4435), + [anon_sym_optional] = ACTIONS(4435), + [anon_sym_distributed] = ACTIONS(4435), + [anon_sym_final] = ACTIONS(4435), + [anon_sym_inout] = ACTIONS(4435), + [anon_sym_ATescaping] = ACTIONS(4435), + [anon_sym_ATautoclosure] = ACTIONS(4435), + [anon_sym_weak] = ACTIONS(4435), + [anon_sym_unowned] = ACTIONS(4437), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(4435), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(4435), + [anon_sym_borrowing] = ACTIONS(4435), + [anon_sym_consuming] = ACTIONS(4435), + [sym_multiline_comment] = ACTIONS(5), + [sym__throws_keyword] = ACTIONS(4415), + [sym__rethrows_keyword] = ACTIONS(4417), + [sym_where_keyword] = ACTIONS(4419), + [sym__async_keyword_custom] = ACTIONS(4439), + }, + [STATE(1859)] = { + [sym__block] = STATE(3238), + [sym_function_body] = STATE(3328), + [sym_type_constraints] = STATE(2464), + [aux_sym__function_value_parameters] = STATE(2133), + [sym__async_keyword] = STATE(2035), + [sym_throws] = STATE(2264), + [sym_throws_clause] = STATE(2265), + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(4435), + [anon_sym_async] = ACTIONS(4435), + [anon_sym_lazy] = ACTIONS(4435), + [anon_sym_package] = ACTIONS(4435), + [anon_sym_LPAREN] = ACTIONS(4409), + [anon_sym_LBRACE] = ACTIONS(4411), + [anon_sym_RBRACE] = ACTIONS(4435), + [anon_sym_case] = ACTIONS(4435), + [anon_sym_import] = ACTIONS(4435), + [anon_sym_typealias] = ACTIONS(4435), + [anon_sym_struct] = ACTIONS(4435), + [anon_sym_class] = ACTIONS(4435), + [anon_sym_enum] = ACTIONS(4435), + [anon_sym_protocol] = ACTIONS(4435), + [anon_sym_let] = ACTIONS(4435), + [anon_sym_var] = ACTIONS(4435), + [anon_sym_func] = ACTIONS(4435), + [anon_sym_extension] = ACTIONS(4435), + [anon_sym_indirect] = ACTIONS(4435), + [anon_sym_init] = ACTIONS(4435), + [anon_sym_deinit] = ACTIONS(4435), + [anon_sym_subscript] = ACTIONS(4435), + [anon_sym_prefix] = ACTIONS(4435), + [anon_sym_infix] = ACTIONS(4435), + [anon_sym_postfix] = ACTIONS(4435), + [anon_sym_precedencegroup] = ACTIONS(4435), + [anon_sym_associatedtype] = ACTIONS(4435), + [anon_sym_AT] = ACTIONS(4437), + [anon_sym_override] = ACTIONS(4435), + [anon_sym_convenience] = ACTIONS(4435), + [anon_sym_required] = ACTIONS(4435), + [anon_sym_nonisolated] = ACTIONS(4435), + [anon_sym_public] = ACTIONS(4435), + [anon_sym_private] = ACTIONS(4435), + [anon_sym_internal] = ACTIONS(4435), + [anon_sym_fileprivate] = ACTIONS(4435), + [anon_sym_open] = ACTIONS(4435), + [anon_sym_mutating] = ACTIONS(4435), + [anon_sym_nonmutating] = ACTIONS(4435), + [anon_sym_static] = ACTIONS(4435), + [anon_sym_dynamic] = ACTIONS(4435), + [anon_sym_optional] = ACTIONS(4435), + [anon_sym_distributed] = ACTIONS(4435), + [anon_sym_final] = ACTIONS(4435), + [anon_sym_inout] = ACTIONS(4435), + [anon_sym_ATescaping] = ACTIONS(4435), + [anon_sym_ATautoclosure] = ACTIONS(4435), + [anon_sym_weak] = ACTIONS(4435), + [anon_sym_unowned] = ACTIONS(4437), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(4435), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(4435), + [anon_sym_borrowing] = ACTIONS(4435), + [anon_sym_consuming] = ACTIONS(4435), + [sym_multiline_comment] = ACTIONS(5), + [sym__throws_keyword] = ACTIONS(4415), + [sym__rethrows_keyword] = ACTIONS(4417), + [sym_where_keyword] = ACTIONS(4419), + [sym__async_keyword_custom] = ACTIONS(4441), + }, + [STATE(1860)] = { + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2101), + [anon_sym_async] = ACTIONS(2101), + [anon_sym_lazy] = ACTIONS(2101), + [anon_sym_package] = ACTIONS(2101), + [anon_sym_COMMA] = ACTIONS(2101), + [anon_sym_BANG2] = ACTIONS(2101), + [anon_sym_DOT] = ACTIONS(2101), + [anon_sym_QMARK2] = ACTIONS(2101), + [anon_sym_AMP] = ACTIONS(2101), + [anon_sym_LBRACE] = ACTIONS(2101), + [anon_sym_RBRACE] = ACTIONS(2101), + [anon_sym_case] = ACTIONS(2101), + [anon_sym_import] = ACTIONS(2101), + [anon_sym_typealias] = ACTIONS(2101), + [anon_sym_struct] = ACTIONS(2101), + [anon_sym_class] = ACTIONS(2101), + [anon_sym_enum] = ACTIONS(2101), + [anon_sym_protocol] = ACTIONS(2101), + [anon_sym_let] = ACTIONS(2101), + [anon_sym_var] = ACTIONS(2101), + [anon_sym_func] = ACTIONS(2101), + [anon_sym_extension] = ACTIONS(2101), + [anon_sym_indirect] = ACTIONS(2101), + [anon_sym_init] = ACTIONS(2101), + [anon_sym_deinit] = ACTIONS(2101), + [anon_sym_subscript] = ACTIONS(2101), + [anon_sym_prefix] = ACTIONS(2101), + [anon_sym_infix] = ACTIONS(2101), + [anon_sym_postfix] = ACTIONS(2101), + [anon_sym_precedencegroup] = ACTIONS(2101), + [anon_sym_associatedtype] = ACTIONS(2101), + [anon_sym_AT] = ACTIONS(2099), + [anon_sym_override] = ACTIONS(2101), + [anon_sym_convenience] = ACTIONS(2101), + [anon_sym_required] = ACTIONS(2101), + [anon_sym_nonisolated] = ACTIONS(2101), + [anon_sym_public] = ACTIONS(2101), + [anon_sym_private] = ACTIONS(2101), + [anon_sym_internal] = ACTIONS(2101), + [anon_sym_fileprivate] = ACTIONS(2101), + [anon_sym_open] = ACTIONS(2101), + [anon_sym_mutating] = ACTIONS(2101), + [anon_sym_nonmutating] = ACTIONS(2101), + [anon_sym_static] = ACTIONS(2101), + [anon_sym_dynamic] = ACTIONS(2101), + [anon_sym_optional] = ACTIONS(2101), + [anon_sym_distributed] = ACTIONS(2101), + [anon_sym_final] = ACTIONS(2101), + [anon_sym_inout] = ACTIONS(2101), + [anon_sym_ATescaping] = ACTIONS(2101), + [anon_sym_ATautoclosure] = ACTIONS(2101), + [anon_sym_weak] = ACTIONS(2101), + [anon_sym_unowned] = ACTIONS(2099), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2101), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2101), + [anon_sym_borrowing] = ACTIONS(2101), + [anon_sym_consuming] = ACTIONS(2101), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2101), + [sym__dot_custom] = ACTIONS(2101), + [sym__eq_custom] = ACTIONS(2101), + [sym__throws_keyword] = ACTIONS(2101), + [sym__rethrows_keyword] = ACTIONS(2101), + [sym_where_keyword] = ACTIONS(2101), + [sym__async_keyword_custom] = ACTIONS(2101), + }, + [STATE(1861)] = { + [sym__block] = STATE(3238), + [sym_function_body] = STATE(3374), + [sym_type_constraints] = STATE(2489), + [aux_sym__function_value_parameters] = STATE(2133), + [sym__async_keyword] = STATE(2000), + [sym_throws] = STATE(2275), + [sym_throws_clause] = STATE(2276), + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(4443), + [anon_sym_async] = ACTIONS(4443), + [anon_sym_lazy] = ACTIONS(4443), + [anon_sym_package] = ACTIONS(4443), + [anon_sym_LPAREN] = ACTIONS(4409), + [anon_sym_LBRACE] = ACTIONS(4411), + [anon_sym_RBRACE] = ACTIONS(4443), + [anon_sym_case] = ACTIONS(4443), + [anon_sym_import] = ACTIONS(4443), + [anon_sym_typealias] = ACTIONS(4443), + [anon_sym_struct] = ACTIONS(4443), + [anon_sym_class] = ACTIONS(4443), + [anon_sym_enum] = ACTIONS(4443), + [anon_sym_protocol] = ACTIONS(4443), + [anon_sym_let] = ACTIONS(4443), + [anon_sym_var] = ACTIONS(4443), + [anon_sym_func] = ACTIONS(4443), + [anon_sym_extension] = ACTIONS(4443), + [anon_sym_indirect] = ACTIONS(4443), + [anon_sym_init] = ACTIONS(4443), + [anon_sym_deinit] = ACTIONS(4443), + [anon_sym_subscript] = ACTIONS(4443), + [anon_sym_prefix] = ACTIONS(4443), + [anon_sym_infix] = ACTIONS(4443), + [anon_sym_postfix] = ACTIONS(4443), + [anon_sym_precedencegroup] = ACTIONS(4443), + [anon_sym_associatedtype] = ACTIONS(4443), + [anon_sym_AT] = ACTIONS(4445), + [anon_sym_override] = ACTIONS(4443), + [anon_sym_convenience] = ACTIONS(4443), + [anon_sym_required] = ACTIONS(4443), + [anon_sym_nonisolated] = ACTIONS(4443), + [anon_sym_public] = ACTIONS(4443), + [anon_sym_private] = ACTIONS(4443), + [anon_sym_internal] = ACTIONS(4443), + [anon_sym_fileprivate] = ACTIONS(4443), + [anon_sym_open] = ACTIONS(4443), + [anon_sym_mutating] = ACTIONS(4443), + [anon_sym_nonmutating] = ACTIONS(4443), + [anon_sym_static] = ACTIONS(4443), + [anon_sym_dynamic] = ACTIONS(4443), + [anon_sym_optional] = ACTIONS(4443), + [anon_sym_distributed] = ACTIONS(4443), + [anon_sym_final] = ACTIONS(4443), + [anon_sym_inout] = ACTIONS(4443), + [anon_sym_ATescaping] = ACTIONS(4443), + [anon_sym_ATautoclosure] = ACTIONS(4443), + [anon_sym_weak] = ACTIONS(4443), + [anon_sym_unowned] = ACTIONS(4445), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(4443), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(4443), + [anon_sym_borrowing] = ACTIONS(4443), + [anon_sym_consuming] = ACTIONS(4443), + [sym_multiline_comment] = ACTIONS(5), + [sym__throws_keyword] = ACTIONS(4415), + [sym__rethrows_keyword] = ACTIONS(4417), + [sym_where_keyword] = ACTIONS(4419), + [sym__async_keyword_custom] = ACTIONS(4447), + }, + [STATE(1862)] = { + [sym__block] = STATE(3238), + [sym_function_body] = STATE(3376), + [sym_type_constraints] = STATE(2493), + [aux_sym__function_value_parameters] = STATE(2133), + [sym__async_keyword] = STATE(2002), + [sym_throws] = STATE(2277), + [sym_throws_clause] = STATE(2278), + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(4443), + [anon_sym_async] = ACTIONS(4443), + [anon_sym_lazy] = ACTIONS(4443), + [anon_sym_package] = ACTIONS(4443), + [anon_sym_LPAREN] = ACTIONS(4409), + [anon_sym_LBRACE] = ACTIONS(4411), + [anon_sym_RBRACE] = ACTIONS(4443), + [anon_sym_case] = ACTIONS(4443), + [anon_sym_import] = ACTIONS(4443), + [anon_sym_typealias] = ACTIONS(4443), + [anon_sym_struct] = ACTIONS(4443), + [anon_sym_class] = ACTIONS(4443), + [anon_sym_enum] = ACTIONS(4443), + [anon_sym_protocol] = ACTIONS(4443), + [anon_sym_let] = ACTIONS(4443), + [anon_sym_var] = ACTIONS(4443), + [anon_sym_func] = ACTIONS(4443), + [anon_sym_extension] = ACTIONS(4443), + [anon_sym_indirect] = ACTIONS(4443), + [anon_sym_init] = ACTIONS(4443), + [anon_sym_deinit] = ACTIONS(4443), + [anon_sym_subscript] = ACTIONS(4443), + [anon_sym_prefix] = ACTIONS(4443), + [anon_sym_infix] = ACTIONS(4443), + [anon_sym_postfix] = ACTIONS(4443), + [anon_sym_precedencegroup] = ACTIONS(4443), + [anon_sym_associatedtype] = ACTIONS(4443), + [anon_sym_AT] = ACTIONS(4445), + [anon_sym_override] = ACTIONS(4443), + [anon_sym_convenience] = ACTIONS(4443), + [anon_sym_required] = ACTIONS(4443), + [anon_sym_nonisolated] = ACTIONS(4443), + [anon_sym_public] = ACTIONS(4443), + [anon_sym_private] = ACTIONS(4443), + [anon_sym_internal] = ACTIONS(4443), + [anon_sym_fileprivate] = ACTIONS(4443), + [anon_sym_open] = ACTIONS(4443), + [anon_sym_mutating] = ACTIONS(4443), + [anon_sym_nonmutating] = ACTIONS(4443), + [anon_sym_static] = ACTIONS(4443), + [anon_sym_dynamic] = ACTIONS(4443), + [anon_sym_optional] = ACTIONS(4443), + [anon_sym_distributed] = ACTIONS(4443), + [anon_sym_final] = ACTIONS(4443), + [anon_sym_inout] = ACTIONS(4443), + [anon_sym_ATescaping] = ACTIONS(4443), + [anon_sym_ATautoclosure] = ACTIONS(4443), + [anon_sym_weak] = ACTIONS(4443), + [anon_sym_unowned] = ACTIONS(4445), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(4443), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(4443), + [anon_sym_borrowing] = ACTIONS(4443), + [anon_sym_consuming] = ACTIONS(4443), + [sym_multiline_comment] = ACTIONS(5), + [sym__throws_keyword] = ACTIONS(4415), + [sym__rethrows_keyword] = ACTIONS(4417), + [sym_where_keyword] = ACTIONS(4419), + [sym__async_keyword_custom] = ACTIONS(4449), + }, + [STATE(1863)] = { + [sym__block] = STATE(3238), + [sym_function_body] = STATE(3395), + [sym_type_constraints] = STATE(2502), + [aux_sym__function_value_parameters] = STATE(2133), + [sym__async_keyword] = STATE(2015), + [sym_throws] = STATE(2281), + [sym_throws_clause] = STATE(2282), + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(4451), + [anon_sym_async] = ACTIONS(4451), + [anon_sym_lazy] = ACTIONS(4451), + [anon_sym_package] = ACTIONS(4451), + [anon_sym_LPAREN] = ACTIONS(4409), + [anon_sym_LBRACE] = ACTIONS(4411), + [anon_sym_RBRACE] = ACTIONS(4451), + [anon_sym_case] = ACTIONS(4451), + [anon_sym_import] = ACTIONS(4451), + [anon_sym_typealias] = ACTIONS(4451), + [anon_sym_struct] = ACTIONS(4451), + [anon_sym_class] = ACTIONS(4451), + [anon_sym_enum] = ACTIONS(4451), + [anon_sym_protocol] = ACTIONS(4451), + [anon_sym_let] = ACTIONS(4451), + [anon_sym_var] = ACTIONS(4451), + [anon_sym_func] = ACTIONS(4451), + [anon_sym_extension] = ACTIONS(4451), + [anon_sym_indirect] = ACTIONS(4451), + [anon_sym_init] = ACTIONS(4451), + [anon_sym_deinit] = ACTIONS(4451), + [anon_sym_subscript] = ACTIONS(4451), + [anon_sym_prefix] = ACTIONS(4451), + [anon_sym_infix] = ACTIONS(4451), + [anon_sym_postfix] = ACTIONS(4451), + [anon_sym_precedencegroup] = ACTIONS(4451), + [anon_sym_associatedtype] = ACTIONS(4451), + [anon_sym_AT] = ACTIONS(4453), + [anon_sym_override] = ACTIONS(4451), + [anon_sym_convenience] = ACTIONS(4451), + [anon_sym_required] = ACTIONS(4451), + [anon_sym_nonisolated] = ACTIONS(4451), + [anon_sym_public] = ACTIONS(4451), + [anon_sym_private] = ACTIONS(4451), + [anon_sym_internal] = ACTIONS(4451), + [anon_sym_fileprivate] = ACTIONS(4451), + [anon_sym_open] = ACTIONS(4451), + [anon_sym_mutating] = ACTIONS(4451), + [anon_sym_nonmutating] = ACTIONS(4451), + [anon_sym_static] = ACTIONS(4451), + [anon_sym_dynamic] = ACTIONS(4451), + [anon_sym_optional] = ACTIONS(4451), + [anon_sym_distributed] = ACTIONS(4451), + [anon_sym_final] = ACTIONS(4451), + [anon_sym_inout] = ACTIONS(4451), + [anon_sym_ATescaping] = ACTIONS(4451), + [anon_sym_ATautoclosure] = ACTIONS(4451), + [anon_sym_weak] = ACTIONS(4451), + [anon_sym_unowned] = ACTIONS(4453), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(4451), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(4451), + [anon_sym_borrowing] = ACTIONS(4451), + [anon_sym_consuming] = ACTIONS(4451), + [sym_multiline_comment] = ACTIONS(5), + [sym__throws_keyword] = ACTIONS(4415), + [sym__rethrows_keyword] = ACTIONS(4417), + [sym_where_keyword] = ACTIONS(4419), + [sym__async_keyword_custom] = ACTIONS(4455), + }, + [STATE(1864)] = { + [sym__block] = STATE(3238), + [sym_function_body] = STATE(3457), + [sym_type_constraints] = STATE(2521), + [aux_sym__function_value_parameters] = STATE(2133), + [sym__async_keyword] = STATE(2025), + [sym_throws] = STATE(2287), + [sym_throws_clause] = STATE(2288), + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(4457), + [anon_sym_async] = ACTIONS(4457), + [anon_sym_lazy] = ACTIONS(4457), + [anon_sym_package] = ACTIONS(4457), + [anon_sym_LPAREN] = ACTIONS(4409), + [anon_sym_LBRACE] = ACTIONS(4411), + [anon_sym_RBRACE] = ACTIONS(4457), + [anon_sym_case] = ACTIONS(4457), + [anon_sym_import] = ACTIONS(4457), + [anon_sym_typealias] = ACTIONS(4457), + [anon_sym_struct] = ACTIONS(4457), + [anon_sym_class] = ACTIONS(4457), + [anon_sym_enum] = ACTIONS(4457), + [anon_sym_protocol] = ACTIONS(4457), + [anon_sym_let] = ACTIONS(4457), + [anon_sym_var] = ACTIONS(4457), + [anon_sym_func] = ACTIONS(4457), + [anon_sym_extension] = ACTIONS(4457), + [anon_sym_indirect] = ACTIONS(4457), + [anon_sym_init] = ACTIONS(4457), + [anon_sym_deinit] = ACTIONS(4457), + [anon_sym_subscript] = ACTIONS(4457), + [anon_sym_prefix] = ACTIONS(4457), + [anon_sym_infix] = ACTIONS(4457), + [anon_sym_postfix] = ACTIONS(4457), + [anon_sym_precedencegroup] = ACTIONS(4457), + [anon_sym_associatedtype] = ACTIONS(4457), + [anon_sym_AT] = ACTIONS(4459), + [anon_sym_override] = ACTIONS(4457), + [anon_sym_convenience] = ACTIONS(4457), + [anon_sym_required] = ACTIONS(4457), + [anon_sym_nonisolated] = ACTIONS(4457), + [anon_sym_public] = ACTIONS(4457), + [anon_sym_private] = ACTIONS(4457), + [anon_sym_internal] = ACTIONS(4457), + [anon_sym_fileprivate] = ACTIONS(4457), + [anon_sym_open] = ACTIONS(4457), + [anon_sym_mutating] = ACTIONS(4457), + [anon_sym_nonmutating] = ACTIONS(4457), + [anon_sym_static] = ACTIONS(4457), + [anon_sym_dynamic] = ACTIONS(4457), + [anon_sym_optional] = ACTIONS(4457), + [anon_sym_distributed] = ACTIONS(4457), + [anon_sym_final] = ACTIONS(4457), + [anon_sym_inout] = ACTIONS(4457), + [anon_sym_ATescaping] = ACTIONS(4457), + [anon_sym_ATautoclosure] = ACTIONS(4457), + [anon_sym_weak] = ACTIONS(4457), + [anon_sym_unowned] = ACTIONS(4459), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(4457), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(4457), + [anon_sym_borrowing] = ACTIONS(4457), + [anon_sym_consuming] = ACTIONS(4457), + [sym_multiline_comment] = ACTIONS(5), + [sym__throws_keyword] = ACTIONS(4415), + [sym__rethrows_keyword] = ACTIONS(4417), + [sym_where_keyword] = ACTIONS(4419), + [sym__async_keyword_custom] = ACTIONS(4461), + }, + [STATE(1865)] = { + [sym__block] = STATE(3238), + [sym_function_body] = STATE(3559), + [sym_type_constraints] = STATE(2530), + [aux_sym__function_value_parameters] = STATE(2133), + [sym__async_keyword] = STATE(2030), + [sym_throws] = STATE(2292), + [sym_throws_clause] = STATE(2293), + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(4463), + [anon_sym_async] = ACTIONS(4463), + [anon_sym_lazy] = ACTIONS(4463), + [anon_sym_package] = ACTIONS(4463), + [anon_sym_LPAREN] = ACTIONS(4409), + [anon_sym_LBRACE] = ACTIONS(4411), + [anon_sym_RBRACE] = ACTIONS(4463), + [anon_sym_case] = ACTIONS(4463), + [anon_sym_import] = ACTIONS(4463), + [anon_sym_typealias] = ACTIONS(4463), + [anon_sym_struct] = ACTIONS(4463), + [anon_sym_class] = ACTIONS(4463), + [anon_sym_enum] = ACTIONS(4463), + [anon_sym_protocol] = ACTIONS(4463), + [anon_sym_let] = ACTIONS(4463), + [anon_sym_var] = ACTIONS(4463), + [anon_sym_func] = ACTIONS(4463), + [anon_sym_extension] = ACTIONS(4463), + [anon_sym_indirect] = ACTIONS(4463), + [anon_sym_init] = ACTIONS(4463), + [anon_sym_deinit] = ACTIONS(4463), + [anon_sym_subscript] = ACTIONS(4463), + [anon_sym_prefix] = ACTIONS(4463), + [anon_sym_infix] = ACTIONS(4463), + [anon_sym_postfix] = ACTIONS(4463), + [anon_sym_precedencegroup] = ACTIONS(4463), + [anon_sym_associatedtype] = ACTIONS(4463), + [anon_sym_AT] = ACTIONS(4465), + [anon_sym_override] = ACTIONS(4463), + [anon_sym_convenience] = ACTIONS(4463), + [anon_sym_required] = ACTIONS(4463), + [anon_sym_nonisolated] = ACTIONS(4463), + [anon_sym_public] = ACTIONS(4463), + [anon_sym_private] = ACTIONS(4463), + [anon_sym_internal] = ACTIONS(4463), + [anon_sym_fileprivate] = ACTIONS(4463), + [anon_sym_open] = ACTIONS(4463), + [anon_sym_mutating] = ACTIONS(4463), + [anon_sym_nonmutating] = ACTIONS(4463), + [anon_sym_static] = ACTIONS(4463), + [anon_sym_dynamic] = ACTIONS(4463), + [anon_sym_optional] = ACTIONS(4463), + [anon_sym_distributed] = ACTIONS(4463), + [anon_sym_final] = ACTIONS(4463), + [anon_sym_inout] = ACTIONS(4463), + [anon_sym_ATescaping] = ACTIONS(4463), + [anon_sym_ATautoclosure] = ACTIONS(4463), + [anon_sym_weak] = ACTIONS(4463), + [anon_sym_unowned] = ACTIONS(4465), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(4463), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(4463), + [anon_sym_borrowing] = ACTIONS(4463), + [anon_sym_consuming] = ACTIONS(4463), + [sym_multiline_comment] = ACTIONS(5), + [sym__throws_keyword] = ACTIONS(4415), + [sym__rethrows_keyword] = ACTIONS(4417), + [sym_where_keyword] = ACTIONS(4419), + [sym__async_keyword_custom] = ACTIONS(4467), + }, + [STATE(1866)] = { + [sym__block] = STATE(3238), + [sym_function_body] = STATE(3638), + [sym_type_constraints] = STATE(2598), + [aux_sym__function_value_parameters] = STATE(2133), + [sym__async_keyword] = STATE(2037), + [sym_throws] = STATE(2314), + [sym_throws_clause] = STATE(2315), + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(4469), + [anon_sym_async] = ACTIONS(4469), + [anon_sym_lazy] = ACTIONS(4469), + [anon_sym_package] = ACTIONS(4469), + [anon_sym_LPAREN] = ACTIONS(4409), + [anon_sym_LBRACE] = ACTIONS(4411), + [anon_sym_RBRACE] = ACTIONS(4469), + [anon_sym_case] = ACTIONS(4469), + [anon_sym_import] = ACTIONS(4469), + [anon_sym_typealias] = ACTIONS(4469), + [anon_sym_struct] = ACTIONS(4469), + [anon_sym_class] = ACTIONS(4469), + [anon_sym_enum] = ACTIONS(4469), + [anon_sym_protocol] = ACTIONS(4469), + [anon_sym_let] = ACTIONS(4469), + [anon_sym_var] = ACTIONS(4469), + [anon_sym_func] = ACTIONS(4469), + [anon_sym_extension] = ACTIONS(4469), + [anon_sym_indirect] = ACTIONS(4469), + [anon_sym_init] = ACTIONS(4469), + [anon_sym_deinit] = ACTIONS(4469), + [anon_sym_subscript] = ACTIONS(4469), + [anon_sym_prefix] = ACTIONS(4469), + [anon_sym_infix] = ACTIONS(4469), + [anon_sym_postfix] = ACTIONS(4469), + [anon_sym_precedencegroup] = ACTIONS(4469), + [anon_sym_associatedtype] = ACTIONS(4469), + [anon_sym_AT] = ACTIONS(4471), + [anon_sym_override] = ACTIONS(4469), + [anon_sym_convenience] = ACTIONS(4469), + [anon_sym_required] = ACTIONS(4469), + [anon_sym_nonisolated] = ACTIONS(4469), + [anon_sym_public] = ACTIONS(4469), + [anon_sym_private] = ACTIONS(4469), + [anon_sym_internal] = ACTIONS(4469), + [anon_sym_fileprivate] = ACTIONS(4469), + [anon_sym_open] = ACTIONS(4469), + [anon_sym_mutating] = ACTIONS(4469), + [anon_sym_nonmutating] = ACTIONS(4469), + [anon_sym_static] = ACTIONS(4469), + [anon_sym_dynamic] = ACTIONS(4469), + [anon_sym_optional] = ACTIONS(4469), + [anon_sym_distributed] = ACTIONS(4469), + [anon_sym_final] = ACTIONS(4469), + [anon_sym_inout] = ACTIONS(4469), + [anon_sym_ATescaping] = ACTIONS(4469), + [anon_sym_ATautoclosure] = ACTIONS(4469), + [anon_sym_weak] = ACTIONS(4469), + [anon_sym_unowned] = ACTIONS(4471), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(4469), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(4469), + [anon_sym_borrowing] = ACTIONS(4469), + [anon_sym_consuming] = ACTIONS(4469), + [sym_multiline_comment] = ACTIONS(5), + [sym__throws_keyword] = ACTIONS(4415), + [sym__rethrows_keyword] = ACTIONS(4417), + [sym_where_keyword] = ACTIONS(4419), + [sym__async_keyword_custom] = ACTIONS(4473), + }, + [STATE(1867)] = { + [sym__block] = STATE(3238), + [sym_function_body] = STATE(3639), + [sym_type_constraints] = STATE(2603), + [aux_sym__function_value_parameters] = STATE(2133), + [sym__async_keyword] = STATE(2016), + [sym_throws] = STATE(2317), + [sym_throws_clause] = STATE(2318), + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(4469), + [anon_sym_async] = ACTIONS(4469), + [anon_sym_lazy] = ACTIONS(4469), + [anon_sym_package] = ACTIONS(4469), + [anon_sym_LPAREN] = ACTIONS(4409), + [anon_sym_LBRACE] = ACTIONS(4411), + [anon_sym_RBRACE] = ACTIONS(4469), + [anon_sym_case] = ACTIONS(4469), + [anon_sym_import] = ACTIONS(4469), + [anon_sym_typealias] = ACTIONS(4469), + [anon_sym_struct] = ACTIONS(4469), + [anon_sym_class] = ACTIONS(4469), + [anon_sym_enum] = ACTIONS(4469), + [anon_sym_protocol] = ACTIONS(4469), + [anon_sym_let] = ACTIONS(4469), + [anon_sym_var] = ACTIONS(4469), + [anon_sym_func] = ACTIONS(4469), + [anon_sym_extension] = ACTIONS(4469), + [anon_sym_indirect] = ACTIONS(4469), + [anon_sym_init] = ACTIONS(4469), + [anon_sym_deinit] = ACTIONS(4469), + [anon_sym_subscript] = ACTIONS(4469), + [anon_sym_prefix] = ACTIONS(4469), + [anon_sym_infix] = ACTIONS(4469), + [anon_sym_postfix] = ACTIONS(4469), + [anon_sym_precedencegroup] = ACTIONS(4469), + [anon_sym_associatedtype] = ACTIONS(4469), + [anon_sym_AT] = ACTIONS(4471), + [anon_sym_override] = ACTIONS(4469), + [anon_sym_convenience] = ACTIONS(4469), + [anon_sym_required] = ACTIONS(4469), + [anon_sym_nonisolated] = ACTIONS(4469), + [anon_sym_public] = ACTIONS(4469), + [anon_sym_private] = ACTIONS(4469), + [anon_sym_internal] = ACTIONS(4469), + [anon_sym_fileprivate] = ACTIONS(4469), + [anon_sym_open] = ACTIONS(4469), + [anon_sym_mutating] = ACTIONS(4469), + [anon_sym_nonmutating] = ACTIONS(4469), + [anon_sym_static] = ACTIONS(4469), + [anon_sym_dynamic] = ACTIONS(4469), + [anon_sym_optional] = ACTIONS(4469), + [anon_sym_distributed] = ACTIONS(4469), + [anon_sym_final] = ACTIONS(4469), + [anon_sym_inout] = ACTIONS(4469), + [anon_sym_ATescaping] = ACTIONS(4469), + [anon_sym_ATautoclosure] = ACTIONS(4469), + [anon_sym_weak] = ACTIONS(4469), + [anon_sym_unowned] = ACTIONS(4471), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(4469), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(4469), + [anon_sym_borrowing] = ACTIONS(4469), + [anon_sym_consuming] = ACTIONS(4469), + [sym_multiline_comment] = ACTIONS(5), + [sym__throws_keyword] = ACTIONS(4415), + [sym__rethrows_keyword] = ACTIONS(4417), + [sym_where_keyword] = ACTIONS(4419), + [sym__async_keyword_custom] = ACTIONS(4475), + }, + [STATE(1868)] = { + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2274), + [anon_sym_async] = ACTIONS(2274), + [anon_sym_lazy] = ACTIONS(2274), + [anon_sym_package] = ACTIONS(2274), + [anon_sym_RPAREN] = ACTIONS(2274), + [anon_sym_COMMA] = ACTIONS(2274), + [anon_sym_BANG2] = ACTIONS(2274), + [anon_sym_DOT] = ACTIONS(2272), + [anon_sym_QMARK2] = ACTIONS(2274), + [anon_sym_AMP] = ACTIONS(2274), + [anon_sym_LBRACE] = ACTIONS(2274), + [anon_sym_RBRACE] = ACTIONS(2274), + [anon_sym_case] = ACTIONS(2274), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2274), + [anon_sym_import] = ACTIONS(2274), + [anon_sym_typealias] = ACTIONS(2274), + [anon_sym_struct] = ACTIONS(2274), + [anon_sym_class] = ACTIONS(2274), + [anon_sym_enum] = ACTIONS(2274), + [anon_sym_protocol] = ACTIONS(2274), + [anon_sym_let] = ACTIONS(2274), + [anon_sym_var] = ACTIONS(2274), + [anon_sym_func] = ACTIONS(2274), + [anon_sym_extension] = ACTIONS(2274), + [anon_sym_indirect] = ACTIONS(2274), + [anon_sym_init] = ACTIONS(2274), + [anon_sym_deinit] = ACTIONS(2274), + [anon_sym_subscript] = ACTIONS(2274), + [anon_sym_prefix] = ACTIONS(2274), + [anon_sym_infix] = ACTIONS(2274), + [anon_sym_postfix] = ACTIONS(2274), + [anon_sym_precedencegroup] = ACTIONS(2274), + [anon_sym_associatedtype] = ACTIONS(2274), + [anon_sym_AT] = ACTIONS(2272), + [anon_sym_override] = ACTIONS(2274), + [anon_sym_convenience] = ACTIONS(2274), + [anon_sym_required] = ACTIONS(2274), + [anon_sym_nonisolated] = ACTIONS(2274), + [anon_sym_public] = ACTIONS(2274), + [anon_sym_private] = ACTIONS(2274), + [anon_sym_internal] = ACTIONS(2274), + [anon_sym_fileprivate] = ACTIONS(2274), + [anon_sym_open] = ACTIONS(2274), + [anon_sym_mutating] = ACTIONS(2274), + [anon_sym_nonmutating] = ACTIONS(2274), + [anon_sym_static] = ACTIONS(2274), + [anon_sym_dynamic] = ACTIONS(2274), + [anon_sym_optional] = ACTIONS(2274), + [anon_sym_distributed] = ACTIONS(2274), + [anon_sym_final] = ACTIONS(2274), + [anon_sym_inout] = ACTIONS(2274), + [anon_sym_ATescaping] = ACTIONS(2274), + [anon_sym_ATautoclosure] = ACTIONS(2274), + [anon_sym_weak] = ACTIONS(2274), + [anon_sym_unowned] = ACTIONS(2272), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2274), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2274), + [anon_sym_borrowing] = ACTIONS(2274), + [anon_sym_consuming] = ACTIONS(2274), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2274), + [sym__eq_custom] = ACTIONS(2274), + [sym__throws_keyword] = ACTIONS(2274), + [sym__rethrows_keyword] = ACTIONS(2274), + [sym__async_keyword_custom] = ACTIONS(2274), + }, + [STATE(1869)] = { + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2223), + [anon_sym_async] = ACTIONS(2223), + [anon_sym_lazy] = ACTIONS(2223), + [anon_sym_package] = ACTIONS(2223), + [anon_sym_RPAREN] = ACTIONS(2223), + [anon_sym_COMMA] = ACTIONS(2223), + [anon_sym_BANG2] = ACTIONS(2223), + [anon_sym_DOT] = ACTIONS(2221), + [anon_sym_QMARK2] = ACTIONS(2223), + [anon_sym_AMP] = ACTIONS(2223), + [anon_sym_LBRACE] = ACTIONS(2223), + [anon_sym_RBRACE] = ACTIONS(2223), + [anon_sym_case] = ACTIONS(2223), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2223), + [anon_sym_import] = ACTIONS(2223), + [anon_sym_typealias] = ACTIONS(2223), + [anon_sym_struct] = ACTIONS(2223), + [anon_sym_class] = ACTIONS(2223), + [anon_sym_enum] = ACTIONS(2223), + [anon_sym_protocol] = ACTIONS(2223), + [anon_sym_let] = ACTIONS(2223), + [anon_sym_var] = ACTIONS(2223), + [anon_sym_func] = ACTIONS(2223), + [anon_sym_extension] = ACTIONS(2223), + [anon_sym_indirect] = ACTIONS(2223), + [anon_sym_init] = ACTIONS(2223), + [anon_sym_deinit] = ACTIONS(2223), + [anon_sym_subscript] = ACTIONS(2223), + [anon_sym_prefix] = ACTIONS(2223), + [anon_sym_infix] = ACTIONS(2223), + [anon_sym_postfix] = ACTIONS(2223), + [anon_sym_precedencegroup] = ACTIONS(2223), + [anon_sym_associatedtype] = ACTIONS(2223), + [anon_sym_AT] = ACTIONS(2221), + [anon_sym_override] = ACTIONS(2223), + [anon_sym_convenience] = ACTIONS(2223), + [anon_sym_required] = ACTIONS(2223), + [anon_sym_nonisolated] = ACTIONS(2223), + [anon_sym_public] = ACTIONS(2223), + [anon_sym_private] = ACTIONS(2223), + [anon_sym_internal] = ACTIONS(2223), + [anon_sym_fileprivate] = ACTIONS(2223), + [anon_sym_open] = ACTIONS(2223), + [anon_sym_mutating] = ACTIONS(2223), + [anon_sym_nonmutating] = ACTIONS(2223), + [anon_sym_static] = ACTIONS(2223), + [anon_sym_dynamic] = ACTIONS(2223), + [anon_sym_optional] = ACTIONS(2223), + [anon_sym_distributed] = ACTIONS(2223), + [anon_sym_final] = ACTIONS(2223), + [anon_sym_inout] = ACTIONS(2223), + [anon_sym_ATescaping] = ACTIONS(2223), + [anon_sym_ATautoclosure] = ACTIONS(2223), + [anon_sym_weak] = ACTIONS(2223), + [anon_sym_unowned] = ACTIONS(2221), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2223), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2223), + [anon_sym_borrowing] = ACTIONS(2223), + [anon_sym_consuming] = ACTIONS(2223), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2223), + [sym__eq_custom] = ACTIONS(2223), + [sym__throws_keyword] = ACTIONS(2223), + [sym__rethrows_keyword] = ACTIONS(2223), + [sym__async_keyword_custom] = ACTIONS(2223), + }, + [STATE(1870)] = { + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2087), + [anon_sym_async] = ACTIONS(2087), + [anon_sym_lazy] = ACTIONS(2087), + [anon_sym_package] = ACTIONS(2087), + [anon_sym_COMMA] = ACTIONS(2087), + [anon_sym_COLON] = ACTIONS(2087), + [anon_sym_DOT] = ACTIONS(2087), + [anon_sym_QMARK] = ACTIONS(2087), + [anon_sym_AMP] = ACTIONS(2087), + [anon_sym_LBRACE] = ACTIONS(2087), + [anon_sym_RBRACE] = ACTIONS(2087), + [anon_sym_case] = ACTIONS(2087), + [anon_sym_import] = ACTIONS(2087), + [anon_sym_typealias] = ACTIONS(2087), + [anon_sym_struct] = ACTIONS(2087), + [anon_sym_class] = ACTIONS(2087), + [anon_sym_enum] = ACTIONS(2087), + [anon_sym_protocol] = ACTIONS(2087), + [anon_sym_let] = ACTIONS(2087), + [anon_sym_var] = ACTIONS(2087), + [anon_sym_func] = ACTIONS(2087), + [anon_sym_extension] = ACTIONS(2087), + [anon_sym_indirect] = ACTIONS(2087), + [anon_sym_init] = ACTIONS(2087), + [anon_sym_deinit] = ACTIONS(2087), + [anon_sym_subscript] = ACTIONS(2087), + [anon_sym_prefix] = ACTIONS(2087), + [anon_sym_infix] = ACTIONS(2087), + [anon_sym_postfix] = ACTIONS(2087), + [anon_sym_precedencegroup] = ACTIONS(2087), + [anon_sym_associatedtype] = ACTIONS(2087), + [anon_sym_AT] = ACTIONS(2085), + [anon_sym_override] = ACTIONS(2087), + [anon_sym_convenience] = ACTIONS(2087), + [anon_sym_required] = ACTIONS(2087), + [anon_sym_nonisolated] = ACTIONS(2087), + [anon_sym_public] = ACTIONS(2087), + [anon_sym_private] = ACTIONS(2087), + [anon_sym_internal] = ACTIONS(2087), + [anon_sym_fileprivate] = ACTIONS(2087), + [anon_sym_open] = ACTIONS(2087), + [anon_sym_mutating] = ACTIONS(2087), + [anon_sym_nonmutating] = ACTIONS(2087), + [anon_sym_static] = ACTIONS(2087), + [anon_sym_dynamic] = ACTIONS(2087), + [anon_sym_optional] = ACTIONS(2087), + [anon_sym_distributed] = ACTIONS(2087), + [anon_sym_final] = ACTIONS(2087), + [anon_sym_inout] = ACTIONS(2087), + [anon_sym_ATescaping] = ACTIONS(2087), + [anon_sym_ATautoclosure] = ACTIONS(2087), + [anon_sym_weak] = ACTIONS(2087), + [anon_sym_unowned] = ACTIONS(2085), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2087), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2087), + [anon_sym_borrowing] = ACTIONS(2087), + [anon_sym_consuming] = ACTIONS(2087), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2087), + [sym__eq_custom] = ACTIONS(2087), + [sym__throws_keyword] = ACTIONS(2087), + [sym__rethrows_keyword] = ACTIONS(2087), + [sym_where_keyword] = ACTIONS(2087), + [sym__as_custom] = ACTIONS(2087), + [sym__async_keyword_custom] = ACTIONS(2087), + }, + [STATE(1871)] = { + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2282), + [anon_sym_async] = ACTIONS(2282), + [anon_sym_lazy] = ACTIONS(2282), + [anon_sym_package] = ACTIONS(2282), + [anon_sym_COMMA] = ACTIONS(2282), + [anon_sym_COLON] = ACTIONS(2282), + [anon_sym_DOT] = ACTIONS(2282), + [anon_sym_QMARK] = ACTIONS(2282), + [anon_sym_AMP] = ACTIONS(2282), + [anon_sym_LBRACE] = ACTIONS(2282), + [anon_sym_RBRACE] = ACTIONS(2282), + [anon_sym_case] = ACTIONS(2282), + [anon_sym_import] = ACTIONS(2282), + [anon_sym_typealias] = ACTIONS(2282), + [anon_sym_struct] = ACTIONS(2282), + [anon_sym_class] = ACTIONS(2282), + [anon_sym_enum] = ACTIONS(2282), + [anon_sym_protocol] = ACTIONS(2282), + [anon_sym_let] = ACTIONS(2282), + [anon_sym_var] = ACTIONS(2282), + [anon_sym_func] = ACTIONS(2282), + [anon_sym_extension] = ACTIONS(2282), + [anon_sym_indirect] = ACTIONS(2282), + [anon_sym_init] = ACTIONS(2282), + [anon_sym_deinit] = ACTIONS(2282), + [anon_sym_subscript] = ACTIONS(2282), + [anon_sym_prefix] = ACTIONS(2282), + [anon_sym_infix] = ACTIONS(2282), + [anon_sym_postfix] = ACTIONS(2282), + [anon_sym_precedencegroup] = ACTIONS(2282), + [anon_sym_associatedtype] = ACTIONS(2282), + [anon_sym_AT] = ACTIONS(2280), + [anon_sym_override] = ACTIONS(2282), + [anon_sym_convenience] = ACTIONS(2282), + [anon_sym_required] = ACTIONS(2282), + [anon_sym_nonisolated] = ACTIONS(2282), + [anon_sym_public] = ACTIONS(2282), + [anon_sym_private] = ACTIONS(2282), + [anon_sym_internal] = ACTIONS(2282), + [anon_sym_fileprivate] = ACTIONS(2282), + [anon_sym_open] = ACTIONS(2282), + [anon_sym_mutating] = ACTIONS(2282), + [anon_sym_nonmutating] = ACTIONS(2282), + [anon_sym_static] = ACTIONS(2282), + [anon_sym_dynamic] = ACTIONS(2282), + [anon_sym_optional] = ACTIONS(2282), + [anon_sym_distributed] = ACTIONS(2282), + [anon_sym_final] = ACTIONS(2282), + [anon_sym_inout] = ACTIONS(2282), + [anon_sym_ATescaping] = ACTIONS(2282), + [anon_sym_ATautoclosure] = ACTIONS(2282), + [anon_sym_weak] = ACTIONS(2282), + [anon_sym_unowned] = ACTIONS(2280), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2282), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2282), + [anon_sym_borrowing] = ACTIONS(2282), + [anon_sym_consuming] = ACTIONS(2282), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2282), + [sym__eq_custom] = ACTIONS(2282), + [sym__throws_keyword] = ACTIONS(2282), + [sym__rethrows_keyword] = ACTIONS(2282), + [sym_where_keyword] = ACTIONS(2282), + [sym__as_custom] = ACTIONS(2282), + [sym__async_keyword_custom] = ACTIONS(2282), + }, + [STATE(1872)] = { + [anon_sym_BANG] = ACTIONS(2319), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(2319), + [aux_sym_simple_identifier_token2] = ACTIONS(2321), + [aux_sym_simple_identifier_token3] = ACTIONS(2321), + [aux_sym_simple_identifier_token4] = ACTIONS(2321), + [anon_sym_actor] = ACTIONS(2319), + [anon_sym_async] = ACTIONS(2319), + [anon_sym_each] = ACTIONS(2319), + [anon_sym_lazy] = ACTIONS(2319), + [anon_sym_repeat] = ACTIONS(2319), + [anon_sym_package] = ACTIONS(2319), + [anon_sym_COMMA] = ACTIONS(2321), + [anon_sym_LPAREN] = ACTIONS(2321), + [anon_sym_LBRACK] = ACTIONS(2321), + [anon_sym_QMARK] = ACTIONS(2319), + [anon_sym_QMARK2] = ACTIONS(2321), + [anon_sym_AMP] = ACTIONS(2321), + [aux_sym_custom_operator_token1] = ACTIONS(2321), + [anon_sym_LT] = ACTIONS(2319), + [anon_sym_GT] = ACTIONS(2319), + [anon_sym_LBRACE] = ACTIONS(2321), + [anon_sym_CARET_LBRACE] = ACTIONS(2321), + [anon_sym_RBRACE] = ACTIONS(2321), + [anon_sym_PLUS_EQ] = ACTIONS(2321), + [anon_sym_DASH_EQ] = ACTIONS(2321), + [anon_sym_STAR_EQ] = ACTIONS(2321), + [anon_sym_SLASH_EQ] = ACTIONS(2321), + [anon_sym_PERCENT_EQ] = ACTIONS(2321), + [anon_sym_BANG_EQ] = ACTIONS(2319), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2321), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2321), + [anon_sym_LT_EQ] = ACTIONS(2321), + [anon_sym_GT_EQ] = ACTIONS(2321), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2321), + [anon_sym_DOT_DOT_LT] = ACTIONS(2321), + [anon_sym_is] = ACTIONS(2319), + [anon_sym_PLUS] = ACTIONS(2319), + [anon_sym_DASH] = ACTIONS(2319), + [anon_sym_STAR] = ACTIONS(2319), + [anon_sym_SLASH] = ACTIONS(2319), + [anon_sym_PERCENT] = ACTIONS(2319), + [anon_sym_PLUS_PLUS] = ACTIONS(2321), + [anon_sym_DASH_DASH] = ACTIONS(2321), + [anon_sym_PIPE] = ACTIONS(2321), + [anon_sym_CARET] = ACTIONS(2319), + [anon_sym_LT_LT] = ACTIONS(2321), + [anon_sym_GT_GT] = ACTIONS(2321), + [anon_sym_borrowing] = ACTIONS(2319), + [anon_sym_consuming] = ACTIONS(2319), + [sym_multiline_comment] = ACTIONS(2321), + [sym__implicit_semi] = ACTIONS(2321), + [sym__explicit_semi] = ACTIONS(2321), + [sym__dot_custom] = ACTIONS(2321), + [sym__conjunction_operator_custom] = ACTIONS(2321), + [sym__disjunction_operator_custom] = ACTIONS(2321), + [sym__nil_coalescing_operator_custom] = ACTIONS(2321), + [sym__eq_custom] = ACTIONS(2321), + [sym__eq_eq_custom] = ACTIONS(2321), + [sym__plus_then_ws] = ACTIONS(2321), + [sym__minus_then_ws] = ACTIONS(2321), + [sym__bang_custom] = ACTIONS(2321), + [sym__as_custom] = ACTIONS(2321), + [sym__as_quest_custom] = ACTIONS(2321), + [sym__as_bang_custom] = ACTIONS(2321), + [sym__custom_operator] = ACTIONS(2321), + }, + [STATE(1873)] = { + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2306), + [anon_sym_async] = ACTIONS(2306), + [anon_sym_lazy] = ACTIONS(2306), + [anon_sym_package] = ACTIONS(2306), + [anon_sym_COMMA] = ACTIONS(2306), + [anon_sym_COLON] = ACTIONS(2306), + [anon_sym_DOT] = ACTIONS(2306), + [anon_sym_QMARK] = ACTIONS(2306), + [anon_sym_AMP] = ACTIONS(2306), + [anon_sym_LBRACE] = ACTIONS(2306), + [anon_sym_RBRACE] = ACTIONS(2306), + [anon_sym_case] = ACTIONS(2306), + [anon_sym_import] = ACTIONS(2306), + [anon_sym_typealias] = ACTIONS(2306), + [anon_sym_struct] = ACTIONS(2306), + [anon_sym_class] = ACTIONS(2306), + [anon_sym_enum] = ACTIONS(2306), + [anon_sym_protocol] = ACTIONS(2306), + [anon_sym_let] = ACTIONS(2306), + [anon_sym_var] = ACTIONS(2306), + [anon_sym_func] = ACTIONS(2306), + [anon_sym_extension] = ACTIONS(2306), + [anon_sym_indirect] = ACTIONS(2306), + [anon_sym_init] = ACTIONS(2306), + [anon_sym_deinit] = ACTIONS(2306), + [anon_sym_subscript] = ACTIONS(2306), + [anon_sym_prefix] = ACTIONS(2306), + [anon_sym_infix] = ACTIONS(2306), + [anon_sym_postfix] = ACTIONS(2306), + [anon_sym_precedencegroup] = ACTIONS(2306), + [anon_sym_associatedtype] = ACTIONS(2306), + [anon_sym_AT] = ACTIONS(2304), + [anon_sym_override] = ACTIONS(2306), + [anon_sym_convenience] = ACTIONS(2306), + [anon_sym_required] = ACTIONS(2306), + [anon_sym_nonisolated] = ACTIONS(2306), + [anon_sym_public] = ACTIONS(2306), + [anon_sym_private] = ACTIONS(2306), + [anon_sym_internal] = ACTIONS(2306), + [anon_sym_fileprivate] = ACTIONS(2306), + [anon_sym_open] = ACTIONS(2306), + [anon_sym_mutating] = ACTIONS(2306), + [anon_sym_nonmutating] = ACTIONS(2306), + [anon_sym_static] = ACTIONS(2306), + [anon_sym_dynamic] = ACTIONS(2306), + [anon_sym_optional] = ACTIONS(2306), + [anon_sym_distributed] = ACTIONS(2306), + [anon_sym_final] = ACTIONS(2306), + [anon_sym_inout] = ACTIONS(2306), + [anon_sym_ATescaping] = ACTIONS(2306), + [anon_sym_ATautoclosure] = ACTIONS(2306), + [anon_sym_weak] = ACTIONS(2306), + [anon_sym_unowned] = ACTIONS(2304), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2306), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2306), + [anon_sym_borrowing] = ACTIONS(2306), + [anon_sym_consuming] = ACTIONS(2306), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2306), + [sym__eq_custom] = ACTIONS(2306), + [sym__throws_keyword] = ACTIONS(2306), + [sym__rethrows_keyword] = ACTIONS(2306), + [sym_where_keyword] = ACTIONS(2306), + [sym__as_custom] = ACTIONS(2306), + [sym__async_keyword_custom] = ACTIONS(2306), + }, + [STATE(1874)] = { + [sym__immediate_quest] = STATE(2013), + [sym__arrow_operator] = STATE(4299), + [sym__async_keyword] = STATE(7005), + [sym_throws] = STATE(8691), + [sym_throws_clause] = STATE(8691), + [aux_sym_optional_type_repeat1] = STATE(2013), + [ts_builtin_sym_end] = ACTIONS(2087), + [anon_sym_BANG] = ACTIONS(2085), + [sym_comment] = ACTIONS(3), + [anon_sym_COMMA] = ACTIONS(2087), + [anon_sym_LPAREN] = ACTIONS(2087), + [anon_sym_LBRACK] = ACTIONS(2087), + [anon_sym_DOT] = ACTIONS(2085), + [anon_sym_QMARK] = ACTIONS(2085), + [anon_sym_QMARK2] = ACTIONS(4477), + [anon_sym_AMP] = ACTIONS(2087), + [aux_sym_custom_operator_token1] = ACTIONS(2087), + [anon_sym_LT] = ACTIONS(2085), + [anon_sym_GT] = ACTIONS(2085), + [anon_sym_LBRACE] = ACTIONS(2087), + [anon_sym_CARET_LBRACE] = ACTIONS(2087), + [anon_sym_RBRACE] = ACTIONS(2087), + [anon_sym_PLUS_EQ] = ACTIONS(2087), + [anon_sym_DASH_EQ] = ACTIONS(2087), + [anon_sym_STAR_EQ] = ACTIONS(2087), + [anon_sym_SLASH_EQ] = ACTIONS(2087), + [anon_sym_PERCENT_EQ] = ACTIONS(2087), + [anon_sym_BANG_EQ] = ACTIONS(2085), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2087), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2087), + [anon_sym_LT_EQ] = ACTIONS(2087), + [anon_sym_GT_EQ] = ACTIONS(2087), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2087), + [anon_sym_DOT_DOT_LT] = ACTIONS(2087), + [anon_sym_is] = ACTIONS(2087), + [anon_sym_PLUS] = ACTIONS(2085), + [anon_sym_DASH] = ACTIONS(2085), + [anon_sym_STAR] = ACTIONS(2085), + [anon_sym_SLASH] = ACTIONS(2085), + [anon_sym_PERCENT] = ACTIONS(2085), + [anon_sym_PLUS_PLUS] = ACTIONS(2087), + [anon_sym_DASH_DASH] = ACTIONS(2087), + [anon_sym_PIPE] = ACTIONS(2087), + [anon_sym_CARET] = ACTIONS(2085), + [anon_sym_LT_LT] = ACTIONS(2087), + [anon_sym_GT_GT] = ACTIONS(2087), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2087), + [sym__explicit_semi] = ACTIONS(2087), + [sym__arrow_operator_custom] = ACTIONS(4479), + [sym__dot_custom] = ACTIONS(2087), + [sym__conjunction_operator_custom] = ACTIONS(2087), + [sym__disjunction_operator_custom] = ACTIONS(2087), + [sym__nil_coalescing_operator_custom] = ACTIONS(2087), + [sym__eq_custom] = ACTIONS(2087), + [sym__eq_eq_custom] = ACTIONS(2087), + [sym__plus_then_ws] = ACTIONS(2087), + [sym__minus_then_ws] = ACTIONS(2087), + [sym__bang_custom] = ACTIONS(2087), + [sym__throws_keyword] = ACTIONS(2093), + [sym__rethrows_keyword] = ACTIONS(2095), + [sym__as_custom] = ACTIONS(2087), + [sym__as_quest_custom] = ACTIONS(2087), + [sym__as_bang_custom] = ACTIONS(2087), + [sym__async_keyword_custom] = ACTIONS(4481), + [sym__custom_operator] = ACTIONS(2087), + }, + [STATE(1875)] = { + [anon_sym_BANG] = ACTIONS(2325), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(2325), + [aux_sym_simple_identifier_token2] = ACTIONS(2327), + [aux_sym_simple_identifier_token3] = ACTIONS(2327), + [aux_sym_simple_identifier_token4] = ACTIONS(2327), + [anon_sym_actor] = ACTIONS(2325), + [anon_sym_async] = ACTIONS(2325), + [anon_sym_each] = ACTIONS(2325), + [anon_sym_lazy] = ACTIONS(2325), + [anon_sym_repeat] = ACTIONS(2325), + [anon_sym_package] = ACTIONS(2325), + [anon_sym_RPAREN] = ACTIONS(2327), + [anon_sym_COMMA] = ACTIONS(2327), + [anon_sym_COLON] = ACTIONS(2327), + [anon_sym_LPAREN] = ACTIONS(2327), + [anon_sym_LBRACK] = ACTIONS(2327), + [anon_sym_RBRACK] = ACTIONS(2327), + [anon_sym_QMARK] = ACTIONS(2325), + [anon_sym_QMARK2] = ACTIONS(2327), + [anon_sym_AMP] = ACTIONS(2327), + [aux_sym_custom_operator_token1] = ACTIONS(2327), + [anon_sym_LT] = ACTIONS(2325), + [anon_sym_GT] = ACTIONS(2325), + [anon_sym_LBRACE] = ACTIONS(2327), + [anon_sym_CARET_LBRACE] = ACTIONS(2327), + [anon_sym_PLUS_EQ] = ACTIONS(2327), + [anon_sym_DASH_EQ] = ACTIONS(2327), + [anon_sym_STAR_EQ] = ACTIONS(2327), + [anon_sym_SLASH_EQ] = ACTIONS(2327), + [anon_sym_PERCENT_EQ] = ACTIONS(2327), + [anon_sym_BANG_EQ] = ACTIONS(2325), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2327), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2327), + [anon_sym_LT_EQ] = ACTIONS(2327), + [anon_sym_GT_EQ] = ACTIONS(2327), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2327), + [anon_sym_DOT_DOT_LT] = ACTIONS(2327), + [anon_sym_is] = ACTIONS(2325), + [anon_sym_PLUS] = ACTIONS(2325), + [anon_sym_DASH] = ACTIONS(2325), + [anon_sym_STAR] = ACTIONS(2325), + [anon_sym_SLASH] = ACTIONS(2325), + [anon_sym_PERCENT] = ACTIONS(2325), + [anon_sym_PLUS_PLUS] = ACTIONS(2327), + [anon_sym_DASH_DASH] = ACTIONS(2327), + [anon_sym_PIPE] = ACTIONS(2327), + [anon_sym_CARET] = ACTIONS(2325), + [anon_sym_LT_LT] = ACTIONS(2327), + [anon_sym_GT_GT] = ACTIONS(2327), + [anon_sym_borrowing] = ACTIONS(2325), + [anon_sym_consuming] = ACTIONS(2325), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2327), + [sym__conjunction_operator_custom] = ACTIONS(2327), + [sym__disjunction_operator_custom] = ACTIONS(2327), + [sym__nil_coalescing_operator_custom] = ACTIONS(2327), + [sym__eq_custom] = ACTIONS(2327), + [sym__eq_eq_custom] = ACTIONS(2327), + [sym__plus_then_ws] = ACTIONS(2327), + [sym__minus_then_ws] = ACTIONS(2327), + [sym__bang_custom] = ACTIONS(2327), + [sym__as_custom] = ACTIONS(2327), + [sym__as_quest_custom] = ACTIONS(2327), + [sym__as_bang_custom] = ACTIONS(2327), + [sym__custom_operator] = ACTIONS(2327), + }, + [STATE(1876)] = { + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2290), + [anon_sym_async] = ACTIONS(2290), + [anon_sym_lazy] = ACTIONS(2290), + [anon_sym_package] = ACTIONS(2290), + [anon_sym_RPAREN] = ACTIONS(2290), + [anon_sym_COMMA] = ACTIONS(2290), + [anon_sym_BANG2] = ACTIONS(2290), + [anon_sym_DOT] = ACTIONS(2288), + [anon_sym_QMARK2] = ACTIONS(2290), + [anon_sym_AMP] = ACTIONS(2290), + [anon_sym_LBRACE] = ACTIONS(2290), + [anon_sym_RBRACE] = ACTIONS(2290), + [anon_sym_case] = ACTIONS(2290), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2290), + [anon_sym_import] = ACTIONS(2290), + [anon_sym_typealias] = ACTIONS(2290), + [anon_sym_struct] = ACTIONS(2290), + [anon_sym_class] = ACTIONS(2290), + [anon_sym_enum] = ACTIONS(2290), + [anon_sym_protocol] = ACTIONS(2290), + [anon_sym_let] = ACTIONS(2290), + [anon_sym_var] = ACTIONS(2290), + [anon_sym_func] = ACTIONS(2290), + [anon_sym_extension] = ACTIONS(2290), + [anon_sym_indirect] = ACTIONS(2290), + [anon_sym_init] = ACTIONS(2290), + [anon_sym_deinit] = ACTIONS(2290), + [anon_sym_subscript] = ACTIONS(2290), + [anon_sym_prefix] = ACTIONS(2290), + [anon_sym_infix] = ACTIONS(2290), + [anon_sym_postfix] = ACTIONS(2290), + [anon_sym_precedencegroup] = ACTIONS(2290), + [anon_sym_associatedtype] = ACTIONS(2290), + [anon_sym_AT] = ACTIONS(2288), + [anon_sym_override] = ACTIONS(2290), + [anon_sym_convenience] = ACTIONS(2290), + [anon_sym_required] = ACTIONS(2290), + [anon_sym_nonisolated] = ACTIONS(2290), + [anon_sym_public] = ACTIONS(2290), + [anon_sym_private] = ACTIONS(2290), + [anon_sym_internal] = ACTIONS(2290), + [anon_sym_fileprivate] = ACTIONS(2290), + [anon_sym_open] = ACTIONS(2290), + [anon_sym_mutating] = ACTIONS(2290), + [anon_sym_nonmutating] = ACTIONS(2290), + [anon_sym_static] = ACTIONS(2290), + [anon_sym_dynamic] = ACTIONS(2290), + [anon_sym_optional] = ACTIONS(2290), + [anon_sym_distributed] = ACTIONS(2290), + [anon_sym_final] = ACTIONS(2290), + [anon_sym_inout] = ACTIONS(2290), + [anon_sym_ATescaping] = ACTIONS(2290), + [anon_sym_ATautoclosure] = ACTIONS(2290), + [anon_sym_weak] = ACTIONS(2290), + [anon_sym_unowned] = ACTIONS(2288), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2290), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2290), + [anon_sym_borrowing] = ACTIONS(2290), + [anon_sym_consuming] = ACTIONS(2290), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2290), + [sym__eq_custom] = ACTIONS(2290), + [sym__throws_keyword] = ACTIONS(2290), + [sym__rethrows_keyword] = ACTIONS(2290), + [sym__async_keyword_custom] = ACTIONS(2290), + }, + [STATE(1877)] = { + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2199), + [anon_sym_async] = ACTIONS(2199), + [anon_sym_lazy] = ACTIONS(2199), + [anon_sym_package] = ACTIONS(2199), + [anon_sym_COMMA] = ACTIONS(2199), + [anon_sym_BANG2] = ACTIONS(2199), + [anon_sym_DOT] = ACTIONS(2199), + [anon_sym_QMARK2] = ACTIONS(2199), + [anon_sym_AMP] = ACTIONS(2199), + [anon_sym_LBRACE] = ACTIONS(2199), + [anon_sym_RBRACE] = ACTIONS(2199), + [anon_sym_case] = ACTIONS(2199), + [anon_sym_import] = ACTIONS(2199), + [anon_sym_typealias] = ACTIONS(2199), + [anon_sym_struct] = ACTIONS(2199), + [anon_sym_class] = ACTIONS(2199), + [anon_sym_enum] = ACTIONS(2199), + [anon_sym_protocol] = ACTIONS(2199), + [anon_sym_let] = ACTIONS(2199), + [anon_sym_var] = ACTIONS(2199), + [anon_sym_func] = ACTIONS(2199), + [anon_sym_extension] = ACTIONS(2199), + [anon_sym_indirect] = ACTIONS(2199), + [anon_sym_init] = ACTIONS(2199), + [anon_sym_deinit] = ACTIONS(2199), + [anon_sym_subscript] = ACTIONS(2199), + [anon_sym_prefix] = ACTIONS(2199), + [anon_sym_infix] = ACTIONS(2199), + [anon_sym_postfix] = ACTIONS(2199), + [anon_sym_precedencegroup] = ACTIONS(2199), + [anon_sym_associatedtype] = ACTIONS(2199), + [anon_sym_AT] = ACTIONS(2197), + [anon_sym_override] = ACTIONS(2199), + [anon_sym_convenience] = ACTIONS(2199), + [anon_sym_required] = ACTIONS(2199), + [anon_sym_nonisolated] = ACTIONS(2199), + [anon_sym_public] = ACTIONS(2199), + [anon_sym_private] = ACTIONS(2199), + [anon_sym_internal] = ACTIONS(2199), + [anon_sym_fileprivate] = ACTIONS(2199), + [anon_sym_open] = ACTIONS(2199), + [anon_sym_mutating] = ACTIONS(2199), + [anon_sym_nonmutating] = ACTIONS(2199), + [anon_sym_static] = ACTIONS(2199), + [anon_sym_dynamic] = ACTIONS(2199), + [anon_sym_optional] = ACTIONS(2199), + [anon_sym_distributed] = ACTIONS(2199), + [anon_sym_final] = ACTIONS(2199), + [anon_sym_inout] = ACTIONS(2199), + [anon_sym_ATescaping] = ACTIONS(2199), + [anon_sym_ATautoclosure] = ACTIONS(2199), + [anon_sym_weak] = ACTIONS(2199), + [anon_sym_unowned] = ACTIONS(2197), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2199), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2199), + [anon_sym_borrowing] = ACTIONS(2199), + [anon_sym_consuming] = ACTIONS(2199), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2199), + [sym__dot_custom] = ACTIONS(2199), + [sym__eq_custom] = ACTIONS(2199), + [sym__throws_keyword] = ACTIONS(2199), + [sym__rethrows_keyword] = ACTIONS(2199), + [sym_where_keyword] = ACTIONS(2199), + [sym__async_keyword_custom] = ACTIONS(2199), + }, + [STATE(1878)] = { + [anon_sym_BANG] = ACTIONS(2331), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(2331), + [aux_sym_simple_identifier_token2] = ACTIONS(2333), + [aux_sym_simple_identifier_token3] = ACTIONS(2333), + [aux_sym_simple_identifier_token4] = ACTIONS(2333), + [anon_sym_actor] = ACTIONS(2331), + [anon_sym_async] = ACTIONS(2331), + [anon_sym_each] = ACTIONS(2331), + [anon_sym_lazy] = ACTIONS(2331), + [anon_sym_repeat] = ACTIONS(2331), + [anon_sym_package] = ACTIONS(2331), + [anon_sym_COMMA] = ACTIONS(2333), + [anon_sym_LPAREN] = ACTIONS(2333), + [anon_sym_LBRACK] = ACTIONS(2333), + [anon_sym_QMARK] = ACTIONS(2331), + [anon_sym_QMARK2] = ACTIONS(2333), + [anon_sym_AMP] = ACTIONS(2333), + [aux_sym_custom_operator_token1] = ACTIONS(2333), + [anon_sym_LT] = ACTIONS(2331), + [anon_sym_GT] = ACTIONS(2331), + [anon_sym_LBRACE] = ACTIONS(2333), + [anon_sym_CARET_LBRACE] = ACTIONS(2333), + [anon_sym_RBRACE] = ACTIONS(2333), + [anon_sym_PLUS_EQ] = ACTIONS(2333), + [anon_sym_DASH_EQ] = ACTIONS(2333), + [anon_sym_STAR_EQ] = ACTIONS(2333), + [anon_sym_SLASH_EQ] = ACTIONS(2333), + [anon_sym_PERCENT_EQ] = ACTIONS(2333), + [anon_sym_BANG_EQ] = ACTIONS(2331), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2333), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2333), + [anon_sym_LT_EQ] = ACTIONS(2333), + [anon_sym_GT_EQ] = ACTIONS(2333), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2333), + [anon_sym_DOT_DOT_LT] = ACTIONS(2333), + [anon_sym_is] = ACTIONS(2331), + [anon_sym_PLUS] = ACTIONS(2331), + [anon_sym_DASH] = ACTIONS(2331), + [anon_sym_STAR] = ACTIONS(2331), + [anon_sym_SLASH] = ACTIONS(2331), + [anon_sym_PERCENT] = ACTIONS(2331), + [anon_sym_PLUS_PLUS] = ACTIONS(2333), + [anon_sym_DASH_DASH] = ACTIONS(2333), + [anon_sym_PIPE] = ACTIONS(2333), + [anon_sym_CARET] = ACTIONS(2331), + [anon_sym_LT_LT] = ACTIONS(2333), + [anon_sym_GT_GT] = ACTIONS(2333), + [anon_sym_borrowing] = ACTIONS(2331), + [anon_sym_consuming] = ACTIONS(2331), + [sym_multiline_comment] = ACTIONS(2333), + [sym__implicit_semi] = ACTIONS(2333), + [sym__explicit_semi] = ACTIONS(2333), + [sym__dot_custom] = ACTIONS(2333), + [sym__conjunction_operator_custom] = ACTIONS(2333), + [sym__disjunction_operator_custom] = ACTIONS(2333), + [sym__nil_coalescing_operator_custom] = ACTIONS(2333), + [sym__eq_custom] = ACTIONS(2333), + [sym__eq_eq_custom] = ACTIONS(2333), + [sym__plus_then_ws] = ACTIONS(2333), + [sym__minus_then_ws] = ACTIONS(2333), + [sym__bang_custom] = ACTIONS(2333), + [sym__as_custom] = ACTIONS(2333), + [sym__as_quest_custom] = ACTIONS(2333), + [sym__as_bang_custom] = ACTIONS(2333), + [sym__custom_operator] = ACTIONS(2333), + }, + [STATE(1879)] = { + [aux_sym_protocol_composition_type_repeat1] = STATE(1879), + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2189), + [anon_sym_async] = ACTIONS(2189), + [anon_sym_lazy] = ACTIONS(2189), + [anon_sym_package] = ACTIONS(2189), + [anon_sym_COMMA] = ACTIONS(2189), + [anon_sym_BANG2] = ACTIONS(2189), + [anon_sym_DOT] = ACTIONS(2189), + [anon_sym_AMP] = ACTIONS(4483), + [anon_sym_LBRACE] = ACTIONS(2189), + [anon_sym_RBRACE] = ACTIONS(2189), + [anon_sym_case] = ACTIONS(2189), + [anon_sym_import] = ACTIONS(2189), + [anon_sym_typealias] = ACTIONS(2189), + [anon_sym_struct] = ACTIONS(2189), + [anon_sym_class] = ACTIONS(2189), + [anon_sym_enum] = ACTIONS(2189), + [anon_sym_protocol] = ACTIONS(2189), + [anon_sym_let] = ACTIONS(2189), + [anon_sym_var] = ACTIONS(2189), + [anon_sym_func] = ACTIONS(2189), + [anon_sym_extension] = ACTIONS(2189), + [anon_sym_indirect] = ACTIONS(2189), + [anon_sym_init] = ACTIONS(2189), + [anon_sym_deinit] = ACTIONS(2189), + [anon_sym_subscript] = ACTIONS(2189), + [anon_sym_prefix] = ACTIONS(2189), + [anon_sym_infix] = ACTIONS(2189), + [anon_sym_postfix] = ACTIONS(2189), + [anon_sym_precedencegroup] = ACTIONS(2189), + [anon_sym_associatedtype] = ACTIONS(2189), + [anon_sym_AT] = ACTIONS(2187), + [anon_sym_override] = ACTIONS(2189), + [anon_sym_convenience] = ACTIONS(2189), + [anon_sym_required] = ACTIONS(2189), + [anon_sym_nonisolated] = ACTIONS(2189), + [anon_sym_public] = ACTIONS(2189), + [anon_sym_private] = ACTIONS(2189), + [anon_sym_internal] = ACTIONS(2189), + [anon_sym_fileprivate] = ACTIONS(2189), + [anon_sym_open] = ACTIONS(2189), + [anon_sym_mutating] = ACTIONS(2189), + [anon_sym_nonmutating] = ACTIONS(2189), + [anon_sym_static] = ACTIONS(2189), + [anon_sym_dynamic] = ACTIONS(2189), + [anon_sym_optional] = ACTIONS(2189), + [anon_sym_distributed] = ACTIONS(2189), + [anon_sym_final] = ACTIONS(2189), + [anon_sym_inout] = ACTIONS(2189), + [anon_sym_ATescaping] = ACTIONS(2189), + [anon_sym_ATautoclosure] = ACTIONS(2189), + [anon_sym_weak] = ACTIONS(2189), + [anon_sym_unowned] = ACTIONS(2187), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2189), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2189), + [anon_sym_borrowing] = ACTIONS(2189), + [anon_sym_consuming] = ACTIONS(2189), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2189), + [sym__eq_custom] = ACTIONS(2189), + [sym__throws_keyword] = ACTIONS(2189), + [sym__rethrows_keyword] = ACTIONS(2189), + [sym_where_keyword] = ACTIONS(2189), + [sym__async_keyword_custom] = ACTIONS(2189), + }, + [STATE(1880)] = { + [sym__immediate_quest] = STATE(806), + [sym__arrow_operator] = STATE(4436), + [sym__async_keyword] = STATE(7018), + [sym_throws] = STATE(8754), + [sym_throws_clause] = STATE(8754), + [aux_sym_optional_type_repeat1] = STATE(806), + [anon_sym_BANG] = ACTIONS(2085), + [sym_comment] = ACTIONS(3), + [anon_sym_RPAREN] = ACTIONS(2087), + [anon_sym_COMMA] = ACTIONS(2087), + [anon_sym_COLON] = ACTIONS(2087), + [anon_sym_LPAREN] = ACTIONS(2087), + [anon_sym_LBRACK] = ACTIONS(2087), + [anon_sym_RBRACK] = ACTIONS(2087), + [anon_sym_DOT] = ACTIONS(2085), + [anon_sym_QMARK] = ACTIONS(2085), + [anon_sym_QMARK2] = ACTIONS(2089), + [anon_sym_AMP] = ACTIONS(2087), + [aux_sym_custom_operator_token1] = ACTIONS(2087), + [anon_sym_LT] = ACTIONS(2085), + [anon_sym_GT] = ACTIONS(2085), + [anon_sym_LBRACE] = ACTIONS(2087), + [anon_sym_CARET_LBRACE] = ACTIONS(2087), + [anon_sym_PLUS_EQ] = ACTIONS(2087), + [anon_sym_DASH_EQ] = ACTIONS(2087), + [anon_sym_STAR_EQ] = ACTIONS(2087), + [anon_sym_SLASH_EQ] = ACTIONS(2087), + [anon_sym_PERCENT_EQ] = ACTIONS(2087), + [anon_sym_BANG_EQ] = ACTIONS(2085), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2087), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2087), + [anon_sym_LT_EQ] = ACTIONS(2087), + [anon_sym_GT_EQ] = ACTIONS(2087), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2087), + [anon_sym_DOT_DOT_LT] = ACTIONS(2087), + [anon_sym_is] = ACTIONS(2087), + [anon_sym_PLUS] = ACTIONS(2085), + [anon_sym_DASH] = ACTIONS(2085), + [anon_sym_STAR] = ACTIONS(2085), + [anon_sym_SLASH] = ACTIONS(2085), + [anon_sym_PERCENT] = ACTIONS(2085), + [anon_sym_PLUS_PLUS] = ACTIONS(2087), + [anon_sym_DASH_DASH] = ACTIONS(2087), + [anon_sym_PIPE] = ACTIONS(2087), + [anon_sym_CARET] = ACTIONS(2085), + [anon_sym_LT_LT] = ACTIONS(2087), + [anon_sym_GT_GT] = ACTIONS(2087), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(4486), + [sym__dot_custom] = ACTIONS(2087), + [sym__conjunction_operator_custom] = ACTIONS(2087), + [sym__disjunction_operator_custom] = ACTIONS(2087), + [sym__nil_coalescing_operator_custom] = ACTIONS(2087), + [sym__eq_custom] = ACTIONS(2087), + [sym__eq_eq_custom] = ACTIONS(2087), + [sym__plus_then_ws] = ACTIONS(2087), + [sym__minus_then_ws] = ACTIONS(2087), + [sym__bang_custom] = ACTIONS(2087), + [sym__throws_keyword] = ACTIONS(2093), + [sym__rethrows_keyword] = ACTIONS(2095), + [sym__as_custom] = ACTIONS(2087), + [sym__as_quest_custom] = ACTIONS(2087), + [sym__as_bang_custom] = ACTIONS(2087), + [sym__async_keyword_custom] = ACTIONS(4488), + [sym__custom_operator] = ACTIONS(2087), + }, + [STATE(1881)] = { + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2087), + [anon_sym_async] = ACTIONS(2087), + [anon_sym_lazy] = ACTIONS(2087), + [anon_sym_package] = ACTIONS(2087), + [anon_sym_RPAREN] = ACTIONS(2087), + [anon_sym_COMMA] = ACTIONS(2087), + [anon_sym_BANG2] = ACTIONS(2087), + [anon_sym_DOT] = ACTIONS(2085), + [anon_sym_AMP] = ACTIONS(2087), + [anon_sym_LBRACE] = ACTIONS(2087), + [anon_sym_RBRACE] = ACTIONS(2087), + [anon_sym_case] = ACTIONS(2087), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2087), + [anon_sym_import] = ACTIONS(2087), + [anon_sym_typealias] = ACTIONS(2087), + [anon_sym_struct] = ACTIONS(2087), + [anon_sym_class] = ACTIONS(2087), + [anon_sym_enum] = ACTIONS(2087), + [anon_sym_protocol] = ACTIONS(2087), + [anon_sym_let] = ACTIONS(2087), + [anon_sym_var] = ACTIONS(2087), + [anon_sym_func] = ACTIONS(2087), + [anon_sym_extension] = ACTIONS(2087), + [anon_sym_indirect] = ACTIONS(2087), + [anon_sym_init] = ACTIONS(2087), + [anon_sym_deinit] = ACTIONS(2087), + [anon_sym_subscript] = ACTIONS(2087), + [anon_sym_prefix] = ACTIONS(2087), + [anon_sym_infix] = ACTIONS(2087), + [anon_sym_postfix] = ACTIONS(2087), + [anon_sym_precedencegroup] = ACTIONS(2087), + [anon_sym_associatedtype] = ACTIONS(2087), + [anon_sym_AT] = ACTIONS(2085), + [anon_sym_override] = ACTIONS(2087), + [anon_sym_convenience] = ACTIONS(2087), + [anon_sym_required] = ACTIONS(2087), + [anon_sym_nonisolated] = ACTIONS(2087), + [anon_sym_public] = ACTIONS(2087), + [anon_sym_private] = ACTIONS(2087), + [anon_sym_internal] = ACTIONS(2087), + [anon_sym_fileprivate] = ACTIONS(2087), + [anon_sym_open] = ACTIONS(2087), + [anon_sym_mutating] = ACTIONS(2087), + [anon_sym_nonmutating] = ACTIONS(2087), + [anon_sym_static] = ACTIONS(2087), + [anon_sym_dynamic] = ACTIONS(2087), + [anon_sym_optional] = ACTIONS(2087), + [anon_sym_distributed] = ACTIONS(2087), + [anon_sym_final] = ACTIONS(2087), + [anon_sym_inout] = ACTIONS(2087), + [anon_sym_ATescaping] = ACTIONS(2087), + [anon_sym_ATautoclosure] = ACTIONS(2087), + [anon_sym_weak] = ACTIONS(2087), + [anon_sym_unowned] = ACTIONS(2085), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2087), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2087), + [anon_sym_borrowing] = ACTIONS(2087), + [anon_sym_consuming] = ACTIONS(2087), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2087), + [sym__eq_custom] = ACTIONS(2087), + [sym__throws_keyword] = ACTIONS(2087), + [sym__rethrows_keyword] = ACTIONS(2087), + [sym__async_keyword_custom] = ACTIONS(2087), + }, + [STATE(1882)] = { + [sym__arrow_operator] = STATE(4299), + [sym__async_keyword] = STATE(7005), + [sym_throws] = STATE(8691), + [sym_throws_clause] = STATE(8691), + [aux_sym_protocol_composition_type_repeat1] = STATE(2068), + [ts_builtin_sym_end] = ACTIONS(2158), + [anon_sym_BANG] = ACTIONS(2156), + [sym_comment] = ACTIONS(3), + [anon_sym_COMMA] = ACTIONS(2158), + [anon_sym_LPAREN] = ACTIONS(2158), + [anon_sym_LBRACK] = ACTIONS(2158), + [anon_sym_DOT] = ACTIONS(4490), + [anon_sym_QMARK] = ACTIONS(2156), + [anon_sym_QMARK2] = ACTIONS(2158), + [anon_sym_AMP] = ACTIONS(4492), + [aux_sym_custom_operator_token1] = ACTIONS(2158), + [anon_sym_LT] = ACTIONS(2156), + [anon_sym_GT] = ACTIONS(2156), + [anon_sym_LBRACE] = ACTIONS(2158), + [anon_sym_CARET_LBRACE] = ACTIONS(2158), + [anon_sym_RBRACE] = ACTIONS(2158), + [anon_sym_PLUS_EQ] = ACTIONS(2158), + [anon_sym_DASH_EQ] = ACTIONS(2158), + [anon_sym_STAR_EQ] = ACTIONS(2158), + [anon_sym_SLASH_EQ] = ACTIONS(2158), + [anon_sym_PERCENT_EQ] = ACTIONS(2158), + [anon_sym_BANG_EQ] = ACTIONS(2156), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2158), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2158), + [anon_sym_LT_EQ] = ACTIONS(2158), + [anon_sym_GT_EQ] = ACTIONS(2158), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2158), + [anon_sym_DOT_DOT_LT] = ACTIONS(2158), + [anon_sym_is] = ACTIONS(2158), + [anon_sym_PLUS] = ACTIONS(2156), + [anon_sym_DASH] = ACTIONS(2156), + [anon_sym_STAR] = ACTIONS(2156), + [anon_sym_SLASH] = ACTIONS(2156), + [anon_sym_PERCENT] = ACTIONS(2156), + [anon_sym_PLUS_PLUS] = ACTIONS(2158), + [anon_sym_DASH_DASH] = ACTIONS(2158), + [anon_sym_PIPE] = ACTIONS(2158), + [anon_sym_CARET] = ACTIONS(2156), + [anon_sym_LT_LT] = ACTIONS(2158), + [anon_sym_GT_GT] = ACTIONS(2158), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2158), + [sym__explicit_semi] = ACTIONS(2158), + [sym__arrow_operator_custom] = ACTIONS(4479), + [sym__dot_custom] = ACTIONS(2158), + [sym__conjunction_operator_custom] = ACTIONS(2158), + [sym__disjunction_operator_custom] = ACTIONS(2158), + [sym__nil_coalescing_operator_custom] = ACTIONS(2158), + [sym__eq_custom] = ACTIONS(2158), + [sym__eq_eq_custom] = ACTIONS(2158), + [sym__plus_then_ws] = ACTIONS(2158), + [sym__minus_then_ws] = ACTIONS(2158), + [sym__bang_custom] = ACTIONS(2158), + [sym__throws_keyword] = ACTIONS(2093), + [sym__rethrows_keyword] = ACTIONS(2095), + [sym__as_custom] = ACTIONS(2158), + [sym__as_quest_custom] = ACTIONS(2158), + [sym__as_bang_custom] = ACTIONS(2158), + [sym__async_keyword_custom] = ACTIONS(4481), + [sym__custom_operator] = ACTIONS(2158), + }, + [STATE(1883)] = { + [anon_sym_BANG] = ACTIONS(2319), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(2319), + [aux_sym_simple_identifier_token2] = ACTIONS(2321), + [aux_sym_simple_identifier_token3] = ACTIONS(2321), + [aux_sym_simple_identifier_token4] = ACTIONS(2321), + [anon_sym_actor] = ACTIONS(2319), + [anon_sym_async] = ACTIONS(2319), + [anon_sym_each] = ACTIONS(2319), + [anon_sym_lazy] = ACTIONS(2319), + [anon_sym_repeat] = ACTIONS(2319), + [anon_sym_package] = ACTIONS(2319), + [anon_sym_COMMA] = ACTIONS(2321), + [anon_sym_LPAREN] = ACTIONS(2321), + [anon_sym_LBRACK] = ACTIONS(2321), + [anon_sym_QMARK] = ACTIONS(2319), + [anon_sym_QMARK2] = ACTIONS(2321), + [anon_sym_AMP] = ACTIONS(2321), + [aux_sym_custom_operator_token1] = ACTIONS(2321), + [anon_sym_LT] = ACTIONS(2319), + [anon_sym_GT] = ACTIONS(2319), + [anon_sym_LBRACE] = ACTIONS(2321), + [anon_sym_CARET_LBRACE] = ACTIONS(2321), + [anon_sym_PLUS_EQ] = ACTIONS(2321), + [anon_sym_DASH_EQ] = ACTIONS(2321), + [anon_sym_STAR_EQ] = ACTIONS(2321), + [anon_sym_SLASH_EQ] = ACTIONS(2321), + [anon_sym_PERCENT_EQ] = ACTIONS(2321), + [anon_sym_BANG_EQ] = ACTIONS(2319), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2321), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2321), + [anon_sym_LT_EQ] = ACTIONS(2321), + [anon_sym_GT_EQ] = ACTIONS(2321), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2321), + [anon_sym_DOT_DOT_LT] = ACTIONS(2321), + [anon_sym_is] = ACTIONS(2319), + [anon_sym_PLUS] = ACTIONS(2319), + [anon_sym_DASH] = ACTIONS(2319), + [anon_sym_STAR] = ACTIONS(2319), + [anon_sym_SLASH] = ACTIONS(2319), + [anon_sym_PERCENT] = ACTIONS(2319), + [anon_sym_PLUS_PLUS] = ACTIONS(2321), + [anon_sym_DASH_DASH] = ACTIONS(2321), + [anon_sym_PIPE] = ACTIONS(2321), + [anon_sym_CARET] = ACTIONS(2319), + [anon_sym_LT_LT] = ACTIONS(2321), + [anon_sym_GT_GT] = ACTIONS(2321), + [anon_sym_borrowing] = ACTIONS(2319), + [anon_sym_consuming] = ACTIONS(2319), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2321), + [sym__conjunction_operator_custom] = ACTIONS(2321), + [sym__disjunction_operator_custom] = ACTIONS(2321), + [sym__nil_coalescing_operator_custom] = ACTIONS(2321), + [sym__eq_custom] = ACTIONS(2321), + [sym__eq_eq_custom] = ACTIONS(2321), + [sym__plus_then_ws] = ACTIONS(2321), + [sym__minus_then_ws] = ACTIONS(2321), + [sym__bang_custom] = ACTIONS(2321), + [sym_where_keyword] = ACTIONS(2321), + [sym_else] = ACTIONS(2321), + [sym__as_custom] = ACTIONS(2321), + [sym__as_quest_custom] = ACTIONS(2321), + [sym__as_bang_custom] = ACTIONS(2321), + [sym__custom_operator] = ACTIONS(2321), + }, + [STATE(1884)] = { + [sym__immediate_quest] = STATE(2081), + [sym__arrow_operator] = STATE(4362), + [sym__async_keyword] = STATE(7056), + [sym_throws] = STATE(8909), + [sym_throws_clause] = STATE(8909), + [aux_sym_optional_type_repeat1] = STATE(2081), + [anon_sym_BANG] = ACTIONS(2085), + [sym_comment] = ACTIONS(3), + [anon_sym_COMMA] = ACTIONS(2087), + [anon_sym_LPAREN] = ACTIONS(2087), + [anon_sym_LBRACK] = ACTIONS(2087), + [anon_sym_DOT] = ACTIONS(2085), + [anon_sym_QMARK] = ACTIONS(2085), + [anon_sym_QMARK2] = ACTIONS(4494), + [anon_sym_AMP] = ACTIONS(2087), + [aux_sym_custom_operator_token1] = ACTIONS(2087), + [anon_sym_LT] = ACTIONS(2085), + [anon_sym_GT] = ACTIONS(2085), + [anon_sym_LBRACE] = ACTIONS(2087), + [anon_sym_CARET_LBRACE] = ACTIONS(2087), + [anon_sym_RBRACE] = ACTIONS(2087), + [anon_sym_PLUS_EQ] = ACTIONS(2087), + [anon_sym_DASH_EQ] = ACTIONS(2087), + [anon_sym_STAR_EQ] = ACTIONS(2087), + [anon_sym_SLASH_EQ] = ACTIONS(2087), + [anon_sym_PERCENT_EQ] = ACTIONS(2087), + [anon_sym_BANG_EQ] = ACTIONS(2085), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2087), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2087), + [anon_sym_LT_EQ] = ACTIONS(2087), + [anon_sym_GT_EQ] = ACTIONS(2087), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2087), + [anon_sym_DOT_DOT_LT] = ACTIONS(2087), + [anon_sym_is] = ACTIONS(2087), + [anon_sym_PLUS] = ACTIONS(2085), + [anon_sym_DASH] = ACTIONS(2085), + [anon_sym_STAR] = ACTIONS(2085), + [anon_sym_SLASH] = ACTIONS(2085), + [anon_sym_PERCENT] = ACTIONS(2085), + [anon_sym_PLUS_PLUS] = ACTIONS(2087), + [anon_sym_DASH_DASH] = ACTIONS(2087), + [anon_sym_PIPE] = ACTIONS(2087), + [anon_sym_CARET] = ACTIONS(2085), + [anon_sym_LT_LT] = ACTIONS(2087), + [anon_sym_GT_GT] = ACTIONS(2087), + [sym_multiline_comment] = ACTIONS(2087), + [sym__implicit_semi] = ACTIONS(2087), + [sym__explicit_semi] = ACTIONS(2087), + [sym__arrow_operator_custom] = ACTIONS(4496), + [sym__dot_custom] = ACTIONS(2087), + [sym__conjunction_operator_custom] = ACTIONS(2087), + [sym__disjunction_operator_custom] = ACTIONS(2087), + [sym__nil_coalescing_operator_custom] = ACTIONS(2087), + [sym__eq_custom] = ACTIONS(2087), + [sym__eq_eq_custom] = ACTIONS(2087), + [sym__plus_then_ws] = ACTIONS(2087), + [sym__minus_then_ws] = ACTIONS(2087), + [sym__bang_custom] = ACTIONS(2087), + [sym__throws_keyword] = ACTIONS(2093), + [sym__rethrows_keyword] = ACTIONS(2095), + [sym__as_custom] = ACTIONS(2087), + [sym__as_quest_custom] = ACTIONS(2087), + [sym__as_bang_custom] = ACTIONS(2087), + [sym__async_keyword_custom] = ACTIONS(4498), + [sym__custom_operator] = ACTIONS(2087), + }, + [STATE(1885)] = { + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2247), + [anon_sym_async] = ACTIONS(2247), + [anon_sym_lazy] = ACTIONS(2247), + [anon_sym_package] = ACTIONS(2247), + [anon_sym_COMMA] = ACTIONS(2247), + [anon_sym_BANG2] = ACTIONS(2247), + [anon_sym_DOT] = ACTIONS(2247), + [anon_sym_QMARK2] = ACTIONS(2247), + [anon_sym_AMP] = ACTIONS(2247), + [anon_sym_LBRACE] = ACTIONS(2247), + [anon_sym_RBRACE] = ACTIONS(2247), + [anon_sym_case] = ACTIONS(2247), + [anon_sym_import] = ACTIONS(2247), + [anon_sym_typealias] = ACTIONS(2247), + [anon_sym_struct] = ACTIONS(2247), + [anon_sym_class] = ACTIONS(2247), + [anon_sym_enum] = ACTIONS(2247), + [anon_sym_protocol] = ACTIONS(2247), + [anon_sym_let] = ACTIONS(2247), + [anon_sym_var] = ACTIONS(2247), + [anon_sym_func] = ACTIONS(2247), + [anon_sym_extension] = ACTIONS(2247), + [anon_sym_indirect] = ACTIONS(2247), + [anon_sym_init] = ACTIONS(2247), + [anon_sym_deinit] = ACTIONS(2247), + [anon_sym_subscript] = ACTIONS(2247), + [anon_sym_prefix] = ACTIONS(2247), + [anon_sym_infix] = ACTIONS(2247), + [anon_sym_postfix] = ACTIONS(2247), + [anon_sym_precedencegroup] = ACTIONS(2247), + [anon_sym_associatedtype] = ACTIONS(2247), + [anon_sym_AT] = ACTIONS(2245), + [anon_sym_override] = ACTIONS(2247), + [anon_sym_convenience] = ACTIONS(2247), + [anon_sym_required] = ACTIONS(2247), + [anon_sym_nonisolated] = ACTIONS(2247), + [anon_sym_public] = ACTIONS(2247), + [anon_sym_private] = ACTIONS(2247), + [anon_sym_internal] = ACTIONS(2247), + [anon_sym_fileprivate] = ACTIONS(2247), + [anon_sym_open] = ACTIONS(2247), + [anon_sym_mutating] = ACTIONS(2247), + [anon_sym_nonmutating] = ACTIONS(2247), + [anon_sym_static] = ACTIONS(2247), + [anon_sym_dynamic] = ACTIONS(2247), + [anon_sym_optional] = ACTIONS(2247), + [anon_sym_distributed] = ACTIONS(2247), + [anon_sym_final] = ACTIONS(2247), + [anon_sym_inout] = ACTIONS(2247), + [anon_sym_ATescaping] = ACTIONS(2247), + [anon_sym_ATautoclosure] = ACTIONS(2247), + [anon_sym_weak] = ACTIONS(2247), + [anon_sym_unowned] = ACTIONS(2245), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2247), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2247), + [anon_sym_borrowing] = ACTIONS(2247), + [anon_sym_consuming] = ACTIONS(2247), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2247), + [sym__eq_custom] = ACTIONS(2247), + [sym__throws_keyword] = ACTIONS(2247), + [sym__rethrows_keyword] = ACTIONS(2247), + [sym_where_keyword] = ACTIONS(2247), + [sym__async_keyword_custom] = ACTIONS(2247), + }, + [STATE(1886)] = { + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2274), + [anon_sym_async] = ACTIONS(2274), + [anon_sym_lazy] = ACTIONS(2274), + [anon_sym_package] = ACTIONS(2274), + [anon_sym_COMMA] = ACTIONS(2274), + [anon_sym_BANG2] = ACTIONS(2274), + [anon_sym_DOT] = ACTIONS(2274), + [anon_sym_QMARK2] = ACTIONS(2274), + [anon_sym_AMP] = ACTIONS(2274), + [anon_sym_LBRACE] = ACTIONS(2274), + [anon_sym_RBRACE] = ACTIONS(2274), + [anon_sym_case] = ACTIONS(2274), + [anon_sym_import] = ACTIONS(2274), + [anon_sym_typealias] = ACTIONS(2274), + [anon_sym_struct] = ACTIONS(2274), + [anon_sym_class] = ACTIONS(2274), + [anon_sym_enum] = ACTIONS(2274), + [anon_sym_protocol] = ACTIONS(2274), + [anon_sym_let] = ACTIONS(2274), + [anon_sym_var] = ACTIONS(2274), + [anon_sym_func] = ACTIONS(2274), + [anon_sym_extension] = ACTIONS(2274), + [anon_sym_indirect] = ACTIONS(2274), + [anon_sym_init] = ACTIONS(2274), + [anon_sym_deinit] = ACTIONS(2274), + [anon_sym_subscript] = ACTIONS(2274), + [anon_sym_prefix] = ACTIONS(2274), + [anon_sym_infix] = ACTIONS(2274), + [anon_sym_postfix] = ACTIONS(2274), + [anon_sym_precedencegroup] = ACTIONS(2274), + [anon_sym_associatedtype] = ACTIONS(2274), + [anon_sym_AT] = ACTIONS(2272), + [anon_sym_override] = ACTIONS(2274), + [anon_sym_convenience] = ACTIONS(2274), + [anon_sym_required] = ACTIONS(2274), + [anon_sym_nonisolated] = ACTIONS(2274), + [anon_sym_public] = ACTIONS(2274), + [anon_sym_private] = ACTIONS(2274), + [anon_sym_internal] = ACTIONS(2274), + [anon_sym_fileprivate] = ACTIONS(2274), + [anon_sym_open] = ACTIONS(2274), + [anon_sym_mutating] = ACTIONS(2274), + [anon_sym_nonmutating] = ACTIONS(2274), + [anon_sym_static] = ACTIONS(2274), + [anon_sym_dynamic] = ACTIONS(2274), + [anon_sym_optional] = ACTIONS(2274), + [anon_sym_distributed] = ACTIONS(2274), + [anon_sym_final] = ACTIONS(2274), + [anon_sym_inout] = ACTIONS(2274), + [anon_sym_ATescaping] = ACTIONS(2274), + [anon_sym_ATautoclosure] = ACTIONS(2274), + [anon_sym_weak] = ACTIONS(2274), + [anon_sym_unowned] = ACTIONS(2272), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2274), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2274), + [anon_sym_borrowing] = ACTIONS(2274), + [anon_sym_consuming] = ACTIONS(2274), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2274), + [sym__eq_custom] = ACTIONS(2274), + [sym__throws_keyword] = ACTIONS(2274), + [sym__rethrows_keyword] = ACTIONS(2274), + [sym_where_keyword] = ACTIONS(2274), + [sym__async_keyword_custom] = ACTIONS(2274), + }, + [STATE(1887)] = { + [sym_type_annotation] = STATE(1971), + [sym__expression_with_willset_didset] = STATE(2922), + [sym__expression_without_willset_didset] = STATE(2923), + [sym_willset_didset_block] = STATE(2924), + [sym_type_constraints] = STATE(2084), + [sym__equal_sign] = STATE(642), + [sym_computed_property] = STATE(2926), + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(4500), + [anon_sym_async] = ACTIONS(4500), + [anon_sym_lazy] = ACTIONS(4500), + [anon_sym_package] = ACTIONS(4500), + [anon_sym_COMMA] = ACTIONS(4500), + [anon_sym_COLON] = ACTIONS(4502), + [anon_sym_LBRACE] = ACTIONS(4504), + [anon_sym_RBRACE] = ACTIONS(4500), + [anon_sym_case] = ACTIONS(4500), + [anon_sym_import] = ACTIONS(4500), + [anon_sym_typealias] = ACTIONS(4500), + [anon_sym_struct] = ACTIONS(4500), + [anon_sym_class] = ACTIONS(4500), + [anon_sym_enum] = ACTIONS(4500), + [anon_sym_protocol] = ACTIONS(4500), + [anon_sym_let] = ACTIONS(4500), + [anon_sym_var] = ACTIONS(4500), + [anon_sym_func] = ACTIONS(4500), + [anon_sym_extension] = ACTIONS(4500), + [anon_sym_indirect] = ACTIONS(4500), + [anon_sym_init] = ACTIONS(4500), + [anon_sym_deinit] = ACTIONS(4500), + [anon_sym_subscript] = ACTIONS(4500), + [anon_sym_prefix] = ACTIONS(4500), + [anon_sym_infix] = ACTIONS(4500), + [anon_sym_postfix] = ACTIONS(4500), + [anon_sym_precedencegroup] = ACTIONS(4500), + [anon_sym_associatedtype] = ACTIONS(4500), + [anon_sym_AT] = ACTIONS(4506), + [anon_sym_override] = ACTIONS(4500), + [anon_sym_convenience] = ACTIONS(4500), + [anon_sym_required] = ACTIONS(4500), + [anon_sym_nonisolated] = ACTIONS(4500), + [anon_sym_public] = ACTIONS(4500), + [anon_sym_private] = ACTIONS(4500), + [anon_sym_internal] = ACTIONS(4500), + [anon_sym_fileprivate] = ACTIONS(4500), + [anon_sym_open] = ACTIONS(4500), + [anon_sym_mutating] = ACTIONS(4500), + [anon_sym_nonmutating] = ACTIONS(4500), + [anon_sym_static] = ACTIONS(4500), + [anon_sym_dynamic] = ACTIONS(4500), + [anon_sym_optional] = ACTIONS(4500), + [anon_sym_distributed] = ACTIONS(4500), + [anon_sym_final] = ACTIONS(4500), + [anon_sym_inout] = ACTIONS(4500), + [anon_sym_ATescaping] = ACTIONS(4500), + [anon_sym_ATautoclosure] = ACTIONS(4500), + [anon_sym_weak] = ACTIONS(4500), + [anon_sym_unowned] = ACTIONS(4506), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(4500), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(4500), + [anon_sym_borrowing] = ACTIONS(4500), + [anon_sym_consuming] = ACTIONS(4500), + [sym_multiline_comment] = ACTIONS(5), + [sym__eq_custom] = ACTIONS(4508), + [sym_where_keyword] = ACTIONS(4510), + }, + [STATE(1888)] = { + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2290), + [anon_sym_async] = ACTIONS(2290), + [anon_sym_lazy] = ACTIONS(2290), + [anon_sym_package] = ACTIONS(2290), + [anon_sym_COMMA] = ACTIONS(2290), + [anon_sym_BANG2] = ACTIONS(2290), + [anon_sym_DOT] = ACTIONS(2290), + [anon_sym_QMARK2] = ACTIONS(2290), + [anon_sym_AMP] = ACTIONS(2290), + [anon_sym_LBRACE] = ACTIONS(2290), + [anon_sym_RBRACE] = ACTIONS(2290), + [anon_sym_case] = ACTIONS(2290), + [anon_sym_import] = ACTIONS(2290), + [anon_sym_typealias] = ACTIONS(2290), + [anon_sym_struct] = ACTIONS(2290), + [anon_sym_class] = ACTIONS(2290), + [anon_sym_enum] = ACTIONS(2290), + [anon_sym_protocol] = ACTIONS(2290), + [anon_sym_let] = ACTIONS(2290), + [anon_sym_var] = ACTIONS(2290), + [anon_sym_func] = ACTIONS(2290), + [anon_sym_extension] = ACTIONS(2290), + [anon_sym_indirect] = ACTIONS(2290), + [anon_sym_init] = ACTIONS(2290), + [anon_sym_deinit] = ACTIONS(2290), + [anon_sym_subscript] = ACTIONS(2290), + [anon_sym_prefix] = ACTIONS(2290), + [anon_sym_infix] = ACTIONS(2290), + [anon_sym_postfix] = ACTIONS(2290), + [anon_sym_precedencegroup] = ACTIONS(2290), + [anon_sym_associatedtype] = ACTIONS(2290), + [anon_sym_AT] = ACTIONS(2288), + [anon_sym_override] = ACTIONS(2290), + [anon_sym_convenience] = ACTIONS(2290), + [anon_sym_required] = ACTIONS(2290), + [anon_sym_nonisolated] = ACTIONS(2290), + [anon_sym_public] = ACTIONS(2290), + [anon_sym_private] = ACTIONS(2290), + [anon_sym_internal] = ACTIONS(2290), + [anon_sym_fileprivate] = ACTIONS(2290), + [anon_sym_open] = ACTIONS(2290), + [anon_sym_mutating] = ACTIONS(2290), + [anon_sym_nonmutating] = ACTIONS(2290), + [anon_sym_static] = ACTIONS(2290), + [anon_sym_dynamic] = ACTIONS(2290), + [anon_sym_optional] = ACTIONS(2290), + [anon_sym_distributed] = ACTIONS(2290), + [anon_sym_final] = ACTIONS(2290), + [anon_sym_inout] = ACTIONS(2290), + [anon_sym_ATescaping] = ACTIONS(2290), + [anon_sym_ATautoclosure] = ACTIONS(2290), + [anon_sym_weak] = ACTIONS(2290), + [anon_sym_unowned] = ACTIONS(2288), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2290), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2290), + [anon_sym_borrowing] = ACTIONS(2290), + [anon_sym_consuming] = ACTIONS(2290), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2290), + [sym__eq_custom] = ACTIONS(2290), + [sym__throws_keyword] = ACTIONS(2290), + [sym__rethrows_keyword] = ACTIONS(2290), + [sym_where_keyword] = ACTIONS(2290), + [sym__async_keyword_custom] = ACTIONS(2290), + }, + [STATE(1889)] = { + [sym__arrow_operator] = STATE(4299), + [sym__async_keyword] = STATE(7005), + [sym_throws] = STATE(8691), + [sym_throws_clause] = STATE(8691), + [aux_sym_protocol_composition_type_repeat1] = STATE(2068), + [ts_builtin_sym_end] = ACTIONS(2177), + [anon_sym_BANG] = ACTIONS(2175), + [sym_comment] = ACTIONS(3), + [anon_sym_COMMA] = ACTIONS(2177), + [anon_sym_LPAREN] = ACTIONS(2177), + [anon_sym_LBRACK] = ACTIONS(2177), + [anon_sym_DOT] = ACTIONS(4490), + [anon_sym_QMARK] = ACTIONS(2175), + [anon_sym_QMARK2] = ACTIONS(2177), + [anon_sym_AMP] = ACTIONS(4492), + [aux_sym_custom_operator_token1] = ACTIONS(2177), + [anon_sym_LT] = ACTIONS(2175), + [anon_sym_GT] = ACTIONS(2175), + [anon_sym_LBRACE] = ACTIONS(2177), + [anon_sym_CARET_LBRACE] = ACTIONS(2177), + [anon_sym_RBRACE] = ACTIONS(2177), + [anon_sym_PLUS_EQ] = ACTIONS(2177), + [anon_sym_DASH_EQ] = ACTIONS(2177), + [anon_sym_STAR_EQ] = ACTIONS(2177), + [anon_sym_SLASH_EQ] = ACTIONS(2177), + [anon_sym_PERCENT_EQ] = ACTIONS(2177), + [anon_sym_BANG_EQ] = ACTIONS(2175), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2177), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2177), + [anon_sym_LT_EQ] = ACTIONS(2177), + [anon_sym_GT_EQ] = ACTIONS(2177), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2177), + [anon_sym_DOT_DOT_LT] = ACTIONS(2177), + [anon_sym_is] = ACTIONS(2177), + [anon_sym_PLUS] = ACTIONS(2175), + [anon_sym_DASH] = ACTIONS(2175), + [anon_sym_STAR] = ACTIONS(2175), + [anon_sym_SLASH] = ACTIONS(2175), + [anon_sym_PERCENT] = ACTIONS(2175), + [anon_sym_PLUS_PLUS] = ACTIONS(2177), + [anon_sym_DASH_DASH] = ACTIONS(2177), + [anon_sym_PIPE] = ACTIONS(2177), + [anon_sym_CARET] = ACTIONS(2175), + [anon_sym_LT_LT] = ACTIONS(2177), + [anon_sym_GT_GT] = ACTIONS(2177), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2177), + [sym__explicit_semi] = ACTIONS(2177), + [sym__arrow_operator_custom] = ACTIONS(4479), + [sym__dot_custom] = ACTIONS(2177), + [sym__conjunction_operator_custom] = ACTIONS(2177), + [sym__disjunction_operator_custom] = ACTIONS(2177), + [sym__nil_coalescing_operator_custom] = ACTIONS(2177), + [sym__eq_custom] = ACTIONS(2177), + [sym__eq_eq_custom] = ACTIONS(2177), + [sym__plus_then_ws] = ACTIONS(2177), + [sym__minus_then_ws] = ACTIONS(2177), + [sym__bang_custom] = ACTIONS(2177), + [sym__throws_keyword] = ACTIONS(2093), + [sym__rethrows_keyword] = ACTIONS(2095), + [sym__as_custom] = ACTIONS(2177), + [sym__as_quest_custom] = ACTIONS(2177), + [sym__as_bang_custom] = ACTIONS(2177), + [sym__async_keyword_custom] = ACTIONS(4481), + [sym__custom_operator] = ACTIONS(2177), + }, + [STATE(1890)] = { + [sym__arrow_operator] = STATE(4299), + [sym__async_keyword] = STATE(7005), + [sym_throws] = STATE(8691), + [sym_throws_clause] = STATE(8691), + [aux_sym_protocol_composition_type_repeat1] = STATE(2068), + [ts_builtin_sym_end] = ACTIONS(2189), + [anon_sym_BANG] = ACTIONS(2187), + [sym_comment] = ACTIONS(3), + [anon_sym_COMMA] = ACTIONS(2189), + [anon_sym_LPAREN] = ACTIONS(2189), + [anon_sym_LBRACK] = ACTIONS(2189), + [anon_sym_DOT] = ACTIONS(4490), + [anon_sym_QMARK] = ACTIONS(2187), + [anon_sym_QMARK2] = ACTIONS(2189), + [anon_sym_AMP] = ACTIONS(4492), + [aux_sym_custom_operator_token1] = ACTIONS(2189), + [anon_sym_LT] = ACTIONS(2187), + [anon_sym_GT] = ACTIONS(2187), + [anon_sym_LBRACE] = ACTIONS(2189), + [anon_sym_CARET_LBRACE] = ACTIONS(2189), + [anon_sym_RBRACE] = ACTIONS(2189), + [anon_sym_PLUS_EQ] = ACTIONS(2189), + [anon_sym_DASH_EQ] = ACTIONS(2189), + [anon_sym_STAR_EQ] = ACTIONS(2189), + [anon_sym_SLASH_EQ] = ACTIONS(2189), + [anon_sym_PERCENT_EQ] = ACTIONS(2189), + [anon_sym_BANG_EQ] = ACTIONS(2187), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2189), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2189), + [anon_sym_LT_EQ] = ACTIONS(2189), + [anon_sym_GT_EQ] = ACTIONS(2189), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2189), + [anon_sym_DOT_DOT_LT] = ACTIONS(2189), + [anon_sym_is] = ACTIONS(2189), + [anon_sym_PLUS] = ACTIONS(2187), + [anon_sym_DASH] = ACTIONS(2187), + [anon_sym_STAR] = ACTIONS(2187), + [anon_sym_SLASH] = ACTIONS(2187), + [anon_sym_PERCENT] = ACTIONS(2187), + [anon_sym_PLUS_PLUS] = ACTIONS(2189), + [anon_sym_DASH_DASH] = ACTIONS(2189), + [anon_sym_PIPE] = ACTIONS(2189), + [anon_sym_CARET] = ACTIONS(2187), + [anon_sym_LT_LT] = ACTIONS(2189), + [anon_sym_GT_GT] = ACTIONS(2189), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2189), + [sym__explicit_semi] = ACTIONS(2189), + [sym__arrow_operator_custom] = ACTIONS(4479), + [sym__dot_custom] = ACTIONS(2189), + [sym__conjunction_operator_custom] = ACTIONS(2189), + [sym__disjunction_operator_custom] = ACTIONS(2189), + [sym__nil_coalescing_operator_custom] = ACTIONS(2189), + [sym__eq_custom] = ACTIONS(2189), + [sym__eq_eq_custom] = ACTIONS(2189), + [sym__plus_then_ws] = ACTIONS(2189), + [sym__minus_then_ws] = ACTIONS(2189), + [sym__bang_custom] = ACTIONS(2189), + [sym__throws_keyword] = ACTIONS(2093), + [sym__rethrows_keyword] = ACTIONS(2095), + [sym__as_custom] = ACTIONS(2189), + [sym__as_quest_custom] = ACTIONS(2189), + [sym__as_bang_custom] = ACTIONS(2189), + [sym__async_keyword_custom] = ACTIONS(4481), + [sym__custom_operator] = ACTIONS(2189), + }, + [STATE(1891)] = { + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2211), + [anon_sym_async] = ACTIONS(2211), + [anon_sym_lazy] = ACTIONS(2211), + [anon_sym_package] = ACTIONS(2211), + [anon_sym_COMMA] = ACTIONS(2211), + [anon_sym_BANG2] = ACTIONS(2211), + [anon_sym_DOT] = ACTIONS(2211), + [anon_sym_QMARK2] = ACTIONS(2211), + [anon_sym_AMP] = ACTIONS(2211), + [anon_sym_LBRACE] = ACTIONS(2211), + [anon_sym_RBRACE] = ACTIONS(2211), + [anon_sym_case] = ACTIONS(2211), + [anon_sym_import] = ACTIONS(2211), + [anon_sym_typealias] = ACTIONS(2211), + [anon_sym_struct] = ACTIONS(2211), + [anon_sym_class] = ACTIONS(2211), + [anon_sym_enum] = ACTIONS(2211), + [anon_sym_protocol] = ACTIONS(2211), + [anon_sym_let] = ACTIONS(2211), + [anon_sym_var] = ACTIONS(2211), + [anon_sym_func] = ACTIONS(2211), + [anon_sym_extension] = ACTIONS(2211), + [anon_sym_indirect] = ACTIONS(2211), + [anon_sym_init] = ACTIONS(2211), + [anon_sym_deinit] = ACTIONS(2211), + [anon_sym_subscript] = ACTIONS(2211), + [anon_sym_prefix] = ACTIONS(2211), + [anon_sym_infix] = ACTIONS(2211), + [anon_sym_postfix] = ACTIONS(2211), + [anon_sym_precedencegroup] = ACTIONS(2211), + [anon_sym_associatedtype] = ACTIONS(2211), + [anon_sym_AT] = ACTIONS(2209), + [anon_sym_override] = ACTIONS(2211), + [anon_sym_convenience] = ACTIONS(2211), + [anon_sym_required] = ACTIONS(2211), + [anon_sym_nonisolated] = ACTIONS(2211), + [anon_sym_public] = ACTIONS(2211), + [anon_sym_private] = ACTIONS(2211), + [anon_sym_internal] = ACTIONS(2211), + [anon_sym_fileprivate] = ACTIONS(2211), + [anon_sym_open] = ACTIONS(2211), + [anon_sym_mutating] = ACTIONS(2211), + [anon_sym_nonmutating] = ACTIONS(2211), + [anon_sym_static] = ACTIONS(2211), + [anon_sym_dynamic] = ACTIONS(2211), + [anon_sym_optional] = ACTIONS(2211), + [anon_sym_distributed] = ACTIONS(2211), + [anon_sym_final] = ACTIONS(2211), + [anon_sym_inout] = ACTIONS(2211), + [anon_sym_ATescaping] = ACTIONS(2211), + [anon_sym_ATautoclosure] = ACTIONS(2211), + [anon_sym_weak] = ACTIONS(2211), + [anon_sym_unowned] = ACTIONS(2209), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2211), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2211), + [anon_sym_borrowing] = ACTIONS(2211), + [anon_sym_consuming] = ACTIONS(2211), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2211), + [sym__eq_custom] = ACTIONS(2211), + [sym__throws_keyword] = ACTIONS(2211), + [sym__rethrows_keyword] = ACTIONS(2211), + [sym_where_keyword] = ACTIONS(2211), + [sym__async_keyword_custom] = ACTIONS(2211), + }, + [STATE(1892)] = { + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2223), + [anon_sym_async] = ACTIONS(2223), + [anon_sym_lazy] = ACTIONS(2223), + [anon_sym_package] = ACTIONS(2223), + [anon_sym_COMMA] = ACTIONS(2223), + [anon_sym_BANG2] = ACTIONS(2223), + [anon_sym_DOT] = ACTIONS(2223), + [anon_sym_QMARK2] = ACTIONS(2223), + [anon_sym_AMP] = ACTIONS(2223), + [anon_sym_LBRACE] = ACTIONS(2223), + [anon_sym_RBRACE] = ACTIONS(2223), + [anon_sym_case] = ACTIONS(2223), + [anon_sym_import] = ACTIONS(2223), + [anon_sym_typealias] = ACTIONS(2223), + [anon_sym_struct] = ACTIONS(2223), + [anon_sym_class] = ACTIONS(2223), + [anon_sym_enum] = ACTIONS(2223), + [anon_sym_protocol] = ACTIONS(2223), + [anon_sym_let] = ACTIONS(2223), + [anon_sym_var] = ACTIONS(2223), + [anon_sym_func] = ACTIONS(2223), + [anon_sym_extension] = ACTIONS(2223), + [anon_sym_indirect] = ACTIONS(2223), + [anon_sym_init] = ACTIONS(2223), + [anon_sym_deinit] = ACTIONS(2223), + [anon_sym_subscript] = ACTIONS(2223), + [anon_sym_prefix] = ACTIONS(2223), + [anon_sym_infix] = ACTIONS(2223), + [anon_sym_postfix] = ACTIONS(2223), + [anon_sym_precedencegroup] = ACTIONS(2223), + [anon_sym_associatedtype] = ACTIONS(2223), + [anon_sym_AT] = ACTIONS(2221), + [anon_sym_override] = ACTIONS(2223), + [anon_sym_convenience] = ACTIONS(2223), + [anon_sym_required] = ACTIONS(2223), + [anon_sym_nonisolated] = ACTIONS(2223), + [anon_sym_public] = ACTIONS(2223), + [anon_sym_private] = ACTIONS(2223), + [anon_sym_internal] = ACTIONS(2223), + [anon_sym_fileprivate] = ACTIONS(2223), + [anon_sym_open] = ACTIONS(2223), + [anon_sym_mutating] = ACTIONS(2223), + [anon_sym_nonmutating] = ACTIONS(2223), + [anon_sym_static] = ACTIONS(2223), + [anon_sym_dynamic] = ACTIONS(2223), + [anon_sym_optional] = ACTIONS(2223), + [anon_sym_distributed] = ACTIONS(2223), + [anon_sym_final] = ACTIONS(2223), + [anon_sym_inout] = ACTIONS(2223), + [anon_sym_ATescaping] = ACTIONS(2223), + [anon_sym_ATautoclosure] = ACTIONS(2223), + [anon_sym_weak] = ACTIONS(2223), + [anon_sym_unowned] = ACTIONS(2221), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2223), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2223), + [anon_sym_borrowing] = ACTIONS(2223), + [anon_sym_consuming] = ACTIONS(2223), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2223), + [sym__eq_custom] = ACTIONS(2223), + [sym__throws_keyword] = ACTIONS(2223), + [sym__rethrows_keyword] = ACTIONS(2223), + [sym_where_keyword] = ACTIONS(2223), + [sym__async_keyword_custom] = ACTIONS(2223), + }, + [STATE(1893)] = { + [anon_sym_BANG] = ACTIONS(2325), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(2325), + [aux_sym_simple_identifier_token2] = ACTIONS(2327), + [aux_sym_simple_identifier_token3] = ACTIONS(2327), + [aux_sym_simple_identifier_token4] = ACTIONS(2327), + [anon_sym_actor] = ACTIONS(2325), + [anon_sym_async] = ACTIONS(2325), + [anon_sym_each] = ACTIONS(2325), + [anon_sym_lazy] = ACTIONS(2325), + [anon_sym_repeat] = ACTIONS(2325), + [anon_sym_package] = ACTIONS(2325), + [anon_sym_COMMA] = ACTIONS(2327), + [anon_sym_COLON] = ACTIONS(2327), + [anon_sym_LPAREN] = ACTIONS(2327), + [anon_sym_LBRACK] = ACTIONS(2327), + [anon_sym_QMARK] = ACTIONS(2325), + [anon_sym_QMARK2] = ACTIONS(2327), + [anon_sym_AMP] = ACTIONS(2327), + [aux_sym_custom_operator_token1] = ACTIONS(2327), + [anon_sym_LT] = ACTIONS(2325), + [anon_sym_GT] = ACTIONS(2325), + [anon_sym_LBRACE] = ACTIONS(2327), + [anon_sym_CARET_LBRACE] = ACTIONS(2327), + [anon_sym_PLUS_EQ] = ACTIONS(2327), + [anon_sym_DASH_EQ] = ACTIONS(2327), + [anon_sym_STAR_EQ] = ACTIONS(2327), + [anon_sym_SLASH_EQ] = ACTIONS(2327), + [anon_sym_PERCENT_EQ] = ACTIONS(2327), + [anon_sym_BANG_EQ] = ACTIONS(2325), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2327), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2327), + [anon_sym_LT_EQ] = ACTIONS(2327), + [anon_sym_GT_EQ] = ACTIONS(2327), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2327), + [anon_sym_DOT_DOT_LT] = ACTIONS(2327), + [anon_sym_is] = ACTIONS(2325), + [anon_sym_PLUS] = ACTIONS(2325), + [anon_sym_DASH] = ACTIONS(2325), + [anon_sym_STAR] = ACTIONS(2325), + [anon_sym_SLASH] = ACTIONS(2325), + [anon_sym_PERCENT] = ACTIONS(2325), + [anon_sym_PLUS_PLUS] = ACTIONS(2327), + [anon_sym_DASH_DASH] = ACTIONS(2327), + [anon_sym_PIPE] = ACTIONS(2327), + [anon_sym_CARET] = ACTIONS(2325), + [anon_sym_LT_LT] = ACTIONS(2327), + [anon_sym_GT_GT] = ACTIONS(2327), + [anon_sym_borrowing] = ACTIONS(2325), + [anon_sym_consuming] = ACTIONS(2325), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2327), + [sym__conjunction_operator_custom] = ACTIONS(2327), + [sym__disjunction_operator_custom] = ACTIONS(2327), + [sym__nil_coalescing_operator_custom] = ACTIONS(2327), + [sym__eq_custom] = ACTIONS(2327), + [sym__eq_eq_custom] = ACTIONS(2327), + [sym__plus_then_ws] = ACTIONS(2327), + [sym__minus_then_ws] = ACTIONS(2327), + [sym__bang_custom] = ACTIONS(2327), + [sym_where_keyword] = ACTIONS(2327), + [sym__as_custom] = ACTIONS(2327), + [sym__as_quest_custom] = ACTIONS(2327), + [sym__as_bang_custom] = ACTIONS(2327), + [sym__custom_operator] = ACTIONS(2327), + }, + [STATE(1894)] = { + [anon_sym_BANG] = ACTIONS(2319), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(2319), + [aux_sym_simple_identifier_token2] = ACTIONS(2321), + [aux_sym_simple_identifier_token3] = ACTIONS(2321), + [aux_sym_simple_identifier_token4] = ACTIONS(2321), + [anon_sym_actor] = ACTIONS(2319), + [anon_sym_async] = ACTIONS(2319), + [anon_sym_each] = ACTIONS(2319), + [anon_sym_lazy] = ACTIONS(2319), + [anon_sym_repeat] = ACTIONS(2319), + [anon_sym_package] = ACTIONS(2319), + [anon_sym_COMMA] = ACTIONS(2321), + [anon_sym_COLON] = ACTIONS(2321), + [anon_sym_LPAREN] = ACTIONS(2321), + [anon_sym_LBRACK] = ACTIONS(2321), + [anon_sym_QMARK] = ACTIONS(2319), + [anon_sym_QMARK2] = ACTIONS(2321), + [anon_sym_AMP] = ACTIONS(2321), + [aux_sym_custom_operator_token1] = ACTIONS(2321), + [anon_sym_LT] = ACTIONS(2319), + [anon_sym_GT] = ACTIONS(2319), + [anon_sym_LBRACE] = ACTIONS(2321), + [anon_sym_CARET_LBRACE] = ACTIONS(2321), + [anon_sym_PLUS_EQ] = ACTIONS(2321), + [anon_sym_DASH_EQ] = ACTIONS(2321), + [anon_sym_STAR_EQ] = ACTIONS(2321), + [anon_sym_SLASH_EQ] = ACTIONS(2321), + [anon_sym_PERCENT_EQ] = ACTIONS(2321), + [anon_sym_BANG_EQ] = ACTIONS(2319), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2321), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2321), + [anon_sym_LT_EQ] = ACTIONS(2321), + [anon_sym_GT_EQ] = ACTIONS(2321), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2321), + [anon_sym_DOT_DOT_LT] = ACTIONS(2321), + [anon_sym_is] = ACTIONS(2319), + [anon_sym_PLUS] = ACTIONS(2319), + [anon_sym_DASH] = ACTIONS(2319), + [anon_sym_STAR] = ACTIONS(2319), + [anon_sym_SLASH] = ACTIONS(2319), + [anon_sym_PERCENT] = ACTIONS(2319), + [anon_sym_PLUS_PLUS] = ACTIONS(2321), + [anon_sym_DASH_DASH] = ACTIONS(2321), + [anon_sym_PIPE] = ACTIONS(2321), + [anon_sym_CARET] = ACTIONS(2319), + [anon_sym_LT_LT] = ACTIONS(2321), + [anon_sym_GT_GT] = ACTIONS(2321), + [anon_sym_borrowing] = ACTIONS(2319), + [anon_sym_consuming] = ACTIONS(2319), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2321), + [sym__conjunction_operator_custom] = ACTIONS(2321), + [sym__disjunction_operator_custom] = ACTIONS(2321), + [sym__nil_coalescing_operator_custom] = ACTIONS(2321), + [sym__eq_custom] = ACTIONS(2321), + [sym__eq_eq_custom] = ACTIONS(2321), + [sym__plus_then_ws] = ACTIONS(2321), + [sym__minus_then_ws] = ACTIONS(2321), + [sym__bang_custom] = ACTIONS(2321), + [sym_where_keyword] = ACTIONS(2321), + [sym__as_custom] = ACTIONS(2321), + [sym__as_quest_custom] = ACTIONS(2321), + [sym__as_bang_custom] = ACTIONS(2321), + [sym__custom_operator] = ACTIONS(2321), + }, + [STATE(1895)] = { + [sym__arrow_operator] = STATE(4299), + [sym__async_keyword] = STATE(7005), + [sym_throws] = STATE(8691), + [sym_throws_clause] = STATE(8691), + [aux_sym_protocol_composition_type_repeat1] = STATE(2068), + [ts_builtin_sym_end] = ACTIONS(2181), + [anon_sym_BANG] = ACTIONS(2179), + [sym_comment] = ACTIONS(3), + [anon_sym_COMMA] = ACTIONS(2181), + [anon_sym_LPAREN] = ACTIONS(2181), + [anon_sym_LBRACK] = ACTIONS(2181), + [anon_sym_DOT] = ACTIONS(4490), + [anon_sym_QMARK] = ACTIONS(2179), + [anon_sym_QMARK2] = ACTIONS(2181), + [anon_sym_AMP] = ACTIONS(4492), + [aux_sym_custom_operator_token1] = ACTIONS(2181), + [anon_sym_LT] = ACTIONS(2179), + [anon_sym_GT] = ACTIONS(2179), + [anon_sym_LBRACE] = ACTIONS(2181), + [anon_sym_CARET_LBRACE] = ACTIONS(2181), + [anon_sym_RBRACE] = ACTIONS(2181), + [anon_sym_PLUS_EQ] = ACTIONS(2181), + [anon_sym_DASH_EQ] = ACTIONS(2181), + [anon_sym_STAR_EQ] = ACTIONS(2181), + [anon_sym_SLASH_EQ] = ACTIONS(2181), + [anon_sym_PERCENT_EQ] = ACTIONS(2181), + [anon_sym_BANG_EQ] = ACTIONS(2179), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2181), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2181), + [anon_sym_LT_EQ] = ACTIONS(2181), + [anon_sym_GT_EQ] = ACTIONS(2181), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2181), + [anon_sym_DOT_DOT_LT] = ACTIONS(2181), + [anon_sym_is] = ACTIONS(2181), + [anon_sym_PLUS] = ACTIONS(2179), + [anon_sym_DASH] = ACTIONS(2179), + [anon_sym_STAR] = ACTIONS(2179), + [anon_sym_SLASH] = ACTIONS(2179), + [anon_sym_PERCENT] = ACTIONS(2179), + [anon_sym_PLUS_PLUS] = ACTIONS(2181), + [anon_sym_DASH_DASH] = ACTIONS(2181), + [anon_sym_PIPE] = ACTIONS(2181), + [anon_sym_CARET] = ACTIONS(2179), + [anon_sym_LT_LT] = ACTIONS(2181), + [anon_sym_GT_GT] = ACTIONS(2181), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2181), + [sym__explicit_semi] = ACTIONS(2181), + [sym__arrow_operator_custom] = ACTIONS(4479), + [sym__dot_custom] = ACTIONS(2181), + [sym__conjunction_operator_custom] = ACTIONS(2181), + [sym__disjunction_operator_custom] = ACTIONS(2181), + [sym__nil_coalescing_operator_custom] = ACTIONS(2181), + [sym__eq_custom] = ACTIONS(2181), + [sym__eq_eq_custom] = ACTIONS(2181), + [sym__plus_then_ws] = ACTIONS(2181), + [sym__minus_then_ws] = ACTIONS(2181), + [sym__bang_custom] = ACTIONS(2181), + [sym__throws_keyword] = ACTIONS(2093), + [sym__rethrows_keyword] = ACTIONS(2095), + [sym__as_custom] = ACTIONS(2181), + [sym__as_quest_custom] = ACTIONS(2181), + [sym__as_bang_custom] = ACTIONS(2181), + [sym__async_keyword_custom] = ACTIONS(4481), + [sym__custom_operator] = ACTIONS(2181), + }, + [STATE(1896)] = { + [anon_sym_BANG] = ACTIONS(2323), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(2325), + [aux_sym_simple_identifier_token2] = ACTIONS(2327), + [aux_sym_simple_identifier_token3] = ACTIONS(2327), + [aux_sym_simple_identifier_token4] = ACTIONS(2327), + [anon_sym_actor] = ACTIONS(2325), + [anon_sym_async] = ACTIONS(2325), + [anon_sym_each] = ACTIONS(2325), + [anon_sym_lazy] = ACTIONS(2325), + [anon_sym_repeat] = ACTIONS(2325), + [anon_sym_package] = ACTIONS(2325), + [anon_sym_COMMA] = ACTIONS(2329), + [anon_sym_COLON] = ACTIONS(2329), + [anon_sym_LPAREN] = ACTIONS(2329), + [anon_sym_LBRACK] = ACTIONS(2329), + [anon_sym_QMARK] = ACTIONS(2323), + [anon_sym_QMARK2] = ACTIONS(2329), + [anon_sym_AMP] = ACTIONS(2329), + [aux_sym_custom_operator_token1] = ACTIONS(2329), + [anon_sym_LT] = ACTIONS(2323), + [anon_sym_GT] = ACTIONS(2323), + [anon_sym_LBRACE] = ACTIONS(2329), + [anon_sym_CARET_LBRACE] = ACTIONS(2329), + [anon_sym_PLUS_EQ] = ACTIONS(2329), + [anon_sym_DASH_EQ] = ACTIONS(2329), + [anon_sym_STAR_EQ] = ACTIONS(2329), + [anon_sym_SLASH_EQ] = ACTIONS(2329), + [anon_sym_PERCENT_EQ] = ACTIONS(2329), + [anon_sym_BANG_EQ] = ACTIONS(2323), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2329), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2329), + [anon_sym_LT_EQ] = ACTIONS(2329), + [anon_sym_GT_EQ] = ACTIONS(2329), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2329), + [anon_sym_DOT_DOT_LT] = ACTIONS(2329), + [anon_sym_is] = ACTIONS(2323), + [anon_sym_PLUS] = ACTIONS(2323), + [anon_sym_DASH] = ACTIONS(2323), + [anon_sym_STAR] = ACTIONS(2323), + [anon_sym_SLASH] = ACTIONS(2323), + [anon_sym_PERCENT] = ACTIONS(2323), + [anon_sym_PLUS_PLUS] = ACTIONS(2329), + [anon_sym_DASH_DASH] = ACTIONS(2329), + [anon_sym_PIPE] = ACTIONS(2329), + [anon_sym_CARET] = ACTIONS(2323), + [anon_sym_LT_LT] = ACTIONS(2329), + [anon_sym_GT_GT] = ACTIONS(2329), + [anon_sym_borrowing] = ACTIONS(2325), + [anon_sym_consuming] = ACTIONS(2325), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2329), + [sym__conjunction_operator_custom] = ACTIONS(2329), + [sym__disjunction_operator_custom] = ACTIONS(2329), + [sym__nil_coalescing_operator_custom] = ACTIONS(2329), + [sym__eq_custom] = ACTIONS(2329), + [sym__eq_eq_custom] = ACTIONS(2329), + [sym__plus_then_ws] = ACTIONS(2329), + [sym__minus_then_ws] = ACTIONS(2329), + [sym__bang_custom] = ACTIONS(2329), + [sym_where_keyword] = ACTIONS(2329), + [sym__as_custom] = ACTIONS(2329), + [sym__as_quest_custom] = ACTIONS(2329), + [sym__as_bang_custom] = ACTIONS(2329), + [sym__custom_operator] = ACTIONS(2329), + }, + [STATE(1897)] = { + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2278), + [anon_sym_async] = ACTIONS(2278), + [anon_sym_lazy] = ACTIONS(2278), + [anon_sym_package] = ACTIONS(2278), + [anon_sym_RPAREN] = ACTIONS(2278), + [anon_sym_COMMA] = ACTIONS(2278), + [anon_sym_BANG2] = ACTIONS(2278), + [anon_sym_DOT] = ACTIONS(2276), + [anon_sym_AMP] = ACTIONS(2278), + [anon_sym_LBRACE] = ACTIONS(2278), + [anon_sym_RBRACE] = ACTIONS(2278), + [anon_sym_case] = ACTIONS(2278), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2278), + [anon_sym_import] = ACTIONS(2278), + [anon_sym_typealias] = ACTIONS(2278), + [anon_sym_struct] = ACTIONS(2278), + [anon_sym_class] = ACTIONS(2278), + [anon_sym_enum] = ACTIONS(2278), + [anon_sym_protocol] = ACTIONS(2278), + [anon_sym_let] = ACTIONS(2278), + [anon_sym_var] = ACTIONS(2278), + [anon_sym_func] = ACTIONS(2278), + [anon_sym_extension] = ACTIONS(2278), + [anon_sym_indirect] = ACTIONS(2278), + [anon_sym_init] = ACTIONS(2278), + [anon_sym_deinit] = ACTIONS(2278), + [anon_sym_subscript] = ACTIONS(2278), + [anon_sym_prefix] = ACTIONS(2278), + [anon_sym_infix] = ACTIONS(2278), + [anon_sym_postfix] = ACTIONS(2278), + [anon_sym_precedencegroup] = ACTIONS(2278), + [anon_sym_associatedtype] = ACTIONS(2278), + [anon_sym_AT] = ACTIONS(2276), + [anon_sym_override] = ACTIONS(2278), + [anon_sym_convenience] = ACTIONS(2278), + [anon_sym_required] = ACTIONS(2278), + [anon_sym_nonisolated] = ACTIONS(2278), + [anon_sym_public] = ACTIONS(2278), + [anon_sym_private] = ACTIONS(2278), + [anon_sym_internal] = ACTIONS(2278), + [anon_sym_fileprivate] = ACTIONS(2278), + [anon_sym_open] = ACTIONS(2278), + [anon_sym_mutating] = ACTIONS(2278), + [anon_sym_nonmutating] = ACTIONS(2278), + [anon_sym_static] = ACTIONS(2278), + [anon_sym_dynamic] = ACTIONS(2278), + [anon_sym_optional] = ACTIONS(2278), + [anon_sym_distributed] = ACTIONS(2278), + [anon_sym_final] = ACTIONS(2278), + [anon_sym_inout] = ACTIONS(2278), + [anon_sym_ATescaping] = ACTIONS(2278), + [anon_sym_ATautoclosure] = ACTIONS(2278), + [anon_sym_weak] = ACTIONS(2278), + [anon_sym_unowned] = ACTIONS(2276), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2278), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2278), + [anon_sym_borrowing] = ACTIONS(2278), + [anon_sym_consuming] = ACTIONS(2278), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2278), + [sym__eq_custom] = ACTIONS(2278), + [sym__throws_keyword] = ACTIONS(2278), + [sym__rethrows_keyword] = ACTIONS(2278), + [sym__async_keyword_custom] = ACTIONS(2278), + }, + [STATE(1898)] = { + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2302), + [anon_sym_async] = ACTIONS(2302), + [anon_sym_lazy] = ACTIONS(2302), + [anon_sym_package] = ACTIONS(2302), + [anon_sym_COMMA] = ACTIONS(2302), + [anon_sym_BANG2] = ACTIONS(2302), + [anon_sym_DOT] = ACTIONS(2302), + [anon_sym_QMARK2] = ACTIONS(2302), + [anon_sym_AMP] = ACTIONS(2302), + [anon_sym_LT] = ACTIONS(2302), + [anon_sym_LBRACE] = ACTIONS(2302), + [anon_sym_RBRACE] = ACTIONS(2302), + [anon_sym_case] = ACTIONS(2302), + [anon_sym_import] = ACTIONS(2302), + [anon_sym_typealias] = ACTIONS(2302), + [anon_sym_struct] = ACTIONS(2302), + [anon_sym_class] = ACTIONS(2302), + [anon_sym_enum] = ACTIONS(2302), + [anon_sym_protocol] = ACTIONS(2302), + [anon_sym_let] = ACTIONS(2302), + [anon_sym_var] = ACTIONS(2302), + [anon_sym_func] = ACTIONS(2302), + [anon_sym_extension] = ACTIONS(2302), + [anon_sym_indirect] = ACTIONS(2302), + [anon_sym_init] = ACTIONS(2302), + [anon_sym_deinit] = ACTIONS(2302), + [anon_sym_subscript] = ACTIONS(2302), + [anon_sym_prefix] = ACTIONS(2302), + [anon_sym_infix] = ACTIONS(2302), + [anon_sym_postfix] = ACTIONS(2302), + [anon_sym_precedencegroup] = ACTIONS(2302), + [anon_sym_associatedtype] = ACTIONS(2302), + [anon_sym_AT] = ACTIONS(2300), + [anon_sym_override] = ACTIONS(2302), + [anon_sym_convenience] = ACTIONS(2302), + [anon_sym_required] = ACTIONS(2302), + [anon_sym_nonisolated] = ACTIONS(2302), + [anon_sym_public] = ACTIONS(2302), + [anon_sym_private] = ACTIONS(2302), + [anon_sym_internal] = ACTIONS(2302), + [anon_sym_fileprivate] = ACTIONS(2302), + [anon_sym_open] = ACTIONS(2302), + [anon_sym_mutating] = ACTIONS(2302), + [anon_sym_nonmutating] = ACTIONS(2302), + [anon_sym_static] = ACTIONS(2302), + [anon_sym_dynamic] = ACTIONS(2302), + [anon_sym_optional] = ACTIONS(2302), + [anon_sym_distributed] = ACTIONS(2302), + [anon_sym_final] = ACTIONS(2302), + [anon_sym_inout] = ACTIONS(2302), + [anon_sym_ATescaping] = ACTIONS(2302), + [anon_sym_ATautoclosure] = ACTIONS(2302), + [anon_sym_weak] = ACTIONS(2302), + [anon_sym_unowned] = ACTIONS(2300), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2302), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2302), + [anon_sym_borrowing] = ACTIONS(2302), + [anon_sym_consuming] = ACTIONS(2302), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2302), + [sym__dot_custom] = ACTIONS(2302), + [sym__throws_keyword] = ACTIONS(2302), + [sym__rethrows_keyword] = ACTIONS(2302), + [sym__async_keyword_custom] = ACTIONS(2302), + }, + [STATE(1899)] = { + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2294), + [anon_sym_async] = ACTIONS(2294), + [anon_sym_lazy] = ACTIONS(2294), + [anon_sym_package] = ACTIONS(2294), + [anon_sym_COMMA] = ACTIONS(2294), + [anon_sym_BANG2] = ACTIONS(2294), + [anon_sym_DOT] = ACTIONS(2294), + [anon_sym_QMARK2] = ACTIONS(2294), + [anon_sym_AMP] = ACTIONS(2294), + [anon_sym_LBRACE] = ACTIONS(2294), + [anon_sym_RBRACE] = ACTIONS(2294), + [anon_sym_case] = ACTIONS(2294), + [anon_sym_import] = ACTIONS(2294), + [anon_sym_typealias] = ACTIONS(2294), + [anon_sym_struct] = ACTIONS(2294), + [anon_sym_class] = ACTIONS(2294), + [anon_sym_enum] = ACTIONS(2294), + [anon_sym_protocol] = ACTIONS(2294), + [anon_sym_let] = ACTIONS(2294), + [anon_sym_var] = ACTIONS(2294), + [anon_sym_func] = ACTIONS(2294), + [anon_sym_extension] = ACTIONS(2294), + [anon_sym_indirect] = ACTIONS(2294), + [anon_sym_init] = ACTIONS(2294), + [anon_sym_deinit] = ACTIONS(2294), + [anon_sym_subscript] = ACTIONS(2294), + [anon_sym_prefix] = ACTIONS(2294), + [anon_sym_infix] = ACTIONS(2294), + [anon_sym_postfix] = ACTIONS(2294), + [anon_sym_precedencegroup] = ACTIONS(2294), + [anon_sym_associatedtype] = ACTIONS(2294), + [anon_sym_AT] = ACTIONS(2292), + [anon_sym_override] = ACTIONS(2294), + [anon_sym_convenience] = ACTIONS(2294), + [anon_sym_required] = ACTIONS(2294), + [anon_sym_nonisolated] = ACTIONS(2294), + [anon_sym_public] = ACTIONS(2294), + [anon_sym_private] = ACTIONS(2294), + [anon_sym_internal] = ACTIONS(2294), + [anon_sym_fileprivate] = ACTIONS(2294), + [anon_sym_open] = ACTIONS(2294), + [anon_sym_mutating] = ACTIONS(2294), + [anon_sym_nonmutating] = ACTIONS(2294), + [anon_sym_static] = ACTIONS(2294), + [anon_sym_dynamic] = ACTIONS(2294), + [anon_sym_optional] = ACTIONS(2294), + [anon_sym_distributed] = ACTIONS(2294), + [anon_sym_final] = ACTIONS(2294), + [anon_sym_inout] = ACTIONS(2294), + [anon_sym_ATescaping] = ACTIONS(2294), + [anon_sym_ATautoclosure] = ACTIONS(2294), + [anon_sym_weak] = ACTIONS(2294), + [anon_sym_unowned] = ACTIONS(2292), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2294), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2294), + [anon_sym_borrowing] = ACTIONS(2294), + [anon_sym_consuming] = ACTIONS(2294), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2294), + [sym__eq_custom] = ACTIONS(2294), + [sym__throws_keyword] = ACTIONS(2294), + [sym__rethrows_keyword] = ACTIONS(2294), + [sym_where_keyword] = ACTIONS(2294), + [sym__async_keyword_custom] = ACTIONS(2294), + }, + [STATE(1900)] = { + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2298), + [anon_sym_async] = ACTIONS(2298), + [anon_sym_lazy] = ACTIONS(2298), + [anon_sym_package] = ACTIONS(2298), + [anon_sym_COMMA] = ACTIONS(2298), + [anon_sym_BANG2] = ACTIONS(2298), + [anon_sym_DOT] = ACTIONS(2298), + [anon_sym_QMARK2] = ACTIONS(2298), + [anon_sym_AMP] = ACTIONS(2298), + [anon_sym_LBRACE] = ACTIONS(2298), + [anon_sym_RBRACE] = ACTIONS(2298), + [anon_sym_case] = ACTIONS(2298), + [anon_sym_import] = ACTIONS(2298), + [anon_sym_typealias] = ACTIONS(2298), + [anon_sym_struct] = ACTIONS(2298), + [anon_sym_class] = ACTIONS(2298), + [anon_sym_enum] = ACTIONS(2298), + [anon_sym_protocol] = ACTIONS(2298), + [anon_sym_let] = ACTIONS(2298), + [anon_sym_var] = ACTIONS(2298), + [anon_sym_func] = ACTIONS(2298), + [anon_sym_extension] = ACTIONS(2298), + [anon_sym_indirect] = ACTIONS(2298), + [anon_sym_init] = ACTIONS(2298), + [anon_sym_deinit] = ACTIONS(2298), + [anon_sym_subscript] = ACTIONS(2298), + [anon_sym_prefix] = ACTIONS(2298), + [anon_sym_infix] = ACTIONS(2298), + [anon_sym_postfix] = ACTIONS(2298), + [anon_sym_precedencegroup] = ACTIONS(2298), + [anon_sym_associatedtype] = ACTIONS(2298), + [anon_sym_AT] = ACTIONS(2296), + [anon_sym_override] = ACTIONS(2298), + [anon_sym_convenience] = ACTIONS(2298), + [anon_sym_required] = ACTIONS(2298), + [anon_sym_nonisolated] = ACTIONS(2298), + [anon_sym_public] = ACTIONS(2298), + [anon_sym_private] = ACTIONS(2298), + [anon_sym_internal] = ACTIONS(2298), + [anon_sym_fileprivate] = ACTIONS(2298), + [anon_sym_open] = ACTIONS(2298), + [anon_sym_mutating] = ACTIONS(2298), + [anon_sym_nonmutating] = ACTIONS(2298), + [anon_sym_static] = ACTIONS(2298), + [anon_sym_dynamic] = ACTIONS(2298), + [anon_sym_optional] = ACTIONS(2298), + [anon_sym_distributed] = ACTIONS(2298), + [anon_sym_final] = ACTIONS(2298), + [anon_sym_inout] = ACTIONS(2298), + [anon_sym_ATescaping] = ACTIONS(2298), + [anon_sym_ATautoclosure] = ACTIONS(2298), + [anon_sym_weak] = ACTIONS(2298), + [anon_sym_unowned] = ACTIONS(2296), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2298), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2298), + [anon_sym_borrowing] = ACTIONS(2298), + [anon_sym_consuming] = ACTIONS(2298), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2298), + [sym__eq_custom] = ACTIONS(2298), + [sym__throws_keyword] = ACTIONS(2298), + [sym__rethrows_keyword] = ACTIONS(2298), + [sym_where_keyword] = ACTIONS(2298), + [sym__async_keyword_custom] = ACTIONS(2298), + }, + [STATE(1901)] = { + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2302), + [anon_sym_async] = ACTIONS(2302), + [anon_sym_lazy] = ACTIONS(2302), + [anon_sym_package] = ACTIONS(2302), + [anon_sym_RPAREN] = ACTIONS(2302), + [anon_sym_COMMA] = ACTIONS(2302), + [anon_sym_BANG2] = ACTIONS(2302), + [anon_sym_DOT] = ACTIONS(2300), + [anon_sym_AMP] = ACTIONS(2302), + [anon_sym_LBRACE] = ACTIONS(2302), + [anon_sym_RBRACE] = ACTIONS(2302), + [anon_sym_case] = ACTIONS(2302), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2302), + [anon_sym_import] = ACTIONS(2302), + [anon_sym_typealias] = ACTIONS(2302), + [anon_sym_struct] = ACTIONS(2302), + [anon_sym_class] = ACTIONS(2302), + [anon_sym_enum] = ACTIONS(2302), + [anon_sym_protocol] = ACTIONS(2302), + [anon_sym_let] = ACTIONS(2302), + [anon_sym_var] = ACTIONS(2302), + [anon_sym_func] = ACTIONS(2302), + [anon_sym_extension] = ACTIONS(2302), + [anon_sym_indirect] = ACTIONS(2302), + [anon_sym_init] = ACTIONS(2302), + [anon_sym_deinit] = ACTIONS(2302), + [anon_sym_subscript] = ACTIONS(2302), + [anon_sym_prefix] = ACTIONS(2302), + [anon_sym_infix] = ACTIONS(2302), + [anon_sym_postfix] = ACTIONS(2302), + [anon_sym_precedencegroup] = ACTIONS(2302), + [anon_sym_associatedtype] = ACTIONS(2302), + [anon_sym_AT] = ACTIONS(2300), + [anon_sym_override] = ACTIONS(2302), + [anon_sym_convenience] = ACTIONS(2302), + [anon_sym_required] = ACTIONS(2302), + [anon_sym_nonisolated] = ACTIONS(2302), + [anon_sym_public] = ACTIONS(2302), + [anon_sym_private] = ACTIONS(2302), + [anon_sym_internal] = ACTIONS(2302), + [anon_sym_fileprivate] = ACTIONS(2302), + [anon_sym_open] = ACTIONS(2302), + [anon_sym_mutating] = ACTIONS(2302), + [anon_sym_nonmutating] = ACTIONS(2302), + [anon_sym_static] = ACTIONS(2302), + [anon_sym_dynamic] = ACTIONS(2302), + [anon_sym_optional] = ACTIONS(2302), + [anon_sym_distributed] = ACTIONS(2302), + [anon_sym_final] = ACTIONS(2302), + [anon_sym_inout] = ACTIONS(2302), + [anon_sym_ATescaping] = ACTIONS(2302), + [anon_sym_ATautoclosure] = ACTIONS(2302), + [anon_sym_weak] = ACTIONS(2302), + [anon_sym_unowned] = ACTIONS(2300), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2302), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2302), + [anon_sym_borrowing] = ACTIONS(2302), + [anon_sym_consuming] = ACTIONS(2302), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2302), + [sym__eq_custom] = ACTIONS(2302), + [sym__throws_keyword] = ACTIONS(2302), + [sym__rethrows_keyword] = ACTIONS(2302), + [sym__async_keyword_custom] = ACTIONS(2302), + }, + [STATE(1902)] = { + [anon_sym_BANG] = ACTIONS(2331), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(2331), + [aux_sym_simple_identifier_token2] = ACTIONS(2333), + [aux_sym_simple_identifier_token3] = ACTIONS(2333), + [aux_sym_simple_identifier_token4] = ACTIONS(2333), + [anon_sym_actor] = ACTIONS(2331), + [anon_sym_async] = ACTIONS(2331), + [anon_sym_each] = ACTIONS(2331), + [anon_sym_lazy] = ACTIONS(2331), + [anon_sym_repeat] = ACTIONS(2331), + [anon_sym_package] = ACTIONS(2331), + [anon_sym_COMMA] = ACTIONS(2333), + [anon_sym_COLON] = ACTIONS(2333), + [anon_sym_LPAREN] = ACTIONS(2333), + [anon_sym_LBRACK] = ACTIONS(2333), + [anon_sym_QMARK] = ACTIONS(2331), + [anon_sym_QMARK2] = ACTIONS(2333), + [anon_sym_AMP] = ACTIONS(2333), + [aux_sym_custom_operator_token1] = ACTIONS(2333), + [anon_sym_LT] = ACTIONS(2331), + [anon_sym_GT] = ACTIONS(2331), + [anon_sym_LBRACE] = ACTIONS(2333), + [anon_sym_CARET_LBRACE] = ACTIONS(2333), + [anon_sym_PLUS_EQ] = ACTIONS(2333), + [anon_sym_DASH_EQ] = ACTIONS(2333), + [anon_sym_STAR_EQ] = ACTIONS(2333), + [anon_sym_SLASH_EQ] = ACTIONS(2333), + [anon_sym_PERCENT_EQ] = ACTIONS(2333), + [anon_sym_BANG_EQ] = ACTIONS(2331), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2333), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2333), + [anon_sym_LT_EQ] = ACTIONS(2333), + [anon_sym_GT_EQ] = ACTIONS(2333), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2333), + [anon_sym_DOT_DOT_LT] = ACTIONS(2333), + [anon_sym_is] = ACTIONS(2331), + [anon_sym_PLUS] = ACTIONS(2331), + [anon_sym_DASH] = ACTIONS(2331), + [anon_sym_STAR] = ACTIONS(2331), + [anon_sym_SLASH] = ACTIONS(2331), + [anon_sym_PERCENT] = ACTIONS(2331), + [anon_sym_PLUS_PLUS] = ACTIONS(2333), + [anon_sym_DASH_DASH] = ACTIONS(2333), + [anon_sym_PIPE] = ACTIONS(2333), + [anon_sym_CARET] = ACTIONS(2331), + [anon_sym_LT_LT] = ACTIONS(2333), + [anon_sym_GT_GT] = ACTIONS(2333), + [anon_sym_borrowing] = ACTIONS(2331), + [anon_sym_consuming] = ACTIONS(2331), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2333), + [sym__conjunction_operator_custom] = ACTIONS(2333), + [sym__disjunction_operator_custom] = ACTIONS(2333), + [sym__nil_coalescing_operator_custom] = ACTIONS(2333), + [sym__eq_custom] = ACTIONS(2333), + [sym__eq_eq_custom] = ACTIONS(2333), + [sym__plus_then_ws] = ACTIONS(2333), + [sym__minus_then_ws] = ACTIONS(2333), + [sym__bang_custom] = ACTIONS(2333), + [sym_where_keyword] = ACTIONS(2333), + [sym__as_custom] = ACTIONS(2333), + [sym__as_quest_custom] = ACTIONS(2333), + [sym__as_bang_custom] = ACTIONS(2333), + [sym__custom_operator] = ACTIONS(2333), + }, + [STATE(1903)] = { + [sym__arrow_operator] = STATE(4299), + [sym__async_keyword] = STATE(7005), + [sym_throws] = STATE(8691), + [sym_throws_clause] = STATE(8691), + [aux_sym_protocol_composition_type_repeat1] = STATE(2068), + [ts_builtin_sym_end] = ACTIONS(2185), + [anon_sym_BANG] = ACTIONS(2183), + [sym_comment] = ACTIONS(3), + [anon_sym_COMMA] = ACTIONS(2185), + [anon_sym_LPAREN] = ACTIONS(2185), + [anon_sym_LBRACK] = ACTIONS(2185), + [anon_sym_DOT] = ACTIONS(2183), + [anon_sym_QMARK] = ACTIONS(2183), + [anon_sym_QMARK2] = ACTIONS(2185), + [anon_sym_AMP] = ACTIONS(2185), + [aux_sym_custom_operator_token1] = ACTIONS(2185), + [anon_sym_LT] = ACTIONS(2183), + [anon_sym_GT] = ACTIONS(2183), + [anon_sym_LBRACE] = ACTIONS(2185), + [anon_sym_CARET_LBRACE] = ACTIONS(2185), + [anon_sym_RBRACE] = ACTIONS(2185), + [anon_sym_PLUS_EQ] = ACTIONS(2185), + [anon_sym_DASH_EQ] = ACTIONS(2185), + [anon_sym_STAR_EQ] = ACTIONS(2185), + [anon_sym_SLASH_EQ] = ACTIONS(2185), + [anon_sym_PERCENT_EQ] = ACTIONS(2185), + [anon_sym_BANG_EQ] = ACTIONS(2183), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2185), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2185), + [anon_sym_LT_EQ] = ACTIONS(2185), + [anon_sym_GT_EQ] = ACTIONS(2185), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2185), + [anon_sym_DOT_DOT_LT] = ACTIONS(2185), + [anon_sym_is] = ACTIONS(2185), + [anon_sym_PLUS] = ACTIONS(2183), + [anon_sym_DASH] = ACTIONS(2183), + [anon_sym_STAR] = ACTIONS(2183), + [anon_sym_SLASH] = ACTIONS(2183), + [anon_sym_PERCENT] = ACTIONS(2183), + [anon_sym_PLUS_PLUS] = ACTIONS(2185), + [anon_sym_DASH_DASH] = ACTIONS(2185), + [anon_sym_PIPE] = ACTIONS(2185), + [anon_sym_CARET] = ACTIONS(2183), + [anon_sym_LT_LT] = ACTIONS(2185), + [anon_sym_GT_GT] = ACTIONS(2185), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2185), + [sym__explicit_semi] = ACTIONS(2185), + [sym__arrow_operator_custom] = ACTIONS(2185), + [sym__dot_custom] = ACTIONS(2185), + [sym__conjunction_operator_custom] = ACTIONS(2185), + [sym__disjunction_operator_custom] = ACTIONS(2185), + [sym__nil_coalescing_operator_custom] = ACTIONS(2185), + [sym__eq_custom] = ACTIONS(2185), + [sym__eq_eq_custom] = ACTIONS(2185), + [sym__plus_then_ws] = ACTIONS(2185), + [sym__minus_then_ws] = ACTIONS(2185), + [sym__bang_custom] = ACTIONS(2185), + [sym__throws_keyword] = ACTIONS(2185), + [sym__rethrows_keyword] = ACTIONS(2185), + [sym__as_custom] = ACTIONS(2185), + [sym__as_quest_custom] = ACTIONS(2185), + [sym__as_bang_custom] = ACTIONS(2185), + [sym__async_keyword_custom] = ACTIONS(2185), + [sym__custom_operator] = ACTIONS(2185), + }, + [STATE(1904)] = { + [anon_sym_BANG] = ACTIONS(2323), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(2325), + [aux_sym_simple_identifier_token2] = ACTIONS(2327), + [aux_sym_simple_identifier_token3] = ACTIONS(2327), + [aux_sym_simple_identifier_token4] = ACTIONS(2327), + [anon_sym_actor] = ACTIONS(2325), + [anon_sym_async] = ACTIONS(2325), + [anon_sym_each] = ACTIONS(2325), + [anon_sym_lazy] = ACTIONS(2325), + [anon_sym_repeat] = ACTIONS(2325), + [anon_sym_package] = ACTIONS(2325), + [anon_sym_COMMA] = ACTIONS(2329), + [anon_sym_LPAREN] = ACTIONS(2329), + [anon_sym_LBRACK] = ACTIONS(2329), + [anon_sym_QMARK] = ACTIONS(2323), + [anon_sym_QMARK2] = ACTIONS(2329), + [anon_sym_AMP] = ACTIONS(2329), + [aux_sym_custom_operator_token1] = ACTIONS(2329), + [anon_sym_LT] = ACTIONS(2323), + [anon_sym_GT] = ACTIONS(2323), + [anon_sym_LBRACE] = ACTIONS(2329), + [anon_sym_CARET_LBRACE] = ACTIONS(2329), + [anon_sym_PLUS_EQ] = ACTIONS(2329), + [anon_sym_DASH_EQ] = ACTIONS(2329), + [anon_sym_STAR_EQ] = ACTIONS(2329), + [anon_sym_SLASH_EQ] = ACTIONS(2329), + [anon_sym_PERCENT_EQ] = ACTIONS(2329), + [anon_sym_BANG_EQ] = ACTIONS(2323), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2329), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2329), + [anon_sym_LT_EQ] = ACTIONS(2329), + [anon_sym_GT_EQ] = ACTIONS(2329), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2329), + [anon_sym_DOT_DOT_LT] = ACTIONS(2329), + [anon_sym_is] = ACTIONS(2323), + [anon_sym_PLUS] = ACTIONS(2323), + [anon_sym_DASH] = ACTIONS(2323), + [anon_sym_STAR] = ACTIONS(2323), + [anon_sym_SLASH] = ACTIONS(2323), + [anon_sym_PERCENT] = ACTIONS(2323), + [anon_sym_PLUS_PLUS] = ACTIONS(2329), + [anon_sym_DASH_DASH] = ACTIONS(2329), + [anon_sym_PIPE] = ACTIONS(2329), + [anon_sym_CARET] = ACTIONS(2323), + [anon_sym_LT_LT] = ACTIONS(2329), + [anon_sym_GT_GT] = ACTIONS(2329), + [anon_sym_borrowing] = ACTIONS(2325), + [anon_sym_consuming] = ACTIONS(2325), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2329), + [sym__conjunction_operator_custom] = ACTIONS(2329), + [sym__disjunction_operator_custom] = ACTIONS(2329), + [sym__nil_coalescing_operator_custom] = ACTIONS(2329), + [sym__eq_custom] = ACTIONS(2329), + [sym__eq_eq_custom] = ACTIONS(2329), + [sym__plus_then_ws] = ACTIONS(2329), + [sym__minus_then_ws] = ACTIONS(2329), + [sym__bang_custom] = ACTIONS(2329), + [sym_where_keyword] = ACTIONS(2329), + [sym_else] = ACTIONS(2329), + [sym__as_custom] = ACTIONS(2329), + [sym__as_quest_custom] = ACTIONS(2329), + [sym__as_bang_custom] = ACTIONS(2329), + [sym__custom_operator] = ACTIONS(2329), + }, + [STATE(1905)] = { + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2282), + [anon_sym_async] = ACTIONS(2282), + [anon_sym_lazy] = ACTIONS(2282), + [anon_sym_package] = ACTIONS(2282), + [anon_sym_RPAREN] = ACTIONS(2282), + [anon_sym_COMMA] = ACTIONS(2282), + [anon_sym_BANG2] = ACTIONS(2282), + [anon_sym_DOT] = ACTIONS(2280), + [anon_sym_AMP] = ACTIONS(2282), + [anon_sym_LBRACE] = ACTIONS(2282), + [anon_sym_RBRACE] = ACTIONS(2282), + [anon_sym_case] = ACTIONS(2282), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2282), + [anon_sym_import] = ACTIONS(2282), + [anon_sym_typealias] = ACTIONS(2282), + [anon_sym_struct] = ACTIONS(2282), + [anon_sym_class] = ACTIONS(2282), + [anon_sym_enum] = ACTIONS(2282), + [anon_sym_protocol] = ACTIONS(2282), + [anon_sym_let] = ACTIONS(2282), + [anon_sym_var] = ACTIONS(2282), + [anon_sym_func] = ACTIONS(2282), + [anon_sym_extension] = ACTIONS(2282), + [anon_sym_indirect] = ACTIONS(2282), + [anon_sym_init] = ACTIONS(2282), + [anon_sym_deinit] = ACTIONS(2282), + [anon_sym_subscript] = ACTIONS(2282), + [anon_sym_prefix] = ACTIONS(2282), + [anon_sym_infix] = ACTIONS(2282), + [anon_sym_postfix] = ACTIONS(2282), + [anon_sym_precedencegroup] = ACTIONS(2282), + [anon_sym_associatedtype] = ACTIONS(2282), + [anon_sym_AT] = ACTIONS(2280), + [anon_sym_override] = ACTIONS(2282), + [anon_sym_convenience] = ACTIONS(2282), + [anon_sym_required] = ACTIONS(2282), + [anon_sym_nonisolated] = ACTIONS(2282), + [anon_sym_public] = ACTIONS(2282), + [anon_sym_private] = ACTIONS(2282), + [anon_sym_internal] = ACTIONS(2282), + [anon_sym_fileprivate] = ACTIONS(2282), + [anon_sym_open] = ACTIONS(2282), + [anon_sym_mutating] = ACTIONS(2282), + [anon_sym_nonmutating] = ACTIONS(2282), + [anon_sym_static] = ACTIONS(2282), + [anon_sym_dynamic] = ACTIONS(2282), + [anon_sym_optional] = ACTIONS(2282), + [anon_sym_distributed] = ACTIONS(2282), + [anon_sym_final] = ACTIONS(2282), + [anon_sym_inout] = ACTIONS(2282), + [anon_sym_ATescaping] = ACTIONS(2282), + [anon_sym_ATautoclosure] = ACTIONS(2282), + [anon_sym_weak] = ACTIONS(2282), + [anon_sym_unowned] = ACTIONS(2280), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2282), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2282), + [anon_sym_borrowing] = ACTIONS(2282), + [anon_sym_consuming] = ACTIONS(2282), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2282), + [sym__eq_custom] = ACTIONS(2282), + [sym__throws_keyword] = ACTIONS(2282), + [sym__rethrows_keyword] = ACTIONS(2282), + [sym__async_keyword_custom] = ACTIONS(2282), + }, + [STATE(1906)] = { + [anon_sym_BANG] = ACTIONS(2338), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(2338), + [aux_sym_simple_identifier_token2] = ACTIONS(2340), + [aux_sym_simple_identifier_token3] = ACTIONS(2340), + [aux_sym_simple_identifier_token4] = ACTIONS(2340), + [anon_sym_actor] = ACTIONS(2338), + [anon_sym_async] = ACTIONS(2338), + [anon_sym_each] = ACTIONS(2338), + [anon_sym_lazy] = ACTIONS(2338), + [anon_sym_repeat] = ACTIONS(2338), + [anon_sym_package] = ACTIONS(2338), + [anon_sym_COMMA] = ACTIONS(2340), + [anon_sym_COLON] = ACTIONS(2340), + [anon_sym_LPAREN] = ACTIONS(2340), + [anon_sym_LBRACK] = ACTIONS(2340), + [anon_sym_QMARK] = ACTIONS(2338), + [anon_sym_QMARK2] = ACTIONS(2340), + [anon_sym_AMP] = ACTIONS(2340), + [aux_sym_custom_operator_token1] = ACTIONS(2340), + [anon_sym_LT] = ACTIONS(2338), + [anon_sym_GT] = ACTIONS(2338), + [anon_sym_LBRACE] = ACTIONS(2340), + [anon_sym_CARET_LBRACE] = ACTIONS(2340), + [anon_sym_PLUS_EQ] = ACTIONS(2340), + [anon_sym_DASH_EQ] = ACTIONS(2340), + [anon_sym_STAR_EQ] = ACTIONS(2340), + [anon_sym_SLASH_EQ] = ACTIONS(2340), + [anon_sym_PERCENT_EQ] = ACTIONS(2340), + [anon_sym_BANG_EQ] = ACTIONS(2338), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2340), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2340), + [anon_sym_LT_EQ] = ACTIONS(2340), + [anon_sym_GT_EQ] = ACTIONS(2340), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2340), + [anon_sym_DOT_DOT_LT] = ACTIONS(2340), + [anon_sym_is] = ACTIONS(2338), + [anon_sym_PLUS] = ACTIONS(2338), + [anon_sym_DASH] = ACTIONS(2338), + [anon_sym_STAR] = ACTIONS(2338), + [anon_sym_SLASH] = ACTIONS(2338), + [anon_sym_PERCENT] = ACTIONS(2338), + [anon_sym_PLUS_PLUS] = ACTIONS(2340), + [anon_sym_DASH_DASH] = ACTIONS(2340), + [anon_sym_PIPE] = ACTIONS(2340), + [anon_sym_CARET] = ACTIONS(2338), + [anon_sym_LT_LT] = ACTIONS(2340), + [anon_sym_GT_GT] = ACTIONS(2340), + [anon_sym_borrowing] = ACTIONS(2338), + [anon_sym_consuming] = ACTIONS(2338), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2340), + [sym__conjunction_operator_custom] = ACTIONS(2340), + [sym__disjunction_operator_custom] = ACTIONS(2340), + [sym__nil_coalescing_operator_custom] = ACTIONS(2340), + [sym__eq_custom] = ACTIONS(2340), + [sym__eq_eq_custom] = ACTIONS(2340), + [sym__plus_then_ws] = ACTIONS(2340), + [sym__minus_then_ws] = ACTIONS(2340), + [sym__bang_custom] = ACTIONS(2340), + [sym_where_keyword] = ACTIONS(2340), + [sym__as_custom] = ACTIONS(2340), + [sym__as_quest_custom] = ACTIONS(2340), + [sym__as_bang_custom] = ACTIONS(2340), + [sym__custom_operator] = ACTIONS(2340), + }, + [STATE(1907)] = { + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2306), + [anon_sym_async] = ACTIONS(2306), + [anon_sym_lazy] = ACTIONS(2306), + [anon_sym_package] = ACTIONS(2306), + [anon_sym_RPAREN] = ACTIONS(2306), + [anon_sym_COMMA] = ACTIONS(2306), + [anon_sym_BANG2] = ACTIONS(2306), + [anon_sym_DOT] = ACTIONS(2304), + [anon_sym_AMP] = ACTIONS(2306), + [anon_sym_LBRACE] = ACTIONS(2306), + [anon_sym_RBRACE] = ACTIONS(2306), + [anon_sym_case] = ACTIONS(2306), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2306), + [anon_sym_import] = ACTIONS(2306), + [anon_sym_typealias] = ACTIONS(2306), + [anon_sym_struct] = ACTIONS(2306), + [anon_sym_class] = ACTIONS(2306), + [anon_sym_enum] = ACTIONS(2306), + [anon_sym_protocol] = ACTIONS(2306), + [anon_sym_let] = ACTIONS(2306), + [anon_sym_var] = ACTIONS(2306), + [anon_sym_func] = ACTIONS(2306), + [anon_sym_extension] = ACTIONS(2306), + [anon_sym_indirect] = ACTIONS(2306), + [anon_sym_init] = ACTIONS(2306), + [anon_sym_deinit] = ACTIONS(2306), + [anon_sym_subscript] = ACTIONS(2306), + [anon_sym_prefix] = ACTIONS(2306), + [anon_sym_infix] = ACTIONS(2306), + [anon_sym_postfix] = ACTIONS(2306), + [anon_sym_precedencegroup] = ACTIONS(2306), + [anon_sym_associatedtype] = ACTIONS(2306), + [anon_sym_AT] = ACTIONS(2304), + [anon_sym_override] = ACTIONS(2306), + [anon_sym_convenience] = ACTIONS(2306), + [anon_sym_required] = ACTIONS(2306), + [anon_sym_nonisolated] = ACTIONS(2306), + [anon_sym_public] = ACTIONS(2306), + [anon_sym_private] = ACTIONS(2306), + [anon_sym_internal] = ACTIONS(2306), + [anon_sym_fileprivate] = ACTIONS(2306), + [anon_sym_open] = ACTIONS(2306), + [anon_sym_mutating] = ACTIONS(2306), + [anon_sym_nonmutating] = ACTIONS(2306), + [anon_sym_static] = ACTIONS(2306), + [anon_sym_dynamic] = ACTIONS(2306), + [anon_sym_optional] = ACTIONS(2306), + [anon_sym_distributed] = ACTIONS(2306), + [anon_sym_final] = ACTIONS(2306), + [anon_sym_inout] = ACTIONS(2306), + [anon_sym_ATescaping] = ACTIONS(2306), + [anon_sym_ATautoclosure] = ACTIONS(2306), + [anon_sym_weak] = ACTIONS(2306), + [anon_sym_unowned] = ACTIONS(2304), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2306), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2306), + [anon_sym_borrowing] = ACTIONS(2306), + [anon_sym_consuming] = ACTIONS(2306), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2306), + [sym__eq_custom] = ACTIONS(2306), + [sym__throws_keyword] = ACTIONS(2306), + [sym__rethrows_keyword] = ACTIONS(2306), + [sym__async_keyword_custom] = ACTIONS(2306), + }, + [STATE(1908)] = { + [sym__arrow_operator] = STATE(4299), + [sym__async_keyword] = STATE(7005), + [sym_throws] = STATE(8691), + [sym_throws_clause] = STATE(8691), + [aux_sym_protocol_composition_type_repeat1] = STATE(2068), + [ts_builtin_sym_end] = ACTIONS(2108), + [anon_sym_BANG] = ACTIONS(2106), + [sym_comment] = ACTIONS(3), + [anon_sym_COMMA] = ACTIONS(2108), + [anon_sym_LPAREN] = ACTIONS(2108), + [anon_sym_LBRACK] = ACTIONS(2108), + [anon_sym_DOT] = ACTIONS(2106), + [anon_sym_QMARK] = ACTIONS(2106), + [anon_sym_QMARK2] = ACTIONS(2108), + [anon_sym_AMP] = ACTIONS(2108), + [aux_sym_custom_operator_token1] = ACTIONS(2108), + [anon_sym_LT] = ACTIONS(2106), + [anon_sym_GT] = ACTIONS(2106), + [anon_sym_LBRACE] = ACTIONS(2108), + [anon_sym_CARET_LBRACE] = ACTIONS(2108), + [anon_sym_RBRACE] = ACTIONS(2108), + [anon_sym_PLUS_EQ] = ACTIONS(2108), + [anon_sym_DASH_EQ] = ACTIONS(2108), + [anon_sym_STAR_EQ] = ACTIONS(2108), + [anon_sym_SLASH_EQ] = ACTIONS(2108), + [anon_sym_PERCENT_EQ] = ACTIONS(2108), + [anon_sym_BANG_EQ] = ACTIONS(2106), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2108), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2108), + [anon_sym_LT_EQ] = ACTIONS(2108), + [anon_sym_GT_EQ] = ACTIONS(2108), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2108), + [anon_sym_DOT_DOT_LT] = ACTIONS(2108), + [anon_sym_is] = ACTIONS(2108), + [anon_sym_PLUS] = ACTIONS(2106), + [anon_sym_DASH] = ACTIONS(2106), + [anon_sym_STAR] = ACTIONS(2106), + [anon_sym_SLASH] = ACTIONS(2106), + [anon_sym_PERCENT] = ACTIONS(2106), + [anon_sym_PLUS_PLUS] = ACTIONS(2108), + [anon_sym_DASH_DASH] = ACTIONS(2108), + [anon_sym_PIPE] = ACTIONS(2108), + [anon_sym_CARET] = ACTIONS(2106), + [anon_sym_LT_LT] = ACTIONS(2108), + [anon_sym_GT_GT] = ACTIONS(2108), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2108), + [sym__explicit_semi] = ACTIONS(2108), + [sym__arrow_operator_custom] = ACTIONS(2108), + [sym__dot_custom] = ACTIONS(2108), + [sym__conjunction_operator_custom] = ACTIONS(2108), + [sym__disjunction_operator_custom] = ACTIONS(2108), + [sym__nil_coalescing_operator_custom] = ACTIONS(2108), + [sym__eq_custom] = ACTIONS(2108), + [sym__eq_eq_custom] = ACTIONS(2108), + [sym__plus_then_ws] = ACTIONS(2108), + [sym__minus_then_ws] = ACTIONS(2108), + [sym__bang_custom] = ACTIONS(2108), + [sym__throws_keyword] = ACTIONS(2108), + [sym__rethrows_keyword] = ACTIONS(2108), + [sym__as_custom] = ACTIONS(2108), + [sym__as_quest_custom] = ACTIONS(2108), + [sym__as_bang_custom] = ACTIONS(2108), + [sym__async_keyword_custom] = ACTIONS(2108), + [sym__custom_operator] = ACTIONS(2108), + }, + [STATE(1909)] = { + [anon_sym_BANG] = ACTIONS(2331), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(2331), + [aux_sym_simple_identifier_token2] = ACTIONS(2333), + [aux_sym_simple_identifier_token3] = ACTIONS(2333), + [aux_sym_simple_identifier_token4] = ACTIONS(2333), + [anon_sym_actor] = ACTIONS(2331), + [anon_sym_async] = ACTIONS(2331), + [anon_sym_each] = ACTIONS(2331), + [anon_sym_lazy] = ACTIONS(2331), + [anon_sym_repeat] = ACTIONS(2331), + [anon_sym_package] = ACTIONS(2331), + [anon_sym_COMMA] = ACTIONS(2333), + [anon_sym_LPAREN] = ACTIONS(2333), + [anon_sym_LBRACK] = ACTIONS(2333), + [anon_sym_QMARK] = ACTIONS(2331), + [anon_sym_QMARK2] = ACTIONS(2333), + [anon_sym_AMP] = ACTIONS(2333), + [aux_sym_custom_operator_token1] = ACTIONS(2333), + [anon_sym_LT] = ACTIONS(2331), + [anon_sym_GT] = ACTIONS(2331), + [anon_sym_LBRACE] = ACTIONS(2333), + [anon_sym_CARET_LBRACE] = ACTIONS(2333), + [anon_sym_PLUS_EQ] = ACTIONS(2333), + [anon_sym_DASH_EQ] = ACTIONS(2333), + [anon_sym_STAR_EQ] = ACTIONS(2333), + [anon_sym_SLASH_EQ] = ACTIONS(2333), + [anon_sym_PERCENT_EQ] = ACTIONS(2333), + [anon_sym_BANG_EQ] = ACTIONS(2331), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2333), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2333), + [anon_sym_LT_EQ] = ACTIONS(2333), + [anon_sym_GT_EQ] = ACTIONS(2333), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2333), + [anon_sym_DOT_DOT_LT] = ACTIONS(2333), + [anon_sym_is] = ACTIONS(2331), + [anon_sym_PLUS] = ACTIONS(2331), + [anon_sym_DASH] = ACTIONS(2331), + [anon_sym_STAR] = ACTIONS(2331), + [anon_sym_SLASH] = ACTIONS(2331), + [anon_sym_PERCENT] = ACTIONS(2331), + [anon_sym_PLUS_PLUS] = ACTIONS(2333), + [anon_sym_DASH_DASH] = ACTIONS(2333), + [anon_sym_PIPE] = ACTIONS(2333), + [anon_sym_CARET] = ACTIONS(2331), + [anon_sym_LT_LT] = ACTIONS(2333), + [anon_sym_GT_GT] = ACTIONS(2333), + [anon_sym_borrowing] = ACTIONS(2331), + [anon_sym_consuming] = ACTIONS(2331), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2333), + [sym__conjunction_operator_custom] = ACTIONS(2333), + [sym__disjunction_operator_custom] = ACTIONS(2333), + [sym__nil_coalescing_operator_custom] = ACTIONS(2333), + [sym__eq_custom] = ACTIONS(2333), + [sym__eq_eq_custom] = ACTIONS(2333), + [sym__plus_then_ws] = ACTIONS(2333), + [sym__minus_then_ws] = ACTIONS(2333), + [sym__bang_custom] = ACTIONS(2333), + [sym_where_keyword] = ACTIONS(2333), + [sym_else] = ACTIONS(2333), + [sym__as_custom] = ACTIONS(2333), + [sym__as_quest_custom] = ACTIONS(2333), + [sym__as_bang_custom] = ACTIONS(2333), + [sym__custom_operator] = ACTIONS(2333), + }, + [STATE(1910)] = { + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2302), + [anon_sym_async] = ACTIONS(2302), + [anon_sym_lazy] = ACTIONS(2302), + [anon_sym_package] = ACTIONS(2302), + [sym_integer_literal] = ACTIONS(2302), + [anon_sym_LPAREN] = ACTIONS(2302), + [anon_sym_LT] = ACTIONS(2302), + [anon_sym_LBRACE] = ACTIONS(2302), + [anon_sym_CARET_LBRACE] = ACTIONS(2302), + [anon_sym_RBRACE] = ACTIONS(2302), + [anon_sym_case] = ACTIONS(2302), + [anon_sym_import] = ACTIONS(2302), + [anon_sym_typealias] = ACTIONS(2302), + [anon_sym_struct] = ACTIONS(2302), + [anon_sym_class] = ACTIONS(2302), + [anon_sym_enum] = ACTIONS(2302), + [anon_sym_protocol] = ACTIONS(2302), + [anon_sym_let] = ACTIONS(2302), + [anon_sym_var] = ACTIONS(2302), + [anon_sym_func] = ACTIONS(2302), + [anon_sym_willSet] = ACTIONS(2302), + [anon_sym_didSet] = ACTIONS(2302), + [anon_sym_macro] = ACTIONS(2302), + [anon_sym_extension] = ACTIONS(2302), + [anon_sym_indirect] = ACTIONS(2302), + [anon_sym_init] = ACTIONS(2302), + [anon_sym_deinit] = ACTIONS(2302), + [anon_sym_subscript] = ACTIONS(2302), + [anon_sym_get] = ACTIONS(2302), + [anon_sym_set] = ACTIONS(2302), + [anon_sym__modify] = ACTIONS(2302), + [anon_sym_prefix] = ACTIONS(2302), + [anon_sym_infix] = ACTIONS(2302), + [anon_sym_postfix] = ACTIONS(2302), + [anon_sym_precedencegroup] = ACTIONS(2302), + [anon_sym_associatedtype] = ACTIONS(2302), + [anon_sym_AT] = ACTIONS(2300), + [anon_sym_override] = ACTIONS(2302), + [anon_sym_convenience] = ACTIONS(2302), + [anon_sym_required] = ACTIONS(2302), + [anon_sym_nonisolated] = ACTIONS(2302), + [anon_sym_public] = ACTIONS(2302), + [anon_sym_private] = ACTIONS(2302), + [anon_sym_internal] = ACTIONS(2302), + [anon_sym_fileprivate] = ACTIONS(2302), + [anon_sym_open] = ACTIONS(2302), + [anon_sym_mutating] = ACTIONS(2302), + [anon_sym_nonmutating] = ACTIONS(2302), + [anon_sym_static] = ACTIONS(2302), + [anon_sym_dynamic] = ACTIONS(2302), + [anon_sym_optional] = ACTIONS(2302), + [anon_sym_distributed] = ACTIONS(2302), + [anon_sym_final] = ACTIONS(2302), + [anon_sym_inout] = ACTIONS(2302), + [anon_sym_ATescaping] = ACTIONS(2302), + [anon_sym_ATautoclosure] = ACTIONS(2302), + [anon_sym_weak] = ACTIONS(2302), + [anon_sym_unowned] = ACTIONS(2300), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2302), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2302), + [anon_sym_borrowing] = ACTIONS(2302), + [anon_sym_consuming] = ACTIONS(2302), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2302), + }, + [STATE(1911)] = { + [anon_sym_BANG] = ACTIONS(2338), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(2338), + [aux_sym_simple_identifier_token2] = ACTIONS(2340), + [aux_sym_simple_identifier_token3] = ACTIONS(2340), + [aux_sym_simple_identifier_token4] = ACTIONS(2340), + [anon_sym_actor] = ACTIONS(2338), + [anon_sym_async] = ACTIONS(2338), + [anon_sym_each] = ACTIONS(2338), + [anon_sym_lazy] = ACTIONS(2338), + [anon_sym_repeat] = ACTIONS(2338), + [anon_sym_package] = ACTIONS(2338), + [anon_sym_COMMA] = ACTIONS(2340), + [anon_sym_LPAREN] = ACTIONS(2340), + [anon_sym_LBRACK] = ACTIONS(2340), + [anon_sym_QMARK] = ACTIONS(2338), + [anon_sym_QMARK2] = ACTIONS(2340), + [anon_sym_AMP] = ACTIONS(2340), + [aux_sym_custom_operator_token1] = ACTIONS(2340), + [anon_sym_LT] = ACTIONS(2338), + [anon_sym_GT] = ACTIONS(2338), + [anon_sym_LBRACE] = ACTIONS(2340), + [anon_sym_CARET_LBRACE] = ACTIONS(2340), + [anon_sym_PLUS_EQ] = ACTIONS(2340), + [anon_sym_DASH_EQ] = ACTIONS(2340), + [anon_sym_STAR_EQ] = ACTIONS(2340), + [anon_sym_SLASH_EQ] = ACTIONS(2340), + [anon_sym_PERCENT_EQ] = ACTIONS(2340), + [anon_sym_BANG_EQ] = ACTIONS(2338), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2340), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2340), + [anon_sym_LT_EQ] = ACTIONS(2340), + [anon_sym_GT_EQ] = ACTIONS(2340), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2340), + [anon_sym_DOT_DOT_LT] = ACTIONS(2340), + [anon_sym_is] = ACTIONS(2338), + [anon_sym_PLUS] = ACTIONS(2338), + [anon_sym_DASH] = ACTIONS(2338), + [anon_sym_STAR] = ACTIONS(2338), + [anon_sym_SLASH] = ACTIONS(2338), + [anon_sym_PERCENT] = ACTIONS(2338), + [anon_sym_PLUS_PLUS] = ACTIONS(2340), + [anon_sym_DASH_DASH] = ACTIONS(2340), + [anon_sym_PIPE] = ACTIONS(2340), + [anon_sym_CARET] = ACTIONS(2338), + [anon_sym_LT_LT] = ACTIONS(2340), + [anon_sym_GT_GT] = ACTIONS(2340), + [anon_sym_borrowing] = ACTIONS(2338), + [anon_sym_consuming] = ACTIONS(2338), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2340), + [sym__conjunction_operator_custom] = ACTIONS(2340), + [sym__disjunction_operator_custom] = ACTIONS(2340), + [sym__nil_coalescing_operator_custom] = ACTIONS(2340), + [sym__eq_custom] = ACTIONS(2340), + [sym__eq_eq_custom] = ACTIONS(2340), + [sym__plus_then_ws] = ACTIONS(2340), + [sym__minus_then_ws] = ACTIONS(2340), + [sym__bang_custom] = ACTIONS(2340), + [sym_where_keyword] = ACTIONS(2340), + [sym_else] = ACTIONS(2340), + [sym__as_custom] = ACTIONS(2340), + [sym__as_quest_custom] = ACTIONS(2340), + [sym__as_bang_custom] = ACTIONS(2340), + [sym__custom_operator] = ACTIONS(2340), + }, + [STATE(1912)] = { + [anon_sym_BANG] = ACTIONS(2342), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(2342), + [aux_sym_simple_identifier_token2] = ACTIONS(2344), + [aux_sym_simple_identifier_token3] = ACTIONS(2344), + [aux_sym_simple_identifier_token4] = ACTIONS(2344), + [anon_sym_actor] = ACTIONS(2342), + [anon_sym_async] = ACTIONS(2342), + [anon_sym_each] = ACTIONS(2342), + [anon_sym_lazy] = ACTIONS(2342), + [anon_sym_repeat] = ACTIONS(2342), + [anon_sym_package] = ACTIONS(2342), + [anon_sym_COMMA] = ACTIONS(2344), + [anon_sym_COLON] = ACTIONS(2344), + [anon_sym_LPAREN] = ACTIONS(2344), + [anon_sym_LBRACK] = ACTIONS(2344), + [anon_sym_QMARK] = ACTIONS(2342), + [anon_sym_QMARK2] = ACTIONS(2344), + [anon_sym_AMP] = ACTIONS(2344), + [aux_sym_custom_operator_token1] = ACTIONS(2344), + [anon_sym_LT] = ACTIONS(2342), + [anon_sym_GT] = ACTIONS(2342), + [anon_sym_LBRACE] = ACTIONS(2344), + [anon_sym_CARET_LBRACE] = ACTIONS(2344), + [anon_sym_PLUS_EQ] = ACTIONS(2344), + [anon_sym_DASH_EQ] = ACTIONS(2344), + [anon_sym_STAR_EQ] = ACTIONS(2344), + [anon_sym_SLASH_EQ] = ACTIONS(2344), + [anon_sym_PERCENT_EQ] = ACTIONS(2344), + [anon_sym_BANG_EQ] = ACTIONS(2342), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2344), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2344), + [anon_sym_LT_EQ] = ACTIONS(2344), + [anon_sym_GT_EQ] = ACTIONS(2344), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2344), + [anon_sym_DOT_DOT_LT] = ACTIONS(2344), + [anon_sym_is] = ACTIONS(2342), + [anon_sym_PLUS] = ACTIONS(2342), + [anon_sym_DASH] = ACTIONS(2342), + [anon_sym_STAR] = ACTIONS(2342), + [anon_sym_SLASH] = ACTIONS(2342), + [anon_sym_PERCENT] = ACTIONS(2342), + [anon_sym_PLUS_PLUS] = ACTIONS(2344), + [anon_sym_DASH_DASH] = ACTIONS(2344), + [anon_sym_PIPE] = ACTIONS(2344), + [anon_sym_CARET] = ACTIONS(2342), + [anon_sym_LT_LT] = ACTIONS(2344), + [anon_sym_GT_GT] = ACTIONS(2344), + [anon_sym_borrowing] = ACTIONS(2342), + [anon_sym_consuming] = ACTIONS(2342), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2344), + [sym__conjunction_operator_custom] = ACTIONS(2344), + [sym__disjunction_operator_custom] = ACTIONS(2344), + [sym__nil_coalescing_operator_custom] = ACTIONS(2344), + [sym__eq_custom] = ACTIONS(2344), + [sym__eq_eq_custom] = ACTIONS(2344), + [sym__plus_then_ws] = ACTIONS(2344), + [sym__minus_then_ws] = ACTIONS(2344), + [sym__bang_custom] = ACTIONS(2344), + [sym_where_keyword] = ACTIONS(2344), + [sym__as_custom] = ACTIONS(2344), + [sym__as_quest_custom] = ACTIONS(2344), + [sym__as_bang_custom] = ACTIONS(2344), + [sym__custom_operator] = ACTIONS(2344), + }, + [STATE(1913)] = { + [sym__immediate_quest] = STATE(1917), + [aux_sym_optional_type_repeat1] = STATE(1917), + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2087), + [anon_sym_async] = ACTIONS(2087), + [anon_sym_lazy] = ACTIONS(2087), + [anon_sym_package] = ACTIONS(2087), + [anon_sym_COMMA] = ACTIONS(2087), + [anon_sym_BANG2] = ACTIONS(2087), + [anon_sym_DOT] = ACTIONS(2087), + [anon_sym_QMARK2] = ACTIONS(4344), + [anon_sym_AMP] = ACTIONS(2087), + [anon_sym_LBRACE] = ACTIONS(2087), + [anon_sym_RBRACE] = ACTIONS(2087), + [anon_sym_case] = ACTIONS(2087), + [anon_sym_import] = ACTIONS(2087), + [anon_sym_typealias] = ACTIONS(2087), + [anon_sym_struct] = ACTIONS(2087), + [anon_sym_class] = ACTIONS(2087), + [anon_sym_enum] = ACTIONS(2087), + [anon_sym_protocol] = ACTIONS(2087), + [anon_sym_let] = ACTIONS(2087), + [anon_sym_var] = ACTIONS(2087), + [anon_sym_func] = ACTIONS(2087), + [anon_sym_extension] = ACTIONS(2087), + [anon_sym_indirect] = ACTIONS(2087), + [anon_sym_init] = ACTIONS(2087), + [anon_sym_deinit] = ACTIONS(2087), + [anon_sym_subscript] = ACTIONS(2087), + [anon_sym_prefix] = ACTIONS(2087), + [anon_sym_infix] = ACTIONS(2087), + [anon_sym_postfix] = ACTIONS(2087), + [anon_sym_precedencegroup] = ACTIONS(2087), + [anon_sym_associatedtype] = ACTIONS(2087), + [anon_sym_AT] = ACTIONS(2085), + [anon_sym_override] = ACTIONS(2087), + [anon_sym_convenience] = ACTIONS(2087), + [anon_sym_required] = ACTIONS(2087), + [anon_sym_nonisolated] = ACTIONS(2087), + [anon_sym_public] = ACTIONS(2087), + [anon_sym_private] = ACTIONS(2087), + [anon_sym_internal] = ACTIONS(2087), + [anon_sym_fileprivate] = ACTIONS(2087), + [anon_sym_open] = ACTIONS(2087), + [anon_sym_mutating] = ACTIONS(2087), + [anon_sym_nonmutating] = ACTIONS(2087), + [anon_sym_static] = ACTIONS(2087), + [anon_sym_dynamic] = ACTIONS(2087), + [anon_sym_optional] = ACTIONS(2087), + [anon_sym_distributed] = ACTIONS(2087), + [anon_sym_final] = ACTIONS(2087), + [anon_sym_inout] = ACTIONS(2087), + [anon_sym_ATescaping] = ACTIONS(2087), + [anon_sym_ATautoclosure] = ACTIONS(2087), + [anon_sym_weak] = ACTIONS(2087), + [anon_sym_unowned] = ACTIONS(2085), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2087), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2087), + [anon_sym_borrowing] = ACTIONS(2087), + [anon_sym_consuming] = ACTIONS(2087), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2087), + [sym__throws_keyword] = ACTIONS(2087), + [sym__rethrows_keyword] = ACTIONS(2087), + [sym__async_keyword_custom] = ACTIONS(2087), + }, + [STATE(1914)] = { + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2203), + [anon_sym_async] = ACTIONS(2203), + [anon_sym_lazy] = ACTIONS(2203), + [anon_sym_package] = ACTIONS(2203), + [anon_sym_RPAREN] = ACTIONS(2203), + [anon_sym_COMMA] = ACTIONS(2203), + [anon_sym_BANG2] = ACTIONS(2203), + [anon_sym_DOT] = ACTIONS(2201), + [anon_sym_AMP] = ACTIONS(2203), + [anon_sym_LBRACE] = ACTIONS(2203), + [anon_sym_RBRACE] = ACTIONS(2203), + [anon_sym_case] = ACTIONS(2203), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2203), + [anon_sym_import] = ACTIONS(2203), + [anon_sym_typealias] = ACTIONS(2203), + [anon_sym_struct] = ACTIONS(2203), + [anon_sym_class] = ACTIONS(2203), + [anon_sym_enum] = ACTIONS(2203), + [anon_sym_protocol] = ACTIONS(2203), + [anon_sym_let] = ACTIONS(2203), + [anon_sym_var] = ACTIONS(2203), + [anon_sym_func] = ACTIONS(2203), + [anon_sym_extension] = ACTIONS(2203), + [anon_sym_indirect] = ACTIONS(2203), + [anon_sym_init] = ACTIONS(2203), + [anon_sym_deinit] = ACTIONS(2203), + [anon_sym_subscript] = ACTIONS(2203), + [anon_sym_prefix] = ACTIONS(2203), + [anon_sym_infix] = ACTIONS(2203), + [anon_sym_postfix] = ACTIONS(2203), + [anon_sym_precedencegroup] = ACTIONS(2203), + [anon_sym_associatedtype] = ACTIONS(2203), + [anon_sym_AT] = ACTIONS(2201), + [anon_sym_override] = ACTIONS(2203), + [anon_sym_convenience] = ACTIONS(2203), + [anon_sym_required] = ACTIONS(2203), + [anon_sym_nonisolated] = ACTIONS(2203), + [anon_sym_public] = ACTIONS(2203), + [anon_sym_private] = ACTIONS(2203), + [anon_sym_internal] = ACTIONS(2203), + [anon_sym_fileprivate] = ACTIONS(2203), + [anon_sym_open] = ACTIONS(2203), + [anon_sym_mutating] = ACTIONS(2203), + [anon_sym_nonmutating] = ACTIONS(2203), + [anon_sym_static] = ACTIONS(2203), + [anon_sym_dynamic] = ACTIONS(2203), + [anon_sym_optional] = ACTIONS(2203), + [anon_sym_distributed] = ACTIONS(2203), + [anon_sym_final] = ACTIONS(2203), + [anon_sym_inout] = ACTIONS(2203), + [anon_sym_ATescaping] = ACTIONS(2203), + [anon_sym_ATautoclosure] = ACTIONS(2203), + [anon_sym_weak] = ACTIONS(2203), + [anon_sym_unowned] = ACTIONS(2201), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2203), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2203), + [anon_sym_borrowing] = ACTIONS(2203), + [anon_sym_consuming] = ACTIONS(2203), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2203), + [sym__eq_custom] = ACTIONS(2203), + [sym__throws_keyword] = ACTIONS(2203), + [sym__rethrows_keyword] = ACTIONS(2203), + [sym__async_keyword_custom] = ACTIONS(2203), + }, + [STATE(1915)] = { + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2207), + [anon_sym_async] = ACTIONS(2207), + [anon_sym_lazy] = ACTIONS(2207), + [anon_sym_package] = ACTIONS(2207), + [anon_sym_RPAREN] = ACTIONS(2207), + [anon_sym_COMMA] = ACTIONS(2207), + [anon_sym_BANG2] = ACTIONS(2207), + [anon_sym_DOT] = ACTIONS(2205), + [anon_sym_AMP] = ACTIONS(2207), + [anon_sym_LBRACE] = ACTIONS(2207), + [anon_sym_RBRACE] = ACTIONS(2207), + [anon_sym_case] = ACTIONS(2207), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2207), + [anon_sym_import] = ACTIONS(2207), + [anon_sym_typealias] = ACTIONS(2207), + [anon_sym_struct] = ACTIONS(2207), + [anon_sym_class] = ACTIONS(2207), + [anon_sym_enum] = ACTIONS(2207), + [anon_sym_protocol] = ACTIONS(2207), + [anon_sym_let] = ACTIONS(2207), + [anon_sym_var] = ACTIONS(2207), + [anon_sym_func] = ACTIONS(2207), + [anon_sym_extension] = ACTIONS(2207), + [anon_sym_indirect] = ACTIONS(2207), + [anon_sym_init] = ACTIONS(2207), + [anon_sym_deinit] = ACTIONS(2207), + [anon_sym_subscript] = ACTIONS(2207), + [anon_sym_prefix] = ACTIONS(2207), + [anon_sym_infix] = ACTIONS(2207), + [anon_sym_postfix] = ACTIONS(2207), + [anon_sym_precedencegroup] = ACTIONS(2207), + [anon_sym_associatedtype] = ACTIONS(2207), + [anon_sym_AT] = ACTIONS(2205), + [anon_sym_override] = ACTIONS(2207), + [anon_sym_convenience] = ACTIONS(2207), + [anon_sym_required] = ACTIONS(2207), + [anon_sym_nonisolated] = ACTIONS(2207), + [anon_sym_public] = ACTIONS(2207), + [anon_sym_private] = ACTIONS(2207), + [anon_sym_internal] = ACTIONS(2207), + [anon_sym_fileprivate] = ACTIONS(2207), + [anon_sym_open] = ACTIONS(2207), + [anon_sym_mutating] = ACTIONS(2207), + [anon_sym_nonmutating] = ACTIONS(2207), + [anon_sym_static] = ACTIONS(2207), + [anon_sym_dynamic] = ACTIONS(2207), + [anon_sym_optional] = ACTIONS(2207), + [anon_sym_distributed] = ACTIONS(2207), + [anon_sym_final] = ACTIONS(2207), + [anon_sym_inout] = ACTIONS(2207), + [anon_sym_ATescaping] = ACTIONS(2207), + [anon_sym_ATautoclosure] = ACTIONS(2207), + [anon_sym_weak] = ACTIONS(2207), + [anon_sym_unowned] = ACTIONS(2205), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2207), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2207), + [anon_sym_borrowing] = ACTIONS(2207), + [anon_sym_consuming] = ACTIONS(2207), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2207), + [sym__eq_custom] = ACTIONS(2207), + [sym__throws_keyword] = ACTIONS(2207), + [sym__rethrows_keyword] = ACTIONS(2207), + [sym__async_keyword_custom] = ACTIONS(2207), + }, + [STATE(1916)] = { + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2219), + [anon_sym_async] = ACTIONS(2219), + [anon_sym_lazy] = ACTIONS(2219), + [anon_sym_package] = ACTIONS(2219), + [anon_sym_COMMA] = ACTIONS(2219), + [anon_sym_BANG2] = ACTIONS(2219), + [anon_sym_DOT] = ACTIONS(2219), + [anon_sym_QMARK2] = ACTIONS(2219), + [anon_sym_AMP] = ACTIONS(2219), + [anon_sym_LBRACE] = ACTIONS(2219), + [anon_sym_RBRACE] = ACTIONS(2219), + [anon_sym_case] = ACTIONS(2219), + [anon_sym_import] = ACTIONS(2219), + [anon_sym_typealias] = ACTIONS(2219), + [anon_sym_struct] = ACTIONS(2219), + [anon_sym_class] = ACTIONS(2219), + [anon_sym_enum] = ACTIONS(2219), + [anon_sym_protocol] = ACTIONS(2219), + [anon_sym_let] = ACTIONS(2219), + [anon_sym_var] = ACTIONS(2219), + [anon_sym_func] = ACTIONS(2219), + [anon_sym_extension] = ACTIONS(2219), + [anon_sym_indirect] = ACTIONS(2219), + [anon_sym_init] = ACTIONS(2219), + [anon_sym_deinit] = ACTIONS(2219), + [anon_sym_subscript] = ACTIONS(2219), + [anon_sym_prefix] = ACTIONS(2219), + [anon_sym_infix] = ACTIONS(2219), + [anon_sym_postfix] = ACTIONS(2219), + [anon_sym_precedencegroup] = ACTIONS(2219), + [anon_sym_associatedtype] = ACTIONS(2219), + [anon_sym_AT] = ACTIONS(2217), + [anon_sym_override] = ACTIONS(2219), + [anon_sym_convenience] = ACTIONS(2219), + [anon_sym_required] = ACTIONS(2219), + [anon_sym_nonisolated] = ACTIONS(2219), + [anon_sym_public] = ACTIONS(2219), + [anon_sym_private] = ACTIONS(2219), + [anon_sym_internal] = ACTIONS(2219), + [anon_sym_fileprivate] = ACTIONS(2219), + [anon_sym_open] = ACTIONS(2219), + [anon_sym_mutating] = ACTIONS(2219), + [anon_sym_nonmutating] = ACTIONS(2219), + [anon_sym_static] = ACTIONS(2219), + [anon_sym_dynamic] = ACTIONS(2219), + [anon_sym_optional] = ACTIONS(2219), + [anon_sym_distributed] = ACTIONS(2219), + [anon_sym_final] = ACTIONS(2219), + [anon_sym_inout] = ACTIONS(2219), + [anon_sym_ATescaping] = ACTIONS(2219), + [anon_sym_ATautoclosure] = ACTIONS(2219), + [anon_sym_weak] = ACTIONS(2219), + [anon_sym_unowned] = ACTIONS(2217), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2219), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2219), + [anon_sym_borrowing] = ACTIONS(2219), + [anon_sym_consuming] = ACTIONS(2219), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2219), + [sym__eq_custom] = ACTIONS(2219), + [sym__throws_keyword] = ACTIONS(2219), + [sym__rethrows_keyword] = ACTIONS(2219), + [sym_where_keyword] = ACTIONS(2219), + [sym__async_keyword_custom] = ACTIONS(2219), + }, + [STATE(1917)] = { + [sym__immediate_quest] = STATE(1921), + [aux_sym_optional_type_repeat1] = STATE(1921), + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2123), + [anon_sym_async] = ACTIONS(2123), + [anon_sym_lazy] = ACTIONS(2123), + [anon_sym_package] = ACTIONS(2123), + [anon_sym_COMMA] = ACTIONS(2123), + [anon_sym_BANG2] = ACTIONS(2123), + [anon_sym_DOT] = ACTIONS(2123), + [anon_sym_QMARK2] = ACTIONS(4344), + [anon_sym_AMP] = ACTIONS(2123), + [anon_sym_LBRACE] = ACTIONS(2123), + [anon_sym_RBRACE] = ACTIONS(2123), + [anon_sym_case] = ACTIONS(2123), + [anon_sym_import] = ACTIONS(2123), + [anon_sym_typealias] = ACTIONS(2123), + [anon_sym_struct] = ACTIONS(2123), + [anon_sym_class] = ACTIONS(2123), + [anon_sym_enum] = ACTIONS(2123), + [anon_sym_protocol] = ACTIONS(2123), + [anon_sym_let] = ACTIONS(2123), + [anon_sym_var] = ACTIONS(2123), + [anon_sym_func] = ACTIONS(2123), + [anon_sym_extension] = ACTIONS(2123), + [anon_sym_indirect] = ACTIONS(2123), + [anon_sym_init] = ACTIONS(2123), + [anon_sym_deinit] = ACTIONS(2123), + [anon_sym_subscript] = ACTIONS(2123), + [anon_sym_prefix] = ACTIONS(2123), + [anon_sym_infix] = ACTIONS(2123), + [anon_sym_postfix] = ACTIONS(2123), + [anon_sym_precedencegroup] = ACTIONS(2123), + [anon_sym_associatedtype] = ACTIONS(2123), + [anon_sym_AT] = ACTIONS(2121), + [anon_sym_override] = ACTIONS(2123), + [anon_sym_convenience] = ACTIONS(2123), + [anon_sym_required] = ACTIONS(2123), + [anon_sym_nonisolated] = ACTIONS(2123), + [anon_sym_public] = ACTIONS(2123), + [anon_sym_private] = ACTIONS(2123), + [anon_sym_internal] = ACTIONS(2123), + [anon_sym_fileprivate] = ACTIONS(2123), + [anon_sym_open] = ACTIONS(2123), + [anon_sym_mutating] = ACTIONS(2123), + [anon_sym_nonmutating] = ACTIONS(2123), + [anon_sym_static] = ACTIONS(2123), + [anon_sym_dynamic] = ACTIONS(2123), + [anon_sym_optional] = ACTIONS(2123), + [anon_sym_distributed] = ACTIONS(2123), + [anon_sym_final] = ACTIONS(2123), + [anon_sym_inout] = ACTIONS(2123), + [anon_sym_ATescaping] = ACTIONS(2123), + [anon_sym_ATautoclosure] = ACTIONS(2123), + [anon_sym_weak] = ACTIONS(2123), + [anon_sym_unowned] = ACTIONS(2121), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2123), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2123), + [anon_sym_borrowing] = ACTIONS(2123), + [anon_sym_consuming] = ACTIONS(2123), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2123), + [sym__throws_keyword] = ACTIONS(2123), + [sym__rethrows_keyword] = ACTIONS(2123), + [sym__async_keyword_custom] = ACTIONS(2123), + }, + [STATE(1918)] = { + [anon_sym_BANG] = ACTIONS(2342), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(2342), + [aux_sym_simple_identifier_token2] = ACTIONS(2344), + [aux_sym_simple_identifier_token3] = ACTIONS(2344), + [aux_sym_simple_identifier_token4] = ACTIONS(2344), + [anon_sym_actor] = ACTIONS(2342), + [anon_sym_async] = ACTIONS(2342), + [anon_sym_each] = ACTIONS(2342), + [anon_sym_lazy] = ACTIONS(2342), + [anon_sym_repeat] = ACTIONS(2342), + [anon_sym_package] = ACTIONS(2342), + [anon_sym_COMMA] = ACTIONS(2344), + [anon_sym_LPAREN] = ACTIONS(2344), + [anon_sym_LBRACK] = ACTIONS(2344), + [anon_sym_QMARK] = ACTIONS(2342), + [anon_sym_QMARK2] = ACTIONS(2344), + [anon_sym_AMP] = ACTIONS(2344), + [aux_sym_custom_operator_token1] = ACTIONS(2344), + [anon_sym_LT] = ACTIONS(2342), + [anon_sym_GT] = ACTIONS(2342), + [anon_sym_LBRACE] = ACTIONS(2344), + [anon_sym_CARET_LBRACE] = ACTIONS(2344), + [anon_sym_PLUS_EQ] = ACTIONS(2344), + [anon_sym_DASH_EQ] = ACTIONS(2344), + [anon_sym_STAR_EQ] = ACTIONS(2344), + [anon_sym_SLASH_EQ] = ACTIONS(2344), + [anon_sym_PERCENT_EQ] = ACTIONS(2344), + [anon_sym_BANG_EQ] = ACTIONS(2342), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2344), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2344), + [anon_sym_LT_EQ] = ACTIONS(2344), + [anon_sym_GT_EQ] = ACTIONS(2344), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2344), + [anon_sym_DOT_DOT_LT] = ACTIONS(2344), + [anon_sym_is] = ACTIONS(2342), + [anon_sym_PLUS] = ACTIONS(2342), + [anon_sym_DASH] = ACTIONS(2342), + [anon_sym_STAR] = ACTIONS(2342), + [anon_sym_SLASH] = ACTIONS(2342), + [anon_sym_PERCENT] = ACTIONS(2342), + [anon_sym_PLUS_PLUS] = ACTIONS(2344), + [anon_sym_DASH_DASH] = ACTIONS(2344), + [anon_sym_PIPE] = ACTIONS(2344), + [anon_sym_CARET] = ACTIONS(2342), + [anon_sym_LT_LT] = ACTIONS(2344), + [anon_sym_GT_GT] = ACTIONS(2344), + [anon_sym_borrowing] = ACTIONS(2342), + [anon_sym_consuming] = ACTIONS(2342), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2344), + [sym__conjunction_operator_custom] = ACTIONS(2344), + [sym__disjunction_operator_custom] = ACTIONS(2344), + [sym__nil_coalescing_operator_custom] = ACTIONS(2344), + [sym__eq_custom] = ACTIONS(2344), + [sym__eq_eq_custom] = ACTIONS(2344), + [sym__plus_then_ws] = ACTIONS(2344), + [sym__minus_then_ws] = ACTIONS(2344), + [sym__bang_custom] = ACTIONS(2344), + [sym_where_keyword] = ACTIONS(2344), + [sym_else] = ACTIONS(2344), + [sym__as_custom] = ACTIONS(2344), + [sym__as_quest_custom] = ACTIONS(2344), + [sym__as_bang_custom] = ACTIONS(2344), + [sym__custom_operator] = ACTIONS(2344), + }, + [STATE(1919)] = { + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2227), + [anon_sym_async] = ACTIONS(2227), + [anon_sym_lazy] = ACTIONS(2227), + [anon_sym_package] = ACTIONS(2227), + [anon_sym_COMMA] = ACTIONS(2227), + [anon_sym_BANG2] = ACTIONS(2227), + [anon_sym_DOT] = ACTIONS(2227), + [anon_sym_QMARK2] = ACTIONS(2227), + [anon_sym_AMP] = ACTIONS(2227), + [anon_sym_LBRACE] = ACTIONS(2227), + [anon_sym_RBRACE] = ACTIONS(2227), + [anon_sym_case] = ACTIONS(2227), + [anon_sym_import] = ACTIONS(2227), + [anon_sym_typealias] = ACTIONS(2227), + [anon_sym_struct] = ACTIONS(2227), + [anon_sym_class] = ACTIONS(2227), + [anon_sym_enum] = ACTIONS(2227), + [anon_sym_protocol] = ACTIONS(2227), + [anon_sym_let] = ACTIONS(2227), + [anon_sym_var] = ACTIONS(2227), + [anon_sym_func] = ACTIONS(2227), + [anon_sym_extension] = ACTIONS(2227), + [anon_sym_indirect] = ACTIONS(2227), + [anon_sym_init] = ACTIONS(2227), + [anon_sym_deinit] = ACTIONS(2227), + [anon_sym_subscript] = ACTIONS(2227), + [anon_sym_prefix] = ACTIONS(2227), + [anon_sym_infix] = ACTIONS(2227), + [anon_sym_postfix] = ACTIONS(2227), + [anon_sym_precedencegroup] = ACTIONS(2227), + [anon_sym_associatedtype] = ACTIONS(2227), + [anon_sym_AT] = ACTIONS(2225), + [anon_sym_override] = ACTIONS(2227), + [anon_sym_convenience] = ACTIONS(2227), + [anon_sym_required] = ACTIONS(2227), + [anon_sym_nonisolated] = ACTIONS(2227), + [anon_sym_public] = ACTIONS(2227), + [anon_sym_private] = ACTIONS(2227), + [anon_sym_internal] = ACTIONS(2227), + [anon_sym_fileprivate] = ACTIONS(2227), + [anon_sym_open] = ACTIONS(2227), + [anon_sym_mutating] = ACTIONS(2227), + [anon_sym_nonmutating] = ACTIONS(2227), + [anon_sym_static] = ACTIONS(2227), + [anon_sym_dynamic] = ACTIONS(2227), + [anon_sym_optional] = ACTIONS(2227), + [anon_sym_distributed] = ACTIONS(2227), + [anon_sym_final] = ACTIONS(2227), + [anon_sym_inout] = ACTIONS(2227), + [anon_sym_ATescaping] = ACTIONS(2227), + [anon_sym_ATautoclosure] = ACTIONS(2227), + [anon_sym_weak] = ACTIONS(2227), + [anon_sym_unowned] = ACTIONS(2225), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2227), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2227), + [anon_sym_borrowing] = ACTIONS(2227), + [anon_sym_consuming] = ACTIONS(2227), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2227), + [sym__eq_custom] = ACTIONS(2227), + [sym__throws_keyword] = ACTIONS(2227), + [sym__rethrows_keyword] = ACTIONS(2227), + [sym_where_keyword] = ACTIONS(2227), + [sym__async_keyword_custom] = ACTIONS(2227), + }, + [STATE(1920)] = { + [sym__arrow_operator] = STATE(4299), + [sym__async_keyword] = STATE(7005), + [sym_throws] = STATE(8691), + [sym_throws_clause] = STATE(8691), + [aux_sym_protocol_composition_type_repeat1] = STATE(2068), + [ts_builtin_sym_end] = ACTIONS(2173), + [anon_sym_BANG] = ACTIONS(2171), + [sym_comment] = ACTIONS(3), + [anon_sym_COMMA] = ACTIONS(2173), + [anon_sym_LPAREN] = ACTIONS(2173), + [anon_sym_LBRACK] = ACTIONS(2173), + [anon_sym_DOT] = ACTIONS(4490), + [anon_sym_QMARK] = ACTIONS(2171), + [anon_sym_QMARK2] = ACTIONS(2173), + [anon_sym_AMP] = ACTIONS(4492), + [aux_sym_custom_operator_token1] = ACTIONS(2173), + [anon_sym_LT] = ACTIONS(2171), + [anon_sym_GT] = ACTIONS(2171), + [anon_sym_LBRACE] = ACTIONS(2173), + [anon_sym_CARET_LBRACE] = ACTIONS(2173), + [anon_sym_RBRACE] = ACTIONS(2173), + [anon_sym_PLUS_EQ] = ACTIONS(2173), + [anon_sym_DASH_EQ] = ACTIONS(2173), + [anon_sym_STAR_EQ] = ACTIONS(2173), + [anon_sym_SLASH_EQ] = ACTIONS(2173), + [anon_sym_PERCENT_EQ] = ACTIONS(2173), + [anon_sym_BANG_EQ] = ACTIONS(2171), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2173), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2173), + [anon_sym_LT_EQ] = ACTIONS(2173), + [anon_sym_GT_EQ] = ACTIONS(2173), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2173), + [anon_sym_DOT_DOT_LT] = ACTIONS(2173), + [anon_sym_is] = ACTIONS(2173), + [anon_sym_PLUS] = ACTIONS(2171), + [anon_sym_DASH] = ACTIONS(2171), + [anon_sym_STAR] = ACTIONS(2171), + [anon_sym_SLASH] = ACTIONS(2171), + [anon_sym_PERCENT] = ACTIONS(2171), + [anon_sym_PLUS_PLUS] = ACTIONS(2173), + [anon_sym_DASH_DASH] = ACTIONS(2173), + [anon_sym_PIPE] = ACTIONS(2173), + [anon_sym_CARET] = ACTIONS(2171), + [anon_sym_LT_LT] = ACTIONS(2173), + [anon_sym_GT_GT] = ACTIONS(2173), + [sym_multiline_comment] = ACTIONS(5), + [sym__implicit_semi] = ACTIONS(2173), + [sym__explicit_semi] = ACTIONS(2173), + [sym__arrow_operator_custom] = ACTIONS(4479), + [sym__dot_custom] = ACTIONS(2173), + [sym__conjunction_operator_custom] = ACTIONS(2173), + [sym__disjunction_operator_custom] = ACTIONS(2173), + [sym__nil_coalescing_operator_custom] = ACTIONS(2173), + [sym__eq_custom] = ACTIONS(2173), + [sym__eq_eq_custom] = ACTIONS(2173), + [sym__plus_then_ws] = ACTIONS(2173), + [sym__minus_then_ws] = ACTIONS(2173), + [sym__bang_custom] = ACTIONS(2173), + [sym__throws_keyword] = ACTIONS(2093), + [sym__rethrows_keyword] = ACTIONS(2095), + [sym__as_custom] = ACTIONS(2173), + [sym__as_quest_custom] = ACTIONS(2173), + [sym__as_bang_custom] = ACTIONS(2173), + [sym__async_keyword_custom] = ACTIONS(4481), + [sym__custom_operator] = ACTIONS(2173), + }, + [STATE(1921)] = { + [sym__immediate_quest] = STATE(1921), + [aux_sym_optional_type_repeat1] = STATE(1921), + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2144), + [anon_sym_async] = ACTIONS(2144), + [anon_sym_lazy] = ACTIONS(2144), + [anon_sym_package] = ACTIONS(2144), + [anon_sym_COMMA] = ACTIONS(2144), + [anon_sym_BANG2] = ACTIONS(2144), + [anon_sym_DOT] = ACTIONS(2144), + [anon_sym_QMARK2] = ACTIONS(4512), + [anon_sym_AMP] = ACTIONS(2144), + [anon_sym_LBRACE] = ACTIONS(2144), + [anon_sym_RBRACE] = ACTIONS(2144), + [anon_sym_case] = ACTIONS(2144), + [anon_sym_import] = ACTIONS(2144), + [anon_sym_typealias] = ACTIONS(2144), + [anon_sym_struct] = ACTIONS(2144), + [anon_sym_class] = ACTIONS(2144), + [anon_sym_enum] = ACTIONS(2144), + [anon_sym_protocol] = ACTIONS(2144), + [anon_sym_let] = ACTIONS(2144), + [anon_sym_var] = ACTIONS(2144), + [anon_sym_func] = ACTIONS(2144), + [anon_sym_extension] = ACTIONS(2144), + [anon_sym_indirect] = ACTIONS(2144), + [anon_sym_init] = ACTIONS(2144), + [anon_sym_deinit] = ACTIONS(2144), + [anon_sym_subscript] = ACTIONS(2144), + [anon_sym_prefix] = ACTIONS(2144), + [anon_sym_infix] = ACTIONS(2144), + [anon_sym_postfix] = ACTIONS(2144), + [anon_sym_precedencegroup] = ACTIONS(2144), + [anon_sym_associatedtype] = ACTIONS(2144), + [anon_sym_AT] = ACTIONS(2142), + [anon_sym_override] = ACTIONS(2144), + [anon_sym_convenience] = ACTIONS(2144), + [anon_sym_required] = ACTIONS(2144), + [anon_sym_nonisolated] = ACTIONS(2144), + [anon_sym_public] = ACTIONS(2144), + [anon_sym_private] = ACTIONS(2144), + [anon_sym_internal] = ACTIONS(2144), + [anon_sym_fileprivate] = ACTIONS(2144), + [anon_sym_open] = ACTIONS(2144), + [anon_sym_mutating] = ACTIONS(2144), + [anon_sym_nonmutating] = ACTIONS(2144), + [anon_sym_static] = ACTIONS(2144), + [anon_sym_dynamic] = ACTIONS(2144), + [anon_sym_optional] = ACTIONS(2144), + [anon_sym_distributed] = ACTIONS(2144), + [anon_sym_final] = ACTIONS(2144), + [anon_sym_inout] = ACTIONS(2144), + [anon_sym_ATescaping] = ACTIONS(2144), + [anon_sym_ATautoclosure] = ACTIONS(2144), + [anon_sym_weak] = ACTIONS(2144), + [anon_sym_unowned] = ACTIONS(2142), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2144), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2144), + [anon_sym_borrowing] = ACTIONS(2144), + [anon_sym_consuming] = ACTIONS(2144), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2144), + [sym__throws_keyword] = ACTIONS(2144), + [sym__rethrows_keyword] = ACTIONS(2144), + [sym__async_keyword_custom] = ACTIONS(2144), + }, + [STATE(1922)] = { + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2286), + [anon_sym_async] = ACTIONS(2286), + [anon_sym_lazy] = ACTIONS(2286), + [anon_sym_package] = ACTIONS(2286), + [anon_sym_COMMA] = ACTIONS(2286), + [anon_sym_BANG2] = ACTIONS(2286), + [anon_sym_DOT] = ACTIONS(2286), + [anon_sym_QMARK2] = ACTIONS(2286), + [anon_sym_AMP] = ACTIONS(2286), + [anon_sym_LBRACE] = ACTIONS(2286), + [anon_sym_RBRACE] = ACTIONS(2286), + [anon_sym_case] = ACTIONS(2286), + [anon_sym_import] = ACTIONS(2286), + [anon_sym_typealias] = ACTIONS(2286), + [anon_sym_struct] = ACTIONS(2286), + [anon_sym_class] = ACTIONS(2286), + [anon_sym_enum] = ACTIONS(2286), + [anon_sym_protocol] = ACTIONS(2286), + [anon_sym_let] = ACTIONS(2286), + [anon_sym_var] = ACTIONS(2286), + [anon_sym_func] = ACTIONS(2286), + [anon_sym_extension] = ACTIONS(2286), + [anon_sym_indirect] = ACTIONS(2286), + [anon_sym_init] = ACTIONS(2286), + [anon_sym_deinit] = ACTIONS(2286), + [anon_sym_subscript] = ACTIONS(2286), + [anon_sym_prefix] = ACTIONS(2286), + [anon_sym_infix] = ACTIONS(2286), + [anon_sym_postfix] = ACTIONS(2286), + [anon_sym_precedencegroup] = ACTIONS(2286), + [anon_sym_associatedtype] = ACTIONS(2286), + [anon_sym_AT] = ACTIONS(2284), + [anon_sym_override] = ACTIONS(2286), + [anon_sym_convenience] = ACTIONS(2286), + [anon_sym_required] = ACTIONS(2286), + [anon_sym_nonisolated] = ACTIONS(2286), + [anon_sym_public] = ACTIONS(2286), + [anon_sym_private] = ACTIONS(2286), + [anon_sym_internal] = ACTIONS(2286), + [anon_sym_fileprivate] = ACTIONS(2286), + [anon_sym_open] = ACTIONS(2286), + [anon_sym_mutating] = ACTIONS(2286), + [anon_sym_nonmutating] = ACTIONS(2286), + [anon_sym_static] = ACTIONS(2286), + [anon_sym_dynamic] = ACTIONS(2286), + [anon_sym_optional] = ACTIONS(2286), + [anon_sym_distributed] = ACTIONS(2286), + [anon_sym_final] = ACTIONS(2286), + [anon_sym_inout] = ACTIONS(2286), + [anon_sym_ATescaping] = ACTIONS(2286), + [anon_sym_ATautoclosure] = ACTIONS(2286), + [anon_sym_weak] = ACTIONS(2286), + [anon_sym_unowned] = ACTIONS(2284), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2286), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2286), + [anon_sym_borrowing] = ACTIONS(2286), + [anon_sym_consuming] = ACTIONS(2286), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2286), + [sym__eq_custom] = ACTIONS(2286), + [sym__throws_keyword] = ACTIONS(2286), + [sym__rethrows_keyword] = ACTIONS(2286), + [sym_where_keyword] = ACTIONS(2286), + [sym__async_keyword_custom] = ACTIONS(2286), + }, + [STATE(1923)] = { + [aux_sym_protocol_composition_type_repeat1] = STATE(1879), + [sym_comment] = ACTIONS(5), + [anon_sym_actor] = ACTIONS(2317), + [anon_sym_async] = ACTIONS(2317), + [anon_sym_lazy] = ACTIONS(2317), + [anon_sym_package] = ACTIONS(2317), + [anon_sym_COMMA] = ACTIONS(2317), + [anon_sym_BANG2] = ACTIONS(2317), + [anon_sym_DOT] = ACTIONS(2317), + [anon_sym_AMP] = ACTIONS(2317), + [anon_sym_LBRACE] = ACTIONS(2317), + [anon_sym_RBRACE] = ACTIONS(2317), + [anon_sym_case] = ACTIONS(2317), + [anon_sym_import] = ACTIONS(2317), + [anon_sym_typealias] = ACTIONS(2317), + [anon_sym_struct] = ACTIONS(2317), + [anon_sym_class] = ACTIONS(2317), + [anon_sym_enum] = ACTIONS(2317), + [anon_sym_protocol] = ACTIONS(2317), + [anon_sym_let] = ACTIONS(2317), + [anon_sym_var] = ACTIONS(2317), + [anon_sym_func] = ACTIONS(2317), + [anon_sym_extension] = ACTIONS(2317), + [anon_sym_indirect] = ACTIONS(2317), + [anon_sym_init] = ACTIONS(2317), + [anon_sym_deinit] = ACTIONS(2317), + [anon_sym_subscript] = ACTIONS(2317), + [anon_sym_prefix] = ACTIONS(2317), + [anon_sym_infix] = ACTIONS(2317), + [anon_sym_postfix] = ACTIONS(2317), + [anon_sym_precedencegroup] = ACTIONS(2317), + [anon_sym_associatedtype] = ACTIONS(2317), + [anon_sym_AT] = ACTIONS(2315), + [anon_sym_override] = ACTIONS(2317), + [anon_sym_convenience] = ACTIONS(2317), + [anon_sym_required] = ACTIONS(2317), + [anon_sym_nonisolated] = ACTIONS(2317), + [anon_sym_public] = ACTIONS(2317), + [anon_sym_private] = ACTIONS(2317), + [anon_sym_internal] = ACTIONS(2317), + [anon_sym_fileprivate] = ACTIONS(2317), + [anon_sym_open] = ACTIONS(2317), + [anon_sym_mutating] = ACTIONS(2317), + [anon_sym_nonmutating] = ACTIONS(2317), + [anon_sym_static] = ACTIONS(2317), + [anon_sym_dynamic] = ACTIONS(2317), + [anon_sym_optional] = ACTIONS(2317), + [anon_sym_distributed] = ACTIONS(2317), + [anon_sym_final] = ACTIONS(2317), + [anon_sym_inout] = ACTIONS(2317), + [anon_sym_ATescaping] = ACTIONS(2317), + [anon_sym_ATautoclosure] = ACTIONS(2317), + [anon_sym_weak] = ACTIONS(2317), + [anon_sym_unowned] = ACTIONS(2315), + [anon_sym_unowned_LPARENsafe_RPAREN] = ACTIONS(2317), + [anon_sym_unowned_LPARENunsafe_RPAREN] = ACTIONS(2317), + [anon_sym_borrowing] = ACTIONS(2317), + [anon_sym_consuming] = ACTIONS(2317), + [sym_multiline_comment] = ACTIONS(5), + [sym__arrow_operator_custom] = ACTIONS(2317), + [sym__eq_custom] = ACTIONS(2317), + [sym__throws_keyword] = ACTIONS(2317), + [sym__rethrows_keyword] = ACTIONS(2317), + [sym_where_keyword] = ACTIONS(2317), + [sym__async_keyword_custom] = ACTIONS(2317), + }, + [STATE(1924)] = { + [anon_sym_BANG] = ACTIONS(2325), + [sym_comment] = ACTIONS(3), + [aux_sym_simple_identifier_token1] = ACTIONS(2325), + [aux_sym_simple_identifier_token2] = ACTIONS(2327), + [aux_sym_simple_identifier_token3] = ACTIONS(2327), + [aux_sym_simple_identifier_token4] = ACTIONS(2327), + [anon_sym_actor] = ACTIONS(2325), + [anon_sym_async] = ACTIONS(2325), + [anon_sym_each] = ACTIONS(2325), + [anon_sym_lazy] = ACTIONS(2325), + [anon_sym_repeat] = ACTIONS(2325), + [anon_sym_package] = ACTIONS(2325), + [anon_sym_COMMA] = ACTIONS(2327), + [anon_sym_LPAREN] = ACTIONS(2327), + [anon_sym_LBRACK] = ACTIONS(2327), + [anon_sym_QMARK] = ACTIONS(2325), + [anon_sym_QMARK2] = ACTIONS(2327), + [anon_sym_AMP] = ACTIONS(2327), + [aux_sym_custom_operator_token1] = ACTIONS(2327), + [anon_sym_LT] = ACTIONS(2325), + [anon_sym_GT] = ACTIONS(2325), + [anon_sym_LBRACE] = ACTIONS(2327), + [anon_sym_CARET_LBRACE] = ACTIONS(2327), + [anon_sym_PLUS_EQ] = ACTIONS(2327), + [anon_sym_DASH_EQ] = ACTIONS(2327), + [anon_sym_STAR_EQ] = ACTIONS(2327), + [anon_sym_SLASH_EQ] = ACTIONS(2327), + [anon_sym_PERCENT_EQ] = ACTIONS(2327), + [anon_sym_BANG_EQ] = ACTIONS(2325), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2327), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2327), + [anon_sym_LT_EQ] = ACTIONS(2327), + [anon_sym_GT_EQ] = ACTIONS(2327), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2327), + [anon_sym_DOT_DOT_LT] = ACTIONS(2327), + [anon_sym_is] = ACTIONS(2325), + [anon_sym_PLUS] = ACTIONS(2325), + [anon_sym_DASH] = ACTIONS(2325), + [anon_sym_STAR] = ACTIONS(2325), + [anon_sym_SLASH] = ACTIONS(2325), + [anon_sym_PERCENT] = ACTIONS(2325), + [anon_sym_PLUS_PLUS] = ACTIONS(2327), + [anon_sym_DASH_DASH] = ACTIONS(2327), + [anon_sym_PIPE] = ACTIONS(2327), + [anon_sym_CARET] = ACTIONS(2325), + [anon_sym_LT_LT] = ACTIONS(2327), + [anon_sym_GT_GT] = ACTIONS(2327), + [anon_sym_borrowing] = ACTIONS(2325), + [anon_sym_consuming] = ACTIONS(2325), + [sym_multiline_comment] = ACTIONS(5), + [sym__dot_custom] = ACTIONS(2327), + [sym__conjunction_operator_custom] = ACTIONS(2327), + [sym__disjunction_operator_custom] = ACTIONS(2327), + [sym__nil_coalescing_operator_custom] = ACTIONS(2327), + [sym__eq_custom] = ACTIONS(2327), + [sym__eq_eq_custom] = ACTIONS(2327), + [sym__plus_then_ws] = ACTIONS(2327), + [sym__minus_then_ws] = ACTIONS(2327), + [sym__bang_custom] = ACTIONS(2327), + [sym_where_keyword] = ACTIONS(2327), + [sym_else] = ACTIONS(2327), + [sym__as_custom] = ACTIONS(2327), + [sym__as_quest_custom] = ACTIONS(2327), + [sym__as_bang_custom] = ACTIONS(2327), + [sym__custom_operator] = ACTIONS(2327), + }, +}; + +static const uint16_t ts_small_parse_table[] = { + [0] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(4496), 1, + sym__arrow_operator_custom, + ACTIONS(4498), 1, + sym__async_keyword_custom, + ACTIONS(4515), 1, + anon_sym_DOT, + ACTIONS(4517), 1, + anon_sym_AMP, + STATE(2148), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(4362), 1, + sym__arrow_operator, + STATE(7056), 1, + sym__async_keyword, + STATE(8909), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2179), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2181), 41, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [91] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(4496), 1, + sym__arrow_operator_custom, + ACTIONS(4498), 1, + sym__async_keyword_custom, + ACTIONS(4515), 1, + anon_sym_DOT, + ACTIONS(4517), 1, + anon_sym_AMP, + STATE(2148), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(4362), 1, + sym__arrow_operator, + STATE(7056), 1, + sym__async_keyword, + STATE(8909), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2156), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2158), 41, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [182] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(4496), 1, + sym__arrow_operator_custom, + ACTIONS(4498), 1, + sym__async_keyword_custom, + ACTIONS(4515), 1, + anon_sym_DOT, + ACTIONS(4517), 1, + anon_sym_AMP, + STATE(2148), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(4362), 1, + sym__arrow_operator, + STATE(7056), 1, + sym__async_keyword, + STATE(8909), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2171), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2173), 41, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [273] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2276), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2278), 60, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [344] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2280), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2282), 60, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [415] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(2160), 1, + anon_sym_DOT, + ACTIONS(4486), 1, + sym__arrow_operator_custom, + ACTIONS(4488), 1, + sym__async_keyword_custom, + ACTIONS(4519), 1, + anon_sym_AMP, + STATE(2105), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(4436), 1, + sym__arrow_operator, + STATE(7018), 1, + sym__async_keyword, + STATE(8754), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2171), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2173), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_QMARK2, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [508] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(2160), 1, + anon_sym_DOT, + ACTIONS(4486), 1, + sym__arrow_operator_custom, + ACTIONS(4488), 1, + sym__async_keyword_custom, + ACTIONS(4519), 1, + anon_sym_AMP, + STATE(2105), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(4436), 1, + sym__arrow_operator, + STATE(7018), 1, + sym__async_keyword, + STATE(8754), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2179), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2181), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_QMARK2, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [601] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + STATE(2105), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(4436), 1, + sym__arrow_operator, + STATE(7018), 1, + sym__async_keyword, + STATE(8754), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2183), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2185), 45, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [682] = 7, + ACTIONS(3), 1, + sym_comment, + STATE(2148), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(4362), 1, + sym__arrow_operator, + STATE(7056), 1, + sym__async_keyword, + STATE(8909), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2183), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2185), 46, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [761] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2099), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2101), 60, + sym__arrow_operator_custom, + sym__dot_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [832] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2327), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2325), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + ACTIONS(2323), 12, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_is, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2329), 38, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [909] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2304), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2306), 60, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [980] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2213), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2215), 60, + sym__arrow_operator_custom, + sym__dot_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [1051] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2197), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2199), 60, + sym__arrow_operator_custom, + sym__dot_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [1122] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2331), 21, + anon_sym_BANG, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_is, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + anon_sym_borrowing, + anon_sym_consuming, + ACTIONS(2333), 41, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [1195] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2338), 21, + anon_sym_BANG, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_is, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + anon_sym_borrowing, + anon_sym_consuming, + ACTIONS(2340), 41, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [1268] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2085), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2087), 60, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [1339] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2319), 21, + anon_sym_BANG, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_is, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + anon_sym_borrowing, + anon_sym_consuming, + ACTIONS(2321), 41, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [1412] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(2160), 1, + anon_sym_DOT, + ACTIONS(4486), 1, + sym__arrow_operator_custom, + ACTIONS(4488), 1, + sym__async_keyword_custom, + ACTIONS(4519), 1, + anon_sym_AMP, + STATE(2105), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(4436), 1, + sym__arrow_operator, + STATE(7018), 1, + sym__async_keyword, + STATE(8754), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2175), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2177), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_QMARK2, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [1505] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2325), 21, + anon_sym_BANG, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_is, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + anon_sym_borrowing, + anon_sym_consuming, + ACTIONS(2327), 41, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [1578] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(4496), 1, + sym__arrow_operator_custom, + ACTIONS(4498), 1, + sym__async_keyword_custom, + ACTIONS(4515), 1, + anon_sym_DOT, + ACTIONS(4517), 1, + anon_sym_AMP, + STATE(2148), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(4362), 1, + sym__arrow_operator, + STATE(7056), 1, + sym__async_keyword, + STATE(8909), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2187), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2189), 41, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [1669] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2229), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2231), 60, + sym__arrow_operator_custom, + sym__dot_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [1740] = 7, + ACTIONS(3), 1, + sym_comment, + STATE(2148), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(4362), 1, + sym__arrow_operator, + STATE(7056), 1, + sym__async_keyword, + STATE(8909), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2106), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2108), 46, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [1819] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2233), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2235), 60, + sym__arrow_operator_custom, + sym__dot_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [1890] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2300), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2302), 60, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [1961] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(2160), 1, + anon_sym_DOT, + ACTIONS(4486), 1, + sym__arrow_operator_custom, + ACTIONS(4488), 1, + sym__async_keyword_custom, + ACTIONS(4519), 1, + anon_sym_AMP, + STATE(2105), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(4436), 1, + sym__arrow_operator, + STATE(7018), 1, + sym__async_keyword, + STATE(8754), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2187), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2189), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_QMARK2, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [2054] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(2160), 1, + anon_sym_DOT, + ACTIONS(4486), 1, + sym__arrow_operator_custom, + ACTIONS(4488), 1, + sym__async_keyword_custom, + ACTIONS(4519), 1, + anon_sym_AMP, + STATE(2105), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(4436), 1, + sym__arrow_operator, + STATE(7018), 1, + sym__async_keyword, + STATE(8754), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2156), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2158), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_QMARK2, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [2147] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2342), 21, + anon_sym_BANG, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_is, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + anon_sym_borrowing, + anon_sym_consuming, + ACTIONS(2344), 41, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [2220] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + STATE(2105), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(4436), 1, + sym__arrow_operator, + STATE(7018), 1, + sym__async_keyword, + STATE(8754), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2106), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2108), 45, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [2301] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(4521), 1, + anon_sym_QMARK2, + ACTIONS(4523), 1, + sym__arrow_operator_custom, + ACTIONS(4525), 1, + sym__async_keyword_custom, + STATE(4301), 1, + sym__arrow_operator, + STATE(7036), 1, + sym__async_keyword, + STATE(2146), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + STATE(8857), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2085), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2087), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [2392] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2201), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2203), 60, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [2463] = 5, + ACTIONS(4527), 1, + anon_sym_AMP, + STATE(1956), 1, + aux_sym_protocol_composition_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2187), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2189), 58, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [2538] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2205), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2207), 60, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [2609] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(4530), 1, + anon_sym_QMARK2, + ACTIONS(4532), 1, + sym__arrow_operator_custom, + ACTIONS(4534), 1, + sym__async_keyword_custom, + STATE(4306), 1, + sym__arrow_operator, + STATE(7037), 1, + sym__async_keyword, + STATE(2141), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + STATE(8861), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2085), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2087), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [2700] = 4, + STATE(1956), 1, + aux_sym_protocol_composition_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2315), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2317), 59, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [2773] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(4496), 1, + sym__arrow_operator_custom, + ACTIONS(4498), 1, + sym__async_keyword_custom, + ACTIONS(4515), 1, + anon_sym_DOT, + ACTIONS(4517), 1, + anon_sym_AMP, + STATE(2148), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(4362), 1, + sym__arrow_operator, + STATE(7056), 1, + sym__async_keyword, + STATE(8909), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2175), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2177), 41, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [2864] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(4536), 1, + sym__dot_custom, + STATE(1994), 1, + aux_sym_user_type_repeat1, + STATE(5583), 1, + sym__dot, + ACTIONS(2149), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2151), 46, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [2942] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2284), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2286), 59, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [3012] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + STATE(2188), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(4301), 1, + sym__arrow_operator, + STATE(7036), 1, + sym__async_keyword, + STATE(8857), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2106), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2108), 44, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [3092] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(4539), 1, + anon_sym_QMARK2, + STATE(1964), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2142), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2144), 46, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [3168] = 6, + ACTIONS(2193), 1, + sym__dot_custom, + ACTIONS(4544), 1, + anon_sym_LT, + STATE(2076), 1, + sym_type_arguments, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4546), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4542), 56, + sym__eq_custom, + sym_where_keyword, + sym__as_custom, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [3244] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2225), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2227), 59, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [3314] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(4548), 1, + sym__dot_custom, + STATE(1967), 1, + aux_sym_user_type_repeat1, + STATE(5583), 1, + sym__dot, + ACTIONS(2099), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2101), 46, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [3392] = 6, + ACTIONS(4551), 1, + sym__dot_custom, + STATE(1968), 1, + aux_sym_user_type_repeat1, + STATE(5460), 1, + sym__dot, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2099), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2101), 56, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_willSet, + anon_sym_didSet, + anon_sym_macro, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_get, + anon_sym_set, + anon_sym__modify, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [3468] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(4532), 1, + sym__arrow_operator_custom, + ACTIONS(4534), 1, + sym__async_keyword_custom, + ACTIONS(4554), 1, + anon_sym_DOT, + ACTIONS(4556), 1, + anon_sym_AMP, + STATE(2189), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(4306), 1, + sym__arrow_operator, + STATE(7037), 1, + sym__async_keyword, + STATE(8861), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2179), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2181), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [3560] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + STATE(1964), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2121), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2123), 47, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [3634] = 12, + ACTIONS(4504), 1, + anon_sym_LBRACE, + ACTIONS(4508), 1, + sym__eq_custom, + ACTIONS(4510), 1, + sym_where_keyword, + STATE(642), 1, + sym__equal_sign, + STATE(2086), 1, + sym_type_constraints, + STATE(2949), 1, + sym__expression_with_willset_didset, + STATE(2950), 1, + sym__expression_without_willset_didset, + STATE(2951), 1, + sym_willset_didset_block, + STATE(2953), 1, + sym_computed_property, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4560), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4558), 50, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [3722] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(4562), 1, + anon_sym_QMARK2, + ACTIONS(4564), 1, + sym__arrow_operator_custom, + ACTIONS(4566), 1, + sym__async_keyword_custom, + STATE(4266), 1, + sym__arrow_operator, + STATE(7026), 1, + sym__async_keyword, + STATE(2163), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + STATE(8821), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2085), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2087), 38, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [3812] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(4532), 1, + sym__arrow_operator_custom, + ACTIONS(4534), 1, + sym__async_keyword_custom, + ACTIONS(4554), 1, + anon_sym_DOT, + ACTIONS(4556), 1, + anon_sym_AMP, + STATE(2189), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(4306), 1, + sym__arrow_operator, + STATE(7037), 1, + sym__async_keyword, + STATE(8861), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2187), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2189), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [3904] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(4523), 1, + sym__arrow_operator_custom, + ACTIONS(4525), 1, + sym__async_keyword_custom, + ACTIONS(4568), 1, + anon_sym_DOT, + ACTIONS(4570), 1, + anon_sym_AMP, + STATE(2188), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(4301), 1, + sym__arrow_operator, + STATE(7036), 1, + sym__async_keyword, + STATE(8857), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2156), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2158), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [3996] = 5, + ACTIONS(4544), 1, + anon_sym_LT, + STATE(2076), 1, + sym_type_arguments, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2191), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2193), 57, + sym__dot_custom, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_willSet, + anon_sym_didSet, + anon_sym_macro, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_get, + anon_sym_set, + anon_sym__modify, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [4070] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(4523), 1, + sym__arrow_operator_custom, + ACTIONS(4525), 1, + sym__async_keyword_custom, + ACTIONS(4568), 1, + anon_sym_DOT, + ACTIONS(4570), 1, + anon_sym_AMP, + STATE(2188), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(4301), 1, + sym__arrow_operator, + STATE(7036), 1, + sym__async_keyword, + STATE(8857), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2171), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2173), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [4162] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(4523), 1, + sym__arrow_operator_custom, + ACTIONS(4525), 1, + sym__async_keyword_custom, + ACTIONS(4568), 1, + anon_sym_DOT, + ACTIONS(4570), 1, + anon_sym_AMP, + STATE(2188), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(4301), 1, + sym__arrow_operator, + STATE(7036), 1, + sym__async_keyword, + STATE(8857), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2179), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2181), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [4254] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2217), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2219), 59, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [4324] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(4383), 1, + anon_sym_QMARK2, + STATE(1970), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2085), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2087), 46, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [4400] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + STATE(2189), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(4306), 1, + sym__arrow_operator, + STATE(7037), 1, + sym__async_keyword, + STATE(8861), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2183), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2185), 44, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [4480] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(4532), 1, + sym__arrow_operator_custom, + ACTIONS(4534), 1, + sym__async_keyword_custom, + ACTIONS(4554), 1, + anon_sym_DOT, + ACTIONS(4556), 1, + anon_sym_AMP, + STATE(2189), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(4306), 1, + sym__arrow_operator, + STATE(7037), 1, + sym__async_keyword, + STATE(8861), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2175), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2177), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [4572] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + STATE(2188), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(4301), 1, + sym__arrow_operator, + STATE(7036), 1, + sym__async_keyword, + STATE(8857), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2183), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2185), 44, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [4652] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(4523), 1, + sym__arrow_operator_custom, + ACTIONS(4525), 1, + sym__async_keyword_custom, + ACTIONS(4568), 1, + anon_sym_DOT, + ACTIONS(4570), 1, + anon_sym_AMP, + STATE(2188), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(4301), 1, + sym__arrow_operator, + STATE(7036), 1, + sym__async_keyword, + STATE(8857), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2175), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2177), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [4744] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2209), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2211), 59, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [4814] = 4, + STATE(1987), 1, + aux_sym_protocol_composition_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2315), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2317), 58, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [4886] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2296), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2298), 59, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [4956] = 5, + ACTIONS(4572), 1, + anon_sym_AMP, + STATE(1987), 1, + aux_sym_protocol_composition_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2187), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2189), 57, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [5030] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2245), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2247), 59, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [5100] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2272), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2274), 59, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [5170] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2221), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2223), 59, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [5240] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(4523), 1, + sym__arrow_operator_custom, + ACTIONS(4525), 1, + sym__async_keyword_custom, + ACTIONS(4568), 1, + anon_sym_DOT, + ACTIONS(4570), 1, + anon_sym_AMP, + STATE(2188), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(4301), 1, + sym__arrow_operator, + STATE(7036), 1, + sym__async_keyword, + STATE(8857), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2187), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2189), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [5332] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(4532), 1, + sym__arrow_operator_custom, + ACTIONS(4534), 1, + sym__async_keyword_custom, + ACTIONS(4554), 1, + anon_sym_DOT, + ACTIONS(4556), 1, + anon_sym_AMP, + STATE(2189), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(4306), 1, + sym__arrow_operator, + STATE(7037), 1, + sym__async_keyword, + STATE(8861), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2171), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2173), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [5424] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(4532), 1, + sym__arrow_operator_custom, + ACTIONS(4534), 1, + sym__async_keyword_custom, + ACTIONS(4554), 1, + anon_sym_DOT, + ACTIONS(4556), 1, + anon_sym_AMP, + STATE(2189), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(4306), 1, + sym__arrow_operator, + STATE(7037), 1, + sym__async_keyword, + STATE(8861), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2156), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2158), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [5516] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(4575), 1, + sym__dot_custom, + STATE(1967), 1, + aux_sym_user_type_repeat1, + STATE(5583), 1, + sym__dot, + ACTIONS(2164), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2166), 46, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [5594] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2288), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2290), 59, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [5664] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + STATE(2189), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(4306), 1, + sym__arrow_operator, + STATE(7037), 1, + sym__async_keyword, + STATE(8861), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2106), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2108), 44, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [5744] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2292), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2294), 59, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [5814] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(4477), 1, + anon_sym_QMARK2, + STATE(2013), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2085), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2087), 45, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [5889] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + STATE(2234), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(4266), 1, + sym__arrow_operator, + STATE(7026), 1, + sym__async_keyword, + STATE(8821), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2183), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2185), 43, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [5968] = 12, + ACTIONS(4411), 1, + anon_sym_LBRACE, + ACTIONS(4415), 1, + sym__throws_keyword, + ACTIONS(4417), 1, + sym__rethrows_keyword, + ACTIONS(4419), 1, + sym_where_keyword, + STATE(2294), 1, + sym_throws, + STATE(2295), 1, + sym_throws_clause, + STATE(2534), 1, + sym_type_constraints, + STATE(3238), 1, + sym__block, + STATE(3565), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4580), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4578), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [6055] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(4564), 1, + sym__arrow_operator_custom, + ACTIONS(4566), 1, + sym__async_keyword_custom, + ACTIONS(4582), 1, + anon_sym_DOT, + ACTIONS(4584), 1, + anon_sym_AMP, + STATE(2234), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(4266), 1, + sym__arrow_operator, + STATE(7026), 1, + sym__async_keyword, + STATE(8821), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2175), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2177), 38, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [6146] = 12, + ACTIONS(4411), 1, + anon_sym_LBRACE, + ACTIONS(4415), 1, + sym__throws_keyword, + ACTIONS(4417), 1, + sym__rethrows_keyword, + ACTIONS(4419), 1, + sym_where_keyword, + STATE(2296), 1, + sym_throws, + STATE(2297), 1, + sym_throws_clause, + STATE(2540), 1, + sym_type_constraints, + STATE(3238), 1, + sym__block, + STATE(3580), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4580), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4578), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [6233] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(4586), 1, + sym__dot_custom, + STATE(2003), 1, + aux_sym_user_type_repeat1, + STATE(5510), 1, + sym__dot, + ACTIONS(2099), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2101), 45, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [6310] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2276), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2278), 58, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [6379] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(4564), 1, + sym__arrow_operator_custom, + ACTIONS(4566), 1, + sym__async_keyword_custom, + ACTIONS(4582), 1, + anon_sym_DOT, + ACTIONS(4584), 1, + anon_sym_AMP, + STATE(2234), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(4266), 1, + sym__arrow_operator, + STATE(7026), 1, + sym__async_keyword, + STATE(8821), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2187), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2189), 38, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [6470] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(4564), 1, + sym__arrow_operator_custom, + ACTIONS(4566), 1, + sym__async_keyword_custom, + ACTIONS(4582), 1, + anon_sym_DOT, + ACTIONS(4584), 1, + anon_sym_AMP, + STATE(2234), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(4266), 1, + sym__arrow_operator, + STATE(7026), 1, + sym__async_keyword, + STATE(8821), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2171), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2173), 38, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [6561] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(4564), 1, + sym__arrow_operator_custom, + ACTIONS(4566), 1, + sym__async_keyword_custom, + ACTIONS(4582), 1, + anon_sym_DOT, + ACTIONS(4584), 1, + anon_sym_AMP, + STATE(2234), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(4266), 1, + sym__arrow_operator, + STATE(7026), 1, + sym__async_keyword, + STATE(8821), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2179), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2181), 38, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [6652] = 12, + ACTIONS(4411), 1, + anon_sym_LBRACE, + ACTIONS(4415), 1, + sym__throws_keyword, + ACTIONS(4417), 1, + sym__rethrows_keyword, + ACTIONS(4419), 1, + sym_where_keyword, + STATE(2279), 1, + sym_throws, + STATE(2280), 1, + sym_throws_clause, + STATE(2497), 1, + sym_type_constraints, + STATE(3238), 1, + sym__block, + STATE(3381), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4591), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4589), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [6739] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(4593), 1, + anon_sym_QMARK2, + STATE(2009), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2142), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2144), 45, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [6814] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2201), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2203), 58, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [6883] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2300), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2302), 58, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [6952] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2205), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2207), 58, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [7021] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + STATE(2009), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2121), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2123), 46, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [7094] = 12, + ACTIONS(4411), 1, + anon_sym_LBRACE, + ACTIONS(4415), 1, + sym__throws_keyword, + ACTIONS(4417), 1, + sym__rethrows_keyword, + ACTIONS(4419), 1, + sym_where_keyword, + STATE(2266), 1, + sym_throws, + STATE(2267), 1, + sym_throws_clause, + STATE(2470), 1, + sym_type_constraints, + STATE(3238), 1, + sym__block, + STATE(3332), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4598), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4596), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [7181] = 12, + ACTIONS(4411), 1, + anon_sym_LBRACE, + ACTIONS(4415), 1, + sym__throws_keyword, + ACTIONS(4417), 1, + sym__rethrows_keyword, + ACTIONS(4419), 1, + sym_where_keyword, + STATE(2311), 1, + sym_throws, + STATE(2312), 1, + sym_throws_clause, + STATE(2548), 1, + sym_type_constraints, + STATE(3238), 1, + sym__block, + STATE(3608), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4602), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4600), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [7268] = 12, + ACTIONS(4411), 1, + anon_sym_LBRACE, + ACTIONS(4415), 1, + sym__throws_keyword, + ACTIONS(4417), 1, + sym__rethrows_keyword, + ACTIONS(4419), 1, + sym_where_keyword, + STATE(2329), 1, + sym_throws, + STATE(2330), 1, + sym_throws_clause, + STATE(2636), 1, + sym_type_constraints, + STATE(3238), 1, + sym__block, + STATE(3563), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4606), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4604), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [7355] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + STATE(2020), 1, + aux_sym_protocol_composition_type_repeat1, + ACTIONS(2315), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2317), 47, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [7428] = 5, + ACTIONS(4610), 1, + anon_sym_LPAREN, + STATE(2127), 1, + sym__tuple_pattern, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4612), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4608), 56, + sym__eq_custom, + sym_where_keyword, + sym__as_custom, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [7501] = 12, + ACTIONS(4411), 1, + anon_sym_LBRACE, + ACTIONS(4415), 1, + sym__throws_keyword, + ACTIONS(4417), 1, + sym__rethrows_keyword, + ACTIONS(4419), 1, + sym_where_keyword, + STATE(2209), 1, + sym_throws, + STATE(2333), 1, + sym_throws_clause, + STATE(2646), 1, + sym_type_constraints, + STATE(3194), 1, + sym_function_body, + STATE(3238), 1, + sym__block, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4616), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4614), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [7588] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(4618), 1, + anon_sym_AMP, + STATE(2020), 1, + aux_sym_protocol_composition_type_repeat1, + ACTIONS(2187), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2189), 46, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [7663] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2280), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2282), 58, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [7732] = 5, + ACTIONS(4610), 1, + anon_sym_LPAREN, + STATE(2138), 1, + sym__tuple_pattern, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4623), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4621), 56, + sym__eq_custom, + sym_where_keyword, + sym__as_custom, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [7805] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2304), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2306), 58, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [7874] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(4625), 1, + sym__dot_custom, + STATE(2032), 1, + aux_sym_user_type_repeat1, + STATE(5510), 1, + sym__dot, + ACTIONS(2149), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2151), 45, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [7951] = 12, + ACTIONS(4411), 1, + anon_sym_LBRACE, + ACTIONS(4415), 1, + sym__throws_keyword, + ACTIONS(4417), 1, + sym__rethrows_keyword, + ACTIONS(4419), 1, + sym_where_keyword, + STATE(2319), 1, + sym_throws, + STATE(2320), 1, + sym_throws_clause, + STATE(2607), 1, + sym_type_constraints, + STATE(3238), 1, + sym__block, + STATE(3641), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4630), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4628), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [8038] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2300), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2302), 58, + sym__dot_custom, + sym__eq_custom, + sym_where_keyword, + sym__as_custom, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [8107] = 5, + ACTIONS(4610), 1, + anon_sym_LPAREN, + STATE(2136), 1, + sym__tuple_pattern, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4634), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4632), 56, + sym__eq_custom, + sym_where_keyword, + sym__as_custom, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [8180] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + STATE(2234), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(4266), 1, + sym__arrow_operator, + STATE(7026), 1, + sym__async_keyword, + STATE(8821), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2106), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2108), 43, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [8259] = 12, + ACTIONS(4641), 1, + anon_sym_func, + ACTIONS(4644), 1, + anon_sym_init, + STATE(6782), 1, + sym_simple_identifier, + STATE(7521), 1, + sym__non_constructor_function_decl, + STATE(9125), 1, + sym__modifierless_function_declaration_no_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(6937), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2884), 3, + aux_sym_simple_identifier_token1, + anon_sym_each, + anon_sym_repeat, + ACTIONS(2886), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(4647), 4, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + ACTIONS(4636), 6, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + ACTIONS(4639), 37, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_extension, + anon_sym_indirect, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_associatedtype, + anon_sym_AT, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_weak, + anon_sym_unowned, + [8346] = 12, + ACTIONS(4411), 1, + anon_sym_LBRACE, + ACTIONS(4415), 1, + sym__throws_keyword, + ACTIONS(4417), 1, + sym__rethrows_keyword, + ACTIONS(4419), 1, + sym_where_keyword, + STATE(2322), 1, + sym_throws, + STATE(2323), 1, + sym_throws_clause, + STATE(2614), 1, + sym_type_constraints, + STATE(3238), 1, + sym__block, + STATE(3650), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4651), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4649), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [8433] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2085), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2087), 58, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [8502] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(4653), 1, + sym__dot_custom, + STATE(2003), 1, + aux_sym_user_type_repeat1, + STATE(5510), 1, + sym__dot, + ACTIONS(2164), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2166), 45, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [8579] = 12, + ACTIONS(4411), 1, + anon_sym_LBRACE, + ACTIONS(4415), 1, + sym__throws_keyword, + ACTIONS(4417), 1, + sym__rethrows_keyword, + ACTIONS(4419), 1, + sym_where_keyword, + STATE(2283), 1, + sym_throws, + STATE(2284), 1, + sym_throws_clause, + STATE(2506), 1, + sym_type_constraints, + STATE(3238), 1, + sym__block, + STATE(3404), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4658), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4656), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [8666] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(4564), 1, + sym__arrow_operator_custom, + ACTIONS(4566), 1, + sym__async_keyword_custom, + ACTIONS(4582), 1, + anon_sym_DOT, + ACTIONS(4584), 1, + anon_sym_AMP, + STATE(2234), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(4266), 1, + sym__arrow_operator, + STATE(7026), 1, + sym__async_keyword, + STATE(8821), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2156), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2158), 38, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [8757] = 12, + ACTIONS(4411), 1, + anon_sym_LBRACE, + ACTIONS(4415), 1, + sym__throws_keyword, + ACTIONS(4417), 1, + sym__rethrows_keyword, + ACTIONS(4419), 1, + sym_where_keyword, + STATE(2286), 1, + sym_throws_clause, + STATE(2346), 1, + sym_throws, + STATE(2511), 1, + sym_type_constraints, + STATE(3238), 1, + sym__block, + STATE(3411), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4658), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4656), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [8844] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(4660), 1, + anon_sym_LT, + STATE(2039), 1, + sym_type_arguments, + ACTIONS(2191), 11, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2193), 47, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [8919] = 12, + ACTIONS(4411), 1, + anon_sym_LBRACE, + ACTIONS(4415), 1, + sym__throws_keyword, + ACTIONS(4417), 1, + sym__rethrows_keyword, + ACTIONS(4419), 1, + sym_where_keyword, + STATE(2326), 1, + sym_throws, + STATE(2327), 1, + sym_throws_clause, + STATE(2630), 1, + sym_type_constraints, + STATE(3238), 1, + sym__block, + STATE(3274), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4606), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4604), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [9006] = 6, + ACTIONS(4662), 1, + sym__dot_custom, + STATE(2073), 1, + aux_sym_user_type_repeat1, + STATE(5460), 1, + sym__dot, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2149), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2151), 54, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_LPAREN, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_willSet, + anon_sym_didSet, + anon_sym_macro, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_get, + anon_sym_set, + anon_sym__modify, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [9080] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2213), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2215), 47, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [9150] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2197), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2199), 47, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [9220] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2229), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2231), 47, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [9290] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2233), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2235), 47, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [9360] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(4664), 1, + anon_sym_self, + STATE(2045), 3, + sym__key_path_postfixes, + sym_bang, + aux_sym__key_path_component_repeat1, + ACTIONS(2249), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2251), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [9434] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4666), 1, + sym__dot_custom, + STATE(2046), 1, + aux_sym_user_type_repeat1, + STATE(5590), 1, + sym__dot, + ACTIONS(2149), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2151), 45, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [9508] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(4669), 1, + anon_sym_BANG, + ACTIONS(4672), 1, + anon_sym_LBRACK, + ACTIONS(4675), 1, + anon_sym_QMARK, + ACTIONS(4678), 1, + anon_sym_self, + ACTIONS(4681), 1, + sym__bang_custom, + STATE(2045), 3, + sym__key_path_postfixes, + sym_bang, + aux_sym__key_path_component_repeat1, + ACTIONS(2261), 10, + anon_sym_DOT, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2256), 41, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [9590] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4684), 1, + sym__dot_custom, + STATE(2089), 1, + aux_sym_user_type_repeat1, + STATE(5590), 1, + sym__dot, + ACTIONS(2164), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2166), 45, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [9664] = 11, + ACTIONS(4689), 1, + anon_sym_COMMA, + ACTIONS(4691), 1, + anon_sym_LPAREN, + ACTIONS(4693), 1, + anon_sym_SEMI, + ACTIONS(4697), 1, + sym__eq_custom, + STATE(589), 1, + sym__equal_sign, + STATE(2662), 1, + sym__enum_entry_suffix, + STATE(2670), 1, + aux_sym_enum_entry_repeat1, + STATE(2795), 1, + sym_enum_type_parameters, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4695), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4687), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [9748] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2085), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2087), 47, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [9818] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2099), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2101), 57, + sym__dot_custom, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_willSet, + anon_sym_didSet, + anon_sym_macro, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_get, + anon_sym_set, + anon_sym__modify, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [9886] = 12, + ACTIONS(4641), 1, + anon_sym_func, + ACTIONS(4699), 1, + anon_sym_init, + STATE(6710), 1, + sym_simple_identifier, + STATE(7521), 1, + sym__non_constructor_function_decl, + STATE(9125), 1, + sym__modifierless_function_declaration_no_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(6937), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2884), 3, + aux_sym_simple_identifier_token1, + anon_sym_each, + anon_sym_repeat, + ACTIONS(2886), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(4647), 4, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + ACTIONS(4636), 6, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + ACTIONS(4639), 36, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_extension, + anon_sym_indirect, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_associatedtype, + anon_sym_AT, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_weak, + anon_sym_unowned, + [9972] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2233), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2235), 57, + sym__dot_custom, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_willSet, + anon_sym_didSet, + anon_sym_macro, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_get, + anon_sym_set, + anon_sym__modify, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [10040] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2292), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2294), 47, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [10110] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2209), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2211), 47, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [10180] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2276), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2278), 47, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [10250] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2300), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2302), 47, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [10320] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2229), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2231), 57, + sym__dot_custom, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_willSet, + anon_sym_didSet, + anon_sym_macro, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_get, + anon_sym_set, + anon_sym__modify, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [10388] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2296), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2298), 47, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [10458] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2201), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2203), 47, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [10528] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2205), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2207), 47, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [10598] = 20, + ACTIONS(3101), 1, + anon_sym_async, + ACTIONS(3123), 1, + anon_sym_func, + ACTIONS(4209), 1, + anon_sym_typealias, + ACTIONS(4706), 1, + anon_sym_enum, + ACTIONS(4708), 1, + anon_sym_extension, + ACTIONS(4710), 1, + anon_sym_indirect, + STATE(7521), 1, + sym__non_constructor_function_decl, + STATE(7945), 1, + sym__modifierless_function_declaration_no_body, + STATE(8358), 1, + sym__modifierless_property_declaration, + STATE(8359), 1, + sym__modifierless_typealias_declaration, + STATE(8363), 1, + sym__modifierless_function_declaration, + STATE(8364), 1, + sym__modifierless_class_declaration, + STATE(8439), 1, + sym__async_modifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(3121), 2, + anon_sym_let, + anon_sym_var, + ACTIONS(4702), 2, + anon_sym_actor, + anon_sym_struct, + ACTIONS(4712), 2, + anon_sym_AT, + anon_sym_unowned, + STATE(4879), 2, + sym_value_binding_pattern, + sym__possibly_async_binding_pattern_kind, + STATE(3715), 6, + sym_attribute, + aux_sym__locally_permitted_modifiers, + sym__locally_permitted_modifier, + sym_property_behavior_modifier, + sym_inheritance_modifier, + sym_ownership_modifier, + ACTIONS(4704), 32, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_case, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [10700] = 6, + ACTIONS(4716), 1, + anon_sym_QMARK, + ACTIONS(4720), 1, + sym__as_custom, + STATE(2156), 1, + sym__quest, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4718), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4714), 54, + sym__eq_custom, + sym_where_keyword, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [10774] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2217), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2219), 47, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [10844] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2245), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2247), 47, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [10914] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2272), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2274), 47, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [10984] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2280), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2282), 47, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [11054] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2221), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2223), 47, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [11124] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2304), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2306), 47, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [11194] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + STATE(2069), 1, + aux_sym_protocol_composition_type_repeat1, + ACTIONS(2315), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2317), 46, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [11266] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(4722), 1, + anon_sym_AMP, + STATE(2069), 1, + aux_sym_protocol_composition_type_repeat1, + ACTIONS(2187), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2189), 45, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [11340] = 11, + ACTIONS(4689), 1, + anon_sym_COMMA, + ACTIONS(4691), 1, + anon_sym_LPAREN, + ACTIONS(4697), 1, + sym__eq_custom, + ACTIONS(4727), 1, + anon_sym_SEMI, + STATE(589), 1, + sym__equal_sign, + STATE(2465), 1, + sym__enum_entry_suffix, + STATE(2605), 1, + aux_sym_enum_entry_repeat1, + STATE(2795), 1, + sym_enum_type_parameters, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4729), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4725), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [11424] = 20, + ACTIONS(3101), 1, + anon_sym_async, + ACTIONS(3123), 1, + anon_sym_func, + ACTIONS(4209), 1, + anon_sym_typealias, + ACTIONS(4706), 1, + anon_sym_enum, + ACTIONS(4708), 1, + anon_sym_extension, + ACTIONS(4710), 1, + anon_sym_indirect, + STATE(7521), 1, + sym__non_constructor_function_decl, + STATE(7945), 1, + sym__modifierless_function_declaration_no_body, + STATE(8358), 1, + sym__modifierless_property_declaration, + STATE(8359), 1, + sym__modifierless_typealias_declaration, + STATE(8363), 1, + sym__modifierless_function_declaration, + STATE(8364), 1, + sym__modifierless_class_declaration, + STATE(8439), 1, + sym__async_modifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(3121), 2, + anon_sym_let, + anon_sym_var, + ACTIONS(4702), 2, + anon_sym_actor, + anon_sym_struct, + ACTIONS(4712), 2, + anon_sym_AT, + anon_sym_unowned, + STATE(4879), 2, + sym_value_binding_pattern, + sym__possibly_async_binding_pattern_kind, + STATE(2117), 6, + sym_attribute, + aux_sym__locally_permitted_modifiers, + sym__locally_permitted_modifier, + sym_property_behavior_modifier, + sym_inheritance_modifier, + sym_ownership_modifier, + ACTIONS(4704), 32, + anon_sym_lazy, + anon_sym_package, + anon_sym_class, + anon_sym_willSet, + anon_sym_didSet, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [11526] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2288), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2290), 47, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [11596] = 6, + ACTIONS(4662), 1, + sym__dot_custom, + STATE(1968), 1, + aux_sym_user_type_repeat1, + STATE(5460), 1, + sym__dot, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2164), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2166), 54, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_LPAREN, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_willSet, + anon_sym_didSet, + anon_sym_macro, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_get, + anon_sym_set, + anon_sym__modify, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [11670] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(4731), 1, + anon_sym_LT, + STATE(2115), 1, + sym_type_arguments, + ACTIONS(2191), 11, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2193), 46, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [11744] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2225), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2227), 47, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [11814] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2213), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2215), 57, + sym__dot_custom, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_willSet, + anon_sym_didSet, + anon_sym_macro, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_get, + anon_sym_set, + anon_sym__modify, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [11882] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4494), 1, + anon_sym_QMARK2, + STATE(2081), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2085), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2087), 45, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [11954] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(4733), 1, + anon_sym_self, + STATE(2043), 3, + sym__key_path_postfixes, + sym_bang, + aux_sym__key_path_component_repeat1, + ACTIONS(2237), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2239), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [12028] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(4664), 1, + anon_sym_self, + STATE(2045), 3, + sym__key_path_postfixes, + sym_bang, + aux_sym__key_path_component_repeat1, + ACTIONS(2237), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2239), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [12102] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2197), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2199), 57, + sym__dot_custom, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_willSet, + anon_sym_didSet, + anon_sym_macro, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_get, + anon_sym_set, + anon_sym__modify, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [12170] = 4, + ACTIONS(3), 1, + sym_comment, + STATE(2083), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2121), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2123), 46, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [12240] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2099), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2101), 47, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [12310] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4735), 1, + anon_sym_QMARK2, + STATE(2083), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2142), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2144), 45, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [12382] = 10, + ACTIONS(4504), 1, + anon_sym_LBRACE, + ACTIONS(4508), 1, + sym__eq_custom, + STATE(642), 1, + sym__equal_sign, + STATE(2954), 1, + sym__expression_with_willset_didset, + STATE(2955), 1, + sym__expression_without_willset_didset, + STATE(2956), 1, + sym_willset_didset_block, + STATE(2958), 1, + sym_computed_property, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4560), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4558), 50, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [12464] = 11, + ACTIONS(4689), 1, + anon_sym_COMMA, + ACTIONS(4691), 1, + anon_sym_LPAREN, + ACTIONS(4697), 1, + sym__eq_custom, + ACTIONS(4740), 1, + anon_sym_SEMI, + STATE(589), 1, + sym__equal_sign, + STATE(2523), 1, + aux_sym_enum_entry_repeat1, + STATE(2638), 1, + sym__enum_entry_suffix, + STATE(2795), 1, + sym_enum_type_parameters, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4742), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4738), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [12548] = 10, + ACTIONS(4504), 1, + anon_sym_LBRACE, + ACTIONS(4508), 1, + sym__eq_custom, + STATE(642), 1, + sym__equal_sign, + STATE(2887), 1, + sym__expression_without_willset_didset, + STATE(3001), 1, + sym__expression_with_willset_didset, + STATE(3005), 1, + sym_willset_didset_block, + STATE(3010), 1, + sym_computed_property, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4746), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4744), 50, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [12630] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2300), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2302), 57, + sym__eq_custom, + sym_where_keyword, + sym__as_custom, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_QMARK, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [12698] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2284), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2286), 47, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [12768] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4748), 1, + sym__dot_custom, + STATE(2089), 1, + aux_sym_user_type_repeat1, + STATE(5590), 1, + sym__dot, + ACTIONS(2099), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2101), 45, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [12842] = 6, + ACTIONS(4753), 1, + anon_sym_QMARK, + ACTIONS(4757), 1, + sym__as_custom, + STATE(2172), 1, + sym__quest, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4755), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4751), 54, + sym__eq_custom, + sym_where_keyword, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [12916] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(4759), 1, + anon_sym_AMP, + STATE(2091), 1, + aux_sym_protocol_composition_type_repeat1, + ACTIONS(2187), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2189), 44, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_QMARK2, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [12989] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2217), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2219), 46, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [13058] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(4762), 1, + sym__dot_custom, + STATE(2093), 1, + aux_sym_user_type_repeat1, + STATE(5570), 1, + sym__dot, + ACTIONS(2099), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2101), 43, + sym__arrow_operator_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [13133] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2284), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2286), 46, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [13202] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2205), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2207), 46, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [13271] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4765), 1, + anon_sym_LT, + STATE(2173), 1, + sym_type_arguments, + ACTIONS(2191), 11, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2193), 46, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [13342] = 8, + ACTIONS(4691), 1, + anon_sym_LPAREN, + ACTIONS(4697), 1, + sym__eq_custom, + STATE(589), 1, + sym__equal_sign, + STATE(2795), 1, + sym_enum_type_parameters, + STATE(2832), 1, + sym__enum_entry_suffix, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4769), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4767), 51, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_SEMI, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [13419] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2099), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2101), 46, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [13488] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(4771), 1, + anon_sym_BANG, + ACTIONS(4774), 1, + anon_sym_LBRACK, + ACTIONS(4777), 1, + anon_sym_QMARK, + ACTIONS(4780), 1, + anon_sym_self, + ACTIONS(4783), 1, + sym__bang_custom, + STATE(2099), 3, + sym__key_path_postfixes, + sym_bang, + aux_sym__key_path_component_repeat1, + ACTIONS(2261), 10, + anon_sym_DOT, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2256), 40, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [13569] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(4786), 1, + anon_sym_QMARK2, + STATE(2100), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2142), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2144), 43, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [13642] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2292), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2294), 46, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [13711] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2225), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2227), 46, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [13780] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2300), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2302), 46, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [13849] = 12, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(4789), 1, + anon_sym_QMARK2, + ACTIONS(4791), 1, + sym__arrow_operator_custom, + ACTIONS(4793), 1, + sym__async_keyword_custom, + STATE(4354), 1, + sym__arrow_operator, + STATE(7054), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2562), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + STATE(8901), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2085), 3, + anon_sym_QMARK, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2087), 44, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_default_keyword, + sym_where_keyword, + sym__as_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [13934] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + STATE(2091), 1, + aux_sym_protocol_composition_type_repeat1, + ACTIONS(2315), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2317), 45, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [14005] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2245), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2247), 46, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [14074] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2272), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2274), 46, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [14143] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2280), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2282), 46, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [14212] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2276), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2278), 46, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [14281] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2221), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2223), 46, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [14350] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2304), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2306), 46, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [14419] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(4521), 1, + anon_sym_QMARK2, + STATE(2146), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2085), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2087), 43, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [14492] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(4795), 1, + anon_sym_self, + STATE(2099), 3, + sym__key_path_postfixes, + sym_bang, + aux_sym__key_path_component_repeat1, + ACTIONS(2237), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2239), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [14565] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(4797), 1, + sym__dot_custom, + STATE(2116), 1, + aux_sym_user_type_repeat1, + STATE(5570), 1, + sym__dot, + ACTIONS(2149), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2151), 43, + sym__arrow_operator_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [14640] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2213), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2215), 46, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [14709] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(4800), 1, + sym__dot_custom, + STATE(2093), 1, + aux_sym_user_type_repeat1, + STATE(5570), 1, + sym__dot, + ACTIONS(2164), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2166), 43, + sym__arrow_operator_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [14784] = 8, + ACTIONS(4805), 1, + anon_sym_lazy, + ACTIONS(4808), 1, + anon_sym_AT, + ACTIONS(4811), 1, + anon_sym_final, + ACTIONS(4817), 1, + anon_sym_unowned, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4814), 3, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + STATE(2117), 6, + sym_attribute, + aux_sym__locally_permitted_modifiers, + sym__locally_permitted_modifier, + sym_property_behavior_modifier, + sym_inheritance_modifier, + sym_ownership_modifier, + ACTIONS(4803), 45, + anon_sym_actor, + anon_sym_async, + anon_sym_package, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_willSet, + anon_sym_didSet, + anon_sym_macro, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_borrowing, + anon_sym_consuming, + [14861] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2288), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2290), 46, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [14930] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2191), 1, + anon_sym_DOT, + ACTIONS(4820), 1, + anon_sym_COMMA, + ACTIONS(4823), 1, + anon_sym_RBRACK, + ACTIONS(4827), 1, + anon_sym_LT, + ACTIONS(4830), 1, + sym__eq_custom, + STATE(632), 1, + sym__equal_sign, + STATE(5330), 1, + sym_type_arguments, + ACTIONS(2193), 4, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + ACTIONS(2409), 7, + sym__dot_custom, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + ACTIONS(2405), 10, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2407), 30, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_LBRACK, + aux_sym_custom_operator_token1, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [15017] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(4795), 1, + anon_sym_self, + STATE(2099), 3, + sym__key_path_postfixes, + sym_bang, + aux_sym__key_path_component_repeat1, + ACTIONS(2249), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2251), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [15090] = 12, + ACTIONS(4641), 1, + anon_sym_func, + ACTIONS(4833), 1, + anon_sym_init, + STATE(6778), 1, + sym_simple_identifier, + STATE(7521), 1, + sym__non_constructor_function_decl, + STATE(9125), 1, + sym__modifierless_function_declaration_no_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(6937), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2884), 3, + aux_sym_simple_identifier_token1, + anon_sym_each, + anon_sym_repeat, + ACTIONS(2886), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(4647), 4, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + ACTIONS(4636), 6, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + ACTIONS(4639), 35, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_macro, + anon_sym_extension, + anon_sym_indirect, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_associatedtype, + anon_sym_AT, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_weak, + anon_sym_unowned, + [15175] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(4836), 1, + anon_sym_BANG, + ACTIONS(4844), 1, + sym__bang_custom, + ACTIONS(4840), 2, + sym__custom_operator, + aux_sym_custom_operator_token1, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(8707), 2, + sym_simple_identifier, + sym_referenceable_operator, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(4842), 8, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(2427), 9, + sym_custom_operator, + sym__assignment_and_operator, + sym__equality_operator, + sym__comparison_operator, + sym__additive_operator, + sym__multiplicative_operator, + sym__equal_sign, + sym__eq_eq, + sym_bang, + ACTIONS(4838), 21, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + anon_sym_AMP, + anon_sym_TILDE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_GT_GT, + [15260] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(4530), 1, + anon_sym_QMARK2, + STATE(2141), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2085), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2087), 43, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [15333] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4846), 1, + anon_sym_AMP, + STATE(2124), 1, + aux_sym_protocol_composition_type_repeat1, + ACTIONS(2187), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2189), 45, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [15404] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4851), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4849), 56, + sym__eq_custom, + sym_where_keyword, + sym__as_custom, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [15471] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4855), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4853), 56, + sym__eq_custom, + sym_where_keyword, + sym__as_custom, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [15538] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4634), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4632), 56, + sym__eq_custom, + sym_where_keyword, + sym__as_custom, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [15605] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4859), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4857), 56, + sym__eq_custom, + sym_where_keyword, + sym__as_custom, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [15672] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2197), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2199), 46, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [15741] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(4861), 1, + sym__dot_custom, + STATE(2132), 1, + aux_sym_user_type_repeat1, + STATE(5572), 1, + sym__dot, + ACTIONS(2149), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2151), 43, + sym__arrow_operator_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [15816] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2296), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2298), 46, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [15885] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(4864), 1, + sym__dot_custom, + STATE(2140), 1, + aux_sym_user_type_repeat1, + STATE(5572), 1, + sym__dot, + ACTIONS(2164), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2166), 43, + sym__arrow_operator_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [15960] = 5, + ACTIONS(4869), 1, + anon_sym_LPAREN, + STATE(2133), 1, + aux_sym__function_value_parameters, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4872), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4867), 54, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [16031] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2201), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2203), 46, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [16100] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4876), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4874), 56, + sym__eq_custom, + sym_where_keyword, + sym__as_custom, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [16167] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4623), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4621), 56, + sym__eq_custom, + sym_where_keyword, + sym__as_custom, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [16234] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4880), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4878), 56, + sym__eq_custom, + sym_where_keyword, + sym__as_custom, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [16301] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4884), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4882), 56, + sym__eq_custom, + sym_where_keyword, + sym__as_custom, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [16368] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2229), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2231), 46, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [16437] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(4886), 1, + sym__dot_custom, + STATE(2140), 1, + aux_sym_user_type_repeat1, + STATE(5572), 1, + sym__dot, + ACTIONS(2099), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2101), 43, + sym__arrow_operator_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [16512] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + STATE(2144), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2121), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2123), 44, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [16583] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2233), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2235), 46, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [16652] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2085), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2087), 46, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [16721] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(4889), 1, + anon_sym_QMARK2, + STATE(2144), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2142), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2144), 43, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [16794] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2209), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2211), 46, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [16863] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + STATE(2100), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2121), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2123), 44, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [16934] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(4892), 1, + anon_sym_self, + STATE(2120), 3, + sym__key_path_postfixes, + sym_bang, + aux_sym__key_path_component_repeat1, + ACTIONS(2237), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2239), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [17007] = 4, + ACTIONS(3), 1, + sym_comment, + STATE(2124), 1, + aux_sym_protocol_composition_type_repeat1, + ACTIONS(2315), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2317), 46, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [17076] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4896), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4894), 55, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [17142] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4898), 1, + anon_sym_self, + STATE(2178), 3, + sym__key_path_postfixes, + sym_bang, + aux_sym__key_path_component_repeat1, + ACTIONS(2237), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2239), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [17212] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(4900), 1, + anon_sym_AMP, + STATE(2151), 1, + aux_sym_protocol_composition_type_repeat1, + ACTIONS(2187), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2189), 43, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [17284] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2225), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2227), 46, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [17350] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2191), 1, + anon_sym_DOT, + ACTIONS(4827), 1, + anon_sym_LT, + STATE(5330), 1, + sym_type_arguments, + ACTIONS(2193), 4, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + ACTIONS(2409), 8, + sym__dot_custom, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_RBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + ACTIONS(2405), 10, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2407), 32, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LBRACK, + aux_sym_custom_operator_token1, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [17428] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(4562), 1, + anon_sym_QMARK2, + STATE(2163), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2085), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2087), 42, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [17500] = 6, + ACTIONS(4903), 1, + sym__dot_custom, + STATE(2155), 1, + aux_sym_user_type_repeat1, + STATE(5584), 1, + sym__dot, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2101), 9, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + ACTIONS(2099), 45, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_in, + anon_sym_self, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_willSet, + anon_sym_didSet, + anon_sym_extension, + anon_sym_indirect, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_AT, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_weak, + anon_sym_unowned, + anon_sym_borrowing, + anon_sym_consuming, + [17572] = 4, + ACTIONS(4910), 1, + sym__as_custom, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4908), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4906), 54, + sym__eq_custom, + sym_where_keyword, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [17640] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2296), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2298), 46, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [17706] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2201), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2203), 46, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [17772] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2205), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2207), 46, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [17838] = 6, + ACTIONS(4912), 1, + sym__dot_custom, + STATE(2193), 1, + aux_sym_user_type_repeat1, + STATE(5649), 1, + sym__dot, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2166), 10, + sym_default_keyword, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + ACTIONS(2164), 44, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_in, + anon_sym_self, + anon_sym_case, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_AT, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_weak, + anon_sym_unowned, + anon_sym_borrowing, + anon_sym_consuming, + [17910] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4898), 1, + anon_sym_self, + STATE(2178), 3, + sym__key_path_postfixes, + sym_bang, + aux_sym__key_path_component_repeat1, + ACTIONS(2249), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2251), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [17980] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2191), 1, + anon_sym_DOT, + ACTIONS(4827), 1, + anon_sym_LT, + ACTIONS(4914), 1, + anon_sym_COLON, + STATE(5330), 1, + sym_type_arguments, + ACTIONS(2193), 4, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + ACTIONS(2409), 8, + sym__dot_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + ACTIONS(2405), 10, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2407), 31, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_LBRACK, + aux_sym_custom_operator_token1, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [18060] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + STATE(2170), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2121), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2123), 43, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [18130] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2245), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2247), 46, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [18196] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2272), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2274), 46, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [18262] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2280), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2282), 46, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [18328] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2221), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2223), 46, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [18394] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2304), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2306), 46, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [18460] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2284), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2286), 46, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [18526] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(4916), 1, + anon_sym_QMARK2, + STATE(2170), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2142), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2144), 42, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [18598] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(4919), 1, + sym__dot_custom, + STATE(2207), 1, + aux_sym_user_type_repeat1, + STATE(5550), 1, + sym__dot, + ACTIONS(2164), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2166), 42, + sym__arrow_operator_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [18672] = 4, + ACTIONS(4926), 1, + sym__as_custom, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4924), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4922), 54, + sym__eq_custom, + sym_where_keyword, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [18740] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2213), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2215), 46, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [18806] = 6, + ACTIONS(4928), 1, + sym__dot_custom, + STATE(2175), 1, + aux_sym_user_type_repeat1, + STATE(5584), 1, + sym__dot, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2151), 9, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + ACTIONS(2149), 45, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_in, + anon_sym_self, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_willSet, + anon_sym_didSet, + anon_sym_extension, + anon_sym_indirect, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_AT, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_weak, + anon_sym_unowned, + anon_sym_borrowing, + anon_sym_consuming, + [18878] = 6, + ACTIONS(4928), 1, + sym__dot_custom, + STATE(2155), 1, + aux_sym_user_type_repeat1, + STATE(5584), 1, + sym__dot, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2166), 9, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + ACTIONS(2164), 45, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_in, + anon_sym_self, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_willSet, + anon_sym_didSet, + anon_sym_extension, + anon_sym_indirect, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_AT, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_weak, + anon_sym_unowned, + anon_sym_borrowing, + anon_sym_consuming, + [18950] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(4932), 6, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_in, + ACTIONS(4930), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(4934), 40, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [19020] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4938), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4936), 55, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [19086] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4940), 1, + anon_sym_BANG, + ACTIONS(4943), 1, + anon_sym_LBRACK, + ACTIONS(4946), 1, + anon_sym_QMARK, + ACTIONS(4949), 1, + anon_sym_self, + ACTIONS(4952), 1, + sym__bang_custom, + STATE(2178), 3, + sym__key_path_postfixes, + sym_bang, + aux_sym__key_path_component_repeat1, + ACTIONS(2261), 10, + anon_sym_DOT, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2256), 40, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [19164] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4957), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4955), 55, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [19230] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4961), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4959), 55, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [19296] = 5, + ACTIONS(4963), 1, + anon_sym_LT, + STATE(2362), 1, + sym_type_arguments, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2193), 11, + sym__dot_custom, + sym_default_keyword, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + ACTIONS(2191), 44, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_in, + anon_sym_self, + anon_sym_case, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_AT, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_weak, + anon_sym_unowned, + anon_sym_borrowing, + anon_sym_consuming, + [19366] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2085), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2087), 46, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [19432] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2288), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2290), 46, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [19498] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(4965), 1, + sym__dot_custom, + STATE(2171), 1, + aux_sym_user_type_repeat1, + STATE(5550), 1, + sym__dot, + ACTIONS(2149), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2151), 42, + sym__arrow_operator_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [19572] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2443), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2445), 46, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_in, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [19640] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2197), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2199), 46, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [19706] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(4968), 1, + anon_sym_LT, + STATE(2229), 1, + sym_type_arguments, + ACTIONS(2191), 11, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2193), 44, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [19778] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + STATE(2151), 1, + aux_sym_protocol_composition_type_repeat1, + ACTIONS(2315), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2317), 44, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [19848] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + STATE(2200), 1, + aux_sym_protocol_composition_type_repeat1, + ACTIONS(2315), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2317), 44, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [19918] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2300), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2302), 46, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [19984] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2292), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2294), 46, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [20050] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2229), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2231), 46, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [20116] = 6, + ACTIONS(4970), 1, + sym__dot_custom, + STATE(2193), 1, + aux_sym_user_type_repeat1, + STATE(5649), 1, + sym__dot, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2101), 10, + sym_default_keyword, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + ACTIONS(2099), 44, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_in, + anon_sym_self, + anon_sym_case, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_AT, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_weak, + anon_sym_unowned, + anon_sym_borrowing, + anon_sym_consuming, + [20188] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2099), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2101), 46, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [20254] = 6, + ACTIONS(4912), 1, + sym__dot_custom, + STATE(2160), 1, + aux_sym_user_type_repeat1, + STATE(5649), 1, + sym__dot, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2151), 10, + sym_default_keyword, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + ACTIONS(2149), 44, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_in, + anon_sym_self, + anon_sym_case, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_AT, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_weak, + anon_sym_unowned, + anon_sym_borrowing, + anon_sym_consuming, + [20326] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2217), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2219), 46, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [20392] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4975), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4973), 55, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [20458] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2300), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2302), 55, + sym__eq_custom, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_SEMI, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [20524] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(4977), 1, + anon_sym_LT, + STATE(2343), 1, + sym_type_arguments, + ACTIONS(2191), 11, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2193), 44, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [20596] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(4979), 1, + anon_sym_AMP, + STATE(2200), 1, + aux_sym_protocol_composition_type_repeat1, + ACTIONS(2187), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2189), 43, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [20668] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2209), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2211), 46, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [20734] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2276), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2278), 46, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [20800] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(4827), 1, + anon_sym_LT, + STATE(5330), 1, + sym_type_arguments, + ACTIONS(2191), 2, + anon_sym_BANG2, + anon_sym_DOT, + ACTIONS(2193), 4, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + ACTIONS(2409), 8, + sym__dot_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + ACTIONS(2405), 10, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2407), 31, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_LBRACK, + aux_sym_custom_operator_token1, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [20878] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2233), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2235), 46, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [20944] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4982), 1, + anon_sym_self, + STATE(2161), 3, + sym__key_path_postfixes, + sym_bang, + aux_sym__key_path_component_repeat1, + ACTIONS(2237), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2239), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [21014] = 5, + ACTIONS(4984), 1, + anon_sym_LT, + STATE(2351), 1, + sym_type_arguments, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2193), 10, + sym__dot_custom, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + ACTIONS(2191), 45, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_in, + anon_sym_self, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_willSet, + anon_sym_didSet, + anon_sym_extension, + anon_sym_indirect, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_AT, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_weak, + anon_sym_unowned, + anon_sym_borrowing, + anon_sym_consuming, + [21084] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(4986), 1, + sym__dot_custom, + STATE(2207), 1, + aux_sym_user_type_repeat1, + STATE(5550), 1, + sym__dot, + ACTIONS(2099), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2101), 42, + sym__arrow_operator_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [21158] = 4, + ACTIONS(4991), 1, + anon_sym_BANG2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4993), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4989), 54, + sym__eq_custom, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_DOT_DOT_DOT, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [21226] = 8, + ACTIONS(4411), 1, + anon_sym_LBRACE, + ACTIONS(4419), 1, + sym_where_keyword, + STATE(2656), 1, + sym_type_constraints, + STATE(3238), 1, + sym__block, + STATE(3382), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4997), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4995), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [21301] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5001), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4999), 54, + sym__eq_custom, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_DOT_DOT_DOT, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [21366] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2085), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2087), 44, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [21433] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2300), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2302), 44, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_self, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [21500] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + STATE(1700), 1, + sym_lambda_literal, + STATE(2557), 1, + sym__fn_call_lambda_arguments, + ACTIONS(5003), 2, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + ACTIONS(2791), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2794), 41, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [21573] = 8, + ACTIONS(4510), 1, + sym_where_keyword, + ACTIONS(5009), 1, + anon_sym_COLON, + ACTIONS(5013), 1, + sym__eq_custom, + STATE(2830), 1, + sym_type_constraints, + STATE(4309), 1, + sym__equal_sign, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5011), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5007), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [21648] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2225), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2227), 44, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [21715] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(4231), 1, + anon_sym_DOT, + STATE(2219), 1, + aux_sym_key_path_expression_repeat1, + ACTIONS(2350), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2352), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [21786] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2300), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2302), 44, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [21853] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2300), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2302), 44, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [21920] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(5015), 1, + anon_sym_DOT, + STATE(2219), 1, + aux_sym_key_path_expression_repeat1, + ACTIONS(2354), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2356), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [21991] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2280), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2282), 44, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [22058] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2099), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2101), 44, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [22125] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2365), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2367), 44, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_self, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [22192] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2302), 11, + sym__dot_custom, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_LT, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + ACTIONS(2300), 45, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_in, + anon_sym_self, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_willSet, + anon_sym_didSet, + anon_sym_extension, + anon_sym_indirect, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_AT, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_weak, + anon_sym_unowned, + anon_sym_borrowing, + anon_sym_consuming, + [22257] = 13, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(4791), 1, + sym__arrow_operator_custom, + ACTIONS(4793), 1, + sym__async_keyword_custom, + ACTIONS(5018), 1, + anon_sym_DOT, + ACTIONS(5020), 1, + anon_sym_AMP, + STATE(3055), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(4354), 1, + sym__arrow_operator, + STATE(7054), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2156), 2, + anon_sym_AT, + anon_sym_unowned, + STATE(8901), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2158), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_default_keyword, + sym_where_keyword, + sym__as_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [22342] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2361), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2363), 44, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_self, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [22409] = 4, + ACTIONS(5022), 1, + anon_sym_BANG2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4993), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4989), 53, + sym__eq_custom, + sym_where_keyword, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [22476] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2288), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2290), 44, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [22543] = 20, + ACTIONS(625), 1, + anon_sym_QMARK, + ACTIONS(5028), 1, + anon_sym_each, + ACTIONS(5030), 1, + anon_sym_repeat, + ACTIONS(5032), 1, + anon_sym_LPAREN, + ACTIONS(5034), 1, + anon_sym_LBRACK, + ACTIONS(5036), 1, + anon_sym_some, + ACTIONS(5038), 1, + anon_sym_any, + ACTIONS(5040), 1, + anon_sym_TILDE, + STATE(5054), 1, + sym_tuple_type, + STATE(5086), 1, + sym_unannotated_type, + STATE(5112), 1, + sym__simple_user_type, + STATE(5120), 1, + sym_simple_identifier, + STATE(5273), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5127), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5026), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5157), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5024), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5446), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + ACTIONS(619), 19, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LT, + anon_sym_LBRACE, + anon_sym_RBRACE, + [22642] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2213), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2215), 44, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [22709] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2292), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2294), 44, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [22776] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(5042), 1, + anon_sym_LT, + STATE(2394), 1, + sym_type_arguments, + ACTIONS(2191), 11, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2193), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [22847] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2284), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2286), 44, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [22914] = 13, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(4791), 1, + sym__arrow_operator_custom, + ACTIONS(4793), 1, + sym__async_keyword_custom, + ACTIONS(5018), 1, + anon_sym_DOT, + ACTIONS(5020), 1, + anon_sym_AMP, + STATE(3055), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(4354), 1, + sym__arrow_operator, + STATE(7054), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2171), 2, + anon_sym_AT, + anon_sym_unowned, + STATE(8901), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2173), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_default_keyword, + sym_where_keyword, + sym__as_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [22999] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + STATE(2248), 1, + aux_sym_protocol_composition_type_repeat1, + ACTIONS(2315), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2317), 43, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [23068] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(5044), 1, + anon_sym_self, + STATE(2298), 3, + sym__key_path_postfixes, + sym_bang, + aux_sym__key_path_component_repeat1, + ACTIONS(2237), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2239), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [23139] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2197), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2199), 44, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [23206] = 13, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(4791), 1, + sym__arrow_operator_custom, + ACTIONS(4793), 1, + sym__async_keyword_custom, + ACTIONS(5018), 1, + anon_sym_DOT, + ACTIONS(5020), 1, + anon_sym_AMP, + STATE(3055), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(4354), 1, + sym__arrow_operator, + STATE(7054), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2179), 2, + anon_sym_AT, + anon_sym_unowned, + STATE(8901), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2181), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_default_keyword, + sym_where_keyword, + sym__as_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [23291] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(5046), 2, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + STATE(4989), 2, + sym__conjunction_operator, + sym__disjunction_operator, + ACTIONS(2385), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2387), 41, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [23362] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(5048), 1, + anon_sym_self, + STATE(2302), 3, + sym__key_path_postfixes, + sym_bang, + aux_sym__key_path_component_repeat1, + ACTIONS(2237), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2239), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [23433] = 8, + ACTIONS(4411), 1, + anon_sym_LBRACE, + ACTIONS(4419), 1, + sym_where_keyword, + STATE(2473), 1, + sym_type_constraints, + STATE(3238), 1, + sym__block, + STATE(3334), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4598), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4596), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [23508] = 8, + ACTIONS(4411), 1, + anon_sym_LBRACE, + ACTIONS(4419), 1, + sym_where_keyword, + STATE(2474), 1, + sym_type_constraints, + STATE(3238), 1, + sym__block, + STATE(3336), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4598), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4596), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [23583] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2284), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2286), 44, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [23650] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2229), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2231), 44, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [23717] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2209), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2211), 44, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [23784] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2296), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2298), 44, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [23851] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2233), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2235), 44, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [23918] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(4231), 1, + anon_sym_DOT, + STATE(2216), 1, + aux_sym_key_path_expression_repeat1, + ACTIONS(2346), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2348), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [23989] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(5050), 1, + anon_sym_AMP, + STATE(2248), 1, + aux_sym_protocol_composition_type_repeat1, + ACTIONS(2187), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2189), 42, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [24060] = 8, + ACTIONS(4510), 1, + sym_where_keyword, + ACTIONS(5055), 1, + anon_sym_COLON, + ACTIONS(5059), 1, + sym__eq_custom, + STATE(2856), 1, + sym_type_constraints, + STATE(4331), 1, + sym__equal_sign, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5057), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5053), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [24135] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(4231), 1, + anon_sym_DOT, + STATE(2219), 1, + aux_sym_key_path_expression_repeat1, + ACTIONS(2346), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2348), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [24206] = 7, + STATE(3055), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(4354), 1, + sym__arrow_operator, + STATE(7054), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2183), 2, + anon_sym_AT, + anon_sym_unowned, + STATE(8901), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2185), 49, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [24279] = 20, + ACTIONS(625), 1, + anon_sym_QMARK, + ACTIONS(5028), 1, + anon_sym_each, + ACTIONS(5030), 1, + anon_sym_repeat, + ACTIONS(5032), 1, + anon_sym_LPAREN, + ACTIONS(5034), 1, + anon_sym_LBRACK, + ACTIONS(5036), 1, + anon_sym_some, + ACTIONS(5038), 1, + anon_sym_any, + ACTIONS(5040), 1, + anon_sym_TILDE, + STATE(5054), 1, + sym_tuple_type, + STATE(5071), 1, + sym_unannotated_type, + STATE(5112), 1, + sym__simple_user_type, + STATE(5120), 1, + sym_simple_identifier, + STATE(5273), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5127), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5026), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5157), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5024), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5446), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + ACTIONS(619), 19, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LT, + anon_sym_LBRACE, + anon_sym_RBRACE, + [24378] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + STATE(1700), 1, + sym_lambda_literal, + STATE(2526), 1, + sym__fn_call_lambda_arguments, + ACTIONS(5061), 2, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + ACTIONS(2805), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2807), 41, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [24451] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2217), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2219), 44, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [24518] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2085), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2087), 44, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [24585] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2201), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2203), 44, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [24652] = 8, + ACTIONS(4411), 1, + anon_sym_LBRACE, + ACTIONS(4419), 1, + sym_where_keyword, + STATE(2500), 1, + sym_type_constraints, + STATE(3238), 1, + sym__block, + STATE(3386), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4591), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4589), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [24727] = 8, + ACTIONS(4411), 1, + anon_sym_LBRACE, + ACTIONS(4419), 1, + sym_where_keyword, + STATE(2501), 1, + sym_type_constraints, + STATE(3238), 1, + sym__block, + STATE(3388), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4591), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4589), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [24802] = 12, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(5064), 1, + anon_sym_QMARK2, + ACTIONS(5066), 1, + sym__arrow_operator_custom, + ACTIONS(5068), 1, + sym__async_keyword_custom, + STATE(4369), 1, + sym__arrow_operator, + STATE(7059), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2085), 2, + anon_sym_AT, + anon_sym_unowned, + STATE(2916), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + STATE(8917), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2087), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_default_keyword, + sym_where_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [24885] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(5046), 2, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + STATE(4989), 2, + sym__conjunction_operator, + sym__disjunction_operator, + ACTIONS(2379), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2381), 41, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [24956] = 8, + ACTIONS(4411), 1, + anon_sym_LBRACE, + ACTIONS(4419), 1, + sym_where_keyword, + STATE(2509), 1, + sym_type_constraints, + STATE(3238), 1, + sym__block, + STATE(3408), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4658), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4656), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [25031] = 8, + ACTIONS(4411), 1, + anon_sym_LBRACE, + ACTIONS(4419), 1, + sym_where_keyword, + STATE(2510), 1, + sym_type_constraints, + STATE(3238), 1, + sym__block, + STATE(3409), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4658), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4656), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [25106] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2369), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2371), 44, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_self, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [25173] = 8, + ACTIONS(4411), 1, + anon_sym_LBRACE, + ACTIONS(4419), 1, + sym_where_keyword, + STATE(2514), 1, + sym_type_constraints, + STATE(3238), 1, + sym__block, + STATE(3414), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4658), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4656), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [25248] = 8, + ACTIONS(4411), 1, + anon_sym_LBRACE, + ACTIONS(4419), 1, + sym_where_keyword, + STATE(2515), 1, + sym_type_constraints, + STATE(3238), 1, + sym__block, + STATE(3417), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4658), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4656), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [25323] = 8, + ACTIONS(4411), 1, + anon_sym_LBRACE, + ACTIONS(4419), 1, + sym_where_keyword, + STATE(2516), 1, + sym_type_constraints, + STATE(3238), 1, + sym__block, + STATE(3421), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5072), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5070), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [25398] = 8, + ACTIONS(4411), 1, + anon_sym_LBRACE, + ACTIONS(4419), 1, + sym_where_keyword, + STATE(2517), 1, + sym_type_constraints, + STATE(3238), 1, + sym__block, + STATE(3424), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5072), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5070), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [25473] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + STATE(1700), 1, + sym_lambda_literal, + STATE(2557), 1, + sym__fn_call_lambda_arguments, + ACTIONS(5074), 2, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + ACTIONS(2812), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2814), 41, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [25546] = 13, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(4791), 1, + sym__arrow_operator_custom, + ACTIONS(4793), 1, + sym__async_keyword_custom, + ACTIONS(5018), 1, + anon_sym_DOT, + ACTIONS(5020), 1, + anon_sym_AMP, + STATE(3055), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(4354), 1, + sym__arrow_operator, + STATE(7054), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2175), 2, + anon_sym_AT, + anon_sym_unowned, + STATE(8901), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2177), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_default_keyword, + sym_where_keyword, + sym__as_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [25631] = 13, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(4791), 1, + sym__arrow_operator_custom, + ACTIONS(4793), 1, + sym__async_keyword_custom, + ACTIONS(5018), 1, + anon_sym_DOT, + ACTIONS(5020), 1, + anon_sym_AMP, + STATE(3055), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(4354), 1, + sym__arrow_operator, + STATE(7054), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2187), 2, + anon_sym_AT, + anon_sym_unowned, + STATE(8901), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2189), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_default_keyword, + sym_where_keyword, + sym__as_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [25716] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2197), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2199), 44, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [25783] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2292), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2294), 44, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [25850] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2276), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2278), 44, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [25917] = 4, + ACTIONS(5077), 1, + anon_sym_LPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4071), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4073), 53, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_willSet, + anon_sym_didSet, + anon_sym_macro, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_get, + anon_sym_set, + anon_sym__modify, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [25984] = 8, + ACTIONS(4411), 1, + anon_sym_LBRACE, + ACTIONS(4419), 1, + sym_where_keyword, + STATE(2537), 1, + sym_type_constraints, + STATE(3238), 1, + sym__block, + STATE(3572), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4580), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4578), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [26059] = 8, + ACTIONS(4411), 1, + anon_sym_LBRACE, + ACTIONS(4419), 1, + sym_where_keyword, + STATE(2539), 1, + sym_type_constraints, + STATE(3238), 1, + sym__block, + STATE(3576), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4580), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4578), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [26134] = 8, + ACTIONS(4411), 1, + anon_sym_LBRACE, + ACTIONS(4419), 1, + sym_where_keyword, + STATE(2543), 1, + sym_type_constraints, + STATE(3238), 1, + sym__block, + STATE(3584), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4580), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4578), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [26209] = 8, + ACTIONS(4411), 1, + anon_sym_LBRACE, + ACTIONS(4419), 1, + sym_where_keyword, + STATE(2544), 1, + sym_type_constraints, + STATE(3238), 1, + sym__block, + STATE(3588), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4580), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4578), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [26284] = 8, + ACTIONS(4411), 1, + anon_sym_LBRACE, + ACTIONS(4419), 1, + sym_where_keyword, + STATE(2545), 1, + sym_type_constraints, + STATE(3238), 1, + sym__block, + STATE(3590), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5081), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5079), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [26359] = 8, + ACTIONS(4411), 1, + anon_sym_LBRACE, + ACTIONS(4419), 1, + sym_where_keyword, + STATE(2546), 1, + sym_type_constraints, + STATE(3238), 1, + sym__block, + STATE(3595), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5081), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5079), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [26434] = 8, + ACTIONS(4411), 1, + anon_sym_LBRACE, + ACTIONS(4419), 1, + sym_where_keyword, + STATE(2591), 1, + sym_type_constraints, + STATE(3238), 1, + sym__block, + STATE(3615), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4602), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4600), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [26509] = 8, + ACTIONS(4411), 1, + anon_sym_LBRACE, + ACTIONS(4419), 1, + sym_where_keyword, + STATE(2592), 1, + sym_type_constraints, + STATE(3238), 1, + sym__block, + STATE(3616), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4602), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4600), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [26584] = 8, + ACTIONS(4411), 1, + anon_sym_LBRACE, + ACTIONS(4419), 1, + sym_where_keyword, + STATE(2593), 1, + sym_type_constraints, + STATE(3238), 1, + sym__block, + STATE(3619), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5085), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5083), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [26659] = 8, + ACTIONS(4411), 1, + anon_sym_LBRACE, + ACTIONS(4419), 1, + sym_where_keyword, + STATE(2594), 1, + sym_type_constraints, + STATE(3238), 1, + sym__block, + STATE(3620), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5085), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5083), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [26734] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2272), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2274), 44, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [26801] = 8, + ACTIONS(4411), 1, + anon_sym_LBRACE, + ACTIONS(4419), 1, + sym_where_keyword, + STATE(2596), 1, + sym_type_constraints, + STATE(3238), 1, + sym__block, + STATE(3625), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5085), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5083), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [26876] = 8, + ACTIONS(4411), 1, + anon_sym_LBRACE, + ACTIONS(4419), 1, + sym_where_keyword, + STATE(2610), 1, + sym_type_constraints, + STATE(3238), 1, + sym__block, + STATE(3642), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4630), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4628), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [26951] = 8, + ACTIONS(4411), 1, + anon_sym_LBRACE, + ACTIONS(4419), 1, + sym_where_keyword, + STATE(2611), 1, + sym_type_constraints, + STATE(3238), 1, + sym__block, + STATE(3643), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4630), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4628), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [27026] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(5087), 1, + anon_sym_self, + STATE(2307), 3, + sym__key_path_postfixes, + sym_bang, + aux_sym__key_path_component_repeat1, + ACTIONS(2249), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2251), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [27097] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2225), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2227), 44, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [27164] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2229), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2231), 44, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [27231] = 8, + ACTIONS(4411), 1, + anon_sym_LBRACE, + ACTIONS(4419), 1, + sym_where_keyword, + STATE(2617), 1, + sym_type_constraints, + STATE(3238), 1, + sym__block, + STATE(3651), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4651), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4649), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [27306] = 8, + ACTIONS(4411), 1, + anon_sym_LBRACE, + ACTIONS(4419), 1, + sym_where_keyword, + STATE(2618), 1, + sym_type_constraints, + STATE(3238), 1, + sym__block, + STATE(3652), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4651), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4649), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [27381] = 8, + ACTIONS(4411), 1, + anon_sym_LBRACE, + ACTIONS(4419), 1, + sym_where_keyword, + STATE(2619), 1, + sym_type_constraints, + STATE(3238), 1, + sym__block, + STATE(3655), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5091), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5089), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [27456] = 8, + ACTIONS(4411), 1, + anon_sym_LBRACE, + ACTIONS(4419), 1, + sym_where_keyword, + STATE(2620), 1, + sym_type_constraints, + STATE(3238), 1, + sym__block, + STATE(3657), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5091), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5089), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [27531] = 8, + ACTIONS(4411), 1, + anon_sym_LBRACE, + ACTIONS(4419), 1, + sym_where_keyword, + STATE(2621), 1, + sym_type_constraints, + STATE(3238), 1, + sym__block, + STATE(3664), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5091), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5089), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [27606] = 8, + ACTIONS(4411), 1, + anon_sym_LBRACE, + ACTIONS(4419), 1, + sym_where_keyword, + STATE(2622), 1, + sym_type_constraints, + STATE(3238), 1, + sym__block, + STATE(3667), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5091), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5089), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [27681] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(5048), 1, + anon_sym_self, + STATE(2302), 3, + sym__key_path_postfixes, + sym_bang, + aux_sym__key_path_component_repeat1, + ACTIONS(2249), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2251), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [27752] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2209), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2211), 44, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [27819] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2276), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2278), 44, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [27886] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2233), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2235), 44, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [27953] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(5093), 1, + anon_sym_BANG, + ACTIONS(5096), 1, + anon_sym_LBRACK, + ACTIONS(5099), 1, + anon_sym_QMARK, + ACTIONS(5102), 1, + anon_sym_self, + ACTIONS(5105), 1, + sym__bang_custom, + STATE(2302), 3, + sym__key_path_postfixes, + sym_bang, + aux_sym__key_path_component_repeat1, + ACTIONS(2261), 10, + anon_sym_DOT, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2256), 38, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [28032] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2221), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2223), 44, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [28099] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2304), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2306), 44, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [28166] = 7, + STATE(3055), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(4354), 1, + sym__arrow_operator, + STATE(7054), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2106), 2, + anon_sym_AT, + anon_sym_unowned, + STATE(8901), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2108), 49, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [28239] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(5108), 1, + anon_sym_self, + STATE(2289), 3, + sym__key_path_postfixes, + sym_bang, + aux_sym__key_path_component_repeat1, + ACTIONS(2237), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2239), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [28310] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(5110), 1, + anon_sym_BANG, + ACTIONS(5113), 1, + anon_sym_LBRACK, + ACTIONS(5116), 1, + anon_sym_QMARK, + ACTIONS(5119), 1, + anon_sym_self, + ACTIONS(5122), 1, + sym__bang_custom, + STATE(2307), 3, + sym__key_path_postfixes, + sym_bang, + aux_sym__key_path_component_repeat1, + ACTIONS(2261), 10, + anon_sym_DOT, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2256), 38, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [28389] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(1797), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(1799), 44, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_self, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [28456] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(5087), 1, + anon_sym_self, + STATE(2307), 3, + sym__key_path_postfixes, + sym_bang, + aux_sym__key_path_component_repeat1, + ACTIONS(2237), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2239), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [28527] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2302), 12, + sym__dot_custom, + sym_default_keyword, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_LT, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + ACTIONS(2300), 44, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_in, + anon_sym_self, + anon_sym_case, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_AT, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_weak, + anon_sym_unowned, + anon_sym_borrowing, + anon_sym_consuming, + [28592] = 8, + ACTIONS(4411), 1, + anon_sym_LBRACE, + ACTIONS(4419), 1, + sym_where_keyword, + STATE(2624), 1, + sym_type_constraints, + STATE(3238), 1, + sym__block, + STATE(3503), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5127), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5125), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [28667] = 8, + ACTIONS(4411), 1, + anon_sym_LBRACE, + ACTIONS(4419), 1, + sym_where_keyword, + STATE(2625), 1, + sym_type_constraints, + STATE(3238), 1, + sym__block, + STATE(3556), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5127), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5125), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [28742] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2217), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2219), 44, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [28809] = 8, + ACTIONS(4411), 1, + anon_sym_LBRACE, + ACTIONS(4419), 1, + sym_where_keyword, + STATE(2633), 1, + sym_type_constraints, + STATE(3238), 1, + sym__block, + STATE(3477), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4606), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4604), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [28884] = 8, + ACTIONS(4411), 1, + anon_sym_LBRACE, + ACTIONS(4419), 1, + sym_where_keyword, + STATE(2635), 1, + sym_type_constraints, + STATE(3238), 1, + sym__block, + STATE(3499), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4606), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4604), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [28959] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2296), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2298), 44, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [29026] = 8, + ACTIONS(4411), 1, + anon_sym_LBRACE, + ACTIONS(4419), 1, + sym_where_keyword, + STATE(2639), 1, + sym_type_constraints, + STATE(3238), 1, + sym__block, + STATE(3571), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4606), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4604), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [29101] = 8, + ACTIONS(4411), 1, + anon_sym_LBRACE, + ACTIONS(4419), 1, + sym_where_keyword, + STATE(2640), 1, + sym_type_constraints, + STATE(3238), 1, + sym__block, + STATE(3575), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4606), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4604), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [29176] = 8, + ACTIONS(4411), 1, + anon_sym_LBRACE, + ACTIONS(4419), 1, + sym_where_keyword, + STATE(2641), 1, + sym_type_constraints, + STATE(3238), 1, + sym__block, + STATE(3614), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5131), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5129), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [29251] = 8, + ACTIONS(4411), 1, + anon_sym_LBRACE, + ACTIONS(4419), 1, + sym_where_keyword, + STATE(2642), 1, + sym_type_constraints, + STATE(3238), 1, + sym__block, + STATE(3618), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5131), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5129), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [29326] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2201), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2203), 44, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [29393] = 8, + ACTIONS(4411), 1, + anon_sym_LBRACE, + ACTIONS(4419), 1, + sym_where_keyword, + STATE(2643), 1, + sym_type_constraints, + STATE(3128), 1, + sym_function_body, + STATE(3238), 1, + sym__block, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5135), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5133), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [29468] = 8, + ACTIONS(4411), 1, + anon_sym_LBRACE, + ACTIONS(4419), 1, + sym_where_keyword, + STATE(2644), 1, + sym_type_constraints, + STATE(3148), 1, + sym_function_body, + STATE(3238), 1, + sym__block, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5135), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5133), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [29543] = 8, + ACTIONS(4411), 1, + anon_sym_LBRACE, + ACTIONS(4419), 1, + sym_where_keyword, + STATE(2649), 1, + sym_type_constraints, + STATE(3215), 1, + sym_function_body, + STATE(3238), 1, + sym__block, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4616), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4614), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [29618] = 8, + ACTIONS(4411), 1, + anon_sym_LBRACE, + ACTIONS(4419), 1, + sym_where_keyword, + STATE(2650), 1, + sym_type_constraints, + STATE(3216), 1, + sym_function_body, + STATE(3238), 1, + sym__block, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4616), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4614), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [29693] = 8, + ACTIONS(4411), 1, + anon_sym_LBRACE, + ACTIONS(4419), 1, + sym_where_keyword, + STATE(2651), 1, + sym_type_constraints, + STATE(3231), 1, + sym_function_body, + STATE(3238), 1, + sym__block, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5139), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5137), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [29768] = 8, + ACTIONS(4411), 1, + anon_sym_LBRACE, + ACTIONS(4419), 1, + sym_where_keyword, + STATE(2652), 1, + sym_type_constraints, + STATE(3237), 1, + sym_function_body, + STATE(3238), 1, + sym__block, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5139), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5137), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [29843] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2205), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2207), 44, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [29910] = 8, + ACTIONS(4411), 1, + anon_sym_LBRACE, + ACTIONS(4419), 1, + sym_where_keyword, + STATE(2653), 1, + sym_type_constraints, + STATE(3238), 1, + sym__block, + STATE(3287), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5139), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5137), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [29985] = 8, + ACTIONS(4411), 1, + anon_sym_LBRACE, + ACTIONS(4419), 1, + sym_where_keyword, + STATE(2654), 1, + sym_type_constraints, + STATE(3238), 1, + sym__block, + STATE(3300), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5139), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5137), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [30060] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2205), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2207), 44, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [30127] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(5141), 1, + anon_sym_LT, + STATE(2361), 1, + sym_type_arguments, + ACTIONS(2191), 11, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2193), 43, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [30198] = 8, + ACTIONS(4411), 1, + anon_sym_LBRACE, + ACTIONS(4419), 1, + sym_where_keyword, + STATE(2657), 1, + sym_type_constraints, + STATE(3238), 1, + sym__block, + STATE(3383), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4997), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4995), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [30273] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2300), 13, + anon_sym_BANG, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2302), 43, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [30340] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2099), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2101), 44, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [30407] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2191), 1, + anon_sym_DOT, + ACTIONS(4827), 1, + anon_sym_LT, + STATE(5330), 1, + sym_type_arguments, + ACTIONS(2193), 4, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + ACTIONS(2409), 8, + sym__dot_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + ACTIONS(2405), 10, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2407), 31, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_LBRACK, + aux_sym_custom_operator_token1, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [30484] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2245), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2247), 44, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [30551] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2245), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2247), 44, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [30618] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2272), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2274), 44, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [30685] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2280), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2282), 44, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [30752] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2221), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2223), 44, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [30819] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2304), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2306), 44, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [30886] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2213), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2215), 44, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [30953] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(5046), 2, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + STATE(4989), 2, + sym__conjunction_operator, + sym__disjunction_operator, + ACTIONS(2373), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2375), 41, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [31024] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2288), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2290), 44, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [31091] = 8, + ACTIONS(4411), 1, + anon_sym_LBRACE, + ACTIONS(4419), 1, + sym_where_keyword, + STATE(2595), 1, + sym_type_constraints, + STATE(3238), 1, + sym__block, + STATE(3624), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5085), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5083), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [31166] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2276), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2278), 43, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [31232] = 6, + ACTIONS(5143), 1, + sym__dot_custom, + STATE(2359), 1, + aux_sym_user_type_repeat1, + STATE(5586), 1, + sym__dot, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2149), 3, + anon_sym_QMARK, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2151), 49, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [31302] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4078), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4080), 53, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_willSet, + anon_sym_didSet, + anon_sym_macro, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_get, + anon_sym_set, + anon_sym__modify, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [31366] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2225), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2227), 43, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [31432] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2215), 10, + sym__dot_custom, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + ACTIONS(2213), 45, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_in, + anon_sym_self, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_willSet, + anon_sym_didSet, + anon_sym_extension, + anon_sym_indirect, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_AT, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_weak, + anon_sym_unowned, + anon_sym_borrowing, + anon_sym_consuming, + [31496] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2199), 10, + sym__dot_custom, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + ACTIONS(2197), 45, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_in, + anon_sym_self, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_willSet, + anon_sym_didSet, + anon_sym_extension, + anon_sym_indirect, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_AT, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_weak, + anon_sym_unowned, + anon_sym_borrowing, + anon_sym_consuming, + [31560] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2354), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2356), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [31626] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2231), 10, + sym__dot_custom, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + ACTIONS(2229), 45, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_in, + anon_sym_self, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_willSet, + anon_sym_didSet, + anon_sym_extension, + anon_sym_indirect, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_AT, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_weak, + anon_sym_unowned, + anon_sym_borrowing, + anon_sym_consuming, + [31690] = 6, + ACTIONS(5149), 1, + sym__dot_custom, + STATE(2376), 1, + aux_sym_identifier_repeat1, + STATE(5752), 1, + sym__dot, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5147), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5145), 50, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + sym_integer_literal, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [31760] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5153), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5151), 53, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_willSet, + anon_sym_didSet, + anon_sym_macro, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_get, + anon_sym_set, + anon_sym__modify, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [31824] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2235), 10, + sym__dot_custom, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + ACTIONS(2233), 45, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_in, + anon_sym_self, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_willSet, + anon_sym_didSet, + anon_sym_extension, + anon_sym_indirect, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_AT, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_weak, + anon_sym_unowned, + anon_sym_borrowing, + anon_sym_consuming, + [31888] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2217), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2219), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [31954] = 6, + ACTIONS(5143), 1, + sym__dot_custom, + STATE(2397), 1, + aux_sym_user_type_repeat1, + STATE(5586), 1, + sym__dot, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2164), 3, + anon_sym_QMARK, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2166), 49, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [32024] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(5155), 1, + sym_else, + ACTIONS(2399), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2401), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [32092] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2213), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2215), 43, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [32158] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2215), 11, + sym__dot_custom, + sym_default_keyword, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + ACTIONS(2213), 44, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_in, + anon_sym_self, + anon_sym_case, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_AT, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_weak, + anon_sym_unowned, + anon_sym_borrowing, + anon_sym_consuming, + [32222] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2199), 11, + sym__dot_custom, + sym_default_keyword, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + ACTIONS(2197), 44, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_in, + anon_sym_self, + anon_sym_case, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_AT, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_weak, + anon_sym_unowned, + anon_sym_borrowing, + anon_sym_consuming, + [32286] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + STATE(1716), 1, + sym_lambda_literal, + STATE(2786), 1, + sym__fn_call_lambda_arguments, + ACTIONS(5157), 2, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + ACTIONS(2791), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2794), 40, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [32358] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2085), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2087), 43, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [32424] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2292), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2294), 43, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [32490] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(5161), 2, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + STATE(4984), 2, + sym__conjunction_operator, + sym__disjunction_operator, + ACTIONS(2373), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2375), 40, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [32560] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2300), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2302), 43, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [32626] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4082), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4084), 53, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_willSet, + anon_sym_didSet, + anon_sym_macro, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_get, + anon_sym_set, + anon_sym__modify, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [32690] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2209), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2211), 43, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [32756] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(5163), 1, + anon_sym_self, + STATE(2383), 3, + sym__key_path_postfixes, + sym_bang, + aux_sym__key_path_component_repeat1, + ACTIONS(2237), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2239), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [32826] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(5165), 1, + anon_sym_self, + STATE(2384), 3, + sym__key_path_postfixes, + sym_bang, + aux_sym__key_path_component_repeat1, + ACTIONS(2237), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2239), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [32896] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(5161), 2, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + STATE(4984), 2, + sym__conjunction_operator, + sym__disjunction_operator, + ACTIONS(2379), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2381), 40, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [32966] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2225), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2227), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [33032] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5169), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5167), 53, + sym__eq_custom, + sym_where_keyword, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [33096] = 6, + ACTIONS(5149), 1, + sym__dot_custom, + STATE(2377), 1, + aux_sym_identifier_repeat1, + STATE(5752), 1, + sym__dot, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5173), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5171), 50, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + sym_integer_literal, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [33166] = 6, + ACTIONS(5179), 1, + sym__dot_custom, + STATE(2377), 1, + aux_sym_identifier_repeat1, + STATE(5752), 1, + sym__dot, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5177), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5175), 50, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + sym_integer_literal, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [33236] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2296), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2298), 43, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [33302] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2201), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2203), 43, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [33368] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2205), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2207), 43, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [33434] = 5, + ACTIONS(5182), 1, + anon_sym_COMMA, + STATE(2425), 1, + aux_sym_type_constraints_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(3076), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(3064), 51, + sym__eq_custom, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [33502] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2245), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2247), 43, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [33568] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(5165), 1, + anon_sym_self, + STATE(2384), 3, + sym__key_path_postfixes, + sym_bang, + aux_sym__key_path_component_repeat1, + ACTIONS(2249), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2251), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [33638] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(5184), 1, + anon_sym_BANG, + ACTIONS(5187), 1, + anon_sym_LBRACK, + ACTIONS(5190), 1, + anon_sym_QMARK, + ACTIONS(5193), 1, + anon_sym_self, + ACTIONS(5196), 1, + sym__bang_custom, + STATE(2384), 3, + sym__key_path_postfixes, + sym_bang, + aux_sym__key_path_component_repeat1, + ACTIONS(2261), 10, + anon_sym_DOT, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2256), 37, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [33716] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2272), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2274), 43, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [33782] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2280), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2282), 43, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [33848] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2229), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2231), 43, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [33914] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2221), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2223), 43, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [33980] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2304), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2306), 43, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [34046] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2217), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2219), 43, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [34112] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(3361), 2, + anon_sym_let, + anon_sym_var, + ACTIONS(625), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(619), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [34180] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2395), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2397), 44, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [34246] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2412), 1, + anon_sym_LT, + STATE(2076), 1, + sym_type_arguments, + ACTIONS(2409), 4, + sym__dot_custom, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + ACTIONS(2405), 10, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2407), 39, + sym__implicit_semi, + sym__explicit_semi, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [34318] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2213), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2215), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [34384] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2099), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2101), 43, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [34450] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2361), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2363), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_self, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [34516] = 6, + ACTIONS(5199), 1, + sym__dot_custom, + STATE(2397), 1, + aux_sym_user_type_repeat1, + STATE(5586), 1, + sym__dot, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2099), 3, + anon_sym_QMARK, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2101), 49, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [34586] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2101), 11, + sym__dot_custom, + sym_default_keyword, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + ACTIONS(2099), 44, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_in, + anon_sym_self, + anon_sym_case, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_AT, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_weak, + anon_sym_unowned, + anon_sym_borrowing, + anon_sym_consuming, + [34650] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2101), 10, + sym__dot_custom, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + ACTIONS(2099), 45, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_in, + anon_sym_self, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_willSet, + anon_sym_didSet, + anon_sym_extension, + anon_sym_indirect, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_AT, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_weak, + anon_sym_unowned, + anon_sym_borrowing, + anon_sym_consuming, + [34714] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5001), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4999), 53, + sym__eq_custom, + sym_where_keyword, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [34778] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(5202), 1, + anon_sym_LT, + STATE(2602), 1, + sym_type_arguments, + ACTIONS(2191), 11, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2193), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [34848] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2197), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2199), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [34914] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2229), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2231), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [34980] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2233), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2235), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [35046] = 7, + ACTIONS(4510), 1, + sym_where_keyword, + ACTIONS(5208), 1, + sym__eq_custom, + STATE(2884), 1, + sym_type_constraints, + STATE(4356), 1, + sym__equal_sign, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5206), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5204), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [35118] = 12, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(5210), 1, + anon_sym_QMARK2, + ACTIONS(5212), 1, + sym__arrow_operator_custom, + ACTIONS(5214), 1, + sym__async_keyword_custom, + STATE(4378), 1, + sym__arrow_operator, + STATE(7063), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2085), 2, + anon_sym_AT, + anon_sym_unowned, + STATE(3127), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + STATE(8928), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2087), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [35200] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2233), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2235), 43, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [35266] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(1797), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(1799), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_self, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [35332] = 5, + ACTIONS(5216), 1, + anon_sym_LT, + STATE(2800), 1, + sym_type_arguments, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2191), 3, + anon_sym_QMARK, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2193), 50, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [35400] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2365), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2367), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_self, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [35466] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + STATE(1716), 1, + sym_lambda_literal, + STATE(2757), 1, + sym__fn_call_lambda_arguments, + ACTIONS(5218), 2, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + ACTIONS(2805), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2807), 40, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [35538] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(5161), 2, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + STATE(4984), 2, + sym__conjunction_operator, + sym__disjunction_operator, + ACTIONS(2385), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2387), 40, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [35608] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(4243), 1, + anon_sym_DOT, + STATE(2417), 1, + aux_sym_key_path_expression_repeat1, + ACTIONS(2346), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2348), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [35678] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2231), 11, + sym__dot_custom, + sym_default_keyword, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + ACTIONS(2229), 44, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_in, + anon_sym_self, + anon_sym_case, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_AT, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_weak, + anon_sym_unowned, + anon_sym_borrowing, + anon_sym_consuming, + [35742] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4049), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4051), 53, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_willSet, + anon_sym_didSet, + anon_sym_macro, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_get, + anon_sym_set, + anon_sym__modify, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [35806] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2235), 11, + sym__dot_custom, + sym_default_keyword, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + ACTIONS(2233), 44, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_in, + anon_sym_self, + anon_sym_case, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_AT, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_weak, + anon_sym_unowned, + anon_sym_borrowing, + anon_sym_consuming, + [35870] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(4243), 1, + anon_sym_DOT, + STATE(2419), 1, + aux_sym_key_path_expression_repeat1, + ACTIONS(2350), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2352), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [35940] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2415), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2417), 44, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [36006] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(5221), 1, + anon_sym_DOT, + STATE(2419), 1, + aux_sym_key_path_expression_repeat1, + ACTIONS(2354), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2356), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [36076] = 5, + ACTIONS(5226), 1, + anon_sym_COMMA, + STATE(2381), 1, + aux_sym_type_constraints_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5228), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5224), 51, + sym__eq_custom, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [36144] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + STATE(1716), 1, + sym_lambda_literal, + STATE(2786), 1, + sym__fn_call_lambda_arguments, + ACTIONS(5230), 2, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + ACTIONS(2812), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2814), 40, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [36216] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2300), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2302), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_self, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [36282] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(1797), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(1799), 53, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LT, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [36346] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(1761), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(1763), 53, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LT, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [36410] = 5, + ACTIONS(5235), 1, + anon_sym_COMMA, + STATE(2425), 1, + aux_sym_type_constraints_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5238), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5233), 51, + sym__eq_custom, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [36478] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(5240), 1, + sym_else, + ACTIONS(2389), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2391), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [36546] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(1777), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(1772), 53, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LT, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [36610] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2284), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2286), 43, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [36676] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2288), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2290), 43, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [36742] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2197), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2199), 43, + sym__arrow_operator_custom, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__async_keyword_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [36808] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(4243), 1, + anon_sym_DOT, + STATE(2419), 1, + aux_sym_key_path_expression_repeat1, + ACTIONS(2346), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2348), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [36878] = 20, + ACTIONS(5), 1, + sym_comment, + ACTIONS(625), 1, + anon_sym_QMARK, + ACTIONS(5246), 1, + anon_sym_each, + ACTIONS(5248), 1, + anon_sym_repeat, + ACTIONS(5250), 1, + anon_sym_LPAREN, + ACTIONS(5252), 1, + anon_sym_LBRACK, + ACTIONS(5254), 1, + anon_sym_some, + ACTIONS(5256), 1, + anon_sym_any, + ACTIONS(5258), 1, + anon_sym_TILDE, + STATE(5062), 1, + sym_tuple_type, + STATE(5114), 1, + sym_unannotated_type, + STATE(5122), 1, + sym_simple_identifier, + STATE(5129), 1, + sym__simple_user_type, + STATE(5392), 1, + sym__parenthesized_type, + STATE(5212), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5244), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5179), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5242), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5500), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + ACTIONS(619), 19, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LT, + anon_sym_LBRACE, + anon_sym_RBRACE, + [36976] = 20, + ACTIONS(5), 1, + sym_comment, + ACTIONS(625), 1, + anon_sym_QMARK, + ACTIONS(5246), 1, + anon_sym_each, + ACTIONS(5248), 1, + anon_sym_repeat, + ACTIONS(5250), 1, + anon_sym_LPAREN, + ACTIONS(5252), 1, + anon_sym_LBRACK, + ACTIONS(5254), 1, + anon_sym_some, + ACTIONS(5256), 1, + anon_sym_any, + ACTIONS(5258), 1, + anon_sym_TILDE, + STATE(5062), 1, + sym_tuple_type, + STATE(5121), 1, + sym_unannotated_type, + STATE(5122), 1, + sym_simple_identifier, + STATE(5129), 1, + sym__simple_user_type, + STATE(5392), 1, + sym__parenthesized_type, + STATE(5212), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5244), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5179), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5242), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5500), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + ACTIONS(619), 19, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LT, + anon_sym_LBRACE, + anon_sym_RBRACE, + [37074] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2369), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2371), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_self, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [37140] = 7, + ACTIONS(4510), 1, + sym_where_keyword, + ACTIONS(5264), 1, + sym__eq_custom, + STATE(2874), 1, + sym_type_constraints, + STATE(4341), 1, + sym__equal_sign, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5262), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5260), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [37212] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2579), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2581), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [37277] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2655), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2657), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [37342] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(453), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(475), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [37407] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4250), 1, + anon_sym_DOT, + STATE(2456), 1, + aux_sym_key_path_expression_repeat1, + ACTIONS(2350), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2352), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [37474] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2735), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2737), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [37539] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2687), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2689), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [37604] = 4, + ACTIONS(5268), 1, + anon_sym_LPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5270), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5266), 51, + sym_where_keyword, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [37669] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2395), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2397), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [37734] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2361), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2363), 43, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_self, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [37797] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2515), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2517), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [37862] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2555), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2557), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [37927] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(5272), 1, + anon_sym_while, + ACTIONS(5274), 1, + sym__implicit_semi, + STATE(8344), 1, + aux_sym_repeat_while_statement_repeat1, + ACTIONS(2338), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2340), 40, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [37998] = 6, + ACTIONS(3), 1, + sym_comment, + STATE(1725), 1, + sym_lambda_literal, + STATE(3027), 1, + sym__fn_call_lambda_arguments, + ACTIONS(5276), 2, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + ACTIONS(2805), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2807), 40, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [38067] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2659), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2661), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [38132] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2300), 3, + anon_sym_QMARK, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2302), 51, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LT, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [38195] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2431), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2433), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [38260] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2325), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2327), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [38325] = 6, + ACTIONS(4411), 1, + anon_sym_LBRACE, + STATE(3238), 1, + sym__block, + STATE(3380), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4591), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4589), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [38394] = 6, + ACTIONS(4689), 1, + anon_sym_COMMA, + ACTIONS(5281), 1, + anon_sym_SEMI, + STATE(2508), 1, + aux_sym_enum_entry_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5283), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5279), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [38463] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2412), 1, + anon_sym_LT, + STATE(2076), 1, + sym_type_arguments, + ACTIONS(2409), 4, + sym__dot_custom, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + ACTIONS(2405), 10, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2407), 38, + sym__implicit_semi, + sym__explicit_semi, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [38534] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5285), 1, + anon_sym_DOT, + STATE(2456), 1, + aux_sym_key_path_expression_repeat1, + ACTIONS(2354), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2356), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [38601] = 13, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(5066), 1, + sym__arrow_operator_custom, + ACTIONS(5068), 1, + sym__async_keyword_custom, + ACTIONS(5288), 1, + anon_sym_DOT, + ACTIONS(5290), 1, + anon_sym_AMP, + STATE(3670), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(4369), 1, + sym__arrow_operator, + STATE(7059), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2156), 2, + anon_sym_AT, + anon_sym_unowned, + STATE(8917), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2158), 41, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_default_keyword, + sym_where_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [38684] = 6, + ACTIONS(4411), 1, + anon_sym_LBRACE, + STATE(3238), 1, + sym__block, + STATE(3401), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4658), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4656), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [38753] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5294), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5292), 52, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_GT, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [38816] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2519), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2521), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [38881] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4051), 9, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + ACTIONS(4049), 45, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_in, + anon_sym_self, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_willSet, + anon_sym_didSet, + anon_sym_extension, + anon_sym_indirect, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_AT, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_weak, + anon_sym_unowned, + anon_sym_borrowing, + anon_sym_consuming, + [38944] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + STATE(916), 1, + sym__fn_call_lambda_arguments, + STATE(1718), 1, + sym_lambda_literal, + ACTIONS(5296), 2, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + ACTIONS(2812), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2814), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [39015] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2495), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2497), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [39080] = 6, + ACTIONS(4411), 1, + anon_sym_LBRACE, + STATE(3238), 1, + sym__block, + STATE(3410), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4658), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4656), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [39149] = 6, + ACTIONS(4689), 1, + anon_sym_COMMA, + ACTIONS(5301), 1, + anon_sym_SEMI, + STATE(2454), 1, + aux_sym_enum_entry_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5303), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5299), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [39218] = 5, + ACTIONS(4789), 1, + anon_sym_QMARK2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2562), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2085), 3, + anon_sym_QMARK, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2087), 48, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [39285] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2511), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2513), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [39350] = 6, + ACTIONS(3), 1, + sym_comment, + STATE(1725), 1, + sym_lambda_literal, + STATE(3030), 1, + sym__fn_call_lambda_arguments, + ACTIONS(5305), 2, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + ACTIONS(2791), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2794), 40, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [39419] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2699), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2701), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [39484] = 6, + ACTIONS(4411), 1, + anon_sym_LBRACE, + STATE(3238), 1, + sym__block, + STATE(3419), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5072), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5070), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [39553] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5311), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5309), 52, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_GT, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [39616] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2405), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2407), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [39681] = 6, + ACTIONS(4411), 1, + anon_sym_LBRACE, + STATE(3238), 1, + sym__block, + STATE(3425), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5072), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5070), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [39750] = 6, + ACTIONS(4411), 1, + anon_sym_LBRACE, + STATE(3238), 1, + sym__block, + STATE(3426), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5072), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5070), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [39819] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2715), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2717), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [39884] = 6, + ACTIONS(4689), 1, + anon_sym_COMMA, + ACTIONS(5315), 1, + anon_sym_SEMI, + STATE(2508), 1, + aux_sym_enum_entry_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5317), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5313), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [39953] = 6, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5328), 4, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + ACTIONS(5319), 5, + aux_sym_simple_identifier_token1, + anon_sym_each, + anon_sym_repeat, + anon_sym_in, + anon_sym_self, + ACTIONS(5321), 5, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_LPAREN, + anon_sym_LBRACK, + ACTIONS(5323), 7, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_AT, + anon_sym_borrowing, + anon_sym_consuming, + ACTIONS(5326), 33, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_willSet, + anon_sym_didSet, + anon_sym_extension, + anon_sym_indirect, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_weak, + anon_sym_unowned, + [40022] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5238), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5233), 52, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_GT, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [40085] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5332), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5330), 52, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_GT, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [40148] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2755), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2757), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [40213] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2759), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2761), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [40278] = 13, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(5066), 1, + sym__arrow_operator_custom, + ACTIONS(5068), 1, + sym__async_keyword_custom, + ACTIONS(5288), 1, + anon_sym_DOT, + ACTIONS(5290), 1, + anon_sym_AMP, + STATE(3670), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(4369), 1, + sym__arrow_operator, + STATE(7059), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2171), 2, + anon_sym_AT, + anon_sym_unowned, + STATE(8917), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2173), 41, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_default_keyword, + sym_where_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [40361] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2523), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2525), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [40426] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2619), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2621), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [40491] = 13, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(5066), 1, + sym__arrow_operator_custom, + ACTIONS(5068), 1, + sym__async_keyword_custom, + ACTIONS(5288), 1, + anon_sym_DOT, + ACTIONS(5290), 1, + anon_sym_AMP, + STATE(3670), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(4369), 1, + sym__arrow_operator, + STATE(7059), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2179), 2, + anon_sym_AT, + anon_sym_unowned, + STATE(8917), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2181), 41, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_default_keyword, + sym_where_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [40574] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2595), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2597), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [40639] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5336), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5334), 52, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_GT, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [40702] = 7, + STATE(3670), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(4369), 1, + sym__arrow_operator, + STATE(7059), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2183), 2, + anon_sym_AT, + anon_sym_unowned, + STATE(8917), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2185), 47, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [40773] = 6, + ACTIONS(4411), 1, + anon_sym_LBRACE, + STATE(3238), 1, + sym__block, + STATE(3561), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4580), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4578), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [40842] = 13, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(5066), 1, + sym__arrow_operator_custom, + ACTIONS(5068), 1, + sym__async_keyword_custom, + ACTIONS(5288), 1, + anon_sym_DOT, + ACTIONS(5290), 1, + anon_sym_AMP, + STATE(3670), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(4369), 1, + sym__arrow_operator, + STATE(7059), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2175), 2, + anon_sym_AT, + anon_sym_unowned, + STATE(8917), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2177), 41, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_default_keyword, + sym_where_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [40925] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5338), 1, + anon_sym_LT, + STATE(2790), 1, + sym_type_arguments, + ACTIONS(2191), 11, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2193), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [40992] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2599), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2601), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [41057] = 6, + ACTIONS(4411), 1, + anon_sym_LBRACE, + STATE(3238), 1, + sym__block, + STATE(3577), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4580), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4578), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [41126] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2727), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2729), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [41191] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2419), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2421), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [41256] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2197), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2199), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [41321] = 6, + ACTIONS(4411), 1, + anon_sym_LBRACE, + STATE(3238), 1, + sym__block, + STATE(3589), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5081), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5079), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [41390] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5342), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5340), 52, + sym__eq_custom, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [41453] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5344), 2, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + STATE(4986), 2, + sym__conjunction_operator, + sym__disjunction_operator, + ACTIONS(2373), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2375), 40, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [41520] = 6, + ACTIONS(4411), 1, + anon_sym_LBRACE, + STATE(3238), 1, + sym__block, + STATE(3597), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5081), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5079), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [41589] = 6, + ACTIONS(4411), 1, + anon_sym_LBRACE, + STATE(3238), 1, + sym__block, + STATE(3600), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5081), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5079), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [41658] = 6, + ACTIONS(4411), 1, + anon_sym_LBRACE, + STATE(3238), 1, + sym__block, + STATE(3605), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4602), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4600), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [41727] = 13, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(5066), 1, + sym__arrow_operator_custom, + ACTIONS(5068), 1, + sym__async_keyword_custom, + ACTIONS(5288), 1, + anon_sym_DOT, + ACTIONS(5290), 1, + anon_sym_AMP, + STATE(3670), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(4369), 1, + sym__arrow_operator, + STATE(7059), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2187), 2, + anon_sym_AT, + anon_sym_unowned, + STATE(8917), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2189), 41, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_default_keyword, + sym_where_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [41810] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2475), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2477), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [41875] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2284), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2286), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [41940] = 6, + ACTIONS(4411), 1, + anon_sym_LBRACE, + STATE(3238), 1, + sym__block, + STATE(3617), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5085), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5083), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [42009] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2691), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2693), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [42074] = 5, + ACTIONS(5348), 1, + anon_sym_COMMA, + STATE(2508), 1, + aux_sym_enum_entry_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5351), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5346), 50, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_SEMI, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [42141] = 6, + ACTIONS(4411), 1, + anon_sym_LBRACE, + STATE(3238), 1, + sym__block, + STATE(3621), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5085), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5083), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [42210] = 6, + ACTIONS(4411), 1, + anon_sym_LBRACE, + STATE(3238), 1, + sym__block, + STATE(3622), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5085), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5083), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [42279] = 6, + ACTIONS(4411), 1, + anon_sym_LBRACE, + STATE(3238), 1, + sym__block, + STATE(3623), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5085), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5083), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [42348] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2747), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2749), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [42413] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + STATE(916), 1, + sym__fn_call_lambda_arguments, + STATE(1718), 1, + sym_lambda_literal, + ACTIONS(5353), 2, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + ACTIONS(2791), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2794), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [42484] = 6, + ACTIONS(4411), 1, + anon_sym_LBRACE, + STATE(3238), 1, + sym__block, + STATE(3626), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5085), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5083), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [42553] = 6, + ACTIONS(4411), 1, + anon_sym_LBRACE, + STATE(3238), 1, + sym__block, + STATE(3627), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5085), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5083), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [42622] = 6, + ACTIONS(4411), 1, + anon_sym_LBRACE, + STATE(3238), 1, + sym__block, + STATE(3628), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5359), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5357), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [42691] = 6, + ACTIONS(4411), 1, + anon_sym_LBRACE, + STATE(3238), 1, + sym__block, + STATE(3629), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5359), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5357), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [42760] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2479), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2481), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [42825] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(5361), 1, + sym_else, + ACTIONS(2389), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2391), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [42892] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2483), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2485), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [42957] = 6, + ACTIONS(4411), 1, + anon_sym_LBRACE, + STATE(3238), 1, + sym__block, + STATE(3640), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4630), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4628), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [43026] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5344), 2, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + STATE(4986), 2, + sym__conjunction_operator, + sym__disjunction_operator, + ACTIONS(2385), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2387), 40, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [43093] = 6, + ACTIONS(4689), 1, + anon_sym_COMMA, + ACTIONS(5365), 1, + anon_sym_SEMI, + STATE(2508), 1, + aux_sym_enum_entry_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5367), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5363), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [43162] = 4, + ACTIONS(5369), 1, + anon_sym_BANG2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4993), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4989), 51, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [43227] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5332), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5330), 52, + sym__eq_custom, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [43290] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2527), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2529), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [43355] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2499), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2501), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [43420] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2439), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2441), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [43485] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2587), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2589), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [43550] = 6, + ACTIONS(4411), 1, + anon_sym_LBRACE, + STATE(3238), 1, + sym__block, + STATE(3649), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4651), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4649), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [43619] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2415), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2417), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [43684] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2603), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2605), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [43749] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2683), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2685), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [43814] = 6, + ACTIONS(4411), 1, + anon_sym_LBRACE, + STATE(3238), 1, + sym__block, + STATE(3654), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5091), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5089), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [43883] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2571), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2573), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [43948] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2703), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2705), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [44013] = 6, + ACTIONS(4411), 1, + anon_sym_LBRACE, + STATE(3238), 1, + sym__block, + STATE(3659), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5091), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5089), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [44082] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2635), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2637), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [44147] = 6, + ACTIONS(4411), 1, + anon_sym_LBRACE, + STATE(3238), 1, + sym__block, + STATE(3661), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5091), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5089), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [44216] = 6, + ACTIONS(4411), 1, + anon_sym_LBRACE, + STATE(3238), 1, + sym__block, + STATE(3663), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5091), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5089), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [44285] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2379), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2381), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [44350] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2225), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2227), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [44415] = 6, + ACTIONS(4411), 1, + anon_sym_LBRACE, + STATE(3238), 1, + sym__block, + STATE(3278), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5091), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5089), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [44484] = 6, + ACTIONS(4411), 1, + anon_sym_LBRACE, + STATE(3238), 1, + sym__block, + STATE(3250), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5091), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5089), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [44553] = 6, + ACTIONS(4411), 1, + anon_sym_LBRACE, + STATE(3238), 1, + sym__block, + STATE(3384), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5373), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5371), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [44622] = 6, + ACTIONS(4411), 1, + anon_sym_LBRACE, + STATE(3207), 1, + sym_function_body, + STATE(3238), 1, + sym__block, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5373), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5371), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [44691] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2531), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2533), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [44756] = 6, + ACTIONS(4411), 1, + anon_sym_LBRACE, + STATE(3238), 1, + sym__block, + STATE(3494), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5127), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5125), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [44825] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(5375), 1, + sym_else, + ACTIONS(2399), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2401), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [44892] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2763), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2765), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [44957] = 7, + STATE(3670), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(4369), 1, + sym__arrow_operator, + STATE(7059), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2106), 2, + anon_sym_AT, + anon_sym_unowned, + STATE(8917), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2108), 47, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [45028] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2639), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2641), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [45093] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2369), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2371), 43, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_self, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [45156] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2535), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2537), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [45221] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2435), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2437), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [45286] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2707), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2709), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [45351] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2539), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2541), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [45416] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2487), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2489), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [45481] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2543), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2545), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [45546] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2547), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2549), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [45611] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2711), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2713), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [45676] = 5, + ACTIONS(4789), 1, + anon_sym_QMARK2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2588), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2121), 3, + anon_sym_QMARK, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2123), 48, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [45743] = 4, + ACTIONS(5377), 1, + anon_sym_LPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4073), 8, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_LBRACK, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + ACTIONS(4071), 45, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_in, + anon_sym_self, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_willSet, + anon_sym_didSet, + anon_sym_extension, + anon_sym_indirect, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_AT, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_weak, + anon_sym_unowned, + anon_sym_borrowing, + anon_sym_consuming, + [45808] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2643), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2645), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [45873] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4080), 10, + sym_default_keyword, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + ACTIONS(4078), 44, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_in, + anon_sym_self, + anon_sym_case, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_AT, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_weak, + anon_sym_unowned, + anon_sym_borrowing, + anon_sym_consuming, + [45936] = 4, + ACTIONS(5380), 1, + anon_sym_LPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4073), 9, + sym_default_keyword, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_LBRACK, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + ACTIONS(4071), 44, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_in, + anon_sym_self, + anon_sym_case, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_AT, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_weak, + anon_sym_unowned, + anon_sym_borrowing, + anon_sym_consuming, + [46001] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2739), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2741), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [46066] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2743), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2745), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [46131] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2647), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2649), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [46196] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2651), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2653), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [46261] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2365), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2367), 43, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_self, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [46324] = 5, + ACTIONS(5383), 1, + anon_sym_COMMA, + STATE(2674), 1, + aux_sym_type_constraints_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(3076), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(3064), 50, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [46391] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4250), 1, + anon_sym_DOT, + STATE(2439), 1, + aux_sym_key_path_expression_repeat1, + ACTIONS(2346), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2348), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [46458] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2229), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2231), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [46523] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4051), 10, + sym_default_keyword, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + ACTIONS(4049), 44, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_in, + anon_sym_self, + anon_sym_case, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_AT, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_weak, + anon_sym_unowned, + anon_sym_borrowing, + anon_sym_consuming, + [46586] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2427), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2429), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [46651] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2300), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2302), 52, + sym__eq_custom, + sym_where_keyword, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_COLON, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [46714] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2607), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2609), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [46779] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5336), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5334), 52, + sym__eq_custom, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [46842] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4084), 10, + sym_default_keyword, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + ACTIONS(4082), 44, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_in, + anon_sym_self, + anon_sym_case, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_AT, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_weak, + anon_sym_unowned, + anon_sym_borrowing, + anon_sym_consuming, + [46905] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2663), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2665), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [46970] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2491), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2493), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [47035] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2667), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2669), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [47100] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2575), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2577), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [47165] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2671), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2673), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [47230] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2675), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2677), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [47295] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2679), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2681), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [47360] = 5, + ACTIONS(5385), 1, + anon_sym_QMARK2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2588), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2142), 3, + anon_sym_QMARK, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2144), 48, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [47427] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2423), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2425), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [47492] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5238), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5233), 52, + sym__eq_custom, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [47555] = 6, + ACTIONS(4411), 1, + anon_sym_LBRACE, + STATE(3238), 1, + sym__block, + STATE(3598), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5127), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5125), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [47624] = 6, + ACTIONS(4411), 1, + anon_sym_LBRACE, + STATE(3125), 1, + sym_function_body, + STATE(3238), 1, + sym__block, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5127), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5125), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [47693] = 6, + ACTIONS(4411), 1, + anon_sym_LBRACE, + STATE(3155), 1, + sym_function_body, + STATE(3238), 1, + sym__block, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5390), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5388), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [47762] = 6, + ACTIONS(4411), 1, + anon_sym_LBRACE, + STATE(3189), 1, + sym_function_body, + STATE(3238), 1, + sym__block, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5390), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5388), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [47831] = 6, + ACTIONS(4411), 1, + anon_sym_LBRACE, + STATE(3190), 1, + sym_function_body, + STATE(3238), 1, + sym__block, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5390), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5388), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [47900] = 6, + ACTIONS(4411), 1, + anon_sym_LBRACE, + STATE(3209), 1, + sym_function_body, + STATE(3238), 1, + sym__block, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5390), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5388), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [47969] = 6, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5319), 5, + aux_sym_simple_identifier_token1, + anon_sym_each, + anon_sym_repeat, + anon_sym_in, + anon_sym_self, + ACTIONS(5321), 5, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_LPAREN, + anon_sym_LBRACK, + ACTIONS(5328), 5, + sym_default_keyword, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + ACTIONS(5323), 7, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_AT, + anon_sym_borrowing, + anon_sym_consuming, + ACTIONS(5326), 32, + anon_sym_case, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_weak, + anon_sym_unowned, + [48038] = 6, + ACTIONS(4411), 1, + anon_sym_LBRACE, + STATE(3238), 1, + sym__block, + STATE(3258), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4606), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4604), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [48107] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2415), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2417), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [48172] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5294), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5292), 52, + sym__eq_custom, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [48235] = 19, + ACTIONS(5396), 1, + anon_sym_each, + ACTIONS(5398), 1, + anon_sym_repeat, + ACTIONS(5400), 1, + anon_sym_LPAREN, + ACTIONS(5402), 1, + anon_sym_LBRACK, + ACTIONS(5404), 1, + anon_sym_some, + ACTIONS(5406), 1, + anon_sym_any, + ACTIONS(5408), 1, + anon_sym_TILDE, + STATE(5077), 1, + sym_tuple_type, + STATE(5148), 1, + sym_unannotated_type, + STATE(5198), 1, + sym__simple_user_type, + STATE(5199), 1, + sym_simple_identifier, + STATE(5617), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5264), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5394), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5291), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5392), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5658), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + ACTIONS(619), 18, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LT, + anon_sym_LBRACE, + anon_sym_RBRACE, + [48330] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2213), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2215), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [48395] = 6, + ACTIONS(4411), 1, + anon_sym_LBRACE, + STATE(3238), 1, + sym__block, + STATE(3562), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4606), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4604), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [48464] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2623), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2625), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [48529] = 6, + ACTIONS(4689), 1, + anon_sym_COMMA, + ACTIONS(5412), 1, + anon_sym_SEMI, + STATE(2508), 1, + aux_sym_enum_entry_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5414), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5410), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [48598] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + STATE(913), 1, + sym__fn_call_lambda_arguments, + STATE(1718), 1, + sym_lambda_literal, + ACTIONS(5416), 2, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + ACTIONS(2805), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2807), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [48669] = 6, + ACTIONS(4411), 1, + anon_sym_LBRACE, + STATE(3238), 1, + sym__block, + STATE(3613), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5131), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5129), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [48738] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2559), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2561), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [48803] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2331), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2333), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [48868] = 6, + ACTIONS(4411), 1, + anon_sym_LBRACE, + STATE(3109), 1, + sym_function_body, + STATE(3238), 1, + sym__block, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5131), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5129), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [48937] = 6, + ACTIONS(4411), 1, + anon_sym_LBRACE, + STATE(3111), 1, + sym_function_body, + STATE(3238), 1, + sym__block, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5131), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5129), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [49006] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2338), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2340), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [49071] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(1777), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(1772), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [49136] = 6, + ACTIONS(4411), 1, + anon_sym_LBRACE, + STATE(3123), 1, + sym_function_body, + STATE(3238), 1, + sym__block, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5135), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5133), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [49205] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2447), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2449), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [49270] = 5, + ACTIONS(5419), 1, + anon_sym_COMMA, + STATE(2572), 1, + aux_sym_type_constraints_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5228), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5224), 50, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [49337] = 6, + ACTIONS(4411), 1, + anon_sym_LBRACE, + STATE(3156), 1, + sym_function_body, + STATE(3238), 1, + sym__block, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5135), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5133), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [49406] = 6, + ACTIONS(4411), 1, + anon_sym_LBRACE, + STATE(3165), 1, + sym_function_body, + STATE(3238), 1, + sym__block, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5135), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5133), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [49475] = 6, + ACTIONS(4411), 1, + anon_sym_LBRACE, + STATE(3175), 1, + sym_function_body, + STATE(3238), 1, + sym__block, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5423), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5421), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [49544] = 6, + ACTIONS(4411), 1, + anon_sym_LBRACE, + STATE(3178), 1, + sym_function_body, + STATE(3238), 1, + sym__block, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5423), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5421), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [49613] = 6, + ACTIONS(4411), 1, + anon_sym_LBRACE, + STATE(3179), 1, + sym_function_body, + STATE(3238), 1, + sym__block, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5423), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5421), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [49682] = 6, + ACTIONS(4411), 1, + anon_sym_LBRACE, + STATE(3180), 1, + sym_function_body, + STATE(3238), 1, + sym__block, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5423), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5421), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [49751] = 19, + ACTIONS(5396), 1, + anon_sym_each, + ACTIONS(5398), 1, + anon_sym_repeat, + ACTIONS(5400), 1, + anon_sym_LPAREN, + ACTIONS(5402), 1, + anon_sym_LBRACK, + ACTIONS(5404), 1, + anon_sym_some, + ACTIONS(5406), 1, + anon_sym_any, + ACTIONS(5408), 1, + anon_sym_TILDE, + STATE(5077), 1, + sym_tuple_type, + STATE(5133), 1, + sym_unannotated_type, + STATE(5198), 1, + sym__simple_user_type, + STATE(5199), 1, + sym_simple_identifier, + STATE(5617), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5264), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5394), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5291), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5392), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5658), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + ACTIONS(619), 18, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LT, + anon_sym_LBRACE, + anon_sym_RBRACE, + [49846] = 6, + ACTIONS(4411), 1, + anon_sym_LBRACE, + STATE(3183), 1, + sym_function_body, + STATE(3238), 1, + sym__block, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5427), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5425), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [49915] = 6, + ACTIONS(4411), 1, + anon_sym_LBRACE, + STATE(3184), 1, + sym_function_body, + STATE(3238), 1, + sym__block, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5427), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5425), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [49984] = 6, + ACTIONS(4411), 1, + anon_sym_LBRACE, + STATE(3193), 1, + sym_function_body, + STATE(3238), 1, + sym__block, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4616), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4614), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [50053] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2443), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2445), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [50118] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2233), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2235), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [50183] = 6, + ACTIONS(4411), 1, + anon_sym_LBRACE, + STATE(3238), 1, + sym__block, + STATE(3331), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4598), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4596), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [50252] = 6, + ACTIONS(4411), 1, + anon_sym_LBRACE, + STATE(3230), 1, + sym_function_body, + STATE(3238), 1, + sym__block, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5139), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5137), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [50321] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4080), 9, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + ACTIONS(4078), 45, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_in, + anon_sym_self, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_willSet, + anon_sym_didSet, + anon_sym_extension, + anon_sym_indirect, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_AT, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_weak, + anon_sym_unowned, + anon_sym_borrowing, + anon_sym_consuming, + [50384] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2719), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2721), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [50449] = 6, + ACTIONS(4411), 1, + anon_sym_LBRACE, + STATE(3238), 1, + sym__block, + STATE(3275), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5139), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5137), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [50518] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5342), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5340), 52, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_GT, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [50581] = 6, + ACTIONS(4411), 1, + anon_sym_LBRACE, + STATE(3238), 1, + sym__block, + STATE(3280), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5139), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5137), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [50650] = 6, + ACTIONS(4411), 1, + anon_sym_LBRACE, + STATE(3238), 1, + sym__block, + STATE(3285), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5139), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5137), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [50719] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5311), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5309), 52, + sym__eq_custom, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [50782] = 6, + ACTIONS(4689), 1, + anon_sym_COMMA, + ACTIONS(5431), 1, + anon_sym_SEMI, + STATE(2476), 1, + aux_sym_enum_entry_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5433), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5429), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [50851] = 6, + ACTIONS(4411), 1, + anon_sym_LBRACE, + STATE(3238), 1, + sym__block, + STATE(3326), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5139), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5137), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [50920] = 6, + ACTIONS(4411), 1, + anon_sym_LBRACE, + STATE(3238), 1, + sym__block, + STATE(3345), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5139), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5137), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [50989] = 6, + ACTIONS(4411), 1, + anon_sym_LBRACE, + STATE(3238), 1, + sym__block, + STATE(3354), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5437), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5435), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [51058] = 6, + ACTIONS(4411), 1, + anon_sym_LBRACE, + STATE(3238), 1, + sym__block, + STATE(3355), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5437), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5435), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [51127] = 6, + ACTIONS(4411), 1, + anon_sym_LBRACE, + STATE(3238), 1, + sym__block, + STATE(3363), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5441), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5439), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [51196] = 6, + ACTIONS(4411), 1, + anon_sym_LBRACE, + STATE(3238), 1, + sym__block, + STATE(3364), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5441), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5439), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [51265] = 6, + ACTIONS(5445), 1, + anon_sym_COLON, + ACTIONS(5447), 1, + anon_sym_LBRACE, + STATE(3339), 1, + sym_deprecated_operator_declaration_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5449), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5443), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [51334] = 6, + ACTIONS(4411), 1, + anon_sym_LBRACE, + STATE(3238), 1, + sym__block, + STATE(3377), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4997), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4995), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [51403] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4084), 9, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + ACTIONS(4082), 45, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_in, + anon_sym_self, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_willSet, + anon_sym_didSet, + anon_sym_extension, + anon_sym_indirect, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_AT, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_weak, + anon_sym_unowned, + anon_sym_borrowing, + anon_sym_consuming, + [51466] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5344), 2, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + STATE(4986), 2, + sym__conjunction_operator, + sym__disjunction_operator, + ACTIONS(2379), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2381), 40, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [51533] = 6, + ACTIONS(4411), 1, + anon_sym_LBRACE, + STATE(3238), 1, + sym__block, + STATE(3389), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4997), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4995), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [51602] = 6, + ACTIONS(4411), 1, + anon_sym_LBRACE, + STATE(3238), 1, + sym__block, + STATE(3397), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4997), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4995), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [51671] = 6, + ACTIONS(4411), 1, + anon_sym_LBRACE, + STATE(3238), 1, + sym__block, + STATE(3400), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5453), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5451), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [51740] = 6, + ACTIONS(4411), 1, + anon_sym_LBRACE, + STATE(3238), 1, + sym__block, + STATE(3406), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5453), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5451), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [51809] = 6, + ACTIONS(4411), 1, + anon_sym_LBRACE, + STATE(3238), 1, + sym__block, + STATE(3413), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5453), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5451), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [51878] = 6, + ACTIONS(4411), 1, + anon_sym_LBRACE, + STATE(3238), 1, + sym__block, + STATE(3416), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5453), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5451), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [51947] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2563), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2565), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [52012] = 6, + ACTIONS(4411), 1, + anon_sym_LBRACE, + STATE(3238), 1, + sym__block, + STATE(3418), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5457), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5455), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [52081] = 6, + ACTIONS(4411), 1, + anon_sym_LBRACE, + STATE(3238), 1, + sym__block, + STATE(3427), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5457), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5455), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [52150] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2627), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2629), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [52215] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2723), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2725), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [52280] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2451), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2454), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [52345] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(5459), 1, + anon_sym_while, + ACTIONS(5461), 1, + sym__implicit_semi, + STATE(7868), 1, + aux_sym_repeat_while_statement_repeat1, + ACTIONS(2325), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2327), 40, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [52416] = 6, + ACTIONS(4689), 1, + anon_sym_COMMA, + ACTIONS(5465), 1, + anon_sym_SEMI, + STATE(2667), 1, + aux_sym_enum_entry_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5467), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5463), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [52485] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2583), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2585), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [52550] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2551), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2553), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [52615] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2611), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2613), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [52680] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2395), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2397), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [52745] = 6, + ACTIONS(4689), 1, + anon_sym_COMMA, + ACTIONS(5471), 1, + anon_sym_SEMI, + STATE(2508), 1, + aux_sym_enum_entry_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5473), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5469), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [52814] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2503), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2505), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [52879] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2457), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2460), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [52944] = 6, + ACTIONS(4689), 1, + anon_sym_COMMA, + ACTIONS(5477), 1, + anon_sym_SEMI, + STATE(2508), 1, + aux_sym_enum_entry_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5479), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5475), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [53013] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2695), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2697), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [53078] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2615), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2617), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [53143] = 6, + ACTIONS(3), 1, + sym_comment, + STATE(1725), 1, + sym_lambda_literal, + STATE(3030), 1, + sym__fn_call_lambda_arguments, + ACTIONS(5481), 2, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + ACTIONS(2812), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2814), 40, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [53212] = 5, + ACTIONS(5484), 1, + anon_sym_COMMA, + STATE(2674), 1, + aux_sym_type_constraints_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5238), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5233), 50, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [53279] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(1901), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(1899), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [53344] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2300), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2302), 43, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_self, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [53407] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1797), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(1799), 43, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_self, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [53470] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4250), 1, + anon_sym_DOT, + STATE(2456), 1, + aux_sym_key_path_expression_repeat1, + ACTIONS(2346), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2348), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [53537] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2631), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2633), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [53602] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2591), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2593), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [53667] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2354), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2356), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [53732] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2217), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2219), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [53797] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2342), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2344), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [53862] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2507), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2509), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [53927] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2731), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2733), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [53992] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2463), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2466), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [54057] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2469), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2472), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [54122] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2567), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2569), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [54187] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2405), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2407), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [54251] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2503), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2505), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [54315] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2507), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2509), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [54379] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2511), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2513), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [54443] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2619), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2621), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [54507] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2623), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2625), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [54571] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2627), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2629), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [54635] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2515), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2517), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [54699] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2631), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2633), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [54763] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2519), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2521), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [54827] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2731), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2733), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [54891] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(4266), 1, + anon_sym_DOT, + STATE(2716), 1, + aux_sym_key_path_expression_repeat1, + ACTIONS(2346), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2348), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [54959] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(4266), 1, + anon_sym_DOT, + STATE(2717), 1, + aux_sym_key_path_expression_repeat1, + ACTIONS(2346), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2348), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [55027] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2635), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2637), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [55091] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2639), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2641), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [55155] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + STATE(1729), 1, + sym_lambda_literal, + STATE(3196), 1, + sym__fn_call_lambda_arguments, + ACTIONS(5487), 2, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + ACTIONS(2805), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2807), 38, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [55225] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(1797), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(1799), 41, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_self, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [55289] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2412), 1, + anon_sym_LT, + STATE(2076), 1, + sym_type_arguments, + ACTIONS(2409), 4, + sym__dot_custom, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + ACTIONS(2405), 10, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2407), 38, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [55357] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + STATE(1729), 1, + sym_lambda_literal, + STATE(3200), 1, + sym__fn_call_lambda_arguments, + ACTIONS(5490), 2, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + ACTIONS(2812), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2814), 38, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [55427] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2643), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2645), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [55491] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2647), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2649), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [55555] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2651), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2653), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [55619] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2331), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2333), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [55683] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2655), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2657), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [55747] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2659), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2661), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [55811] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(1797), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(1799), 41, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_self, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [55875] = 19, + ACTIONS(5493), 1, + anon_sym_lazy, + ACTIONS(5499), 1, + anon_sym_RBRACE, + ACTIONS(5501), 1, + anon_sym_case, + ACTIONS(5510), 1, + anon_sym_AT, + ACTIONS(5519), 1, + anon_sym_final, + ACTIONS(5528), 1, + anon_sym_unowned, + ACTIONS(5531), 1, + sym_default_keyword, + STATE(4905), 1, + sym__parameter_ownership_modifier, + STATE(8688), 1, + sym_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5516), 2, + anon_sym_mutating, + anon_sym_nonmutating, + STATE(2715), 2, + sym_switch_entry, + aux_sym_switch_statement_repeat1, + ACTIONS(5507), 3, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + ACTIONS(5525), 3, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + ACTIONS(5513), 4, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + ACTIONS(5504), 5, + anon_sym_class, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + ACTIONS(5522), 5, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_borrowing, + anon_sym_consuming, + ACTIONS(5496), 6, + anon_sym_package, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + STATE(3801), 14, + sym_attribute, + aux_sym__locally_permitted_modifiers, + sym__non_local_scope_modifier, + sym__locally_permitted_modifier, + sym_property_behavior_modifier, + sym_member_modifier, + sym_visibility_modifier, + sym_function_modifier, + sym_mutation_modifier, + sym_property_modifier, + sym_inheritance_modifier, + sym_parameter_modifier, + sym_ownership_modifier, + aux_sym_modifiers_repeat1, + [55969] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(4266), 1, + anon_sym_DOT, + STATE(2717), 1, + aux_sym_key_path_expression_repeat1, + ACTIONS(2350), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2352), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [56037] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(5534), 1, + anon_sym_DOT, + STATE(2717), 1, + aux_sym_key_path_expression_repeat1, + ACTIONS(2354), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2356), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [56105] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2755), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2757), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [56169] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2338), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2340), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [56233] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2435), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2437), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [56297] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2499), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2501), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [56361] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2587), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2589), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [56425] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5001), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4999), 51, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [56487] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2361), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2363), 41, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_self, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [56551] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(1777), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(1772), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [56615] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5177), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5175), 51, + sym__dot_custom, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + sym_integer_literal, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [56677] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2415), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2417), 43, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [56739] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2395), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2397), 43, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [56801] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2284), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2286), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [56865] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + STATE(1729), 1, + sym_lambda_literal, + STATE(3200), 1, + sym__fn_call_lambda_arguments, + ACTIONS(5537), 2, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + ACTIONS(2791), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2794), 38, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [56935] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2369), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2371), 41, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_self, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [56999] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2663), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2665), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [57063] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2443), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2445), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [57127] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2365), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2367), 41, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_self, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [57191] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2667), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2669), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [57255] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2683), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2685), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [57319] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2671), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2673), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [57383] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(5541), 2, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + STATE(4992), 2, + sym__conjunction_operator, + sym__disjunction_operator, + ACTIONS(2385), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2387), 38, + sym__dot_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [57451] = 19, + ACTIONS(5547), 1, + anon_sym_each, + ACTIONS(5549), 1, + anon_sym_repeat, + ACTIONS(5551), 1, + anon_sym_LPAREN, + ACTIONS(5553), 1, + anon_sym_LBRACK, + ACTIONS(5555), 1, + anon_sym_some, + ACTIONS(5557), 1, + anon_sym_any, + ACTIONS(5559), 1, + anon_sym_TILDE, + STATE(5105), 1, + sym_tuple_type, + STATE(5191), 1, + sym_unannotated_type, + STATE(5256), 1, + sym__simple_user_type, + STATE(5260), 1, + sym_simple_identifier, + STATE(5692), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5430), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5545), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5433), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5543), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6010), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + ACTIONS(619), 17, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LT, + anon_sym_LBRACE, + anon_sym_RBRACE, + [57545] = 19, + ACTIONS(5547), 1, + anon_sym_each, + ACTIONS(5549), 1, + anon_sym_repeat, + ACTIONS(5551), 1, + anon_sym_LPAREN, + ACTIONS(5553), 1, + anon_sym_LBRACK, + ACTIONS(5555), 1, + anon_sym_some, + ACTIONS(5557), 1, + anon_sym_any, + ACTIONS(5559), 1, + anon_sym_TILDE, + STATE(5105), 1, + sym_tuple_type, + STATE(5187), 1, + sym_unannotated_type, + STATE(5256), 1, + sym__simple_user_type, + STATE(5260), 1, + sym_simple_identifier, + STATE(5692), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5430), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5545), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5433), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5543), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6010), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + ACTIONS(619), 17, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LT, + anon_sym_LBRACE, + anon_sym_RBRACE, + [57639] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(4256), 1, + anon_sym_DOT, + STATE(2754), 1, + aux_sym_key_path_expression_repeat1, + ACTIONS(2346), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2348), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [57707] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(4256), 1, + anon_sym_DOT, + STATE(2755), 1, + aux_sym_key_path_expression_repeat1, + ACTIONS(2346), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2348), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [57775] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2419), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2421), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [57839] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2675), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2677), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [57903] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2679), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2681), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [57967] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + STATE(1741), 1, + sym_lambda_literal, + STATE(3579), 1, + sym__fn_call_lambda_arguments, + ACTIONS(5561), 2, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + ACTIONS(2805), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2807), 38, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [58037] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + STATE(1741), 1, + sym_lambda_literal, + STATE(3587), 1, + sym__fn_call_lambda_arguments, + ACTIONS(5564), 2, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + ACTIONS(2812), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2814), 38, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [58107] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(5567), 1, + anon_sym_LT, + STATE(2925), 1, + sym_type_arguments, + ACTIONS(2191), 11, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2193), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [58175] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2735), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2737), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [58239] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2739), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2741), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [58303] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(5569), 2, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + STATE(5008), 2, + sym__conjunction_operator, + sym__disjunction_operator, + ACTIONS(2373), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2375), 38, + sym__dot_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [58371] = 19, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5575), 1, + anon_sym_each, + ACTIONS(5577), 1, + anon_sym_repeat, + ACTIONS(5579), 1, + anon_sym_LPAREN, + ACTIONS(5581), 1, + anon_sym_LBRACK, + ACTIONS(5583), 1, + anon_sym_some, + ACTIONS(5585), 1, + anon_sym_any, + ACTIONS(5587), 1, + anon_sym_TILDE, + STATE(5106), 1, + sym_tuple_type, + STATE(5232), 1, + sym_unannotated_type, + STATE(5258), 1, + sym__simple_user_type, + STATE(5262), 1, + sym_simple_identifier, + STATE(5753), 1, + sym__parenthesized_type, + STATE(5431), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5573), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5374), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5571), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6014), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + ACTIONS(619), 18, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LT, + anon_sym_LBRACE, + anon_sym_RBRACE, + [58465] = 19, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5575), 1, + anon_sym_each, + ACTIONS(5577), 1, + anon_sym_repeat, + ACTIONS(5579), 1, + anon_sym_LPAREN, + ACTIONS(5581), 1, + anon_sym_LBRACK, + ACTIONS(5583), 1, + anon_sym_some, + ACTIONS(5585), 1, + anon_sym_any, + ACTIONS(5587), 1, + anon_sym_TILDE, + STATE(5106), 1, + sym_tuple_type, + STATE(5195), 1, + sym_unannotated_type, + STATE(5258), 1, + sym__simple_user_type, + STATE(5262), 1, + sym_simple_identifier, + STATE(5753), 1, + sym__parenthesized_type, + STATE(5431), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5573), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5374), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5571), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6014), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + ACTIONS(619), 18, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LT, + anon_sym_LBRACE, + anon_sym_RBRACE, + [58559] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(4256), 1, + anon_sym_DOT, + STATE(2755), 1, + aux_sym_key_path_expression_repeat1, + ACTIONS(2350), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2352), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [58627] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(5589), 1, + anon_sym_DOT, + STATE(2755), 1, + aux_sym_key_path_expression_repeat1, + ACTIONS(2354), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2356), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [58695] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2523), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2525), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [58759] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2527), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2529), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [58823] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(5592), 1, + anon_sym_LT, + STATE(2959), 1, + sym_type_arguments, + ACTIONS(2191), 11, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2193), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [58891] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2743), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2745), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [58955] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(5569), 2, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + STATE(5008), 2, + sym__conjunction_operator, + sym__disjunction_operator, + ACTIONS(2379), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2381), 38, + sym__dot_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [59023] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2361), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2363), 41, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_self, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [59087] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2427), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2429), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [59151] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2531), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2533), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [59215] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + STATE(1741), 1, + sym_lambda_literal, + STATE(3587), 1, + sym__fn_call_lambda_arguments, + ACTIONS(5594), 2, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + ACTIONS(2791), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2794), 38, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [59285] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2369), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2371), 41, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_self, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [59349] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2099), 3, + anon_sym_QMARK, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2101), 50, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [59411] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2687), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2689), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [59475] = 13, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(5212), 1, + sym__arrow_operator_custom, + ACTIONS(5214), 1, + sym__async_keyword_custom, + ACTIONS(5598), 1, + anon_sym_DOT, + ACTIONS(5600), 1, + anon_sym_AMP, + STATE(3814), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(4378), 1, + sym__arrow_operator, + STATE(7063), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2156), 2, + anon_sym_AT, + anon_sym_unowned, + STATE(8928), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2158), 40, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [59557] = 13, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(5212), 1, + sym__arrow_operator_custom, + ACTIONS(5214), 1, + sym__async_keyword_custom, + ACTIONS(5598), 1, + anon_sym_DOT, + ACTIONS(5600), 1, + anon_sym_AMP, + STATE(3814), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(4378), 1, + sym__arrow_operator, + STATE(7063), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2171), 2, + anon_sym_AT, + anon_sym_unowned, + STATE(8928), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2173), 40, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [59639] = 13, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(5212), 1, + sym__arrow_operator_custom, + ACTIONS(5214), 1, + sym__async_keyword_custom, + ACTIONS(5598), 1, + anon_sym_DOT, + ACTIONS(5600), 1, + anon_sym_AMP, + STATE(3814), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(4378), 1, + sym__arrow_operator, + STATE(7063), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2179), 2, + anon_sym_AT, + anon_sym_unowned, + STATE(8928), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2181), 40, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [59721] = 7, + STATE(3814), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(4378), 1, + sym__arrow_operator, + STATE(7063), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2183), 2, + anon_sym_AT, + anon_sym_unowned, + STATE(8928), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2185), 46, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [59791] = 13, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(5212), 1, + sym__arrow_operator_custom, + ACTIONS(5214), 1, + sym__async_keyword_custom, + ACTIONS(5598), 1, + anon_sym_DOT, + ACTIONS(5600), 1, + anon_sym_AMP, + STATE(3814), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(4378), 1, + sym__arrow_operator, + STATE(7063), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2175), 2, + anon_sym_AT, + anon_sym_unowned, + STATE(8928), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2177), 40, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [59873] = 13, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(5212), 1, + sym__arrow_operator_custom, + ACTIONS(5214), 1, + sym__async_keyword_custom, + ACTIONS(5598), 1, + anon_sym_DOT, + ACTIONS(5600), 1, + anon_sym_AMP, + STATE(3814), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(4378), 1, + sym__arrow_operator, + STATE(7063), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2187), 2, + anon_sym_AT, + anon_sym_unowned, + STATE(8928), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2189), 40, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [59955] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2365), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2367), 41, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_self, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [60019] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2691), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2693), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [60083] = 7, + STATE(3814), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(4378), 1, + sym__arrow_operator, + STATE(7063), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2106), 2, + anon_sym_AT, + anon_sym_unowned, + STATE(8928), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2108), 46, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [60153] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2495), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2497), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [60217] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2300), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2302), 41, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_self, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [60281] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2695), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2697), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [60345] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2699), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2701), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [60409] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2217), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2219), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [60471] = 6, + ACTIONS(5602), 1, + sym__dot_custom, + STATE(2782), 1, + aux_sym_user_type_repeat1, + STATE(5592), 1, + sym__dot, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2099), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2101), 48, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [60539] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2225), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2227), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [60601] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2763), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2765), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [60665] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2535), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2537), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [60729] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2539), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2541), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [60793] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2543), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2545), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [60857] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2547), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2549), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [60921] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2551), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2553), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [60985] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2213), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2215), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [61047] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2555), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2557), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [61111] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2197), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2199), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [61173] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2229), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2231), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [61235] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2233), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2235), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [61297] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5607), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5605), 51, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_SEMI, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [61359] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2559), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2561), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [61423] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2563), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2565), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [61487] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(5541), 2, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + STATE(4992), 2, + sym__conjunction_operator, + sym__disjunction_operator, + ACTIONS(2373), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2375), 38, + sym__dot_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [61555] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2567), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2569), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [61619] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2213), 3, + anon_sym_QMARK, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2215), 50, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [61681] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2571), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2573), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [61745] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2197), 3, + anon_sym_QMARK, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2199), 50, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [61807] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2229), 3, + anon_sym_QMARK, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2231), 50, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [61869] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2233), 3, + anon_sym_QMARK, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2235), 50, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [61931] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2300), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2302), 41, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_self, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [61995] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5270), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5266), 51, + sym_where_keyword, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [62057] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2575), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2577), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [62121] = 6, + ACTIONS(5609), 1, + sym__dot_custom, + STATE(2809), 1, + aux_sym_user_type_repeat1, + STATE(5592), 1, + sym__dot, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2149), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2151), 48, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [62189] = 6, + ACTIONS(5609), 1, + sym__dot_custom, + STATE(2782), 1, + aux_sym_user_type_repeat1, + STATE(5592), 1, + sym__dot, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2164), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2166), 48, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [62257] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2431), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2433), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [62321] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2703), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2705), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [62385] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2707), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2709), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [62449] = 5, + ACTIONS(5611), 1, + anon_sym_LT, + STATE(3208), 1, + sym_type_arguments, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2191), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2193), 49, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [62515] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(5541), 2, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + STATE(4992), 2, + sym__conjunction_operator, + sym__disjunction_operator, + ACTIONS(2379), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2381), 38, + sym__dot_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [62583] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2711), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2713), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [62647] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2579), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2581), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [62711] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2759), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2761), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [62775] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2747), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2749), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [62839] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2583), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2585), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [62903] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2715), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2717), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [62967] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2447), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2449), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [63031] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2439), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2441), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [63095] = 5, + ACTIONS(5615), 1, + anon_sym_COMMA, + STATE(2833), 1, + aux_sym__modifierless_property_declaration_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5617), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5613), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [63161] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5621), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5619), 51, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_SEMI, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [63223] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5625), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5623), 51, + sym_where_keyword, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [63285] = 19, + ACTIONS(225), 1, + anon_sym_unowned, + ACTIONS(231), 1, + sym_default_keyword, + ACTIONS(5627), 1, + anon_sym_lazy, + ACTIONS(5631), 1, + anon_sym_RBRACE, + ACTIONS(5633), 1, + anon_sym_case, + ACTIONS(5639), 1, + anon_sym_AT, + ACTIONS(5645), 1, + anon_sym_final, + STATE(4905), 1, + sym__parameter_ownership_modifier, + STATE(8688), 1, + sym_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5643), 2, + anon_sym_mutating, + anon_sym_nonmutating, + STATE(2715), 2, + sym_switch_entry, + aux_sym_switch_statement_repeat1, + ACTIONS(227), 3, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + ACTIONS(5637), 3, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + ACTIONS(5641), 4, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + ACTIONS(223), 5, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_borrowing, + anon_sym_consuming, + ACTIONS(5635), 5, + anon_sym_class, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + ACTIONS(5629), 6, + anon_sym_package, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + STATE(3801), 14, + sym_attribute, + aux_sym__locally_permitted_modifiers, + sym__non_local_scope_modifier, + sym__locally_permitted_modifier, + sym_property_behavior_modifier, + sym_member_modifier, + sym_visibility_modifier, + sym_function_modifier, + sym_mutation_modifier, + sym_property_modifier, + sym_inheritance_modifier, + sym_parameter_modifier, + sym_ownership_modifier, + aux_sym_modifiers_repeat1, + [63379] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2379), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2381), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [63443] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2451), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2454), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [63507] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2719), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2721), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [63571] = 5, + ACTIONS(5651), 1, + sym__eq_custom, + STATE(4321), 1, + sym__equal_sign, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5649), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5647), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [63637] = 19, + ACTIONS(225), 1, + anon_sym_unowned, + ACTIONS(231), 1, + sym_default_keyword, + ACTIONS(5627), 1, + anon_sym_lazy, + ACTIONS(5633), 1, + anon_sym_case, + ACTIONS(5639), 1, + anon_sym_AT, + ACTIONS(5645), 1, + anon_sym_final, + ACTIONS(5653), 1, + anon_sym_RBRACE, + STATE(4905), 1, + sym__parameter_ownership_modifier, + STATE(8688), 1, + sym_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5643), 2, + anon_sym_mutating, + anon_sym_nonmutating, + STATE(2715), 2, + sym_switch_entry, + aux_sym_switch_statement_repeat1, + ACTIONS(227), 3, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + ACTIONS(5637), 3, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + ACTIONS(5641), 4, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + ACTIONS(223), 5, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_borrowing, + anon_sym_consuming, + ACTIONS(5635), 5, + anon_sym_class, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + ACTIONS(5629), 6, + anon_sym_package, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + STATE(3801), 14, + sym_attribute, + aux_sym__locally_permitted_modifiers, + sym__non_local_scope_modifier, + sym__locally_permitted_modifier, + sym_property_behavior_modifier, + sym_member_modifier, + sym_visibility_modifier, + sym_function_modifier, + sym_mutation_modifier, + sym_property_modifier, + sym_inheritance_modifier, + sym_parameter_modifier, + sym_ownership_modifier, + aux_sym_modifiers_repeat1, + [63731] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5657), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5655), 51, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_SEMI, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [63793] = 5, + ACTIONS(5615), 1, + anon_sym_COMMA, + STATE(2850), 1, + aux_sym__modifierless_property_declaration_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5661), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5659), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [63859] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5665), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5663), 51, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_SEMI, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [63921] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2457), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2460), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [63985] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(1901), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(1899), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [64049] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2723), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2725), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [64113] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2463), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2466), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [64177] = 19, + ACTIONS(225), 1, + anon_sym_unowned, + ACTIONS(231), 1, + sym_default_keyword, + ACTIONS(5627), 1, + anon_sym_lazy, + ACTIONS(5633), 1, + anon_sym_case, + ACTIONS(5639), 1, + anon_sym_AT, + ACTIONS(5645), 1, + anon_sym_final, + ACTIONS(5667), 1, + anon_sym_RBRACE, + STATE(4905), 1, + sym__parameter_ownership_modifier, + STATE(8688), 1, + sym_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5643), 2, + anon_sym_mutating, + anon_sym_nonmutating, + STATE(2715), 2, + sym_switch_entry, + aux_sym_switch_statement_repeat1, + ACTIONS(227), 3, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + ACTIONS(5637), 3, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + ACTIONS(5641), 4, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + ACTIONS(223), 5, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_borrowing, + anon_sym_consuming, + ACTIONS(5635), 5, + anon_sym_class, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + ACTIONS(5629), 6, + anon_sym_package, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + STATE(3801), 14, + sym_attribute, + aux_sym__locally_permitted_modifiers, + sym__non_local_scope_modifier, + sym__locally_permitted_modifier, + sym_property_behavior_modifier, + sym_member_modifier, + sym_visibility_modifier, + sym_function_modifier, + sym_mutation_modifier, + sym_property_modifier, + sym_inheritance_modifier, + sym_parameter_modifier, + sym_ownership_modifier, + aux_sym_modifiers_repeat1, + [64271] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2469), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2472), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [64335] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5671), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5669), 51, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_SEMI, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [64397] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5673), 1, + sym_else, + ACTIONS(2389), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2391), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [64461] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2415), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2417), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [64525] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(453), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(475), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [64589] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2591), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2593), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [64653] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2727), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2729), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [64717] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5677), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5675), 51, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_SEMI, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [64779] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2595), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2597), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [64843] = 19, + ACTIONS(225), 1, + anon_sym_unowned, + ACTIONS(231), 1, + sym_default_keyword, + ACTIONS(5627), 1, + anon_sym_lazy, + ACTIONS(5633), 1, + anon_sym_case, + ACTIONS(5639), 1, + anon_sym_AT, + ACTIONS(5645), 1, + anon_sym_final, + ACTIONS(5679), 1, + anon_sym_RBRACE, + STATE(4905), 1, + sym__parameter_ownership_modifier, + STATE(8688), 1, + sym_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5643), 2, + anon_sym_mutating, + anon_sym_nonmutating, + STATE(2715), 2, + sym_switch_entry, + aux_sym_switch_statement_repeat1, + ACTIONS(227), 3, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + ACTIONS(5637), 3, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + ACTIONS(5641), 4, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + ACTIONS(223), 5, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_borrowing, + anon_sym_consuming, + ACTIONS(5635), 5, + anon_sym_class, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + ACTIONS(5629), 6, + anon_sym_package, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + STATE(3801), 14, + sym_attribute, + aux_sym__locally_permitted_modifiers, + sym__non_local_scope_modifier, + sym__locally_permitted_modifier, + sym_property_behavior_modifier, + sym_member_modifier, + sym_visibility_modifier, + sym_function_modifier, + sym_mutation_modifier, + sym_property_modifier, + sym_inheritance_modifier, + sym_parameter_modifier, + sym_ownership_modifier, + aux_sym_modifiers_repeat1, + [64937] = 5, + ACTIONS(5683), 1, + anon_sym_COMMA, + STATE(2850), 1, + aux_sym__modifierless_property_declaration_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5686), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5681), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [65003] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5690), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5688), 51, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_SEMI, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [65065] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5692), 1, + sym_else, + ACTIONS(2399), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2401), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [65129] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2599), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2601), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [65193] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2395), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2397), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [65257] = 19, + ACTIONS(225), 1, + anon_sym_unowned, + ACTIONS(231), 1, + sym_default_keyword, + ACTIONS(5627), 1, + anon_sym_lazy, + ACTIONS(5633), 1, + anon_sym_case, + ACTIONS(5639), 1, + anon_sym_AT, + ACTIONS(5645), 1, + anon_sym_final, + ACTIONS(5694), 1, + anon_sym_RBRACE, + STATE(4905), 1, + sym__parameter_ownership_modifier, + STATE(8688), 1, + sym_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5643), 2, + anon_sym_mutating, + anon_sym_nonmutating, + STATE(2715), 2, + sym_switch_entry, + aux_sym_switch_statement_repeat1, + ACTIONS(227), 3, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + ACTIONS(5637), 3, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + ACTIONS(5641), 4, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + ACTIONS(223), 5, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_borrowing, + anon_sym_consuming, + ACTIONS(5635), 5, + anon_sym_class, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + ACTIONS(5629), 6, + anon_sym_package, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + STATE(3801), 14, + sym_attribute, + aux_sym__locally_permitted_modifiers, + sym__non_local_scope_modifier, + sym__locally_permitted_modifier, + sym_property_behavior_modifier, + sym_member_modifier, + sym_visibility_modifier, + sym_function_modifier, + sym_mutation_modifier, + sym_property_modifier, + sym_inheritance_modifier, + sym_parameter_modifier, + sym_ownership_modifier, + aux_sym_modifiers_repeat1, + [65351] = 5, + ACTIONS(5700), 1, + sym__eq_custom, + STATE(4348), 1, + sym__equal_sign, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5698), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5696), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [65417] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5704), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5702), 51, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_SEMI, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [65479] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5708), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5706), 51, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_SEMI, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [65541] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5712), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5710), 51, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_SEMI, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [65603] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2603), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2605), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [65667] = 19, + ACTIONS(225), 1, + anon_sym_unowned, + ACTIONS(231), 1, + sym_default_keyword, + ACTIONS(5627), 1, + anon_sym_lazy, + ACTIONS(5633), 1, + anon_sym_case, + ACTIONS(5639), 1, + anon_sym_AT, + ACTIONS(5645), 1, + anon_sym_final, + ACTIONS(5714), 1, + anon_sym_RBRACE, + STATE(4905), 1, + sym__parameter_ownership_modifier, + STATE(8688), 1, + sym_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5643), 2, + anon_sym_mutating, + anon_sym_nonmutating, + STATE(2715), 2, + sym_switch_entry, + aux_sym_switch_statement_repeat1, + ACTIONS(227), 3, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + ACTIONS(5637), 3, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + ACTIONS(5641), 4, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + ACTIONS(223), 5, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_borrowing, + anon_sym_consuming, + ACTIONS(5635), 5, + anon_sym_class, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + ACTIONS(5629), 6, + anon_sym_package, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + STATE(3801), 14, + sym_attribute, + aux_sym__locally_permitted_modifiers, + sym__non_local_scope_modifier, + sym__locally_permitted_modifier, + sym_property_behavior_modifier, + sym_member_modifier, + sym_visibility_modifier, + sym_function_modifier, + sym_mutation_modifier, + sym_property_modifier, + sym_inheritance_modifier, + sym_parameter_modifier, + sym_ownership_modifier, + aux_sym_modifiers_repeat1, + [65761] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2475), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2477), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [65825] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2607), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2609), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [65889] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2611), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2613), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [65953] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2479), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2481), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [66017] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2483), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2485), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [66081] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2615), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2617), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [66145] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2487), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2489), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [66209] = 19, + ACTIONS(225), 1, + anon_sym_unowned, + ACTIONS(231), 1, + sym_default_keyword, + ACTIONS(5627), 1, + anon_sym_lazy, + ACTIONS(5633), 1, + anon_sym_case, + ACTIONS(5639), 1, + anon_sym_AT, + ACTIONS(5645), 1, + anon_sym_final, + ACTIONS(5716), 1, + anon_sym_RBRACE, + STATE(4905), 1, + sym__parameter_ownership_modifier, + STATE(8688), 1, + sym_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5643), 2, + anon_sym_mutating, + anon_sym_nonmutating, + STATE(2715), 2, + sym_switch_entry, + aux_sym_switch_statement_repeat1, + ACTIONS(227), 3, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + ACTIONS(5637), 3, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + ACTIONS(5641), 4, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + ACTIONS(223), 5, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_borrowing, + anon_sym_consuming, + ACTIONS(5635), 5, + anon_sym_class, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + ACTIONS(5629), 6, + anon_sym_package, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + STATE(3801), 14, + sym_attribute, + aux_sym__locally_permitted_modifiers, + sym__non_local_scope_modifier, + sym__locally_permitted_modifier, + sym_property_behavior_modifier, + sym_member_modifier, + sym_visibility_modifier, + sym_function_modifier, + sym_mutation_modifier, + sym_property_modifier, + sym_inheritance_modifier, + sym_parameter_modifier, + sym_ownership_modifier, + aux_sym_modifiers_repeat1, + [66303] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2325), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2327), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [66367] = 19, + ACTIONS(225), 1, + anon_sym_unowned, + ACTIONS(231), 1, + sym_default_keyword, + ACTIONS(5627), 1, + anon_sym_lazy, + ACTIONS(5633), 1, + anon_sym_case, + ACTIONS(5639), 1, + anon_sym_AT, + ACTIONS(5645), 1, + anon_sym_final, + ACTIONS(5718), 1, + anon_sym_RBRACE, + STATE(4905), 1, + sym__parameter_ownership_modifier, + STATE(8688), 1, + sym_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5643), 2, + anon_sym_mutating, + anon_sym_nonmutating, + STATE(2715), 2, + sym_switch_entry, + aux_sym_switch_statement_repeat1, + ACTIONS(227), 3, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + ACTIONS(5637), 3, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + ACTIONS(5641), 4, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + ACTIONS(223), 5, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_borrowing, + anon_sym_consuming, + ACTIONS(5635), 5, + anon_sym_class, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + ACTIONS(5629), 6, + anon_sym_package, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + STATE(3801), 14, + sym_attribute, + aux_sym__locally_permitted_modifiers, + sym__non_local_scope_modifier, + sym__locally_permitted_modifier, + sym_property_behavior_modifier, + sym_member_modifier, + sym_visibility_modifier, + sym_function_modifier, + sym_mutation_modifier, + sym_property_modifier, + sym_inheritance_modifier, + sym_parameter_modifier, + sym_ownership_modifier, + aux_sym_modifiers_repeat1, + [66461] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2412), 1, + anon_sym_LT, + ACTIONS(5720), 1, + anon_sym_COLON, + STATE(2076), 1, + sym_type_arguments, + ACTIONS(2409), 4, + sym__dot_custom, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + ACTIONS(2405), 10, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2407), 36, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [66533] = 5, + ACTIONS(5447), 1, + anon_sym_LBRACE, + STATE(3630), 1, + sym_deprecated_operator_declaration_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5724), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5722), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [66599] = 5, + ACTIONS(5730), 1, + sym__eq_custom, + STATE(4353), 1, + sym__equal_sign, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5728), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5726), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [66665] = 19, + ACTIONS(225), 1, + anon_sym_unowned, + ACTIONS(231), 1, + sym_default_keyword, + ACTIONS(5627), 1, + anon_sym_lazy, + ACTIONS(5633), 1, + anon_sym_case, + ACTIONS(5639), 1, + anon_sym_AT, + ACTIONS(5645), 1, + anon_sym_final, + ACTIONS(5732), 1, + anon_sym_RBRACE, + STATE(4905), 1, + sym__parameter_ownership_modifier, + STATE(8688), 1, + sym_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5643), 2, + anon_sym_mutating, + anon_sym_nonmutating, + STATE(2715), 2, + sym_switch_entry, + aux_sym_switch_statement_repeat1, + ACTIONS(227), 3, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + ACTIONS(5637), 3, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + ACTIONS(5641), 4, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + ACTIONS(223), 5, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_borrowing, + anon_sym_consuming, + ACTIONS(5635), 5, + anon_sym_class, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + ACTIONS(5629), 6, + anon_sym_package, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + STATE(3801), 14, + sym_attribute, + aux_sym__locally_permitted_modifiers, + sym__non_local_scope_modifier, + sym__locally_permitted_modifier, + sym_property_behavior_modifier, + sym_member_modifier, + sym_visibility_modifier, + sym_function_modifier, + sym_mutation_modifier, + sym_property_modifier, + sym_inheritance_modifier, + sym_parameter_modifier, + sym_ownership_modifier, + aux_sym_modifiers_repeat1, + [66759] = 19, + ACTIONS(225), 1, + anon_sym_unowned, + ACTIONS(231), 1, + sym_default_keyword, + ACTIONS(5627), 1, + anon_sym_lazy, + ACTIONS(5633), 1, + anon_sym_case, + ACTIONS(5639), 1, + anon_sym_AT, + ACTIONS(5645), 1, + anon_sym_final, + ACTIONS(5734), 1, + anon_sym_RBRACE, + STATE(4905), 1, + sym__parameter_ownership_modifier, + STATE(8688), 1, + sym_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5643), 2, + anon_sym_mutating, + anon_sym_nonmutating, + STATE(2715), 2, + sym_switch_entry, + aux_sym_switch_statement_repeat1, + ACTIONS(227), 3, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + ACTIONS(5637), 3, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + ACTIONS(5641), 4, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + ACTIONS(223), 5, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_borrowing, + anon_sym_consuming, + ACTIONS(5635), 5, + anon_sym_class, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + ACTIONS(5629), 6, + anon_sym_package, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + STATE(3801), 14, + sym_attribute, + aux_sym__locally_permitted_modifiers, + sym__non_local_scope_modifier, + sym__locally_permitted_modifier, + sym_property_behavior_modifier, + sym_member_modifier, + sym_visibility_modifier, + sym_function_modifier, + sym_mutation_modifier, + sym_property_modifier, + sym_inheritance_modifier, + sym_parameter_modifier, + sym_ownership_modifier, + aux_sym_modifiers_repeat1, + [66853] = 4, + ACTIONS(5736), 1, + anon_sym_LPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2832), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2827), 50, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_willSet, + anon_sym_didSet, + anon_sym_macro, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [66917] = 19, + ACTIONS(225), 1, + anon_sym_unowned, + ACTIONS(231), 1, + sym_default_keyword, + ACTIONS(5627), 1, + anon_sym_lazy, + ACTIONS(5633), 1, + anon_sym_case, + ACTIONS(5639), 1, + anon_sym_AT, + ACTIONS(5645), 1, + anon_sym_final, + ACTIONS(5738), 1, + anon_sym_RBRACE, + STATE(4905), 1, + sym__parameter_ownership_modifier, + STATE(8688), 1, + sym_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5643), 2, + anon_sym_mutating, + anon_sym_nonmutating, + STATE(2715), 2, + sym_switch_entry, + aux_sym_switch_statement_repeat1, + ACTIONS(227), 3, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + ACTIONS(5637), 3, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + ACTIONS(5641), 4, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + ACTIONS(223), 5, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_borrowing, + anon_sym_consuming, + ACTIONS(5635), 5, + anon_sym_class, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + ACTIONS(5629), 6, + anon_sym_package, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + STATE(3801), 14, + sym_attribute, + aux_sym__locally_permitted_modifiers, + sym__non_local_scope_modifier, + sym__locally_permitted_modifier, + sym_property_behavior_modifier, + sym_member_modifier, + sym_visibility_modifier, + sym_function_modifier, + sym_mutation_modifier, + sym_property_modifier, + sym_inheritance_modifier, + sym_parameter_modifier, + sym_ownership_modifier, + aux_sym_modifiers_repeat1, + [67011] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2354), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2356), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [67073] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2342), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2344), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [67137] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2415), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2417), 51, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_willSet, + anon_sym_didSet, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [67199] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2395), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2397), 51, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_willSet, + anon_sym_didSet, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [67261] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2491), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2493), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [67325] = 5, + ACTIONS(5744), 1, + sym__eq_custom, + STATE(4358), 1, + sym__equal_sign, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5742), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5740), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [67391] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2423), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2425), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [67455] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(5569), 2, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + STATE(5008), 2, + sym__conjunction_operator, + sym__disjunction_operator, + ACTIONS(2385), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2387), 38, + sym__dot_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [67523] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5748), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5746), 50, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [67584] = 6, + ACTIONS(5750), 1, + sym__dot_custom, + STATE(2965), 1, + aux_sym_user_type_repeat1, + STATE(5594), 1, + sym__dot, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2164), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2166), 47, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [67651] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2296), 3, + anon_sym_QMARK, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2298), 49, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [67712] = 5, + ACTIONS(5752), 1, + anon_sym_AMP, + STATE(2890), 1, + aux_sym_protocol_composition_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2187), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2189), 48, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [67777] = 19, + ACTIONS(5759), 1, + anon_sym_each, + ACTIONS(5761), 1, + anon_sym_repeat, + ACTIONS(5763), 1, + anon_sym_LPAREN, + ACTIONS(5765), 1, + anon_sym_LBRACK, + ACTIONS(5767), 1, + anon_sym_some, + ACTIONS(5769), 1, + anon_sym_any, + ACTIONS(5771), 1, + anon_sym_TILDE, + STATE(5160), 1, + sym_tuple_type, + STATE(5236), 1, + sym_unannotated_type, + STATE(5387), 1, + sym__simple_user_type, + STATE(5409), 1, + sym_simple_identifier, + STATE(5993), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5648), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5757), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5560), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5755), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6047), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + ACTIONS(619), 16, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LT, + anon_sym_LBRACE, + anon_sym_RBRACE, + [67870] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + STATE(1754), 1, + sym_lambda_literal, + STATE(3756), 1, + sym__fn_call_lambda_arguments, + ACTIONS(5773), 2, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + ACTIONS(2805), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2807), 37, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [67939] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2825), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2823), 50, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_willSet, + anon_sym_didSet, + anon_sym_macro, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [68000] = 5, + ACTIONS(5776), 1, + anon_sym_LT, + STATE(3740), 1, + sym_type_arguments, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2191), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2193), 48, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [68065] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2245), 3, + anon_sym_QMARK, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2247), 49, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [68126] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2272), 3, + anon_sym_QMARK, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2274), 49, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [68187] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2221), 3, + anon_sym_QMARK, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2223), 49, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [68248] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + STATE(1754), 1, + sym_lambda_literal, + STATE(3773), 1, + sym__fn_call_lambda_arguments, + ACTIONS(5778), 2, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + ACTIONS(2812), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2814), 37, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [68317] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2412), 1, + anon_sym_LT, + ACTIONS(4542), 1, + sym__as_custom, + ACTIONS(4546), 1, + anon_sym_QMARK, + ACTIONS(5781), 1, + anon_sym_COLON, + STATE(2076), 1, + sym_type_arguments, + ACTIONS(2409), 4, + sym__dot_custom, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + ACTIONS(2405), 9, + anon_sym_BANG, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2407), 34, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [68392] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2707), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2709), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [68453] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2288), 3, + anon_sym_QMARK, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2290), 49, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [68514] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(5783), 1, + sym_else, + ACTIONS(2399), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2401), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [68579] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2300), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2302), 50, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LT, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [68640] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2300), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2302), 50, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [68701] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2759), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2761), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [68762] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2379), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2381), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [68823] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2623), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2625), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [68884] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2415), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2417), 41, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [68947] = 5, + ACTIONS(5064), 1, + anon_sym_QMARK2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2085), 2, + anon_sym_AT, + anon_sym_unowned, + STATE(2916), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2087), 47, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [69012] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(4270), 1, + anon_sym_DOT, + STATE(2911), 1, + aux_sym_key_path_expression_repeat1, + ACTIONS(2350), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2352), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [69079] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(5785), 1, + anon_sym_DOT, + STATE(2911), 1, + aux_sym_key_path_expression_repeat1, + ACTIONS(2354), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2356), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [69146] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(3361), 2, + anon_sym_let, + anon_sym_var, + ACTIONS(625), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(619), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [69211] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(1797), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(1799), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_self, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [69274] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2284), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2286), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [69335] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2412), 1, + anon_sym_LT, + STATE(2076), 1, + sym_type_arguments, + ACTIONS(2409), 4, + sym__dot_custom, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + ACTIONS(2405), 10, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2407), 36, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [69404] = 5, + ACTIONS(5064), 1, + anon_sym_QMARK2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2121), 2, + anon_sym_AT, + anon_sym_unowned, + STATE(2918), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2123), 47, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [69469] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2731), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2733), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [69530] = 5, + ACTIONS(5788), 1, + anon_sym_QMARK2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2142), 2, + anon_sym_AT, + anon_sym_unowned, + STATE(2918), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2144), 47, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [69595] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2395), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2397), 41, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [69658] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2412), 1, + anon_sym_LT, + ACTIONS(4542), 1, + sym__as_custom, + ACTIONS(4546), 1, + anon_sym_QMARK, + STATE(2076), 1, + sym_type_arguments, + ACTIONS(2409), 4, + sym__dot_custom, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + ACTIONS(2405), 9, + anon_sym_BANG, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2407), 35, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [69731] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2412), 1, + anon_sym_LT, + ACTIONS(4542), 1, + sym__as_custom, + ACTIONS(4546), 1, + anon_sym_QMARK, + ACTIONS(5791), 1, + anon_sym_COLON, + STATE(2076), 1, + sym_type_arguments, + ACTIONS(2409), 4, + sym__dot_custom, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + ACTIONS(2405), 9, + anon_sym_BANG, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2407), 34, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [69806] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5795), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5793), 50, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [69867] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5795), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5793), 50, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [69928] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4560), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4558), 50, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [69989] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2213), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2215), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [70052] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5799), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5797), 50, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [70113] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2217), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2219), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [70176] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2361), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2363), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_self, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [70239] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5803), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5801), 50, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_willSet, + anon_sym_didSet, + anon_sym_macro, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [70300] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2197), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2199), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [70363] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2225), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2227), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [70426] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2229), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2231), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [70489] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2233), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2235), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [70552] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2217), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2219), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [70615] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2412), 1, + anon_sym_LT, + ACTIONS(5805), 1, + anon_sym_COLON, + STATE(2076), 1, + sym_type_arguments, + ACTIONS(2409), 4, + sym__dot_custom, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + ACTIONS(2405), 10, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2407), 35, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [70686] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2300), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2302), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_self, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [70749] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2415), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2417), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [70810] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2655), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2657), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [70871] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2412), 1, + anon_sym_LT, + STATE(2076), 1, + sym_type_arguments, + ACTIONS(2409), 4, + sym__dot_custom, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + ACTIONS(2405), 10, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2407), 36, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [70940] = 19, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5811), 1, + anon_sym_each, + ACTIONS(5813), 1, + anon_sym_repeat, + ACTIONS(5815), 1, + anon_sym_LPAREN, + ACTIONS(5817), 1, + anon_sym_LBRACK, + ACTIONS(5819), 1, + anon_sym_some, + ACTIONS(5821), 1, + anon_sym_any, + ACTIONS(5823), 1, + anon_sym_TILDE, + STATE(5144), 1, + sym_tuple_type, + STATE(5254), 1, + sym_unannotated_type, + STATE(5400), 1, + sym__simple_user_type, + STATE(5412), 1, + sym_simple_identifier, + STATE(5970), 1, + sym__parenthesized_type, + STATE(5489), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5809), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5498), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5807), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6061), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + ACTIONS(619), 17, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LT, + anon_sym_LBRACE, + anon_sym_RBRACE, + [71033] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2412), 1, + anon_sym_LT, + ACTIONS(5825), 1, + anon_sym_COLON, + STATE(2076), 1, + sym_type_arguments, + ACTIONS(2409), 4, + sym__dot_custom, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + ACTIONS(2405), 10, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2407), 35, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [71104] = 19, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5811), 1, + anon_sym_each, + ACTIONS(5813), 1, + anon_sym_repeat, + ACTIONS(5815), 1, + anon_sym_LPAREN, + ACTIONS(5817), 1, + anon_sym_LBRACK, + ACTIONS(5819), 1, + anon_sym_some, + ACTIONS(5821), 1, + anon_sym_any, + ACTIONS(5823), 1, + anon_sym_TILDE, + STATE(5144), 1, + sym_tuple_type, + STATE(5251), 1, + sym_unannotated_type, + STATE(5400), 1, + sym__simple_user_type, + STATE(5412), 1, + sym_simple_identifier, + STATE(5970), 1, + sym__parenthesized_type, + STATE(5489), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5809), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5498), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5807), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6061), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + ACTIONS(619), 17, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LT, + anon_sym_LBRACE, + anon_sym_RBRACE, + [71197] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2395), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2397), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [71258] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2225), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2227), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [71321] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + STATE(1754), 1, + sym_lambda_literal, + STATE(3773), 1, + sym__fn_call_lambda_arguments, + ACTIONS(5827), 2, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + ACTIONS(2791), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2794), 37, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [71390] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5833), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5831), 50, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [71451] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2284), 3, + anon_sym_QMARK, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2286), 49, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [71512] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5837), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5835), 50, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [71573] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5841), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5839), 50, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [71634] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5841), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5839), 50, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [71695] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4746), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4744), 50, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [71756] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(5843), 2, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + STATE(4974), 2, + sym__conjunction_operator, + sym__disjunction_operator, + ACTIONS(2373), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2375), 37, + sym__dot_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [71823] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5847), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5845), 50, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [71884] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5841), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5839), 50, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [71945] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5841), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5839), 50, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [72006] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4746), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4744), 50, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [72067] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2659), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2661), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [72128] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5847), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5845), 50, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [72189] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2213), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2215), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [72252] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2197), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2199), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [72315] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2229), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2231), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [72378] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2233), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2235), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [72441] = 24, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(3060), 1, + anon_sym_each, + ACTIONS(3062), 1, + anon_sym_repeat, + ACTIONS(3066), 1, + anon_sym_LPAREN, + ACTIONS(3068), 1, + anon_sym_LBRACK, + ACTIONS(3070), 1, + anon_sym_some, + ACTIONS(3072), 1, + anon_sym_any, + ACTIONS(3074), 1, + anon_sym_TILDE, + STATE(5475), 1, + sym_tuple_type, + STATE(5672), 1, + sym_simple_identifier, + STATE(5958), 1, + sym_unannotated_type, + STATE(6123), 1, + sym__simple_user_type, + STATE(6356), 1, + sym__parenthesized_type, + STATE(6753), 1, + sym_type_constraint, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(4184), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(6228), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(6785), 2, + sym_inheritance_constraint, + sym_equality_constraint, + ACTIONS(3058), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(6137), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + STATE(7208), 3, + sym_identifier, + sym__constrained_type, + sym_nested_type_identifier, + ACTIONS(3056), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + ACTIONS(3064), 7, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + STATE(6481), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [72544] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2369), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2371), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_self, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [72607] = 6, + ACTIONS(5849), 1, + sym__dot_custom, + STATE(2965), 1, + aux_sym_user_type_repeat1, + STATE(5594), 1, + sym__dot, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2099), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2101), 47, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [72674] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2354), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2356), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [72737] = 20, + ACTIONS(625), 1, + anon_sym_QMARK, + ACTIONS(5856), 1, + anon_sym_each, + ACTIONS(5858), 1, + anon_sym_repeat, + ACTIONS(5860), 1, + anon_sym_LPAREN, + ACTIONS(5862), 1, + anon_sym_LBRACK, + ACTIONS(5864), 1, + anon_sym_some, + ACTIONS(5866), 1, + anon_sym_any, + ACTIONS(5868), 1, + anon_sym_TILDE, + STATE(5151), 1, + sym_tuple_type, + STATE(5338), 1, + sym_unannotated_type, + STATE(5445), 1, + sym__simple_user_type, + STATE(5456), 1, + sym_simple_identifier, + STATE(5994), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5628), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5854), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5623), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5852), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6097), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + ACTIONS(619), 15, + sym__arrow_operator_custom, + sym__dot_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LT, + [72832] = 20, + ACTIONS(625), 1, + anon_sym_QMARK, + ACTIONS(5856), 1, + anon_sym_each, + ACTIONS(5858), 1, + anon_sym_repeat, + ACTIONS(5860), 1, + anon_sym_LPAREN, + ACTIONS(5862), 1, + anon_sym_LBRACK, + ACTIONS(5864), 1, + anon_sym_some, + ACTIONS(5866), 1, + anon_sym_any, + ACTIONS(5868), 1, + anon_sym_TILDE, + STATE(5151), 1, + sym_tuple_type, + STATE(5333), 1, + sym_unannotated_type, + STATE(5445), 1, + sym__simple_user_type, + STATE(5456), 1, + sym_simple_identifier, + STATE(5994), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5628), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5854), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5623), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5852), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6097), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + ACTIONS(619), 15, + sym__arrow_operator_custom, + sym__dot_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LT, + [72927] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2667), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2669), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [72988] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2217), 3, + anon_sym_QMARK, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2219), 49, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [73049] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5872), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5870), 50, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_willSet, + anon_sym_didSet, + anon_sym_macro, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [73110] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2735), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2737), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [73171] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2225), 3, + anon_sym_QMARK, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2227), 49, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [73232] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2431), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2433), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [73293] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2579), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2581), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [73354] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2699), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2701), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [73415] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2311), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2313), 50, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_willSet, + anon_sym_didSet, + anon_sym_macro, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [73476] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2495), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2497), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [73537] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(5874), 1, + sym_else, + ACTIONS(2389), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2391), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [73602] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2405), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2407), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [73663] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5878), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5876), 50, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_willSet, + anon_sym_didSet, + anon_sym_macro, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [73724] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2435), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2437), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [73785] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2325), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2327), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [73846] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5882), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5880), 50, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_willSet, + anon_sym_didSet, + anon_sym_macro, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [73907] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(5884), 1, + anon_sym_LT, + STATE(3164), 1, + sym_type_arguments, + ACTIONS(2191), 11, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2193), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [73974] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2412), 1, + anon_sym_LT, + ACTIONS(4542), 1, + sym__as_custom, + ACTIONS(4546), 1, + anon_sym_QMARK, + STATE(2076), 1, + sym_type_arguments, + ACTIONS(2409), 4, + sym__dot_custom, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + ACTIONS(2405), 9, + anon_sym_BANG, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2407), 35, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [74047] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2747), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2749), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [74108] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2443), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2445), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [74169] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2499), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2501), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [74230] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2331), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2333), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [74291] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2587), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2589), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [74352] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2683), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2685), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [74413] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2338), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2340), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [74474] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2739), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2741), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [74535] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2743), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2745), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [74596] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2354), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2356), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [74659] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2427), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2429), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [74720] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2447), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2449), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [74781] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5888), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5886), 50, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [74842] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5892), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5890), 50, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [74903] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5748), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5746), 50, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [74964] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2531), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2533), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [75025] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(4270), 1, + anon_sym_DOT, + STATE(2911), 1, + aux_sym_key_path_expression_repeat1, + ACTIONS(2346), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2348), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [75092] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2457), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2460), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [75153] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5896), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5894), 50, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [75214] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1901), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(1899), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [75275] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2463), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2466), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [75336] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2469), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2472), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [75397] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(453), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(475), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [75458] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5900), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5898), 50, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [75519] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2342), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2344), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [75580] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5904), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5902), 50, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [75641] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2479), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2481), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [75702] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2483), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2485), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [75763] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1777), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(1772), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [75824] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(5843), 2, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + STATE(4974), 2, + sym__conjunction_operator, + sym__disjunction_operator, + ACTIONS(2379), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2381), 37, + sym__dot_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [75891] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2292), 3, + anon_sym_QMARK, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2294), 49, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [75952] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(5843), 2, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + STATE(4974), 2, + sym__conjunction_operator, + sym__disjunction_operator, + ACTIONS(2385), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2387), 37, + sym__dot_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [76019] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2507), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2509), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [76080] = 24, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(3060), 1, + anon_sym_each, + ACTIONS(3062), 1, + anon_sym_repeat, + ACTIONS(3066), 1, + anon_sym_LPAREN, + ACTIONS(3068), 1, + anon_sym_LBRACK, + ACTIONS(3070), 1, + anon_sym_some, + ACTIONS(3072), 1, + anon_sym_any, + ACTIONS(3074), 1, + anon_sym_TILDE, + STATE(5475), 1, + sym_tuple_type, + STATE(5672), 1, + sym_simple_identifier, + STATE(5958), 1, + sym_unannotated_type, + STATE(6123), 1, + sym__simple_user_type, + STATE(6356), 1, + sym__parenthesized_type, + STATE(6753), 1, + sym_type_constraint, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(4184), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(6228), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(6785), 2, + sym_inheritance_constraint, + sym_equality_constraint, + ACTIONS(3058), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(6137), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + STATE(7208), 3, + sym_identifier, + sym__constrained_type, + sym_nested_type_identifier, + ACTIONS(3056), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + ACTIONS(3080), 7, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + STATE(6481), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [76183] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2511), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2513), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [76244] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2365), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2367), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_self, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [76307] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2515), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2517), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [76368] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2519), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2521), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [76429] = 19, + ACTIONS(5759), 1, + anon_sym_each, + ACTIONS(5761), 1, + anon_sym_repeat, + ACTIONS(5763), 1, + anon_sym_LPAREN, + ACTIONS(5765), 1, + anon_sym_LBRACK, + ACTIONS(5767), 1, + anon_sym_some, + ACTIONS(5769), 1, + anon_sym_any, + ACTIONS(5771), 1, + anon_sym_TILDE, + STATE(5160), 1, + sym_tuple_type, + STATE(5299), 1, + sym_unannotated_type, + STATE(5387), 1, + sym__simple_user_type, + STATE(5409), 1, + sym_simple_identifier, + STATE(5993), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5648), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5757), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5560), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5755), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6047), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + ACTIONS(619), 16, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LT, + anon_sym_LBRACE, + anon_sym_RBRACE, + [76522] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2523), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2525), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [76583] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2527), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2529), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [76644] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2763), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2765), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [76705] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2535), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2537), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [76766] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2539), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2541), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [76827] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2543), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2545), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [76888] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2547), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2549), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [76949] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2551), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2553), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [77010] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2555), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2557), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [77071] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2559), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2561), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [77132] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2563), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2565), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [77193] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2567), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2569), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [77254] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2571), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2573), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [77315] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2575), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2577), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [77376] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2583), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2585), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [77437] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2591), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2593), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [77498] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2595), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2597), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [77559] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2599), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2601), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [77620] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2412), 1, + anon_sym_LT, + ACTIONS(4542), 1, + sym__as_custom, + ACTIONS(4546), 1, + anon_sym_QMARK, + ACTIONS(5906), 1, + anon_sym_COLON, + STATE(2076), 1, + sym_type_arguments, + ACTIONS(2409), 4, + sym__dot_custom, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + ACTIONS(2405), 9, + anon_sym_BANG, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2407), 34, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [77695] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2603), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2605), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [77756] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2607), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2609), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [77817] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2611), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2613), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [77878] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2615), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2617), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [77939] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2209), 3, + anon_sym_QMARK, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2211), 49, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [78000] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2619), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2621), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [78061] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2627), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2629), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [78122] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2631), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2633), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [78183] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2635), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2637), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [78244] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2639), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2641), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [78305] = 4, + STATE(2890), 1, + aux_sym_protocol_composition_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2315), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2317), 49, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [78368] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2643), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2645), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [78429] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2647), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2649), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [78490] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2651), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2653), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [78551] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2663), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2665), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [78612] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2671), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2673), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [78673] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2675), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2677), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [78734] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2679), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2681), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [78795] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4639), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4647), 50, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_willSet, + anon_sym_didSet, + anon_sym_macro, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [78856] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2687), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2689), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [78917] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2691), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2693), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [78978] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2695), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2697), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [79039] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2703), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2705), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [79100] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2711), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2713), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [79161] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2715), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2717), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [79222] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2719), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2721), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [79283] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2723), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2725), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [79344] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2727), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2729), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [79405] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2423), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2425), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [79466] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5910), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5908), 50, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_willSet, + anon_sym_didSet, + anon_sym_macro, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [79527] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2439), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2441), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [79588] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2755), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2757), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [79649] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2419), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2421), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [79710] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5914), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5912), 50, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [79771] = 20, + ACTIONS(625), 1, + anon_sym_QMARK, + ACTIONS(2870), 1, + anon_sym_LPAREN, + ACTIONS(2872), 1, + anon_sym_LBRACK, + ACTIONS(2878), 1, + anon_sym_TILDE, + ACTIONS(5916), 1, + anon_sym_each, + ACTIONS(5918), 1, + anon_sym_repeat, + ACTIONS(5920), 1, + anon_sym_some, + ACTIONS(5922), 1, + anon_sym_any, + STATE(1719), 1, + sym_simple_identifier, + STATE(1721), 1, + sym__simple_user_type, + STATE(1801), 1, + sym__parenthesized_type, + STATE(5124), 1, + sym_tuple_type, + STATE(5324), 1, + sym_unannotated_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1746), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2861), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1733), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(2859), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(1870), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + ACTIONS(619), 15, + sym__arrow_operator_custom, + sym__dot_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LT, + anon_sym_LBRACE, + [79866] = 20, + ACTIONS(625), 1, + anon_sym_QMARK, + ACTIONS(2870), 1, + anon_sym_LPAREN, + ACTIONS(2872), 1, + anon_sym_LBRACK, + ACTIONS(2878), 1, + anon_sym_TILDE, + ACTIONS(5916), 1, + anon_sym_each, + ACTIONS(5918), 1, + anon_sym_repeat, + ACTIONS(5920), 1, + anon_sym_some, + ACTIONS(5922), 1, + anon_sym_any, + STATE(1719), 1, + sym_simple_identifier, + STATE(1721), 1, + sym__simple_user_type, + STATE(1801), 1, + sym__parenthesized_type, + STATE(5124), 1, + sym_tuple_type, + STATE(5318), 1, + sym_unannotated_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1746), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2861), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1733), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(2859), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(1870), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + ACTIONS(619), 15, + sym__arrow_operator_custom, + sym__dot_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LT, + anon_sym_LBRACE, + [79961] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(3429), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + ACTIONS(2405), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2407), 37, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [80026] = 19, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5287), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + ACTIONS(619), 16, + sym__arrow_operator_custom, + sym__dot_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_BANG2, + anon_sym_RBRACK, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LT, + anon_sym_GT, + anon_sym_LBRACE, + [80119] = 19, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5288), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + ACTIONS(619), 16, + sym__arrow_operator_custom, + sym__dot_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_BANG2, + anon_sym_RBRACK, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LT, + anon_sym_GT, + anon_sym_LBRACE, + [80212] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(4270), 1, + anon_sym_DOT, + STATE(2910), 1, + aux_sym_key_path_expression_repeat1, + ACTIONS(2346), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2348), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [80279] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2412), 1, + anon_sym_LT, + ACTIONS(5938), 1, + anon_sym_COLON, + STATE(2076), 1, + sym_type_arguments, + ACTIONS(2409), 4, + sym__dot_custom, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + ACTIONS(2405), 10, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2407), 35, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [80350] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2475), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2477), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [80411] = 6, + ACTIONS(5750), 1, + sym__dot_custom, + STATE(2888), 1, + aux_sym_user_type_repeat1, + STATE(5594), 1, + sym__dot, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2149), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2151), 47, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [80478] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2487), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2489), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [80539] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2412), 1, + anon_sym_LT, + ACTIONS(5940), 1, + anon_sym_COLON, + STATE(2076), 1, + sym_type_arguments, + ACTIONS(2409), 4, + sym__dot_custom, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + ACTIONS(2405), 10, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2407), 35, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [80610] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2412), 1, + anon_sym_LT, + ACTIONS(5942), 1, + anon_sym_COLON, + STATE(2076), 1, + sym_type_arguments, + ACTIONS(2409), 4, + sym__dot_custom, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + ACTIONS(2405), 10, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2407), 35, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [80681] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2491), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2493), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [80742] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2412), 1, + anon_sym_LT, + ACTIONS(5944), 1, + anon_sym_COLON, + STATE(2076), 1, + sym_type_arguments, + ACTIONS(2409), 4, + sym__dot_custom, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + ACTIONS(2405), 10, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2407), 35, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [80813] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2412), 1, + anon_sym_LT, + ACTIONS(5946), 1, + anon_sym_COLON, + STATE(2076), 1, + sym_type_arguments, + ACTIONS(2409), 4, + sym__dot_custom, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + ACTIONS(2405), 10, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2407), 35, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [80884] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2412), 1, + anon_sym_LT, + ACTIONS(5948), 1, + anon_sym_COLON, + STATE(2076), 1, + sym_type_arguments, + ACTIONS(2409), 4, + sym__dot_custom, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + ACTIONS(2405), 10, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2407), 35, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [80955] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2412), 1, + anon_sym_LT, + ACTIONS(5950), 1, + anon_sym_COLON, + STATE(2076), 1, + sym_type_arguments, + ACTIONS(2409), 4, + sym__dot_custom, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + ACTIONS(2405), 10, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2407), 35, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [81026] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2412), 1, + anon_sym_LT, + ACTIONS(5952), 1, + anon_sym_COLON, + STATE(2076), 1, + sym_type_arguments, + ACTIONS(2409), 4, + sym__dot_custom, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + ACTIONS(2405), 10, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2407), 35, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [81097] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2503), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2505), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [81158] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2451), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2454), 42, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [81219] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5956), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5954), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [81279] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2731), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2733), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [81341] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2739), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2741), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [81403] = 24, + ACTIONS(5), 1, + sym_comment, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(3060), 1, + anon_sym_each, + ACTIONS(3062), 1, + anon_sym_repeat, + ACTIONS(3066), 1, + anon_sym_LPAREN, + ACTIONS(3068), 1, + anon_sym_LBRACK, + ACTIONS(3070), 1, + anon_sym_some, + ACTIONS(3072), 1, + anon_sym_any, + ACTIONS(3074), 1, + anon_sym_TILDE, + STATE(5475), 1, + sym_tuple_type, + STATE(5672), 1, + sym_simple_identifier, + STATE(5958), 1, + sym_unannotated_type, + STATE(6123), 1, + sym__simple_user_type, + STATE(6356), 1, + sym__parenthesized_type, + STATE(6843), 1, + sym_type_constraint, + STATE(4190), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(6228), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(6833), 2, + sym_inheritance_constraint, + sym_equality_constraint, + ACTIONS(3058), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(6137), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + STATE(7221), 3, + sym_identifier, + sym__constrained_type, + sym_nested_type_identifier, + ACTIONS(3056), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + ACTIONS(3064), 7, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + STATE(6481), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [81505] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2743), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2745), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [81567] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2427), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2429), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [81629] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2635), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2637), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [81691] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2639), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2641), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [81753] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2643), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2645), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [81815] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2647), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2649), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [81877] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5960), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5958), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [81937] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2651), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2653), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [81999] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5960), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5958), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [82059] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2655), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2657), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [82121] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2659), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2661), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [82183] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2447), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2449), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [82245] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2663), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2665), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [82307] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2667), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2669), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [82369] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5964), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5962), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [82429] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2671), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2673), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [82491] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2675), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2677), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [82553] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2679), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2681), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [82615] = 5, + ACTIONS(5210), 1, + anon_sym_QMARK2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2085), 2, + anon_sym_AT, + anon_sym_unowned, + STATE(3127), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2087), 46, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [82679] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5968), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5966), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [82739] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5972), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5970), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [82799] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2735), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2737), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [82861] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5976), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5974), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [82921] = 24, + ACTIONS(5), 1, + sym_comment, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(3060), 1, + anon_sym_each, + ACTIONS(3062), 1, + anon_sym_repeat, + ACTIONS(3066), 1, + anon_sym_LPAREN, + ACTIONS(3068), 1, + anon_sym_LBRACK, + ACTIONS(3070), 1, + anon_sym_some, + ACTIONS(3072), 1, + anon_sym_any, + ACTIONS(3074), 1, + anon_sym_TILDE, + STATE(5475), 1, + sym_tuple_type, + STATE(5672), 1, + sym_simple_identifier, + STATE(5958), 1, + sym_unannotated_type, + STATE(6123), 1, + sym__simple_user_type, + STATE(6356), 1, + sym__parenthesized_type, + STATE(6843), 1, + sym_type_constraint, + STATE(4190), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(6228), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(6833), 2, + sym_inheritance_constraint, + sym_equality_constraint, + ACTIONS(3058), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(6137), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + STATE(7221), 3, + sym_identifier, + sym__constrained_type, + sym_nested_type_identifier, + ACTIONS(3056), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + ACTIONS(3080), 7, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + STATE(6481), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [83023] = 5, + ACTIONS(5210), 1, + anon_sym_QMARK2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2121), 2, + anon_sym_AT, + anon_sym_unowned, + STATE(3130), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2123), 46, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [83087] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5972), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5970), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [83147] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2451), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2454), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [83209] = 5, + ACTIONS(5978), 1, + anon_sym_QMARK2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2142), 2, + anon_sym_AT, + anon_sym_unowned, + STATE(3130), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2144), 46, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [83273] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2457), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2460), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [83335] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2687), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2689), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [83397] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2691), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2693), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [83459] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2695), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2697), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [83521] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2699), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2701), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [83583] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(1901), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(1899), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [83645] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2703), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2705), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [83707] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2707), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2709), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [83769] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2711), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2713), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [83831] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2759), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2761), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [83893] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2715), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2717), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [83955] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2463), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2466), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [84017] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2719), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2721), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [84079] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2723), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2725), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [84141] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2727), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2729), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [84203] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2469), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2472), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [84265] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(453), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(475), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [84327] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5972), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5970), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [84387] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2435), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2437), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [84449] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5983), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5981), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [84509] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5987), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5985), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [84569] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2443), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2445), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [84631] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5983), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5981), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [84691] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(1777), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(1772), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [84753] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5991), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5989), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [84813] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5972), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5970), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [84873] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2475), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2477), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [84935] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2479), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2481), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [84997] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2483), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2485), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [85059] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5995), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5993), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [85119] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5999), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5997), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [85179] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6003), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6001), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [85239] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5995), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5993), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [85299] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2213), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2215), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [85361] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5972), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5970), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [85421] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6007), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6005), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [85481] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6011), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6009), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [85541] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6015), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6013), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [85601] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6007), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6005), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [85661] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6019), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6017), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [85721] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6023), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6021), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [85781] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6019), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6017), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [85841] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2487), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2489), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [85903] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2099), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2101), 49, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [85963] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6027), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6025), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [86023] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2491), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2493), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [86085] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6031), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6029), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [86145] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6027), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6025), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [86205] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6027), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6025), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [86265] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6027), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6025), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [86325] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6035), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6033), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [86385] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2284), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2286), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [86447] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6039), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6037), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [86507] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6039), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6037), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [86567] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2503), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2505), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [86629] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6043), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6041), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [86689] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2507), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2509), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [86751] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2511), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2513), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [86813] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5991), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5989), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [86873] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5991), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5989), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [86933] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2515), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2517), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [86995] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2519), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2521), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [87057] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6047), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6045), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [87117] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6047), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6045), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [87177] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2523), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2525), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [87239] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2527), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2529), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [87301] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2531), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2533), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [87363] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2763), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2765), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [87425] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2535), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2537), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [87487] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2539), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2541), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [87549] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2543), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2545), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [87611] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6051), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6049), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [87671] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2547), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2549), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [87733] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6055), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6053), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [87793] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6059), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6057), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [87853] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2551), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2553), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [87915] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6063), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6061), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [87975] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2213), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2215), 49, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [88035] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5991), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5989), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [88095] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6067), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6065), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [88155] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2197), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2199), 49, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [88215] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2555), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2557), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [88277] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2229), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2231), 49, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [88337] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2233), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2235), 49, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [88397] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6047), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6045), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [88457] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6047), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6045), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [88517] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2559), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2561), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [88579] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6071), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6069), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [88639] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2563), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2565), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [88701] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2567), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2569), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [88763] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6075), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6073), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [88823] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2571), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2573), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [88885] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2575), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2577), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [88947] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2579), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2581), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [89009] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2379), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2381), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [89071] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2583), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2585), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [89133] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2415), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2417), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [89195] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2395), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2397), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [89257] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2197), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2199), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [89319] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6079), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6077), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [89379] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6079), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6077), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [89439] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2731), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2733), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [89501] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2300), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2302), 49, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [89561] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2300), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2302), 49, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LT, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [89621] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6083), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6081), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [89681] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6087), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6085), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [89741] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6079), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6077), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [89801] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6091), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6089), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [89861] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2655), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2657), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [89923] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2659), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2661), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [89985] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6095), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6093), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [90045] = 34, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(773), 1, + anon_sym_RPAREN, + ACTIONS(775), 1, + anon_sym_AT, + ACTIONS(777), 1, + sym_wildcard_pattern, + ACTIONS(779), 1, + anon_sym_inout, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(3861), 1, + sym__tuple_type_item_identifier, + STATE(4442), 1, + sym_parameter_modifiers, + STATE(4707), 1, + sym_type_modifiers, + STATE(4903), 1, + sym__parameter_ownership_modifier, + STATE(5137), 1, + sym_tuple_type, + STATE(5177), 1, + sym__contextual_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6067), 1, + sym_simple_identifier, + STATE(6260), 1, + sym_dictionary_type, + STATE(8072), 1, + sym_tuple_type_item, + STATE(8641), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(781), 2, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(6097), 2, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5053), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5352), 2, + sym_user_type, + sym_array_type, + STATE(6500), 2, + sym_opaque_type, + sym_existential_type, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(5924), 5, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + STATE(6005), 7, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [90167] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2229), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2231), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [90229] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2284), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2286), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [90291] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6101), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6099), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [90351] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6105), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6103), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [90411] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2735), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2737), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [90473] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6109), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6107), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [90533] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2591), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2593), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [90595] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6113), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6111), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [90655] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2595), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2597), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [90717] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2699), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2701), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [90779] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2354), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2356), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [90841] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2233), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2235), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [90903] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6117), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6115), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [90963] = 32, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(775), 1, + anon_sym_AT, + ACTIONS(777), 1, + sym_wildcard_pattern, + ACTIONS(779), 1, + anon_sym_inout, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(6119), 1, + anon_sym_RPAREN, + STATE(3861), 1, + sym__tuple_type_item_identifier, + STATE(4442), 1, + sym_parameter_modifiers, + STATE(4707), 1, + sym_type_modifiers, + STATE(4903), 1, + sym__parameter_ownership_modifier, + STATE(5137), 1, + sym_tuple_type, + STATE(5177), 1, + sym__contextual_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6067), 1, + sym_simple_identifier, + STATE(8641), 1, + sym_type, + STATE(8668), 1, + sym_tuple_type_item, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(781), 2, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(6097), 2, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5053), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 5, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [91081] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2599), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2601), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [91143] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6123), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6121), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [91203] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2759), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2761), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [91265] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6127), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6125), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [91325] = 18, + ACTIONS(115), 1, + anon_sym_AT, + ACTIONS(131), 1, + anon_sym_unowned, + ACTIONS(3103), 1, + anon_sym_lazy, + ACTIONS(3147), 1, + anon_sym_final, + ACTIONS(6129), 1, + anon_sym_RBRACE, + ACTIONS(6131), 1, + anon_sym_didSet, + STATE(2893), 1, + sym__parameter_ownership_modifier, + STATE(9000), 1, + sym_modifiers, + STATE(9053), 1, + sym_didset_clause, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(3143), 2, + anon_sym_mutating, + anon_sym_nonmutating, + ACTIONS(133), 3, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + ACTIONS(4219), 3, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + ACTIONS(3141), 4, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + ACTIONS(129), 5, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_borrowing, + anon_sym_consuming, + ACTIONS(3145), 5, + anon_sym_class, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + ACTIONS(3105), 6, + anon_sym_package, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + STATE(3800), 14, + sym_attribute, + aux_sym__locally_permitted_modifiers, + sym__non_local_scope_modifier, + sym__locally_permitted_modifier, + sym_property_behavior_modifier, + sym_member_modifier, + sym_visibility_modifier, + sym_function_modifier, + sym_mutation_modifier, + sym_property_modifier, + sym_inheritance_modifier, + sym_parameter_modifier, + sym_ownership_modifier, + aux_sym_modifiers_repeat1, + [91415] = 18, + ACTIONS(115), 1, + anon_sym_AT, + ACTIONS(131), 1, + anon_sym_unowned, + ACTIONS(3103), 1, + anon_sym_lazy, + ACTIONS(3147), 1, + anon_sym_final, + ACTIONS(6129), 1, + anon_sym_RBRACE, + ACTIONS(6133), 1, + anon_sym_willSet, + STATE(2893), 1, + sym__parameter_ownership_modifier, + STATE(8997), 1, + sym_modifiers, + STATE(9053), 1, + sym_willset_clause, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(3143), 2, + anon_sym_mutating, + anon_sym_nonmutating, + ACTIONS(133), 3, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + ACTIONS(4219), 3, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + ACTIONS(3141), 4, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + ACTIONS(129), 5, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_borrowing, + anon_sym_consuming, + ACTIONS(3145), 5, + anon_sym_class, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + ACTIONS(3105), 6, + anon_sym_package, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + STATE(3800), 14, + sym_attribute, + aux_sym__locally_permitted_modifiers, + sym__non_local_scope_modifier, + sym__locally_permitted_modifier, + sym_property_behavior_modifier, + sym_member_modifier, + sym_visibility_modifier, + sym_function_modifier, + sym_mutation_modifier, + sym_property_modifier, + sym_inheritance_modifier, + sym_parameter_modifier, + sym_ownership_modifier, + aux_sym_modifiers_repeat1, + [91505] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2603), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2605), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [91567] = 32, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(775), 1, + anon_sym_AT, + ACTIONS(777), 1, + sym_wildcard_pattern, + ACTIONS(779), 1, + anon_sym_inout, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(6135), 1, + anon_sym_RPAREN, + STATE(3861), 1, + sym__tuple_type_item_identifier, + STATE(4442), 1, + sym_parameter_modifiers, + STATE(4707), 1, + sym_type_modifiers, + STATE(4903), 1, + sym__parameter_ownership_modifier, + STATE(5137), 1, + sym_tuple_type, + STATE(5177), 1, + sym__contextual_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6067), 1, + sym_simple_identifier, + STATE(8641), 1, + sym_type, + STATE(8668), 1, + sym_tuple_type_item, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(781), 2, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(6097), 2, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5053), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 5, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [91685] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6139), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6137), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [91745] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6143), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6141), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [91805] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2607), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2609), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [91867] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6147), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6145), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [91927] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(1777), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(1772), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [91989] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2611), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2613), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [92051] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6151), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6149), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [92111] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2615), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2617), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [92173] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6155), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6153), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [92233] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6123), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6121), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [92293] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6079), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6077), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [92353] = 34, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(775), 1, + anon_sym_AT, + ACTIONS(777), 1, + sym_wildcard_pattern, + ACTIONS(779), 1, + anon_sym_inout, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(6157), 1, + anon_sym_RPAREN, + STATE(3861), 1, + sym__tuple_type_item_identifier, + STATE(4442), 1, + sym_parameter_modifiers, + STATE(4707), 1, + sym_type_modifiers, + STATE(4903), 1, + sym__parameter_ownership_modifier, + STATE(5137), 1, + sym_tuple_type, + STATE(5177), 1, + sym__contextual_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6067), 1, + sym_simple_identifier, + STATE(6249), 1, + sym_dictionary_type, + STATE(8541), 1, + sym_tuple_type_item, + STATE(8641), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(781), 2, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(6097), 2, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5053), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5352), 2, + sym_user_type, + sym_array_type, + STATE(6604), 2, + sym_opaque_type, + sym_existential_type, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(5924), 5, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + STATE(6005), 7, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [92475] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2325), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2327), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [92537] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6113), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6111), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [92597] = 32, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(775), 1, + anon_sym_AT, + ACTIONS(777), 1, + sym_wildcard_pattern, + ACTIONS(779), 1, + anon_sym_inout, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(6159), 1, + anon_sym_RPAREN, + STATE(3861), 1, + sym__tuple_type_item_identifier, + STATE(4442), 1, + sym_parameter_modifiers, + STATE(4707), 1, + sym_type_modifiers, + STATE(4903), 1, + sym__parameter_ownership_modifier, + STATE(5137), 1, + sym_tuple_type, + STATE(5177), 1, + sym__contextual_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6067), 1, + sym_simple_identifier, + STATE(8641), 1, + sym_type, + STATE(8668), 1, + sym_tuple_type_item, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(781), 2, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(6097), 2, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5053), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 5, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [92715] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6079), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6077), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [92775] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2619), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2621), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [92837] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2623), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2625), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [92899] = 18, + ACTIONS(115), 1, + anon_sym_AT, + ACTIONS(131), 1, + anon_sym_unowned, + ACTIONS(3103), 1, + anon_sym_lazy, + ACTIONS(3147), 1, + anon_sym_final, + ACTIONS(6131), 1, + anon_sym_didSet, + ACTIONS(6161), 1, + anon_sym_RBRACE, + STATE(2893), 1, + sym__parameter_ownership_modifier, + STATE(9000), 1, + sym_modifiers, + STATE(9009), 1, + sym_didset_clause, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(3143), 2, + anon_sym_mutating, + anon_sym_nonmutating, + ACTIONS(133), 3, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + ACTIONS(4219), 3, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + ACTIONS(3141), 4, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + ACTIONS(129), 5, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_borrowing, + anon_sym_consuming, + ACTIONS(3145), 5, + anon_sym_class, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + ACTIONS(3105), 6, + anon_sym_package, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + STATE(3800), 14, + sym_attribute, + aux_sym__locally_permitted_modifiers, + sym__non_local_scope_modifier, + sym__locally_permitted_modifier, + sym_property_behavior_modifier, + sym_member_modifier, + sym_visibility_modifier, + sym_function_modifier, + sym_mutation_modifier, + sym_property_modifier, + sym_inheritance_modifier, + sym_parameter_modifier, + sym_ownership_modifier, + aux_sym_modifiers_repeat1, + [92989] = 18, + ACTIONS(115), 1, + anon_sym_AT, + ACTIONS(131), 1, + anon_sym_unowned, + ACTIONS(3103), 1, + anon_sym_lazy, + ACTIONS(3147), 1, + anon_sym_final, + ACTIONS(6133), 1, + anon_sym_willSet, + ACTIONS(6161), 1, + anon_sym_RBRACE, + STATE(2893), 1, + sym__parameter_ownership_modifier, + STATE(8997), 1, + sym_modifiers, + STATE(9009), 1, + sym_willset_clause, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(3143), 2, + anon_sym_mutating, + anon_sym_nonmutating, + ACTIONS(133), 3, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + ACTIONS(4219), 3, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + ACTIONS(3141), 4, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + ACTIONS(129), 5, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_borrowing, + anon_sym_consuming, + ACTIONS(3145), 5, + anon_sym_class, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + ACTIONS(3105), 6, + anon_sym_package, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + STATE(3800), 14, + sym_attribute, + aux_sym__locally_permitted_modifiers, + sym__non_local_scope_modifier, + sym__locally_permitted_modifier, + sym_property_behavior_modifier, + sym_member_modifier, + sym_visibility_modifier, + sym_function_modifier, + sym_mutation_modifier, + sym_property_modifier, + sym_inheritance_modifier, + sym_parameter_modifier, + sym_ownership_modifier, + aux_sym_modifiers_repeat1, + [93079] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6079), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6077), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [93139] = 32, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(775), 1, + anon_sym_AT, + ACTIONS(777), 1, + sym_wildcard_pattern, + ACTIONS(779), 1, + anon_sym_inout, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(6163), 1, + anon_sym_RPAREN, + STATE(3861), 1, + sym__tuple_type_item_identifier, + STATE(4442), 1, + sym_parameter_modifiers, + STATE(4707), 1, + sym_type_modifiers, + STATE(4903), 1, + sym__parameter_ownership_modifier, + STATE(5137), 1, + sym_tuple_type, + STATE(5177), 1, + sym__contextual_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6067), 1, + sym_simple_identifier, + STATE(8641), 1, + sym_type, + STATE(8668), 1, + sym_tuple_type_item, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(781), 2, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(6097), 2, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5053), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 5, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [93257] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6079), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6077), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [93317] = 18, + ACTIONS(115), 1, + anon_sym_AT, + ACTIONS(131), 1, + anon_sym_unowned, + ACTIONS(3103), 1, + anon_sym_lazy, + ACTIONS(3147), 1, + anon_sym_final, + ACTIONS(6131), 1, + anon_sym_didSet, + ACTIONS(6165), 1, + anon_sym_RBRACE, + STATE(2893), 1, + sym__parameter_ownership_modifier, + STATE(9000), 1, + sym_modifiers, + STATE(9263), 1, + sym_didset_clause, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(3143), 2, + anon_sym_mutating, + anon_sym_nonmutating, + ACTIONS(133), 3, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + ACTIONS(4219), 3, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + ACTIONS(3141), 4, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + ACTIONS(129), 5, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_borrowing, + anon_sym_consuming, + ACTIONS(3145), 5, + anon_sym_class, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + ACTIONS(3105), 6, + anon_sym_package, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + STATE(3800), 14, + sym_attribute, + aux_sym__locally_permitted_modifiers, + sym__non_local_scope_modifier, + sym__locally_permitted_modifier, + sym_property_behavior_modifier, + sym_member_modifier, + sym_visibility_modifier, + sym_function_modifier, + sym_mutation_modifier, + sym_property_modifier, + sym_inheritance_modifier, + sym_parameter_modifier, + sym_ownership_modifier, + aux_sym_modifiers_repeat1, + [93407] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2627), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2629), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [93469] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2631), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2633), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [93531] = 20, + ACTIONS(625), 1, + anon_sym_QMARK, + ACTIONS(6171), 1, + anon_sym_each, + ACTIONS(6173), 1, + anon_sym_repeat, + ACTIONS(6175), 1, + anon_sym_LPAREN, + ACTIONS(6177), 1, + anon_sym_LBRACK, + ACTIONS(6179), 1, + anon_sym_some, + ACTIONS(6181), 1, + anon_sym_any, + ACTIONS(6183), 1, + anon_sym_TILDE, + STATE(5175), 1, + sym_tuple_type, + STATE(5414), 1, + sym_unannotated_type, + STATE(5471), 1, + sym__simple_user_type, + STATE(5522), 1, + sym_simple_identifier, + STATE(6064), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5689), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(6169), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5832), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6167), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6161), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + ACTIONS(619), 14, + sym__arrow_operator_custom, + sym__dot_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LT, + anon_sym_LBRACE, + [93625] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6187), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6185), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [93685] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6191), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6189), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [93745] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6195), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6193), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [93805] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6199), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6197), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [93865] = 20, + ACTIONS(625), 1, + anon_sym_QMARK, + ACTIONS(6171), 1, + anon_sym_each, + ACTIONS(6173), 1, + anon_sym_repeat, + ACTIONS(6175), 1, + anon_sym_LPAREN, + ACTIONS(6177), 1, + anon_sym_LBRACK, + ACTIONS(6179), 1, + anon_sym_some, + ACTIONS(6181), 1, + anon_sym_any, + ACTIONS(6183), 1, + anon_sym_TILDE, + STATE(5175), 1, + sym_tuple_type, + STATE(5358), 1, + sym_unannotated_type, + STATE(5471), 1, + sym__simple_user_type, + STATE(5522), 1, + sym_simple_identifier, + STATE(6064), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5689), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(6169), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5832), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6167), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6161), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + ACTIONS(619), 14, + sym__arrow_operator_custom, + sym__dot_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LT, + anon_sym_LBRACE, + [93959] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6203), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6201), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [94019] = 34, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(775), 1, + anon_sym_AT, + ACTIONS(777), 1, + sym_wildcard_pattern, + ACTIONS(779), 1, + anon_sym_inout, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(6205), 1, + anon_sym_RPAREN, + STATE(3861), 1, + sym__tuple_type_item_identifier, + STATE(4442), 1, + sym_parameter_modifiers, + STATE(4707), 1, + sym_type_modifiers, + STATE(4903), 1, + sym__parameter_ownership_modifier, + STATE(5137), 1, + sym_tuple_type, + STATE(5177), 1, + sym__contextual_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6067), 1, + sym_simple_identifier, + STATE(6327), 1, + sym_dictionary_type, + STATE(8048), 1, + sym_tuple_type_item, + STATE(8641), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(781), 2, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(6097), 2, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5053), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5352), 2, + sym_user_type, + sym_array_type, + STATE(6632), 2, + sym_opaque_type, + sym_existential_type, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(5924), 5, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + STATE(6005), 7, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [94141] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6209), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6207), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [94201] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6079), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6077), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [94261] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2635), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2637), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [94323] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6213), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6211), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [94383] = 32, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(775), 1, + anon_sym_AT, + ACTIONS(777), 1, + sym_wildcard_pattern, + ACTIONS(779), 1, + anon_sym_inout, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(6215), 1, + anon_sym_RPAREN, + STATE(3861), 1, + sym__tuple_type_item_identifier, + STATE(4442), 1, + sym_parameter_modifiers, + STATE(4707), 1, + sym_type_modifiers, + STATE(4903), 1, + sym__parameter_ownership_modifier, + STATE(5137), 1, + sym_tuple_type, + STATE(5177), 1, + sym__contextual_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6067), 1, + sym_simple_identifier, + STATE(8641), 1, + sym_type, + STATE(8668), 1, + sym_tuple_type_item, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(781), 2, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(6097), 2, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5053), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 5, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [94501] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6219), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6217), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [94561] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2639), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2641), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [94623] = 18, + ACTIONS(115), 1, + anon_sym_AT, + ACTIONS(131), 1, + anon_sym_unowned, + ACTIONS(3103), 1, + anon_sym_lazy, + ACTIONS(3147), 1, + anon_sym_final, + ACTIONS(6133), 1, + anon_sym_willSet, + ACTIONS(6165), 1, + anon_sym_RBRACE, + STATE(2893), 1, + sym__parameter_ownership_modifier, + STATE(8997), 1, + sym_modifiers, + STATE(9263), 1, + sym_willset_clause, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(3143), 2, + anon_sym_mutating, + anon_sym_nonmutating, + ACTIONS(133), 3, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + ACTIONS(4219), 3, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + ACTIONS(3141), 4, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + ACTIONS(129), 5, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_borrowing, + anon_sym_consuming, + ACTIONS(3145), 5, + anon_sym_class, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + ACTIONS(3105), 6, + anon_sym_package, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + STATE(3800), 14, + sym_attribute, + aux_sym__locally_permitted_modifiers, + sym__non_local_scope_modifier, + sym__locally_permitted_modifier, + sym_property_behavior_modifier, + sym_member_modifier, + sym_visibility_modifier, + sym_function_modifier, + sym_mutation_modifier, + sym_property_modifier, + sym_inheritance_modifier, + sym_parameter_modifier, + sym_ownership_modifier, + aux_sym_modifiers_repeat1, + [94713] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2643), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2645), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [94775] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6223), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6221), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [94835] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6227), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6225), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [94895] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6231), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6229), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [94955] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2217), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2219), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [95017] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6235), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6233), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [95077] = 18, + ACTIONS(115), 1, + anon_sym_AT, + ACTIONS(131), 1, + anon_sym_unowned, + ACTIONS(3103), 1, + anon_sym_lazy, + ACTIONS(3147), 1, + anon_sym_final, + ACTIONS(6131), 1, + anon_sym_didSet, + ACTIONS(6237), 1, + anon_sym_RBRACE, + STATE(2893), 1, + sym__parameter_ownership_modifier, + STATE(9000), 1, + sym_modifiers, + STATE(9211), 1, + sym_didset_clause, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(3143), 2, + anon_sym_mutating, + anon_sym_nonmutating, + ACTIONS(133), 3, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + ACTIONS(4219), 3, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + ACTIONS(3141), 4, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + ACTIONS(129), 5, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_borrowing, + anon_sym_consuming, + ACTIONS(3145), 5, + anon_sym_class, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + ACTIONS(3105), 6, + anon_sym_package, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + STATE(3800), 14, + sym_attribute, + aux_sym__locally_permitted_modifiers, + sym__non_local_scope_modifier, + sym__locally_permitted_modifier, + sym_property_behavior_modifier, + sym_member_modifier, + sym_visibility_modifier, + sym_function_modifier, + sym_mutation_modifier, + sym_property_modifier, + sym_inheritance_modifier, + sym_parameter_modifier, + sym_ownership_modifier, + aux_sym_modifiers_repeat1, + [95167] = 18, + ACTIONS(115), 1, + anon_sym_AT, + ACTIONS(131), 1, + anon_sym_unowned, + ACTIONS(3103), 1, + anon_sym_lazy, + ACTIONS(3147), 1, + anon_sym_final, + ACTIONS(6133), 1, + anon_sym_willSet, + ACTIONS(6237), 1, + anon_sym_RBRACE, + STATE(2893), 1, + sym__parameter_ownership_modifier, + STATE(8997), 1, + sym_modifiers, + STATE(9211), 1, + sym_willset_clause, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(3143), 2, + anon_sym_mutating, + anon_sym_nonmutating, + ACTIONS(133), 3, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + ACTIONS(4219), 3, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + ACTIONS(3141), 4, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + ACTIONS(129), 5, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_borrowing, + anon_sym_consuming, + ACTIONS(3145), 5, + anon_sym_class, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + ACTIONS(3105), 6, + anon_sym_package, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + STATE(3800), 14, + sym_attribute, + aux_sym__locally_permitted_modifiers, + sym__non_local_scope_modifier, + sym__locally_permitted_modifier, + sym_property_behavior_modifier, + sym_member_modifier, + sym_visibility_modifier, + sym_function_modifier, + sym_mutation_modifier, + sym_property_modifier, + sym_inheritance_modifier, + sym_parameter_modifier, + sym_ownership_modifier, + aux_sym_modifiers_repeat1, + [95257] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6241), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6239), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [95317] = 32, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(775), 1, + anon_sym_AT, + ACTIONS(777), 1, + sym_wildcard_pattern, + ACTIONS(779), 1, + anon_sym_inout, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(6243), 1, + anon_sym_RPAREN, + STATE(3861), 1, + sym__tuple_type_item_identifier, + STATE(4442), 1, + sym_parameter_modifiers, + STATE(4707), 1, + sym_type_modifiers, + STATE(4903), 1, + sym__parameter_ownership_modifier, + STATE(5137), 1, + sym_tuple_type, + STATE(5177), 1, + sym__contextual_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6067), 1, + sym_simple_identifier, + STATE(8641), 1, + sym_type, + STATE(8668), 1, + sym_tuple_type_item, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(781), 2, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(6097), 2, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5053), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 5, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [95435] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6247), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6245), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [95495] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6251), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6249), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [95555] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2647), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2649), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [95617] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2331), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2333), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [95679] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2338), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2340), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [95741] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2651), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2653), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [95803] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2663), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2665), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [95865] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6255), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6253), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [95925] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6259), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6257), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [95985] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6079), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6077), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [96045] = 20, + ACTIONS(625), 1, + anon_sym_DOT, + ACTIONS(2952), 1, + anon_sym_LPAREN, + ACTIONS(2954), 1, + anon_sym_LBRACK, + ACTIONS(2960), 1, + anon_sym_TILDE, + ACTIONS(6261), 1, + anon_sym_each, + ACTIONS(6263), 1, + anon_sym_repeat, + ACTIONS(6265), 1, + anon_sym_some, + ACTIONS(6267), 1, + anon_sym_any, + STATE(1744), 1, + sym_simple_identifier, + STATE(1819), 1, + sym__parenthesized_type, + STATE(5239), 1, + sym_tuple_type, + STATE(5533), 1, + sym_unannotated_type, + STATE(5813), 1, + sym__simple_user_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1742), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2943), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1760), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(2941), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(1881), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + ACTIONS(619), 14, + sym__arrow_operator_custom, + sym__dot_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_BANG2, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LT, + anon_sym_DOT_DOT_DOT, + [96139] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6255), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6253), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [96199] = 34, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(775), 1, + anon_sym_AT, + ACTIONS(777), 1, + sym_wildcard_pattern, + ACTIONS(779), 1, + anon_sym_inout, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(6269), 1, + anon_sym_RPAREN, + STATE(3861), 1, + sym__tuple_type_item_identifier, + STATE(4442), 1, + sym_parameter_modifiers, + STATE(4707), 1, + sym_type_modifiers, + STATE(4903), 1, + sym__parameter_ownership_modifier, + STATE(5137), 1, + sym_tuple_type, + STATE(5177), 1, + sym__contextual_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6067), 1, + sym_simple_identifier, + STATE(6325), 1, + sym_dictionary_type, + STATE(7805), 1, + sym_tuple_type_item, + STATE(8641), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(781), 2, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(6097), 2, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5053), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5352), 2, + sym_user_type, + sym_array_type, + STATE(6642), 2, + sym_opaque_type, + sym_existential_type, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(5924), 5, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + STATE(6005), 7, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [96321] = 20, + ACTIONS(625), 1, + anon_sym_DOT, + ACTIONS(2952), 1, + anon_sym_LPAREN, + ACTIONS(2954), 1, + anon_sym_LBRACK, + ACTIONS(2960), 1, + anon_sym_TILDE, + ACTIONS(6261), 1, + anon_sym_each, + ACTIONS(6263), 1, + anon_sym_repeat, + ACTIONS(6265), 1, + anon_sym_some, + ACTIONS(6267), 1, + anon_sym_any, + STATE(1744), 1, + sym_simple_identifier, + STATE(1819), 1, + sym__parenthesized_type, + STATE(5239), 1, + sym_tuple_type, + STATE(5468), 1, + sym_unannotated_type, + STATE(5813), 1, + sym__simple_user_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1742), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2943), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1760), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(2941), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(1881), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + ACTIONS(619), 14, + sym__arrow_operator_custom, + sym__dot_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_BANG2, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LT, + anon_sym_DOT_DOT_DOT, + [96415] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6273), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6271), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [96475] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6273), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6271), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [96535] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2667), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2669), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [96597] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6273), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6271), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [96657] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2671), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2673), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [96719] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6273), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6271), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [96779] = 32, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(775), 1, + anon_sym_AT, + ACTIONS(777), 1, + sym_wildcard_pattern, + ACTIONS(779), 1, + anon_sym_inout, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(6275), 1, + anon_sym_RPAREN, + STATE(3861), 1, + sym__tuple_type_item_identifier, + STATE(4442), 1, + sym_parameter_modifiers, + STATE(4707), 1, + sym_type_modifiers, + STATE(4903), 1, + sym__parameter_ownership_modifier, + STATE(5137), 1, + sym_tuple_type, + STATE(5177), 1, + sym__contextual_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6067), 1, + sym_simple_identifier, + STATE(8641), 1, + sym_type, + STATE(8668), 1, + sym_tuple_type_item, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(781), 2, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(6097), 2, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5053), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 5, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [96897] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6279), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6277), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [96957] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6283), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6281), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [97017] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2675), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2677), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [97079] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6287), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6285), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [97139] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6291), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6289), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [97199] = 32, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(775), 1, + anon_sym_AT, + ACTIONS(777), 1, + sym_wildcard_pattern, + ACTIONS(779), 1, + anon_sym_inout, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(6293), 1, + anon_sym_RPAREN, + STATE(3861), 1, + sym__tuple_type_item_identifier, + STATE(4442), 1, + sym_parameter_modifiers, + STATE(4707), 1, + sym_type_modifiers, + STATE(4903), 1, + sym__parameter_ownership_modifier, + STATE(5137), 1, + sym_tuple_type, + STATE(5177), 1, + sym__contextual_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6067), 1, + sym_simple_identifier, + STATE(8641), 1, + sym_type, + STATE(8668), 1, + sym_tuple_type_item, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(781), 2, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(6097), 2, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5053), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 5, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [97317] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2679), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2681), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [97379] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6079), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6077), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [97439] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2687), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2689), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [97501] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2691), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2693), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [97563] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2695), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2697), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [97625] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2703), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2705), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [97687] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2707), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2709), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [97749] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2711), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2713), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [97811] = 34, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(775), 1, + anon_sym_AT, + ACTIONS(777), 1, + sym_wildcard_pattern, + ACTIONS(779), 1, + anon_sym_inout, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(6295), 1, + anon_sym_RPAREN, + STATE(3861), 1, + sym__tuple_type_item_identifier, + STATE(4442), 1, + sym_parameter_modifiers, + STATE(4707), 1, + sym_type_modifiers, + STATE(4903), 1, + sym__parameter_ownership_modifier, + STATE(5137), 1, + sym_tuple_type, + STATE(5177), 1, + sym__contextual_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6067), 1, + sym_simple_identifier, + STATE(6271), 1, + sym_dictionary_type, + STATE(8058), 1, + sym_tuple_type_item, + STATE(8641), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(781), 2, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(6097), 2, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5053), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5352), 2, + sym_user_type, + sym_array_type, + STATE(6526), 2, + sym_opaque_type, + sym_existential_type, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(5924), 5, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + STATE(6005), 7, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [97933] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2715), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2717), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [97995] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6299), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6297), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [98055] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6299), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6297), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [98115] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2719), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2721), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [98177] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2342), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2344), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [98239] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6303), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6301), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [98299] = 32, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(775), 1, + anon_sym_AT, + ACTIONS(777), 1, + sym_wildcard_pattern, + ACTIONS(779), 1, + anon_sym_inout, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(6305), 1, + anon_sym_RPAREN, + STATE(3861), 1, + sym__tuple_type_item_identifier, + STATE(4442), 1, + sym_parameter_modifiers, + STATE(4707), 1, + sym_type_modifiers, + STATE(4903), 1, + sym__parameter_ownership_modifier, + STATE(5137), 1, + sym_tuple_type, + STATE(5177), 1, + sym__contextual_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6067), 1, + sym_simple_identifier, + STATE(8641), 1, + sym_type, + STATE(8668), 1, + sym_tuple_type_item, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(781), 2, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(6097), 2, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5053), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 5, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [98417] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6309), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6307), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [98477] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6313), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6311), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [98537] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6317), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6315), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [98597] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6321), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6319), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [98657] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6321), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6319), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [98717] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6325), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6323), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [98777] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6329), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6327), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [98837] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2723), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2725), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [98899] = 32, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(775), 1, + anon_sym_AT, + ACTIONS(777), 1, + sym_wildcard_pattern, + ACTIONS(779), 1, + anon_sym_inout, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(6331), 1, + anon_sym_RPAREN, + STATE(3861), 1, + sym__tuple_type_item_identifier, + STATE(4442), 1, + sym_parameter_modifiers, + STATE(4707), 1, + sym_type_modifiers, + STATE(4903), 1, + sym__parameter_ownership_modifier, + STATE(5137), 1, + sym_tuple_type, + STATE(5177), 1, + sym__contextual_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6067), 1, + sym_simple_identifier, + STATE(8641), 1, + sym_type, + STATE(8668), 1, + sym_tuple_type_item, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(781), 2, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(6097), 2, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5053), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 5, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [99017] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2225), 12, + anon_sym_BANG, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2227), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [99079] = 32, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(775), 1, + anon_sym_AT, + ACTIONS(777), 1, + sym_wildcard_pattern, + ACTIONS(779), 1, + anon_sym_inout, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(6333), 1, + anon_sym_RPAREN, + STATE(3861), 1, + sym__tuple_type_item_identifier, + STATE(4442), 1, + sym_parameter_modifiers, + STATE(4707), 1, + sym_type_modifiers, + STATE(4903), 1, + sym__parameter_ownership_modifier, + STATE(5137), 1, + sym_tuple_type, + STATE(5177), 1, + sym__contextual_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6067), 1, + sym_simple_identifier, + STATE(8641), 1, + sym_type, + STATE(8668), 1, + sym_tuple_type_item, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(781), 2, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(6097), 2, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5053), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 5, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [99197] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6337), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6335), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [99257] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2727), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2729), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [99319] = 34, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(775), 1, + anon_sym_AT, + ACTIONS(777), 1, + sym_wildcard_pattern, + ACTIONS(779), 1, + anon_sym_inout, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(6339), 1, + anon_sym_RPAREN, + STATE(3861), 1, + sym__tuple_type_item_identifier, + STATE(4442), 1, + sym_parameter_modifiers, + STATE(4707), 1, + sym_type_modifiers, + STATE(4903), 1, + sym__parameter_ownership_modifier, + STATE(5137), 1, + sym_tuple_type, + STATE(5177), 1, + sym__contextual_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6067), 1, + sym_simple_identifier, + STATE(6317), 1, + sym_dictionary_type, + STATE(8365), 1, + sym_tuple_type_item, + STATE(8641), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(781), 2, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(6097), 2, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5053), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5352), 2, + sym_user_type, + sym_array_type, + STATE(6581), 2, + sym_opaque_type, + sym_existential_type, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(5924), 5, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + STATE(6005), 7, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [99441] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6343), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6341), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [99501] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2423), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2425), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [99563] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6343), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6341), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [99623] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6347), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6345), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [99683] = 32, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(775), 1, + anon_sym_AT, + ACTIONS(777), 1, + sym_wildcard_pattern, + ACTIONS(779), 1, + anon_sym_inout, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(6349), 1, + anon_sym_RPAREN, + STATE(3861), 1, + sym__tuple_type_item_identifier, + STATE(4442), 1, + sym_parameter_modifiers, + STATE(4707), 1, + sym_type_modifiers, + STATE(4903), 1, + sym__parameter_ownership_modifier, + STATE(5137), 1, + sym_tuple_type, + STATE(5177), 1, + sym__contextual_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6067), 1, + sym_simple_identifier, + STATE(8641), 1, + sym_type, + STATE(8668), 1, + sym_tuple_type_item, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(781), 2, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(6097), 2, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5053), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 5, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [99801] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2431), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2433), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [99863] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6353), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6351), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [99923] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6353), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6351), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [99983] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6347), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6345), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [100043] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6347), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6345), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [100103] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6063), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6061), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [100163] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6357), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6355), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [100223] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6353), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6351), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [100283] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(3361), 2, + anon_sym_let, + anon_sym_var, + ACTIONS(625), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(619), 38, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [100347] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6353), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6351), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [100407] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6347), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6345), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [100467] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6361), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6359), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [100527] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6365), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6363), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [100587] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6369), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6367), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [100647] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6373), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6371), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [100707] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6377), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6375), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [100767] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6381), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6379), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [100827] = 34, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(775), 1, + anon_sym_AT, + ACTIONS(777), 1, + sym_wildcard_pattern, + ACTIONS(779), 1, + anon_sym_inout, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(6383), 1, + anon_sym_RPAREN, + STATE(3861), 1, + sym__tuple_type_item_identifier, + STATE(4442), 1, + sym_parameter_modifiers, + STATE(4707), 1, + sym_type_modifiers, + STATE(4903), 1, + sym__parameter_ownership_modifier, + STATE(5137), 1, + sym_tuple_type, + STATE(5177), 1, + sym__contextual_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6067), 1, + sym_simple_identifier, + STATE(6293), 1, + sym_dictionary_type, + STATE(8493), 1, + sym_tuple_type_item, + STATE(8641), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(781), 2, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(6097), 2, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5053), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5352), 2, + sym_user_type, + sym_array_type, + STATE(6610), 2, + sym_opaque_type, + sym_existential_type, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(5924), 5, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + STATE(6005), 7, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [100949] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6347), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6345), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [101009] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2435), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2437), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [101071] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2439), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2441), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [101133] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6387), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6385), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [101193] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6391), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6389), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [101253] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2443), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2445), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [101315] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2495), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2497), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [101377] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6391), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6389), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [101437] = 32, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(775), 1, + anon_sym_AT, + ACTIONS(777), 1, + sym_wildcard_pattern, + ACTIONS(779), 1, + anon_sym_inout, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(6393), 1, + anon_sym_RPAREN, + STATE(3861), 1, + sym__tuple_type_item_identifier, + STATE(4442), 1, + sym_parameter_modifiers, + STATE(4707), 1, + sym_type_modifiers, + STATE(4903), 1, + sym__parameter_ownership_modifier, + STATE(5137), 1, + sym_tuple_type, + STATE(5177), 1, + sym__contextual_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6067), 1, + sym_simple_identifier, + STATE(8641), 1, + sym_type, + STATE(8668), 1, + sym_tuple_type_item, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(781), 2, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(6097), 2, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5053), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 5, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [101555] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6387), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6385), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [101615] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2405), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2407), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [101677] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6391), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6389), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [101737] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6391), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6389), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [101797] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6391), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6389), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [101857] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6391), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6389), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [101917] = 32, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(775), 1, + anon_sym_AT, + ACTIONS(777), 1, + sym_wildcard_pattern, + ACTIONS(779), 1, + anon_sym_inout, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(6395), 1, + anon_sym_RPAREN, + STATE(3861), 1, + sym__tuple_type_item_identifier, + STATE(4442), 1, + sym_parameter_modifiers, + STATE(4707), 1, + sym_type_modifiers, + STATE(4903), 1, + sym__parameter_ownership_modifier, + STATE(5137), 1, + sym_tuple_type, + STATE(5177), 1, + sym__contextual_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6067), 1, + sym_simple_identifier, + STATE(8641), 1, + sym_type, + STATE(8668), 1, + sym_tuple_type_item, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(781), 2, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(6097), 2, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5053), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 5, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [102035] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6387), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6385), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [102095] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6391), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6389), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [102155] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6399), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6397), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [102215] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6387), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6385), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [102275] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6391), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6389), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [102335] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6403), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6401), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [102395] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6407), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6405), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [102455] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2325), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2327), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [102517] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6407), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6405), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [102577] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2755), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2757), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [102639] = 34, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(775), 1, + anon_sym_AT, + ACTIONS(777), 1, + sym_wildcard_pattern, + ACTIONS(779), 1, + anon_sym_inout, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(6409), 1, + anon_sym_RPAREN, + STATE(3861), 1, + sym__tuple_type_item_identifier, + STATE(4442), 1, + sym_parameter_modifiers, + STATE(4707), 1, + sym_type_modifiers, + STATE(4903), 1, + sym__parameter_ownership_modifier, + STATE(5137), 1, + sym_tuple_type, + STATE(5177), 1, + sym__contextual_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6067), 1, + sym_simple_identifier, + STATE(6263), 1, + sym_dictionary_type, + STATE(7726), 1, + sym_tuple_type_item, + STATE(8641), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(781), 2, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(6097), 2, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5053), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5352), 2, + sym_user_type, + sym_array_type, + STATE(6643), 2, + sym_opaque_type, + sym_existential_type, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(5924), 5, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + STATE(6005), 7, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [102761] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6407), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6405), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [102821] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6407), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6405), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [102881] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6407), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6405), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [102941] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6403), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6401), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [103001] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2423), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2425), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [103063] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2419), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2421), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [103125] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6413), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6411), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [103185] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2747), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2749), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [103247] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6417), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6415), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [103307] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2431), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2433), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [103369] = 32, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(775), 1, + anon_sym_AT, + ACTIONS(777), 1, + sym_wildcard_pattern, + ACTIONS(779), 1, + anon_sym_inout, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(6419), 1, + anon_sym_RPAREN, + STATE(3861), 1, + sym__tuple_type_item_identifier, + STATE(4442), 1, + sym_parameter_modifiers, + STATE(4707), 1, + sym_type_modifiers, + STATE(4903), 1, + sym__parameter_ownership_modifier, + STATE(5137), 1, + sym_tuple_type, + STATE(5177), 1, + sym__contextual_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6067), 1, + sym_simple_identifier, + STATE(8641), 1, + sym_type, + STATE(8668), 1, + sym_tuple_type_item, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(781), 2, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(6097), 2, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5053), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 5, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [103487] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6423), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6421), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [103547] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2499), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2501), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [103609] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2439), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2441), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [103671] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6427), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6425), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [103731] = 32, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(775), 1, + anon_sym_AT, + ACTIONS(777), 1, + sym_wildcard_pattern, + ACTIONS(779), 1, + anon_sym_inout, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(6429), 1, + anon_sym_RPAREN, + STATE(3861), 1, + sym__tuple_type_item_identifier, + STATE(4442), 1, + sym_parameter_modifiers, + STATE(4707), 1, + sym_type_modifiers, + STATE(4903), 1, + sym__parameter_ownership_modifier, + STATE(5137), 1, + sym_tuple_type, + STATE(5177), 1, + sym__contextual_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6067), 1, + sym_simple_identifier, + STATE(8641), 1, + sym_type, + STATE(8668), 1, + sym_tuple_type_item, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(781), 2, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(6097), 2, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5053), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 5, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [103849] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2587), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2589), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [103911] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2683), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2685), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [103973] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2739), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2741), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [104035] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2743), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2745), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [104097] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2427), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2429), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [104159] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2495), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2497), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [104221] = 19, + ACTIONS(6435), 1, + anon_sym_each, + ACTIONS(6437), 1, + anon_sym_repeat, + ACTIONS(6439), 1, + anon_sym_LPAREN, + ACTIONS(6441), 1, + anon_sym_LBRACK, + ACTIONS(6443), 1, + anon_sym_some, + ACTIONS(6445), 1, + anon_sym_any, + ACTIONS(6447), 1, + anon_sym_TILDE, + STATE(5143), 1, + sym_tuple_type, + STATE(5297), 1, + sym_unannotated_type, + STATE(5434), 1, + sym__simple_user_type, + STATE(5541), 1, + sym_simple_identifier, + STATE(5941), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5881), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(6433), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5531), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6431), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6054), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + ACTIONS(619), 15, + sym__arrow_operator_custom, + sym__dot_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LT, + anon_sym_GT, + anon_sym_LBRACE, + [104313] = 19, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6453), 1, + anon_sym_each, + ACTIONS(6455), 1, + anon_sym_repeat, + ACTIONS(6457), 1, + anon_sym_LPAREN, + ACTIONS(6459), 1, + anon_sym_LBRACK, + ACTIONS(6461), 1, + anon_sym_some, + ACTIONS(6463), 1, + anon_sym_any, + ACTIONS(6465), 1, + anon_sym_TILDE, + STATE(5190), 1, + sym_tuple_type, + STATE(5379), 1, + sym_unannotated_type, + STATE(5568), 1, + sym__simple_user_type, + STATE(5624), 1, + sym_simple_identifier, + STATE(6083), 1, + sym__parenthesized_type, + STATE(5691), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(6451), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5730), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6449), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6184), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + ACTIONS(619), 16, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LT, + anon_sym_LBRACE, + anon_sym_RBRACE, + [104405] = 34, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(775), 1, + anon_sym_AT, + ACTIONS(777), 1, + sym_wildcard_pattern, + ACTIONS(779), 1, + anon_sym_inout, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(6467), 1, + anon_sym_RPAREN, + STATE(3861), 1, + sym__tuple_type_item_identifier, + STATE(4442), 1, + sym_parameter_modifiers, + STATE(4707), 1, + sym_type_modifiers, + STATE(4903), 1, + sym__parameter_ownership_modifier, + STATE(5137), 1, + sym_tuple_type, + STATE(5177), 1, + sym__contextual_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6067), 1, + sym_simple_identifier, + STATE(6256), 1, + sym_dictionary_type, + STATE(7789), 1, + sym_tuple_type_item, + STATE(8641), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(781), 2, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(6097), 2, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5053), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5352), 2, + sym_user_type, + sym_array_type, + STATE(6654), 2, + sym_opaque_type, + sym_existential_type, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(5924), 5, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + STATE(6005), 7, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [104527] = 19, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6453), 1, + anon_sym_each, + ACTIONS(6455), 1, + anon_sym_repeat, + ACTIONS(6457), 1, + anon_sym_LPAREN, + ACTIONS(6459), 1, + anon_sym_LBRACK, + ACTIONS(6461), 1, + anon_sym_some, + ACTIONS(6463), 1, + anon_sym_any, + ACTIONS(6465), 1, + anon_sym_TILDE, + STATE(5190), 1, + sym_tuple_type, + STATE(5361), 1, + sym_unannotated_type, + STATE(5568), 1, + sym__simple_user_type, + STATE(5624), 1, + sym_simple_identifier, + STATE(6083), 1, + sym__parenthesized_type, + STATE(5691), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(6451), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5730), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6449), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6184), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + ACTIONS(619), 16, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LT, + anon_sym_LBRACE, + anon_sym_RBRACE, + [104619] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2447), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2449), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [104681] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2451), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2454), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [104743] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2457), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2460), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [104805] = 32, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(775), 1, + anon_sym_AT, + ACTIONS(777), 1, + sym_wildcard_pattern, + ACTIONS(779), 1, + anon_sym_inout, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(6469), 1, + anon_sym_RPAREN, + STATE(3861), 1, + sym__tuple_type_item_identifier, + STATE(4442), 1, + sym_parameter_modifiers, + STATE(4707), 1, + sym_type_modifiers, + STATE(4903), 1, + sym__parameter_ownership_modifier, + STATE(5137), 1, + sym_tuple_type, + STATE(5177), 1, + sym__contextual_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6067), 1, + sym_simple_identifier, + STATE(8641), 1, + sym_type, + STATE(8668), 1, + sym_tuple_type_item, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(781), 2, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(6097), 2, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5053), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 5, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [104923] = 19, + ACTIONS(6435), 1, + anon_sym_each, + ACTIONS(6437), 1, + anon_sym_repeat, + ACTIONS(6439), 1, + anon_sym_LPAREN, + ACTIONS(6441), 1, + anon_sym_LBRACK, + ACTIONS(6443), 1, + anon_sym_some, + ACTIONS(6445), 1, + anon_sym_any, + ACTIONS(6447), 1, + anon_sym_TILDE, + STATE(5143), 1, + sym_tuple_type, + STATE(5298), 1, + sym_unannotated_type, + STATE(5434), 1, + sym__simple_user_type, + STATE(5541), 1, + sym_simple_identifier, + STATE(5941), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5881), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(6433), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5531), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6431), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6054), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + ACTIONS(619), 15, + sym__arrow_operator_custom, + sym__dot_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LT, + anon_sym_GT, + anon_sym_LBRACE, + [105015] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(1901), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(1899), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [105077] = 32, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(775), 1, + anon_sym_AT, + ACTIONS(777), 1, + sym_wildcard_pattern, + ACTIONS(779), 1, + anon_sym_inout, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(6471), 1, + anon_sym_RPAREN, + STATE(3861), 1, + sym__tuple_type_item_identifier, + STATE(4442), 1, + sym_parameter_modifiers, + STATE(4707), 1, + sym_type_modifiers, + STATE(4903), 1, + sym__parameter_ownership_modifier, + STATE(5137), 1, + sym_tuple_type, + STATE(5177), 1, + sym__contextual_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6067), 1, + sym_simple_identifier, + STATE(8641), 1, + sym_type, + STATE(8668), 1, + sym_tuple_type_item, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(781), 2, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(6097), 2, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5053), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 5, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [105195] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6475), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6473), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [105255] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2463), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2466), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [105317] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2469), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2472), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [105379] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(453), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(475), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [105441] = 34, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(775), 1, + anon_sym_AT, + ACTIONS(777), 1, + sym_wildcard_pattern, + ACTIONS(779), 1, + anon_sym_inout, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(6477), 1, + anon_sym_RPAREN, + STATE(3861), 1, + sym__tuple_type_item_identifier, + STATE(4442), 1, + sym_parameter_modifiers, + STATE(4707), 1, + sym_type_modifiers, + STATE(4903), 1, + sym__parameter_ownership_modifier, + STATE(5137), 1, + sym_tuple_type, + STATE(5177), 1, + sym__contextual_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6067), 1, + sym_simple_identifier, + STATE(6259), 1, + sym_dictionary_type, + STATE(7826), 1, + sym_tuple_type_item, + STATE(8641), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(781), 2, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(6097), 2, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5053), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5352), 2, + sym_user_type, + sym_array_type, + STATE(6661), 2, + sym_opaque_type, + sym_existential_type, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(5924), 5, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + STATE(6005), 7, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [105563] = 32, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(775), 1, + anon_sym_AT, + ACTIONS(777), 1, + sym_wildcard_pattern, + ACTIONS(779), 1, + anon_sym_inout, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(6479), 1, + anon_sym_RPAREN, + STATE(3861), 1, + sym__tuple_type_item_identifier, + STATE(4442), 1, + sym_parameter_modifiers, + STATE(4707), 1, + sym_type_modifiers, + STATE(4903), 1, + sym__parameter_ownership_modifier, + STATE(5137), 1, + sym_tuple_type, + STATE(5177), 1, + sym__contextual_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6067), 1, + sym_simple_identifier, + STATE(8641), 1, + sym_type, + STATE(8668), 1, + sym_tuple_type_item, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(781), 2, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(6097), 2, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5053), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 5, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [105681] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2412), 1, + anon_sym_LT, + STATE(2076), 1, + sym_type_arguments, + ACTIONS(2409), 4, + sym__dot_custom, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + ACTIONS(2405), 10, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2407), 35, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [105749] = 32, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(775), 1, + anon_sym_AT, + ACTIONS(777), 1, + sym_wildcard_pattern, + ACTIONS(779), 1, + anon_sym_inout, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(6481), 1, + anon_sym_RPAREN, + STATE(3861), 1, + sym__tuple_type_item_identifier, + STATE(4442), 1, + sym_parameter_modifiers, + STATE(4707), 1, + sym_type_modifiers, + STATE(4903), 1, + sym__parameter_ownership_modifier, + STATE(5137), 1, + sym_tuple_type, + STATE(5177), 1, + sym__contextual_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6067), 1, + sym_simple_identifier, + STATE(8641), 1, + sym_type, + STATE(8668), 1, + sym_tuple_type_item, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(781), 2, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(6097), 2, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5053), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 5, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [105867] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2475), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2477), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [105929] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6485), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6483), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [105989] = 34, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(775), 1, + anon_sym_AT, + ACTIONS(777), 1, + sym_wildcard_pattern, + ACTIONS(779), 1, + anon_sym_inout, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(6487), 1, + anon_sym_RPAREN, + STATE(3861), 1, + sym__tuple_type_item_identifier, + STATE(4442), 1, + sym_parameter_modifiers, + STATE(4707), 1, + sym_type_modifiers, + STATE(4903), 1, + sym__parameter_ownership_modifier, + STATE(5137), 1, + sym_tuple_type, + STATE(5177), 1, + sym__contextual_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6067), 1, + sym_simple_identifier, + STATE(6240), 1, + sym_dictionary_type, + STATE(7847), 1, + sym_tuple_type_item, + STATE(8641), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(781), 2, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(6097), 2, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5053), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5352), 2, + sym_user_type, + sym_array_type, + STATE(6539), 2, + sym_opaque_type, + sym_existential_type, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(5924), 5, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + STATE(6005), 7, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [106111] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6491), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6489), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [106171] = 32, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(775), 1, + anon_sym_AT, + ACTIONS(777), 1, + sym_wildcard_pattern, + ACTIONS(779), 1, + anon_sym_inout, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(6493), 1, + anon_sym_RPAREN, + STATE(3861), 1, + sym__tuple_type_item_identifier, + STATE(4442), 1, + sym_parameter_modifiers, + STATE(4707), 1, + sym_type_modifiers, + STATE(4903), 1, + sym__parameter_ownership_modifier, + STATE(5137), 1, + sym_tuple_type, + STATE(5177), 1, + sym__contextual_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6067), 1, + sym_simple_identifier, + STATE(8641), 1, + sym_type, + STATE(8668), 1, + sym_tuple_type_item, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(781), 2, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(6097), 2, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5053), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 5, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [106289] = 32, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(775), 1, + anon_sym_AT, + ACTIONS(777), 1, + sym_wildcard_pattern, + ACTIONS(779), 1, + anon_sym_inout, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(6495), 1, + anon_sym_RPAREN, + STATE(3861), 1, + sym__tuple_type_item_identifier, + STATE(4442), 1, + sym_parameter_modifiers, + STATE(4707), 1, + sym_type_modifiers, + STATE(4903), 1, + sym__parameter_ownership_modifier, + STATE(5137), 1, + sym_tuple_type, + STATE(5177), 1, + sym__contextual_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6067), 1, + sym_simple_identifier, + STATE(8641), 1, + sym_type, + STATE(8668), 1, + sym_tuple_type_item, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(781), 2, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(6097), 2, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5053), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 5, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [106407] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2479), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2481), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [106469] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2483), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2485), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [106531] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2487), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2489), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [106593] = 34, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(775), 1, + anon_sym_AT, + ACTIONS(777), 1, + sym_wildcard_pattern, + ACTIONS(779), 1, + anon_sym_inout, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(6497), 1, + anon_sym_RPAREN, + STATE(3861), 1, + sym__tuple_type_item_identifier, + STATE(4442), 1, + sym_parameter_modifiers, + STATE(4707), 1, + sym_type_modifiers, + STATE(4903), 1, + sym__parameter_ownership_modifier, + STATE(5137), 1, + sym_tuple_type, + STATE(5177), 1, + sym__contextual_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6067), 1, + sym_simple_identifier, + STATE(6268), 1, + sym_dictionary_type, + STATE(7869), 1, + sym_tuple_type_item, + STATE(8641), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(781), 2, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(6097), 2, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5053), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5352), 2, + sym_user_type, + sym_array_type, + STATE(6540), 2, + sym_opaque_type, + sym_existential_type, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(5924), 5, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + STATE(6005), 7, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [106715] = 32, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(775), 1, + anon_sym_AT, + ACTIONS(777), 1, + sym_wildcard_pattern, + ACTIONS(779), 1, + anon_sym_inout, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(6499), 1, + anon_sym_RPAREN, + STATE(3861), 1, + sym__tuple_type_item_identifier, + STATE(4442), 1, + sym_parameter_modifiers, + STATE(4707), 1, + sym_type_modifiers, + STATE(4903), 1, + sym__parameter_ownership_modifier, + STATE(5137), 1, + sym_tuple_type, + STATE(5177), 1, + sym__contextual_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6067), 1, + sym_simple_identifier, + STATE(8641), 1, + sym_type, + STATE(8668), 1, + sym_tuple_type_item, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(781), 2, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(6097), 2, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5053), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 5, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [106833] = 32, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(775), 1, + anon_sym_AT, + ACTIONS(777), 1, + sym_wildcard_pattern, + ACTIONS(779), 1, + anon_sym_inout, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(6501), 1, + anon_sym_RPAREN, + STATE(3861), 1, + sym__tuple_type_item_identifier, + STATE(4442), 1, + sym_parameter_modifiers, + STATE(4707), 1, + sym_type_modifiers, + STATE(4903), 1, + sym__parameter_ownership_modifier, + STATE(5137), 1, + sym_tuple_type, + STATE(5177), 1, + sym__contextual_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6067), 1, + sym_simple_identifier, + STATE(8641), 1, + sym_type, + STATE(8668), 1, + sym_tuple_type_item, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(781), 2, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(6097), 2, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5053), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 5, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [106951] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6123), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6121), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [107011] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6505), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6503), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [107071] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2491), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2493), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [107133] = 34, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(775), 1, + anon_sym_AT, + ACTIONS(777), 1, + sym_wildcard_pattern, + ACTIONS(779), 1, + anon_sym_inout, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(6507), 1, + anon_sym_RPAREN, + STATE(3861), 1, + sym__tuple_type_item_identifier, + STATE(4442), 1, + sym_parameter_modifiers, + STATE(4707), 1, + sym_type_modifiers, + STATE(4903), 1, + sym__parameter_ownership_modifier, + STATE(5137), 1, + sym_tuple_type, + STATE(5177), 1, + sym__contextual_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6067), 1, + sym_simple_identifier, + STATE(6274), 1, + sym_dictionary_type, + STATE(7879), 1, + sym_tuple_type_item, + STATE(8641), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(781), 2, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(6097), 2, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5053), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5352), 2, + sym_user_type, + sym_array_type, + STATE(6586), 2, + sym_opaque_type, + sym_existential_type, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(5924), 5, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + STATE(6005), 7, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [107255] = 32, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(775), 1, + anon_sym_AT, + ACTIONS(777), 1, + sym_wildcard_pattern, + ACTIONS(779), 1, + anon_sym_inout, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(6509), 1, + anon_sym_RPAREN, + STATE(3861), 1, + sym__tuple_type_item_identifier, + STATE(4442), 1, + sym_parameter_modifiers, + STATE(4707), 1, + sym_type_modifiers, + STATE(4903), 1, + sym__parameter_ownership_modifier, + STATE(5137), 1, + sym_tuple_type, + STATE(5177), 1, + sym__contextual_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6067), 1, + sym_simple_identifier, + STATE(8641), 1, + sym_type, + STATE(8668), 1, + sym_tuple_type_item, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(781), 2, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(6097), 2, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5053), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 5, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [107373] = 32, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(775), 1, + anon_sym_AT, + ACTIONS(777), 1, + sym_wildcard_pattern, + ACTIONS(779), 1, + anon_sym_inout, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(6511), 1, + anon_sym_RPAREN, + STATE(3861), 1, + sym__tuple_type_item_identifier, + STATE(4442), 1, + sym_parameter_modifiers, + STATE(4707), 1, + sym_type_modifiers, + STATE(4903), 1, + sym__parameter_ownership_modifier, + STATE(5137), 1, + sym_tuple_type, + STATE(5177), 1, + sym__contextual_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6067), 1, + sym_simple_identifier, + STATE(8641), 1, + sym_type, + STATE(8668), 1, + sym_tuple_type_item, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(781), 2, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(6097), 2, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5053), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 5, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [107491] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2405), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2407), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [107553] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2085), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2087), 49, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [107613] = 34, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(775), 1, + anon_sym_AT, + ACTIONS(777), 1, + sym_wildcard_pattern, + ACTIONS(779), 1, + anon_sym_inout, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(6513), 1, + anon_sym_RPAREN, + STATE(3861), 1, + sym__tuple_type_item_identifier, + STATE(4442), 1, + sym_parameter_modifiers, + STATE(4707), 1, + sym_type_modifiers, + STATE(4903), 1, + sym__parameter_ownership_modifier, + STATE(5137), 1, + sym_tuple_type, + STATE(5177), 1, + sym__contextual_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6067), 1, + sym_simple_identifier, + STATE(6280), 1, + sym_dictionary_type, + STATE(7900), 1, + sym_tuple_type_item, + STATE(8641), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(781), 2, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(6097), 2, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5053), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5352), 2, + sym_user_type, + sym_array_type, + STATE(6619), 2, + sym_opaque_type, + sym_existential_type, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(5924), 5, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + STATE(6005), 7, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [107735] = 32, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(775), 1, + anon_sym_AT, + ACTIONS(777), 1, + sym_wildcard_pattern, + ACTIONS(779), 1, + anon_sym_inout, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(6515), 1, + anon_sym_RPAREN, + STATE(3861), 1, + sym__tuple_type_item_identifier, + STATE(4442), 1, + sym_parameter_modifiers, + STATE(4707), 1, + sym_type_modifiers, + STATE(4903), 1, + sym__parameter_ownership_modifier, + STATE(5137), 1, + sym_tuple_type, + STATE(5177), 1, + sym__contextual_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6067), 1, + sym_simple_identifier, + STATE(8641), 1, + sym_type, + STATE(8668), 1, + sym_tuple_type_item, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(781), 2, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(6097), 2, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5053), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 5, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [107853] = 32, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(775), 1, + anon_sym_AT, + ACTIONS(777), 1, + sym_wildcard_pattern, + ACTIONS(779), 1, + anon_sym_inout, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(6517), 1, + anon_sym_RPAREN, + STATE(3861), 1, + sym__tuple_type_item_identifier, + STATE(4442), 1, + sym_parameter_modifiers, + STATE(4707), 1, + sym_type_modifiers, + STATE(4903), 1, + sym__parameter_ownership_modifier, + STATE(5137), 1, + sym_tuple_type, + STATE(5177), 1, + sym__contextual_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6067), 1, + sym_simple_identifier, + STATE(8641), 1, + sym_type, + STATE(8668), 1, + sym_tuple_type_item, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(781), 2, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(6097), 2, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5053), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 5, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [107971] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2331), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2333), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [108033] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2338), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2340), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [108095] = 34, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(775), 1, + anon_sym_AT, + ACTIONS(777), 1, + sym_wildcard_pattern, + ACTIONS(779), 1, + anon_sym_inout, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(6519), 1, + anon_sym_RPAREN, + STATE(3861), 1, + sym__tuple_type_item_identifier, + STATE(4442), 1, + sym_parameter_modifiers, + STATE(4707), 1, + sym_type_modifiers, + STATE(4903), 1, + sym__parameter_ownership_modifier, + STATE(5137), 1, + sym_tuple_type, + STATE(5177), 1, + sym__contextual_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6067), 1, + sym_simple_identifier, + STATE(6286), 1, + sym_dictionary_type, + STATE(7917), 1, + sym_tuple_type_item, + STATE(8641), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(781), 2, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(6097), 2, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5053), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5352), 2, + sym_user_type, + sym_array_type, + STATE(6660), 2, + sym_opaque_type, + sym_existential_type, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(5924), 5, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + STATE(6005), 7, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [108217] = 32, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(775), 1, + anon_sym_AT, + ACTIONS(777), 1, + sym_wildcard_pattern, + ACTIONS(779), 1, + anon_sym_inout, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(6521), 1, + anon_sym_RPAREN, + STATE(3861), 1, + sym__tuple_type_item_identifier, + STATE(4442), 1, + sym_parameter_modifiers, + STATE(4707), 1, + sym_type_modifiers, + STATE(4903), 1, + sym__parameter_ownership_modifier, + STATE(5137), 1, + sym_tuple_type, + STATE(5177), 1, + sym__contextual_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6067), 1, + sym_simple_identifier, + STATE(8641), 1, + sym_type, + STATE(8668), 1, + sym_tuple_type_item, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(781), 2, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(6097), 2, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5053), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 5, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [108335] = 32, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(775), 1, + anon_sym_AT, + ACTIONS(777), 1, + sym_wildcard_pattern, + ACTIONS(779), 1, + anon_sym_inout, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(6523), 1, + anon_sym_RPAREN, + STATE(3861), 1, + sym__tuple_type_item_identifier, + STATE(4442), 1, + sym_parameter_modifiers, + STATE(4707), 1, + sym_type_modifiers, + STATE(4903), 1, + sym__parameter_ownership_modifier, + STATE(5137), 1, + sym_tuple_type, + STATE(5177), 1, + sym__contextual_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6067), 1, + sym_simple_identifier, + STATE(8641), 1, + sym_type, + STATE(8668), 1, + sym_tuple_type_item, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(781), 2, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(6097), 2, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5053), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 5, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [108453] = 34, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(775), 1, + anon_sym_AT, + ACTIONS(777), 1, + sym_wildcard_pattern, + ACTIONS(779), 1, + anon_sym_inout, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(6525), 1, + anon_sym_RPAREN, + STATE(3861), 1, + sym__tuple_type_item_identifier, + STATE(4442), 1, + sym_parameter_modifiers, + STATE(4707), 1, + sym_type_modifiers, + STATE(4903), 1, + sym__parameter_ownership_modifier, + STATE(5137), 1, + sym_tuple_type, + STATE(5177), 1, + sym__contextual_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6067), 1, + sym_simple_identifier, + STATE(6253), 1, + sym_dictionary_type, + STATE(7962), 1, + sym_tuple_type_item, + STATE(8641), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(781), 2, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(6097), 2, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5053), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5352), 2, + sym_user_type, + sym_array_type, + STATE(6541), 2, + sym_opaque_type, + sym_existential_type, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(5924), 5, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + STATE(6005), 7, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [108575] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5976), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5974), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [108635] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2755), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2757), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [108697] = 34, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(775), 1, + anon_sym_AT, + ACTIONS(777), 1, + sym_wildcard_pattern, + ACTIONS(779), 1, + anon_sym_inout, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(6527), 1, + anon_sym_RPAREN, + STATE(3861), 1, + sym__tuple_type_item_identifier, + STATE(4442), 1, + sym_parameter_modifiers, + STATE(4707), 1, + sym_type_modifiers, + STATE(4903), 1, + sym__parameter_ownership_modifier, + STATE(5137), 1, + sym_tuple_type, + STATE(5177), 1, + sym__contextual_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6067), 1, + sym_simple_identifier, + STATE(6300), 1, + sym_dictionary_type, + STATE(7932), 1, + sym_tuple_type_item, + STATE(8641), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(781), 2, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(6097), 2, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5053), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5352), 2, + sym_user_type, + sym_array_type, + STATE(6505), 2, + sym_opaque_type, + sym_existential_type, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(5924), 5, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + STATE(6005), 7, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [108819] = 32, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(775), 1, + anon_sym_AT, + ACTIONS(777), 1, + sym_wildcard_pattern, + ACTIONS(779), 1, + anon_sym_inout, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(6529), 1, + anon_sym_RPAREN, + STATE(3861), 1, + sym__tuple_type_item_identifier, + STATE(4442), 1, + sym_parameter_modifiers, + STATE(4707), 1, + sym_type_modifiers, + STATE(4903), 1, + sym__parameter_ownership_modifier, + STATE(5137), 1, + sym_tuple_type, + STATE(5177), 1, + sym__contextual_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6067), 1, + sym_simple_identifier, + STATE(8641), 1, + sym_type, + STATE(8668), 1, + sym_tuple_type_item, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(781), 2, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(6097), 2, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5053), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 5, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [108937] = 32, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(775), 1, + anon_sym_AT, + ACTIONS(777), 1, + sym_wildcard_pattern, + ACTIONS(779), 1, + anon_sym_inout, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(6531), 1, + anon_sym_RPAREN, + STATE(3861), 1, + sym__tuple_type_item_identifier, + STATE(4442), 1, + sym_parameter_modifiers, + STATE(4707), 1, + sym_type_modifiers, + STATE(4903), 1, + sym__parameter_ownership_modifier, + STATE(5137), 1, + sym_tuple_type, + STATE(5177), 1, + sym__contextual_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6067), 1, + sym_simple_identifier, + STATE(8641), 1, + sym_type, + STATE(8668), 1, + sym_tuple_type_item, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(781), 2, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(6097), 2, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5053), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 5, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [109055] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6123), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6121), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [109115] = 34, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(775), 1, + anon_sym_AT, + ACTIONS(777), 1, + sym_wildcard_pattern, + ACTIONS(779), 1, + anon_sym_inout, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(6533), 1, + anon_sym_RPAREN, + STATE(3861), 1, + sym__tuple_type_item_identifier, + STATE(4442), 1, + sym_parameter_modifiers, + STATE(4707), 1, + sym_type_modifiers, + STATE(4903), 1, + sym__parameter_ownership_modifier, + STATE(5137), 1, + sym_tuple_type, + STATE(5177), 1, + sym__contextual_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6067), 1, + sym_simple_identifier, + STATE(6319), 1, + sym_dictionary_type, + STATE(7946), 1, + sym_tuple_type_item, + STATE(8641), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(781), 2, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(6097), 2, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5053), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5352), 2, + sym_user_type, + sym_array_type, + STATE(6522), 2, + sym_opaque_type, + sym_existential_type, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(5924), 5, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + STATE(6005), 7, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [109237] = 32, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(775), 1, + anon_sym_AT, + ACTIONS(777), 1, + sym_wildcard_pattern, + ACTIONS(779), 1, + anon_sym_inout, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(6535), 1, + anon_sym_RPAREN, + STATE(3861), 1, + sym__tuple_type_item_identifier, + STATE(4442), 1, + sym_parameter_modifiers, + STATE(4707), 1, + sym_type_modifiers, + STATE(4903), 1, + sym__parameter_ownership_modifier, + STATE(5137), 1, + sym_tuple_type, + STATE(5177), 1, + sym__contextual_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6067), 1, + sym_simple_identifier, + STATE(8641), 1, + sym_type, + STATE(8668), 1, + sym_tuple_type_item, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(781), 2, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(6097), 2, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5053), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 5, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [109355] = 32, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(775), 1, + anon_sym_AT, + ACTIONS(777), 1, + sym_wildcard_pattern, + ACTIONS(779), 1, + anon_sym_inout, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(6537), 1, + anon_sym_RPAREN, + STATE(3861), 1, + sym__tuple_type_item_identifier, + STATE(4442), 1, + sym_parameter_modifiers, + STATE(4707), 1, + sym_type_modifiers, + STATE(4903), 1, + sym__parameter_ownership_modifier, + STATE(5137), 1, + sym_tuple_type, + STATE(5177), 1, + sym__contextual_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6067), 1, + sym_simple_identifier, + STATE(8641), 1, + sym_type, + STATE(8668), 1, + sym_tuple_type_item, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(781), 2, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(6097), 2, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5053), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 5, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [109473] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5976), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5974), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [109533] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2503), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2505), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [109595] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2507), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2509), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [109657] = 34, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(775), 1, + anon_sym_AT, + ACTIONS(777), 1, + sym_wildcard_pattern, + ACTIONS(779), 1, + anon_sym_inout, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(6539), 1, + anon_sym_RPAREN, + STATE(3861), 1, + sym__tuple_type_item_identifier, + STATE(4442), 1, + sym_parameter_modifiers, + STATE(4707), 1, + sym_type_modifiers, + STATE(4903), 1, + sym__parameter_ownership_modifier, + STATE(5137), 1, + sym_tuple_type, + STATE(5177), 1, + sym__contextual_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6067), 1, + sym_simple_identifier, + STATE(6261), 1, + sym_dictionary_type, + STATE(7961), 1, + sym_tuple_type_item, + STATE(8641), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(781), 2, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(6097), 2, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5053), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5352), 2, + sym_user_type, + sym_array_type, + STATE(6535), 2, + sym_opaque_type, + sym_existential_type, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(5924), 5, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + STATE(6005), 7, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [109779] = 32, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(775), 1, + anon_sym_AT, + ACTIONS(777), 1, + sym_wildcard_pattern, + ACTIONS(779), 1, + anon_sym_inout, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(6541), 1, + anon_sym_RPAREN, + STATE(3861), 1, + sym__tuple_type_item_identifier, + STATE(4442), 1, + sym_parameter_modifiers, + STATE(4707), 1, + sym_type_modifiers, + STATE(4903), 1, + sym__parameter_ownership_modifier, + STATE(5137), 1, + sym_tuple_type, + STATE(5177), 1, + sym__contextual_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6067), 1, + sym_simple_identifier, + STATE(8641), 1, + sym_type, + STATE(8668), 1, + sym_tuple_type_item, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(781), 2, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(6097), 2, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5053), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 5, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [109897] = 32, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(775), 1, + anon_sym_AT, + ACTIONS(777), 1, + sym_wildcard_pattern, + ACTIONS(779), 1, + anon_sym_inout, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(6543), 1, + anon_sym_RPAREN, + STATE(3861), 1, + sym__tuple_type_item_identifier, + STATE(4442), 1, + sym_parameter_modifiers, + STATE(4707), 1, + sym_type_modifiers, + STATE(4903), 1, + sym__parameter_ownership_modifier, + STATE(5137), 1, + sym_tuple_type, + STATE(5177), 1, + sym__contextual_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6067), 1, + sym_simple_identifier, + STATE(8641), 1, + sym_type, + STATE(8668), 1, + sym_tuple_type_item, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(781), 2, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(6097), 2, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5053), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 5, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [110015] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2419), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2421), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [110077] = 34, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(775), 1, + anon_sym_AT, + ACTIONS(777), 1, + sym_wildcard_pattern, + ACTIONS(779), 1, + anon_sym_inout, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(6545), 1, + anon_sym_RPAREN, + STATE(3861), 1, + sym__tuple_type_item_identifier, + STATE(4442), 1, + sym_parameter_modifiers, + STATE(4707), 1, + sym_type_modifiers, + STATE(4903), 1, + sym__parameter_ownership_modifier, + STATE(5137), 1, + sym_tuple_type, + STATE(5177), 1, + sym__contextual_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6067), 1, + sym_simple_identifier, + STATE(6252), 1, + sym_dictionary_type, + STATE(7974), 1, + sym_tuple_type_item, + STATE(8641), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(781), 2, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(6097), 2, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5053), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5352), 2, + sym_user_type, + sym_array_type, + STATE(6543), 2, + sym_opaque_type, + sym_existential_type, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(5924), 5, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + STATE(6005), 7, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [110199] = 32, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(775), 1, + anon_sym_AT, + ACTIONS(777), 1, + sym_wildcard_pattern, + ACTIONS(779), 1, + anon_sym_inout, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(6547), 1, + anon_sym_RPAREN, + STATE(3861), 1, + sym__tuple_type_item_identifier, + STATE(4442), 1, + sym_parameter_modifiers, + STATE(4707), 1, + sym_type_modifiers, + STATE(4903), 1, + sym__parameter_ownership_modifier, + STATE(5137), 1, + sym_tuple_type, + STATE(5177), 1, + sym__contextual_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6067), 1, + sym_simple_identifier, + STATE(8641), 1, + sym_type, + STATE(8668), 1, + sym_tuple_type_item, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(781), 2, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(6097), 2, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5053), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 5, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [110317] = 32, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(775), 1, + anon_sym_AT, + ACTIONS(777), 1, + sym_wildcard_pattern, + ACTIONS(779), 1, + anon_sym_inout, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(6549), 1, + anon_sym_RPAREN, + STATE(3861), 1, + sym__tuple_type_item_identifier, + STATE(4442), 1, + sym_parameter_modifiers, + STATE(4707), 1, + sym_type_modifiers, + STATE(4903), 1, + sym__parameter_ownership_modifier, + STATE(5137), 1, + sym_tuple_type, + STATE(5177), 1, + sym__contextual_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6067), 1, + sym_simple_identifier, + STATE(8641), 1, + sym_type, + STATE(8668), 1, + sym_tuple_type_item, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(781), 2, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(6097), 2, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5053), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 5, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [110435] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2276), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2278), 49, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [110495] = 34, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(775), 1, + anon_sym_AT, + ACTIONS(777), 1, + sym_wildcard_pattern, + ACTIONS(779), 1, + anon_sym_inout, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(6551), 1, + anon_sym_RPAREN, + STATE(3861), 1, + sym__tuple_type_item_identifier, + STATE(4442), 1, + sym_parameter_modifiers, + STATE(4707), 1, + sym_type_modifiers, + STATE(4903), 1, + sym__parameter_ownership_modifier, + STATE(5137), 1, + sym_tuple_type, + STATE(5177), 1, + sym__contextual_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6067), 1, + sym_simple_identifier, + STATE(6314), 1, + sym_dictionary_type, + STATE(7993), 1, + sym_tuple_type_item, + STATE(8641), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(781), 2, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(6097), 2, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5053), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5352), 2, + sym_user_type, + sym_array_type, + STATE(6553), 2, + sym_opaque_type, + sym_existential_type, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(5924), 5, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + STATE(6005), 7, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [110617] = 32, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(775), 1, + anon_sym_AT, + ACTIONS(777), 1, + sym_wildcard_pattern, + ACTIONS(779), 1, + anon_sym_inout, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(6553), 1, + anon_sym_RPAREN, + STATE(3861), 1, + sym__tuple_type_item_identifier, + STATE(4442), 1, + sym_parameter_modifiers, + STATE(4707), 1, + sym_type_modifiers, + STATE(4903), 1, + sym__parameter_ownership_modifier, + STATE(5137), 1, + sym_tuple_type, + STATE(5177), 1, + sym__contextual_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6067), 1, + sym_simple_identifier, + STATE(8641), 1, + sym_type, + STATE(8668), 1, + sym_tuple_type_item, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(781), 2, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(6097), 2, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5053), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 5, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [110735] = 32, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(775), 1, + anon_sym_AT, + ACTIONS(777), 1, + sym_wildcard_pattern, + ACTIONS(779), 1, + anon_sym_inout, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(6555), 1, + anon_sym_RPAREN, + STATE(3861), 1, + sym__tuple_type_item_identifier, + STATE(4442), 1, + sym_parameter_modifiers, + STATE(4707), 1, + sym_type_modifiers, + STATE(4903), 1, + sym__parameter_ownership_modifier, + STATE(5137), 1, + sym_tuple_type, + STATE(5177), 1, + sym__contextual_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6067), 1, + sym_simple_identifier, + STATE(8641), 1, + sym_type, + STATE(8668), 1, + sym_tuple_type_item, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(781), 2, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(6097), 2, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5053), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 5, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [110853] = 34, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(775), 1, + anon_sym_AT, + ACTIONS(777), 1, + sym_wildcard_pattern, + ACTIONS(779), 1, + anon_sym_inout, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(6557), 1, + anon_sym_RPAREN, + STATE(3861), 1, + sym__tuple_type_item_identifier, + STATE(4442), 1, + sym_parameter_modifiers, + STATE(4707), 1, + sym_type_modifiers, + STATE(4903), 1, + sym__parameter_ownership_modifier, + STATE(5137), 1, + sym_tuple_type, + STATE(5177), 1, + sym__contextual_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6067), 1, + sym_simple_identifier, + STATE(6282), 1, + sym_dictionary_type, + STATE(8006), 1, + sym_tuple_type_item, + STATE(8641), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(781), 2, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(6097), 2, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5053), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5352), 2, + sym_user_type, + sym_array_type, + STATE(6558), 2, + sym_opaque_type, + sym_existential_type, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(5924), 5, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + STATE(6005), 7, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [110975] = 32, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(775), 1, + anon_sym_AT, + ACTIONS(777), 1, + sym_wildcard_pattern, + ACTIONS(779), 1, + anon_sym_inout, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(6559), 1, + anon_sym_RPAREN, + STATE(3861), 1, + sym__tuple_type_item_identifier, + STATE(4442), 1, + sym_parameter_modifiers, + STATE(4707), 1, + sym_type_modifiers, + STATE(4903), 1, + sym__parameter_ownership_modifier, + STATE(5137), 1, + sym_tuple_type, + STATE(5177), 1, + sym__contextual_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6067), 1, + sym_simple_identifier, + STATE(8641), 1, + sym_type, + STATE(8668), 1, + sym_tuple_type_item, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(781), 2, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(6097), 2, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5053), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 5, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [111093] = 32, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(775), 1, + anon_sym_AT, + ACTIONS(777), 1, + sym_wildcard_pattern, + ACTIONS(779), 1, + anon_sym_inout, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(6561), 1, + anon_sym_RPAREN, + STATE(3861), 1, + sym__tuple_type_item_identifier, + STATE(4442), 1, + sym_parameter_modifiers, + STATE(4707), 1, + sym_type_modifiers, + STATE(4903), 1, + sym__parameter_ownership_modifier, + STATE(5137), 1, + sym_tuple_type, + STATE(5177), 1, + sym__contextual_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6067), 1, + sym_simple_identifier, + STATE(8641), 1, + sym_type, + STATE(8668), 1, + sym_tuple_type_item, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(781), 2, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(6097), 2, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5053), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 5, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [111211] = 34, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(775), 1, + anon_sym_AT, + ACTIONS(777), 1, + sym_wildcard_pattern, + ACTIONS(779), 1, + anon_sym_inout, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(6563), 1, + anon_sym_RPAREN, + STATE(3861), 1, + sym__tuple_type_item_identifier, + STATE(4442), 1, + sym_parameter_modifiers, + STATE(4707), 1, + sym_type_modifiers, + STATE(4903), 1, + sym__parameter_ownership_modifier, + STATE(5137), 1, + sym_tuple_type, + STATE(5177), 1, + sym__contextual_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6067), 1, + sym_simple_identifier, + STATE(6248), 1, + sym_dictionary_type, + STATE(8021), 1, + sym_tuple_type_item, + STATE(8641), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(781), 2, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(6097), 2, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5053), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5352), 2, + sym_user_type, + sym_array_type, + STATE(6566), 2, + sym_opaque_type, + sym_existential_type, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(5924), 5, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + STATE(6005), 7, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [111333] = 32, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(775), 1, + anon_sym_AT, + ACTIONS(777), 1, + sym_wildcard_pattern, + ACTIONS(779), 1, + anon_sym_inout, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(6565), 1, + anon_sym_RPAREN, + STATE(3861), 1, + sym__tuple_type_item_identifier, + STATE(4442), 1, + sym_parameter_modifiers, + STATE(4707), 1, + sym_type_modifiers, + STATE(4903), 1, + sym__parameter_ownership_modifier, + STATE(5137), 1, + sym_tuple_type, + STATE(5177), 1, + sym__contextual_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6067), 1, + sym_simple_identifier, + STATE(8641), 1, + sym_type, + STATE(8668), 1, + sym_tuple_type_item, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(781), 2, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(6097), 2, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5053), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 5, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [111451] = 32, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(775), 1, + anon_sym_AT, + ACTIONS(777), 1, + sym_wildcard_pattern, + ACTIONS(779), 1, + anon_sym_inout, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(6567), 1, + anon_sym_RPAREN, + STATE(3861), 1, + sym__tuple_type_item_identifier, + STATE(4442), 1, + sym_parameter_modifiers, + STATE(4707), 1, + sym_type_modifiers, + STATE(4903), 1, + sym__parameter_ownership_modifier, + STATE(5137), 1, + sym_tuple_type, + STATE(5177), 1, + sym__contextual_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6067), 1, + sym_simple_identifier, + STATE(8641), 1, + sym_type, + STATE(8668), 1, + sym_tuple_type_item, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(781), 2, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(6097), 2, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5053), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 5, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [111569] = 34, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(775), 1, + anon_sym_AT, + ACTIONS(777), 1, + sym_wildcard_pattern, + ACTIONS(779), 1, + anon_sym_inout, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(6569), 1, + anon_sym_RPAREN, + STATE(3861), 1, + sym__tuple_type_item_identifier, + STATE(4442), 1, + sym_parameter_modifiers, + STATE(4707), 1, + sym_type_modifiers, + STATE(4903), 1, + sym__parameter_ownership_modifier, + STATE(5137), 1, + sym_tuple_type, + STATE(5177), 1, + sym__contextual_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6067), 1, + sym_simple_identifier, + STATE(6254), 1, + sym_dictionary_type, + STATE(8036), 1, + sym_tuple_type_item, + STATE(8641), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(781), 2, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(6097), 2, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5053), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5352), 2, + sym_user_type, + sym_array_type, + STATE(6573), 2, + sym_opaque_type, + sym_existential_type, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(5924), 5, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + STATE(6005), 7, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [111691] = 32, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(775), 1, + anon_sym_AT, + ACTIONS(777), 1, + sym_wildcard_pattern, + ACTIONS(779), 1, + anon_sym_inout, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(6571), 1, + anon_sym_RPAREN, + STATE(3861), 1, + sym__tuple_type_item_identifier, + STATE(4442), 1, + sym_parameter_modifiers, + STATE(4707), 1, + sym_type_modifiers, + STATE(4903), 1, + sym__parameter_ownership_modifier, + STATE(5137), 1, + sym_tuple_type, + STATE(5177), 1, + sym__contextual_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6067), 1, + sym_simple_identifier, + STATE(8641), 1, + sym_type, + STATE(8668), 1, + sym_tuple_type_item, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(781), 2, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(6097), 2, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5053), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 5, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [111809] = 32, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(775), 1, + anon_sym_AT, + ACTIONS(777), 1, + sym_wildcard_pattern, + ACTIONS(779), 1, + anon_sym_inout, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(6573), 1, + anon_sym_RPAREN, + STATE(3861), 1, + sym__tuple_type_item_identifier, + STATE(4442), 1, + sym_parameter_modifiers, + STATE(4707), 1, + sym_type_modifiers, + STATE(4903), 1, + sym__parameter_ownership_modifier, + STATE(5137), 1, + sym_tuple_type, + STATE(5177), 1, + sym__contextual_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6067), 1, + sym_simple_identifier, + STATE(8641), 1, + sym_type, + STATE(8668), 1, + sym_tuple_type_item, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(781), 2, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(6097), 2, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5053), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 5, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [111927] = 34, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(775), 1, + anon_sym_AT, + ACTIONS(777), 1, + sym_wildcard_pattern, + ACTIONS(779), 1, + anon_sym_inout, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(6575), 1, + anon_sym_RPAREN, + STATE(3861), 1, + sym__tuple_type_item_identifier, + STATE(4442), 1, + sym_parameter_modifiers, + STATE(4707), 1, + sym_type_modifiers, + STATE(4903), 1, + sym__parameter_ownership_modifier, + STATE(5137), 1, + sym_tuple_type, + STATE(5177), 1, + sym__contextual_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6067), 1, + sym_simple_identifier, + STATE(6311), 1, + sym_dictionary_type, + STATE(8047), 1, + sym_tuple_type_item, + STATE(8641), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(781), 2, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(6097), 2, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5053), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5352), 2, + sym_user_type, + sym_array_type, + STATE(6596), 2, + sym_opaque_type, + sym_existential_type, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(5924), 5, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + STATE(6005), 7, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [112049] = 32, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(775), 1, + anon_sym_AT, + ACTIONS(777), 1, + sym_wildcard_pattern, + ACTIONS(779), 1, + anon_sym_inout, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(6577), 1, + anon_sym_RPAREN, + STATE(3861), 1, + sym__tuple_type_item_identifier, + STATE(4442), 1, + sym_parameter_modifiers, + STATE(4707), 1, + sym_type_modifiers, + STATE(4903), 1, + sym__parameter_ownership_modifier, + STATE(5137), 1, + sym_tuple_type, + STATE(5177), 1, + sym__contextual_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6067), 1, + sym_simple_identifier, + STATE(8641), 1, + sym_type, + STATE(8668), 1, + sym_tuple_type_item, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(781), 2, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(6097), 2, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5053), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 5, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [112167] = 32, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(775), 1, + anon_sym_AT, + ACTIONS(777), 1, + sym_wildcard_pattern, + ACTIONS(779), 1, + anon_sym_inout, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(6579), 1, + anon_sym_RPAREN, + STATE(3861), 1, + sym__tuple_type_item_identifier, + STATE(4442), 1, + sym_parameter_modifiers, + STATE(4707), 1, + sym_type_modifiers, + STATE(4903), 1, + sym__parameter_ownership_modifier, + STATE(5137), 1, + sym_tuple_type, + STATE(5177), 1, + sym__contextual_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6067), 1, + sym_simple_identifier, + STATE(8641), 1, + sym_type, + STATE(8668), 1, + sym_tuple_type_item, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(781), 2, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(6097), 2, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5053), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 5, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [112285] = 34, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(775), 1, + anon_sym_AT, + ACTIONS(777), 1, + sym_wildcard_pattern, + ACTIONS(779), 1, + anon_sym_inout, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(6581), 1, + anon_sym_RPAREN, + STATE(3861), 1, + sym__tuple_type_item_identifier, + STATE(4442), 1, + sym_parameter_modifiers, + STATE(4707), 1, + sym_type_modifiers, + STATE(4903), 1, + sym__parameter_ownership_modifier, + STATE(5137), 1, + sym_tuple_type, + STATE(5177), 1, + sym__contextual_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6067), 1, + sym_simple_identifier, + STATE(6255), 1, + sym_dictionary_type, + STATE(8059), 1, + sym_tuple_type_item, + STATE(8641), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(781), 2, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(6097), 2, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5053), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5352), 2, + sym_user_type, + sym_array_type, + STATE(6618), 2, + sym_opaque_type, + sym_existential_type, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(5924), 5, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + STATE(6005), 7, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [112407] = 32, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(775), 1, + anon_sym_AT, + ACTIONS(777), 1, + sym_wildcard_pattern, + ACTIONS(779), 1, + anon_sym_inout, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(6583), 1, + anon_sym_RPAREN, + STATE(3861), 1, + sym__tuple_type_item_identifier, + STATE(4442), 1, + sym_parameter_modifiers, + STATE(4707), 1, + sym_type_modifiers, + STATE(4903), 1, + sym__parameter_ownership_modifier, + STATE(5137), 1, + sym_tuple_type, + STATE(5177), 1, + sym__contextual_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6067), 1, + sym_simple_identifier, + STATE(8641), 1, + sym_type, + STATE(8668), 1, + sym_tuple_type_item, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(781), 2, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(6097), 2, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5053), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 5, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [112525] = 32, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(775), 1, + anon_sym_AT, + ACTIONS(777), 1, + sym_wildcard_pattern, + ACTIONS(779), 1, + anon_sym_inout, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(6585), 1, + anon_sym_RPAREN, + STATE(3861), 1, + sym__tuple_type_item_identifier, + STATE(4442), 1, + sym_parameter_modifiers, + STATE(4707), 1, + sym_type_modifiers, + STATE(4903), 1, + sym__parameter_ownership_modifier, + STATE(5137), 1, + sym_tuple_type, + STATE(5177), 1, + sym__contextual_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6067), 1, + sym_simple_identifier, + STATE(8641), 1, + sym_type, + STATE(8668), 1, + sym_tuple_type_item, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(781), 2, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(6097), 2, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5053), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 5, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [112643] = 34, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(775), 1, + anon_sym_AT, + ACTIONS(777), 1, + sym_wildcard_pattern, + ACTIONS(779), 1, + anon_sym_inout, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(6587), 1, + anon_sym_RPAREN, + STATE(3861), 1, + sym__tuple_type_item_identifier, + STATE(4442), 1, + sym_parameter_modifiers, + STATE(4707), 1, + sym_type_modifiers, + STATE(4903), 1, + sym__parameter_ownership_modifier, + STATE(5137), 1, + sym_tuple_type, + STATE(5177), 1, + sym__contextual_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6067), 1, + sym_simple_identifier, + STATE(6278), 1, + sym_dictionary_type, + STATE(8074), 1, + sym_tuple_type_item, + STATE(8641), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(781), 2, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(6097), 2, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5053), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5352), 2, + sym_user_type, + sym_array_type, + STATE(6626), 2, + sym_opaque_type, + sym_existential_type, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(5924), 5, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + STATE(6005), 7, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [112765] = 32, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(775), 1, + anon_sym_AT, + ACTIONS(777), 1, + sym_wildcard_pattern, + ACTIONS(779), 1, + anon_sym_inout, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(6589), 1, + anon_sym_RPAREN, + STATE(3861), 1, + sym__tuple_type_item_identifier, + STATE(4442), 1, + sym_parameter_modifiers, + STATE(4707), 1, + sym_type_modifiers, + STATE(4903), 1, + sym__parameter_ownership_modifier, + STATE(5137), 1, + sym_tuple_type, + STATE(5177), 1, + sym__contextual_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6067), 1, + sym_simple_identifier, + STATE(8641), 1, + sym_type, + STATE(8668), 1, + sym_tuple_type_item, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(781), 2, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(6097), 2, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5053), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 5, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [112883] = 32, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(775), 1, + anon_sym_AT, + ACTIONS(777), 1, + sym_wildcard_pattern, + ACTIONS(779), 1, + anon_sym_inout, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(6591), 1, + anon_sym_RPAREN, + STATE(3861), 1, + sym__tuple_type_item_identifier, + STATE(4442), 1, + sym_parameter_modifiers, + STATE(4707), 1, + sym_type_modifiers, + STATE(4903), 1, + sym__parameter_ownership_modifier, + STATE(5137), 1, + sym_tuple_type, + STATE(5177), 1, + sym__contextual_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6067), 1, + sym_simple_identifier, + STATE(8641), 1, + sym_type, + STATE(8668), 1, + sym_tuple_type_item, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(781), 2, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(6097), 2, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5053), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 5, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [113001] = 34, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(775), 1, + anon_sym_AT, + ACTIONS(777), 1, + sym_wildcard_pattern, + ACTIONS(779), 1, + anon_sym_inout, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(6593), 1, + anon_sym_RPAREN, + STATE(3861), 1, + sym__tuple_type_item_identifier, + STATE(4442), 1, + sym_parameter_modifiers, + STATE(4707), 1, + sym_type_modifiers, + STATE(4903), 1, + sym__parameter_ownership_modifier, + STATE(5137), 1, + sym_tuple_type, + STATE(5177), 1, + sym__contextual_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6067), 1, + sym_simple_identifier, + STATE(6284), 1, + sym_dictionary_type, + STATE(8089), 1, + sym_tuple_type_item, + STATE(8641), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(781), 2, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(6097), 2, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5053), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5352), 2, + sym_user_type, + sym_array_type, + STATE(6637), 2, + sym_opaque_type, + sym_existential_type, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(5924), 5, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + STATE(6005), 7, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [113123] = 32, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(775), 1, + anon_sym_AT, + ACTIONS(777), 1, + sym_wildcard_pattern, + ACTIONS(779), 1, + anon_sym_inout, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(6595), 1, + anon_sym_RPAREN, + STATE(3861), 1, + sym__tuple_type_item_identifier, + STATE(4442), 1, + sym_parameter_modifiers, + STATE(4707), 1, + sym_type_modifiers, + STATE(4903), 1, + sym__parameter_ownership_modifier, + STATE(5137), 1, + sym_tuple_type, + STATE(5177), 1, + sym__contextual_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6067), 1, + sym_simple_identifier, + STATE(8641), 1, + sym_type, + STATE(8668), 1, + sym_tuple_type_item, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(781), 2, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(6097), 2, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5053), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 5, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [113241] = 32, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(775), 1, + anon_sym_AT, + ACTIONS(777), 1, + sym_wildcard_pattern, + ACTIONS(779), 1, + anon_sym_inout, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(6597), 1, + anon_sym_RPAREN, + STATE(3861), 1, + sym__tuple_type_item_identifier, + STATE(4442), 1, + sym_parameter_modifiers, + STATE(4707), 1, + sym_type_modifiers, + STATE(4903), 1, + sym__parameter_ownership_modifier, + STATE(5137), 1, + sym_tuple_type, + STATE(5177), 1, + sym__contextual_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6067), 1, + sym_simple_identifier, + STATE(8641), 1, + sym_type, + STATE(8668), 1, + sym_tuple_type_item, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(781), 2, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(6097), 2, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5053), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 5, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [113359] = 34, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(775), 1, + anon_sym_AT, + ACTIONS(777), 1, + sym_wildcard_pattern, + ACTIONS(779), 1, + anon_sym_inout, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(6599), 1, + anon_sym_RPAREN, + STATE(3861), 1, + sym__tuple_type_item_identifier, + STATE(4442), 1, + sym_parameter_modifiers, + STATE(4707), 1, + sym_type_modifiers, + STATE(4903), 1, + sym__parameter_ownership_modifier, + STATE(5137), 1, + sym_tuple_type, + STATE(5177), 1, + sym__contextual_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6067), 1, + sym_simple_identifier, + STATE(6294), 1, + sym_dictionary_type, + STATE(8102), 1, + sym_tuple_type_item, + STATE(8641), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(781), 2, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(6097), 2, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5053), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5352), 2, + sym_user_type, + sym_array_type, + STATE(6644), 2, + sym_opaque_type, + sym_existential_type, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(5924), 5, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + STATE(6005), 7, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [113481] = 32, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(775), 1, + anon_sym_AT, + ACTIONS(777), 1, + sym_wildcard_pattern, + ACTIONS(779), 1, + anon_sym_inout, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(6601), 1, + anon_sym_RPAREN, + STATE(3861), 1, + sym__tuple_type_item_identifier, + STATE(4442), 1, + sym_parameter_modifiers, + STATE(4707), 1, + sym_type_modifiers, + STATE(4903), 1, + sym__parameter_ownership_modifier, + STATE(5137), 1, + sym_tuple_type, + STATE(5177), 1, + sym__contextual_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6067), 1, + sym_simple_identifier, + STATE(8641), 1, + sym_type, + STATE(8668), 1, + sym_tuple_type_item, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(781), 2, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(6097), 2, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5053), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 5, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [113599] = 32, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(775), 1, + anon_sym_AT, + ACTIONS(777), 1, + sym_wildcard_pattern, + ACTIONS(779), 1, + anon_sym_inout, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(6603), 1, + anon_sym_RPAREN, + STATE(3861), 1, + sym__tuple_type_item_identifier, + STATE(4442), 1, + sym_parameter_modifiers, + STATE(4707), 1, + sym_type_modifiers, + STATE(4903), 1, + sym__parameter_ownership_modifier, + STATE(5137), 1, + sym_tuple_type, + STATE(5177), 1, + sym__contextual_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6067), 1, + sym_simple_identifier, + STATE(8641), 1, + sym_type, + STATE(8668), 1, + sym_tuple_type_item, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(781), 2, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(6097), 2, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5053), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 5, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [113717] = 34, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(775), 1, + anon_sym_AT, + ACTIONS(777), 1, + sym_wildcard_pattern, + ACTIONS(779), 1, + anon_sym_inout, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(6605), 1, + anon_sym_RPAREN, + STATE(3861), 1, + sym__tuple_type_item_identifier, + STATE(4442), 1, + sym_parameter_modifiers, + STATE(4707), 1, + sym_type_modifiers, + STATE(4903), 1, + sym__parameter_ownership_modifier, + STATE(5137), 1, + sym_tuple_type, + STATE(5177), 1, + sym__contextual_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6067), 1, + sym_simple_identifier, + STATE(6321), 1, + sym_dictionary_type, + STATE(8114), 1, + sym_tuple_type_item, + STATE(8641), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(781), 2, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(6097), 2, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5053), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5352), 2, + sym_user_type, + sym_array_type, + STATE(6657), 2, + sym_opaque_type, + sym_existential_type, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(5924), 5, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + STATE(6005), 7, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [113839] = 32, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(775), 1, + anon_sym_AT, + ACTIONS(777), 1, + sym_wildcard_pattern, + ACTIONS(779), 1, + anon_sym_inout, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(6607), 1, + anon_sym_RPAREN, + STATE(3861), 1, + sym__tuple_type_item_identifier, + STATE(4442), 1, + sym_parameter_modifiers, + STATE(4707), 1, + sym_type_modifiers, + STATE(4903), 1, + sym__parameter_ownership_modifier, + STATE(5137), 1, + sym_tuple_type, + STATE(5177), 1, + sym__contextual_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6067), 1, + sym_simple_identifier, + STATE(8641), 1, + sym_type, + STATE(8668), 1, + sym_tuple_type_item, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(781), 2, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(6097), 2, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5053), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 5, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [113957] = 32, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(775), 1, + anon_sym_AT, + ACTIONS(777), 1, + sym_wildcard_pattern, + ACTIONS(779), 1, + anon_sym_inout, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(6609), 1, + anon_sym_RPAREN, + STATE(3861), 1, + sym__tuple_type_item_identifier, + STATE(4442), 1, + sym_parameter_modifiers, + STATE(4707), 1, + sym_type_modifiers, + STATE(4903), 1, + sym__parameter_ownership_modifier, + STATE(5137), 1, + sym_tuple_type, + STATE(5177), 1, + sym__contextual_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6067), 1, + sym_simple_identifier, + STATE(8641), 1, + sym_type, + STATE(8668), 1, + sym_tuple_type_item, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(781), 2, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(6097), 2, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5053), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 5, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [114075] = 34, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(775), 1, + anon_sym_AT, + ACTIONS(777), 1, + sym_wildcard_pattern, + ACTIONS(779), 1, + anon_sym_inout, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(6611), 1, + anon_sym_RPAREN, + STATE(3861), 1, + sym__tuple_type_item_identifier, + STATE(4442), 1, + sym_parameter_modifiers, + STATE(4707), 1, + sym_type_modifiers, + STATE(4903), 1, + sym__parameter_ownership_modifier, + STATE(5137), 1, + sym_tuple_type, + STATE(5177), 1, + sym__contextual_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6067), 1, + sym_simple_identifier, + STATE(6329), 1, + sym_dictionary_type, + STATE(8130), 1, + sym_tuple_type_item, + STATE(8641), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(781), 2, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(6097), 2, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5053), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5352), 2, + sym_user_type, + sym_array_type, + STATE(6659), 2, + sym_opaque_type, + sym_existential_type, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(5924), 5, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + STATE(6005), 7, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [114197] = 32, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(775), 1, + anon_sym_AT, + ACTIONS(777), 1, + sym_wildcard_pattern, + ACTIONS(779), 1, + anon_sym_inout, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(6613), 1, + anon_sym_RPAREN, + STATE(3861), 1, + sym__tuple_type_item_identifier, + STATE(4442), 1, + sym_parameter_modifiers, + STATE(4707), 1, + sym_type_modifiers, + STATE(4903), 1, + sym__parameter_ownership_modifier, + STATE(5137), 1, + sym_tuple_type, + STATE(5177), 1, + sym__contextual_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6067), 1, + sym_simple_identifier, + STATE(8641), 1, + sym_type, + STATE(8668), 1, + sym_tuple_type_item, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(781), 2, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(6097), 2, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5053), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 5, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [114315] = 32, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(775), 1, + anon_sym_AT, + ACTIONS(777), 1, + sym_wildcard_pattern, + ACTIONS(779), 1, + anon_sym_inout, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(6615), 1, + anon_sym_RPAREN, + STATE(3861), 1, + sym__tuple_type_item_identifier, + STATE(4442), 1, + sym_parameter_modifiers, + STATE(4707), 1, + sym_type_modifiers, + STATE(4903), 1, + sym__parameter_ownership_modifier, + STATE(5137), 1, + sym_tuple_type, + STATE(5177), 1, + sym__contextual_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6067), 1, + sym_simple_identifier, + STATE(8641), 1, + sym_type, + STATE(8668), 1, + sym_tuple_type_item, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(781), 2, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(6097), 2, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5053), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 5, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [114433] = 34, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(775), 1, + anon_sym_AT, + ACTIONS(777), 1, + sym_wildcard_pattern, + ACTIONS(779), 1, + anon_sym_inout, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(6617), 1, + anon_sym_RPAREN, + STATE(3861), 1, + sym__tuple_type_item_identifier, + STATE(4442), 1, + sym_parameter_modifiers, + STATE(4707), 1, + sym_type_modifiers, + STATE(4903), 1, + sym__parameter_ownership_modifier, + STATE(5137), 1, + sym_tuple_type, + STATE(5177), 1, + sym__contextual_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6067), 1, + sym_simple_identifier, + STATE(6244), 1, + sym_dictionary_type, + STATE(8143), 1, + sym_tuple_type_item, + STATE(8641), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(781), 2, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(6097), 2, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5053), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5352), 2, + sym_user_type, + sym_array_type, + STATE(6492), 2, + sym_opaque_type, + sym_existential_type, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(5924), 5, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + STATE(6005), 7, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [114555] = 32, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(775), 1, + anon_sym_AT, + ACTIONS(777), 1, + sym_wildcard_pattern, + ACTIONS(779), 1, + anon_sym_inout, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(6619), 1, + anon_sym_RPAREN, + STATE(3861), 1, + sym__tuple_type_item_identifier, + STATE(4442), 1, + sym_parameter_modifiers, + STATE(4707), 1, + sym_type_modifiers, + STATE(4903), 1, + sym__parameter_ownership_modifier, + STATE(5137), 1, + sym_tuple_type, + STATE(5177), 1, + sym__contextual_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6067), 1, + sym_simple_identifier, + STATE(8641), 1, + sym_type, + STATE(8668), 1, + sym_tuple_type_item, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(781), 2, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(6097), 2, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5053), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 5, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [114673] = 32, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(775), 1, + anon_sym_AT, + ACTIONS(777), 1, + sym_wildcard_pattern, + ACTIONS(779), 1, + anon_sym_inout, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(6621), 1, + anon_sym_RPAREN, + STATE(3861), 1, + sym__tuple_type_item_identifier, + STATE(4442), 1, + sym_parameter_modifiers, + STATE(4707), 1, + sym_type_modifiers, + STATE(4903), 1, + sym__parameter_ownership_modifier, + STATE(5137), 1, + sym_tuple_type, + STATE(5177), 1, + sym__contextual_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6067), 1, + sym_simple_identifier, + STATE(8641), 1, + sym_type, + STATE(8668), 1, + sym_tuple_type_item, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(781), 2, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(6097), 2, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5053), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 5, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [114791] = 34, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(775), 1, + anon_sym_AT, + ACTIONS(777), 1, + sym_wildcard_pattern, + ACTIONS(779), 1, + anon_sym_inout, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(6623), 1, + anon_sym_RPAREN, + STATE(3861), 1, + sym__tuple_type_item_identifier, + STATE(4442), 1, + sym_parameter_modifiers, + STATE(4707), 1, + sym_type_modifiers, + STATE(4903), 1, + sym__parameter_ownership_modifier, + STATE(5137), 1, + sym_tuple_type, + STATE(5177), 1, + sym__contextual_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6067), 1, + sym_simple_identifier, + STATE(6246), 1, + sym_dictionary_type, + STATE(8160), 1, + sym_tuple_type_item, + STATE(8641), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(781), 2, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(6097), 2, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5053), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5352), 2, + sym_user_type, + sym_array_type, + STATE(6494), 2, + sym_opaque_type, + sym_existential_type, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(5924), 5, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + STATE(6005), 7, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [114913] = 32, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(775), 1, + anon_sym_AT, + ACTIONS(777), 1, + sym_wildcard_pattern, + ACTIONS(779), 1, + anon_sym_inout, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(6625), 1, + anon_sym_RPAREN, + STATE(3861), 1, + sym__tuple_type_item_identifier, + STATE(4442), 1, + sym_parameter_modifiers, + STATE(4707), 1, + sym_type_modifiers, + STATE(4903), 1, + sym__parameter_ownership_modifier, + STATE(5137), 1, + sym_tuple_type, + STATE(5177), 1, + sym__contextual_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6067), 1, + sym_simple_identifier, + STATE(8641), 1, + sym_type, + STATE(8668), 1, + sym_tuple_type_item, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(781), 2, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(6097), 2, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5053), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 5, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [115031] = 32, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(775), 1, + anon_sym_AT, + ACTIONS(777), 1, + sym_wildcard_pattern, + ACTIONS(779), 1, + anon_sym_inout, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(6627), 1, + anon_sym_RPAREN, + STATE(3861), 1, + sym__tuple_type_item_identifier, + STATE(4442), 1, + sym_parameter_modifiers, + STATE(4707), 1, + sym_type_modifiers, + STATE(4903), 1, + sym__parameter_ownership_modifier, + STATE(5137), 1, + sym_tuple_type, + STATE(5177), 1, + sym__contextual_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6067), 1, + sym_simple_identifier, + STATE(8641), 1, + sym_type, + STATE(8668), 1, + sym_tuple_type_item, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(781), 2, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(6097), 2, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5053), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 5, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [115149] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2511), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2513), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [115211] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2747), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2749), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [115273] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2515), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2517), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [115335] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5976), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5974), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [115395] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2201), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2203), 49, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [115455] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2519), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2521), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [115517] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6631), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6629), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [115577] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2205), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2207), 49, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [115637] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6635), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6633), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [115697] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6123), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6121), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [115757] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6123), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6121), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [115817] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(6637), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + ACTIONS(4930), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(4934), 38, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [115881] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6635), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6633), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [115941] = 32, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(775), 1, + anon_sym_AT, + ACTIONS(777), 1, + sym_wildcard_pattern, + ACTIONS(779), 1, + anon_sym_inout, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(6640), 1, + anon_sym_RPAREN, + STATE(3861), 1, + sym__tuple_type_item_identifier, + STATE(4442), 1, + sym_parameter_modifiers, + STATE(4707), 1, + sym_type_modifiers, + STATE(4903), 1, + sym__parameter_ownership_modifier, + STATE(5137), 1, + sym_tuple_type, + STATE(5177), 1, + sym__contextual_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6067), 1, + sym_simple_identifier, + STATE(8641), 1, + sym_type, + STATE(8668), 1, + sym_tuple_type_item, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(781), 2, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(6097), 2, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5053), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 5, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [116059] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2499), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2501), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [116121] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2280), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2282), 49, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [116181] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(6642), 1, + sym_else, + ACTIONS(2389), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2391), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [116245] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(6644), 1, + sym_else, + ACTIONS(2399), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2401), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [116309] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6123), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6121), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [116369] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6635), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6633), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [116429] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2342), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2344), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [116491] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2304), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2306), 49, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [116551] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6123), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6121), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [116611] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6635), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6633), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [116671] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6635), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6633), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [116731] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2523), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2525), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [116793] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2527), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2529), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [116855] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6635), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6633), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [116915] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6648), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6646), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [116975] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6652), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6650), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [117035] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2531), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2533), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [117097] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6635), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6633), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [117157] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2763), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2765), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [117219] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2535), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2537), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [117281] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2539), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2541), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [117343] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6635), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6633), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [117403] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6656), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6654), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [117463] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6656), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6654), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [117523] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2543), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2545), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [117585] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2547), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2549), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [117647] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2551), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2553), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [117709] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2587), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2589), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [117771] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6656), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6654), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [117831] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2555), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2557), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [117893] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6656), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6654), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [117953] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5976), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5974), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [118013] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2559), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2561), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [118075] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6656), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6654), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [118135] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6660), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6658), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [118195] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2563), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2565), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [118257] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6664), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6662), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [118317] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6668), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6666), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [118377] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6672), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6670), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [118437] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2567), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2569), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [118499] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2571), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2573), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [118561] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6672), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6670), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [118621] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2575), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2577), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [118683] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2579), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2581), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [118745] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2583), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2585), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [118807] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2379), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2381), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [118869] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5960), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5958), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [118929] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5960), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5958), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [118989] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6672), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6670), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [119049] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6672), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6670), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [119109] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6676), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6674), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [119169] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5960), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5958), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [119229] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6676), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6674), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [119289] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6676), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6674), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [119349] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6676), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6674), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [119409] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6676), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6674), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [119469] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6676), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6674), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [119529] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6676), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6674), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [119589] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6676), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6674), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [119649] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6676), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6674), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [119709] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6676), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6674), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [119769] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6680), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6678), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [119829] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6680), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6678), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [119889] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6684), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6682), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [119949] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6688), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6686), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [120009] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2591), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2593), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [120071] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6692), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6690), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [120131] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2595), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2597), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [120193] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2599), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2601), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [120255] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2603), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2605), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [120317] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2607), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2609), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [120379] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6696), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6694), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [120439] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6696), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6694), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [120499] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6700), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6698), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [120559] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6700), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6698), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [120619] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6700), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6698), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [120679] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6700), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6698), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [120739] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6704), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6702), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [120799] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2611), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2613), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [120861] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6708), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6706), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [120921] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2615), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2617), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [120983] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6712), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6710), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [121043] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6716), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6714), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [121103] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6716), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6714), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [121163] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6716), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6714), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [121223] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6716), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6714), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [121283] = 12, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(6718), 1, + anon_sym_QMARK2, + ACTIONS(6720), 1, + sym__arrow_operator_custom, + ACTIONS(6722), 1, + sym__async_keyword_custom, + STATE(4366), 1, + sym__arrow_operator, + STATE(7057), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2085), 2, + anon_sym_AT, + anon_sym_unowned, + STATE(3869), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + STATE(8912), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2087), 38, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [121361] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6113), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6111), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [121421] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6113), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6111), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [121481] = 19, + ACTIONS(6728), 1, + anon_sym_each, + ACTIONS(6730), 1, + anon_sym_repeat, + ACTIONS(6732), 1, + anon_sym_LPAREN, + ACTIONS(6734), 1, + anon_sym_LBRACK, + ACTIONS(6736), 1, + anon_sym_some, + ACTIONS(6738), 1, + anon_sym_any, + ACTIONS(6740), 1, + anon_sym_TILDE, + STATE(5200), 1, + sym_tuple_type, + STATE(5455), 1, + sym_unannotated_type, + STATE(5616), 1, + sym__simple_user_type, + STATE(5637), 1, + sym_simple_identifier, + STATE(6082), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5694), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(6726), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5777), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6724), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6170), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + ACTIONS(619), 15, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LT, + anon_sym_LBRACE, + anon_sym_RBRACE, + [121573] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6113), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6111), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [121633] = 19, + ACTIONS(6728), 1, + anon_sym_each, + ACTIONS(6730), 1, + anon_sym_repeat, + ACTIONS(6732), 1, + anon_sym_LPAREN, + ACTIONS(6734), 1, + anon_sym_LBRACK, + ACTIONS(6736), 1, + anon_sym_some, + ACTIONS(6738), 1, + anon_sym_any, + ACTIONS(6740), 1, + anon_sym_TILDE, + STATE(5200), 1, + sym_tuple_type, + STATE(5449), 1, + sym_unannotated_type, + STATE(5616), 1, + sym__simple_user_type, + STATE(5637), 1, + sym_simple_identifier, + STATE(6082), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5694), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(6726), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5777), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6724), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6170), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + ACTIONS(619), 15, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LT, + anon_sym_LBRACE, + anon_sym_RBRACE, + [121725] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6113), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6111), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [121785] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2619), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2621), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [121847] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6113), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6111), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [121907] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2623), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2625), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [121969] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6113), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6111), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [122029] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6113), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6111), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [122089] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2683), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2685), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [122151] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2627), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2629), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [122213] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6113), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6111), 49, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_precedencegroup, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [122273] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2631), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2633), 40, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [122335] = 32, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(775), 1, + anon_sym_AT, + ACTIONS(777), 1, + sym_wildcard_pattern, + ACTIONS(779), 1, + anon_sym_inout, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(6742), 1, + anon_sym_RPAREN, + STATE(3861), 1, + sym__tuple_type_item_identifier, + STATE(4442), 1, + sym_parameter_modifiers, + STATE(4707), 1, + sym_type_modifiers, + STATE(4903), 1, + sym__parameter_ownership_modifier, + STATE(5137), 1, + sym_tuple_type, + STATE(5177), 1, + sym__contextual_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6067), 1, + sym_simple_identifier, + STATE(8641), 1, + sym_type, + STATE(8668), 1, + sym_tuple_type_item, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(781), 2, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(6097), 2, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5053), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 5, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [122453] = 4, + STATE(3754), 1, + aux_sym_protocol_composition_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2315), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2317), 47, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [122514] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2743), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2745), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [122575] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2427), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2429), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [122636] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(1777), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(1772), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [122697] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2379), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2381), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [122758] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2447), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2449), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [122819] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2739), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2741), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [122880] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2405), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2407), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [122941] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2451), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2454), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [123002] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2591), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2593), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [123063] = 19, + ACTIONS(2917), 1, + anon_sym_LPAREN, + ACTIONS(2919), 1, + anon_sym_LBRACK, + ACTIONS(2925), 1, + anon_sym_TILDE, + ACTIONS(6744), 1, + anon_sym_each, + ACTIONS(6746), 1, + anon_sym_repeat, + ACTIONS(6748), 1, + anon_sym_some, + ACTIONS(6750), 1, + anon_sym_any, + STATE(1755), 1, + sym_simple_identifier, + STATE(1773), 1, + sym__simple_user_type, + STATE(1899), 1, + sym__parenthesized_type, + STATE(5322), 1, + sym_tuple_type, + STATE(5627), 1, + sym_unannotated_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1794), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2908), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1783), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(2906), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(1941), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + ACTIONS(619), 14, + sym__arrow_operator_custom, + sym__dot_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LT, + anon_sym_LBRACE, + [123154] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2595), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2597), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [123215] = 19, + ACTIONS(2917), 1, + anon_sym_LPAREN, + ACTIONS(2919), 1, + anon_sym_LBRACK, + ACTIONS(2925), 1, + anon_sym_TILDE, + ACTIONS(6744), 1, + anon_sym_each, + ACTIONS(6746), 1, + anon_sym_repeat, + ACTIONS(6748), 1, + anon_sym_some, + ACTIONS(6750), 1, + anon_sym_any, + STATE(1755), 1, + sym_simple_identifier, + STATE(1773), 1, + sym__simple_user_type, + STATE(1899), 1, + sym__parenthesized_type, + STATE(5322), 1, + sym_tuple_type, + STATE(5601), 1, + sym_unannotated_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1794), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2908), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1783), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(2906), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(1941), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + ACTIONS(619), 14, + sym__arrow_operator_custom, + sym__dot_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LT, + anon_sym_LBRACE, + [123306] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2599), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2601), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [123367] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2457), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2460), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [123428] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2603), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2605), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [123489] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2607), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2609), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [123550] = 24, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(3060), 1, + anon_sym_each, + ACTIONS(3062), 1, + anon_sym_repeat, + ACTIONS(3066), 1, + anon_sym_LPAREN, + ACTIONS(3068), 1, + anon_sym_LBRACK, + ACTIONS(3070), 1, + anon_sym_some, + ACTIONS(3072), 1, + anon_sym_any, + ACTIONS(3074), 1, + anon_sym_TILDE, + STATE(5475), 1, + sym_tuple_type, + STATE(5672), 1, + sym_simple_identifier, + STATE(5958), 1, + sym_unannotated_type, + STATE(6123), 1, + sym__simple_user_type, + STATE(6356), 1, + sym__parenthesized_type, + STATE(6919), 1, + sym_type_constraint, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(4176), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(6228), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(6867), 2, + sym_inheritance_constraint, + sym_equality_constraint, + ACTIONS(3058), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(6137), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + STATE(7197), 3, + sym_identifier, + sym__constrained_type, + sym_nested_type_identifier, + ACTIONS(3064), 5, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_LBRACE, + anon_sym_RBRACE, + ACTIONS(3056), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6481), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [123651] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2611), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2613), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [123712] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2615), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2617), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [123773] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2731), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2733), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [123834] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2342), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2344), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [123895] = 14, + ACTIONS(6752), 1, + anon_sym_COLON, + ACTIONS(6754), 1, + anon_sym_LBRACE, + ACTIONS(6756), 1, + sym__eq_custom, + ACTIONS(6758), 1, + sym_where_keyword, + STATE(687), 1, + sym__equal_sign, + STATE(3856), 1, + sym_type_annotation, + STATE(3887), 1, + sym_type_constraints, + STATE(4589), 1, + sym__expression_with_willset_didset, + STATE(4598), 1, + sym__expression_without_willset_didset, + STATE(4599), 1, + sym_willset_didset_block, + STATE(4603), 1, + sym_computed_property, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4506), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4500), 37, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [123976] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2719), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2721), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [124037] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2284), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2286), 48, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [124096] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(1901), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(1899), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [124157] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2463), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2466), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [124218] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2469), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2472), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [124279] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(453), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(475), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [124340] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2292), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2294), 48, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [124399] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2475), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2477), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [124460] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2209), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2211), 48, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [124519] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2423), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2425), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [124580] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2479), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2481), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [124641] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(6760), 1, + sym_else, + ACTIONS(2389), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2391), 38, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [124704] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(6762), 1, + sym_else, + ACTIONS(2399), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2401), 38, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [124767] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2483), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2485), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [124828] = 24, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(3060), 1, + anon_sym_each, + ACTIONS(3062), 1, + anon_sym_repeat, + ACTIONS(3066), 1, + anon_sym_LPAREN, + ACTIONS(3068), 1, + anon_sym_LBRACK, + ACTIONS(3070), 1, + anon_sym_some, + ACTIONS(3072), 1, + anon_sym_any, + ACTIONS(3074), 1, + anon_sym_TILDE, + STATE(5475), 1, + sym_tuple_type, + STATE(5672), 1, + sym_simple_identifier, + STATE(5958), 1, + sym_unannotated_type, + STATE(6123), 1, + sym__simple_user_type, + STATE(6356), 1, + sym__parenthesized_type, + STATE(6919), 1, + sym_type_constraint, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(4176), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(6228), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(6867), 2, + sym_inheritance_constraint, + sym_equality_constraint, + ACTIONS(3058), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(6137), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + STATE(7197), 3, + sym_identifier, + sym__constrained_type, + sym_nested_type_identifier, + ACTIONS(3080), 5, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_LBRACE, + anon_sym_RBRACE, + ACTIONS(3056), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6481), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [124929] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2217), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2219), 48, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [124988] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2663), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2665), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [125049] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2667), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2669), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [125110] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2671), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2673), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [125171] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2675), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2677), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [125232] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2225), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2227), 48, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [125291] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2679), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2681), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [125352] = 8, + ACTIONS(6764), 1, + anon_sym_lazy, + ACTIONS(6767), 1, + anon_sym_AT, + ACTIONS(6770), 1, + anon_sym_final, + ACTIONS(6776), 1, + anon_sym_unowned, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6773), 3, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + STATE(3715), 6, + sym_attribute, + aux_sym__locally_permitted_modifiers, + sym__locally_permitted_modifier, + sym_property_behavior_modifier, + sym_inheritance_modifier, + sym_ownership_modifier, + ACTIONS(4803), 37, + sym_default_keyword, + anon_sym_actor, + anon_sym_async, + anon_sym_package, + anon_sym_case, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_borrowing, + anon_sym_consuming, + [125421] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2487), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2489), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [125482] = 19, + ACTIONS(6783), 1, + anon_sym_each, + ACTIONS(6785), 1, + anon_sym_repeat, + ACTIONS(6787), 1, + anon_sym_LPAREN, + ACTIONS(6789), 1, + anon_sym_LBRACK, + ACTIONS(6791), 1, + anon_sym_some, + ACTIONS(6793), 1, + anon_sym_any, + ACTIONS(6795), 1, + anon_sym_TILDE, + STATE(5342), 1, + sym_tuple_type, + STATE(5495), 1, + sym_unannotated_type, + STATE(5681), 1, + sym__simple_user_type, + STATE(5682), 1, + sym_simple_identifier, + STATE(6223), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5960), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(6781), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(6008), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6779), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6302), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + ACTIONS(619), 14, + sym__arrow_operator_custom, + sym__dot_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym_else, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LT, + [125573] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2443), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2445), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [125634] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2491), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2493), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [125695] = 19, + ACTIONS(6783), 1, + anon_sym_each, + ACTIONS(6785), 1, + anon_sym_repeat, + ACTIONS(6787), 1, + anon_sym_LPAREN, + ACTIONS(6789), 1, + anon_sym_LBRACK, + ACTIONS(6791), 1, + anon_sym_some, + ACTIONS(6793), 1, + anon_sym_any, + ACTIONS(6795), 1, + anon_sym_TILDE, + STATE(5342), 1, + sym_tuple_type, + STATE(5645), 1, + sym_unannotated_type, + STATE(5681), 1, + sym__simple_user_type, + STATE(5682), 1, + sym_simple_identifier, + STATE(6223), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5960), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(6781), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(6008), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6779), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6302), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + ACTIONS(619), 14, + sym__arrow_operator_custom, + sym__dot_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym_else, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LT, + [125786] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2431), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2433), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [125847] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2296), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2298), 48, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [125906] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2099), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2101), 48, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [125965] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2755), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2757), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [126026] = 31, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(775), 1, + anon_sym_AT, + ACTIONS(777), 1, + sym_wildcard_pattern, + ACTIONS(779), 1, + anon_sym_inout, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(3861), 1, + sym__tuple_type_item_identifier, + STATE(4442), 1, + sym_parameter_modifiers, + STATE(4707), 1, + sym_type_modifiers, + STATE(4903), 1, + sym__parameter_ownership_modifier, + STATE(5137), 1, + sym_tuple_type, + STATE(5177), 1, + sym__contextual_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6067), 1, + sym_simple_identifier, + STATE(8641), 1, + sym_type, + STATE(8668), 1, + sym_tuple_type_item, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(781), 2, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(6097), 2, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5053), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 5, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [126141] = 20, + ACTIONS(625), 1, + anon_sym_QMARK, + ACTIONS(6801), 1, + anon_sym_each, + ACTIONS(6803), 1, + anon_sym_repeat, + ACTIONS(6805), 1, + anon_sym_LPAREN, + ACTIONS(6807), 1, + anon_sym_LBRACK, + ACTIONS(6809), 1, + anon_sym_some, + ACTIONS(6811), 1, + anon_sym_any, + ACTIONS(6813), 1, + anon_sym_TILDE, + STATE(5325), 1, + sym_tuple_type, + STATE(5552), 1, + sym__simple_user_type, + STATE(5587), 1, + sym_simple_identifier, + STATE(5608), 1, + sym_unannotated_type, + STATE(6093), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5771), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(6799), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5859), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6797), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6194), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + ACTIONS(619), 13, + sym__arrow_operator_custom, + sym__dot_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LT, + [126234] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2503), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2505), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [126295] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2619), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2621), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [126356] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2507), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2509), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [126417] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2623), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2625), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [126478] = 4, + ACTIONS(6815), 1, + anon_sym_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5878), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5876), 47, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_case, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [126539] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2511), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2513), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [126600] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2627), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2629), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [126661] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2631), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2633), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [126722] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2735), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2737), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [126783] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2515), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2517), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [126844] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2519), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2521), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [126905] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2435), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2437), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [126966] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2439), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2441), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [127027] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2213), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2215), 48, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [127086] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2331), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2333), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [127147] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2759), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2761), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [127208] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2338), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2340), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [127269] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2419), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2421), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [127330] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(6817), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + ACTIONS(4930), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(4934), 37, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [127393] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2747), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2749), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [127454] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2197), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2199), 48, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [127513] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2229), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2231), 48, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [127572] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2233), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2235), 48, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [127631] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2687), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2689), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [127692] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2325), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2327), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [127753] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2723), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2725), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [127814] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2495), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2497), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [127875] = 5, + ACTIONS(6820), 1, + anon_sym_AMP, + STATE(3754), 1, + aux_sym_protocol_composition_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2187), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2189), 46, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [127938] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2523), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2525), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [127999] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2527), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2529), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [128060] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2531), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2533), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [128121] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2703), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2705), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [128182] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2707), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2709), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [128243] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2711), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2713), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [128304] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2635), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2637), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [128365] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2639), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2641), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [128426] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2643), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2645), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [128487] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2647), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2649), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [128548] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2651), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2653), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [128609] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2763), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2765), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [128670] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2655), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2657), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [128731] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2691), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2693), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [128792] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2695), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2697), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [128853] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2659), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2661), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [128914] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2535), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2537), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [128975] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2499), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2501), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [129036] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2539), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2541), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [129097] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2715), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2717), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [129158] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2543), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2545), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [129219] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2547), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2549), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [129280] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2284), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2286), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [129341] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2551), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2553), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [129402] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2727), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2729), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [129463] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2555), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2557), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [129524] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2559), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2561), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [129585] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2587), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2589), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [129646] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2563), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2565), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [129707] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2567), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2569), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [129768] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2245), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2247), 48, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [129827] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2571), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2573), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [129888] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2575), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2577), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [129949] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2272), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2274), 48, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [130008] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2699), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2701), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [130069] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2579), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2581), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [130130] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2583), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2585), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [130191] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2288), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2290), 48, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [130250] = 20, + ACTIONS(625), 1, + anon_sym_QMARK, + ACTIONS(6801), 1, + anon_sym_each, + ACTIONS(6803), 1, + anon_sym_repeat, + ACTIONS(6805), 1, + anon_sym_LPAREN, + ACTIONS(6807), 1, + anon_sym_LBRACK, + ACTIONS(6809), 1, + anon_sym_some, + ACTIONS(6811), 1, + anon_sym_any, + ACTIONS(6813), 1, + anon_sym_TILDE, + STATE(5325), 1, + sym_tuple_type, + STATE(5552), 1, + sym__simple_user_type, + STATE(5587), 1, + sym_simple_identifier, + STATE(5607), 1, + sym_unannotated_type, + STATE(6093), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5771), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(6799), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5859), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6797), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6194), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + ACTIONS(619), 13, + sym__arrow_operator_custom, + sym__dot_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LT, + [130343] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(2683), 11, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(2685), 39, + sym__dot_custom, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + sym__nil_coalescing_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + sym__bang_custom, + sym_else, + sym__as_custom, + sym__as_quest_custom, + sym__as_bang_custom, + sym__custom_operator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_QMARK2, + anon_sym_AMP, + aux_sym_custom_operator_token1, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_is, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + [130404] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2221), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2223), 48, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [130463] = 4, + ACTIONS(6823), 1, + anon_sym_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5878), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5876), 46, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [130523] = 5, + ACTIONS(6825), 1, + anon_sym_AMP, + STATE(3797), 1, + aux_sym_protocol_composition_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2187), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2189), 45, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [130585] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2221), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2223), 47, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [130643] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2288), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2290), 47, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [130701] = 15, + ACTIONS(115), 1, + anon_sym_AT, + ACTIONS(131), 1, + anon_sym_unowned, + ACTIONS(3103), 1, + anon_sym_lazy, + ACTIONS(3147), 1, + anon_sym_final, + STATE(2893), 1, + sym__parameter_ownership_modifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(3143), 2, + anon_sym_mutating, + anon_sym_nonmutating, + ACTIONS(4391), 2, + anon_sym_willSet, + anon_sym_didSet, + ACTIONS(133), 3, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + ACTIONS(4219), 3, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + ACTIONS(3141), 4, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + ACTIONS(129), 5, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_borrowing, + anon_sym_consuming, + ACTIONS(3145), 5, + anon_sym_class, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + ACTIONS(3105), 6, + anon_sym_package, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + STATE(1730), 14, + sym_attribute, + aux_sym__locally_permitted_modifiers, + sym__non_local_scope_modifier, + sym__locally_permitted_modifier, + sym_property_behavior_modifier, + sym_member_modifier, + sym_visibility_modifier, + sym_function_modifier, + sym_mutation_modifier, + sym_property_modifier, + sym_inheritance_modifier, + sym_parameter_modifier, + sym_ownership_modifier, + aux_sym_modifiers_repeat1, + [130783] = 15, + ACTIONS(225), 1, + anon_sym_unowned, + ACTIONS(5627), 1, + anon_sym_lazy, + ACTIONS(5639), 1, + anon_sym_AT, + ACTIONS(5645), 1, + anon_sym_final, + STATE(4905), 1, + sym__parameter_ownership_modifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4391), 2, + sym_default_keyword, + anon_sym_case, + ACTIONS(5643), 2, + anon_sym_mutating, + anon_sym_nonmutating, + ACTIONS(227), 3, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + ACTIONS(5637), 3, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + ACTIONS(5641), 4, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + ACTIONS(223), 5, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_borrowing, + anon_sym_consuming, + ACTIONS(5635), 5, + anon_sym_class, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + ACTIONS(5629), 6, + anon_sym_package, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + STATE(3812), 14, + sym_attribute, + aux_sym__locally_permitted_modifiers, + sym__non_local_scope_modifier, + sym__locally_permitted_modifier, + sym_property_behavior_modifier, + sym_member_modifier, + sym_visibility_modifier, + sym_function_modifier, + sym_mutation_modifier, + sym_property_modifier, + sym_inheritance_modifier, + sym_parameter_modifier, + sym_ownership_modifier, + aux_sym_modifiers_repeat1, + [130865] = 29, + ACTIONS(775), 1, + anon_sym_AT, + ACTIONS(779), 1, + anon_sym_inout, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(6828), 1, + anon_sym_each, + ACTIONS(6830), 1, + anon_sym_repeat, + ACTIONS(6832), 1, + anon_sym_some, + ACTIONS(6834), 1, + anon_sym_any, + ACTIONS(6836), 1, + anon_sym_TILDE, + STATE(4032), 1, + sym_parameter_modifiers, + STATE(4771), 1, + sym_type_modifiers, + STATE(4935), 1, + sym__parameter_ownership_modifier, + STATE(5163), 1, + sym_simple_identifier, + STATE(5177), 1, + sym__contextual_simple_identifier, + STATE(5596), 1, + sym_tuple_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(5975), 1, + sym_unannotated_type, + STATE(6133), 1, + sym__simple_user_type, + STATE(6687), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(781), 2, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(6838), 2, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5053), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(7020), 2, + sym__possibly_implicitly_unwrapped_type, + sym_implicitly_unwrapped_type, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 5, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [130975] = 7, + STATE(3918), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(4366), 1, + sym__arrow_operator, + STATE(7057), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2106), 2, + anon_sym_AT, + anon_sym_unowned, + STATE(8912), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2108), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [131041] = 29, + ACTIONS(775), 1, + anon_sym_AT, + ACTIONS(779), 1, + anon_sym_inout, + ACTIONS(2952), 1, + anon_sym_LPAREN, + ACTIONS(2954), 1, + anon_sym_LBRACK, + ACTIONS(2960), 1, + anon_sym_TILDE, + ACTIONS(6261), 1, + anon_sym_each, + ACTIONS(6263), 1, + anon_sym_repeat, + ACTIONS(6265), 1, + anon_sym_some, + ACTIONS(6267), 1, + anon_sym_any, + STATE(1742), 1, + sym__contextual_simple_identifier, + STATE(1744), 1, + sym_simple_identifier, + STATE(1819), 1, + sym__parenthesized_type, + STATE(2208), 1, + sym_type, + STATE(4022), 1, + sym_parameter_modifiers, + STATE(4758), 1, + sym_type_modifiers, + STATE(4878), 1, + sym__parameter_ownership_modifier, + STATE(5239), 1, + sym_tuple_type, + STATE(5469), 1, + sym_unannotated_type, + STATE(5813), 1, + sym__simple_user_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(781), 2, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(6840), 2, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5053), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(7185), 2, + sym__possibly_implicitly_unwrapped_type, + sym_implicitly_unwrapped_type, + ACTIONS(2943), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1760), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(2941), 5, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + STATE(1881), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [131151] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2201), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2203), 47, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [131209] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2292), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2294), 47, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [131267] = 29, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(775), 1, + anon_sym_AT, + ACTIONS(779), 1, + anon_sym_inout, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(3955), 1, + sym_parameter_modifiers, + STATE(4707), 1, + sym_type_modifiers, + STATE(4903), 1, + sym__parameter_ownership_modifier, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5177), 1, + sym__contextual_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6874), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(781), 2, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(6097), 2, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5053), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(8598), 2, + sym__possibly_implicitly_unwrapped_type, + sym_implicitly_unwrapped_type, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 5, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [131377] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2245), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2247), 47, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [131435] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2276), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2278), 47, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [131493] = 13, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(6720), 1, + sym__arrow_operator_custom, + ACTIONS(6722), 1, + sym__async_keyword_custom, + ACTIONS(6842), 1, + anon_sym_DOT, + ACTIONS(6844), 1, + anon_sym_AMP, + STATE(3918), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(4366), 1, + sym__arrow_operator, + STATE(7057), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2156), 2, + anon_sym_AT, + anon_sym_unowned, + STATE(8912), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2158), 36, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [131571] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2284), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2286), 47, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [131629] = 15, + ACTIONS(6846), 1, + anon_sym_lazy, + ACTIONS(6858), 1, + anon_sym_AT, + ACTIONS(6867), 1, + anon_sym_final, + ACTIONS(6876), 1, + anon_sym_unowned, + STATE(4905), 1, + sym__parameter_ownership_modifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4299), 2, + sym_default_keyword, + anon_sym_case, + ACTIONS(6864), 2, + anon_sym_mutating, + anon_sym_nonmutating, + ACTIONS(6855), 3, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + ACTIONS(6873), 3, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + ACTIONS(6861), 4, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + ACTIONS(6852), 5, + anon_sym_class, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + ACTIONS(6870), 5, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_borrowing, + anon_sym_consuming, + ACTIONS(6849), 6, + anon_sym_package, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + STATE(3812), 14, + sym_attribute, + aux_sym__locally_permitted_modifiers, + sym__non_local_scope_modifier, + sym__locally_permitted_modifier, + sym_property_behavior_modifier, + sym_member_modifier, + sym_visibility_modifier, + sym_function_modifier, + sym_mutation_modifier, + sym_property_modifier, + sym_inheritance_modifier, + sym_parameter_modifier, + sym_ownership_modifier, + aux_sym_modifiers_repeat1, + [131711] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2272), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2274), 47, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [131769] = 4, + STATE(3797), 1, + aux_sym_protocol_composition_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2315), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2317), 46, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [131829] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2225), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2227), 47, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [131887] = 20, + ACTIONS(6805), 1, + anon_sym_LPAREN, + ACTIONS(6807), 1, + anon_sym_LBRACK, + ACTIONS(6813), 1, + anon_sym_TILDE, + ACTIONS(6879), 1, + anon_sym_each, + ACTIONS(6881), 1, + anon_sym_repeat, + ACTIONS(6883), 1, + anon_sym_some, + ACTIONS(6885), 1, + anon_sym_any, + STATE(5437), 1, + sym_tuple_type, + STATE(5552), 1, + sym__simple_user_type, + STATE(5587), 1, + sym_simple_identifier, + STATE(5878), 1, + sym_unannotated_type, + STATE(6093), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(625), 2, + anon_sym_QMARK, + anon_sym_in, + STATE(5771), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(6799), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5859), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6797), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6194), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + ACTIONS(619), 11, + sym__arrow_operator_custom, + sym__dot_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LT, + [131979] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2304), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2306), 47, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [132037] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2296), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2298), 47, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [132095] = 13, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(6720), 1, + sym__arrow_operator_custom, + ACTIONS(6722), 1, + sym__async_keyword_custom, + ACTIONS(6842), 1, + anon_sym_DOT, + ACTIONS(6844), 1, + anon_sym_AMP, + STATE(3918), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(4366), 1, + sym__arrow_operator, + STATE(7057), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2171), 2, + anon_sym_AT, + anon_sym_unowned, + STATE(8912), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2173), 36, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [132173] = 13, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(6720), 1, + sym__arrow_operator_custom, + ACTIONS(6722), 1, + sym__async_keyword_custom, + ACTIONS(6842), 1, + anon_sym_DOT, + ACTIONS(6844), 1, + anon_sym_AMP, + STATE(3918), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(4366), 1, + sym__arrow_operator, + STATE(7057), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2179), 2, + anon_sym_AT, + anon_sym_unowned, + STATE(8912), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2181), 36, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [132251] = 20, + ACTIONS(6805), 1, + anon_sym_LPAREN, + ACTIONS(6807), 1, + anon_sym_LBRACK, + ACTIONS(6813), 1, + anon_sym_TILDE, + ACTIONS(6879), 1, + anon_sym_each, + ACTIONS(6881), 1, + anon_sym_repeat, + ACTIONS(6883), 1, + anon_sym_some, + ACTIONS(6885), 1, + anon_sym_any, + STATE(5437), 1, + sym_tuple_type, + STATE(5552), 1, + sym__simple_user_type, + STATE(5587), 1, + sym_simple_identifier, + STATE(5879), 1, + sym_unannotated_type, + STATE(6093), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(625), 2, + anon_sym_QMARK, + anon_sym_in, + STATE(5771), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(6799), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5859), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6797), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6194), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + ACTIONS(619), 11, + sym__arrow_operator_custom, + sym__dot_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LT, + [132343] = 29, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(775), 1, + anon_sym_AT, + ACTIONS(779), 1, + anon_sym_inout, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4013), 1, + sym_parameter_modifiers, + STATE(4707), 1, + sym_type_modifiers, + STATE(4903), 1, + sym__parameter_ownership_modifier, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5177), 1, + sym__contextual_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6874), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(781), 2, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(6097), 2, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5053), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(8618), 2, + sym__possibly_implicitly_unwrapped_type, + sym_implicitly_unwrapped_type, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 5, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [132453] = 7, + STATE(3918), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(4366), 1, + sym__arrow_operator, + STATE(7057), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2183), 2, + anon_sym_AT, + anon_sym_unowned, + STATE(8912), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2185), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [132519] = 13, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(6720), 1, + sym__arrow_operator_custom, + ACTIONS(6722), 1, + sym__async_keyword_custom, + ACTIONS(6842), 1, + anon_sym_DOT, + ACTIONS(6844), 1, + anon_sym_AMP, + STATE(3918), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(4366), 1, + sym__arrow_operator, + STATE(7057), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2175), 2, + anon_sym_AT, + anon_sym_unowned, + STATE(8912), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2177), 36, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [132597] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2280), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2282), 47, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [132655] = 24, + ACTIONS(5), 1, + sym_comment, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(3060), 1, + anon_sym_each, + ACTIONS(3062), 1, + anon_sym_repeat, + ACTIONS(3066), 1, + anon_sym_LPAREN, + ACTIONS(3068), 1, + anon_sym_LBRACK, + ACTIONS(3070), 1, + anon_sym_some, + ACTIONS(3072), 1, + anon_sym_any, + ACTIONS(3074), 1, + anon_sym_TILDE, + STATE(5475), 1, + sym_tuple_type, + STATE(5672), 1, + sym_simple_identifier, + STATE(5958), 1, + sym_unannotated_type, + STATE(6123), 1, + sym__simple_user_type, + STATE(6356), 1, + sym__parenthesized_type, + STATE(7109), 1, + sym_type_constraint, + STATE(4187), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(6228), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(7251), 2, + sym_inheritance_constraint, + sym_equality_constraint, + ACTIONS(3058), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(6137), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + STATE(7215), 3, + sym_identifier, + sym__constrained_type, + sym_nested_type_identifier, + ACTIONS(3080), 5, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_LBRACE, + anon_sym_RBRACE, + ACTIONS(3056), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6481), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [132755] = 29, + ACTIONS(775), 1, + anon_sym_AT, + ACTIONS(779), 1, + anon_sym_inout, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(6828), 1, + anon_sym_each, + ACTIONS(6830), 1, + anon_sym_repeat, + ACTIONS(6832), 1, + anon_sym_some, + ACTIONS(6834), 1, + anon_sym_any, + ACTIONS(6836), 1, + anon_sym_TILDE, + STATE(4005), 1, + sym_parameter_modifiers, + STATE(4771), 1, + sym_type_modifiers, + STATE(4935), 1, + sym__parameter_ownership_modifier, + STATE(5163), 1, + sym_simple_identifier, + STATE(5177), 1, + sym__contextual_simple_identifier, + STATE(5596), 1, + sym_tuple_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(5975), 1, + sym_unannotated_type, + STATE(6133), 1, + sym__simple_user_type, + STATE(6687), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(781), 2, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(6838), 2, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5053), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(7010), 2, + sym__possibly_implicitly_unwrapped_type, + sym_implicitly_unwrapped_type, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 5, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [132865] = 13, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(6720), 1, + sym__arrow_operator_custom, + ACTIONS(6722), 1, + sym__async_keyword_custom, + ACTIONS(6842), 1, + anon_sym_DOT, + ACTIONS(6844), 1, + anon_sym_AMP, + STATE(3918), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(4366), 1, + sym__arrow_operator, + STATE(7057), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2187), 2, + anon_sym_AT, + anon_sym_unowned, + STATE(8912), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2189), 36, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [132943] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2300), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2302), 47, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [133001] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2217), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2219), 47, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [133059] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2209), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2211), 47, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [133117] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2205), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2207), 47, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [133175] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2085), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2087), 47, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [133233] = 24, + ACTIONS(5), 1, + sym_comment, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(3060), 1, + anon_sym_each, + ACTIONS(3062), 1, + anon_sym_repeat, + ACTIONS(3066), 1, + anon_sym_LPAREN, + ACTIONS(3068), 1, + anon_sym_LBRACK, + ACTIONS(3070), 1, + anon_sym_some, + ACTIONS(3072), 1, + anon_sym_any, + ACTIONS(3074), 1, + anon_sym_TILDE, + STATE(5475), 1, + sym_tuple_type, + STATE(5672), 1, + sym_simple_identifier, + STATE(5958), 1, + sym_unannotated_type, + STATE(6123), 1, + sym__simple_user_type, + STATE(6356), 1, + sym__parenthesized_type, + STATE(7109), 1, + sym_type_constraint, + STATE(4187), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(6228), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(7251), 2, + sym_inheritance_constraint, + sym_equality_constraint, + ACTIONS(3058), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(6137), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + STATE(7215), 3, + sym_identifier, + sym__constrained_type, + sym_nested_type_identifier, + ACTIONS(3064), 5, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_LBRACE, + anon_sym_RBRACE, + ACTIONS(3056), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6481), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [133333] = 29, + ACTIONS(775), 1, + anon_sym_AT, + ACTIONS(779), 1, + anon_sym_inout, + ACTIONS(2952), 1, + anon_sym_LPAREN, + ACTIONS(2954), 1, + anon_sym_LBRACK, + ACTIONS(2960), 1, + anon_sym_TILDE, + ACTIONS(6261), 1, + anon_sym_each, + ACTIONS(6263), 1, + anon_sym_repeat, + ACTIONS(6265), 1, + anon_sym_some, + ACTIONS(6267), 1, + anon_sym_any, + STATE(1742), 1, + sym__contextual_simple_identifier, + STATE(1744), 1, + sym_simple_identifier, + STATE(1819), 1, + sym__parenthesized_type, + STATE(2208), 1, + sym_type, + STATE(3952), 1, + sym_parameter_modifiers, + STATE(4758), 1, + sym_type_modifiers, + STATE(4878), 1, + sym__parameter_ownership_modifier, + STATE(5239), 1, + sym_tuple_type, + STATE(5469), 1, + sym_unannotated_type, + STATE(5813), 1, + sym__simple_user_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(781), 2, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(6840), 2, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5053), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(7245), 2, + sym__possibly_implicitly_unwrapped_type, + sym_implicitly_unwrapped_type, + ACTIONS(2943), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1760), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(2941), 5, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + STATE(1881), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [133443] = 6, + ACTIONS(2193), 1, + sym__dot_custom, + ACTIONS(4544), 1, + anon_sym_LT, + STATE(2076), 1, + sym_type_arguments, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4546), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4542), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_default_keyword, + sym_where_keyword, + sym__as_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [133506] = 5, + ACTIONS(6887), 1, + anon_sym_LT, + STATE(3875), 1, + sym_type_arguments, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2191), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2193), 44, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [133567] = 19, + ACTIONS(3060), 1, + anon_sym_each, + ACTIONS(3062), 1, + anon_sym_repeat, + ACTIONS(3066), 1, + anon_sym_LPAREN, + ACTIONS(3068), 1, + anon_sym_LBRACK, + ACTIONS(3070), 1, + anon_sym_some, + ACTIONS(3072), 1, + anon_sym_any, + ACTIONS(3074), 1, + anon_sym_TILDE, + STATE(5475), 1, + sym_tuple_type, + STATE(5916), 1, + sym_unannotated_type, + STATE(6032), 1, + sym_simple_identifier, + STATE(6123), 1, + sym__simple_user_type, + STATE(6356), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(6228), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(3058), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(6137), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(3056), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6481), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + ACTIONS(619), 12, + sym__arrow_operator_custom, + sym__dot_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LT, + [133656] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2300), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2302), 46, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [133713] = 20, + ACTIONS(625), 1, + anon_sym_in, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(6828), 1, + anon_sym_each, + ACTIONS(6830), 1, + anon_sym_repeat, + ACTIONS(6832), 1, + anon_sym_some, + ACTIONS(6834), 1, + anon_sym_any, + ACTIONS(6836), 1, + anon_sym_TILDE, + STATE(5163), 1, + sym_simple_identifier, + STATE(5596), 1, + sym_tuple_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(5979), 1, + sym_unannotated_type, + STATE(6133), 1, + sym__simple_user_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + ACTIONS(619), 11, + sym__arrow_operator_custom, + sym__dot_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LT, + [133804] = 20, + ACTIONS(625), 1, + anon_sym_in, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(6828), 1, + anon_sym_each, + ACTIONS(6830), 1, + anon_sym_repeat, + ACTIONS(6832), 1, + anon_sym_some, + ACTIONS(6834), 1, + anon_sym_any, + ACTIONS(6836), 1, + anon_sym_TILDE, + STATE(5163), 1, + sym_simple_identifier, + STATE(5596), 1, + sym_tuple_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(5980), 1, + sym_unannotated_type, + STATE(6133), 1, + sym__simple_user_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + ACTIONS(619), 11, + sym__arrow_operator_custom, + sym__dot_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LT, + [133895] = 19, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5287), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + ACTIONS(619), 12, + sym__arrow_operator_custom, + sym__dot_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LT, + anon_sym_LBRACE, + [133984] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2085), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2087), 46, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [134041] = 6, + ACTIONS(6889), 1, + sym__dot_custom, + STATE(3844), 1, + aux_sym_user_type_repeat1, + STATE(5591), 1, + sym__dot, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2099), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2101), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [134104] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2276), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2278), 46, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [134161] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2201), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2203), 46, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [134218] = 6, + ACTIONS(6892), 1, + sym__dot_custom, + STATE(3848), 1, + aux_sym_user_type_repeat1, + STATE(5591), 1, + sym__dot, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2149), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2151), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [134281] = 6, + ACTIONS(6892), 1, + sym__dot_custom, + STATE(3844), 1, + aux_sym_user_type_repeat1, + STATE(5591), 1, + sym__dot, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2164), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2166), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [134344] = 19, + ACTIONS(3060), 1, + anon_sym_each, + ACTIONS(3062), 1, + anon_sym_repeat, + ACTIONS(3066), 1, + anon_sym_LPAREN, + ACTIONS(3068), 1, + anon_sym_LBRACK, + ACTIONS(3070), 1, + anon_sym_some, + ACTIONS(3072), 1, + anon_sym_any, + ACTIONS(3074), 1, + anon_sym_TILDE, + STATE(5475), 1, + sym_tuple_type, + STATE(5942), 1, + sym_unannotated_type, + STATE(6032), 1, + sym_simple_identifier, + STATE(6123), 1, + sym__simple_user_type, + STATE(6356), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(6228), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(3058), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(6137), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(3056), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6481), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + ACTIONS(619), 12, + sym__arrow_operator_custom, + sym__dot_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LT, + [134433] = 19, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5288), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + ACTIONS(619), 12, + sym__arrow_operator_custom, + sym__dot_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LT, + anon_sym_LBRACE, + [134522] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2280), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2282), 46, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [134579] = 4, + ACTIONS(6894), 1, + anon_sym_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5878), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5876), 45, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_import, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_macro, + anon_sym_extension, + anon_sym_indirect, + anon_sym_init, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [134638] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2304), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2306), 46, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [134695] = 5, + ACTIONS(6896), 1, + anon_sym_LT, + STATE(3878), 1, + sym_type_arguments, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2191), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2193), 44, + sym__dot_custom, + sym_default_keyword, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_LPAREN, + anon_sym_case, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [134756] = 6, + ACTIONS(6898), 1, + sym__dot_custom, + STATE(3857), 1, + aux_sym_user_type_repeat1, + STATE(5571), 1, + sym__dot, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2149), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2151), 43, + sym_default_keyword, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_LPAREN, + anon_sym_case, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [134819] = 12, + ACTIONS(6754), 1, + anon_sym_LBRACE, + ACTIONS(6756), 1, + sym__eq_custom, + ACTIONS(6758), 1, + sym_where_keyword, + STATE(687), 1, + sym__equal_sign, + STATE(3873), 1, + sym_type_constraints, + STATE(4608), 1, + sym_computed_property, + STATE(4610), 1, + sym__expression_with_willset_didset, + STATE(4611), 1, + sym__expression_without_willset_didset, + STATE(4614), 1, + sym_willset_didset_block, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4560), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4558), 37, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [134894] = 6, + ACTIONS(6898), 1, + sym__dot_custom, + STATE(3858), 1, + aux_sym_user_type_repeat1, + STATE(5571), 1, + sym__dot, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2164), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2166), 43, + sym_default_keyword, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_LPAREN, + anon_sym_case, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [134957] = 6, + ACTIONS(6900), 1, + sym__dot_custom, + STATE(3858), 1, + aux_sym_user_type_repeat1, + STATE(5571), 1, + sym__dot, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2099), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2101), 43, + sym_default_keyword, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_LPAREN, + anon_sym_case, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [135020] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2205), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2207), 46, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [135077] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2300), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2302), 45, + sym__dot_custom, + sym_default_keyword, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_LPAREN, + anon_sym_LT, + anon_sym_case, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [135133] = 28, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(775), 1, + anon_sym_AT, + ACTIONS(779), 1, + anon_sym_inout, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4570), 1, + sym_parameter_modifiers, + STATE(4707), 1, + sym_type_modifiers, + STATE(4903), 1, + sym__parameter_ownership_modifier, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5177), 1, + sym__contextual_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8907), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(781), 2, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(6097), 2, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5053), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 5, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [135239] = 24, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(3060), 1, + anon_sym_each, + ACTIONS(3062), 1, + anon_sym_repeat, + ACTIONS(3066), 1, + anon_sym_LPAREN, + ACTIONS(3068), 1, + anon_sym_LBRACK, + ACTIONS(3070), 1, + anon_sym_some, + ACTIONS(3072), 1, + anon_sym_any, + ACTIONS(3074), 1, + anon_sym_TILDE, + STATE(2478), 1, + sym_type_constraint, + STATE(5475), 1, + sym_tuple_type, + STATE(5672), 1, + sym_simple_identifier, + STATE(5958), 1, + sym_unannotated_type, + STATE(6123), 1, + sym__simple_user_type, + STATE(6356), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(3080), 2, + anon_sym_GT, + anon_sym_LBRACE, + STATE(2471), 2, + sym_inheritance_constraint, + sym_equality_constraint, + STATE(4078), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(6228), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(3058), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(6137), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + STATE(7078), 3, + sym_identifier, + sym__constrained_type, + sym_nested_type_identifier, + ACTIONS(3056), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6481), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [135337] = 5, + ACTIONS(6903), 1, + anon_sym_LPAREN, + STATE(3911), 1, + sym__tuple_pattern, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4634), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4632), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_default_keyword, + sym_where_keyword, + sym__as_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [135397] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2300), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2302), 45, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__eq_custom, + sym_default_keyword, + sym_where_keyword, + sym__as_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [135453] = 24, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(3060), 1, + anon_sym_each, + ACTIONS(3062), 1, + anon_sym_repeat, + ACTIONS(3066), 1, + anon_sym_LPAREN, + ACTIONS(3068), 1, + anon_sym_LBRACK, + ACTIONS(3070), 1, + anon_sym_some, + ACTIONS(3072), 1, + anon_sym_any, + ACTIONS(3074), 1, + anon_sym_TILDE, + STATE(2478), 1, + sym_type_constraint, + STATE(5475), 1, + sym_tuple_type, + STATE(5672), 1, + sym_simple_identifier, + STATE(5958), 1, + sym_unannotated_type, + STATE(6123), 1, + sym__simple_user_type, + STATE(6356), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(3064), 2, + anon_sym_GT, + anon_sym_LBRACE, + STATE(2471), 2, + sym_inheritance_constraint, + sym_equality_constraint, + STATE(4078), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(6228), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(3058), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(6137), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + STATE(7078), 3, + sym_identifier, + sym__constrained_type, + sym_nested_type_identifier, + ACTIONS(3056), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6481), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [135551] = 6, + ACTIONS(5323), 1, + anon_sym_AT, + ACTIONS(5326), 1, + anon_sym_unowned, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6905), 2, + anon_sym_mutating, + anon_sym_nonmutating, + ACTIONS(5321), 3, + anon_sym_get, + anon_sym_set, + anon_sym__modify, + ACTIONS(5328), 40, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_willSet, + anon_sym_didSet, + anon_sym_extension, + anon_sym_indirect, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [135613] = 5, + ACTIONS(6718), 1, + anon_sym_QMARK2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2085), 2, + anon_sym_AT, + anon_sym_unowned, + STATE(3869), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2087), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [135673] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2300), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2302), 45, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LT, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [135729] = 5, + ACTIONS(6718), 1, + anon_sym_QMARK2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2121), 2, + anon_sym_AT, + anon_sym_unowned, + STATE(3872), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2123), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [135789] = 5, + ACTIONS(6903), 1, + anon_sym_LPAREN, + STATE(3930), 1, + sym__tuple_pattern, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4623), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4621), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_default_keyword, + sym_where_keyword, + sym__as_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [135849] = 5, + ACTIONS(6903), 1, + anon_sym_LPAREN, + STATE(3894), 1, + sym__tuple_pattern, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4612), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4608), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_default_keyword, + sym_where_keyword, + sym__as_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [135909] = 5, + ACTIONS(6908), 1, + anon_sym_QMARK2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2142), 2, + anon_sym_AT, + anon_sym_unowned, + STATE(3872), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2144), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [135969] = 10, + ACTIONS(6754), 1, + anon_sym_LBRACE, + ACTIONS(6756), 1, + sym__eq_custom, + STATE(687), 1, + sym__equal_sign, + STATE(4595), 1, + sym__expression_with_willset_didset, + STATE(4600), 1, + sym__expression_without_willset_didset, + STATE(4602), 1, + sym_willset_didset_block, + STATE(4604), 1, + sym_computed_property, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4746), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4744), 37, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [136038] = 6, + ACTIONS(4720), 1, + sym__as_custom, + ACTIONS(6911), 1, + anon_sym_QMARK, + STATE(3933), 1, + sym__quest, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4718), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4714), 41, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_default_keyword, + sym_where_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [136099] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2213), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2215), 44, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [136154] = 6, + ACTIONS(4757), 1, + sym__as_custom, + ACTIONS(6913), 1, + anon_sym_QMARK, + STATE(3937), 1, + sym__quest, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4755), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4751), 41, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_default_keyword, + sym_where_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [136215] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2197), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2199), 44, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [136270] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2213), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2215), 44, + sym__dot_custom, + sym_default_keyword, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_LPAREN, + anon_sym_case, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [136325] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2197), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2199), 44, + sym__dot_custom, + sym_default_keyword, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_LPAREN, + anon_sym_case, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [136380] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2229), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2231), 44, + sym__dot_custom, + sym_default_keyword, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_LPAREN, + anon_sym_case, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [136435] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2229), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2231), 44, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [136490] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2233), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2235), 44, + sym__dot_custom, + sym_default_keyword, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_LPAREN, + anon_sym_case, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [136545] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2233), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2235), 44, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [136600] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2300), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2302), 44, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_default_keyword, + sym_where_keyword, + sym__as_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_QMARK, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [136655] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2099), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2101), 44, + sym__dot_custom, + sym_default_keyword, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_LPAREN, + anon_sym_case, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [136710] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2099), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2101), 44, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [136765] = 10, + ACTIONS(6754), 1, + anon_sym_LBRACE, + ACTIONS(6756), 1, + sym__eq_custom, + STATE(687), 1, + sym__equal_sign, + STATE(4592), 1, + sym__expression_with_willset_didset, + STATE(4594), 1, + sym__expression_without_willset_didset, + STATE(4607), 1, + sym_willset_didset_block, + STATE(4613), 1, + sym_computed_property, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4560), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4558), 37, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [136834] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2272), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2274), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [136888] = 23, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(3060), 1, + anon_sym_each, + ACTIONS(3062), 1, + anon_sym_repeat, + ACTIONS(3066), 1, + anon_sym_LPAREN, + ACTIONS(3068), 1, + anon_sym_LBRACK, + ACTIONS(3070), 1, + anon_sym_some, + ACTIONS(3072), 1, + anon_sym_any, + ACTIONS(3074), 1, + anon_sym_TILDE, + STATE(4213), 1, + sym_type_constraint, + STATE(5475), 1, + sym_tuple_type, + STATE(5672), 1, + sym_simple_identifier, + STATE(5958), 1, + sym_unannotated_type, + STATE(6123), 1, + sym__simple_user_type, + STATE(6356), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(4199), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(4417), 2, + sym_inheritance_constraint, + sym_equality_constraint, + STATE(6228), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(3058), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(6137), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + STATE(7229), 3, + sym_identifier, + sym__constrained_type, + sym_nested_type_identifier, + ACTIONS(3056), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6481), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [136982] = 23, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(3060), 1, + anon_sym_each, + ACTIONS(3062), 1, + anon_sym_repeat, + ACTIONS(3066), 1, + anon_sym_LPAREN, + ACTIONS(3068), 1, + anon_sym_LBRACK, + ACTIONS(3070), 1, + anon_sym_some, + ACTIONS(3072), 1, + anon_sym_any, + ACTIONS(3074), 1, + anon_sym_TILDE, + STATE(5475), 1, + sym_tuple_type, + STATE(5672), 1, + sym_simple_identifier, + STATE(5958), 1, + sym_unannotated_type, + STATE(6123), 1, + sym__simple_user_type, + STATE(6356), 1, + sym__parenthesized_type, + STATE(7109), 1, + sym_type_constraint, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(4187), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(6228), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(7251), 2, + sym_inheritance_constraint, + sym_equality_constraint, + ACTIONS(3058), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(6137), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + STATE(7215), 3, + sym_identifier, + sym__constrained_type, + sym_nested_type_identifier, + ACTIONS(3056), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6481), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [137076] = 23, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(3060), 1, + anon_sym_each, + ACTIONS(3062), 1, + anon_sym_repeat, + ACTIONS(3066), 1, + anon_sym_LPAREN, + ACTIONS(3068), 1, + anon_sym_LBRACK, + ACTIONS(3070), 1, + anon_sym_some, + ACTIONS(3072), 1, + anon_sym_any, + ACTIONS(3074), 1, + anon_sym_TILDE, + STATE(2420), 1, + sym_type_constraint, + STATE(5475), 1, + sym_tuple_type, + STATE(5672), 1, + sym_simple_identifier, + STATE(5958), 1, + sym_unannotated_type, + STATE(6123), 1, + sym__simple_user_type, + STATE(6356), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2637), 2, + sym_inheritance_constraint, + sym_equality_constraint, + STATE(4196), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(6228), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(3058), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(6137), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + STATE(7226), 3, + sym_identifier, + sym__constrained_type, + sym_nested_type_identifier, + ACTIONS(3056), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6481), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [137170] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4855), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4853), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_default_keyword, + sym_where_keyword, + sym__as_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [137224] = 23, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(3060), 1, + anon_sym_each, + ACTIONS(3062), 1, + anon_sym_repeat, + ACTIONS(3066), 1, + anon_sym_LPAREN, + ACTIONS(3068), 1, + anon_sym_LBRACK, + ACTIONS(3070), 1, + anon_sym_some, + ACTIONS(3072), 1, + anon_sym_any, + ACTIONS(3074), 1, + anon_sym_TILDE, + STATE(5475), 1, + sym_tuple_type, + STATE(5672), 1, + sym_simple_identifier, + STATE(5958), 1, + sym_unannotated_type, + STATE(6123), 1, + sym__simple_user_type, + STATE(6356), 1, + sym__parenthesized_type, + STATE(6739), 1, + sym_type_constraint, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(4176), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(6228), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(6867), 2, + sym_inheritance_constraint, + sym_equality_constraint, + ACTIONS(3058), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(6137), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + STATE(7197), 3, + sym_identifier, + sym__constrained_type, + sym_nested_type_identifier, + ACTIONS(3056), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6481), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [137318] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4634), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4632), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_default_keyword, + sym_where_keyword, + sym__as_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [137372] = 23, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(3060), 1, + anon_sym_each, + ACTIONS(3062), 1, + anon_sym_repeat, + ACTIONS(3066), 1, + anon_sym_LPAREN, + ACTIONS(3068), 1, + anon_sym_LBRACK, + ACTIONS(3070), 1, + anon_sym_some, + ACTIONS(3072), 1, + anon_sym_any, + ACTIONS(3074), 1, + anon_sym_TILDE, + STATE(5475), 1, + sym_tuple_type, + STATE(5672), 1, + sym_simple_identifier, + STATE(5958), 1, + sym_unannotated_type, + STATE(6123), 1, + sym__simple_user_type, + STATE(6356), 1, + sym__parenthesized_type, + STATE(6633), 1, + sym_type_constraint, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(4184), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(6228), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(6785), 2, + sym_inheritance_constraint, + sym_equality_constraint, + ACTIONS(3058), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(6137), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + STATE(7208), 3, + sym_identifier, + sym__constrained_type, + sym_nested_type_identifier, + ACTIONS(3056), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6481), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [137466] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4859), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4857), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_default_keyword, + sym_where_keyword, + sym__as_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [137520] = 5, + ACTIONS(6915), 1, + anon_sym_QMARK, + STATE(4033), 1, + sym__quest, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6917), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4757), 41, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_default_keyword, + sym_where_keyword, + sym__as_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [137578] = 23, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(3060), 1, + anon_sym_each, + ACTIONS(3062), 1, + anon_sym_repeat, + ACTIONS(3066), 1, + anon_sym_LPAREN, + ACTIONS(3068), 1, + anon_sym_LBRACK, + ACTIONS(3070), 1, + anon_sym_some, + ACTIONS(3072), 1, + anon_sym_any, + ACTIONS(3074), 1, + anon_sym_TILDE, + STATE(5475), 1, + sym_tuple_type, + STATE(5672), 1, + sym_simple_identifier, + STATE(5958), 1, + sym_unannotated_type, + STATE(6123), 1, + sym__simple_user_type, + STATE(6356), 1, + sym__parenthesized_type, + STATE(6705), 1, + sym_type_constraint, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(4190), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(6228), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(6833), 2, + sym_inheritance_constraint, + sym_equality_constraint, + ACTIONS(3058), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(6137), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + STATE(7221), 3, + sym_identifier, + sym__constrained_type, + sym_nested_type_identifier, + ACTIONS(3056), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6481), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [137672] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2284), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2286), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [137726] = 6, + ACTIONS(6919), 1, + anon_sym_QMARK, + ACTIONS(6922), 1, + sym__as_custom, + STATE(3938), 1, + sym__quest, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4718), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4714), 40, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_default_keyword, + sym_where_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [137786] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2288), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2290), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [137840] = 6, + ACTIONS(6925), 1, + anon_sym_QMARK, + ACTIONS(6928), 1, + sym__as_custom, + STATE(3939), 1, + sym__quest, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4755), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4751), 40, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_default_keyword, + sym_where_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [137900] = 7, + ACTIONS(6752), 1, + anon_sym_COLON, + ACTIONS(6935), 1, + sym__as_custom, + STATE(4249), 1, + sym__as, + STATE(4569), 1, + sym_type_annotation, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6933), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6931), 39, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_default_keyword, + sym_where_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [137962] = 23, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(3060), 1, + anon_sym_each, + ACTIONS(3062), 1, + anon_sym_repeat, + ACTIONS(3066), 1, + anon_sym_LPAREN, + ACTIONS(3068), 1, + anon_sym_LBRACK, + ACTIONS(3070), 1, + anon_sym_some, + ACTIONS(3072), 1, + anon_sym_any, + ACTIONS(3074), 1, + anon_sym_TILDE, + STATE(2590), 1, + sym_type_constraint, + STATE(5475), 1, + sym_tuple_type, + STATE(5672), 1, + sym_simple_identifier, + STATE(5958), 1, + sym_unannotated_type, + STATE(6123), 1, + sym__simple_user_type, + STATE(6356), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2637), 2, + sym_inheritance_constraint, + sym_equality_constraint, + STATE(4196), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(6228), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(3058), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(6137), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + STATE(7226), 3, + sym_identifier, + sym__constrained_type, + sym_nested_type_identifier, + ACTIONS(3056), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6481), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [138056] = 8, + STATE(6778), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(6937), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2886), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(4636), 4, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + ACTIONS(2884), 5, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_repeat, + ACTIONS(4647), 5, + sym_default_keyword, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + ACTIONS(4639), 25, + anon_sym_case, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_AT, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_weak, + anon_sym_unowned, + [138120] = 23, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(3060), 1, + anon_sym_each, + ACTIONS(3062), 1, + anon_sym_repeat, + ACTIONS(3066), 1, + anon_sym_LPAREN, + ACTIONS(3068), 1, + anon_sym_LBRACK, + ACTIONS(3070), 1, + anon_sym_some, + ACTIONS(3072), 1, + anon_sym_any, + ACTIONS(3074), 1, + anon_sym_TILDE, + STATE(2616), 1, + sym_type_constraint, + STATE(5475), 1, + sym_tuple_type, + STATE(5672), 1, + sym_simple_identifier, + STATE(5958), 1, + sym_unannotated_type, + STATE(6123), 1, + sym__simple_user_type, + STATE(6356), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2471), 2, + sym_inheritance_constraint, + sym_equality_constraint, + STATE(4193), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(6228), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(3058), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(6137), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + STATE(7224), 3, + sym_identifier, + sym__constrained_type, + sym_nested_type_identifier, + ACTIONS(3056), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6481), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [138214] = 23, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(3060), 1, + anon_sym_each, + ACTIONS(3062), 1, + anon_sym_repeat, + ACTIONS(3066), 1, + anon_sym_LPAREN, + ACTIONS(3068), 1, + anon_sym_LBRACK, + ACTIONS(3070), 1, + anon_sym_some, + ACTIONS(3072), 1, + anon_sym_any, + ACTIONS(3074), 1, + anon_sym_TILDE, + STATE(5475), 1, + sym_tuple_type, + STATE(5672), 1, + sym_simple_identifier, + STATE(5958), 1, + sym_unannotated_type, + STATE(6123), 1, + sym__simple_user_type, + STATE(6356), 1, + sym__parenthesized_type, + STATE(6843), 1, + sym_type_constraint, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(4190), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(6228), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(6833), 2, + sym_inheritance_constraint, + sym_equality_constraint, + ACTIONS(3058), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(6137), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + STATE(7221), 3, + sym_identifier, + sym__constrained_type, + sym_nested_type_identifier, + ACTIONS(3056), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6481), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [138308] = 5, + ACTIONS(6937), 1, + anon_sym_QMARK, + STATE(3982), 1, + sym__quest, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6939), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4720), 41, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_default_keyword, + sym_where_keyword, + sym__as_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [138366] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4851), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4849), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_default_keyword, + sym_where_keyword, + sym__as_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [138420] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2292), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2294), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [138474] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4623), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4621), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_default_keyword, + sym_where_keyword, + sym__as_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [138528] = 8, + STATE(6778), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(6937), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2886), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(4636), 4, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + ACTIONS(4647), 4, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + ACTIONS(2884), 5, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_repeat, + ACTIONS(4639), 26, + anon_sym_class, + anon_sym_willSet, + anon_sym_didSet, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_AT, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_weak, + anon_sym_unowned, + [138592] = 4, + ACTIONS(6941), 1, + anon_sym_LPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4071), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4073), 42, + sym_default_keyword, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_case, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [138648] = 23, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(3060), 1, + anon_sym_each, + ACTIONS(3062), 1, + anon_sym_repeat, + ACTIONS(3066), 1, + anon_sym_LPAREN, + ACTIONS(3068), 1, + anon_sym_LBRACK, + ACTIONS(3070), 1, + anon_sym_some, + ACTIONS(3072), 1, + anon_sym_any, + ACTIONS(3074), 1, + anon_sym_TILDE, + STATE(4087), 1, + sym_type_constraint, + STATE(5475), 1, + sym_tuple_type, + STATE(5672), 1, + sym_simple_identifier, + STATE(5958), 1, + sym_unannotated_type, + STATE(6123), 1, + sym__simple_user_type, + STATE(6356), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(4199), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(4417), 2, + sym_inheritance_constraint, + sym_equality_constraint, + STATE(6228), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(3058), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(6137), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + STATE(7229), 3, + sym_identifier, + sym__constrained_type, + sym_nested_type_identifier, + ACTIONS(3056), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6481), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [138742] = 23, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(3060), 1, + anon_sym_each, + ACTIONS(3062), 1, + anon_sym_repeat, + ACTIONS(3066), 1, + anon_sym_LPAREN, + ACTIONS(3068), 1, + anon_sym_LBRACK, + ACTIONS(3070), 1, + anon_sym_some, + ACTIONS(3072), 1, + anon_sym_any, + ACTIONS(3074), 1, + anon_sym_TILDE, + STATE(5475), 1, + sym_tuple_type, + STATE(5672), 1, + sym_simple_identifier, + STATE(5958), 1, + sym_unannotated_type, + STATE(6123), 1, + sym__simple_user_type, + STATE(6356), 1, + sym__parenthesized_type, + STATE(7498), 1, + sym_type_constraint, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2471), 2, + sym_inheritance_constraint, + sym_equality_constraint, + STATE(4078), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(6228), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(3058), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(6137), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + STATE(7078), 3, + sym_identifier, + sym__constrained_type, + sym_nested_type_identifier, + ACTIONS(3056), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6481), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [138836] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2209), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2211), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [138890] = 23, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(3060), 1, + anon_sym_each, + ACTIONS(3062), 1, + anon_sym_repeat, + ACTIONS(3066), 1, + anon_sym_LPAREN, + ACTIONS(3068), 1, + anon_sym_LBRACK, + ACTIONS(3070), 1, + anon_sym_some, + ACTIONS(3072), 1, + anon_sym_any, + ACTIONS(3074), 1, + anon_sym_TILDE, + STATE(5475), 1, + sym_tuple_type, + STATE(5672), 1, + sym_simple_identifier, + STATE(5958), 1, + sym_unannotated_type, + STATE(6123), 1, + sym__simple_user_type, + STATE(6356), 1, + sym__parenthesized_type, + STATE(6753), 1, + sym_type_constraint, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(4184), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(6228), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(6785), 2, + sym_inheritance_constraint, + sym_equality_constraint, + ACTIONS(3058), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(6137), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + STATE(7208), 3, + sym_identifier, + sym__constrained_type, + sym_nested_type_identifier, + ACTIONS(3056), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6481), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [138984] = 4, + STATE(3924), 1, + aux_sym_protocol_composition_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2315), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2317), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [139040] = 23, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(3060), 1, + anon_sym_each, + ACTIONS(3062), 1, + anon_sym_repeat, + ACTIONS(3066), 1, + anon_sym_LPAREN, + ACTIONS(3068), 1, + anon_sym_LBRACK, + ACTIONS(3070), 1, + anon_sym_some, + ACTIONS(3072), 1, + anon_sym_any, + ACTIONS(3074), 1, + anon_sym_TILDE, + STATE(2478), 1, + sym_type_constraint, + STATE(5475), 1, + sym_tuple_type, + STATE(5672), 1, + sym_simple_identifier, + STATE(5958), 1, + sym_unannotated_type, + STATE(6123), 1, + sym__simple_user_type, + STATE(6356), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2471), 2, + sym_inheritance_constraint, + sym_equality_constraint, + STATE(4193), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(6228), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(3058), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(6137), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + STATE(7224), 3, + sym_identifier, + sym__constrained_type, + sym_nested_type_identifier, + ACTIONS(3056), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6481), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [139134] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2217), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2219), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [139188] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2296), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2298), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [139242] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2225), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2227), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [139296] = 23, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(3060), 1, + anon_sym_each, + ACTIONS(3062), 1, + anon_sym_repeat, + ACTIONS(3066), 1, + anon_sym_LPAREN, + ACTIONS(3068), 1, + anon_sym_LBRACK, + ACTIONS(3070), 1, + anon_sym_some, + ACTIONS(3072), 1, + anon_sym_any, + ACTIONS(3074), 1, + anon_sym_TILDE, + STATE(5475), 1, + sym_tuple_type, + STATE(5672), 1, + sym_simple_identifier, + STATE(5958), 1, + sym_unannotated_type, + STATE(6123), 1, + sym__simple_user_type, + STATE(6356), 1, + sym__parenthesized_type, + STATE(6872), 1, + sym_type_constraint, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(4187), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(6228), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(7251), 2, + sym_inheritance_constraint, + sym_equality_constraint, + ACTIONS(3058), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(6137), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + STATE(7215), 3, + sym_identifier, + sym__constrained_type, + sym_nested_type_identifier, + ACTIONS(3056), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6481), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [139390] = 5, + ACTIONS(6943), 1, + anon_sym_AMP, + STATE(3924), 1, + aux_sym_protocol_composition_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2187), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2189), 41, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_DOT, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [139448] = 5, + ACTIONS(6946), 1, + anon_sym_QMARK, + STATE(3985), 1, + sym__quest, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6917), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4757), 41, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_default_keyword, + sym_where_keyword, + sym__as_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [139506] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2245), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2247), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [139560] = 23, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(3060), 1, + anon_sym_each, + ACTIONS(3062), 1, + anon_sym_repeat, + ACTIONS(3066), 1, + anon_sym_LPAREN, + ACTIONS(3068), 1, + anon_sym_LBRACK, + ACTIONS(3070), 1, + anon_sym_some, + ACTIONS(3072), 1, + anon_sym_any, + ACTIONS(3074), 1, + anon_sym_TILDE, + STATE(5475), 1, + sym_tuple_type, + STATE(5672), 1, + sym_simple_identifier, + STATE(5958), 1, + sym_unannotated_type, + STATE(6123), 1, + sym__simple_user_type, + STATE(6356), 1, + sym__parenthesized_type, + STATE(6919), 1, + sym_type_constraint, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(4176), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(6228), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(6867), 2, + sym_inheritance_constraint, + sym_equality_constraint, + ACTIONS(3058), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(6137), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + STATE(7197), 3, + sym_identifier, + sym__constrained_type, + sym_nested_type_identifier, + ACTIONS(3056), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6481), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [139654] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2221), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2223), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [139708] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4880), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4878), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_default_keyword, + sym_where_keyword, + sym__as_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [139762] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4884), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4882), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_default_keyword, + sym_where_keyword, + sym__as_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [139816] = 23, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(3060), 1, + anon_sym_each, + ACTIONS(3062), 1, + anon_sym_repeat, + ACTIONS(3066), 1, + anon_sym_LPAREN, + ACTIONS(3068), 1, + anon_sym_LBRACK, + ACTIONS(3070), 1, + anon_sym_some, + ACTIONS(3072), 1, + anon_sym_any, + ACTIONS(3074), 1, + anon_sym_TILDE, + STATE(2478), 1, + sym_type_constraint, + STATE(5475), 1, + sym_tuple_type, + STATE(5672), 1, + sym_simple_identifier, + STATE(5958), 1, + sym_unannotated_type, + STATE(6123), 1, + sym__simple_user_type, + STATE(6356), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2471), 2, + sym_inheritance_constraint, + sym_equality_constraint, + STATE(4078), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(6228), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(3058), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(6137), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + STATE(7078), 3, + sym_identifier, + sym__constrained_type, + sym_nested_type_identifier, + ACTIONS(3056), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6481), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [139910] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4876), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4874), 43, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_default_keyword, + sym_where_keyword, + sym__as_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [139964] = 4, + ACTIONS(4910), 1, + sym__as_custom, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4908), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4906), 41, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_default_keyword, + sym_where_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [140019] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4078), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4080), 42, + sym_default_keyword, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_case, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [140072] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2300), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2302), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [140125] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5910), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5908), 42, + sym_default_keyword, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_case, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [140178] = 4, + ACTIONS(4926), 1, + sym__as_custom, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4924), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4922), 41, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_default_keyword, + sym_where_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [140233] = 4, + ACTIONS(6948), 1, + sym__as_custom, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4908), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4906), 41, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_default_keyword, + sym_where_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [140288] = 4, + ACTIONS(6951), 1, + sym__as_custom, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4924), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4922), 41, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_default_keyword, + sym_where_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [140343] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6956), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6954), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_default_keyword, + sym_where_keyword, + sym__as_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [140396] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4049), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4051), 42, + sym_default_keyword, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_case, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [140449] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2085), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2087), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [140502] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2311), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2313), 42, + sym_default_keyword, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_case, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [140555] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2276), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2278), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [140608] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4082), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4084), 42, + sym_default_keyword, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_case, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [140661] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6960), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6958), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_default_keyword, + sym_where_keyword, + sym__as_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [140714] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2201), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2203), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [140767] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2205), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2207), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [140820] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5872), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5870), 42, + sym_default_keyword, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_case, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [140873] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2280), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2282), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [140926] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2304), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2306), 42, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_default_keyword, + sym__async_keyword_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [140979] = 23, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(2952), 1, + anon_sym_LPAREN, + ACTIONS(2954), 1, + anon_sym_LBRACK, + ACTIONS(2960), 1, + anon_sym_TILDE, + ACTIONS(6261), 1, + anon_sym_each, + ACTIONS(6263), 1, + anon_sym_repeat, + ACTIONS(6265), 1, + anon_sym_some, + ACTIONS(6267), 1, + anon_sym_any, + STATE(1744), 1, + sym_simple_identifier, + STATE(1819), 1, + sym__parenthesized_type, + STATE(2208), 1, + sym_type, + STATE(4758), 1, + sym_type_modifiers, + STATE(5239), 1, + sym_tuple_type, + STATE(5469), 1, + sym_unannotated_type, + STATE(5813), 1, + sym__simple_user_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1742), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(7183), 2, + sym__possibly_implicitly_unwrapped_type, + sym_implicitly_unwrapped_type, + ACTIONS(2943), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1760), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(2941), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(1881), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [141071] = 23, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(6728), 1, + anon_sym_each, + ACTIONS(6730), 1, + anon_sym_repeat, + ACTIONS(6732), 1, + anon_sym_LPAREN, + ACTIONS(6734), 1, + anon_sym_LBRACK, + ACTIONS(6736), 1, + anon_sym_some, + ACTIONS(6738), 1, + anon_sym_any, + ACTIONS(6740), 1, + anon_sym_TILDE, + STATE(4839), 1, + sym_type_modifiers, + STATE(5200), 1, + sym_tuple_type, + STATE(5423), 1, + sym_unannotated_type, + STATE(5616), 1, + sym__simple_user_type, + STATE(5637), 1, + sym_simple_identifier, + STATE(6082), 1, + sym__parenthesized_type, + STATE(7058), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5694), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(6951), 2, + sym__possibly_implicitly_unwrapped_type, + sym_implicitly_unwrapped_type, + ACTIONS(6726), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5777), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6724), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6170), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [141163] = 23, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5575), 1, + anon_sym_each, + ACTIONS(5577), 1, + anon_sym_repeat, + ACTIONS(5579), 1, + anon_sym_LPAREN, + ACTIONS(5581), 1, + anon_sym_LBRACK, + ACTIONS(5583), 1, + anon_sym_some, + ACTIONS(5585), 1, + anon_sym_any, + ACTIONS(5587), 1, + anon_sym_TILDE, + STATE(4819), 1, + sym_type_modifiers, + STATE(5106), 1, + sym_tuple_type, + STATE(5192), 1, + sym_unannotated_type, + STATE(5258), 1, + sym__simple_user_type, + STATE(5262), 1, + sym_simple_identifier, + STATE(5753), 1, + sym__parenthesized_type, + STATE(6595), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5431), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(6689), 2, + sym__possibly_implicitly_unwrapped_type, + sym_implicitly_unwrapped_type, + ACTIONS(5573), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5374), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5571), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6014), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [141255] = 23, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6874), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(8672), 2, + sym__possibly_implicitly_unwrapped_type, + sym_implicitly_unwrapped_type, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [141347] = 23, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(6453), 1, + anon_sym_each, + ACTIONS(6455), 1, + anon_sym_repeat, + ACTIONS(6457), 1, + anon_sym_LPAREN, + ACTIONS(6459), 1, + anon_sym_LBRACK, + ACTIONS(6461), 1, + anon_sym_some, + ACTIONS(6463), 1, + anon_sym_any, + ACTIONS(6465), 1, + anon_sym_TILDE, + STATE(4815), 1, + sym_type_modifiers, + STATE(5190), 1, + sym_tuple_type, + STATE(5348), 1, + sym_unannotated_type, + STATE(5568), 1, + sym__simple_user_type, + STATE(5624), 1, + sym_simple_identifier, + STATE(6083), 1, + sym__parenthesized_type, + STATE(6959), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5691), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(7112), 2, + sym__possibly_implicitly_unwrapped_type, + sym_implicitly_unwrapped_type, + ACTIONS(6451), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5730), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6449), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6184), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [141439] = 23, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(6728), 1, + anon_sym_each, + ACTIONS(6730), 1, + anon_sym_repeat, + ACTIONS(6732), 1, + anon_sym_LPAREN, + ACTIONS(6734), 1, + anon_sym_LBRACK, + ACTIONS(6736), 1, + anon_sym_some, + ACTIONS(6738), 1, + anon_sym_any, + ACTIONS(6740), 1, + anon_sym_TILDE, + STATE(4839), 1, + sym_type_modifiers, + STATE(5200), 1, + sym_tuple_type, + STATE(5423), 1, + sym_unannotated_type, + STATE(5616), 1, + sym__simple_user_type, + STATE(5637), 1, + sym_simple_identifier, + STATE(6082), 1, + sym__parenthesized_type, + STATE(7058), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5694), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(6886), 2, + sym__possibly_implicitly_unwrapped_type, + sym_implicitly_unwrapped_type, + ACTIONS(6726), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5777), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6724), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6170), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [141531] = 23, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(6435), 1, + anon_sym_each, + ACTIONS(6437), 1, + anon_sym_repeat, + ACTIONS(6439), 1, + anon_sym_LPAREN, + ACTIONS(6441), 1, + anon_sym_LBRACK, + ACTIONS(6443), 1, + anon_sym_some, + ACTIONS(6445), 1, + anon_sym_any, + ACTIONS(6447), 1, + anon_sym_TILDE, + STATE(4721), 1, + sym_type_modifiers, + STATE(5143), 1, + sym_tuple_type, + STATE(5341), 1, + sym_unannotated_type, + STATE(5434), 1, + sym__simple_user_type, + STATE(5541), 1, + sym_simple_identifier, + STATE(5941), 1, + sym__parenthesized_type, + STATE(7787), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5881), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(7547), 2, + sym__possibly_implicitly_unwrapped_type, + sym_implicitly_unwrapped_type, + ACTIONS(6433), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5531), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6431), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6054), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [141623] = 4, + ACTIONS(6962), 1, + anon_sym_BANG2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4993), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4989), 40, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_default_keyword, + sym_where_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [141677] = 23, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(3458), 1, + anon_sym_each, + ACTIONS(3463), 1, + anon_sym_repeat, + ACTIONS(3465), 1, + anon_sym_LPAREN, + ACTIONS(3467), 1, + anon_sym_LBRACK, + ACTIONS(3469), 1, + anon_sym_some, + ACTIONS(3471), 1, + anon_sym_any, + ACTIONS(3473), 1, + anon_sym_TILDE, + STATE(2259), 1, + sym_tuple_type, + STATE(2457), 1, + sym_unannotated_type, + STATE(2808), 1, + sym__simple_user_type, + STATE(2813), 1, + sym_simple_identifier, + STATE(3699), 1, + sym__parenthesized_type, + STATE(3959), 1, + sym_type, + STATE(4710), 1, + sym_type_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2903), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(4197), 2, + sym__possibly_implicitly_unwrapped_type, + sym_implicitly_unwrapped_type, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(3456), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(2909), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(3454), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(3833), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [141769] = 23, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(6828), 1, + anon_sym_each, + ACTIONS(6830), 1, + anon_sym_repeat, + ACTIONS(6832), 1, + anon_sym_some, + ACTIONS(6834), 1, + anon_sym_any, + ACTIONS(6836), 1, + anon_sym_TILDE, + STATE(4771), 1, + sym_type_modifiers, + STATE(5163), 1, + sym_simple_identifier, + STATE(5596), 1, + sym_tuple_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(5975), 1, + sym_unannotated_type, + STATE(6133), 1, + sym__simple_user_type, + STATE(6874), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(9200), 2, + sym__possibly_implicitly_unwrapped_type, + sym_implicitly_unwrapped_type, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [141861] = 23, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(6435), 1, + anon_sym_each, + ACTIONS(6437), 1, + anon_sym_repeat, + ACTIONS(6439), 1, + anon_sym_LPAREN, + ACTIONS(6441), 1, + anon_sym_LBRACK, + ACTIONS(6443), 1, + anon_sym_some, + ACTIONS(6445), 1, + anon_sym_any, + ACTIONS(6447), 1, + anon_sym_TILDE, + STATE(4721), 1, + sym_type_modifiers, + STATE(5143), 1, + sym_tuple_type, + STATE(5341), 1, + sym_unannotated_type, + STATE(5434), 1, + sym__simple_user_type, + STATE(5541), 1, + sym_simple_identifier, + STATE(5941), 1, + sym__parenthesized_type, + STATE(7787), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5881), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(7559), 2, + sym__possibly_implicitly_unwrapped_type, + sym_implicitly_unwrapped_type, + ACTIONS(6433), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5531), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6431), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6054), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [141953] = 23, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(6435), 1, + anon_sym_each, + ACTIONS(6437), 1, + anon_sym_repeat, + ACTIONS(6439), 1, + anon_sym_LPAREN, + ACTIONS(6441), 1, + anon_sym_LBRACK, + ACTIONS(6443), 1, + anon_sym_some, + ACTIONS(6445), 1, + anon_sym_any, + ACTIONS(6447), 1, + anon_sym_TILDE, + STATE(4721), 1, + sym_type_modifiers, + STATE(5143), 1, + sym_tuple_type, + STATE(5341), 1, + sym_unannotated_type, + STATE(5434), 1, + sym__simple_user_type, + STATE(5541), 1, + sym_simple_identifier, + STATE(5941), 1, + sym__parenthesized_type, + STATE(7787), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5881), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(7561), 2, + sym__possibly_implicitly_unwrapped_type, + sym_implicitly_unwrapped_type, + ACTIONS(6433), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5531), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6431), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6054), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [142045] = 23, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(6435), 1, + anon_sym_each, + ACTIONS(6437), 1, + anon_sym_repeat, + ACTIONS(6439), 1, + anon_sym_LPAREN, + ACTIONS(6441), 1, + anon_sym_LBRACK, + ACTIONS(6443), 1, + anon_sym_some, + ACTIONS(6445), 1, + anon_sym_any, + ACTIONS(6447), 1, + anon_sym_TILDE, + STATE(4721), 1, + sym_type_modifiers, + STATE(5143), 1, + sym_tuple_type, + STATE(5341), 1, + sym_unannotated_type, + STATE(5434), 1, + sym__simple_user_type, + STATE(5541), 1, + sym_simple_identifier, + STATE(5941), 1, + sym__parenthesized_type, + STATE(7787), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5881), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(7564), 2, + sym__possibly_implicitly_unwrapped_type, + sym_implicitly_unwrapped_type, + ACTIONS(6433), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5531), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6431), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6054), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [142137] = 23, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(6435), 1, + anon_sym_each, + ACTIONS(6437), 1, + anon_sym_repeat, + ACTIONS(6439), 1, + anon_sym_LPAREN, + ACTIONS(6441), 1, + anon_sym_LBRACK, + ACTIONS(6443), 1, + anon_sym_some, + ACTIONS(6445), 1, + anon_sym_any, + ACTIONS(6447), 1, + anon_sym_TILDE, + STATE(4721), 1, + sym_type_modifiers, + STATE(5143), 1, + sym_tuple_type, + STATE(5341), 1, + sym_unannotated_type, + STATE(5434), 1, + sym__simple_user_type, + STATE(5541), 1, + sym_simple_identifier, + STATE(5941), 1, + sym__parenthesized_type, + STATE(7787), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5881), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(8440), 2, + sym__possibly_implicitly_unwrapped_type, + sym_implicitly_unwrapped_type, + ACTIONS(6433), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5531), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6431), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6054), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [142229] = 23, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(6435), 1, + anon_sym_each, + ACTIONS(6437), 1, + anon_sym_repeat, + ACTIONS(6439), 1, + anon_sym_LPAREN, + ACTIONS(6441), 1, + anon_sym_LBRACK, + ACTIONS(6443), 1, + anon_sym_some, + ACTIONS(6445), 1, + anon_sym_any, + ACTIONS(6447), 1, + anon_sym_TILDE, + STATE(4721), 1, + sym_type_modifiers, + STATE(5143), 1, + sym_tuple_type, + STATE(5341), 1, + sym_unannotated_type, + STATE(5434), 1, + sym__simple_user_type, + STATE(5541), 1, + sym_simple_identifier, + STATE(5941), 1, + sym__parenthesized_type, + STATE(7787), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5881), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(8502), 2, + sym__possibly_implicitly_unwrapped_type, + sym_implicitly_unwrapped_type, + ACTIONS(6433), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5531), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6431), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6054), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [142321] = 23, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5759), 1, + anon_sym_each, + ACTIONS(5761), 1, + anon_sym_repeat, + ACTIONS(5763), 1, + anon_sym_LPAREN, + ACTIONS(5765), 1, + anon_sym_LBRACK, + ACTIONS(5767), 1, + anon_sym_some, + ACTIONS(5769), 1, + anon_sym_any, + ACTIONS(5771), 1, + anon_sym_TILDE, + STATE(4866), 1, + sym_type_modifiers, + STATE(5160), 1, + sym_tuple_type, + STATE(5337), 1, + sym_unannotated_type, + STATE(5387), 1, + sym__simple_user_type, + STATE(5409), 1, + sym_simple_identifier, + STATE(5993), 1, + sym__parenthesized_type, + STATE(6770), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5648), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(6958), 2, + sym__possibly_implicitly_unwrapped_type, + sym_implicitly_unwrapped_type, + ACTIONS(5757), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5560), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5755), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6047), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [142413] = 23, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(6435), 1, + anon_sym_each, + ACTIONS(6437), 1, + anon_sym_repeat, + ACTIONS(6439), 1, + anon_sym_LPAREN, + ACTIONS(6441), 1, + anon_sym_LBRACK, + ACTIONS(6443), 1, + anon_sym_some, + ACTIONS(6445), 1, + anon_sym_any, + ACTIONS(6447), 1, + anon_sym_TILDE, + STATE(4721), 1, + sym_type_modifiers, + STATE(5143), 1, + sym_tuple_type, + STATE(5341), 1, + sym_unannotated_type, + STATE(5434), 1, + sym__simple_user_type, + STATE(5541), 1, + sym_simple_identifier, + STATE(5941), 1, + sym__parenthesized_type, + STATE(7787), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5881), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(7376), 2, + sym__possibly_implicitly_unwrapped_type, + sym_implicitly_unwrapped_type, + ACTIONS(6433), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5531), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6431), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6054), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [142505] = 23, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(6435), 1, + anon_sym_each, + ACTIONS(6437), 1, + anon_sym_repeat, + ACTIONS(6439), 1, + anon_sym_LPAREN, + ACTIONS(6441), 1, + anon_sym_LBRACK, + ACTIONS(6443), 1, + anon_sym_some, + ACTIONS(6445), 1, + anon_sym_any, + ACTIONS(6447), 1, + anon_sym_TILDE, + STATE(4721), 1, + sym_type_modifiers, + STATE(5143), 1, + sym_tuple_type, + STATE(5341), 1, + sym_unannotated_type, + STATE(5434), 1, + sym__simple_user_type, + STATE(5541), 1, + sym_simple_identifier, + STATE(5941), 1, + sym__parenthesized_type, + STATE(7787), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5881), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(7721), 2, + sym__possibly_implicitly_unwrapped_type, + sym_implicitly_unwrapped_type, + ACTIONS(6433), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5531), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6431), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6054), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [142597] = 23, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(2948), 1, + anon_sym_each, + ACTIONS(2950), 1, + anon_sym_repeat, + ACTIONS(2952), 1, + anon_sym_LPAREN, + ACTIONS(2954), 1, + anon_sym_LBRACK, + ACTIONS(2956), 1, + anon_sym_some, + ACTIONS(2958), 1, + anon_sym_any, + ACTIONS(2960), 1, + anon_sym_TILDE, + STATE(1726), 1, + sym_tuple_type, + STATE(1744), 1, + sym_simple_identifier, + STATE(1764), 1, + sym_unannotated_type, + STATE(1799), 1, + sym__simple_user_type, + STATE(1819), 1, + sym__parenthesized_type, + STATE(2208), 1, + sym_type, + STATE(4719), 1, + sym_type_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1742), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(2525), 2, + sym__possibly_implicitly_unwrapped_type, + sym_implicitly_unwrapped_type, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(2943), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1760), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(2941), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(1881), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [142689] = 23, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(6728), 1, + anon_sym_each, + ACTIONS(6730), 1, + anon_sym_repeat, + ACTIONS(6732), 1, + anon_sym_LPAREN, + ACTIONS(6734), 1, + anon_sym_LBRACK, + ACTIONS(6736), 1, + anon_sym_some, + ACTIONS(6738), 1, + anon_sym_any, + ACTIONS(6740), 1, + anon_sym_TILDE, + STATE(4839), 1, + sym_type_modifiers, + STATE(5200), 1, + sym_tuple_type, + STATE(5423), 1, + sym_unannotated_type, + STATE(5616), 1, + sym__simple_user_type, + STATE(5637), 1, + sym_simple_identifier, + STATE(6082), 1, + sym__parenthesized_type, + STATE(7058), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5694), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(6916), 2, + sym__possibly_implicitly_unwrapped_type, + sym_implicitly_unwrapped_type, + ACTIONS(6726), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5777), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6724), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6170), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [142781] = 23, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(6435), 1, + anon_sym_each, + ACTIONS(6437), 1, + anon_sym_repeat, + ACTIONS(6439), 1, + anon_sym_LPAREN, + ACTIONS(6441), 1, + anon_sym_LBRACK, + ACTIONS(6443), 1, + anon_sym_some, + ACTIONS(6445), 1, + anon_sym_any, + ACTIONS(6447), 1, + anon_sym_TILDE, + STATE(4721), 1, + sym_type_modifiers, + STATE(5143), 1, + sym_tuple_type, + STATE(5341), 1, + sym_unannotated_type, + STATE(5434), 1, + sym__simple_user_type, + STATE(5541), 1, + sym_simple_identifier, + STATE(5941), 1, + sym__parenthesized_type, + STATE(7787), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5881), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(8513), 2, + sym__possibly_implicitly_unwrapped_type, + sym_implicitly_unwrapped_type, + ACTIONS(6433), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5531), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6431), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6054), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [142873] = 23, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(6435), 1, + anon_sym_each, + ACTIONS(6437), 1, + anon_sym_repeat, + ACTIONS(6439), 1, + anon_sym_LPAREN, + ACTIONS(6441), 1, + anon_sym_LBRACK, + ACTIONS(6443), 1, + anon_sym_some, + ACTIONS(6445), 1, + anon_sym_any, + ACTIONS(6447), 1, + anon_sym_TILDE, + STATE(4721), 1, + sym_type_modifiers, + STATE(5143), 1, + sym_tuple_type, + STATE(5341), 1, + sym_unannotated_type, + STATE(5434), 1, + sym__simple_user_type, + STATE(5541), 1, + sym_simple_identifier, + STATE(5941), 1, + sym__parenthesized_type, + STATE(7787), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5881), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(7426), 2, + sym__possibly_implicitly_unwrapped_type, + sym_implicitly_unwrapped_type, + ACTIONS(6433), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5531), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6431), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6054), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [142965] = 23, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(6435), 1, + anon_sym_each, + ACTIONS(6437), 1, + anon_sym_repeat, + ACTIONS(6439), 1, + anon_sym_LPAREN, + ACTIONS(6441), 1, + anon_sym_LBRACK, + ACTIONS(6443), 1, + anon_sym_some, + ACTIONS(6445), 1, + anon_sym_any, + ACTIONS(6447), 1, + anon_sym_TILDE, + STATE(4721), 1, + sym_type_modifiers, + STATE(5143), 1, + sym_tuple_type, + STATE(5341), 1, + sym_unannotated_type, + STATE(5434), 1, + sym__simple_user_type, + STATE(5541), 1, + sym_simple_identifier, + STATE(5941), 1, + sym__parenthesized_type, + STATE(7787), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5881), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(7430), 2, + sym__possibly_implicitly_unwrapped_type, + sym_implicitly_unwrapped_type, + ACTIONS(6433), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5531), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6431), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6054), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [143057] = 23, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(6435), 1, + anon_sym_each, + ACTIONS(6437), 1, + anon_sym_repeat, + ACTIONS(6439), 1, + anon_sym_LPAREN, + ACTIONS(6441), 1, + anon_sym_LBRACK, + ACTIONS(6443), 1, + anon_sym_some, + ACTIONS(6445), 1, + anon_sym_any, + ACTIONS(6447), 1, + anon_sym_TILDE, + STATE(4721), 1, + sym_type_modifiers, + STATE(5143), 1, + sym_tuple_type, + STATE(5341), 1, + sym_unannotated_type, + STATE(5434), 1, + sym__simple_user_type, + STATE(5541), 1, + sym_simple_identifier, + STATE(5941), 1, + sym__parenthesized_type, + STATE(7787), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5881), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(7462), 2, + sym__possibly_implicitly_unwrapped_type, + sym_implicitly_unwrapped_type, + ACTIONS(6433), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5531), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6431), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6054), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [143149] = 23, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(2948), 1, + anon_sym_each, + ACTIONS(2950), 1, + anon_sym_repeat, + ACTIONS(2952), 1, + anon_sym_LPAREN, + ACTIONS(2954), 1, + anon_sym_LBRACK, + ACTIONS(2956), 1, + anon_sym_some, + ACTIONS(2958), 1, + anon_sym_any, + ACTIONS(2960), 1, + anon_sym_TILDE, + STATE(1726), 1, + sym_tuple_type, + STATE(1744), 1, + sym_simple_identifier, + STATE(1764), 1, + sym_unannotated_type, + STATE(1799), 1, + sym__simple_user_type, + STATE(1819), 1, + sym__parenthesized_type, + STATE(2208), 1, + sym_type, + STATE(4719), 1, + sym_type_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1742), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(2600), 2, + sym__possibly_implicitly_unwrapped_type, + sym_implicitly_unwrapped_type, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(2943), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1760), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(2941), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(1881), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [143241] = 23, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(6728), 1, + anon_sym_each, + ACTIONS(6730), 1, + anon_sym_repeat, + ACTIONS(6732), 1, + anon_sym_LPAREN, + ACTIONS(6734), 1, + anon_sym_LBRACK, + ACTIONS(6736), 1, + anon_sym_some, + ACTIONS(6738), 1, + anon_sym_any, + ACTIONS(6740), 1, + anon_sym_TILDE, + STATE(4839), 1, + sym_type_modifiers, + STATE(5200), 1, + sym_tuple_type, + STATE(5423), 1, + sym_unannotated_type, + STATE(5616), 1, + sym__simple_user_type, + STATE(5637), 1, + sym_simple_identifier, + STATE(6082), 1, + sym__parenthesized_type, + STATE(7058), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5694), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(6917), 2, + sym__possibly_implicitly_unwrapped_type, + sym_implicitly_unwrapped_type, + ACTIONS(6726), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5777), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6724), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6170), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [143333] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(6964), 1, + anon_sym_BANG, + ACTIONS(6972), 1, + sym__bang_custom, + STATE(6923), 1, + sym_referenceable_operator, + ACTIONS(6968), 2, + sym__custom_operator, + aux_sym_custom_operator_token1, + ACTIONS(6970), 8, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + STATE(7159), 9, + sym_custom_operator, + sym__assignment_and_operator, + sym__equality_operator, + sym__comparison_operator, + sym__additive_operator, + sym__multiplicative_operator, + sym__equal_sign, + sym__eq_eq, + sym_bang, + ACTIONS(6966), 21, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + anon_sym_AMP, + anon_sym_TILDE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_GT_GT, + [143397] = 23, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(6435), 1, + anon_sym_each, + ACTIONS(6437), 1, + anon_sym_repeat, + ACTIONS(6439), 1, + anon_sym_LPAREN, + ACTIONS(6441), 1, + anon_sym_LBRACK, + ACTIONS(6443), 1, + anon_sym_some, + ACTIONS(6445), 1, + anon_sym_any, + ACTIONS(6447), 1, + anon_sym_TILDE, + STATE(4721), 1, + sym_type_modifiers, + STATE(5143), 1, + sym_tuple_type, + STATE(5341), 1, + sym_unannotated_type, + STATE(5434), 1, + sym__simple_user_type, + STATE(5541), 1, + sym_simple_identifier, + STATE(5941), 1, + sym__parenthesized_type, + STATE(7787), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5881), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(7458), 2, + sym__possibly_implicitly_unwrapped_type, + sym_implicitly_unwrapped_type, + ACTIONS(6433), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5531), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6431), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6054), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [143489] = 23, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(6728), 1, + anon_sym_each, + ACTIONS(6730), 1, + anon_sym_repeat, + ACTIONS(6732), 1, + anon_sym_LPAREN, + ACTIONS(6734), 1, + anon_sym_LBRACK, + ACTIONS(6736), 1, + anon_sym_some, + ACTIONS(6738), 1, + anon_sym_any, + ACTIONS(6740), 1, + anon_sym_TILDE, + STATE(4839), 1, + sym_type_modifiers, + STATE(5200), 1, + sym_tuple_type, + STATE(5423), 1, + sym_unannotated_type, + STATE(5616), 1, + sym__simple_user_type, + STATE(5637), 1, + sym_simple_identifier, + STATE(6082), 1, + sym__parenthesized_type, + STATE(7058), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5694), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(6946), 2, + sym__possibly_implicitly_unwrapped_type, + sym_implicitly_unwrapped_type, + ACTIONS(6726), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5777), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6724), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6170), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [143581] = 7, + ACTIONS(2007), 1, + sym_where_keyword, + ACTIONS(6978), 1, + sym__eq_custom, + STATE(597), 1, + sym__equal_sign, + STATE(4618), 1, + sym_where_clause, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6976), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6974), 37, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [143641] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6980), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4910), 41, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_default_keyword, + sym_where_keyword, + sym__as_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [143693] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(4836), 1, + anon_sym_BANG, + ACTIONS(4844), 1, + sym__bang_custom, + STATE(2645), 1, + sym_referenceable_operator, + ACTIONS(4840), 2, + sym__custom_operator, + aux_sym_custom_operator_token1, + ACTIONS(4842), 8, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + STATE(2427), 9, + sym_custom_operator, + sym__assignment_and_operator, + sym__equality_operator, + sym__comparison_operator, + sym__additive_operator, + sym__multiplicative_operator, + sym__equal_sign, + sym__eq_eq, + sym_bang, + ACTIONS(4838), 21, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + anon_sym_AMP, + anon_sym_TILDE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_GT_GT, + [143757] = 23, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5811), 1, + anon_sym_each, + ACTIONS(5813), 1, + anon_sym_repeat, + ACTIONS(5815), 1, + anon_sym_LPAREN, + ACTIONS(5817), 1, + anon_sym_LBRACK, + ACTIONS(5819), 1, + anon_sym_some, + ACTIONS(5821), 1, + anon_sym_any, + ACTIONS(5823), 1, + anon_sym_TILDE, + STATE(4860), 1, + sym_type_modifiers, + STATE(5144), 1, + sym_tuple_type, + STATE(5248), 1, + sym_unannotated_type, + STATE(5400), 1, + sym__simple_user_type, + STATE(5412), 1, + sym_simple_identifier, + STATE(5970), 1, + sym__parenthesized_type, + STATE(6683), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5489), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(6844), 2, + sym__possibly_implicitly_unwrapped_type, + sym_implicitly_unwrapped_type, + ACTIONS(5809), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5498), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5807), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6061), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [143849] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6982), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4926), 41, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_default_keyword, + sym_where_keyword, + sym__as_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [143901] = 23, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(6728), 1, + anon_sym_each, + ACTIONS(6730), 1, + anon_sym_repeat, + ACTIONS(6732), 1, + anon_sym_LPAREN, + ACTIONS(6734), 1, + anon_sym_LBRACK, + ACTIONS(6736), 1, + anon_sym_some, + ACTIONS(6738), 1, + anon_sym_any, + ACTIONS(6740), 1, + anon_sym_TILDE, + STATE(4839), 1, + sym_type_modifiers, + STATE(5200), 1, + sym_tuple_type, + STATE(5423), 1, + sym_unannotated_type, + STATE(5616), 1, + sym__simple_user_type, + STATE(5637), 1, + sym_simple_identifier, + STATE(6082), 1, + sym__parenthesized_type, + STATE(7058), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5694), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(6948), 2, + sym__possibly_implicitly_unwrapped_type, + sym_implicitly_unwrapped_type, + ACTIONS(6726), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5777), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6724), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6170), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [143993] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(6984), 1, + anon_sym_BANG, + ACTIONS(6992), 1, + sym__bang_custom, + STATE(6864), 1, + sym_referenceable_operator, + ACTIONS(6988), 2, + sym__custom_operator, + aux_sym_custom_operator_token1, + ACTIONS(6990), 8, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + STATE(7184), 9, + sym_custom_operator, + sym__assignment_and_operator, + sym__equality_operator, + sym__comparison_operator, + sym__additive_operator, + sym__multiplicative_operator, + sym__equal_sign, + sym__eq_eq, + sym_bang, + ACTIONS(6986), 21, + sym__eq_custom, + sym__eq_eq_custom, + sym__plus_then_ws, + sym__minus_then_ws, + anon_sym_AMP, + anon_sym_TILDE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_GT_GT, + [144057] = 5, + ACTIONS(6752), 1, + anon_sym_COLON, + STATE(4247), 1, + sym_type_annotation, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6996), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6994), 39, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_default_keyword, + sym_where_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [144113] = 23, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(6828), 1, + anon_sym_each, + ACTIONS(6830), 1, + anon_sym_repeat, + ACTIONS(6832), 1, + anon_sym_some, + ACTIONS(6834), 1, + anon_sym_any, + ACTIONS(6836), 1, + anon_sym_TILDE, + STATE(4771), 1, + sym_type_modifiers, + STATE(5163), 1, + sym_simple_identifier, + STATE(5596), 1, + sym_tuple_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(5975), 1, + sym_unannotated_type, + STATE(6133), 1, + sym__simple_user_type, + STATE(6874), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(9102), 2, + sym__possibly_implicitly_unwrapped_type, + sym_implicitly_unwrapped_type, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [144205] = 23, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(6828), 1, + anon_sym_each, + ACTIONS(6830), 1, + anon_sym_repeat, + ACTIONS(6832), 1, + anon_sym_some, + ACTIONS(6834), 1, + anon_sym_any, + ACTIONS(6836), 1, + anon_sym_TILDE, + STATE(4771), 1, + sym_type_modifiers, + STATE(5163), 1, + sym_simple_identifier, + STATE(5596), 1, + sym_tuple_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(5975), 1, + sym_unannotated_type, + STATE(6133), 1, + sym__simple_user_type, + STATE(6874), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(9225), 2, + sym__possibly_implicitly_unwrapped_type, + sym_implicitly_unwrapped_type, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [144297] = 23, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6874), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2459), 2, + sym__possibly_implicitly_unwrapped_type, + sym_implicitly_unwrapped_type, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [144389] = 23, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(3479), 1, + anon_sym_each, + ACTIONS(3484), 1, + anon_sym_repeat, + ACTIONS(3486), 1, + anon_sym_LPAREN, + ACTIONS(3488), 1, + anon_sym_LBRACK, + ACTIONS(3490), 1, + anon_sym_some, + ACTIONS(3492), 1, + anon_sym_any, + ACTIONS(3494), 1, + anon_sym_TILDE, + STATE(2406), 1, + sym_tuple_type, + STATE(2768), 1, + sym_unannotated_type, + STATE(2894), 1, + sym_simple_identifier, + STATE(3087), 1, + sym__simple_user_type, + STATE(3806), 1, + sym__parenthesized_type, + STATE(4049), 1, + sym_type, + STATE(4724), 1, + sym_type_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(3234), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(4216), 2, + sym__possibly_implicitly_unwrapped_type, + sym_implicitly_unwrapped_type, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(3477), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(3121), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(3475), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(3843), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [144481] = 23, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(6435), 1, + anon_sym_each, + ACTIONS(6437), 1, + anon_sym_repeat, + ACTIONS(6439), 1, + anon_sym_LPAREN, + ACTIONS(6441), 1, + anon_sym_LBRACK, + ACTIONS(6443), 1, + anon_sym_some, + ACTIONS(6445), 1, + anon_sym_any, + ACTIONS(6447), 1, + anon_sym_TILDE, + STATE(4721), 1, + sym_type_modifiers, + STATE(5143), 1, + sym_tuple_type, + STATE(5341), 1, + sym_unannotated_type, + STATE(5434), 1, + sym__simple_user_type, + STATE(5541), 1, + sym_simple_identifier, + STATE(5941), 1, + sym__parenthesized_type, + STATE(7787), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5881), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(8480), 2, + sym__possibly_implicitly_unwrapped_type, + sym_implicitly_unwrapped_type, + ACTIONS(6433), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5531), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6431), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6054), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [144573] = 23, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(6728), 1, + anon_sym_each, + ACTIONS(6730), 1, + anon_sym_repeat, + ACTIONS(6732), 1, + anon_sym_LPAREN, + ACTIONS(6734), 1, + anon_sym_LBRACK, + ACTIONS(6736), 1, + anon_sym_some, + ACTIONS(6738), 1, + anon_sym_any, + ACTIONS(6740), 1, + anon_sym_TILDE, + STATE(4839), 1, + sym_type_modifiers, + STATE(5200), 1, + sym_tuple_type, + STATE(5423), 1, + sym_unannotated_type, + STATE(5616), 1, + sym__simple_user_type, + STATE(5637), 1, + sym_simple_identifier, + STATE(6082), 1, + sym__parenthesized_type, + STATE(7058), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5694), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(6914), 2, + sym__possibly_implicitly_unwrapped_type, + sym_implicitly_unwrapped_type, + ACTIONS(6726), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5777), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6724), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6170), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [144665] = 23, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(2917), 1, + anon_sym_LPAREN, + ACTIONS(2919), 1, + anon_sym_LBRACK, + ACTIONS(2925), 1, + anon_sym_TILDE, + ACTIONS(6744), 1, + anon_sym_each, + ACTIONS(6746), 1, + anon_sym_repeat, + ACTIONS(6748), 1, + anon_sym_some, + ACTIONS(6750), 1, + anon_sym_any, + STATE(1755), 1, + sym_simple_identifier, + STATE(1773), 1, + sym__simple_user_type, + STATE(1899), 1, + sym__parenthesized_type, + STATE(2226), 1, + sym_type, + STATE(4867), 1, + sym_type_modifiers, + STATE(5322), 1, + sym_tuple_type, + STATE(5523), 1, + sym_unannotated_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1794), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(2375), 2, + sym__possibly_implicitly_unwrapped_type, + sym_implicitly_unwrapped_type, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(2908), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1783), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(2906), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(1941), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [144757] = 23, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(6435), 1, + anon_sym_each, + ACTIONS(6437), 1, + anon_sym_repeat, + ACTIONS(6439), 1, + anon_sym_LPAREN, + ACTIONS(6441), 1, + anon_sym_LBRACK, + ACTIONS(6443), 1, + anon_sym_some, + ACTIONS(6445), 1, + anon_sym_any, + ACTIONS(6447), 1, + anon_sym_TILDE, + STATE(4721), 1, + sym_type_modifiers, + STATE(5143), 1, + sym_tuple_type, + STATE(5341), 1, + sym_unannotated_type, + STATE(5434), 1, + sym__simple_user_type, + STATE(5541), 1, + sym_simple_identifier, + STATE(5941), 1, + sym__parenthesized_type, + STATE(7787), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5881), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(8940), 2, + sym__possibly_implicitly_unwrapped_type, + sym_implicitly_unwrapped_type, + ACTIONS(6433), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5531), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6431), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6054), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [144849] = 23, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(3479), 1, + anon_sym_each, + ACTIONS(3484), 1, + anon_sym_repeat, + ACTIONS(3486), 1, + anon_sym_LPAREN, + ACTIONS(3488), 1, + anon_sym_LBRACK, + ACTIONS(3490), 1, + anon_sym_some, + ACTIONS(3492), 1, + anon_sym_any, + ACTIONS(3494), 1, + anon_sym_TILDE, + STATE(2406), 1, + sym_tuple_type, + STATE(2768), 1, + sym_unannotated_type, + STATE(2894), 1, + sym_simple_identifier, + STATE(3087), 1, + sym__simple_user_type, + STATE(3806), 1, + sym__parenthesized_type, + STATE(4049), 1, + sym_type, + STATE(4724), 1, + sym_type_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(3234), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(4222), 2, + sym__possibly_implicitly_unwrapped_type, + sym_implicitly_unwrapped_type, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(3477), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(3121), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(3475), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(3843), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [144941] = 23, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(6828), 1, + anon_sym_each, + ACTIONS(6830), 1, + anon_sym_repeat, + ACTIONS(6832), 1, + anon_sym_some, + ACTIONS(6834), 1, + anon_sym_any, + ACTIONS(6836), 1, + anon_sym_TILDE, + STATE(4771), 1, + sym_type_modifiers, + STATE(5163), 1, + sym_simple_identifier, + STATE(5596), 1, + sym_tuple_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(5975), 1, + sym_unannotated_type, + STATE(6133), 1, + sym__simple_user_type, + STATE(6874), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(9001), 2, + sym__possibly_implicitly_unwrapped_type, + sym_implicitly_unwrapped_type, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [145033] = 23, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(6435), 1, + anon_sym_each, + ACTIONS(6437), 1, + anon_sym_repeat, + ACTIONS(6439), 1, + anon_sym_LPAREN, + ACTIONS(6441), 1, + anon_sym_LBRACK, + ACTIONS(6443), 1, + anon_sym_some, + ACTIONS(6445), 1, + anon_sym_any, + ACTIONS(6447), 1, + anon_sym_TILDE, + STATE(4721), 1, + sym_type_modifiers, + STATE(5143), 1, + sym_tuple_type, + STATE(5341), 1, + sym_unannotated_type, + STATE(5434), 1, + sym__simple_user_type, + STATE(5541), 1, + sym_simple_identifier, + STATE(5941), 1, + sym__parenthesized_type, + STATE(7787), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5881), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(8195), 2, + sym__possibly_implicitly_unwrapped_type, + sym_implicitly_unwrapped_type, + ACTIONS(6433), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5531), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6431), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6054), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [145125] = 23, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(6828), 1, + anon_sym_each, + ACTIONS(6830), 1, + anon_sym_repeat, + ACTIONS(6832), 1, + anon_sym_some, + ACTIONS(6834), 1, + anon_sym_any, + ACTIONS(6836), 1, + anon_sym_TILDE, + STATE(4771), 1, + sym_type_modifiers, + STATE(5163), 1, + sym_simple_identifier, + STATE(5596), 1, + sym_tuple_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(5975), 1, + sym_unannotated_type, + STATE(6133), 1, + sym__simple_user_type, + STATE(6874), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(9040), 2, + sym__possibly_implicitly_unwrapped_type, + sym_implicitly_unwrapped_type, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [145217] = 23, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(6828), 1, + anon_sym_each, + ACTIONS(6830), 1, + anon_sym_repeat, + ACTIONS(6832), 1, + anon_sym_some, + ACTIONS(6834), 1, + anon_sym_any, + ACTIONS(6836), 1, + anon_sym_TILDE, + STATE(4771), 1, + sym_type_modifiers, + STATE(5163), 1, + sym_simple_identifier, + STATE(5596), 1, + sym_tuple_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(5975), 1, + sym_unannotated_type, + STATE(6133), 1, + sym__simple_user_type, + STATE(6874), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(9232), 2, + sym__possibly_implicitly_unwrapped_type, + sym_implicitly_unwrapped_type, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [145309] = 23, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5811), 1, + anon_sym_each, + ACTIONS(5813), 1, + anon_sym_repeat, + ACTIONS(5815), 1, + anon_sym_LPAREN, + ACTIONS(5817), 1, + anon_sym_LBRACK, + ACTIONS(5819), 1, + anon_sym_some, + ACTIONS(5821), 1, + anon_sym_any, + ACTIONS(5823), 1, + anon_sym_TILDE, + STATE(4860), 1, + sym_type_modifiers, + STATE(5144), 1, + sym_tuple_type, + STATE(5248), 1, + sym_unannotated_type, + STATE(5400), 1, + sym__simple_user_type, + STATE(5412), 1, + sym_simple_identifier, + STATE(5970), 1, + sym__parenthesized_type, + STATE(6683), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5489), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(6848), 2, + sym__possibly_implicitly_unwrapped_type, + sym_implicitly_unwrapped_type, + ACTIONS(5809), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5498), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5807), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6061), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [145401] = 23, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(2913), 1, + anon_sym_each, + ACTIONS(2915), 1, + anon_sym_repeat, + ACTIONS(2917), 1, + anon_sym_LPAREN, + ACTIONS(2919), 1, + anon_sym_LBRACK, + ACTIONS(2921), 1, + anon_sym_some, + ACTIONS(2923), 1, + anon_sym_any, + ACTIONS(2925), 1, + anon_sym_TILDE, + STATE(1715), 1, + sym_tuple_type, + STATE(1728), 1, + sym_unannotated_type, + STATE(1755), 1, + sym_simple_identifier, + STATE(1773), 1, + sym__simple_user_type, + STATE(1899), 1, + sym__parenthesized_type, + STATE(2226), 1, + sym_type, + STATE(4831), 1, + sym_type_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1794), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(2375), 2, + sym__possibly_implicitly_unwrapped_type, + sym_implicitly_unwrapped_type, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(2908), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1783), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(2906), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(1941), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [145493] = 23, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(6728), 1, + anon_sym_each, + ACTIONS(6730), 1, + anon_sym_repeat, + ACTIONS(6732), 1, + anon_sym_LPAREN, + ACTIONS(6734), 1, + anon_sym_LBRACK, + ACTIONS(6736), 1, + anon_sym_some, + ACTIONS(6738), 1, + anon_sym_any, + ACTIONS(6740), 1, + anon_sym_TILDE, + STATE(4839), 1, + sym_type_modifiers, + STATE(5200), 1, + sym_tuple_type, + STATE(5423), 1, + sym_unannotated_type, + STATE(5616), 1, + sym__simple_user_type, + STATE(5637), 1, + sym_simple_identifier, + STATE(6082), 1, + sym__parenthesized_type, + STATE(7058), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5694), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(6949), 2, + sym__possibly_implicitly_unwrapped_type, + sym_implicitly_unwrapped_type, + ACTIONS(6726), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5777), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6724), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6170), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [145585] = 23, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(6828), 1, + anon_sym_each, + ACTIONS(6830), 1, + anon_sym_repeat, + ACTIONS(6832), 1, + anon_sym_some, + ACTIONS(6834), 1, + anon_sym_any, + ACTIONS(6836), 1, + anon_sym_TILDE, + STATE(4771), 1, + sym_type_modifiers, + STATE(5163), 1, + sym_simple_identifier, + STATE(5596), 1, + sym_tuple_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(5975), 1, + sym_unannotated_type, + STATE(6133), 1, + sym__simple_user_type, + STATE(6687), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(6831), 2, + sym__possibly_implicitly_unwrapped_type, + sym_implicitly_unwrapped_type, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [145677] = 23, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5547), 1, + anon_sym_each, + ACTIONS(5549), 1, + anon_sym_repeat, + ACTIONS(5551), 1, + anon_sym_LPAREN, + ACTIONS(5553), 1, + anon_sym_LBRACK, + ACTIONS(5555), 1, + anon_sym_some, + ACTIONS(5557), 1, + anon_sym_any, + ACTIONS(5559), 1, + anon_sym_TILDE, + STATE(4810), 1, + sym_type_modifiers, + STATE(5105), 1, + sym_tuple_type, + STATE(5184), 1, + sym_unannotated_type, + STATE(5256), 1, + sym__simple_user_type, + STATE(5260), 1, + sym_simple_identifier, + STATE(5692), 1, + sym__parenthesized_type, + STATE(6532), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5430), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(6707), 2, + sym__possibly_implicitly_unwrapped_type, + sym_implicitly_unwrapped_type, + ACTIONS(5545), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5433), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5543), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6010), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [145769] = 23, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(6435), 1, + anon_sym_each, + ACTIONS(6437), 1, + anon_sym_repeat, + ACTIONS(6439), 1, + anon_sym_LPAREN, + ACTIONS(6441), 1, + anon_sym_LBRACK, + ACTIONS(6443), 1, + anon_sym_some, + ACTIONS(6445), 1, + anon_sym_any, + ACTIONS(6447), 1, + anon_sym_TILDE, + STATE(4721), 1, + sym_type_modifiers, + STATE(5143), 1, + sym_tuple_type, + STATE(5341), 1, + sym_unannotated_type, + STATE(5434), 1, + sym__simple_user_type, + STATE(5541), 1, + sym_simple_identifier, + STATE(5941), 1, + sym__parenthesized_type, + STATE(7787), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5881), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(7420), 2, + sym__possibly_implicitly_unwrapped_type, + sym_implicitly_unwrapped_type, + ACTIONS(6433), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5531), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6431), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6054), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [145861] = 23, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(6728), 1, + anon_sym_each, + ACTIONS(6730), 1, + anon_sym_repeat, + ACTIONS(6732), 1, + anon_sym_LPAREN, + ACTIONS(6734), 1, + anon_sym_LBRACK, + ACTIONS(6736), 1, + anon_sym_some, + ACTIONS(6738), 1, + anon_sym_any, + ACTIONS(6740), 1, + anon_sym_TILDE, + STATE(4839), 1, + sym_type_modifiers, + STATE(5200), 1, + sym_tuple_type, + STATE(5423), 1, + sym_unannotated_type, + STATE(5616), 1, + sym__simple_user_type, + STATE(5637), 1, + sym_simple_identifier, + STATE(6082), 1, + sym__parenthesized_type, + STATE(7058), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5694), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(6950), 2, + sym__possibly_implicitly_unwrapped_type, + sym_implicitly_unwrapped_type, + ACTIONS(6726), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5777), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6724), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6170), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [145953] = 23, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(6453), 1, + anon_sym_each, + ACTIONS(6455), 1, + anon_sym_repeat, + ACTIONS(6457), 1, + anon_sym_LPAREN, + ACTIONS(6459), 1, + anon_sym_LBRACK, + ACTIONS(6461), 1, + anon_sym_some, + ACTIONS(6463), 1, + anon_sym_any, + ACTIONS(6465), 1, + anon_sym_TILDE, + STATE(4815), 1, + sym_type_modifiers, + STATE(5190), 1, + sym_tuple_type, + STATE(5348), 1, + sym_unannotated_type, + STATE(5568), 1, + sym__simple_user_type, + STATE(5624), 1, + sym_simple_identifier, + STATE(6083), 1, + sym__parenthesized_type, + STATE(6959), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5691), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(7132), 2, + sym__possibly_implicitly_unwrapped_type, + sym_implicitly_unwrapped_type, + ACTIONS(6451), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5730), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6449), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6184), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [146045] = 7, + ACTIONS(6998), 1, + anon_sym_func, + ACTIONS(7001), 1, + anon_sym_init, + STATE(7621), 1, + sym__non_constructor_function_decl, + STATE(7668), 1, + sym__modifierless_function_declaration_no_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4639), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4647), 37, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_typealias, + anon_sym_class, + anon_sym_let, + anon_sym_var, + anon_sym_deinit, + anon_sym_subscript, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_associatedtype, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [146105] = 23, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(6728), 1, + anon_sym_each, + ACTIONS(6730), 1, + anon_sym_repeat, + ACTIONS(6732), 1, + anon_sym_LPAREN, + ACTIONS(6734), 1, + anon_sym_LBRACK, + ACTIONS(6736), 1, + anon_sym_some, + ACTIONS(6738), 1, + anon_sym_any, + ACTIONS(6740), 1, + anon_sym_TILDE, + STATE(4839), 1, + sym_type_modifiers, + STATE(5200), 1, + sym_tuple_type, + STATE(5423), 1, + sym_unannotated_type, + STATE(5616), 1, + sym__simple_user_type, + STATE(5637), 1, + sym_simple_identifier, + STATE(6082), 1, + sym__parenthesized_type, + STATE(7058), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5694), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(6973), 2, + sym__possibly_implicitly_unwrapped_type, + sym_implicitly_unwrapped_type, + ACTIONS(6726), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5777), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6724), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6170), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [146197] = 23, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5547), 1, + anon_sym_each, + ACTIONS(5549), 1, + anon_sym_repeat, + ACTIONS(5551), 1, + anon_sym_LPAREN, + ACTIONS(5553), 1, + anon_sym_LBRACK, + ACTIONS(5555), 1, + anon_sym_some, + ACTIONS(5557), 1, + anon_sym_any, + ACTIONS(5559), 1, + anon_sym_TILDE, + STATE(4810), 1, + sym_type_modifiers, + STATE(5105), 1, + sym_tuple_type, + STATE(5184), 1, + sym_unannotated_type, + STATE(5256), 1, + sym__simple_user_type, + STATE(5260), 1, + sym_simple_identifier, + STATE(5692), 1, + sym__parenthesized_type, + STATE(6532), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5430), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(6718), 2, + sym__possibly_implicitly_unwrapped_type, + sym_implicitly_unwrapped_type, + ACTIONS(5545), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5433), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5543), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6010), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [146289] = 23, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6874), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(8588), 2, + sym__possibly_implicitly_unwrapped_type, + sym_implicitly_unwrapped_type, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [146381] = 23, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(6728), 1, + anon_sym_each, + ACTIONS(6730), 1, + anon_sym_repeat, + ACTIONS(6732), 1, + anon_sym_LPAREN, + ACTIONS(6734), 1, + anon_sym_LBRACK, + ACTIONS(6736), 1, + anon_sym_some, + ACTIONS(6738), 1, + anon_sym_any, + ACTIONS(6740), 1, + anon_sym_TILDE, + STATE(4839), 1, + sym_type_modifiers, + STATE(5200), 1, + sym_tuple_type, + STATE(5423), 1, + sym_unannotated_type, + STATE(5616), 1, + sym__simple_user_type, + STATE(5637), 1, + sym_simple_identifier, + STATE(6082), 1, + sym__parenthesized_type, + STATE(7058), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5694), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(6974), 2, + sym__possibly_implicitly_unwrapped_type, + sym_implicitly_unwrapped_type, + ACTIONS(6726), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5777), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6724), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6170), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [146473] = 24, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(2952), 1, + anon_sym_LPAREN, + ACTIONS(2954), 1, + anon_sym_LBRACK, + ACTIONS(2960), 1, + anon_sym_TILDE, + ACTIONS(6261), 1, + anon_sym_each, + ACTIONS(6263), 1, + anon_sym_repeat, + ACTIONS(6265), 1, + anon_sym_some, + ACTIONS(6267), 1, + anon_sym_any, + ACTIONS(7004), 1, + anon_sym_RPAREN, + ACTIONS(7006), 1, + sym_wildcard_pattern, + STATE(1819), 1, + sym__parenthesized_type, + STATE(4758), 1, + sym_type_modifiers, + STATE(5239), 1, + sym_tuple_type, + STATE(5469), 1, + sym_unannotated_type, + STATE(5813), 1, + sym__simple_user_type, + STATE(5973), 1, + sym_simple_identifier, + STATE(7268), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1742), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(2943), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1760), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(2941), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(1881), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [146567] = 23, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(2992), 1, + anon_sym_each, + ACTIONS(2994), 1, + anon_sym_repeat, + ACTIONS(2996), 1, + anon_sym_LPAREN, + ACTIONS(2998), 1, + anon_sym_LBRACK, + ACTIONS(3000), 1, + anon_sym_some, + ACTIONS(3002), 1, + anon_sym_any, + ACTIONS(3004), 1, + anon_sym_TILDE, + STATE(1747), 1, + sym_tuple_type, + STATE(1806), 1, + sym_unannotated_type, + STATE(1822), 1, + sym__simple_user_type, + STATE(1825), 1, + sym_simple_identifier, + STATE(1997), 1, + sym__parenthesized_type, + STATE(2524), 1, + sym_type, + STATE(4826), 1, + sym_type_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1898), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(2479), 2, + sym__possibly_implicitly_unwrapped_type, + sym_implicitly_unwrapped_type, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(2987), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1913), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(2985), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(2031), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [146659] = 23, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(6783), 1, + anon_sym_each, + ACTIONS(6785), 1, + anon_sym_repeat, + ACTIONS(6787), 1, + anon_sym_LPAREN, + ACTIONS(6789), 1, + anon_sym_LBRACK, + ACTIONS(6791), 1, + anon_sym_some, + ACTIONS(6793), 1, + anon_sym_any, + ACTIONS(6795), 1, + anon_sym_TILDE, + STATE(4834), 1, + sym_type_modifiers, + STATE(5342), 1, + sym_tuple_type, + STATE(5622), 1, + sym_unannotated_type, + STATE(5681), 1, + sym__simple_user_type, + STATE(5682), 1, + sym_simple_identifier, + STATE(6223), 1, + sym__parenthesized_type, + STATE(7072), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5960), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(7665), 2, + sym__possibly_implicitly_unwrapped_type, + sym_implicitly_unwrapped_type, + ACTIONS(6781), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(6008), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6779), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6302), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [146751] = 23, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(6435), 1, + anon_sym_each, + ACTIONS(6437), 1, + anon_sym_repeat, + ACTIONS(6439), 1, + anon_sym_LPAREN, + ACTIONS(6441), 1, + anon_sym_LBRACK, + ACTIONS(6443), 1, + anon_sym_some, + ACTIONS(6445), 1, + anon_sym_any, + ACTIONS(6447), 1, + anon_sym_TILDE, + STATE(4721), 1, + sym_type_modifiers, + STATE(5143), 1, + sym_tuple_type, + STATE(5341), 1, + sym_unannotated_type, + STATE(5434), 1, + sym__simple_user_type, + STATE(5541), 1, + sym_simple_identifier, + STATE(5941), 1, + sym__parenthesized_type, + STATE(7787), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5881), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(7893), 2, + sym__possibly_implicitly_unwrapped_type, + sym_implicitly_unwrapped_type, + ACTIONS(6433), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5531), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6431), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6054), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [146843] = 23, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(6435), 1, + anon_sym_each, + ACTIONS(6437), 1, + anon_sym_repeat, + ACTIONS(6439), 1, + anon_sym_LPAREN, + ACTIONS(6441), 1, + anon_sym_LBRACK, + ACTIONS(6443), 1, + anon_sym_some, + ACTIONS(6445), 1, + anon_sym_any, + ACTIONS(6447), 1, + anon_sym_TILDE, + STATE(4721), 1, + sym_type_modifiers, + STATE(5143), 1, + sym_tuple_type, + STATE(5341), 1, + sym_unannotated_type, + STATE(5434), 1, + sym__simple_user_type, + STATE(5541), 1, + sym_simple_identifier, + STATE(5941), 1, + sym__parenthesized_type, + STATE(7787), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5881), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(7924), 2, + sym__possibly_implicitly_unwrapped_type, + sym_implicitly_unwrapped_type, + ACTIONS(6433), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5531), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6431), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6054), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [146935] = 23, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(6435), 1, + anon_sym_each, + ACTIONS(6437), 1, + anon_sym_repeat, + ACTIONS(6439), 1, + anon_sym_LPAREN, + ACTIONS(6441), 1, + anon_sym_LBRACK, + ACTIONS(6443), 1, + anon_sym_some, + ACTIONS(6445), 1, + anon_sym_any, + ACTIONS(6447), 1, + anon_sym_TILDE, + STATE(4721), 1, + sym_type_modifiers, + STATE(5143), 1, + sym_tuple_type, + STATE(5341), 1, + sym_unannotated_type, + STATE(5434), 1, + sym__simple_user_type, + STATE(5541), 1, + sym_simple_identifier, + STATE(5941), 1, + sym__parenthesized_type, + STATE(7787), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5881), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(8463), 2, + sym__possibly_implicitly_unwrapped_type, + sym_implicitly_unwrapped_type, + ACTIONS(6433), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5531), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6431), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6054), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [147027] = 23, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6874), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2479), 2, + sym__possibly_implicitly_unwrapped_type, + sym_implicitly_unwrapped_type, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [147119] = 23, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(2952), 1, + anon_sym_LPAREN, + ACTIONS(2954), 1, + anon_sym_LBRACK, + ACTIONS(2960), 1, + anon_sym_TILDE, + ACTIONS(6261), 1, + anon_sym_each, + ACTIONS(6263), 1, + anon_sym_repeat, + ACTIONS(6265), 1, + anon_sym_some, + ACTIONS(6267), 1, + anon_sym_any, + STATE(1744), 1, + sym_simple_identifier, + STATE(1819), 1, + sym__parenthesized_type, + STATE(2208), 1, + sym_type, + STATE(4758), 1, + sym_type_modifiers, + STATE(5239), 1, + sym_tuple_type, + STATE(5469), 1, + sym_unannotated_type, + STATE(5813), 1, + sym__simple_user_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1742), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(7172), 2, + sym__possibly_implicitly_unwrapped_type, + sym_implicitly_unwrapped_type, + ACTIONS(2943), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1760), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(2941), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(1881), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [147211] = 23, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(2992), 1, + anon_sym_each, + ACTIONS(2994), 1, + anon_sym_repeat, + ACTIONS(2996), 1, + anon_sym_LPAREN, + ACTIONS(2998), 1, + anon_sym_LBRACK, + ACTIONS(3000), 1, + anon_sym_some, + ACTIONS(3002), 1, + anon_sym_any, + ACTIONS(3004), 1, + anon_sym_TILDE, + STATE(1747), 1, + sym_tuple_type, + STATE(1806), 1, + sym_unannotated_type, + STATE(1822), 1, + sym__simple_user_type, + STATE(1825), 1, + sym_simple_identifier, + STATE(1997), 1, + sym__parenthesized_type, + STATE(2524), 1, + sym_type, + STATE(4826), 1, + sym_type_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1898), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(2459), 2, + sym__possibly_implicitly_unwrapped_type, + sym_implicitly_unwrapped_type, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(2987), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1913), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(2985), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(2031), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [147303] = 23, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(6435), 1, + anon_sym_each, + ACTIONS(6437), 1, + anon_sym_repeat, + ACTIONS(6439), 1, + anon_sym_LPAREN, + ACTIONS(6441), 1, + anon_sym_LBRACK, + ACTIONS(6443), 1, + anon_sym_some, + ACTIONS(6445), 1, + anon_sym_any, + ACTIONS(6447), 1, + anon_sym_TILDE, + STATE(4721), 1, + sym_type_modifiers, + STATE(5143), 1, + sym_tuple_type, + STATE(5341), 1, + sym_unannotated_type, + STATE(5434), 1, + sym__simple_user_type, + STATE(5541), 1, + sym_simple_identifier, + STATE(5941), 1, + sym__parenthesized_type, + STATE(7787), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5881), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(7722), 2, + sym__possibly_implicitly_unwrapped_type, + sym_implicitly_unwrapped_type, + ACTIONS(6433), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5531), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6431), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6054), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [147395] = 23, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(6435), 1, + anon_sym_each, + ACTIONS(6437), 1, + anon_sym_repeat, + ACTIONS(6439), 1, + anon_sym_LPAREN, + ACTIONS(6441), 1, + anon_sym_LBRACK, + ACTIONS(6443), 1, + anon_sym_some, + ACTIONS(6445), 1, + anon_sym_any, + ACTIONS(6447), 1, + anon_sym_TILDE, + STATE(4721), 1, + sym_type_modifiers, + STATE(5143), 1, + sym_tuple_type, + STATE(5341), 1, + sym_unannotated_type, + STATE(5434), 1, + sym__simple_user_type, + STATE(5541), 1, + sym_simple_identifier, + STATE(5941), 1, + sym__parenthesized_type, + STATE(7787), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5881), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(8495), 2, + sym__possibly_implicitly_unwrapped_type, + sym_implicitly_unwrapped_type, + ACTIONS(6433), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5531), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6431), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6054), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [147487] = 23, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(6728), 1, + anon_sym_each, + ACTIONS(6730), 1, + anon_sym_repeat, + ACTIONS(6732), 1, + anon_sym_LPAREN, + ACTIONS(6734), 1, + anon_sym_LBRACK, + ACTIONS(6736), 1, + anon_sym_some, + ACTIONS(6738), 1, + anon_sym_any, + ACTIONS(6740), 1, + anon_sym_TILDE, + STATE(4839), 1, + sym_type_modifiers, + STATE(5200), 1, + sym_tuple_type, + STATE(5423), 1, + sym_unannotated_type, + STATE(5616), 1, + sym__simple_user_type, + STATE(5637), 1, + sym_simple_identifier, + STATE(6082), 1, + sym__parenthesized_type, + STATE(7058), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5694), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(6915), 2, + sym__possibly_implicitly_unwrapped_type, + sym_implicitly_unwrapped_type, + ACTIONS(6726), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5777), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6724), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6170), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [147579] = 23, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5396), 1, + anon_sym_each, + ACTIONS(5398), 1, + anon_sym_repeat, + ACTIONS(5400), 1, + anon_sym_LPAREN, + ACTIONS(5402), 1, + anon_sym_LBRACK, + ACTIONS(5404), 1, + anon_sym_some, + ACTIONS(5406), 1, + anon_sym_any, + ACTIONS(5408), 1, + anon_sym_TILDE, + STATE(4736), 1, + sym_type_modifiers, + STATE(5077), 1, + sym_tuple_type, + STATE(5131), 1, + sym_unannotated_type, + STATE(5198), 1, + sym__simple_user_type, + STATE(5199), 1, + sym_simple_identifier, + STATE(5617), 1, + sym__parenthesized_type, + STATE(6422), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5264), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(6520), 2, + sym__possibly_implicitly_unwrapped_type, + sym_implicitly_unwrapped_type, + ACTIONS(5394), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5291), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5392), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5658), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [147671] = 23, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(6435), 1, + anon_sym_each, + ACTIONS(6437), 1, + anon_sym_repeat, + ACTIONS(6439), 1, + anon_sym_LPAREN, + ACTIONS(6441), 1, + anon_sym_LBRACK, + ACTIONS(6443), 1, + anon_sym_some, + ACTIONS(6445), 1, + anon_sym_any, + ACTIONS(6447), 1, + anon_sym_TILDE, + STATE(4721), 1, + sym_type_modifiers, + STATE(5143), 1, + sym_tuple_type, + STATE(5341), 1, + sym_unannotated_type, + STATE(5434), 1, + sym__simple_user_type, + STATE(5541), 1, + sym_simple_identifier, + STATE(5941), 1, + sym__parenthesized_type, + STATE(7787), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5881), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(7938), 2, + sym__possibly_implicitly_unwrapped_type, + sym_implicitly_unwrapped_type, + ACTIONS(6433), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5531), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6431), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6054), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [147763] = 23, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(6435), 1, + anon_sym_each, + ACTIONS(6437), 1, + anon_sym_repeat, + ACTIONS(6439), 1, + anon_sym_LPAREN, + ACTIONS(6441), 1, + anon_sym_LBRACK, + ACTIONS(6443), 1, + anon_sym_some, + ACTIONS(6445), 1, + anon_sym_any, + ACTIONS(6447), 1, + anon_sym_TILDE, + STATE(4721), 1, + sym_type_modifiers, + STATE(5143), 1, + sym_tuple_type, + STATE(5341), 1, + sym_unannotated_type, + STATE(5434), 1, + sym__simple_user_type, + STATE(5541), 1, + sym_simple_identifier, + STATE(5941), 1, + sym__parenthesized_type, + STATE(7787), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5881), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(7391), 2, + sym__possibly_implicitly_unwrapped_type, + sym_implicitly_unwrapped_type, + ACTIONS(6433), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5531), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6431), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6054), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [147855] = 23, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5759), 1, + anon_sym_each, + ACTIONS(5761), 1, + anon_sym_repeat, + ACTIONS(5763), 1, + anon_sym_LPAREN, + ACTIONS(5765), 1, + anon_sym_LBRACK, + ACTIONS(5767), 1, + anon_sym_some, + ACTIONS(5769), 1, + anon_sym_any, + ACTIONS(5771), 1, + anon_sym_TILDE, + STATE(4866), 1, + sym_type_modifiers, + STATE(5160), 1, + sym_tuple_type, + STATE(5337), 1, + sym_unannotated_type, + STATE(5387), 1, + sym__simple_user_type, + STATE(5409), 1, + sym_simple_identifier, + STATE(5993), 1, + sym__parenthesized_type, + STATE(6770), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5648), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(6920), 2, + sym__possibly_implicitly_unwrapped_type, + sym_implicitly_unwrapped_type, + ACTIONS(5757), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5560), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5755), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6047), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [147947] = 23, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(6435), 1, + anon_sym_each, + ACTIONS(6437), 1, + anon_sym_repeat, + ACTIONS(6439), 1, + anon_sym_LPAREN, + ACTIONS(6441), 1, + anon_sym_LBRACK, + ACTIONS(6443), 1, + anon_sym_some, + ACTIONS(6445), 1, + anon_sym_any, + ACTIONS(6447), 1, + anon_sym_TILDE, + STATE(4721), 1, + sym_type_modifiers, + STATE(5143), 1, + sym_tuple_type, + STATE(5341), 1, + sym_unannotated_type, + STATE(5434), 1, + sym__simple_user_type, + STATE(5541), 1, + sym_simple_identifier, + STATE(5941), 1, + sym__parenthesized_type, + STATE(7787), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5881), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(7383), 2, + sym__possibly_implicitly_unwrapped_type, + sym_implicitly_unwrapped_type, + ACTIONS(6433), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5531), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6431), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6054), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [148039] = 23, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(6828), 1, + anon_sym_each, + ACTIONS(6830), 1, + anon_sym_repeat, + ACTIONS(6832), 1, + anon_sym_some, + ACTIONS(6834), 1, + anon_sym_any, + ACTIONS(6836), 1, + anon_sym_TILDE, + STATE(4771), 1, + sym_type_modifiers, + STATE(5163), 1, + sym_simple_identifier, + STATE(5596), 1, + sym_tuple_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(5975), 1, + sym_unannotated_type, + STATE(6133), 1, + sym__simple_user_type, + STATE(6687), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(7007), 2, + sym__possibly_implicitly_unwrapped_type, + sym_implicitly_unwrapped_type, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [148131] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6982), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4926), 41, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_default_keyword, + sym_where_keyword, + sym__as_custom, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [148183] = 23, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(7008), 1, + anon_sym_GT, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8596), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [148274] = 24, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(6447), 1, + anon_sym_TILDE, + ACTIONS(7010), 1, + anon_sym_each, + ACTIONS(7012), 1, + anon_sym_repeat, + STATE(5434), 1, + sym__simple_user_type, + STATE(5541), 1, + sym_simple_identifier, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6068), 1, + sym_tuple_type, + STATE(6188), 1, + sym_user_type, + STATE(6288), 1, + sym_unannotated_type, + STATE(7489), 1, + sym__inheritance_specifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(4586), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5352), 2, + sym_array_type, + sym_dictionary_type, + STATE(5881), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(6464), 2, + sym_function_type, + sym_suppressed_constraint, + STATE(7086), 2, + sym_inheritance_specifier, + sym__annotated_inheritance_specifier, + ACTIONS(6433), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(6431), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 7, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + [148367] = 24, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(6447), 1, + anon_sym_TILDE, + ACTIONS(7010), 1, + anon_sym_each, + ACTIONS(7012), 1, + anon_sym_repeat, + STATE(5434), 1, + sym__simple_user_type, + STATE(5541), 1, + sym_simple_identifier, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6068), 1, + sym_tuple_type, + STATE(6188), 1, + sym_user_type, + STATE(6288), 1, + sym_unannotated_type, + STATE(7490), 1, + sym__inheritance_specifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(4586), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5352), 2, + sym_array_type, + sym_dictionary_type, + STATE(5881), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(6464), 2, + sym_function_type, + sym_suppressed_constraint, + STATE(7086), 2, + sym_inheritance_specifier, + sym__annotated_inheritance_specifier, + ACTIONS(6433), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(6431), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 7, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + [148460] = 24, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(6447), 1, + anon_sym_TILDE, + ACTIONS(7010), 1, + anon_sym_each, + ACTIONS(7012), 1, + anon_sym_repeat, + STATE(5434), 1, + sym__simple_user_type, + STATE(5541), 1, + sym_simple_identifier, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6068), 1, + sym_tuple_type, + STATE(6188), 1, + sym_user_type, + STATE(6288), 1, + sym_unannotated_type, + STATE(7491), 1, + sym__inheritance_specifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(4586), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5352), 2, + sym_array_type, + sym_dictionary_type, + STATE(5881), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(6464), 2, + sym_function_type, + sym_suppressed_constraint, + STATE(7086), 2, + sym_inheritance_specifier, + sym__annotated_inheritance_specifier, + ACTIONS(6433), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(6431), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 7, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + [148553] = 23, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(7014), 1, + anon_sym_GT, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8596), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [148644] = 24, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(6447), 1, + anon_sym_TILDE, + ACTIONS(7010), 1, + anon_sym_each, + ACTIONS(7012), 1, + anon_sym_repeat, + STATE(5434), 1, + sym__simple_user_type, + STATE(5541), 1, + sym_simple_identifier, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6068), 1, + sym_tuple_type, + STATE(6188), 1, + sym_user_type, + STATE(6288), 1, + sym_unannotated_type, + STATE(7504), 1, + sym__inheritance_specifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(4586), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5352), 2, + sym_array_type, + sym_dictionary_type, + STATE(5881), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(6464), 2, + sym_function_type, + sym_suppressed_constraint, + STATE(7086), 2, + sym_inheritance_specifier, + sym__annotated_inheritance_specifier, + ACTIONS(6433), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(6431), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 7, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + [148737] = 23, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(7016), 1, + anon_sym_GT, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8596), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [148828] = 23, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(7018), 1, + anon_sym_GT, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8596), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [148919] = 24, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(6447), 1, + anon_sym_TILDE, + ACTIONS(7010), 1, + anon_sym_each, + ACTIONS(7012), 1, + anon_sym_repeat, + STATE(5434), 1, + sym__simple_user_type, + STATE(5541), 1, + sym_simple_identifier, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6068), 1, + sym_tuple_type, + STATE(6188), 1, + sym_user_type, + STATE(6288), 1, + sym_unannotated_type, + STATE(7535), 1, + sym__inheritance_specifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(4586), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5352), 2, + sym_array_type, + sym_dictionary_type, + STATE(5881), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(6464), 2, + sym_function_type, + sym_suppressed_constraint, + STATE(7086), 2, + sym_inheritance_specifier, + sym__annotated_inheritance_specifier, + ACTIONS(6433), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(6431), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 7, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + [149012] = 23, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(7020), 1, + anon_sym_GT, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8596), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [149103] = 24, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(6447), 1, + anon_sym_TILDE, + ACTIONS(7010), 1, + anon_sym_each, + ACTIONS(7012), 1, + anon_sym_repeat, + STATE(5434), 1, + sym__simple_user_type, + STATE(5541), 1, + sym_simple_identifier, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6068), 1, + sym_tuple_type, + STATE(6188), 1, + sym_user_type, + STATE(6288), 1, + sym_unannotated_type, + STATE(7544), 1, + sym__inheritance_specifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(4586), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5352), 2, + sym_array_type, + sym_dictionary_type, + STATE(5881), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(6464), 2, + sym_function_type, + sym_suppressed_constraint, + STATE(7086), 2, + sym_inheritance_specifier, + sym__annotated_inheritance_specifier, + ACTIONS(6433), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(6431), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 7, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + [149196] = 23, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(7022), 1, + anon_sym_GT, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8596), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [149287] = 23, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(7024), 1, + anon_sym_GT, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8596), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [149378] = 23, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(7026), 1, + anon_sym_GT, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8596), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [149469] = 18, + ACTIONS(137), 1, + sym_raw_str_part, + ACTIONS(7038), 1, + anon_sym_DQUOTE, + ACTIONS(7040), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + ACTIONS(7042), 1, + sym__oneline_regex_literal, + ACTIONS(7044), 1, + anon_sym_RBRACE, + ACTIONS(7046), 1, + sym_raw_str_end_part, + ACTIONS(7048), 1, + sym__hash_symbol_custom, + STATE(7983), 1, + aux_sym_raw_string_literal_repeat1, + STATE(8962), 1, + sym__hash_symbol, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7036), 2, + anon_sym_true, + anon_sym_false, + STATE(4971), 2, + sym__extended_regex_literal, + sym__multiline_regex_literal, + STATE(5010), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(7030), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(7032), 3, + anon_sym_nil, + sym_integer_literal, + sym_hex_literal, + ACTIONS(7034), 3, + sym_real_literal, + sym_oct_literal, + sym_bin_literal, + ACTIONS(7028), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(4200), 9, + sym_simple_identifier, + sym__basic_literal, + sym_boolean_literal, + sym__string_literal, + sym_line_string_literal, + sym_multi_line_string_literal, + sym_raw_string_literal, + sym_regex_literal, + aux_sym_deprecated_operator_declaration_body_repeat1, + [149550] = 4, + ACTIONS(7050), 1, + anon_sym_BANG2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4993), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4989), 39, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [149603] = 23, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(7052), 1, + anon_sym_GT, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8596), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [149694] = 23, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(7054), 1, + anon_sym_GT, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8596), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [149785] = 18, + ACTIONS(137), 1, + sym_raw_str_part, + ACTIONS(7038), 1, + anon_sym_DQUOTE, + ACTIONS(7040), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + ACTIONS(7042), 1, + sym__oneline_regex_literal, + ACTIONS(7046), 1, + sym_raw_str_end_part, + ACTIONS(7048), 1, + sym__hash_symbol_custom, + ACTIONS(7056), 1, + anon_sym_RBRACE, + STATE(7983), 1, + aux_sym_raw_string_literal_repeat1, + STATE(8962), 1, + sym__hash_symbol, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7036), 2, + anon_sym_true, + anon_sym_false, + STATE(4971), 2, + sym__extended_regex_literal, + sym__multiline_regex_literal, + STATE(5010), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(7030), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(7032), 3, + anon_sym_nil, + sym_integer_literal, + sym_hex_literal, + ACTIONS(7034), 3, + sym_real_literal, + sym_oct_literal, + sym_bin_literal, + ACTIONS(7028), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(4200), 9, + sym_simple_identifier, + sym__basic_literal, + sym_boolean_literal, + sym__string_literal, + sym_line_string_literal, + sym_multi_line_string_literal, + sym_raw_string_literal, + sym_regex_literal, + aux_sym_deprecated_operator_declaration_body_repeat1, + [149866] = 23, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(7058), 1, + anon_sym_GT, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8596), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [149957] = 23, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(7060), 1, + anon_sym_GT, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8596), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [150048] = 24, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(6447), 1, + anon_sym_TILDE, + ACTIONS(7010), 1, + anon_sym_each, + ACTIONS(7012), 1, + anon_sym_repeat, + STATE(5434), 1, + sym__simple_user_type, + STATE(5541), 1, + sym_simple_identifier, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6068), 1, + sym_tuple_type, + STATE(6188), 1, + sym_user_type, + STATE(6288), 1, + sym_unannotated_type, + STATE(7336), 1, + sym__inheritance_specifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(4586), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5352), 2, + sym_array_type, + sym_dictionary_type, + STATE(5881), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(6464), 2, + sym_function_type, + sym_suppressed_constraint, + STATE(7086), 2, + sym_inheritance_specifier, + sym__annotated_inheritance_specifier, + ACTIONS(6433), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(6431), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 7, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + [150141] = 5, + ACTIONS(7062), 1, + anon_sym_COMMA, + STATE(4056), 1, + aux_sym_type_constraints_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5238), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5233), 38, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [150196] = 5, + ACTIONS(7065), 1, + anon_sym_COMMA, + STATE(4056), 1, + aux_sym_type_constraints_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(3076), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(3064), 38, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [150251] = 23, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(7067), 1, + anon_sym_GT, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8596), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [150342] = 23, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(7069), 1, + anon_sym_GT, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8596), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [150433] = 23, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(7071), 1, + anon_sym_GT, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8596), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [150524] = 24, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(6447), 1, + anon_sym_TILDE, + ACTIONS(7010), 1, + anon_sym_each, + ACTIONS(7012), 1, + anon_sym_repeat, + STATE(5434), 1, + sym__simple_user_type, + STATE(5541), 1, + sym_simple_identifier, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6068), 1, + sym_tuple_type, + STATE(6188), 1, + sym_user_type, + STATE(6288), 1, + sym_unannotated_type, + STATE(7631), 1, + sym__inheritance_specifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(4586), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5352), 2, + sym_array_type, + sym_dictionary_type, + STATE(5881), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(6464), 2, + sym_function_type, + sym_suppressed_constraint, + STATE(7086), 2, + sym_inheritance_specifier, + sym__annotated_inheritance_specifier, + ACTIONS(6433), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(6431), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 7, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + [150617] = 18, + ACTIONS(137), 1, + sym_raw_str_part, + ACTIONS(7038), 1, + anon_sym_DQUOTE, + ACTIONS(7040), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + ACTIONS(7042), 1, + sym__oneline_regex_literal, + ACTIONS(7046), 1, + sym_raw_str_end_part, + ACTIONS(7048), 1, + sym__hash_symbol_custom, + ACTIONS(7077), 1, + anon_sym_RBRACE, + STATE(7983), 1, + aux_sym_raw_string_literal_repeat1, + STATE(8962), 1, + sym__hash_symbol, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7036), 2, + anon_sym_true, + anon_sym_false, + STATE(4971), 2, + sym__extended_regex_literal, + sym__multiline_regex_literal, + STATE(5010), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(7030), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(7073), 3, + anon_sym_nil, + sym_integer_literal, + sym_hex_literal, + ACTIONS(7075), 3, + sym_real_literal, + sym_oct_literal, + sym_bin_literal, + ACTIONS(7028), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(4052), 9, + sym_simple_identifier, + sym__basic_literal, + sym_boolean_literal, + sym__string_literal, + sym_line_string_literal, + sym_multi_line_string_literal, + sym_raw_string_literal, + sym_regex_literal, + aux_sym_deprecated_operator_declaration_body_repeat1, + [150698] = 23, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(7079), 1, + anon_sym_GT, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8596), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [150789] = 23, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(7081), 1, + anon_sym_GT, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8596), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [150880] = 18, + ACTIONS(137), 1, + sym_raw_str_part, + ACTIONS(7038), 1, + anon_sym_DQUOTE, + ACTIONS(7040), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + ACTIONS(7042), 1, + sym__oneline_regex_literal, + ACTIONS(7046), 1, + sym_raw_str_end_part, + ACTIONS(7048), 1, + sym__hash_symbol_custom, + ACTIONS(7087), 1, + anon_sym_RBRACE, + STATE(7983), 1, + aux_sym_raw_string_literal_repeat1, + STATE(8962), 1, + sym__hash_symbol, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7036), 2, + anon_sym_true, + anon_sym_false, + STATE(4971), 2, + sym__extended_regex_literal, + sym__multiline_regex_literal, + STATE(5010), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(7030), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(7083), 3, + anon_sym_nil, + sym_integer_literal, + sym_hex_literal, + ACTIONS(7085), 3, + sym_real_literal, + sym_oct_literal, + sym_bin_literal, + ACTIONS(7028), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(4048), 9, + sym_simple_identifier, + sym__basic_literal, + sym_boolean_literal, + sym__string_literal, + sym_line_string_literal, + sym_multi_line_string_literal, + sym_raw_string_literal, + sym_regex_literal, + aux_sym_deprecated_operator_declaration_body_repeat1, + [150961] = 23, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(7089), 1, + anon_sym_GT, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8596), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [151052] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7093), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(7091), 40, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_default_keyword, + sym_where_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [151103] = 23, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(7095), 1, + anon_sym_GT, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8596), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [151194] = 23, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(7097), 1, + anon_sym_GT, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8596), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [151285] = 23, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(7099), 1, + anon_sym_GT, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8596), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [151376] = 23, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(7101), 1, + anon_sym_GT, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8596), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [151467] = 23, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(7103), 1, + anon_sym_GT, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8596), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [151558] = 23, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(7105), 1, + anon_sym_GT, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8596), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [151649] = 23, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(7107), 1, + anon_sym_GT, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8596), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [151740] = 23, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(7109), 1, + anon_sym_GT, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8596), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [151831] = 23, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(7111), 1, + anon_sym_GT, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8596), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [151922] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5001), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4999), 40, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_default_keyword, + sym_where_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [151973] = 21, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(3060), 1, + anon_sym_each, + ACTIONS(3062), 1, + anon_sym_repeat, + ACTIONS(3066), 1, + anon_sym_LPAREN, + ACTIONS(3068), 1, + anon_sym_LBRACK, + ACTIONS(3070), 1, + anon_sym_some, + ACTIONS(3072), 1, + anon_sym_any, + ACTIONS(3074), 1, + anon_sym_TILDE, + STATE(5475), 1, + sym_tuple_type, + STATE(5672), 1, + sym_simple_identifier, + STATE(5958), 1, + sym_unannotated_type, + STATE(6123), 1, + sym__simple_user_type, + STATE(6356), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5123), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(6228), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(3058), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(6137), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + STATE(7189), 3, + sym_identifier, + sym__constrained_type, + sym_nested_type_identifier, + ACTIONS(3056), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6481), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [152060] = 23, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(7113), 1, + anon_sym_GT, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8596), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [152151] = 23, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(7115), 1, + anon_sym_GT, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8596), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [152242] = 23, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(7117), 1, + anon_sym_GT, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8596), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [152333] = 23, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(7119), 1, + anon_sym_GT, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8596), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [152424] = 23, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(7121), 1, + anon_sym_GT, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8596), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [152515] = 23, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(7123), 1, + anon_sym_GT, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8596), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [152606] = 23, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(7125), 1, + anon_sym_GT, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8596), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [152697] = 23, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(7127), 1, + anon_sym_GT, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8596), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [152788] = 5, + ACTIONS(7129), 1, + anon_sym_COMMA, + STATE(4057), 1, + aux_sym_type_constraints_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5228), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5224), 38, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [152843] = 23, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(7131), 1, + anon_sym_GT, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8596), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [152934] = 23, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(7133), 1, + anon_sym_GT, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8596), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [153025] = 23, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(7135), 1, + anon_sym_GT, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8596), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [153116] = 23, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(7137), 1, + anon_sym_GT, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8596), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [153207] = 23, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(7139), 1, + anon_sym_GT, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8596), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [153298] = 23, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(7141), 1, + anon_sym_GT, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8596), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [153389] = 24, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(6447), 1, + anon_sym_TILDE, + ACTIONS(7010), 1, + anon_sym_each, + ACTIONS(7012), 1, + anon_sym_repeat, + STATE(5434), 1, + sym__simple_user_type, + STATE(5541), 1, + sym_simple_identifier, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6068), 1, + sym_tuple_type, + STATE(6188), 1, + sym_user_type, + STATE(6288), 1, + sym_unannotated_type, + STATE(7332), 1, + sym__inheritance_specifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(4586), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5352), 2, + sym_array_type, + sym_dictionary_type, + STATE(5881), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(6464), 2, + sym_function_type, + sym_suppressed_constraint, + STATE(7086), 2, + sym_inheritance_specifier, + sym__annotated_inheritance_specifier, + ACTIONS(6433), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(6431), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 7, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + [153482] = 23, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(7143), 1, + anon_sym_GT, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8596), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [153573] = 24, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(6447), 1, + anon_sym_TILDE, + ACTIONS(7010), 1, + anon_sym_each, + ACTIONS(7012), 1, + anon_sym_repeat, + STATE(5434), 1, + sym__simple_user_type, + STATE(5541), 1, + sym_simple_identifier, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6068), 1, + sym_tuple_type, + STATE(6188), 1, + sym_user_type, + STATE(6288), 1, + sym_unannotated_type, + STATE(7392), 1, + sym__inheritance_specifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(4586), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5352), 2, + sym_array_type, + sym_dictionary_type, + STATE(5881), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(6464), 2, + sym_function_type, + sym_suppressed_constraint, + STATE(7086), 2, + sym_inheritance_specifier, + sym__annotated_inheritance_specifier, + ACTIONS(6433), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(6431), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 7, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + [153666] = 24, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(6447), 1, + anon_sym_TILDE, + ACTIONS(7010), 1, + anon_sym_each, + ACTIONS(7012), 1, + anon_sym_repeat, + STATE(5434), 1, + sym__simple_user_type, + STATE(5541), 1, + sym_simple_identifier, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6068), 1, + sym_tuple_type, + STATE(6188), 1, + sym_user_type, + STATE(6288), 1, + sym_unannotated_type, + STATE(7440), 1, + sym__inheritance_specifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(4586), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5352), 2, + sym_array_type, + sym_dictionary_type, + STATE(5881), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(6464), 2, + sym_function_type, + sym_suppressed_constraint, + STATE(7086), 2, + sym_inheritance_specifier, + sym__annotated_inheritance_specifier, + ACTIONS(6433), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(6431), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 7, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + [153759] = 24, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(6447), 1, + anon_sym_TILDE, + ACTIONS(7010), 1, + anon_sym_each, + ACTIONS(7012), 1, + anon_sym_repeat, + STATE(5434), 1, + sym__simple_user_type, + STATE(5541), 1, + sym_simple_identifier, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6068), 1, + sym_tuple_type, + STATE(6188), 1, + sym_user_type, + STATE(6288), 1, + sym_unannotated_type, + STATE(7555), 1, + sym__inheritance_specifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(4586), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5352), 2, + sym_array_type, + sym_dictionary_type, + STATE(5881), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(6464), 2, + sym_function_type, + sym_suppressed_constraint, + STATE(7086), 2, + sym_inheritance_specifier, + sym__annotated_inheritance_specifier, + ACTIONS(6433), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(6431), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 7, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + [153852] = 23, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(7145), 1, + anon_sym_GT, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8596), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [153943] = 23, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(7147), 1, + anon_sym_GT, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8596), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [154034] = 23, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(7149), 1, + anon_sym_GT, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8596), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [154125] = 24, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(6447), 1, + anon_sym_TILDE, + ACTIONS(7010), 1, + anon_sym_each, + ACTIONS(7012), 1, + anon_sym_repeat, + STATE(5434), 1, + sym__simple_user_type, + STATE(5541), 1, + sym_simple_identifier, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6068), 1, + sym_tuple_type, + STATE(6188), 1, + sym_user_type, + STATE(6288), 1, + sym_unannotated_type, + STATE(7388), 1, + sym__inheritance_specifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(4586), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5352), 2, + sym_array_type, + sym_dictionary_type, + STATE(5881), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(6464), 2, + sym_function_type, + sym_suppressed_constraint, + STATE(7086), 2, + sym_inheritance_specifier, + sym__annotated_inheritance_specifier, + ACTIONS(6433), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(6431), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 7, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + [154218] = 24, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(6447), 1, + anon_sym_TILDE, + ACTIONS(7010), 1, + anon_sym_each, + ACTIONS(7012), 1, + anon_sym_repeat, + STATE(5434), 1, + sym__simple_user_type, + STATE(5541), 1, + sym_simple_identifier, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6068), 1, + sym_tuple_type, + STATE(6188), 1, + sym_user_type, + STATE(6288), 1, + sym_unannotated_type, + STATE(7425), 1, + sym__inheritance_specifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(4586), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5352), 2, + sym_array_type, + sym_dictionary_type, + STATE(5881), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(6464), 2, + sym_function_type, + sym_suppressed_constraint, + STATE(7086), 2, + sym_inheritance_specifier, + sym__annotated_inheritance_specifier, + ACTIONS(6433), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(6431), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 7, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + [154311] = 24, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(6447), 1, + anon_sym_TILDE, + ACTIONS(7010), 1, + anon_sym_each, + ACTIONS(7012), 1, + anon_sym_repeat, + STATE(5434), 1, + sym__simple_user_type, + STATE(5541), 1, + sym_simple_identifier, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6068), 1, + sym_tuple_type, + STATE(6188), 1, + sym_user_type, + STATE(6288), 1, + sym_unannotated_type, + STATE(7284), 1, + sym__inheritance_specifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(4586), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5352), 2, + sym_array_type, + sym_dictionary_type, + STATE(5881), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(6464), 2, + sym_function_type, + sym_suppressed_constraint, + STATE(7086), 2, + sym_inheritance_specifier, + sym__annotated_inheritance_specifier, + ACTIONS(6433), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(6431), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 7, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + [154404] = 24, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(6447), 1, + anon_sym_TILDE, + ACTIONS(7010), 1, + anon_sym_each, + ACTIONS(7012), 1, + anon_sym_repeat, + STATE(5434), 1, + sym__simple_user_type, + STATE(5541), 1, + sym_simple_identifier, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6068), 1, + sym_tuple_type, + STATE(6188), 1, + sym_user_type, + STATE(6288), 1, + sym_unannotated_type, + STATE(7467), 1, + sym__inheritance_specifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(4586), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5352), 2, + sym_array_type, + sym_dictionary_type, + STATE(5881), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(6464), 2, + sym_function_type, + sym_suppressed_constraint, + STATE(7086), 2, + sym_inheritance_specifier, + sym__annotated_inheritance_specifier, + ACTIONS(6433), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(6431), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 7, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + [154497] = 24, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(6447), 1, + anon_sym_TILDE, + ACTIONS(7010), 1, + anon_sym_each, + ACTIONS(7012), 1, + anon_sym_repeat, + STATE(5434), 1, + sym__simple_user_type, + STATE(5541), 1, + sym_simple_identifier, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6068), 1, + sym_tuple_type, + STATE(6188), 1, + sym_user_type, + STATE(6288), 1, + sym_unannotated_type, + STATE(7603), 1, + sym__inheritance_specifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(4586), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5352), 2, + sym_array_type, + sym_dictionary_type, + STATE(5881), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(6464), 2, + sym_function_type, + sym_suppressed_constraint, + STATE(7086), 2, + sym_inheritance_specifier, + sym__annotated_inheritance_specifier, + ACTIONS(6433), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(6431), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 7, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + [154590] = 24, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(6447), 1, + anon_sym_TILDE, + ACTIONS(7010), 1, + anon_sym_each, + ACTIONS(7012), 1, + anon_sym_repeat, + STATE(5434), 1, + sym__simple_user_type, + STATE(5541), 1, + sym_simple_identifier, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6068), 1, + sym_tuple_type, + STATE(6188), 1, + sym_user_type, + STATE(6288), 1, + sym_unannotated_type, + STATE(7654), 1, + sym__inheritance_specifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(4586), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5352), 2, + sym_array_type, + sym_dictionary_type, + STATE(5881), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(6464), 2, + sym_function_type, + sym_suppressed_constraint, + STATE(7086), 2, + sym_inheritance_specifier, + sym__annotated_inheritance_specifier, + ACTIONS(6433), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(6431), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 7, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + [154683] = 24, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(6447), 1, + anon_sym_TILDE, + ACTIONS(7010), 1, + anon_sym_each, + ACTIONS(7012), 1, + anon_sym_repeat, + STATE(5434), 1, + sym__simple_user_type, + STATE(5541), 1, + sym_simple_identifier, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6068), 1, + sym_tuple_type, + STATE(6188), 1, + sym_user_type, + STATE(6288), 1, + sym_unannotated_type, + STATE(7518), 1, + sym__inheritance_specifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(4586), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5352), 2, + sym_array_type, + sym_dictionary_type, + STATE(5881), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(6464), 2, + sym_function_type, + sym_suppressed_constraint, + STATE(7086), 2, + sym_inheritance_specifier, + sym__annotated_inheritance_specifier, + ACTIONS(6433), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(6431), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 7, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + [154776] = 23, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(7151), 1, + anon_sym_GT, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8596), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [154867] = 24, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(6447), 1, + anon_sym_TILDE, + ACTIONS(7010), 1, + anon_sym_each, + ACTIONS(7012), 1, + anon_sym_repeat, + STATE(5434), 1, + sym__simple_user_type, + STATE(5541), 1, + sym_simple_identifier, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6068), 1, + sym_tuple_type, + STATE(6188), 1, + sym_user_type, + STATE(6288), 1, + sym_unannotated_type, + STATE(7587), 1, + sym__inheritance_specifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(4586), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5352), 2, + sym_array_type, + sym_dictionary_type, + STATE(5881), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(6464), 2, + sym_function_type, + sym_suppressed_constraint, + STATE(7086), 2, + sym_inheritance_specifier, + sym__annotated_inheritance_specifier, + ACTIONS(6433), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(6431), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 7, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + [154960] = 23, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(7153), 1, + anon_sym_GT, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8596), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [155051] = 24, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(6447), 1, + anon_sym_TILDE, + ACTIONS(7010), 1, + anon_sym_each, + ACTIONS(7012), 1, + anon_sym_repeat, + STATE(5434), 1, + sym__simple_user_type, + STATE(5541), 1, + sym_simple_identifier, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6068), 1, + sym_tuple_type, + STATE(6188), 1, + sym_user_type, + STATE(6288), 1, + sym_unannotated_type, + STATE(7578), 1, + sym__inheritance_specifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(4586), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5352), 2, + sym_array_type, + sym_dictionary_type, + STATE(5881), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(6464), 2, + sym_function_type, + sym_suppressed_constraint, + STATE(7086), 2, + sym_inheritance_specifier, + sym__annotated_inheritance_specifier, + ACTIONS(6433), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(6431), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 7, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + [155144] = 24, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(6447), 1, + anon_sym_TILDE, + ACTIONS(7010), 1, + anon_sym_each, + ACTIONS(7012), 1, + anon_sym_repeat, + STATE(5434), 1, + sym__simple_user_type, + STATE(5541), 1, + sym_simple_identifier, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6068), 1, + sym_tuple_type, + STATE(6188), 1, + sym_user_type, + STATE(6288), 1, + sym_unannotated_type, + STATE(7464), 1, + sym__inheritance_specifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(4586), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5352), 2, + sym_array_type, + sym_dictionary_type, + STATE(5881), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(6464), 2, + sym_function_type, + sym_suppressed_constraint, + STATE(7086), 2, + sym_inheritance_specifier, + sym__annotated_inheritance_specifier, + ACTIONS(6433), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(6431), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 7, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + [155237] = 23, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(7155), 1, + anon_sym_GT, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8596), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [155328] = 24, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(6447), 1, + anon_sym_TILDE, + ACTIONS(7010), 1, + anon_sym_each, + ACTIONS(7012), 1, + anon_sym_repeat, + STATE(5434), 1, + sym__simple_user_type, + STATE(5541), 1, + sym_simple_identifier, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6068), 1, + sym_tuple_type, + STATE(6188), 1, + sym_user_type, + STATE(6288), 1, + sym_unannotated_type, + STATE(7314), 1, + sym__inheritance_specifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(4586), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5352), 2, + sym_array_type, + sym_dictionary_type, + STATE(5881), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(6464), 2, + sym_function_type, + sym_suppressed_constraint, + STATE(7086), 2, + sym_inheritance_specifier, + sym__annotated_inheritance_specifier, + ACTIONS(6433), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(6431), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 7, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + [155421] = 23, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(7157), 1, + anon_sym_GT, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8596), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [155512] = 24, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(6447), 1, + anon_sym_TILDE, + ACTIONS(7010), 1, + anon_sym_each, + ACTIONS(7012), 1, + anon_sym_repeat, + STATE(5434), 1, + sym__simple_user_type, + STATE(5541), 1, + sym_simple_identifier, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6068), 1, + sym_tuple_type, + STATE(6188), 1, + sym_user_type, + STATE(6288), 1, + sym_unannotated_type, + STATE(7324), 1, + sym__inheritance_specifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(4586), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5352), 2, + sym_array_type, + sym_dictionary_type, + STATE(5881), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(6464), 2, + sym_function_type, + sym_suppressed_constraint, + STATE(7086), 2, + sym_inheritance_specifier, + sym__annotated_inheritance_specifier, + ACTIONS(6433), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(6431), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 7, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + [155605] = 24, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(6447), 1, + anon_sym_TILDE, + ACTIONS(7010), 1, + anon_sym_each, + ACTIONS(7012), 1, + anon_sym_repeat, + STATE(5434), 1, + sym__simple_user_type, + STATE(5541), 1, + sym_simple_identifier, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6068), 1, + sym_tuple_type, + STATE(6188), 1, + sym_user_type, + STATE(6288), 1, + sym_unannotated_type, + STATE(7325), 1, + sym__inheritance_specifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(4586), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5352), 2, + sym_array_type, + sym_dictionary_type, + STATE(5881), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(6464), 2, + sym_function_type, + sym_suppressed_constraint, + STATE(7086), 2, + sym_inheritance_specifier, + sym__annotated_inheritance_specifier, + ACTIONS(6433), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(6431), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 7, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + [155698] = 23, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(7159), 1, + anon_sym_GT, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8596), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [155789] = 24, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(6447), 1, + anon_sym_TILDE, + ACTIONS(7010), 1, + anon_sym_each, + ACTIONS(7012), 1, + anon_sym_repeat, + STATE(5434), 1, + sym__simple_user_type, + STATE(5541), 1, + sym_simple_identifier, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6068), 1, + sym_tuple_type, + STATE(6188), 1, + sym_user_type, + STATE(6288), 1, + sym_unannotated_type, + STATE(7337), 1, + sym__inheritance_specifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(4586), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5352), 2, + sym_array_type, + sym_dictionary_type, + STATE(5881), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(6464), 2, + sym_function_type, + sym_suppressed_constraint, + STATE(7086), 2, + sym_inheritance_specifier, + sym__annotated_inheritance_specifier, + ACTIONS(6433), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(6431), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 7, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + [155882] = 24, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(6447), 1, + anon_sym_TILDE, + ACTIONS(7010), 1, + anon_sym_each, + ACTIONS(7012), 1, + anon_sym_repeat, + STATE(5434), 1, + sym__simple_user_type, + STATE(5541), 1, + sym_simple_identifier, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6068), 1, + sym_tuple_type, + STATE(6188), 1, + sym_user_type, + STATE(6288), 1, + sym_unannotated_type, + STATE(7346), 1, + sym__inheritance_specifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(4586), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5352), 2, + sym_array_type, + sym_dictionary_type, + STATE(5881), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(6464), 2, + sym_function_type, + sym_suppressed_constraint, + STATE(7086), 2, + sym_inheritance_specifier, + sym__annotated_inheritance_specifier, + ACTIONS(6433), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(6431), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 7, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + [155975] = 24, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(6447), 1, + anon_sym_TILDE, + ACTIONS(7010), 1, + anon_sym_each, + ACTIONS(7012), 1, + anon_sym_repeat, + STATE(5434), 1, + sym__simple_user_type, + STATE(5541), 1, + sym_simple_identifier, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6068), 1, + sym_tuple_type, + STATE(6188), 1, + sym_user_type, + STATE(6288), 1, + sym_unannotated_type, + STATE(7349), 1, + sym__inheritance_specifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(4586), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5352), 2, + sym_array_type, + sym_dictionary_type, + STATE(5881), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(6464), 2, + sym_function_type, + sym_suppressed_constraint, + STATE(7086), 2, + sym_inheritance_specifier, + sym__annotated_inheritance_specifier, + ACTIONS(6433), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(6431), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 7, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + [156068] = 24, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(6447), 1, + anon_sym_TILDE, + ACTIONS(7010), 1, + anon_sym_each, + ACTIONS(7012), 1, + anon_sym_repeat, + STATE(5434), 1, + sym__simple_user_type, + STATE(5541), 1, + sym_simple_identifier, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6068), 1, + sym_tuple_type, + STATE(6188), 1, + sym_user_type, + STATE(6288), 1, + sym_unannotated_type, + STATE(7352), 1, + sym__inheritance_specifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(4586), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5352), 2, + sym_array_type, + sym_dictionary_type, + STATE(5881), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(6464), 2, + sym_function_type, + sym_suppressed_constraint, + STATE(7086), 2, + sym_inheritance_specifier, + sym__annotated_inheritance_specifier, + ACTIONS(6433), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(6431), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 7, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + [156161] = 23, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(7161), 1, + anon_sym_GT, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8596), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [156252] = 24, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(6447), 1, + anon_sym_TILDE, + ACTIONS(7010), 1, + anon_sym_each, + ACTIONS(7012), 1, + anon_sym_repeat, + STATE(5434), 1, + sym__simple_user_type, + STATE(5541), 1, + sym_simple_identifier, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6068), 1, + sym_tuple_type, + STATE(6188), 1, + sym_user_type, + STATE(6288), 1, + sym_unannotated_type, + STATE(7373), 1, + sym__inheritance_specifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(4586), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5352), 2, + sym_array_type, + sym_dictionary_type, + STATE(5881), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(6464), 2, + sym_function_type, + sym_suppressed_constraint, + STATE(7086), 2, + sym_inheritance_specifier, + sym__annotated_inheritance_specifier, + ACTIONS(6433), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(6431), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 7, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + [156345] = 23, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(7163), 1, + anon_sym_GT, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8596), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [156436] = 23, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(7165), 1, + anon_sym_GT, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8596), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [156527] = 23, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(7167), 1, + anon_sym_GT, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8596), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [156618] = 23, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(7169), 1, + anon_sym_GT, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8596), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [156709] = 23, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(7171), 1, + anon_sym_GT, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8596), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [156800] = 23, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(7173), 1, + anon_sym_GT, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8596), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [156891] = 23, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(7175), 1, + anon_sym_GT, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8596), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [156982] = 23, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(7177), 1, + anon_sym_GT, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8596), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [157073] = 23, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(7179), 1, + anon_sym_GT, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8596), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [157164] = 24, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(6447), 1, + anon_sym_TILDE, + ACTIONS(7010), 1, + anon_sym_each, + ACTIONS(7012), 1, + anon_sym_repeat, + STATE(5434), 1, + sym__simple_user_type, + STATE(5541), 1, + sym_simple_identifier, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6068), 1, + sym_tuple_type, + STATE(6188), 1, + sym_user_type, + STATE(6288), 1, + sym_unannotated_type, + STATE(7569), 1, + sym__inheritance_specifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(4586), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5352), 2, + sym_array_type, + sym_dictionary_type, + STATE(5881), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(6464), 2, + sym_function_type, + sym_suppressed_constraint, + STATE(7086), 2, + sym_inheritance_specifier, + sym__annotated_inheritance_specifier, + ACTIONS(6433), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(6431), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 7, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + [157257] = 18, + ACTIONS(137), 1, + sym_raw_str_part, + ACTIONS(7038), 1, + anon_sym_DQUOTE, + ACTIONS(7040), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + ACTIONS(7042), 1, + sym__oneline_regex_literal, + ACTIONS(7046), 1, + sym_raw_str_end_part, + ACTIONS(7048), 1, + sym__hash_symbol_custom, + ACTIONS(7185), 1, + anon_sym_RBRACE, + STATE(7983), 1, + aux_sym_raw_string_literal_repeat1, + STATE(8962), 1, + sym__hash_symbol, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7036), 2, + anon_sym_true, + anon_sym_false, + STATE(4971), 2, + sym__extended_regex_literal, + sym__multiline_regex_literal, + STATE(5010), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(7030), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(7181), 3, + anon_sym_nil, + sym_integer_literal, + sym_hex_literal, + ACTIONS(7183), 3, + sym_real_literal, + sym_oct_literal, + sym_bin_literal, + ACTIONS(7028), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(4148), 9, + sym_simple_identifier, + sym__basic_literal, + sym_boolean_literal, + sym__string_literal, + sym_line_string_literal, + sym_multi_line_string_literal, + sym_raw_string_literal, + sym_regex_literal, + aux_sym_deprecated_operator_declaration_body_repeat1, + [157338] = 23, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(7187), 1, + anon_sym_GT, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8596), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [157429] = 23, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(7189), 1, + anon_sym_GT, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8596), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [157520] = 23, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(7191), 1, + anon_sym_GT, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8596), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [157611] = 24, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(6447), 1, + anon_sym_TILDE, + ACTIONS(7010), 1, + anon_sym_each, + ACTIONS(7012), 1, + anon_sym_repeat, + STATE(5434), 1, + sym__simple_user_type, + STATE(5541), 1, + sym_simple_identifier, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6068), 1, + sym_tuple_type, + STATE(6188), 1, + sym_user_type, + STATE(6288), 1, + sym_unannotated_type, + STATE(7291), 1, + sym__inheritance_specifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(4586), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5352), 2, + sym_array_type, + sym_dictionary_type, + STATE(5881), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(6464), 2, + sym_function_type, + sym_suppressed_constraint, + STATE(7086), 2, + sym_inheritance_specifier, + sym__annotated_inheritance_specifier, + ACTIONS(6433), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(6431), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 7, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + [157704] = 23, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(7193), 1, + anon_sym_GT, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8596), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [157795] = 23, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(7195), 1, + anon_sym_GT, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8596), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [157886] = 23, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(7197), 1, + anon_sym_GT, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8596), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [157977] = 23, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(7199), 1, + anon_sym_GT, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8596), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [158068] = 23, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(7201), 1, + anon_sym_GT, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8596), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [158159] = 24, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(6447), 1, + anon_sym_TILDE, + ACTIONS(7010), 1, + anon_sym_each, + ACTIONS(7012), 1, + anon_sym_repeat, + STATE(5434), 1, + sym__simple_user_type, + STATE(5541), 1, + sym_simple_identifier, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6068), 1, + sym_tuple_type, + STATE(6188), 1, + sym_user_type, + STATE(6288), 1, + sym_unannotated_type, + STATE(7403), 1, + sym__inheritance_specifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(4586), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5352), 2, + sym_array_type, + sym_dictionary_type, + STATE(5881), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(6464), 2, + sym_function_type, + sym_suppressed_constraint, + STATE(7086), 2, + sym_inheritance_specifier, + sym__annotated_inheritance_specifier, + ACTIONS(6433), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(6431), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 7, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + [158252] = 23, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(7203), 1, + anon_sym_GT, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8596), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [158343] = 18, + ACTIONS(137), 1, + sym_raw_str_part, + ACTIONS(7038), 1, + anon_sym_DQUOTE, + ACTIONS(7040), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + ACTIONS(7042), 1, + sym__oneline_regex_literal, + ACTIONS(7046), 1, + sym_raw_str_end_part, + ACTIONS(7048), 1, + sym__hash_symbol_custom, + ACTIONS(7205), 1, + anon_sym_RBRACE, + STATE(7983), 1, + aux_sym_raw_string_literal_repeat1, + STATE(8962), 1, + sym__hash_symbol, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7036), 2, + anon_sym_true, + anon_sym_false, + STATE(4971), 2, + sym__extended_regex_literal, + sym__multiline_regex_literal, + STATE(5010), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(7030), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(7032), 3, + anon_sym_nil, + sym_integer_literal, + sym_hex_literal, + ACTIONS(7034), 3, + sym_real_literal, + sym_oct_literal, + sym_bin_literal, + ACTIONS(7028), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(4200), 9, + sym_simple_identifier, + sym__basic_literal, + sym_boolean_literal, + sym__string_literal, + sym_line_string_literal, + sym_multi_line_string_literal, + sym_raw_string_literal, + sym_regex_literal, + aux_sym_deprecated_operator_declaration_body_repeat1, + [158424] = 23, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(7207), 1, + anon_sym_GT, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8596), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [158515] = 23, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(7209), 1, + anon_sym_GT, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8596), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [158606] = 23, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(7211), 1, + anon_sym_GT, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8596), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [158697] = 23, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(7213), 1, + anon_sym_GT, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8596), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [158788] = 23, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(2952), 1, + anon_sym_LPAREN, + ACTIONS(2954), 1, + anon_sym_LBRACK, + ACTIONS(2960), 1, + anon_sym_TILDE, + ACTIONS(6261), 1, + anon_sym_each, + ACTIONS(6263), 1, + anon_sym_repeat, + ACTIONS(6265), 1, + anon_sym_some, + ACTIONS(6267), 1, + anon_sym_any, + ACTIONS(7215), 1, + sym_wildcard_pattern, + STATE(1819), 1, + sym__parenthesized_type, + STATE(4758), 1, + sym_type_modifiers, + STATE(5239), 1, + sym_tuple_type, + STATE(5469), 1, + sym_unannotated_type, + STATE(5813), 1, + sym__simple_user_type, + STATE(5987), 1, + sym_simple_identifier, + STATE(7600), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1742), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(2943), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1760), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(2941), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(1881), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [158879] = 23, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(7217), 1, + anon_sym_GT, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8596), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [158970] = 23, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(7219), 1, + anon_sym_GT, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8596), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [159061] = 23, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(7221), 1, + anon_sym_GT, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8596), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [159152] = 23, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(7223), 1, + anon_sym_GT, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8596), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [159243] = 23, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(7225), 1, + anon_sym_GT, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8596), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [159334] = 24, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(6447), 1, + anon_sym_TILDE, + ACTIONS(7010), 1, + anon_sym_each, + ACTIONS(7012), 1, + anon_sym_repeat, + STATE(5434), 1, + sym__simple_user_type, + STATE(5541), 1, + sym_simple_identifier, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6068), 1, + sym_tuple_type, + STATE(6188), 1, + sym_user_type, + STATE(6288), 1, + sym_unannotated_type, + STATE(7604), 1, + sym__inheritance_specifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(4586), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5352), 2, + sym_array_type, + sym_dictionary_type, + STATE(5881), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(6464), 2, + sym_function_type, + sym_suppressed_constraint, + STATE(7086), 2, + sym_inheritance_specifier, + sym__annotated_inheritance_specifier, + ACTIONS(6433), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(6431), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 7, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + [159427] = 23, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(7227), 1, + anon_sym_GT, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8596), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [159518] = 24, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(6447), 1, + anon_sym_TILDE, + ACTIONS(7010), 1, + anon_sym_each, + ACTIONS(7012), 1, + anon_sym_repeat, + STATE(5434), 1, + sym__simple_user_type, + STATE(5541), 1, + sym_simple_identifier, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6068), 1, + sym_tuple_type, + STATE(6188), 1, + sym_user_type, + STATE(6288), 1, + sym_unannotated_type, + STATE(7362), 1, + sym__inheritance_specifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(4586), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5352), 2, + sym_array_type, + sym_dictionary_type, + STATE(5881), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(6464), 2, + sym_function_type, + sym_suppressed_constraint, + STATE(7086), 2, + sym_inheritance_specifier, + sym__annotated_inheritance_specifier, + ACTIONS(6433), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(6431), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 7, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + [159611] = 23, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(7229), 1, + anon_sym_GT, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8596), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [159702] = 23, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(7231), 1, + anon_sym_GT, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8596), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [159793] = 23, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(7233), 1, + anon_sym_GT, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8596), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [159884] = 23, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(7235), 1, + anon_sym_GT, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8596), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [159975] = 24, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(6447), 1, + anon_sym_TILDE, + ACTIONS(7010), 1, + anon_sym_each, + ACTIONS(7012), 1, + anon_sym_repeat, + STATE(5434), 1, + sym__simple_user_type, + STATE(5541), 1, + sym_simple_identifier, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6068), 1, + sym_tuple_type, + STATE(6188), 1, + sym_user_type, + STATE(6288), 1, + sym_unannotated_type, + STATE(7446), 1, + sym__inheritance_specifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(4586), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5352), 2, + sym_array_type, + sym_dictionary_type, + STATE(5881), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(6464), 2, + sym_function_type, + sym_suppressed_constraint, + STATE(7086), 2, + sym_inheritance_specifier, + sym__annotated_inheritance_specifier, + ACTIONS(6433), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(6431), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 7, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + [160068] = 23, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(7237), 1, + anon_sym_GT, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8596), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [160159] = 23, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(7239), 1, + anon_sym_GT, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8596), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [160250] = 24, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(6447), 1, + anon_sym_TILDE, + ACTIONS(7010), 1, + anon_sym_each, + ACTIONS(7012), 1, + anon_sym_repeat, + STATE(5434), 1, + sym__simple_user_type, + STATE(5541), 1, + sym_simple_identifier, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6068), 1, + sym_tuple_type, + STATE(6188), 1, + sym_user_type, + STATE(6288), 1, + sym_unannotated_type, + STATE(7608), 1, + sym__inheritance_specifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(4586), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5352), 2, + sym_array_type, + sym_dictionary_type, + STATE(5881), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(6464), 2, + sym_function_type, + sym_suppressed_constraint, + STATE(7086), 2, + sym_inheritance_specifier, + sym__annotated_inheritance_specifier, + ACTIONS(6433), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(6431), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 7, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + [160343] = 23, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(7241), 1, + anon_sym_GT, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8596), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [160434] = 23, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(7243), 1, + anon_sym_GT, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8596), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [160525] = 24, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(6447), 1, + anon_sym_TILDE, + ACTIONS(7010), 1, + anon_sym_each, + ACTIONS(7012), 1, + anon_sym_repeat, + STATE(5434), 1, + sym__simple_user_type, + STATE(5541), 1, + sym_simple_identifier, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6068), 1, + sym_tuple_type, + STATE(6188), 1, + sym_user_type, + STATE(6288), 1, + sym_unannotated_type, + STATE(7609), 1, + sym__inheritance_specifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(4586), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5352), 2, + sym_array_type, + sym_dictionary_type, + STATE(5881), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(6464), 2, + sym_function_type, + sym_suppressed_constraint, + STATE(7086), 2, + sym_inheritance_specifier, + sym__annotated_inheritance_specifier, + ACTIONS(6433), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(6431), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 7, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + [160618] = 23, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(7245), 1, + anon_sym_GT, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8596), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [160709] = 23, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(7247), 1, + anon_sym_GT, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8596), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [160800] = 23, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(7249), 1, + anon_sym_GT, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8596), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [160891] = 21, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(3060), 1, + anon_sym_each, + ACTIONS(3062), 1, + anon_sym_repeat, + ACTIONS(3066), 1, + anon_sym_LPAREN, + ACTIONS(3068), 1, + anon_sym_LBRACK, + ACTIONS(3070), 1, + anon_sym_some, + ACTIONS(3072), 1, + anon_sym_any, + ACTIONS(3074), 1, + anon_sym_TILDE, + STATE(5475), 1, + sym_tuple_type, + STATE(5672), 1, + sym_simple_identifier, + STATE(5958), 1, + sym_unannotated_type, + STATE(6123), 1, + sym__simple_user_type, + STATE(6356), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5123), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(6228), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(3058), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(6137), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + STATE(7198), 3, + sym_identifier, + sym__constrained_type, + sym_nested_type_identifier, + ACTIONS(3056), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6481), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [160978] = 24, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(6447), 1, + anon_sym_TILDE, + ACTIONS(7010), 1, + anon_sym_each, + ACTIONS(7012), 1, + anon_sym_repeat, + STATE(5434), 1, + sym__simple_user_type, + STATE(5541), 1, + sym_simple_identifier, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6068), 1, + sym_tuple_type, + STATE(6188), 1, + sym_user_type, + STATE(6288), 1, + sym_unannotated_type, + STATE(7371), 1, + sym__inheritance_specifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(4586), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5352), 2, + sym_array_type, + sym_dictionary_type, + STATE(5881), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(6464), 2, + sym_function_type, + sym_suppressed_constraint, + STATE(7086), 2, + sym_inheritance_specifier, + sym__annotated_inheritance_specifier, + ACTIONS(6433), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(6431), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 7, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + [161071] = 23, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(7251), 1, + anon_sym_GT, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8596), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [161162] = 23, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(7253), 1, + anon_sym_GT, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8596), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [161253] = 23, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(7255), 1, + anon_sym_GT, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8596), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [161344] = 24, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(6447), 1, + anon_sym_TILDE, + ACTIONS(7010), 1, + anon_sym_each, + ACTIONS(7012), 1, + anon_sym_repeat, + STATE(5434), 1, + sym__simple_user_type, + STATE(5541), 1, + sym_simple_identifier, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6068), 1, + sym_tuple_type, + STATE(6188), 1, + sym_user_type, + STATE(6288), 1, + sym_unannotated_type, + STATE(7398), 1, + sym__inheritance_specifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(4586), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5352), 2, + sym_array_type, + sym_dictionary_type, + STATE(5881), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(6464), 2, + sym_function_type, + sym_suppressed_constraint, + STATE(7086), 2, + sym_inheritance_specifier, + sym__annotated_inheritance_specifier, + ACTIONS(6433), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(6431), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 7, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + [161437] = 24, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(6447), 1, + anon_sym_TILDE, + ACTIONS(7010), 1, + anon_sym_each, + ACTIONS(7012), 1, + anon_sym_repeat, + STATE(5434), 1, + sym__simple_user_type, + STATE(5541), 1, + sym_simple_identifier, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6068), 1, + sym_tuple_type, + STATE(6188), 1, + sym_user_type, + STATE(6288), 1, + sym_unannotated_type, + STATE(7400), 1, + sym__inheritance_specifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(4586), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5352), 2, + sym_array_type, + sym_dictionary_type, + STATE(5881), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(6464), 2, + sym_function_type, + sym_suppressed_constraint, + STATE(7086), 2, + sym_inheritance_specifier, + sym__annotated_inheritance_specifier, + ACTIONS(6433), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(6431), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 7, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + [161530] = 23, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(7257), 1, + anon_sym_GT, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8596), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [161621] = 21, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(3060), 1, + anon_sym_each, + ACTIONS(3062), 1, + anon_sym_repeat, + ACTIONS(3066), 1, + anon_sym_LPAREN, + ACTIONS(3068), 1, + anon_sym_LBRACK, + ACTIONS(3070), 1, + anon_sym_some, + ACTIONS(3072), 1, + anon_sym_any, + ACTIONS(3074), 1, + anon_sym_TILDE, + STATE(5475), 1, + sym_tuple_type, + STATE(5672), 1, + sym_simple_identifier, + STATE(5958), 1, + sym_unannotated_type, + STATE(6123), 1, + sym__simple_user_type, + STATE(6356), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5123), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(6228), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(3058), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(6137), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + STATE(7210), 3, + sym_identifier, + sym__constrained_type, + sym_nested_type_identifier, + ACTIONS(3056), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6481), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [161708] = 23, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(7259), 1, + anon_sym_GT, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8596), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [161799] = 24, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(6447), 1, + anon_sym_TILDE, + ACTIONS(7010), 1, + anon_sym_each, + ACTIONS(7012), 1, + anon_sym_repeat, + STATE(5434), 1, + sym__simple_user_type, + STATE(5541), 1, + sym_simple_identifier, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6068), 1, + sym_tuple_type, + STATE(6188), 1, + sym_user_type, + STATE(6288), 1, + sym_unannotated_type, + STATE(7411), 1, + sym__inheritance_specifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(4586), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5352), 2, + sym_array_type, + sym_dictionary_type, + STATE(5881), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(6464), 2, + sym_function_type, + sym_suppressed_constraint, + STATE(7086), 2, + sym_inheritance_specifier, + sym__annotated_inheritance_specifier, + ACTIONS(6433), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(6431), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 7, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + [161892] = 21, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(3060), 1, + anon_sym_each, + ACTIONS(3062), 1, + anon_sym_repeat, + ACTIONS(3066), 1, + anon_sym_LPAREN, + ACTIONS(3068), 1, + anon_sym_LBRACK, + ACTIONS(3070), 1, + anon_sym_some, + ACTIONS(3072), 1, + anon_sym_any, + ACTIONS(3074), 1, + anon_sym_TILDE, + STATE(5475), 1, + sym_tuple_type, + STATE(5672), 1, + sym_simple_identifier, + STATE(5958), 1, + sym_unannotated_type, + STATE(6123), 1, + sym__simple_user_type, + STATE(6356), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5123), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(6228), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(3058), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(6137), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + STATE(7218), 3, + sym_identifier, + sym__constrained_type, + sym_nested_type_identifier, + ACTIONS(3056), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6481), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [161979] = 23, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(7261), 1, + anon_sym_GT, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8596), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [162070] = 23, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(7263), 1, + anon_sym_GT, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8596), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [162161] = 21, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(3060), 1, + anon_sym_each, + ACTIONS(3062), 1, + anon_sym_repeat, + ACTIONS(3066), 1, + anon_sym_LPAREN, + ACTIONS(3068), 1, + anon_sym_LBRACK, + ACTIONS(3070), 1, + anon_sym_some, + ACTIONS(3072), 1, + anon_sym_any, + ACTIONS(3074), 1, + anon_sym_TILDE, + STATE(5475), 1, + sym_tuple_type, + STATE(5672), 1, + sym_simple_identifier, + STATE(5958), 1, + sym_unannotated_type, + STATE(6123), 1, + sym__simple_user_type, + STATE(6356), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5123), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(6228), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(3058), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(6137), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + STATE(7222), 3, + sym_identifier, + sym__constrained_type, + sym_nested_type_identifier, + ACTIONS(3056), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6481), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [162248] = 24, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(6447), 1, + anon_sym_TILDE, + ACTIONS(7010), 1, + anon_sym_each, + ACTIONS(7012), 1, + anon_sym_repeat, + STATE(5434), 1, + sym__simple_user_type, + STATE(5541), 1, + sym_simple_identifier, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6068), 1, + sym_tuple_type, + STATE(6188), 1, + sym_user_type, + STATE(6288), 1, + sym_unannotated_type, + STATE(7466), 1, + sym__inheritance_specifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(4586), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5352), 2, + sym_array_type, + sym_dictionary_type, + STATE(5881), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(6464), 2, + sym_function_type, + sym_suppressed_constraint, + STATE(7086), 2, + sym_inheritance_specifier, + sym__annotated_inheritance_specifier, + ACTIONS(6433), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(6431), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 7, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + [162341] = 23, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(7265), 1, + anon_sym_GT, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8596), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [162432] = 21, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(3060), 1, + anon_sym_each, + ACTIONS(3062), 1, + anon_sym_repeat, + ACTIONS(3066), 1, + anon_sym_LPAREN, + ACTIONS(3068), 1, + anon_sym_LBRACK, + ACTIONS(3070), 1, + anon_sym_some, + ACTIONS(3072), 1, + anon_sym_any, + ACTIONS(3074), 1, + anon_sym_TILDE, + STATE(5475), 1, + sym_tuple_type, + STATE(5672), 1, + sym_simple_identifier, + STATE(5958), 1, + sym_unannotated_type, + STATE(6123), 1, + sym__simple_user_type, + STATE(6356), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5123), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(6228), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(3058), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(6137), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + STATE(7225), 3, + sym_identifier, + sym__constrained_type, + sym_nested_type_identifier, + ACTIONS(3056), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6481), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [162519] = 23, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(7267), 1, + anon_sym_GT, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8596), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [162610] = 23, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(7269), 1, + anon_sym_GT, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8596), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [162701] = 21, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(3060), 1, + anon_sym_each, + ACTIONS(3062), 1, + anon_sym_repeat, + ACTIONS(3066), 1, + anon_sym_LPAREN, + ACTIONS(3068), 1, + anon_sym_LBRACK, + ACTIONS(3070), 1, + anon_sym_some, + ACTIONS(3072), 1, + anon_sym_any, + ACTIONS(3074), 1, + anon_sym_TILDE, + STATE(5475), 1, + sym_tuple_type, + STATE(5672), 1, + sym_simple_identifier, + STATE(5958), 1, + sym_unannotated_type, + STATE(6123), 1, + sym__simple_user_type, + STATE(6356), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5123), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(6228), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(3058), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(6137), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + STATE(7227), 3, + sym_identifier, + sym__constrained_type, + sym_nested_type_identifier, + ACTIONS(3056), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6481), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [162788] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5169), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5167), 40, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_default_keyword, + sym_where_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [162839] = 23, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(7271), 1, + anon_sym_GT, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8596), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [162930] = 21, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(3060), 1, + anon_sym_each, + ACTIONS(3062), 1, + anon_sym_repeat, + ACTIONS(3066), 1, + anon_sym_LPAREN, + ACTIONS(3068), 1, + anon_sym_LBRACK, + ACTIONS(3070), 1, + anon_sym_some, + ACTIONS(3072), 1, + anon_sym_any, + ACTIONS(3074), 1, + anon_sym_TILDE, + STATE(5475), 1, + sym_tuple_type, + STATE(5672), 1, + sym_simple_identifier, + STATE(5958), 1, + sym_unannotated_type, + STATE(6123), 1, + sym__simple_user_type, + STATE(6356), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5123), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(6228), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(3058), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(6137), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + STATE(7230), 3, + sym_identifier, + sym__constrained_type, + sym_nested_type_identifier, + ACTIONS(3056), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6481), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [163017] = 18, + ACTIONS(7288), 1, + anon_sym_DQUOTE, + ACTIONS(7291), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + ACTIONS(7294), 1, + sym__oneline_regex_literal, + ACTIONS(7297), 1, + anon_sym_RBRACE, + ACTIONS(7299), 1, + sym_raw_str_part, + ACTIONS(7302), 1, + sym_raw_str_end_part, + ACTIONS(7305), 1, + sym__hash_symbol_custom, + STATE(7983), 1, + aux_sym_raw_string_literal_repeat1, + STATE(8962), 1, + sym__hash_symbol, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7285), 2, + anon_sym_true, + anon_sym_false, + STATE(4971), 2, + sym__extended_regex_literal, + sym__multiline_regex_literal, + STATE(5010), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(7276), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(7279), 3, + anon_sym_nil, + sym_integer_literal, + sym_hex_literal, + ACTIONS(7282), 3, + sym_real_literal, + sym_oct_literal, + sym_bin_literal, + ACTIONS(7273), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(4200), 9, + sym_simple_identifier, + sym__basic_literal, + sym_boolean_literal, + sym__string_literal, + sym_line_string_literal, + sym_multi_line_string_literal, + sym_raw_string_literal, + sym_regex_literal, + aux_sym_deprecated_operator_declaration_body_repeat1, + [163098] = 23, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(7308), 1, + anon_sym_GT, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8596), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [163189] = 23, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(7310), 1, + anon_sym_GT, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8596), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [163280] = 24, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(6447), 1, + anon_sym_TILDE, + ACTIONS(7010), 1, + anon_sym_each, + ACTIONS(7012), 1, + anon_sym_repeat, + STATE(5434), 1, + sym__simple_user_type, + STATE(5541), 1, + sym_simple_identifier, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6068), 1, + sym_tuple_type, + STATE(6188), 1, + sym_user_type, + STATE(6288), 1, + sym_unannotated_type, + STATE(7484), 1, + sym__inheritance_specifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(4586), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5352), 2, + sym_array_type, + sym_dictionary_type, + STATE(5881), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(6464), 2, + sym_function_type, + sym_suppressed_constraint, + STATE(7086), 2, + sym_inheritance_specifier, + sym__annotated_inheritance_specifier, + ACTIONS(6433), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(6431), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 7, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + [163373] = 23, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + ACTIONS(7312), 1, + anon_sym_GT, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8596), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [163464] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(9227), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [163552] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(1938), 1, + anon_sym_each, + ACTIONS(1943), 1, + anon_sym_repeat, + ACTIONS(1951), 1, + anon_sym_some, + ACTIONS(1953), 1, + anon_sym_any, + ACTIONS(1955), 1, + anon_sym_TILDE, + ACTIONS(7314), 1, + anon_sym_LPAREN, + ACTIONS(7316), 1, + anon_sym_LBRACK, + STATE(1009), 1, + sym_tuple_type, + STATE(1015), 1, + sym_unannotated_type, + STATE(1048), 1, + sym__simple_user_type, + STATE(1081), 1, + sym_simple_identifier, + STATE(1089), 1, + sym__parenthesized_type, + STATE(1376), 1, + sym_type, + STATE(4852), 1, + sym_type_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1106), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(1936), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1043), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(1934), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(1123), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [163640] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(1938), 1, + anon_sym_each, + ACTIONS(1943), 1, + anon_sym_repeat, + ACTIONS(1951), 1, + anon_sym_some, + ACTIONS(1953), 1, + anon_sym_any, + ACTIONS(1955), 1, + anon_sym_TILDE, + ACTIONS(7314), 1, + anon_sym_LPAREN, + ACTIONS(7316), 1, + anon_sym_LBRACK, + STATE(1009), 1, + sym_tuple_type, + STATE(1015), 1, + sym_unannotated_type, + STATE(1048), 1, + sym__simple_user_type, + STATE(1081), 1, + sym_simple_identifier, + STATE(1089), 1, + sym__parenthesized_type, + STATE(1377), 1, + sym_type, + STATE(4852), 1, + sym_type_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1106), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(1936), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1043), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(1934), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(1123), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [163728] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5001), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4999), 39, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [163778] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(2870), 1, + anon_sym_LPAREN, + ACTIONS(2872), 1, + anon_sym_LBRACK, + ACTIONS(2878), 1, + anon_sym_TILDE, + ACTIONS(5916), 1, + anon_sym_each, + ACTIONS(5918), 1, + anon_sym_repeat, + ACTIONS(5920), 1, + anon_sym_some, + ACTIONS(5922), 1, + anon_sym_any, + STATE(1719), 1, + sym_simple_identifier, + STATE(1721), 1, + sym__simple_user_type, + STATE(1801), 1, + sym__parenthesized_type, + STATE(1855), 1, + sym_type, + STATE(4782), 1, + sym_type_modifiers, + STATE(5124), 1, + sym_tuple_type, + STATE(5302), 1, + sym_unannotated_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1746), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(2861), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1733), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(2859), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(1870), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [163866] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(5988), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [163954] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(6435), 1, + anon_sym_each, + ACTIONS(6437), 1, + anon_sym_repeat, + ACTIONS(6439), 1, + anon_sym_LPAREN, + ACTIONS(6441), 1, + anon_sym_LBRACK, + ACTIONS(6443), 1, + anon_sym_some, + ACTIONS(6445), 1, + anon_sym_any, + ACTIONS(6447), 1, + anon_sym_TILDE, + STATE(4721), 1, + sym_type_modifiers, + STATE(5143), 1, + sym_tuple_type, + STATE(5341), 1, + sym_unannotated_type, + STATE(5434), 1, + sym__simple_user_type, + STATE(5541), 1, + sym_simple_identifier, + STATE(5941), 1, + sym__parenthesized_type, + STATE(7891), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5881), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(6433), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5531), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6431), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6054), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [164042] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5246), 1, + anon_sym_each, + ACTIONS(5248), 1, + anon_sym_repeat, + ACTIONS(5250), 1, + anon_sym_LPAREN, + ACTIONS(5252), 1, + anon_sym_LBRACK, + ACTIONS(5254), 1, + anon_sym_some, + ACTIONS(5256), 1, + anon_sym_any, + ACTIONS(5258), 1, + anon_sym_TILDE, + STATE(4777), 1, + sym_type_modifiers, + STATE(5062), 1, + sym_tuple_type, + STATE(5118), 1, + sym_unannotated_type, + STATE(5122), 1, + sym_simple_identifier, + STATE(5129), 1, + sym__simple_user_type, + STATE(5392), 1, + sym__parenthesized_type, + STATE(6337), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5212), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5244), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5179), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5242), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5500), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [164130] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5238), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5233), 39, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [164180] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5759), 1, + anon_sym_each, + ACTIONS(5761), 1, + anon_sym_repeat, + ACTIONS(5763), 1, + anon_sym_LPAREN, + ACTIONS(5765), 1, + anon_sym_LBRACK, + ACTIONS(5767), 1, + anon_sym_some, + ACTIONS(5769), 1, + anon_sym_any, + ACTIONS(5771), 1, + anon_sym_TILDE, + STATE(4866), 1, + sym_type_modifiers, + STATE(5160), 1, + sym_tuple_type, + STATE(5337), 1, + sym_unannotated_type, + STATE(5387), 1, + sym__simple_user_type, + STATE(5409), 1, + sym_simple_identifier, + STATE(5993), 1, + sym__parenthesized_type, + STATE(7708), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5648), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5757), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5560), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5755), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6047), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [164268] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(2870), 1, + anon_sym_LPAREN, + ACTIONS(2872), 1, + anon_sym_LBRACK, + ACTIONS(2878), 1, + anon_sym_TILDE, + ACTIONS(5916), 1, + anon_sym_each, + ACTIONS(5918), 1, + anon_sym_repeat, + ACTIONS(5920), 1, + anon_sym_some, + ACTIONS(5922), 1, + anon_sym_any, + STATE(1719), 1, + sym_simple_identifier, + STATE(1721), 1, + sym__simple_user_type, + STATE(1801), 1, + sym__parenthesized_type, + STATE(1871), 1, + sym_type, + STATE(4782), 1, + sym_type_modifiers, + STATE(5124), 1, + sym_tuple_type, + STATE(5302), 1, + sym_unannotated_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1746), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(2861), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1733), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(2859), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(1870), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [164356] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5332), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5330), 39, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [164406] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5396), 1, + anon_sym_each, + ACTIONS(5398), 1, + anon_sym_repeat, + ACTIONS(5400), 1, + anon_sym_LPAREN, + ACTIONS(5402), 1, + anon_sym_LBRACK, + ACTIONS(5404), 1, + anon_sym_some, + ACTIONS(5406), 1, + anon_sym_any, + ACTIONS(5408), 1, + anon_sym_TILDE, + STATE(4736), 1, + sym_type_modifiers, + STATE(5077), 1, + sym_tuple_type, + STATE(5131), 1, + sym_unannotated_type, + STATE(5198), 1, + sym__simple_user_type, + STATE(5199), 1, + sym_simple_identifier, + STATE(5617), 1, + sym__parenthesized_type, + STATE(6495), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5264), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5394), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5291), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5392), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5658), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [164494] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5336), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5334), 39, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [164544] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(2948), 1, + anon_sym_each, + ACTIONS(2950), 1, + anon_sym_repeat, + ACTIONS(2952), 1, + anon_sym_LPAREN, + ACTIONS(2954), 1, + anon_sym_LBRACK, + ACTIONS(2956), 1, + anon_sym_some, + ACTIONS(2958), 1, + anon_sym_any, + ACTIONS(2960), 1, + anon_sym_TILDE, + STATE(1726), 1, + sym_tuple_type, + STATE(1744), 1, + sym_simple_identifier, + STATE(1764), 1, + sym_unannotated_type, + STATE(1799), 1, + sym__simple_user_type, + STATE(1819), 1, + sym__parenthesized_type, + STATE(2579), 1, + sym_type, + STATE(4719), 1, + sym_type_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1742), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(2943), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1760), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(2941), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(1881), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [164632] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(2870), 1, + anon_sym_LPAREN, + ACTIONS(2872), 1, + anon_sym_LBRACK, + ACTIONS(2878), 1, + anon_sym_TILDE, + ACTIONS(5916), 1, + anon_sym_each, + ACTIONS(5918), 1, + anon_sym_repeat, + ACTIONS(5920), 1, + anon_sym_some, + ACTIONS(5922), 1, + anon_sym_any, + STATE(1719), 1, + sym_simple_identifier, + STATE(1721), 1, + sym__simple_user_type, + STATE(1801), 1, + sym__parenthesized_type, + STATE(1873), 1, + sym_type, + STATE(4782), 1, + sym_type_modifiers, + STATE(5124), 1, + sym_tuple_type, + STATE(5302), 1, + sym_unannotated_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1746), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(2861), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1733), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(2859), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(1870), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [164720] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(2948), 1, + anon_sym_each, + ACTIONS(2950), 1, + anon_sym_repeat, + ACTIONS(2952), 1, + anon_sym_LPAREN, + ACTIONS(2954), 1, + anon_sym_LBRACK, + ACTIONS(2956), 1, + anon_sym_some, + ACTIONS(2958), 1, + anon_sym_any, + ACTIONS(2960), 1, + anon_sym_TILDE, + STATE(1726), 1, + sym_tuple_type, + STATE(1744), 1, + sym_simple_identifier, + STATE(1764), 1, + sym_unannotated_type, + STATE(1799), 1, + sym__simple_user_type, + STATE(1819), 1, + sym__parenthesized_type, + STATE(2498), 1, + sym_type, + STATE(4719), 1, + sym_type_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1742), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(2943), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1760), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(2941), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(1881), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [164808] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5294), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5292), 39, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [164858] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5342), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5340), 39, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [164908] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5759), 1, + anon_sym_each, + ACTIONS(5761), 1, + anon_sym_repeat, + ACTIONS(5763), 1, + anon_sym_LPAREN, + ACTIONS(5765), 1, + anon_sym_LBRACK, + ACTIONS(5767), 1, + anon_sym_some, + ACTIONS(5769), 1, + anon_sym_any, + ACTIONS(5771), 1, + anon_sym_TILDE, + STATE(4866), 1, + sym_type_modifiers, + STATE(5160), 1, + sym_tuple_type, + STATE(5337), 1, + sym_unannotated_type, + STATE(5387), 1, + sym__simple_user_type, + STATE(5409), 1, + sym_simple_identifier, + STATE(5993), 1, + sym__parenthesized_type, + STATE(7339), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5648), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5757), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5560), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5755), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6047), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [164996] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5028), 1, + anon_sym_each, + ACTIONS(5030), 1, + anon_sym_repeat, + ACTIONS(5032), 1, + anon_sym_LPAREN, + ACTIONS(5034), 1, + anon_sym_LBRACK, + ACTIONS(5036), 1, + anon_sym_some, + ACTIONS(5038), 1, + anon_sym_any, + ACTIONS(5040), 1, + anon_sym_TILDE, + STATE(4702), 1, + sym_type_modifiers, + STATE(5054), 1, + sym_tuple_type, + STATE(5089), 1, + sym_unannotated_type, + STATE(5112), 1, + sym__simple_user_type, + STATE(5120), 1, + sym_simple_identifier, + STATE(5273), 1, + sym__parenthesized_type, + STATE(6250), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5127), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(5026), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5157), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5024), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5446), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [165084] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(2866), 1, + anon_sym_each, + ACTIONS(2868), 1, + anon_sym_repeat, + ACTIONS(2870), 1, + anon_sym_LPAREN, + ACTIONS(2872), 1, + anon_sym_LBRACK, + ACTIONS(2874), 1, + anon_sym_some, + ACTIONS(2876), 1, + anon_sym_any, + ACTIONS(2878), 1, + anon_sym_TILDE, + STATE(1698), 1, + sym_tuple_type, + STATE(1708), 1, + sym_unannotated_type, + STATE(1719), 1, + sym_simple_identifier, + STATE(1721), 1, + sym__simple_user_type, + STATE(1801), 1, + sym__parenthesized_type, + STATE(2125), 1, + sym_type, + STATE(4802), 1, + sym_type_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1746), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(2861), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1733), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(2859), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(1870), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [165172] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(3249), 1, + anon_sym_each, + ACTIONS(3251), 1, + anon_sym_repeat, + ACTIONS(3259), 1, + anon_sym_some, + ACTIONS(3261), 1, + anon_sym_any, + ACTIONS(3263), 1, + anon_sym_TILDE, + ACTIONS(7318), 1, + anon_sym_LPAREN, + ACTIONS(7320), 1, + anon_sym_LBRACK, + STATE(1884), 1, + sym_tuple_type, + STATE(1926), 1, + sym_unannotated_type, + STATE(2044), 1, + sym__simple_user_type, + STATE(2096), 1, + sym_simple_identifier, + STATE(2191), 1, + sym__parenthesized_type, + STATE(3033), 1, + sym_type, + STATE(4869), 1, + sym_type_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2190), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(3247), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(2077), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(3245), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(2182), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [165260] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(3249), 1, + anon_sym_each, + ACTIONS(3251), 1, + anon_sym_repeat, + ACTIONS(3259), 1, + anon_sym_some, + ACTIONS(3261), 1, + anon_sym_any, + ACTIONS(3263), 1, + anon_sym_TILDE, + ACTIONS(7318), 1, + anon_sym_LPAREN, + ACTIONS(7320), 1, + anon_sym_LBRACK, + STATE(1884), 1, + sym_tuple_type, + STATE(1926), 1, + sym_unannotated_type, + STATE(2044), 1, + sym__simple_user_type, + STATE(2096), 1, + sym_simple_identifier, + STATE(2191), 1, + sym__parenthesized_type, + STATE(3034), 1, + sym_type, + STATE(4869), 1, + sym_type_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2190), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(3247), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(2077), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(3245), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(2182), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [165348] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(2917), 1, + anon_sym_LPAREN, + ACTIONS(2919), 1, + anon_sym_LBRACK, + ACTIONS(2925), 1, + anon_sym_TILDE, + ACTIONS(6744), 1, + anon_sym_each, + ACTIONS(6746), 1, + anon_sym_repeat, + ACTIONS(6748), 1, + anon_sym_some, + ACTIONS(6750), 1, + anon_sym_any, + STATE(1755), 1, + sym_simple_identifier, + STATE(1773), 1, + sym__simple_user_type, + STATE(1899), 1, + sym__parenthesized_type, + STATE(1957), 1, + sym_type, + STATE(4867), 1, + sym_type_modifiers, + STATE(5322), 1, + sym_tuple_type, + STATE(5523), 1, + sym_unannotated_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1794), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(2908), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1783), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(2906), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(1941), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [165436] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(2866), 1, + anon_sym_each, + ACTIONS(2868), 1, + anon_sym_repeat, + ACTIONS(2870), 1, + anon_sym_LPAREN, + ACTIONS(2872), 1, + anon_sym_LBRACK, + ACTIONS(2874), 1, + anon_sym_some, + ACTIONS(2876), 1, + anon_sym_any, + ACTIONS(2878), 1, + anon_sym_TILDE, + STATE(1698), 1, + sym_tuple_type, + STATE(1708), 1, + sym_unannotated_type, + STATE(1719), 1, + sym_simple_identifier, + STATE(1721), 1, + sym__simple_user_type, + STATE(1801), 1, + sym__parenthesized_type, + STATE(2128), 1, + sym_type, + STATE(4802), 1, + sym_type_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1746), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(2861), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1733), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(2859), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(1870), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [165524] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(1755), 1, + anon_sym_TILDE, + ACTIONS(3267), 1, + anon_sym_each, + ACTIONS(3269), 1, + anon_sym_repeat, + ACTIONS(3271), 1, + anon_sym_some, + ACTIONS(3273), 1, + anon_sym_any, + ACTIONS(7322), 1, + anon_sym_LPAREN, + ACTIONS(7324), 1, + anon_sym_LBRACK, + STATE(811), 1, + sym__simple_user_type, + STATE(819), 1, + sym_simple_identifier, + STATE(842), 1, + sym__parenthesized_type, + STATE(919), 1, + sym_type, + STATE(1880), 1, + sym_tuple_type, + STATE(1951), 1, + sym_unannotated_type, + STATE(4753), 1, + sym_type_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(844), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(763), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(809), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(761), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(837), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [165612] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(1755), 1, + anon_sym_TILDE, + ACTIONS(3267), 1, + anon_sym_each, + ACTIONS(3269), 1, + anon_sym_repeat, + ACTIONS(3271), 1, + anon_sym_some, + ACTIONS(3273), 1, + anon_sym_any, + ACTIONS(7322), 1, + anon_sym_LPAREN, + ACTIONS(7324), 1, + anon_sym_LBRACK, + STATE(811), 1, + sym__simple_user_type, + STATE(819), 1, + sym_simple_identifier, + STATE(842), 1, + sym__parenthesized_type, + STATE(920), 1, + sym_type, + STATE(1880), 1, + sym_tuple_type, + STATE(1951), 1, + sym_unannotated_type, + STATE(4753), 1, + sym_type_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(844), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(763), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(809), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(761), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(837), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [165700] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(2917), 1, + anon_sym_LPAREN, + ACTIONS(2919), 1, + anon_sym_LBRACK, + ACTIONS(2925), 1, + anon_sym_TILDE, + ACTIONS(6744), 1, + anon_sym_each, + ACTIONS(6746), 1, + anon_sym_repeat, + ACTIONS(6748), 1, + anon_sym_some, + ACTIONS(6750), 1, + anon_sym_any, + STATE(1755), 1, + sym_simple_identifier, + STATE(1773), 1, + sym__simple_user_type, + STATE(1899), 1, + sym__parenthesized_type, + STATE(1929), 1, + sym_type, + STATE(4867), 1, + sym_type_modifiers, + STATE(5322), 1, + sym_tuple_type, + STATE(5523), 1, + sym_unannotated_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1794), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(2908), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1783), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(2906), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(1941), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [165788] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5759), 1, + anon_sym_each, + ACTIONS(5761), 1, + anon_sym_repeat, + ACTIONS(5763), 1, + anon_sym_LPAREN, + ACTIONS(5765), 1, + anon_sym_LBRACK, + ACTIONS(5767), 1, + anon_sym_some, + ACTIONS(5769), 1, + anon_sym_any, + ACTIONS(5771), 1, + anon_sym_TILDE, + STATE(4866), 1, + sym_type_modifiers, + STATE(5160), 1, + sym_tuple_type, + STATE(5337), 1, + sym_unannotated_type, + STATE(5387), 1, + sym__simple_user_type, + STATE(5409), 1, + sym_simple_identifier, + STATE(5993), 1, + sym__parenthesized_type, + STATE(7641), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5648), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5757), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5560), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5755), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6047), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [165876] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(6805), 1, + anon_sym_LPAREN, + ACTIONS(6807), 1, + anon_sym_LBRACK, + ACTIONS(6813), 1, + anon_sym_TILDE, + ACTIONS(6879), 1, + anon_sym_each, + ACTIONS(6881), 1, + anon_sym_repeat, + ACTIONS(6883), 1, + anon_sym_some, + ACTIONS(6885), 1, + anon_sym_any, + STATE(4848), 1, + sym_type_modifiers, + STATE(5437), 1, + sym_tuple_type, + STATE(5552), 1, + sym__simple_user_type, + STATE(5587), 1, + sym_simple_identifier, + STATE(5718), 1, + sym_unannotated_type, + STATE(6093), 1, + sym__parenthesized_type, + STATE(6232), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5771), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(6799), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5859), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6797), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6194), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [165964] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(3479), 1, + anon_sym_each, + ACTIONS(3484), 1, + anon_sym_repeat, + ACTIONS(3486), 1, + anon_sym_LPAREN, + ACTIONS(3488), 1, + anon_sym_LBRACK, + ACTIONS(3490), 1, + anon_sym_some, + ACTIONS(3492), 1, + anon_sym_any, + ACTIONS(3494), 1, + anon_sym_TILDE, + STATE(2406), 1, + sym_tuple_type, + STATE(2768), 1, + sym_unannotated_type, + STATE(2894), 1, + sym_simple_identifier, + STATE(3087), 1, + sym__simple_user_type, + STATE(3806), 1, + sym__parenthesized_type, + STATE(4218), 1, + sym_type, + STATE(4724), 1, + sym_type_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(3234), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(3477), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(3121), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(3475), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(3843), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [166052] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(2917), 1, + anon_sym_LPAREN, + ACTIONS(2919), 1, + anon_sym_LBRACK, + ACTIONS(2925), 1, + anon_sym_TILDE, + ACTIONS(6744), 1, + anon_sym_each, + ACTIONS(6746), 1, + anon_sym_repeat, + ACTIONS(6748), 1, + anon_sym_some, + ACTIONS(6750), 1, + anon_sym_any, + STATE(1755), 1, + sym_simple_identifier, + STATE(1773), 1, + sym__simple_user_type, + STATE(1899), 1, + sym__parenthesized_type, + STATE(1936), 1, + sym_type, + STATE(4867), 1, + sym_type_modifiers, + STATE(5322), 1, + sym_tuple_type, + STATE(5523), 1, + sym_unannotated_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1794), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(2908), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1783), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(2906), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(1941), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [166140] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(3479), 1, + anon_sym_each, + ACTIONS(3484), 1, + anon_sym_repeat, + ACTIONS(3486), 1, + anon_sym_LPAREN, + ACTIONS(3488), 1, + anon_sym_LBRACK, + ACTIONS(3490), 1, + anon_sym_some, + ACTIONS(3492), 1, + anon_sym_any, + ACTIONS(3494), 1, + anon_sym_TILDE, + STATE(2406), 1, + sym_tuple_type, + STATE(2768), 1, + sym_unannotated_type, + STATE(2894), 1, + sym_simple_identifier, + STATE(3087), 1, + sym__simple_user_type, + STATE(3806), 1, + sym__parenthesized_type, + STATE(4223), 1, + sym_type, + STATE(4724), 1, + sym_type_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(3234), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(3477), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(3121), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(3475), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(3843), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [166228] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5028), 1, + anon_sym_each, + ACTIONS(5030), 1, + anon_sym_repeat, + ACTIONS(5032), 1, + anon_sym_LPAREN, + ACTIONS(5034), 1, + anon_sym_LBRACK, + ACTIONS(5036), 1, + anon_sym_some, + ACTIONS(5038), 1, + anon_sym_any, + ACTIONS(5040), 1, + anon_sym_TILDE, + STATE(4702), 1, + sym_type_modifiers, + STATE(5054), 1, + sym_tuple_type, + STATE(5089), 1, + sym_unannotated_type, + STATE(5112), 1, + sym__simple_user_type, + STATE(5120), 1, + sym_simple_identifier, + STATE(5273), 1, + sym__parenthesized_type, + STATE(6308), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5127), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(5026), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5157), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5024), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5446), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [166316] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(6453), 1, + anon_sym_each, + ACTIONS(6455), 1, + anon_sym_repeat, + ACTIONS(6457), 1, + anon_sym_LPAREN, + ACTIONS(6459), 1, + anon_sym_LBRACK, + ACTIONS(6461), 1, + anon_sym_some, + ACTIONS(6463), 1, + anon_sym_any, + ACTIONS(6465), 1, + anon_sym_TILDE, + STATE(4815), 1, + sym_type_modifiers, + STATE(5190), 1, + sym_tuple_type, + STATE(5348), 1, + sym_unannotated_type, + STATE(5568), 1, + sym__simple_user_type, + STATE(5624), 1, + sym_simple_identifier, + STATE(6083), 1, + sym__parenthesized_type, + STATE(8396), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5691), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(6451), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5730), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6449), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6184), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [166404] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5575), 1, + anon_sym_each, + ACTIONS(5577), 1, + anon_sym_repeat, + ACTIONS(5579), 1, + anon_sym_LPAREN, + ACTIONS(5581), 1, + anon_sym_LBRACK, + ACTIONS(5583), 1, + anon_sym_some, + ACTIONS(5585), 1, + anon_sym_any, + ACTIONS(5587), 1, + anon_sym_TILDE, + STATE(4819), 1, + sym_type_modifiers, + STATE(5106), 1, + sym_tuple_type, + STATE(5192), 1, + sym_unannotated_type, + STATE(5258), 1, + sym__simple_user_type, + STATE(5262), 1, + sym_simple_identifier, + STATE(5753), 1, + sym__parenthesized_type, + STATE(6685), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5431), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5573), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5374), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5571), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6014), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [166492] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(6453), 1, + anon_sym_each, + ACTIONS(6455), 1, + anon_sym_repeat, + ACTIONS(6457), 1, + anon_sym_LPAREN, + ACTIONS(6459), 1, + anon_sym_LBRACK, + ACTIONS(6461), 1, + anon_sym_some, + ACTIONS(6463), 1, + anon_sym_any, + ACTIONS(6465), 1, + anon_sym_TILDE, + STATE(4815), 1, + sym_type_modifiers, + STATE(5190), 1, + sym_tuple_type, + STATE(5348), 1, + sym_unannotated_type, + STATE(5568), 1, + sym__simple_user_type, + STATE(5624), 1, + sym_simple_identifier, + STATE(6083), 1, + sym__parenthesized_type, + STATE(8481), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5691), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(6451), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5730), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6449), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6184), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [166580] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(3437), 1, + anon_sym_each, + ACTIONS(3442), 1, + anon_sym_repeat, + ACTIONS(3444), 1, + anon_sym_LPAREN, + ACTIONS(3446), 1, + anon_sym_LBRACK, + ACTIONS(3448), 1, + anon_sym_some, + ACTIONS(3450), 1, + anon_sym_any, + ACTIONS(3452), 1, + anon_sym_TILDE, + STATE(2104), 1, + sym_tuple_type, + STATE(2224), 1, + sym_unannotated_type, + STATE(2348), 1, + sym__simple_user_type, + STATE(2409), 1, + sym_simple_identifier, + STATE(3017), 1, + sym__parenthesized_type, + STATE(3909), 1, + sym_type, + STATE(4856), 1, + sym_type_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2450), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(3435), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(2466), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(3433), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(3484), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [166668] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(1741), 1, + anon_sym_each, + ACTIONS(1743), 1, + anon_sym_repeat, + ACTIONS(1751), 1, + anon_sym_some, + ACTIONS(1753), 1, + anon_sym_any, + ACTIONS(1755), 1, + anon_sym_TILDE, + ACTIONS(7322), 1, + anon_sym_LPAREN, + ACTIONS(7324), 1, + anon_sym_LBRACK, + STATE(802), 1, + sym_tuple_type, + STATE(811), 1, + sym__simple_user_type, + STATE(812), 1, + sym_unannotated_type, + STATE(819), 1, + sym_simple_identifier, + STATE(842), 1, + sym__parenthesized_type, + STATE(919), 1, + sym_type, + STATE(4713), 1, + sym_type_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(844), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(763), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(809), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(761), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(837), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [166756] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(1741), 1, + anon_sym_each, + ACTIONS(1743), 1, + anon_sym_repeat, + ACTIONS(1751), 1, + anon_sym_some, + ACTIONS(1753), 1, + anon_sym_any, + ACTIONS(1755), 1, + anon_sym_TILDE, + ACTIONS(7322), 1, + anon_sym_LPAREN, + ACTIONS(7324), 1, + anon_sym_LBRACK, + STATE(802), 1, + sym_tuple_type, + STATE(811), 1, + sym__simple_user_type, + STATE(812), 1, + sym_unannotated_type, + STATE(819), 1, + sym_simple_identifier, + STATE(842), 1, + sym__parenthesized_type, + STATE(920), 1, + sym_type, + STATE(4713), 1, + sym_type_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(844), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(763), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(809), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(761), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(837), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [166844] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(6828), 1, + anon_sym_each, + ACTIONS(6830), 1, + anon_sym_repeat, + ACTIONS(6832), 1, + anon_sym_some, + ACTIONS(6834), 1, + anon_sym_any, + ACTIONS(6836), 1, + anon_sym_TILDE, + STATE(4771), 1, + sym_type_modifiers, + STATE(5163), 1, + sym_simple_identifier, + STATE(5596), 1, + sym_tuple_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(5943), 1, + sym_type, + STATE(5975), 1, + sym_unannotated_type, + STATE(6133), 1, + sym__simple_user_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [166932] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7328), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(7326), 39, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_default_keyword, + sym_where_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [166982] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(6805), 1, + anon_sym_LPAREN, + ACTIONS(6807), 1, + anon_sym_LBRACK, + ACTIONS(6813), 1, + anon_sym_TILDE, + ACTIONS(6879), 1, + anon_sym_each, + ACTIONS(6881), 1, + anon_sym_repeat, + ACTIONS(6883), 1, + anon_sym_some, + ACTIONS(6885), 1, + anon_sym_any, + STATE(4848), 1, + sym_type_modifiers, + STATE(5437), 1, + sym_tuple_type, + STATE(5552), 1, + sym__simple_user_type, + STATE(5587), 1, + sym_simple_identifier, + STATE(5718), 1, + sym_unannotated_type, + STATE(6093), 1, + sym__parenthesized_type, + STATE(6195), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5771), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(6799), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5859), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6797), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6194), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [167070] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(3437), 1, + anon_sym_each, + ACTIONS(3442), 1, + anon_sym_repeat, + ACTIONS(3444), 1, + anon_sym_LPAREN, + ACTIONS(3446), 1, + anon_sym_LBRACK, + ACTIONS(3448), 1, + anon_sym_some, + ACTIONS(3450), 1, + anon_sym_any, + ACTIONS(3452), 1, + anon_sym_TILDE, + STATE(2104), 1, + sym_tuple_type, + STATE(2224), 1, + sym_unannotated_type, + STATE(2348), 1, + sym__simple_user_type, + STATE(2409), 1, + sym_simple_identifier, + STATE(3017), 1, + sym__parenthesized_type, + STATE(3896), 1, + sym_type, + STATE(4856), 1, + sym_type_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2450), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(3435), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(2466), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(3433), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(3484), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [167158] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(6828), 1, + anon_sym_each, + ACTIONS(6830), 1, + anon_sym_repeat, + ACTIONS(6832), 1, + anon_sym_some, + ACTIONS(6834), 1, + anon_sym_any, + ACTIONS(6836), 1, + anon_sym_TILDE, + STATE(4771), 1, + sym_type_modifiers, + STATE(5163), 1, + sym_simple_identifier, + STATE(5596), 1, + sym_tuple_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(5975), 1, + sym_unannotated_type, + STATE(5988), 1, + sym_type, + STATE(6133), 1, + sym__simple_user_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [167246] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8820), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [167334] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(6453), 1, + anon_sym_each, + ACTIONS(6455), 1, + anon_sym_repeat, + ACTIONS(6457), 1, + anon_sym_LPAREN, + ACTIONS(6459), 1, + anon_sym_LBRACK, + ACTIONS(6461), 1, + anon_sym_some, + ACTIONS(6463), 1, + anon_sym_any, + ACTIONS(6465), 1, + anon_sym_TILDE, + STATE(4815), 1, + sym_type_modifiers, + STATE(5190), 1, + sym_tuple_type, + STATE(5348), 1, + sym_unannotated_type, + STATE(5568), 1, + sym__simple_user_type, + STATE(5624), 1, + sym_simple_identifier, + STATE(6083), 1, + sym__parenthesized_type, + STATE(7753), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5691), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(6451), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5730), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6449), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6184), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [167422] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(6453), 1, + anon_sym_each, + ACTIONS(6455), 1, + anon_sym_repeat, + ACTIONS(6457), 1, + anon_sym_LPAREN, + ACTIONS(6459), 1, + anon_sym_LBRACK, + ACTIONS(6461), 1, + anon_sym_some, + ACTIONS(6463), 1, + anon_sym_any, + ACTIONS(6465), 1, + anon_sym_TILDE, + STATE(4815), 1, + sym_type_modifiers, + STATE(5190), 1, + sym_tuple_type, + STATE(5348), 1, + sym_unannotated_type, + STATE(5568), 1, + sym__simple_user_type, + STATE(5624), 1, + sym_simple_identifier, + STATE(6083), 1, + sym__parenthesized_type, + STATE(7856), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5691), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(6451), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5730), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6449), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6184), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [167510] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(6828), 1, + anon_sym_each, + ACTIONS(6830), 1, + anon_sym_repeat, + ACTIONS(6832), 1, + anon_sym_some, + ACTIONS(6834), 1, + anon_sym_any, + ACTIONS(6836), 1, + anon_sym_TILDE, + STATE(4771), 1, + sym_type_modifiers, + STATE(5163), 1, + sym_simple_identifier, + STATE(5596), 1, + sym_tuple_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(5901), 1, + sym_type, + STATE(5975), 1, + sym_unannotated_type, + STATE(6133), 1, + sym__simple_user_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [167598] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5575), 1, + anon_sym_each, + ACTIONS(5577), 1, + anon_sym_repeat, + ACTIONS(5579), 1, + anon_sym_LPAREN, + ACTIONS(5581), 1, + anon_sym_LBRACK, + ACTIONS(5583), 1, + anon_sym_some, + ACTIONS(5585), 1, + anon_sym_any, + ACTIONS(5587), 1, + anon_sym_TILDE, + STATE(4819), 1, + sym_type_modifiers, + STATE(5106), 1, + sym_tuple_type, + STATE(5192), 1, + sym_unannotated_type, + STATE(5258), 1, + sym__simple_user_type, + STATE(5262), 1, + sym_simple_identifier, + STATE(5753), 1, + sym__parenthesized_type, + STATE(6820), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5431), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5573), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5374), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5571), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6014), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [167686] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(6453), 1, + anon_sym_each, + ACTIONS(6455), 1, + anon_sym_repeat, + ACTIONS(6457), 1, + anon_sym_LPAREN, + ACTIONS(6459), 1, + anon_sym_LBRACK, + ACTIONS(6461), 1, + anon_sym_some, + ACTIONS(6463), 1, + anon_sym_any, + ACTIONS(6465), 1, + anon_sym_TILDE, + STATE(4815), 1, + sym_type_modifiers, + STATE(5190), 1, + sym_tuple_type, + STATE(5348), 1, + sym_unannotated_type, + STATE(5568), 1, + sym__simple_user_type, + STATE(5624), 1, + sym_simple_identifier, + STATE(6083), 1, + sym__parenthesized_type, + STATE(7910), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5691), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(6451), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5730), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6449), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6184), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [167774] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5759), 1, + anon_sym_each, + ACTIONS(5761), 1, + anon_sym_repeat, + ACTIONS(5763), 1, + anon_sym_LPAREN, + ACTIONS(5765), 1, + anon_sym_LBRACK, + ACTIONS(5767), 1, + anon_sym_some, + ACTIONS(5769), 1, + anon_sym_any, + ACTIONS(5771), 1, + anon_sym_TILDE, + STATE(4866), 1, + sym_type_modifiers, + STATE(5160), 1, + sym_tuple_type, + STATE(5337), 1, + sym_unannotated_type, + STATE(5387), 1, + sym__simple_user_type, + STATE(5409), 1, + sym_simple_identifier, + STATE(5993), 1, + sym__parenthesized_type, + STATE(6921), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5648), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5757), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5560), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5755), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6047), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [167862] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(6805), 1, + anon_sym_LPAREN, + ACTIONS(6807), 1, + anon_sym_LBRACK, + ACTIONS(6813), 1, + anon_sym_TILDE, + ACTIONS(6879), 1, + anon_sym_each, + ACTIONS(6881), 1, + anon_sym_repeat, + ACTIONS(6883), 1, + anon_sym_some, + ACTIONS(6885), 1, + anon_sym_any, + STATE(4848), 1, + sym_type_modifiers, + STATE(5437), 1, + sym_tuple_type, + STATE(5552), 1, + sym__simple_user_type, + STATE(5587), 1, + sym_simple_identifier, + STATE(5718), 1, + sym_unannotated_type, + STATE(6093), 1, + sym__parenthesized_type, + STATE(6190), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5771), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(6799), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5859), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6797), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6194), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [167950] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(1915), 1, + anon_sym_each, + ACTIONS(1920), 1, + anon_sym_repeat, + ACTIONS(1928), 1, + anon_sym_some, + ACTIONS(1930), 1, + anon_sym_any, + ACTIONS(1932), 1, + anon_sym_TILDE, + ACTIONS(7330), 1, + anon_sym_LPAREN, + ACTIONS(7332), 1, + anon_sym_LBRACK, + STATE(999), 1, + sym_tuple_type, + STATE(1003), 1, + sym_unannotated_type, + STATE(1028), 1, + sym__simple_user_type, + STATE(1045), 1, + sym_simple_identifier, + STATE(1064), 1, + sym__parenthesized_type, + STATE(1293), 1, + sym_type, + STATE(4729), 1, + sym_type_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1055), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(1913), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1030), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(1911), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(1063), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [168038] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(1915), 1, + anon_sym_each, + ACTIONS(1920), 1, + anon_sym_repeat, + ACTIONS(1928), 1, + anon_sym_some, + ACTIONS(1930), 1, + anon_sym_any, + ACTIONS(1932), 1, + anon_sym_TILDE, + ACTIONS(7330), 1, + anon_sym_LPAREN, + ACTIONS(7332), 1, + anon_sym_LBRACK, + STATE(999), 1, + sym_tuple_type, + STATE(1003), 1, + sym_unannotated_type, + STATE(1028), 1, + sym__simple_user_type, + STATE(1045), 1, + sym_simple_identifier, + STATE(1064), 1, + sym__parenthesized_type, + STATE(1295), 1, + sym_type, + STATE(4729), 1, + sym_type_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1055), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(1913), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1030), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(1911), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(1063), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [168126] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5856), 1, + anon_sym_each, + ACTIONS(5858), 1, + anon_sym_repeat, + ACTIONS(5860), 1, + anon_sym_LPAREN, + ACTIONS(5862), 1, + anon_sym_LBRACK, + ACTIONS(5864), 1, + anon_sym_some, + ACTIONS(5866), 1, + anon_sym_any, + ACTIONS(5868), 1, + anon_sym_TILDE, + STATE(4740), 1, + sym_type_modifiers, + STATE(5151), 1, + sym_tuple_type, + STATE(5313), 1, + sym_unannotated_type, + STATE(5445), 1, + sym__simple_user_type, + STATE(5456), 1, + sym_simple_identifier, + STATE(5994), 1, + sym__parenthesized_type, + STATE(6110), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5628), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5854), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5623), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5852), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6097), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [168214] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5856), 1, + anon_sym_each, + ACTIONS(5858), 1, + anon_sym_repeat, + ACTIONS(5860), 1, + anon_sym_LPAREN, + ACTIONS(5862), 1, + anon_sym_LBRACK, + ACTIONS(5864), 1, + anon_sym_some, + ACTIONS(5866), 1, + anon_sym_any, + ACTIONS(5868), 1, + anon_sym_TILDE, + STATE(4740), 1, + sym_type_modifiers, + STATE(5151), 1, + sym_tuple_type, + STATE(5313), 1, + sym_unannotated_type, + STATE(5445), 1, + sym__simple_user_type, + STATE(5456), 1, + sym_simple_identifier, + STATE(5994), 1, + sym__parenthesized_type, + STATE(6116), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5628), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5854), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5623), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5852), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6097), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [168302] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(6453), 1, + anon_sym_each, + ACTIONS(6455), 1, + anon_sym_repeat, + ACTIONS(6457), 1, + anon_sym_LPAREN, + ACTIONS(6459), 1, + anon_sym_LBRACK, + ACTIONS(6461), 1, + anon_sym_some, + ACTIONS(6463), 1, + anon_sym_any, + ACTIONS(6465), 1, + anon_sym_TILDE, + STATE(4815), 1, + sym_type_modifiers, + STATE(5190), 1, + sym_tuple_type, + STATE(5348), 1, + sym_unannotated_type, + STATE(5568), 1, + sym__simple_user_type, + STATE(5624), 1, + sym_simple_identifier, + STATE(6083), 1, + sym__parenthesized_type, + STATE(8029), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5691), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(6451), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5730), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6449), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6184), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [168390] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5856), 1, + anon_sym_each, + ACTIONS(5858), 1, + anon_sym_repeat, + ACTIONS(5860), 1, + anon_sym_LPAREN, + ACTIONS(5862), 1, + anon_sym_LBRACK, + ACTIONS(5864), 1, + anon_sym_some, + ACTIONS(5866), 1, + anon_sym_any, + ACTIONS(5868), 1, + anon_sym_TILDE, + STATE(4740), 1, + sym_type_modifiers, + STATE(5151), 1, + sym_tuple_type, + STATE(5313), 1, + sym_unannotated_type, + STATE(5445), 1, + sym__simple_user_type, + STATE(5456), 1, + sym_simple_identifier, + STATE(5994), 1, + sym__parenthesized_type, + STATE(6117), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5628), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5854), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5623), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5852), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6097), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [168478] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(6453), 1, + anon_sym_each, + ACTIONS(6455), 1, + anon_sym_repeat, + ACTIONS(6457), 1, + anon_sym_LPAREN, + ACTIONS(6459), 1, + anon_sym_LBRACK, + ACTIONS(6461), 1, + anon_sym_some, + ACTIONS(6463), 1, + anon_sym_any, + ACTIONS(6465), 1, + anon_sym_TILDE, + STATE(4815), 1, + sym_type_modifiers, + STATE(5190), 1, + sym_tuple_type, + STATE(5348), 1, + sym_unannotated_type, + STATE(5568), 1, + sym__simple_user_type, + STATE(5624), 1, + sym_simple_identifier, + STATE(6083), 1, + sym__parenthesized_type, + STATE(8086), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5691), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(6451), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5730), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6449), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6184), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [168566] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(3341), 1, + anon_sym_each, + ACTIONS(3343), 1, + anon_sym_repeat, + ACTIONS(3351), 1, + anon_sym_some, + ACTIONS(3353), 1, + anon_sym_any, + ACTIONS(3355), 1, + anon_sym_TILDE, + ACTIONS(7334), 1, + anon_sym_LPAREN, + ACTIONS(7336), 1, + anon_sym_LBRACK, + STATE(1972), 1, + sym_tuple_type, + STATE(2034), 1, + sym_unannotated_type, + STATE(2184), 1, + sym__simple_user_type, + STATE(2332), 1, + sym_simple_identifier, + STATE(2366), 1, + sym__parenthesized_type, + STATE(2380), 1, + sym_type, + STATE(4806), 1, + sym_type_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2368), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(3339), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(2154), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(3337), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(2365), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [168654] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5759), 1, + anon_sym_each, + ACTIONS(5761), 1, + anon_sym_repeat, + ACTIONS(5763), 1, + anon_sym_LPAREN, + ACTIONS(5765), 1, + anon_sym_LBRACK, + ACTIONS(5767), 1, + anon_sym_some, + ACTIONS(5769), 1, + anon_sym_any, + ACTIONS(5771), 1, + anon_sym_TILDE, + STATE(4866), 1, + sym_type_modifiers, + STATE(5160), 1, + sym_tuple_type, + STATE(5337), 1, + sym_unannotated_type, + STATE(5387), 1, + sym__simple_user_type, + STATE(5409), 1, + sym_simple_identifier, + STATE(5993), 1, + sym__parenthesized_type, + STATE(7070), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5648), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5757), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5560), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5755), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6047), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [168742] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(3341), 1, + anon_sym_each, + ACTIONS(3343), 1, + anon_sym_repeat, + ACTIONS(3351), 1, + anon_sym_some, + ACTIONS(3353), 1, + anon_sym_any, + ACTIONS(3355), 1, + anon_sym_TILDE, + ACTIONS(7334), 1, + anon_sym_LPAREN, + ACTIONS(7336), 1, + anon_sym_LBRACK, + STATE(1972), 1, + sym_tuple_type, + STATE(2034), 1, + sym_unannotated_type, + STATE(2184), 1, + sym__simple_user_type, + STATE(2332), 1, + sym_simple_identifier, + STATE(2366), 1, + sym__parenthesized_type, + STATE(2386), 1, + sym_type, + STATE(4806), 1, + sym_type_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2368), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(3339), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(2154), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(3337), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(2365), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [168830] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(3341), 1, + anon_sym_each, + ACTIONS(3343), 1, + anon_sym_repeat, + ACTIONS(3351), 1, + anon_sym_some, + ACTIONS(3353), 1, + anon_sym_any, + ACTIONS(3355), 1, + anon_sym_TILDE, + ACTIONS(7334), 1, + anon_sym_LPAREN, + ACTIONS(7336), 1, + anon_sym_LBRACK, + STATE(1972), 1, + sym_tuple_type, + STATE(2034), 1, + sym_unannotated_type, + STATE(2184), 1, + sym__simple_user_type, + STATE(2332), 1, + sym_simple_identifier, + STATE(2366), 1, + sym__parenthesized_type, + STATE(2389), 1, + sym_type, + STATE(4806), 1, + sym_type_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2368), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(3339), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(2154), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(3337), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(2365), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [168918] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(6453), 1, + anon_sym_each, + ACTIONS(6455), 1, + anon_sym_repeat, + ACTIONS(6457), 1, + anon_sym_LPAREN, + ACTIONS(6459), 1, + anon_sym_LBRACK, + ACTIONS(6461), 1, + anon_sym_some, + ACTIONS(6463), 1, + anon_sym_any, + ACTIONS(6465), 1, + anon_sym_TILDE, + STATE(4815), 1, + sym_type_modifiers, + STATE(5190), 1, + sym_tuple_type, + STATE(5348), 1, + sym_unannotated_type, + STATE(5568), 1, + sym__simple_user_type, + STATE(5624), 1, + sym_simple_identifier, + STATE(6083), 1, + sym__parenthesized_type, + STATE(8172), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5691), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(6451), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5730), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6449), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6184), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [169006] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(6453), 1, + anon_sym_each, + ACTIONS(6455), 1, + anon_sym_repeat, + ACTIONS(6457), 1, + anon_sym_LPAREN, + ACTIONS(6459), 1, + anon_sym_LBRACK, + ACTIONS(6461), 1, + anon_sym_some, + ACTIONS(6463), 1, + anon_sym_any, + ACTIONS(6465), 1, + anon_sym_TILDE, + STATE(4815), 1, + sym_type_modifiers, + STATE(5190), 1, + sym_tuple_type, + STATE(5348), 1, + sym_unannotated_type, + STATE(5568), 1, + sym__simple_user_type, + STATE(5624), 1, + sym_simple_identifier, + STATE(6083), 1, + sym__parenthesized_type, + STATE(8217), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5691), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(6451), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5730), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6449), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6184), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [169094] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(6783), 1, + anon_sym_each, + ACTIONS(6785), 1, + anon_sym_repeat, + ACTIONS(6787), 1, + anon_sym_LPAREN, + ACTIONS(6789), 1, + anon_sym_LBRACK, + ACTIONS(6791), 1, + anon_sym_some, + ACTIONS(6793), 1, + anon_sym_any, + ACTIONS(6795), 1, + anon_sym_TILDE, + STATE(4834), 1, + sym_type_modifiers, + STATE(5342), 1, + sym_tuple_type, + STATE(5622), 1, + sym_unannotated_type, + STATE(5681), 1, + sym__simple_user_type, + STATE(5682), 1, + sym_simple_identifier, + STATE(6223), 1, + sym__parenthesized_type, + STATE(6316), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5960), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(6781), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(6008), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6779), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6302), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [169182] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(6783), 1, + anon_sym_each, + ACTIONS(6785), 1, + anon_sym_repeat, + ACTIONS(6787), 1, + anon_sym_LPAREN, + ACTIONS(6789), 1, + anon_sym_LBRACK, + ACTIONS(6791), 1, + anon_sym_some, + ACTIONS(6793), 1, + anon_sym_any, + ACTIONS(6795), 1, + anon_sym_TILDE, + STATE(4834), 1, + sym_type_modifiers, + STATE(5342), 1, + sym_tuple_type, + STATE(5622), 1, + sym_unannotated_type, + STATE(5681), 1, + sym__simple_user_type, + STATE(5682), 1, + sym_simple_identifier, + STATE(6223), 1, + sym__parenthesized_type, + STATE(6323), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5960), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(6781), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(6008), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6779), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6302), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [169270] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(6453), 1, + anon_sym_each, + ACTIONS(6455), 1, + anon_sym_repeat, + ACTIONS(6457), 1, + anon_sym_LPAREN, + ACTIONS(6459), 1, + anon_sym_LBRACK, + ACTIONS(6461), 1, + anon_sym_some, + ACTIONS(6463), 1, + anon_sym_any, + ACTIONS(6465), 1, + anon_sym_TILDE, + STATE(4815), 1, + sym_type_modifiers, + STATE(5190), 1, + sym_tuple_type, + STATE(5348), 1, + sym_unannotated_type, + STATE(5568), 1, + sym__simple_user_type, + STATE(5624), 1, + sym_simple_identifier, + STATE(6083), 1, + sym__parenthesized_type, + STATE(8312), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5691), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(6451), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5730), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6449), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6184), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [169358] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(6783), 1, + anon_sym_each, + ACTIONS(6785), 1, + anon_sym_repeat, + ACTIONS(6787), 1, + anon_sym_LPAREN, + ACTIONS(6789), 1, + anon_sym_LBRACK, + ACTIONS(6791), 1, + anon_sym_some, + ACTIONS(6793), 1, + anon_sym_any, + ACTIONS(6795), 1, + anon_sym_TILDE, + STATE(4834), 1, + sym_type_modifiers, + STATE(5342), 1, + sym_tuple_type, + STATE(5622), 1, + sym_unannotated_type, + STATE(5681), 1, + sym__simple_user_type, + STATE(5682), 1, + sym_simple_identifier, + STATE(6223), 1, + sym__parenthesized_type, + STATE(6326), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5960), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(6781), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(6008), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6779), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6302), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [169446] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(6805), 1, + anon_sym_LPAREN, + ACTIONS(6807), 1, + anon_sym_LBRACK, + ACTIONS(6813), 1, + anon_sym_TILDE, + ACTIONS(6879), 1, + anon_sym_each, + ACTIONS(6881), 1, + anon_sym_repeat, + ACTIONS(6883), 1, + anon_sym_some, + ACTIONS(6885), 1, + anon_sym_any, + STATE(4848), 1, + sym_type_modifiers, + STATE(5437), 1, + sym_tuple_type, + STATE(5552), 1, + sym__simple_user_type, + STATE(5587), 1, + sym_simple_identifier, + STATE(5718), 1, + sym_unannotated_type, + STATE(6093), 1, + sym__parenthesized_type, + STATE(6839), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5771), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(6799), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5859), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6797), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6194), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [169534] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(6801), 1, + anon_sym_each, + ACTIONS(6803), 1, + anon_sym_repeat, + ACTIONS(6805), 1, + anon_sym_LPAREN, + ACTIONS(6807), 1, + anon_sym_LBRACK, + ACTIONS(6809), 1, + anon_sym_some, + ACTIONS(6811), 1, + anon_sym_any, + ACTIONS(6813), 1, + anon_sym_TILDE, + STATE(4847), 1, + sym_type_modifiers, + STATE(5325), 1, + sym_tuple_type, + STATE(5552), 1, + sym__simple_user_type, + STATE(5587), 1, + sym_simple_identifier, + STATE(5602), 1, + sym_unannotated_type, + STATE(6093), 1, + sym__parenthesized_type, + STATE(6232), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5771), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(6799), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5859), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6797), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6194), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [169622] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(6801), 1, + anon_sym_each, + ACTIONS(6803), 1, + anon_sym_repeat, + ACTIONS(6805), 1, + anon_sym_LPAREN, + ACTIONS(6807), 1, + anon_sym_LBRACK, + ACTIONS(6809), 1, + anon_sym_some, + ACTIONS(6811), 1, + anon_sym_any, + ACTIONS(6813), 1, + anon_sym_TILDE, + STATE(4847), 1, + sym_type_modifiers, + STATE(5325), 1, + sym_tuple_type, + STATE(5552), 1, + sym__simple_user_type, + STATE(5587), 1, + sym_simple_identifier, + STATE(5602), 1, + sym_unannotated_type, + STATE(6093), 1, + sym__parenthesized_type, + STATE(6195), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5771), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(6799), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5859), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6797), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6194), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [169710] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(6801), 1, + anon_sym_each, + ACTIONS(6803), 1, + anon_sym_repeat, + ACTIONS(6805), 1, + anon_sym_LPAREN, + ACTIONS(6807), 1, + anon_sym_LBRACK, + ACTIONS(6809), 1, + anon_sym_some, + ACTIONS(6811), 1, + anon_sym_any, + ACTIONS(6813), 1, + anon_sym_TILDE, + STATE(4847), 1, + sym_type_modifiers, + STATE(5325), 1, + sym_tuple_type, + STATE(5552), 1, + sym__simple_user_type, + STATE(5587), 1, + sym_simple_identifier, + STATE(5602), 1, + sym_unannotated_type, + STATE(6093), 1, + sym__parenthesized_type, + STATE(6190), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5771), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(6799), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5859), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6797), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6194), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [169798] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5759), 1, + anon_sym_each, + ACTIONS(5761), 1, + anon_sym_repeat, + ACTIONS(5763), 1, + anon_sym_LPAREN, + ACTIONS(5765), 1, + anon_sym_LBRACK, + ACTIONS(5767), 1, + anon_sym_some, + ACTIONS(5769), 1, + anon_sym_any, + ACTIONS(5771), 1, + anon_sym_TILDE, + STATE(4866), 1, + sym_type_modifiers, + STATE(5160), 1, + sym_tuple_type, + STATE(5337), 1, + sym_unannotated_type, + STATE(5387), 1, + sym__simple_user_type, + STATE(5409), 1, + sym_simple_identifier, + STATE(5993), 1, + sym__parenthesized_type, + STATE(6053), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5648), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5757), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5560), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5755), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6047), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [169886] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5759), 1, + anon_sym_each, + ACTIONS(5761), 1, + anon_sym_repeat, + ACTIONS(5763), 1, + anon_sym_LPAREN, + ACTIONS(5765), 1, + anon_sym_LBRACK, + ACTIONS(5767), 1, + anon_sym_some, + ACTIONS(5769), 1, + anon_sym_any, + ACTIONS(5771), 1, + anon_sym_TILDE, + STATE(4866), 1, + sym_type_modifiers, + STATE(5160), 1, + sym_tuple_type, + STATE(5337), 1, + sym_unannotated_type, + STATE(5387), 1, + sym__simple_user_type, + STATE(5409), 1, + sym_simple_identifier, + STATE(5993), 1, + sym__parenthesized_type, + STATE(7417), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5648), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5757), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5560), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5755), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6047), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [169974] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5759), 1, + anon_sym_each, + ACTIONS(5761), 1, + anon_sym_repeat, + ACTIONS(5763), 1, + anon_sym_LPAREN, + ACTIONS(5765), 1, + anon_sym_LBRACK, + ACTIONS(5767), 1, + anon_sym_some, + ACTIONS(5769), 1, + anon_sym_any, + ACTIONS(5771), 1, + anon_sym_TILDE, + STATE(4866), 1, + sym_type_modifiers, + STATE(5160), 1, + sym_tuple_type, + STATE(5337), 1, + sym_unannotated_type, + STATE(5387), 1, + sym__simple_user_type, + STATE(5409), 1, + sym_simple_identifier, + STATE(5993), 1, + sym__parenthesized_type, + STATE(6055), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5648), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5757), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5560), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5755), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6047), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [170062] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5759), 1, + anon_sym_each, + ACTIONS(5761), 1, + anon_sym_repeat, + ACTIONS(5763), 1, + anon_sym_LPAREN, + ACTIONS(5765), 1, + anon_sym_LBRACK, + ACTIONS(5767), 1, + anon_sym_some, + ACTIONS(5769), 1, + anon_sym_any, + ACTIONS(5771), 1, + anon_sym_TILDE, + STATE(4866), 1, + sym_type_modifiers, + STATE(5160), 1, + sym_tuple_type, + STATE(5337), 1, + sym_unannotated_type, + STATE(5387), 1, + sym__simple_user_type, + STATE(5409), 1, + sym_simple_identifier, + STATE(5993), 1, + sym__parenthesized_type, + STATE(7423), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5648), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5757), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5560), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5755), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6047), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [170150] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5759), 1, + anon_sym_each, + ACTIONS(5761), 1, + anon_sym_repeat, + ACTIONS(5763), 1, + anon_sym_LPAREN, + ACTIONS(5765), 1, + anon_sym_LBRACK, + ACTIONS(5767), 1, + anon_sym_some, + ACTIONS(5769), 1, + anon_sym_any, + ACTIONS(5771), 1, + anon_sym_TILDE, + STATE(4866), 1, + sym_type_modifiers, + STATE(5160), 1, + sym_tuple_type, + STATE(5337), 1, + sym_unannotated_type, + STATE(5387), 1, + sym__simple_user_type, + STATE(5409), 1, + sym_simple_identifier, + STATE(5993), 1, + sym__parenthesized_type, + STATE(6074), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5648), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5757), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5560), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5755), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6047), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [170238] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5396), 1, + anon_sym_each, + ACTIONS(5398), 1, + anon_sym_repeat, + ACTIONS(5400), 1, + anon_sym_LPAREN, + ACTIONS(5402), 1, + anon_sym_LBRACK, + ACTIONS(5404), 1, + anon_sym_some, + ACTIONS(5406), 1, + anon_sym_any, + ACTIONS(5408), 1, + anon_sym_TILDE, + STATE(4736), 1, + sym_type_modifiers, + STATE(5077), 1, + sym_tuple_type, + STATE(5131), 1, + sym_unannotated_type, + STATE(5198), 1, + sym__simple_user_type, + STATE(5199), 1, + sym_simple_identifier, + STATE(5617), 1, + sym__parenthesized_type, + STATE(5791), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5264), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5394), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5291), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5392), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5658), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [170326] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5396), 1, + anon_sym_each, + ACTIONS(5398), 1, + anon_sym_repeat, + ACTIONS(5400), 1, + anon_sym_LPAREN, + ACTIONS(5402), 1, + anon_sym_LBRACK, + ACTIONS(5404), 1, + anon_sym_some, + ACTIONS(5406), 1, + anon_sym_any, + ACTIONS(5408), 1, + anon_sym_TILDE, + STATE(4736), 1, + sym_type_modifiers, + STATE(5077), 1, + sym_tuple_type, + STATE(5131), 1, + sym_unannotated_type, + STATE(5198), 1, + sym__simple_user_type, + STATE(5199), 1, + sym_simple_identifier, + STATE(5617), 1, + sym__parenthesized_type, + STATE(5810), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5264), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5394), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5291), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5392), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5658), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [170414] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5396), 1, + anon_sym_each, + ACTIONS(5398), 1, + anon_sym_repeat, + ACTIONS(5400), 1, + anon_sym_LPAREN, + ACTIONS(5402), 1, + anon_sym_LBRACK, + ACTIONS(5404), 1, + anon_sym_some, + ACTIONS(5406), 1, + anon_sym_any, + ACTIONS(5408), 1, + anon_sym_TILDE, + STATE(4736), 1, + sym_type_modifiers, + STATE(5077), 1, + sym_tuple_type, + STATE(5131), 1, + sym_unannotated_type, + STATE(5198), 1, + sym__simple_user_type, + STATE(5199), 1, + sym_simple_identifier, + STATE(5617), 1, + sym__parenthesized_type, + STATE(5819), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5264), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5394), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5291), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5392), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5658), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [170502] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(6171), 1, + anon_sym_each, + ACTIONS(6173), 1, + anon_sym_repeat, + ACTIONS(6175), 1, + anon_sym_LPAREN, + ACTIONS(6177), 1, + anon_sym_LBRACK, + ACTIONS(6179), 1, + anon_sym_some, + ACTIONS(6181), 1, + anon_sym_any, + ACTIONS(6183), 1, + anon_sym_TILDE, + STATE(4748), 1, + sym_type_modifiers, + STATE(5175), 1, + sym_tuple_type, + STATE(5417), 1, + sym_unannotated_type, + STATE(5471), 1, + sym__simple_user_type, + STATE(5522), 1, + sym_simple_identifier, + STATE(6064), 1, + sym__parenthesized_type, + STATE(6145), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5689), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(6169), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5832), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6167), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6161), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [170590] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(6171), 1, + anon_sym_each, + ACTIONS(6173), 1, + anon_sym_repeat, + ACTIONS(6175), 1, + anon_sym_LPAREN, + ACTIONS(6177), 1, + anon_sym_LBRACK, + ACTIONS(6179), 1, + anon_sym_some, + ACTIONS(6181), 1, + anon_sym_any, + ACTIONS(6183), 1, + anon_sym_TILDE, + STATE(4748), 1, + sym_type_modifiers, + STATE(5175), 1, + sym_tuple_type, + STATE(5417), 1, + sym_unannotated_type, + STATE(5471), 1, + sym__simple_user_type, + STATE(5522), 1, + sym_simple_identifier, + STATE(6064), 1, + sym__parenthesized_type, + STATE(6164), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5689), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(6169), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5832), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6167), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6161), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [170678] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(6171), 1, + anon_sym_each, + ACTIONS(6173), 1, + anon_sym_repeat, + ACTIONS(6175), 1, + anon_sym_LPAREN, + ACTIONS(6177), 1, + anon_sym_LBRACK, + ACTIONS(6179), 1, + anon_sym_some, + ACTIONS(6181), 1, + anon_sym_any, + ACTIONS(6183), 1, + anon_sym_TILDE, + STATE(4748), 1, + sym_type_modifiers, + STATE(5175), 1, + sym_tuple_type, + STATE(5417), 1, + sym_unannotated_type, + STATE(5471), 1, + sym__simple_user_type, + STATE(5522), 1, + sym_simple_identifier, + STATE(6064), 1, + sym__parenthesized_type, + STATE(6201), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5689), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(6169), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5832), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6167), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6161), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [170766] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(2870), 1, + anon_sym_LPAREN, + ACTIONS(2872), 1, + anon_sym_LBRACK, + ACTIONS(2878), 1, + anon_sym_TILDE, + ACTIONS(5916), 1, + anon_sym_each, + ACTIONS(5918), 1, + anon_sym_repeat, + ACTIONS(5920), 1, + anon_sym_some, + ACTIONS(5922), 1, + anon_sym_any, + STATE(1719), 1, + sym_simple_identifier, + STATE(1721), 1, + sym__simple_user_type, + STATE(1801), 1, + sym__parenthesized_type, + STATE(2125), 1, + sym_type, + STATE(4782), 1, + sym_type_modifiers, + STATE(5124), 1, + sym_tuple_type, + STATE(5302), 1, + sym_unannotated_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1746), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(2861), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1733), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(2859), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(1870), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [170854] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(2952), 1, + anon_sym_LPAREN, + ACTIONS(2954), 1, + anon_sym_LBRACK, + ACTIONS(2960), 1, + anon_sym_TILDE, + ACTIONS(6261), 1, + anon_sym_each, + ACTIONS(6263), 1, + anon_sym_repeat, + ACTIONS(6265), 1, + anon_sym_some, + ACTIONS(6267), 1, + anon_sym_any, + STATE(1744), 1, + sym_simple_identifier, + STATE(1819), 1, + sym__parenthesized_type, + STATE(1915), 1, + sym_type, + STATE(4758), 1, + sym_type_modifiers, + STATE(5239), 1, + sym_tuple_type, + STATE(5469), 1, + sym_unannotated_type, + STATE(5813), 1, + sym__simple_user_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1742), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(2943), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1760), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(2941), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(1881), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [170942] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(2952), 1, + anon_sym_LPAREN, + ACTIONS(2954), 1, + anon_sym_LBRACK, + ACTIONS(2960), 1, + anon_sym_TILDE, + ACTIONS(6261), 1, + anon_sym_each, + ACTIONS(6263), 1, + anon_sym_repeat, + ACTIONS(6265), 1, + anon_sym_some, + ACTIONS(6267), 1, + anon_sym_any, + STATE(1744), 1, + sym_simple_identifier, + STATE(1819), 1, + sym__parenthesized_type, + STATE(1905), 1, + sym_type, + STATE(4758), 1, + sym_type_modifiers, + STATE(5239), 1, + sym_tuple_type, + STATE(5469), 1, + sym_unannotated_type, + STATE(5813), 1, + sym__simple_user_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1742), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(2943), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1760), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(2941), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(1881), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [171030] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(3341), 1, + anon_sym_each, + ACTIONS(3343), 1, + anon_sym_repeat, + ACTIONS(3351), 1, + anon_sym_some, + ACTIONS(3353), 1, + anon_sym_any, + ACTIONS(3355), 1, + anon_sym_TILDE, + ACTIONS(7334), 1, + anon_sym_LPAREN, + ACTIONS(7336), 1, + anon_sym_LBRACK, + STATE(1972), 1, + sym_tuple_type, + STATE(2034), 1, + sym_unannotated_type, + STATE(2184), 1, + sym__simple_user_type, + STATE(2332), 1, + sym_simple_identifier, + STATE(2366), 1, + sym__parenthesized_type, + STATE(3778), 1, + sym_type, + STATE(4806), 1, + sym_type_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2368), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(3339), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(2154), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(3337), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(2365), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [171118] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(2952), 1, + anon_sym_LPAREN, + ACTIONS(2954), 1, + anon_sym_LBRACK, + ACTIONS(2960), 1, + anon_sym_TILDE, + ACTIONS(6261), 1, + anon_sym_each, + ACTIONS(6263), 1, + anon_sym_repeat, + ACTIONS(6265), 1, + anon_sym_some, + ACTIONS(6267), 1, + anon_sym_any, + STATE(1744), 1, + sym_simple_identifier, + STATE(1819), 1, + sym__parenthesized_type, + STATE(1907), 1, + sym_type, + STATE(4758), 1, + sym_type_modifiers, + STATE(5239), 1, + sym_tuple_type, + STATE(5469), 1, + sym_unannotated_type, + STATE(5813), 1, + sym__simple_user_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1742), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(2943), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1760), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(2941), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(1881), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [171206] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(3341), 1, + anon_sym_each, + ACTIONS(3343), 1, + anon_sym_repeat, + ACTIONS(3351), 1, + anon_sym_some, + ACTIONS(3353), 1, + anon_sym_any, + ACTIONS(3355), 1, + anon_sym_TILDE, + ACTIONS(7334), 1, + anon_sym_LPAREN, + ACTIONS(7336), 1, + anon_sym_LBRACK, + STATE(1972), 1, + sym_tuple_type, + STATE(2034), 1, + sym_unannotated_type, + STATE(2184), 1, + sym__simple_user_type, + STATE(2332), 1, + sym_simple_identifier, + STATE(2366), 1, + sym__parenthesized_type, + STATE(3780), 1, + sym_type, + STATE(4806), 1, + sym_type_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2368), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(3339), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(2154), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(3337), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(2365), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [171294] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5246), 1, + anon_sym_each, + ACTIONS(5248), 1, + anon_sym_repeat, + ACTIONS(5250), 1, + anon_sym_LPAREN, + ACTIONS(5252), 1, + anon_sym_LBRACK, + ACTIONS(5254), 1, + anon_sym_some, + ACTIONS(5256), 1, + anon_sym_any, + ACTIONS(5258), 1, + anon_sym_TILDE, + STATE(4777), 1, + sym_type_modifiers, + STATE(5062), 1, + sym_tuple_type, + STATE(5118), 1, + sym_unannotated_type, + STATE(5122), 1, + sym_simple_identifier, + STATE(5129), 1, + sym__simple_user_type, + STATE(5392), 1, + sym__parenthesized_type, + STATE(5621), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5212), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5244), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5179), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5242), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5500), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [171382] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5246), 1, + anon_sym_each, + ACTIONS(5248), 1, + anon_sym_repeat, + ACTIONS(5250), 1, + anon_sym_LPAREN, + ACTIONS(5252), 1, + anon_sym_LBRACK, + ACTIONS(5254), 1, + anon_sym_some, + ACTIONS(5256), 1, + anon_sym_any, + ACTIONS(5258), 1, + anon_sym_TILDE, + STATE(4777), 1, + sym_type_modifiers, + STATE(5062), 1, + sym_tuple_type, + STATE(5118), 1, + sym_unannotated_type, + STATE(5122), 1, + sym_simple_identifier, + STATE(5129), 1, + sym__simple_user_type, + STATE(5392), 1, + sym__parenthesized_type, + STATE(5639), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5212), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5244), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5179), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5242), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5500), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [171470] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(3038), 1, + anon_sym_each, + ACTIONS(3040), 1, + anon_sym_repeat, + ACTIONS(3048), 1, + anon_sym_some, + ACTIONS(3050), 1, + anon_sym_any, + ACTIONS(3052), 1, + anon_sym_TILDE, + ACTIONS(7338), 1, + anon_sym_LPAREN, + ACTIONS(7340), 1, + anon_sym_LBRACK, + STATE(1874), 1, + sym_tuple_type, + STATE(1882), 1, + sym_unannotated_type, + STATE(2024), 1, + sym__simple_user_type, + STATE(2074), 1, + sym_simple_identifier, + STATE(2095), 1, + sym_type, + STATE(2101), 1, + sym__parenthesized_type, + STATE(4744), 1, + sym_type_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2103), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(3036), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1998), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(3034), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(2143), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [171558] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5246), 1, + anon_sym_each, + ACTIONS(5248), 1, + anon_sym_repeat, + ACTIONS(5250), 1, + anon_sym_LPAREN, + ACTIONS(5252), 1, + anon_sym_LBRACK, + ACTIONS(5254), 1, + anon_sym_some, + ACTIONS(5256), 1, + anon_sym_any, + ACTIONS(5258), 1, + anon_sym_TILDE, + STATE(4777), 1, + sym_type_modifiers, + STATE(5062), 1, + sym_tuple_type, + STATE(5118), 1, + sym_unannotated_type, + STATE(5122), 1, + sym_simple_identifier, + STATE(5129), 1, + sym__simple_user_type, + STATE(5392), 1, + sym__parenthesized_type, + STATE(5647), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5212), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5244), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5179), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5242), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5500), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [171646] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(3284), 1, + anon_sym_each, + ACTIONS(3286), 1, + anon_sym_repeat, + ACTIONS(3294), 1, + anon_sym_some, + ACTIONS(3296), 1, + anon_sym_any, + ACTIONS(3298), 1, + anon_sym_TILDE, + ACTIONS(7342), 1, + anon_sym_LPAREN, + ACTIONS(7344), 1, + anon_sym_LBRACK, + STATE(1954), 1, + sym_tuple_type, + STATE(1974), 1, + sym_unannotated_type, + STATE(2114), 1, + sym__simple_user_type, + STATE(2187), 1, + sym_simple_identifier, + STATE(2272), 1, + sym__parenthesized_type, + STATE(2331), 1, + sym_type, + STATE(4787), 1, + sym_type_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2217), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(3282), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(2112), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(3280), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(2255), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [171734] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(3284), 1, + anon_sym_each, + ACTIONS(3286), 1, + anon_sym_repeat, + ACTIONS(3294), 1, + anon_sym_some, + ACTIONS(3296), 1, + anon_sym_any, + ACTIONS(3298), 1, + anon_sym_TILDE, + ACTIONS(7342), 1, + anon_sym_LPAREN, + ACTIONS(7344), 1, + anon_sym_LBRACK, + STATE(1954), 1, + sym_tuple_type, + STATE(1974), 1, + sym_unannotated_type, + STATE(2114), 1, + sym__simple_user_type, + STATE(2187), 1, + sym_simple_identifier, + STATE(2220), 1, + sym_type, + STATE(2272), 1, + sym__parenthesized_type, + STATE(4787), 1, + sym_type_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2217), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(3282), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(2112), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(3280), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(2255), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [171822] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(2870), 1, + anon_sym_LPAREN, + ACTIONS(2872), 1, + anon_sym_LBRACK, + ACTIONS(2878), 1, + anon_sym_TILDE, + ACTIONS(5916), 1, + anon_sym_each, + ACTIONS(5918), 1, + anon_sym_repeat, + ACTIONS(5920), 1, + anon_sym_some, + ACTIONS(5922), 1, + anon_sym_any, + STATE(1719), 1, + sym_simple_identifier, + STATE(1721), 1, + sym__simple_user_type, + STATE(1801), 1, + sym__parenthesized_type, + STATE(2128), 1, + sym_type, + STATE(4782), 1, + sym_type_modifiers, + STATE(5124), 1, + sym_tuple_type, + STATE(5302), 1, + sym_unannotated_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1746), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(2861), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1733), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(2859), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(1870), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [171910] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(3284), 1, + anon_sym_each, + ACTIONS(3286), 1, + anon_sym_repeat, + ACTIONS(3294), 1, + anon_sym_some, + ACTIONS(3296), 1, + anon_sym_any, + ACTIONS(3298), 1, + anon_sym_TILDE, + ACTIONS(7342), 1, + anon_sym_LPAREN, + ACTIONS(7344), 1, + anon_sym_LBRACK, + STATE(1954), 1, + sym_tuple_type, + STATE(1974), 1, + sym_unannotated_type, + STATE(2114), 1, + sym__simple_user_type, + STATE(2187), 1, + sym_simple_identifier, + STATE(2272), 1, + sym__parenthesized_type, + STATE(2304), 1, + sym_type, + STATE(4787), 1, + sym_type_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2217), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(3282), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(2112), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(3280), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(2255), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [171998] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(2992), 1, + anon_sym_each, + ACTIONS(2994), 1, + anon_sym_repeat, + ACTIONS(2996), 1, + anon_sym_LPAREN, + ACTIONS(2998), 1, + anon_sym_LBRACK, + ACTIONS(3000), 1, + anon_sym_some, + ACTIONS(3002), 1, + anon_sym_any, + ACTIONS(3004), 1, + anon_sym_TILDE, + STATE(1747), 1, + sym_tuple_type, + STATE(1806), 1, + sym_unannotated_type, + STATE(1822), 1, + sym__simple_user_type, + STATE(1825), 1, + sym_simple_identifier, + STATE(1997), 1, + sym__parenthesized_type, + STATE(3302), 1, + sym_type, + STATE(4826), 1, + sym_type_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1898), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(2987), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1913), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(2985), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(2031), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [172086] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(3304), 1, + anon_sym_each, + ACTIONS(3306), 1, + anon_sym_repeat, + ACTIONS(3314), 1, + anon_sym_some, + ACTIONS(3316), 1, + anon_sym_any, + ACTIONS(3318), 1, + anon_sym_TILDE, + ACTIONS(7346), 1, + anon_sym_LPAREN, + ACTIONS(7348), 1, + anon_sym_LBRACK, + STATE(1958), 1, + sym_tuple_type, + STATE(1993), 1, + sym_unannotated_type, + STATE(2130), 1, + sym__simple_user_type, + STATE(2199), 1, + sym_simple_identifier, + STATE(2230), 1, + sym__parenthesized_type, + STATE(2328), 1, + sym_type, + STATE(4796), 1, + sym_type_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2218), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(3302), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(2123), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(3300), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(2211), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [172174] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(2913), 1, + anon_sym_each, + ACTIONS(2915), 1, + anon_sym_repeat, + ACTIONS(2917), 1, + anon_sym_LPAREN, + ACTIONS(2919), 1, + anon_sym_LBRACK, + ACTIONS(2921), 1, + anon_sym_some, + ACTIONS(2923), 1, + anon_sym_any, + ACTIONS(2925), 1, + anon_sym_TILDE, + STATE(1715), 1, + sym_tuple_type, + STATE(1728), 1, + sym_unannotated_type, + STATE(1755), 1, + sym_simple_identifier, + STATE(1773), 1, + sym__simple_user_type, + STATE(1899), 1, + sym__parenthesized_type, + STATE(2435), 1, + sym_type, + STATE(4831), 1, + sym_type_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1794), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(2908), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1783), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(2906), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(1941), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [172262] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(3304), 1, + anon_sym_each, + ACTIONS(3306), 1, + anon_sym_repeat, + ACTIONS(3314), 1, + anon_sym_some, + ACTIONS(3316), 1, + anon_sym_any, + ACTIONS(3318), 1, + anon_sym_TILDE, + ACTIONS(7346), 1, + anon_sym_LPAREN, + ACTIONS(7348), 1, + anon_sym_LBRACK, + STATE(1958), 1, + sym_tuple_type, + STATE(1993), 1, + sym_unannotated_type, + STATE(2130), 1, + sym__simple_user_type, + STATE(2199), 1, + sym_simple_identifier, + STATE(2230), 1, + sym__parenthesized_type, + STATE(2340), 1, + sym_type, + STATE(4796), 1, + sym_type_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2218), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(3302), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(2123), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(3300), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(2211), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [172350] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(2992), 1, + anon_sym_each, + ACTIONS(2994), 1, + anon_sym_repeat, + ACTIONS(2996), 1, + anon_sym_LPAREN, + ACTIONS(2998), 1, + anon_sym_LBRACK, + ACTIONS(3000), 1, + anon_sym_some, + ACTIONS(3002), 1, + anon_sym_any, + ACTIONS(3004), 1, + anon_sym_TILDE, + STATE(1747), 1, + sym_tuple_type, + STATE(1806), 1, + sym_unannotated_type, + STATE(1822), 1, + sym__simple_user_type, + STATE(1825), 1, + sym_simple_identifier, + STATE(1997), 1, + sym__parenthesized_type, + STATE(3342), 1, + sym_type, + STATE(4826), 1, + sym_type_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1898), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(2987), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1913), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(2985), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(2031), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [172438] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(3304), 1, + anon_sym_each, + ACTIONS(3306), 1, + anon_sym_repeat, + ACTIONS(3314), 1, + anon_sym_some, + ACTIONS(3316), 1, + anon_sym_any, + ACTIONS(3318), 1, + anon_sym_TILDE, + ACTIONS(7346), 1, + anon_sym_LPAREN, + ACTIONS(7348), 1, + anon_sym_LBRACK, + STATE(1958), 1, + sym_tuple_type, + STATE(1993), 1, + sym_unannotated_type, + STATE(2130), 1, + sym__simple_user_type, + STATE(2199), 1, + sym_simple_identifier, + STATE(2230), 1, + sym__parenthesized_type, + STATE(2342), 1, + sym_type, + STATE(4796), 1, + sym_type_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2218), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(3302), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(2123), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(3300), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(2211), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [172526] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(2866), 1, + anon_sym_each, + ACTIONS(2868), 1, + anon_sym_repeat, + ACTIONS(2870), 1, + anon_sym_LPAREN, + ACTIONS(2872), 1, + anon_sym_LBRACK, + ACTIONS(2874), 1, + anon_sym_some, + ACTIONS(2876), 1, + anon_sym_any, + ACTIONS(2878), 1, + anon_sym_TILDE, + STATE(1698), 1, + sym_tuple_type, + STATE(1708), 1, + sym_unannotated_type, + STATE(1719), 1, + sym_simple_identifier, + STATE(1721), 1, + sym__simple_user_type, + STATE(1801), 1, + sym__parenthesized_type, + STATE(1855), 1, + sym_type, + STATE(4802), 1, + sym_type_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1746), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(2861), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1733), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(2859), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(1870), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [172614] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(2866), 1, + anon_sym_each, + ACTIONS(2868), 1, + anon_sym_repeat, + ACTIONS(2870), 1, + anon_sym_LPAREN, + ACTIONS(2872), 1, + anon_sym_LBRACK, + ACTIONS(2874), 1, + anon_sym_some, + ACTIONS(2876), 1, + anon_sym_any, + ACTIONS(2878), 1, + anon_sym_TILDE, + STATE(1698), 1, + sym_tuple_type, + STATE(1708), 1, + sym_unannotated_type, + STATE(1719), 1, + sym_simple_identifier, + STATE(1721), 1, + sym__simple_user_type, + STATE(1801), 1, + sym__parenthesized_type, + STATE(1871), 1, + sym_type, + STATE(4802), 1, + sym_type_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1746), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(2861), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1733), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(2859), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(1870), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [172702] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(3038), 1, + anon_sym_each, + ACTIONS(3040), 1, + anon_sym_repeat, + ACTIONS(3048), 1, + anon_sym_some, + ACTIONS(3050), 1, + anon_sym_any, + ACTIONS(3052), 1, + anon_sym_TILDE, + ACTIONS(7338), 1, + anon_sym_LPAREN, + ACTIONS(7340), 1, + anon_sym_LBRACK, + STATE(1874), 1, + sym_tuple_type, + STATE(1882), 1, + sym_unannotated_type, + STATE(2024), 1, + sym__simple_user_type, + STATE(2074), 1, + sym_simple_identifier, + STATE(2101), 1, + sym__parenthesized_type, + STATE(2108), 1, + sym_type, + STATE(4744), 1, + sym_type_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2103), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(3036), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1998), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(3034), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(2143), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [172790] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(2866), 1, + anon_sym_each, + ACTIONS(2868), 1, + anon_sym_repeat, + ACTIONS(2870), 1, + anon_sym_LPAREN, + ACTIONS(2872), 1, + anon_sym_LBRACK, + ACTIONS(2874), 1, + anon_sym_some, + ACTIONS(2876), 1, + anon_sym_any, + ACTIONS(2878), 1, + anon_sym_TILDE, + STATE(1698), 1, + sym_tuple_type, + STATE(1708), 1, + sym_unannotated_type, + STATE(1719), 1, + sym_simple_identifier, + STATE(1721), 1, + sym__simple_user_type, + STATE(1801), 1, + sym__parenthesized_type, + STATE(1873), 1, + sym_type, + STATE(4802), 1, + sym_type_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1746), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(2861), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1733), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(2859), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(1870), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [172878] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5547), 1, + anon_sym_each, + ACTIONS(5549), 1, + anon_sym_repeat, + ACTIONS(5551), 1, + anon_sym_LPAREN, + ACTIONS(5553), 1, + anon_sym_LBRACK, + ACTIONS(5555), 1, + anon_sym_some, + ACTIONS(5557), 1, + anon_sym_any, + ACTIONS(5559), 1, + anon_sym_TILDE, + STATE(4810), 1, + sym_type_modifiers, + STATE(5105), 1, + sym_tuple_type, + STATE(5184), 1, + sym_unannotated_type, + STATE(5256), 1, + sym__simple_user_type, + STATE(5260), 1, + sym_simple_identifier, + STATE(5692), 1, + sym__parenthesized_type, + STATE(5955), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5430), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5545), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5433), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5543), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6010), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [172966] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5547), 1, + anon_sym_each, + ACTIONS(5549), 1, + anon_sym_repeat, + ACTIONS(5551), 1, + anon_sym_LPAREN, + ACTIONS(5553), 1, + anon_sym_LBRACK, + ACTIONS(5555), 1, + anon_sym_some, + ACTIONS(5557), 1, + anon_sym_any, + ACTIONS(5559), 1, + anon_sym_TILDE, + STATE(4810), 1, + sym_type_modifiers, + STATE(5105), 1, + sym_tuple_type, + STATE(5184), 1, + sym_unannotated_type, + STATE(5256), 1, + sym__simple_user_type, + STATE(5260), 1, + sym_simple_identifier, + STATE(5692), 1, + sym__parenthesized_type, + STATE(5966), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5430), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5545), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5433), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5543), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6010), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [173054] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(2992), 1, + anon_sym_each, + ACTIONS(2994), 1, + anon_sym_repeat, + ACTIONS(2996), 1, + anon_sym_LPAREN, + ACTIONS(2998), 1, + anon_sym_LBRACK, + ACTIONS(3000), 1, + anon_sym_some, + ACTIONS(3002), 1, + anon_sym_any, + ACTIONS(3004), 1, + anon_sym_TILDE, + STATE(1747), 1, + sym_tuple_type, + STATE(1806), 1, + sym_unannotated_type, + STATE(1822), 1, + sym__simple_user_type, + STATE(1825), 1, + sym_simple_identifier, + STATE(1997), 1, + sym__parenthesized_type, + STATE(3371), 1, + sym_type, + STATE(4826), 1, + sym_type_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1898), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(2987), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1913), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(2985), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(2031), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [173142] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5547), 1, + anon_sym_each, + ACTIONS(5549), 1, + anon_sym_repeat, + ACTIONS(5551), 1, + anon_sym_LPAREN, + ACTIONS(5553), 1, + anon_sym_LBRACK, + ACTIONS(5555), 1, + anon_sym_some, + ACTIONS(5557), 1, + anon_sym_any, + ACTIONS(5559), 1, + anon_sym_TILDE, + STATE(4810), 1, + sym_type_modifiers, + STATE(5105), 1, + sym_tuple_type, + STATE(5184), 1, + sym_unannotated_type, + STATE(5256), 1, + sym__simple_user_type, + STATE(5260), 1, + sym_simple_identifier, + STATE(5692), 1, + sym__parenthesized_type, + STATE(5967), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5430), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5545), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5433), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5543), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6010), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [173230] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(6453), 1, + anon_sym_each, + ACTIONS(6455), 1, + anon_sym_repeat, + ACTIONS(6457), 1, + anon_sym_LPAREN, + ACTIONS(6459), 1, + anon_sym_LBRACK, + ACTIONS(6461), 1, + anon_sym_some, + ACTIONS(6463), 1, + anon_sym_any, + ACTIONS(6465), 1, + anon_sym_TILDE, + STATE(4815), 1, + sym_type_modifiers, + STATE(5190), 1, + sym_tuple_type, + STATE(5348), 1, + sym_unannotated_type, + STATE(5568), 1, + sym__simple_user_type, + STATE(5624), 1, + sym_simple_identifier, + STATE(6083), 1, + sym__parenthesized_type, + STATE(6206), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5691), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(6451), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5730), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6449), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6184), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [173318] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(6453), 1, + anon_sym_each, + ACTIONS(6455), 1, + anon_sym_repeat, + ACTIONS(6457), 1, + anon_sym_LPAREN, + ACTIONS(6459), 1, + anon_sym_LBRACK, + ACTIONS(6461), 1, + anon_sym_some, + ACTIONS(6463), 1, + anon_sym_any, + ACTIONS(6465), 1, + anon_sym_TILDE, + STATE(4815), 1, + sym_type_modifiers, + STATE(5190), 1, + sym_tuple_type, + STATE(5348), 1, + sym_unannotated_type, + STATE(5568), 1, + sym__simple_user_type, + STATE(5624), 1, + sym_simple_identifier, + STATE(6083), 1, + sym__parenthesized_type, + STATE(6212), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5691), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(6451), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5730), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6449), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6184), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [173406] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(2992), 1, + anon_sym_each, + ACTIONS(2994), 1, + anon_sym_repeat, + ACTIONS(2996), 1, + anon_sym_LPAREN, + ACTIONS(2998), 1, + anon_sym_LBRACK, + ACTIONS(3000), 1, + anon_sym_some, + ACTIONS(3002), 1, + anon_sym_any, + ACTIONS(3004), 1, + anon_sym_TILDE, + STATE(1747), 1, + sym_tuple_type, + STATE(1806), 1, + sym_unannotated_type, + STATE(1822), 1, + sym__simple_user_type, + STATE(1825), 1, + sym_simple_identifier, + STATE(1997), 1, + sym__parenthesized_type, + STATE(3438), 1, + sym_type, + STATE(4826), 1, + sym_type_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1898), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(2987), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1913), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(2985), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(2031), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [173494] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(6453), 1, + anon_sym_each, + ACTIONS(6455), 1, + anon_sym_repeat, + ACTIONS(6457), 1, + anon_sym_LPAREN, + ACTIONS(6459), 1, + anon_sym_LBRACK, + ACTIONS(6461), 1, + anon_sym_some, + ACTIONS(6463), 1, + anon_sym_any, + ACTIONS(6465), 1, + anon_sym_TILDE, + STATE(4815), 1, + sym_type_modifiers, + STATE(5190), 1, + sym_tuple_type, + STATE(5348), 1, + sym_unannotated_type, + STATE(5568), 1, + sym__simple_user_type, + STATE(5624), 1, + sym_simple_identifier, + STATE(6083), 1, + sym__parenthesized_type, + STATE(6218), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5691), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(6451), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5730), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6449), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6184), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [173582] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5575), 1, + anon_sym_each, + ACTIONS(5577), 1, + anon_sym_repeat, + ACTIONS(5579), 1, + anon_sym_LPAREN, + ACTIONS(5581), 1, + anon_sym_LBRACK, + ACTIONS(5583), 1, + anon_sym_some, + ACTIONS(5585), 1, + anon_sym_any, + ACTIONS(5587), 1, + anon_sym_TILDE, + STATE(4819), 1, + sym_type_modifiers, + STATE(5106), 1, + sym_tuple_type, + STATE(5192), 1, + sym_unannotated_type, + STATE(5258), 1, + sym__simple_user_type, + STATE(5262), 1, + sym_simple_identifier, + STATE(5753), 1, + sym__parenthesized_type, + STATE(5910), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5431), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5573), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5374), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5571), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6014), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [173670] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5575), 1, + anon_sym_each, + ACTIONS(5577), 1, + anon_sym_repeat, + ACTIONS(5579), 1, + anon_sym_LPAREN, + ACTIONS(5581), 1, + anon_sym_LBRACK, + ACTIONS(5583), 1, + anon_sym_some, + ACTIONS(5585), 1, + anon_sym_any, + ACTIONS(5587), 1, + anon_sym_TILDE, + STATE(4819), 1, + sym_type_modifiers, + STATE(5106), 1, + sym_tuple_type, + STATE(5192), 1, + sym_unannotated_type, + STATE(5258), 1, + sym__simple_user_type, + STATE(5262), 1, + sym_simple_identifier, + STATE(5753), 1, + sym__parenthesized_type, + STATE(5913), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5431), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5573), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5374), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5571), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6014), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [173758] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(2952), 1, + anon_sym_LPAREN, + ACTIONS(2954), 1, + anon_sym_LBRACK, + ACTIONS(2960), 1, + anon_sym_TILDE, + ACTIONS(6261), 1, + anon_sym_each, + ACTIONS(6263), 1, + anon_sym_repeat, + ACTIONS(6265), 1, + anon_sym_some, + ACTIONS(6267), 1, + anon_sym_any, + STATE(1744), 1, + sym_simple_identifier, + STATE(1819), 1, + sym__parenthesized_type, + STATE(4758), 1, + sym_type_modifiers, + STATE(5239), 1, + sym_tuple_type, + STATE(5469), 1, + sym_unannotated_type, + STATE(5813), 1, + sym__simple_user_type, + STATE(7080), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1742), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(2943), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1760), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(2941), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(1881), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [173846] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5575), 1, + anon_sym_each, + ACTIONS(5577), 1, + anon_sym_repeat, + ACTIONS(5579), 1, + anon_sym_LPAREN, + ACTIONS(5581), 1, + anon_sym_LBRACK, + ACTIONS(5583), 1, + anon_sym_some, + ACTIONS(5585), 1, + anon_sym_any, + ACTIONS(5587), 1, + anon_sym_TILDE, + STATE(4819), 1, + sym_type_modifiers, + STATE(5106), 1, + sym_tuple_type, + STATE(5192), 1, + sym_unannotated_type, + STATE(5258), 1, + sym__simple_user_type, + STATE(5262), 1, + sym_simple_identifier, + STATE(5753), 1, + sym__parenthesized_type, + STATE(5917), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5431), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5573), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5374), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5571), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6014), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [173934] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(9058), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [174022] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(2992), 1, + anon_sym_each, + ACTIONS(2994), 1, + anon_sym_repeat, + ACTIONS(2996), 1, + anon_sym_LPAREN, + ACTIONS(2998), 1, + anon_sym_LBRACK, + ACTIONS(3000), 1, + anon_sym_some, + ACTIONS(3002), 1, + anon_sym_any, + ACTIONS(3004), 1, + anon_sym_TILDE, + STATE(1747), 1, + sym_tuple_type, + STATE(1806), 1, + sym_unannotated_type, + STATE(1822), 1, + sym__simple_user_type, + STATE(1825), 1, + sym_simple_identifier, + STATE(1997), 1, + sym__parenthesized_type, + STATE(2012), 1, + sym_type, + STATE(4826), 1, + sym_type_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1898), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(2987), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1913), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(2985), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(2031), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [174110] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(2913), 1, + anon_sym_each, + ACTIONS(2915), 1, + anon_sym_repeat, + ACTIONS(2917), 1, + anon_sym_LPAREN, + ACTIONS(2919), 1, + anon_sym_LBRACK, + ACTIONS(2921), 1, + anon_sym_some, + ACTIONS(2923), 1, + anon_sym_any, + ACTIONS(2925), 1, + anon_sym_TILDE, + STATE(1715), 1, + sym_tuple_type, + STATE(1728), 1, + sym_unannotated_type, + STATE(1755), 1, + sym_simple_identifier, + STATE(1773), 1, + sym__simple_user_type, + STATE(1899), 1, + sym__parenthesized_type, + STATE(2405), 1, + sym_type, + STATE(4831), 1, + sym_type_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1794), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(2908), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1783), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(2906), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(1941), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [174198] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(2992), 1, + anon_sym_each, + ACTIONS(2994), 1, + anon_sym_repeat, + ACTIONS(2996), 1, + anon_sym_LPAREN, + ACTIONS(2998), 1, + anon_sym_LBRACK, + ACTIONS(3000), 1, + anon_sym_some, + ACTIONS(3002), 1, + anon_sym_any, + ACTIONS(3004), 1, + anon_sym_TILDE, + STATE(1747), 1, + sym_tuple_type, + STATE(1806), 1, + sym_unannotated_type, + STATE(1822), 1, + sym__simple_user_type, + STATE(1825), 1, + sym_simple_identifier, + STATE(1997), 1, + sym__parenthesized_type, + STATE(2021), 1, + sym_type, + STATE(4826), 1, + sym_type_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1898), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(2987), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1913), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(2985), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(2031), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [174286] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(2992), 1, + anon_sym_each, + ACTIONS(2994), 1, + anon_sym_repeat, + ACTIONS(2996), 1, + anon_sym_LPAREN, + ACTIONS(2998), 1, + anon_sym_LBRACK, + ACTIONS(3000), 1, + anon_sym_some, + ACTIONS(3002), 1, + anon_sym_any, + ACTIONS(3004), 1, + anon_sym_TILDE, + STATE(1747), 1, + sym_tuple_type, + STATE(1806), 1, + sym_unannotated_type, + STATE(1822), 1, + sym__simple_user_type, + STATE(1825), 1, + sym_simple_identifier, + STATE(1997), 1, + sym__parenthesized_type, + STATE(3468), 1, + sym_type, + STATE(4826), 1, + sym_type_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1898), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(2987), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1913), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(2985), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(2031), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [174374] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(2992), 1, + anon_sym_each, + ACTIONS(2994), 1, + anon_sym_repeat, + ACTIONS(2996), 1, + anon_sym_LPAREN, + ACTIONS(2998), 1, + anon_sym_LBRACK, + ACTIONS(3000), 1, + anon_sym_some, + ACTIONS(3002), 1, + anon_sym_any, + ACTIONS(3004), 1, + anon_sym_TILDE, + STATE(1747), 1, + sym_tuple_type, + STATE(1806), 1, + sym_unannotated_type, + STATE(1822), 1, + sym__simple_user_type, + STATE(1825), 1, + sym_simple_identifier, + STATE(1997), 1, + sym__parenthesized_type, + STATE(2023), 1, + sym_type, + STATE(4826), 1, + sym_type_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1898), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(2987), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1913), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(2985), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(2031), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [174462] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5547), 1, + anon_sym_each, + ACTIONS(5549), 1, + anon_sym_repeat, + ACTIONS(5551), 1, + anon_sym_LPAREN, + ACTIONS(5553), 1, + anon_sym_LBRACK, + ACTIONS(5555), 1, + anon_sym_some, + ACTIONS(5557), 1, + anon_sym_any, + ACTIONS(5559), 1, + anon_sym_TILDE, + STATE(4810), 1, + sym_type_modifiers, + STATE(5105), 1, + sym_tuple_type, + STATE(5184), 1, + sym_unannotated_type, + STATE(5256), 1, + sym__simple_user_type, + STATE(5260), 1, + sym_simple_identifier, + STATE(5692), 1, + sym__parenthesized_type, + STATE(6742), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5430), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5545), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5433), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5543), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6010), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [174550] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(2913), 1, + anon_sym_each, + ACTIONS(2915), 1, + anon_sym_repeat, + ACTIONS(2917), 1, + anon_sym_LPAREN, + ACTIONS(2919), 1, + anon_sym_LBRACK, + ACTIONS(2921), 1, + anon_sym_some, + ACTIONS(2923), 1, + anon_sym_any, + ACTIONS(2925), 1, + anon_sym_TILDE, + STATE(1715), 1, + sym_tuple_type, + STATE(1728), 1, + sym_unannotated_type, + STATE(1755), 1, + sym_simple_identifier, + STATE(1773), 1, + sym__simple_user_type, + STATE(1899), 1, + sym__parenthesized_type, + STATE(1957), 1, + sym_type, + STATE(4831), 1, + sym_type_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1794), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(2908), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1783), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(2906), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(1941), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [174638] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(2913), 1, + anon_sym_each, + ACTIONS(2915), 1, + anon_sym_repeat, + ACTIONS(2917), 1, + anon_sym_LPAREN, + ACTIONS(2919), 1, + anon_sym_LBRACK, + ACTIONS(2921), 1, + anon_sym_some, + ACTIONS(2923), 1, + anon_sym_any, + ACTIONS(2925), 1, + anon_sym_TILDE, + STATE(1715), 1, + sym_tuple_type, + STATE(1728), 1, + sym_unannotated_type, + STATE(1755), 1, + sym_simple_identifier, + STATE(1773), 1, + sym__simple_user_type, + STATE(1899), 1, + sym__parenthesized_type, + STATE(1929), 1, + sym_type, + STATE(4831), 1, + sym_type_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1794), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(2908), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1783), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(2906), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(1941), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [174726] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(3038), 1, + anon_sym_each, + ACTIONS(3040), 1, + anon_sym_repeat, + ACTIONS(3048), 1, + anon_sym_some, + ACTIONS(3050), 1, + anon_sym_any, + ACTIONS(3052), 1, + anon_sym_TILDE, + ACTIONS(7338), 1, + anon_sym_LPAREN, + ACTIONS(7340), 1, + anon_sym_LBRACK, + STATE(1874), 1, + sym_tuple_type, + STATE(1882), 1, + sym_unannotated_type, + STATE(2024), 1, + sym__simple_user_type, + STATE(2074), 1, + sym_simple_identifier, + STATE(2101), 1, + sym__parenthesized_type, + STATE(2111), 1, + sym_type, + STATE(4744), 1, + sym_type_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2103), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(3036), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1998), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(3034), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(2143), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [174814] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(2913), 1, + anon_sym_each, + ACTIONS(2915), 1, + anon_sym_repeat, + ACTIONS(2917), 1, + anon_sym_LPAREN, + ACTIONS(2919), 1, + anon_sym_LBRACK, + ACTIONS(2921), 1, + anon_sym_some, + ACTIONS(2923), 1, + anon_sym_any, + ACTIONS(2925), 1, + anon_sym_TILDE, + STATE(1715), 1, + sym_tuple_type, + STATE(1728), 1, + sym_unannotated_type, + STATE(1755), 1, + sym_simple_identifier, + STATE(1773), 1, + sym__simple_user_type, + STATE(1899), 1, + sym__parenthesized_type, + STATE(1936), 1, + sym_type, + STATE(4831), 1, + sym_type_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1794), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(2908), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1783), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(2906), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(1941), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [174902] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(6728), 1, + anon_sym_each, + ACTIONS(6730), 1, + anon_sym_repeat, + ACTIONS(6732), 1, + anon_sym_LPAREN, + ACTIONS(6734), 1, + anon_sym_LBRACK, + ACTIONS(6736), 1, + anon_sym_some, + ACTIONS(6738), 1, + anon_sym_any, + ACTIONS(6740), 1, + anon_sym_TILDE, + STATE(4839), 1, + sym_type_modifiers, + STATE(5200), 1, + sym_tuple_type, + STATE(5423), 1, + sym_unannotated_type, + STATE(5616), 1, + sym__simple_user_type, + STATE(5637), 1, + sym_simple_identifier, + STATE(6082), 1, + sym__parenthesized_type, + STATE(6134), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5694), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(6726), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5777), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6724), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6170), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [174990] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8469), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [175078] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(6728), 1, + anon_sym_each, + ACTIONS(6730), 1, + anon_sym_repeat, + ACTIONS(6732), 1, + anon_sym_LPAREN, + ACTIONS(6734), 1, + anon_sym_LBRACK, + ACTIONS(6736), 1, + anon_sym_some, + ACTIONS(6738), 1, + anon_sym_any, + ACTIONS(6740), 1, + anon_sym_TILDE, + STATE(4839), 1, + sym_type_modifiers, + STATE(5200), 1, + sym_tuple_type, + STATE(5423), 1, + sym_unannotated_type, + STATE(5616), 1, + sym__simple_user_type, + STATE(5637), 1, + sym_simple_identifier, + STATE(6082), 1, + sym__parenthesized_type, + STATE(6146), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5694), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(6726), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5777), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6724), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6170), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [175166] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(2992), 1, + anon_sym_each, + ACTIONS(2994), 1, + anon_sym_repeat, + ACTIONS(2996), 1, + anon_sym_LPAREN, + ACTIONS(2998), 1, + anon_sym_LBRACK, + ACTIONS(3000), 1, + anon_sym_some, + ACTIONS(3002), 1, + anon_sym_any, + ACTIONS(3004), 1, + anon_sym_TILDE, + STATE(1747), 1, + sym_tuple_type, + STATE(1806), 1, + sym_unannotated_type, + STATE(1822), 1, + sym__simple_user_type, + STATE(1825), 1, + sym_simple_identifier, + STATE(1997), 1, + sym__parenthesized_type, + STATE(3633), 1, + sym_type, + STATE(4826), 1, + sym_type_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1898), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(2987), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1913), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(2985), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(2031), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [175254] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(3038), 1, + anon_sym_each, + ACTIONS(3040), 1, + anon_sym_repeat, + ACTIONS(3048), 1, + anon_sym_some, + ACTIONS(3050), 1, + anon_sym_any, + ACTIONS(3052), 1, + anon_sym_TILDE, + ACTIONS(7338), 1, + anon_sym_LPAREN, + ACTIONS(7340), 1, + anon_sym_LBRACK, + STATE(1874), 1, + sym_tuple_type, + STATE(1882), 1, + sym_unannotated_type, + STATE(2024), 1, + sym__simple_user_type, + STATE(2074), 1, + sym_simple_identifier, + STATE(2101), 1, + sym__parenthesized_type, + STATE(2789), 1, + sym_type, + STATE(4744), 1, + sym_type_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2103), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(3036), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1998), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(3034), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(2143), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [175342] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(6728), 1, + anon_sym_each, + ACTIONS(6730), 1, + anon_sym_repeat, + ACTIONS(6732), 1, + anon_sym_LPAREN, + ACTIONS(6734), 1, + anon_sym_LBRACK, + ACTIONS(6736), 1, + anon_sym_some, + ACTIONS(6738), 1, + anon_sym_any, + ACTIONS(6740), 1, + anon_sym_TILDE, + STATE(4839), 1, + sym_type_modifiers, + STATE(5200), 1, + sym_tuple_type, + STATE(5423), 1, + sym_unannotated_type, + STATE(5616), 1, + sym__simple_user_type, + STATE(5637), 1, + sym_simple_identifier, + STATE(6082), 1, + sym__parenthesized_type, + STATE(6159), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5694), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(6726), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5777), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6724), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6170), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [175430] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(3010), 1, + anon_sym_each, + ACTIONS(3012), 1, + anon_sym_repeat, + ACTIONS(3020), 1, + anon_sym_some, + ACTIONS(3022), 1, + anon_sym_any, + ACTIONS(3024), 1, + anon_sym_TILDE, + ACTIONS(7350), 1, + anon_sym_LPAREN, + ACTIONS(7352), 1, + anon_sym_LBRACK, + STATE(1796), 1, + sym_tuple_type, + STATE(1833), 1, + sym_unannotated_type, + STATE(1961), 1, + sym__simple_user_type, + STATE(2036), 1, + sym_simple_identifier, + STATE(2052), 1, + sym__parenthesized_type, + STATE(2059), 1, + sym_type, + STATE(4843), 1, + sym_type_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2055), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(3008), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1979), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(3006), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(2048), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [175518] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(3010), 1, + anon_sym_each, + ACTIONS(3012), 1, + anon_sym_repeat, + ACTIONS(3020), 1, + anon_sym_some, + ACTIONS(3022), 1, + anon_sym_any, + ACTIONS(3024), 1, + anon_sym_TILDE, + ACTIONS(7350), 1, + anon_sym_LPAREN, + ACTIONS(7352), 1, + anon_sym_LBRACK, + STATE(1796), 1, + sym_tuple_type, + STATE(1833), 1, + sym_unannotated_type, + STATE(1961), 1, + sym__simple_user_type, + STATE(2036), 1, + sym_simple_identifier, + STATE(2052), 1, + sym__parenthesized_type, + STATE(2065), 1, + sym_type, + STATE(4843), 1, + sym_type_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2055), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(3008), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1979), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(3006), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(2048), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [175606] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(2634), 1, + sym_type, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [175694] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(3010), 1, + anon_sym_each, + ACTIONS(3012), 1, + anon_sym_repeat, + ACTIONS(3020), 1, + anon_sym_some, + ACTIONS(3022), 1, + anon_sym_any, + ACTIONS(3024), 1, + anon_sym_TILDE, + ACTIONS(7350), 1, + anon_sym_LPAREN, + ACTIONS(7352), 1, + anon_sym_LBRACK, + STATE(1796), 1, + sym_tuple_type, + STATE(1833), 1, + sym_unannotated_type, + STATE(1961), 1, + sym__simple_user_type, + STATE(2036), 1, + sym_simple_identifier, + STATE(2052), 1, + sym__parenthesized_type, + STATE(2067), 1, + sym_type, + STATE(4843), 1, + sym_type_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2055), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(3008), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1979), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(3006), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(2048), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [175782] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(2992), 1, + anon_sym_each, + ACTIONS(2994), 1, + anon_sym_repeat, + ACTIONS(2996), 1, + anon_sym_LPAREN, + ACTIONS(2998), 1, + anon_sym_LBRACK, + ACTIONS(3000), 1, + anon_sym_some, + ACTIONS(3002), 1, + anon_sym_any, + ACTIONS(3004), 1, + anon_sym_TILDE, + STATE(1747), 1, + sym_tuple_type, + STATE(1806), 1, + sym_unannotated_type, + STATE(1822), 1, + sym__simple_user_type, + STATE(1825), 1, + sym_simple_identifier, + STATE(1997), 1, + sym__parenthesized_type, + STATE(3646), 1, + sym_type, + STATE(4826), 1, + sym_type_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1898), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(2987), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1913), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(2985), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(2031), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [175870] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(1938), 1, + anon_sym_each, + ACTIONS(1943), 1, + anon_sym_repeat, + ACTIONS(1951), 1, + anon_sym_some, + ACTIONS(1953), 1, + anon_sym_any, + ACTIONS(1955), 1, + anon_sym_TILDE, + ACTIONS(7314), 1, + anon_sym_LPAREN, + ACTIONS(7316), 1, + anon_sym_LBRACK, + STATE(1009), 1, + sym_tuple_type, + STATE(1015), 1, + sym_unannotated_type, + STATE(1048), 1, + sym__simple_user_type, + STATE(1081), 1, + sym_simple_identifier, + STATE(1089), 1, + sym__parenthesized_type, + STATE(1095), 1, + sym_type, + STATE(4852), 1, + sym_type_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1106), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(1936), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1043), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(1934), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(1123), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [175958] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(1938), 1, + anon_sym_each, + ACTIONS(1943), 1, + anon_sym_repeat, + ACTIONS(1951), 1, + anon_sym_some, + ACTIONS(1953), 1, + anon_sym_any, + ACTIONS(1955), 1, + anon_sym_TILDE, + ACTIONS(7314), 1, + anon_sym_LPAREN, + ACTIONS(7316), 1, + anon_sym_LBRACK, + STATE(1009), 1, + sym_tuple_type, + STATE(1015), 1, + sym_unannotated_type, + STATE(1048), 1, + sym__simple_user_type, + STATE(1081), 1, + sym_simple_identifier, + STATE(1089), 1, + sym__parenthesized_type, + STATE(1098), 1, + sym_type, + STATE(4852), 1, + sym_type_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1106), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(1936), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1043), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(1934), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(1123), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [176046] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5547), 1, + anon_sym_each, + ACTIONS(5549), 1, + anon_sym_repeat, + ACTIONS(5551), 1, + anon_sym_LPAREN, + ACTIONS(5553), 1, + anon_sym_LBRACK, + ACTIONS(5555), 1, + anon_sym_some, + ACTIONS(5557), 1, + anon_sym_any, + ACTIONS(5559), 1, + anon_sym_TILDE, + STATE(4810), 1, + sym_type_modifiers, + STATE(5105), 1, + sym_tuple_type, + STATE(5184), 1, + sym_unannotated_type, + STATE(5256), 1, + sym__simple_user_type, + STATE(5260), 1, + sym_simple_identifier, + STATE(5692), 1, + sym__parenthesized_type, + STATE(6748), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5430), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5545), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5433), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5543), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6010), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [176134] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(1938), 1, + anon_sym_each, + ACTIONS(1943), 1, + anon_sym_repeat, + ACTIONS(1951), 1, + anon_sym_some, + ACTIONS(1953), 1, + anon_sym_any, + ACTIONS(1955), 1, + anon_sym_TILDE, + ACTIONS(7314), 1, + anon_sym_LPAREN, + ACTIONS(7316), 1, + anon_sym_LBRACK, + STATE(1009), 1, + sym_tuple_type, + STATE(1015), 1, + sym_unannotated_type, + STATE(1048), 1, + sym__simple_user_type, + STATE(1081), 1, + sym_simple_identifier, + STATE(1089), 1, + sym__parenthesized_type, + STATE(1100), 1, + sym_type, + STATE(4852), 1, + sym_type_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1106), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(1936), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1043), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(1934), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(1123), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [176222] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(2992), 1, + anon_sym_each, + ACTIONS(2994), 1, + anon_sym_repeat, + ACTIONS(2996), 1, + anon_sym_LPAREN, + ACTIONS(2998), 1, + anon_sym_LBRACK, + ACTIONS(3000), 1, + anon_sym_some, + ACTIONS(3002), 1, + anon_sym_any, + ACTIONS(3004), 1, + anon_sym_TILDE, + STATE(1747), 1, + sym_tuple_type, + STATE(1806), 1, + sym_unannotated_type, + STATE(1822), 1, + sym__simple_user_type, + STATE(1825), 1, + sym_simple_identifier, + STATE(1997), 1, + sym__parenthesized_type, + STATE(3218), 1, + sym_type, + STATE(4826), 1, + sym_type_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1898), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(2987), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1913), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(2985), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(2031), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [176310] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(3437), 1, + anon_sym_each, + ACTIONS(3442), 1, + anon_sym_repeat, + ACTIONS(3444), 1, + anon_sym_LPAREN, + ACTIONS(3446), 1, + anon_sym_LBRACK, + ACTIONS(3448), 1, + anon_sym_some, + ACTIONS(3450), 1, + anon_sym_any, + ACTIONS(3452), 1, + anon_sym_TILDE, + STATE(2104), 1, + sym_tuple_type, + STATE(2224), 1, + sym_unannotated_type, + STATE(2348), 1, + sym__simple_user_type, + STATE(2409), 1, + sym_simple_identifier, + STATE(3017), 1, + sym__parenthesized_type, + STATE(3560), 1, + sym_type, + STATE(4856), 1, + sym_type_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2450), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(3435), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(2466), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(3433), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(3484), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [176398] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(3437), 1, + anon_sym_each, + ACTIONS(3442), 1, + anon_sym_repeat, + ACTIONS(3444), 1, + anon_sym_LPAREN, + ACTIONS(3446), 1, + anon_sym_LBRACK, + ACTIONS(3448), 1, + anon_sym_some, + ACTIONS(3450), 1, + anon_sym_any, + ACTIONS(3452), 1, + anon_sym_TILDE, + STATE(2104), 1, + sym_tuple_type, + STATE(2224), 1, + sym_unannotated_type, + STATE(2348), 1, + sym__simple_user_type, + STATE(2409), 1, + sym_simple_identifier, + STATE(3017), 1, + sym__parenthesized_type, + STATE(3568), 1, + sym_type, + STATE(4856), 1, + sym_type_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2450), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(3435), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(2466), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(3433), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(3484), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [176486] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(2992), 1, + anon_sym_each, + ACTIONS(2994), 1, + anon_sym_repeat, + ACTIONS(2996), 1, + anon_sym_LPAREN, + ACTIONS(2998), 1, + anon_sym_LBRACK, + ACTIONS(3000), 1, + anon_sym_some, + ACTIONS(3002), 1, + anon_sym_any, + ACTIONS(3004), 1, + anon_sym_TILDE, + STATE(1747), 1, + sym_tuple_type, + STATE(1806), 1, + sym_unannotated_type, + STATE(1822), 1, + sym__simple_user_type, + STATE(1825), 1, + sym_simple_identifier, + STATE(1997), 1, + sym__parenthesized_type, + STATE(3122), 1, + sym_type, + STATE(4826), 1, + sym_type_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1898), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(2987), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1913), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(2985), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(2031), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [176574] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(3437), 1, + anon_sym_each, + ACTIONS(3442), 1, + anon_sym_repeat, + ACTIONS(3444), 1, + anon_sym_LPAREN, + ACTIONS(3446), 1, + anon_sym_LBRACK, + ACTIONS(3448), 1, + anon_sym_some, + ACTIONS(3450), 1, + anon_sym_any, + ACTIONS(3452), 1, + anon_sym_TILDE, + STATE(2104), 1, + sym_tuple_type, + STATE(2224), 1, + sym_unannotated_type, + STATE(2348), 1, + sym__simple_user_type, + STATE(2409), 1, + sym_simple_identifier, + STATE(3017), 1, + sym__parenthesized_type, + STATE(3574), 1, + sym_type, + STATE(4856), 1, + sym_type_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2450), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(3435), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(2466), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(3433), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(3484), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [176662] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(2992), 1, + anon_sym_each, + ACTIONS(2994), 1, + anon_sym_repeat, + ACTIONS(2996), 1, + anon_sym_LPAREN, + ACTIONS(2998), 1, + anon_sym_LBRACK, + ACTIONS(3000), 1, + anon_sym_some, + ACTIONS(3002), 1, + anon_sym_any, + ACTIONS(3004), 1, + anon_sym_TILDE, + STATE(1747), 1, + sym_tuple_type, + STATE(1806), 1, + sym_unannotated_type, + STATE(1822), 1, + sym__simple_user_type, + STATE(1825), 1, + sym_simple_identifier, + STATE(1997), 1, + sym__parenthesized_type, + STATE(3361), 1, + sym_type, + STATE(4826), 1, + sym_type_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1898), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(2987), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1913), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(2985), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(2031), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [176750] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5811), 1, + anon_sym_each, + ACTIONS(5813), 1, + anon_sym_repeat, + ACTIONS(5815), 1, + anon_sym_LPAREN, + ACTIONS(5817), 1, + anon_sym_LBRACK, + ACTIONS(5819), 1, + anon_sym_some, + ACTIONS(5821), 1, + anon_sym_any, + ACTIONS(5823), 1, + anon_sym_TILDE, + STATE(4860), 1, + sym_type_modifiers, + STATE(5144), 1, + sym_tuple_type, + STATE(5248), 1, + sym_unannotated_type, + STATE(5400), 1, + sym__simple_user_type, + STATE(5412), 1, + sym_simple_identifier, + STATE(5970), 1, + sym__parenthesized_type, + STATE(6020), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5489), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5809), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5498), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5807), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6061), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [176838] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5811), 1, + anon_sym_each, + ACTIONS(5813), 1, + anon_sym_repeat, + ACTIONS(5815), 1, + anon_sym_LPAREN, + ACTIONS(5817), 1, + anon_sym_LBRACK, + ACTIONS(5819), 1, + anon_sym_some, + ACTIONS(5821), 1, + anon_sym_any, + ACTIONS(5823), 1, + anon_sym_TILDE, + STATE(4860), 1, + sym_type_modifiers, + STATE(5144), 1, + sym_tuple_type, + STATE(5248), 1, + sym_unannotated_type, + STATE(5400), 1, + sym__simple_user_type, + STATE(5412), 1, + sym_simple_identifier, + STATE(5970), 1, + sym__parenthesized_type, + STATE(6084), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5489), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5809), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5498), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5807), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6061), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [176926] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5811), 1, + anon_sym_each, + ACTIONS(5813), 1, + anon_sym_repeat, + ACTIONS(5815), 1, + anon_sym_LPAREN, + ACTIONS(5817), 1, + anon_sym_LBRACK, + ACTIONS(5819), 1, + anon_sym_some, + ACTIONS(5821), 1, + anon_sym_any, + ACTIONS(5823), 1, + anon_sym_TILDE, + STATE(4860), 1, + sym_type_modifiers, + STATE(5144), 1, + sym_tuple_type, + STATE(5248), 1, + sym_unannotated_type, + STATE(5400), 1, + sym__simple_user_type, + STATE(5412), 1, + sym_simple_identifier, + STATE(5970), 1, + sym__parenthesized_type, + STATE(6087), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5489), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5809), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5498), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5807), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6061), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [177014] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(3249), 1, + anon_sym_each, + ACTIONS(3251), 1, + anon_sym_repeat, + ACTIONS(3259), 1, + anon_sym_some, + ACTIONS(3261), 1, + anon_sym_any, + ACTIONS(3263), 1, + anon_sym_TILDE, + ACTIONS(7318), 1, + anon_sym_LPAREN, + ACTIONS(7320), 1, + anon_sym_LBRACK, + STATE(1884), 1, + sym_tuple_type, + STATE(1926), 1, + sym_unannotated_type, + STATE(2044), 1, + sym__simple_user_type, + STATE(2096), 1, + sym_simple_identifier, + STATE(2159), 1, + sym_type, + STATE(2191), 1, + sym__parenthesized_type, + STATE(4869), 1, + sym_type_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2190), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(3247), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(2077), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(3245), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(2182), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [177102] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(3249), 1, + anon_sym_each, + ACTIONS(3251), 1, + anon_sym_repeat, + ACTIONS(3259), 1, + anon_sym_some, + ACTIONS(3261), 1, + anon_sym_any, + ACTIONS(3263), 1, + anon_sym_TILDE, + ACTIONS(7318), 1, + anon_sym_LPAREN, + ACTIONS(7320), 1, + anon_sym_LBRACK, + STATE(1884), 1, + sym_tuple_type, + STATE(1926), 1, + sym_unannotated_type, + STATE(2044), 1, + sym__simple_user_type, + STATE(2096), 1, + sym_simple_identifier, + STATE(2166), 1, + sym_type, + STATE(2191), 1, + sym__parenthesized_type, + STATE(4869), 1, + sym_type_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2190), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(3247), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(2077), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(3245), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(2182), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [177190] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(3249), 1, + anon_sym_each, + ACTIONS(3251), 1, + anon_sym_repeat, + ACTIONS(3259), 1, + anon_sym_some, + ACTIONS(3261), 1, + anon_sym_any, + ACTIONS(3263), 1, + anon_sym_TILDE, + ACTIONS(7318), 1, + anon_sym_LPAREN, + ACTIONS(7320), 1, + anon_sym_LBRACK, + STATE(1884), 1, + sym_tuple_type, + STATE(1926), 1, + sym_unannotated_type, + STATE(2044), 1, + sym__simple_user_type, + STATE(2096), 1, + sym_simple_identifier, + STATE(2168), 1, + sym_type, + STATE(2191), 1, + sym__parenthesized_type, + STATE(4869), 1, + sym_type_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2190), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(3247), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(2077), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(3245), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(2182), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [177278] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(6435), 1, + anon_sym_each, + ACTIONS(6437), 1, + anon_sym_repeat, + ACTIONS(6439), 1, + anon_sym_LPAREN, + ACTIONS(6441), 1, + anon_sym_LBRACK, + ACTIONS(6443), 1, + anon_sym_some, + ACTIONS(6445), 1, + anon_sym_any, + ACTIONS(6447), 1, + anon_sym_TILDE, + STATE(4721), 1, + sym_type_modifiers, + STATE(5143), 1, + sym_tuple_type, + STATE(5341), 1, + sym_unannotated_type, + STATE(5434), 1, + sym__simple_user_type, + STATE(5541), 1, + sym_simple_identifier, + STATE(5941), 1, + sym__parenthesized_type, + STATE(6044), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5881), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(6433), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5531), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6431), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6054), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [177366] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(3906), 1, + anon_sym_each, + ACTIONS(3911), 1, + anon_sym_repeat, + ACTIONS(3913), 1, + anon_sym_LPAREN, + ACTIONS(3915), 1, + anon_sym_LBRACK, + ACTIONS(3917), 1, + anon_sym_some, + ACTIONS(3919), 1, + anon_sym_any, + ACTIONS(3921), 1, + anon_sym_TILDE, + STATE(3653), 1, + sym_tuple_type, + STATE(3810), 1, + sym_unannotated_type, + STATE(3837), 1, + sym_simple_identifier, + STATE(3847), 1, + sym__simple_user_type, + STATE(3910), 1, + sym__parenthesized_type, + STATE(3948), 1, + sym_type, + STATE(4705), 1, + sym_type_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(3868), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(3904), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(3867), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(3902), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(3942), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [177454] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(3906), 1, + anon_sym_each, + ACTIONS(3911), 1, + anon_sym_repeat, + ACTIONS(3913), 1, + anon_sym_LPAREN, + ACTIONS(3915), 1, + anon_sym_LBRACK, + ACTIONS(3917), 1, + anon_sym_some, + ACTIONS(3919), 1, + anon_sym_any, + ACTIONS(3921), 1, + anon_sym_TILDE, + STATE(3653), 1, + sym_tuple_type, + STATE(3810), 1, + sym_unannotated_type, + STATE(3837), 1, + sym_simple_identifier, + STATE(3847), 1, + sym__simple_user_type, + STATE(3910), 1, + sym__parenthesized_type, + STATE(3950), 1, + sym_type, + STATE(4705), 1, + sym_type_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(3868), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(3904), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(3867), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(3902), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(3942), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [177542] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(3906), 1, + anon_sym_each, + ACTIONS(3911), 1, + anon_sym_repeat, + ACTIONS(3913), 1, + anon_sym_LPAREN, + ACTIONS(3915), 1, + anon_sym_LBRACK, + ACTIONS(3917), 1, + anon_sym_some, + ACTIONS(3919), 1, + anon_sym_any, + ACTIONS(3921), 1, + anon_sym_TILDE, + STATE(3653), 1, + sym_tuple_type, + STATE(3810), 1, + sym_unannotated_type, + STATE(3837), 1, + sym_simple_identifier, + STATE(3847), 1, + sym__simple_user_type, + STATE(3910), 1, + sym__parenthesized_type, + STATE(3951), 1, + sym_type, + STATE(4705), 1, + sym_type_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(3868), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(3904), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(3867), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(3902), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(3942), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [177630] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(3458), 1, + anon_sym_each, + ACTIONS(3463), 1, + anon_sym_repeat, + ACTIONS(3465), 1, + anon_sym_LPAREN, + ACTIONS(3467), 1, + anon_sym_LBRACK, + ACTIONS(3469), 1, + anon_sym_some, + ACTIONS(3471), 1, + anon_sym_any, + ACTIONS(3473), 1, + anon_sym_TILDE, + STATE(2259), 1, + sym_tuple_type, + STATE(2457), 1, + sym_unannotated_type, + STATE(2808), 1, + sym__simple_user_type, + STATE(2813), 1, + sym_simple_identifier, + STATE(3699), 1, + sym__parenthesized_type, + STATE(3832), 1, + sym_type, + STATE(4710), 1, + sym_type_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2903), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(3456), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(2909), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(3454), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(3833), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [177718] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(3458), 1, + anon_sym_each, + ACTIONS(3463), 1, + anon_sym_repeat, + ACTIONS(3465), 1, + anon_sym_LPAREN, + ACTIONS(3467), 1, + anon_sym_LBRACK, + ACTIONS(3469), 1, + anon_sym_some, + ACTIONS(3471), 1, + anon_sym_any, + ACTIONS(3473), 1, + anon_sym_TILDE, + STATE(2259), 1, + sym_tuple_type, + STATE(2457), 1, + sym_unannotated_type, + STATE(2808), 1, + sym__simple_user_type, + STATE(2813), 1, + sym_simple_identifier, + STATE(3699), 1, + sym__parenthesized_type, + STATE(3825), 1, + sym_type, + STATE(4710), 1, + sym_type_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2903), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(3456), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(2909), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(3454), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(3833), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [177806] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(3458), 1, + anon_sym_each, + ACTIONS(3463), 1, + anon_sym_repeat, + ACTIONS(3465), 1, + anon_sym_LPAREN, + ACTIONS(3467), 1, + anon_sym_LBRACK, + ACTIONS(3469), 1, + anon_sym_some, + ACTIONS(3471), 1, + anon_sym_any, + ACTIONS(3473), 1, + anon_sym_TILDE, + STATE(2259), 1, + sym_tuple_type, + STATE(2457), 1, + sym_unannotated_type, + STATE(2808), 1, + sym__simple_user_type, + STATE(2813), 1, + sym_simple_identifier, + STATE(3699), 1, + sym__parenthesized_type, + STATE(3817), 1, + sym_type, + STATE(4710), 1, + sym_type_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2903), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(3456), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(2909), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(3454), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(3833), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [177894] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(1741), 1, + anon_sym_each, + ACTIONS(1743), 1, + anon_sym_repeat, + ACTIONS(1751), 1, + anon_sym_some, + ACTIONS(1753), 1, + anon_sym_any, + ACTIONS(1755), 1, + anon_sym_TILDE, + ACTIONS(7322), 1, + anon_sym_LPAREN, + ACTIONS(7324), 1, + anon_sym_LBRACK, + STATE(802), 1, + sym_tuple_type, + STATE(811), 1, + sym__simple_user_type, + STATE(812), 1, + sym_unannotated_type, + STATE(819), 1, + sym_simple_identifier, + STATE(822), 1, + sym_type, + STATE(842), 1, + sym__parenthesized_type, + STATE(4713), 1, + sym_type_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(844), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(763), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(809), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(761), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(837), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [177982] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(1741), 1, + anon_sym_each, + ACTIONS(1743), 1, + anon_sym_repeat, + ACTIONS(1751), 1, + anon_sym_some, + ACTIONS(1753), 1, + anon_sym_any, + ACTIONS(1755), 1, + anon_sym_TILDE, + ACTIONS(7322), 1, + anon_sym_LPAREN, + ACTIONS(7324), 1, + anon_sym_LBRACK, + STATE(802), 1, + sym_tuple_type, + STATE(811), 1, + sym__simple_user_type, + STATE(812), 1, + sym_unannotated_type, + STATE(819), 1, + sym_simple_identifier, + STATE(839), 1, + sym_type, + STATE(842), 1, + sym__parenthesized_type, + STATE(4713), 1, + sym_type_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(844), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(763), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(809), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(761), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(837), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [178070] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(1741), 1, + anon_sym_each, + ACTIONS(1743), 1, + anon_sym_repeat, + ACTIONS(1751), 1, + anon_sym_some, + ACTIONS(1753), 1, + anon_sym_any, + ACTIONS(1755), 1, + anon_sym_TILDE, + ACTIONS(7322), 1, + anon_sym_LPAREN, + ACTIONS(7324), 1, + anon_sym_LBRACK, + STATE(802), 1, + sym_tuple_type, + STATE(811), 1, + sym__simple_user_type, + STATE(812), 1, + sym_unannotated_type, + STATE(819), 1, + sym_simple_identifier, + STATE(842), 1, + sym__parenthesized_type, + STATE(845), 1, + sym_type, + STATE(4713), 1, + sym_type_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(844), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(763), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(809), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(761), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(837), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [178158] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(2948), 1, + anon_sym_each, + ACTIONS(2950), 1, + anon_sym_repeat, + ACTIONS(2952), 1, + anon_sym_LPAREN, + ACTIONS(2954), 1, + anon_sym_LBRACK, + ACTIONS(2956), 1, + anon_sym_some, + ACTIONS(2958), 1, + anon_sym_any, + ACTIONS(2960), 1, + anon_sym_TILDE, + STATE(1726), 1, + sym_tuple_type, + STATE(1744), 1, + sym_simple_identifier, + STATE(1764), 1, + sym_unannotated_type, + STATE(1799), 1, + sym__simple_user_type, + STATE(1819), 1, + sym__parenthesized_type, + STATE(1915), 1, + sym_type, + STATE(4719), 1, + sym_type_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1742), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(2943), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1760), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(2941), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(1881), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [178246] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(2948), 1, + anon_sym_each, + ACTIONS(2950), 1, + anon_sym_repeat, + ACTIONS(2952), 1, + anon_sym_LPAREN, + ACTIONS(2954), 1, + anon_sym_LBRACK, + ACTIONS(2956), 1, + anon_sym_some, + ACTIONS(2958), 1, + anon_sym_any, + ACTIONS(2960), 1, + anon_sym_TILDE, + STATE(1726), 1, + sym_tuple_type, + STATE(1744), 1, + sym_simple_identifier, + STATE(1764), 1, + sym_unannotated_type, + STATE(1799), 1, + sym__simple_user_type, + STATE(1819), 1, + sym__parenthesized_type, + STATE(1905), 1, + sym_type, + STATE(4719), 1, + sym_type_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1742), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(2943), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1760), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(2941), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(1881), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [178334] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(2948), 1, + anon_sym_each, + ACTIONS(2950), 1, + anon_sym_repeat, + ACTIONS(2952), 1, + anon_sym_LPAREN, + ACTIONS(2954), 1, + anon_sym_LBRACK, + ACTIONS(2956), 1, + anon_sym_some, + ACTIONS(2958), 1, + anon_sym_any, + ACTIONS(2960), 1, + anon_sym_TILDE, + STATE(1726), 1, + sym_tuple_type, + STATE(1744), 1, + sym_simple_identifier, + STATE(1764), 1, + sym_unannotated_type, + STATE(1799), 1, + sym__simple_user_type, + STATE(1819), 1, + sym__parenthesized_type, + STATE(1907), 1, + sym_type, + STATE(4719), 1, + sym_type_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1742), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(2943), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1760), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(2941), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(1881), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [178422] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(3479), 1, + anon_sym_each, + ACTIONS(3484), 1, + anon_sym_repeat, + ACTIONS(3486), 1, + anon_sym_LPAREN, + ACTIONS(3488), 1, + anon_sym_LBRACK, + ACTIONS(3490), 1, + anon_sym_some, + ACTIONS(3492), 1, + anon_sym_any, + ACTIONS(3494), 1, + anon_sym_TILDE, + STATE(2406), 1, + sym_tuple_type, + STATE(2768), 1, + sym_unannotated_type, + STATE(2894), 1, + sym_simple_identifier, + STATE(3087), 1, + sym__simple_user_type, + STATE(3806), 1, + sym__parenthesized_type, + STATE(3859), 1, + sym_type, + STATE(4724), 1, + sym_type_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(3234), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(3477), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(3121), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(3475), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(3843), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [178510] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(3479), 1, + anon_sym_each, + ACTIONS(3484), 1, + anon_sym_repeat, + ACTIONS(3486), 1, + anon_sym_LPAREN, + ACTIONS(3488), 1, + anon_sym_LBRACK, + ACTIONS(3490), 1, + anon_sym_some, + ACTIONS(3492), 1, + anon_sym_any, + ACTIONS(3494), 1, + anon_sym_TILDE, + STATE(2406), 1, + sym_tuple_type, + STATE(2768), 1, + sym_unannotated_type, + STATE(2894), 1, + sym_simple_identifier, + STATE(3087), 1, + sym__simple_user_type, + STATE(3806), 1, + sym__parenthesized_type, + STATE(3851), 1, + sym_type, + STATE(4724), 1, + sym_type_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(3234), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(3477), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(3121), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(3475), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(3843), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [178598] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5856), 1, + anon_sym_each, + ACTIONS(5858), 1, + anon_sym_repeat, + ACTIONS(5860), 1, + anon_sym_LPAREN, + ACTIONS(5862), 1, + anon_sym_LBRACK, + ACTIONS(5864), 1, + anon_sym_some, + ACTIONS(5866), 1, + anon_sym_any, + ACTIONS(5868), 1, + anon_sym_TILDE, + STATE(4740), 1, + sym_type_modifiers, + STATE(5151), 1, + sym_tuple_type, + STATE(5313), 1, + sym_unannotated_type, + STATE(5445), 1, + sym__simple_user_type, + STATE(5456), 1, + sym_simple_identifier, + STATE(5994), 1, + sym__parenthesized_type, + STATE(6717), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5628), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5854), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5623), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5852), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6097), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [178686] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(3479), 1, + anon_sym_each, + ACTIONS(3484), 1, + anon_sym_repeat, + ACTIONS(3486), 1, + anon_sym_LPAREN, + ACTIONS(3488), 1, + anon_sym_LBRACK, + ACTIONS(3490), 1, + anon_sym_some, + ACTIONS(3492), 1, + anon_sym_any, + ACTIONS(3494), 1, + anon_sym_TILDE, + STATE(2406), 1, + sym_tuple_type, + STATE(2768), 1, + sym_unannotated_type, + STATE(2894), 1, + sym_simple_identifier, + STATE(3087), 1, + sym__simple_user_type, + STATE(3806), 1, + sym__parenthesized_type, + STATE(3853), 1, + sym_type, + STATE(4724), 1, + sym_type_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(3234), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(3477), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(3121), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(3475), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(3843), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [178774] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(1915), 1, + anon_sym_each, + ACTIONS(1920), 1, + anon_sym_repeat, + ACTIONS(1928), 1, + anon_sym_some, + ACTIONS(1930), 1, + anon_sym_any, + ACTIONS(1932), 1, + anon_sym_TILDE, + ACTIONS(7330), 1, + anon_sym_LPAREN, + ACTIONS(7332), 1, + anon_sym_LBRACK, + STATE(999), 1, + sym_tuple_type, + STATE(1003), 1, + sym_unannotated_type, + STATE(1028), 1, + sym__simple_user_type, + STATE(1045), 1, + sym_simple_identifier, + STATE(1064), 1, + sym__parenthesized_type, + STATE(1069), 1, + sym_type, + STATE(4729), 1, + sym_type_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1055), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(1913), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1030), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(1911), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(1063), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [178862] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(1915), 1, + anon_sym_each, + ACTIONS(1920), 1, + anon_sym_repeat, + ACTIONS(1928), 1, + anon_sym_some, + ACTIONS(1930), 1, + anon_sym_any, + ACTIONS(1932), 1, + anon_sym_TILDE, + ACTIONS(7330), 1, + anon_sym_LPAREN, + ACTIONS(7332), 1, + anon_sym_LBRACK, + STATE(999), 1, + sym_tuple_type, + STATE(1003), 1, + sym_unannotated_type, + STATE(1028), 1, + sym__simple_user_type, + STATE(1045), 1, + sym_simple_identifier, + STATE(1064), 1, + sym__parenthesized_type, + STATE(1072), 1, + sym_type, + STATE(4729), 1, + sym_type_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1055), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(1913), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1030), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(1911), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(1063), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [178950] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(1915), 1, + anon_sym_each, + ACTIONS(1920), 1, + anon_sym_repeat, + ACTIONS(1928), 1, + anon_sym_some, + ACTIONS(1930), 1, + anon_sym_any, + ACTIONS(1932), 1, + anon_sym_TILDE, + ACTIONS(7330), 1, + anon_sym_LPAREN, + ACTIONS(7332), 1, + anon_sym_LBRACK, + STATE(999), 1, + sym_tuple_type, + STATE(1003), 1, + sym_unannotated_type, + STATE(1028), 1, + sym__simple_user_type, + STATE(1045), 1, + sym_simple_identifier, + STATE(1064), 1, + sym__parenthesized_type, + STATE(1074), 1, + sym_type, + STATE(4729), 1, + sym_type_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1055), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(1913), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1030), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(1911), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(1063), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [179038] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(3284), 1, + anon_sym_each, + ACTIONS(3286), 1, + anon_sym_repeat, + ACTIONS(3294), 1, + anon_sym_some, + ACTIONS(3296), 1, + anon_sym_any, + ACTIONS(3298), 1, + anon_sym_TILDE, + ACTIONS(7342), 1, + anon_sym_LPAREN, + ACTIONS(7344), 1, + anon_sym_LBRACK, + STATE(1954), 1, + sym_tuple_type, + STATE(1974), 1, + sym_unannotated_type, + STATE(2114), 1, + sym__simple_user_type, + STATE(2187), 1, + sym_simple_identifier, + STATE(2272), 1, + sym__parenthesized_type, + STATE(3206), 1, + sym_type, + STATE(4787), 1, + sym_type_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2217), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(3282), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(2112), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(3280), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(2255), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [179126] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(3284), 1, + anon_sym_each, + ACTIONS(3286), 1, + anon_sym_repeat, + ACTIONS(3294), 1, + anon_sym_some, + ACTIONS(3296), 1, + anon_sym_any, + ACTIONS(3298), 1, + anon_sym_TILDE, + ACTIONS(7342), 1, + anon_sym_LPAREN, + ACTIONS(7344), 1, + anon_sym_LBRACK, + STATE(1954), 1, + sym_tuple_type, + STATE(1974), 1, + sym_unannotated_type, + STATE(2114), 1, + sym__simple_user_type, + STATE(2187), 1, + sym_simple_identifier, + STATE(2272), 1, + sym__parenthesized_type, + STATE(3212), 1, + sym_type, + STATE(4787), 1, + sym_type_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2217), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(3282), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(2112), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(3280), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(2255), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [179214] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5028), 1, + anon_sym_each, + ACTIONS(5030), 1, + anon_sym_repeat, + ACTIONS(5032), 1, + anon_sym_LPAREN, + ACTIONS(5034), 1, + anon_sym_LBRACK, + ACTIONS(5036), 1, + anon_sym_some, + ACTIONS(5038), 1, + anon_sym_any, + ACTIONS(5040), 1, + anon_sym_TILDE, + STATE(4702), 1, + sym_type_modifiers, + STATE(5054), 1, + sym_tuple_type, + STATE(5089), 1, + sym_unannotated_type, + STATE(5112), 1, + sym__simple_user_type, + STATE(5120), 1, + sym_simple_identifier, + STATE(5273), 1, + sym__parenthesized_type, + STATE(5360), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5127), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(5026), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5157), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5024), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5446), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [179302] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5856), 1, + anon_sym_each, + ACTIONS(5858), 1, + anon_sym_repeat, + ACTIONS(5860), 1, + anon_sym_LPAREN, + ACTIONS(5862), 1, + anon_sym_LBRACK, + ACTIONS(5864), 1, + anon_sym_some, + ACTIONS(5866), 1, + anon_sym_any, + ACTIONS(5868), 1, + anon_sym_TILDE, + STATE(4740), 1, + sym_type_modifiers, + STATE(5151), 1, + sym_tuple_type, + STATE(5313), 1, + sym_unannotated_type, + STATE(5445), 1, + sym__simple_user_type, + STATE(5456), 1, + sym_simple_identifier, + STATE(5994), 1, + sym__parenthesized_type, + STATE(6731), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5628), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5854), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5623), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5852), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6097), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [179390] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(3906), 1, + anon_sym_each, + ACTIONS(3911), 1, + anon_sym_repeat, + ACTIONS(3913), 1, + anon_sym_LPAREN, + ACTIONS(3915), 1, + anon_sym_LBRACK, + ACTIONS(3917), 1, + anon_sym_some, + ACTIONS(3919), 1, + anon_sym_any, + ACTIONS(3921), 1, + anon_sym_TILDE, + STATE(3653), 1, + sym_tuple_type, + STATE(3810), 1, + sym_unannotated_type, + STATE(3837), 1, + sym_simple_identifier, + STATE(3847), 1, + sym__simple_user_type, + STATE(3910), 1, + sym__parenthesized_type, + STATE(4651), 1, + sym_type, + STATE(4705), 1, + sym_type_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(3868), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(3904), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(3867), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(3902), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(3942), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [179478] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5028), 1, + anon_sym_each, + ACTIONS(5030), 1, + anon_sym_repeat, + ACTIONS(5032), 1, + anon_sym_LPAREN, + ACTIONS(5034), 1, + anon_sym_LBRACK, + ACTIONS(5036), 1, + anon_sym_some, + ACTIONS(5038), 1, + anon_sym_any, + ACTIONS(5040), 1, + anon_sym_TILDE, + STATE(4702), 1, + sym_type_modifiers, + STATE(5054), 1, + sym_tuple_type, + STATE(5089), 1, + sym_unannotated_type, + STATE(5112), 1, + sym__simple_user_type, + STATE(5120), 1, + sym_simple_identifier, + STATE(5273), 1, + sym__parenthesized_type, + STATE(5368), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5127), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(5026), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5157), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5024), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5446), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [179566] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(2952), 1, + anon_sym_LPAREN, + ACTIONS(2954), 1, + anon_sym_LBRACK, + ACTIONS(2960), 1, + anon_sym_TILDE, + ACTIONS(6261), 1, + anon_sym_each, + ACTIONS(6263), 1, + anon_sym_repeat, + ACTIONS(6265), 1, + anon_sym_some, + ACTIONS(6267), 1, + anon_sym_any, + STATE(1744), 1, + sym_simple_identifier, + STATE(1819), 1, + sym__parenthesized_type, + STATE(4758), 1, + sym_type_modifiers, + STATE(5239), 1, + sym_tuple_type, + STATE(5469), 1, + sym_unannotated_type, + STATE(5813), 1, + sym__simple_user_type, + STATE(7115), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1742), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(2943), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1760), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(2941), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(1881), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [179654] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(3906), 1, + anon_sym_each, + ACTIONS(3911), 1, + anon_sym_repeat, + ACTIONS(3913), 1, + anon_sym_LPAREN, + ACTIONS(3915), 1, + anon_sym_LBRACK, + ACTIONS(3917), 1, + anon_sym_some, + ACTIONS(3919), 1, + anon_sym_any, + ACTIONS(3921), 1, + anon_sym_TILDE, + STATE(3653), 1, + sym_tuple_type, + STATE(3810), 1, + sym_unannotated_type, + STATE(3837), 1, + sym_simple_identifier, + STATE(3847), 1, + sym__simple_user_type, + STATE(3910), 1, + sym__parenthesized_type, + STATE(4655), 1, + sym_type, + STATE(4705), 1, + sym_type_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(3868), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(3904), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(3867), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(3902), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(3942), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [179742] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8597), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [179830] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8062), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [179918] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(9084), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [180006] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(6453), 1, + anon_sym_each, + ACTIONS(6455), 1, + anon_sym_repeat, + ACTIONS(6457), 1, + anon_sym_LPAREN, + ACTIONS(6459), 1, + anon_sym_LBRACK, + ACTIONS(6461), 1, + anon_sym_some, + ACTIONS(6463), 1, + anon_sym_any, + ACTIONS(6465), 1, + anon_sym_TILDE, + STATE(4815), 1, + sym_type_modifiers, + STATE(5190), 1, + sym_tuple_type, + STATE(5348), 1, + sym_unannotated_type, + STATE(5568), 1, + sym__simple_user_type, + STATE(5624), 1, + sym_simple_identifier, + STATE(6083), 1, + sym__parenthesized_type, + STATE(7113), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5691), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(6451), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5730), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6449), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6184), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [180094] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(6435), 1, + anon_sym_each, + ACTIONS(6437), 1, + anon_sym_repeat, + ACTIONS(6439), 1, + anon_sym_LPAREN, + ACTIONS(6441), 1, + anon_sym_LBRACK, + ACTIONS(6443), 1, + anon_sym_some, + ACTIONS(6445), 1, + anon_sym_any, + ACTIONS(6447), 1, + anon_sym_TILDE, + STATE(4721), 1, + sym_type_modifiers, + STATE(5143), 1, + sym_tuple_type, + STATE(5341), 1, + sym_unannotated_type, + STATE(5434), 1, + sym__simple_user_type, + STATE(5541), 1, + sym_simple_identifier, + STATE(5941), 1, + sym__parenthesized_type, + STATE(6028), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5881), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(6433), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5531), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6431), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6054), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [180182] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5759), 1, + anon_sym_each, + ACTIONS(5761), 1, + anon_sym_repeat, + ACTIONS(5763), 1, + anon_sym_LPAREN, + ACTIONS(5765), 1, + anon_sym_LBRACK, + ACTIONS(5767), 1, + anon_sym_some, + ACTIONS(5769), 1, + anon_sym_any, + ACTIONS(5771), 1, + anon_sym_TILDE, + STATE(4866), 1, + sym_type_modifiers, + STATE(5160), 1, + sym_tuple_type, + STATE(5337), 1, + sym_unannotated_type, + STATE(5387), 1, + sym__simple_user_type, + STATE(5409), 1, + sym_simple_identifier, + STATE(5993), 1, + sym__parenthesized_type, + STATE(7500), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5648), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5757), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5560), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5755), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6047), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [180270] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(6453), 1, + anon_sym_each, + ACTIONS(6455), 1, + anon_sym_repeat, + ACTIONS(6457), 1, + anon_sym_LPAREN, + ACTIONS(6459), 1, + anon_sym_LBRACK, + ACTIONS(6461), 1, + anon_sym_some, + ACTIONS(6463), 1, + anon_sym_any, + ACTIONS(6465), 1, + anon_sym_TILDE, + STATE(4815), 1, + sym_type_modifiers, + STATE(5190), 1, + sym_tuple_type, + STATE(5348), 1, + sym_unannotated_type, + STATE(5568), 1, + sym__simple_user_type, + STATE(5624), 1, + sym_simple_identifier, + STATE(6083), 1, + sym__parenthesized_type, + STATE(7134), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5691), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(6451), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5730), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6449), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6184), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [180358] = 5, + ACTIONS(7358), 1, + sym_catch_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7356), 2, + anon_sym_AT, + anon_sym_unowned, + STATE(4400), 2, + sym_catch_block, + aux_sym_do_statement_repeat1, + ACTIONS(7354), 36, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [180412] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5759), 1, + anon_sym_each, + ACTIONS(5761), 1, + anon_sym_repeat, + ACTIONS(5763), 1, + anon_sym_LPAREN, + ACTIONS(5765), 1, + anon_sym_LBRACK, + ACTIONS(5767), 1, + anon_sym_some, + ACTIONS(5769), 1, + anon_sym_any, + ACTIONS(5771), 1, + anon_sym_TILDE, + STATE(4866), 1, + sym_type_modifiers, + STATE(5160), 1, + sym_tuple_type, + STATE(5337), 1, + sym_unannotated_type, + STATE(5387), 1, + sym__simple_user_type, + STATE(5409), 1, + sym_simple_identifier, + STATE(5993), 1, + sym__parenthesized_type, + STATE(7610), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5648), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5757), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5560), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5755), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6047), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [180500] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(6801), 1, + anon_sym_each, + ACTIONS(6803), 1, + anon_sym_repeat, + ACTIONS(6805), 1, + anon_sym_LPAREN, + ACTIONS(6807), 1, + anon_sym_LBRACK, + ACTIONS(6809), 1, + anon_sym_some, + ACTIONS(6811), 1, + anon_sym_any, + ACTIONS(6813), 1, + anon_sym_TILDE, + STATE(4847), 1, + sym_type_modifiers, + STATE(5325), 1, + sym_tuple_type, + STATE(5552), 1, + sym__simple_user_type, + STATE(5587), 1, + sym_simple_identifier, + STATE(5602), 1, + sym_unannotated_type, + STATE(6093), 1, + sym__parenthesized_type, + STATE(7038), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5771), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(6799), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5859), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6797), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6194), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [180588] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(3304), 1, + anon_sym_each, + ACTIONS(3306), 1, + anon_sym_repeat, + ACTIONS(3314), 1, + anon_sym_some, + ACTIONS(3316), 1, + anon_sym_any, + ACTIONS(3318), 1, + anon_sym_TILDE, + ACTIONS(7346), 1, + anon_sym_LPAREN, + ACTIONS(7348), 1, + anon_sym_LBRACK, + STATE(1958), 1, + sym_tuple_type, + STATE(1993), 1, + sym_unannotated_type, + STATE(2130), 1, + sym__simple_user_type, + STATE(2199), 1, + sym_simple_identifier, + STATE(2230), 1, + sym__parenthesized_type, + STATE(3593), 1, + sym_type, + STATE(4796), 1, + sym_type_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2218), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(3302), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(2123), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(3300), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(2211), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [180676] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(3304), 1, + anon_sym_each, + ACTIONS(3306), 1, + anon_sym_repeat, + ACTIONS(3314), 1, + anon_sym_some, + ACTIONS(3316), 1, + anon_sym_any, + ACTIONS(3318), 1, + anon_sym_TILDE, + ACTIONS(7346), 1, + anon_sym_LPAREN, + ACTIONS(7348), 1, + anon_sym_LBRACK, + STATE(1958), 1, + sym_tuple_type, + STATE(1993), 1, + sym_unannotated_type, + STATE(2130), 1, + sym__simple_user_type, + STATE(2199), 1, + sym_simple_identifier, + STATE(2230), 1, + sym__parenthesized_type, + STATE(3596), 1, + sym_type, + STATE(4796), 1, + sym_type_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2218), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(3302), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(2123), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(3300), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(2211), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [180764] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(3060), 1, + anon_sym_each, + ACTIONS(3062), 1, + anon_sym_repeat, + ACTIONS(3066), 1, + anon_sym_LPAREN, + ACTIONS(3068), 1, + anon_sym_LBRACK, + ACTIONS(3070), 1, + anon_sym_some, + ACTIONS(3072), 1, + anon_sym_any, + ACTIONS(3074), 1, + anon_sym_TILDE, + STATE(4767), 1, + sym_type_modifiers, + STATE(5475), 1, + sym_tuple_type, + STATE(5971), 1, + sym_unannotated_type, + STATE(6032), 1, + sym_simple_identifier, + STATE(6123), 1, + sym__simple_user_type, + STATE(6356), 1, + sym__parenthesized_type, + STATE(6419), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(6228), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(3058), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(6137), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(3056), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6481), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [180852] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(2952), 1, + anon_sym_LPAREN, + ACTIONS(2954), 1, + anon_sym_LBRACK, + ACTIONS(2960), 1, + anon_sym_TILDE, + ACTIONS(6261), 1, + anon_sym_each, + ACTIONS(6263), 1, + anon_sym_repeat, + ACTIONS(6265), 1, + anon_sym_some, + ACTIONS(6267), 1, + anon_sym_any, + STATE(1744), 1, + sym_simple_identifier, + STATE(1819), 1, + sym__parenthesized_type, + STATE(4758), 1, + sym_type_modifiers, + STATE(5239), 1, + sym_tuple_type, + STATE(5469), 1, + sym_unannotated_type, + STATE(5813), 1, + sym__simple_user_type, + STATE(7711), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1742), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(2943), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1760), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(2941), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(1881), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [180940] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(6801), 1, + anon_sym_each, + ACTIONS(6803), 1, + anon_sym_repeat, + ACTIONS(6805), 1, + anon_sym_LPAREN, + ACTIONS(6807), 1, + anon_sym_LBRACK, + ACTIONS(6809), 1, + anon_sym_some, + ACTIONS(6811), 1, + anon_sym_any, + ACTIONS(6813), 1, + anon_sym_TILDE, + STATE(4847), 1, + sym_type_modifiers, + STATE(5325), 1, + sym_tuple_type, + STATE(5552), 1, + sym__simple_user_type, + STATE(5587), 1, + sym_simple_identifier, + STATE(5602), 1, + sym_unannotated_type, + STATE(6093), 1, + sym__parenthesized_type, + STATE(6839), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5771), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(6799), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5859), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6797), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6194), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [181028] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(5901), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [181116] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5759), 1, + anon_sym_each, + ACTIONS(5761), 1, + anon_sym_repeat, + ACTIONS(5763), 1, + anon_sym_LPAREN, + ACTIONS(5765), 1, + anon_sym_LBRACK, + ACTIONS(5767), 1, + anon_sym_some, + ACTIONS(5769), 1, + anon_sym_any, + ACTIONS(5771), 1, + anon_sym_TILDE, + STATE(4866), 1, + sym_type_modifiers, + STATE(5160), 1, + sym_tuple_type, + STATE(5337), 1, + sym_unannotated_type, + STATE(5387), 1, + sym__simple_user_type, + STATE(5409), 1, + sym_simple_identifier, + STATE(5993), 1, + sym__parenthesized_type, + STATE(7686), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5648), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5757), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5560), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5755), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6047), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [181204] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(3060), 1, + anon_sym_each, + ACTIONS(3062), 1, + anon_sym_repeat, + ACTIONS(3066), 1, + anon_sym_LPAREN, + ACTIONS(3068), 1, + anon_sym_LBRACK, + ACTIONS(3070), 1, + anon_sym_some, + ACTIONS(3072), 1, + anon_sym_any, + ACTIONS(3074), 1, + anon_sym_TILDE, + STATE(4767), 1, + sym_type_modifiers, + STATE(5475), 1, + sym_tuple_type, + STATE(5971), 1, + sym_unannotated_type, + STATE(6032), 1, + sym_simple_identifier, + STATE(6123), 1, + sym__simple_user_type, + STATE(6356), 1, + sym__parenthesized_type, + STATE(6428), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(6228), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(3058), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(6137), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(3056), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6481), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [181292] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8571), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [181380] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(7719), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [181468] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(2487), 1, + sym_type, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [181556] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(9336), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [181644] = 23, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(6447), 1, + anon_sym_TILDE, + ACTIONS(7010), 1, + anon_sym_each, + ACTIONS(7012), 1, + anon_sym_repeat, + STATE(5434), 1, + sym__simple_user_type, + STATE(5541), 1, + sym_simple_identifier, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6068), 1, + sym_tuple_type, + STATE(6188), 1, + sym_user_type, + STATE(6288), 1, + sym_unannotated_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(4586), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5352), 2, + sym_array_type, + sym_dictionary_type, + STATE(5881), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(6464), 2, + sym_function_type, + sym_suppressed_constraint, + STATE(7395), 2, + sym_inheritance_specifier, + sym__annotated_inheritance_specifier, + ACTIONS(6433), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(6431), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 7, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + [181734] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5811), 1, + anon_sym_each, + ACTIONS(5813), 1, + anon_sym_repeat, + ACTIONS(5815), 1, + anon_sym_LPAREN, + ACTIONS(5817), 1, + anon_sym_LBRACK, + ACTIONS(5819), 1, + anon_sym_some, + ACTIONS(5821), 1, + anon_sym_any, + ACTIONS(5823), 1, + anon_sym_TILDE, + STATE(4860), 1, + sym_type_modifiers, + STATE(5144), 1, + sym_tuple_type, + STATE(5248), 1, + sym_unannotated_type, + STATE(5400), 1, + sym__simple_user_type, + STATE(5412), 1, + sym_simple_identifier, + STATE(5970), 1, + sym__parenthesized_type, + STATE(6845), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5489), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5809), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5498), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5807), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6061), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [181822] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5311), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5309), 39, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [181872] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(3060), 1, + anon_sym_each, + ACTIONS(3062), 1, + anon_sym_repeat, + ACTIONS(3066), 1, + anon_sym_LPAREN, + ACTIONS(3068), 1, + anon_sym_LBRACK, + ACTIONS(3070), 1, + anon_sym_some, + ACTIONS(3072), 1, + anon_sym_any, + ACTIONS(3074), 1, + anon_sym_TILDE, + STATE(4767), 1, + sym_type_modifiers, + STATE(5475), 1, + sym_tuple_type, + STATE(5971), 1, + sym_unannotated_type, + STATE(6032), 1, + sym_simple_identifier, + STATE(6123), 1, + sym__simple_user_type, + STATE(6356), 1, + sym__parenthesized_type, + STATE(6434), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(6228), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(3058), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(6137), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(3056), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6481), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [181960] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8596), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [182048] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8942), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [182136] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5811), 1, + anon_sym_each, + ACTIONS(5813), 1, + anon_sym_repeat, + ACTIONS(5815), 1, + anon_sym_LPAREN, + ACTIONS(5817), 1, + anon_sym_LBRACK, + ACTIONS(5819), 1, + anon_sym_some, + ACTIONS(5821), 1, + anon_sym_any, + ACTIONS(5823), 1, + anon_sym_TILDE, + STATE(4860), 1, + sym_type_modifiers, + STATE(5144), 1, + sym_tuple_type, + STATE(5248), 1, + sym_unannotated_type, + STATE(5400), 1, + sym__simple_user_type, + STATE(5412), 1, + sym_simple_identifier, + STATE(5970), 1, + sym__parenthesized_type, + STATE(6849), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5489), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5809), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5498), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5807), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6061), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [182224] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8239), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [182312] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5759), 1, + anon_sym_each, + ACTIONS(5761), 1, + anon_sym_repeat, + ACTIONS(5763), 1, + anon_sym_LPAREN, + ACTIONS(5765), 1, + anon_sym_LBRACK, + ACTIONS(5767), 1, + anon_sym_some, + ACTIONS(5769), 1, + anon_sym_any, + ACTIONS(5771), 1, + anon_sym_TILDE, + STATE(4866), 1, + sym_type_modifiers, + STATE(5160), 1, + sym_tuple_type, + STATE(5337), 1, + sym_unannotated_type, + STATE(5387), 1, + sym__simple_user_type, + STATE(5409), 1, + sym_simple_identifier, + STATE(5993), 1, + sym__parenthesized_type, + STATE(7540), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5648), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5757), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5560), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5755), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6047), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [182400] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(9221), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [182488] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(6805), 1, + anon_sym_LPAREN, + ACTIONS(6807), 1, + anon_sym_LBRACK, + ACTIONS(6813), 1, + anon_sym_TILDE, + ACTIONS(6879), 1, + anon_sym_each, + ACTIONS(6881), 1, + anon_sym_repeat, + ACTIONS(6883), 1, + anon_sym_some, + ACTIONS(6885), 1, + anon_sym_any, + STATE(4848), 1, + sym_type_modifiers, + STATE(5437), 1, + sym_tuple_type, + STATE(5552), 1, + sym__simple_user_type, + STATE(5587), 1, + sym_simple_identifier, + STATE(5718), 1, + sym_unannotated_type, + STATE(6093), 1, + sym__parenthesized_type, + STATE(7038), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5771), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(6799), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5859), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6797), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6194), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [182576] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8651), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [182664] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(7842), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [182752] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(5943), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [182840] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(9254), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [182928] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(6171), 1, + anon_sym_each, + ACTIONS(6173), 1, + anon_sym_repeat, + ACTIONS(6175), 1, + anon_sym_LPAREN, + ACTIONS(6177), 1, + anon_sym_LBRACK, + ACTIONS(6179), 1, + anon_sym_some, + ACTIONS(6181), 1, + anon_sym_any, + ACTIONS(6183), 1, + anon_sym_TILDE, + STATE(4748), 1, + sym_type_modifiers, + STATE(5175), 1, + sym_tuple_type, + STATE(5417), 1, + sym_unannotated_type, + STATE(5471), 1, + sym__simple_user_type, + STATE(5522), 1, + sym_simple_identifier, + STATE(6064), 1, + sym__parenthesized_type, + STATE(7050), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5689), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(6169), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5832), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6167), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6161), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [183016] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8852), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [183104] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(3010), 1, + anon_sym_each, + ACTIONS(3012), 1, + anon_sym_repeat, + ACTIONS(3020), 1, + anon_sym_some, + ACTIONS(3022), 1, + anon_sym_any, + ACTIONS(3024), 1, + anon_sym_TILDE, + ACTIONS(7350), 1, + anon_sym_LPAREN, + ACTIONS(7352), 1, + anon_sym_LBRACK, + STATE(1796), 1, + sym_tuple_type, + STATE(1833), 1, + sym_unannotated_type, + STATE(1961), 1, + sym__simple_user_type, + STATE(2036), 1, + sym_simple_identifier, + STATE(2052), 1, + sym__parenthesized_type, + STATE(2664), 1, + sym_type, + STATE(4843), 1, + sym_type_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2055), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(3008), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1979), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(3006), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(2048), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [183192] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8109), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [183280] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(3010), 1, + anon_sym_each, + ACTIONS(3012), 1, + anon_sym_repeat, + ACTIONS(3020), 1, + anon_sym_some, + ACTIONS(3022), 1, + anon_sym_any, + ACTIONS(3024), 1, + anon_sym_TILDE, + ACTIONS(7350), 1, + anon_sym_LPAREN, + ACTIONS(7352), 1, + anon_sym_LBRACK, + STATE(1796), 1, + sym_tuple_type, + STATE(1833), 1, + sym_unannotated_type, + STATE(1961), 1, + sym__simple_user_type, + STATE(2036), 1, + sym_simple_identifier, + STATE(2052), 1, + sym__parenthesized_type, + STATE(2446), 1, + sym_type, + STATE(4843), 1, + sym_type_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2055), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(3008), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1979), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(3006), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(2048), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [183368] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(9002), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [183456] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(1755), 1, + anon_sym_TILDE, + ACTIONS(3267), 1, + anon_sym_each, + ACTIONS(3269), 1, + anon_sym_repeat, + ACTIONS(3271), 1, + anon_sym_some, + ACTIONS(3273), 1, + anon_sym_any, + ACTIONS(7322), 1, + anon_sym_LPAREN, + ACTIONS(7324), 1, + anon_sym_LBRACK, + STATE(811), 1, + sym__simple_user_type, + STATE(819), 1, + sym_simple_identifier, + STATE(822), 1, + sym_type, + STATE(842), 1, + sym__parenthesized_type, + STATE(1880), 1, + sym_tuple_type, + STATE(1951), 1, + sym_unannotated_type, + STATE(4753), 1, + sym_type_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(844), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(763), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(809), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(761), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(837), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [183544] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8810), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [183632] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8385), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [183720] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(6171), 1, + anon_sym_each, + ACTIONS(6173), 1, + anon_sym_repeat, + ACTIONS(6175), 1, + anon_sym_LPAREN, + ACTIONS(6177), 1, + anon_sym_LBRACK, + ACTIONS(6179), 1, + anon_sym_some, + ACTIONS(6181), 1, + anon_sym_any, + ACTIONS(6183), 1, + anon_sym_TILDE, + STATE(4748), 1, + sym_type_modifiers, + STATE(5175), 1, + sym_tuple_type, + STATE(5417), 1, + sym_unannotated_type, + STATE(5471), 1, + sym__simple_user_type, + STATE(5522), 1, + sym_simple_identifier, + STATE(6064), 1, + sym__parenthesized_type, + STATE(6838), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5689), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(6169), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5832), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6167), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6161), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [183808] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(9139), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [183896] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(6435), 1, + anon_sym_each, + ACTIONS(6437), 1, + anon_sym_repeat, + ACTIONS(6439), 1, + anon_sym_LPAREN, + ACTIONS(6441), 1, + anon_sym_LBRACK, + ACTIONS(6443), 1, + anon_sym_some, + ACTIONS(6445), 1, + anon_sym_any, + ACTIONS(6447), 1, + anon_sym_TILDE, + STATE(4721), 1, + sym_type_modifiers, + STATE(5143), 1, + sym_tuple_type, + STATE(5341), 1, + sym_unannotated_type, + STATE(5434), 1, + sym__simple_user_type, + STATE(5541), 1, + sym_simple_identifier, + STATE(5941), 1, + sym__parenthesized_type, + STATE(6072), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5881), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(6433), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5531), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6431), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6054), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [183984] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8934), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [184072] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8568), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [184160] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8508), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [184248] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(9184), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [184336] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(1755), 1, + anon_sym_TILDE, + ACTIONS(3267), 1, + anon_sym_each, + ACTIONS(3269), 1, + anon_sym_repeat, + ACTIONS(3271), 1, + anon_sym_some, + ACTIONS(3273), 1, + anon_sym_any, + ACTIONS(7322), 1, + anon_sym_LPAREN, + ACTIONS(7324), 1, + anon_sym_LBRACK, + STATE(811), 1, + sym__simple_user_type, + STATE(819), 1, + sym_simple_identifier, + STATE(839), 1, + sym_type, + STATE(842), 1, + sym__parenthesized_type, + STATE(1880), 1, + sym_tuple_type, + STATE(1951), 1, + sym_unannotated_type, + STATE(4753), 1, + sym_type_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(844), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(763), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(809), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(761), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(837), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [184424] = 5, + ACTIONS(7365), 1, + sym_catch_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7363), 2, + anon_sym_AT, + anon_sym_unowned, + STATE(4567), 2, + sym_catch_block, + aux_sym_do_statement_repeat1, + ACTIONS(7361), 36, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [184478] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8921), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [184566] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(7733), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [184654] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(9104), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [184742] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5396), 1, + anon_sym_each, + ACTIONS(5398), 1, + anon_sym_repeat, + ACTIONS(5400), 1, + anon_sym_LPAREN, + ACTIONS(5402), 1, + anon_sym_LBRACK, + ACTIONS(5404), 1, + anon_sym_some, + ACTIONS(5406), 1, + anon_sym_any, + ACTIONS(5408), 1, + anon_sym_TILDE, + STATE(4736), 1, + sym_type_modifiers, + STATE(5077), 1, + sym_tuple_type, + STATE(5131), 1, + sym_unannotated_type, + STATE(5198), 1, + sym__simple_user_type, + STATE(5199), 1, + sym_simple_identifier, + STATE(5617), 1, + sym__parenthesized_type, + STATE(6662), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5264), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5394), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5291), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5392), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5658), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [184830] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(2952), 1, + anon_sym_LPAREN, + ACTIONS(2954), 1, + anon_sym_LBRACK, + ACTIONS(2960), 1, + anon_sym_TILDE, + ACTIONS(6261), 1, + anon_sym_each, + ACTIONS(6263), 1, + anon_sym_repeat, + ACTIONS(6265), 1, + anon_sym_some, + ACTIONS(6267), 1, + anon_sym_any, + STATE(1744), 1, + sym_simple_identifier, + STATE(1819), 1, + sym__parenthesized_type, + STATE(4758), 1, + sym_type_modifiers, + STATE(5239), 1, + sym_tuple_type, + STATE(5469), 1, + sym_unannotated_type, + STATE(5813), 1, + sym__simple_user_type, + STATE(7295), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1742), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(2943), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1760), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(2941), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(1881), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [184918] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8616), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [185006] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(7794), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [185094] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5759), 1, + anon_sym_each, + ACTIONS(5761), 1, + anon_sym_repeat, + ACTIONS(5763), 1, + anon_sym_LPAREN, + ACTIONS(5765), 1, + anon_sym_LBRACK, + ACTIONS(5767), 1, + anon_sym_some, + ACTIONS(5769), 1, + anon_sym_any, + ACTIONS(5771), 1, + anon_sym_TILDE, + STATE(4866), 1, + sym_type_modifiers, + STATE(5160), 1, + sym_tuple_type, + STATE(5337), 1, + sym_unannotated_type, + STATE(5387), 1, + sym__simple_user_type, + STATE(5409), 1, + sym_simple_identifier, + STATE(5993), 1, + sym__parenthesized_type, + STATE(7390), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5648), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5757), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5560), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5755), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6047), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [185182] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(9043), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [185270] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(2992), 1, + anon_sym_each, + ACTIONS(2994), 1, + anon_sym_repeat, + ACTIONS(2996), 1, + anon_sym_LPAREN, + ACTIONS(2998), 1, + anon_sym_LBRACK, + ACTIONS(3000), 1, + anon_sym_some, + ACTIONS(3002), 1, + anon_sym_any, + ACTIONS(3004), 1, + anon_sym_TILDE, + STATE(1747), 1, + sym_tuple_type, + STATE(1806), 1, + sym_unannotated_type, + STATE(1822), 1, + sym__simple_user_type, + STATE(1825), 1, + sym_simple_identifier, + STATE(1997), 1, + sym__parenthesized_type, + STATE(2487), 1, + sym_type, + STATE(4826), 1, + sym_type_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1898), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(2987), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1913), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(2985), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(2031), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [185358] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8741), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [185446] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(7830), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [185534] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(9073), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [185622] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8851), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [185710] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(7853), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [185798] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(9193), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [185886] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8964), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [185974] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(7871), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [186062] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(9019), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [186150] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8593), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [186238] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(7884), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [186326] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(9177), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [186414] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8639), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [186502] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(7904), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [186590] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(9049), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [186678] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8677), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [186766] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(7921), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [186854] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(9190), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [186942] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8756), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [187030] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(7935), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [187118] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(9162), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [187206] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8818), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [187294] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(7948), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [187382] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(9144), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [187470] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8879), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [187558] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(7964), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [187646] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(9006), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [187734] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8939), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [187822] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(7979), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [187910] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(9082), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [187998] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8577), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [188086] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(7997), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [188174] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(9188), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [188262] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8590), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [188350] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8008), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [188438] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(9308), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [188526] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8603), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [188614] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8025), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [188702] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(9054), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [188790] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8626), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [188878] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8039), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [188966] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8985), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [189054] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8649), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [189142] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8049), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [189230] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(9187), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [189318] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8660), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [189406] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8063), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [189494] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(9052), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [189582] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8687), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [189670] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8079), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [189758] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(9132), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [189846] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8729), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [189934] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8092), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [190022] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(9250), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [190110] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8761), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [190198] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8104), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [190286] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(9079), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [190374] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8800), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [190462] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8118), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [190550] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(9175), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [190638] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8823), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [190726] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8132), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [190814] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(9299), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [190902] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8863), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [190990] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8147), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [191078] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(9022), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [191166] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8896), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [191254] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8163), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [191342] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(9071), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [191430] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8911), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [191518] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8176), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [191606] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(9113), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [191694] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8935), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [191782] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8185), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [191870] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(9154), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [191958] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8949), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [192046] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8192), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [192134] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(9183), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [192222] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8966), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [192310] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8202), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [192398] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(9214), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [192486] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8975), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [192574] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8211), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [192662] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(9255), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [192750] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8570), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [192838] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8218), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [192926] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(9322), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [193014] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8574), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [193102] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8221), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [193190] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(9340), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [193278] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8578), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [193366] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8224), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [193454] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(9108), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [193542] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8580), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [193630] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8226), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [193718] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(9186), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [193806] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8231), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [193894] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(9105), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [193982] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8235), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [194070] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(1755), 1, + anon_sym_TILDE, + ACTIONS(3267), 1, + anon_sym_each, + ACTIONS(3269), 1, + anon_sym_repeat, + ACTIONS(3271), 1, + anon_sym_some, + ACTIONS(3273), 1, + anon_sym_any, + ACTIONS(7322), 1, + anon_sym_LPAREN, + ACTIONS(7324), 1, + anon_sym_LBRACK, + STATE(811), 1, + sym__simple_user_type, + STATE(819), 1, + sym_simple_identifier, + STATE(842), 1, + sym__parenthesized_type, + STATE(845), 1, + sym_type, + STATE(1880), 1, + sym_tuple_type, + STATE(1951), 1, + sym_unannotated_type, + STATE(4753), 1, + sym_type_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(844), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(763), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(809), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(761), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(837), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [194158] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8240), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [194246] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8243), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [194334] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8247), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [194422] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8251), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [194510] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8255), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [194598] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8259), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [194686] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8263), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [194774] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8267), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [194862] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(3038), 1, + anon_sym_each, + ACTIONS(3040), 1, + anon_sym_repeat, + ACTIONS(3048), 1, + anon_sym_some, + ACTIONS(3050), 1, + anon_sym_any, + ACTIONS(3052), 1, + anon_sym_TILDE, + ACTIONS(7338), 1, + anon_sym_LPAREN, + ACTIONS(7340), 1, + anon_sym_LBRACK, + STATE(1874), 1, + sym_tuple_type, + STATE(1882), 1, + sym_unannotated_type, + STATE(2024), 1, + sym__simple_user_type, + STATE(2074), 1, + sym_simple_identifier, + STATE(2101), 1, + sym__parenthesized_type, + STATE(2791), 1, + sym_type, + STATE(4744), 1, + sym_type_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2103), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(3036), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1998), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(3034), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(2143), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [194950] = 5, + ACTIONS(7365), 1, + sym_catch_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7369), 2, + anon_sym_AT, + anon_sym_unowned, + STATE(4400), 2, + sym_catch_block, + aux_sym_do_statement_repeat1, + ACTIONS(7367), 36, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [195004] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(2992), 1, + anon_sym_each, + ACTIONS(2994), 1, + anon_sym_repeat, + ACTIONS(2996), 1, + anon_sym_LPAREN, + ACTIONS(2998), 1, + anon_sym_LBRACK, + ACTIONS(3000), 1, + anon_sym_some, + ACTIONS(3002), 1, + anon_sym_any, + ACTIONS(3004), 1, + anon_sym_TILDE, + STATE(1747), 1, + sym_tuple_type, + STATE(1806), 1, + sym_unannotated_type, + STATE(1822), 1, + sym__simple_user_type, + STATE(1825), 1, + sym_simple_identifier, + STATE(1997), 1, + sym__parenthesized_type, + STATE(2634), 1, + sym_type, + STATE(4826), 1, + sym_type_modifiers, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1898), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(2987), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1913), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(2985), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(2031), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [195092] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7373), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(7371), 39, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_default_keyword, + sym_where_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [195142] = 22, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(4707), 1, + sym_type_modifiers, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5340), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(8671), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [195230] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5246), 1, + anon_sym_each, + ACTIONS(5248), 1, + anon_sym_repeat, + ACTIONS(5250), 1, + anon_sym_LPAREN, + ACTIONS(5252), 1, + anon_sym_LBRACK, + ACTIONS(5254), 1, + anon_sym_some, + ACTIONS(5256), 1, + anon_sym_any, + ACTIONS(5258), 1, + anon_sym_TILDE, + STATE(4777), 1, + sym_type_modifiers, + STATE(5062), 1, + sym_tuple_type, + STATE(5118), 1, + sym_unannotated_type, + STATE(5122), 1, + sym_simple_identifier, + STATE(5129), 1, + sym__simple_user_type, + STATE(5392), 1, + sym__parenthesized_type, + STATE(6351), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5212), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5244), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5179), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5242), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5500), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [195318] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(6435), 1, + anon_sym_each, + ACTIONS(6437), 1, + anon_sym_repeat, + ACTIONS(6439), 1, + anon_sym_LPAREN, + ACTIONS(6441), 1, + anon_sym_LBRACK, + ACTIONS(6443), 1, + anon_sym_some, + ACTIONS(6445), 1, + anon_sym_any, + ACTIONS(6447), 1, + anon_sym_TILDE, + STATE(4721), 1, + sym_type_modifiers, + STATE(5143), 1, + sym_tuple_type, + STATE(5341), 1, + sym_unannotated_type, + STATE(5434), 1, + sym__simple_user_type, + STATE(5541), 1, + sym_simple_identifier, + STATE(5941), 1, + sym__parenthesized_type, + STATE(8504), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5881), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(6433), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5531), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6431), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6054), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [195406] = 22, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5028), 1, + anon_sym_each, + ACTIONS(5030), 1, + anon_sym_repeat, + ACTIONS(5032), 1, + anon_sym_LPAREN, + ACTIONS(5034), 1, + anon_sym_LBRACK, + ACTIONS(5036), 1, + anon_sym_some, + ACTIONS(5038), 1, + anon_sym_any, + ACTIONS(5040), 1, + anon_sym_TILDE, + STATE(4702), 1, + sym_type_modifiers, + STATE(5054), 1, + sym_tuple_type, + STATE(5089), 1, + sym_unannotated_type, + STATE(5112), 1, + sym__simple_user_type, + STATE(5120), 1, + sym_simple_identifier, + STATE(5273), 1, + sym__parenthesized_type, + STATE(5376), 1, + sym_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5127), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5173), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(5026), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5157), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5024), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5446), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [195494] = 6, + STATE(115), 1, + sym__semi, + STATE(4574), 1, + aux_sym_statements_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7377), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(7379), 2, + sym__implicit_semi, + sym__explicit_semi, + ACTIONS(7375), 34, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [195549] = 5, + ACTIONS(7384), 1, + anon_sym_COMMA, + STATE(4588), 1, + aux_sym_if_statement_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7386), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(7382), 36, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [195602] = 19, + ACTIONS(6435), 1, + anon_sym_each, + ACTIONS(6437), 1, + anon_sym_repeat, + ACTIONS(6439), 1, + anon_sym_LPAREN, + ACTIONS(6441), 1, + anon_sym_LBRACK, + ACTIONS(6443), 1, + anon_sym_some, + ACTIONS(6445), 1, + anon_sym_any, + ACTIONS(6447), 1, + anon_sym_TILDE, + STATE(5143), 1, + sym_tuple_type, + STATE(5434), 1, + sym__simple_user_type, + STATE(5541), 1, + sym_simple_identifier, + STATE(5660), 1, + sym_unannotated_type, + STATE(5941), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5881), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(6433), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5531), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(619), 4, + sym_where_keyword, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_GT, + ACTIONS(6431), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6054), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [195683] = 5, + ACTIONS(7384), 1, + anon_sym_COMMA, + STATE(4582), 1, + aux_sym_if_statement_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7390), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(7388), 36, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [195736] = 5, + ACTIONS(7392), 1, + anon_sym_COMMA, + STATE(4581), 1, + aux_sym__modifierless_property_declaration_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5617), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5613), 36, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [195789] = 5, + ACTIONS(7394), 1, + anon_sym_COMMA, + STATE(4579), 1, + aux_sym__modifierless_property_declaration_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5686), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5681), 36, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [195842] = 6, + STATE(27), 1, + sym__semi, + STATE(4574), 1, + aux_sym_statements_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(385), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(7397), 2, + sym__implicit_semi, + sym__explicit_semi, + ACTIONS(387), 34, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [195897] = 5, + ACTIONS(7392), 1, + anon_sym_COMMA, + STATE(4579), 1, + aux_sym__modifierless_property_declaration_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5661), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5659), 36, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [195950] = 5, + ACTIONS(7384), 1, + anon_sym_COMMA, + STATE(4588), 1, + aux_sym_if_statement_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7401), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(7399), 36, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [196003] = 5, + ACTIONS(7384), 1, + anon_sym_COMMA, + STATE(4584), 1, + aux_sym_if_statement_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7405), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(7403), 36, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [196056] = 5, + ACTIONS(7384), 1, + anon_sym_COMMA, + STATE(4588), 1, + aux_sym_if_statement_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7409), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(7407), 36, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [196109] = 6, + STATE(28), 1, + sym__semi, + STATE(4580), 1, + aux_sym_statements_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7413), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(7415), 2, + sym__implicit_semi, + sym__explicit_semi, + ACTIONS(7411), 34, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [196164] = 23, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(6447), 1, + anon_sym_TILDE, + ACTIONS(7010), 1, + anon_sym_each, + ACTIONS(7012), 1, + anon_sym_repeat, + STATE(5434), 1, + sym__simple_user_type, + STATE(5541), 1, + sym_simple_identifier, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6068), 1, + sym_tuple_type, + STATE(6188), 1, + sym_user_type, + STATE(6288), 1, + sym_unannotated_type, + STATE(7433), 1, + sym_inheritance_specifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5123), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5352), 2, + sym_array_type, + sym_dictionary_type, + STATE(5881), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(6464), 2, + sym_function_type, + sym_suppressed_constraint, + ACTIONS(6433), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(6431), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 7, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + [196253] = 5, + ACTIONS(7384), 1, + anon_sym_COMMA, + STATE(4575), 1, + aux_sym_if_statement_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7419), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(7417), 36, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [196306] = 5, + ACTIONS(7423), 1, + anon_sym_COMMA, + STATE(4588), 1, + aux_sym_if_statement_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7426), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(7421), 36, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [196359] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5795), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5793), 37, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [196407] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7430), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(7428), 37, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [196455] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5888), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5886), 37, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [196503] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5841), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5839), 37, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [196551] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5892), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5890), 37, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [196599] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5841), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5839), 37, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [196647] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5748), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5746), 37, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [196695] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5837), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5835), 37, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [196743] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7434), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(7432), 37, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [196791] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5795), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5793), 37, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [196839] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4560), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4558), 37, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [196887] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5748), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5746), 37, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [196935] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2395), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2397), 37, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + sym_else, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [196983] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5896), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5894), 37, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [197031] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5799), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5797), 37, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [197079] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5900), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5898), 37, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [197127] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5833), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5831), 37, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [197175] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5904), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5902), 37, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [197223] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4746), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4744), 37, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [197271] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5847), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5845), 37, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [197319] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5914), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5912), 37, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [197367] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5841), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5839), 37, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [197415] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5841), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5839), 37, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [197463] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2071), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2069), 37, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [197511] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5847), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5845), 37, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [197559] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4746), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4744), 37, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [197607] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7438), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(7436), 37, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [197655] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7442), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(7440), 37, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [197703] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2415), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2417), 37, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + sym_catch_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [197751] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7446), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(7444), 37, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [197799] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2415), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2417), 37, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + sym_else, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [197847] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2395), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2397), 37, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + sym_catch_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [197895] = 4, + ACTIONS(7448), 1, + sym_else, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2399), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2401), 36, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [197945] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7452), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(7450), 37, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + sym_catch_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [197993] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7456), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(7454), 37, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [198041] = 4, + ACTIONS(7458), 1, + sym_else, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2389), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2391), 36, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [198091] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7462), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(7460), 37, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + sym_catch_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [198139] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7466), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(7464), 37, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + sym_catch_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [198187] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7470), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(7468), 37, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + sym_catch_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [198235] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7474), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(7472), 36, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [198282] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6091), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6089), 36, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [198329] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6325), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6323), 36, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [198376] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7478), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(7476), 36, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [198423] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7482), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(7480), 36, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [198470] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2655), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2657), 36, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [198517] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7486), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(7484), 36, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [198564] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7490), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(7488), 36, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [198611] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7494), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(7492), 36, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [198658] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2659), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2661), 36, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [198705] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7498), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(7496), 36, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [198752] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6329), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6327), 36, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [198799] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5956), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5954), 36, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [198846] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2395), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2397), 36, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [198893] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6195), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6193), 36, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [198940] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6199), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6197), 36, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [198987] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2699), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2701), 36, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [199034] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6035), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6033), 36, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [199081] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6712), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6710), 36, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [199128] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7502), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(7500), 36, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [199175] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7506), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(7504), 36, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [199222] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6668), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6666), 36, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [199269] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(727), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(725), 36, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [199316] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6213), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6211), 36, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [199363] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7510), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(7508), 36, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [199410] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7486), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(7484), 36, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [199457] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7514), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(7512), 36, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [199504] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6337), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6335), 36, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [199551] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6505), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6503), 36, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [199598] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6361), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6359), 36, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [199645] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6231), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6229), 36, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [199692] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6373), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6371), 36, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [199739] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7518), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(7516), 36, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [199786] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7522), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(7520), 36, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [199833] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6151), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6149), 36, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [199880] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7526), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(7524), 36, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [199927] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7530), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(7528), 36, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [199974] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7534), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(7532), 36, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [200021] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7538), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(7536), 36, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [200068] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6377), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6375), 36, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [200115] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7522), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(7520), 36, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [200162] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7542), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(7540), 36, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [200209] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7546), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(7544), 36, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [200256] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7550), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(7548), 36, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [200303] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7554), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(7552), 36, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [200350] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6247), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6245), 36, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [200397] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6251), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6249), 36, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [200444] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7558), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(7556), 36, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [200491] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7562), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(7560), 36, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [200538] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7377), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(7375), 36, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [200585] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7566), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(7564), 36, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [200632] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7570), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(7568), 36, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [200679] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7574), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(7572), 36, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [200726] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7578), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(7576), 36, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [200773] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7582), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(7580), 36, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [200820] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7586), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(7584), 36, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [200867] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2415), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2417), 36, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [200914] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6664), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6662), 36, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [200961] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6357), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6355), 36, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [201008] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7590), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(7588), 36, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [201055] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7546), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(7544), 36, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [201102] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7594), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(7592), 36, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [201149] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7510), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(7508), 36, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [201196] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6423), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(6421), 36, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [201243] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7598), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(7596), 36, + sym__implicit_semi, + sym__explicit_semi, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_fallthrough, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [201290] = 23, + ACTIONS(7604), 1, + anon_sym_LPAREN, + ACTIONS(7606), 1, + anon_sym_await, + ACTIONS(7608), 1, + anon_sym_case, + ACTIONS(7610), 1, + anon_sym_try, + ACTIONS(7612), 1, + anon_sym_is, + ACTIONS(7614), 1, + sym_wildcard_pattern, + ACTIONS(7616), 1, + sym__dot_custom, + STATE(4884), 1, + sym_try_operator, + STATE(4930), 1, + sym_value_binding_pattern, + STATE(4940), 1, + sym__await_operator, + STATE(5723), 1, + sym__dot, + STATE(6392), 1, + sym_simple_identifier, + STATE(6876), 1, + sym__simple_user_type, + STATE(7241), 1, + sym__binding_pattern, + STATE(7273), 1, + sym__bound_identifier, + STATE(7278), 1, + sym__binding_pattern_no_expr, + STATE(8795), 1, + sym_user_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(97), 2, + anon_sym_let, + anon_sym_var, + STATE(6570), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(7602), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(7232), 4, + sym__universally_allowed_pattern, + sym__tuple_pattern, + sym__case_pattern, + sym__type_casting_pattern, + ACTIONS(7600), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [201376] = 23, + ACTIONS(985), 1, + anon_sym_case, + ACTIONS(993), 1, + anon_sym_is, + ACTIONS(3882), 1, + sym_where_keyword, + ACTIONS(7622), 1, + anon_sym_LPAREN, + ACTIONS(7624), 1, + anon_sym_LBRACE, + ACTIONS(7626), 1, + sym_wildcard_pattern, + ACTIONS(7628), 1, + sym__dot_custom, + STATE(4627), 1, + sym__block, + STATE(4925), 1, + sym_value_binding_pattern, + STATE(5762), 1, + sym__dot, + STATE(6465), 1, + sym_simple_identifier, + STATE(6876), 1, + sym__simple_user_type, + STATE(6966), 1, + sym__binding_pattern_no_expr, + STATE(7089), 1, + sym__bound_identifier, + STATE(7090), 1, + sym__binding_pattern, + STATE(8735), 1, + sym_user_type, + STATE(8767), 1, + sym_where_clause, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(97), 2, + anon_sym_let, + anon_sym_var, + STATE(6521), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(7620), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(7083), 4, + sym__universally_allowed_pattern, + sym__tuple_pattern, + sym__case_pattern, + sym__type_casting_pattern, + ACTIONS(7618), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [201462] = 6, + ACTIONS(7632), 1, + anon_sym_get, + ACTIONS(7634), 1, + anon_sym_set, + ACTIONS(7636), 1, + anon_sym__modify, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7638), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(7630), 32, + anon_sym_lazy, + anon_sym_package, + anon_sym_class, + anon_sym_willSet, + anon_sym_didSet, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [201514] = 23, + ACTIONS(985), 1, + anon_sym_case, + ACTIONS(993), 1, + anon_sym_is, + ACTIONS(3882), 1, + sym_where_keyword, + ACTIONS(7622), 1, + anon_sym_LPAREN, + ACTIONS(7626), 1, + sym_wildcard_pattern, + ACTIONS(7628), 1, + sym__dot_custom, + ACTIONS(7640), 1, + anon_sym_LBRACE, + STATE(4925), 1, + sym_value_binding_pattern, + STATE(5762), 1, + sym__dot, + STATE(6465), 1, + sym_simple_identifier, + STATE(6876), 1, + sym__simple_user_type, + STATE(7068), 1, + sym__binding_pattern_no_expr, + STATE(7089), 1, + sym__bound_identifier, + STATE(7090), 1, + sym__binding_pattern, + STATE(7265), 1, + sym__block, + STATE(8735), 1, + sym_user_type, + STATE(8959), 1, + sym_where_clause, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(97), 2, + anon_sym_let, + anon_sym_var, + STATE(6521), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(7620), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(7083), 4, + sym__universally_allowed_pattern, + sym__tuple_pattern, + sym__case_pattern, + sym__type_casting_pattern, + ACTIONS(7618), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [201600] = 23, + ACTIONS(7604), 1, + anon_sym_LPAREN, + ACTIONS(7608), 1, + anon_sym_case, + ACTIONS(7610), 1, + anon_sym_try, + ACTIONS(7612), 1, + anon_sym_is, + ACTIONS(7614), 1, + sym_wildcard_pattern, + ACTIONS(7616), 1, + sym__dot_custom, + ACTIONS(7642), 1, + anon_sym_await, + STATE(4872), 1, + sym_try_operator, + STATE(4930), 1, + sym_value_binding_pattern, + STATE(4943), 1, + sym__await_operator, + STATE(5723), 1, + sym__dot, + STATE(6392), 1, + sym_simple_identifier, + STATE(6876), 1, + sym__simple_user_type, + STATE(7241), 1, + sym__binding_pattern, + STATE(7259), 1, + sym__binding_pattern_no_expr, + STATE(7273), 1, + sym__bound_identifier, + STATE(8795), 1, + sym_user_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(97), 2, + anon_sym_let, + anon_sym_var, + STATE(6570), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(7602), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(7232), 4, + sym__universally_allowed_pattern, + sym__tuple_pattern, + sym__case_pattern, + sym__type_casting_pattern, + ACTIONS(7600), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [201686] = 18, + ACTIONS(3249), 1, + anon_sym_each, + ACTIONS(3251), 1, + anon_sym_repeat, + ACTIONS(3259), 1, + anon_sym_some, + ACTIONS(3261), 1, + anon_sym_any, + ACTIONS(3263), 1, + anon_sym_TILDE, + ACTIONS(7318), 1, + anon_sym_LPAREN, + ACTIONS(7320), 1, + anon_sym_LBRACK, + STATE(1884), 1, + sym_tuple_type, + STATE(1925), 1, + sym_unannotated_type, + STATE(2044), 1, + sym__simple_user_type, + STATE(2096), 1, + sym_simple_identifier, + STATE(2191), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2190), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(3247), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(2077), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(3245), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(2182), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [201761] = 18, + ACTIONS(3906), 1, + anon_sym_each, + ACTIONS(3911), 1, + anon_sym_repeat, + ACTIONS(3913), 1, + anon_sym_LPAREN, + ACTIONS(3915), 1, + anon_sym_LBRACK, + ACTIONS(3917), 1, + anon_sym_some, + ACTIONS(3919), 1, + anon_sym_any, + ACTIONS(3921), 1, + anon_sym_TILDE, + STATE(3653), 1, + sym_tuple_type, + STATE(3828), 1, + sym_unannotated_type, + STATE(3837), 1, + sym_simple_identifier, + STATE(3847), 1, + sym__simple_user_type, + STATE(3910), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(3868), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(3904), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(3867), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(3902), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(3942), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [201836] = 18, + ACTIONS(3038), 1, + anon_sym_each, + ACTIONS(3040), 1, + anon_sym_repeat, + ACTIONS(3048), 1, + anon_sym_some, + ACTIONS(3050), 1, + anon_sym_any, + ACTIONS(3052), 1, + anon_sym_TILDE, + ACTIONS(7338), 1, + anon_sym_LPAREN, + ACTIONS(7340), 1, + anon_sym_LBRACK, + STATE(1874), 1, + sym_tuple_type, + STATE(1895), 1, + sym_unannotated_type, + STATE(2024), 1, + sym__simple_user_type, + STATE(2074), 1, + sym_simple_identifier, + STATE(2101), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2103), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(3036), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1998), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(3034), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(2143), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [201911] = 18, + ACTIONS(6801), 1, + anon_sym_each, + ACTIONS(6803), 1, + anon_sym_repeat, + ACTIONS(6805), 1, + anon_sym_LPAREN, + ACTIONS(6807), 1, + anon_sym_LBRACK, + ACTIONS(6809), 1, + anon_sym_some, + ACTIONS(6811), 1, + anon_sym_any, + ACTIONS(6813), 1, + anon_sym_TILDE, + STATE(5325), 1, + sym_tuple_type, + STATE(5552), 1, + sym__simple_user_type, + STATE(5587), 1, + sym_simple_identifier, + STATE(5609), 1, + sym_unannotated_type, + STATE(6093), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5771), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(6799), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5859), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6797), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6194), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [201986] = 18, + ACTIONS(5028), 1, + anon_sym_each, + ACTIONS(5030), 1, + anon_sym_repeat, + ACTIONS(5032), 1, + anon_sym_LPAREN, + ACTIONS(5034), 1, + anon_sym_LBRACK, + ACTIONS(5036), 1, + anon_sym_some, + ACTIONS(5038), 1, + anon_sym_any, + ACTIONS(5040), 1, + anon_sym_TILDE, + STATE(5054), 1, + sym_tuple_type, + STATE(5098), 1, + sym_unannotated_type, + STATE(5112), 1, + sym__simple_user_type, + STATE(5120), 1, + sym_simple_identifier, + STATE(5273), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5127), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5026), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5157), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5024), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5446), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [202061] = 18, + ACTIONS(3906), 1, + anon_sym_each, + ACTIONS(3911), 1, + anon_sym_repeat, + ACTIONS(3913), 1, + anon_sym_LPAREN, + ACTIONS(3915), 1, + anon_sym_LBRACK, + ACTIONS(3917), 1, + anon_sym_some, + ACTIONS(3919), 1, + anon_sym_any, + ACTIONS(3921), 1, + anon_sym_TILDE, + STATE(3653), 1, + sym_tuple_type, + STATE(3819), 1, + sym_unannotated_type, + STATE(3837), 1, + sym_simple_identifier, + STATE(3847), 1, + sym__simple_user_type, + STATE(3910), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(3868), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(3904), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(3867), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(3902), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(3942), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [202136] = 18, + ACTIONS(3906), 1, + anon_sym_each, + ACTIONS(3911), 1, + anon_sym_repeat, + ACTIONS(3913), 1, + anon_sym_LPAREN, + ACTIONS(3915), 1, + anon_sym_LBRACK, + ACTIONS(3917), 1, + anon_sym_some, + ACTIONS(3919), 1, + anon_sym_any, + ACTIONS(3921), 1, + anon_sym_TILDE, + STATE(3653), 1, + sym_tuple_type, + STATE(3820), 1, + sym_unannotated_type, + STATE(3837), 1, + sym_simple_identifier, + STATE(3847), 1, + sym__simple_user_type, + STATE(3910), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(3868), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(3904), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(3867), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(3902), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(3942), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [202211] = 18, + ACTIONS(3906), 1, + anon_sym_each, + ACTIONS(3911), 1, + anon_sym_repeat, + ACTIONS(3913), 1, + anon_sym_LPAREN, + ACTIONS(3915), 1, + anon_sym_LBRACK, + ACTIONS(3917), 1, + anon_sym_some, + ACTIONS(3919), 1, + anon_sym_any, + ACTIONS(3921), 1, + anon_sym_TILDE, + STATE(3653), 1, + sym_tuple_type, + STATE(3824), 1, + sym_unannotated_type, + STATE(3837), 1, + sym_simple_identifier, + STATE(3847), 1, + sym__simple_user_type, + STATE(3910), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(3868), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(3904), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(3867), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(3902), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(3942), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [202286] = 18, + ACTIONS(3458), 1, + anon_sym_each, + ACTIONS(3463), 1, + anon_sym_repeat, + ACTIONS(3465), 1, + anon_sym_LPAREN, + ACTIONS(3467), 1, + anon_sym_LBRACK, + ACTIONS(3469), 1, + anon_sym_some, + ACTIONS(3471), 1, + anon_sym_any, + ACTIONS(3473), 1, + anon_sym_TILDE, + STATE(2259), 1, + sym_tuple_type, + STATE(2503), 1, + sym_unannotated_type, + STATE(2808), 1, + sym__simple_user_type, + STATE(2813), 1, + sym_simple_identifier, + STATE(3699), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2903), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(3456), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(2909), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(3454), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(3833), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [202361] = 18, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5309), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [202436] = 18, + ACTIONS(3458), 1, + anon_sym_each, + ACTIONS(3463), 1, + anon_sym_repeat, + ACTIONS(3465), 1, + anon_sym_LPAREN, + ACTIONS(3467), 1, + anon_sym_LBRACK, + ACTIONS(3469), 1, + anon_sym_some, + ACTIONS(3471), 1, + anon_sym_any, + ACTIONS(3473), 1, + anon_sym_TILDE, + STATE(2259), 1, + sym_tuple_type, + STATE(2482), 1, + sym_unannotated_type, + STATE(2808), 1, + sym__simple_user_type, + STATE(2813), 1, + sym_simple_identifier, + STATE(3699), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2903), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(3456), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(2909), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(3454), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(3833), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [202511] = 18, + ACTIONS(3458), 1, + anon_sym_each, + ACTIONS(3463), 1, + anon_sym_repeat, + ACTIONS(3465), 1, + anon_sym_LPAREN, + ACTIONS(3467), 1, + anon_sym_LBRACK, + ACTIONS(3469), 1, + anon_sym_some, + ACTIONS(3471), 1, + anon_sym_any, + ACTIONS(3473), 1, + anon_sym_TILDE, + STATE(2259), 1, + sym_tuple_type, + STATE(2485), 1, + sym_unannotated_type, + STATE(2808), 1, + sym__simple_user_type, + STATE(2813), 1, + sym_simple_identifier, + STATE(3699), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2903), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(3456), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(2909), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(3454), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(3833), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [202586] = 18, + ACTIONS(3458), 1, + anon_sym_each, + ACTIONS(3463), 1, + anon_sym_repeat, + ACTIONS(3465), 1, + anon_sym_LPAREN, + ACTIONS(3467), 1, + anon_sym_LBRACK, + ACTIONS(3469), 1, + anon_sym_some, + ACTIONS(3471), 1, + anon_sym_any, + ACTIONS(3473), 1, + anon_sym_TILDE, + STATE(2259), 1, + sym_tuple_type, + STATE(2490), 1, + sym_unannotated_type, + STATE(2808), 1, + sym__simple_user_type, + STATE(2813), 1, + sym_simple_identifier, + STATE(3699), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2903), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(3456), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(2909), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(3454), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(3833), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [202661] = 18, + ACTIONS(1741), 1, + anon_sym_each, + ACTIONS(1743), 1, + anon_sym_repeat, + ACTIONS(1751), 1, + anon_sym_some, + ACTIONS(1753), 1, + anon_sym_any, + ACTIONS(1755), 1, + anon_sym_TILDE, + ACTIONS(7322), 1, + anon_sym_LPAREN, + ACTIONS(7324), 1, + anon_sym_LBRACK, + STATE(802), 1, + sym_tuple_type, + STATE(811), 1, + sym__simple_user_type, + STATE(818), 1, + sym_unannotated_type, + STATE(819), 1, + sym_simple_identifier, + STATE(842), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(844), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(763), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(809), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(761), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(837), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [202736] = 18, + ACTIONS(1741), 1, + anon_sym_each, + ACTIONS(1743), 1, + anon_sym_repeat, + ACTIONS(1751), 1, + anon_sym_some, + ACTIONS(1753), 1, + anon_sym_any, + ACTIONS(1755), 1, + anon_sym_TILDE, + ACTIONS(7322), 1, + anon_sym_LPAREN, + ACTIONS(7324), 1, + anon_sym_LBRACK, + STATE(802), 1, + sym_tuple_type, + STATE(811), 1, + sym__simple_user_type, + STATE(814), 1, + sym_unannotated_type, + STATE(819), 1, + sym_simple_identifier, + STATE(842), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(844), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(763), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(809), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(761), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(837), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [202811] = 18, + ACTIONS(1741), 1, + anon_sym_each, + ACTIONS(1743), 1, + anon_sym_repeat, + ACTIONS(1751), 1, + anon_sym_some, + ACTIONS(1753), 1, + anon_sym_any, + ACTIONS(1755), 1, + anon_sym_TILDE, + ACTIONS(7322), 1, + anon_sym_LPAREN, + ACTIONS(7324), 1, + anon_sym_LBRACK, + STATE(802), 1, + sym_tuple_type, + STATE(811), 1, + sym__simple_user_type, + STATE(815), 1, + sym_unannotated_type, + STATE(819), 1, + sym_simple_identifier, + STATE(842), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(844), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(763), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(809), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(761), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(837), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [202886] = 18, + ACTIONS(2948), 1, + anon_sym_each, + ACTIONS(2950), 1, + anon_sym_repeat, + ACTIONS(2952), 1, + anon_sym_LPAREN, + ACTIONS(2954), 1, + anon_sym_LBRACK, + ACTIONS(2956), 1, + anon_sym_some, + ACTIONS(2958), 1, + anon_sym_any, + ACTIONS(2960), 1, + anon_sym_TILDE, + STATE(1726), 1, + sym_tuple_type, + STATE(1744), 1, + sym_simple_identifier, + STATE(1770), 1, + sym_unannotated_type, + STATE(1799), 1, + sym__simple_user_type, + STATE(1819), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1742), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2943), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1760), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(2941), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(1881), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [202961] = 18, + ACTIONS(6801), 1, + anon_sym_each, + ACTIONS(6803), 1, + anon_sym_repeat, + ACTIONS(6805), 1, + anon_sym_LPAREN, + ACTIONS(6807), 1, + anon_sym_LBRACK, + ACTIONS(6809), 1, + anon_sym_some, + ACTIONS(6811), 1, + anon_sym_any, + ACTIONS(6813), 1, + anon_sym_TILDE, + STATE(5325), 1, + sym_tuple_type, + STATE(5552), 1, + sym__simple_user_type, + STATE(5587), 1, + sym_simple_identifier, + STATE(5605), 1, + sym_unannotated_type, + STATE(6093), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5771), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(6799), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5859), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6797), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6194), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [203036] = 18, + ACTIONS(6801), 1, + anon_sym_each, + ACTIONS(6803), 1, + anon_sym_repeat, + ACTIONS(6805), 1, + anon_sym_LPAREN, + ACTIONS(6807), 1, + anon_sym_LBRACK, + ACTIONS(6809), 1, + anon_sym_some, + ACTIONS(6811), 1, + anon_sym_any, + ACTIONS(6813), 1, + anon_sym_TILDE, + STATE(5325), 1, + sym_tuple_type, + STATE(5552), 1, + sym__simple_user_type, + STATE(5587), 1, + sym_simple_identifier, + STATE(5606), 1, + sym_unannotated_type, + STATE(6093), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5771), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(6799), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5859), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6797), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6194), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [203111] = 18, + ACTIONS(2948), 1, + anon_sym_each, + ACTIONS(2950), 1, + anon_sym_repeat, + ACTIONS(2952), 1, + anon_sym_LPAREN, + ACTIONS(2954), 1, + anon_sym_LBRACK, + ACTIONS(2956), 1, + anon_sym_some, + ACTIONS(2958), 1, + anon_sym_any, + ACTIONS(2960), 1, + anon_sym_TILDE, + STATE(1726), 1, + sym_tuple_type, + STATE(1744), 1, + sym_simple_identifier, + STATE(1767), 1, + sym_unannotated_type, + STATE(1799), 1, + sym__simple_user_type, + STATE(1819), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1742), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2943), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1760), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(2941), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(1881), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [203186] = 18, + ACTIONS(2948), 1, + anon_sym_each, + ACTIONS(2950), 1, + anon_sym_repeat, + ACTIONS(2952), 1, + anon_sym_LPAREN, + ACTIONS(2954), 1, + anon_sym_LBRACK, + ACTIONS(2956), 1, + anon_sym_some, + ACTIONS(2958), 1, + anon_sym_any, + ACTIONS(2960), 1, + anon_sym_TILDE, + STATE(1726), 1, + sym_tuple_type, + STATE(1744), 1, + sym_simple_identifier, + STATE(1768), 1, + sym_unannotated_type, + STATE(1799), 1, + sym__simple_user_type, + STATE(1819), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1742), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2943), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1760), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(2941), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(1881), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [203261] = 18, + ACTIONS(2948), 1, + anon_sym_each, + ACTIONS(2950), 1, + anon_sym_repeat, + ACTIONS(2952), 1, + anon_sym_LPAREN, + ACTIONS(2954), 1, + anon_sym_LBRACK, + ACTIONS(2956), 1, + anon_sym_some, + ACTIONS(2958), 1, + anon_sym_any, + ACTIONS(2960), 1, + anon_sym_TILDE, + STATE(1726), 1, + sym_tuple_type, + STATE(1744), 1, + sym_simple_identifier, + STATE(1765), 1, + sym_unannotated_type, + STATE(1799), 1, + sym__simple_user_type, + STATE(1819), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1742), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2943), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1760), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(2941), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(1881), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [203336] = 18, + ACTIONS(3479), 1, + anon_sym_each, + ACTIONS(3484), 1, + anon_sym_repeat, + ACTIONS(3486), 1, + anon_sym_LPAREN, + ACTIONS(3488), 1, + anon_sym_LBRACK, + ACTIONS(3490), 1, + anon_sym_some, + ACTIONS(3492), 1, + anon_sym_any, + ACTIONS(3494), 1, + anon_sym_TILDE, + STATE(2406), 1, + sym_tuple_type, + STATE(2773), 1, + sym_unannotated_type, + STATE(2894), 1, + sym_simple_identifier, + STATE(3087), 1, + sym__simple_user_type, + STATE(3806), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(3234), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(3477), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(3121), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(3475), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(3843), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [203411] = 18, + ACTIONS(6435), 1, + anon_sym_each, + ACTIONS(6437), 1, + anon_sym_repeat, + ACTIONS(6439), 1, + anon_sym_LPAREN, + ACTIONS(6441), 1, + anon_sym_LBRACK, + ACTIONS(6443), 1, + anon_sym_some, + ACTIONS(6445), 1, + anon_sym_any, + ACTIONS(6447), 1, + anon_sym_TILDE, + STATE(5143), 1, + sym_tuple_type, + STATE(5343), 1, + sym_unannotated_type, + STATE(5434), 1, + sym__simple_user_type, + STATE(5541), 1, + sym_simple_identifier, + STATE(5941), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5881), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(6433), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5531), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6431), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6054), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [203486] = 18, + ACTIONS(3479), 1, + anon_sym_each, + ACTIONS(3484), 1, + anon_sym_repeat, + ACTIONS(3486), 1, + anon_sym_LPAREN, + ACTIONS(3488), 1, + anon_sym_LBRACK, + ACTIONS(3490), 1, + anon_sym_some, + ACTIONS(3492), 1, + anon_sym_any, + ACTIONS(3494), 1, + anon_sym_TILDE, + STATE(2406), 1, + sym_tuple_type, + STATE(2769), 1, + sym_unannotated_type, + STATE(2894), 1, + sym_simple_identifier, + STATE(3087), 1, + sym__simple_user_type, + STATE(3806), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(3234), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(3477), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(3121), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(3475), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(3843), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [203561] = 18, + ACTIONS(3479), 1, + anon_sym_each, + ACTIONS(3484), 1, + anon_sym_repeat, + ACTIONS(3486), 1, + anon_sym_LPAREN, + ACTIONS(3488), 1, + anon_sym_LBRACK, + ACTIONS(3490), 1, + anon_sym_some, + ACTIONS(3492), 1, + anon_sym_any, + ACTIONS(3494), 1, + anon_sym_TILDE, + STATE(2406), 1, + sym_tuple_type, + STATE(2770), 1, + sym_unannotated_type, + STATE(2894), 1, + sym_simple_identifier, + STATE(3087), 1, + sym__simple_user_type, + STATE(3806), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(3234), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(3477), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(3121), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(3475), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(3843), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [203636] = 18, + ACTIONS(3479), 1, + anon_sym_each, + ACTIONS(3484), 1, + anon_sym_repeat, + ACTIONS(3486), 1, + anon_sym_LPAREN, + ACTIONS(3488), 1, + anon_sym_LBRACK, + ACTIONS(3490), 1, + anon_sym_some, + ACTIONS(3492), 1, + anon_sym_any, + ACTIONS(3494), 1, + anon_sym_TILDE, + STATE(2406), 1, + sym_tuple_type, + STATE(2772), 1, + sym_unannotated_type, + STATE(2894), 1, + sym_simple_identifier, + STATE(3087), 1, + sym__simple_user_type, + STATE(3806), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(3234), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(3477), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(3121), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(3475), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(3843), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [203711] = 18, + ACTIONS(1915), 1, + anon_sym_each, + ACTIONS(1920), 1, + anon_sym_repeat, + ACTIONS(1928), 1, + anon_sym_some, + ACTIONS(1930), 1, + anon_sym_any, + ACTIONS(1932), 1, + anon_sym_TILDE, + ACTIONS(7330), 1, + anon_sym_LPAREN, + ACTIONS(7332), 1, + anon_sym_LBRACK, + STATE(999), 1, + sym_tuple_type, + STATE(1004), 1, + sym_unannotated_type, + STATE(1028), 1, + sym__simple_user_type, + STATE(1045), 1, + sym_simple_identifier, + STATE(1064), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1055), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(1913), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1030), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(1911), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(1063), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [203786] = 18, + ACTIONS(5759), 1, + anon_sym_each, + ACTIONS(5761), 1, + anon_sym_repeat, + ACTIONS(5763), 1, + anon_sym_LPAREN, + ACTIONS(5765), 1, + anon_sym_LBRACK, + ACTIONS(5767), 1, + anon_sym_some, + ACTIONS(5769), 1, + anon_sym_any, + ACTIONS(5771), 1, + anon_sym_TILDE, + STATE(5160), 1, + sym_tuple_type, + STATE(5255), 1, + sym_unannotated_type, + STATE(5387), 1, + sym__simple_user_type, + STATE(5409), 1, + sym_simple_identifier, + STATE(5993), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5648), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5757), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5560), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5755), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6047), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [203861] = 18, + ACTIONS(1915), 1, + anon_sym_each, + ACTIONS(1920), 1, + anon_sym_repeat, + ACTIONS(1928), 1, + anon_sym_some, + ACTIONS(1930), 1, + anon_sym_any, + ACTIONS(1932), 1, + anon_sym_TILDE, + ACTIONS(7330), 1, + anon_sym_LPAREN, + ACTIONS(7332), 1, + anon_sym_LBRACK, + STATE(999), 1, + sym_tuple_type, + STATE(1010), 1, + sym_unannotated_type, + STATE(1028), 1, + sym__simple_user_type, + STATE(1045), 1, + sym_simple_identifier, + STATE(1064), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1055), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(1913), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1030), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(1911), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(1063), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [203936] = 18, + ACTIONS(1915), 1, + anon_sym_each, + ACTIONS(1920), 1, + anon_sym_repeat, + ACTIONS(1928), 1, + anon_sym_some, + ACTIONS(1930), 1, + anon_sym_any, + ACTIONS(1932), 1, + anon_sym_TILDE, + ACTIONS(7330), 1, + anon_sym_LPAREN, + ACTIONS(7332), 1, + anon_sym_LBRACK, + STATE(999), 1, + sym_tuple_type, + STATE(1005), 1, + sym_unannotated_type, + STATE(1028), 1, + sym__simple_user_type, + STATE(1045), 1, + sym_simple_identifier, + STATE(1064), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1055), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(1913), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1030), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(1911), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(1063), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [204011] = 18, + ACTIONS(1915), 1, + anon_sym_each, + ACTIONS(1920), 1, + anon_sym_repeat, + ACTIONS(1928), 1, + anon_sym_some, + ACTIONS(1930), 1, + anon_sym_any, + ACTIONS(1932), 1, + anon_sym_TILDE, + ACTIONS(7330), 1, + anon_sym_LPAREN, + ACTIONS(7332), 1, + anon_sym_LBRACK, + STATE(999), 1, + sym_tuple_type, + STATE(1006), 1, + sym_unannotated_type, + STATE(1028), 1, + sym__simple_user_type, + STATE(1045), 1, + sym_simple_identifier, + STATE(1064), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1055), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(1913), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1030), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(1911), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(1063), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [204086] = 18, + ACTIONS(2917), 1, + anon_sym_LPAREN, + ACTIONS(2919), 1, + anon_sym_LBRACK, + ACTIONS(2925), 1, + anon_sym_TILDE, + ACTIONS(6744), 1, + anon_sym_each, + ACTIONS(6746), 1, + anon_sym_repeat, + ACTIONS(6748), 1, + anon_sym_some, + ACTIONS(6750), 1, + anon_sym_any, + STATE(1755), 1, + sym_simple_identifier, + STATE(1773), 1, + sym__simple_user_type, + STATE(1899), 1, + sym__parenthesized_type, + STATE(5322), 1, + sym_tuple_type, + STATE(5598), 1, + sym_unannotated_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1794), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2908), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1783), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(2906), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(1941), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [204161] = 18, + ACTIONS(2917), 1, + anon_sym_LPAREN, + ACTIONS(2919), 1, + anon_sym_LBRACK, + ACTIONS(2925), 1, + anon_sym_TILDE, + ACTIONS(6744), 1, + anon_sym_each, + ACTIONS(6746), 1, + anon_sym_repeat, + ACTIONS(6748), 1, + anon_sym_some, + ACTIONS(6750), 1, + anon_sym_any, + STATE(1755), 1, + sym_simple_identifier, + STATE(1773), 1, + sym__simple_user_type, + STATE(1899), 1, + sym__parenthesized_type, + STATE(5322), 1, + sym_tuple_type, + STATE(5599), 1, + sym_unannotated_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1794), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2908), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1783), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(2906), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(1941), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [204236] = 18, + ACTIONS(5028), 1, + anon_sym_each, + ACTIONS(5030), 1, + anon_sym_repeat, + ACTIONS(5032), 1, + anon_sym_LPAREN, + ACTIONS(5034), 1, + anon_sym_LBRACK, + ACTIONS(5036), 1, + anon_sym_some, + ACTIONS(5038), 1, + anon_sym_any, + ACTIONS(5040), 1, + anon_sym_TILDE, + STATE(5054), 1, + sym_tuple_type, + STATE(5085), 1, + sym_unannotated_type, + STATE(5112), 1, + sym__simple_user_type, + STATE(5120), 1, + sym_simple_identifier, + STATE(5273), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5127), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5026), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5157), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5024), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5446), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [204311] = 18, + ACTIONS(5759), 1, + anon_sym_each, + ACTIONS(5761), 1, + anon_sym_repeat, + ACTIONS(5763), 1, + anon_sym_LPAREN, + ACTIONS(5765), 1, + anon_sym_LBRACK, + ACTIONS(5767), 1, + anon_sym_some, + ACTIONS(5769), 1, + anon_sym_any, + ACTIONS(5771), 1, + anon_sym_TILDE, + STATE(5160), 1, + sym_tuple_type, + STATE(5284), 1, + sym_unannotated_type, + STATE(5387), 1, + sym__simple_user_type, + STATE(5409), 1, + sym_simple_identifier, + STATE(5993), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5648), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5757), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5560), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5755), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6047), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [204386] = 18, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5283), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [204461] = 18, + ACTIONS(5759), 1, + anon_sym_each, + ACTIONS(5761), 1, + anon_sym_repeat, + ACTIONS(5763), 1, + anon_sym_LPAREN, + ACTIONS(5765), 1, + anon_sym_LBRACK, + ACTIONS(5767), 1, + anon_sym_some, + ACTIONS(5769), 1, + anon_sym_any, + ACTIONS(5771), 1, + anon_sym_TILDE, + STATE(5160), 1, + sym_tuple_type, + STATE(5289), 1, + sym_unannotated_type, + STATE(5387), 1, + sym__simple_user_type, + STATE(5409), 1, + sym_simple_identifier, + STATE(5993), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5648), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5757), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5560), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5755), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6047), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [204536] = 18, + ACTIONS(5396), 1, + anon_sym_each, + ACTIONS(5398), 1, + anon_sym_repeat, + ACTIONS(5400), 1, + anon_sym_LPAREN, + ACTIONS(5402), 1, + anon_sym_LBRACK, + ACTIONS(5404), 1, + anon_sym_some, + ACTIONS(5406), 1, + anon_sym_any, + ACTIONS(5408), 1, + anon_sym_TILDE, + STATE(5077), 1, + sym_tuple_type, + STATE(5158), 1, + sym_unannotated_type, + STATE(5198), 1, + sym__simple_user_type, + STATE(5199), 1, + sym_simple_identifier, + STATE(5617), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5264), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5394), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5291), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5392), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5658), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [204611] = 4, + ACTIONS(7646), 1, + anon_sym_fallthrough, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7648), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(7644), 33, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [204658] = 18, + ACTIONS(6805), 1, + anon_sym_LPAREN, + ACTIONS(6807), 1, + anon_sym_LBRACK, + ACTIONS(6813), 1, + anon_sym_TILDE, + ACTIONS(6879), 1, + anon_sym_each, + ACTIONS(6881), 1, + anon_sym_repeat, + ACTIONS(6883), 1, + anon_sym_some, + ACTIONS(6885), 1, + anon_sym_any, + STATE(5437), 1, + sym_tuple_type, + STATE(5552), 1, + sym__simple_user_type, + STATE(5587), 1, + sym_simple_identifier, + STATE(5874), 1, + sym_unannotated_type, + STATE(6093), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5771), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(6799), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5859), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6797), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6194), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [204733] = 18, + ACTIONS(5396), 1, + anon_sym_each, + ACTIONS(5398), 1, + anon_sym_repeat, + ACTIONS(5400), 1, + anon_sym_LPAREN, + ACTIONS(5402), 1, + anon_sym_LBRACK, + ACTIONS(5404), 1, + anon_sym_some, + ACTIONS(5406), 1, + anon_sym_any, + ACTIONS(5408), 1, + anon_sym_TILDE, + STATE(5077), 1, + sym_tuple_type, + STATE(5172), 1, + sym_unannotated_type, + STATE(5198), 1, + sym__simple_user_type, + STATE(5199), 1, + sym_simple_identifier, + STATE(5617), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5264), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5394), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5291), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5392), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5658), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [204808] = 18, + ACTIONS(5856), 1, + anon_sym_each, + ACTIONS(5858), 1, + anon_sym_repeat, + ACTIONS(5860), 1, + anon_sym_LPAREN, + ACTIONS(5862), 1, + anon_sym_LBRACK, + ACTIONS(5864), 1, + anon_sym_some, + ACTIONS(5866), 1, + anon_sym_any, + ACTIONS(5868), 1, + anon_sym_TILDE, + STATE(5151), 1, + sym_tuple_type, + STATE(5319), 1, + sym_unannotated_type, + STATE(5445), 1, + sym__simple_user_type, + STATE(5456), 1, + sym_simple_identifier, + STATE(5994), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5628), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5854), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5623), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5852), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6097), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [204883] = 18, + ACTIONS(6805), 1, + anon_sym_LPAREN, + ACTIONS(6807), 1, + anon_sym_LBRACK, + ACTIONS(6813), 1, + anon_sym_TILDE, + ACTIONS(6879), 1, + anon_sym_each, + ACTIONS(6881), 1, + anon_sym_repeat, + ACTIONS(6883), 1, + anon_sym_some, + ACTIONS(6885), 1, + anon_sym_any, + STATE(5437), 1, + sym_tuple_type, + STATE(5552), 1, + sym__simple_user_type, + STATE(5587), 1, + sym_simple_identifier, + STATE(5877), 1, + sym_unannotated_type, + STATE(6093), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5771), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(6799), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5859), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6797), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6194), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [204958] = 18, + ACTIONS(6435), 1, + anon_sym_each, + ACTIONS(6437), 1, + anon_sym_repeat, + ACTIONS(6439), 1, + anon_sym_LPAREN, + ACTIONS(6441), 1, + anon_sym_LBRACK, + ACTIONS(6443), 1, + anon_sym_some, + ACTIONS(6445), 1, + anon_sym_any, + ACTIONS(6447), 1, + anon_sym_TILDE, + STATE(5143), 1, + sym_tuple_type, + STATE(5269), 1, + sym_unannotated_type, + STATE(5434), 1, + sym__simple_user_type, + STATE(5541), 1, + sym_simple_identifier, + STATE(5941), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5881), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(6433), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5531), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6431), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6054), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [205033] = 18, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5270), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [205108] = 18, + ACTIONS(3038), 1, + anon_sym_each, + ACTIONS(3040), 1, + anon_sym_repeat, + ACTIONS(3048), 1, + anon_sym_some, + ACTIONS(3050), 1, + anon_sym_any, + ACTIONS(3052), 1, + anon_sym_TILDE, + ACTIONS(7338), 1, + anon_sym_LPAREN, + ACTIONS(7340), 1, + anon_sym_LBRACK, + STATE(1874), 1, + sym_tuple_type, + STATE(1889), 1, + sym_unannotated_type, + STATE(2024), 1, + sym__simple_user_type, + STATE(2074), 1, + sym_simple_identifier, + STATE(2101), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2103), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(3036), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1998), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(3034), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(2143), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [205183] = 18, + ACTIONS(5396), 1, + anon_sym_each, + ACTIONS(5398), 1, + anon_sym_repeat, + ACTIONS(5400), 1, + anon_sym_LPAREN, + ACTIONS(5402), 1, + anon_sym_LBRACK, + ACTIONS(5404), 1, + anon_sym_some, + ACTIONS(5406), 1, + anon_sym_any, + ACTIONS(5408), 1, + anon_sym_TILDE, + STATE(5077), 1, + sym_tuple_type, + STATE(5161), 1, + sym_unannotated_type, + STATE(5198), 1, + sym__simple_user_type, + STATE(5199), 1, + sym_simple_identifier, + STATE(5617), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5264), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5394), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5291), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5392), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5658), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [205258] = 18, + ACTIONS(5396), 1, + anon_sym_each, + ACTIONS(5398), 1, + anon_sym_repeat, + ACTIONS(5400), 1, + anon_sym_LPAREN, + ACTIONS(5402), 1, + anon_sym_LBRACK, + ACTIONS(5404), 1, + anon_sym_some, + ACTIONS(5406), 1, + anon_sym_any, + ACTIONS(5408), 1, + anon_sym_TILDE, + STATE(5077), 1, + sym_tuple_type, + STATE(5165), 1, + sym_unannotated_type, + STATE(5198), 1, + sym__simple_user_type, + STATE(5199), 1, + sym_simple_identifier, + STATE(5617), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5264), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5394), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5291), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5392), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5658), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [205333] = 18, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6150), 1, + sym_unannotated_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [205408] = 18, + ACTIONS(6171), 1, + anon_sym_each, + ACTIONS(6173), 1, + anon_sym_repeat, + ACTIONS(6175), 1, + anon_sym_LPAREN, + ACTIONS(6177), 1, + anon_sym_LBRACK, + ACTIONS(6179), 1, + anon_sym_some, + ACTIONS(6181), 1, + anon_sym_any, + ACTIONS(6183), 1, + anon_sym_TILDE, + STATE(5175), 1, + sym_tuple_type, + STATE(5436), 1, + sym_unannotated_type, + STATE(5471), 1, + sym__simple_user_type, + STATE(5522), 1, + sym_simple_identifier, + STATE(6064), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5689), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(6169), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5832), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6167), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6161), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [205483] = 18, + ACTIONS(6171), 1, + anon_sym_each, + ACTIONS(6173), 1, + anon_sym_repeat, + ACTIONS(6175), 1, + anon_sym_LPAREN, + ACTIONS(6177), 1, + anon_sym_LBRACK, + ACTIONS(6179), 1, + anon_sym_some, + ACTIONS(6181), 1, + anon_sym_any, + ACTIONS(6183), 1, + anon_sym_TILDE, + STATE(5175), 1, + sym_tuple_type, + STATE(5377), 1, + sym_unannotated_type, + STATE(5471), 1, + sym__simple_user_type, + STATE(5522), 1, + sym_simple_identifier, + STATE(6064), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5689), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(6169), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5832), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6167), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6161), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [205558] = 18, + ACTIONS(5028), 1, + anon_sym_each, + ACTIONS(5030), 1, + anon_sym_repeat, + ACTIONS(5032), 1, + anon_sym_LPAREN, + ACTIONS(5034), 1, + anon_sym_LBRACK, + ACTIONS(5036), 1, + anon_sym_some, + ACTIONS(5038), 1, + anon_sym_any, + ACTIONS(5040), 1, + anon_sym_TILDE, + STATE(5054), 1, + sym_tuple_type, + STATE(5090), 1, + sym_unannotated_type, + STATE(5112), 1, + sym__simple_user_type, + STATE(5120), 1, + sym_simple_identifier, + STATE(5273), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5127), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5026), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5157), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5024), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5446), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [205633] = 18, + ACTIONS(5028), 1, + anon_sym_each, + ACTIONS(5030), 1, + anon_sym_repeat, + ACTIONS(5032), 1, + anon_sym_LPAREN, + ACTIONS(5034), 1, + anon_sym_LBRACK, + ACTIONS(5036), 1, + anon_sym_some, + ACTIONS(5038), 1, + anon_sym_any, + ACTIONS(5040), 1, + anon_sym_TILDE, + STATE(5054), 1, + sym_tuple_type, + STATE(5095), 1, + sym_unannotated_type, + STATE(5112), 1, + sym__simple_user_type, + STATE(5120), 1, + sym_simple_identifier, + STATE(5273), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5127), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5026), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5157), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5024), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5446), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [205708] = 18, + ACTIONS(2870), 1, + anon_sym_LPAREN, + ACTIONS(2872), 1, + anon_sym_LBRACK, + ACTIONS(2878), 1, + anon_sym_TILDE, + ACTIONS(5916), 1, + anon_sym_each, + ACTIONS(5918), 1, + anon_sym_repeat, + ACTIONS(5920), 1, + anon_sym_some, + ACTIONS(5922), 1, + anon_sym_any, + STATE(1719), 1, + sym_simple_identifier, + STATE(1721), 1, + sym__simple_user_type, + STATE(1801), 1, + sym__parenthesized_type, + STATE(5124), 1, + sym_tuple_type, + STATE(5320), 1, + sym_unannotated_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1746), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2861), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1733), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(2859), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(1870), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [205783] = 18, + ACTIONS(1755), 1, + anon_sym_TILDE, + ACTIONS(3267), 1, + anon_sym_each, + ACTIONS(3269), 1, + anon_sym_repeat, + ACTIONS(3271), 1, + anon_sym_some, + ACTIONS(3273), 1, + anon_sym_any, + ACTIONS(7322), 1, + anon_sym_LPAREN, + ACTIONS(7324), 1, + anon_sym_LBRACK, + STATE(811), 1, + sym__simple_user_type, + STATE(819), 1, + sym_simple_identifier, + STATE(842), 1, + sym__parenthesized_type, + STATE(1880), 1, + sym_tuple_type, + STATE(1943), 1, + sym_unannotated_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(844), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(763), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(809), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(761), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(837), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [205858] = 18, + ACTIONS(6171), 1, + anon_sym_each, + ACTIONS(6173), 1, + anon_sym_repeat, + ACTIONS(6175), 1, + anon_sym_LPAREN, + ACTIONS(6177), 1, + anon_sym_LBRACK, + ACTIONS(6179), 1, + anon_sym_some, + ACTIONS(6181), 1, + anon_sym_any, + ACTIONS(6183), 1, + anon_sym_TILDE, + STATE(5175), 1, + sym_tuple_type, + STATE(5351), 1, + sym_unannotated_type, + STATE(5471), 1, + sym__simple_user_type, + STATE(5522), 1, + sym_simple_identifier, + STATE(6064), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5689), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(6169), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5832), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6167), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6161), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [205933] = 18, + ACTIONS(5396), 1, + anon_sym_each, + ACTIONS(5398), 1, + anon_sym_repeat, + ACTIONS(5400), 1, + anon_sym_LPAREN, + ACTIONS(5402), 1, + anon_sym_LBRACK, + ACTIONS(5404), 1, + anon_sym_some, + ACTIONS(5406), 1, + anon_sym_any, + ACTIONS(5408), 1, + anon_sym_TILDE, + STATE(5077), 1, + sym_tuple_type, + STATE(5198), 1, + sym__simple_user_type, + STATE(5199), 1, + sym_simple_identifier, + STATE(5561), 1, + sym_unannotated_type, + STATE(5617), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5264), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5394), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5291), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5392), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5658), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [206008] = 4, + ACTIONS(7652), 1, + anon_sym_fallthrough, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7654), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(7650), 33, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [206055] = 18, + ACTIONS(6171), 1, + anon_sym_each, + ACTIONS(6173), 1, + anon_sym_repeat, + ACTIONS(6175), 1, + anon_sym_LPAREN, + ACTIONS(6177), 1, + anon_sym_LBRACK, + ACTIONS(6179), 1, + anon_sym_some, + ACTIONS(6181), 1, + anon_sym_any, + ACTIONS(6183), 1, + anon_sym_TILDE, + STATE(5175), 1, + sym_tuple_type, + STATE(5381), 1, + sym_unannotated_type, + STATE(5471), 1, + sym__simple_user_type, + STATE(5522), 1, + sym_simple_identifier, + STATE(6064), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5689), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(6169), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5832), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6167), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6161), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [206130] = 18, + ACTIONS(2952), 1, + anon_sym_LPAREN, + ACTIONS(2954), 1, + anon_sym_LBRACK, + ACTIONS(2960), 1, + anon_sym_TILDE, + ACTIONS(6261), 1, + anon_sym_each, + ACTIONS(6263), 1, + anon_sym_repeat, + ACTIONS(6265), 1, + anon_sym_some, + ACTIONS(6267), 1, + anon_sym_any, + STATE(1744), 1, + sym_simple_identifier, + STATE(1819), 1, + sym__parenthesized_type, + STATE(5239), 1, + sym_tuple_type, + STATE(5519), 1, + sym_unannotated_type, + STATE(5813), 1, + sym__simple_user_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1742), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2943), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1760), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(2941), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(1881), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [206205] = 18, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(6828), 1, + anon_sym_each, + ACTIONS(6830), 1, + anon_sym_repeat, + ACTIONS(6832), 1, + anon_sym_some, + ACTIONS(6834), 1, + anon_sym_any, + ACTIONS(6836), 1, + anon_sym_TILDE, + STATE(5163), 1, + sym_simple_identifier, + STATE(5596), 1, + sym_tuple_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(5947), 1, + sym_unannotated_type, + STATE(6133), 1, + sym__simple_user_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [206280] = 18, + ACTIONS(3060), 1, + anon_sym_each, + ACTIONS(3062), 1, + anon_sym_repeat, + ACTIONS(3066), 1, + anon_sym_LPAREN, + ACTIONS(3068), 1, + anon_sym_LBRACK, + ACTIONS(3070), 1, + anon_sym_some, + ACTIONS(3072), 1, + anon_sym_any, + ACTIONS(3074), 1, + anon_sym_TILDE, + STATE(5475), 1, + sym_tuple_type, + STATE(5924), 1, + sym_unannotated_type, + STATE(6032), 1, + sym_simple_identifier, + STATE(6123), 1, + sym__simple_user_type, + STATE(6356), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(6228), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(3058), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(6137), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(3056), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6481), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [206355] = 18, + ACTIONS(2952), 1, + anon_sym_LPAREN, + ACTIONS(2954), 1, + anon_sym_LBRACK, + ACTIONS(2960), 1, + anon_sym_TILDE, + ACTIONS(6261), 1, + anon_sym_each, + ACTIONS(6263), 1, + anon_sym_repeat, + ACTIONS(6265), 1, + anon_sym_some, + ACTIONS(6267), 1, + anon_sym_any, + STATE(1744), 1, + sym_simple_identifier, + STATE(1819), 1, + sym__parenthesized_type, + STATE(5239), 1, + sym_tuple_type, + STATE(5472), 1, + sym_unannotated_type, + STATE(5813), 1, + sym__simple_user_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1742), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2943), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1760), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(2941), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(1881), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [206430] = 18, + ACTIONS(2870), 1, + anon_sym_LPAREN, + ACTIONS(2872), 1, + anon_sym_LBRACK, + ACTIONS(2878), 1, + anon_sym_TILDE, + ACTIONS(5916), 1, + anon_sym_each, + ACTIONS(5918), 1, + anon_sym_repeat, + ACTIONS(5920), 1, + anon_sym_some, + ACTIONS(5922), 1, + anon_sym_any, + STATE(1719), 1, + sym_simple_identifier, + STATE(1721), 1, + sym__simple_user_type, + STATE(1801), 1, + sym__parenthesized_type, + STATE(5124), 1, + sym_tuple_type, + STATE(5316), 1, + sym_unannotated_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1746), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2861), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1733), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(2859), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(1870), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [206505] = 18, + ACTIONS(2870), 1, + anon_sym_LPAREN, + ACTIONS(2872), 1, + anon_sym_LBRACK, + ACTIONS(2878), 1, + anon_sym_TILDE, + ACTIONS(5916), 1, + anon_sym_each, + ACTIONS(5918), 1, + anon_sym_repeat, + ACTIONS(5920), 1, + anon_sym_some, + ACTIONS(5922), 1, + anon_sym_any, + STATE(1719), 1, + sym_simple_identifier, + STATE(1721), 1, + sym__simple_user_type, + STATE(1801), 1, + sym__parenthesized_type, + STATE(5124), 1, + sym_tuple_type, + STATE(5317), 1, + sym_unannotated_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1746), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2861), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1733), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(2859), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(1870), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [206580] = 18, + ACTIONS(2952), 1, + anon_sym_LPAREN, + ACTIONS(2954), 1, + anon_sym_LBRACK, + ACTIONS(2960), 1, + anon_sym_TILDE, + ACTIONS(6261), 1, + anon_sym_each, + ACTIONS(6263), 1, + anon_sym_repeat, + ACTIONS(6265), 1, + anon_sym_some, + ACTIONS(6267), 1, + anon_sym_any, + STATE(1744), 1, + sym_simple_identifier, + STATE(1819), 1, + sym__parenthesized_type, + STATE(5239), 1, + sym_tuple_type, + STATE(5634), 1, + sym_unannotated_type, + STATE(5813), 1, + sym__simple_user_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1742), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2943), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1760), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(2941), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(1881), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [206655] = 18, + ACTIONS(6435), 1, + anon_sym_each, + ACTIONS(6437), 1, + anon_sym_repeat, + ACTIONS(6439), 1, + anon_sym_LPAREN, + ACTIONS(6441), 1, + anon_sym_LBRACK, + ACTIONS(6443), 1, + anon_sym_some, + ACTIONS(6445), 1, + anon_sym_any, + ACTIONS(6447), 1, + anon_sym_TILDE, + STATE(5143), 1, + sym_tuple_type, + STATE(5279), 1, + sym_unannotated_type, + STATE(5434), 1, + sym__simple_user_type, + STATE(5541), 1, + sym_simple_identifier, + STATE(5941), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5881), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(6433), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5531), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6431), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6054), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [206730] = 18, + ACTIONS(2952), 1, + anon_sym_LPAREN, + ACTIONS(2954), 1, + anon_sym_LBRACK, + ACTIONS(2960), 1, + anon_sym_TILDE, + ACTIONS(6261), 1, + anon_sym_each, + ACTIONS(6263), 1, + anon_sym_repeat, + ACTIONS(6265), 1, + anon_sym_some, + ACTIONS(6267), 1, + anon_sym_any, + STATE(1744), 1, + sym_simple_identifier, + STATE(1819), 1, + sym__parenthesized_type, + STATE(5239), 1, + sym_tuple_type, + STATE(5636), 1, + sym_unannotated_type, + STATE(5813), 1, + sym__simple_user_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1742), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2943), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1760), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(2941), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(1881), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [206805] = 18, + ACTIONS(3060), 1, + anon_sym_each, + ACTIONS(3062), 1, + anon_sym_repeat, + ACTIONS(3066), 1, + anon_sym_LPAREN, + ACTIONS(3068), 1, + anon_sym_LBRACK, + ACTIONS(3070), 1, + anon_sym_some, + ACTIONS(3072), 1, + anon_sym_any, + ACTIONS(3074), 1, + anon_sym_TILDE, + STATE(5475), 1, + sym_tuple_type, + STATE(5904), 1, + sym_unannotated_type, + STATE(6032), 1, + sym_simple_identifier, + STATE(6123), 1, + sym__simple_user_type, + STATE(6356), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(6228), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(3058), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(6137), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(3056), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6481), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [206880] = 18, + ACTIONS(5246), 1, + anon_sym_each, + ACTIONS(5248), 1, + anon_sym_repeat, + ACTIONS(5250), 1, + anon_sym_LPAREN, + ACTIONS(5252), 1, + anon_sym_LBRACK, + ACTIONS(5254), 1, + anon_sym_some, + ACTIONS(5256), 1, + anon_sym_any, + ACTIONS(5258), 1, + anon_sym_TILDE, + STATE(5062), 1, + sym_tuple_type, + STATE(5103), 1, + sym_unannotated_type, + STATE(5122), 1, + sym_simple_identifier, + STATE(5129), 1, + sym__simple_user_type, + STATE(5392), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5212), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5244), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5179), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5242), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5500), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [206955] = 18, + ACTIONS(3038), 1, + anon_sym_each, + ACTIONS(3040), 1, + anon_sym_repeat, + ACTIONS(3048), 1, + anon_sym_some, + ACTIONS(3050), 1, + anon_sym_any, + ACTIONS(3052), 1, + anon_sym_TILDE, + ACTIONS(7338), 1, + anon_sym_LPAREN, + ACTIONS(7340), 1, + anon_sym_LBRACK, + STATE(1874), 1, + sym_tuple_type, + STATE(1890), 1, + sym_unannotated_type, + STATE(2024), 1, + sym__simple_user_type, + STATE(2074), 1, + sym_simple_identifier, + STATE(2101), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2103), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(3036), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1998), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(3034), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(2143), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [207030] = 18, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6202), 1, + sym_unannotated_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [207105] = 18, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(6828), 1, + anon_sym_each, + ACTIONS(6830), 1, + anon_sym_repeat, + ACTIONS(6832), 1, + anon_sym_some, + ACTIONS(6834), 1, + anon_sym_any, + ACTIONS(6836), 1, + anon_sym_TILDE, + STATE(5163), 1, + sym_simple_identifier, + STATE(5596), 1, + sym_tuple_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(5930), 1, + sym_unannotated_type, + STATE(6133), 1, + sym__simple_user_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [207180] = 4, + ACTIONS(7658), 1, + anon_sym_fallthrough, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7660), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(7656), 33, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [207227] = 4, + ACTIONS(7664), 1, + anon_sym_fallthrough, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7666), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(7662), 33, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [207274] = 18, + ACTIONS(6435), 1, + anon_sym_each, + ACTIONS(6437), 1, + anon_sym_repeat, + ACTIONS(6439), 1, + anon_sym_LPAREN, + ACTIONS(6441), 1, + anon_sym_LBRACK, + ACTIONS(6443), 1, + anon_sym_some, + ACTIONS(6445), 1, + anon_sym_any, + ACTIONS(6447), 1, + anon_sym_TILDE, + STATE(5143), 1, + sym_tuple_type, + STATE(5293), 1, + sym_unannotated_type, + STATE(5434), 1, + sym__simple_user_type, + STATE(5541), 1, + sym_simple_identifier, + STATE(5941), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5881), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(6433), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5531), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6431), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6054), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [207349] = 18, + ACTIONS(5246), 1, + anon_sym_each, + ACTIONS(5248), 1, + anon_sym_repeat, + ACTIONS(5250), 1, + anon_sym_LPAREN, + ACTIONS(5252), 1, + anon_sym_LBRACK, + ACTIONS(5254), 1, + anon_sym_some, + ACTIONS(5256), 1, + anon_sym_any, + ACTIONS(5258), 1, + anon_sym_TILDE, + STATE(5062), 1, + sym_tuple_type, + STATE(5104), 1, + sym_unannotated_type, + STATE(5122), 1, + sym_simple_identifier, + STATE(5129), 1, + sym__simple_user_type, + STATE(5392), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5212), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5244), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5179), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5242), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5500), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [207424] = 18, + ACTIONS(5246), 1, + anon_sym_each, + ACTIONS(5248), 1, + anon_sym_repeat, + ACTIONS(5250), 1, + anon_sym_LPAREN, + ACTIONS(5252), 1, + anon_sym_LBRACK, + ACTIONS(5254), 1, + anon_sym_some, + ACTIONS(5256), 1, + anon_sym_any, + ACTIONS(5258), 1, + anon_sym_TILDE, + STATE(5062), 1, + sym_tuple_type, + STATE(5115), 1, + sym_unannotated_type, + STATE(5122), 1, + sym_simple_identifier, + STATE(5129), 1, + sym__simple_user_type, + STATE(5392), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5212), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5244), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5179), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5242), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5500), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [207499] = 18, + ACTIONS(5246), 1, + anon_sym_each, + ACTIONS(5248), 1, + anon_sym_repeat, + ACTIONS(5250), 1, + anon_sym_LPAREN, + ACTIONS(5252), 1, + anon_sym_LBRACK, + ACTIONS(5254), 1, + anon_sym_some, + ACTIONS(5256), 1, + anon_sym_any, + ACTIONS(5258), 1, + anon_sym_TILDE, + STATE(5062), 1, + sym_tuple_type, + STATE(5113), 1, + sym_unannotated_type, + STATE(5122), 1, + sym_simple_identifier, + STATE(5129), 1, + sym__simple_user_type, + STATE(5392), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5212), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5244), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5179), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5242), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5500), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [207574] = 18, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6173), 1, + sym_unannotated_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [207649] = 18, + ACTIONS(3284), 1, + anon_sym_each, + ACTIONS(3286), 1, + anon_sym_repeat, + ACTIONS(3294), 1, + anon_sym_some, + ACTIONS(3296), 1, + anon_sym_any, + ACTIONS(3298), 1, + anon_sym_TILDE, + ACTIONS(7342), 1, + anon_sym_LPAREN, + ACTIONS(7344), 1, + anon_sym_LBRACK, + STATE(1954), 1, + sym_tuple_type, + STATE(1991), 1, + sym_unannotated_type, + STATE(2114), 1, + sym__simple_user_type, + STATE(2187), 1, + sym_simple_identifier, + STATE(2272), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2217), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(3282), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(2112), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(3280), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(2255), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [207724] = 18, + ACTIONS(3060), 1, + anon_sym_each, + ACTIONS(3062), 1, + anon_sym_repeat, + ACTIONS(3066), 1, + anon_sym_LPAREN, + ACTIONS(3068), 1, + anon_sym_LBRACK, + ACTIONS(3070), 1, + anon_sym_some, + ACTIONS(3072), 1, + anon_sym_any, + ACTIONS(3074), 1, + anon_sym_TILDE, + STATE(5475), 1, + sym_tuple_type, + STATE(5914), 1, + sym_unannotated_type, + STATE(6032), 1, + sym_simple_identifier, + STATE(6123), 1, + sym__simple_user_type, + STATE(6356), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(6228), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(3058), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(6137), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(3056), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6481), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [207799] = 18, + ACTIONS(3060), 1, + anon_sym_each, + ACTIONS(3062), 1, + anon_sym_repeat, + ACTIONS(3066), 1, + anon_sym_LPAREN, + ACTIONS(3068), 1, + anon_sym_LBRACK, + ACTIONS(3070), 1, + anon_sym_some, + ACTIONS(3072), 1, + anon_sym_any, + ACTIONS(3074), 1, + anon_sym_TILDE, + STATE(5475), 1, + sym_tuple_type, + STATE(5915), 1, + sym_unannotated_type, + STATE(6032), 1, + sym_simple_identifier, + STATE(6123), 1, + sym__simple_user_type, + STATE(6356), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(6228), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(3058), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(6137), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(3056), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6481), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [207874] = 18, + ACTIONS(2870), 1, + anon_sym_LPAREN, + ACTIONS(2872), 1, + anon_sym_LBRACK, + ACTIONS(2878), 1, + anon_sym_TILDE, + ACTIONS(5916), 1, + anon_sym_each, + ACTIONS(5918), 1, + anon_sym_repeat, + ACTIONS(5920), 1, + anon_sym_some, + ACTIONS(5922), 1, + anon_sym_any, + STATE(1719), 1, + sym_simple_identifier, + STATE(1721), 1, + sym__simple_user_type, + STATE(1801), 1, + sym__parenthesized_type, + STATE(5124), 1, + sym_tuple_type, + STATE(5304), 1, + sym_unannotated_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1746), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2861), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1733), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(2859), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(1870), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [207949] = 18, + ACTIONS(3284), 1, + anon_sym_each, + ACTIONS(3286), 1, + anon_sym_repeat, + ACTIONS(3294), 1, + anon_sym_some, + ACTIONS(3296), 1, + anon_sym_any, + ACTIONS(3298), 1, + anon_sym_TILDE, + ACTIONS(7342), 1, + anon_sym_LPAREN, + ACTIONS(7344), 1, + anon_sym_LBRACK, + STATE(1954), 1, + sym_tuple_type, + STATE(1976), 1, + sym_unannotated_type, + STATE(2114), 1, + sym__simple_user_type, + STATE(2187), 1, + sym_simple_identifier, + STATE(2272), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2217), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(3282), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(2112), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(3280), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(2255), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [208024] = 18, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6187), 1, + sym_unannotated_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [208099] = 18, + ACTIONS(6435), 1, + anon_sym_each, + ACTIONS(6437), 1, + anon_sym_repeat, + ACTIONS(6439), 1, + anon_sym_LPAREN, + ACTIONS(6441), 1, + anon_sym_LBRACK, + ACTIONS(6443), 1, + anon_sym_some, + ACTIONS(6445), 1, + anon_sym_any, + ACTIONS(6447), 1, + anon_sym_TILDE, + STATE(5143), 1, + sym_tuple_type, + STATE(5305), 1, + sym_unannotated_type, + STATE(5434), 1, + sym__simple_user_type, + STATE(5541), 1, + sym_simple_identifier, + STATE(5941), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5881), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(6433), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5531), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6431), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6054), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [208174] = 18, + ACTIONS(3284), 1, + anon_sym_each, + ACTIONS(3286), 1, + anon_sym_repeat, + ACTIONS(3294), 1, + anon_sym_some, + ACTIONS(3296), 1, + anon_sym_any, + ACTIONS(3298), 1, + anon_sym_TILDE, + ACTIONS(7342), 1, + anon_sym_LPAREN, + ACTIONS(7344), 1, + anon_sym_LBRACK, + STATE(1954), 1, + sym_tuple_type, + STATE(1977), 1, + sym_unannotated_type, + STATE(2114), 1, + sym__simple_user_type, + STATE(2187), 1, + sym_simple_identifier, + STATE(2272), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2217), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(3282), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(2112), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(3280), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(2255), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [208249] = 18, + ACTIONS(3284), 1, + anon_sym_each, + ACTIONS(3286), 1, + anon_sym_repeat, + ACTIONS(3294), 1, + anon_sym_some, + ACTIONS(3296), 1, + anon_sym_any, + ACTIONS(3298), 1, + anon_sym_TILDE, + ACTIONS(7342), 1, + anon_sym_LPAREN, + ACTIONS(7344), 1, + anon_sym_LBRACK, + STATE(1954), 1, + sym_tuple_type, + STATE(1983), 1, + sym_unannotated_type, + STATE(2114), 1, + sym__simple_user_type, + STATE(2187), 1, + sym_simple_identifier, + STATE(2272), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2217), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(3282), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(2112), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(3280), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(2255), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [208324] = 4, + ACTIONS(7670), 1, + anon_sym_fallthrough, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7672), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(7668), 33, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [208371] = 18, + ACTIONS(3304), 1, + anon_sym_each, + ACTIONS(3306), 1, + anon_sym_repeat, + ACTIONS(3314), 1, + anon_sym_some, + ACTIONS(3316), 1, + anon_sym_any, + ACTIONS(3318), 1, + anon_sym_TILDE, + ACTIONS(7346), 1, + anon_sym_LPAREN, + ACTIONS(7348), 1, + anon_sym_LBRACK, + STATE(1958), 1, + sym_tuple_type, + STATE(1973), 1, + sym_unannotated_type, + STATE(2130), 1, + sym__simple_user_type, + STATE(2199), 1, + sym_simple_identifier, + STATE(2230), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2218), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(3302), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(2123), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(3300), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(2211), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [208446] = 18, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6178), 1, + sym_unannotated_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [208521] = 18, + ACTIONS(1755), 1, + anon_sym_TILDE, + ACTIONS(3267), 1, + anon_sym_each, + ACTIONS(3269), 1, + anon_sym_repeat, + ACTIONS(3271), 1, + anon_sym_some, + ACTIONS(3273), 1, + anon_sym_any, + ACTIONS(7322), 1, + anon_sym_LPAREN, + ACTIONS(7324), 1, + anon_sym_LBRACK, + STATE(811), 1, + sym__simple_user_type, + STATE(819), 1, + sym_simple_identifier, + STATE(842), 1, + sym__parenthesized_type, + STATE(1880), 1, + sym_tuple_type, + STATE(1950), 1, + sym_unannotated_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(844), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(763), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(809), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(761), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(837), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [208596] = 18, + ACTIONS(6435), 1, + anon_sym_each, + ACTIONS(6437), 1, + anon_sym_repeat, + ACTIONS(6439), 1, + anon_sym_LPAREN, + ACTIONS(6441), 1, + anon_sym_LBRACK, + ACTIONS(6443), 1, + anon_sym_some, + ACTIONS(6445), 1, + anon_sym_any, + ACTIONS(6447), 1, + anon_sym_TILDE, + STATE(5143), 1, + sym_tuple_type, + STATE(5310), 1, + sym_unannotated_type, + STATE(5434), 1, + sym__simple_user_type, + STATE(5541), 1, + sym_simple_identifier, + STATE(5941), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5881), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(6433), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5531), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6431), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6054), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [208671] = 18, + ACTIONS(3304), 1, + anon_sym_each, + ACTIONS(3306), 1, + anon_sym_repeat, + ACTIONS(3314), 1, + anon_sym_some, + ACTIONS(3316), 1, + anon_sym_any, + ACTIONS(3318), 1, + anon_sym_TILDE, + ACTIONS(7346), 1, + anon_sym_LPAREN, + ACTIONS(7348), 1, + anon_sym_LBRACK, + STATE(1958), 1, + sym_tuple_type, + STATE(1992), 1, + sym_unannotated_type, + STATE(2130), 1, + sym__simple_user_type, + STATE(2199), 1, + sym_simple_identifier, + STATE(2230), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2218), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(3302), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(2123), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(3300), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(2211), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [208746] = 18, + ACTIONS(3304), 1, + anon_sym_each, + ACTIONS(3306), 1, + anon_sym_repeat, + ACTIONS(3314), 1, + anon_sym_some, + ACTIONS(3316), 1, + anon_sym_any, + ACTIONS(3318), 1, + anon_sym_TILDE, + ACTIONS(7346), 1, + anon_sym_LPAREN, + ACTIONS(7348), 1, + anon_sym_LBRACK, + STATE(1958), 1, + sym_tuple_type, + STATE(1969), 1, + sym_unannotated_type, + STATE(2130), 1, + sym__simple_user_type, + STATE(2199), 1, + sym_simple_identifier, + STATE(2230), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2218), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(3302), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(2123), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(3300), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(2211), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [208821] = 18, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6168), 1, + sym_unannotated_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [208896] = 18, + ACTIONS(3304), 1, + anon_sym_each, + ACTIONS(3306), 1, + anon_sym_repeat, + ACTIONS(3314), 1, + anon_sym_some, + ACTIONS(3316), 1, + anon_sym_any, + ACTIONS(3318), 1, + anon_sym_TILDE, + ACTIONS(7346), 1, + anon_sym_LPAREN, + ACTIONS(7348), 1, + anon_sym_LBRACK, + STATE(1958), 1, + sym_tuple_type, + STATE(1981), 1, + sym_unannotated_type, + STATE(2130), 1, + sym__simple_user_type, + STATE(2199), 1, + sym_simple_identifier, + STATE(2230), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2218), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(3302), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(2123), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(3300), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(2211), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [208971] = 18, + ACTIONS(2866), 1, + anon_sym_each, + ACTIONS(2868), 1, + anon_sym_repeat, + ACTIONS(2870), 1, + anon_sym_LPAREN, + ACTIONS(2872), 1, + anon_sym_LBRACK, + ACTIONS(2874), 1, + anon_sym_some, + ACTIONS(2876), 1, + anon_sym_any, + ACTIONS(2878), 1, + anon_sym_TILDE, + STATE(1698), 1, + sym_tuple_type, + STATE(1714), 1, + sym_unannotated_type, + STATE(1719), 1, + sym_simple_identifier, + STATE(1721), 1, + sym__simple_user_type, + STATE(1801), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1746), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2861), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1733), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(2859), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(1870), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [209046] = 4, + ACTIONS(7676), 1, + anon_sym_fallthrough, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7678), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(7674), 33, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [209093] = 18, + ACTIONS(2917), 1, + anon_sym_LPAREN, + ACTIONS(2919), 1, + anon_sym_LBRACK, + ACTIONS(2925), 1, + anon_sym_TILDE, + ACTIONS(6744), 1, + anon_sym_each, + ACTIONS(6746), 1, + anon_sym_repeat, + ACTIONS(6748), 1, + anon_sym_some, + ACTIONS(6750), 1, + anon_sym_any, + STATE(1755), 1, + sym_simple_identifier, + STATE(1773), 1, + sym__simple_user_type, + STATE(1899), 1, + sym__parenthesized_type, + STATE(5322), 1, + sym_tuple_type, + STATE(5610), 1, + sym_unannotated_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1794), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2908), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1783), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(2906), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(1941), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [209168] = 18, + ACTIONS(2866), 1, + anon_sym_each, + ACTIONS(2868), 1, + anon_sym_repeat, + ACTIONS(2870), 1, + anon_sym_LPAREN, + ACTIONS(2872), 1, + anon_sym_LBRACK, + ACTIONS(2874), 1, + anon_sym_some, + ACTIONS(2876), 1, + anon_sym_any, + ACTIONS(2878), 1, + anon_sym_TILDE, + STATE(1698), 1, + sym_tuple_type, + STATE(1711), 1, + sym_unannotated_type, + STATE(1719), 1, + sym_simple_identifier, + STATE(1721), 1, + sym__simple_user_type, + STATE(1801), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1746), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2861), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1733), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(2859), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(1870), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [209243] = 18, + ACTIONS(2866), 1, + anon_sym_each, + ACTIONS(2868), 1, + anon_sym_repeat, + ACTIONS(2870), 1, + anon_sym_LPAREN, + ACTIONS(2872), 1, + anon_sym_LBRACK, + ACTIONS(2874), 1, + anon_sym_some, + ACTIONS(2876), 1, + anon_sym_any, + ACTIONS(2878), 1, + anon_sym_TILDE, + STATE(1698), 1, + sym_tuple_type, + STATE(1712), 1, + sym_unannotated_type, + STATE(1719), 1, + sym_simple_identifier, + STATE(1721), 1, + sym__simple_user_type, + STATE(1801), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1746), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2861), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1733), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(2859), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(1870), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [209318] = 18, + ACTIONS(2866), 1, + anon_sym_each, + ACTIONS(2868), 1, + anon_sym_repeat, + ACTIONS(2870), 1, + anon_sym_LPAREN, + ACTIONS(2872), 1, + anon_sym_LBRACK, + ACTIONS(2874), 1, + anon_sym_some, + ACTIONS(2876), 1, + anon_sym_any, + ACTIONS(2878), 1, + anon_sym_TILDE, + STATE(1698), 1, + sym_tuple_type, + STATE(1709), 1, + sym_unannotated_type, + STATE(1719), 1, + sym_simple_identifier, + STATE(1721), 1, + sym__simple_user_type, + STATE(1801), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1746), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2861), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1733), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(2859), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(1870), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [209393] = 18, + ACTIONS(5547), 1, + anon_sym_each, + ACTIONS(5549), 1, + anon_sym_repeat, + ACTIONS(5551), 1, + anon_sym_LPAREN, + ACTIONS(5553), 1, + anon_sym_LBRACK, + ACTIONS(5555), 1, + anon_sym_some, + ACTIONS(5557), 1, + anon_sym_any, + ACTIONS(5559), 1, + anon_sym_TILDE, + STATE(5105), 1, + sym_tuple_type, + STATE(5189), 1, + sym_unannotated_type, + STATE(5256), 1, + sym__simple_user_type, + STATE(5260), 1, + sym_simple_identifier, + STATE(5692), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5430), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5545), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5433), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5543), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6010), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [209468] = 18, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(6828), 1, + anon_sym_each, + ACTIONS(6830), 1, + anon_sym_repeat, + ACTIONS(6832), 1, + anon_sym_some, + ACTIONS(6834), 1, + anon_sym_any, + ACTIONS(6836), 1, + anon_sym_TILDE, + STATE(5163), 1, + sym_simple_identifier, + STATE(5596), 1, + sym_tuple_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(5977), 1, + sym_unannotated_type, + STATE(6133), 1, + sym__simple_user_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [209543] = 18, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(6828), 1, + anon_sym_each, + ACTIONS(6830), 1, + anon_sym_repeat, + ACTIONS(6832), 1, + anon_sym_some, + ACTIONS(6834), 1, + anon_sym_any, + ACTIONS(6836), 1, + anon_sym_TILDE, + STATE(5163), 1, + sym_simple_identifier, + STATE(5596), 1, + sym_tuple_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(5978), 1, + sym_unannotated_type, + STATE(6133), 1, + sym__simple_user_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [209618] = 18, + ACTIONS(3341), 1, + anon_sym_each, + ACTIONS(3343), 1, + anon_sym_repeat, + ACTIONS(3351), 1, + anon_sym_some, + ACTIONS(3353), 1, + anon_sym_any, + ACTIONS(3355), 1, + anon_sym_TILDE, + ACTIONS(7334), 1, + anon_sym_LPAREN, + ACTIONS(7336), 1, + anon_sym_LBRACK, + STATE(1972), 1, + sym_tuple_type, + STATE(2001), 1, + sym_unannotated_type, + STATE(2184), 1, + sym__simple_user_type, + STATE(2332), 1, + sym_simple_identifier, + STATE(2366), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2368), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(3339), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(2154), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(3337), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(2365), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [209693] = 18, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + STATE(6186), 1, + sym_unannotated_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [209768] = 18, + ACTIONS(5547), 1, + anon_sym_each, + ACTIONS(5549), 1, + anon_sym_repeat, + ACTIONS(5551), 1, + anon_sym_LPAREN, + ACTIONS(5553), 1, + anon_sym_LBRACK, + ACTIONS(5555), 1, + anon_sym_some, + ACTIONS(5557), 1, + anon_sym_any, + ACTIONS(5559), 1, + anon_sym_TILDE, + STATE(5105), 1, + sym_tuple_type, + STATE(5185), 1, + sym_unannotated_type, + STATE(5256), 1, + sym__simple_user_type, + STATE(5260), 1, + sym_simple_identifier, + STATE(5692), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5430), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5545), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5433), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5543), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6010), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [209843] = 18, + ACTIONS(5547), 1, + anon_sym_each, + ACTIONS(5549), 1, + anon_sym_repeat, + ACTIONS(5551), 1, + anon_sym_LPAREN, + ACTIONS(5553), 1, + anon_sym_LBRACK, + ACTIONS(5555), 1, + anon_sym_some, + ACTIONS(5557), 1, + anon_sym_any, + ACTIONS(5559), 1, + anon_sym_TILDE, + STATE(5105), 1, + sym_tuple_type, + STATE(5186), 1, + sym_unannotated_type, + STATE(5256), 1, + sym__simple_user_type, + STATE(5260), 1, + sym_simple_identifier, + STATE(5692), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5430), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5545), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5433), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5543), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6010), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [209918] = 18, + ACTIONS(5547), 1, + anon_sym_each, + ACTIONS(5549), 1, + anon_sym_repeat, + ACTIONS(5551), 1, + anon_sym_LPAREN, + ACTIONS(5553), 1, + anon_sym_LBRACK, + ACTIONS(5555), 1, + anon_sym_some, + ACTIONS(5557), 1, + anon_sym_any, + ACTIONS(5559), 1, + anon_sym_TILDE, + STATE(5105), 1, + sym_tuple_type, + STATE(5188), 1, + sym_unannotated_type, + STATE(5256), 1, + sym__simple_user_type, + STATE(5260), 1, + sym_simple_identifier, + STATE(5692), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5430), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5545), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5433), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5543), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6010), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [209993] = 18, + ACTIONS(6453), 1, + anon_sym_each, + ACTIONS(6455), 1, + anon_sym_repeat, + ACTIONS(6457), 1, + anon_sym_LPAREN, + ACTIONS(6459), 1, + anon_sym_LBRACK, + ACTIONS(6461), 1, + anon_sym_some, + ACTIONS(6463), 1, + anon_sym_any, + ACTIONS(6465), 1, + anon_sym_TILDE, + STATE(5190), 1, + sym_tuple_type, + STATE(5363), 1, + sym_unannotated_type, + STATE(5568), 1, + sym__simple_user_type, + STATE(5624), 1, + sym_simple_identifier, + STATE(6083), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5691), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(6451), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5730), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6449), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6184), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [210068] = 18, + ACTIONS(5856), 1, + anon_sym_each, + ACTIONS(5858), 1, + anon_sym_repeat, + ACTIONS(5860), 1, + anon_sym_LPAREN, + ACTIONS(5862), 1, + anon_sym_LBRACK, + ACTIONS(5864), 1, + anon_sym_some, + ACTIONS(5866), 1, + anon_sym_any, + ACTIONS(5868), 1, + anon_sym_TILDE, + STATE(5151), 1, + sym_tuple_type, + STATE(5335), 1, + sym_unannotated_type, + STATE(5445), 1, + sym__simple_user_type, + STATE(5456), 1, + sym_simple_identifier, + STATE(5994), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5628), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5854), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5623), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5852), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6097), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [210143] = 18, + ACTIONS(6453), 1, + anon_sym_each, + ACTIONS(6455), 1, + anon_sym_repeat, + ACTIONS(6457), 1, + anon_sym_LPAREN, + ACTIONS(6459), 1, + anon_sym_LBRACK, + ACTIONS(6461), 1, + anon_sym_some, + ACTIONS(6463), 1, + anon_sym_any, + ACTIONS(6465), 1, + anon_sym_TILDE, + STATE(5190), 1, + sym_tuple_type, + STATE(5356), 1, + sym_unannotated_type, + STATE(5568), 1, + sym__simple_user_type, + STATE(5624), 1, + sym_simple_identifier, + STATE(6083), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5691), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(6451), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5730), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6449), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6184), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [210218] = 18, + ACTIONS(6453), 1, + anon_sym_each, + ACTIONS(6455), 1, + anon_sym_repeat, + ACTIONS(6457), 1, + anon_sym_LPAREN, + ACTIONS(6459), 1, + anon_sym_LBRACK, + ACTIONS(6461), 1, + anon_sym_some, + ACTIONS(6463), 1, + anon_sym_any, + ACTIONS(6465), 1, + anon_sym_TILDE, + STATE(5190), 1, + sym_tuple_type, + STATE(5357), 1, + sym_unannotated_type, + STATE(5568), 1, + sym__simple_user_type, + STATE(5624), 1, + sym_simple_identifier, + STATE(6083), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5691), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(6451), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5730), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6449), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6184), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [210293] = 18, + ACTIONS(6453), 1, + anon_sym_each, + ACTIONS(6455), 1, + anon_sym_repeat, + ACTIONS(6457), 1, + anon_sym_LPAREN, + ACTIONS(6459), 1, + anon_sym_LBRACK, + ACTIONS(6461), 1, + anon_sym_some, + ACTIONS(6463), 1, + anon_sym_any, + ACTIONS(6465), 1, + anon_sym_TILDE, + STATE(5190), 1, + sym_tuple_type, + STATE(5362), 1, + sym_unannotated_type, + STATE(5568), 1, + sym__simple_user_type, + STATE(5624), 1, + sym_simple_identifier, + STATE(6083), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5691), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(6451), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5730), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6449), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6184), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [210368] = 18, + ACTIONS(5575), 1, + anon_sym_each, + ACTIONS(5577), 1, + anon_sym_repeat, + ACTIONS(5579), 1, + anon_sym_LPAREN, + ACTIONS(5581), 1, + anon_sym_LBRACK, + ACTIONS(5583), 1, + anon_sym_some, + ACTIONS(5585), 1, + anon_sym_any, + ACTIONS(5587), 1, + anon_sym_TILDE, + STATE(5106), 1, + sym_tuple_type, + STATE(5197), 1, + sym_unannotated_type, + STATE(5258), 1, + sym__simple_user_type, + STATE(5262), 1, + sym_simple_identifier, + STATE(5753), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5431), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5573), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5374), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5571), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6014), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [210443] = 18, + ACTIONS(5575), 1, + anon_sym_each, + ACTIONS(5577), 1, + anon_sym_repeat, + ACTIONS(5579), 1, + anon_sym_LPAREN, + ACTIONS(5581), 1, + anon_sym_LBRACK, + ACTIONS(5583), 1, + anon_sym_some, + ACTIONS(5585), 1, + anon_sym_any, + ACTIONS(5587), 1, + anon_sym_TILDE, + STATE(5106), 1, + sym_tuple_type, + STATE(5193), 1, + sym_unannotated_type, + STATE(5258), 1, + sym__simple_user_type, + STATE(5262), 1, + sym_simple_identifier, + STATE(5753), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5431), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5573), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5374), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5571), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6014), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [210518] = 18, + ACTIONS(5575), 1, + anon_sym_each, + ACTIONS(5577), 1, + anon_sym_repeat, + ACTIONS(5579), 1, + anon_sym_LPAREN, + ACTIONS(5581), 1, + anon_sym_LBRACK, + ACTIONS(5583), 1, + anon_sym_some, + ACTIONS(5585), 1, + anon_sym_any, + ACTIONS(5587), 1, + anon_sym_TILDE, + STATE(5106), 1, + sym_tuple_type, + STATE(5194), 1, + sym_unannotated_type, + STATE(5258), 1, + sym__simple_user_type, + STATE(5262), 1, + sym_simple_identifier, + STATE(5753), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5431), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5573), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5374), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5571), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6014), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [210593] = 18, + ACTIONS(5575), 1, + anon_sym_each, + ACTIONS(5577), 1, + anon_sym_repeat, + ACTIONS(5579), 1, + anon_sym_LPAREN, + ACTIONS(5581), 1, + anon_sym_LBRACK, + ACTIONS(5583), 1, + anon_sym_some, + ACTIONS(5585), 1, + anon_sym_any, + ACTIONS(5587), 1, + anon_sym_TILDE, + STATE(5106), 1, + sym_tuple_type, + STATE(5196), 1, + sym_unannotated_type, + STATE(5258), 1, + sym__simple_user_type, + STATE(5262), 1, + sym_simple_identifier, + STATE(5753), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5431), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5573), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5374), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5571), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6014), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [210668] = 18, + ACTIONS(2992), 1, + anon_sym_each, + ACTIONS(2994), 1, + anon_sym_repeat, + ACTIONS(2996), 1, + anon_sym_LPAREN, + ACTIONS(2998), 1, + anon_sym_LBRACK, + ACTIONS(3000), 1, + anon_sym_some, + ACTIONS(3002), 1, + anon_sym_any, + ACTIONS(3004), 1, + anon_sym_TILDE, + STATE(1747), 1, + sym_tuple_type, + STATE(1793), 1, + sym_unannotated_type, + STATE(1822), 1, + sym__simple_user_type, + STATE(1825), 1, + sym_simple_identifier, + STATE(1997), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1898), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2987), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1913), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(2985), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(2031), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [210743] = 18, + ACTIONS(6435), 1, + anon_sym_each, + ACTIONS(6437), 1, + anon_sym_repeat, + ACTIONS(6439), 1, + anon_sym_LPAREN, + ACTIONS(6441), 1, + anon_sym_LBRACK, + ACTIONS(6443), 1, + anon_sym_some, + ACTIONS(6445), 1, + anon_sym_any, + ACTIONS(6447), 1, + anon_sym_TILDE, + STATE(5143), 1, + sym_tuple_type, + STATE(5295), 1, + sym_unannotated_type, + STATE(5434), 1, + sym__simple_user_type, + STATE(5541), 1, + sym_simple_identifier, + STATE(5941), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5881), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(6433), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5531), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6431), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6054), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [210818] = 18, + ACTIONS(6435), 1, + anon_sym_each, + ACTIONS(6437), 1, + anon_sym_repeat, + ACTIONS(6439), 1, + anon_sym_LPAREN, + ACTIONS(6441), 1, + anon_sym_LBRACK, + ACTIONS(6443), 1, + anon_sym_some, + ACTIONS(6445), 1, + anon_sym_any, + ACTIONS(6447), 1, + anon_sym_TILDE, + STATE(5143), 1, + sym_tuple_type, + STATE(5296), 1, + sym_unannotated_type, + STATE(5434), 1, + sym__simple_user_type, + STATE(5541), 1, + sym_simple_identifier, + STATE(5941), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5881), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(6433), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5531), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6431), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6054), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [210893] = 18, + ACTIONS(6805), 1, + anon_sym_LPAREN, + ACTIONS(6807), 1, + anon_sym_LBRACK, + ACTIONS(6813), 1, + anon_sym_TILDE, + ACTIONS(6879), 1, + anon_sym_each, + ACTIONS(6881), 1, + anon_sym_repeat, + ACTIONS(6883), 1, + anon_sym_some, + ACTIONS(6885), 1, + anon_sym_any, + STATE(5437), 1, + sym_tuple_type, + STATE(5552), 1, + sym__simple_user_type, + STATE(5587), 1, + sym_simple_identifier, + STATE(5891), 1, + sym_unannotated_type, + STATE(6093), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5771), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(6799), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5859), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6797), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6194), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [210968] = 18, + ACTIONS(2992), 1, + anon_sym_each, + ACTIONS(2994), 1, + anon_sym_repeat, + ACTIONS(2996), 1, + anon_sym_LPAREN, + ACTIONS(2998), 1, + anon_sym_LBRACK, + ACTIONS(3000), 1, + anon_sym_some, + ACTIONS(3002), 1, + anon_sym_any, + ACTIONS(3004), 1, + anon_sym_TILDE, + STATE(1747), 1, + sym_tuple_type, + STATE(1809), 1, + sym_unannotated_type, + STATE(1822), 1, + sym__simple_user_type, + STATE(1825), 1, + sym_simple_identifier, + STATE(1997), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1898), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2987), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1913), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(2985), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(2031), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [211043] = 18, + ACTIONS(2992), 1, + anon_sym_each, + ACTIONS(2994), 1, + anon_sym_repeat, + ACTIONS(2996), 1, + anon_sym_LPAREN, + ACTIONS(2998), 1, + anon_sym_LBRACK, + ACTIONS(3000), 1, + anon_sym_some, + ACTIONS(3002), 1, + anon_sym_any, + ACTIONS(3004), 1, + anon_sym_TILDE, + STATE(1747), 1, + sym_tuple_type, + STATE(1811), 1, + sym_unannotated_type, + STATE(1822), 1, + sym__simple_user_type, + STATE(1825), 1, + sym_simple_identifier, + STATE(1997), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1898), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2987), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1913), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(2985), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(2031), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [211118] = 18, + ACTIONS(2992), 1, + anon_sym_each, + ACTIONS(2994), 1, + anon_sym_repeat, + ACTIONS(2996), 1, + anon_sym_LPAREN, + ACTIONS(2998), 1, + anon_sym_LBRACK, + ACTIONS(3000), 1, + anon_sym_some, + ACTIONS(3002), 1, + anon_sym_any, + ACTIONS(3004), 1, + anon_sym_TILDE, + STATE(1747), 1, + sym_tuple_type, + STATE(1790), 1, + sym_unannotated_type, + STATE(1822), 1, + sym__simple_user_type, + STATE(1825), 1, + sym_simple_identifier, + STATE(1997), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1898), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2987), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1913), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(2985), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(2031), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [211193] = 18, + ACTIONS(2913), 1, + anon_sym_each, + ACTIONS(2915), 1, + anon_sym_repeat, + ACTIONS(2917), 1, + anon_sym_LPAREN, + ACTIONS(2919), 1, + anon_sym_LBRACK, + ACTIONS(2921), 1, + anon_sym_some, + ACTIONS(2923), 1, + anon_sym_any, + ACTIONS(2925), 1, + anon_sym_TILDE, + STATE(1715), 1, + sym_tuple_type, + STATE(1739), 1, + sym_unannotated_type, + STATE(1755), 1, + sym_simple_identifier, + STATE(1773), 1, + sym__simple_user_type, + STATE(1899), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1794), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2908), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1783), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(2906), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(1941), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [211268] = 18, + ACTIONS(5856), 1, + anon_sym_each, + ACTIONS(5858), 1, + anon_sym_repeat, + ACTIONS(5860), 1, + anon_sym_LPAREN, + ACTIONS(5862), 1, + anon_sym_LBRACK, + ACTIONS(5864), 1, + anon_sym_some, + ACTIONS(5866), 1, + anon_sym_any, + ACTIONS(5868), 1, + anon_sym_TILDE, + STATE(5151), 1, + sym_tuple_type, + STATE(5331), 1, + sym_unannotated_type, + STATE(5445), 1, + sym__simple_user_type, + STATE(5456), 1, + sym_simple_identifier, + STATE(5994), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5628), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5854), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5623), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5852), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6097), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [211343] = 18, + ACTIONS(2913), 1, + anon_sym_each, + ACTIONS(2915), 1, + anon_sym_repeat, + ACTIONS(2917), 1, + anon_sym_LPAREN, + ACTIONS(2919), 1, + anon_sym_LBRACK, + ACTIONS(2921), 1, + anon_sym_some, + ACTIONS(2923), 1, + anon_sym_any, + ACTIONS(2925), 1, + anon_sym_TILDE, + STATE(1715), 1, + sym_tuple_type, + STATE(1735), 1, + sym_unannotated_type, + STATE(1755), 1, + sym_simple_identifier, + STATE(1773), 1, + sym__simple_user_type, + STATE(1899), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1794), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2908), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1783), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(2906), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(1941), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [211418] = 18, + ACTIONS(2913), 1, + anon_sym_each, + ACTIONS(2915), 1, + anon_sym_repeat, + ACTIONS(2917), 1, + anon_sym_LPAREN, + ACTIONS(2919), 1, + anon_sym_LBRACK, + ACTIONS(2921), 1, + anon_sym_some, + ACTIONS(2923), 1, + anon_sym_any, + ACTIONS(2925), 1, + anon_sym_TILDE, + STATE(1715), 1, + sym_tuple_type, + STATE(1736), 1, + sym_unannotated_type, + STATE(1755), 1, + sym_simple_identifier, + STATE(1773), 1, + sym__simple_user_type, + STATE(1899), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1794), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2908), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1783), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(2906), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(1941), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [211493] = 18, + ACTIONS(2913), 1, + anon_sym_each, + ACTIONS(2915), 1, + anon_sym_repeat, + ACTIONS(2917), 1, + anon_sym_LPAREN, + ACTIONS(2919), 1, + anon_sym_LBRACK, + ACTIONS(2921), 1, + anon_sym_some, + ACTIONS(2923), 1, + anon_sym_any, + ACTIONS(2925), 1, + anon_sym_TILDE, + STATE(1715), 1, + sym_tuple_type, + STATE(1749), 1, + sym_unannotated_type, + STATE(1755), 1, + sym_simple_identifier, + STATE(1773), 1, + sym__simple_user_type, + STATE(1899), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1794), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2908), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1783), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(2906), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(1941), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [211568] = 18, + ACTIONS(6728), 1, + anon_sym_each, + ACTIONS(6730), 1, + anon_sym_repeat, + ACTIONS(6732), 1, + anon_sym_LPAREN, + ACTIONS(6734), 1, + anon_sym_LBRACK, + ACTIONS(6736), 1, + anon_sym_some, + ACTIONS(6738), 1, + anon_sym_any, + ACTIONS(6740), 1, + anon_sym_TILDE, + STATE(5200), 1, + sym_tuple_type, + STATE(5454), 1, + sym_unannotated_type, + STATE(5616), 1, + sym__simple_user_type, + STATE(5637), 1, + sym_simple_identifier, + STATE(6082), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5694), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(6726), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5777), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6724), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6170), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [211643] = 18, + ACTIONS(5856), 1, + anon_sym_each, + ACTIONS(5858), 1, + anon_sym_repeat, + ACTIONS(5860), 1, + anon_sym_LPAREN, + ACTIONS(5862), 1, + anon_sym_LBRACK, + ACTIONS(5864), 1, + anon_sym_some, + ACTIONS(5866), 1, + anon_sym_any, + ACTIONS(5868), 1, + anon_sym_TILDE, + STATE(5151), 1, + sym_tuple_type, + STATE(5332), 1, + sym_unannotated_type, + STATE(5445), 1, + sym__simple_user_type, + STATE(5456), 1, + sym_simple_identifier, + STATE(5994), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5628), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5854), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5623), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5852), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6097), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [211718] = 18, + ACTIONS(6783), 1, + anon_sym_each, + ACTIONS(6785), 1, + anon_sym_repeat, + ACTIONS(6787), 1, + anon_sym_LPAREN, + ACTIONS(6789), 1, + anon_sym_LBRACK, + ACTIONS(6791), 1, + anon_sym_some, + ACTIONS(6793), 1, + anon_sym_any, + ACTIONS(6795), 1, + anon_sym_TILDE, + STATE(5342), 1, + sym_tuple_type, + STATE(5631), 1, + sym_unannotated_type, + STATE(5681), 1, + sym__simple_user_type, + STATE(5682), 1, + sym_simple_identifier, + STATE(6223), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5960), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(6781), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(6008), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6779), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6302), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [211793] = 18, + ACTIONS(743), 1, + anon_sym_some, + ACTIONS(745), 1, + anon_sym_any, + ACTIONS(5928), 1, + anon_sym_each, + ACTIONS(5930), 1, + anon_sym_repeat, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_LBRACK, + ACTIONS(5936), 1, + anon_sym_TILDE, + STATE(5137), 1, + sym_tuple_type, + STATE(5163), 1, + sym_simple_identifier, + STATE(5280), 1, + sym_unannotated_type, + STATE(5440), 1, + sym__simple_user_type, + STATE(5732), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5352), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5924), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6005), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [211868] = 18, + ACTIONS(3341), 1, + anon_sym_each, + ACTIONS(3343), 1, + anon_sym_repeat, + ACTIONS(3351), 1, + anon_sym_some, + ACTIONS(3353), 1, + anon_sym_any, + ACTIONS(3355), 1, + anon_sym_TILDE, + ACTIONS(7334), 1, + anon_sym_LPAREN, + ACTIONS(7336), 1, + anon_sym_LBRACK, + STATE(1972), 1, + sym_tuple_type, + STATE(2005), 1, + sym_unannotated_type, + STATE(2184), 1, + sym__simple_user_type, + STATE(2332), 1, + sym_simple_identifier, + STATE(2366), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2368), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(3339), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(2154), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(3337), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(2365), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [211943] = 18, + ACTIONS(6728), 1, + anon_sym_each, + ACTIONS(6730), 1, + anon_sym_repeat, + ACTIONS(6732), 1, + anon_sym_LPAREN, + ACTIONS(6734), 1, + anon_sym_LBRACK, + ACTIONS(6736), 1, + anon_sym_some, + ACTIONS(6738), 1, + anon_sym_any, + ACTIONS(6740), 1, + anon_sym_TILDE, + STATE(5200), 1, + sym_tuple_type, + STATE(5441), 1, + sym_unannotated_type, + STATE(5616), 1, + sym__simple_user_type, + STATE(5637), 1, + sym_simple_identifier, + STATE(6082), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5694), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(6726), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5777), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6724), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6170), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [212018] = 18, + ACTIONS(6728), 1, + anon_sym_each, + ACTIONS(6730), 1, + anon_sym_repeat, + ACTIONS(6732), 1, + anon_sym_LPAREN, + ACTIONS(6734), 1, + anon_sym_LBRACK, + ACTIONS(6736), 1, + anon_sym_some, + ACTIONS(6738), 1, + anon_sym_any, + ACTIONS(6740), 1, + anon_sym_TILDE, + STATE(5200), 1, + sym_tuple_type, + STATE(5447), 1, + sym_unannotated_type, + STATE(5616), 1, + sym__simple_user_type, + STATE(5637), 1, + sym_simple_identifier, + STATE(6082), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5694), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(6726), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5777), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6724), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6170), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [212093] = 18, + ACTIONS(6728), 1, + anon_sym_each, + ACTIONS(6730), 1, + anon_sym_repeat, + ACTIONS(6732), 1, + anon_sym_LPAREN, + ACTIONS(6734), 1, + anon_sym_LBRACK, + ACTIONS(6736), 1, + anon_sym_some, + ACTIONS(6738), 1, + anon_sym_any, + ACTIONS(6740), 1, + anon_sym_TILDE, + STATE(5200), 1, + sym_tuple_type, + STATE(5450), 1, + sym_unannotated_type, + STATE(5616), 1, + sym__simple_user_type, + STATE(5637), 1, + sym_simple_identifier, + STATE(6082), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5694), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(6726), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5777), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6724), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6170), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [212168] = 18, + ACTIONS(3010), 1, + anon_sym_each, + ACTIONS(3012), 1, + anon_sym_repeat, + ACTIONS(3020), 1, + anon_sym_some, + ACTIONS(3022), 1, + anon_sym_any, + ACTIONS(3024), 1, + anon_sym_TILDE, + ACTIONS(7350), 1, + anon_sym_LPAREN, + ACTIONS(7352), 1, + anon_sym_LBRACK, + STATE(1796), 1, + sym_tuple_type, + STATE(1843), 1, + sym_unannotated_type, + STATE(1961), 1, + sym__simple_user_type, + STATE(2036), 1, + sym_simple_identifier, + STATE(2052), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2055), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(3008), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1979), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(3006), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(2048), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [212243] = 18, + ACTIONS(3010), 1, + anon_sym_each, + ACTIONS(3012), 1, + anon_sym_repeat, + ACTIONS(3020), 1, + anon_sym_some, + ACTIONS(3022), 1, + anon_sym_any, + ACTIONS(3024), 1, + anon_sym_TILDE, + ACTIONS(7350), 1, + anon_sym_LPAREN, + ACTIONS(7352), 1, + anon_sym_LBRACK, + STATE(1796), 1, + sym_tuple_type, + STATE(1838), 1, + sym_unannotated_type, + STATE(1961), 1, + sym__simple_user_type, + STATE(2036), 1, + sym_simple_identifier, + STATE(2052), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2055), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(3008), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1979), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(3006), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(2048), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [212318] = 18, + ACTIONS(3010), 1, + anon_sym_each, + ACTIONS(3012), 1, + anon_sym_repeat, + ACTIONS(3020), 1, + anon_sym_some, + ACTIONS(3022), 1, + anon_sym_any, + ACTIONS(3024), 1, + anon_sym_TILDE, + ACTIONS(7350), 1, + anon_sym_LPAREN, + ACTIONS(7352), 1, + anon_sym_LBRACK, + STATE(1796), 1, + sym_tuple_type, + STATE(1840), 1, + sym_unannotated_type, + STATE(1961), 1, + sym__simple_user_type, + STATE(2036), 1, + sym_simple_identifier, + STATE(2052), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2055), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(3008), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1979), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(3006), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(2048), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [212393] = 18, + ACTIONS(3010), 1, + anon_sym_each, + ACTIONS(3012), 1, + anon_sym_repeat, + ACTIONS(3020), 1, + anon_sym_some, + ACTIONS(3022), 1, + anon_sym_any, + ACTIONS(3024), 1, + anon_sym_TILDE, + ACTIONS(7350), 1, + anon_sym_LPAREN, + ACTIONS(7352), 1, + anon_sym_LBRACK, + STATE(1796), 1, + sym_tuple_type, + STATE(1842), 1, + sym_unannotated_type, + STATE(1961), 1, + sym__simple_user_type, + STATE(2036), 1, + sym_simple_identifier, + STATE(2052), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2055), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(3008), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1979), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(3006), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(2048), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [212468] = 18, + ACTIONS(1938), 1, + anon_sym_each, + ACTIONS(1943), 1, + anon_sym_repeat, + ACTIONS(1951), 1, + anon_sym_some, + ACTIONS(1953), 1, + anon_sym_any, + ACTIONS(1955), 1, + anon_sym_TILDE, + ACTIONS(7314), 1, + anon_sym_LPAREN, + ACTIONS(7316), 1, + anon_sym_LBRACK, + STATE(1009), 1, + sym_tuple_type, + STATE(1013), 1, + sym_unannotated_type, + STATE(1048), 1, + sym__simple_user_type, + STATE(1081), 1, + sym_simple_identifier, + STATE(1089), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1106), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(1936), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1043), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(1934), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(1123), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [212543] = 18, + ACTIONS(3341), 1, + anon_sym_each, + ACTIONS(3343), 1, + anon_sym_repeat, + ACTIONS(3351), 1, + anon_sym_some, + ACTIONS(3353), 1, + anon_sym_any, + ACTIONS(3355), 1, + anon_sym_TILDE, + ACTIONS(7334), 1, + anon_sym_LPAREN, + ACTIONS(7336), 1, + anon_sym_LBRACK, + STATE(1972), 1, + sym_tuple_type, + STATE(2006), 1, + sym_unannotated_type, + STATE(2184), 1, + sym__simple_user_type, + STATE(2332), 1, + sym_simple_identifier, + STATE(2366), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2368), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(3339), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(2154), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(3337), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(2365), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [212618] = 18, + ACTIONS(3341), 1, + anon_sym_each, + ACTIONS(3343), 1, + anon_sym_repeat, + ACTIONS(3351), 1, + anon_sym_some, + ACTIONS(3353), 1, + anon_sym_any, + ACTIONS(3355), 1, + anon_sym_TILDE, + ACTIONS(7334), 1, + anon_sym_LPAREN, + ACTIONS(7336), 1, + anon_sym_LBRACK, + STATE(1972), 1, + sym_tuple_type, + STATE(2007), 1, + sym_unannotated_type, + STATE(2184), 1, + sym__simple_user_type, + STATE(2332), 1, + sym_simple_identifier, + STATE(2366), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2368), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(3339), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(2154), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(3337), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(2365), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [212693] = 18, + ACTIONS(6801), 1, + anon_sym_each, + ACTIONS(6803), 1, + anon_sym_repeat, + ACTIONS(6805), 1, + anon_sym_LPAREN, + ACTIONS(6807), 1, + anon_sym_LBRACK, + ACTIONS(6809), 1, + anon_sym_some, + ACTIONS(6811), 1, + anon_sym_any, + ACTIONS(6813), 1, + anon_sym_TILDE, + STATE(5325), 1, + sym_tuple_type, + STATE(5552), 1, + sym__simple_user_type, + STATE(5587), 1, + sym_simple_identifier, + STATE(5603), 1, + sym_unannotated_type, + STATE(6093), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5771), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(6799), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5859), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6797), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6194), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [212768] = 18, + ACTIONS(6805), 1, + anon_sym_LPAREN, + ACTIONS(6807), 1, + anon_sym_LBRACK, + ACTIONS(6813), 1, + anon_sym_TILDE, + ACTIONS(6879), 1, + anon_sym_each, + ACTIONS(6881), 1, + anon_sym_repeat, + ACTIONS(6883), 1, + anon_sym_some, + ACTIONS(6885), 1, + anon_sym_any, + STATE(5437), 1, + sym_tuple_type, + STATE(5552), 1, + sym__simple_user_type, + STATE(5587), 1, + sym_simple_identifier, + STATE(5756), 1, + sym_unannotated_type, + STATE(6093), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5771), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(6799), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5859), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6797), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6194), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [212843] = 18, + ACTIONS(6783), 1, + anon_sym_each, + ACTIONS(6785), 1, + anon_sym_repeat, + ACTIONS(6787), 1, + anon_sym_LPAREN, + ACTIONS(6789), 1, + anon_sym_LBRACK, + ACTIONS(6791), 1, + anon_sym_some, + ACTIONS(6793), 1, + anon_sym_any, + ACTIONS(6795), 1, + anon_sym_TILDE, + STATE(5342), 1, + sym_tuple_type, + STATE(5615), 1, + sym_unannotated_type, + STATE(5681), 1, + sym__simple_user_type, + STATE(5682), 1, + sym_simple_identifier, + STATE(6223), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5960), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(6781), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(6008), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6779), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6302), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [212918] = 18, + ACTIONS(1938), 1, + anon_sym_each, + ACTIONS(1943), 1, + anon_sym_repeat, + ACTIONS(1951), 1, + anon_sym_some, + ACTIONS(1953), 1, + anon_sym_any, + ACTIONS(1955), 1, + anon_sym_TILDE, + ACTIONS(7314), 1, + anon_sym_LPAREN, + ACTIONS(7316), 1, + anon_sym_LBRACK, + STATE(1009), 1, + sym_tuple_type, + STATE(1017), 1, + sym_unannotated_type, + STATE(1048), 1, + sym__simple_user_type, + STATE(1081), 1, + sym_simple_identifier, + STATE(1089), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1106), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(1936), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1043), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(1934), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(1123), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [212993] = 18, + ACTIONS(1938), 1, + anon_sym_each, + ACTIONS(1943), 1, + anon_sym_repeat, + ACTIONS(1951), 1, + anon_sym_some, + ACTIONS(1953), 1, + anon_sym_any, + ACTIONS(1955), 1, + anon_sym_TILDE, + ACTIONS(7314), 1, + anon_sym_LPAREN, + ACTIONS(7316), 1, + anon_sym_LBRACK, + STATE(1009), 1, + sym_tuple_type, + STATE(1019), 1, + sym_unannotated_type, + STATE(1048), 1, + sym__simple_user_type, + STATE(1081), 1, + sym_simple_identifier, + STATE(1089), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1106), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(1936), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1043), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(1934), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(1123), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [213068] = 18, + ACTIONS(1938), 1, + anon_sym_each, + ACTIONS(1943), 1, + anon_sym_repeat, + ACTIONS(1951), 1, + anon_sym_some, + ACTIONS(1953), 1, + anon_sym_any, + ACTIONS(1955), 1, + anon_sym_TILDE, + ACTIONS(7314), 1, + anon_sym_LPAREN, + ACTIONS(7316), 1, + anon_sym_LBRACK, + STATE(1009), 1, + sym_tuple_type, + STATE(1012), 1, + sym_unannotated_type, + STATE(1048), 1, + sym__simple_user_type, + STATE(1081), 1, + sym_simple_identifier, + STATE(1089), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1106), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(1936), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1043), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(1934), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(1123), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [213143] = 18, + ACTIONS(3437), 1, + anon_sym_each, + ACTIONS(3442), 1, + anon_sym_repeat, + ACTIONS(3444), 1, + anon_sym_LPAREN, + ACTIONS(3446), 1, + anon_sym_LBRACK, + ACTIONS(3448), 1, + anon_sym_some, + ACTIONS(3450), 1, + anon_sym_any, + ACTIONS(3452), 1, + anon_sym_TILDE, + STATE(2104), 1, + sym_tuple_type, + STATE(2270), 1, + sym_unannotated_type, + STATE(2348), 1, + sym__simple_user_type, + STATE(2409), 1, + sym_simple_identifier, + STATE(3017), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2450), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(3435), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(2466), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(3433), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(3484), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [213218] = 18, + ACTIONS(3437), 1, + anon_sym_each, + ACTIONS(3442), 1, + anon_sym_repeat, + ACTIONS(3444), 1, + anon_sym_LPAREN, + ACTIONS(3446), 1, + anon_sym_LBRACK, + ACTIONS(3448), 1, + anon_sym_some, + ACTIONS(3450), 1, + anon_sym_any, + ACTIONS(3452), 1, + anon_sym_TILDE, + STATE(2104), 1, + sym_tuple_type, + STATE(2233), 1, + sym_unannotated_type, + STATE(2348), 1, + sym__simple_user_type, + STATE(2409), 1, + sym_simple_identifier, + STATE(3017), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2450), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(3435), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(2466), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(3433), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(3484), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [213293] = 18, + ACTIONS(3437), 1, + anon_sym_each, + ACTIONS(3442), 1, + anon_sym_repeat, + ACTIONS(3444), 1, + anon_sym_LPAREN, + ACTIONS(3446), 1, + anon_sym_LBRACK, + ACTIONS(3448), 1, + anon_sym_some, + ACTIONS(3450), 1, + anon_sym_any, + ACTIONS(3452), 1, + anon_sym_TILDE, + STATE(2104), 1, + sym_tuple_type, + STATE(2237), 1, + sym_unannotated_type, + STATE(2348), 1, + sym__simple_user_type, + STATE(2409), 1, + sym_simple_identifier, + STATE(3017), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2450), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(3435), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(2466), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(3433), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(3484), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [213368] = 18, + ACTIONS(3437), 1, + anon_sym_each, + ACTIONS(3442), 1, + anon_sym_repeat, + ACTIONS(3444), 1, + anon_sym_LPAREN, + ACTIONS(3446), 1, + anon_sym_LBRACK, + ACTIONS(3448), 1, + anon_sym_some, + ACTIONS(3450), 1, + anon_sym_any, + ACTIONS(3452), 1, + anon_sym_TILDE, + STATE(2104), 1, + sym_tuple_type, + STATE(2269), 1, + sym_unannotated_type, + STATE(2348), 1, + sym__simple_user_type, + STATE(2409), 1, + sym_simple_identifier, + STATE(3017), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2450), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(3435), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(2466), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(3433), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(3484), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [213443] = 18, + ACTIONS(5811), 1, + anon_sym_each, + ACTIONS(5813), 1, + anon_sym_repeat, + ACTIONS(5815), 1, + anon_sym_LPAREN, + ACTIONS(5817), 1, + anon_sym_LBRACK, + ACTIONS(5819), 1, + anon_sym_some, + ACTIONS(5821), 1, + anon_sym_any, + ACTIONS(5823), 1, + anon_sym_TILDE, + STATE(5144), 1, + sym_tuple_type, + STATE(5253), 1, + sym_unannotated_type, + STATE(5400), 1, + sym__simple_user_type, + STATE(5412), 1, + sym_simple_identifier, + STATE(5970), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5489), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5809), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5498), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5807), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6061), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [213518] = 18, + ACTIONS(5811), 1, + anon_sym_each, + ACTIONS(5813), 1, + anon_sym_repeat, + ACTIONS(5815), 1, + anon_sym_LPAREN, + ACTIONS(5817), 1, + anon_sym_LBRACK, + ACTIONS(5819), 1, + anon_sym_some, + ACTIONS(5821), 1, + anon_sym_any, + ACTIONS(5823), 1, + anon_sym_TILDE, + STATE(5144), 1, + sym_tuple_type, + STATE(5249), 1, + sym_unannotated_type, + STATE(5400), 1, + sym__simple_user_type, + STATE(5412), 1, + sym_simple_identifier, + STATE(5970), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5489), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5809), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5498), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5807), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6061), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [213593] = 18, + ACTIONS(5811), 1, + anon_sym_each, + ACTIONS(5813), 1, + anon_sym_repeat, + ACTIONS(5815), 1, + anon_sym_LPAREN, + ACTIONS(5817), 1, + anon_sym_LBRACK, + ACTIONS(5819), 1, + anon_sym_some, + ACTIONS(5821), 1, + anon_sym_any, + ACTIONS(5823), 1, + anon_sym_TILDE, + STATE(5144), 1, + sym_tuple_type, + STATE(5250), 1, + sym_unannotated_type, + STATE(5400), 1, + sym__simple_user_type, + STATE(5412), 1, + sym_simple_identifier, + STATE(5970), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5489), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5809), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5498), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5807), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6061), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [213668] = 18, + ACTIONS(5811), 1, + anon_sym_each, + ACTIONS(5813), 1, + anon_sym_repeat, + ACTIONS(5815), 1, + anon_sym_LPAREN, + ACTIONS(5817), 1, + anon_sym_LBRACK, + ACTIONS(5819), 1, + anon_sym_some, + ACTIONS(5821), 1, + anon_sym_any, + ACTIONS(5823), 1, + anon_sym_TILDE, + STATE(5144), 1, + sym_tuple_type, + STATE(5252), 1, + sym_unannotated_type, + STATE(5400), 1, + sym__simple_user_type, + STATE(5412), 1, + sym_simple_identifier, + STATE(5970), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5489), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5809), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5498), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5807), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6061), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [213743] = 18, + ACTIONS(3249), 1, + anon_sym_each, + ACTIONS(3251), 1, + anon_sym_repeat, + ACTIONS(3259), 1, + anon_sym_some, + ACTIONS(3261), 1, + anon_sym_any, + ACTIONS(3263), 1, + anon_sym_TILDE, + ACTIONS(7318), 1, + anon_sym_LPAREN, + ACTIONS(7320), 1, + anon_sym_LBRACK, + STATE(1884), 1, + sym_tuple_type, + STATE(1945), 1, + sym_unannotated_type, + STATE(2044), 1, + sym__simple_user_type, + STATE(2096), 1, + sym_simple_identifier, + STATE(2191), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2190), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(3247), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(2077), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(3245), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(2182), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [213818] = 18, + ACTIONS(6783), 1, + anon_sym_each, + ACTIONS(6785), 1, + anon_sym_repeat, + ACTIONS(6787), 1, + anon_sym_LPAREN, + ACTIONS(6789), 1, + anon_sym_LBRACK, + ACTIONS(6791), 1, + anon_sym_some, + ACTIONS(6793), 1, + anon_sym_any, + ACTIONS(6795), 1, + anon_sym_TILDE, + STATE(5342), 1, + sym_tuple_type, + STATE(5643), 1, + sym_unannotated_type, + STATE(5681), 1, + sym__simple_user_type, + STATE(5682), 1, + sym_simple_identifier, + STATE(6223), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5960), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(6781), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(6008), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6779), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6302), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [213893] = 18, + ACTIONS(6783), 1, + anon_sym_each, + ACTIONS(6785), 1, + anon_sym_repeat, + ACTIONS(6787), 1, + anon_sym_LPAREN, + ACTIONS(6789), 1, + anon_sym_LBRACK, + ACTIONS(6791), 1, + anon_sym_some, + ACTIONS(6793), 1, + anon_sym_any, + ACTIONS(6795), 1, + anon_sym_TILDE, + STATE(5342), 1, + sym_tuple_type, + STATE(5644), 1, + sym_unannotated_type, + STATE(5681), 1, + sym__simple_user_type, + STATE(5682), 1, + sym_simple_identifier, + STATE(6223), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5960), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(6781), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(6008), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(6779), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6302), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [213968] = 18, + ACTIONS(1755), 1, + anon_sym_TILDE, + ACTIONS(3267), 1, + anon_sym_each, + ACTIONS(3269), 1, + anon_sym_repeat, + ACTIONS(3271), 1, + anon_sym_some, + ACTIONS(3273), 1, + anon_sym_any, + ACTIONS(7322), 1, + anon_sym_LPAREN, + ACTIONS(7324), 1, + anon_sym_LBRACK, + STATE(811), 1, + sym__simple_user_type, + STATE(819), 1, + sym_simple_identifier, + STATE(842), 1, + sym__parenthesized_type, + STATE(1880), 1, + sym_tuple_type, + STATE(1930), 1, + sym_unannotated_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(844), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(763), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(809), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(761), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(837), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [214043] = 18, + ACTIONS(1755), 1, + anon_sym_TILDE, + ACTIONS(3267), 1, + anon_sym_each, + ACTIONS(3269), 1, + anon_sym_repeat, + ACTIONS(3271), 1, + anon_sym_some, + ACTIONS(3273), 1, + anon_sym_any, + ACTIONS(7322), 1, + anon_sym_LPAREN, + ACTIONS(7324), 1, + anon_sym_LBRACK, + STATE(811), 1, + sym__simple_user_type, + STATE(819), 1, + sym_simple_identifier, + STATE(842), 1, + sym__parenthesized_type, + STATE(1880), 1, + sym_tuple_type, + STATE(1931), 1, + sym_unannotated_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(844), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(763), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(809), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(761), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(837), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [214118] = 18, + ACTIONS(5759), 1, + anon_sym_each, + ACTIONS(5761), 1, + anon_sym_repeat, + ACTIONS(5763), 1, + anon_sym_LPAREN, + ACTIONS(5765), 1, + anon_sym_LBRACK, + ACTIONS(5767), 1, + anon_sym_some, + ACTIONS(5769), 1, + anon_sym_any, + ACTIONS(5771), 1, + anon_sym_TILDE, + STATE(5160), 1, + sym_tuple_type, + STATE(5339), 1, + sym_unannotated_type, + STATE(5387), 1, + sym__simple_user_type, + STATE(5409), 1, + sym_simple_identifier, + STATE(5993), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5648), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5757), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(5560), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(5755), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(6047), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [214193] = 18, + ACTIONS(2917), 1, + anon_sym_LPAREN, + ACTIONS(2919), 1, + anon_sym_LBRACK, + ACTIONS(2925), 1, + anon_sym_TILDE, + ACTIONS(6744), 1, + anon_sym_each, + ACTIONS(6746), 1, + anon_sym_repeat, + ACTIONS(6748), 1, + anon_sym_some, + ACTIONS(6750), 1, + anon_sym_any, + STATE(1755), 1, + sym_simple_identifier, + STATE(1773), 1, + sym__simple_user_type, + STATE(1899), 1, + sym__parenthesized_type, + STATE(5322), 1, + sym_tuple_type, + STATE(5537), 1, + sym_unannotated_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1794), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2908), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1783), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(2906), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(1941), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [214268] = 18, + ACTIONS(3249), 1, + anon_sym_each, + ACTIONS(3251), 1, + anon_sym_repeat, + ACTIONS(3259), 1, + anon_sym_some, + ACTIONS(3261), 1, + anon_sym_any, + ACTIONS(3263), 1, + anon_sym_TILDE, + ACTIONS(7318), 1, + anon_sym_LPAREN, + ACTIONS(7320), 1, + anon_sym_LBRACK, + STATE(1884), 1, + sym_tuple_type, + STATE(1927), 1, + sym_unannotated_type, + STATE(2044), 1, + sym__simple_user_type, + STATE(2096), 1, + sym_simple_identifier, + STATE(2191), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2190), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(3247), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(2077), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(3245), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(2182), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [214343] = 18, + ACTIONS(3249), 1, + anon_sym_each, + ACTIONS(3251), 1, + anon_sym_repeat, + ACTIONS(3259), 1, + anon_sym_some, + ACTIONS(3261), 1, + anon_sym_any, + ACTIONS(3263), 1, + anon_sym_TILDE, + ACTIONS(7318), 1, + anon_sym_LPAREN, + ACTIONS(7320), 1, + anon_sym_LBRACK, + STATE(1884), 1, + sym_tuple_type, + STATE(1960), 1, + sym_unannotated_type, + STATE(2044), 1, + sym__simple_user_type, + STATE(2096), 1, + sym_simple_identifier, + STATE(2191), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2190), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(3247), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(2077), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(3245), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(2182), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [214418] = 18, + ACTIONS(3038), 1, + anon_sym_each, + ACTIONS(3040), 1, + anon_sym_repeat, + ACTIONS(3048), 1, + anon_sym_some, + ACTIONS(3050), 1, + anon_sym_any, + ACTIONS(3052), 1, + anon_sym_TILDE, + ACTIONS(7338), 1, + anon_sym_LPAREN, + ACTIONS(7340), 1, + anon_sym_LBRACK, + STATE(1874), 1, + sym_tuple_type, + STATE(1920), 1, + sym_unannotated_type, + STATE(2024), 1, + sym__simple_user_type, + STATE(2074), 1, + sym_simple_identifier, + STATE(2101), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2103), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(3036), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1998), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(3034), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(2143), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [214493] = 18, + ACTIONS(1741), 1, + anon_sym_each, + ACTIONS(1743), 1, + anon_sym_repeat, + ACTIONS(1751), 1, + anon_sym_some, + ACTIONS(1753), 1, + anon_sym_any, + ACTIONS(1755), 1, + anon_sym_TILDE, + ACTIONS(7322), 1, + anon_sym_LPAREN, + ACTIONS(7324), 1, + anon_sym_LBRACK, + STATE(802), 1, + sym_tuple_type, + STATE(811), 1, + sym__simple_user_type, + STATE(816), 1, + sym_unannotated_type, + STATE(819), 1, + sym_simple_identifier, + STATE(842), 1, + sym__parenthesized_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(844), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(763), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(809), 3, + sym_user_type, + sym_array_type, + sym_dictionary_type, + ACTIONS(761), 7, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + STATE(837), 9, + sym_function_type, + sym_optional_type, + sym_metatype, + sym_opaque_type, + sym_existential_type, + sym_type_parameter_pack, + sym_type_pack_expansion, + sym_protocol_composition_type, + sym_suppressed_constraint, + [214568] = 21, + ACTIONS(7604), 1, + anon_sym_LPAREN, + ACTIONS(7608), 1, + anon_sym_case, + ACTIONS(7612), 1, + anon_sym_is, + ACTIONS(7614), 1, + sym_wildcard_pattern, + ACTIONS(7616), 1, + sym__dot_custom, + ACTIONS(7680), 1, + anon_sym_await, + STATE(4930), 1, + sym_value_binding_pattern, + STATE(4944), 1, + sym__await_operator, + STATE(5723), 1, + sym__dot, + STATE(6392), 1, + sym_simple_identifier, + STATE(6876), 1, + sym__simple_user_type, + STATE(7241), 1, + sym__binding_pattern, + STATE(7262), 1, + sym__binding_pattern_no_expr, + STATE(7273), 1, + sym__bound_identifier, + STATE(8795), 1, + sym_user_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(97), 2, + anon_sym_let, + anon_sym_var, + STATE(6570), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(7602), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(7232), 4, + sym__universally_allowed_pattern, + sym__tuple_pattern, + sym__case_pattern, + sym__type_casting_pattern, + ACTIONS(7600), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [214648] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7660), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(7656), 33, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [214692] = 21, + ACTIONS(6903), 1, + anon_sym_LPAREN, + ACTIONS(7686), 1, + anon_sym_case, + ACTIONS(7688), 1, + anon_sym_is, + ACTIONS(7690), 1, + sym_wildcard_pattern, + ACTIONS(7692), 1, + sym__dot_custom, + STATE(3692), 1, + sym__no_expr_pattern_already_bound, + STATE(3836), 1, + sym_simple_identifier, + STATE(3876), 1, + sym__bound_identifier, + STATE(4605), 1, + sym__single_modifierless_property_declaration, + STATE(4892), 1, + sym_value_binding_pattern, + STATE(5779), 1, + sym__dot, + STATE(6876), 1, + sym__simple_user_type, + STATE(7241), 1, + sym__binding_pattern, + STATE(8766), 1, + sym_user_type, + STATE(8802), 1, + sym__binding_pattern_no_expr, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(97), 2, + anon_sym_let, + anon_sym_var, + STATE(3864), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(7684), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(3874), 4, + sym__universally_allowed_pattern, + sym__tuple_pattern, + sym__case_pattern, + sym__type_casting_pattern, + ACTIONS(7682), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [214772] = 21, + ACTIONS(4610), 1, + anon_sym_LPAREN, + ACTIONS(7698), 1, + anon_sym_case, + ACTIONS(7700), 1, + anon_sym_is, + ACTIONS(7702), 1, + sym_wildcard_pattern, + ACTIONS(7704), 1, + sym__dot_custom, + STATE(1887), 1, + sym__no_expr_pattern_already_bound, + STATE(1965), 1, + sym_simple_identifier, + STATE(2090), 1, + sym__bound_identifier, + STATE(2823), 1, + sym__single_modifierless_property_declaration, + STATE(4892), 1, + sym_value_binding_pattern, + STATE(5728), 1, + sym__dot, + STATE(6876), 1, + sym__simple_user_type, + STATE(7241), 1, + sym__binding_pattern, + STATE(8683), 1, + sym_user_type, + STATE(8787), 1, + sym__binding_pattern_no_expr, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(97), 2, + anon_sym_let, + anon_sym_var, + STATE(2026), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(7696), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(2061), 4, + sym__universally_allowed_pattern, + sym__tuple_pattern, + sym__case_pattern, + sym__type_casting_pattern, + ACTIONS(7694), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [214852] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7648), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(7644), 33, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [214896] = 4, + ACTIONS(7706), 1, + anon_sym_LPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2832), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2827), 32, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_case, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [214942] = 5, + ACTIONS(625), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2823), 8, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_TILDE, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(619), 13, + sym__arrow_operator_custom, + sym__dot_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LT, + anon_sym_DOT_DOT_DOT, + ACTIONS(2825), 13, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_some, + anon_sym_any, + anon_sym_AT, + anon_sym_inout, + anon_sym_borrowing, + anon_sym_consuming, + [214990] = 21, + ACTIONS(7712), 1, + anon_sym_LPAREN, + ACTIONS(7714), 1, + anon_sym_case, + ACTIONS(7716), 1, + anon_sym_is, + ACTIONS(7718), 1, + sym_wildcard_pattern, + ACTIONS(7720), 1, + sym__dot_custom, + STATE(4892), 1, + sym_value_binding_pattern, + STATE(5465), 1, + sym__no_expr_pattern_already_bound, + STATE(5699), 1, + sym__dot, + STATE(5974), 1, + sym_simple_identifier, + STATE(6136), 1, + sym__bound_identifier, + STATE(6869), 1, + sym__single_modifierless_property_declaration, + STATE(6876), 1, + sym__simple_user_type, + STATE(7241), 1, + sym__binding_pattern, + STATE(8608), 1, + sym_user_type, + STATE(8797), 1, + sym__binding_pattern_no_expr, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(97), 2, + anon_sym_let, + anon_sym_var, + STATE(6075), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(7710), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(6210), 4, + sym__universally_allowed_pattern, + sym__tuple_pattern, + sym__case_pattern, + sym__type_casting_pattern, + ACTIONS(7708), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [215070] = 21, + ACTIONS(4610), 1, + anon_sym_LPAREN, + ACTIONS(7698), 1, + anon_sym_case, + ACTIONS(7700), 1, + anon_sym_is, + ACTIONS(7702), 1, + sym_wildcard_pattern, + ACTIONS(7704), 1, + sym__dot_custom, + STATE(1887), 1, + sym__no_expr_pattern_already_bound, + STATE(1965), 1, + sym_simple_identifier, + STATE(2090), 1, + sym__bound_identifier, + STATE(2946), 1, + sym__single_modifierless_property_declaration, + STATE(4892), 1, + sym_value_binding_pattern, + STATE(5728), 1, + sym__dot, + STATE(6876), 1, + sym__simple_user_type, + STATE(7241), 1, + sym__binding_pattern, + STATE(8683), 1, + sym_user_type, + STATE(8787), 1, + sym__binding_pattern_no_expr, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(97), 2, + anon_sym_let, + anon_sym_var, + STATE(2026), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(7696), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(2061), 4, + sym__universally_allowed_pattern, + sym__tuple_pattern, + sym__case_pattern, + sym__type_casting_pattern, + ACTIONS(7694), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [215150] = 21, + ACTIONS(7726), 1, + anon_sym_LPAREN, + ACTIONS(7728), 1, + anon_sym_case, + ACTIONS(7730), 1, + anon_sym_is, + ACTIONS(7732), 1, + sym_wildcard_pattern, + ACTIONS(7734), 1, + sym__dot_custom, + STATE(4892), 1, + sym_value_binding_pattern, + STATE(5745), 1, + sym__no_expr_pattern_already_bound, + STATE(5772), 1, + sym__dot, + STATE(6027), 1, + sym_simple_identifier, + STATE(6270), 1, + sym__bound_identifier, + STATE(6876), 1, + sym__simple_user_type, + STATE(7241), 1, + sym__binding_pattern, + STATE(7302), 1, + sym__single_modifierless_property_declaration, + STATE(8751), 1, + sym_user_type, + STATE(8752), 1, + sym__binding_pattern_no_expr, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(97), 2, + anon_sym_let, + anon_sym_var, + STATE(6203), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(7724), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(6264), 4, + sym__universally_allowed_pattern, + sym__tuple_pattern, + sym__case_pattern, + sym__type_casting_pattern, + ACTIONS(7722), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [215230] = 21, + ACTIONS(7726), 1, + anon_sym_LPAREN, + ACTIONS(7728), 1, + anon_sym_case, + ACTIONS(7730), 1, + anon_sym_is, + ACTIONS(7732), 1, + sym_wildcard_pattern, + ACTIONS(7734), 1, + sym__dot_custom, + STATE(4892), 1, + sym_value_binding_pattern, + STATE(5745), 1, + sym__no_expr_pattern_already_bound, + STATE(5772), 1, + sym__dot, + STATE(6027), 1, + sym_simple_identifier, + STATE(6270), 1, + sym__bound_identifier, + STATE(6876), 1, + sym__simple_user_type, + STATE(7082), 1, + sym__single_modifierless_property_declaration, + STATE(7241), 1, + sym__binding_pattern, + STATE(8751), 1, + sym_user_type, + STATE(8752), 1, + sym__binding_pattern_no_expr, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(97), 2, + anon_sym_let, + anon_sym_var, + STATE(6203), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(7724), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(6264), 4, + sym__universally_allowed_pattern, + sym__tuple_pattern, + sym__case_pattern, + sym__type_casting_pattern, + ACTIONS(7722), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [215310] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7654), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(7650), 33, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [215354] = 21, + ACTIONS(7604), 1, + anon_sym_LPAREN, + ACTIONS(7608), 1, + anon_sym_case, + ACTIONS(7612), 1, + anon_sym_is, + ACTIONS(7614), 1, + sym_wildcard_pattern, + ACTIONS(7616), 1, + sym__dot_custom, + ACTIONS(7736), 1, + anon_sym_await, + STATE(4930), 1, + sym_value_binding_pattern, + STATE(4945), 1, + sym__await_operator, + STATE(5723), 1, + sym__dot, + STATE(6392), 1, + sym_simple_identifier, + STATE(6876), 1, + sym__simple_user_type, + STATE(7241), 1, + sym__binding_pattern, + STATE(7249), 1, + sym__binding_pattern_no_expr, + STATE(7273), 1, + sym__bound_identifier, + STATE(8795), 1, + sym_user_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(97), 2, + anon_sym_let, + anon_sym_var, + STATE(6570), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(7602), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(7232), 4, + sym__universally_allowed_pattern, + sym__tuple_pattern, + sym__case_pattern, + sym__type_casting_pattern, + ACTIONS(7600), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [215434] = 21, + ACTIONS(6903), 1, + anon_sym_LPAREN, + ACTIONS(7686), 1, + anon_sym_case, + ACTIONS(7688), 1, + anon_sym_is, + ACTIONS(7690), 1, + sym_wildcard_pattern, + ACTIONS(7692), 1, + sym__dot_custom, + STATE(3692), 1, + sym__no_expr_pattern_already_bound, + STATE(3836), 1, + sym_simple_identifier, + STATE(3876), 1, + sym__bound_identifier, + STATE(4578), 1, + sym__single_modifierless_property_declaration, + STATE(4892), 1, + sym_value_binding_pattern, + STATE(5779), 1, + sym__dot, + STATE(6876), 1, + sym__simple_user_type, + STATE(7241), 1, + sym__binding_pattern, + STATE(8766), 1, + sym_user_type, + STATE(8802), 1, + sym__binding_pattern_no_expr, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(97), 2, + anon_sym_let, + anon_sym_var, + STATE(3864), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(7684), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(3874), 4, + sym__universally_allowed_pattern, + sym__tuple_pattern, + sym__case_pattern, + sym__type_casting_pattern, + ACTIONS(7682), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [215514] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7678), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(7674), 33, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [215558] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7740), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(7738), 33, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [215602] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7672), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(7668), 33, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [215646] = 21, + ACTIONS(7712), 1, + anon_sym_LPAREN, + ACTIONS(7714), 1, + anon_sym_case, + ACTIONS(7716), 1, + anon_sym_is, + ACTIONS(7718), 1, + sym_wildcard_pattern, + ACTIONS(7720), 1, + sym__dot_custom, + STATE(4892), 1, + sym_value_binding_pattern, + STATE(5465), 1, + sym__no_expr_pattern_already_bound, + STATE(5699), 1, + sym__dot, + STATE(5974), 1, + sym_simple_identifier, + STATE(6136), 1, + sym__bound_identifier, + STATE(6876), 1, + sym__simple_user_type, + STATE(7104), 1, + sym__single_modifierless_property_declaration, + STATE(7241), 1, + sym__binding_pattern, + STATE(8608), 1, + sym_user_type, + STATE(8797), 1, + sym__binding_pattern_no_expr, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(97), 2, + anon_sym_let, + anon_sym_var, + STATE(6075), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(7710), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(6210), 4, + sym__universally_allowed_pattern, + sym__tuple_pattern, + sym__case_pattern, + sym__type_casting_pattern, + ACTIONS(7708), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [215726] = 6, + ACTIONS(7742), 1, + sym__dot_custom, + STATE(4890), 1, + aux_sym_user_type_repeat1, + STATE(5484), 1, + sym__dot, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2101), 8, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_AT, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + ACTIONS(2099), 23, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_in, + anon_sym_self, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_final, + anon_sym_weak, + anon_sym_unowned, + anon_sym_borrowing, + anon_sym_consuming, + [215775] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7747), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(7745), 32, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_class, + anon_sym_willSet, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [215818] = 20, + ACTIONS(837), 1, + anon_sym_case, + ACTIONS(839), 1, + anon_sym_is, + ACTIONS(7604), 1, + anon_sym_LPAREN, + ACTIONS(7616), 1, + sym__dot_custom, + ACTIONS(7749), 1, + sym_wildcard_pattern, + STATE(4892), 1, + sym_value_binding_pattern, + STATE(5723), 1, + sym__dot, + STATE(6392), 1, + sym_simple_identifier, + STATE(6829), 1, + sym__bound_identifier, + STATE(6850), 1, + sym__no_expr_pattern_already_bound, + STATE(6876), 1, + sym__simple_user_type, + STATE(7241), 1, + sym__binding_pattern, + STATE(8711), 1, + sym__binding_pattern_no_expr, + STATE(8795), 1, + sym_user_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(97), 2, + anon_sym_let, + anon_sym_var, + STATE(6570), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(7602), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(6777), 4, + sym__universally_allowed_pattern, + sym__tuple_pattern, + sym__case_pattern, + sym__type_casting_pattern, + ACTIONS(7600), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [215895] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5803), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5801), 32, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_case, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [215938] = 20, + ACTIONS(4610), 1, + anon_sym_LPAREN, + ACTIONS(7698), 1, + anon_sym_case, + ACTIONS(7702), 1, + sym_wildcard_pattern, + ACTIONS(7704), 1, + sym__dot_custom, + ACTIONS(7751), 1, + anon_sym_is, + STATE(1965), 1, + sym_simple_identifier, + STATE(2090), 1, + sym__bound_identifier, + STATE(4892), 1, + sym_value_binding_pattern, + STATE(5728), 1, + sym__dot, + STATE(6876), 1, + sym__simple_user_type, + STATE(7102), 1, + sym__no_expr_pattern_already_bound, + STATE(7241), 1, + sym__binding_pattern, + STATE(8612), 1, + sym__binding_pattern_no_expr, + STATE(8683), 1, + sym_user_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(97), 2, + anon_sym_let, + anon_sym_var, + STATE(2026), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(7696), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(2061), 4, + sym__universally_allowed_pattern, + sym__tuple_pattern, + sym__case_pattern, + sym__type_casting_pattern, + ACTIONS(7694), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [216015] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7755), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(7753), 32, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_class, + anon_sym_didSet, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [216058] = 20, + ACTIONS(7761), 1, + anon_sym_LPAREN, + ACTIONS(7763), 1, + anon_sym_case, + ACTIONS(7765), 1, + anon_sym_is, + ACTIONS(7767), 1, + sym_wildcard_pattern, + ACTIONS(7769), 1, + sym__dot_custom, + STATE(4892), 1, + sym_value_binding_pattern, + STATE(5746), 1, + sym__dot, + STATE(6360), 1, + sym_simple_identifier, + STATE(6516), 1, + sym__bound_identifier, + STATE(6743), 1, + sym__no_expr_pattern_already_bound, + STATE(6876), 1, + sym__simple_user_type, + STATE(7241), 1, + sym__binding_pattern, + STATE(8686), 1, + sym__binding_pattern_no_expr, + STATE(8708), 1, + sym_user_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(97), 2, + anon_sym_let, + anon_sym_var, + STATE(6455), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(7759), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(6506), 4, + sym__universally_allowed_pattern, + sym__tuple_pattern, + sym__case_pattern, + sym__type_casting_pattern, + ACTIONS(7757), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [216135] = 6, + ACTIONS(7771), 1, + sym__dot_custom, + STATE(4890), 1, + aux_sym_user_type_repeat1, + STATE(5484), 1, + sym__dot, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2166), 8, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_AT, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + ACTIONS(2164), 23, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_in, + anon_sym_self, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_final, + anon_sym_weak, + anon_sym_unowned, + anon_sym_borrowing, + anon_sym_consuming, + [216184] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7775), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(7773), 32, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_class, + anon_sym_willSet, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [216227] = 20, + ACTIONS(7712), 1, + anon_sym_LPAREN, + ACTIONS(7714), 1, + anon_sym_case, + ACTIONS(7716), 1, + anon_sym_is, + ACTIONS(7718), 1, + sym_wildcard_pattern, + ACTIONS(7720), 1, + sym__dot_custom, + STATE(4892), 1, + sym_value_binding_pattern, + STATE(5699), 1, + sym__dot, + STATE(5974), 1, + sym_simple_identifier, + STATE(6136), 1, + sym__bound_identifier, + STATE(6579), 1, + sym__no_expr_pattern_already_bound, + STATE(6876), 1, + sym__simple_user_type, + STATE(7241), 1, + sym__binding_pattern, + STATE(8608), 1, + sym_user_type, + STATE(8797), 1, + sym__binding_pattern_no_expr, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(97), 2, + anon_sym_let, + anon_sym_var, + STATE(6075), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(7710), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(6210), 4, + sym__universally_allowed_pattern, + sym__tuple_pattern, + sym__case_pattern, + sym__type_casting_pattern, + ACTIONS(7708), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [216304] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(7777), 1, + aux_sym__extended_regex_literal_token1, + ACTIONS(7779), 1, + aux_sym__multiline_regex_literal_token1, + ACTIONS(7781), 1, + anon_sym_selector, + ACTIONS(7787), 1, + anon_sym_keyPath, + STATE(6332), 1, + sym_simple_identifier, + ACTIONS(7789), 2, + anon_sym_available, + anon_sym_unavailable, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(7785), 3, + anon_sym_colorLiteral, + anon_sym_fileLiteral, + anon_sym_imageLiteral, + ACTIONS(7791), 3, + aux_sym_diagnostic_token1, + aux_sym_diagnostic_token2, + aux_sym_diagnostic_token3, + ACTIONS(7783), 7, + anon_sym_file, + anon_sym_fileID, + anon_sym_filePath, + anon_sym_line, + anon_sym_column, + anon_sym_function, + anon_sym_dsohandle, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [216369] = 20, + ACTIONS(4610), 1, + anon_sym_LPAREN, + ACTIONS(7698), 1, + anon_sym_case, + ACTIONS(7704), 1, + sym__dot_custom, + ACTIONS(7751), 1, + anon_sym_is, + ACTIONS(7793), 1, + sym_wildcard_pattern, + STATE(1965), 1, + sym_simple_identifier, + STATE(4892), 1, + sym_value_binding_pattern, + STATE(5728), 1, + sym__dot, + STATE(6554), 1, + sym__bound_identifier, + STATE(6766), 1, + sym__no_expr_pattern_already_bound, + STATE(6876), 1, + sym__simple_user_type, + STATE(7241), 1, + sym__binding_pattern, + STATE(8612), 1, + sym__binding_pattern_no_expr, + STATE(8683), 1, + sym_user_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(97), 2, + anon_sym_let, + anon_sym_var, + STATE(2026), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(7696), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(6549), 4, + sym__universally_allowed_pattern, + sym__tuple_pattern, + sym__case_pattern, + sym__type_casting_pattern, + ACTIONS(7694), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [216446] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7797), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(7795), 32, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_class, + anon_sym_didSet, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [216489] = 4, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2823), 8, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_TILDE, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(619), 13, + sym__arrow_operator_custom, + sym__dot_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LT, + ACTIONS(2825), 13, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_some, + anon_sym_any, + anon_sym_AT, + anon_sym_inout, + anon_sym_borrowing, + anon_sym_consuming, + [216534] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7801), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(7799), 32, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_class, + anon_sym_willSet, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [216577] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2825), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(2823), 32, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_case, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [216620] = 20, + ACTIONS(7712), 1, + anon_sym_LPAREN, + ACTIONS(7714), 1, + anon_sym_case, + ACTIONS(7716), 1, + anon_sym_is, + ACTIONS(7720), 1, + sym__dot_custom, + ACTIONS(7803), 1, + sym_wildcard_pattern, + STATE(4892), 1, + sym_value_binding_pattern, + STATE(5699), 1, + sym__dot, + STATE(5974), 1, + sym_simple_identifier, + STATE(6267), 1, + sym__bound_identifier, + STATE(6348), 1, + sym__no_expr_pattern_already_bound, + STATE(6876), 1, + sym__simple_user_type, + STATE(7241), 1, + sym__binding_pattern, + STATE(8608), 1, + sym_user_type, + STATE(8797), 1, + sym__binding_pattern_no_expr, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(97), 2, + anon_sym_let, + anon_sym_var, + STATE(6075), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(7710), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(6266), 4, + sym__universally_allowed_pattern, + sym__tuple_pattern, + sym__case_pattern, + sym__type_casting_pattern, + ACTIONS(7708), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [216697] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7807), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(7805), 32, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_class, + anon_sym_didSet, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [216740] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(7809), 1, + aux_sym__extended_regex_literal_token1, + ACTIONS(7811), 1, + aux_sym__multiline_regex_literal_token1, + ACTIONS(7813), 1, + anon_sym_selector, + ACTIONS(7819), 1, + anon_sym_keyPath, + STATE(6354), 1, + sym_simple_identifier, + ACTIONS(7821), 2, + anon_sym_available, + anon_sym_unavailable, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(7817), 3, + anon_sym_colorLiteral, + anon_sym_fileLiteral, + anon_sym_imageLiteral, + ACTIONS(7823), 3, + aux_sym_diagnostic_token1, + aux_sym_diagnostic_token2, + aux_sym_diagnostic_token3, + ACTIONS(7815), 7, + anon_sym_file, + anon_sym_fileID, + anon_sym_filePath, + anon_sym_line, + anon_sym_column, + anon_sym_function, + anon_sym_dsohandle, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [216805] = 20, + ACTIONS(993), 1, + anon_sym_is, + ACTIONS(7622), 1, + anon_sym_LPAREN, + ACTIONS(7628), 1, + sym__dot_custom, + ACTIONS(7825), 1, + anon_sym_case, + ACTIONS(7827), 1, + sym_wildcard_pattern, + STATE(4892), 1, + sym_value_binding_pattern, + STATE(5762), 1, + sym__dot, + STATE(6465), 1, + sym_simple_identifier, + STATE(6876), 1, + sym__simple_user_type, + STATE(6996), 1, + sym__bound_identifier, + STATE(7241), 1, + sym__binding_pattern, + STATE(8474), 1, + sym__no_expr_pattern_already_bound, + STATE(8735), 1, + sym_user_type, + STATE(8769), 1, + sym__binding_pattern_no_expr, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(97), 2, + anon_sym_let, + anon_sym_var, + STATE(6521), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(7620), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(6995), 4, + sym__universally_allowed_pattern, + sym__tuple_pattern, + sym__case_pattern, + sym__type_casting_pattern, + ACTIONS(7618), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [216882] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5878), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5876), 32, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_case, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [216925] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5882), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5880), 32, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_case, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [216968] = 5, + ACTIONS(7829), 1, + anon_sym_LT, + STATE(4948), 1, + sym_type_arguments, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2193), 9, + sym__dot_custom, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_AT, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + ACTIONS(2191), 23, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_in, + anon_sym_self, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_final, + anon_sym_weak, + anon_sym_unowned, + anon_sym_borrowing, + anon_sym_consuming, + [217015] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4639), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(4647), 32, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_case, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [217058] = 20, + ACTIONS(7712), 1, + anon_sym_LPAREN, + ACTIONS(7714), 1, + anon_sym_case, + ACTIONS(7716), 1, + anon_sym_is, + ACTIONS(7720), 1, + sym__dot_custom, + ACTIONS(7803), 1, + sym_wildcard_pattern, + STATE(4892), 1, + sym_value_binding_pattern, + STATE(5699), 1, + sym__dot, + STATE(5974), 1, + sym_simple_identifier, + STATE(6267), 1, + sym__bound_identifier, + STATE(6372), 1, + sym__no_expr_pattern_already_bound, + STATE(6876), 1, + sym__simple_user_type, + STATE(7241), 1, + sym__binding_pattern, + STATE(8608), 1, + sym_user_type, + STATE(8797), 1, + sym__binding_pattern_no_expr, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(97), 2, + anon_sym_let, + anon_sym_var, + STATE(6075), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(7710), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(6266), 4, + sym__universally_allowed_pattern, + sym__tuple_pattern, + sym__case_pattern, + sym__type_casting_pattern, + ACTIONS(7708), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [217135] = 20, + ACTIONS(6903), 1, + anon_sym_LPAREN, + ACTIONS(7686), 1, + anon_sym_case, + ACTIONS(7688), 1, + anon_sym_is, + ACTIONS(7692), 1, + sym__dot_custom, + ACTIONS(7831), 1, + sym_wildcard_pattern, + STATE(3836), 1, + sym_simple_identifier, + STATE(3902), 1, + sym__bound_identifier, + STATE(3940), 1, + sym__no_expr_pattern_already_bound, + STATE(4892), 1, + sym_value_binding_pattern, + STATE(5779), 1, + sym__dot, + STATE(6876), 1, + sym__simple_user_type, + STATE(7241), 1, + sym__binding_pattern, + STATE(8766), 1, + sym_user_type, + STATE(8802), 1, + sym__binding_pattern_no_expr, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(97), 2, + anon_sym_let, + anon_sym_var, + STATE(3864), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(7684), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(3900), 4, + sym__universally_allowed_pattern, + sym__tuple_pattern, + sym__case_pattern, + sym__type_casting_pattern, + ACTIONS(7682), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [217212] = 20, + ACTIONS(6903), 1, + anon_sym_LPAREN, + ACTIONS(7686), 1, + anon_sym_case, + ACTIONS(7688), 1, + anon_sym_is, + ACTIONS(7692), 1, + sym__dot_custom, + ACTIONS(7831), 1, + sym_wildcard_pattern, + STATE(3836), 1, + sym_simple_identifier, + STATE(3902), 1, + sym__bound_identifier, + STATE(3946), 1, + sym__no_expr_pattern_already_bound, + STATE(4892), 1, + sym_value_binding_pattern, + STATE(5779), 1, + sym__dot, + STATE(6876), 1, + sym__simple_user_type, + STATE(7241), 1, + sym__binding_pattern, + STATE(8766), 1, + sym_user_type, + STATE(8802), 1, + sym__binding_pattern_no_expr, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(97), 2, + anon_sym_let, + anon_sym_var, + STATE(3864), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(7684), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(3900), 4, + sym__universally_allowed_pattern, + sym__tuple_pattern, + sym__case_pattern, + sym__type_casting_pattern, + ACTIONS(7682), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [217289] = 20, + ACTIONS(7761), 1, + anon_sym_LPAREN, + ACTIONS(7763), 1, + anon_sym_case, + ACTIONS(7765), 1, + anon_sym_is, + ACTIONS(7769), 1, + sym__dot_custom, + ACTIONS(7833), 1, + sym_wildcard_pattern, + STATE(4892), 1, + sym_value_binding_pattern, + STATE(5746), 1, + sym__dot, + STATE(6360), 1, + sym_simple_identifier, + STATE(6576), 1, + sym__bound_identifier, + STATE(6876), 1, + sym__simple_user_type, + STATE(7162), 1, + sym__no_expr_pattern_already_bound, + STATE(7241), 1, + sym__binding_pattern, + STATE(8686), 1, + sym__binding_pattern_no_expr, + STATE(8708), 1, + sym_user_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(97), 2, + anon_sym_let, + anon_sym_var, + STATE(6455), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(7759), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(6575), 4, + sym__universally_allowed_pattern, + sym__tuple_pattern, + sym__case_pattern, + sym__type_casting_pattern, + ACTIONS(7757), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [217366] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7837), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(7835), 32, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_class, + anon_sym_didSet, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [217409] = 20, + ACTIONS(6903), 1, + anon_sym_LPAREN, + ACTIONS(7686), 1, + anon_sym_case, + ACTIONS(7688), 1, + anon_sym_is, + ACTIONS(7690), 1, + sym_wildcard_pattern, + ACTIONS(7692), 1, + sym__dot_custom, + STATE(3836), 1, + sym_simple_identifier, + STATE(3876), 1, + sym__bound_identifier, + STATE(4067), 1, + sym__no_expr_pattern_already_bound, + STATE(4892), 1, + sym_value_binding_pattern, + STATE(5779), 1, + sym__dot, + STATE(6876), 1, + sym__simple_user_type, + STATE(7241), 1, + sym__binding_pattern, + STATE(8766), 1, + sym_user_type, + STATE(8802), 1, + sym__binding_pattern_no_expr, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(97), 2, + anon_sym_let, + anon_sym_var, + STATE(3864), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(7684), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(3874), 4, + sym__universally_allowed_pattern, + sym__tuple_pattern, + sym__case_pattern, + sym__type_casting_pattern, + ACTIONS(7682), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [217486] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7841), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(7839), 32, + anon_sym_lazy, + anon_sym_package, + anon_sym_RBRACE, + anon_sym_class, + anon_sym_willSet, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [217529] = 20, + ACTIONS(837), 1, + anon_sym_case, + ACTIONS(7604), 1, + anon_sym_LPAREN, + ACTIONS(7612), 1, + anon_sym_is, + ACTIONS(7616), 1, + sym__dot_custom, + ACTIONS(7749), 1, + sym_wildcard_pattern, + STATE(4892), 1, + sym_value_binding_pattern, + STATE(5723), 1, + sym__dot, + STATE(6392), 1, + sym_simple_identifier, + STATE(6829), 1, + sym__bound_identifier, + STATE(6834), 1, + sym__no_expr_pattern_already_bound, + STATE(6876), 1, + sym__simple_user_type, + STATE(7241), 1, + sym__binding_pattern, + STATE(8737), 1, + sym__binding_pattern_no_expr, + STATE(8795), 1, + sym_user_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(97), 2, + anon_sym_let, + anon_sym_var, + STATE(6570), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(7602), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(6777), 4, + sym__universally_allowed_pattern, + sym__tuple_pattern, + sym__case_pattern, + sym__type_casting_pattern, + ACTIONS(7600), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [217606] = 20, + ACTIONS(7761), 1, + anon_sym_LPAREN, + ACTIONS(7763), 1, + anon_sym_case, + ACTIONS(7765), 1, + anon_sym_is, + ACTIONS(7767), 1, + sym_wildcard_pattern, + ACTIONS(7769), 1, + sym__dot_custom, + STATE(4892), 1, + sym_value_binding_pattern, + STATE(5746), 1, + sym__dot, + STATE(6360), 1, + sym_simple_identifier, + STATE(6516), 1, + sym__bound_identifier, + STATE(6706), 1, + sym__no_expr_pattern_already_bound, + STATE(6876), 1, + sym__simple_user_type, + STATE(7241), 1, + sym__binding_pattern, + STATE(8686), 1, + sym__binding_pattern_no_expr, + STATE(8708), 1, + sym_user_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(97), 2, + anon_sym_let, + anon_sym_var, + STATE(6455), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(7759), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(6506), 4, + sym__universally_allowed_pattern, + sym__tuple_pattern, + sym__case_pattern, + sym__type_casting_pattern, + ACTIONS(7757), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [217683] = 20, + ACTIONS(837), 1, + anon_sym_case, + ACTIONS(839), 1, + anon_sym_is, + ACTIONS(7604), 1, + anon_sym_LPAREN, + ACTIONS(7616), 1, + sym__dot_custom, + ACTIONS(7749), 1, + sym_wildcard_pattern, + STATE(4892), 1, + sym_value_binding_pattern, + STATE(5723), 1, + sym__dot, + STATE(6392), 1, + sym_simple_identifier, + STATE(6829), 1, + sym__bound_identifier, + STATE(6834), 1, + sym__no_expr_pattern_already_bound, + STATE(6876), 1, + sym__simple_user_type, + STATE(7241), 1, + sym__binding_pattern, + STATE(8711), 1, + sym__binding_pattern_no_expr, + STATE(8795), 1, + sym_user_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(97), 2, + anon_sym_let, + anon_sym_var, + STATE(6570), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(7602), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(6777), 4, + sym__universally_allowed_pattern, + sym__tuple_pattern, + sym__case_pattern, + sym__type_casting_pattern, + ACTIONS(7600), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [217760] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(7843), 1, + aux_sym__extended_regex_literal_token1, + ACTIONS(7845), 1, + aux_sym__multiline_regex_literal_token1, + ACTIONS(7847), 1, + anon_sym_selector, + ACTIONS(7853), 1, + anon_sym_keyPath, + STATE(6342), 1, + sym_simple_identifier, + ACTIONS(7855), 2, + anon_sym_available, + anon_sym_unavailable, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(7851), 3, + anon_sym_colorLiteral, + anon_sym_fileLiteral, + anon_sym_imageLiteral, + ACTIONS(7857), 3, + aux_sym_diagnostic_token1, + aux_sym_diagnostic_token2, + aux_sym_diagnostic_token3, + ACTIONS(7849), 7, + anon_sym_file, + anon_sym_fileID, + anon_sym_filePath, + anon_sym_line, + anon_sym_column, + anon_sym_function, + anon_sym_dsohandle, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [217825] = 20, + ACTIONS(993), 1, + anon_sym_is, + ACTIONS(7622), 1, + anon_sym_LPAREN, + ACTIONS(7628), 1, + sym__dot_custom, + ACTIONS(7825), 1, + anon_sym_case, + ACTIONS(7859), 1, + sym_wildcard_pattern, + STATE(4892), 1, + sym_value_binding_pattern, + STATE(5762), 1, + sym__dot, + STATE(6465), 1, + sym_simple_identifier, + STATE(6720), 1, + sym__bound_identifier, + STATE(6865), 1, + sym__no_expr_pattern_already_bound, + STATE(6876), 1, + sym__simple_user_type, + STATE(7241), 1, + sym__binding_pattern, + STATE(8735), 1, + sym_user_type, + STATE(8769), 1, + sym__binding_pattern_no_expr, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(97), 2, + anon_sym_let, + anon_sym_var, + STATE(6521), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(7620), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(6719), 4, + sym__universally_allowed_pattern, + sym__tuple_pattern, + sym__case_pattern, + sym__type_casting_pattern, + ACTIONS(7618), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [217902] = 6, + ACTIONS(7771), 1, + sym__dot_custom, + STATE(4897), 1, + aux_sym_user_type_repeat1, + STATE(5484), 1, + sym__dot, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2151), 8, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_AT, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + ACTIONS(2149), 23, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_in, + anon_sym_self, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_final, + anon_sym_weak, + anon_sym_unowned, + anon_sym_borrowing, + anon_sym_consuming, + [217951] = 20, + ACTIONS(993), 1, + anon_sym_is, + ACTIONS(7622), 1, + anon_sym_LPAREN, + ACTIONS(7628), 1, + sym__dot_custom, + ACTIONS(7825), 1, + anon_sym_case, + ACTIONS(7859), 1, + sym_wildcard_pattern, + STATE(4892), 1, + sym_value_binding_pattern, + STATE(5762), 1, + sym__dot, + STATE(6465), 1, + sym_simple_identifier, + STATE(6720), 1, + sym__bound_identifier, + STATE(6875), 1, + sym__no_expr_pattern_already_bound, + STATE(6876), 1, + sym__simple_user_type, + STATE(7241), 1, + sym__binding_pattern, + STATE(8735), 1, + sym_user_type, + STATE(8769), 1, + sym__binding_pattern_no_expr, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(97), 2, + anon_sym_let, + anon_sym_var, + STATE(6521), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(7620), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(6719), 4, + sym__universally_allowed_pattern, + sym__tuple_pattern, + sym__case_pattern, + sym__type_casting_pattern, + ACTIONS(7618), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [218028] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(7861), 1, + aux_sym__extended_regex_literal_token1, + ACTIONS(7863), 1, + aux_sym__multiline_regex_literal_token1, + ACTIONS(7865), 1, + anon_sym_selector, + ACTIONS(7871), 1, + anon_sym_keyPath, + STATE(6343), 1, + sym_simple_identifier, + ACTIONS(7873), 2, + anon_sym_available, + anon_sym_unavailable, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(7869), 3, + anon_sym_colorLiteral, + anon_sym_fileLiteral, + anon_sym_imageLiteral, + ACTIONS(7875), 3, + aux_sym_diagnostic_token1, + aux_sym_diagnostic_token2, + aux_sym_diagnostic_token3, + ACTIONS(7867), 7, + anon_sym_file, + anon_sym_fileID, + anon_sym_filePath, + anon_sym_line, + anon_sym_column, + anon_sym_function, + anon_sym_dsohandle, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [218093] = 20, + ACTIONS(4610), 1, + anon_sym_LPAREN, + ACTIONS(7698), 1, + anon_sym_case, + ACTIONS(7704), 1, + sym__dot_custom, + ACTIONS(7751), 1, + anon_sym_is, + ACTIONS(7793), 1, + sym_wildcard_pattern, + STATE(1965), 1, + sym_simple_identifier, + STATE(4892), 1, + sym_value_binding_pattern, + STATE(5728), 1, + sym__dot, + STATE(6554), 1, + sym__bound_identifier, + STATE(6747), 1, + sym__no_expr_pattern_already_bound, + STATE(6876), 1, + sym__simple_user_type, + STATE(7241), 1, + sym__binding_pattern, + STATE(8612), 1, + sym__binding_pattern_no_expr, + STATE(8683), 1, + sym_user_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(97), 2, + anon_sym_let, + anon_sym_var, + STATE(2026), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(7696), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(6549), 4, + sym__universally_allowed_pattern, + sym__tuple_pattern, + sym__case_pattern, + sym__type_casting_pattern, + ACTIONS(7694), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [218170] = 20, + ACTIONS(837), 1, + anon_sym_case, + ACTIONS(7604), 1, + anon_sym_LPAREN, + ACTIONS(7612), 1, + anon_sym_is, + ACTIONS(7616), 1, + sym__dot_custom, + ACTIONS(7749), 1, + sym_wildcard_pattern, + STATE(4892), 1, + sym_value_binding_pattern, + STATE(5723), 1, + sym__dot, + STATE(6392), 1, + sym_simple_identifier, + STATE(6829), 1, + sym__bound_identifier, + STATE(6850), 1, + sym__no_expr_pattern_already_bound, + STATE(6876), 1, + sym__simple_user_type, + STATE(7241), 1, + sym__binding_pattern, + STATE(8737), 1, + sym__binding_pattern_no_expr, + STATE(8795), 1, + sym_user_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(97), 2, + anon_sym_let, + anon_sym_var, + STATE(6570), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(7602), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(6777), 4, + sym__universally_allowed_pattern, + sym__tuple_pattern, + sym__case_pattern, + sym__type_casting_pattern, + ACTIONS(7600), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [218247] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5153), 2, + anon_sym_AT, + anon_sym_unowned, + ACTIONS(5151), 32, + sym_default_keyword, + anon_sym_lazy, + anon_sym_package, + anon_sym_case, + anon_sym_class, + anon_sym_prefix, + anon_sym_infix, + anon_sym_postfix, + anon_sym_override, + anon_sym_convenience, + anon_sym_required, + anon_sym_nonisolated, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_fileprivate, + anon_sym_open, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_static, + anon_sym_dynamic, + anon_sym_optional, + anon_sym_distributed, + anon_sym_final, + anon_sym_inout, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + anon_sym_borrowing, + anon_sym_consuming, + [218290] = 19, + ACTIONS(4610), 1, + anon_sym_LPAREN, + ACTIONS(7704), 1, + sym__dot_custom, + ACTIONS(7751), 1, + anon_sym_is, + ACTIONS(7877), 1, + anon_sym_case, + ACTIONS(7879), 1, + sym_wildcard_pattern, + STATE(1965), 1, + sym_simple_identifier, + STATE(4901), 1, + sym_value_binding_pattern, + STATE(5728), 1, + sym__dot, + STATE(6582), 1, + sym__binding_pattern_no_expr, + STATE(6592), 1, + sym__bound_identifier, + STATE(6593), 1, + sym__binding_pattern, + STATE(6876), 1, + sym__simple_user_type, + STATE(8683), 1, + sym_user_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(97), 2, + anon_sym_let, + anon_sym_var, + STATE(2026), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(7696), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(6591), 4, + sym__universally_allowed_pattern, + sym__tuple_pattern, + sym__case_pattern, + sym__type_casting_pattern, + ACTIONS(7694), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [218364] = 19, + ACTIONS(6903), 1, + anon_sym_LPAREN, + ACTIONS(7688), 1, + anon_sym_is, + ACTIONS(7692), 1, + sym__dot_custom, + ACTIONS(7881), 1, + anon_sym_case, + ACTIONS(7883), 1, + sym_wildcard_pattern, + STATE(3836), 1, + sym_simple_identifier, + STATE(3897), 1, + sym__binding_pattern, + STATE(3903), 1, + sym__binding_pattern_no_expr, + STATE(3925), 1, + sym__bound_identifier, + STATE(4915), 1, + sym_value_binding_pattern, + STATE(5779), 1, + sym__dot, + STATE(6876), 1, + sym__simple_user_type, + STATE(8766), 1, + sym_user_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(97), 2, + anon_sym_let, + anon_sym_var, + STATE(3864), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(7684), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(3908), 4, + sym__universally_allowed_pattern, + sym__tuple_pattern, + sym__case_pattern, + sym__type_casting_pattern, + ACTIONS(7682), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [218438] = 19, + ACTIONS(7712), 1, + anon_sym_LPAREN, + ACTIONS(7716), 1, + anon_sym_is, + ACTIONS(7720), 1, + sym__dot_custom, + ACTIONS(7885), 1, + anon_sym_case, + ACTIONS(7887), 1, + sym_wildcard_pattern, + STATE(4906), 1, + sym_value_binding_pattern, + STATE(5699), 1, + sym__dot, + STATE(5974), 1, + sym_simple_identifier, + STATE(6289), 1, + sym__binding_pattern_no_expr, + STATE(6318), 1, + sym__bound_identifier, + STATE(6330), 1, + sym__binding_pattern, + STATE(6876), 1, + sym__simple_user_type, + STATE(8608), 1, + sym_user_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(97), 2, + anon_sym_let, + anon_sym_var, + STATE(6075), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(7710), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(6295), 4, + sym__universally_allowed_pattern, + sym__tuple_pattern, + sym__case_pattern, + sym__type_casting_pattern, + ACTIONS(7708), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [218512] = 5, + ACTIONS(625), 1, + anon_sym_in, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2823), 8, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_TILDE, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(619), 11, + sym__arrow_operator_custom, + sym__dot_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LT, + ACTIONS(2825), 13, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_some, + anon_sym_any, + anon_sym_AT, + anon_sym_inout, + anon_sym_borrowing, + anon_sym_consuming, + [218558] = 19, + ACTIONS(7761), 1, + anon_sym_LPAREN, + ACTIONS(7765), 1, + anon_sym_is, + ACTIONS(7769), 1, + sym__dot_custom, + ACTIONS(7889), 1, + anon_sym_case, + ACTIONS(7891), 1, + sym_wildcard_pattern, + STATE(4896), 1, + sym_value_binding_pattern, + STATE(5746), 1, + sym__dot, + STATE(6360), 1, + sym_simple_identifier, + STATE(6550), 1, + sym__bound_identifier, + STATE(6551), 1, + sym__binding_pattern, + STATE(6628), 1, + sym__binding_pattern_no_expr, + STATE(6876), 1, + sym__simple_user_type, + STATE(8708), 1, + sym_user_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(97), 2, + anon_sym_let, + anon_sym_var, + STATE(6455), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(7759), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(6546), 4, + sym__universally_allowed_pattern, + sym__tuple_pattern, + sym__case_pattern, + sym__type_casting_pattern, + ACTIONS(7757), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [218632] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2302), 10, + sym__dot_custom, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_LT, + anon_sym_AT, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + ACTIONS(2300), 23, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_in, + anon_sym_self, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_final, + anon_sym_weak, + anon_sym_unowned, + anon_sym_borrowing, + anon_sym_consuming, + [218674] = 23, + ACTIONS(391), 1, + anon_sym_AT, + ACTIONS(395), 1, + anon_sym_unowned, + ACTIONS(3101), 1, + anon_sym_async, + ACTIONS(3123), 1, + anon_sym_func, + ACTIONS(4209), 1, + anon_sym_typealias, + ACTIONS(4706), 1, + anon_sym_enum, + ACTIONS(4708), 1, + anon_sym_extension, + ACTIONS(4710), 1, + anon_sym_indirect, + ACTIONS(7893), 1, + anon_sym_lazy, + ACTIONS(7895), 1, + anon_sym_final, + STATE(7521), 1, + sym__non_constructor_function_decl, + STATE(7945), 1, + sym__modifierless_function_declaration_no_body, + STATE(8358), 1, + sym__modifierless_property_declaration, + STATE(8359), 1, + sym__modifierless_typealias_declaration, + STATE(8363), 1, + sym__modifierless_function_declaration, + STATE(8364), 1, + sym__modifierless_class_declaration, + STATE(8439), 1, + sym__async_modifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(3121), 2, + anon_sym_let, + anon_sym_var, + STATE(4879), 2, + sym_value_binding_pattern, + sym__possibly_async_binding_pattern_kind, + ACTIONS(397), 3, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + ACTIONS(4702), 3, + anon_sym_actor, + anon_sym_struct, + anon_sym_class, + STATE(5059), 6, + sym_attribute, + aux_sym__locally_permitted_modifiers, + sym__locally_permitted_modifier, + sym_property_behavior_modifier, + sym_inheritance_modifier, + sym_ownership_modifier, + [218756] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(7809), 1, + aux_sym__extended_regex_literal_token1, + ACTIONS(7811), 1, + aux_sym__multiline_regex_literal_token1, + ACTIONS(7813), 1, + anon_sym_selector, + ACTIONS(7819), 1, + anon_sym_keyPath, + ACTIONS(7897), 1, + anon_sym_BANG, + STATE(6354), 1, + sym_simple_identifier, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(7817), 3, + anon_sym_colorLiteral, + anon_sym_fileLiteral, + anon_sym_imageLiteral, + ACTIONS(7823), 3, + aux_sym_diagnostic_token1, + aux_sym_diagnostic_token2, + aux_sym_diagnostic_token3, + ACTIONS(7815), 7, + anon_sym_file, + anon_sym_fileID, + anon_sym_filePath, + anon_sym_line, + anon_sym_column, + anon_sym_function, + anon_sym_dsohandle, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [218820] = 19, + ACTIONS(7604), 1, + anon_sym_LPAREN, + ACTIONS(7608), 1, + anon_sym_case, + ACTIONS(7612), 1, + anon_sym_is, + ACTIONS(7614), 1, + sym_wildcard_pattern, + ACTIONS(7616), 1, + sym__dot_custom, + STATE(4930), 1, + sym_value_binding_pattern, + STATE(5723), 1, + sym__dot, + STATE(6392), 1, + sym_simple_identifier, + STATE(6876), 1, + sym__simple_user_type, + STATE(7241), 1, + sym__binding_pattern, + STATE(7246), 1, + sym__binding_pattern_no_expr, + STATE(7273), 1, + sym__bound_identifier, + STATE(8795), 1, + sym_user_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(97), 2, + anon_sym_let, + anon_sym_var, + STATE(6570), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(7602), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(7232), 4, + sym__universally_allowed_pattern, + sym__tuple_pattern, + sym__case_pattern, + sym__type_casting_pattern, + ACTIONS(7600), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [218894] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(7899), 1, + aux_sym__extended_regex_literal_token1, + ACTIONS(7901), 1, + aux_sym__multiline_regex_literal_token1, + ACTIONS(7903), 1, + anon_sym_selector, + ACTIONS(7909), 1, + anon_sym_keyPath, + ACTIONS(7911), 1, + anon_sym_externalMacro, + STATE(6381), 1, + sym_simple_identifier, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(7907), 3, + anon_sym_colorLiteral, + anon_sym_fileLiteral, + anon_sym_imageLiteral, + ACTIONS(7913), 3, + aux_sym_diagnostic_token1, + aux_sym_diagnostic_token2, + aux_sym_diagnostic_token3, + ACTIONS(7905), 7, + anon_sym_file, + anon_sym_fileID, + anon_sym_filePath, + anon_sym_line, + anon_sym_column, + anon_sym_function, + anon_sym_dsohandle, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [218958] = 23, + ACTIONS(391), 1, + anon_sym_AT, + ACTIONS(395), 1, + anon_sym_unowned, + ACTIONS(3101), 1, + anon_sym_async, + ACTIONS(3123), 1, + anon_sym_func, + ACTIONS(7893), 1, + anon_sym_lazy, + ACTIONS(7895), 1, + anon_sym_final, + ACTIONS(7917), 1, + anon_sym_typealias, + ACTIONS(7919), 1, + anon_sym_enum, + ACTIONS(7921), 1, + anon_sym_extension, + ACTIONS(7923), 1, + anon_sym_indirect, + STATE(4628), 1, + sym__modifierless_property_declaration, + STATE(4638), 1, + sym__modifierless_typealias_declaration, + STATE(4681), 1, + sym__modifierless_function_declaration, + STATE(4682), 1, + sym__modifierless_class_declaration, + STATE(7521), 1, + sym__non_constructor_function_decl, + STATE(7897), 1, + sym__modifierless_function_declaration_no_body, + STATE(8439), 1, + sym__async_modifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(3121), 2, + anon_sym_let, + anon_sym_var, + STATE(4885), 2, + sym_value_binding_pattern, + sym__possibly_async_binding_pattern_kind, + ACTIONS(397), 3, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + ACTIONS(7915), 3, + anon_sym_actor, + anon_sym_struct, + anon_sym_class, + STATE(5059), 6, + sym_attribute, + aux_sym__locally_permitted_modifiers, + sym__locally_permitted_modifier, + sym_property_behavior_modifier, + sym_inheritance_modifier, + sym_ownership_modifier, + [219040] = 19, + ACTIONS(7604), 1, + anon_sym_LPAREN, + ACTIONS(7608), 1, + anon_sym_case, + ACTIONS(7612), 1, + anon_sym_is, + ACTIONS(7614), 1, + sym_wildcard_pattern, + ACTIONS(7616), 1, + sym__dot_custom, + STATE(4930), 1, + sym_value_binding_pattern, + STATE(5723), 1, + sym__dot, + STATE(6392), 1, + sym_simple_identifier, + STATE(6876), 1, + sym__simple_user_type, + STATE(7241), 1, + sym__binding_pattern, + STATE(7261), 1, + sym__binding_pattern_no_expr, + STATE(7273), 1, + sym__bound_identifier, + STATE(8795), 1, + sym_user_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(97), 2, + anon_sym_let, + anon_sym_var, + STATE(6570), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(7602), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(7232), 4, + sym__universally_allowed_pattern, + sym__tuple_pattern, + sym__case_pattern, + sym__type_casting_pattern, + ACTIONS(7600), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [219114] = 19, + ACTIONS(7604), 1, + anon_sym_LPAREN, + ACTIONS(7608), 1, + anon_sym_case, + ACTIONS(7612), 1, + anon_sym_is, + ACTIONS(7614), 1, + sym_wildcard_pattern, + ACTIONS(7616), 1, + sym__dot_custom, + STATE(4930), 1, + sym_value_binding_pattern, + STATE(5723), 1, + sym__dot, + STATE(6392), 1, + sym_simple_identifier, + STATE(6876), 1, + sym__simple_user_type, + STATE(7241), 1, + sym__binding_pattern, + STATE(7263), 1, + sym__binding_pattern_no_expr, + STATE(7273), 1, + sym__bound_identifier, + STATE(8795), 1, + sym_user_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(97), 2, + anon_sym_let, + anon_sym_var, + STATE(6570), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(7602), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(7232), 4, + sym__universally_allowed_pattern, + sym__tuple_pattern, + sym__case_pattern, + sym__type_casting_pattern, + ACTIONS(7600), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [219188] = 19, + ACTIONS(7604), 1, + anon_sym_LPAREN, + ACTIONS(7608), 1, + anon_sym_case, + ACTIONS(7612), 1, + anon_sym_is, + ACTIONS(7614), 1, + sym_wildcard_pattern, + ACTIONS(7616), 1, + sym__dot_custom, + STATE(4930), 1, + sym_value_binding_pattern, + STATE(5723), 1, + sym__dot, + STATE(6392), 1, + sym_simple_identifier, + STATE(6876), 1, + sym__simple_user_type, + STATE(7133), 1, + sym__binding_pattern_no_expr, + STATE(7241), 1, + sym__binding_pattern, + STATE(7273), 1, + sym__bound_identifier, + STATE(8795), 1, + sym_user_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(97), 2, + anon_sym_let, + anon_sym_var, + STATE(6570), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(7602), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(7232), 4, + sym__universally_allowed_pattern, + sym__tuple_pattern, + sym__case_pattern, + sym__type_casting_pattern, + ACTIONS(7600), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [219262] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(7777), 1, + aux_sym__extended_regex_literal_token1, + ACTIONS(7779), 1, + aux_sym__multiline_regex_literal_token1, + ACTIONS(7781), 1, + anon_sym_selector, + ACTIONS(7787), 1, + anon_sym_keyPath, + STATE(6368), 1, + sym_simple_identifier, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(7785), 3, + anon_sym_colorLiteral, + anon_sym_fileLiteral, + anon_sym_imageLiteral, + ACTIONS(7791), 3, + aux_sym_diagnostic_token1, + aux_sym_diagnostic_token2, + aux_sym_diagnostic_token3, + ACTIONS(7783), 7, + anon_sym_file, + anon_sym_fileID, + anon_sym_filePath, + anon_sym_line, + anon_sym_column, + anon_sym_function, + anon_sym_dsohandle, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [219323] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(7777), 1, + aux_sym__extended_regex_literal_token1, + ACTIONS(7779), 1, + aux_sym__multiline_regex_literal_token1, + ACTIONS(7781), 1, + anon_sym_selector, + ACTIONS(7787), 1, + anon_sym_keyPath, + STATE(6332), 1, + sym_simple_identifier, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(7785), 3, + anon_sym_colorLiteral, + anon_sym_fileLiteral, + anon_sym_imageLiteral, + ACTIONS(7791), 3, + aux_sym_diagnostic_token1, + aux_sym_diagnostic_token2, + aux_sym_diagnostic_token3, + ACTIONS(7783), 7, + anon_sym_file, + anon_sym_fileID, + anon_sym_filePath, + anon_sym_line, + anon_sym_column, + anon_sym_function, + anon_sym_dsohandle, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [219384] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2215), 9, + sym__dot_custom, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_AT, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + ACTIONS(2213), 23, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_in, + anon_sym_self, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_final, + anon_sym_weak, + anon_sym_unowned, + anon_sym_borrowing, + anon_sym_consuming, + [219425] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2199), 9, + sym__dot_custom, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_AT, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + ACTIONS(2197), 23, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_in, + anon_sym_self, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_final, + anon_sym_weak, + anon_sym_unowned, + anon_sym_borrowing, + anon_sym_consuming, + [219466] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(7809), 1, + aux_sym__extended_regex_literal_token1, + ACTIONS(7811), 1, + aux_sym__multiline_regex_literal_token1, + ACTIONS(7813), 1, + anon_sym_selector, + ACTIONS(7819), 1, + anon_sym_keyPath, + STATE(6354), 1, + sym_simple_identifier, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(7817), 3, + anon_sym_colorLiteral, + anon_sym_fileLiteral, + anon_sym_imageLiteral, + ACTIONS(7823), 3, + aux_sym_diagnostic_token1, + aux_sym_diagnostic_token2, + aux_sym_diagnostic_token3, + ACTIONS(7815), 7, + anon_sym_file, + anon_sym_fileID, + anon_sym_filePath, + anon_sym_line, + anon_sym_column, + anon_sym_function, + anon_sym_dsohandle, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [219527] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2101), 9, + sym__dot_custom, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_AT, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + ACTIONS(2099), 23, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_in, + anon_sym_self, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_final, + anon_sym_weak, + anon_sym_unowned, + anon_sym_borrowing, + anon_sym_consuming, + [219568] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(7899), 1, + aux_sym__extended_regex_literal_token1, + ACTIONS(7901), 1, + aux_sym__multiline_regex_literal_token1, + ACTIONS(7903), 1, + anon_sym_selector, + ACTIONS(7909), 1, + anon_sym_keyPath, + STATE(6381), 1, + sym_simple_identifier, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(7907), 3, + anon_sym_colorLiteral, + anon_sym_fileLiteral, + anon_sym_imageLiteral, + ACTIONS(7913), 3, + aux_sym_diagnostic_token1, + aux_sym_diagnostic_token2, + aux_sym_diagnostic_token3, + ACTIONS(7905), 7, + anon_sym_file, + anon_sym_fileID, + anon_sym_filePath, + anon_sym_line, + anon_sym_column, + anon_sym_function, + anon_sym_dsohandle, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [219629] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(7925), 1, + aux_sym__extended_regex_literal_token1, + ACTIONS(7927), 1, + aux_sym__multiline_regex_literal_token1, + ACTIONS(7929), 1, + anon_sym_selector, + ACTIONS(7935), 1, + anon_sym_keyPath, + STATE(6340), 1, + sym_simple_identifier, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(7933), 3, + anon_sym_colorLiteral, + anon_sym_fileLiteral, + anon_sym_imageLiteral, + ACTIONS(7937), 3, + aux_sym_diagnostic_token1, + aux_sym_diagnostic_token2, + aux_sym_diagnostic_token3, + ACTIONS(7931), 7, + anon_sym_file, + anon_sym_fileID, + anon_sym_filePath, + anon_sym_line, + anon_sym_column, + anon_sym_function, + anon_sym_dsohandle, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [219690] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(7861), 1, + aux_sym__extended_regex_literal_token1, + ACTIONS(7863), 1, + aux_sym__multiline_regex_literal_token1, + ACTIONS(7865), 1, + anon_sym_selector, + ACTIONS(7871), 1, + anon_sym_keyPath, + STATE(6343), 1, + sym_simple_identifier, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(7869), 3, + anon_sym_colorLiteral, + anon_sym_fileLiteral, + anon_sym_imageLiteral, + ACTIONS(7875), 3, + aux_sym_diagnostic_token1, + aux_sym_diagnostic_token2, + aux_sym_diagnostic_token3, + ACTIONS(7867), 7, + anon_sym_file, + anon_sym_fileID, + anon_sym_filePath, + anon_sym_line, + anon_sym_column, + anon_sym_function, + anon_sym_dsohandle, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [219751] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2231), 9, + sym__dot_custom, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_AT, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + ACTIONS(2229), 23, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_in, + anon_sym_self, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_final, + anon_sym_weak, + anon_sym_unowned, + anon_sym_borrowing, + anon_sym_consuming, + [219792] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(7939), 1, + aux_sym__extended_regex_literal_token1, + ACTIONS(7941), 1, + aux_sym__multiline_regex_literal_token1, + ACTIONS(7943), 1, + anon_sym_selector, + ACTIONS(7949), 1, + anon_sym_keyPath, + STATE(6358), 1, + sym_simple_identifier, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(7947), 3, + anon_sym_colorLiteral, + anon_sym_fileLiteral, + anon_sym_imageLiteral, + ACTIONS(7951), 3, + aux_sym_diagnostic_token1, + aux_sym_diagnostic_token2, + aux_sym_diagnostic_token3, + ACTIONS(7945), 7, + anon_sym_file, + anon_sym_fileID, + anon_sym_filePath, + anon_sym_line, + anon_sym_column, + anon_sym_function, + anon_sym_dsohandle, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [219853] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(7843), 1, + aux_sym__extended_regex_literal_token1, + ACTIONS(7845), 1, + aux_sym__multiline_regex_literal_token1, + ACTIONS(7847), 1, + anon_sym_selector, + ACTIONS(7853), 1, + anon_sym_keyPath, + STATE(6342), 1, + sym_simple_identifier, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(7851), 3, + anon_sym_colorLiteral, + anon_sym_fileLiteral, + anon_sym_imageLiteral, + ACTIONS(7857), 3, + aux_sym_diagnostic_token1, + aux_sym_diagnostic_token2, + aux_sym_diagnostic_token3, + ACTIONS(7849), 7, + anon_sym_file, + anon_sym_fileID, + anon_sym_filePath, + anon_sym_line, + anon_sym_column, + anon_sym_function, + anon_sym_dsohandle, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [219914] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(7953), 1, + aux_sym__extended_regex_literal_token1, + ACTIONS(7955), 1, + aux_sym__multiline_regex_literal_token1, + ACTIONS(7957), 1, + anon_sym_selector, + ACTIONS(7963), 1, + anon_sym_keyPath, + STATE(6364), 1, + sym_simple_identifier, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(7961), 3, + anon_sym_colorLiteral, + anon_sym_fileLiteral, + anon_sym_imageLiteral, + ACTIONS(7965), 3, + aux_sym_diagnostic_token1, + aux_sym_diagnostic_token2, + aux_sym_diagnostic_token3, + ACTIONS(7959), 7, + anon_sym_file, + anon_sym_fileID, + anon_sym_filePath, + anon_sym_line, + anon_sym_column, + anon_sym_function, + anon_sym_dsohandle, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [219975] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(7967), 1, + aux_sym__extended_regex_literal_token1, + ACTIONS(7969), 1, + aux_sym__multiline_regex_literal_token1, + ACTIONS(7971), 1, + anon_sym_selector, + ACTIONS(7977), 1, + anon_sym_keyPath, + STATE(6350), 1, + sym_simple_identifier, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(7975), 3, + anon_sym_colorLiteral, + anon_sym_fileLiteral, + anon_sym_imageLiteral, + ACTIONS(7979), 3, + aux_sym_diagnostic_token1, + aux_sym_diagnostic_token2, + aux_sym_diagnostic_token3, + ACTIONS(7973), 7, + anon_sym_file, + anon_sym_fileID, + anon_sym_filePath, + anon_sym_line, + anon_sym_column, + anon_sym_function, + anon_sym_dsohandle, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [220036] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2235), 9, + sym__dot_custom, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_AT, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + ACTIONS(2233), 23, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_in, + anon_sym_self, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_final, + anon_sym_weak, + anon_sym_unowned, + anon_sym_borrowing, + anon_sym_consuming, + [220077] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4084), 8, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_AT, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + ACTIONS(4082), 23, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_in, + anon_sym_self, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_final, + anon_sym_weak, + anon_sym_unowned, + anon_sym_borrowing, + anon_sym_consuming, + [220117] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4080), 8, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_AT, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + ACTIONS(4078), 23, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_in, + anon_sym_self, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_final, + anon_sym_weak, + anon_sym_unowned, + anon_sym_borrowing, + anon_sym_consuming, + [220157] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4051), 8, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_AT, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + ACTIONS(4049), 23, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_in, + anon_sym_self, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_final, + anon_sym_weak, + anon_sym_unowned, + anon_sym_borrowing, + anon_sym_consuming, + [220197] = 7, + ACTIONS(6905), 1, + anon_sym_AT, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5328), 2, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + ACTIONS(5323), 3, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + ACTIONS(5321), 5, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_LPAREN, + anon_sym_LBRACK, + ACTIONS(5319), 8, + aux_sym_simple_identifier_token1, + anon_sym_each, + anon_sym_repeat, + anon_sym_package, + anon_sym_in, + anon_sym_self, + anon_sym_borrowing, + anon_sym_consuming, + ACTIONS(5326), 12, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_final, + anon_sym_weak, + anon_sym_unowned, + [220245] = 4, + ACTIONS(7981), 1, + anon_sym_LPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4073), 7, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_LBRACK, + anon_sym_AT, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + ACTIONS(4071), 23, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_in, + anon_sym_self, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_final, + anon_sym_weak, + anon_sym_unowned, + anon_sym_borrowing, + anon_sym_consuming, + [220287] = 16, + ACTIONS(7984), 1, + anon_sym_LPAREN, + ACTIONS(7986), 1, + anon_sym_LBRACK, + ACTIONS(7988), 1, + anon_sym_in, + ACTIONS(7990), 1, + anon_sym_self, + ACTIONS(7992), 1, + anon_sym_AT, + STATE(5072), 1, + sym_capture_list, + STATE(5079), 1, + sym_simple_identifier, + STATE(6411), 1, + sym_lambda_function_type_parameters, + STATE(6729), 1, + sym_lambda_parameter, + STATE(7003), 1, + sym_self_expression, + STATE(9015), 1, + sym_lambda_function_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5023), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5222), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(3030), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(3028), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [220349] = 11, + ACTIONS(7994), 1, + anon_sym_BANG, + ACTIONS(8002), 1, + anon_sym_LPAREN, + ACTIONS(8008), 1, + anon_sym_canImport, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(8000), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(8006), 2, + anon_sym_swift, + anon_sym_compiler, + STATE(7936), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(7998), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8004), 3, + anon_sym_os, + anon_sym_arch, + anon_sym_targetEnvironment, + STATE(7075), 3, + sym_simple_identifier, + sym_boolean_literal, + sym__compilation_condition, + ACTIONS(7996), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [220401] = 11, + ACTIONS(8010), 1, + anon_sym_BANG, + ACTIONS(8012), 1, + anon_sym_LPAREN, + ACTIONS(8018), 1, + anon_sym_canImport, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(467), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(8016), 2, + anon_sym_swift, + anon_sym_compiler, + STATE(856), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(457), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8014), 3, + anon_sym_os, + anon_sym_arch, + anon_sym_targetEnvironment, + STATE(867), 3, + sym_simple_identifier, + sym_boolean_literal, + sym__compilation_condition, + ACTIONS(455), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [220453] = 6, + ACTIONS(2099), 1, + anon_sym_unowned, + ACTIONS(8020), 1, + sym__dot_custom, + STATE(4969), 1, + aux_sym_user_type_repeat1, + STATE(5546), 1, + sym__dot, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2101), 23, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_LPAREN, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_get, + anon_sym_set, + anon_sym__modify, + anon_sym_AT, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_final, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + [220495] = 11, + ACTIONS(7994), 1, + anon_sym_BANG, + ACTIONS(8002), 1, + anon_sym_LPAREN, + ACTIONS(8008), 1, + anon_sym_canImport, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(8000), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(8006), 2, + anon_sym_swift, + anon_sym_compiler, + STATE(7936), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(7998), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8004), 3, + anon_sym_os, + anon_sym_arch, + anon_sym_targetEnvironment, + STATE(7085), 3, + sym_simple_identifier, + sym_boolean_literal, + sym__compilation_condition, + ACTIONS(7996), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [220547] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2441), 11, + sym_raw_str_part, + sym_raw_str_end_part, + sym__hash_symbol_custom, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + sym_real_literal, + sym_oct_literal, + sym_bin_literal, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + anon_sym_RBRACE, + ACTIONS(2439), 16, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_nil, + sym_integer_literal, + sym_hex_literal, + anon_sym_true, + anon_sym_false, + anon_sym_DQUOTE, + sym__oneline_regex_literal, + anon_sym_borrowing, + anon_sym_consuming, + [220583] = 11, + ACTIONS(8023), 1, + anon_sym_BANG, + ACTIONS(8025), 1, + anon_sym_LPAREN, + ACTIONS(8031), 1, + anon_sym_canImport, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(669), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(8029), 2, + anon_sym_swift, + anon_sym_compiler, + STATE(1170), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(659), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8027), 3, + anon_sym_os, + anon_sym_arch, + anon_sym_targetEnvironment, + STATE(1172), 3, + sym_simple_identifier, + sym_boolean_literal, + sym__compilation_condition, + ACTIONS(657), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [220635] = 11, + ACTIONS(7994), 1, + anon_sym_BANG, + ACTIONS(8002), 1, + anon_sym_LPAREN, + ACTIONS(8008), 1, + anon_sym_canImport, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(8000), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(8006), 2, + anon_sym_swift, + anon_sym_compiler, + STATE(7936), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(7998), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8004), 3, + anon_sym_os, + anon_sym_arch, + anon_sym_targetEnvironment, + STATE(7101), 3, + sym_simple_identifier, + sym_boolean_literal, + sym__compilation_condition, + ACTIONS(7996), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [220687] = 11, + ACTIONS(8033), 1, + anon_sym_BANG, + ACTIONS(8035), 1, + anon_sym_LPAREN, + ACTIONS(8041), 1, + anon_sym_canImport, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(1169), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(8039), 2, + anon_sym_swift, + anon_sym_compiler, + STATE(2936), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(1157), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8037), 3, + anon_sym_os, + anon_sym_arch, + anon_sym_targetEnvironment, + STATE(3016), 3, + sym_simple_identifier, + sym_boolean_literal, + sym__compilation_condition, + ACTIONS(1155), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [220739] = 11, + ACTIONS(7994), 1, + anon_sym_BANG, + ACTIONS(8002), 1, + anon_sym_LPAREN, + ACTIONS(8008), 1, + anon_sym_canImport, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(8000), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(8006), 2, + anon_sym_swift, + anon_sym_compiler, + STATE(7936), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(7998), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8004), 3, + anon_sym_os, + anon_sym_arch, + anon_sym_targetEnvironment, + STATE(7123), 3, + sym_simple_identifier, + sym_boolean_literal, + sym__compilation_condition, + ACTIONS(7996), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [220791] = 11, + ACTIONS(7994), 1, + anon_sym_BANG, + ACTIONS(8002), 1, + anon_sym_LPAREN, + ACTIONS(8008), 1, + anon_sym_canImport, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(8000), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(8006), 2, + anon_sym_swift, + anon_sym_compiler, + STATE(7936), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(7998), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8004), 3, + anon_sym_os, + anon_sym_arch, + anon_sym_targetEnvironment, + STATE(7114), 3, + sym_simple_identifier, + sym_boolean_literal, + sym__compilation_condition, + ACTIONS(7996), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [220843] = 6, + ACTIONS(2149), 1, + anon_sym_unowned, + ACTIONS(8043), 1, + sym__dot_custom, + STATE(4991), 1, + aux_sym_user_type_repeat1, + STATE(5546), 1, + sym__dot, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2151), 23, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_LPAREN, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_get, + anon_sym_set, + anon_sym__modify, + anon_sym_AT, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_final, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + [220885] = 11, + ACTIONS(8023), 1, + anon_sym_BANG, + ACTIONS(8025), 1, + anon_sym_LPAREN, + ACTIONS(8031), 1, + anon_sym_canImport, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(669), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(8029), 2, + anon_sym_swift, + anon_sym_compiler, + STATE(1170), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(659), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8027), 3, + anon_sym_os, + anon_sym_arch, + anon_sym_targetEnvironment, + STATE(1163), 3, + sym_simple_identifier, + sym_boolean_literal, + sym__compilation_condition, + ACTIONS(657), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [220937] = 11, + ACTIONS(7994), 1, + anon_sym_BANG, + ACTIONS(8002), 1, + anon_sym_LPAREN, + ACTIONS(8008), 1, + anon_sym_canImport, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(8000), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(8006), 2, + anon_sym_swift, + anon_sym_compiler, + STATE(7936), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(7998), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8004), 3, + anon_sym_os, + anon_sym_arch, + anon_sym_targetEnvironment, + STATE(7118), 3, + sym_simple_identifier, + sym_boolean_literal, + sym__compilation_condition, + ACTIONS(7996), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [220989] = 11, + ACTIONS(8045), 1, + anon_sym_BANG, + ACTIONS(8047), 1, + anon_sym_LPAREN, + ACTIONS(8053), 1, + anon_sym_canImport, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(31), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(8051), 2, + anon_sym_swift, + anon_sym_compiler, + STATE(2422), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(13), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8049), 3, + anon_sym_os, + anon_sym_arch, + anon_sym_targetEnvironment, + STATE(2367), 3, + sym_simple_identifier, + sym_boolean_literal, + sym__compilation_condition, + ACTIONS(11), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [221041] = 11, + ACTIONS(8010), 1, + anon_sym_BANG, + ACTIONS(8012), 1, + anon_sym_LPAREN, + ACTIONS(8018), 1, + anon_sym_canImport, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(467), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(8016), 2, + anon_sym_swift, + anon_sym_compiler, + STATE(856), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(457), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8014), 3, + anon_sym_os, + anon_sym_arch, + anon_sym_targetEnvironment, + STATE(864), 3, + sym_simple_identifier, + sym_boolean_literal, + sym__compilation_condition, + ACTIONS(455), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [221093] = 5, + ACTIONS(2191), 1, + anon_sym_unowned, + ACTIONS(8055), 1, + anon_sym_LT, + STATE(5035), 1, + sym_type_arguments, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2193), 24, + sym__dot_custom, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_LPAREN, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_get, + anon_sym_set, + anon_sym__modify, + anon_sym_AT, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_final, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + [221133] = 11, + ACTIONS(7994), 1, + anon_sym_BANG, + ACTIONS(8002), 1, + anon_sym_LPAREN, + ACTIONS(8008), 1, + anon_sym_canImport, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(8000), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(8006), 2, + anon_sym_swift, + anon_sym_compiler, + STATE(7936), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(7998), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8004), 3, + anon_sym_os, + anon_sym_arch, + anon_sym_targetEnvironment, + STATE(7239), 3, + sym_simple_identifier, + sym_boolean_literal, + sym__compilation_condition, + ACTIONS(7996), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [221185] = 11, + ACTIONS(8045), 1, + anon_sym_BANG, + ACTIONS(8047), 1, + anon_sym_LPAREN, + ACTIONS(8053), 1, + anon_sym_canImport, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(31), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(8051), 2, + anon_sym_swift, + anon_sym_compiler, + STATE(2422), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(13), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8049), 3, + anon_sym_os, + anon_sym_arch, + anon_sym_targetEnvironment, + STATE(2373), 3, + sym_simple_identifier, + sym_boolean_literal, + sym__compilation_condition, + ACTIONS(11), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [221237] = 11, + ACTIONS(8057), 1, + anon_sym_BANG, + ACTIONS(8059), 1, + anon_sym_LPAREN, + ACTIONS(8065), 1, + anon_sym_canImport, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(887), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(8063), 2, + anon_sym_swift, + anon_sym_compiler, + STATE(2212), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(877), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8061), 3, + anon_sym_os, + anon_sym_arch, + anon_sym_targetEnvironment, + STATE(2344), 3, + sym_simple_identifier, + sym_boolean_literal, + sym__compilation_condition, + ACTIONS(875), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [221289] = 11, + ACTIONS(8067), 1, + anon_sym_BANG, + ACTIONS(8069), 1, + anon_sym_LPAREN, + ACTIONS(8075), 1, + anon_sym_canImport, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(1025), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(8073), 2, + anon_sym_swift, + anon_sym_compiler, + STATE(2676), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(1015), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8071), 3, + anon_sym_os, + anon_sym_arch, + anon_sym_targetEnvironment, + STATE(2648), 3, + sym_simple_identifier, + sym_boolean_literal, + sym__compilation_condition, + ACTIONS(1013), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [221341] = 11, + ACTIONS(8067), 1, + anon_sym_BANG, + ACTIONS(8069), 1, + anon_sym_LPAREN, + ACTIONS(8075), 1, + anon_sym_canImport, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(1025), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(8073), 2, + anon_sym_swift, + anon_sym_compiler, + STATE(2676), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(1015), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8071), 3, + anon_sym_os, + anon_sym_arch, + anon_sym_targetEnvironment, + STATE(2522), 3, + sym_simple_identifier, + sym_boolean_literal, + sym__compilation_condition, + ACTIONS(1013), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [221393] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2437), 11, + sym_raw_str_part, + sym_raw_str_end_part, + sym__hash_symbol_custom, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + sym_real_literal, + sym_oct_literal, + sym_bin_literal, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + anon_sym_RBRACE, + ACTIONS(2435), 16, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_nil, + sym_integer_literal, + sym_hex_literal, + anon_sym_true, + anon_sym_false, + anon_sym_DQUOTE, + sym__oneline_regex_literal, + anon_sym_borrowing, + anon_sym_consuming, + [221429] = 11, + ACTIONS(8057), 1, + anon_sym_BANG, + ACTIONS(8059), 1, + anon_sym_LPAREN, + ACTIONS(8065), 1, + anon_sym_canImport, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(887), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(8063), 2, + anon_sym_swift, + anon_sym_compiler, + STATE(2212), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(877), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8061), 3, + anon_sym_os, + anon_sym_arch, + anon_sym_targetEnvironment, + STATE(2260), 3, + sym_simple_identifier, + sym_boolean_literal, + sym__compilation_condition, + ACTIONS(875), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [221481] = 11, + ACTIONS(8077), 1, + anon_sym_BANG, + ACTIONS(8079), 1, + anon_sym_LPAREN, + ACTIONS(8085), 1, + anon_sym_canImport, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(1091), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(8083), 2, + anon_sym_swift, + anon_sym_compiler, + STATE(2805), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(1081), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8081), 3, + anon_sym_os, + anon_sym_arch, + anon_sym_targetEnvironment, + STATE(2798), 3, + sym_simple_identifier, + sym_boolean_literal, + sym__compilation_condition, + ACTIONS(1079), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [221533] = 6, + ACTIONS(2164), 1, + anon_sym_unowned, + ACTIONS(8043), 1, + sym__dot_custom, + STATE(4969), 1, + aux_sym_user_type_repeat1, + STATE(5546), 1, + sym__dot, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2166), 23, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_LPAREN, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_get, + anon_sym_set, + anon_sym__modify, + anon_sym_AT, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_final, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + [221575] = 11, + ACTIONS(8077), 1, + anon_sym_BANG, + ACTIONS(8079), 1, + anon_sym_LPAREN, + ACTIONS(8085), 1, + anon_sym_canImport, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(1091), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(8083), 2, + anon_sym_swift, + anon_sym_compiler, + STATE(2805), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(1081), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8081), 3, + anon_sym_os, + anon_sym_arch, + anon_sym_targetEnvironment, + STATE(2814), 3, + sym_simple_identifier, + sym_boolean_literal, + sym__compilation_condition, + ACTIONS(1079), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [221627] = 11, + ACTIONS(8023), 1, + anon_sym_BANG, + ACTIONS(8025), 1, + anon_sym_LPAREN, + ACTIONS(8031), 1, + anon_sym_canImport, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(669), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(8029), 2, + anon_sym_swift, + anon_sym_compiler, + STATE(1170), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(659), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8027), 3, + anon_sym_os, + anon_sym_arch, + anon_sym_targetEnvironment, + STATE(1162), 3, + sym_simple_identifier, + sym_boolean_literal, + sym__compilation_condition, + ACTIONS(657), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [221679] = 11, + ACTIONS(8077), 1, + anon_sym_BANG, + ACTIONS(8079), 1, + anon_sym_LPAREN, + ACTIONS(8085), 1, + anon_sym_canImport, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(1091), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(8083), 2, + anon_sym_swift, + anon_sym_compiler, + STATE(2805), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(1081), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8081), 3, + anon_sym_os, + anon_sym_arch, + anon_sym_targetEnvironment, + STATE(2738), 3, + sym_simple_identifier, + sym_boolean_literal, + sym__compilation_condition, + ACTIONS(1079), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [221731] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2505), 11, + sym_raw_str_part, + sym_raw_str_end_part, + sym__hash_symbol_custom, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + sym_real_literal, + sym_oct_literal, + sym_bin_literal, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + anon_sym_RBRACE, + ACTIONS(2503), 16, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_nil, + sym_integer_literal, + sym_hex_literal, + anon_sym_true, + anon_sym_false, + anon_sym_DQUOTE, + sym__oneline_regex_literal, + anon_sym_borrowing, + anon_sym_consuming, + [221767] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2425), 11, + sym_raw_str_part, + sym_raw_str_end_part, + sym__hash_symbol_custom, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + sym_real_literal, + sym_oct_literal, + sym_bin_literal, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + anon_sym_RBRACE, + ACTIONS(2423), 16, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_nil, + sym_integer_literal, + sym_hex_literal, + anon_sym_true, + anon_sym_false, + anon_sym_DQUOTE, + sym__oneline_regex_literal, + anon_sym_borrowing, + anon_sym_consuming, + [221803] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2757), 11, + sym_raw_str_part, + sym_raw_str_end_part, + sym__hash_symbol_custom, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + sym_real_literal, + sym_oct_literal, + sym_bin_literal, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + anon_sym_RBRACE, + ACTIONS(2755), 16, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_nil, + sym_integer_literal, + sym_hex_literal, + anon_sym_true, + anon_sym_false, + anon_sym_DQUOTE, + sym__oneline_regex_literal, + anon_sym_borrowing, + anon_sym_consuming, + [221839] = 11, + ACTIONS(7994), 1, + anon_sym_BANG, + ACTIONS(8002), 1, + anon_sym_LPAREN, + ACTIONS(8008), 1, + anon_sym_canImport, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(8000), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(8006), 2, + anon_sym_swift, + anon_sym_compiler, + STATE(7936), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(7998), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8004), 3, + anon_sym_os, + anon_sym_arch, + anon_sym_targetEnvironment, + STATE(7186), 3, + sym_simple_identifier, + sym_boolean_literal, + sym__compilation_condition, + ACTIONS(7996), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [221891] = 11, + ACTIONS(7994), 1, + anon_sym_BANG, + ACTIONS(8002), 1, + anon_sym_LPAREN, + ACTIONS(8008), 1, + anon_sym_canImport, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(8000), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(8006), 2, + anon_sym_swift, + anon_sym_compiler, + STATE(7936), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(7998), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8004), 3, + anon_sym_os, + anon_sym_arch, + anon_sym_targetEnvironment, + STATE(7170), 3, + sym_simple_identifier, + sym_boolean_literal, + sym__compilation_condition, + ACTIONS(7996), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [221943] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2493), 11, + sym_raw_str_part, + sym_raw_str_end_part, + sym__hash_symbol_custom, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + sym_real_literal, + sym_oct_literal, + sym_bin_literal, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + anon_sym_RBRACE, + ACTIONS(2491), 16, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_nil, + sym_integer_literal, + sym_hex_literal, + anon_sym_true, + anon_sym_false, + anon_sym_DQUOTE, + sym__oneline_regex_literal, + anon_sym_borrowing, + anon_sym_consuming, + [221979] = 11, + ACTIONS(8045), 1, + anon_sym_BANG, + ACTIONS(8047), 1, + anon_sym_LPAREN, + ACTIONS(8053), 1, + anon_sym_canImport, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(31), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(8051), 2, + anon_sym_swift, + anon_sym_compiler, + STATE(2422), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(13), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8049), 3, + anon_sym_os, + anon_sym_arch, + anon_sym_targetEnvironment, + STATE(2412), 3, + sym_simple_identifier, + sym_boolean_literal, + sym__compilation_condition, + ACTIONS(11), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [222031] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2421), 11, + sym_raw_str_part, + sym_raw_str_end_part, + sym__hash_symbol_custom, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + sym_real_literal, + sym_oct_literal, + sym_bin_literal, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + anon_sym_RBRACE, + ACTIONS(2419), 16, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_nil, + sym_integer_literal, + sym_hex_literal, + anon_sym_true, + anon_sym_false, + anon_sym_DQUOTE, + sym__oneline_regex_literal, + anon_sym_borrowing, + anon_sym_consuming, + [222067] = 11, + ACTIONS(8010), 1, + anon_sym_BANG, + ACTIONS(8012), 1, + anon_sym_LPAREN, + ACTIONS(8018), 1, + anon_sym_canImport, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(467), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(8016), 2, + anon_sym_swift, + anon_sym_compiler, + STATE(856), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(457), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8014), 3, + anon_sym_os, + anon_sym_arch, + anon_sym_targetEnvironment, + STATE(865), 3, + sym_simple_identifier, + sym_boolean_literal, + sym__compilation_condition, + ACTIONS(455), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [222119] = 11, + ACTIONS(8033), 1, + anon_sym_BANG, + ACTIONS(8035), 1, + anon_sym_LPAREN, + ACTIONS(8041), 1, + anon_sym_canImport, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(1169), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(8039), 2, + anon_sym_swift, + anon_sym_compiler, + STATE(2936), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(1157), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8037), 3, + anon_sym_os, + anon_sym_arch, + anon_sym_targetEnvironment, + STATE(3018), 3, + sym_simple_identifier, + sym_boolean_literal, + sym__compilation_condition, + ACTIONS(1155), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [222171] = 11, + ACTIONS(8087), 1, + anon_sym_BANG, + ACTIONS(8089), 1, + anon_sym_LPAREN, + ACTIONS(8095), 1, + anon_sym_canImport, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(953), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(8093), 2, + anon_sym_swift, + anon_sym_compiler, + STATE(2778), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(943), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8091), 3, + anon_sym_os, + anon_sym_arch, + anon_sym_targetEnvironment, + STATE(2751), 3, + sym_simple_identifier, + sym_boolean_literal, + sym__compilation_condition, + ACTIONS(941), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [222223] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2581), 11, + sym_raw_str_part, + sym_raw_str_end_part, + sym__hash_symbol_custom, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + sym_real_literal, + sym_oct_literal, + sym_bin_literal, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + anon_sym_RBRACE, + ACTIONS(2579), 16, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_nil, + sym_integer_literal, + sym_hex_literal, + anon_sym_true, + anon_sym_false, + anon_sym_DQUOTE, + sym__oneline_regex_literal, + anon_sym_borrowing, + anon_sym_consuming, + [222259] = 11, + ACTIONS(8033), 1, + anon_sym_BANG, + ACTIONS(8035), 1, + anon_sym_LPAREN, + ACTIONS(8041), 1, + anon_sym_canImport, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(1169), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(8039), 2, + anon_sym_swift, + anon_sym_compiler, + STATE(2936), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(1157), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8037), 3, + anon_sym_os, + anon_sym_arch, + anon_sym_targetEnvironment, + STATE(2952), 3, + sym_simple_identifier, + sym_boolean_literal, + sym__compilation_condition, + ACTIONS(1155), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [222311] = 11, + ACTIONS(8087), 1, + anon_sym_BANG, + ACTIONS(8089), 1, + anon_sym_LPAREN, + ACTIONS(8095), 1, + anon_sym_canImport, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(953), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(8093), 2, + anon_sym_swift, + anon_sym_compiler, + STATE(2778), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(943), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8091), 3, + anon_sym_os, + anon_sym_arch, + anon_sym_targetEnvironment, + STATE(2760), 3, + sym_simple_identifier, + sym_boolean_literal, + sym__compilation_condition, + ACTIONS(941), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [222363] = 11, + ACTIONS(8087), 1, + anon_sym_BANG, + ACTIONS(8089), 1, + anon_sym_LPAREN, + ACTIONS(8095), 1, + anon_sym_canImport, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(953), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(8093), 2, + anon_sym_swift, + anon_sym_compiler, + STATE(2778), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(943), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8091), 3, + anon_sym_os, + anon_sym_arch, + anon_sym_targetEnvironment, + STATE(2886), 3, + sym_simple_identifier, + sym_boolean_literal, + sym__compilation_condition, + ACTIONS(941), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [222415] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2302), 11, + sym_raw_str_part, + sym_raw_str_end_part, + sym__hash_symbol_custom, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + sym_real_literal, + sym_oct_literal, + sym_bin_literal, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + anon_sym_RBRACE, + ACTIONS(2300), 16, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_nil, + sym_integer_literal, + sym_hex_literal, + anon_sym_true, + anon_sym_false, + anon_sym_DQUOTE, + sym__oneline_regex_literal, + anon_sym_borrowing, + anon_sym_consuming, + [222451] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2477), 11, + sym_raw_str_part, + sym_raw_str_end_part, + sym__hash_symbol_custom, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + sym_real_literal, + sym_oct_literal, + sym_bin_literal, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + anon_sym_RBRACE, + ACTIONS(2475), 16, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_nil, + sym_integer_literal, + sym_hex_literal, + anon_sym_true, + anon_sym_false, + anon_sym_DQUOTE, + sym__oneline_regex_literal, + anon_sym_borrowing, + anon_sym_consuming, + [222487] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2489), 11, + sym_raw_str_part, + sym_raw_str_end_part, + sym__hash_symbol_custom, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + sym_real_literal, + sym_oct_literal, + sym_bin_literal, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + anon_sym_RBRACE, + ACTIONS(2487), 16, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_nil, + sym_integer_literal, + sym_hex_literal, + anon_sym_true, + anon_sym_false, + anon_sym_DQUOTE, + sym__oneline_regex_literal, + anon_sym_borrowing, + anon_sym_consuming, + [222523] = 11, + ACTIONS(8097), 1, + anon_sym_BANG, + ACTIONS(8099), 1, + anon_sym_LPAREN, + ACTIONS(8105), 1, + anon_sym_canImport, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(307), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(8103), 2, + anon_sym_swift, + anon_sym_compiler, + STATE(1209), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(291), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8101), 3, + anon_sym_os, + anon_sym_arch, + anon_sym_targetEnvironment, + STATE(1199), 3, + sym_simple_identifier, + sym_boolean_literal, + sym__compilation_condition, + ACTIONS(289), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [222575] = 11, + ACTIONS(8097), 1, + anon_sym_BANG, + ACTIONS(8099), 1, + anon_sym_LPAREN, + ACTIONS(8105), 1, + anon_sym_canImport, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(307), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(8103), 2, + anon_sym_swift, + anon_sym_compiler, + STATE(1209), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(291), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8101), 3, + anon_sym_os, + anon_sym_arch, + anon_sym_targetEnvironment, + STATE(1200), 3, + sym_simple_identifier, + sym_boolean_literal, + sym__compilation_condition, + ACTIONS(289), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [222627] = 11, + ACTIONS(8097), 1, + anon_sym_BANG, + ACTIONS(8099), 1, + anon_sym_LPAREN, + ACTIONS(8105), 1, + anon_sym_canImport, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(307), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(8103), 2, + anon_sym_swift, + anon_sym_compiler, + STATE(1209), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(291), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8101), 3, + anon_sym_os, + anon_sym_arch, + anon_sym_targetEnvironment, + STATE(1213), 3, + sym_simple_identifier, + sym_boolean_literal, + sym__compilation_condition, + ACTIONS(289), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [222679] = 11, + ACTIONS(7994), 1, + anon_sym_BANG, + ACTIONS(8002), 1, + anon_sym_LPAREN, + ACTIONS(8008), 1, + anon_sym_canImport, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(8000), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(8006), 2, + anon_sym_swift, + anon_sym_compiler, + STATE(7936), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(7998), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8004), 3, + anon_sym_os, + anon_sym_arch, + anon_sym_targetEnvironment, + STATE(7243), 3, + sym_simple_identifier, + sym_boolean_literal, + sym__compilation_condition, + ACTIONS(7996), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [222731] = 11, + ACTIONS(7994), 1, + anon_sym_BANG, + ACTIONS(8002), 1, + anon_sym_LPAREN, + ACTIONS(8008), 1, + anon_sym_canImport, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(8000), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(8006), 2, + anon_sym_swift, + anon_sym_compiler, + STATE(7936), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(7998), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8004), 3, + anon_sym_os, + anon_sym_arch, + anon_sym_targetEnvironment, + STATE(7257), 3, + sym_simple_identifier, + sym_boolean_literal, + sym__compilation_condition, + ACTIONS(7996), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [222783] = 11, + ACTIONS(7994), 1, + anon_sym_BANG, + ACTIONS(8002), 1, + anon_sym_LPAREN, + ACTIONS(8008), 1, + anon_sym_canImport, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(8000), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(8006), 2, + anon_sym_swift, + anon_sym_compiler, + STATE(7936), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(7998), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8004), 3, + anon_sym_os, + anon_sym_arch, + anon_sym_targetEnvironment, + STATE(7150), 3, + sym_simple_identifier, + sym_boolean_literal, + sym__compilation_condition, + ACTIONS(7996), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [222835] = 11, + ACTIONS(8067), 1, + anon_sym_BANG, + ACTIONS(8069), 1, + anon_sym_LPAREN, + ACTIONS(8075), 1, + anon_sym_canImport, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(1025), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(8073), 2, + anon_sym_swift, + anon_sym_compiler, + STATE(2676), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(1015), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8071), 3, + anon_sym_os, + anon_sym_arch, + anon_sym_targetEnvironment, + STATE(2499), 3, + sym_simple_identifier, + sym_boolean_literal, + sym__compilation_condition, + ACTIONS(1013), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [222887] = 11, + ACTIONS(8057), 1, + anon_sym_BANG, + ACTIONS(8059), 1, + anon_sym_LPAREN, + ACTIONS(8065), 1, + anon_sym_canImport, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(887), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(8063), 2, + anon_sym_swift, + anon_sym_compiler, + STATE(2212), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(877), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8061), 3, + anon_sym_os, + anon_sym_arch, + anon_sym_targetEnvironment, + STATE(2238), 3, + sym_simple_identifier, + sym_boolean_literal, + sym__compilation_condition, + ACTIONS(875), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [222939] = 3, + ACTIONS(2300), 1, + anon_sym_unowned, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2302), 25, + sym__dot_custom, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_LPAREN, + anon_sym_LT, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_get, + anon_sym_set, + anon_sym__modify, + anon_sym_AT, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_final, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + [222974] = 24, + ACTIONS(3101), 1, + anon_sym_async, + ACTIONS(3113), 1, + anon_sym_typealias, + ACTIONS(3117), 1, + anon_sym_enum, + ACTIONS(3123), 1, + anon_sym_func, + ACTIONS(3125), 1, + anon_sym_extension, + ACTIONS(8107), 1, + anon_sym_case, + ACTIONS(8109), 1, + anon_sym_import, + ACTIONS(8111), 1, + anon_sym_class, + ACTIONS(8113), 1, + anon_sym_protocol, + ACTIONS(8115), 1, + anon_sym_indirect, + ACTIONS(8117), 1, + anon_sym_init, + ACTIONS(8119), 1, + anon_sym_deinit, + ACTIONS(8121), 1, + anon_sym_subscript, + ACTIONS(8123), 1, + anon_sym_associatedtype, + STATE(3245), 1, + sym__modifierless_property_declaration, + STATE(3246), 1, + sym__modifierless_typealias_declaration, + STATE(3248), 1, + sym__modifierless_class_declaration, + STATE(7521), 1, + sym__non_constructor_function_decl, + STATE(8439), 1, + sym__async_modifier, + STATE(9014), 1, + sym__modifierless_function_declaration_no_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(3099), 2, + anon_sym_actor, + anon_sym_struct, + ACTIONS(3121), 2, + anon_sym_let, + anon_sym_var, + STATE(4875), 2, + sym_value_binding_pattern, + sym__possibly_async_binding_pattern_kind, + [223051] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2300), 10, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_in, + anon_sym_borrowing, + anon_sym_consuming, + ACTIONS(2302), 16, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_BANG2, + anon_sym_RBRACK, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LBRACE, + [223086] = 14, + ACTIONS(8125), 1, + anon_sym_each, + ACTIONS(8127), 1, + anon_sym_GT, + ACTIONS(8129), 1, + anon_sym_AT, + ACTIONS(8131), 1, + sym_where_keyword, + STATE(5457), 1, + sym_type_parameter_modifiers, + STATE(7436), 1, + sym_simple_identifier, + STATE(8499), 1, + sym_type_parameter, + STATE(9311), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5655), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(6937), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(7586), 2, + sym_type_parameter_pack, + sym__type_parameter_possibly_packed, + ACTIONS(2886), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2884), 8, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [223142] = 3, + ACTIONS(2197), 1, + anon_sym_unowned, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2199), 24, + sym__dot_custom, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_LPAREN, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_get, + anon_sym_set, + anon_sym__modify, + anon_sym_AT, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_final, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + [223176] = 8, + STATE(5581), 1, + sym__import_kind, + STATE(6855), 1, + sym_simple_identifier, + STATE(8556), 1, + sym_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(7306), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(8135), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8137), 8, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + ACTIONS(8133), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [223220] = 14, + ACTIONS(8125), 1, + anon_sym_each, + ACTIONS(8129), 1, + anon_sym_AT, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(8139), 1, + anon_sym_GT, + STATE(5457), 1, + sym_type_parameter_modifiers, + STATE(7436), 1, + sym_simple_identifier, + STATE(8499), 1, + sym_type_parameter, + STATE(9174), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5655), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(6937), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(7586), 2, + sym_type_parameter_pack, + sym__type_parameter_possibly_packed, + ACTIONS(2886), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2884), 8, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [223276] = 8, + STATE(2355), 1, + sym_simple_identifier, + STATE(3266), 1, + sym_identifier, + STATE(5614), 1, + sym__import_kind, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1910), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(8143), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8145), 8, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + ACTIONS(8141), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [223320] = 8, + STATE(5487), 1, + sym__import_kind, + STATE(6855), 1, + sym_simple_identifier, + STATE(8535), 1, + sym_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(7306), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(8135), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8147), 8, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + ACTIONS(8133), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [223364] = 23, + ACTIONS(3101), 1, + anon_sym_async, + ACTIONS(3123), 1, + anon_sym_func, + ACTIONS(3373), 1, + anon_sym_typealias, + ACTIONS(3377), 1, + anon_sym_enum, + ACTIONS(3381), 1, + anon_sym_extension, + ACTIONS(3383), 1, + anon_sym_indirect, + ACTIONS(8149), 1, + anon_sym_import, + ACTIONS(8151), 1, + anon_sym_class, + ACTIONS(8153), 1, + anon_sym_protocol, + ACTIONS(8155), 1, + anon_sym_init, + ACTIONS(8157), 1, + anon_sym_deinit, + ACTIONS(8159), 1, + anon_sym_subscript, + ACTIONS(8161), 1, + anon_sym_associatedtype, + STATE(7521), 1, + sym__non_constructor_function_decl, + STATE(7798), 1, + sym__modifierless_property_declaration, + STATE(7837), 1, + sym__modifierless_typealias_declaration, + STATE(7882), 1, + sym__modifierless_class_declaration, + STATE(8439), 1, + sym__async_modifier, + STATE(9014), 1, + sym__modifierless_function_declaration_no_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(3121), 2, + anon_sym_let, + anon_sym_var, + ACTIONS(3367), 2, + anon_sym_actor, + anon_sym_struct, + STATE(4882), 2, + sym_value_binding_pattern, + sym__possibly_async_binding_pattern_kind, + [223438] = 14, + ACTIONS(8125), 1, + anon_sym_each, + ACTIONS(8129), 1, + anon_sym_AT, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(8163), 1, + anon_sym_GT, + STATE(5457), 1, + sym_type_parameter_modifiers, + STATE(7436), 1, + sym_simple_identifier, + STATE(8499), 1, + sym_type_parameter, + STATE(8991), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5655), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(6937), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(7586), 2, + sym_type_parameter_pack, + sym__type_parameter_possibly_packed, + ACTIONS(2886), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2884), 8, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [223494] = 8, + STATE(2355), 1, + sym_simple_identifier, + STATE(3221), 1, + sym_identifier, + STATE(5574), 1, + sym__import_kind, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1910), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(8143), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8165), 8, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + ACTIONS(8141), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [223538] = 3, + ACTIONS(2233), 1, + anon_sym_unowned, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2235), 24, + sym__dot_custom, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_LPAREN, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_get, + anon_sym_set, + anon_sym__modify, + anon_sym_AT, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_final, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + [223572] = 14, + ACTIONS(8125), 1, + anon_sym_each, + ACTIONS(8129), 1, + anon_sym_AT, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(8167), 1, + anon_sym_GT, + STATE(5457), 1, + sym_type_parameter_modifiers, + STATE(7436), 1, + sym_simple_identifier, + STATE(8499), 1, + sym_type_parameter, + STATE(9233), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5655), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(6937), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(7586), 2, + sym_type_parameter_pack, + sym__type_parameter_possibly_packed, + ACTIONS(2886), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2884), 8, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [223628] = 3, + ACTIONS(2213), 1, + anon_sym_unowned, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2215), 24, + sym__dot_custom, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_LPAREN, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_get, + anon_sym_set, + anon_sym__modify, + anon_sym_AT, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_final, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + [223662] = 3, + ACTIONS(2229), 1, + anon_sym_unowned, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2231), 24, + sym__dot_custom, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_LPAREN, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_get, + anon_sym_set, + anon_sym__modify, + anon_sym_AT, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_final, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + [223696] = 8, + STATE(5496), 1, + sym__import_kind, + STATE(7066), 1, + sym_simple_identifier, + STATE(8527), 1, + sym_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(7644), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(8171), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8173), 8, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + ACTIONS(8169), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [223740] = 3, + ACTIONS(2099), 1, + anon_sym_unowned, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2101), 24, + sym__dot_custom, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_LPAREN, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_get, + anon_sym_set, + anon_sym__modify, + anon_sym_AT, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_final, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + [223774] = 14, + ACTIONS(8125), 1, + anon_sym_each, + ACTIONS(8129), 1, + anon_sym_AT, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(8175), 1, + anon_sym_GT, + STATE(5457), 1, + sym_type_parameter_modifiers, + STATE(7436), 1, + sym_simple_identifier, + STATE(8499), 1, + sym_type_parameter, + STATE(9142), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5655), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(6937), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(7586), 2, + sym_type_parameter_pack, + sym__type_parameter_possibly_packed, + ACTIONS(2886), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2884), 8, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [223830] = 8, + STATE(5509), 1, + sym__import_kind, + STATE(7066), 1, + sym_simple_identifier, + STATE(7767), 1, + sym_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(7644), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(8171), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8177), 8, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_protocol, + anon_sym_let, + anon_sym_var, + anon_sym_func, + ACTIONS(8169), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [223874] = 14, + ACTIONS(8125), 1, + anon_sym_each, + ACTIONS(8129), 1, + anon_sym_AT, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(8179), 1, + anon_sym_GT, + STATE(5457), 1, + sym_type_parameter_modifiers, + STATE(7436), 1, + sym_simple_identifier, + STATE(8499), 1, + sym_type_parameter, + STATE(9241), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5655), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(6937), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(7586), 2, + sym_type_parameter_pack, + sym__type_parameter_possibly_packed, + ACTIONS(2886), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2884), 8, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [223930] = 12, + ACTIONS(8185), 1, + anon_sym_RBRACK, + ACTIONS(8187), 1, + anon_sym_self, + STATE(5812), 1, + sym_ownership_modifier, + STATE(7581), 1, + sym_simple_identifier, + STATE(8702), 1, + sym_capture_list_item, + STATE(8829), 1, + sym_self_expression, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(791), 2, + anon_sym_weak, + anon_sym_unowned, + ACTIONS(793), 2, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + STATE(2198), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(8183), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8181), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [223981] = 11, + ACTIONS(8189), 1, + anon_sym_LBRACK, + ACTIONS(8191), 1, + anon_sym_QMARK, + ACTIONS(8193), 1, + anon_sym_self, + STATE(2235), 1, + sym_simple_identifier, + STATE(2996), 1, + sym__key_path_component, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(3742), 2, + sym__bang_custom, + anon_sym_BANG, + STATE(2805), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(1081), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(2239), 3, + sym__key_path_postfixes, + sym_bang, + aux_sym__key_path_component_repeat1, + ACTIONS(1079), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [224030] = 12, + ACTIONS(8187), 1, + anon_sym_self, + ACTIONS(8195), 1, + anon_sym_RBRACK, + STATE(5812), 1, + sym_ownership_modifier, + STATE(7581), 1, + sym_simple_identifier, + STATE(8702), 1, + sym_capture_list_item, + STATE(8829), 1, + sym_self_expression, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(791), 2, + anon_sym_weak, + anon_sym_unowned, + ACTIONS(793), 2, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + STATE(2198), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(8183), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8181), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [224081] = 11, + ACTIONS(8197), 1, + anon_sym_LBRACK, + ACTIONS(8199), 1, + anon_sym_QMARK, + ACTIONS(8201), 1, + anon_sym_self, + STATE(831), 1, + sym_simple_identifier, + STATE(871), 1, + sym__key_path_component, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(1853), 2, + sym__bang_custom, + anon_sym_BANG, + STATE(856), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(457), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(832), 3, + sym__key_path_postfixes, + sym_bang, + aux_sym__key_path_component_repeat1, + ACTIONS(455), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [224130] = 11, + ACTIONS(8203), 1, + anon_sym_LBRACK, + ACTIONS(8205), 1, + anon_sym_QMARK, + ACTIONS(8207), 1, + anon_sym_self, + STATE(2147), 1, + sym_simple_identifier, + STATE(2681), 1, + sym__key_path_component, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(3584), 2, + sym__bang_custom, + anon_sym_BANG, + STATE(2422), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(13), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(2113), 3, + sym__key_path_postfixes, + sym_bang, + aux_sym__key_path_component_repeat1, + ACTIONS(11), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [224179] = 5, + STATE(5125), 1, + sym__try_operator_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(8209), 3, + sym__fake_try_bang, + anon_sym_BANG2, + anon_sym_QMARK2, + ACTIONS(3670), 5, + sym__dot_custom, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_LPAREN, + ACTIONS(3668), 15, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_await, + anon_sym_case, + anon_sym_is, + anon_sym_let, + anon_sym_var, + sym_wildcard_pattern, + anon_sym_borrowing, + anon_sym_consuming, + [224216] = 11, + ACTIONS(8211), 1, + anon_sym_LBRACK, + ACTIONS(8213), 1, + anon_sym_QMARK, + ACTIONS(8215), 1, + anon_sym_self, + STATE(1075), 1, + sym_simple_identifier, + STATE(1218), 1, + sym__key_path_component, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(1997), 2, + sym__bang_custom, + anon_sym_BANG, + STATE(1170), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(659), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1078), 3, + sym__key_path_postfixes, + sym_bang, + aux_sym__key_path_component_repeat1, + ACTIONS(657), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [224265] = 22, + ACTIONS(3101), 1, + anon_sym_async, + ACTIONS(3123), 1, + anon_sym_func, + ACTIONS(4209), 1, + anon_sym_typealias, + ACTIONS(4706), 1, + anon_sym_enum, + ACTIONS(4708), 1, + anon_sym_extension, + ACTIONS(4710), 1, + anon_sym_indirect, + ACTIONS(8217), 1, + anon_sym_import, + ACTIONS(8219), 1, + anon_sym_class, + ACTIONS(8221), 1, + anon_sym_protocol, + ACTIONS(8223), 1, + anon_sym_macro, + ACTIONS(8225), 1, + anon_sym_init, + ACTIONS(8227), 1, + anon_sym_associatedtype, + STATE(7521), 1, + sym__non_constructor_function_decl, + STATE(7710), 1, + sym__modifierless_typealias_declaration, + STATE(7880), 1, + sym__modifierless_property_declaration, + STATE(7903), 1, + sym__modifierless_class_declaration, + STATE(8439), 1, + sym__async_modifier, + STATE(9014), 1, + sym__modifierless_function_declaration_no_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(3121), 2, + anon_sym_let, + anon_sym_var, + ACTIONS(4702), 2, + anon_sym_actor, + anon_sym_struct, + STATE(4879), 2, + sym_value_binding_pattern, + sym__possibly_async_binding_pattern_kind, + [224336] = 4, + ACTIONS(4071), 1, + anon_sym_unowned, + ACTIONS(8229), 1, + anon_sym_LPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4073), 22, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_get, + anon_sym_set, + anon_sym__modify, + anon_sym_AT, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_final, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + [224371] = 11, + ACTIONS(8231), 1, + anon_sym_LBRACK, + ACTIONS(8233), 1, + anon_sym_QMARK, + ACTIONS(8235), 1, + anon_sym_self, + STATE(2205), 1, + sym_simple_identifier, + STATE(2879), 1, + sym__key_path_component, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(3666), 2, + sym__bang_custom, + anon_sym_BANG, + STATE(2676), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(1015), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(2150), 3, + sym__key_path_postfixes, + sym_bang, + aux_sym__key_path_component_repeat1, + ACTIONS(1013), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [224420] = 11, + ACTIONS(8237), 1, + anon_sym_LBRACK, + ACTIONS(8239), 1, + anon_sym_QMARK, + ACTIONS(8241), 1, + anon_sym_self, + STATE(2306), 1, + sym_simple_identifier, + STATE(2966), 1, + sym__key_path_component, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(3798), 2, + sym__bang_custom, + anon_sym_BANG, + STATE(2778), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(943), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(2309), 3, + sym__key_path_postfixes, + sym_bang, + aux_sym__key_path_component_repeat1, + ACTIONS(941), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [224469] = 8, + ACTIONS(779), 1, + anon_sym_inout, + STATE(5119), 1, + sym__parameter_ownership_modifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(781), 2, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(8247), 2, + anon_sym_borrowing, + anon_sym_consuming, + STATE(5057), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + ACTIONS(8245), 6, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_TILDE, + ACTIONS(8243), 10, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_some, + anon_sym_any, + anon_sym_AT, + [224512] = 12, + ACTIONS(2085), 1, + anon_sym_QMARK, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8250), 1, + anon_sym_QMARK2, + ACTIONS(8252), 1, + sym__arrow_operator_custom, + ACTIONS(8254), 1, + sym__async_keyword_custom, + STATE(4387), 1, + sym__arrow_operator, + STATE(7011), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5146), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + STATE(8716), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2087), 12, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_where_keyword, + sym__as_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [224563] = 11, + ACTIONS(8256), 1, + anon_sym_LBRACK, + ACTIONS(8258), 1, + anon_sym_QMARK, + ACTIONS(8260), 1, + anon_sym_self, + STATE(2078), 1, + sym_simple_identifier, + STATE(2353), 1, + sym__key_path_component, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(3536), 2, + sym__bang_custom, + anon_sym_BANG, + STATE(2212), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(877), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(2079), 3, + sym__key_path_postfixes, + sym_bang, + aux_sym__key_path_component_repeat1, + ACTIONS(875), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [224612] = 11, + ACTIONS(8262), 1, + anon_sym_LBRACK, + ACTIONS(8264), 1, + anon_sym_QMARK, + ACTIONS(8266), 1, + anon_sym_self, + STATE(2371), 1, + sym_simple_identifier, + STATE(3253), 1, + sym__key_path_component, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(3997), 2, + sym__bang_custom, + anon_sym_BANG, + STATE(2936), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(1157), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(2372), 3, + sym__key_path_postfixes, + sym_bang, + aux_sym__key_path_component_repeat1, + ACTIONS(1155), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [224661] = 7, + STATE(5119), 1, + sym__parameter_ownership_modifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(8275), 2, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + STATE(5057), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + ACTIONS(8272), 3, + anon_sym_inout, + anon_sym_borrowing, + anon_sym_consuming, + ACTIONS(8270), 6, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_TILDE, + ACTIONS(8268), 10, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_some, + anon_sym_any, + anon_sym_AT, + [224702] = 11, + ACTIONS(8278), 1, + anon_sym_LBRACK, + ACTIONS(8280), 1, + anon_sym_QMARK, + ACTIONS(8282), 1, + anon_sym_self, + STATE(1101), 1, + sym_simple_identifier, + STATE(1244), 1, + sym__key_path_component, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2055), 2, + sym__bang_custom, + anon_sym_BANG, + STATE(1209), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(291), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + STATE(1105), 3, + sym__key_path_postfixes, + sym_bang, + aux_sym__key_path_component_repeat1, + ACTIONS(289), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [224751] = 8, + ACTIONS(8284), 1, + anon_sym_lazy, + ACTIONS(8287), 1, + anon_sym_AT, + ACTIONS(8290), 1, + anon_sym_final, + ACTIONS(8296), 1, + anon_sym_unowned, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(8293), 3, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + STATE(5059), 6, + sym_attribute, + aux_sym__locally_permitted_modifiers, + sym__locally_permitted_modifier, + sym_property_behavior_modifier, + sym_inheritance_modifier, + sym_ownership_modifier, + ACTIONS(4803), 11, + anon_sym_actor, + anon_sym_async, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + [224794] = 3, + ACTIONS(4049), 1, + anon_sym_unowned, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4051), 22, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_get, + anon_sym_set, + anon_sym__modify, + anon_sym_AT, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_final, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + [224826] = 11, + ACTIONS(8187), 1, + anon_sym_self, + STATE(5812), 1, + sym_ownership_modifier, + STATE(7581), 1, + sym_simple_identifier, + STATE(8702), 1, + sym_capture_list_item, + STATE(8829), 1, + sym_self_expression, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(791), 2, + anon_sym_weak, + anon_sym_unowned, + ACTIONS(793), 2, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + STATE(2198), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(8183), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8181), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [224874] = 12, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2085), 1, + anon_sym_QMARK, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8299), 1, + anon_sym_QMARK2, + ACTIONS(8301), 1, + sym__arrow_operator_custom, + ACTIONS(8303), 1, + sym__async_keyword_custom, + STATE(4297), 1, + sym__arrow_operator, + STATE(7035), 1, + sym__async_keyword, + STATE(5180), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + STATE(8854), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2087), 12, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_where_keyword, + sym__as_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [224924] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2300), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + ACTIONS(2302), 14, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + sym_integer_literal, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_LT, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_RBRACE, + [224956] = 3, + ACTIONS(4078), 1, + anon_sym_unowned, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4080), 22, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_get, + anon_sym_set, + anon_sym__modify, + anon_sym_AT, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_final, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + [224988] = 3, + ACTIONS(4082), 1, + anon_sym_unowned, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4084), 22, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_get, + anon_sym_set, + anon_sym__modify, + anon_sym_AT, + anon_sym_mutating, + anon_sym_nonmutating, + anon_sym_final, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + [225020] = 11, + ACTIONS(8187), 1, + anon_sym_self, + STATE(5812), 1, + sym_ownership_modifier, + STATE(7581), 1, + sym_simple_identifier, + STATE(8033), 1, + sym_capture_list_item, + STATE(8829), 1, + sym_self_expression, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(791), 2, + anon_sym_weak, + anon_sym_unowned, + ACTIONS(793), 2, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + STATE(2198), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(8183), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8181), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [225068] = 10, + ACTIONS(7990), 1, + anon_sym_self, + ACTIONS(8305), 1, + anon_sym_in, + STATE(5079), 1, + sym_simple_identifier, + STATE(7003), 1, + sym_self_expression, + STATE(7023), 1, + sym_lambda_parameter, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5023), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(3030), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8307), 4, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + ACTIONS(3028), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [225114] = 10, + ACTIONS(7990), 1, + anon_sym_self, + ACTIONS(8309), 1, + anon_sym_in, + STATE(5079), 1, + sym_simple_identifier, + STATE(7003), 1, + sym_self_expression, + STATE(7023), 1, + sym_lambda_parameter, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5023), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(3030), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8311), 4, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + ACTIONS(3028), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [225160] = 5, + ACTIONS(5326), 1, + anon_sym_unowned, + ACTIONS(6905), 1, + anon_sym_AT, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5321), 5, + anon_sym_get, + anon_sym_set, + anon_sym__modify, + anon_sym_mutating, + anon_sym_nonmutating, + ACTIONS(5328), 16, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_final, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + [225196] = 11, + ACTIONS(8313), 1, + sym__dot_custom, + STATE(1975), 1, + sym_simple_identifier, + STATE(4922), 1, + sym_value_binding_pattern, + STATE(5751), 1, + sym__dot, + STATE(6876), 1, + sym__simple_user_type, + STATE(8717), 1, + sym_user_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(97), 2, + anon_sym_let, + anon_sym_var, + STATE(1910), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(8143), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8141), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [225243] = 6, + STATE(4387), 1, + sym__arrow_operator, + STATE(5278), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7011), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8716), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2108), 17, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [225280] = 12, + ACTIONS(7984), 1, + anon_sym_LPAREN, + ACTIONS(7990), 1, + anon_sym_self, + ACTIONS(8315), 1, + anon_sym_in, + STATE(5079), 1, + sym_simple_identifier, + STATE(6411), 1, + sym_lambda_function_type_parameters, + STATE(6729), 1, + sym_lambda_parameter, + STATE(7003), 1, + sym_self_expression, + STATE(9201), 1, + sym_lambda_function_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5023), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(3030), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(3028), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [225329] = 11, + ACTIONS(8317), 1, + sym__dot_custom, + STATE(1975), 1, + sym_simple_identifier, + STATE(4923), 1, + sym_value_binding_pattern, + STATE(5706), 1, + sym__dot, + STATE(6876), 1, + sym__simple_user_type, + STATE(8623), 1, + sym_user_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(97), 2, + anon_sym_let, + anon_sym_var, + STATE(1910), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(8143), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8141), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [225376] = 11, + ACTIONS(8319), 1, + sym__dot_custom, + STATE(1975), 1, + sym_simple_identifier, + STATE(4929), 1, + sym_value_binding_pattern, + STATE(5734), 1, + sym__dot, + STATE(6876), 1, + sym__simple_user_type, + STATE(8692), 1, + sym_user_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(97), 2, + anon_sym_let, + anon_sym_var, + STATE(1910), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(8143), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8141), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [225423] = 11, + ACTIONS(8313), 1, + sym__dot_custom, + STATE(1975), 1, + sym_simple_identifier, + STATE(4923), 1, + sym_value_binding_pattern, + STATE(5751), 1, + sym__dot, + STATE(6876), 1, + sym__simple_user_type, + STATE(8717), 1, + sym_user_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(97), 2, + anon_sym_let, + anon_sym_var, + STATE(1910), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(8143), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8141), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [225470] = 11, + ACTIONS(8321), 1, + sym__dot_custom, + STATE(1975), 1, + sym_simple_identifier, + STATE(4927), 1, + sym_value_binding_pattern, + STATE(5766), 1, + sym__dot, + STATE(6876), 1, + sym__simple_user_type, + STATE(8743), 1, + sym_user_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(97), 2, + anon_sym_let, + anon_sym_var, + STATE(1910), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(8143), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8141), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [225517] = 11, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8323), 1, + anon_sym_QMARK2, + ACTIONS(8325), 1, + sym__arrow_operator_custom, + ACTIONS(8327), 1, + sym__async_keyword_custom, + STATE(4285), 1, + sym__arrow_operator, + STATE(7031), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5308), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + STATE(8840), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2087), 11, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_where_keyword, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [225564] = 11, + ACTIONS(8329), 1, + sym__dot_custom, + STATE(1975), 1, + sym_simple_identifier, + STATE(4923), 1, + sym_value_binding_pattern, + STATE(5871), 1, + sym__dot, + STATE(6876), 1, + sym__simple_user_type, + STATE(8784), 1, + sym_user_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(97), 2, + anon_sym_let, + anon_sym_var, + STATE(1910), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(8143), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8141), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [225611] = 8, + ACTIONS(4237), 1, + anon_sym_COLON, + ACTIONS(4239), 1, + anon_sym_in, + STATE(9048), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(4235), 5, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [225652] = 11, + ACTIONS(8125), 1, + anon_sym_each, + ACTIONS(8129), 1, + anon_sym_AT, + STATE(5457), 1, + sym_type_parameter_modifiers, + STATE(7079), 1, + sym_type_parameter, + STATE(7436), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5655), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(6937), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(7586), 2, + sym_type_parameter_pack, + sym__type_parameter_possibly_packed, + ACTIONS(2886), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2884), 8, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [225699] = 11, + ACTIONS(8321), 1, + sym__dot_custom, + STATE(1975), 1, + sym_simple_identifier, + STATE(4923), 1, + sym_value_binding_pattern, + STATE(5766), 1, + sym__dot, + STATE(6876), 1, + sym__simple_user_type, + STATE(8743), 1, + sym_user_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(97), 2, + anon_sym_let, + anon_sym_var, + STATE(1910), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(8143), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8141), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [225746] = 11, + ACTIONS(8125), 1, + anon_sym_each, + ACTIONS(8129), 1, + anon_sym_AT, + STATE(5457), 1, + sym_type_parameter_modifiers, + STATE(7187), 1, + sym_type_parameter, + STATE(7436), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5655), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(6937), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(7586), 2, + sym_type_parameter_pack, + sym__type_parameter_possibly_packed, + ACTIONS(2886), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2884), 8, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [225793] = 11, + ACTIONS(8331), 1, + anon_sym_LPAREN, + ACTIONS(8333), 1, + anon_sym_QMARK2, + ACTIONS(8335), 1, + sym__dot_custom, + STATE(903), 1, + sym_constructor_suffix, + STATE(928), 1, + sym__fn_call_lambda_arguments, + STATE(1718), 1, + sym_lambda_literal, + STATE(2606), 1, + sym__constructor_value_arguments, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(3678), 2, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + STATE(5403), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2087), 11, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_BANG2, + anon_sym_RBRACK, + anon_sym_DOT, + anon_sym_AMP, + [225840] = 11, + ACTIONS(8337), 1, + sym__dot_custom, + STATE(1975), 1, + sym_simple_identifier, + STATE(4916), 1, + sym_value_binding_pattern, + STATE(5781), 1, + sym__dot, + STATE(6876), 1, + sym__simple_user_type, + STATE(8775), 1, + sym_user_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(97), 2, + anon_sym_let, + anon_sym_var, + STATE(1910), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(8143), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8141), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [225887] = 12, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8252), 1, + sym__arrow_operator_custom, + ACTIONS(8254), 1, + sym__async_keyword_custom, + ACTIONS(8339), 1, + anon_sym_DOT, + ACTIONS(8341), 1, + anon_sym_AMP, + STATE(4387), 1, + sym__arrow_operator, + STATE(5278), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7011), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8716), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2189), 11, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_where_keyword, + sym__as_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LBRACE, + anon_sym_RBRACE, + [225936] = 6, + STATE(4387), 1, + sym__arrow_operator, + STATE(5278), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7011), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8716), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2185), 17, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [225973] = 11, + ACTIONS(8125), 1, + anon_sym_each, + ACTIONS(8129), 1, + anon_sym_AT, + STATE(5457), 1, + sym_type_parameter_modifiers, + STATE(7436), 1, + sym_simple_identifier, + STATE(8499), 1, + sym_type_parameter, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5655), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(6937), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(7586), 2, + sym_type_parameter_pack, + sym__type_parameter_possibly_packed, + ACTIONS(2886), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2884), 8, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [226020] = 11, + ACTIONS(8125), 1, + anon_sym_each, + ACTIONS(8129), 1, + anon_sym_AT, + STATE(5457), 1, + sym_type_parameter_modifiers, + STATE(7168), 1, + sym_type_parameter, + STATE(7436), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5655), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(6937), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(7586), 2, + sym_type_parameter_pack, + sym__type_parameter_possibly_packed, + ACTIONS(2886), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2884), 8, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [226067] = 12, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8252), 1, + sym__arrow_operator_custom, + ACTIONS(8254), 1, + sym__async_keyword_custom, + ACTIONS(8339), 1, + anon_sym_DOT, + ACTIONS(8341), 1, + anon_sym_AMP, + STATE(4387), 1, + sym__arrow_operator, + STATE(5278), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7011), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8716), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2158), 11, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_where_keyword, + sym__as_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LBRACE, + anon_sym_RBRACE, + [226116] = 12, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8252), 1, + sym__arrow_operator_custom, + ACTIONS(8254), 1, + sym__async_keyword_custom, + ACTIONS(8339), 1, + anon_sym_DOT, + ACTIONS(8341), 1, + anon_sym_AMP, + STATE(4387), 1, + sym__arrow_operator, + STATE(5278), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7011), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8716), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2173), 11, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_where_keyword, + sym__as_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LBRACE, + anon_sym_RBRACE, + [226165] = 9, + STATE(5097), 1, + aux_sym_value_argument_repeat1, + STATE(9020), 1, + sym_simple_identifier, + STATE(9025), 1, + sym_value_argument_label, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(8345), 2, + anon_sym_if, + anon_sym_switch, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8343), 3, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_RBRACK, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [226208] = 11, + ACTIONS(8329), 1, + sym__dot_custom, + STATE(1975), 1, + sym_simple_identifier, + STATE(4921), 1, + sym_value_binding_pattern, + STATE(5871), 1, + sym__dot, + STATE(6876), 1, + sym__simple_user_type, + STATE(8784), 1, + sym_user_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(97), 2, + anon_sym_let, + anon_sym_var, + STATE(1910), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(8143), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8141), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [226255] = 12, + ACTIONS(7984), 1, + anon_sym_LPAREN, + ACTIONS(7990), 1, + anon_sym_self, + ACTIONS(8347), 1, + anon_sym_in, + STATE(5079), 1, + sym_simple_identifier, + STATE(6411), 1, + sym_lambda_function_type_parameters, + STATE(6729), 1, + sym_lambda_parameter, + STATE(7003), 1, + sym_self_expression, + STATE(9060), 1, + sym_lambda_function_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5023), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(3030), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(3028), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [226304] = 11, + ACTIONS(8337), 1, + sym__dot_custom, + STATE(1975), 1, + sym_simple_identifier, + STATE(4923), 1, + sym_value_binding_pattern, + STATE(5781), 1, + sym__dot, + STATE(6876), 1, + sym__simple_user_type, + STATE(8775), 1, + sym_user_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(97), 2, + anon_sym_let, + anon_sym_var, + STATE(1910), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(8143), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8141), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [226351] = 12, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8252), 1, + sym__arrow_operator_custom, + ACTIONS(8254), 1, + sym__async_keyword_custom, + ACTIONS(8339), 1, + anon_sym_DOT, + ACTIONS(8341), 1, + anon_sym_AMP, + STATE(4387), 1, + sym__arrow_operator, + STATE(5278), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7011), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8716), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2181), 11, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_where_keyword, + sym__as_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LBRACE, + anon_sym_RBRACE, + [226400] = 11, + ACTIONS(8349), 1, + sym__dot_custom, + STATE(1975), 1, + sym_simple_identifier, + STATE(4923), 1, + sym_value_binding_pattern, + STATE(5775), 1, + sym__dot, + STATE(6876), 1, + sym__simple_user_type, + STATE(8755), 1, + sym_user_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(97), 2, + anon_sym_let, + anon_sym_var, + STATE(1910), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(8143), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8141), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [226447] = 9, + STATE(5097), 1, + aux_sym_value_argument_repeat1, + STATE(9020), 1, + sym_simple_identifier, + STATE(9025), 1, + sym_value_argument_label, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(8359), 2, + anon_sym_if, + anon_sym_switch, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(8354), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8357), 3, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_RBRACK, + ACTIONS(8351), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [226490] = 12, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8252), 1, + sym__arrow_operator_custom, + ACTIONS(8254), 1, + sym__async_keyword_custom, + ACTIONS(8339), 1, + anon_sym_DOT, + ACTIONS(8341), 1, + anon_sym_AMP, + STATE(4387), 1, + sym__arrow_operator, + STATE(5278), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7011), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8716), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2177), 11, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_where_keyword, + sym__as_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LBRACE, + anon_sym_RBRACE, + [226539] = 11, + ACTIONS(8317), 1, + sym__dot_custom, + STATE(1975), 1, + sym_simple_identifier, + STATE(4914), 1, + sym_value_binding_pattern, + STATE(5706), 1, + sym__dot, + STATE(6876), 1, + sym__simple_user_type, + STATE(8623), 1, + sym_user_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(97), 2, + anon_sym_let, + anon_sym_var, + STATE(1910), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(8143), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8141), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [226586] = 11, + ACTIONS(8319), 1, + sym__dot_custom, + STATE(1975), 1, + sym_simple_identifier, + STATE(4923), 1, + sym_value_binding_pattern, + STATE(5734), 1, + sym__dot, + STATE(6876), 1, + sym__simple_user_type, + STATE(8692), 1, + sym_user_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(97), 2, + anon_sym_let, + anon_sym_var, + STATE(1910), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(8143), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8141), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [226633] = 9, + STATE(5097), 1, + aux_sym_value_argument_repeat1, + STATE(9020), 1, + sym_simple_identifier, + STATE(9025), 1, + sym_value_argument_label, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(8345), 2, + anon_sym_if, + anon_sym_switch, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8362), 3, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_RBRACK, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [226676] = 6, + ACTIONS(8364), 1, + sym__dot_custom, + STATE(5107), 1, + aux_sym_user_type_repeat1, + STATE(5461), 1, + sym__dot, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2166), 7, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(2164), 11, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_some, + anon_sym_any, + anon_sym_borrowing, + anon_sym_consuming, + [226712] = 12, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8301), 1, + sym__arrow_operator_custom, + ACTIONS(8303), 1, + sym__async_keyword_custom, + ACTIONS(8366), 1, + anon_sym_DOT, + ACTIONS(8368), 1, + anon_sym_AMP, + STATE(4297), 1, + sym__arrow_operator, + STATE(5399), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7035), 1, + sym__async_keyword, + STATE(8854), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2189), 11, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_where_keyword, + sym__as_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LBRACE, + anon_sym_RBRACE, + [226760] = 12, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8301), 1, + sym__arrow_operator_custom, + ACTIONS(8303), 1, + sym__async_keyword_custom, + ACTIONS(8366), 1, + anon_sym_DOT, + ACTIONS(8368), 1, + anon_sym_AMP, + STATE(4297), 1, + sym__arrow_operator, + STATE(5399), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7035), 1, + sym__async_keyword, + STATE(8854), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2173), 11, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_where_keyword, + sym__as_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LBRACE, + anon_sym_RBRACE, + [226808] = 11, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8370), 1, + anon_sym_QMARK2, + ACTIONS(8372), 1, + sym__arrow_operator_custom, + ACTIONS(8374), 1, + sym__async_keyword_custom, + STATE(4315), 1, + sym__arrow_operator, + STATE(7043), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5378), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + STATE(8869), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2087), 10, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [226854] = 11, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8376), 1, + anon_sym_QMARK2, + ACTIONS(8378), 1, + sym__arrow_operator_custom, + ACTIONS(8380), 1, + sym__async_keyword_custom, + STATE(4323), 1, + sym__arrow_operator, + STATE(7046), 1, + sym__async_keyword, + STATE(5383), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + STATE(8877), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2087), 11, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_where_keyword, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [226900] = 6, + ACTIONS(8382), 1, + sym__dot_custom, + STATE(5107), 1, + aux_sym_user_type_repeat1, + STATE(5461), 1, + sym__dot, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2101), 7, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(2099), 11, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_some, + anon_sym_any, + anon_sym_borrowing, + anon_sym_consuming, + [226936] = 6, + ACTIONS(2164), 1, + anon_sym_QMARK, + ACTIONS(8385), 1, + sym__dot_custom, + STATE(5116), 1, + aux_sym_user_type_repeat1, + STATE(5521), 1, + sym__dot, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2166), 17, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [226972] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(8389), 8, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_TILDE, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(8387), 13, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_some, + anon_sym_any, + anon_sym_AT, + anon_sym_inout, + anon_sym_borrowing, + anon_sym_consuming, + [227002] = 6, + ACTIONS(8364), 1, + sym__dot_custom, + STATE(5102), 1, + aux_sym_user_type_repeat1, + STATE(5461), 1, + sym__dot, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2151), 7, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(2149), 11, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_some, + anon_sym_any, + anon_sym_borrowing, + anon_sym_consuming, + [227038] = 5, + ACTIONS(8391), 1, + anon_sym_LT, + STATE(5208), 1, + sym_type_arguments, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2193), 8, + sym__dot_custom, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(2191), 11, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_some, + anon_sym_any, + anon_sym_borrowing, + anon_sym_consuming, + [227072] = 6, + ACTIONS(2149), 1, + anon_sym_QMARK, + ACTIONS(8385), 1, + sym__dot_custom, + STATE(5108), 1, + aux_sym_user_type_repeat1, + STATE(5521), 1, + sym__dot, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2151), 17, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [227108] = 12, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8301), 1, + sym__arrow_operator_custom, + ACTIONS(8303), 1, + sym__async_keyword_custom, + ACTIONS(8366), 1, + anon_sym_DOT, + ACTIONS(8368), 1, + anon_sym_AMP, + STATE(4297), 1, + sym__arrow_operator, + STATE(5399), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7035), 1, + sym__async_keyword, + STATE(8854), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2177), 11, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_where_keyword, + sym__as_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LBRACE, + anon_sym_RBRACE, + [227156] = 6, + ACTIONS(5), 1, + sym_comment, + STATE(4297), 1, + sym__arrow_operator, + STATE(5399), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7035), 1, + sym__async_keyword, + STATE(8854), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2108), 17, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [227192] = 12, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8301), 1, + sym__arrow_operator_custom, + ACTIONS(8303), 1, + sym__async_keyword_custom, + ACTIONS(8366), 1, + anon_sym_DOT, + ACTIONS(8368), 1, + anon_sym_AMP, + STATE(4297), 1, + sym__arrow_operator, + STATE(5399), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7035), 1, + sym__async_keyword, + STATE(8854), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2181), 11, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_where_keyword, + sym__as_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LBRACE, + anon_sym_RBRACE, + [227240] = 6, + ACTIONS(2099), 1, + anon_sym_QMARK, + ACTIONS(8393), 1, + sym__dot_custom, + STATE(5116), 1, + aux_sym_user_type_repeat1, + STATE(5521), 1, + sym__dot, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2101), 17, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [227276] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(1400), 8, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_TILDE, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(1395), 13, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_some, + anon_sym_any, + anon_sym_AT, + anon_sym_inout, + anon_sym_borrowing, + anon_sym_consuming, + [227306] = 12, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8301), 1, + sym__arrow_operator_custom, + ACTIONS(8303), 1, + sym__async_keyword_custom, + ACTIONS(8366), 1, + anon_sym_DOT, + ACTIONS(8368), 1, + anon_sym_AMP, + STATE(4297), 1, + sym__arrow_operator, + STATE(5399), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7035), 1, + sym__async_keyword, + STATE(8854), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2158), 11, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_where_keyword, + sym__as_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LBRACE, + anon_sym_RBRACE, + [227354] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2823), 8, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_TILDE, + anon_sym_ATescaping, + anon_sym_ATautoclosure, + ACTIONS(2825), 13, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_some, + anon_sym_any, + anon_sym_AT, + anon_sym_inout, + anon_sym_borrowing, + anon_sym_consuming, + [227384] = 5, + ACTIONS(2191), 1, + anon_sym_QMARK, + ACTIONS(8396), 1, + anon_sym_LT, + STATE(5174), 1, + sym_type_arguments, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2193), 18, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [227418] = 6, + ACTIONS(5), 1, + sym_comment, + STATE(4297), 1, + sym__arrow_operator, + STATE(5399), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7035), 1, + sym__async_keyword, + STATE(8854), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2185), 17, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [227454] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2191), 1, + anon_sym_QMARK, + ACTIONS(8398), 1, + anon_sym_LT, + STATE(5243), 1, + sym_type_arguments, + ACTIONS(2193), 18, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [227487] = 5, + ACTIONS(8400), 1, + anon_sym_AT, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5123), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(3802), 6, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_TILDE, + ACTIONS(3800), 11, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_some, + anon_sym_any, + anon_sym_borrowing, + anon_sym_consuming, + [227520] = 12, + ACTIONS(2085), 1, + anon_sym_QMARK, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(4258), 1, + anon_sym_QMARK2, + ACTIONS(8403), 1, + sym__arrow_operator_custom, + ACTIONS(8405), 1, + sym__async_keyword_custom, + STATE(4209), 1, + sym__arrow_operator, + STATE(7019), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1737), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + STATE(8774), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2087), 8, + sym__eq_custom, + sym_where_keyword, + sym__as_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + [227567] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4142), 5, + sym__dot_custom, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_LPAREN, + ACTIONS(4140), 15, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_await, + anon_sym_case, + anon_sym_is, + anon_sym_let, + anon_sym_var, + sym_wildcard_pattern, + anon_sym_borrowing, + anon_sym_consuming, + [227596] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2164), 1, + anon_sym_QMARK, + ACTIONS(8407), 1, + sym__dot_custom, + STATE(5159), 1, + aux_sym_user_type_repeat1, + STATE(5569), 1, + sym__dot, + ACTIONS(2166), 17, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [227631] = 3, + ACTIONS(2300), 1, + anon_sym_QMARK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2302), 19, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LT, + anon_sym_LBRACE, + anon_sym_RBRACE, + [227660] = 10, + ACTIONS(8129), 1, + anon_sym_AT, + ACTIONS(8409), 1, + anon_sym_RPAREN, + STATE(5463), 1, + sym_attribute, + STATE(5613), 1, + sym_simple_identifier, + STATE(7565), 1, + sym_parameter, + STATE(8883), 1, + sym__function_value_parameter, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [227703] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2149), 1, + anon_sym_QMARK, + ACTIONS(8407), 1, + sym__dot_custom, + STATE(5126), 1, + aux_sym_user_type_repeat1, + STATE(5569), 1, + sym__dot, + ACTIONS(2151), 17, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [227738] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2302), 9, + sym__dot_custom, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_TILDE, + anon_sym_LT, + anon_sym_AT, + ACTIONS(2300), 11, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_some, + anon_sym_any, + anon_sym_borrowing, + anon_sym_consuming, + [227767] = 12, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8325), 1, + sym__arrow_operator_custom, + ACTIONS(8327), 1, + sym__async_keyword_custom, + ACTIONS(8411), 1, + anon_sym_DOT, + ACTIONS(8413), 1, + anon_sym_AMP, + STATE(4285), 1, + sym__arrow_operator, + STATE(5490), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7031), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8840), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2158), 9, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_where_keyword, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_LBRACE, + anon_sym_RBRACE, + [227814] = 10, + ACTIONS(8129), 1, + anon_sym_AT, + ACTIONS(8415), 1, + anon_sym_RPAREN, + STATE(5463), 1, + sym_attribute, + STATE(5613), 1, + sym_simple_identifier, + STATE(7565), 1, + sym_parameter, + STATE(8564), 1, + sym__function_value_parameter, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [227857] = 6, + STATE(4285), 1, + sym__arrow_operator, + STATE(5490), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7031), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8840), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2185), 15, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [227892] = 6, + ACTIONS(8417), 1, + sym__dot_custom, + STATE(5138), 1, + aux_sym_user_type_repeat1, + STATE(5547), 1, + sym__dot, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2166), 6, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_AT, + ACTIONS(2164), 11, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_in, + anon_sym_self, + anon_sym_borrowing, + anon_sym_consuming, + [227927] = 10, + ACTIONS(8129), 1, + anon_sym_AT, + ACTIONS(8419), 1, + anon_sym_RPAREN, + STATE(5463), 1, + sym_attribute, + STATE(5613), 1, + sym_simple_identifier, + STATE(7565), 1, + sym_parameter, + STATE(8883), 1, + sym__function_value_parameter, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [227970] = 10, + ACTIONS(8129), 1, + anon_sym_AT, + ACTIONS(8421), 1, + anon_sym_RPAREN, + STATE(5463), 1, + sym_attribute, + STATE(5613), 1, + sym_simple_identifier, + STATE(7565), 1, + sym_parameter, + STATE(8883), 1, + sym__function_value_parameter, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [228013] = 11, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8333), 1, + anon_sym_QMARK2, + ACTIONS(8423), 1, + sym__arrow_operator_custom, + ACTIONS(8425), 1, + sym__async_keyword_custom, + STATE(4428), 1, + sym__arrow_operator, + STATE(6873), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5403), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + STATE(8604), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2087), 9, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_BANG2, + anon_sym_RBRACK, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LBRACE, + [228058] = 6, + ACTIONS(8427), 1, + sym__dot_custom, + STATE(5138), 1, + aux_sym_user_type_repeat1, + STATE(5547), 1, + sym__dot, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2101), 6, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_AT, + ACTIONS(2099), 11, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_in, + anon_sym_self, + anon_sym_borrowing, + anon_sym_consuming, + [228093] = 10, + ACTIONS(1375), 1, + anon_sym_RPAREN, + ACTIONS(8187), 1, + anon_sym_self, + STATE(5301), 1, + sym_simple_identifier, + STATE(8413), 1, + sym_lambda_parameter, + STATE(8886), 1, + sym_self_expression, + STATE(9208), 1, + sym_lambda_function_type_parameters, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [228136] = 10, + ACTIONS(8129), 1, + anon_sym_AT, + ACTIONS(8430), 1, + anon_sym_RPAREN, + STATE(5463), 1, + sym_attribute, + STATE(5613), 1, + sym_simple_identifier, + STATE(7565), 1, + sym_parameter, + STATE(8883), 1, + sym__function_value_parameter, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [228179] = 10, + ACTIONS(8129), 1, + anon_sym_AT, + ACTIONS(8432), 1, + anon_sym_RPAREN, + STATE(5463), 1, + sym_attribute, + STATE(5613), 1, + sym_simple_identifier, + STATE(7565), 1, + sym_parameter, + STATE(8883), 1, + sym__function_value_parameter, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [228222] = 5, + ACTIONS(8434), 1, + anon_sym_LT, + STATE(5265), 1, + sym_type_arguments, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2193), 7, + sym__dot_custom, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_AT, + ACTIONS(2191), 11, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_in, + anon_sym_self, + anon_sym_borrowing, + anon_sym_consuming, + [228255] = 11, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8436), 1, + anon_sym_QMARK2, + ACTIONS(8438), 1, + sym__arrow_operator_custom, + ACTIONS(8440), 1, + sym__async_keyword_custom, + STATE(4441), 1, + sym__arrow_operator, + STATE(6933), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5467), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + STATE(8824), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2087), 9, + sym_where_keyword, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LT, + anon_sym_GT, + anon_sym_LBRACE, + [228300] = 11, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8442), 1, + anon_sym_QMARK2, + ACTIONS(8444), 1, + sym__arrow_operator_custom, + ACTIONS(8446), 1, + sym__async_keyword_custom, + STATE(4359), 1, + sym__arrow_operator, + STATE(7055), 1, + sym__async_keyword, + STATE(5508), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + STATE(8904), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2087), 10, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [228345] = 10, + ACTIONS(8129), 1, + anon_sym_AT, + ACTIONS(8448), 1, + anon_sym_RPAREN, + STATE(5463), 1, + sym_attribute, + STATE(5613), 1, + sym_simple_identifier, + STATE(7565), 1, + sym_parameter, + STATE(8883), 1, + sym__function_value_parameter, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [228388] = 5, + ACTIONS(2121), 1, + anon_sym_QMARK, + ACTIONS(8250), 1, + anon_sym_QMARK2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5155), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2123), 16, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [228421] = 10, + ACTIONS(8129), 1, + anon_sym_AT, + ACTIONS(8450), 1, + anon_sym_RPAREN, + STATE(5463), 1, + sym_attribute, + STATE(5613), 1, + sym_simple_identifier, + STATE(7565), 1, + sym_parameter, + STATE(8103), 1, + sym__function_value_parameter, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [228464] = 6, + STATE(4285), 1, + sym__arrow_operator, + STATE(5490), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7031), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8840), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2108), 15, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [228499] = 6, + ACTIONS(8417), 1, + sym__dot_custom, + STATE(5134), 1, + aux_sym_user_type_repeat1, + STATE(5547), 1, + sym__dot, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2151), 6, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_AT, + ACTIONS(2149), 11, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_in, + anon_sym_self, + anon_sym_borrowing, + anon_sym_consuming, + [228534] = 10, + ACTIONS(8129), 1, + anon_sym_AT, + ACTIONS(8452), 1, + anon_sym_RPAREN, + STATE(5463), 1, + sym_attribute, + STATE(5613), 1, + sym_simple_identifier, + STATE(7565), 1, + sym_parameter, + STATE(8883), 1, + sym__function_value_parameter, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [228577] = 12, + ACTIONS(2085), 1, + anon_sym_QMARK, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8454), 1, + anon_sym_QMARK2, + ACTIONS(8456), 1, + sym__arrow_operator_custom, + ACTIONS(8458), 1, + sym__async_keyword_custom, + STATE(4261), 1, + sym__arrow_operator, + STATE(7025), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5630), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + STATE(8815), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2087), 8, + sym__eq_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_AMP, + [228624] = 10, + ACTIONS(8129), 1, + anon_sym_AT, + ACTIONS(8460), 1, + anon_sym_RPAREN, + STATE(5463), 1, + sym_attribute, + STATE(5613), 1, + sym_simple_identifier, + STATE(7565), 1, + sym_parameter, + STATE(8883), 1, + sym__function_value_parameter, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [228667] = 10, + ACTIONS(8129), 1, + anon_sym_AT, + ACTIONS(8462), 1, + anon_sym_RPAREN, + STATE(5463), 1, + sym_attribute, + STATE(5613), 1, + sym_simple_identifier, + STATE(7565), 1, + sym_parameter, + STATE(8883), 1, + sym__function_value_parameter, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [228710] = 10, + ACTIONS(8129), 1, + anon_sym_AT, + ACTIONS(8464), 1, + anon_sym_RPAREN, + STATE(5463), 1, + sym_attribute, + STATE(5613), 1, + sym_simple_identifier, + STATE(7565), 1, + sym_parameter, + STATE(7840), 1, + sym__function_value_parameter, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [228753] = 5, + ACTIONS(2142), 1, + anon_sym_QMARK, + ACTIONS(8466), 1, + anon_sym_QMARK2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5155), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2144), 16, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [228786] = 10, + ACTIONS(8129), 1, + anon_sym_AT, + ACTIONS(8469), 1, + anon_sym_RPAREN, + STATE(5463), 1, + sym_attribute, + STATE(5613), 1, + sym_simple_identifier, + STATE(7565), 1, + sym_parameter, + STATE(8883), 1, + sym__function_value_parameter, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [228829] = 5, + ACTIONS(2085), 1, + anon_sym_QMARK, + ACTIONS(8250), 1, + anon_sym_QMARK2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5146), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2087), 16, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [228862] = 12, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8325), 1, + sym__arrow_operator_custom, + ACTIONS(8327), 1, + sym__async_keyword_custom, + ACTIONS(8411), 1, + anon_sym_DOT, + ACTIONS(8413), 1, + anon_sym_AMP, + STATE(4285), 1, + sym__arrow_operator, + STATE(5490), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7031), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8840), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2177), 9, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_where_keyword, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_LBRACE, + anon_sym_RBRACE, + [228909] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2099), 1, + anon_sym_QMARK, + ACTIONS(8471), 1, + sym__dot_custom, + STATE(5159), 1, + aux_sym_user_type_repeat1, + STATE(5569), 1, + sym__dot, + ACTIONS(2101), 17, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [228944] = 11, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8474), 1, + anon_sym_QMARK2, + ACTIONS(8476), 1, + sym__arrow_operator_custom, + ACTIONS(8478), 1, + sym__async_keyword_custom, + STATE(4280), 1, + sym__arrow_operator, + STATE(7030), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5470), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + STATE(8836), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2087), 9, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [228989] = 12, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8325), 1, + sym__arrow_operator_custom, + ACTIONS(8327), 1, + sym__async_keyword_custom, + ACTIONS(8411), 1, + anon_sym_DOT, + ACTIONS(8413), 1, + anon_sym_AMP, + STATE(4285), 1, + sym__arrow_operator, + STATE(5490), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7031), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8840), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2173), 9, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_where_keyword, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_LBRACE, + anon_sym_RBRACE, + [229036] = 10, + ACTIONS(8129), 1, + anon_sym_AT, + ACTIONS(8480), 1, + anon_sym_RPAREN, + STATE(5463), 1, + sym_attribute, + STATE(5613), 1, + sym_simple_identifier, + STATE(7565), 1, + sym_parameter, + STATE(8883), 1, + sym__function_value_parameter, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [229079] = 4, + ACTIONS(8482), 1, + anon_sym_LT, + STATE(5330), 1, + sym_type_arguments, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2193), 18, + sym__arrow_operator_custom, + sym__dot_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_BANG2, + anon_sym_LPAREN, + anon_sym_RBRACK, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_in, + [229110] = 10, + ACTIONS(8129), 1, + anon_sym_AT, + ACTIONS(8484), 1, + anon_sym_RPAREN, + STATE(5463), 1, + sym_attribute, + STATE(5613), 1, + sym_simple_identifier, + STATE(7565), 1, + sym_parameter, + STATE(8883), 1, + sym__function_value_parameter, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [229153] = 12, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8325), 1, + sym__arrow_operator_custom, + ACTIONS(8327), 1, + sym__async_keyword_custom, + ACTIONS(8411), 1, + anon_sym_DOT, + ACTIONS(8413), 1, + anon_sym_AMP, + STATE(4285), 1, + sym__arrow_operator, + STATE(5490), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7031), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8840), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2181), 9, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_where_keyword, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_LBRACE, + anon_sym_RBRACE, + [229200] = 10, + ACTIONS(8129), 1, + anon_sym_AT, + ACTIONS(8486), 1, + anon_sym_RPAREN, + STATE(5463), 1, + sym_attribute, + STATE(5613), 1, + sym_simple_identifier, + STATE(7565), 1, + sym_parameter, + STATE(8382), 1, + sym__function_value_parameter, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [229243] = 10, + ACTIONS(8129), 1, + anon_sym_AT, + ACTIONS(8488), 1, + anon_sym_RPAREN, + STATE(5463), 1, + sym_attribute, + STATE(5613), 1, + sym_simple_identifier, + STATE(7565), 1, + sym_parameter, + STATE(7814), 1, + sym__function_value_parameter, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [229286] = 10, + ACTIONS(8129), 1, + anon_sym_AT, + ACTIONS(8490), 1, + anon_sym_RPAREN, + STATE(5463), 1, + sym_attribute, + STATE(5613), 1, + sym_simple_identifier, + STATE(7565), 1, + sym_parameter, + STATE(8883), 1, + sym__function_value_parameter, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [229329] = 10, + ACTIONS(8129), 1, + anon_sym_AT, + ACTIONS(8492), 1, + anon_sym_RPAREN, + STATE(5463), 1, + sym_attribute, + STATE(5613), 1, + sym_simple_identifier, + STATE(7565), 1, + sym_parameter, + STATE(8233), 1, + sym__function_value_parameter, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [229372] = 10, + ACTIONS(8129), 1, + anon_sym_AT, + ACTIONS(8494), 1, + anon_sym_RPAREN, + STATE(5463), 1, + sym_attribute, + STATE(5613), 1, + sym_simple_identifier, + STATE(7565), 1, + sym_parameter, + STATE(8057), 1, + sym__function_value_parameter, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [229415] = 10, + ACTIONS(8129), 1, + anon_sym_AT, + ACTIONS(8496), 1, + anon_sym_RPAREN, + STATE(5463), 1, + sym_attribute, + STATE(5613), 1, + sym_simple_identifier, + STATE(7565), 1, + sym_parameter, + STATE(8883), 1, + sym__function_value_parameter, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [229458] = 12, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8325), 1, + sym__arrow_operator_custom, + ACTIONS(8327), 1, + sym__async_keyword_custom, + ACTIONS(8411), 1, + anon_sym_DOT, + ACTIONS(8413), 1, + anon_sym_AMP, + STATE(4285), 1, + sym__arrow_operator, + STATE(5490), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7031), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8840), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2189), 9, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_where_keyword, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_LBRACE, + anon_sym_RBRACE, + [229505] = 5, + ACTIONS(789), 1, + anon_sym_AT, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5123), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(3836), 6, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_TILDE, + ACTIONS(3834), 11, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_some, + anon_sym_any, + anon_sym_borrowing, + anon_sym_consuming, + [229538] = 3, + ACTIONS(2213), 1, + anon_sym_QMARK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2215), 18, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [229566] = 12, + ACTIONS(2085), 1, + anon_sym_QMARK, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8498), 1, + anon_sym_QMARK2, + ACTIONS(8500), 1, + sym__arrow_operator_custom, + ACTIONS(8502), 1, + sym__async_keyword_custom, + STATE(4288), 1, + sym__arrow_operator, + STATE(7032), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5657), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + STATE(8845), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2087), 7, + sym_where_keyword, + sym__as_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + [229612] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(8506), 5, + sym__dot_custom, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_LPAREN, + ACTIONS(8504), 14, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_case, + anon_sym_is, + anon_sym_let, + anon_sym_var, + sym_wildcard_pattern, + anon_sym_borrowing, + anon_sym_consuming, + [229640] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2302), 19, + sym__arrow_operator_custom, + sym__dot_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_BANG2, + anon_sym_LPAREN, + anon_sym_RBRACK, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LT, + anon_sym_GT, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_in, + [229666] = 5, + ACTIONS(8508), 1, + sym__dot_custom, + STATE(5178), 1, + aux_sym_user_type_repeat1, + STATE(5559), 1, + sym__dot, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2101), 16, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [229698] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2085), 1, + anon_sym_QMARK, + ACTIONS(8299), 1, + anon_sym_QMARK2, + STATE(5180), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2087), 16, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [229730] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2121), 1, + anon_sym_QMARK, + ACTIONS(8299), 1, + anon_sym_QMARK2, + STATE(5181), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2123), 16, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [229762] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2142), 1, + anon_sym_QMARK, + ACTIONS(8511), 1, + anon_sym_QMARK2, + STATE(5181), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2144), 16, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [229794] = 8, + ACTIONS(8514), 1, + anon_sym_RBRACE, + STATE(9248), 1, + sym_simple_identifier, + STATE(9251), 1, + sym_precedence_group_attributes, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5306), 2, + sym_precedence_group_attribute, + aux_sym_precedence_group_attributes_repeat1, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [229832] = 9, + ACTIONS(8516), 1, + anon_sym_RPAREN, + ACTIONS(8518), 1, + anon_sym_STAR, + STATE(2355), 1, + sym_simple_identifier, + STATE(8620), 1, + sym__availability_argument, + STATE(8994), 1, + sym_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1910), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(8143), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8141), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [229872] = 12, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8372), 1, + sym__arrow_operator_custom, + ACTIONS(8374), 1, + sym__async_keyword_custom, + ACTIONS(8520), 1, + anon_sym_DOT, + ACTIONS(8522), 1, + anon_sym_AMP, + STATE(4315), 1, + sym__arrow_operator, + STATE(5708), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7043), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8869), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2158), 8, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_LBRACE, + anon_sym_RBRACE, + [229918] = 12, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8372), 1, + sym__arrow_operator_custom, + ACTIONS(8374), 1, + sym__async_keyword_custom, + ACTIONS(8520), 1, + anon_sym_DOT, + ACTIONS(8522), 1, + anon_sym_AMP, + STATE(4315), 1, + sym__arrow_operator, + STATE(5708), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7043), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8869), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2173), 8, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_LBRACE, + anon_sym_RBRACE, + [229964] = 12, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8372), 1, + sym__arrow_operator_custom, + ACTIONS(8374), 1, + sym__async_keyword_custom, + ACTIONS(8520), 1, + anon_sym_DOT, + ACTIONS(8522), 1, + anon_sym_AMP, + STATE(4315), 1, + sym__arrow_operator, + STATE(5708), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7043), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8869), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2181), 8, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_LBRACE, + anon_sym_RBRACE, + [230010] = 6, + STATE(4315), 1, + sym__arrow_operator, + STATE(5708), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7043), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8869), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2185), 14, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [230044] = 12, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8372), 1, + sym__arrow_operator_custom, + ACTIONS(8374), 1, + sym__async_keyword_custom, + ACTIONS(8520), 1, + anon_sym_DOT, + ACTIONS(8522), 1, + anon_sym_AMP, + STATE(4315), 1, + sym__arrow_operator, + STATE(5708), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7043), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8869), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2177), 8, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_LBRACE, + anon_sym_RBRACE, + [230090] = 12, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8372), 1, + sym__arrow_operator_custom, + ACTIONS(8374), 1, + sym__async_keyword_custom, + ACTIONS(8520), 1, + anon_sym_DOT, + ACTIONS(8522), 1, + anon_sym_AMP, + STATE(4315), 1, + sym__arrow_operator, + STATE(5708), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7043), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8869), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2189), 8, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_LBRACE, + anon_sym_RBRACE, + [230136] = 11, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8524), 1, + anon_sym_QMARK2, + ACTIONS(8526), 1, + sym__arrow_operator_custom, + ACTIONS(8528), 1, + sym__async_keyword_custom, + STATE(4319), 1, + sym__arrow_operator, + STATE(7045), 1, + sym__async_keyword, + STATE(5738), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + STATE(8873), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2087), 9, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [230180] = 6, + STATE(4315), 1, + sym__arrow_operator, + STATE(5708), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7043), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8869), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2108), 14, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [230214] = 12, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8378), 1, + sym__arrow_operator_custom, + ACTIONS(8380), 1, + sym__async_keyword_custom, + ACTIONS(8530), 1, + anon_sym_DOT, + ACTIONS(8532), 1, + anon_sym_AMP, + STATE(4323), 1, + sym__arrow_operator, + STATE(5759), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7046), 1, + sym__async_keyword, + STATE(8877), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2158), 9, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_where_keyword, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_LBRACE, + anon_sym_RBRACE, + [230260] = 12, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8378), 1, + sym__arrow_operator_custom, + ACTIONS(8380), 1, + sym__async_keyword_custom, + ACTIONS(8530), 1, + anon_sym_DOT, + ACTIONS(8532), 1, + anon_sym_AMP, + STATE(4323), 1, + sym__arrow_operator, + STATE(5759), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7046), 1, + sym__async_keyword, + STATE(8877), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2173), 9, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_where_keyword, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_LBRACE, + anon_sym_RBRACE, + [230306] = 12, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8378), 1, + sym__arrow_operator_custom, + ACTIONS(8380), 1, + sym__async_keyword_custom, + ACTIONS(8530), 1, + anon_sym_DOT, + ACTIONS(8532), 1, + anon_sym_AMP, + STATE(4323), 1, + sym__arrow_operator, + STATE(5759), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7046), 1, + sym__async_keyword, + STATE(8877), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2181), 9, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_where_keyword, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_LBRACE, + anon_sym_RBRACE, + [230352] = 6, + ACTIONS(5), 1, + sym_comment, + STATE(4323), 1, + sym__arrow_operator, + STATE(5759), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7046), 1, + sym__async_keyword, + STATE(8877), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2185), 15, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [230386] = 12, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8378), 1, + sym__arrow_operator_custom, + ACTIONS(8380), 1, + sym__async_keyword_custom, + ACTIONS(8530), 1, + anon_sym_DOT, + ACTIONS(8532), 1, + anon_sym_AMP, + STATE(4323), 1, + sym__arrow_operator, + STATE(5759), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7046), 1, + sym__async_keyword, + STATE(8877), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2177), 9, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_where_keyword, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_LBRACE, + anon_sym_RBRACE, + [230432] = 12, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8378), 1, + sym__arrow_operator_custom, + ACTIONS(8380), 1, + sym__async_keyword_custom, + ACTIONS(8530), 1, + anon_sym_DOT, + ACTIONS(8532), 1, + anon_sym_AMP, + STATE(4323), 1, + sym__arrow_operator, + STATE(5759), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7046), 1, + sym__async_keyword, + STATE(8877), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2189), 9, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_where_keyword, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_LBRACE, + anon_sym_RBRACE, + [230478] = 5, + ACTIONS(8534), 1, + sym__dot_custom, + STATE(5201), 1, + aux_sym_user_type_repeat1, + STATE(5559), 1, + sym__dot, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2151), 16, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [230510] = 4, + ACTIONS(8536), 1, + anon_sym_LT, + STATE(5386), 1, + sym_type_arguments, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2193), 17, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [230540] = 11, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8538), 1, + anon_sym_QMARK2, + ACTIONS(8540), 1, + sym__arrow_operator_custom, + ACTIONS(8542), 1, + sym__async_keyword_custom, + STATE(4338), 1, + sym__arrow_operator, + STATE(7049), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5784), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + STATE(8891), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2087), 8, + sym__implicit_semi, + sym__explicit_semi, + sym_where_keyword, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [230584] = 5, + ACTIONS(8534), 1, + sym__dot_custom, + STATE(5178), 1, + aux_sym_user_type_repeat1, + STATE(5559), 1, + sym__dot, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2166), 16, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [230616] = 3, + ACTIONS(2233), 1, + anon_sym_QMARK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2235), 18, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [230644] = 9, + ACTIONS(8129), 1, + anon_sym_AT, + STATE(5463), 1, + sym_attribute, + STATE(5613), 1, + sym_simple_identifier, + STATE(7565), 1, + sym_parameter, + STATE(8883), 1, + sym__function_value_parameter, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [230684] = 9, + ACTIONS(8518), 1, + anon_sym_STAR, + ACTIONS(8544), 1, + anon_sym_RPAREN, + STATE(2355), 1, + sym_simple_identifier, + STATE(8620), 1, + sym__availability_argument, + STATE(8994), 1, + sym_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1910), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(8143), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8141), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [230724] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2302), 8, + sym__dot_custom, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_LT, + anon_sym_AT, + ACTIONS(2300), 11, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_in, + anon_sym_self, + anon_sym_borrowing, + anon_sym_consuming, + [230752] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2101), 8, + sym__dot_custom, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(2099), 11, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_some, + anon_sym_any, + anon_sym_borrowing, + anon_sym_consuming, + [230780] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(8548), 5, + sym__dot_custom, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_LPAREN, + ACTIONS(8546), 14, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_case, + anon_sym_is, + anon_sym_let, + anon_sym_var, + sym_wildcard_pattern, + anon_sym_borrowing, + anon_sym_consuming, + [230808] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2215), 8, + sym__dot_custom, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(2213), 11, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_some, + anon_sym_any, + anon_sym_borrowing, + anon_sym_consuming, + [230836] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2199), 8, + sym__dot_custom, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(2197), 11, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_some, + anon_sym_any, + anon_sym_borrowing, + anon_sym_consuming, + [230864] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2231), 8, + sym__dot_custom, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(2229), 11, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_some, + anon_sym_any, + anon_sym_borrowing, + anon_sym_consuming, + [230892] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2235), 8, + sym__dot_custom, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(2233), 11, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_some, + anon_sym_any, + anon_sym_borrowing, + anon_sym_consuming, + [230920] = 3, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2300), 1, + anon_sym_QMARK, + ACTIONS(2302), 19, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LT, + anon_sym_LBRACE, + anon_sym_RBRACE, + [230948] = 9, + ACTIONS(99), 1, + anon_sym_func, + ACTIONS(8550), 1, + anon_sym_init, + STATE(6778), 1, + sym_simple_identifier, + STATE(7521), 1, + sym__non_constructor_function_decl, + STATE(9092), 1, + sym__modifierless_function_declaration_no_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(6937), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2886), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2884), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [230988] = 9, + ACTIONS(99), 1, + anon_sym_func, + ACTIONS(8552), 1, + anon_sym_init, + STATE(6710), 1, + sym_simple_identifier, + STATE(7521), 1, + sym__non_constructor_function_decl, + STATE(9092), 1, + sym__modifierless_function_declaration_no_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(6937), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2886), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2884), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [231028] = 8, + ACTIONS(8554), 1, + anon_sym_RBRACE, + STATE(9248), 1, + sym_simple_identifier, + STATE(9303), 1, + sym_precedence_group_attributes, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5306), 2, + sym_precedence_group_attribute, + aux_sym_precedence_group_attributes_repeat1, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [231066] = 9, + ACTIONS(8518), 1, + anon_sym_STAR, + ACTIONS(8556), 1, + anon_sym_RPAREN, + STATE(2355), 1, + sym_simple_identifier, + STATE(8620), 1, + sym__availability_argument, + STATE(8994), 1, + sym_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1910), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(8143), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8141), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [231106] = 9, + ACTIONS(8518), 1, + anon_sym_STAR, + ACTIONS(8558), 1, + anon_sym_RPAREN, + STATE(2355), 1, + sym_simple_identifier, + STATE(8620), 1, + sym__availability_argument, + STATE(8994), 1, + sym_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1910), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(8143), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8141), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [231146] = 9, + ACTIONS(99), 1, + anon_sym_func, + ACTIONS(8560), 1, + anon_sym_init, + STATE(6782), 1, + sym_simple_identifier, + STATE(7521), 1, + sym__non_constructor_function_decl, + STATE(9092), 1, + sym__modifierless_function_declaration_no_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(6937), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2886), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2884), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [231186] = 8, + ACTIONS(8562), 1, + anon_sym_RBRACE, + STATE(9248), 1, + sym_simple_identifier, + STATE(9305), 1, + sym_precedence_group_attributes, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5306), 2, + sym_precedence_group_attribute, + aux_sym_precedence_group_attributes_repeat1, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [231224] = 9, + ACTIONS(8518), 1, + anon_sym_STAR, + ACTIONS(8564), 1, + anon_sym_RPAREN, + STATE(2355), 1, + sym_simple_identifier, + STATE(8620), 1, + sym__availability_argument, + STATE(8994), 1, + sym_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1910), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(8143), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8141), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [231264] = 9, + ACTIONS(8518), 1, + anon_sym_STAR, + ACTIONS(8566), 1, + anon_sym_RPAREN, + STATE(2355), 1, + sym_simple_identifier, + STATE(8620), 1, + sym__availability_argument, + STATE(8994), 1, + sym_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1910), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(8143), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8141), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [231304] = 5, + ACTIONS(8568), 1, + anon_sym_AT, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5222), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(3802), 5, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_LPAREN, + anon_sym_LBRACK, + ACTIONS(3800), 11, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_in, + anon_sym_self, + anon_sym_borrowing, + anon_sym_consuming, + [231336] = 12, + ACTIONS(8331), 1, + anon_sym_LPAREN, + ACTIONS(8333), 1, + anon_sym_QMARK2, + ACTIONS(8335), 1, + sym__dot_custom, + ACTIONS(8571), 1, + anon_sym_RPAREN, + STATE(903), 1, + sym_constructor_suffix, + STATE(928), 1, + sym__fn_call_lambda_arguments, + STATE(1718), 1, + sym_lambda_literal, + STATE(2606), 1, + sym__constructor_value_arguments, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(3678), 2, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + STATE(5403), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2087), 7, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_AMP, + [231382] = 9, + ACTIONS(8187), 1, + anon_sym_self, + ACTIONS(8311), 1, + anon_sym_RPAREN, + STATE(5301), 1, + sym_simple_identifier, + STATE(8646), 1, + sym_lambda_parameter, + STATE(8886), 1, + sym_self_expression, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [231422] = 9, + ACTIONS(8518), 1, + anon_sym_STAR, + ACTIONS(8573), 1, + anon_sym_RPAREN, + STATE(2355), 1, + sym_simple_identifier, + STATE(8620), 1, + sym__availability_argument, + STATE(8994), 1, + sym_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1910), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(8143), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8141), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [231462] = 9, + ACTIONS(8518), 1, + anon_sym_STAR, + ACTIONS(8575), 1, + anon_sym_RPAREN, + STATE(2355), 1, + sym_simple_identifier, + STATE(8620), 1, + sym__availability_argument, + STATE(8994), 1, + sym_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1910), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(8143), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8141), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [231502] = 5, + ACTIONS(8577), 1, + sym__dot_custom, + STATE(5227), 1, + aux_sym_user_type_repeat1, + STATE(5499), 1, + sym__dot, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2101), 16, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_BANG2, + anon_sym_LPAREN, + anon_sym_RBRACK, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + [231534] = 3, + ACTIONS(2099), 1, + anon_sym_QMARK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2101), 18, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [231562] = 9, + ACTIONS(8187), 1, + anon_sym_self, + ACTIONS(8307), 1, + anon_sym_RPAREN, + STATE(5301), 1, + sym_simple_identifier, + STATE(8646), 1, + sym_lambda_parameter, + STATE(8886), 1, + sym_self_expression, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [231602] = 3, + ACTIONS(2197), 1, + anon_sym_QMARK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2199), 18, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [231630] = 3, + ACTIONS(2229), 1, + anon_sym_QMARK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2231), 18, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [231658] = 6, + ACTIONS(5), 1, + sym_comment, + STATE(4323), 1, + sym__arrow_operator, + STATE(5759), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7046), 1, + sym__async_keyword, + STATE(8877), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2108), 15, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [231692] = 8, + ACTIONS(8187), 1, + anon_sym_self, + STATE(5301), 1, + sym_simple_identifier, + STATE(8646), 1, + sym_lambda_parameter, + STATE(8886), 1, + sym_self_expression, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [231729] = 3, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2099), 1, + anon_sym_QMARK, + ACTIONS(2101), 18, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [231756] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2199), 18, + sym__arrow_operator_custom, + sym__dot_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_BANG2, + anon_sym_LPAREN, + anon_sym_RBRACK, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_in, + [231781] = 6, + STATE(4280), 1, + sym__arrow_operator, + STATE(5932), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7030), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8836), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2185), 13, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [231814] = 7, + ACTIONS(8586), 1, + anon_sym_RBRACE, + STATE(9248), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5237), 2, + sym_precedence_group_attribute, + aux_sym_precedence_group_attributes_repeat1, + ACTIONS(8583), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8580), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [231849] = 7, + STATE(5238), 1, + aux_sym__attribute_argument_repeat1, + STATE(9013), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(1550), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(8591), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8588), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [231884] = 12, + ACTIONS(2085), 1, + anon_sym_DOT, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(4289), 1, + anon_sym_QMARK2, + ACTIONS(8594), 1, + sym__arrow_operator_custom, + ACTIONS(8596), 1, + sym__async_keyword_custom, + STATE(4292), 1, + sym__arrow_operator, + STATE(7034), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1762), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + STATE(8848), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2087), 6, + sym__eq_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_AMP, + anon_sym_DOT_DOT_DOT, + [231929] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(8600), 7, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(8598), 11, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_some, + anon_sym_any, + anon_sym_borrowing, + anon_sym_consuming, + [231956] = 5, + ACTIONS(8602), 1, + sym__dot_custom, + STATE(5241), 1, + aux_sym_user_type_repeat1, + STATE(5577), 1, + sym__dot, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2101), 15, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [231987] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2235), 18, + sym__arrow_operator_custom, + sym__dot_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_BANG2, + anon_sym_LPAREN, + anon_sym_RBRACK, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_in, + [232012] = 3, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2213), 1, + anon_sym_QMARK, + ACTIONS(2215), 18, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [232039] = 3, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2197), 1, + anon_sym_QMARK, + ACTIONS(2199), 18, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [232066] = 3, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2229), 1, + anon_sym_QMARK, + ACTIONS(2231), 18, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [232093] = 3, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2233), 1, + anon_sym_QMARK, + ACTIONS(2235), 18, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [232120] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8605), 1, + sym__dot_custom, + STATE(5247), 1, + aux_sym_user_type_repeat1, + STATE(5579), 1, + sym__dot, + ACTIONS(2101), 16, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [232151] = 12, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8444), 1, + sym__arrow_operator_custom, + ACTIONS(8446), 1, + sym__async_keyword_custom, + ACTIONS(8608), 1, + anon_sym_DOT, + ACTIONS(8610), 1, + anon_sym_AMP, + STATE(4359), 1, + sym__arrow_operator, + STATE(5976), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7055), 1, + sym__async_keyword, + STATE(8904), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2158), 8, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_LBRACE, + anon_sym_RBRACE, + [232196] = 12, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8444), 1, + sym__arrow_operator_custom, + ACTIONS(8446), 1, + sym__async_keyword_custom, + ACTIONS(8608), 1, + anon_sym_DOT, + ACTIONS(8610), 1, + anon_sym_AMP, + STATE(4359), 1, + sym__arrow_operator, + STATE(5976), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7055), 1, + sym__async_keyword, + STATE(8904), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2173), 8, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_LBRACE, + anon_sym_RBRACE, + [232241] = 12, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8444), 1, + sym__arrow_operator_custom, + ACTIONS(8446), 1, + sym__async_keyword_custom, + ACTIONS(8608), 1, + anon_sym_DOT, + ACTIONS(8610), 1, + anon_sym_AMP, + STATE(4359), 1, + sym__arrow_operator, + STATE(5976), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7055), 1, + sym__async_keyword, + STATE(8904), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2181), 8, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_LBRACE, + anon_sym_RBRACE, + [232286] = 6, + ACTIONS(5), 1, + sym_comment, + STATE(4359), 1, + sym__arrow_operator, + STATE(5976), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7055), 1, + sym__async_keyword, + STATE(8904), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2185), 14, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [232319] = 12, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8444), 1, + sym__arrow_operator_custom, + ACTIONS(8446), 1, + sym__async_keyword_custom, + ACTIONS(8608), 1, + anon_sym_DOT, + ACTIONS(8610), 1, + anon_sym_AMP, + STATE(4359), 1, + sym__arrow_operator, + STATE(5976), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7055), 1, + sym__async_keyword, + STATE(8904), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2177), 8, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_LBRACE, + anon_sym_RBRACE, + [232364] = 12, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8444), 1, + sym__arrow_operator_custom, + ACTIONS(8446), 1, + sym__async_keyword_custom, + ACTIONS(8608), 1, + anon_sym_DOT, + ACTIONS(8610), 1, + anon_sym_AMP, + STATE(4359), 1, + sym__arrow_operator, + STATE(5976), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7055), 1, + sym__async_keyword, + STATE(8904), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2189), 8, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_LBRACE, + anon_sym_RBRACE, + [232409] = 6, + ACTIONS(5), 1, + sym_comment, + STATE(4359), 1, + sym__arrow_operator, + STATE(5976), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7055), 1, + sym__async_keyword, + STATE(8904), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2108), 14, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [232442] = 12, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8476), 1, + sym__arrow_operator_custom, + ACTIONS(8478), 1, + sym__async_keyword_custom, + ACTIONS(8612), 1, + anon_sym_DOT, + ACTIONS(8614), 1, + anon_sym_AMP, + STATE(4280), 1, + sym__arrow_operator, + STATE(5932), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7030), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8836), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2189), 7, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_LBRACE, + anon_sym_RBRACE, + [232487] = 5, + ACTIONS(8616), 1, + sym__dot_custom, + STATE(5257), 1, + aux_sym_user_type_repeat1, + STATE(5577), 1, + sym__dot, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2151), 15, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [232518] = 5, + ACTIONS(8616), 1, + sym__dot_custom, + STATE(5241), 1, + aux_sym_user_type_repeat1, + STATE(5577), 1, + sym__dot, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2166), 15, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [232549] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8618), 1, + sym__dot_custom, + STATE(5259), 1, + aux_sym_user_type_repeat1, + STATE(5579), 1, + sym__dot, + ACTIONS(2151), 16, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [232580] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8618), 1, + sym__dot_custom, + STATE(5247), 1, + aux_sym_user_type_repeat1, + STATE(5579), 1, + sym__dot, + ACTIONS(2166), 16, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [232611] = 4, + ACTIONS(8620), 1, + anon_sym_LT, + STATE(5530), 1, + sym_type_arguments, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2193), 16, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [232640] = 8, + ACTIONS(8518), 1, + anon_sym_STAR, + STATE(2355), 1, + sym_simple_identifier, + STATE(8620), 1, + sym__availability_argument, + STATE(8994), 1, + sym_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1910), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(8143), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8141), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [232677] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8622), 1, + anon_sym_LT, + STATE(5573), 1, + sym_type_arguments, + ACTIONS(2193), 17, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [232706] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2101), 7, + sym__dot_custom, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_AT, + ACTIONS(2099), 11, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_in, + anon_sym_self, + anon_sym_borrowing, + anon_sym_consuming, + [232733] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2302), 18, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LT, + anon_sym_LBRACE, + anon_sym_RBRACE, + [232758] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2215), 7, + sym__dot_custom, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_AT, + ACTIONS(2213), 11, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_in, + anon_sym_self, + anon_sym_borrowing, + anon_sym_consuming, + [232785] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2199), 7, + sym__dot_custom, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_AT, + ACTIONS(2197), 11, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_in, + anon_sym_self, + anon_sym_borrowing, + anon_sym_consuming, + [232812] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2231), 7, + sym__dot_custom, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_AT, + ACTIONS(2229), 11, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_in, + anon_sym_self, + anon_sym_borrowing, + anon_sym_consuming, + [232839] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2235), 7, + sym__dot_custom, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_AT, + ACTIONS(2233), 11, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_in, + anon_sym_self, + anon_sym_borrowing, + anon_sym_consuming, + [232866] = 18, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(8438), 1, + sym__arrow_operator_custom, + ACTIONS(8440), 1, + sym__async_keyword_custom, + ACTIONS(8624), 1, + anon_sym_COLON, + ACTIONS(8626), 1, + anon_sym_DOT, + ACTIONS(8628), 1, + anon_sym_AMP, + ACTIONS(8630), 1, + anon_sym_LT, + ACTIONS(8632), 1, + anon_sym_LBRACE, + STATE(4441), 1, + sym__arrow_operator, + STATE(5902), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(6933), 1, + sym__async_keyword, + STATE(7167), 1, + sym_type_parameters, + STATE(7776), 1, + sym_class_body, + STATE(8622), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8824), 2, + sym_throws, + sym_throws_clause, + [232923] = 12, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8423), 1, + sym__arrow_operator_custom, + ACTIONS(8425), 1, + sym__async_keyword_custom, + ACTIONS(8634), 1, + anon_sym_DOT, + ACTIONS(8636), 1, + anon_sym_AMP, + STATE(4428), 1, + sym__arrow_operator, + STATE(5926), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(6873), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8604), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2189), 7, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_BANG2, + anon_sym_RBRACK, + anon_sym_GT, + anon_sym_LBRACE, + [232968] = 3, + ACTIONS(5910), 1, + anon_sym_unowned, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5908), 17, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_AT, + anon_sym_final, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + [232995] = 3, + ACTIONS(5872), 1, + anon_sym_unowned, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5870), 17, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_AT, + anon_sym_final, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + [233022] = 3, + ACTIONS(2292), 1, + anon_sym_QMARK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2294), 17, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [233049] = 5, + ACTIONS(8638), 1, + sym__dot_custom, + STATE(5282), 1, + aux_sym_user_type_repeat1, + STATE(5499), 1, + sym__dot, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2151), 15, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_BANG2, + anon_sym_LPAREN, + anon_sym_RBRACK, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + [233080] = 8, + ACTIONS(8641), 1, + anon_sym_STAR, + STATE(2355), 1, + sym_simple_identifier, + STATE(8366), 1, + sym__availability_argument, + STATE(8994), 1, + sym_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1910), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(8143), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8141), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [233117] = 6, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(8643), 2, + anon_sym_true, + anon_sym_false, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(6049), 2, + sym_simple_identifier, + sym_boolean_literal, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [233150] = 3, + ACTIONS(2209), 1, + anon_sym_QMARK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2211), 17, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [233177] = 3, + STATE(5286), 1, + aux_sym_protocol_composition_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2317), 17, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [233204] = 18, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(8438), 1, + sym__arrow_operator_custom, + ACTIONS(8440), 1, + sym__async_keyword_custom, + ACTIONS(8626), 1, + anon_sym_DOT, + ACTIONS(8628), 1, + anon_sym_AMP, + ACTIONS(8630), 1, + anon_sym_LT, + ACTIONS(8645), 1, + anon_sym_COLON, + ACTIONS(8647), 1, + anon_sym_LBRACE, + STATE(3271), 1, + sym_class_body, + STATE(4441), 1, + sym__arrow_operator, + STATE(5902), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(6933), 1, + sym__async_keyword, + STATE(7281), 1, + sym_type_parameters, + STATE(8976), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8824), 2, + sym_throws, + sym_throws_clause, + [233261] = 12, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8423), 1, + sym__arrow_operator_custom, + ACTIONS(8425), 1, + sym__async_keyword_custom, + ACTIONS(8634), 1, + anon_sym_DOT, + ACTIONS(8636), 1, + anon_sym_AMP, + STATE(4428), 1, + sym__arrow_operator, + STATE(5926), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(6873), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8604), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2173), 7, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_BANG2, + anon_sym_RBRACK, + anon_sym_GT, + anon_sym_LBRACE, + [233306] = 4, + ACTIONS(8649), 1, + anon_sym_LPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4073), 6, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_LBRACK, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(4071), 11, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_some, + anon_sym_any, + anon_sym_borrowing, + anon_sym_consuming, + [233335] = 5, + ACTIONS(8652), 1, + sym__dot_custom, + STATE(5227), 1, + aux_sym_user_type_repeat1, + STATE(5499), 1, + sym__dot, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2166), 15, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_BANG2, + anon_sym_LPAREN, + anon_sym_RBRACK, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + [233366] = 12, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8423), 1, + sym__arrow_operator_custom, + ACTIONS(8425), 1, + sym__async_keyword_custom, + ACTIONS(8634), 1, + anon_sym_DOT, + ACTIONS(8636), 1, + anon_sym_AMP, + STATE(4428), 1, + sym__arrow_operator, + STATE(5926), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(6873), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8604), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2181), 7, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_BANG2, + anon_sym_RBRACK, + anon_sym_GT, + anon_sym_LBRACE, + [233411] = 12, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8476), 1, + sym__arrow_operator_custom, + ACTIONS(8478), 1, + sym__async_keyword_custom, + ACTIONS(8612), 1, + anon_sym_DOT, + ACTIONS(8614), 1, + anon_sym_AMP, + STATE(4280), 1, + sym__arrow_operator, + STATE(5932), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7030), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8836), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2173), 7, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_LBRACE, + anon_sym_RBRACE, + [233456] = 3, + ACTIONS(2296), 1, + anon_sym_QMARK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2298), 17, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [233483] = 4, + ACTIONS(8655), 1, + anon_sym_AMP, + STATE(5286), 1, + aux_sym_protocol_composition_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2189), 16, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LBRACE, + anon_sym_RBRACE, + [233512] = 6, + STATE(4428), 1, + sym__arrow_operator, + STATE(5926), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(6873), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8604), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2108), 13, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_BANG2, + anon_sym_RBRACK, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LBRACE, + [233545] = 6, + STATE(4428), 1, + sym__arrow_operator, + STATE(5926), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(6873), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8604), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2185), 13, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_BANG2, + anon_sym_RBRACK, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LBRACE, + [233578] = 12, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8476), 1, + sym__arrow_operator_custom, + ACTIONS(8478), 1, + sym__async_keyword_custom, + ACTIONS(8612), 1, + anon_sym_DOT, + ACTIONS(8614), 1, + anon_sym_AMP, + STATE(4280), 1, + sym__arrow_operator, + STATE(5932), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7030), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8836), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2181), 7, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_LBRACE, + anon_sym_RBRACE, + [233623] = 3, + ACTIONS(2272), 1, + anon_sym_QMARK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2274), 17, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [233650] = 4, + ACTIONS(8323), 1, + anon_sym_QMARK2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5308), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2087), 15, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [233679] = 3, + ACTIONS(2311), 1, + anon_sym_unowned, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2313), 17, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_typealias, + anon_sym_struct, + anon_sym_class, + anon_sym_enum, + anon_sym_let, + anon_sym_var, + anon_sym_func, + anon_sym_extension, + anon_sym_indirect, + anon_sym_AT, + anon_sym_final, + anon_sym_weak, + anon_sym_unowned_LPARENsafe_RPAREN, + anon_sym_unowned_LPARENunsafe_RPAREN, + [233706] = 18, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(8438), 1, + sym__arrow_operator_custom, + ACTIONS(8440), 1, + sym__async_keyword_custom, + ACTIONS(8626), 1, + anon_sym_DOT, + ACTIONS(8628), 1, + anon_sym_AMP, + ACTIONS(8630), 1, + anon_sym_LT, + ACTIONS(8658), 1, + anon_sym_COLON, + ACTIONS(8660), 1, + anon_sym_LBRACE, + STATE(4441), 1, + sym__arrow_operator, + STATE(4662), 1, + sym_class_body, + STATE(5902), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(6933), 1, + sym__async_keyword, + STATE(7071), 1, + sym_type_parameters, + STATE(8977), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8824), 2, + sym_throws, + sym_throws_clause, + [233763] = 3, + ACTIONS(2221), 1, + anon_sym_QMARK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2223), 17, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [233790] = 12, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8438), 1, + sym__arrow_operator_custom, + ACTIONS(8440), 1, + sym__async_keyword_custom, + ACTIONS(8626), 1, + anon_sym_DOT, + ACTIONS(8628), 1, + anon_sym_AMP, + STATE(4441), 1, + sym__arrow_operator, + STATE(5902), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(6933), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8824), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2173), 7, + sym_where_keyword, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_BANG2, + anon_sym_LT, + anon_sym_GT, + anon_sym_LBRACE, + [233835] = 12, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8438), 1, + sym__arrow_operator_custom, + ACTIONS(8440), 1, + sym__async_keyword_custom, + ACTIONS(8626), 1, + anon_sym_DOT, + ACTIONS(8628), 1, + anon_sym_AMP, + STATE(4441), 1, + sym__arrow_operator, + STATE(5902), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(6933), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8824), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2181), 7, + sym_where_keyword, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_BANG2, + anon_sym_LT, + anon_sym_GT, + anon_sym_LBRACE, + [233880] = 6, + STATE(4441), 1, + sym__arrow_operator, + STATE(5902), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(6933), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8824), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2108), 13, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LT, + anon_sym_GT, + anon_sym_LBRACE, + [233913] = 6, + STATE(4441), 1, + sym__arrow_operator, + STATE(5902), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(6933), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8824), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2185), 13, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LT, + anon_sym_GT, + anon_sym_LBRACE, + [233946] = 6, + STATE(4280), 1, + sym__arrow_operator, + STATE(5932), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7030), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8836), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2108), 13, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [233979] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2231), 18, + sym__arrow_operator_custom, + sym__dot_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_BANG2, + anon_sym_LPAREN, + anon_sym_RBRACK, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_in, + [234004] = 7, + ACTIONS(8662), 1, + anon_sym_COLON, + STATE(9239), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4235), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [234039] = 12, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(4272), 1, + anon_sym_DOT, + ACTIONS(8403), 1, + sym__arrow_operator_custom, + ACTIONS(8405), 1, + sym__async_keyword_custom, + ACTIONS(8664), 1, + anon_sym_AMP, + STATE(4209), 1, + sym__arrow_operator, + STATE(5959), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7019), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8774), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2158), 7, + sym__eq_custom, + sym_where_keyword, + sym__as_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LBRACE, + [234084] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2101), 18, + sym__arrow_operator_custom, + sym__dot_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_BANG2, + anon_sym_LPAREN, + anon_sym_RBRACK, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_in, + [234109] = 12, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(4272), 1, + anon_sym_DOT, + ACTIONS(8403), 1, + sym__arrow_operator_custom, + ACTIONS(8405), 1, + sym__async_keyword_custom, + ACTIONS(8664), 1, + anon_sym_AMP, + STATE(4209), 1, + sym__arrow_operator, + STATE(5959), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7019), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8774), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2177), 7, + sym__eq_custom, + sym_where_keyword, + sym__as_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LBRACE, + [234154] = 12, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8438), 1, + sym__arrow_operator_custom, + ACTIONS(8440), 1, + sym__async_keyword_custom, + ACTIONS(8626), 1, + anon_sym_DOT, + ACTIONS(8628), 1, + anon_sym_AMP, + STATE(4441), 1, + sym__arrow_operator, + STATE(5902), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(6933), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8824), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2189), 7, + sym_where_keyword, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_BANG2, + anon_sym_LT, + anon_sym_GT, + anon_sym_LBRACE, + [234199] = 7, + ACTIONS(8666), 1, + anon_sym_RBRACE, + STATE(9248), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5237), 2, + sym_precedence_group_attribute, + aux_sym_precedence_group_attributes_repeat1, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [234234] = 7, + STATE(5238), 1, + aux_sym__attribute_argument_repeat1, + STATE(9013), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4061), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [234269] = 4, + ACTIONS(8323), 1, + anon_sym_QMARK2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5327), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2123), 15, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [234298] = 12, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8423), 1, + sym__arrow_operator_custom, + ACTIONS(8425), 1, + sym__async_keyword_custom, + ACTIONS(8634), 1, + anon_sym_DOT, + ACTIONS(8636), 1, + anon_sym_AMP, + STATE(4428), 1, + sym__arrow_operator, + STATE(5926), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(6873), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8604), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2177), 7, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_BANG2, + anon_sym_RBRACK, + anon_sym_GT, + anon_sym_LBRACE, + [234343] = 18, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(8438), 1, + sym__arrow_operator_custom, + ACTIONS(8440), 1, + sym__async_keyword_custom, + ACTIONS(8626), 1, + anon_sym_DOT, + ACTIONS(8628), 1, + anon_sym_AMP, + ACTIONS(8630), 1, + anon_sym_LT, + ACTIONS(8668), 1, + anon_sym_COLON, + ACTIONS(8670), 1, + anon_sym_LBRACE, + STATE(4441), 1, + sym__arrow_operator, + STATE(5902), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(6933), 1, + sym__async_keyword, + STATE(7153), 1, + sym_type_parameters, + STATE(7418), 1, + sym_class_body, + STATE(8980), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8824), 2, + sym_throws, + sym_throws_clause, + [234400] = 3, + ACTIONS(2288), 1, + anon_sym_QMARK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2290), 17, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [234427] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4080), 7, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(4078), 11, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_some, + anon_sym_any, + anon_sym_borrowing, + anon_sym_consuming, + [234454] = 12, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8456), 1, + sym__arrow_operator_custom, + ACTIONS(8458), 1, + sym__async_keyword_custom, + ACTIONS(8672), 1, + anon_sym_DOT, + ACTIONS(8674), 1, + anon_sym_AMP, + STATE(4261), 1, + sym__arrow_operator, + STATE(5998), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7025), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8815), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2158), 7, + sym__eq_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + [234499] = 3, + ACTIONS(2284), 1, + anon_sym_QMARK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2286), 17, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [234526] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4051), 7, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(4049), 11, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_some, + anon_sym_any, + anon_sym_borrowing, + anon_sym_consuming, + [234553] = 12, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(4272), 1, + anon_sym_DOT, + ACTIONS(8403), 1, + sym__arrow_operator_custom, + ACTIONS(8405), 1, + sym__async_keyword_custom, + ACTIONS(8664), 1, + anon_sym_AMP, + STATE(4209), 1, + sym__arrow_operator, + STATE(5959), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7019), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8774), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2173), 7, + sym__eq_custom, + sym_where_keyword, + sym__as_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LBRACE, + [234598] = 12, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(4272), 1, + anon_sym_DOT, + ACTIONS(8403), 1, + sym__arrow_operator_custom, + ACTIONS(8405), 1, + sym__async_keyword_custom, + ACTIONS(8664), 1, + anon_sym_AMP, + STATE(4209), 1, + sym__arrow_operator, + STATE(5959), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7019), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8774), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2181), 7, + sym__eq_custom, + sym_where_keyword, + sym__as_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LBRACE, + [234643] = 6, + STATE(4209), 1, + sym__arrow_operator, + STATE(5959), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7019), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8774), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2185), 13, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_AMP, + anon_sym_LBRACE, + [234676] = 12, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8456), 1, + sym__arrow_operator_custom, + ACTIONS(8458), 1, + sym__async_keyword_custom, + ACTIONS(8672), 1, + anon_sym_DOT, + ACTIONS(8674), 1, + anon_sym_AMP, + STATE(4261), 1, + sym__arrow_operator, + STATE(5998), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7025), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8815), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2177), 7, + sym__eq_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + [234721] = 12, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(4272), 1, + anon_sym_DOT, + ACTIONS(8403), 1, + sym__arrow_operator_custom, + ACTIONS(8405), 1, + sym__async_keyword_custom, + ACTIONS(8664), 1, + anon_sym_AMP, + STATE(4209), 1, + sym__arrow_operator, + STATE(5959), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7019), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8774), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2189), 7, + sym__eq_custom, + sym_where_keyword, + sym__as_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LBRACE, + [234766] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4084), 7, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(4082), 11, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_some, + anon_sym_any, + anon_sym_borrowing, + anon_sym_consuming, + [234793] = 11, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(4276), 1, + anon_sym_QMARK2, + ACTIONS(8676), 1, + sym__arrow_operator_custom, + ACTIONS(8678), 1, + sym__async_keyword_custom, + STATE(4229), 1, + sym__arrow_operator, + STATE(7021), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1780), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + STATE(8789), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2087), 7, + sym__eq_custom, + sym_where_keyword, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + [234836] = 8, + ACTIONS(8680), 1, + anon_sym_STAR, + STATE(2355), 1, + sym_simple_identifier, + STATE(8334), 1, + sym__availability_argument, + STATE(8994), 1, + sym_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1910), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(8143), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8141), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [234873] = 6, + STATE(4209), 1, + sym__arrow_operator, + STATE(5959), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7019), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8774), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2108), 13, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_AMP, + anon_sym_LBRACE, + [234906] = 12, + ACTIONS(2085), 1, + anon_sym_QMARK, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8682), 1, + anon_sym_QMARK2, + ACTIONS(8684), 1, + sym__arrow_operator_custom, + ACTIONS(8686), 1, + sym__async_keyword_custom, + STATE(4277), 1, + sym__arrow_operator, + STATE(7029), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5880), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + STATE(8831), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2087), 6, + sym__as_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_AMP, + [234951] = 8, + ACTIONS(8688), 1, + anon_sym_STAR, + STATE(2355), 1, + sym_simple_identifier, + STATE(8186), 1, + sym__availability_argument, + STATE(8994), 1, + sym_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1910), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(8143), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8141), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [234988] = 4, + ACTIONS(8690), 1, + anon_sym_QMARK2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5327), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2144), 15, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [235017] = 8, + ACTIONS(7990), 1, + anon_sym_self, + STATE(5079), 1, + sym_simple_identifier, + STATE(7003), 1, + sym_self_expression, + STATE(7023), 1, + sym_lambda_parameter, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5023), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(3030), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(3028), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [235054] = 8, + ACTIONS(8693), 1, + anon_sym_STAR, + STATE(2355), 1, + sym_simple_identifier, + STATE(8490), 1, + sym__availability_argument, + STATE(8994), 1, + sym_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1910), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(8143), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8141), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [235091] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2215), 18, + sym__arrow_operator_custom, + sym__dot_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_BANG2, + anon_sym_LPAREN, + anon_sym_RBRACK, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + anon_sym_in, + [235116] = 12, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8456), 1, + sym__arrow_operator_custom, + ACTIONS(8458), 1, + sym__async_keyword_custom, + ACTIONS(8672), 1, + anon_sym_DOT, + ACTIONS(8674), 1, + anon_sym_AMP, + STATE(4261), 1, + sym__arrow_operator, + STATE(5998), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7025), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8815), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2173), 7, + sym__eq_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + [235161] = 12, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8456), 1, + sym__arrow_operator_custom, + ACTIONS(8458), 1, + sym__async_keyword_custom, + ACTIONS(8672), 1, + anon_sym_DOT, + ACTIONS(8674), 1, + anon_sym_AMP, + STATE(4261), 1, + sym__arrow_operator, + STATE(5998), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7025), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8815), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2181), 7, + sym__eq_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + [235206] = 6, + STATE(4261), 1, + sym__arrow_operator, + STATE(5998), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7025), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8815), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2185), 13, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_AMP, + [235239] = 3, + ACTIONS(2217), 1, + anon_sym_QMARK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2219), 17, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [235266] = 12, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8456), 1, + sym__arrow_operator_custom, + ACTIONS(8458), 1, + sym__async_keyword_custom, + ACTIONS(8672), 1, + anon_sym_DOT, + ACTIONS(8674), 1, + anon_sym_AMP, + STATE(4261), 1, + sym__arrow_operator, + STATE(5998), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7025), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8815), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2189), 7, + sym__eq_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + [235311] = 3, + ACTIONS(2225), 1, + anon_sym_QMARK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2227), 17, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [235338] = 12, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8476), 1, + sym__arrow_operator_custom, + ACTIONS(8478), 1, + sym__async_keyword_custom, + ACTIONS(8612), 1, + anon_sym_DOT, + ACTIONS(8614), 1, + anon_sym_AMP, + STATE(4280), 1, + sym__arrow_operator, + STATE(5932), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7030), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8836), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2158), 7, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_LBRACE, + anon_sym_RBRACE, + [235383] = 6, + STATE(4261), 1, + sym__arrow_operator, + STATE(5998), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7025), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8815), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2108), 13, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_AMP, + [235416] = 12, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8476), 1, + sym__arrow_operator_custom, + ACTIONS(8478), 1, + sym__async_keyword_custom, + ACTIONS(8612), 1, + anon_sym_DOT, + ACTIONS(8614), 1, + anon_sym_AMP, + STATE(4280), 1, + sym__arrow_operator, + STATE(5932), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7030), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8836), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2177), 7, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_LBRACE, + anon_sym_RBRACE, + [235461] = 12, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8423), 1, + sym__arrow_operator_custom, + ACTIONS(8425), 1, + sym__async_keyword_custom, + ACTIONS(8634), 1, + anon_sym_DOT, + ACTIONS(8636), 1, + anon_sym_AMP, + STATE(4428), 1, + sym__arrow_operator, + STATE(5926), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(6873), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8604), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2158), 7, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_BANG2, + anon_sym_RBRACK, + anon_sym_GT, + anon_sym_LBRACE, + [235506] = 12, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8438), 1, + sym__arrow_operator_custom, + ACTIONS(8440), 1, + sym__async_keyword_custom, + ACTIONS(8626), 1, + anon_sym_DOT, + ACTIONS(8628), 1, + anon_sym_AMP, + STATE(4441), 1, + sym__arrow_operator, + STATE(5902), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(6933), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8824), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2158), 7, + sym_where_keyword, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_BANG2, + anon_sym_LT, + anon_sym_GT, + anon_sym_LBRACE, + [235551] = 11, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8695), 1, + anon_sym_QMARK2, + ACTIONS(8697), 1, + sym__arrow_operator_custom, + ACTIONS(8699), 1, + sym__async_keyword_custom, + STATE(4272), 1, + sym__arrow_operator, + STATE(7028), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(6013), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + STATE(8827), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2087), 7, + sym__eq_custom, + sym_where_keyword, + sym_else, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + [235594] = 12, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8438), 1, + sym__arrow_operator_custom, + ACTIONS(8440), 1, + sym__async_keyword_custom, + ACTIONS(8626), 1, + anon_sym_DOT, + ACTIONS(8628), 1, + anon_sym_AMP, + STATE(4441), 1, + sym__arrow_operator, + STATE(5902), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(6933), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8824), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2177), 7, + sym_where_keyword, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_BANG2, + anon_sym_LT, + anon_sym_GT, + anon_sym_LBRACE, + [235639] = 3, + ACTIONS(2245), 1, + anon_sym_QMARK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2247), 17, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [235666] = 15, + ACTIONS(8701), 1, + anon_sym_LPAREN, + ACTIONS(8703), 1, + anon_sym_LBRACE, + ACTIONS(8705), 1, + sym__throws_keyword, + ACTIONS(8707), 1, + sym__rethrows_keyword, + ACTIONS(8709), 1, + sym_where_keyword, + ACTIONS(8711), 1, + sym__async_keyword_custom, + STATE(6034), 1, + sym__async_keyword, + STATE(6247), 1, + aux_sym__function_value_parameters, + STATE(6395), 1, + sym_throws, + STATE(6396), 1, + sym_throws_clause, + STATE(6704), 1, + sym_type_constraints, + STATE(7300), 1, + sym__block, + STATE(7453), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4435), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [235716] = 3, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2217), 1, + anon_sym_QMARK, + ACTIONS(2219), 17, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [235742] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2278), 17, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [235766] = 12, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8526), 1, + sym__arrow_operator_custom, + ACTIONS(8528), 1, + sym__async_keyword_custom, + ACTIONS(8713), 1, + anon_sym_DOT, + ACTIONS(8715), 1, + anon_sym_AMP, + STATE(4319), 1, + sym__arrow_operator, + STATE(6090), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7045), 1, + sym__async_keyword, + STATE(8873), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2158), 7, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_LBRACE, + anon_sym_RBRACE, + [235810] = 7, + STATE(4912), 1, + sym_simple_identifier, + STATE(4926), 1, + sym__simple_user_type, + STATE(4965), 1, + sym_user_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(4937), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(8719), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8717), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [235844] = 15, + ACTIONS(8701), 1, + anon_sym_LPAREN, + ACTIONS(8703), 1, + anon_sym_LBRACE, + ACTIONS(8705), 1, + sym__throws_keyword, + ACTIONS(8707), 1, + sym__rethrows_keyword, + ACTIONS(8709), 1, + sym_where_keyword, + ACTIONS(8721), 1, + sym__async_keyword_custom, + STATE(6094), 1, + sym__async_keyword, + STATE(6247), 1, + aux_sym__function_value_parameters, + STATE(6441), 1, + sym_throws, + STATE(6443), 1, + sym_throws_clause, + STATE(6824), 1, + sym_type_constraints, + STATE(7300), 1, + sym__block, + STATE(7683), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4469), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [235894] = 12, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8500), 1, + sym__arrow_operator_custom, + ACTIONS(8502), 1, + sym__async_keyword_custom, + ACTIONS(8723), 1, + anon_sym_DOT, + ACTIONS(8725), 1, + anon_sym_AMP, + STATE(4288), 1, + sym__arrow_operator, + STATE(6079), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7032), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8845), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2173), 6, + sym_where_keyword, + sym__as_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LBRACE, + [235938] = 4, + ACTIONS(8333), 1, + anon_sym_QMARK2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5403), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2087), 14, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_BANG2, + anon_sym_RBRACK, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LBRACE, + anon_sym_in, + [235966] = 6, + ACTIONS(2164), 1, + anon_sym_QMARK, + ACTIONS(8727), 1, + sym__dot_custom, + STATE(5458), 1, + aux_sym_user_type_repeat1, + STATE(5549), 1, + sym__dot, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2166), 13, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + [235998] = 3, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2225), 1, + anon_sym_QMARK, + ACTIONS(2227), 17, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [236024] = 5, + ACTIONS(8729), 1, + sym__dot_custom, + STATE(5373), 1, + aux_sym_user_type_repeat1, + STATE(5555), 1, + sym__dot, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2166), 14, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [236054] = 12, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8526), 1, + sym__arrow_operator_custom, + ACTIONS(8528), 1, + sym__async_keyword_custom, + ACTIONS(8713), 1, + anon_sym_DOT, + ACTIONS(8715), 1, + anon_sym_AMP, + STATE(4319), 1, + sym__arrow_operator, + STATE(6090), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7045), 1, + sym__async_keyword, + STATE(8873), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2173), 7, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_LBRACE, + anon_sym_RBRACE, + [236098] = 12, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8526), 1, + sym__arrow_operator_custom, + ACTIONS(8528), 1, + sym__async_keyword_custom, + ACTIONS(8713), 1, + anon_sym_DOT, + ACTIONS(8715), 1, + anon_sym_AMP, + STATE(4319), 1, + sym__arrow_operator, + STATE(6090), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7045), 1, + sym__async_keyword, + STATE(8873), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2181), 7, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_LBRACE, + anon_sym_RBRACE, + [236142] = 6, + STATE(4288), 1, + sym__arrow_operator, + STATE(6079), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7032), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8845), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2185), 12, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_AMP, + anon_sym_LBRACE, + [236174] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2203), 17, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [236198] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2207), 17, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [236222] = 6, + ACTIONS(5), 1, + sym_comment, + STATE(4319), 1, + sym__arrow_operator, + STATE(6090), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7045), 1, + sym__async_keyword, + STATE(8873), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2185), 13, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [236254] = 12, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8526), 1, + sym__arrow_operator_custom, + ACTIONS(8528), 1, + sym__async_keyword_custom, + ACTIONS(8713), 1, + anon_sym_DOT, + ACTIONS(8715), 1, + anon_sym_AMP, + STATE(4319), 1, + sym__arrow_operator, + STATE(6090), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7045), 1, + sym__async_keyword, + STATE(8873), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2177), 7, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_LBRACE, + anon_sym_RBRACE, + [236298] = 12, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8526), 1, + sym__arrow_operator_custom, + ACTIONS(8528), 1, + sym__async_keyword_custom, + ACTIONS(8713), 1, + anon_sym_DOT, + ACTIONS(8715), 1, + anon_sym_AMP, + STATE(4319), 1, + sym__arrow_operator, + STATE(6090), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7045), 1, + sym__async_keyword, + STATE(8873), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2189), 7, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_LBRACE, + anon_sym_RBRACE, + [236342] = 13, + ACTIONS(391), 1, + anon_sym_AT, + ACTIONS(8731), 1, + anon_sym_RBRACE, + ACTIONS(8733), 1, + anon_sym_get, + ACTIONS(8735), 1, + anon_sym_set, + ACTIONS(8737), 1, + anon_sym__modify, + STATE(6357), 1, + sym_setter_specifier, + STATE(6387), 1, + sym_getter_specifier, + STATE(6388), 1, + sym_modify_specifier, + STATE(7828), 1, + sym_mutation_modifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(3143), 2, + anon_sym_mutating, + anon_sym_nonmutating, + STATE(6215), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5428), 4, + sym_computed_getter, + sym_computed_modify, + sym_computed_setter, + aux_sym_computed_property_repeat1, + [236388] = 6, + ACTIONS(8739), 1, + sym__dot_custom, + STATE(5375), 1, + aux_sym_user_type_repeat1, + STATE(5556), 1, + sym__dot, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2151), 5, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_LPAREN, + anon_sym_AT, + ACTIONS(2149), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [236420] = 15, + ACTIONS(8701), 1, + anon_sym_LPAREN, + ACTIONS(8703), 1, + anon_sym_LBRACE, + ACTIONS(8705), 1, + sym__throws_keyword, + ACTIONS(8707), 1, + sym__rethrows_keyword, + ACTIONS(8709), 1, + sym_where_keyword, + ACTIONS(8741), 1, + sym__async_keyword_custom, + STATE(6062), 1, + sym__async_keyword, + STATE(6247), 1, + aux_sym__function_value_parameters, + STATE(6463), 1, + sym_throws, + STATE(6467), 1, + sym_throws_clause, + STATE(6801), 1, + sym_type_constraints, + STATE(7286), 1, + sym_function_body, + STATE(7300), 1, + sym__block, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4407), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [236470] = 15, + ACTIONS(8701), 1, + anon_sym_LPAREN, + ACTIONS(8703), 1, + anon_sym_LBRACE, + ACTIONS(8705), 1, + sym__throws_keyword, + ACTIONS(8707), 1, + sym__rethrows_keyword, + ACTIONS(8709), 1, + sym_where_keyword, + ACTIONS(8743), 1, + sym__async_keyword_custom, + STATE(6035), 1, + sym__async_keyword, + STATE(6247), 1, + aux_sym__function_value_parameters, + STATE(6398), 1, + sym_throws, + STATE(6400), 1, + sym_throws_clause, + STATE(6826), 1, + sym_type_constraints, + STATE(7300), 1, + sym__block, + STATE(7460), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4435), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [236520] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2282), 17, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [236544] = 15, + ACTIONS(8701), 1, + anon_sym_LPAREN, + ACTIONS(8703), 1, + anon_sym_LBRACE, + ACTIONS(8705), 1, + sym__throws_keyword, + ACTIONS(8707), 1, + sym__rethrows_keyword, + ACTIONS(8709), 1, + sym_where_keyword, + ACTIONS(8745), 1, + sym__async_keyword_custom, + STATE(6099), 1, + sym__async_keyword, + STATE(6247), 1, + aux_sym__function_value_parameters, + STATE(6384), 1, + sym_throws_clause, + STATE(6446), 1, + sym_throws, + STATE(6676), 1, + sym_type_constraints, + STATE(7300), 1, + sym__block, + STATE(7542), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4443), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [236594] = 5, + ACTIONS(8747), 1, + anon_sym_LT, + STATE(5683), 1, + sym_type_arguments, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2193), 6, + sym__dot_custom, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_LPAREN, + anon_sym_AT, + ACTIONS(2191), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [236624] = 15, + ACTIONS(8701), 1, + anon_sym_LPAREN, + ACTIONS(8703), 1, + anon_sym_LBRACE, + ACTIONS(8705), 1, + sym__throws_keyword, + ACTIONS(8707), 1, + sym__rethrows_keyword, + ACTIONS(8709), 1, + sym_where_keyword, + ACTIONS(8749), 1, + sym__async_keyword_custom, + STATE(6100), 1, + sym__async_keyword, + STATE(6247), 1, + aux_sym__function_value_parameters, + STATE(6447), 1, + sym_throws, + STATE(6448), 1, + sym_throws_clause, + STATE(6680), 1, + sym_type_constraints, + STATE(7300), 1, + sym__block, + STATE(7546), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4443), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [236674] = 7, + STATE(1514), 1, + sym__simple_user_type, + STATE(1586), 1, + sym_simple_identifier, + STATE(1612), 1, + sym_user_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1617), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(8753), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8751), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [236708] = 5, + ACTIONS(8755), 1, + sym__dot_custom, + STATE(5373), 1, + aux_sym_user_type_repeat1, + STATE(5555), 1, + sym__dot, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2101), 14, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [236738] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8376), 1, + anon_sym_QMARK2, + STATE(5383), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2087), 15, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [236766] = 6, + ACTIONS(8739), 1, + sym__dot_custom, + STATE(5411), 1, + aux_sym_user_type_repeat1, + STATE(5556), 1, + sym__dot, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2166), 5, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_LPAREN, + anon_sym_AT, + ACTIONS(2164), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [236798] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2306), 17, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [236822] = 12, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8500), 1, + sym__arrow_operator_custom, + ACTIONS(8502), 1, + sym__async_keyword_custom, + ACTIONS(8723), 1, + anon_sym_DOT, + ACTIONS(8725), 1, + anon_sym_AMP, + STATE(4288), 1, + sym__arrow_operator, + STATE(6079), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7032), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8845), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2189), 6, + sym_where_keyword, + sym__as_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LBRACE, + [236866] = 4, + ACTIONS(8370), 1, + anon_sym_QMARK2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5385), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2123), 14, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [236894] = 6, + ACTIONS(5), 1, + sym_comment, + STATE(4319), 1, + sym__arrow_operator, + STATE(6090), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7045), 1, + sym__async_keyword, + STATE(8873), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2108), 13, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [236926] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8758), 1, + sym__dot_custom, + STATE(5380), 1, + aux_sym_user_type_repeat1, + STATE(5589), 1, + sym__dot, + ACTIONS(2101), 15, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [236956] = 12, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8500), 1, + sym__arrow_operator_custom, + ACTIONS(8502), 1, + sym__async_keyword_custom, + ACTIONS(8723), 1, + anon_sym_DOT, + ACTIONS(8725), 1, + anon_sym_AMP, + STATE(4288), 1, + sym__arrow_operator, + STATE(6079), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7032), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8845), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2181), 6, + sym_where_keyword, + sym__as_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LBRACE, + [237000] = 16, + ACTIONS(3101), 1, + anon_sym_async, + ACTIONS(3123), 1, + anon_sym_func, + ACTIONS(4209), 1, + anon_sym_typealias, + ACTIONS(8225), 1, + anon_sym_init, + ACTIONS(8227), 1, + anon_sym_associatedtype, + ACTIONS(8761), 1, + anon_sym_class, + ACTIONS(8763), 1, + anon_sym_deinit, + ACTIONS(8765), 1, + anon_sym_subscript, + STATE(7033), 1, + sym__binding_kind_and_pattern, + STATE(7513), 1, + sym__modifierless_function_declaration_no_body, + STATE(7621), 1, + sym__non_constructor_function_decl, + STATE(7710), 1, + sym__modifierless_typealias_declaration, + STATE(8439), 1, + sym__async_modifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(3121), 2, + anon_sym_let, + anon_sym_var, + STATE(4909), 2, + sym_value_binding_pattern, + sym__possibly_async_binding_pattern_kind, + [237052] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8376), 1, + anon_sym_QMARK2, + STATE(5395), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2123), 15, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [237080] = 13, + ACTIONS(391), 1, + anon_sym_AT, + ACTIONS(8733), 1, + anon_sym_get, + ACTIONS(8735), 1, + anon_sym_set, + ACTIONS(8737), 1, + anon_sym__modify, + ACTIONS(8767), 1, + anon_sym_RBRACE, + STATE(6357), 1, + sym_setter_specifier, + STATE(6387), 1, + sym_getter_specifier, + STATE(6388), 1, + sym_modify_specifier, + STATE(7828), 1, + sym_mutation_modifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(3143), 2, + anon_sym_mutating, + anon_sym_nonmutating, + STATE(6215), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5428), 4, + sym_computed_getter, + sym_computed_modify, + sym_computed_setter, + aux_sym_computed_property_repeat1, + [237126] = 4, + ACTIONS(8769), 1, + anon_sym_QMARK2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5385), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2144), 14, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [237154] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2215), 17, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [237178] = 5, + ACTIONS(8729), 1, + sym__dot_custom, + STATE(5355), 1, + aux_sym_user_type_repeat1, + STATE(5555), 1, + sym__dot, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2151), 14, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [237208] = 3, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2288), 1, + anon_sym_QMARK, + ACTIONS(2290), 17, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [237234] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2199), 17, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [237258] = 4, + ACTIONS(8772), 1, + anon_sym_LPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4073), 5, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_LBRACK, + anon_sym_AT, + ACTIONS(4071), 11, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_in, + anon_sym_self, + anon_sym_borrowing, + anon_sym_consuming, + [237286] = 7, + STATE(4977), 1, + sym__simple_user_type, + STATE(4982), 1, + sym_simple_identifier, + STATE(5050), 1, + sym_user_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5021), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(8777), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8775), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [237320] = 3, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2292), 1, + anon_sym_QMARK, + ACTIONS(2294), 17, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [237346] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2231), 17, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [237370] = 15, + ACTIONS(8701), 1, + anon_sym_LPAREN, + ACTIONS(8703), 1, + anon_sym_LBRACE, + ACTIONS(8705), 1, + sym__throws_keyword, + ACTIONS(8707), 1, + sym__rethrows_keyword, + ACTIONS(8709), 1, + sym_where_keyword, + ACTIONS(8779), 1, + sym__async_keyword_custom, + STATE(6122), 1, + sym__async_keyword, + STATE(6247), 1, + aux_sym__function_value_parameters, + STATE(6469), 1, + sym_throws, + STATE(6470), 1, + sym_throws_clause, + STATE(6757), 1, + sym_type_constraints, + STATE(7300), 1, + sym__block, + STATE(7639), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4451), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [237420] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8781), 1, + anon_sym_QMARK2, + STATE(5395), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2144), 15, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [237448] = 7, + STATE(5142), 1, + sym_simple_identifier, + STATE(5149), 1, + sym__simple_user_type, + STATE(5390), 1, + sym_user_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5205), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(8786), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8784), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [237482] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2235), 17, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [237506] = 3, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2209), 1, + anon_sym_QMARK, + ACTIONS(2211), 17, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [237532] = 3, + ACTIONS(5), 1, + sym_comment, + STATE(5419), 1, + aux_sym_protocol_composition_type_repeat1, + ACTIONS(2317), 17, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [237558] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8788), 1, + sym__dot_custom, + STATE(5404), 1, + aux_sym_user_type_repeat1, + STATE(5589), 1, + sym__dot, + ACTIONS(2151), 15, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [237588] = 6, + ACTIONS(8790), 1, + sym_integer_literal, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5426), 2, + sym_simple_identifier, + aux_sym__attribute_argument_repeat2, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [237620] = 7, + STATE(5365), 1, + sym__simple_user_type, + STATE(5370), 1, + sym_simple_identifier, + STATE(5934), 1, + sym_user_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5462), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(8794), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8792), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [237654] = 4, + ACTIONS(8333), 1, + anon_sym_QMARK2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5444), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2123), 14, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_BANG2, + anon_sym_RBRACK, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LBRACE, + anon_sym_in, + [237682] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8788), 1, + sym__dot_custom, + STATE(5380), 1, + aux_sym_user_type_repeat1, + STATE(5589), 1, + sym__dot, + ACTIONS(2166), 15, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [237712] = 7, + STATE(1975), 1, + sym_simple_identifier, + STATE(2038), 1, + sym__simple_user_type, + STATE(2274), 1, + sym_user_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1910), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(8143), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8141), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [237746] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4051), 6, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_AT, + ACTIONS(4049), 11, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_in, + anon_sym_self, + anon_sym_borrowing, + anon_sym_consuming, + [237772] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4084), 6, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_AT, + ACTIONS(4082), 11, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_in, + anon_sym_self, + anon_sym_borrowing, + anon_sym_consuming, + [237798] = 7, + STATE(2181), 1, + sym_simple_identifier, + STATE(2195), 1, + sym__simple_user_type, + STATE(2566), 1, + sym_user_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2310), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(8798), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8796), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [237832] = 4, + ACTIONS(8800), 1, + anon_sym_LT, + STATE(5653), 1, + sym_type_arguments, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2193), 15, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [237860] = 7, + STATE(3854), 1, + sym_simple_identifier, + STATE(3855), 1, + sym__simple_user_type, + STATE(3913), 1, + sym_user_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(3860), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(8804), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8802), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [237894] = 6, + ACTIONS(8806), 1, + sym__dot_custom, + STATE(5411), 1, + aux_sym_user_type_repeat1, + STATE(5556), 1, + sym__dot, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2101), 5, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_LPAREN, + anon_sym_AT, + ACTIONS(2099), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [237926] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8809), 1, + anon_sym_LT, + STATE(5668), 1, + sym_type_arguments, + ACTIONS(2193), 16, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [237954] = 7, + STATE(2174), 1, + sym__simple_user_type, + STATE(2206), 1, + sym_simple_identifier, + STATE(2563), 1, + sym_user_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2223), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(8813), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8811), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [237988] = 6, + STATE(4288), 1, + sym__arrow_operator, + STATE(6079), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7032), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8845), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2108), 12, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_AMP, + anon_sym_LBRACE, + [238020] = 13, + ACTIONS(391), 1, + anon_sym_AT, + ACTIONS(8733), 1, + anon_sym_get, + ACTIONS(8735), 1, + anon_sym_set, + ACTIONS(8737), 1, + anon_sym__modify, + ACTIONS(8815), 1, + anon_sym_RBRACE, + STATE(6357), 1, + sym_setter_specifier, + STATE(6387), 1, + sym_getter_specifier, + STATE(6388), 1, + sym_modify_specifier, + STATE(7828), 1, + sym_mutation_modifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(3143), 2, + anon_sym_mutating, + anon_sym_nonmutating, + STATE(6215), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5428), 4, + sym_computed_getter, + sym_computed_modify, + sym_computed_setter, + aux_sym_computed_property_repeat1, + [238066] = 15, + ACTIONS(8701), 1, + anon_sym_LPAREN, + ACTIONS(8703), 1, + anon_sym_LBRACE, + ACTIONS(8705), 1, + sym__throws_keyword, + ACTIONS(8707), 1, + sym__rethrows_keyword, + ACTIONS(8709), 1, + sym_where_keyword, + ACTIONS(8817), 1, + sym__async_keyword_custom, + STATE(6114), 1, + sym__async_keyword, + STATE(6247), 1, + aux_sym__function_value_parameters, + STATE(6426), 1, + sym_throws, + STATE(6444), 1, + sym_throws_clause, + STATE(6711), 1, + sym_type_constraints, + STATE(7300), 1, + sym__block, + STATE(7680), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4457), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [238116] = 12, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8500), 1, + sym__arrow_operator_custom, + ACTIONS(8502), 1, + sym__async_keyword_custom, + ACTIONS(8723), 1, + anon_sym_DOT, + ACTIONS(8725), 1, + anon_sym_AMP, + STATE(4288), 1, + sym__arrow_operator, + STATE(6079), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7032), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8845), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2158), 6, + sym_where_keyword, + sym__as_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LBRACE, + [238160] = 3, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2296), 1, + anon_sym_QMARK, + ACTIONS(2298), 17, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [238186] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8819), 1, + anon_sym_AMP, + STATE(5419), 1, + aux_sym_protocol_composition_type_repeat1, + ACTIONS(2189), 16, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LBRACE, + anon_sym_RBRACE, + [238214] = 15, + ACTIONS(8701), 1, + anon_sym_LPAREN, + ACTIONS(8703), 1, + anon_sym_LBRACE, + ACTIONS(8705), 1, + sym__throws_keyword, + ACTIONS(8707), 1, + sym__rethrows_keyword, + ACTIONS(8709), 1, + sym_where_keyword, + ACTIONS(8822), 1, + sym__async_keyword_custom, + STATE(6119), 1, + sym__async_keyword, + STATE(6247), 1, + aux_sym__function_value_parameters, + STATE(6453), 1, + sym_throws, + STATE(6454), 1, + sym_throws_clause, + STATE(6701), 1, + sym_type_constraints, + STATE(7300), 1, + sym__block, + STATE(7537), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4429), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [238264] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2302), 17, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [238288] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2101), 17, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [238312] = 12, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8540), 1, + sym__arrow_operator_custom, + ACTIONS(8542), 1, + sym__async_keyword_custom, + ACTIONS(8824), 1, + anon_sym_DOT, + ACTIONS(8826), 1, + anon_sym_AMP, + STATE(4338), 1, + sym__arrow_operator, + STATE(6080), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7049), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8891), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2158), 6, + sym__implicit_semi, + sym__explicit_semi, + sym_where_keyword, + anon_sym_BANG2, + anon_sym_LBRACE, + anon_sym_RBRACE, + [238356] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(1484), 6, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_RBRACK, + ACTIONS(8828), 11, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_if, + anon_sym_switch, + anon_sym_borrowing, + anon_sym_consuming, + [238382] = 15, + ACTIONS(8701), 1, + anon_sym_LPAREN, + ACTIONS(8703), 1, + anon_sym_LBRACE, + ACTIONS(8705), 1, + sym__throws_keyword, + ACTIONS(8707), 1, + sym__rethrows_keyword, + ACTIONS(8709), 1, + sym_where_keyword, + ACTIONS(8830), 1, + sym__async_keyword_custom, + STATE(6089), 1, + sym__async_keyword, + STATE(6247), 1, + aux_sym__function_value_parameters, + STATE(6438), 1, + sym_throws, + STATE(6473), 1, + sym_throws_clause, + STATE(6816), 1, + sym_type_constraints, + STATE(7300), 1, + sym__block, + STATE(7580), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4423), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [238432] = 6, + ACTIONS(8838), 1, + sym_integer_literal, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(5426), 2, + sym_simple_identifier, + aux_sym__attribute_argument_repeat2, + ACTIONS(8835), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8832), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [238464] = 6, + STATE(7235), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(8844), 2, + anon_sym_Type, + anon_sym_Protocol, + STATE(7415), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(8842), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8840), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [238496] = 13, + ACTIONS(8846), 1, + anon_sym_RBRACE, + ACTIONS(8848), 1, + anon_sym_get, + ACTIONS(8851), 1, + anon_sym_set, + ACTIONS(8854), 1, + anon_sym__modify, + ACTIONS(8857), 1, + anon_sym_AT, + STATE(6357), 1, + sym_setter_specifier, + STATE(6387), 1, + sym_getter_specifier, + STATE(6388), 1, + sym_modify_specifier, + STATE(7828), 1, + sym_mutation_modifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(8860), 2, + anon_sym_mutating, + anon_sym_nonmutating, + STATE(6215), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5428), 4, + sym_computed_getter, + sym_computed_modify, + sym_computed_setter, + aux_sym_computed_property_repeat1, + [238542] = 3, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2245), 1, + anon_sym_QMARK, + ACTIONS(2247), 17, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [238568] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2302), 17, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LT, + anon_sym_LBRACE, + anon_sym_RBRACE, + [238592] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2302), 18, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LT, + anon_sym_LBRACE, + anon_sym_RBRACE, + [238616] = 3, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2272), 1, + anon_sym_QMARK, + ACTIONS(2274), 17, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [238642] = 4, + ACTIONS(8370), 1, + anon_sym_QMARK2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5378), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2087), 14, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [238670] = 5, + ACTIONS(8863), 1, + sym__dot_custom, + STATE(5442), 1, + aux_sym_user_type_repeat1, + STATE(5576), 1, + sym__dot, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2151), 14, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LT, + anon_sym_GT, + anon_sym_LBRACE, + [238700] = 7, + STATE(5110), 1, + sym__simple_user_type, + STATE(5111), 1, + sym_simple_identifier, + STATE(5281), 1, + sym_user_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5130), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(8867), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8865), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [238734] = 12, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8500), 1, + sym__arrow_operator_custom, + ACTIONS(8502), 1, + sym__async_keyword_custom, + ACTIONS(8723), 1, + anon_sym_DOT, + ACTIONS(8725), 1, + anon_sym_AMP, + STATE(4288), 1, + sym__arrow_operator, + STATE(6079), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7032), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8845), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2177), 6, + sym_where_keyword, + sym__as_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LBRACE, + [238778] = 12, + ACTIONS(2085), 1, + anon_sym_QMARK, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8682), 1, + anon_sym_QMARK2, + ACTIONS(8869), 1, + sym__arrow_operator_custom, + ACTIONS(8871), 1, + sym__async_keyword_custom, + STATE(4235), 1, + sym__arrow_operator, + STATE(6994), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5880), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + STATE(8619), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2087), 5, + sym__as_custom, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_in, + [238822] = 3, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2284), 1, + anon_sym_QMARK, + ACTIONS(2286), 17, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [238848] = 3, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2221), 1, + anon_sym_QMARK, + ACTIONS(2223), 17, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [238874] = 5, + ACTIONS(8873), 1, + sym__dot_custom, + STATE(5451), 1, + aux_sym_user_type_repeat1, + STATE(5499), 1, + sym__dot, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2151), 14, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_BANG2, + anon_sym_RBRACK, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LBRACE, + [238904] = 12, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8540), 1, + sym__arrow_operator_custom, + ACTIONS(8542), 1, + sym__async_keyword_custom, + ACTIONS(8824), 1, + anon_sym_DOT, + ACTIONS(8826), 1, + anon_sym_AMP, + STATE(4338), 1, + sym__arrow_operator, + STATE(6080), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7049), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8891), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2173), 6, + sym__implicit_semi, + sym__explicit_semi, + sym_where_keyword, + anon_sym_BANG2, + anon_sym_LBRACE, + anon_sym_RBRACE, + [238948] = 5, + ACTIONS(8863), 1, + sym__dot_custom, + STATE(5453), 1, + aux_sym_user_type_repeat1, + STATE(5576), 1, + sym__dot, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2166), 14, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LT, + anon_sym_GT, + anon_sym_LBRACE, + [238978] = 15, + ACTIONS(8701), 1, + anon_sym_LPAREN, + ACTIONS(8703), 1, + anon_sym_LBRACE, + ACTIONS(8705), 1, + sym__throws_keyword, + ACTIONS(8707), 1, + sym__rethrows_keyword, + ACTIONS(8709), 1, + sym_where_keyword, + ACTIONS(8875), 1, + sym__async_keyword_custom, + STATE(6092), 1, + sym__async_keyword, + STATE(6247), 1, + aux_sym__function_value_parameters, + STATE(6440), 1, + sym_throws_clause, + STATE(6489), 1, + sym_throws, + STATE(6746), 1, + sym_type_constraints, + STATE(7300), 1, + sym__block, + STATE(7301), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4463), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [239028] = 4, + ACTIONS(8877), 1, + anon_sym_QMARK2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5444), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2144), 14, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_BANG2, + anon_sym_RBRACK, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LBRACE, + anon_sym_in, + [239056] = 6, + ACTIONS(2149), 1, + anon_sym_QMARK, + ACTIONS(8727), 1, + sym__dot_custom, + STATE(5353), 1, + aux_sym_user_type_repeat1, + STATE(5549), 1, + sym__dot, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2151), 13, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + [239088] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2087), 17, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [239112] = 12, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8540), 1, + sym__arrow_operator_custom, + ACTIONS(8542), 1, + sym__async_keyword_custom, + ACTIONS(8824), 1, + anon_sym_DOT, + ACTIONS(8826), 1, + anon_sym_AMP, + STATE(4338), 1, + sym__arrow_operator, + STATE(6080), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7049), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8891), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2181), 6, + sym__implicit_semi, + sym__explicit_semi, + sym_where_keyword, + anon_sym_BANG2, + anon_sym_LBRACE, + anon_sym_RBRACE, + [239156] = 15, + ACTIONS(8701), 1, + anon_sym_LPAREN, + ACTIONS(8703), 1, + anon_sym_LBRACE, + ACTIONS(8705), 1, + sym__throws_keyword, + ACTIONS(8707), 1, + sym__rethrows_keyword, + ACTIONS(8709), 1, + sym_where_keyword, + ACTIONS(8880), 1, + sym__async_keyword_custom, + STATE(6085), 1, + sym__async_keyword, + STATE(6247), 1, + aux_sym__function_value_parameters, + STATE(6433), 1, + sym_throws, + STATE(6437), 1, + sym_throws_clause, + STATE(6733), 1, + sym_type_constraints, + STATE(7300), 1, + sym__block, + STATE(7478), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4469), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [239206] = 6, + STATE(4338), 1, + sym__arrow_operator, + STATE(6080), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7049), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8891), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2185), 12, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [239238] = 12, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8540), 1, + sym__arrow_operator_custom, + ACTIONS(8542), 1, + sym__async_keyword_custom, + ACTIONS(8824), 1, + anon_sym_DOT, + ACTIONS(8826), 1, + anon_sym_AMP, + STATE(4338), 1, + sym__arrow_operator, + STATE(6080), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7049), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8891), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2177), 6, + sym__implicit_semi, + sym__explicit_semi, + sym_where_keyword, + anon_sym_BANG2, + anon_sym_LBRACE, + anon_sym_RBRACE, + [239282] = 5, + ACTIONS(8873), 1, + sym__dot_custom, + STATE(5227), 1, + aux_sym_user_type_repeat1, + STATE(5499), 1, + sym__dot, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2166), 14, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_BANG2, + anon_sym_RBRACK, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LBRACE, + [239312] = 13, + ACTIONS(391), 1, + anon_sym_AT, + ACTIONS(8733), 1, + anon_sym_get, + ACTIONS(8735), 1, + anon_sym_set, + ACTIONS(8737), 1, + anon_sym__modify, + ACTIONS(8882), 1, + anon_sym_RBRACE, + STATE(6357), 1, + sym_setter_specifier, + STATE(6387), 1, + sym_getter_specifier, + STATE(6388), 1, + sym_modify_specifier, + STATE(7828), 1, + sym_mutation_modifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(3143), 2, + anon_sym_mutating, + anon_sym_nonmutating, + STATE(6215), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + STATE(5428), 4, + sym_computed_getter, + sym_computed_modify, + sym_computed_setter, + aux_sym_computed_property_repeat1, + [239358] = 5, + ACTIONS(8884), 1, + sym__dot_custom, + STATE(5453), 1, + aux_sym_user_type_repeat1, + STATE(5576), 1, + sym__dot, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2101), 14, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LT, + anon_sym_GT, + anon_sym_LBRACE, + [239388] = 12, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8540), 1, + sym__arrow_operator_custom, + ACTIONS(8542), 1, + sym__async_keyword_custom, + ACTIONS(8824), 1, + anon_sym_DOT, + ACTIONS(8826), 1, + anon_sym_AMP, + STATE(4338), 1, + sym__arrow_operator, + STATE(6080), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7049), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8891), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2189), 6, + sym__implicit_semi, + sym__explicit_semi, + sym_where_keyword, + anon_sym_BANG2, + anon_sym_LBRACE, + anon_sym_RBRACE, + [239432] = 6, + STATE(4338), 1, + sym__arrow_operator, + STATE(6080), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7049), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8891), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2108), 12, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [239464] = 5, + ACTIONS(2191), 1, + anon_sym_QMARK, + ACTIONS(8887), 1, + anon_sym_LT, + STATE(5833), 1, + sym_type_arguments, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2193), 14, + sym__arrow_operator_custom, + sym__dot_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + [239494] = 7, + ACTIONS(8125), 1, + anon_sym_each, + STATE(7436), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(6937), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + STATE(7452), 2, + sym_type_parameter_pack, + sym__type_parameter_possibly_packed, + ACTIONS(2886), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2884), 8, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [239528] = 6, + ACTIONS(2099), 1, + anon_sym_QMARK, + ACTIONS(8889), 1, + sym__dot_custom, + STATE(5458), 1, + aux_sym_user_type_repeat1, + STATE(5549), 1, + sym__dot, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2101), 13, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + [239560] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4080), 6, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_AT, + ACTIONS(4078), 11, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_in, + anon_sym_self, + anon_sym_borrowing, + anon_sym_consuming, + [239586] = 6, + STATE(1975), 1, + sym_simple_identifier, + STATE(2049), 1, + sym__simple_user_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1910), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(8143), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8141), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [239617] = 6, + STATE(5111), 1, + sym_simple_identifier, + STATE(5206), 1, + sym__simple_user_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5130), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(8867), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8865), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [239648] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2302), 7, + sym__dot_custom, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_LPAREN, + anon_sym_LT, + anon_sym_AT, + ACTIONS(2300), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [239673] = 6, + STATE(5613), 1, + sym_simple_identifier, + STATE(7447), 1, + sym_parameter, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [239704] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2101), 16, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [239727] = 13, + ACTIONS(8892), 1, + anon_sym_COLON, + ACTIONS(8894), 1, + anon_sym_LBRACE, + ACTIONS(8896), 1, + sym__eq_custom, + ACTIONS(8898), 1, + sym_where_keyword, + STATE(624), 1, + sym__equal_sign, + STATE(5963), 1, + sym_type_annotation, + STATE(6191), 1, + sym_type_constraints, + STATE(7110), 1, + sym_computed_property, + STATE(7178), 1, + sym__expression_without_willset_didset, + STATE(7250), 1, + sym_willset_didset_block, + STATE(7282), 1, + sym__expression_with_willset_didset, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4500), 5, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_RBRACE, + [239772] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2223), 16, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [239795] = 4, + ACTIONS(8436), 1, + anon_sym_QMARK2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5501), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2123), 13, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LT, + anon_sym_GT, + anon_sym_LBRACE, + [239822] = 7, + ACTIONS(2183), 1, + anon_sym_DOT, + STATE(4292), 1, + sym__arrow_operator, + STATE(6237), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7034), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8848), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2185), 10, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_AMP, + anon_sym_DOT_DOT_DOT, + [239855] = 12, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8594), 1, + sym__arrow_operator_custom, + ACTIONS(8596), 1, + sym__async_keyword_custom, + ACTIONS(8900), 1, + anon_sym_DOT, + ACTIONS(8902), 1, + anon_sym_AMP, + STATE(4292), 1, + sym__arrow_operator, + STATE(6237), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7034), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8848), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2158), 5, + sym__eq_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT_DOT_DOT, + [239898] = 4, + ACTIONS(8474), 1, + anon_sym_QMARK2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5503), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2123), 13, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [239925] = 6, + ACTIONS(2149), 1, + anon_sym_QMARK, + ACTIONS(8904), 1, + sym__dot_custom, + STATE(5473), 1, + aux_sym_user_type_repeat1, + STATE(5562), 1, + sym__dot, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2151), 12, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + [239956] = 12, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8594), 1, + sym__arrow_operator_custom, + ACTIONS(8596), 1, + sym__async_keyword_custom, + ACTIONS(8900), 1, + anon_sym_DOT, + ACTIONS(8902), 1, + anon_sym_AMP, + STATE(4292), 1, + sym__arrow_operator, + STATE(6237), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7034), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8848), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2189), 5, + sym__eq_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT_DOT_DOT, + [239999] = 6, + ACTIONS(2164), 1, + anon_sym_QMARK, + ACTIONS(8904), 1, + sym__dot_custom, + STATE(5476), 1, + aux_sym_user_type_repeat1, + STATE(5562), 1, + sym__dot, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2166), 12, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + [240030] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8906), 1, + sym__dot_custom, + STATE(5474), 1, + aux_sym_user_type_repeat1, + STATE(5578), 1, + sym__dot, + ACTIONS(2101), 14, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [240059] = 11, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8909), 1, + anon_sym_QMARK2, + ACTIONS(8911), 1, + sym__arrow_operator_custom, + ACTIONS(8913), 1, + sym__async_keyword_custom, + STATE(4405), 1, + sym__arrow_operator, + STATE(7015), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(6141), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + STATE(8742), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2087), 5, + sym__eq_custom, + sym__eq_eq_custom, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_AMP, + [240100] = 6, + ACTIONS(2099), 1, + anon_sym_QMARK, + ACTIONS(8915), 1, + sym__dot_custom, + STATE(5476), 1, + aux_sym_user_type_repeat1, + STATE(5562), 1, + sym__dot, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2101), 12, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + [240131] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2211), 16, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [240154] = 6, + ACTIONS(8918), 1, + anon_sym_RPAREN, + STATE(9348), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [240185] = 6, + ACTIONS(8920), 1, + anon_sym_RPAREN, + STATE(9348), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [240216] = 6, + ACTIONS(8922), 1, + sym_integer_literal, + STATE(3602), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2805), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(1081), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(1079), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [240247] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2227), 16, + sym__arrow_operator_custom, + sym__dot_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_BANG2, + anon_sym_LPAREN, + anon_sym_RBRACK, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + [240270] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2101), 17, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [240293] = 15, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8924), 1, + anon_sym_LPAREN, + ACTIONS(8926), 1, + anon_sym_LBRACE, + ACTIONS(8928), 1, + sym__throws_keyword, + ACTIONS(8930), 1, + sym__rethrows_keyword, + ACTIONS(8932), 1, + sym_where_keyword, + ACTIONS(8934), 1, + sym__async_keyword_custom, + STATE(6158), 1, + sym__async_keyword, + STATE(6379), 1, + aux_sym__function_value_parameters, + STATE(6536), 1, + sym_throws, + STATE(6537), 1, + sym_throws_clause, + STATE(6878), 1, + sym_type_constraints, + STATE(8400), 1, + sym__block, + STATE(8401), 1, + sym_function_body, + ACTIONS(4429), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [240342] = 6, + STATE(4912), 1, + sym_simple_identifier, + STATE(4951), 1, + sym__simple_user_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(4937), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(8719), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8717), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [240373] = 15, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8924), 1, + anon_sym_LPAREN, + ACTIONS(8926), 1, + anon_sym_LBRACE, + ACTIONS(8928), 1, + sym__throws_keyword, + ACTIONS(8930), 1, + sym__rethrows_keyword, + ACTIONS(8932), 1, + sym_where_keyword, + ACTIONS(8936), 1, + sym__async_keyword_custom, + STATE(6143), 1, + sym__async_keyword, + STATE(6379), 1, + aux_sym__function_value_parameters, + STATE(6542), 1, + sym_throws, + STATE(6548), 1, + sym_throws_clause, + STATE(6879), 1, + sym_type_constraints, + STATE(8400), 1, + sym__block, + STATE(8431), 1, + sym_function_body, + ACTIONS(4435), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [240422] = 15, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8924), 1, + anon_sym_LPAREN, + ACTIONS(8926), 1, + anon_sym_LBRACE, + ACTIONS(8928), 1, + sym__throws_keyword, + ACTIONS(8930), 1, + sym__rethrows_keyword, + ACTIONS(8932), 1, + sym_where_keyword, + ACTIONS(8938), 1, + sym__async_keyword_custom, + STATE(6157), 1, + sym__async_keyword, + STATE(6379), 1, + aux_sym__function_value_parameters, + STATE(6552), 1, + sym_throws, + STATE(6555), 1, + sym_throws_clause, + STATE(6880), 1, + sym_type_constraints, + STATE(8400), 1, + sym__block, + STATE(8446), 1, + sym_function_body, + ACTIONS(4435), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [240471] = 6, + STATE(6855), 1, + sym_simple_identifier, + STATE(8556), 1, + sym_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(7306), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(8135), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8133), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [240502] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2302), 17, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [240525] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2302), 17, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LT, + anon_sym_LBRACE, + anon_sym_RBRACE, + [240548] = 3, + STATE(5612), 1, + aux_sym_protocol_composition_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2317), 15, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [240573] = 14, + ACTIONS(8709), 1, + sym_where_keyword, + ACTIONS(8940), 1, + anon_sym_LPAREN, + ACTIONS(8944), 1, + sym__arrow_operator_custom, + ACTIONS(8946), 1, + sym__throws_keyword, + ACTIONS(8948), 1, + sym__rethrows_keyword, + ACTIONS(8950), 1, + sym__async_keyword_custom, + STATE(3994), 1, + sym__arrow_operator, + STATE(6217), 1, + sym__async_keyword, + STATE(6251), 1, + aux_sym__function_value_parameters, + STATE(6584), 1, + sym_throws_clause, + STATE(6664), 1, + sym_throws, + STATE(7707), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(8942), 4, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_LBRACE, + anon_sym_RBRACE, + [240620] = 6, + ACTIONS(8952), 1, + anon_sym_RPAREN, + STATE(9348), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [240651] = 6, + ACTIONS(8954), 1, + anon_sym_RPAREN, + STATE(9348), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [240682] = 6, + ACTIONS(8956), 1, + sym_integer_literal, + STATE(2655), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2212), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(877), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(875), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [240713] = 6, + STATE(4272), 1, + sym__arrow_operator, + STATE(6226), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7028), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8827), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2108), 11, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym_else, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + [240744] = 6, + STATE(7066), 1, + sym_simple_identifier, + STATE(7767), 1, + sym_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(7644), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(8171), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8169), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [240775] = 6, + STATE(5587), 1, + sym_simple_identifier, + STATE(5912), 1, + sym__simple_user_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5771), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(6799), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(6797), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [240806] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8442), 1, + anon_sym_QMARK2, + STATE(5508), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2087), 14, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [240833] = 6, + STATE(5163), 1, + sym_simple_identifier, + STATE(5303), 1, + sym__simple_user_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(5924), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [240864] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2087), 17, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [240887] = 4, + ACTIONS(8958), 1, + anon_sym_QMARK2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5501), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2144), 13, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LT, + anon_sym_GT, + anon_sym_LBRACE, + [240914] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2286), 16, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [240937] = 4, + ACTIONS(8961), 1, + anon_sym_QMARK2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5503), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2144), 13, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [240964] = 6, + ACTIONS(8964), 1, + anon_sym_RPAREN, + STATE(9348), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [240995] = 6, + ACTIONS(8966), 1, + anon_sym_RPAREN, + STATE(9348), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [241026] = 6, + ACTIONS(8968), 1, + sym_integer_literal, + STATE(1379), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1209), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(291), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(289), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [241057] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2219), 16, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [241080] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8442), 1, + anon_sym_QMARK2, + STATE(5520), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2123), 14, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [241107] = 6, + STATE(7066), 1, + sym_simple_identifier, + STATE(8548), 1, + sym_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(7644), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(8171), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8169), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [241138] = 6, + STATE(2074), 1, + sym_simple_identifier, + STATE(2098), 1, + sym__simple_user_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2103), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(3036), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(3034), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [241169] = 6, + ACTIONS(8970), 1, + sym_integer_literal, + STATE(2797), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2422), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(13), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(11), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [241200] = 15, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8924), 1, + anon_sym_LPAREN, + ACTIONS(8926), 1, + anon_sym_LBRACE, + ACTIONS(8928), 1, + sym__throws_keyword, + ACTIONS(8930), 1, + sym__rethrows_keyword, + ACTIONS(8932), 1, + sym_where_keyword, + ACTIONS(8972), 1, + sym__async_keyword_custom, + STATE(6169), 1, + sym__async_keyword, + STATE(6379), 1, + aux_sym__function_value_parameters, + STATE(6623), 1, + sym_throws, + STATE(6627), 1, + sym_throws_clause, + STATE(6892), 1, + sym_type_constraints, + STATE(7756), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(4443), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [241249] = 15, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8924), 1, + anon_sym_LPAREN, + ACTIONS(8926), 1, + anon_sym_LBRACE, + ACTIONS(8928), 1, + sym__throws_keyword, + ACTIONS(8930), 1, + sym__rethrows_keyword, + ACTIONS(8932), 1, + sym_where_keyword, + ACTIONS(8974), 1, + sym__async_keyword_custom, + STATE(6174), 1, + sym__async_keyword, + STATE(6379), 1, + aux_sym__function_value_parameters, + STATE(6629), 1, + sym_throws, + STATE(6634), 1, + sym_throws_clause, + STATE(6893), 1, + sym_type_constraints, + STATE(7764), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(4443), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [241298] = 15, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8924), 1, + anon_sym_LPAREN, + ACTIONS(8926), 1, + anon_sym_LBRACE, + ACTIONS(8928), 1, + sym__throws_keyword, + ACTIONS(8930), 1, + sym__rethrows_keyword, + ACTIONS(8932), 1, + sym_where_keyword, + ACTIONS(8976), 1, + sym__async_keyword_custom, + STATE(6196), 1, + sym__async_keyword, + STATE(6379), 1, + aux_sym__function_value_parameters, + STATE(6649), 1, + sym_throws, + STATE(6650), 1, + sym_throws_clause, + STATE(6901), 1, + sym_type_constraints, + STATE(7810), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(4451), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [241347] = 5, + ACTIONS(8978), 1, + sym__dot_custom, + STATE(5515), 1, + aux_sym_user_type_repeat1, + STATE(5582), 1, + sym__dot, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2101), 13, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [241376] = 6, + ACTIONS(8981), 1, + anon_sym_RPAREN, + STATE(9348), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [241407] = 6, + ACTIONS(8983), 1, + anon_sym_RPAREN, + STATE(9348), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [241438] = 6, + ACTIONS(8985), 1, + sym_integer_literal, + STATE(3036), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2676), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(1015), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(1013), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [241469] = 12, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8594), 1, + sym__arrow_operator_custom, + ACTIONS(8596), 1, + sym__async_keyword_custom, + ACTIONS(8900), 1, + anon_sym_DOT, + ACTIONS(8902), 1, + anon_sym_AMP, + STATE(4292), 1, + sym__arrow_operator, + STATE(6237), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7034), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8848), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2177), 5, + sym__eq_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT_DOT_DOT, + [241512] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8987), 1, + anon_sym_QMARK2, + STATE(5520), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2144), 14, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [241539] = 6, + STATE(5120), 1, + sym_simple_identifier, + STATE(5228), 1, + sym__simple_user_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5127), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5026), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(5024), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [241570] = 5, + ACTIONS(2191), 1, + anon_sym_QMARK, + ACTIONS(8990), 1, + anon_sym_LT, + STATE(5925), 1, + sym_type_arguments, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2193), 13, + sym__arrow_operator_custom, + sym__dot_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + [241599] = 12, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(4295), 1, + anon_sym_DOT, + ACTIONS(8676), 1, + sym__arrow_operator_custom, + ACTIONS(8678), 1, + sym__async_keyword_custom, + ACTIONS(8992), 1, + anon_sym_AMP, + STATE(4229), 1, + sym__arrow_operator, + STATE(6175), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7021), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8789), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2158), 5, + sym__eq_custom, + sym_where_keyword, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_LBRACE, + [241642] = 15, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8924), 1, + anon_sym_LPAREN, + ACTIONS(8926), 1, + anon_sym_LBRACE, + ACTIONS(8928), 1, + sym__throws_keyword, + ACTIONS(8930), 1, + sym__rethrows_keyword, + ACTIONS(8932), 1, + sym_where_keyword, + ACTIONS(8994), 1, + sym__async_keyword_custom, + STATE(6209), 1, + sym__async_keyword, + STATE(6379), 1, + aux_sym__function_value_parameters, + STATE(6608), 1, + sym_throws, + STATE(6616), 1, + sym_throws_clause, + STATE(6918), 1, + sym_type_constraints, + STATE(7894), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(4457), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [241691] = 6, + ACTIONS(8996), 1, + anon_sym_RPAREN, + STATE(9348), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [241722] = 6, + ACTIONS(8998), 1, + anon_sym_RPAREN, + STATE(9348), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [241753] = 6, + ACTIONS(9000), 1, + sym_integer_literal, + STATE(1297), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1170), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(659), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(657), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [241784] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2227), 16, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [241807] = 6, + STATE(1586), 1, + sym_simple_identifier, + STATE(1603), 1, + sym__simple_user_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1617), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(8753), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8751), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [241838] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2215), 16, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [241861] = 4, + ACTIONS(8436), 1, + anon_sym_QMARK2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5467), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2087), 13, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LT, + anon_sym_GT, + anon_sym_LBRACE, + [241888] = 15, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8924), 1, + anon_sym_LPAREN, + ACTIONS(8926), 1, + anon_sym_LBRACE, + ACTIONS(8928), 1, + sym__throws_keyword, + ACTIONS(8930), 1, + sym__rethrows_keyword, + ACTIONS(8932), 1, + sym_where_keyword, + ACTIONS(9002), 1, + sym__async_keyword_custom, + STATE(6236), 1, + sym__async_keyword, + STATE(6379), 1, + aux_sym__function_value_parameters, + STATE(6507), 1, + sym_throws, + STATE(6510), 1, + sym_throws_clause, + STATE(6926), 1, + sym_type_constraints, + STATE(7952), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(4463), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [241937] = 7, + ACTIONS(2106), 1, + anon_sym_DOT, + STATE(4292), 1, + sym__arrow_operator, + STATE(6237), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7034), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8848), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2108), 10, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_AMP, + anon_sym_DOT_DOT_DOT, + [241970] = 6, + ACTIONS(9004), 1, + anon_sym_RPAREN, + STATE(9348), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [242001] = 6, + ACTIONS(9006), 1, + anon_sym_RPAREN, + STATE(9348), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [242032] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2199), 16, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [242055] = 12, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(4295), 1, + anon_sym_DOT, + ACTIONS(8676), 1, + sym__arrow_operator_custom, + ACTIONS(8678), 1, + sym__async_keyword_custom, + ACTIONS(8992), 1, + anon_sym_AMP, + STATE(4229), 1, + sym__arrow_operator, + STATE(6175), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7021), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8789), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2177), 5, + sym__eq_custom, + sym_where_keyword, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_LBRACE, + [242098] = 6, + STATE(6032), 1, + sym_simple_identifier, + STATE(6258), 1, + sym__simple_user_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(6228), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(3058), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(3056), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [242129] = 6, + STATE(819), 1, + sym_simple_identifier, + STATE(830), 1, + sym__simple_user_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(844), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(763), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(761), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [242160] = 6, + STATE(1719), 1, + sym_simple_identifier, + STATE(1753), 1, + sym__simple_user_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1746), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2861), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2859), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [242191] = 4, + ACTIONS(9008), 1, + anon_sym_LT, + STATE(5656), 1, + sym_type_arguments, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2193), 14, + sym__arrow_operator_custom, + sym__dot_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LBRACE, + [242218] = 6, + STATE(1755), 1, + sym_simple_identifier, + STATE(1860), 1, + sym__simple_user_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1794), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2908), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2906), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [242249] = 6, + STATE(5163), 1, + sym_simple_identifier, + STATE(5303), 1, + sym__simple_user_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5177), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5926), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(5924), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [242280] = 15, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8924), 1, + anon_sym_LPAREN, + ACTIONS(8926), 1, + anon_sym_LBRACE, + ACTIONS(8928), 1, + sym__throws_keyword, + ACTIONS(8930), 1, + sym__rethrows_keyword, + ACTIONS(8932), 1, + sym_where_keyword, + ACTIONS(9010), 1, + sym__async_keyword_custom, + STATE(6147), 1, + sym__async_keyword, + STATE(6379), 1, + aux_sym__function_value_parameters, + STATE(6598), 1, + sym_throws, + STATE(6601), 1, + sym_throws_clause, + STATE(6952), 1, + sym_type_constraints, + STATE(8056), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(4469), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [242329] = 15, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8924), 1, + anon_sym_LPAREN, + ACTIONS(8926), 1, + anon_sym_LBRACE, + ACTIONS(8928), 1, + sym__throws_keyword, + ACTIONS(8930), 1, + sym__rethrows_keyword, + ACTIONS(8932), 1, + sym_where_keyword, + ACTIONS(9012), 1, + sym__async_keyword_custom, + STATE(6148), 1, + sym__async_keyword, + STATE(6379), 1, + aux_sym__function_value_parameters, + STATE(6611), 1, + sym_throws, + STATE(6612), 1, + sym_throws_clause, + STATE(6953), 1, + sym_type_constraints, + STATE(8066), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(4469), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [242378] = 6, + STATE(4982), 1, + sym_simple_identifier, + STATE(5038), 1, + sym__simple_user_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5021), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(8777), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8775), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [242409] = 6, + STATE(5142), 1, + sym_simple_identifier, + STATE(5263), 1, + sym__simple_user_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5205), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(8786), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8784), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [242440] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2231), 16, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [242463] = 6, + STATE(5456), 1, + sym_simple_identifier, + STATE(5890), 1, + sym__simple_user_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5628), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5854), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(5852), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [242494] = 6, + STATE(2332), 1, + sym_simple_identifier, + STATE(2395), 1, + sym__simple_user_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2368), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(3339), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(3337), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [242525] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2235), 16, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [242548] = 6, + ACTIONS(2149), 1, + anon_sym_QMARK, + ACTIONS(9014), 1, + sym__dot_custom, + STATE(5497), 1, + sym__dot, + STATE(5557), 1, + aux_sym_user_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2151), 12, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_in, + [242579] = 6, + STATE(5682), 1, + sym_simple_identifier, + STATE(6071), 1, + sym__simple_user_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5960), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(6781), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(6779), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [242610] = 6, + ACTIONS(9016), 1, + anon_sym_RPAREN, + STATE(9348), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [242641] = 6, + STATE(5409), 1, + sym_simple_identifier, + STATE(5667), 1, + sym__simple_user_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5648), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5757), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(5755), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [242672] = 6, + STATE(5370), 1, + sym_simple_identifier, + STATE(5673), 1, + sym__simple_user_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5462), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(8794), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8792), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [242703] = 6, + ACTIONS(2164), 1, + anon_sym_QMARK, + ACTIONS(9014), 1, + sym__dot_custom, + STATE(5497), 1, + sym__dot, + STATE(5625), 1, + aux_sym_user_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2166), 12, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_in, + [242734] = 6, + ACTIONS(9018), 1, + anon_sym_RPAREN, + STATE(9348), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [242765] = 6, + STATE(5199), 1, + sym_simple_identifier, + STATE(5422), 1, + sym__simple_user_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5264), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5394), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(5392), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [242796] = 4, + ACTIONS(8474), 1, + anon_sym_QMARK2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5470), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2087), 13, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [242823] = 12, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8325), 1, + sym__arrow_operator_custom, + ACTIONS(8327), 1, + sym__async_keyword_custom, + ACTIONS(8411), 1, + anon_sym_DOT, + ACTIONS(8413), 1, + anon_sym_AMP, + STATE(4285), 1, + sym__arrow_operator, + STATE(5490), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7031), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8840), 2, + sym_throws, + sym_throws_clause, + ACTIONS(9020), 5, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_where_keyword, + ts_builtin_sym_end, + [242866] = 6, + STATE(5522), 1, + sym_simple_identifier, + STATE(5965), 1, + sym__simple_user_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5689), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(6169), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(6167), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [242897] = 6, + ACTIONS(9022), 1, + sym_integer_literal, + STATE(3783), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2936), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(1157), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(1155), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [242928] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2278), 17, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [242951] = 6, + STATE(1744), 1, + sym_simple_identifier, + STATE(1781), 1, + sym__simple_user_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1742), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2943), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2941), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [242982] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2298), 16, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [243005] = 15, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8924), 1, + anon_sym_LPAREN, + ACTIONS(8926), 1, + anon_sym_LBRACE, + ACTIONS(8928), 1, + sym__throws_keyword, + ACTIONS(8930), 1, + sym__rethrows_keyword, + ACTIONS(8932), 1, + sym_where_keyword, + ACTIONS(9024), 1, + sym__async_keyword_custom, + STATE(6160), 1, + sym__async_keyword, + STATE(6379), 1, + aux_sym__function_value_parameters, + STATE(6497), 1, + sym_throws, + STATE(6498), 1, + sym_throws_clause, + STATE(6976), 1, + sym_type_constraints, + STATE(8183), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(4407), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [243054] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(9026), 1, + sym__dot_custom, + STATE(5575), 1, + aux_sym_user_type_repeat1, + STATE(5578), 1, + sym__dot, + ACTIONS(2151), 14, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [243083] = 6, + STATE(5122), 1, + sym_simple_identifier, + STATE(5234), 1, + sym__simple_user_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5212), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5244), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(5242), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [243114] = 6, + STATE(2187), 1, + sym_simple_identifier, + STATE(2221), 1, + sym__simple_user_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2217), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(3282), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(3280), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [243145] = 6, + STATE(3854), 1, + sym_simple_identifier, + STATE(3885), 1, + sym__simple_user_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(3860), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(8804), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8802), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [243176] = 6, + STATE(2199), 1, + sym_simple_identifier, + STATE(2335), 1, + sym__simple_user_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2218), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(3302), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(3300), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [243207] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2215), 17, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [243230] = 6, + STATE(2355), 1, + sym_simple_identifier, + STATE(3266), 1, + sym_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1910), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(8143), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8141), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [243261] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(9026), 1, + sym__dot_custom, + STATE(5474), 1, + aux_sym_user_type_repeat1, + STATE(5578), 1, + sym__dot, + ACTIONS(2166), 14, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [243290] = 6, + STATE(5541), 1, + sym_simple_identifier, + STATE(5883), 1, + sym__simple_user_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5881), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(6433), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(6431), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [243321] = 6, + STATE(5260), 1, + sym_simple_identifier, + STATE(5464), 1, + sym__simple_user_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5430), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5545), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(5543), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [243352] = 6, + STATE(5624), 1, + sym_simple_identifier, + STATE(5954), 1, + sym__simple_user_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5691), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(6451), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(6449), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [243383] = 6, + STATE(5262), 1, + sym_simple_identifier, + STATE(5482), 1, + sym__simple_user_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5431), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5573), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(5571), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [243414] = 6, + STATE(1825), 1, + sym_simple_identifier, + STATE(1934), 1, + sym__simple_user_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1898), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2987), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2985), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [243445] = 6, + STATE(6855), 1, + sym_simple_identifier, + STATE(7941), 1, + sym_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(7306), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(8135), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8133), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [243476] = 6, + STATE(5637), 1, + sym_simple_identifier, + STATE(5981), 1, + sym__simple_user_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5694), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(6726), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(6724), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [243507] = 6, + STATE(2036), 1, + sym_simple_identifier, + STATE(2082), 1, + sym__simple_user_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2055), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(3008), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(3006), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [243538] = 6, + STATE(2206), 1, + sym_simple_identifier, + STATE(2399), 1, + sym__simple_user_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2223), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(8813), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8811), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [243569] = 6, + STATE(1081), 1, + sym_simple_identifier, + STATE(1102), 1, + sym__simple_user_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1106), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(1936), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(1934), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [243600] = 6, + STATE(2409), 1, + sym_simple_identifier, + STATE(2766), 1, + sym__simple_user_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2450), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(3435), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(3433), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [243631] = 5, + ACTIONS(2191), 1, + anon_sym_QMARK, + ACTIONS(9028), 1, + anon_sym_LT, + STATE(5935), 1, + sym_type_arguments, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2193), 13, + sym__arrow_operator_custom, + sym__dot_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_in, + [243660] = 6, + ACTIONS(9030), 1, + anon_sym_RPAREN, + STATE(9348), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [243691] = 6, + STATE(5412), 1, + sym_simple_identifier, + STATE(5654), 1, + sym__simple_user_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5489), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(5809), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(5807), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [243722] = 6, + STATE(2096), 1, + sym_simple_identifier, + STATE(2194), 1, + sym__simple_user_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2190), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(3247), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(3245), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [243753] = 6, + STATE(3837), 1, + sym_simple_identifier, + STATE(3886), 1, + sym__simple_user_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(3868), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(3904), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(3902), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [243784] = 6, + STATE(2813), 1, + sym_simple_identifier, + STATE(3174), 1, + sym__simple_user_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2903), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(3456), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(3454), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [243815] = 6, + STATE(1744), 1, + sym_simple_identifier, + STATE(1781), 1, + sym__simple_user_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1742), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2943), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2941), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [243846] = 6, + STATE(2894), 1, + sym_simple_identifier, + STATE(3723), 1, + sym__simple_user_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(3234), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(3477), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(3475), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [243877] = 6, + STATE(1045), 1, + sym_simple_identifier, + STATE(1077), 1, + sym__simple_user_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1055), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(1913), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(1911), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [243908] = 11, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8333), 1, + anon_sym_QMARK2, + ACTIONS(9032), 1, + sym__arrow_operator_custom, + ACTIONS(9034), 1, + sym__async_keyword_custom, + STATE(4246), 1, + sym__arrow_operator, + STATE(7022), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5403), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + STATE(8805), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2087), 5, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_in, + [243949] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2199), 17, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [243972] = 12, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(4295), 1, + anon_sym_DOT, + ACTIONS(8676), 1, + sym__arrow_operator_custom, + ACTIONS(8678), 1, + sym__async_keyword_custom, + ACTIONS(8992), 1, + anon_sym_AMP, + STATE(4229), 1, + sym__arrow_operator, + STATE(6175), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7021), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8789), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2173), 5, + sym__eq_custom, + sym_where_keyword, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_LBRACE, + [244015] = 12, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(4295), 1, + anon_sym_DOT, + ACTIONS(8676), 1, + sym__arrow_operator_custom, + ACTIONS(8678), 1, + sym__async_keyword_custom, + ACTIONS(8992), 1, + anon_sym_AMP, + STATE(4229), 1, + sym__arrow_operator, + STATE(6175), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7021), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8789), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2181), 5, + sym__eq_custom, + sym_where_keyword, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_LBRACE, + [244058] = 15, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8924), 1, + anon_sym_LPAREN, + ACTIONS(8926), 1, + anon_sym_LBRACE, + ACTIONS(8928), 1, + sym__throws_keyword, + ACTIONS(8930), 1, + sym__rethrows_keyword, + ACTIONS(8932), 1, + sym_where_keyword, + ACTIONS(9036), 1, + sym__async_keyword_custom, + STATE(6138), 1, + sym__async_keyword, + STATE(6379), 1, + aux_sym__function_value_parameters, + STATE(6641), 1, + sym_throws, + STATE(6645), 1, + sym_throws_clause, + STATE(6862), 1, + sym_type_constraints, + STATE(7783), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(4423), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [244107] = 6, + STATE(4229), 1, + sym__arrow_operator, + STATE(6175), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7021), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8789), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2185), 11, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + [244138] = 12, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8684), 1, + sym__arrow_operator_custom, + ACTIONS(8686), 1, + sym__async_keyword_custom, + ACTIONS(9038), 1, + anon_sym_DOT, + ACTIONS(9040), 1, + anon_sym_AMP, + STATE(4277), 1, + sym__arrow_operator, + STATE(6224), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7029), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8831), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2158), 5, + sym__as_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + [244181] = 12, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8684), 1, + sym__arrow_operator_custom, + ACTIONS(8686), 1, + sym__async_keyword_custom, + ACTIONS(9038), 1, + anon_sym_DOT, + ACTIONS(9040), 1, + anon_sym_AMP, + STATE(4277), 1, + sym__arrow_operator, + STATE(6224), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7029), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8831), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2177), 5, + sym__as_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + [244224] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2231), 17, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [244247] = 12, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8684), 1, + sym__arrow_operator_custom, + ACTIONS(8686), 1, + sym__async_keyword_custom, + ACTIONS(9038), 1, + anon_sym_DOT, + ACTIONS(9040), 1, + anon_sym_AMP, + STATE(4277), 1, + sym__arrow_operator, + STATE(6224), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7029), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8831), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2173), 5, + sym__as_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + [244290] = 12, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8684), 1, + sym__arrow_operator_custom, + ACTIONS(8686), 1, + sym__async_keyword_custom, + ACTIONS(9038), 1, + anon_sym_DOT, + ACTIONS(9040), 1, + anon_sym_AMP, + STATE(4277), 1, + sym__arrow_operator, + STATE(6224), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7029), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8831), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2181), 5, + sym__as_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + [244333] = 6, + STATE(4277), 1, + sym__arrow_operator, + STATE(6224), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7029), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8831), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2108), 11, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_AMP, + [244364] = 6, + STATE(4277), 1, + sym__arrow_operator, + STATE(6224), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7029), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8831), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2185), 11, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_AMP, + [244395] = 12, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8684), 1, + sym__arrow_operator_custom, + ACTIONS(8686), 1, + sym__async_keyword_custom, + ACTIONS(9038), 1, + anon_sym_DOT, + ACTIONS(9040), 1, + anon_sym_AMP, + STATE(4277), 1, + sym__arrow_operator, + STATE(6224), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7029), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8831), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2189), 5, + sym__as_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + [244438] = 12, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(4295), 1, + anon_sym_DOT, + ACTIONS(8676), 1, + sym__arrow_operator_custom, + ACTIONS(8678), 1, + sym__async_keyword_custom, + ACTIONS(8992), 1, + anon_sym_AMP, + STATE(4229), 1, + sym__arrow_operator, + STATE(6175), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7021), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8789), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2189), 5, + sym__eq_custom, + sym_where_keyword, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_LBRACE, + [244481] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2235), 17, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [244504] = 4, + ACTIONS(9042), 1, + anon_sym_AMP, + STATE(5612), 1, + aux_sym_protocol_composition_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2189), 14, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_LBRACE, + anon_sym_RBRACE, + [244531] = 6, + ACTIONS(9045), 1, + anon_sym_COLON, + STATE(9111), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [244562] = 6, + STATE(2355), 1, + sym_simple_identifier, + STATE(3360), 1, + sym_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1910), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(8143), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8141), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [244593] = 12, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8697), 1, + sym__arrow_operator_custom, + ACTIONS(8699), 1, + sym__async_keyword_custom, + ACTIONS(9047), 1, + anon_sym_DOT, + ACTIONS(9049), 1, + anon_sym_AMP, + STATE(4272), 1, + sym__arrow_operator, + STATE(6226), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7028), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8827), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2189), 5, + sym__eq_custom, + sym_where_keyword, + sym_else, + anon_sym_COMMA, + anon_sym_BANG2, + [244636] = 5, + ACTIONS(9051), 1, + sym__dot_custom, + STATE(5582), 1, + sym__dot, + STATE(5619), 1, + aux_sym_user_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2151), 13, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [244665] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2294), 16, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [244688] = 6, + ACTIONS(9053), 1, + sym_integer_literal, + STATE(922), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(856), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(457), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(455), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [244719] = 5, + ACTIONS(9051), 1, + sym__dot_custom, + STATE(5515), 1, + aux_sym_user_type_repeat1, + STATE(5582), 1, + sym__dot, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2166), 13, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [244748] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2203), 17, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [244771] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2207), 17, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [244794] = 12, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8697), 1, + sym__arrow_operator_custom, + ACTIONS(8699), 1, + sym__async_keyword_custom, + ACTIONS(9047), 1, + anon_sym_DOT, + ACTIONS(9049), 1, + anon_sym_AMP, + STATE(4272), 1, + sym__arrow_operator, + STATE(6226), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7028), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8827), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2158), 5, + sym__eq_custom, + sym_where_keyword, + sym_else, + anon_sym_COMMA, + anon_sym_BANG2, + [244837] = 5, + ACTIONS(2085), 1, + anon_sym_QMARK, + ACTIONS(8454), 1, + anon_sym_QMARK2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5630), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2087), 12, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_AMP, + [244866] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(9055), 1, + anon_sym_LT, + STATE(5969), 1, + sym_type_arguments, + ACTIONS(2193), 15, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [244893] = 6, + ACTIONS(2099), 1, + anon_sym_QMARK, + ACTIONS(9057), 1, + sym__dot_custom, + STATE(5497), 1, + sym__dot, + STATE(5625), 1, + aux_sym_user_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2101), 12, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_in, + [244924] = 14, + ACTIONS(8709), 1, + sym_where_keyword, + ACTIONS(8940), 1, + anon_sym_LPAREN, + ACTIONS(8946), 1, + sym__throws_keyword, + ACTIONS(8948), 1, + sym__rethrows_keyword, + ACTIONS(9062), 1, + sym__arrow_operator_custom, + ACTIONS(9064), 1, + sym__async_keyword_custom, + STATE(3957), 1, + sym__arrow_operator, + STATE(6221), 1, + sym__async_keyword, + STATE(6251), 1, + aux_sym__function_value_parameters, + STATE(6557), 1, + sym_throws, + STATE(6562), 1, + sym_throws_clause, + STATE(7492), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(9060), 4, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_LBRACE, + anon_sym_RBRACE, + [244971] = 6, + STATE(4229), 1, + sym__arrow_operator, + STATE(6175), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7021), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8789), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2108), 11, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + [245002] = 3, + ACTIONS(2300), 1, + anon_sym_QMARK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2302), 15, + sym__arrow_operator_custom, + sym__dot_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LT, + [245027] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2247), 16, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [245050] = 5, + ACTIONS(2121), 1, + anon_sym_QMARK, + ACTIONS(8454), 1, + anon_sym_QMARK2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5633), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2123), 12, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_AMP, + [245079] = 12, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8697), 1, + sym__arrow_operator_custom, + ACTIONS(8699), 1, + sym__async_keyword_custom, + ACTIONS(9047), 1, + anon_sym_DOT, + ACTIONS(9049), 1, + anon_sym_AMP, + STATE(4272), 1, + sym__arrow_operator, + STATE(6226), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7028), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8827), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2177), 5, + sym__eq_custom, + sym_where_keyword, + sym_else, + anon_sym_COMMA, + anon_sym_BANG2, + [245122] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2274), 16, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [245145] = 5, + ACTIONS(2142), 1, + anon_sym_QMARK, + ACTIONS(9066), 1, + anon_sym_QMARK2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5633), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2144), 12, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_AMP, + [245174] = 12, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8594), 1, + sym__arrow_operator_custom, + ACTIONS(8596), 1, + sym__async_keyword_custom, + ACTIONS(8900), 1, + anon_sym_DOT, + ACTIONS(8902), 1, + anon_sym_AMP, + STATE(4292), 1, + sym__arrow_operator, + STATE(6237), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7034), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8848), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2173), 5, + sym__eq_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT_DOT_DOT, + [245217] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2219), 16, + sym__arrow_operator_custom, + sym__dot_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_BANG2, + anon_sym_LPAREN, + anon_sym_RBRACK, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + [245240] = 12, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8594), 1, + sym__arrow_operator_custom, + ACTIONS(8596), 1, + sym__async_keyword_custom, + ACTIONS(8900), 1, + anon_sym_DOT, + ACTIONS(8902), 1, + anon_sym_AMP, + STATE(4292), 1, + sym__arrow_operator, + STATE(6237), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7034), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8848), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2181), 5, + sym__eq_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT_DOT_DOT, + [245283] = 4, + ACTIONS(9069), 1, + anon_sym_LT, + STATE(5991), 1, + sym_type_arguments, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2193), 14, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [245310] = 6, + ACTIONS(9071), 1, + anon_sym_RPAREN, + STATE(9348), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [245341] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2282), 17, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [245364] = 6, + ACTIONS(9073), 1, + anon_sym_RPAREN, + STATE(9348), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [245395] = 6, + ACTIONS(9075), 1, + sym_integer_literal, + STATE(3219), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2778), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(943), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(941), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [245426] = 6, + ACTIONS(9077), 1, + anon_sym_RPAREN, + STATE(9348), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [245457] = 12, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8697), 1, + sym__arrow_operator_custom, + ACTIONS(8699), 1, + sym__async_keyword_custom, + ACTIONS(9047), 1, + anon_sym_DOT, + ACTIONS(9049), 1, + anon_sym_AMP, + STATE(4272), 1, + sym__arrow_operator, + STATE(6226), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7028), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8827), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2173), 5, + sym__eq_custom, + sym_where_keyword, + sym_else, + anon_sym_COMMA, + anon_sym_BANG2, + [245500] = 12, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8697), 1, + sym__arrow_operator_custom, + ACTIONS(8699), 1, + sym__async_keyword_custom, + ACTIONS(9047), 1, + anon_sym_DOT, + ACTIONS(9049), 1, + anon_sym_AMP, + STATE(4272), 1, + sym__arrow_operator, + STATE(6226), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7028), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8827), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2181), 5, + sym__eq_custom, + sym_where_keyword, + sym_else, + anon_sym_COMMA, + anon_sym_BANG2, + [245543] = 6, + STATE(4272), 1, + sym__arrow_operator, + STATE(6226), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7028), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8827), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2185), 11, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym_else, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + [245574] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2290), 16, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [245597] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2306), 17, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [245620] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2302), 16, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LT, + anon_sym_LBRACE, + anon_sym_RBRACE, + [245643] = 6, + STATE(2181), 1, + sym_simple_identifier, + STATE(2398), 1, + sym__simple_user_type, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2310), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(8798), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8796), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [245674] = 3, + ACTIONS(2233), 1, + anon_sym_QMARK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2235), 14, + sym__arrow_operator_custom, + sym__dot_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + [245698] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2227), 16, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [245720] = 5, + STATE(9202), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [245748] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2215), 15, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [245770] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2101), 16, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [245792] = 5, + ACTIONS(8129), 1, + anon_sym_AT, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5662), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(9081), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(9079), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [245820] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2215), 15, + sym__arrow_operator_custom, + sym__dot_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LT, + anon_sym_GT, + anon_sym_LBRACE, + [245842] = 5, + ACTIONS(2121), 1, + anon_sym_QMARK, + ACTIONS(8498), 1, + anon_sym_QMARK2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5677), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2123), 11, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + [245870] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2087), 15, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [245892] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2290), 15, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_BANG2, + anon_sym_RBRACK, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LBRACE, + anon_sym_in, + [245914] = 12, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8438), 1, + sym__arrow_operator_custom, + ACTIONS(8440), 1, + sym__async_keyword_custom, + ACTIONS(8626), 1, + anon_sym_DOT, + ACTIONS(8628), 1, + anon_sym_AMP, + STATE(4441), 1, + sym__arrow_operator, + STATE(5902), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(6933), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8824), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2108), 4, + sym_where_keyword, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_GT, + [245956] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2199), 15, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [245978] = 5, + ACTIONS(9083), 1, + anon_sym_AT, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5662), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(3802), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(3800), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [246006] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2223), 15, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_BANG2, + anon_sym_RBRACK, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LBRACE, + anon_sym_in, + [246028] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2231), 15, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [246050] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2235), 15, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [246072] = 5, + STATE(9321), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [246100] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2101), 15, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [246122] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2215), 16, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [246144] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2199), 16, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [246166] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2231), 16, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [246188] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2235), 16, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [246210] = 8, + ACTIONS(9086), 1, + anon_sym_LT, + ACTIONS(9088), 1, + sym__dot_custom, + STATE(5707), 1, + sym__dot, + STATE(6292), 1, + sym_type_arguments, + STATE(6861), 1, + aux_sym_identifier_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5145), 3, + sym__eq_custom, + sym__eq_eq_custom, + anon_sym_COLON, + ACTIONS(2193), 7, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + [246244] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2101), 6, + sym__dot_custom, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_LPAREN, + anon_sym_AT, + ACTIONS(2099), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [246268] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(9092), 4, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_LPAREN, + ACTIONS(9090), 11, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_in, + anon_sym_self, + anon_sym_borrowing, + anon_sym_consuming, + [246292] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2199), 15, + sym__arrow_operator_custom, + sym__dot_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LT, + anon_sym_GT, + anon_sym_LBRACE, + [246314] = 6, + ACTIONS(2099), 1, + anon_sym_DOT, + ACTIONS(9094), 1, + sym__dot_custom, + STATE(5565), 1, + sym__dot, + STATE(5676), 1, + aux_sym_user_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2101), 11, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_DOT_DOT_DOT, + [246344] = 5, + ACTIONS(2142), 1, + anon_sym_QMARK, + ACTIONS(9097), 1, + anon_sym_QMARK2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5677), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2144), 11, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + [246372] = 5, + STATE(9265), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [246400] = 3, + ACTIONS(2197), 1, + anon_sym_QMARK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2199), 14, + sym__arrow_operator_custom, + sym__dot_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + [246424] = 5, + STATE(9253), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [246452] = 5, + ACTIONS(9100), 1, + sym__dot_custom, + STATE(5553), 1, + sym__dot, + STATE(5693), 1, + aux_sym_user_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2151), 12, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym_else, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + [246480] = 4, + ACTIONS(9102), 1, + anon_sym_LT, + STATE(6036), 1, + sym_type_arguments, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2193), 13, + sym__arrow_operator_custom, + sym__dot_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym_else, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + [246506] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2215), 6, + sym__dot_custom, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_LPAREN, + anon_sym_AT, + ACTIONS(2213), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [246530] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2199), 6, + sym__dot_custom, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_LPAREN, + anon_sym_AT, + ACTIONS(2197), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [246554] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2231), 6, + sym__dot_custom, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_LPAREN, + anon_sym_AT, + ACTIONS(2229), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [246578] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2235), 6, + sym__dot_custom, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_LPAREN, + anon_sym_AT, + ACTIONS(2233), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [246602] = 5, + STATE(9348), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [246630] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2231), 15, + sym__arrow_operator_custom, + sym__dot_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LT, + anon_sym_GT, + anon_sym_LBRACE, + [246652] = 3, + ACTIONS(2300), 1, + anon_sym_QMARK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2302), 14, + sym__arrow_operator_custom, + sym__dot_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LT, + anon_sym_LBRACE, + [246676] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2302), 15, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [246698] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2302), 16, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LT, + anon_sym_LBRACE, + anon_sym_RBRACE, + [246720] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2294), 15, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [246742] = 5, + ACTIONS(9100), 1, + sym__dot_custom, + STATE(5553), 1, + sym__dot, + STATE(5778), 1, + aux_sym_user_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2166), 12, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym_else, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + [246770] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2302), 15, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LT, + anon_sym_LBRACE, + anon_sym_RBRACE, + [246792] = 5, + STATE(6702), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(6937), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2886), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2884), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [246820] = 5, + STATE(6493), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(6885), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(9106), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(9104), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [246848] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2235), 15, + sym__arrow_operator_custom, + sym__dot_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LT, + anon_sym_GT, + anon_sym_LBRACE, + [246870] = 5, + STATE(6442), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(6772), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(9110), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(9108), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [246898] = 5, + STATE(6098), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(6193), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(9114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(9112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [246926] = 5, + STATE(5908), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5023), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(3030), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(3028), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [246954] = 5, + STATE(9276), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [246982] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2211), 15, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [247004] = 5, + STATE(6631), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(6885), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(9106), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(9104), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [247032] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2298), 15, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_BANG2, + anon_sym_RBRACK, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LBRACE, + anon_sym_in, + [247054] = 5, + STATE(9302), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [247082] = 5, + STATE(6127), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(6193), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(9114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(9112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [247110] = 5, + STATE(7368), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(7397), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(9118), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(9116), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [247138] = 3, + STATE(5716), 1, + aux_sym_protocol_composition_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2317), 14, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [247162] = 3, + ACTIONS(2229), 1, + anon_sym_QMARK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2231), 14, + sym__arrow_operator_custom, + sym__dot_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + [247186] = 5, + STATE(9086), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [247214] = 5, + STATE(6031), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(6193), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(9114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(9112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [247242] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2298), 15, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [247264] = 5, + STATE(8094), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [247292] = 5, + STATE(7125), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(7494), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(9122), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(9120), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [247320] = 5, + STATE(6421), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(6772), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(9110), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(9108), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [247348] = 4, + ACTIONS(9124), 1, + anon_sym_AMP, + STATE(5716), 1, + aux_sym_protocol_composition_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2189), 13, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_LBRACE, + anon_sym_RBRACE, + [247374] = 5, + STATE(7713), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(7415), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(8842), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8840), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [247402] = 12, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8869), 1, + sym__arrow_operator_custom, + ACTIONS(8871), 1, + sym__async_keyword_custom, + ACTIONS(9038), 1, + anon_sym_DOT, + ACTIONS(9127), 1, + anon_sym_AMP, + STATE(4235), 1, + sym__arrow_operator, + STATE(6287), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(6994), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8619), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2158), 4, + sym__as_custom, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_in, + [247444] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2247), 15, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [247466] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(9131), 4, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_LPAREN, + ACTIONS(9129), 11, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_in, + anon_sym_self, + anon_sym_borrowing, + anon_sym_consuming, + [247490] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2274), 15, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [247512] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2223), 15, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [247534] = 5, + STATE(6615), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(6758), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(3825), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(3823), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [247562] = 6, + ACTIONS(9135), 1, + sym__throws_keyword, + ACTIONS(9137), 1, + sym__rethrows_keyword, + ACTIONS(9139), 1, + sym__async_keyword_custom, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5821), 4, + sym__async_keyword, + sym_throws, + sym_throws_clause, + aux_sym__getter_effects, + ACTIONS(9133), 8, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_get, + anon_sym_set, + anon_sym__modify, + anon_sym_AT, + anon_sym_mutating, + anon_sym_nonmutating, + [247592] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2219), 15, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_BANG2, + anon_sym_RBRACK, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LBRACE, + anon_sym_in, + [247614] = 5, + STATE(2214), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2577), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(9143), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(9141), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [247642] = 5, + STATE(6728), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(6937), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2886), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2884), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [247670] = 5, + STATE(2018), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2087), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(9147), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(9145), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [247698] = 5, + STATE(6216), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(6154), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(9151), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(9149), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [247726] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8524), 1, + anon_sym_QMARK2, + STATE(5738), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2087), 13, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [247752] = 5, + STATE(2249), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2577), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(9143), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(9141), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [247780] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2294), 15, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_BANG2, + anon_sym_RBRACK, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LBRACE, + anon_sym_in, + [247802] = 5, + STATE(9320), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [247830] = 5, + STATE(2027), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2087), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(9147), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(9145), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [247858] = 5, + STATE(7289), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(7644), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(8171), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8169), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [247886] = 5, + STATE(6560), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(6758), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(3825), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(3823), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [247914] = 5, + STATE(2022), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2087), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(9147), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(9145), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [247942] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8524), 1, + anon_sym_QMARK2, + STATE(5744), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2123), 13, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [247968] = 5, + STATE(2873), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2904), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(9155), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(9153), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [247996] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2211), 15, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_BANG2, + anon_sym_RBRACK, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LBRACE, + anon_sym_in, + [248018] = 5, + STATE(9070), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [248046] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2278), 15, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [248068] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2227), 15, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_BANG2, + anon_sym_RBRACK, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LBRACE, + anon_sym_in, + [248090] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(9157), 1, + anon_sym_QMARK2, + STATE(5744), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2144), 13, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [248116] = 13, + ACTIONS(5), 1, + sym_comment, + ACTIONS(9160), 1, + anon_sym_COLON, + ACTIONS(9162), 1, + anon_sym_LBRACE, + ACTIONS(9164), 1, + sym__eq_custom, + ACTIONS(9166), 1, + sym_where_keyword, + STATE(617), 1, + sym__equal_sign, + STATE(6051), 1, + sym_type_annotation, + STATE(6320), 1, + sym_type_constraints, + STATE(7584), 1, + sym__expression_with_willset_didset, + STATE(7588), 1, + sym__expression_without_willset_didset, + STATE(7590), 1, + sym_willset_didset_block, + STATE(7594), 1, + sym_computed_property, + ACTIONS(4500), 5, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_COMMA, + anon_sym_RBRACE, + [248160] = 5, + STATE(6457), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(6663), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(9170), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(9168), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [248188] = 5, + STATE(2109), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2103), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(3036), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(3034), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [248216] = 5, + ACTIONS(1843), 1, + sym__dot_custom, + STATE(971), 1, + sym_navigation_suffix, + STATE(5618), 1, + sym__dot, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2294), 12, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_BANG2, + anon_sym_RBRACK, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + [248244] = 6, + ACTIONS(9135), 1, + sym__throws_keyword, + ACTIONS(9137), 1, + sym__rethrows_keyword, + ACTIONS(9172), 1, + sym__async_keyword_custom, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5828), 4, + sym__async_keyword, + sym_throws, + sym_throws_clause, + aux_sym__getter_effects, + ACTIONS(9133), 8, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_get, + anon_sym_set, + anon_sym__modify, + anon_sym_AT, + anon_sym_mutating, + anon_sym_nonmutating, + [248274] = 5, + STATE(2085), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2198), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(8183), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8181), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [248302] = 5, + STATE(6425), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(6663), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(9170), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(9168), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [248330] = 5, + STATE(2726), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1910), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(8143), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8141), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [248358] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2294), 16, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [248380] = 5, + STATE(7638), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2198), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(8183), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8181), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [248408] = 5, + STATE(6480), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(6663), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(9170), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(9168), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [248436] = 12, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8869), 1, + sym__arrow_operator_custom, + ACTIONS(8871), 1, + sym__async_keyword_custom, + ACTIONS(9038), 1, + anon_sym_DOT, + ACTIONS(9127), 1, + anon_sym_AMP, + STATE(4235), 1, + sym__arrow_operator, + STATE(6287), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(6994), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8619), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2177), 4, + sym__as_custom, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_in, + [248478] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2290), 15, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [248500] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2211), 16, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [248522] = 3, + ACTIONS(5), 1, + sym_comment, + STATE(5764), 1, + aux_sym_protocol_composition_type_repeat1, + ACTIONS(2317), 15, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [248546] = 5, + STATE(2097), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2198), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(8183), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8181), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [248574] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2298), 16, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [248596] = 5, + STATE(6597), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(6811), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(3693), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(3691), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [248624] = 5, + STATE(5347), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5421), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(9176), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(9174), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [248652] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(9178), 1, + anon_sym_AMP, + STATE(5764), 1, + aux_sym_protocol_composition_type_repeat1, + ACTIONS(2189), 14, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_LBRACE, + anon_sym_RBRACE, + [248678] = 5, + STATE(6724), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(6937), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2886), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2884), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [248706] = 5, + STATE(6527), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(6811), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(3693), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(3691), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [248734] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2247), 16, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [248756] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2274), 16, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [248778] = 5, + STATE(6556), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(6811), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(3693), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(3691), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [248806] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2223), 16, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [248828] = 3, + ACTIONS(2300), 1, + anon_sym_QMARK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2302), 14, + sym__arrow_operator_custom, + sym__dot_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LT, + anon_sym_in, + [248852] = 5, + STATE(6153), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(6312), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(9183), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(9181), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [248880] = 5, + STATE(6401), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(6461), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(9187), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(9185), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [248908] = 5, + STATE(7267), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(7378), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(9191), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(9189), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [248936] = 5, + STATE(6204), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(6312), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(9183), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(9181), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [248964] = 5, + STATE(6238), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(6312), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(9183), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(9181), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [248992] = 4, + ACTIONS(8538), 1, + anon_sym_QMARK2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5784), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2087), 12, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [249018] = 5, + ACTIONS(9193), 1, + sym__dot_custom, + STATE(5553), 1, + sym__dot, + STATE(5778), 1, + aux_sym_user_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2101), 12, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym_else, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + [249046] = 5, + STATE(3871), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(3884), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(9198), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(9196), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [249074] = 5, + STATE(838), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(844), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(763), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(761), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [249102] = 5, + STATE(3863), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(3884), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(9198), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(9196), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [249130] = 5, + STATE(2070), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2198), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(8183), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8181), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [249158] = 5, + STATE(3870), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(3884), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(9198), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(9196), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [249186] = 4, + ACTIONS(8538), 1, + anon_sym_QMARK2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5788), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2123), 12, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [249212] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2203), 15, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [249234] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2219), 16, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [249256] = 5, + STATE(6131), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(6041), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(9202), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(9200), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [249284] = 4, + ACTIONS(9204), 1, + anon_sym_QMARK2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5788), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2144), 12, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [249310] = 5, + STATE(1928), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1949), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(9209), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(9207), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [249338] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2290), 16, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [249360] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2207), 15, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [249382] = 5, + STATE(5908), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(6413), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(9213), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(9211), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [249410] = 5, + STATE(6103), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(6105), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(9217), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(9215), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [249438] = 5, + STATE(2347), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2368), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(3339), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(3337), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [249466] = 6, + ACTIONS(9135), 1, + sym__throws_keyword, + ACTIONS(9137), 1, + sym__rethrows_keyword, + ACTIONS(9221), 1, + sym__async_keyword_custom, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5724), 4, + sym__async_keyword, + sym_throws, + sym_throws_clause, + aux_sym__getter_effects, + ACTIONS(9219), 8, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_get, + anon_sym_set, + anon_sym__modify, + anon_sym_AT, + anon_sym_mutating, + anon_sym_nonmutating, + [249496] = 5, + STATE(6712), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(6937), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2886), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2884), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [249524] = 5, + STATE(6310), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(6275), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(9225), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(9223), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [249552] = 5, + STATE(6091), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(6124), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(9229), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(9227), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [249580] = 5, + STATE(5742), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5690), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(9233), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(9231), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [249608] = 5, + STATE(6222), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(6227), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(9237), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(9235), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [249636] = 5, + STATE(1897), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1901), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(9241), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(9239), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [249664] = 5, + STATE(5564), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5488), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(9245), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(9243), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [249692] = 5, + STATE(2273), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2217), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(3282), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(3280), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [249720] = 5, + STATE(7617), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(7306), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(8135), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8133), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [249748] = 5, + STATE(2300), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2218), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(3302), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(3300), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [249776] = 5, + STATE(5931), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5903), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(9249), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(9247), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [249804] = 5, + STATE(6197), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(6211), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(9253), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(9251), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [249832] = 5, + STATE(5906), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5905), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(9257), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(9255), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [249860] = 5, + STATE(2004), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2011), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(9261), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(9259), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [249888] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2282), 15, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [249910] = 5, + STATE(6208), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(6163), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(9265), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(9263), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [249938] = 5, + STATE(7551), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2198), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(8183), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8181), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [249966] = 6, + ACTIONS(2149), 1, + anon_sym_DOT, + ACTIONS(9267), 1, + sym__dot_custom, + STATE(5565), 1, + sym__dot, + STATE(5818), 1, + aux_sym_user_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2151), 11, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_DOT_DOT_DOT, + [249996] = 5, + STATE(2054), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2055), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(3008), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(3006), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [250024] = 5, + STATE(1091), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1106), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(1936), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(1934), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [250052] = 5, + STATE(3513), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(3233), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(9271), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(9269), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [250080] = 5, + STATE(6066), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(6073), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(9275), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(9273), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [250108] = 6, + ACTIONS(2164), 1, + anon_sym_DOT, + ACTIONS(9267), 1, + sym__dot_custom, + STATE(5565), 1, + sym__dot, + STATE(5676), 1, + aux_sym_user_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2166), 11, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_DOT_DOT_DOT, + [250138] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2306), 15, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [250160] = 5, + STATE(8637), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [250188] = 6, + ACTIONS(9279), 1, + sym__throws_keyword, + ACTIONS(9282), 1, + sym__rethrows_keyword, + ACTIONS(9285), 1, + sym__async_keyword_custom, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5821), 4, + sym__async_keyword, + sym_throws, + sym_throws_clause, + aux_sym__getter_effects, + ACTIONS(9277), 8, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_get, + anon_sym_set, + anon_sym__modify, + anon_sym_AT, + anon_sym_mutating, + anon_sym_nonmutating, + [250218] = 5, + STATE(2202), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2190), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(3247), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(3245), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [250246] = 5, + STATE(9130), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [250274] = 5, + STATE(3944), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(3935), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(9290), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(9288), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [250302] = 5, + STATE(9140), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [250330] = 5, + STATE(3809), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(3829), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(9294), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(9292), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [250358] = 5, + STATE(3845), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(3839), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(9298), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(9296), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [250386] = 6, + ACTIONS(9135), 1, + sym__throws_keyword, + ACTIONS(9137), 1, + sym__rethrows_keyword, + ACTIONS(9139), 1, + sym__async_keyword_custom, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5821), 4, + sym__async_keyword, + sym_throws, + sym_throws_clause, + aux_sym__getter_effects, + ACTIONS(9300), 8, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_get, + anon_sym_set, + anon_sym__modify, + anon_sym_AT, + anon_sym_mutating, + anon_sym_nonmutating, + [250416] = 5, + STATE(1066), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1055), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(1913), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(1911), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [250444] = 5, + STATE(9118), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [250472] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2286), 15, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [250494] = 5, + ACTIONS(2085), 1, + anon_sym_QMARK, + ACTIONS(8498), 1, + anon_sym_QMARK2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5657), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2087), 11, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + [250522] = 3, + ACTIONS(2213), 1, + anon_sym_QMARK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2215), 14, + sym__arrow_operator_custom, + sym__dot_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + [250546] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2219), 15, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [250568] = 5, + STATE(6710), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(6937), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2886), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2884), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [250596] = 5, + STATE(6759), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(6937), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2886), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2884), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [250624] = 5, + STATE(6760), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(6937), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2886), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2884), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [250652] = 5, + STATE(6721), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(6937), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2886), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2884), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [250680] = 5, + STATE(6734), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(6937), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2886), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2884), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [250708] = 5, + STATE(9128), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [250736] = 5, + STATE(8081), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [250764] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2247), 15, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_BANG2, + anon_sym_RBRACK, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LBRACE, + anon_sym_in, + [250786] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2274), 15, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_BANG2, + anon_sym_RBRACK, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LBRACE, + anon_sym_in, + [250808] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2227), 15, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [250830] = 5, + STATE(6782), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(6937), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2886), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2884), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [250858] = 5, + STATE(6738), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(6937), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2886), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2884), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [250886] = 5, + STATE(6744), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(6937), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2886), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2884), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [250914] = 5, + STATE(6691), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(6937), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2886), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2884), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [250942] = 5, + STATE(6709), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(6937), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2886), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2884), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [250970] = 5, + STATE(9296), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [250998] = 5, + STATE(8197), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [251026] = 5, + STATE(7176), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [251054] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(9304), 4, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_LPAREN, + ACTIONS(9302), 11, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_in, + anon_sym_self, + anon_sym_borrowing, + anon_sym_consuming, + [251078] = 5, + STATE(6686), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(6937), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2886), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2884), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [251106] = 5, + STATE(6716), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(6937), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2886), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2884), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [251134] = 5, + STATE(6740), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(6937), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2886), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2884), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [251162] = 5, + STATE(9326), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [251190] = 5, + STATE(8302), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [251218] = 5, + ACTIONS(2085), 1, + anon_sym_QMARK, + ACTIONS(8682), 1, + anon_sym_QMARK2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5880), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2087), 11, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_in, + [251246] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2286), 15, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_BANG2, + anon_sym_RBRACK, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LBRACE, + anon_sym_in, + [251268] = 5, + STATE(6778), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(6937), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2886), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2884), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [251296] = 5, + STATE(9091), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [251324] = 5, + STATE(7862), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [251352] = 5, + STATE(9198), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [251380] = 5, + STATE(8126), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [251408] = 5, + STATE(9115), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [251436] = 5, + STATE(8390), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [251464] = 5, + STATE(9172), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [251492] = 5, + STATE(8514), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [251520] = 5, + STATE(2047), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2198), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(8183), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8181), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [251548] = 5, + STATE(6519), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(6758), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(3825), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(3823), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [251576] = 5, + STATE(9205), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [251604] = 5, + STATE(7738), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [251632] = 12, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8869), 1, + sym__arrow_operator_custom, + ACTIONS(8871), 1, + sym__async_keyword_custom, + ACTIONS(9038), 1, + anon_sym_DOT, + ACTIONS(9127), 1, + anon_sym_AMP, + STATE(4235), 1, + sym__arrow_operator, + STATE(6287), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(6994), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8619), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2173), 4, + sym__as_custom, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_in, + [251674] = 5, + STATE(9312), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [251702] = 5, + STATE(7799), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [251730] = 12, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8869), 1, + sym__arrow_operator_custom, + ACTIONS(8871), 1, + sym__async_keyword_custom, + ACTIONS(9038), 1, + anon_sym_DOT, + ACTIONS(9127), 1, + anon_sym_AMP, + STATE(4235), 1, + sym__arrow_operator, + STATE(6287), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(6994), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8619), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2181), 4, + sym__as_custom, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_in, + [251772] = 6, + STATE(4235), 1, + sym__arrow_operator, + STATE(6287), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(6994), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8619), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2108), 10, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_AMP, + anon_sym_in, + [251802] = 6, + STATE(4235), 1, + sym__arrow_operator, + STATE(6287), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(6994), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8619), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2185), 10, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_AMP, + anon_sym_in, + [251832] = 5, + ACTIONS(2121), 1, + anon_sym_QMARK, + ACTIONS(8682), 1, + anon_sym_QMARK2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5892), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2123), 11, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_in, + [251860] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2302), 15, + sym__arrow_operator_custom, + sym__dot_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LT, + anon_sym_GT, + anon_sym_LBRACE, + [251882] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2286), 16, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [251904] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2101), 15, + sym__arrow_operator_custom, + sym__dot_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LT, + anon_sym_GT, + anon_sym_LBRACE, + [251926] = 5, + STATE(9035), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [251954] = 5, + STATE(7443), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2198), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(8183), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8181), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [251982] = 5, + STATE(9138), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [252010] = 5, + STATE(7493), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2198), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(8183), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8181), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [252038] = 5, + STATE(8993), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [252066] = 5, + STATE(7508), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2198), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(8183), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(8181), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [252094] = 3, + ACTIONS(2099), 1, + anon_sym_QMARK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2101), 14, + sym__arrow_operator_custom, + sym__dot_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + [252118] = 12, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8869), 1, + sym__arrow_operator_custom, + ACTIONS(8871), 1, + sym__async_keyword_custom, + ACTIONS(9038), 1, + anon_sym_DOT, + ACTIONS(9127), 1, + anon_sym_AMP, + STATE(4235), 1, + sym__arrow_operator, + STATE(6287), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(6994), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8619), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2189), 4, + sym__as_custom, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_in, + [252160] = 5, + ACTIONS(2142), 1, + anon_sym_QMARK, + ACTIONS(9306), 1, + anon_sym_QMARK2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5892), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2144), 11, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_in, + [252188] = 5, + STATE(9245), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [252216] = 5, + STATE(9266), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [252244] = 5, + STATE(9277), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [252272] = 5, + STATE(9286), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [252300] = 5, + STATE(9295), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [252328] = 5, + STATE(9304), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [252356] = 5, + STATE(9313), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5063), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(2114), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(2112), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [252384] = 5, + STATE(1851), 1, + sym_simple_identifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1824), 2, + sym__contextual_simple_identifier, + sym__parameter_ownership_modifier, + ACTIONS(9311), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(9309), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [252412] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2306), 14, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_BANG2, + anon_sym_RBRACK, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LBRACE, + anon_sym_in, + [252433] = 3, + STATE(5922), 1, + aux_sym_protocol_composition_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2317), 13, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LT, + anon_sym_GT, + anon_sym_LBRACE, + [252456] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2302), 14, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [252477] = 12, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8911), 1, + sym__arrow_operator_custom, + ACTIONS(8913), 1, + sym__async_keyword_custom, + ACTIONS(9313), 1, + anon_sym_DOT, + ACTIONS(9315), 1, + anon_sym_AMP, + STATE(4405), 1, + sym__arrow_operator, + STATE(6349), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7015), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8742), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2177), 3, + sym__eq_custom, + sym__eq_eq_custom, + anon_sym_COLON, + [252518] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2302), 15, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [252539] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2278), 15, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [252560] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2298), 14, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [252581] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2278), 14, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_BANG2, + anon_sym_RBRACK, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LBRACE, + anon_sym_in, + [252602] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2203), 15, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [252623] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2207), 15, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [252644] = 9, + ACTIONS(9317), 1, + anon_sym_repeat, + ACTIONS(9319), 1, + anon_sym_if, + ACTIONS(9321), 1, + anon_sym_switch, + ACTIONS(9323), 1, + anon_sym_guard, + ACTIONS(9325), 1, + anon_sym_do, + ACTIONS(9327), 1, + anon_sym_for, + ACTIONS(9329), 1, + anon_sym_while, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(4676), 7, + sym_if_statement, + sym_guard_statement, + sym_switch_statement, + sym_do_statement, + sym_for_statement, + sym_while_statement, + sym_repeat_while_statement, + [252679] = 3, + ACTIONS(2099), 1, + anon_sym_QMARK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2101), 13, + sym__arrow_operator_custom, + sym__dot_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_in, + [252702] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2282), 15, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [252723] = 12, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8911), 1, + sym__arrow_operator_custom, + ACTIONS(8913), 1, + sym__async_keyword_custom, + ACTIONS(9313), 1, + anon_sym_DOT, + ACTIONS(9315), 1, + anon_sym_AMP, + STATE(4405), 1, + sym__arrow_operator, + STATE(6349), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7015), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8742), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2173), 3, + sym__eq_custom, + sym__eq_eq_custom, + anon_sym_COLON, + [252764] = 12, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8911), 1, + sym__arrow_operator_custom, + ACTIONS(8913), 1, + sym__async_keyword_custom, + ACTIONS(9313), 1, + anon_sym_DOT, + ACTIONS(9315), 1, + anon_sym_AMP, + STATE(4405), 1, + sym__arrow_operator, + STATE(6349), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7015), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8742), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2181), 3, + sym__eq_custom, + sym__eq_eq_custom, + anon_sym_COLON, + [252805] = 6, + STATE(4405), 1, + sym__arrow_operator, + STATE(6349), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7015), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8742), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2185), 9, + sym__arrow_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_AMP, + [252834] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2306), 15, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [252855] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2199), 15, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [252876] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2231), 15, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [252897] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2298), 14, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LT, + anon_sym_GT, + anon_sym_LBRACE, + [252918] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2219), 15, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [252939] = 4, + ACTIONS(9331), 1, + anon_sym_AMP, + STATE(5922), 1, + aux_sym_protocol_composition_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2189), 12, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_LT, + anon_sym_GT, + anon_sym_LBRACE, + [252964] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2235), 15, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [252985] = 12, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8911), 1, + sym__arrow_operator_custom, + ACTIONS(8913), 1, + sym__async_keyword_custom, + ACTIONS(9313), 1, + anon_sym_DOT, + ACTIONS(9315), 1, + anon_sym_AMP, + STATE(4405), 1, + sym__arrow_operator, + STATE(6349), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7015), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8742), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2189), 3, + sym__eq_custom, + sym__eq_eq_custom, + anon_sym_COLON, + [253026] = 3, + ACTIONS(2213), 1, + anon_sym_QMARK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2215), 13, + sym__arrow_operator_custom, + sym__dot_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + [253049] = 3, + STATE(5945), 1, + aux_sym_protocol_composition_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2317), 13, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_BANG2, + anon_sym_RBRACK, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LBRACE, + [253072] = 4, + ACTIONS(9334), 1, + anon_sym_AMP, + STATE(5927), 1, + aux_sym_protocol_composition_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2189), 12, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_LBRACE, + anon_sym_RBRACE, + [253097] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2227), 15, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [253118] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2286), 14, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [253139] = 12, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8634), 1, + anon_sym_DOT, + ACTIONS(9032), 1, + sym__arrow_operator_custom, + ACTIONS(9034), 1, + sym__async_keyword_custom, + ACTIONS(9337), 1, + anon_sym_AMP, + STATE(4246), 1, + sym__arrow_operator, + STATE(6367), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7022), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8805), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2177), 3, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_in, + [253180] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2278), 14, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [253201] = 3, + STATE(5927), 1, + aux_sym_protocol_composition_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2317), 13, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [253224] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2203), 14, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_BANG2, + anon_sym_RBRACK, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LBRACE, + anon_sym_in, + [253245] = 4, + ACTIONS(9339), 1, + anon_sym_LPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4073), 4, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_AT, + ACTIONS(4071), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [253270] = 3, + ACTIONS(2213), 1, + anon_sym_QMARK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2215), 13, + sym__arrow_operator_custom, + sym__dot_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_in, + [253293] = 3, + ACTIONS(2197), 1, + anon_sym_QMARK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2199), 13, + sym__arrow_operator_custom, + sym__dot_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + [253316] = 3, + ACTIONS(2229), 1, + anon_sym_QMARK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2231), 13, + sym__arrow_operator_custom, + sym__dot_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + [253339] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2247), 14, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LT, + anon_sym_GT, + anon_sym_LBRACE, + [253360] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2274), 14, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LT, + anon_sym_GT, + anon_sym_LBRACE, + [253381] = 3, + ACTIONS(2233), 1, + anon_sym_QMARK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2235), 13, + sym__arrow_operator_custom, + sym__dot_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + [253404] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2294), 14, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LT, + anon_sym_GT, + anon_sym_LBRACE, + [253425] = 6, + STATE(4405), 1, + sym__arrow_operator, + STATE(6349), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7015), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8742), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2108), 9, + sym__arrow_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_AMP, + [253454] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2207), 14, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_BANG2, + anon_sym_RBRACK, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LBRACE, + anon_sym_in, + [253475] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2211), 14, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [253496] = 4, + ACTIONS(9341), 1, + anon_sym_AMP, + STATE(5945), 1, + aux_sym_protocol_composition_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2189), 12, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_BANG2, + anon_sym_RBRACK, + anon_sym_DOT, + anon_sym_GT, + anon_sym_LBRACE, + [253521] = 3, + ACTIONS(2197), 1, + anon_sym_QMARK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2199), 13, + sym__arrow_operator_custom, + sym__dot_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_in, + [253544] = 12, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8634), 1, + anon_sym_DOT, + ACTIONS(9032), 1, + sym__arrow_operator_custom, + ACTIONS(9034), 1, + sym__async_keyword_custom, + ACTIONS(9337), 1, + anon_sym_AMP, + STATE(4246), 1, + sym__arrow_operator, + STATE(6367), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7022), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8805), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2189), 3, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_in, + [253585] = 3, + ACTIONS(2229), 1, + anon_sym_QMARK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2231), 13, + sym__arrow_operator_custom, + sym__dot_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_in, + [253608] = 3, + ACTIONS(2233), 1, + anon_sym_QMARK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2235), 13, + sym__arrow_operator_custom, + sym__dot_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_in, + [253631] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2223), 14, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LT, + anon_sym_GT, + anon_sym_LBRACE, + [253652] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2247), 14, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [253673] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2219), 14, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [253694] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2203), 14, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [253715] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2101), 15, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [253736] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2207), 14, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [253757] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2286), 14, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LT, + anon_sym_GT, + anon_sym_LBRACE, + [253778] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2274), 14, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [253799] = 12, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8911), 1, + sym__arrow_operator_custom, + ACTIONS(8913), 1, + sym__async_keyword_custom, + ACTIONS(9315), 1, + anon_sym_AMP, + ACTIONS(9346), 1, + anon_sym_DOT, + STATE(4405), 1, + sym__arrow_operator, + STATE(6349), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7015), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8742), 2, + sym_throws, + sym_throws_clause, + ACTIONS(9344), 3, + sym__eq_custom, + sym__eq_eq_custom, + anon_sym_COLON, + [253840] = 3, + STATE(5964), 1, + aux_sym_protocol_composition_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2317), 13, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_AMP, + anon_sym_LBRACE, + [253863] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2302), 14, + sym__arrow_operator_custom, + sym__dot_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym_else, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LT, + [253884] = 3, + ACTIONS(2284), 1, + anon_sym_QMARK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2286), 13, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + [253907] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(1550), 5, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_RPAREN, + anon_sym_COMMA, + ACTIONS(9348), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [253930] = 11, + ACTIONS(8894), 1, + anon_sym_LBRACE, + ACTIONS(8896), 1, + sym__eq_custom, + ACTIONS(8898), 1, + sym_where_keyword, + STATE(624), 1, + sym__equal_sign, + STATE(6219), 1, + sym_type_constraints, + STATE(7139), 1, + sym__expression_with_willset_didset, + STATE(7140), 1, + sym__expression_without_willset_didset, + STATE(7141), 1, + sym_willset_didset_block, + STATE(7143), 1, + sym_computed_property, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4558), 5, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_RBRACE, + [253969] = 4, + ACTIONS(9350), 1, + anon_sym_AMP, + STATE(5964), 1, + aux_sym_protocol_composition_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2189), 12, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LBRACE, + [253994] = 3, + ACTIONS(2099), 1, + anon_sym_QMARK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2101), 13, + sym__arrow_operator_custom, + sym__dot_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + [254017] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2282), 14, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [254038] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2306), 14, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [254059] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2223), 14, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [254080] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2215), 15, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [254101] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2294), 15, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [254122] = 12, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8911), 1, + sym__arrow_operator_custom, + ACTIONS(8913), 1, + sym__async_keyword_custom, + ACTIONS(9313), 1, + anon_sym_DOT, + ACTIONS(9315), 1, + anon_sym_AMP, + STATE(4405), 1, + sym__arrow_operator, + STATE(6349), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7015), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8742), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2158), 3, + sym__eq_custom, + sym__eq_eq_custom, + anon_sym_COLON, + [254163] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2211), 15, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [254184] = 5, + ACTIONS(4342), 1, + anon_sym_LT, + ACTIONS(9353), 1, + anon_sym_COLON, + STATE(1797), 1, + sym_type_arguments, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2193), 11, + sym__arrow_operator_custom, + sym__dot_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + [254211] = 5, + ACTIONS(2193), 1, + sym__dot_custom, + ACTIONS(4544), 1, + anon_sym_LT, + STATE(2076), 1, + sym_type_arguments, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4542), 11, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_where_keyword, + sym__as_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LBRACE, + anon_sym_RBRACE, + [254238] = 12, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8634), 1, + anon_sym_DOT, + ACTIONS(9032), 1, + sym__arrow_operator_custom, + ACTIONS(9034), 1, + sym__async_keyword_custom, + ACTIONS(9337), 1, + anon_sym_AMP, + STATE(4246), 1, + sym__arrow_operator, + STATE(6367), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7022), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8805), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2158), 3, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_in, + [254279] = 3, + ACTIONS(5), 1, + sym_comment, + STATE(5983), 1, + aux_sym_protocol_composition_type_repeat1, + ACTIONS(2317), 14, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [254302] = 12, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8634), 1, + anon_sym_DOT, + ACTIONS(9032), 1, + sym__arrow_operator_custom, + ACTIONS(9034), 1, + sym__async_keyword_custom, + ACTIONS(9337), 1, + anon_sym_AMP, + STATE(4246), 1, + sym__arrow_operator, + STATE(6367), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7022), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8805), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2173), 3, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_in, + [254343] = 12, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8634), 1, + anon_sym_DOT, + ACTIONS(9032), 1, + sym__arrow_operator_custom, + ACTIONS(9034), 1, + sym__async_keyword_custom, + ACTIONS(9337), 1, + anon_sym_AMP, + STATE(4246), 1, + sym__arrow_operator, + STATE(6367), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7022), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8805), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2181), 3, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_in, + [254384] = 6, + STATE(4246), 1, + sym__arrow_operator, + STATE(6367), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7022), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8805), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2108), 9, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_in, + [254413] = 6, + STATE(4246), 1, + sym__arrow_operator, + STATE(6367), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(7022), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8805), 2, + sym_throws, + sym_throws_clause, + ACTIONS(2185), 9, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_in, + [254442] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2101), 14, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [254463] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2298), 15, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [254484] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(9355), 1, + anon_sym_AMP, + STATE(5983), 1, + aux_sym_protocol_composition_type_repeat1, + ACTIONS(2189), 13, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_LBRACE, + anon_sym_RBRACE, + [254509] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2290), 14, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [254530] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2247), 15, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [254551] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2274), 15, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [254572] = 5, + ACTIONS(4342), 1, + anon_sym_LT, + ACTIONS(9358), 1, + anon_sym_COLON, + STATE(1797), 1, + sym_type_arguments, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2193), 11, + sym__arrow_operator_custom, + sym__dot_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + [254599] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2282), 14, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_BANG2, + anon_sym_RBRACK, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LBRACE, + anon_sym_in, + [254620] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2227), 14, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LT, + anon_sym_GT, + anon_sym_LBRACE, + [254641] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2223), 15, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [254662] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2215), 14, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [254683] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2219), 14, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LT, + anon_sym_GT, + anon_sym_LBRACE, + [254704] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2294), 14, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [254725] = 3, + ACTIONS(2292), 1, + anon_sym_QMARK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2294), 13, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + [254748] = 9, + ACTIONS(9360), 1, + anon_sym_repeat, + ACTIONS(9362), 1, + anon_sym_if, + ACTIONS(9364), 1, + anon_sym_switch, + ACTIONS(9366), 1, + anon_sym_guard, + ACTIONS(9368), 1, + anon_sym_do, + ACTIONS(9370), 1, + anon_sym_for, + ACTIONS(9372), 1, + anon_sym_while, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(7457), 7, + sym_if_statement, + sym_guard_statement, + sym_switch_statement, + sym_do_statement, + sym_for_statement, + sym_while_statement, + sym_repeat_while_statement, + [254783] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2199), 14, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [254804] = 3, + ACTIONS(2209), 1, + anon_sym_QMARK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2211), 13, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + [254827] = 3, + STATE(6000), 1, + aux_sym_protocol_composition_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2317), 13, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_AMP, + [254850] = 3, + ACTIONS(2296), 1, + anon_sym_QMARK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2298), 13, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + [254873] = 4, + ACTIONS(9374), 1, + anon_sym_AMP, + STATE(6000), 1, + aux_sym_protocol_composition_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2189), 12, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK, + [254898] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2231), 14, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [254919] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2290), 14, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LT, + anon_sym_GT, + anon_sym_LBRACE, + [254940] = 3, + ACTIONS(2245), 1, + anon_sym_QMARK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2247), 13, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + [254963] = 3, + ACTIONS(2272), 1, + anon_sym_QMARK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2274), 13, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + [254986] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2087), 14, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_BANG2, + anon_sym_RBRACK, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LBRACE, + anon_sym_in, + [255007] = 3, + ACTIONS(2221), 1, + anon_sym_QMARK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2223), 13, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + [255030] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2290), 15, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [255051] = 4, + ACTIONS(8695), 1, + anon_sym_QMARK2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(6013), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2087), 11, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym_else, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + [255076] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2235), 14, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__dot_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [255097] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2087), 14, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [255118] = 3, + ACTIONS(2217), 1, + anon_sym_QMARK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2219), 13, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + [255141] = 3, + ACTIONS(2288), 1, + anon_sym_QMARK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2290), 13, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + [255164] = 4, + ACTIONS(8695), 1, + anon_sym_QMARK2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(6015), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2123), 11, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym_else, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + [255189] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2087), 15, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [255210] = 4, + ACTIONS(9377), 1, + anon_sym_QMARK2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(6015), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2144), 11, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym_else, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + [255235] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2286), 15, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [255256] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2211), 14, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LT, + anon_sym_GT, + anon_sym_LBRACE, + [255277] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2227), 14, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [255298] = 3, + ACTIONS(2225), 1, + anon_sym_QMARK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2227), 13, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + [255321] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2207), 14, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [255341] = 3, + ACTIONS(2217), 1, + anon_sym_QMARK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2219), 12, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + [255363] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2298), 13, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [255383] = 4, + ACTIONS(9380), 1, + anon_sym_AMP, + STATE(6023), 1, + aux_sym_protocol_composition_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2189), 11, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_LBRACE, + anon_sym_RBRACE, + [255407] = 3, + ACTIONS(2296), 1, + anon_sym_QMARK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2298), 12, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + [255429] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2247), 13, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [255449] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2274), 13, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [255469] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2193), 1, + sym__dot_custom, + ACTIONS(4544), 1, + anon_sym_LT, + STATE(2076), 1, + sym_type_arguments, + ACTIONS(4542), 11, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_where_keyword, + sym__as_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LBRACE, + anon_sym_RBRACE, + [255495] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2282), 13, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LT, + anon_sym_GT, + anon_sym_LBRACE, + [255515] = 3, + ACTIONS(2221), 1, + anon_sym_QMARK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2223), 12, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_in, + [255537] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2223), 13, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [255557] = 4, + ACTIONS(7712), 1, + anon_sym_LPAREN, + STATE(6306), 1, + sym__tuple_pattern, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4621), 11, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_where_keyword, + sym__as_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LBRACE, + anon_sym_RBRACE, + [255581] = 4, + ACTIONS(9086), 1, + anon_sym_LT, + STATE(6292), 1, + sym_type_arguments, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2193), 11, + sym__arrow_operator_custom, + sym__dot_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + [255605] = 3, + ACTIONS(2225), 1, + anon_sym_QMARK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2227), 12, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + [255627] = 11, + ACTIONS(8703), 1, + anon_sym_LBRACE, + ACTIONS(8705), 1, + sym__throws_keyword, + ACTIONS(8707), 1, + sym__rethrows_keyword, + ACTIONS(8709), 1, + sym_where_keyword, + STATE(6471), 1, + sym_throws, + STATE(6472), 1, + sym_throws_clause, + STATE(6761), 1, + sym_type_constraints, + STATE(7300), 1, + sym__block, + STATE(7646), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4656), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [255665] = 11, + ACTIONS(8703), 1, + anon_sym_LBRACE, + ACTIONS(8705), 1, + sym__throws_keyword, + ACTIONS(8707), 1, + sym__rethrows_keyword, + ACTIONS(8709), 1, + sym_where_keyword, + STATE(6474), 1, + sym_throws, + STATE(6475), 1, + sym_throws_clause, + STATE(6769), 1, + sym_type_constraints, + STATE(7300), 1, + sym__block, + STATE(7663), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4656), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [255703] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2215), 13, + sym__arrow_operator_custom, + sym__dot_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym_else, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + [255723] = 3, + ACTIONS(2221), 1, + anon_sym_QMARK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2223), 12, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + [255745] = 3, + ACTIONS(2288), 1, + anon_sym_QMARK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2290), 12, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + [255767] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2203), 13, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [255787] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4080), 4, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_AT, + ACTIONS(4078), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [255809] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2302), 13, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LT, + anon_sym_GT, + anon_sym_LBRACE, + [255829] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4051), 4, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_AT, + ACTIONS(4049), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [255851] = 3, + ACTIONS(2284), 1, + anon_sym_QMARK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2286), 12, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + [255873] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2306), 13, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LT, + anon_sym_GT, + anon_sym_LBRACE, + [255893] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4084), 4, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_AT, + ACTIONS(4082), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [255915] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2290), 13, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [255935] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2087), 13, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [255955] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2219), 13, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [255975] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(9385), 4, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_RBRACE, + ACTIONS(9383), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [255997] = 3, + ACTIONS(2217), 1, + anon_sym_QMARK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2219), 12, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_in, + [256019] = 11, + ACTIONS(5), 1, + sym_comment, + ACTIONS(9162), 1, + anon_sym_LBRACE, + ACTIONS(9164), 1, + sym__eq_custom, + ACTIONS(9166), 1, + sym_where_keyword, + STATE(617), 1, + sym__equal_sign, + STATE(6304), 1, + sym_type_constraints, + STATE(7309), 1, + sym__expression_with_willset_didset, + STATE(7310), 1, + sym__expression_without_willset_didset, + STATE(7312), 1, + sym_willset_didset_block, + STATE(7317), 1, + sym_computed_property, + ACTIONS(4558), 5, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_COMMA, + anon_sym_RBRACE, + [256057] = 5, + ACTIONS(9387), 1, + sym__dot_custom, + STATE(5538), 1, + sym__dot, + STATE(6052), 1, + aux_sym_user_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2101), 10, + sym__arrow_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + [256083] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2207), 13, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [256103] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2087), 13, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LT, + anon_sym_GT, + anon_sym_LBRACE, + [256123] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2282), 13, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [256143] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2227), 13, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [256163] = 4, + ACTIONS(9390), 1, + anon_sym_AMP, + STATE(6057), 1, + aux_sym_protocol_composition_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2189), 11, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_LBRACE, + [256187] = 3, + ACTIONS(2225), 1, + anon_sym_QMARK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2227), 12, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_in, + [256209] = 3, + ACTIONS(2288), 1, + anon_sym_QMARK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2290), 12, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_in, + [256231] = 3, + ACTIONS(2245), 1, + anon_sym_QMARK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2247), 12, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_in, + [256253] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2087), 14, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [256273] = 11, + ACTIONS(8703), 1, + anon_sym_LBRACE, + ACTIONS(8705), 1, + sym__throws_keyword, + ACTIONS(8707), 1, + sym__rethrows_keyword, + ACTIONS(8709), 1, + sym_where_keyword, + STATE(6409), 1, + sym_throws, + STATE(6415), 1, + sym_throws_clause, + STATE(6825), 1, + sym_type_constraints, + STATE(7300), 1, + sym__block, + STATE(7703), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4614), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [256311] = 3, + ACTIONS(2272), 1, + anon_sym_QMARK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2274), 12, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_in, + [256333] = 3, + ACTIONS(2292), 1, + anon_sym_QMARK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2294), 12, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + [256355] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2199), 13, + sym__arrow_operator_custom, + sym__dot_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym_else, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + [256375] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2278), 14, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [256395] = 5, + ACTIONS(8482), 1, + anon_sym_LT, + ACTIONS(9393), 1, + anon_sym_COLON, + STATE(5330), 1, + sym_type_arguments, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2193), 10, + sym__arrow_operator_custom, + sym__dot_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + [256421] = 11, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8333), 1, + anon_sym_QMARK2, + ACTIONS(8438), 1, + sym__arrow_operator_custom, + ACTIONS(8440), 1, + sym__async_keyword_custom, + STATE(4441), 1, + sym__arrow_operator, + STATE(6933), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2087), 2, + anon_sym_DOT, + anon_sym_AMP, + STATE(5403), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + STATE(8824), 2, + sym_throws, + sym_throws_clause, + [256459] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2203), 13, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LT, + anon_sym_GT, + anon_sym_LBRACE, + [256479] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2286), 13, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [256499] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2101), 13, + sym__arrow_operator_custom, + sym__dot_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym_else, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + [256519] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2207), 13, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LT, + anon_sym_GT, + anon_sym_LBRACE, + [256539] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2302), 14, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [256559] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2306), 13, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [256579] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2302), 13, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__eq_custom, + sym_where_keyword, + sym__as_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_LBRACE, + anon_sym_RBRACE, + [256599] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2203), 14, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [256619] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2231), 13, + sym__arrow_operator_custom, + sym__dot_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym_else, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + [256639] = 5, + ACTIONS(9395), 1, + sym__dot_custom, + STATE(5543), 1, + sym__dot, + STATE(6078), 1, + aux_sym_user_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2101), 10, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_in, + [256665] = 3, + STATE(6057), 1, + aux_sym_protocol_composition_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2317), 12, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_AMP, + anon_sym_LBRACE, + [256687] = 3, + STATE(6023), 1, + aux_sym_protocol_composition_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2317), 12, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [256709] = 5, + ACTIONS(9398), 1, + sym__dot_custom, + STATE(5543), 1, + sym__dot, + STATE(6078), 1, + aux_sym_user_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2166), 10, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_in, + [256735] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2294), 13, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [256755] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2294), 14, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [256775] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2282), 14, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [256795] = 11, + ACTIONS(8703), 1, + anon_sym_LBRACE, + ACTIONS(8705), 1, + sym__throws_keyword, + ACTIONS(8707), 1, + sym__rethrows_keyword, + ACTIONS(8709), 1, + sym_where_keyword, + STATE(6468), 1, + sym_throws, + STATE(6477), 1, + sym_throws_clause, + STATE(6830), 1, + sym_type_constraints, + STATE(7300), 1, + sym__block, + STATE(7318), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4604), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [256833] = 3, + ACTIONS(2245), 1, + anon_sym_QMARK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2247), 12, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + [256855] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2306), 14, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [256875] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2211), 14, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [256895] = 11, + ACTIONS(8703), 1, + anon_sym_LBRACE, + ACTIONS(8705), 1, + sym__throws_keyword, + ACTIONS(8707), 1, + sym__rethrows_keyword, + ACTIONS(8709), 1, + sym_where_keyword, + STATE(6403), 1, + sym_throws, + STATE(6410), 1, + sym_throws_clause, + STATE(6814), 1, + sym_type_constraints, + STATE(7300), 1, + sym__block, + STATE(7512), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4596), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [256933] = 3, + ACTIONS(5), 1, + sym_comment, + STATE(6104), 1, + aux_sym_protocol_composition_type_repeat1, + ACTIONS(2317), 13, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [256955] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2278), 13, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [256975] = 11, + ACTIONS(8703), 1, + anon_sym_LBRACE, + ACTIONS(8705), 1, + sym__throws_keyword, + ACTIONS(8707), 1, + sym__rethrows_keyword, + ACTIONS(8709), 1, + sym_where_keyword, + STATE(6482), 1, + sym_throws, + STATE(6484), 1, + sym_throws_clause, + STATE(6803), 1, + sym_type_constraints, + STATE(7300), 1, + sym__block, + STATE(7585), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4649), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [257013] = 3, + ACTIONS(2292), 1, + anon_sym_QMARK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2294), 12, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_in, + [257035] = 11, + ACTIONS(8703), 1, + anon_sym_LBRACE, + ACTIONS(8705), 1, + sym__throws_keyword, + ACTIONS(8707), 1, + sym__rethrows_keyword, + ACTIONS(8709), 1, + sym_where_keyword, + STATE(6389), 1, + sym_throws, + STATE(6391), 1, + sym_throws_clause, + STATE(6752), 1, + sym_type_constraints, + STATE(7300), 1, + sym__block, + STATE(7334), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4604), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [257073] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2437), 4, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + anon_sym_RBRACE, + ACTIONS(2435), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [257095] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2298), 14, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [257115] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2087), 13, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_AMP, + [257135] = 4, + ACTIONS(7712), 1, + anon_sym_LPAREN, + STATE(6307), 1, + sym__tuple_pattern, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4608), 11, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_where_keyword, + sym__as_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LBRACE, + anon_sym_RBRACE, + [257159] = 11, + ACTIONS(8703), 1, + anon_sym_LBRACE, + ACTIONS(8705), 1, + sym__throws_keyword, + ACTIONS(8707), 1, + sym__rethrows_keyword, + ACTIONS(8709), 1, + sym_where_keyword, + STATE(6394), 1, + sym_throws, + STATE(6414), 1, + sym_throws_clause, + STATE(6670), 1, + sym_type_constraints, + STATE(7300), 1, + sym__block, + STATE(7421), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4578), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [257197] = 11, + ACTIONS(8703), 1, + anon_sym_LBRACE, + ACTIONS(8705), 1, + sym__throws_keyword, + ACTIONS(8707), 1, + sym__rethrows_keyword, + ACTIONS(8709), 1, + sym_where_keyword, + STATE(6427), 1, + sym_throws, + STATE(6432), 1, + sym_throws_clause, + STATE(6732), 1, + sym_type_constraints, + STATE(7300), 1, + sym__block, + STATE(7454), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4578), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [257235] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2286), 14, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [257255] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2235), 13, + sym__arrow_operator_custom, + sym__dot_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym_else, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + [257275] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2278), 13, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_AMP, + [257295] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(9400), 1, + anon_sym_AMP, + STATE(6104), 1, + aux_sym_protocol_composition_type_repeat1, + ACTIONS(2189), 12, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_LBRACE, + anon_sym_RBRACE, + [257319] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2302), 13, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_AMP, + [257339] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2247), 14, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [257359] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2274), 14, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [257379] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2203), 13, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_AMP, + [257399] = 14, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(8942), 1, + anon_sym_LBRACE, + ACTIONS(9403), 1, + anon_sym_LPAREN, + ACTIONS(9405), 1, + sym__arrow_operator_custom, + ACTIONS(9407), 1, + sym__throws_keyword, + ACTIONS(9409), 1, + sym__rethrows_keyword, + ACTIONS(9411), 1, + sym__async_keyword_custom, + STATE(3965), 1, + sym__arrow_operator, + STATE(6460), 1, + sym__async_keyword, + STATE(6622), 1, + aux_sym__function_value_parameters, + STATE(7096), 1, + sym_throws, + STATE(7098), 1, + sym_throws_clause, + STATE(9260), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [257443] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2207), 13, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_AMP, + [257463] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2290), 14, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [257483] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2223), 14, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [257503] = 3, + ACTIONS(2209), 1, + anon_sym_QMARK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2211), 12, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_in, + [257525] = 11, + ACTIONS(8703), 1, + anon_sym_LBRACE, + ACTIONS(8705), 1, + sym__throws_keyword, + ACTIONS(8707), 1, + sym__rethrows_keyword, + ACTIONS(8709), 1, + sym_where_keyword, + STATE(6445), 1, + sym_throws, + STATE(6451), 1, + sym_throws_clause, + STATE(6671), 1, + sym_type_constraints, + STATE(7288), 1, + sym_function_body, + STATE(7300), 1, + sym__block, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4628), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [257563] = 3, + ACTIONS(2284), 1, + anon_sym_QMARK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2286), 12, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_in, + [257585] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2282), 13, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_AMP, + [257605] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2306), 13, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym_else, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_AMP, + [257625] = 3, + ACTIONS(2209), 1, + anon_sym_QMARK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2211), 12, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + [257647] = 11, + ACTIONS(8703), 1, + anon_sym_LBRACE, + ACTIONS(8705), 1, + sym__throws_keyword, + ACTIONS(8707), 1, + sym__rethrows_keyword, + ACTIONS(8709), 1, + sym_where_keyword, + STATE(6449), 1, + sym_throws, + STATE(6450), 1, + sym_throws_clause, + STATE(6684), 1, + sym_type_constraints, + STATE(7300), 1, + sym__block, + STATE(7550), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4589), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [257685] = 14, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(9060), 1, + anon_sym_LBRACE, + ACTIONS(9403), 1, + anon_sym_LPAREN, + ACTIONS(9407), 1, + sym__throws_keyword, + ACTIONS(9409), 1, + sym__rethrows_keyword, + ACTIONS(9413), 1, + sym__arrow_operator_custom, + ACTIONS(9415), 1, + sym__async_keyword_custom, + STATE(3999), 1, + sym__arrow_operator, + STATE(6456), 1, + sym__async_keyword, + STATE(6622), 1, + aux_sym__function_value_parameters, + STATE(7179), 1, + sym_throws, + STATE(7188), 1, + sym_throws_clause, + STATE(9063), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [257729] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2219), 14, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [257749] = 11, + ACTIONS(8703), 1, + anon_sym_LBRACE, + ACTIONS(8705), 1, + sym__throws_keyword, + ACTIONS(8707), 1, + sym__rethrows_keyword, + ACTIONS(8709), 1, + sym_where_keyword, + STATE(6390), 1, + sym_throws, + STATE(6393), 1, + sym_throws_clause, + STATE(6708), 1, + sym_type_constraints, + STATE(7300), 1, + sym__block, + STATE(7470), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4600), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [257787] = 5, + ACTIONS(9417), 1, + sym__dot_custom, + STATE(5538), 1, + sym__dot, + STATE(6125), 1, + aux_sym_user_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2151), 10, + sym__arrow_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + [257813] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2302), 13, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [257833] = 5, + ACTIONS(9417), 1, + sym__dot_custom, + STATE(5538), 1, + sym__dot, + STATE(6052), 1, + aux_sym_user_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2166), 10, + sym__arrow_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + [257859] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2227), 14, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [257879] = 4, + ACTIONS(7712), 1, + anon_sym_LPAREN, + STATE(6283), 1, + sym__tuple_pattern, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4632), 11, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_where_keyword, + sym__as_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LBRACE, + anon_sym_RBRACE, + [257903] = 3, + ACTIONS(2296), 1, + anon_sym_QMARK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2298), 12, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_in, + [257925] = 3, + ACTIONS(2272), 1, + anon_sym_QMARK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2274), 12, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + [257947] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2290), 13, + sym__arrow_operator_custom, + sym__dot_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_BANG2, + anon_sym_RBRACK, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + [257967] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2278), 13, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LT, + anon_sym_GT, + anon_sym_LBRACE, + [257987] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2211), 13, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [258007] = 5, + ACTIONS(9398), 1, + sym__dot_custom, + STATE(5543), 1, + sym__dot, + STATE(6081), 1, + aux_sym_user_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2151), 10, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_in, + [258033] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2207), 12, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [258052] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(9421), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(9419), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [258073] = 5, + ACTIONS(4757), 1, + sym__as_custom, + ACTIONS(9423), 1, + anon_sym_QMARK, + STATE(6370), 1, + sym__quest, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4751), 9, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_where_keyword, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LBRACE, + anon_sym_RBRACE, + [258098] = 4, + ACTIONS(8909), 1, + anon_sym_QMARK2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(6141), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2087), 9, + sym__arrow_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_AMP, + [258121] = 11, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + ACTIONS(8928), 1, + sym__throws_keyword, + ACTIONS(8930), 1, + sym__rethrows_keyword, + ACTIONS(8932), 1, + sym_where_keyword, + STATE(6559), 1, + sym_throws, + STATE(6565), 1, + sym_throws_clause, + STATE(6882), 1, + sym_type_constraints, + STATE(8400), 1, + sym__block, + STATE(8458), 1, + sym_function_body, + ACTIONS(4596), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [258158] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2219), 12, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym_else, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + [258177] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(9425), 1, + anon_sym_DQUOTE, + ACTIONS(9427), 1, + aux_sym_line_str_text_token1, + ACTIONS(9429), 1, + anon_sym_BSLASH, + ACTIONS(9431), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + ACTIONS(9433), 1, + anon_sym_BSLASH_LPAREN, + ACTIONS(9435), 1, + sym__escaped_identifier, + STATE(6182), 1, + aux_sym_multi_line_string_literal_repeat1, + STATE(6975), 1, + sym__interpolation, + STATE(7004), 1, + sym__uni_character_literal, + STATE(6925), 3, + sym_str_escaped_char, + sym__multi_line_string_content, + sym_multi_line_str_text, + [258216] = 4, + ACTIONS(8909), 1, + anon_sym_QMARK2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(6183), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2123), 9, + sym__arrow_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_AMP, + [258239] = 5, + ACTIONS(2187), 1, + anon_sym_DOT, + ACTIONS(9437), 1, + anon_sym_AMP, + STATE(6142), 1, + aux_sym_protocol_composition_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2189), 9, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT_DOT_DOT, + [258264] = 11, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + ACTIONS(8928), 1, + sym__throws_keyword, + ACTIONS(8930), 1, + sym__rethrows_keyword, + ACTIONS(8932), 1, + sym_where_keyword, + STATE(6651), 1, + sym_throws, + STATE(6652), 1, + sym_throws_clause, + STATE(6903), 1, + sym_type_constraints, + STATE(7818), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(4656), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [258301] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(9425), 1, + anon_sym_DQUOTE, + ACTIONS(9427), 1, + aux_sym_line_str_text_token1, + ACTIONS(9429), 1, + anon_sym_BSLASH, + ACTIONS(9433), 1, + anon_sym_BSLASH_LPAREN, + ACTIONS(9435), 1, + sym__escaped_identifier, + ACTIONS(9440), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(6151), 1, + aux_sym_multi_line_string_literal_repeat1, + STATE(6975), 1, + sym__interpolation, + STATE(7004), 1, + sym__uni_character_literal, + STATE(6925), 3, + sym_str_escaped_char, + sym__multi_line_string_content, + sym_multi_line_str_text, + [258340] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2207), 12, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_AMP, + anon_sym_LBRACE, + [258359] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2282), 12, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [258378] = 11, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + ACTIONS(8928), 1, + sym__throws_keyword, + ACTIONS(8930), 1, + sym__rethrows_keyword, + ACTIONS(8932), 1, + sym_where_keyword, + STATE(6499), 1, + sym_throws, + STATE(6501), 1, + sym_throws_clause, + STATE(6977), 1, + sym_type_constraints, + STATE(8189), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(4604), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [258415] = 11, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + ACTIONS(8928), 1, + sym__throws_keyword, + ACTIONS(8930), 1, + sym__rethrows_keyword, + ACTIONS(8932), 1, + sym_where_keyword, + STATE(6502), 1, + sym_throws, + STATE(6503), 1, + sym_throws_clause, + STATE(6981), 1, + sym_type_constraints, + STATE(8199), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(4604), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [258452] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(9425), 1, + anon_sym_DQUOTE, + ACTIONS(9427), 1, + aux_sym_line_str_text_token1, + ACTIONS(9429), 1, + anon_sym_BSLASH, + ACTIONS(9433), 1, + anon_sym_BSLASH_LPAREN, + ACTIONS(9435), 1, + sym__escaped_identifier, + ACTIONS(9442), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(6155), 1, + aux_sym_multi_line_string_literal_repeat1, + STATE(6975), 1, + sym__interpolation, + STATE(7004), 1, + sym__uni_character_literal, + STATE(6925), 3, + sym_str_escaped_char, + sym__multi_line_string_content, + sym_multi_line_str_text, + [258491] = 12, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8423), 1, + sym__arrow_operator_custom, + ACTIONS(8425), 1, + sym__async_keyword_custom, + ACTIONS(8634), 1, + anon_sym_DOT, + ACTIONS(8636), 1, + anon_sym_AMP, + ACTIONS(9444), 1, + anon_sym_RPAREN, + STATE(4428), 1, + sym__arrow_operator, + STATE(5926), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(6873), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8604), 2, + sym_throws, + sym_throws_clause, + [258530] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(9425), 1, + anon_sym_DQUOTE, + ACTIONS(9427), 1, + aux_sym_line_str_text_token1, + ACTIONS(9429), 1, + anon_sym_BSLASH, + ACTIONS(9433), 1, + anon_sym_BSLASH_LPAREN, + ACTIONS(9435), 1, + sym__escaped_identifier, + ACTIONS(9446), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(6167), 1, + aux_sym_multi_line_string_literal_repeat1, + STATE(6975), 1, + sym__interpolation, + STATE(7004), 1, + sym__uni_character_literal, + STATE(6925), 3, + sym_str_escaped_char, + sym__multi_line_string_content, + sym_multi_line_str_text, + [258569] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(9425), 1, + anon_sym_DQUOTE, + ACTIONS(9427), 1, + aux_sym_line_str_text_token1, + ACTIONS(9429), 1, + anon_sym_BSLASH, + ACTIONS(9433), 1, + anon_sym_BSLASH_LPAREN, + ACTIONS(9435), 1, + sym__escaped_identifier, + ACTIONS(9448), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(6156), 1, + aux_sym_multi_line_string_literal_repeat1, + STATE(6975), 1, + sym__interpolation, + STATE(7004), 1, + sym__uni_character_literal, + STATE(6925), 3, + sym_str_escaped_char, + sym__multi_line_string_content, + sym_multi_line_str_text, + [258608] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(7726), 1, + anon_sym_LPAREN, + STATE(6371), 1, + sym__tuple_pattern, + ACTIONS(4608), 11, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_where_keyword, + sym__as_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LBRACE, + anon_sym_RBRACE, + [258631] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2302), 12, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_AMP, + anon_sym_in, + [258650] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(9425), 1, + anon_sym_DQUOTE, + ACTIONS(9427), 1, + aux_sym_line_str_text_token1, + ACTIONS(9429), 1, + anon_sym_BSLASH, + ACTIONS(9433), 1, + anon_sym_BSLASH_LPAREN, + ACTIONS(9435), 1, + sym__escaped_identifier, + ACTIONS(9450), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(6167), 1, + aux_sym_multi_line_string_literal_repeat1, + STATE(6975), 1, + sym__interpolation, + STATE(7004), 1, + sym__uni_character_literal, + STATE(6925), 3, + sym_str_escaped_char, + sym__multi_line_string_content, + sym_multi_line_str_text, + [258689] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(9425), 1, + anon_sym_DQUOTE, + ACTIONS(9427), 1, + aux_sym_line_str_text_token1, + ACTIONS(9429), 1, + anon_sym_BSLASH, + ACTIONS(9433), 1, + anon_sym_BSLASH_LPAREN, + ACTIONS(9435), 1, + sym__escaped_identifier, + ACTIONS(9452), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(6167), 1, + aux_sym_multi_line_string_literal_repeat1, + STATE(6975), 1, + sym__interpolation, + STATE(7004), 1, + sym__uni_character_literal, + STATE(6925), 3, + sym_str_escaped_char, + sym__multi_line_string_content, + sym_multi_line_str_text, + [258728] = 11, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + ACTIONS(8928), 1, + sym__throws_keyword, + ACTIONS(8930), 1, + sym__rethrows_keyword, + ACTIONS(8932), 1, + sym_where_keyword, + STATE(6491), 1, + sym_throws, + STATE(6658), 1, + sym_throws_clause, + STATE(6908), 1, + sym_type_constraints, + STATE(7827), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(4656), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [258765] = 11, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + ACTIONS(8928), 1, + sym__throws_keyword, + ACTIONS(8930), 1, + sym__rethrows_keyword, + ACTIONS(8932), 1, + sym_where_keyword, + STATE(6639), 1, + sym_throws, + STATE(6640), 1, + sym_throws_clause, + STATE(6897), 1, + sym_type_constraints, + STATE(7780), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(4589), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [258802] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2306), 12, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [258821] = 11, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + ACTIONS(8928), 1, + sym__throws_keyword, + ACTIONS(8930), 1, + sym__rethrows_keyword, + ACTIONS(8932), 1, + sym_where_keyword, + STATE(6513), 1, + sym_throws, + STATE(6514), 1, + sym_throws_clause, + STATE(6989), 1, + sym_type_constraints, + STATE(8275), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(4614), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [258858] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2087), 12, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_AMP, + anon_sym_LBRACE, + [258877] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(9425), 1, + anon_sym_DQUOTE, + ACTIONS(9427), 1, + aux_sym_line_str_text_token1, + ACTIONS(9429), 1, + anon_sym_BSLASH, + ACTIONS(9433), 1, + anon_sym_BSLASH_LPAREN, + ACTIONS(9435), 1, + sym__escaped_identifier, + ACTIONS(9454), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(6166), 1, + aux_sym_multi_line_string_literal_repeat1, + STATE(6975), 1, + sym__interpolation, + STATE(7004), 1, + sym__uni_character_literal, + STATE(6925), 3, + sym_str_escaped_char, + sym__multi_line_string_content, + sym_multi_line_str_text, + [258916] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2302), 12, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [258935] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2282), 12, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_AMP, + anon_sym_LBRACE, + [258954] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(9425), 1, + anon_sym_DQUOTE, + ACTIONS(9427), 1, + aux_sym_line_str_text_token1, + ACTIONS(9429), 1, + anon_sym_BSLASH, + ACTIONS(9433), 1, + anon_sym_BSLASH_LPAREN, + ACTIONS(9435), 1, + sym__escaped_identifier, + ACTIONS(9456), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(6179), 1, + aux_sym_multi_line_string_literal_repeat1, + STATE(6975), 1, + sym__interpolation, + STATE(7004), 1, + sym__uni_character_literal, + STATE(6925), 3, + sym_str_escaped_char, + sym__multi_line_string_content, + sym_multi_line_str_text, + [258993] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(9425), 1, + anon_sym_DQUOTE, + ACTIONS(9427), 1, + aux_sym_line_str_text_token1, + ACTIONS(9429), 1, + anon_sym_BSLASH, + ACTIONS(9433), 1, + anon_sym_BSLASH_LPAREN, + ACTIONS(9435), 1, + sym__escaped_identifier, + ACTIONS(9458), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(6167), 1, + aux_sym_multi_line_string_literal_repeat1, + STATE(6975), 1, + sym__interpolation, + STATE(7004), 1, + sym__uni_character_literal, + STATE(6925), 3, + sym_str_escaped_char, + sym__multi_line_string_content, + sym_multi_line_str_text, + [259032] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(9460), 1, + anon_sym_DQUOTE, + ACTIONS(9463), 1, + aux_sym_line_str_text_token1, + ACTIONS(9466), 1, + anon_sym_BSLASH, + ACTIONS(9469), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + ACTIONS(9471), 1, + anon_sym_BSLASH_LPAREN, + ACTIONS(9474), 1, + sym__escaped_identifier, + STATE(6167), 1, + aux_sym_multi_line_string_literal_repeat1, + STATE(6975), 1, + sym__interpolation, + STATE(7004), 1, + sym__uni_character_literal, + STATE(6925), 3, + sym_str_escaped_char, + sym__multi_line_string_content, + sym_multi_line_str_text, + [259071] = 12, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8423), 1, + sym__arrow_operator_custom, + ACTIONS(8425), 1, + sym__async_keyword_custom, + ACTIONS(8634), 1, + anon_sym_DOT, + ACTIONS(8636), 1, + anon_sym_AMP, + ACTIONS(9477), 1, + anon_sym_RPAREN, + STATE(4428), 1, + sym__arrow_operator, + STATE(5926), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(6873), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8604), 2, + sym_throws, + sym_throws_clause, + [259110] = 11, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + ACTIONS(8928), 1, + sym__throws_keyword, + ACTIONS(8930), 1, + sym__rethrows_keyword, + ACTIONS(8932), 1, + sym_where_keyword, + STATE(6511), 1, + sym_throws, + STATE(6523), 1, + sym_throws_clause, + STATE(6927), 1, + sym_type_constraints, + STATE(7957), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(4578), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [259147] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2087), 12, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [259166] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2203), 12, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [259185] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2227), 12, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym_else, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + [259204] = 12, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8423), 1, + sym__arrow_operator_custom, + ACTIONS(8425), 1, + sym__async_keyword_custom, + ACTIONS(8634), 1, + anon_sym_DOT, + ACTIONS(8636), 1, + anon_sym_AMP, + ACTIONS(9479), 1, + anon_sym_RPAREN, + STATE(4428), 1, + sym__arrow_operator, + STATE(5926), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(6873), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8604), 2, + sym_throws, + sym_throws_clause, + [259243] = 11, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + ACTIONS(8928), 1, + sym__throws_keyword, + ACTIONS(8930), 1, + sym__rethrows_keyword, + ACTIONS(8932), 1, + sym_where_keyword, + STATE(6525), 1, + sym_throws, + STATE(6528), 1, + sym_throws_clause, + STATE(6930), 1, + sym_type_constraints, + STATE(7969), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(4578), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [259280] = 3, + STATE(6185), 1, + aux_sym_protocol_composition_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2317), 11, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + [259301] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(9425), 1, + anon_sym_DQUOTE, + ACTIONS(9427), 1, + aux_sym_line_str_text_token1, + ACTIONS(9429), 1, + anon_sym_BSLASH, + ACTIONS(9433), 1, + anon_sym_BSLASH_LPAREN, + ACTIONS(9435), 1, + sym__escaped_identifier, + ACTIONS(9481), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(6189), 1, + aux_sym_multi_line_string_literal_repeat1, + STATE(6975), 1, + sym__interpolation, + STATE(7004), 1, + sym__uni_character_literal, + STATE(6925), 3, + sym_str_escaped_char, + sym__multi_line_string_content, + sym_multi_line_str_text, + [259340] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(9425), 1, + anon_sym_DQUOTE, + ACTIONS(9427), 1, + aux_sym_line_str_text_token1, + ACTIONS(9429), 1, + anon_sym_BSLASH, + ACTIONS(9433), 1, + anon_sym_BSLASH_LPAREN, + ACTIONS(9435), 1, + sym__escaped_identifier, + ACTIONS(9483), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(6181), 1, + aux_sym_multi_line_string_literal_repeat1, + STATE(6975), 1, + sym__interpolation, + STATE(7004), 1, + sym__uni_character_literal, + STATE(6925), 3, + sym_str_escaped_char, + sym__multi_line_string_content, + sym_multi_line_str_text, + [259379] = 12, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8423), 1, + sym__arrow_operator_custom, + ACTIONS(8425), 1, + sym__async_keyword_custom, + ACTIONS(8634), 1, + anon_sym_DOT, + ACTIONS(8636), 1, + anon_sym_AMP, + ACTIONS(9485), 1, + anon_sym_RPAREN, + STATE(4428), 1, + sym__arrow_operator, + STATE(5926), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(6873), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8604), 2, + sym_throws, + sym_throws_clause, + [259418] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(9425), 1, + anon_sym_DQUOTE, + ACTIONS(9427), 1, + aux_sym_line_str_text_token1, + ACTIONS(9429), 1, + anon_sym_BSLASH, + ACTIONS(9433), 1, + anon_sym_BSLASH_LPAREN, + ACTIONS(9435), 1, + sym__escaped_identifier, + ACTIONS(9487), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(6167), 1, + aux_sym_multi_line_string_literal_repeat1, + STATE(6975), 1, + sym__interpolation, + STATE(7004), 1, + sym__uni_character_literal, + STATE(6925), 3, + sym_str_escaped_char, + sym__multi_line_string_content, + sym_multi_line_str_text, + [259457] = 4, + ACTIONS(9489), 1, + anon_sym_AMP, + STATE(6180), 1, + aux_sym_protocol_composition_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2189), 10, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK, + [259480] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(9425), 1, + anon_sym_DQUOTE, + ACTIONS(9427), 1, + aux_sym_line_str_text_token1, + ACTIONS(9429), 1, + anon_sym_BSLASH, + ACTIONS(9433), 1, + anon_sym_BSLASH_LPAREN, + ACTIONS(9435), 1, + sym__escaped_identifier, + ACTIONS(9492), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(6167), 1, + aux_sym_multi_line_string_literal_repeat1, + STATE(6975), 1, + sym__interpolation, + STATE(7004), 1, + sym__uni_character_literal, + STATE(6925), 3, + sym_str_escaped_char, + sym__multi_line_string_content, + sym_multi_line_str_text, + [259519] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(9425), 1, + anon_sym_DQUOTE, + ACTIONS(9427), 1, + aux_sym_line_str_text_token1, + ACTIONS(9429), 1, + anon_sym_BSLASH, + ACTIONS(9433), 1, + anon_sym_BSLASH_LPAREN, + ACTIONS(9435), 1, + sym__escaped_identifier, + ACTIONS(9494), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(6167), 1, + aux_sym_multi_line_string_literal_repeat1, + STATE(6975), 1, + sym__interpolation, + STATE(7004), 1, + sym__uni_character_literal, + STATE(6925), 3, + sym_str_escaped_char, + sym__multi_line_string_content, + sym_multi_line_str_text, + [259558] = 4, + ACTIONS(9496), 1, + anon_sym_QMARK2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(6183), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2144), 9, + sym__arrow_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_AMP, + [259581] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2087), 13, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [259600] = 4, + ACTIONS(9499), 1, + anon_sym_AMP, + STATE(6185), 1, + aux_sym_protocol_composition_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2189), 10, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_LBRACE, + [259623] = 12, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8423), 1, + sym__arrow_operator_custom, + ACTIONS(8425), 1, + sym__async_keyword_custom, + ACTIONS(8634), 1, + anon_sym_DOT, + ACTIONS(8636), 1, + anon_sym_AMP, + ACTIONS(9502), 1, + anon_sym_RPAREN, + STATE(4428), 1, + sym__arrow_operator, + STATE(5926), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(6873), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8604), 2, + sym_throws, + sym_throws_clause, + [259662] = 12, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8423), 1, + sym__arrow_operator_custom, + ACTIONS(8425), 1, + sym__async_keyword_custom, + ACTIONS(8634), 1, + anon_sym_DOT, + ACTIONS(8636), 1, + anon_sym_AMP, + ACTIONS(9504), 1, + anon_sym_RPAREN, + STATE(4428), 1, + sym__arrow_operator, + STATE(5926), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(6873), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8604), 2, + sym_throws, + sym_throws_clause, + [259701] = 5, + ACTIONS(8333), 1, + anon_sym_QMARK2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5403), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(9506), 4, + sym_where_keyword, + anon_sym_COMMA, + anon_sym_AMP, + anon_sym_LBRACE, + ACTIONS(2087), 5, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_DOT, + [259726] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(9425), 1, + anon_sym_DQUOTE, + ACTIONS(9427), 1, + aux_sym_line_str_text_token1, + ACTIONS(9429), 1, + anon_sym_BSLASH, + ACTIONS(9433), 1, + anon_sym_BSLASH_LPAREN, + ACTIONS(9435), 1, + sym__escaped_identifier, + ACTIONS(9508), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(6167), 1, + aux_sym_multi_line_string_literal_repeat1, + STATE(6975), 1, + sym__interpolation, + STATE(7004), 1, + sym__uni_character_literal, + STATE(6925), 3, + sym_str_escaped_char, + sym__multi_line_string_content, + sym_multi_line_str_text, + [259765] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2306), 12, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_AMP, + anon_sym_in, + [259784] = 9, + ACTIONS(8894), 1, + anon_sym_LBRACE, + ACTIONS(8896), 1, + sym__eq_custom, + STATE(624), 1, + sym__equal_sign, + STATE(7144), 1, + sym__expression_with_willset_didset, + STATE(7145), 1, + sym__expression_without_willset_didset, + STATE(7146), 1, + sym_willset_didset_block, + STATE(7148), 1, + sym_computed_property, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4558), 5, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_RBRACE, + [259817] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2290), 12, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym_else, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + [259836] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2302), 12, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_where_keyword, + sym__as_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_QMARK, + anon_sym_LBRACE, + anon_sym_RBRACE, + [259855] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2087), 12, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_AMP, + anon_sym_in, + [259874] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2282), 12, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_AMP, + anon_sym_in, + [259893] = 11, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + ACTIONS(8928), 1, + sym__throws_keyword, + ACTIONS(8930), 1, + sym__rethrows_keyword, + ACTIONS(8932), 1, + sym_where_keyword, + STATE(6544), 1, + sym_throws, + STATE(6547), 1, + sym_throws_clause, + STATE(6938), 1, + sym_type_constraints, + STATE(8001), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(4600), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [259930] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2278), 13, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [259949] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2203), 12, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_AMP, + anon_sym_LBRACE, + [259968] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2286), 12, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym_else, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + [259987] = 3, + ACTIONS(9510), 1, + anon_sym_LPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5266), 11, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_get, + anon_sym_set, + anon_sym__modify, + anon_sym_AT, + anon_sym_mutating, + anon_sym_nonmutating, + [260008] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2306), 12, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_AMP, + anon_sym_LBRACE, + [260027] = 12, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8423), 1, + sym__arrow_operator_custom, + ACTIONS(8425), 1, + sym__async_keyword_custom, + ACTIONS(8634), 1, + anon_sym_DOT, + ACTIONS(8636), 1, + anon_sym_AMP, + ACTIONS(9512), 1, + anon_sym_RPAREN, + STATE(4428), 1, + sym__arrow_operator, + STATE(5926), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(6873), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8604), 2, + sym_throws, + sym_throws_clause, + [260066] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2302), 13, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + sym__eq_custom, + sym_where_keyword, + sym__as_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_LBRACE, + anon_sym_RBRACE, + [260085] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(7726), 1, + anon_sym_LPAREN, + STATE(6380), 1, + sym__tuple_pattern, + ACTIONS(4632), 11, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_where_keyword, + sym__as_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LBRACE, + anon_sym_RBRACE, + [260108] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2203), 13, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [260127] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2207), 13, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [260146] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(9425), 1, + anon_sym_DQUOTE, + ACTIONS(9427), 1, + aux_sym_line_str_text_token1, + ACTIONS(9429), 1, + anon_sym_BSLASH, + ACTIONS(9433), 1, + anon_sym_BSLASH_LPAREN, + ACTIONS(9435), 1, + sym__escaped_identifier, + ACTIONS(9514), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(6213), 1, + aux_sym_multi_line_string_literal_repeat1, + STATE(6975), 1, + sym__interpolation, + STATE(7004), 1, + sym__uni_character_literal, + STATE(6925), 3, + sym_str_escaped_char, + sym__multi_line_string_content, + sym_multi_line_str_text, + [260185] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2278), 12, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [260204] = 11, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + ACTIONS(8928), 1, + sym__throws_keyword, + ACTIONS(8930), 1, + sym__rethrows_keyword, + ACTIONS(8932), 1, + sym_where_keyword, + STATE(6620), 1, + sym_throws, + STATE(6621), 1, + sym_throws_clause, + STATE(6954), 1, + sym_type_constraints, + STATE(8076), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(4628), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [260241] = 5, + ACTIONS(4720), 1, + sym__as_custom, + ACTIONS(9516), 1, + anon_sym_QMARK, + STATE(6373), 1, + sym__quest, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4714), 9, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_where_keyword, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LBRACE, + anon_sym_RBRACE, + [260266] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2302), 13, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [260285] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2282), 13, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [260304] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(9425), 1, + anon_sym_DQUOTE, + ACTIONS(9427), 1, + aux_sym_line_str_text_token1, + ACTIONS(9429), 1, + anon_sym_BSLASH, + ACTIONS(9433), 1, + anon_sym_BSLASH_LPAREN, + ACTIONS(9435), 1, + sym__escaped_identifier, + ACTIONS(9518), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(6167), 1, + aux_sym_multi_line_string_literal_repeat1, + STATE(6975), 1, + sym__interpolation, + STATE(7004), 1, + sym__uni_character_literal, + STATE(6925), 3, + sym_str_escaped_char, + sym__multi_line_string_content, + sym_multi_line_str_text, + [260343] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(9425), 1, + anon_sym_DQUOTE, + ACTIONS(9427), 1, + aux_sym_line_str_text_token1, + ACTIONS(9429), 1, + anon_sym_BSLASH, + ACTIONS(9433), 1, + anon_sym_BSLASH_LPAREN, + ACTIONS(9435), 1, + sym__escaped_identifier, + ACTIONS(9520), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(6220), 1, + aux_sym_multi_line_string_literal_repeat1, + STATE(6975), 1, + sym__interpolation, + STATE(7004), 1, + sym__uni_character_literal, + STATE(6925), 3, + sym_str_escaped_char, + sym__multi_line_string_content, + sym_multi_line_str_text, + [260382] = 11, + ACTIONS(391), 1, + anon_sym_AT, + ACTIONS(8733), 1, + anon_sym_get, + ACTIONS(8735), 1, + anon_sym_set, + ACTIONS(8737), 1, + anon_sym__modify, + STATE(6347), 1, + sym_setter_specifier, + STATE(6478), 1, + sym_getter_specifier, + STATE(6479), 1, + sym_modify_specifier, + STATE(7828), 1, + sym_mutation_modifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(3143), 2, + anon_sym_mutating, + anon_sym_nonmutating, + STATE(6580), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + [260419] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2278), 12, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_AMP, + anon_sym_in, + [260438] = 10, + ACTIONS(8709), 1, + sym_where_keyword, + ACTIONS(8946), 1, + sym__throws_keyword, + ACTIONS(8948), 1, + sym__rethrows_keyword, + ACTIONS(9524), 1, + sym__arrow_operator_custom, + STATE(3980), 1, + sym__arrow_operator, + STATE(6617), 1, + sym_throws_clause, + STATE(6655), 1, + sym_throws, + STATE(7628), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(9522), 4, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_LBRACE, + anon_sym_RBRACE, + [260473] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2306), 13, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_RBRACE, + [260492] = 9, + ACTIONS(8894), 1, + anon_sym_LBRACE, + ACTIONS(8896), 1, + sym__eq_custom, + STATE(624), 1, + sym__equal_sign, + STATE(7129), 1, + sym__expression_with_willset_didset, + STATE(7130), 1, + sym__expression_without_willset_didset, + STATE(7131), 1, + sym_willset_didset_block, + STATE(7147), 1, + sym_computed_property, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4744), 5, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_RBRACE, + [260525] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(9425), 1, + anon_sym_DQUOTE, + ACTIONS(9427), 1, + aux_sym_line_str_text_token1, + ACTIONS(9429), 1, + anon_sym_BSLASH, + ACTIONS(9433), 1, + anon_sym_BSLASH_LPAREN, + ACTIONS(9435), 1, + sym__escaped_identifier, + ACTIONS(9526), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(6167), 1, + aux_sym_multi_line_string_literal_repeat1, + STATE(6975), 1, + sym__interpolation, + STATE(7004), 1, + sym__uni_character_literal, + STATE(6925), 3, + sym_str_escaped_char, + sym__multi_line_string_content, + sym_multi_line_str_text, + [260564] = 10, + ACTIONS(8709), 1, + sym_where_keyword, + ACTIONS(8946), 1, + sym__throws_keyword, + ACTIONS(8948), 1, + sym__rethrows_keyword, + ACTIONS(9530), 1, + sym__arrow_operator_custom, + STATE(4026), 1, + sym__arrow_operator, + STATE(6588), 1, + sym_throws, + STATE(6589), 1, + sym_throws_clause, + STATE(7294), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(9528), 4, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_LBRACE, + anon_sym_RBRACE, + [260599] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2278), 12, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_AMP, + anon_sym_LBRACE, + [260618] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2294), 12, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym_else, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + [260637] = 3, + STATE(6180), 1, + aux_sym_protocol_composition_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2317), 11, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_AMP, + [260658] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2211), 12, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym_else, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + [260677] = 3, + STATE(6230), 1, + aux_sym_protocol_composition_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2317), 11, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym_else, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + [260698] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2302), 12, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_AMP, + anon_sym_LBRACE, + [260717] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2302), 12, + sym__arrow_operator_custom, + sym__dot_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + anon_sym_LT, + [260736] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2298), 12, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym_else, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + [260755] = 4, + ACTIONS(9532), 1, + anon_sym_AMP, + STATE(6230), 1, + aux_sym_protocol_composition_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2189), 10, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym_else, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + [260778] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2203), 12, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_AMP, + anon_sym_in, + [260797] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2207), 12, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_AMP, + anon_sym_in, + [260816] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2247), 12, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym_else, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + [260835] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2274), 12, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym_else, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + [260854] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2223), 12, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym_else, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + [260873] = 11, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + ACTIONS(8928), 1, + sym__throws_keyword, + ACTIONS(8930), 1, + sym__rethrows_keyword, + ACTIONS(8932), 1, + sym_where_keyword, + STATE(6646), 1, + sym_throws, + STATE(6648), 1, + sym_throws_clause, + STATE(6962), 1, + sym_type_constraints, + STATE(8119), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(4649), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [260910] = 4, + ACTIONS(2315), 1, + anon_sym_DOT, + STATE(6142), 1, + aux_sym_protocol_composition_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2317), 10, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_AMP, + anon_sym_DOT_DOT_DOT, + [260933] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(7726), 1, + anon_sym_LPAREN, + STATE(6382), 1, + sym__tuple_pattern, + ACTIONS(4621), 11, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_where_keyword, + sym__as_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LBRACE, + anon_sym_RBRACE, + [260956] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5870), 3, + aux_sym_simple_identifier_token2, + aux_sym_simple_identifier_token3, + aux_sym_simple_identifier_token4, + ACTIONS(5872), 9, + aux_sym_simple_identifier_token1, + anon_sym_actor, + anon_sym_async, + anon_sym_each, + anon_sym_lazy, + anon_sym_repeat, + anon_sym_package, + anon_sym_borrowing, + anon_sym_consuming, + [260977] = 5, + ACTIONS(8333), 1, + anon_sym_QMARK2, + ACTIONS(9535), 1, + anon_sym_RPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5403), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2087), 7, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_AMP, + [261001] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(9537), 1, + anon_sym_DQUOTE, + ACTIONS(9539), 1, + aux_sym_line_str_text_token1, + ACTIONS(9541), 1, + anon_sym_BSLASH, + ACTIONS(9543), 1, + anon_sym_BSLASH_LPAREN, + ACTIONS(9545), 1, + sym__escaped_identifier, + STATE(6301), 1, + aux_sym_line_string_literal_repeat1, + STATE(7203), 1, + sym__uni_character_literal, + STATE(7223), 1, + sym__interpolation, + STATE(7211), 3, + sym__line_string_content, + sym_line_str_text, + sym_str_escaped_char, + [261037] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(9539), 1, + aux_sym_line_str_text_token1, + ACTIONS(9541), 1, + anon_sym_BSLASH, + ACTIONS(9543), 1, + anon_sym_BSLASH_LPAREN, + ACTIONS(9545), 1, + sym__escaped_identifier, + ACTIONS(9547), 1, + anon_sym_DQUOTE, + STATE(6309), 1, + aux_sym_line_string_literal_repeat1, + STATE(7203), 1, + sym__uni_character_literal, + STATE(7223), 1, + sym__interpolation, + STATE(7211), 3, + sym__line_string_content, + sym_line_str_text, + sym_str_escaped_char, + [261073] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(9539), 1, + aux_sym_line_str_text_token1, + ACTIONS(9541), 1, + anon_sym_BSLASH, + ACTIONS(9543), 1, + anon_sym_BSLASH_LPAREN, + ACTIONS(9545), 1, + sym__escaped_identifier, + ACTIONS(9549), 1, + anon_sym_DQUOTE, + STATE(6301), 1, + aux_sym_line_string_literal_repeat1, + STATE(7203), 1, + sym__uni_character_literal, + STATE(7223), 1, + sym__interpolation, + STATE(7211), 3, + sym__line_string_content, + sym_line_str_text, + sym_str_escaped_char, + [261109] = 5, + ACTIONS(8333), 1, + anon_sym_QMARK2, + ACTIONS(9551), 1, + anon_sym_RPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5403), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2087), 7, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_AMP, + [261133] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5623), 11, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_get, + anon_sym_set, + anon_sym__modify, + anon_sym_AT, + anon_sym_mutating, + anon_sym_nonmutating, + [261151] = 5, + ACTIONS(8333), 1, + anon_sym_QMARK2, + ACTIONS(9553), 1, + anon_sym_RPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5403), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2087), 7, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_AMP, + [261175] = 4, + ACTIONS(9555), 1, + anon_sym_LPAREN, + STATE(6247), 1, + aux_sym__function_value_parameters, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4867), 9, + sym__implicit_semi, + sym__explicit_semi, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_LBRACE, + anon_sym_RBRACE, + [261197] = 5, + ACTIONS(8333), 1, + anon_sym_QMARK2, + ACTIONS(9558), 1, + anon_sym_RPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5403), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2087), 7, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_AMP, + [261221] = 5, + ACTIONS(8333), 1, + anon_sym_QMARK2, + ACTIONS(9560), 1, + anon_sym_RPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5403), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2087), 7, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_AMP, + [261245] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4849), 11, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_where_keyword, + sym__as_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LBRACE, + anon_sym_RBRACE, + [261263] = 4, + ACTIONS(9562), 1, + anon_sym_LPAREN, + STATE(6251), 1, + aux_sym__function_value_parameters, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4867), 9, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_LBRACE, + anon_sym_RBRACE, + [261285] = 5, + ACTIONS(8333), 1, + anon_sym_QMARK2, + ACTIONS(9565), 1, + anon_sym_RPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5403), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2087), 7, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_AMP, + [261309] = 5, + ACTIONS(8333), 1, + anon_sym_QMARK2, + ACTIONS(9567), 1, + anon_sym_RPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5403), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2087), 7, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_AMP, + [261333] = 5, + ACTIONS(8333), 1, + anon_sym_QMARK2, + ACTIONS(9569), 1, + anon_sym_RPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5403), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2087), 7, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_AMP, + [261357] = 5, + ACTIONS(8333), 1, + anon_sym_QMARK2, + ACTIONS(9571), 1, + anon_sym_RPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5403), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2087), 7, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_AMP, + [261381] = 5, + ACTIONS(8333), 1, + anon_sym_QMARK2, + ACTIONS(9573), 1, + anon_sym_RPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5403), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2087), 7, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_AMP, + [261405] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(9539), 1, + aux_sym_line_str_text_token1, + ACTIONS(9541), 1, + anon_sym_BSLASH, + ACTIONS(9543), 1, + anon_sym_BSLASH_LPAREN, + ACTIONS(9545), 1, + sym__escaped_identifier, + ACTIONS(9575), 1, + anon_sym_DQUOTE, + STATE(6273), 1, + aux_sym_line_string_literal_repeat1, + STATE(7203), 1, + sym__uni_character_literal, + STATE(7223), 1, + sym__interpolation, + STATE(7211), 3, + sym__line_string_content, + sym_line_str_text, + sym_str_escaped_char, + [261441] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2101), 11, + sym__arrow_operator_custom, + sym__dot_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + [261459] = 5, + ACTIONS(8333), 1, + anon_sym_QMARK2, + ACTIONS(9577), 1, + anon_sym_RPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5403), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2087), 7, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_AMP, + [261483] = 5, + ACTIONS(8333), 1, + anon_sym_QMARK2, + ACTIONS(9579), 1, + anon_sym_RPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5403), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2087), 7, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_AMP, + [261507] = 5, + ACTIONS(8333), 1, + anon_sym_QMARK2, + ACTIONS(9581), 1, + anon_sym_RPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5403), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2087), 7, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_AMP, + [261531] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(9539), 1, + aux_sym_line_str_text_token1, + ACTIONS(9541), 1, + anon_sym_BSLASH, + ACTIONS(9543), 1, + anon_sym_BSLASH_LPAREN, + ACTIONS(9545), 1, + sym__escaped_identifier, + ACTIONS(9583), 1, + anon_sym_DQUOTE, + STATE(6303), 1, + aux_sym_line_string_literal_repeat1, + STATE(7203), 1, + sym__uni_character_literal, + STATE(7223), 1, + sym__interpolation, + STATE(7211), 3, + sym__line_string_content, + sym_line_str_text, + sym_str_escaped_char, + [261567] = 5, + ACTIONS(8333), 1, + anon_sym_QMARK2, + ACTIONS(9585), 1, + anon_sym_RPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5403), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2087), 7, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_AMP, + [261591] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4720), 1, + sym__as_custom, + ACTIONS(9587), 1, + anon_sym_QMARK, + STATE(6486), 1, + sym__quest, + ACTIONS(4714), 9, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_where_keyword, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LBRACE, + anon_sym_RBRACE, + [261615] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5266), 11, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_get, + anon_sym_set, + anon_sym__modify, + anon_sym_AT, + anon_sym_mutating, + anon_sym_nonmutating, + [261633] = 5, + ACTIONS(6922), 1, + sym__as_custom, + ACTIONS(9589), 1, + anon_sym_QMARK, + STATE(6333), 1, + sym__quest, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4714), 8, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_where_keyword, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_RBRACE, + [261657] = 5, + ACTIONS(6928), 1, + sym__as_custom, + ACTIONS(9592), 1, + anon_sym_QMARK, + STATE(6334), 1, + sym__quest, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4751), 8, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_where_keyword, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_RBRACE, + [261681] = 5, + ACTIONS(8333), 1, + anon_sym_QMARK2, + ACTIONS(9595), 1, + anon_sym_RPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5403), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2087), 7, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_AMP, + [261705] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(9539), 1, + aux_sym_line_str_text_token1, + ACTIONS(9541), 1, + anon_sym_BSLASH, + ACTIONS(9543), 1, + anon_sym_BSLASH_LPAREN, + ACTIONS(9545), 1, + sym__escaped_identifier, + ACTIONS(9597), 1, + anon_sym_DQUOTE, + STATE(6279), 1, + aux_sym_line_string_literal_repeat1, + STATE(7203), 1, + sym__uni_character_literal, + STATE(7223), 1, + sym__interpolation, + STATE(7211), 3, + sym__line_string_content, + sym_line_str_text, + sym_str_escaped_char, + [261741] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4757), 1, + sym__as_custom, + ACTIONS(9599), 1, + anon_sym_QMARK, + STATE(6487), 1, + sym__quest, + ACTIONS(4751), 9, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_where_keyword, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LBRACE, + anon_sym_RBRACE, + [261765] = 5, + ACTIONS(8333), 1, + anon_sym_QMARK2, + ACTIONS(9601), 1, + anon_sym_RPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5403), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2087), 7, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_AMP, + [261789] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(9539), 1, + aux_sym_line_str_text_token1, + ACTIONS(9541), 1, + anon_sym_BSLASH, + ACTIONS(9543), 1, + anon_sym_BSLASH_LPAREN, + ACTIONS(9545), 1, + sym__escaped_identifier, + ACTIONS(9603), 1, + anon_sym_DQUOTE, + STATE(6328), 1, + aux_sym_line_string_literal_repeat1, + STATE(7203), 1, + sym__uni_character_literal, + STATE(7223), 1, + sym__interpolation, + STATE(7211), 3, + sym__line_string_content, + sym_line_str_text, + sym_str_escaped_char, + [261825] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(9539), 1, + aux_sym_line_str_text_token1, + ACTIONS(9541), 1, + anon_sym_BSLASH, + ACTIONS(9543), 1, + anon_sym_BSLASH_LPAREN, + ACTIONS(9545), 1, + sym__escaped_identifier, + ACTIONS(9605), 1, + anon_sym_DQUOTE, + STATE(6301), 1, + aux_sym_line_string_literal_repeat1, + STATE(7203), 1, + sym__uni_character_literal, + STATE(7223), 1, + sym__interpolation, + STATE(7211), 3, + sym__line_string_content, + sym_line_str_text, + sym_str_escaped_char, + [261861] = 5, + ACTIONS(8333), 1, + anon_sym_QMARK2, + ACTIONS(9607), 1, + anon_sym_RPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5403), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2087), 7, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_AMP, + [261885] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2302), 11, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym_else, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + [261903] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4874), 11, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_where_keyword, + sym__as_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LBRACE, + anon_sym_RBRACE, + [261921] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(9539), 1, + aux_sym_line_str_text_token1, + ACTIONS(9541), 1, + anon_sym_BSLASH, + ACTIONS(9543), 1, + anon_sym_BSLASH_LPAREN, + ACTIONS(9545), 1, + sym__escaped_identifier, + ACTIONS(9609), 1, + anon_sym_DQUOTE, + STATE(6301), 1, + aux_sym_line_string_literal_repeat1, + STATE(7203), 1, + sym__uni_character_literal, + STATE(7223), 1, + sym__interpolation, + STATE(7211), 3, + sym__line_string_content, + sym_line_str_text, + sym_str_escaped_char, + [261957] = 5, + ACTIONS(8333), 1, + anon_sym_QMARK2, + ACTIONS(9611), 1, + anon_sym_RPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5403), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2087), 7, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_AMP, + [261981] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(9539), 1, + aux_sym_line_str_text_token1, + ACTIONS(9541), 1, + anon_sym_BSLASH, + ACTIONS(9543), 1, + anon_sym_BSLASH_LPAREN, + ACTIONS(9545), 1, + sym__escaped_identifier, + ACTIONS(9613), 1, + anon_sym_DQUOTE, + STATE(6301), 1, + aux_sym_line_string_literal_repeat1, + STATE(7203), 1, + sym__uni_character_literal, + STATE(7223), 1, + sym__interpolation, + STATE(7211), 3, + sym__line_string_content, + sym_line_str_text, + sym_str_escaped_char, + [262017] = 5, + ACTIONS(8333), 1, + anon_sym_QMARK2, + ACTIONS(9615), 1, + anon_sym_RPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5403), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2087), 7, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_AMP, + [262041] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(9539), 1, + aux_sym_line_str_text_token1, + ACTIONS(9541), 1, + anon_sym_BSLASH, + ACTIONS(9543), 1, + anon_sym_BSLASH_LPAREN, + ACTIONS(9545), 1, + sym__escaped_identifier, + ACTIONS(9617), 1, + anon_sym_DQUOTE, + STATE(6290), 1, + aux_sym_line_string_literal_repeat1, + STATE(7203), 1, + sym__uni_character_literal, + STATE(7223), 1, + sym__interpolation, + STATE(7211), 3, + sym__line_string_content, + sym_line_str_text, + sym_str_escaped_char, + [262077] = 5, + ACTIONS(8333), 1, + anon_sym_QMARK2, + ACTIONS(9619), 1, + anon_sym_RPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5403), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2087), 7, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_AMP, + [262101] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4621), 11, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_where_keyword, + sym__as_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LBRACE, + anon_sym_RBRACE, + [262119] = 5, + ACTIONS(8333), 1, + anon_sym_QMARK2, + ACTIONS(9621), 1, + anon_sym_RPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5403), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2087), 7, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_AMP, + [262143] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(9539), 1, + aux_sym_line_str_text_token1, + ACTIONS(9541), 1, + anon_sym_BSLASH, + ACTIONS(9543), 1, + anon_sym_BSLASH_LPAREN, + ACTIONS(9545), 1, + sym__escaped_identifier, + ACTIONS(9623), 1, + anon_sym_DQUOTE, + STATE(6277), 1, + aux_sym_line_string_literal_repeat1, + STATE(7203), 1, + sym__uni_character_literal, + STATE(7223), 1, + sym__interpolation, + STATE(7211), 3, + sym__line_string_content, + sym_line_str_text, + sym_str_escaped_char, + [262179] = 5, + ACTIONS(8333), 1, + anon_sym_QMARK2, + ACTIONS(9625), 1, + anon_sym_RPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5403), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2087), 7, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_AMP, + [262203] = 3, + STATE(6322), 1, + aux_sym_protocol_composition_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2317), 10, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_AMP, + anon_sym_in, + [262223] = 11, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(8438), 1, + sym__arrow_operator_custom, + ACTIONS(8440), 1, + sym__async_keyword_custom, + ACTIONS(8634), 1, + anon_sym_DOT, + ACTIONS(8636), 1, + anon_sym_AMP, + STATE(4441), 1, + sym__arrow_operator, + STATE(5926), 1, + aux_sym_protocol_composition_type_repeat1, + STATE(6933), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8824), 2, + sym_throws, + sym_throws_clause, + [262259] = 6, + ACTIONS(8892), 1, + anon_sym_COLON, + ACTIONS(9627), 1, + sym__as_custom, + STATE(4239), 1, + sym__as, + STATE(6666), 1, + sym_type_annotation, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6931), 7, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_where_keyword, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_RBRACE, + [262285] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(9539), 1, + aux_sym_line_str_text_token1, + ACTIONS(9541), 1, + anon_sym_BSLASH, + ACTIONS(9543), 1, + anon_sym_BSLASH_LPAREN, + ACTIONS(9545), 1, + sym__escaped_identifier, + ACTIONS(9629), 1, + anon_sym_DQUOTE, + STATE(6301), 1, + aux_sym_line_string_literal_repeat1, + STATE(7203), 1, + sym__uni_character_literal, + STATE(7223), 1, + sym__interpolation, + STATE(7211), 3, + sym__line_string_content, + sym_line_str_text, + sym_str_escaped_char, + [262321] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(9539), 1, + aux_sym_line_str_text_token1, + ACTIONS(9541), 1, + anon_sym_BSLASH, + ACTIONS(9543), 1, + anon_sym_BSLASH_LPAREN, + ACTIONS(9545), 1, + sym__escaped_identifier, + ACTIONS(9631), 1, + anon_sym_DQUOTE, + STATE(6243), 1, + aux_sym_line_string_literal_repeat1, + STATE(7203), 1, + sym__uni_character_literal, + STATE(7223), 1, + sym__interpolation, + STATE(7211), 3, + sym__line_string_content, + sym_line_str_text, + sym_str_escaped_char, + [262357] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2215), 11, + sym__arrow_operator_custom, + sym__dot_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + [262375] = 5, + ACTIONS(8333), 1, + anon_sym_QMARK2, + ACTIONS(9633), 1, + anon_sym_RPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5403), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2087), 7, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_AMP, + [262399] = 5, + ACTIONS(8333), 1, + anon_sym_QMARK2, + ACTIONS(9635), 1, + anon_sym_RPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5403), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2087), 7, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_AMP, + [262423] = 4, + ACTIONS(9637), 1, + anon_sym_QMARK, + STATE(6405), 1, + sym__quest, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4720), 9, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_where_keyword, + sym__as_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_RBRACE, + [262445] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(9539), 1, + aux_sym_line_str_text_token1, + ACTIONS(9541), 1, + anon_sym_BSLASH, + ACTIONS(9543), 1, + anon_sym_BSLASH_LPAREN, + ACTIONS(9545), 1, + sym__escaped_identifier, + ACTIONS(9639), 1, + anon_sym_DQUOTE, + STATE(6241), 1, + aux_sym_line_string_literal_repeat1, + STATE(7203), 1, + sym__uni_character_literal, + STATE(7223), 1, + sym__interpolation, + STATE(7211), 3, + sym__line_string_content, + sym_line_str_text, + sym_str_escaped_char, + [262481] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2199), 11, + sym__arrow_operator_custom, + sym__dot_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + [262499] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2231), 11, + sym__arrow_operator_custom, + sym__dot_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + [262517] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2235), 11, + sym__arrow_operator_custom, + sym__dot_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + [262535] = 5, + ACTIONS(8333), 1, + anon_sym_QMARK2, + ACTIONS(9641), 1, + anon_sym_RPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5403), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2087), 7, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_AMP, + [262559] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(9643), 1, + anon_sym_DQUOTE, + ACTIONS(9645), 1, + aux_sym_line_str_text_token1, + ACTIONS(9648), 1, + anon_sym_BSLASH, + ACTIONS(9651), 1, + anon_sym_BSLASH_LPAREN, + ACTIONS(9654), 1, + sym__escaped_identifier, + STATE(6301), 1, + aux_sym_line_string_literal_repeat1, + STATE(7203), 1, + sym__uni_character_literal, + STATE(7223), 1, + sym__interpolation, + STATE(7211), 3, + sym__line_string_content, + sym_line_str_text, + sym_str_escaped_char, + [262595] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2087), 11, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym_else, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + [262613] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(9539), 1, + aux_sym_line_str_text_token1, + ACTIONS(9541), 1, + anon_sym_BSLASH, + ACTIONS(9543), 1, + anon_sym_BSLASH_LPAREN, + ACTIONS(9545), 1, + sym__escaped_identifier, + ACTIONS(9657), 1, + anon_sym_DQUOTE, + STATE(6301), 1, + aux_sym_line_string_literal_repeat1, + STATE(7203), 1, + sym__uni_character_literal, + STATE(7223), 1, + sym__interpolation, + STATE(7211), 3, + sym__line_string_content, + sym_line_str_text, + sym_str_escaped_char, + [262649] = 9, + ACTIONS(5), 1, + sym_comment, + ACTIONS(9162), 1, + anon_sym_LBRACE, + ACTIONS(9164), 1, + sym__eq_custom, + STATE(617), 1, + sym__equal_sign, + STATE(7698), 1, + sym__expression_with_willset_didset, + STATE(7699), 1, + sym__expression_without_willset_didset, + STATE(7702), 1, + sym_willset_didset_block, + STATE(7704), 1, + sym_computed_property, + ACTIONS(4744), 5, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_COMMA, + anon_sym_RBRACE, + [262681] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4878), 11, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_where_keyword, + sym__as_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LBRACE, + anon_sym_RBRACE, + [262699] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4882), 11, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_where_keyword, + sym__as_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LBRACE, + anon_sym_RBRACE, + [262717] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4632), 11, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_where_keyword, + sym__as_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LBRACE, + anon_sym_RBRACE, + [262735] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4857), 11, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_where_keyword, + sym__as_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LBRACE, + anon_sym_RBRACE, + [262753] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(9539), 1, + aux_sym_line_str_text_token1, + ACTIONS(9541), 1, + anon_sym_BSLASH, + ACTIONS(9543), 1, + anon_sym_BSLASH_LPAREN, + ACTIONS(9545), 1, + sym__escaped_identifier, + ACTIONS(9659), 1, + anon_sym_DQUOTE, + STATE(6301), 1, + aux_sym_line_string_literal_repeat1, + STATE(7203), 1, + sym__uni_character_literal, + STATE(7223), 1, + sym__interpolation, + STATE(7211), 3, + sym__line_string_content, + sym_line_str_text, + sym_str_escaped_char, + [262789] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2278), 11, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym_else, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + [262807] = 5, + ACTIONS(8333), 1, + anon_sym_QMARK2, + ACTIONS(9661), 1, + anon_sym_RPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5403), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2087), 7, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_AMP, + [262831] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2302), 12, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_where_keyword, + sym__as_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_QMARK, + anon_sym_LBRACE, + anon_sym_RBRACE, + [262849] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(9539), 1, + aux_sym_line_str_text_token1, + ACTIONS(9541), 1, + anon_sym_BSLASH, + ACTIONS(9543), 1, + anon_sym_BSLASH_LPAREN, + ACTIONS(9545), 1, + sym__escaped_identifier, + ACTIONS(9663), 1, + anon_sym_DQUOTE, + STATE(6324), 1, + aux_sym_line_string_literal_repeat1, + STATE(7203), 1, + sym__uni_character_literal, + STATE(7223), 1, + sym__interpolation, + STATE(7211), 3, + sym__line_string_content, + sym_line_str_text, + sym_str_escaped_char, + [262885] = 5, + ACTIONS(8333), 1, + anon_sym_QMARK2, + ACTIONS(9665), 1, + anon_sym_RPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5403), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2087), 7, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_AMP, + [262909] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2203), 11, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym_else, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + [262927] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2207), 11, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym_else, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + [262945] = 5, + ACTIONS(8333), 1, + anon_sym_QMARK2, + ACTIONS(9667), 1, + anon_sym_RPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5403), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2087), 7, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_AMP, + [262969] = 4, + ACTIONS(9669), 1, + anon_sym_QMARK, + STATE(6406), 1, + sym__quest, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4757), 9, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_where_keyword, + sym__as_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_RBRACE, + [262991] = 5, + ACTIONS(8333), 1, + anon_sym_QMARK2, + ACTIONS(9671), 1, + anon_sym_RPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5403), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2087), 7, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_AMP, + [263015] = 9, + ACTIONS(5), 1, + sym_comment, + ACTIONS(9162), 1, + anon_sym_LBRACE, + ACTIONS(9164), 1, + sym__eq_custom, + STATE(617), 1, + sym__equal_sign, + STATE(7320), 1, + sym__expression_with_willset_didset, + STATE(7321), 1, + sym__expression_without_willset_didset, + STATE(7327), 1, + sym_willset_didset_block, + STATE(7329), 1, + sym_computed_property, + ACTIONS(4558), 5, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_COMMA, + anon_sym_RBRACE, + [263047] = 5, + ACTIONS(8333), 1, + anon_sym_QMARK2, + ACTIONS(9673), 1, + anon_sym_RPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5403), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2087), 7, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_AMP, + [263071] = 4, + ACTIONS(9675), 1, + anon_sym_AMP, + STATE(6322), 1, + aux_sym_protocol_composition_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2189), 9, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__as_custom, + sym__async_keyword_custom, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK, + anon_sym_in, + [263093] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2282), 11, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym_else, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + [263111] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(9539), 1, + aux_sym_line_str_text_token1, + ACTIONS(9541), 1, + anon_sym_BSLASH, + ACTIONS(9543), 1, + anon_sym_BSLASH_LPAREN, + ACTIONS(9545), 1, + sym__escaped_identifier, + ACTIONS(9678), 1, + anon_sym_DQUOTE, + STATE(6301), 1, + aux_sym_line_string_literal_repeat1, + STATE(7203), 1, + sym__uni_character_literal, + STATE(7223), 1, + sym__interpolation, + STATE(7211), 3, + sym__line_string_content, + sym_line_str_text, + sym_str_escaped_char, + [263147] = 5, + ACTIONS(8333), 1, + anon_sym_QMARK2, + ACTIONS(9680), 1, + anon_sym_RPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5403), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2087), 7, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_AMP, + [263171] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2306), 11, + sym__arrow_operator_custom, + sym__eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym_else, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + [263189] = 5, + ACTIONS(8333), 1, + anon_sym_QMARK2, + ACTIONS(9682), 1, + anon_sym_RPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5403), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2087), 7, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_AMP, + [263213] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(9539), 1, + aux_sym_line_str_text_token1, + ACTIONS(9541), 1, + anon_sym_BSLASH, + ACTIONS(9543), 1, + anon_sym_BSLASH_LPAREN, + ACTIONS(9545), 1, + sym__escaped_identifier, + ACTIONS(9684), 1, + anon_sym_DQUOTE, + STATE(6301), 1, + aux_sym_line_string_literal_repeat1, + STATE(7203), 1, + sym__uni_character_literal, + STATE(7223), 1, + sym__interpolation, + STATE(7211), 3, + sym__line_string_content, + sym_line_str_text, + sym_str_escaped_char, + [263249] = 5, + ACTIONS(8333), 1, + anon_sym_QMARK2, + ACTIONS(9686), 1, + anon_sym_RPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(5403), 2, + sym__immediate_quest, + aux_sym_optional_type_repeat1, + ACTIONS(2087), 7, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_AMP, + [263273] = 4, + ACTIONS(9688), 1, + anon_sym_QMARK, + STATE(6408), 1, + sym__quest, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4757), 9, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_where_keyword, + sym__as_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_RBRACE, + [263295] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4853), 11, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_where_keyword, + sym__as_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LBRACE, + anon_sym_RBRACE, + [263313] = 10, + ACTIONS(1809), 1, + anon_sym_LPAREN, + ACTIONS(1811), 1, + anon_sym_LBRACK, + ACTIONS(9690), 1, + anon_sym_LT, + STATE(885), 1, + sym__fn_call_lambda_arguments, + STATE(927), 1, + sym_call_suffix, + STATE(1718), 1, + sym_lambda_literal, + STATE(2462), 1, + sym_value_arguments, + STATE(6599), 1, + sym_type_parameters, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(3678), 2, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + [263346] = 3, + ACTIONS(6948), 1, + sym__as_custom, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4906), 9, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_where_keyword, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_RBRACE, + [263365] = 3, + ACTIONS(6951), 1, + sym__as_custom, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4922), 9, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_where_keyword, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_RBRACE, + [263384] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2227), 10, + sym__arrow_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + [263401] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4894), 10, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + [263418] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4857), 11, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_where_keyword, + sym__as_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LBRACE, + anon_sym_RBRACE, + [263435] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4973), 10, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + [263452] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2223), 10, + sym__arrow_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + [263469] = 10, + ACTIONS(3622), 1, + anon_sym_LPAREN, + ACTIONS(3624), 1, + anon_sym_LBRACK, + ACTIONS(9690), 1, + anon_sym_LT, + STATE(1725), 1, + sym_lambda_literal, + STATE(2673), 1, + sym_value_arguments, + STATE(2997), 1, + sym__fn_call_lambda_arguments, + STATE(3040), 1, + sym_call_suffix, + STATE(6587), 1, + sym_type_parameters, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(3636), 2, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + [263502] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2290), 10, + sym__arrow_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + [263519] = 10, + ACTIONS(2011), 1, + anon_sym_LPAREN, + ACTIONS(2013), 1, + anon_sym_LBRACK, + ACTIONS(9690), 1, + anon_sym_LT, + STATE(1002), 1, + sym_lambda_literal, + STATE(1223), 1, + sym_value_arguments, + STATE(1384), 1, + sym_call_suffix, + STATE(1415), 1, + sym__fn_call_lambda_arguments, + STATE(6533), 1, + sym_type_parameters, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2025), 2, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + [263552] = 10, + ACTIONS(3959), 1, + anon_sym_LPAREN, + ACTIONS(3961), 1, + anon_sym_LBRACK, + ACTIONS(9690), 1, + anon_sym_LT, + STATE(1754), 1, + sym_lambda_literal, + STATE(2898), 1, + sym_value_arguments, + STATE(3672), 1, + sym__fn_call_lambda_arguments, + STATE(3791), 1, + sym_call_suffix, + STATE(6515), 1, + sym_type_parameters, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4055), 2, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + [263585] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4959), 10, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + [263602] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2286), 10, + sym__arrow_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + [263619] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2274), 10, + sym__arrow_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + [263636] = 5, + ACTIONS(9692), 1, + anon_sym_LPAREN, + ACTIONS(9694), 1, + anon_sym_LBRACE, + STATE(6673), 1, + sym__block, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(9696), 7, + anon_sym_RBRACE, + anon_sym_get, + anon_sym_set, + anon_sym__modify, + anon_sym_AT, + anon_sym_mutating, + anon_sym_nonmutating, + [263659] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6954), 10, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_where_keyword, + sym__as_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_RBRACE, + [263676] = 3, + STATE(6369), 1, + aux_sym_protocol_composition_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2317), 9, + sym__arrow_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_AMP, + [263695] = 10, + ACTIONS(1959), 1, + anon_sym_LPAREN, + ACTIONS(1961), 1, + anon_sym_LBRACK, + ACTIONS(9690), 1, + anon_sym_LT, + STATE(995), 1, + sym_lambda_literal, + STATE(1175), 1, + sym_value_arguments, + STATE(1263), 1, + sym__fn_call_lambda_arguments, + STATE(1301), 1, + sym_call_suffix, + STATE(6647), 1, + sym_type_parameters, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2003), 2, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + [263728] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4849), 11, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_where_keyword, + sym__as_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LBRACE, + anon_sym_RBRACE, + [263745] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4955), 10, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + [263762] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4959), 10, + sym__implicit_semi, + sym__explicit_semi, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + [263779] = 10, + ACTIONS(3546), 1, + anon_sym_LPAREN, + ACTIONS(3548), 1, + anon_sym_LBRACK, + ACTIONS(9690), 1, + anon_sym_LT, + STATE(1716), 1, + sym_lambda_literal, + STATE(2421), 1, + sym_value_arguments, + STATE(2762), 1, + sym__fn_call_lambda_arguments, + STATE(2819), 1, + sym_call_suffix, + STATE(6572), 1, + sym_type_parameters, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(3590), 2, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + [263812] = 4, + ACTIONS(9698), 1, + anon_sym_AMP, + STATE(6355), 1, + aux_sym_protocol_composition_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2189), 8, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_in, + [263833] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2294), 10, + sym__arrow_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + [263850] = 5, + ACTIONS(9694), 1, + anon_sym_LBRACE, + ACTIONS(9701), 1, + anon_sym_LPAREN, + STATE(6818), 1, + sym__block, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(9703), 7, + anon_sym_RBRACE, + anon_sym_get, + anon_sym_set, + anon_sym__modify, + anon_sym_AT, + anon_sym_mutating, + anon_sym_nonmutating, + [263873] = 10, + ACTIONS(3760), 1, + anon_sym_LPAREN, + ACTIONS(3762), 1, + anon_sym_LBRACK, + ACTIONS(9690), 1, + anon_sym_LT, + STATE(1729), 1, + sym_lambda_literal, + STATE(2707), 1, + sym_value_arguments, + STATE(3104), 1, + sym__fn_call_lambda_arguments, + STATE(3226), 1, + sym_call_suffix, + STATE(6609), 1, + sym_type_parameters, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(3842), 2, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + [263906] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4874), 11, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_where_keyword, + sym__as_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LBRACE, + anon_sym_RBRACE, + [263923] = 5, + ACTIONS(2193), 1, + sym__dot_custom, + ACTIONS(4544), 1, + anon_sym_LT, + STATE(2076), 1, + sym_type_arguments, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4542), 7, + sym__eq_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + [263946] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2211), 10, + sym__arrow_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + [263963] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4955), 10, + sym__implicit_semi, + sym__explicit_semi, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + [263980] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4878), 11, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_where_keyword, + sym__as_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LBRACE, + anon_sym_RBRACE, + [263997] = 10, + ACTIONS(3700), 1, + anon_sym_LPAREN, + ACTIONS(3702), 1, + anon_sym_LBRACK, + ACTIONS(9690), 1, + anon_sym_LT, + STATE(1741), 1, + sym_lambda_literal, + STATE(2747), 1, + sym_value_arguments, + STATE(3444), 1, + sym__fn_call_lambda_arguments, + STATE(3611), 1, + sym_call_suffix, + STATE(6496), 1, + sym_type_parameters, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(3712), 2, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + [264030] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4853), 11, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_where_keyword, + sym__as_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LBRACE, + anon_sym_RBRACE, + [264047] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2298), 10, + sym__arrow_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + [264064] = 3, + STATE(6355), 1, + aux_sym_protocol_composition_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2317), 9, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_in, + [264083] = 10, + ACTIONS(1809), 1, + anon_sym_LPAREN, + ACTIONS(1811), 1, + anon_sym_LBRACK, + ACTIONS(9690), 1, + anon_sym_LT, + STATE(805), 1, + sym_lambda_literal, + STATE(885), 1, + sym__fn_call_lambda_arguments, + STATE(927), 1, + sym_call_suffix, + STATE(987), 1, + sym_value_arguments, + STATE(6614), 1, + sym_type_parameters, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(1861), 2, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + [264116] = 4, + ACTIONS(9705), 1, + anon_sym_AMP, + STATE(6369), 1, + aux_sym_protocol_composition_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2189), 8, + sym__arrow_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COLON, + anon_sym_DOT, + [264137] = 3, + ACTIONS(4926), 1, + sym__as_custom, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4922), 9, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_where_keyword, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LBRACE, + anon_sym_RBRACE, + [264156] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4632), 11, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_where_keyword, + sym__as_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LBRACE, + anon_sym_RBRACE, + [264173] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6958), 10, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_where_keyword, + sym__as_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_RBRACE, + [264190] = 3, + ACTIONS(4910), 1, + sym__as_custom, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4906), 9, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_where_keyword, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LBRACE, + anon_sym_RBRACE, + [264209] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4894), 10, + sym__implicit_semi, + sym__explicit_semi, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + [264226] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4973), 10, + sym__implicit_semi, + sym__explicit_semi, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + [264243] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2247), 10, + sym__arrow_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + [264260] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2219), 10, + sym__arrow_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_AMP, + [264277] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4936), 10, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + [264294] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(9708), 1, + anon_sym_LPAREN, + STATE(6379), 1, + aux_sym__function_value_parameters, + ACTIONS(4867), 9, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_LBRACE, + anon_sym_RBRACE, + [264315] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4621), 11, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_where_keyword, + sym__as_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LBRACE, + anon_sym_RBRACE, + [264332] = 10, + ACTIONS(3498), 1, + anon_sym_LPAREN, + ACTIONS(3500), 1, + anon_sym_LBRACK, + ACTIONS(9690), 1, + anon_sym_LT, + STATE(1700), 1, + sym_lambda_literal, + STATE(2268), 1, + sym_value_arguments, + STATE(2576), 1, + sym__fn_call_lambda_arguments, + STATE(2663), 1, + sym_call_suffix, + STATE(6656), 1, + sym_type_parameters, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(3540), 2, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + [264365] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4882), 11, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_where_keyword, + sym__as_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LBRACE, + anon_sym_RBRACE, + [264382] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4936), 10, + sym__implicit_semi, + sym__explicit_semi, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + [264399] = 7, + ACTIONS(8703), 1, + anon_sym_LBRACE, + ACTIONS(8709), 1, + sym_where_keyword, + STATE(6681), 1, + sym_type_constraints, + STATE(7300), 1, + sym__block, + STATE(7350), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4578), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [264425] = 9, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(9711), 1, + anon_sym_in, + ACTIONS(9713), 1, + sym__arrow_operator_custom, + ACTIONS(9715), 1, + sym__async_keyword_custom, + STATE(4001), 1, + sym__arrow_operator, + STATE(6795), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8372), 2, + sym_throws, + sym_throws_clause, + [264455] = 9, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(9717), 1, + anon_sym_in, + ACTIONS(9719), 1, + sym__arrow_operator_custom, + ACTIONS(9721), 1, + sym__async_keyword_custom, + STATE(4000), 1, + sym__arrow_operator, + STATE(6827), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8374), 2, + sym_throws, + sym_throws_clause, + [264485] = 4, + ACTIONS(9694), 1, + anon_sym_LBRACE, + STATE(6714), 1, + sym__block, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(9723), 7, + anon_sym_RBRACE, + anon_sym_get, + anon_sym_set, + anon_sym__modify, + anon_sym_AT, + anon_sym_mutating, + anon_sym_nonmutating, + [264505] = 4, + ACTIONS(9694), 1, + anon_sym_LBRACE, + STATE(6669), 1, + sym__block, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(9725), 7, + anon_sym_RBRACE, + anon_sym_get, + anon_sym_set, + anon_sym__modify, + anon_sym_AT, + anon_sym_mutating, + anon_sym_nonmutating, + [264525] = 7, + ACTIONS(8703), 1, + anon_sym_LBRACE, + ACTIONS(8709), 1, + sym_where_keyword, + STATE(6665), 1, + sym_type_constraints, + STATE(7300), 1, + sym__block, + STATE(7319), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5137), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [264551] = 7, + ACTIONS(8703), 1, + anon_sym_LBRACE, + ACTIONS(8709), 1, + sym_where_keyword, + STATE(6813), 1, + sym_type_constraints, + STATE(7300), 1, + sym__block, + STATE(7648), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5125), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [264577] = 7, + ACTIONS(8703), 1, + anon_sym_LBRACE, + ACTIONS(8709), 1, + sym_where_keyword, + STATE(6788), 1, + sym_type_constraints, + STATE(7300), 1, + sym__block, + STATE(7360), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5137), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [264603] = 5, + ACTIONS(2193), 1, + sym__dot_custom, + ACTIONS(4544), 1, + anon_sym_LT, + STATE(2076), 1, + sym_type_arguments, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4542), 6, + sym__as_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_in, + [264625] = 7, + ACTIONS(8703), 1, + anon_sym_LBRACE, + ACTIONS(8709), 1, + sym_where_keyword, + STATE(6781), 1, + sym_type_constraints, + STATE(7300), 1, + sym__block, + STATE(7381), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5125), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [264651] = 7, + ACTIONS(8703), 1, + anon_sym_LBRACE, + ACTIONS(8709), 1, + sym_where_keyword, + STATE(6692), 1, + sym_type_constraints, + STATE(7300), 1, + sym__block, + STATE(7605), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5089), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [264677] = 7, + ACTIONS(8703), 1, + anon_sym_LBRACE, + ACTIONS(8709), 1, + sym_where_keyword, + STATE(6765), 1, + sym_type_constraints, + STATE(7300), 1, + sym__block, + STATE(7653), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4656), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [264703] = 7, + ACTIONS(8703), 1, + anon_sym_LBRACE, + ACTIONS(8709), 1, + sym_where_keyword, + STATE(6767), 1, + sym_type_constraints, + STATE(7300), 1, + sym__block, + STATE(7657), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4656), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [264729] = 7, + ACTIONS(9727), 1, + anon_sym_RBRACE, + ACTIONS(9729), 1, + anon_sym_get, + ACTIONS(9732), 1, + anon_sym_set, + STATE(8694), 1, + sym_mutation_modifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(9735), 2, + anon_sym_mutating, + anon_sym_nonmutating, + STATE(6397), 3, + sym_getter_specifier, + sym_setter_specifier, + aux_sym_protocol_property_requirements_repeat1, + [264755] = 7, + ACTIONS(8703), 1, + anon_sym_LBRACE, + ACTIONS(8709), 1, + sym_where_keyword, + STATE(6774), 1, + sym_type_constraints, + STATE(7300), 1, + sym__block, + STATE(7669), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4656), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [264781] = 8, + ACTIONS(4409), 1, + anon_sym_LPAREN, + ACTIONS(9690), 1, + anon_sym_LT, + ACTIONS(9738), 1, + anon_sym_QMARK, + STATE(1854), 1, + aux_sym__function_value_parameters, + STATE(8931), 1, + sym_type_parameters, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4844), 2, + sym__bang_custom, + anon_sym_BANG, + STATE(7658), 2, + sym__quest, + sym_bang, + [264809] = 7, + ACTIONS(8703), 1, + anon_sym_LBRACE, + ACTIONS(8709), 1, + sym_where_keyword, + STATE(6776), 1, + sym_type_constraints, + STATE(7300), 1, + sym__block, + STATE(7671), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4656), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [264835] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2278), 9, + sym__arrow_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_AMP, + [264851] = 4, + ACTIONS(9694), 1, + anon_sym_LBRACE, + STATE(6808), 1, + sym__block, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(9740), 7, + anon_sym_RBRACE, + anon_sym_get, + anon_sym_set, + anon_sym__modify, + anon_sym_AT, + anon_sym_mutating, + anon_sym_nonmutating, + [264871] = 7, + ACTIONS(8703), 1, + anon_sym_LBRACE, + ACTIONS(8709), 1, + sym_where_keyword, + STATE(6780), 1, + sym_type_constraints, + STATE(7300), 1, + sym__block, + STATE(7675), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5070), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [264897] = 8, + ACTIONS(8701), 1, + anon_sym_LPAREN, + ACTIONS(9690), 1, + anon_sym_LT, + ACTIONS(9742), 1, + anon_sym_QMARK, + STATE(5425), 1, + aux_sym__function_value_parameters, + STATE(8681), 1, + sym_type_parameters, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4844), 2, + sym__bang_custom, + anon_sym_BANG, + STATE(7344), 2, + sym__quest, + sym_bang, + [264925] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4910), 9, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_where_keyword, + sym__as_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_RBRACE, + [264941] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4926), 9, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_where_keyword, + sym__as_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_RBRACE, + [264957] = 8, + ACTIONS(8701), 1, + anon_sym_LPAREN, + ACTIONS(9690), 1, + anon_sym_LT, + ACTIONS(9744), 1, + anon_sym_QMARK, + STATE(5416), 1, + aux_sym__function_value_parameters, + STATE(8710), 1, + sym_type_parameters, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4844), 2, + sym__bang_custom, + anon_sym_BANG, + STATE(7308), 2, + sym__quest, + sym_bang, + [264985] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4926), 9, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_where_keyword, + sym__as_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_RBRACE, + [265001] = 7, + ACTIONS(8703), 1, + anon_sym_LBRACE, + ACTIONS(8709), 1, + sym_where_keyword, + STATE(6822), 1, + sym_type_constraints, + STATE(7300), 1, + sym__block, + STATE(7380), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4995), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [265027] = 7, + ACTIONS(8703), 1, + anon_sym_LBRACE, + ACTIONS(8709), 1, + sym_where_keyword, + STATE(6786), 1, + sym_type_constraints, + STATE(7300), 1, + sym__block, + STATE(7678), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5070), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [265053] = 9, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(9746), 1, + anon_sym_in, + ACTIONS(9748), 1, + sym__arrow_operator_custom, + ACTIONS(9750), 1, + sym__async_keyword_custom, + STATE(3998), 1, + sym__arrow_operator, + STATE(6749), 1, + sym__async_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8347), 2, + sym_throws, + sym_throws_clause, + [265083] = 8, + ACTIONS(4409), 1, + anon_sym_LPAREN, + ACTIONS(9690), 1, + anon_sym_LT, + ACTIONS(9752), 1, + anon_sym_QMARK, + STATE(1857), 1, + aux_sym__function_value_parameters, + STATE(8969), 1, + sym_type_parameters, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4844), 2, + sym__bang_custom, + anon_sym_BANG, + STATE(7706), 2, + sym__quest, + sym_bang, + [265111] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2302), 9, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_BANG2, + anon_sym_DOT, + anon_sym_AMP, + anon_sym_in, + [265127] = 7, + ACTIONS(8703), 1, + anon_sym_LBRACE, + ACTIONS(8709), 1, + sym_where_keyword, + STATE(6715), 1, + sym_type_constraints, + STATE(7300), 1, + sym__block, + STATE(7624), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5089), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [265153] = 7, + ACTIONS(8703), 1, + anon_sym_LBRACE, + ACTIONS(8709), 1, + sym_where_keyword, + STATE(6817), 1, + sym_type_constraints, + STATE(7300), 1, + sym__block, + STATE(7424), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4995), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [265179] = 8, + ACTIONS(8924), 1, + anon_sym_LPAREN, + ACTIONS(9690), 1, + anon_sym_LT, + ACTIONS(9754), 1, + anon_sym_QMARK, + STATE(5600), 1, + aux_sym__function_value_parameters, + STATE(8633), 1, + sym_type_parameters, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4844), 2, + sym__bang_custom, + anon_sym_BANG, + STATE(7290), 2, + sym__quest, + sym_bang, + [265207] = 8, + ACTIONS(8701), 1, + anon_sym_LPAREN, + ACTIONS(9690), 1, + anon_sym_LT, + ACTIONS(9756), 1, + anon_sym_QMARK, + STATE(5420), 1, + aux_sym__function_value_parameters, + STATE(8970), 1, + sym_type_parameters, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4844), 2, + sym__bang_custom, + anon_sym_BANG, + STATE(7313), 2, + sym__quest, + sym_bang, + [265235] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2203), 9, + sym__arrow_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_AMP, + [265251] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2207), 9, + sym__arrow_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_AMP, + [265267] = 4, + ACTIONS(9694), 1, + anon_sym_LBRACE, + STATE(6783), 1, + sym__block, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(9758), 7, + anon_sym_RBRACE, + anon_sym_get, + anon_sym_set, + anon_sym__modify, + anon_sym_AT, + anon_sym_mutating, + anon_sym_nonmutating, + [265287] = 7, + ACTIONS(8898), 1, + sym_where_keyword, + ACTIONS(9760), 1, + anon_sym_COLON, + ACTIONS(9762), 1, + sym__eq_custom, + STATE(4234), 1, + sym__equal_sign, + STATE(6955), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5007), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [265313] = 3, + ACTIONS(9764), 1, + anon_sym_BANG2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4989), 8, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_where_keyword, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + [265331] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4936), 10, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + [265347] = 8, + ACTIONS(4409), 1, + anon_sym_LPAREN, + ACTIONS(9690), 1, + anon_sym_LT, + ACTIONS(9766), 1, + anon_sym_QMARK, + STATE(1864), 1, + aux_sym__function_value_parameters, + STATE(8825), 1, + sym_type_parameters, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4844), 2, + sym__bang_custom, + anon_sym_BANG, + STATE(7311), 2, + sym__quest, + sym_bang, + [265375] = 4, + ACTIONS(7761), 1, + anon_sym_LPAREN, + STATE(6800), 1, + sym__tuple_pattern, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4632), 7, + sym__eq_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + [265395] = 7, + ACTIONS(8703), 1, + anon_sym_LBRACE, + ACTIONS(8709), 1, + sym_where_keyword, + STATE(6697), 1, + sym_type_constraints, + STATE(7300), 1, + sym__block, + STATE(7307), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4628), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [265421] = 7, + ACTIONS(8703), 1, + anon_sym_LBRACE, + ACTIONS(8709), 1, + sym_where_keyword, + STATE(6737), 1, + sym_type_constraints, + STATE(7300), 1, + sym__block, + STATE(7649), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5089), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [265447] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2282), 9, + sym__arrow_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_AMP, + [265463] = 8, + ACTIONS(8924), 1, + anon_sym_LPAREN, + ACTIONS(9690), 1, + anon_sym_LT, + ACTIONS(9768), 1, + anon_sym_QMARK, + STATE(5483), 1, + aux_sym__function_value_parameters, + STATE(8602), 1, + sym_type_parameters, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4844), 2, + sym__bang_custom, + anon_sym_BANG, + STATE(7348), 2, + sym__quest, + sym_bang, + [265491] = 9, + ACTIONS(8331), 1, + anon_sym_LPAREN, + ACTIONS(8335), 1, + sym__dot_custom, + ACTIONS(9770), 1, + anon_sym_RPAREN, + STATE(903), 1, + sym_constructor_suffix, + STATE(928), 1, + sym__fn_call_lambda_arguments, + STATE(1718), 1, + sym_lambda_literal, + STATE(2606), 1, + sym__constructor_value_arguments, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(3678), 2, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + [265521] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4959), 10, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + [265537] = 7, + ACTIONS(8703), 1, + anon_sym_LBRACE, + ACTIONS(8709), 1, + sym_where_keyword, + STATE(6682), 1, + sym_type_constraints, + STATE(7300), 1, + sym__block, + STATE(7652), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5089), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [265563] = 7, + ACTIONS(8703), 1, + anon_sym_LBRACE, + ACTIONS(8709), 1, + sym_where_keyword, + STATE(6805), 1, + sym_type_constraints, + STATE(7300), 1, + sym__block, + STATE(7323), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4604), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [265589] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2306), 9, + sym__arrow_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_AMP, + [265605] = 6, + ACTIONS(3542), 1, + sym_where_keyword, + ACTIONS(9772), 1, + sym__eq_custom, + STATE(716), 1, + sym__equal_sign, + STATE(7240), 1, + sym_where_clause, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6974), 5, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_RBRACE, + [265629] = 4, + ACTIONS(8892), 1, + anon_sym_COLON, + STATE(6741), 1, + sym_type_annotation, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6994), 7, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_where_keyword, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_RBRACE, + [265649] = 7, + ACTIONS(8703), 1, + anon_sym_LBRACE, + ACTIONS(8709), 1, + sym_where_keyword, + STATE(6821), 1, + sym_type_constraints, + STATE(7300), 1, + sym__block, + STATE(7331), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4604), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [265675] = 7, + ACTIONS(8703), 1, + anon_sym_LBRACE, + ACTIONS(8709), 1, + sym_where_keyword, + STATE(6751), 1, + sym_type_constraints, + STATE(7300), 1, + sym__block, + STATE(7612), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4596), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [265701] = 9, + ACTIONS(8331), 1, + anon_sym_LPAREN, + ACTIONS(9774), 1, + sym__dot_custom, + STATE(903), 1, + sym_constructor_suffix, + STATE(928), 1, + sym__fn_call_lambda_arguments, + STATE(1718), 1, + sym_lambda_literal, + STATE(2606), 1, + sym__constructor_value_arguments, + STATE(5871), 1, + sym__dot, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(3678), 2, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + [265731] = 7, + ACTIONS(8703), 1, + anon_sym_LBRACE, + ACTIONS(8709), 1, + sym_where_keyword, + STATE(6773), 1, + sym_type_constraints, + STATE(7300), 1, + sym__block, + STATE(7595), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4649), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [265757] = 7, + ACTIONS(8703), 1, + anon_sym_LBRACE, + ACTIONS(8709), 1, + sym_where_keyword, + STATE(6695), 1, + sym_type_constraints, + STATE(7300), 1, + sym__block, + STATE(7359), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4604), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [265783] = 7, + ACTIONS(8898), 1, + sym_where_keyword, + ACTIONS(9777), 1, + anon_sym_COLON, + ACTIONS(9779), 1, + sym__eq_custom, + STATE(4281), 1, + sym__equal_sign, + STATE(6947), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5053), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [265809] = 7, + ACTIONS(8703), 1, + anon_sym_LBRACE, + ACTIONS(8709), 1, + sym_where_keyword, + STATE(6667), 1, + sym_type_constraints, + STATE(7300), 1, + sym__block, + STATE(7369), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4604), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [265835] = 7, + ACTIONS(8703), 1, + anon_sym_LBRACE, + ACTIONS(8709), 1, + sym_where_keyword, + STATE(6703), 1, + sym_type_constraints, + STATE(7300), 1, + sym__block, + STATE(7326), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4628), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [265861] = 7, + ACTIONS(8703), 1, + anon_sym_LBRACE, + ACTIONS(8709), 1, + sym_where_keyword, + STATE(6688), 1, + sym_type_constraints, + STATE(7300), 1, + sym__block, + STATE(7375), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5129), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [265887] = 7, + ACTIONS(8703), 1, + anon_sym_LBRACE, + ACTIONS(8709), 1, + sym_where_keyword, + STATE(6806), 1, + sym_type_constraints, + STATE(7300), 1, + sym__block, + STATE(7506), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4578), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [265913] = 7, + ACTIONS(8703), 1, + anon_sym_LBRACE, + ACTIONS(8709), 1, + sym_where_keyword, + STATE(6804), 1, + sym_type_constraints, + STATE(7300), 1, + sym__block, + STATE(7517), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4578), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [265939] = 7, + ACTIONS(8703), 1, + anon_sym_LBRACE, + ACTIONS(8709), 1, + sym_where_keyword, + STATE(6698), 1, + sym_type_constraints, + STATE(7300), 1, + sym__block, + STATE(7556), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4578), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [265965] = 7, + ACTIONS(8703), 1, + anon_sym_LBRACE, + ACTIONS(8709), 1, + sym_where_keyword, + STATE(6736), 1, + sym_type_constraints, + STATE(7300), 1, + sym__block, + STATE(7622), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5079), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [265991] = 7, + ACTIONS(8703), 1, + anon_sym_LBRACE, + ACTIONS(8709), 1, + sym_where_keyword, + STATE(6764), 1, + sym_type_constraints, + STATE(7300), 1, + sym__block, + STATE(7633), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5079), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [266017] = 7, + ACTIONS(8703), 1, + anon_sym_LBRACE, + ACTIONS(8709), 1, + sym_where_keyword, + STATE(6794), 1, + sym_type_constraints, + STATE(7300), 1, + sym__block, + STATE(7382), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5129), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [266043] = 6, + ACTIONS(9783), 1, + anon_sym_LPAREN, + ACTIONS(9785), 1, + sym__arrow_operator_custom, + STATE(4755), 1, + sym__arrow_operator, + STATE(6613), 1, + aux_sym__function_value_parameters, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(9781), 5, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_where_keyword, + ts_builtin_sym_end, + [266067] = 7, + ACTIONS(8703), 1, + anon_sym_LBRACE, + ACTIONS(8709), 1, + sym_where_keyword, + STATE(6693), 1, + sym_type_constraints, + STATE(7300), 1, + sym__block, + STATE(7554), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4589), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [266093] = 7, + ACTIONS(8703), 1, + anon_sym_LBRACE, + ACTIONS(8709), 1, + sym_where_keyword, + STATE(6694), 1, + sym_type_constraints, + STATE(7300), 1, + sym__block, + STATE(7557), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4589), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [266119] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2302), 9, + sym__dot_custom, + sym__eq_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LT, + [266135] = 10, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(9407), 1, + sym__throws_keyword, + ACTIONS(9409), 1, + sym__rethrows_keyword, + ACTIONS(9528), 1, + anon_sym_LBRACE, + ACTIONS(9787), 1, + sym__arrow_operator_custom, + STATE(4028), 1, + sym__arrow_operator, + STATE(7099), 1, + sym_throws, + STATE(7100), 1, + sym_throws_clause, + STATE(9226), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [266167] = 4, + ACTIONS(7761), 1, + anon_sym_LPAREN, + STATE(6730), 1, + sym__tuple_pattern, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4608), 7, + sym__eq_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + [266187] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(9789), 9, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_get, + anon_sym_set, + anon_sym__modify, + anon_sym_AT, + anon_sym_mutating, + anon_sym_nonmutating, + [266203] = 7, + ACTIONS(8733), 1, + anon_sym_get, + ACTIONS(8735), 1, + anon_sym_set, + ACTIONS(9791), 1, + anon_sym_RBRACE, + STATE(8694), 1, + sym_mutation_modifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(3143), 2, + anon_sym_mutating, + anon_sym_nonmutating, + STATE(6476), 3, + sym_getter_specifier, + sym_setter_specifier, + aux_sym_protocol_property_requirements_repeat1, + [266229] = 10, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(9407), 1, + sym__throws_keyword, + ACTIONS(9409), 1, + sym__rethrows_keyword, + ACTIONS(9522), 1, + anon_sym_LBRACE, + ACTIONS(9793), 1, + sym__arrow_operator_custom, + STATE(4020), 1, + sym__arrow_operator, + STATE(7111), 1, + sym_throws, + STATE(7138), 1, + sym_throws_clause, + STATE(9018), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [266261] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2302), 9, + sym__arrow_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_AMP, + [266277] = 8, + ACTIONS(8924), 1, + anon_sym_LPAREN, + ACTIONS(9690), 1, + anon_sym_LT, + ACTIONS(9795), 1, + anon_sym_QMARK, + STATE(5524), 1, + aux_sym__function_value_parameters, + STATE(8613), 1, + sym_type_parameters, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4844), 2, + sym__bang_custom, + anon_sym_BANG, + STATE(7445), 2, + sym__quest, + sym_bang, + [266305] = 7, + ACTIONS(8703), 1, + anon_sym_LBRACE, + ACTIONS(8709), 1, + sym_where_keyword, + STATE(6797), 1, + sym_type_constraints, + STATE(7300), 1, + sym__block, + STATE(7611), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4614), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [266331] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(9506), 4, + sym_where_keyword, + anon_sym_COMMA, + anon_sym_AMP, + anon_sym_LBRACE, + ACTIONS(2087), 5, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_DOT, + [266349] = 5, + ACTIONS(2193), 1, + sym__dot_custom, + ACTIONS(4544), 1, + anon_sym_LT, + STATE(2076), 1, + sym_type_arguments, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4542), 6, + sym_where_keyword, + sym__as_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LBRACE, + [266371] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4955), 10, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + [266387] = 7, + ACTIONS(8703), 1, + anon_sym_LBRACE, + ACTIONS(8709), 1, + sym_where_keyword, + STATE(6807), 1, + sym_type_constraints, + STATE(7300), 1, + sym__block, + STATE(7615), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4614), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [266413] = 7, + ACTIONS(8703), 1, + anon_sym_LBRACE, + ACTIONS(8709), 1, + sym_where_keyword, + STATE(6722), 1, + sym_type_constraints, + STATE(7300), 1, + sym__block, + STATE(7472), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5137), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [266439] = 7, + ACTIONS(8703), 1, + anon_sym_LBRACE, + ACTIONS(8709), 1, + sym_where_keyword, + STATE(6690), 1, + sym_type_constraints, + STATE(7300), 1, + sym__block, + STATE(7525), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4600), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [266465] = 7, + ACTIONS(8703), 1, + anon_sym_LBRACE, + ACTIONS(8709), 1, + sym_where_keyword, + STATE(6696), 1, + sym_type_constraints, + STATE(7300), 1, + sym__block, + STATE(7532), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4600), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [266491] = 7, + ACTIONS(8703), 1, + anon_sym_LBRACE, + ACTIONS(8709), 1, + sym_where_keyword, + STATE(6727), 1, + sym_type_constraints, + STATE(7300), 1, + sym__block, + STATE(7571), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5083), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [266517] = 7, + ACTIONS(8703), 1, + anon_sym_LBRACE, + ACTIONS(8709), 1, + sym_where_keyword, + STATE(6828), 1, + sym_type_constraints, + STATE(7300), 1, + sym__block, + STATE(7598), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5083), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [266543] = 7, + ACTIONS(8703), 1, + anon_sym_LBRACE, + ACTIONS(8709), 1, + sym_where_keyword, + STATE(6755), 1, + sym_type_constraints, + STATE(7300), 1, + sym__block, + STATE(7614), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4596), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [266569] = 7, + ACTIONS(8703), 1, + anon_sym_LBRACE, + ACTIONS(8709), 1, + sym_where_keyword, + STATE(6678), 1, + sym_type_constraints, + STATE(7300), 1, + sym__block, + STATE(7636), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5083), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [266595] = 7, + ACTIONS(8703), 1, + anon_sym_LBRACE, + ACTIONS(8709), 1, + sym_where_keyword, + STATE(6679), 1, + sym_type_constraints, + STATE(7300), 1, + sym__block, + STATE(7651), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5083), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [266621] = 7, + ACTIONS(8733), 1, + anon_sym_get, + ACTIONS(8735), 1, + anon_sym_set, + ACTIONS(9797), 1, + anon_sym_RBRACE, + STATE(8694), 1, + sym_mutation_modifier, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(3143), 2, + anon_sym_mutating, + anon_sym_nonmutating, + STATE(6397), 3, + sym_getter_specifier, + sym_setter_specifier, + aux_sym_protocol_property_requirements_repeat1, + [266647] = 7, + ACTIONS(8703), 1, + anon_sym_LBRACE, + ACTIONS(8709), 1, + sym_where_keyword, + STATE(6771), 1, + sym_type_constraints, + STATE(7300), 1, + sym__block, + STATE(7601), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5137), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [266673] = 4, + ACTIONS(9694), 1, + anon_sym_LBRACE, + STATE(6819), 1, + sym__block, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(9799), 7, + anon_sym_RBRACE, + anon_sym_get, + anon_sym_set, + anon_sym__modify, + anon_sym_AT, + anon_sym_mutating, + anon_sym_nonmutating, + [266693] = 4, + ACTIONS(9694), 1, + anon_sym_LBRACE, + STATE(6674), 1, + sym__block, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(9801), 7, + anon_sym_RBRACE, + anon_sym_get, + anon_sym_set, + anon_sym__modify, + anon_sym_AT, + anon_sym_mutating, + anon_sym_nonmutating, + [266713] = 4, + ACTIONS(7761), 1, + anon_sym_LPAREN, + STATE(6799), 1, + sym__tuple_pattern, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4621), 7, + sym__eq_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + [266733] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2087), 9, + sym__arrow_operator_custom, + sym__eq_custom, + sym__eq_eq_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_AMP, + [266749] = 7, + ACTIONS(8703), 1, + anon_sym_LBRACE, + ACTIONS(8709), 1, + sym_where_keyword, + STATE(6756), 1, + sym_type_constraints, + STATE(7300), 1, + sym__block, + STATE(7523), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5133), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [266775] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4894), 10, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + [266791] = 7, + ACTIONS(8703), 1, + anon_sym_LBRACE, + ACTIONS(8709), 1, + sym_where_keyword, + STATE(6787), 1, + sym_type_constraints, + STATE(7300), 1, + sym__block, + STATE(7528), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5133), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [266817] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4973), 10, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + [266833] = 3, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4910), 1, + sym__as_custom, + ACTIONS(4906), 9, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_where_keyword, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LBRACE, + anon_sym_RBRACE, + [266851] = 3, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4926), 1, + sym__as_custom, + ACTIONS(4922), 9, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_where_keyword, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LBRACE, + anon_sym_RBRACE, + [266869] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(9803), 9, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_get, + anon_sym_set, + anon_sym__modify, + anon_sym_AT, + anon_sym_mutating, + anon_sym_nonmutating, + [266885] = 7, + ACTIONS(8703), 1, + anon_sym_LBRACE, + ACTIONS(8709), 1, + sym_where_keyword, + STATE(6775), 1, + sym_type_constraints, + STATE(7300), 1, + sym__block, + STATE(7593), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4649), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [266911] = 9, + ACTIONS(9805), 1, + anon_sym_LPAREN, + ACTIONS(9807), 1, + sym__dot_custom, + STATE(1729), 1, + sym_lambda_literal, + STATE(2704), 1, + sym__constructor_value_arguments, + STATE(3567), 1, + sym_constructor_suffix, + STATE(3594), 1, + sym__fn_call_lambda_arguments, + STATE(5766), 1, + sym__dot, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(3842), 2, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + [266941] = 7, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + ACTIONS(8932), 1, + sym_where_keyword, + STATE(6943), 1, + sym_type_constraints, + STATE(8016), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(5083), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [266966] = 3, + ACTIONS(9551), 1, + anon_sym_RPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2087), 7, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_AMP, + [266983] = 7, + ACTIONS(5), 1, + sym_comment, + ACTIONS(9166), 1, + sym_where_keyword, + ACTIONS(9810), 1, + anon_sym_COLON, + ACTIONS(9812), 1, + sym__eq_custom, + STATE(4242), 1, + sym__equal_sign, + STATE(7191), 1, + sym_type_constraints, + ACTIONS(5007), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [267008] = 3, + ACTIONS(9553), 1, + anon_sym_RPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2087), 7, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_AMP, + [267025] = 6, + ACTIONS(8898), 1, + sym_where_keyword, + ACTIONS(9814), 1, + sym__eq_custom, + STATE(4214), 1, + sym__equal_sign, + STATE(6895), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5260), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [267048] = 8, + ACTIONS(3700), 1, + anon_sym_LPAREN, + ACTIONS(3702), 1, + anon_sym_LBRACK, + STATE(1741), 1, + sym_lambda_literal, + STATE(2747), 1, + sym_value_arguments, + STATE(3444), 1, + sym__fn_call_lambda_arguments, + STATE(3668), 1, + sym_call_suffix, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(3712), 2, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + [267075] = 7, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + ACTIONS(8932), 1, + sym_where_keyword, + STATE(6990), 1, + sym_type_constraints, + STATE(8280), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(4614), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [267100] = 7, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + ACTIONS(8932), 1, + sym_where_keyword, + STATE(6991), 1, + sym_type_constraints, + STATE(8283), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(4614), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [267125] = 7, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + ACTIONS(8932), 1, + sym_where_keyword, + STATE(6992), 1, + sym_type_constraints, + STATE(8287), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(5137), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [267150] = 3, + ACTIONS(9579), 1, + anon_sym_RPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2087), 7, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_AMP, + [267167] = 7, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + ACTIONS(8932), 1, + sym_where_keyword, + STATE(6993), 1, + sym_type_constraints, + STATE(8290), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(5137), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [267192] = 7, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + ACTIONS(8932), 1, + sym_where_keyword, + STATE(6997), 1, + sym_type_constraints, + STATE(8299), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(5137), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [267217] = 7, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + ACTIONS(8932), 1, + sym_where_keyword, + STATE(6998), 1, + sym_type_constraints, + STATE(8301), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(5137), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [267242] = 9, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(9816), 1, + anon_sym_LPAREN, + ACTIONS(9818), 1, + anon_sym_LBRACE, + ACTIONS(9820), 1, + sym__arrow_operator_custom, + STATE(3150), 1, + sym_computed_property, + STATE(3962), 1, + sym__arrow_operator, + STATE(7255), 1, + aux_sym__function_value_parameters, + STATE(8762), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [267271] = 3, + ACTIONS(9641), 1, + anon_sym_RPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2087), 7, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_AMP, + [267288] = 5, + ACTIONS(6922), 1, + sym__as_custom, + ACTIONS(9822), 1, + anon_sym_QMARK, + STATE(6812), 1, + sym__quest, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4714), 5, + sym__eq_custom, + sym_where_keyword, + sym_else, + anon_sym_COMMA, + anon_sym_COLON, + [267309] = 7, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + ACTIONS(8932), 1, + sym_where_keyword, + STATE(6963), 1, + sym_type_constraints, + STATE(8125), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(4649), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [267334] = 8, + ACTIONS(8331), 1, + anon_sym_LPAREN, + ACTIONS(8335), 1, + sym__dot_custom, + STATE(903), 1, + sym_constructor_suffix, + STATE(928), 1, + sym__fn_call_lambda_arguments, + STATE(1718), 1, + sym_lambda_literal, + STATE(2606), 1, + sym__constructor_value_arguments, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(3678), 2, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + [267361] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(608), 2, + sym__assignment_and_operator, + sym__equal_sign, + ACTIONS(9825), 6, + sym__eq_custom, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + [267378] = 7, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + ACTIONS(8932), 1, + sym_where_keyword, + STATE(6964), 1, + sym_type_constraints, + STATE(8127), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(4649), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [267403] = 7, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + ACTIONS(8932), 1, + sym_where_keyword, + STATE(6965), 1, + sym_type_constraints, + STATE(8131), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(5089), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [267428] = 9, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(9816), 1, + anon_sym_LPAREN, + ACTIONS(9827), 1, + anon_sym_LBRACE, + ACTIONS(9829), 1, + sym__arrow_operator_custom, + STATE(4031), 1, + sym__arrow_operator, + STATE(7255), 1, + aux_sym__function_value_parameters, + STATE(7768), 1, + sym_computed_property, + STATE(8663), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [267457] = 7, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + ACTIONS(8932), 1, + sym_where_keyword, + STATE(7000), 1, + sym_type_constraints, + STATE(8324), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(4995), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [267482] = 7, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + ACTIONS(8932), 1, + sym_where_keyword, + STATE(7001), 1, + sym_type_constraints, + STATE(8331), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(4995), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [267507] = 8, + ACTIONS(3959), 1, + anon_sym_LPAREN, + ACTIONS(3961), 1, + anon_sym_LBRACK, + STATE(1754), 1, + sym_lambda_literal, + STATE(2898), 1, + sym_value_arguments, + STATE(3672), 1, + sym__fn_call_lambda_arguments, + STATE(3734), 1, + sym_call_suffix, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4055), 2, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + [267534] = 5, + ACTIONS(6928), 1, + sym__as_custom, + ACTIONS(9831), 1, + anon_sym_QMARK, + STATE(6815), 1, + sym__quest, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4751), 5, + sym__eq_custom, + sym_where_keyword, + sym_else, + anon_sym_COMMA, + anon_sym_COLON, + [267555] = 8, + ACTIONS(8335), 1, + sym__dot_custom, + ACTIONS(9834), 1, + anon_sym_LPAREN, + STATE(1002), 1, + sym_lambda_literal, + STATE(1221), 1, + sym__constructor_value_arguments, + STATE(1397), 1, + sym_constructor_suffix, + STATE(1405), 1, + sym__fn_call_lambda_arguments, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2025), 2, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + [267582] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(582), 2, + sym__assignment_and_operator, + sym__equal_sign, + ACTIONS(9836), 6, + sym__eq_custom, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + [267599] = 4, + ACTIONS(7604), 1, + anon_sym_LPAREN, + STATE(7014), 1, + sym__tuple_pattern, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4632), 6, + sym__as_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_in, + [267618] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5167), 8, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_where_keyword, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + [267633] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2302), 8, + sym__dot_custom, + sym_where_keyword, + sym__as_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_LBRACE, + [267648] = 3, + ACTIONS(9671), 1, + anon_sym_RPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2087), 7, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_AMP, + [267665] = 7, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + ACTIONS(8932), 1, + sym_where_keyword, + STATE(6967), 1, + sym_type_constraints, + STATE(8133), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(5089), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [267690] = 8, + ACTIONS(8335), 1, + sym__dot_custom, + ACTIONS(9838), 1, + anon_sym_LPAREN, + STATE(1716), 1, + sym_lambda_literal, + STATE(2411), 1, + sym__constructor_value_arguments, + STATE(2721), 1, + sym_constructor_suffix, + STATE(2722), 1, + sym__fn_call_lambda_arguments, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(3590), 2, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + [267717] = 7, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + ACTIONS(8932), 1, + sym_where_keyword, + STATE(6968), 1, + sym_type_constraints, + STATE(8139), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(5089), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [267742] = 3, + ACTIONS(9601), 1, + anon_sym_RPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2087), 7, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_AMP, + [267759] = 4, + ACTIONS(7622), 1, + anon_sym_LPAREN, + STATE(6842), 1, + sym__tuple_pattern, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4632), 6, + sym_where_keyword, + sym__as_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LBRACE, + [267778] = 7, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + ACTIONS(8932), 1, + sym_where_keyword, + STATE(6969), 1, + sym_type_constraints, + STATE(8141), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(5089), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [267803] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4999), 8, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_where_keyword, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + [267818] = 9, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(9816), 1, + anon_sym_LPAREN, + ACTIONS(9840), 1, + anon_sym_LBRACE, + ACTIONS(9842), 1, + sym__arrow_operator_custom, + STATE(3968), 1, + sym__arrow_operator, + STATE(7255), 1, + aux_sym__function_value_parameters, + STATE(7970), 1, + sym_computed_property, + STATE(8621), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [267847] = 9, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(9816), 1, + anon_sym_LPAREN, + ACTIONS(9818), 1, + anon_sym_LBRACE, + ACTIONS(9844), 1, + sym__arrow_operator_custom, + STATE(3153), 1, + sym_computed_property, + STATE(3963), 1, + sym__arrow_operator, + STATE(7255), 1, + aux_sym__function_value_parameters, + STATE(8768), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [267876] = 3, + ACTIONS(9846), 1, + anon_sym_BANG2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4989), 7, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + [267893] = 8, + ACTIONS(2011), 1, + anon_sym_LPAREN, + ACTIONS(2013), 1, + anon_sym_LBRACK, + STATE(1002), 1, + sym_lambda_literal, + STATE(1223), 1, + sym_value_arguments, + STATE(1411), 1, + sym_call_suffix, + STATE(1415), 1, + sym__fn_call_lambda_arguments, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2025), 2, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + [267920] = 9, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(9816), 1, + anon_sym_LPAREN, + ACTIONS(9840), 1, + anon_sym_LBRACE, + ACTIONS(9848), 1, + sym__arrow_operator_custom, + STATE(3973), 1, + sym__arrow_operator, + STATE(7255), 1, + aux_sym__function_value_parameters, + STATE(8303), 1, + sym_computed_property, + STATE(8674), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [267949] = 3, + ACTIONS(9581), 1, + anon_sym_RPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2087), 7, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_AMP, + [267966] = 7, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + ACTIONS(8932), 1, + sym_where_keyword, + STATE(6899), 1, + sym_type_constraints, + STATE(7784), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(4589), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [267991] = 7, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + ACTIONS(8932), 1, + sym_where_keyword, + STATE(6900), 1, + sym_type_constraints, + STATE(7786), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(4589), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [268016] = 9, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(9816), 1, + anon_sym_LPAREN, + ACTIONS(9827), 1, + anon_sym_LBRACE, + ACTIONS(9850), 1, + sym__arrow_operator_custom, + STATE(4029), 1, + sym__arrow_operator, + STATE(7255), 1, + aux_sym__function_value_parameters, + STATE(8113), 1, + sym_computed_property, + STATE(8722), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [268045] = 3, + ACTIONS(9535), 1, + anon_sym_RPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2087), 7, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_AMP, + [268062] = 3, + ACTIONS(9595), 1, + anon_sym_RPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2087), 7, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_AMP, + [268079] = 3, + ACTIONS(9567), 1, + anon_sym_RPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2087), 7, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_AMP, + [268096] = 7, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + ACTIONS(8932), 1, + sym_where_keyword, + STATE(6905), 1, + sym_type_constraints, + STATE(7821), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(4656), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [268121] = 3, + ACTIONS(9565), 1, + anon_sym_RPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2087), 7, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_AMP, + [268138] = 7, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + ACTIONS(8932), 1, + sym_where_keyword, + STATE(6971), 1, + sym_type_constraints, + STATE(8158), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(5125), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [268163] = 9, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(9816), 1, + anon_sym_LPAREN, + ACTIONS(9827), 1, + anon_sym_LBRACE, + ACTIONS(9852), 1, + sym__arrow_operator_custom, + STATE(4007), 1, + sym__arrow_operator, + STATE(7255), 1, + aux_sym__function_value_parameters, + STATE(8161), 1, + sym_computed_property, + STATE(8806), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [268192] = 4, + ACTIONS(9854), 1, + anon_sym_QMARK, + STATE(7039), 1, + sym__quest, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4720), 6, + sym__eq_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + anon_sym_COMMA, + anon_sym_COLON, + [268211] = 7, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + ACTIONS(8932), 1, + sym_where_keyword, + STATE(6972), 1, + sym_type_constraints, + STATE(8162), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(5125), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [268236] = 7, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + ACTIONS(8932), 1, + sym_where_keyword, + STATE(6906), 1, + sym_type_constraints, + STATE(7822), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(4656), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [268261] = 5, + ACTIONS(6922), 1, + sym__as_custom, + ACTIONS(9856), 1, + anon_sym_QMARK, + STATE(6699), 1, + sym__quest, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4714), 5, + sym__eq_custom, + sym_where_keyword, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LBRACE, + [268282] = 4, + ACTIONS(9859), 1, + anon_sym_QMARK, + STATE(7040), 1, + sym__quest, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4757), 6, + sym__eq_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + anon_sym_COMMA, + anon_sym_COLON, + [268301] = 4, + ACTIONS(9861), 1, + anon_sym_QMARK, + STATE(7042), 1, + sym__quest, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4757), 6, + sym__eq_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + anon_sym_COMMA, + anon_sym_COLON, + [268320] = 7, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + ACTIONS(8932), 1, + sym_where_keyword, + STATE(6910), 1, + sym_type_constraints, + STATE(7834), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(4656), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [268345] = 3, + ACTIONS(9665), 1, + anon_sym_RPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2087), 7, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_AMP, + [268362] = 5, + ACTIONS(6928), 1, + sym__as_custom, + ACTIONS(9863), 1, + anon_sym_QMARK, + STATE(6700), 1, + sym__quest, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4751), 5, + sym__eq_custom, + sym_where_keyword, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LBRACE, + [268383] = 7, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + ACTIONS(8932), 1, + sym_where_keyword, + STATE(6911), 1, + sym_type_constraints, + STATE(7836), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(4656), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [268408] = 4, + ACTIONS(7622), 1, + anon_sym_LPAREN, + STATE(6847), 1, + sym__tuple_pattern, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4621), 6, + sym_where_keyword, + sym__as_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LBRACE, + [268427] = 6, + ACTIONS(8709), 1, + sym_where_keyword, + ACTIONS(9866), 1, + sym__arrow_operator_custom, + STATE(3971), 1, + sym__arrow_operator, + STATE(7296), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(9528), 4, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_LBRACE, + anon_sym_RBRACE, + [268450] = 3, + ACTIONS(9619), 1, + anon_sym_RPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2087), 7, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_AMP, + [268467] = 7, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + ACTIONS(8932), 1, + sym_where_keyword, + STATE(6912), 1, + sym_type_constraints, + STATE(7839), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(5070), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [268492] = 4, + ACTIONS(7604), 1, + anon_sym_LPAREN, + STATE(7061), 1, + sym__tuple_pattern, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4621), 6, + sym__as_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_in, + [268511] = 8, + ACTIONS(8335), 1, + sym__dot_custom, + ACTIONS(9868), 1, + anon_sym_LPAREN, + STATE(1754), 1, + sym_lambda_literal, + STATE(2892), 1, + sym__constructor_value_arguments, + STATE(3772), 1, + sym_constructor_suffix, + STATE(3782), 1, + sym__fn_call_lambda_arguments, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4055), 2, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + [268538] = 6, + ACTIONS(8709), 1, + sym_where_keyword, + ACTIONS(9870), 1, + sym__arrow_operator_custom, + STATE(3977), 1, + sym__arrow_operator, + STATE(7299), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(9528), 4, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_LBRACE, + anon_sym_RBRACE, + [268561] = 8, + ACTIONS(8335), 1, + sym__dot_custom, + ACTIONS(9872), 1, + anon_sym_LPAREN, + STATE(1725), 1, + sym_lambda_literal, + STATE(2448), 1, + sym__constructor_value_arguments, + STATE(2989), 1, + sym_constructor_suffix, + STATE(2991), 1, + sym__fn_call_lambda_arguments, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(3636), 2, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + [268588] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(620), 2, + sym__assignment_and_operator, + sym__equal_sign, + ACTIONS(9874), 6, + sym__eq_custom, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + [268605] = 7, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + ACTIONS(8932), 1, + sym_where_keyword, + STATE(6913), 1, + sym_type_constraints, + STATE(7841), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(5070), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [268630] = 3, + ACTIONS(9558), 1, + anon_sym_RPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2087), 7, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_AMP, + [268647] = 8, + ACTIONS(8335), 1, + sym__dot_custom, + ACTIONS(9805), 1, + anon_sym_LPAREN, + STATE(1729), 1, + sym_lambda_literal, + STATE(2704), 1, + sym__constructor_value_arguments, + STATE(3567), 1, + sym_constructor_suffix, + STATE(3594), 1, + sym__fn_call_lambda_arguments, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(3842), 2, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + [268674] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(641), 2, + sym__assignment_and_operator, + sym__equal_sign, + ACTIONS(9876), 6, + sym__eq_custom, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + [268691] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(725), 2, + sym__assignment_and_operator, + sym__equal_sign, + ACTIONS(9878), 6, + sym__eq_custom, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + [268708] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2302), 8, + sym__dot_custom, + sym__as_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LT, + anon_sym_in, + [268723] = 4, + ACTIONS(9880), 1, + anon_sym_COMMA, + STATE(6577), 1, + aux_sym_type_constraints_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(3064), 6, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + ts_builtin_sym_end, + anon_sym_LBRACE, + anon_sym_RBRACE, + [268742] = 8, + ACTIONS(3546), 1, + anon_sym_LPAREN, + ACTIONS(3548), 1, + anon_sym_LBRACK, + STATE(1716), 1, + sym_lambda_literal, + STATE(2421), 1, + sym_value_arguments, + STATE(2697), 1, + sym_call_suffix, + STATE(2762), 1, + sym__fn_call_lambda_arguments, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(3590), 2, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + [268769] = 3, + ACTIONS(9569), 1, + anon_sym_RPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2087), 7, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_AMP, + [268786] = 8, + ACTIONS(8335), 1, + sym__dot_custom, + ACTIONS(9882), 1, + anon_sym_LPAREN, + STATE(1741), 1, + sym_lambda_literal, + STATE(2746), 1, + sym__constructor_value_arguments, + STATE(3436), 1, + sym_constructor_suffix, + STATE(3440), 1, + sym__fn_call_lambda_arguments, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(3712), 2, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + [268813] = 5, + ACTIONS(4720), 1, + sym__as_custom, + ACTIONS(9884), 1, + anon_sym_QMARK, + STATE(7065), 1, + sym__quest, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4714), 5, + sym__eq_custom, + sym_where_keyword, + sym_else, + anon_sym_COMMA, + anon_sym_COLON, + [268834] = 5, + ACTIONS(4757), 1, + sym__as_custom, + ACTIONS(9886), 1, + anon_sym_QMARK, + STATE(7067), 1, + sym__quest, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4751), 5, + sym__eq_custom, + sym_where_keyword, + sym_else, + anon_sym_COMMA, + anon_sym_COLON, + [268855] = 4, + ACTIONS(9888), 1, + anon_sym_COMMA, + STATE(6577), 1, + aux_sym_type_constraints_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5233), 6, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + ts_builtin_sym_end, + anon_sym_LBRACE, + anon_sym_RBRACE, + [268874] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(697), 2, + sym__assignment_and_operator, + sym__equal_sign, + ACTIONS(9891), 6, + sym__eq_custom, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + [268891] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7091), 8, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_where_keyword, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_RBRACE, + [268906] = 4, + ACTIONS(9893), 1, + anon_sym_AT, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(6580), 2, + sym_attribute, + aux_sym__lambda_type_declaration_repeat1, + ACTIONS(3802), 5, + anon_sym_get, + anon_sym_set, + anon_sym__modify, + anon_sym_mutating, + anon_sym_nonmutating, + [268925] = 3, + ACTIONS(9667), 1, + anon_sym_RPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2087), 7, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_AMP, + [268942] = 6, + ACTIONS(9896), 1, + anon_sym_COLON, + ACTIONS(9898), 1, + sym__as_custom, + STATE(4303), 1, + sym__as, + STATE(7427), 1, + sym_type_annotation, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6931), 4, + sym__eq_custom, + sym_where_keyword, + anon_sym_COMMA, + anon_sym_LBRACE, + [268965] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(9900), 8, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_get, + anon_sym_set, + anon_sym__modify, + anon_sym_AT, + anon_sym_mutating, + anon_sym_nonmutating, + [268980] = 6, + ACTIONS(8709), 1, + sym_where_keyword, + ACTIONS(9902), 1, + sym__arrow_operator_custom, + STATE(4004), 1, + sym__arrow_operator, + STATE(7677), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(9522), 4, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_LBRACE, + anon_sym_RBRACE, + [269003] = 7, + ACTIONS(8709), 1, + sym_where_keyword, + ACTIONS(9906), 1, + sym__eq_custom, + STATE(558), 1, + sym__equal_sign, + STATE(7088), 1, + sym_macro_definition, + STATE(8517), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(9904), 3, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + [269028] = 3, + ACTIONS(9607), 1, + anon_sym_RPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2087), 7, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_AMP, + [269045] = 8, + ACTIONS(3622), 1, + anon_sym_LPAREN, + ACTIONS(3624), 1, + anon_sym_LBRACK, + STATE(1725), 1, + sym_lambda_literal, + STATE(2673), 1, + sym_value_arguments, + STATE(2997), 1, + sym__fn_call_lambda_arguments, + STATE(3052), 1, + sym_call_suffix, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(3636), 2, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + [269072] = 6, + ACTIONS(8709), 1, + sym_where_keyword, + ACTIONS(9910), 1, + sym__arrow_operator_custom, + STATE(4008), 1, + sym__arrow_operator, + STATE(7682), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(9908), 4, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_LBRACE, + anon_sym_RBRACE, + [269095] = 6, + ACTIONS(8709), 1, + sym_where_keyword, + ACTIONS(9912), 1, + sym__arrow_operator_custom, + STATE(3953), 1, + sym__arrow_operator, + STATE(7684), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(9908), 4, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_LBRACE, + anon_sym_RBRACE, + [269118] = 7, + ACTIONS(8709), 1, + sym_where_keyword, + ACTIONS(9906), 1, + sym__eq_custom, + STATE(558), 1, + sym__equal_sign, + STATE(7127), 1, + sym_macro_definition, + STATE(7909), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(9914), 3, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + [269143] = 4, + ACTIONS(9916), 1, + anon_sym_QMARK, + STATE(6858), 1, + sym__quest, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4720), 6, + sym__eq_custom, + sym_where_keyword, + sym__as_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LBRACE, + [269162] = 4, + ACTIONS(9918), 1, + anon_sym_QMARK, + STATE(6859), 1, + sym__quest, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4757), 6, + sym__eq_custom, + sym_where_keyword, + sym__as_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LBRACE, + [269181] = 4, + ACTIONS(9920), 1, + anon_sym_QMARK, + STATE(6860), 1, + sym__quest, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4757), 6, + sym__eq_custom, + sym_where_keyword, + sym__as_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LBRACE, + [269200] = 9, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(9816), 1, + anon_sym_LPAREN, + ACTIONS(9818), 1, + anon_sym_LBRACE, + ACTIONS(9922), 1, + sym__arrow_operator_custom, + STATE(3162), 1, + sym_computed_property, + STATE(3964), 1, + sym__arrow_operator, + STATE(7255), 1, + aux_sym__function_value_parameters, + STATE(8786), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [269229] = 3, + ACTIONS(5), 1, + sym_comment, + ACTIONS(9924), 1, + anon_sym_BANG2, + ACTIONS(4989), 8, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_where_keyword, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + [269246] = 3, + ACTIONS(9661), 1, + anon_sym_RPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2087), 7, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_AMP, + [269263] = 4, + ACTIONS(7622), 1, + anon_sym_LPAREN, + STATE(6837), 1, + sym__tuple_pattern, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4608), 6, + sym_where_keyword, + sym__as_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LBRACE, + [269282] = 7, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + ACTIONS(8932), 1, + sym_where_keyword, + STATE(6979), 1, + sym_type_constraints, + STATE(8191), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(4604), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [269307] = 8, + ACTIONS(1809), 1, + anon_sym_LPAREN, + ACTIONS(1811), 1, + anon_sym_LBRACK, + STATE(885), 1, + sym__fn_call_lambda_arguments, + STATE(942), 1, + sym_call_suffix, + STATE(1718), 1, + sym_lambda_literal, + STATE(2462), 1, + sym_value_arguments, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(3678), 2, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + [269334] = 8, + ACTIONS(8335), 1, + sym__dot_custom, + ACTIONS(9926), 1, + anon_sym_LPAREN, + STATE(1700), 1, + sym_lambda_literal, + STATE(2253), 1, + sym__constructor_value_arguments, + STATE(2527), 1, + sym_constructor_suffix, + STATE(2529), 1, + sym__fn_call_lambda_arguments, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(3540), 2, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + [269361] = 7, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + ACTIONS(8932), 1, + sym_where_keyword, + STATE(6980), 1, + sym_type_constraints, + STATE(8194), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(4604), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [269386] = 8, + ACTIONS(8331), 1, + anon_sym_LPAREN, + ACTIONS(8335), 1, + sym__dot_custom, + STATE(805), 1, + sym_lambda_literal, + STATE(903), 1, + sym_constructor_suffix, + STATE(928), 1, + sym__fn_call_lambda_arguments, + STATE(986), 1, + sym__constructor_value_arguments, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(1861), 2, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + [269413] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(709), 2, + sym__assignment_and_operator, + sym__equal_sign, + ACTIONS(9928), 6, + sym__eq_custom, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + [269430] = 3, + ACTIONS(9560), 1, + anon_sym_RPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2087), 7, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_AMP, + [269447] = 9, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(9816), 1, + anon_sym_LPAREN, + ACTIONS(9827), 1, + anon_sym_LBRACE, + ACTIONS(9930), 1, + sym__arrow_operator_custom, + STATE(3979), 1, + sym__arrow_operator, + STATE(7255), 1, + aux_sym__function_value_parameters, + STATE(7781), 1, + sym_computed_property, + STATE(8682), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [269476] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(594), 2, + sym__assignment_and_operator, + sym__equal_sign, + ACTIONS(9932), 6, + sym__eq_custom, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + [269493] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(656), 2, + sym__assignment_and_operator, + sym__equal_sign, + ACTIONS(9934), 6, + sym__eq_custom, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + [269510] = 7, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + ACTIONS(8932), 1, + sym_where_keyword, + STATE(6956), 1, + sym_type_constraints, + STATE(8082), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(4628), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [269535] = 8, + ACTIONS(3760), 1, + anon_sym_LPAREN, + ACTIONS(3762), 1, + anon_sym_LBRACK, + STATE(1729), 1, + sym_lambda_literal, + STATE(2707), 1, + sym_value_arguments, + STATE(3104), 1, + sym__fn_call_lambda_arguments, + STATE(3290), 1, + sym_call_suffix, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(3842), 2, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + [269562] = 3, + ACTIONS(9633), 1, + anon_sym_RPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2087), 7, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_AMP, + [269579] = 7, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + ACTIONS(8932), 1, + sym_where_keyword, + STATE(6983), 1, + sym_type_constraints, + STATE(8203), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(4604), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [269604] = 7, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + ACTIONS(8932), 1, + sym_where_keyword, + STATE(6984), 1, + sym_type_constraints, + STATE(8205), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(4604), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [269629] = 4, + ACTIONS(9936), 1, + anon_sym_LPAREN, + STATE(6613), 1, + aux_sym__function_value_parameters, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4867), 6, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym_where_keyword, + ts_builtin_sym_end, + [269648] = 8, + ACTIONS(1809), 1, + anon_sym_LPAREN, + ACTIONS(1811), 1, + anon_sym_LBRACK, + STATE(805), 1, + sym_lambda_literal, + STATE(885), 1, + sym__fn_call_lambda_arguments, + STATE(942), 1, + sym_call_suffix, + STATE(987), 1, + sym_value_arguments, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(1861), 2, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + [269675] = 4, + ACTIONS(7604), 1, + anon_sym_LPAREN, + STATE(6835), 1, + sym__tuple_pattern, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4608), 6, + sym__as_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_in, + [269694] = 7, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + ACTIONS(8932), 1, + sym_where_keyword, + STATE(6957), 1, + sym_type_constraints, + STATE(8084), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(4628), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [269719] = 6, + ACTIONS(8709), 1, + sym_where_keyword, + ACTIONS(9941), 1, + sym__arrow_operator_custom, + STATE(4014), 1, + sym__arrow_operator, + STATE(7343), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(9939), 4, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_LBRACE, + anon_sym_RBRACE, + [269742] = 3, + ACTIONS(9571), 1, + anon_sym_RPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2087), 7, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_AMP, + [269759] = 3, + ACTIONS(9615), 1, + anon_sym_RPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2087), 7, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_AMP, + [269776] = 7, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + ACTIONS(8932), 1, + sym_where_keyword, + STATE(6985), 1, + sym_type_constraints, + STATE(8208), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(5129), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [269801] = 7, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + ACTIONS(8932), 1, + sym_where_keyword, + STATE(6986), 1, + sym_type_constraints, + STATE(8210), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(5129), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [269826] = 4, + ACTIONS(9943), 1, + anon_sym_LPAREN, + STATE(6622), 1, + aux_sym__function_value_parameters, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4867), 6, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_LBRACE, + [269845] = 7, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + ACTIONS(8932), 1, + sym_where_keyword, + STATE(6928), 1, + sym_type_constraints, + STATE(7963), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(4578), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [269870] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(9946), 8, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_get, + anon_sym_set, + anon_sym__modify, + anon_sym_AT, + anon_sym_mutating, + anon_sym_nonmutating, + [269885] = 9, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(9816), 1, + anon_sym_LPAREN, + ACTIONS(9840), 1, + anon_sym_LBRACE, + ACTIONS(9948), 1, + sym__arrow_operator_custom, + STATE(3974), 1, + sym__arrow_operator, + STATE(7255), 1, + aux_sym__function_value_parameters, + STATE(8313), 1, + sym_computed_property, + STATE(8685), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [269914] = 3, + ACTIONS(9611), 1, + anon_sym_RPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2087), 7, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_AMP, + [269931] = 7, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + ACTIONS(8932), 1, + sym_where_keyword, + STATE(6929), 1, + sym_type_constraints, + STATE(7966), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(4578), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [269956] = 6, + ACTIONS(9950), 1, + anon_sym_COLON, + ACTIONS(9952), 1, + sym__as_custom, + STATE(4388), 1, + sym__as, + STATE(7647), 1, + sym_type_annotation, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6931), 4, + sym__eq_custom, + sym_where_keyword, + sym_else, + anon_sym_COMMA, + [269979] = 7, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + ACTIONS(8932), 1, + sym_where_keyword, + STATE(6932), 1, + sym_type_constraints, + STATE(7971), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(4578), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [270004] = 9, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(9816), 1, + anon_sym_LPAREN, + ACTIONS(9840), 1, + anon_sym_LBRACE, + ACTIONS(9954), 1, + sym__arrow_operator_custom, + STATE(3975), 1, + sym__arrow_operator, + STATE(7255), 1, + aux_sym__function_value_parameters, + STATE(8070), 1, + sym_computed_property, + STATE(8569), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [270033] = 7, + ACTIONS(5), 1, + sym_comment, + ACTIONS(9166), 1, + sym_where_keyword, + ACTIONS(9956), 1, + anon_sym_COLON, + ACTIONS(9958), 1, + sym__eq_custom, + STATE(4256), 1, + sym__equal_sign, + STATE(7094), 1, + sym_type_constraints, + ACTIONS(5053), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [270058] = 3, + ACTIONS(9682), 1, + anon_sym_RPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2087), 7, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_AMP, + [270075] = 4, + ACTIONS(9960), 1, + anon_sym_COMMA, + STATE(6571), 1, + aux_sym_type_constraints_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5224), 6, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + ts_builtin_sym_end, + anon_sym_LBRACE, + anon_sym_RBRACE, + [270094] = 7, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + ACTIONS(8932), 1, + sym_where_keyword, + STATE(6934), 1, + sym_type_constraints, + STATE(7976), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(4578), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [270119] = 8, + ACTIONS(8335), 1, + sym__dot_custom, + ACTIONS(9962), 1, + anon_sym_LPAREN, + STATE(995), 1, + sym_lambda_literal, + STATE(1148), 1, + sym__constructor_value_arguments, + STATE(1257), 1, + sym_constructor_suffix, + STATE(1259), 1, + sym__fn_call_lambda_arguments, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2003), 2, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + [270146] = 3, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(596), 2, + sym__assignment_and_operator, + sym__equal_sign, + ACTIONS(9964), 6, + sym__eq_custom, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + [270163] = 3, + ACTIONS(9621), 1, + anon_sym_RPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2087), 7, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_AMP, + [270180] = 3, + ACTIONS(8571), 1, + anon_sym_RPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2087), 7, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_AMP, + [270197] = 7, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + ACTIONS(8932), 1, + sym_where_keyword, + STATE(6935), 1, + sym_type_constraints, + STATE(7982), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(5079), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [270222] = 7, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + ACTIONS(8932), 1, + sym_where_keyword, + STATE(6936), 1, + sym_type_constraints, + STATE(7985), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(5079), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [270247] = 7, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + ACTIONS(8932), 1, + sym_where_keyword, + STATE(6883), 1, + sym_type_constraints, + STATE(8400), 1, + sym__block, + STATE(8470), 1, + sym_function_body, + ACTIONS(4596), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [270272] = 3, + ACTIONS(9680), 1, + anon_sym_RPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2087), 7, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_AMP, + [270289] = 3, + ACTIONS(9585), 1, + anon_sym_RPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2087), 7, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_AMP, + [270306] = 3, + ACTIONS(9635), 1, + anon_sym_RPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2087), 7, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_AMP, + [270323] = 7, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + ACTIONS(8932), 1, + sym_where_keyword, + STATE(6884), 1, + sym_type_constraints, + STATE(8400), 1, + sym__block, + STATE(8473), 1, + sym_function_body, + ACTIONS(4596), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [270348] = 7, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + ACTIONS(8932), 1, + sym_where_keyword, + STATE(6987), 1, + sym_type_constraints, + STATE(8246), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(5133), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [270373] = 8, + ACTIONS(1959), 1, + anon_sym_LPAREN, + ACTIONS(1961), 1, + anon_sym_LBRACK, + STATE(995), 1, + sym_lambda_literal, + STATE(1175), 1, + sym_value_arguments, + STATE(1263), 1, + sym__fn_call_lambda_arguments, + STATE(1313), 1, + sym_call_suffix, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2003), 2, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + [270400] = 7, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + ACTIONS(8932), 1, + sym_where_keyword, + STATE(6988), 1, + sym_type_constraints, + STATE(8250), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(5133), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [270425] = 7, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + ACTIONS(8932), 1, + sym_where_keyword, + STATE(6939), 1, + sym_type_constraints, + STATE(8003), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(4600), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [270450] = 7, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + ACTIONS(8932), 1, + sym_where_keyword, + STATE(6940), 1, + sym_type_constraints, + STATE(8004), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(4600), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [270475] = 7, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + ACTIONS(8932), 1, + sym_where_keyword, + STATE(6941), 1, + sym_type_constraints, + STATE(8007), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(5083), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [270500] = 7, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + ACTIONS(8932), 1, + sym_where_keyword, + STATE(6942), 1, + sym_type_constraints, + STATE(8009), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(5083), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [270525] = 9, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(9816), 1, + anon_sym_LPAREN, + ACTIONS(9818), 1, + anon_sym_LBRACE, + ACTIONS(9966), 1, + sym__arrow_operator_custom, + STATE(3581), 1, + sym_computed_property, + STATE(3958), 1, + sym__arrow_operator, + STATE(7255), 1, + aux_sym__function_value_parameters, + STATE(8713), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [270554] = 3, + ACTIONS(9573), 1, + anon_sym_RPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2087), 7, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_AMP, + [270571] = 6, + ACTIONS(8709), 1, + sym_where_keyword, + ACTIONS(9968), 1, + sym__arrow_operator_custom, + STATE(4011), 1, + sym__arrow_operator, + STATE(7341), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(9939), 4, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_LBRACE, + anon_sym_RBRACE, + [270594] = 8, + ACTIONS(3498), 1, + anon_sym_LPAREN, + ACTIONS(3500), 1, + anon_sym_LBRACK, + STATE(1700), 1, + sym_lambda_literal, + STATE(2268), 1, + sym_value_arguments, + STATE(2576), 1, + sym__fn_call_lambda_arguments, + STATE(2679), 1, + sym_call_suffix, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(3540), 2, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + [270621] = 3, + ACTIONS(9673), 1, + anon_sym_RPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2087), 7, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_AMP, + [270638] = 7, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + ACTIONS(8932), 1, + sym_where_keyword, + STATE(6944), 1, + sym_type_constraints, + STATE(8018), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(5083), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [270663] = 3, + ACTIONS(9686), 1, + anon_sym_RPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2087), 7, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_AMP, + [270680] = 3, + ACTIONS(9625), 1, + anon_sym_RPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2087), 7, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_AMP, + [270697] = 3, + ACTIONS(9577), 1, + anon_sym_RPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2087), 7, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_AMP, + [270714] = 6, + ACTIONS(8898), 1, + sym_where_keyword, + ACTIONS(9970), 1, + sym__eq_custom, + STATE(4455), 1, + sym__equal_sign, + STATE(6945), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5204), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [270737] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2302), 8, + sym__eq_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_QMARK, + [270752] = 6, + ACTIONS(8709), 1, + sym_where_keyword, + ACTIONS(9972), 1, + sym__arrow_operator_custom, + STATE(3986), 1, + sym__arrow_operator, + STATE(7660), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(9522), 4, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_LBRACE, + anon_sym_RBRACE, + [270775] = 5, + ACTIONS(8703), 1, + anon_sym_LBRACE, + STATE(7300), 1, + sym__block, + STATE(7474), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5451), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [270795] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7371), 7, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_where_keyword, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_RBRACE, + [270809] = 5, + ACTIONS(8703), 1, + anon_sym_LBRACE, + STATE(7300), 1, + sym__block, + STATE(7364), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5137), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [270829] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4936), 7, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_LPAREN, + anon_sym_LBRACE, + [270843] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(9801), 7, + anon_sym_RBRACE, + anon_sym_get, + anon_sym_set, + anon_sym__modify, + anon_sym_AT, + anon_sym_mutating, + anon_sym_nonmutating, + [270857] = 5, + ACTIONS(8703), 1, + anon_sym_LBRACE, + STATE(7300), 1, + sym__block, + STATE(7602), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5089), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [270877] = 5, + ACTIONS(8703), 1, + anon_sym_LBRACE, + STATE(7300), 1, + sym__block, + STATE(7374), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5129), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [270897] = 4, + ACTIONS(9974), 1, + anon_sym_COMMA, + STATE(6672), 1, + aux_sym_type_constraints_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5233), 5, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_LBRACE, + anon_sym_RBRACE, + [270915] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(9977), 7, + anon_sym_RBRACE, + anon_sym_get, + anon_sym_set, + anon_sym__modify, + anon_sym_AT, + anon_sym_mutating, + anon_sym_nonmutating, + [270929] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(9979), 7, + anon_sym_RBRACE, + anon_sym_get, + anon_sym_set, + anon_sym__modify, + anon_sym_AT, + anon_sym_mutating, + anon_sym_nonmutating, + [270943] = 4, + ACTIONS(9981), 1, + anon_sym_COMMA, + STATE(6675), 1, + aux_sym_lambda_function_type_parameters_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(9984), 5, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_in, + [270961] = 5, + ACTIONS(8703), 1, + anon_sym_LBRACE, + STATE(7300), 1, + sym__block, + STATE(7664), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4578), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [270981] = 4, + ACTIONS(9986), 1, + sym_catch_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(6677), 2, + sym_catch_block, + aux_sym_do_statement_repeat1, + ACTIONS(7354), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [270999] = 5, + ACTIONS(8703), 1, + anon_sym_LBRACE, + STATE(7300), 1, + sym__block, + STATE(7439), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5388), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [271019] = 5, + ACTIONS(8703), 1, + anon_sym_LBRACE, + STATE(7300), 1, + sym__block, + STATE(7480), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5388), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [271039] = 5, + ACTIONS(8703), 1, + anon_sym_LBRACE, + STATE(7300), 1, + sym__block, + STATE(7416), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4578), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [271059] = 5, + ACTIONS(8703), 1, + anon_sym_LBRACE, + STATE(7300), 1, + sym__block, + STATE(7642), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5089), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [271079] = 5, + ACTIONS(8703), 1, + anon_sym_LBRACE, + STATE(7300), 1, + sym__block, + STATE(7579), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5421), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [271099] = 3, + ACTIONS(5), 1, + sym_comment, + ACTIONS(9989), 1, + anon_sym_BANG2, + ACTIONS(4989), 7, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + [271115] = 5, + ACTIONS(8703), 1, + anon_sym_LBRACE, + STATE(7300), 1, + sym__block, + STATE(7574), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5079), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [271135] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(9166), 1, + sym_where_keyword, + ACTIONS(9991), 1, + sym__eq_custom, + STATE(4263), 1, + sym__equal_sign, + STATE(7126), 1, + sym_type_constraints, + ACTIONS(5260), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [271157] = 8, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(8630), 1, + anon_sym_LT, + ACTIONS(8660), 1, + anon_sym_LBRACE, + ACTIONS(9993), 1, + anon_sym_COLON, + STATE(4640), 1, + sym_class_body, + STATE(7128), 1, + sym_type_parameters, + STATE(8594), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [271183] = 3, + ACTIONS(9995), 1, + anon_sym_BANG2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4989), 6, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_in, + [271199] = 5, + ACTIONS(8703), 1, + anon_sym_LBRACE, + STATE(7300), 1, + sym__block, + STATE(7366), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5435), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [271219] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5167), 8, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_where_keyword, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + [271233] = 5, + ACTIONS(8703), 1, + anon_sym_LBRACE, + STATE(7300), 1, + sym__block, + STATE(7502), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5125), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [271253] = 8, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(8630), 1, + anon_sym_LT, + ACTIONS(9997), 1, + anon_sym_COLON, + ACTIONS(9999), 1, + anon_sym_LBRACE, + STATE(3318), 1, + sym_enum_class_body, + STATE(7119), 1, + sym_type_parameters, + STATE(8731), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [271279] = 5, + ACTIONS(8703), 1, + anon_sym_LBRACE, + STATE(7300), 1, + sym__block, + STATE(7558), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5421), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [271299] = 5, + ACTIONS(8703), 1, + anon_sym_LBRACE, + STATE(7300), 1, + sym__block, + STATE(7712), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5079), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [271319] = 5, + ACTIONS(8703), 1, + anon_sym_LBRACE, + STATE(7300), 1, + sym__block, + STATE(7377), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5079), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [271339] = 5, + ACTIONS(8703), 1, + anon_sym_LBRACE, + STATE(7300), 1, + sym__block, + STATE(7361), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5137), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [271359] = 5, + ACTIONS(8703), 1, + anon_sym_LBRACE, + STATE(7300), 1, + sym__block, + STATE(7562), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5125), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [271379] = 5, + ACTIONS(8703), 1, + anon_sym_LBRACE, + STATE(7300), 1, + sym__block, + STATE(7387), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5129), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [271399] = 5, + ACTIONS(8703), 1, + anon_sym_LBRACE, + STATE(7300), 1, + sym__block, + STATE(7670), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5089), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [271419] = 3, + ACTIONS(6948), 1, + sym__as_custom, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4906), 6, + sym__eq_custom, + sym_where_keyword, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LBRACE, + [271435] = 3, + ACTIONS(6951), 1, + sym__as_custom, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4922), 6, + sym__eq_custom, + sym_where_keyword, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LBRACE, + [271451] = 5, + ACTIONS(8703), 1, + anon_sym_LBRACE, + STATE(7300), 1, + sym__block, + STATE(7549), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4589), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [271471] = 8, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(8630), 1, + anon_sym_LT, + ACTIONS(10001), 1, + anon_sym_COLON, + ACTIONS(10003), 1, + anon_sym_LBRACE, + STATE(7152), 1, + sym_type_parameters, + STATE(8032), 1, + sym_protocol_body, + STATE(8587), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [271497] = 5, + ACTIONS(8703), 1, + anon_sym_LBRACE, + STATE(7300), 1, + sym__block, + STATE(7389), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5129), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [271517] = 5, + ACTIONS(8703), 1, + anon_sym_LBRACE, + STATE(7300), 1, + sym__block, + STATE(7645), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4656), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [271537] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(10005), 1, + anon_sym_COMMA, + STATE(6762), 1, + aux_sym_type_constraints_repeat1, + ACTIONS(5224), 6, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + anon_sym_LBRACE, + anon_sym_RBRACE, + [271555] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6958), 7, + sym__eq_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + [271569] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5330), 7, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + [271583] = 5, + ACTIONS(8703), 1, + anon_sym_LBRACE, + STATE(7300), 1, + sym__block, + STATE(7616), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5125), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [271603] = 8, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(8630), 1, + anon_sym_LT, + ACTIONS(10007), 1, + anon_sym_COLON, + ACTIONS(10009), 1, + anon_sym_LBRACE, + STATE(3362), 1, + sym_protocol_body, + STATE(7156), 1, + sym_type_parameters, + STATE(8591), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [271629] = 8, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(8630), 1, + anon_sym_LT, + ACTIONS(8632), 1, + anon_sym_LBRACE, + ACTIONS(10011), 1, + anon_sym_COLON, + STATE(7151), 1, + sym_type_parameters, + STATE(7949), 1, + sym_class_body, + STATE(8724), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [271655] = 5, + ACTIONS(8703), 1, + anon_sym_LBRACE, + STATE(7285), 1, + sym_function_body, + STATE(7300), 1, + sym__block, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4628), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [271675] = 8, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(8630), 1, + anon_sym_LT, + ACTIONS(10013), 1, + anon_sym_COLON, + ACTIONS(10015), 1, + anon_sym_LBRACE, + STATE(7173), 1, + sym_type_parameters, + STATE(7385), 1, + sym_enum_class_body, + STATE(8967), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [271701] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(10017), 1, + anon_sym_COMMA, + STATE(6713), 1, + aux_sym_type_constraints_repeat1, + ACTIONS(5233), 6, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + anon_sym_LBRACE, + anon_sym_RBRACE, + [271719] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(9799), 7, + anon_sym_RBRACE, + anon_sym_get, + anon_sym_set, + anon_sym__modify, + anon_sym_AT, + anon_sym_mutating, + anon_sym_nonmutating, + [271733] = 5, + ACTIONS(8703), 1, + anon_sym_LBRACE, + STATE(7300), 1, + sym__block, + STATE(7563), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5421), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [271753] = 8, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(8630), 1, + anon_sym_LT, + ACTIONS(10020), 1, + anon_sym_COLON, + ACTIONS(10022), 1, + anon_sym_LBRACE, + STATE(4640), 1, + sym_enum_class_body, + STATE(7142), 1, + sym_type_parameters, + STATE(8941), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [271779] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4849), 7, + sym__eq_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + [271793] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5292), 7, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + [271807] = 5, + ACTIONS(6922), 1, + sym__as_custom, + ACTIONS(10024), 1, + anon_sym_QMARK, + STATE(6960), 1, + sym__quest, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4714), 4, + sym_where_keyword, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LBRACE, + [271827] = 5, + ACTIONS(6928), 1, + sym__as_custom, + ACTIONS(10027), 1, + anon_sym_QMARK, + STATE(6961), 1, + sym__quest, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4751), 4, + sym_where_keyword, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LBRACE, + [271847] = 8, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(8630), 1, + anon_sym_LT, + ACTIONS(10030), 1, + anon_sym_COLON, + ACTIONS(10032), 1, + anon_sym_LBRACE, + STATE(7181), 1, + sym_type_parameters, + STATE(8422), 1, + sym_enum_class_body, + STATE(8916), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [271873] = 5, + ACTIONS(8703), 1, + anon_sym_LBRACE, + STATE(7300), 1, + sym__block, + STATE(7450), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5451), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [271893] = 4, + ACTIONS(10034), 1, + anon_sym_COMMA, + STATE(6672), 1, + aux_sym_type_constraints_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(3064), 5, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_LBRACE, + anon_sym_RBRACE, + [271911] = 8, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(8630), 1, + anon_sym_LT, + ACTIONS(10015), 1, + anon_sym_LBRACE, + ACTIONS(10036), 1, + anon_sym_COLON, + STATE(7108), 1, + sym_type_parameters, + STATE(7468), 1, + sym_enum_class_body, + STATE(8703), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [271937] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4853), 7, + sym__eq_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + [271951] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2417), 7, + anon_sym_RBRACE, + anon_sym_get, + anon_sym_set, + anon_sym__modify, + anon_sym_AT, + anon_sym_mutating, + anon_sym_nonmutating, + [271965] = 5, + ACTIONS(8703), 1, + anon_sym_LBRACE, + STATE(7297), 1, + sym_function_body, + STATE(7300), 1, + sym__block, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5388), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [271985] = 8, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(8630), 1, + anon_sym_LT, + ACTIONS(10003), 1, + anon_sym_LBRACE, + ACTIONS(10038), 1, + anon_sym_COLON, + STATE(7074), 1, + sym_type_parameters, + STATE(7902), 1, + sym_protocol_body, + STATE(8763), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [272011] = 4, + ACTIONS(10040), 1, + anon_sym_COMMA, + STATE(6750), 1, + aux_sym_lambda_function_type_parameters_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10042), 5, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_in, + [272029] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4632), 7, + sym__eq_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + [272043] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4857), 7, + sym__eq_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + [272057] = 5, + ACTIONS(8703), 1, + anon_sym_LBRACE, + STATE(7300), 1, + sym__block, + STATE(7643), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5089), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [272077] = 5, + ACTIONS(8703), 1, + anon_sym_LBRACE, + STATE(7300), 1, + sym__block, + STATE(7316), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4604), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [272097] = 8, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(8630), 1, + anon_sym_LT, + ACTIONS(10044), 1, + anon_sym_COLON, + ACTIONS(10046), 1, + anon_sym_LBRACE, + STATE(7194), 1, + sym_type_parameters, + STATE(8550), 1, + sym_protocol_body, + STATE(8615), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [272123] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4999), 8, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_where_keyword, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + [272137] = 5, + ACTIONS(8703), 1, + anon_sym_LBRACE, + STATE(7300), 1, + sym__block, + STATE(7673), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5371), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [272157] = 5, + ACTIONS(8703), 1, + anon_sym_LBRACE, + STATE(7300), 1, + sym__block, + STATE(7577), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5421), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [272177] = 8, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(8630), 1, + anon_sym_LT, + ACTIONS(9999), 1, + anon_sym_LBRACE, + ACTIONS(10048), 1, + anon_sym_COLON, + STATE(3099), 1, + sym_enum_class_body, + STATE(7276), 1, + sym_type_parameters, + STATE(8971), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [272203] = 4, + ACTIONS(10050), 1, + anon_sym_COMMA, + STATE(6723), 1, + aux_sym_type_constraints_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5224), 5, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_LBRACE, + anon_sym_RBRACE, + [272221] = 8, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(8630), 1, + anon_sym_LT, + ACTIONS(10022), 1, + anon_sym_LBRACE, + ACTIONS(10052), 1, + anon_sym_COLON, + STATE(4674), 1, + sym_enum_class_body, + STATE(7160), 1, + sym_type_parameters, + STATE(8733), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [272247] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7326), 7, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_where_keyword, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_RBRACE, + [272261] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5334), 7, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + [272275] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6954), 7, + sym__eq_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + [272289] = 8, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(8630), 1, + anon_sym_LT, + ACTIONS(10009), 1, + anon_sym_LBRACE, + ACTIONS(10054), 1, + anon_sym_COLON, + STATE(3268), 1, + sym_protocol_body, + STATE(7279), 1, + sym_type_parameters, + STATE(8973), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [272315] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4955), 7, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym_where_keyword, + ts_builtin_sym_end, + anon_sym_LPAREN, + [272329] = 5, + ACTIONS(8703), 1, + anon_sym_LBRACE, + STATE(7300), 1, + sym__block, + STATE(7583), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4649), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [272349] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6958), 7, + sym__eq_custom, + sym_where_keyword, + sym__as_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LBRACE, + [272363] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5340), 7, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + [272377] = 7, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(9717), 1, + anon_sym_in, + ACTIONS(9719), 1, + sym__arrow_operator_custom, + STATE(4000), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8374), 2, + sym_throws, + sym_throws_clause, + [272401] = 4, + ACTIONS(10056), 1, + anon_sym_COMMA, + STATE(6675), 1, + aux_sym_lambda_function_type_parameters_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(8311), 5, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_in, + [272419] = 5, + ACTIONS(8703), 1, + anon_sym_LBRACE, + STATE(7300), 1, + sym__block, + STATE(7687), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5070), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [272439] = 5, + ACTIONS(8703), 1, + anon_sym_LBRACE, + STATE(7300), 1, + sym__block, + STATE(7303), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5137), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [272459] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5233), 7, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + [272473] = 3, + ACTIONS(10058), 1, + anon_sym_LPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5266), 6, + sym__implicit_semi, + sym__explicit_semi, + sym_where_keyword, + ts_builtin_sym_end, + anon_sym_LBRACE, + anon_sym_RBRACE, + [272489] = 5, + ACTIONS(8703), 1, + anon_sym_LBRACE, + STATE(7300), 1, + sym__block, + STATE(7689), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5070), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [272509] = 5, + ACTIONS(8703), 1, + anon_sym_LBRACE, + STATE(7300), 1, + sym__block, + STATE(7526), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5439), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [272529] = 5, + ACTIONS(8703), 1, + anon_sym_LBRACE, + STATE(7300), 1, + sym__block, + STATE(7456), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4600), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [272549] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2302), 7, + sym__as_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_QMARK, + anon_sym_in, + [272563] = 8, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(8630), 1, + anon_sym_LT, + ACTIONS(10032), 1, + anon_sym_LBRACE, + ACTIONS(10060), 1, + anon_sym_COLON, + STATE(7164), 1, + sym_type_parameters, + STATE(7949), 1, + sym_enum_class_body, + STATE(8606), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [272589] = 8, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(8630), 1, + anon_sym_LT, + ACTIONS(10046), 1, + anon_sym_LBRACE, + ACTIONS(10062), 1, + anon_sym_COLON, + STATE(7165), 1, + sym_type_parameters, + STATE(7774), 1, + sym_protocol_body, + STATE(8611), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [272615] = 5, + ACTIONS(8703), 1, + anon_sym_LBRACE, + STATE(7300), 1, + sym__block, + STATE(7570), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5083), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [272635] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(10064), 1, + anon_sym_COMMA, + STATE(6713), 1, + aux_sym_type_constraints_repeat1, + ACTIONS(3064), 6, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + anon_sym_LBRACE, + anon_sym_RBRACE, + [272653] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4878), 7, + sym__eq_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + [272667] = 5, + ACTIONS(8703), 1, + anon_sym_LBRACE, + STATE(7300), 1, + sym__block, + STATE(7676), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5371), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [272687] = 5, + ACTIONS(8703), 1, + anon_sym_LBRACE, + STATE(7300), 1, + sym__block, + STATE(7620), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5083), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [272707] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6954), 7, + sym__eq_custom, + sym_where_keyword, + sym__as_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LBRACE, + [272721] = 5, + ACTIONS(8703), 1, + anon_sym_LBRACE, + STATE(7300), 1, + sym__block, + STATE(7625), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5083), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [272741] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2397), 7, + anon_sym_RBRACE, + anon_sym_get, + anon_sym_set, + anon_sym__modify, + anon_sym_AT, + anon_sym_mutating, + anon_sym_nonmutating, + [272755] = 5, + ACTIONS(8703), 1, + anon_sym_LBRACE, + STATE(7300), 1, + sym__block, + STATE(7630), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5083), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [272775] = 3, + ACTIONS(10066), 1, + anon_sym_BANG2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4989), 6, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + [272791] = 5, + ACTIONS(8703), 1, + anon_sym_LBRACE, + STATE(7300), 1, + sym__block, + STATE(7471), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5451), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [272811] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2302), 7, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_where_keyword, + ts_builtin_sym_end, + anon_sym_COLON, + anon_sym_RBRACE, + [272825] = 5, + ACTIONS(8703), 1, + anon_sym_LBRACE, + STATE(7300), 1, + sym__block, + STATE(7552), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5133), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [272845] = 5, + ACTIONS(8703), 1, + anon_sym_LBRACE, + STATE(7300), 1, + sym__block, + STATE(7659), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5083), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [272865] = 5, + ACTIONS(8703), 1, + anon_sym_LBRACE, + STATE(7300), 1, + sym__block, + STATE(7539), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5133), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [272885] = 5, + ACTIONS(8703), 1, + anon_sym_LBRACE, + STATE(7300), 1, + sym__block, + STATE(7662), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5083), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [272905] = 5, + ACTIONS(6922), 1, + sym__as_custom, + ACTIONS(10068), 1, + anon_sym_QMARK, + STATE(6866), 1, + sym__quest, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4714), 4, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_in, + [272925] = 8, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(8630), 1, + anon_sym_LT, + ACTIONS(8670), 1, + anon_sym_LBRACE, + ACTIONS(10071), 1, + anon_sym_COLON, + STATE(7199), 1, + sym_type_parameters, + STATE(7468), 1, + sym_class_body, + STATE(8661), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [272951] = 3, + ACTIONS(10073), 1, + anon_sym_LPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5266), 6, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym_where_keyword, + anon_sym_LBRACE, + anon_sym_RBRACE, + [272967] = 5, + ACTIONS(8703), 1, + anon_sym_LBRACE, + STATE(7300), 1, + sym__block, + STATE(7666), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5357), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [272987] = 5, + ACTIONS(8703), 1, + anon_sym_LBRACE, + STATE(7300), 1, + sym__block, + STATE(7635), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5425), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [273007] = 8, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(8630), 1, + anon_sym_LT, + ACTIONS(8647), 1, + anon_sym_LBRACE, + ACTIONS(10075), 1, + anon_sym_COLON, + STATE(3099), 1, + sym_class_body, + STATE(7258), 1, + sym_type_parameters, + STATE(8946), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [273033] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(9740), 7, + anon_sym_RBRACE, + anon_sym_get, + anon_sym_set, + anon_sym__modify, + anon_sym_AT, + anon_sym_mutating, + anon_sym_nonmutating, + [273047] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4959), 7, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_LPAREN, + anon_sym_LBRACE, + [273061] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5309), 7, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + [273075] = 5, + ACTIONS(8703), 1, + anon_sym_LBRACE, + STATE(7300), 1, + sym__block, + STATE(7691), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5357), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [273095] = 5, + ACTIONS(8703), 1, + anon_sym_LBRACE, + STATE(7300), 1, + sym__block, + STATE(7545), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5439), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [273115] = 5, + ACTIONS(8703), 1, + anon_sym_LBRACE, + STATE(7300), 1, + sym__block, + STATE(7482), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5451), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [273135] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4959), 7, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym_where_keyword, + ts_builtin_sym_end, + anon_sym_LPAREN, + [273149] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4999), 7, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + [273163] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4973), 7, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym_where_keyword, + ts_builtin_sym_end, + anon_sym_LPAREN, + [273177] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4894), 7, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym_where_keyword, + ts_builtin_sym_end, + anon_sym_LPAREN, + [273191] = 4, + ACTIONS(10077), 1, + sym_catch_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(6802), 2, + sym_catch_block, + aux_sym_do_statement_repeat1, + ACTIONS(7361), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [273209] = 5, + ACTIONS(8703), 1, + anon_sym_LBRACE, + STATE(7300), 1, + sym__block, + STATE(7413), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5435), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [273229] = 7, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(10079), 1, + anon_sym_in, + ACTIONS(10081), 1, + sym__arrow_operator_custom, + STATE(3989), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8443), 2, + sym_throws, + sym_throws_clause, + [273253] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4955), 7, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_LPAREN, + anon_sym_LBRACE, + [273267] = 5, + ACTIONS(8703), 1, + anon_sym_LBRACE, + STATE(7300), 1, + sym__block, + STATE(7428), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4995), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [273287] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4874), 7, + sym__eq_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + [273301] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4882), 7, + sym__eq_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + [273315] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4621), 7, + sym__eq_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + [273329] = 5, + ACTIONS(8703), 1, + anon_sym_LBRACE, + STATE(7300), 1, + sym__block, + STATE(7697), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4614), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [273349] = 4, + ACTIONS(10077), 1, + sym_catch_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(6677), 2, + sym_catch_block, + aux_sym_do_statement_repeat1, + ACTIONS(7367), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [273367] = 5, + ACTIONS(8703), 1, + anon_sym_LBRACE, + STATE(7300), 1, + sym__block, + STATE(7510), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5133), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [273387] = 5, + ACTIONS(8703), 1, + anon_sym_LBRACE, + STATE(7300), 1, + sym__block, + STATE(7667), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5089), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [273407] = 5, + ACTIONS(8703), 1, + anon_sym_LBRACE, + STATE(7293), 1, + sym_function_body, + STATE(7300), 1, + sym__block, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5137), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [273427] = 5, + ACTIONS(8703), 1, + anon_sym_LBRACE, + STATE(7300), 1, + sym__block, + STATE(7640), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5089), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [273447] = 5, + ACTIONS(8703), 1, + anon_sym_LBRACE, + STATE(7300), 1, + sym__block, + STATE(7432), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4995), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [273467] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10083), 7, + anon_sym_RBRACE, + anon_sym_get, + anon_sym_set, + anon_sym__modify, + anon_sym_AT, + anon_sym_mutating, + anon_sym_nonmutating, + [273481] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4894), 7, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_LPAREN, + anon_sym_LBRACE, + [273495] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4973), 7, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym_where_keyword, + sym__async_keyword_custom, + anon_sym_LPAREN, + anon_sym_LBRACE, + [273509] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2302), 7, + sym_where_keyword, + sym__as_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_QMARK, + anon_sym_LBRACE, + [273523] = 3, + ACTIONS(6948), 1, + sym__as_custom, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4906), 6, + sym__eq_custom, + sym_where_keyword, + sym_else, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + [273539] = 5, + ACTIONS(8703), 1, + anon_sym_LBRACE, + STATE(7300), 1, + sym__block, + STATE(7634), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5425), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [273559] = 5, + ACTIONS(8703), 1, + anon_sym_LBRACE, + STATE(7300), 1, + sym__block, + STATE(7674), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5070), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [273579] = 3, + ACTIONS(6951), 1, + sym__as_custom, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4922), 6, + sym__eq_custom, + sym_where_keyword, + sym_else, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + [273595] = 5, + ACTIONS(8703), 1, + anon_sym_LBRACE, + STATE(7300), 1, + sym__block, + STATE(7511), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4596), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [273615] = 5, + ACTIONS(8703), 1, + anon_sym_LBRACE, + STATE(7300), 1, + sym__block, + STATE(7656), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5455), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [273635] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(9696), 7, + anon_sym_RBRACE, + anon_sym_get, + anon_sym_set, + anon_sym__modify, + anon_sym_AT, + anon_sym_mutating, + anon_sym_nonmutating, + [273649] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10085), 7, + anon_sym_RBRACE, + anon_sym_get, + anon_sym_set, + anon_sym__modify, + anon_sym_AT, + anon_sym_mutating, + anon_sym_nonmutating, + [273663] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(9166), 1, + sym_where_keyword, + ACTIONS(10087), 1, + sym__eq_custom, + STATE(4271), 1, + sym__equal_sign, + STATE(7174), 1, + sym_type_constraints, + ACTIONS(5204), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [273685] = 5, + ACTIONS(8703), 1, + anon_sym_LBRACE, + STATE(7298), 1, + sym_function_body, + STATE(7300), 1, + sym__block, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5137), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [273705] = 5, + ACTIONS(8703), 1, + anon_sym_LBRACE, + STATE(7300), 1, + sym__block, + STATE(7655), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5455), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [273725] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4936), 7, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym__eq_custom, + sym_where_keyword, + ts_builtin_sym_end, + anon_sym_LPAREN, + [273739] = 5, + ACTIONS(8703), 1, + anon_sym_LBRACE, + STATE(7300), 1, + sym__block, + STATE(7333), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4604), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [273759] = 5, + ACTIONS(8703), 1, + anon_sym_LBRACE, + STATE(7300), 1, + sym__block, + STATE(7370), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4995), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [273779] = 5, + ACTIONS(8703), 1, + anon_sym_LBRACE, + STATE(7300), 1, + sym__block, + STATE(7661), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4656), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [273799] = 7, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(9711), 1, + anon_sym_in, + ACTIONS(9713), 1, + sym__arrow_operator_custom, + STATE(4001), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8372), 2, + sym_throws, + sym_throws_clause, + [273823] = 5, + ACTIONS(8703), 1, + anon_sym_LBRACE, + STATE(7300), 1, + sym__block, + STATE(7357), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5388), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [273843] = 5, + ACTIONS(6928), 1, + sym__as_custom, + ACTIONS(10089), 1, + anon_sym_QMARK, + STATE(6868), 1, + sym__quest, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4751), 4, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_in, + [273863] = 5, + ACTIONS(8703), 1, + anon_sym_LBRACE, + STATE(7300), 1, + sym__block, + STATE(7690), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5137), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [273883] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10092), 6, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_in, + [273896] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4853), 6, + sym__as_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_in, + [273909] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5309), 7, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + [273922] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6958), 6, + sym__as_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_in, + [273935] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4632), 6, + sym__as_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_in, + [273948] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4853), 6, + sym_where_keyword, + sym__as_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LBRACE, + [273961] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4632), 6, + sym_where_keyword, + sym__as_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LBRACE, + [273974] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4857), 6, + sym_where_keyword, + sym__as_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LBRACE, + [273987] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4857), 6, + sym__as_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_in, + [274000] = 5, + ACTIONS(10094), 1, + sym__dot_custom, + STATE(5804), 1, + sym__dot, + STATE(6840), 1, + aux_sym_identifier_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5175), 3, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + [274019] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4874), 6, + sym_where_keyword, + sym__as_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LBRACE, + [274032] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4621), 6, + sym_where_keyword, + sym__as_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LBRACE, + [274045] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5233), 7, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + [274058] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5330), 7, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + [274071] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5334), 7, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + [274084] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4878), 6, + sym_where_keyword, + sym__as_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LBRACE, + [274097] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4882), 6, + sym_where_keyword, + sym__as_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LBRACE, + [274110] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5292), 7, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + [274123] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5340), 7, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + [274136] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6954), 6, + sym__as_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_in, + [274149] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(10097), 1, + sym__dot_custom, + STATE(5735), 1, + sym__dot, + STATE(6851), 1, + aux_sym_identifier_repeat1, + ACTIONS(5175), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [274168] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5266), 6, + sym__implicit_semi, + sym__explicit_semi, + sym_where_keyword, + ts_builtin_sym_end, + anon_sym_LBRACE, + anon_sym_RBRACE, + [274181] = 5, + ACTIONS(8703), 1, + anon_sym_LBRACE, + STATE(7300), 1, + sym__block, + STATE(8437), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10100), 3, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [274200] = 7, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(10102), 1, + anon_sym_COLON, + ACTIONS(10104), 1, + anon_sym_LBRACE, + STATE(7582), 1, + sym_type_annotation, + STATE(8467), 1, + sym_protocol_property_requirements, + STATE(8839), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [274223] = 5, + ACTIONS(10106), 1, + sym__dot_custom, + STATE(5804), 1, + sym__dot, + STATE(6909), 1, + aux_sym_identifier_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5145), 3, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + [274242] = 5, + ACTIONS(4720), 1, + sym__as_custom, + ACTIONS(10108), 1, + anon_sym_QMARK, + STATE(7626), 1, + sym__quest, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(3838), 3, + sym_where_keyword, + anon_sym_COMMA, + anon_sym_COLON, + [274261] = 5, + ACTIONS(4757), 1, + sym__as_custom, + ACTIONS(10112), 1, + anon_sym_QMARK, + STATE(7715), 1, + sym__quest, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10110), 3, + sym_where_keyword, + anon_sym_COMMA, + anon_sym_COLON, + [274280] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4910), 6, + sym__eq_custom, + sym_where_keyword, + sym__as_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LBRACE, + [274293] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4926), 6, + sym__eq_custom, + sym_where_keyword, + sym__as_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LBRACE, + [274306] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4926), 6, + sym__eq_custom, + sym_where_keyword, + sym__as_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LBRACE, + [274319] = 5, + ACTIONS(9088), 1, + sym__dot_custom, + STATE(5707), 1, + sym__dot, + STATE(6877), 1, + aux_sym_identifier_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5171), 3, + sym__eq_custom, + sym__eq_eq_custom, + anon_sym_COLON, + [274338] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + STATE(8400), 1, + sym__block, + STATE(8456), 1, + sym_function_body, + ACTIONS(4596), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [274357] = 4, + ACTIONS(10114), 1, + anon_sym_COMMA, + STATE(6890), 1, + aux_sym_if_statement_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7407), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [274374] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(10116), 1, + anon_sym_COLON, + ACTIONS(10118), 1, + anon_sym_LBRACE, + STATE(8478), 1, + sym_deprecated_operator_declaration_body, + ACTIONS(5443), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [274393] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6954), 6, + sym_where_keyword, + sym__as_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LBRACE, + [274406] = 3, + ACTIONS(6948), 1, + sym__as_custom, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4906), 5, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_in, + [274421] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5309), 6, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + [274434] = 3, + ACTIONS(6951), 1, + sym__as_custom, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4922), 5, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_in, + [274449] = 4, + ACTIONS(10120), 1, + anon_sym_COMMA, + STATE(7069), 1, + aux_sym__modifierless_property_declaration_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5613), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [274466] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(10124), 1, + aux_sym_line_str_text_token1, + ACTIONS(10122), 5, + anon_sym_DQUOTE, + anon_sym_BSLASH, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + anon_sym_BSLASH_LPAREN, + sym__escaped_identifier, + [274483] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(10128), 1, + aux_sym_line_str_text_token1, + ACTIONS(10126), 5, + anon_sym_DQUOTE, + anon_sym_BSLASH, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + anon_sym_BSLASH_LPAREN, + sym__escaped_identifier, + [274500] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(10130), 1, + anon_sym_COMMA, + STATE(6881), 1, + aux_sym_type_constraints_repeat1, + ACTIONS(5224), 5, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_LBRACE, + anon_sym_RBRACE, + [274517] = 6, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(10132), 1, + sym__arrow_operator_custom, + STATE(4210), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8595), 2, + sym_throws, + sym_throws_clause, + [274538] = 3, + ACTIONS(10134), 1, + anon_sym_BANG2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4989), 5, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_GT, + anon_sym_LBRACE, + anon_sym_in, + [274553] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6958), 6, + sym_where_keyword, + sym__as_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LBRACE, + [274566] = 5, + ACTIONS(10136), 1, + sym__dot_custom, + STATE(5460), 1, + sym__dot, + STATE(7006), 1, + aux_sym_user_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2151), 3, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + [274585] = 5, + ACTIONS(10139), 1, + sym__dot_custom, + STATE(5707), 1, + sym__dot, + STATE(6877), 1, + aux_sym_identifier_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5175), 3, + sym__eq_custom, + sym__eq_eq_custom, + anon_sym_COLON, + [274604] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + STATE(7775), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(4589), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [274623] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + STATE(7817), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(4656), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [274642] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + STATE(7824), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(4656), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [274661] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(10142), 1, + anon_sym_COMMA, + STATE(6898), 1, + aux_sym_type_constraints_repeat1, + ACTIONS(3064), 5, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_LBRACE, + anon_sym_RBRACE, + [274678] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + STATE(7838), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(5070), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [274697] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + STATE(7843), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(5070), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [274716] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + STATE(7844), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(5070), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [274735] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2302), 7, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + sym_where_keyword, + anon_sym_COLON, + anon_sym_RBRACE, + [274748] = 4, + ACTIONS(8709), 1, + sym_where_keyword, + STATE(7679), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10144), 4, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_LBRACE, + anon_sym_RBRACE, + [274765] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(10148), 1, + aux_sym_line_str_text_token1, + ACTIONS(10146), 5, + anon_sym_DQUOTE, + anon_sym_BSLASH, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + anon_sym_BSLASH_LPAREN, + sym__escaped_identifier, + [274782] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(10150), 1, + anon_sym_RBRACE, + STATE(6999), 1, + aux_sym__class_member_declarations_repeat1, + STATE(1347), 2, + sym__semi, + sym__class_member_separator, + ACTIONS(10152), 3, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + [274801] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4999), 6, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_in, + [274814] = 4, + ACTIONS(10154), 1, + anon_sym_COMMA, + STATE(6890), 1, + aux_sym_if_statement_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7421), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [274831] = 4, + ACTIONS(10157), 1, + anon_sym_COMMA, + STATE(6891), 1, + aux_sym__modifierless_property_declaration_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5681), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [274848] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + STATE(7956), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(4578), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [274867] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + STATE(7968), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(4578), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [274886] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5266), 6, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym_where_keyword, + anon_sym_LBRACE, + anon_sym_RBRACE, + [274899] = 4, + ACTIONS(10160), 1, + sym__eq_custom, + STATE(4398), 1, + sym__equal_sign, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5726), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [274916] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(10162), 1, + anon_sym_RBRACE, + STATE(6896), 1, + aux_sym__class_member_declarations_repeat1, + STATE(1408), 2, + sym__semi, + sym__class_member_separator, + ACTIONS(10164), 3, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + [274935] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + STATE(7980), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(5079), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [274954] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(10167), 1, + anon_sym_COMMA, + STATE(6898), 1, + aux_sym_type_constraints_repeat1, + ACTIONS(5233), 5, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_LBRACE, + anon_sym_RBRACE, + [274971] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + STATE(7986), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(5079), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [274990] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + STATE(7987), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(5079), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [275009] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + STATE(8000), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(4600), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [275028] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4999), 7, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__eq_custom, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + [275041] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + STATE(8005), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(5083), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [275060] = 4, + ACTIONS(10114), 1, + anon_sym_COMMA, + STATE(6890), 1, + aux_sym_if_statement_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7382), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [275077] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + STATE(8012), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(5083), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [275096] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + STATE(8014), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(5083), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [275115] = 4, + ACTIONS(10114), 1, + anon_sym_COMMA, + STATE(6978), 1, + aux_sym_if_statement_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7388), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [275132] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + STATE(8015), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(5083), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [275151] = 5, + ACTIONS(10106), 1, + sym__dot_custom, + STATE(5804), 1, + sym__dot, + STATE(6840), 1, + aux_sym_identifier_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5171), 3, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + [275170] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + STATE(8019), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(5083), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [275189] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + STATE(8020), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(5083), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [275208] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + STATE(8023), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(5357), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [275227] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + STATE(8024), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(5357), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [275246] = 4, + ACTIONS(8709), 1, + sym_where_keyword, + STATE(7338), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10170), 4, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_LBRACE, + anon_sym_RBRACE, + [275263] = 4, + ACTIONS(8709), 1, + sym_where_keyword, + STATE(7347), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10172), 4, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_LBRACE, + anon_sym_RBRACE, + [275280] = 4, + ACTIONS(8709), 1, + sym_where_keyword, + STATE(7354), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10172), 4, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_LBRACE, + anon_sym_RBRACE, + [275297] = 4, + ACTIONS(8709), 1, + sym_where_keyword, + STATE(7355), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10172), 4, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_LBRACE, + anon_sym_RBRACE, + [275314] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + STATE(8071), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(4628), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [275333] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5233), 6, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + [275346] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5330), 6, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + [275359] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5334), 6, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + [275372] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5623), 6, + sym__implicit_semi, + sym__explicit_semi, + sym__arrow_operator_custom, + sym_where_keyword, + anon_sym_LBRACE, + anon_sym_RBRACE, + [275385] = 5, + ACTIONS(10174), 1, + anon_sym_COLON, + ACTIONS(10176), 1, + anon_sym_LBRACE, + STATE(8095), 1, + sym_deprecated_operator_declaration_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5443), 3, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + [275404] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5623), 6, + sym__implicit_semi, + sym__explicit_semi, + sym_where_keyword, + ts_builtin_sym_end, + anon_sym_LBRACE, + anon_sym_RBRACE, + [275417] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(10180), 1, + aux_sym_line_str_text_token1, + ACTIONS(10178), 5, + anon_sym_DQUOTE, + anon_sym_BSLASH, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + anon_sym_BSLASH_LPAREN, + sym__escaped_identifier, + [275434] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + STATE(8116), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(4649), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [275453] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + STATE(8129), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(5089), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [275472] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + STATE(8135), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(5089), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [275491] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + STATE(8137), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(5089), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [275510] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + STATE(8138), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(5089), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [275529] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2445), 6, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_in, + [275542] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + STATE(8144), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(5089), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [275561] = 6, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(10182), 1, + sym__arrow_operator_custom, + STATE(4397), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8725), 2, + sym_throws, + sym_throws_clause, + [275582] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + STATE(8148), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(5089), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [275601] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + STATE(8150), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(5371), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [275620] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + STATE(8151), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(5371), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [275639] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2302), 6, + sym_where_keyword, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LT, + anon_sym_GT, + anon_sym_LBRACE, + [275652] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + STATE(8157), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(5125), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [275671] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + STATE(8165), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(5125), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [275690] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + STATE(8166), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(5125), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [275709] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + STATE(8168), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(5388), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [275728] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + STATE(8169), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(5388), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [275747] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + STATE(8170), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(5388), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [275766] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + STATE(8171), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(5388), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [275785] = 4, + ACTIONS(10184), 1, + sym__eq_custom, + STATE(4283), 1, + sym__equal_sign, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5740), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [275802] = 4, + ACTIONS(8709), 1, + sym_where_keyword, + STATE(7402), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10186), 4, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_LBRACE, + anon_sym_RBRACE, + [275819] = 4, + ACTIONS(10188), 1, + sym__eq_custom, + STATE(4224), 1, + sym__equal_sign, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5696), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [275836] = 4, + ACTIONS(8709), 1, + sym_where_keyword, + STATE(7405), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10186), 4, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_LBRACE, + anon_sym_RBRACE, + [275853] = 4, + ACTIONS(8709), 1, + sym_where_keyword, + STATE(7406), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10186), 4, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_LBRACE, + anon_sym_RBRACE, + [275870] = 4, + ACTIONS(8709), 1, + sym_where_keyword, + STATE(7407), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10190), 4, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_LBRACE, + anon_sym_RBRACE, + [275887] = 4, + ACTIONS(8709), 1, + sym_where_keyword, + STATE(7408), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10190), 4, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_LBRACE, + anon_sym_RBRACE, + [275904] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + STATE(8188), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(4604), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [275923] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + STATE(8198), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(4604), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [275942] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + STATE(8207), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(5129), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [275961] = 4, + ACTIONS(10192), 1, + sym__eq_custom, + STATE(4401), 1, + sym__equal_sign, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5647), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [275978] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + STATE(8212), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(5129), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [275997] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + STATE(8214), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(5129), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [276016] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5292), 6, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + [276029] = 3, + ACTIONS(5), 1, + sym_comment, + ACTIONS(10194), 1, + anon_sym_BANG2, + ACTIONS(4989), 6, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + [276044] = 3, + ACTIONS(6948), 1, + sym__as_custom, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4906), 5, + sym_where_keyword, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LBRACE, + [276059] = 3, + ACTIONS(6951), 1, + sym__as_custom, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4922), 5, + sym_where_keyword, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LBRACE, + [276074] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + STATE(8244), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(5133), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [276093] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + STATE(8254), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(5133), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [276112] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + STATE(8256), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(5133), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [276131] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + STATE(8258), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(5421), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [276150] = 7, + ACTIONS(3882), 1, + sym_where_keyword, + ACTIONS(7624), 1, + anon_sym_LBRACE, + ACTIONS(10196), 1, + sym__as_custom, + STATE(4439), 1, + sym__as, + STATE(4626), 1, + sym__block, + STATE(8666), 1, + sym_where_clause, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [276173] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + STATE(8260), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(5421), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [276192] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + STATE(8262), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(5421), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [276211] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + STATE(8264), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(5421), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [276230] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4999), 6, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + [276243] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + STATE(8268), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(5425), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [276262] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + STATE(8270), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(5425), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [276281] = 4, + ACTIONS(8709), 1, + sym_where_keyword, + STATE(7437), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10198), 4, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_LBRACE, + anon_sym_RBRACE, + [276298] = 4, + ACTIONS(8709), 1, + sym_where_keyword, + STATE(7438), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10198), 4, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_LBRACE, + anon_sym_RBRACE, + [276315] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(10202), 1, + aux_sym_line_str_text_token1, + ACTIONS(10200), 5, + anon_sym_DQUOTE, + anon_sym_BSLASH, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + anon_sym_BSLASH_LPAREN, + sym__escaped_identifier, + [276332] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + STATE(8274), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(4614), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [276351] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + STATE(8285), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(5137), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [276370] = 4, + ACTIONS(10114), 1, + anon_sym_COMMA, + STATE(6890), 1, + aux_sym_if_statement_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7399), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [276387] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + STATE(8296), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(5137), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [276406] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + STATE(8297), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(5137), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [276425] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + STATE(8298), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(5137), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [276444] = 4, + ACTIONS(10114), 1, + anon_sym_COMMA, + STATE(6863), 1, + aux_sym_if_statement_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7403), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [276461] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + STATE(8305), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(5137), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [276480] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + STATE(8307), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(5137), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [276499] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + STATE(8308), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(5435), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [276518] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + STATE(8309), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(5435), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [276537] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + STATE(8318), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(5439), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [276556] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + STATE(8320), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(5439), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [276575] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + STATE(8321), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(4995), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [276594] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + STATE(8333), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(4995), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [276613] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + STATE(8335), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(4995), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [276632] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + STATE(8336), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(5451), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [276651] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + STATE(8337), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(5451), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [276670] = 6, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(10204), 1, + sym__arrow_operator_custom, + STATE(4248), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8631), 2, + sym_throws, + sym_throws_clause, + [276691] = 5, + ACTIONS(4720), 1, + sym__as_custom, + ACTIONS(10206), 1, + anon_sym_QMARK, + STATE(7475), 1, + sym__quest, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4714), 3, + sym_where_keyword, + anon_sym_COLON, + anon_sym_LBRACE, + [276710] = 5, + ACTIONS(4757), 1, + sym__as_custom, + ACTIONS(10208), 1, + anon_sym_QMARK, + STATE(7476), 1, + sym__quest, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4751), 3, + sym_where_keyword, + anon_sym_COLON, + anon_sym_LBRACE, + [276729] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + STATE(8338), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(5451), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [276748] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + STATE(8339), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(5451), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [276767] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3427), 1, + anon_sym_RBRACE, + STATE(6896), 1, + aux_sym__class_member_declarations_repeat1, + STATE(1345), 2, + sym__semi, + sym__class_member_separator, + ACTIONS(10210), 3, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + [276786] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + STATE(8342), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(5455), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [276805] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8926), 1, + anon_sym_LBRACE, + STATE(8343), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(5455), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [276824] = 4, + ACTIONS(10114), 1, + anon_sym_COMMA, + STATE(6904), 1, + aux_sym_if_statement_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7417), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [276841] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4932), 6, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_in, + [276854] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(10214), 1, + aux_sym_line_str_text_token1, + ACTIONS(10212), 5, + anon_sym_DQUOTE, + anon_sym_BSLASH, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + anon_sym_BSLASH_LPAREN, + sym__escaped_identifier, + [276871] = 6, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(10216), 1, + sym__arrow_operator_custom, + STATE(4313), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8698), 2, + sym_throws, + sym_throws_clause, + [276892] = 5, + ACTIONS(10218), 1, + sym__dot_custom, + STATE(1968), 1, + aux_sym_user_type_repeat1, + STATE(5460), 1, + sym__dot, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2166), 3, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + [276911] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10221), 6, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_in, + [276924] = 6, + ACTIONS(3882), 1, + sym_where_keyword, + ACTIONS(10223), 1, + sym__eq_custom, + STATE(681), 1, + sym__equal_sign, + STATE(8736), 1, + sym_where_clause, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6974), 2, + anon_sym_COMMA, + anon_sym_LBRACE, + [276945] = 6, + ACTIONS(3744), 1, + sym_where_keyword, + ACTIONS(10225), 1, + sym__eq_custom, + STATE(631), 1, + sym__equal_sign, + STATE(8812), 1, + sym_where_clause, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6974), 2, + sym_else, + anon_sym_COMMA, + [276966] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10227), 6, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_in, + [276979] = 6, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(10229), 1, + sym__arrow_operator_custom, + STATE(4390), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8723), 2, + sym_throws, + sym_throws_clause, + [277000] = 4, + ACTIONS(9950), 1, + anon_sym_COLON, + STATE(7340), 1, + sym_type_annotation, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6994), 4, + sym__eq_custom, + sym_where_keyword, + sym_else, + anon_sym_COMMA, + [277017] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4874), 6, + sym__as_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_in, + [277030] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4621), 6, + sym__as_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_in, + [277043] = 6, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(10231), 1, + sym__arrow_operator_custom, + STATE(4410), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8745), 2, + sym_throws, + sym_throws_clause, + [277064] = 5, + ACTIONS(4720), 1, + sym__as_custom, + ACTIONS(10233), 1, + anon_sym_QMARK, + STATE(7435), 1, + sym__quest, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(3838), 3, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + [277083] = 5, + ACTIONS(4757), 1, + sym__as_custom, + ACTIONS(10235), 1, + anon_sym_QMARK, + STATE(7404), 1, + sym__quest, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10110), 3, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + [277102] = 6, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(10237), 1, + sym__arrow_operator_custom, + STATE(4446), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8759), 2, + sym_throws, + sym_throws_clause, + [277123] = 6, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(10239), 1, + sym__arrow_operator_custom, + STATE(4215), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8778), 2, + sym_throws, + sym_throws_clause, + [277144] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10241), 6, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_in, + [277157] = 6, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(10243), 1, + sym__arrow_operator_custom, + STATE(4233), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8792), 2, + sym_throws, + sym_throws_clause, + [277178] = 6, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(10245), 1, + sym__arrow_operator_custom, + STATE(4250), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8807), 2, + sym_throws, + sym_throws_clause, + [277199] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(9984), 6, + sym__arrow_operator_custom, + sym__throws_keyword, + sym__rethrows_keyword, + sym__async_keyword_custom, + anon_sym_COMMA, + anon_sym_in, + [277212] = 3, + ACTIONS(5), 1, + sym_comment, + ACTIONS(10247), 1, + anon_sym_LPAREN, + ACTIONS(5266), 6, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym_where_keyword, + anon_sym_LBRACE, + anon_sym_RBRACE, + [277227] = 6, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(10249), 1, + sym__arrow_operator_custom, + STATE(4262), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8817), 2, + sym_throws, + sym_throws_clause, + [277248] = 6, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(10251), 1, + sym__arrow_operator_custom, + STATE(4268), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8822), 2, + sym_throws, + sym_throws_clause, + [277269] = 4, + ACTIONS(9896), 1, + anon_sym_COLON, + STATE(7419), 1, + sym_type_annotation, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6994), 4, + sym__eq_custom, + sym_where_keyword, + anon_sym_COMMA, + anon_sym_LBRACE, + [277286] = 6, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(10253), 1, + sym__arrow_operator_custom, + STATE(4273), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8828), 2, + sym_throws, + sym_throws_clause, + [277307] = 6, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(10255), 1, + sym__arrow_operator_custom, + STATE(4278), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8832), 2, + sym_throws, + sym_throws_clause, + [277328] = 6, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(10257), 1, + sym__arrow_operator_custom, + STATE(4282), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8837), 2, + sym_throws, + sym_throws_clause, + [277349] = 6, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(10259), 1, + sym__arrow_operator_custom, + STATE(4286), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8841), 2, + sym_throws, + sym_throws_clause, + [277370] = 6, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(10261), 1, + sym__arrow_operator_custom, + STATE(4289), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8846), 2, + sym_throws, + sym_throws_clause, + [277391] = 7, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(10102), 1, + anon_sym_COLON, + ACTIONS(10104), 1, + anon_sym_LBRACE, + STATE(7342), 1, + sym_type_annotation, + STATE(8488), 1, + sym_protocol_property_requirements, + STATE(8927), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [277414] = 6, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(10263), 1, + sym__arrow_operator_custom, + STATE(4293), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8849), 2, + sym_throws, + sym_throws_clause, + [277435] = 6, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(10265), 1, + sym__arrow_operator_custom, + STATE(4298), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8855), 2, + sym_throws, + sym_throws_clause, + [277456] = 6, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(10267), 1, + sym__arrow_operator_custom, + STATE(4302), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8858), 2, + sym_throws, + sym_throws_clause, + [277477] = 6, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(10269), 1, + sym__arrow_operator_custom, + STATE(4308), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8862), 2, + sym_throws, + sym_throws_clause, + [277498] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4849), 6, + sym__as_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_in, + [277511] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4910), 6, + sym__eq_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + anon_sym_COMMA, + anon_sym_COLON, + [277524] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4926), 6, + sym__eq_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + anon_sym_COMMA, + anon_sym_COLON, + [277537] = 6, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(10271), 1, + sym__arrow_operator_custom, + STATE(4312), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8865), 2, + sym_throws, + sym_throws_clause, + [277558] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4926), 6, + sym__eq_custom, + sym_where_keyword, + sym_else, + sym__as_custom, + anon_sym_COMMA, + anon_sym_COLON, + [277571] = 6, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(10273), 1, + sym__arrow_operator_custom, + STATE(4316), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8870), 2, + sym_throws, + sym_throws_clause, + [277592] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(10275), 1, + sym__dot_custom, + STATE(5735), 1, + sym__dot, + STATE(6851), 1, + aux_sym_identifier_repeat1, + ACTIONS(5171), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [277611] = 6, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(10277), 1, + sym__arrow_operator_custom, + STATE(4320), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8874), 2, + sym_throws, + sym_throws_clause, + [277632] = 6, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(10279), 1, + sym__arrow_operator_custom, + STATE(4324), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8878), 2, + sym_throws, + sym_throws_clause, + [277653] = 6, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(10281), 1, + sym__arrow_operator_custom, + STATE(4330), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8882), 2, + sym_throws, + sym_throws_clause, + [277674] = 6, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(10283), 1, + sym__arrow_operator_custom, + STATE(4335), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8888), 2, + sym_throws, + sym_throws_clause, + [277695] = 6, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(10285), 1, + sym__arrow_operator_custom, + STATE(4340), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8892), 2, + sym_throws, + sym_throws_clause, + [277716] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4849), 6, + sym_where_keyword, + sym__as_custom, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LBRACE, + [277729] = 6, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(10287), 1, + sym__arrow_operator_custom, + STATE(4345), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8895), 2, + sym_throws, + sym_throws_clause, + [277750] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4878), 6, + sym__as_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_in, + [277763] = 6, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(10289), 1, + sym__arrow_operator_custom, + STATE(4350), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8899), 2, + sym_throws, + sym_throws_clause, + [277784] = 6, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(10291), 1, + sym__arrow_operator_custom, + STATE(4355), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8902), 2, + sym_throws, + sym_throws_clause, + [277805] = 6, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(10293), 1, + sym__arrow_operator_custom, + STATE(4360), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8905), 2, + sym_throws, + sym_throws_clause, + [277826] = 6, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(10295), 1, + sym__arrow_operator_custom, + STATE(4363), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8910), 2, + sym_throws, + sym_throws_clause, + [277847] = 6, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(10297), 1, + sym__arrow_operator_custom, + STATE(4367), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8913), 2, + sym_throws, + sym_throws_clause, + [277868] = 3, + ACTIONS(10299), 1, + anon_sym_BANG2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4989), 5, + sym__implicit_semi, + sym__explicit_semi, + sym_where_keyword, + anon_sym_LBRACE, + anon_sym_RBRACE, + [277883] = 6, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(10301), 1, + sym__arrow_operator_custom, + STATE(4370), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8918), 2, + sym_throws, + sym_throws_clause, + [277904] = 6, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(10303), 1, + sym__arrow_operator_custom, + STATE(4373), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8923), 2, + sym_throws, + sym_throws_clause, + [277925] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4882), 6, + sym__as_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_in, + [277938] = 6, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(10305), 1, + sym__arrow_operator_custom, + STATE(4376), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8925), 2, + sym_throws, + sym_throws_clause, + [277959] = 6, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(10307), 1, + sym__arrow_operator_custom, + STATE(4379), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8929), 2, + sym_throws, + sym_throws_clause, + [277980] = 6, + ACTIONS(2093), 1, + sym__throws_keyword, + ACTIONS(2095), 1, + sym__rethrows_keyword, + ACTIONS(10309), 1, + sym__arrow_operator_custom, + STATE(4383), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(8933), 2, + sym_throws, + sym_throws_clause, + [278001] = 3, + ACTIONS(4910), 1, + sym__as_custom, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4906), 5, + sym__eq_custom, + sym_where_keyword, + sym_else, + anon_sym_COMMA, + anon_sym_COLON, + [278016] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(10275), 1, + sym__dot_custom, + STATE(5735), 1, + sym__dot, + STATE(7044), 1, + aux_sym_identifier_repeat1, + ACTIONS(5145), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [278035] = 3, + ACTIONS(4926), 1, + sym__as_custom, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4922), 5, + sym__eq_custom, + sym_where_keyword, + sym_else, + anon_sym_COMMA, + anon_sym_COLON, + [278050] = 7, + ACTIONS(3882), 1, + sym_where_keyword, + ACTIONS(7640), 1, + anon_sym_LBRACE, + ACTIONS(10196), 1, + sym__as_custom, + STATE(4439), 1, + sym__as, + STATE(7219), 1, + sym__block, + STATE(8726), 1, + sym_where_clause, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [278073] = 4, + ACTIONS(10120), 1, + anon_sym_COMMA, + STATE(6891), 1, + aux_sym__modifierless_property_declaration_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5659), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [278090] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5340), 6, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + [278103] = 6, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(8660), 1, + anon_sym_LBRACE, + ACTIONS(10311), 1, + anon_sym_COLON, + STATE(4673), 1, + sym_class_body, + STATE(8728), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [278123] = 3, + ACTIONS(10313), 1, + anon_sym_BANG2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4989), 4, + sym__eq_custom, + sym_where_keyword, + sym_else, + anon_sym_COMMA, + [278137] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7428), 5, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_RBRACE, + [278149] = 6, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(10003), 1, + anon_sym_LBRACE, + ACTIONS(10315), 1, + anon_sym_COLON, + STATE(8477), 1, + sym_protocol_body, + STATE(8830), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [278169] = 4, + ACTIONS(10317), 1, + anon_sym_RPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10319), 2, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + STATE(4983), 2, + sym__conjunction_operator, + sym__disjunction_operator, + [278185] = 4, + ACTIONS(10321), 1, + anon_sym_if, + ACTIONS(10323), 1, + anon_sym_LBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2437), 3, + sym__else_options, + sym_if_statement, + sym__block, + [278201] = 4, + ACTIONS(10321), 1, + anon_sym_if, + ACTIONS(10323), 1, + anon_sym_LBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2469), 3, + sym__else_options, + sym_if_statement, + sym__block, + [278217] = 4, + ACTIONS(10325), 1, + anon_sym_COLON, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10327), 2, + sym__eq_custom, + sym__eq_eq_custom, + STATE(4413), 2, + sym__equal_sign, + sym__eq_eq, + [278233] = 6, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(10329), 1, + anon_sym_COMMA, + ACTIONS(10331), 1, + anon_sym_GT, + STATE(7195), 1, + aux_sym_type_parameters_repeat1, + STATE(9016), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [278253] = 6, + ACTIONS(3866), 1, + anon_sym_COMMA, + ACTIONS(3937), 1, + anon_sym_RPAREN, + ACTIONS(10333), 1, + sym__eq_custom, + STATE(613), 1, + sym__equal_sign, + STATE(7815), 1, + aux_sym_enum_type_parameters_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [278273] = 5, + ACTIONS(7411), 1, + anon_sym_RBRACE, + STATE(110), 1, + sym__semi, + STATE(7204), 1, + aux_sym_statements_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10335), 2, + sym__implicit_semi, + sym__explicit_semi, + [278291] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(10337), 1, + anon_sym_COMMA, + STATE(7214), 1, + aux_sym__modifierless_property_declaration_repeat1, + ACTIONS(5613), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [278307] = 4, + ACTIONS(10339), 1, + anon_sym_QMARK, + STATE(7895), 1, + sym__quest, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4720), 3, + sym_where_keyword, + sym__as_custom, + anon_sym_LBRACE, + [278323] = 5, + ACTIONS(279), 1, + ts_builtin_sym_end, + STATE(24), 1, + sym__semi, + STATE(7097), 1, + aux_sym_source_file_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10341), 2, + sym__implicit_semi, + sym__explicit_semi, + [278341] = 4, + ACTIONS(10343), 1, + anon_sym_RPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10319), 2, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + STATE(4983), 2, + sym__conjunction_operator, + sym__disjunction_operator, + [278357] = 4, + STATE(7190), 1, + aux_sym__inheritance_specifiers_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10345), 2, + anon_sym_COMMA, + anon_sym_AMP, + ACTIONS(10347), 2, + sym_where_keyword, + anon_sym_LBRACE, + [278373] = 5, + ACTIONS(281), 1, + ts_builtin_sym_end, + STATE(22), 1, + sym__semi, + STATE(7084), 1, + aux_sym_source_file_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10349), 2, + sym__implicit_semi, + sym__explicit_semi, + [278391] = 4, + ACTIONS(8709), 1, + sym_where_keyword, + STATE(8565), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10351), 3, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + [278407] = 4, + ACTIONS(10353), 1, + anon_sym_QMARK, + STATE(7905), 1, + sym__quest, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4757), 3, + sym_where_keyword, + sym__as_custom, + anon_sym_LBRACE, + [278423] = 4, + ACTIONS(10355), 1, + anon_sym_QMARK, + STATE(7915), 1, + sym__quest, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4757), 3, + sym_where_keyword, + sym__as_custom, + anon_sym_LBRACE, + [278439] = 4, + ACTIONS(10357), 1, + anon_sym_if, + ACTIONS(10359), 1, + anon_sym_LBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1363), 3, + sym__else_options, + sym_if_statement, + sym__block, + [278455] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(10361), 1, + anon_sym_COMMA, + STATE(7092), 1, + aux_sym__modifierless_property_declaration_repeat1, + ACTIONS(5681), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [278471] = 4, + ACTIONS(10357), 1, + anon_sym_if, + ACTIONS(10359), 1, + anon_sym_LBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1366), 3, + sym__else_options, + sym_if_statement, + sym__block, + [278487] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(10364), 1, + sym__eq_custom, + STATE(4265), 1, + sym__equal_sign, + ACTIONS(5696), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [278503] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5912), 5, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_RBRACE, + [278515] = 6, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(9522), 1, + anon_sym_LBRACE, + ACTIONS(10366), 1, + sym__arrow_operator_custom, + STATE(3993), 1, + sym__arrow_operator, + STATE(9114), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [278535] = 5, + ACTIONS(10368), 1, + ts_builtin_sym_end, + STATE(26), 1, + sym__semi, + STATE(7097), 1, + aux_sym_source_file_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10370), 2, + sym__implicit_semi, + sym__explicit_semi, + [278553] = 6, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(9522), 1, + anon_sym_LBRACE, + ACTIONS(10373), 1, + sym__arrow_operator_custom, + STATE(4025), 1, + sym__arrow_operator, + STATE(9293), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [278573] = 6, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(9908), 1, + anon_sym_LBRACE, + ACTIONS(10375), 1, + sym__arrow_operator_custom, + STATE(3966), 1, + sym__arrow_operator, + STATE(9325), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [278593] = 6, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(9908), 1, + anon_sym_LBRACE, + ACTIONS(10377), 1, + sym__arrow_operator_custom, + STATE(3972), 1, + sym__arrow_operator, + STATE(9358), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [278613] = 4, + ACTIONS(10379), 1, + anon_sym_RPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10319), 2, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + STATE(4983), 2, + sym__conjunction_operator, + sym__disjunction_operator, + [278629] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7091), 5, + sym__eq_custom, + sym_where_keyword, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LBRACE, + [278641] = 4, + STATE(7103), 1, + aux_sym__inheritance_specifiers_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10381), 2, + anon_sym_COMMA, + anon_sym_AMP, + ACTIONS(10384), 2, + sym_where_keyword, + anon_sym_LBRACE, + [278657] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5831), 5, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_RBRACE, + [278669] = 4, + ACTIONS(10386), 1, + anon_sym_if, + ACTIONS(10388), 1, + anon_sym_LBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2938), 3, + sym__else_options, + sym_if_statement, + sym__block, + [278685] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5835), 5, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_RBRACE, + [278697] = 4, + ACTIONS(10386), 1, + anon_sym_if, + ACTIONS(10388), 1, + anon_sym_LBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2976), 3, + sym__else_options, + sym_if_statement, + sym__block, + [278713] = 6, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(10015), 1, + anon_sym_LBRACE, + ACTIONS(10390), 1, + anon_sym_COLON, + STATE(7529), 1, + sym_enum_class_body, + STATE(8656), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [278733] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5233), 6, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + [278745] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5797), 5, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_RBRACE, + [278757] = 6, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(9939), 1, + anon_sym_LBRACE, + ACTIONS(10392), 1, + sym__arrow_operator_custom, + STATE(4018), 1, + sym__arrow_operator, + STATE(9056), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [278777] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5330), 6, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + [278789] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5334), 6, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + [278801] = 4, + ACTIONS(10394), 1, + anon_sym_RPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10319), 2, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + STATE(4983), 2, + sym__conjunction_operator, + sym__disjunction_operator, + [278817] = 6, + ACTIONS(3866), 1, + anon_sym_COMMA, + ACTIONS(10396), 1, + anon_sym_RPAREN, + ACTIONS(10398), 1, + sym__eq_custom, + STATE(625), 1, + sym__equal_sign, + STATE(7898), 1, + aux_sym_enum_type_parameters_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [278837] = 4, + ACTIONS(9319), 1, + anon_sym_if, + ACTIONS(10400), 1, + anon_sym_LBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(4633), 3, + sym__else_options, + sym_if_statement, + sym__block, + [278853] = 4, + ACTIONS(9319), 1, + anon_sym_if, + ACTIONS(10400), 1, + anon_sym_LBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(4644), 3, + sym__else_options, + sym_if_statement, + sym__block, + [278869] = 4, + ACTIONS(2375), 1, + anon_sym_RPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10319), 2, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + STATE(4983), 2, + sym__conjunction_operator, + sym__disjunction_operator, + [278885] = 6, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(9999), 1, + anon_sym_LBRACE, + ACTIONS(10402), 1, + anon_sym_COLON, + STATE(3394), 1, + sym_enum_class_body, + STATE(8665), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [278905] = 4, + ACTIONS(10404), 1, + anon_sym_if, + ACTIONS(10406), 1, + anon_sym_LBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1236), 3, + sym__else_options, + sym_if_statement, + sym__block, + [278921] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5623), 6, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym_where_keyword, + anon_sym_LBRACE, + anon_sym_RBRACE, + [278933] = 4, + ACTIONS(10404), 1, + anon_sym_if, + ACTIONS(10406), 1, + anon_sym_LBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(1238), 3, + sym__else_options, + sym_if_statement, + sym__block, + [278949] = 4, + ACTIONS(10408), 1, + anon_sym_RPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10319), 2, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + STATE(4983), 2, + sym__conjunction_operator, + sym__disjunction_operator, + [278965] = 6, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(8167), 1, + anon_sym_GT, + ACTIONS(10410), 1, + anon_sym_COMMA, + STATE(7637), 1, + aux_sym_type_parameters_repeat1, + STATE(9233), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [278985] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(10118), 1, + anon_sym_LBRACE, + STATE(8026), 1, + sym_deprecated_operator_declaration_body, + ACTIONS(5722), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [279001] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(10412), 1, + sym__eq_custom, + STATE(4270), 1, + sym__equal_sign, + ACTIONS(5726), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [279017] = 4, + ACTIONS(8709), 1, + sym_where_keyword, + STATE(8460), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10414), 3, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + [279033] = 6, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(8660), 1, + anon_sym_LBRACE, + ACTIONS(10416), 1, + anon_sym_COLON, + STATE(4643), 1, + sym_class_body, + STATE(8648), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [279053] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5746), 5, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_RBRACE, + [279065] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5746), 5, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_RBRACE, + [279077] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5894), 5, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_RBRACE, + [279089] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5292), 6, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + [279101] = 6, + ACTIONS(10418), 1, + anon_sym_COLON, + ACTIONS(10420), 1, + anon_sym_in, + ACTIONS(10422), 1, + sym__as_custom, + STATE(4276), 1, + sym__as, + STATE(9156), 1, + sym_type_annotation, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [279121] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5340), 6, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + [279133] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(10124), 1, + aux_sym_line_str_text_token1, + ACTIONS(10122), 4, + anon_sym_DQUOTE, + anon_sym_BSLASH, + anon_sym_BSLASH_LPAREN, + sym__escaped_identifier, + [279149] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(10128), 1, + aux_sym_line_str_text_token1, + ACTIONS(10126), 4, + anon_sym_DQUOTE, + anon_sym_BSLASH, + anon_sym_BSLASH_LPAREN, + sym__escaped_identifier, + [279165] = 4, + ACTIONS(10426), 1, + anon_sym_DOT, + STATE(7137), 1, + aux_sym_nested_type_identifier_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10424), 3, + sym__eq_custom, + sym__eq_eq_custom, + anon_sym_COLON, + [279181] = 6, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(9939), 1, + anon_sym_LBRACE, + ACTIONS(10429), 1, + sym__arrow_operator_custom, + STATE(4019), 1, + sym__arrow_operator, + STATE(9065), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [279201] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5839), 5, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_RBRACE, + [279213] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5839), 5, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_RBRACE, + [279225] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4744), 5, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_RBRACE, + [279237] = 6, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(10022), 1, + anon_sym_LBRACE, + ACTIONS(10431), 1, + anon_sym_COLON, + STATE(4643), 1, + sym_enum_class_body, + STATE(8714), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [279257] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5845), 5, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_RBRACE, + [279269] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5839), 5, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_RBRACE, + [279281] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5839), 5, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_RBRACE, + [279293] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4744), 5, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_RBRACE, + [279305] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5898), 5, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_RBRACE, + [279317] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5845), 5, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_RBRACE, + [279329] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(1799), 5, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_COLON, + anon_sym_LBRACE, + [279341] = 4, + ACTIONS(10433), 1, + anon_sym_RPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10319), 2, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + STATE(4983), 2, + sym__conjunction_operator, + sym__disjunction_operator, + [279357] = 6, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(8632), 1, + anon_sym_LBRACE, + ACTIONS(10435), 1, + anon_sym_COLON, + STATE(8051), 1, + sym_class_body, + STATE(8684), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [279377] = 6, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(10003), 1, + anon_sym_LBRACE, + ACTIONS(10437), 1, + anon_sym_COLON, + STATE(7951), 1, + sym_protocol_body, + STATE(8926), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [279397] = 6, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(8670), 1, + anon_sym_LBRACE, + ACTIONS(10439), 1, + anon_sym_COLON, + STATE(7367), 1, + sym_class_body, + STATE(8937), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [279417] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(1763), 5, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_COLON, + anon_sym_LBRACE, + [279429] = 5, + ACTIONS(10441), 1, + anon_sym_RBRACE, + STATE(1691), 1, + sym__semi, + STATE(7155), 1, + aux_sym__protocol_member_declarations_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10443), 2, + sym__implicit_semi, + sym__explicit_semi, + [279447] = 6, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(10009), 1, + anon_sym_LBRACE, + ACTIONS(10446), 1, + anon_sym_COLON, + STATE(3466), 1, + sym_protocol_body, + STATE(8853), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [279467] = 4, + ACTIONS(8703), 1, + anon_sym_LBRACE, + ACTIONS(9362), 1, + anon_sym_if, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(7292), 3, + sym__else_options, + sym_if_statement, + sym__block, + [279483] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2397), 5, + sym__implicit_semi, + sym__explicit_semi, + sym_else, + ts_builtin_sym_end, + anon_sym_RBRACE, + [279495] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(1772), 5, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_COLON, + anon_sym_LBRACE, + [279507] = 6, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(10022), 1, + anon_sym_LBRACE, + ACTIONS(10448), 1, + anon_sym_COLON, + STATE(4667), 1, + sym_enum_class_body, + STATE(8914), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [279527] = 5, + ACTIONS(10450), 1, + anon_sym_RBRACE, + STATE(1687), 1, + sym__semi, + STATE(7231), 1, + aux_sym__protocol_member_declarations_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10452), 2, + sym__implicit_semi, + sym__explicit_semi, + [279545] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7091), 5, + sym__eq_custom, + sym_where_keyword, + sym_else, + anon_sym_COMMA, + anon_sym_COLON, + [279557] = 4, + ACTIONS(8703), 1, + anon_sym_LBRACE, + ACTIONS(9362), 1, + anon_sym_if, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(7531), 3, + sym__else_options, + sym_if_statement, + sym__block, + [279573] = 6, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(10032), 1, + anon_sym_LBRACE, + ACTIONS(10454), 1, + anon_sym_COLON, + STATE(8051), 1, + sym_enum_class_body, + STATE(8866), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [279593] = 6, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(10046), 1, + anon_sym_LBRACE, + ACTIONS(10456), 1, + anon_sym_COLON, + STATE(8418), 1, + sym_protocol_body, + STATE(8906), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [279613] = 4, + ACTIONS(10460), 1, + anon_sym_DOT, + STATE(7137), 1, + aux_sym_nested_type_identifier_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10458), 3, + sym__eq_custom, + sym__eq_eq_custom, + anon_sym_COLON, + [279629] = 6, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(8632), 1, + anon_sym_LBRACE, + ACTIONS(10462), 1, + anon_sym_COLON, + STATE(8421), 1, + sym_class_body, + STATE(8908), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [279649] = 6, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(10464), 1, + anon_sym_COMMA, + ACTIONS(10466), 1, + anon_sym_GT, + STATE(7283), 1, + aux_sym_type_parameters_repeat1, + STATE(9210), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [279669] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(10470), 1, + aux_sym_line_str_text_token1, + ACTIONS(10468), 4, + anon_sym_DQUOTE, + anon_sym_BSLASH, + anon_sym_BSLASH_LPAREN, + sym__escaped_identifier, + [279685] = 4, + ACTIONS(10472), 1, + anon_sym_RPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10319), 2, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + STATE(4983), 2, + sym__conjunction_operator, + sym__disjunction_operator, + [279701] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7440), 5, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_RBRACE, + [279713] = 4, + ACTIONS(10476), 1, + anon_sym_DOT_DOT_DOT, + STATE(8146), 1, + sym__three_dot_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10474), 3, + sym__eq_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + [279729] = 6, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(10015), 1, + anon_sym_LBRACE, + ACTIONS(10478), 1, + anon_sym_COLON, + STATE(7619), 1, + sym_enum_class_body, + STATE(8871), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [279749] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(10480), 1, + sym__eq_custom, + STATE(4274), 1, + sym__equal_sign, + ACTIONS(5740), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [279765] = 4, + STATE(9158), 1, + sym__comparison_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10482), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(10484), 2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + [279781] = 6, + ACTIONS(9690), 1, + anon_sym_LT, + ACTIONS(9783), 1, + anon_sym_LPAREN, + STATE(6452), 1, + aux_sym__function_value_parameters, + STATE(6585), 1, + sym__macro_signature, + STATE(8045), 1, + sym_type_parameters, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [279801] = 4, + ACTIONS(10486), 1, + anon_sym_if, + ACTIONS(10488), 1, + anon_sym_LBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(948), 3, + sym__else_options, + sym_if_statement, + sym__block, + [279817] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5793), 5, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_RBRACE, + [279829] = 6, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(9528), 1, + anon_sym_LBRACE, + ACTIONS(10490), 1, + sym__arrow_operator_custom, + STATE(3969), 1, + sym__arrow_operator, + STATE(9112), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [279849] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7454), 5, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_RBRACE, + [279861] = 6, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(10032), 1, + anon_sym_LBRACE, + ACTIONS(10492), 1, + anon_sym_COLON, + STATE(7802), 1, + sym_enum_class_body, + STATE(8679), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [279881] = 4, + ACTIONS(10494), 1, + anon_sym_if, + ACTIONS(10496), 1, + anon_sym_LBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(3789), 3, + sym__else_options, + sym_if_statement, + sym__block, + [279897] = 4, + ACTIONS(10476), 1, + anon_sym_DOT_DOT_DOT, + STATE(7829), 1, + sym__three_dot_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10498), 3, + sym__eq_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + [279913] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(1772), 6, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_COLON, + anon_sym_LBRACE, + anon_sym_RBRACE, + [279925] = 4, + ACTIONS(10476), 1, + anon_sym_DOT_DOT_DOT, + STATE(7943), 1, + sym__three_dot_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10500), 3, + sym__eq_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + [279941] = 4, + ACTIONS(10502), 1, + anon_sym_RPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10319), 2, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + STATE(4983), 2, + sym__conjunction_operator, + sym__disjunction_operator, + [279957] = 6, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(10504), 1, + anon_sym_COMMA, + ACTIONS(10506), 1, + anon_sym_GT, + STATE(7124), 1, + aux_sym_type_parameters_repeat1, + STATE(9134), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [279977] = 6, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(9528), 1, + anon_sym_LBRACE, + ACTIONS(10508), 1, + sym__arrow_operator_custom, + STATE(4024), 1, + sym__arrow_operator, + STATE(9062), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [279997] = 4, + ACTIONS(10510), 1, + anon_sym_COLON, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10512), 2, + sym__eq_custom, + sym__eq_eq_custom, + STATE(4346), 2, + sym__equal_sign, + sym__eq_eq, + [280013] = 4, + STATE(7103), 1, + aux_sym__inheritance_specifiers_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10345), 2, + anon_sym_COMMA, + anon_sym_AMP, + ACTIONS(10514), 2, + sym_where_keyword, + anon_sym_LBRACE, + [280029] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(10516), 1, + sym__eq_custom, + STATE(4253), 1, + sym__equal_sign, + ACTIONS(5647), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [280045] = 4, + ACTIONS(10518), 1, + anon_sym_if, + ACTIONS(10520), 1, + anon_sym_LBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2712), 3, + sym__else_options, + sym_if_statement, + sym__block, + [280061] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5902), 5, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_RBRACE, + [280073] = 6, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(10046), 1, + anon_sym_LBRACE, + ACTIONS(10522), 1, + anon_sym_COLON, + STATE(7907), 1, + sym_protocol_body, + STATE(8706), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [280093] = 6, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(8175), 1, + anon_sym_GT, + ACTIONS(10524), 1, + anon_sym_COMMA, + STATE(7637), 1, + aux_sym_type_parameters_repeat1, + STATE(9142), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [280113] = 4, + ACTIONS(10526), 1, + anon_sym_if, + ACTIONS(10528), 1, + anon_sym_LBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(3112), 3, + sym__else_options, + sym_if_statement, + sym__block, + [280129] = 4, + ACTIONS(10530), 1, + anon_sym_COLON, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10532), 2, + sym__eq_custom, + sym__eq_eq_custom, + STATE(4257), 2, + sym__equal_sign, + sym__eq_eq, + [280145] = 4, + ACTIONS(10534), 1, + anon_sym_COLON, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10536), 2, + sym__eq_custom, + sym__eq_eq_custom, + STATE(4267), 2, + sym__equal_sign, + sym__eq_eq, + [280161] = 6, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(8670), 1, + anon_sym_LBRACE, + ACTIONS(10538), 1, + anon_sym_COLON, + STATE(7529), 1, + sym_class_body, + STATE(8572), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [280181] = 4, + ACTIONS(10486), 1, + anon_sym_if, + ACTIONS(10488), 1, + anon_sym_LBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(959), 3, + sym__else_options, + sym_if_statement, + sym__block, + [280197] = 4, + ACTIONS(10526), 1, + anon_sym_if, + ACTIONS(10528), 1, + anon_sym_LBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(3135), 3, + sym__else_options, + sym_if_statement, + sym__block, + [280213] = 5, + ACTIONS(279), 1, + ts_builtin_sym_end, + STATE(24), 1, + sym__semi, + STATE(7236), 1, + aux_sym_source_file_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10341), 2, + sym__implicit_semi, + sym__explicit_semi, + [280231] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(10214), 1, + aux_sym_line_str_text_token1, + ACTIONS(10212), 4, + anon_sym_DQUOTE, + anon_sym_BSLASH, + anon_sym_BSLASH_LPAREN, + sym__escaped_identifier, + [280247] = 5, + ACTIONS(387), 1, + anon_sym_RBRACE, + STATE(103), 1, + sym__semi, + STATE(7234), 1, + aux_sym_statements_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10540), 2, + sym__implicit_semi, + sym__explicit_semi, + [280265] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2227), 5, + sym__dot_custom, + anon_sym_RPAREN, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + [280277] = 4, + ACTIONS(10518), 1, + anon_sym_if, + ACTIONS(10520), 1, + anon_sym_LBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(2780), 3, + sym__else_options, + sym_if_statement, + sym__block, + [280293] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7436), 5, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_RBRACE, + [280305] = 4, + ACTIONS(10542), 1, + anon_sym_COLON, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10544), 2, + sym__eq_custom, + sym__eq_eq_custom, + STATE(4333), 2, + sym__equal_sign, + sym__eq_eq, + [280321] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2417), 5, + sym__implicit_semi, + sym__explicit_semi, + sym_catch_keyword, + ts_builtin_sym_end, + anon_sym_RBRACE, + [280333] = 4, + ACTIONS(10546), 1, + anon_sym_COLON, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10548), 2, + sym__eq_custom, + sym__eq_eq_custom, + STATE(4351), 2, + sym__equal_sign, + sym__eq_eq, + [280349] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(10552), 1, + aux_sym_line_str_text_token1, + ACTIONS(10550), 4, + anon_sym_DQUOTE, + anon_sym_BSLASH, + anon_sym_BSLASH_LPAREN, + sym__escaped_identifier, + [280365] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2069), 5, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_RBRACE, + [280377] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5886), 5, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_RBRACE, + [280389] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(10337), 1, + anon_sym_COMMA, + STATE(7092), 1, + aux_sym__modifierless_property_declaration_repeat1, + ACTIONS(5659), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [280405] = 4, + ACTIONS(10554), 1, + anon_sym_COLON, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10556), 2, + sym__eq_custom, + sym__eq_eq_custom, + STATE(4396), 2, + sym__equal_sign, + sym__eq_eq, + [280421] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7450), 5, + sym__implicit_semi, + sym__explicit_semi, + sym_catch_keyword, + ts_builtin_sym_end, + anon_sym_RBRACE, + [280433] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(1763), 6, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_COLON, + anon_sym_LBRACE, + anon_sym_RBRACE, + [280445] = 4, + ACTIONS(10558), 1, + anon_sym_COLON, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10560), 2, + sym__eq_custom, + sym__eq_eq_custom, + STATE(4399), 2, + sym__equal_sign, + sym__eq_eq, + [280461] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7464), 5, + sym__implicit_semi, + sym__explicit_semi, + sym_catch_keyword, + ts_builtin_sym_end, + anon_sym_RBRACE, + [280473] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5890), 5, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_RBRACE, + [280485] = 4, + ACTIONS(10562), 1, + anon_sym_COLON, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10564), 2, + sym__eq_custom, + sym__eq_eq_custom, + STATE(4416), 2, + sym__equal_sign, + sym__eq_eq, + [280501] = 4, + ACTIONS(10566), 1, + anon_sym_COLON, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10568), 2, + sym__eq_custom, + sym__eq_eq_custom, + STATE(4421), 2, + sym__equal_sign, + sym__eq_eq, + [280517] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(10572), 1, + aux_sym_line_str_text_token1, + ACTIONS(10570), 4, + anon_sym_DQUOTE, + anon_sym_BSLASH, + anon_sym_BSLASH_LPAREN, + sym__escaped_identifier, + [280533] = 4, + ACTIONS(10574), 1, + anon_sym_COLON, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10576), 2, + sym__eq_custom, + sym__eq_eq_custom, + STATE(4457), 2, + sym__equal_sign, + sym__eq_eq, + [280549] = 4, + ACTIONS(10578), 1, + anon_sym_COLON, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10580), 2, + sym__eq_custom, + sym__eq_eq_custom, + STATE(4568), 2, + sym__equal_sign, + sym__eq_eq, + [280565] = 4, + ACTIONS(10582), 1, + anon_sym_COLON, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10584), 2, + sym__eq_custom, + sym__eq_eq_custom, + STATE(4219), 2, + sym__equal_sign, + sym__eq_eq, + [280581] = 4, + ACTIONS(10586), 1, + anon_sym_COLON, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10588), 2, + sym__eq_custom, + sym__eq_eq_custom, + STATE(4221), 2, + sym__equal_sign, + sym__eq_eq, + [280597] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4999), 5, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_GT, + anon_sym_LBRACE, + anon_sym_in, + [280609] = 4, + ACTIONS(10590), 1, + anon_sym_COLON, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10592), 2, + sym__eq_custom, + sym__eq_eq_custom, + STATE(4236), 2, + sym__equal_sign, + sym__eq_eq, + [280625] = 4, + ACTIONS(10594), 1, + anon_sym_COLON, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10596), 2, + sym__eq_custom, + sym__eq_eq_custom, + STATE(4238), 2, + sym__equal_sign, + sym__eq_eq, + [280641] = 5, + ACTIONS(4227), 1, + anon_sym_RBRACE, + STATE(1689), 1, + sym__semi, + STATE(7155), 1, + aux_sym__protocol_member_declarations_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10598), 2, + sym__implicit_semi, + sym__explicit_semi, + [280659] = 4, + ACTIONS(10600), 1, + anon_sym_QMARK, + STATE(8496), 1, + sym__quest, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4720), 3, + sym__as_custom, + anon_sym_COLON, + anon_sym_in, + [280675] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5266), 6, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym_where_keyword, + anon_sym_LBRACE, + anon_sym_RBRACE, + [280687] = 5, + ACTIONS(7375), 1, + anon_sym_RBRACE, + STATE(113), 1, + sym__semi, + STATE(7234), 1, + aux_sym_statements_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10602), 2, + sym__implicit_semi, + sym__explicit_semi, + [280705] = 4, + ACTIONS(10460), 1, + anon_sym_DOT, + STATE(7166), 1, + aux_sym_nested_type_identifier_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10605), 3, + sym__eq_custom, + sym__eq_eq_custom, + anon_sym_COLON, + [280721] = 5, + ACTIONS(283), 1, + ts_builtin_sym_end, + STATE(25), 1, + sym__semi, + STATE(7097), 1, + aux_sym_source_file_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10607), 2, + sym__implicit_semi, + sym__explicit_semi, + [280739] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(1799), 6, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_COLON, + anon_sym_LBRACE, + anon_sym_RBRACE, + [280751] = 3, + ACTIONS(10609), 1, + sym_else, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2391), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [280765] = 4, + ACTIONS(2381), 1, + anon_sym_RPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10319), 2, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + STATE(4983), 2, + sym__conjunction_operator, + sym__disjunction_operator, + [280781] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7444), 5, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_RBRACE, + [280793] = 4, + ACTIONS(10611), 1, + anon_sym_QMARK, + STATE(7743), 1, + sym__quest, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4757), 3, + sym__as_custom, + anon_sym_COLON, + anon_sym_in, + [280809] = 4, + ACTIONS(10494), 1, + anon_sym_if, + ACTIONS(10496), 1, + anon_sym_LBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(3767), 3, + sym__else_options, + sym_if_statement, + sym__block, + [280825] = 4, + ACTIONS(10613), 1, + anon_sym_RPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10319), 2, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + STATE(4983), 2, + sym__conjunction_operator, + sym__disjunction_operator, + [280841] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7460), 5, + sym__implicit_semi, + sym__explicit_semi, + sym_catch_keyword, + ts_builtin_sym_end, + anon_sym_RBRACE, + [280853] = 4, + ACTIONS(10476), 1, + anon_sym_DOT_DOT_DOT, + STATE(7763), 1, + sym__three_dot_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10615), 3, + sym__eq_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + [280869] = 6, + ACTIONS(10418), 1, + anon_sym_COLON, + ACTIONS(10422), 1, + sym__as_custom, + ACTIONS(10617), 1, + anon_sym_in, + STATE(4276), 1, + sym__as, + STATE(9346), 1, + sym_type_annotation, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [280889] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2417), 5, + sym__implicit_semi, + sym__explicit_semi, + sym_else, + ts_builtin_sym_end, + anon_sym_RBRACE, + [280901] = 4, + ACTIONS(10619), 1, + anon_sym_if, + ACTIONS(10621), 1, + anon_sym_LBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(3239), 3, + sym__else_options, + sym_if_statement, + sym__block, + [280917] = 6, + ACTIONS(10418), 1, + anon_sym_COLON, + ACTIONS(10422), 1, + sym__as_custom, + ACTIONS(10623), 1, + anon_sym_in, + STATE(4276), 1, + sym__as, + STATE(9170), 1, + sym_type_annotation, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [280937] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4558), 5, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_RBRACE, + [280949] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5309), 6, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + [280961] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7432), 5, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_RBRACE, + [280973] = 4, + ACTIONS(10619), 1, + anon_sym_if, + ACTIONS(10621), 1, + anon_sym_LBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + STATE(3252), 3, + sym__else_options, + sym_if_statement, + sym__block, + [280989] = 3, + ACTIONS(10625), 1, + sym_else, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2401), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [281003] = 4, + ACTIONS(10627), 1, + anon_sym_LPAREN, + STATE(7255), 1, + aux_sym__function_value_parameters, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4867), 3, + sym__arrow_operator_custom, + sym_where_keyword, + anon_sym_LBRACE, + [281019] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4999), 5, + sym__implicit_semi, + sym__explicit_semi, + sym_where_keyword, + anon_sym_LBRACE, + anon_sym_RBRACE, + [281031] = 4, + ACTIONS(10630), 1, + anon_sym_RPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10319), 2, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + STATE(4983), 2, + sym__conjunction_operator, + sym__disjunction_operator, + [281047] = 6, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(8647), 1, + anon_sym_LBRACE, + ACTIONS(10632), 1, + anon_sym_COLON, + STATE(3295), 1, + sym_class_body, + STATE(8844), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [281067] = 6, + ACTIONS(10418), 1, + anon_sym_COLON, + ACTIONS(10422), 1, + sym__as_custom, + ACTIONS(10634), 1, + anon_sym_in, + STATE(4276), 1, + sym__as, + STATE(9240), 1, + sym_type_annotation, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [281087] = 4, + STATE(8999), 1, + sym__comparison_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10636), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(10638), 2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + [281103] = 6, + ACTIONS(10418), 1, + anon_sym_COLON, + ACTIONS(10422), 1, + sym__as_custom, + ACTIONS(10640), 1, + anon_sym_in, + STATE(4276), 1, + sym__as, + STATE(9242), 1, + sym_type_annotation, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [281123] = 6, + ACTIONS(10418), 1, + anon_sym_COLON, + ACTIONS(10422), 1, + sym__as_custom, + ACTIONS(10642), 1, + anon_sym_in, + STATE(4276), 1, + sym__as, + STATE(9244), 1, + sym_type_annotation, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [281143] = 6, + ACTIONS(10418), 1, + anon_sym_COLON, + ACTIONS(10422), 1, + sym__as_custom, + ACTIONS(10644), 1, + anon_sym_in, + STATE(4276), 1, + sym__as, + STATE(9247), 1, + sym_type_annotation, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [281163] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2397), 5, + sym__implicit_semi, + sym__explicit_semi, + sym_catch_keyword, + ts_builtin_sym_end, + anon_sym_RBRACE, + [281175] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7468), 5, + sym__implicit_semi, + sym__explicit_semi, + sym_catch_keyword, + ts_builtin_sym_end, + anon_sym_RBRACE, + [281187] = 4, + STATE(9029), 1, + sym__comparison_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10646), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(10648), 2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + [281203] = 4, + ACTIONS(10176), 1, + anon_sym_LBRACE, + STATE(8288), 1, + sym_deprecated_operator_declaration_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5722), 3, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + [281219] = 6, + ACTIONS(3866), 1, + anon_sym_COMMA, + ACTIONS(10650), 1, + anon_sym_RPAREN, + ACTIONS(10652), 1, + sym__eq_custom, + STATE(603), 1, + sym__equal_sign, + STATE(8041), 1, + aux_sym_enum_type_parameters_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [281239] = 4, + STATE(9099), 1, + sym__comparison_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10654), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(10656), 2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + [281255] = 4, + STATE(9151), 1, + sym__comparison_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10658), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(10660), 2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + [281271] = 4, + STATE(9196), 1, + sym__comparison_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10662), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(10664), 2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + [281287] = 4, + STATE(9252), 1, + sym__comparison_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10666), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(10668), 2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + [281303] = 4, + ACTIONS(10670), 1, + anon_sym_QMARK, + STATE(8501), 1, + sym__quest, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4757), 3, + sym__as_custom, + anon_sym_COLON, + anon_sym_in, + [281319] = 4, + STATE(8986), 1, + sym__comparison_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10672), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(10674), 2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + [281335] = 4, + STATE(9010), 1, + sym__comparison_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10676), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(10678), 2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + [281351] = 6, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(9999), 1, + anon_sym_LBRACE, + ACTIONS(10680), 1, + anon_sym_COLON, + STATE(3295), 1, + sym_enum_class_body, + STATE(8642), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [281371] = 4, + STATE(9027), 1, + sym__comparison_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10682), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(10684), 2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + [281387] = 6, + ACTIONS(10418), 1, + anon_sym_COLON, + ACTIONS(10422), 1, + sym__as_custom, + ACTIONS(10686), 1, + anon_sym_in, + STATE(4276), 1, + sym__as, + STATE(9281), 1, + sym_type_annotation, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [281407] = 6, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(10009), 1, + anon_sym_LBRACE, + ACTIONS(10688), 1, + anon_sym_COLON, + STATE(3315), 1, + sym_protocol_body, + STATE(8675), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [281427] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4999), 6, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + [281439] = 6, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(8647), 1, + anon_sym_LBRACE, + ACTIONS(10690), 1, + anon_sym_COLON, + STATE(3317), 1, + sym_class_body, + STATE(8696), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [281459] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5793), 5, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_RBRACE, + [281471] = 6, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(8163), 1, + anon_sym_GT, + ACTIONS(10692), 1, + anon_sym_COMMA, + STATE(7637), 1, + aux_sym_type_parameters_repeat1, + STATE(8991), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [281491] = 5, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(10009), 1, + anon_sym_LBRACE, + STATE(3601), 1, + sym_protocol_body, + STATE(8947), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [281508] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6698), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [281519] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6081), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [281530] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7504), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [281541] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6698), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [281552] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5175), 5, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + anon_sym_RBRACE, + [281563] = 5, + ACTIONS(8924), 1, + anon_sym_LPAREN, + ACTIONS(9690), 1, + anon_sym_LT, + STATE(5485), 1, + aux_sym__function_value_parameters, + STATE(8628), 1, + sym_type_parameters, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [281580] = 5, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(10003), 1, + anon_sym_LBRACE, + STATE(8436), 1, + sym_protocol_body, + STATE(8799), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [281597] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2657), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [281608] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6077), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [281619] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(9908), 4, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_LBRACE, + anon_sym_RBRACE, + [281630] = 4, + ACTIONS(10696), 1, + sym__eq_custom, + STATE(637), 1, + sym__equal_sign, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10694), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + [281645] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(9908), 4, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_LBRACE, + anon_sym_RBRACE, + [281656] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5989), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [281667] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6077), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [281678] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(9908), 4, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_LBRACE, + anon_sym_RBRACE, + [281689] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6089), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [281700] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6629), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [281711] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5831), 5, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_COMMA, + anon_sym_RBRACE, + [281722] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6077), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [281733] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5835), 5, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_COMMA, + anon_sym_RBRACE, + [281744] = 4, + ACTIONS(10700), 1, + anon_sym_DOT, + STATE(7434), 1, + aux_sym__availability_argument_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10698), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + [281759] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2302), 4, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + ts_builtin_sym_end, + [281770] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6698), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [281781] = 5, + ACTIONS(8701), 1, + anon_sym_LPAREN, + ACTIONS(9690), 1, + anon_sym_LT, + STATE(5448), 1, + aux_sym__function_value_parameters, + STATE(8634), 1, + sym_type_parameters, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [281798] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5839), 5, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_COMMA, + anon_sym_RBRACE, + [281809] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5839), 5, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_COMMA, + anon_sym_RBRACE, + [281820] = 5, + ACTIONS(4409), 1, + anon_sym_LPAREN, + ACTIONS(9690), 1, + anon_sym_LT, + STATE(1866), 1, + aux_sym__function_value_parameters, + STATE(8826), 1, + sym_type_parameters, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [281837] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4744), 5, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_COMMA, + anon_sym_RBRACE, + [281848] = 5, + ACTIONS(8701), 1, + anon_sym_LPAREN, + ACTIONS(9690), 1, + anon_sym_LT, + STATE(5369), 1, + aux_sym__function_value_parameters, + STATE(8875), 1, + sym_type_parameters, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [281865] = 5, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(8660), 1, + anon_sym_LBRACE, + STATE(4630), 1, + sym_class_body, + STATE(8843), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [281882] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4999), 4, + sym__eq_custom, + sym_where_keyword, + sym_else, + anon_sym_COMMA, + [281893] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6121), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [281904] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5845), 5, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_COMMA, + anon_sym_RBRACE, + [281915] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6121), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [281926] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6077), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [281937] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5839), 5, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_COMMA, + anon_sym_RBRACE, + [281948] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5839), 5, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_COMMA, + anon_sym_RBRACE, + [281959] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2661), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [281970] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6121), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [281981] = 5, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(10022), 1, + anon_sym_LBRACE, + STATE(4630), 1, + sym_enum_class_body, + STATE(8890), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [281998] = 5, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(8660), 1, + anon_sym_LBRACE, + STATE(4659), 1, + sym_class_body, + STATE(8897), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [282015] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6698), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [282026] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4744), 5, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_COMMA, + anon_sym_RBRACE, + [282037] = 5, + ACTIONS(10496), 1, + anon_sym_LBRACE, + ACTIONS(10702), 1, + anon_sym_COMMA, + STATE(876), 1, + sym__block, + STATE(8276), 1, + aux_sym_if_statement_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [282054] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5845), 5, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_COMMA, + anon_sym_RBRACE, + [282065] = 4, + ACTIONS(10704), 1, + anon_sym_COMMA, + STATE(7330), 1, + aux_sym_type_constraints_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5233), 2, + anon_sym_GT, + anon_sym_LBRACE, + [282080] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6121), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [282091] = 5, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(8647), 1, + anon_sym_LBRACE, + STATE(3365), 1, + sym_class_body, + STATE(8794), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [282108] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6121), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [282119] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6121), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [282130] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6193), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [282141] = 5, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(10003), 1, + anon_sym_LBRACE, + STATE(7724), 1, + sym_protocol_body, + STATE(8819), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [282158] = 5, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(8660), 1, + anon_sym_LBRACE, + STATE(4656), 1, + sym_class_body, + STATE(8951), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [282175] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10707), 4, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_LBRACE, + anon_sym_RBRACE, + [282186] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6706), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [282197] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7326), 4, + sym__eq_custom, + sym_where_keyword, + sym_else, + anon_sym_COMMA, + [282208] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10709), 4, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_LBRACE, + anon_sym_RBRACE, + [282219] = 5, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(10104), 1, + anon_sym_LBRACE, + STATE(8038), 1, + sym_protocol_property_requirements, + STATE(8838), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [282236] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10709), 4, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_LBRACE, + anon_sym_RBRACE, + [282247] = 5, + ACTIONS(8701), 1, + anon_sym_LPAREN, + ACTIONS(9690), 1, + anon_sym_LT, + STATE(5345), 1, + aux_sym__function_value_parameters, + STATE(8697), 1, + sym_type_parameters, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [282264] = 5, + ACTIONS(10702), 1, + anon_sym_COMMA, + ACTIONS(10711), 1, + anon_sym_LBRACE, + STATE(2549), 1, + sym__block, + STATE(8276), 1, + aux_sym_if_statement_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [282281] = 5, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(10022), 1, + anon_sym_LBRACE, + STATE(4656), 1, + sym_enum_class_body, + STATE(8955), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [282298] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10713), 4, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_LBRACE, + anon_sym_RBRACE, + [282309] = 5, + ACTIONS(8924), 1, + anon_sym_LPAREN, + ACTIONS(9690), 1, + anon_sym_LT, + STATE(5512), 1, + aux_sym__function_value_parameters, + STATE(8842), 1, + sym_type_parameters, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [282326] = 5, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(8660), 1, + anon_sym_LBRACE, + STATE(4685), 1, + sym_class_body, + STATE(8960), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [282343] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6633), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [282354] = 4, + ACTIONS(10717), 1, + anon_sym_DOT, + STATE(7351), 1, + aux_sym__availability_argument_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10715), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + [282369] = 5, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(10022), 1, + anon_sym_LBRACE, + STATE(4649), 1, + sym_enum_class_body, + STATE(8961), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [282386] = 5, + ACTIONS(9690), 1, + anon_sym_LT, + ACTIONS(9816), 1, + anon_sym_LPAREN, + STATE(6512), 1, + aux_sym__function_value_parameters, + STATE(8585), 1, + sym_type_parameters, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [282403] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10713), 4, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_LBRACE, + anon_sym_RBRACE, + [282414] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10713), 4, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_LBRACE, + anon_sym_RBRACE, + [282425] = 5, + ACTIONS(10702), 1, + anon_sym_COMMA, + ACTIONS(10720), 1, + anon_sym_LBRACE, + STATE(2852), 1, + sym__block, + STATE(8276), 1, + aux_sym_if_statement_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [282442] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5989), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [282453] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5912), 5, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_COMMA, + anon_sym_RBRACE, + [282464] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6121), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [282475] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6077), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [282486] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6077), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [282497] = 5, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(8670), 1, + anon_sym_LBRACE, + STATE(7606), 1, + sym_class_body, + STATE(8859), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [282514] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2533), 4, + sym__implicit_semi, + sym__explicit_semi, + sym_where_keyword, + ts_builtin_sym_end, + [282525] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6077), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [282536] = 5, + ACTIONS(10702), 1, + anon_sym_COMMA, + ACTIONS(10722), 1, + anon_sym_LBRACE, + STATE(1220), 1, + sym__block, + STATE(7414), 1, + aux_sym_if_statement_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [282553] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6297), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [282564] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6245), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [282575] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5175), 4, + sym__dot_custom, + sym__eq_custom, + sym__eq_eq_custom, + anon_sym_COLON, + [282586] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6121), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [282597] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6345), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [282608] = 5, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(8632), 1, + anon_sym_LBRACE, + STATE(8557), 1, + sym_class_body, + STATE(8636), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [282625] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6662), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [282636] = 5, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(10022), 1, + anon_sym_LBRACE, + STATE(4691), 1, + sym_enum_class_body, + STATE(8968), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [282653] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5958), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [282664] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5958), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [282675] = 5, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(9840), 1, + anon_sym_LBRACE, + STATE(8060), 1, + sym_computed_property, + STATE(8972), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [282692] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6654), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [282703] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2302), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_LBRACE, + [282714] = 4, + ACTIONS(10724), 1, + anon_sym_COMMA, + STATE(7330), 1, + aux_sym_type_constraints_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(3064), 2, + anon_sym_GT, + anon_sym_LBRACE, + [282729] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6345), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [282740] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5974), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [282751] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5958), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [282762] = 5, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(9827), 1, + anon_sym_LBRACE, + STATE(7744), 1, + sym_computed_property, + STATE(8847), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [282779] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2625), 4, + sym__implicit_semi, + sym__explicit_semi, + sym_where_keyword, + ts_builtin_sym_end, + [282790] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6249), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [282801] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2417), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [282812] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5958), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [282823] = 5, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(8647), 1, + anon_sym_LBRACE, + STATE(3478), 1, + sym_class_body, + STATE(8920), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [282840] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5958), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [282851] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5966), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [282862] = 5, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(9827), 1, + anon_sym_LBRACE, + STATE(8408), 1, + sym_computed_property, + STATE(8753), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [282879] = 5, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(9999), 1, + anon_sym_LBRACE, + STATE(3365), 1, + sym_enum_class_body, + STATE(8919), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [282896] = 5, + ACTIONS(3882), 1, + sym_where_keyword, + ACTIONS(10400), 1, + anon_sym_LBRACE, + STATE(4632), 1, + sym__block, + STATE(8670), 1, + sym_where_clause, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [282913] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2669), 4, + sym__implicit_semi, + sym__explicit_semi, + sym_where_keyword, + ts_builtin_sym_end, + [282924] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10384), 4, + sym_where_keyword, + anon_sym_COMMA, + anon_sym_AMP, + anon_sym_LBRACE, + [282935] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6666), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [282946] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2302), 4, + sym__dot_custom, + sym__eq_custom, + sym__eq_eq_custom, + anon_sym_COLON, + [282957] = 5, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(10032), 1, + anon_sym_LBRACE, + STATE(8557), 1, + sym_enum_class_body, + STATE(8673), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [282974] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6710), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [282985] = 5, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(10046), 1, + anon_sym_LBRACE, + STATE(7792), 1, + sym_protocol_body, + STATE(8676), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [283002] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2709), 4, + sym__implicit_semi, + sym__explicit_semi, + sym_where_keyword, + ts_builtin_sym_end, + [283013] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10726), 4, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_LBRACE, + anon_sym_RBRACE, + [283024] = 5, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(10015), 1, + anon_sym_LBRACE, + STATE(7709), 1, + sym_enum_class_body, + STATE(8627), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [283041] = 3, + ACTIONS(4926), 1, + sym__as_custom, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10728), 3, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + [283054] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10726), 4, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_LBRACE, + anon_sym_RBRACE, + [283065] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10726), 4, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_LBRACE, + anon_sym_RBRACE, + [283076] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10730), 4, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_LBRACE, + anon_sym_RBRACE, + [283087] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10730), 4, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_LBRACE, + anon_sym_RBRACE, + [283098] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10732), 4, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + [283109] = 5, + ACTIONS(10702), 1, + anon_sym_COMMA, + ACTIONS(10734), 1, + anon_sym_LBRACE, + STATE(2426), 1, + sym__block, + STATE(7441), 1, + aux_sym_if_statement_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [283126] = 5, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(8632), 1, + anon_sym_LBRACE, + STATE(7800), 1, + sym_class_body, + STATE(8678), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [283143] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4959), 4, + sym__arrow_operator_custom, + sym_where_keyword, + anon_sym_LPAREN, + anon_sym_LBRACE, + [283154] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6297), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [283165] = 5, + ACTIONS(10702), 1, + anon_sym_COMMA, + ACTIONS(10722), 1, + anon_sym_LBRACE, + STATE(1224), 1, + sym__block, + STATE(8276), 1, + aux_sym_if_statement_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [283182] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2302), 4, + sym__eq_custom, + sym__eq_eq_custom, + anon_sym_COLON, + anon_sym_DOT, + [283193] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6633), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [283204] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6489), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [283215] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6149), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [283226] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7326), 4, + sym__eq_custom, + sym_where_keyword, + anon_sym_COMMA, + anon_sym_LBRACE, + [283237] = 5, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(9827), 1, + anon_sym_LBRACE, + STATE(8430), 1, + sym_computed_property, + STATE(8783), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [283254] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6633), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [283265] = 5, + ACTIONS(3882), 1, + sym_where_keyword, + ACTIONS(8703), 1, + anon_sym_LBRACE, + STATE(7533), 1, + sym__block, + STATE(8749), 1, + sym_where_clause, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [283282] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6311), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [283293] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6345), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [283304] = 5, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(9999), 1, + anon_sym_LBRACE, + STATE(3478), 1, + sym_enum_class_body, + STATE(8945), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [283321] = 5, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(9840), 1, + anon_sym_LBRACE, + STATE(8448), 1, + sym_computed_property, + STATE(8638), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [283338] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7371), 4, + sym__eq_custom, + sym_where_keyword, + anon_sym_COMMA, + anon_sym_LBRACE, + [283349] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6345), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [283360] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6323), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [283371] = 5, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(9840), 1, + anon_sym_LBRACE, + STATE(8453), 1, + sym_computed_property, + STATE(8644), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [283388] = 5, + ACTIONS(10702), 1, + anon_sym_COMMA, + ACTIONS(10711), 1, + anon_sym_LBRACE, + STATE(2519), 1, + sym__block, + STATE(7345), 1, + aux_sym_if_statement_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [283405] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6345), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [283416] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10736), 4, + sym_where_keyword, + anon_sym_COMMA, + anon_sym_AMP, + anon_sym_LBRACE, + [283427] = 4, + ACTIONS(10700), 1, + anon_sym_DOT, + STATE(7351), 1, + aux_sym__availability_argument_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10738), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + [283442] = 3, + ACTIONS(4910), 1, + sym__as_custom, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(1462), 3, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + [283455] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10740), 4, + sym_where_keyword, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_GT, + [283466] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10742), 4, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_LBRACE, + anon_sym_RBRACE, + [283477] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10742), 4, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_LBRACE, + anon_sym_RBRACE, + [283488] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5989), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [283499] = 5, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(10009), 1, + anon_sym_LBRACE, + STATE(3391), 1, + sym_protocol_body, + STATE(8954), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [283516] = 5, + ACTIONS(10702), 1, + anon_sym_COMMA, + ACTIONS(10734), 1, + anon_sym_LBRACE, + STATE(2360), 1, + sym__block, + STATE(8276), 1, + aux_sym_if_statement_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [283533] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10744), 4, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + [283544] = 5, + ACTIONS(10746), 1, + anon_sym_LT, + ACTIONS(10748), 1, + sym__eq_custom, + STATE(4240), 1, + sym__equal_sign, + STATE(8624), 1, + sym_type_parameters, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [283561] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2219), 4, + sym__dot_custom, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + [283572] = 5, + ACTIONS(8924), 1, + anon_sym_LPAREN, + ACTIONS(9690), 1, + anon_sym_LT, + STATE(5544), 1, + aux_sym__function_value_parameters, + STATE(8704), 1, + sym_type_parameters, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [283589] = 5, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(10003), 1, + anon_sym_LBRACE, + STATE(8022), 1, + sym_protocol_body, + STATE(8944), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [283606] = 4, + ACTIONS(10752), 1, + sym__eq_custom, + STATE(643), 1, + sym__equal_sign, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10750), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + [283621] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10754), 4, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_LBRACE, + anon_sym_RBRACE, + [283632] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10756), 4, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + [283643] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6385), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [283654] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4894), 4, + sym__arrow_operator_custom, + sym_where_keyword, + anon_sym_LPAREN, + anon_sym_LBRACE, + [283665] = 3, + ACTIONS(10760), 1, + anon_sym_COLON, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10758), 3, + sym_where_keyword, + anon_sym_COMMA, + anon_sym_GT, + [283678] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6253), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [283689] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6633), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [283700] = 5, + ACTIONS(9690), 1, + anon_sym_LT, + ACTIONS(9816), 1, + anon_sym_LPAREN, + STATE(6653), 1, + aux_sym__function_value_parameters, + STATE(8640), 1, + sym_type_parameters, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [283717] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6670), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [283728] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7560), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [283739] = 5, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(9827), 1, + anon_sym_LBRACE, + STATE(7777), 1, + sym_computed_property, + STATE(8893), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [283756] = 5, + ACTIONS(9690), 1, + anon_sym_LT, + ACTIONS(9816), 1, + anon_sym_LPAREN, + STATE(6531), 1, + aux_sym__function_value_parameters, + STATE(8645), 1, + sym_type_parameters, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [283773] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6253), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [283784] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6327), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [283795] = 5, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(9840), 1, + anon_sym_LBRACE, + STATE(8503), 1, + sym_computed_property, + STATE(8658), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [283812] = 5, + ACTIONS(9690), 1, + anon_sym_LT, + ACTIONS(9816), 1, + anon_sym_LPAREN, + STATE(6545), 1, + aux_sym__function_value_parameters, + STATE(8589), 1, + sym_type_parameters, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [283829] = 5, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(8670), 1, + anon_sym_LBRACE, + STATE(7693), 1, + sym_class_body, + STATE(8872), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [283846] = 5, + ACTIONS(9690), 1, + anon_sym_LT, + ACTIONS(9816), 1, + anon_sym_LPAREN, + STATE(6625), 1, + aux_sym__function_value_parameters, + STATE(8715), 1, + sym_type_parameters, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [283863] = 5, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(8632), 1, + anon_sym_LBRACE, + STATE(7918), 1, + sym_class_body, + STATE(8721), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [283880] = 5, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(8647), 1, + anon_sym_LBRACE, + STATE(3603), 1, + sym_class_body, + STATE(8953), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [283897] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5954), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [283908] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(3683), 4, + sym__implicit_semi, + sym__explicit_semi, + sym_where_keyword, + ts_builtin_sym_end, + [283919] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6670), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [283930] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6385), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [283941] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6077), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [283952] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7484), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [283963] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6385), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [283974] = 3, + ACTIONS(4910), 1, + sym__as_custom, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4906), 3, + sym_where_keyword, + anon_sym_COLON, + anon_sym_LBRACE, + [283987] = 3, + ACTIONS(4926), 1, + sym__as_custom, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4922), 3, + sym_where_keyword, + anon_sym_COLON, + anon_sym_LBRACE, + [284000] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6053), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [284011] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6694), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [284022] = 5, + ACTIONS(3882), 1, + sym_where_keyword, + ACTIONS(10400), 1, + anon_sym_LBRACE, + STATE(4661), 1, + sym__block, + STATE(8727), 1, + sym_where_clause, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [284039] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5989), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [284050] = 5, + ACTIONS(3882), 1, + sym_where_keyword, + ACTIONS(10400), 1, + anon_sym_LBRACE, + STATE(4668), 1, + sym__block, + STATE(8732), 1, + sym_where_clause, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [284067] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6385), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [284078] = 5, + ACTIONS(3882), 1, + sym_where_keyword, + ACTIONS(10400), 1, + anon_sym_LBRACE, + STATE(4631), 1, + sym__block, + STATE(8738), 1, + sym_where_clause, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [284095] = 5, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(10032), 1, + anon_sym_LBRACE, + STATE(7918), 1, + sym_enum_class_body, + STATE(8739), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [284112] = 5, + ACTIONS(10496), 1, + anon_sym_LBRACE, + ACTIONS(10702), 1, + anon_sym_COMMA, + STATE(3704), 1, + sym__block, + STATE(7486), 1, + aux_sym_if_statement_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [284129] = 5, + ACTIONS(10496), 1, + anon_sym_LBRACE, + ACTIONS(10702), 1, + anon_sym_COMMA, + STATE(3705), 1, + sym__block, + STATE(8276), 1, + aux_sym_if_statement_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [284146] = 5, + ACTIONS(10621), 1, + anon_sym_LBRACE, + ACTIONS(10702), 1, + anon_sym_COMMA, + STATE(3569), 1, + sym__block, + STATE(7488), 1, + aux_sym_if_statement_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [284163] = 5, + ACTIONS(10621), 1, + anon_sym_LBRACE, + ACTIONS(10702), 1, + anon_sym_COMMA, + STATE(3570), 1, + sym__block, + STATE(8276), 1, + aux_sym_if_statement_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [284180] = 5, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(10046), 1, + anon_sym_LBRACE, + STATE(7988), 1, + sym_protocol_body, + STATE(8740), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [284197] = 5, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(8632), 1, + anon_sym_LBRACE, + STATE(7989), 1, + sym_class_body, + STATE(8747), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [284214] = 5, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(10032), 1, + anon_sym_LBRACE, + STATE(7990), 1, + sym_enum_class_body, + STATE(8748), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [284231] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(9528), 4, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_LBRACE, + anon_sym_RBRACE, + [284242] = 5, + ACTIONS(10746), 1, + anon_sym_LT, + ACTIONS(10762), 1, + sym__eq_custom, + STATE(4305), 1, + sym__equal_sign, + STATE(8693), 1, + sym_type_parameters, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [284259] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2302), 5, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_LBRACE, + anon_sym_RBRACE, + [284270] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4973), 4, + sym__arrow_operator_custom, + sym_where_keyword, + anon_sym_LPAREN, + anon_sym_LBRACE, + [284281] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7512), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [284292] = 5, + ACTIONS(3874), 1, + anon_sym_COMMA, + ACTIONS(10764), 1, + anon_sym_COLON, + ACTIONS(10766), 1, + sym_where_keyword, + STATE(8315), 1, + aux_sym_switch_entry_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [284309] = 4, + ACTIONS(10768), 1, + anon_sym_COMMA, + STATE(7379), 1, + aux_sym_type_constraints_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5224), 2, + anon_sym_GT, + anon_sym_LBRACE, + [284324] = 5, + ACTIONS(9690), 1, + anon_sym_LT, + ACTIONS(9816), 1, + anon_sym_LPAREN, + STATE(6530), 1, + aux_sym__function_value_parameters, + STATE(8700), 1, + sym_type_parameters, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [284341] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6069), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [284352] = 5, + ACTIONS(3874), 1, + anon_sym_COMMA, + ACTIONS(10770), 1, + anon_sym_COLON, + ACTIONS(10772), 1, + sym_where_keyword, + STATE(8384), 1, + aux_sym_switch_entry_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [284369] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5974), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [284380] = 4, + ACTIONS(10700), 1, + anon_sym_DOT, + STATE(7351), 1, + aux_sym__availability_argument_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4059), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + [284395] = 5, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(10046), 1, + anon_sym_LBRACE, + STATE(8085), 1, + sym_protocol_body, + STATE(8758), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [284412] = 5, + ACTIONS(10702), 1, + anon_sym_COMMA, + ACTIONS(10720), 1, + anon_sym_LBRACE, + STATE(2842), 1, + sym__block, + STATE(7356), 1, + aux_sym_if_statement_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [284429] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6633), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [284440] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7572), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [284451] = 5, + ACTIONS(10746), 1, + anon_sym_LT, + ACTIONS(10774), 1, + sym__eq_custom, + STATE(4389), 1, + sym__equal_sign, + STATE(8718), 1, + sym_type_parameters, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [284468] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7484), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [284479] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5970), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [284490] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6271), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [284501] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6271), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [284512] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10776), 4, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_LBRACE, + anon_sym_RBRACE, + [284523] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10778), 4, + sym__implicit_semi, + sym__explicit_semi, + sym_where_keyword, + ts_builtin_sym_end, + [284534] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7592), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [284545] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7588), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [284556] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6633), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [284567] = 5, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(9999), 1, + anon_sym_LBRACE, + STATE(3435), 1, + sym_enum_class_body, + STATE(8757), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [284584] = 5, + ACTIONS(3882), 1, + sym_where_keyword, + ACTIONS(10400), 1, + anon_sym_LBRACE, + STATE(4670), 1, + sym__block, + STATE(8771), 1, + sym_where_clause, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [284601] = 4, + ACTIONS(10700), 1, + anon_sym_DOT, + STATE(7503), 1, + aux_sym__availability_argument_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10780), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + [284616] = 5, + ACTIONS(9403), 1, + anon_sym_LPAREN, + ACTIONS(9690), 1, + anon_sym_LT, + STATE(6120), 1, + aux_sym__function_value_parameters, + STATE(8664), 1, + sym_type_parameters, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [284633] = 5, + ACTIONS(3882), 1, + sym_where_keyword, + ACTIONS(10400), 1, + anon_sym_LBRACE, + STATE(4679), 1, + sym__block, + STATE(8772), 1, + sym_where_clause, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [284650] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5970), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [284661] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7476), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [284672] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6670), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [284683] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6319), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [284694] = 5, + ACTIONS(3882), 1, + sym_where_keyword, + ACTIONS(8703), 1, + anon_sym_LBRACE, + STATE(7685), 1, + sym__block, + STATE(8948), 1, + sym_where_clause, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [284711] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5970), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [284722] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6197), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [284733] = 5, + ACTIONS(3882), 1, + sym_where_keyword, + ACTIONS(8703), 1, + anon_sym_LBRACE, + STATE(7716), 1, + sym__block, + STATE(8974), 1, + sym_where_clause, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [284750] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2701), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [284761] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6670), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [284772] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7480), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [284783] = 5, + ACTIONS(3882), 1, + sym_where_keyword, + ACTIONS(8703), 1, + anon_sym_LBRACE, + STATE(7524), 1, + sym__block, + STATE(8635), 1, + sym_where_clause, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [284800] = 5, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(10032), 1, + anon_sym_LBRACE, + STATE(8155), 1, + sym_enum_class_body, + STATE(8777), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [284817] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7596), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [284828] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6217), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [284839] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7564), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [284850] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5970), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [284861] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6335), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [284872] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7508), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [284883] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6341), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [284894] = 5, + ACTIONS(10621), 1, + anon_sym_LBRACE, + ACTIONS(10702), 1, + anon_sym_COMMA, + STATE(2979), 1, + sym__block, + STATE(7688), 1, + aux_sym_if_statement_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [284911] = 5, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(10046), 1, + anon_sym_LBRACE, + STATE(8215), 1, + sym_protocol_body, + STATE(8781), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [284928] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6319), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [284939] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6341), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [284950] = 5, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(9818), 1, + anon_sym_LBRACE, + STATE(3161), 1, + sym_computed_property, + STATE(8785), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [284967] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7544), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [284978] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6351), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [284989] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6351), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [285000] = 4, + ACTIONS(10784), 1, + sym__eq_custom, + STATE(612), 1, + sym__equal_sign, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10782), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + [285015] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5970), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [285026] = 5, + ACTIONS(3882), 1, + sym_where_keyword, + ACTIONS(10400), 1, + anon_sym_LBRACE, + STATE(4680), 1, + sym__block, + STATE(8788), 1, + sym_where_clause, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [285043] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6351), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [285054] = 5, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(8647), 1, + anon_sym_LBRACE, + STATE(3393), 1, + sym_class_body, + STATE(8617), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [285071] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6633), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [285082] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6351), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [285093] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6025), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [285104] = 5, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(9818), 1, + anon_sym_LBRACE, + STATE(3166), 1, + sym_computed_property, + STATE(8790), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [285121] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7568), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [285132] = 5, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(9818), 1, + anon_sym_LBRACE, + STATE(3169), 1, + sym_computed_property, + STATE(8791), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [285149] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5974), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [285160] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6025), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [285171] = 5, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(9818), 1, + anon_sym_LBRACE, + STATE(3171), 1, + sym_computed_property, + STATE(8793), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [285188] = 4, + ACTIONS(10788), 1, + sym__eq_custom, + STATE(581), 1, + sym__equal_sign, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10786), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + [285203] = 4, + ACTIONS(10792), 1, + anon_sym_COMMA, + STATE(7566), 1, + aux_sym__constructor_value_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10790), 2, + anon_sym_RPAREN, + anon_sym_RBRACK, + [285218] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6359), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [285229] = 5, + ACTIONS(3882), 1, + sym_where_keyword, + ACTIONS(8703), 1, + anon_sym_LBRACE, + STATE(7507), 1, + sym__block, + STATE(8643), 1, + sym_where_clause, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [285246] = 5, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(10015), 1, + anon_sym_LBRACE, + STATE(7693), 1, + sym_enum_class_body, + STATE(8868), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [285263] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6674), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [285274] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6674), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [285285] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7508), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [285296] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7584), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [285307] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6654), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [285318] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7544), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [285329] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7500), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [285340] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6025), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [285351] = 5, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(10015), 1, + anon_sym_LBRACE, + STATE(7429), 1, + sym_enum_class_body, + STATE(8782), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [285368] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6025), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [285379] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6153), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [285390] = 4, + ACTIONS(10797), 1, + sym__eq_custom, + STATE(632), 1, + sym__equal_sign, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10795), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + [285405] = 5, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(10104), 1, + anon_sym_LBRACE, + STATE(8404), 1, + sym_protocol_property_requirements, + STATE(8798), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [285422] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6714), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [285433] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5793), 5, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_COMMA, + anon_sym_RBRACE, + [285444] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6714), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [285455] = 3, + ACTIONS(10801), 1, + anon_sym_COLON, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10799), 3, + sym_where_keyword, + anon_sym_COMMA, + anon_sym_GT, + [285468] = 5, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(10009), 1, + anon_sym_LBRACE, + STATE(3117), 1, + sym_protocol_body, + STATE(8930), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [285485] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5793), 5, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_COMMA, + anon_sym_RBRACE, + [285496] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6229), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [285507] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4558), 5, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_COMMA, + anon_sym_RBRACE, + [285518] = 3, + ACTIONS(10803), 1, + anon_sym_LPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5266), 3, + sym__arrow_operator_custom, + sym_where_keyword, + anon_sym_LBRACE, + [285531] = 5, + ACTIONS(10702), 1, + anon_sym_COMMA, + ACTIONS(10805), 1, + anon_sym_LBRACE, + STATE(1250), 1, + sym__block, + STATE(7618), 1, + aux_sym_if_statement_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [285548] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6714), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [285559] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5797), 5, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_COMMA, + anon_sym_RBRACE, + [285570] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6714), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [285581] = 5, + ACTIONS(3123), 1, + anon_sym_func, + ACTIONS(10807), 1, + anon_sym_init, + STATE(7597), 1, + sym__modifierless_function_declaration_no_body, + STATE(7621), 1, + sym__non_constructor_function_decl, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [285598] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10809), 4, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_LBRACE, + anon_sym_RBRACE, + [285609] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6674), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [285620] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2397), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [285631] = 4, + ACTIONS(10813), 1, + sym__eq_custom, + STATE(618), 1, + sym__equal_sign, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10811), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + [285646] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6077), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [285657] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6111), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [285668] = 5, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(9999), 1, + anon_sym_LBRACE, + STATE(3604), 1, + sym_enum_class_body, + STATE(8963), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [285685] = 5, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(10003), 1, + anon_sym_LBRACE, + STATE(7920), 1, + sym_protocol_body, + STATE(8952), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [285702] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6111), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [285713] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6371), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [285724] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6355), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [285735] = 5, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(8670), 1, + anon_sym_LBRACE, + STATE(7372), 1, + sym_class_body, + STATE(8584), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [285752] = 5, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(10015), 1, + anon_sym_LBRACE, + STATE(7396), 1, + sym_enum_class_body, + STATE(8625), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [285769] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6425), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [285780] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6045), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [285791] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6271), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [285802] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7556), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [285813] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6271), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [285824] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6045), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [285835] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5974), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [285846] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5175), 4, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + ts_builtin_sym_end, + [285857] = 5, + ACTIONS(10702), 1, + anon_sym_COMMA, + ACTIONS(10805), 1, + anon_sym_LBRACE, + STATE(1253), 1, + sym__block, + STATE(8276), 1, + aux_sym_if_statement_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [285874] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6375), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [285885] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6674), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [285896] = 5, + ACTIONS(8940), 1, + anon_sym_LPAREN, + ACTIONS(9690), 1, + anon_sym_LT, + STATE(5626), 1, + aux_sym__function_value_parameters, + STATE(8654), 1, + sym_type_parameters, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [285913] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6654), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [285924] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6033), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [285935] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6111), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [285946] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6674), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [285957] = 3, + ACTIONS(4910), 1, + sym__as_custom, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(1462), 3, + sym_where_keyword, + anon_sym_COMMA, + anon_sym_COLON, + [285970] = 5, + ACTIONS(10702), 1, + anon_sym_COMMA, + ACTIONS(10815), 1, + anon_sym_LBRACE, + STATE(4624), 1, + sym__block, + STATE(7714), 1, + aux_sym_if_statement_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [285987] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(9939), 4, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_LBRACE, + anon_sym_RBRACE, + [285998] = 5, + ACTIONS(10702), 1, + anon_sym_COMMA, + ACTIONS(10817), 1, + anon_sym_LBRACE, + STATE(7238), 1, + sym__block, + STATE(7692), 1, + aux_sym_if_statement_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [286015] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6674), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [286026] = 5, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(8670), 1, + anon_sym_LBRACE, + STATE(7429), 1, + sym_class_body, + STATE(8573), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [286043] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10819), 4, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + [286054] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6654), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [286065] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6037), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [286076] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6037), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [286087] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6674), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [286098] = 4, + ACTIONS(10821), 1, + anon_sym_COMMA, + STATE(7637), 1, + aux_sym_type_parameters_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10824), 2, + sym_where_keyword, + anon_sym_GT, + [286113] = 5, + ACTIONS(10746), 1, + anon_sym_LT, + ACTIONS(10826), 1, + sym__eq_custom, + STATE(4409), 1, + sym__equal_sign, + STATE(8813), 1, + sym_type_parameters, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [286130] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6379), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [286141] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6111), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [286152] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6289), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [286163] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6111), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [286174] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6111), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [286185] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2302), 5, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + sym__dot_custom, + anon_sym_RBRACE, + [286196] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6389), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [286207] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6389), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [286218] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7371), 4, + sym__eq_custom, + sym_where_keyword, + sym_else, + anon_sym_COMMA, + [286229] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5974), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [286240] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6111), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [286251] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4955), 4, + sym__arrow_operator_custom, + sym_where_keyword, + anon_sym_LPAREN, + anon_sym_LBRACE, + [286262] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6674), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [286273] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6111), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [286284] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6389), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [286295] = 5, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(10009), 1, + anon_sym_LBRACE, + STATE(3644), 1, + sym_protocol_body, + STATE(8605), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [286312] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6401), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [286323] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6401), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [286334] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6389), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [286345] = 5, + ACTIONS(4409), 1, + anon_sym_LPAREN, + ACTIONS(9690), 1, + anon_sym_LT, + STATE(1858), 1, + aux_sym__function_value_parameters, + STATE(8979), 1, + sym_type_parameters, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [286362] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6674), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [286373] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(9939), 4, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_LBRACE, + anon_sym_RBRACE, + [286384] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6389), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [286395] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6674), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [286406] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6389), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [286417] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6633), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [286428] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5167), 4, + sym__eq_custom, + sym_where_keyword, + sym_else, + anon_sym_COMMA, + [286439] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6678), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [286450] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6111), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [286461] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10776), 4, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_LBRACE, + anon_sym_RBRACE, + [286472] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6389), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [286483] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6111), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [286494] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6389), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [286505] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7492), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [286516] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6061), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [286527] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6405), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [286538] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6405), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [286549] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6061), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [286560] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(9939), 4, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_LBRACE, + anon_sym_RBRACE, + [286571] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6405), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [286582] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10828), 4, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_LBRACE, + anon_sym_RBRACE, + [286593] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6473), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [286604] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4936), 4, + sym__arrow_operator_custom, + sym_where_keyword, + anon_sym_LPAREN, + anon_sym_LBRACE, + [286615] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10830), 4, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_LBRACE, + anon_sym_RBRACE, + [286626] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6694), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [286637] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10830), 4, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_LBRACE, + anon_sym_RBRACE, + [286648] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7520), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [286659] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6211), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [286670] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6405), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [286681] = 5, + ACTIONS(10621), 1, + anon_sym_LBRACE, + ACTIONS(10702), 1, + anon_sym_COMMA, + STATE(2902), 1, + sym__block, + STATE(8276), 1, + aux_sym_if_statement_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [286698] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6405), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [286709] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6077), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [286720] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6678), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [286731] = 5, + ACTIONS(10702), 1, + anon_sym_COMMA, + ACTIONS(10817), 1, + anon_sym_LBRACE, + STATE(7254), 1, + sym__block, + STATE(8276), 1, + aux_sym_if_statement_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [286748] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6503), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [286759] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5886), 5, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_COMMA, + anon_sym_RBRACE, + [286770] = 5, + ACTIONS(10496), 1, + anon_sym_LBRACE, + ACTIONS(10702), 1, + anon_sym_COMMA, + STATE(874), 1, + sym__block, + STATE(7328), 1, + aux_sym_if_statement_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [286787] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5890), 5, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_COMMA, + anon_sym_RBRACE, + [286798] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6045), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [286809] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5746), 5, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_COMMA, + anon_sym_RBRACE, + [286820] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5746), 5, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_COMMA, + anon_sym_RBRACE, + [286831] = 5, + ACTIONS(3882), 1, + sym_where_keyword, + ACTIONS(8703), 1, + anon_sym_LBRACE, + STATE(7548), 1, + sym__block, + STATE(8760), 1, + sym_where_clause, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [286848] = 5, + ACTIONS(3882), 1, + sym_where_keyword, + ACTIONS(8703), 1, + anon_sym_LBRACE, + STATE(7560), 1, + sym__block, + STATE(8779), 1, + sym_where_clause, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [286865] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5894), 5, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_COMMA, + anon_sym_RBRACE, + [286876] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6045), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [286887] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5898), 5, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_COMMA, + anon_sym_RBRACE, + [286898] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5902), 5, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_COMMA, + anon_sym_RBRACE, + [286909] = 5, + ACTIONS(4409), 1, + anon_sym_LPAREN, + ACTIONS(9690), 1, + anon_sym_LT, + STATE(1861), 1, + aux_sym__function_value_parameters, + STATE(8915), 1, + sym_type_parameters, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [286926] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(9522), 4, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_LBRACE, + anon_sym_RBRACE, + [286937] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6690), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [286948] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6421), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [286959] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6103), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [286970] = 4, + ACTIONS(10832), 1, + sym__eq_custom, + STATE(636), 1, + sym__equal_sign, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4094), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + [286985] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6654), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [286996] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10424), 4, + sym__eq_custom, + sym__eq_eq_custom, + anon_sym_COLON, + anon_sym_DOT, + [287007] = 5, + ACTIONS(10702), 1, + anon_sym_COMMA, + ACTIONS(10815), 1, + anon_sym_LBRACE, + STATE(4621), 1, + sym__block, + STATE(8276), 1, + aux_sym_if_statement_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [287024] = 3, + ACTIONS(4926), 1, + sym__as_custom, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10728), 3, + sym_where_keyword, + anon_sym_COMMA, + anon_sym_COLON, + [287037] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7520), 4, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + anon_sym_RBRACE, + [287048] = 5, + ACTIONS(3882), 1, + sym_where_keyword, + ACTIONS(8703), 1, + anon_sym_LBRACE, + STATE(7575), 1, + sym__block, + STATE(8808), 1, + sym_where_clause, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [287065] = 5, + ACTIONS(3882), 1, + sym_where_keyword, + ACTIONS(10400), 1, + anon_sym_LBRACE, + STATE(4688), 1, + sym__block, + STATE(8776), 1, + sym_where_clause, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [287082] = 4, + ACTIONS(10834), 1, + anon_sym_COMMA, + ACTIONS(10836), 1, + anon_sym_GT, + STATE(7732), 1, + aux_sym_type_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [287096] = 4, + ACTIONS(10838), 1, + anon_sym_COMMA, + ACTIONS(10840), 1, + anon_sym_RBRACK, + STATE(7730), 1, + aux_sym_dictionary_literal_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [287110] = 4, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(10172), 1, + anon_sym_LBRACE, + STATE(9182), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [287124] = 4, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(10172), 1, + anon_sym_LBRACE, + STATE(9185), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [287138] = 4, + ACTIONS(10842), 1, + anon_sym_RPAREN, + ACTIONS(10844), 1, + anon_sym_COMMA, + STATE(8373), 1, + aux_sym_attribute_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [287152] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5962), 3, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + [287162] = 4, + ACTIONS(10846), 1, + anon_sym_RPAREN, + ACTIONS(10848), 1, + anon_sym_COMMA, + STATE(7939), 1, + aux_sym_tuple_expression_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [287176] = 4, + ACTIONS(10850), 1, + anon_sym_RPAREN, + ACTIONS(10852), 1, + anon_sym_COMMA, + STATE(7742), 1, + aux_sym_tuple_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [287190] = 4, + ACTIONS(1424), 1, + anon_sym_RPAREN, + ACTIONS(10854), 1, + anon_sym_COMMA, + STATE(8381), 1, + aux_sym_attribute_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [287204] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5993), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [287214] = 4, + ACTIONS(10856), 1, + anon_sym_COMMA, + ACTIONS(10858), 1, + anon_sym_RBRACK, + STATE(8088), 1, + aux_sym_array_literal_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [287228] = 4, + ACTIONS(10860), 1, + anon_sym_COMMA, + ACTIONS(10862), 1, + anon_sym_RBRACK, + STATE(8216), 1, + aux_sym_dictionary_literal_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [287242] = 4, + ACTIONS(3732), 1, + sym__dot_custom, + STATE(3442), 1, + sym_navigation_suffix, + STATE(5480), 1, + sym__dot, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [287256] = 4, + ACTIONS(7187), 1, + anon_sym_GT, + ACTIONS(10864), 1, + anon_sym_COMMA, + STATE(7793), 1, + aux_sym_type_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [287270] = 4, + ACTIONS(10866), 1, + anon_sym_COMMA, + ACTIONS(10868), 1, + anon_sym_GT, + STATE(7747), 1, + aux_sym_type_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [287284] = 4, + ACTIONS(10870), 1, + anon_sym_RPAREN, + ACTIONS(10872), 1, + anon_sym_COMMA, + STATE(7749), 1, + aux_sym__constructor_value_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [287298] = 4, + ACTIONS(10874), 1, + anon_sym_RPAREN, + ACTIONS(10876), 1, + anon_sym_COMMA, + STATE(7752), 1, + aux_sym__constructor_value_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [287312] = 4, + ACTIONS(10874), 1, + anon_sym_RBRACK, + ACTIONS(10878), 1, + anon_sym_COMMA, + STATE(7754), 1, + aux_sym__constructor_value_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [287326] = 4, + ACTIONS(137), 1, + sym_raw_str_part, + ACTIONS(10880), 1, + sym_raw_str_end_part, + STATE(7928), 1, + aux_sym_raw_string_literal_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [287340] = 4, + ACTIONS(10882), 1, + anon_sym_RPAREN, + ACTIONS(10884), 1, + anon_sym_DOT, + STATE(7758), 1, + aux_sym_nested_type_identifier_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [287354] = 4, + ACTIONS(10886), 1, + anon_sym_COMMA, + ACTIONS(10888), 1, + anon_sym_RBRACK, + STATE(7759), 1, + aux_sym__constructor_value_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [287368] = 4, + ACTIONS(853), 1, + anon_sym_RPAREN, + ACTIONS(10890), 1, + anon_sym_COMMA, + STATE(8393), 1, + aux_sym__tuple_pattern_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [287382] = 4, + ACTIONS(3421), 1, + anon_sym_while, + ACTIONS(3423), 1, + sym__implicit_semi, + STATE(8325), 1, + aux_sym_repeat_while_statement_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [287396] = 4, + ACTIONS(10892), 1, + anon_sym_RPAREN, + ACTIONS(10894), 1, + anon_sym_COMMA, + STATE(8354), 1, + aux_sym_tuple_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [287410] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4926), 3, + sym__as_custom, + anon_sym_COLON, + anon_sym_in, + [287420] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5997), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [287430] = 4, + ACTIONS(9071), 1, + anon_sym_RPAREN, + ACTIONS(10896), 1, + anon_sym_COMMA, + STATE(8230), 1, + aux_sym_playground_literal_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [287444] = 4, + ACTIONS(10898), 1, + anon_sym_RPAREN, + ACTIONS(10900), 1, + anon_sym_COMMA, + STATE(7762), 1, + aux_sym_attribute_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [287458] = 4, + ACTIONS(7223), 1, + anon_sym_GT, + ACTIONS(10902), 1, + anon_sym_COMMA, + STATE(7793), 1, + aux_sym_type_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [287472] = 4, + ACTIONS(1265), 1, + anon_sym_RPAREN, + ACTIONS(10904), 1, + anon_sym_COMMA, + STATE(7566), 1, + aux_sym__constructor_value_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [287486] = 4, + ACTIONS(1351), 1, + anon_sym_RPAREN, + ACTIONS(10906), 1, + anon_sym_COMMA, + STATE(7566), 1, + aux_sym__constructor_value_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [287500] = 3, + STATE(849), 1, + sym_lambda_literal, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(1861), 2, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + [287512] = 4, + ACTIONS(4411), 1, + anon_sym_LBRACE, + ACTIONS(10908), 1, + anon_sym_LPAREN, + STATE(4907), 1, + sym__block, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [287526] = 4, + ACTIONS(1353), 1, + anon_sym_RPAREN, + ACTIONS(10910), 1, + anon_sym_COMMA, + STATE(7566), 1, + aux_sym__constructor_value_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [287540] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6335), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [287550] = 4, + ACTIONS(1353), 1, + anon_sym_RBRACK, + ACTIONS(10912), 1, + anon_sym_COMMA, + STATE(7566), 1, + aux_sym__constructor_value_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [287564] = 4, + ACTIONS(10914), 1, + anon_sym_COMMA, + ACTIONS(10916), 1, + anon_sym_RBRACK, + STATE(7823), 1, + aux_sym_dictionary_literal_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [287578] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6341), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [287588] = 4, + ACTIONS(10700), 1, + anon_sym_DOT, + ACTIONS(10918), 1, + anon_sym_RPAREN, + STATE(7766), 1, + aux_sym__availability_argument_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [287602] = 4, + ACTIONS(10884), 1, + anon_sym_DOT, + ACTIONS(10918), 1, + anon_sym_RPAREN, + STATE(7955), 1, + aux_sym_nested_type_identifier_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [287616] = 4, + ACTIONS(10886), 1, + anon_sym_COMMA, + ACTIONS(10920), 1, + anon_sym_RBRACK, + STATE(7566), 1, + aux_sym__constructor_value_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [287630] = 3, + STATE(1942), 1, + sym_lambda_literal, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4055), 2, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + [287642] = 4, + ACTIONS(10922), 1, + anon_sym_RPAREN, + ACTIONS(10924), 1, + anon_sym_COMMA, + STATE(7939), 1, + aux_sym_tuple_expression_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [287656] = 4, + ACTIONS(1418), 1, + anon_sym_RPAREN, + ACTIONS(10926), 1, + anon_sym_COMMA, + STATE(8381), 1, + aux_sym_attribute_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [287670] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10928), 3, + sym__eq_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + [287680] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6341), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [287690] = 4, + ACTIONS(1267), 1, + anon_sym_RPAREN, + ACTIONS(10930), 1, + anon_sym_COMMA, + STATE(7566), 1, + aux_sym__constructor_value_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [287704] = 4, + ACTIONS(10700), 1, + anon_sym_DOT, + ACTIONS(10932), 1, + anon_sym_RPAREN, + STATE(7351), 1, + aux_sym__availability_argument_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [287718] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6141), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [287728] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6646), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [287738] = 4, + ACTIONS(10934), 1, + anon_sym_RPAREN, + ACTIONS(10936), 1, + anon_sym_COMMA, + STATE(8354), 1, + aux_sym_tuple_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [287752] = 4, + ACTIONS(9004), 1, + anon_sym_RPAREN, + ACTIONS(10938), 1, + anon_sym_COMMA, + STATE(8230), 1, + aux_sym_playground_literal_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [287766] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6017), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [287776] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(10162), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [287786] = 4, + ACTIONS(1267), 1, + anon_sym_RBRACK, + ACTIONS(10940), 1, + anon_sym_COMMA, + STATE(7566), 1, + aux_sym__constructor_value_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [287800] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6145), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [287810] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6351), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [287820] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6149), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [287830] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6021), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [287840] = 4, + ACTIONS(137), 1, + sym_raw_str_part, + ACTIONS(10942), 1, + sym_raw_str_end_part, + STATE(7928), 1, + aux_sym_raw_string_literal_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [287854] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6650), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [287864] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6351), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [287874] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6001), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [287884] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5993), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [287894] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6153), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [287904] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6351), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [287914] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6017), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [287924] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6351), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [287934] = 3, + ACTIONS(10944), 1, + anon_sym_BANG2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4989), 2, + sym_where_keyword, + anon_sym_LBRACE, + [287946] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6065), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [287956] = 4, + ACTIONS(10946), 1, + anon_sym_RPAREN, + ACTIONS(10948), 1, + anon_sym_COMMA, + STATE(7801), 1, + aux_sym_tuple_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [287970] = 4, + ACTIONS(10950), 1, + anon_sym_COMMA, + ACTIONS(10952), 1, + anon_sym_RBRACK, + STATE(8487), 1, + aux_sym_dictionary_literal_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [287984] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6359), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [287994] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6363), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [288004] = 4, + ACTIONS(10954), 1, + anon_sym_COMMA, + ACTIONS(10957), 1, + anon_sym_GT, + STATE(7793), 1, + aux_sym_type_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [288018] = 4, + ACTIONS(10959), 1, + anon_sym_COMMA, + ACTIONS(10961), 1, + anon_sym_GT, + STATE(7806), 1, + aux_sym_type_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [288032] = 4, + ACTIONS(10963), 1, + anon_sym_RPAREN, + ACTIONS(10965), 1, + anon_sym_COMMA, + STATE(7809), 1, + aux_sym__constructor_value_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [288046] = 4, + ACTIONS(10963), 1, + anon_sym_RBRACK, + ACTIONS(10967), 1, + anon_sym_COMMA, + STATE(7811), 1, + aux_sym__constructor_value_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [288060] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6367), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [288070] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6099), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [288080] = 4, + ACTIONS(10884), 1, + anon_sym_DOT, + ACTIONS(10969), 1, + anon_sym_RPAREN, + STATE(7813), 1, + aux_sym_nested_type_identifier_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [288094] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6371), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [288104] = 4, + ACTIONS(10971), 1, + anon_sym_RPAREN, + ACTIONS(10973), 1, + anon_sym_COMMA, + STATE(8354), 1, + aux_sym_tuple_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [288118] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6375), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [288128] = 4, + ACTIONS(10975), 1, + anon_sym_RPAREN, + ACTIONS(10977), 1, + anon_sym_COMMA, + STATE(7939), 1, + aux_sym_tuple_expression_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [288142] = 4, + ACTIONS(10979), 1, + anon_sym_RPAREN, + ACTIONS(10981), 1, + anon_sym_COMMA, + STATE(7816), 1, + aux_sym_attribute_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [288156] = 4, + ACTIONS(10983), 1, + anon_sym_RPAREN, + ACTIONS(10985), 1, + anon_sym_COMMA, + STATE(7867), 1, + aux_sym_tuple_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [288170] = 4, + ACTIONS(7263), 1, + anon_sym_GT, + ACTIONS(10987), 1, + anon_sym_COMMA, + STATE(7793), 1, + aux_sym_type_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [288184] = 3, + STATE(1021), 1, + sym_lambda_literal, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2003), 2, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + [288196] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10819), 3, + sym_where_keyword, + anon_sym_COLON, + anon_sym_LBRACE, + [288206] = 4, + ACTIONS(1361), 1, + anon_sym_RPAREN, + ACTIONS(10989), 1, + anon_sym_COMMA, + STATE(7566), 1, + aux_sym__constructor_value_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [288220] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6379), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [288230] = 4, + ACTIONS(1361), 1, + anon_sym_RBRACK, + ACTIONS(10991), 1, + anon_sym_COMMA, + STATE(7566), 1, + aux_sym__constructor_value_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [288244] = 4, + ACTIONS(10700), 1, + anon_sym_DOT, + ACTIONS(10993), 1, + anon_sym_RPAREN, + STATE(7819), 1, + aux_sym__availability_argument_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [288258] = 4, + ACTIONS(10884), 1, + anon_sym_DOT, + ACTIONS(10993), 1, + anon_sym_RPAREN, + STATE(7955), 1, + aux_sym_nested_type_identifier_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [288272] = 4, + ACTIONS(10995), 1, + anon_sym_RPAREN, + ACTIONS(10997), 1, + anon_sym_COMMA, + STATE(7831), 1, + aux_sym__function_value_parameters_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [288286] = 4, + ACTIONS(3866), 1, + anon_sym_COMMA, + ACTIONS(10396), 1, + anon_sym_RPAREN, + STATE(8482), 1, + aux_sym_enum_type_parameters_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [288300] = 4, + ACTIONS(1432), 1, + anon_sym_RPAREN, + ACTIONS(10999), 1, + anon_sym_COMMA, + STATE(8381), 1, + aux_sym_attribute_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [288314] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6389), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [288324] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6389), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [288334] = 4, + ACTIONS(10700), 1, + anon_sym_DOT, + ACTIONS(11001), 1, + anon_sym_RPAREN, + STATE(7351), 1, + aux_sym__availability_argument_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [288348] = 4, + ACTIONS(11003), 1, + anon_sym_COMMA, + ACTIONS(11005), 1, + anon_sym_RBRACK, + STATE(8088), 1, + aux_sym_array_literal_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [288362] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6389), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [288372] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6389), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [288382] = 4, + ACTIONS(11007), 1, + anon_sym_COMMA, + ACTIONS(11009), 1, + anon_sym_RBRACK, + STATE(8216), 1, + aux_sym_dictionary_literal_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [288396] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6389), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [288406] = 4, + ACTIONS(3788), 1, + sym__dot_custom, + STATE(3101), 1, + sym_navigation_suffix, + STATE(5641), 1, + sym__dot, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [288420] = 4, + ACTIONS(11011), 1, + anon_sym_RPAREN, + ACTIONS(11013), 1, + anon_sym_COMMA, + STATE(7832), 1, + aux_sym_tuple_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [288434] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6389), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [288444] = 4, + ACTIONS(7632), 1, + anon_sym_get, + ACTIONS(7634), 1, + anon_sym_set, + ACTIONS(7636), 1, + anon_sym__modify, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [288458] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(11015), 3, + sym__eq_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + [288468] = 4, + ACTIONS(11017), 1, + anon_sym_COMMA, + ACTIONS(11019), 1, + anon_sym_GT, + STATE(7835), 1, + aux_sym_type_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [288482] = 4, + ACTIONS(11021), 1, + anon_sym_RPAREN, + ACTIONS(11023), 1, + anon_sym_COMMA, + STATE(8494), 1, + aux_sym__function_value_parameters_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [288496] = 4, + ACTIONS(11025), 1, + anon_sym_RPAREN, + ACTIONS(11027), 1, + anon_sym_COMMA, + STATE(8354), 1, + aux_sym_tuple_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [288510] = 4, + ACTIONS(11029), 1, + anon_sym_RPAREN, + ACTIONS(11031), 1, + anon_sym_COMMA, + STATE(7874), 1, + aux_sym__tuple_pattern_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [288524] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6389), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [288534] = 4, + ACTIONS(7117), 1, + anon_sym_GT, + ACTIONS(11033), 1, + anon_sym_COMMA, + STATE(7793), 1, + aux_sym_type_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [288548] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6389), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [288558] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6103), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [288568] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6405), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [288578] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6405), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [288588] = 4, + ACTIONS(11035), 1, + anon_sym_RPAREN, + ACTIONS(11037), 1, + anon_sym_COMMA, + STATE(7876), 1, + aux_sym__function_value_parameters_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [288602] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6405), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [288612] = 4, + ACTIONS(11039), 1, + anon_sym_COMMA, + ACTIONS(11041), 1, + anon_sym_GT, + STATE(7883), 1, + aux_sym_type_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [288626] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6405), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [288636] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6405), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [288646] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6397), 3, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [288656] = 4, + ACTIONS(1843), 1, + sym__dot_custom, + STATE(971), 1, + sym_navigation_suffix, + STATE(5618), 1, + sym__dot, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [288670] = 4, + ACTIONS(11043), 1, + anon_sym_RPAREN, + ACTIONS(11045), 1, + anon_sym_COMMA, + STATE(7855), 1, + aux_sym_tuple_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [288684] = 4, + ACTIONS(11047), 1, + anon_sym_RPAREN, + ACTIONS(11049), 1, + anon_sym_COMMA, + STATE(7887), 1, + aux_sym__constructor_value_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [288698] = 4, + ACTIONS(11051), 1, + anon_sym_RPAREN, + ACTIONS(11053), 1, + anon_sym_COMMA, + STATE(7890), 1, + aux_sym__constructor_value_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [288712] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6411), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [288722] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6415), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [288732] = 4, + ACTIONS(8926), 1, + anon_sym_LBRACE, + STATE(8400), 1, + sym__block, + STATE(8432), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [288746] = 4, + ACTIONS(11055), 1, + anon_sym_COMMA, + ACTIONS(11057), 1, + anon_sym_GT, + STATE(7858), 1, + aux_sym_type_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [288760] = 4, + ACTIONS(11051), 1, + anon_sym_RBRACK, + ACTIONS(11059), 1, + anon_sym_COMMA, + STATE(7892), 1, + aux_sym__constructor_value_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [288774] = 4, + ACTIONS(11061), 1, + anon_sym_RPAREN, + ACTIONS(11063), 1, + anon_sym_COMMA, + STATE(8354), 1, + aux_sym_tuple_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [288788] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6425), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [288798] = 4, + ACTIONS(3874), 1, + anon_sym_COMMA, + ACTIONS(4029), 1, + anon_sym_COLON, + STATE(8379), 1, + aux_sym_switch_entry_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [288812] = 4, + ACTIONS(7203), 1, + anon_sym_GT, + ACTIONS(11065), 1, + anon_sym_COMMA, + STATE(7793), 1, + aux_sym_type_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [288826] = 4, + ACTIONS(4411), 1, + anon_sym_LBRACE, + ACTIONS(11067), 1, + anon_sym_LPAREN, + STATE(4891), 1, + sym__block, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [288840] = 4, + ACTIONS(10700), 1, + anon_sym_DOT, + ACTIONS(11069), 1, + anon_sym_RPAREN, + STATE(7351), 1, + aux_sym__availability_argument_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [288854] = 4, + ACTIONS(137), 1, + sym_raw_str_part, + ACTIONS(11071), 1, + sym_raw_str_end_part, + STATE(7928), 1, + aux_sym_raw_string_literal_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [288868] = 4, + ACTIONS(10884), 1, + anon_sym_DOT, + ACTIONS(11073), 1, + anon_sym_RPAREN, + STATE(7901), 1, + aux_sym_nested_type_identifier_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [288882] = 4, + ACTIONS(10886), 1, + anon_sym_COMMA, + ACTIONS(11075), 1, + anon_sym_RBRACK, + STATE(7912), 1, + aux_sym__constructor_value_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [288896] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(11077), 3, + sym_raw_str_part, + sym_raw_str_continuing_indicator, + sym_raw_str_end_part, + [288906] = 4, + ACTIONS(137), 1, + sym_raw_str_part, + ACTIONS(11079), 1, + sym_raw_str_end_part, + STATE(7928), 1, + aux_sym_raw_string_literal_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [288920] = 3, + ACTIONS(11081), 1, + anon_sym_LPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5266), 2, + sym__arrow_operator_custom, + anon_sym_in, + [288932] = 4, + ACTIONS(11083), 1, + anon_sym_RPAREN, + ACTIONS(11085), 1, + anon_sym_COMMA, + STATE(8354), 1, + aux_sym_tuple_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [288946] = 4, + ACTIONS(5272), 1, + anon_sym_while, + ACTIONS(11087), 1, + sym__implicit_semi, + STATE(8341), 1, + aux_sym_repeat_while_statement_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [288960] = 4, + ACTIONS(11089), 1, + anon_sym_RPAREN, + ACTIONS(11091), 1, + anon_sym_COMMA, + STATE(7872), 1, + aux_sym_tuple_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [288974] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6029), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [288984] = 4, + ACTIONS(11093), 1, + anon_sym_COMMA, + ACTIONS(11095), 1, + anon_sym_GT, + STATE(7873), 1, + aux_sym_type_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [288998] = 4, + ACTIONS(11097), 1, + anon_sym_RPAREN, + ACTIONS(11099), 1, + anon_sym_COMMA, + STATE(8354), 1, + aux_sym_tuple_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [289012] = 4, + ACTIONS(7113), 1, + anon_sym_GT, + ACTIONS(11101), 1, + anon_sym_COMMA, + STATE(7793), 1, + aux_sym_type_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [289026] = 4, + ACTIONS(849), 1, + anon_sym_RPAREN, + ACTIONS(11103), 1, + anon_sym_COMMA, + STATE(8393), 1, + aux_sym__tuple_pattern_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [289040] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5623), 3, + sym__arrow_operator_custom, + sym_where_keyword, + anon_sym_LBRACE, + [289050] = 4, + ACTIONS(11105), 1, + anon_sym_RPAREN, + ACTIONS(11107), 1, + anon_sym_COMMA, + STATE(8494), 1, + aux_sym__function_value_parameters_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [289064] = 4, + ACTIONS(11109), 1, + anon_sym_COMMA, + ACTIONS(11111), 1, + anon_sym_RBRACK, + STATE(7991), 1, + aux_sym_dictionary_literal_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [289078] = 4, + ACTIONS(11113), 1, + anon_sym_RPAREN, + ACTIONS(11115), 1, + anon_sym_COMMA, + STATE(7926), 1, + aux_sym_attribute_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [289092] = 4, + ACTIONS(11117), 1, + anon_sym_RPAREN, + ACTIONS(11119), 1, + anon_sym_COMMA, + STATE(7886), 1, + aux_sym_tuple_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [289106] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6099), 3, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + [289116] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(11121), 3, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + [289126] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6107), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [289136] = 4, + ACTIONS(7111), 1, + anon_sym_GT, + ACTIONS(11123), 1, + anon_sym_COMMA, + STATE(7793), 1, + aux_sym_type_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [289150] = 4, + ACTIONS(11125), 1, + anon_sym_COMMA, + ACTIONS(11127), 1, + anon_sym_GT, + STATE(7889), 1, + aux_sym_type_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [289164] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7516), 3, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [289174] = 4, + ACTIONS(11129), 1, + anon_sym_RPAREN, + ACTIONS(11131), 1, + anon_sym_COMMA, + STATE(8354), 1, + aux_sym_tuple_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [289188] = 4, + ACTIONS(1295), 1, + anon_sym_RPAREN, + ACTIONS(11133), 1, + anon_sym_COMMA, + STATE(7566), 1, + aux_sym__constructor_value_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [289202] = 3, + STATE(1883), 1, + sym_lambda_literal, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(3712), 2, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + [289214] = 4, + ACTIONS(7259), 1, + anon_sym_GT, + ACTIONS(11135), 1, + anon_sym_COMMA, + STATE(7793), 1, + aux_sym_type_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [289228] = 4, + ACTIONS(1297), 1, + anon_sym_RPAREN, + ACTIONS(11137), 1, + anon_sym_COMMA, + STATE(7566), 1, + aux_sym__constructor_value_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [289242] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(11139), 3, + sym_where_keyword, + anon_sym_COMMA, + anon_sym_GT, + [289252] = 4, + ACTIONS(1297), 1, + anon_sym_RBRACK, + ACTIONS(11141), 1, + anon_sym_COMMA, + STATE(7566), 1, + aux_sym__constructor_value_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [289266] = 4, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(10198), 1, + anon_sym_LBRACE, + STATE(9141), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [289280] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6473), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [289290] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4910), 3, + sym_where_keyword, + sym__as_custom, + anon_sym_LBRACE, + [289300] = 4, + ACTIONS(10700), 1, + anon_sym_DOT, + ACTIONS(11143), 1, + anon_sym_RPAREN, + STATE(7934), 1, + aux_sym__availability_argument_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [289314] = 4, + ACTIONS(10400), 1, + anon_sym_LBRACE, + STATE(4629), 1, + sym__block, + STATE(4635), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [289328] = 4, + ACTIONS(3864), 1, + anon_sym_RPAREN, + ACTIONS(3866), 1, + anon_sym_COMMA, + STATE(8482), 1, + aux_sym_enum_type_parameters_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [289342] = 4, + ACTIONS(10886), 1, + anon_sym_COMMA, + ACTIONS(11145), 1, + anon_sym_RBRACK, + STATE(8346), 1, + aux_sym__constructor_value_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [289356] = 4, + ACTIONS(11147), 1, + anon_sym_RPAREN, + ACTIONS(11149), 1, + anon_sym_COMMA, + STATE(7906), 1, + aux_sym_tuple_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [289370] = 4, + ACTIONS(10884), 1, + anon_sym_DOT, + ACTIONS(11143), 1, + anon_sym_RPAREN, + STATE(7955), 1, + aux_sym_nested_type_identifier_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [289384] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6145), 3, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + [289394] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6107), 3, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + [289404] = 4, + ACTIONS(11151), 1, + anon_sym_COMMA, + ACTIONS(11153), 1, + anon_sym_GT, + STATE(7908), 1, + aux_sym_type_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [289418] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4926), 3, + sym_where_keyword, + sym__as_custom, + anon_sym_LBRACE, + [289428] = 4, + ACTIONS(11155), 1, + anon_sym_RPAREN, + ACTIONS(11157), 1, + anon_sym_COMMA, + STATE(8354), 1, + aux_sym_tuple_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [289442] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6483), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [289452] = 4, + ACTIONS(7024), 1, + anon_sym_GT, + ACTIONS(11159), 1, + anon_sym_COMMA, + STATE(7793), 1, + aux_sym_type_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [289466] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(11161), 3, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + [289476] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6489), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [289486] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2737), 3, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + anon_sym_RPAREN, + [289496] = 4, + ACTIONS(10886), 1, + anon_sym_COMMA, + ACTIONS(11163), 1, + anon_sym_RBRACK, + STATE(7566), 1, + aux_sym__constructor_value_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [289510] = 4, + ACTIONS(11165), 1, + anon_sym_RPAREN, + ACTIONS(11167), 1, + anon_sym_COMMA, + STATE(7939), 1, + aux_sym_tuple_expression_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [289524] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7528), 3, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [289534] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4926), 3, + sym_where_keyword, + sym__as_custom, + anon_sym_LBRACE, + [289544] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7532), 3, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [289554] = 4, + ACTIONS(11169), 1, + anon_sym_RPAREN, + ACTIONS(11171), 1, + anon_sym_COMMA, + STATE(7922), 1, + aux_sym_tuple_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [289568] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6503), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [289578] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7536), 3, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [289588] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6658), 3, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + [289598] = 4, + ACTIONS(11173), 1, + anon_sym_COMMA, + ACTIONS(11175), 1, + anon_sym_GT, + STATE(7925), 1, + aux_sym_type_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [289612] = 4, + ACTIONS(11177), 1, + anon_sym_RPAREN, + ACTIONS(11179), 1, + anon_sym_COMMA, + STATE(8354), 1, + aux_sym_tuple_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [289626] = 4, + ACTIONS(11181), 1, + anon_sym_COMMA, + ACTIONS(11183), 1, + anon_sym_RBRACK, + STATE(8122), 1, + aux_sym_dictionary_literal_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [289640] = 4, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(10198), 1, + anon_sym_LBRACE, + STATE(9243), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [289654] = 4, + ACTIONS(7253), 1, + anon_sym_GT, + ACTIONS(11185), 1, + anon_sym_COMMA, + STATE(7793), 1, + aux_sym_type_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [289668] = 4, + ACTIONS(1440), 1, + anon_sym_RPAREN, + ACTIONS(11187), 1, + anon_sym_COMMA, + STATE(8381), 1, + aux_sym_attribute_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [289682] = 4, + ACTIONS(3866), 1, + anon_sym_COMMA, + ACTIONS(3935), 1, + anon_sym_RPAREN, + STATE(8482), 1, + aux_sym_enum_type_parameters_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [289696] = 4, + ACTIONS(11189), 1, + sym_raw_str_part, + ACTIONS(11192), 1, + sym_raw_str_end_part, + STATE(7928), 1, + aux_sym_raw_string_literal_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [289710] = 4, + ACTIONS(10700), 1, + anon_sym_DOT, + ACTIONS(11194), 1, + anon_sym_RPAREN, + STATE(8489), 1, + aux_sym__availability_argument_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [289724] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7540), 3, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [289734] = 4, + ACTIONS(3866), 1, + anon_sym_COMMA, + ACTIONS(11196), 1, + anon_sym_RPAREN, + STATE(8482), 1, + aux_sym_enum_type_parameters_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [289748] = 4, + ACTIONS(11198), 1, + anon_sym_RPAREN, + ACTIONS(11200), 1, + anon_sym_COMMA, + STATE(7937), 1, + aux_sym_tuple_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [289762] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7548), 3, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [289772] = 4, + ACTIONS(10700), 1, + anon_sym_DOT, + ACTIONS(11202), 1, + anon_sym_RPAREN, + STATE(7351), 1, + aux_sym__availability_argument_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [289786] = 4, + ACTIONS(11204), 1, + anon_sym_COMMA, + ACTIONS(11206), 1, + anon_sym_GT, + STATE(7940), 1, + aux_sym_type_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [289800] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2302), 3, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + anon_sym_RPAREN, + [289810] = 4, + ACTIONS(11208), 1, + anon_sym_RPAREN, + ACTIONS(11210), 1, + anon_sym_COMMA, + STATE(8354), 1, + aux_sym_tuple_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [289824] = 4, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(10172), 1, + anon_sym_LBRACE, + STATE(9137), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [289838] = 4, + ACTIONS(11212), 1, + anon_sym_RPAREN, + ACTIONS(11214), 1, + anon_sym_COMMA, + STATE(7939), 1, + aux_sym_tuple_expression_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [289852] = 4, + ACTIONS(7069), 1, + anon_sym_GT, + ACTIONS(11217), 1, + anon_sym_COMMA, + STATE(7793), 1, + aux_sym_type_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [289866] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6307), 3, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + [289876] = 4, + ACTIONS(10884), 1, + anon_sym_DOT, + ACTIONS(11194), 1, + anon_sym_RPAREN, + STATE(7955), 1, + aux_sym_nested_type_identifier_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [289890] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(11219), 3, + sym__eq_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + [289900] = 4, + ACTIONS(8952), 1, + anon_sym_RPAREN, + ACTIONS(11221), 1, + anon_sym_COMMA, + STATE(8230), 1, + aux_sym_playground_literal_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [289914] = 4, + ACTIONS(8703), 1, + anon_sym_LBRACE, + STATE(7300), 1, + sym__block, + STATE(8356), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [289928] = 4, + ACTIONS(11223), 1, + anon_sym_RPAREN, + ACTIONS(11225), 1, + anon_sym_COMMA, + STATE(7950), 1, + aux_sym_tuple_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [289942] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(11227), 3, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [289952] = 4, + ACTIONS(11229), 1, + anon_sym_COMMA, + ACTIONS(11231), 1, + anon_sym_GT, + STATE(7953), 1, + aux_sym_type_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [289966] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5954), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [289976] = 4, + ACTIONS(11233), 1, + anon_sym_RPAREN, + ACTIONS(11235), 1, + anon_sym_COMMA, + STATE(8354), 1, + aux_sym_tuple_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [289990] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6483), 3, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + [290000] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6629), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [290010] = 4, + ACTIONS(7008), 1, + anon_sym_GT, + ACTIONS(11237), 1, + anon_sym_COMMA, + STATE(7793), 1, + aux_sym_type_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [290024] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(1759), 3, + sym__eq_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + [290034] = 4, + ACTIONS(10424), 1, + anon_sym_RPAREN, + ACTIONS(11239), 1, + anon_sym_DOT, + STATE(7955), 1, + aux_sym_nested_type_identifier_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [290048] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6633), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [290058] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6633), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [290068] = 4, + ACTIONS(9030), 1, + anon_sym_RPAREN, + ACTIONS(11242), 1, + anon_sym_COMMA, + STATE(8230), 1, + aux_sym_playground_literal_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [290082] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7552), 3, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [290092] = 4, + ACTIONS(11244), 1, + anon_sym_RPAREN, + ACTIONS(11246), 1, + anon_sym_COMMA, + STATE(7939), 1, + aux_sym_tuple_expression_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [290106] = 4, + ACTIONS(11248), 1, + anon_sym_RPAREN, + ACTIONS(11250), 1, + anon_sym_COMMA, + STATE(7965), 1, + aux_sym_tuple_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [290120] = 4, + ACTIONS(11252), 1, + anon_sym_RPAREN, + ACTIONS(11254), 1, + anon_sym_COMMA, + STATE(8105), 1, + aux_sym_tuple_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [290134] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6633), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [290144] = 4, + ACTIONS(11256), 1, + anon_sym_COMMA, + ACTIONS(11258), 1, + anon_sym_GT, + STATE(7967), 1, + aux_sym_type_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [290158] = 4, + ACTIONS(11260), 1, + anon_sym_RPAREN, + ACTIONS(11262), 1, + anon_sym_COMMA, + STATE(8354), 1, + aux_sym_tuple_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [290172] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6633), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [290182] = 4, + ACTIONS(7143), 1, + anon_sym_GT, + ACTIONS(11264), 1, + anon_sym_COMMA, + STATE(7793), 1, + aux_sym_type_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [290196] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6633), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [290206] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6633), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [290216] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6646), 3, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [290226] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6633), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [290236] = 4, + ACTIONS(8703), 1, + anon_sym_LBRACE, + STATE(7300), 1, + sym__block, + STATE(8159), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [290250] = 4, + ACTIONS(3526), 1, + sym__dot_custom, + STATE(2567), 1, + sym_navigation_suffix, + STATE(5494), 1, + sym__dot, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [290264] = 4, + ACTIONS(11266), 1, + anon_sym_RPAREN, + ACTIONS(11268), 1, + anon_sym_COMMA, + STATE(7981), 1, + aux_sym_tuple_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [290278] = 4, + ACTIONS(11270), 1, + anon_sym_RPAREN, + ACTIONS(11272), 1, + anon_sym_COMMA, + STATE(8354), 1, + aux_sym_tuple_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [290292] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6633), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [290302] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10441), 3, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [290312] = 4, + ACTIONS(11274), 1, + anon_sym_COMMA, + ACTIONS(11276), 1, + anon_sym_RBRACK, + STATE(8088), 1, + aux_sym_array_literal_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [290326] = 4, + ACTIONS(11278), 1, + anon_sym_COMMA, + ACTIONS(11280), 1, + anon_sym_GT, + STATE(7984), 1, + aux_sym_type_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [290340] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6654), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [290350] = 4, + ACTIONS(11282), 1, + anon_sym_RPAREN, + ACTIONS(11284), 1, + anon_sym_COMMA, + STATE(8354), 1, + aux_sym_tuple_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [290364] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6654), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [290374] = 4, + ACTIONS(137), 1, + sym_raw_str_part, + ACTIONS(11286), 1, + sym_raw_str_end_part, + STATE(7928), 1, + aux_sym_raw_string_literal_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [290388] = 4, + ACTIONS(7169), 1, + anon_sym_GT, + ACTIONS(11288), 1, + anon_sym_COMMA, + STATE(7793), 1, + aux_sym_type_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [290402] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6654), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [290412] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6654), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [290422] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6654), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [290432] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6658), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [290442] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6662), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [290452] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6666), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [290462] = 4, + ACTIONS(11290), 1, + anon_sym_COMMA, + ACTIONS(11292), 1, + anon_sym_RBRACK, + STATE(8216), 1, + aux_sym_dictionary_literal_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [290476] = 4, + ACTIONS(11294), 1, + anon_sym_RPAREN, + ACTIONS(11296), 1, + anon_sym_COMMA, + STATE(8098), 1, + aux_sym__interpolation_contents_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [290490] = 4, + ACTIONS(11298), 1, + anon_sym_RPAREN, + ACTIONS(11300), 1, + anon_sym_COMMA, + STATE(7999), 1, + aux_sym_tuple_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [290504] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(11302), 3, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [290514] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2417), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [290524] = 4, + ACTIONS(8516), 1, + anon_sym_RPAREN, + ACTIONS(11304), 1, + anon_sym_COMMA, + STATE(8330), 1, + aux_sym_availability_condition_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [290538] = 4, + ACTIONS(11306), 1, + anon_sym_COMMA, + ACTIONS(11308), 1, + anon_sym_GT, + STATE(8002), 1, + aux_sym_type_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [290552] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10744), 3, + sym_where_keyword, + anon_sym_COLON, + anon_sym_LBRACE, + [290562] = 4, + ACTIONS(11310), 1, + anon_sym_RPAREN, + ACTIONS(11312), 1, + anon_sym_COMMA, + STATE(8354), 1, + aux_sym_tuple_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [290576] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6670), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [290586] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6670), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [290596] = 4, + ACTIONS(7211), 1, + anon_sym_GT, + ACTIONS(11314), 1, + anon_sym_COMMA, + STATE(7793), 1, + aux_sym_type_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [290610] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6670), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [290620] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6670), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [290630] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6674), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [290640] = 4, + ACTIONS(11316), 1, + anon_sym_RPAREN, + ACTIONS(11318), 1, + anon_sym_COMMA, + STATE(8010), 1, + aux_sym_tuple_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [290654] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6674), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [290664] = 4, + ACTIONS(11320), 1, + anon_sym_COMMA, + ACTIONS(11322), 1, + anon_sym_GT, + STATE(8013), 1, + aux_sym_type_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [290678] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6674), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [290688] = 4, + ACTIONS(11324), 1, + anon_sym_RPAREN, + ACTIONS(11326), 1, + anon_sym_COMMA, + STATE(8354), 1, + aux_sym_tuple_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [290702] = 4, + ACTIONS(11328), 1, + anon_sym_COMMA, + ACTIONS(11330), 1, + anon_sym_RBRACK, + STATE(8078), 1, + aux_sym_dictionary_literal_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [290716] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6674), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [290726] = 4, + ACTIONS(7237), 1, + anon_sym_GT, + ACTIONS(11332), 1, + anon_sym_COMMA, + STATE(7793), 1, + aux_sym_type_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [290740] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6674), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [290750] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6674), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [290760] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6674), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [290770] = 4, + ACTIONS(10886), 1, + anon_sym_COMMA, + ACTIONS(11334), 1, + anon_sym_RBRACK, + STATE(7566), 1, + aux_sym__constructor_value_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [290784] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6674), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [290794] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6674), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [290804] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6674), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [290814] = 4, + ACTIONS(11336), 1, + anon_sym_RPAREN, + ACTIONS(11338), 1, + anon_sym_COMMA, + STATE(8027), 1, + aux_sym_tuple_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [290828] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6702), 3, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + [290838] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6678), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [290848] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6678), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [290858] = 4, + ACTIONS(11340), 1, + anon_sym_COMMA, + ACTIONS(11342), 1, + anon_sym_GT, + STATE(8030), 1, + aux_sym_type_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [290872] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6682), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [290882] = 4, + ACTIONS(11344), 1, + anon_sym_RPAREN, + ACTIONS(11346), 1, + anon_sym_COMMA, + STATE(8354), 1, + aux_sym_tuple_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [290896] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6686), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [290906] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6690), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [290916] = 4, + ACTIONS(7251), 1, + anon_sym_GT, + ACTIONS(11348), 1, + anon_sym_COMMA, + STATE(7793), 1, + aux_sym_type_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [290930] = 4, + ACTIONS(11350), 1, + anon_sym_RPAREN, + ACTIONS(11352), 1, + anon_sym_COMMA, + STATE(8142), 1, + aux_sym__tuple_pattern_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [290944] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6315), 3, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + [290954] = 4, + ACTIONS(11354), 1, + anon_sym_COMMA, + ACTIONS(11356), 1, + anon_sym_RBRACK, + STATE(8415), 1, + aux_sym_capture_list_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [290968] = 4, + ACTIONS(11358), 1, + anon_sym_RPAREN, + ACTIONS(11360), 1, + anon_sym_COMMA, + STATE(7939), 1, + aux_sym_tuple_expression_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [290982] = 4, + ACTIONS(11362), 1, + anon_sym_RPAREN, + ACTIONS(11364), 1, + anon_sym_COMMA, + STATE(7992), 1, + aux_sym__interpolation_contents_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [290996] = 4, + ACTIONS(11366), 1, + anon_sym_RPAREN, + ACTIONS(11368), 1, + anon_sym_COMMA, + STATE(8040), 1, + aux_sym_tuple_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [291010] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10715), 3, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_DOT, + [291020] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(11370), 3, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [291030] = 4, + ACTIONS(11372), 1, + anon_sym_COMMA, + ACTIONS(11374), 1, + anon_sym_GT, + STATE(8043), 1, + aux_sym_type_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [291044] = 4, + ACTIONS(11376), 1, + anon_sym_RPAREN, + ACTIONS(11378), 1, + anon_sym_COMMA, + STATE(8354), 1, + aux_sym_tuple_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [291058] = 4, + ACTIONS(3866), 1, + anon_sym_COMMA, + ACTIONS(11380), 1, + anon_sym_RPAREN, + STATE(8482), 1, + aux_sym_enum_type_parameters_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [291072] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2381), 3, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + anon_sym_RPAREN, + [291082] = 4, + ACTIONS(7265), 1, + anon_sym_GT, + ACTIONS(11382), 1, + anon_sym_COMMA, + STATE(7793), 1, + aux_sym_type_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [291096] = 4, + ACTIONS(11384), 1, + anon_sym_RPAREN, + ACTIONS(11386), 1, + anon_sym_COMMA, + STATE(7939), 1, + aux_sym_tuple_expression_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [291110] = 4, + ACTIONS(9783), 1, + anon_sym_LPAREN, + STATE(6452), 1, + aux_sym__function_value_parameters, + STATE(6590), 1, + sym__macro_signature, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [291124] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6193), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [291134] = 4, + ACTIONS(11388), 1, + anon_sym_RPAREN, + ACTIONS(11390), 1, + anon_sym_COMMA, + STATE(8050), 1, + aux_sym_tuple_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [291148] = 4, + ACTIONS(11392), 1, + anon_sym_RPAREN, + ACTIONS(11394), 1, + anon_sym_COMMA, + STATE(8352), 1, + aux_sym_tuple_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [291162] = 4, + ACTIONS(11396), 1, + anon_sym_COMMA, + ACTIONS(11398), 1, + anon_sym_GT, + STATE(8053), 1, + aux_sym_type_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [291176] = 4, + ACTIONS(11400), 1, + anon_sym_RPAREN, + ACTIONS(11402), 1, + anon_sym_COMMA, + STATE(8354), 1, + aux_sym_tuple_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [291190] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6197), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [291200] = 4, + ACTIONS(10702), 1, + anon_sym_COMMA, + ACTIONS(11404), 1, + anon_sym_LBRACE, + STATE(8484), 1, + aux_sym_if_statement_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [291214] = 4, + ACTIONS(7163), 1, + anon_sym_GT, + ACTIONS(11406), 1, + anon_sym_COMMA, + STATE(7793), 1, + aux_sym_type_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [291228] = 4, + ACTIONS(11408), 1, + anon_sym_RPAREN, + ACTIONS(11410), 1, + anon_sym_COMMA, + STATE(7939), 1, + aux_sym_tuple_expression_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [291242] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5993), 3, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [291252] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6694), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [291262] = 4, + ACTIONS(11412), 1, + anon_sym_RPAREN, + ACTIONS(11414), 1, + anon_sym_COMMA, + STATE(8200), 1, + aux_sym__function_value_parameters_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [291276] = 4, + ACTIONS(11416), 1, + anon_sym_RPAREN, + ACTIONS(11418), 1, + anon_sym_COMMA, + STATE(8140), 1, + aux_sym_tuple_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [291290] = 4, + ACTIONS(11420), 1, + anon_sym_RPAREN, + ACTIONS(11422), 1, + anon_sym_COMMA, + STATE(8065), 1, + aux_sym_tuple_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [291304] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5997), 3, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [291314] = 4, + ACTIONS(11424), 1, + anon_sym_COMMA, + ACTIONS(11426), 1, + sym_else, + STATE(8369), 1, + aux_sym_if_statement_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [291328] = 4, + ACTIONS(11428), 1, + anon_sym_COMMA, + ACTIONS(11430), 1, + anon_sym_GT, + STATE(8229), 1, + aux_sym_type_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [291342] = 4, + ACTIONS(11432), 1, + anon_sym_COMMA, + ACTIONS(11434), 1, + anon_sym_GT, + STATE(8067), 1, + aux_sym_type_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [291356] = 4, + ACTIONS(11436), 1, + anon_sym_RPAREN, + ACTIONS(11438), 1, + anon_sym_COMMA, + STATE(8234), 1, + aux_sym__constructor_value_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [291370] = 4, + ACTIONS(11440), 1, + anon_sym_RPAREN, + ACTIONS(11442), 1, + anon_sym_COMMA, + STATE(8354), 1, + aux_sym_tuple_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [291384] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6694), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [291394] = 4, + ACTIONS(7233), 1, + anon_sym_GT, + ACTIONS(11444), 1, + anon_sym_COMMA, + STATE(7793), 1, + aux_sym_type_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [291408] = 4, + ACTIONS(11446), 1, + anon_sym_RPAREN, + ACTIONS(11448), 1, + anon_sym_COMMA, + STATE(8271), 1, + aux_sym__constructor_value_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [291422] = 4, + ACTIONS(11446), 1, + anon_sym_RBRACK, + ACTIONS(11450), 1, + anon_sym_COMMA, + STATE(8273), 1, + aux_sym__constructor_value_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [291436] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6001), 3, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [291446] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6698), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [291456] = 4, + ACTIONS(11452), 1, + anon_sym_RPAREN, + ACTIONS(11454), 1, + anon_sym_COMMA, + STATE(7975), 1, + aux_sym_tuple_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [291470] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5993), 3, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [291480] = 4, + ACTIONS(11456), 1, + anon_sym_RPAREN, + ACTIONS(11458), 1, + anon_sym_COMMA, + STATE(8080), 1, + aux_sym_tuple_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [291494] = 4, + ACTIONS(11460), 1, + anon_sym_COMMA, + ACTIONS(11462), 1, + anon_sym_RBRACK, + STATE(8088), 1, + aux_sym_array_literal_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [291508] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6698), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [291518] = 4, + ACTIONS(11464), 1, + anon_sym_COMMA, + ACTIONS(11466), 1, + anon_sym_RBRACK, + STATE(8088), 1, + aux_sym_array_literal_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [291532] = 4, + ACTIONS(11468), 1, + anon_sym_COMMA, + ACTIONS(11470), 1, + anon_sym_RBRACK, + STATE(8216), 1, + aux_sym_dictionary_literal_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [291546] = 4, + ACTIONS(11472), 1, + anon_sym_COMMA, + ACTIONS(11474), 1, + anon_sym_GT, + STATE(8083), 1, + aux_sym_type_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [291560] = 4, + ACTIONS(11476), 1, + anon_sym_RPAREN, + ACTIONS(11478), 1, + anon_sym_COMMA, + STATE(8354), 1, + aux_sym_tuple_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [291574] = 4, + ACTIONS(10884), 1, + anon_sym_DOT, + ACTIONS(11480), 1, + anon_sym_RPAREN, + STATE(8306), 1, + aux_sym_nested_type_identifier_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [291588] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6698), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [291598] = 4, + ACTIONS(7020), 1, + anon_sym_GT, + ACTIONS(11482), 1, + anon_sym_COMMA, + STATE(7793), 1, + aux_sym_type_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [291612] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6698), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [291622] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6702), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [291632] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6706), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [291642] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2761), 3, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + anon_sym_RPAREN, + [291652] = 4, + ACTIONS(11484), 1, + anon_sym_COMMA, + ACTIONS(11487), 1, + anon_sym_RBRACK, + STATE(8088), 1, + aux_sym_array_literal_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [291666] = 4, + ACTIONS(11489), 1, + anon_sym_RPAREN, + ACTIONS(11491), 1, + anon_sym_COMMA, + STATE(8093), 1, + aux_sym_tuple_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [291680] = 4, + ACTIONS(4411), 1, + anon_sym_LBRACE, + STATE(3238), 1, + sym__block, + STATE(3415), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [291694] = 4, + ACTIONS(11493), 1, + anon_sym_RPAREN, + ACTIONS(11495), 1, + anon_sym_COMMA, + STATE(8173), 1, + aux_sym__tuple_pattern_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [291708] = 4, + ACTIONS(11497), 1, + anon_sym_COMMA, + ACTIONS(11499), 1, + anon_sym_GT, + STATE(8096), 1, + aux_sym_type_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [291722] = 4, + ACTIONS(11501), 1, + anon_sym_RPAREN, + ACTIONS(11503), 1, + anon_sym_COMMA, + STATE(8354), 1, + aux_sym_tuple_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [291736] = 4, + ACTIONS(10884), 1, + anon_sym_DOT, + ACTIONS(11505), 1, + anon_sym_RPAREN, + STATE(8110), 1, + aux_sym_nested_type_identifier_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [291750] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6281), 3, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + [291760] = 4, + ACTIONS(7239), 1, + anon_sym_GT, + ACTIONS(11507), 1, + anon_sym_COMMA, + STATE(7793), 1, + aux_sym_type_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [291774] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(11509), 3, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [291784] = 4, + ACTIONS(11511), 1, + anon_sym_RPAREN, + ACTIONS(11513), 1, + anon_sym_COMMA, + STATE(8098), 1, + aux_sym__interpolation_contents_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [291798] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6710), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [291808] = 4, + ACTIONS(3421), 1, + anon_sym_while, + ACTIONS(11087), 1, + sym__implicit_semi, + STATE(8341), 1, + aux_sym_repeat_while_statement_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [291822] = 4, + ACTIONS(10886), 1, + anon_sym_COMMA, + ACTIONS(11516), 1, + anon_sym_RBRACK, + STATE(8326), 1, + aux_sym__constructor_value_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [291836] = 4, + ACTIONS(11518), 1, + anon_sym_RPAREN, + ACTIONS(11520), 1, + anon_sym_COMMA, + STATE(8106), 1, + aux_sym_tuple_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [291850] = 4, + ACTIONS(11522), 1, + anon_sym_RPAREN, + ACTIONS(11524), 1, + anon_sym_COMMA, + STATE(8175), 1, + aux_sym__function_value_parameters_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [291864] = 4, + ACTIONS(11526), 1, + anon_sym_COMMA, + ACTIONS(11528), 1, + anon_sym_GT, + STATE(8107), 1, + aux_sym_type_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [291878] = 4, + ACTIONS(11530), 1, + anon_sym_RPAREN, + ACTIONS(11532), 1, + anon_sym_COMMA, + STATE(8354), 1, + aux_sym_tuple_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [291892] = 4, + ACTIONS(11534), 1, + anon_sym_RPAREN, + ACTIONS(11536), 1, + anon_sym_COMMA, + STATE(8354), 1, + aux_sym_tuple_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [291906] = 4, + ACTIONS(7269), 1, + anon_sym_GT, + ACTIONS(11538), 1, + anon_sym_COMMA, + STATE(7793), 1, + aux_sym_type_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [291920] = 4, + ACTIONS(10700), 1, + anon_sym_DOT, + ACTIONS(11540), 1, + anon_sym_RPAREN, + STATE(7860), 1, + aux_sym__availability_argument_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [291934] = 4, + ACTIONS(11542), 1, + anon_sym_COMMA, + ACTIONS(11544), 1, + anon_sym_GT, + STATE(8179), 1, + aux_sym_type_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [291948] = 4, + ACTIONS(10884), 1, + anon_sym_DOT, + ACTIONS(11540), 1, + anon_sym_RPAREN, + STATE(7955), 1, + aux_sym_nested_type_identifier_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [291962] = 4, + ACTIONS(11546), 1, + anon_sym_RPAREN, + ACTIONS(11548), 1, + anon_sym_COMMA, + STATE(8181), 1, + aux_sym__constructor_value_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [291976] = 4, + ACTIONS(11550), 1, + anon_sym_RPAREN, + ACTIONS(11552), 1, + anon_sym_COMMA, + STATE(8184), 1, + aux_sym__constructor_value_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [291990] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5981), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [292000] = 4, + ACTIONS(11554), 1, + anon_sym_RPAREN, + ACTIONS(11556), 1, + anon_sym_COMMA, + STATE(8120), 1, + aux_sym_tuple_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [292014] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5985), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [292024] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6714), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [292034] = 4, + ACTIONS(11550), 1, + anon_sym_RBRACK, + ACTIONS(11558), 1, + anon_sym_COMMA, + STATE(8190), 1, + aux_sym__constructor_value_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [292048] = 4, + ACTIONS(11560), 1, + anon_sym_COMMA, + ACTIONS(11562), 1, + anon_sym_GT, + STATE(8123), 1, + aux_sym_type_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [292062] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6714), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [292072] = 4, + ACTIONS(11564), 1, + anon_sym_RPAREN, + ACTIONS(11566), 1, + anon_sym_COMMA, + STATE(8354), 1, + aux_sym_tuple_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [292086] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6285), 3, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + [292096] = 4, + ACTIONS(11568), 1, + anon_sym_COMMA, + ACTIONS(11570), 1, + anon_sym_RBRACK, + STATE(8216), 1, + aux_sym_dictionary_literal_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [292110] = 4, + ACTIONS(7022), 1, + anon_sym_GT, + ACTIONS(11572), 1, + anon_sym_COMMA, + STATE(7793), 1, + aux_sym_type_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [292124] = 3, + ACTIONS(11576), 1, + sym_raw_str_continuing_indicator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(11574), 2, + sym_raw_str_part, + sym_raw_str_end_part, + [292136] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6714), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [292146] = 4, + ACTIONS(10884), 1, + anon_sym_DOT, + ACTIONS(11578), 1, + anon_sym_RPAREN, + STATE(8196), 1, + aux_sym_nested_type_identifier_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [292160] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6714), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [292170] = 4, + ACTIONS(10886), 1, + anon_sym_COMMA, + ACTIONS(11580), 1, + anon_sym_RBRACK, + STATE(8201), 1, + aux_sym__constructor_value_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [292184] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6111), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [292194] = 4, + ACTIONS(11582), 1, + anon_sym_RPAREN, + ACTIONS(11584), 1, + anon_sym_COMMA, + STATE(8134), 1, + aux_sym_tuple_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [292208] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6111), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [292218] = 4, + ACTIONS(11586), 1, + anon_sym_COMMA, + ACTIONS(11588), 1, + anon_sym_GT, + STATE(8136), 1, + aux_sym_type_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [292232] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6111), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [292242] = 4, + ACTIONS(11590), 1, + anon_sym_RPAREN, + ACTIONS(11592), 1, + anon_sym_COMMA, + STATE(8354), 1, + aux_sym_tuple_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [292256] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6111), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [292266] = 4, + ACTIONS(7052), 1, + anon_sym_GT, + ACTIONS(11594), 1, + anon_sym_COMMA, + STATE(7793), 1, + aux_sym_type_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [292280] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6111), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [292290] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6111), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [292300] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6111), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [292310] = 4, + ACTIONS(11596), 1, + anon_sym_RPAREN, + ACTIONS(11598), 1, + anon_sym_COMMA, + STATE(8354), 1, + aux_sym_tuple_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [292324] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6111), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [292334] = 4, + ACTIONS(857), 1, + anon_sym_RPAREN, + ACTIONS(11600), 1, + anon_sym_COMMA, + STATE(8393), 1, + aux_sym__tuple_pattern_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [292348] = 4, + ACTIONS(11602), 1, + anon_sym_RPAREN, + ACTIONS(11604), 1, + anon_sym_COMMA, + STATE(8149), 1, + aux_sym_tuple_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [292362] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6111), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [292372] = 4, + ACTIONS(867), 1, + anon_sym_RPAREN, + ACTIONS(11606), 1, + anon_sym_COMMA, + STATE(8393), 1, + aux_sym__tuple_pattern_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [292386] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(11608), 3, + sym__eq_custom, + anon_sym_RPAREN, + anon_sym_COMMA, + [292396] = 4, + ACTIONS(11610), 1, + anon_sym_COMMA, + ACTIONS(11612), 1, + anon_sym_GT, + STATE(8152), 1, + aux_sym_type_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [292410] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6111), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [292420] = 4, + ACTIONS(11614), 1, + anon_sym_RPAREN, + ACTIONS(11616), 1, + anon_sym_COMMA, + STATE(8354), 1, + aux_sym_tuple_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [292434] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6061), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [292444] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6061), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [292454] = 4, + ACTIONS(7071), 1, + anon_sym_GT, + ACTIONS(11618), 1, + anon_sym_COMMA, + STATE(7793), 1, + aux_sym_type_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [292468] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6085), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [292478] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6355), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [292488] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6421), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [292498] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10732), 3, + sym_where_keyword, + anon_sym_COLON, + anon_sym_LBRACE, + [292508] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5974), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [292518] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5974), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [292528] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6650), 3, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [292538] = 4, + ACTIONS(11620), 1, + anon_sym_RPAREN, + ACTIONS(11622), 1, + anon_sym_COMMA, + STATE(8164), 1, + aux_sym_tuple_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [292552] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5981), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [292562] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5974), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [292572] = 4, + ACTIONS(11624), 1, + anon_sym_COMMA, + ACTIONS(11626), 1, + anon_sym_GT, + STATE(8167), 1, + aux_sym_type_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [292586] = 4, + ACTIONS(11628), 1, + anon_sym_RPAREN, + ACTIONS(11630), 1, + anon_sym_COMMA, + STATE(8354), 1, + aux_sym_tuple_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [292600] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5974), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [292610] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5974), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [292620] = 4, + ACTIONS(7099), 1, + anon_sym_GT, + ACTIONS(11632), 1, + anon_sym_COMMA, + STATE(7793), 1, + aux_sym_type_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [292634] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5989), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [292644] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5989), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [292654] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5989), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [292664] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5989), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [292674] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6069), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [292684] = 4, + ACTIONS(855), 1, + anon_sym_RPAREN, + ACTIONS(11634), 1, + anon_sym_COMMA, + STATE(8393), 1, + aux_sym__tuple_pattern_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [292698] = 4, + ACTIONS(11636), 1, + anon_sym_RPAREN, + ACTIONS(11638), 1, + anon_sym_COMMA, + STATE(8367), 1, + aux_sym__tuple_pattern_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [292712] = 4, + ACTIONS(11640), 1, + anon_sym_RPAREN, + ACTIONS(11642), 1, + anon_sym_COMMA, + STATE(8494), 1, + aux_sym__function_value_parameters_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [292726] = 4, + ACTIONS(11644), 1, + anon_sym_COMMA, + ACTIONS(11646), 1, + anon_sym_GT, + STATE(8178), 1, + aux_sym_type_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [292740] = 4, + ACTIONS(11648), 1, + anon_sym_RPAREN, + ACTIONS(11650), 1, + anon_sym_COMMA, + STATE(8227), 1, + aux_sym_attribute_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [292754] = 4, + ACTIONS(7105), 1, + anon_sym_GT, + ACTIONS(11652), 1, + anon_sym_COMMA, + STATE(7793), 1, + aux_sym_type_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [292768] = 4, + ACTIONS(7014), 1, + anon_sym_GT, + ACTIONS(11654), 1, + anon_sym_COMMA, + STATE(7793), 1, + aux_sym_type_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [292782] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(11370), 3, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [292792] = 4, + ACTIONS(1309), 1, + anon_sym_RPAREN, + ACTIONS(11656), 1, + anon_sym_COMMA, + STATE(7566), 1, + aux_sym__constructor_value_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [292806] = 3, + STATE(1772), 1, + sym_lambda_literal, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(3540), 2, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + [292818] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6081), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [292828] = 4, + ACTIONS(1311), 1, + anon_sym_RPAREN, + ACTIONS(11658), 1, + anon_sym_COMMA, + STATE(7566), 1, + aux_sym__constructor_value_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [292842] = 4, + ACTIONS(11660), 1, + anon_sym_COMMA, + ACTIONS(11662), 1, + anon_sym_GT, + STATE(8187), 1, + aux_sym_type_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [292856] = 4, + ACTIONS(11664), 1, + anon_sym_RPAREN, + ACTIONS(11666), 1, + anon_sym_COMMA, + STATE(8526), 1, + aux_sym_availability_condition_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [292870] = 4, + ACTIONS(7109), 1, + anon_sym_GT, + ACTIONS(11668), 1, + anon_sym_COMMA, + STATE(7793), 1, + aux_sym_type_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [292884] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6121), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [292894] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6121), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [292904] = 4, + ACTIONS(1311), 1, + anon_sym_RBRACK, + ACTIONS(11670), 1, + anon_sym_COMMA, + STATE(7566), 1, + aux_sym__constructor_value_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [292918] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6121), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [292928] = 4, + ACTIONS(11672), 1, + anon_sym_COMMA, + ACTIONS(11674), 1, + anon_sym_GT, + STATE(8566), 1, + aux_sym_type_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [292942] = 4, + ACTIONS(10700), 1, + anon_sym_DOT, + ACTIONS(11676), 1, + anon_sym_RPAREN, + STATE(8252), 1, + aux_sym__availability_argument_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [292956] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6121), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [292966] = 4, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(10144), 1, + anon_sym_LBRACE, + STATE(9047), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [292980] = 4, + ACTIONS(10884), 1, + anon_sym_DOT, + ACTIONS(11676), 1, + anon_sym_RPAREN, + STATE(7955), 1, + aux_sym_nested_type_identifier_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [292994] = 4, + ACTIONS(10884), 1, + anon_sym_DOT, + ACTIONS(11678), 1, + anon_sym_RPAREN, + STATE(7942), 1, + aux_sym_nested_type_identifier_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [293008] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6121), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [293018] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6121), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [293028] = 4, + ACTIONS(11680), 1, + anon_sym_RPAREN, + ACTIONS(11682), 1, + anon_sym_COMMA, + STATE(8494), 1, + aux_sym__function_value_parameters_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [293042] = 4, + ACTIONS(10886), 1, + anon_sym_COMMA, + ACTIONS(11684), 1, + anon_sym_RBRACK, + STATE(7566), 1, + aux_sym__constructor_value_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [293056] = 4, + ACTIONS(11686), 1, + anon_sym_COMMA, + ACTIONS(11688), 1, + anon_sym_GT, + STATE(8204), 1, + aux_sym_type_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [293070] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6121), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [293080] = 4, + ACTIONS(7123), 1, + anon_sym_GT, + ACTIONS(11690), 1, + anon_sym_COMMA, + STATE(7793), 1, + aux_sym_type_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [293094] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6121), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [293104] = 4, + ACTIONS(11692), 1, + anon_sym_RPAREN, + ACTIONS(11694), 1, + anon_sym_COMMA, + STATE(7939), 1, + aux_sym_tuple_expression_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [293118] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5958), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [293128] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5958), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [293138] = 4, + ACTIONS(7421), 1, + sym_else, + ACTIONS(11696), 1, + anon_sym_COMMA, + STATE(8209), 1, + aux_sym_if_statement_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [293152] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5958), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [293162] = 4, + ACTIONS(11699), 1, + anon_sym_COMMA, + ACTIONS(11701), 1, + anon_sym_GT, + STATE(8213), 1, + aux_sym_type_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [293176] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5958), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [293186] = 4, + ACTIONS(7131), 1, + anon_sym_GT, + ACTIONS(11703), 1, + anon_sym_COMMA, + STATE(7793), 1, + aux_sym_type_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [293200] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5958), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [293210] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5962), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [293220] = 4, + ACTIONS(11705), 1, + anon_sym_COMMA, + ACTIONS(11708), 1, + anon_sym_RBRACK, + STATE(8216), 1, + aux_sym_dictionary_literal_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [293234] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5966), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [293244] = 4, + ACTIONS(11710), 1, + anon_sym_COMMA, + ACTIONS(11712), 1, + anon_sym_GT, + STATE(8220), 1, + aux_sym_type_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [293258] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6085), 3, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + [293268] = 4, + ACTIONS(7135), 1, + anon_sym_GT, + ACTIONS(11714), 1, + anon_sym_COMMA, + STATE(7793), 1, + aux_sym_type_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [293282] = 4, + ACTIONS(11716), 1, + anon_sym_COMMA, + ACTIONS(11718), 1, + anon_sym_GT, + STATE(8222), 1, + aux_sym_type_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [293296] = 4, + ACTIONS(7139), 1, + anon_sym_GT, + ACTIONS(11720), 1, + anon_sym_COMMA, + STATE(7793), 1, + aux_sym_type_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [293310] = 4, + ACTIONS(11722), 1, + anon_sym_RPAREN, + ACTIONS(11724), 1, + anon_sym_COMMA, + STATE(8371), 1, + aux_sym_attribute_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [293324] = 4, + ACTIONS(11726), 1, + anon_sym_COMMA, + ACTIONS(11728), 1, + anon_sym_GT, + STATE(8225), 1, + aux_sym_type_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [293338] = 4, + ACTIONS(7149), 1, + anon_sym_GT, + ACTIONS(11730), 1, + anon_sym_COMMA, + STATE(7793), 1, + aux_sym_type_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [293352] = 4, + ACTIONS(11732), 1, + anon_sym_COMMA, + ACTIONS(11734), 1, + anon_sym_GT, + STATE(8228), 1, + aux_sym_type_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [293366] = 4, + ACTIONS(1412), 1, + anon_sym_RPAREN, + ACTIONS(11736), 1, + anon_sym_COMMA, + STATE(8381), 1, + aux_sym_attribute_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [293380] = 4, + ACTIONS(7155), 1, + anon_sym_GT, + ACTIONS(11738), 1, + anon_sym_COMMA, + STATE(7793), 1, + aux_sym_type_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [293394] = 4, + ACTIONS(7097), 1, + anon_sym_GT, + ACTIONS(11740), 1, + anon_sym_COMMA, + STATE(7793), 1, + aux_sym_type_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [293408] = 4, + ACTIONS(11742), 1, + anon_sym_RPAREN, + ACTIONS(11744), 1, + anon_sym_COMMA, + STATE(8230), 1, + aux_sym_playground_literal_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [293422] = 4, + ACTIONS(11747), 1, + anon_sym_COMMA, + ACTIONS(11749), 1, + anon_sym_GT, + STATE(8232), 1, + aux_sym_type_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [293436] = 4, + ACTIONS(7159), 1, + anon_sym_GT, + ACTIONS(11751), 1, + anon_sym_COMMA, + STATE(7793), 1, + aux_sym_type_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [293450] = 4, + ACTIONS(11753), 1, + anon_sym_RPAREN, + ACTIONS(11755), 1, + anon_sym_COMMA, + STATE(8395), 1, + aux_sym__function_value_parameters_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [293464] = 4, + ACTIONS(1249), 1, + anon_sym_RPAREN, + ACTIONS(11757), 1, + anon_sym_COMMA, + STATE(7566), 1, + aux_sym__constructor_value_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [293478] = 4, + ACTIONS(11759), 1, + anon_sym_COMMA, + ACTIONS(11761), 1, + anon_sym_GT, + STATE(8237), 1, + aux_sym_type_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [293492] = 4, + ACTIONS(11763), 1, + anon_sym_RPAREN, + ACTIONS(11765), 1, + anon_sym_COMMA, + STATE(7727), 1, + aux_sym_attribute_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [293506] = 4, + ACTIONS(7167), 1, + anon_sym_GT, + ACTIONS(11767), 1, + anon_sym_COMMA, + STATE(7793), 1, + aux_sym_type_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [293520] = 3, + STATE(1846), 1, + sym_lambda_literal, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(3678), 2, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + [293532] = 4, + ACTIONS(11769), 1, + anon_sym_COMMA, + ACTIONS(11771), 1, + anon_sym_GT, + STATE(8403), 1, + aux_sym_type_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [293546] = 4, + ACTIONS(11773), 1, + anon_sym_COMMA, + ACTIONS(11775), 1, + anon_sym_GT, + STATE(8242), 1, + aux_sym_type_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [293560] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6397), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [293570] = 4, + ACTIONS(7173), 1, + anon_sym_GT, + ACTIONS(11777), 1, + anon_sym_COMMA, + STATE(7793), 1, + aux_sym_type_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [293584] = 4, + ACTIONS(11779), 1, + anon_sym_COMMA, + ACTIONS(11781), 1, + anon_sym_GT, + STATE(8245), 1, + aux_sym_type_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [293598] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5970), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [293608] = 4, + ACTIONS(7177), 1, + anon_sym_GT, + ACTIONS(11783), 1, + anon_sym_COMMA, + STATE(7793), 1, + aux_sym_type_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [293622] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5970), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [293632] = 4, + ACTIONS(11785), 1, + anon_sym_COMMA, + ACTIONS(11787), 1, + anon_sym_GT, + STATE(8249), 1, + aux_sym_type_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [293646] = 4, + ACTIONS(11789), 1, + anon_sym_RPAREN, + ACTIONS(11791), 1, + anon_sym_COMMA, + STATE(8428), 1, + aux_sym__constructor_value_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [293660] = 4, + ACTIONS(7189), 1, + anon_sym_GT, + ACTIONS(11793), 1, + anon_sym_COMMA, + STATE(7793), 1, + aux_sym_type_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [293674] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5970), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [293684] = 4, + ACTIONS(11795), 1, + anon_sym_COMMA, + ACTIONS(11797), 1, + anon_sym_GT, + STATE(8253), 1, + aux_sym_type_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [293698] = 4, + ACTIONS(10700), 1, + anon_sym_DOT, + ACTIONS(11799), 1, + anon_sym_RPAREN, + STATE(7351), 1, + aux_sym__availability_argument_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [293712] = 4, + ACTIONS(7195), 1, + anon_sym_GT, + ACTIONS(11801), 1, + anon_sym_COMMA, + STATE(7793), 1, + aux_sym_type_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [293726] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5970), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [293736] = 4, + ACTIONS(11803), 1, + anon_sym_COMMA, + ACTIONS(11805), 1, + anon_sym_GT, + STATE(8257), 1, + aux_sym_type_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [293750] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5970), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [293760] = 4, + ACTIONS(7199), 1, + anon_sym_GT, + ACTIONS(11807), 1, + anon_sym_COMMA, + STATE(7793), 1, + aux_sym_type_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [293774] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6025), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [293784] = 4, + ACTIONS(11809), 1, + anon_sym_COMMA, + ACTIONS(11811), 1, + anon_sym_GT, + STATE(8261), 1, + aux_sym_type_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [293798] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6025), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [293808] = 4, + ACTIONS(7207), 1, + anon_sym_GT, + ACTIONS(11813), 1, + anon_sym_COMMA, + STATE(7793), 1, + aux_sym_type_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [293822] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6025), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [293832] = 4, + ACTIONS(11815), 1, + anon_sym_COMMA, + ACTIONS(11817), 1, + anon_sym_GT, + STATE(8265), 1, + aux_sym_type_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [293846] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6025), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [293856] = 4, + ACTIONS(7217), 1, + anon_sym_GT, + ACTIONS(11819), 1, + anon_sym_COMMA, + STATE(7793), 1, + aux_sym_type_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [293870] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6033), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [293880] = 4, + ACTIONS(11821), 1, + anon_sym_COMMA, + ACTIONS(11823), 1, + anon_sym_GT, + STATE(8269), 1, + aux_sym_type_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [293894] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6037), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [293904] = 4, + ACTIONS(7227), 1, + anon_sym_GT, + ACTIONS(11825), 1, + anon_sym_COMMA, + STATE(7793), 1, + aux_sym_type_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [293918] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6037), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [293928] = 4, + ACTIONS(1251), 1, + anon_sym_RPAREN, + ACTIONS(11827), 1, + anon_sym_COMMA, + STATE(7566), 1, + aux_sym__constructor_value_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [293942] = 4, + ACTIONS(11829), 1, + anon_sym_RPAREN, + ACTIONS(11831), 1, + anon_sym_COMMA, + STATE(8434), 1, + aux_sym__constructor_value_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [293956] = 4, + ACTIONS(1251), 1, + anon_sym_RBRACK, + ACTIONS(11833), 1, + anon_sym_COMMA, + STATE(7566), 1, + aux_sym__constructor_value_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [293970] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6045), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [293980] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6045), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [293990] = 4, + ACTIONS(7421), 1, + anon_sym_LBRACE, + ACTIONS(11835), 1, + anon_sym_COMMA, + STATE(8276), 1, + aux_sym_if_statement_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [294004] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6049), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [294014] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6053), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [294024] = 4, + ACTIONS(11424), 1, + anon_sym_COMMA, + ACTIONS(11838), 1, + sym_else, + STATE(8293), 1, + aux_sym_if_statement_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [294038] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6045), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [294048] = 4, + ACTIONS(11829), 1, + anon_sym_RBRACK, + ACTIONS(11840), 1, + anon_sym_COMMA, + STATE(8435), 1, + aux_sym__constructor_value_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [294062] = 4, + ACTIONS(10702), 1, + anon_sym_COMMA, + ACTIONS(11842), 1, + anon_sym_LBRACE, + STATE(8295), 1, + aux_sym_if_statement_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [294076] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6045), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [294086] = 4, + ACTIONS(8964), 1, + anon_sym_RPAREN, + ACTIONS(11844), 1, + anon_sym_COMMA, + STATE(8230), 1, + aux_sym_playground_literal_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [294100] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6077), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [294110] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2397), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [294120] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6077), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [294130] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6682), 3, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + [294140] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6686), 3, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + [294150] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6077), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [294160] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6057), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [294170] = 4, + ACTIONS(10700), 1, + anon_sym_DOT, + ACTIONS(11846), 1, + anon_sym_RPAREN, + STATE(8376), 1, + aux_sym__availability_argument_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [294184] = 4, + ACTIONS(11424), 1, + anon_sym_COMMA, + ACTIONS(11848), 1, + sym_else, + STATE(8209), 1, + aux_sym_if_statement_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [294198] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6233), 3, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + [294208] = 4, + ACTIONS(10702), 1, + anon_sym_COMMA, + ACTIONS(11850), 1, + anon_sym_LBRACE, + STATE(8276), 1, + aux_sym_if_statement_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [294222] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6077), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [294232] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6077), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [294242] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6077), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [294252] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6077), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [294262] = 4, + ACTIONS(4411), 1, + anon_sym_LBRACE, + ACTIONS(11852), 1, + anon_sym_LPAREN, + STATE(4902), 1, + sym__block, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [294276] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6077), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [294286] = 4, + ACTIONS(10884), 1, + anon_sym_DOT, + ACTIONS(11854), 1, + anon_sym_RPAREN, + STATE(8455), 1, + aux_sym_nested_type_identifier_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [294300] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5981), 3, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [294310] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5985), 3, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [294320] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6077), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [294330] = 4, + ACTIONS(10884), 1, + anon_sym_DOT, + ACTIONS(11846), 1, + anon_sym_RPAREN, + STATE(7955), 1, + aux_sym_nested_type_identifier_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [294344] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6077), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [294354] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6297), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [294364] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6297), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [294374] = 4, + ACTIONS(2045), 1, + sym__dot_custom, + STATE(1410), 1, + sym_navigation_suffix, + STATE(5506), 1, + sym__dot, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [294388] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6301), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [294398] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6311), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [294408] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5981), 3, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [294418] = 4, + ACTIONS(137), 1, + sym_raw_str_part, + ACTIONS(11856), 1, + sym_raw_str_end_part, + STATE(7928), 1, + aux_sym_raw_string_literal_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [294432] = 4, + ACTIONS(3874), 1, + anon_sym_COMMA, + ACTIONS(10770), 1, + anon_sym_COLON, + STATE(8379), 1, + aux_sym_switch_entry_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [294446] = 4, + ACTIONS(137), 1, + sym_raw_str_part, + ACTIONS(11858), 1, + sym_raw_str_end_part, + STATE(7928), 1, + aux_sym_raw_string_literal_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [294460] = 4, + ACTIONS(8926), 1, + anon_sym_LBRACE, + STATE(7779), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [294474] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6319), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [294484] = 4, + ACTIONS(4411), 1, + anon_sym_LBRACE, + STATE(3238), 1, + sym__block, + STATE(3582), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [294498] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6319), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [294508] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6345), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [294518] = 4, + ACTIONS(9984), 1, + anon_sym_RPAREN, + ACTIONS(11860), 1, + anon_sym_COMMA, + STATE(8322), 1, + aux_sym_lambda_function_type_parameters_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [294532] = 4, + ACTIONS(11863), 1, + anon_sym_RPAREN, + ACTIONS(11865), 1, + anon_sym_COMMA, + STATE(7748), 1, + aux_sym__constructor_value_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [294546] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6345), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [294556] = 4, + ACTIONS(11087), 1, + sym__implicit_semi, + ACTIONS(11867), 1, + anon_sym_while, + STATE(8341), 1, + aux_sym_repeat_while_statement_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [294570] = 4, + ACTIONS(10886), 1, + anon_sym_COMMA, + ACTIONS(11869), 1, + anon_sym_RBRACK, + STATE(7566), 1, + aux_sym__constructor_value_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [294584] = 4, + ACTIONS(7247), 1, + anon_sym_GT, + ACTIONS(11871), 1, + anon_sym_COMMA, + STATE(7793), 1, + aux_sym_type_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [294598] = 4, + ACTIONS(11873), 1, + anon_sym_RPAREN, + ACTIONS(11875), 1, + anon_sym_COMMA, + STATE(7939), 1, + aux_sym_tuple_expression_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [294612] = 4, + ACTIONS(11877), 1, + anon_sym_COMMA, + ACTIONS(11879), 1, + anon_sym_RBRACK, + STATE(8375), 1, + aux_sym_dictionary_literal_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [294626] = 4, + ACTIONS(11881), 1, + anon_sym_RPAREN, + ACTIONS(11883), 1, + anon_sym_COMMA, + STATE(8330), 1, + aux_sym_availability_condition_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [294640] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6345), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [294650] = 4, + ACTIONS(10886), 1, + anon_sym_COMMA, + ACTIONS(11886), 1, + anon_sym_RBRACK, + STATE(8472), 1, + aux_sym__constructor_value_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [294664] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6345), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [294674] = 4, + ACTIONS(11888), 1, + anon_sym_RPAREN, + ACTIONS(11890), 1, + anon_sym_COMMA, + STATE(8388), 1, + aux_sym_availability_condition_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [294688] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6345), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [294698] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6385), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [294708] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6385), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [294718] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6385), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [294728] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6385), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [294738] = 4, + ACTIONS(11892), 1, + anon_sym_COMMA, + ACTIONS(11894), 1, + anon_sym_RBRACK, + STATE(7773), 1, + aux_sym__constructor_value_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [294752] = 4, + ACTIONS(11896), 1, + anon_sym_while, + ACTIONS(11898), 1, + sym__implicit_semi, + STATE(8341), 1, + aux_sym_repeat_while_statement_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [294766] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6401), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [294776] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6401), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [294786] = 4, + ACTIONS(11087), 1, + sym__implicit_semi, + ACTIONS(11901), 1, + anon_sym_while, + STATE(8341), 1, + aux_sym_repeat_while_statement_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [294800] = 4, + ACTIONS(1237), 1, + anon_sym_RPAREN, + ACTIONS(11903), 1, + anon_sym_COMMA, + STATE(7566), 1, + aux_sym__constructor_value_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [294814] = 4, + ACTIONS(10886), 1, + anon_sym_COMMA, + ACTIONS(11905), 1, + anon_sym_RBRACK, + STATE(7566), 1, + aux_sym__constructor_value_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [294828] = 4, + ACTIONS(9717), 1, + anon_sym_in, + ACTIONS(9719), 1, + sym__arrow_operator_custom, + STATE(4000), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [294842] = 4, + ACTIONS(11907), 1, + anon_sym_RPAREN, + ACTIONS(11909), 1, + anon_sym_COMMA, + STATE(7939), 1, + aux_sym_tuple_expression_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [294856] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6049), 3, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + [294866] = 3, + STATE(1816), 1, + sym_lambda_literal, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(3590), 2, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + [294878] = 4, + ACTIONS(8703), 1, + anon_sym_LBRACE, + STATE(7300), 1, + sym__block, + STATE(8544), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [294892] = 4, + ACTIONS(11911), 1, + anon_sym_RPAREN, + ACTIONS(11913), 1, + anon_sym_COMMA, + STATE(8354), 1, + aux_sym_tuple_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [294906] = 4, + ACTIONS(3417), 1, + anon_sym_while, + ACTIONS(3419), 1, + sym__implicit_semi, + STATE(8100), 1, + aux_sym_repeat_while_statement_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [294920] = 4, + ACTIONS(11915), 1, + anon_sym_RPAREN, + ACTIONS(11917), 1, + anon_sym_COMMA, + STATE(8354), 1, + aux_sym_tuple_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [294934] = 4, + ACTIONS(11920), 1, + anon_sym_COMMA, + ACTIONS(11922), 1, + anon_sym_RBRACK, + STATE(8088), 1, + aux_sym_array_literal_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [294948] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7488), 3, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [294958] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(11924), 3, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [294968] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7472), 3, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [294978] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7496), 3, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [294988] = 4, + ACTIONS(8703), 1, + anon_sym_LBRACE, + STATE(7300), 1, + sym__block, + STATE(7845), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [295002] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(11926), 3, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [295012] = 4, + ACTIONS(11928), 1, + anon_sym_RPAREN, + ACTIONS(11930), 1, + anon_sym_COMMA, + STATE(7939), 1, + aux_sym_tuple_expression_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [295026] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7576), 3, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [295036] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7580), 3, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [295046] = 4, + ACTIONS(11932), 1, + anon_sym_RPAREN, + ACTIONS(11934), 1, + anon_sym_COMMA, + STATE(8394), 1, + aux_sym_tuple_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [295060] = 4, + ACTIONS(11936), 1, + anon_sym_RPAREN, + ACTIONS(11938), 1, + anon_sym_COMMA, + STATE(7996), 1, + aux_sym_availability_condition_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [295074] = 4, + ACTIONS(845), 1, + anon_sym_RPAREN, + ACTIONS(11940), 1, + anon_sym_COMMA, + STATE(8393), 1, + aux_sym__tuple_pattern_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [295088] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(11942), 3, + sym_where_keyword, + anon_sym_COMMA, + anon_sym_COLON, + [295098] = 4, + ACTIONS(11424), 1, + anon_sym_COMMA, + ACTIONS(11944), 1, + sym_else, + STATE(8209), 1, + aux_sym_if_statement_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [295112] = 4, + ACTIONS(11946), 1, + anon_sym_COMMA, + ACTIONS(11948), 1, + anon_sym_RBRACK, + STATE(8088), 1, + aux_sym_array_literal_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [295126] = 4, + ACTIONS(1410), 1, + anon_sym_RPAREN, + ACTIONS(11950), 1, + anon_sym_COMMA, + STATE(8381), 1, + aux_sym_attribute_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [295140] = 4, + ACTIONS(10079), 1, + anon_sym_in, + ACTIONS(10081), 1, + sym__arrow_operator_custom, + STATE(3989), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [295154] = 4, + ACTIONS(1408), 1, + anon_sym_RPAREN, + ACTIONS(11952), 1, + anon_sym_COMMA, + STATE(8381), 1, + aux_sym_attribute_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [295168] = 4, + ACTIONS(9711), 1, + anon_sym_in, + ACTIONS(9713), 1, + sym__arrow_operator_custom, + STATE(4001), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [295182] = 4, + ACTIONS(11954), 1, + anon_sym_COMMA, + ACTIONS(11956), 1, + anon_sym_RBRACK, + STATE(8216), 1, + aux_sym_dictionary_literal_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [295196] = 4, + ACTIONS(10700), 1, + anon_sym_DOT, + ACTIONS(11958), 1, + anon_sym_RPAREN, + STATE(7351), 1, + aux_sym__availability_argument_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [295210] = 4, + ACTIONS(11960), 1, + anon_sym_COMMA, + ACTIONS(11963), 1, + anon_sym_RBRACK, + STATE(8377), 1, + aux_sym_capture_list_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [295224] = 4, + ACTIONS(11965), 1, + anon_sym_RPAREN, + ACTIONS(11967), 1, + anon_sym_COMMA, + STATE(8402), 1, + aux_sym__tuple_pattern_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [295238] = 4, + ACTIONS(11969), 1, + anon_sym_COMMA, + ACTIONS(11972), 1, + anon_sym_COLON, + STATE(8379), 1, + aux_sym_switch_entry_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [295252] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(725), 3, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [295262] = 4, + ACTIONS(11974), 1, + anon_sym_RPAREN, + ACTIONS(11976), 1, + anon_sym_COMMA, + STATE(8381), 1, + aux_sym_attribute_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [295276] = 4, + ACTIONS(11979), 1, + anon_sym_RPAREN, + ACTIONS(11981), 1, + anon_sym_COMMA, + STATE(8405), 1, + aux_sym__function_value_parameters_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [295290] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6057), 3, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + [295300] = 4, + ACTIONS(3874), 1, + anon_sym_COMMA, + ACTIONS(3876), 1, + anon_sym_COLON, + STATE(8379), 1, + aux_sym_switch_entry_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [295314] = 4, + ACTIONS(11983), 1, + anon_sym_COMMA, + ACTIONS(11985), 1, + anon_sym_GT, + STATE(8407), 1, + aux_sym_type_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [295328] = 4, + ACTIONS(11987), 1, + anon_sym_RPAREN, + ACTIONS(11989), 1, + anon_sym_COMMA, + STATE(8409), 1, + aux_sym__constructor_value_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [295342] = 4, + ACTIONS(11991), 1, + anon_sym_RPAREN, + ACTIONS(11993), 1, + anon_sym_COMMA, + STATE(8412), 1, + aux_sym__constructor_value_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [295356] = 4, + ACTIONS(8556), 1, + anon_sym_RPAREN, + ACTIONS(11995), 1, + anon_sym_COMMA, + STATE(8330), 1, + aux_sym_availability_condition_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [295370] = 4, + ACTIONS(11991), 1, + anon_sym_RBRACK, + ACTIONS(11997), 1, + anon_sym_COMMA, + STATE(8416), 1, + aux_sym__constructor_value_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [295384] = 4, + ACTIONS(10884), 1, + anon_sym_DOT, + ACTIONS(11999), 1, + anon_sym_RPAREN, + STATE(8420), 1, + aux_sym_nested_type_identifier_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [295398] = 4, + ACTIONS(5272), 1, + anon_sym_while, + ACTIONS(5274), 1, + sym__implicit_semi, + STATE(8344), 1, + aux_sym_repeat_while_statement_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [295412] = 4, + ACTIONS(10886), 1, + anon_sym_COMMA, + ACTIONS(12001), 1, + anon_sym_RBRACK, + STATE(8423), 1, + aux_sym__constructor_value_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [295426] = 4, + ACTIONS(12003), 1, + anon_sym_RPAREN, + ACTIONS(12005), 1, + anon_sym_COMMA, + STATE(8393), 1, + aux_sym__tuple_pattern_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [295440] = 4, + ACTIONS(12008), 1, + anon_sym_RPAREN, + ACTIONS(12010), 1, + anon_sym_COMMA, + STATE(8354), 1, + aux_sym_tuple_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [295454] = 4, + ACTIONS(12012), 1, + anon_sym_RPAREN, + ACTIONS(12014), 1, + anon_sym_COMMA, + STATE(8494), 1, + aux_sym__function_value_parameters_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [295468] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6211), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [295478] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6301), 3, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + [295488] = 4, + ACTIONS(12016), 1, + anon_sym_RPAREN, + ACTIONS(12018), 1, + anon_sym_COMMA, + STATE(8520), 1, + aux_sym_attribute_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [295502] = 4, + ACTIONS(12020), 1, + anon_sym_RPAREN, + ACTIONS(12022), 1, + anon_sym_COMMA, + STATE(7740), 1, + aux_sym__tuple_pattern_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [295516] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6089), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [295526] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6217), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [295536] = 4, + ACTIONS(861), 1, + anon_sym_RPAREN, + ACTIONS(12024), 1, + anon_sym_COMMA, + STATE(8393), 1, + aux_sym__tuple_pattern_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [295550] = 4, + ACTIONS(7308), 1, + anon_sym_GT, + ACTIONS(12026), 1, + anon_sym_COMMA, + STATE(7793), 1, + aux_sym_type_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [295564] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(12028), 3, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [295574] = 4, + ACTIONS(12030), 1, + anon_sym_RPAREN, + ACTIONS(12032), 1, + anon_sym_COMMA, + STATE(8494), 1, + aux_sym__function_value_parameters_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [295588] = 4, + ACTIONS(12034), 1, + anon_sym_RPAREN, + ACTIONS(12036), 1, + anon_sym_COMMA, + STATE(8433), 1, + aux_sym_attribute_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [295602] = 4, + ACTIONS(7067), 1, + anon_sym_GT, + ACTIONS(12038), 1, + anon_sym_COMMA, + STATE(7793), 1, + aux_sym_type_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [295616] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6005), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [295626] = 4, + ACTIONS(1323), 1, + anon_sym_RPAREN, + ACTIONS(12040), 1, + anon_sym_COMMA, + STATE(7566), 1, + aux_sym__constructor_value_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [295640] = 3, + STATE(1032), 1, + sym_lambda_literal, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2025), 2, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + [295652] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6009), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [295662] = 4, + ACTIONS(1325), 1, + anon_sym_RPAREN, + ACTIONS(12042), 1, + anon_sym_COMMA, + STATE(7566), 1, + aux_sym__constructor_value_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [295676] = 4, + ACTIONS(10042), 1, + anon_sym_RPAREN, + ACTIONS(12044), 1, + anon_sym_COMMA, + STATE(8519), 1, + aux_sym_lambda_function_type_parameters_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [295690] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6229), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [295700] = 4, + ACTIONS(8185), 1, + anon_sym_RBRACK, + ACTIONS(12046), 1, + anon_sym_COMMA, + STATE(8377), 1, + aux_sym_capture_list_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [295714] = 4, + ACTIONS(1325), 1, + anon_sym_RBRACK, + ACTIONS(12048), 1, + anon_sym_COMMA, + STATE(7566), 1, + aux_sym__constructor_value_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [295728] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6233), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [295738] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6239), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [295748] = 4, + ACTIONS(10700), 1, + anon_sym_DOT, + ACTIONS(12050), 1, + anon_sym_RPAREN, + STATE(8441), 1, + aux_sym__availability_argument_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [295762] = 4, + ACTIONS(10884), 1, + anon_sym_DOT, + ACTIONS(12050), 1, + anon_sym_RPAREN, + STATE(7955), 1, + aux_sym_nested_type_identifier_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [295776] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6245), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [295786] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6249), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [295796] = 4, + ACTIONS(10886), 1, + anon_sym_COMMA, + ACTIONS(12052), 1, + anon_sym_RBRACK, + STATE(7566), 1, + aux_sym__constructor_value_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [295810] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6013), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [295820] = 4, + ACTIONS(12054), 1, + anon_sym_RPAREN, + ACTIONS(12056), 1, + anon_sym_COMMA, + STATE(7939), 1, + aux_sym_tuple_expression_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [295834] = 4, + ACTIONS(9016), 1, + anon_sym_RPAREN, + ACTIONS(12058), 1, + anon_sym_COMMA, + STATE(8230), 1, + aux_sym_playground_literal_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [295848] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10756), 3, + sym_where_keyword, + anon_sym_COLON, + anon_sym_LBRACE, + [295858] = 4, + ACTIONS(1281), 1, + anon_sym_RPAREN, + ACTIONS(12060), 1, + anon_sym_COMMA, + STATE(7566), 1, + aux_sym__constructor_value_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [295872] = 3, + STATE(1894), 1, + sym_lambda_literal, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(3842), 2, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + [295884] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6005), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [295894] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6253), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [295904] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6093), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [295914] = 4, + ACTIONS(1436), 1, + anon_sym_RPAREN, + ACTIONS(12062), 1, + anon_sym_COMMA, + STATE(8381), 1, + aux_sym_attribute_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [295928] = 4, + ACTIONS(1283), 1, + anon_sym_RPAREN, + ACTIONS(12064), 1, + anon_sym_COMMA, + STATE(7566), 1, + aux_sym__constructor_value_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [295942] = 4, + ACTIONS(1283), 1, + anon_sym_RBRACK, + ACTIONS(12066), 1, + anon_sym_COMMA, + STATE(7566), 1, + aux_sym__constructor_value_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [295956] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6363), 3, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + [295966] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(12068), 3, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [295976] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6367), 3, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + [295986] = 3, + STATE(5207), 1, + sym_value_binding_pattern, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(3121), 2, + anon_sym_let, + anon_sym_var, + [295998] = 4, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(10170), 1, + anon_sym_LBRACE, + STATE(9044), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [296012] = 4, + ACTIONS(10700), 1, + anon_sym_DOT, + ACTIONS(12070), 1, + anon_sym_RPAREN, + STATE(7351), 1, + aux_sym__availability_argument_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [296026] = 4, + ACTIONS(3874), 1, + anon_sym_COMMA, + ACTIONS(12072), 1, + anon_sym_COLON, + STATE(8379), 1, + aux_sym_switch_entry_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [296040] = 4, + ACTIONS(12074), 1, + anon_sym_in, + ACTIONS(12076), 1, + sym__arrow_operator_custom, + STATE(3961), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [296054] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10790), 3, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_RBRACK, + [296064] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7375), 3, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [296074] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6253), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [296084] = 4, + ACTIONS(12078), 1, + anon_sym_RPAREN, + ACTIONS(12080), 1, + anon_sym_COMMA, + STATE(8494), 1, + aux_sym__function_value_parameters_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [296098] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6005), 3, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [296108] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(12028), 3, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [296118] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6009), 3, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [296128] = 4, + ACTIONS(8981), 1, + anon_sym_RPAREN, + ACTIONS(12082), 1, + anon_sym_COMMA, + STATE(8230), 1, + aux_sym_playground_literal_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [296142] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6013), 3, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [296152] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6005), 3, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [296162] = 4, + ACTIONS(10700), 1, + anon_sym_DOT, + ACTIONS(12084), 1, + anon_sym_RPAREN, + STATE(8536), 1, + aux_sym__availability_argument_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [296176] = 4, + ACTIONS(10884), 1, + anon_sym_DOT, + ACTIONS(12084), 1, + anon_sym_RPAREN, + STATE(7955), 1, + aux_sym_nested_type_identifier_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [296190] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6271), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [296200] = 4, + ACTIONS(3574), 1, + sym__dot_custom, + STATE(2750), 1, + sym_navigation_suffix, + STATE(5511), 1, + sym__dot, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [296214] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6271), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [296224] = 4, + ACTIONS(12086), 1, + anon_sym_LPAREN, + ACTIONS(12088), 1, + anon_sym_LBRACK, + STATE(7514), 1, + sym_value_arguments, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [296238] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(12090), 3, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + [296248] = 4, + ACTIONS(3987), 1, + sym__dot_custom, + STATE(3676), 1, + sym_navigation_suffix, + STATE(5563), 1, + sym__dot, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [296262] = 4, + ACTIONS(4411), 1, + anon_sym_LBRACE, + STATE(3238), 1, + sym__block, + STATE(3241), 1, + sym_function_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [296276] = 4, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(10186), 1, + anon_sym_LBRACE, + STATE(9059), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [296290] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5266), 3, + sym__arrow_operator_custom, + sym_where_keyword, + anon_sym_LBRACE, + [296300] = 4, + ACTIONS(137), 1, + sym_raw_str_part, + ACTIONS(12092), 1, + sym_raw_str_end_part, + STATE(7928), 1, + aux_sym_raw_string_literal_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [296314] = 4, + ACTIONS(3656), 1, + sym__dot_custom, + STATE(2994), 1, + sym_navigation_suffix, + STATE(5518), 1, + sym__dot, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [296328] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(12094), 3, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [296338] = 4, + ACTIONS(137), 1, + sym_raw_str_part, + ACTIONS(12096), 1, + sym_raw_str_end_part, + STATE(7928), 1, + aux_sym_raw_string_literal_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [296352] = 4, + ACTIONS(12098), 1, + anon_sym_COMMA, + ACTIONS(12100), 1, + anon_sym_GT, + STATE(8327), 1, + aux_sym_type_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [296366] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6271), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [296376] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6415), 3, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + [296386] = 4, + ACTIONS(10886), 1, + anon_sym_COMMA, + ACTIONS(12102), 1, + anon_sym_RBRACK, + STATE(7566), 1, + aux_sym__constructor_value_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [296400] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6271), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [296410] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7091), 3, + sym_where_keyword, + anon_sym_COLON, + anon_sym_LBRACE, + [296420] = 4, + ACTIONS(12104), 1, + anon_sym_COMMA, + ACTIONS(12106), 1, + anon_sym_RBRACK, + STATE(8498), 1, + aux_sym_dictionary_literal_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [296434] = 4, + ACTIONS(12108), 1, + anon_sym_RPAREN, + ACTIONS(12110), 1, + anon_sym_COMMA, + STATE(7939), 1, + aux_sym_tuple_expression_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [296448] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6239), 3, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + [296458] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6281), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [296468] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6285), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [296478] = 4, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(10186), 1, + anon_sym_LBRACE, + STATE(9011), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [296492] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6289), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [296502] = 4, + ACTIONS(10811), 1, + anon_sym_RPAREN, + ACTIONS(12112), 1, + anon_sym_COMMA, + STATE(8482), 1, + aux_sym_enum_type_parameters_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [296516] = 4, + ACTIONS(1239), 1, + anon_sym_RPAREN, + ACTIONS(12115), 1, + anon_sym_COMMA, + STATE(7566), 1, + aux_sym__constructor_value_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [296530] = 4, + ACTIONS(10702), 1, + anon_sym_COMMA, + ACTIONS(12117), 1, + anon_sym_LBRACE, + STATE(8276), 1, + aux_sym_if_statement_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [296544] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2445), 3, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_RBRACK, + [296554] = 4, + ACTIONS(1239), 1, + anon_sym_RBRACK, + ACTIONS(12119), 1, + anon_sym_COMMA, + STATE(7566), 1, + aux_sym__constructor_value_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [296568] = 4, + ACTIONS(12121), 1, + anon_sym_COMMA, + ACTIONS(12123), 1, + anon_sym_RBRACK, + STATE(8216), 1, + aux_sym_dictionary_literal_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [296582] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(12125), 3, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [296592] = 4, + ACTIONS(10700), 1, + anon_sym_DOT, + ACTIONS(12127), 1, + anon_sym_RPAREN, + STATE(7351), 1, + aux_sym__availability_argument_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [296606] = 4, + ACTIONS(12129), 1, + anon_sym_RPAREN, + ACTIONS(12131), 1, + anon_sym_COMMA, + STATE(8543), 1, + aux_sym_availability_condition_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [296620] = 4, + ACTIONS(12133), 1, + anon_sym_RPAREN, + ACTIONS(12135), 1, + anon_sym_COMMA, + STATE(7939), 1, + aux_sym_tuple_expression_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [296634] = 4, + ACTIONS(12137), 1, + anon_sym_COMMA, + ACTIONS(12139), 1, + anon_sym_RBRACK, + STATE(8546), 1, + aux_sym_dictionary_literal_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [296648] = 4, + ACTIONS(12141), 1, + anon_sym_RPAREN, + ACTIONS(12143), 1, + anon_sym_COMMA, + STATE(8518), 1, + aux_sym_tuple_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [296662] = 4, + ACTIONS(12145), 1, + anon_sym_RPAREN, + ACTIONS(12147), 1, + anon_sym_COMMA, + STATE(8494), 1, + aux_sym__function_value_parameters_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [296676] = 4, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(10186), 1, + anon_sym_LBRACE, + STATE(9199), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [296690] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4910), 3, + sym__as_custom, + anon_sym_COLON, + anon_sym_in, + [296700] = 4, + ACTIONS(12150), 1, + anon_sym_COMMA, + ACTIONS(12152), 1, + anon_sym_RBRACK, + STATE(8088), 1, + aux_sym_array_literal_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [296714] = 4, + ACTIONS(12154), 1, + anon_sym_COMMA, + ACTIONS(12156), 1, + anon_sym_RBRACK, + STATE(8216), 1, + aux_sym_dictionary_literal_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [296728] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10824), 3, + sym_where_keyword, + anon_sym_COMMA, + anon_sym_GT, + [296738] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6017), 3, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [296748] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4926), 3, + sym__as_custom, + anon_sym_COLON, + anon_sym_in, + [296758] = 4, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(10190), 1, + anon_sym_LBRACE, + STATE(9028), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [296772] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6021), 3, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [296782] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(12158), 3, + sym_where_keyword, + anon_sym_COMMA, + anon_sym_GT, + [296792] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6017), 3, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [296802] = 4, + ACTIONS(10886), 1, + anon_sym_COMMA, + ACTIONS(12160), 1, + anon_sym_RBRACK, + STATE(8017), 1, + aux_sym__constructor_value_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [296816] = 4, + ACTIONS(11894), 1, + anon_sym_RPAREN, + ACTIONS(12162), 1, + anon_sym_COMMA, + STATE(7765), 1, + aux_sym__constructor_value_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [296830] = 4, + ACTIONS(12164), 1, + anon_sym_COMMA, + ACTIONS(12166), 1, + anon_sym_GT, + STATE(8522), 1, + aux_sym_type_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [296844] = 4, + ACTIONS(12168), 1, + anon_sym_RPAREN, + ACTIONS(12170), 1, + anon_sym_COMMA, + STATE(8524), 1, + aux_sym__constructor_value_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [296858] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6029), 3, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [296868] = 4, + ACTIONS(12172), 1, + anon_sym_RPAREN, + ACTIONS(12174), 1, + anon_sym_COMMA, + STATE(8528), 1, + aux_sym__constructor_value_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [296882] = 4, + ACTIONS(12172), 1, + anon_sym_RBRACK, + ACTIONS(12176), 1, + anon_sym_COMMA, + STATE(8529), 1, + aux_sym__constructor_value_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [296896] = 4, + ACTIONS(8131), 1, + sym_where_keyword, + ACTIONS(10190), 1, + anon_sym_LBRACE, + STATE(9036), 1, + sym_type_constraints, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [296910] = 4, + ACTIONS(10884), 1, + anon_sym_DOT, + ACTIONS(12178), 1, + anon_sym_RPAREN, + STATE(8534), 1, + aux_sym_nested_type_identifier_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [296924] = 4, + ACTIONS(10886), 1, + anon_sym_COMMA, + ACTIONS(12180), 1, + anon_sym_RBRACK, + STATE(8537), 1, + aux_sym__constructor_value_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [296938] = 4, + ACTIONS(12182), 1, + anon_sym_RPAREN, + ACTIONS(12184), 1, + anon_sym_COMMA, + STATE(8345), 1, + aux_sym__constructor_value_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [296952] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(12186), 3, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + [296962] = 4, + ACTIONS(12188), 1, + anon_sym_RPAREN, + ACTIONS(12190), 1, + anon_sym_COMMA, + STATE(8354), 1, + aux_sym_tuple_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [296976] = 4, + ACTIONS(8311), 1, + anon_sym_RPAREN, + ACTIONS(12192), 1, + anon_sym_COMMA, + STATE(8322), 1, + aux_sym_lambda_function_type_parameters_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [296990] = 4, + ACTIONS(1406), 1, + anon_sym_RPAREN, + ACTIONS(12194), 1, + anon_sym_COMMA, + STATE(8381), 1, + aux_sym_attribute_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [297004] = 4, + ACTIONS(12196), 1, + anon_sym_RPAREN, + ACTIONS(12198), 1, + anon_sym_COMMA, + STATE(8542), 1, + aux_sym_attribute_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [297018] = 4, + ACTIONS(7147), 1, + anon_sym_GT, + ACTIONS(12200), 1, + anon_sym_COMMA, + STATE(7793), 1, + aux_sym_type_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [297032] = 4, + ACTIONS(12202), 1, + anon_sym_RPAREN, + ACTIONS(12204), 1, + anon_sym_COMMA, + STATE(7939), 1, + aux_sym_tuple_expression_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [297046] = 4, + ACTIONS(1337), 1, + anon_sym_RPAREN, + ACTIONS(12206), 1, + anon_sym_COMMA, + STATE(7566), 1, + aux_sym__constructor_value_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [297060] = 3, + STATE(1872), 1, + sym_lambda_literal, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(3636), 2, + anon_sym_LBRACE, + anon_sym_CARET_LBRACE, + [297072] = 4, + ACTIONS(8564), 1, + anon_sym_RPAREN, + ACTIONS(12208), 1, + anon_sym_COMMA, + STATE(8330), 1, + aux_sym_availability_condition_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [297086] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6073), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [297096] = 4, + ACTIONS(1339), 1, + anon_sym_RPAREN, + ACTIONS(12210), 1, + anon_sym_COMMA, + STATE(7566), 1, + aux_sym__constructor_value_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [297110] = 4, + ACTIONS(1339), 1, + anon_sym_RBRACK, + ACTIONS(12212), 1, + anon_sym_COMMA, + STATE(7566), 1, + aux_sym__constructor_value_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [297124] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7524), 3, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [297134] = 4, + ACTIONS(12214), 1, + anon_sym_RPAREN, + ACTIONS(12216), 1, + anon_sym_COMMA, + STATE(8483), 1, + aux_sym__constructor_value_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [297148] = 4, + ACTIONS(10700), 1, + anon_sym_DOT, + ACTIONS(12218), 1, + anon_sym_RPAREN, + STATE(8547), 1, + aux_sym__availability_argument_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [297162] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2437), 3, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + anon_sym_RPAREN, + [297172] = 4, + ACTIONS(10884), 1, + anon_sym_DOT, + ACTIONS(12218), 1, + anon_sym_RPAREN, + STATE(7955), 1, + aux_sym_nested_type_identifier_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [297186] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6073), 3, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + [297196] = 4, + ACTIONS(10700), 1, + anon_sym_DOT, + ACTIONS(12220), 1, + anon_sym_RPAREN, + STATE(7351), 1, + aux_sym__availability_argument_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [297210] = 4, + ACTIONS(10886), 1, + anon_sym_COMMA, + ACTIONS(12222), 1, + anon_sym_RBRACK, + STATE(7566), 1, + aux_sym__constructor_value_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [297224] = 4, + ACTIONS(12214), 1, + anon_sym_RBRACK, + ACTIONS(12224), 1, + anon_sym_COMMA, + STATE(8486), 1, + aux_sym__constructor_value_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [297238] = 4, + ACTIONS(12226), 1, + anon_sym_RPAREN, + ACTIONS(12228), 1, + anon_sym_COMMA, + STATE(7939), 1, + aux_sym_tuple_expression_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [297252] = 4, + ACTIONS(12230), 1, + anon_sym_RPAREN, + ACTIONS(12232), 1, + anon_sym_COMMA, + STATE(7939), 1, + aux_sym_tuple_expression_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [297266] = 4, + ACTIONS(12234), 1, + anon_sym_RPAREN, + ACTIONS(12236), 1, + anon_sym_COMMA, + STATE(7769), 1, + aux_sym_tuple_type_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [297280] = 4, + ACTIONS(1438), 1, + anon_sym_RPAREN, + ACTIONS(12238), 1, + anon_sym_COMMA, + STATE(8381), 1, + aux_sym_attribute_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [297294] = 4, + ACTIONS(8573), 1, + anon_sym_RPAREN, + ACTIONS(12240), 1, + anon_sym_COMMA, + STATE(8330), 1, + aux_sym_availability_condition_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [297308] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6093), 3, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + [297318] = 4, + ACTIONS(12242), 1, + anon_sym_COMMA, + ACTIONS(12244), 1, + anon_sym_RBRACK, + STATE(8088), 1, + aux_sym_array_literal_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [297332] = 4, + ACTIONS(12246), 1, + anon_sym_COMMA, + ACTIONS(12248), 1, + anon_sym_RBRACK, + STATE(8216), 1, + aux_sym_dictionary_literal_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [297346] = 4, + ACTIONS(10700), 1, + anon_sym_DOT, + ACTIONS(12250), 1, + anon_sym_RPAREN, + STATE(7351), 1, + aux_sym__availability_argument_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [297360] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6307), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [297370] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6411), 3, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + [297380] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6315), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [297390] = 4, + ACTIONS(5459), 1, + anon_sym_while, + ACTIONS(5461), 1, + sym__implicit_semi, + STATE(7868), 1, + aux_sym_repeat_while_statement_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [297404] = 4, + ACTIONS(8996), 1, + anon_sym_RPAREN, + ACTIONS(12252), 1, + anon_sym_COMMA, + STATE(8230), 1, + aux_sym_playground_literal_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [297418] = 4, + ACTIONS(12254), 1, + anon_sym_RPAREN, + ACTIONS(12256), 1, + anon_sym_COMMA, + STATE(8145), 1, + aux_sym__tuple_pattern_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [297432] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2733), 3, + sym__conjunction_operator_custom, + sym__disjunction_operator_custom, + anon_sym_RPAREN, + [297442] = 4, + ACTIONS(8926), 1, + anon_sym_LBRACE, + STATE(8241), 1, + sym_function_body, + STATE(8400), 1, + sym__block, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [297456] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(6141), 3, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + [297466] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6323), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [297476] = 2, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6327), 4, + sym_multiline_comment, + sym__implicit_semi, + sym__explicit_semi, + anon_sym_RBRACE, + [297486] = 4, + ACTIONS(4411), 1, + anon_sym_LBRACE, + ACTIONS(12258), 1, + anon_sym_LPAREN, + STATE(4904), 1, + sym__block, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [297500] = 4, + ACTIONS(1987), 1, + sym__dot_custom, + STATE(1261), 1, + sym_navigation_suffix, + STATE(5527), 1, + sym__dot, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [297514] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10368), 3, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + [297524] = 4, + ACTIONS(137), 1, + sym_raw_str_part, + ACTIONS(12260), 1, + sym_raw_str_end_part, + STATE(7928), 1, + aux_sym_raw_string_literal_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [297538] = 4, + ACTIONS(8918), 1, + anon_sym_RPAREN, + ACTIONS(12262), 1, + anon_sym_COMMA, + STATE(8230), 1, + aux_sym_playground_literal_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [297552] = 4, + ACTIONS(12264), 1, + anon_sym_RPAREN, + ACTIONS(12266), 1, + anon_sym_COMMA, + STATE(8447), 1, + aux_sym__function_value_parameters_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [297566] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(12268), 3, + sym__implicit_semi, + sym__explicit_semi, + ts_builtin_sym_end, + [297576] = 4, + ACTIONS(7119), 1, + anon_sym_GT, + ACTIONS(12270), 1, + anon_sym_COMMA, + STATE(7793), 1, + aux_sym_type_arguments_repeat1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [297590] = 3, + ACTIONS(12272), 1, + anon_sym_COMMA, + ACTIONS(12274), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [297601] = 3, + ACTIONS(12276), 1, + anon_sym_COLON, + ACTIONS(12278), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [297612] = 3, + ACTIONS(9840), 1, + anon_sym_LBRACE, + STATE(8452), 1, + sym_computed_property, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [297623] = 3, + ACTIONS(12280), 1, + anon_sym_COLON, + ACTIONS(12282), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [297634] = 3, + ACTIONS(12284), 1, + anon_sym_COLON, + ACTIONS(12286), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [297645] = 3, + ACTIONS(8670), 1, + anon_sym_LBRACE, + STATE(7429), 1, + sym_class_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [297656] = 3, + ACTIONS(8670), 1, + anon_sym_LBRACE, + STATE(7693), 1, + sym_class_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [297667] = 3, + ACTIONS(12288), 1, + anon_sym_COLON, + ACTIONS(12290), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [297678] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7454), 2, + anon_sym_COMMA, + anon_sym_LBRACE, + [297687] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(12292), 2, + anon_sym_Type, + anon_sym_Protocol, + [297696] = 3, + ACTIONS(12294), 1, + anon_sym_COLON, + ACTIONS(12296), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [297707] = 3, + ACTIONS(12298), 1, + anon_sym_COLON, + ACTIONS(12300), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [297718] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7440), 2, + sym_else, + anon_sym_COMMA, + [297727] = 3, + ACTIONS(12302), 1, + anon_sym_COLON, + ACTIONS(12304), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [297738] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(12306), 2, + anon_sym_Type, + anon_sym_Protocol, + [297747] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(12308), 2, + anon_sym_Type, + anon_sym_Protocol, + [297756] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(11942), 2, + anon_sym_COMMA, + anon_sym_COLON, + [297765] = 3, + ACTIONS(8670), 1, + anon_sym_LBRACE, + STATE(7607), 1, + sym_class_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [297776] = 3, + ACTIONS(9816), 1, + anon_sym_LPAREN, + STATE(6538), 1, + aux_sym__function_value_parameters, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [297787] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5623), 2, + sym__arrow_operator_custom, + anon_sym_in, + [297796] = 3, + ACTIONS(10003), 1, + anon_sym_LBRACE, + STATE(7951), 1, + sym_protocol_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [297807] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10221), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + [297816] = 3, + ACTIONS(9816), 1, + anon_sym_LPAREN, + STATE(6605), 1, + aux_sym__function_value_parameters, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [297827] = 3, + ACTIONS(12310), 1, + anon_sym_COLON, + ACTIONS(12312), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [297838] = 3, + ACTIONS(10009), 1, + anon_sym_LBRACE, + STATE(3466), 1, + sym_protocol_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [297849] = 3, + ACTIONS(12314), 1, + anon_sym_COMMA, + ACTIONS(12316), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [297860] = 3, + ACTIONS(12318), 1, + anon_sym_COLON, + ACTIONS(12320), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [297871] = 3, + ACTIONS(8660), 1, + anon_sym_LBRACE, + STATE(4643), 1, + sym_class_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [297882] = 3, + ACTIONS(12322), 1, + sym__arrow_operator_custom, + STATE(4408), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [297893] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10957), 2, + anon_sym_COMMA, + anon_sym_GT, + [297902] = 3, + ACTIONS(12324), 1, + anon_sym_COLON, + ACTIONS(12326), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [297913] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10227), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + [297922] = 3, + ACTIONS(8107), 1, + anon_sym_case, + ACTIONS(12328), 1, + anon_sym_enum, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [297933] = 3, + ACTIONS(4411), 1, + anon_sym_LBRACE, + STATE(4918), 1, + sym__block, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [297944] = 3, + ACTIONS(4411), 1, + anon_sym_LBRACE, + STATE(4920), 1, + sym__block, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [297955] = 3, + ACTIONS(8924), 1, + anon_sym_LPAREN, + STATE(5513), 1, + aux_sym__function_value_parameters, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [297966] = 3, + ACTIONS(12330), 1, + anon_sym_COLON, + ACTIONS(12332), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [297977] = 3, + ACTIONS(10132), 1, + sym__arrow_operator_custom, + STATE(4210), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [297988] = 3, + ACTIONS(10009), 1, + anon_sym_LBRACE, + STATE(3117), 1, + sym_protocol_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [297999] = 3, + ACTIONS(10032), 1, + anon_sym_LBRACE, + STATE(8051), 1, + sym_enum_class_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [298010] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(12334), 2, + anon_sym_Type, + anon_sym_Protocol, + [298019] = 3, + ACTIONS(8317), 1, + sym__dot_custom, + STATE(5706), 1, + sym__dot, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [298030] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(12336), 2, + anon_sym_Type, + anon_sym_Protocol, + [298039] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7428), 2, + anon_sym_COMMA, + anon_sym_LBRACE, + [298048] = 3, + ACTIONS(10046), 1, + anon_sym_LBRACE, + STATE(8418), 1, + sym_protocol_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [298059] = 3, + ACTIONS(9898), 1, + sym__as_custom, + STATE(4303), 1, + sym__as, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [298070] = 3, + ACTIONS(8924), 1, + anon_sym_LPAREN, + STATE(5545), 1, + aux_sym__function_value_parameters, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [298081] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(12338), 2, + anon_sym_Type, + anon_sym_Protocol, + [298090] = 3, + ACTIONS(10046), 1, + anon_sym_LBRACE, + STATE(7907), 1, + sym_protocol_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [298101] = 3, + ACTIONS(12340), 1, + anon_sym_COLON, + ACTIONS(12342), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [298112] = 3, + ACTIONS(8647), 1, + anon_sym_LBRACE, + STATE(3603), 1, + sym_class_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [298123] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10241), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + [298132] = 3, + ACTIONS(10204), 1, + sym__arrow_operator_custom, + STATE(4248), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [298143] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(11881), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + [298152] = 3, + ACTIONS(9840), 1, + anon_sym_LBRACE, + STATE(8304), 1, + sym_computed_property, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [298163] = 3, + ACTIONS(8632), 1, + anon_sym_LBRACE, + STATE(8421), 1, + sym_class_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [298174] = 3, + ACTIONS(12344), 1, + sym__dot_custom, + STATE(5711), 1, + sym__dot, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [298185] = 3, + ACTIONS(12346), 1, + sym__eq_custom, + STATE(4252), 1, + sym__equal_sign, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [298196] = 3, + ACTIONS(10015), 1, + anon_sym_LBRACE, + STATE(7709), 1, + sym_enum_class_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [298207] = 3, + ACTIONS(12348), 1, + anon_sym_COLON, + ACTIONS(12350), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [298218] = 3, + ACTIONS(10015), 1, + anon_sym_LBRACE, + STATE(7623), 1, + sym_enum_class_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [298229] = 3, + ACTIONS(8924), 1, + anon_sym_LPAREN, + STATE(5514), 1, + aux_sym__function_value_parameters, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [298240] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(12352), 2, + anon_sym_Type, + anon_sym_Protocol, + [298249] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(12354), 2, + anon_sym_Type, + anon_sym_Protocol, + [298258] = 3, + ACTIONS(12356), 1, + sym__arrow_operator_custom, + STATE(4258), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [298269] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(12358), 2, + anon_sym_Type, + anon_sym_Protocol, + [298278] = 3, + ACTIONS(8924), 1, + anon_sym_LPAREN, + STATE(5486), 1, + aux_sym__function_value_parameters, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [298289] = 3, + ACTIONS(8701), 1, + anon_sym_LPAREN, + STATE(5366), 1, + aux_sym__function_value_parameters, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [298300] = 3, + ACTIONS(8703), 1, + anon_sym_LBRACE, + STATE(7576), 1, + sym__block, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [298311] = 3, + ACTIONS(8632), 1, + anon_sym_LBRACE, + STATE(7918), 1, + sym_class_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [298322] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10424), 2, + anon_sym_RPAREN, + anon_sym_DOT, + [298331] = 3, + ACTIONS(9840), 1, + anon_sym_LBRACE, + STATE(8500), 1, + sym_computed_property, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [298342] = 3, + ACTIONS(12360), 1, + anon_sym_COLON, + ACTIONS(12362), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [298353] = 3, + ACTIONS(9816), 1, + anon_sym_LPAREN, + STATE(6504), 1, + aux_sym__function_value_parameters, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [298364] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(12364), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + [298373] = 3, + ACTIONS(9999), 1, + anon_sym_LBRACE, + STATE(3365), 1, + sym_enum_class_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [298384] = 3, + ACTIONS(8703), 1, + anon_sym_LBRACE, + STATE(7516), 1, + sym__block, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [298395] = 3, + ACTIONS(9840), 1, + anon_sym_LBRACE, + STATE(8505), 1, + sym_computed_property, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [298406] = 3, + ACTIONS(9816), 1, + anon_sym_LPAREN, + STATE(6594), 1, + aux_sym__function_value_parameters, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [298417] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(9984), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + [298426] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(12366), 2, + sym_raw_str_part, + sym_raw_str_end_part, + [298435] = 3, + ACTIONS(8660), 1, + anon_sym_LBRACE, + STATE(4630), 1, + sym_class_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [298446] = 3, + ACTIONS(12368), 1, + anon_sym_COLON, + ACTIONS(12370), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [298457] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(12372), 2, + anon_sym_Type, + anon_sym_Protocol, + [298466] = 3, + ACTIONS(12374), 1, + anon_sym_COLON, + ACTIONS(12376), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [298477] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(12378), 2, + anon_sym_Type, + anon_sym_Protocol, + [298486] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(12380), 2, + anon_sym_Type, + anon_sym_Protocol, + [298495] = 3, + ACTIONS(8940), 1, + anon_sym_LPAREN, + STATE(5491), 1, + aux_sym__function_value_parameters, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [298506] = 3, + ACTIONS(12382), 1, + anon_sym_COMMA, + ACTIONS(12384), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [298517] = 3, + ACTIONS(10015), 1, + anon_sym_LBRACE, + STATE(7429), 1, + sym_enum_class_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [298528] = 3, + ACTIONS(7640), 1, + anon_sym_LBRACE, + STATE(6793), 1, + sym__block, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [298539] = 3, + ACTIONS(9840), 1, + anon_sym_LBRACE, + STATE(8510), 1, + sym_computed_property, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [298550] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(12386), 2, + anon_sym_Type, + anon_sym_Protocol, + [298559] = 3, + ACTIONS(12388), 1, + anon_sym_COLON, + ACTIONS(12390), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [298570] = 3, + ACTIONS(8670), 1, + anon_sym_LBRACE, + STATE(7529), 1, + sym_class_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [298581] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4999), 2, + sym_where_keyword, + anon_sym_LBRACE, + [298590] = 3, + ACTIONS(9827), 1, + anon_sym_LBRACE, + STATE(8115), 1, + sym_computed_property, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [298601] = 3, + ACTIONS(9403), 1, + anon_sym_LPAREN, + STATE(6109), 1, + aux_sym__function_value_parameters, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [298612] = 3, + ACTIONS(9999), 1, + anon_sym_LBRACE, + STATE(3604), 1, + sym_enum_class_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [298623] = 3, + ACTIONS(7624), 1, + anon_sym_LBRACE, + STATE(4625), 1, + sym__block, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [298634] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(12392), 2, + anon_sym_Type, + anon_sym_Protocol, + [298643] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(12394), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + [298652] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7432), 2, + sym_else, + anon_sym_COMMA, + [298661] = 3, + ACTIONS(10400), 1, + anon_sym_LBRACE, + STATE(4648), 1, + sym__block, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [298672] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(12396), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + [298681] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10092), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + [298690] = 3, + ACTIONS(10032), 1, + anon_sym_LBRACE, + STATE(7918), 1, + sym_enum_class_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [298701] = 3, + ACTIONS(9840), 1, + anon_sym_LBRACE, + STATE(8055), 1, + sym_computed_property, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [298712] = 3, + ACTIONS(10009), 1, + anon_sym_LBRACE, + STATE(3391), 1, + sym_protocol_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [298723] = 3, + ACTIONS(10046), 1, + anon_sym_LBRACE, + STATE(7988), 1, + sym_protocol_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [298734] = 3, + ACTIONS(12398), 1, + anon_sym_COLON, + ACTIONS(12400), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [298745] = 3, + ACTIONS(8632), 1, + anon_sym_LBRACE, + STATE(7989), 1, + sym_class_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [298756] = 3, + ACTIONS(10032), 1, + anon_sym_LBRACE, + STATE(7990), 1, + sym_enum_class_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [298767] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(12402), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + [298776] = 3, + ACTIONS(8701), 1, + anon_sym_LPAREN, + STATE(5367), 1, + aux_sym__function_value_parameters, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [298787] = 3, + ACTIONS(9827), 1, + anon_sym_LBRACE, + STATE(8424), 1, + sym_computed_property, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [298798] = 3, + ACTIONS(8319), 1, + sym__dot_custom, + STATE(5734), 1, + sym__dot, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [298809] = 3, + ACTIONS(8632), 1, + anon_sym_LBRACE, + STATE(8557), 1, + sym_class_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [298820] = 3, + ACTIONS(9840), 1, + anon_sym_LBRACE, + STATE(8073), 1, + sym_computed_property, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [298831] = 3, + ACTIONS(9952), 1, + sym__as_custom, + STATE(4388), 1, + sym__as, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [298842] = 3, + ACTIONS(12404), 1, + anon_sym_COLON, + ACTIONS(12406), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [298853] = 3, + ACTIONS(12408), 1, + anon_sym_case, + ACTIONS(12410), 1, + sym_default_keyword, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [298864] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7436), 2, + anon_sym_COMMA, + anon_sym_LBRACE, + [298873] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(12412), 2, + anon_sym_Type, + anon_sym_Protocol, + [298882] = 3, + ACTIONS(10216), 1, + sym__arrow_operator_custom, + STATE(4313), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [298893] = 3, + ACTIONS(12414), 1, + sym__dot_custom, + STATE(5737), 1, + sym__dot, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [298904] = 3, + ACTIONS(12416), 1, + sym__eq_custom, + STATE(4317), 1, + sym__equal_sign, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [298915] = 3, + ACTIONS(7632), 1, + anon_sym_get, + ACTIONS(7634), 1, + anon_sym_set, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [298926] = 3, + ACTIONS(8703), 1, + anon_sym_LBRACE, + STATE(7672), 1, + sym__block, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [298937] = 3, + ACTIONS(8647), 1, + anon_sym_LBRACE, + STATE(3393), 1, + sym_class_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [298948] = 3, + ACTIONS(8701), 1, + anon_sym_LPAREN, + STATE(5394), 1, + aux_sym__function_value_parameters, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [298959] = 3, + ACTIONS(12418), 1, + sym__arrow_operator_custom, + STATE(4336), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [298970] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(12420), 2, + anon_sym_Type, + anon_sym_Protocol, + [298979] = 3, + ACTIONS(9816), 1, + anon_sym_LPAREN, + STATE(6534), 1, + aux_sym__function_value_parameters, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [298990] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(11972), 2, + anon_sym_COMMA, + anon_sym_COLON, + [298999] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(11963), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + [299008] = 3, + ACTIONS(10015), 1, + anon_sym_LBRACE, + STATE(7529), 1, + sym_enum_class_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [299019] = 3, + ACTIONS(8924), 1, + anon_sym_LPAREN, + STATE(5567), 1, + aux_sym__function_value_parameters, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [299030] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(11974), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + [299039] = 3, + ACTIONS(10046), 1, + anon_sym_LBRACE, + STATE(8085), 1, + sym_protocol_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [299050] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(12422), 2, + anon_sym_LPAREN, + anon_sym_LT, + [299059] = 3, + ACTIONS(8313), 1, + sym__dot_custom, + STATE(5751), 1, + sym__dot, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [299070] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(12424), 2, + anon_sym_Type, + anon_sym_Protocol, + [299079] = 3, + ACTIONS(8701), 1, + anon_sym_LPAREN, + STATE(5350), 1, + aux_sym__function_value_parameters, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [299090] = 3, + ACTIONS(12426), 1, + sym__as_custom, + STATE(4407), 1, + sym__as, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [299101] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2069), 2, + sym_else, + anon_sym_COMMA, + [299110] = 3, + ACTIONS(9818), 1, + anon_sym_LBRACE, + STATE(3151), 1, + sym_computed_property, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [299121] = 3, + ACTIONS(10022), 1, + anon_sym_LBRACE, + STATE(4630), 1, + sym_enum_class_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [299132] = 3, + ACTIONS(9816), 1, + anon_sym_LPAREN, + STATE(6630), 1, + aux_sym__function_value_parameters, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [299143] = 3, + ACTIONS(10229), 1, + sym__arrow_operator_custom, + STATE(4390), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [299154] = 3, + ACTIONS(12428), 1, + sym__dot_custom, + STATE(5755), 1, + sym__dot, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [299165] = 3, + ACTIONS(12430), 1, + sym__eq_custom, + STATE(4392), 1, + sym__equal_sign, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [299176] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7428), 2, + sym_else, + anon_sym_COMMA, + [299185] = 3, + ACTIONS(12432), 1, + anon_sym_COMMA, + ACTIONS(12434), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [299196] = 3, + ACTIONS(8632), 1, + anon_sym_LBRACE, + STATE(8099), 1, + sym_class_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [299207] = 3, + ACTIONS(9827), 1, + anon_sym_LBRACE, + STATE(7728), 1, + sym_computed_property, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [299218] = 3, + ACTIONS(12436), 1, + sym__arrow_operator_custom, + STATE(4573), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [299229] = 3, + ACTIONS(8632), 1, + anon_sym_LBRACE, + STATE(8051), 1, + sym_class_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [299240] = 3, + ACTIONS(12438), 1, + sym__arrow_operator_custom, + STATE(4365), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [299251] = 3, + ACTIONS(7640), 1, + anon_sym_LBRACE, + STATE(7244), 1, + sym__block, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [299262] = 3, + ACTIONS(10400), 1, + anon_sym_LBRACE, + STATE(4652), 1, + sym__block, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [299273] = 3, + ACTIONS(8660), 1, + anon_sym_LBRACE, + STATE(4659), 1, + sym_class_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [299284] = 3, + ACTIONS(12440), 1, + anon_sym_COLON, + ACTIONS(12442), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [299295] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(12444), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + [299304] = 3, + ACTIONS(9999), 1, + anon_sym_LBRACE, + STATE(3394), 1, + sym_enum_class_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [299315] = 3, + ACTIONS(10400), 1, + anon_sym_LBRACE, + STATE(4690), 1, + sym__block, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [299326] = 3, + ACTIONS(10022), 1, + anon_sym_LBRACE, + STATE(4667), 1, + sym_enum_class_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [299337] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(12003), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + [299346] = 3, + ACTIONS(8321), 1, + sym__dot_custom, + STATE(5766), 1, + sym__dot, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [299357] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7444), 2, + anon_sym_COMMA, + anon_sym_LBRACE, + [299366] = 3, + ACTIONS(10422), 1, + sym__as_custom, + STATE(4276), 1, + sym__as, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [299377] = 3, + ACTIONS(10400), 1, + anon_sym_LBRACE, + STATE(4647), 1, + sym__block, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [299388] = 3, + ACTIONS(10032), 1, + anon_sym_LBRACE, + STATE(8099), 1, + sym_enum_class_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [299399] = 3, + ACTIONS(10046), 1, + anon_sym_LBRACE, + STATE(8153), 1, + sym_protocol_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [299410] = 3, + ACTIONS(12446), 1, + anon_sym_COLON, + ACTIONS(12448), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [299421] = 3, + ACTIONS(10231), 1, + sym__arrow_operator_custom, + STATE(4410), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [299432] = 3, + ACTIONS(12450), 1, + sym__dot_custom, + STATE(5769), 1, + sym__dot, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [299443] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(12452), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + [299452] = 3, + ACTIONS(12454), 1, + sym__arrow_operator_custom, + STATE(4418), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [299463] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(12456), 2, + anon_sym_Type, + anon_sym_Protocol, + [299472] = 3, + ACTIONS(8632), 1, + anon_sym_LBRACE, + STATE(8154), 1, + sym_class_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [299483] = 3, + ACTIONS(10032), 1, + anon_sym_LBRACE, + STATE(8155), 1, + sym_enum_class_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [299494] = 3, + ACTIONS(8703), 1, + anon_sym_LBRACE, + STATE(7287), 1, + sym__block, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [299505] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7436), 2, + sym_else, + anon_sym_COMMA, + [299514] = 3, + ACTIONS(8349), 1, + sym__dot_custom, + STATE(5775), 1, + sym__dot, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [299525] = 3, + ACTIONS(12458), 1, + sym__as_custom, + STATE(4212), 1, + sym__as, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [299536] = 3, + ACTIONS(9827), 1, + anon_sym_LBRACE, + STATE(7771), 1, + sym_computed_property, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [299547] = 3, + ACTIONS(10237), 1, + sym__arrow_operator_custom, + STATE(4446), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [299558] = 3, + ACTIONS(12460), 1, + sym__dot_custom, + STATE(5776), 1, + sym__dot, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [299569] = 3, + ACTIONS(12462), 1, + anon_sym_COLON, + ACTIONS(12464), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [299580] = 3, + ACTIONS(9999), 1, + anon_sym_LBRACE, + STATE(3181), 1, + sym_enum_class_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [299591] = 3, + ACTIONS(10046), 1, + anon_sym_LBRACE, + STATE(8215), 1, + sym_protocol_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [299602] = 3, + ACTIONS(12466), 1, + sym__arrow_operator_custom, + STATE(4557), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [299613] = 3, + ACTIONS(8703), 1, + anon_sym_LBRACE, + STATE(7473), 1, + sym__block, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [299624] = 3, + ACTIONS(12468), 1, + anon_sym_COLON, + ACTIONS(12470), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [299635] = 3, + ACTIONS(9818), 1, + anon_sym_LBRACE, + STATE(3160), 1, + sym_computed_property, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [299646] = 3, + ACTIONS(10003), 1, + anon_sym_LBRACE, + STATE(8477), 1, + sym_protocol_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [299657] = 3, + ACTIONS(10400), 1, + anon_sym_LBRACE, + STATE(4689), 1, + sym__block, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [299668] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7432), 2, + anon_sym_COMMA, + anon_sym_LBRACE, + [299677] = 3, + ACTIONS(8337), 1, + sym__dot_custom, + STATE(5781), 1, + sym__dot, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [299688] = 3, + ACTIONS(7624), 1, + anon_sym_LBRACE, + STATE(4622), 1, + sym__block, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [299699] = 3, + ACTIONS(9818), 1, + anon_sym_LBRACE, + STATE(3163), 1, + sym_computed_property, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [299710] = 3, + ACTIONS(10196), 1, + sym__as_custom, + STATE(4439), 1, + sym__as, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [299721] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(12472), 2, + anon_sym_Type, + anon_sym_Protocol, + [299730] = 3, + ACTIONS(10400), 1, + anon_sym_LBRACE, + STATE(4653), 1, + sym__block, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [299741] = 3, + ACTIONS(10400), 1, + anon_sym_LBRACE, + STATE(4654), 1, + sym__block, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [299752] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(12474), 2, + anon_sym_Type, + anon_sym_Protocol, + [299761] = 3, + ACTIONS(10239), 1, + sym__arrow_operator_custom, + STATE(4215), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [299772] = 3, + ACTIONS(12476), 1, + sym__dot_custom, + STATE(5783), 1, + sym__dot, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [299783] = 3, + ACTIONS(10400), 1, + anon_sym_LBRACE, + STATE(4634), 1, + sym__block, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [299794] = 3, + ACTIONS(10032), 1, + anon_sym_LBRACE, + STATE(8266), 1, + sym_enum_class_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [299805] = 3, + ACTIONS(12478), 1, + sym__arrow_operator_custom, + STATE(4220), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [299816] = 3, + ACTIONS(8703), 1, + anon_sym_LBRACE, + STATE(7496), 1, + sym__block, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [299827] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(12480), 2, + anon_sym_Type, + anon_sym_Protocol, + [299836] = 3, + ACTIONS(10046), 1, + anon_sym_LBRACE, + STATE(8311), 1, + sym_protocol_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [299847] = 3, + ACTIONS(10015), 1, + anon_sym_LBRACE, + STATE(7693), 1, + sym_enum_class_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [299858] = 3, + ACTIONS(9827), 1, + anon_sym_LBRACE, + STATE(7785), 1, + sym_computed_property, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [299869] = 3, + ACTIONS(12482), 1, + sym__dot_custom, + STATE(5736), 1, + sym__dot, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [299880] = 3, + ACTIONS(9818), 1, + anon_sym_LBRACE, + STATE(3167), 1, + sym_computed_property, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [299891] = 3, + ACTIONS(9818), 1, + anon_sym_LBRACE, + STATE(3168), 1, + sym_computed_property, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [299902] = 3, + ACTIONS(12484), 1, + sym__as_custom, + STATE(4230), 1, + sym__as, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [299913] = 3, + ACTIONS(10400), 1, + anon_sym_LBRACE, + STATE(4687), 1, + sym__block, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [299924] = 3, + ACTIONS(10243), 1, + sym__arrow_operator_custom, + STATE(4233), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [299935] = 3, + ACTIONS(9818), 1, + anon_sym_LBRACE, + STATE(3170), 1, + sym_computed_property, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [299946] = 3, + ACTIONS(9818), 1, + anon_sym_LBRACE, + STATE(3172), 1, + sym_computed_property, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [299957] = 3, + ACTIONS(12486), 1, + sym__arrow_operator_custom, + STATE(4237), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [299968] = 3, + ACTIONS(9818), 1, + anon_sym_LBRACE, + STATE(3177), 1, + sym_computed_property, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [299979] = 3, + ACTIONS(8647), 1, + anon_sym_LBRACE, + STATE(3478), 1, + sym_class_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [299990] = 3, + ACTIONS(8329), 1, + sym__dot_custom, + STATE(5871), 1, + sym__dot, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [300001] = 3, + ACTIONS(12328), 1, + anon_sym_enum, + ACTIONS(12488), 1, + anon_sym_case, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [300012] = 3, + ACTIONS(9627), 1, + sym__as_custom, + STATE(4239), 1, + sym__as, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [300023] = 3, + ACTIONS(10104), 1, + anon_sym_LBRACE, + STATE(7947), 1, + sym_protocol_property_requirements, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [300034] = 3, + ACTIONS(10003), 1, + anon_sym_LBRACE, + STATE(7920), 1, + sym_protocol_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [300045] = 3, + ACTIONS(12490), 1, + anon_sym_COLON, + ACTIONS(12492), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [300056] = 3, + ACTIONS(4411), 1, + anon_sym_LBRACE, + STATE(4895), 1, + sym__block, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [300067] = 3, + ACTIONS(6935), 1, + sym__as_custom, + STATE(4249), 1, + sym__as, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [300078] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(2069), 2, + anon_sym_COMMA, + anon_sym_LBRACE, + [300087] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(12494), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + [300096] = 3, + ACTIONS(10245), 1, + sym__arrow_operator_custom, + STATE(4250), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [300107] = 3, + ACTIONS(9827), 1, + anon_sym_LBRACE, + STATE(7782), 1, + sym_computed_property, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [300118] = 3, + ACTIONS(12496), 1, + sym__arrow_operator_custom, + STATE(4254), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [300129] = 3, + ACTIONS(8703), 1, + anon_sym_LBRACE, + STATE(7509), 1, + sym__block, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [300140] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(12498), 2, + anon_sym_Type, + anon_sym_Protocol, + [300149] = 3, + ACTIONS(12500), 1, + anon_sym_COLON, + ACTIONS(12502), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [300160] = 3, + ACTIONS(4411), 1, + anon_sym_LBRACE, + STATE(4898), 1, + sym__block, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [300171] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7444), 2, + sym_else, + anon_sym_COMMA, + [300180] = 3, + ACTIONS(12504), 1, + sym__eq_custom, + STATE(4423), 1, + sym__equal_sign, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [300191] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(12506), 2, + anon_sym_Type, + anon_sym_Protocol, + [300200] = 3, + ACTIONS(10249), 1, + sym__arrow_operator_custom, + STATE(4262), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [300211] = 3, + ACTIONS(12508), 1, + anon_sym_COMMA, + ACTIONS(12510), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [300222] = 3, + ACTIONS(12512), 1, + sym__arrow_operator_custom, + STATE(4264), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [300233] = 3, + ACTIONS(12514), 1, + anon_sym_COLON, + ACTIONS(12516), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [300244] = 3, + ACTIONS(10003), 1, + anon_sym_LBRACE, + STATE(8397), 1, + sym_protocol_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [300255] = 3, + ACTIONS(12518), 1, + anon_sym_COLON, + ACTIONS(12520), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [300266] = 3, + ACTIONS(10251), 1, + sym__arrow_operator_custom, + STATE(4268), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [300277] = 3, + ACTIONS(12522), 1, + sym__arrow_operator_custom, + STATE(4269), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [300288] = 3, + ACTIONS(12524), 1, + anon_sym_COLON, + ACTIONS(12526), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [300299] = 3, + ACTIONS(10182), 1, + sym__arrow_operator_custom, + STATE(4397), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [300310] = 3, + ACTIONS(4409), 1, + anon_sym_LPAREN, + STATE(1867), 1, + aux_sym__function_value_parameters, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [300321] = 3, + ACTIONS(4409), 1, + anon_sym_LPAREN, + STATE(1847), 1, + aux_sym__function_value_parameters, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [300332] = 3, + ACTIONS(10253), 1, + sym__arrow_operator_custom, + STATE(4273), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [300343] = 3, + ACTIONS(12528), 1, + sym__arrow_operator_custom, + STATE(4275), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [300354] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(10795), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + [300363] = 3, + ACTIONS(10003), 1, + anon_sym_LBRACE, + STATE(8436), 1, + sym_protocol_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [300374] = 3, + ACTIONS(10255), 1, + sym__arrow_operator_custom, + STATE(4278), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [300385] = 3, + ACTIONS(12530), 1, + sym__arrow_operator_custom, + STATE(4279), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [300396] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(12532), 2, + anon_sym_Type, + anon_sym_Protocol, + [300405] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5266), 2, + sym__arrow_operator_custom, + anon_sym_in, + [300414] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(12534), 2, + anon_sym_Type, + anon_sym_Protocol, + [300423] = 3, + ACTIONS(10257), 1, + sym__arrow_operator_custom, + STATE(4282), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [300434] = 3, + ACTIONS(12536), 1, + sym__arrow_operator_custom, + STATE(4284), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [300445] = 3, + ACTIONS(10104), 1, + anon_sym_LBRACE, + STATE(8097), 1, + sym_protocol_property_requirements, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [300456] = 3, + ACTIONS(10104), 1, + anon_sym_LBRACE, + STATE(8449), 1, + sym_protocol_property_requirements, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [300467] = 3, + ACTIONS(10259), 1, + sym__arrow_operator_custom, + STATE(4286), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [300478] = 3, + ACTIONS(12538), 1, + sym__arrow_operator_custom, + STATE(4287), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [300489] = 3, + ACTIONS(8924), 1, + anon_sym_LPAREN, + STATE(5532), 1, + aux_sym__function_value_parameters, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [300500] = 3, + ACTIONS(8660), 1, + anon_sym_LBRACE, + STATE(4656), 1, + sym_class_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [300511] = 3, + ACTIONS(8647), 1, + anon_sym_LBRACE, + STATE(3365), 1, + sym_class_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [300522] = 3, + ACTIONS(10261), 1, + sym__arrow_operator_custom, + STATE(4289), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [300533] = 3, + ACTIONS(12540), 1, + sym__arrow_operator_custom, + STATE(4290), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [300544] = 3, + ACTIONS(9827), 1, + anon_sym_LBRACE, + STATE(8411), 1, + sym_computed_property, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [300555] = 3, + ACTIONS(10263), 1, + sym__arrow_operator_custom, + STATE(4293), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [300566] = 3, + ACTIONS(12542), 1, + sym__arrow_operator_custom, + STATE(4295), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [300577] = 3, + ACTIONS(12544), 1, + anon_sym_COMMA, + ACTIONS(12546), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [300588] = 3, + ACTIONS(12548), 1, + anon_sym_COLON, + ACTIONS(12550), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [300599] = 3, + ACTIONS(12552), 1, + anon_sym_COLON, + ACTIONS(12554), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [300610] = 3, + ACTIONS(10009), 1, + anon_sym_LBRACE, + STATE(3644), 1, + sym_protocol_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [300621] = 3, + ACTIONS(10265), 1, + sym__arrow_operator_custom, + STATE(4298), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [300632] = 3, + ACTIONS(12556), 1, + sym__arrow_operator_custom, + STATE(4300), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [300643] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(12558), 2, + anon_sym_Type, + anon_sym_Protocol, + [300652] = 3, + ACTIONS(10267), 1, + sym__arrow_operator_custom, + STATE(4302), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [300663] = 3, + ACTIONS(12560), 1, + sym__arrow_operator_custom, + STATE(4304), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [300674] = 3, + ACTIONS(8670), 1, + anon_sym_LBRACE, + STATE(7372), 1, + sym_class_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [300685] = 3, + ACTIONS(12562), 1, + anon_sym_willSet, + ACTIONS(12564), 1, + anon_sym_didSet, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [300696] = 3, + ACTIONS(10269), 1, + sym__arrow_operator_custom, + STATE(4308), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [300707] = 3, + ACTIONS(12566), 1, + sym__arrow_operator_custom, + STATE(4310), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [300718] = 3, + ACTIONS(12568), 1, + anon_sym_COLON, + ACTIONS(12570), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [300729] = 3, + ACTIONS(10271), 1, + sym__arrow_operator_custom, + STATE(4312), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [300740] = 3, + ACTIONS(12572), 1, + sym__arrow_operator_custom, + STATE(4314), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [300751] = 3, + ACTIONS(10032), 1, + anon_sym_LBRACE, + STATE(8557), 1, + sym_enum_class_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [300762] = 3, + ACTIONS(12574), 1, + anon_sym_COMMA, + ACTIONS(12576), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [300773] = 3, + ACTIONS(10015), 1, + anon_sym_LBRACE, + STATE(7399), 1, + sym_enum_class_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [300784] = 3, + ACTIONS(10273), 1, + sym__arrow_operator_custom, + STATE(4316), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [300795] = 3, + ACTIONS(12578), 1, + sym__arrow_operator_custom, + STATE(4318), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [300806] = 3, + ACTIONS(10015), 1, + anon_sym_LBRACE, + STATE(7396), 1, + sym_enum_class_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [300817] = 3, + ACTIONS(8670), 1, + anon_sym_LBRACE, + STATE(7399), 1, + sym_class_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [300828] = 3, + ACTIONS(10277), 1, + sym__arrow_operator_custom, + STATE(4320), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [300839] = 3, + ACTIONS(12580), 1, + sym__arrow_operator_custom, + STATE(4322), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [300850] = 3, + ACTIONS(8701), 1, + anon_sym_LPAREN, + STATE(5443), 1, + aux_sym__function_value_parameters, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [300861] = 3, + ACTIONS(12582), 1, + anon_sym_COLON, + ACTIONS(12584), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [300872] = 3, + ACTIONS(10279), 1, + sym__arrow_operator_custom, + STATE(4324), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [300883] = 3, + ACTIONS(12586), 1, + sym__arrow_operator_custom, + STATE(4326), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [300894] = 3, + ACTIONS(12588), 1, + anon_sym_COLON, + ACTIONS(12590), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [300905] = 3, + ACTIONS(12592), 1, + anon_sym_COLON, + ACTIONS(12594), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [300916] = 3, + ACTIONS(10281), 1, + sym__arrow_operator_custom, + STATE(4330), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [300927] = 3, + ACTIONS(12596), 1, + sym__arrow_operator_custom, + STATE(4332), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [300938] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(12598), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + [300947] = 3, + ACTIONS(12600), 1, + sym_raw_str_interpolation_start, + STATE(8124), 1, + sym_raw_str_interpolation, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [300958] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(12602), 2, + anon_sym_Type, + anon_sym_Protocol, + [300967] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(4932), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + [300976] = 3, + ACTIONS(10283), 1, + sym__arrow_operator_custom, + STATE(4335), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [300987] = 3, + ACTIONS(12604), 1, + sym__arrow_operator_custom, + STATE(4337), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [300998] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(12606), 2, + anon_sym_Type, + anon_sym_Protocol, + [301007] = 3, + ACTIONS(10022), 1, + anon_sym_LBRACE, + STATE(4656), 1, + sym_enum_class_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [301018] = 3, + ACTIONS(10285), 1, + sym__arrow_operator_custom, + STATE(4340), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [301029] = 3, + ACTIONS(12608), 1, + sym__arrow_operator_custom, + STATE(4343), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [301040] = 3, + ACTIONS(9827), 1, + anon_sym_LBRACE, + STATE(7870), 1, + sym_computed_property, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [301051] = 3, + ACTIONS(10287), 1, + sym__arrow_operator_custom, + STATE(4345), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [301062] = 3, + ACTIONS(12610), 1, + sym__arrow_operator_custom, + STATE(4347), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [301073] = 3, + ACTIONS(12612), 1, + anon_sym_COLON, + ACTIONS(12614), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [301084] = 3, + ACTIONS(8660), 1, + anon_sym_LBRACE, + STATE(4685), 1, + sym_class_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [301095] = 3, + ACTIONS(10289), 1, + sym__arrow_operator_custom, + STATE(4350), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [301106] = 3, + ACTIONS(12616), 1, + sym__arrow_operator_custom, + STATE(4352), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [301117] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7440), 2, + anon_sym_COMMA, + anon_sym_LBRACE, + [301126] = 3, + ACTIONS(10291), 1, + sym__arrow_operator_custom, + STATE(4355), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [301137] = 3, + ACTIONS(12618), 1, + sym__arrow_operator_custom, + STATE(4357), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [301148] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(12620), 2, + anon_sym_Type, + anon_sym_Protocol, + [301157] = 3, + ACTIONS(10293), 1, + sym__arrow_operator_custom, + STATE(4360), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [301168] = 3, + ACTIONS(12622), 1, + sym__arrow_operator_custom, + STATE(4361), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [301179] = 3, + ACTIONS(10046), 1, + anon_sym_LBRACE, + STATE(7792), 1, + sym_protocol_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [301190] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(12624), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + [301199] = 3, + ACTIONS(8632), 1, + anon_sym_LBRACE, + STATE(7800), 1, + sym_class_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [301210] = 3, + ACTIONS(10295), 1, + sym__arrow_operator_custom, + STATE(4363), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [301221] = 3, + ACTIONS(12626), 1, + sym__arrow_operator_custom, + STATE(4364), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [301232] = 3, + ACTIONS(12628), 1, + anon_sym_COLON, + ACTIONS(12630), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [301243] = 3, + ACTIONS(10297), 1, + sym__arrow_operator_custom, + STATE(4367), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [301254] = 3, + ACTIONS(12632), 1, + sym__arrow_operator_custom, + STATE(4368), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [301265] = 3, + ACTIONS(10022), 1, + anon_sym_LBRACE, + STATE(4649), 1, + sym_enum_class_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [301276] = 3, + ACTIONS(4409), 1, + anon_sym_LPAREN, + STATE(1865), 1, + aux_sym__function_value_parameters, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [301287] = 3, + ACTIONS(10032), 1, + anon_sym_LBRACE, + STATE(7802), 1, + sym_enum_class_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [301298] = 3, + ACTIONS(10301), 1, + sym__arrow_operator_custom, + STATE(4370), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [301309] = 3, + ACTIONS(12634), 1, + sym__arrow_operator_custom, + STATE(4371), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [301320] = 3, + ACTIONS(9999), 1, + anon_sym_LBRACE, + STATE(3478), 1, + sym_enum_class_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [301331] = 3, + ACTIONS(8647), 1, + anon_sym_LBRACE, + STATE(3648), 1, + sym_class_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [301342] = 3, + ACTIONS(12636), 1, + anon_sym_COLON, + ACTIONS(12638), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [301353] = 3, + ACTIONS(10303), 1, + sym__arrow_operator_custom, + STATE(4373), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [301364] = 3, + ACTIONS(12640), 1, + sym__arrow_operator_custom, + STATE(4374), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [301375] = 3, + ACTIONS(10305), 1, + sym__arrow_operator_custom, + STATE(4376), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [301386] = 3, + ACTIONS(12642), 1, + sym__arrow_operator_custom, + STATE(4377), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [301397] = 3, + ACTIONS(10003), 1, + anon_sym_LBRACE, + STATE(8022), 1, + sym_protocol_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [301408] = 3, + ACTIONS(10104), 1, + anon_sym_LBRACE, + STATE(8180), 1, + sym_protocol_property_requirements, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [301419] = 3, + ACTIONS(10307), 1, + sym__arrow_operator_custom, + STATE(4379), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [301430] = 3, + ACTIONS(12644), 1, + sym__arrow_operator_custom, + STATE(4381), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [301441] = 3, + ACTIONS(10009), 1, + anon_sym_LBRACE, + STATE(3358), 1, + sym_protocol_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [301452] = 3, + ACTIONS(4409), 1, + anon_sym_LPAREN, + STATE(1859), 1, + aux_sym__function_value_parameters, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [301463] = 3, + ACTIONS(10309), 1, + sym__arrow_operator_custom, + STATE(4383), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [301474] = 3, + ACTIONS(12646), 1, + sym__arrow_operator_custom, + STATE(4384), 1, + sym__arrow_operator, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [301485] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(12648), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + [301494] = 3, + ACTIONS(12650), 1, + anon_sym_COLON, + ACTIONS(12652), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [301505] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(7454), 2, + sym_else, + anon_sym_COMMA, + [301514] = 3, + ACTIONS(8670), 1, + anon_sym_LBRACE, + STATE(7606), 1, + sym_class_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [301525] = 3, + ACTIONS(12654), 1, + anon_sym_COMMA, + ACTIONS(12656), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [301536] = 3, + ACTIONS(12658), 1, + anon_sym_COLON, + ACTIONS(12660), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [301547] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(5167), 2, + sym_where_keyword, + anon_sym_LBRACE, + [301556] = 3, + ACTIONS(10022), 1, + anon_sym_LBRACE, + STATE(4643), 1, + sym_enum_class_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [301567] = 3, + ACTIONS(12662), 1, + anon_sym_COLON, + ACTIONS(12664), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [301578] = 3, + ACTIONS(12666), 1, + anon_sym_COMMA, + ACTIONS(12668), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [301589] = 3, + ACTIONS(10003), 1, + anon_sym_LBRACE, + STATE(7724), 1, + sym_protocol_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [301600] = 3, + ACTIONS(9999), 1, + anon_sym_LBRACE, + STATE(3648), 1, + sym_enum_class_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [301611] = 3, + ACTIONS(8647), 1, + anon_sym_LBRACE, + STATE(3295), 1, + sym_class_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [301622] = 3, + ACTIONS(10009), 1, + anon_sym_LBRACE, + STATE(3236), 1, + sym_protocol_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [301633] = 3, + ACTIONS(8703), 1, + anon_sym_LBRACE, + STATE(7541), 1, + sym__block, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [301644] = 3, + ACTIONS(12670), 1, + anon_sym_COLON, + ACTIONS(12672), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [301655] = 3, + ACTIONS(10400), 1, + anon_sym_LBRACE, + STATE(4636), 1, + sym__block, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [301666] = 3, + ACTIONS(8660), 1, + anon_sym_LBRACE, + STATE(4646), 1, + sym_class_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [301677] = 3, + ACTIONS(10003), 1, + anon_sym_LBRACE, + STATE(8219), 1, + sym_protocol_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [301688] = 3, + ACTIONS(8647), 1, + anon_sym_LBRACE, + STATE(3385), 1, + sym_class_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [301699] = 3, + ACTIONS(10009), 1, + anon_sym_LBRACE, + STATE(3601), 1, + sym_protocol_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [301710] = 3, + ACTIONS(10022), 1, + anon_sym_LBRACE, + STATE(4646), 1, + sym_enum_class_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [301721] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(12674), 2, + anon_sym_Type, + anon_sym_Protocol, + [301730] = 3, + ACTIONS(8703), 1, + anon_sym_LBRACE, + STATE(7515), 1, + sym__block, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [301741] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(12676), 2, + anon_sym_Type, + anon_sym_Protocol, + [301750] = 3, + ACTIONS(7640), 1, + anon_sym_LBRACE, + STATE(7216), 1, + sym__block, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [301761] = 3, + ACTIONS(8660), 1, + anon_sym_LBRACE, + STATE(4686), 1, + sym_class_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [301772] = 3, + ACTIONS(10022), 1, + anon_sym_LBRACE, + STATE(4691), 1, + sym_enum_class_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [301783] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(12678), 1, + aux_sym__extended_regex_literal_token1, + ACTIONS(12680), 1, + aux_sym__multiline_regex_literal_token1, + [301796] = 3, + ACTIONS(9999), 1, + anon_sym_LBRACE, + STATE(3435), 1, + sym_enum_class_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [301807] = 3, + ACTIONS(12682), 1, + anon_sym_COLON, + ACTIONS(12684), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [301818] = 3, + ACTIONS(7624), 1, + anon_sym_LBRACE, + STATE(4447), 1, + sym__block, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [301829] = 3, + ACTIONS(12686), 1, + anon_sym_COLON, + ACTIONS(12688), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [301840] = 3, + ACTIONS(10015), 1, + anon_sym_LBRACE, + STATE(7619), 1, + sym_enum_class_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [301851] = 3, + ACTIONS(10022), 1, + anon_sym_LBRACE, + STATE(4645), 1, + sym_enum_class_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [301862] = 3, + ACTIONS(4409), 1, + anon_sym_LPAREN, + STATE(1862), 1, + aux_sym__function_value_parameters, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [301873] = 3, + ACTIONS(8701), 1, + anon_sym_LPAREN, + STATE(5371), 1, + aux_sym__function_value_parameters, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [301884] = 3, + ACTIONS(9999), 1, + anon_sym_LBRACE, + STATE(3295), 1, + sym_enum_class_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [301895] = 3, + ACTIONS(9840), 1, + anon_sym_LBRACE, + STATE(8450), 1, + sym_computed_property, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [301906] = 3, + ACTIONS(10009), 1, + anon_sym_LBRACE, + STATE(3315), 1, + sym_protocol_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [301917] = 3, + ACTIONS(8703), 1, + anon_sym_LBRACE, + STATE(7572), 1, + sym__block, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [301928] = 3, + ACTIONS(12690), 1, + anon_sym_COLON, + ACTIONS(12692), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [301939] = 3, + ACTIONS(8647), 1, + anon_sym_LBRACE, + STATE(3317), 1, + sym_class_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [301950] = 3, + ACTIONS(8660), 1, + anon_sym_LBRACE, + STATE(4673), 1, + sym_class_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [301961] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(12694), 2, + anon_sym_Type, + anon_sym_Protocol, + [301970] = 3, + ACTIONS(4409), 1, + anon_sym_LPAREN, + STATE(1863), 1, + aux_sym__function_value_parameters, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [301981] = 3, + ACTIONS(8670), 1, + anon_sym_LBRACE, + STATE(7367), 1, + sym_class_body, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [301992] = 2, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + ACTIONS(12696), 2, + anon_sym_Type, + anon_sym_Protocol, + [302001] = 2, + ACTIONS(12698), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302009] = 2, + ACTIONS(12700), 1, + anon_sym_COLON, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302017] = 2, + ACTIONS(12702), 1, + anon_sym_RBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302025] = 2, + ACTIONS(12704), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302033] = 2, + ACTIONS(12706), 1, + sym_integer_literal, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302041] = 2, + ACTIONS(12708), 1, + anon_sym_RBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302049] = 2, + ACTIONS(9770), 1, + anon_sym_RPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302057] = 2, + ACTIONS(12710), 1, + anon_sym_RBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302065] = 2, + ACTIONS(12712), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302073] = 2, + ACTIONS(8139), 1, + anon_sym_GT, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302081] = 2, + ACTIONS(12714), 1, + anon_sym_COLON, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302089] = 2, + ACTIONS(12716), 1, + anon_sym_LBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302097] = 2, + ACTIONS(12718), 1, + sym_integer_literal, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302105] = 2, + ACTIONS(12720), 1, + anon_sym_RBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302113] = 2, + ACTIONS(12722), 1, + anon_sym_RBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302121] = 2, + ACTIONS(12562), 1, + anon_sym_willSet, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302129] = 2, + ACTIONS(12724), 1, + anon_sym_RBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302137] = 2, + ACTIONS(12726), 1, + sym_integer_literal, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302145] = 2, + ACTIONS(12564), 1, + anon_sym_didSet, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302153] = 2, + ACTIONS(12728), 1, + anon_sym_in, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302161] = 2, + ACTIONS(12730), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302169] = 2, + ACTIONS(12732), 1, + sym_integer_literal, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302177] = 2, + ACTIONS(10819), 1, + sym__eq_custom, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302185] = 2, + ACTIONS(10754), 1, + anon_sym_LBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302193] = 2, + ACTIONS(12734), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302201] = 2, + ACTIONS(12736), 1, + anon_sym_COLON, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302209] = 2, + ACTIONS(12738), 1, + anon_sym_RPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302217] = 2, + ACTIONS(12740), 1, + anon_sym_RBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302225] = 2, + ACTIONS(12742), 1, + sym_integer_literal, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302233] = 2, + ACTIONS(10726), 1, + anon_sym_LBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302241] = 2, + ACTIONS(12744), 1, + anon_sym_RBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302249] = 2, + ACTIONS(12746), 1, + anon_sym_COLON, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302257] = 2, + ACTIONS(10776), 1, + anon_sym_LBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302265] = 2, + ACTIONS(12748), 1, + anon_sym_in, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302273] = 2, + ACTIONS(8175), 1, + anon_sym_GT, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302281] = 2, + ACTIONS(8767), 1, + anon_sym_RBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302289] = 2, + ACTIONS(9939), 1, + anon_sym_LBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302297] = 2, + ACTIONS(12750), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302305] = 2, + ACTIONS(5720), 1, + anon_sym_COLON, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302313] = 2, + ACTIONS(12752), 1, + anon_sym_RBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302321] = 2, + ACTIONS(12754), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302329] = 2, + ACTIONS(10764), 1, + anon_sym_COLON, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302337] = 2, + ACTIONS(12756), 1, + anon_sym_COLON, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302345] = 2, + ACTIONS(12758), 1, + anon_sym_COLON, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302353] = 2, + ACTIONS(12760), 1, + anon_sym_COLON, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302361] = 2, + ACTIONS(12762), 1, + sym_integer_literal, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302369] = 2, + ACTIONS(10730), 1, + anon_sym_LBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302377] = 2, + ACTIONS(12764), 1, + sym_integer_literal, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302385] = 2, + ACTIONS(12766), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302393] = 2, + ACTIONS(12768), 1, + anon_sym_LBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302401] = 2, + ACTIONS(12770), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302409] = 2, + ACTIONS(12772), 1, + anon_sym_set, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302417] = 2, + ACTIONS(12774), 1, + anon_sym_enum, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302425] = 2, + ACTIONS(12776), 1, + anon_sym_COLON, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302433] = 2, + ACTIONS(10730), 1, + anon_sym_LBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302441] = 2, + ACTIONS(12778), 1, + anon_sym_RBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302449] = 2, + ACTIONS(12780), 1, + anon_sym_RBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302457] = 2, + ACTIONS(12782), 1, + aux_sym__uni_character_literal_token1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302465] = 2, + ACTIONS(12784), 1, + anon_sym_in, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302473] = 2, + ACTIONS(12786), 1, + anon_sym_RBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302481] = 2, + ACTIONS(12788), 1, + anon_sym_RPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302489] = 2, + ACTIONS(12790), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302497] = 2, + ACTIONS(10707), 1, + anon_sym_LBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302505] = 2, + ACTIONS(12792), 1, + anon_sym_RBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302513] = 2, + ACTIONS(12794), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302521] = 2, + ACTIONS(10828), 1, + anon_sym_LBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302529] = 2, + ACTIONS(12796), 1, + anon_sym_COLON, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302537] = 2, + ACTIONS(12798), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302545] = 2, + ACTIONS(12800), 1, + anon_sym_LPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302553] = 2, + ACTIONS(12802), 1, + anon_sym_RBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302561] = 2, + ACTIONS(12804), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302569] = 2, + ACTIONS(12806), 1, + anon_sym_RBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302577] = 2, + ACTIONS(12808), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302585] = 2, + ACTIONS(12810), 1, + anon_sym_set, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302593] = 2, + ACTIONS(10709), 1, + anon_sym_LBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302601] = 2, + ACTIONS(12812), 1, + anon_sym_u, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302609] = 2, + ACTIONS(12814), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302617] = 2, + ACTIONS(10726), 1, + anon_sym_LBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302625] = 2, + ACTIONS(12816), 1, + anon_sym_in, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302633] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(12818), 1, + aux_sym_shebang_line_token1, + [302643] = 2, + ACTIONS(9908), 1, + anon_sym_LBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302651] = 2, + ACTIONS(9528), 1, + anon_sym_LBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302659] = 2, + ACTIONS(12820), 1, + anon_sym_RBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302667] = 2, + ACTIONS(10709), 1, + anon_sym_LBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302675] = 2, + ACTIONS(12822), 1, + anon_sym_RBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302683] = 2, + ACTIONS(12824), 1, + anon_sym_RBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302691] = 2, + ACTIONS(12826), 1, + anon_sym_RBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302699] = 2, + ACTIONS(12828), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302707] = 2, + ACTIONS(12830), 1, + anon_sym_COLON, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302715] = 2, + ACTIONS(12832), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302723] = 2, + ACTIONS(12834), 1, + anon_sym_in, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302731] = 2, + ACTIONS(12836), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302739] = 2, + ACTIONS(8882), 1, + anon_sym_RBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302747] = 2, + ACTIONS(12838), 1, + anon_sym_RBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302755] = 2, + ACTIONS(12840), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302763] = 2, + ACTIONS(12842), 1, + anon_sym_RBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302771] = 2, + ACTIONS(12844), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302779] = 2, + ACTIONS(12846), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302787] = 2, + ACTIONS(12848), 1, + anon_sym_RBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302795] = 2, + ACTIONS(12850), 1, + anon_sym_LPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302803] = 2, + ACTIONS(12852), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302811] = 2, + ACTIONS(12854), 1, + anon_sym_RBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302819] = 2, + ACTIONS(12856), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302827] = 2, + ACTIONS(12858), 1, + anon_sym_LBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302835] = 2, + ACTIONS(11505), 1, + anon_sym_RPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302843] = 2, + ACTIONS(12860), 1, + anon_sym_RBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302851] = 2, + ACTIONS(12862), 1, + anon_sym_LPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302859] = 2, + ACTIONS(12864), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302867] = 2, + ACTIONS(12866), 1, + anon_sym_RBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302875] = 2, + ACTIONS(11073), 1, + anon_sym_RPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302883] = 2, + ACTIONS(10809), 1, + anon_sym_LBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302891] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(12868), 1, + aux_sym__multiline_regex_literal_token2, + [302901] = 2, + ACTIONS(12870), 1, + anon_sym_RBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302909] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(12872), 1, + aux_sym__multiline_regex_literal_token2, + [302919] = 2, + ACTIONS(12874), 1, + anon_sym_COLON, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302927] = 2, + ACTIONS(12876), 1, + anon_sym_u, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302935] = 2, + ACTIONS(12878), 1, + anon_sym_RBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302943] = 2, + ACTIONS(12880), 1, + sym_integer_literal, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302951] = 2, + ACTIONS(12882), 1, + anon_sym_RBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302959] = 2, + ACTIONS(12884), 1, + anon_sym_RBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302967] = 2, + ACTIONS(12886), 1, + anon_sym_in, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302975] = 2, + ACTIONS(12888), 1, + anon_sym_RBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302983] = 2, + ACTIONS(12890), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302991] = 2, + ACTIONS(12892), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [302999] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(12894), 1, + aux_sym__multiline_regex_literal_token2, + [303009] = 2, + ACTIONS(12896), 1, + anon_sym_RBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303017] = 2, + ACTIONS(12898), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303025] = 2, + ACTIONS(12900), 1, + anon_sym_RBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303033] = 2, + ACTIONS(12902), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303041] = 2, + ACTIONS(12904), 1, + anon_sym_COLON, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303049] = 2, + ACTIONS(9908), 1, + anon_sym_LBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303057] = 2, + ACTIONS(12906), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303065] = 2, + ACTIONS(9939), 1, + anon_sym_LBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303073] = 2, + ACTIONS(11999), 1, + anon_sym_RPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303081] = 2, + ACTIONS(12908), 1, + anon_sym_COLON, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303089] = 2, + ACTIONS(12910), 1, + anon_sym_RBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303097] = 2, + ACTIONS(12912), 1, + anon_sym_RPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303105] = 2, + ACTIONS(12914), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303113] = 2, + ACTIONS(8815), 1, + anon_sym_RBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303121] = 2, + ACTIONS(12916), 1, + anon_sym_RBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303129] = 2, + ACTIONS(12918), 1, + anon_sym_COLON, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303137] = 2, + ACTIONS(12920), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303145] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(12922), 1, + aux_sym__multiline_regex_literal_token2, + [303155] = 2, + ACTIONS(10776), 1, + anon_sym_LBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303163] = 2, + ACTIONS(12924), 1, + anon_sym_RBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303171] = 2, + ACTIONS(12926), 1, + anon_sym_RBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303179] = 2, + ACTIONS(11480), 1, + anon_sym_RPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303187] = 2, + ACTIONS(12928), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303195] = 2, + ACTIONS(12930), 1, + anon_sym_RPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303203] = 2, + ACTIONS(12932), 1, + anon_sym_RBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303211] = 2, + ACTIONS(12934), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303219] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(12936), 1, + aux_sym__multiline_regex_literal_token2, + [303229] = 2, + ACTIONS(8167), 1, + anon_sym_GT, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303237] = 2, + ACTIONS(12938), 1, + anon_sym_RBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303245] = 2, + ACTIONS(12940), 1, + anon_sym_RBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303253] = 2, + ACTIONS(10713), 1, + anon_sym_LBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303261] = 2, + ACTIONS(12942), 1, + anon_sym_LBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303269] = 2, + ACTIONS(12944), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303277] = 2, + ACTIONS(12946), 1, + anon_sym_RPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303285] = 2, + ACTIONS(10742), 1, + anon_sym_LBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303293] = 2, + ACTIONS(8179), 1, + anon_sym_GT, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303301] = 2, + ACTIONS(12948), 1, + anon_sym_RBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303309] = 2, + ACTIONS(12950), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303317] = 2, + ACTIONS(12952), 1, + anon_sym_COLON, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303325] = 2, + ACTIONS(12954), 1, + anon_sym_RBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303333] = 2, + ACTIONS(12956), 1, + anon_sym_RBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303341] = 2, + ACTIONS(12958), 1, + anon_sym_RBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303349] = 2, + ACTIONS(12960), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303357] = 2, + ACTIONS(12962), 1, + anon_sym_RBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303365] = 2, + ACTIONS(12964), 1, + sym_integer_literal, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303373] = 2, + ACTIONS(12966), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303381] = 2, + ACTIONS(12968), 1, + anon_sym_RBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303389] = 2, + ACTIONS(12970), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303397] = 2, + ACTIONS(12972), 1, + anon_sym_RBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303405] = 2, + ACTIONS(12974), 1, + anon_sym_in, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303413] = 2, + ACTIONS(12976), 1, + anon_sym_RBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303421] = 2, + ACTIONS(12978), 1, + sym_integer_literal, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303429] = 2, + ACTIONS(12980), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303437] = 2, + ACTIONS(12982), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303445] = 2, + ACTIONS(12984), 1, + anon_sym_RBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303453] = 2, + ACTIONS(12986), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303461] = 2, + ACTIONS(12988), 1, + anon_sym_RBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303469] = 2, + ACTIONS(12990), 1, + anon_sym_RBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303477] = 2, + ACTIONS(12992), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303485] = 2, + ACTIONS(12994), 1, + anon_sym_LPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303493] = 2, + ACTIONS(12996), 1, + anon_sym_LPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303501] = 2, + ACTIONS(12998), 1, + ts_builtin_sym_end, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303509] = 2, + ACTIONS(13000), 1, + anon_sym_RBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303517] = 2, + ACTIONS(13002), 1, + anon_sym_in, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303525] = 2, + ACTIONS(13004), 1, + anon_sym_RBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303533] = 2, + ACTIONS(12178), 1, + anon_sym_RPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303541] = 2, + ACTIONS(13006), 1, + anon_sym_COLON, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303549] = 2, + ACTIONS(13008), 1, + anon_sym_GT, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303557] = 2, + ACTIONS(13010), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303565] = 2, + ACTIONS(13012), 1, + anon_sym_RBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303573] = 2, + ACTIONS(13014), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303581] = 2, + ACTIONS(13016), 1, + anon_sym_RPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303589] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(13018), 1, + aux_sym__multiline_regex_literal_token2, + [303599] = 2, + ACTIONS(13020), 1, + aux_sym__uni_character_literal_token1, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303607] = 2, + ACTIONS(13022), 1, + anon_sym_RBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303615] = 2, + ACTIONS(10713), 1, + anon_sym_LBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303623] = 2, + ACTIONS(13024), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303631] = 2, + ACTIONS(13026), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303639] = 2, + ACTIONS(10713), 1, + anon_sym_LBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303647] = 2, + ACTIONS(13028), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303655] = 2, + ACTIONS(13030), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303663] = 2, + ACTIONS(13032), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303671] = 2, + ACTIONS(13034), 1, + anon_sym_RBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303679] = 2, + ACTIONS(13036), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303687] = 2, + ACTIONS(13038), 1, + anon_sym_RPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303695] = 2, + ACTIONS(13040), 1, + anon_sym_COLON, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303703] = 2, + ACTIONS(13042), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303711] = 2, + ACTIONS(10744), 1, + sym__eq_custom, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303719] = 2, + ACTIONS(13044), 1, + anon_sym_RBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303727] = 2, + ACTIONS(13046), 1, + sym_integer_literal, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303735] = 2, + ACTIONS(10732), 1, + sym__eq_custom, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303743] = 2, + ACTIONS(11578), 1, + anon_sym_RPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303751] = 2, + ACTIONS(10726), 1, + anon_sym_LBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303759] = 2, + ACTIONS(13048), 1, + anon_sym_in, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303767] = 2, + ACTIONS(13050), 1, + anon_sym_in, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303775] = 2, + ACTIONS(13052), 1, + anon_sym_COLON, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303783] = 2, + ACTIONS(13054), 1, + anon_sym_RPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303791] = 2, + ACTIONS(13056), 1, + anon_sym_RBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303799] = 2, + ACTIONS(10882), 1, + anon_sym_RPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303807] = 2, + ACTIONS(13058), 1, + anon_sym_RBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303815] = 2, + ACTIONS(13060), 1, + anon_sym_RBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303823] = 2, + ACTIONS(13062), 1, + anon_sym_RPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303831] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(13064), 1, + aux_sym__multiline_regex_literal_token2, + [303841] = 2, + ACTIONS(8163), 1, + anon_sym_GT, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303849] = 2, + ACTIONS(13066), 1, + anon_sym_RBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303857] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(13068), 1, + aux_sym__multiline_regex_literal_token2, + [303867] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(13070), 1, + aux_sym__multiline_regex_literal_token2, + [303877] = 2, + ACTIONS(13072), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303885] = 2, + ACTIONS(13074), 1, + anon_sym_RBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303893] = 2, + ACTIONS(8731), 1, + anon_sym_RBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303901] = 2, + ACTIONS(13076), 1, + anon_sym_COLON, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303909] = 2, + ACTIONS(13078), 1, + anon_sym_RBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303917] = 2, + ACTIONS(13080), 1, + anon_sym_RBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303925] = 2, + ACTIONS(13082), 1, + anon_sym_RBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303933] = 2, + ACTIONS(13084), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303941] = 2, + ACTIONS(13086), 1, + anon_sym_LPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303949] = 2, + ACTIONS(13088), 1, + anon_sym_RBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303957] = 2, + ACTIONS(13090), 1, + anon_sym_RBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303965] = 2, + ACTIONS(5167), 1, + anon_sym_in, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303973] = 2, + ACTIONS(9908), 1, + anon_sym_LBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303981] = 2, + ACTIONS(13092), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303989] = 2, + ACTIONS(13094), 1, + anon_sym_enum, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [303997] = 2, + ACTIONS(13096), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304005] = 2, + ACTIONS(13098), 1, + anon_sym_LPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304013] = 2, + ACTIONS(13100), 1, + anon_sym_LPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304021] = 2, + ACTIONS(13102), 1, + anon_sym_in, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304029] = 2, + ACTIONS(8127), 1, + anon_sym_GT, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304037] = 2, + ACTIONS(13104), 1, + anon_sym_LPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304045] = 2, + ACTIONS(13106), 1, + anon_sym_LPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304053] = 2, + ACTIONS(13108), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304061] = 2, + ACTIONS(13110), 1, + anon_sym_LPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304069] = 2, + ACTIONS(13112), 1, + anon_sym_RBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304077] = 2, + ACTIONS(13114), 1, + anon_sym_COLON, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304085] = 2, + ACTIONS(13116), 1, + anon_sym_in, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304093] = 2, + ACTIONS(13118), 1, + anon_sym_GT, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304101] = 2, + ACTIONS(13120), 1, + anon_sym_in, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304109] = 2, + ACTIONS(10742), 1, + anon_sym_LBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304117] = 2, + ACTIONS(13122), 1, + anon_sym_in, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304125] = 2, + ACTIONS(13124), 1, + anon_sym_COLON, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304133] = 2, + ACTIONS(13126), 1, + anon_sym_RBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304141] = 2, + ACTIONS(13128), 1, + anon_sym_in, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304149] = 2, + ACTIONS(13130), 1, + anon_sym_COLON, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304157] = 2, + ACTIONS(13132), 1, + anon_sym_COLON, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304165] = 2, + ACTIONS(13134), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304173] = 2, + ACTIONS(13136), 1, + anon_sym_RBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304181] = 2, + ACTIONS(13138), 1, + sym_integer_literal, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304189] = 2, + ACTIONS(13140), 1, + anon_sym_COLON, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304197] = 2, + ACTIONS(13142), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304205] = 2, + ACTIONS(13144), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304213] = 2, + ACTIONS(13146), 1, + anon_sym_enum, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304221] = 2, + ACTIONS(13148), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304229] = 2, + ACTIONS(13150), 1, + anon_sym_LPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304237] = 2, + ACTIONS(13152), 1, + anon_sym_LPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304245] = 2, + ACTIONS(9522), 1, + anon_sym_LBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304253] = 2, + ACTIONS(13154), 1, + anon_sym_LPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304261] = 2, + ACTIONS(13156), 1, + anon_sym_LPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304269] = 2, + ACTIONS(13158), 1, + anon_sym_RBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304277] = 2, + ACTIONS(13160), 1, + anon_sym_LPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304285] = 2, + ACTIONS(13162), 1, + anon_sym_RPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304293] = 2, + ACTIONS(13164), 1, + anon_sym_COLON, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304301] = 2, + ACTIONS(13166), 1, + anon_sym_RBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304309] = 2, + ACTIONS(13168), 1, + anon_sym_RBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304317] = 2, + ACTIONS(13170), 1, + anon_sym_LPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304325] = 2, + ACTIONS(13172), 1, + anon_sym_LPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304333] = 2, + ACTIONS(13174), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304341] = 2, + ACTIONS(13176), 1, + anon_sym_LPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304349] = 2, + ACTIONS(13178), 1, + anon_sym_LPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304357] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_multiline_comment, + ACTIONS(13180), 1, + aux_sym__multiline_regex_literal_token2, + [304367] = 2, + ACTIONS(13182), 1, + anon_sym_LPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304375] = 2, + ACTIONS(13184), 1, + anon_sym_RPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304383] = 2, + ACTIONS(13186), 1, + anon_sym_COLON, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304391] = 2, + ACTIONS(10756), 1, + sym__eq_custom, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304399] = 2, + ACTIONS(13188), 1, + anon_sym_LPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304407] = 2, + ACTIONS(13190), 1, + anon_sym_LPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304415] = 2, + ACTIONS(13192), 1, + anon_sym_in, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304423] = 2, + ACTIONS(13194), 1, + anon_sym_LPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304431] = 2, + ACTIONS(13196), 1, + anon_sym_LPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304439] = 2, + ACTIONS(13198), 1, + anon_sym_LPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304447] = 2, + ACTIONS(13200), 1, + anon_sym_RBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304455] = 2, + ACTIONS(13202), 1, + anon_sym_COLON, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304463] = 2, + ACTIONS(13204), 1, + anon_sym_RBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304471] = 2, + ACTIONS(13206), 1, + anon_sym_LPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304479] = 2, + ACTIONS(13208), 1, + anon_sym_LPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304487] = 2, + ACTIONS(13210), 1, + anon_sym_RBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304495] = 2, + ACTIONS(13212), 1, + anon_sym_LPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304503] = 2, + ACTIONS(13214), 1, + anon_sym_LPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304511] = 2, + ACTIONS(9939), 1, + anon_sym_LBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304519] = 2, + ACTIONS(13216), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304527] = 2, + ACTIONS(13218), 1, + anon_sym_COLON, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304535] = 2, + ACTIONS(11678), 1, + anon_sym_RPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304543] = 2, + ACTIONS(13220), 1, + anon_sym_LPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304551] = 2, + ACTIONS(13222), 1, + anon_sym_LPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304559] = 2, + ACTIONS(13224), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304567] = 2, + ACTIONS(13226), 1, + anon_sym_LPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304575] = 2, + ACTIONS(13228), 1, + anon_sym_LPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304583] = 2, + ACTIONS(13230), 1, + anon_sym_LBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304591] = 2, + ACTIONS(13232), 1, + anon_sym_RBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304599] = 2, + ACTIONS(13234), 1, + anon_sym_COLON, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304607] = 2, + ACTIONS(13236), 1, + anon_sym_RBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304615] = 2, + ACTIONS(13238), 1, + anon_sym_LPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304623] = 2, + ACTIONS(13240), 1, + anon_sym_LPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304631] = 2, + ACTIONS(13242), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304639] = 2, + ACTIONS(13244), 1, + anon_sym_LPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304647] = 2, + ACTIONS(13246), 1, + anon_sym_LPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304655] = 2, + ACTIONS(13248), 1, + anon_sym_GT, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304663] = 2, + ACTIONS(10969), 1, + anon_sym_RPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304671] = 2, + ACTIONS(13250), 1, + anon_sym_COLON, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304679] = 2, + ACTIONS(13252), 1, + anon_sym_RBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304687] = 2, + ACTIONS(13254), 1, + anon_sym_LPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304695] = 2, + ACTIONS(13256), 1, + anon_sym_LPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304703] = 2, + ACTIONS(2290), 1, + sym__dot_custom, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304711] = 2, + ACTIONS(13258), 1, + anon_sym_LPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304719] = 2, + ACTIONS(13260), 1, + anon_sym_LPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304727] = 2, + ACTIONS(13262), 1, + anon_sym_RPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304735] = 2, + ACTIONS(13264), 1, + anon_sym_COLON, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304743] = 2, + ACTIONS(13266), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304751] = 2, + ACTIONS(13268), 1, + anon_sym_LPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304759] = 2, + ACTIONS(13270), 1, + anon_sym_LPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304767] = 2, + ACTIONS(10830), 1, + anon_sym_LBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304775] = 2, + ACTIONS(11854), 1, + anon_sym_RPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304783] = 2, + ACTIONS(13272), 1, + anon_sym_RBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304791] = 2, + ACTIONS(13274), 1, + anon_sym_RBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304799] = 2, + ACTIONS(13276), 1, + anon_sym_LPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304807] = 2, + ACTIONS(13278), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304815] = 2, + ACTIONS(13280), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304823] = 2, + ACTIONS(13282), 1, + anon_sym_RBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304831] = 2, + ACTIONS(1143), 1, + anon_sym_COLON, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304839] = 2, + ACTIONS(13284), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304847] = 2, + ACTIONS(13286), 1, + anon_sym_LPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304855] = 2, + ACTIONS(13288), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304863] = 2, + ACTIONS(13290), 1, + anon_sym_LPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304871] = 2, + ACTIONS(13292), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304879] = 2, + ACTIONS(13294), 1, + anon_sym_LPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304887] = 2, + ACTIONS(13296), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304895] = 2, + ACTIONS(13298), 1, + anon_sym_LPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304903] = 2, + ACTIONS(13300), 1, + anon_sym_RBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304911] = 2, + ACTIONS(13302), 1, + anon_sym_LPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304919] = 2, + ACTIONS(13304), 1, + anon_sym_RBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304927] = 2, + ACTIONS(13306), 1, + anon_sym_LPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304935] = 2, + ACTIONS(13308), 1, + anon_sym_in, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304943] = 2, + ACTIONS(13310), 1, + anon_sym_LPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304951] = 2, + ACTIONS(13312), 1, + anon_sym_COLON, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304959] = 2, + ACTIONS(13314), 1, + anon_sym_LPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304967] = 2, + ACTIONS(13316), 1, + anon_sym_LPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304975] = 2, + ACTIONS(13318), 1, + anon_sym_LPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304983] = 2, + ACTIONS(13320), 1, + anon_sym_LPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304991] = 2, + ACTIONS(13322), 1, + anon_sym_LPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [304999] = 2, + ACTIONS(13324), 1, + anon_sym_LPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [305007] = 2, + ACTIONS(13326), 1, + anon_sym_LPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [305015] = 2, + ACTIONS(13328), 1, + anon_sym_LPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [305023] = 2, + ACTIONS(13330), 1, + anon_sym_LPAREN, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, + [305031] = 2, + ACTIONS(10830), 1, + anon_sym_LBRACE, + ACTIONS(5), 2, + sym_multiline_comment, + sym_comment, +}; + +static const uint32_t ts_small_parse_table_map[] = { + [SMALL_STATE(1925)] = 0, + [SMALL_STATE(1926)] = 91, + [SMALL_STATE(1927)] = 182, + [SMALL_STATE(1928)] = 273, + [SMALL_STATE(1929)] = 344, + [SMALL_STATE(1930)] = 415, + [SMALL_STATE(1931)] = 508, + [SMALL_STATE(1932)] = 601, + [SMALL_STATE(1933)] = 682, + [SMALL_STATE(1934)] = 761, + [SMALL_STATE(1935)] = 832, + [SMALL_STATE(1936)] = 909, + [SMALL_STATE(1937)] = 980, + [SMALL_STATE(1938)] = 1051, + [SMALL_STATE(1939)] = 1122, + [SMALL_STATE(1940)] = 1195, + [SMALL_STATE(1941)] = 1268, + [SMALL_STATE(1942)] = 1339, + [SMALL_STATE(1943)] = 1412, + [SMALL_STATE(1944)] = 1505, + [SMALL_STATE(1945)] = 1578, + [SMALL_STATE(1946)] = 1669, + [SMALL_STATE(1947)] = 1740, + [SMALL_STATE(1948)] = 1819, + [SMALL_STATE(1949)] = 1890, + [SMALL_STATE(1950)] = 1961, + [SMALL_STATE(1951)] = 2054, + [SMALL_STATE(1952)] = 2147, + [SMALL_STATE(1953)] = 2220, + [SMALL_STATE(1954)] = 2301, + [SMALL_STATE(1955)] = 2392, + [SMALL_STATE(1956)] = 2463, + [SMALL_STATE(1957)] = 2538, + [SMALL_STATE(1958)] = 2609, + [SMALL_STATE(1959)] = 2700, + [SMALL_STATE(1960)] = 2773, + [SMALL_STATE(1961)] = 2864, + [SMALL_STATE(1962)] = 2942, + [SMALL_STATE(1963)] = 3012, + [SMALL_STATE(1964)] = 3092, + [SMALL_STATE(1965)] = 3168, + [SMALL_STATE(1966)] = 3244, + [SMALL_STATE(1967)] = 3314, + [SMALL_STATE(1968)] = 3392, + [SMALL_STATE(1969)] = 3468, + [SMALL_STATE(1970)] = 3560, + [SMALL_STATE(1971)] = 3634, + [SMALL_STATE(1972)] = 3722, + [SMALL_STATE(1973)] = 3812, + [SMALL_STATE(1974)] = 3904, + [SMALL_STATE(1975)] = 3996, + [SMALL_STATE(1976)] = 4070, + [SMALL_STATE(1977)] = 4162, + [SMALL_STATE(1978)] = 4254, + [SMALL_STATE(1979)] = 4324, + [SMALL_STATE(1980)] = 4400, + [SMALL_STATE(1981)] = 4480, + [SMALL_STATE(1982)] = 4572, + [SMALL_STATE(1983)] = 4652, + [SMALL_STATE(1984)] = 4744, + [SMALL_STATE(1985)] = 4814, + [SMALL_STATE(1986)] = 4886, + [SMALL_STATE(1987)] = 4956, + [SMALL_STATE(1988)] = 5030, + [SMALL_STATE(1989)] = 5100, + [SMALL_STATE(1990)] = 5170, + [SMALL_STATE(1991)] = 5240, + [SMALL_STATE(1992)] = 5332, + [SMALL_STATE(1993)] = 5424, + [SMALL_STATE(1994)] = 5516, + [SMALL_STATE(1995)] = 5594, + [SMALL_STATE(1996)] = 5664, + [SMALL_STATE(1997)] = 5744, + [SMALL_STATE(1998)] = 5814, + [SMALL_STATE(1999)] = 5889, + [SMALL_STATE(2000)] = 5968, + [SMALL_STATE(2001)] = 6055, + [SMALL_STATE(2002)] = 6146, + [SMALL_STATE(2003)] = 6233, + [SMALL_STATE(2004)] = 6310, + [SMALL_STATE(2005)] = 6379, + [SMALL_STATE(2006)] = 6470, + [SMALL_STATE(2007)] = 6561, + [SMALL_STATE(2008)] = 6652, + [SMALL_STATE(2009)] = 6739, + [SMALL_STATE(2010)] = 6814, + [SMALL_STATE(2011)] = 6883, + [SMALL_STATE(2012)] = 6952, + [SMALL_STATE(2013)] = 7021, + [SMALL_STATE(2014)] = 7094, + [SMALL_STATE(2015)] = 7181, + [SMALL_STATE(2016)] = 7268, + [SMALL_STATE(2017)] = 7355, + [SMALL_STATE(2018)] = 7428, + [SMALL_STATE(2019)] = 7501, + [SMALL_STATE(2020)] = 7588, + [SMALL_STATE(2021)] = 7663, + [SMALL_STATE(2022)] = 7732, + [SMALL_STATE(2023)] = 7805, + [SMALL_STATE(2024)] = 7874, + [SMALL_STATE(2025)] = 7951, + [SMALL_STATE(2026)] = 8038, + [SMALL_STATE(2027)] = 8107, + [SMALL_STATE(2028)] = 8180, + [SMALL_STATE(2029)] = 8259, + [SMALL_STATE(2030)] = 8346, + [SMALL_STATE(2031)] = 8433, + [SMALL_STATE(2032)] = 8502, + [SMALL_STATE(2033)] = 8579, + [SMALL_STATE(2034)] = 8666, + [SMALL_STATE(2035)] = 8757, + [SMALL_STATE(2036)] = 8844, + [SMALL_STATE(2037)] = 8919, + [SMALL_STATE(2038)] = 9006, + [SMALL_STATE(2039)] = 9080, + [SMALL_STATE(2040)] = 9150, + [SMALL_STATE(2041)] = 9220, + [SMALL_STATE(2042)] = 9290, + [SMALL_STATE(2043)] = 9360, + [SMALL_STATE(2044)] = 9434, + [SMALL_STATE(2045)] = 9508, + [SMALL_STATE(2046)] = 9590, + [SMALL_STATE(2047)] = 9664, + [SMALL_STATE(2048)] = 9748, + [SMALL_STATE(2049)] = 9818, + [SMALL_STATE(2050)] = 9886, + [SMALL_STATE(2051)] = 9972, + [SMALL_STATE(2052)] = 10040, + [SMALL_STATE(2053)] = 10110, + [SMALL_STATE(2054)] = 10180, + [SMALL_STATE(2055)] = 10250, + [SMALL_STATE(2056)] = 10320, + [SMALL_STATE(2057)] = 10388, + [SMALL_STATE(2058)] = 10458, + [SMALL_STATE(2059)] = 10528, + [SMALL_STATE(2060)] = 10598, + [SMALL_STATE(2061)] = 10700, + [SMALL_STATE(2062)] = 10774, + [SMALL_STATE(2063)] = 10844, + [SMALL_STATE(2064)] = 10914, + [SMALL_STATE(2065)] = 10984, + [SMALL_STATE(2066)] = 11054, + [SMALL_STATE(2067)] = 11124, + [SMALL_STATE(2068)] = 11194, + [SMALL_STATE(2069)] = 11266, + [SMALL_STATE(2070)] = 11340, + [SMALL_STATE(2071)] = 11424, + [SMALL_STATE(2072)] = 11526, + [SMALL_STATE(2073)] = 11596, + [SMALL_STATE(2074)] = 11670, + [SMALL_STATE(2075)] = 11744, + [SMALL_STATE(2076)] = 11814, + [SMALL_STATE(2077)] = 11882, + [SMALL_STATE(2078)] = 11954, + [SMALL_STATE(2079)] = 12028, + [SMALL_STATE(2080)] = 12102, + [SMALL_STATE(2081)] = 12170, + [SMALL_STATE(2082)] = 12240, + [SMALL_STATE(2083)] = 12310, + [SMALL_STATE(2084)] = 12382, + [SMALL_STATE(2085)] = 12464, + [SMALL_STATE(2086)] = 12548, + [SMALL_STATE(2087)] = 12630, + [SMALL_STATE(2088)] = 12698, + [SMALL_STATE(2089)] = 12768, + [SMALL_STATE(2090)] = 12842, + [SMALL_STATE(2091)] = 12916, + [SMALL_STATE(2092)] = 12989, + [SMALL_STATE(2093)] = 13058, + [SMALL_STATE(2094)] = 13133, + [SMALL_STATE(2095)] = 13202, + [SMALL_STATE(2096)] = 13271, + [SMALL_STATE(2097)] = 13342, + [SMALL_STATE(2098)] = 13419, + [SMALL_STATE(2099)] = 13488, + [SMALL_STATE(2100)] = 13569, + [SMALL_STATE(2101)] = 13642, + [SMALL_STATE(2102)] = 13711, + [SMALL_STATE(2103)] = 13780, + [SMALL_STATE(2104)] = 13849, + [SMALL_STATE(2105)] = 13934, + [SMALL_STATE(2106)] = 14005, + [SMALL_STATE(2107)] = 14074, + [SMALL_STATE(2108)] = 14143, + [SMALL_STATE(2109)] = 14212, + [SMALL_STATE(2110)] = 14281, + [SMALL_STATE(2111)] = 14350, + [SMALL_STATE(2112)] = 14419, + [SMALL_STATE(2113)] = 14492, + [SMALL_STATE(2114)] = 14565, + [SMALL_STATE(2115)] = 14640, + [SMALL_STATE(2116)] = 14709, + [SMALL_STATE(2117)] = 14784, + [SMALL_STATE(2118)] = 14861, + [SMALL_STATE(2119)] = 14930, + [SMALL_STATE(2120)] = 15017, + [SMALL_STATE(2121)] = 15090, + [SMALL_STATE(2122)] = 15175, + [SMALL_STATE(2123)] = 15260, + [SMALL_STATE(2124)] = 15333, + [SMALL_STATE(2125)] = 15404, + [SMALL_STATE(2126)] = 15471, + [SMALL_STATE(2127)] = 15538, + [SMALL_STATE(2128)] = 15605, + [SMALL_STATE(2129)] = 15672, + [SMALL_STATE(2130)] = 15741, + [SMALL_STATE(2131)] = 15816, + [SMALL_STATE(2132)] = 15885, + [SMALL_STATE(2133)] = 15960, + [SMALL_STATE(2134)] = 16031, + [SMALL_STATE(2135)] = 16100, + [SMALL_STATE(2136)] = 16167, + [SMALL_STATE(2137)] = 16234, + [SMALL_STATE(2138)] = 16301, + [SMALL_STATE(2139)] = 16368, + [SMALL_STATE(2140)] = 16437, + [SMALL_STATE(2141)] = 16512, + [SMALL_STATE(2142)] = 16583, + [SMALL_STATE(2143)] = 16652, + [SMALL_STATE(2144)] = 16721, + [SMALL_STATE(2145)] = 16794, + [SMALL_STATE(2146)] = 16863, + [SMALL_STATE(2147)] = 16934, + [SMALL_STATE(2148)] = 17007, + [SMALL_STATE(2149)] = 17076, + [SMALL_STATE(2150)] = 17142, + [SMALL_STATE(2151)] = 17212, + [SMALL_STATE(2152)] = 17284, + [SMALL_STATE(2153)] = 17350, + [SMALL_STATE(2154)] = 17428, + [SMALL_STATE(2155)] = 17500, + [SMALL_STATE(2156)] = 17572, + [SMALL_STATE(2157)] = 17640, + [SMALL_STATE(2158)] = 17706, + [SMALL_STATE(2159)] = 17772, + [SMALL_STATE(2160)] = 17838, + [SMALL_STATE(2161)] = 17910, + [SMALL_STATE(2162)] = 17980, + [SMALL_STATE(2163)] = 18060, + [SMALL_STATE(2164)] = 18130, + [SMALL_STATE(2165)] = 18196, + [SMALL_STATE(2166)] = 18262, + [SMALL_STATE(2167)] = 18328, + [SMALL_STATE(2168)] = 18394, + [SMALL_STATE(2169)] = 18460, + [SMALL_STATE(2170)] = 18526, + [SMALL_STATE(2171)] = 18598, + [SMALL_STATE(2172)] = 18672, + [SMALL_STATE(2173)] = 18740, + [SMALL_STATE(2174)] = 18806, + [SMALL_STATE(2175)] = 18878, + [SMALL_STATE(2176)] = 18950, + [SMALL_STATE(2177)] = 19020, + [SMALL_STATE(2178)] = 19086, + [SMALL_STATE(2179)] = 19164, + [SMALL_STATE(2180)] = 19230, + [SMALL_STATE(2181)] = 19296, + [SMALL_STATE(2182)] = 19366, + [SMALL_STATE(2183)] = 19432, + [SMALL_STATE(2184)] = 19498, + [SMALL_STATE(2185)] = 19572, + [SMALL_STATE(2186)] = 19640, + [SMALL_STATE(2187)] = 19706, + [SMALL_STATE(2188)] = 19778, + [SMALL_STATE(2189)] = 19848, + [SMALL_STATE(2190)] = 19918, + [SMALL_STATE(2191)] = 19984, + [SMALL_STATE(2192)] = 20050, + [SMALL_STATE(2193)] = 20116, + [SMALL_STATE(2194)] = 20188, + [SMALL_STATE(2195)] = 20254, + [SMALL_STATE(2196)] = 20326, + [SMALL_STATE(2197)] = 20392, + [SMALL_STATE(2198)] = 20458, + [SMALL_STATE(2199)] = 20524, + [SMALL_STATE(2200)] = 20596, + [SMALL_STATE(2201)] = 20668, + [SMALL_STATE(2202)] = 20734, + [SMALL_STATE(2203)] = 20800, + [SMALL_STATE(2204)] = 20878, + [SMALL_STATE(2205)] = 20944, + [SMALL_STATE(2206)] = 21014, + [SMALL_STATE(2207)] = 21084, + [SMALL_STATE(2208)] = 21158, + [SMALL_STATE(2209)] = 21226, + [SMALL_STATE(2210)] = 21301, + [SMALL_STATE(2211)] = 21366, + [SMALL_STATE(2212)] = 21433, + [SMALL_STATE(2213)] = 21500, + [SMALL_STATE(2214)] = 21573, + [SMALL_STATE(2215)] = 21648, + [SMALL_STATE(2216)] = 21715, + [SMALL_STATE(2217)] = 21786, + [SMALL_STATE(2218)] = 21853, + [SMALL_STATE(2219)] = 21920, + [SMALL_STATE(2220)] = 21991, + [SMALL_STATE(2221)] = 22058, + [SMALL_STATE(2222)] = 22125, + [SMALL_STATE(2223)] = 22192, + [SMALL_STATE(2224)] = 22257, + [SMALL_STATE(2225)] = 22342, + [SMALL_STATE(2226)] = 22409, + [SMALL_STATE(2227)] = 22476, + [SMALL_STATE(2228)] = 22543, + [SMALL_STATE(2229)] = 22642, + [SMALL_STATE(2230)] = 22709, + [SMALL_STATE(2231)] = 22776, + [SMALL_STATE(2232)] = 22847, + [SMALL_STATE(2233)] = 22914, + [SMALL_STATE(2234)] = 22999, + [SMALL_STATE(2235)] = 23068, + [SMALL_STATE(2236)] = 23139, + [SMALL_STATE(2237)] = 23206, + [SMALL_STATE(2238)] = 23291, + [SMALL_STATE(2239)] = 23362, + [SMALL_STATE(2240)] = 23433, + [SMALL_STATE(2241)] = 23508, + [SMALL_STATE(2242)] = 23583, + [SMALL_STATE(2243)] = 23650, + [SMALL_STATE(2244)] = 23717, + [SMALL_STATE(2245)] = 23784, + [SMALL_STATE(2246)] = 23851, + [SMALL_STATE(2247)] = 23918, + [SMALL_STATE(2248)] = 23989, + [SMALL_STATE(2249)] = 24060, + [SMALL_STATE(2250)] = 24135, + [SMALL_STATE(2251)] = 24206, + [SMALL_STATE(2252)] = 24279, + [SMALL_STATE(2253)] = 24378, + [SMALL_STATE(2254)] = 24451, + [SMALL_STATE(2255)] = 24518, + [SMALL_STATE(2256)] = 24585, + [SMALL_STATE(2257)] = 24652, + [SMALL_STATE(2258)] = 24727, + [SMALL_STATE(2259)] = 24802, + [SMALL_STATE(2260)] = 24885, + [SMALL_STATE(2261)] = 24956, + [SMALL_STATE(2262)] = 25031, + [SMALL_STATE(2263)] = 25106, + [SMALL_STATE(2264)] = 25173, + [SMALL_STATE(2265)] = 25248, + [SMALL_STATE(2266)] = 25323, + [SMALL_STATE(2267)] = 25398, + [SMALL_STATE(2268)] = 25473, + [SMALL_STATE(2269)] = 25546, + [SMALL_STATE(2270)] = 25631, + [SMALL_STATE(2271)] = 25716, + [SMALL_STATE(2272)] = 25783, + [SMALL_STATE(2273)] = 25850, + [SMALL_STATE(2274)] = 25917, + [SMALL_STATE(2275)] = 25984, + [SMALL_STATE(2276)] = 26059, + [SMALL_STATE(2277)] = 26134, + [SMALL_STATE(2278)] = 26209, + [SMALL_STATE(2279)] = 26284, + [SMALL_STATE(2280)] = 26359, + [SMALL_STATE(2281)] = 26434, + [SMALL_STATE(2282)] = 26509, + [SMALL_STATE(2283)] = 26584, + [SMALL_STATE(2284)] = 26659, + [SMALL_STATE(2285)] = 26734, + [SMALL_STATE(2286)] = 26801, + [SMALL_STATE(2287)] = 26876, + [SMALL_STATE(2288)] = 26951, + [SMALL_STATE(2289)] = 27026, + [SMALL_STATE(2290)] = 27097, + [SMALL_STATE(2291)] = 27164, + [SMALL_STATE(2292)] = 27231, + [SMALL_STATE(2293)] = 27306, + [SMALL_STATE(2294)] = 27381, + [SMALL_STATE(2295)] = 27456, + [SMALL_STATE(2296)] = 27531, + [SMALL_STATE(2297)] = 27606, + [SMALL_STATE(2298)] = 27681, + [SMALL_STATE(2299)] = 27752, + [SMALL_STATE(2300)] = 27819, + [SMALL_STATE(2301)] = 27886, + [SMALL_STATE(2302)] = 27953, + [SMALL_STATE(2303)] = 28032, + [SMALL_STATE(2304)] = 28099, + [SMALL_STATE(2305)] = 28166, + [SMALL_STATE(2306)] = 28239, + [SMALL_STATE(2307)] = 28310, + [SMALL_STATE(2308)] = 28389, + [SMALL_STATE(2309)] = 28456, + [SMALL_STATE(2310)] = 28527, + [SMALL_STATE(2311)] = 28592, + [SMALL_STATE(2312)] = 28667, + [SMALL_STATE(2313)] = 28742, + [SMALL_STATE(2314)] = 28809, + [SMALL_STATE(2315)] = 28884, + [SMALL_STATE(2316)] = 28959, + [SMALL_STATE(2317)] = 29026, + [SMALL_STATE(2318)] = 29101, + [SMALL_STATE(2319)] = 29176, + [SMALL_STATE(2320)] = 29251, + [SMALL_STATE(2321)] = 29326, + [SMALL_STATE(2322)] = 29393, + [SMALL_STATE(2323)] = 29468, + [SMALL_STATE(2324)] = 29543, + [SMALL_STATE(2325)] = 29618, + [SMALL_STATE(2326)] = 29693, + [SMALL_STATE(2327)] = 29768, + [SMALL_STATE(2328)] = 29843, + [SMALL_STATE(2329)] = 29910, + [SMALL_STATE(2330)] = 29985, + [SMALL_STATE(2331)] = 30060, + [SMALL_STATE(2332)] = 30127, + [SMALL_STATE(2333)] = 30198, + [SMALL_STATE(2334)] = 30273, + [SMALL_STATE(2335)] = 30340, + [SMALL_STATE(2336)] = 30407, + [SMALL_STATE(2337)] = 30484, + [SMALL_STATE(2338)] = 30551, + [SMALL_STATE(2339)] = 30618, + [SMALL_STATE(2340)] = 30685, + [SMALL_STATE(2341)] = 30752, + [SMALL_STATE(2342)] = 30819, + [SMALL_STATE(2343)] = 30886, + [SMALL_STATE(2344)] = 30953, + [SMALL_STATE(2345)] = 31024, + [SMALL_STATE(2346)] = 31091, + [SMALL_STATE(2347)] = 31166, + [SMALL_STATE(2348)] = 31232, + [SMALL_STATE(2349)] = 31302, + [SMALL_STATE(2350)] = 31366, + [SMALL_STATE(2351)] = 31432, + [SMALL_STATE(2352)] = 31496, + [SMALL_STATE(2353)] = 31560, + [SMALL_STATE(2354)] = 31626, + [SMALL_STATE(2355)] = 31690, + [SMALL_STATE(2356)] = 31760, + [SMALL_STATE(2357)] = 31824, + [SMALL_STATE(2358)] = 31888, + [SMALL_STATE(2359)] = 31954, + [SMALL_STATE(2360)] = 32024, + [SMALL_STATE(2361)] = 32092, + [SMALL_STATE(2362)] = 32158, + [SMALL_STATE(2363)] = 32222, + [SMALL_STATE(2364)] = 32286, + [SMALL_STATE(2365)] = 32358, + [SMALL_STATE(2366)] = 32424, + [SMALL_STATE(2367)] = 32490, + [SMALL_STATE(2368)] = 32560, + [SMALL_STATE(2369)] = 32626, + [SMALL_STATE(2370)] = 32690, + [SMALL_STATE(2371)] = 32756, + [SMALL_STATE(2372)] = 32826, + [SMALL_STATE(2373)] = 32896, + [SMALL_STATE(2374)] = 32966, + [SMALL_STATE(2375)] = 33032, + [SMALL_STATE(2376)] = 33096, + [SMALL_STATE(2377)] = 33166, + [SMALL_STATE(2378)] = 33236, + [SMALL_STATE(2379)] = 33302, + [SMALL_STATE(2380)] = 33368, + [SMALL_STATE(2381)] = 33434, + [SMALL_STATE(2382)] = 33502, + [SMALL_STATE(2383)] = 33568, + [SMALL_STATE(2384)] = 33638, + [SMALL_STATE(2385)] = 33716, + [SMALL_STATE(2386)] = 33782, + [SMALL_STATE(2387)] = 33848, + [SMALL_STATE(2388)] = 33914, + [SMALL_STATE(2389)] = 33980, + [SMALL_STATE(2390)] = 34046, + [SMALL_STATE(2391)] = 34112, + [SMALL_STATE(2392)] = 34180, + [SMALL_STATE(2393)] = 34246, + [SMALL_STATE(2394)] = 34318, + [SMALL_STATE(2395)] = 34384, + [SMALL_STATE(2396)] = 34450, + [SMALL_STATE(2397)] = 34516, + [SMALL_STATE(2398)] = 34586, + [SMALL_STATE(2399)] = 34650, + [SMALL_STATE(2400)] = 34714, + [SMALL_STATE(2401)] = 34778, + [SMALL_STATE(2402)] = 34848, + [SMALL_STATE(2403)] = 34914, + [SMALL_STATE(2404)] = 34980, + [SMALL_STATE(2405)] = 35046, + [SMALL_STATE(2406)] = 35118, + [SMALL_STATE(2407)] = 35200, + [SMALL_STATE(2408)] = 35266, + [SMALL_STATE(2409)] = 35332, + [SMALL_STATE(2410)] = 35400, + [SMALL_STATE(2411)] = 35466, + [SMALL_STATE(2412)] = 35538, + [SMALL_STATE(2413)] = 35608, + [SMALL_STATE(2414)] = 35678, + [SMALL_STATE(2415)] = 35742, + [SMALL_STATE(2416)] = 35806, + [SMALL_STATE(2417)] = 35870, + [SMALL_STATE(2418)] = 35940, + [SMALL_STATE(2419)] = 36006, + [SMALL_STATE(2420)] = 36076, + [SMALL_STATE(2421)] = 36144, + [SMALL_STATE(2422)] = 36216, + [SMALL_STATE(2423)] = 36282, + [SMALL_STATE(2424)] = 36346, + [SMALL_STATE(2425)] = 36410, + [SMALL_STATE(2426)] = 36478, + [SMALL_STATE(2427)] = 36546, + [SMALL_STATE(2428)] = 36610, + [SMALL_STATE(2429)] = 36676, + [SMALL_STATE(2430)] = 36742, + [SMALL_STATE(2431)] = 36808, + [SMALL_STATE(2432)] = 36878, + [SMALL_STATE(2433)] = 36976, + [SMALL_STATE(2434)] = 37074, + [SMALL_STATE(2435)] = 37140, + [SMALL_STATE(2436)] = 37212, + [SMALL_STATE(2437)] = 37277, + [SMALL_STATE(2438)] = 37342, + [SMALL_STATE(2439)] = 37407, + [SMALL_STATE(2440)] = 37474, + [SMALL_STATE(2441)] = 37539, + [SMALL_STATE(2442)] = 37604, + [SMALL_STATE(2443)] = 37669, + [SMALL_STATE(2444)] = 37734, + [SMALL_STATE(2445)] = 37797, + [SMALL_STATE(2446)] = 37862, + [SMALL_STATE(2447)] = 37927, + [SMALL_STATE(2448)] = 37998, + [SMALL_STATE(2449)] = 38067, + [SMALL_STATE(2450)] = 38132, + [SMALL_STATE(2451)] = 38195, + [SMALL_STATE(2452)] = 38260, + [SMALL_STATE(2453)] = 38325, + [SMALL_STATE(2454)] = 38394, + [SMALL_STATE(2455)] = 38463, + [SMALL_STATE(2456)] = 38534, + [SMALL_STATE(2457)] = 38601, + [SMALL_STATE(2458)] = 38684, + [SMALL_STATE(2459)] = 38753, + [SMALL_STATE(2460)] = 38816, + [SMALL_STATE(2461)] = 38881, + [SMALL_STATE(2462)] = 38944, + [SMALL_STATE(2463)] = 39015, + [SMALL_STATE(2464)] = 39080, + [SMALL_STATE(2465)] = 39149, + [SMALL_STATE(2466)] = 39218, + [SMALL_STATE(2467)] = 39285, + [SMALL_STATE(2468)] = 39350, + [SMALL_STATE(2469)] = 39419, + [SMALL_STATE(2470)] = 39484, + [SMALL_STATE(2471)] = 39553, + [SMALL_STATE(2472)] = 39616, + [SMALL_STATE(2473)] = 39681, + [SMALL_STATE(2474)] = 39750, + [SMALL_STATE(2475)] = 39819, + [SMALL_STATE(2476)] = 39884, + [SMALL_STATE(2477)] = 39953, + [SMALL_STATE(2478)] = 40022, + [SMALL_STATE(2479)] = 40085, + [SMALL_STATE(2480)] = 40148, + [SMALL_STATE(2481)] = 40213, + [SMALL_STATE(2482)] = 40278, + [SMALL_STATE(2483)] = 40361, + [SMALL_STATE(2484)] = 40426, + [SMALL_STATE(2485)] = 40491, + [SMALL_STATE(2486)] = 40574, + [SMALL_STATE(2487)] = 40639, + [SMALL_STATE(2488)] = 40702, + [SMALL_STATE(2489)] = 40773, + [SMALL_STATE(2490)] = 40842, + [SMALL_STATE(2491)] = 40925, + [SMALL_STATE(2492)] = 40992, + [SMALL_STATE(2493)] = 41057, + [SMALL_STATE(2494)] = 41126, + [SMALL_STATE(2495)] = 41191, + [SMALL_STATE(2496)] = 41256, + [SMALL_STATE(2497)] = 41321, + [SMALL_STATE(2498)] = 41390, + [SMALL_STATE(2499)] = 41453, + [SMALL_STATE(2500)] = 41520, + [SMALL_STATE(2501)] = 41589, + [SMALL_STATE(2502)] = 41658, + [SMALL_STATE(2503)] = 41727, + [SMALL_STATE(2504)] = 41810, + [SMALL_STATE(2505)] = 41875, + [SMALL_STATE(2506)] = 41940, + [SMALL_STATE(2507)] = 42009, + [SMALL_STATE(2508)] = 42074, + [SMALL_STATE(2509)] = 42141, + [SMALL_STATE(2510)] = 42210, + [SMALL_STATE(2511)] = 42279, + [SMALL_STATE(2512)] = 42348, + [SMALL_STATE(2513)] = 42413, + [SMALL_STATE(2514)] = 42484, + [SMALL_STATE(2515)] = 42553, + [SMALL_STATE(2516)] = 42622, + [SMALL_STATE(2517)] = 42691, + [SMALL_STATE(2518)] = 42760, + [SMALL_STATE(2519)] = 42825, + [SMALL_STATE(2520)] = 42892, + [SMALL_STATE(2521)] = 42957, + [SMALL_STATE(2522)] = 43026, + [SMALL_STATE(2523)] = 43093, + [SMALL_STATE(2524)] = 43162, + [SMALL_STATE(2525)] = 43227, + [SMALL_STATE(2526)] = 43290, + [SMALL_STATE(2527)] = 43355, + [SMALL_STATE(2528)] = 43420, + [SMALL_STATE(2529)] = 43485, + [SMALL_STATE(2530)] = 43550, + [SMALL_STATE(2531)] = 43619, + [SMALL_STATE(2532)] = 43684, + [SMALL_STATE(2533)] = 43749, + [SMALL_STATE(2534)] = 43814, + [SMALL_STATE(2535)] = 43883, + [SMALL_STATE(2536)] = 43948, + [SMALL_STATE(2537)] = 44013, + [SMALL_STATE(2538)] = 44082, + [SMALL_STATE(2539)] = 44147, + [SMALL_STATE(2540)] = 44216, + [SMALL_STATE(2541)] = 44285, + [SMALL_STATE(2542)] = 44350, + [SMALL_STATE(2543)] = 44415, + [SMALL_STATE(2544)] = 44484, + [SMALL_STATE(2545)] = 44553, + [SMALL_STATE(2546)] = 44622, + [SMALL_STATE(2547)] = 44691, + [SMALL_STATE(2548)] = 44756, + [SMALL_STATE(2549)] = 44825, + [SMALL_STATE(2550)] = 44892, + [SMALL_STATE(2551)] = 44957, + [SMALL_STATE(2552)] = 45028, + [SMALL_STATE(2553)] = 45093, + [SMALL_STATE(2554)] = 45156, + [SMALL_STATE(2555)] = 45221, + [SMALL_STATE(2556)] = 45286, + [SMALL_STATE(2557)] = 45351, + [SMALL_STATE(2558)] = 45416, + [SMALL_STATE(2559)] = 45481, + [SMALL_STATE(2560)] = 45546, + [SMALL_STATE(2561)] = 45611, + [SMALL_STATE(2562)] = 45676, + [SMALL_STATE(2563)] = 45743, + [SMALL_STATE(2564)] = 45808, + [SMALL_STATE(2565)] = 45873, + [SMALL_STATE(2566)] = 45936, + [SMALL_STATE(2567)] = 46001, + [SMALL_STATE(2568)] = 46066, + [SMALL_STATE(2569)] = 46131, + [SMALL_STATE(2570)] = 46196, + [SMALL_STATE(2571)] = 46261, + [SMALL_STATE(2572)] = 46324, + [SMALL_STATE(2573)] = 46391, + [SMALL_STATE(2574)] = 46458, + [SMALL_STATE(2575)] = 46523, + [SMALL_STATE(2576)] = 46586, + [SMALL_STATE(2577)] = 46651, + [SMALL_STATE(2578)] = 46714, + [SMALL_STATE(2579)] = 46779, + [SMALL_STATE(2580)] = 46842, + [SMALL_STATE(2581)] = 46905, + [SMALL_STATE(2582)] = 46970, + [SMALL_STATE(2583)] = 47035, + [SMALL_STATE(2584)] = 47100, + [SMALL_STATE(2585)] = 47165, + [SMALL_STATE(2586)] = 47230, + [SMALL_STATE(2587)] = 47295, + [SMALL_STATE(2588)] = 47360, + [SMALL_STATE(2589)] = 47427, + [SMALL_STATE(2590)] = 47492, + [SMALL_STATE(2591)] = 47555, + [SMALL_STATE(2592)] = 47624, + [SMALL_STATE(2593)] = 47693, + [SMALL_STATE(2594)] = 47762, + [SMALL_STATE(2595)] = 47831, + [SMALL_STATE(2596)] = 47900, + [SMALL_STATE(2597)] = 47969, + [SMALL_STATE(2598)] = 48038, + [SMALL_STATE(2599)] = 48107, + [SMALL_STATE(2600)] = 48172, + [SMALL_STATE(2601)] = 48235, + [SMALL_STATE(2602)] = 48330, + [SMALL_STATE(2603)] = 48395, + [SMALL_STATE(2604)] = 48464, + [SMALL_STATE(2605)] = 48529, + [SMALL_STATE(2606)] = 48598, + [SMALL_STATE(2607)] = 48669, + [SMALL_STATE(2608)] = 48738, + [SMALL_STATE(2609)] = 48803, + [SMALL_STATE(2610)] = 48868, + [SMALL_STATE(2611)] = 48937, + [SMALL_STATE(2612)] = 49006, + [SMALL_STATE(2613)] = 49071, + [SMALL_STATE(2614)] = 49136, + [SMALL_STATE(2615)] = 49205, + [SMALL_STATE(2616)] = 49270, + [SMALL_STATE(2617)] = 49337, + [SMALL_STATE(2618)] = 49406, + [SMALL_STATE(2619)] = 49475, + [SMALL_STATE(2620)] = 49544, + [SMALL_STATE(2621)] = 49613, + [SMALL_STATE(2622)] = 49682, + [SMALL_STATE(2623)] = 49751, + [SMALL_STATE(2624)] = 49846, + [SMALL_STATE(2625)] = 49915, + [SMALL_STATE(2626)] = 49984, + [SMALL_STATE(2627)] = 50053, + [SMALL_STATE(2628)] = 50118, + [SMALL_STATE(2629)] = 50183, + [SMALL_STATE(2630)] = 50252, + [SMALL_STATE(2631)] = 50321, + [SMALL_STATE(2632)] = 50384, + [SMALL_STATE(2633)] = 50449, + [SMALL_STATE(2634)] = 50518, + [SMALL_STATE(2635)] = 50581, + [SMALL_STATE(2636)] = 50650, + [SMALL_STATE(2637)] = 50719, + [SMALL_STATE(2638)] = 50782, + [SMALL_STATE(2639)] = 50851, + [SMALL_STATE(2640)] = 50920, + [SMALL_STATE(2641)] = 50989, + [SMALL_STATE(2642)] = 51058, + [SMALL_STATE(2643)] = 51127, + [SMALL_STATE(2644)] = 51196, + [SMALL_STATE(2645)] = 51265, + [SMALL_STATE(2646)] = 51334, + [SMALL_STATE(2647)] = 51403, + [SMALL_STATE(2648)] = 51466, + [SMALL_STATE(2649)] = 51533, + [SMALL_STATE(2650)] = 51602, + [SMALL_STATE(2651)] = 51671, + [SMALL_STATE(2652)] = 51740, + [SMALL_STATE(2653)] = 51809, + [SMALL_STATE(2654)] = 51878, + [SMALL_STATE(2655)] = 51947, + [SMALL_STATE(2656)] = 52012, + [SMALL_STATE(2657)] = 52081, + [SMALL_STATE(2658)] = 52150, + [SMALL_STATE(2659)] = 52215, + [SMALL_STATE(2660)] = 52280, + [SMALL_STATE(2661)] = 52345, + [SMALL_STATE(2662)] = 52416, + [SMALL_STATE(2663)] = 52485, + [SMALL_STATE(2664)] = 52550, + [SMALL_STATE(2665)] = 52615, + [SMALL_STATE(2666)] = 52680, + [SMALL_STATE(2667)] = 52745, + [SMALL_STATE(2668)] = 52814, + [SMALL_STATE(2669)] = 52879, + [SMALL_STATE(2670)] = 52944, + [SMALL_STATE(2671)] = 53013, + [SMALL_STATE(2672)] = 53078, + [SMALL_STATE(2673)] = 53143, + [SMALL_STATE(2674)] = 53212, + [SMALL_STATE(2675)] = 53279, + [SMALL_STATE(2676)] = 53344, + [SMALL_STATE(2677)] = 53407, + [SMALL_STATE(2678)] = 53470, + [SMALL_STATE(2679)] = 53537, + [SMALL_STATE(2680)] = 53602, + [SMALL_STATE(2681)] = 53667, + [SMALL_STATE(2682)] = 53732, + [SMALL_STATE(2683)] = 53797, + [SMALL_STATE(2684)] = 53862, + [SMALL_STATE(2685)] = 53927, + [SMALL_STATE(2686)] = 53992, + [SMALL_STATE(2687)] = 54057, + [SMALL_STATE(2688)] = 54122, + [SMALL_STATE(2689)] = 54187, + [SMALL_STATE(2690)] = 54251, + [SMALL_STATE(2691)] = 54315, + [SMALL_STATE(2692)] = 54379, + [SMALL_STATE(2693)] = 54443, + [SMALL_STATE(2694)] = 54507, + [SMALL_STATE(2695)] = 54571, + [SMALL_STATE(2696)] = 54635, + [SMALL_STATE(2697)] = 54699, + [SMALL_STATE(2698)] = 54763, + [SMALL_STATE(2699)] = 54827, + [SMALL_STATE(2700)] = 54891, + [SMALL_STATE(2701)] = 54959, + [SMALL_STATE(2702)] = 55027, + [SMALL_STATE(2703)] = 55091, + [SMALL_STATE(2704)] = 55155, + [SMALL_STATE(2705)] = 55225, + [SMALL_STATE(2706)] = 55289, + [SMALL_STATE(2707)] = 55357, + [SMALL_STATE(2708)] = 55427, + [SMALL_STATE(2709)] = 55491, + [SMALL_STATE(2710)] = 55555, + [SMALL_STATE(2711)] = 55619, + [SMALL_STATE(2712)] = 55683, + [SMALL_STATE(2713)] = 55747, + [SMALL_STATE(2714)] = 55811, + [SMALL_STATE(2715)] = 55875, + [SMALL_STATE(2716)] = 55969, + [SMALL_STATE(2717)] = 56037, + [SMALL_STATE(2718)] = 56105, + [SMALL_STATE(2719)] = 56169, + [SMALL_STATE(2720)] = 56233, + [SMALL_STATE(2721)] = 56297, + [SMALL_STATE(2722)] = 56361, + [SMALL_STATE(2723)] = 56425, + [SMALL_STATE(2724)] = 56487, + [SMALL_STATE(2725)] = 56551, + [SMALL_STATE(2726)] = 56615, + [SMALL_STATE(2727)] = 56677, + [SMALL_STATE(2728)] = 56739, + [SMALL_STATE(2729)] = 56801, + [SMALL_STATE(2730)] = 56865, + [SMALL_STATE(2731)] = 56935, + [SMALL_STATE(2732)] = 56999, + [SMALL_STATE(2733)] = 57063, + [SMALL_STATE(2734)] = 57127, + [SMALL_STATE(2735)] = 57191, + [SMALL_STATE(2736)] = 57255, + [SMALL_STATE(2737)] = 57319, + [SMALL_STATE(2738)] = 57383, + [SMALL_STATE(2739)] = 57451, + [SMALL_STATE(2740)] = 57545, + [SMALL_STATE(2741)] = 57639, + [SMALL_STATE(2742)] = 57707, + [SMALL_STATE(2743)] = 57775, + [SMALL_STATE(2744)] = 57839, + [SMALL_STATE(2745)] = 57903, + [SMALL_STATE(2746)] = 57967, + [SMALL_STATE(2747)] = 58037, + [SMALL_STATE(2748)] = 58107, + [SMALL_STATE(2749)] = 58175, + [SMALL_STATE(2750)] = 58239, + [SMALL_STATE(2751)] = 58303, + [SMALL_STATE(2752)] = 58371, + [SMALL_STATE(2753)] = 58465, + [SMALL_STATE(2754)] = 58559, + [SMALL_STATE(2755)] = 58627, + [SMALL_STATE(2756)] = 58695, + [SMALL_STATE(2757)] = 58759, + [SMALL_STATE(2758)] = 58823, + [SMALL_STATE(2759)] = 58891, + [SMALL_STATE(2760)] = 58955, + [SMALL_STATE(2761)] = 59023, + [SMALL_STATE(2762)] = 59087, + [SMALL_STATE(2763)] = 59151, + [SMALL_STATE(2764)] = 59215, + [SMALL_STATE(2765)] = 59285, + [SMALL_STATE(2766)] = 59349, + [SMALL_STATE(2767)] = 59411, + [SMALL_STATE(2768)] = 59475, + [SMALL_STATE(2769)] = 59557, + [SMALL_STATE(2770)] = 59639, + [SMALL_STATE(2771)] = 59721, + [SMALL_STATE(2772)] = 59791, + [SMALL_STATE(2773)] = 59873, + [SMALL_STATE(2774)] = 59955, + [SMALL_STATE(2775)] = 60019, + [SMALL_STATE(2776)] = 60083, + [SMALL_STATE(2777)] = 60153, + [SMALL_STATE(2778)] = 60217, + [SMALL_STATE(2779)] = 60281, + [SMALL_STATE(2780)] = 60345, + [SMALL_STATE(2781)] = 60409, + [SMALL_STATE(2782)] = 60471, + [SMALL_STATE(2783)] = 60539, + [SMALL_STATE(2784)] = 60601, + [SMALL_STATE(2785)] = 60665, + [SMALL_STATE(2786)] = 60729, + [SMALL_STATE(2787)] = 60793, + [SMALL_STATE(2788)] = 60857, + [SMALL_STATE(2789)] = 60921, + [SMALL_STATE(2790)] = 60985, + [SMALL_STATE(2791)] = 61047, + [SMALL_STATE(2792)] = 61111, + [SMALL_STATE(2793)] = 61173, + [SMALL_STATE(2794)] = 61235, + [SMALL_STATE(2795)] = 61297, + [SMALL_STATE(2796)] = 61359, + [SMALL_STATE(2797)] = 61423, + [SMALL_STATE(2798)] = 61487, + [SMALL_STATE(2799)] = 61555, + [SMALL_STATE(2800)] = 61619, + [SMALL_STATE(2801)] = 61681, + [SMALL_STATE(2802)] = 61745, + [SMALL_STATE(2803)] = 61807, + [SMALL_STATE(2804)] = 61869, + [SMALL_STATE(2805)] = 61931, + [SMALL_STATE(2806)] = 61995, + [SMALL_STATE(2807)] = 62057, + [SMALL_STATE(2808)] = 62121, + [SMALL_STATE(2809)] = 62189, + [SMALL_STATE(2810)] = 62257, + [SMALL_STATE(2811)] = 62321, + [SMALL_STATE(2812)] = 62385, + [SMALL_STATE(2813)] = 62449, + [SMALL_STATE(2814)] = 62515, + [SMALL_STATE(2815)] = 62583, + [SMALL_STATE(2816)] = 62647, + [SMALL_STATE(2817)] = 62711, + [SMALL_STATE(2818)] = 62775, + [SMALL_STATE(2819)] = 62839, + [SMALL_STATE(2820)] = 62903, + [SMALL_STATE(2821)] = 62967, + [SMALL_STATE(2822)] = 63031, + [SMALL_STATE(2823)] = 63095, + [SMALL_STATE(2824)] = 63161, + [SMALL_STATE(2825)] = 63223, + [SMALL_STATE(2826)] = 63285, + [SMALL_STATE(2827)] = 63379, + [SMALL_STATE(2828)] = 63443, + [SMALL_STATE(2829)] = 63507, + [SMALL_STATE(2830)] = 63571, + [SMALL_STATE(2831)] = 63637, + [SMALL_STATE(2832)] = 63731, + [SMALL_STATE(2833)] = 63793, + [SMALL_STATE(2834)] = 63859, + [SMALL_STATE(2835)] = 63921, + [SMALL_STATE(2836)] = 63985, + [SMALL_STATE(2837)] = 64049, + [SMALL_STATE(2838)] = 64113, + [SMALL_STATE(2839)] = 64177, + [SMALL_STATE(2840)] = 64271, + [SMALL_STATE(2841)] = 64335, + [SMALL_STATE(2842)] = 64397, + [SMALL_STATE(2843)] = 64461, + [SMALL_STATE(2844)] = 64525, + [SMALL_STATE(2845)] = 64589, + [SMALL_STATE(2846)] = 64653, + [SMALL_STATE(2847)] = 64717, + [SMALL_STATE(2848)] = 64779, + [SMALL_STATE(2849)] = 64843, + [SMALL_STATE(2850)] = 64937, + [SMALL_STATE(2851)] = 65003, + [SMALL_STATE(2852)] = 65065, + [SMALL_STATE(2853)] = 65129, + [SMALL_STATE(2854)] = 65193, + [SMALL_STATE(2855)] = 65257, + [SMALL_STATE(2856)] = 65351, + [SMALL_STATE(2857)] = 65417, + [SMALL_STATE(2858)] = 65479, + [SMALL_STATE(2859)] = 65541, + [SMALL_STATE(2860)] = 65603, + [SMALL_STATE(2861)] = 65667, + [SMALL_STATE(2862)] = 65761, + [SMALL_STATE(2863)] = 65825, + [SMALL_STATE(2864)] = 65889, + [SMALL_STATE(2865)] = 65953, + [SMALL_STATE(2866)] = 66017, + [SMALL_STATE(2867)] = 66081, + [SMALL_STATE(2868)] = 66145, + [SMALL_STATE(2869)] = 66209, + [SMALL_STATE(2870)] = 66303, + [SMALL_STATE(2871)] = 66367, + [SMALL_STATE(2872)] = 66461, + [SMALL_STATE(2873)] = 66533, + [SMALL_STATE(2874)] = 66599, + [SMALL_STATE(2875)] = 66665, + [SMALL_STATE(2876)] = 66759, + [SMALL_STATE(2877)] = 66853, + [SMALL_STATE(2878)] = 66917, + [SMALL_STATE(2879)] = 67011, + [SMALL_STATE(2880)] = 67073, + [SMALL_STATE(2881)] = 67137, + [SMALL_STATE(2882)] = 67199, + [SMALL_STATE(2883)] = 67261, + [SMALL_STATE(2884)] = 67325, + [SMALL_STATE(2885)] = 67391, + [SMALL_STATE(2886)] = 67455, + [SMALL_STATE(2887)] = 67523, + [SMALL_STATE(2888)] = 67584, + [SMALL_STATE(2889)] = 67651, + [SMALL_STATE(2890)] = 67712, + [SMALL_STATE(2891)] = 67777, + [SMALL_STATE(2892)] = 67870, + [SMALL_STATE(2893)] = 67939, + [SMALL_STATE(2894)] = 68000, + [SMALL_STATE(2895)] = 68065, + [SMALL_STATE(2896)] = 68126, + [SMALL_STATE(2897)] = 68187, + [SMALL_STATE(2898)] = 68248, + [SMALL_STATE(2899)] = 68317, + [SMALL_STATE(2900)] = 68392, + [SMALL_STATE(2901)] = 68453, + [SMALL_STATE(2902)] = 68514, + [SMALL_STATE(2903)] = 68579, + [SMALL_STATE(2904)] = 68640, + [SMALL_STATE(2905)] = 68701, + [SMALL_STATE(2906)] = 68762, + [SMALL_STATE(2907)] = 68823, + [SMALL_STATE(2908)] = 68884, + [SMALL_STATE(2909)] = 68947, + [SMALL_STATE(2910)] = 69012, + [SMALL_STATE(2911)] = 69079, + [SMALL_STATE(2912)] = 69146, + [SMALL_STATE(2913)] = 69211, + [SMALL_STATE(2914)] = 69274, + [SMALL_STATE(2915)] = 69335, + [SMALL_STATE(2916)] = 69404, + [SMALL_STATE(2917)] = 69469, + [SMALL_STATE(2918)] = 69530, + [SMALL_STATE(2919)] = 69595, + [SMALL_STATE(2920)] = 69658, + [SMALL_STATE(2921)] = 69731, + [SMALL_STATE(2922)] = 69806, + [SMALL_STATE(2923)] = 69867, + [SMALL_STATE(2924)] = 69928, + [SMALL_STATE(2925)] = 69989, + [SMALL_STATE(2926)] = 70052, + [SMALL_STATE(2927)] = 70113, + [SMALL_STATE(2928)] = 70176, + [SMALL_STATE(2929)] = 70239, + [SMALL_STATE(2930)] = 70300, + [SMALL_STATE(2931)] = 70363, + [SMALL_STATE(2932)] = 70426, + [SMALL_STATE(2933)] = 70489, + [SMALL_STATE(2934)] = 70552, + [SMALL_STATE(2935)] = 70615, + [SMALL_STATE(2936)] = 70686, + [SMALL_STATE(2937)] = 70749, + [SMALL_STATE(2938)] = 70810, + [SMALL_STATE(2939)] = 70871, + [SMALL_STATE(2940)] = 70940, + [SMALL_STATE(2941)] = 71033, + [SMALL_STATE(2942)] = 71104, + [SMALL_STATE(2943)] = 71197, + [SMALL_STATE(2944)] = 71258, + [SMALL_STATE(2945)] = 71321, + [SMALL_STATE(2946)] = 71390, + [SMALL_STATE(2947)] = 71451, + [SMALL_STATE(2948)] = 71512, + [SMALL_STATE(2949)] = 71573, + [SMALL_STATE(2950)] = 71634, + [SMALL_STATE(2951)] = 71695, + [SMALL_STATE(2952)] = 71756, + [SMALL_STATE(2953)] = 71823, + [SMALL_STATE(2954)] = 71884, + [SMALL_STATE(2955)] = 71945, + [SMALL_STATE(2956)] = 72006, + [SMALL_STATE(2957)] = 72067, + [SMALL_STATE(2958)] = 72128, + [SMALL_STATE(2959)] = 72189, + [SMALL_STATE(2960)] = 72252, + [SMALL_STATE(2961)] = 72315, + [SMALL_STATE(2962)] = 72378, + [SMALL_STATE(2963)] = 72441, + [SMALL_STATE(2964)] = 72544, + [SMALL_STATE(2965)] = 72607, + [SMALL_STATE(2966)] = 72674, + [SMALL_STATE(2967)] = 72737, + [SMALL_STATE(2968)] = 72832, + [SMALL_STATE(2969)] = 72927, + [SMALL_STATE(2970)] = 72988, + [SMALL_STATE(2971)] = 73049, + [SMALL_STATE(2972)] = 73110, + [SMALL_STATE(2973)] = 73171, + [SMALL_STATE(2974)] = 73232, + [SMALL_STATE(2975)] = 73293, + [SMALL_STATE(2976)] = 73354, + [SMALL_STATE(2977)] = 73415, + [SMALL_STATE(2978)] = 73476, + [SMALL_STATE(2979)] = 73537, + [SMALL_STATE(2980)] = 73602, + [SMALL_STATE(2981)] = 73663, + [SMALL_STATE(2982)] = 73724, + [SMALL_STATE(2983)] = 73785, + [SMALL_STATE(2984)] = 73846, + [SMALL_STATE(2985)] = 73907, + [SMALL_STATE(2986)] = 73974, + [SMALL_STATE(2987)] = 74047, + [SMALL_STATE(2988)] = 74108, + [SMALL_STATE(2989)] = 74169, + [SMALL_STATE(2990)] = 74230, + [SMALL_STATE(2991)] = 74291, + [SMALL_STATE(2992)] = 74352, + [SMALL_STATE(2993)] = 74413, + [SMALL_STATE(2994)] = 74474, + [SMALL_STATE(2995)] = 74535, + [SMALL_STATE(2996)] = 74596, + [SMALL_STATE(2997)] = 74659, + [SMALL_STATE(2998)] = 74720, + [SMALL_STATE(2999)] = 74781, + [SMALL_STATE(3000)] = 74842, + [SMALL_STATE(3001)] = 74903, + [SMALL_STATE(3002)] = 74964, + [SMALL_STATE(3003)] = 75025, + [SMALL_STATE(3004)] = 75092, + [SMALL_STATE(3005)] = 75153, + [SMALL_STATE(3006)] = 75214, + [SMALL_STATE(3007)] = 75275, + [SMALL_STATE(3008)] = 75336, + [SMALL_STATE(3009)] = 75397, + [SMALL_STATE(3010)] = 75458, + [SMALL_STATE(3011)] = 75519, + [SMALL_STATE(3012)] = 75580, + [SMALL_STATE(3013)] = 75641, + [SMALL_STATE(3014)] = 75702, + [SMALL_STATE(3015)] = 75763, + [SMALL_STATE(3016)] = 75824, + [SMALL_STATE(3017)] = 75891, + [SMALL_STATE(3018)] = 75952, + [SMALL_STATE(3019)] = 76019, + [SMALL_STATE(3020)] = 76080, + [SMALL_STATE(3021)] = 76183, + [SMALL_STATE(3022)] = 76244, + [SMALL_STATE(3023)] = 76307, + [SMALL_STATE(3024)] = 76368, + [SMALL_STATE(3025)] = 76429, + [SMALL_STATE(3026)] = 76522, + [SMALL_STATE(3027)] = 76583, + [SMALL_STATE(3028)] = 76644, + [SMALL_STATE(3029)] = 76705, + [SMALL_STATE(3030)] = 76766, + [SMALL_STATE(3031)] = 76827, + [SMALL_STATE(3032)] = 76888, + [SMALL_STATE(3033)] = 76949, + [SMALL_STATE(3034)] = 77010, + [SMALL_STATE(3035)] = 77071, + [SMALL_STATE(3036)] = 77132, + [SMALL_STATE(3037)] = 77193, + [SMALL_STATE(3038)] = 77254, + [SMALL_STATE(3039)] = 77315, + [SMALL_STATE(3040)] = 77376, + [SMALL_STATE(3041)] = 77437, + [SMALL_STATE(3042)] = 77498, + [SMALL_STATE(3043)] = 77559, + [SMALL_STATE(3044)] = 77620, + [SMALL_STATE(3045)] = 77695, + [SMALL_STATE(3046)] = 77756, + [SMALL_STATE(3047)] = 77817, + [SMALL_STATE(3048)] = 77878, + [SMALL_STATE(3049)] = 77939, + [SMALL_STATE(3050)] = 78000, + [SMALL_STATE(3051)] = 78061, + [SMALL_STATE(3052)] = 78122, + [SMALL_STATE(3053)] = 78183, + [SMALL_STATE(3054)] = 78244, + [SMALL_STATE(3055)] = 78305, + [SMALL_STATE(3056)] = 78368, + [SMALL_STATE(3057)] = 78429, + [SMALL_STATE(3058)] = 78490, + [SMALL_STATE(3059)] = 78551, + [SMALL_STATE(3060)] = 78612, + [SMALL_STATE(3061)] = 78673, + [SMALL_STATE(3062)] = 78734, + [SMALL_STATE(3063)] = 78795, + [SMALL_STATE(3064)] = 78856, + [SMALL_STATE(3065)] = 78917, + [SMALL_STATE(3066)] = 78978, + [SMALL_STATE(3067)] = 79039, + [SMALL_STATE(3068)] = 79100, + [SMALL_STATE(3069)] = 79161, + [SMALL_STATE(3070)] = 79222, + [SMALL_STATE(3071)] = 79283, + [SMALL_STATE(3072)] = 79344, + [SMALL_STATE(3073)] = 79405, + [SMALL_STATE(3074)] = 79466, + [SMALL_STATE(3075)] = 79527, + [SMALL_STATE(3076)] = 79588, + [SMALL_STATE(3077)] = 79649, + [SMALL_STATE(3078)] = 79710, + [SMALL_STATE(3079)] = 79771, + [SMALL_STATE(3080)] = 79866, + [SMALL_STATE(3081)] = 79961, + [SMALL_STATE(3082)] = 80026, + [SMALL_STATE(3083)] = 80119, + [SMALL_STATE(3084)] = 80212, + [SMALL_STATE(3085)] = 80279, + [SMALL_STATE(3086)] = 80350, + [SMALL_STATE(3087)] = 80411, + [SMALL_STATE(3088)] = 80478, + [SMALL_STATE(3089)] = 80539, + [SMALL_STATE(3090)] = 80610, + [SMALL_STATE(3091)] = 80681, + [SMALL_STATE(3092)] = 80742, + [SMALL_STATE(3093)] = 80813, + [SMALL_STATE(3094)] = 80884, + [SMALL_STATE(3095)] = 80955, + [SMALL_STATE(3096)] = 81026, + [SMALL_STATE(3097)] = 81097, + [SMALL_STATE(3098)] = 81158, + [SMALL_STATE(3099)] = 81219, + [SMALL_STATE(3100)] = 81279, + [SMALL_STATE(3101)] = 81341, + [SMALL_STATE(3102)] = 81403, + [SMALL_STATE(3103)] = 81505, + [SMALL_STATE(3104)] = 81567, + [SMALL_STATE(3105)] = 81629, + [SMALL_STATE(3106)] = 81691, + [SMALL_STATE(3107)] = 81753, + [SMALL_STATE(3108)] = 81815, + [SMALL_STATE(3109)] = 81877, + [SMALL_STATE(3110)] = 81937, + [SMALL_STATE(3111)] = 81999, + [SMALL_STATE(3112)] = 82059, + [SMALL_STATE(3113)] = 82121, + [SMALL_STATE(3114)] = 82183, + [SMALL_STATE(3115)] = 82245, + [SMALL_STATE(3116)] = 82307, + [SMALL_STATE(3117)] = 82369, + [SMALL_STATE(3118)] = 82429, + [SMALL_STATE(3119)] = 82491, + [SMALL_STATE(3120)] = 82553, + [SMALL_STATE(3121)] = 82615, + [SMALL_STATE(3122)] = 82679, + [SMALL_STATE(3123)] = 82739, + [SMALL_STATE(3124)] = 82799, + [SMALL_STATE(3125)] = 82861, + [SMALL_STATE(3126)] = 82921, + [SMALL_STATE(3127)] = 83023, + [SMALL_STATE(3128)] = 83087, + [SMALL_STATE(3129)] = 83147, + [SMALL_STATE(3130)] = 83209, + [SMALL_STATE(3131)] = 83273, + [SMALL_STATE(3132)] = 83335, + [SMALL_STATE(3133)] = 83397, + [SMALL_STATE(3134)] = 83459, + [SMALL_STATE(3135)] = 83521, + [SMALL_STATE(3136)] = 83583, + [SMALL_STATE(3137)] = 83645, + [SMALL_STATE(3138)] = 83707, + [SMALL_STATE(3139)] = 83769, + [SMALL_STATE(3140)] = 83831, + [SMALL_STATE(3141)] = 83893, + [SMALL_STATE(3142)] = 83955, + [SMALL_STATE(3143)] = 84017, + [SMALL_STATE(3144)] = 84079, + [SMALL_STATE(3145)] = 84141, + [SMALL_STATE(3146)] = 84203, + [SMALL_STATE(3147)] = 84265, + [SMALL_STATE(3148)] = 84327, + [SMALL_STATE(3149)] = 84387, + [SMALL_STATE(3150)] = 84449, + [SMALL_STATE(3151)] = 84509, + [SMALL_STATE(3152)] = 84569, + [SMALL_STATE(3153)] = 84631, + [SMALL_STATE(3154)] = 84691, + [SMALL_STATE(3155)] = 84753, + [SMALL_STATE(3156)] = 84813, + [SMALL_STATE(3157)] = 84873, + [SMALL_STATE(3158)] = 84935, + [SMALL_STATE(3159)] = 84997, + [SMALL_STATE(3160)] = 85059, + [SMALL_STATE(3161)] = 85119, + [SMALL_STATE(3162)] = 85179, + [SMALL_STATE(3163)] = 85239, + [SMALL_STATE(3164)] = 85299, + [SMALL_STATE(3165)] = 85361, + [SMALL_STATE(3166)] = 85421, + [SMALL_STATE(3167)] = 85481, + [SMALL_STATE(3168)] = 85541, + [SMALL_STATE(3169)] = 85601, + [SMALL_STATE(3170)] = 85661, + [SMALL_STATE(3171)] = 85721, + [SMALL_STATE(3172)] = 85781, + [SMALL_STATE(3173)] = 85841, + [SMALL_STATE(3174)] = 85903, + [SMALL_STATE(3175)] = 85963, + [SMALL_STATE(3176)] = 86023, + [SMALL_STATE(3177)] = 86085, + [SMALL_STATE(3178)] = 86145, + [SMALL_STATE(3179)] = 86205, + [SMALL_STATE(3180)] = 86265, + [SMALL_STATE(3181)] = 86325, + [SMALL_STATE(3182)] = 86385, + [SMALL_STATE(3183)] = 86447, + [SMALL_STATE(3184)] = 86507, + [SMALL_STATE(3185)] = 86567, + [SMALL_STATE(3186)] = 86629, + [SMALL_STATE(3187)] = 86689, + [SMALL_STATE(3188)] = 86751, + [SMALL_STATE(3189)] = 86813, + [SMALL_STATE(3190)] = 86873, + [SMALL_STATE(3191)] = 86933, + [SMALL_STATE(3192)] = 86995, + [SMALL_STATE(3193)] = 87057, + [SMALL_STATE(3194)] = 87117, + [SMALL_STATE(3195)] = 87177, + [SMALL_STATE(3196)] = 87239, + [SMALL_STATE(3197)] = 87301, + [SMALL_STATE(3198)] = 87363, + [SMALL_STATE(3199)] = 87425, + [SMALL_STATE(3200)] = 87487, + [SMALL_STATE(3201)] = 87549, + [SMALL_STATE(3202)] = 87611, + [SMALL_STATE(3203)] = 87671, + [SMALL_STATE(3204)] = 87733, + [SMALL_STATE(3205)] = 87793, + [SMALL_STATE(3206)] = 87853, + [SMALL_STATE(3207)] = 87915, + [SMALL_STATE(3208)] = 87975, + [SMALL_STATE(3209)] = 88035, + [SMALL_STATE(3210)] = 88095, + [SMALL_STATE(3211)] = 88155, + [SMALL_STATE(3212)] = 88215, + [SMALL_STATE(3213)] = 88277, + [SMALL_STATE(3214)] = 88337, + [SMALL_STATE(3215)] = 88397, + [SMALL_STATE(3216)] = 88457, + [SMALL_STATE(3217)] = 88517, + [SMALL_STATE(3218)] = 88579, + [SMALL_STATE(3219)] = 88639, + [SMALL_STATE(3220)] = 88701, + [SMALL_STATE(3221)] = 88763, + [SMALL_STATE(3222)] = 88823, + [SMALL_STATE(3223)] = 88885, + [SMALL_STATE(3224)] = 88947, + [SMALL_STATE(3225)] = 89009, + [SMALL_STATE(3226)] = 89071, + [SMALL_STATE(3227)] = 89133, + [SMALL_STATE(3228)] = 89195, + [SMALL_STATE(3229)] = 89257, + [SMALL_STATE(3230)] = 89319, + [SMALL_STATE(3231)] = 89379, + [SMALL_STATE(3232)] = 89439, + [SMALL_STATE(3233)] = 89501, + [SMALL_STATE(3234)] = 89561, + [SMALL_STATE(3235)] = 89621, + [SMALL_STATE(3236)] = 89681, + [SMALL_STATE(3237)] = 89741, + [SMALL_STATE(3238)] = 89801, + [SMALL_STATE(3239)] = 89861, + [SMALL_STATE(3240)] = 89923, + [SMALL_STATE(3241)] = 89985, + [SMALL_STATE(3242)] = 90045, + [SMALL_STATE(3243)] = 90167, + [SMALL_STATE(3244)] = 90229, + [SMALL_STATE(3245)] = 90291, + [SMALL_STATE(3246)] = 90351, + [SMALL_STATE(3247)] = 90411, + [SMALL_STATE(3248)] = 90473, + [SMALL_STATE(3249)] = 90533, + [SMALL_STATE(3250)] = 90595, + [SMALL_STATE(3251)] = 90655, + [SMALL_STATE(3252)] = 90717, + [SMALL_STATE(3253)] = 90779, + [SMALL_STATE(3254)] = 90841, + [SMALL_STATE(3255)] = 90903, + [SMALL_STATE(3256)] = 90963, + [SMALL_STATE(3257)] = 91081, + [SMALL_STATE(3258)] = 91143, + [SMALL_STATE(3259)] = 91203, + [SMALL_STATE(3260)] = 91265, + [SMALL_STATE(3261)] = 91325, + [SMALL_STATE(3262)] = 91415, + [SMALL_STATE(3263)] = 91505, + [SMALL_STATE(3264)] = 91567, + [SMALL_STATE(3265)] = 91685, + [SMALL_STATE(3266)] = 91745, + [SMALL_STATE(3267)] = 91805, + [SMALL_STATE(3268)] = 91867, + [SMALL_STATE(3269)] = 91927, + [SMALL_STATE(3270)] = 91989, + [SMALL_STATE(3271)] = 92051, + [SMALL_STATE(3272)] = 92111, + [SMALL_STATE(3273)] = 92173, + [SMALL_STATE(3274)] = 92233, + [SMALL_STATE(3275)] = 92293, + [SMALL_STATE(3276)] = 92353, + [SMALL_STATE(3277)] = 92475, + [SMALL_STATE(3278)] = 92537, + [SMALL_STATE(3279)] = 92597, + [SMALL_STATE(3280)] = 92715, + [SMALL_STATE(3281)] = 92775, + [SMALL_STATE(3282)] = 92837, + [SMALL_STATE(3283)] = 92899, + [SMALL_STATE(3284)] = 92989, + [SMALL_STATE(3285)] = 93079, + [SMALL_STATE(3286)] = 93139, + [SMALL_STATE(3287)] = 93257, + [SMALL_STATE(3288)] = 93317, + [SMALL_STATE(3289)] = 93407, + [SMALL_STATE(3290)] = 93469, + [SMALL_STATE(3291)] = 93531, + [SMALL_STATE(3292)] = 93625, + [SMALL_STATE(3293)] = 93685, + [SMALL_STATE(3294)] = 93745, + [SMALL_STATE(3295)] = 93805, + [SMALL_STATE(3296)] = 93865, + [SMALL_STATE(3297)] = 93959, + [SMALL_STATE(3298)] = 94019, + [SMALL_STATE(3299)] = 94141, + [SMALL_STATE(3300)] = 94201, + [SMALL_STATE(3301)] = 94261, + [SMALL_STATE(3302)] = 94323, + [SMALL_STATE(3303)] = 94383, + [SMALL_STATE(3304)] = 94501, + [SMALL_STATE(3305)] = 94561, + [SMALL_STATE(3306)] = 94623, + [SMALL_STATE(3307)] = 94713, + [SMALL_STATE(3308)] = 94775, + [SMALL_STATE(3309)] = 94835, + [SMALL_STATE(3310)] = 94895, + [SMALL_STATE(3311)] = 94955, + [SMALL_STATE(3312)] = 95017, + [SMALL_STATE(3313)] = 95077, + [SMALL_STATE(3314)] = 95167, + [SMALL_STATE(3315)] = 95257, + [SMALL_STATE(3316)] = 95317, + [SMALL_STATE(3317)] = 95435, + [SMALL_STATE(3318)] = 95495, + [SMALL_STATE(3319)] = 95555, + [SMALL_STATE(3320)] = 95617, + [SMALL_STATE(3321)] = 95679, + [SMALL_STATE(3322)] = 95741, + [SMALL_STATE(3323)] = 95803, + [SMALL_STATE(3324)] = 95865, + [SMALL_STATE(3325)] = 95925, + [SMALL_STATE(3326)] = 95985, + [SMALL_STATE(3327)] = 96045, + [SMALL_STATE(3328)] = 96139, + [SMALL_STATE(3329)] = 96199, + [SMALL_STATE(3330)] = 96321, + [SMALL_STATE(3331)] = 96415, + [SMALL_STATE(3332)] = 96475, + [SMALL_STATE(3333)] = 96535, + [SMALL_STATE(3334)] = 96597, + [SMALL_STATE(3335)] = 96657, + [SMALL_STATE(3336)] = 96719, + [SMALL_STATE(3337)] = 96779, + [SMALL_STATE(3338)] = 96897, + [SMALL_STATE(3339)] = 96957, + [SMALL_STATE(3340)] = 97017, + [SMALL_STATE(3341)] = 97079, + [SMALL_STATE(3342)] = 97139, + [SMALL_STATE(3343)] = 97199, + [SMALL_STATE(3344)] = 97317, + [SMALL_STATE(3345)] = 97379, + [SMALL_STATE(3346)] = 97439, + [SMALL_STATE(3347)] = 97501, + [SMALL_STATE(3348)] = 97563, + [SMALL_STATE(3349)] = 97625, + [SMALL_STATE(3350)] = 97687, + [SMALL_STATE(3351)] = 97749, + [SMALL_STATE(3352)] = 97811, + [SMALL_STATE(3353)] = 97933, + [SMALL_STATE(3354)] = 97995, + [SMALL_STATE(3355)] = 98055, + [SMALL_STATE(3356)] = 98115, + [SMALL_STATE(3357)] = 98177, + [SMALL_STATE(3358)] = 98239, + [SMALL_STATE(3359)] = 98299, + [SMALL_STATE(3360)] = 98417, + [SMALL_STATE(3361)] = 98477, + [SMALL_STATE(3362)] = 98537, + [SMALL_STATE(3363)] = 98597, + [SMALL_STATE(3364)] = 98657, + [SMALL_STATE(3365)] = 98717, + [SMALL_STATE(3366)] = 98777, + [SMALL_STATE(3367)] = 98837, + [SMALL_STATE(3368)] = 98899, + [SMALL_STATE(3369)] = 99017, + [SMALL_STATE(3370)] = 99079, + [SMALL_STATE(3371)] = 99197, + [SMALL_STATE(3372)] = 99257, + [SMALL_STATE(3373)] = 99319, + [SMALL_STATE(3374)] = 99441, + [SMALL_STATE(3375)] = 99501, + [SMALL_STATE(3376)] = 99563, + [SMALL_STATE(3377)] = 99623, + [SMALL_STATE(3378)] = 99683, + [SMALL_STATE(3379)] = 99801, + [SMALL_STATE(3380)] = 99863, + [SMALL_STATE(3381)] = 99923, + [SMALL_STATE(3382)] = 99983, + [SMALL_STATE(3383)] = 100043, + [SMALL_STATE(3384)] = 100103, + [SMALL_STATE(3385)] = 100163, + [SMALL_STATE(3386)] = 100223, + [SMALL_STATE(3387)] = 100283, + [SMALL_STATE(3388)] = 100347, + [SMALL_STATE(3389)] = 100407, + [SMALL_STATE(3390)] = 100467, + [SMALL_STATE(3391)] = 100527, + [SMALL_STATE(3392)] = 100587, + [SMALL_STATE(3393)] = 100647, + [SMALL_STATE(3394)] = 100707, + [SMALL_STATE(3395)] = 100767, + [SMALL_STATE(3396)] = 100827, + [SMALL_STATE(3397)] = 100949, + [SMALL_STATE(3398)] = 101009, + [SMALL_STATE(3399)] = 101071, + [SMALL_STATE(3400)] = 101133, + [SMALL_STATE(3401)] = 101193, + [SMALL_STATE(3402)] = 101253, + [SMALL_STATE(3403)] = 101315, + [SMALL_STATE(3404)] = 101377, + [SMALL_STATE(3405)] = 101437, + [SMALL_STATE(3406)] = 101555, + [SMALL_STATE(3407)] = 101615, + [SMALL_STATE(3408)] = 101677, + [SMALL_STATE(3409)] = 101737, + [SMALL_STATE(3410)] = 101797, + [SMALL_STATE(3411)] = 101857, + [SMALL_STATE(3412)] = 101917, + [SMALL_STATE(3413)] = 102035, + [SMALL_STATE(3414)] = 102095, + [SMALL_STATE(3415)] = 102155, + [SMALL_STATE(3416)] = 102215, + [SMALL_STATE(3417)] = 102275, + [SMALL_STATE(3418)] = 102335, + [SMALL_STATE(3419)] = 102395, + [SMALL_STATE(3420)] = 102455, + [SMALL_STATE(3421)] = 102517, + [SMALL_STATE(3422)] = 102577, + [SMALL_STATE(3423)] = 102639, + [SMALL_STATE(3424)] = 102761, + [SMALL_STATE(3425)] = 102821, + [SMALL_STATE(3426)] = 102881, + [SMALL_STATE(3427)] = 102941, + [SMALL_STATE(3428)] = 103001, + [SMALL_STATE(3429)] = 103063, + [SMALL_STATE(3430)] = 103125, + [SMALL_STATE(3431)] = 103185, + [SMALL_STATE(3432)] = 103247, + [SMALL_STATE(3433)] = 103307, + [SMALL_STATE(3434)] = 103369, + [SMALL_STATE(3435)] = 103487, + [SMALL_STATE(3436)] = 103547, + [SMALL_STATE(3437)] = 103609, + [SMALL_STATE(3438)] = 103671, + [SMALL_STATE(3439)] = 103731, + [SMALL_STATE(3440)] = 103849, + [SMALL_STATE(3441)] = 103911, + [SMALL_STATE(3442)] = 103973, + [SMALL_STATE(3443)] = 104035, + [SMALL_STATE(3444)] = 104097, + [SMALL_STATE(3445)] = 104159, + [SMALL_STATE(3446)] = 104221, + [SMALL_STATE(3447)] = 104313, + [SMALL_STATE(3448)] = 104405, + [SMALL_STATE(3449)] = 104527, + [SMALL_STATE(3450)] = 104619, + [SMALL_STATE(3451)] = 104681, + [SMALL_STATE(3452)] = 104743, + [SMALL_STATE(3453)] = 104805, + [SMALL_STATE(3454)] = 104923, + [SMALL_STATE(3455)] = 105015, + [SMALL_STATE(3456)] = 105077, + [SMALL_STATE(3457)] = 105195, + [SMALL_STATE(3458)] = 105255, + [SMALL_STATE(3459)] = 105317, + [SMALL_STATE(3460)] = 105379, + [SMALL_STATE(3461)] = 105441, + [SMALL_STATE(3462)] = 105563, + [SMALL_STATE(3463)] = 105681, + [SMALL_STATE(3464)] = 105749, + [SMALL_STATE(3465)] = 105867, + [SMALL_STATE(3466)] = 105929, + [SMALL_STATE(3467)] = 105989, + [SMALL_STATE(3468)] = 106111, + [SMALL_STATE(3469)] = 106171, + [SMALL_STATE(3470)] = 106289, + [SMALL_STATE(3471)] = 106407, + [SMALL_STATE(3472)] = 106469, + [SMALL_STATE(3473)] = 106531, + [SMALL_STATE(3474)] = 106593, + [SMALL_STATE(3475)] = 106715, + [SMALL_STATE(3476)] = 106833, + [SMALL_STATE(3477)] = 106951, + [SMALL_STATE(3478)] = 107011, + [SMALL_STATE(3479)] = 107071, + [SMALL_STATE(3480)] = 107133, + [SMALL_STATE(3481)] = 107255, + [SMALL_STATE(3482)] = 107373, + [SMALL_STATE(3483)] = 107491, + [SMALL_STATE(3484)] = 107553, + [SMALL_STATE(3485)] = 107613, + [SMALL_STATE(3486)] = 107735, + [SMALL_STATE(3487)] = 107853, + [SMALL_STATE(3488)] = 107971, + [SMALL_STATE(3489)] = 108033, + [SMALL_STATE(3490)] = 108095, + [SMALL_STATE(3491)] = 108217, + [SMALL_STATE(3492)] = 108335, + [SMALL_STATE(3493)] = 108453, + [SMALL_STATE(3494)] = 108575, + [SMALL_STATE(3495)] = 108635, + [SMALL_STATE(3496)] = 108697, + [SMALL_STATE(3497)] = 108819, + [SMALL_STATE(3498)] = 108937, + [SMALL_STATE(3499)] = 109055, + [SMALL_STATE(3500)] = 109115, + [SMALL_STATE(3501)] = 109237, + [SMALL_STATE(3502)] = 109355, + [SMALL_STATE(3503)] = 109473, + [SMALL_STATE(3504)] = 109533, + [SMALL_STATE(3505)] = 109595, + [SMALL_STATE(3506)] = 109657, + [SMALL_STATE(3507)] = 109779, + [SMALL_STATE(3508)] = 109897, + [SMALL_STATE(3509)] = 110015, + [SMALL_STATE(3510)] = 110077, + [SMALL_STATE(3511)] = 110199, + [SMALL_STATE(3512)] = 110317, + [SMALL_STATE(3513)] = 110435, + [SMALL_STATE(3514)] = 110495, + [SMALL_STATE(3515)] = 110617, + [SMALL_STATE(3516)] = 110735, + [SMALL_STATE(3517)] = 110853, + [SMALL_STATE(3518)] = 110975, + [SMALL_STATE(3519)] = 111093, + [SMALL_STATE(3520)] = 111211, + [SMALL_STATE(3521)] = 111333, + [SMALL_STATE(3522)] = 111451, + [SMALL_STATE(3523)] = 111569, + [SMALL_STATE(3524)] = 111691, + [SMALL_STATE(3525)] = 111809, + [SMALL_STATE(3526)] = 111927, + [SMALL_STATE(3527)] = 112049, + [SMALL_STATE(3528)] = 112167, + [SMALL_STATE(3529)] = 112285, + [SMALL_STATE(3530)] = 112407, + [SMALL_STATE(3531)] = 112525, + [SMALL_STATE(3532)] = 112643, + [SMALL_STATE(3533)] = 112765, + [SMALL_STATE(3534)] = 112883, + [SMALL_STATE(3535)] = 113001, + [SMALL_STATE(3536)] = 113123, + [SMALL_STATE(3537)] = 113241, + [SMALL_STATE(3538)] = 113359, + [SMALL_STATE(3539)] = 113481, + [SMALL_STATE(3540)] = 113599, + [SMALL_STATE(3541)] = 113717, + [SMALL_STATE(3542)] = 113839, + [SMALL_STATE(3543)] = 113957, + [SMALL_STATE(3544)] = 114075, + [SMALL_STATE(3545)] = 114197, + [SMALL_STATE(3546)] = 114315, + [SMALL_STATE(3547)] = 114433, + [SMALL_STATE(3548)] = 114555, + [SMALL_STATE(3549)] = 114673, + [SMALL_STATE(3550)] = 114791, + [SMALL_STATE(3551)] = 114913, + [SMALL_STATE(3552)] = 115031, + [SMALL_STATE(3553)] = 115149, + [SMALL_STATE(3554)] = 115211, + [SMALL_STATE(3555)] = 115273, + [SMALL_STATE(3556)] = 115335, + [SMALL_STATE(3557)] = 115395, + [SMALL_STATE(3558)] = 115455, + [SMALL_STATE(3559)] = 115517, + [SMALL_STATE(3560)] = 115577, + [SMALL_STATE(3561)] = 115637, + [SMALL_STATE(3562)] = 115697, + [SMALL_STATE(3563)] = 115757, + [SMALL_STATE(3564)] = 115817, + [SMALL_STATE(3565)] = 115881, + [SMALL_STATE(3566)] = 115941, + [SMALL_STATE(3567)] = 116059, + [SMALL_STATE(3568)] = 116121, + [SMALL_STATE(3569)] = 116181, + [SMALL_STATE(3570)] = 116245, + [SMALL_STATE(3571)] = 116309, + [SMALL_STATE(3572)] = 116369, + [SMALL_STATE(3573)] = 116429, + [SMALL_STATE(3574)] = 116491, + [SMALL_STATE(3575)] = 116551, + [SMALL_STATE(3576)] = 116611, + [SMALL_STATE(3577)] = 116671, + [SMALL_STATE(3578)] = 116731, + [SMALL_STATE(3579)] = 116793, + [SMALL_STATE(3580)] = 116855, + [SMALL_STATE(3581)] = 116915, + [SMALL_STATE(3582)] = 116975, + [SMALL_STATE(3583)] = 117035, + [SMALL_STATE(3584)] = 117097, + [SMALL_STATE(3585)] = 117157, + [SMALL_STATE(3586)] = 117219, + [SMALL_STATE(3587)] = 117281, + [SMALL_STATE(3588)] = 117343, + [SMALL_STATE(3589)] = 117403, + [SMALL_STATE(3590)] = 117463, + [SMALL_STATE(3591)] = 117523, + [SMALL_STATE(3592)] = 117585, + [SMALL_STATE(3593)] = 117647, + [SMALL_STATE(3594)] = 117709, + [SMALL_STATE(3595)] = 117771, + [SMALL_STATE(3596)] = 117831, + [SMALL_STATE(3597)] = 117893, + [SMALL_STATE(3598)] = 117953, + [SMALL_STATE(3599)] = 118013, + [SMALL_STATE(3600)] = 118075, + [SMALL_STATE(3601)] = 118135, + [SMALL_STATE(3602)] = 118195, + [SMALL_STATE(3603)] = 118257, + [SMALL_STATE(3604)] = 118317, + [SMALL_STATE(3605)] = 118377, + [SMALL_STATE(3606)] = 118437, + [SMALL_STATE(3607)] = 118499, + [SMALL_STATE(3608)] = 118561, + [SMALL_STATE(3609)] = 118621, + [SMALL_STATE(3610)] = 118683, + [SMALL_STATE(3611)] = 118745, + [SMALL_STATE(3612)] = 118807, + [SMALL_STATE(3613)] = 118869, + [SMALL_STATE(3614)] = 118929, + [SMALL_STATE(3615)] = 118989, + [SMALL_STATE(3616)] = 119049, + [SMALL_STATE(3617)] = 119109, + [SMALL_STATE(3618)] = 119169, + [SMALL_STATE(3619)] = 119229, + [SMALL_STATE(3620)] = 119289, + [SMALL_STATE(3621)] = 119349, + [SMALL_STATE(3622)] = 119409, + [SMALL_STATE(3623)] = 119469, + [SMALL_STATE(3624)] = 119529, + [SMALL_STATE(3625)] = 119589, + [SMALL_STATE(3626)] = 119649, + [SMALL_STATE(3627)] = 119709, + [SMALL_STATE(3628)] = 119769, + [SMALL_STATE(3629)] = 119829, + [SMALL_STATE(3630)] = 119889, + [SMALL_STATE(3631)] = 119949, + [SMALL_STATE(3632)] = 120009, + [SMALL_STATE(3633)] = 120071, + [SMALL_STATE(3634)] = 120131, + [SMALL_STATE(3635)] = 120193, + [SMALL_STATE(3636)] = 120255, + [SMALL_STATE(3637)] = 120317, + [SMALL_STATE(3638)] = 120379, + [SMALL_STATE(3639)] = 120439, + [SMALL_STATE(3640)] = 120499, + [SMALL_STATE(3641)] = 120559, + [SMALL_STATE(3642)] = 120619, + [SMALL_STATE(3643)] = 120679, + [SMALL_STATE(3644)] = 120739, + [SMALL_STATE(3645)] = 120799, + [SMALL_STATE(3646)] = 120861, + [SMALL_STATE(3647)] = 120921, + [SMALL_STATE(3648)] = 120983, + [SMALL_STATE(3649)] = 121043, + [SMALL_STATE(3650)] = 121103, + [SMALL_STATE(3651)] = 121163, + [SMALL_STATE(3652)] = 121223, + [SMALL_STATE(3653)] = 121283, + [SMALL_STATE(3654)] = 121361, + [SMALL_STATE(3655)] = 121421, + [SMALL_STATE(3656)] = 121481, + [SMALL_STATE(3657)] = 121573, + [SMALL_STATE(3658)] = 121633, + [SMALL_STATE(3659)] = 121725, + [SMALL_STATE(3660)] = 121785, + [SMALL_STATE(3661)] = 121847, + [SMALL_STATE(3662)] = 121907, + [SMALL_STATE(3663)] = 121969, + [SMALL_STATE(3664)] = 122029, + [SMALL_STATE(3665)] = 122089, + [SMALL_STATE(3666)] = 122151, + [SMALL_STATE(3667)] = 122213, + [SMALL_STATE(3668)] = 122273, + [SMALL_STATE(3669)] = 122335, + [SMALL_STATE(3670)] = 122453, + [SMALL_STATE(3671)] = 122514, + [SMALL_STATE(3672)] = 122575, + [SMALL_STATE(3673)] = 122636, + [SMALL_STATE(3674)] = 122697, + [SMALL_STATE(3675)] = 122758, + [SMALL_STATE(3676)] = 122819, + [SMALL_STATE(3677)] = 122880, + [SMALL_STATE(3678)] = 122941, + [SMALL_STATE(3679)] = 123002, + [SMALL_STATE(3680)] = 123063, + [SMALL_STATE(3681)] = 123154, + [SMALL_STATE(3682)] = 123215, + [SMALL_STATE(3683)] = 123306, + [SMALL_STATE(3684)] = 123367, + [SMALL_STATE(3685)] = 123428, + [SMALL_STATE(3686)] = 123489, + [SMALL_STATE(3687)] = 123550, + [SMALL_STATE(3688)] = 123651, + [SMALL_STATE(3689)] = 123712, + [SMALL_STATE(3690)] = 123773, + [SMALL_STATE(3691)] = 123834, + [SMALL_STATE(3692)] = 123895, + [SMALL_STATE(3693)] = 123976, + [SMALL_STATE(3694)] = 124037, + [SMALL_STATE(3695)] = 124096, + [SMALL_STATE(3696)] = 124157, + [SMALL_STATE(3697)] = 124218, + [SMALL_STATE(3698)] = 124279, + [SMALL_STATE(3699)] = 124340, + [SMALL_STATE(3700)] = 124399, + [SMALL_STATE(3701)] = 124460, + [SMALL_STATE(3702)] = 124519, + [SMALL_STATE(3703)] = 124580, + [SMALL_STATE(3704)] = 124641, + [SMALL_STATE(3705)] = 124704, + [SMALL_STATE(3706)] = 124767, + [SMALL_STATE(3707)] = 124828, + [SMALL_STATE(3708)] = 124929, + [SMALL_STATE(3709)] = 124988, + [SMALL_STATE(3710)] = 125049, + [SMALL_STATE(3711)] = 125110, + [SMALL_STATE(3712)] = 125171, + [SMALL_STATE(3713)] = 125232, + [SMALL_STATE(3714)] = 125291, + [SMALL_STATE(3715)] = 125352, + [SMALL_STATE(3716)] = 125421, + [SMALL_STATE(3717)] = 125482, + [SMALL_STATE(3718)] = 125573, + [SMALL_STATE(3719)] = 125634, + [SMALL_STATE(3720)] = 125695, + [SMALL_STATE(3721)] = 125786, + [SMALL_STATE(3722)] = 125847, + [SMALL_STATE(3723)] = 125906, + [SMALL_STATE(3724)] = 125965, + [SMALL_STATE(3725)] = 126026, + [SMALL_STATE(3726)] = 126141, + [SMALL_STATE(3727)] = 126234, + [SMALL_STATE(3728)] = 126295, + [SMALL_STATE(3729)] = 126356, + [SMALL_STATE(3730)] = 126417, + [SMALL_STATE(3731)] = 126478, + [SMALL_STATE(3732)] = 126539, + [SMALL_STATE(3733)] = 126600, + [SMALL_STATE(3734)] = 126661, + [SMALL_STATE(3735)] = 126722, + [SMALL_STATE(3736)] = 126783, + [SMALL_STATE(3737)] = 126844, + [SMALL_STATE(3738)] = 126905, + [SMALL_STATE(3739)] = 126966, + [SMALL_STATE(3740)] = 127027, + [SMALL_STATE(3741)] = 127086, + [SMALL_STATE(3742)] = 127147, + [SMALL_STATE(3743)] = 127208, + [SMALL_STATE(3744)] = 127269, + [SMALL_STATE(3745)] = 127330, + [SMALL_STATE(3746)] = 127393, + [SMALL_STATE(3747)] = 127454, + [SMALL_STATE(3748)] = 127513, + [SMALL_STATE(3749)] = 127572, + [SMALL_STATE(3750)] = 127631, + [SMALL_STATE(3751)] = 127692, + [SMALL_STATE(3752)] = 127753, + [SMALL_STATE(3753)] = 127814, + [SMALL_STATE(3754)] = 127875, + [SMALL_STATE(3755)] = 127938, + [SMALL_STATE(3756)] = 127999, + [SMALL_STATE(3757)] = 128060, + [SMALL_STATE(3758)] = 128121, + [SMALL_STATE(3759)] = 128182, + [SMALL_STATE(3760)] = 128243, + [SMALL_STATE(3761)] = 128304, + [SMALL_STATE(3762)] = 128365, + [SMALL_STATE(3763)] = 128426, + [SMALL_STATE(3764)] = 128487, + [SMALL_STATE(3765)] = 128548, + [SMALL_STATE(3766)] = 128609, + [SMALL_STATE(3767)] = 128670, + [SMALL_STATE(3768)] = 128731, + [SMALL_STATE(3769)] = 128792, + [SMALL_STATE(3770)] = 128853, + [SMALL_STATE(3771)] = 128914, + [SMALL_STATE(3772)] = 128975, + [SMALL_STATE(3773)] = 129036, + [SMALL_STATE(3774)] = 129097, + [SMALL_STATE(3775)] = 129158, + [SMALL_STATE(3776)] = 129219, + [SMALL_STATE(3777)] = 129280, + [SMALL_STATE(3778)] = 129341, + [SMALL_STATE(3779)] = 129402, + [SMALL_STATE(3780)] = 129463, + [SMALL_STATE(3781)] = 129524, + [SMALL_STATE(3782)] = 129585, + [SMALL_STATE(3783)] = 129646, + [SMALL_STATE(3784)] = 129707, + [SMALL_STATE(3785)] = 129768, + [SMALL_STATE(3786)] = 129827, + [SMALL_STATE(3787)] = 129888, + [SMALL_STATE(3788)] = 129949, + [SMALL_STATE(3789)] = 130008, + [SMALL_STATE(3790)] = 130069, + [SMALL_STATE(3791)] = 130130, + [SMALL_STATE(3792)] = 130191, + [SMALL_STATE(3793)] = 130250, + [SMALL_STATE(3794)] = 130343, + [SMALL_STATE(3795)] = 130404, + [SMALL_STATE(3796)] = 130463, + [SMALL_STATE(3797)] = 130523, + [SMALL_STATE(3798)] = 130585, + [SMALL_STATE(3799)] = 130643, + [SMALL_STATE(3800)] = 130701, + [SMALL_STATE(3801)] = 130783, + [SMALL_STATE(3802)] = 130865, + [SMALL_STATE(3803)] = 130975, + [SMALL_STATE(3804)] = 131041, + [SMALL_STATE(3805)] = 131151, + [SMALL_STATE(3806)] = 131209, + [SMALL_STATE(3807)] = 131267, + [SMALL_STATE(3808)] = 131377, + [SMALL_STATE(3809)] = 131435, + [SMALL_STATE(3810)] = 131493, + [SMALL_STATE(3811)] = 131571, + [SMALL_STATE(3812)] = 131629, + [SMALL_STATE(3813)] = 131711, + [SMALL_STATE(3814)] = 131769, + [SMALL_STATE(3815)] = 131829, + [SMALL_STATE(3816)] = 131887, + [SMALL_STATE(3817)] = 131979, + [SMALL_STATE(3818)] = 132037, + [SMALL_STATE(3819)] = 132095, + [SMALL_STATE(3820)] = 132173, + [SMALL_STATE(3821)] = 132251, + [SMALL_STATE(3822)] = 132343, + [SMALL_STATE(3823)] = 132453, + [SMALL_STATE(3824)] = 132519, + [SMALL_STATE(3825)] = 132597, + [SMALL_STATE(3826)] = 132655, + [SMALL_STATE(3827)] = 132755, + [SMALL_STATE(3828)] = 132865, + [SMALL_STATE(3829)] = 132943, + [SMALL_STATE(3830)] = 133001, + [SMALL_STATE(3831)] = 133059, + [SMALL_STATE(3832)] = 133117, + [SMALL_STATE(3833)] = 133175, + [SMALL_STATE(3834)] = 133233, + [SMALL_STATE(3835)] = 133333, + [SMALL_STATE(3836)] = 133443, + [SMALL_STATE(3837)] = 133506, + [SMALL_STATE(3838)] = 133567, + [SMALL_STATE(3839)] = 133656, + [SMALL_STATE(3840)] = 133713, + [SMALL_STATE(3841)] = 133804, + [SMALL_STATE(3842)] = 133895, + [SMALL_STATE(3843)] = 133984, + [SMALL_STATE(3844)] = 134041, + [SMALL_STATE(3845)] = 134104, + [SMALL_STATE(3846)] = 134161, + [SMALL_STATE(3847)] = 134218, + [SMALL_STATE(3848)] = 134281, + [SMALL_STATE(3849)] = 134344, + [SMALL_STATE(3850)] = 134433, + [SMALL_STATE(3851)] = 134522, + [SMALL_STATE(3852)] = 134579, + [SMALL_STATE(3853)] = 134638, + [SMALL_STATE(3854)] = 134695, + [SMALL_STATE(3855)] = 134756, + [SMALL_STATE(3856)] = 134819, + [SMALL_STATE(3857)] = 134894, + [SMALL_STATE(3858)] = 134957, + [SMALL_STATE(3859)] = 135020, + [SMALL_STATE(3860)] = 135077, + [SMALL_STATE(3861)] = 135133, + [SMALL_STATE(3862)] = 135239, + [SMALL_STATE(3863)] = 135337, + [SMALL_STATE(3864)] = 135397, + [SMALL_STATE(3865)] = 135453, + [SMALL_STATE(3866)] = 135551, + [SMALL_STATE(3867)] = 135613, + [SMALL_STATE(3868)] = 135673, + [SMALL_STATE(3869)] = 135729, + [SMALL_STATE(3870)] = 135789, + [SMALL_STATE(3871)] = 135849, + [SMALL_STATE(3872)] = 135909, + [SMALL_STATE(3873)] = 135969, + [SMALL_STATE(3874)] = 136038, + [SMALL_STATE(3875)] = 136099, + [SMALL_STATE(3876)] = 136154, + [SMALL_STATE(3877)] = 136215, + [SMALL_STATE(3878)] = 136270, + [SMALL_STATE(3879)] = 136325, + [SMALL_STATE(3880)] = 136380, + [SMALL_STATE(3881)] = 136435, + [SMALL_STATE(3882)] = 136490, + [SMALL_STATE(3883)] = 136545, + [SMALL_STATE(3884)] = 136600, + [SMALL_STATE(3885)] = 136655, + [SMALL_STATE(3886)] = 136710, + [SMALL_STATE(3887)] = 136765, + [SMALL_STATE(3888)] = 136834, + [SMALL_STATE(3889)] = 136888, + [SMALL_STATE(3890)] = 136982, + [SMALL_STATE(3891)] = 137076, + [SMALL_STATE(3892)] = 137170, + [SMALL_STATE(3893)] = 137224, + [SMALL_STATE(3894)] = 137318, + [SMALL_STATE(3895)] = 137372, + [SMALL_STATE(3896)] = 137466, + [SMALL_STATE(3897)] = 137520, + [SMALL_STATE(3898)] = 137578, + [SMALL_STATE(3899)] = 137672, + [SMALL_STATE(3900)] = 137726, + [SMALL_STATE(3901)] = 137786, + [SMALL_STATE(3902)] = 137840, + [SMALL_STATE(3903)] = 137900, + [SMALL_STATE(3904)] = 137962, + [SMALL_STATE(3905)] = 138056, + [SMALL_STATE(3906)] = 138120, + [SMALL_STATE(3907)] = 138214, + [SMALL_STATE(3908)] = 138308, + [SMALL_STATE(3909)] = 138366, + [SMALL_STATE(3910)] = 138420, + [SMALL_STATE(3911)] = 138474, + [SMALL_STATE(3912)] = 138528, + [SMALL_STATE(3913)] = 138592, + [SMALL_STATE(3914)] = 138648, + [SMALL_STATE(3915)] = 138742, + [SMALL_STATE(3916)] = 138836, + [SMALL_STATE(3917)] = 138890, + [SMALL_STATE(3918)] = 138984, + [SMALL_STATE(3919)] = 139040, + [SMALL_STATE(3920)] = 139134, + [SMALL_STATE(3921)] = 139188, + [SMALL_STATE(3922)] = 139242, + [SMALL_STATE(3923)] = 139296, + [SMALL_STATE(3924)] = 139390, + [SMALL_STATE(3925)] = 139448, + [SMALL_STATE(3926)] = 139506, + [SMALL_STATE(3927)] = 139560, + [SMALL_STATE(3928)] = 139654, + [SMALL_STATE(3929)] = 139708, + [SMALL_STATE(3930)] = 139762, + [SMALL_STATE(3931)] = 139816, + [SMALL_STATE(3932)] = 139910, + [SMALL_STATE(3933)] = 139964, + [SMALL_STATE(3934)] = 140019, + [SMALL_STATE(3935)] = 140072, + [SMALL_STATE(3936)] = 140125, + [SMALL_STATE(3937)] = 140178, + [SMALL_STATE(3938)] = 140233, + [SMALL_STATE(3939)] = 140288, + [SMALL_STATE(3940)] = 140343, + [SMALL_STATE(3941)] = 140396, + [SMALL_STATE(3942)] = 140449, + [SMALL_STATE(3943)] = 140502, + [SMALL_STATE(3944)] = 140555, + [SMALL_STATE(3945)] = 140608, + [SMALL_STATE(3946)] = 140661, + [SMALL_STATE(3947)] = 140714, + [SMALL_STATE(3948)] = 140767, + [SMALL_STATE(3949)] = 140820, + [SMALL_STATE(3950)] = 140873, + [SMALL_STATE(3951)] = 140926, + [SMALL_STATE(3952)] = 140979, + [SMALL_STATE(3953)] = 141071, + [SMALL_STATE(3954)] = 141163, + [SMALL_STATE(3955)] = 141255, + [SMALL_STATE(3956)] = 141347, + [SMALL_STATE(3957)] = 141439, + [SMALL_STATE(3958)] = 141531, + [SMALL_STATE(3959)] = 141623, + [SMALL_STATE(3960)] = 141677, + [SMALL_STATE(3961)] = 141769, + [SMALL_STATE(3962)] = 141861, + [SMALL_STATE(3963)] = 141953, + [SMALL_STATE(3964)] = 142045, + [SMALL_STATE(3965)] = 142137, + [SMALL_STATE(3966)] = 142229, + [SMALL_STATE(3967)] = 142321, + [SMALL_STATE(3968)] = 142413, + [SMALL_STATE(3969)] = 142505, + [SMALL_STATE(3970)] = 142597, + [SMALL_STATE(3971)] = 142689, + [SMALL_STATE(3972)] = 142781, + [SMALL_STATE(3973)] = 142873, + [SMALL_STATE(3974)] = 142965, + [SMALL_STATE(3975)] = 143057, + [SMALL_STATE(3976)] = 143149, + [SMALL_STATE(3977)] = 143241, + [SMALL_STATE(3978)] = 143333, + [SMALL_STATE(3979)] = 143397, + [SMALL_STATE(3980)] = 143489, + [SMALL_STATE(3981)] = 143581, + [SMALL_STATE(3982)] = 143641, + [SMALL_STATE(3983)] = 143693, + [SMALL_STATE(3984)] = 143757, + [SMALL_STATE(3985)] = 143849, + [SMALL_STATE(3986)] = 143901, + [SMALL_STATE(3987)] = 143993, + [SMALL_STATE(3988)] = 144057, + [SMALL_STATE(3989)] = 144113, + [SMALL_STATE(3990)] = 144205, + [SMALL_STATE(3991)] = 144297, + [SMALL_STATE(3992)] = 144389, + [SMALL_STATE(3993)] = 144481, + [SMALL_STATE(3994)] = 144573, + [SMALL_STATE(3995)] = 144665, + [SMALL_STATE(3996)] = 144757, + [SMALL_STATE(3997)] = 144849, + [SMALL_STATE(3998)] = 144941, + [SMALL_STATE(3999)] = 145033, + [SMALL_STATE(4000)] = 145125, + [SMALL_STATE(4001)] = 145217, + [SMALL_STATE(4002)] = 145309, + [SMALL_STATE(4003)] = 145401, + [SMALL_STATE(4004)] = 145493, + [SMALL_STATE(4005)] = 145585, + [SMALL_STATE(4006)] = 145677, + [SMALL_STATE(4007)] = 145769, + [SMALL_STATE(4008)] = 145861, + [SMALL_STATE(4009)] = 145953, + [SMALL_STATE(4010)] = 146045, + [SMALL_STATE(4011)] = 146105, + [SMALL_STATE(4012)] = 146197, + [SMALL_STATE(4013)] = 146289, + [SMALL_STATE(4014)] = 146381, + [SMALL_STATE(4015)] = 146473, + [SMALL_STATE(4016)] = 146567, + [SMALL_STATE(4017)] = 146659, + [SMALL_STATE(4018)] = 146751, + [SMALL_STATE(4019)] = 146843, + [SMALL_STATE(4020)] = 146935, + [SMALL_STATE(4021)] = 147027, + [SMALL_STATE(4022)] = 147119, + [SMALL_STATE(4023)] = 147211, + [SMALL_STATE(4024)] = 147303, + [SMALL_STATE(4025)] = 147395, + [SMALL_STATE(4026)] = 147487, + [SMALL_STATE(4027)] = 147579, + [SMALL_STATE(4028)] = 147671, + [SMALL_STATE(4029)] = 147763, + [SMALL_STATE(4030)] = 147855, + [SMALL_STATE(4031)] = 147947, + [SMALL_STATE(4032)] = 148039, + [SMALL_STATE(4033)] = 148131, + [SMALL_STATE(4034)] = 148183, + [SMALL_STATE(4035)] = 148274, + [SMALL_STATE(4036)] = 148367, + [SMALL_STATE(4037)] = 148460, + [SMALL_STATE(4038)] = 148553, + [SMALL_STATE(4039)] = 148644, + [SMALL_STATE(4040)] = 148737, + [SMALL_STATE(4041)] = 148828, + [SMALL_STATE(4042)] = 148919, + [SMALL_STATE(4043)] = 149012, + [SMALL_STATE(4044)] = 149103, + [SMALL_STATE(4045)] = 149196, + [SMALL_STATE(4046)] = 149287, + [SMALL_STATE(4047)] = 149378, + [SMALL_STATE(4048)] = 149469, + [SMALL_STATE(4049)] = 149550, + [SMALL_STATE(4050)] = 149603, + [SMALL_STATE(4051)] = 149694, + [SMALL_STATE(4052)] = 149785, + [SMALL_STATE(4053)] = 149866, + [SMALL_STATE(4054)] = 149957, + [SMALL_STATE(4055)] = 150048, + [SMALL_STATE(4056)] = 150141, + [SMALL_STATE(4057)] = 150196, + [SMALL_STATE(4058)] = 150251, + [SMALL_STATE(4059)] = 150342, + [SMALL_STATE(4060)] = 150433, + [SMALL_STATE(4061)] = 150524, + [SMALL_STATE(4062)] = 150617, + [SMALL_STATE(4063)] = 150698, + [SMALL_STATE(4064)] = 150789, + [SMALL_STATE(4065)] = 150880, + [SMALL_STATE(4066)] = 150961, + [SMALL_STATE(4067)] = 151052, + [SMALL_STATE(4068)] = 151103, + [SMALL_STATE(4069)] = 151194, + [SMALL_STATE(4070)] = 151285, + [SMALL_STATE(4071)] = 151376, + [SMALL_STATE(4072)] = 151467, + [SMALL_STATE(4073)] = 151558, + [SMALL_STATE(4074)] = 151649, + [SMALL_STATE(4075)] = 151740, + [SMALL_STATE(4076)] = 151831, + [SMALL_STATE(4077)] = 151922, + [SMALL_STATE(4078)] = 151973, + [SMALL_STATE(4079)] = 152060, + [SMALL_STATE(4080)] = 152151, + [SMALL_STATE(4081)] = 152242, + [SMALL_STATE(4082)] = 152333, + [SMALL_STATE(4083)] = 152424, + [SMALL_STATE(4084)] = 152515, + [SMALL_STATE(4085)] = 152606, + [SMALL_STATE(4086)] = 152697, + [SMALL_STATE(4087)] = 152788, + [SMALL_STATE(4088)] = 152843, + [SMALL_STATE(4089)] = 152934, + [SMALL_STATE(4090)] = 153025, + [SMALL_STATE(4091)] = 153116, + [SMALL_STATE(4092)] = 153207, + [SMALL_STATE(4093)] = 153298, + [SMALL_STATE(4094)] = 153389, + [SMALL_STATE(4095)] = 153482, + [SMALL_STATE(4096)] = 153573, + [SMALL_STATE(4097)] = 153666, + [SMALL_STATE(4098)] = 153759, + [SMALL_STATE(4099)] = 153852, + [SMALL_STATE(4100)] = 153943, + [SMALL_STATE(4101)] = 154034, + [SMALL_STATE(4102)] = 154125, + [SMALL_STATE(4103)] = 154218, + [SMALL_STATE(4104)] = 154311, + [SMALL_STATE(4105)] = 154404, + [SMALL_STATE(4106)] = 154497, + [SMALL_STATE(4107)] = 154590, + [SMALL_STATE(4108)] = 154683, + [SMALL_STATE(4109)] = 154776, + [SMALL_STATE(4110)] = 154867, + [SMALL_STATE(4111)] = 154960, + [SMALL_STATE(4112)] = 155051, + [SMALL_STATE(4113)] = 155144, + [SMALL_STATE(4114)] = 155237, + [SMALL_STATE(4115)] = 155328, + [SMALL_STATE(4116)] = 155421, + [SMALL_STATE(4117)] = 155512, + [SMALL_STATE(4118)] = 155605, + [SMALL_STATE(4119)] = 155698, + [SMALL_STATE(4120)] = 155789, + [SMALL_STATE(4121)] = 155882, + [SMALL_STATE(4122)] = 155975, + [SMALL_STATE(4123)] = 156068, + [SMALL_STATE(4124)] = 156161, + [SMALL_STATE(4125)] = 156252, + [SMALL_STATE(4126)] = 156345, + [SMALL_STATE(4127)] = 156436, + [SMALL_STATE(4128)] = 156527, + [SMALL_STATE(4129)] = 156618, + [SMALL_STATE(4130)] = 156709, + [SMALL_STATE(4131)] = 156800, + [SMALL_STATE(4132)] = 156891, + [SMALL_STATE(4133)] = 156982, + [SMALL_STATE(4134)] = 157073, + [SMALL_STATE(4135)] = 157164, + [SMALL_STATE(4136)] = 157257, + [SMALL_STATE(4137)] = 157338, + [SMALL_STATE(4138)] = 157429, + [SMALL_STATE(4139)] = 157520, + [SMALL_STATE(4140)] = 157611, + [SMALL_STATE(4141)] = 157704, + [SMALL_STATE(4142)] = 157795, + [SMALL_STATE(4143)] = 157886, + [SMALL_STATE(4144)] = 157977, + [SMALL_STATE(4145)] = 158068, + [SMALL_STATE(4146)] = 158159, + [SMALL_STATE(4147)] = 158252, + [SMALL_STATE(4148)] = 158343, + [SMALL_STATE(4149)] = 158424, + [SMALL_STATE(4150)] = 158515, + [SMALL_STATE(4151)] = 158606, + [SMALL_STATE(4152)] = 158697, + [SMALL_STATE(4153)] = 158788, + [SMALL_STATE(4154)] = 158879, + [SMALL_STATE(4155)] = 158970, + [SMALL_STATE(4156)] = 159061, + [SMALL_STATE(4157)] = 159152, + [SMALL_STATE(4158)] = 159243, + [SMALL_STATE(4159)] = 159334, + [SMALL_STATE(4160)] = 159427, + [SMALL_STATE(4161)] = 159518, + [SMALL_STATE(4162)] = 159611, + [SMALL_STATE(4163)] = 159702, + [SMALL_STATE(4164)] = 159793, + [SMALL_STATE(4165)] = 159884, + [SMALL_STATE(4166)] = 159975, + [SMALL_STATE(4167)] = 160068, + [SMALL_STATE(4168)] = 160159, + [SMALL_STATE(4169)] = 160250, + [SMALL_STATE(4170)] = 160343, + [SMALL_STATE(4171)] = 160434, + [SMALL_STATE(4172)] = 160525, + [SMALL_STATE(4173)] = 160618, + [SMALL_STATE(4174)] = 160709, + [SMALL_STATE(4175)] = 160800, + [SMALL_STATE(4176)] = 160891, + [SMALL_STATE(4177)] = 160978, + [SMALL_STATE(4178)] = 161071, + [SMALL_STATE(4179)] = 161162, + [SMALL_STATE(4180)] = 161253, + [SMALL_STATE(4181)] = 161344, + [SMALL_STATE(4182)] = 161437, + [SMALL_STATE(4183)] = 161530, + [SMALL_STATE(4184)] = 161621, + [SMALL_STATE(4185)] = 161708, + [SMALL_STATE(4186)] = 161799, + [SMALL_STATE(4187)] = 161892, + [SMALL_STATE(4188)] = 161979, + [SMALL_STATE(4189)] = 162070, + [SMALL_STATE(4190)] = 162161, + [SMALL_STATE(4191)] = 162248, + [SMALL_STATE(4192)] = 162341, + [SMALL_STATE(4193)] = 162432, + [SMALL_STATE(4194)] = 162519, + [SMALL_STATE(4195)] = 162610, + [SMALL_STATE(4196)] = 162701, + [SMALL_STATE(4197)] = 162788, + [SMALL_STATE(4198)] = 162839, + [SMALL_STATE(4199)] = 162930, + [SMALL_STATE(4200)] = 163017, + [SMALL_STATE(4201)] = 163098, + [SMALL_STATE(4202)] = 163189, + [SMALL_STATE(4203)] = 163280, + [SMALL_STATE(4204)] = 163373, + [SMALL_STATE(4205)] = 163464, + [SMALL_STATE(4206)] = 163552, + [SMALL_STATE(4207)] = 163640, + [SMALL_STATE(4208)] = 163728, + [SMALL_STATE(4209)] = 163778, + [SMALL_STATE(4210)] = 163866, + [SMALL_STATE(4211)] = 163954, + [SMALL_STATE(4212)] = 164042, + [SMALL_STATE(4213)] = 164130, + [SMALL_STATE(4214)] = 164180, + [SMALL_STATE(4215)] = 164268, + [SMALL_STATE(4216)] = 164356, + [SMALL_STATE(4217)] = 164406, + [SMALL_STATE(4218)] = 164494, + [SMALL_STATE(4219)] = 164544, + [SMALL_STATE(4220)] = 164632, + [SMALL_STATE(4221)] = 164720, + [SMALL_STATE(4222)] = 164808, + [SMALL_STATE(4223)] = 164858, + [SMALL_STATE(4224)] = 164908, + [SMALL_STATE(4225)] = 164996, + [SMALL_STATE(4226)] = 165084, + [SMALL_STATE(4227)] = 165172, + [SMALL_STATE(4228)] = 165260, + [SMALL_STATE(4229)] = 165348, + [SMALL_STATE(4230)] = 165436, + [SMALL_STATE(4231)] = 165524, + [SMALL_STATE(4232)] = 165612, + [SMALL_STATE(4233)] = 165700, + [SMALL_STATE(4234)] = 165788, + [SMALL_STATE(4235)] = 165876, + [SMALL_STATE(4236)] = 165964, + [SMALL_STATE(4237)] = 166052, + [SMALL_STATE(4238)] = 166140, + [SMALL_STATE(4239)] = 166228, + [SMALL_STATE(4240)] = 166316, + [SMALL_STATE(4241)] = 166404, + [SMALL_STATE(4242)] = 166492, + [SMALL_STATE(4243)] = 166580, + [SMALL_STATE(4244)] = 166668, + [SMALL_STATE(4245)] = 166756, + [SMALL_STATE(4246)] = 166844, + [SMALL_STATE(4247)] = 166932, + [SMALL_STATE(4248)] = 166982, + [SMALL_STATE(4249)] = 167070, + [SMALL_STATE(4250)] = 167158, + [SMALL_STATE(4251)] = 167246, + [SMALL_STATE(4252)] = 167334, + [SMALL_STATE(4253)] = 167422, + [SMALL_STATE(4254)] = 167510, + [SMALL_STATE(4255)] = 167598, + [SMALL_STATE(4256)] = 167686, + [SMALL_STATE(4257)] = 167774, + [SMALL_STATE(4258)] = 167862, + [SMALL_STATE(4259)] = 167950, + [SMALL_STATE(4260)] = 168038, + [SMALL_STATE(4261)] = 168126, + [SMALL_STATE(4262)] = 168214, + [SMALL_STATE(4263)] = 168302, + [SMALL_STATE(4264)] = 168390, + [SMALL_STATE(4265)] = 168478, + [SMALL_STATE(4266)] = 168566, + [SMALL_STATE(4267)] = 168654, + [SMALL_STATE(4268)] = 168742, + [SMALL_STATE(4269)] = 168830, + [SMALL_STATE(4270)] = 168918, + [SMALL_STATE(4271)] = 169006, + [SMALL_STATE(4272)] = 169094, + [SMALL_STATE(4273)] = 169182, + [SMALL_STATE(4274)] = 169270, + [SMALL_STATE(4275)] = 169358, + [SMALL_STATE(4276)] = 169446, + [SMALL_STATE(4277)] = 169534, + [SMALL_STATE(4278)] = 169622, + [SMALL_STATE(4279)] = 169710, + [SMALL_STATE(4280)] = 169798, + [SMALL_STATE(4281)] = 169886, + [SMALL_STATE(4282)] = 169974, + [SMALL_STATE(4283)] = 170062, + [SMALL_STATE(4284)] = 170150, + [SMALL_STATE(4285)] = 170238, + [SMALL_STATE(4286)] = 170326, + [SMALL_STATE(4287)] = 170414, + [SMALL_STATE(4288)] = 170502, + [SMALL_STATE(4289)] = 170590, + [SMALL_STATE(4290)] = 170678, + [SMALL_STATE(4291)] = 170766, + [SMALL_STATE(4292)] = 170854, + [SMALL_STATE(4293)] = 170942, + [SMALL_STATE(4294)] = 171030, + [SMALL_STATE(4295)] = 171118, + [SMALL_STATE(4296)] = 171206, + [SMALL_STATE(4297)] = 171294, + [SMALL_STATE(4298)] = 171382, + [SMALL_STATE(4299)] = 171470, + [SMALL_STATE(4300)] = 171558, + [SMALL_STATE(4301)] = 171646, + [SMALL_STATE(4302)] = 171734, + [SMALL_STATE(4303)] = 171822, + [SMALL_STATE(4304)] = 171910, + [SMALL_STATE(4305)] = 171998, + [SMALL_STATE(4306)] = 172086, + [SMALL_STATE(4307)] = 172174, + [SMALL_STATE(4308)] = 172262, + [SMALL_STATE(4309)] = 172350, + [SMALL_STATE(4310)] = 172438, + [SMALL_STATE(4311)] = 172526, + [SMALL_STATE(4312)] = 172614, + [SMALL_STATE(4313)] = 172702, + [SMALL_STATE(4314)] = 172790, + [SMALL_STATE(4315)] = 172878, + [SMALL_STATE(4316)] = 172966, + [SMALL_STATE(4317)] = 173054, + [SMALL_STATE(4318)] = 173142, + [SMALL_STATE(4319)] = 173230, + [SMALL_STATE(4320)] = 173318, + [SMALL_STATE(4321)] = 173406, + [SMALL_STATE(4322)] = 173494, + [SMALL_STATE(4323)] = 173582, + [SMALL_STATE(4324)] = 173670, + [SMALL_STATE(4325)] = 173758, + [SMALL_STATE(4326)] = 173846, + [SMALL_STATE(4327)] = 173934, + [SMALL_STATE(4328)] = 174022, + [SMALL_STATE(4329)] = 174110, + [SMALL_STATE(4330)] = 174198, + [SMALL_STATE(4331)] = 174286, + [SMALL_STATE(4332)] = 174374, + [SMALL_STATE(4333)] = 174462, + [SMALL_STATE(4334)] = 174550, + [SMALL_STATE(4335)] = 174638, + [SMALL_STATE(4336)] = 174726, + [SMALL_STATE(4337)] = 174814, + [SMALL_STATE(4338)] = 174902, + [SMALL_STATE(4339)] = 174990, + [SMALL_STATE(4340)] = 175078, + [SMALL_STATE(4341)] = 175166, + [SMALL_STATE(4342)] = 175254, + [SMALL_STATE(4343)] = 175342, + [SMALL_STATE(4344)] = 175430, + [SMALL_STATE(4345)] = 175518, + [SMALL_STATE(4346)] = 175606, + [SMALL_STATE(4347)] = 175694, + [SMALL_STATE(4348)] = 175782, + [SMALL_STATE(4349)] = 175870, + [SMALL_STATE(4350)] = 175958, + [SMALL_STATE(4351)] = 176046, + [SMALL_STATE(4352)] = 176134, + [SMALL_STATE(4353)] = 176222, + [SMALL_STATE(4354)] = 176310, + [SMALL_STATE(4355)] = 176398, + [SMALL_STATE(4356)] = 176486, + [SMALL_STATE(4357)] = 176574, + [SMALL_STATE(4358)] = 176662, + [SMALL_STATE(4359)] = 176750, + [SMALL_STATE(4360)] = 176838, + [SMALL_STATE(4361)] = 176926, + [SMALL_STATE(4362)] = 177014, + [SMALL_STATE(4363)] = 177102, + [SMALL_STATE(4364)] = 177190, + [SMALL_STATE(4365)] = 177278, + [SMALL_STATE(4366)] = 177366, + [SMALL_STATE(4367)] = 177454, + [SMALL_STATE(4368)] = 177542, + [SMALL_STATE(4369)] = 177630, + [SMALL_STATE(4370)] = 177718, + [SMALL_STATE(4371)] = 177806, + [SMALL_STATE(4372)] = 177894, + [SMALL_STATE(4373)] = 177982, + [SMALL_STATE(4374)] = 178070, + [SMALL_STATE(4375)] = 178158, + [SMALL_STATE(4376)] = 178246, + [SMALL_STATE(4377)] = 178334, + [SMALL_STATE(4378)] = 178422, + [SMALL_STATE(4379)] = 178510, + [SMALL_STATE(4380)] = 178598, + [SMALL_STATE(4381)] = 178686, + [SMALL_STATE(4382)] = 178774, + [SMALL_STATE(4383)] = 178862, + [SMALL_STATE(4384)] = 178950, + [SMALL_STATE(4385)] = 179038, + [SMALL_STATE(4386)] = 179126, + [SMALL_STATE(4387)] = 179214, + [SMALL_STATE(4388)] = 179302, + [SMALL_STATE(4389)] = 179390, + [SMALL_STATE(4390)] = 179478, + [SMALL_STATE(4391)] = 179566, + [SMALL_STATE(4392)] = 179654, + [SMALL_STATE(4393)] = 179742, + [SMALL_STATE(4394)] = 179830, + [SMALL_STATE(4395)] = 179918, + [SMALL_STATE(4396)] = 180006, + [SMALL_STATE(4397)] = 180094, + [SMALL_STATE(4398)] = 180182, + [SMALL_STATE(4399)] = 180270, + [SMALL_STATE(4400)] = 180358, + [SMALL_STATE(4401)] = 180412, + [SMALL_STATE(4402)] = 180500, + [SMALL_STATE(4403)] = 180588, + [SMALL_STATE(4404)] = 180676, + [SMALL_STATE(4405)] = 180764, + [SMALL_STATE(4406)] = 180852, + [SMALL_STATE(4407)] = 180940, + [SMALL_STATE(4408)] = 181028, + [SMALL_STATE(4409)] = 181116, + [SMALL_STATE(4410)] = 181204, + [SMALL_STATE(4411)] = 181292, + [SMALL_STATE(4412)] = 181380, + [SMALL_STATE(4413)] = 181468, + [SMALL_STATE(4414)] = 181556, + [SMALL_STATE(4415)] = 181644, + [SMALL_STATE(4416)] = 181734, + [SMALL_STATE(4417)] = 181822, + [SMALL_STATE(4418)] = 181872, + [SMALL_STATE(4419)] = 181960, + [SMALL_STATE(4420)] = 182048, + [SMALL_STATE(4421)] = 182136, + [SMALL_STATE(4422)] = 182224, + [SMALL_STATE(4423)] = 182312, + [SMALL_STATE(4424)] = 182400, + [SMALL_STATE(4425)] = 182488, + [SMALL_STATE(4426)] = 182576, + [SMALL_STATE(4427)] = 182664, + [SMALL_STATE(4428)] = 182752, + [SMALL_STATE(4429)] = 182840, + [SMALL_STATE(4430)] = 182928, + [SMALL_STATE(4431)] = 183016, + [SMALL_STATE(4432)] = 183104, + [SMALL_STATE(4433)] = 183192, + [SMALL_STATE(4434)] = 183280, + [SMALL_STATE(4435)] = 183368, + [SMALL_STATE(4436)] = 183456, + [SMALL_STATE(4437)] = 183544, + [SMALL_STATE(4438)] = 183632, + [SMALL_STATE(4439)] = 183720, + [SMALL_STATE(4440)] = 183808, + [SMALL_STATE(4441)] = 183896, + [SMALL_STATE(4442)] = 183984, + [SMALL_STATE(4443)] = 184072, + [SMALL_STATE(4444)] = 184160, + [SMALL_STATE(4445)] = 184248, + [SMALL_STATE(4446)] = 184336, + [SMALL_STATE(4447)] = 184424, + [SMALL_STATE(4448)] = 184478, + [SMALL_STATE(4449)] = 184566, + [SMALL_STATE(4450)] = 184654, + [SMALL_STATE(4451)] = 184742, + [SMALL_STATE(4452)] = 184830, + [SMALL_STATE(4453)] = 184918, + [SMALL_STATE(4454)] = 185006, + [SMALL_STATE(4455)] = 185094, + [SMALL_STATE(4456)] = 185182, + [SMALL_STATE(4457)] = 185270, + [SMALL_STATE(4458)] = 185358, + [SMALL_STATE(4459)] = 185446, + [SMALL_STATE(4460)] = 185534, + [SMALL_STATE(4461)] = 185622, + [SMALL_STATE(4462)] = 185710, + [SMALL_STATE(4463)] = 185798, + [SMALL_STATE(4464)] = 185886, + [SMALL_STATE(4465)] = 185974, + [SMALL_STATE(4466)] = 186062, + [SMALL_STATE(4467)] = 186150, + [SMALL_STATE(4468)] = 186238, + [SMALL_STATE(4469)] = 186326, + [SMALL_STATE(4470)] = 186414, + [SMALL_STATE(4471)] = 186502, + [SMALL_STATE(4472)] = 186590, + [SMALL_STATE(4473)] = 186678, + [SMALL_STATE(4474)] = 186766, + [SMALL_STATE(4475)] = 186854, + [SMALL_STATE(4476)] = 186942, + [SMALL_STATE(4477)] = 187030, + [SMALL_STATE(4478)] = 187118, + [SMALL_STATE(4479)] = 187206, + [SMALL_STATE(4480)] = 187294, + [SMALL_STATE(4481)] = 187382, + [SMALL_STATE(4482)] = 187470, + [SMALL_STATE(4483)] = 187558, + [SMALL_STATE(4484)] = 187646, + [SMALL_STATE(4485)] = 187734, + [SMALL_STATE(4486)] = 187822, + [SMALL_STATE(4487)] = 187910, + [SMALL_STATE(4488)] = 187998, + [SMALL_STATE(4489)] = 188086, + [SMALL_STATE(4490)] = 188174, + [SMALL_STATE(4491)] = 188262, + [SMALL_STATE(4492)] = 188350, + [SMALL_STATE(4493)] = 188438, + [SMALL_STATE(4494)] = 188526, + [SMALL_STATE(4495)] = 188614, + [SMALL_STATE(4496)] = 188702, + [SMALL_STATE(4497)] = 188790, + [SMALL_STATE(4498)] = 188878, + [SMALL_STATE(4499)] = 188966, + [SMALL_STATE(4500)] = 189054, + [SMALL_STATE(4501)] = 189142, + [SMALL_STATE(4502)] = 189230, + [SMALL_STATE(4503)] = 189318, + [SMALL_STATE(4504)] = 189406, + [SMALL_STATE(4505)] = 189494, + [SMALL_STATE(4506)] = 189582, + [SMALL_STATE(4507)] = 189670, + [SMALL_STATE(4508)] = 189758, + [SMALL_STATE(4509)] = 189846, + [SMALL_STATE(4510)] = 189934, + [SMALL_STATE(4511)] = 190022, + [SMALL_STATE(4512)] = 190110, + [SMALL_STATE(4513)] = 190198, + [SMALL_STATE(4514)] = 190286, + [SMALL_STATE(4515)] = 190374, + [SMALL_STATE(4516)] = 190462, + [SMALL_STATE(4517)] = 190550, + [SMALL_STATE(4518)] = 190638, + [SMALL_STATE(4519)] = 190726, + [SMALL_STATE(4520)] = 190814, + [SMALL_STATE(4521)] = 190902, + [SMALL_STATE(4522)] = 190990, + [SMALL_STATE(4523)] = 191078, + [SMALL_STATE(4524)] = 191166, + [SMALL_STATE(4525)] = 191254, + [SMALL_STATE(4526)] = 191342, + [SMALL_STATE(4527)] = 191430, + [SMALL_STATE(4528)] = 191518, + [SMALL_STATE(4529)] = 191606, + [SMALL_STATE(4530)] = 191694, + [SMALL_STATE(4531)] = 191782, + [SMALL_STATE(4532)] = 191870, + [SMALL_STATE(4533)] = 191958, + [SMALL_STATE(4534)] = 192046, + [SMALL_STATE(4535)] = 192134, + [SMALL_STATE(4536)] = 192222, + [SMALL_STATE(4537)] = 192310, + [SMALL_STATE(4538)] = 192398, + [SMALL_STATE(4539)] = 192486, + [SMALL_STATE(4540)] = 192574, + [SMALL_STATE(4541)] = 192662, + [SMALL_STATE(4542)] = 192750, + [SMALL_STATE(4543)] = 192838, + [SMALL_STATE(4544)] = 192926, + [SMALL_STATE(4545)] = 193014, + [SMALL_STATE(4546)] = 193102, + [SMALL_STATE(4547)] = 193190, + [SMALL_STATE(4548)] = 193278, + [SMALL_STATE(4549)] = 193366, + [SMALL_STATE(4550)] = 193454, + [SMALL_STATE(4551)] = 193542, + [SMALL_STATE(4552)] = 193630, + [SMALL_STATE(4553)] = 193718, + [SMALL_STATE(4554)] = 193806, + [SMALL_STATE(4555)] = 193894, + [SMALL_STATE(4556)] = 193982, + [SMALL_STATE(4557)] = 194070, + [SMALL_STATE(4558)] = 194158, + [SMALL_STATE(4559)] = 194246, + [SMALL_STATE(4560)] = 194334, + [SMALL_STATE(4561)] = 194422, + [SMALL_STATE(4562)] = 194510, + [SMALL_STATE(4563)] = 194598, + [SMALL_STATE(4564)] = 194686, + [SMALL_STATE(4565)] = 194774, + [SMALL_STATE(4566)] = 194862, + [SMALL_STATE(4567)] = 194950, + [SMALL_STATE(4568)] = 195004, + [SMALL_STATE(4569)] = 195092, + [SMALL_STATE(4570)] = 195142, + [SMALL_STATE(4571)] = 195230, + [SMALL_STATE(4572)] = 195318, + [SMALL_STATE(4573)] = 195406, + [SMALL_STATE(4574)] = 195494, + [SMALL_STATE(4575)] = 195549, + [SMALL_STATE(4576)] = 195602, + [SMALL_STATE(4577)] = 195683, + [SMALL_STATE(4578)] = 195736, + [SMALL_STATE(4579)] = 195789, + [SMALL_STATE(4580)] = 195842, + [SMALL_STATE(4581)] = 195897, + [SMALL_STATE(4582)] = 195950, + [SMALL_STATE(4583)] = 196003, + [SMALL_STATE(4584)] = 196056, + [SMALL_STATE(4585)] = 196109, + [SMALL_STATE(4586)] = 196164, + [SMALL_STATE(4587)] = 196253, + [SMALL_STATE(4588)] = 196306, + [SMALL_STATE(4589)] = 196359, + [SMALL_STATE(4590)] = 196407, + [SMALL_STATE(4591)] = 196455, + [SMALL_STATE(4592)] = 196503, + [SMALL_STATE(4593)] = 196551, + [SMALL_STATE(4594)] = 196599, + [SMALL_STATE(4595)] = 196647, + [SMALL_STATE(4596)] = 196695, + [SMALL_STATE(4597)] = 196743, + [SMALL_STATE(4598)] = 196791, + [SMALL_STATE(4599)] = 196839, + [SMALL_STATE(4600)] = 196887, + [SMALL_STATE(4601)] = 196935, + [SMALL_STATE(4602)] = 196983, + [SMALL_STATE(4603)] = 197031, + [SMALL_STATE(4604)] = 197079, + [SMALL_STATE(4605)] = 197127, + [SMALL_STATE(4606)] = 197175, + [SMALL_STATE(4607)] = 197223, + [SMALL_STATE(4608)] = 197271, + [SMALL_STATE(4609)] = 197319, + [SMALL_STATE(4610)] = 197367, + [SMALL_STATE(4611)] = 197415, + [SMALL_STATE(4612)] = 197463, + [SMALL_STATE(4613)] = 197511, + [SMALL_STATE(4614)] = 197559, + [SMALL_STATE(4615)] = 197607, + [SMALL_STATE(4616)] = 197655, + [SMALL_STATE(4617)] = 197703, + [SMALL_STATE(4618)] = 197751, + [SMALL_STATE(4619)] = 197799, + [SMALL_STATE(4620)] = 197847, + [SMALL_STATE(4621)] = 197895, + [SMALL_STATE(4622)] = 197945, + [SMALL_STATE(4623)] = 197993, + [SMALL_STATE(4624)] = 198041, + [SMALL_STATE(4625)] = 198091, + [SMALL_STATE(4626)] = 198139, + [SMALL_STATE(4627)] = 198187, + [SMALL_STATE(4628)] = 198235, + [SMALL_STATE(4629)] = 198282, + [SMALL_STATE(4630)] = 198329, + [SMALL_STATE(4631)] = 198376, + [SMALL_STATE(4632)] = 198423, + [SMALL_STATE(4633)] = 198470, + [SMALL_STATE(4634)] = 198517, + [SMALL_STATE(4635)] = 198564, + [SMALL_STATE(4636)] = 198611, + [SMALL_STATE(4637)] = 198658, + [SMALL_STATE(4638)] = 198705, + [SMALL_STATE(4639)] = 198752, + [SMALL_STATE(4640)] = 198799, + [SMALL_STATE(4641)] = 198846, + [SMALL_STATE(4642)] = 198893, + [SMALL_STATE(4643)] = 198940, + [SMALL_STATE(4644)] = 198987, + [SMALL_STATE(4645)] = 199034, + [SMALL_STATE(4646)] = 199081, + [SMALL_STATE(4647)] = 199128, + [SMALL_STATE(4648)] = 199175, + [SMALL_STATE(4649)] = 199222, + [SMALL_STATE(4650)] = 199269, + [SMALL_STATE(4651)] = 199316, + [SMALL_STATE(4652)] = 199363, + [SMALL_STATE(4653)] = 199410, + [SMALL_STATE(4654)] = 199457, + [SMALL_STATE(4655)] = 199504, + [SMALL_STATE(4656)] = 199551, + [SMALL_STATE(4657)] = 199598, + [SMALL_STATE(4658)] = 199645, + [SMALL_STATE(4659)] = 199692, + [SMALL_STATE(4660)] = 199739, + [SMALL_STATE(4661)] = 199786, + [SMALL_STATE(4662)] = 199833, + [SMALL_STATE(4663)] = 199880, + [SMALL_STATE(4664)] = 199927, + [SMALL_STATE(4665)] = 199974, + [SMALL_STATE(4666)] = 200021, + [SMALL_STATE(4667)] = 200068, + [SMALL_STATE(4668)] = 200115, + [SMALL_STATE(4669)] = 200162, + [SMALL_STATE(4670)] = 200209, + [SMALL_STATE(4671)] = 200256, + [SMALL_STATE(4672)] = 200303, + [SMALL_STATE(4673)] = 200350, + [SMALL_STATE(4674)] = 200397, + [SMALL_STATE(4675)] = 200444, + [SMALL_STATE(4676)] = 200491, + [SMALL_STATE(4677)] = 200538, + [SMALL_STATE(4678)] = 200585, + [SMALL_STATE(4679)] = 200632, + [SMALL_STATE(4680)] = 200679, + [SMALL_STATE(4681)] = 200726, + [SMALL_STATE(4682)] = 200773, + [SMALL_STATE(4683)] = 200820, + [SMALL_STATE(4684)] = 200867, + [SMALL_STATE(4685)] = 200914, + [SMALL_STATE(4686)] = 200961, + [SMALL_STATE(4687)] = 201008, + [SMALL_STATE(4688)] = 201055, + [SMALL_STATE(4689)] = 201102, + [SMALL_STATE(4690)] = 201149, + [SMALL_STATE(4691)] = 201196, + [SMALL_STATE(4692)] = 201243, + [SMALL_STATE(4693)] = 201290, + [SMALL_STATE(4694)] = 201376, + [SMALL_STATE(4695)] = 201462, + [SMALL_STATE(4696)] = 201514, + [SMALL_STATE(4697)] = 201600, + [SMALL_STATE(4698)] = 201686, + [SMALL_STATE(4699)] = 201761, + [SMALL_STATE(4700)] = 201836, + [SMALL_STATE(4701)] = 201911, + [SMALL_STATE(4702)] = 201986, + [SMALL_STATE(4703)] = 202061, + [SMALL_STATE(4704)] = 202136, + [SMALL_STATE(4705)] = 202211, + [SMALL_STATE(4706)] = 202286, + [SMALL_STATE(4707)] = 202361, + [SMALL_STATE(4708)] = 202436, + [SMALL_STATE(4709)] = 202511, + [SMALL_STATE(4710)] = 202586, + [SMALL_STATE(4711)] = 202661, + [SMALL_STATE(4712)] = 202736, + [SMALL_STATE(4713)] = 202811, + [SMALL_STATE(4714)] = 202886, + [SMALL_STATE(4715)] = 202961, + [SMALL_STATE(4716)] = 203036, + [SMALL_STATE(4717)] = 203111, + [SMALL_STATE(4718)] = 203186, + [SMALL_STATE(4719)] = 203261, + [SMALL_STATE(4720)] = 203336, + [SMALL_STATE(4721)] = 203411, + [SMALL_STATE(4722)] = 203486, + [SMALL_STATE(4723)] = 203561, + [SMALL_STATE(4724)] = 203636, + [SMALL_STATE(4725)] = 203711, + [SMALL_STATE(4726)] = 203786, + [SMALL_STATE(4727)] = 203861, + [SMALL_STATE(4728)] = 203936, + [SMALL_STATE(4729)] = 204011, + [SMALL_STATE(4730)] = 204086, + [SMALL_STATE(4731)] = 204161, + [SMALL_STATE(4732)] = 204236, + [SMALL_STATE(4733)] = 204311, + [SMALL_STATE(4734)] = 204386, + [SMALL_STATE(4735)] = 204461, + [SMALL_STATE(4736)] = 204536, + [SMALL_STATE(4737)] = 204611, + [SMALL_STATE(4738)] = 204658, + [SMALL_STATE(4739)] = 204733, + [SMALL_STATE(4740)] = 204808, + [SMALL_STATE(4741)] = 204883, + [SMALL_STATE(4742)] = 204958, + [SMALL_STATE(4743)] = 205033, + [SMALL_STATE(4744)] = 205108, + [SMALL_STATE(4745)] = 205183, + [SMALL_STATE(4746)] = 205258, + [SMALL_STATE(4747)] = 205333, + [SMALL_STATE(4748)] = 205408, + [SMALL_STATE(4749)] = 205483, + [SMALL_STATE(4750)] = 205558, + [SMALL_STATE(4751)] = 205633, + [SMALL_STATE(4752)] = 205708, + [SMALL_STATE(4753)] = 205783, + [SMALL_STATE(4754)] = 205858, + [SMALL_STATE(4755)] = 205933, + [SMALL_STATE(4756)] = 206008, + [SMALL_STATE(4757)] = 206055, + [SMALL_STATE(4758)] = 206130, + [SMALL_STATE(4759)] = 206205, + [SMALL_STATE(4760)] = 206280, + [SMALL_STATE(4761)] = 206355, + [SMALL_STATE(4762)] = 206430, + [SMALL_STATE(4763)] = 206505, + [SMALL_STATE(4764)] = 206580, + [SMALL_STATE(4765)] = 206655, + [SMALL_STATE(4766)] = 206730, + [SMALL_STATE(4767)] = 206805, + [SMALL_STATE(4768)] = 206880, + [SMALL_STATE(4769)] = 206955, + [SMALL_STATE(4770)] = 207030, + [SMALL_STATE(4771)] = 207105, + [SMALL_STATE(4772)] = 207180, + [SMALL_STATE(4773)] = 207227, + [SMALL_STATE(4774)] = 207274, + [SMALL_STATE(4775)] = 207349, + [SMALL_STATE(4776)] = 207424, + [SMALL_STATE(4777)] = 207499, + [SMALL_STATE(4778)] = 207574, + [SMALL_STATE(4779)] = 207649, + [SMALL_STATE(4780)] = 207724, + [SMALL_STATE(4781)] = 207799, + [SMALL_STATE(4782)] = 207874, + [SMALL_STATE(4783)] = 207949, + [SMALL_STATE(4784)] = 208024, + [SMALL_STATE(4785)] = 208099, + [SMALL_STATE(4786)] = 208174, + [SMALL_STATE(4787)] = 208249, + [SMALL_STATE(4788)] = 208324, + [SMALL_STATE(4789)] = 208371, + [SMALL_STATE(4790)] = 208446, + [SMALL_STATE(4791)] = 208521, + [SMALL_STATE(4792)] = 208596, + [SMALL_STATE(4793)] = 208671, + [SMALL_STATE(4794)] = 208746, + [SMALL_STATE(4795)] = 208821, + [SMALL_STATE(4796)] = 208896, + [SMALL_STATE(4797)] = 208971, + [SMALL_STATE(4798)] = 209046, + [SMALL_STATE(4799)] = 209093, + [SMALL_STATE(4800)] = 209168, + [SMALL_STATE(4801)] = 209243, + [SMALL_STATE(4802)] = 209318, + [SMALL_STATE(4803)] = 209393, + [SMALL_STATE(4804)] = 209468, + [SMALL_STATE(4805)] = 209543, + [SMALL_STATE(4806)] = 209618, + [SMALL_STATE(4807)] = 209693, + [SMALL_STATE(4808)] = 209768, + [SMALL_STATE(4809)] = 209843, + [SMALL_STATE(4810)] = 209918, + [SMALL_STATE(4811)] = 209993, + [SMALL_STATE(4812)] = 210068, + [SMALL_STATE(4813)] = 210143, + [SMALL_STATE(4814)] = 210218, + [SMALL_STATE(4815)] = 210293, + [SMALL_STATE(4816)] = 210368, + [SMALL_STATE(4817)] = 210443, + [SMALL_STATE(4818)] = 210518, + [SMALL_STATE(4819)] = 210593, + [SMALL_STATE(4820)] = 210668, + [SMALL_STATE(4821)] = 210743, + [SMALL_STATE(4822)] = 210818, + [SMALL_STATE(4823)] = 210893, + [SMALL_STATE(4824)] = 210968, + [SMALL_STATE(4825)] = 211043, + [SMALL_STATE(4826)] = 211118, + [SMALL_STATE(4827)] = 211193, + [SMALL_STATE(4828)] = 211268, + [SMALL_STATE(4829)] = 211343, + [SMALL_STATE(4830)] = 211418, + [SMALL_STATE(4831)] = 211493, + [SMALL_STATE(4832)] = 211568, + [SMALL_STATE(4833)] = 211643, + [SMALL_STATE(4834)] = 211718, + [SMALL_STATE(4835)] = 211793, + [SMALL_STATE(4836)] = 211868, + [SMALL_STATE(4837)] = 211943, + [SMALL_STATE(4838)] = 212018, + [SMALL_STATE(4839)] = 212093, + [SMALL_STATE(4840)] = 212168, + [SMALL_STATE(4841)] = 212243, + [SMALL_STATE(4842)] = 212318, + [SMALL_STATE(4843)] = 212393, + [SMALL_STATE(4844)] = 212468, + [SMALL_STATE(4845)] = 212543, + [SMALL_STATE(4846)] = 212618, + [SMALL_STATE(4847)] = 212693, + [SMALL_STATE(4848)] = 212768, + [SMALL_STATE(4849)] = 212843, + [SMALL_STATE(4850)] = 212918, + [SMALL_STATE(4851)] = 212993, + [SMALL_STATE(4852)] = 213068, + [SMALL_STATE(4853)] = 213143, + [SMALL_STATE(4854)] = 213218, + [SMALL_STATE(4855)] = 213293, + [SMALL_STATE(4856)] = 213368, + [SMALL_STATE(4857)] = 213443, + [SMALL_STATE(4858)] = 213518, + [SMALL_STATE(4859)] = 213593, + [SMALL_STATE(4860)] = 213668, + [SMALL_STATE(4861)] = 213743, + [SMALL_STATE(4862)] = 213818, + [SMALL_STATE(4863)] = 213893, + [SMALL_STATE(4864)] = 213968, + [SMALL_STATE(4865)] = 214043, + [SMALL_STATE(4866)] = 214118, + [SMALL_STATE(4867)] = 214193, + [SMALL_STATE(4868)] = 214268, + [SMALL_STATE(4869)] = 214343, + [SMALL_STATE(4870)] = 214418, + [SMALL_STATE(4871)] = 214493, + [SMALL_STATE(4872)] = 214568, + [SMALL_STATE(4873)] = 214648, + [SMALL_STATE(4874)] = 214692, + [SMALL_STATE(4875)] = 214772, + [SMALL_STATE(4876)] = 214852, + [SMALL_STATE(4877)] = 214896, + [SMALL_STATE(4878)] = 214942, + [SMALL_STATE(4879)] = 214990, + [SMALL_STATE(4880)] = 215070, + [SMALL_STATE(4881)] = 215150, + [SMALL_STATE(4882)] = 215230, + [SMALL_STATE(4883)] = 215310, + [SMALL_STATE(4884)] = 215354, + [SMALL_STATE(4885)] = 215434, + [SMALL_STATE(4886)] = 215514, + [SMALL_STATE(4887)] = 215558, + [SMALL_STATE(4888)] = 215602, + [SMALL_STATE(4889)] = 215646, + [SMALL_STATE(4890)] = 215726, + [SMALL_STATE(4891)] = 215775, + [SMALL_STATE(4892)] = 215818, + [SMALL_STATE(4893)] = 215895, + [SMALL_STATE(4894)] = 215938, + [SMALL_STATE(4895)] = 216015, + [SMALL_STATE(4896)] = 216058, + [SMALL_STATE(4897)] = 216135, + [SMALL_STATE(4898)] = 216184, + [SMALL_STATE(4899)] = 216227, + [SMALL_STATE(4900)] = 216304, + [SMALL_STATE(4901)] = 216369, + [SMALL_STATE(4902)] = 216446, + [SMALL_STATE(4903)] = 216489, + [SMALL_STATE(4904)] = 216534, + [SMALL_STATE(4905)] = 216577, + [SMALL_STATE(4906)] = 216620, + [SMALL_STATE(4907)] = 216697, + [SMALL_STATE(4908)] = 216740, + [SMALL_STATE(4909)] = 216805, + [SMALL_STATE(4910)] = 216882, + [SMALL_STATE(4911)] = 216925, + [SMALL_STATE(4912)] = 216968, + [SMALL_STATE(4913)] = 217015, + [SMALL_STATE(4914)] = 217058, + [SMALL_STATE(4915)] = 217135, + [SMALL_STATE(4916)] = 217212, + [SMALL_STATE(4917)] = 217289, + [SMALL_STATE(4918)] = 217366, + [SMALL_STATE(4919)] = 217409, + [SMALL_STATE(4920)] = 217486, + [SMALL_STATE(4921)] = 217529, + [SMALL_STATE(4922)] = 217606, + [SMALL_STATE(4923)] = 217683, + [SMALL_STATE(4924)] = 217760, + [SMALL_STATE(4925)] = 217825, + [SMALL_STATE(4926)] = 217902, + [SMALL_STATE(4927)] = 217951, + [SMALL_STATE(4928)] = 218028, + [SMALL_STATE(4929)] = 218093, + [SMALL_STATE(4930)] = 218170, + [SMALL_STATE(4931)] = 218247, + [SMALL_STATE(4932)] = 218290, + [SMALL_STATE(4933)] = 218364, + [SMALL_STATE(4934)] = 218438, + [SMALL_STATE(4935)] = 218512, + [SMALL_STATE(4936)] = 218558, + [SMALL_STATE(4937)] = 218632, + [SMALL_STATE(4938)] = 218674, + [SMALL_STATE(4939)] = 218756, + [SMALL_STATE(4940)] = 218820, + [SMALL_STATE(4941)] = 218894, + [SMALL_STATE(4942)] = 218958, + [SMALL_STATE(4943)] = 219040, + [SMALL_STATE(4944)] = 219114, + [SMALL_STATE(4945)] = 219188, + [SMALL_STATE(4946)] = 219262, + [SMALL_STATE(4947)] = 219323, + [SMALL_STATE(4948)] = 219384, + [SMALL_STATE(4949)] = 219425, + [SMALL_STATE(4950)] = 219466, + [SMALL_STATE(4951)] = 219527, + [SMALL_STATE(4952)] = 219568, + [SMALL_STATE(4953)] = 219629, + [SMALL_STATE(4954)] = 219690, + [SMALL_STATE(4955)] = 219751, + [SMALL_STATE(4956)] = 219792, + [SMALL_STATE(4957)] = 219853, + [SMALL_STATE(4958)] = 219914, + [SMALL_STATE(4959)] = 219975, + [SMALL_STATE(4960)] = 220036, + [SMALL_STATE(4961)] = 220077, + [SMALL_STATE(4962)] = 220117, + [SMALL_STATE(4963)] = 220157, + [SMALL_STATE(4964)] = 220197, + [SMALL_STATE(4965)] = 220245, + [SMALL_STATE(4966)] = 220287, + [SMALL_STATE(4967)] = 220349, + [SMALL_STATE(4968)] = 220401, + [SMALL_STATE(4969)] = 220453, + [SMALL_STATE(4970)] = 220495, + [SMALL_STATE(4971)] = 220547, + [SMALL_STATE(4972)] = 220583, + [SMALL_STATE(4973)] = 220635, + [SMALL_STATE(4974)] = 220687, + [SMALL_STATE(4975)] = 220739, + [SMALL_STATE(4976)] = 220791, + [SMALL_STATE(4977)] = 220843, + [SMALL_STATE(4978)] = 220885, + [SMALL_STATE(4979)] = 220937, + [SMALL_STATE(4980)] = 220989, + [SMALL_STATE(4981)] = 221041, + [SMALL_STATE(4982)] = 221093, + [SMALL_STATE(4983)] = 221133, + [SMALL_STATE(4984)] = 221185, + [SMALL_STATE(4985)] = 221237, + [SMALL_STATE(4986)] = 221289, + [SMALL_STATE(4987)] = 221341, + [SMALL_STATE(4988)] = 221393, + [SMALL_STATE(4989)] = 221429, + [SMALL_STATE(4990)] = 221481, + [SMALL_STATE(4991)] = 221533, + [SMALL_STATE(4992)] = 221575, + [SMALL_STATE(4993)] = 221627, + [SMALL_STATE(4994)] = 221679, + [SMALL_STATE(4995)] = 221731, + [SMALL_STATE(4996)] = 221767, + [SMALL_STATE(4997)] = 221803, + [SMALL_STATE(4998)] = 221839, + [SMALL_STATE(4999)] = 221891, + [SMALL_STATE(5000)] = 221943, + [SMALL_STATE(5001)] = 221979, + [SMALL_STATE(5002)] = 222031, + [SMALL_STATE(5003)] = 222067, + [SMALL_STATE(5004)] = 222119, + [SMALL_STATE(5005)] = 222171, + [SMALL_STATE(5006)] = 222223, + [SMALL_STATE(5007)] = 222259, + [SMALL_STATE(5008)] = 222311, + [SMALL_STATE(5009)] = 222363, + [SMALL_STATE(5010)] = 222415, + [SMALL_STATE(5011)] = 222451, + [SMALL_STATE(5012)] = 222487, + [SMALL_STATE(5013)] = 222523, + [SMALL_STATE(5014)] = 222575, + [SMALL_STATE(5015)] = 222627, + [SMALL_STATE(5016)] = 222679, + [SMALL_STATE(5017)] = 222731, + [SMALL_STATE(5018)] = 222783, + [SMALL_STATE(5019)] = 222835, + [SMALL_STATE(5020)] = 222887, + [SMALL_STATE(5021)] = 222939, + [SMALL_STATE(5022)] = 222974, + [SMALL_STATE(5023)] = 223051, + [SMALL_STATE(5024)] = 223086, + [SMALL_STATE(5025)] = 223142, + [SMALL_STATE(5026)] = 223176, + [SMALL_STATE(5027)] = 223220, + [SMALL_STATE(5028)] = 223276, + [SMALL_STATE(5029)] = 223320, + [SMALL_STATE(5030)] = 223364, + [SMALL_STATE(5031)] = 223438, + [SMALL_STATE(5032)] = 223494, + [SMALL_STATE(5033)] = 223538, + [SMALL_STATE(5034)] = 223572, + [SMALL_STATE(5035)] = 223628, + [SMALL_STATE(5036)] = 223662, + [SMALL_STATE(5037)] = 223696, + [SMALL_STATE(5038)] = 223740, + [SMALL_STATE(5039)] = 223774, + [SMALL_STATE(5040)] = 223830, + [SMALL_STATE(5041)] = 223874, + [SMALL_STATE(5042)] = 223930, + [SMALL_STATE(5043)] = 223981, + [SMALL_STATE(5044)] = 224030, + [SMALL_STATE(5045)] = 224081, + [SMALL_STATE(5046)] = 224130, + [SMALL_STATE(5047)] = 224179, + [SMALL_STATE(5048)] = 224216, + [SMALL_STATE(5049)] = 224265, + [SMALL_STATE(5050)] = 224336, + [SMALL_STATE(5051)] = 224371, + [SMALL_STATE(5052)] = 224420, + [SMALL_STATE(5053)] = 224469, + [SMALL_STATE(5054)] = 224512, + [SMALL_STATE(5055)] = 224563, + [SMALL_STATE(5056)] = 224612, + [SMALL_STATE(5057)] = 224661, + [SMALL_STATE(5058)] = 224702, + [SMALL_STATE(5059)] = 224751, + [SMALL_STATE(5060)] = 224794, + [SMALL_STATE(5061)] = 224826, + [SMALL_STATE(5062)] = 224874, + [SMALL_STATE(5063)] = 224924, + [SMALL_STATE(5064)] = 224956, + [SMALL_STATE(5065)] = 224988, + [SMALL_STATE(5066)] = 225020, + [SMALL_STATE(5067)] = 225068, + [SMALL_STATE(5068)] = 225114, + [SMALL_STATE(5069)] = 225160, + [SMALL_STATE(5070)] = 225196, + [SMALL_STATE(5071)] = 225243, + [SMALL_STATE(5072)] = 225280, + [SMALL_STATE(5073)] = 225329, + [SMALL_STATE(5074)] = 225376, + [SMALL_STATE(5075)] = 225423, + [SMALL_STATE(5076)] = 225470, + [SMALL_STATE(5077)] = 225517, + [SMALL_STATE(5078)] = 225564, + [SMALL_STATE(5079)] = 225611, + [SMALL_STATE(5080)] = 225652, + [SMALL_STATE(5081)] = 225699, + [SMALL_STATE(5082)] = 225746, + [SMALL_STATE(5083)] = 225793, + [SMALL_STATE(5084)] = 225840, + [SMALL_STATE(5085)] = 225887, + [SMALL_STATE(5086)] = 225936, + [SMALL_STATE(5087)] = 225973, + [SMALL_STATE(5088)] = 226020, + [SMALL_STATE(5089)] = 226067, + [SMALL_STATE(5090)] = 226116, + [SMALL_STATE(5091)] = 226165, + [SMALL_STATE(5092)] = 226208, + [SMALL_STATE(5093)] = 226255, + [SMALL_STATE(5094)] = 226304, + [SMALL_STATE(5095)] = 226351, + [SMALL_STATE(5096)] = 226400, + [SMALL_STATE(5097)] = 226447, + [SMALL_STATE(5098)] = 226490, + [SMALL_STATE(5099)] = 226539, + [SMALL_STATE(5100)] = 226586, + [SMALL_STATE(5101)] = 226633, + [SMALL_STATE(5102)] = 226676, + [SMALL_STATE(5103)] = 226712, + [SMALL_STATE(5104)] = 226760, + [SMALL_STATE(5105)] = 226808, + [SMALL_STATE(5106)] = 226854, + [SMALL_STATE(5107)] = 226900, + [SMALL_STATE(5108)] = 226936, + [SMALL_STATE(5109)] = 226972, + [SMALL_STATE(5110)] = 227002, + [SMALL_STATE(5111)] = 227038, + [SMALL_STATE(5112)] = 227072, + [SMALL_STATE(5113)] = 227108, + [SMALL_STATE(5114)] = 227156, + [SMALL_STATE(5115)] = 227192, + [SMALL_STATE(5116)] = 227240, + [SMALL_STATE(5117)] = 227276, + [SMALL_STATE(5118)] = 227306, + [SMALL_STATE(5119)] = 227354, + [SMALL_STATE(5120)] = 227384, + [SMALL_STATE(5121)] = 227418, + [SMALL_STATE(5122)] = 227454, + [SMALL_STATE(5123)] = 227487, + [SMALL_STATE(5124)] = 227520, + [SMALL_STATE(5125)] = 227567, + [SMALL_STATE(5126)] = 227596, + [SMALL_STATE(5127)] = 227631, + [SMALL_STATE(5128)] = 227660, + [SMALL_STATE(5129)] = 227703, + [SMALL_STATE(5130)] = 227738, + [SMALL_STATE(5131)] = 227767, + [SMALL_STATE(5132)] = 227814, + [SMALL_STATE(5133)] = 227857, + [SMALL_STATE(5134)] = 227892, + [SMALL_STATE(5135)] = 227927, + [SMALL_STATE(5136)] = 227970, + [SMALL_STATE(5137)] = 228013, + [SMALL_STATE(5138)] = 228058, + [SMALL_STATE(5139)] = 228093, + [SMALL_STATE(5140)] = 228136, + [SMALL_STATE(5141)] = 228179, + [SMALL_STATE(5142)] = 228222, + [SMALL_STATE(5143)] = 228255, + [SMALL_STATE(5144)] = 228300, + [SMALL_STATE(5145)] = 228345, + [SMALL_STATE(5146)] = 228388, + [SMALL_STATE(5147)] = 228421, + [SMALL_STATE(5148)] = 228464, + [SMALL_STATE(5149)] = 228499, + [SMALL_STATE(5150)] = 228534, + [SMALL_STATE(5151)] = 228577, + [SMALL_STATE(5152)] = 228624, + [SMALL_STATE(5153)] = 228667, + [SMALL_STATE(5154)] = 228710, + [SMALL_STATE(5155)] = 228753, + [SMALL_STATE(5156)] = 228786, + [SMALL_STATE(5157)] = 228829, + [SMALL_STATE(5158)] = 228862, + [SMALL_STATE(5159)] = 228909, + [SMALL_STATE(5160)] = 228944, + [SMALL_STATE(5161)] = 228989, + [SMALL_STATE(5162)] = 229036, + [SMALL_STATE(5163)] = 229079, + [SMALL_STATE(5164)] = 229110, + [SMALL_STATE(5165)] = 229153, + [SMALL_STATE(5166)] = 229200, + [SMALL_STATE(5167)] = 229243, + [SMALL_STATE(5168)] = 229286, + [SMALL_STATE(5169)] = 229329, + [SMALL_STATE(5170)] = 229372, + [SMALL_STATE(5171)] = 229415, + [SMALL_STATE(5172)] = 229458, + [SMALL_STATE(5173)] = 229505, + [SMALL_STATE(5174)] = 229538, + [SMALL_STATE(5175)] = 229566, + [SMALL_STATE(5176)] = 229612, + [SMALL_STATE(5177)] = 229640, + [SMALL_STATE(5178)] = 229666, + [SMALL_STATE(5179)] = 229698, + [SMALL_STATE(5180)] = 229730, + [SMALL_STATE(5181)] = 229762, + [SMALL_STATE(5182)] = 229794, + [SMALL_STATE(5183)] = 229832, + [SMALL_STATE(5184)] = 229872, + [SMALL_STATE(5185)] = 229918, + [SMALL_STATE(5186)] = 229964, + [SMALL_STATE(5187)] = 230010, + [SMALL_STATE(5188)] = 230044, + [SMALL_STATE(5189)] = 230090, + [SMALL_STATE(5190)] = 230136, + [SMALL_STATE(5191)] = 230180, + [SMALL_STATE(5192)] = 230214, + [SMALL_STATE(5193)] = 230260, + [SMALL_STATE(5194)] = 230306, + [SMALL_STATE(5195)] = 230352, + [SMALL_STATE(5196)] = 230386, + [SMALL_STATE(5197)] = 230432, + [SMALL_STATE(5198)] = 230478, + [SMALL_STATE(5199)] = 230510, + [SMALL_STATE(5200)] = 230540, + [SMALL_STATE(5201)] = 230584, + [SMALL_STATE(5202)] = 230616, + [SMALL_STATE(5203)] = 230644, + [SMALL_STATE(5204)] = 230684, + [SMALL_STATE(5205)] = 230724, + [SMALL_STATE(5206)] = 230752, + [SMALL_STATE(5207)] = 230780, + [SMALL_STATE(5208)] = 230808, + [SMALL_STATE(5209)] = 230836, + [SMALL_STATE(5210)] = 230864, + [SMALL_STATE(5211)] = 230892, + [SMALL_STATE(5212)] = 230920, + [SMALL_STATE(5213)] = 230948, + [SMALL_STATE(5214)] = 230988, + [SMALL_STATE(5215)] = 231028, + [SMALL_STATE(5216)] = 231066, + [SMALL_STATE(5217)] = 231106, + [SMALL_STATE(5218)] = 231146, + [SMALL_STATE(5219)] = 231186, + [SMALL_STATE(5220)] = 231224, + [SMALL_STATE(5221)] = 231264, + [SMALL_STATE(5222)] = 231304, + [SMALL_STATE(5223)] = 231336, + [SMALL_STATE(5224)] = 231382, + [SMALL_STATE(5225)] = 231422, + [SMALL_STATE(5226)] = 231462, + [SMALL_STATE(5227)] = 231502, + [SMALL_STATE(5228)] = 231534, + [SMALL_STATE(5229)] = 231562, + [SMALL_STATE(5230)] = 231602, + [SMALL_STATE(5231)] = 231630, + [SMALL_STATE(5232)] = 231658, + [SMALL_STATE(5233)] = 231692, + [SMALL_STATE(5234)] = 231729, + [SMALL_STATE(5235)] = 231756, + [SMALL_STATE(5236)] = 231781, + [SMALL_STATE(5237)] = 231814, + [SMALL_STATE(5238)] = 231849, + [SMALL_STATE(5239)] = 231884, + [SMALL_STATE(5240)] = 231929, + [SMALL_STATE(5241)] = 231956, + [SMALL_STATE(5242)] = 231987, + [SMALL_STATE(5243)] = 232012, + [SMALL_STATE(5244)] = 232039, + [SMALL_STATE(5245)] = 232066, + [SMALL_STATE(5246)] = 232093, + [SMALL_STATE(5247)] = 232120, + [SMALL_STATE(5248)] = 232151, + [SMALL_STATE(5249)] = 232196, + [SMALL_STATE(5250)] = 232241, + [SMALL_STATE(5251)] = 232286, + [SMALL_STATE(5252)] = 232319, + [SMALL_STATE(5253)] = 232364, + [SMALL_STATE(5254)] = 232409, + [SMALL_STATE(5255)] = 232442, + [SMALL_STATE(5256)] = 232487, + [SMALL_STATE(5257)] = 232518, + [SMALL_STATE(5258)] = 232549, + [SMALL_STATE(5259)] = 232580, + [SMALL_STATE(5260)] = 232611, + [SMALL_STATE(5261)] = 232640, + [SMALL_STATE(5262)] = 232677, + [SMALL_STATE(5263)] = 232706, + [SMALL_STATE(5264)] = 232733, + [SMALL_STATE(5265)] = 232758, + [SMALL_STATE(5266)] = 232785, + [SMALL_STATE(5267)] = 232812, + [SMALL_STATE(5268)] = 232839, + [SMALL_STATE(5269)] = 232866, + [SMALL_STATE(5270)] = 232923, + [SMALL_STATE(5271)] = 232968, + [SMALL_STATE(5272)] = 232995, + [SMALL_STATE(5273)] = 233022, + [SMALL_STATE(5274)] = 233049, + [SMALL_STATE(5275)] = 233080, + [SMALL_STATE(5276)] = 233117, + [SMALL_STATE(5277)] = 233150, + [SMALL_STATE(5278)] = 233177, + [SMALL_STATE(5279)] = 233204, + [SMALL_STATE(5280)] = 233261, + [SMALL_STATE(5281)] = 233306, + [SMALL_STATE(5282)] = 233335, + [SMALL_STATE(5283)] = 233366, + [SMALL_STATE(5284)] = 233411, + [SMALL_STATE(5285)] = 233456, + [SMALL_STATE(5286)] = 233483, + [SMALL_STATE(5287)] = 233512, + [SMALL_STATE(5288)] = 233545, + [SMALL_STATE(5289)] = 233578, + [SMALL_STATE(5290)] = 233623, + [SMALL_STATE(5291)] = 233650, + [SMALL_STATE(5292)] = 233679, + [SMALL_STATE(5293)] = 233706, + [SMALL_STATE(5294)] = 233763, + [SMALL_STATE(5295)] = 233790, + [SMALL_STATE(5296)] = 233835, + [SMALL_STATE(5297)] = 233880, + [SMALL_STATE(5298)] = 233913, + [SMALL_STATE(5299)] = 233946, + [SMALL_STATE(5300)] = 233979, + [SMALL_STATE(5301)] = 234004, + [SMALL_STATE(5302)] = 234039, + [SMALL_STATE(5303)] = 234084, + [SMALL_STATE(5304)] = 234109, + [SMALL_STATE(5305)] = 234154, + [SMALL_STATE(5306)] = 234199, + [SMALL_STATE(5307)] = 234234, + [SMALL_STATE(5308)] = 234269, + [SMALL_STATE(5309)] = 234298, + [SMALL_STATE(5310)] = 234343, + [SMALL_STATE(5311)] = 234400, + [SMALL_STATE(5312)] = 234427, + [SMALL_STATE(5313)] = 234454, + [SMALL_STATE(5314)] = 234499, + [SMALL_STATE(5315)] = 234526, + [SMALL_STATE(5316)] = 234553, + [SMALL_STATE(5317)] = 234598, + [SMALL_STATE(5318)] = 234643, + [SMALL_STATE(5319)] = 234676, + [SMALL_STATE(5320)] = 234721, + [SMALL_STATE(5321)] = 234766, + [SMALL_STATE(5322)] = 234793, + [SMALL_STATE(5323)] = 234836, + [SMALL_STATE(5324)] = 234873, + [SMALL_STATE(5325)] = 234906, + [SMALL_STATE(5326)] = 234951, + [SMALL_STATE(5327)] = 234988, + [SMALL_STATE(5328)] = 235017, + [SMALL_STATE(5329)] = 235054, + [SMALL_STATE(5330)] = 235091, + [SMALL_STATE(5331)] = 235116, + [SMALL_STATE(5332)] = 235161, + [SMALL_STATE(5333)] = 235206, + [SMALL_STATE(5334)] = 235239, + [SMALL_STATE(5335)] = 235266, + [SMALL_STATE(5336)] = 235311, + [SMALL_STATE(5337)] = 235338, + [SMALL_STATE(5338)] = 235383, + [SMALL_STATE(5339)] = 235416, + [SMALL_STATE(5340)] = 235461, + [SMALL_STATE(5341)] = 235506, + [SMALL_STATE(5342)] = 235551, + [SMALL_STATE(5343)] = 235594, + [SMALL_STATE(5344)] = 235639, + [SMALL_STATE(5345)] = 235666, + [SMALL_STATE(5346)] = 235716, + [SMALL_STATE(5347)] = 235742, + [SMALL_STATE(5348)] = 235766, + [SMALL_STATE(5349)] = 235810, + [SMALL_STATE(5350)] = 235844, + [SMALL_STATE(5351)] = 235894, + [SMALL_STATE(5352)] = 235938, + [SMALL_STATE(5353)] = 235966, + [SMALL_STATE(5354)] = 235998, + [SMALL_STATE(5355)] = 236024, + [SMALL_STATE(5356)] = 236054, + [SMALL_STATE(5357)] = 236098, + [SMALL_STATE(5358)] = 236142, + [SMALL_STATE(5359)] = 236174, + [SMALL_STATE(5360)] = 236198, + [SMALL_STATE(5361)] = 236222, + [SMALL_STATE(5362)] = 236254, + [SMALL_STATE(5363)] = 236298, + [SMALL_STATE(5364)] = 236342, + [SMALL_STATE(5365)] = 236388, + [SMALL_STATE(5366)] = 236420, + [SMALL_STATE(5367)] = 236470, + [SMALL_STATE(5368)] = 236520, + [SMALL_STATE(5369)] = 236544, + [SMALL_STATE(5370)] = 236594, + [SMALL_STATE(5371)] = 236624, + [SMALL_STATE(5372)] = 236674, + [SMALL_STATE(5373)] = 236708, + [SMALL_STATE(5374)] = 236738, + [SMALL_STATE(5375)] = 236766, + [SMALL_STATE(5376)] = 236798, + [SMALL_STATE(5377)] = 236822, + [SMALL_STATE(5378)] = 236866, + [SMALL_STATE(5379)] = 236894, + [SMALL_STATE(5380)] = 236926, + [SMALL_STATE(5381)] = 236956, + [SMALL_STATE(5382)] = 237000, + [SMALL_STATE(5383)] = 237052, + [SMALL_STATE(5384)] = 237080, + [SMALL_STATE(5385)] = 237126, + [SMALL_STATE(5386)] = 237154, + [SMALL_STATE(5387)] = 237178, + [SMALL_STATE(5388)] = 237208, + [SMALL_STATE(5389)] = 237234, + [SMALL_STATE(5390)] = 237258, + [SMALL_STATE(5391)] = 237286, + [SMALL_STATE(5392)] = 237320, + [SMALL_STATE(5393)] = 237346, + [SMALL_STATE(5394)] = 237370, + [SMALL_STATE(5395)] = 237420, + [SMALL_STATE(5396)] = 237448, + [SMALL_STATE(5397)] = 237482, + [SMALL_STATE(5398)] = 237506, + [SMALL_STATE(5399)] = 237532, + [SMALL_STATE(5400)] = 237558, + [SMALL_STATE(5401)] = 237588, + [SMALL_STATE(5402)] = 237620, + [SMALL_STATE(5403)] = 237654, + [SMALL_STATE(5404)] = 237682, + [SMALL_STATE(5405)] = 237712, + [SMALL_STATE(5406)] = 237746, + [SMALL_STATE(5407)] = 237772, + [SMALL_STATE(5408)] = 237798, + [SMALL_STATE(5409)] = 237832, + [SMALL_STATE(5410)] = 237860, + [SMALL_STATE(5411)] = 237894, + [SMALL_STATE(5412)] = 237926, + [SMALL_STATE(5413)] = 237954, + [SMALL_STATE(5414)] = 237988, + [SMALL_STATE(5415)] = 238020, + [SMALL_STATE(5416)] = 238066, + [SMALL_STATE(5417)] = 238116, + [SMALL_STATE(5418)] = 238160, + [SMALL_STATE(5419)] = 238186, + [SMALL_STATE(5420)] = 238214, + [SMALL_STATE(5421)] = 238264, + [SMALL_STATE(5422)] = 238288, + [SMALL_STATE(5423)] = 238312, + [SMALL_STATE(5424)] = 238356, + [SMALL_STATE(5425)] = 238382, + [SMALL_STATE(5426)] = 238432, + [SMALL_STATE(5427)] = 238464, + [SMALL_STATE(5428)] = 238496, + [SMALL_STATE(5429)] = 238542, + [SMALL_STATE(5430)] = 238568, + [SMALL_STATE(5431)] = 238592, + [SMALL_STATE(5432)] = 238616, + [SMALL_STATE(5433)] = 238642, + [SMALL_STATE(5434)] = 238670, + [SMALL_STATE(5435)] = 238700, + [SMALL_STATE(5436)] = 238734, + [SMALL_STATE(5437)] = 238778, + [SMALL_STATE(5438)] = 238822, + [SMALL_STATE(5439)] = 238848, + [SMALL_STATE(5440)] = 238874, + [SMALL_STATE(5441)] = 238904, + [SMALL_STATE(5442)] = 238948, + [SMALL_STATE(5443)] = 238978, + [SMALL_STATE(5444)] = 239028, + [SMALL_STATE(5445)] = 239056, + [SMALL_STATE(5446)] = 239088, + [SMALL_STATE(5447)] = 239112, + [SMALL_STATE(5448)] = 239156, + [SMALL_STATE(5449)] = 239206, + [SMALL_STATE(5450)] = 239238, + [SMALL_STATE(5451)] = 239282, + [SMALL_STATE(5452)] = 239312, + [SMALL_STATE(5453)] = 239358, + [SMALL_STATE(5454)] = 239388, + [SMALL_STATE(5455)] = 239432, + [SMALL_STATE(5456)] = 239464, + [SMALL_STATE(5457)] = 239494, + [SMALL_STATE(5458)] = 239528, + [SMALL_STATE(5459)] = 239560, + [SMALL_STATE(5460)] = 239586, + [SMALL_STATE(5461)] = 239617, + [SMALL_STATE(5462)] = 239648, + [SMALL_STATE(5463)] = 239673, + [SMALL_STATE(5464)] = 239704, + [SMALL_STATE(5465)] = 239727, + [SMALL_STATE(5466)] = 239772, + [SMALL_STATE(5467)] = 239795, + [SMALL_STATE(5468)] = 239822, + [SMALL_STATE(5469)] = 239855, + [SMALL_STATE(5470)] = 239898, + [SMALL_STATE(5471)] = 239925, + [SMALL_STATE(5472)] = 239956, + [SMALL_STATE(5473)] = 239999, + [SMALL_STATE(5474)] = 240030, + [SMALL_STATE(5475)] = 240059, + [SMALL_STATE(5476)] = 240100, + [SMALL_STATE(5477)] = 240131, + [SMALL_STATE(5478)] = 240154, + [SMALL_STATE(5479)] = 240185, + [SMALL_STATE(5480)] = 240216, + [SMALL_STATE(5481)] = 240247, + [SMALL_STATE(5482)] = 240270, + [SMALL_STATE(5483)] = 240293, + [SMALL_STATE(5484)] = 240342, + [SMALL_STATE(5485)] = 240373, + [SMALL_STATE(5486)] = 240422, + [SMALL_STATE(5487)] = 240471, + [SMALL_STATE(5488)] = 240502, + [SMALL_STATE(5489)] = 240525, + [SMALL_STATE(5490)] = 240548, + [SMALL_STATE(5491)] = 240573, + [SMALL_STATE(5492)] = 240620, + [SMALL_STATE(5493)] = 240651, + [SMALL_STATE(5494)] = 240682, + [SMALL_STATE(5495)] = 240713, + [SMALL_STATE(5496)] = 240744, + [SMALL_STATE(5497)] = 240775, + [SMALL_STATE(5498)] = 240806, + [SMALL_STATE(5499)] = 240833, + [SMALL_STATE(5500)] = 240864, + [SMALL_STATE(5501)] = 240887, + [SMALL_STATE(5502)] = 240914, + [SMALL_STATE(5503)] = 240937, + [SMALL_STATE(5504)] = 240964, + [SMALL_STATE(5505)] = 240995, + [SMALL_STATE(5506)] = 241026, + [SMALL_STATE(5507)] = 241057, + [SMALL_STATE(5508)] = 241080, + [SMALL_STATE(5509)] = 241107, + [SMALL_STATE(5510)] = 241138, + [SMALL_STATE(5511)] = 241169, + [SMALL_STATE(5512)] = 241200, + [SMALL_STATE(5513)] = 241249, + [SMALL_STATE(5514)] = 241298, + [SMALL_STATE(5515)] = 241347, + [SMALL_STATE(5516)] = 241376, + [SMALL_STATE(5517)] = 241407, + [SMALL_STATE(5518)] = 241438, + [SMALL_STATE(5519)] = 241469, + [SMALL_STATE(5520)] = 241512, + [SMALL_STATE(5521)] = 241539, + [SMALL_STATE(5522)] = 241570, + [SMALL_STATE(5523)] = 241599, + [SMALL_STATE(5524)] = 241642, + [SMALL_STATE(5525)] = 241691, + [SMALL_STATE(5526)] = 241722, + [SMALL_STATE(5527)] = 241753, + [SMALL_STATE(5528)] = 241784, + [SMALL_STATE(5529)] = 241807, + [SMALL_STATE(5530)] = 241838, + [SMALL_STATE(5531)] = 241861, + [SMALL_STATE(5532)] = 241888, + [SMALL_STATE(5533)] = 241937, + [SMALL_STATE(5534)] = 241970, + [SMALL_STATE(5535)] = 242001, + [SMALL_STATE(5536)] = 242032, + [SMALL_STATE(5537)] = 242055, + [SMALL_STATE(5538)] = 242098, + [SMALL_STATE(5539)] = 242129, + [SMALL_STATE(5540)] = 242160, + [SMALL_STATE(5541)] = 242191, + [SMALL_STATE(5542)] = 242218, + [SMALL_STATE(5543)] = 242249, + [SMALL_STATE(5544)] = 242280, + [SMALL_STATE(5545)] = 242329, + [SMALL_STATE(5546)] = 242378, + [SMALL_STATE(5547)] = 242409, + [SMALL_STATE(5548)] = 242440, + [SMALL_STATE(5549)] = 242463, + [SMALL_STATE(5550)] = 242494, + [SMALL_STATE(5551)] = 242525, + [SMALL_STATE(5552)] = 242548, + [SMALL_STATE(5553)] = 242579, + [SMALL_STATE(5554)] = 242610, + [SMALL_STATE(5555)] = 242641, + [SMALL_STATE(5556)] = 242672, + [SMALL_STATE(5557)] = 242703, + [SMALL_STATE(5558)] = 242734, + [SMALL_STATE(5559)] = 242765, + [SMALL_STATE(5560)] = 242796, + [SMALL_STATE(5561)] = 242823, + [SMALL_STATE(5562)] = 242866, + [SMALL_STATE(5563)] = 242897, + [SMALL_STATE(5564)] = 242928, + [SMALL_STATE(5565)] = 242951, + [SMALL_STATE(5566)] = 242982, + [SMALL_STATE(5567)] = 243005, + [SMALL_STATE(5568)] = 243054, + [SMALL_STATE(5569)] = 243083, + [SMALL_STATE(5570)] = 243114, + [SMALL_STATE(5571)] = 243145, + [SMALL_STATE(5572)] = 243176, + [SMALL_STATE(5573)] = 243207, + [SMALL_STATE(5574)] = 243230, + [SMALL_STATE(5575)] = 243261, + [SMALL_STATE(5576)] = 243290, + [SMALL_STATE(5577)] = 243321, + [SMALL_STATE(5578)] = 243352, + [SMALL_STATE(5579)] = 243383, + [SMALL_STATE(5580)] = 243414, + [SMALL_STATE(5581)] = 243445, + [SMALL_STATE(5582)] = 243476, + [SMALL_STATE(5583)] = 243507, + [SMALL_STATE(5584)] = 243538, + [SMALL_STATE(5585)] = 243569, + [SMALL_STATE(5586)] = 243600, + [SMALL_STATE(5587)] = 243631, + [SMALL_STATE(5588)] = 243660, + [SMALL_STATE(5589)] = 243691, + [SMALL_STATE(5590)] = 243722, + [SMALL_STATE(5591)] = 243753, + [SMALL_STATE(5592)] = 243784, + [SMALL_STATE(5593)] = 243815, + [SMALL_STATE(5594)] = 243846, + [SMALL_STATE(5595)] = 243877, + [SMALL_STATE(5596)] = 243908, + [SMALL_STATE(5597)] = 243949, + [SMALL_STATE(5598)] = 243972, + [SMALL_STATE(5599)] = 244015, + [SMALL_STATE(5600)] = 244058, + [SMALL_STATE(5601)] = 244107, + [SMALL_STATE(5602)] = 244138, + [SMALL_STATE(5603)] = 244181, + [SMALL_STATE(5604)] = 244224, + [SMALL_STATE(5605)] = 244247, + [SMALL_STATE(5606)] = 244290, + [SMALL_STATE(5607)] = 244333, + [SMALL_STATE(5608)] = 244364, + [SMALL_STATE(5609)] = 244395, + [SMALL_STATE(5610)] = 244438, + [SMALL_STATE(5611)] = 244481, + [SMALL_STATE(5612)] = 244504, + [SMALL_STATE(5613)] = 244531, + [SMALL_STATE(5614)] = 244562, + [SMALL_STATE(5615)] = 244593, + [SMALL_STATE(5616)] = 244636, + [SMALL_STATE(5617)] = 244665, + [SMALL_STATE(5618)] = 244688, + [SMALL_STATE(5619)] = 244719, + [SMALL_STATE(5620)] = 244748, + [SMALL_STATE(5621)] = 244771, + [SMALL_STATE(5622)] = 244794, + [SMALL_STATE(5623)] = 244837, + [SMALL_STATE(5624)] = 244866, + [SMALL_STATE(5625)] = 244893, + [SMALL_STATE(5626)] = 244924, + [SMALL_STATE(5627)] = 244971, + [SMALL_STATE(5628)] = 245002, + [SMALL_STATE(5629)] = 245027, + [SMALL_STATE(5630)] = 245050, + [SMALL_STATE(5631)] = 245079, + [SMALL_STATE(5632)] = 245122, + [SMALL_STATE(5633)] = 245145, + [SMALL_STATE(5634)] = 245174, + [SMALL_STATE(5635)] = 245217, + [SMALL_STATE(5636)] = 245240, + [SMALL_STATE(5637)] = 245283, + [SMALL_STATE(5638)] = 245310, + [SMALL_STATE(5639)] = 245341, + [SMALL_STATE(5640)] = 245364, + [SMALL_STATE(5641)] = 245395, + [SMALL_STATE(5642)] = 245426, + [SMALL_STATE(5643)] = 245457, + [SMALL_STATE(5644)] = 245500, + [SMALL_STATE(5645)] = 245543, + [SMALL_STATE(5646)] = 245574, + [SMALL_STATE(5647)] = 245597, + [SMALL_STATE(5648)] = 245620, + [SMALL_STATE(5649)] = 245643, + [SMALL_STATE(5650)] = 245674, + [SMALL_STATE(5651)] = 245698, + [SMALL_STATE(5652)] = 245720, + [SMALL_STATE(5653)] = 245748, + [SMALL_STATE(5654)] = 245770, + [SMALL_STATE(5655)] = 245792, + [SMALL_STATE(5656)] = 245820, + [SMALL_STATE(5657)] = 245842, + [SMALL_STATE(5658)] = 245870, + [SMALL_STATE(5659)] = 245892, + [SMALL_STATE(5660)] = 245914, + [SMALL_STATE(5661)] = 245956, + [SMALL_STATE(5662)] = 245978, + [SMALL_STATE(5663)] = 246006, + [SMALL_STATE(5664)] = 246028, + [SMALL_STATE(5665)] = 246050, + [SMALL_STATE(5666)] = 246072, + [SMALL_STATE(5667)] = 246100, + [SMALL_STATE(5668)] = 246122, + [SMALL_STATE(5669)] = 246144, + [SMALL_STATE(5670)] = 246166, + [SMALL_STATE(5671)] = 246188, + [SMALL_STATE(5672)] = 246210, + [SMALL_STATE(5673)] = 246244, + [SMALL_STATE(5674)] = 246268, + [SMALL_STATE(5675)] = 246292, + [SMALL_STATE(5676)] = 246314, + [SMALL_STATE(5677)] = 246344, + [SMALL_STATE(5678)] = 246372, + [SMALL_STATE(5679)] = 246400, + [SMALL_STATE(5680)] = 246424, + [SMALL_STATE(5681)] = 246452, + [SMALL_STATE(5682)] = 246480, + [SMALL_STATE(5683)] = 246506, + [SMALL_STATE(5684)] = 246530, + [SMALL_STATE(5685)] = 246554, + [SMALL_STATE(5686)] = 246578, + [SMALL_STATE(5687)] = 246602, + [SMALL_STATE(5688)] = 246630, + [SMALL_STATE(5689)] = 246652, + [SMALL_STATE(5690)] = 246676, + [SMALL_STATE(5691)] = 246698, + [SMALL_STATE(5692)] = 246720, + [SMALL_STATE(5693)] = 246742, + [SMALL_STATE(5694)] = 246770, + [SMALL_STATE(5695)] = 246792, + [SMALL_STATE(5696)] = 246820, + [SMALL_STATE(5697)] = 246848, + [SMALL_STATE(5698)] = 246870, + [SMALL_STATE(5699)] = 246898, + [SMALL_STATE(5700)] = 246926, + [SMALL_STATE(5701)] = 246954, + [SMALL_STATE(5702)] = 246982, + [SMALL_STATE(5703)] = 247004, + [SMALL_STATE(5704)] = 247032, + [SMALL_STATE(5705)] = 247054, + [SMALL_STATE(5706)] = 247082, + [SMALL_STATE(5707)] = 247110, + [SMALL_STATE(5708)] = 247138, + [SMALL_STATE(5709)] = 247162, + [SMALL_STATE(5710)] = 247186, + [SMALL_STATE(5711)] = 247214, + [SMALL_STATE(5712)] = 247242, + [SMALL_STATE(5713)] = 247264, + [SMALL_STATE(5714)] = 247292, + [SMALL_STATE(5715)] = 247320, + [SMALL_STATE(5716)] = 247348, + [SMALL_STATE(5717)] = 247374, + [SMALL_STATE(5718)] = 247402, + [SMALL_STATE(5719)] = 247444, + [SMALL_STATE(5720)] = 247466, + [SMALL_STATE(5721)] = 247490, + [SMALL_STATE(5722)] = 247512, + [SMALL_STATE(5723)] = 247534, + [SMALL_STATE(5724)] = 247562, + [SMALL_STATE(5725)] = 247592, + [SMALL_STATE(5726)] = 247614, + [SMALL_STATE(5727)] = 247642, + [SMALL_STATE(5728)] = 247670, + [SMALL_STATE(5729)] = 247698, + [SMALL_STATE(5730)] = 247726, + [SMALL_STATE(5731)] = 247752, + [SMALL_STATE(5732)] = 247780, + [SMALL_STATE(5733)] = 247802, + [SMALL_STATE(5734)] = 247830, + [SMALL_STATE(5735)] = 247858, + [SMALL_STATE(5736)] = 247886, + [SMALL_STATE(5737)] = 247914, + [SMALL_STATE(5738)] = 247942, + [SMALL_STATE(5739)] = 247968, + [SMALL_STATE(5740)] = 247996, + [SMALL_STATE(5741)] = 248018, + [SMALL_STATE(5742)] = 248046, + [SMALL_STATE(5743)] = 248068, + [SMALL_STATE(5744)] = 248090, + [SMALL_STATE(5745)] = 248116, + [SMALL_STATE(5746)] = 248160, + [SMALL_STATE(5747)] = 248188, + [SMALL_STATE(5748)] = 248216, + [SMALL_STATE(5749)] = 248244, + [SMALL_STATE(5750)] = 248274, + [SMALL_STATE(5751)] = 248302, + [SMALL_STATE(5752)] = 248330, + [SMALL_STATE(5753)] = 248358, + [SMALL_STATE(5754)] = 248380, + [SMALL_STATE(5755)] = 248408, + [SMALL_STATE(5756)] = 248436, + [SMALL_STATE(5757)] = 248478, + [SMALL_STATE(5758)] = 248500, + [SMALL_STATE(5759)] = 248522, + [SMALL_STATE(5760)] = 248546, + [SMALL_STATE(5761)] = 248574, + [SMALL_STATE(5762)] = 248596, + [SMALL_STATE(5763)] = 248624, + [SMALL_STATE(5764)] = 248652, + [SMALL_STATE(5765)] = 248678, + [SMALL_STATE(5766)] = 248706, + [SMALL_STATE(5767)] = 248734, + [SMALL_STATE(5768)] = 248756, + [SMALL_STATE(5769)] = 248778, + [SMALL_STATE(5770)] = 248806, + [SMALL_STATE(5771)] = 248828, + [SMALL_STATE(5772)] = 248852, + [SMALL_STATE(5773)] = 248880, + [SMALL_STATE(5774)] = 248908, + [SMALL_STATE(5775)] = 248936, + [SMALL_STATE(5776)] = 248964, + [SMALL_STATE(5777)] = 248992, + [SMALL_STATE(5778)] = 249018, + [SMALL_STATE(5779)] = 249046, + [SMALL_STATE(5780)] = 249074, + [SMALL_STATE(5781)] = 249102, + [SMALL_STATE(5782)] = 249130, + [SMALL_STATE(5783)] = 249158, + [SMALL_STATE(5784)] = 249186, + [SMALL_STATE(5785)] = 249212, + [SMALL_STATE(5786)] = 249234, + [SMALL_STATE(5787)] = 249256, + [SMALL_STATE(5788)] = 249284, + [SMALL_STATE(5789)] = 249310, + [SMALL_STATE(5790)] = 249338, + [SMALL_STATE(5791)] = 249360, + [SMALL_STATE(5792)] = 249382, + [SMALL_STATE(5793)] = 249410, + [SMALL_STATE(5794)] = 249438, + [SMALL_STATE(5795)] = 249466, + [SMALL_STATE(5796)] = 249496, + [SMALL_STATE(5797)] = 249524, + [SMALL_STATE(5798)] = 249552, + [SMALL_STATE(5799)] = 249580, + [SMALL_STATE(5800)] = 249608, + [SMALL_STATE(5801)] = 249636, + [SMALL_STATE(5802)] = 249664, + [SMALL_STATE(5803)] = 249692, + [SMALL_STATE(5804)] = 249720, + [SMALL_STATE(5805)] = 249748, + [SMALL_STATE(5806)] = 249776, + [SMALL_STATE(5807)] = 249804, + [SMALL_STATE(5808)] = 249832, + [SMALL_STATE(5809)] = 249860, + [SMALL_STATE(5810)] = 249888, + [SMALL_STATE(5811)] = 249910, + [SMALL_STATE(5812)] = 249938, + [SMALL_STATE(5813)] = 249966, + [SMALL_STATE(5814)] = 249996, + [SMALL_STATE(5815)] = 250024, + [SMALL_STATE(5816)] = 250052, + [SMALL_STATE(5817)] = 250080, + [SMALL_STATE(5818)] = 250108, + [SMALL_STATE(5819)] = 250138, + [SMALL_STATE(5820)] = 250160, + [SMALL_STATE(5821)] = 250188, + [SMALL_STATE(5822)] = 250218, + [SMALL_STATE(5823)] = 250246, + [SMALL_STATE(5824)] = 250274, + [SMALL_STATE(5825)] = 250302, + [SMALL_STATE(5826)] = 250330, + [SMALL_STATE(5827)] = 250358, + [SMALL_STATE(5828)] = 250386, + [SMALL_STATE(5829)] = 250416, + [SMALL_STATE(5830)] = 250444, + [SMALL_STATE(5831)] = 250472, + [SMALL_STATE(5832)] = 250494, + [SMALL_STATE(5833)] = 250522, + [SMALL_STATE(5834)] = 250546, + [SMALL_STATE(5835)] = 250568, + [SMALL_STATE(5836)] = 250596, + [SMALL_STATE(5837)] = 250624, + [SMALL_STATE(5838)] = 250652, + [SMALL_STATE(5839)] = 250680, + [SMALL_STATE(5840)] = 250708, + [SMALL_STATE(5841)] = 250736, + [SMALL_STATE(5842)] = 250764, + [SMALL_STATE(5843)] = 250786, + [SMALL_STATE(5844)] = 250808, + [SMALL_STATE(5845)] = 250830, + [SMALL_STATE(5846)] = 250858, + [SMALL_STATE(5847)] = 250886, + [SMALL_STATE(5848)] = 250914, + [SMALL_STATE(5849)] = 250942, + [SMALL_STATE(5850)] = 250970, + [SMALL_STATE(5851)] = 250998, + [SMALL_STATE(5852)] = 251026, + [SMALL_STATE(5853)] = 251054, + [SMALL_STATE(5854)] = 251078, + [SMALL_STATE(5855)] = 251106, + [SMALL_STATE(5856)] = 251134, + [SMALL_STATE(5857)] = 251162, + [SMALL_STATE(5858)] = 251190, + [SMALL_STATE(5859)] = 251218, + [SMALL_STATE(5860)] = 251246, + [SMALL_STATE(5861)] = 251268, + [SMALL_STATE(5862)] = 251296, + [SMALL_STATE(5863)] = 251324, + [SMALL_STATE(5864)] = 251352, + [SMALL_STATE(5865)] = 251380, + [SMALL_STATE(5866)] = 251408, + [SMALL_STATE(5867)] = 251436, + [SMALL_STATE(5868)] = 251464, + [SMALL_STATE(5869)] = 251492, + [SMALL_STATE(5870)] = 251520, + [SMALL_STATE(5871)] = 251548, + [SMALL_STATE(5872)] = 251576, + [SMALL_STATE(5873)] = 251604, + [SMALL_STATE(5874)] = 251632, + [SMALL_STATE(5875)] = 251674, + [SMALL_STATE(5876)] = 251702, + [SMALL_STATE(5877)] = 251730, + [SMALL_STATE(5878)] = 251772, + [SMALL_STATE(5879)] = 251802, + [SMALL_STATE(5880)] = 251832, + [SMALL_STATE(5881)] = 251860, + [SMALL_STATE(5882)] = 251882, + [SMALL_STATE(5883)] = 251904, + [SMALL_STATE(5884)] = 251926, + [SMALL_STATE(5885)] = 251954, + [SMALL_STATE(5886)] = 251982, + [SMALL_STATE(5887)] = 252010, + [SMALL_STATE(5888)] = 252038, + [SMALL_STATE(5889)] = 252066, + [SMALL_STATE(5890)] = 252094, + [SMALL_STATE(5891)] = 252118, + [SMALL_STATE(5892)] = 252160, + [SMALL_STATE(5893)] = 252188, + [SMALL_STATE(5894)] = 252216, + [SMALL_STATE(5895)] = 252244, + [SMALL_STATE(5896)] = 252272, + [SMALL_STATE(5897)] = 252300, + [SMALL_STATE(5898)] = 252328, + [SMALL_STATE(5899)] = 252356, + [SMALL_STATE(5900)] = 252384, + [SMALL_STATE(5901)] = 252412, + [SMALL_STATE(5902)] = 252433, + [SMALL_STATE(5903)] = 252456, + [SMALL_STATE(5904)] = 252477, + [SMALL_STATE(5905)] = 252518, + [SMALL_STATE(5906)] = 252539, + [SMALL_STATE(5907)] = 252560, + [SMALL_STATE(5908)] = 252581, + [SMALL_STATE(5909)] = 252602, + [SMALL_STATE(5910)] = 252623, + [SMALL_STATE(5911)] = 252644, + [SMALL_STATE(5912)] = 252679, + [SMALL_STATE(5913)] = 252702, + [SMALL_STATE(5914)] = 252723, + [SMALL_STATE(5915)] = 252764, + [SMALL_STATE(5916)] = 252805, + [SMALL_STATE(5917)] = 252834, + [SMALL_STATE(5918)] = 252855, + [SMALL_STATE(5919)] = 252876, + [SMALL_STATE(5920)] = 252897, + [SMALL_STATE(5921)] = 252918, + [SMALL_STATE(5922)] = 252939, + [SMALL_STATE(5923)] = 252964, + [SMALL_STATE(5924)] = 252985, + [SMALL_STATE(5925)] = 253026, + [SMALL_STATE(5926)] = 253049, + [SMALL_STATE(5927)] = 253072, + [SMALL_STATE(5928)] = 253097, + [SMALL_STATE(5929)] = 253118, + [SMALL_STATE(5930)] = 253139, + [SMALL_STATE(5931)] = 253180, + [SMALL_STATE(5932)] = 253201, + [SMALL_STATE(5933)] = 253224, + [SMALL_STATE(5934)] = 253245, + [SMALL_STATE(5935)] = 253270, + [SMALL_STATE(5936)] = 253293, + [SMALL_STATE(5937)] = 253316, + [SMALL_STATE(5938)] = 253339, + [SMALL_STATE(5939)] = 253360, + [SMALL_STATE(5940)] = 253381, + [SMALL_STATE(5941)] = 253404, + [SMALL_STATE(5942)] = 253425, + [SMALL_STATE(5943)] = 253454, + [SMALL_STATE(5944)] = 253475, + [SMALL_STATE(5945)] = 253496, + [SMALL_STATE(5946)] = 253521, + [SMALL_STATE(5947)] = 253544, + [SMALL_STATE(5948)] = 253585, + [SMALL_STATE(5949)] = 253608, + [SMALL_STATE(5950)] = 253631, + [SMALL_STATE(5951)] = 253652, + [SMALL_STATE(5952)] = 253673, + [SMALL_STATE(5953)] = 253694, + [SMALL_STATE(5954)] = 253715, + [SMALL_STATE(5955)] = 253736, + [SMALL_STATE(5956)] = 253757, + [SMALL_STATE(5957)] = 253778, + [SMALL_STATE(5958)] = 253799, + [SMALL_STATE(5959)] = 253840, + [SMALL_STATE(5960)] = 253863, + [SMALL_STATE(5961)] = 253884, + [SMALL_STATE(5962)] = 253907, + [SMALL_STATE(5963)] = 253930, + [SMALL_STATE(5964)] = 253969, + [SMALL_STATE(5965)] = 253994, + [SMALL_STATE(5966)] = 254017, + [SMALL_STATE(5967)] = 254038, + [SMALL_STATE(5968)] = 254059, + [SMALL_STATE(5969)] = 254080, + [SMALL_STATE(5970)] = 254101, + [SMALL_STATE(5971)] = 254122, + [SMALL_STATE(5972)] = 254163, + [SMALL_STATE(5973)] = 254184, + [SMALL_STATE(5974)] = 254211, + [SMALL_STATE(5975)] = 254238, + [SMALL_STATE(5976)] = 254279, + [SMALL_STATE(5977)] = 254302, + [SMALL_STATE(5978)] = 254343, + [SMALL_STATE(5979)] = 254384, + [SMALL_STATE(5980)] = 254413, + [SMALL_STATE(5981)] = 254442, + [SMALL_STATE(5982)] = 254463, + [SMALL_STATE(5983)] = 254484, + [SMALL_STATE(5984)] = 254509, + [SMALL_STATE(5985)] = 254530, + [SMALL_STATE(5986)] = 254551, + [SMALL_STATE(5987)] = 254572, + [SMALL_STATE(5988)] = 254599, + [SMALL_STATE(5989)] = 254620, + [SMALL_STATE(5990)] = 254641, + [SMALL_STATE(5991)] = 254662, + [SMALL_STATE(5992)] = 254683, + [SMALL_STATE(5993)] = 254704, + [SMALL_STATE(5994)] = 254725, + [SMALL_STATE(5995)] = 254748, + [SMALL_STATE(5996)] = 254783, + [SMALL_STATE(5997)] = 254804, + [SMALL_STATE(5998)] = 254827, + [SMALL_STATE(5999)] = 254850, + [SMALL_STATE(6000)] = 254873, + [SMALL_STATE(6001)] = 254898, + [SMALL_STATE(6002)] = 254919, + [SMALL_STATE(6003)] = 254940, + [SMALL_STATE(6004)] = 254963, + [SMALL_STATE(6005)] = 254986, + [SMALL_STATE(6006)] = 255007, + [SMALL_STATE(6007)] = 255030, + [SMALL_STATE(6008)] = 255051, + [SMALL_STATE(6009)] = 255076, + [SMALL_STATE(6010)] = 255097, + [SMALL_STATE(6011)] = 255118, + [SMALL_STATE(6012)] = 255141, + [SMALL_STATE(6013)] = 255164, + [SMALL_STATE(6014)] = 255189, + [SMALL_STATE(6015)] = 255210, + [SMALL_STATE(6016)] = 255235, + [SMALL_STATE(6017)] = 255256, + [SMALL_STATE(6018)] = 255277, + [SMALL_STATE(6019)] = 255298, + [SMALL_STATE(6020)] = 255321, + [SMALL_STATE(6021)] = 255341, + [SMALL_STATE(6022)] = 255363, + [SMALL_STATE(6023)] = 255383, + [SMALL_STATE(6024)] = 255407, + [SMALL_STATE(6025)] = 255429, + [SMALL_STATE(6026)] = 255449, + [SMALL_STATE(6027)] = 255469, + [SMALL_STATE(6028)] = 255495, + [SMALL_STATE(6029)] = 255515, + [SMALL_STATE(6030)] = 255537, + [SMALL_STATE(6031)] = 255557, + [SMALL_STATE(6032)] = 255581, + [SMALL_STATE(6033)] = 255605, + [SMALL_STATE(6034)] = 255627, + [SMALL_STATE(6035)] = 255665, + [SMALL_STATE(6036)] = 255703, + [SMALL_STATE(6037)] = 255723, + [SMALL_STATE(6038)] = 255745, + [SMALL_STATE(6039)] = 255767, + [SMALL_STATE(6040)] = 255787, + [SMALL_STATE(6041)] = 255809, + [SMALL_STATE(6042)] = 255829, + [SMALL_STATE(6043)] = 255851, + [SMALL_STATE(6044)] = 255873, + [SMALL_STATE(6045)] = 255893, + [SMALL_STATE(6046)] = 255915, + [SMALL_STATE(6047)] = 255935, + [SMALL_STATE(6048)] = 255955, + [SMALL_STATE(6049)] = 255975, + [SMALL_STATE(6050)] = 255997, + [SMALL_STATE(6051)] = 256019, + [SMALL_STATE(6052)] = 256057, + [SMALL_STATE(6053)] = 256083, + [SMALL_STATE(6054)] = 256103, + [SMALL_STATE(6055)] = 256123, + [SMALL_STATE(6056)] = 256143, + [SMALL_STATE(6057)] = 256163, + [SMALL_STATE(6058)] = 256187, + [SMALL_STATE(6059)] = 256209, + [SMALL_STATE(6060)] = 256231, + [SMALL_STATE(6061)] = 256253, + [SMALL_STATE(6062)] = 256273, + [SMALL_STATE(6063)] = 256311, + [SMALL_STATE(6064)] = 256333, + [SMALL_STATE(6065)] = 256355, + [SMALL_STATE(6066)] = 256375, + [SMALL_STATE(6067)] = 256395, + [SMALL_STATE(6068)] = 256421, + [SMALL_STATE(6069)] = 256459, + [SMALL_STATE(6070)] = 256479, + [SMALL_STATE(6071)] = 256499, + [SMALL_STATE(6072)] = 256519, + [SMALL_STATE(6073)] = 256539, + [SMALL_STATE(6074)] = 256559, + [SMALL_STATE(6075)] = 256579, + [SMALL_STATE(6076)] = 256599, + [SMALL_STATE(6077)] = 256619, + [SMALL_STATE(6078)] = 256639, + [SMALL_STATE(6079)] = 256665, + [SMALL_STATE(6080)] = 256687, + [SMALL_STATE(6081)] = 256709, + [SMALL_STATE(6082)] = 256735, + [SMALL_STATE(6083)] = 256755, + [SMALL_STATE(6084)] = 256775, + [SMALL_STATE(6085)] = 256795, + [SMALL_STATE(6086)] = 256833, + [SMALL_STATE(6087)] = 256855, + [SMALL_STATE(6088)] = 256875, + [SMALL_STATE(6089)] = 256895, + [SMALL_STATE(6090)] = 256933, + [SMALL_STATE(6091)] = 256955, + [SMALL_STATE(6092)] = 256975, + [SMALL_STATE(6093)] = 257013, + [SMALL_STATE(6094)] = 257035, + [SMALL_STATE(6095)] = 257073, + [SMALL_STATE(6096)] = 257095, + [SMALL_STATE(6097)] = 257115, + [SMALL_STATE(6098)] = 257135, + [SMALL_STATE(6099)] = 257159, + [SMALL_STATE(6100)] = 257197, + [SMALL_STATE(6101)] = 257235, + [SMALL_STATE(6102)] = 257255, + [SMALL_STATE(6103)] = 257275, + [SMALL_STATE(6104)] = 257295, + [SMALL_STATE(6105)] = 257319, + [SMALL_STATE(6106)] = 257339, + [SMALL_STATE(6107)] = 257359, + [SMALL_STATE(6108)] = 257379, + [SMALL_STATE(6109)] = 257399, + [SMALL_STATE(6110)] = 257443, + [SMALL_STATE(6111)] = 257463, + [SMALL_STATE(6112)] = 257483, + [SMALL_STATE(6113)] = 257503, + [SMALL_STATE(6114)] = 257525, + [SMALL_STATE(6115)] = 257563, + [SMALL_STATE(6116)] = 257585, + [SMALL_STATE(6117)] = 257605, + [SMALL_STATE(6118)] = 257625, + [SMALL_STATE(6119)] = 257647, + [SMALL_STATE(6120)] = 257685, + [SMALL_STATE(6121)] = 257729, + [SMALL_STATE(6122)] = 257749, + [SMALL_STATE(6123)] = 257787, + [SMALL_STATE(6124)] = 257813, + [SMALL_STATE(6125)] = 257833, + [SMALL_STATE(6126)] = 257859, + [SMALL_STATE(6127)] = 257879, + [SMALL_STATE(6128)] = 257903, + [SMALL_STATE(6129)] = 257925, + [SMALL_STATE(6130)] = 257947, + [SMALL_STATE(6131)] = 257967, + [SMALL_STATE(6132)] = 257987, + [SMALL_STATE(6133)] = 258007, + [SMALL_STATE(6134)] = 258033, + [SMALL_STATE(6135)] = 258052, + [SMALL_STATE(6136)] = 258073, + [SMALL_STATE(6137)] = 258098, + [SMALL_STATE(6138)] = 258121, + [SMALL_STATE(6139)] = 258158, + [SMALL_STATE(6140)] = 258177, + [SMALL_STATE(6141)] = 258216, + [SMALL_STATE(6142)] = 258239, + [SMALL_STATE(6143)] = 258264, + [SMALL_STATE(6144)] = 258301, + [SMALL_STATE(6145)] = 258340, + [SMALL_STATE(6146)] = 258359, + [SMALL_STATE(6147)] = 258378, + [SMALL_STATE(6148)] = 258415, + [SMALL_STATE(6149)] = 258452, + [SMALL_STATE(6150)] = 258491, + [SMALL_STATE(6151)] = 258530, + [SMALL_STATE(6152)] = 258569, + [SMALL_STATE(6153)] = 258608, + [SMALL_STATE(6154)] = 258631, + [SMALL_STATE(6155)] = 258650, + [SMALL_STATE(6156)] = 258689, + [SMALL_STATE(6157)] = 258728, + [SMALL_STATE(6158)] = 258765, + [SMALL_STATE(6159)] = 258802, + [SMALL_STATE(6160)] = 258821, + [SMALL_STATE(6161)] = 258858, + [SMALL_STATE(6162)] = 258877, + [SMALL_STATE(6163)] = 258916, + [SMALL_STATE(6164)] = 258935, + [SMALL_STATE(6165)] = 258954, + [SMALL_STATE(6166)] = 258993, + [SMALL_STATE(6167)] = 259032, + [SMALL_STATE(6168)] = 259071, + [SMALL_STATE(6169)] = 259110, + [SMALL_STATE(6170)] = 259147, + [SMALL_STATE(6171)] = 259166, + [SMALL_STATE(6172)] = 259185, + [SMALL_STATE(6173)] = 259204, + [SMALL_STATE(6174)] = 259243, + [SMALL_STATE(6175)] = 259280, + [SMALL_STATE(6176)] = 259301, + [SMALL_STATE(6177)] = 259340, + [SMALL_STATE(6178)] = 259379, + [SMALL_STATE(6179)] = 259418, + [SMALL_STATE(6180)] = 259457, + [SMALL_STATE(6181)] = 259480, + [SMALL_STATE(6182)] = 259519, + [SMALL_STATE(6183)] = 259558, + [SMALL_STATE(6184)] = 259581, + [SMALL_STATE(6185)] = 259600, + [SMALL_STATE(6186)] = 259623, + [SMALL_STATE(6187)] = 259662, + [SMALL_STATE(6188)] = 259701, + [SMALL_STATE(6189)] = 259726, + [SMALL_STATE(6190)] = 259765, + [SMALL_STATE(6191)] = 259784, + [SMALL_STATE(6192)] = 259817, + [SMALL_STATE(6193)] = 259836, + [SMALL_STATE(6194)] = 259855, + [SMALL_STATE(6195)] = 259874, + [SMALL_STATE(6196)] = 259893, + [SMALL_STATE(6197)] = 259930, + [SMALL_STATE(6198)] = 259949, + [SMALL_STATE(6199)] = 259968, + [SMALL_STATE(6200)] = 259987, + [SMALL_STATE(6201)] = 260008, + [SMALL_STATE(6202)] = 260027, + [SMALL_STATE(6203)] = 260066, + [SMALL_STATE(6204)] = 260085, + [SMALL_STATE(6205)] = 260108, + [SMALL_STATE(6206)] = 260127, + [SMALL_STATE(6207)] = 260146, + [SMALL_STATE(6208)] = 260185, + [SMALL_STATE(6209)] = 260204, + [SMALL_STATE(6210)] = 260241, + [SMALL_STATE(6211)] = 260266, + [SMALL_STATE(6212)] = 260285, + [SMALL_STATE(6213)] = 260304, + [SMALL_STATE(6214)] = 260343, + [SMALL_STATE(6215)] = 260382, + [SMALL_STATE(6216)] = 260419, + [SMALL_STATE(6217)] = 260438, + [SMALL_STATE(6218)] = 260473, + [SMALL_STATE(6219)] = 260492, + [SMALL_STATE(6220)] = 260525, + [SMALL_STATE(6221)] = 260564, + [SMALL_STATE(6222)] = 260599, + [SMALL_STATE(6223)] = 260618, + [SMALL_STATE(6224)] = 260637, + [SMALL_STATE(6225)] = 260658, + [SMALL_STATE(6226)] = 260677, + [SMALL_STATE(6227)] = 260698, + [SMALL_STATE(6228)] = 260717, + [SMALL_STATE(6229)] = 260736, + [SMALL_STATE(6230)] = 260755, + [SMALL_STATE(6231)] = 260778, + [SMALL_STATE(6232)] = 260797, + [SMALL_STATE(6233)] = 260816, + [SMALL_STATE(6234)] = 260835, + [SMALL_STATE(6235)] = 260854, + [SMALL_STATE(6236)] = 260873, + [SMALL_STATE(6237)] = 260910, + [SMALL_STATE(6238)] = 260933, + [SMALL_STATE(6239)] = 260956, + [SMALL_STATE(6240)] = 260977, + [SMALL_STATE(6241)] = 261001, + [SMALL_STATE(6242)] = 261037, + [SMALL_STATE(6243)] = 261073, + [SMALL_STATE(6244)] = 261109, + [SMALL_STATE(6245)] = 261133, + [SMALL_STATE(6246)] = 261151, + [SMALL_STATE(6247)] = 261175, + [SMALL_STATE(6248)] = 261197, + [SMALL_STATE(6249)] = 261221, + [SMALL_STATE(6250)] = 261245, + [SMALL_STATE(6251)] = 261263, + [SMALL_STATE(6252)] = 261285, + [SMALL_STATE(6253)] = 261309, + [SMALL_STATE(6254)] = 261333, + [SMALL_STATE(6255)] = 261357, + [SMALL_STATE(6256)] = 261381, + [SMALL_STATE(6257)] = 261405, + [SMALL_STATE(6258)] = 261441, + [SMALL_STATE(6259)] = 261459, + [SMALL_STATE(6260)] = 261483, + [SMALL_STATE(6261)] = 261507, + [SMALL_STATE(6262)] = 261531, + [SMALL_STATE(6263)] = 261567, + [SMALL_STATE(6264)] = 261591, + [SMALL_STATE(6265)] = 261615, + [SMALL_STATE(6266)] = 261633, + [SMALL_STATE(6267)] = 261657, + [SMALL_STATE(6268)] = 261681, + [SMALL_STATE(6269)] = 261705, + [SMALL_STATE(6270)] = 261741, + [SMALL_STATE(6271)] = 261765, + [SMALL_STATE(6272)] = 261789, + [SMALL_STATE(6273)] = 261825, + [SMALL_STATE(6274)] = 261861, + [SMALL_STATE(6275)] = 261885, + [SMALL_STATE(6276)] = 261903, + [SMALL_STATE(6277)] = 261921, + [SMALL_STATE(6278)] = 261957, + [SMALL_STATE(6279)] = 261981, + [SMALL_STATE(6280)] = 262017, + [SMALL_STATE(6281)] = 262041, + [SMALL_STATE(6282)] = 262077, + [SMALL_STATE(6283)] = 262101, + [SMALL_STATE(6284)] = 262119, + [SMALL_STATE(6285)] = 262143, + [SMALL_STATE(6286)] = 262179, + [SMALL_STATE(6287)] = 262203, + [SMALL_STATE(6288)] = 262223, + [SMALL_STATE(6289)] = 262259, + [SMALL_STATE(6290)] = 262285, + [SMALL_STATE(6291)] = 262321, + [SMALL_STATE(6292)] = 262357, + [SMALL_STATE(6293)] = 262375, + [SMALL_STATE(6294)] = 262399, + [SMALL_STATE(6295)] = 262423, + [SMALL_STATE(6296)] = 262445, + [SMALL_STATE(6297)] = 262481, + [SMALL_STATE(6298)] = 262499, + [SMALL_STATE(6299)] = 262517, + [SMALL_STATE(6300)] = 262535, + [SMALL_STATE(6301)] = 262559, + [SMALL_STATE(6302)] = 262595, + [SMALL_STATE(6303)] = 262613, + [SMALL_STATE(6304)] = 262649, + [SMALL_STATE(6305)] = 262681, + [SMALL_STATE(6306)] = 262699, + [SMALL_STATE(6307)] = 262717, + [SMALL_STATE(6308)] = 262735, + [SMALL_STATE(6309)] = 262753, + [SMALL_STATE(6310)] = 262789, + [SMALL_STATE(6311)] = 262807, + [SMALL_STATE(6312)] = 262831, + [SMALL_STATE(6313)] = 262849, + [SMALL_STATE(6314)] = 262885, + [SMALL_STATE(6315)] = 262909, + [SMALL_STATE(6316)] = 262927, + [SMALL_STATE(6317)] = 262945, + [SMALL_STATE(6318)] = 262969, + [SMALL_STATE(6319)] = 262991, + [SMALL_STATE(6320)] = 263015, + [SMALL_STATE(6321)] = 263047, + [SMALL_STATE(6322)] = 263071, + [SMALL_STATE(6323)] = 263093, + [SMALL_STATE(6324)] = 263111, + [SMALL_STATE(6325)] = 263147, + [SMALL_STATE(6326)] = 263171, + [SMALL_STATE(6327)] = 263189, + [SMALL_STATE(6328)] = 263213, + [SMALL_STATE(6329)] = 263249, + [SMALL_STATE(6330)] = 263273, + [SMALL_STATE(6331)] = 263295, + [SMALL_STATE(6332)] = 263313, + [SMALL_STATE(6333)] = 263346, + [SMALL_STATE(6334)] = 263365, + [SMALL_STATE(6335)] = 263384, + [SMALL_STATE(6336)] = 263401, + [SMALL_STATE(6337)] = 263418, + [SMALL_STATE(6338)] = 263435, + [SMALL_STATE(6339)] = 263452, + [SMALL_STATE(6340)] = 263469, + [SMALL_STATE(6341)] = 263502, + [SMALL_STATE(6342)] = 263519, + [SMALL_STATE(6343)] = 263552, + [SMALL_STATE(6344)] = 263585, + [SMALL_STATE(6345)] = 263602, + [SMALL_STATE(6346)] = 263619, + [SMALL_STATE(6347)] = 263636, + [SMALL_STATE(6348)] = 263659, + [SMALL_STATE(6349)] = 263676, + [SMALL_STATE(6350)] = 263695, + [SMALL_STATE(6351)] = 263728, + [SMALL_STATE(6352)] = 263745, + [SMALL_STATE(6353)] = 263762, + [SMALL_STATE(6354)] = 263779, + [SMALL_STATE(6355)] = 263812, + [SMALL_STATE(6356)] = 263833, + [SMALL_STATE(6357)] = 263850, + [SMALL_STATE(6358)] = 263873, + [SMALL_STATE(6359)] = 263906, + [SMALL_STATE(6360)] = 263923, + [SMALL_STATE(6361)] = 263946, + [SMALL_STATE(6362)] = 263963, + [SMALL_STATE(6363)] = 263980, + [SMALL_STATE(6364)] = 263997, + [SMALL_STATE(6365)] = 264030, + [SMALL_STATE(6366)] = 264047, + [SMALL_STATE(6367)] = 264064, + [SMALL_STATE(6368)] = 264083, + [SMALL_STATE(6369)] = 264116, + [SMALL_STATE(6370)] = 264137, + [SMALL_STATE(6371)] = 264156, + [SMALL_STATE(6372)] = 264173, + [SMALL_STATE(6373)] = 264190, + [SMALL_STATE(6374)] = 264209, + [SMALL_STATE(6375)] = 264226, + [SMALL_STATE(6376)] = 264243, + [SMALL_STATE(6377)] = 264260, + [SMALL_STATE(6378)] = 264277, + [SMALL_STATE(6379)] = 264294, + [SMALL_STATE(6380)] = 264315, + [SMALL_STATE(6381)] = 264332, + [SMALL_STATE(6382)] = 264365, + [SMALL_STATE(6383)] = 264382, + [SMALL_STATE(6384)] = 264399, + [SMALL_STATE(6385)] = 264425, + [SMALL_STATE(6386)] = 264455, + [SMALL_STATE(6387)] = 264485, + [SMALL_STATE(6388)] = 264505, + [SMALL_STATE(6389)] = 264525, + [SMALL_STATE(6390)] = 264551, + [SMALL_STATE(6391)] = 264577, + [SMALL_STATE(6392)] = 264603, + [SMALL_STATE(6393)] = 264625, + [SMALL_STATE(6394)] = 264651, + [SMALL_STATE(6395)] = 264677, + [SMALL_STATE(6396)] = 264703, + [SMALL_STATE(6397)] = 264729, + [SMALL_STATE(6398)] = 264755, + [SMALL_STATE(6399)] = 264781, + [SMALL_STATE(6400)] = 264809, + [SMALL_STATE(6401)] = 264835, + [SMALL_STATE(6402)] = 264851, + [SMALL_STATE(6403)] = 264871, + [SMALL_STATE(6404)] = 264897, + [SMALL_STATE(6405)] = 264925, + [SMALL_STATE(6406)] = 264941, + [SMALL_STATE(6407)] = 264957, + [SMALL_STATE(6408)] = 264985, + [SMALL_STATE(6409)] = 265001, + [SMALL_STATE(6410)] = 265027, + [SMALL_STATE(6411)] = 265053, + [SMALL_STATE(6412)] = 265083, + [SMALL_STATE(6413)] = 265111, + [SMALL_STATE(6414)] = 265127, + [SMALL_STATE(6415)] = 265153, + [SMALL_STATE(6416)] = 265179, + [SMALL_STATE(6417)] = 265207, + [SMALL_STATE(6418)] = 265235, + [SMALL_STATE(6419)] = 265251, + [SMALL_STATE(6420)] = 265267, + [SMALL_STATE(6421)] = 265287, + [SMALL_STATE(6422)] = 265313, + [SMALL_STATE(6423)] = 265331, + [SMALL_STATE(6424)] = 265347, + [SMALL_STATE(6425)] = 265375, + [SMALL_STATE(6426)] = 265395, + [SMALL_STATE(6427)] = 265421, + [SMALL_STATE(6428)] = 265447, + [SMALL_STATE(6429)] = 265463, + [SMALL_STATE(6430)] = 265491, + [SMALL_STATE(6431)] = 265521, + [SMALL_STATE(6432)] = 265537, + [SMALL_STATE(6433)] = 265563, + [SMALL_STATE(6434)] = 265589, + [SMALL_STATE(6435)] = 265605, + [SMALL_STATE(6436)] = 265629, + [SMALL_STATE(6437)] = 265649, + [SMALL_STATE(6438)] = 265675, + [SMALL_STATE(6439)] = 265701, + [SMALL_STATE(6440)] = 265731, + [SMALL_STATE(6441)] = 265757, + [SMALL_STATE(6442)] = 265783, + [SMALL_STATE(6443)] = 265809, + [SMALL_STATE(6444)] = 265835, + [SMALL_STATE(6445)] = 265861, + [SMALL_STATE(6446)] = 265887, + [SMALL_STATE(6447)] = 265913, + [SMALL_STATE(6448)] = 265939, + [SMALL_STATE(6449)] = 265965, + [SMALL_STATE(6450)] = 265991, + [SMALL_STATE(6451)] = 266017, + [SMALL_STATE(6452)] = 266043, + [SMALL_STATE(6453)] = 266067, + [SMALL_STATE(6454)] = 266093, + [SMALL_STATE(6455)] = 266119, + [SMALL_STATE(6456)] = 266135, + [SMALL_STATE(6457)] = 266167, + [SMALL_STATE(6458)] = 266187, + [SMALL_STATE(6459)] = 266203, + [SMALL_STATE(6460)] = 266229, + [SMALL_STATE(6461)] = 266261, + [SMALL_STATE(6462)] = 266277, + [SMALL_STATE(6463)] = 266305, + [SMALL_STATE(6464)] = 266331, + [SMALL_STATE(6465)] = 266349, + [SMALL_STATE(6466)] = 266371, + [SMALL_STATE(6467)] = 266387, + [SMALL_STATE(6468)] = 266413, + [SMALL_STATE(6469)] = 266439, + [SMALL_STATE(6470)] = 266465, + [SMALL_STATE(6471)] = 266491, + [SMALL_STATE(6472)] = 266517, + [SMALL_STATE(6473)] = 266543, + [SMALL_STATE(6474)] = 266569, + [SMALL_STATE(6475)] = 266595, + [SMALL_STATE(6476)] = 266621, + [SMALL_STATE(6477)] = 266647, + [SMALL_STATE(6478)] = 266673, + [SMALL_STATE(6479)] = 266693, + [SMALL_STATE(6480)] = 266713, + [SMALL_STATE(6481)] = 266733, + [SMALL_STATE(6482)] = 266749, + [SMALL_STATE(6483)] = 266775, + [SMALL_STATE(6484)] = 266791, + [SMALL_STATE(6485)] = 266817, + [SMALL_STATE(6486)] = 266833, + [SMALL_STATE(6487)] = 266851, + [SMALL_STATE(6488)] = 266869, + [SMALL_STATE(6489)] = 266885, + [SMALL_STATE(6490)] = 266911, + [SMALL_STATE(6491)] = 266941, + [SMALL_STATE(6492)] = 266966, + [SMALL_STATE(6493)] = 266983, + [SMALL_STATE(6494)] = 267008, + [SMALL_STATE(6495)] = 267025, + [SMALL_STATE(6496)] = 267048, + [SMALL_STATE(6497)] = 267075, + [SMALL_STATE(6498)] = 267100, + [SMALL_STATE(6499)] = 267125, + [SMALL_STATE(6500)] = 267150, + [SMALL_STATE(6501)] = 267167, + [SMALL_STATE(6502)] = 267192, + [SMALL_STATE(6503)] = 267217, + [SMALL_STATE(6504)] = 267242, + [SMALL_STATE(6505)] = 267271, + [SMALL_STATE(6506)] = 267288, + [SMALL_STATE(6507)] = 267309, + [SMALL_STATE(6508)] = 267334, + [SMALL_STATE(6509)] = 267361, + [SMALL_STATE(6510)] = 267378, + [SMALL_STATE(6511)] = 267403, + [SMALL_STATE(6512)] = 267428, + [SMALL_STATE(6513)] = 267457, + [SMALL_STATE(6514)] = 267482, + [SMALL_STATE(6515)] = 267507, + [SMALL_STATE(6516)] = 267534, + [SMALL_STATE(6517)] = 267555, + [SMALL_STATE(6518)] = 267582, + [SMALL_STATE(6519)] = 267599, + [SMALL_STATE(6520)] = 267618, + [SMALL_STATE(6521)] = 267633, + [SMALL_STATE(6522)] = 267648, + [SMALL_STATE(6523)] = 267665, + [SMALL_STATE(6524)] = 267690, + [SMALL_STATE(6525)] = 267717, + [SMALL_STATE(6526)] = 267742, + [SMALL_STATE(6527)] = 267759, + [SMALL_STATE(6528)] = 267778, + [SMALL_STATE(6529)] = 267803, + [SMALL_STATE(6530)] = 267818, + [SMALL_STATE(6531)] = 267847, + [SMALL_STATE(6532)] = 267876, + [SMALL_STATE(6533)] = 267893, + [SMALL_STATE(6534)] = 267920, + [SMALL_STATE(6535)] = 267949, + [SMALL_STATE(6536)] = 267966, + [SMALL_STATE(6537)] = 267991, + [SMALL_STATE(6538)] = 268016, + [SMALL_STATE(6539)] = 268045, + [SMALL_STATE(6540)] = 268062, + [SMALL_STATE(6541)] = 268079, + [SMALL_STATE(6542)] = 268096, + [SMALL_STATE(6543)] = 268121, + [SMALL_STATE(6544)] = 268138, + [SMALL_STATE(6545)] = 268163, + [SMALL_STATE(6546)] = 268192, + [SMALL_STATE(6547)] = 268211, + [SMALL_STATE(6548)] = 268236, + [SMALL_STATE(6549)] = 268261, + [SMALL_STATE(6550)] = 268282, + [SMALL_STATE(6551)] = 268301, + [SMALL_STATE(6552)] = 268320, + [SMALL_STATE(6553)] = 268345, + [SMALL_STATE(6554)] = 268362, + [SMALL_STATE(6555)] = 268383, + [SMALL_STATE(6556)] = 268408, + [SMALL_STATE(6557)] = 268427, + [SMALL_STATE(6558)] = 268450, + [SMALL_STATE(6559)] = 268467, + [SMALL_STATE(6560)] = 268492, + [SMALL_STATE(6561)] = 268511, + [SMALL_STATE(6562)] = 268538, + [SMALL_STATE(6563)] = 268561, + [SMALL_STATE(6564)] = 268588, + [SMALL_STATE(6565)] = 268605, + [SMALL_STATE(6566)] = 268630, + [SMALL_STATE(6567)] = 268647, + [SMALL_STATE(6568)] = 268674, + [SMALL_STATE(6569)] = 268691, + [SMALL_STATE(6570)] = 268708, + [SMALL_STATE(6571)] = 268723, + [SMALL_STATE(6572)] = 268742, + [SMALL_STATE(6573)] = 268769, + [SMALL_STATE(6574)] = 268786, + [SMALL_STATE(6575)] = 268813, + [SMALL_STATE(6576)] = 268834, + [SMALL_STATE(6577)] = 268855, + [SMALL_STATE(6578)] = 268874, + [SMALL_STATE(6579)] = 268891, + [SMALL_STATE(6580)] = 268906, + [SMALL_STATE(6581)] = 268925, + [SMALL_STATE(6582)] = 268942, + [SMALL_STATE(6583)] = 268965, + [SMALL_STATE(6584)] = 268980, + [SMALL_STATE(6585)] = 269003, + [SMALL_STATE(6586)] = 269028, + [SMALL_STATE(6587)] = 269045, + [SMALL_STATE(6588)] = 269072, + [SMALL_STATE(6589)] = 269095, + [SMALL_STATE(6590)] = 269118, + [SMALL_STATE(6591)] = 269143, + [SMALL_STATE(6592)] = 269162, + [SMALL_STATE(6593)] = 269181, + [SMALL_STATE(6594)] = 269200, + [SMALL_STATE(6595)] = 269229, + [SMALL_STATE(6596)] = 269246, + [SMALL_STATE(6597)] = 269263, + [SMALL_STATE(6598)] = 269282, + [SMALL_STATE(6599)] = 269307, + [SMALL_STATE(6600)] = 269334, + [SMALL_STATE(6601)] = 269361, + [SMALL_STATE(6602)] = 269386, + [SMALL_STATE(6603)] = 269413, + [SMALL_STATE(6604)] = 269430, + [SMALL_STATE(6605)] = 269447, + [SMALL_STATE(6606)] = 269476, + [SMALL_STATE(6607)] = 269493, + [SMALL_STATE(6608)] = 269510, + [SMALL_STATE(6609)] = 269535, + [SMALL_STATE(6610)] = 269562, + [SMALL_STATE(6611)] = 269579, + [SMALL_STATE(6612)] = 269604, + [SMALL_STATE(6613)] = 269629, + [SMALL_STATE(6614)] = 269648, + [SMALL_STATE(6615)] = 269675, + [SMALL_STATE(6616)] = 269694, + [SMALL_STATE(6617)] = 269719, + [SMALL_STATE(6618)] = 269742, + [SMALL_STATE(6619)] = 269759, + [SMALL_STATE(6620)] = 269776, + [SMALL_STATE(6621)] = 269801, + [SMALL_STATE(6622)] = 269826, + [SMALL_STATE(6623)] = 269845, + [SMALL_STATE(6624)] = 269870, + [SMALL_STATE(6625)] = 269885, + [SMALL_STATE(6626)] = 269914, + [SMALL_STATE(6627)] = 269931, + [SMALL_STATE(6628)] = 269956, + [SMALL_STATE(6629)] = 269979, + [SMALL_STATE(6630)] = 270004, + [SMALL_STATE(6631)] = 270033, + [SMALL_STATE(6632)] = 270058, + [SMALL_STATE(6633)] = 270075, + [SMALL_STATE(6634)] = 270094, + [SMALL_STATE(6635)] = 270119, + [SMALL_STATE(6636)] = 270146, + [SMALL_STATE(6637)] = 270163, + [SMALL_STATE(6638)] = 270180, + [SMALL_STATE(6639)] = 270197, + [SMALL_STATE(6640)] = 270222, + [SMALL_STATE(6641)] = 270247, + [SMALL_STATE(6642)] = 270272, + [SMALL_STATE(6643)] = 270289, + [SMALL_STATE(6644)] = 270306, + [SMALL_STATE(6645)] = 270323, + [SMALL_STATE(6646)] = 270348, + [SMALL_STATE(6647)] = 270373, + [SMALL_STATE(6648)] = 270400, + [SMALL_STATE(6649)] = 270425, + [SMALL_STATE(6650)] = 270450, + [SMALL_STATE(6651)] = 270475, + [SMALL_STATE(6652)] = 270500, + [SMALL_STATE(6653)] = 270525, + [SMALL_STATE(6654)] = 270554, + [SMALL_STATE(6655)] = 270571, + [SMALL_STATE(6656)] = 270594, + [SMALL_STATE(6657)] = 270621, + [SMALL_STATE(6658)] = 270638, + [SMALL_STATE(6659)] = 270663, + [SMALL_STATE(6660)] = 270680, + [SMALL_STATE(6661)] = 270697, + [SMALL_STATE(6662)] = 270714, + [SMALL_STATE(6663)] = 270737, + [SMALL_STATE(6664)] = 270752, + [SMALL_STATE(6665)] = 270775, + [SMALL_STATE(6666)] = 270795, + [SMALL_STATE(6667)] = 270809, + [SMALL_STATE(6668)] = 270829, + [SMALL_STATE(6669)] = 270843, + [SMALL_STATE(6670)] = 270857, + [SMALL_STATE(6671)] = 270877, + [SMALL_STATE(6672)] = 270897, + [SMALL_STATE(6673)] = 270915, + [SMALL_STATE(6674)] = 270929, + [SMALL_STATE(6675)] = 270943, + [SMALL_STATE(6676)] = 270961, + [SMALL_STATE(6677)] = 270981, + [SMALL_STATE(6678)] = 270999, + [SMALL_STATE(6679)] = 271019, + [SMALL_STATE(6680)] = 271039, + [SMALL_STATE(6681)] = 271059, + [SMALL_STATE(6682)] = 271079, + [SMALL_STATE(6683)] = 271099, + [SMALL_STATE(6684)] = 271115, + [SMALL_STATE(6685)] = 271135, + [SMALL_STATE(6686)] = 271157, + [SMALL_STATE(6687)] = 271183, + [SMALL_STATE(6688)] = 271199, + [SMALL_STATE(6689)] = 271219, + [SMALL_STATE(6690)] = 271233, + [SMALL_STATE(6691)] = 271253, + [SMALL_STATE(6692)] = 271279, + [SMALL_STATE(6693)] = 271299, + [SMALL_STATE(6694)] = 271319, + [SMALL_STATE(6695)] = 271339, + [SMALL_STATE(6696)] = 271359, + [SMALL_STATE(6697)] = 271379, + [SMALL_STATE(6698)] = 271399, + [SMALL_STATE(6699)] = 271419, + [SMALL_STATE(6700)] = 271435, + [SMALL_STATE(6701)] = 271451, + [SMALL_STATE(6702)] = 271471, + [SMALL_STATE(6703)] = 271497, + [SMALL_STATE(6704)] = 271517, + [SMALL_STATE(6705)] = 271537, + [SMALL_STATE(6706)] = 271555, + [SMALL_STATE(6707)] = 271569, + [SMALL_STATE(6708)] = 271583, + [SMALL_STATE(6709)] = 271603, + [SMALL_STATE(6710)] = 271629, + [SMALL_STATE(6711)] = 271655, + [SMALL_STATE(6712)] = 271675, + [SMALL_STATE(6713)] = 271701, + [SMALL_STATE(6714)] = 271719, + [SMALL_STATE(6715)] = 271733, + [SMALL_STATE(6716)] = 271753, + [SMALL_STATE(6717)] = 271779, + [SMALL_STATE(6718)] = 271793, + [SMALL_STATE(6719)] = 271807, + [SMALL_STATE(6720)] = 271827, + [SMALL_STATE(6721)] = 271847, + [SMALL_STATE(6722)] = 271873, + [SMALL_STATE(6723)] = 271893, + [SMALL_STATE(6724)] = 271911, + [SMALL_STATE(6725)] = 271937, + [SMALL_STATE(6726)] = 271951, + [SMALL_STATE(6727)] = 271965, + [SMALL_STATE(6728)] = 271985, + [SMALL_STATE(6729)] = 272011, + [SMALL_STATE(6730)] = 272029, + [SMALL_STATE(6731)] = 272043, + [SMALL_STATE(6732)] = 272057, + [SMALL_STATE(6733)] = 272077, + [SMALL_STATE(6734)] = 272097, + [SMALL_STATE(6735)] = 272123, + [SMALL_STATE(6736)] = 272137, + [SMALL_STATE(6737)] = 272157, + [SMALL_STATE(6738)] = 272177, + [SMALL_STATE(6739)] = 272203, + [SMALL_STATE(6740)] = 272221, + [SMALL_STATE(6741)] = 272247, + [SMALL_STATE(6742)] = 272261, + [SMALL_STATE(6743)] = 272275, + [SMALL_STATE(6744)] = 272289, + [SMALL_STATE(6745)] = 272315, + [SMALL_STATE(6746)] = 272329, + [SMALL_STATE(6747)] = 272349, + [SMALL_STATE(6748)] = 272363, + [SMALL_STATE(6749)] = 272377, + [SMALL_STATE(6750)] = 272401, + [SMALL_STATE(6751)] = 272419, + [SMALL_STATE(6752)] = 272439, + [SMALL_STATE(6753)] = 272459, + [SMALL_STATE(6754)] = 272473, + [SMALL_STATE(6755)] = 272489, + [SMALL_STATE(6756)] = 272509, + [SMALL_STATE(6757)] = 272529, + [SMALL_STATE(6758)] = 272549, + [SMALL_STATE(6759)] = 272563, + [SMALL_STATE(6760)] = 272589, + [SMALL_STATE(6761)] = 272615, + [SMALL_STATE(6762)] = 272635, + [SMALL_STATE(6763)] = 272653, + [SMALL_STATE(6764)] = 272667, + [SMALL_STATE(6765)] = 272687, + [SMALL_STATE(6766)] = 272707, + [SMALL_STATE(6767)] = 272721, + [SMALL_STATE(6768)] = 272741, + [SMALL_STATE(6769)] = 272755, + [SMALL_STATE(6770)] = 272775, + [SMALL_STATE(6771)] = 272791, + [SMALL_STATE(6772)] = 272811, + [SMALL_STATE(6773)] = 272825, + [SMALL_STATE(6774)] = 272845, + [SMALL_STATE(6775)] = 272865, + [SMALL_STATE(6776)] = 272885, + [SMALL_STATE(6777)] = 272905, + [SMALL_STATE(6778)] = 272925, + [SMALL_STATE(6779)] = 272951, + [SMALL_STATE(6780)] = 272967, + [SMALL_STATE(6781)] = 272987, + [SMALL_STATE(6782)] = 273007, + [SMALL_STATE(6783)] = 273033, + [SMALL_STATE(6784)] = 273047, + [SMALL_STATE(6785)] = 273061, + [SMALL_STATE(6786)] = 273075, + [SMALL_STATE(6787)] = 273095, + [SMALL_STATE(6788)] = 273115, + [SMALL_STATE(6789)] = 273135, + [SMALL_STATE(6790)] = 273149, + [SMALL_STATE(6791)] = 273163, + [SMALL_STATE(6792)] = 273177, + [SMALL_STATE(6793)] = 273191, + [SMALL_STATE(6794)] = 273209, + [SMALL_STATE(6795)] = 273229, + [SMALL_STATE(6796)] = 273253, + [SMALL_STATE(6797)] = 273267, + [SMALL_STATE(6798)] = 273287, + [SMALL_STATE(6799)] = 273301, + [SMALL_STATE(6800)] = 273315, + [SMALL_STATE(6801)] = 273329, + [SMALL_STATE(6802)] = 273349, + [SMALL_STATE(6803)] = 273367, + [SMALL_STATE(6804)] = 273387, + [SMALL_STATE(6805)] = 273407, + [SMALL_STATE(6806)] = 273427, + [SMALL_STATE(6807)] = 273447, + [SMALL_STATE(6808)] = 273467, + [SMALL_STATE(6809)] = 273481, + [SMALL_STATE(6810)] = 273495, + [SMALL_STATE(6811)] = 273509, + [SMALL_STATE(6812)] = 273523, + [SMALL_STATE(6813)] = 273539, + [SMALL_STATE(6814)] = 273559, + [SMALL_STATE(6815)] = 273579, + [SMALL_STATE(6816)] = 273595, + [SMALL_STATE(6817)] = 273615, + [SMALL_STATE(6818)] = 273635, + [SMALL_STATE(6819)] = 273649, + [SMALL_STATE(6820)] = 273663, + [SMALL_STATE(6821)] = 273685, + [SMALL_STATE(6822)] = 273705, + [SMALL_STATE(6823)] = 273725, + [SMALL_STATE(6824)] = 273739, + [SMALL_STATE(6825)] = 273759, + [SMALL_STATE(6826)] = 273779, + [SMALL_STATE(6827)] = 273799, + [SMALL_STATE(6828)] = 273823, + [SMALL_STATE(6829)] = 273843, + [SMALL_STATE(6830)] = 273863, + [SMALL_STATE(6831)] = 273883, + [SMALL_STATE(6832)] = 273896, + [SMALL_STATE(6833)] = 273909, + [SMALL_STATE(6834)] = 273922, + [SMALL_STATE(6835)] = 273935, + [SMALL_STATE(6836)] = 273948, + [SMALL_STATE(6837)] = 273961, + [SMALL_STATE(6838)] = 273974, + [SMALL_STATE(6839)] = 273987, + [SMALL_STATE(6840)] = 274000, + [SMALL_STATE(6841)] = 274019, + [SMALL_STATE(6842)] = 274032, + [SMALL_STATE(6843)] = 274045, + [SMALL_STATE(6844)] = 274058, + [SMALL_STATE(6845)] = 274071, + [SMALL_STATE(6846)] = 274084, + [SMALL_STATE(6847)] = 274097, + [SMALL_STATE(6848)] = 274110, + [SMALL_STATE(6849)] = 274123, + [SMALL_STATE(6850)] = 274136, + [SMALL_STATE(6851)] = 274149, + [SMALL_STATE(6852)] = 274168, + [SMALL_STATE(6853)] = 274181, + [SMALL_STATE(6854)] = 274200, + [SMALL_STATE(6855)] = 274223, + [SMALL_STATE(6856)] = 274242, + [SMALL_STATE(6857)] = 274261, + [SMALL_STATE(6858)] = 274280, + [SMALL_STATE(6859)] = 274293, + [SMALL_STATE(6860)] = 274306, + [SMALL_STATE(6861)] = 274319, + [SMALL_STATE(6862)] = 274338, + [SMALL_STATE(6863)] = 274357, + [SMALL_STATE(6864)] = 274374, + [SMALL_STATE(6865)] = 274393, + [SMALL_STATE(6866)] = 274406, + [SMALL_STATE(6867)] = 274421, + [SMALL_STATE(6868)] = 274434, + [SMALL_STATE(6869)] = 274449, + [SMALL_STATE(6870)] = 274466, + [SMALL_STATE(6871)] = 274483, + [SMALL_STATE(6872)] = 274500, + [SMALL_STATE(6873)] = 274517, + [SMALL_STATE(6874)] = 274538, + [SMALL_STATE(6875)] = 274553, + [SMALL_STATE(6876)] = 274566, + [SMALL_STATE(6877)] = 274585, + [SMALL_STATE(6878)] = 274604, + [SMALL_STATE(6879)] = 274623, + [SMALL_STATE(6880)] = 274642, + [SMALL_STATE(6881)] = 274661, + [SMALL_STATE(6882)] = 274678, + [SMALL_STATE(6883)] = 274697, + [SMALL_STATE(6884)] = 274716, + [SMALL_STATE(6885)] = 274735, + [SMALL_STATE(6886)] = 274748, + [SMALL_STATE(6887)] = 274765, + [SMALL_STATE(6888)] = 274782, + [SMALL_STATE(6889)] = 274801, + [SMALL_STATE(6890)] = 274814, + [SMALL_STATE(6891)] = 274831, + [SMALL_STATE(6892)] = 274848, + [SMALL_STATE(6893)] = 274867, + [SMALL_STATE(6894)] = 274886, + [SMALL_STATE(6895)] = 274899, + [SMALL_STATE(6896)] = 274916, + [SMALL_STATE(6897)] = 274935, + [SMALL_STATE(6898)] = 274954, + [SMALL_STATE(6899)] = 274971, + [SMALL_STATE(6900)] = 274990, + [SMALL_STATE(6901)] = 275009, + [SMALL_STATE(6902)] = 275028, + [SMALL_STATE(6903)] = 275041, + [SMALL_STATE(6904)] = 275060, + [SMALL_STATE(6905)] = 275077, + [SMALL_STATE(6906)] = 275096, + [SMALL_STATE(6907)] = 275115, + [SMALL_STATE(6908)] = 275132, + [SMALL_STATE(6909)] = 275151, + [SMALL_STATE(6910)] = 275170, + [SMALL_STATE(6911)] = 275189, + [SMALL_STATE(6912)] = 275208, + [SMALL_STATE(6913)] = 275227, + [SMALL_STATE(6914)] = 275246, + [SMALL_STATE(6915)] = 275263, + [SMALL_STATE(6916)] = 275280, + [SMALL_STATE(6917)] = 275297, + [SMALL_STATE(6918)] = 275314, + [SMALL_STATE(6919)] = 275333, + [SMALL_STATE(6920)] = 275346, + [SMALL_STATE(6921)] = 275359, + [SMALL_STATE(6922)] = 275372, + [SMALL_STATE(6923)] = 275385, + [SMALL_STATE(6924)] = 275404, + [SMALL_STATE(6925)] = 275417, + [SMALL_STATE(6926)] = 275434, + [SMALL_STATE(6927)] = 275453, + [SMALL_STATE(6928)] = 275472, + [SMALL_STATE(6929)] = 275491, + [SMALL_STATE(6930)] = 275510, + [SMALL_STATE(6931)] = 275529, + [SMALL_STATE(6932)] = 275542, + [SMALL_STATE(6933)] = 275561, + [SMALL_STATE(6934)] = 275582, + [SMALL_STATE(6935)] = 275601, + [SMALL_STATE(6936)] = 275620, + [SMALL_STATE(6937)] = 275639, + [SMALL_STATE(6938)] = 275652, + [SMALL_STATE(6939)] = 275671, + [SMALL_STATE(6940)] = 275690, + [SMALL_STATE(6941)] = 275709, + [SMALL_STATE(6942)] = 275728, + [SMALL_STATE(6943)] = 275747, + [SMALL_STATE(6944)] = 275766, + [SMALL_STATE(6945)] = 275785, + [SMALL_STATE(6946)] = 275802, + [SMALL_STATE(6947)] = 275819, + [SMALL_STATE(6948)] = 275836, + [SMALL_STATE(6949)] = 275853, + [SMALL_STATE(6950)] = 275870, + [SMALL_STATE(6951)] = 275887, + [SMALL_STATE(6952)] = 275904, + [SMALL_STATE(6953)] = 275923, + [SMALL_STATE(6954)] = 275942, + [SMALL_STATE(6955)] = 275961, + [SMALL_STATE(6956)] = 275978, + [SMALL_STATE(6957)] = 275997, + [SMALL_STATE(6958)] = 276016, + [SMALL_STATE(6959)] = 276029, + [SMALL_STATE(6960)] = 276044, + [SMALL_STATE(6961)] = 276059, + [SMALL_STATE(6962)] = 276074, + [SMALL_STATE(6963)] = 276093, + [SMALL_STATE(6964)] = 276112, + [SMALL_STATE(6965)] = 276131, + [SMALL_STATE(6966)] = 276150, + [SMALL_STATE(6967)] = 276173, + [SMALL_STATE(6968)] = 276192, + [SMALL_STATE(6969)] = 276211, + [SMALL_STATE(6970)] = 276230, + [SMALL_STATE(6971)] = 276243, + [SMALL_STATE(6972)] = 276262, + [SMALL_STATE(6973)] = 276281, + [SMALL_STATE(6974)] = 276298, + [SMALL_STATE(6975)] = 276315, + [SMALL_STATE(6976)] = 276332, + [SMALL_STATE(6977)] = 276351, + [SMALL_STATE(6978)] = 276370, + [SMALL_STATE(6979)] = 276387, + [SMALL_STATE(6980)] = 276406, + [SMALL_STATE(6981)] = 276425, + [SMALL_STATE(6982)] = 276444, + [SMALL_STATE(6983)] = 276461, + [SMALL_STATE(6984)] = 276480, + [SMALL_STATE(6985)] = 276499, + [SMALL_STATE(6986)] = 276518, + [SMALL_STATE(6987)] = 276537, + [SMALL_STATE(6988)] = 276556, + [SMALL_STATE(6989)] = 276575, + [SMALL_STATE(6990)] = 276594, + [SMALL_STATE(6991)] = 276613, + [SMALL_STATE(6992)] = 276632, + [SMALL_STATE(6993)] = 276651, + [SMALL_STATE(6994)] = 276670, + [SMALL_STATE(6995)] = 276691, + [SMALL_STATE(6996)] = 276710, + [SMALL_STATE(6997)] = 276729, + [SMALL_STATE(6998)] = 276748, + [SMALL_STATE(6999)] = 276767, + [SMALL_STATE(7000)] = 276786, + [SMALL_STATE(7001)] = 276805, + [SMALL_STATE(7002)] = 276824, + [SMALL_STATE(7003)] = 276841, + [SMALL_STATE(7004)] = 276854, + [SMALL_STATE(7005)] = 276871, + [SMALL_STATE(7006)] = 276892, + [SMALL_STATE(7007)] = 276911, + [SMALL_STATE(7008)] = 276924, + [SMALL_STATE(7009)] = 276945, + [SMALL_STATE(7010)] = 276966, + [SMALL_STATE(7011)] = 276979, + [SMALL_STATE(7012)] = 277000, + [SMALL_STATE(7013)] = 277017, + [SMALL_STATE(7014)] = 277030, + [SMALL_STATE(7015)] = 277043, + [SMALL_STATE(7016)] = 277064, + [SMALL_STATE(7017)] = 277083, + [SMALL_STATE(7018)] = 277102, + [SMALL_STATE(7019)] = 277123, + [SMALL_STATE(7020)] = 277144, + [SMALL_STATE(7021)] = 277157, + [SMALL_STATE(7022)] = 277178, + [SMALL_STATE(7023)] = 277199, + [SMALL_STATE(7024)] = 277212, + [SMALL_STATE(7025)] = 277227, + [SMALL_STATE(7026)] = 277248, + [SMALL_STATE(7027)] = 277269, + [SMALL_STATE(7028)] = 277286, + [SMALL_STATE(7029)] = 277307, + [SMALL_STATE(7030)] = 277328, + [SMALL_STATE(7031)] = 277349, + [SMALL_STATE(7032)] = 277370, + [SMALL_STATE(7033)] = 277391, + [SMALL_STATE(7034)] = 277414, + [SMALL_STATE(7035)] = 277435, + [SMALL_STATE(7036)] = 277456, + [SMALL_STATE(7037)] = 277477, + [SMALL_STATE(7038)] = 277498, + [SMALL_STATE(7039)] = 277511, + [SMALL_STATE(7040)] = 277524, + [SMALL_STATE(7041)] = 277537, + [SMALL_STATE(7042)] = 277558, + [SMALL_STATE(7043)] = 277571, + [SMALL_STATE(7044)] = 277592, + [SMALL_STATE(7045)] = 277611, + [SMALL_STATE(7046)] = 277632, + [SMALL_STATE(7047)] = 277653, + [SMALL_STATE(7048)] = 277674, + [SMALL_STATE(7049)] = 277695, + [SMALL_STATE(7050)] = 277716, + [SMALL_STATE(7051)] = 277729, + [SMALL_STATE(7052)] = 277750, + [SMALL_STATE(7053)] = 277763, + [SMALL_STATE(7054)] = 277784, + [SMALL_STATE(7055)] = 277805, + [SMALL_STATE(7056)] = 277826, + [SMALL_STATE(7057)] = 277847, + [SMALL_STATE(7058)] = 277868, + [SMALL_STATE(7059)] = 277883, + [SMALL_STATE(7060)] = 277904, + [SMALL_STATE(7061)] = 277925, + [SMALL_STATE(7062)] = 277938, + [SMALL_STATE(7063)] = 277959, + [SMALL_STATE(7064)] = 277980, + [SMALL_STATE(7065)] = 278001, + [SMALL_STATE(7066)] = 278016, + [SMALL_STATE(7067)] = 278035, + [SMALL_STATE(7068)] = 278050, + [SMALL_STATE(7069)] = 278073, + [SMALL_STATE(7070)] = 278090, + [SMALL_STATE(7071)] = 278103, + [SMALL_STATE(7072)] = 278123, + [SMALL_STATE(7073)] = 278137, + [SMALL_STATE(7074)] = 278149, + [SMALL_STATE(7075)] = 278169, + [SMALL_STATE(7076)] = 278185, + [SMALL_STATE(7077)] = 278201, + [SMALL_STATE(7078)] = 278217, + [SMALL_STATE(7079)] = 278233, + [SMALL_STATE(7080)] = 278253, + [SMALL_STATE(7081)] = 278273, + [SMALL_STATE(7082)] = 278291, + [SMALL_STATE(7083)] = 278307, + [SMALL_STATE(7084)] = 278323, + [SMALL_STATE(7085)] = 278341, + [SMALL_STATE(7086)] = 278357, + [SMALL_STATE(7087)] = 278373, + [SMALL_STATE(7088)] = 278391, + [SMALL_STATE(7089)] = 278407, + [SMALL_STATE(7090)] = 278423, + [SMALL_STATE(7091)] = 278439, + [SMALL_STATE(7092)] = 278455, + [SMALL_STATE(7093)] = 278471, + [SMALL_STATE(7094)] = 278487, + [SMALL_STATE(7095)] = 278503, + [SMALL_STATE(7096)] = 278515, + [SMALL_STATE(7097)] = 278535, + [SMALL_STATE(7098)] = 278553, + [SMALL_STATE(7099)] = 278573, + [SMALL_STATE(7100)] = 278593, + [SMALL_STATE(7101)] = 278613, + [SMALL_STATE(7102)] = 278629, + [SMALL_STATE(7103)] = 278641, + [SMALL_STATE(7104)] = 278657, + [SMALL_STATE(7105)] = 278669, + [SMALL_STATE(7106)] = 278685, + [SMALL_STATE(7107)] = 278697, + [SMALL_STATE(7108)] = 278713, + [SMALL_STATE(7109)] = 278733, + [SMALL_STATE(7110)] = 278745, + [SMALL_STATE(7111)] = 278757, + [SMALL_STATE(7112)] = 278777, + [SMALL_STATE(7113)] = 278789, + [SMALL_STATE(7114)] = 278801, + [SMALL_STATE(7115)] = 278817, + [SMALL_STATE(7116)] = 278837, + [SMALL_STATE(7117)] = 278853, + [SMALL_STATE(7118)] = 278869, + [SMALL_STATE(7119)] = 278885, + [SMALL_STATE(7120)] = 278905, + [SMALL_STATE(7121)] = 278921, + [SMALL_STATE(7122)] = 278933, + [SMALL_STATE(7123)] = 278949, + [SMALL_STATE(7124)] = 278965, + [SMALL_STATE(7125)] = 278985, + [SMALL_STATE(7126)] = 279001, + [SMALL_STATE(7127)] = 279017, + [SMALL_STATE(7128)] = 279033, + [SMALL_STATE(7129)] = 279053, + [SMALL_STATE(7130)] = 279065, + [SMALL_STATE(7131)] = 279077, + [SMALL_STATE(7132)] = 279089, + [SMALL_STATE(7133)] = 279101, + [SMALL_STATE(7134)] = 279121, + [SMALL_STATE(7135)] = 279133, + [SMALL_STATE(7136)] = 279149, + [SMALL_STATE(7137)] = 279165, + [SMALL_STATE(7138)] = 279181, + [SMALL_STATE(7139)] = 279201, + [SMALL_STATE(7140)] = 279213, + [SMALL_STATE(7141)] = 279225, + [SMALL_STATE(7142)] = 279237, + [SMALL_STATE(7143)] = 279257, + [SMALL_STATE(7144)] = 279269, + [SMALL_STATE(7145)] = 279281, + [SMALL_STATE(7146)] = 279293, + [SMALL_STATE(7147)] = 279305, + [SMALL_STATE(7148)] = 279317, + [SMALL_STATE(7149)] = 279329, + [SMALL_STATE(7150)] = 279341, + [SMALL_STATE(7151)] = 279357, + [SMALL_STATE(7152)] = 279377, + [SMALL_STATE(7153)] = 279397, + [SMALL_STATE(7154)] = 279417, + [SMALL_STATE(7155)] = 279429, + [SMALL_STATE(7156)] = 279447, + [SMALL_STATE(7157)] = 279467, + [SMALL_STATE(7158)] = 279483, + [SMALL_STATE(7159)] = 279495, + [SMALL_STATE(7160)] = 279507, + [SMALL_STATE(7161)] = 279527, + [SMALL_STATE(7162)] = 279545, + [SMALL_STATE(7163)] = 279557, + [SMALL_STATE(7164)] = 279573, + [SMALL_STATE(7165)] = 279593, + [SMALL_STATE(7166)] = 279613, + [SMALL_STATE(7167)] = 279629, + [SMALL_STATE(7168)] = 279649, + [SMALL_STATE(7169)] = 279669, + [SMALL_STATE(7170)] = 279685, + [SMALL_STATE(7171)] = 279701, + [SMALL_STATE(7172)] = 279713, + [SMALL_STATE(7173)] = 279729, + [SMALL_STATE(7174)] = 279749, + [SMALL_STATE(7175)] = 279765, + [SMALL_STATE(7176)] = 279781, + [SMALL_STATE(7177)] = 279801, + [SMALL_STATE(7178)] = 279817, + [SMALL_STATE(7179)] = 279829, + [SMALL_STATE(7180)] = 279849, + [SMALL_STATE(7181)] = 279861, + [SMALL_STATE(7182)] = 279881, + [SMALL_STATE(7183)] = 279897, + [SMALL_STATE(7184)] = 279913, + [SMALL_STATE(7185)] = 279925, + [SMALL_STATE(7186)] = 279941, + [SMALL_STATE(7187)] = 279957, + [SMALL_STATE(7188)] = 279977, + [SMALL_STATE(7189)] = 279997, + [SMALL_STATE(7190)] = 280013, + [SMALL_STATE(7191)] = 280029, + [SMALL_STATE(7192)] = 280045, + [SMALL_STATE(7193)] = 280061, + [SMALL_STATE(7194)] = 280073, + [SMALL_STATE(7195)] = 280093, + [SMALL_STATE(7196)] = 280113, + [SMALL_STATE(7197)] = 280129, + [SMALL_STATE(7198)] = 280145, + [SMALL_STATE(7199)] = 280161, + [SMALL_STATE(7200)] = 280181, + [SMALL_STATE(7201)] = 280197, + [SMALL_STATE(7202)] = 280213, + [SMALL_STATE(7203)] = 280231, + [SMALL_STATE(7204)] = 280247, + [SMALL_STATE(7205)] = 280265, + [SMALL_STATE(7206)] = 280277, + [SMALL_STATE(7207)] = 280293, + [SMALL_STATE(7208)] = 280305, + [SMALL_STATE(7209)] = 280321, + [SMALL_STATE(7210)] = 280333, + [SMALL_STATE(7211)] = 280349, + [SMALL_STATE(7212)] = 280365, + [SMALL_STATE(7213)] = 280377, + [SMALL_STATE(7214)] = 280389, + [SMALL_STATE(7215)] = 280405, + [SMALL_STATE(7216)] = 280421, + [SMALL_STATE(7217)] = 280433, + [SMALL_STATE(7218)] = 280445, + [SMALL_STATE(7219)] = 280461, + [SMALL_STATE(7220)] = 280473, + [SMALL_STATE(7221)] = 280485, + [SMALL_STATE(7222)] = 280501, + [SMALL_STATE(7223)] = 280517, + [SMALL_STATE(7224)] = 280533, + [SMALL_STATE(7225)] = 280549, + [SMALL_STATE(7226)] = 280565, + [SMALL_STATE(7227)] = 280581, + [SMALL_STATE(7228)] = 280597, + [SMALL_STATE(7229)] = 280609, + [SMALL_STATE(7230)] = 280625, + [SMALL_STATE(7231)] = 280641, + [SMALL_STATE(7232)] = 280659, + [SMALL_STATE(7233)] = 280675, + [SMALL_STATE(7234)] = 280687, + [SMALL_STATE(7235)] = 280705, + [SMALL_STATE(7236)] = 280721, + [SMALL_STATE(7237)] = 280739, + [SMALL_STATE(7238)] = 280751, + [SMALL_STATE(7239)] = 280765, + [SMALL_STATE(7240)] = 280781, + [SMALL_STATE(7241)] = 280793, + [SMALL_STATE(7242)] = 280809, + [SMALL_STATE(7243)] = 280825, + [SMALL_STATE(7244)] = 280841, + [SMALL_STATE(7245)] = 280853, + [SMALL_STATE(7246)] = 280869, + [SMALL_STATE(7247)] = 280889, + [SMALL_STATE(7248)] = 280901, + [SMALL_STATE(7249)] = 280917, + [SMALL_STATE(7250)] = 280937, + [SMALL_STATE(7251)] = 280949, + [SMALL_STATE(7252)] = 280961, + [SMALL_STATE(7253)] = 280973, + [SMALL_STATE(7254)] = 280989, + [SMALL_STATE(7255)] = 281003, + [SMALL_STATE(7256)] = 281019, + [SMALL_STATE(7257)] = 281031, + [SMALL_STATE(7258)] = 281047, + [SMALL_STATE(7259)] = 281067, + [SMALL_STATE(7260)] = 281087, + [SMALL_STATE(7261)] = 281103, + [SMALL_STATE(7262)] = 281123, + [SMALL_STATE(7263)] = 281143, + [SMALL_STATE(7264)] = 281163, + [SMALL_STATE(7265)] = 281175, + [SMALL_STATE(7266)] = 281187, + [SMALL_STATE(7267)] = 281203, + [SMALL_STATE(7268)] = 281219, + [SMALL_STATE(7269)] = 281239, + [SMALL_STATE(7270)] = 281255, + [SMALL_STATE(7271)] = 281271, + [SMALL_STATE(7272)] = 281287, + [SMALL_STATE(7273)] = 281303, + [SMALL_STATE(7274)] = 281319, + [SMALL_STATE(7275)] = 281335, + [SMALL_STATE(7276)] = 281351, + [SMALL_STATE(7277)] = 281371, + [SMALL_STATE(7278)] = 281387, + [SMALL_STATE(7279)] = 281407, + [SMALL_STATE(7280)] = 281427, + [SMALL_STATE(7281)] = 281439, + [SMALL_STATE(7282)] = 281459, + [SMALL_STATE(7283)] = 281471, + [SMALL_STATE(7284)] = 281491, + [SMALL_STATE(7285)] = 281508, + [SMALL_STATE(7286)] = 281519, + [SMALL_STATE(7287)] = 281530, + [SMALL_STATE(7288)] = 281541, + [SMALL_STATE(7289)] = 281552, + [SMALL_STATE(7290)] = 281563, + [SMALL_STATE(7291)] = 281580, + [SMALL_STATE(7292)] = 281597, + [SMALL_STATE(7293)] = 281608, + [SMALL_STATE(7294)] = 281619, + [SMALL_STATE(7295)] = 281630, + [SMALL_STATE(7296)] = 281645, + [SMALL_STATE(7297)] = 281656, + [SMALL_STATE(7298)] = 281667, + [SMALL_STATE(7299)] = 281678, + [SMALL_STATE(7300)] = 281689, + [SMALL_STATE(7301)] = 281700, + [SMALL_STATE(7302)] = 281711, + [SMALL_STATE(7303)] = 281722, + [SMALL_STATE(7304)] = 281733, + [SMALL_STATE(7305)] = 281744, + [SMALL_STATE(7306)] = 281759, + [SMALL_STATE(7307)] = 281770, + [SMALL_STATE(7308)] = 281781, + [SMALL_STATE(7309)] = 281798, + [SMALL_STATE(7310)] = 281809, + [SMALL_STATE(7311)] = 281820, + [SMALL_STATE(7312)] = 281837, + [SMALL_STATE(7313)] = 281848, + [SMALL_STATE(7314)] = 281865, + [SMALL_STATE(7315)] = 281882, + [SMALL_STATE(7316)] = 281893, + [SMALL_STATE(7317)] = 281904, + [SMALL_STATE(7318)] = 281915, + [SMALL_STATE(7319)] = 281926, + [SMALL_STATE(7320)] = 281937, + [SMALL_STATE(7321)] = 281948, + [SMALL_STATE(7322)] = 281959, + [SMALL_STATE(7323)] = 281970, + [SMALL_STATE(7324)] = 281981, + [SMALL_STATE(7325)] = 281998, + [SMALL_STATE(7326)] = 282015, + [SMALL_STATE(7327)] = 282026, + [SMALL_STATE(7328)] = 282037, + [SMALL_STATE(7329)] = 282054, + [SMALL_STATE(7330)] = 282065, + [SMALL_STATE(7331)] = 282080, + [SMALL_STATE(7332)] = 282091, + [SMALL_STATE(7333)] = 282108, + [SMALL_STATE(7334)] = 282119, + [SMALL_STATE(7335)] = 282130, + [SMALL_STATE(7336)] = 282141, + [SMALL_STATE(7337)] = 282158, + [SMALL_STATE(7338)] = 282175, + [SMALL_STATE(7339)] = 282186, + [SMALL_STATE(7340)] = 282197, + [SMALL_STATE(7341)] = 282208, + [SMALL_STATE(7342)] = 282219, + [SMALL_STATE(7343)] = 282236, + [SMALL_STATE(7344)] = 282247, + [SMALL_STATE(7345)] = 282264, + [SMALL_STATE(7346)] = 282281, + [SMALL_STATE(7347)] = 282298, + [SMALL_STATE(7348)] = 282309, + [SMALL_STATE(7349)] = 282326, + [SMALL_STATE(7350)] = 282343, + [SMALL_STATE(7351)] = 282354, + [SMALL_STATE(7352)] = 282369, + [SMALL_STATE(7353)] = 282386, + [SMALL_STATE(7354)] = 282403, + [SMALL_STATE(7355)] = 282414, + [SMALL_STATE(7356)] = 282425, + [SMALL_STATE(7357)] = 282442, + [SMALL_STATE(7358)] = 282453, + [SMALL_STATE(7359)] = 282464, + [SMALL_STATE(7360)] = 282475, + [SMALL_STATE(7361)] = 282486, + [SMALL_STATE(7362)] = 282497, + [SMALL_STATE(7363)] = 282514, + [SMALL_STATE(7364)] = 282525, + [SMALL_STATE(7365)] = 282536, + [SMALL_STATE(7366)] = 282553, + [SMALL_STATE(7367)] = 282564, + [SMALL_STATE(7368)] = 282575, + [SMALL_STATE(7369)] = 282586, + [SMALL_STATE(7370)] = 282597, + [SMALL_STATE(7371)] = 282608, + [SMALL_STATE(7372)] = 282625, + [SMALL_STATE(7373)] = 282636, + [SMALL_STATE(7374)] = 282653, + [SMALL_STATE(7375)] = 282664, + [SMALL_STATE(7376)] = 282675, + [SMALL_STATE(7377)] = 282692, + [SMALL_STATE(7378)] = 282703, + [SMALL_STATE(7379)] = 282714, + [SMALL_STATE(7380)] = 282729, + [SMALL_STATE(7381)] = 282740, + [SMALL_STATE(7382)] = 282751, + [SMALL_STATE(7383)] = 282762, + [SMALL_STATE(7384)] = 282779, + [SMALL_STATE(7385)] = 282790, + [SMALL_STATE(7386)] = 282801, + [SMALL_STATE(7387)] = 282812, + [SMALL_STATE(7388)] = 282823, + [SMALL_STATE(7389)] = 282840, + [SMALL_STATE(7390)] = 282851, + [SMALL_STATE(7391)] = 282862, + [SMALL_STATE(7392)] = 282879, + [SMALL_STATE(7393)] = 282896, + [SMALL_STATE(7394)] = 282913, + [SMALL_STATE(7395)] = 282924, + [SMALL_STATE(7396)] = 282935, + [SMALL_STATE(7397)] = 282946, + [SMALL_STATE(7398)] = 282957, + [SMALL_STATE(7399)] = 282974, + [SMALL_STATE(7400)] = 282985, + [SMALL_STATE(7401)] = 283002, + [SMALL_STATE(7402)] = 283013, + [SMALL_STATE(7403)] = 283024, + [SMALL_STATE(7404)] = 283041, + [SMALL_STATE(7405)] = 283054, + [SMALL_STATE(7406)] = 283065, + [SMALL_STATE(7407)] = 283076, + [SMALL_STATE(7408)] = 283087, + [SMALL_STATE(7409)] = 283098, + [SMALL_STATE(7410)] = 283109, + [SMALL_STATE(7411)] = 283126, + [SMALL_STATE(7412)] = 283143, + [SMALL_STATE(7413)] = 283154, + [SMALL_STATE(7414)] = 283165, + [SMALL_STATE(7415)] = 283182, + [SMALL_STATE(7416)] = 283193, + [SMALL_STATE(7417)] = 283204, + [SMALL_STATE(7418)] = 283215, + [SMALL_STATE(7419)] = 283226, + [SMALL_STATE(7420)] = 283237, + [SMALL_STATE(7421)] = 283254, + [SMALL_STATE(7422)] = 283265, + [SMALL_STATE(7423)] = 283282, + [SMALL_STATE(7424)] = 283293, + [SMALL_STATE(7425)] = 283304, + [SMALL_STATE(7426)] = 283321, + [SMALL_STATE(7427)] = 283338, + [SMALL_STATE(7428)] = 283349, + [SMALL_STATE(7429)] = 283360, + [SMALL_STATE(7430)] = 283371, + [SMALL_STATE(7431)] = 283388, + [SMALL_STATE(7432)] = 283405, + [SMALL_STATE(7433)] = 283416, + [SMALL_STATE(7434)] = 283427, + [SMALL_STATE(7435)] = 283442, + [SMALL_STATE(7436)] = 283455, + [SMALL_STATE(7437)] = 283466, + [SMALL_STATE(7438)] = 283477, + [SMALL_STATE(7439)] = 283488, + [SMALL_STATE(7440)] = 283499, + [SMALL_STATE(7441)] = 283516, + [SMALL_STATE(7442)] = 283533, + [SMALL_STATE(7443)] = 283544, + [SMALL_STATE(7444)] = 283561, + [SMALL_STATE(7445)] = 283572, + [SMALL_STATE(7446)] = 283589, + [SMALL_STATE(7447)] = 283606, + [SMALL_STATE(7448)] = 283621, + [SMALL_STATE(7449)] = 283632, + [SMALL_STATE(7450)] = 283643, + [SMALL_STATE(7451)] = 283654, + [SMALL_STATE(7452)] = 283665, + [SMALL_STATE(7453)] = 283678, + [SMALL_STATE(7454)] = 283689, + [SMALL_STATE(7455)] = 283700, + [SMALL_STATE(7456)] = 283717, + [SMALL_STATE(7457)] = 283728, + [SMALL_STATE(7458)] = 283739, + [SMALL_STATE(7459)] = 283756, + [SMALL_STATE(7460)] = 283773, + [SMALL_STATE(7461)] = 283784, + [SMALL_STATE(7462)] = 283795, + [SMALL_STATE(7463)] = 283812, + [SMALL_STATE(7464)] = 283829, + [SMALL_STATE(7465)] = 283846, + [SMALL_STATE(7466)] = 283863, + [SMALL_STATE(7467)] = 283880, + [SMALL_STATE(7468)] = 283897, + [SMALL_STATE(7469)] = 283908, + [SMALL_STATE(7470)] = 283919, + [SMALL_STATE(7471)] = 283930, + [SMALL_STATE(7472)] = 283941, + [SMALL_STATE(7473)] = 283952, + [SMALL_STATE(7474)] = 283963, + [SMALL_STATE(7475)] = 283974, + [SMALL_STATE(7476)] = 283987, + [SMALL_STATE(7477)] = 284000, + [SMALL_STATE(7478)] = 284011, + [SMALL_STATE(7479)] = 284022, + [SMALL_STATE(7480)] = 284039, + [SMALL_STATE(7481)] = 284050, + [SMALL_STATE(7482)] = 284067, + [SMALL_STATE(7483)] = 284078, + [SMALL_STATE(7484)] = 284095, + [SMALL_STATE(7485)] = 284112, + [SMALL_STATE(7486)] = 284129, + [SMALL_STATE(7487)] = 284146, + [SMALL_STATE(7488)] = 284163, + [SMALL_STATE(7489)] = 284180, + [SMALL_STATE(7490)] = 284197, + [SMALL_STATE(7491)] = 284214, + [SMALL_STATE(7492)] = 284231, + [SMALL_STATE(7493)] = 284242, + [SMALL_STATE(7494)] = 284259, + [SMALL_STATE(7495)] = 284270, + [SMALL_STATE(7496)] = 284281, + [SMALL_STATE(7497)] = 284292, + [SMALL_STATE(7498)] = 284309, + [SMALL_STATE(7499)] = 284324, + [SMALL_STATE(7500)] = 284341, + [SMALL_STATE(7501)] = 284352, + [SMALL_STATE(7502)] = 284369, + [SMALL_STATE(7503)] = 284380, + [SMALL_STATE(7504)] = 284395, + [SMALL_STATE(7505)] = 284412, + [SMALL_STATE(7506)] = 284429, + [SMALL_STATE(7507)] = 284440, + [SMALL_STATE(7508)] = 284451, + [SMALL_STATE(7509)] = 284468, + [SMALL_STATE(7510)] = 284479, + [SMALL_STATE(7511)] = 284490, + [SMALL_STATE(7512)] = 284501, + [SMALL_STATE(7513)] = 284512, + [SMALL_STATE(7514)] = 284523, + [SMALL_STATE(7515)] = 284534, + [SMALL_STATE(7516)] = 284545, + [SMALL_STATE(7517)] = 284556, + [SMALL_STATE(7518)] = 284567, + [SMALL_STATE(7519)] = 284584, + [SMALL_STATE(7520)] = 284601, + [SMALL_STATE(7521)] = 284616, + [SMALL_STATE(7522)] = 284633, + [SMALL_STATE(7523)] = 284650, + [SMALL_STATE(7524)] = 284661, + [SMALL_STATE(7525)] = 284672, + [SMALL_STATE(7526)] = 284683, + [SMALL_STATE(7527)] = 284694, + [SMALL_STATE(7528)] = 284711, + [SMALL_STATE(7529)] = 284722, + [SMALL_STATE(7530)] = 284733, + [SMALL_STATE(7531)] = 284750, + [SMALL_STATE(7532)] = 284761, + [SMALL_STATE(7533)] = 284772, + [SMALL_STATE(7534)] = 284783, + [SMALL_STATE(7535)] = 284800, + [SMALL_STATE(7536)] = 284817, + [SMALL_STATE(7537)] = 284828, + [SMALL_STATE(7538)] = 284839, + [SMALL_STATE(7539)] = 284850, + [SMALL_STATE(7540)] = 284861, + [SMALL_STATE(7541)] = 284872, + [SMALL_STATE(7542)] = 284883, + [SMALL_STATE(7543)] = 284894, + [SMALL_STATE(7544)] = 284911, + [SMALL_STATE(7545)] = 284928, + [SMALL_STATE(7546)] = 284939, + [SMALL_STATE(7547)] = 284950, + [SMALL_STATE(7548)] = 284967, + [SMALL_STATE(7549)] = 284978, + [SMALL_STATE(7550)] = 284989, + [SMALL_STATE(7551)] = 285000, + [SMALL_STATE(7552)] = 285015, + [SMALL_STATE(7553)] = 285026, + [SMALL_STATE(7554)] = 285043, + [SMALL_STATE(7555)] = 285054, + [SMALL_STATE(7556)] = 285071, + [SMALL_STATE(7557)] = 285082, + [SMALL_STATE(7558)] = 285093, + [SMALL_STATE(7559)] = 285104, + [SMALL_STATE(7560)] = 285121, + [SMALL_STATE(7561)] = 285132, + [SMALL_STATE(7562)] = 285149, + [SMALL_STATE(7563)] = 285160, + [SMALL_STATE(7564)] = 285171, + [SMALL_STATE(7565)] = 285188, + [SMALL_STATE(7566)] = 285203, + [SMALL_STATE(7567)] = 285218, + [SMALL_STATE(7568)] = 285229, + [SMALL_STATE(7569)] = 285246, + [SMALL_STATE(7570)] = 285263, + [SMALL_STATE(7571)] = 285274, + [SMALL_STATE(7572)] = 285285, + [SMALL_STATE(7573)] = 285296, + [SMALL_STATE(7574)] = 285307, + [SMALL_STATE(7575)] = 285318, + [SMALL_STATE(7576)] = 285329, + [SMALL_STATE(7577)] = 285340, + [SMALL_STATE(7578)] = 285351, + [SMALL_STATE(7579)] = 285368, + [SMALL_STATE(7580)] = 285379, + [SMALL_STATE(7581)] = 285390, + [SMALL_STATE(7582)] = 285405, + [SMALL_STATE(7583)] = 285422, + [SMALL_STATE(7584)] = 285433, + [SMALL_STATE(7585)] = 285444, + [SMALL_STATE(7586)] = 285455, + [SMALL_STATE(7587)] = 285468, + [SMALL_STATE(7588)] = 285485, + [SMALL_STATE(7589)] = 285496, + [SMALL_STATE(7590)] = 285507, + [SMALL_STATE(7591)] = 285518, + [SMALL_STATE(7592)] = 285531, + [SMALL_STATE(7593)] = 285548, + [SMALL_STATE(7594)] = 285559, + [SMALL_STATE(7595)] = 285570, + [SMALL_STATE(7596)] = 285581, + [SMALL_STATE(7597)] = 285598, + [SMALL_STATE(7598)] = 285609, + [SMALL_STATE(7599)] = 285620, + [SMALL_STATE(7600)] = 285631, + [SMALL_STATE(7601)] = 285646, + [SMALL_STATE(7602)] = 285657, + [SMALL_STATE(7603)] = 285668, + [SMALL_STATE(7604)] = 285685, + [SMALL_STATE(7605)] = 285702, + [SMALL_STATE(7606)] = 285713, + [SMALL_STATE(7607)] = 285724, + [SMALL_STATE(7608)] = 285735, + [SMALL_STATE(7609)] = 285752, + [SMALL_STATE(7610)] = 285769, + [SMALL_STATE(7611)] = 285780, + [SMALL_STATE(7612)] = 285791, + [SMALL_STATE(7613)] = 285802, + [SMALL_STATE(7614)] = 285813, + [SMALL_STATE(7615)] = 285824, + [SMALL_STATE(7616)] = 285835, + [SMALL_STATE(7617)] = 285846, + [SMALL_STATE(7618)] = 285857, + [SMALL_STATE(7619)] = 285874, + [SMALL_STATE(7620)] = 285885, + [SMALL_STATE(7621)] = 285896, + [SMALL_STATE(7622)] = 285913, + [SMALL_STATE(7623)] = 285924, + [SMALL_STATE(7624)] = 285935, + [SMALL_STATE(7625)] = 285946, + [SMALL_STATE(7626)] = 285957, + [SMALL_STATE(7627)] = 285970, + [SMALL_STATE(7628)] = 285987, + [SMALL_STATE(7629)] = 285998, + [SMALL_STATE(7630)] = 286015, + [SMALL_STATE(7631)] = 286026, + [SMALL_STATE(7632)] = 286043, + [SMALL_STATE(7633)] = 286054, + [SMALL_STATE(7634)] = 286065, + [SMALL_STATE(7635)] = 286076, + [SMALL_STATE(7636)] = 286087, + [SMALL_STATE(7637)] = 286098, + [SMALL_STATE(7638)] = 286113, + [SMALL_STATE(7639)] = 286130, + [SMALL_STATE(7640)] = 286141, + [SMALL_STATE(7641)] = 286152, + [SMALL_STATE(7642)] = 286163, + [SMALL_STATE(7643)] = 286174, + [SMALL_STATE(7644)] = 286185, + [SMALL_STATE(7645)] = 286196, + [SMALL_STATE(7646)] = 286207, + [SMALL_STATE(7647)] = 286218, + [SMALL_STATE(7648)] = 286229, + [SMALL_STATE(7649)] = 286240, + [SMALL_STATE(7650)] = 286251, + [SMALL_STATE(7651)] = 286262, + [SMALL_STATE(7652)] = 286273, + [SMALL_STATE(7653)] = 286284, + [SMALL_STATE(7654)] = 286295, + [SMALL_STATE(7655)] = 286312, + [SMALL_STATE(7656)] = 286323, + [SMALL_STATE(7657)] = 286334, + [SMALL_STATE(7658)] = 286345, + [SMALL_STATE(7659)] = 286362, + [SMALL_STATE(7660)] = 286373, + [SMALL_STATE(7661)] = 286384, + [SMALL_STATE(7662)] = 286395, + [SMALL_STATE(7663)] = 286406, + [SMALL_STATE(7664)] = 286417, + [SMALL_STATE(7665)] = 286428, + [SMALL_STATE(7666)] = 286439, + [SMALL_STATE(7667)] = 286450, + [SMALL_STATE(7668)] = 286461, + [SMALL_STATE(7669)] = 286472, + [SMALL_STATE(7670)] = 286483, + [SMALL_STATE(7671)] = 286494, + [SMALL_STATE(7672)] = 286505, + [SMALL_STATE(7673)] = 286516, + [SMALL_STATE(7674)] = 286527, + [SMALL_STATE(7675)] = 286538, + [SMALL_STATE(7676)] = 286549, + [SMALL_STATE(7677)] = 286560, + [SMALL_STATE(7678)] = 286571, + [SMALL_STATE(7679)] = 286582, + [SMALL_STATE(7680)] = 286593, + [SMALL_STATE(7681)] = 286604, + [SMALL_STATE(7682)] = 286615, + [SMALL_STATE(7683)] = 286626, + [SMALL_STATE(7684)] = 286637, + [SMALL_STATE(7685)] = 286648, + [SMALL_STATE(7686)] = 286659, + [SMALL_STATE(7687)] = 286670, + [SMALL_STATE(7688)] = 286681, + [SMALL_STATE(7689)] = 286698, + [SMALL_STATE(7690)] = 286709, + [SMALL_STATE(7691)] = 286720, + [SMALL_STATE(7692)] = 286731, + [SMALL_STATE(7693)] = 286748, + [SMALL_STATE(7694)] = 286759, + [SMALL_STATE(7695)] = 286770, + [SMALL_STATE(7696)] = 286787, + [SMALL_STATE(7697)] = 286798, + [SMALL_STATE(7698)] = 286809, + [SMALL_STATE(7699)] = 286820, + [SMALL_STATE(7700)] = 286831, + [SMALL_STATE(7701)] = 286848, + [SMALL_STATE(7702)] = 286865, + [SMALL_STATE(7703)] = 286876, + [SMALL_STATE(7704)] = 286887, + [SMALL_STATE(7705)] = 286898, + [SMALL_STATE(7706)] = 286909, + [SMALL_STATE(7707)] = 286926, + [SMALL_STATE(7708)] = 286937, + [SMALL_STATE(7709)] = 286948, + [SMALL_STATE(7710)] = 286959, + [SMALL_STATE(7711)] = 286970, + [SMALL_STATE(7712)] = 286985, + [SMALL_STATE(7713)] = 286996, + [SMALL_STATE(7714)] = 287007, + [SMALL_STATE(7715)] = 287024, + [SMALL_STATE(7716)] = 287037, + [SMALL_STATE(7717)] = 287048, + [SMALL_STATE(7718)] = 287065, + [SMALL_STATE(7719)] = 287082, + [SMALL_STATE(7720)] = 287096, + [SMALL_STATE(7721)] = 287110, + [SMALL_STATE(7722)] = 287124, + [SMALL_STATE(7723)] = 287138, + [SMALL_STATE(7724)] = 287152, + [SMALL_STATE(7725)] = 287162, + [SMALL_STATE(7726)] = 287176, + [SMALL_STATE(7727)] = 287190, + [SMALL_STATE(7728)] = 287204, + [SMALL_STATE(7729)] = 287214, + [SMALL_STATE(7730)] = 287228, + [SMALL_STATE(7731)] = 287242, + [SMALL_STATE(7732)] = 287256, + [SMALL_STATE(7733)] = 287270, + [SMALL_STATE(7734)] = 287284, + [SMALL_STATE(7735)] = 287298, + [SMALL_STATE(7736)] = 287312, + [SMALL_STATE(7737)] = 287326, + [SMALL_STATE(7738)] = 287340, + [SMALL_STATE(7739)] = 287354, + [SMALL_STATE(7740)] = 287368, + [SMALL_STATE(7741)] = 287382, + [SMALL_STATE(7742)] = 287396, + [SMALL_STATE(7743)] = 287410, + [SMALL_STATE(7744)] = 287420, + [SMALL_STATE(7745)] = 287430, + [SMALL_STATE(7746)] = 287444, + [SMALL_STATE(7747)] = 287458, + [SMALL_STATE(7748)] = 287472, + [SMALL_STATE(7749)] = 287486, + [SMALL_STATE(7750)] = 287500, + [SMALL_STATE(7751)] = 287512, + [SMALL_STATE(7752)] = 287526, + [SMALL_STATE(7753)] = 287540, + [SMALL_STATE(7754)] = 287550, + [SMALL_STATE(7755)] = 287564, + [SMALL_STATE(7756)] = 287578, + [SMALL_STATE(7757)] = 287588, + [SMALL_STATE(7758)] = 287602, + [SMALL_STATE(7759)] = 287616, + [SMALL_STATE(7760)] = 287630, + [SMALL_STATE(7761)] = 287642, + [SMALL_STATE(7762)] = 287656, + [SMALL_STATE(7763)] = 287670, + [SMALL_STATE(7764)] = 287680, + [SMALL_STATE(7765)] = 287690, + [SMALL_STATE(7766)] = 287704, + [SMALL_STATE(7767)] = 287718, + [SMALL_STATE(7768)] = 287728, + [SMALL_STATE(7769)] = 287738, + [SMALL_STATE(7770)] = 287752, + [SMALL_STATE(7771)] = 287766, + [SMALL_STATE(7772)] = 287776, + [SMALL_STATE(7773)] = 287786, + [SMALL_STATE(7774)] = 287800, + [SMALL_STATE(7775)] = 287810, + [SMALL_STATE(7776)] = 287820, + [SMALL_STATE(7777)] = 287830, + [SMALL_STATE(7778)] = 287840, + [SMALL_STATE(7779)] = 287854, + [SMALL_STATE(7780)] = 287864, + [SMALL_STATE(7781)] = 287874, + [SMALL_STATE(7782)] = 287884, + [SMALL_STATE(7783)] = 287894, + [SMALL_STATE(7784)] = 287904, + [SMALL_STATE(7785)] = 287914, + [SMALL_STATE(7786)] = 287924, + [SMALL_STATE(7787)] = 287934, + [SMALL_STATE(7788)] = 287946, + [SMALL_STATE(7789)] = 287956, + [SMALL_STATE(7790)] = 287970, + [SMALL_STATE(7791)] = 287984, + [SMALL_STATE(7792)] = 287994, + [SMALL_STATE(7793)] = 288004, + [SMALL_STATE(7794)] = 288018, + [SMALL_STATE(7795)] = 288032, + [SMALL_STATE(7796)] = 288046, + [SMALL_STATE(7797)] = 288060, + [SMALL_STATE(7798)] = 288070, + [SMALL_STATE(7799)] = 288080, + [SMALL_STATE(7800)] = 288094, + [SMALL_STATE(7801)] = 288104, + [SMALL_STATE(7802)] = 288118, + [SMALL_STATE(7803)] = 288128, + [SMALL_STATE(7804)] = 288142, + [SMALL_STATE(7805)] = 288156, + [SMALL_STATE(7806)] = 288170, + [SMALL_STATE(7807)] = 288184, + [SMALL_STATE(7808)] = 288196, + [SMALL_STATE(7809)] = 288206, + [SMALL_STATE(7810)] = 288220, + [SMALL_STATE(7811)] = 288230, + [SMALL_STATE(7812)] = 288244, + [SMALL_STATE(7813)] = 288258, + [SMALL_STATE(7814)] = 288272, + [SMALL_STATE(7815)] = 288286, + [SMALL_STATE(7816)] = 288300, + [SMALL_STATE(7817)] = 288314, + [SMALL_STATE(7818)] = 288324, + [SMALL_STATE(7819)] = 288334, + [SMALL_STATE(7820)] = 288348, + [SMALL_STATE(7821)] = 288362, + [SMALL_STATE(7822)] = 288372, + [SMALL_STATE(7823)] = 288382, + [SMALL_STATE(7824)] = 288396, + [SMALL_STATE(7825)] = 288406, + [SMALL_STATE(7826)] = 288420, + [SMALL_STATE(7827)] = 288434, + [SMALL_STATE(7828)] = 288444, + [SMALL_STATE(7829)] = 288458, + [SMALL_STATE(7830)] = 288468, + [SMALL_STATE(7831)] = 288482, + [SMALL_STATE(7832)] = 288496, + [SMALL_STATE(7833)] = 288510, + [SMALL_STATE(7834)] = 288524, + [SMALL_STATE(7835)] = 288534, + [SMALL_STATE(7836)] = 288548, + [SMALL_STATE(7837)] = 288558, + [SMALL_STATE(7838)] = 288568, + [SMALL_STATE(7839)] = 288578, + [SMALL_STATE(7840)] = 288588, + [SMALL_STATE(7841)] = 288602, + [SMALL_STATE(7842)] = 288612, + [SMALL_STATE(7843)] = 288626, + [SMALL_STATE(7844)] = 288636, + [SMALL_STATE(7845)] = 288646, + [SMALL_STATE(7846)] = 288656, + [SMALL_STATE(7847)] = 288670, + [SMALL_STATE(7848)] = 288684, + [SMALL_STATE(7849)] = 288698, + [SMALL_STATE(7850)] = 288712, + [SMALL_STATE(7851)] = 288722, + [SMALL_STATE(7852)] = 288732, + [SMALL_STATE(7853)] = 288746, + [SMALL_STATE(7854)] = 288760, + [SMALL_STATE(7855)] = 288774, + [SMALL_STATE(7856)] = 288788, + [SMALL_STATE(7857)] = 288798, + [SMALL_STATE(7858)] = 288812, + [SMALL_STATE(7859)] = 288826, + [SMALL_STATE(7860)] = 288840, + [SMALL_STATE(7861)] = 288854, + [SMALL_STATE(7862)] = 288868, + [SMALL_STATE(7863)] = 288882, + [SMALL_STATE(7864)] = 288896, + [SMALL_STATE(7865)] = 288906, + [SMALL_STATE(7866)] = 288920, + [SMALL_STATE(7867)] = 288932, + [SMALL_STATE(7868)] = 288946, + [SMALL_STATE(7869)] = 288960, + [SMALL_STATE(7870)] = 288974, + [SMALL_STATE(7871)] = 288984, + [SMALL_STATE(7872)] = 288998, + [SMALL_STATE(7873)] = 289012, + [SMALL_STATE(7874)] = 289026, + [SMALL_STATE(7875)] = 289040, + [SMALL_STATE(7876)] = 289050, + [SMALL_STATE(7877)] = 289064, + [SMALL_STATE(7878)] = 289078, + [SMALL_STATE(7879)] = 289092, + [SMALL_STATE(7880)] = 289106, + [SMALL_STATE(7881)] = 289116, + [SMALL_STATE(7882)] = 289126, + [SMALL_STATE(7883)] = 289136, + [SMALL_STATE(7884)] = 289150, + [SMALL_STATE(7885)] = 289164, + [SMALL_STATE(7886)] = 289174, + [SMALL_STATE(7887)] = 289188, + [SMALL_STATE(7888)] = 289202, + [SMALL_STATE(7889)] = 289214, + [SMALL_STATE(7890)] = 289228, + [SMALL_STATE(7891)] = 289242, + [SMALL_STATE(7892)] = 289252, + [SMALL_STATE(7893)] = 289266, + [SMALL_STATE(7894)] = 289280, + [SMALL_STATE(7895)] = 289290, + [SMALL_STATE(7896)] = 289300, + [SMALL_STATE(7897)] = 289314, + [SMALL_STATE(7898)] = 289328, + [SMALL_STATE(7899)] = 289342, + [SMALL_STATE(7900)] = 289356, + [SMALL_STATE(7901)] = 289370, + [SMALL_STATE(7902)] = 289384, + [SMALL_STATE(7903)] = 289394, + [SMALL_STATE(7904)] = 289404, + [SMALL_STATE(7905)] = 289418, + [SMALL_STATE(7906)] = 289428, + [SMALL_STATE(7907)] = 289442, + [SMALL_STATE(7908)] = 289452, + [SMALL_STATE(7909)] = 289466, + [SMALL_STATE(7910)] = 289476, + [SMALL_STATE(7911)] = 289486, + [SMALL_STATE(7912)] = 289496, + [SMALL_STATE(7913)] = 289510, + [SMALL_STATE(7914)] = 289524, + [SMALL_STATE(7915)] = 289534, + [SMALL_STATE(7916)] = 289544, + [SMALL_STATE(7917)] = 289554, + [SMALL_STATE(7918)] = 289568, + [SMALL_STATE(7919)] = 289578, + [SMALL_STATE(7920)] = 289588, + [SMALL_STATE(7921)] = 289598, + [SMALL_STATE(7922)] = 289612, + [SMALL_STATE(7923)] = 289626, + [SMALL_STATE(7924)] = 289640, + [SMALL_STATE(7925)] = 289654, + [SMALL_STATE(7926)] = 289668, + [SMALL_STATE(7927)] = 289682, + [SMALL_STATE(7928)] = 289696, + [SMALL_STATE(7929)] = 289710, + [SMALL_STATE(7930)] = 289724, + [SMALL_STATE(7931)] = 289734, + [SMALL_STATE(7932)] = 289748, + [SMALL_STATE(7933)] = 289762, + [SMALL_STATE(7934)] = 289772, + [SMALL_STATE(7935)] = 289786, + [SMALL_STATE(7936)] = 289800, + [SMALL_STATE(7937)] = 289810, + [SMALL_STATE(7938)] = 289824, + [SMALL_STATE(7939)] = 289838, + [SMALL_STATE(7940)] = 289852, + [SMALL_STATE(7941)] = 289866, + [SMALL_STATE(7942)] = 289876, + [SMALL_STATE(7943)] = 289890, + [SMALL_STATE(7944)] = 289900, + [SMALL_STATE(7945)] = 289914, + [SMALL_STATE(7946)] = 289928, + [SMALL_STATE(7947)] = 289942, + [SMALL_STATE(7948)] = 289952, + [SMALL_STATE(7949)] = 289966, + [SMALL_STATE(7950)] = 289976, + [SMALL_STATE(7951)] = 289990, + [SMALL_STATE(7952)] = 290000, + [SMALL_STATE(7953)] = 290010, + [SMALL_STATE(7954)] = 290024, + [SMALL_STATE(7955)] = 290034, + [SMALL_STATE(7956)] = 290048, + [SMALL_STATE(7957)] = 290058, + [SMALL_STATE(7958)] = 290068, + [SMALL_STATE(7959)] = 290082, + [SMALL_STATE(7960)] = 290092, + [SMALL_STATE(7961)] = 290106, + [SMALL_STATE(7962)] = 290120, + [SMALL_STATE(7963)] = 290134, + [SMALL_STATE(7964)] = 290144, + [SMALL_STATE(7965)] = 290158, + [SMALL_STATE(7966)] = 290172, + [SMALL_STATE(7967)] = 290182, + [SMALL_STATE(7968)] = 290196, + [SMALL_STATE(7969)] = 290206, + [SMALL_STATE(7970)] = 290216, + [SMALL_STATE(7971)] = 290226, + [SMALL_STATE(7972)] = 290236, + [SMALL_STATE(7973)] = 290250, + [SMALL_STATE(7974)] = 290264, + [SMALL_STATE(7975)] = 290278, + [SMALL_STATE(7976)] = 290292, + [SMALL_STATE(7977)] = 290302, + [SMALL_STATE(7978)] = 290312, + [SMALL_STATE(7979)] = 290326, + [SMALL_STATE(7980)] = 290340, + [SMALL_STATE(7981)] = 290350, + [SMALL_STATE(7982)] = 290364, + [SMALL_STATE(7983)] = 290374, + [SMALL_STATE(7984)] = 290388, + [SMALL_STATE(7985)] = 290402, + [SMALL_STATE(7986)] = 290412, + [SMALL_STATE(7987)] = 290422, + [SMALL_STATE(7988)] = 290432, + [SMALL_STATE(7989)] = 290442, + [SMALL_STATE(7990)] = 290452, + [SMALL_STATE(7991)] = 290462, + [SMALL_STATE(7992)] = 290476, + [SMALL_STATE(7993)] = 290490, + [SMALL_STATE(7994)] = 290504, + [SMALL_STATE(7995)] = 290514, + [SMALL_STATE(7996)] = 290524, + [SMALL_STATE(7997)] = 290538, + [SMALL_STATE(7998)] = 290552, + [SMALL_STATE(7999)] = 290562, + [SMALL_STATE(8000)] = 290576, + [SMALL_STATE(8001)] = 290586, + [SMALL_STATE(8002)] = 290596, + [SMALL_STATE(8003)] = 290610, + [SMALL_STATE(8004)] = 290620, + [SMALL_STATE(8005)] = 290630, + [SMALL_STATE(8006)] = 290640, + [SMALL_STATE(8007)] = 290654, + [SMALL_STATE(8008)] = 290664, + [SMALL_STATE(8009)] = 290678, + [SMALL_STATE(8010)] = 290688, + [SMALL_STATE(8011)] = 290702, + [SMALL_STATE(8012)] = 290716, + [SMALL_STATE(8013)] = 290726, + [SMALL_STATE(8014)] = 290740, + [SMALL_STATE(8015)] = 290750, + [SMALL_STATE(8016)] = 290760, + [SMALL_STATE(8017)] = 290770, + [SMALL_STATE(8018)] = 290784, + [SMALL_STATE(8019)] = 290794, + [SMALL_STATE(8020)] = 290804, + [SMALL_STATE(8021)] = 290814, + [SMALL_STATE(8022)] = 290828, + [SMALL_STATE(8023)] = 290838, + [SMALL_STATE(8024)] = 290848, + [SMALL_STATE(8025)] = 290858, + [SMALL_STATE(8026)] = 290872, + [SMALL_STATE(8027)] = 290882, + [SMALL_STATE(8028)] = 290896, + [SMALL_STATE(8029)] = 290906, + [SMALL_STATE(8030)] = 290916, + [SMALL_STATE(8031)] = 290930, + [SMALL_STATE(8032)] = 290944, + [SMALL_STATE(8033)] = 290954, + [SMALL_STATE(8034)] = 290968, + [SMALL_STATE(8035)] = 290982, + [SMALL_STATE(8036)] = 290996, + [SMALL_STATE(8037)] = 291010, + [SMALL_STATE(8038)] = 291020, + [SMALL_STATE(8039)] = 291030, + [SMALL_STATE(8040)] = 291044, + [SMALL_STATE(8041)] = 291058, + [SMALL_STATE(8042)] = 291072, + [SMALL_STATE(8043)] = 291082, + [SMALL_STATE(8044)] = 291096, + [SMALL_STATE(8045)] = 291110, + [SMALL_STATE(8046)] = 291124, + [SMALL_STATE(8047)] = 291134, + [SMALL_STATE(8048)] = 291148, + [SMALL_STATE(8049)] = 291162, + [SMALL_STATE(8050)] = 291176, + [SMALL_STATE(8051)] = 291190, + [SMALL_STATE(8052)] = 291200, + [SMALL_STATE(8053)] = 291214, + [SMALL_STATE(8054)] = 291228, + [SMALL_STATE(8055)] = 291242, + [SMALL_STATE(8056)] = 291252, + [SMALL_STATE(8057)] = 291262, + [SMALL_STATE(8058)] = 291276, + [SMALL_STATE(8059)] = 291290, + [SMALL_STATE(8060)] = 291304, + [SMALL_STATE(8061)] = 291314, + [SMALL_STATE(8062)] = 291328, + [SMALL_STATE(8063)] = 291342, + [SMALL_STATE(8064)] = 291356, + [SMALL_STATE(8065)] = 291370, + [SMALL_STATE(8066)] = 291384, + [SMALL_STATE(8067)] = 291394, + [SMALL_STATE(8068)] = 291408, + [SMALL_STATE(8069)] = 291422, + [SMALL_STATE(8070)] = 291436, + [SMALL_STATE(8071)] = 291446, + [SMALL_STATE(8072)] = 291456, + [SMALL_STATE(8073)] = 291470, + [SMALL_STATE(8074)] = 291480, + [SMALL_STATE(8075)] = 291494, + [SMALL_STATE(8076)] = 291508, + [SMALL_STATE(8077)] = 291518, + [SMALL_STATE(8078)] = 291532, + [SMALL_STATE(8079)] = 291546, + [SMALL_STATE(8080)] = 291560, + [SMALL_STATE(8081)] = 291574, + [SMALL_STATE(8082)] = 291588, + [SMALL_STATE(8083)] = 291598, + [SMALL_STATE(8084)] = 291612, + [SMALL_STATE(8085)] = 291622, + [SMALL_STATE(8086)] = 291632, + [SMALL_STATE(8087)] = 291642, + [SMALL_STATE(8088)] = 291652, + [SMALL_STATE(8089)] = 291666, + [SMALL_STATE(8090)] = 291680, + [SMALL_STATE(8091)] = 291694, + [SMALL_STATE(8092)] = 291708, + [SMALL_STATE(8093)] = 291722, + [SMALL_STATE(8094)] = 291736, + [SMALL_STATE(8095)] = 291750, + [SMALL_STATE(8096)] = 291760, + [SMALL_STATE(8097)] = 291774, + [SMALL_STATE(8098)] = 291784, + [SMALL_STATE(8099)] = 291798, + [SMALL_STATE(8100)] = 291808, + [SMALL_STATE(8101)] = 291822, + [SMALL_STATE(8102)] = 291836, + [SMALL_STATE(8103)] = 291850, + [SMALL_STATE(8104)] = 291864, + [SMALL_STATE(8105)] = 291878, + [SMALL_STATE(8106)] = 291892, + [SMALL_STATE(8107)] = 291906, + [SMALL_STATE(8108)] = 291920, + [SMALL_STATE(8109)] = 291934, + [SMALL_STATE(8110)] = 291948, + [SMALL_STATE(8111)] = 291962, + [SMALL_STATE(8112)] = 291976, + [SMALL_STATE(8113)] = 291990, + [SMALL_STATE(8114)] = 292000, + [SMALL_STATE(8115)] = 292014, + [SMALL_STATE(8116)] = 292024, + [SMALL_STATE(8117)] = 292034, + [SMALL_STATE(8118)] = 292048, + [SMALL_STATE(8119)] = 292062, + [SMALL_STATE(8120)] = 292072, + [SMALL_STATE(8121)] = 292086, + [SMALL_STATE(8122)] = 292096, + [SMALL_STATE(8123)] = 292110, + [SMALL_STATE(8124)] = 292124, + [SMALL_STATE(8125)] = 292136, + [SMALL_STATE(8126)] = 292146, + [SMALL_STATE(8127)] = 292160, + [SMALL_STATE(8128)] = 292170, + [SMALL_STATE(8129)] = 292184, + [SMALL_STATE(8130)] = 292194, + [SMALL_STATE(8131)] = 292208, + [SMALL_STATE(8132)] = 292218, + [SMALL_STATE(8133)] = 292232, + [SMALL_STATE(8134)] = 292242, + [SMALL_STATE(8135)] = 292256, + [SMALL_STATE(8136)] = 292266, + [SMALL_STATE(8137)] = 292280, + [SMALL_STATE(8138)] = 292290, + [SMALL_STATE(8139)] = 292300, + [SMALL_STATE(8140)] = 292310, + [SMALL_STATE(8141)] = 292324, + [SMALL_STATE(8142)] = 292334, + [SMALL_STATE(8143)] = 292348, + [SMALL_STATE(8144)] = 292362, + [SMALL_STATE(8145)] = 292372, + [SMALL_STATE(8146)] = 292386, + [SMALL_STATE(8147)] = 292396, + [SMALL_STATE(8148)] = 292410, + [SMALL_STATE(8149)] = 292420, + [SMALL_STATE(8150)] = 292434, + [SMALL_STATE(8151)] = 292444, + [SMALL_STATE(8152)] = 292454, + [SMALL_STATE(8153)] = 292468, + [SMALL_STATE(8154)] = 292478, + [SMALL_STATE(8155)] = 292488, + [SMALL_STATE(8156)] = 292498, + [SMALL_STATE(8157)] = 292508, + [SMALL_STATE(8158)] = 292518, + [SMALL_STATE(8159)] = 292528, + [SMALL_STATE(8160)] = 292538, + [SMALL_STATE(8161)] = 292552, + [SMALL_STATE(8162)] = 292562, + [SMALL_STATE(8163)] = 292572, + [SMALL_STATE(8164)] = 292586, + [SMALL_STATE(8165)] = 292600, + [SMALL_STATE(8166)] = 292610, + [SMALL_STATE(8167)] = 292620, + [SMALL_STATE(8168)] = 292634, + [SMALL_STATE(8169)] = 292644, + [SMALL_STATE(8170)] = 292654, + [SMALL_STATE(8171)] = 292664, + [SMALL_STATE(8172)] = 292674, + [SMALL_STATE(8173)] = 292684, + [SMALL_STATE(8174)] = 292698, + [SMALL_STATE(8175)] = 292712, + [SMALL_STATE(8176)] = 292726, + [SMALL_STATE(8177)] = 292740, + [SMALL_STATE(8178)] = 292754, + [SMALL_STATE(8179)] = 292768, + [SMALL_STATE(8180)] = 292782, + [SMALL_STATE(8181)] = 292792, + [SMALL_STATE(8182)] = 292806, + [SMALL_STATE(8183)] = 292818, + [SMALL_STATE(8184)] = 292828, + [SMALL_STATE(8185)] = 292842, + [SMALL_STATE(8186)] = 292856, + [SMALL_STATE(8187)] = 292870, + [SMALL_STATE(8188)] = 292884, + [SMALL_STATE(8189)] = 292894, + [SMALL_STATE(8190)] = 292904, + [SMALL_STATE(8191)] = 292918, + [SMALL_STATE(8192)] = 292928, + [SMALL_STATE(8193)] = 292942, + [SMALL_STATE(8194)] = 292956, + [SMALL_STATE(8195)] = 292966, + [SMALL_STATE(8196)] = 292980, + [SMALL_STATE(8197)] = 292994, + [SMALL_STATE(8198)] = 293008, + [SMALL_STATE(8199)] = 293018, + [SMALL_STATE(8200)] = 293028, + [SMALL_STATE(8201)] = 293042, + [SMALL_STATE(8202)] = 293056, + [SMALL_STATE(8203)] = 293070, + [SMALL_STATE(8204)] = 293080, + [SMALL_STATE(8205)] = 293094, + [SMALL_STATE(8206)] = 293104, + [SMALL_STATE(8207)] = 293118, + [SMALL_STATE(8208)] = 293128, + [SMALL_STATE(8209)] = 293138, + [SMALL_STATE(8210)] = 293152, + [SMALL_STATE(8211)] = 293162, + [SMALL_STATE(8212)] = 293176, + [SMALL_STATE(8213)] = 293186, + [SMALL_STATE(8214)] = 293200, + [SMALL_STATE(8215)] = 293210, + [SMALL_STATE(8216)] = 293220, + [SMALL_STATE(8217)] = 293234, + [SMALL_STATE(8218)] = 293244, + [SMALL_STATE(8219)] = 293258, + [SMALL_STATE(8220)] = 293268, + [SMALL_STATE(8221)] = 293282, + [SMALL_STATE(8222)] = 293296, + [SMALL_STATE(8223)] = 293310, + [SMALL_STATE(8224)] = 293324, + [SMALL_STATE(8225)] = 293338, + [SMALL_STATE(8226)] = 293352, + [SMALL_STATE(8227)] = 293366, + [SMALL_STATE(8228)] = 293380, + [SMALL_STATE(8229)] = 293394, + [SMALL_STATE(8230)] = 293408, + [SMALL_STATE(8231)] = 293422, + [SMALL_STATE(8232)] = 293436, + [SMALL_STATE(8233)] = 293450, + [SMALL_STATE(8234)] = 293464, + [SMALL_STATE(8235)] = 293478, + [SMALL_STATE(8236)] = 293492, + [SMALL_STATE(8237)] = 293506, + [SMALL_STATE(8238)] = 293520, + [SMALL_STATE(8239)] = 293532, + [SMALL_STATE(8240)] = 293546, + [SMALL_STATE(8241)] = 293560, + [SMALL_STATE(8242)] = 293570, + [SMALL_STATE(8243)] = 293584, + [SMALL_STATE(8244)] = 293598, + [SMALL_STATE(8245)] = 293608, + [SMALL_STATE(8246)] = 293622, + [SMALL_STATE(8247)] = 293632, + [SMALL_STATE(8248)] = 293646, + [SMALL_STATE(8249)] = 293660, + [SMALL_STATE(8250)] = 293674, + [SMALL_STATE(8251)] = 293684, + [SMALL_STATE(8252)] = 293698, + [SMALL_STATE(8253)] = 293712, + [SMALL_STATE(8254)] = 293726, + [SMALL_STATE(8255)] = 293736, + [SMALL_STATE(8256)] = 293750, + [SMALL_STATE(8257)] = 293760, + [SMALL_STATE(8258)] = 293774, + [SMALL_STATE(8259)] = 293784, + [SMALL_STATE(8260)] = 293798, + [SMALL_STATE(8261)] = 293808, + [SMALL_STATE(8262)] = 293822, + [SMALL_STATE(8263)] = 293832, + [SMALL_STATE(8264)] = 293846, + [SMALL_STATE(8265)] = 293856, + [SMALL_STATE(8266)] = 293870, + [SMALL_STATE(8267)] = 293880, + [SMALL_STATE(8268)] = 293894, + [SMALL_STATE(8269)] = 293904, + [SMALL_STATE(8270)] = 293918, + [SMALL_STATE(8271)] = 293928, + [SMALL_STATE(8272)] = 293942, + [SMALL_STATE(8273)] = 293956, + [SMALL_STATE(8274)] = 293970, + [SMALL_STATE(8275)] = 293980, + [SMALL_STATE(8276)] = 293990, + [SMALL_STATE(8277)] = 294004, + [SMALL_STATE(8278)] = 294014, + [SMALL_STATE(8279)] = 294024, + [SMALL_STATE(8280)] = 294038, + [SMALL_STATE(8281)] = 294048, + [SMALL_STATE(8282)] = 294062, + [SMALL_STATE(8283)] = 294076, + [SMALL_STATE(8284)] = 294086, + [SMALL_STATE(8285)] = 294100, + [SMALL_STATE(8286)] = 294110, + [SMALL_STATE(8287)] = 294120, + [SMALL_STATE(8288)] = 294130, + [SMALL_STATE(8289)] = 294140, + [SMALL_STATE(8290)] = 294150, + [SMALL_STATE(8291)] = 294160, + [SMALL_STATE(8292)] = 294170, + [SMALL_STATE(8293)] = 294184, + [SMALL_STATE(8294)] = 294198, + [SMALL_STATE(8295)] = 294208, + [SMALL_STATE(8296)] = 294222, + [SMALL_STATE(8297)] = 294232, + [SMALL_STATE(8298)] = 294242, + [SMALL_STATE(8299)] = 294252, + [SMALL_STATE(8300)] = 294262, + [SMALL_STATE(8301)] = 294276, + [SMALL_STATE(8302)] = 294286, + [SMALL_STATE(8303)] = 294300, + [SMALL_STATE(8304)] = 294310, + [SMALL_STATE(8305)] = 294320, + [SMALL_STATE(8306)] = 294330, + [SMALL_STATE(8307)] = 294344, + [SMALL_STATE(8308)] = 294354, + [SMALL_STATE(8309)] = 294364, + [SMALL_STATE(8310)] = 294374, + [SMALL_STATE(8311)] = 294388, + [SMALL_STATE(8312)] = 294398, + [SMALL_STATE(8313)] = 294408, + [SMALL_STATE(8314)] = 294418, + [SMALL_STATE(8315)] = 294432, + [SMALL_STATE(8316)] = 294446, + [SMALL_STATE(8317)] = 294460, + [SMALL_STATE(8318)] = 294474, + [SMALL_STATE(8319)] = 294484, + [SMALL_STATE(8320)] = 294498, + [SMALL_STATE(8321)] = 294508, + [SMALL_STATE(8322)] = 294518, + [SMALL_STATE(8323)] = 294532, + [SMALL_STATE(8324)] = 294546, + [SMALL_STATE(8325)] = 294556, + [SMALL_STATE(8326)] = 294570, + [SMALL_STATE(8327)] = 294584, + [SMALL_STATE(8328)] = 294598, + [SMALL_STATE(8329)] = 294612, + [SMALL_STATE(8330)] = 294626, + [SMALL_STATE(8331)] = 294640, + [SMALL_STATE(8332)] = 294650, + [SMALL_STATE(8333)] = 294664, + [SMALL_STATE(8334)] = 294674, + [SMALL_STATE(8335)] = 294688, + [SMALL_STATE(8336)] = 294698, + [SMALL_STATE(8337)] = 294708, + [SMALL_STATE(8338)] = 294718, + [SMALL_STATE(8339)] = 294728, + [SMALL_STATE(8340)] = 294738, + [SMALL_STATE(8341)] = 294752, + [SMALL_STATE(8342)] = 294766, + [SMALL_STATE(8343)] = 294776, + [SMALL_STATE(8344)] = 294786, + [SMALL_STATE(8345)] = 294800, + [SMALL_STATE(8346)] = 294814, + [SMALL_STATE(8347)] = 294828, + [SMALL_STATE(8348)] = 294842, + [SMALL_STATE(8349)] = 294856, + [SMALL_STATE(8350)] = 294866, + [SMALL_STATE(8351)] = 294878, + [SMALL_STATE(8352)] = 294892, + [SMALL_STATE(8353)] = 294906, + [SMALL_STATE(8354)] = 294920, + [SMALL_STATE(8355)] = 294934, + [SMALL_STATE(8356)] = 294948, + [SMALL_STATE(8357)] = 294958, + [SMALL_STATE(8358)] = 294968, + [SMALL_STATE(8359)] = 294978, + [SMALL_STATE(8360)] = 294988, + [SMALL_STATE(8361)] = 295002, + [SMALL_STATE(8362)] = 295012, + [SMALL_STATE(8363)] = 295026, + [SMALL_STATE(8364)] = 295036, + [SMALL_STATE(8365)] = 295046, + [SMALL_STATE(8366)] = 295060, + [SMALL_STATE(8367)] = 295074, + [SMALL_STATE(8368)] = 295088, + [SMALL_STATE(8369)] = 295098, + [SMALL_STATE(8370)] = 295112, + [SMALL_STATE(8371)] = 295126, + [SMALL_STATE(8372)] = 295140, + [SMALL_STATE(8373)] = 295154, + [SMALL_STATE(8374)] = 295168, + [SMALL_STATE(8375)] = 295182, + [SMALL_STATE(8376)] = 295196, + [SMALL_STATE(8377)] = 295210, + [SMALL_STATE(8378)] = 295224, + [SMALL_STATE(8379)] = 295238, + [SMALL_STATE(8380)] = 295252, + [SMALL_STATE(8381)] = 295262, + [SMALL_STATE(8382)] = 295276, + [SMALL_STATE(8383)] = 295290, + [SMALL_STATE(8384)] = 295300, + [SMALL_STATE(8385)] = 295314, + [SMALL_STATE(8386)] = 295328, + [SMALL_STATE(8387)] = 295342, + [SMALL_STATE(8388)] = 295356, + [SMALL_STATE(8389)] = 295370, + [SMALL_STATE(8390)] = 295384, + [SMALL_STATE(8391)] = 295398, + [SMALL_STATE(8392)] = 295412, + [SMALL_STATE(8393)] = 295426, + [SMALL_STATE(8394)] = 295440, + [SMALL_STATE(8395)] = 295454, + [SMALL_STATE(8396)] = 295468, + [SMALL_STATE(8397)] = 295478, + [SMALL_STATE(8398)] = 295488, + [SMALL_STATE(8399)] = 295502, + [SMALL_STATE(8400)] = 295516, + [SMALL_STATE(8401)] = 295526, + [SMALL_STATE(8402)] = 295536, + [SMALL_STATE(8403)] = 295550, + [SMALL_STATE(8404)] = 295564, + [SMALL_STATE(8405)] = 295574, + [SMALL_STATE(8406)] = 295588, + [SMALL_STATE(8407)] = 295602, + [SMALL_STATE(8408)] = 295616, + [SMALL_STATE(8409)] = 295626, + [SMALL_STATE(8410)] = 295640, + [SMALL_STATE(8411)] = 295652, + [SMALL_STATE(8412)] = 295662, + [SMALL_STATE(8413)] = 295676, + [SMALL_STATE(8414)] = 295690, + [SMALL_STATE(8415)] = 295700, + [SMALL_STATE(8416)] = 295714, + [SMALL_STATE(8417)] = 295728, + [SMALL_STATE(8418)] = 295738, + [SMALL_STATE(8419)] = 295748, + [SMALL_STATE(8420)] = 295762, + [SMALL_STATE(8421)] = 295776, + [SMALL_STATE(8422)] = 295786, + [SMALL_STATE(8423)] = 295796, + [SMALL_STATE(8424)] = 295810, + [SMALL_STATE(8425)] = 295820, + [SMALL_STATE(8426)] = 295834, + [SMALL_STATE(8427)] = 295848, + [SMALL_STATE(8428)] = 295858, + [SMALL_STATE(8429)] = 295872, + [SMALL_STATE(8430)] = 295884, + [SMALL_STATE(8431)] = 295894, + [SMALL_STATE(8432)] = 295904, + [SMALL_STATE(8433)] = 295914, + [SMALL_STATE(8434)] = 295928, + [SMALL_STATE(8435)] = 295942, + [SMALL_STATE(8436)] = 295956, + [SMALL_STATE(8437)] = 295966, + [SMALL_STATE(8438)] = 295976, + [SMALL_STATE(8439)] = 295986, + [SMALL_STATE(8440)] = 295998, + [SMALL_STATE(8441)] = 296012, + [SMALL_STATE(8442)] = 296026, + [SMALL_STATE(8443)] = 296040, + [SMALL_STATE(8444)] = 296054, + [SMALL_STATE(8445)] = 296064, + [SMALL_STATE(8446)] = 296074, + [SMALL_STATE(8447)] = 296084, + [SMALL_STATE(8448)] = 296098, + [SMALL_STATE(8449)] = 296108, + [SMALL_STATE(8450)] = 296118, + [SMALL_STATE(8451)] = 296128, + [SMALL_STATE(8452)] = 296142, + [SMALL_STATE(8453)] = 296152, + [SMALL_STATE(8454)] = 296162, + [SMALL_STATE(8455)] = 296176, + [SMALL_STATE(8456)] = 296190, + [SMALL_STATE(8457)] = 296200, + [SMALL_STATE(8458)] = 296214, + [SMALL_STATE(8459)] = 296224, + [SMALL_STATE(8460)] = 296238, + [SMALL_STATE(8461)] = 296248, + [SMALL_STATE(8462)] = 296262, + [SMALL_STATE(8463)] = 296276, + [SMALL_STATE(8464)] = 296290, + [SMALL_STATE(8465)] = 296300, + [SMALL_STATE(8466)] = 296314, + [SMALL_STATE(8467)] = 296328, + [SMALL_STATE(8468)] = 296338, + [SMALL_STATE(8469)] = 296352, + [SMALL_STATE(8470)] = 296366, + [SMALL_STATE(8471)] = 296376, + [SMALL_STATE(8472)] = 296386, + [SMALL_STATE(8473)] = 296400, + [SMALL_STATE(8474)] = 296410, + [SMALL_STATE(8475)] = 296420, + [SMALL_STATE(8476)] = 296434, + [SMALL_STATE(8477)] = 296448, + [SMALL_STATE(8478)] = 296458, + [SMALL_STATE(8479)] = 296468, + [SMALL_STATE(8480)] = 296478, + [SMALL_STATE(8481)] = 296492, + [SMALL_STATE(8482)] = 296502, + [SMALL_STATE(8483)] = 296516, + [SMALL_STATE(8484)] = 296530, + [SMALL_STATE(8485)] = 296544, + [SMALL_STATE(8486)] = 296554, + [SMALL_STATE(8487)] = 296568, + [SMALL_STATE(8488)] = 296582, + [SMALL_STATE(8489)] = 296592, + [SMALL_STATE(8490)] = 296606, + [SMALL_STATE(8491)] = 296620, + [SMALL_STATE(8492)] = 296634, + [SMALL_STATE(8493)] = 296648, + [SMALL_STATE(8494)] = 296662, + [SMALL_STATE(8495)] = 296676, + [SMALL_STATE(8496)] = 296690, + [SMALL_STATE(8497)] = 296700, + [SMALL_STATE(8498)] = 296714, + [SMALL_STATE(8499)] = 296728, + [SMALL_STATE(8500)] = 296738, + [SMALL_STATE(8501)] = 296748, + [SMALL_STATE(8502)] = 296758, + [SMALL_STATE(8503)] = 296772, + [SMALL_STATE(8504)] = 296782, + [SMALL_STATE(8505)] = 296792, + [SMALL_STATE(8506)] = 296802, + [SMALL_STATE(8507)] = 296816, + [SMALL_STATE(8508)] = 296830, + [SMALL_STATE(8509)] = 296844, + [SMALL_STATE(8510)] = 296858, + [SMALL_STATE(8511)] = 296868, + [SMALL_STATE(8512)] = 296882, + [SMALL_STATE(8513)] = 296896, + [SMALL_STATE(8514)] = 296910, + [SMALL_STATE(8515)] = 296924, + [SMALL_STATE(8516)] = 296938, + [SMALL_STATE(8517)] = 296952, + [SMALL_STATE(8518)] = 296962, + [SMALL_STATE(8519)] = 296976, + [SMALL_STATE(8520)] = 296990, + [SMALL_STATE(8521)] = 297004, + [SMALL_STATE(8522)] = 297018, + [SMALL_STATE(8523)] = 297032, + [SMALL_STATE(8524)] = 297046, + [SMALL_STATE(8525)] = 297060, + [SMALL_STATE(8526)] = 297072, + [SMALL_STATE(8527)] = 297086, + [SMALL_STATE(8528)] = 297096, + [SMALL_STATE(8529)] = 297110, + [SMALL_STATE(8530)] = 297124, + [SMALL_STATE(8531)] = 297134, + [SMALL_STATE(8532)] = 297148, + [SMALL_STATE(8533)] = 297162, + [SMALL_STATE(8534)] = 297172, + [SMALL_STATE(8535)] = 297186, + [SMALL_STATE(8536)] = 297196, + [SMALL_STATE(8537)] = 297210, + [SMALL_STATE(8538)] = 297224, + [SMALL_STATE(8539)] = 297238, + [SMALL_STATE(8540)] = 297252, + [SMALL_STATE(8541)] = 297266, + [SMALL_STATE(8542)] = 297280, + [SMALL_STATE(8543)] = 297294, + [SMALL_STATE(8544)] = 297308, + [SMALL_STATE(8545)] = 297318, + [SMALL_STATE(8546)] = 297332, + [SMALL_STATE(8547)] = 297346, + [SMALL_STATE(8548)] = 297360, + [SMALL_STATE(8549)] = 297370, + [SMALL_STATE(8550)] = 297380, + [SMALL_STATE(8551)] = 297390, + [SMALL_STATE(8552)] = 297404, + [SMALL_STATE(8553)] = 297418, + [SMALL_STATE(8554)] = 297432, + [SMALL_STATE(8555)] = 297442, + [SMALL_STATE(8556)] = 297456, + [SMALL_STATE(8557)] = 297466, + [SMALL_STATE(8558)] = 297476, + [SMALL_STATE(8559)] = 297486, + [SMALL_STATE(8560)] = 297500, + [SMALL_STATE(8561)] = 297514, + [SMALL_STATE(8562)] = 297524, + [SMALL_STATE(8563)] = 297538, + [SMALL_STATE(8564)] = 297552, + [SMALL_STATE(8565)] = 297566, + [SMALL_STATE(8566)] = 297576, + [SMALL_STATE(8567)] = 297590, + [SMALL_STATE(8568)] = 297601, + [SMALL_STATE(8569)] = 297612, + [SMALL_STATE(8570)] = 297623, + [SMALL_STATE(8571)] = 297634, + [SMALL_STATE(8572)] = 297645, + [SMALL_STATE(8573)] = 297656, + [SMALL_STATE(8574)] = 297667, + [SMALL_STATE(8575)] = 297678, + [SMALL_STATE(8576)] = 297687, + [SMALL_STATE(8577)] = 297696, + [SMALL_STATE(8578)] = 297707, + [SMALL_STATE(8579)] = 297718, + [SMALL_STATE(8580)] = 297727, + [SMALL_STATE(8581)] = 297738, + [SMALL_STATE(8582)] = 297747, + [SMALL_STATE(8583)] = 297756, + [SMALL_STATE(8584)] = 297765, + [SMALL_STATE(8585)] = 297776, + [SMALL_STATE(8586)] = 297787, + [SMALL_STATE(8587)] = 297796, + [SMALL_STATE(8588)] = 297807, + [SMALL_STATE(8589)] = 297816, + [SMALL_STATE(8590)] = 297827, + [SMALL_STATE(8591)] = 297838, + [SMALL_STATE(8592)] = 297849, + [SMALL_STATE(8593)] = 297860, + [SMALL_STATE(8594)] = 297871, + [SMALL_STATE(8595)] = 297882, + [SMALL_STATE(8596)] = 297893, + [SMALL_STATE(8597)] = 297902, + [SMALL_STATE(8598)] = 297913, + [SMALL_STATE(8599)] = 297922, + [SMALL_STATE(8600)] = 297933, + [SMALL_STATE(8601)] = 297944, + [SMALL_STATE(8602)] = 297955, + [SMALL_STATE(8603)] = 297966, + [SMALL_STATE(8604)] = 297977, + [SMALL_STATE(8605)] = 297988, + [SMALL_STATE(8606)] = 297999, + [SMALL_STATE(8607)] = 298010, + [SMALL_STATE(8608)] = 298019, + [SMALL_STATE(8609)] = 298030, + [SMALL_STATE(8610)] = 298039, + [SMALL_STATE(8611)] = 298048, + [SMALL_STATE(8612)] = 298059, + [SMALL_STATE(8613)] = 298070, + [SMALL_STATE(8614)] = 298081, + [SMALL_STATE(8615)] = 298090, + [SMALL_STATE(8616)] = 298101, + [SMALL_STATE(8617)] = 298112, + [SMALL_STATE(8618)] = 298123, + [SMALL_STATE(8619)] = 298132, + [SMALL_STATE(8620)] = 298143, + [SMALL_STATE(8621)] = 298152, + [SMALL_STATE(8622)] = 298163, + [SMALL_STATE(8623)] = 298174, + [SMALL_STATE(8624)] = 298185, + [SMALL_STATE(8625)] = 298196, + [SMALL_STATE(8626)] = 298207, + [SMALL_STATE(8627)] = 298218, + [SMALL_STATE(8628)] = 298229, + [SMALL_STATE(8629)] = 298240, + [SMALL_STATE(8630)] = 298249, + [SMALL_STATE(8631)] = 298258, + [SMALL_STATE(8632)] = 298269, + [SMALL_STATE(8633)] = 298278, + [SMALL_STATE(8634)] = 298289, + [SMALL_STATE(8635)] = 298300, + [SMALL_STATE(8636)] = 298311, + [SMALL_STATE(8637)] = 298322, + [SMALL_STATE(8638)] = 298331, + [SMALL_STATE(8639)] = 298342, + [SMALL_STATE(8640)] = 298353, + [SMALL_STATE(8641)] = 298364, + [SMALL_STATE(8642)] = 298373, + [SMALL_STATE(8643)] = 298384, + [SMALL_STATE(8644)] = 298395, + [SMALL_STATE(8645)] = 298406, + [SMALL_STATE(8646)] = 298417, + [SMALL_STATE(8647)] = 298426, + [SMALL_STATE(8648)] = 298435, + [SMALL_STATE(8649)] = 298446, + [SMALL_STATE(8650)] = 298457, + [SMALL_STATE(8651)] = 298466, + [SMALL_STATE(8652)] = 298477, + [SMALL_STATE(8653)] = 298486, + [SMALL_STATE(8654)] = 298495, + [SMALL_STATE(8655)] = 298506, + [SMALL_STATE(8656)] = 298517, + [SMALL_STATE(8657)] = 298528, + [SMALL_STATE(8658)] = 298539, + [SMALL_STATE(8659)] = 298550, + [SMALL_STATE(8660)] = 298559, + [SMALL_STATE(8661)] = 298570, + [SMALL_STATE(8662)] = 298581, + [SMALL_STATE(8663)] = 298590, + [SMALL_STATE(8664)] = 298601, + [SMALL_STATE(8665)] = 298612, + [SMALL_STATE(8666)] = 298623, + [SMALL_STATE(8667)] = 298634, + [SMALL_STATE(8668)] = 298643, + [SMALL_STATE(8669)] = 298652, + [SMALL_STATE(8670)] = 298661, + [SMALL_STATE(8671)] = 298672, + [SMALL_STATE(8672)] = 298681, + [SMALL_STATE(8673)] = 298690, + [SMALL_STATE(8674)] = 298701, + [SMALL_STATE(8675)] = 298712, + [SMALL_STATE(8676)] = 298723, + [SMALL_STATE(8677)] = 298734, + [SMALL_STATE(8678)] = 298745, + [SMALL_STATE(8679)] = 298756, + [SMALL_STATE(8680)] = 298767, + [SMALL_STATE(8681)] = 298776, + [SMALL_STATE(8682)] = 298787, + [SMALL_STATE(8683)] = 298798, + [SMALL_STATE(8684)] = 298809, + [SMALL_STATE(8685)] = 298820, + [SMALL_STATE(8686)] = 298831, + [SMALL_STATE(8687)] = 298842, + [SMALL_STATE(8688)] = 298853, + [SMALL_STATE(8689)] = 298864, + [SMALL_STATE(8690)] = 298873, + [SMALL_STATE(8691)] = 298882, + [SMALL_STATE(8692)] = 298893, + [SMALL_STATE(8693)] = 298904, + [SMALL_STATE(8694)] = 298915, + [SMALL_STATE(8695)] = 298926, + [SMALL_STATE(8696)] = 298937, + [SMALL_STATE(8697)] = 298948, + [SMALL_STATE(8698)] = 298959, + [SMALL_STATE(8699)] = 298970, + [SMALL_STATE(8700)] = 298979, + [SMALL_STATE(8701)] = 298990, + [SMALL_STATE(8702)] = 298999, + [SMALL_STATE(8703)] = 299008, + [SMALL_STATE(8704)] = 299019, + [SMALL_STATE(8705)] = 299030, + [SMALL_STATE(8706)] = 299039, + [SMALL_STATE(8707)] = 299050, + [SMALL_STATE(8708)] = 299059, + [SMALL_STATE(8709)] = 299070, + [SMALL_STATE(8710)] = 299079, + [SMALL_STATE(8711)] = 299090, + [SMALL_STATE(8712)] = 299101, + [SMALL_STATE(8713)] = 299110, + [SMALL_STATE(8714)] = 299121, + [SMALL_STATE(8715)] = 299132, + [SMALL_STATE(8716)] = 299143, + [SMALL_STATE(8717)] = 299154, + [SMALL_STATE(8718)] = 299165, + [SMALL_STATE(8719)] = 299176, + [SMALL_STATE(8720)] = 299185, + [SMALL_STATE(8721)] = 299196, + [SMALL_STATE(8722)] = 299207, + [SMALL_STATE(8723)] = 299218, + [SMALL_STATE(8724)] = 299229, + [SMALL_STATE(8725)] = 299240, + [SMALL_STATE(8726)] = 299251, + [SMALL_STATE(8727)] = 299262, + [SMALL_STATE(8728)] = 299273, + [SMALL_STATE(8729)] = 299284, + [SMALL_STATE(8730)] = 299295, + [SMALL_STATE(8731)] = 299304, + [SMALL_STATE(8732)] = 299315, + [SMALL_STATE(8733)] = 299326, + [SMALL_STATE(8734)] = 299337, + [SMALL_STATE(8735)] = 299346, + [SMALL_STATE(8736)] = 299357, + [SMALL_STATE(8737)] = 299366, + [SMALL_STATE(8738)] = 299377, + [SMALL_STATE(8739)] = 299388, + [SMALL_STATE(8740)] = 299399, + [SMALL_STATE(8741)] = 299410, + [SMALL_STATE(8742)] = 299421, + [SMALL_STATE(8743)] = 299432, + [SMALL_STATE(8744)] = 299443, + [SMALL_STATE(8745)] = 299452, + [SMALL_STATE(8746)] = 299463, + [SMALL_STATE(8747)] = 299472, + [SMALL_STATE(8748)] = 299483, + [SMALL_STATE(8749)] = 299494, + [SMALL_STATE(8750)] = 299505, + [SMALL_STATE(8751)] = 299514, + [SMALL_STATE(8752)] = 299525, + [SMALL_STATE(8753)] = 299536, + [SMALL_STATE(8754)] = 299547, + [SMALL_STATE(8755)] = 299558, + [SMALL_STATE(8756)] = 299569, + [SMALL_STATE(8757)] = 299580, + [SMALL_STATE(8758)] = 299591, + [SMALL_STATE(8759)] = 299602, + [SMALL_STATE(8760)] = 299613, + [SMALL_STATE(8761)] = 299624, + [SMALL_STATE(8762)] = 299635, + [SMALL_STATE(8763)] = 299646, + [SMALL_STATE(8764)] = 299657, + [SMALL_STATE(8765)] = 299668, + [SMALL_STATE(8766)] = 299677, + [SMALL_STATE(8767)] = 299688, + [SMALL_STATE(8768)] = 299699, + [SMALL_STATE(8769)] = 299710, + [SMALL_STATE(8770)] = 299721, + [SMALL_STATE(8771)] = 299730, + [SMALL_STATE(8772)] = 299741, + [SMALL_STATE(8773)] = 299752, + [SMALL_STATE(8774)] = 299761, + [SMALL_STATE(8775)] = 299772, + [SMALL_STATE(8776)] = 299783, + [SMALL_STATE(8777)] = 299794, + [SMALL_STATE(8778)] = 299805, + [SMALL_STATE(8779)] = 299816, + [SMALL_STATE(8780)] = 299827, + [SMALL_STATE(8781)] = 299836, + [SMALL_STATE(8782)] = 299847, + [SMALL_STATE(8783)] = 299858, + [SMALL_STATE(8784)] = 299869, + [SMALL_STATE(8785)] = 299880, + [SMALL_STATE(8786)] = 299891, + [SMALL_STATE(8787)] = 299902, + [SMALL_STATE(8788)] = 299913, + [SMALL_STATE(8789)] = 299924, + [SMALL_STATE(8790)] = 299935, + [SMALL_STATE(8791)] = 299946, + [SMALL_STATE(8792)] = 299957, + [SMALL_STATE(8793)] = 299968, + [SMALL_STATE(8794)] = 299979, + [SMALL_STATE(8795)] = 299990, + [SMALL_STATE(8796)] = 300001, + [SMALL_STATE(8797)] = 300012, + [SMALL_STATE(8798)] = 300023, + [SMALL_STATE(8799)] = 300034, + [SMALL_STATE(8800)] = 300045, + [SMALL_STATE(8801)] = 300056, + [SMALL_STATE(8802)] = 300067, + [SMALL_STATE(8803)] = 300078, + [SMALL_STATE(8804)] = 300087, + [SMALL_STATE(8805)] = 300096, + [SMALL_STATE(8806)] = 300107, + [SMALL_STATE(8807)] = 300118, + [SMALL_STATE(8808)] = 300129, + [SMALL_STATE(8809)] = 300140, + [SMALL_STATE(8810)] = 300149, + [SMALL_STATE(8811)] = 300160, + [SMALL_STATE(8812)] = 300171, + [SMALL_STATE(8813)] = 300180, + [SMALL_STATE(8814)] = 300191, + [SMALL_STATE(8815)] = 300200, + [SMALL_STATE(8816)] = 300211, + [SMALL_STATE(8817)] = 300222, + [SMALL_STATE(8818)] = 300233, + [SMALL_STATE(8819)] = 300244, + [SMALL_STATE(8820)] = 300255, + [SMALL_STATE(8821)] = 300266, + [SMALL_STATE(8822)] = 300277, + [SMALL_STATE(8823)] = 300288, + [SMALL_STATE(8824)] = 300299, + [SMALL_STATE(8825)] = 300310, + [SMALL_STATE(8826)] = 300321, + [SMALL_STATE(8827)] = 300332, + [SMALL_STATE(8828)] = 300343, + [SMALL_STATE(8829)] = 300354, + [SMALL_STATE(8830)] = 300363, + [SMALL_STATE(8831)] = 300374, + [SMALL_STATE(8832)] = 300385, + [SMALL_STATE(8833)] = 300396, + [SMALL_STATE(8834)] = 300405, + [SMALL_STATE(8835)] = 300414, + [SMALL_STATE(8836)] = 300423, + [SMALL_STATE(8837)] = 300434, + [SMALL_STATE(8838)] = 300445, + [SMALL_STATE(8839)] = 300456, + [SMALL_STATE(8840)] = 300467, + [SMALL_STATE(8841)] = 300478, + [SMALL_STATE(8842)] = 300489, + [SMALL_STATE(8843)] = 300500, + [SMALL_STATE(8844)] = 300511, + [SMALL_STATE(8845)] = 300522, + [SMALL_STATE(8846)] = 300533, + [SMALL_STATE(8847)] = 300544, + [SMALL_STATE(8848)] = 300555, + [SMALL_STATE(8849)] = 300566, + [SMALL_STATE(8850)] = 300577, + [SMALL_STATE(8851)] = 300588, + [SMALL_STATE(8852)] = 300599, + [SMALL_STATE(8853)] = 300610, + [SMALL_STATE(8854)] = 300621, + [SMALL_STATE(8855)] = 300632, + [SMALL_STATE(8856)] = 300643, + [SMALL_STATE(8857)] = 300652, + [SMALL_STATE(8858)] = 300663, + [SMALL_STATE(8859)] = 300674, + [SMALL_STATE(8860)] = 300685, + [SMALL_STATE(8861)] = 300696, + [SMALL_STATE(8862)] = 300707, + [SMALL_STATE(8863)] = 300718, + [SMALL_STATE(8864)] = 300729, + [SMALL_STATE(8865)] = 300740, + [SMALL_STATE(8866)] = 300751, + [SMALL_STATE(8867)] = 300762, + [SMALL_STATE(8868)] = 300773, + [SMALL_STATE(8869)] = 300784, + [SMALL_STATE(8870)] = 300795, + [SMALL_STATE(8871)] = 300806, + [SMALL_STATE(8872)] = 300817, + [SMALL_STATE(8873)] = 300828, + [SMALL_STATE(8874)] = 300839, + [SMALL_STATE(8875)] = 300850, + [SMALL_STATE(8876)] = 300861, + [SMALL_STATE(8877)] = 300872, + [SMALL_STATE(8878)] = 300883, + [SMALL_STATE(8879)] = 300894, + [SMALL_STATE(8880)] = 300905, + [SMALL_STATE(8881)] = 300916, + [SMALL_STATE(8882)] = 300927, + [SMALL_STATE(8883)] = 300938, + [SMALL_STATE(8884)] = 300947, + [SMALL_STATE(8885)] = 300958, + [SMALL_STATE(8886)] = 300967, + [SMALL_STATE(8887)] = 300976, + [SMALL_STATE(8888)] = 300987, + [SMALL_STATE(8889)] = 300998, + [SMALL_STATE(8890)] = 301007, + [SMALL_STATE(8891)] = 301018, + [SMALL_STATE(8892)] = 301029, + [SMALL_STATE(8893)] = 301040, + [SMALL_STATE(8894)] = 301051, + [SMALL_STATE(8895)] = 301062, + [SMALL_STATE(8896)] = 301073, + [SMALL_STATE(8897)] = 301084, + [SMALL_STATE(8898)] = 301095, + [SMALL_STATE(8899)] = 301106, + [SMALL_STATE(8900)] = 301117, + [SMALL_STATE(8901)] = 301126, + [SMALL_STATE(8902)] = 301137, + [SMALL_STATE(8903)] = 301148, + [SMALL_STATE(8904)] = 301157, + [SMALL_STATE(8905)] = 301168, + [SMALL_STATE(8906)] = 301179, + [SMALL_STATE(8907)] = 301190, + [SMALL_STATE(8908)] = 301199, + [SMALL_STATE(8909)] = 301210, + [SMALL_STATE(8910)] = 301221, + [SMALL_STATE(8911)] = 301232, + [SMALL_STATE(8912)] = 301243, + [SMALL_STATE(8913)] = 301254, + [SMALL_STATE(8914)] = 301265, + [SMALL_STATE(8915)] = 301276, + [SMALL_STATE(8916)] = 301287, + [SMALL_STATE(8917)] = 301298, + [SMALL_STATE(8918)] = 301309, + [SMALL_STATE(8919)] = 301320, + [SMALL_STATE(8920)] = 301331, + [SMALL_STATE(8921)] = 301342, + [SMALL_STATE(8922)] = 301353, + [SMALL_STATE(8923)] = 301364, + [SMALL_STATE(8924)] = 301375, + [SMALL_STATE(8925)] = 301386, + [SMALL_STATE(8926)] = 301397, + [SMALL_STATE(8927)] = 301408, + [SMALL_STATE(8928)] = 301419, + [SMALL_STATE(8929)] = 301430, + [SMALL_STATE(8930)] = 301441, + [SMALL_STATE(8931)] = 301452, + [SMALL_STATE(8932)] = 301463, + [SMALL_STATE(8933)] = 301474, + [SMALL_STATE(8934)] = 301485, + [SMALL_STATE(8935)] = 301494, + [SMALL_STATE(8936)] = 301505, + [SMALL_STATE(8937)] = 301514, + [SMALL_STATE(8938)] = 301525, + [SMALL_STATE(8939)] = 301536, + [SMALL_STATE(8940)] = 301547, + [SMALL_STATE(8941)] = 301556, + [SMALL_STATE(8942)] = 301567, + [SMALL_STATE(8943)] = 301578, + [SMALL_STATE(8944)] = 301589, + [SMALL_STATE(8945)] = 301600, + [SMALL_STATE(8946)] = 301611, + [SMALL_STATE(8947)] = 301622, + [SMALL_STATE(8948)] = 301633, + [SMALL_STATE(8949)] = 301644, + [SMALL_STATE(8950)] = 301655, + [SMALL_STATE(8951)] = 301666, + [SMALL_STATE(8952)] = 301677, + [SMALL_STATE(8953)] = 301688, + [SMALL_STATE(8954)] = 301699, + [SMALL_STATE(8955)] = 301710, + [SMALL_STATE(8956)] = 301721, + [SMALL_STATE(8957)] = 301730, + [SMALL_STATE(8958)] = 301741, + [SMALL_STATE(8959)] = 301750, + [SMALL_STATE(8960)] = 301761, + [SMALL_STATE(8961)] = 301772, + [SMALL_STATE(8962)] = 301783, + [SMALL_STATE(8963)] = 301796, + [SMALL_STATE(8964)] = 301807, + [SMALL_STATE(8965)] = 301818, + [SMALL_STATE(8966)] = 301829, + [SMALL_STATE(8967)] = 301840, + [SMALL_STATE(8968)] = 301851, + [SMALL_STATE(8969)] = 301862, + [SMALL_STATE(8970)] = 301873, + [SMALL_STATE(8971)] = 301884, + [SMALL_STATE(8972)] = 301895, + [SMALL_STATE(8973)] = 301906, + [SMALL_STATE(8974)] = 301917, + [SMALL_STATE(8975)] = 301928, + [SMALL_STATE(8976)] = 301939, + [SMALL_STATE(8977)] = 301950, + [SMALL_STATE(8978)] = 301961, + [SMALL_STATE(8979)] = 301970, + [SMALL_STATE(8980)] = 301981, + [SMALL_STATE(8981)] = 301992, + [SMALL_STATE(8982)] = 302001, + [SMALL_STATE(8983)] = 302009, + [SMALL_STATE(8984)] = 302017, + [SMALL_STATE(8985)] = 302025, + [SMALL_STATE(8986)] = 302033, + [SMALL_STATE(8987)] = 302041, + [SMALL_STATE(8988)] = 302049, + [SMALL_STATE(8989)] = 302057, + [SMALL_STATE(8990)] = 302065, + [SMALL_STATE(8991)] = 302073, + [SMALL_STATE(8992)] = 302081, + [SMALL_STATE(8993)] = 302089, + [SMALL_STATE(8994)] = 302097, + [SMALL_STATE(8995)] = 302105, + [SMALL_STATE(8996)] = 302113, + [SMALL_STATE(8997)] = 302121, + [SMALL_STATE(8998)] = 302129, + [SMALL_STATE(8999)] = 302137, + [SMALL_STATE(9000)] = 302145, + [SMALL_STATE(9001)] = 302153, + [SMALL_STATE(9002)] = 302161, + [SMALL_STATE(9003)] = 302169, + [SMALL_STATE(9004)] = 302177, + [SMALL_STATE(9005)] = 302185, + [SMALL_STATE(9006)] = 302193, + [SMALL_STATE(9007)] = 302201, + [SMALL_STATE(9008)] = 302209, + [SMALL_STATE(9009)] = 302217, + [SMALL_STATE(9010)] = 302225, + [SMALL_STATE(9011)] = 302233, + [SMALL_STATE(9012)] = 302241, + [SMALL_STATE(9013)] = 302249, + [SMALL_STATE(9014)] = 302257, + [SMALL_STATE(9015)] = 302265, + [SMALL_STATE(9016)] = 302273, + [SMALL_STATE(9017)] = 302281, + [SMALL_STATE(9018)] = 302289, + [SMALL_STATE(9019)] = 302297, + [SMALL_STATE(9020)] = 302305, + [SMALL_STATE(9021)] = 302313, + [SMALL_STATE(9022)] = 302321, + [SMALL_STATE(9023)] = 302329, + [SMALL_STATE(9024)] = 302337, + [SMALL_STATE(9025)] = 302345, + [SMALL_STATE(9026)] = 302353, + [SMALL_STATE(9027)] = 302361, + [SMALL_STATE(9028)] = 302369, + [SMALL_STATE(9029)] = 302377, + [SMALL_STATE(9030)] = 302385, + [SMALL_STATE(9031)] = 302393, + [SMALL_STATE(9032)] = 302401, + [SMALL_STATE(9033)] = 302409, + [SMALL_STATE(9034)] = 302417, + [SMALL_STATE(9035)] = 302425, + [SMALL_STATE(9036)] = 302433, + [SMALL_STATE(9037)] = 302441, + [SMALL_STATE(9038)] = 302449, + [SMALL_STATE(9039)] = 302457, + [SMALL_STATE(9040)] = 302465, + [SMALL_STATE(9041)] = 302473, + [SMALL_STATE(9042)] = 302481, + [SMALL_STATE(9043)] = 302489, + [SMALL_STATE(9044)] = 302497, + [SMALL_STATE(9045)] = 302505, + [SMALL_STATE(9046)] = 302513, + [SMALL_STATE(9047)] = 302521, + [SMALL_STATE(9048)] = 302529, + [SMALL_STATE(9049)] = 302537, + [SMALL_STATE(9050)] = 302545, + [SMALL_STATE(9051)] = 302553, + [SMALL_STATE(9052)] = 302561, + [SMALL_STATE(9053)] = 302569, + [SMALL_STATE(9054)] = 302577, + [SMALL_STATE(9055)] = 302585, + [SMALL_STATE(9056)] = 302593, + [SMALL_STATE(9057)] = 302601, + [SMALL_STATE(9058)] = 302609, + [SMALL_STATE(9059)] = 302617, + [SMALL_STATE(9060)] = 302625, + [SMALL_STATE(9061)] = 302633, + [SMALL_STATE(9062)] = 302643, + [SMALL_STATE(9063)] = 302651, + [SMALL_STATE(9064)] = 302659, + [SMALL_STATE(9065)] = 302667, + [SMALL_STATE(9066)] = 302675, + [SMALL_STATE(9067)] = 302683, + [SMALL_STATE(9068)] = 302691, + [SMALL_STATE(9069)] = 302699, + [SMALL_STATE(9070)] = 302707, + [SMALL_STATE(9071)] = 302715, + [SMALL_STATE(9072)] = 302723, + [SMALL_STATE(9073)] = 302731, + [SMALL_STATE(9074)] = 302739, + [SMALL_STATE(9075)] = 302747, + [SMALL_STATE(9076)] = 302755, + [SMALL_STATE(9077)] = 302763, + [SMALL_STATE(9078)] = 302771, + [SMALL_STATE(9079)] = 302779, + [SMALL_STATE(9080)] = 302787, + [SMALL_STATE(9081)] = 302795, + [SMALL_STATE(9082)] = 302803, + [SMALL_STATE(9083)] = 302811, + [SMALL_STATE(9084)] = 302819, + [SMALL_STATE(9085)] = 302827, + [SMALL_STATE(9086)] = 302835, + [SMALL_STATE(9087)] = 302843, + [SMALL_STATE(9088)] = 302851, + [SMALL_STATE(9089)] = 302859, + [SMALL_STATE(9090)] = 302867, + [SMALL_STATE(9091)] = 302875, + [SMALL_STATE(9092)] = 302883, + [SMALL_STATE(9093)] = 302891, + [SMALL_STATE(9094)] = 302901, + [SMALL_STATE(9095)] = 302909, + [SMALL_STATE(9096)] = 302919, + [SMALL_STATE(9097)] = 302927, + [SMALL_STATE(9098)] = 302935, + [SMALL_STATE(9099)] = 302943, + [SMALL_STATE(9100)] = 302951, + [SMALL_STATE(9101)] = 302959, + [SMALL_STATE(9102)] = 302967, + [SMALL_STATE(9103)] = 302975, + [SMALL_STATE(9104)] = 302983, + [SMALL_STATE(9105)] = 302991, + [SMALL_STATE(9106)] = 302999, + [SMALL_STATE(9107)] = 303009, + [SMALL_STATE(9108)] = 303017, + [SMALL_STATE(9109)] = 303025, + [SMALL_STATE(9110)] = 303033, + [SMALL_STATE(9111)] = 303041, + [SMALL_STATE(9112)] = 303049, + [SMALL_STATE(9113)] = 303057, + [SMALL_STATE(9114)] = 303065, + [SMALL_STATE(9115)] = 303073, + [SMALL_STATE(9116)] = 303081, + [SMALL_STATE(9117)] = 303089, + [SMALL_STATE(9118)] = 303097, + [SMALL_STATE(9119)] = 303105, + [SMALL_STATE(9120)] = 303113, + [SMALL_STATE(9121)] = 303121, + [SMALL_STATE(9122)] = 303129, + [SMALL_STATE(9123)] = 303137, + [SMALL_STATE(9124)] = 303145, + [SMALL_STATE(9125)] = 303155, + [SMALL_STATE(9126)] = 303163, + [SMALL_STATE(9127)] = 303171, + [SMALL_STATE(9128)] = 303179, + [SMALL_STATE(9129)] = 303187, + [SMALL_STATE(9130)] = 303195, + [SMALL_STATE(9131)] = 303203, + [SMALL_STATE(9132)] = 303211, + [SMALL_STATE(9133)] = 303219, + [SMALL_STATE(9134)] = 303229, + [SMALL_STATE(9135)] = 303237, + [SMALL_STATE(9136)] = 303245, + [SMALL_STATE(9137)] = 303253, + [SMALL_STATE(9138)] = 303261, + [SMALL_STATE(9139)] = 303269, + [SMALL_STATE(9140)] = 303277, + [SMALL_STATE(9141)] = 303285, + [SMALL_STATE(9142)] = 303293, + [SMALL_STATE(9143)] = 303301, + [SMALL_STATE(9144)] = 303309, + [SMALL_STATE(9145)] = 303317, + [SMALL_STATE(9146)] = 303325, + [SMALL_STATE(9147)] = 303333, + [SMALL_STATE(9148)] = 303341, + [SMALL_STATE(9149)] = 303349, + [SMALL_STATE(9150)] = 303357, + [SMALL_STATE(9151)] = 303365, + [SMALL_STATE(9152)] = 303373, + [SMALL_STATE(9153)] = 303381, + [SMALL_STATE(9154)] = 303389, + [SMALL_STATE(9155)] = 303397, + [SMALL_STATE(9156)] = 303405, + [SMALL_STATE(9157)] = 303413, + [SMALL_STATE(9158)] = 303421, + [SMALL_STATE(9159)] = 303429, + [SMALL_STATE(9160)] = 303437, + [SMALL_STATE(9161)] = 303445, + [SMALL_STATE(9162)] = 303453, + [SMALL_STATE(9163)] = 303461, + [SMALL_STATE(9164)] = 303469, + [SMALL_STATE(9165)] = 303477, + [SMALL_STATE(9166)] = 303485, + [SMALL_STATE(9167)] = 303493, + [SMALL_STATE(9168)] = 303501, + [SMALL_STATE(9169)] = 303509, + [SMALL_STATE(9170)] = 303517, + [SMALL_STATE(9171)] = 303525, + [SMALL_STATE(9172)] = 303533, + [SMALL_STATE(9173)] = 303541, + [SMALL_STATE(9174)] = 303549, + [SMALL_STATE(9175)] = 303557, + [SMALL_STATE(9176)] = 303565, + [SMALL_STATE(9177)] = 303573, + [SMALL_STATE(9178)] = 303581, + [SMALL_STATE(9179)] = 303589, + [SMALL_STATE(9180)] = 303599, + [SMALL_STATE(9181)] = 303607, + [SMALL_STATE(9182)] = 303615, + [SMALL_STATE(9183)] = 303623, + [SMALL_STATE(9184)] = 303631, + [SMALL_STATE(9185)] = 303639, + [SMALL_STATE(9186)] = 303647, + [SMALL_STATE(9187)] = 303655, + [SMALL_STATE(9188)] = 303663, + [SMALL_STATE(9189)] = 303671, + [SMALL_STATE(9190)] = 303679, + [SMALL_STATE(9191)] = 303687, + [SMALL_STATE(9192)] = 303695, + [SMALL_STATE(9193)] = 303703, + [SMALL_STATE(9194)] = 303711, + [SMALL_STATE(9195)] = 303719, + [SMALL_STATE(9196)] = 303727, + [SMALL_STATE(9197)] = 303735, + [SMALL_STATE(9198)] = 303743, + [SMALL_STATE(9199)] = 303751, + [SMALL_STATE(9200)] = 303759, + [SMALL_STATE(9201)] = 303767, + [SMALL_STATE(9202)] = 303775, + [SMALL_STATE(9203)] = 303783, + [SMALL_STATE(9204)] = 303791, + [SMALL_STATE(9205)] = 303799, + [SMALL_STATE(9206)] = 303807, + [SMALL_STATE(9207)] = 303815, + [SMALL_STATE(9208)] = 303823, + [SMALL_STATE(9209)] = 303831, + [SMALL_STATE(9210)] = 303841, + [SMALL_STATE(9211)] = 303849, + [SMALL_STATE(9212)] = 303857, + [SMALL_STATE(9213)] = 303867, + [SMALL_STATE(9214)] = 303877, + [SMALL_STATE(9215)] = 303885, + [SMALL_STATE(9216)] = 303893, + [SMALL_STATE(9217)] = 303901, + [SMALL_STATE(9218)] = 303909, + [SMALL_STATE(9219)] = 303917, + [SMALL_STATE(9220)] = 303925, + [SMALL_STATE(9221)] = 303933, + [SMALL_STATE(9222)] = 303941, + [SMALL_STATE(9223)] = 303949, + [SMALL_STATE(9224)] = 303957, + [SMALL_STATE(9225)] = 303965, + [SMALL_STATE(9226)] = 303973, + [SMALL_STATE(9227)] = 303981, + [SMALL_STATE(9228)] = 303989, + [SMALL_STATE(9229)] = 303997, + [SMALL_STATE(9230)] = 304005, + [SMALL_STATE(9231)] = 304013, + [SMALL_STATE(9232)] = 304021, + [SMALL_STATE(9233)] = 304029, + [SMALL_STATE(9234)] = 304037, + [SMALL_STATE(9235)] = 304045, + [SMALL_STATE(9236)] = 304053, + [SMALL_STATE(9237)] = 304061, + [SMALL_STATE(9238)] = 304069, + [SMALL_STATE(9239)] = 304077, + [SMALL_STATE(9240)] = 304085, + [SMALL_STATE(9241)] = 304093, + [SMALL_STATE(9242)] = 304101, + [SMALL_STATE(9243)] = 304109, + [SMALL_STATE(9244)] = 304117, + [SMALL_STATE(9245)] = 304125, + [SMALL_STATE(9246)] = 304133, + [SMALL_STATE(9247)] = 304141, + [SMALL_STATE(9248)] = 304149, + [SMALL_STATE(9249)] = 304157, + [SMALL_STATE(9250)] = 304165, + [SMALL_STATE(9251)] = 304173, + [SMALL_STATE(9252)] = 304181, + [SMALL_STATE(9253)] = 304189, + [SMALL_STATE(9254)] = 304197, + [SMALL_STATE(9255)] = 304205, + [SMALL_STATE(9256)] = 304213, + [SMALL_STATE(9257)] = 304221, + [SMALL_STATE(9258)] = 304229, + [SMALL_STATE(9259)] = 304237, + [SMALL_STATE(9260)] = 304245, + [SMALL_STATE(9261)] = 304253, + [SMALL_STATE(9262)] = 304261, + [SMALL_STATE(9263)] = 304269, + [SMALL_STATE(9264)] = 304277, + [SMALL_STATE(9265)] = 304285, + [SMALL_STATE(9266)] = 304293, + [SMALL_STATE(9267)] = 304301, + [SMALL_STATE(9268)] = 304309, + [SMALL_STATE(9269)] = 304317, + [SMALL_STATE(9270)] = 304325, + [SMALL_STATE(9271)] = 304333, + [SMALL_STATE(9272)] = 304341, + [SMALL_STATE(9273)] = 304349, + [SMALL_STATE(9274)] = 304357, + [SMALL_STATE(9275)] = 304367, + [SMALL_STATE(9276)] = 304375, + [SMALL_STATE(9277)] = 304383, + [SMALL_STATE(9278)] = 304391, + [SMALL_STATE(9279)] = 304399, + [SMALL_STATE(9280)] = 304407, + [SMALL_STATE(9281)] = 304415, + [SMALL_STATE(9282)] = 304423, + [SMALL_STATE(9283)] = 304431, + [SMALL_STATE(9284)] = 304439, + [SMALL_STATE(9285)] = 304447, + [SMALL_STATE(9286)] = 304455, + [SMALL_STATE(9287)] = 304463, + [SMALL_STATE(9288)] = 304471, + [SMALL_STATE(9289)] = 304479, + [SMALL_STATE(9290)] = 304487, + [SMALL_STATE(9291)] = 304495, + [SMALL_STATE(9292)] = 304503, + [SMALL_STATE(9293)] = 304511, + [SMALL_STATE(9294)] = 304519, + [SMALL_STATE(9295)] = 304527, + [SMALL_STATE(9296)] = 304535, + [SMALL_STATE(9297)] = 304543, + [SMALL_STATE(9298)] = 304551, + [SMALL_STATE(9299)] = 304559, + [SMALL_STATE(9300)] = 304567, + [SMALL_STATE(9301)] = 304575, + [SMALL_STATE(9302)] = 304583, + [SMALL_STATE(9303)] = 304591, + [SMALL_STATE(9304)] = 304599, + [SMALL_STATE(9305)] = 304607, + [SMALL_STATE(9306)] = 304615, + [SMALL_STATE(9307)] = 304623, + [SMALL_STATE(9308)] = 304631, + [SMALL_STATE(9309)] = 304639, + [SMALL_STATE(9310)] = 304647, + [SMALL_STATE(9311)] = 304655, + [SMALL_STATE(9312)] = 304663, + [SMALL_STATE(9313)] = 304671, + [SMALL_STATE(9314)] = 304679, + [SMALL_STATE(9315)] = 304687, + [SMALL_STATE(9316)] = 304695, + [SMALL_STATE(9317)] = 304703, + [SMALL_STATE(9318)] = 304711, + [SMALL_STATE(9319)] = 304719, + [SMALL_STATE(9320)] = 304727, + [SMALL_STATE(9321)] = 304735, + [SMALL_STATE(9322)] = 304743, + [SMALL_STATE(9323)] = 304751, + [SMALL_STATE(9324)] = 304759, + [SMALL_STATE(9325)] = 304767, + [SMALL_STATE(9326)] = 304775, + [SMALL_STATE(9327)] = 304783, + [SMALL_STATE(9328)] = 304791, + [SMALL_STATE(9329)] = 304799, + [SMALL_STATE(9330)] = 304807, + [SMALL_STATE(9331)] = 304815, + [SMALL_STATE(9332)] = 304823, + [SMALL_STATE(9333)] = 304831, + [SMALL_STATE(9334)] = 304839, + [SMALL_STATE(9335)] = 304847, + [SMALL_STATE(9336)] = 304855, + [SMALL_STATE(9337)] = 304863, + [SMALL_STATE(9338)] = 304871, + [SMALL_STATE(9339)] = 304879, + [SMALL_STATE(9340)] = 304887, + [SMALL_STATE(9341)] = 304895, + [SMALL_STATE(9342)] = 304903, + [SMALL_STATE(9343)] = 304911, + [SMALL_STATE(9344)] = 304919, + [SMALL_STATE(9345)] = 304927, + [SMALL_STATE(9346)] = 304935, + [SMALL_STATE(9347)] = 304943, + [SMALL_STATE(9348)] = 304951, + [SMALL_STATE(9349)] = 304959, + [SMALL_STATE(9350)] = 304967, + [SMALL_STATE(9351)] = 304975, + [SMALL_STATE(9352)] = 304983, + [SMALL_STATE(9353)] = 304991, + [SMALL_STATE(9354)] = 304999, + [SMALL_STATE(9355)] = 305007, + [SMALL_STATE(9356)] = 305015, + [SMALL_STATE(9357)] = 305023, + [SMALL_STATE(9358)] = 305031, +}; + +static const TSParseActionEntry ts_parse_actions[] = { + [0] = {.entry = {.count = 0, .reusable = false}}, + [1] = {.entry = {.count = 1, .reusable = false}}, RECOVER(), + [3] = {.entry = {.count = 1, .reusable = false}}, SHIFT_EXTRA(), + [5] = {.entry = {.count = 1, .reusable = true}}, SHIFT_EXTRA(), + [7] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 0, 0, 0), + [9] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1144), + [11] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2422), + [13] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2422), + [15] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1745), + [17] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2391), + [19] = {.entry = {.count = 1, .reusable = false}}, SHIFT(185), + [21] = {.entry = {.count = 1, .reusable = false}}, SHIFT(990), + [23] = {.entry = {.count = 1, .reusable = false}}, SHIFT(194), + [25] = {.entry = {.count = 1, .reusable = false}}, SHIFT(991), + [27] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2689), + [29] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2689), + [31] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2720), + [33] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6272), + [35] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1692), + [37] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6140), + [39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2822), + [41] = {.entry = {.count = 1, .reusable = true}}, SHIFT(355), + [43] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149), + [45] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1127), + [47] = {.entry = {.count = 1, .reusable = false}}, SHIFT(230), + [49] = {.entry = {.count = 1, .reusable = false}}, SHIFT(623), + [51] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1139), + [53] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2725), + [55] = {.entry = {.count = 1, .reusable = false}}, SHIFT(639), + [57] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33), + [59] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2733), + [61] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2777), + [63] = {.entry = {.count = 1, .reusable = false}}, SHIFT(204), + [65] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8657), + [67] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1475), + [69] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2725), + [71] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1141), + [73] = {.entry = {.count = 1, .reusable = true}}, SHIFT(720), + [75] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1140), + [77] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5995), + [79] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4693), + [81] = {.entry = {.count = 1, .reusable = false}}, SHIFT(205), + [83] = {.entry = {.count = 1, .reusable = false}}, SHIFT(619), + [85] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5029), + [87] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5754), + [89] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5861), + [91] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2121), + [93] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5765), + [95] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5727), + [97] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5176), + [99] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2122), + [101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5852), + [103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4792), + [105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9034), + [107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6404), + [109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3852), + [111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5705), + [113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5715), + [115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5405), + [117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2984), + [119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2877), + [121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2356), + [123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3063), + [125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3074), + [127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2893), + [129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2893), + [131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2971), + [133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2971), + [135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(989), + [137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8884), + [139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2885), + [141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(602), + [143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1144), + [145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4939), + [147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5001), + [149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2810), + [151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7106), + [153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(388), + [155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3912), + [157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7751), + [159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7859), + [161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5795), + [163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6488), + [165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6583), + [167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2981), + [169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4950), + [171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7304), + [173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4596), + [175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2948), + [177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1701), + [179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1701), + [181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1693), + [183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1696), + [185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(152), + [187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(847), + [189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(151), + [191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(993), + [193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(334), + [195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(132), + [197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1025), + [199] = {.entry = {.count = 1, .reusable = false}}, SHIFT(68), + [201] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2185), + [203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(172), + [205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3905), + [207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4910), + [209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5408), + [211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4911), + [213] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4877), + [215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4931), + [217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4913), + [219] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3936), + [221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4905), + [223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4905), + [225] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3949), + [227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3949), + [229] = {.entry = {.count = 1, .reusable = false}}, SHIFT(998), + [231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9122), + [233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1798), + [235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(846), + [237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(994), + [239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1805), + [241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(66), + [243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5413), + [245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(996), + [247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1844), + [249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1896), + [251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1821), + [253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(90), + [255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(851), + [257] = {.entry = {.count = 1, .reusable = false}}, SHIFT(92), + [259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1837), + [261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1935), + [263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1034), + [265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(88), + [267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1904), + [269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1037), + [271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1752), + [273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1839), + [275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1046), + [277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(850), + [279] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 2, 0, 0), + [281] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 1, 0, 0), + [283] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 3, 0, 0), + [285] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 4, 0, 0), + [287] = {.entry = {.count = 1, .reusable = false}}, SHIFT(769), + [289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1209), + [291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1209), + [293] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1014), + [295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1193), + [297] = {.entry = {.count = 1, .reusable = false}}, SHIFT(120), + [299] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_statements, 3, 0, 0), + [301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(123), + [303] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1387), + [305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1387), + [307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1373), + [309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6291), + [311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(988), + [313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6176), + [315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1437), + [317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(363), + [319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(141), + [321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(772), + [323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(224), + [325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(731), + [327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(767), + [329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1443), + [331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(615), + [333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46), + [335] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_statements, 3, 0, 0), + [337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1442), + [339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1386), + [341] = {.entry = {.count = 1, .reusable = false}}, SHIFT(228), + [343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8965), + [345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1443), + [347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(770), + [349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(614), + [351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(773), + [353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5911), + [355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4697), + [357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(229), + [359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(653), + [361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(124), + [363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5889), + [365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5854), + [367] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5855), + [369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4774), + [371] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9256), + [373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1436), + [375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(621), + [377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(769), + [379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4957), + [381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5015), + [383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1382), + [385] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_statements, 2, 0, 0), + [387] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_statements, 2, 0, 0), + [389] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1705), + [391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5391), + [393] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5271), + [395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5272), + [397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5272), + [399] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1449), + [401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3751), + [403] = {.entry = {.count = 1, .reusable = false}}, SHIFT(63), + [405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5349), + [407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2870), + [409] = {.entry = {.count = 1, .reusable = false}}, SHIFT(56), + [411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1944), + [413] = {.entry = {.count = 1, .reusable = false}}, SHIFT(69), + [415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(883), + [417] = {.entry = {.count = 1, .reusable = false}}, SHIFT(58), + [419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3277), + [421] = {.entry = {.count = 1, .reusable = false}}, SHIFT(72), + [423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3420), + [425] = {.entry = {.count = 1, .reusable = false}}, SHIFT(74), + [427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1256), + [429] = {.entry = {.count = 1, .reusable = false}}, SHIFT(82), + [431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1893), + [433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(76), + [435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1023), + [437] = {.entry = {.count = 1, .reusable = false}}, SHIFT(96), + [439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1924), + [441] = {.entry = {.count = 1, .reusable = false}}, SHIFT(78), + [443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2661), + [445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2452), + [447] = {.entry = {.count = 1, .reusable = false}}, SHIFT(80), + [449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1875), + [451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1368), + [453] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_prefix_expression, 2, 0, 27), + [455] = {.entry = {.count = 1, .reusable = false}}, SHIFT(856), + [457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(856), + [459] = {.entry = {.count = 1, .reusable = false}}, SHIFT(191), + [461] = {.entry = {.count = 1, .reusable = false}}, SHIFT(189), + [463] = {.entry = {.count = 1, .reusable = false}}, SHIFT(911), + [465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(911), + [467] = {.entry = {.count = 1, .reusable = false}}, SHIFT(887), + [469] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6296), + [471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1694), + [473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6152), + [475] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_prefix_expression, 2, 0, 27), + [477] = {.entry = {.count = 1, .reusable = false}}, SHIFT(888), + [479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1158), + [481] = {.entry = {.count = 1, .reusable = false}}, SHIFT(211), + [483] = {.entry = {.count = 1, .reusable = false}}, SHIFT(724), + [485] = {.entry = {.count = 1, .reusable = false}}, SHIFT(664), + [487] = {.entry = {.count = 1, .reusable = false}}, SHIFT(889), + [489] = {.entry = {.count = 1, .reusable = false}}, SHIFT(902), + [491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(884), + [493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4900), + [495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4968), + [497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(886), + [499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1774), + [501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(84), + [503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2983), + [505] = {.entry = {.count = 1, .reusable = false}}, SHIFT(86), + [507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1258), + [509] = {.entry = {.count = 1, .reusable = false}}, SHIFT(94), + [511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7386), + [513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1278), + [515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2711), + [517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7209), + [519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(910), + [521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8353), + [523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4675), + [525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4678), + [527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8551), + [529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3741), + [531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2531), + [533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7613), + [535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1784), + [537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(880), + [539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1831), + [541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1939), + [543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7995), + [545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7538), + [547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3320), + [549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2843), + [551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3488), + [553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2881), + [555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1902), + [557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6726), + [559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1909), + [561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(937), + [563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2609), + [565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2908), + [567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1371), + [569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4617), + [571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1776), + [573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4684), + [575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2990), + [577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2418), + [579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1035), + [581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3227), + [583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1878), + [585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1248), + [587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(852), + [589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2727), + [591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1264), + [593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4619), + [595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1024), + [597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2599), + [599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1400), + [601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2937), + [603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1189), + [605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7247), + [607] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1026), + [609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4947), + [611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(741), + [613] = {.entry = {.count = 1, .reusable = false}}, SHIFT(106), + [615] = {.entry = {.count = 1, .reusable = false}}, SHIFT(105), + [617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(797), + [619] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__contextual_simple_identifier, 1, 0, 0), + [621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(357), + [623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(145), + [625] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__contextual_simple_identifier, 1, 0, 0), + [627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(738), + [629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(704), + [631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(737), + [633] = {.entry = {.count = 1, .reusable = false}}, SHIFT(904), + [635] = {.entry = {.count = 1, .reusable = false}}, SHIFT(638), + [637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35), + [639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(904), + [641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(736), + [643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(635), + [645] = {.entry = {.count = 1, .reusable = false}}, SHIFT(740), + [647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(644), + [649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(741), + [651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4946), + [653] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3387), + [655] = {.entry = {.count = 1, .reusable = false}}, SHIFT(763), + [657] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1170), + [659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1170), + [661] = {.entry = {.count = 1, .reusable = false}}, SHIFT(119), + [663] = {.entry = {.count = 1, .reusable = false}}, SHIFT(118), + [665] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1251), + [667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1251), + [669] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1240), + [671] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6313), + [673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(974), + [675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6177), + [677] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1342), + [679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(360), + [681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142), + [683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(762), + [685] = {.entry = {.count = 1, .reusable = false}}, SHIFT(227), + [687] = {.entry = {.count = 1, .reusable = false}}, SHIFT(651), + [689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(766), + [691] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1242), + [693] = {.entry = {.count = 1, .reusable = false}}, SHIFT(578), + [695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(53), + [697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1241), + [699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1249), + [701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1242), + [703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(764), + [705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(576), + [707] = {.entry = {.count = 1, .reusable = false}}, SHIFT(765), + [709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1340), + [711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(580), + [713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(763), + [715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4959), + [717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4993), + [719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1247), + [721] = {.entry = {.count = 1, .reusable = false}}, SHIFT(121), + [723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39), + [725] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_control_transfer_statement, 1, 0, 0), + [727] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_control_transfer_statement, 1, 0, 0), + [729] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1178), + [731] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2334), + [733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2334), + [735] = {.entry = {.count = 1, .reusable = false}}, SHIFT(125), + [737] = {.entry = {.count = 1, .reusable = false}}, SHIFT(130), + [739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(131), + [741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(148), + [743] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4835), + [745] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4734), + [747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1079), + [749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1165), + [751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1150), + [753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(659), + [755] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1151), + [757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(679), + [759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1178), + [761] = {.entry = {.count = 1, .reusable = false}}, SHIFT(844), + [763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(844), + [765] = {.entry = {.count = 1, .reusable = false}}, SHIFT(126), + [767] = {.entry = {.count = 1, .reusable = false}}, SHIFT(129), + [769] = {.entry = {.count = 1, .reusable = false}}, SHIFT(128), + [771] = {.entry = {.count = 1, .reusable = false}}, SHIFT(127), + [773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5740), + [775] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5435), + [777] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5741), + [779] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5119), + [781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5119), + [783] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1682), + [785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8720), + [787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2818), + [789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5435), + [791] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6239), + [793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6239), + [795] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4932), + [797] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1684), + [799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8567), + [801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1445), + [803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8655), + [805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1255), + [807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8943), + [809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3431), + [811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8850), + [813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2987), + [815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8816), + [817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(973), + [819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8938), + [821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2512), + [823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8592), + [825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3554), + [827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8867), + [829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3746), + [831] = {.entry = {.count = 1, .reusable = false}}, SHIFT(184), + [833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43), + [835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(153), + [837] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5078), + [839] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4402), + [841] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7016), + [843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1512), + [845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6798), + [847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6846), + [849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6841), + [851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6763), + [853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7013), + [855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6359), + [857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6276), + [859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6363), + [861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3932), + [863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3929), + [865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7052), + [867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2135), + [869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2137), + [871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6305), + [873] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1121), + [875] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2212), + [877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2212), + [879] = {.entry = {.count = 1, .reusable = false}}, SHIFT(170), + [881] = {.entry = {.count = 1, .reusable = false}}, SHIFT(175), + [883] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2472), + [885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2472), + [887] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2555), + [889] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6269), + [891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1688), + [893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6207), + [895] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2528), + [897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(362), + [899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146), + [901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1124), + [903] = {.entry = {.count = 1, .reusable = false}}, SHIFT(222), + [905] = {.entry = {.count = 1, .reusable = false}}, SHIFT(730), + [907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1119), + [909] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2613), + [911] = {.entry = {.count = 1, .reusable = false}}, SHIFT(723), + [913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(44), + [915] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2627), + [917] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2463), + [919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2613), + [921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1108), + [923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(722), + [925] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1115), + [927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2589), + [929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(593), + [931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1121), + [933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4952), + [935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5020), + [937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2451), + [939] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1229), + [941] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2778), + [943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2778), + [945] = {.entry = {.count = 1, .reusable = false}}, SHIFT(202), + [947] = {.entry = {.count = 1, .reusable = false}}, SHIFT(200), + [949] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3483), + [951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3483), + [953] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3398), + [955] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6281), + [957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1699), + [959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6214), + [961] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3437), + [963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154), + [965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147), + [967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1227), + [969] = {.entry = {.count = 1, .reusable = false}}, SHIFT(218), + [971] = {.entry = {.count = 1, .reusable = false}}, SHIFT(728), + [973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1212), + [975] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3154), + [977] = {.entry = {.count = 1, .reusable = false}}, SHIFT(647), + [979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36), + [981] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3152), + [983] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3445), + [985] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5076), + [987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3154), + [989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1228), + [991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(645), + [993] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4430), + [995] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1205), + [997] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6856), + [999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3428), + [1001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1495), + [1003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1229), + [1005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4956), + [1007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5009), + [1009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3433), + [1011] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1177), + [1013] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2676), + [1015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2676), + [1017] = {.entry = {.count = 1, .reusable = false}}, SHIFT(192), + [1019] = {.entry = {.count = 1, .reusable = false}}, SHIFT(190), + [1021] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2980), + [1023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2980), + [1025] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2982), + [1027] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6262), + [1029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1695), + [1031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6149), + [1033] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3075), + [1035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(364), + [1037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(144), + [1039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1166), + [1041] = {.entry = {.count = 1, .reusable = false}}, SHIFT(225), + [1043] = {.entry = {.count = 1, .reusable = false}}, SHIFT(732), + [1045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1173), + [1047] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3015), + [1049] = {.entry = {.count = 1, .reusable = false}}, SHIFT(590), + [1051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49), + [1053] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2988), + [1055] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2978), + [1057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3015), + [1059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1174), + [1061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(586), + [1063] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1167), + [1065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3073), + [1067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(592), + [1069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1177), + [1071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4953), + [1073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4987), + [1075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2974), + [1077] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1226), + [1079] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2805), + [1081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2805), + [1083] = {.entry = {.count = 1, .reusable = false}}, SHIFT(197), + [1085] = {.entry = {.count = 1, .reusable = false}}, SHIFT(196), + [1087] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3407), + [1089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3407), + [1091] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3149), + [1093] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6242), + [1095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1697), + [1097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6165), + [1099] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3399), + [1101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(361), + [1103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143), + [1105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1194), + [1107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(220), + [1109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(729), + [1111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1196), + [1113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3269), + [1115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(692), + [1117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(38), + [1119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3402), + [1121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3403), + [1123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3269), + [1125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1197), + [1127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(658), + [1129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1198), + [1131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3375), + [1133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(595), + [1135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1226), + [1137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4958), + [1139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4994), + [1141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3379), + [1143] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_value_argument_label, 1, 0, 37), + [1145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(336), + [1147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(663), + [1149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4934), + [1151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4908), + [1153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1320), + [1155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2936), + [1157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2936), + [1159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2912), + [1161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(209), + [1163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(223), + [1165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3677), + [1167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3677), + [1169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3738), + [1171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6257), + [1173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1702), + [1175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6162), + [1177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3739), + [1179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(359), + [1181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150), + [1183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1325), + [1185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(214), + [1187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(573), + [1189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1321), + [1191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3673), + [1193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(627), + [1195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32), + [1197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3718), + [1199] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3753), + [1201] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4936), + [1203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3673), + [1205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1326), + [1207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(626), + [1209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1327), + [1211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3702), + [1213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(629), + [1215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1320), + [1217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4928), + [1219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5004), + [1221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3721), + [1223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4954), + [1225] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4933), + [1227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4924), + [1229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2928), + [1231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(199), + [1233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(531), + [1235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5372), + [1237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2732), + [1239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2735), + [1241] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__interpolation_contents, 3, 0, 79), + [1243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(912), + [1245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(914), + [1247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(861), + [1249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(950), + [1251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(951), + [1253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(960), + [1255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(961), + [1257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2811), + [1259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2812), + [1261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3755), + [1263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3757), + [1265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3709), + [1267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3710), + [1269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3758), + [1271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3759), + [1273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2396), + [1275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3195), + [1277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3197), + [1279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2724), + [1281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3323), + [1283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3333), + [1285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3349), + [1287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3350), + [1289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3578), + [1291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3583), + [1293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2761), + [1295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3115), + [1297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3116), + [1299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3137), + [1301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3138), + [1303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2483), + [1305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2547), + [1307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2225), + [1309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2581), + [1311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2583), + [1313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2536), + [1315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2556), + [1317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1394), + [1319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1349), + [1321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1187), + [1323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1420), + [1325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1421), + [1327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1429), + [1329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1430), + [1331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3026), + [1333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7363), + [1335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2444), + [1337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3059), + [1339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7394), + [1341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3067), + [1343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7401), + [1345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1284), + [1347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3002), + [1349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1154), + [1351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1319), + [1353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2969), + [1355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1334), + [1357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2900), + [1359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1276), + [1361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1310), + [1363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1346), + [1365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2756), + [1367] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__interpolation_contents, 2, 0, 39), + [1369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2763), + [1371] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1826), + [1373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1826), + [1375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6386), + [1377] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__tuple_type_item_identifier, 2, 0, 11), SHIFT(856), + [1380] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__tuple_type_item_identifier, 2, 0, 11), SHIFT(856), + [1383] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__tuple_type_item_identifier, 2, 0, 11), SHIFT(191), + [1386] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__tuple_type_item_identifier, 2, 0, 11), SHIFT(189), + [1389] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__tuple_type_item_identifier, 2, 0, 11), SHIFT(357), + [1392] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__tuple_type_item_identifier, 2, 0, 11), SHIFT(145), + [1395] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__tuple_type_item_identifier, 2, 0, 11), + [1397] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__tuple_type_item_identifier, 2, 0, 11), SHIFT(1158), + [1400] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__tuple_type_item_identifier, 2, 0, 11), + [1402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6045), + [1404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2580), + [1406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1593), + [1408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4963), + [1410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5315), + [1412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5406), + [1414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5065), + [1416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1614), + [1418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3941), + [1420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5407), + [1422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4961), + [1424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2415), + [1426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3945), + [1428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2369), + [1430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5321), + [1432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2461), + [1434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2647), + [1436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6042), + [1438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2575), + [1440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5060), + [1442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9149), + [1444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(935), + [1446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9271), + [1448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3270), + [1450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9334), + [1452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1419), + [1454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9165), + [1456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1308), + [1458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9078), + [1460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3110), + [1462] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__binding_pattern_with_expr, 2, 0, 0), + [1464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9331), + [1466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1318), + [1468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9089), + [1470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3688), + [1472] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_value_argument_repeat1, 2, 0, 78), SHIFT(856), + [1475] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_value_argument_repeat1, 2, 0, 78), SHIFT(856), + [1478] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_value_argument_repeat1, 2, 0, 78), SHIFT(191), + [1481] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_value_argument_repeat1, 2, 0, 78), SHIFT(189), + [1484] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_value_argument_repeat1, 2, 0, 78), + [1486] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_value_argument_repeat1, 2, 0, 78), SHIFT(211), + [1489] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_value_argument_repeat1, 2, 0, 78), SHIFT(724), + [1492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9046), + [1494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2864), + [1496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9123), + [1498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(947), + [1500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9032), + [1502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2665), + [1504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9257), + [1506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2570), + [1508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9069), + [1510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3765), + [1512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8982), + [1514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3047), + [1516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9236), + [1518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3058), + [1520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9110), + [1522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3322), + [1524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9030), + [1526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3645), + [1528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9152), + [1530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1402), + [1532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9338), + [1534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2710), + [1536] = {.entry = {.count = 1, .reusable = false}}, SHIFT(600), + [1538] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__attribute_argument_repeat1, 2, 0, 0), SHIFT(856), + [1541] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__attribute_argument_repeat1, 2, 0, 0), SHIFT(856), + [1544] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__attribute_argument_repeat1, 2, 0, 0), SHIFT(191), + [1547] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__attribute_argument_repeat1, 2, 0, 0), SHIFT(189), + [1550] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__attribute_argument_repeat1, 2, 0, 0), + [1552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(700), + [1554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(733), + [1556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(670), + [1558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(677), + [1560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(685), + [1562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(695), + [1564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(702), + [1566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(711), + [1568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(718), + [1570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3774), + [1572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3763), + [1574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3069), + [1576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2680), + [1578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2532), + [1580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1425), + [1582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2552), + [1584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2703), + [1586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2475), + [1588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(944), + [1590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(945), + [1592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3750), + [1594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1303), + [1596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1306), + [1598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1315), + [1600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1316), + [1602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1432), + [1604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(963), + [1606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2564), + [1608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2767), + [1610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1328), + [1612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2845), + [1614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2708), + [1616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3353), + [1618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(930), + [1620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3132), + [1622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3762), + [1624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1398), + [1626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2860), + [1628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1336), + [1630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(933), + [1632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3141), + [1634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3041), + [1636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3045), + [1638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1413), + [1640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3054), + [1642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3056), + [1644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3249), + [1646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3632), + [1648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3263), + [1650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4941), + [1652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3636), + [1654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3305), + [1656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3307), + [1658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1417), + [1660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3106), + [1662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3679), + [1664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3107), + [1666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3685), + [1668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(956), + [1670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3064), + [1672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2441), + [1674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3346), + [1676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2820), + [1678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1390), + [1680] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1272), + [1682] = {.entry = {.count = 1, .reusable = false}}, SHIFT(114), + [1684] = {.entry = {.count = 1, .reusable = false}}, SHIFT(117), + [1686] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3009), + [1688] = {.entry = {.count = 1, .reusable = false}}, SHIFT(137), + [1690] = {.entry = {.count = 1, .reusable = false}}, SHIFT(193), + [1692] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2438), + [1694] = {.entry = {.count = 1, .reusable = false}}, SHIFT(133), + [1696] = {.entry = {.count = 1, .reusable = false}}, SHIFT(173), + [1698] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3460), + [1700] = {.entry = {.count = 1, .reusable = false}}, SHIFT(139), + [1702] = {.entry = {.count = 1, .reusable = false}}, SHIFT(198), + [1704] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2844), + [1706] = {.entry = {.count = 1, .reusable = false}}, SHIFT(135), + [1708] = {.entry = {.count = 1, .reusable = false}}, SHIFT(187), + [1710] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1356), + [1712] = {.entry = {.count = 1, .reusable = false}}, SHIFT(116), + [1714] = {.entry = {.count = 1, .reusable = false}}, SHIFT(122), + [1716] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3698), + [1718] = {.entry = {.count = 1, .reusable = false}}, SHIFT(140), + [1720] = {.entry = {.count = 1, .reusable = false}}, SHIFT(207), + [1722] = {.entry = {.count = 1, .reusable = false}}, SHIFT(896), + [1724] = {.entry = {.count = 1, .reusable = false}}, SHIFT(47), + [1726] = {.entry = {.count = 1, .reusable = false}}, SHIFT(104), + [1728] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3147), + [1730] = {.entry = {.count = 1, .reusable = false}}, SHIFT(138), + [1732] = {.entry = {.count = 1, .reusable = false}}, SHIFT(201), + [1734] = {.entry = {.count = 1, .reusable = false}}, SHIFT(136), + [1736] = {.entry = {.count = 1, .reusable = false}}, SHIFT(195), + [1738] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__contextual_simple_identifier, 1, 0, 0), SHIFT(844), + [1741] = {.entry = {.count = 1, .reusable = false}}, SHIFT(735), + [1743] = {.entry = {.count = 1, .reusable = false}}, SHIFT(734), + [1745] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__contextual_simple_identifier, 1, 0, 0), SHIFT(3373), + [1748] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__contextual_simple_identifier, 1, 0, 0), SHIFT(4453), + [1751] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4712), + [1753] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4871), + [1755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5780), + [1757] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__three_dot_operator, 1, 0, 0), + [1759] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__three_dot_operator, 1, 0, 0), + [1761] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_custom_operator, 1, 0, 0), + [1763] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_custom_operator, 1, 0, 0), + [1765] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__prefix_unary_operator, 1, 0, 0), REDUCE(sym_referenceable_operator, 1, 0, 0), + [1768] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__prefix_unary_operator, 1, 0, 0), + [1770] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__prefix_unary_operator, 1, 0, 0), + [1772] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_referenceable_operator, 1, 0, 0), + [1774] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__prefix_unary_operator, 1, 0, 0), REDUCE(sym_referenceable_operator, 1, 0, 0), + [1777] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_referenceable_operator, 1, 0, 0), + [1779] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__range_operator, 1, 0, 0), + [1781] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__range_operator, 1, 0, 0), + [1783] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_open_end_range_expression, 2, 0, 23), + [1785] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_open_end_range_expression, 2, 0, 23), + [1787] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__additive_operator, 1, 0, 0), REDUCE(sym__prefix_unary_operator, 1, 0, 0), + [1790] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__additive_operator, 1, 0, 0), + [1792] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__additive_operator, 1, 0, 0), REDUCE(sym__prefix_unary_operator, 1, 0, 0), + [1795] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__additive_operator, 1, 0, 0), + [1797] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_bang, 1, 0, 0), + [1799] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bang, 1, 0, 0), + [1801] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__primary_expression, 1, 0, 4), + [1803] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__primary_expression, 1, 0, 4), + [1805] = {.entry = {.count = 1, .reusable = false}}, SHIFT(859), + [1807] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expr_hack_at_ternary_binary_suffix, 1, 0, 0), + [1809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(238), + [1811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(239), + [1813] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expr_hack_at_ternary_binary_suffix, 1, 0, 0), + [1815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(929), + [1817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(476), + [1819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1640), + [1821] = {.entry = {.count = 1, .reusable = false}}, SHIFT(467), + [1823] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_directly_assignable_expression, 1, 0, 0), + [1825] = {.entry = {.count = 1, .reusable = false}}, SHIFT(466), + [1827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(466), + [1829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(467), + [1831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(462), + [1833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4244), + [1835] = {.entry = {.count = 1, .reusable = false}}, SHIFT(661), + [1837] = {.entry = {.count = 1, .reusable = false}}, SHIFT(662), + [1839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(890), + [1841] = {.entry = {.count = 1, .reusable = false}}, SHIFT(476), + [1843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5618), + [1845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(478), + [1847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(479), + [1849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(480), + [1851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(661), + [1853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(859), + [1855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5240), + [1857] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_await_expression, 2, 0, 26), + [1859] = {.entry = {.count = 1, .reusable = false}}, SHIFT(713), + [1861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(52), + [1863] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_await_expression, 2, 0, 26), + [1865] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_value_parameter_pack, 2, 0, 0), + [1867] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_value_parameter_pack, 2, 0, 0), + [1869] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_prefix_expression, 2, 0, 28), + [1871] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_prefix_expression, 2, 0, 28), + [1873] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_value_pack_expansion, 2, 0, 0), + [1875] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_value_pack_expansion, 2, 0, 0), + [1877] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment, 3, 0, 68), + [1879] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assignment, 3, 0, 68), + [1881] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__enum_entry_suffix, 2, 0, 204), + [1883] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__enum_entry_suffix, 2, 0, 204), + [1885] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_additive_expression, 3, 0, 63), + [1887] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_additive_expression, 3, 0, 63), + [1889] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_multiplicative_expression, 3, 0, 63), + [1891] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_multiplicative_expression, 3, 0, 63), + [1893] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression_without_willset_didset, 2, 0, 43), + [1895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12), + [1897] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression_without_willset_didset, 2, 0, 43), + [1899] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_expression, 2, 0, 26), + [1901] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_expression, 2, 0, 26), + [1903] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_open_start_range_expression, 2, 0, 25), + [1905] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_open_start_range_expression, 2, 0, 25), + [1907] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_shebang_line, 3, 0, 0), + [1909] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_shebang_line, 3, 0, 0), + [1911] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1055), + [1913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1055), + [1915] = {.entry = {.count = 1, .reusable = false}}, SHIFT(756), + [1917] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__contextual_simple_identifier, 1, 0, 0), SHIFT(1055), + [1920] = {.entry = {.count = 1, .reusable = false}}, SHIFT(757), + [1922] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__contextual_simple_identifier, 1, 0, 0), SHIFT(3550), + [1925] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__contextual_simple_identifier, 1, 0, 0), SHIFT(4551), + [1928] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4727), + [1930] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4728), + [1932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5829), + [1934] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1106), + [1936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1106), + [1938] = {.entry = {.count = 1, .reusable = false}}, SHIFT(761), + [1940] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__contextual_simple_identifier, 1, 0, 0), SHIFT(1106), + [1943] = {.entry = {.count = 1, .reusable = false}}, SHIFT(758), + [1945] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__contextual_simple_identifier, 1, 0, 0), SHIFT(3529), + [1948] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__contextual_simple_identifier, 1, 0, 0), SHIFT(4527), + [1951] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4850), + [1953] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4851), + [1955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5815), + [1957] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1156), + [1959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(321), + [1961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(322), + [1963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1239), + [1965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(513), + [1967] = {.entry = {.count = 1, .reusable = false}}, SHIFT(511), + [1969] = {.entry = {.count = 1, .reusable = false}}, SHIFT(507), + [1971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(507), + [1973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(511), + [1975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(501), + [1977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4259), + [1979] = {.entry = {.count = 1, .reusable = false}}, SHIFT(587), + [1981] = {.entry = {.count = 1, .reusable = false}}, SHIFT(588), + [1983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1265), + [1985] = {.entry = {.count = 1, .reusable = false}}, SHIFT(513), + [1987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5527), + [1989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(514), + [1991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(400), + [1993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(401), + [1995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(587), + [1997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1156), + [1999] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_let_binding, 3, 0, 13), + [2001] = {.entry = {.count = 1, .reusable = false}}, SHIFT(721), + [2003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41), + [2005] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_let_binding, 3, 0, 13), + [2007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(715), + [2009] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1188), + [2011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(292), + [2013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(293), + [2015] = {.entry = {.count = 1, .reusable = false}}, SHIFT(698), + [2017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1416), + [2019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(436), + [2021] = {.entry = {.count = 1, .reusable = false}}, SHIFT(435), + [2023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15), + [2025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50), + [2027] = {.entry = {.count = 1, .reusable = false}}, SHIFT(434), + [2029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(434), + [2031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(435), + [2033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(432), + [2035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4206), + [2037] = {.entry = {.count = 1, .reusable = false}}, SHIFT(667), + [2039] = {.entry = {.count = 1, .reusable = false}}, SHIFT(668), + [2041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1427), + [2043] = {.entry = {.count = 1, .reusable = false}}, SHIFT(436), + [2045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5506), + [2047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(437), + [2049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(438), + [2051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(439), + [2053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(667), + [2055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1188), + [2057] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_where_clause, 2, 0, 0), + [2059] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_where_clause, 2, 0, 0), + [2061] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_key_path_expression, 1, 0, 0), + [2063] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_key_path_expression, 1, 0, 0), + [2065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4420), + [2067] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5045), + [2069] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_condition, 1, 0, 0), + [2071] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_condition, 1, 0, 0), + [2073] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__local_statement, 1, 0, 0), + [2075] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__local_statement, 1, 0, 0), + [2077] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_control_transfer_statement, 2, 0, 54), + [2079] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_control_transfer_statement, 2, 0, 54), + [2081] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__throw_statement, 2, 0, 0), + [2083] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__throw_statement, 2, 0, 0), + [2085] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unannotated_type, 1, 0, 0), + [2087] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unannotated_type, 1, 0, 0), + [2089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(840), + [2091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4372), + [2093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7866), + [2095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8834), + [2097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7060), + [2099] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_user_type_repeat1, 2, 0, 0), + [2101] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_user_type_repeat1, 2, 0, 0), + [2103] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_user_type_repeat1, 2, 0, 0), SHIFT_REPEAT(5539), + [2106] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameter_pack, 2, 0, 0), + [2108] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter_pack, 2, 0, 0), + [2110] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__fn_call_lambda_arguments, 1, 0, 0), + [2112] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5063), + [2114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5063), + [2116] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__fn_call_lambda_arguments, 1, 0, 0), SHIFT(5063), + [2119] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__fn_call_lambda_arguments, 1, 0, 0), + [2121] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_optional_type, 2, 0, 47), + [2123] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_optional_type, 2, 0, 47), + [2125] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__fn_call_lambda_arguments, 2, 0, 61), + [2127] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__fn_call_lambda_arguments, 2, 0, 61), SHIFT(5063), + [2130] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__fn_call_lambda_arguments, 2, 0, 61), + [2132] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__fn_call_lambda_arguments_repeat1, 2, 0, 113), + [2134] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__fn_call_lambda_arguments_repeat1, 2, 0, 113), SHIFT_REPEAT(5063), + [2137] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__fn_call_lambda_arguments_repeat1, 2, 0, 113), SHIFT_REPEAT(5063), + [2140] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__fn_call_lambda_arguments_repeat1, 2, 0, 113), + [2142] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_optional_type_repeat1, 2, 0, 0), + [2144] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_optional_type_repeat1, 2, 0, 0), + [2146] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_optional_type_repeat1, 2, 0, 0), SHIFT_REPEAT(840), + [2149] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_user_type, 1, 0, 0), + [2151] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_user_type, 1, 0, 0), + [2153] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 1, 0, 0), SHIFT(5539), + [2156] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type, 1, 0, 11), + [2158] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type, 1, 0, 11), + [2160] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8632), + [2162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4711), + [2164] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_user_type, 2, 0, 0), + [2166] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_user_type, 2, 0, 0), + [2168] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 2, 0, 0), SHIFT(5539), + [2171] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_opaque_type, 2, 0, 0), + [2173] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_opaque_type, 2, 0, 0), + [2175] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type, 2, 0, 49), + [2177] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type, 2, 0, 49), + [2179] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_existential_type, 2, 0, 0), + [2181] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_existential_type, 2, 0, 0), + [2183] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_pack_expansion, 2, 0, 0), + [2185] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_pack_expansion, 2, 0, 0), + [2187] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_protocol_composition_type_repeat1, 2, 0, 0), + [2189] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_protocol_composition_type_repeat1, 2, 0, 0), + [2191] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_user_type, 1, 0, 3), + [2193] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_user_type, 1, 0, 3), + [2195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4468), + [2197] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_arguments, 3, 0, 0), + [2199] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_arguments, 3, 0, 0), + [2201] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_metatype, 3, 0, 0), + [2203] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_metatype, 3, 0, 0), + [2205] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 3, 0, 88), + [2207] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 3, 0, 88), + [2209] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_type, 2, 0, 0), + [2211] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_type, 2, 0, 0), + [2213] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_user_type, 2, 0, 3), + [2215] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_user_type, 2, 0, 3), + [2217] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type, 3, 0, 46), + [2219] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type, 3, 0, 46), + [2221] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_type, 5, 0, 90), + [2223] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_type, 5, 0, 90), + [2225] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dictionary_type, 5, 0, 129), + [2227] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary_type, 5, 0, 129), + [2229] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_arguments, 4, 0, 0), + [2231] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_arguments, 4, 0, 0), + [2233] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_arguments, 5, 0, 0), + [2235] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_arguments, 5, 0, 0), + [2237] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__key_path_component, 1, 0, 0), + [2239] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__key_path_component, 1, 0, 0), + [2241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(834), + [2243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(835), + [2245] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_type, 4, 0, 46), + [2247] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_type, 4, 0, 46), + [2249] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__key_path_component, 2, 0, 0), + [2251] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__key_path_component, 2, 0, 0), + [2253] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__key_path_component_repeat1, 2, 0, 0), SHIFT_REPEAT(859), + [2256] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__key_path_component_repeat1, 2, 0, 0), + [2258] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__key_path_component_repeat1, 2, 0, 0), SHIFT_REPEAT(240), + [2261] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__key_path_component_repeat1, 2, 0, 0), + [2263] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__key_path_component_repeat1, 2, 0, 0), SHIFT_REPEAT(835), + [2266] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__key_path_component_repeat1, 2, 0, 0), SHIFT_REPEAT(835), + [2269] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__key_path_component_repeat1, 2, 0, 0), SHIFT_REPEAT(859), + [2272] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_type, 4, 0, 90), + [2274] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_type, 4, 0, 90), + [2276] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_suppressed_constraint, 2, 0, 45), + [2278] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_suppressed_constraint, 2, 0, 45), + [2280] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 4, 0, 130), + [2282] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 4, 0, 130), + [2284] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__immediate_quest, 1, 0, 0), + [2286] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__immediate_quest, 1, 0, 0), + [2288] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__parenthesized_type, 3, 0, 0), + [2290] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parenthesized_type, 3, 0, 0), + [2292] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_type, 1, 0, 12), + [2294] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_type, 1, 0, 12), + [2296] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_type, 3, 0, 46), + [2298] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_type, 3, 0, 46), + [2300] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_simple_identifier, 1, 0, 0), + [2302] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_identifier, 1, 0, 0), + [2304] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 5, 0, 167), + [2306] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 5, 0, 167), + [2308] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__contextual_simple_identifier, 1, 0, 0), REDUCE(sym_property_behavior_modifier, 1, 0, 0), + [2311] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_property_behavior_modifier, 1, 0, 0), + [2313] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_behavior_modifier, 1, 0, 0), + [2315] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_protocol_composition_type, 2, 0, 0), + [2317] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protocol_composition_type, 2, 0, 0), + [2319] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__fn_call_lambda_arguments_repeat1, 3, 0, 11), + [2321] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__fn_call_lambda_arguments_repeat1, 3, 0, 11), + [2323] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_statement, 4, 0, 26), + [2325] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_literal, 2, 0, 0), + [2327] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_literal, 2, 0, 0), + [2329] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_statement, 4, 0, 26), + [2331] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_literal, 3, 0, 52), + [2333] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_literal, 3, 0, 52), + [2335] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protocol_composition_type_repeat1, 2, 0, 0), SHIFT_REPEAT(4711), + [2338] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_literal, 3, 0, 0), + [2340] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_literal, 3, 0, 0), + [2342] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_literal, 4, 0, 52), + [2344] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_literal, 4, 0, 52), + [2346] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_key_path_expression, 2, 0, 0), + [2348] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_key_path_expression, 2, 0, 0), + [2350] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_key_path_expression, 3, 0, 0), + [2352] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_key_path_expression, 3, 0, 0), + [2354] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_key_path_expression_repeat1, 2, 0, 0), + [2356] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_key_path_expression_repeat1, 2, 0, 0), + [2358] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_key_path_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(5045), + [2361] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__key_path_postfixes, 2, 0, 0), + [2363] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__key_path_postfixes, 2, 0, 0), + [2365] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__key_path_postfixes, 4, 0, 0), + [2367] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__key_path_postfixes, 4, 0, 0), + [2369] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__key_path_postfixes, 3, 0, 0), + [2371] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__key_path_postfixes, 3, 0, 0), + [2373] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__compilation_condition, 2, 0, 0), + [2375] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__compilation_condition, 2, 0, 0), + [2377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5003), + [2379] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__compilation_condition, 3, 0, 0), + [2381] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__compilation_condition, 3, 0, 0), + [2383] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4427), + [2385] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_directive, 2, 0, 0), + [2387] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_directive, 2, 0, 0), + [2389] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 3, 0, 51), + [2391] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 3, 0, 51), + [2393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7177), + [2395] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__block, 3, 0, 0), + [2397] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block, 3, 0, 0), + [2399] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 4, 0, 94), + [2401] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 4, 0, 94), + [2403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7200), + [2405] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression, 1, 0, 0), + [2407] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression, 1, 0, 0), + [2409] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__simple_user_type, 1, 0, 3), REDUCE(sym_expression, 1, 0, 0), + [2412] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_expression, 1, 0, 0), SHIFT(4339), + [2415] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__block, 2, 0, 0), + [2417] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block, 2, 0, 0), + [2419] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_multi_line_string_literal, 2, 0, 0), + [2421] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_multi_line_string_literal, 2, 0, 0), + [2423] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_raw_string_literal, 1, 0, 1), + [2425] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raw_string_literal, 1, 0, 1), + [2427] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_suffix, 1, -1, 21), + [2429] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_suffix, 1, -1, 21), + [2431] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_directive, 1, 0, 0), + [2433] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_directive, 1, 0, 0), + [2435] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_boolean_literal, 1, 0, 0), + [2437] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_boolean_literal, 1, 0, 0), + [2439] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_regex_literal, 1, 0, 0), + [2441] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_regex_literal, 1, 0, 0), + [2443] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_self_expression, 1, 0, 0), + [2445] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_self_expression, 1, 0, 0), + [2447] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_postfix_expression, 2, 0, 24), + [2449] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_postfix_expression, 2, 0, 24), + [2451] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_expression, 1, 0, 0), REDUCE(sym_await_expression, 2, 1, 26), + [2454] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expression, 1, 0, 0), REDUCE(sym_await_expression, 2, 1, 26), + [2457] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__unary_expression, 1, 0, 0), REDUCE(sym_await_expression, 2, 0, 26), + [2460] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__unary_expression, 1, 0, 0), REDUCE(sym_await_expression, 2, 0, 26), + [2463] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_expression, 1, 0, 0), REDUCE(sym_try_expression, 2, 1, 26), + [2466] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expression, 1, 0, 0), REDUCE(sym_try_expression, 2, 1, 26), + [2469] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__unary_expression, 1, 0, 0), REDUCE(sym_try_expression, 2, 0, 26), + [2472] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__unary_expression, 1, 0, 0), REDUCE(sym_try_expression, 2, 0, 26), + [2475] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__extended_regex_literal, 2, 0, 0), + [2477] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__extended_regex_literal, 2, 0, 0), + [2479] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_special_literal, 2, 0, 0), + [2481] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_special_literal, 2, 0, 0), + [2483] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_diagnostic, 2, 0, 0), + [2485] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_diagnostic, 2, 0, 0), + [2487] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_raw_string_literal, 2, 0, 35), + [2489] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raw_string_literal, 2, 0, 35), + [2491] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_line_string_literal, 3, 0, 42), + [2493] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_line_string_literal, 3, 0, 42), + [2495] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_super_expression, 1, 0, 0), + [2497] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_super_expression, 1, 0, 0), + [2499] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_expression, 2, 0, 20), + [2501] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_expression, 2, 0, 20), + [2503] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_multi_line_string_literal, 3, 0, 42), + [2505] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_multi_line_string_literal, 3, 0, 42), + [2507] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_expression, 3, 0, 43), + [2509] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_expression, 3, 0, 43), + [2511] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dictionary_literal, 3, 0, 0), + [2513] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary_literal, 3, 0, 0), + [2515] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_literal, 3, 0, 46), + [2517] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_literal, 3, 0, 46), + [2519] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dictionary_literal, 3, 0, 48), + [2521] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary_literal, 3, 0, 48), + [2523] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__constructor_value_arguments, 2, 0, 0), + [2525] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__constructor_value_arguments, 2, 0, 0), + [2527] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_suffix, 2, 0, 61), + [2529] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_suffix, 2, 0, 61), + [2531] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_value_arguments, 2, 0, 0), + [2533] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_value_arguments, 2, 0, 0), + [2535] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_infix_expression, 3, 0, 63), + [2537] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_infix_expression, 3, 0, 63), + [2539] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_suffix, 2, 0, 61), + [2541] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_suffix, 2, 0, 61), + [2543] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_equality_expression, 3, 0, 63), + [2545] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_equality_expression, 3, 0, 63), + [2547] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_comparison_expression, 3, 0, 63), + [2549] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_comparison_expression, 3, 0, 63), + [2551] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_check_expression, 3, 0, 64), + [2553] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_check_expression, 3, 0, 64), + [2555] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_as_expression, 3, 0, 65), + [2557] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_as_expression, 3, 0, 65), + [2559] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_bitwise_operation, 3, 0, 63), + [2561] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bitwise_operation, 3, 0, 63), + [2563] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_navigation_suffix, 2, 0, 66), + [2565] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_navigation_suffix, 2, 0, 66), + [2567] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_conjunction_expression, 3, 0, 63), + [2569] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conjunction_expression, 3, 0, 63), + [2571] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_disjunction_expression, 3, 0, 63), + [2573] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_disjunction_expression, 3, 0, 63), + [2575] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_nil_coalescing_expression, 3, 0, 67), + [2577] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nil_coalescing_expression, 3, 0, 67), + [2579] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__multiline_regex_literal, 3, 0, 0), + [2581] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__multiline_regex_literal, 3, 0, 0), + [2583] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_invocation, 3, 1, 0), + [2585] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_invocation, 3, 1, 0), + [2587] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_suffix, 1, -1, 21), + [2589] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_suffix, 1, -1, 21), + [2591] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_expression, 4, 0, 43), + [2593] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_expression, 4, 0, 43), + [2595] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_expression, 4, 0, 84), + [2597] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_expression, 4, 0, 84), + [2599] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dictionary_literal, 4, 0, 0), + [2601] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary_literal, 4, 0, 0), + [2603] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_literal, 4, 0, 46), + [2605] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_literal, 4, 0, 46), + [2607] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_literal, 4, 0, 90), + [2609] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_literal, 4, 0, 90), + [2611] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dictionary_literal, 4, 0, 48), + [2613] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary_literal, 4, 0, 48), + [2615] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dictionary_literal, 4, 0, 92), + [2617] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary_literal, 4, 0, 92), + [2619] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__constructor_value_arguments, 3, 0, 0), + [2621] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__constructor_value_arguments, 3, 0, 0), + [2623] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_value_arguments, 3, 0, 0), + [2625] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_value_arguments, 3, 0, 0), + [2627] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expr_hack_at_ternary_binary_call, 2, 0, 0), + [2629] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expr_hack_at_ternary_binary_call, 2, 0, 0), + [2631] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_invocation, 4, 1, 0), + [2633] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_invocation, 4, 1, 0), + [2635] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_expression, 5, 0, 127), + [2637] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_expression, 5, 0, 127), + [2639] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_expression, 5, 0, 84), + [2641] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_expression, 5, 0, 84), + [2643] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_literal, 5, 0, 90), + [2645] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_literal, 5, 0, 90), + [2647] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dictionary_literal, 5, 0, 48), + [2649] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary_literal, 5, 0, 48), + [2651] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dictionary_literal, 5, 0, 92), + [2653] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary_literal, 5, 0, 92), + [2655] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 5, 0, 51), + [2657] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 5, 0, 51), + [2659] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_statement, 5, 0, 26), + [2661] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_statement, 5, 0, 26), + [2663] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__constructor_value_arguments, 4, 0, 0), + [2665] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__constructor_value_arguments, 4, 0, 0), + [2667] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_value_arguments, 4, 0, 0), + [2669] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_value_arguments, 4, 0, 0), + [2671] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ternary_expression, 5, 0, 149), + [2673] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ternary_expression, 5, 0, 149), + [2675] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_selector_expression, 5, 0, 0), + [2677] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selector_expression, 5, 0, 0), + [2679] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_key_path_string_expression, 5, 0, 0), + [2681] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_key_path_string_expression, 5, 0, 0), + [2683] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_optional_chain_marker, 2, 0, 0), + [2685] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_optional_chain_marker, 2, 0, 0), + [2687] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_expression, 6, 0, 127), + [2689] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_expression, 6, 0, 127), + [2691] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_expression, 6, 0, 165), + [2693] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_expression, 6, 0, 165), + [2695] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dictionary_literal, 6, 0, 92), + [2697] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary_literal, 6, 0, 92), + [2699] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 6, 0, 94), + [2701] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 6, 0, 94), + [2703] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__constructor_value_arguments, 5, 0, 0), + [2705] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__constructor_value_arguments, 5, 0, 0), + [2707] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_value_arguments, 5, 0, 0), + [2709] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_value_arguments, 5, 0, 0), + [2711] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_selector_expression, 6, 0, 0), + [2713] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selector_expression, 6, 0, 0), + [2715] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_expression, 7, 0, 165), + [2717] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_expression, 7, 0, 165), + [2719] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_playground_literal, 7, 0, 0), + [2721] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_playground_literal, 7, 0, 0), + [2723] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_playground_literal, 8, 0, 0), + [2725] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_playground_literal, 8, 0, 0), + [2727] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_playground_literal, 9, 0, 0), + [2729] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_playground_literal, 9, 0, 0), + [2731] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__compilation_condition, 4, 0, 0), + [2733] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__compilation_condition, 4, 0, 0), + [2735] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__compilation_condition, 5, 0, 0), + [2737] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__compilation_condition, 5, 0, 0), + [2739] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_navigation_expression, 2, 0, 22), + [2741] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_navigation_expression, 2, 0, 22), + [2743] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_expression, 2, 1, 0), + [2745] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_expression, 2, 1, 0), + [2747] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_literal, 2, 0, 0), + [2749] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_literal, 2, 0, 0), + [2751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4548), + [2753] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5048), + [2755] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_line_string_literal, 2, 0, 0), + [2757] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_line_string_literal, 2, 0, 0), + [2759] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__compilation_condition, 6, 0, 0), + [2761] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__compilation_condition, 6, 0, 0), + [2763] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_range_expression, 3, 0, 62), + [2765] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_expression, 3, 0, 62), + [2767] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__lambda_type_declaration, 3, 0, 87), + [2769] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__lambda_type_declaration, 3, 0, 87), + [2771] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__lambda_type_declaration, 3, 0, 99), + [2773] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__lambda_type_declaration, 3, 0, 99), + [2775] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__lambda_type_declaration, 2, 0, 53), + [2777] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__lambda_type_declaration, 2, 0, 53), + [2779] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__lambda_type_declaration, 2, 0, 44), + [2781] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__lambda_type_declaration, 2, 0, 44), + [2783] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__lambda_type_declaration, 4, 0, 134), + [2785] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__lambda_type_declaration, 4, 0, 134), + [2787] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__lambda_type_declaration, 3, 0, 97), + [2789] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__lambda_type_declaration, 3, 0, 97), + [2791] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_call_suffix, 1, 0, 0), REDUCE(sym_expr_hack_at_ternary_binary_call_suffix, 1, 0, 0), + [2794] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_call_suffix, 1, 0, 0), REDUCE(sym_expr_hack_at_ternary_binary_call_suffix, 1, 0, 0), + [2797] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_call_suffix, 1, 0, 0), REDUCE(sym_expr_hack_at_ternary_binary_call_suffix, 1, 0, 0), SHIFT(52), + [2801] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__lambda_type_declaration, 2, 0, 0), + [2803] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__lambda_type_declaration, 2, 0, 0), + [2805] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_suffix, 1, 0, 0), + [2807] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_suffix, 1, 0, 0), + [2809] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_constructor_suffix, 1, 0, 0), SHIFT(52), + [2812] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_suffix, 1, 0, 0), + [2814] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_suffix, 1, 0, 0), + [2816] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_call_suffix, 1, 0, 0), SHIFT(52), + [2819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4512), + [2821] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5058), + [2823] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_modifier, 1, 0, 0), + [2825] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_modifier, 1, 0, 0), + [2827] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_visibility_modifier, 1, 0, 0), + [2829] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__contextual_simple_identifier, 1, 0, 0), SHIFT(9033), + [2832] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_visibility_modifier, 1, 0, 0), + [2834] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__contextual_simple_identifier, 1, 0, 0), REDUCE(sym_visibility_modifier, 1, 0, 0), + [2837] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__contextual_simple_identifier, 1, 0, 0), SHIFT(9055), + [2840] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__contextual_simple_identifier, 1, 0, 0), REDUCE(sym_parameter_modifier, 1, 0, 0), + [2843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1080), + [2845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4382), + [2847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7064), + [2849] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8835), + [2851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4725), + [2853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1111), + [2855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4349), + [2857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7053), + [2859] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1746), + [2861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1746), + [2863] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__contextual_simple_identifier, 1, 0, 0), SHIFT(1746), + [2866] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1011), + [2868] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1016), + [2870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3396), + [2872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4458), + [2874] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4800), + [2876] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4801), + [2878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5900), + [2880] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8630), + [2882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4844), + [2884] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6937), + [2886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6937), + [2888] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__contextual_simple_identifier, 1, 0, 0), SHIFT(6937), + [2891] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__contextual_simple_identifier, 1, 0, 0), REDUCE(sym_property_behavior_modifier, 1, 0, 0), + [2894] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 1, 0, 0), SHIFT(5595), + [2897] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 2, 0, 0), SHIFT(5595), + [2900] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_optional_type_repeat1, 2, 0, 0), SHIFT_REPEAT(1080), + [2903] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_user_type_repeat1, 2, 0, 0), SHIFT_REPEAT(5595), + [2906] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1794), + [2908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1794), + [2910] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__contextual_simple_identifier, 1, 0, 0), SHIFT(1794), + [2913] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1040), + [2915] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1039), + [2917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3423), + [2919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4461), + [2921] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4829), + [2923] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4830), + [2925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5789), + [2927] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protocol_composition_type_repeat1, 2, 0, 0), SHIFT_REPEAT(4725), + [2930] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4565), + [2932] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 1, 0, 0), SHIFT(5585), + [2935] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_optional_type_repeat1, 2, 0, 0), SHIFT_REPEAT(1111), + [2938] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 2, 0, 0), SHIFT(5585), + [2941] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1742), + [2943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1742), + [2945] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__contextual_simple_identifier, 1, 0, 0), SHIFT(1742), + [2948] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1051), + [2950] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1053), + [2952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3490), + [2954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4488), + [2956] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4717), + [2958] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4718), + [2960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5801), + [2962] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_user_type_repeat1, 2, 0, 0), SHIFT_REPEAT(5585), + [2965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1057), + [2967] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__key_path_component_repeat1, 2, 0, 0), SHIFT_REPEAT(1156), + [2970] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__key_path_component_repeat1, 2, 0, 0), SHIFT_REPEAT(314), + [2973] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__key_path_component_repeat1, 2, 0, 0), SHIFT_REPEAT(1057), + [2976] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__key_path_component_repeat1, 2, 0, 0), SHIFT_REPEAT(1057), + [2979] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__key_path_component_repeat1, 2, 0, 0), SHIFT_REPEAT(1156), + [2982] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protocol_composition_type_repeat1, 2, 0, 0), SHIFT_REPEAT(4844), + [2985] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1898), + [2987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1898), + [2989] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__contextual_simple_identifier, 1, 0, 0), SHIFT(1898), + [2992] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1059), + [2994] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1060), + [2996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3520), + [2998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4515), + [3000] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4824), + [3002] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4825), + [3004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5809), + [3006] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2055), + [3008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2055), + [3010] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1061), + [3012] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1062), + [3014] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__contextual_simple_identifier, 1, 0, 0), SHIFT(3526), + [3017] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__contextual_simple_identifier, 1, 0, 0), SHIFT(4521), + [3020] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4841), + [3022] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4842), + [3024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5814), + [3026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1056), + [3028] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5023), + [3030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5023), + [3032] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4556), + [3034] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2103), + [3036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2103), + [3038] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1122), + [3040] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1092), + [3042] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__contextual_simple_identifier, 1, 0, 0), SHIFT(3298), + [3045] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__contextual_simple_identifier, 1, 0, 0), SHIFT(4437), + [3048] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4870), + [3050] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4700), + [3052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5747), + [3054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1110), + [3056] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6228), + [3058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6228), + [3060] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3849), + [3062] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3838), + [3064] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_constraints, 3, 0, 0), + [3066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3352), + [3068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4448), + [3070] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4780), + [3072] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4781), + [3074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5773), + [3076] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_constraints, 3, 0, 0), + [3078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1120), + [3080] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_constraints, 4, 0, 0), + [3082] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_constraints, 4, 0, 0), + [3084] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__key_path_component_repeat1, 2, 0, 0), SHIFT_REPEAT(1188), + [3087] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__key_path_component_repeat1, 2, 0, 0), SHIFT_REPEAT(294), + [3090] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__key_path_component_repeat1, 2, 0, 0), SHIFT_REPEAT(1120), + [3093] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__key_path_component_repeat1, 2, 0, 0), SHIFT_REPEAT(1120), + [3096] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__key_path_component_repeat1, 2, 0, 0), SHIFT_REPEAT(1188), + [3099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5845), + [3101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8439), + [3103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2977), + [3105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2877), + [3107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4658), + [3109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5750), + [3111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5032), + [3113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5887), + [3115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2029), + [3117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5846), + [3119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5847), + [3121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5176), + [3123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2122), + [3125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4765), + [3127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8599), + [3129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6399), + [3131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8090), + [3133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7455), + [3135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3731), + [3137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5888), + [3139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5726), + [3141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2984), + [3143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2356), + [3145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3063), + [3147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3074), + [3149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4657), + [3151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8414), + [3153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3390), + [3155] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_class_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5845), + [3158] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_class_body_repeat1, 2, 0, 0), SHIFT_REPEAT(8439), + [3161] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_class_body_repeat1, 2, 0, 0), SHIFT_REPEAT(2977), + [3164] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_class_body_repeat1, 2, 0, 0), SHIFT_REPEAT(2877), + [3167] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enum_class_body_repeat1, 2, 0, 0), + [3169] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_class_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5750), + [3172] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_class_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5032), + [3175] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_class_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5887), + [3178] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_class_body_repeat1, 2, 0, 0), SHIFT_REPEAT(2029), + [3181] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_class_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5846), + [3184] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_class_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5847), + [3187] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_class_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5176), + [3190] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_class_body_repeat1, 2, 0, 0), SHIFT_REPEAT(2122), + [3193] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_class_body_repeat1, 2, 0, 0), SHIFT_REPEAT(4765), + [3196] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_class_body_repeat1, 2, 0, 0), SHIFT_REPEAT(8599), + [3199] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_class_body_repeat1, 2, 0, 0), SHIFT_REPEAT(6399), + [3202] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_class_body_repeat1, 2, 0, 0), SHIFT_REPEAT(8090), + [3205] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_class_body_repeat1, 2, 0, 0), SHIFT_REPEAT(7455), + [3208] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_class_body_repeat1, 2, 0, 0), SHIFT_REPEAT(3731), + [3211] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_class_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5888), + [3214] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_class_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5726), + [3217] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_class_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5405), + [3220] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_class_body_repeat1, 2, 0, 0), SHIFT_REPEAT(2984), + [3223] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_class_body_repeat1, 2, 0, 0), SHIFT_REPEAT(2356), + [3226] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_class_body_repeat1, 2, 0, 0), SHIFT_REPEAT(3063), + [3229] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_class_body_repeat1, 2, 0, 0), SHIFT_REPEAT(3074), + [3232] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_class_body_repeat1, 2, 0, 0), SHIFT_REPEAT(2893), + [3235] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_class_body_repeat1, 2, 0, 0), SHIFT_REPEAT(2971), + [3238] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_class_body_repeat1, 2, 0, 0), SHIFT_REPEAT(2971), + [3241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7589), + [3243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7791), + [3245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2190), + [3247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2190), + [3249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1134), + [3251] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1135), + [3253] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__contextual_simple_identifier, 1, 0, 0), SHIFT(3538), + [3256] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__contextual_simple_identifier, 1, 0, 0), SHIFT(4536), + [3259] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4868), + [3261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4698), + [3263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5822), + [3265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7567), + [3267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1138), + [3269] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1142), + [3271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4864), + [3273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4865), + [3275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3310), + [3277] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_constructor_suffix, 1, 0, 0), SHIFT(41), + [3280] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2217), + [3282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2217), + [3284] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1152), + [3286] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1155), + [3288] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__contextual_simple_identifier, 1, 0, 0), SHIFT(3500), + [3291] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__contextual_simple_identifier, 1, 0, 0), SHIFT(4494), + [3294] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4783), + [3296] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4786), + [3298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5803), + [3300] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2218), + [3302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2218), + [3304] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1159), + [3306] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1169), + [3308] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__contextual_simple_identifier, 1, 0, 0), SHIFT(3506), + [3311] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__contextual_simple_identifier, 1, 0, 0), SHIFT(4497), + [3314] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4793), + [3316] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4794), + [3318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5805), + [3320] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_key_path_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(5048), + [3323] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_call_suffix, 1, 0, 0), REDUCE(sym_expr_hack_at_ternary_binary_call_suffix, 1, 0, 0), SHIFT(41), + [3327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4972), + [3329] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_call_suffix, 1, 0, 0), SHIFT(41), + [3332] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4564), + [3334] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_key_path_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(5058), + [3337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2368), + [3339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2368), + [3341] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1185), + [3343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1186), + [3345] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__contextual_simple_identifier, 1, 0, 0), SHIFT(3461), + [3348] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__contextual_simple_identifier, 1, 0, 0), SHIFT(4467), + [3351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4845), + [3353] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4846), + [3355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5794), + [3357] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_call_suffix, 1, 0, 0), REDUCE(sym_expr_hack_at_ternary_binary_call_suffix, 1, 0, 0), SHIFT(50), + [3361] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__async_modifier, 1, 0, 0), + [3363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5014), + [3365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4540), + [3367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5835), + [3369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8046), + [3371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5037), + [3373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5885), + [3375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2050), + [3377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5836), + [3379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5837), + [3381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4742), + [3383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9228), + [3385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6416), + [3387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8555), + [3389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7353), + [3391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3796), + [3393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5886), + [3395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5696), + [3397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3294), + [3399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7120), + [3401] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_constructor_suffix, 1, 0, 0), SHIFT(50), + [3404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4642), + [3406] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_call_suffix, 1, 0, 0), SHIFT(50), + [3409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7122), + [3411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7335), + [3413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7091), + [3415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7093), + [3417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(219), + [3419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8100), + [3421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(213), + [3423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8325), + [3425] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__class_member_declarations, 3, 0, 0), + [3427] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__class_member_declarations, 2, 0, 0), + [3429] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__labeled_statement, 1, 0, 0), + [3431] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__labeled_statement, 1, 0, 0), + [3433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2450), + [3435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2450), + [3437] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1447), + [3439] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__contextual_simple_identifier, 1, 0, 0), SHIFT(2450), + [3442] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1448), + [3444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3532), + [3446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4530), + [3448] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4854), + [3450] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4855), + [3452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5816), + [3454] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2903), + [3456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2903), + [3458] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1451), + [3460] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__contextual_simple_identifier, 1, 0, 0), SHIFT(2903), + [3463] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1450), + [3465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3544), + [3467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4542), + [3469] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4708), + [3471] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4709), + [3473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5826), + [3475] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3234), + [3477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3234), + [3479] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1452), + [3481] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__contextual_simple_identifier, 1, 0, 0), SHIFT(3234), + [3484] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1454), + [3486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3547), + [3488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4545), + [3490] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4722), + [3492] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4723), + [3494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5827), + [3496] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2308), + [3498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(282), + [3500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(283), + [3502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2505), + [3504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(420), + [3506] = {.entry = {.count = 1, .reusable = false}}, SHIFT(419), + [3508] = {.entry = {.count = 1, .reusable = false}}, SHIFT(418), + [3510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(418), + [3512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(419), + [3514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(412), + [3516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4432), + [3518] = {.entry = {.count = 1, .reusable = false}}, SHIFT(657), + [3520] = {.entry = {.count = 1, .reusable = false}}, SHIFT(672), + [3522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2615), + [3524] = {.entry = {.count = 1, .reusable = false}}, SHIFT(420), + [3526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5494), + [3528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(421), + [3530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(422), + [3532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(423), + [3534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(657), + [3536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2308), + [3538] = {.entry = {.count = 1, .reusable = false}}, SHIFT(690), + [3540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48), + [3542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(609), + [3544] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2408), + [3546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(330), + [3548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(331), + [3550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2729), + [3552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(499), + [3554] = {.entry = {.count = 1, .reusable = false}}, SHIFT(440), + [3556] = {.entry = {.count = 1, .reusable = false}}, SHIFT(411), + [3558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(411), + [3560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(440), + [3562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(407), + [3564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4342), + [3566] = {.entry = {.count = 1, .reusable = false}}, SHIFT(585), + [3568] = {.entry = {.count = 1, .reusable = false}}, SHIFT(646), + [3570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2821), + [3572] = {.entry = {.count = 1, .reusable = false}}, SHIFT(499), + [3574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5511), + [3576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(404), + [3578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(405), + [3580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(406), + [3582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(585), + [3584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2408), + [3586] = {.entry = {.count = 1, .reusable = false}}, SHIFT(726), + [3588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8), + [3590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37), + [3592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(441), + [3594] = {.entry = {.count = 1, .reusable = false}}, SHIFT(431), + [3596] = {.entry = {.count = 1, .reusable = false}}, SHIFT(430), + [3598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(430), + [3600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(431), + [3602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(424), + [3604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4231), + [3606] = {.entry = {.count = 1, .reusable = false}}, SHIFT(577), + [3608] = {.entry = {.count = 1, .reusable = false}}, SHIFT(584), + [3610] = {.entry = {.count = 1, .reusable = false}}, SHIFT(441), + [3612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(442), + [3614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(443), + [3616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(444), + [3618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(577), + [3620] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2677), + [3622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(312), + [3624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(313), + [3626] = {.entry = {.count = 1, .reusable = false}}, SHIFT(706), + [3628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2914), + [3630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(451), + [3632] = {.entry = {.count = 1, .reusable = false}}, SHIFT(450), + [3634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11), + [3636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51), + [3638] = {.entry = {.count = 1, .reusable = false}}, SHIFT(449), + [3640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(449), + [3642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(450), + [3644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(447), + [3646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4227), + [3648] = {.entry = {.count = 1, .reusable = false}}, SHIFT(610), + [3650] = {.entry = {.count = 1, .reusable = false}}, SHIFT(611), + [3652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2998), + [3654] = {.entry = {.count = 1, .reusable = false}}, SHIFT(451), + [3656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5518), + [3658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(453), + [3660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(454), + [3662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(456), + [3664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(610), + [3666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2677), + [3668] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_operator, 1, 0, 0), + [3670] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_operator, 1, 0, 0), + [3672] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1648), + [3674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1648), + [3676] = {.entry = {.count = 1, .reusable = false}}, SHIFT(648), + [3678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(45), + [3680] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_user_type_repeat1, 2, 0, 0), SHIFT_REPEAT(5529), + [3683] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_definition, 2, 0, 125), + [3685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(559), + [3687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(606), + [3689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3555), + [3691] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6811), + [3693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6811), + [3695] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 2, 0, 0), SHIFT(5529), + [3698] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2714), + [3700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(272), + [3702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(273), + [3704] = {.entry = {.count = 1, .reusable = false}}, SHIFT(682), + [3706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3244), + [3708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(459), + [3710] = {.entry = {.count = 1, .reusable = false}}, SHIFT(458), + [3712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42), + [3714] = {.entry = {.count = 1, .reusable = false}}, SHIFT(446), + [3716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(446), + [3718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(458), + [3720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(452), + [3722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4403), + [3724] = {.entry = {.count = 1, .reusable = false}}, SHIFT(652), + [3726] = {.entry = {.count = 1, .reusable = false}}, SHIFT(655), + [3728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3450), + [3730] = {.entry = {.count = 1, .reusable = false}}, SHIFT(459), + [3732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5480), + [3734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(482), + [3736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(496), + [3738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(402), + [3740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(652), + [3742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2714), + [3744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(630), + [3746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(548), + [3748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(908), + [3750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(520), + [3752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2445), + [3754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(545), + [3756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1385), + [3758] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2705), + [3760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(262), + [3762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(263), + [3764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3182), + [3766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(504), + [3768] = {.entry = {.count = 1, .reusable = false}}, SHIFT(498), + [3770] = {.entry = {.count = 1, .reusable = false}}, SHIFT(497), + [3772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(497), + [3774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(498), + [3776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(493), + [3778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4385), + [3780] = {.entry = {.count = 1, .reusable = false}}, SHIFT(688), + [3782] = {.entry = {.count = 1, .reusable = false}}, SHIFT(689), + [3784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3114), + [3786] = {.entry = {.count = 1, .reusable = false}}, SHIFT(504), + [3788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5641), + [3790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(505), + [3792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(508), + [3794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(510), + [3796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(688), + [3798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2705), + [3800] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__lambda_type_declaration_repeat1, 2, 0, 0), + [3802] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__lambda_type_declaration_repeat1, 2, 0, 0), + [3804] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__lambda_type_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(5372), + [3807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(551), + [3809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3023), + [3811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(566), + [3813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3736), + [3815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(530), + [3817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1281), + [3819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(557), + [3821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3191), + [3823] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6758), + [3825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6758), + [3827] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 1, 0, 0), SHIFT(5529), + [3830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(546), + [3832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2696), + [3834] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_modifiers, 1, 0, 0), + [3836] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_modifiers, 1, 0, 0), + [3838] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__binding_pattern_with_expr, 1, 0, 0), + [3840] = {.entry = {.count = 1, .reusable = false}}, SHIFT(373), + [3842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(40), + [3844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3301), + [3846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(570), + [3848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3729), + [3850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(564), + [3852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3761), + [3854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(528), + [3856] = {.entry = {.count = 1, .reusable = false}}, SHIFT(673), + [3858] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_value_argument, 4, 0, 127), + [3860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3356), + [3862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5478), + [3864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2857), + [3866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4153), + [3868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3505), + [3870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(556), + [3872] = {.entry = {.count = 1, .reusable = false}}, SHIFT(370), + [3874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174), + [3876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108), + [3878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3105), + [3880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(543), + [3882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(680), + [3884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(943), + [3886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(567), + [3888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(906), + [3890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(542), + [3892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3143), + [3894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5492), + [3896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2684), + [3898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(519), + [3900] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__top_level_statement, 1, 0, 0), + [3902] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3868), + [3904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3868), + [3906] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1552), + [3908] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__contextual_simple_identifier, 1, 0, 0), SHIFT(3868), + [3911] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1560), + [3913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3541), + [3915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4539), + [3917] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4703), + [3919] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4704), + [3921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5824), + [3923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2691), + [3925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(539), + [3927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2538), + [3929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(569), + [3931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2632), + [3933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5504), + [3935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2858), + [3937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2847), + [3939] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_value_argument, 1, 0, 38), + [3941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1412), + [3943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(521), + [3945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1433), + [3947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5516), + [3949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3019), + [3951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(550), + [3953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3693), + [3955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5638), + [3957] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2913), + [3959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252), + [3961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(253), + [3963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3777), + [3965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(472), + [3967] = {.entry = {.count = 1, .reusable = false}}, SHIFT(471), + [3969] = {.entry = {.count = 1, .reusable = false}}, SHIFT(470), + [3971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(470), + [3973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(471), + [3975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(468), + [3977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4294), + [3979] = {.entry = {.count = 1, .reusable = false}}, SHIFT(633), + [3981] = {.entry = {.count = 1, .reusable = false}}, SHIFT(634), + [3983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3675), + [3985] = {.entry = {.count = 1, .reusable = false}}, SHIFT(472), + [3987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5563), + [3989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(473), + [3991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(474), + [3993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(475), + [3995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(633), + [3997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2913), + [3999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3053), + [4001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(568), + [4003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2829), + [4005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5588), + [4007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3070), + [4009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5525), + [4011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1279), + [4013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(529), + [4015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1314), + [4017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(538), + [4019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1337), + [4021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5534), + [4023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3187), + [4025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(555), + [4027] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_value_argument, 3, 0, 121), + [4029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(111), + [4031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(964), + [4033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5554), + [4035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2702), + [4037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(537), + [4039] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_value_argument, 2, 0, 43), + [4041] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4462), + [4043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1438), + [4045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(572), + [4047] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_capture_list_item, 4, 0, 127), + [4049] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute, 6, 0, 0), + [4051] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 6, 0, 0), + [4053] = {.entry = {.count = 1, .reusable = false}}, SHIFT(665), + [4055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34), + [4057] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enum_type_parameters_repeat1, 7, 0, 0), + [4059] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__attribute_argument, 3, 0, 0), + [4061] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__attribute_argument, 1, 0, 0), + [4063] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enum_type_parameters_repeat1, 6, 0, 0), + [4065] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__dictionary_literal_item, 3, 0, 89), + [4067] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_array_literal_repeat1, 2, 0, 46), + [4069] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_capture_list_item, 3, 0, 121), + [4071] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute, 2, 0, 0), + [4073] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 2, 0, 0), + [4075] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_attribute, 2, 0, 0), SHIFT(385), + [4078] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute, 5, 0, 0), + [4080] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 5, 0, 0), + [4082] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute, 7, 0, 0), + [4084] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 7, 0, 0), + [4086] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_value_parameter, 3, 0, 144), + [4088] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 43), + [4090] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_value_parameter, 4, 0, 182), + [4092] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_playground_literal_repeat1, 4, 0, 0), + [4094] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enum_type_parameters_repeat1, 4, 0, 0), + [4096] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 4, 0, 127), + [4098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3351), + [4100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3712), + [4102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(962), + [4104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3068), + [4106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2815), + [4108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3139), + [4110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2561), + [4112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(492), + [4114] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_collection, 1, 0, 0), + [4116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1323), + [4118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1324), + [4120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1335), + [4122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3714), + [4124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(477), + [4126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1431), + [4128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(403), + [4130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3119), + [4132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(461), + [4134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(953), + [4136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3760), + [4138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3120), + [4140] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_operator, 2, 0, 0), + [4142] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_operator, 2, 0, 0), + [4144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(464), + [4146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3344), + [4148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(409), + [4150] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement_await, 2, 0, 0), + [4152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(427), + [4154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(445), + [4156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2587), + [4158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2744), + [4160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3340), + [4162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(460), + [4164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2745), + [4166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(494), + [4168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1423), + [4170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1424), + [4172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3061), + [4174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3062), + [4176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2586), + [4178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(954), + [4180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20), + [4182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21), + [4184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6), + [4186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7), + [4188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9), + [4190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14), + [4192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10), + [4194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16), + [4196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13), + [4198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18), + [4200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17), + [4202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19), + [4204] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__contextual_simple_identifier, 1, 0, 0), REDUCE(sym_parameter_modifier, 1, 0, 0), + [4207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8294), + [4209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5754), + [4211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4010), + [4213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6404), + [4215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8360), + [4217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7499), + [4219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2981), + [4221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5715), + [4223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8417), + [4225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3312), + [4227] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__protocol_member_declarations, 2, 0, 0), + [4229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4503), + [4231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5055), + [4233] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__protocol_member_declarations, 3, 0, 0), + [4235] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_parameter, 1, 0, 11), + [4237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3802), + [4239] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_parameter, 1, 0, 11), + [4241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4251), + [4243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5046), + [4245] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__contextual_simple_identifier, 1, 0, 0), SHIFT(6937), + [4248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4524), + [4250] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5051), + [4252] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__async_modifier, 1, 0, 0), + [4254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4482), + [4256] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5043), + [4258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1792), + [4260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4311), + [4262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7041), + [4264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4479), + [4266] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5052), + [4268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4426), + [4270] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5056), + [4272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8690), + [4274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4797), + [4276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1922), + [4278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4334), + [4280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7048), + [4282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4471), + [4284] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_user_type_repeat1, 2, 0, 0), SHIFT_REPEAT(5540), + [4287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5540), + [4289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1828), + [4291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4375), + [4293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7062), + [4295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8889), + [4297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4827), + [4299] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_modifiers_repeat1, 2, 0, 0), + [4301] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_modifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(2977), + [4304] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_modifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(2877), + [4307] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_modifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(3063), + [4310] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_modifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(2981), + [4313] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_modifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(5405), + [4316] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_modifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(2984), + [4319] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_modifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(2356), + [4322] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_modifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(3074), + [4325] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_modifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(2893), + [4328] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_modifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(2971), + [4331] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_modifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(2971), + [4334] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expression, 1, 0, 0), REDUCE(sym_lambda_parameter, 1, 0, 11), + [4337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(134), + [4339] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_optional_type_repeat1, 2, 0, 0), SHIFT_REPEAT(1792), + [4342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4513), + [4344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1962), + [4346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4328), + [4348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7047), + [4350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4474), + [4352] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_user_type_repeat1, 2, 0, 0), SHIFT_REPEAT(5542), + [4355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5542), + [4357] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_optional_type_repeat1, 2, 0, 0), SHIFT_REPEAT(1828), + [4360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8607), + [4362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4714), + [4364] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_user_type_repeat1, 2, 0, 0), SHIFT_REPEAT(5593), + [4367] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protocol_composition_type_repeat1, 2, 0, 0), SHIFT_REPEAT(4797), + [4370] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_optional_type_repeat1, 2, 0, 0), SHIFT_REPEAT(1922), + [4373] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__attribute_argument_repeat2, 1, 0, 0), + [4375] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__attribute_argument_repeat2, 1, 0, 0), + [4377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(417), + [4379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8581), + [4381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4820), + [4383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2088), + [4385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4344), + [4387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7051), + [4389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5593), + [4391] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_modifiers, 1, 0, 0), + [4393] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_modifiers, 1, 0, 0), SHIFT(3063), + [4396] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_user_type_repeat1, 2, 0, 0), SHIFT_REPEAT(5580), + [4399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5580), + [4401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4543), + [4403] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8609), + [4405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4840), + [4407] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_init_declaration, 6, 0, 189), + [4409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5147), + [4411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(75), + [4413] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_init_declaration, 6, 0, 189), + [4415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2442), + [4417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2806), + [4419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3906), + [4421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2019), + [4423] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_init_declaration, 2, 0, 18), + [4425] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_init_declaration, 2, 0, 18), + [4427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2014), + [4429] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_init_declaration, 3, 0, 56), + [4431] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_init_declaration, 3, 0, 56), + [4433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2008), + [4435] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_init_declaration, 3, 0, 58), + [4437] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_init_declaration, 3, 0, 58), + [4439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2033), + [4441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2035), + [4443] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_init_declaration, 4, 0, 103), + [4445] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_init_declaration, 4, 0, 103), + [4447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2000), + [4449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2002), + [4451] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_init_declaration, 4, 0, 108), + [4453] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_init_declaration, 4, 0, 108), + [4455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2015), + [4457] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_init_declaration, 4, 0, 120), + [4459] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_init_declaration, 4, 0, 120), + [4461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2025), + [4463] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_init_declaration, 5, 0, 138), + [4465] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_init_declaration, 5, 0, 138), + [4467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2030), + [4469] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_init_declaration, 5, 0, 155), + [4471] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_init_declaration, 5, 0, 155), + [4473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2037), + [4475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2016), + [4477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2094), + [4479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4299), + [4481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7005), + [4483] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protocol_composition_type_repeat1, 2, 0, 0), SHIFT_REPEAT(4827), + [4486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4436), + [4488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7018), + [4490] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8614), + [4492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4769), + [4494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2169), + [4496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4362), + [4498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7056), + [4500] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__single_modifierless_property_declaration, 1, 0, 32), + [4502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4003), + [4504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5), + [4506] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__single_modifierless_property_declaration, 1, 0, 32), + [4508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(642), + [4510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3891), + [4512] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_optional_type_repeat1, 2, 0, 0), SHIFT_REPEAT(1962), + [4515] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8699), + [4517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4861), + [4519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4791), + [4521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2242), + [4523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4301), + [4525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7036), + [4527] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protocol_composition_type_repeat1, 2, 0, 0), SHIFT_REPEAT(4714), + [4530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2232), + [4532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4306), + [4534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7037), + [4536] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 1, 0, 0), SHIFT(5583), + [4539] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_optional_type_repeat1, 2, 0, 0), SHIFT_REPEAT(2088), + [4542] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__bound_identifier, 1, 0, 15), + [4544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4339), + [4546] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__bound_identifier, 1, 0, 15), + [4548] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_user_type_repeat1, 2, 0, 0), SHIFT_REPEAT(5583), + [4551] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_user_type_repeat1, 2, 0, 0), SHIFT_REPEAT(5460), + [4554] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8780), + [4556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4789), + [4558] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__single_modifierless_property_declaration, 2, 0, 32), + [4560] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__single_modifierless_property_declaration, 2, 0, 32), + [4562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2428), + [4564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4266), + [4566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7026), + [4568] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8709), + [4570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4779), + [4572] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protocol_composition_type_repeat1, 2, 0, 0), SHIFT_REPEAT(4820), + [4575] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 2, 0, 0), SHIFT(5583), + [4578] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_init_declaration, 5, 0, 103), + [4580] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_init_declaration, 5, 0, 103), + [4582] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8629), + [4584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4836), + [4586] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_user_type_repeat1, 2, 0, 0), SHIFT_REPEAT(5510), + [4589] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_init_declaration, 4, 0, 56), + [4591] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_init_declaration, 4, 0, 56), + [4593] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_optional_type_repeat1, 2, 0, 0), SHIFT_REPEAT(2094), + [4596] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_init_declaration, 3, 0, 18), + [4598] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_init_declaration, 3, 0, 18), + [4600] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_init_declaration, 5, 0, 108), + [4602] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_init_declaration, 5, 0, 108), + [4604] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_init_declaration, 6, 0, 155), + [4606] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_init_declaration, 6, 0, 155), + [4608] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__case_pattern, 2, 0, 0), + [4610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(179), + [4612] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__case_pattern, 2, 0, 0), + [4614] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_init_declaration, 7, 0, 189), + [4616] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_init_declaration, 7, 0, 189), + [4618] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protocol_composition_type_repeat1, 2, 0, 0), SHIFT_REPEAT(4840), + [4621] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__case_pattern, 4, 0, 0), + [4623] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__case_pattern, 4, 0, 0), + [4625] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 1, 0, 0), SHIFT(5510), + [4628] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_init_declaration, 5, 0, 120), + [4630] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_init_declaration, 5, 0, 120), + [4632] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__case_pattern, 3, 0, 0), + [4634] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__case_pattern, 3, 0, 0), + [4636] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_property_modifier, 1, 0, 0), SHIFT(6937), + [4639] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_property_modifier, 1, 0, 0), + [4641] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_property_modifier, 1, 0, 0), SHIFT(2122), + [4644] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_property_modifier, 1, 0, 0), SHIFT(6412), + [4647] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_modifier, 1, 0, 0), + [4649] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_init_declaration, 6, 0, 138), + [4651] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_init_declaration, 6, 0, 138), + [4653] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 2, 0, 0), SHIFT(5510), + [4656] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_init_declaration, 4, 0, 58), + [4658] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_init_declaration, 4, 0, 58), + [4660] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4549), + [4662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5460), + [4664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2045), + [4666] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 1, 0, 0), SHIFT(5590), + [4669] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__key_path_component_repeat1, 2, 0, 0), SHIFT_REPEAT(2308), + [4672] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__key_path_component_repeat1, 2, 0, 0), SHIFT_REPEAT(284), + [4675] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__key_path_component_repeat1, 2, 0, 0), SHIFT_REPEAT(2045), + [4678] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__key_path_component_repeat1, 2, 0, 0), SHIFT_REPEAT(2045), + [4681] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__key_path_component_repeat1, 2, 0, 0), SHIFT_REPEAT(2308), + [4684] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 2, 0, 0), SHIFT(5590), + [4687] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_entry, 3, 0, 178), + [4689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5760), + [4691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4015), + [4693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3265), + [4695] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_entry, 3, 0, 178), + [4697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(589), + [4699] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_property_modifier, 1, 0, 0), SHIFT(6429), + [4702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5861), + [4704] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_modifiers_repeat1, 1, 0, 0), + [4706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5765), + [4708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4792), + [4710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9034), + [4712] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_modifiers_repeat1, 1, 0, 0), + [4714] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__no_expr_pattern_already_bound, 1, 0, 0), + [4716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2156), + [4718] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__no_expr_pattern_already_bound, 1, 0, 0), + [4720] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__binding_pattern_no_expr, 1, 0, 0), + [4722] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protocol_composition_type_repeat1, 2, 0, 0), SHIFT_REPEAT(4769), + [4725] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_entry, 4, 0, 209), + [4727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3299), + [4729] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_entry, 4, 0, 209), + [4731] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4454), + [4733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2043), + [4735] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_optional_type_repeat1, 2, 0, 0), SHIFT_REPEAT(2169), + [4738] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_entry, 2, 0, 17), + [4740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3186), + [4742] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_entry, 2, 0, 17), + [4744] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__single_modifierless_property_declaration, 3, 0, 32), + [4746] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__single_modifierless_property_declaration, 3, 0, 32), + [4748] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_user_type_repeat1, 2, 0, 0), SHIFT_REPEAT(5590), + [4751] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__no_expr_pattern_already_bound, 1, 0, 13), + [4753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2172), + [4755] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__no_expr_pattern_already_bound, 1, 0, 13), + [4757] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__binding_pattern_no_expr, 1, 0, 13), + [4759] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protocol_composition_type_repeat1, 2, 0, 0), SHIFT_REPEAT(4791), + [4762] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_user_type_repeat1, 2, 0, 0), SHIFT_REPEAT(5570), + [4765] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4560), + [4767] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enum_entry_repeat1, 2, 0, 17), + [4769] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_enum_entry_repeat1, 2, 0, 17), + [4771] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__key_path_component_repeat1, 2, 0, 0), SHIFT_REPEAT(2408), + [4774] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__key_path_component_repeat1, 2, 0, 0), SHIFT_REPEAT(260), + [4777] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__key_path_component_repeat1, 2, 0, 0), SHIFT_REPEAT(2099), + [4780] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__key_path_component_repeat1, 2, 0, 0), SHIFT_REPEAT(2099), + [4783] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__key_path_component_repeat1, 2, 0, 0), SHIFT_REPEAT(2408), + [4786] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_optional_type_repeat1, 2, 0, 0), SHIFT_REPEAT(2242), + [4789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2947), + [4791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4354), + [4793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7054), + [4795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2099), + [4797] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 1, 0, 0), SHIFT(5570), + [4800] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 2, 0, 0), SHIFT(5570), + [4803] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__locally_permitted_modifiers, 2, 0, 0), + [4805] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__locally_permitted_modifiers, 2, 0, 0), SHIFT_REPEAT(2977), + [4808] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__locally_permitted_modifiers, 2, 0, 0), SHIFT_REPEAT(5405), + [4811] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__locally_permitted_modifiers, 2, 0, 0), SHIFT_REPEAT(3074), + [4814] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__locally_permitted_modifiers, 2, 0, 0), SHIFT_REPEAT(2971), + [4817] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__locally_permitted_modifiers, 2, 0, 0), SHIFT_REPEAT(2971), + [4820] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expression, 1, 0, 0), REDUCE(sym_capture_list_item, 1, 0, 11), + [4823] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym__simple_user_type, 1, 0, 3), REDUCE(sym_expression, 1, 0, 0), REDUCE(sym_capture_list_item, 1, 0, 11), + [4827] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_expression, 1, 0, 0), SHIFT(4412), + [4830] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expression, 1, 0, 0), SHIFT(632), + [4833] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_property_modifier, 1, 0, 0), SHIFT(6417), + [4836] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2423), + [4838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2427), + [4840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2424), + [4842] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2427), + [4844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2423), + [4846] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protocol_composition_type_repeat1, 2, 0, 0), SHIFT_REPEAT(4861), + [4849] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_casting_pattern, 2, 0, 0), + [4851] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_casting_pattern, 2, 0, 0), + [4853] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__tuple_pattern, 3, 0, 0), + [4855] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__tuple_pattern, 3, 0, 0), + [4857] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_casting_pattern, 3, 0, 101), + [4859] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_casting_pattern, 3, 0, 101), + [4861] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 1, 0, 0), SHIFT(5572), + [4864] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 2, 0, 0), SHIFT(5572), + [4867] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__function_value_parameters, 2, 0, 60), + [4869] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__function_value_parameters, 2, 0, 60), SHIFT_REPEAT(5147), + [4872] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__function_value_parameters, 2, 0, 60), + [4874] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__tuple_pattern, 4, 0, 0), + [4876] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__tuple_pattern, 4, 0, 0), + [4878] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__tuple_pattern, 5, 0, 0), + [4880] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__tuple_pattern, 5, 0, 0), + [4882] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__case_pattern, 5, 0, 0), + [4884] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__case_pattern, 5, 0, 0), + [4886] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_user_type_repeat1, 2, 0, 0), SHIFT_REPEAT(5572), + [4889] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_optional_type_repeat1, 2, 0, 0), SHIFT_REPEAT(2232), + [4892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2120), + [4894] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__function_value_parameters, 4, 0, 107), + [4896] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__function_value_parameters, 4, 0, 107), + [4898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2178), + [4900] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protocol_composition_type_repeat1, 2, 0, 0), SHIFT_REPEAT(4779), + [4903] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_user_type_repeat1, 2, 0, 0), SHIFT_REPEAT(5584), + [4906] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__no_expr_pattern_already_bound, 2, 0, 0), + [4908] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__no_expr_pattern_already_bound, 2, 0, 0), + [4910] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__binding_pattern_no_expr, 2, 0, 0), + [4912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5649), + [4914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(335), + [4916] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_optional_type_repeat1, 2, 0, 0), SHIFT_REPEAT(2428), + [4919] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 2, 0, 0), SHIFT(5550), + [4922] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__no_expr_pattern_already_bound, 2, 0, 13), + [4924] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__no_expr_pattern_already_bound, 2, 0, 13), + [4926] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__binding_pattern_no_expr, 2, 0, 13), + [4928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5584), + [4930] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__primary_expression, 1, 0, 0), + [4932] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_parameter, 1, 0, 0), + [4934] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__primary_expression, 1, 0, 0), + [4936] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__function_value_parameters, 5, 0, 143), + [4938] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__function_value_parameters, 5, 0, 143), + [4940] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__key_path_component_repeat1, 2, 0, 0), SHIFT_REPEAT(2677), + [4943] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__key_path_component_repeat1, 2, 0, 0), SHIFT_REPEAT(304), + [4946] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__key_path_component_repeat1, 2, 0, 0), SHIFT_REPEAT(2178), + [4949] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__key_path_component_repeat1, 2, 0, 0), SHIFT_REPEAT(2178), + [4952] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__key_path_component_repeat1, 2, 0, 0), SHIFT_REPEAT(2677), + [4955] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__function_value_parameters, 2, 0, 0), + [4957] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__function_value_parameters, 2, 0, 0), + [4959] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__function_value_parameters, 3, 0, 107), + [4961] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__function_value_parameters, 3, 0, 107), + [4963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4504), + [4965] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 1, 0, 0), SHIFT(5550), + [4968] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4519), + [4970] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_user_type_repeat1, 2, 0, 0), SHIFT_REPEAT(5649), + [4973] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__function_value_parameters, 4, 0, 143), + [4975] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__function_value_parameters, 4, 0, 143), + [4977] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4525), + [4979] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protocol_composition_type_repeat1, 2, 0, 0), SHIFT_REPEAT(4789), + [4982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2161), + [4984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4552), + [4986] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_user_type_repeat1, 2, 0, 0), SHIFT_REPEAT(5550), + [4989] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__possibly_implicitly_unwrapped_type, 1, 0, 0), + [4991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2210), + [4993] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__possibly_implicitly_unwrapped_type, 1, 0, 0), + [4995] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_init_declaration, 8, 0, 189), + [4997] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_init_declaration, 8, 0, 189), + [4999] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_implicitly_unwrapped_type, 2, 0, 0), + [5001] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_implicitly_unwrapped_type, 2, 0, 0), + [5003] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_call_suffix, 1, 0, 0), REDUCE(sym_expr_hack_at_ternary_binary_call_suffix, 1, 0, 0), SHIFT(48), + [5007] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_associatedtype_declaration, 2, 0, 19), + [5009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4307), + [5011] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_associatedtype_declaration, 2, 0, 19), + [5013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4309), + [5015] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_key_path_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(5055), + [5018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8652), + [5020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4853), + [5022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2400), + [5024] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5127), + [5026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5127), + [5028] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2252), + [5030] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2228), + [5032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3329), + [5034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4443), + [5036] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4750), + [5038] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4751), + [5040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5763), + [5042] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4531), + [5044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2298), + [5046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4989), + [5048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2302), + [5050] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protocol_composition_type_repeat1, 2, 0, 0), SHIFT_REPEAT(4836), + [5053] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_associatedtype_declaration, 3, 0, 76), + [5055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4329), + [5057] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_associatedtype_declaration, 3, 0, 76), + [5059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4331), + [5061] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_constructor_suffix, 1, 0, 0), SHIFT(48), + [5064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3694), + [5066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4369), + [5068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7059), + [5070] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_init_declaration, 4, 0, 18), + [5072] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_init_declaration, 4, 0, 18), + [5074] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_call_suffix, 1, 0, 0), SHIFT(48), + [5077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(372), + [5079] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_init_declaration, 5, 0, 56), + [5081] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_init_declaration, 5, 0, 56), + [5083] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_init_declaration, 5, 0, 58), + [5085] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_init_declaration, 5, 0, 58), + [5087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2307), + [5089] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_init_declaration, 6, 0, 103), + [5091] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_init_declaration, 6, 0, 103), + [5093] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__key_path_component_repeat1, 2, 0, 0), SHIFT_REPEAT(2714), + [5096] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__key_path_component_repeat1, 2, 0, 0), SHIFT_REPEAT(274), + [5099] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__key_path_component_repeat1, 2, 0, 0), SHIFT_REPEAT(2302), + [5102] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__key_path_component_repeat1, 2, 0, 0), SHIFT_REPEAT(2302), + [5105] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__key_path_component_repeat1, 2, 0, 0), SHIFT_REPEAT(2714), + [5108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2289), + [5110] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__key_path_component_repeat1, 2, 0, 0), SHIFT_REPEAT(2705), + [5113] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__key_path_component_repeat1, 2, 0, 0), SHIFT_REPEAT(264), + [5116] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__key_path_component_repeat1, 2, 0, 0), SHIFT_REPEAT(2307), + [5119] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__key_path_component_repeat1, 2, 0, 0), SHIFT_REPEAT(2307), + [5122] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__key_path_component_repeat1, 2, 0, 0), SHIFT_REPEAT(2705), + [5125] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_init_declaration, 6, 0, 108), + [5127] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_init_declaration, 6, 0, 108), + [5129] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_init_declaration, 6, 0, 120), + [5131] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_init_declaration, 6, 0, 120), + [5133] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_init_declaration, 7, 0, 138), + [5135] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_init_declaration, 7, 0, 138), + [5137] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_init_declaration, 7, 0, 155), + [5139] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_init_declaration, 7, 0, 155), + [5141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4486), + [5143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5586), + [5145] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_identifier, 1, 0, 0), + [5147] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_identifier, 1, 0, 0), + [5149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5752), + [5151] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_mutation_modifier, 1, 0, 0), + [5153] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_mutation_modifier, 1, 0, 0), + [5155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7077), + [5157] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_call_suffix, 1, 0, 0), REDUCE(sym_expr_hack_at_ternary_binary_call_suffix, 1, 0, 0), SHIFT(37), + [5161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4984), + [5163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2383), + [5165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2384), + [5167] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_annotation, 2, 0, 87), + [5169] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_annotation, 2, 0, 87), + [5171] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_identifier, 2, 0, 0), + [5173] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_identifier, 2, 0, 0), + [5175] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_identifier_repeat1, 2, 0, 0), + [5177] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_identifier_repeat1, 2, 0, 0), + [5179] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_identifier_repeat1, 2, 0, 0), SHIFT_REPEAT(5752), + [5182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1107), + [5184] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__key_path_component_repeat1, 2, 0, 0), SHIFT_REPEAT(2913), + [5187] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__key_path_component_repeat1, 2, 0, 0), SHIFT_REPEAT(231), + [5190] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__key_path_component_repeat1, 2, 0, 0), SHIFT_REPEAT(2384), + [5193] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__key_path_component_repeat1, 2, 0, 0), SHIFT_REPEAT(2384), + [5196] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__key_path_component_repeat1, 2, 0, 0), SHIFT_REPEAT(2913), + [5199] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_user_type_repeat1, 2, 0, 0), SHIFT_REPEAT(5586), + [5202] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4394), + [5204] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_associatedtype_declaration, 5, 0, 157), + [5206] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_associatedtype_declaration, 5, 0, 157), + [5208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4356), + [5210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3811), + [5212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4378), + [5214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7063), + [5216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4558), + [5218] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_constructor_suffix, 1, 0, 0), SHIFT(37), + [5221] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_key_path_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(5046), + [5224] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_constraints, 2, 0, 0), + [5226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1103), + [5228] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_constraints, 2, 0, 0), + [5230] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_call_suffix, 1, 0, 0), SHIFT(37), + [5233] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_constraints_repeat1, 2, 0, 0), + [5235] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_constraints_repeat1, 2, 0, 0), SHIFT_REPEAT(3904), + [5238] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_type_constraints_repeat1, 2, 0, 0), + [5240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7076), + [5242] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5212), + [5244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5212), + [5246] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2432), + [5248] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2433), + [5250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3496), + [5252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4491), + [5254] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4775), + [5256] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4776), + [5258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5802), + [5260] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_associatedtype_declaration, 4, 0, 111), + [5262] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_associatedtype_declaration, 4, 0, 111), + [5264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4341), + [5266] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_throws, 1, 0, 0), + [5268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4790), + [5270] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_throws, 1, 0, 0), + [5272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(206), + [5274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8344), + [5276] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_constructor_suffix, 1, 0, 0), SHIFT(51), + [5279] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_entry, 6, 0, 237), + [5281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3338), + [5283] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_entry, 6, 0, 237), + [5285] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_key_path_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(5051), + [5288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8770), + [5290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4706), + [5292] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inheritance_constraint, 4, 0, 193), + [5294] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_inheritance_constraint, 4, 0, 193), + [5296] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_call_suffix, 1, 0, 0), SHIFT(45), + [5299] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_entry, 5, 0, 227), + [5301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3309), + [5303] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_entry, 5, 0, 227), + [5305] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_call_suffix, 1, 0, 0), REDUCE(sym_expr_hack_at_ternary_binary_call_suffix, 1, 0, 0), SHIFT(51), + [5309] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_constraint, 1, 0, 0), + [5311] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_constraint, 1, 0, 0), + [5313] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_entry, 4, 0, 205), + [5315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3292), + [5317] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_entry, 4, 0, 205), + [5319] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__lambda_type_declaration_repeat1, 1, 0, 0), + [5321] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__lambda_type_declaration_repeat1, 1, 0, 0), + [5323] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__locally_permitted_modifiers, 1, 0, 0), REDUCE(aux_sym__lambda_type_declaration_repeat1, 1, 0, 0), + [5326] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__locally_permitted_modifiers, 1, 0, 0), + [5328] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__locally_permitted_modifiers, 1, 0, 0), + [5330] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inheritance_constraint, 3, 0, 159), + [5332] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_inheritance_constraint, 3, 0, 159), + [5334] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_equality_constraint, 3, 0, 160), + [5336] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_equality_constraint, 3, 0, 160), + [5338] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4554), + [5340] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_equality_constraint, 4, 0, 194), + [5342] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_equality_constraint, 4, 0, 194), + [5344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4986), + [5346] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enum_entry_repeat1, 2, 0, 206), + [5348] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_entry_repeat1, 2, 0, 206), SHIFT_REPEAT(5760), + [5351] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_enum_entry_repeat1, 2, 0, 206), + [5353] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_call_suffix, 1, 0, 0), REDUCE(sym_expr_hack_at_ternary_binary_call_suffix, 1, 0, 0), SHIFT(45), + [5357] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_init_declaration, 5, 0, 18), + [5359] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_init_declaration, 5, 0, 18), + [5361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7192), + [5363] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_entry, 3, 0, 177), + [5365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3260), + [5367] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_entry, 3, 0, 177), + [5369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2723), + [5371] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_init_declaration, 6, 0, 56), + [5373] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_init_declaration, 6, 0, 56), + [5375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7206), + [5377] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_attribute, 2, 0, 0), SHIFT(397), + [5380] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_attribute, 2, 0, 0), SHIFT(393), + [5383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1176), + [5385] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_optional_type_repeat1, 2, 0, 0), SHIFT_REPEAT(2947), + [5388] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_init_declaration, 6, 0, 58), + [5390] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_init_declaration, 6, 0, 58), + [5392] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5264), + [5394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5264), + [5396] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2601), + [5398] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2623), + [5400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3480), + [5402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4476), + [5404] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4745), + [5406] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4746), + [5408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5799), + [5410] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_entry, 5, 0, 228), + [5412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3325), + [5414] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_entry, 5, 0, 228), + [5416] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_constructor_suffix, 1, 0, 0), SHIFT(45), + [5419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1171), + [5421] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_init_declaration, 7, 0, 103), + [5423] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_init_declaration, 7, 0, 103), + [5425] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_init_declaration, 7, 0, 108), + [5427] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_init_declaration, 7, 0, 108), + [5429] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_entry, 3, 0, 175), + [5431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3255), + [5433] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_entry, 3, 0, 175), + [5435] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_init_declaration, 7, 0, 120), + [5437] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_init_declaration, 7, 0, 120), + [5439] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_init_declaration, 8, 0, 138), + [5441] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_init_declaration, 8, 0, 138), + [5443] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_operator_declaration, 3, 0, 0), + [5445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5739), + [5447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4136), + [5449] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_operator_declaration, 3, 0, 0), + [5451] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_init_declaration, 8, 0, 155), + [5453] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_init_declaration, 8, 0, 155), + [5455] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_init_declaration, 9, 0, 189), + [5457] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_init_declaration, 9, 0, 189), + [5459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(221), + [5461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7868), + [5463] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_entry, 4, 0, 207), + [5465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3293), + [5467] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_entry, 4, 0, 207), + [5469] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_entry, 5, 0, 226), + [5471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3308), + [5473] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_entry, 5, 0, 226), + [5475] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_entry, 4, 0, 208), + [5477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3297), + [5479] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_entry, 4, 0, 208), + [5481] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_call_suffix, 1, 0, 0), SHIFT(51), + [5484] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_constraints_repeat1, 2, 0, 0), SHIFT_REPEAT(3919), + [5487] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_constructor_suffix, 1, 0, 0), SHIFT(40), + [5490] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_call_suffix, 1, 0, 0), SHIFT(40), + [5493] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switch_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(3943), + [5496] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switch_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(4877), + [5499] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_switch_statement_repeat1, 2, 0, 0), + [5501] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switch_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(172), + [5504] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switch_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(4913), + [5507] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switch_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(4910), + [5510] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_switch_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(5410), + [5513] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switch_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(4911), + [5516] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switch_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(4931), + [5519] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switch_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(3936), + [5522] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switch_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(4905), + [5525] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switch_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(3949), + [5528] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_switch_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(3949), + [5531] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switch_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(9122), + [5534] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_key_path_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(5052), + [5537] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_call_suffix, 1, 0, 0), REDUCE(sym_expr_hack_at_ternary_binary_call_suffix, 1, 0, 0), SHIFT(40), + [5541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4992), + [5543] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5430), + [5545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5430), + [5547] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2739), + [5549] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2740), + [5551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3510), + [5553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4500), + [5555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4808), + [5557] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4809), + [5559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5806), + [5561] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_constructor_suffix, 1, 0, 0), SHIFT(42), + [5564] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_call_suffix, 1, 0, 0), SHIFT(42), + [5567] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4501), + [5569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5008), + [5571] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5431), + [5573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5431), + [5575] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2752), + [5577] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2753), + [5579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3517), + [5581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4509), + [5583] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4817), + [5585] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4818), + [5587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5808), + [5589] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_key_path_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(5043), + [5592] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4507), + [5594] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_call_suffix, 1, 0, 0), REDUCE(sym_expr_hack_at_ternary_binary_call_suffix, 1, 0, 0), SHIFT(42), + [5598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8809), + [5600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4720), + [5602] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_user_type_repeat1, 2, 0, 0), SHIFT_REPEAT(5592), + [5605] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__enum_entry_suffix, 1, 0, 176), + [5607] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__enum_entry_suffix, 1, 0, 176), + [5609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5592), + [5611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4562), + [5613] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__modifierless_property_declaration, 2, 0, 31), + [5615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4880), + [5617] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__modifierless_property_declaration, 2, 0, 31), + [5619] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_type_parameters, 2, 0, 0), + [5621] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_type_parameters, 2, 0, 0), + [5623] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_throws_clause, 4, 0, 166), + [5625] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_throws_clause, 4, 0, 166), + [5627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3943), + [5629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4877), + [5631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(949), + [5633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172), + [5635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4913), + [5637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4910), + [5639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5410), + [5641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4911), + [5643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4931), + [5645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3936), + [5647] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_associatedtype_declaration, 3, 0, 19), + [5649] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_associatedtype_declaration, 3, 0, 19), + [5651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4321), + [5653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3770), + [5655] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enum_entry_repeat1, 3, 0, 175), + [5657] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_enum_entry_repeat1, 3, 0, 175), + [5659] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__modifierless_property_declaration, 3, 0, 72), + [5661] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__modifierless_property_declaration, 3, 0, 72), + [5663] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_type_parameters, 3, 0, 0), + [5665] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_type_parameters, 3, 0, 0), + [5667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7322), + [5669] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_type_parameters, 4, 0, 0), + [5671] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_type_parameters, 4, 0, 0), + [5673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7105), + [5675] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_type_parameters, 5, 0, 0), + [5677] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_type_parameters, 5, 0, 0), + [5679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3113), + [5681] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__modifierless_property_declaration_repeat1, 2, 0, 117), + [5683] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__modifierless_property_declaration_repeat1, 2, 0, 117), SHIFT_REPEAT(4880), + [5686] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__modifierless_property_declaration_repeat1, 2, 0, 117), + [5688] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_type_parameters, 6, 0, 0), + [5690] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_type_parameters, 6, 0, 0), + [5692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7107), + [5694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3240), + [5696] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_associatedtype_declaration, 4, 0, 76), + [5698] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_associatedtype_declaration, 4, 0, 76), + [5700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4348), + [5702] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_type_parameters, 7, 0, 0), + [5704] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_type_parameters, 7, 0, 0), + [5706] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_type_parameters, 8, 0, 0), + [5708] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_type_parameters, 8, 0, 0), + [5710] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_type_parameters, 9, 0, 0), + [5712] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_type_parameters, 9, 0, 0), + [5714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2449), + [5716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1364), + [5718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2713), + [5720] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_value_argument_label, 1, 0, 0), + [5722] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_operator_declaration, 5, 0, 0), + [5724] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_operator_declaration, 5, 0, 0), + [5726] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_associatedtype_declaration, 5, 0, 111), + [5728] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_associatedtype_declaration, 5, 0, 111), + [5730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4353), + [5732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2957), + [5734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4637), + [5736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9033), + [5738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1237), + [5740] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_associatedtype_declaration, 6, 0, 157), + [5742] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_associatedtype_declaration, 6, 0, 157), + [5744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4358), + [5746] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__single_modifierless_property_declaration, 4, 0, 153), + [5748] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__single_modifierless_property_declaration, 4, 0, 153), + [5750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5594), + [5752] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protocol_composition_type_repeat1, 2, 0, 0), SHIFT_REPEAT(4853), + [5755] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5648), + [5757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5648), + [5759] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3025), + [5761] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2891), + [5763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3474), + [5765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4473), + [5767] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4733), + [5769] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4735), + [5771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5798), + [5773] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_constructor_suffix, 1, 0, 0), SHIFT(34), + [5776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4563), + [5778] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_call_suffix, 1, 0, 0), SHIFT(34), + [5781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186), + [5783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7201), + [5785] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_key_path_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(5056), + [5788] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_optional_type_repeat1, 2, 0, 0), SHIFT_REPEAT(3694), + [5791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(188), + [5793] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__single_modifierless_property_declaration, 2, 0, 73), + [5795] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__single_modifierless_property_declaration, 2, 0, 73), + [5797] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__single_modifierless_property_declaration, 2, 0, 74), + [5799] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__single_modifierless_property_declaration, 2, 0, 74), + [5801] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_visibility_modifier, 4, 0, 0), + [5803] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_visibility_modifier, 4, 0, 0), + [5805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(598), + [5807] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5489), + [5809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5489), + [5811] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2940), + [5813] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2942), + [5815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3535), + [5817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4533), + [5819] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4858), + [5821] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4859), + [5823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5817), + [5825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(601), + [5827] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_call_suffix, 1, 0, 0), REDUCE(sym_expr_hack_at_ternary_binary_call_suffix, 1, 0, 0), SHIFT(34), + [5831] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__modifierless_property_declaration_repeat1, 2, 0, 31), + [5833] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__modifierless_property_declaration_repeat1, 2, 0, 31), + [5835] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_computed_property, 2, 0, 0), + [5837] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_computed_property, 2, 0, 0), + [5839] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__single_modifierless_property_declaration, 3, 0, 118), + [5841] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__single_modifierless_property_declaration, 3, 0, 118), + [5843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4974), + [5845] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__single_modifierless_property_declaration, 3, 0, 119), + [5847] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__single_modifierless_property_declaration, 3, 0, 119), + [5849] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_user_type_repeat1, 2, 0, 0), SHIFT_REPEAT(5594), + [5852] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5628), + [5854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5628), + [5856] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2967), + [5858] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2968), + [5860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3448), + [5862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4464), + [5864] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4828), + [5866] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4833), + [5868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5793), + [5870] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ownership_modifier, 1, 0, 0), + [5872] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ownership_modifier, 1, 0, 0), + [5874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7196), + [5876] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_modifier, 1, 0, 0), + [5878] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_modifier, 1, 0, 0), + [5880] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_member_modifier, 1, 0, 0), + [5882] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_member_modifier, 1, 0, 0), + [5884] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4444), + [5886] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_computed_property, 3, 0, 0), + [5888] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_computed_property, 3, 0, 0), + [5890] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_willset_didset_block, 3, 0, 0), + [5892] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_willset_didset_block, 3, 0, 0), + [5894] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__single_modifierless_property_declaration, 4, 0, 32), + [5896] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__single_modifierless_property_declaration, 4, 0, 32), + [5898] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__single_modifierless_property_declaration, 4, 0, 154), + [5900] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__single_modifierless_property_declaration, 4, 0, 154), + [5902] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression_with_willset_didset, 3, 1, 43), + [5904] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression_with_willset_didset, 3, 1, 43), + [5906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183), + [5908] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inheritance_modifier, 1, 0, 0), + [5910] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_inheritance_modifier, 1, 0, 0), + [5912] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_willset_didset_block, 4, 0, 0), + [5914] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_willset_didset_block, 4, 0, 0), + [5916] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3079), + [5918] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3080), + [5920] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4762), + [5922] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4763), + [5924] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5177), + [5926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5177), + [5928] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3082), + [5930] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3083), + [5932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3242), + [5934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4411), + [5936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5700), + [5938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(649), + [5940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(666), + [5942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(674), + [5944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(683), + [5946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(691), + [5948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(699), + [5950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(707), + [5952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(714), + [5954] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__modifierless_class_declaration, 3, 0, 41), + [5956] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__modifierless_class_declaration, 3, 0, 41), + [5958] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_init_declaration, 7, 0, 218), + [5960] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_init_declaration, 7, 0, 218), + [5962] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protocol_declaration, 7, 0, 211), + [5964] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_protocol_declaration, 7, 0, 211), + [5966] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_associatedtype_declaration, 7, 0, 219), + [5968] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_associatedtype_declaration, 7, 0, 219), + [5970] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_init_declaration, 8, 0, 224), + [5972] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_init_declaration, 8, 0, 224), + [5974] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_init_declaration, 7, 0, 212), + [5976] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_init_declaration, 7, 0, 212), + [5978] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_optional_type_repeat1, 2, 0, 0), SHIFT_REPEAT(3811), + [5981] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript_declaration, 4, 0, 69), + [5983] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript_declaration, 4, 0, 69), + [5985] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript_declaration, 4, 0, 107), + [5987] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript_declaration, 4, 0, 107), + [5989] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_init_declaration, 7, 0, 213), + [5991] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_init_declaration, 7, 0, 213), + [5993] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript_declaration, 5, 0, 69), + [5995] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript_declaration, 5, 0, 69), + [5997] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript_declaration, 5, 0, 220), + [5999] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript_declaration, 5, 0, 220), + [6001] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript_declaration, 5, 0, 115), + [6003] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript_declaration, 5, 0, 115), + [6005] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript_declaration, 6, 0, 235), + [6007] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript_declaration, 6, 0, 235), + [6009] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript_declaration, 6, 0, 220), + [6011] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript_declaration, 6, 0, 220), + [6013] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript_declaration, 6, 0, 115), + [6015] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript_declaration, 6, 0, 115), + [6017] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript_declaration, 7, 0, 235), + [6019] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript_declaration, 7, 0, 235), + [6021] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript_declaration, 7, 0, 240), + [6023] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript_declaration, 7, 0, 240), + [6025] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_init_declaration, 8, 0, 225), + [6027] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_init_declaration, 8, 0, 225), + [6029] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript_declaration, 8, 0, 240), + [6031] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript_declaration, 8, 0, 240), + [6033] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__modifierless_class_declaration, 8, 0, 229), + [6035] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__modifierless_class_declaration, 8, 0, 229), + [6037] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_init_declaration, 8, 0, 230), + [6039] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_init_declaration, 8, 0, 230), + [6041] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_entry, 3, 0, 17), + [6043] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_entry, 3, 0, 17), + [6045] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_init_declaration, 8, 0, 231), + [6047] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_init_declaration, 8, 0, 231), + [6049] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_declaration, 1, 0, 5), + [6051] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_property_declaration, 1, 0, 5), + [6053] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_typealias_declaration, 1, 0, 6), + [6055] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_typealias_declaration, 1, 0, 6), + [6057] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 1, 0, 8), + [6059] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 1, 0, 8), + [6061] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_init_declaration, 7, 0, 203), + [6063] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_init_declaration, 7, 0, 203), + [6065] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_level_declaration, 1, 0, 0), + [6067] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_level_declaration, 1, 0, 0), + [6069] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_associatedtype_declaration, 7, 0, 214), + [6071] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_associatedtype_declaration, 7, 0, 214), + [6073] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_declaration, 2, 0, 0), + [6075] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_declaration, 2, 0, 0), + [6077] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_init_declaration, 8, 0, 232), + [6079] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_init_declaration, 8, 0, 232), + [6081] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_init_declaration, 7, 0, 216), + [6083] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_init_declaration, 7, 0, 216), + [6085] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protocol_declaration, 7, 0, 195), + [6087] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_protocol_declaration, 7, 0, 195), + [6089] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_body, 1, 0, 0), + [6091] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_body, 1, 0, 0), + [6093] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 2, 0, 29), + [6095] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 2, 0, 29), + [6097] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4903), + [6099] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_declaration, 2, 0, 31), + [6101] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_property_declaration, 2, 0, 31), + [6103] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_typealias_declaration, 2, 0, 33), + [6105] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_typealias_declaration, 2, 0, 33), + [6107] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 2, 0, 34), + [6109] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 2, 0, 34), + [6111] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_init_declaration, 7, 0, 202), + [6113] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_init_declaration, 7, 0, 202), + [6115] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_entry, 4, 0, 175), + [6117] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_entry, 4, 0, 175), + [6119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5938), + [6121] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_init_declaration, 7, 0, 217), + [6123] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_init_declaration, 7, 0, 217), + [6125] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_entry, 4, 0, 177), + [6127] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_entry, 4, 0, 177), + [6129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7696), + [6131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7859), + [6133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7751), + [6135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5950), + [6137] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_entry, 4, 0, 178), + [6139] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_entry, 4, 0, 178), + [6141] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_declaration, 3, 0, 0), + [6143] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_declaration, 3, 0, 0), + [6145] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protocol_declaration, 3, 0, 41), + [6147] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_protocol_declaration, 3, 0, 41), + [6149] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__modifierless_class_declaration, 3, 0, 57), + [6151] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__modifierless_class_declaration, 3, 0, 57), + [6153] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_init_declaration, 3, 0, 59), + [6155] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_init_declaration, 3, 0, 59), + [6157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6113), + [6159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6060), + [6161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3000), + [6163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6029), + [6165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7220), + [6167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5689), + [6169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5689), + [6171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3291), + [6173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3296), + [6175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3485), + [6177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4485), + [6179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4754), + [6181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4757), + [6183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5800), + [6185] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_entry, 5, 0, 205), + [6187] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_entry, 5, 0, 205), + [6189] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_entry, 5, 0, 207), + [6191] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_entry, 5, 0, 207), + [6193] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_body, 2, 0, 0), + [6195] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_body, 2, 0, 0), + [6197] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__modifierless_class_declaration, 4, 0, 83), + [6199] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__modifierless_class_declaration, 4, 0, 83), + [6201] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_entry, 5, 0, 208), + [6203] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_entry, 5, 0, 208), + [6205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2145), + [6207] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_entry, 5, 0, 209), + [6209] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_entry, 5, 0, 209), + [6211] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__modifierless_typealias_declaration, 4, 0, 102), + [6213] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__modifierless_typealias_declaration, 4, 0, 102), + [6215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2106), + [6217] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_init_declaration, 4, 0, 104), + [6219] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_init_declaration, 4, 0, 104), + [6221] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_entry, 6, 0, 226), + [6223] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_entry, 6, 0, 226), + [6225] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_entry, 6, 0, 227), + [6227] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_entry, 6, 0, 227), + [6229] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_class_body, 2, 0, 0), + [6231] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_class_body, 2, 0, 0), + [6233] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protocol_body, 2, 0, 0), + [6235] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_protocol_body, 2, 0, 0), + [6237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4593), + [6239] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protocol_declaration, 4, 0, 83), + [6241] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_protocol_declaration, 4, 0, 83), + [6243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2110), + [6245] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__modifierless_class_declaration, 4, 0, 105), + [6247] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__modifierless_class_declaration, 4, 0, 105), + [6249] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__modifierless_class_declaration, 4, 0, 106), + [6251] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__modifierless_class_declaration, 4, 0, 106), + [6253] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_init_declaration, 4, 0, 109), + [6255] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_init_declaration, 4, 0, 109), + [6257] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_entry, 6, 0, 228), + [6259] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_entry, 6, 0, 228), + [6261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3327), + [6263] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3330), + [6265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4764), + [6267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4766), + [6269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5277), + [6271] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_init_declaration, 4, 0, 110), + [6273] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_init_declaration, 4, 0, 110), + [6275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5344), + [6277] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_entry, 7, 0, 237), + [6279] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_entry, 7, 0, 237), + [6281] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_operator_declaration, 4, 0, 0), + [6283] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_operator_declaration, 4, 0, 0), + [6285] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_precedence_group_declaration, 4, 0, 0), + [6287] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_precedence_group_declaration, 4, 0, 0), + [6289] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_associatedtype_declaration, 4, 0, 112), + [6291] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_associatedtype_declaration, 4, 0, 112), + [6293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5294), + [6295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6361), + [6297] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_init_declaration, 8, 0, 233), + [6299] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_init_declaration, 8, 0, 233), + [6301] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protocol_declaration, 8, 0, 229), + [6303] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_protocol_declaration, 8, 0, 229), + [6305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6376), + [6307] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_declaration, 4, 0, 0), + [6309] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_declaration, 4, 0, 0), + [6311] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_associatedtype_declaration, 8, 0, 234), + [6313] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_associatedtype_declaration, 8, 0, 234), + [6315] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protocol_declaration, 4, 0, 106), + [6317] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_protocol_declaration, 4, 0, 106), + [6319] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_init_declaration, 9, 0, 236), + [6321] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_init_declaration, 9, 0, 236), + [6323] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__modifierless_class_declaration, 5, 0, 124), + [6325] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__modifierless_class_declaration, 5, 0, 124), + [6327] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_body, 3, 0, 0), + [6329] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_body, 3, 0, 0), + [6331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6339), + [6333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5842), + [6335] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__modifierless_typealias_declaration, 5, 0, 137), + [6337] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__modifierless_typealias_declaration, 5, 0, 137), + [6339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(823), + [6341] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_init_declaration, 5, 0, 139), + [6343] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_init_declaration, 5, 0, 139), + [6345] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_init_declaration, 9, 0, 238), + [6347] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_init_declaration, 9, 0, 238), + [6349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(833), + [6351] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_init_declaration, 5, 0, 140), + [6353] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_init_declaration, 5, 0, 140), + [6355] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__modifierless_class_declaration, 7, 0, 210), + [6357] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__modifierless_class_declaration, 7, 0, 210), + [6359] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_class_body, 3, 0, 0), + [6361] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_class_body, 3, 0, 0), + [6363] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protocol_declaration, 5, 0, 124), + [6365] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_protocol_declaration, 5, 0, 124), + [6367] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protocol_body, 3, 0, 0), + [6369] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_protocol_body, 3, 0, 0), + [6371] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__modifierless_class_declaration, 5, 0, 141), + [6373] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__modifierless_class_declaration, 5, 0, 141), + [6375] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__modifierless_class_declaration, 5, 0, 142), + [6377] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__modifierless_class_declaration, 5, 0, 142), + [6379] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_init_declaration, 5, 0, 145), + [6381] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_init_declaration, 5, 0, 145), + [6383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1795), + [6385] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_init_declaration, 9, 0, 239), + [6387] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_init_declaration, 9, 0, 239), + [6389] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_init_declaration, 5, 0, 146), + [6391] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_init_declaration, 5, 0, 146), + [6393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1802), + [6395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1804), + [6397] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_deinit_declaration, 2, 0, 125), + [6399] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_deinit_declaration, 2, 0, 125), + [6401] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_init_declaration, 10, 0, 241), + [6403] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_init_declaration, 10, 0, 241), + [6405] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_init_declaration, 5, 0, 147), + [6407] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_init_declaration, 5, 0, 147), + [6409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1891), + [6411] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_deprecated_operator_declaration_body, 2, 0, 0), + [6413] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_deprecated_operator_declaration_body, 2, 0, 0), + [6415] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_precedence_group_declaration, 5, 0, 0), + [6417] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_precedence_group_declaration, 5, 0, 0), + [6419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1885), + [6421] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__modifierless_class_declaration, 7, 0, 211), + [6423] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__modifierless_class_declaration, 7, 0, 211), + [6425] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_associatedtype_declaration, 5, 0, 148), + [6427] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_associatedtype_declaration, 5, 0, 148), + [6429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1892), + [6431] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5881), + [6433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5881), + [6435] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3446), + [6437] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3454), + [6439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3493), + [6441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4393), + [6443] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4821), + [6445] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4822), + [6447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5787), + [6449] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5691), + [6451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5691), + [6453] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3447), + [6455] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3449), + [6457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3514), + [6459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4506), + [6461] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4813), + [6463] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4814), + [6465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5807), + [6467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5997), + [6469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6003), + [6471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6006), + [6473] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_init_declaration, 5, 0, 156), + [6475] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_init_declaration, 5, 0, 156), + [6477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2370), + [6479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2382), + [6481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2388), + [6483] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protocol_declaration, 5, 0, 142), + [6485] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_protocol_declaration, 5, 0, 142), + [6487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6225), + [6489] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_associatedtype_declaration, 5, 0, 158), + [6491] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_associatedtype_declaration, 5, 0, 158), + [6493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6233), + [6495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6235), + [6497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5944), + [6499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5951), + [6501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5968), + [6503] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__modifierless_class_declaration, 6, 0, 161), + [6505] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__modifierless_class_declaration, 6, 0, 161), + [6507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5477), + [6509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5629), + [6511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5466), + [6513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6118), + [6515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6086), + [6517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6037), + [6519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1836), + [6521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1856), + [6523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1869), + [6525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6017), + [6527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5398), + [6529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5429), + [6531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5439), + [6533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2244), + [6535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2338), + [6537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2303), + [6539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2299), + [6541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2337), + [6543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2341), + [6545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5702), + [6547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5719), + [6549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5722), + [6551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6088), + [6553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6106), + [6555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6112), + [6557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5758), + [6559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5767), + [6561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5770), + [6563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1984), + [6565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1988), + [6567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1990), + [6569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6132), + [6571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6025), + [6573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6030), + [6575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2053), + [6577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2063), + [6579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2066), + [6581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1090), + [6583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1096), + [6585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1099), + [6587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3049), + [6589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2895), + [6591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2897), + [6593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5972), + [6595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5985), + [6597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5990), + [6599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2201), + [6601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2164), + [6603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2167), + [6605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3916), + [6607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3926), + [6609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3928), + [6611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3701), + [6613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3785), + [6615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3795), + [6617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3831), + [6619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3808), + [6621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3798), + [6623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1065), + [6625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1087), + [6627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1073), + [6629] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_init_declaration, 6, 0, 172), + [6631] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_init_declaration, 6, 0, 172), + [6633] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_init_declaration, 6, 0, 173), + [6635] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_init_declaration, 6, 0, 173), + [6637] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__primary_expression, 1, 0, 0), REDUCE(sym_capture_list_item, 1, 0, 11), + [6640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5663), + [6642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7248), + [6644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7253), + [6646] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript_declaration, 3, 0, 107), + [6648] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript_declaration, 3, 0, 107), + [6650] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_deinit_declaration, 3, 0, 162), + [6652] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_deinit_declaration, 3, 0, 162), + [6654] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_init_declaration, 6, 0, 174), + [6656] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_init_declaration, 6, 0, 174), + [6658] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protocol_declaration, 6, 0, 161), + [6660] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_protocol_declaration, 6, 0, 161), + [6662] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__modifierless_class_declaration, 6, 0, 180), + [6664] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__modifierless_class_declaration, 6, 0, 180), + [6666] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__modifierless_class_declaration, 6, 0, 181), + [6668] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__modifierless_class_declaration, 6, 0, 181), + [6670] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_init_declaration, 6, 0, 183), + [6672] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_init_declaration, 6, 0, 183), + [6674] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_init_declaration, 6, 0, 184), + [6676] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_init_declaration, 6, 0, 184), + [6678] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_init_declaration, 6, 0, 185), + [6680] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_init_declaration, 6, 0, 185), + [6682] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_operator_declaration, 6, 0, 0), + [6684] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_operator_declaration, 6, 0, 0), + [6686] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_deprecated_operator_declaration_body, 3, 0, 0), + [6688] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_deprecated_operator_declaration_body, 3, 0, 0), + [6690] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_associatedtype_declaration, 6, 0, 186), + [6692] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_associatedtype_declaration, 6, 0, 186), + [6694] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_init_declaration, 6, 0, 190), + [6696] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_init_declaration, 6, 0, 190), + [6698] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_init_declaration, 6, 0, 191), + [6700] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_init_declaration, 6, 0, 191), + [6702] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protocol_declaration, 6, 0, 181), + [6704] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_protocol_declaration, 6, 0, 181), + [6706] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_associatedtype_declaration, 6, 0, 192), + [6708] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_associatedtype_declaration, 6, 0, 192), + [6710] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__modifierless_class_declaration, 7, 0, 195), + [6712] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__modifierless_class_declaration, 7, 0, 195), + [6714] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_init_declaration, 7, 0, 201), + [6716] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_init_declaration, 7, 0, 201), + [6718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3899), + [6720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4366), + [6722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7057), + [6724] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5694), + [6726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5694), + [6728] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3656), + [6730] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3658), + [6732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3523), + [6734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4518), + [6736] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4837), + [6738] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4838), + [6740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5811), + [6742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(826), + [6744] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3680), + [6746] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3682), + [6748] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4730), + [6750] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4731), + [6752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3960), + [6754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4), + [6756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(687), + [6758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3914), + [6760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7242), + [6762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7182), + [6764] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__locally_permitted_modifiers, 2, 0, 0), SHIFT_REPEAT(3943), + [6767] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__locally_permitted_modifiers, 2, 0, 0), SHIFT_REPEAT(5410), + [6770] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__locally_permitted_modifiers, 2, 0, 0), SHIFT_REPEAT(3936), + [6773] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__locally_permitted_modifiers, 2, 0, 0), SHIFT_REPEAT(3949), + [6776] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__locally_permitted_modifiers, 2, 0, 0), SHIFT_REPEAT(3949), + [6779] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5960), + [6781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5960), + [6783] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3717), + [6785] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3720), + [6787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3467), + [6789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4470), + [6791] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4862), + [6793] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4863), + [6795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5797), + [6797] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5771), + [6799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5771), + [6801] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3793), + [6803] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3726), + [6805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3276), + [6807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4431), + [6809] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4715), + [6811] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4716), + [6813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5729), + [6815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3983), + [6817] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__primary_expression, 1, 0, 0), REDUCE(sym_lambda_parameter, 1, 0, 0), + [6820] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protocol_composition_type_repeat1, 2, 0, 0), SHIFT_REPEAT(4706), + [6823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3987), + [6825] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protocol_composition_type_repeat1, 2, 0, 0), SHIFT_REPEAT(4720), + [6828] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3840), + [6830] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3841), + [6832] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4804), + [6834] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4805), + [6836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5792), + [6838] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4935), + [6840] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4878), + [6842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8746), + [6844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4699), + [6846] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_modifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(3943), + [6849] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_modifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(4877), + [6852] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_modifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(4913), + [6855] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_modifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(4910), + [6858] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_modifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(5410), + [6861] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_modifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(4911), + [6864] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_modifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(4931), + [6867] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_modifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(3936), + [6870] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_modifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(4905), + [6873] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_modifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(3949), + [6876] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_modifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(3949), + [6879] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3816), + [6881] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3821), + [6883] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4738), + [6885] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4741), + [6887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4561), + [6889] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_user_type_repeat1, 2, 0, 0), SHIFT_REPEAT(5591), + [6892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5591), + [6894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3978), + [6896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4522), + [6898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5571), + [6900] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_user_type_repeat1, 2, 0, 0), SHIFT_REPEAT(5571), + [6903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169), + [6905] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__locally_permitted_modifiers, 1, 0, 0), REDUCE(aux_sym__lambda_type_declaration_repeat1, 1, 0, 0), + [6908] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_optional_type_repeat1, 2, 0, 0), SHIFT_REPEAT(3899), + [6911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3933), + [6913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3937), + [6915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4033), + [6917] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__binding_pattern_no_expr, 1, 0, 13), + [6919] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__no_expr_pattern_already_bound, 1, 0, 0), SHIFT(3938), + [6922] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__binding_pattern_no_expr, 1, 0, 0), REDUCE(sym__no_expr_pattern_already_bound, 1, 0, 0), + [6925] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__no_expr_pattern_already_bound, 1, 0, 13), SHIFT(3939), + [6928] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__binding_pattern_no_expr, 1, 0, 13), REDUCE(sym__no_expr_pattern_already_bound, 1, 0, 13), + [6931] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__direct_or_indirect_binding, 2, 0, 50), + [6933] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__direct_or_indirect_binding, 2, 0, 50), + [6935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4249), + [6937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3982), + [6939] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__binding_pattern_no_expr, 1, 0, 0), + [6941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(395), + [6943] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protocol_composition_type_repeat1, 2, 0, 0), SHIFT_REPEAT(4699), + [6946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3985), + [6948] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__binding_pattern_no_expr, 2, 0, 0), REDUCE(sym__no_expr_pattern_already_bound, 2, 0, 0), + [6951] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__binding_pattern_no_expr, 2, 0, 13), REDUCE(sym__no_expr_pattern_already_bound, 2, 0, 13), + [6954] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__binding_pattern, 2, 0, 50), + [6956] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__binding_pattern, 2, 0, 50), + [6958] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__binding_pattern, 3, 0, 100), + [6960] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__binding_pattern, 3, 0, 100), + [6962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4077), + [6964] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7149), + [6966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7159), + [6968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7154), + [6970] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7159), + [6972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7149), + [6974] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_let_binding, 1, 0, 13), + [6976] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_let_binding, 1, 0, 13), + [6978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(597), + [6980] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__binding_pattern_no_expr, 2, 0, 0), + [6982] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__binding_pattern_no_expr, 2, 0, 13), + [6984] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7237), + [6986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7184), + [6988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7217), + [6990] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7184), + [6992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7237), + [6994] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__direct_or_indirect_binding, 1, 0, 13), + [6996] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__direct_or_indirect_binding, 1, 0, 13), + [6998] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_property_modifier, 1, 0, 0), SHIFT(2122), + [7001] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_property_modifier, 1, 0, 0), SHIFT(6417), + [7004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2824), + [7006] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5652), + [7008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5267), + [7010] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3842), + [7012] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3850), + [7014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5210), + [7016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1813), + [7018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1594), + [7020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2961), + [7022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5245), + [7024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1778), + [7026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5246), + [7028] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5010), + [7030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5010), + [7032] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4200), + [7034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4200), + [7036] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4988), + [7038] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6285), + [7040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6144), + [7042] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4971), + [7044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8289), + [7046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4996), + [7048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8962), + [7050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4208), + [7052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2291), + [7054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2962), + [7056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8028), + [7058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2628), + [7060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2301), + [7062] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_constraints_repeat1, 2, 0, 0), SHIFT_REPEAT(3889), + [7065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1477), + [7067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4955), + [7069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5036), + [7071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3880), + [7073] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4052), + [7075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4052), + [7077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7850), + [7079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3882), + [7081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5211), + [7083] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4048), + [7085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4048), + [7087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8549), + [7089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5033), + [7091] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__binding_kind_and_pattern, 2, 0, 50), + [7093] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__binding_kind_and_pattern, 2, 0, 50), + [7095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4960), + [7097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2574), + [7099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2243), + [7101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5202), + [7103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2246), + [7105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5548), + [7107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5551), + [7109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2403), + [7111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(869), + [7113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6298), + [7115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2404), + [7117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5231), + [7119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5919), + [7121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5923), + [7123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5604), + [7125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5611), + [7127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5268), + [7129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1472), + [7131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1234), + [7133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1235), + [7135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1946), + [7137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1948), + [7139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6001), + [7141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(873), + [7143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5709), + [7145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6009), + [7147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3243), + [7149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2041), + [7151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5650), + [7153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2042), + [7155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2354), + [7157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2357), + [7159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2793), + [7161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3254), + [7163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2932), + [7165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2794), + [7167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1117), + [7169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2387), + [7171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1118), + [7173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2803), + [7175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2804), + [7177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5670), + [7179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5671), + [7181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4148), + [7183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4148), + [7185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3430), + [7187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5300), + [7189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2192), + [7191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2407), + [7193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2204), + [7195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3881), + [7197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3883), + [7199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3213), + [7201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3214), + [7203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1619), + [7205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3631), + [7207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3748), + [7209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5242), + [7211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6077), + [7213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3749), + [7215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5680), + [7217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1207), + [7219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2051), + [7221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6102), + [7223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5948), + [7225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1208), + [7227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1086), + [7229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1070), + [7231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1766), + [7233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2414), + [7235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5949), + [7237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5664), + [7239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5937), + [7241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2933), + [7243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5940), + [7245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5665), + [7247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2056), + [7249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5697), + [7251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5685), + [7253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1827), + [7255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2416), + [7257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5686), + [7259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(828), + [7261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(829), + [7263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2139), + [7265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5393), + [7267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2142), + [7269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1808), + [7271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5397), + [7273] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_deprecated_operator_declaration_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5010), + [7276] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_deprecated_operator_declaration_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5010), + [7279] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_deprecated_operator_declaration_body_repeat1, 2, 0, 0), SHIFT_REPEAT(4200), + [7282] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_deprecated_operator_declaration_body_repeat1, 2, 0, 0), SHIFT_REPEAT(4200), + [7285] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_deprecated_operator_declaration_body_repeat1, 2, 0, 0), SHIFT_REPEAT(4988), + [7288] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_deprecated_operator_declaration_body_repeat1, 2, 0, 0), SHIFT_REPEAT(6285), + [7291] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_deprecated_operator_declaration_body_repeat1, 2, 0, 0), SHIFT_REPEAT(6144), + [7294] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_deprecated_operator_declaration_body_repeat1, 2, 0, 0), SHIFT_REPEAT(4971), + [7297] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_deprecated_operator_declaration_body_repeat1, 2, 0, 0), + [7299] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_deprecated_operator_declaration_body_repeat1, 2, 0, 0), SHIFT_REPEAT(8884), + [7302] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_deprecated_operator_declaration_body_repeat1, 2, 0, 0), SHIFT_REPEAT(4996), + [7305] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_deprecated_operator_declaration_body_repeat1, 2, 0, 0), SHIFT_REPEAT(8962), + [7308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5688), + [7310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1834), + [7312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6299), + [7314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3529), + [7316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4527), + [7318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3538), + [7320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4536), + [7322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3373), + [7324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4453), + [7326] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__direct_or_indirect_binding, 2, 0, 13), + [7328] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__direct_or_indirect_binding, 2, 0, 13), + [7330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3550), + [7332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4551), + [7334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3461), + [7336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4467), + [7338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3298), + [7340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4437), + [7342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3500), + [7344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4494), + [7346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3506), + [7348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4497), + [7350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3526), + [7352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4521), + [7354] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_do_statement_repeat1, 2, 0, 0), + [7356] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_do_statement_repeat1, 2, 0, 0), + [7358] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_do_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(4694), + [7361] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_statement, 2, 0, 0), + [7363] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_statement, 2, 0, 0), + [7365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4694), + [7367] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_statement, 3, 0, 0), + [7369] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_statement, 3, 0, 0), + [7371] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__direct_or_indirect_binding, 3, 0, 50), + [7373] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__direct_or_indirect_binding, 3, 0, 50), + [7375] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_statements_repeat1, 2, 0, 0), + [7377] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_statements_repeat1, 2, 0, 0), + [7379] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_statements_repeat1, 2, 0, 0), SHIFT_REPEAT(115), + [7382] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_repeat_while_statement, 6, 0, 163), + [7384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210), + [7386] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_repeat_while_statement, 6, 0, 163), + [7388] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_repeat_while_statement, 6, 0, 164), + [7390] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_repeat_while_statement, 6, 0, 164), + [7392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4874), + [7394] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__modifierless_property_declaration_repeat1, 2, 0, 117), SHIFT_REPEAT(4874), + [7397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27), + [7399] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_repeat_while_statement, 7, 0, 196), + [7401] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_repeat_while_statement, 7, 0, 196), + [7403] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_repeat_while_statement, 7, 0, 197), + [7405] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_repeat_while_statement, 7, 0, 197), + [7407] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_repeat_while_statement, 8, 0, 221), + [7409] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_repeat_while_statement, 8, 0, 221), + [7411] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_statements, 1, 0, 0), + [7413] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_statements, 1, 0, 0), + [7415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28), + [7417] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_repeat_while_statement, 5, 0, 126), + [7419] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_repeat_while_statement, 5, 0, 126), + [7421] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat1, 2, 0, 95), + [7423] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat1, 2, 0, 95), SHIFT_REPEAT(210), + [7426] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_if_statement_repeat1, 2, 0, 95), + [7428] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_availability_condition, 6, 0, 0), + [7430] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_availability_condition, 6, 0, 0), + [7432] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_availability_condition, 5, 0, 0), + [7434] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_availability_condition, 5, 0, 0), + [7436] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_let_binding, 4, 0, 13), + [7438] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_let_binding, 4, 0, 13), + [7440] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_availability_condition, 7, 0, 0), + [7442] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_availability_condition, 7, 0, 0), + [7444] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_let_binding, 2, 0, 13), + [7446] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_let_binding, 2, 0, 13), + [7448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7117), + [7450] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_catch_block, 3, 0, 0), + [7452] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_catch_block, 3, 0, 0), + [7454] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat1, 2, 0, 51), + [7456] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_if_statement_repeat1, 2, 0, 51), + [7458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7116), + [7460] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_catch_block, 4, 0, 135), + [7462] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_catch_block, 4, 0, 135), + [7464] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_catch_block, 3, 0, 135), + [7466] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_catch_block, 3, 0, 135), + [7468] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_catch_block, 2, 0, 0), + [7470] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_catch_block, 2, 0, 0), + [7472] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__local_property_declaration, 2, 0, 31), + [7474] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__local_property_declaration, 2, 0, 31), + [7476] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 6, 0, 171), + [7478] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 6, 0, 171), + [7480] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 5, 0, 136), + [7482] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 5, 0, 136), + [7484] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, 0, 199), + [7486] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, 0, 199), + [7488] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__modifierless_function_declaration, 2, 0, 29), + [7490] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__modifierless_function_declaration, 2, 0, 29), + [7492] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_guard_statement, 4, 0, 51), + [7494] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_guard_statement, 4, 0, 51), + [7496] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__local_typealias_declaration, 2, 0, 33), + [7498] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__local_typealias_declaration, 2, 0, 33), + [7500] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, 0, 171), + [7502] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, 0, 171), + [7504] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 6, 0, 136), + [7506] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 6, 0, 136), + [7508] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, 0, 170), + [7510] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, 0, 170), + [7512] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, 0, 200), + [7514] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, 0, 200), + [7516] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_local_declaration, 1, 0, 5), + [7518] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_local_declaration, 1, 0, 5), + [7520] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 6, 0, 170), + [7522] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 6, 0, 170), + [7524] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_local_declaration, 1, 0, 6), + [7526] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_local_declaration, 1, 0, 6), + [7528] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_local_declaration, 1, 0, 14), + [7530] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_local_declaration, 1, 0, 14), + [7532] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_local_declaration, 1, 0, 8), + [7534] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_local_declaration, 1, 0, 8), + [7536] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__local_property_declaration, 1, 0, 5), + [7538] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__local_property_declaration, 1, 0, 5), + [7540] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__local_typealias_declaration, 1, 0, 6), + [7542] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__local_typealias_declaration, 1, 0, 6), + [7544] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, 0, 199), + [7546] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, 0, 199), + [7548] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__local_function_declaration, 1, 0, 14), + [7550] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__local_function_declaration, 1, 0, 14), + [7552] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__local_class_declaration, 1, 0, 8), + [7554] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__local_class_declaration, 1, 0, 8), + [7556] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 4, 0, 51), + [7558] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 4, 0, 51), + [7560] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__labeled_statement, 2, 0, 0), + [7562] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__labeled_statement, 2, 0, 0), + [7564] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 5, 0, 94), + [7566] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 5, 0, 94), + [7568] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, 0, 200), + [7570] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, 0, 200), + [7572] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, 0, 223), + [7574] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, 0, 223), + [7576] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__local_function_declaration, 2, 0, 55), + [7578] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__local_function_declaration, 2, 0, 55), + [7580] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__local_class_declaration, 2, 0, 34), + [7582] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__local_class_declaration, 2, 0, 34), + [7584] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 6, 0, 94), + [7586] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 6, 0, 94), + [7588] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 9, 0, 223), + [7590] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 9, 0, 223), + [7592] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_guard_statement, 5, 0, 94), + [7594] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_guard_statement, 5, 0, 94), + [7596] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 5, 0, 51), + [7598] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 5, 0, 51), + [7600] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6570), + [7602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6570), + [7604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176), + [7606] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4940), + [7608] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5092), + [7610] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5047), + [7612] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4425), + [7614] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7232), + [7616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5723), + [7618] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6521), + [7620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6521), + [7622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178), + [7624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83), + [7626] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7083), + [7628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5762), + [7630] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__non_local_scope_modifier, 1, 0, 0), + [7632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5749), + [7634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6458), + [7636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6624), + [7638] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__non_local_scope_modifier, 1, 0, 0), + [7640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57), + [7642] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4943), + [7644] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_entry, 6, 0, 0), + [7646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4883), + [7648] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_entry, 6, 0, 0), + [7650] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_entry, 7, 0, 0), + [7652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4873), + [7654] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_entry, 7, 0, 0), + [7656] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_entry, 8, 0, 0), + [7658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4887), + [7660] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_entry, 8, 0, 0), + [7662] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_entry, 3, 0, 0), + [7664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4886), + [7666] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_entry, 3, 0, 0), + [7668] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_entry, 5, 0, 0), + [7670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4876), + [7672] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_entry, 5, 0, 0), + [7674] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_entry, 4, 0, 0), + [7676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4888), + [7678] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_entry, 4, 0, 0), + [7680] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4944), + [7682] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3864), + [7684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3864), + [7686] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5094), + [7688] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4243), + [7690] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3874), + [7692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5779), + [7694] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2026), + [7696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2026), + [7698] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5100), + [7700] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4226), + [7702] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2061), + [7704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5728), + [7706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9055), + [7708] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6075), + [7710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6075), + [7712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181), + [7714] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5073), + [7716] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4225), + [7718] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6210), + [7720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5699), + [7722] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6203), + [7724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6203), + [7726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177), + [7728] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5096), + [7730] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4571), + [7732] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6264), + [7734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5772), + [7736] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4945), + [7738] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_entry, 9, 0, 0), + [7740] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_entry, 9, 0, 0), + [7742] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_user_type_repeat1, 2, 0, 0), SHIFT_REPEAT(5484), + [7745] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_didset_clause, 2, 0, 0), + [7747] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_didset_clause, 2, 0, 0), + [7749] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6777), + [7751] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4291), + [7753] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_willset_clause, 5, 0, 0), + [7755] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_willset_clause, 5, 0, 0), + [7757] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6455), + [7759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6455), + [7761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(182), + [7763] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5075), + [7765] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4380), + [7767] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6506), + [7769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5746), + [7771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5484), + [7773] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_didset_clause, 5, 0, 0), + [7775] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_didset_clause, 5, 0, 0), + [7777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(897), + [7779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9133), + [7781] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9234), + [7783] = {.entry = {.count = 1, .reusable = false}}, SHIFT(898), + [7785] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9350), + [7787] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9235), + [7789] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9166), + [7791] = {.entry = {.count = 1, .reusable = false}}, SHIFT(899), + [7793] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6549), + [7795] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_willset_clause, 3, 0, 0), + [7797] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_willset_clause, 3, 0, 0), + [7799] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_didset_clause, 3, 0, 0), + [7801] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_didset_clause, 3, 0, 0), + [7803] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6266), + [7805] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_willset_clause, 2, 0, 0), + [7807] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_willset_clause, 2, 0, 0), + [7809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2862), + [7811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9179), + [7813] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9222), + [7815] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2865), + [7817] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9050), + [7819] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9081), + [7821] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9264), + [7823] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2866), + [7825] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5081), + [7827] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6995), + [7829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4438), + [7831] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3900), + [7833] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6575), + [7835] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_willset_clause, 6, 0, 0), + [7837] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_willset_clause, 6, 0, 0), + [7839] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_didset_clause, 6, 0, 0), + [7841] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_didset_clause, 6, 0, 0), + [7843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1351), + [7845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9106), + [7847] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9300), + [7849] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1389), + [7851] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9355), + [7853] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9301), + [7855] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9275), + [7857] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1393), + [7859] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6719), + [7861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3700), + [7863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9212), + [7865] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9261), + [7867] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3703), + [7869] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9351), + [7871] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9262), + [7873] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9237), + [7875] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3706), + [7877] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5074), + [7879] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6591), + [7881] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5084), + [7883] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3908), + [7885] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5099), + [7887] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6295), + [7889] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5070), + [7891] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6546), + [7893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5292), + [7895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5271), + [7897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9061), + [7899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2504), + [7901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9274), + [7903] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9291), + [7905] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2518), + [7907] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9354), + [7909] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9292), + [7911] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8459), + [7913] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2520), + [7915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5854), + [7917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5889), + [7919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5855), + [7921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4774), + [7923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9256), + [7925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3086), + [7927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9213), + [7929] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9309), + [7931] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3013), + [7933] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9356), + [7935] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9310), + [7937] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3014), + [7939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3157), + [7941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9095), + [7943] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9272), + [7945] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3158), + [7947] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9352), + [7949] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9273), + [7951] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3159), + [7953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3465), + [7955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9209), + [7957] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9282), + [7959] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3471), + [7961] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9353), + [7963] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9283), + [7965] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3472), + [7967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1245), + [7969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9124), + [7971] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9318), + [7973] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1274), + [7975] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9357), + [7977] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9319), + [7979] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1275), + [7981] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_attribute, 2, 0, 0), SHIFT(383), + [7984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5139), + [7986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5066), + [7988] = {.entry = {.count = 1, .reusable = false}}, SHIFT(985), + [7990] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6931), + [7992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5396), + [7994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4979), + [7996] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7936), + [7998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7936), + [8000] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8533), + [8002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5018), + [8004] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9230), + [8006] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9329), + [8008] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9231), + [8010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4981), + [8012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5017), + [8014] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9258), + [8016] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9335), + [8018] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9259), + [8020] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_user_type_repeat1, 2, 0, 0), SHIFT_REPEAT(5546), + [8023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4978), + [8025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4976), + [8027] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9323), + [8029] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9349), + [8031] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9324), + [8033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5007), + [8035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4975), + [8037] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9269), + [8039] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9337), + [8041] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9270), + [8043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5546), + [8045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4980), + [8047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4999), + [8049] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9167), + [8051] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9284), + [8053] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9088), + [8055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4477), + [8057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4985), + [8059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4967), + [8061] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9297), + [8063] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9343), + [8065] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9298), + [8067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5019), + [8069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4973), + [8071] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9315), + [8073] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9347), + [8075] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9316), + [8077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4990), + [8079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5016), + [8081] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9288), + [8083] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9341), + [8085] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9289), + [8087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5005), + [8089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4998), + [8091] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9279), + [8093] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9339), + [8095] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9280), + [8097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5013), + [8099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4970), + [8101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9306), + [8103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9345), + [8105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9307), + [8107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5870), + [8109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5028), + [8111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5218), + [8113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5849), + [8115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8796), + [8117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6412), + [8119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8319), + [8121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7459), + [8123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5731), + [8125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4576), + [8127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9194), + [8129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5402), + [8131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3915), + [8133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7306), + [8135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7306), + [8137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5581), + [8139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7998), + [8141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1910), + [8143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1910), + [8145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5614), + [8147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5487), + [8149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5040), + [8151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5214), + [8153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5839), + [8155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6429), + [8157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8317), + [8159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7463), + [8161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5703), + [8163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7808), + [8165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5574), + [8167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9004), + [8169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7644), + [8171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7644), + [8173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5496), + [8175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7632), + [8177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5509), + [8179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7442), + [8181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2198), + [8183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2198), + [8185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5853), + [8187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8485), + [8189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(274), + [8191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2239), + [8193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2239), + [8195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5674), + [8197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(240), + [8199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(832), + [8201] = {.entry = {.count = 1, .reusable = false}}, SHIFT(832), + [8203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(260), + [8205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2113), + [8207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2113), + [8209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5125), + [8211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(314), + [8213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1078), + [8215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1078), + [8217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5026), + [8219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5213), + [8221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5695), + [8223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6135), + [8225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6417), + [8227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5698), + [8229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(387), + [8231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(304), + [8233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2150), + [8235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2150), + [8237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(264), + [8239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2309), + [8241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2309), + [8243] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_modifiers, 1, 0, 0), + [8245] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_modifiers, 1, 0, 0), + [8247] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_parameter_modifiers, 1, 0, 0), SHIFT(5119), + [8250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5314), + [8252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4387), + [8254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7011), + [8256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(284), + [8258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2079), + [8260] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2079), + [8262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(231), + [8264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2372), + [8266] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2372), + [8268] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_parameter_modifiers_repeat1, 2, 0, 0), + [8270] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parameter_modifiers_repeat1, 2, 0, 0), + [8272] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_parameter_modifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(5119), + [8275] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameter_modifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(5119), + [8278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(294), + [8280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1105), + [8282] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1105), + [8284] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__locally_permitted_modifiers, 2, 0, 0), SHIFT_REPEAT(5292), + [8287] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__locally_permitted_modifiers, 2, 0, 0), SHIFT_REPEAT(5391), + [8290] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__locally_permitted_modifiers, 2, 0, 0), SHIFT_REPEAT(5271), + [8293] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__locally_permitted_modifiers, 2, 0, 0), SHIFT_REPEAT(5272), + [8296] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__locally_permitted_modifiers, 2, 0, 0), SHIFT_REPEAT(5272), + [8299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5438), + [8301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4297), + [8303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7035), + [8305] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_function_type_parameters, 3, 0, 0), + [8307] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_function_type_parameters, 3, 0, 0), + [8309] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_function_type_parameters, 2, 0, 0), + [8311] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_function_type_parameters, 2, 0, 0), + [8313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5751), + [8315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(979), + [8317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5706), + [8319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5734), + [8321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5766), + [8323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5502), + [8325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4285), + [8327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7031), + [8329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5871), + [8331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(237), + [8333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5860), + [8335] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__navigable_type_expression, 1, 0, 0), + [8337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5781), + [8339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8856), + [8341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4732), + [8343] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_value_argument, 1, 0, 40), + [8345] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9333), + [8347] = {.entry = {.count = 1, .reusable = false}}, SHIFT(980), + [8349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5775), + [8351] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_value_argument_repeat1, 2, 0, 81), SHIFT_REPEAT(5063), + [8354] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_value_argument_repeat1, 2, 0, 81), SHIFT_REPEAT(5063), + [8357] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_value_argument_repeat1, 2, 0, 81), + [8359] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_value_argument_repeat1, 2, 0, 81), SHIFT_REPEAT(9333), + [8362] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_value_argument, 2, 0, 80), + [8364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5461), + [8366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8653), + [8368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4768), + [8370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5831), + [8372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4315), + [8374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7043), + [8376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5882), + [8378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4323), + [8380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7046), + [8382] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_user_type_repeat1, 2, 0, 0), SHIFT_REPEAT(5461), + [8385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5521), + [8387] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__tuple_type_item_identifier, 3, 0, 17), + [8389] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__tuple_type_item_identifier, 3, 0, 17), + [8391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4433), + [8393] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_user_type_repeat1, 2, 0, 0), SHIFT_REPEAT(5521), + [8396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4459), + [8398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4516), + [8400] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__lambda_type_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(5435), + [8403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4209), + [8405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7019), + [8407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5569), + [8409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6383), + [8411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8773), + [8413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4739), + [8415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6745), + [8417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5547), + [8419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2177), + [8421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6423), + [8423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4428), + [8425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6873), + [8427] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_user_type_repeat1, 2, 0, 0), SHIFT_REPEAT(5547), + [8430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6809), + [8432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6374), + [8434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4480), + [8436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5956), + [8438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4441), + [8440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6933), + [8442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6016), + [8444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4359), + [8446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7055), + [8448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6792), + [8450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2179), + [8452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6823), + [8454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5961), + [8456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4261), + [8458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7025), + [8460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6668), + [8462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7451), + [8464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7650), + [8466] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_optional_type_repeat1, 2, 0, 0), SHIFT_REPEAT(5314), + [8469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6378), + [8471] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_user_type_repeat1, 2, 0, 0), SHIFT_REPEAT(5569), + [8474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5929), + [8476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4280), + [8478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7030), + [8480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6483), + [8482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4412), + [8484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2149), + [8486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6352), + [8488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6362), + [8490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6336), + [8492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6466), + [8494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6796), + [8496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7681), + [8498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6043), + [8500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4288), + [8502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7032), + [8504] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_value_binding_pattern, 1, 0, 2), + [8506] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_value_binding_pattern, 1, 0, 2), + [8508] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_user_type_repeat1, 2, 0, 0), SHIFT_REPEAT(5559), + [8511] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_optional_type_repeat1, 2, 0, 0), SHIFT_REPEAT(5438), + [8514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8121), + [8516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8610), + [8518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8620), + [8520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8833), + [8522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4803), + [8524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6101), + [8526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4319), + [8528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7045), + [8530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8958), + [8532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4816), + [8534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5559), + [8536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4498), + [8538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6070), + [8540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4338), + [8542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7049), + [8544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8900), + [8546] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__possibly_async_binding_pattern_kind, 2, 0, 0), + [8548] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__possibly_async_binding_pattern_kind, 2, 0, 0), + [8550] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6407), + [8552] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6462), + [8554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8479), + [8556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8719), + [8558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8579), + [8560] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6424), + [8562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3341), + [8564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7073), + [8566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7171), + [8568] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__lambda_type_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(5396), + [8571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6130), + [8573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4590), + [8575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4616), + [8577] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_user_type_repeat1, 2, 0, 0), SHIFT_REPEAT(5499), + [8580] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_precedence_group_attributes_repeat1, 2, 0, 0), SHIFT_REPEAT(5063), + [8583] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_precedence_group_attributes_repeat1, 2, 0, 0), SHIFT_REPEAT(5063), + [8586] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_precedence_group_attributes_repeat1, 2, 0, 0), + [8588] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__attribute_argument_repeat1, 2, 0, 0), SHIFT_REPEAT(5063), + [8591] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__attribute_argument_repeat1, 2, 0, 0), SHIFT_REPEAT(5063), + [8594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4292), + [8596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7034), + [8598] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_as_operator, 1, 0, 0), + [8600] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_as_operator, 1, 0, 0), + [8602] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_user_type_repeat1, 2, 0, 0), SHIFT_REPEAT(5577), + [8605] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_user_type_repeat1, 2, 0, 0), SHIFT_REPEAT(5579), + [8608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8667), + [8610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4857), + [8612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8650), + [8614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4726), + [8616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5577), + [8618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5579), + [8620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4528), + [8622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4537), + [8624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4186), + [8626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8814), + [8628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4785), + [8630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5088), + [8632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1210), + [8634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8659), + [8636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4743), + [8638] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 1, 0, 0), SHIFT(5499), + [8641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8366), + [8643] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6095), + [8645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4098), + [8647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1217), + [8649] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_attribute, 2, 0, 0), SHIFT(398), + [8652] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 2, 0, 0), SHIFT(5499), + [8655] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protocol_composition_type_repeat1, 2, 0, 0), SHIFT_REPEAT(4732), + [8658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4118), + [8660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1222), + [8662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3822), + [8664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4752), + [8666] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_precedence_group_attributes, 1, 0, 0), + [8668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4161), + [8670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1225), + [8672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8582), + [8674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4812), + [8676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4229), + [8678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7021), + [8680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8334), + [8682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6115), + [8684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4277), + [8686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7029), + [8688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8186), + [8690] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_optional_type_repeat1, 2, 0, 0), SHIFT_REPEAT(5502), + [8693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8490), + [8695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6199), + [8697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4272), + [8699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7028), + [8701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5167), + [8703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(54), + [8705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6754), + [8707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6852), + [8709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3893), + [8711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6034), + [8713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8903), + [8715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4811), + [8717] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4937), + [8719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4937), + [8721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6094), + [8723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8576), + [8725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4749), + [8727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5549), + [8729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5555), + [8731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2999), + [8733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5795), + [8735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6488), + [8737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6583), + [8739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5556), + [8741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6062), + [8743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6035), + [8745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6099), + [8747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4495), + [8749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6100), + [8751] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1617), + [8753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1617), + [8755] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_user_type_repeat1, 2, 0, 0), SHIFT_REPEAT(5555), + [8758] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_user_type_repeat1, 2, 0, 0), SHIFT_REPEAT(5589), + [8761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7596), + [8763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7972), + [8765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7465), + [8767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4591), + [8769] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_optional_type_repeat1, 2, 0, 0), SHIFT_REPEAT(5831), + [8772] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_attribute, 2, 0, 0), SHIFT(389), + [8775] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5021), + [8777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5021), + [8779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6122), + [8781] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_optional_type_repeat1, 2, 0, 0), SHIFT_REPEAT(5882), + [8784] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5205), + [8786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5205), + [8788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5589), + [8790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7520), + [8792] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5462), + [8794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5462), + [8796] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2310), + [8798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2310), + [8800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4492), + [8802] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3860), + [8804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3860), + [8806] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_user_type_repeat1, 2, 0, 0), SHIFT_REPEAT(5556), + [8809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4559), + [8811] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2223), + [8813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2223), + [8815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7213), + [8817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6114), + [8819] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protocol_composition_type_repeat1, 2, 0, 0), SHIFT_REPEAT(4768), + [8822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6119), + [8824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8981), + [8826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4832), + [8828] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_value_argument_repeat1, 2, 0, 78), + [8830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6089), + [8832] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__attribute_argument_repeat2, 2, 0, 0), SHIFT_REPEAT(5063), + [8835] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__attribute_argument_repeat2, 2, 0, 0), SHIFT_REPEAT(5063), + [8838] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__attribute_argument_repeat2, 2, 0, 0), + [8840] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7415), + [8842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7415), + [8844] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6418), + [8846] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_computed_property_repeat1, 2, 0, 0), + [8848] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_computed_property_repeat1, 2, 0, 0), SHIFT_REPEAT(5795), + [8851] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_computed_property_repeat1, 2, 0, 0), SHIFT_REPEAT(6488), + [8854] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_computed_property_repeat1, 2, 0, 0), SHIFT_REPEAT(6583), + [8857] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_computed_property_repeat1, 2, 0, 0), SHIFT_REPEAT(5391), + [8860] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_computed_property_repeat1, 2, 0, 0), SHIFT_REPEAT(2356), + [8863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5576), + [8865] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5130), + [8867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5130), + [8869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4235), + [8871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6994), + [8873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5499), + [8875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6092), + [8877] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_optional_type_repeat1, 2, 0, 0), SHIFT_REPEAT(5860), + [8880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6085), + [8882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7694), + [8884] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_user_type_repeat1, 2, 0, 0), SHIFT_REPEAT(5576), + [8887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4483), + [8889] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_user_type_repeat1, 2, 0, 0), SHIFT_REPEAT(5549), + [8892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4027), + [8894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2), + [8896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(624), + [8898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3895), + [8900] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8607), + [8902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4761), + [8904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5562), + [8906] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_user_type_repeat1, 2, 0, 0), SHIFT_REPEAT(5578), + [8909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6345), + [8911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4405), + [8913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7015), + [8915] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_user_type_repeat1, 2, 0, 0), SHIFT_REPEAT(5562), + [8918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3367), + [8920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3372), + [8922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3602), + [8924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5169), + [8926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70), + [8928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7024), + [8930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7233), + [8932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3923), + [8934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6158), + [8936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6143), + [8938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6157), + [8940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5166), + [8942] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__modifierless_function_declaration_no_body, 3, 0, 71), + [8944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3994), + [8946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6779), + [8948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6894), + [8950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6217), + [8952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3144), + [8954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3145), + [8956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2655), + [8958] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_optional_type_repeat1, 2, 0, 0), SHIFT_REPEAT(5956), + [8961] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_optional_type_repeat1, 2, 0, 0), SHIFT_REPEAT(5929), + [8964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2659), + [8966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2494), + [8968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1379), + [8970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2797), + [8972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6169), + [8974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6174), + [8976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6196), + [8978] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_user_type_repeat1, 2, 0, 0), SHIFT_REPEAT(5582), + [8981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1434), + [8983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1435), + [8985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3036), + [8987] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_optional_type_repeat1, 2, 0, 0), SHIFT_REPEAT(6016), + [8990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4510), + [8992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4799), + [8994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6209), + [8996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3071), + [8998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3072), + [9000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1297), + [9002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6236), + [9004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1338), + [9006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1339), + [9008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4422), + [9010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6147), + [9012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6148), + [9014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5497), + [9016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(965), + [9018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(966), + [9020] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__macro_signature, 3, 0, 70), + [9022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3783), + [9024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6160), + [9026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5578), + [9028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4449), + [9030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2837), + [9032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4246), + [9034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7022), + [9036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6138), + [9038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8956), + [9040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4701), + [9042] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protocol_composition_type_repeat1, 2, 0, 0), SHIFT_REPEAT(4739), + [9045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3835), + [9047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8978), + [9049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4849), + [9051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5582), + [9053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(922), + [9055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4534), + [9057] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_user_type_repeat1, 2, 0, 0), SHIFT_REPEAT(5497), + [9060] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__modifierless_function_declaration_no_body, 2, 0, 30), + [9062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3957), + [9064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6221), + [9066] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_optional_type_repeat1, 2, 0, 0), SHIFT_REPEAT(5961), + [9069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4546), + [9071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3752), + [9073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3779), + [9075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3219), + [9077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2846), + [9079] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameter_modifiers, 1, 0, 0), + [9081] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter_modifiers, 1, 0, 0), + [9083] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__lambda_type_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(5402), + [9086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4465), + [9088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5707), + [9090] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_capture_list, 5, 0, 0), + [9092] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_capture_list, 5, 0, 0), + [9094] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_user_type_repeat1, 2, 0, 0), SHIFT_REPEAT(5565), + [9097] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_optional_type_repeat1, 2, 0, 0), SHIFT_REPEAT(6043), + [9100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5553), + [9102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4489), + [9104] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6885), + [9106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6885), + [9108] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6772), + [9110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6772), + [9112] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6193), + [9114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6193), + [9116] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7397), + [9118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7397), + [9120] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7494), + [9122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7494), + [9124] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protocol_composition_type_repeat1, 2, 0, 0), SHIFT_REPEAT(4803), + [9127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4823), + [9129] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_capture_list, 3, 0, 0), + [9131] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_capture_list, 3, 0, 0), + [9133] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_getter_specifier, 2, 0, 0), + [9135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6200), + [9137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6265), + [9139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5821), + [9141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2577), + [9143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2577), + [9145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2087), + [9147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2087), + [9149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6154), + [9151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6154), + [9153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2904), + [9155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2904), + [9157] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_optional_type_repeat1, 2, 0, 0), SHIFT_REPEAT(6101), + [9160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3954), + [9162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3), + [9164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(617), + [9166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3898), + [9168] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6663), + [9170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6663), + [9172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5828), + [9174] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5421), + [9176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5421), + [9178] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protocol_composition_type_repeat1, 2, 0, 0), SHIFT_REPEAT(4816), + [9181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6312), + [9183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6312), + [9185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6461), + [9187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6461), + [9189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7378), + [9191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7378), + [9193] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_user_type_repeat1, 2, 0, 0), SHIFT_REPEAT(5553), + [9196] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3884), + [9198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3884), + [9200] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6041), + [9202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6041), + [9204] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_optional_type_repeat1, 2, 0, 0), SHIFT_REPEAT(6070), + [9207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1949), + [9209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1949), + [9211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6413), + [9213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6413), + [9215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6105), + [9217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6105), + [9219] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_getter_specifier, 1, 0, 0), + [9221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5724), + [9223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6275), + [9225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6275), + [9227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6124), + [9229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6124), + [9231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5690), + [9233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5690), + [9235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6227), + [9237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6227), + [9239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1901), + [9241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1901), + [9243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5488), + [9245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5488), + [9247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5903), + [9249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5903), + [9251] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6211), + [9253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6211), + [9255] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5905), + [9257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5905), + [9259] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2011), + [9261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2011), + [9263] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6163), + [9265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6163), + [9267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5565), + [9269] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3233), + [9271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3233), + [9273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6073), + [9275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6073), + [9277] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__getter_effects, 2, 0, 0), + [9279] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__getter_effects, 2, 0, 0), SHIFT_REPEAT(6200), + [9282] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__getter_effects, 2, 0, 0), SHIFT_REPEAT(6265), + [9285] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__getter_effects, 2, 0, 0), SHIFT_REPEAT(5821), + [9288] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3935), + [9290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3935), + [9292] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3829), + [9294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3829), + [9296] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3839), + [9298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3839), + [9300] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_getter_specifier, 3, 0, 0), + [9302] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_capture_list, 4, 0, 0), + [9304] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_capture_list, 4, 0, 0), + [9306] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_optional_type_repeat1, 2, 0, 0), SHIFT_REPEAT(6115), + [9309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1824), + [9311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1824), + [9313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8885), + [9315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4760), + [9317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9085), + [9319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(226), + [9321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(574), + [9323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(228), + [9325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8965), + [9327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4697), + [9329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(229), + [9331] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protocol_composition_type_repeat1, 2, 0, 0), SHIFT_REPEAT(4785), + [9334] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protocol_composition_type_repeat1, 2, 0, 0), SHIFT_REPEAT(4726), + [9337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4759), + [9339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(391), + [9341] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protocol_composition_type_repeat1, 2, 0, 0), SHIFT_REPEAT(4743), + [9344] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nested_type_identifier, 1, 0, 0), + [9346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5427), + [9348] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__attribute_argument_repeat1, 2, 0, 0), + [9350] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protocol_composition_type_repeat1, 2, 0, 0), SHIFT_REPEAT(4752), + [9353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4325), + [9355] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protocol_composition_type_repeat1, 2, 0, 0), SHIFT_REPEAT(4857), + [9358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4406), + [9360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9031), + [9362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(216), + [9364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(727), + [9366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(204), + [9368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8657), + [9370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4693), + [9372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(205), + [9374] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protocol_composition_type_repeat1, 2, 0, 0), SHIFT_REPEAT(4812), + [9377] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_optional_type_repeat1, 2, 0, 0), SHIFT_REPEAT(6199), + [9380] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protocol_composition_type_repeat1, 2, 0, 0), SHIFT_REPEAT(4832), + [9383] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_precedence_group_attribute, 3, 0, 0), + [9385] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_precedence_group_attribute, 3, 0, 0), + [9387] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_user_type_repeat1, 2, 0, 0), SHIFT_REPEAT(5538), + [9390] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protocol_composition_type_repeat1, 2, 0, 0), SHIFT_REPEAT(4749), + [9393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5117), + [9395] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_user_type_repeat1, 2, 0, 0), SHIFT_REPEAT(5543), + [9398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5543), + [9400] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protocol_composition_type_repeat1, 2, 0, 0), SHIFT_REPEAT(4811), + [9403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5170), + [9405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3965), + [9407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7591), + [9409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8464), + [9411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6460), + [9413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3999), + [9415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6456), + [9417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5538), + [9419] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__macro_head, 2, 0, 0), + [9421] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__macro_head, 2, 0, 0), + [9423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6370), + [9425] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6925), + [9427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6887), + [9429] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9057), + [9431] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2743), + [9433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(232), + [9435] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7004), + [9437] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protocol_composition_type_repeat1, 2, 0, 0), SHIFT_REPEAT(4761), + [9440] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5002), + [9442] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3077), + [9444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6924), + [9446] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4995), + [9448] = {.entry = {.count = 1, .reusable = false}}, SHIFT(882), + [9450] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3097), + [9452] = {.entry = {.count = 1, .reusable = false}}, SHIFT(905), + [9454] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3744), + [9456] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3429), + [9458] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3727), + [9460] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_multi_line_string_literal_repeat1, 2, 0, 36), SHIFT_REPEAT(6925), + [9463] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_multi_line_string_literal_repeat1, 2, 0, 36), SHIFT_REPEAT(6887), + [9466] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_multi_line_string_literal_repeat1, 2, 0, 36), SHIFT_REPEAT(9057), + [9469] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_multi_line_string_literal_repeat1, 2, 0, 36), + [9471] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_multi_line_string_literal_repeat1, 2, 0, 36), SHIFT_REPEAT(232), + [9474] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_multi_line_string_literal_repeat1, 2, 0, 36), SHIFT_REPEAT(7004), + [9477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6922), + [9479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6245), + [9481] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1350), + [9483] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1243), + [9485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2825), + [9487] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3504), + [9489] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protocol_composition_type_repeat1, 2, 0, 0), SHIFT_REPEAT(4701), + [9492] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1273), + [9494] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2690), + [9496] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_optional_type_repeat1, 2, 0, 0), SHIFT_REPEAT(6345), + [9499] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protocol_composition_type_repeat1, 2, 0, 0), SHIFT_REPEAT(4799), + [9502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8586), + [9504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7121), + [9506] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inheritance_specifier, 1, 0, 82), + [9508] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1358), + [9510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4778), + [9512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7875), + [9514] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2495), + [9516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6373), + [9518] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2668), + [9520] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3509), + [9522] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__modifierless_function_declaration_no_body, 4, 0, 71), + [9524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3980), + [9526] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3185), + [9528] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__modifierless_function_declaration_no_body, 3, 0, 30), + [9530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4026), + [9532] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protocol_composition_type_repeat1, 2, 0, 0), SHIFT_REPEAT(4849), + [9535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6192), + [9537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(901), + [9539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7169), + [9541] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9097), + [9543] = {.entry = {.count = 1, .reusable = false}}, SHIFT(241), + [9545] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7203), + [9547] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3422), + [9549] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1357), + [9551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3799), + [9553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1076), + [9555] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__function_value_parameters, 2, 0, 60), SHIFT_REPEAT(5167), + [9558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1995), + [9560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6059), + [9562] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__function_value_parameters, 2, 0, 60), SHIFT_REPEAT(5166), + [9565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5757), + [9567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6002), + [9569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6046), + [9571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1088), + [9573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6012), + [9575] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3724), + [9577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2429), + [9579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5659), + [9581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2227), + [9583] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3076), + [9585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1888), + [9587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6486), + [9589] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__no_expr_pattern_already_bound, 1, 0, 0), SHIFT(6333), + [9592] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__no_expr_pattern_already_bound, 1, 0, 13), SHIFT(6334), + [9595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5984), + [9597] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2480), + [9599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6487), + [9601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6341), + [9603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2718), + [9605] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3719), + [9607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5646), + [9609] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5000), + [9611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2901), + [9613] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2582), + [9615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6038), + [9617] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3495), + [9619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5790), + [9621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6007), + [9623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4997), + [9625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1876), + [9627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4239), + [9629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3176), + [9631] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1444), + [9633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1789), + [9635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2183), + [9637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6405), + [9639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(975), + [9641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5388), + [9643] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_line_string_literal_repeat1, 2, 0, 36), + [9645] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_line_string_literal_repeat1, 2, 0, 36), SHIFT_REPEAT(7169), + [9648] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_line_string_literal_repeat1, 2, 0, 36), SHIFT_REPEAT(9097), + [9651] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_line_string_literal_repeat1, 2, 0, 36), SHIFT_REPEAT(241), + [9654] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_line_string_literal_repeat1, 2, 0, 36), SHIFT_REPEAT(7203), + [9657] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3091), + [9659] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3479), + [9661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2072), + [9663] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1290), + [9665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6111), + [9667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(841), + [9669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6406), + [9671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2345), + [9673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3901), + [9675] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protocol_composition_type_repeat1, 2, 0, 0), SHIFT_REPEAT(4823), + [9678] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1254), + [9680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5311), + [9682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2118), + [9684] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2883), + [9686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3792), + [9688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6408), + [9690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5080), + [9692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5830), + [9694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77), + [9696] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_computed_setter, 2, 0, 0), + [9698] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protocol_composition_type_repeat1, 2, 0, 0), SHIFT_REPEAT(4759), + [9701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5733), + [9703] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_computed_setter, 1, 0, 0), + [9705] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protocol_composition_type_repeat1, 2, 0, 0), SHIFT_REPEAT(4760), + [9708] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__function_value_parameters, 2, 0, 60), SHIFT_REPEAT(5169), + [9711] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_function_type, 3, 0, 0), + [9713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4001), + [9715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6795), + [9717] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_function_type, 2, 0, 0), + [9719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4000), + [9721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6827), + [9723] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_computed_getter, 1, 0, 0), + [9725] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_computed_modify, 1, 0, 0), + [9727] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_protocol_property_requirements_repeat1, 2, 0, 0), + [9729] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protocol_property_requirements_repeat1, 2, 0, 0), SHIFT_REPEAT(5795), + [9732] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protocol_property_requirements_repeat1, 2, 0, 0), SHIFT_REPEAT(6488), + [9735] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protocol_property_requirements_repeat1, 2, 0, 0), SHIFT_REPEAT(2356), + [9738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7658), + [9740] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_computed_setter, 5, 0, 0), + [9742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7344), + [9744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7308), + [9746] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_function_type, 1, 0, 0), + [9748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3998), + [9750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6749), + [9752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7706), + [9754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7290), + [9756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7313), + [9758] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_computed_setter, 4, 0, 0), + [9760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4217), + [9762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4234), + [9764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6529), + [9766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7311), + [9768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7348), + [9770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9317), + [9772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(716), + [9774] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__navigable_type_expression, 1, 0, 0), SHIFT(5871), + [9777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4451), + [9779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4281), + [9781] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__macro_signature, 1, 0, 70), + [9783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5132), + [9785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4755), + [9787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4028), + [9789] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_setter_specifier, 2, 0, 0), + [9791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8357), + [9793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4020), + [9795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7445), + [9797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7994), + [9799] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_computed_getter, 2, 0, 0), + [9801] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_computed_modify, 2, 0, 0), + [9803] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_setter_specifier, 1, 0, 0), + [9805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(261), + [9807] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__navigable_type_expression, 1, 0, 0), SHIFT(5766), + [9810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4241), + [9812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4242), + [9814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4214), + [9816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5154), + [9818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31), + [9820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3962), + [9822] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__no_expr_pattern_already_bound, 1, 0, 0), SHIFT(6812), + [9825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(608), + [9827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29), + [9829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4031), + [9831] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__no_expr_pattern_already_bound, 1, 0, 13), SHIFT(6815), + [9834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(291), + [9836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(582), + [9838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(328), + [9840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30), + [9842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3968), + [9844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3963), + [9846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6790), + [9848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3973), + [9850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4029), + [9852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4007), + [9854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7039), + [9856] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__no_expr_pattern_already_bound, 1, 0, 0), SHIFT(6699), + [9859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7040), + [9861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7042), + [9863] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__no_expr_pattern_already_bound, 1, 0, 13), SHIFT(6700), + [9866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3971), + [9868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251), + [9870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3977), + [9872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(301), + [9874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(620), + [9876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(641), + [9878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(725), + [9880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3020), + [9882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(271), + [9884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7065), + [9886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7067), + [9888] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_constraints_repeat1, 2, 0, 0), SHIFT_REPEAT(3917), + [9891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(697), + [9893] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__lambda_type_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(5391), + [9896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3995), + [9898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4303), + [9900] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_modify_specifier, 1, 0, 0), + [9902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4004), + [9904] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_declaration, 3, 0, 69), + [9906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(558), + [9908] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__modifierless_function_declaration_no_body, 4, 0, 30), + [9910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4008), + [9912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3953), + [9914] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_declaration, 4, 0, 115), + [9916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6858), + [9918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6859), + [9920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6860), + [9922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3964), + [9924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6735), + [9926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(281), + [9928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(709), + [9930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3979), + [9932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(594), + [9934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(656), + [9936] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__function_value_parameters, 2, 0, 60), SHIFT_REPEAT(5132), + [9939] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__modifierless_function_declaration_no_body, 5, 0, 71), + [9941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4014), + [9943] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__function_value_parameters, 2, 0, 60), SHIFT_REPEAT(5170), + [9946] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_modify_specifier, 2, 0, 0), + [9948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3974), + [9950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4017), + [9952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4388), + [9954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3975), + [9956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4255), + [9958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4256), + [9960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2963), + [9962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(311), + [9964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(596), + [9966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3958), + [9968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4011), + [9970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4455), + [9972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3986), + [9974] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_constraints_repeat1, 2, 0, 0), SHIFT_REPEAT(3927), + [9977] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_computed_setter, 3, 0, 0), + [9979] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_computed_modify, 3, 0, 0), + [9981] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_lambda_function_type_parameters_repeat1, 2, 0, 0), SHIFT_REPEAT(5328), + [9984] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_lambda_function_type_parameters_repeat1, 2, 0, 0), + [9986] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_do_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(4696), + [9989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6902), + [9991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4263), + [9993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4115), + [9995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6889), + [9997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4106), + [9999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1143), + [10001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4166), + [10003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1683), + [10005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3102), + [10007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4107), + [10009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1686), + [10011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4177), + [10013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4172), + [10015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1132), + [10017] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_constraints_repeat1, 2, 0, 0), SHIFT_REPEAT(3907), + [10020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4117), + [10022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1125), + [10024] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__no_expr_pattern_already_bound, 1, 0, 0), SHIFT(6960), + [10027] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__no_expr_pattern_already_bound, 1, 0, 13), SHIFT(6961), + [10030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4037), + [10032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1128), + [10034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3707), + [10036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4112), + [10038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4140), + [10040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5068), + [10042] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_function_type_parameters, 1, 0, 0), + [10044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4039), + [10046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1685), + [10048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4096), + [10050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3687), + [10052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4123), + [10054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4097), + [10056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5067), + [10058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4747), + [10060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4181), + [10062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4182), + [10064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3126), + [10066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6970), + [10068] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__no_expr_pattern_already_bound, 1, 0, 0), SHIFT(6866), + [10071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4061), + [10073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4795), + [10075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4094), + [10077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4696), + [10079] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_function_type, 4, 0, 0), + [10081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3989), + [10083] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_computed_setter, 6, 0, 0), + [10085] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_computed_getter, 3, 0, 0), + [10087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4271), + [10089] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__no_expr_pattern_already_bound, 1, 0, 13), SHIFT(6868), + [10092] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_parameter, 5, 0, 169), + [10094] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_identifier_repeat1, 2, 0, 0), SHIFT_REPEAT(5804), + [10097] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_identifier_repeat1, 2, 0, 0), SHIFT_REPEAT(5735), + [10100] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protocol_function_declaration, 1, 0, 7), + [10102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3996), + [10104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6459), + [10106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5804), + [10108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7626), + [10110] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__binding_pattern_with_expr, 1, 0, 13), + [10112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7715), + [10114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(208), + [10116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5714), + [10118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4062), + [10120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4889), + [10122] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__uni_character_literal, 3, 0, 0), + [10124] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__uni_character_literal, 3, 0, 0), + [10126] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__interpolation, 3, 0, 77), + [10128] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__interpolation, 3, 0, 77), + [10130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3834), + [10132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4210), + [10134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7228), + [10136] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 1, 0, 0), SHIFT(5460), + [10139] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_identifier_repeat1, 2, 0, 0), SHIFT_REPEAT(5707), + [10142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3826), + [10144] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__modifierless_function_declaration_no_body, 4, 0, 116), + [10146] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_multi_line_str_text, 1, 0, 0), + [10148] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_multi_line_str_text, 1, 0, 0), + [10150] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__class_member_declarations, 1, 0, 0), + [10152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1347), + [10154] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat1, 2, 0, 95), SHIFT_REPEAT(208), + [10157] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__modifierless_property_declaration_repeat1, 2, 0, 117), SHIFT_REPEAT(4889), + [10160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4398), + [10162] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__class_member_declarations_repeat1, 2, 0, 0), + [10164] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__class_member_declarations_repeat1, 2, 0, 0), SHIFT_REPEAT(1408), + [10167] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_constraints_repeat1, 2, 0, 0), SHIFT_REPEAT(3890), + [10170] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__modifierless_function_declaration_no_body, 5, 0, 151), + [10172] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__modifierless_function_declaration_no_body, 5, 0, 152), + [10174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5774), + [10176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4065), + [10178] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_multi_line_string_literal_repeat1, 1, 0, 1), + [10180] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_multi_line_string_literal_repeat1, 1, 0, 1), + [10182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4397), + [10184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4283), + [10186] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__modifierless_function_declaration_no_body, 6, 0, 187), + [10188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4224), + [10190] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__modifierless_function_declaration_no_body, 6, 0, 188), + [10192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4401), + [10194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7280), + [10196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4439), + [10198] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__modifierless_function_declaration_no_body, 7, 0, 215), + [10200] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_multi_line_string_literal_repeat1, 1, 0, 10), + [10202] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_multi_line_string_literal_repeat1, 1, 0, 10), + [10204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4248), + [10206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7475), + [10208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7476), + [10210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1345), + [10212] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_str_escaped_char, 1, 0, 0), + [10214] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_str_escaped_char, 1, 0, 0), + [10216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4313), + [10218] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 2, 0, 0), SHIFT(5460), + [10221] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_parameter, 4, 0, 132), + [10223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(681), + [10225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(631), + [10227] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_parameter, 4, 0, 133), + [10229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4390), + [10231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4410), + [10233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7435), + [10235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7404), + [10237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4446), + [10239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4215), + [10241] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_parameter, 3, 0, 96), + [10243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4233), + [10245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4250), + [10247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4784), + [10249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4262), + [10251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4268), + [10253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4273), + [10255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4278), + [10257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4282), + [10259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4286), + [10261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4289), + [10263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4293), + [10265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4298), + [10267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4302), + [10269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4308), + [10271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4312), + [10273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4316), + [10275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5735), + [10277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4320), + [10279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4324), + [10281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4330), + [10283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4335), + [10285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4340), + [10287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4345), + [10289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4350), + [10291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4355), + [10293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4360), + [10295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4363), + [10297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4367), + [10299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7256), + [10301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4370), + [10303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4373), + [10305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4376), + [10307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4379), + [10309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4383), + [10311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4122), + [10313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7315), + [10315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4159), + [10317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2541), + [10319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4983), + [10321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(222), + [10323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97), + [10325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4021), + [10327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4413), + [10329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5039), + [10331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7449), + [10333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(613), + [10335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110), + [10337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4881), + [10339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7895), + [10341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24), + [10343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1360), + [10345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4415), + [10347] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__inheritance_specifiers, 1, 0, 0), + [10349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22), + [10351] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_declaration, 4, 0, 114), + [10353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7905), + [10355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7915), + [10357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(224), + [10359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98), + [10361] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__modifierless_property_declaration_repeat1, 2, 0, 117), SHIFT_REPEAT(4881), + [10364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4265), + [10366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3993), + [10368] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), + [10370] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(26), + [10373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4025), + [10375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3966), + [10377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3972), + [10379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2906), + [10381] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__inheritance_specifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(4415), + [10384] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__inheritance_specifiers_repeat1, 2, 0, 0), + [10386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(225), + [10388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99), + [10390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4135), + [10392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4018), + [10394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1287), + [10396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2851), + [10398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(625), + [10400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(85), + [10402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4108), + [10404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(227), + [10406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(55), + [10408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3674), + [10410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5024), + [10412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4270), + [10414] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_declaration, 5, 0, 150), + [10416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4120), + [10418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3990), + [10420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(414), + [10422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4276), + [10424] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_nested_type_identifier_repeat1, 2, 0, 0), + [10426] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_nested_type_identifier_repeat1, 2, 0, 0), SHIFT_REPEAT(5717), + [10429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4019), + [10431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4121), + [10433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8042), + [10435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4191), + [10437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4055), + [10439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4169), + [10441] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__protocol_member_declarations_repeat1, 2, 0, 0), + [10443] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__protocol_member_declarations_repeat1, 2, 0, 0), SHIFT_REPEAT(1691), + [10446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4110), + [10448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4125), + [10450] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__protocol_member_declarations, 1, 0, 0), + [10452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1687), + [10454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4203), + [10456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4035), + [10458] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nested_type_identifier, 4, 0, 0), + [10460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5717), + [10462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4036), + [10464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5031), + [10466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8427), + [10468] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_line_str_text, 1, 0, 0), + [10470] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_line_str_text, 1, 0, 0), + [10472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2827), + [10474] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 5, 0, 169), + [10476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7954), + [10478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4146), + [10480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4274), + [10482] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9158), + [10484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9158), + [10486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211), + [10488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(79), + [10490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3969), + [10492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4042), + [10494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214), + [10496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(67), + [10498] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 4, 0, 132), + [10500] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 4, 0, 133), + [10502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3612), + [10504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5034), + [10506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9278), + [10508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4024), + [10510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3991), + [10512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4346), + [10514] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__inheritance_specifiers, 2, 0, 0), + [10516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4253), + [10518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(230), + [10520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(73), + [10522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4044), + [10524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5041), + [10526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(218), + [10528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89), + [10530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4030), + [10532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4257), + [10534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3967), + [10536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4267), + [10538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4113), + [10540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(103), + [10542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4006), + [10544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4333), + [10546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4012), + [10548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4351), + [10550] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_line_string_literal_repeat1, 1, 0, 1), + [10552] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_line_string_literal_repeat1, 1, 0, 1), + [10554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3956), + [10556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4396), + [10558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4009), + [10560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4399), + [10562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3984), + [10564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4416), + [10566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4002), + [10568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4421), + [10570] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_line_string_literal_repeat1, 1, 0, 10), + [10572] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_line_string_literal_repeat1, 1, 0, 10), + [10574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4016), + [10576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4457), + [10578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4023), + [10580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4568), + [10582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3970), + [10584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4219), + [10586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3976), + [10588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4221), + [10590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3992), + [10592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4236), + [10594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3997), + [10596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4238), + [10598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1689), + [10600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8496), + [10602] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_statements_repeat1, 2, 0, 0), SHIFT_REPEAT(113), + [10605] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nested_type_identifier, 3, 0, 0), + [10607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25), + [10609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7157), + [10611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7743), + [10613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3225), + [10615] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 3, 0, 96), + [10617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(425), + [10619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(220), + [10621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(81), + [10623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(426), + [10625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7163), + [10627] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__function_value_parameters, 2, 0, 60), SHIFT_REPEAT(5154), + [10630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(967), + [10632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4102), + [10634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(481), + [10636] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8999), + [10638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8999), + [10640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(484), + [10642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(485), + [10644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(488), + [10646] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9029), + [10648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9029), + [10650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2834), + [10652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(603), + [10654] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9099), + [10656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9099), + [10658] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9151), + [10660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9151), + [10662] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9196), + [10664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9196), + [10666] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9252), + [10668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9252), + [10670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8501), + [10672] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8986), + [10674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8986), + [10676] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9010), + [10678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9010), + [10680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4103), + [10682] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9027), + [10684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9027), + [10686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(457), + [10688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4104), + [10690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4105), + [10692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5027), + [10694] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enum_type_parameters_repeat1, 5, 0, 0), + [10696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(637), + [10698] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__availability_argument, 2, 0, 0), + [10700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9003), + [10702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(217), + [10704] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_constraints_repeat1, 2, 0, 0), SHIFT_REPEAT(3931), + [10707] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__modifierless_function_declaration_no_body, 6, 0, 151), + [10709] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__modifierless_function_declaration_no_body, 6, 0, 71), + [10711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(64), + [10713] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__modifierless_function_declaration_no_body, 6, 0, 152), + [10715] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__availability_argument_repeat1, 2, 0, 0), + [10717] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__availability_argument_repeat1, 2, 0, 0), SHIFT_REPEAT(9003), + [10720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93), + [10722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100), + [10724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3862), + [10726] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__modifierless_function_declaration_no_body, 7, 0, 187), + [10728] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__binding_pattern_with_expr, 2, 0, 13), + [10730] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__modifierless_function_declaration_no_body, 7, 0, 188), + [10732] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 6, 0, 0), + [10734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87), + [10736] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__annotated_inheritance_specifier, 2, 0, 0), + [10738] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__availability_argument, 3, 0, 0), + [10740] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_parameter_possibly_packed, 1, 0, 3), + [10742] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__modifierless_function_declaration_no_body, 8, 0, 215), + [10744] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 5, 0, 0), + [10746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5082), + [10748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4240), + [10750] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_value_parameter, 2, 0, 0), + [10752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(643), + [10754] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__bodyless_function_declaration, 1, 0, 7), + [10756] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 3, 0, 0), + [10758] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter, 2, 0, 0), + [10760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4211), + [10762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4305), + [10764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(109), + [10766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(575), + [10768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3865), + [10770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107), + [10772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(599), + [10774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4389), + [10776] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__bodyless_function_declaration, 2, 0, 16), + [10778] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_external_macro_definition, 3, 0, 0), + [10780] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__attribute_argument, 2, 0, 0), + [10782] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_capture_list_item, 2, 0, 17), + [10784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(612), + [10786] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_value_parameter, 1, 0, 0), + [10788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(581), + [10790] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__constructor_value_arguments_repeat1, 2, 0, 0), + [10792] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__constructor_value_arguments_repeat1, 2, 0, 0), SHIFT_REPEAT(333), + [10795] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_capture_list_item, 1, 0, 11), + [10797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(632), + [10799] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter, 1, 0, 0), + [10801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4572), + [10803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4770), + [10805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91), + [10807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6407), + [10809] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__bodyless_function_declaration, 3, 0, 75), + [10811] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enum_type_parameters_repeat1, 2, 0, 0), + [10813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(618), + [10815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95), + [10817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101), + [10819] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 4, 0, 0), + [10821] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_parameters_repeat1, 2, 0, 0), SHIFT_REPEAT(5087), + [10824] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_parameters_repeat1, 2, 0, 0), + [10826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4409), + [10828] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__modifierless_function_declaration_no_body, 5, 0, 116), + [10830] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__modifierless_function_declaration_no_body, 5, 0, 30), + [10832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(636), + [10834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4137), + [10836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5235), + [10838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(368), + [10840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1282), + [10842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4962), + [10844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(340), + [10846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1304), + [10848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(532), + [10850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1900), + [10852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3434), + [10854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(350), + [10856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(533), + [10858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1307), + [10860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(371), + [10862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1309), + [10864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4150), + [10866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4157), + [10868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5946), + [10870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1311), + [10872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(315), + [10874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2907), + [10876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(316), + [10878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(317), + [10880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3473), + [10882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2917), + [10884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5820), + [10886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(333), + [10888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1146), + [10890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165), + [10892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1886), + [10894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3439), + [10896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5640), + [10898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3934), + [10900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(345), + [10902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4165), + [10904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(257), + [10906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(318), + [10908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5678), + [10910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(319), + [10912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(320), + [10914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(392), + [10916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3558), + [10918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2972), + [10920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1168), + [10922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1331), + [10924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(547), + [10926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(349), + [10928] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 4, 0, 96), + [10930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(258), + [10932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2905), + [10934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6063), + [10936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3286), + [10938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5535), + [10940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(259), + [10942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1246), + [10944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8662), + [10946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5999), + [10948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3453), + [10950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(376), + [10952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2698), + [10954] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_arguments_repeat1, 2, 0, 0), SHIFT_REPEAT(4419), + [10957] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_arguments_repeat1, 2, 0, 0), + [10959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4189), + [10961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2129), + [10963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1294), + [10965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(324), + [10967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(325), + [10969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1302), + [10971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6004), + [10973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3456), + [10975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3634), + [10977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(563), + [10979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2631), + [10981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(352), + [10983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5285), + [10985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3337), + [10987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4194), + [10989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(326), + [10991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(327), + [10993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1332), + [10995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6353), + [10997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5141), + [10999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(353), + [11001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1231), + [11003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(565), + [11005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3637), + [11007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(369), + [11009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3647), + [11011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2378), + [11013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3462), + [11015] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 5, 0, 132), + [11017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4081), + [11019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5230), + [11021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6375), + [11023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5128), + [11025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2385), + [11027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3464), + [11029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6836), + [11031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157), + [11033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4071), + [11035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7412), + [11037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5153), + [11039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4076), + [11041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(870), + [11043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6229), + [11045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3469), + [11047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3660), + [11049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(275), + [11051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3662), + [11053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(276), + [11055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4147), + [11057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1600), + [11059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(277), + [11061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6234), + [11063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3470), + [11065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4041), + [11067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5701), + [11069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2817), + [11071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(900), + [11073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3100), + [11075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2765), + [11077] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raw_str_interpolation, 3, 0, 77), + [11079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3173), + [11081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4807), + [11083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5290), + [11085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3343), + [11087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8341), + [11089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5907), + [11091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3475), + [11093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4079), + [11095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6297), + [11097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5957), + [11099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3476), + [11101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4204), + [11103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156), + [11105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7495), + [11107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5171), + [11109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(365), + [11111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(909), + [11113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5064), + [11115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(358), + [11117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5566), + [11119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3481), + [11121] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_declaration, 1, 0, 0), + [11123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4093), + [11125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4185), + [11127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(820), + [11129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5632), + [11131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3482), + [11133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(278), + [11135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4188), + [11137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(279), + [11139] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter, 4, 0, 0), + [11141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(280), + [11143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3124), + [11145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2434), + [11147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6024), + [11149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3486), + [11151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4046), + [11153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1761), + [11155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6129), + [11157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3487), + [11159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4163), + [11161] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_declaration, 5, 0, 115), + [11163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2774), + [11165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3133), + [11167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(549), + [11169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1850), + [11171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3491), + [11173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4179), + [11175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1877), + [11177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1868), + [11179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3492), + [11181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(366), + [11183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3192), + [11185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4202), + [11187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(343), + [11189] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_raw_string_literal_repeat1, 2, 0, 36), SHIFT_REPEAT(8884), + [11192] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_raw_string_literal_repeat1, 2, 0, 36), + [11194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(970), + [11196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2859), + [11198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5418), + [11200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3497), + [11202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3140), + [11204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4059), + [11206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5025), + [11208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5432), + [11210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3498), + [11212] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 85), + [11214] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 85), SHIFT_REPEAT(604), + [11217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4066), + [11219] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 5, 0, 133), + [11221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5493), + [11223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2245), + [11225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3501), + [11227] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protocol_property_declaration, 4, 0, 32), + [11229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4034), + [11231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5266), + [11233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2285), + [11235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3502), + [11237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4086), + [11239] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_nested_type_identifier_repeat1, 2, 0, 0), SHIFT_REPEAT(5820), + [11242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5642), + [11244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(931), + [11246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(526), + [11248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2316), + [11250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3507), + [11252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5920), + [11254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3256), + [11256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4095), + [11258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5679), + [11260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2339), + [11262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3508), + [11264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4109), + [11266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5712), + [11268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3511), + [11270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5843), + [11272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3566), + [11274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(527), + [11276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(934), + [11278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4129), + [11280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2430), + [11282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5721), + [11284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3512), + [11286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5012), + [11288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4139), + [11290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(378), + [11292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(936), + [11294] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__interpolation_contents, 2, 0, 79), + [11296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(236), + [11298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6096), + [11300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3515), + [11302] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protocol_property_requirements, 3, 0, 0), + [11304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5204), + [11306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4151), + [11308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6065), + [11310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6107), + [11312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3516), + [11314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4156), + [11316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5761), + [11318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3518), + [11320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4167), + [11322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5661), + [11324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5768), + [11326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3519), + [11328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(379), + [11330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2460), + [11332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4173), + [11334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3022), + [11336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1986), + [11338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3521), + [11340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4178), + [11342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5684), + [11344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1989), + [11346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3522), + [11348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4183), + [11350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6331), + [11352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161), + [11354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5042), + [11356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5720), + [11358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3768), + [11360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(516), + [11362] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__interpolation_contents, 1, 0, 39), + [11364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(329), + [11366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6022), + [11368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3524), + [11370] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protocol_property_declaration, 4, 0, 179), + [11372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4192), + [11374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5389), + [11376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6026), + [11378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3525), + [11380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2841), + [11382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4198), + [11384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3251), + [11386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(560), + [11388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2057), + [11390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3527), + [11392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2131), + [11394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3303), + [11396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4126), + [11398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2930), + [11400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2064), + [11402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3528), + [11404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65), + [11406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4170), + [11408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2486), + [11410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(523), + [11412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6784), + [11414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5140), + [11416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6366), + [11418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3359), + [11420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1093), + [11422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3530), + [11424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(215), + [11426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8695), + [11428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4069), + [11430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2496), + [11432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4164), + [11434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2363), + [11436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(939), + [11438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242), + [11440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1097), + [11442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3531), + [11444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4180), + [11446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(940), + [11448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(243), + [11450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(244), + [11452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5704), + [11454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3370), + [11456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2889), + [11458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3533), + [11460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(536), + [11462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2578), + [11464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(561), + [11466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3267), + [11468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(380), + [11470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2672), + [11472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4043), + [11474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2960), + [11476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2896), + [11478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3534), + [11480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8554), + [11482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4051), + [11484] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_literal_repeat1, 2, 0, 91), SHIFT_REPEAT(607), + [11487] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_array_literal_repeat1, 2, 0, 91), + [11489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5982), + [11491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3536), + [11493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6365), + [11495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160), + [11497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4168), + [11499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5936), + [11501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5986), + [11503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3537), + [11505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2699), + [11507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4171), + [11509] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protocol_property_declaration, 5, 0, 179), + [11511] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__interpolation_contents_repeat1, 2, 0, 123), + [11513] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__interpolation_contents_repeat1, 2, 0, 123), SHIFT_REPEAT(332), + [11516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(863), + [11518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2157), + [11520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3539), + [11522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2180), + [11524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5164), + [11526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4195), + [11528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1807), + [11530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5939), + [11532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3264), + [11534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2165), + [11536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3540), + [11538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4040), + [11540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2749), + [11542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4038), + [11544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5209), + [11546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2484), + [11548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(285), + [11550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2604), + [11552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(286), + [11554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3921), + [11556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3542), + [11558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(287), + [11560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4045), + [11562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5244), + [11564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3888), + [11566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3543), + [11568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(390), + [11570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3272), + [11572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4047), + [11574] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_raw_string_literal_repeat1, 2, 0, 9), + [11576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8647), + [11578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3232), + [11580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2263), + [11582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3722), + [11584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3545), + [11586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4050), + [11588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2271), + [11590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3788), + [11592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3546), + [11594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4054), + [11596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6346), + [11598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3368), + [11600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168), + [11602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3818), + [11604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3548), + [11606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167), + [11608] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 6, 0, 169), + [11610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4060), + [11612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3879), + [11614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3813), + [11616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3549), + [11618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4063), + [11620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1067), + [11622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3551), + [11624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4070), + [11626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2236), + [11628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1071), + [11630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3552), + [11632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4072), + [11634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162), + [11636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6725), + [11638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(155), + [11640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2197), + [11642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5135), + [11644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4073), + [11646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5536), + [11648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5459), + [11650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(342), + [11652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4074), + [11654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4064), + [11656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(288), + [11658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(289), + [11660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4075), + [11662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2402), + [11664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7252), + [11666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5220), + [11668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4080), + [11670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(290), + [11672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4082), + [11674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5918), + [11676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3247), + [11678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(969), + [11680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6810), + [11682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5152), + [11684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2222), + [11686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4084), + [11688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5597), + [11690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4085), + [11692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2507), + [11694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(525), + [11696] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat1, 2, 0, 95), SHIFT_REPEAT(215), + [11699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4088), + [11701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1233), + [11703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4089), + [11705] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dictionary_literal_repeat1, 2, 0, 93), SHIFT_REPEAT(522), + [11708] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_dictionary_literal_repeat1, 2, 0, 93), + [11710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4090), + [11712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1938), + [11714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4091), + [11716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4092), + [11718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5996), + [11720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4099), + [11722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5312), + [11724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(341), + [11726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4101), + [11728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2040), + [11730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4111), + [11732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4114), + [11734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2352), + [11736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(346), + [11738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4116), + [11740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4053), + [11742] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_playground_literal_repeat1, 2, 0, 0), + [11744] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_playground_literal_repeat1, 2, 0, 0), SHIFT_REPEAT(5687), + [11747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4119), + [11749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2792), + [11751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4127), + [11753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6431), + [11755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5162), + [11757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(245), + [11759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4128), + [11761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1116), + [11763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2349), + [11765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(348), + [11767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4130), + [11769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4201), + [11771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5675), + [11773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4131), + [11775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2802), + [11777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4132), + [11779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4133), + [11781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5669), + [11783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4134), + [11785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4138), + [11787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2186), + [11789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3281), + [11791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(265), + [11793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4141), + [11795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4142), + [11797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3877), + [11799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3259), + [11801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4143), + [11803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4144), + [11805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3211), + [11807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4145), + [11809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4149), + [11811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3747), + [11813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4152), + [11815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4154), + [11817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1206), + [11819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4158), + [11821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4160), + [11823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1085), + [11825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4162), + [11827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(246), + [11829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3282), + [11831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(266), + [11833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247), + [11835] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat1, 2, 0, 95), SHIFT_REPEAT(217), + [11838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8950), + [11840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(267), + [11842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(60), + [11844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5505), + [11846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7911), + [11848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8764), + [11850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(61), + [11852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5823), + [11854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3690), + [11856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2558), + [11858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2868), + [11860] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_lambda_function_type_parameters_repeat1, 2, 0, 0), SHIFT_REPEAT(5233), + [11863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3728), + [11865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(254), + [11867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212), + [11869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(862), + [11871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4155), + [11873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(957), + [11875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(535), + [11877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(394), + [11879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1388), + [11881] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_availability_condition_repeat1, 2, 0, 0), + [11883] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_availability_condition_repeat1, 2, 0, 0), SHIFT_REPEAT(5261), + [11886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2731), + [11888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8669), + [11890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5216), + [11892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(256), + [11894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3730), + [11896] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_repeat_while_statement_repeat1, 2, 0, 0), + [11898] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_repeat_while_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(8341), + [11901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(203), + [11903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(248), + [11905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2410), + [11907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2775), + [11909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(571), + [11911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2107), + [11913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3316), + [11915] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_tuple_type_repeat1, 2, 0, 91), + [11917] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_type_repeat1, 2, 0, 91), SHIFT_REPEAT(3725), + [11920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(540), + [11922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2863), + [11924] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protocol_property_requirements, 2, 0, 0), + [11926] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protocol_member_declaration, 1, 0, 0), + [11928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1391), + [11930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(552), + [11932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(843), + [11934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3378), + [11936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8765), + [11938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5183), + [11940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158), + [11942] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_pattern, 1, 0, 13), + [11944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8957), + [11946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(562), + [11948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1399), + [11950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(351), + [11952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(347), + [11954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(367), + [11956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1403), + [11958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8087), + [11960] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_capture_list_repeat1, 2, 0, 0), SHIFT_REPEAT(5061), + [11963] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_capture_list_repeat1, 2, 0, 0), + [11965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3892), + [11967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(163), + [11969] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switch_entry_repeat1, 2, 0, 0), SHIFT_REPEAT(174), + [11972] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_switch_entry_repeat1, 2, 0, 0), + [11974] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_attribute_repeat1, 2, 0, 0), + [11976] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attribute_repeat1, 2, 0, 0), SHIFT_REPEAT(377), + [11979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6344), + [11981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5168), + [11983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4058), + [11985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4949), + [11987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1404), + [11989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(295), + [11991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1407), + [11993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(296), + [11995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5217), + [11997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(297), + [11999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2685), + [12001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1192), + [12003] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__tuple_pattern_repeat1, 2, 0, 0), + [12005] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__tuple_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(171), + [12008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(836), + [12010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3669), + [12012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6485), + [12014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5136), + [12016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1613), + [12018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(339), + [12020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6832), + [12022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159), + [12024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164), + [12026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4175), + [12028] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protocol_property_declaration, 3, 0, 32), + [12030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6338), + [12032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5156), + [12034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6040), + [12036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(354), + [12038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4068), + [12040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(298), + [12042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(299), + [12044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5224), + [12046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5044), + [12048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(300), + [12050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2440), + [12052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1195), + [12054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1426), + [12056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(534), + [12058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5558), + [12060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(268), + [12062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(337), + [12064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(269), + [12066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270), + [12068] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protocol_function_declaration, 2, 0, 29), + [12070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2481), + [12072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112), + [12074] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_function_type, 5, 0, 0), + [12076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3961), + [12078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6791), + [12080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5150), + [12082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5517), + [12084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3735), + [12086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(302), + [12088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(303), + [12090] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_declaration, 6, 0, 150), + [12092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3716), + [12094] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protocol_property_declaration, 2, 0, 32), + [12096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1355), + [12098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4174), + [12100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2080), + [12102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2734), + [12104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(382), + [12106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3024), + [12108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3347), + [12110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(541), + [12112] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_type_parameters_repeat1, 2, 0, 0), SHIFT_REPEAT(4153), + [12115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249), + [12117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(71), + [12119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(250), + [12121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(396), + [12123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2867), + [12125] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protocol_property_declaration, 3, 0, 179), + [12127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(976), + [12129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4597), + [12131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5225), + [12133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3042), + [12135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(553), + [12137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(374), + [12139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3737), + [12141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1786), + [12143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3405), + [12145] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__function_value_parameters_repeat1, 2, 0, 60), + [12147] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__function_value_parameters_repeat1, 2, 0, 60), SHIFT_REPEAT(5203), + [12150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(554), + [12152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3046), + [12154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(384), + [12156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3048), + [12158] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter, 3, 0, 0), + [12160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2964), + [12162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(255), + [12164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4100), + [12166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3229), + [12168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3050), + [12170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(305), + [12172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7384), + [12174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(306), + [12176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(307), + [12178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1362), + [12180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2553), + [12182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2693), + [12184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(233), + [12186] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_declaration, 4, 0, 69), + [12188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1803), + [12190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3412), + [12192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5229), + [12194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(344), + [12196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2565), + [12198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(356), + [12200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4124), + [12202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2848), + [12204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(524), + [12206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(308), + [12208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5221), + [12210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(309), + [12212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(310), + [12214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2694), + [12216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(234), + [12218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1365), + [12220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3742), + [12222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2571), + [12224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(235), + [12226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3065), + [12228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(518), + [12230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3681), + [12232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(544), + [12234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6128), + [12236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3279), + [12238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(338), + [12240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5226), + [12242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(517), + [12244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3686), + [12246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(381), + [12248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3689), + [12250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1367), + [12252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5526), + [12254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2126), + [12256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(166), + [12258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5825), + [12260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3088), + [12262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5479), + [12264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6789), + [12266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5145), + [12268] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_declaration, 5, 0, 114), + [12270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4083), + [12272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8990), + [12274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1353), + [12276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4456), + [12278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5334), + [12280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4550), + [12282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3708), + [12284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4429), + [12286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5725), + [12288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4553), + [12290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3830), + [12292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6198), + [12294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4496), + [12296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1829), + [12298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4555), + [12300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1202), + [12302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4205), + [12304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1082), + [12306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2010), + [12308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6108), + [12310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4499), + [12312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5346), + [12314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9076), + [12316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3188), + [12318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4475), + [12320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2390), + [12322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4408), + [12324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4424), + [12326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5992), + [12328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5848), + [12330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4502), + [12332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2313), + [12334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1914), + [12336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2058), + [12338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2134), + [12340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4463), + [12342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(825), + [12344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5711), + [12346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4252), + [12348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4505), + [12350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2254), + [12352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2379), + [12354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1094), + [12356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4258), + [12358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(821), + [12360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4478), + [12362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6139), + [12364] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_type_item, 1, 0, 44), + [12366] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_raw_string_literal_repeat1, 3, 0, 9), + [12368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4508), + [12370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5834), + [12372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6039), + [12374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4440), + [12376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3311), + [12378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3557), + [12380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5620), + [12382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9129), + [12384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1280), + [12386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5933), + [12388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4511), + [12390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2358), + [12392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6076), + [12394] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_tuple_type_repeat1, 2, 0, 46), + [12396] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_type_item, 3, 0, 128), + [12398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4481), + [12400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5952), + [12402] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__interpolation_contents_repeat1, 2, 0, 122), + [12404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4514), + [12406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6121), + [12408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180), + [12410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9023), + [12412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1853), + [12414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5737), + [12416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4317), + [12418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4336), + [12420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2158), + [12422] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__non_constructor_function_decl, 2, 0, 17), + [12424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2256), + [12426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4407), + [12428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5755), + [12430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4392), + [12432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9159), + [12434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2692), + [12436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4573), + [12438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4365), + [12440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4517), + [12442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5786), + [12444] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__tuple_pattern_item, 3, 0, 100), + [12446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4466), + [12448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1814), + [12450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5769), + [12452] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__tuple_pattern_item, 1, 0, 13), + [12454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4418), + [12456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3947), + [12458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4212), + [12460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5776), + [12462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4484), + [12464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5507), + [12466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4557), + [12468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4520), + [12470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1341), + [12472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3805), + [12474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5785), + [12476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5783), + [12478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4220), + [12480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2321), + [12482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5736), + [12484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4230), + [12486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4237), + [12488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5782), + [12490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4523), + [12492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1978), + [12494] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_dictionary_literal_repeat1, 2, 0, 48), + [12496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4254), + [12498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3846), + [12500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4450), + [12502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2092), + [12504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4423), + [12506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6069), + [12508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9294), + [12510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(907), + [12512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4264), + [12514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4487), + [12516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2927), + [12518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4395), + [12520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2682), + [12522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4269), + [12524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4526), + [12526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6048), + [12528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4275), + [12530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4279), + [12532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5953), + [12534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1068), + [12536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4284), + [12538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4287), + [12540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4290), + [12542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4295), + [12544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9119), + [12546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3021), + [12548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4469), + [12550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1916), + [12552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4445), + [12554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6050), + [12556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4300), + [12558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5359), + [12560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4304), + [12562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8300), + [12564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8559), + [12566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4310), + [12568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4529), + [12570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2062), + [12572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4314), + [12574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9229), + [12576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3732), + [12578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4318), + [12580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4322), + [12582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4414), + [12584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5635), + [12586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4326), + [12588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4490), + [12590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2934), + [12592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4327), + [12594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7444), + [12596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4332), + [12598] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__function_value_parameters_repeat1, 2, 0, 107), + [12600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(323), + [12602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6418), + [12604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4337), + [12606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1955), + [12608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4343), + [12610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4347), + [12612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4532), + [12614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2781), + [12616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4352), + [12618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4357), + [12620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6205), + [12622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4361), + [12624] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_type_item, 2, 0, 86), + [12626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4364), + [12628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4535), + [12630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1112), + [12632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4368), + [12634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4371), + [12636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4460), + [12638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6377), + [12640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4374), + [12642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4377), + [12644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4381), + [12646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4384), + [12648] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_type_item, 2, 0, 87), + [12650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4538), + [12652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2970), + [12654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9330), + [12656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2467), + [12658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4493), + [12660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6021), + [12662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4435), + [12664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(878), + [12666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9160), + [12668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3553), + [12670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4541), + [12672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5921), + [12674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6231), + [12676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5909), + [12678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5011), + [12680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9093), + [12682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4472), + [12684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6011), + [12686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4544), + [12688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2196), + [12690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4547), + [12692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3920), + [12694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6315), + [12696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6171), + [12698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3057), + [12700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8525), + [12702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2666), + [12704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5354), + [12706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8532), + [12708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7741), + [12710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1372), + [12712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1392), + [12714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8238), + [12716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5219), + [12718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7305), + [12720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4641), + [12722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1283), + [12724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2447), + [12726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8292), + [12728] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_function_type, 3, 0, 98), + [12730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(879), + [12732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8037), + [12734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5528), + [12736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7750), + [12738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2929), + [12740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3078), + [12742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7757), + [12744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2683), + [12746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5962), + [12748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(978), + [12750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1810), + [12752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1266), + [12754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1966), + [12756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7760), + [12758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5424), + [12760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7807), + [12762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7812), + [12764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7929), + [12766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3108), + [12768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(62), + [12770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2569), + [12772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9008), + [12774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5796), + [12776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(693), + [12778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2719), + [12780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1912), + [12782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7135), + [12784] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_function_type, 4, 0, 131), + [12786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7264), + [12788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7136), + [12790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5336), + [12792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4692), + [12794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2709), + [12796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3827), + [12798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6019), + [12800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5884), + [12802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2919), + [12804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2290), + [12806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7358), + [12808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1830), + [12810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9178), + [12812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9180), + [12814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7205), + [12816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(983), + [12818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(755), + [12820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3357), + [12822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2854), + [12824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6768), + [12826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1401), + [12828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3769), + [12830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5109), + [12832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6056), + [12834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(981), + [12836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6335), + [12838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4639), + [12840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3257), + [12842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(854), + [12844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3134), + [12846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6126), + [12848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1835), + [12850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(622), + [12852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2931), + [12854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2993), + [12856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2542), + [12858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59), + [12860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3489), + [12862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5713), + [12864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3764), + [12866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7158), + [12868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5006), + [12870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1788), + [12872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3224), + [12874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8429), + [12876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9039), + [12878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1918), + [12880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8454), + [12882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1269), + [12884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(875), + [12886] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_function_type, 6, 0, 198), + [12888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4601), + [12890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2102), + [12892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1203), + [12894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1359), + [12896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(968), + [12898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3713), + [12900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3366), + [12902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3348), + [12904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3804), + [12906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2075), + [12908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(375), + [12910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2880), + [12912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6402), + [12914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3043), + [12916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1375), + [12918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(102), + [12920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(958), + [12922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1277), + [12924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(855), + [12926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8438), + [12928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1305), + [12930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8600), + [12932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2728), + [12934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5844), + [12936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(926), + [12938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4620), + [12940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3011), + [12942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5215), + [12944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3369), + [12946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8601), + [12948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1940), + [12950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6018), + [12952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7888), + [12954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7797), + [12956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2392), + [12958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3743), + [12960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(946), + [12962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1033), + [12964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7896), + [12966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1418), + [12968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3573), + [12970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2783), + [12972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2882), + [12974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(455), + [12976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3321), + [12978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8108), + [12980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2853), + [12982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3635), + [12984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1832), + [12986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6172), + [12988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1777), + [12990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2943), + [12992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1317), + [12994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5275), + [12996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5710), + [12998] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), + [13000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7461), + [13002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(415), + [13004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1285), + [13006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(386), + [13008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8156), + [13010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5651), + [13012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1852), + [13014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1919), + [13016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4893), + [13018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2816), + [13020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6870), + [13022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7573), + [13024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1113), + [13026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6058), + [13028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3815), + [13030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2215), + [13032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2944), + [13034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1848), + [13036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2350), + [13038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6871), + [13040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8182), + [13042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(827), + [13044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1952), + [13046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8193), + [13048] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_function_type, 7, 0, 222), + [13050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(982), + [13052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4391), + [13054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7864), + [13056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1252), + [13058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1022), + [13060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2612), + [13062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6385), + [13064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3610), + [13066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4609), + [13068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3790), + [13070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2975), + [13072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2973), + [13074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3392), + [13076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8350), + [13078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8286), + [13080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3228), + [13082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(938), + [13084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5989), + [13086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(465), + [13088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1906), + [13090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8558), + [13092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1083), + [13094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5838), + [13096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3683), + [13098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5840), + [13100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5841), + [13102] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_function_type, 5, 0, 168), + [13104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(483), + [13106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(654), + [13108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3066), + [13110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5323), + [13112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4683), + [13114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3807), + [13116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(486), + [13118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7409), + [13120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(487), + [13122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(489), + [13124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(660), + [13126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1791), + [13128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(490), + [13130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5276), + [13132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8410), + [13134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2374), + [13136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8471), + [13138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8419), + [13140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4452), + [13142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5743), + [13144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5928), + [13146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5856), + [13148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2671), + [13150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5850), + [13152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5851), + [13154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(491), + [13156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(669), + [13158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7095), + [13160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5326), + [13162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8801), + [13164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(671), + [13166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1190), + [13168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7599), + [13170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5857), + [13172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5858), + [13174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3319), + [13176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(495), + [13178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(676), + [13180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2436), + [13182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5329), + [13184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8811), + [13186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(678), + [13188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5862), + [13190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5863), + [13192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(428), + [13194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(500), + [13196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(684), + [13198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7175), + [13200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8391), + [13202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(686), + [13204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3691), + [13206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5864), + [13208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5865), + [13210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2443), + [13212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(503), + [13214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(694), + [13216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(932), + [13218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(696), + [13220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5866), + [13222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5867), + [13224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1344), + [13226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(506), + [13228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(701), + [13230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5182), + [13232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7851), + [13234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(703), + [13236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3432), + [13238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5868), + [13240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5869), + [13242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6033), + [13244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(509), + [13246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(710), + [13248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9197), + [13250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(712), + [13252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1911), + [13254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5872), + [13256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5873), + [13258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(512), + [13260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(717), + [13262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6420), + [13264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(719), + [13266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2152), + [13268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5875), + [13270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5876), + [13272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1029), + [13274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(881), + [13276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7260), + [13278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2492), + [13280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1333), + [13282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7536), + [13284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1428), + [13286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7266), + [13288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5481), + [13290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7269), + [13292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2779), + [13294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7270), + [13296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3922), + [13298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7271), + [13300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1775), + [13302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7272), + [13304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1027), + [13306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7274), + [13308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(413), + [13310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7275), + [13312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(605), + [13314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7277), + [13316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5893), + [13318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5894), + [13320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5895), + [13322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5896), + [13324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5897), + [13326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5898), + [13328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5899), + [13330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5666), +}; + +enum ts_external_scanner_symbol_identifiers { + ts_external_token_multiline_comment = 0, + ts_external_token_raw_str_part = 1, + ts_external_token_raw_str_continuing_indicator = 2, + ts_external_token_raw_str_end_part = 3, + ts_external_token__implicit_semi = 4, + ts_external_token__explicit_semi = 5, + ts_external_token__arrow_operator_custom = 6, + ts_external_token__dot_custom = 7, + ts_external_token__conjunction_operator_custom = 8, + ts_external_token__disjunction_operator_custom = 9, + ts_external_token__nil_coalescing_operator_custom = 10, + ts_external_token__eq_custom = 11, + ts_external_token__eq_eq_custom = 12, + ts_external_token__plus_then_ws = 13, + ts_external_token__minus_then_ws = 14, + ts_external_token__bang_custom = 15, + ts_external_token__throws_keyword = 16, + ts_external_token__rethrows_keyword = 17, + ts_external_token_default_keyword = 18, + ts_external_token_where_keyword = 19, + ts_external_token_else = 20, + ts_external_token_catch_keyword = 21, + ts_external_token__as_custom = 22, + ts_external_token__as_quest_custom = 23, + ts_external_token__as_bang_custom = 24, + ts_external_token__async_keyword_custom = 25, + ts_external_token__custom_operator = 26, + ts_external_token__hash_symbol_custom = 27, + ts_external_token__directive_if = 28, + ts_external_token__directive_elseif = 29, + ts_external_token__directive_else = 30, + ts_external_token__directive_endif = 31, + ts_external_token__fake_try_bang = 32, +}; + +static const TSSymbol ts_external_scanner_symbol_map[EXTERNAL_TOKEN_COUNT] = { + [ts_external_token_multiline_comment] = sym_multiline_comment, + [ts_external_token_raw_str_part] = sym_raw_str_part, + [ts_external_token_raw_str_continuing_indicator] = sym_raw_str_continuing_indicator, + [ts_external_token_raw_str_end_part] = sym_raw_str_end_part, + [ts_external_token__implicit_semi] = sym__implicit_semi, + [ts_external_token__explicit_semi] = sym__explicit_semi, + [ts_external_token__arrow_operator_custom] = sym__arrow_operator_custom, + [ts_external_token__dot_custom] = sym__dot_custom, + [ts_external_token__conjunction_operator_custom] = sym__conjunction_operator_custom, + [ts_external_token__disjunction_operator_custom] = sym__disjunction_operator_custom, + [ts_external_token__nil_coalescing_operator_custom] = sym__nil_coalescing_operator_custom, + [ts_external_token__eq_custom] = sym__eq_custom, + [ts_external_token__eq_eq_custom] = sym__eq_eq_custom, + [ts_external_token__plus_then_ws] = sym__plus_then_ws, + [ts_external_token__minus_then_ws] = sym__minus_then_ws, + [ts_external_token__bang_custom] = sym__bang_custom, + [ts_external_token__throws_keyword] = sym__throws_keyword, + [ts_external_token__rethrows_keyword] = sym__rethrows_keyword, + [ts_external_token_default_keyword] = sym_default_keyword, + [ts_external_token_where_keyword] = sym_where_keyword, + [ts_external_token_else] = sym_else, + [ts_external_token_catch_keyword] = sym_catch_keyword, + [ts_external_token__as_custom] = sym__as_custom, + [ts_external_token__as_quest_custom] = sym__as_quest_custom, + [ts_external_token__as_bang_custom] = sym__as_bang_custom, + [ts_external_token__async_keyword_custom] = sym__async_keyword_custom, + [ts_external_token__custom_operator] = sym__custom_operator, + [ts_external_token__hash_symbol_custom] = sym__hash_symbol_custom, + [ts_external_token__directive_if] = sym__directive_if, + [ts_external_token__directive_elseif] = sym__directive_elseif, + [ts_external_token__directive_else] = sym__directive_else, + [ts_external_token__directive_endif] = sym__directive_endif, + [ts_external_token__fake_try_bang] = sym__fake_try_bang, +}; + +static const bool ts_external_scanner_states[132][EXTERNAL_TOKEN_COUNT] = { + [1] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token_raw_str_part] = true, + [ts_external_token_raw_str_continuing_indicator] = true, + [ts_external_token_raw_str_end_part] = true, + [ts_external_token__implicit_semi] = true, + [ts_external_token__explicit_semi] = true, + [ts_external_token__arrow_operator_custom] = true, + [ts_external_token__dot_custom] = true, + [ts_external_token__conjunction_operator_custom] = true, + [ts_external_token__disjunction_operator_custom] = true, + [ts_external_token__nil_coalescing_operator_custom] = true, + [ts_external_token__eq_custom] = true, + [ts_external_token__eq_eq_custom] = true, + [ts_external_token__plus_then_ws] = true, + [ts_external_token__minus_then_ws] = true, + [ts_external_token__bang_custom] = true, + [ts_external_token__throws_keyword] = true, + [ts_external_token__rethrows_keyword] = true, + [ts_external_token_default_keyword] = true, + [ts_external_token_where_keyword] = true, + [ts_external_token_else] = true, + [ts_external_token_catch_keyword] = true, + [ts_external_token__as_custom] = true, + [ts_external_token__as_quest_custom] = true, + [ts_external_token__as_bang_custom] = true, + [ts_external_token__async_keyword_custom] = true, + [ts_external_token__custom_operator] = true, + [ts_external_token__hash_symbol_custom] = true, + [ts_external_token__directive_if] = true, + [ts_external_token__directive_elseif] = true, + [ts_external_token__directive_else] = true, + [ts_external_token__directive_endif] = true, + [ts_external_token__fake_try_bang] = true, + }, + [2] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token_raw_str_part] = true, + [ts_external_token_raw_str_end_part] = true, + [ts_external_token__dot_custom] = true, + [ts_external_token__eq_custom] = true, + [ts_external_token__eq_eq_custom] = true, + [ts_external_token__plus_then_ws] = true, + [ts_external_token__minus_then_ws] = true, + [ts_external_token__bang_custom] = true, + [ts_external_token__custom_operator] = true, + [ts_external_token__hash_symbol_custom] = true, + [ts_external_token__directive_if] = true, + [ts_external_token__directive_elseif] = true, + [ts_external_token__directive_else] = true, + [ts_external_token__directive_endif] = true, + }, + [3] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token_raw_str_part] = true, + [ts_external_token_raw_str_end_part] = true, + [ts_external_token__dot_custom] = true, + [ts_external_token__eq_custom] = true, + [ts_external_token__eq_eq_custom] = true, + [ts_external_token__plus_then_ws] = true, + [ts_external_token__minus_then_ws] = true, + [ts_external_token__bang_custom] = true, + [ts_external_token_default_keyword] = true, + [ts_external_token__custom_operator] = true, + [ts_external_token__hash_symbol_custom] = true, + [ts_external_token__directive_if] = true, + [ts_external_token__directive_elseif] = true, + [ts_external_token__directive_else] = true, + [ts_external_token__directive_endif] = true, + }, + [4] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token_raw_str_part] = true, + [ts_external_token_raw_str_end_part] = true, + [ts_external_token__dot_custom] = true, + [ts_external_token__conjunction_operator_custom] = true, + [ts_external_token__disjunction_operator_custom] = true, + [ts_external_token__nil_coalescing_operator_custom] = true, + [ts_external_token__eq_custom] = true, + [ts_external_token__eq_eq_custom] = true, + [ts_external_token__plus_then_ws] = true, + [ts_external_token__minus_then_ws] = true, + [ts_external_token__bang_custom] = true, + [ts_external_token__as_custom] = true, + [ts_external_token__as_quest_custom] = true, + [ts_external_token__as_bang_custom] = true, + [ts_external_token__custom_operator] = true, + [ts_external_token__hash_symbol_custom] = true, + [ts_external_token__directive_if] = true, + [ts_external_token__directive_elseif] = true, + [ts_external_token__directive_else] = true, + [ts_external_token__directive_endif] = true, + }, + [5] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token_raw_str_part] = true, + [ts_external_token_raw_str_end_part] = true, + [ts_external_token__implicit_semi] = true, + [ts_external_token__explicit_semi] = true, + [ts_external_token__dot_custom] = true, + [ts_external_token__conjunction_operator_custom] = true, + [ts_external_token__disjunction_operator_custom] = true, + [ts_external_token__nil_coalescing_operator_custom] = true, + [ts_external_token__eq_custom] = true, + [ts_external_token__eq_eq_custom] = true, + [ts_external_token__plus_then_ws] = true, + [ts_external_token__minus_then_ws] = true, + [ts_external_token__bang_custom] = true, + [ts_external_token_default_keyword] = true, + [ts_external_token_where_keyword] = true, + [ts_external_token__as_custom] = true, + [ts_external_token__as_quest_custom] = true, + [ts_external_token__as_bang_custom] = true, + [ts_external_token__custom_operator] = true, + [ts_external_token__hash_symbol_custom] = true, + [ts_external_token__directive_if] = true, + [ts_external_token__directive_elseif] = true, + [ts_external_token__directive_else] = true, + [ts_external_token__directive_endif] = true, + }, + [6] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token_raw_str_part] = true, + [ts_external_token_raw_str_end_part] = true, + [ts_external_token__implicit_semi] = true, + [ts_external_token__explicit_semi] = true, + [ts_external_token__dot_custom] = true, + [ts_external_token__conjunction_operator_custom] = true, + [ts_external_token__disjunction_operator_custom] = true, + [ts_external_token__nil_coalescing_operator_custom] = true, + [ts_external_token__eq_custom] = true, + [ts_external_token__eq_eq_custom] = true, + [ts_external_token__plus_then_ws] = true, + [ts_external_token__minus_then_ws] = true, + [ts_external_token__bang_custom] = true, + [ts_external_token_default_keyword] = true, + [ts_external_token__as_custom] = true, + [ts_external_token__as_quest_custom] = true, + [ts_external_token__as_bang_custom] = true, + [ts_external_token__custom_operator] = true, + [ts_external_token__hash_symbol_custom] = true, + [ts_external_token__directive_if] = true, + [ts_external_token__directive_elseif] = true, + [ts_external_token__directive_else] = true, + [ts_external_token__directive_endif] = true, + }, + [7] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token_raw_str_part] = true, + [ts_external_token_raw_str_end_part] = true, + [ts_external_token__implicit_semi] = true, + [ts_external_token__explicit_semi] = true, + [ts_external_token__dot_custom] = true, + [ts_external_token__eq_custom] = true, + [ts_external_token__eq_eq_custom] = true, + [ts_external_token__plus_then_ws] = true, + [ts_external_token__minus_then_ws] = true, + [ts_external_token__bang_custom] = true, + [ts_external_token_default_keyword] = true, + [ts_external_token__custom_operator] = true, + [ts_external_token__hash_symbol_custom] = true, + [ts_external_token__directive_if] = true, + [ts_external_token__directive_elseif] = true, + [ts_external_token__directive_else] = true, + [ts_external_token__directive_endif] = true, + }, + [8] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token_raw_str_part] = true, + [ts_external_token_raw_str_end_part] = true, + [ts_external_token__arrow_operator_custom] = true, + [ts_external_token__dot_custom] = true, + [ts_external_token__conjunction_operator_custom] = true, + [ts_external_token__disjunction_operator_custom] = true, + [ts_external_token__nil_coalescing_operator_custom] = true, + [ts_external_token__eq_custom] = true, + [ts_external_token__eq_eq_custom] = true, + [ts_external_token__plus_then_ws] = true, + [ts_external_token__minus_then_ws] = true, + [ts_external_token__bang_custom] = true, + [ts_external_token__throws_keyword] = true, + [ts_external_token__rethrows_keyword] = true, + [ts_external_token__as_custom] = true, + [ts_external_token__as_quest_custom] = true, + [ts_external_token__as_bang_custom] = true, + [ts_external_token__async_keyword_custom] = true, + [ts_external_token__custom_operator] = true, + [ts_external_token__hash_symbol_custom] = true, + [ts_external_token__directive_if] = true, + [ts_external_token__directive_elseif] = true, + [ts_external_token__directive_else] = true, + [ts_external_token__directive_endif] = true, + }, + [9] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token_raw_str_part] = true, + [ts_external_token_raw_str_end_part] = true, + [ts_external_token__implicit_semi] = true, + [ts_external_token__explicit_semi] = true, + [ts_external_token__dot_custom] = true, + [ts_external_token__conjunction_operator_custom] = true, + [ts_external_token__disjunction_operator_custom] = true, + [ts_external_token__nil_coalescing_operator_custom] = true, + [ts_external_token__eq_custom] = true, + [ts_external_token__eq_eq_custom] = true, + [ts_external_token__plus_then_ws] = true, + [ts_external_token__minus_then_ws] = true, + [ts_external_token__bang_custom] = true, + [ts_external_token_where_keyword] = true, + [ts_external_token__as_custom] = true, + [ts_external_token__as_quest_custom] = true, + [ts_external_token__as_bang_custom] = true, + [ts_external_token__custom_operator] = true, + [ts_external_token__hash_symbol_custom] = true, + [ts_external_token__directive_if] = true, + [ts_external_token__directive_elseif] = true, + [ts_external_token__directive_else] = true, + [ts_external_token__directive_endif] = true, + }, + [10] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token_raw_str_part] = true, + [ts_external_token_raw_str_end_part] = true, + [ts_external_token__implicit_semi] = true, + [ts_external_token__explicit_semi] = true, + [ts_external_token__dot_custom] = true, + [ts_external_token__conjunction_operator_custom] = true, + [ts_external_token__disjunction_operator_custom] = true, + [ts_external_token__nil_coalescing_operator_custom] = true, + [ts_external_token__eq_custom] = true, + [ts_external_token__eq_eq_custom] = true, + [ts_external_token__plus_then_ws] = true, + [ts_external_token__minus_then_ws] = true, + [ts_external_token__bang_custom] = true, + [ts_external_token__as_custom] = true, + [ts_external_token__as_quest_custom] = true, + [ts_external_token__as_bang_custom] = true, + [ts_external_token__custom_operator] = true, + [ts_external_token__hash_symbol_custom] = true, + [ts_external_token__directive_if] = true, + [ts_external_token__directive_elseif] = true, + [ts_external_token__directive_else] = true, + [ts_external_token__directive_endif] = true, + }, + [11] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token_raw_str_part] = true, + [ts_external_token_raw_str_end_part] = true, + [ts_external_token__dot_custom] = true, + [ts_external_token__conjunction_operator_custom] = true, + [ts_external_token__disjunction_operator_custom] = true, + [ts_external_token__nil_coalescing_operator_custom] = true, + [ts_external_token__eq_custom] = true, + [ts_external_token__eq_eq_custom] = true, + [ts_external_token__plus_then_ws] = true, + [ts_external_token__minus_then_ws] = true, + [ts_external_token__bang_custom] = true, + [ts_external_token_where_keyword] = true, + [ts_external_token__as_custom] = true, + [ts_external_token__as_quest_custom] = true, + [ts_external_token__as_bang_custom] = true, + [ts_external_token__custom_operator] = true, + [ts_external_token__hash_symbol_custom] = true, + [ts_external_token__directive_if] = true, + [ts_external_token__directive_elseif] = true, + [ts_external_token__directive_else] = true, + [ts_external_token__directive_endif] = true, + }, + [12] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token_raw_str_part] = true, + [ts_external_token_raw_str_end_part] = true, + [ts_external_token__dot_custom] = true, + [ts_external_token__conjunction_operator_custom] = true, + [ts_external_token__disjunction_operator_custom] = true, + [ts_external_token__nil_coalescing_operator_custom] = true, + [ts_external_token__eq_custom] = true, + [ts_external_token__eq_eq_custom] = true, + [ts_external_token__plus_then_ws] = true, + [ts_external_token__minus_then_ws] = true, + [ts_external_token__bang_custom] = true, + [ts_external_token_where_keyword] = true, + [ts_external_token_else] = true, + [ts_external_token__as_custom] = true, + [ts_external_token__as_quest_custom] = true, + [ts_external_token__as_bang_custom] = true, + [ts_external_token__custom_operator] = true, + [ts_external_token__hash_symbol_custom] = true, + [ts_external_token__directive_if] = true, + [ts_external_token__directive_elseif] = true, + [ts_external_token__directive_else] = true, + [ts_external_token__directive_endif] = true, + }, + [13] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token_raw_str_part] = true, + [ts_external_token_raw_str_end_part] = true, + [ts_external_token__dot_custom] = true, + [ts_external_token__conjunction_operator_custom] = true, + [ts_external_token__disjunction_operator_custom] = true, + [ts_external_token__nil_coalescing_operator_custom] = true, + [ts_external_token__eq_custom] = true, + [ts_external_token__eq_eq_custom] = true, + [ts_external_token__plus_then_ws] = true, + [ts_external_token__minus_then_ws] = true, + [ts_external_token__bang_custom] = true, + [ts_external_token_else] = true, + [ts_external_token__as_custom] = true, + [ts_external_token__as_quest_custom] = true, + [ts_external_token__as_bang_custom] = true, + [ts_external_token__custom_operator] = true, + [ts_external_token__hash_symbol_custom] = true, + [ts_external_token__directive_if] = true, + [ts_external_token__directive_elseif] = true, + [ts_external_token__directive_else] = true, + [ts_external_token__directive_endif] = true, + }, + [14] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token_raw_str_part] = true, + [ts_external_token_raw_str_end_part] = true, + [ts_external_token__implicit_semi] = true, + [ts_external_token__explicit_semi] = true, + [ts_external_token__arrow_operator_custom] = true, + [ts_external_token__dot_custom] = true, + [ts_external_token__conjunction_operator_custom] = true, + [ts_external_token__disjunction_operator_custom] = true, + [ts_external_token__nil_coalescing_operator_custom] = true, + [ts_external_token__eq_custom] = true, + [ts_external_token__eq_eq_custom] = true, + [ts_external_token__plus_then_ws] = true, + [ts_external_token__minus_then_ws] = true, + [ts_external_token__bang_custom] = true, + [ts_external_token__throws_keyword] = true, + [ts_external_token__rethrows_keyword] = true, + [ts_external_token__as_custom] = true, + [ts_external_token__as_quest_custom] = true, + [ts_external_token__as_bang_custom] = true, + [ts_external_token__async_keyword_custom] = true, + [ts_external_token__custom_operator] = true, + [ts_external_token__hash_symbol_custom] = true, + [ts_external_token__directive_if] = true, + [ts_external_token__directive_elseif] = true, + [ts_external_token__directive_else] = true, + [ts_external_token__directive_endif] = true, + }, + [15] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token_raw_str_part] = true, + [ts_external_token_raw_str_end_part] = true, + [ts_external_token__dot_custom] = true, + [ts_external_token__eq_custom] = true, + [ts_external_token__eq_eq_custom] = true, + [ts_external_token__plus_then_ws] = true, + [ts_external_token__minus_then_ws] = true, + [ts_external_token__bang_custom] = true, + [ts_external_token_where_keyword] = true, + [ts_external_token__custom_operator] = true, + [ts_external_token__hash_symbol_custom] = true, + [ts_external_token__directive_if] = true, + [ts_external_token__directive_elseif] = true, + [ts_external_token__directive_else] = true, + [ts_external_token__directive_endif] = true, + }, + [16] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token_raw_str_part] = true, + [ts_external_token_raw_str_end_part] = true, + [ts_external_token__implicit_semi] = true, + [ts_external_token__explicit_semi] = true, + [ts_external_token__dot_custom] = true, + [ts_external_token__eq_custom] = true, + [ts_external_token__eq_eq_custom] = true, + [ts_external_token__plus_then_ws] = true, + [ts_external_token__minus_then_ws] = true, + [ts_external_token__bang_custom] = true, + [ts_external_token__custom_operator] = true, + [ts_external_token__hash_symbol_custom] = true, + [ts_external_token__directive_if] = true, + [ts_external_token__directive_elseif] = true, + [ts_external_token__directive_else] = true, + [ts_external_token__directive_endif] = true, + }, + [17] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token__arrow_operator_custom] = true, + [ts_external_token__dot_custom] = true, + [ts_external_token__conjunction_operator_custom] = true, + [ts_external_token__disjunction_operator_custom] = true, + [ts_external_token__nil_coalescing_operator_custom] = true, + [ts_external_token__eq_custom] = true, + [ts_external_token__eq_eq_custom] = true, + [ts_external_token__plus_then_ws] = true, + [ts_external_token__minus_then_ws] = true, + [ts_external_token__bang_custom] = true, + [ts_external_token__throws_keyword] = true, + [ts_external_token__rethrows_keyword] = true, + [ts_external_token__as_custom] = true, + [ts_external_token__as_quest_custom] = true, + [ts_external_token__as_bang_custom] = true, + [ts_external_token__async_keyword_custom] = true, + [ts_external_token__custom_operator] = true, + }, + [18] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token__dot_custom] = true, + [ts_external_token__conjunction_operator_custom] = true, + [ts_external_token__disjunction_operator_custom] = true, + [ts_external_token__nil_coalescing_operator_custom] = true, + [ts_external_token__eq_custom] = true, + [ts_external_token__eq_eq_custom] = true, + [ts_external_token__plus_then_ws] = true, + [ts_external_token__minus_then_ws] = true, + [ts_external_token__bang_custom] = true, + [ts_external_token__as_custom] = true, + [ts_external_token__as_quest_custom] = true, + [ts_external_token__as_bang_custom] = true, + [ts_external_token__custom_operator] = true, + }, + [19] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token__implicit_semi] = true, + [ts_external_token__explicit_semi] = true, + [ts_external_token__arrow_operator_custom] = true, + [ts_external_token__dot_custom] = true, + [ts_external_token__conjunction_operator_custom] = true, + [ts_external_token__disjunction_operator_custom] = true, + [ts_external_token__nil_coalescing_operator_custom] = true, + [ts_external_token__eq_custom] = true, + [ts_external_token__eq_eq_custom] = true, + [ts_external_token__plus_then_ws] = true, + [ts_external_token__minus_then_ws] = true, + [ts_external_token__bang_custom] = true, + [ts_external_token__throws_keyword] = true, + [ts_external_token__rethrows_keyword] = true, + [ts_external_token_default_keyword] = true, + [ts_external_token_where_keyword] = true, + [ts_external_token__as_custom] = true, + [ts_external_token__as_quest_custom] = true, + [ts_external_token__as_bang_custom] = true, + [ts_external_token__async_keyword_custom] = true, + [ts_external_token__custom_operator] = true, + }, + [20] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token__implicit_semi] = true, + [ts_external_token__explicit_semi] = true, + [ts_external_token__arrow_operator_custom] = true, + [ts_external_token__dot_custom] = true, + [ts_external_token__conjunction_operator_custom] = true, + [ts_external_token__disjunction_operator_custom] = true, + [ts_external_token__nil_coalescing_operator_custom] = true, + [ts_external_token__eq_custom] = true, + [ts_external_token__eq_eq_custom] = true, + [ts_external_token__plus_then_ws] = true, + [ts_external_token__minus_then_ws] = true, + [ts_external_token__bang_custom] = true, + [ts_external_token__throws_keyword] = true, + [ts_external_token__rethrows_keyword] = true, + [ts_external_token_default_keyword] = true, + [ts_external_token__as_custom] = true, + [ts_external_token__as_quest_custom] = true, + [ts_external_token__as_bang_custom] = true, + [ts_external_token__async_keyword_custom] = true, + [ts_external_token__custom_operator] = true, + }, + [21] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token__implicit_semi] = true, + [ts_external_token__explicit_semi] = true, + [ts_external_token__dot_custom] = true, + [ts_external_token__conjunction_operator_custom] = true, + [ts_external_token__disjunction_operator_custom] = true, + [ts_external_token__nil_coalescing_operator_custom] = true, + [ts_external_token__eq_custom] = true, + [ts_external_token__eq_eq_custom] = true, + [ts_external_token__plus_then_ws] = true, + [ts_external_token__minus_then_ws] = true, + [ts_external_token__bang_custom] = true, + [ts_external_token_default_keyword] = true, + [ts_external_token_where_keyword] = true, + [ts_external_token__as_custom] = true, + [ts_external_token__as_quest_custom] = true, + [ts_external_token__as_bang_custom] = true, + [ts_external_token__custom_operator] = true, + }, + [22] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token__implicit_semi] = true, + [ts_external_token__explicit_semi] = true, + [ts_external_token__dot_custom] = true, + [ts_external_token__conjunction_operator_custom] = true, + [ts_external_token__disjunction_operator_custom] = true, + [ts_external_token__nil_coalescing_operator_custom] = true, + [ts_external_token__eq_custom] = true, + [ts_external_token__eq_eq_custom] = true, + [ts_external_token__plus_then_ws] = true, + [ts_external_token__minus_then_ws] = true, + [ts_external_token__bang_custom] = true, + [ts_external_token_default_keyword] = true, + [ts_external_token__as_custom] = true, + [ts_external_token__as_quest_custom] = true, + [ts_external_token__as_bang_custom] = true, + [ts_external_token__custom_operator] = true, + }, + [23] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token__implicit_semi] = true, + [ts_external_token__explicit_semi] = true, + [ts_external_token__arrow_operator_custom] = true, + [ts_external_token__dot_custom] = true, + [ts_external_token__conjunction_operator_custom] = true, + [ts_external_token__disjunction_operator_custom] = true, + [ts_external_token__nil_coalescing_operator_custom] = true, + [ts_external_token__eq_custom] = true, + [ts_external_token__eq_eq_custom] = true, + [ts_external_token__plus_then_ws] = true, + [ts_external_token__minus_then_ws] = true, + [ts_external_token__bang_custom] = true, + [ts_external_token__throws_keyword] = true, + [ts_external_token__rethrows_keyword] = true, + [ts_external_token__as_custom] = true, + [ts_external_token__as_quest_custom] = true, + [ts_external_token__as_bang_custom] = true, + [ts_external_token__async_keyword_custom] = true, + [ts_external_token__custom_operator] = true, + }, + [24] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token__dot_custom] = true, + [ts_external_token__conjunction_operator_custom] = true, + [ts_external_token__disjunction_operator_custom] = true, + [ts_external_token__nil_coalescing_operator_custom] = true, + [ts_external_token__eq_custom] = true, + [ts_external_token__eq_eq_custom] = true, + [ts_external_token__plus_then_ws] = true, + [ts_external_token__minus_then_ws] = true, + [ts_external_token__bang_custom] = true, + [ts_external_token_else] = true, + [ts_external_token__as_custom] = true, + [ts_external_token__as_quest_custom] = true, + [ts_external_token__as_bang_custom] = true, + [ts_external_token__custom_operator] = true, + }, + [25] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token__implicit_semi] = true, + [ts_external_token__explicit_semi] = true, + [ts_external_token__dot_custom] = true, + [ts_external_token__conjunction_operator_custom] = true, + [ts_external_token__disjunction_operator_custom] = true, + [ts_external_token__nil_coalescing_operator_custom] = true, + [ts_external_token__eq_custom] = true, + [ts_external_token__eq_eq_custom] = true, + [ts_external_token__plus_then_ws] = true, + [ts_external_token__minus_then_ws] = true, + [ts_external_token__bang_custom] = true, + [ts_external_token__as_custom] = true, + [ts_external_token__as_quest_custom] = true, + [ts_external_token__as_bang_custom] = true, + [ts_external_token__custom_operator] = true, + }, + [26] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token__arrow_operator_custom] = true, + [ts_external_token__dot_custom] = true, + [ts_external_token__eq_custom] = true, + [ts_external_token__throws_keyword] = true, + [ts_external_token__rethrows_keyword] = true, + [ts_external_token_where_keyword] = true, + [ts_external_token__as_custom] = true, + [ts_external_token__async_keyword_custom] = true, + }, + [27] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token__arrow_operator_custom] = true, + [ts_external_token__dot_custom] = true, + [ts_external_token__eq_custom] = true, + [ts_external_token__throws_keyword] = true, + [ts_external_token__rethrows_keyword] = true, + [ts_external_token_where_keyword] = true, + [ts_external_token__async_keyword_custom] = true, + }, + [28] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token__arrow_operator_custom] = true, + [ts_external_token__dot_custom] = true, + [ts_external_token__eq_custom] = true, + [ts_external_token__throws_keyword] = true, + [ts_external_token__rethrows_keyword] = true, + [ts_external_token__async_keyword_custom] = true, + }, + [29] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token__arrow_operator_custom] = true, + [ts_external_token__dot_custom] = true, + [ts_external_token__throws_keyword] = true, + [ts_external_token__rethrows_keyword] = true, + [ts_external_token__async_keyword_custom] = true, + }, + [30] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token__implicit_semi] = true, + [ts_external_token__explicit_semi] = true, + [ts_external_token__arrow_operator_custom] = true, + [ts_external_token__dot_custom] = true, + [ts_external_token__conjunction_operator_custom] = true, + [ts_external_token__disjunction_operator_custom] = true, + [ts_external_token__nil_coalescing_operator_custom] = true, + [ts_external_token__eq_custom] = true, + [ts_external_token__eq_eq_custom] = true, + [ts_external_token__plus_then_ws] = true, + [ts_external_token__minus_then_ws] = true, + [ts_external_token__bang_custom] = true, + [ts_external_token__throws_keyword] = true, + [ts_external_token__rethrows_keyword] = true, + [ts_external_token_where_keyword] = true, + [ts_external_token__as_custom] = true, + [ts_external_token__as_quest_custom] = true, + [ts_external_token__as_bang_custom] = true, + [ts_external_token__async_keyword_custom] = true, + [ts_external_token__custom_operator] = true, + }, + [31] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token__eq_custom] = true, + }, + [32] = { + [ts_external_token_multiline_comment] = true, + }, + [33] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token__arrow_operator_custom] = true, + [ts_external_token__dot_custom] = true, + [ts_external_token__conjunction_operator_custom] = true, + [ts_external_token__disjunction_operator_custom] = true, + [ts_external_token__nil_coalescing_operator_custom] = true, + [ts_external_token__eq_custom] = true, + [ts_external_token__eq_eq_custom] = true, + [ts_external_token__plus_then_ws] = true, + [ts_external_token__minus_then_ws] = true, + [ts_external_token__bang_custom] = true, + [ts_external_token__throws_keyword] = true, + [ts_external_token__rethrows_keyword] = true, + [ts_external_token_where_keyword] = true, + [ts_external_token__as_custom] = true, + [ts_external_token__as_quest_custom] = true, + [ts_external_token__as_bang_custom] = true, + [ts_external_token__async_keyword_custom] = true, + [ts_external_token__custom_operator] = true, + }, + [34] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token__arrow_operator_custom] = true, + [ts_external_token__dot_custom] = true, + [ts_external_token__conjunction_operator_custom] = true, + [ts_external_token__disjunction_operator_custom] = true, + [ts_external_token__nil_coalescing_operator_custom] = true, + [ts_external_token__eq_custom] = true, + [ts_external_token__eq_eq_custom] = true, + [ts_external_token__plus_then_ws] = true, + [ts_external_token__minus_then_ws] = true, + [ts_external_token__bang_custom] = true, + [ts_external_token__throws_keyword] = true, + [ts_external_token__rethrows_keyword] = true, + [ts_external_token_where_keyword] = true, + [ts_external_token_else] = true, + [ts_external_token__as_custom] = true, + [ts_external_token__as_quest_custom] = true, + [ts_external_token__as_bang_custom] = true, + [ts_external_token__async_keyword_custom] = true, + [ts_external_token__custom_operator] = true, + }, + [35] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token__arrow_operator_custom] = true, + [ts_external_token__dot_custom] = true, + [ts_external_token__conjunction_operator_custom] = true, + [ts_external_token__disjunction_operator_custom] = true, + [ts_external_token__nil_coalescing_operator_custom] = true, + [ts_external_token__eq_custom] = true, + [ts_external_token__eq_eq_custom] = true, + [ts_external_token__plus_then_ws] = true, + [ts_external_token__minus_then_ws] = true, + [ts_external_token__bang_custom] = true, + [ts_external_token__throws_keyword] = true, + [ts_external_token__rethrows_keyword] = true, + [ts_external_token_else] = true, + [ts_external_token__as_custom] = true, + [ts_external_token__as_quest_custom] = true, + [ts_external_token__as_bang_custom] = true, + [ts_external_token__async_keyword_custom] = true, + [ts_external_token__custom_operator] = true, + }, + [36] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token__implicit_semi] = true, + [ts_external_token__explicit_semi] = true, + [ts_external_token__dot_custom] = true, + [ts_external_token__conjunction_operator_custom] = true, + [ts_external_token__disjunction_operator_custom] = true, + [ts_external_token__nil_coalescing_operator_custom] = true, + [ts_external_token__eq_custom] = true, + [ts_external_token__eq_eq_custom] = true, + [ts_external_token__plus_then_ws] = true, + [ts_external_token__minus_then_ws] = true, + [ts_external_token__bang_custom] = true, + [ts_external_token_default_keyword] = true, + [ts_external_token_where_keyword] = true, + [ts_external_token_else] = true, + [ts_external_token__as_custom] = true, + [ts_external_token__as_quest_custom] = true, + [ts_external_token__as_bang_custom] = true, + [ts_external_token__custom_operator] = true, + }, + [37] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token__implicit_semi] = true, + [ts_external_token__explicit_semi] = true, + [ts_external_token__dot_custom] = true, + [ts_external_token__conjunction_operator_custom] = true, + [ts_external_token__disjunction_operator_custom] = true, + [ts_external_token__nil_coalescing_operator_custom] = true, + [ts_external_token__eq_custom] = true, + [ts_external_token__eq_eq_custom] = true, + [ts_external_token__plus_then_ws] = true, + [ts_external_token__minus_then_ws] = true, + [ts_external_token__bang_custom] = true, + [ts_external_token_default_keyword] = true, + [ts_external_token_else] = true, + [ts_external_token__as_custom] = true, + [ts_external_token__as_quest_custom] = true, + [ts_external_token__as_bang_custom] = true, + [ts_external_token__custom_operator] = true, + }, + [38] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token__implicit_semi] = true, + [ts_external_token__explicit_semi] = true, + [ts_external_token__arrow_operator_custom] = true, + [ts_external_token__dot_custom] = true, + [ts_external_token__eq_custom] = true, + [ts_external_token__throws_keyword] = true, + [ts_external_token__rethrows_keyword] = true, + [ts_external_token_default_keyword] = true, + [ts_external_token_where_keyword] = true, + [ts_external_token__as_custom] = true, + [ts_external_token__async_keyword_custom] = true, + }, + [39] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token__implicit_semi] = true, + [ts_external_token__explicit_semi] = true, + [ts_external_token__arrow_operator_custom] = true, + [ts_external_token__dot_custom] = true, + [ts_external_token__eq_custom] = true, + [ts_external_token__throws_keyword] = true, + [ts_external_token__rethrows_keyword] = true, + [ts_external_token_default_keyword] = true, + [ts_external_token_where_keyword] = true, + [ts_external_token__async_keyword_custom] = true, + }, + [40] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token__implicit_semi] = true, + [ts_external_token__explicit_semi] = true, + [ts_external_token__arrow_operator_custom] = true, + [ts_external_token__dot_custom] = true, + [ts_external_token__eq_custom] = true, + [ts_external_token__throws_keyword] = true, + [ts_external_token__rethrows_keyword] = true, + [ts_external_token_default_keyword] = true, + [ts_external_token__async_keyword_custom] = true, + }, + [41] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token__implicit_semi] = true, + [ts_external_token__explicit_semi] = true, + [ts_external_token__dot_custom] = true, + [ts_external_token__conjunction_operator_custom] = true, + [ts_external_token__disjunction_operator_custom] = true, + [ts_external_token__nil_coalescing_operator_custom] = true, + [ts_external_token__eq_custom] = true, + [ts_external_token__eq_eq_custom] = true, + [ts_external_token__plus_then_ws] = true, + [ts_external_token__minus_then_ws] = true, + [ts_external_token__bang_custom] = true, + [ts_external_token_where_keyword] = true, + [ts_external_token__as_custom] = true, + [ts_external_token__as_quest_custom] = true, + [ts_external_token__as_bang_custom] = true, + [ts_external_token__custom_operator] = true, + }, + [42] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token__implicit_semi] = true, + [ts_external_token__explicit_semi] = true, + [ts_external_token__eq_custom] = true, + [ts_external_token_default_keyword] = true, + }, + [43] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token_raw_str_part] = true, + [ts_external_token_raw_str_end_part] = true, + [ts_external_token__dot_custom] = true, + [ts_external_token__eq_custom] = true, + [ts_external_token__eq_eq_custom] = true, + [ts_external_token__plus_then_ws] = true, + [ts_external_token__minus_then_ws] = true, + [ts_external_token__bang_custom] = true, + [ts_external_token__custom_operator] = true, + [ts_external_token__hash_symbol_custom] = true, + [ts_external_token__directive_if] = true, + [ts_external_token__directive_elseif] = true, + [ts_external_token__directive_else] = true, + [ts_external_token__directive_endif] = true, + [ts_external_token__fake_try_bang] = true, + }, + [44] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token__dot_custom] = true, + [ts_external_token__conjunction_operator_custom] = true, + [ts_external_token__disjunction_operator_custom] = true, + [ts_external_token__nil_coalescing_operator_custom] = true, + [ts_external_token__eq_custom] = true, + [ts_external_token__eq_eq_custom] = true, + [ts_external_token__plus_then_ws] = true, + [ts_external_token__minus_then_ws] = true, + [ts_external_token__bang_custom] = true, + [ts_external_token_where_keyword] = true, + [ts_external_token_else] = true, + [ts_external_token__as_custom] = true, + [ts_external_token__as_quest_custom] = true, + [ts_external_token__as_bang_custom] = true, + [ts_external_token__custom_operator] = true, + }, + [45] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token__dot_custom] = true, + [ts_external_token__conjunction_operator_custom] = true, + [ts_external_token__disjunction_operator_custom] = true, + [ts_external_token__nil_coalescing_operator_custom] = true, + [ts_external_token__eq_custom] = true, + [ts_external_token__eq_eq_custom] = true, + [ts_external_token__plus_then_ws] = true, + [ts_external_token__minus_then_ws] = true, + [ts_external_token__bang_custom] = true, + [ts_external_token_where_keyword] = true, + [ts_external_token__as_custom] = true, + [ts_external_token__as_quest_custom] = true, + [ts_external_token__as_bang_custom] = true, + [ts_external_token__custom_operator] = true, + }, + [46] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token__implicit_semi] = true, + [ts_external_token__explicit_semi] = true, + [ts_external_token__arrow_operator_custom] = true, + [ts_external_token__dot_custom] = true, + [ts_external_token__throws_keyword] = true, + [ts_external_token__rethrows_keyword] = true, + [ts_external_token_default_keyword] = true, + [ts_external_token__async_keyword_custom] = true, + }, + [47] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token__arrow_operator_custom] = true, + [ts_external_token__eq_custom] = true, + [ts_external_token__throws_keyword] = true, + [ts_external_token__rethrows_keyword] = true, + [ts_external_token_where_keyword] = true, + [ts_external_token__as_custom] = true, + [ts_external_token__async_keyword_custom] = true, + }, + [48] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token__arrow_operator_custom] = true, + [ts_external_token__eq_custom] = true, + [ts_external_token__throws_keyword] = true, + [ts_external_token__rethrows_keyword] = true, + [ts_external_token_where_keyword] = true, + [ts_external_token__async_keyword_custom] = true, + }, + [49] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token__arrow_operator_custom] = true, + [ts_external_token__eq_custom] = true, + [ts_external_token__throws_keyword] = true, + [ts_external_token__rethrows_keyword] = true, + [ts_external_token__async_keyword_custom] = true, + }, + [50] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token__arrow_operator_custom] = true, + [ts_external_token__throws_keyword] = true, + [ts_external_token__rethrows_keyword] = true, + [ts_external_token__async_keyword_custom] = true, + }, + [51] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token__throws_keyword] = true, + [ts_external_token__rethrows_keyword] = true, + [ts_external_token_where_keyword] = true, + [ts_external_token__async_keyword_custom] = true, + }, + [52] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token__eq_custom] = true, + [ts_external_token_where_keyword] = true, + }, + [53] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token__dot_custom] = true, + }, + [54] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token__dot_custom] = true, + [ts_external_token__eq_custom] = true, + [ts_external_token_where_keyword] = true, + [ts_external_token__as_custom] = true, + }, + [55] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token__throws_keyword] = true, + [ts_external_token__rethrows_keyword] = true, + [ts_external_token_where_keyword] = true, + }, + [56] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token__eq_custom] = true, + [ts_external_token_where_keyword] = true, + [ts_external_token__as_custom] = true, + }, + [57] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token_default_keyword] = true, + }, + [58] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token__implicit_semi] = true, + [ts_external_token__explicit_semi] = true, + [ts_external_token__arrow_operator_custom] = true, + [ts_external_token__eq_custom] = true, + [ts_external_token__throws_keyword] = true, + [ts_external_token__rethrows_keyword] = true, + [ts_external_token_default_keyword] = true, + [ts_external_token_where_keyword] = true, + [ts_external_token__as_custom] = true, + [ts_external_token__async_keyword_custom] = true, + }, + [59] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token__eq_custom] = true, + [ts_external_token__eq_eq_custom] = true, + [ts_external_token__plus_then_ws] = true, + [ts_external_token__minus_then_ws] = true, + [ts_external_token__bang_custom] = true, + [ts_external_token__custom_operator] = true, + }, + [60] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token__dot_custom] = true, + [ts_external_token_default_keyword] = true, + }, + [61] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token_where_keyword] = true, + }, + [62] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token__implicit_semi] = true, + [ts_external_token__explicit_semi] = true, + [ts_external_token__arrow_operator_custom] = true, + [ts_external_token__dot_custom] = true, + [ts_external_token__eq_custom] = true, + [ts_external_token__throws_keyword] = true, + [ts_external_token__rethrows_keyword] = true, + [ts_external_token_where_keyword] = true, + [ts_external_token__as_custom] = true, + [ts_external_token__async_keyword_custom] = true, + }, + [63] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token__implicit_semi] = true, + [ts_external_token__explicit_semi] = true, + [ts_external_token__arrow_operator_custom] = true, + [ts_external_token__eq_custom] = true, + [ts_external_token__throws_keyword] = true, + [ts_external_token__rethrows_keyword] = true, + [ts_external_token_default_keyword] = true, + [ts_external_token_where_keyword] = true, + [ts_external_token__async_keyword_custom] = true, + }, + [64] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token__implicit_semi] = true, + [ts_external_token__explicit_semi] = true, + [ts_external_token__dot_custom] = true, + [ts_external_token__conjunction_operator_custom] = true, + [ts_external_token__disjunction_operator_custom] = true, + [ts_external_token__nil_coalescing_operator_custom] = true, + [ts_external_token__eq_custom] = true, + [ts_external_token__eq_eq_custom] = true, + [ts_external_token__plus_then_ws] = true, + [ts_external_token__minus_then_ws] = true, + [ts_external_token__bang_custom] = true, + [ts_external_token_where_keyword] = true, + [ts_external_token_else] = true, + [ts_external_token__as_custom] = true, + [ts_external_token__as_quest_custom] = true, + [ts_external_token__as_bang_custom] = true, + [ts_external_token__custom_operator] = true, + }, + [65] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token__implicit_semi] = true, + [ts_external_token__explicit_semi] = true, + [ts_external_token__arrow_operator_custom] = true, + [ts_external_token__eq_custom] = true, + [ts_external_token__throws_keyword] = true, + [ts_external_token__rethrows_keyword] = true, + [ts_external_token_default_keyword] = true, + [ts_external_token__async_keyword_custom] = true, + }, + [66] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token__implicit_semi] = true, + [ts_external_token__explicit_semi] = true, + [ts_external_token__dot_custom] = true, + [ts_external_token__conjunction_operator_custom] = true, + [ts_external_token__disjunction_operator_custom] = true, + [ts_external_token__nil_coalescing_operator_custom] = true, + [ts_external_token__eq_custom] = true, + [ts_external_token__eq_eq_custom] = true, + [ts_external_token__plus_then_ws] = true, + [ts_external_token__minus_then_ws] = true, + [ts_external_token__bang_custom] = true, + [ts_external_token_else] = true, + [ts_external_token__as_custom] = true, + [ts_external_token__as_quest_custom] = true, + [ts_external_token__as_bang_custom] = true, + [ts_external_token__custom_operator] = true, + }, + [67] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token__implicit_semi] = true, + [ts_external_token__explicit_semi] = true, + [ts_external_token__arrow_operator_custom] = true, + [ts_external_token__dot_custom] = true, + [ts_external_token__eq_custom] = true, + [ts_external_token__throws_keyword] = true, + [ts_external_token__rethrows_keyword] = true, + [ts_external_token_where_keyword] = true, + [ts_external_token__async_keyword_custom] = true, + }, + [68] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token__implicit_semi] = true, + [ts_external_token__explicit_semi] = true, + [ts_external_token__arrow_operator_custom] = true, + [ts_external_token__dot_custom] = true, + [ts_external_token__eq_custom] = true, + [ts_external_token__throws_keyword] = true, + [ts_external_token__rethrows_keyword] = true, + [ts_external_token__async_keyword_custom] = true, + }, + [69] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token__implicit_semi] = true, + [ts_external_token__explicit_semi] = true, + [ts_external_token__arrow_operator_custom] = true, + [ts_external_token__dot_custom] = true, + [ts_external_token__throws_keyword] = true, + [ts_external_token__rethrows_keyword] = true, + [ts_external_token__async_keyword_custom] = true, + }, + [70] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token__implicit_semi] = true, + [ts_external_token__explicit_semi] = true, + [ts_external_token__eq_custom] = true, + }, + [71] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token__arrow_operator_custom] = true, + [ts_external_token__dot_custom] = true, + [ts_external_token__eq_custom] = true, + [ts_external_token__throws_keyword] = true, + [ts_external_token__rethrows_keyword] = true, + [ts_external_token_where_keyword] = true, + [ts_external_token_else] = true, + [ts_external_token__as_custom] = true, + [ts_external_token__async_keyword_custom] = true, + }, + [72] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token__arrow_operator_custom] = true, + [ts_external_token__dot_custom] = true, + [ts_external_token__throws_keyword] = true, + [ts_external_token__rethrows_keyword] = true, + [ts_external_token_where_keyword] = true, + [ts_external_token__as_custom] = true, + [ts_external_token__async_keyword_custom] = true, + }, + [73] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token__arrow_operator_custom] = true, + [ts_external_token__dot_custom] = true, + [ts_external_token__throws_keyword] = true, + [ts_external_token__rethrows_keyword] = true, + [ts_external_token_where_keyword] = true, + [ts_external_token__async_keyword_custom] = true, + }, + [74] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token__implicit_semi] = true, + [ts_external_token__explicit_semi] = true, + [ts_external_token__arrow_operator_custom] = true, + [ts_external_token__throws_keyword] = true, + [ts_external_token__rethrows_keyword] = true, + [ts_external_token_default_keyword] = true, + [ts_external_token__async_keyword_custom] = true, + }, + [75] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token__implicit_semi] = true, + [ts_external_token__explicit_semi] = true, + [ts_external_token__arrow_operator_custom] = true, + [ts_external_token__dot_custom] = true, + [ts_external_token__throws_keyword] = true, + [ts_external_token__rethrows_keyword] = true, + [ts_external_token_where_keyword] = true, + [ts_external_token__async_keyword_custom] = true, + }, + [76] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token__implicit_semi] = true, + [ts_external_token__explicit_semi] = true, + }, + [77] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token__implicit_semi] = true, + [ts_external_token__explicit_semi] = true, + [ts_external_token__eq_custom] = true, + [ts_external_token_default_keyword] = true, + [ts_external_token_where_keyword] = true, + }, + [78] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token__arrow_operator_custom] = true, + [ts_external_token__dot_custom] = true, + [ts_external_token__eq_custom] = true, + [ts_external_token__throws_keyword] = true, + [ts_external_token__rethrows_keyword] = true, + [ts_external_token_where_keyword] = true, + [ts_external_token_else] = true, + [ts_external_token__async_keyword_custom] = true, + }, + [79] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token__arrow_operator_custom] = true, + [ts_external_token__dot_custom] = true, + [ts_external_token__throws_keyword] = true, + [ts_external_token__rethrows_keyword] = true, + [ts_external_token__as_custom] = true, + [ts_external_token__async_keyword_custom] = true, + }, + [80] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token__implicit_semi] = true, + [ts_external_token__explicit_semi] = true, + [ts_external_token__dot_custom] = true, + [ts_external_token__eq_custom] = true, + [ts_external_token_default_keyword] = true, + [ts_external_token_where_keyword] = true, + [ts_external_token__as_custom] = true, + }, + [81] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token__arrow_operator_custom] = true, + [ts_external_token__dot_custom] = true, + [ts_external_token__eq_custom] = true, + [ts_external_token__eq_eq_custom] = true, + [ts_external_token__throws_keyword] = true, + [ts_external_token__rethrows_keyword] = true, + [ts_external_token__async_keyword_custom] = true, + }, + [82] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token__implicit_semi] = true, + [ts_external_token__explicit_semi] = true, + [ts_external_token__eq_custom] = true, + [ts_external_token_default_keyword] = true, + [ts_external_token_where_keyword] = true, + [ts_external_token__as_custom] = true, + }, + [83] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token_raw_str_part] = true, + [ts_external_token_raw_str_end_part] = true, + [ts_external_token__hash_symbol_custom] = true, + }, + [84] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token__implicit_semi] = true, + [ts_external_token__explicit_semi] = true, + [ts_external_token_default_keyword] = true, + [ts_external_token_catch_keyword] = true, + }, + [85] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token__implicit_semi] = true, + [ts_external_token__explicit_semi] = true, + [ts_external_token_default_keyword] = true, + }, + [86] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token__implicit_semi] = true, + [ts_external_token__explicit_semi] = true, + [ts_external_token_default_keyword] = true, + [ts_external_token_else] = true, + }, + [87] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token__dot_custom] = true, + [ts_external_token_where_keyword] = true, + }, + [88] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token__bang_custom] = true, + }, + [89] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token__dot_custom] = true, + [ts_external_token__fake_try_bang] = true, + }, + [90] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token__implicit_semi] = true, + [ts_external_token__explicit_semi] = true, + [ts_external_token__arrow_operator_custom] = true, + [ts_external_token__eq_custom] = true, + [ts_external_token__throws_keyword] = true, + [ts_external_token__rethrows_keyword] = true, + [ts_external_token_where_keyword] = true, + [ts_external_token__as_custom] = true, + [ts_external_token__async_keyword_custom] = true, + }, + [91] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token__implicit_semi] = true, + [ts_external_token__explicit_semi] = true, + [ts_external_token__arrow_operator_custom] = true, + [ts_external_token__eq_custom] = true, + [ts_external_token__throws_keyword] = true, + [ts_external_token__rethrows_keyword] = true, + [ts_external_token_where_keyword] = true, + [ts_external_token__async_keyword_custom] = true, + }, + [92] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token__implicit_semi] = true, + [ts_external_token__explicit_semi] = true, + [ts_external_token__arrow_operator_custom] = true, + [ts_external_token__eq_custom] = true, + [ts_external_token__throws_keyword] = true, + [ts_external_token__rethrows_keyword] = true, + [ts_external_token__async_keyword_custom] = true, + }, + [93] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token__arrow_operator_custom] = true, + [ts_external_token__throws_keyword] = true, + [ts_external_token__rethrows_keyword] = true, + [ts_external_token_where_keyword] = true, + [ts_external_token__async_keyword_custom] = true, + }, + [94] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token__arrow_operator_custom] = true, + [ts_external_token__eq_custom] = true, + [ts_external_token__throws_keyword] = true, + [ts_external_token__rethrows_keyword] = true, + [ts_external_token_where_keyword] = true, + [ts_external_token_else] = true, + [ts_external_token__as_custom] = true, + [ts_external_token__async_keyword_custom] = true, + }, + [95] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token__implicit_semi] = true, + [ts_external_token__explicit_semi] = true, + [ts_external_token__arrow_operator_custom] = true, + [ts_external_token__throws_keyword] = true, + [ts_external_token__rethrows_keyword] = true, + [ts_external_token__async_keyword_custom] = true, + }, + [96] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token__arrow_operator_custom] = true, + [ts_external_token__throws_keyword] = true, + [ts_external_token__rethrows_keyword] = true, + [ts_external_token_where_keyword] = true, + [ts_external_token__as_custom] = true, + [ts_external_token__async_keyword_custom] = true, + }, + [97] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token__implicit_semi] = true, + [ts_external_token__explicit_semi] = true, + [ts_external_token__arrow_operator_custom] = true, + [ts_external_token__throws_keyword] = true, + [ts_external_token__rethrows_keyword] = true, + [ts_external_token_where_keyword] = true, + [ts_external_token__async_keyword_custom] = true, + }, + [98] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token__arrow_operator_custom] = true, + [ts_external_token__throws_keyword] = true, + [ts_external_token__rethrows_keyword] = true, + [ts_external_token__as_custom] = true, + [ts_external_token__async_keyword_custom] = true, + }, + [99] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token__arrow_operator_custom] = true, + [ts_external_token__eq_custom] = true, + [ts_external_token__throws_keyword] = true, + [ts_external_token__rethrows_keyword] = true, + [ts_external_token_where_keyword] = true, + [ts_external_token_else] = true, + [ts_external_token__async_keyword_custom] = true, + }, + [100] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token__implicit_semi] = true, + [ts_external_token__explicit_semi] = true, + [ts_external_token__throws_keyword] = true, + [ts_external_token__rethrows_keyword] = true, + [ts_external_token_where_keyword] = true, + [ts_external_token__async_keyword_custom] = true, + }, + [101] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token__implicit_semi] = true, + [ts_external_token__explicit_semi] = true, + [ts_external_token__eq_custom] = true, + [ts_external_token_where_keyword] = true, + }, + [102] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token__arrow_operator_custom] = true, + [ts_external_token__eq_custom] = true, + [ts_external_token__eq_eq_custom] = true, + [ts_external_token__throws_keyword] = true, + [ts_external_token__rethrows_keyword] = true, + [ts_external_token__async_keyword_custom] = true, + }, + [103] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token__throws_keyword] = true, + [ts_external_token__rethrows_keyword] = true, + [ts_external_token__async_keyword_custom] = true, + }, + [104] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token__implicit_semi] = true, + [ts_external_token__explicit_semi] = true, + [ts_external_token__dot_custom] = true, + [ts_external_token__eq_custom] = true, + [ts_external_token_where_keyword] = true, + [ts_external_token__as_custom] = true, + }, + [105] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token__implicit_semi] = true, + [ts_external_token__explicit_semi] = true, + [ts_external_token__eq_custom] = true, + [ts_external_token_where_keyword] = true, + [ts_external_token__as_custom] = true, + }, + [106] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token__implicit_semi] = true, + [ts_external_token__explicit_semi] = true, + [ts_external_token__throws_keyword] = true, + [ts_external_token__rethrows_keyword] = true, + [ts_external_token_where_keyword] = true, + }, + [107] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token__implicit_semi] = true, + [ts_external_token__explicit_semi] = true, + [ts_external_token__arrow_operator_custom] = true, + [ts_external_token__throws_keyword] = true, + [ts_external_token__rethrows_keyword] = true, + [ts_external_token_where_keyword] = true, + }, + [108] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token__dot_custom] = true, + [ts_external_token__eq_custom] = true, + [ts_external_token_where_keyword] = true, + [ts_external_token_else] = true, + [ts_external_token__as_custom] = true, + }, + [109] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token__implicit_semi] = true, + [ts_external_token__explicit_semi] = true, + [ts_external_token_where_keyword] = true, + }, + [110] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token__dot_custom] = true, + [ts_external_token__as_custom] = true, + }, + [111] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token__eq_custom] = true, + [ts_external_token_where_keyword] = true, + [ts_external_token_else] = true, + [ts_external_token__as_custom] = true, + }, + [112] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token__implicit_semi] = true, + [ts_external_token__explicit_semi] = true, + [ts_external_token__arrow_operator_custom] = true, + [ts_external_token__eq_custom] = true, + [ts_external_token_where_keyword] = true, + }, + [113] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token__arrow_operator_custom] = true, + [ts_external_token__throws_keyword] = true, + [ts_external_token__rethrows_keyword] = true, + [ts_external_token_where_keyword] = true, + }, + [114] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token__dot_custom] = true, + [ts_external_token_where_keyword] = true, + [ts_external_token__as_custom] = true, + }, + [115] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token__arrow_operator_custom] = true, + [ts_external_token_where_keyword] = true, + }, + [116] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token__as_custom] = true, + }, + [117] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token_where_keyword] = true, + [ts_external_token__as_custom] = true, + }, + [118] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token__implicit_semi] = true, + [ts_external_token__explicit_semi] = true, + [ts_external_token__arrow_operator_custom] = true, + [ts_external_token_where_keyword] = true, + }, + [119] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token__implicit_semi] = true, + [ts_external_token__explicit_semi] = true, + [ts_external_token_catch_keyword] = true, + }, + [120] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token__arrow_operator_custom] = true, + [ts_external_token__throws_keyword] = true, + [ts_external_token__rethrows_keyword] = true, + }, + [121] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token__implicit_semi] = true, + [ts_external_token__explicit_semi] = true, + [ts_external_token__dot_custom] = true, + }, + [122] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token__dot_custom] = true, + [ts_external_token__eq_custom] = true, + [ts_external_token__eq_eq_custom] = true, + }, + [123] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token__eq_custom] = true, + [ts_external_token_where_keyword] = true, + [ts_external_token_else] = true, + }, + [124] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token__conjunction_operator_custom] = true, + [ts_external_token__disjunction_operator_custom] = true, + }, + [125] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token__eq_custom] = true, + [ts_external_token__eq_eq_custom] = true, + }, + [126] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token__implicit_semi] = true, + [ts_external_token__explicit_semi] = true, + [ts_external_token_else] = true, + }, + [127] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token_raw_str_part] = true, + [ts_external_token_raw_str_end_part] = true, + }, + [128] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token__implicit_semi] = true, + }, + [129] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token_raw_str_part] = true, + [ts_external_token_raw_str_continuing_indicator] = true, + [ts_external_token_raw_str_end_part] = true, + }, + [130] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token__arrow_operator_custom] = true, + }, + [131] = { + [ts_external_token_multiline_comment] = true, + [ts_external_token_else] = true, + }, +}; + +#ifdef __cplusplus +extern "C" { +#endif +void *tree_sitter_swift_external_scanner_create(void); +void tree_sitter_swift_external_scanner_destroy(void *); +bool tree_sitter_swift_external_scanner_scan(void *, TSLexer *, const bool *); +unsigned tree_sitter_swift_external_scanner_serialize(void *, char *); +void tree_sitter_swift_external_scanner_deserialize(void *, const char *, unsigned); + +#ifdef TREE_SITTER_HIDE_SYMBOLS +#define TS_PUBLIC +#elif defined(_WIN32) +#define TS_PUBLIC __declspec(dllexport) +#else +#define TS_PUBLIC __attribute__((visibility("default"))) +#endif + +TS_PUBLIC const TSLanguage *tree_sitter_swift(void) { + static const TSLanguage language = { + .abi_version = LANGUAGE_VERSION, + .symbol_count = SYMBOL_COUNT, + .alias_count = ALIAS_COUNT, + .token_count = TOKEN_COUNT, + .external_token_count = EXTERNAL_TOKEN_COUNT, + .state_count = STATE_COUNT, + .large_state_count = LARGE_STATE_COUNT, + .production_id_count = PRODUCTION_ID_COUNT, + .supertype_count = SUPERTYPE_COUNT, + .field_count = FIELD_COUNT, + .max_alias_sequence_length = MAX_ALIAS_SEQUENCE_LENGTH, + .parse_table = &ts_parse_table[0][0], + .small_parse_table = ts_small_parse_table, + .small_parse_table_map = ts_small_parse_table_map, + .parse_actions = ts_parse_actions, + .symbol_names = ts_symbol_names, + .field_names = ts_field_names, + .field_map_slices = ts_field_map_slices, + .field_map_entries = ts_field_map_entries, + .supertype_map_slices = ts_supertype_map_slices, + .supertype_map_entries = ts_supertype_map_entries, + .supertype_symbols = ts_supertype_symbols, + .symbol_metadata = ts_symbol_metadata, + .public_symbol_map = ts_symbol_map, + .alias_map = ts_non_terminal_alias_map, + .alias_sequences = &ts_alias_sequences[0][0], + .lex_modes = (const void*)ts_lex_modes, + .lex_fn = ts_lex, + .external_scanner = { + &ts_external_scanner_states[0][0], + ts_external_scanner_symbol_map, + tree_sitter_swift_external_scanner_create, + tree_sitter_swift_external_scanner_destroy, + tree_sitter_swift_external_scanner_scan, + tree_sitter_swift_external_scanner_serialize, + tree_sitter_swift_external_scanner_deserialize, + }, + .primary_state_ids = ts_primary_state_ids, + .name = "swift", + .max_reserved_word_set_size = 0, + .metadata = { + .major_version = 0, + .minor_version = 7, + .patch_version = 2, + }, + }; + return &language; +} +#ifdef __cplusplus +} +#endif diff --git a/unified/extractor/tree-sitter-swift/src/scanner.c b/unified/extractor/tree-sitter-swift/src/scanner.c new file mode 100644 index 000000000000..bb2dcac58b28 --- /dev/null +++ b/unified/extractor/tree-sitter-swift/src/scanner.c @@ -0,0 +1,929 @@ +#include "tree_sitter/parser.h" +#include +#include + +#define TOKEN_COUNT 33 + +enum TokenType { + BLOCK_COMMENT, + RAW_STR_PART, + RAW_STR_CONTINUING_INDICATOR, + RAW_STR_END_PART, + IMPLICIT_SEMI, + EXPLICIT_SEMI, + ARROW_OPERATOR, + DOT_OPERATOR, + CONJUNCTION_OPERATOR, + DISJUNCTION_OPERATOR, + NIL_COALESCING_OPERATOR, + EQUAL_SIGN, + EQ_EQ, + PLUS_THEN_WS, + MINUS_THEN_WS, + BANG, + THROWS_KEYWORD, + RETHROWS_KEYWORD, + DEFAULT_KEYWORD, + WHERE_KEYWORD, + ELSE_KEYWORD, + CATCH_KEYWORD, + AS_KEYWORD, + AS_QUEST, + AS_BANG, + ASYNC_KEYWORD, + CUSTOM_OPERATOR, + HASH_SYMBOL, + DIRECTIVE_IF, + DIRECTIVE_ELSEIF, + DIRECTIVE_ELSE, + DIRECTIVE_ENDIF, + FAKE_TRY_BANG +}; + +#define OPERATOR_COUNT 20 + +const char* OPERATORS[OPERATOR_COUNT] = { + "->", + ".", + "&&", + "||", + "??", + "=", + "==", + "+", + "-", + "!", + "throws", + "rethrows", + "default", + "where", + "else", + "catch", + "as", + "as?", + "as!", + "async" +}; + +enum IllegalTerminatorGroup { + ALPHANUMERIC, + OPERATOR_SYMBOLS, + OPERATOR_OR_DOT, + NON_WHITESPACE +}; + +const enum IllegalTerminatorGroup OP_ILLEGAL_TERMINATORS[OPERATOR_COUNT] = { + OPERATOR_SYMBOLS, // -> + OPERATOR_OR_DOT, // . + OPERATOR_SYMBOLS, // && + OPERATOR_SYMBOLS, // || + OPERATOR_SYMBOLS, // ?? + OPERATOR_SYMBOLS, // = + OPERATOR_SYMBOLS, // == + NON_WHITESPACE, // + + NON_WHITESPACE, // - + OPERATOR_SYMBOLS, // ! + ALPHANUMERIC, // throws + ALPHANUMERIC, // rethrows + ALPHANUMERIC, // default + ALPHANUMERIC, // where + ALPHANUMERIC, // else + ALPHANUMERIC, // catch + ALPHANUMERIC, // as + OPERATOR_SYMBOLS, // as? + OPERATOR_SYMBOLS, // as! + ALPHANUMERIC // async +}; + +const enum TokenType OP_SYMBOLS[OPERATOR_COUNT] = { + ARROW_OPERATOR, + DOT_OPERATOR, + CONJUNCTION_OPERATOR, + DISJUNCTION_OPERATOR, + NIL_COALESCING_OPERATOR, + EQUAL_SIGN, + EQ_EQ, + PLUS_THEN_WS, + MINUS_THEN_WS, + BANG, + THROWS_KEYWORD, + RETHROWS_KEYWORD, + DEFAULT_KEYWORD, + WHERE_KEYWORD, + ELSE_KEYWORD, + CATCH_KEYWORD, + AS_KEYWORD, + AS_QUEST, + AS_BANG, + ASYNC_KEYWORD +}; + +const uint64_t OP_SYMBOL_SUPPRESSOR[OPERATOR_COUNT] = { + 0, // ARROW_OPERATOR, + 0, // DOT_OPERATOR, + 0, // CONJUNCTION_OPERATOR, + 0, // DISJUNCTION_OPERATOR, + 0, // NIL_COALESCING_OPERATOR, + 0, // EQUAL_SIGN, + 0, // EQ_EQ, + 0, // PLUS_THEN_WS, + 0, // MINUS_THEN_WS, + 1UL << FAKE_TRY_BANG, // BANG, + 0, // THROWS_KEYWORD, + 0, // RETHROWS_KEYWORD, + 0, // DEFAULT_KEYWORD, + 0, // WHERE_KEYWORD, + 0, // ELSE_KEYWORD, + 0, // CATCH_KEYWORD, + 0, // AS_KEYWORD, + 0, // AS_QUEST, + 0, // AS_BANG, + 0, // ASYNC_KEYWORD +}; + +#define RESERVED_OP_COUNT 31 + +const char* RESERVED_OPS[RESERVED_OP_COUNT] = { + "/", + "=", + "-", + "+", + "!", + "*", + "%", + "<", + ">", + "&", + "|", + "^", + "?", + "~", + ".", + "..", + "->", + "/*", + "*/", + "+=", + "-=", + "*=", + "/=", + "%=", + ">>", + "<<", + "++", + "--", + "===", + "...", + "..<" +}; + +static bool is_cross_semi_token(enum TokenType op) { + switch(op) { + case ARROW_OPERATOR: + case DOT_OPERATOR: + case CONJUNCTION_OPERATOR: + case DISJUNCTION_OPERATOR: + case NIL_COALESCING_OPERATOR: + case EQUAL_SIGN: + case EQ_EQ: + case PLUS_THEN_WS: + case MINUS_THEN_WS: + case THROWS_KEYWORD: + case RETHROWS_KEYWORD: + case DEFAULT_KEYWORD: + case WHERE_KEYWORD: + case ELSE_KEYWORD: + case CATCH_KEYWORD: + case AS_KEYWORD: + case AS_QUEST: + case AS_BANG: + case ASYNC_KEYWORD: + case CUSTOM_OPERATOR: + return true; + case BANG: + default: + return false; + } +} + +#define NON_CONSUMING_CROSS_SEMI_CHAR_COUNT 3 +const uint32_t NON_CONSUMING_CROSS_SEMI_CHARS[NON_CONSUMING_CROSS_SEMI_CHAR_COUNT] = { '?', ':', '{' }; + +/** + * All possible results of having performed some sort of parsing. + * + * A parser can return a result along two dimensions: + * 1. Should the scanner continue trying to find another result? + * 2. Was some result produced by this parsing attempt? + * + * These are flattened into a single enum together. When the function returns one of the `TOKEN_FOUND` cases, it + * will always populate its `symbol_result` field. When it returns one of the `STOP_PARSING` cases, callers should + * immediately return (with the value, if there is one). + */ +enum ParseDirective { + CONTINUE_PARSING_NOTHING_FOUND, + CONTINUE_PARSING_TOKEN_FOUND, + CONTINUE_PARSING_SLASH_CONSUMED, + STOP_PARSING_NOTHING_FOUND, + STOP_PARSING_TOKEN_FOUND, + STOP_PARSING_END_OF_FILE +}; + +struct ScannerState { + uint32_t ongoing_raw_str_hash_count; +}; + +void *tree_sitter_swift_external_scanner_create() { + return calloc(1, sizeof(struct ScannerState)); +} + +void tree_sitter_swift_external_scanner_destroy(void *payload) { + free(payload); +} + +void tree_sitter_swift_external_scanner_reset(void *payload) { + struct ScannerState *state = (struct ScannerState *)payload; + state->ongoing_raw_str_hash_count = 0; +} + +unsigned tree_sitter_swift_external_scanner_serialize(void *payload, char *buffer) { + struct ScannerState *state = (struct ScannerState *)payload; + uint32_t hash_count = state->ongoing_raw_str_hash_count; + buffer[0] = (hash_count >> 24) & 0xff; + buffer[1] = (hash_count >> 16) & 0xff; + buffer[2] = (hash_count >> 8) & 0xff; + buffer[3] = (hash_count) & 0xff; + return 4; +} + +void tree_sitter_swift_external_scanner_deserialize( + void *payload, + const char *buffer, + unsigned length +) { + if (length < 4) { + return; + } + + uint32_t hash_count = ( + (((uint32_t) buffer[0]) << 24) | + (((uint32_t) buffer[1]) << 16) | + (((uint32_t) buffer[2]) << 8) | + (((uint32_t) buffer[3])) + ); + struct ScannerState *state = (struct ScannerState *)payload; + state->ongoing_raw_str_hash_count = hash_count; +} + +static void advance(TSLexer *lexer) { + lexer->advance(lexer, false); +} + +static bool should_treat_as_wspace(int32_t character) { + return iswspace(character) || (((int32_t) ';') == character); +} + +static int32_t encountered_op_count(bool *encountered_operator) { + int32_t encountered = 0; + for (int op_idx = 0; op_idx < OPERATOR_COUNT; op_idx++) { + if (encountered_operator[op_idx]) { + encountered++; + } + } + + return encountered; +} + +static bool any_reserved_ops(uint8_t *encountered_reserved_ops) { + for (int op_idx = 0; op_idx < RESERVED_OP_COUNT; op_idx++) { + if (encountered_reserved_ops[op_idx] == 2) { + return true; + } + } + + return false; +} + +static bool is_legal_custom_operator( + int32_t char_idx, + int32_t first_char, + int32_t cur_char +) { + bool is_first_char = !char_idx; + switch (cur_char) { + case '=': + case '-': + case '+': + case '!': + case '%': + case '<': + case '>': + case '&': + case '|': + case '^': + case '?': + case '~': + return true; + case '.': + // Grammar allows `.` for any operator that starts with `.` + return is_first_char || first_char == '.'; + case '*': + case '/': + // Not listed in the grammar, but `/*` and `//` can't be the start of an operator since they start comments + return char_idx != 1 || first_char != '/'; + default: + if ( + (cur_char >= 0x00A1 && cur_char <= 0x00A7) || + (cur_char == 0x00A9) || + (cur_char == 0x00AB) || + (cur_char == 0x00AC) || + (cur_char == 0x00AE) || + (cur_char >= 0x00B0 && cur_char <= 0x00B1) || + (cur_char == 0x00B6) || + (cur_char == 0x00BB) || + (cur_char == 0x00BF) || + (cur_char == 0x00D7) || + (cur_char == 0x00F7) || + (cur_char >= 0x2016 && cur_char <= 0x2017) || + (cur_char >= 0x2020 && cur_char <= 0x2027) || + (cur_char >= 0x2030 && cur_char <= 0x203E) || + (cur_char >= 0x2041 && cur_char <= 0x2053) || + (cur_char >= 0x2055 && cur_char <= 0x205E) || + (cur_char >= 0x2190 && cur_char <= 0x23FF) || + (cur_char >= 0x2500 && cur_char <= 0x2775) || + (cur_char >= 0x2794 && cur_char <= 0x2BFF) || + (cur_char >= 0x2E00 && cur_char <= 0x2E7F) || + (cur_char >= 0x3001 && cur_char <= 0x3003) || + (cur_char >= 0x3008 && cur_char <= 0x3020) || + (cur_char == 0x3030) + ) { + return true; + } else if ( + (cur_char >= 0x0300 && cur_char <= 0x036f) || + (cur_char >= 0x1DC0 && cur_char <= 0x1DFF) || + (cur_char >= 0x20D0 && cur_char <= 0x20FF) || + (cur_char >= 0xFE00 && cur_char <= 0xFE0F) || + (cur_char >= 0xFE20 && cur_char <= 0xFE2F) || + (cur_char >= 0xE0100 && cur_char <= 0xE01EF) + ) { + return !is_first_char; + } else { + return false; + } + } +} + +static bool eat_operators( + TSLexer *lexer, + const bool *valid_symbols, + bool mark_end, + const int32_t prior_char, + enum TokenType *symbol_result +) { + bool possible_operators[OPERATOR_COUNT]; + uint8_t reserved_operators[RESERVED_OP_COUNT]; + for (int op_idx = 0; op_idx < OPERATOR_COUNT; op_idx++) { + possible_operators[op_idx] = valid_symbols[OP_SYMBOLS[op_idx]] && (!prior_char || OPERATORS[op_idx][0] == prior_char); + } + for (int op_idx = 0; op_idx < RESERVED_OP_COUNT; op_idx++) { + reserved_operators[op_idx] = !prior_char || RESERVED_OPS[op_idx][0] == prior_char; + } + + bool possible_custom_operator = valid_symbols[CUSTOM_OPERATOR]; + int32_t first_char = prior_char ? prior_char : lexer->lookahead; + int32_t last_examined_char = first_char; + + int32_t str_idx = prior_char ? 1 : 0; + int32_t full_match = -1; + while(true) { + for (int op_idx = 0; op_idx < OPERATOR_COUNT; op_idx++) { + if (!possible_operators[op_idx]) { + continue; + } + + if (OPERATORS[op_idx][str_idx] == '\0') { + // Make sure that the operator is allowed to have the next character as its lookahead. + enum IllegalTerminatorGroup illegal_terminators = OP_ILLEGAL_TERMINATORS[op_idx]; + switch (lexer->lookahead) { + // See "Operators": + // https://docs.swift.org/swift-book/ReferenceManual/LexicalStructure.html#ID418 + case '/': + case '=': + case '-': + case '+': + case '!': + case '*': + case '%': + case '<': + case '>': + case '&': + case '|': + case '^': + case '?': + case '~': + if (illegal_terminators == OPERATOR_SYMBOLS) { + break; + } // Otherwise, intentionally fall through to the OPERATOR_OR_DOT case + // fall through + case '.': + if (illegal_terminators == OPERATOR_OR_DOT) { + break; + } // Otherwise, fall through to DEFAULT which checks its groups directly + // fall through + default: + if (iswalnum(lexer->lookahead) && illegal_terminators == ALPHANUMERIC) { + break; + } + + if (!iswspace(lexer->lookahead) && illegal_terminators == NON_WHITESPACE) { + break; + } + + full_match = op_idx; + if (mark_end) { + lexer->mark_end(lexer); + } + } + + possible_operators[op_idx] = false; + continue; + } + + if (OPERATORS[op_idx][str_idx] != lexer->lookahead) { + possible_operators[op_idx] = false; + continue; + } + } + + for (int op_idx = 0; op_idx < RESERVED_OP_COUNT; op_idx++) { + if (!reserved_operators[op_idx]) { + continue; + } + + if (RESERVED_OPS[op_idx][str_idx] == '\0') { + reserved_operators[op_idx] = 0; + continue; + } + + if (RESERVED_OPS[op_idx][str_idx] != lexer->lookahead) { + reserved_operators[op_idx] = 0; + continue; + } + + if (RESERVED_OPS[op_idx][str_idx + 1] == '\0') { + reserved_operators[op_idx] = 2; + continue; + } + } + + possible_custom_operator = possible_custom_operator && is_legal_custom_operator( + str_idx, + first_char, + lexer->lookahead + ); + + uint32_t encountered_ops = encountered_op_count(possible_operators); + if (encountered_ops == 0) { + if (!possible_custom_operator) { + break; + } else if (mark_end && full_match == -1) { + lexer->mark_end(lexer); + } + } + + last_examined_char = lexer->lookahead; + lexer->advance(lexer, false); + str_idx += 1; + + if (encountered_ops == 0 && !is_legal_custom_operator( + str_idx, + first_char, + lexer->lookahead + )) { + break; + } + } + + if (full_match != -1) { + // We have a match -- first see if that match has a symbol that suppresses it. For example, in `try!`, we do not + // want to emit the `!` as a symbol in our scanner, because we want the parser to have the chance to parse it as + // an immediate token. + uint64_t suppressing_symbols = OP_SYMBOL_SUPPRESSOR[full_match]; + if (suppressing_symbols) { + for (uint64_t suppressor = 0; suppressor < TOKEN_COUNT; suppressor++) { + if (!(suppressing_symbols & 1ULL << suppressor)) { + continue; + } + + // The suppressing symbol is valid in this position, so skip it. + if (valid_symbols[suppressor]) { + return false; + } + } + } + *symbol_result = OP_SYMBOLS[full_match]; + return true; + } + + if (possible_custom_operator && !any_reserved_ops(reserved_operators)) { + if ((last_examined_char != '<' || iswspace(lexer->lookahead)) && mark_end) { + lexer->mark_end(lexer); + } + *symbol_result = CUSTOM_OPERATOR; + return true; + } + + return false; +} + +static enum ParseDirective eat_comment( + TSLexer *lexer, + const bool *valid_symbols, + bool mark_end, + enum TokenType *symbol_result +) { + if (lexer->lookahead != '/') { + return CONTINUE_PARSING_NOTHING_FOUND; + } + + advance(lexer); + + if (lexer->lookahead != '*') { + return CONTINUE_PARSING_SLASH_CONSUMED; + } + + advance(lexer); + + bool after_star = false; + unsigned nesting_depth = 1; + for (;;) { + switch (lexer->lookahead) { + case '\0': + return STOP_PARSING_END_OF_FILE; + case '*': + advance(lexer); + after_star = true; + break; + case '/': + if (after_star) { + advance(lexer); + after_star = false; + nesting_depth--; + if (nesting_depth == 0) { + if (mark_end) { + lexer->mark_end(lexer); + } + *symbol_result = BLOCK_COMMENT; + return STOP_PARSING_TOKEN_FOUND; + } + } else { + advance(lexer); + after_star = false; + if (lexer->lookahead == '*') { + nesting_depth++; + advance(lexer); + } + } + break; + default: + advance(lexer); + after_star = false; + break; + } + } +} + +static enum ParseDirective eat_whitespace( + TSLexer *lexer, + const bool *valid_symbols, + enum TokenType *symbol_result +) { + enum ParseDirective ws_directive = CONTINUE_PARSING_NOTHING_FOUND; + bool semi_is_valid = valid_symbols[IMPLICIT_SEMI] && valid_symbols[EXPLICIT_SEMI]; + uint32_t lookahead; + while (should_treat_as_wspace(lookahead = lexer->lookahead)) { + if (lookahead == ';') { + if (semi_is_valid) { + ws_directive = STOP_PARSING_TOKEN_FOUND; + lexer->advance(lexer, false); + } + + break; + } + + lexer->advance(lexer, true); + + lexer->mark_end(lexer); + + if (ws_directive == CONTINUE_PARSING_NOTHING_FOUND && (lookahead == '\n' || lookahead == '\r')) { + ws_directive = CONTINUE_PARSING_TOKEN_FOUND; + } + } + + enum ParseDirective any_comment = CONTINUE_PARSING_NOTHING_FOUND; + if (ws_directive == CONTINUE_PARSING_TOKEN_FOUND && lookahead == '/') { + bool has_seen_single_comment = false; + while (lexer->lookahead == '/') { + // It's possible that this is a comment - start an exploratory mission to find out, and if it is, look for what + // comes after it. We care about what comes after it for the purpose of suppressing the newline. + + enum TokenType multiline_comment_result; + any_comment = eat_comment(lexer, valid_symbols, /* mark_end */ false, &multiline_comment_result); + if (any_comment == STOP_PARSING_TOKEN_FOUND) { + // This is a multiline comment. This scanner should be parsing those, so we might want to bail out and + // emit it instead. However, we only want to do that if we haven't advanced through a _single_ line + // comment on the way - otherwise that will get lumped into this. + if (!has_seen_single_comment) { + lexer->mark_end(lexer); + *symbol_result = multiline_comment_result; + return STOP_PARSING_TOKEN_FOUND; + } + } else if (any_comment == STOP_PARSING_END_OF_FILE) { + return STOP_PARSING_END_OF_FILE; + } else if (any_comment == CONTINUE_PARSING_SLASH_CONSUMED) { + // We accidentally ate a slash -- we should actually bail out, say we saw nothing, and let the next pass + // take it from after the newline. + return CONTINUE_PARSING_SLASH_CONSUMED; + } else if (lexer->lookahead == '/') { + // There wasn't a multiline comment, which we know means that the comment parser ate its `/` and then + // bailed out. If it had seen anything comment-like after that first `/` it would have continued going + // and eventually had a well-formed comment or an EOF. Thus, if we're currently looking at a `/`, it's + // the second one of those and it means we have a single-line comment. + has_seen_single_comment = true; + while (lexer->lookahead != '\n' && lexer->lookahead != '\0') { + lexer->advance(lexer, true); + } + } else if (iswspace(lexer->lookahead)) { + // We didn't see any type of comment - in fact, we saw an operator that we don't normally treat as an + // operator. Still, this is a reason to stop parsing. + return STOP_PARSING_NOTHING_FOUND; + } + + // If we skipped through some comment, we're at whitespace now, so advance. + while(iswspace(lexer->lookahead)) { + any_comment = CONTINUE_PARSING_NOTHING_FOUND; // We're advancing, so clear out the comment + lexer->advance(lexer, true); + } + } + + enum TokenType operator_result; + bool saw_operator = eat_operators( + lexer, + valid_symbols, + /* mark_end */ false, + '\0', + &operator_result + ); + if (saw_operator) { + // The operator we saw should suppress the newline, so bail out. + return STOP_PARSING_NOTHING_FOUND; + } else { + // Promote the implicit newline to an explicit one so we don't check for operators again. + *symbol_result = IMPLICIT_SEMI; + ws_directive = STOP_PARSING_TOKEN_FOUND; + } + } + + // Let's consume operators that can live after a "semicolon" style newline. Before we do that, though, we want to + // check for a set of characters that we do not consume, but that still suppress the semi. + if (ws_directive == CONTINUE_PARSING_TOKEN_FOUND) { + for (int i = 0; i < NON_CONSUMING_CROSS_SEMI_CHAR_COUNT; i++) { + if (NON_CONSUMING_CROSS_SEMI_CHARS[i] == lookahead) { + return CONTINUE_PARSING_NOTHING_FOUND; + } + } + } + + if (semi_is_valid && ws_directive != CONTINUE_PARSING_NOTHING_FOUND) { + *symbol_result = lookahead == ';' ? EXPLICIT_SEMI : IMPLICIT_SEMI; + return ws_directive; + } + + return CONTINUE_PARSING_NOTHING_FOUND; +} + +#define DIRECTIVE_COUNT 4 +const char* DIRECTIVES[OPERATOR_COUNT] = { + "if", + "elseif", + "else", + "endif" +}; + +const enum TokenType DIRECTIVE_SYMBOLS[DIRECTIVE_COUNT] = { + DIRECTIVE_IF, + DIRECTIVE_ELSEIF, + DIRECTIVE_ELSE, + DIRECTIVE_ENDIF +}; + +static enum TokenType find_possible_compiler_directive(TSLexer *lexer) { + bool possible_directives[DIRECTIVE_COUNT]; + for (int dir_idx = 0; dir_idx < DIRECTIVE_COUNT; dir_idx++) { + possible_directives[dir_idx] = true; + } + + int32_t str_idx = 0; + int32_t full_match = -1; + while(true) { + for (int dir_idx = 0; dir_idx < DIRECTIVE_COUNT; dir_idx++) { + if (!possible_directives[dir_idx]) { + continue; + } + + uint8_t expected_char = DIRECTIVES[dir_idx][str_idx]; + if (expected_char == '\0') { + full_match = dir_idx; + lexer->mark_end(lexer); + } + + if (expected_char != lexer->lookahead) { + possible_directives[dir_idx] = false; + continue; + } + } + + uint8_t match_count = 0; + for (int dir_idx = 0; dir_idx < DIRECTIVE_COUNT; dir_idx += 1) { + if (possible_directives[dir_idx]) { + match_count += 1; + } + } + + if (match_count == 0) { + break; + } + + lexer->advance(lexer, false); + str_idx += 1; + } + + if (full_match == -1) { + // No compiler directive found, so just match the starting symbol + return HASH_SYMBOL; + } + + return DIRECTIVE_SYMBOLS[full_match]; +} + +static bool eat_raw_str_part( + struct ScannerState *state, + TSLexer *lexer, + const bool *valid_symbols, + enum TokenType *symbol_result +) { + uint32_t hash_count = state->ongoing_raw_str_hash_count; + if (!valid_symbols[RAW_STR_PART]) { + return false; + } else if (hash_count == 0) { + // If this is a raw_str_part, it's the first one - look for hashes + while (lexer->lookahead == '#') { + hash_count += 1; + advance(lexer); + } + + if (hash_count == 0) { + return false; + } + + if (lexer->lookahead == '"') { + advance(lexer); + } else if (hash_count == 1) { + lexer->mark_end(lexer); + *symbol_result = find_possible_compiler_directive(lexer); + return true; + } else { + return false; + } + + } else if (valid_symbols[RAW_STR_CONTINUING_INDICATOR]) { + // This is the end of an interpolation - now it's another raw_str_part. This is a synthetic + // marker to tell us that the grammar just consumed a `(` symbol to close a raw + // interpolation (since we don't want to fire on every `(` in existence). We don't have + // anything to do except continue. + } else { + return false; + } + + // We're in a state where anything other than `hash_count` hash symbols in a row should be eaten + // and is part of a string. + // The last character _before_ the hashes will tell us what happens next. + // Matters are also complicated by the fact that we don't want to consume every character we + // visit; if we see a `\#(`, for instance, with the appropriate number of hash symbols, we want + // to end our parsing _before_ that sequence. This allows highlighting tools to treat that as a + // separate token. + while (lexer->lookahead != '\0') { + uint8_t last_char = '\0'; + lexer->mark_end(lexer); // We always want to parse thru the start of the string so far + // Advance through anything that isn't a hash symbol, because we want to count those. + while (lexer->lookahead != '#' && lexer->lookahead != '\0') { + last_char = lexer->lookahead; + advance(lexer); + if (last_char != '\\' || lexer->lookahead == '\\') { + // Mark a new end, but only if we didn't just advance past a `\` symbol, since we + // don't want to consume that. Exception: if this is a `\` that happens _right + // after_ another `\`, we for some reason _do_ want to consume that, because + // apparently that is parsed as a literal `\` followed by something escaped. + lexer->mark_end(lexer); + } + } + + // We hit at least one hash - count them and see if they match. + uint32_t current_hash_count = 0; + while (lexer->lookahead == '#' && current_hash_count < hash_count) { + current_hash_count += 1; + advance(lexer); + } + + // If we saw exactly the right number of hashes, one of three things is true: + // 1. We're trying to interpolate into this string. + // 2. The string just ended. + // 3. This was just some hash characters doing nothing important. + if (current_hash_count == hash_count) { + if (last_char == '\\' && lexer->lookahead == '(') { + // Interpolation case! Don't consume those chars; they get saved for grammar.js. + *symbol_result = RAW_STR_PART; + state->ongoing_raw_str_hash_count = hash_count; + return true; + } else if (last_char == '"') { + // The string is finished! Mark the end here, on the very last hash symbol. + lexer->mark_end(lexer); + *symbol_result = RAW_STR_END_PART; + state->ongoing_raw_str_hash_count = 0; + return true; + } + // Nothing special happened - let the string continue. + } + } + + return false; +} + +bool tree_sitter_swift_external_scanner_scan( + void *payload, + TSLexer *lexer, + const bool *valid_symbols +) { + // Figure out our scanner state + struct ScannerState *state = (struct ScannerState *)payload; + + // Consume any whitespace at the start. + enum TokenType ws_result; + enum ParseDirective ws_directive = eat_whitespace(lexer, valid_symbols, &ws_result); + if (ws_directive == STOP_PARSING_TOKEN_FOUND) { + lexer->result_symbol = ws_result; + return true; + } + + if (ws_directive == STOP_PARSING_NOTHING_FOUND || ws_directive == STOP_PARSING_END_OF_FILE) { + return false; + } + + bool has_ws_result = (ws_directive == CONTINUE_PARSING_TOKEN_FOUND); + + // Now consume comments (before custom operators so that those aren't treated as comments) + enum TokenType comment_result; + enum ParseDirective comment = ws_directive == CONTINUE_PARSING_SLASH_CONSUMED ? ws_directive : eat_comment(lexer, valid_symbols, /* mark_end */ true, &comment_result); + if (comment == STOP_PARSING_TOKEN_FOUND) { + lexer->mark_end(lexer); + lexer->result_symbol = comment_result; + return true; + } + + if (comment == STOP_PARSING_END_OF_FILE) { + return false; + } + // Now consume any operators that might cause our whitespace to be suppressed. + enum TokenType operator_result; + bool saw_operator = eat_operators( + lexer, + valid_symbols, + /* mark_end */ !has_ws_result, + comment == CONTINUE_PARSING_SLASH_CONSUMED ? '/' : '\0', + &operator_result + ); + + if (saw_operator && (!has_ws_result || is_cross_semi_token(operator_result))) { + lexer->result_symbol = operator_result; + if (has_ws_result) lexer->mark_end(lexer); + return true; + } + + if (has_ws_result) { + // Don't `mark_end`, since we may have advanced through some operators. + lexer->result_symbol = ws_result; + return true; + } + + // NOTE: this will consume any `#` characters it sees, even if it does not find a result. Keep + // it at the end so that it doesn't interfere with special literals or selectors! + enum TokenType raw_str_result; + bool saw_raw_str_part = eat_raw_str_part(state, lexer, valid_symbols, &raw_str_result); + if (saw_raw_str_part) { + lexer->result_symbol = raw_str_result; + return true; + } + + return false; +} + diff --git a/unified/extractor/tree-sitter-swift/src/tree_sitter/alloc.h b/unified/extractor/tree-sitter-swift/src/tree_sitter/alloc.h new file mode 100644 index 000000000000..1abdd1201578 --- /dev/null +++ b/unified/extractor/tree-sitter-swift/src/tree_sitter/alloc.h @@ -0,0 +1,54 @@ +#ifndef TREE_SITTER_ALLOC_H_ +#define TREE_SITTER_ALLOC_H_ + +#ifdef __cplusplus +extern "C" { +#endif + +#include +#include +#include + +// Allow clients to override allocation functions +#ifdef TREE_SITTER_REUSE_ALLOCATOR + +extern void *(*ts_current_malloc)(size_t size); +extern void *(*ts_current_calloc)(size_t count, size_t size); +extern void *(*ts_current_realloc)(void *ptr, size_t size); +extern void (*ts_current_free)(void *ptr); + +#ifndef ts_malloc +#define ts_malloc ts_current_malloc +#endif +#ifndef ts_calloc +#define ts_calloc ts_current_calloc +#endif +#ifndef ts_realloc +#define ts_realloc ts_current_realloc +#endif +#ifndef ts_free +#define ts_free ts_current_free +#endif + +#else + +#ifndef ts_malloc +#define ts_malloc malloc +#endif +#ifndef ts_calloc +#define ts_calloc calloc +#endif +#ifndef ts_realloc +#define ts_realloc realloc +#endif +#ifndef ts_free +#define ts_free free +#endif + +#endif + +#ifdef __cplusplus +} +#endif + +#endif // TREE_SITTER_ALLOC_H_ diff --git a/unified/extractor/tree-sitter-swift/src/tree_sitter/array.h b/unified/extractor/tree-sitter-swift/src/tree_sitter/array.h new file mode 100644 index 000000000000..56fc8cd47099 --- /dev/null +++ b/unified/extractor/tree-sitter-swift/src/tree_sitter/array.h @@ -0,0 +1,330 @@ +#ifndef TREE_SITTER_ARRAY_H_ +#define TREE_SITTER_ARRAY_H_ + +#ifdef __cplusplus +extern "C" { +#endif + +#include "./alloc.h" + +#include +#include +#include +#include +#include + +#ifdef _MSC_VER +#pragma warning(push) +#pragma warning(disable : 4101) +#elif defined(__GNUC__) || defined(__clang__) +#pragma GCC diagnostic push +#pragma GCC diagnostic ignored "-Wunused-variable" +#endif + +#define Array(T) \ + struct { \ + T *contents; \ + uint32_t size; \ + uint32_t capacity; \ + } + +/// Initialize an array. +#define array_init(self) \ + ((self)->size = 0, (self)->capacity = 0, (self)->contents = NULL) + +/// Create an empty array. +#define array_new() \ + { NULL, 0, 0 } + +/// Get a pointer to the element at a given `index` in the array. +#define array_get(self, _index) \ + (assert((uint32_t)(_index) < (self)->size), &(self)->contents[_index]) + +/// Get a pointer to the first element in the array. +#define array_front(self) array_get(self, 0) + +/// Get a pointer to the last element in the array. +#define array_back(self) array_get(self, (self)->size - 1) + +/// Clear the array, setting its size to zero. Note that this does not free any +/// memory allocated for the array's contents. +#define array_clear(self) ((self)->size = 0) + +/// Reserve `new_capacity` elements of space in the array. If `new_capacity` is +/// less than the array's current capacity, this function has no effect. +#define array_reserve(self, new_capacity) \ + ((self)->contents = _array__reserve( \ + (void *)(self)->contents, &(self)->capacity, \ + array_elem_size(self), new_capacity) \ + ) + +/// Free any memory allocated for this array. Note that this does not free any +/// memory allocated for the array's contents. +#define array_delete(self) \ + do { \ + if ((self)->contents) ts_free((self)->contents); \ + (self)->contents = NULL; \ + (self)->size = 0; \ + (self)->capacity = 0; \ + } while (0) + +/// Push a new `element` onto the end of the array. +#define array_push(self, element) \ + do { \ + (self)->contents = _array__grow( \ + (void *)(self)->contents, (self)->size, &(self)->capacity, \ + 1, array_elem_size(self) \ + ); \ + (self)->contents[(self)->size++] = (element); \ + } while(0) + +/// Increase the array's size by `count` elements. +/// New elements are zero-initialized. +#define array_grow_by(self, count) \ + do { \ + if ((count) == 0) break; \ + (self)->contents = _array__grow( \ + (self)->contents, (self)->size, &(self)->capacity, \ + count, array_elem_size(self) \ + ); \ + memset((self)->contents + (self)->size, 0, (count) * array_elem_size(self)); \ + (self)->size += (count); \ + } while (0) + +/// Append all elements from one array to the end of another. +#define array_push_all(self, other) \ + array_extend((self), (other)->size, (other)->contents) + +/// Append `count` elements to the end of the array, reading their values from the +/// `contents` pointer. +#define array_extend(self, count, other_contents) \ + (self)->contents = _array__splice( \ + (void*)(self)->contents, &(self)->size, &(self)->capacity, \ + array_elem_size(self), (self)->size, 0, count, other_contents \ + ) + +/// Remove `old_count` elements from the array starting at the given `index`. At +/// the same index, insert `new_count` new elements, reading their values from the +/// `new_contents` pointer. +#define array_splice(self, _index, old_count, new_count, new_contents) \ + (self)->contents = _array__splice( \ + (void *)(self)->contents, &(self)->size, &(self)->capacity, \ + array_elem_size(self), _index, old_count, new_count, new_contents \ + ) + +/// Insert one `element` into the array at the given `index`. +#define array_insert(self, _index, element) \ + (self)->contents = _array__splice( \ + (void *)(self)->contents, &(self)->size, &(self)->capacity, \ + array_elem_size(self), _index, 0, 1, &(element) \ + ) + +/// Remove one element from the array at the given `index`. +#define array_erase(self, _index) \ + _array__erase((void *)(self)->contents, &(self)->size, array_elem_size(self), _index) + +/// Pop the last element off the array, returning the element by value. +#define array_pop(self) ((self)->contents[--(self)->size]) + +/// Assign the contents of one array to another, reallocating if necessary. +#define array_assign(self, other) \ + (self)->contents = _array__assign( \ + (void *)(self)->contents, &(self)->size, &(self)->capacity, \ + (const void *)(other)->contents, (other)->size, array_elem_size(self) \ + ) + +/// Swap one array with another +#define array_swap(self, other) \ + do { \ + void *_array_swap_tmp = (void *)(self)->contents; \ + (self)->contents = (other)->contents; \ + (other)->contents = _array_swap_tmp; \ + _array__swap(&(self)->size, &(self)->capacity, \ + &(other)->size, &(other)->capacity); \ + } while (0) + +/// Get the size of the array contents +#define array_elem_size(self) (sizeof *(self)->contents) + +/// Search a sorted array for a given `needle` value, using the given `compare` +/// callback to determine the order. +/// +/// If an existing element is found to be equal to `needle`, then the `index` +/// out-parameter is set to the existing value's index, and the `exists` +/// out-parameter is set to true. Otherwise, `index` is set to an index where +/// `needle` should be inserted in order to preserve the sorting, and `exists` +/// is set to false. +#define array_search_sorted_with(self, compare, needle, _index, _exists) \ + _array__search_sorted(self, 0, compare, , needle, _index, _exists) + +/// Search a sorted array for a given `needle` value, using integer comparisons +/// of a given struct field (specified with a leading dot) to determine the order. +/// +/// See also `array_search_sorted_with`. +#define array_search_sorted_by(self, field, needle, _index, _exists) \ + _array__search_sorted(self, 0, _compare_int, field, needle, _index, _exists) + +/// Insert a given `value` into a sorted array, using the given `compare` +/// callback to determine the order. +#define array_insert_sorted_with(self, compare, value) \ + do { \ + unsigned _index, _exists; \ + array_search_sorted_with(self, compare, &(value), &_index, &_exists); \ + if (!_exists) array_insert(self, _index, value); \ + } while (0) + +/// Insert a given `value` into a sorted array, using integer comparisons of +/// a given struct field (specified with a leading dot) to determine the order. +/// +/// See also `array_search_sorted_by`. +#define array_insert_sorted_by(self, field, value) \ + do { \ + unsigned _index, _exists; \ + array_search_sorted_by(self, field, (value) field, &_index, &_exists); \ + if (!_exists) array_insert(self, _index, value); \ + } while (0) + +// Private + +// Pointers to individual `Array` fields (rather than the entire `Array` itself) +// are passed to the various `_array__*` functions below to address strict aliasing +// violations that arises when the _entire_ `Array` struct is passed as `Array(void)*`. +// +// The `Array` type itself was not altered as a solution in order to avoid breakage +// with existing consumers (in particular, parsers with external scanners). + +/// This is not what you're looking for, see `array_erase`. +static inline void _array__erase(void* self_contents, uint32_t *size, + size_t element_size, uint32_t index) { + assert(index < *size); + char *contents = (char *)self_contents; + memmove(contents + index * element_size, contents + (index + 1) * element_size, + (*size - index - 1) * element_size); + (*size)--; +} + +/// This is not what you're looking for, see `array_reserve`. +static inline void *_array__reserve(void *contents, uint32_t *capacity, + size_t element_size, uint32_t new_capacity) { + void *new_contents = contents; + if (new_capacity > *capacity) { + if (contents) { + new_contents = ts_realloc(contents, new_capacity * element_size); + } else { + new_contents = ts_malloc(new_capacity * element_size); + } + *capacity = new_capacity; + } + return new_contents; +} + +/// This is not what you're looking for, see `array_assign`. +static inline void *_array__assign(void* self_contents, uint32_t *self_size, uint32_t *self_capacity, + const void *other_contents, uint32_t other_size, size_t element_size) { + void *new_contents = _array__reserve(self_contents, self_capacity, element_size, other_size); + *self_size = other_size; + memcpy(new_contents, other_contents, *self_size * element_size); + return new_contents; +} + +/// This is not what you're looking for, see `array_swap`. +static inline void _array__swap(uint32_t *self_size, uint32_t *self_capacity, + uint32_t *other_size, uint32_t *other_capacity) { + uint32_t tmp_size = *self_size; + uint32_t tmp_capacity = *self_capacity; + *self_size = *other_size; + *self_capacity = *other_capacity; + *other_size = tmp_size; + *other_capacity = tmp_capacity; +} + +/// This is not what you're looking for, see `array_push` or `array_grow_by`. +static inline void *_array__grow(void *contents, uint32_t size, uint32_t *capacity, + uint32_t count, size_t element_size) { + void *new_contents = contents; + uint32_t new_size = size + count; + if (new_size > *capacity) { + uint32_t new_capacity = *capacity * 2; + if (new_capacity < 8) new_capacity = 8; + if (new_capacity < new_size) new_capacity = new_size; + new_contents = _array__reserve(contents, capacity, element_size, new_capacity); + } + return new_contents; +} + +/// This is not what you're looking for, see `array_splice`. +static inline void *_array__splice(void *self_contents, uint32_t *size, uint32_t *capacity, + size_t element_size, + uint32_t index, uint32_t old_count, + uint32_t new_count, const void *elements) { + uint32_t new_size = *size + new_count - old_count; + uint32_t old_end = index + old_count; + uint32_t new_end = index + new_count; + assert(old_end <= *size); + + void *new_contents = _array__reserve(self_contents, capacity, element_size, new_size); + + char *contents = (char *)new_contents; + if (*size > old_end) { + memmove( + contents + new_end * element_size, + contents + old_end * element_size, + (*size - old_end) * element_size + ); + } + if (new_count > 0) { + if (elements) { + memcpy( + (contents + index * element_size), + elements, + new_count * element_size + ); + } else { + memset( + (contents + index * element_size), + 0, + new_count * element_size + ); + } + } + *size += new_count - old_count; + + return new_contents; +} + +/// A binary search routine, based on Rust's `std::slice::binary_search_by`. +/// This is not what you're looking for, see `array_search_sorted_with` or `array_search_sorted_by`. +#define _array__search_sorted(self, start, compare, suffix, needle, _index, _exists) \ + do { \ + *(_index) = start; \ + *(_exists) = false; \ + uint32_t size = (self)->size - *(_index); \ + if (size == 0) break; \ + int comparison; \ + while (size > 1) { \ + uint32_t half_size = size / 2; \ + uint32_t mid_index = *(_index) + half_size; \ + comparison = compare(&((self)->contents[mid_index] suffix), (needle)); \ + if (comparison <= 0) *(_index) = mid_index; \ + size -= half_size; \ + } \ + comparison = compare(&((self)->contents[*(_index)] suffix), (needle)); \ + if (comparison == 0) *(_exists) = true; \ + else if (comparison < 0) *(_index) += 1; \ + } while (0) + +/// Helper macro for the `_sorted_by` routines below. This takes the left (existing) +/// parameter by reference in order to work with the generic sorting function above. +#define _compare_int(a, b) ((int)*(a) - (int)(b)) + +#ifdef _MSC_VER +#pragma warning(pop) +#elif defined(__GNUC__) || defined(__clang__) +#pragma GCC diagnostic pop +#endif + +#ifdef __cplusplus +} +#endif + +#endif // TREE_SITTER_ARRAY_H_ diff --git a/unified/extractor/tree-sitter-swift/src/tree_sitter/parser.h b/unified/extractor/tree-sitter-swift/src/tree_sitter/parser.h new file mode 100644 index 000000000000..858107deb9e4 --- /dev/null +++ b/unified/extractor/tree-sitter-swift/src/tree_sitter/parser.h @@ -0,0 +1,286 @@ +#ifndef TREE_SITTER_PARSER_H_ +#define TREE_SITTER_PARSER_H_ + +#ifdef __cplusplus +extern "C" { +#endif + +#include +#include +#include + +#define ts_builtin_sym_error ((TSSymbol)-1) +#define ts_builtin_sym_end 0 +#define TREE_SITTER_SERIALIZATION_BUFFER_SIZE 1024 + +#ifndef TREE_SITTER_API_H_ +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 { + TSFieldId field_id; + uint8_t child_index; + bool inherited; +} TSFieldMapEntry; + +// Used to index the field and supertype maps. +typedef struct { + uint16_t index; + uint16_t length; +} TSMapSlice; + +typedef struct { + bool visible; + bool named; + bool supertype; +} TSSymbolMetadata; + +typedef struct TSLexer TSLexer; + +struct TSLexer { + int32_t lookahead; + TSSymbol result_symbol; + void (*advance)(TSLexer *, bool); + void (*mark_end)(TSLexer *); + uint32_t (*get_column)(TSLexer *); + bool (*is_at_included_range_start)(const TSLexer *); + bool (*eof)(const TSLexer *); + void (*log)(const TSLexer *, const char *, ...); +}; + +typedef enum { + TSParseActionTypeShift, + TSParseActionTypeReduce, + TSParseActionTypeAccept, + TSParseActionTypeRecover, +} TSParseActionType; + +typedef union { + struct { + uint8_t type; + TSStateId state; + bool extra; + bool repetition; + } shift; + struct { + uint8_t type; + uint8_t child_count; + TSSymbol symbol; + int16_t dynamic_precedence; + uint16_t production_id; + } reduce; + uint8_t type; +} TSParseAction; + +typedef struct { + uint16_t lex_state; + 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 { + uint8_t count; + bool reusable; + } entry; +} TSParseActionEntry; + +typedef struct { + int32_t start; + int32_t end; +} TSCharacterRange; + +struct TSLanguage { + uint32_t abi_version; + uint32_t symbol_count; + uint32_t alias_count; + uint32_t token_count; + uint32_t external_token_count; + uint32_t state_count; + uint32_t large_state_count; + uint32_t production_id_count; + uint32_t field_count; + uint16_t max_alias_sequence_length; + const uint16_t *parse_table; + const uint16_t *small_parse_table; + const uint32_t *small_parse_table_map; + const TSParseActionEntry *parse_actions; + const char * const *symbol_names; + const char * const *field_names; + 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 TSLexerMode *lex_modes; + bool (*lex_fn)(TSLexer *, TSStateId); + bool (*keyword_lex_fn)(TSLexer *, TSStateId); + TSSymbol keyword_capture_token; + struct { + const bool *states; + const TSSymbol *symbol_map; + void *(*create)(void); + void (*destroy)(void *); + bool (*scan)(void *, TSLexer *, const bool *symbol_whitelist); + unsigned (*serialize)(void *, char *); + 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(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; + const TSCharacterRange *range = &ranges[mid_index]; + if (lookahead >= range->start && lookahead <= range->end) { + return true; + } else if (lookahead > range->end) { + index = mid_index; + } + size -= half_size; + } + const TSCharacterRange *range = &ranges[index]; + return (lookahead >= range->start && lookahead <= range->end); +} + +/* + * Lexer Macros + */ + +#ifdef _MSC_VER +#define UNUSED __pragma(warning(suppress : 4101)) +#else +#define UNUSED __attribute__((unused)) +#endif + +#define START_LEXER() \ + bool result = false; \ + bool skip = false; \ + UNUSED \ + bool eof = false; \ + int32_t lookahead; \ + goto start; \ + next_state: \ + lexer->advance(lexer, skip); \ + start: \ + skip = false; \ + lookahead = lexer->lookahead; + +#define ADVANCE(state_value) \ + { \ + state = state_value; \ + goto next_state; \ + } + +#define ADVANCE_MAP(...) \ + { \ + static const uint16_t map[] = { __VA_ARGS__ }; \ + for (uint32_t i = 0; i < sizeof(map) / sizeof(map[0]); i += 2) { \ + if (map[i] == lookahead) { \ + state = map[i + 1]; \ + goto next_state; \ + } \ + } \ + } + +#define SKIP(state_value) \ + { \ + skip = true; \ + state = state_value; \ + goto next_state; \ + } + +#define ACCEPT_TOKEN(symbol_value) \ + result = true; \ + lexer->result_symbol = symbol_value; \ + lexer->mark_end(lexer); + +#define END_STATE() return result; + +/* + * Parse Table Macros + */ + +#define SMALL_STATE(id) ((id) - LARGE_STATE_COUNT) + +#define STATE(id) id + +#define ACTIONS(id) id + +#define SHIFT(state_value) \ + {{ \ + .shift = { \ + .type = TSParseActionTypeShift, \ + .state = (state_value) \ + } \ + }} + +#define SHIFT_REPEAT(state_value) \ + {{ \ + .shift = { \ + .type = TSParseActionTypeShift, \ + .state = (state_value), \ + .repetition = true \ + } \ + }} + +#define SHIFT_EXTRA() \ + {{ \ + .shift = { \ + .type = TSParseActionTypeShift, \ + .extra = true \ + } \ + }} + +#define REDUCE(symbol_name, children, precedence, prod_id) \ + {{ \ + .reduce = { \ + .type = TSParseActionTypeReduce, \ + .symbol = symbol_name, \ + .child_count = children, \ + .dynamic_precedence = precedence, \ + .production_id = prod_id \ + }, \ + }} + +#define RECOVER() \ + {{ \ + .type = TSParseActionTypeRecover \ + }} + +#define ACCEPT_INPUT() \ + {{ \ + .type = TSParseActionTypeAccept \ + }} + +#ifdef __cplusplus +} +#endif + +#endif // TREE_SITTER_PARSER_H_ diff --git a/unified/extractor/tree-sitter-swift/tree-sitter.json b/unified/extractor/tree-sitter-swift/tree-sitter.json new file mode 100644 index 000000000000..3cd49a28a38f --- /dev/null +++ b/unified/extractor/tree-sitter-swift/tree-sitter.json @@ -0,0 +1,39 @@ +{ + "grammars": [ + { + "name": "swift", + "camelcase": "Swift", + "scope": "source.swift", + "path": ".", + "file-types": [ + "swift" + ], + "highlights": "queries/highlights.scm", + "injections": "queries/injections.scm", + "locals": "queries/locals.scm", + "injection-regex": "swift" + } + ], + "metadata": { + "version": "0.7.2", + "license": "MIT", + "description": "A tree-sitter grammar for the Swift programming language.", + "authors": [ + { + "name": "Alex Pinkus", + "email": "alex.pinkus@gmail.com" + } + ], + "links": { + "repository": "git+https://github.com/alex-pinkus/tree-sitter-swift.git" + } + }, + "bindings": { + "c": true, + "go": true, + "node": true, + "python": true, + "rust": true, + "swift": true + } +} diff --git a/unified/ql/lib/codeql/unified/Ast.qll b/unified/ql/lib/codeql/unified/Ast.qll index 54c1caceaf4b..5b9491fdb9fe 100644 --- a/unified/ql/lib/codeql/unified/Ast.qll +++ b/unified/ql/lib/codeql/unified/Ast.qll @@ -87,23 +87,17 @@ module Swift { ) } - /** A class representing `_expression` tokens. */ - class UnderscoreExpression extends @swift_token__expression, Token { - /** Gets the name of the primary QL class for this element. */ - final override string getAPrimaryQlClass() { result = "UnderscoreExpression" } - } - /** A class representing `additive_expression` nodes. */ class AdditiveExpression extends @swift_additive_expression, AstNode { /** Gets the name of the primary QL class for this element. */ final override string getAPrimaryQlClass() { result = "AdditiveExpression" } /** Gets the node corresponding to the field `lhs`. */ - final AstNode getLhs(int i) { swift_additive_expression_lhs(this, i, result) } + final Expression getLhs() { swift_additive_expression_def(this, result, _, _) } /** Gets the node corresponding to the field `op`. */ final string getOp() { - exists(int value | swift_additive_expression_def(this, value) | + exists(int value | swift_additive_expression_def(this, _, value, _) | result = "+" and value = 0 or result = "-" and value = 1 @@ -111,12 +105,12 @@ module Swift { } /** Gets the node corresponding to the field `rhs`. */ - final AstNode getRhs(int i) { swift_additive_expression_rhs(this, i, result) } + final Expression getRhs() { swift_additive_expression_def(this, _, _, result) } /** Gets a field or child node of this node. */ final override AstNode getAFieldOrChild() { - swift_additive_expression_lhs(this, _, result) or - swift_additive_expression_rhs(this, _, result) + swift_additive_expression_def(this, result, _, _) or + swift_additive_expression_def(this, _, _, result) } } @@ -126,7 +120,7 @@ module Swift { final override string getAPrimaryQlClass() { result = "ArrayLiteral" } /** Gets the node corresponding to the field `element`. */ - final AstNode getElement(int i) { swift_array_literal_element(this, i, result) } + final Expression getElement(int i) { swift_array_literal_element(this, i, result) } /** Gets a field or child node of this node. */ final override AstNode getAFieldOrChild() { swift_array_literal_element(this, _, result) } @@ -138,15 +132,10 @@ module Swift { final override string getAPrimaryQlClass() { result = "ArrayType" } /** Gets the node corresponding to the field `element`. */ - final AstNode getElement(int i) { swift_array_type_element(this, i, result) } - - /** Gets the node corresponding to the field `name`. */ - final AstNode getName() { swift_array_type_def(this, result) } + final Type getElement() { swift_array_type_def(this, result) } /** Gets a field or child node of this node. */ - final override AstNode getAFieldOrChild() { - swift_array_type_element(this, _, result) or swift_array_type_def(this, result) - } + final override AstNode getAFieldOrChild() { swift_array_type_def(this, result) } } /** A class representing `as_expression` nodes. */ @@ -155,23 +144,19 @@ module Swift { final override string getAPrimaryQlClass() { result = "AsExpression" } /** Gets the node corresponding to the field `expr`. */ - final AstNode getExpr(int i) { swift_as_expression_expr(this, i, result) } - - /** Gets the node corresponding to the field `name`. */ - final AstNode getName() { swift_as_expression_def(this, result, _) } + final Expression getExpr() { swift_as_expression_def(this, result, _, _) } /** Gets the node corresponding to the field `type`. */ - final AstNode getType(int i) { swift_as_expression_type(this, i, result) } + final Type getType() { swift_as_expression_def(this, _, result, _) } /** Gets the child of this node. */ - final AsOperator getChild() { swift_as_expression_def(this, _, result) } + final AsOperator getChild() { swift_as_expression_def(this, _, _, result) } /** Gets a field or child node of this node. */ final override AstNode getAFieldOrChild() { - swift_as_expression_expr(this, _, result) or - swift_as_expression_def(this, result, _) or - swift_as_expression_type(this, _, result) or - swift_as_expression_def(this, _, result) + swift_as_expression_def(this, result, _, _) or + swift_as_expression_def(this, _, result, _) or + swift_as_expression_def(this, _, _, result) } } @@ -188,7 +173,7 @@ module Swift { /** Gets the node corresponding to the field `operator`. */ final string getOperator() { - exists(int value | swift_assignment_def(this, value, _) | + exists(int value | swift_assignment_def(this, value, _, _) | result = "%=" and value = 0 or result = "*=" and value = 1 @@ -204,14 +189,14 @@ module Swift { } /** Gets the node corresponding to the field `result`. */ - final AstNode getResult(int i) { swift_assignment_result(this, i, result) } + final Expression getResult() { swift_assignment_def(this, _, result, _) } /** Gets the node corresponding to the field `target`. */ - final DirectlyAssignableExpression getTarget() { swift_assignment_def(this, _, result) } + final DirectlyAssignableExpression getTarget() { swift_assignment_def(this, _, _, result) } /** Gets a field or child node of this node. */ final override AstNode getAFieldOrChild() { - swift_assignment_result(this, _, result) or swift_assignment_def(this, _, result) + swift_assignment_def(this, _, result, _) or swift_assignment_def(this, _, _, result) } } @@ -221,26 +206,22 @@ module Swift { final override string getAPrimaryQlClass() { result = "AssociatedtypeDeclaration" } /** Gets the node corresponding to the field `default_value`. */ - final AstNode getDefaultValue(int i) { - swift_associatedtype_declaration_default_value(this, i, result) - } + final Type getDefaultValue() { swift_associatedtype_declaration_default_value(this, result) } /** Gets the node corresponding to the field `must_inherit`. */ - final AstNode getMustInherit(int i) { - swift_associatedtype_declaration_must_inherit(this, i, result) - } + final Type getMustInherit() { swift_associatedtype_declaration_must_inherit(this, result) } /** Gets the node corresponding to the field `name`. */ - final AstNode getName(int i) { swift_associatedtype_declaration_name(this, i, result) } + final TypeIdentifier getName() { swift_associatedtype_declaration_def(this, result) } /** Gets the `i`th child of this node. */ final AstNode getChild(int i) { swift_associatedtype_declaration_child(this, i, result) } /** Gets a field or child node of this node. */ final override AstNode getAFieldOrChild() { - swift_associatedtype_declaration_default_value(this, _, result) or - swift_associatedtype_declaration_must_inherit(this, _, result) or - swift_associatedtype_declaration_name(this, _, result) or + swift_associatedtype_declaration_default_value(this, result) or + swift_associatedtype_declaration_must_inherit(this, result) or + swift_associatedtype_declaration_def(this, result) or swift_associatedtype_declaration_child(this, _, result) } } @@ -277,14 +258,14 @@ module Swift { final override string getAPrimaryQlClass() { result = "AwaitExpression" } /** Gets the node corresponding to the field `expr`. */ - final AstNode getExpr(int i) { swift_await_expression_expr(this, i, result) } + final Expression getExpr() { swift_await_expression_expr(this, result) } /** Gets the child of this node. */ - final AstNode getChild() { swift_await_expression_child(this, result) } + final Expression getChild() { swift_await_expression_child(this, result) } /** Gets a field or child node of this node. */ final override AstNode getAFieldOrChild() { - swift_await_expression_expr(this, _, result) or swift_await_expression_child(this, result) + swift_await_expression_expr(this, result) or swift_await_expression_child(this, result) } } @@ -306,11 +287,11 @@ module Swift { final override string getAPrimaryQlClass() { result = "BitwiseOperation" } /** Gets the node corresponding to the field `lhs`. */ - final AstNode getLhs(int i) { swift_bitwise_operation_lhs(this, i, result) } + final Expression getLhs() { swift_bitwise_operation_def(this, result, _, _) } /** Gets the node corresponding to the field `op`. */ final string getOp() { - exists(int value | swift_bitwise_operation_def(this, value) | + exists(int value | swift_bitwise_operation_def(this, _, value, _) | result = "&" and value = 0 or result = "<<" and value = 1 @@ -324,11 +305,12 @@ module Swift { } /** Gets the node corresponding to the field `rhs`. */ - final AstNode getRhs(int i) { swift_bitwise_operation_rhs(this, i, result) } + final Expression getRhs() { swift_bitwise_operation_def(this, _, _, result) } /** Gets a field or child node of this node. */ final override AstNode getAFieldOrChild() { - swift_bitwise_operation_lhs(this, _, result) or swift_bitwise_operation_rhs(this, _, result) + swift_bitwise_operation_def(this, result, _, _) or + swift_bitwise_operation_def(this, _, _, result) } } @@ -388,7 +370,7 @@ module Swift { final AstNode getName() { swift_capture_list_item_def(this, result) } /** Gets the node corresponding to the field `value`. */ - final AstNode getValue(int i) { swift_capture_list_item_value(this, i, result) } + final Expression getValue() { swift_capture_list_item_value(this, result) } /** Gets the child of this node. */ final OwnershipModifier getChild() { swift_capture_list_item_child(this, result) } @@ -396,7 +378,7 @@ module Swift { /** Gets a field or child node of this node. */ final override AstNode getAFieldOrChild() { swift_capture_list_item_def(this, result) or - swift_capture_list_item_value(this, _, result) or + swift_capture_list_item_value(this, result) or swift_capture_list_item_child(this, result) } } @@ -429,25 +411,23 @@ module Swift { /** Gets the name of the primary QL class for this element. */ final override string getAPrimaryQlClass() { result = "CheckExpression" } - /** Gets the node corresponding to the field `name`. */ - final AstNode getName() { swift_check_expression_def(this, result, _) } - /** Gets the node corresponding to the field `op`. */ final string getOp() { - exists(int value | swift_check_expression_def(this, _, value) | (result = "is" and value = 0)) + exists(int value | swift_check_expression_def(this, value, _, _) | + (result = "is" and value = 0) + ) } /** Gets the node corresponding to the field `target`. */ - final AstNode getTarget(int i) { swift_check_expression_target(this, i, result) } + final Expression getTarget() { swift_check_expression_def(this, _, result, _) } /** Gets the node corresponding to the field `type`. */ - final AstNode getType(int i) { swift_check_expression_type(this, i, result) } + final Type getType() { swift_check_expression_def(this, _, _, result) } /** Gets a field or child node of this node. */ final override AstNode getAFieldOrChild() { - swift_check_expression_def(this, result, _) or - swift_check_expression_target(this, _, result) or - swift_check_expression_type(this, _, result) + swift_check_expression_def(this, _, result, _) or + swift_check_expression_def(this, _, _, result) } } @@ -512,11 +492,11 @@ module Swift { final override string getAPrimaryQlClass() { result = "ComparisonExpression" } /** Gets the node corresponding to the field `lhs`. */ - final AstNode getLhs(int i) { swift_comparison_expression_lhs(this, i, result) } + final Expression getLhs() { swift_comparison_expression_def(this, result, _, _) } /** Gets the node corresponding to the field `op`. */ final string getOp() { - exists(int value | swift_comparison_expression_def(this, value) | + exists(int value | swift_comparison_expression_def(this, _, value, _) | result = "<" and value = 0 or result = "<=" and value = 1 @@ -528,12 +508,12 @@ module Swift { } /** Gets the node corresponding to the field `rhs`. */ - final AstNode getRhs(int i) { swift_comparison_expression_rhs(this, i, result) } + final Expression getRhs() { swift_comparison_expression_def(this, _, _, result) } /** Gets a field or child node of this node. */ final override AstNode getAFieldOrChild() { - swift_comparison_expression_lhs(this, _, result) or - swift_comparison_expression_rhs(this, _, result) + swift_comparison_expression_def(this, result, _, _) or + swift_comparison_expression_def(this, _, _, result) } } @@ -591,22 +571,22 @@ module Swift { final override string getAPrimaryQlClass() { result = "ConjunctionExpression" } /** Gets the node corresponding to the field `lhs`. */ - final AstNode getLhs(int i) { swift_conjunction_expression_lhs(this, i, result) } + final Expression getLhs() { swift_conjunction_expression_def(this, result, _, _) } /** Gets the node corresponding to the field `op`. */ final string getOp() { - exists(int value | swift_conjunction_expression_def(this, value) | + exists(int value | swift_conjunction_expression_def(this, _, value, _) | (result = "&&" and value = 0) ) } /** Gets the node corresponding to the field `rhs`. */ - final AstNode getRhs(int i) { swift_conjunction_expression_rhs(this, i, result) } + final Expression getRhs() { swift_conjunction_expression_def(this, _, _, result) } /** Gets a field or child node of this node. */ final override AstNode getAFieldOrChild() { - swift_conjunction_expression_lhs(this, _, result) or - swift_conjunction_expression_rhs(this, _, result) + swift_conjunction_expression_def(this, result, _, _) or + swift_conjunction_expression_def(this, _, _, result) } } @@ -652,14 +632,14 @@ module Swift { final override string getAPrimaryQlClass() { result = "ControlTransferStatement" } /** Gets the node corresponding to the field `result`. */ - final AstNode getResult(int i) { swift_control_transfer_statement_result(this, i, result) } + final Expression getResult() { swift_control_transfer_statement_result(this, result) } /** Gets the `i`th child of this node. */ final AstNode getChild(int i) { swift_control_transfer_statement_child(this, i, result) } /** Gets a field or child node of this node. */ final override AstNode getAFieldOrChild() { - swift_control_transfer_statement_result(this, _, result) or + swift_control_transfer_statement_result(this, result) or swift_control_transfer_statement_child(this, _, result) } } @@ -723,10 +703,10 @@ module Swift { final override string getAPrimaryQlClass() { result = "DictionaryLiteral" } /** Gets the node corresponding to the field `key`. */ - final AstNode getKey(int i) { swift_dictionary_literal_key(this, i, result) } + final Expression getKey(int i) { swift_dictionary_literal_key(this, i, result) } /** Gets the node corresponding to the field `value`. */ - final AstNode getValue(int i) { swift_dictionary_literal_value(this, i, result) } + final Expression getValue(int i) { swift_dictionary_literal_value(this, i, result) } /** Gets a field or child node of this node. */ final override AstNode getAFieldOrChild() { @@ -741,19 +721,14 @@ module Swift { final override string getAPrimaryQlClass() { result = "DictionaryType" } /** Gets the node corresponding to the field `key`. */ - final AstNode getKey(int i) { swift_dictionary_type_key(this, i, result) } - - /** Gets the node corresponding to the field `name`. */ - final AstNode getName(int i) { swift_dictionary_type_name(this, i, result) } + final Type getKey() { swift_dictionary_type_def(this, result, _) } /** Gets the node corresponding to the field `value`. */ - final AstNode getValue(int i) { swift_dictionary_type_value(this, i, result) } + final Type getValue() { swift_dictionary_type_def(this, _, result) } /** Gets a field or child node of this node. */ final override AstNode getAFieldOrChild() { - swift_dictionary_type_key(this, _, result) or - swift_dictionary_type_name(this, _, result) or - swift_dictionary_type_value(this, _, result) + swift_dictionary_type_def(this, result, _) or swift_dictionary_type_def(this, _, result) } } @@ -787,11 +762,11 @@ module Swift { final override string getAPrimaryQlClass() { result = "DirectlyAssignableExpression" } /** Gets the child of this node. */ - final AstNode getChild() { swift_directly_assignable_expression_child(this, result) } + final Expression getChild() { swift_directly_assignable_expression_def(this, result) } /** Gets a field or child node of this node. */ final override AstNode getAFieldOrChild() { - swift_directly_assignable_expression_child(this, result) + swift_directly_assignable_expression_def(this, result) } } @@ -801,22 +776,22 @@ module Swift { final override string getAPrimaryQlClass() { result = "DisjunctionExpression" } /** Gets the node corresponding to the field `lhs`. */ - final AstNode getLhs(int i) { swift_disjunction_expression_lhs(this, i, result) } + final Expression getLhs() { swift_disjunction_expression_def(this, result, _, _) } /** Gets the node corresponding to the field `op`. */ final string getOp() { - exists(int value | swift_disjunction_expression_def(this, value) | + exists(int value | swift_disjunction_expression_def(this, _, value, _) | (result = "||" and value = 0) ) } /** Gets the node corresponding to the field `rhs`. */ - final AstNode getRhs(int i) { swift_disjunction_expression_rhs(this, i, result) } + final Expression getRhs() { swift_disjunction_expression_def(this, _, _, result) } /** Gets a field or child node of this node. */ final override AstNode getAFieldOrChild() { - swift_disjunction_expression_lhs(this, _, result) or - swift_disjunction_expression_rhs(this, _, result) + swift_disjunction_expression_def(this, result, _, _) or + swift_disjunction_expression_def(this, _, _, result) } } @@ -864,7 +839,7 @@ module Swift { final SimpleIdentifier getName(int i) { swift_enum_entry_name(this, i, result) } /** Gets the node corresponding to the field `raw_value`. */ - final AstNode getRawValue(int i) { swift_enum_entry_raw_value(this, i, result) } + final Expression getRawValue(int i) { swift_enum_entry_raw_value(this, i, result) } /** Gets the child of this node. */ final Modifiers getChild() { swift_enum_entry_child(this, result) } @@ -883,17 +858,11 @@ module Swift { /** Gets the name of the primary QL class for this element. */ final override string getAPrimaryQlClass() { result = "EnumTypeParameters" } - /** Gets the node corresponding to the field `name`. */ - final AstNode getName(int i) { swift_enum_type_parameters_name(this, i, result) } - /** Gets the `i`th child of this node. */ final AstNode getChild(int i) { swift_enum_type_parameters_child(this, i, result) } /** Gets a field or child node of this node. */ - final override AstNode getAFieldOrChild() { - swift_enum_type_parameters_name(this, _, result) or - swift_enum_type_parameters_child(this, _, result) - } + final override AstNode getAFieldOrChild() { swift_enum_type_parameters_child(this, _, result) } } /** A class representing `equality_constraint` nodes. */ @@ -902,24 +871,18 @@ module Swift { final override string getAPrimaryQlClass() { result = "EqualityConstraint" } /** Gets the node corresponding to the field `constrained_type`. */ - final AstNode getConstrainedType(int i) { - swift_equality_constraint_constrained_type(this, i, result) - } + final AstNode getConstrainedType() { swift_equality_constraint_def(this, result, _) } /** Gets the node corresponding to the field `must_equal`. */ - final AstNode getMustEqual(int i) { swift_equality_constraint_must_equal(this, i, result) } - - /** Gets the node corresponding to the field `name`. */ - final AstNode getName() { swift_equality_constraint_def(this, result) } + final Type getMustEqual() { swift_equality_constraint_def(this, _, result) } /** Gets the `i`th child of this node. */ final Attribute getChild(int i) { swift_equality_constraint_child(this, i, result) } /** Gets a field or child node of this node. */ final override AstNode getAFieldOrChild() { - swift_equality_constraint_constrained_type(this, _, result) or - swift_equality_constraint_must_equal(this, _, result) or - swift_equality_constraint_def(this, result) or + swift_equality_constraint_def(this, result, _) or + swift_equality_constraint_def(this, _, result) or swift_equality_constraint_child(this, _, result) } } @@ -930,11 +893,11 @@ module Swift { final override string getAPrimaryQlClass() { result = "EqualityExpression" } /** Gets the node corresponding to the field `lhs`. */ - final AstNode getLhs(int i) { swift_equality_expression_lhs(this, i, result) } + final Expression getLhs() { swift_equality_expression_def(this, result, _, _) } /** Gets the node corresponding to the field `op`. */ final string getOp() { - exists(int value | swift_equality_expression_def(this, value) | + exists(int value | swift_equality_expression_def(this, _, value, _) | result = "!=" and value = 0 or result = "!==" and value = 1 @@ -946,12 +909,12 @@ module Swift { } /** Gets the node corresponding to the field `rhs`. */ - final AstNode getRhs(int i) { swift_equality_expression_rhs(this, i, result) } + final Expression getRhs() { swift_equality_expression_def(this, _, _, result) } /** Gets a field or child node of this node. */ final override AstNode getAFieldOrChild() { - swift_equality_expression_lhs(this, _, result) or - swift_equality_expression_rhs(this, _, result) + swift_equality_expression_def(this, result, _, _) or + swift_equality_expression_def(this, _, _, result) } } @@ -961,12 +924,14 @@ module Swift { final override string getAPrimaryQlClass() { result = "ExistentialType" } /** Gets the child of this node. */ - final AstNode getChild() { swift_existential_type_def(this, result) } + final UnannotatedType getChild() { swift_existential_type_def(this, result) } /** Gets a field or child node of this node. */ final override AstNode getAFieldOrChild() { swift_existential_type_def(this, result) } } + class Expression extends @swift_expression, AstNode { } + /** A class representing `external_macro_definition` nodes. */ class ExternalMacroDefinition extends @swift_external_macro_definition, AstNode { /** Gets the name of the primary QL class for this element. */ @@ -985,18 +950,18 @@ module Swift { final override string getAPrimaryQlClass() { result = "ForStatement" } /** Gets the node corresponding to the field `collection`. */ - final AstNode getCollection(int i) { swift_for_statement_collection(this, i, result) } + final Expression getCollection() { swift_for_statement_def(this, result, _) } /** Gets the node corresponding to the field `item`. */ - final Pattern getItem() { swift_for_statement_def(this, result) } + final Pattern getItem() { swift_for_statement_def(this, _, result) } /** Gets the `i`th child of this node. */ final AstNode getChild(int i) { swift_for_statement_child(this, i, result) } /** Gets a field or child node of this node. */ final override AstNode getAFieldOrChild() { - swift_for_statement_collection(this, _, result) or - swift_for_statement_def(this, result) or + swift_for_statement_def(this, result, _) or + swift_for_statement_def(this, _, result) or swift_for_statement_child(this, _, result) } } @@ -1025,28 +990,28 @@ module Swift { final override string getAPrimaryQlClass() { result = "FunctionDeclaration" } /** Gets the node corresponding to the field `body`. */ - final FunctionBody getBody() { swift_function_declaration_def(this, result) } + final FunctionBody getBody() { swift_function_declaration_def(this, result, _) } /** Gets the node corresponding to the field `default_value`. */ - final AstNode getDefaultValue(int i) { + final Expression getDefaultValue(int i) { swift_function_declaration_default_value(this, i, result) } /** Gets the node corresponding to the field `name`. */ - final AstNode getName(int i) { swift_function_declaration_name(this, i, result) } + final AstNode getName() { swift_function_declaration_def(this, _, result) } /** Gets the node corresponding to the field `return_type`. */ - final AstNode getReturnType(int i) { swift_function_declaration_return_type(this, i, result) } + final AstNode getReturnType() { swift_function_declaration_return_type(this, result) } /** Gets the `i`th child of this node. */ final AstNode getChild(int i) { swift_function_declaration_child(this, i, result) } /** Gets a field or child node of this node. */ final override AstNode getAFieldOrChild() { - swift_function_declaration_def(this, result) or + swift_function_declaration_def(this, result, _) or swift_function_declaration_default_value(this, _, result) or - swift_function_declaration_name(this, _, result) or - swift_function_declaration_return_type(this, _, result) or + swift_function_declaration_def(this, _, result) or + swift_function_declaration_return_type(this, result) or swift_function_declaration_child(this, _, result) } } @@ -1062,14 +1027,11 @@ module Swift { /** Gets the name of the primary QL class for this element. */ final override string getAPrimaryQlClass() { result = "FunctionType" } - /** Gets the node corresponding to the field `name`. */ - final AstNode getName() { swift_function_type_def(this, result, _) } - /** Gets the node corresponding to the field `params`. */ - final AstNode getParams() { swift_function_type_def(this, _, result) } + final UnannotatedType getParams() { swift_function_type_def(this, result, _) } /** Gets the node corresponding to the field `return_type`. */ - final AstNode getReturnType(int i) { swift_function_type_return_type(this, i, result) } + final Type getReturnType() { swift_function_type_def(this, _, result) } /** Gets the child of this node. */ final AstNode getChild() { swift_function_type_child(this, result) } @@ -1078,7 +1040,6 @@ module Swift { final override AstNode getAFieldOrChild() { swift_function_type_def(this, result, _) or swift_function_type_def(this, _, result) or - swift_function_type_return_type(this, _, result) or swift_function_type_child(this, result) } } @@ -1095,30 +1056,22 @@ module Swift { final override AstNode getAFieldOrChild() { swift_getter_specifier_child(this, _, result) } } + class GlobalDeclaration extends @swift_global_declaration, AstNode { } + /** A class representing `guard_statement` nodes. */ class GuardStatement extends @swift_guard_statement, AstNode { /** Gets the name of the primary QL class for this element. */ final override string getAPrimaryQlClass() { result = "GuardStatement" } - /** Gets the node corresponding to the field `bound_identifier`. */ - final SimpleIdentifier getBoundIdentifier(int i) { - swift_guard_statement_bound_identifier(this, i, result) - } - /** Gets the node corresponding to the field `condition`. */ - final AstNode getCondition(int i) { swift_guard_statement_condition(this, i, result) } - - /** Gets the node corresponding to the field `name`. */ - final AstNode getName(int i) { swift_guard_statement_name(this, i, result) } + final IfCondition getCondition(int i) { swift_guard_statement_condition(this, i, result) } /** Gets the `i`th child of this node. */ final AstNode getChild(int i) { swift_guard_statement_child(this, i, result) } /** Gets a field or child node of this node. */ final override AstNode getAFieldOrChild() { - swift_guard_statement_bound_identifier(this, _, result) or swift_guard_statement_condition(this, _, result) or - swift_guard_statement_name(this, _, result) or swift_guard_statement_child(this, _, result) } } @@ -1141,34 +1094,67 @@ module Swift { final override AstNode getAFieldOrChild() { swift_identifier_child(this, _, result) } } - /** A class representing `if_statement` nodes. */ - class IfStatement extends @swift_if_statement, AstNode { + /** A class representing `if_condition` nodes. */ + class IfCondition extends @swift_if_condition, AstNode { /** Gets the name of the primary QL class for this element. */ - final override string getAPrimaryQlClass() { result = "IfStatement" } + final override string getAPrimaryQlClass() { result = "IfCondition" } + + /** Gets the child of this node. */ + final AstNode getChild() { swift_if_condition_def(this, result) } + + /** Gets a field or child node of this node. */ + final override AstNode getAFieldOrChild() { swift_if_condition_def(this, result) } + } + + /** A class representing `if_let_binding` nodes. */ + class IfLetBinding extends @swift_if_let_binding, AstNode { + /** Gets the name of the primary QL class for this element. */ + final override string getAPrimaryQlClass() { result = "IfLetBinding" } /** Gets the node corresponding to the field `bound_identifier`. */ - final SimpleIdentifier getBoundIdentifier(int i) { - swift_if_statement_bound_identifier(this, i, result) + final SimpleIdentifier getBoundIdentifier() { + swift_if_let_binding_bound_identifier(this, result) } - /** Gets the node corresponding to the field `condition`. */ - final AstNode getCondition(int i) { swift_if_statement_condition(this, i, result) } + /** Gets the `i`th child of this node. */ + final AstNode getChild(int i) { swift_if_let_binding_child(this, i, result) } - /** Gets the node corresponding to the field `name`. */ - final AstNode getName(int i) { swift_if_statement_name(this, i, result) } + /** Gets a field or child node of this node. */ + final override AstNode getAFieldOrChild() { + swift_if_let_binding_bound_identifier(this, result) or + swift_if_let_binding_child(this, _, result) + } + } + + /** A class representing `if_statement` nodes. */ + class IfStatement extends @swift_if_statement, AstNode { + /** Gets the name of the primary QL class for this element. */ + final override string getAPrimaryQlClass() { result = "IfStatement" } + + /** Gets the node corresponding to the field `condition`. */ + final IfCondition getCondition(int i) { swift_if_statement_condition(this, i, result) } /** Gets the `i`th child of this node. */ final AstNode getChild(int i) { swift_if_statement_child(this, i, result) } /** Gets a field or child node of this node. */ final override AstNode getAFieldOrChild() { - swift_if_statement_bound_identifier(this, _, result) or - swift_if_statement_condition(this, _, result) or - swift_if_statement_name(this, _, result) or - swift_if_statement_child(this, _, result) + swift_if_statement_condition(this, _, result) or swift_if_statement_child(this, _, result) } } + /** A class representing `implicitly_unwrapped_type` nodes. */ + class ImplicitlyUnwrappedType extends @swift_implicitly_unwrapped_type, AstNode { + /** Gets the name of the primary QL class for this element. */ + final override string getAPrimaryQlClass() { result = "ImplicitlyUnwrappedType" } + + /** Gets the child of this node. */ + final Type getChild() { swift_implicitly_unwrapped_type_def(this, result) } + + /** Gets a field or child node of this node. */ + final override AstNode getAFieldOrChild() { swift_implicitly_unwrapped_type_def(this, result) } + } + /** A class representing `import_declaration` nodes. */ class ImportDeclaration extends @swift_import_declaration, AstNode { /** Gets the name of the primary QL class for this element. */ @@ -1187,19 +1173,19 @@ module Swift { final override string getAPrimaryQlClass() { result = "InfixExpression" } /** Gets the node corresponding to the field `lhs`. */ - final AstNode getLhs(int i) { swift_infix_expression_lhs(this, i, result) } + final Expression getLhs() { swift_infix_expression_def(this, result, _, _) } /** Gets the node corresponding to the field `op`. */ - final CustomOperator getOp() { swift_infix_expression_def(this, result) } + final CustomOperator getOp() { swift_infix_expression_def(this, _, result, _) } /** Gets the node corresponding to the field `rhs`. */ - final AstNode getRhs(int i) { swift_infix_expression_rhs(this, i, result) } + final Expression getRhs() { swift_infix_expression_def(this, _, _, result) } /** Gets a field or child node of this node. */ final override AstNode getAFieldOrChild() { - swift_infix_expression_lhs(this, _, result) or - swift_infix_expression_def(this, result) or - swift_infix_expression_rhs(this, _, result) + swift_infix_expression_def(this, result, _, _) or + swift_infix_expression_def(this, _, result, _) or + swift_infix_expression_def(this, _, _, result) } } @@ -1209,26 +1195,18 @@ module Swift { final override string getAPrimaryQlClass() { result = "InheritanceConstraint" } /** Gets the node corresponding to the field `constrained_type`. */ - final AstNode getConstrainedType(int i) { - swift_inheritance_constraint_constrained_type(this, i, result) - } + final AstNode getConstrainedType() { swift_inheritance_constraint_def(this, result, _) } /** Gets the node corresponding to the field `inherits_from`. */ - final AstNode getInheritsFrom(int i) { - swift_inheritance_constraint_inherits_from(this, i, result) - } - - /** Gets the node corresponding to the field `name`. */ - final AstNode getName() { swift_inheritance_constraint_def(this, result) } + final AstNode getInheritsFrom() { swift_inheritance_constraint_def(this, _, result) } /** Gets the `i`th child of this node. */ final Attribute getChild(int i) { swift_inheritance_constraint_child(this, i, result) } /** Gets a field or child node of this node. */ final override AstNode getAFieldOrChild() { - swift_inheritance_constraint_constrained_type(this, _, result) or - swift_inheritance_constraint_inherits_from(this, _, result) or - swift_inheritance_constraint_def(this, result) or + swift_inheritance_constraint_def(this, result, _) or + swift_inheritance_constraint_def(this, _, result) or swift_inheritance_constraint_child(this, _, result) } } @@ -1260,7 +1238,9 @@ module Swift { final FunctionBody getBody() { swift_init_declaration_body(this, result) } /** Gets the node corresponding to the field `default_value`. */ - final AstNode getDefaultValue(int i) { swift_init_declaration_default_value(this, i, result) } + final Expression getDefaultValue(int i) { + swift_init_declaration_default_value(this, i, result) + } /** Gets the node corresponding to the field `name`. */ final string getName() { @@ -1298,7 +1278,7 @@ module Swift { } /** Gets the node corresponding to the field `value`. */ - final AstNode getValue(int i) { swift_interpolated_expression_value(this, i, result) } + final Expression getValue() { swift_interpolated_expression_value(this, result) } /** Gets the child of this node. */ final TypeModifiers getChild() { swift_interpolated_expression_child(this, result) } @@ -1307,7 +1287,7 @@ module Swift { final override AstNode getAFieldOrChild() { swift_interpolated_expression_name(this, result) or swift_interpolated_expression_reference_specifier(this, _, result) or - swift_interpolated_expression_value(this, _, result) or + swift_interpolated_expression_value(this, result) or swift_interpolated_expression_child(this, result) } } @@ -1330,12 +1310,10 @@ module Swift { final override string getAPrimaryQlClass() { result = "KeyPathStringExpression" } /** Gets the child of this node. */ - final AstNode getChild() { swift_key_path_string_expression_child(this, result) } + final Expression getChild() { swift_key_path_string_expression_def(this, result) } /** Gets a field or child node of this node. */ - final override AstNode getAFieldOrChild() { - swift_key_path_string_expression_child(this, result) - } + final override AstNode getAFieldOrChild() { swift_key_path_string_expression_def(this, result) } } /** A class representing `lambda_function_type` nodes. */ @@ -1343,19 +1321,15 @@ module Swift { /** Gets the name of the primary QL class for this element. */ final override string getAPrimaryQlClass() { result = "LambdaFunctionType" } - /** Gets the node corresponding to the field `name`. */ - final AstNode getName() { swift_lambda_function_type_name(this, result) } - /** Gets the node corresponding to the field `return_type`. */ - final AstNode getReturnType(int i) { swift_lambda_function_type_return_type(this, i, result) } + final AstNode getReturnType() { swift_lambda_function_type_return_type(this, result) } /** Gets the `i`th child of this node. */ final AstNode getChild(int i) { swift_lambda_function_type_child(this, i, result) } /** Gets a field or child node of this node. */ final override AstNode getAFieldOrChild() { - swift_lambda_function_type_name(this, result) or - swift_lambda_function_type_return_type(this, _, result) or + swift_lambda_function_type_return_type(this, result) or swift_lambda_function_type_child(this, _, result) } } @@ -1407,10 +1381,10 @@ module Swift { final SimpleIdentifier getExternalName() { swift_lambda_parameter_external_name(this, result) } /** Gets the node corresponding to the field `name`. */ - final AstNode getName(int i) { swift_lambda_parameter_name(this, i, result) } + final SimpleIdentifier getName() { swift_lambda_parameter_name(this, result) } /** Gets the node corresponding to the field `type`. */ - final AstNode getType(int i) { swift_lambda_parameter_type(this, i, result) } + final AstNode getType() { swift_lambda_parameter_type(this, result) } /** Gets the child of this node. */ final AstNode getChild() { swift_lambda_parameter_child(this, result) } @@ -1418,8 +1392,8 @@ module Swift { /** Gets a field or child node of this node. */ final override AstNode getAFieldOrChild() { swift_lambda_parameter_external_name(this, result) or - swift_lambda_parameter_name(this, _, result) or - swift_lambda_parameter_type(this, _, result) or + swift_lambda_parameter_name(this, result) or + swift_lambda_parameter_type(this, result) or swift_lambda_parameter_child(this, result) } } @@ -1450,13 +1424,17 @@ module Swift { } } + class LocalDeclaration extends @swift_local_declaration, AstNode { } + /** A class representing `macro_declaration` nodes. */ class MacroDeclaration extends @swift_macro_declaration, AstNode { /** Gets the name of the primary QL class for this element. */ final override string getAPrimaryQlClass() { result = "MacroDeclaration" } /** Gets the node corresponding to the field `default_value`. */ - final AstNode getDefaultValue(int i) { swift_macro_declaration_default_value(this, i, result) } + final Expression getDefaultValue(int i) { + swift_macro_declaration_default_value(this, i, result) + } /** Gets the node corresponding to the field `definition`. */ final MacroDefinition getDefinition() { swift_macro_declaration_definition(this, result) } @@ -1478,10 +1456,10 @@ module Swift { final override string getAPrimaryQlClass() { result = "MacroDefinition" } /** Gets the node corresponding to the field `body`. */ - final AstNode getBody(int i) { swift_macro_definition_body(this, i, result) } + final AstNode getBody() { swift_macro_definition_def(this, result) } /** Gets a field or child node of this node. */ - final override AstNode getAFieldOrChild() { swift_macro_definition_body(this, _, result) } + final override AstNode getAFieldOrChild() { swift_macro_definition_def(this, result) } } /** A class representing `macro_invocation` nodes. */ @@ -1508,7 +1486,7 @@ module Swift { final override string getAPrimaryQlClass() { result = "Metatype" } /** Gets the child of this node. */ - final AstNode getChild() { swift_metatype_def(this, result) } + final UnannotatedType getChild() { swift_metatype_def(this, result) } /** Gets a field or child node of this node. */ final override AstNode getAFieldOrChild() { swift_metatype_def(this, result) } @@ -1576,11 +1554,11 @@ module Swift { final override string getAPrimaryQlClass() { result = "MultiplicativeExpression" } /** Gets the node corresponding to the field `lhs`. */ - final AstNode getLhs(int i) { swift_multiplicative_expression_lhs(this, i, result) } + final Expression getLhs() { swift_multiplicative_expression_def(this, result, _, _) } /** Gets the node corresponding to the field `op`. */ final string getOp() { - exists(int value | swift_multiplicative_expression_def(this, value) | + exists(int value | swift_multiplicative_expression_def(this, _, value, _) | result = "%" and value = 0 or result = "*" and value = 1 @@ -1590,12 +1568,12 @@ module Swift { } /** Gets the node corresponding to the field `rhs`. */ - final AstNode getRhs(int i) { swift_multiplicative_expression_rhs(this, i, result) } + final Expression getRhs() { swift_multiplicative_expression_def(this, _, _, result) } /** Gets a field or child node of this node. */ final override AstNode getAFieldOrChild() { - swift_multiplicative_expression_lhs(this, _, result) or - swift_multiplicative_expression_rhs(this, _, result) + swift_multiplicative_expression_def(this, result, _, _) or + swift_multiplicative_expression_def(this, _, _, result) } } @@ -1610,9 +1588,6 @@ module Swift { /** Gets the name of the primary QL class for this element. */ final override string getAPrimaryQlClass() { result = "NavigationExpression" } - /** Gets the node corresponding to the field `element`. */ - final AstNode getElement() { swift_navigation_expression_element(this, result) } - /** Gets the node corresponding to the field `suffix`. */ final NavigationSuffix getSuffix() { swift_navigation_expression_def(this, result) } @@ -1621,7 +1596,6 @@ module Swift { /** Gets a field or child node of this node. */ final override AstNode getAFieldOrChild() { - swift_navigation_expression_element(this, result) or swift_navigation_expression_def(this, result) or swift_navigation_expression_target(this, _, result) } @@ -1639,21 +1613,35 @@ module Swift { final override AstNode getAFieldOrChild() { swift_navigation_suffix_def(this, result) } } + /** A class representing `nested_type_identifier` nodes. */ + class NestedTypeIdentifier extends @swift_nested_type_identifier, AstNode { + /** Gets the name of the primary QL class for this element. */ + final override string getAPrimaryQlClass() { result = "NestedTypeIdentifier" } + + /** Gets the `i`th child of this node. */ + final AstNode getChild(int i) { swift_nested_type_identifier_child(this, i, result) } + + /** Gets a field or child node of this node. */ + final override AstNode getAFieldOrChild() { + swift_nested_type_identifier_child(this, _, result) + } + } + /** A class representing `nil_coalescing_expression` nodes. */ class NilCoalescingExpression extends @swift_nil_coalescing_expression, AstNode { /** Gets the name of the primary QL class for this element. */ final override string getAPrimaryQlClass() { result = "NilCoalescingExpression" } /** Gets the node corresponding to the field `if_nil`. */ - final AstNode getIfNil(int i) { swift_nil_coalescing_expression_if_nil(this, i, result) } + final Expression getIfNil() { swift_nil_coalescing_expression_def(this, result, _) } /** Gets the node corresponding to the field `value`. */ - final AstNode getValue(int i) { swift_nil_coalescing_expression_value(this, i, result) } + final Expression getValue() { swift_nil_coalescing_expression_def(this, _, result) } /** Gets a field or child node of this node. */ final override AstNode getAFieldOrChild() { - swift_nil_coalescing_expression_if_nil(this, _, result) or - swift_nil_coalescing_expression_value(this, _, result) + swift_nil_coalescing_expression_def(this, result, _) or + swift_nil_coalescing_expression_def(this, _, result) } } @@ -1669,7 +1657,7 @@ module Swift { final override string getAPrimaryQlClass() { result = "OpaqueType" } /** Gets the child of this node. */ - final AstNode getChild() { swift_opaque_type_def(this, result) } + final UnannotatedType getChild() { swift_opaque_type_def(this, result) } /** Gets a field or child node of this node. */ final override AstNode getAFieldOrChild() { swift_opaque_type_def(this, result) } @@ -1681,12 +1669,10 @@ module Swift { final override string getAPrimaryQlClass() { result = "OpenEndRangeExpression" } /** Gets the node corresponding to the field `start`. */ - final AstNode getStart(int i) { swift_open_end_range_expression_start(this, i, result) } + final Expression getStart() { swift_open_end_range_expression_def(this, result) } /** Gets a field or child node of this node. */ - final override AstNode getAFieldOrChild() { - swift_open_end_range_expression_start(this, _, result) - } + final override AstNode getAFieldOrChild() { swift_open_end_range_expression_def(this, result) } } /** A class representing `open_start_range_expression` nodes. */ @@ -1695,11 +1681,11 @@ module Swift { final override string getAPrimaryQlClass() { result = "OpenStartRangeExpression" } /** Gets the node corresponding to the field `end`. */ - final AstNode getEnd(int i) { swift_open_start_range_expression_end(this, i, result) } + final Expression getEnd() { swift_open_start_range_expression_def(this, result) } /** Gets a field or child node of this node. */ final override AstNode getAFieldOrChild() { - swift_open_start_range_expression_end(this, _, result) + swift_open_start_range_expression_def(this, result) } } @@ -1715,6 +1701,18 @@ module Swift { final override AstNode getAFieldOrChild() { swift_operator_declaration_child(this, _, result) } } + /** A class representing `optional_chain_marker` nodes. */ + class OptionalChainMarker extends @swift_optional_chain_marker, AstNode { + /** Gets the name of the primary QL class for this element. */ + final override string getAPrimaryQlClass() { result = "OptionalChainMarker" } + + /** Gets the child of this node. */ + final Expression getChild() { swift_optional_chain_marker_def(this, result) } + + /** Gets a field or child node of this node. */ + final override AstNode getAFieldOrChild() { swift_optional_chain_marker_def(this, result) } + } + /** A class representing `optional_type` nodes. */ class OptionalType extends @swift_optional_type, AstNode { /** Gets the name of the primary QL class for this element. */ @@ -1742,10 +1740,10 @@ module Swift { final SimpleIdentifier getExternalName() { swift_parameter_external_name(this, result) } /** Gets the node corresponding to the field `name`. */ - final AstNode getName(int i) { swift_parameter_name(this, i, result) } + final SimpleIdentifier getName() { swift_parameter_def(this, result, _) } /** Gets the node corresponding to the field `type`. */ - final AstNode getType(int i) { swift_parameter_type(this, i, result) } + final AstNode getType() { swift_parameter_def(this, _, result) } /** Gets the child of this node. */ final ParameterModifiers getChild() { swift_parameter_child(this, result) } @@ -1753,8 +1751,8 @@ module Swift { /** Gets a field or child node of this node. */ final override AstNode getAFieldOrChild() { swift_parameter_external_name(this, result) or - swift_parameter_name(this, _, result) or - swift_parameter_type(this, _, result) or + swift_parameter_def(this, result, _) or + swift_parameter_def(this, _, result) or swift_parameter_child(this, result) } } @@ -1785,17 +1783,12 @@ module Swift { /** Gets the node corresponding to the field `bound_identifier`. */ final SimpleIdentifier getBoundIdentifier() { swift_pattern_bound_identifier(this, result) } - /** Gets the node corresponding to the field `name`. */ - final AstNode getName() { swift_pattern_name(this, result) } - /** Gets the `i`th child of this node. */ final AstNode getChild(int i) { swift_pattern_child(this, i, result) } /** Gets a field or child node of this node. */ final override AstNode getAFieldOrChild() { - swift_pattern_bound_identifier(this, result) or - swift_pattern_name(this, result) or - swift_pattern_child(this, _, result) + swift_pattern_bound_identifier(this, result) or swift_pattern_child(this, _, result) } } @@ -1805,7 +1798,7 @@ module Swift { final override string getAPrimaryQlClass() { result = "PlaygroundLiteral" } /** Gets the `i`th child of this node. */ - final AstNode getChild(int i) { swift_playground_literal_child(this, i, result) } + final Expression getChild(int i) { swift_playground_literal_child(this, i, result) } /** Gets a field or child node of this node. */ final override AstNode getAFieldOrChild() { swift_playground_literal_child(this, _, result) } @@ -1817,14 +1810,14 @@ module Swift { final override string getAPrimaryQlClass() { result = "PostfixExpression" } /** Gets the node corresponding to the field `operation`. */ - final AstNode getOperation() { swift_postfix_expression_def(this, result) } + final AstNode getOperation() { swift_postfix_expression_def(this, result, _) } /** Gets the node corresponding to the field `target`. */ - final AstNode getTarget(int i) { swift_postfix_expression_target(this, i, result) } + final Expression getTarget() { swift_postfix_expression_def(this, _, result) } /** Gets a field or child node of this node. */ final override AstNode getAFieldOrChild() { - swift_postfix_expression_def(this, result) or swift_postfix_expression_target(this, _, result) + swift_postfix_expression_def(this, result, _) or swift_postfix_expression_def(this, _, result) } } @@ -1878,14 +1871,14 @@ module Swift { final override string getAPrimaryQlClass() { result = "PrefixExpression" } /** Gets the node corresponding to the field `operation`. */ - final AstNode getOperation() { swift_prefix_expression_def(this, result) } + final AstNode getOperation() { swift_prefix_expression_def(this, result, _) } /** Gets the node corresponding to the field `target`. */ - final AstNode getTarget(int i) { swift_prefix_expression_target(this, i, result) } + final Expression getTarget() { swift_prefix_expression_def(this, _, result) } /** Gets a field or child node of this node. */ final override AstNode getAFieldOrChild() { - swift_prefix_expression_def(this, result) or swift_prefix_expression_target(this, _, result) + swift_prefix_expression_def(this, result, _) or swift_prefix_expression_def(this, _, result) } } @@ -1909,7 +1902,7 @@ module Swift { final Pattern getName(int i) { swift_property_declaration_name(this, i, result) } /** Gets the node corresponding to the field `value`. */ - final AstNode getValue(int i) { swift_property_declaration_value(this, i, result) } + final Expression getValue(int i) { swift_property_declaration_value(this, i, result) } /** Gets the `i`th child of this node. */ final AstNode getChild(int i) { swift_property_declaration_child(this, i, result) } @@ -1934,16 +1927,11 @@ module Swift { /** Gets the name of the primary QL class for this element. */ final override string getAPrimaryQlClass() { result = "ProtocolBody" } - /** Gets the node corresponding to the field `body`. */ - final ProtocolFunctionDeclaration getBody(int i) { swift_protocol_body_body(this, i, result) } - /** Gets the `i`th child of this node. */ - final AstNode getChild(int i) { swift_protocol_body_child(this, i, result) } + final ProtocolMemberDeclaration getChild(int i) { swift_protocol_body_child(this, i, result) } /** Gets a field or child node of this node. */ - final override AstNode getAFieldOrChild() { - swift_protocol_body_body(this, _, result) or swift_protocol_body_child(this, _, result) - } + final override AstNode getAFieldOrChild() { swift_protocol_body_child(this, _, result) } } /** A class representing `protocol_composition_type` nodes. */ @@ -1952,7 +1940,7 @@ module Swift { final override string getAPrimaryQlClass() { result = "ProtocolCompositionType" } /** Gets the `i`th child of this node. */ - final AstNode getChild(int i) { swift_protocol_composition_type_child(this, i, result) } + final UnannotatedType getChild(int i) { swift_protocol_composition_type_child(this, i, result) } /** Gets a field or child node of this node. */ final override AstNode getAFieldOrChild() { @@ -1994,31 +1982,35 @@ module Swift { /** Gets the name of the primary QL class for this element. */ final override string getAPrimaryQlClass() { result = "ProtocolFunctionDeclaration" } + /** Gets the node corresponding to the field `body`. */ + final FunctionBody getBody() { swift_protocol_function_declaration_body(this, result) } + /** Gets the node corresponding to the field `default_value`. */ - final AstNode getDefaultValue(int i) { + final Expression getDefaultValue(int i) { swift_protocol_function_declaration_default_value(this, i, result) } /** Gets the node corresponding to the field `name`. */ - final AstNode getName(int i) { swift_protocol_function_declaration_name(this, i, result) } + final AstNode getName() { swift_protocol_function_declaration_def(this, result) } /** Gets the node corresponding to the field `return_type`. */ - final AstNode getReturnType(int i) { - swift_protocol_function_declaration_return_type(this, i, result) - } + final AstNode getReturnType() { swift_protocol_function_declaration_return_type(this, result) } /** Gets the `i`th child of this node. */ final AstNode getChild(int i) { swift_protocol_function_declaration_child(this, i, result) } /** Gets a field or child node of this node. */ final override AstNode getAFieldOrChild() { + swift_protocol_function_declaration_body(this, result) or swift_protocol_function_declaration_default_value(this, _, result) or - swift_protocol_function_declaration_name(this, _, result) or - swift_protocol_function_declaration_return_type(this, _, result) or + swift_protocol_function_declaration_def(this, result) or + swift_protocol_function_declaration_return_type(this, result) or swift_protocol_function_declaration_child(this, _, result) } } + class ProtocolMemberDeclaration extends @swift_protocol_member_declaration, AstNode { } + /** A class representing `protocol_property_declaration` nodes. */ class ProtocolPropertyDeclaration extends @swift_protocol_property_declaration, AstNode { /** Gets the name of the primary QL class for this element. */ @@ -2057,11 +2049,11 @@ module Swift { final override string getAPrimaryQlClass() { result = "RangeExpression" } /** Gets the node corresponding to the field `end`. */ - final AstNode getEnd(int i) { swift_range_expression_end(this, i, result) } + final Expression getEnd() { swift_range_expression_def(this, result, _, _) } /** Gets the node corresponding to the field `op`. */ final string getOp() { - exists(int value | swift_range_expression_def(this, value) | + exists(int value | swift_range_expression_def(this, _, value, _) | result = "..." and value = 0 or result = "..<" and value = 1 @@ -2069,11 +2061,12 @@ module Swift { } /** Gets the node corresponding to the field `start`. */ - final AstNode getStart(int i) { swift_range_expression_start(this, i, result) } + final Expression getStart() { swift_range_expression_def(this, _, _, result) } /** Gets a field or child node of this node. */ final override AstNode getAFieldOrChild() { - swift_range_expression_end(this, _, result) or swift_range_expression_start(this, _, result) + swift_range_expression_def(this, result, _, _) or + swift_range_expression_def(this, _, _, result) } } @@ -2153,6 +2146,18 @@ module Swift { final override string getAPrimaryQlClass() { result = "RealLiteral" } } + /** A class representing `referenceable_operator` nodes. */ + class ReferenceableOperator extends @swift_referenceable_operator, AstNode { + /** Gets the name of the primary QL class for this element. */ + final override string getAPrimaryQlClass() { result = "ReferenceableOperator" } + + /** Gets the child of this node. */ + final AstNode getChild() { swift_referenceable_operator_child(this, result) } + + /** Gets a field or child node of this node. */ + final override AstNode getAFieldOrChild() { swift_referenceable_operator_child(this, result) } + } + /** A class representing `regex_literal` tokens. */ class RegexLiteral extends @swift_token_regex_literal, Token { /** Gets the name of the primary QL class for this element. */ @@ -2164,25 +2169,17 @@ module Swift { /** Gets the name of the primary QL class for this element. */ final override string getAPrimaryQlClass() { result = "RepeatWhileStatement" } - /** Gets the node corresponding to the field `bound_identifier`. */ - final SimpleIdentifier getBoundIdentifier(int i) { - swift_repeat_while_statement_bound_identifier(this, i, result) - } - /** Gets the node corresponding to the field `condition`. */ - final AstNode getCondition(int i) { swift_repeat_while_statement_condition(this, i, result) } - - /** Gets the node corresponding to the field `name`. */ - final AstNode getName(int i) { swift_repeat_while_statement_name(this, i, result) } + final IfCondition getCondition(int i) { + swift_repeat_while_statement_condition(this, i, result) + } /** Gets the child of this node. */ final Statements getChild() { swift_repeat_while_statement_child(this, result) } /** Gets a field or child node of this node. */ final override AstNode getAFieldOrChild() { - swift_repeat_while_statement_bound_identifier(this, _, result) or swift_repeat_while_statement_condition(this, _, result) or - swift_repeat_while_statement_name(this, _, result) or swift_repeat_while_statement_child(this, result) } } @@ -2193,10 +2190,10 @@ module Swift { final override string getAPrimaryQlClass() { result = "SelectorExpression" } /** Gets the child of this node. */ - final AstNode getChild() { swift_selector_expression_child(this, result) } + final Expression getChild() { swift_selector_expression_def(this, result) } /** Gets a field or child node of this node. */ - final override AstNode getAFieldOrChild() { swift_selector_expression_child(this, result) } + final override AstNode getAFieldOrChild() { swift_selector_expression_def(this, result) } } /** A class representing `self_expression` tokens. */ @@ -2277,15 +2274,12 @@ module Swift { final override string getAPrimaryQlClass() { result = "SubscriptDeclaration" } /** Gets the node corresponding to the field `default_value`. */ - final AstNode getDefaultValue(int i) { + final Expression getDefaultValue(int i) { swift_subscript_declaration_default_value(this, i, result) } - /** Gets the node corresponding to the field `name`. */ - final AstNode getName() { swift_subscript_declaration_name(this, result) } - /** Gets the node corresponding to the field `return_type`. */ - final AstNode getReturnType(int i) { swift_subscript_declaration_return_type(this, i, result) } + final AstNode getReturnType() { swift_subscript_declaration_return_type(this, result) } /** Gets the `i`th child of this node. */ final AstNode getChild(int i) { swift_subscript_declaration_child(this, i, result) } @@ -2293,8 +2287,7 @@ module Swift { /** Gets a field or child node of this node. */ final override AstNode getAFieldOrChild() { swift_subscript_declaration_default_value(this, _, result) or - swift_subscript_declaration_name(this, result) or - swift_subscript_declaration_return_type(this, _, result) or + swift_subscript_declaration_return_type(this, result) or swift_subscript_declaration_child(this, _, result) } } @@ -2347,14 +2340,14 @@ module Swift { final override string getAPrimaryQlClass() { result = "SwitchStatement" } /** Gets the node corresponding to the field `expr`. */ - final AstNode getExpr(int i) { swift_switch_statement_expr(this, i, result) } + final Expression getExpr() { swift_switch_statement_def(this, result) } /** Gets the `i`th child of this node. */ final SwitchEntry getChild(int i) { swift_switch_statement_child(this, i, result) } /** Gets a field or child node of this node. */ final override AstNode getAFieldOrChild() { - swift_switch_statement_expr(this, _, result) or swift_switch_statement_child(this, _, result) + swift_switch_statement_def(this, result) or swift_switch_statement_child(this, _, result) } } @@ -2364,19 +2357,19 @@ module Swift { final override string getAPrimaryQlClass() { result = "TernaryExpression" } /** Gets the node corresponding to the field `condition`. */ - final AstNode getCondition(int i) { swift_ternary_expression_condition(this, i, result) } + final Expression getCondition() { swift_ternary_expression_def(this, result, _, _) } /** Gets the node corresponding to the field `if_false`. */ - final AstNode getIfFalse(int i) { swift_ternary_expression_if_false(this, i, result) } + final Expression getIfFalse() { swift_ternary_expression_def(this, _, result, _) } /** Gets the node corresponding to the field `if_true`. */ - final AstNode getIfTrue(int i) { swift_ternary_expression_if_true(this, i, result) } + final Expression getIfTrue() { swift_ternary_expression_def(this, _, _, result) } /** Gets a field or child node of this node. */ final override AstNode getAFieldOrChild() { - swift_ternary_expression_condition(this, _, result) or - swift_ternary_expression_if_false(this, _, result) or - swift_ternary_expression_if_true(this, _, result) + swift_ternary_expression_def(this, result, _, _) or + swift_ternary_expression_def(this, _, result, _) or + swift_ternary_expression_def(this, _, _, result) } } @@ -2398,7 +2391,7 @@ module Swift { final override string getAPrimaryQlClass() { result = "ThrowsClause" } /** Gets the node corresponding to the field `type`. */ - final AstNode getType() { swift_throws_clause_def(this, result) } + final UnannotatedType getType() { swift_throws_clause_def(this, result) } /** Gets a field or child node of this node. */ final override AstNode getAFieldOrChild() { swift_throws_clause_def(this, result) } @@ -2410,14 +2403,14 @@ module Swift { final override string getAPrimaryQlClass() { result = "TryExpression" } /** Gets the node corresponding to the field `expr`. */ - final AstNode getExpr(int i) { swift_try_expression_expr(this, i, result) } + final Expression getExpr() { swift_try_expression_def(this, result, _) } /** Gets the child of this node. */ - final TryOperator getChild() { swift_try_expression_def(this, result) } + final TryOperator getChild() { swift_try_expression_def(this, _, result) } /** Gets a field or child node of this node. */ final override AstNode getAFieldOrChild() { - swift_try_expression_expr(this, _, result) or swift_try_expression_def(this, result) + swift_try_expression_def(this, result, _) or swift_try_expression_def(this, _, result) } } @@ -2436,7 +2429,7 @@ module Swift { final SimpleIdentifier getName(int i) { swift_tuple_expression_name(this, i, result) } /** Gets the node corresponding to the field `value`. */ - final AstNode getValue(int i) { swift_tuple_expression_value(this, i, result) } + final Expression getValue(int i) { swift_tuple_expression_value(this, i, result) } /** Gets a field or child node of this node. */ final override AstNode getAFieldOrChild() { @@ -2466,42 +2459,50 @@ module Swift { /** Gets the name of the primary QL class for this element. */ final override string getAPrimaryQlClass() { result = "TupleTypeItem" } - /** Gets the node corresponding to the field `element`. */ - final AstNode getElement() { swift_tuple_type_item_element(this, result) } - /** Gets the node corresponding to the field `name`. */ - final AstNode getName(int i) { swift_tuple_type_item_name(this, i, result) } + final SimpleIdentifier getName() { swift_tuple_type_item_name(this, result) } /** Gets the node corresponding to the field `type`. */ - final AstNode getType(int i) { swift_tuple_type_item_type(this, i, result) } + final Type getType() { swift_tuple_type_item_type(this, result) } /** Gets the `i`th child of this node. */ final AstNode getChild(int i) { swift_tuple_type_item_child(this, i, result) } /** Gets a field or child node of this node. */ final override AstNode getAFieldOrChild() { - swift_tuple_type_item_element(this, result) or - swift_tuple_type_item_name(this, _, result) or - swift_tuple_type_item_type(this, _, result) or + swift_tuple_type_item_name(this, result) or + swift_tuple_type_item_type(this, result) or swift_tuple_type_item_child(this, _, result) } } + /** A class representing `type` nodes. */ + class Type extends @swift_type__, AstNode { + /** Gets the name of the primary QL class for this element. */ + final override string getAPrimaryQlClass() { result = "Type" } + + /** Gets the node corresponding to the field `modifiers`. */ + final TypeModifiers getModifiers() { swift_type_modifiers(this, result) } + + /** Gets the node corresponding to the field `name`. */ + final UnannotatedType getName() { swift_type_def(this, result) } + + /** Gets a field or child node of this node. */ + final override AstNode getAFieldOrChild() { + swift_type_modifiers(this, result) or swift_type_def(this, result) + } + } + /** A class representing `type_annotation` nodes. */ class TypeAnnotation extends @swift_type_annotation, AstNode { /** Gets the name of the primary QL class for this element. */ final override string getAPrimaryQlClass() { result = "TypeAnnotation" } - /** Gets the node corresponding to the field `name`. */ - final AstNode getName() { swift_type_annotation_def(this, result) } - /** Gets the node corresponding to the field `type`. */ - final AstNode getType(int i) { swift_type_annotation_type(this, i, result) } + final AstNode getType() { swift_type_annotation_def(this, result) } /** Gets a field or child node of this node. */ - final override AstNode getAFieldOrChild() { - swift_type_annotation_def(this, result) or swift_type_annotation_type(this, _, result) - } + final override AstNode getAFieldOrChild() { swift_type_annotation_def(this, result) } } /** A class representing `type_arguments` nodes. */ @@ -2509,16 +2510,11 @@ module Swift { /** Gets the name of the primary QL class for this element. */ final override string getAPrimaryQlClass() { result = "TypeArguments" } - /** Gets the node corresponding to the field `name`. */ - final AstNode getName(int i) { swift_type_arguments_name(this, i, result) } - /** Gets the `i`th child of this node. */ - final TypeModifiers getChild(int i) { swift_type_arguments_child(this, i, result) } + final Type getChild(int i) { swift_type_arguments_child(this, i, result) } /** Gets a field or child node of this node. */ - final override AstNode getAFieldOrChild() { - swift_type_arguments_name(this, _, result) or swift_type_arguments_child(this, _, result) - } + final override AstNode getAFieldOrChild() { swift_type_arguments_child(this, _, result) } } /** A class representing `type_constraint` nodes. */ @@ -2551,6 +2547,8 @@ module Swift { final override string getAPrimaryQlClass() { result = "TypeIdentifier" } } + class TypeLevelDeclaration extends @swift_type_level_declaration, AstNode { } + /** A class representing `type_modifiers` nodes. */ class TypeModifiers extends @swift_type_modifiers, AstNode { /** Gets the name of the primary QL class for this element. */ @@ -2569,7 +2567,7 @@ module Swift { final override string getAPrimaryQlClass() { result = "TypePackExpansion" } /** Gets the child of this node. */ - final AstNode getChild() { swift_type_pack_expansion_def(this, result) } + final UnannotatedType getChild() { swift_type_pack_expansion_def(this, result) } /** Gets a field or child node of this node. */ final override AstNode getAFieldOrChild() { swift_type_pack_expansion_def(this, result) } @@ -2580,16 +2578,11 @@ module Swift { /** Gets the name of the primary QL class for this element. */ final override string getAPrimaryQlClass() { result = "TypeParameter" } - /** Gets the node corresponding to the field `name`. */ - final AstNode getName() { swift_type_parameter_name(this, result) } - /** Gets the `i`th child of this node. */ final AstNode getChild(int i) { swift_type_parameter_child(this, i, result) } /** Gets a field or child node of this node. */ - final override AstNode getAFieldOrChild() { - swift_type_parameter_name(this, result) or swift_type_parameter_child(this, _, result) - } + final override AstNode getAFieldOrChild() { swift_type_parameter_child(this, _, result) } } /** A class representing `type_parameter_modifiers` nodes. */ @@ -2612,7 +2605,7 @@ module Swift { final override string getAPrimaryQlClass() { result = "TypeParameterPack" } /** Gets the child of this node. */ - final AstNode getChild() { swift_type_parameter_pack_def(this, result) } + final UnannotatedType getChild() { swift_type_parameter_pack_def(this, result) } /** Gets a field or child node of this node. */ final override AstNode getAFieldOrChild() { swift_type_parameter_pack_def(this, result) } @@ -2636,22 +2629,24 @@ module Swift { final override string getAPrimaryQlClass() { result = "TypealiasDeclaration" } /** Gets the node corresponding to the field `name`. */ - final AstNode getName(int i) { swift_typealias_declaration_name(this, i, result) } + final TypeIdentifier getName() { swift_typealias_declaration_def(this, result, _) } /** Gets the node corresponding to the field `value`. */ - final AstNode getValue(int i) { swift_typealias_declaration_value(this, i, result) } + final Type getValue() { swift_typealias_declaration_def(this, _, result) } /** Gets the `i`th child of this node. */ final AstNode getChild(int i) { swift_typealias_declaration_child(this, i, result) } /** Gets a field or child node of this node. */ final override AstNode getAFieldOrChild() { - swift_typealias_declaration_name(this, _, result) or - swift_typealias_declaration_value(this, _, result) or + swift_typealias_declaration_def(this, result, _) or + swift_typealias_declaration_def(this, _, result) or swift_typealias_declaration_child(this, _, result) } } + class UnannotatedType extends @swift_unannotated_type, AstNode { } + /** A class representing `user_type` nodes. */ class UserType extends @swift_user_type, AstNode { /** Gets the name of the primary QL class for this element. */ @@ -2678,7 +2673,7 @@ module Swift { } /** Gets the node corresponding to the field `value`. */ - final AstNode getValue(int i) { swift_value_argument_value(this, i, result) } + final Expression getValue() { swift_value_argument_value(this, result) } /** Gets the child of this node. */ final TypeModifiers getChild() { swift_value_argument_child(this, result) } @@ -2687,7 +2682,7 @@ module Swift { final override AstNode getAFieldOrChild() { swift_value_argument_name(this, result) or swift_value_argument_reference_specifier(this, _, result) or - swift_value_argument_value(this, _, result) or + swift_value_argument_value(this, result) or swift_value_argument_child(this, result) } } @@ -2740,10 +2735,10 @@ module Swift { final override string getAPrimaryQlClass() { result = "ValuePackExpansion" } /** Gets the child of this node. */ - final AstNode getChild() { swift_value_pack_expansion_child(this, result) } + final Expression getChild() { swift_value_pack_expansion_def(this, result) } /** Gets a field or child node of this node. */ - final override AstNode getAFieldOrChild() { swift_value_pack_expansion_child(this, result) } + final override AstNode getAFieldOrChild() { swift_value_pack_expansion_def(this, result) } } /** A class representing `value_parameter_pack` nodes. */ @@ -2752,10 +2747,10 @@ module Swift { final override string getAPrimaryQlClass() { result = "ValueParameterPack" } /** Gets the child of this node. */ - final AstNode getChild() { swift_value_parameter_pack_child(this, result) } + final Expression getChild() { swift_value_parameter_pack_def(this, result) } /** Gets a field or child node of this node. */ - final override AstNode getAFieldOrChild() { swift_value_parameter_pack_child(this, result) } + final override AstNode getAFieldOrChild() { swift_value_parameter_pack_def(this, result) } } /** A class representing `visibility_modifier` tokens. */ @@ -2787,26 +2782,15 @@ module Swift { /** Gets the name of the primary QL class for this element. */ final override string getAPrimaryQlClass() { result = "WhileStatement" } - /** Gets the node corresponding to the field `bound_identifier`. */ - final SimpleIdentifier getBoundIdentifier(int i) { - swift_while_statement_bound_identifier(this, i, result) - } - /** Gets the node corresponding to the field `condition`. */ - final AstNode getCondition(int i) { swift_while_statement_condition(this, i, result) } - - /** Gets the node corresponding to the field `name`. */ - final AstNode getName(int i) { swift_while_statement_name(this, i, result) } + final IfCondition getCondition(int i) { swift_while_statement_condition(this, i, result) } /** Gets the child of this node. */ final Statements getChild() { swift_while_statement_child(this, result) } /** Gets a field or child node of this node. */ final override AstNode getAFieldOrChild() { - swift_while_statement_bound_identifier(this, _, result) or - swift_while_statement_condition(this, _, result) or - swift_while_statement_name(this, _, result) or - swift_while_statement_child(this, result) + swift_while_statement_condition(this, _, result) or swift_while_statement_child(this, result) } } diff --git a/unified/ql/lib/unified.dbscheme b/unified/ql/lib/unified.dbscheme index c580e8e69271..b50bc56eaa2a 100644 --- a/unified/ql/lib/unified.dbscheme +++ b/unified/ql/lib/unified.dbscheme @@ -132,87 +132,39 @@ overlayChangedFiles( ); /*- Swift dbscheme -*/ -@swift_additive_expression_lhs_type = @swift_additive_expression | @swift_array_literal | @swift_as_expression | @swift_assignment | @swift_await_expression | @swift_bitwise_operation | @swift_call_expression | @swift_check_expression | @swift_comparison_expression | @swift_conjunction_expression | @swift_constructor_expression | @swift_dictionary_literal | @swift_directive | @swift_disjunction_expression | @swift_equality_expression | @swift_if_statement | @swift_infix_expression | @swift_key_path_expression | @swift_key_path_string_expression | @swift_lambda_literal | @swift_line_string_literal | @swift_macro_invocation | @swift_multi_line_string_literal | @swift_multiplicative_expression | @swift_navigation_expression | @swift_nil_coalescing_expression | @swift_open_end_range_expression | @swift_open_start_range_expression | @swift_playground_literal | @swift_postfix_expression | @swift_prefix_expression | @swift_range_expression | @swift_raw_string_literal | @swift_reserved_word | @swift_selector_expression | @swift_switch_statement | @swift_ternary_expression | @swift_token_bang | @swift_token_bin_literal | @swift_token_boolean_literal | @swift_token_custom_operator | @swift_token_diagnostic | @swift_token_fully_open_range | @swift_token_hex_literal | @swift_token_integer_literal | @swift_token_oct_literal | @swift_token_real_literal | @swift_token_regex_literal | @swift_token_self_expression | @swift_token_simple_identifier | @swift_token_special_literal | @swift_token_super_expression | @swift_try_expression | @swift_tuple_expression | @swift_value_pack_expansion | @swift_value_parameter_pack - -#keyset[swift_additive_expression, index] -swift_additive_expression_lhs( - int swift_additive_expression: @swift_additive_expression ref, - int index: int ref, - unique int lhs: @swift_additive_expression_lhs_type ref -); - case @swift_additive_expression.op of 0 = @swift_additive_expression_plus | 1 = @swift_additive_expression_minus ; -@swift_additive_expression_rhs_type = @swift_additive_expression | @swift_array_literal | @swift_as_expression | @swift_assignment | @swift_await_expression | @swift_bitwise_operation | @swift_call_expression | @swift_check_expression | @swift_comparison_expression | @swift_conjunction_expression | @swift_constructor_expression | @swift_dictionary_literal | @swift_directive | @swift_disjunction_expression | @swift_equality_expression | @swift_if_statement | @swift_infix_expression | @swift_key_path_expression | @swift_key_path_string_expression | @swift_lambda_literal | @swift_line_string_literal | @swift_macro_invocation | @swift_multi_line_string_literal | @swift_multiplicative_expression | @swift_navigation_expression | @swift_nil_coalescing_expression | @swift_open_end_range_expression | @swift_open_start_range_expression | @swift_playground_literal | @swift_postfix_expression | @swift_prefix_expression | @swift_range_expression | @swift_raw_string_literal | @swift_reserved_word | @swift_selector_expression | @swift_switch_statement | @swift_ternary_expression | @swift_token_bang | @swift_token_bin_literal | @swift_token_boolean_literal | @swift_token_custom_operator | @swift_token_diagnostic | @swift_token_fully_open_range | @swift_token_hex_literal | @swift_token_integer_literal | @swift_token_oct_literal | @swift_token_real_literal | @swift_token_regex_literal | @swift_token_self_expression | @swift_token_simple_identifier | @swift_token_special_literal | @swift_token_super_expression | @swift_try_expression | @swift_tuple_expression | @swift_value_pack_expansion | @swift_value_parameter_pack - -#keyset[swift_additive_expression, index] -swift_additive_expression_rhs( - int swift_additive_expression: @swift_additive_expression ref, - int index: int ref, - unique int rhs: @swift_additive_expression_rhs_type ref -); - swift_additive_expression_def( unique int id: @swift_additive_expression, - int op: int ref + int lhs: @swift_expression ref, + int op: int ref, + int rhs: @swift_expression ref ); -@swift_array_literal_element_type = @swift_additive_expression | @swift_array_literal | @swift_as_expression | @swift_assignment | @swift_await_expression | @swift_bitwise_operation | @swift_call_expression | @swift_check_expression | @swift_comparison_expression | @swift_conjunction_expression | @swift_constructor_expression | @swift_dictionary_literal | @swift_directive | @swift_disjunction_expression | @swift_equality_expression | @swift_if_statement | @swift_infix_expression | @swift_key_path_expression | @swift_key_path_string_expression | @swift_lambda_literal | @swift_line_string_literal | @swift_macro_invocation | @swift_multi_line_string_literal | @swift_multiplicative_expression | @swift_navigation_expression | @swift_nil_coalescing_expression | @swift_open_end_range_expression | @swift_open_start_range_expression | @swift_playground_literal | @swift_postfix_expression | @swift_prefix_expression | @swift_range_expression | @swift_raw_string_literal | @swift_reserved_word | @swift_selector_expression | @swift_switch_statement | @swift_ternary_expression | @swift_token_bang | @swift_token_bin_literal | @swift_token_boolean_literal | @swift_token_custom_operator | @swift_token_diagnostic | @swift_token_fully_open_range | @swift_token_hex_literal | @swift_token_integer_literal | @swift_token_oct_literal | @swift_token_real_literal | @swift_token_regex_literal | @swift_token_self_expression | @swift_token_simple_identifier | @swift_token_special_literal | @swift_token_super_expression | @swift_try_expression | @swift_tuple_expression | @swift_value_pack_expansion | @swift_value_parameter_pack - #keyset[swift_array_literal, index] swift_array_literal_element( int swift_array_literal: @swift_array_literal ref, int index: int ref, - unique int element: @swift_array_literal_element_type ref + unique int element: @swift_expression ref ); swift_array_literal_def( unique int id: @swift_array_literal ); -@swift_array_type_element_type = @swift_array_type | @swift_dictionary_type | @swift_existential_type | @swift_function_type | @swift_metatype | @swift_opaque_type | @swift_optional_type | @swift_protocol_composition_type | @swift_suppressed_constraint | @swift_tuple_type | @swift_type_modifiers | @swift_type_pack_expansion | @swift_type_parameter_pack | @swift_user_type - -#keyset[swift_array_type, index] -swift_array_type_element( - int swift_array_type: @swift_array_type ref, - int index: int ref, - unique int element: @swift_array_type_element_type ref -); - -@swift_array_type_name_type = @swift_array_type | @swift_dictionary_type | @swift_existential_type | @swift_function_type | @swift_metatype | @swift_opaque_type | @swift_optional_type | @swift_protocol_composition_type | @swift_suppressed_constraint | @swift_tuple_type | @swift_type_pack_expansion | @swift_type_parameter_pack | @swift_user_type - swift_array_type_def( unique int id: @swift_array_type, - int name: @swift_array_type_name_type ref -); - -@swift_as_expression_expr_type = @swift_additive_expression | @swift_array_literal | @swift_as_expression | @swift_assignment | @swift_await_expression | @swift_bitwise_operation | @swift_call_expression | @swift_check_expression | @swift_comparison_expression | @swift_conjunction_expression | @swift_constructor_expression | @swift_dictionary_literal | @swift_directive | @swift_disjunction_expression | @swift_equality_expression | @swift_if_statement | @swift_infix_expression | @swift_key_path_expression | @swift_key_path_string_expression | @swift_lambda_literal | @swift_line_string_literal | @swift_macro_invocation | @swift_multi_line_string_literal | @swift_multiplicative_expression | @swift_navigation_expression | @swift_nil_coalescing_expression | @swift_open_end_range_expression | @swift_open_start_range_expression | @swift_playground_literal | @swift_postfix_expression | @swift_prefix_expression | @swift_range_expression | @swift_raw_string_literal | @swift_reserved_word | @swift_selector_expression | @swift_switch_statement | @swift_ternary_expression | @swift_token_bang | @swift_token_bin_literal | @swift_token_boolean_literal | @swift_token_custom_operator | @swift_token_diagnostic | @swift_token_fully_open_range | @swift_token_hex_literal | @swift_token_integer_literal | @swift_token_oct_literal | @swift_token_real_literal | @swift_token_regex_literal | @swift_token_self_expression | @swift_token_simple_identifier | @swift_token_special_literal | @swift_token_super_expression | @swift_try_expression | @swift_tuple_expression | @swift_value_pack_expansion | @swift_value_parameter_pack - -#keyset[swift_as_expression, index] -swift_as_expression_expr( - int swift_as_expression: @swift_as_expression ref, - int index: int ref, - unique int expr: @swift_as_expression_expr_type ref -); - -@swift_as_expression_name_type = @swift_array_type | @swift_dictionary_type | @swift_existential_type | @swift_function_type | @swift_metatype | @swift_opaque_type | @swift_optional_type | @swift_protocol_composition_type | @swift_suppressed_constraint | @swift_tuple_type | @swift_type_pack_expansion | @swift_type_parameter_pack | @swift_user_type - -@swift_as_expression_type_type = @swift_array_type | @swift_dictionary_type | @swift_existential_type | @swift_function_type | @swift_metatype | @swift_opaque_type | @swift_optional_type | @swift_protocol_composition_type | @swift_suppressed_constraint | @swift_tuple_type | @swift_type_modifiers | @swift_type_pack_expansion | @swift_type_parameter_pack | @swift_user_type - -#keyset[swift_as_expression, index] -swift_as_expression_type( - int swift_as_expression: @swift_as_expression ref, - int index: int ref, - unique int type__: @swift_as_expression_type_type ref + int element: @swift_type__ ref ); swift_as_expression_def( unique int id: @swift_as_expression, - int name: @swift_as_expression_name_type ref, + int expr: @swift_expression ref, + int type__: @swift_type__ ref, int child: @swift_token_as_operator ref ); @@ -226,46 +178,21 @@ case @swift_assignment.operator of ; -@swift_assignment_result_type = @swift_additive_expression | @swift_array_literal | @swift_as_expression | @swift_assignment | @swift_await_expression | @swift_bitwise_operation | @swift_call_expression | @swift_check_expression | @swift_comparison_expression | @swift_conjunction_expression | @swift_constructor_expression | @swift_dictionary_literal | @swift_directive | @swift_disjunction_expression | @swift_equality_expression | @swift_if_statement | @swift_infix_expression | @swift_key_path_expression | @swift_key_path_string_expression | @swift_lambda_literal | @swift_line_string_literal | @swift_macro_invocation | @swift_multi_line_string_literal | @swift_multiplicative_expression | @swift_navigation_expression | @swift_nil_coalescing_expression | @swift_open_end_range_expression | @swift_open_start_range_expression | @swift_playground_literal | @swift_postfix_expression | @swift_prefix_expression | @swift_range_expression | @swift_raw_string_literal | @swift_reserved_word | @swift_selector_expression | @swift_switch_statement | @swift_ternary_expression | @swift_token_bang | @swift_token_bin_literal | @swift_token_boolean_literal | @swift_token_custom_operator | @swift_token_diagnostic | @swift_token_fully_open_range | @swift_token_hex_literal | @swift_token_integer_literal | @swift_token_oct_literal | @swift_token_real_literal | @swift_token_regex_literal | @swift_token_self_expression | @swift_token_simple_identifier | @swift_token_special_literal | @swift_token_super_expression | @swift_try_expression | @swift_tuple_expression | @swift_value_pack_expansion | @swift_value_parameter_pack - -#keyset[swift_assignment, index] -swift_assignment_result( - int swift_assignment: @swift_assignment ref, - int index: int ref, - unique int result: @swift_assignment_result_type ref -); - swift_assignment_def( unique int id: @swift_assignment, int operator: int ref, + int result: @swift_expression ref, int target: @swift_directly_assignable_expression ref ); -@swift_associatedtype_declaration_default_value_type = @swift_array_type | @swift_dictionary_type | @swift_existential_type | @swift_function_type | @swift_metatype | @swift_opaque_type | @swift_optional_type | @swift_protocol_composition_type | @swift_suppressed_constraint | @swift_tuple_type | @swift_type_modifiers | @swift_type_pack_expansion | @swift_type_parameter_pack | @swift_user_type - -#keyset[swift_associatedtype_declaration, index] swift_associatedtype_declaration_default_value( - int swift_associatedtype_declaration: @swift_associatedtype_declaration ref, - int index: int ref, - unique int default_value: @swift_associatedtype_declaration_default_value_type ref + unique int swift_associatedtype_declaration: @swift_associatedtype_declaration ref, + unique int default_value: @swift_type__ ref ); -@swift_associatedtype_declaration_must_inherit_type = @swift_array_type | @swift_dictionary_type | @swift_existential_type | @swift_function_type | @swift_metatype | @swift_opaque_type | @swift_optional_type | @swift_protocol_composition_type | @swift_suppressed_constraint | @swift_tuple_type | @swift_type_modifiers | @swift_type_pack_expansion | @swift_type_parameter_pack | @swift_user_type - -#keyset[swift_associatedtype_declaration, index] swift_associatedtype_declaration_must_inherit( - int swift_associatedtype_declaration: @swift_associatedtype_declaration ref, - int index: int ref, - unique int must_inherit: @swift_associatedtype_declaration_must_inherit_type ref -); - -@swift_associatedtype_declaration_name_type = @swift_array_type | @swift_dictionary_type | @swift_existential_type | @swift_function_type | @swift_metatype | @swift_opaque_type | @swift_optional_type | @swift_protocol_composition_type | @swift_suppressed_constraint | @swift_token_type_identifier | @swift_tuple_type | @swift_type_pack_expansion | @swift_type_parameter_pack | @swift_user_type - -#keyset[swift_associatedtype_declaration, index] -swift_associatedtype_declaration_name( - int swift_associatedtype_declaration: @swift_associatedtype_declaration ref, - int index: int ref, - unique int name: @swift_associatedtype_declaration_name_type ref + unique int swift_associatedtype_declaration: @swift_associatedtype_declaration ref, + unique int must_inherit: @swift_type__ ref ); @swift_associatedtype_declaration_child_type = @swift_modifiers | @swift_type_constraints @@ -278,10 +205,11 @@ swift_associatedtype_declaration_child( ); swift_associatedtype_declaration_def( - unique int id: @swift_associatedtype_declaration + unique int id: @swift_associatedtype_declaration, + int name: @swift_token_type_identifier ref ); -@swift_attribute_child_type = @swift_additive_expression | @swift_array_literal | @swift_as_expression | @swift_assignment | @swift_await_expression | @swift_bitwise_operation | @swift_call_expression | @swift_check_expression | @swift_comparison_expression | @swift_conjunction_expression | @swift_constructor_expression | @swift_dictionary_literal | @swift_directive | @swift_disjunction_expression | @swift_equality_expression | @swift_if_statement | @swift_infix_expression | @swift_key_path_expression | @swift_key_path_string_expression | @swift_lambda_literal | @swift_line_string_literal | @swift_macro_invocation | @swift_multi_line_string_literal | @swift_multiplicative_expression | @swift_navigation_expression | @swift_nil_coalescing_expression | @swift_open_end_range_expression | @swift_open_start_range_expression | @swift_playground_literal | @swift_postfix_expression | @swift_prefix_expression | @swift_range_expression | @swift_raw_string_literal | @swift_selector_expression | @swift_switch_statement | @swift_ternary_expression | @swift_token_bang | @swift_token_bin_literal | @swift_token_boolean_literal | @swift_token_custom_operator | @swift_token_diagnostic | @swift_token_fully_open_range | @swift_token_hex_literal | @swift_token_integer_literal | @swift_token_oct_literal | @swift_token_real_literal | @swift_token_regex_literal | @swift_token_self_expression | @swift_token_simple_identifier | @swift_token_special_literal | @swift_token_super_expression | @swift_try_expression | @swift_tuple_expression | @swift_user_type | @swift_value_pack_expansion | @swift_value_parameter_pack +@swift_attribute_child_type = @swift_expression | @swift_user_type #keyset[swift_attribute, index] swift_attribute_child( @@ -307,35 +235,20 @@ swift_availability_condition_def( unique int id: @swift_availability_condition ); -@swift_await_expression_expr_type = @swift_additive_expression | @swift_array_literal | @swift_as_expression | @swift_assignment | @swift_await_expression | @swift_bitwise_operation | @swift_call_expression | @swift_check_expression | @swift_comparison_expression | @swift_conjunction_expression | @swift_constructor_expression | @swift_dictionary_literal | @swift_directive | @swift_disjunction_expression | @swift_equality_expression | @swift_if_statement | @swift_infix_expression | @swift_key_path_expression | @swift_key_path_string_expression | @swift_lambda_literal | @swift_line_string_literal | @swift_macro_invocation | @swift_multi_line_string_literal | @swift_multiplicative_expression | @swift_navigation_expression | @swift_nil_coalescing_expression | @swift_open_end_range_expression | @swift_open_start_range_expression | @swift_playground_literal | @swift_postfix_expression | @swift_prefix_expression | @swift_range_expression | @swift_raw_string_literal | @swift_reserved_word | @swift_selector_expression | @swift_switch_statement | @swift_ternary_expression | @swift_token_bang | @swift_token_bin_literal | @swift_token_boolean_literal | @swift_token_custom_operator | @swift_token_diagnostic | @swift_token_fully_open_range | @swift_token_hex_literal | @swift_token_integer_literal | @swift_token_oct_literal | @swift_token_real_literal | @swift_token_regex_literal | @swift_token_self_expression | @swift_token_simple_identifier | @swift_token_special_literal | @swift_token_super_expression | @swift_try_expression | @swift_tuple_expression | @swift_value_pack_expansion | @swift_value_parameter_pack - -#keyset[swift_await_expression, index] swift_await_expression_expr( - int swift_await_expression: @swift_await_expression ref, - int index: int ref, - unique int expr: @swift_await_expression_expr_type ref + unique int swift_await_expression: @swift_await_expression ref, + unique int expr: @swift_expression ref ); -@swift_await_expression_child_type = @swift_additive_expression | @swift_array_literal | @swift_as_expression | @swift_assignment | @swift_await_expression | @swift_bitwise_operation | @swift_call_expression | @swift_check_expression | @swift_comparison_expression | @swift_conjunction_expression | @swift_constructor_expression | @swift_dictionary_literal | @swift_directive | @swift_disjunction_expression | @swift_equality_expression | @swift_if_statement | @swift_infix_expression | @swift_key_path_expression | @swift_key_path_string_expression | @swift_lambda_literal | @swift_line_string_literal | @swift_macro_invocation | @swift_multi_line_string_literal | @swift_multiplicative_expression | @swift_navigation_expression | @swift_nil_coalescing_expression | @swift_open_end_range_expression | @swift_open_start_range_expression | @swift_playground_literal | @swift_postfix_expression | @swift_prefix_expression | @swift_range_expression | @swift_raw_string_literal | @swift_selector_expression | @swift_switch_statement | @swift_ternary_expression | @swift_token_bang | @swift_token_bin_literal | @swift_token_boolean_literal | @swift_token_custom_operator | @swift_token_diagnostic | @swift_token_fully_open_range | @swift_token_hex_literal | @swift_token_integer_literal | @swift_token_oct_literal | @swift_token_real_literal | @swift_token_regex_literal | @swift_token_self_expression | @swift_token_simple_identifier | @swift_token_special_literal | @swift_token_super_expression | @swift_try_expression | @swift_tuple_expression | @swift_value_pack_expansion | @swift_value_parameter_pack - swift_await_expression_child( unique int swift_await_expression: @swift_await_expression ref, - unique int child: @swift_await_expression_child_type ref + unique int child: @swift_expression ref ); swift_await_expression_def( unique int id: @swift_await_expression ); -@swift_bitwise_operation_lhs_type = @swift_additive_expression | @swift_array_literal | @swift_as_expression | @swift_assignment | @swift_await_expression | @swift_bitwise_operation | @swift_call_expression | @swift_check_expression | @swift_comparison_expression | @swift_conjunction_expression | @swift_constructor_expression | @swift_dictionary_literal | @swift_directive | @swift_disjunction_expression | @swift_equality_expression | @swift_if_statement | @swift_infix_expression | @swift_key_path_expression | @swift_key_path_string_expression | @swift_lambda_literal | @swift_line_string_literal | @swift_macro_invocation | @swift_multi_line_string_literal | @swift_multiplicative_expression | @swift_navigation_expression | @swift_nil_coalescing_expression | @swift_open_end_range_expression | @swift_open_start_range_expression | @swift_playground_literal | @swift_postfix_expression | @swift_prefix_expression | @swift_range_expression | @swift_raw_string_literal | @swift_reserved_word | @swift_selector_expression | @swift_switch_statement | @swift_ternary_expression | @swift_token_bang | @swift_token_bin_literal | @swift_token_boolean_literal | @swift_token_custom_operator | @swift_token_diagnostic | @swift_token_fully_open_range | @swift_token_hex_literal | @swift_token_integer_literal | @swift_token_oct_literal | @swift_token_real_literal | @swift_token_regex_literal | @swift_token_self_expression | @swift_token_simple_identifier | @swift_token_special_literal | @swift_token_super_expression | @swift_try_expression | @swift_tuple_expression | @swift_value_pack_expansion | @swift_value_parameter_pack - -#keyset[swift_bitwise_operation, index] -swift_bitwise_operation_lhs( - int swift_bitwise_operation: @swift_bitwise_operation ref, - int index: int ref, - unique int lhs: @swift_bitwise_operation_lhs_type ref -); - case @swift_bitwise_operation.op of 0 = @swift_bitwise_operation_ampersand | 1 = @swift_bitwise_operation_langlelangle @@ -345,21 +258,14 @@ case @swift_bitwise_operation.op of ; -@swift_bitwise_operation_rhs_type = @swift_additive_expression | @swift_array_literal | @swift_as_expression | @swift_assignment | @swift_await_expression | @swift_bitwise_operation | @swift_call_expression | @swift_check_expression | @swift_comparison_expression | @swift_conjunction_expression | @swift_constructor_expression | @swift_dictionary_literal | @swift_directive | @swift_disjunction_expression | @swift_equality_expression | @swift_if_statement | @swift_infix_expression | @swift_key_path_expression | @swift_key_path_string_expression | @swift_lambda_literal | @swift_line_string_literal | @swift_macro_invocation | @swift_multi_line_string_literal | @swift_multiplicative_expression | @swift_navigation_expression | @swift_nil_coalescing_expression | @swift_open_end_range_expression | @swift_open_start_range_expression | @swift_playground_literal | @swift_postfix_expression | @swift_prefix_expression | @swift_range_expression | @swift_raw_string_literal | @swift_reserved_word | @swift_selector_expression | @swift_switch_statement | @swift_ternary_expression | @swift_token_bang | @swift_token_bin_literal | @swift_token_boolean_literal | @swift_token_custom_operator | @swift_token_diagnostic | @swift_token_fully_open_range | @swift_token_hex_literal | @swift_token_integer_literal | @swift_token_oct_literal | @swift_token_real_literal | @swift_token_regex_literal | @swift_token_self_expression | @swift_token_simple_identifier | @swift_token_special_literal | @swift_token_super_expression | @swift_try_expression | @swift_tuple_expression | @swift_value_pack_expansion | @swift_value_parameter_pack - -#keyset[swift_bitwise_operation, index] -swift_bitwise_operation_rhs( - int swift_bitwise_operation: @swift_bitwise_operation ref, - int index: int ref, - unique int rhs: @swift_bitwise_operation_rhs_type ref -); - swift_bitwise_operation_def( unique int id: @swift_bitwise_operation, - int op: int ref + int lhs: @swift_expression ref, + int op: int ref, + int rhs: @swift_expression ref ); -@swift_call_expression_child_type = @swift_additive_expression | @swift_array_literal | @swift_as_expression | @swift_assignment | @swift_await_expression | @swift_bitwise_operation | @swift_call_expression | @swift_call_suffix | @swift_check_expression | @swift_comparison_expression | @swift_conjunction_expression | @swift_constructor_expression | @swift_dictionary_literal | @swift_directive | @swift_disjunction_expression | @swift_equality_expression | @swift_if_statement | @swift_infix_expression | @swift_key_path_expression | @swift_key_path_string_expression | @swift_lambda_literal | @swift_line_string_literal | @swift_macro_invocation | @swift_multi_line_string_literal | @swift_multiplicative_expression | @swift_navigation_expression | @swift_nil_coalescing_expression | @swift_open_end_range_expression | @swift_open_start_range_expression | @swift_playground_literal | @swift_postfix_expression | @swift_prefix_expression | @swift_range_expression | @swift_raw_string_literal | @swift_selector_expression | @swift_switch_statement | @swift_ternary_expression | @swift_token_bang | @swift_token_bin_literal | @swift_token_boolean_literal | @swift_token_custom_operator | @swift_token_diagnostic | @swift_token_fully_open_range | @swift_token_hex_literal | @swift_token_integer_literal | @swift_token_oct_literal | @swift_token_real_literal | @swift_token_regex_literal | @swift_token_self_expression | @swift_token_simple_identifier | @swift_token_special_literal | @swift_token_super_expression | @swift_try_expression | @swift_tuple_expression | @swift_value_pack_expansion | @swift_value_parameter_pack +@swift_call_expression_child_type = @swift_call_suffix | @swift_expression #keyset[swift_call_expression, index] swift_call_expression_child( @@ -405,13 +311,9 @@ swift_capture_list_def( @swift_capture_list_item_name_type = @swift_token_self_expression | @swift_token_simple_identifier -@swift_capture_list_item_value_type = @swift_additive_expression | @swift_array_literal | @swift_as_expression | @swift_assignment | @swift_await_expression | @swift_bitwise_operation | @swift_call_expression | @swift_check_expression | @swift_comparison_expression | @swift_conjunction_expression | @swift_constructor_expression | @swift_dictionary_literal | @swift_directive | @swift_disjunction_expression | @swift_equality_expression | @swift_if_statement | @swift_infix_expression | @swift_key_path_expression | @swift_key_path_string_expression | @swift_lambda_literal | @swift_line_string_literal | @swift_macro_invocation | @swift_multi_line_string_literal | @swift_multiplicative_expression | @swift_navigation_expression | @swift_nil_coalescing_expression | @swift_open_end_range_expression | @swift_open_start_range_expression | @swift_playground_literal | @swift_postfix_expression | @swift_prefix_expression | @swift_range_expression | @swift_raw_string_literal | @swift_reserved_word | @swift_selector_expression | @swift_switch_statement | @swift_ternary_expression | @swift_token_bang | @swift_token_bin_literal | @swift_token_boolean_literal | @swift_token_custom_operator | @swift_token_diagnostic | @swift_token_fully_open_range | @swift_token_hex_literal | @swift_token_integer_literal | @swift_token_oct_literal | @swift_token_real_literal | @swift_token_regex_literal | @swift_token_self_expression | @swift_token_simple_identifier | @swift_token_special_literal | @swift_token_super_expression | @swift_try_expression | @swift_tuple_expression | @swift_value_pack_expansion | @swift_value_parameter_pack - -#keyset[swift_capture_list_item, index] swift_capture_list_item_value( - int swift_capture_list_item: @swift_capture_list_item ref, - int index: int ref, - unique int value: @swift_capture_list_item_value_type ref + unique int swift_capture_list_item: @swift_capture_list_item ref, + unique int value: @swift_expression ref ); swift_capture_list_item_child( @@ -442,38 +344,19 @@ swift_catch_block_def( unique int id: @swift_catch_block ); -@swift_check_expression_name_type = @swift_array_type | @swift_dictionary_type | @swift_existential_type | @swift_function_type | @swift_metatype | @swift_opaque_type | @swift_optional_type | @swift_protocol_composition_type | @swift_suppressed_constraint | @swift_tuple_type | @swift_type_pack_expansion | @swift_type_parameter_pack | @swift_user_type - case @swift_check_expression.op of 0 = @swift_check_expression_is ; -@swift_check_expression_target_type = @swift_additive_expression | @swift_array_literal | @swift_as_expression | @swift_assignment | @swift_await_expression | @swift_bitwise_operation | @swift_call_expression | @swift_check_expression | @swift_comparison_expression | @swift_conjunction_expression | @swift_constructor_expression | @swift_dictionary_literal | @swift_directive | @swift_disjunction_expression | @swift_equality_expression | @swift_if_statement | @swift_infix_expression | @swift_key_path_expression | @swift_key_path_string_expression | @swift_lambda_literal | @swift_line_string_literal | @swift_macro_invocation | @swift_multi_line_string_literal | @swift_multiplicative_expression | @swift_navigation_expression | @swift_nil_coalescing_expression | @swift_open_end_range_expression | @swift_open_start_range_expression | @swift_playground_literal | @swift_postfix_expression | @swift_prefix_expression | @swift_range_expression | @swift_raw_string_literal | @swift_reserved_word | @swift_selector_expression | @swift_switch_statement | @swift_ternary_expression | @swift_token_bang | @swift_token_bin_literal | @swift_token_boolean_literal | @swift_token_custom_operator | @swift_token_diagnostic | @swift_token_fully_open_range | @swift_token_hex_literal | @swift_token_integer_literal | @swift_token_oct_literal | @swift_token_real_literal | @swift_token_regex_literal | @swift_token_self_expression | @swift_token_simple_identifier | @swift_token_special_literal | @swift_token_super_expression | @swift_try_expression | @swift_tuple_expression | @swift_value_pack_expansion | @swift_value_parameter_pack - -#keyset[swift_check_expression, index] -swift_check_expression_target( - int swift_check_expression: @swift_check_expression ref, - int index: int ref, - unique int target: @swift_check_expression_target_type ref -); - -@swift_check_expression_type_type = @swift_array_type | @swift_dictionary_type | @swift_existential_type | @swift_function_type | @swift_metatype | @swift_opaque_type | @swift_optional_type | @swift_protocol_composition_type | @swift_suppressed_constraint | @swift_tuple_type | @swift_type_modifiers | @swift_type_pack_expansion | @swift_type_parameter_pack | @swift_user_type - -#keyset[swift_check_expression, index] -swift_check_expression_type( - int swift_check_expression: @swift_check_expression ref, - int index: int ref, - unique int type__: @swift_check_expression_type_type ref -); - swift_check_expression_def( unique int id: @swift_check_expression, - int name: @swift_check_expression_name_type ref, - int op: int ref + int op: int ref, + int target: @swift_expression ref, + int type__: @swift_type__ ref ); -@swift_class_body_child_type = @swift_associatedtype_declaration | @swift_class_declaration | @swift_deinit_declaration | @swift_function_declaration | @swift_import_declaration | @swift_init_declaration | @swift_operator_declaration | @swift_precedence_group_declaration | @swift_property_declaration | @swift_protocol_declaration | @swift_subscript_declaration | @swift_token_multiline_comment | @swift_typealias_declaration +@swift_class_body_child_type = @swift_token_multiline_comment | @swift_type_level_declaration #keyset[swift_class_body, index] swift_class_body_child( @@ -497,7 +380,7 @@ case @swift_class_declaration.declaration_kind of ; -@swift_class_declaration_name_type = @swift_array_type | @swift_dictionary_type | @swift_existential_type | @swift_function_type | @swift_metatype | @swift_opaque_type | @swift_optional_type | @swift_protocol_composition_type | @swift_suppressed_constraint | @swift_token_type_identifier | @swift_tuple_type | @swift_type_pack_expansion | @swift_type_parameter_pack | @swift_user_type +@swift_class_declaration_name_type = @swift_token_type_identifier | @swift_unannotated_type @swift_class_declaration_child_type = @swift_attribute | @swift_inheritance_specifier | @swift_modifiers | @swift_token_inheritance_modifier | @swift_token_ownership_modifier | @swift_token_property_behavior_modifier | @swift_type_constraints | @swift_type_parameters @@ -515,15 +398,6 @@ swift_class_declaration_def( int name: @swift_class_declaration_name_type ref ); -@swift_comparison_expression_lhs_type = @swift_additive_expression | @swift_array_literal | @swift_as_expression | @swift_assignment | @swift_await_expression | @swift_bitwise_operation | @swift_call_expression | @swift_check_expression | @swift_comparison_expression | @swift_conjunction_expression | @swift_constructor_expression | @swift_dictionary_literal | @swift_directive | @swift_disjunction_expression | @swift_equality_expression | @swift_if_statement | @swift_infix_expression | @swift_key_path_expression | @swift_key_path_string_expression | @swift_lambda_literal | @swift_line_string_literal | @swift_macro_invocation | @swift_multi_line_string_literal | @swift_multiplicative_expression | @swift_navigation_expression | @swift_nil_coalescing_expression | @swift_open_end_range_expression | @swift_open_start_range_expression | @swift_playground_literal | @swift_postfix_expression | @swift_prefix_expression | @swift_range_expression | @swift_raw_string_literal | @swift_reserved_word | @swift_selector_expression | @swift_switch_statement | @swift_ternary_expression | @swift_token_bang | @swift_token_bin_literal | @swift_token_boolean_literal | @swift_token_custom_operator | @swift_token_diagnostic | @swift_token_fully_open_range | @swift_token_hex_literal | @swift_token_integer_literal | @swift_token_oct_literal | @swift_token_real_literal | @swift_token_regex_literal | @swift_token_self_expression | @swift_token_simple_identifier | @swift_token_special_literal | @swift_token_super_expression | @swift_try_expression | @swift_tuple_expression | @swift_value_pack_expansion | @swift_value_parameter_pack - -#keyset[swift_comparison_expression, index] -swift_comparison_expression_lhs( - int swift_comparison_expression: @swift_comparison_expression ref, - int index: int ref, - unique int lhs: @swift_comparison_expression_lhs_type ref -); - case @swift_comparison_expression.op of 0 = @swift_comparison_expression_langle | 1 = @swift_comparison_expression_langleequal @@ -532,18 +406,11 @@ case @swift_comparison_expression.op of ; -@swift_comparison_expression_rhs_type = @swift_additive_expression | @swift_array_literal | @swift_as_expression | @swift_assignment | @swift_await_expression | @swift_bitwise_operation | @swift_call_expression | @swift_check_expression | @swift_comparison_expression | @swift_conjunction_expression | @swift_constructor_expression | @swift_dictionary_literal | @swift_directive | @swift_disjunction_expression | @swift_equality_expression | @swift_if_statement | @swift_infix_expression | @swift_key_path_expression | @swift_key_path_string_expression | @swift_lambda_literal | @swift_line_string_literal | @swift_macro_invocation | @swift_multi_line_string_literal | @swift_multiplicative_expression | @swift_navigation_expression | @swift_nil_coalescing_expression | @swift_open_end_range_expression | @swift_open_start_range_expression | @swift_playground_literal | @swift_postfix_expression | @swift_prefix_expression | @swift_range_expression | @swift_raw_string_literal | @swift_reserved_word | @swift_selector_expression | @swift_switch_statement | @swift_ternary_expression | @swift_token_bang | @swift_token_bin_literal | @swift_token_boolean_literal | @swift_token_custom_operator | @swift_token_diagnostic | @swift_token_fully_open_range | @swift_token_hex_literal | @swift_token_integer_literal | @swift_token_oct_literal | @swift_token_real_literal | @swift_token_regex_literal | @swift_token_self_expression | @swift_token_simple_identifier | @swift_token_special_literal | @swift_token_super_expression | @swift_try_expression | @swift_tuple_expression | @swift_value_pack_expansion | @swift_value_parameter_pack - -#keyset[swift_comparison_expression, index] -swift_comparison_expression_rhs( - int swift_comparison_expression: @swift_comparison_expression ref, - int index: int ref, - unique int rhs: @swift_comparison_expression_rhs_type ref -); - swift_comparison_expression_def( unique int id: @swift_comparison_expression, - int op: int ref + int lhs: @swift_expression ref, + int op: int ref, + int rhs: @swift_expression ref ); @swift_computed_getter_child_type = @swift_attribute | @swift_getter_specifier | @swift_statements @@ -598,32 +465,16 @@ swift_computed_setter_def( unique int id: @swift_computed_setter ); -@swift_conjunction_expression_lhs_type = @swift_additive_expression | @swift_array_literal | @swift_as_expression | @swift_assignment | @swift_await_expression | @swift_bitwise_operation | @swift_call_expression | @swift_check_expression | @swift_comparison_expression | @swift_conjunction_expression | @swift_constructor_expression | @swift_dictionary_literal | @swift_directive | @swift_disjunction_expression | @swift_equality_expression | @swift_if_statement | @swift_infix_expression | @swift_key_path_expression | @swift_key_path_string_expression | @swift_lambda_literal | @swift_line_string_literal | @swift_macro_invocation | @swift_multi_line_string_literal | @swift_multiplicative_expression | @swift_navigation_expression | @swift_nil_coalescing_expression | @swift_open_end_range_expression | @swift_open_start_range_expression | @swift_playground_literal | @swift_postfix_expression | @swift_prefix_expression | @swift_range_expression | @swift_raw_string_literal | @swift_reserved_word | @swift_selector_expression | @swift_switch_statement | @swift_ternary_expression | @swift_token_bang | @swift_token_bin_literal | @swift_token_boolean_literal | @swift_token_custom_operator | @swift_token_diagnostic | @swift_token_fully_open_range | @swift_token_hex_literal | @swift_token_integer_literal | @swift_token_oct_literal | @swift_token_real_literal | @swift_token_regex_literal | @swift_token_self_expression | @swift_token_simple_identifier | @swift_token_special_literal | @swift_token_super_expression | @swift_try_expression | @swift_tuple_expression | @swift_value_pack_expansion | @swift_value_parameter_pack - -#keyset[swift_conjunction_expression, index] -swift_conjunction_expression_lhs( - int swift_conjunction_expression: @swift_conjunction_expression ref, - int index: int ref, - unique int lhs: @swift_conjunction_expression_lhs_type ref -); - case @swift_conjunction_expression.op of 0 = @swift_conjunction_expression_ampersandampersand ; -@swift_conjunction_expression_rhs_type = @swift_additive_expression | @swift_array_literal | @swift_as_expression | @swift_assignment | @swift_await_expression | @swift_bitwise_operation | @swift_call_expression | @swift_check_expression | @swift_comparison_expression | @swift_conjunction_expression | @swift_constructor_expression | @swift_dictionary_literal | @swift_directive | @swift_disjunction_expression | @swift_equality_expression | @swift_if_statement | @swift_infix_expression | @swift_key_path_expression | @swift_key_path_string_expression | @swift_lambda_literal | @swift_line_string_literal | @swift_macro_invocation | @swift_multi_line_string_literal | @swift_multiplicative_expression | @swift_navigation_expression | @swift_nil_coalescing_expression | @swift_open_end_range_expression | @swift_open_start_range_expression | @swift_playground_literal | @swift_postfix_expression | @swift_prefix_expression | @swift_range_expression | @swift_raw_string_literal | @swift_reserved_word | @swift_selector_expression | @swift_switch_statement | @swift_ternary_expression | @swift_token_bang | @swift_token_bin_literal | @swift_token_boolean_literal | @swift_token_custom_operator | @swift_token_diagnostic | @swift_token_fully_open_range | @swift_token_hex_literal | @swift_token_integer_literal | @swift_token_oct_literal | @swift_token_real_literal | @swift_token_regex_literal | @swift_token_self_expression | @swift_token_simple_identifier | @swift_token_special_literal | @swift_token_super_expression | @swift_try_expression | @swift_tuple_expression | @swift_value_pack_expansion | @swift_value_parameter_pack - -#keyset[swift_conjunction_expression, index] -swift_conjunction_expression_rhs( - int swift_conjunction_expression: @swift_conjunction_expression ref, - int index: int ref, - unique int rhs: @swift_conjunction_expression_rhs_type ref -); - swift_conjunction_expression_def( unique int id: @swift_conjunction_expression, - int op: int ref + int lhs: @swift_expression ref, + int op: int ref, + int rhs: @swift_expression ref ); @swift_constructor_expression_constructed_type_type = @swift_array_type | @swift_dictionary_type | @swift_user_type @@ -654,16 +505,12 @@ swift_constructor_suffix_def( unique int id: @swift_constructor_suffix ); -@swift_control_transfer_statement_result_type = @swift_additive_expression | @swift_array_literal | @swift_as_expression | @swift_assignment | @swift_await_expression | @swift_bitwise_operation | @swift_call_expression | @swift_check_expression | @swift_comparison_expression | @swift_conjunction_expression | @swift_constructor_expression | @swift_dictionary_literal | @swift_directive | @swift_disjunction_expression | @swift_equality_expression | @swift_if_statement | @swift_infix_expression | @swift_key_path_expression | @swift_key_path_string_expression | @swift_lambda_literal | @swift_line_string_literal | @swift_macro_invocation | @swift_multi_line_string_literal | @swift_multiplicative_expression | @swift_navigation_expression | @swift_nil_coalescing_expression | @swift_open_end_range_expression | @swift_open_start_range_expression | @swift_playground_literal | @swift_postfix_expression | @swift_prefix_expression | @swift_range_expression | @swift_raw_string_literal | @swift_reserved_word | @swift_selector_expression | @swift_switch_statement | @swift_ternary_expression | @swift_token_bang | @swift_token_bin_literal | @swift_token_boolean_literal | @swift_token_custom_operator | @swift_token_diagnostic | @swift_token_fully_open_range | @swift_token_hex_literal | @swift_token_integer_literal | @swift_token_oct_literal | @swift_token_real_literal | @swift_token_regex_literal | @swift_token_self_expression | @swift_token_simple_identifier | @swift_token_special_literal | @swift_token_super_expression | @swift_try_expression | @swift_tuple_expression | @swift_value_pack_expansion | @swift_value_parameter_pack - -#keyset[swift_control_transfer_statement, index] swift_control_transfer_statement_result( - int swift_control_transfer_statement: @swift_control_transfer_statement ref, - int index: int ref, - unique int result: @swift_control_transfer_statement_result_type ref + unique int swift_control_transfer_statement: @swift_control_transfer_statement ref, + unique int result: @swift_expression ref ); -@swift_control_transfer_statement_child_type = @swift_additive_expression | @swift_array_literal | @swift_as_expression | @swift_assignment | @swift_await_expression | @swift_bitwise_operation | @swift_call_expression | @swift_check_expression | @swift_comparison_expression | @swift_conjunction_expression | @swift_constructor_expression | @swift_dictionary_literal | @swift_directive | @swift_disjunction_expression | @swift_equality_expression | @swift_if_statement | @swift_infix_expression | @swift_key_path_expression | @swift_key_path_string_expression | @swift_lambda_literal | @swift_line_string_literal | @swift_macro_invocation | @swift_multi_line_string_literal | @swift_multiplicative_expression | @swift_navigation_expression | @swift_nil_coalescing_expression | @swift_open_end_range_expression | @swift_open_start_range_expression | @swift_playground_literal | @swift_postfix_expression | @swift_prefix_expression | @swift_range_expression | @swift_raw_string_literal | @swift_selector_expression | @swift_switch_statement | @swift_ternary_expression | @swift_token_bang | @swift_token_bin_literal | @swift_token_boolean_literal | @swift_token_custom_operator | @swift_token_diagnostic | @swift_token_fully_open_range | @swift_token_hex_literal | @swift_token_integer_literal | @swift_token_oct_literal | @swift_token_real_literal | @swift_token_regex_literal | @swift_token_self_expression | @swift_token_simple_identifier | @swift_token_special_literal | @swift_token_super_expression | @swift_token_throw_keyword | @swift_try_expression | @swift_tuple_expression | @swift_value_pack_expansion | @swift_value_parameter_pack +@swift_control_transfer_statement_child_type = @swift_expression | @swift_token_throw_keyword #keyset[swift_control_transfer_statement, index] swift_control_transfer_statement_child( @@ -699,57 +546,28 @@ swift_deprecated_operator_declaration_body_def( unique int id: @swift_deprecated_operator_declaration_body ); -@swift_dictionary_literal_key_type = @swift_additive_expression | @swift_array_literal | @swift_as_expression | @swift_assignment | @swift_await_expression | @swift_bitwise_operation | @swift_call_expression | @swift_check_expression | @swift_comparison_expression | @swift_conjunction_expression | @swift_constructor_expression | @swift_dictionary_literal | @swift_directive | @swift_disjunction_expression | @swift_equality_expression | @swift_if_statement | @swift_infix_expression | @swift_key_path_expression | @swift_key_path_string_expression | @swift_lambda_literal | @swift_line_string_literal | @swift_macro_invocation | @swift_multi_line_string_literal | @swift_multiplicative_expression | @swift_navigation_expression | @swift_nil_coalescing_expression | @swift_open_end_range_expression | @swift_open_start_range_expression | @swift_playground_literal | @swift_postfix_expression | @swift_prefix_expression | @swift_range_expression | @swift_raw_string_literal | @swift_reserved_word | @swift_selector_expression | @swift_switch_statement | @swift_ternary_expression | @swift_token_bang | @swift_token_bin_literal | @swift_token_boolean_literal | @swift_token_custom_operator | @swift_token_diagnostic | @swift_token_fully_open_range | @swift_token_hex_literal | @swift_token_integer_literal | @swift_token_oct_literal | @swift_token_real_literal | @swift_token_regex_literal | @swift_token_self_expression | @swift_token_simple_identifier | @swift_token_special_literal | @swift_token_super_expression | @swift_try_expression | @swift_tuple_expression | @swift_value_pack_expansion | @swift_value_parameter_pack - #keyset[swift_dictionary_literal, index] swift_dictionary_literal_key( int swift_dictionary_literal: @swift_dictionary_literal ref, int index: int ref, - unique int key__: @swift_dictionary_literal_key_type ref + unique int key__: @swift_expression ref ); -@swift_dictionary_literal_value_type = @swift_additive_expression | @swift_array_literal | @swift_as_expression | @swift_assignment | @swift_await_expression | @swift_bitwise_operation | @swift_call_expression | @swift_check_expression | @swift_comparison_expression | @swift_conjunction_expression | @swift_constructor_expression | @swift_dictionary_literal | @swift_directive | @swift_disjunction_expression | @swift_equality_expression | @swift_if_statement | @swift_infix_expression | @swift_key_path_expression | @swift_key_path_string_expression | @swift_lambda_literal | @swift_line_string_literal | @swift_macro_invocation | @swift_multi_line_string_literal | @swift_multiplicative_expression | @swift_navigation_expression | @swift_nil_coalescing_expression | @swift_open_end_range_expression | @swift_open_start_range_expression | @swift_playground_literal | @swift_postfix_expression | @swift_prefix_expression | @swift_range_expression | @swift_raw_string_literal | @swift_reserved_word | @swift_selector_expression | @swift_switch_statement | @swift_ternary_expression | @swift_token_bang | @swift_token_bin_literal | @swift_token_boolean_literal | @swift_token_custom_operator | @swift_token_diagnostic | @swift_token_fully_open_range | @swift_token_hex_literal | @swift_token_integer_literal | @swift_token_oct_literal | @swift_token_real_literal | @swift_token_regex_literal | @swift_token_self_expression | @swift_token_simple_identifier | @swift_token_special_literal | @swift_token_super_expression | @swift_try_expression | @swift_tuple_expression | @swift_value_pack_expansion | @swift_value_parameter_pack - #keyset[swift_dictionary_literal, index] swift_dictionary_literal_value( int swift_dictionary_literal: @swift_dictionary_literal ref, int index: int ref, - unique int value: @swift_dictionary_literal_value_type ref + unique int value: @swift_expression ref ); swift_dictionary_literal_def( unique int id: @swift_dictionary_literal ); -@swift_dictionary_type_key_type = @swift_array_type | @swift_dictionary_type | @swift_existential_type | @swift_function_type | @swift_metatype | @swift_opaque_type | @swift_optional_type | @swift_protocol_composition_type | @swift_suppressed_constraint | @swift_tuple_type | @swift_type_modifiers | @swift_type_pack_expansion | @swift_type_parameter_pack | @swift_user_type - -#keyset[swift_dictionary_type, index] -swift_dictionary_type_key( - int swift_dictionary_type: @swift_dictionary_type ref, - int index: int ref, - unique int key__: @swift_dictionary_type_key_type ref -); - -@swift_dictionary_type_name_type = @swift_array_type | @swift_dictionary_type | @swift_existential_type | @swift_function_type | @swift_metatype | @swift_opaque_type | @swift_optional_type | @swift_protocol_composition_type | @swift_suppressed_constraint | @swift_tuple_type | @swift_type_pack_expansion | @swift_type_parameter_pack | @swift_user_type - -#keyset[swift_dictionary_type, index] -swift_dictionary_type_name( - int swift_dictionary_type: @swift_dictionary_type ref, - int index: int ref, - unique int name: @swift_dictionary_type_name_type ref -); - -@swift_dictionary_type_value_type = @swift_array_type | @swift_dictionary_type | @swift_existential_type | @swift_function_type | @swift_metatype | @swift_opaque_type | @swift_optional_type | @swift_protocol_composition_type | @swift_suppressed_constraint | @swift_tuple_type | @swift_type_modifiers | @swift_type_pack_expansion | @swift_type_parameter_pack | @swift_user_type - -#keyset[swift_dictionary_type, index] -swift_dictionary_type_value( - int swift_dictionary_type: @swift_dictionary_type ref, - int index: int ref, - unique int value: @swift_dictionary_type_value_type ref -); - swift_dictionary_type_def( - unique int id: @swift_dictionary_type + unique int id: @swift_dictionary_type, + int key__: @swift_type__ ref, + int value: @swift_type__ ref ); @swift_didset_clause_child_type = @swift_modifiers | @swift_statements | @swift_token_simple_identifier @@ -778,24 +596,9 @@ swift_directive_def( unique int id: @swift_directive ); -@swift_directly_assignable_expression_child_type = @swift_additive_expression | @swift_array_literal | @swift_as_expression | @swift_assignment | @swift_await_expression | @swift_bitwise_operation | @swift_call_expression | @swift_check_expression | @swift_comparison_expression | @swift_conjunction_expression | @swift_constructor_expression | @swift_dictionary_literal | @swift_directive | @swift_disjunction_expression | @swift_equality_expression | @swift_if_statement | @swift_infix_expression | @swift_key_path_expression | @swift_key_path_string_expression | @swift_lambda_literal | @swift_line_string_literal | @swift_macro_invocation | @swift_multi_line_string_literal | @swift_multiplicative_expression | @swift_navigation_expression | @swift_nil_coalescing_expression | @swift_open_end_range_expression | @swift_open_start_range_expression | @swift_playground_literal | @swift_postfix_expression | @swift_prefix_expression | @swift_range_expression | @swift_raw_string_literal | @swift_selector_expression | @swift_switch_statement | @swift_ternary_expression | @swift_token_bang | @swift_token_bin_literal | @swift_token_boolean_literal | @swift_token_custom_operator | @swift_token_diagnostic | @swift_token_fully_open_range | @swift_token_hex_literal | @swift_token_integer_literal | @swift_token_oct_literal | @swift_token_real_literal | @swift_token_regex_literal | @swift_token_self_expression | @swift_token_simple_identifier | @swift_token_special_literal | @swift_token_super_expression | @swift_try_expression | @swift_tuple_expression | @swift_value_pack_expansion | @swift_value_parameter_pack - -swift_directly_assignable_expression_child( - unique int swift_directly_assignable_expression: @swift_directly_assignable_expression ref, - unique int child: @swift_directly_assignable_expression_child_type ref -); - swift_directly_assignable_expression_def( - unique int id: @swift_directly_assignable_expression -); - -@swift_disjunction_expression_lhs_type = @swift_additive_expression | @swift_array_literal | @swift_as_expression | @swift_assignment | @swift_await_expression | @swift_bitwise_operation | @swift_call_expression | @swift_check_expression | @swift_comparison_expression | @swift_conjunction_expression | @swift_constructor_expression | @swift_dictionary_literal | @swift_directive | @swift_disjunction_expression | @swift_equality_expression | @swift_if_statement | @swift_infix_expression | @swift_key_path_expression | @swift_key_path_string_expression | @swift_lambda_literal | @swift_line_string_literal | @swift_macro_invocation | @swift_multi_line_string_literal | @swift_multiplicative_expression | @swift_navigation_expression | @swift_nil_coalescing_expression | @swift_open_end_range_expression | @swift_open_start_range_expression | @swift_playground_literal | @swift_postfix_expression | @swift_prefix_expression | @swift_range_expression | @swift_raw_string_literal | @swift_reserved_word | @swift_selector_expression | @swift_switch_statement | @swift_ternary_expression | @swift_token_bang | @swift_token_bin_literal | @swift_token_boolean_literal | @swift_token_custom_operator | @swift_token_diagnostic | @swift_token_fully_open_range | @swift_token_hex_literal | @swift_token_integer_literal | @swift_token_oct_literal | @swift_token_real_literal | @swift_token_regex_literal | @swift_token_self_expression | @swift_token_simple_identifier | @swift_token_special_literal | @swift_token_super_expression | @swift_try_expression | @swift_tuple_expression | @swift_value_pack_expansion | @swift_value_parameter_pack - -#keyset[swift_disjunction_expression, index] -swift_disjunction_expression_lhs( - int swift_disjunction_expression: @swift_disjunction_expression ref, - int index: int ref, - unique int lhs: @swift_disjunction_expression_lhs_type ref + unique int id: @swift_directly_assignable_expression, + int child: @swift_expression ref ); case @swift_disjunction_expression.op of @@ -803,18 +606,11 @@ case @swift_disjunction_expression.op of ; -@swift_disjunction_expression_rhs_type = @swift_additive_expression | @swift_array_literal | @swift_as_expression | @swift_assignment | @swift_await_expression | @swift_bitwise_operation | @swift_call_expression | @swift_check_expression | @swift_comparison_expression | @swift_conjunction_expression | @swift_constructor_expression | @swift_dictionary_literal | @swift_directive | @swift_disjunction_expression | @swift_equality_expression | @swift_if_statement | @swift_infix_expression | @swift_key_path_expression | @swift_key_path_string_expression | @swift_lambda_literal | @swift_line_string_literal | @swift_macro_invocation | @swift_multi_line_string_literal | @swift_multiplicative_expression | @swift_navigation_expression | @swift_nil_coalescing_expression | @swift_open_end_range_expression | @swift_open_start_range_expression | @swift_playground_literal | @swift_postfix_expression | @swift_prefix_expression | @swift_range_expression | @swift_raw_string_literal | @swift_reserved_word | @swift_selector_expression | @swift_switch_statement | @swift_ternary_expression | @swift_token_bang | @swift_token_bin_literal | @swift_token_boolean_literal | @swift_token_custom_operator | @swift_token_diagnostic | @swift_token_fully_open_range | @swift_token_hex_literal | @swift_token_integer_literal | @swift_token_oct_literal | @swift_token_real_literal | @swift_token_regex_literal | @swift_token_self_expression | @swift_token_simple_identifier | @swift_token_special_literal | @swift_token_super_expression | @swift_try_expression | @swift_tuple_expression | @swift_value_pack_expansion | @swift_value_parameter_pack - -#keyset[swift_disjunction_expression, index] -swift_disjunction_expression_rhs( - int swift_disjunction_expression: @swift_disjunction_expression ref, - int index: int ref, - unique int rhs: @swift_disjunction_expression_rhs_type ref -); - swift_disjunction_expression_def( unique int id: @swift_disjunction_expression, - int op: int ref + int lhs: @swift_expression ref, + int op: int ref, + int rhs: @swift_expression ref ); @swift_do_statement_child_type = @swift_catch_block | @swift_statements @@ -830,7 +626,7 @@ swift_do_statement_def( unique int id: @swift_do_statement ); -@swift_enum_class_body_child_type = @swift_associatedtype_declaration | @swift_class_declaration | @swift_deinit_declaration | @swift_enum_entry | @swift_function_declaration | @swift_import_declaration | @swift_init_declaration | @swift_operator_declaration | @swift_precedence_group_declaration | @swift_property_declaration | @swift_protocol_declaration | @swift_subscript_declaration | @swift_typealias_declaration +@swift_enum_class_body_child_type = @swift_enum_entry | @swift_type_level_declaration #keyset[swift_enum_class_body, index] swift_enum_class_body_child( @@ -857,13 +653,11 @@ swift_enum_entry_name( unique int name: @swift_token_simple_identifier ref ); -@swift_enum_entry_raw_value_type = @swift_additive_expression | @swift_array_literal | @swift_as_expression | @swift_assignment | @swift_await_expression | @swift_bitwise_operation | @swift_call_expression | @swift_check_expression | @swift_comparison_expression | @swift_conjunction_expression | @swift_constructor_expression | @swift_dictionary_literal | @swift_directive | @swift_disjunction_expression | @swift_equality_expression | @swift_if_statement | @swift_infix_expression | @swift_key_path_expression | @swift_key_path_string_expression | @swift_lambda_literal | @swift_line_string_literal | @swift_macro_invocation | @swift_multi_line_string_literal | @swift_multiplicative_expression | @swift_navigation_expression | @swift_nil_coalescing_expression | @swift_open_end_range_expression | @swift_open_start_range_expression | @swift_playground_literal | @swift_postfix_expression | @swift_prefix_expression | @swift_range_expression | @swift_raw_string_literal | @swift_reserved_word | @swift_selector_expression | @swift_switch_statement | @swift_ternary_expression | @swift_token_bang | @swift_token_bin_literal | @swift_token_boolean_literal | @swift_token_custom_operator | @swift_token_diagnostic | @swift_token_fully_open_range | @swift_token_hex_literal | @swift_token_integer_literal | @swift_token_oct_literal | @swift_token_real_literal | @swift_token_regex_literal | @swift_token_self_expression | @swift_token_simple_identifier | @swift_token_special_literal | @swift_token_super_expression | @swift_try_expression | @swift_tuple_expression | @swift_value_pack_expansion | @swift_value_parameter_pack - #keyset[swift_enum_entry, index] swift_enum_entry_raw_value( int swift_enum_entry: @swift_enum_entry ref, int index: int ref, - unique int raw_value: @swift_enum_entry_raw_value_type ref + unique int raw_value: @swift_expression ref ); swift_enum_entry_child( @@ -875,16 +669,7 @@ swift_enum_entry_def( unique int id: @swift_enum_entry ); -@swift_enum_type_parameters_name_type = @swift_array_type | @swift_dictionary_type | @swift_existential_type | @swift_function_type | @swift_metatype | @swift_opaque_type | @swift_optional_type | @swift_protocol_composition_type | @swift_suppressed_constraint | @swift_tuple_type | @swift_type_pack_expansion | @swift_type_parameter_pack | @swift_user_type - -#keyset[swift_enum_type_parameters, index] -swift_enum_type_parameters_name( - int swift_enum_type_parameters: @swift_enum_type_parameters ref, - int index: int ref, - unique int name: @swift_enum_type_parameters_name_type ref -); - -@swift_enum_type_parameters_child_type = @swift_additive_expression | @swift_array_literal | @swift_as_expression | @swift_assignment | @swift_await_expression | @swift_bitwise_operation | @swift_call_expression | @swift_check_expression | @swift_comparison_expression | @swift_conjunction_expression | @swift_constructor_expression | @swift_dictionary_literal | @swift_directive | @swift_disjunction_expression | @swift_equality_expression | @swift_if_statement | @swift_infix_expression | @swift_key_path_expression | @swift_key_path_string_expression | @swift_lambda_literal | @swift_line_string_literal | @swift_macro_invocation | @swift_multi_line_string_literal | @swift_multiplicative_expression | @swift_navigation_expression | @swift_nil_coalescing_expression | @swift_open_end_range_expression | @swift_open_start_range_expression | @swift_playground_literal | @swift_postfix_expression | @swift_prefix_expression | @swift_range_expression | @swift_raw_string_literal | @swift_selector_expression | @swift_switch_statement | @swift_ternary_expression | @swift_token_bang | @swift_token_bin_literal | @swift_token_boolean_literal | @swift_token_custom_operator | @swift_token_diagnostic | @swift_token_fully_open_range | @swift_token_hex_literal | @swift_token_integer_literal | @swift_token_oct_literal | @swift_token_real_literal | @swift_token_regex_literal | @swift_token_self_expression | @swift_token_simple_identifier | @swift_token_special_literal | @swift_token_super_expression | @swift_token_wildcard_pattern | @swift_try_expression | @swift_tuple_expression | @swift_type_modifiers | @swift_value_pack_expansion | @swift_value_parameter_pack +@swift_enum_type_parameters_child_type = @swift_expression | @swift_token_wildcard_pattern | @swift_type__ #keyset[swift_enum_type_parameters, index] swift_enum_type_parameters_child( @@ -897,25 +682,7 @@ swift_enum_type_parameters_def( unique int id: @swift_enum_type_parameters ); -@swift_equality_constraint_constrained_type_type = @swift_array_type | @swift_dictionary_type | @swift_existential_type | @swift_function_type | @swift_identifier | @swift_metatype | @swift_opaque_type | @swift_optional_type | @swift_protocol_composition_type | @swift_reserved_word | @swift_suppressed_constraint | @swift_token_simple_identifier | @swift_tuple_type | @swift_type_pack_expansion | @swift_type_parameter_pack | @swift_user_type - -#keyset[swift_equality_constraint, index] -swift_equality_constraint_constrained_type( - int swift_equality_constraint: @swift_equality_constraint ref, - int index: int ref, - unique int constrained_type: @swift_equality_constraint_constrained_type_type ref -); - -@swift_equality_constraint_must_equal_type = @swift_array_type | @swift_dictionary_type | @swift_existential_type | @swift_function_type | @swift_metatype | @swift_opaque_type | @swift_optional_type | @swift_protocol_composition_type | @swift_suppressed_constraint | @swift_tuple_type | @swift_type_modifiers | @swift_type_pack_expansion | @swift_type_parameter_pack | @swift_user_type - -#keyset[swift_equality_constraint, index] -swift_equality_constraint_must_equal( - int swift_equality_constraint: @swift_equality_constraint ref, - int index: int ref, - unique int must_equal: @swift_equality_constraint_must_equal_type ref -); - -@swift_equality_constraint_name_type = @swift_array_type | @swift_dictionary_type | @swift_existential_type | @swift_function_type | @swift_metatype | @swift_opaque_type | @swift_optional_type | @swift_protocol_composition_type | @swift_suppressed_constraint | @swift_tuple_type | @swift_type_pack_expansion | @swift_type_parameter_pack | @swift_user_type +@swift_equality_constraint_constrained_type_type = @swift_identifier | @swift_nested_type_identifier #keyset[swift_equality_constraint, index] swift_equality_constraint_child( @@ -926,16 +693,8 @@ swift_equality_constraint_child( swift_equality_constraint_def( unique int id: @swift_equality_constraint, - int name: @swift_equality_constraint_name_type ref -); - -@swift_equality_expression_lhs_type = @swift_additive_expression | @swift_array_literal | @swift_as_expression | @swift_assignment | @swift_await_expression | @swift_bitwise_operation | @swift_call_expression | @swift_check_expression | @swift_comparison_expression | @swift_conjunction_expression | @swift_constructor_expression | @swift_dictionary_literal | @swift_directive | @swift_disjunction_expression | @swift_equality_expression | @swift_if_statement | @swift_infix_expression | @swift_key_path_expression | @swift_key_path_string_expression | @swift_lambda_literal | @swift_line_string_literal | @swift_macro_invocation | @swift_multi_line_string_literal | @swift_multiplicative_expression | @swift_navigation_expression | @swift_nil_coalescing_expression | @swift_open_end_range_expression | @swift_open_start_range_expression | @swift_playground_literal | @swift_postfix_expression | @swift_prefix_expression | @swift_range_expression | @swift_raw_string_literal | @swift_reserved_word | @swift_selector_expression | @swift_switch_statement | @swift_ternary_expression | @swift_token_bang | @swift_token_bin_literal | @swift_token_boolean_literal | @swift_token_custom_operator | @swift_token_diagnostic | @swift_token_fully_open_range | @swift_token_hex_literal | @swift_token_integer_literal | @swift_token_oct_literal | @swift_token_real_literal | @swift_token_regex_literal | @swift_token_self_expression | @swift_token_simple_identifier | @swift_token_special_literal | @swift_token_super_expression | @swift_try_expression | @swift_tuple_expression | @swift_value_pack_expansion | @swift_value_parameter_pack - -#keyset[swift_equality_expression, index] -swift_equality_expression_lhs( - int swift_equality_expression: @swift_equality_expression ref, - int index: int ref, - unique int lhs: @swift_equality_expression_lhs_type ref + int constrained_type: @swift_equality_constraint_constrained_type_type ref, + int must_equal: @swift_type__ ref ); case @swift_equality_expression.op of @@ -946,41 +705,25 @@ case @swift_equality_expression.op of ; -@swift_equality_expression_rhs_type = @swift_additive_expression | @swift_array_literal | @swift_as_expression | @swift_assignment | @swift_await_expression | @swift_bitwise_operation | @swift_call_expression | @swift_check_expression | @swift_comparison_expression | @swift_conjunction_expression | @swift_constructor_expression | @swift_dictionary_literal | @swift_directive | @swift_disjunction_expression | @swift_equality_expression | @swift_if_statement | @swift_infix_expression | @swift_key_path_expression | @swift_key_path_string_expression | @swift_lambda_literal | @swift_line_string_literal | @swift_macro_invocation | @swift_multi_line_string_literal | @swift_multiplicative_expression | @swift_navigation_expression | @swift_nil_coalescing_expression | @swift_open_end_range_expression | @swift_open_start_range_expression | @swift_playground_literal | @swift_postfix_expression | @swift_prefix_expression | @swift_range_expression | @swift_raw_string_literal | @swift_reserved_word | @swift_selector_expression | @swift_switch_statement | @swift_ternary_expression | @swift_token_bang | @swift_token_bin_literal | @swift_token_boolean_literal | @swift_token_custom_operator | @swift_token_diagnostic | @swift_token_fully_open_range | @swift_token_hex_literal | @swift_token_integer_literal | @swift_token_oct_literal | @swift_token_real_literal | @swift_token_regex_literal | @swift_token_self_expression | @swift_token_simple_identifier | @swift_token_special_literal | @swift_token_super_expression | @swift_try_expression | @swift_tuple_expression | @swift_value_pack_expansion | @swift_value_parameter_pack - -#keyset[swift_equality_expression, index] -swift_equality_expression_rhs( - int swift_equality_expression: @swift_equality_expression ref, - int index: int ref, - unique int rhs: @swift_equality_expression_rhs_type ref -); - swift_equality_expression_def( unique int id: @swift_equality_expression, - int op: int ref + int lhs: @swift_expression ref, + int op: int ref, + int rhs: @swift_expression ref ); -@swift_existential_type_child_type = @swift_array_type | @swift_dictionary_type | @swift_existential_type | @swift_function_type | @swift_metatype | @swift_opaque_type | @swift_optional_type | @swift_protocol_composition_type | @swift_suppressed_constraint | @swift_tuple_type | @swift_type_pack_expansion | @swift_type_parameter_pack | @swift_user_type - swift_existential_type_def( unique int id: @swift_existential_type, - int child: @swift_existential_type_child_type ref + int child: @swift_unannotated_type ref ); +@swift_expression = @swift_additive_expression | @swift_array_literal | @swift_as_expression | @swift_assignment | @swift_await_expression | @swift_bitwise_operation | @swift_call_expression | @swift_check_expression | @swift_comparison_expression | @swift_conjunction_expression | @swift_constructor_expression | @swift_dictionary_literal | @swift_directive | @swift_disjunction_expression | @swift_equality_expression | @swift_if_statement | @swift_infix_expression | @swift_key_path_expression | @swift_key_path_string_expression | @swift_lambda_literal | @swift_line_string_literal | @swift_macro_invocation | @swift_multi_line_string_literal | @swift_multiplicative_expression | @swift_navigation_expression | @swift_nil_coalescing_expression | @swift_open_end_range_expression | @swift_open_start_range_expression | @swift_optional_chain_marker | @swift_playground_literal | @swift_postfix_expression | @swift_prefix_expression | @swift_range_expression | @swift_raw_string_literal | @swift_referenceable_operator | @swift_reserved_word | @swift_selector_expression | @swift_switch_statement | @swift_ternary_expression | @swift_token_bin_literal | @swift_token_boolean_literal | @swift_token_diagnostic | @swift_token_fully_open_range | @swift_token_hex_literal | @swift_token_integer_literal | @swift_token_oct_literal | @swift_token_real_literal | @swift_token_regex_literal | @swift_token_self_expression | @swift_token_simple_identifier | @swift_token_special_literal | @swift_token_super_expression | @swift_try_expression | @swift_tuple_expression | @swift_value_pack_expansion | @swift_value_parameter_pack + swift_external_macro_definition_def( unique int id: @swift_external_macro_definition, int child: @swift_value_arguments ref ); -@swift_for_statement_collection_type = @swift_additive_expression | @swift_array_literal | @swift_as_expression | @swift_assignment | @swift_await_expression | @swift_bitwise_operation | @swift_call_expression | @swift_check_expression | @swift_comparison_expression | @swift_conjunction_expression | @swift_constructor_expression | @swift_dictionary_literal | @swift_directive | @swift_disjunction_expression | @swift_equality_expression | @swift_if_statement | @swift_infix_expression | @swift_key_path_expression | @swift_key_path_string_expression | @swift_lambda_literal | @swift_line_string_literal | @swift_macro_invocation | @swift_multi_line_string_literal | @swift_multiplicative_expression | @swift_navigation_expression | @swift_nil_coalescing_expression | @swift_open_end_range_expression | @swift_open_start_range_expression | @swift_playground_literal | @swift_postfix_expression | @swift_prefix_expression | @swift_range_expression | @swift_raw_string_literal | @swift_reserved_word | @swift_selector_expression | @swift_switch_statement | @swift_ternary_expression | @swift_token_bang | @swift_token_bin_literal | @swift_token_boolean_literal | @swift_token_custom_operator | @swift_token_diagnostic | @swift_token_fully_open_range | @swift_token_hex_literal | @swift_token_integer_literal | @swift_token_oct_literal | @swift_token_real_literal | @swift_token_regex_literal | @swift_token_self_expression | @swift_token_simple_identifier | @swift_token_special_literal | @swift_token_super_expression | @swift_try_expression | @swift_tuple_expression | @swift_value_pack_expansion | @swift_value_parameter_pack - -#keyset[swift_for_statement, index] -swift_for_statement_collection( - int swift_for_statement: @swift_for_statement ref, - int index: int ref, - unique int collection: @swift_for_statement_collection_type ref -); - @swift_for_statement_child_type = @swift_statements | @swift_token_try_operator | @swift_type_annotation | @swift_where_clause #keyset[swift_for_statement, index] @@ -992,6 +735,7 @@ swift_for_statement_child( swift_for_statement_def( unique int id: @swift_for_statement, + int collection: @swift_expression ref, int item: @swift_pattern ref ); @@ -1004,30 +748,19 @@ swift_function_body_def( unique int id: @swift_function_body ); -@swift_function_declaration_default_value_type = @swift_additive_expression | @swift_array_literal | @swift_as_expression | @swift_assignment | @swift_await_expression | @swift_bitwise_operation | @swift_call_expression | @swift_check_expression | @swift_comparison_expression | @swift_conjunction_expression | @swift_constructor_expression | @swift_dictionary_literal | @swift_directive | @swift_disjunction_expression | @swift_equality_expression | @swift_if_statement | @swift_infix_expression | @swift_key_path_expression | @swift_key_path_string_expression | @swift_lambda_literal | @swift_line_string_literal | @swift_macro_invocation | @swift_multi_line_string_literal | @swift_multiplicative_expression | @swift_navigation_expression | @swift_nil_coalescing_expression | @swift_open_end_range_expression | @swift_open_start_range_expression | @swift_playground_literal | @swift_postfix_expression | @swift_prefix_expression | @swift_range_expression | @swift_raw_string_literal | @swift_reserved_word | @swift_selector_expression | @swift_switch_statement | @swift_ternary_expression | @swift_token_bang | @swift_token_bin_literal | @swift_token_boolean_literal | @swift_token_custom_operator | @swift_token_diagnostic | @swift_token_fully_open_range | @swift_token_hex_literal | @swift_token_integer_literal | @swift_token_oct_literal | @swift_token_real_literal | @swift_token_regex_literal | @swift_token_self_expression | @swift_token_simple_identifier | @swift_token_special_literal | @swift_token_super_expression | @swift_try_expression | @swift_tuple_expression | @swift_value_pack_expansion | @swift_value_parameter_pack - #keyset[swift_function_declaration, index] swift_function_declaration_default_value( int swift_function_declaration: @swift_function_declaration ref, int index: int ref, - unique int default_value: @swift_function_declaration_default_value_type ref + unique int default_value: @swift_expression ref ); -@swift_function_declaration_name_type = @swift_array_type | @swift_dictionary_type | @swift_existential_type | @swift_function_type | @swift_metatype | @swift_opaque_type | @swift_optional_type | @swift_protocol_composition_type | @swift_reserved_word | @swift_suppressed_constraint | @swift_token_bang | @swift_token_custom_operator | @swift_token_simple_identifier | @swift_tuple_type | @swift_type_pack_expansion | @swift_type_parameter_pack | @swift_user_type +@swift_function_declaration_name_type = @swift_referenceable_operator | @swift_token_simple_identifier -#keyset[swift_function_declaration, index] -swift_function_declaration_name( - int swift_function_declaration: @swift_function_declaration ref, - int index: int ref, - unique int name: @swift_function_declaration_name_type ref -); - -@swift_function_declaration_return_type_type = @swift_array_type | @swift_dictionary_type | @swift_existential_type | @swift_function_type | @swift_metatype | @swift_opaque_type | @swift_optional_type | @swift_protocol_composition_type | @swift_reserved_word | @swift_suppressed_constraint | @swift_tuple_type | @swift_type_modifiers | @swift_type_pack_expansion | @swift_type_parameter_pack | @swift_user_type +@swift_function_declaration_return_type_type = @swift_implicitly_unwrapped_type | @swift_type__ -#keyset[swift_function_declaration, index] swift_function_declaration_return_type( - int swift_function_declaration: @swift_function_declaration ref, - int index: int ref, + unique int swift_function_declaration: @swift_function_declaration ref, unique int return_type: @swift_function_declaration_return_type_type ref ); @@ -1042,20 +775,8 @@ swift_function_declaration_child( swift_function_declaration_def( unique int id: @swift_function_declaration, - int body: @swift_function_body ref -); - -@swift_function_type_name_type = @swift_array_type | @swift_dictionary_type | @swift_existential_type | @swift_function_type | @swift_metatype | @swift_opaque_type | @swift_optional_type | @swift_protocol_composition_type | @swift_suppressed_constraint | @swift_tuple_type | @swift_type_pack_expansion | @swift_type_parameter_pack | @swift_user_type - -@swift_function_type_params_type = @swift_array_type | @swift_dictionary_type | @swift_existential_type | @swift_function_type | @swift_metatype | @swift_opaque_type | @swift_optional_type | @swift_protocol_composition_type | @swift_suppressed_constraint | @swift_tuple_type | @swift_type_pack_expansion | @swift_type_parameter_pack | @swift_user_type - -@swift_function_type_return_type_type = @swift_array_type | @swift_dictionary_type | @swift_existential_type | @swift_function_type | @swift_metatype | @swift_opaque_type | @swift_optional_type | @swift_protocol_composition_type | @swift_suppressed_constraint | @swift_tuple_type | @swift_type_modifiers | @swift_type_pack_expansion | @swift_type_parameter_pack | @swift_user_type - -#keyset[swift_function_type, index] -swift_function_type_return_type( - int swift_function_type: @swift_function_type ref, - int index: int ref, - unique int return_type: @swift_function_type_return_type_type ref + int body: @swift_function_body ref, + int name: @swift_function_declaration_name_type ref ); @swift_function_type_child_type = @swift_throws_clause | @swift_token_throws @@ -1067,8 +788,8 @@ swift_function_type_child( swift_function_type_def( unique int id: @swift_function_type, - int name: @swift_function_type_name_type ref, - int params: @swift_function_type_params_type ref + int params: @swift_unannotated_type ref, + int return_type: @swift_type__ ref ); @swift_getter_specifier_child_type = @swift_throws_clause | @swift_token_mutation_modifier | @swift_token_throws @@ -1084,29 +805,13 @@ swift_getter_specifier_def( unique int id: @swift_getter_specifier ); -#keyset[swift_guard_statement, index] -swift_guard_statement_bound_identifier( - int swift_guard_statement: @swift_guard_statement ref, - int index: int ref, - unique int bound_identifier: @swift_token_simple_identifier ref -); - -@swift_guard_statement_condition_type = @swift_additive_expression | @swift_array_literal | @swift_array_type | @swift_as_expression | @swift_assignment | @swift_availability_condition | @swift_await_expression | @swift_bitwise_operation | @swift_call_expression | @swift_check_expression | @swift_comparison_expression | @swift_conjunction_expression | @swift_constructor_expression | @swift_dictionary_literal | @swift_dictionary_type | @swift_directive | @swift_disjunction_expression | @swift_equality_expression | @swift_existential_type | @swift_function_type | @swift_if_statement | @swift_infix_expression | @swift_key_path_expression | @swift_key_path_string_expression | @swift_lambda_literal | @swift_line_string_literal | @swift_macro_invocation | @swift_metatype | @swift_multi_line_string_literal | @swift_multiplicative_expression | @swift_navigation_expression | @swift_nil_coalescing_expression | @swift_opaque_type | @swift_open_end_range_expression | @swift_open_start_range_expression | @swift_optional_type | @swift_pattern | @swift_playground_literal | @swift_postfix_expression | @swift_prefix_expression | @swift_protocol_composition_type | @swift_range_expression | @swift_raw_string_literal | @swift_reserved_word | @swift_selector_expression | @swift_suppressed_constraint | @swift_switch_statement | @swift_ternary_expression | @swift_token_bang | @swift_token_bin_literal | @swift_token_boolean_literal | @swift_token_custom_operator | @swift_token_diagnostic | @swift_token_fully_open_range | @swift_token_hex_literal | @swift_token_integer_literal | @swift_token_oct_literal | @swift_token_real_literal | @swift_token_regex_literal | @swift_token_self_expression | @swift_token_simple_identifier | @swift_token_special_literal | @swift_token_super_expression | @swift_token_wildcard_pattern | @swift_try_expression | @swift_tuple_expression | @swift_tuple_type | @swift_type_annotation | @swift_type_modifiers | @swift_type_pack_expansion | @swift_type_parameter_pack | @swift_user_type | @swift_value_binding_pattern | @swift_value_pack_expansion | @swift_value_parameter_pack | @swift_where_clause +@swift_global_declaration = @swift_associatedtype_declaration | @swift_class_declaration | @swift_function_declaration | @swift_import_declaration | @swift_init_declaration | @swift_macro_declaration | @swift_operator_declaration | @swift_precedence_group_declaration | @swift_property_declaration | @swift_protocol_declaration | @swift_typealias_declaration #keyset[swift_guard_statement, index] swift_guard_statement_condition( int swift_guard_statement: @swift_guard_statement ref, int index: int ref, - unique int condition: @swift_guard_statement_condition_type ref -); - -@swift_guard_statement_name_type = @swift_array_type | @swift_dictionary_type | @swift_existential_type | @swift_function_type | @swift_metatype | @swift_opaque_type | @swift_optional_type | @swift_protocol_composition_type | @swift_suppressed_constraint | @swift_tuple_type | @swift_type_pack_expansion | @swift_type_parameter_pack | @swift_user_type - -#keyset[swift_guard_statement, index] -swift_guard_statement_name( - int swift_guard_statement: @swift_guard_statement ref, - int index: int ref, - unique int name: @swift_guard_statement_name_type ref + unique int condition: @swift_if_condition ref ); @swift_guard_statement_child_type = @swift_statements | @swift_token_else @@ -1133,29 +838,36 @@ swift_identifier_def( unique int id: @swift_identifier ); -#keyset[swift_if_statement, index] -swift_if_statement_bound_identifier( - int swift_if_statement: @swift_if_statement ref, - int index: int ref, +@swift_if_condition_child_type = @swift_availability_condition | @swift_expression | @swift_if_let_binding + +swift_if_condition_def( + unique int id: @swift_if_condition, + int child: @swift_if_condition_child_type ref +); + +swift_if_let_binding_bound_identifier( + unique int swift_if_let_binding: @swift_if_let_binding ref, unique int bound_identifier: @swift_token_simple_identifier ref ); -@swift_if_statement_condition_type = @swift_additive_expression | @swift_array_literal | @swift_array_type | @swift_as_expression | @swift_assignment | @swift_availability_condition | @swift_await_expression | @swift_bitwise_operation | @swift_call_expression | @swift_check_expression | @swift_comparison_expression | @swift_conjunction_expression | @swift_constructor_expression | @swift_dictionary_literal | @swift_dictionary_type | @swift_directive | @swift_disjunction_expression | @swift_equality_expression | @swift_existential_type | @swift_function_type | @swift_if_statement | @swift_infix_expression | @swift_key_path_expression | @swift_key_path_string_expression | @swift_lambda_literal | @swift_line_string_literal | @swift_macro_invocation | @swift_metatype | @swift_multi_line_string_literal | @swift_multiplicative_expression | @swift_navigation_expression | @swift_nil_coalescing_expression | @swift_opaque_type | @swift_open_end_range_expression | @swift_open_start_range_expression | @swift_optional_type | @swift_pattern | @swift_playground_literal | @swift_postfix_expression | @swift_prefix_expression | @swift_protocol_composition_type | @swift_range_expression | @swift_raw_string_literal | @swift_reserved_word | @swift_selector_expression | @swift_suppressed_constraint | @swift_switch_statement | @swift_ternary_expression | @swift_token_bang | @swift_token_bin_literal | @swift_token_boolean_literal | @swift_token_custom_operator | @swift_token_diagnostic | @swift_token_fully_open_range | @swift_token_hex_literal | @swift_token_integer_literal | @swift_token_oct_literal | @swift_token_real_literal | @swift_token_regex_literal | @swift_token_self_expression | @swift_token_simple_identifier | @swift_token_special_literal | @swift_token_super_expression | @swift_token_wildcard_pattern | @swift_try_expression | @swift_tuple_expression | @swift_tuple_type | @swift_type_annotation | @swift_type_modifiers | @swift_type_pack_expansion | @swift_type_parameter_pack | @swift_user_type | @swift_value_binding_pattern | @swift_value_pack_expansion | @swift_value_parameter_pack | @swift_where_clause +@swift_if_let_binding_child_type = @swift_expression | @swift_pattern | @swift_token_wildcard_pattern | @swift_type__ | @swift_type_annotation | @swift_user_type | @swift_value_binding_pattern | @swift_where_clause -#keyset[swift_if_statement, index] -swift_if_statement_condition( - int swift_if_statement: @swift_if_statement ref, +#keyset[swift_if_let_binding, index] +swift_if_let_binding_child( + int swift_if_let_binding: @swift_if_let_binding ref, int index: int ref, - unique int condition: @swift_if_statement_condition_type ref + unique int child: @swift_if_let_binding_child_type ref ); -@swift_if_statement_name_type = @swift_array_type | @swift_dictionary_type | @swift_existential_type | @swift_function_type | @swift_metatype | @swift_opaque_type | @swift_optional_type | @swift_protocol_composition_type | @swift_suppressed_constraint | @swift_tuple_type | @swift_type_pack_expansion | @swift_type_parameter_pack | @swift_user_type +swift_if_let_binding_def( + unique int id: @swift_if_let_binding +); #keyset[swift_if_statement, index] -swift_if_statement_name( +swift_if_statement_condition( int swift_if_statement: @swift_if_statement ref, int index: int ref, - unique int name: @swift_if_statement_name_type ref + unique int condition: @swift_if_condition ref ); @swift_if_statement_child_type = @swift_if_statement | @swift_statements | @swift_token_else @@ -1171,6 +883,11 @@ swift_if_statement_def( unique int id: @swift_if_statement ); +swift_implicitly_unwrapped_type_def( + unique int id: @swift_implicitly_unwrapped_type, + int child: @swift_type__ ref +); + @swift_import_declaration_child_type = @swift_identifier | @swift_modifiers #keyset[swift_import_declaration, index] @@ -1184,48 +901,16 @@ swift_import_declaration_def( unique int id: @swift_import_declaration ); -@swift_infix_expression_lhs_type = @swift_additive_expression | @swift_array_literal | @swift_as_expression | @swift_assignment | @swift_await_expression | @swift_bitwise_operation | @swift_call_expression | @swift_check_expression | @swift_comparison_expression | @swift_conjunction_expression | @swift_constructor_expression | @swift_dictionary_literal | @swift_directive | @swift_disjunction_expression | @swift_equality_expression | @swift_if_statement | @swift_infix_expression | @swift_key_path_expression | @swift_key_path_string_expression | @swift_lambda_literal | @swift_line_string_literal | @swift_macro_invocation | @swift_multi_line_string_literal | @swift_multiplicative_expression | @swift_navigation_expression | @swift_nil_coalescing_expression | @swift_open_end_range_expression | @swift_open_start_range_expression | @swift_playground_literal | @swift_postfix_expression | @swift_prefix_expression | @swift_range_expression | @swift_raw_string_literal | @swift_reserved_word | @swift_selector_expression | @swift_switch_statement | @swift_ternary_expression | @swift_token_bang | @swift_token_bin_literal | @swift_token_boolean_literal | @swift_token_custom_operator | @swift_token_diagnostic | @swift_token_fully_open_range | @swift_token_hex_literal | @swift_token_integer_literal | @swift_token_oct_literal | @swift_token_real_literal | @swift_token_regex_literal | @swift_token_self_expression | @swift_token_simple_identifier | @swift_token_special_literal | @swift_token_super_expression | @swift_try_expression | @swift_tuple_expression | @swift_value_pack_expansion | @swift_value_parameter_pack - -#keyset[swift_infix_expression, index] -swift_infix_expression_lhs( - int swift_infix_expression: @swift_infix_expression ref, - int index: int ref, - unique int lhs: @swift_infix_expression_lhs_type ref -); - -@swift_infix_expression_rhs_type = @swift_additive_expression | @swift_array_literal | @swift_as_expression | @swift_assignment | @swift_await_expression | @swift_bitwise_operation | @swift_call_expression | @swift_check_expression | @swift_comparison_expression | @swift_conjunction_expression | @swift_constructor_expression | @swift_dictionary_literal | @swift_directive | @swift_disjunction_expression | @swift_equality_expression | @swift_if_statement | @swift_infix_expression | @swift_key_path_expression | @swift_key_path_string_expression | @swift_lambda_literal | @swift_line_string_literal | @swift_macro_invocation | @swift_multi_line_string_literal | @swift_multiplicative_expression | @swift_navigation_expression | @swift_nil_coalescing_expression | @swift_open_end_range_expression | @swift_open_start_range_expression | @swift_playground_literal | @swift_postfix_expression | @swift_prefix_expression | @swift_range_expression | @swift_raw_string_literal | @swift_reserved_word | @swift_selector_expression | @swift_switch_statement | @swift_ternary_expression | @swift_token_bang | @swift_token_bin_literal | @swift_token_boolean_literal | @swift_token_custom_operator | @swift_token_diagnostic | @swift_token_fully_open_range | @swift_token_hex_literal | @swift_token_integer_literal | @swift_token_oct_literal | @swift_token_real_literal | @swift_token_regex_literal | @swift_token_self_expression | @swift_token_simple_identifier | @swift_token_special_literal | @swift_token_super_expression | @swift_try_expression | @swift_tuple_expression | @swift_value_pack_expansion | @swift_value_parameter_pack - -#keyset[swift_infix_expression, index] -swift_infix_expression_rhs( - int swift_infix_expression: @swift_infix_expression ref, - int index: int ref, - unique int rhs: @swift_infix_expression_rhs_type ref -); - swift_infix_expression_def( unique int id: @swift_infix_expression, - int op: @swift_token_custom_operator ref -); - -@swift_inheritance_constraint_constrained_type_type = @swift_array_type | @swift_dictionary_type | @swift_existential_type | @swift_function_type | @swift_identifier | @swift_metatype | @swift_opaque_type | @swift_optional_type | @swift_protocol_composition_type | @swift_reserved_word | @swift_suppressed_constraint | @swift_token_simple_identifier | @swift_tuple_type | @swift_type_pack_expansion | @swift_type_parameter_pack | @swift_user_type - -#keyset[swift_inheritance_constraint, index] -swift_inheritance_constraint_constrained_type( - int swift_inheritance_constraint: @swift_inheritance_constraint ref, - int index: int ref, - unique int constrained_type: @swift_inheritance_constraint_constrained_type_type ref + int lhs: @swift_expression ref, + int op: @swift_token_custom_operator ref, + int rhs: @swift_expression ref ); -@swift_inheritance_constraint_inherits_from_type = @swift_array_type | @swift_dictionary_type | @swift_existential_type | @swift_function_type | @swift_metatype | @swift_opaque_type | @swift_optional_type | @swift_protocol_composition_type | @swift_reserved_word | @swift_suppressed_constraint | @swift_tuple_type | @swift_type_modifiers | @swift_type_pack_expansion | @swift_type_parameter_pack | @swift_user_type +@swift_inheritance_constraint_constrained_type_type = @swift_identifier | @swift_nested_type_identifier -#keyset[swift_inheritance_constraint, index] -swift_inheritance_constraint_inherits_from( - int swift_inheritance_constraint: @swift_inheritance_constraint ref, - int index: int ref, - unique int inherits_from: @swift_inheritance_constraint_inherits_from_type ref -); - -@swift_inheritance_constraint_name_type = @swift_array_type | @swift_dictionary_type | @swift_existential_type | @swift_function_type | @swift_metatype | @swift_opaque_type | @swift_optional_type | @swift_protocol_composition_type | @swift_suppressed_constraint | @swift_tuple_type | @swift_type_pack_expansion | @swift_type_parameter_pack | @swift_user_type +@swift_inheritance_constraint_inherits_from_type = @swift_implicitly_unwrapped_type | @swift_type__ #keyset[swift_inheritance_constraint, index] swift_inheritance_constraint_child( @@ -1236,7 +921,8 @@ swift_inheritance_constraint_child( swift_inheritance_constraint_def( unique int id: @swift_inheritance_constraint, - int name: @swift_inheritance_constraint_name_type ref + int constrained_type: @swift_inheritance_constraint_constrained_type_type ref, + int inherits_from: @swift_inheritance_constraint_inherits_from_type ref ); @swift_inheritance_specifier_inherits_from_type = @swift_function_type | @swift_suppressed_constraint | @swift_user_type @@ -1251,13 +937,11 @@ swift_init_declaration_body( unique int body: @swift_function_body ref ); -@swift_init_declaration_default_value_type = @swift_additive_expression | @swift_array_literal | @swift_as_expression | @swift_assignment | @swift_await_expression | @swift_bitwise_operation | @swift_call_expression | @swift_check_expression | @swift_comparison_expression | @swift_conjunction_expression | @swift_constructor_expression | @swift_dictionary_literal | @swift_directive | @swift_disjunction_expression | @swift_equality_expression | @swift_if_statement | @swift_infix_expression | @swift_key_path_expression | @swift_key_path_string_expression | @swift_lambda_literal | @swift_line_string_literal | @swift_macro_invocation | @swift_multi_line_string_literal | @swift_multiplicative_expression | @swift_navigation_expression | @swift_nil_coalescing_expression | @swift_open_end_range_expression | @swift_open_start_range_expression | @swift_playground_literal | @swift_postfix_expression | @swift_prefix_expression | @swift_range_expression | @swift_raw_string_literal | @swift_reserved_word | @swift_selector_expression | @swift_switch_statement | @swift_ternary_expression | @swift_token_bang | @swift_token_bin_literal | @swift_token_boolean_literal | @swift_token_custom_operator | @swift_token_diagnostic | @swift_token_fully_open_range | @swift_token_hex_literal | @swift_token_integer_literal | @swift_token_oct_literal | @swift_token_real_literal | @swift_token_regex_literal | @swift_token_self_expression | @swift_token_simple_identifier | @swift_token_special_literal | @swift_token_super_expression | @swift_try_expression | @swift_tuple_expression | @swift_value_pack_expansion | @swift_value_parameter_pack - #keyset[swift_init_declaration, index] swift_init_declaration_default_value( int swift_init_declaration: @swift_init_declaration ref, int index: int ref, - unique int default_value: @swift_init_declaration_default_value_type ref + unique int default_value: @swift_expression ref ); case @swift_init_declaration.name of @@ -1291,13 +975,9 @@ swift_interpolated_expression_reference_specifier( unique int reference_specifier: @swift_value_argument_label ref ); -@swift_interpolated_expression_value_type = @swift_additive_expression | @swift_array_literal | @swift_as_expression | @swift_assignment | @swift_await_expression | @swift_bitwise_operation | @swift_call_expression | @swift_check_expression | @swift_comparison_expression | @swift_conjunction_expression | @swift_constructor_expression | @swift_dictionary_literal | @swift_directive | @swift_disjunction_expression | @swift_equality_expression | @swift_if_statement | @swift_infix_expression | @swift_key_path_expression | @swift_key_path_string_expression | @swift_lambda_literal | @swift_line_string_literal | @swift_macro_invocation | @swift_multi_line_string_literal | @swift_multiplicative_expression | @swift_navigation_expression | @swift_nil_coalescing_expression | @swift_open_end_range_expression | @swift_open_start_range_expression | @swift_playground_literal | @swift_postfix_expression | @swift_prefix_expression | @swift_range_expression | @swift_raw_string_literal | @swift_reserved_word | @swift_selector_expression | @swift_switch_statement | @swift_ternary_expression | @swift_token_bang | @swift_token_bin_literal | @swift_token_boolean_literal | @swift_token_custom_operator | @swift_token_diagnostic | @swift_token_fully_open_range | @swift_token_hex_literal | @swift_token_integer_literal | @swift_token_oct_literal | @swift_token_real_literal | @swift_token_regex_literal | @swift_token_self_expression | @swift_token_simple_identifier | @swift_token_special_literal | @swift_token_super_expression | @swift_try_expression | @swift_tuple_expression | @swift_value_pack_expansion | @swift_value_parameter_pack - -#keyset[swift_interpolated_expression, index] swift_interpolated_expression_value( - int swift_interpolated_expression: @swift_interpolated_expression ref, - int index: int ref, - unique int value: @swift_interpolated_expression_value_type ref + unique int swift_interpolated_expression: @swift_interpolated_expression ref, + unique int value: @swift_expression ref ); swift_interpolated_expression_child( @@ -1322,30 +1002,15 @@ swift_key_path_expression_def( unique int id: @swift_key_path_expression ); -@swift_key_path_string_expression_child_type = @swift_additive_expression | @swift_array_literal | @swift_as_expression | @swift_assignment | @swift_await_expression | @swift_bitwise_operation | @swift_call_expression | @swift_check_expression | @swift_comparison_expression | @swift_conjunction_expression | @swift_constructor_expression | @swift_dictionary_literal | @swift_directive | @swift_disjunction_expression | @swift_equality_expression | @swift_if_statement | @swift_infix_expression | @swift_key_path_expression | @swift_key_path_string_expression | @swift_lambda_literal | @swift_line_string_literal | @swift_macro_invocation | @swift_multi_line_string_literal | @swift_multiplicative_expression | @swift_navigation_expression | @swift_nil_coalescing_expression | @swift_open_end_range_expression | @swift_open_start_range_expression | @swift_playground_literal | @swift_postfix_expression | @swift_prefix_expression | @swift_range_expression | @swift_raw_string_literal | @swift_selector_expression | @swift_switch_statement | @swift_ternary_expression | @swift_token_bang | @swift_token_bin_literal | @swift_token_boolean_literal | @swift_token_custom_operator | @swift_token_diagnostic | @swift_token_fully_open_range | @swift_token_hex_literal | @swift_token_integer_literal | @swift_token_oct_literal | @swift_token_real_literal | @swift_token_regex_literal | @swift_token_self_expression | @swift_token_simple_identifier | @swift_token_special_literal | @swift_token_super_expression | @swift_try_expression | @swift_tuple_expression | @swift_value_pack_expansion | @swift_value_parameter_pack - -swift_key_path_string_expression_child( - unique int swift_key_path_string_expression: @swift_key_path_string_expression ref, - unique int child: @swift_key_path_string_expression_child_type ref -); - swift_key_path_string_expression_def( - unique int id: @swift_key_path_string_expression -); - -@swift_lambda_function_type_name_type = @swift_array_type | @swift_dictionary_type | @swift_existential_type | @swift_function_type | @swift_metatype | @swift_opaque_type | @swift_optional_type | @swift_protocol_composition_type | @swift_suppressed_constraint | @swift_tuple_type | @swift_type_pack_expansion | @swift_type_parameter_pack | @swift_user_type - -swift_lambda_function_type_name( - unique int swift_lambda_function_type: @swift_lambda_function_type ref, - unique int name: @swift_lambda_function_type_name_type ref + unique int id: @swift_key_path_string_expression, + int child: @swift_expression ref ); -@swift_lambda_function_type_return_type_type = @swift_array_type | @swift_dictionary_type | @swift_existential_type | @swift_function_type | @swift_metatype | @swift_opaque_type | @swift_optional_type | @swift_protocol_composition_type | @swift_reserved_word | @swift_suppressed_constraint | @swift_tuple_type | @swift_type_modifiers | @swift_type_pack_expansion | @swift_type_parameter_pack | @swift_user_type +@swift_lambda_function_type_return_type_type = @swift_implicitly_unwrapped_type | @swift_type__ -#keyset[swift_lambda_function_type, index] swift_lambda_function_type_return_type( - int swift_lambda_function_type: @swift_lambda_function_type ref, - int index: int ref, + unique int swift_lambda_function_type: @swift_lambda_function_type ref, unique int return_type: @swift_lambda_function_type_return_type_type ref ); @@ -1401,21 +1066,15 @@ swift_lambda_parameter_external_name( unique int external_name: @swift_token_simple_identifier ref ); -@swift_lambda_parameter_name_type = @swift_array_type | @swift_dictionary_type | @swift_existential_type | @swift_function_type | @swift_metatype | @swift_opaque_type | @swift_optional_type | @swift_protocol_composition_type | @swift_suppressed_constraint | @swift_token_simple_identifier | @swift_tuple_type | @swift_type_pack_expansion | @swift_type_parameter_pack | @swift_user_type - -#keyset[swift_lambda_parameter, index] swift_lambda_parameter_name( - int swift_lambda_parameter: @swift_lambda_parameter ref, - int index: int ref, - unique int name: @swift_lambda_parameter_name_type ref + unique int swift_lambda_parameter: @swift_lambda_parameter ref, + unique int name: @swift_token_simple_identifier ref ); -@swift_lambda_parameter_type_type = @swift_array_type | @swift_dictionary_type | @swift_existential_type | @swift_function_type | @swift_metatype | @swift_opaque_type | @swift_optional_type | @swift_protocol_composition_type | @swift_reserved_word | @swift_suppressed_constraint | @swift_tuple_type | @swift_type_modifiers | @swift_type_pack_expansion | @swift_type_parameter_pack | @swift_user_type +@swift_lambda_parameter_type_type = @swift_implicitly_unwrapped_type | @swift_type__ -#keyset[swift_lambda_parameter, index] swift_lambda_parameter_type( - int swift_lambda_parameter: @swift_lambda_parameter ref, - int index: int ref, + unique int swift_lambda_parameter: @swift_lambda_parameter ref, unique int type__: @swift_lambda_parameter_type_type ref ); @@ -1450,13 +1109,13 @@ swift_line_string_literal_def( unique int id: @swift_line_string_literal ); -@swift_macro_declaration_default_value_type = @swift_additive_expression | @swift_array_literal | @swift_as_expression | @swift_assignment | @swift_await_expression | @swift_bitwise_operation | @swift_call_expression | @swift_check_expression | @swift_comparison_expression | @swift_conjunction_expression | @swift_constructor_expression | @swift_dictionary_literal | @swift_directive | @swift_disjunction_expression | @swift_equality_expression | @swift_if_statement | @swift_infix_expression | @swift_key_path_expression | @swift_key_path_string_expression | @swift_lambda_literal | @swift_line_string_literal | @swift_macro_invocation | @swift_multi_line_string_literal | @swift_multiplicative_expression | @swift_navigation_expression | @swift_nil_coalescing_expression | @swift_open_end_range_expression | @swift_open_start_range_expression | @swift_playground_literal | @swift_postfix_expression | @swift_prefix_expression | @swift_range_expression | @swift_raw_string_literal | @swift_reserved_word | @swift_selector_expression | @swift_switch_statement | @swift_ternary_expression | @swift_token_bang | @swift_token_bin_literal | @swift_token_boolean_literal | @swift_token_custom_operator | @swift_token_diagnostic | @swift_token_fully_open_range | @swift_token_hex_literal | @swift_token_integer_literal | @swift_token_oct_literal | @swift_token_real_literal | @swift_token_regex_literal | @swift_token_self_expression | @swift_token_simple_identifier | @swift_token_special_literal | @swift_token_super_expression | @swift_try_expression | @swift_tuple_expression | @swift_value_pack_expansion | @swift_value_parameter_pack +@swift_local_declaration = @swift_class_declaration | @swift_function_declaration | @swift_property_declaration | @swift_typealias_declaration #keyset[swift_macro_declaration, index] swift_macro_declaration_default_value( int swift_macro_declaration: @swift_macro_declaration ref, int index: int ref, - unique int default_value: @swift_macro_declaration_default_value_type ref + unique int default_value: @swift_expression ref ); swift_macro_declaration_definition( @@ -1464,7 +1123,7 @@ swift_macro_declaration_definition( unique int definition: @swift_macro_definition ref ); -@swift_macro_declaration_child_type = @swift_array_type | @swift_attribute | @swift_dictionary_type | @swift_existential_type | @swift_function_type | @swift_metatype | @swift_modifiers | @swift_opaque_type | @swift_optional_type | @swift_parameter | @swift_protocol_composition_type | @swift_suppressed_constraint | @swift_token_simple_identifier | @swift_tuple_type | @swift_type_constraints | @swift_type_pack_expansion | @swift_type_parameter_pack | @swift_type_parameters | @swift_user_type +@swift_macro_declaration_child_type = @swift_attribute | @swift_modifiers | @swift_parameter | @swift_token_simple_identifier | @swift_type_constraints | @swift_type_parameters | @swift_unannotated_type #keyset[swift_macro_declaration, index] swift_macro_declaration_child( @@ -1477,17 +1136,11 @@ swift_macro_declaration_def( unique int id: @swift_macro_declaration ); -@swift_macro_definition_body_type = @swift_additive_expression | @swift_array_literal | @swift_as_expression | @swift_assignment | @swift_await_expression | @swift_bitwise_operation | @swift_call_expression | @swift_check_expression | @swift_comparison_expression | @swift_conjunction_expression | @swift_constructor_expression | @swift_dictionary_literal | @swift_directive | @swift_disjunction_expression | @swift_equality_expression | @swift_external_macro_definition | @swift_if_statement | @swift_infix_expression | @swift_key_path_expression | @swift_key_path_string_expression | @swift_lambda_literal | @swift_line_string_literal | @swift_macro_invocation | @swift_multi_line_string_literal | @swift_multiplicative_expression | @swift_navigation_expression | @swift_nil_coalescing_expression | @swift_open_end_range_expression | @swift_open_start_range_expression | @swift_playground_literal | @swift_postfix_expression | @swift_prefix_expression | @swift_range_expression | @swift_raw_string_literal | @swift_reserved_word | @swift_selector_expression | @swift_switch_statement | @swift_ternary_expression | @swift_token_bang | @swift_token_bin_literal | @swift_token_boolean_literal | @swift_token_custom_operator | @swift_token_diagnostic | @swift_token_fully_open_range | @swift_token_hex_literal | @swift_token_integer_literal | @swift_token_oct_literal | @swift_token_real_literal | @swift_token_regex_literal | @swift_token_self_expression | @swift_token_simple_identifier | @swift_token_special_literal | @swift_token_super_expression | @swift_try_expression | @swift_tuple_expression | @swift_value_pack_expansion | @swift_value_parameter_pack - -#keyset[swift_macro_definition, index] -swift_macro_definition_body( - int swift_macro_definition: @swift_macro_definition ref, - int index: int ref, - unique int body: @swift_macro_definition_body_type ref -); +@swift_macro_definition_body_type = @swift_expression | @swift_external_macro_definition swift_macro_definition_def( - unique int id: @swift_macro_definition + unique int id: @swift_macro_definition, + int body: @swift_macro_definition_body_type ref ); @swift_macro_invocation_child_type = @swift_call_suffix | @swift_token_simple_identifier | @swift_type_parameters @@ -1503,11 +1156,9 @@ swift_macro_invocation_def( unique int id: @swift_macro_invocation ); -@swift_metatype_child_type = @swift_array_type | @swift_dictionary_type | @swift_existential_type | @swift_function_type | @swift_metatype | @swift_opaque_type | @swift_optional_type | @swift_protocol_composition_type | @swift_suppressed_constraint | @swift_tuple_type | @swift_type_pack_expansion | @swift_type_parameter_pack | @swift_user_type - swift_metatype_def( unique int id: @swift_metatype, - int child: @swift_metatype_child_type ref + int child: @swift_unannotated_type ref ); @swift_modifiers_child_type = @swift_attribute | @swift_token_function_modifier | @swift_token_inheritance_modifier | @swift_token_member_modifier | @swift_token_mutation_modifier | @swift_token_ownership_modifier | @swift_token_parameter_modifier | @swift_token_property_behavior_modifier | @swift_token_property_modifier | @swift_token_visibility_modifier @@ -1552,15 +1203,6 @@ swift_multi_line_string_literal_def( unique int id: @swift_multi_line_string_literal ); -@swift_multiplicative_expression_lhs_type = @swift_additive_expression | @swift_array_literal | @swift_as_expression | @swift_assignment | @swift_await_expression | @swift_bitwise_operation | @swift_call_expression | @swift_check_expression | @swift_comparison_expression | @swift_conjunction_expression | @swift_constructor_expression | @swift_dictionary_literal | @swift_directive | @swift_disjunction_expression | @swift_equality_expression | @swift_if_statement | @swift_infix_expression | @swift_key_path_expression | @swift_key_path_string_expression | @swift_lambda_literal | @swift_line_string_literal | @swift_macro_invocation | @swift_multi_line_string_literal | @swift_multiplicative_expression | @swift_navigation_expression | @swift_nil_coalescing_expression | @swift_open_end_range_expression | @swift_open_start_range_expression | @swift_playground_literal | @swift_postfix_expression | @swift_prefix_expression | @swift_range_expression | @swift_raw_string_literal | @swift_reserved_word | @swift_selector_expression | @swift_switch_statement | @swift_ternary_expression | @swift_token_bang | @swift_token_bin_literal | @swift_token_boolean_literal | @swift_token_custom_operator | @swift_token_diagnostic | @swift_token_fully_open_range | @swift_token_hex_literal | @swift_token_integer_literal | @swift_token_oct_literal | @swift_token_real_literal | @swift_token_regex_literal | @swift_token_self_expression | @swift_token_simple_identifier | @swift_token_special_literal | @swift_token_super_expression | @swift_try_expression | @swift_tuple_expression | @swift_value_pack_expansion | @swift_value_parameter_pack - -#keyset[swift_multiplicative_expression, index] -swift_multiplicative_expression_lhs( - int swift_multiplicative_expression: @swift_multiplicative_expression ref, - int index: int ref, - unique int lhs: @swift_multiplicative_expression_lhs_type ref -); - case @swift_multiplicative_expression.op of 0 = @swift_multiplicative_expression_percent | 1 = @swift_multiplicative_expression_star @@ -1568,28 +1210,14 @@ case @swift_multiplicative_expression.op of ; -@swift_multiplicative_expression_rhs_type = @swift_additive_expression | @swift_array_literal | @swift_as_expression | @swift_assignment | @swift_await_expression | @swift_bitwise_operation | @swift_call_expression | @swift_check_expression | @swift_comparison_expression | @swift_conjunction_expression | @swift_constructor_expression | @swift_dictionary_literal | @swift_directive | @swift_disjunction_expression | @swift_equality_expression | @swift_if_statement | @swift_infix_expression | @swift_key_path_expression | @swift_key_path_string_expression | @swift_lambda_literal | @swift_line_string_literal | @swift_macro_invocation | @swift_multi_line_string_literal | @swift_multiplicative_expression | @swift_navigation_expression | @swift_nil_coalescing_expression | @swift_open_end_range_expression | @swift_open_start_range_expression | @swift_playground_literal | @swift_postfix_expression | @swift_prefix_expression | @swift_range_expression | @swift_raw_string_literal | @swift_reserved_word | @swift_selector_expression | @swift_switch_statement | @swift_ternary_expression | @swift_token_bang | @swift_token_bin_literal | @swift_token_boolean_literal | @swift_token_custom_operator | @swift_token_diagnostic | @swift_token_fully_open_range | @swift_token_hex_literal | @swift_token_integer_literal | @swift_token_oct_literal | @swift_token_real_literal | @swift_token_regex_literal | @swift_token_self_expression | @swift_token_simple_identifier | @swift_token_special_literal | @swift_token_super_expression | @swift_try_expression | @swift_tuple_expression | @swift_value_pack_expansion | @swift_value_parameter_pack - -#keyset[swift_multiplicative_expression, index] -swift_multiplicative_expression_rhs( - int swift_multiplicative_expression: @swift_multiplicative_expression ref, - int index: int ref, - unique int rhs: @swift_multiplicative_expression_rhs_type ref -); - swift_multiplicative_expression_def( unique int id: @swift_multiplicative_expression, - int op: int ref + int lhs: @swift_expression ref, + int op: int ref, + int rhs: @swift_expression ref ); -@swift_navigation_expression_element_type = @swift_dictionary_type | @swift_existential_type | @swift_opaque_type - -swift_navigation_expression_element( - unique int swift_navigation_expression: @swift_navigation_expression ref, - unique int element: @swift_navigation_expression_element_type ref -); - -@swift_navigation_expression_target_type = @swift_additive_expression | @swift_array_literal | @swift_array_type | @swift_as_expression | @swift_assignment | @swift_await_expression | @swift_bitwise_operation | @swift_call_expression | @swift_check_expression | @swift_comparison_expression | @swift_conjunction_expression | @swift_constructor_expression | @swift_dictionary_literal | @swift_dictionary_type | @swift_directive | @swift_disjunction_expression | @swift_equality_expression | @swift_existential_type | @swift_if_statement | @swift_infix_expression | @swift_key_path_expression | @swift_key_path_string_expression | @swift_lambda_literal | @swift_line_string_literal | @swift_macro_invocation | @swift_multi_line_string_literal | @swift_multiplicative_expression | @swift_navigation_expression | @swift_nil_coalescing_expression | @swift_opaque_type | @swift_open_end_range_expression | @swift_open_start_range_expression | @swift_playground_literal | @swift_postfix_expression | @swift_prefix_expression | @swift_range_expression | @swift_raw_string_literal | @swift_reserved_word | @swift_selector_expression | @swift_switch_statement | @swift_ternary_expression | @swift_token_bang | @swift_token_bin_literal | @swift_token_boolean_literal | @swift_token_custom_operator | @swift_token_diagnostic | @swift_token_fully_open_range | @swift_token_hex_literal | @swift_token_integer_literal | @swift_token_oct_literal | @swift_token_real_literal | @swift_token_regex_literal | @swift_token_self_expression | @swift_token_simple_identifier | @swift_token_special_literal | @swift_token_super_expression | @swift_try_expression | @swift_tuple_expression | @swift_user_type | @swift_value_pack_expansion | @swift_value_parameter_pack +@swift_navigation_expression_target_type = @swift_array_type | @swift_dictionary_type | @swift_existential_type | @swift_expression | @swift_opaque_type | @swift_reserved_word | @swift_user_type #keyset[swift_navigation_expression, index] swift_navigation_expression_target( @@ -1610,62 +1238,41 @@ swift_navigation_suffix_def( int suffix: @swift_navigation_suffix_suffix_type ref ); -@swift_nil_coalescing_expression_if_nil_type = @swift_additive_expression | @swift_array_literal | @swift_as_expression | @swift_assignment | @swift_await_expression | @swift_bitwise_operation | @swift_call_expression | @swift_check_expression | @swift_comparison_expression | @swift_conjunction_expression | @swift_constructor_expression | @swift_dictionary_literal | @swift_directive | @swift_disjunction_expression | @swift_equality_expression | @swift_if_statement | @swift_infix_expression | @swift_key_path_expression | @swift_key_path_string_expression | @swift_lambda_literal | @swift_line_string_literal | @swift_macro_invocation | @swift_multi_line_string_literal | @swift_multiplicative_expression | @swift_navigation_expression | @swift_nil_coalescing_expression | @swift_open_end_range_expression | @swift_open_start_range_expression | @swift_playground_literal | @swift_postfix_expression | @swift_prefix_expression | @swift_range_expression | @swift_raw_string_literal | @swift_reserved_word | @swift_selector_expression | @swift_switch_statement | @swift_ternary_expression | @swift_token_bang | @swift_token_bin_literal | @swift_token_boolean_literal | @swift_token_custom_operator | @swift_token_diagnostic | @swift_token_fully_open_range | @swift_token_hex_literal | @swift_token_integer_literal | @swift_token_oct_literal | @swift_token_real_literal | @swift_token_regex_literal | @swift_token_self_expression | @swift_token_simple_identifier | @swift_token_special_literal | @swift_token_super_expression | @swift_try_expression | @swift_tuple_expression | @swift_value_pack_expansion | @swift_value_parameter_pack +@swift_nested_type_identifier_child_type = @swift_token_simple_identifier | @swift_unannotated_type -#keyset[swift_nil_coalescing_expression, index] -swift_nil_coalescing_expression_if_nil( - int swift_nil_coalescing_expression: @swift_nil_coalescing_expression ref, +#keyset[swift_nested_type_identifier, index] +swift_nested_type_identifier_child( + int swift_nested_type_identifier: @swift_nested_type_identifier ref, int index: int ref, - unique int if_nil: @swift_nil_coalescing_expression_if_nil_type ref + unique int child: @swift_nested_type_identifier_child_type ref ); -@swift_nil_coalescing_expression_value_type = @swift_additive_expression | @swift_array_literal | @swift_as_expression | @swift_assignment | @swift_await_expression | @swift_bitwise_operation | @swift_call_expression | @swift_check_expression | @swift_comparison_expression | @swift_conjunction_expression | @swift_constructor_expression | @swift_dictionary_literal | @swift_directive | @swift_disjunction_expression | @swift_equality_expression | @swift_if_statement | @swift_infix_expression | @swift_key_path_expression | @swift_key_path_string_expression | @swift_lambda_literal | @swift_line_string_literal | @swift_macro_invocation | @swift_multi_line_string_literal | @swift_multiplicative_expression | @swift_navigation_expression | @swift_nil_coalescing_expression | @swift_open_end_range_expression | @swift_open_start_range_expression | @swift_playground_literal | @swift_postfix_expression | @swift_prefix_expression | @swift_range_expression | @swift_raw_string_literal | @swift_reserved_word | @swift_selector_expression | @swift_switch_statement | @swift_ternary_expression | @swift_token_bang | @swift_token_bin_literal | @swift_token_boolean_literal | @swift_token_custom_operator | @swift_token_diagnostic | @swift_token_fully_open_range | @swift_token_hex_literal | @swift_token_integer_literal | @swift_token_oct_literal | @swift_token_real_literal | @swift_token_regex_literal | @swift_token_self_expression | @swift_token_simple_identifier | @swift_token_special_literal | @swift_token_super_expression | @swift_try_expression | @swift_tuple_expression | @swift_value_pack_expansion | @swift_value_parameter_pack - -#keyset[swift_nil_coalescing_expression, index] -swift_nil_coalescing_expression_value( - int swift_nil_coalescing_expression: @swift_nil_coalescing_expression ref, - int index: int ref, - unique int value: @swift_nil_coalescing_expression_value_type ref +swift_nested_type_identifier_def( + unique int id: @swift_nested_type_identifier ); swift_nil_coalescing_expression_def( - unique int id: @swift_nil_coalescing_expression + unique int id: @swift_nil_coalescing_expression, + int if_nil: @swift_expression ref, + int value: @swift_expression ref ); -@swift_opaque_type_child_type = @swift_array_type | @swift_dictionary_type | @swift_existential_type | @swift_function_type | @swift_metatype | @swift_opaque_type | @swift_optional_type | @swift_protocol_composition_type | @swift_suppressed_constraint | @swift_tuple_type | @swift_type_pack_expansion | @swift_type_parameter_pack | @swift_user_type - swift_opaque_type_def( unique int id: @swift_opaque_type, - int child: @swift_opaque_type_child_type ref -); - -@swift_open_end_range_expression_start_type = @swift_additive_expression | @swift_array_literal | @swift_as_expression | @swift_assignment | @swift_await_expression | @swift_bitwise_operation | @swift_call_expression | @swift_check_expression | @swift_comparison_expression | @swift_conjunction_expression | @swift_constructor_expression | @swift_dictionary_literal | @swift_directive | @swift_disjunction_expression | @swift_equality_expression | @swift_if_statement | @swift_infix_expression | @swift_key_path_expression | @swift_key_path_string_expression | @swift_lambda_literal | @swift_line_string_literal | @swift_macro_invocation | @swift_multi_line_string_literal | @swift_multiplicative_expression | @swift_navigation_expression | @swift_nil_coalescing_expression | @swift_open_end_range_expression | @swift_open_start_range_expression | @swift_playground_literal | @swift_postfix_expression | @swift_prefix_expression | @swift_range_expression | @swift_raw_string_literal | @swift_reserved_word | @swift_selector_expression | @swift_switch_statement | @swift_ternary_expression | @swift_token_bang | @swift_token_bin_literal | @swift_token_boolean_literal | @swift_token_custom_operator | @swift_token_diagnostic | @swift_token_fully_open_range | @swift_token_hex_literal | @swift_token_integer_literal | @swift_token_oct_literal | @swift_token_real_literal | @swift_token_regex_literal | @swift_token_self_expression | @swift_token_simple_identifier | @swift_token_special_literal | @swift_token_super_expression | @swift_try_expression | @swift_tuple_expression | @swift_value_pack_expansion | @swift_value_parameter_pack - -#keyset[swift_open_end_range_expression, index] -swift_open_end_range_expression_start( - int swift_open_end_range_expression: @swift_open_end_range_expression ref, - int index: int ref, - unique int start: @swift_open_end_range_expression_start_type ref + int child: @swift_unannotated_type ref ); swift_open_end_range_expression_def( - unique int id: @swift_open_end_range_expression -); - -@swift_open_start_range_expression_end_type = @swift_additive_expression | @swift_array_literal | @swift_as_expression | @swift_assignment | @swift_await_expression | @swift_bitwise_operation | @swift_call_expression | @swift_check_expression | @swift_comparison_expression | @swift_conjunction_expression | @swift_constructor_expression | @swift_dictionary_literal | @swift_directive | @swift_disjunction_expression | @swift_equality_expression | @swift_if_statement | @swift_infix_expression | @swift_key_path_expression | @swift_key_path_string_expression | @swift_lambda_literal | @swift_line_string_literal | @swift_macro_invocation | @swift_multi_line_string_literal | @swift_multiplicative_expression | @swift_navigation_expression | @swift_nil_coalescing_expression | @swift_open_end_range_expression | @swift_open_start_range_expression | @swift_playground_literal | @swift_postfix_expression | @swift_prefix_expression | @swift_range_expression | @swift_raw_string_literal | @swift_reserved_word | @swift_selector_expression | @swift_switch_statement | @swift_ternary_expression | @swift_token_bang | @swift_token_bin_literal | @swift_token_boolean_literal | @swift_token_custom_operator | @swift_token_diagnostic | @swift_token_fully_open_range | @swift_token_hex_literal | @swift_token_integer_literal | @swift_token_oct_literal | @swift_token_real_literal | @swift_token_regex_literal | @swift_token_self_expression | @swift_token_simple_identifier | @swift_token_special_literal | @swift_token_super_expression | @swift_try_expression | @swift_tuple_expression | @swift_value_pack_expansion | @swift_value_parameter_pack - -#keyset[swift_open_start_range_expression, index] -swift_open_start_range_expression_end( - int swift_open_start_range_expression: @swift_open_start_range_expression ref, - int index: int ref, - unique int end: @swift_open_start_range_expression_end_type ref + unique int id: @swift_open_end_range_expression, + int start: @swift_expression ref ); swift_open_start_range_expression_def( - unique int id: @swift_open_start_range_expression + unique int id: @swift_open_start_range_expression, + int end: @swift_expression ref ); -@swift_operator_declaration_child_type = @swift_deprecated_operator_declaration_body | @swift_token_bang | @swift_token_custom_operator | @swift_token_simple_identifier +@swift_operator_declaration_child_type = @swift_deprecated_operator_declaration_body | @swift_referenceable_operator | @swift_token_simple_identifier #keyset[swift_operator_declaration, index] swift_operator_declaration_child( @@ -1678,6 +1285,11 @@ swift_operator_declaration_def( unique int id: @swift_operator_declaration ); +swift_optional_chain_marker_def( + unique int id: @swift_optional_chain_marker, + int child: @swift_expression ref +); + @swift_optional_type_wrapped_type = @swift_array_type | @swift_dictionary_type | @swift_tuple_type | @swift_user_type swift_optional_type_def( @@ -1690,23 +1302,7 @@ swift_parameter_external_name( unique int external_name: @swift_token_simple_identifier ref ); -@swift_parameter_name_type = @swift_array_type | @swift_dictionary_type | @swift_existential_type | @swift_function_type | @swift_metatype | @swift_opaque_type | @swift_optional_type | @swift_protocol_composition_type | @swift_suppressed_constraint | @swift_token_simple_identifier | @swift_tuple_type | @swift_type_pack_expansion | @swift_type_parameter_pack | @swift_user_type - -#keyset[swift_parameter, index] -swift_parameter_name( - int swift_parameter: @swift_parameter ref, - int index: int ref, - unique int name: @swift_parameter_name_type ref -); - -@swift_parameter_type_type = @swift_array_type | @swift_dictionary_type | @swift_existential_type | @swift_function_type | @swift_metatype | @swift_opaque_type | @swift_optional_type | @swift_protocol_composition_type | @swift_reserved_word | @swift_suppressed_constraint | @swift_tuple_type | @swift_type_modifiers | @swift_type_pack_expansion | @swift_type_parameter_pack | @swift_user_type - -#keyset[swift_parameter, index] -swift_parameter_type( - int swift_parameter: @swift_parameter ref, - int index: int ref, - unique int type__: @swift_parameter_type_type ref -); +@swift_parameter_type_type = @swift_implicitly_unwrapped_type | @swift_type__ swift_parameter_child( unique int swift_parameter: @swift_parameter ref, @@ -1714,7 +1310,9 @@ swift_parameter_child( ); swift_parameter_def( - unique int id: @swift_parameter + unique int id: @swift_parameter, + int name: @swift_token_simple_identifier ref, + int type__: @swift_parameter_type_type ref ); #keyset[swift_parameter_modifiers, index] @@ -1733,14 +1331,7 @@ swift_pattern_bound_identifier( unique int bound_identifier: @swift_token_simple_identifier ref ); -@swift_pattern_name_type = @swift_array_type | @swift_dictionary_type | @swift_existential_type | @swift_function_type | @swift_metatype | @swift_opaque_type | @swift_optional_type | @swift_protocol_composition_type | @swift_suppressed_constraint | @swift_tuple_type | @swift_type_pack_expansion | @swift_type_parameter_pack | @swift_user_type - -swift_pattern_name( - unique int swift_pattern: @swift_pattern ref, - unique int name: @swift_pattern_name_type ref -); - -@swift_pattern_child_type = @swift_additive_expression | @swift_array_literal | @swift_as_expression | @swift_assignment | @swift_await_expression | @swift_bitwise_operation | @swift_call_expression | @swift_check_expression | @swift_comparison_expression | @swift_conjunction_expression | @swift_constructor_expression | @swift_dictionary_literal | @swift_directive | @swift_disjunction_expression | @swift_equality_expression | @swift_if_statement | @swift_infix_expression | @swift_key_path_expression | @swift_key_path_string_expression | @swift_lambda_literal | @swift_line_string_literal | @swift_macro_invocation | @swift_multi_line_string_literal | @swift_multiplicative_expression | @swift_navigation_expression | @swift_nil_coalescing_expression | @swift_open_end_range_expression | @swift_open_start_range_expression | @swift_pattern | @swift_playground_literal | @swift_postfix_expression | @swift_prefix_expression | @swift_range_expression | @swift_raw_string_literal | @swift_selector_expression | @swift_switch_statement | @swift_ternary_expression | @swift_token_bang | @swift_token_bin_literal | @swift_token_boolean_literal | @swift_token_custom_operator | @swift_token_diagnostic | @swift_token_fully_open_range | @swift_token_hex_literal | @swift_token_integer_literal | @swift_token_oct_literal | @swift_token_real_literal | @swift_token_regex_literal | @swift_token_self_expression | @swift_token_simple_identifier | @swift_token_special_literal | @swift_token_super_expression | @swift_token_wildcard_pattern | @swift_try_expression | @swift_tuple_expression | @swift_type_modifiers | @swift_user_type | @swift_value_binding_pattern | @swift_value_pack_expansion | @swift_value_parameter_pack +@swift_pattern_child_type = @swift_expression | @swift_pattern | @swift_token_wildcard_pattern | @swift_type__ | @swift_user_type | @swift_value_binding_pattern #keyset[swift_pattern, index] swift_pattern_child( @@ -1753,13 +1344,11 @@ swift_pattern_def( unique int id: @swift_pattern ); -@swift_playground_literal_child_type = @swift_additive_expression | @swift_array_literal | @swift_as_expression | @swift_assignment | @swift_await_expression | @swift_bitwise_operation | @swift_call_expression | @swift_check_expression | @swift_comparison_expression | @swift_conjunction_expression | @swift_constructor_expression | @swift_dictionary_literal | @swift_directive | @swift_disjunction_expression | @swift_equality_expression | @swift_if_statement | @swift_infix_expression | @swift_key_path_expression | @swift_key_path_string_expression | @swift_lambda_literal | @swift_line_string_literal | @swift_macro_invocation | @swift_multi_line_string_literal | @swift_multiplicative_expression | @swift_navigation_expression | @swift_nil_coalescing_expression | @swift_open_end_range_expression | @swift_open_start_range_expression | @swift_playground_literal | @swift_postfix_expression | @swift_prefix_expression | @swift_range_expression | @swift_raw_string_literal | @swift_selector_expression | @swift_switch_statement | @swift_ternary_expression | @swift_token_bang | @swift_token_bin_literal | @swift_token_boolean_literal | @swift_token_custom_operator | @swift_token_diagnostic | @swift_token_fully_open_range | @swift_token_hex_literal | @swift_token_integer_literal | @swift_token_oct_literal | @swift_token_real_literal | @swift_token_regex_literal | @swift_token_self_expression | @swift_token_simple_identifier | @swift_token_special_literal | @swift_token_super_expression | @swift_try_expression | @swift_tuple_expression | @swift_value_pack_expansion | @swift_value_parameter_pack - #keyset[swift_playground_literal, index] swift_playground_literal_child( int swift_playground_literal: @swift_playground_literal ref, int index: int ref, - unique int child: @swift_playground_literal_child_type ref + unique int child: @swift_expression ref ); swift_playground_literal_def( @@ -1768,18 +1357,10 @@ swift_playground_literal_def( @swift_postfix_expression_operation_type = @swift_reserved_word | @swift_token_bang -@swift_postfix_expression_target_type = @swift_additive_expression | @swift_array_literal | @swift_as_expression | @swift_assignment | @swift_await_expression | @swift_bitwise_operation | @swift_call_expression | @swift_check_expression | @swift_comparison_expression | @swift_conjunction_expression | @swift_constructor_expression | @swift_dictionary_literal | @swift_directive | @swift_disjunction_expression | @swift_equality_expression | @swift_if_statement | @swift_infix_expression | @swift_key_path_expression | @swift_key_path_string_expression | @swift_lambda_literal | @swift_line_string_literal | @swift_macro_invocation | @swift_multi_line_string_literal | @swift_multiplicative_expression | @swift_navigation_expression | @swift_nil_coalescing_expression | @swift_open_end_range_expression | @swift_open_start_range_expression | @swift_playground_literal | @swift_postfix_expression | @swift_prefix_expression | @swift_range_expression | @swift_raw_string_literal | @swift_reserved_word | @swift_selector_expression | @swift_switch_statement | @swift_ternary_expression | @swift_token_bang | @swift_token_bin_literal | @swift_token_boolean_literal | @swift_token_custom_operator | @swift_token_diagnostic | @swift_token_fully_open_range | @swift_token_hex_literal | @swift_token_integer_literal | @swift_token_oct_literal | @swift_token_real_literal | @swift_token_regex_literal | @swift_token_self_expression | @swift_token_simple_identifier | @swift_token_special_literal | @swift_token_super_expression | @swift_try_expression | @swift_tuple_expression | @swift_value_pack_expansion | @swift_value_parameter_pack - -#keyset[swift_postfix_expression, index] -swift_postfix_expression_target( - int swift_postfix_expression: @swift_postfix_expression ref, - int index: int ref, - unique int target: @swift_postfix_expression_target_type ref -); - swift_postfix_expression_def( unique int id: @swift_postfix_expression, - int operation: @swift_postfix_expression_operation_type ref + int operation: @swift_postfix_expression_operation_type ref, + int target: @swift_expression ref ); @swift_precedence_group_attribute_child_type = @swift_token_boolean_literal | @swift_token_simple_identifier @@ -1821,18 +1402,10 @@ swift_precedence_group_declaration_def( @swift_prefix_expression_operation_type = @swift_reserved_word | @swift_token_bang | @swift_token_custom_operator -@swift_prefix_expression_target_type = @swift_additive_expression | @swift_array_literal | @swift_as_expression | @swift_assignment | @swift_await_expression | @swift_bitwise_operation | @swift_call_expression | @swift_check_expression | @swift_comparison_expression | @swift_conjunction_expression | @swift_constructor_expression | @swift_dictionary_literal | @swift_directive | @swift_disjunction_expression | @swift_equality_expression | @swift_if_statement | @swift_infix_expression | @swift_key_path_expression | @swift_key_path_string_expression | @swift_lambda_literal | @swift_line_string_literal | @swift_macro_invocation | @swift_multi_line_string_literal | @swift_multiplicative_expression | @swift_navigation_expression | @swift_nil_coalescing_expression | @swift_open_end_range_expression | @swift_open_start_range_expression | @swift_playground_literal | @swift_postfix_expression | @swift_prefix_expression | @swift_range_expression | @swift_raw_string_literal | @swift_reserved_word | @swift_selector_expression | @swift_switch_statement | @swift_ternary_expression | @swift_token__expression | @swift_token_bang | @swift_token_bin_literal | @swift_token_boolean_literal | @swift_token_custom_operator | @swift_token_diagnostic | @swift_token_fully_open_range | @swift_token_hex_literal | @swift_token_integer_literal | @swift_token_oct_literal | @swift_token_real_literal | @swift_token_regex_literal | @swift_token_self_expression | @swift_token_simple_identifier | @swift_token_special_literal | @swift_token_super_expression | @swift_try_expression | @swift_tuple_expression | @swift_value_pack_expansion | @swift_value_parameter_pack - -#keyset[swift_prefix_expression, index] -swift_prefix_expression_target( - int swift_prefix_expression: @swift_prefix_expression ref, - int index: int ref, - unique int target: @swift_prefix_expression_target_type ref -); - swift_prefix_expression_def( unique int id: @swift_prefix_expression, - int operation: @swift_prefix_expression_operation_type ref + int operation: @swift_prefix_expression_operation_type ref, + int target: @swift_expression ref ); #keyset[swift_property_declaration, index] @@ -1849,13 +1422,11 @@ swift_property_declaration_name( unique int name: @swift_pattern ref ); -@swift_property_declaration_value_type = @swift_additive_expression | @swift_array_literal | @swift_as_expression | @swift_assignment | @swift_await_expression | @swift_bitwise_operation | @swift_call_expression | @swift_check_expression | @swift_comparison_expression | @swift_conjunction_expression | @swift_constructor_expression | @swift_dictionary_literal | @swift_directive | @swift_disjunction_expression | @swift_equality_expression | @swift_if_statement | @swift_infix_expression | @swift_key_path_expression | @swift_key_path_string_expression | @swift_lambda_literal | @swift_line_string_literal | @swift_macro_invocation | @swift_multi_line_string_literal | @swift_multiplicative_expression | @swift_navigation_expression | @swift_nil_coalescing_expression | @swift_open_end_range_expression | @swift_open_start_range_expression | @swift_playground_literal | @swift_postfix_expression | @swift_prefix_expression | @swift_range_expression | @swift_raw_string_literal | @swift_reserved_word | @swift_selector_expression | @swift_switch_statement | @swift_ternary_expression | @swift_token_bang | @swift_token_bin_literal | @swift_token_boolean_literal | @swift_token_custom_operator | @swift_token_diagnostic | @swift_token_fully_open_range | @swift_token_hex_literal | @swift_token_integer_literal | @swift_token_oct_literal | @swift_token_real_literal | @swift_token_regex_literal | @swift_token_self_expression | @swift_token_simple_identifier | @swift_token_special_literal | @swift_token_super_expression | @swift_try_expression | @swift_tuple_expression | @swift_value_pack_expansion | @swift_value_parameter_pack - #keyset[swift_property_declaration, index] swift_property_declaration_value( int swift_property_declaration: @swift_property_declaration ref, int index: int ref, - unique int value: @swift_property_declaration_value_type ref + unique int value: @swift_expression ref ); @swift_property_declaration_child_type = @swift_attribute | @swift_modifiers | @swift_token_inheritance_modifier | @swift_token_ownership_modifier | @swift_token_property_behavior_modifier | @swift_type_annotation | @swift_type_constraints | @swift_value_binding_pattern | @swift_willset_didset_block @@ -1871,33 +1442,22 @@ swift_property_declaration_def( unique int id: @swift_property_declaration ); -#keyset[swift_protocol_body, index] -swift_protocol_body_body( - int swift_protocol_body: @swift_protocol_body ref, - int index: int ref, - unique int body: @swift_protocol_function_declaration ref -); - -@swift_protocol_body_child_type = @swift_associatedtype_declaration | @swift_deinit_declaration | @swift_init_declaration | @swift_protocol_function_declaration | @swift_protocol_property_declaration | @swift_subscript_declaration | @swift_typealias_declaration - #keyset[swift_protocol_body, index] swift_protocol_body_child( int swift_protocol_body: @swift_protocol_body ref, int index: int ref, - unique int child: @swift_protocol_body_child_type ref + unique int child: @swift_protocol_member_declaration ref ); swift_protocol_body_def( unique int id: @swift_protocol_body ); -@swift_protocol_composition_type_child_type = @swift_array_type | @swift_dictionary_type | @swift_existential_type | @swift_function_type | @swift_metatype | @swift_opaque_type | @swift_optional_type | @swift_protocol_composition_type | @swift_suppressed_constraint | @swift_tuple_type | @swift_type_pack_expansion | @swift_type_parameter_pack | @swift_user_type - #keyset[swift_protocol_composition_type, index] swift_protocol_composition_type_child( int swift_protocol_composition_type: @swift_protocol_composition_type ref, int index: int ref, - unique int child: @swift_protocol_composition_type_child_type ref + unique int child: @swift_unannotated_type ref ); swift_protocol_composition_type_def( @@ -1925,34 +1485,28 @@ swift_protocol_declaration_def( int name: @swift_token_type_identifier ref ); -@swift_protocol_function_declaration_default_value_type = @swift_additive_expression | @swift_array_literal | @swift_as_expression | @swift_assignment | @swift_await_expression | @swift_bitwise_operation | @swift_call_expression | @swift_check_expression | @swift_comparison_expression | @swift_conjunction_expression | @swift_constructor_expression | @swift_dictionary_literal | @swift_directive | @swift_disjunction_expression | @swift_equality_expression | @swift_if_statement | @swift_infix_expression | @swift_key_path_expression | @swift_key_path_string_expression | @swift_lambda_literal | @swift_line_string_literal | @swift_macro_invocation | @swift_multi_line_string_literal | @swift_multiplicative_expression | @swift_navigation_expression | @swift_nil_coalescing_expression | @swift_open_end_range_expression | @swift_open_start_range_expression | @swift_playground_literal | @swift_postfix_expression | @swift_prefix_expression | @swift_range_expression | @swift_raw_string_literal | @swift_reserved_word | @swift_selector_expression | @swift_switch_statement | @swift_ternary_expression | @swift_token_bang | @swift_token_bin_literal | @swift_token_boolean_literal | @swift_token_custom_operator | @swift_token_diagnostic | @swift_token_fully_open_range | @swift_token_hex_literal | @swift_token_integer_literal | @swift_token_oct_literal | @swift_token_real_literal | @swift_token_regex_literal | @swift_token_self_expression | @swift_token_simple_identifier | @swift_token_special_literal | @swift_token_super_expression | @swift_try_expression | @swift_tuple_expression | @swift_value_pack_expansion | @swift_value_parameter_pack +swift_protocol_function_declaration_body( + unique int swift_protocol_function_declaration: @swift_protocol_function_declaration ref, + unique int body: @swift_function_body ref +); #keyset[swift_protocol_function_declaration, index] swift_protocol_function_declaration_default_value( int swift_protocol_function_declaration: @swift_protocol_function_declaration ref, int index: int ref, - unique int default_value: @swift_protocol_function_declaration_default_value_type ref + unique int default_value: @swift_expression ref ); -@swift_protocol_function_declaration_name_type = @swift_array_type | @swift_dictionary_type | @swift_existential_type | @swift_function_type | @swift_metatype | @swift_opaque_type | @swift_optional_type | @swift_protocol_composition_type | @swift_reserved_word | @swift_suppressed_constraint | @swift_token_bang | @swift_token_custom_operator | @swift_token_simple_identifier | @swift_tuple_type | @swift_type_pack_expansion | @swift_type_parameter_pack | @swift_user_type - -#keyset[swift_protocol_function_declaration, index] -swift_protocol_function_declaration_name( - int swift_protocol_function_declaration: @swift_protocol_function_declaration ref, - int index: int ref, - unique int name: @swift_protocol_function_declaration_name_type ref -); +@swift_protocol_function_declaration_name_type = @swift_referenceable_operator | @swift_token_simple_identifier -@swift_protocol_function_declaration_return_type_type = @swift_array_type | @swift_dictionary_type | @swift_existential_type | @swift_function_type | @swift_metatype | @swift_opaque_type | @swift_optional_type | @swift_protocol_composition_type | @swift_reserved_word | @swift_suppressed_constraint | @swift_tuple_type | @swift_type_modifiers | @swift_type_pack_expansion | @swift_type_parameter_pack | @swift_user_type +@swift_protocol_function_declaration_return_type_type = @swift_implicitly_unwrapped_type | @swift_type__ -#keyset[swift_protocol_function_declaration, index] swift_protocol_function_declaration_return_type( - int swift_protocol_function_declaration: @swift_protocol_function_declaration ref, - int index: int ref, + unique int swift_protocol_function_declaration: @swift_protocol_function_declaration ref, unique int return_type: @swift_protocol_function_declaration_return_type_type ref ); -@swift_protocol_function_declaration_child_type = @swift_attribute | @swift_modifiers | @swift_parameter | @swift_statements | @swift_throws_clause | @swift_token_throws | @swift_type_constraints | @swift_type_parameters +@swift_protocol_function_declaration_child_type = @swift_attribute | @swift_modifiers | @swift_parameter | @swift_throws_clause | @swift_token_throws | @swift_type_constraints | @swift_type_parameters #keyset[swift_protocol_function_declaration, index] swift_protocol_function_declaration_child( @@ -1962,9 +1516,12 @@ swift_protocol_function_declaration_child( ); swift_protocol_function_declaration_def( - unique int id: @swift_protocol_function_declaration + unique int id: @swift_protocol_function_declaration, + int name: @swift_protocol_function_declaration_name_type ref ); +@swift_protocol_member_declaration = @swift_associatedtype_declaration | @swift_deinit_declaration | @swift_init_declaration | @swift_protocol_function_declaration | @swift_protocol_property_declaration | @swift_subscript_declaration | @swift_typealias_declaration + @swift_protocol_property_declaration_child_type = @swift_modifiers | @swift_protocol_property_requirements | @swift_type_annotation | @swift_type_constraints #keyset[swift_protocol_property_declaration, index] @@ -1992,33 +1549,17 @@ swift_protocol_property_requirements_def( unique int id: @swift_protocol_property_requirements ); -@swift_range_expression_end_type = @swift_additive_expression | @swift_array_literal | @swift_as_expression | @swift_assignment | @swift_await_expression | @swift_bitwise_operation | @swift_call_expression | @swift_check_expression | @swift_comparison_expression | @swift_conjunction_expression | @swift_constructor_expression | @swift_dictionary_literal | @swift_directive | @swift_disjunction_expression | @swift_equality_expression | @swift_if_statement | @swift_infix_expression | @swift_key_path_expression | @swift_key_path_string_expression | @swift_lambda_literal | @swift_line_string_literal | @swift_macro_invocation | @swift_multi_line_string_literal | @swift_multiplicative_expression | @swift_navigation_expression | @swift_nil_coalescing_expression | @swift_open_end_range_expression | @swift_open_start_range_expression | @swift_playground_literal | @swift_postfix_expression | @swift_prefix_expression | @swift_range_expression | @swift_raw_string_literal | @swift_reserved_word | @swift_selector_expression | @swift_switch_statement | @swift_ternary_expression | @swift_token_bang | @swift_token_bin_literal | @swift_token_boolean_literal | @swift_token_custom_operator | @swift_token_diagnostic | @swift_token_fully_open_range | @swift_token_hex_literal | @swift_token_integer_literal | @swift_token_oct_literal | @swift_token_real_literal | @swift_token_regex_literal | @swift_token_self_expression | @swift_token_simple_identifier | @swift_token_special_literal | @swift_token_super_expression | @swift_try_expression | @swift_tuple_expression | @swift_value_pack_expansion | @swift_value_parameter_pack - -#keyset[swift_range_expression, index] -swift_range_expression_end( - int swift_range_expression: @swift_range_expression ref, - int index: int ref, - unique int end: @swift_range_expression_end_type ref -); - case @swift_range_expression.op of 0 = @swift_range_expression_dotdotdot | 1 = @swift_range_expression_dotdotlangle ; -@swift_range_expression_start_type = @swift_additive_expression | @swift_array_literal | @swift_as_expression | @swift_assignment | @swift_await_expression | @swift_bitwise_operation | @swift_call_expression | @swift_check_expression | @swift_comparison_expression | @swift_conjunction_expression | @swift_constructor_expression | @swift_dictionary_literal | @swift_directive | @swift_disjunction_expression | @swift_equality_expression | @swift_if_statement | @swift_infix_expression | @swift_key_path_expression | @swift_key_path_string_expression | @swift_lambda_literal | @swift_line_string_literal | @swift_macro_invocation | @swift_multi_line_string_literal | @swift_multiplicative_expression | @swift_navigation_expression | @swift_nil_coalescing_expression | @swift_open_end_range_expression | @swift_open_start_range_expression | @swift_playground_literal | @swift_postfix_expression | @swift_prefix_expression | @swift_range_expression | @swift_raw_string_literal | @swift_reserved_word | @swift_selector_expression | @swift_switch_statement | @swift_ternary_expression | @swift_token_bang | @swift_token_bin_literal | @swift_token_boolean_literal | @swift_token_custom_operator | @swift_token_diagnostic | @swift_token_fully_open_range | @swift_token_hex_literal | @swift_token_integer_literal | @swift_token_oct_literal | @swift_token_real_literal | @swift_token_regex_literal | @swift_token_self_expression | @swift_token_simple_identifier | @swift_token_special_literal | @swift_token_super_expression | @swift_try_expression | @swift_tuple_expression | @swift_value_pack_expansion | @swift_value_parameter_pack - -#keyset[swift_range_expression, index] -swift_range_expression_start( - int swift_range_expression: @swift_range_expression ref, - int index: int ref, - unique int start: @swift_range_expression_start_type ref -); - swift_range_expression_def( unique int id: @swift_range_expression, - int op: int ref + int end: @swift_expression ref, + int op: int ref, + int start: @swift_expression ref ); #keyset[swift_raw_str_interpolation, index] @@ -2060,29 +1601,22 @@ swift_raw_string_literal_def( unique int id: @swift_raw_string_literal ); -#keyset[swift_repeat_while_statement, index] -swift_repeat_while_statement_bound_identifier( - int swift_repeat_while_statement: @swift_repeat_while_statement ref, - int index: int ref, - unique int bound_identifier: @swift_token_simple_identifier ref -); - -@swift_repeat_while_statement_condition_type = @swift_additive_expression | @swift_array_literal | @swift_array_type | @swift_as_expression | @swift_assignment | @swift_availability_condition | @swift_await_expression | @swift_bitwise_operation | @swift_call_expression | @swift_check_expression | @swift_comparison_expression | @swift_conjunction_expression | @swift_constructor_expression | @swift_dictionary_literal | @swift_dictionary_type | @swift_directive | @swift_disjunction_expression | @swift_equality_expression | @swift_existential_type | @swift_function_type | @swift_if_statement | @swift_infix_expression | @swift_key_path_expression | @swift_key_path_string_expression | @swift_lambda_literal | @swift_line_string_literal | @swift_macro_invocation | @swift_metatype | @swift_multi_line_string_literal | @swift_multiplicative_expression | @swift_navigation_expression | @swift_nil_coalescing_expression | @swift_opaque_type | @swift_open_end_range_expression | @swift_open_start_range_expression | @swift_optional_type | @swift_pattern | @swift_playground_literal | @swift_postfix_expression | @swift_prefix_expression | @swift_protocol_composition_type | @swift_range_expression | @swift_raw_string_literal | @swift_reserved_word | @swift_selector_expression | @swift_suppressed_constraint | @swift_switch_statement | @swift_ternary_expression | @swift_token_bang | @swift_token_bin_literal | @swift_token_boolean_literal | @swift_token_custom_operator | @swift_token_diagnostic | @swift_token_fully_open_range | @swift_token_hex_literal | @swift_token_integer_literal | @swift_token_oct_literal | @swift_token_real_literal | @swift_token_regex_literal | @swift_token_self_expression | @swift_token_simple_identifier | @swift_token_special_literal | @swift_token_super_expression | @swift_token_wildcard_pattern | @swift_try_expression | @swift_tuple_expression | @swift_tuple_type | @swift_type_annotation | @swift_type_modifiers | @swift_type_pack_expansion | @swift_type_parameter_pack | @swift_user_type | @swift_value_binding_pattern | @swift_value_pack_expansion | @swift_value_parameter_pack | @swift_where_clause +@swift_referenceable_operator_child_type = @swift_token_bang | @swift_token_custom_operator -#keyset[swift_repeat_while_statement, index] -swift_repeat_while_statement_condition( - int swift_repeat_while_statement: @swift_repeat_while_statement ref, - int index: int ref, - unique int condition: @swift_repeat_while_statement_condition_type ref +swift_referenceable_operator_child( + unique int swift_referenceable_operator: @swift_referenceable_operator ref, + unique int child: @swift_referenceable_operator_child_type ref ); -@swift_repeat_while_statement_name_type = @swift_array_type | @swift_dictionary_type | @swift_existential_type | @swift_function_type | @swift_metatype | @swift_opaque_type | @swift_optional_type | @swift_protocol_composition_type | @swift_suppressed_constraint | @swift_tuple_type | @swift_type_pack_expansion | @swift_type_parameter_pack | @swift_user_type +swift_referenceable_operator_def( + unique int id: @swift_referenceable_operator +); #keyset[swift_repeat_while_statement, index] -swift_repeat_while_statement_name( +swift_repeat_while_statement_condition( int swift_repeat_while_statement: @swift_repeat_while_statement ref, int index: int ref, - unique int name: @swift_repeat_while_statement_name_type ref + unique int condition: @swift_if_condition ref ); swift_repeat_while_statement_child( @@ -2094,15 +1628,9 @@ swift_repeat_while_statement_def( unique int id: @swift_repeat_while_statement ); -@swift_selector_expression_child_type = @swift_additive_expression | @swift_array_literal | @swift_as_expression | @swift_assignment | @swift_await_expression | @swift_bitwise_operation | @swift_call_expression | @swift_check_expression | @swift_comparison_expression | @swift_conjunction_expression | @swift_constructor_expression | @swift_dictionary_literal | @swift_directive | @swift_disjunction_expression | @swift_equality_expression | @swift_if_statement | @swift_infix_expression | @swift_key_path_expression | @swift_key_path_string_expression | @swift_lambda_literal | @swift_line_string_literal | @swift_macro_invocation | @swift_multi_line_string_literal | @swift_multiplicative_expression | @swift_navigation_expression | @swift_nil_coalescing_expression | @swift_open_end_range_expression | @swift_open_start_range_expression | @swift_playground_literal | @swift_postfix_expression | @swift_prefix_expression | @swift_range_expression | @swift_raw_string_literal | @swift_selector_expression | @swift_switch_statement | @swift_ternary_expression | @swift_token_bang | @swift_token_bin_literal | @swift_token_boolean_literal | @swift_token_custom_operator | @swift_token_diagnostic | @swift_token_fully_open_range | @swift_token_hex_literal | @swift_token_integer_literal | @swift_token_oct_literal | @swift_token_real_literal | @swift_token_regex_literal | @swift_token_self_expression | @swift_token_simple_identifier | @swift_token_special_literal | @swift_token_super_expression | @swift_try_expression | @swift_tuple_expression | @swift_value_pack_expansion | @swift_value_parameter_pack - -swift_selector_expression_child( - unique int swift_selector_expression: @swift_selector_expression ref, - unique int child: @swift_selector_expression_child_type ref -); - swift_selector_expression_def( - unique int id: @swift_selector_expression + unique int id: @swift_selector_expression, + int child: @swift_expression ref ); swift_setter_specifier_child( @@ -2114,7 +1642,7 @@ swift_setter_specifier_def( unique int id: @swift_setter_specifier ); -@swift_source_file_child_type = @swift_additive_expression | @swift_array_literal | @swift_as_expression | @swift_assignment | @swift_associatedtype_declaration | @swift_await_expression | @swift_bitwise_operation | @swift_call_expression | @swift_check_expression | @swift_class_declaration | @swift_comparison_expression | @swift_conjunction_expression | @swift_constructor_expression | @swift_dictionary_literal | @swift_directive | @swift_disjunction_expression | @swift_do_statement | @swift_equality_expression | @swift_for_statement | @swift_function_declaration | @swift_guard_statement | @swift_if_statement | @swift_import_declaration | @swift_infix_expression | @swift_init_declaration | @swift_key_path_expression | @swift_key_path_string_expression | @swift_lambda_literal | @swift_line_string_literal | @swift_macro_declaration | @swift_macro_invocation | @swift_multi_line_string_literal | @swift_multiplicative_expression | @swift_navigation_expression | @swift_nil_coalescing_expression | @swift_open_end_range_expression | @swift_open_start_range_expression | @swift_operator_declaration | @swift_playground_literal | @swift_postfix_expression | @swift_precedence_group_declaration | @swift_prefix_expression | @swift_property_declaration | @swift_protocol_declaration | @swift_range_expression | @swift_raw_string_literal | @swift_repeat_while_statement | @swift_selector_expression | @swift_switch_statement | @swift_ternary_expression | @swift_token_bang | @swift_token_bin_literal | @swift_token_boolean_literal | @swift_token_custom_operator | @swift_token_diagnostic | @swift_token_fully_open_range | @swift_token_hex_literal | @swift_token_integer_literal | @swift_token_oct_literal | @swift_token_real_literal | @swift_token_regex_literal | @swift_token_self_expression | @swift_token_shebang_line | @swift_token_simple_identifier | @swift_token_special_literal | @swift_token_statement_label | @swift_token_super_expression | @swift_token_throw_keyword | @swift_try_expression | @swift_tuple_expression | @swift_typealias_declaration | @swift_value_pack_expansion | @swift_value_parameter_pack | @swift_while_statement +@swift_source_file_child_type = @swift_do_statement | @swift_expression | @swift_for_statement | @swift_global_declaration | @swift_guard_statement | @swift_repeat_while_statement | @swift_token_shebang_line | @swift_token_statement_label | @swift_token_throw_keyword | @swift_while_statement #keyset[swift_source_file, index] swift_source_file_child( @@ -2127,7 +1655,7 @@ swift_source_file_def( unique int id: @swift_source_file ); -@swift_statements_child_type = @swift_additive_expression | @swift_array_literal | @swift_as_expression | @swift_assignment | @swift_await_expression | @swift_bitwise_operation | @swift_call_expression | @swift_check_expression | @swift_class_declaration | @swift_comparison_expression | @swift_conjunction_expression | @swift_constructor_expression | @swift_control_transfer_statement | @swift_dictionary_literal | @swift_directive | @swift_disjunction_expression | @swift_do_statement | @swift_equality_expression | @swift_for_statement | @swift_function_declaration | @swift_guard_statement | @swift_if_statement | @swift_infix_expression | @swift_key_path_expression | @swift_key_path_string_expression | @swift_lambda_literal | @swift_line_string_literal | @swift_macro_invocation | @swift_multi_line_string_literal | @swift_multiplicative_expression | @swift_navigation_expression | @swift_nil_coalescing_expression | @swift_open_end_range_expression | @swift_open_start_range_expression | @swift_playground_literal | @swift_postfix_expression | @swift_prefix_expression | @swift_property_declaration | @swift_range_expression | @swift_raw_string_literal | @swift_repeat_while_statement | @swift_selector_expression | @swift_switch_statement | @swift_ternary_expression | @swift_token_bang | @swift_token_bin_literal | @swift_token_boolean_literal | @swift_token_custom_operator | @swift_token_diagnostic | @swift_token_fully_open_range | @swift_token_hex_literal | @swift_token_integer_literal | @swift_token_oct_literal | @swift_token_real_literal | @swift_token_regex_literal | @swift_token_self_expression | @swift_token_simple_identifier | @swift_token_special_literal | @swift_token_statement_label | @swift_token_super_expression | @swift_try_expression | @swift_tuple_expression | @swift_typealias_declaration | @swift_value_pack_expansion | @swift_value_parameter_pack | @swift_while_statement +@swift_statements_child_type = @swift_control_transfer_statement | @swift_do_statement | @swift_expression | @swift_for_statement | @swift_guard_statement | @swift_local_declaration | @swift_repeat_while_statement | @swift_token_statement_label | @swift_while_statement #keyset[swift_statements, index] swift_statements_child( @@ -2140,28 +1668,17 @@ swift_statements_def( unique int id: @swift_statements ); -@swift_subscript_declaration_default_value_type = @swift_additive_expression | @swift_array_literal | @swift_as_expression | @swift_assignment | @swift_await_expression | @swift_bitwise_operation | @swift_call_expression | @swift_check_expression | @swift_comparison_expression | @swift_conjunction_expression | @swift_constructor_expression | @swift_dictionary_literal | @swift_directive | @swift_disjunction_expression | @swift_equality_expression | @swift_if_statement | @swift_infix_expression | @swift_key_path_expression | @swift_key_path_string_expression | @swift_lambda_literal | @swift_line_string_literal | @swift_macro_invocation | @swift_multi_line_string_literal | @swift_multiplicative_expression | @swift_navigation_expression | @swift_nil_coalescing_expression | @swift_open_end_range_expression | @swift_open_start_range_expression | @swift_playground_literal | @swift_postfix_expression | @swift_prefix_expression | @swift_range_expression | @swift_raw_string_literal | @swift_reserved_word | @swift_selector_expression | @swift_switch_statement | @swift_ternary_expression | @swift_token_bang | @swift_token_bin_literal | @swift_token_boolean_literal | @swift_token_custom_operator | @swift_token_diagnostic | @swift_token_fully_open_range | @swift_token_hex_literal | @swift_token_integer_literal | @swift_token_oct_literal | @swift_token_real_literal | @swift_token_regex_literal | @swift_token_self_expression | @swift_token_simple_identifier | @swift_token_special_literal | @swift_token_super_expression | @swift_try_expression | @swift_tuple_expression | @swift_value_pack_expansion | @swift_value_parameter_pack - #keyset[swift_subscript_declaration, index] swift_subscript_declaration_default_value( int swift_subscript_declaration: @swift_subscript_declaration ref, int index: int ref, - unique int default_value: @swift_subscript_declaration_default_value_type ref -); - -@swift_subscript_declaration_name_type = @swift_array_type | @swift_dictionary_type | @swift_existential_type | @swift_function_type | @swift_metatype | @swift_opaque_type | @swift_optional_type | @swift_protocol_composition_type | @swift_suppressed_constraint | @swift_tuple_type | @swift_type_pack_expansion | @swift_type_parameter_pack | @swift_user_type - -swift_subscript_declaration_name( - unique int swift_subscript_declaration: @swift_subscript_declaration ref, - unique int name: @swift_subscript_declaration_name_type ref + unique int default_value: @swift_expression ref ); -@swift_subscript_declaration_return_type_type = @swift_array_type | @swift_dictionary_type | @swift_existential_type | @swift_function_type | @swift_metatype | @swift_opaque_type | @swift_optional_type | @swift_protocol_composition_type | @swift_reserved_word | @swift_suppressed_constraint | @swift_tuple_type | @swift_type_modifiers | @swift_type_pack_expansion | @swift_type_parameter_pack | @swift_user_type +@swift_subscript_declaration_return_type_type = @swift_implicitly_unwrapped_type | @swift_type__ -#keyset[swift_subscript_declaration, index] swift_subscript_declaration_return_type( - int swift_subscript_declaration: @swift_subscript_declaration ref, - int index: int ref, + unique int swift_subscript_declaration: @swift_subscript_declaration ref, unique int return_type: @swift_subscript_declaration_return_type_type ref ); @@ -2183,7 +1700,7 @@ swift_suppressed_constraint_def( int suppressed: @swift_token_type_identifier ref ); -@swift_switch_entry_child_type = @swift_additive_expression | @swift_array_literal | @swift_as_expression | @swift_assignment | @swift_await_expression | @swift_bitwise_operation | @swift_call_expression | @swift_check_expression | @swift_comparison_expression | @swift_conjunction_expression | @swift_constructor_expression | @swift_dictionary_literal | @swift_directive | @swift_disjunction_expression | @swift_equality_expression | @swift_if_statement | @swift_infix_expression | @swift_key_path_expression | @swift_key_path_string_expression | @swift_lambda_literal | @swift_line_string_literal | @swift_macro_invocation | @swift_modifiers | @swift_multi_line_string_literal | @swift_multiplicative_expression | @swift_navigation_expression | @swift_nil_coalescing_expression | @swift_open_end_range_expression | @swift_open_start_range_expression | @swift_playground_literal | @swift_postfix_expression | @swift_prefix_expression | @swift_range_expression | @swift_raw_string_literal | @swift_selector_expression | @swift_statements | @swift_switch_pattern | @swift_switch_statement | @swift_ternary_expression | @swift_token_bang | @swift_token_bin_literal | @swift_token_boolean_literal | @swift_token_custom_operator | @swift_token_default_keyword | @swift_token_diagnostic | @swift_token_fully_open_range | @swift_token_hex_literal | @swift_token_integer_literal | @swift_token_oct_literal | @swift_token_real_literal | @swift_token_regex_literal | @swift_token_self_expression | @swift_token_simple_identifier | @swift_token_special_literal | @swift_token_super_expression | @swift_token_where_keyword | @swift_try_expression | @swift_tuple_expression | @swift_value_pack_expansion | @swift_value_parameter_pack +@swift_switch_entry_child_type = @swift_expression | @swift_modifiers | @swift_statements | @swift_switch_pattern | @swift_token_default_keyword | @swift_token_where_keyword #keyset[swift_switch_entry, index] swift_switch_entry_child( @@ -2201,15 +1718,6 @@ swift_switch_pattern_def( int child: @swift_pattern ref ); -@swift_switch_statement_expr_type = @swift_additive_expression | @swift_array_literal | @swift_as_expression | @swift_assignment | @swift_await_expression | @swift_bitwise_operation | @swift_call_expression | @swift_check_expression | @swift_comparison_expression | @swift_conjunction_expression | @swift_constructor_expression | @swift_dictionary_literal | @swift_directive | @swift_disjunction_expression | @swift_equality_expression | @swift_if_statement | @swift_infix_expression | @swift_key_path_expression | @swift_key_path_string_expression | @swift_lambda_literal | @swift_line_string_literal | @swift_macro_invocation | @swift_multi_line_string_literal | @swift_multiplicative_expression | @swift_navigation_expression | @swift_nil_coalescing_expression | @swift_open_end_range_expression | @swift_open_start_range_expression | @swift_playground_literal | @swift_postfix_expression | @swift_prefix_expression | @swift_range_expression | @swift_raw_string_literal | @swift_reserved_word | @swift_selector_expression | @swift_switch_statement | @swift_ternary_expression | @swift_token_bang | @swift_token_bin_literal | @swift_token_boolean_literal | @swift_token_custom_operator | @swift_token_diagnostic | @swift_token_fully_open_range | @swift_token_hex_literal | @swift_token_integer_literal | @swift_token_oct_literal | @swift_token_real_literal | @swift_token_regex_literal | @swift_token_self_expression | @swift_token_simple_identifier | @swift_token_special_literal | @swift_token_super_expression | @swift_try_expression | @swift_tuple_expression | @swift_value_pack_expansion | @swift_value_parameter_pack - -#keyset[swift_switch_statement, index] -swift_switch_statement_expr( - int swift_switch_statement: @swift_switch_statement ref, - int index: int ref, - unique int expr: @swift_switch_statement_expr_type ref -); - #keyset[swift_switch_statement, index] swift_switch_statement_child( int swift_switch_statement: @swift_switch_statement ref, @@ -2218,58 +1726,25 @@ swift_switch_statement_child( ); swift_switch_statement_def( - unique int id: @swift_switch_statement -); - -@swift_ternary_expression_condition_type = @swift_additive_expression | @swift_array_literal | @swift_as_expression | @swift_assignment | @swift_await_expression | @swift_bitwise_operation | @swift_call_expression | @swift_check_expression | @swift_comparison_expression | @swift_conjunction_expression | @swift_constructor_expression | @swift_dictionary_literal | @swift_directive | @swift_disjunction_expression | @swift_equality_expression | @swift_if_statement | @swift_infix_expression | @swift_key_path_expression | @swift_key_path_string_expression | @swift_lambda_literal | @swift_line_string_literal | @swift_macro_invocation | @swift_multi_line_string_literal | @swift_multiplicative_expression | @swift_navigation_expression | @swift_nil_coalescing_expression | @swift_open_end_range_expression | @swift_open_start_range_expression | @swift_playground_literal | @swift_postfix_expression | @swift_prefix_expression | @swift_range_expression | @swift_raw_string_literal | @swift_reserved_word | @swift_selector_expression | @swift_switch_statement | @swift_ternary_expression | @swift_token_bang | @swift_token_bin_literal | @swift_token_boolean_literal | @swift_token_custom_operator | @swift_token_diagnostic | @swift_token_fully_open_range | @swift_token_hex_literal | @swift_token_integer_literal | @swift_token_oct_literal | @swift_token_real_literal | @swift_token_regex_literal | @swift_token_self_expression | @swift_token_simple_identifier | @swift_token_special_literal | @swift_token_super_expression | @swift_try_expression | @swift_tuple_expression | @swift_value_pack_expansion | @swift_value_parameter_pack - -#keyset[swift_ternary_expression, index] -swift_ternary_expression_condition( - int swift_ternary_expression: @swift_ternary_expression ref, - int index: int ref, - unique int condition: @swift_ternary_expression_condition_type ref -); - -@swift_ternary_expression_if_false_type = @swift_additive_expression | @swift_array_literal | @swift_as_expression | @swift_assignment | @swift_await_expression | @swift_bitwise_operation | @swift_call_expression | @swift_check_expression | @swift_comparison_expression | @swift_conjunction_expression | @swift_constructor_expression | @swift_dictionary_literal | @swift_directive | @swift_disjunction_expression | @swift_equality_expression | @swift_if_statement | @swift_infix_expression | @swift_key_path_expression | @swift_key_path_string_expression | @swift_lambda_literal | @swift_line_string_literal | @swift_macro_invocation | @swift_multi_line_string_literal | @swift_multiplicative_expression | @swift_navigation_expression | @swift_nil_coalescing_expression | @swift_open_end_range_expression | @swift_open_start_range_expression | @swift_playground_literal | @swift_postfix_expression | @swift_prefix_expression | @swift_range_expression | @swift_raw_string_literal | @swift_reserved_word | @swift_selector_expression | @swift_switch_statement | @swift_ternary_expression | @swift_token_bang | @swift_token_bin_literal | @swift_token_boolean_literal | @swift_token_custom_operator | @swift_token_diagnostic | @swift_token_fully_open_range | @swift_token_hex_literal | @swift_token_integer_literal | @swift_token_oct_literal | @swift_token_real_literal | @swift_token_regex_literal | @swift_token_self_expression | @swift_token_simple_identifier | @swift_token_special_literal | @swift_token_super_expression | @swift_try_expression | @swift_tuple_expression | @swift_value_pack_expansion | @swift_value_parameter_pack - -#keyset[swift_ternary_expression, index] -swift_ternary_expression_if_false( - int swift_ternary_expression: @swift_ternary_expression ref, - int index: int ref, - unique int if_false: @swift_ternary_expression_if_false_type ref -); - -@swift_ternary_expression_if_true_type = @swift_additive_expression | @swift_array_literal | @swift_as_expression | @swift_assignment | @swift_await_expression | @swift_bitwise_operation | @swift_call_expression | @swift_check_expression | @swift_comparison_expression | @swift_conjunction_expression | @swift_constructor_expression | @swift_dictionary_literal | @swift_directive | @swift_disjunction_expression | @swift_equality_expression | @swift_if_statement | @swift_infix_expression | @swift_key_path_expression | @swift_key_path_string_expression | @swift_lambda_literal | @swift_line_string_literal | @swift_macro_invocation | @swift_multi_line_string_literal | @swift_multiplicative_expression | @swift_navigation_expression | @swift_nil_coalescing_expression | @swift_open_end_range_expression | @swift_open_start_range_expression | @swift_playground_literal | @swift_postfix_expression | @swift_prefix_expression | @swift_range_expression | @swift_raw_string_literal | @swift_reserved_word | @swift_selector_expression | @swift_switch_statement | @swift_ternary_expression | @swift_token_bang | @swift_token_bin_literal | @swift_token_boolean_literal | @swift_token_custom_operator | @swift_token_diagnostic | @swift_token_fully_open_range | @swift_token_hex_literal | @swift_token_integer_literal | @swift_token_oct_literal | @swift_token_real_literal | @swift_token_regex_literal | @swift_token_self_expression | @swift_token_simple_identifier | @swift_token_special_literal | @swift_token_super_expression | @swift_try_expression | @swift_tuple_expression | @swift_value_pack_expansion | @swift_value_parameter_pack - -#keyset[swift_ternary_expression, index] -swift_ternary_expression_if_true( - int swift_ternary_expression: @swift_ternary_expression ref, - int index: int ref, - unique int if_true: @swift_ternary_expression_if_true_type ref + unique int id: @swift_switch_statement, + int expr: @swift_expression ref ); swift_ternary_expression_def( - unique int id: @swift_ternary_expression + unique int id: @swift_ternary_expression, + int condition: @swift_expression ref, + int if_false: @swift_expression ref, + int if_true: @swift_expression ref ); -@swift_throws_clause_type_type = @swift_array_type | @swift_dictionary_type | @swift_existential_type | @swift_function_type | @swift_metatype | @swift_opaque_type | @swift_optional_type | @swift_protocol_composition_type | @swift_suppressed_constraint | @swift_tuple_type | @swift_type_pack_expansion | @swift_type_parameter_pack | @swift_user_type - swift_throws_clause_def( unique int id: @swift_throws_clause, - int type__: @swift_throws_clause_type_type ref -); - -@swift_try_expression_expr_type = @swift_additive_expression | @swift_array_literal | @swift_as_expression | @swift_assignment | @swift_await_expression | @swift_bitwise_operation | @swift_call_expression | @swift_check_expression | @swift_comparison_expression | @swift_conjunction_expression | @swift_constructor_expression | @swift_dictionary_literal | @swift_directive | @swift_disjunction_expression | @swift_equality_expression | @swift_if_statement | @swift_infix_expression | @swift_key_path_expression | @swift_key_path_string_expression | @swift_lambda_literal | @swift_line_string_literal | @swift_macro_invocation | @swift_multi_line_string_literal | @swift_multiplicative_expression | @swift_navigation_expression | @swift_nil_coalescing_expression | @swift_open_end_range_expression | @swift_open_start_range_expression | @swift_playground_literal | @swift_postfix_expression | @swift_prefix_expression | @swift_range_expression | @swift_raw_string_literal | @swift_reserved_word | @swift_selector_expression | @swift_switch_statement | @swift_ternary_expression | @swift_token_bang | @swift_token_bin_literal | @swift_token_boolean_literal | @swift_token_custom_operator | @swift_token_diagnostic | @swift_token_fully_open_range | @swift_token_hex_literal | @swift_token_integer_literal | @swift_token_oct_literal | @swift_token_real_literal | @swift_token_regex_literal | @swift_token_self_expression | @swift_token_simple_identifier | @swift_token_special_literal | @swift_token_super_expression | @swift_try_expression | @swift_tuple_expression | @swift_value_pack_expansion | @swift_value_parameter_pack - -#keyset[swift_try_expression, index] -swift_try_expression_expr( - int swift_try_expression: @swift_try_expression ref, - int index: int ref, - unique int expr: @swift_try_expression_expr_type ref + int type__: @swift_unannotated_type ref ); swift_try_expression_def( unique int id: @swift_try_expression, + int expr: @swift_expression ref, int child: @swift_token_try_operator ref ); @@ -2280,13 +1755,11 @@ swift_tuple_expression_name( unique int name: @swift_token_simple_identifier ref ); -@swift_tuple_expression_value_type = @swift_additive_expression | @swift_array_literal | @swift_as_expression | @swift_assignment | @swift_await_expression | @swift_bitwise_operation | @swift_call_expression | @swift_check_expression | @swift_comparison_expression | @swift_conjunction_expression | @swift_constructor_expression | @swift_dictionary_literal | @swift_directive | @swift_disjunction_expression | @swift_equality_expression | @swift_if_statement | @swift_infix_expression | @swift_key_path_expression | @swift_key_path_string_expression | @swift_lambda_literal | @swift_line_string_literal | @swift_macro_invocation | @swift_multi_line_string_literal | @swift_multiplicative_expression | @swift_navigation_expression | @swift_nil_coalescing_expression | @swift_open_end_range_expression | @swift_open_start_range_expression | @swift_playground_literal | @swift_postfix_expression | @swift_prefix_expression | @swift_range_expression | @swift_raw_string_literal | @swift_reserved_word | @swift_selector_expression | @swift_switch_statement | @swift_ternary_expression | @swift_token_bang | @swift_token_bin_literal | @swift_token_boolean_literal | @swift_token_custom_operator | @swift_token_diagnostic | @swift_token_fully_open_range | @swift_token_hex_literal | @swift_token_integer_literal | @swift_token_oct_literal | @swift_token_real_literal | @swift_token_regex_literal | @swift_token_self_expression | @swift_token_simple_identifier | @swift_token_special_literal | @swift_token_super_expression | @swift_try_expression | @swift_tuple_expression | @swift_value_pack_expansion | @swift_value_parameter_pack - #keyset[swift_tuple_expression, index] swift_tuple_expression_value( int swift_tuple_expression: @swift_tuple_expression ref, int index: int ref, - unique int value: @swift_tuple_expression_value_type ref + unique int value: @swift_expression ref ); swift_tuple_expression_def( @@ -2309,32 +1782,17 @@ swift_tuple_type_def( unique int id: @swift_tuple_type ); -@swift_tuple_type_item_element_type = @swift_dictionary_type | @swift_existential_type | @swift_opaque_type - -swift_tuple_type_item_element( - unique int swift_tuple_type_item: @swift_tuple_type_item ref, - unique int element: @swift_tuple_type_item_element_type ref -); - -@swift_tuple_type_item_name_type = @swift_array_type | @swift_dictionary_type | @swift_existential_type | @swift_function_type | @swift_metatype | @swift_opaque_type | @swift_optional_type | @swift_protocol_composition_type | @swift_suppressed_constraint | @swift_token_simple_identifier | @swift_tuple_type | @swift_type_pack_expansion | @swift_type_parameter_pack | @swift_user_type - -#keyset[swift_tuple_type_item, index] swift_tuple_type_item_name( - int swift_tuple_type_item: @swift_tuple_type_item ref, - int index: int ref, - unique int name: @swift_tuple_type_item_name_type ref + unique int swift_tuple_type_item: @swift_tuple_type_item ref, + unique int name: @swift_token_simple_identifier ref ); -@swift_tuple_type_item_type_type = @swift_array_type | @swift_dictionary_type | @swift_existential_type | @swift_function_type | @swift_metatype | @swift_opaque_type | @swift_optional_type | @swift_protocol_composition_type | @swift_suppressed_constraint | @swift_tuple_type | @swift_type_modifiers | @swift_type_pack_expansion | @swift_type_parameter_pack | @swift_user_type - -#keyset[swift_tuple_type_item, index] swift_tuple_type_item_type( - int swift_tuple_type_item: @swift_tuple_type_item ref, - int index: int ref, - unique int type__: @swift_tuple_type_item_type_type ref + unique int swift_tuple_type_item: @swift_tuple_type_item ref, + unique int type__: @swift_type__ ref ); -@swift_tuple_type_item_child_type = @swift_parameter_modifiers | @swift_token_wildcard_pattern +@swift_tuple_type_item_child_type = @swift_dictionary_type | @swift_existential_type | @swift_opaque_type | @swift_parameter_modifiers | @swift_token_wildcard_pattern #keyset[swift_tuple_type_item, index] swift_tuple_type_item_child( @@ -2347,36 +1805,28 @@ swift_tuple_type_item_def( unique int id: @swift_tuple_type_item ); -@swift_type_annotation_name_type = @swift_array_type | @swift_dictionary_type | @swift_existential_type | @swift_function_type | @swift_metatype | @swift_opaque_type | @swift_optional_type | @swift_protocol_composition_type | @swift_suppressed_constraint | @swift_tuple_type | @swift_type_pack_expansion | @swift_type_parameter_pack | @swift_user_type - -@swift_type_annotation_type_type = @swift_array_type | @swift_dictionary_type | @swift_existential_type | @swift_function_type | @swift_metatype | @swift_opaque_type | @swift_optional_type | @swift_protocol_composition_type | @swift_reserved_word | @swift_suppressed_constraint | @swift_tuple_type | @swift_type_modifiers | @swift_type_pack_expansion | @swift_type_parameter_pack | @swift_user_type - -#keyset[swift_type_annotation, index] -swift_type_annotation_type( - int swift_type_annotation: @swift_type_annotation ref, - int index: int ref, - unique int type__: @swift_type_annotation_type_type ref +swift_type_modifiers( + unique int swift_type__: @swift_type__ ref, + unique int modifiers: @swift_type_modifiers ref ); -swift_type_annotation_def( - unique int id: @swift_type_annotation, - int name: @swift_type_annotation_name_type ref +swift_type_def( + unique int id: @swift_type__, + int name: @swift_unannotated_type ref ); -@swift_type_arguments_name_type = @swift_array_type | @swift_dictionary_type | @swift_existential_type | @swift_function_type | @swift_metatype | @swift_opaque_type | @swift_optional_type | @swift_protocol_composition_type | @swift_suppressed_constraint | @swift_tuple_type | @swift_type_pack_expansion | @swift_type_parameter_pack | @swift_user_type +@swift_type_annotation_type_type = @swift_implicitly_unwrapped_type | @swift_type__ -#keyset[swift_type_arguments, index] -swift_type_arguments_name( - int swift_type_arguments: @swift_type_arguments ref, - int index: int ref, - unique int name: @swift_type_arguments_name_type ref +swift_type_annotation_def( + unique int id: @swift_type_annotation, + int type__: @swift_type_annotation_type_type ref ); #keyset[swift_type_arguments, index] swift_type_arguments_child( int swift_type_arguments: @swift_type_arguments ref, int index: int ref, - unique int child: @swift_type_modifiers ref + unique int child: @swift_type__ ref ); swift_type_arguments_def( @@ -2403,6 +1853,8 @@ swift_type_constraints_def( unique int id: @swift_type_constraints ); +@swift_type_level_declaration = @swift_associatedtype_declaration | @swift_class_declaration | @swift_deinit_declaration | @swift_function_declaration | @swift_import_declaration | @swift_init_declaration | @swift_operator_declaration | @swift_precedence_group_declaration | @swift_property_declaration | @swift_protocol_declaration | @swift_subscript_declaration | @swift_typealias_declaration + #keyset[swift_type_modifiers, index] swift_type_modifiers_child( int swift_type_modifiers: @swift_type_modifiers ref, @@ -2414,21 +1866,12 @@ swift_type_modifiers_def( unique int id: @swift_type_modifiers ); -@swift_type_pack_expansion_child_type = @swift_array_type | @swift_dictionary_type | @swift_existential_type | @swift_function_type | @swift_metatype | @swift_opaque_type | @swift_optional_type | @swift_protocol_composition_type | @swift_suppressed_constraint | @swift_tuple_type | @swift_type_pack_expansion | @swift_type_parameter_pack | @swift_user_type - swift_type_pack_expansion_def( unique int id: @swift_type_pack_expansion, - int child: @swift_type_pack_expansion_child_type ref -); - -@swift_type_parameter_name_type = @swift_array_type | @swift_dictionary_type | @swift_existential_type | @swift_function_type | @swift_metatype | @swift_opaque_type | @swift_optional_type | @swift_protocol_composition_type | @swift_suppressed_constraint | @swift_tuple_type | @swift_type_pack_expansion | @swift_type_parameter_pack | @swift_user_type - -swift_type_parameter_name( - unique int swift_type_parameter: @swift_type_parameter ref, - unique int name: @swift_type_parameter_name_type ref + int child: @swift_unannotated_type ref ); -@swift_type_parameter_child_type = @swift_token_type_identifier | @swift_type_modifiers | @swift_type_parameter_modifiers | @swift_type_parameter_pack +@swift_type_parameter_child_type = @swift_token_type_identifier | @swift_type__ | @swift_type_parameter_modifiers | @swift_type_parameter_pack #keyset[swift_type_parameter, index] swift_type_parameter_child( @@ -2452,11 +1895,9 @@ swift_type_parameter_modifiers_def( unique int id: @swift_type_parameter_modifiers ); -@swift_type_parameter_pack_child_type = @swift_array_type | @swift_dictionary_type | @swift_existential_type | @swift_function_type | @swift_metatype | @swift_opaque_type | @swift_optional_type | @swift_protocol_composition_type | @swift_suppressed_constraint | @swift_tuple_type | @swift_type_pack_expansion | @swift_type_parameter_pack | @swift_user_type - swift_type_parameter_pack_def( unique int id: @swift_type_parameter_pack, - int child: @swift_type_parameter_pack_child_type ref + int child: @swift_unannotated_type ref ); @swift_type_parameters_child_type = @swift_type_constraints | @swift_type_parameter @@ -2472,24 +1913,6 @@ swift_type_parameters_def( unique int id: @swift_type_parameters ); -@swift_typealias_declaration_name_type = @swift_array_type | @swift_dictionary_type | @swift_existential_type | @swift_function_type | @swift_metatype | @swift_opaque_type | @swift_optional_type | @swift_protocol_composition_type | @swift_suppressed_constraint | @swift_token_type_identifier | @swift_tuple_type | @swift_type_pack_expansion | @swift_type_parameter_pack | @swift_user_type - -#keyset[swift_typealias_declaration, index] -swift_typealias_declaration_name( - int swift_typealias_declaration: @swift_typealias_declaration ref, - int index: int ref, - unique int name: @swift_typealias_declaration_name_type ref -); - -@swift_typealias_declaration_value_type = @swift_array_type | @swift_dictionary_type | @swift_existential_type | @swift_function_type | @swift_metatype | @swift_opaque_type | @swift_optional_type | @swift_protocol_composition_type | @swift_suppressed_constraint | @swift_tuple_type | @swift_type_modifiers | @swift_type_pack_expansion | @swift_type_parameter_pack | @swift_user_type - -#keyset[swift_typealias_declaration, index] -swift_typealias_declaration_value( - int swift_typealias_declaration: @swift_typealias_declaration ref, - int index: int ref, - unique int value: @swift_typealias_declaration_value_type ref -); - @swift_typealias_declaration_child_type = @swift_attribute | @swift_modifiers | @swift_token_inheritance_modifier | @swift_token_ownership_modifier | @swift_token_property_behavior_modifier | @swift_type_parameters #keyset[swift_typealias_declaration, index] @@ -2500,9 +1923,13 @@ swift_typealias_declaration_child( ); swift_typealias_declaration_def( - unique int id: @swift_typealias_declaration + unique int id: @swift_typealias_declaration, + int name: @swift_token_type_identifier ref, + int value: @swift_type__ ref ); +@swift_unannotated_type = @swift_array_type | @swift_dictionary_type | @swift_existential_type | @swift_function_type | @swift_metatype | @swift_opaque_type | @swift_optional_type | @swift_protocol_composition_type | @swift_suppressed_constraint | @swift_tuple_type | @swift_type_pack_expansion | @swift_type_parameter_pack | @swift_user_type + @swift_user_type_child_type = @swift_token_type_identifier | @swift_type_arguments #keyset[swift_user_type, index] @@ -2528,13 +1955,9 @@ swift_value_argument_reference_specifier( unique int reference_specifier: @swift_value_argument_label ref ); -@swift_value_argument_value_type = @swift_additive_expression | @swift_array_literal | @swift_as_expression | @swift_assignment | @swift_await_expression | @swift_bitwise_operation | @swift_call_expression | @swift_check_expression | @swift_comparison_expression | @swift_conjunction_expression | @swift_constructor_expression | @swift_dictionary_literal | @swift_directive | @swift_disjunction_expression | @swift_equality_expression | @swift_if_statement | @swift_infix_expression | @swift_key_path_expression | @swift_key_path_string_expression | @swift_lambda_literal | @swift_line_string_literal | @swift_macro_invocation | @swift_multi_line_string_literal | @swift_multiplicative_expression | @swift_navigation_expression | @swift_nil_coalescing_expression | @swift_open_end_range_expression | @swift_open_start_range_expression | @swift_playground_literal | @swift_postfix_expression | @swift_prefix_expression | @swift_range_expression | @swift_raw_string_literal | @swift_reserved_word | @swift_selector_expression | @swift_switch_statement | @swift_ternary_expression | @swift_token_bang | @swift_token_bin_literal | @swift_token_boolean_literal | @swift_token_custom_operator | @swift_token_diagnostic | @swift_token_fully_open_range | @swift_token_hex_literal | @swift_token_integer_literal | @swift_token_oct_literal | @swift_token_real_literal | @swift_token_regex_literal | @swift_token_self_expression | @swift_token_simple_identifier | @swift_token_special_literal | @swift_token_super_expression | @swift_try_expression | @swift_tuple_expression | @swift_value_pack_expansion | @swift_value_parameter_pack - -#keyset[swift_value_argument, index] swift_value_argument_value( - int swift_value_argument: @swift_value_argument ref, - int index: int ref, - unique int value: @swift_value_argument_value_type ref + unique int swift_value_argument: @swift_value_argument ref, + unique int value: @swift_expression ref ); swift_value_argument_child( @@ -2573,29 +1996,17 @@ swift_value_binding_pattern_def( int mutability: int ref ); -@swift_value_pack_expansion_child_type = @swift_additive_expression | @swift_array_literal | @swift_as_expression | @swift_assignment | @swift_await_expression | @swift_bitwise_operation | @swift_call_expression | @swift_check_expression | @swift_comparison_expression | @swift_conjunction_expression | @swift_constructor_expression | @swift_dictionary_literal | @swift_directive | @swift_disjunction_expression | @swift_equality_expression | @swift_if_statement | @swift_infix_expression | @swift_key_path_expression | @swift_key_path_string_expression | @swift_lambda_literal | @swift_line_string_literal | @swift_macro_invocation | @swift_multi_line_string_literal | @swift_multiplicative_expression | @swift_navigation_expression | @swift_nil_coalescing_expression | @swift_open_end_range_expression | @swift_open_start_range_expression | @swift_playground_literal | @swift_postfix_expression | @swift_prefix_expression | @swift_range_expression | @swift_raw_string_literal | @swift_selector_expression | @swift_switch_statement | @swift_ternary_expression | @swift_token_bang | @swift_token_bin_literal | @swift_token_boolean_literal | @swift_token_custom_operator | @swift_token_diagnostic | @swift_token_fully_open_range | @swift_token_hex_literal | @swift_token_integer_literal | @swift_token_oct_literal | @swift_token_real_literal | @swift_token_regex_literal | @swift_token_self_expression | @swift_token_simple_identifier | @swift_token_special_literal | @swift_token_super_expression | @swift_try_expression | @swift_tuple_expression | @swift_value_pack_expansion | @swift_value_parameter_pack - -swift_value_pack_expansion_child( - unique int swift_value_pack_expansion: @swift_value_pack_expansion ref, - unique int child: @swift_value_pack_expansion_child_type ref -); - swift_value_pack_expansion_def( - unique int id: @swift_value_pack_expansion -); - -@swift_value_parameter_pack_child_type = @swift_additive_expression | @swift_array_literal | @swift_as_expression | @swift_assignment | @swift_await_expression | @swift_bitwise_operation | @swift_call_expression | @swift_check_expression | @swift_comparison_expression | @swift_conjunction_expression | @swift_constructor_expression | @swift_dictionary_literal | @swift_directive | @swift_disjunction_expression | @swift_equality_expression | @swift_if_statement | @swift_infix_expression | @swift_key_path_expression | @swift_key_path_string_expression | @swift_lambda_literal | @swift_line_string_literal | @swift_macro_invocation | @swift_multi_line_string_literal | @swift_multiplicative_expression | @swift_navigation_expression | @swift_nil_coalescing_expression | @swift_open_end_range_expression | @swift_open_start_range_expression | @swift_playground_literal | @swift_postfix_expression | @swift_prefix_expression | @swift_range_expression | @swift_raw_string_literal | @swift_selector_expression | @swift_switch_statement | @swift_ternary_expression | @swift_token_bang | @swift_token_bin_literal | @swift_token_boolean_literal | @swift_token_custom_operator | @swift_token_diagnostic | @swift_token_fully_open_range | @swift_token_hex_literal | @swift_token_integer_literal | @swift_token_oct_literal | @swift_token_real_literal | @swift_token_regex_literal | @swift_token_self_expression | @swift_token_simple_identifier | @swift_token_special_literal | @swift_token_super_expression | @swift_try_expression | @swift_tuple_expression | @swift_value_pack_expansion | @swift_value_parameter_pack - -swift_value_parameter_pack_child( - unique int swift_value_parameter_pack: @swift_value_parameter_pack ref, - unique int child: @swift_value_parameter_pack_child_type ref + unique int id: @swift_value_pack_expansion, + int child: @swift_expression ref ); swift_value_parameter_pack_def( - unique int id: @swift_value_parameter_pack + unique int id: @swift_value_parameter_pack, + int child: @swift_expression ref ); -@swift_where_clause_child_type = @swift_additive_expression | @swift_array_literal | @swift_as_expression | @swift_assignment | @swift_await_expression | @swift_bitwise_operation | @swift_call_expression | @swift_check_expression | @swift_comparison_expression | @swift_conjunction_expression | @swift_constructor_expression | @swift_dictionary_literal | @swift_directive | @swift_disjunction_expression | @swift_equality_expression | @swift_if_statement | @swift_infix_expression | @swift_key_path_expression | @swift_key_path_string_expression | @swift_lambda_literal | @swift_line_string_literal | @swift_macro_invocation | @swift_multi_line_string_literal | @swift_multiplicative_expression | @swift_navigation_expression | @swift_nil_coalescing_expression | @swift_open_end_range_expression | @swift_open_start_range_expression | @swift_playground_literal | @swift_postfix_expression | @swift_prefix_expression | @swift_range_expression | @swift_raw_string_literal | @swift_selector_expression | @swift_switch_statement | @swift_ternary_expression | @swift_token_bang | @swift_token_bin_literal | @swift_token_boolean_literal | @swift_token_custom_operator | @swift_token_diagnostic | @swift_token_fully_open_range | @swift_token_hex_literal | @swift_token_integer_literal | @swift_token_oct_literal | @swift_token_real_literal | @swift_token_regex_literal | @swift_token_self_expression | @swift_token_simple_identifier | @swift_token_special_literal | @swift_token_super_expression | @swift_token_where_keyword | @swift_try_expression | @swift_tuple_expression | @swift_value_pack_expansion | @swift_value_parameter_pack +@swift_where_clause_child_type = @swift_expression | @swift_token_where_keyword #keyset[swift_where_clause, index] swift_where_clause_child( @@ -2608,29 +2019,11 @@ swift_where_clause_def( unique int id: @swift_where_clause ); -#keyset[swift_while_statement, index] -swift_while_statement_bound_identifier( - int swift_while_statement: @swift_while_statement ref, - int index: int ref, - unique int bound_identifier: @swift_token_simple_identifier ref -); - -@swift_while_statement_condition_type = @swift_additive_expression | @swift_array_literal | @swift_array_type | @swift_as_expression | @swift_assignment | @swift_availability_condition | @swift_await_expression | @swift_bitwise_operation | @swift_call_expression | @swift_check_expression | @swift_comparison_expression | @swift_conjunction_expression | @swift_constructor_expression | @swift_dictionary_literal | @swift_dictionary_type | @swift_directive | @swift_disjunction_expression | @swift_equality_expression | @swift_existential_type | @swift_function_type | @swift_if_statement | @swift_infix_expression | @swift_key_path_expression | @swift_key_path_string_expression | @swift_lambda_literal | @swift_line_string_literal | @swift_macro_invocation | @swift_metatype | @swift_multi_line_string_literal | @swift_multiplicative_expression | @swift_navigation_expression | @swift_nil_coalescing_expression | @swift_opaque_type | @swift_open_end_range_expression | @swift_open_start_range_expression | @swift_optional_type | @swift_pattern | @swift_playground_literal | @swift_postfix_expression | @swift_prefix_expression | @swift_protocol_composition_type | @swift_range_expression | @swift_raw_string_literal | @swift_reserved_word | @swift_selector_expression | @swift_suppressed_constraint | @swift_switch_statement | @swift_ternary_expression | @swift_token_bang | @swift_token_bin_literal | @swift_token_boolean_literal | @swift_token_custom_operator | @swift_token_diagnostic | @swift_token_fully_open_range | @swift_token_hex_literal | @swift_token_integer_literal | @swift_token_oct_literal | @swift_token_real_literal | @swift_token_regex_literal | @swift_token_self_expression | @swift_token_simple_identifier | @swift_token_special_literal | @swift_token_super_expression | @swift_token_wildcard_pattern | @swift_try_expression | @swift_tuple_expression | @swift_tuple_type | @swift_type_annotation | @swift_type_modifiers | @swift_type_pack_expansion | @swift_type_parameter_pack | @swift_user_type | @swift_value_binding_pattern | @swift_value_pack_expansion | @swift_value_parameter_pack | @swift_where_clause - #keyset[swift_while_statement, index] swift_while_statement_condition( int swift_while_statement: @swift_while_statement ref, int index: int ref, - unique int condition: @swift_while_statement_condition_type ref -); - -@swift_while_statement_name_type = @swift_array_type | @swift_dictionary_type | @swift_existential_type | @swift_function_type | @swift_metatype | @swift_opaque_type | @swift_optional_type | @swift_protocol_composition_type | @swift_suppressed_constraint | @swift_tuple_type | @swift_type_pack_expansion | @swift_type_parameter_pack | @swift_user_type - -#keyset[swift_while_statement, index] -swift_while_statement_name( - int swift_while_statement: @swift_while_statement ref, - int index: int ref, - unique int name: @swift_while_statement_name_type ref + unique int condition: @swift_if_condition ref ); swift_while_statement_child( @@ -2676,56 +2069,55 @@ swift_tokeninfo( case @swift_token.kind of 0 = @swift_reserved_word -| 1 = @swift_token__expression -| 2 = @swift_token_as_operator -| 3 = @swift_token_bang -| 4 = @swift_token_bin_literal -| 5 = @swift_token_boolean_literal -| 6 = @swift_token_catch_keyword -| 7 = @swift_token_comment -| 8 = @swift_token_custom_operator -| 9 = @swift_token_default_keyword -| 10 = @swift_token_diagnostic -| 11 = @swift_token_else -| 12 = @swift_token_fully_open_range -| 13 = @swift_token_function_modifier -| 14 = @swift_token_hex_literal -| 15 = @swift_token_inheritance_modifier -| 16 = @swift_token_integer_literal -| 17 = @swift_token_line_str_text -| 18 = @swift_token_member_modifier -| 19 = @swift_token_multi_line_str_text -| 20 = @swift_token_multiline_comment -| 21 = @swift_token_mutation_modifier -| 22 = @swift_token_oct_literal -| 23 = @swift_token_ownership_modifier -| 24 = @swift_token_parameter_modifier -| 25 = @swift_token_property_behavior_modifier -| 26 = @swift_token_property_modifier -| 27 = @swift_token_raw_str_continuing_indicator -| 28 = @swift_token_raw_str_end_part -| 29 = @swift_token_raw_str_interpolation_start -| 30 = @swift_token_raw_str_part -| 31 = @swift_token_real_literal -| 32 = @swift_token_regex_literal -| 33 = @swift_token_self_expression -| 34 = @swift_token_shebang_line -| 35 = @swift_token_simple_identifier -| 36 = @swift_token_special_literal -| 37 = @swift_token_statement_label -| 38 = @swift_token_str_escaped_char -| 39 = @swift_token_super_expression -| 40 = @swift_token_throw_keyword -| 41 = @swift_token_throws -| 42 = @swift_token_try_operator -| 43 = @swift_token_type_identifier -| 44 = @swift_token_visibility_modifier -| 45 = @swift_token_where_keyword -| 46 = @swift_token_wildcard_pattern +| 1 = @swift_token_as_operator +| 2 = @swift_token_bang +| 3 = @swift_token_bin_literal +| 4 = @swift_token_boolean_literal +| 5 = @swift_token_catch_keyword +| 6 = @swift_token_comment +| 7 = @swift_token_custom_operator +| 8 = @swift_token_default_keyword +| 9 = @swift_token_diagnostic +| 10 = @swift_token_else +| 11 = @swift_token_fully_open_range +| 12 = @swift_token_function_modifier +| 13 = @swift_token_hex_literal +| 14 = @swift_token_inheritance_modifier +| 15 = @swift_token_integer_literal +| 16 = @swift_token_line_str_text +| 17 = @swift_token_member_modifier +| 18 = @swift_token_multi_line_str_text +| 19 = @swift_token_multiline_comment +| 20 = @swift_token_mutation_modifier +| 21 = @swift_token_oct_literal +| 22 = @swift_token_ownership_modifier +| 23 = @swift_token_parameter_modifier +| 24 = @swift_token_property_behavior_modifier +| 25 = @swift_token_property_modifier +| 26 = @swift_token_raw_str_continuing_indicator +| 27 = @swift_token_raw_str_end_part +| 28 = @swift_token_raw_str_interpolation_start +| 29 = @swift_token_raw_str_part +| 30 = @swift_token_real_literal +| 31 = @swift_token_regex_literal +| 32 = @swift_token_self_expression +| 33 = @swift_token_shebang_line +| 34 = @swift_token_simple_identifier +| 35 = @swift_token_special_literal +| 36 = @swift_token_statement_label +| 37 = @swift_token_str_escaped_char +| 38 = @swift_token_super_expression +| 39 = @swift_token_throw_keyword +| 40 = @swift_token_throws +| 41 = @swift_token_try_operator +| 42 = @swift_token_type_identifier +| 43 = @swift_token_visibility_modifier +| 44 = @swift_token_where_keyword +| 45 = @swift_token_wildcard_pattern ; -@swift_ast_node = @swift_additive_expression | @swift_array_literal | @swift_array_type | @swift_as_expression | @swift_assignment | @swift_associatedtype_declaration | @swift_attribute | @swift_availability_condition | @swift_await_expression | @swift_bitwise_operation | @swift_call_expression | @swift_call_suffix | @swift_capture_list | @swift_capture_list_item | @swift_catch_block | @swift_check_expression | @swift_class_body | @swift_class_declaration | @swift_comparison_expression | @swift_computed_getter | @swift_computed_modify | @swift_computed_property | @swift_computed_setter | @swift_conjunction_expression | @swift_constructor_expression | @swift_constructor_suffix | @swift_control_transfer_statement | @swift_deinit_declaration | @swift_deprecated_operator_declaration_body | @swift_dictionary_literal | @swift_dictionary_type | @swift_didset_clause | @swift_directive | @swift_directly_assignable_expression | @swift_disjunction_expression | @swift_do_statement | @swift_enum_class_body | @swift_enum_entry | @swift_enum_type_parameters | @swift_equality_constraint | @swift_equality_expression | @swift_existential_type | @swift_external_macro_definition | @swift_for_statement | @swift_function_body | @swift_function_declaration | @swift_function_type | @swift_getter_specifier | @swift_guard_statement | @swift_identifier | @swift_if_statement | @swift_import_declaration | @swift_infix_expression | @swift_inheritance_constraint | @swift_inheritance_specifier | @swift_init_declaration | @swift_interpolated_expression | @swift_key_path_expression | @swift_key_path_string_expression | @swift_lambda_function_type | @swift_lambda_function_type_parameters | @swift_lambda_literal | @swift_lambda_parameter | @swift_line_string_literal | @swift_macro_declaration | @swift_macro_definition | @swift_macro_invocation | @swift_metatype | @swift_modifiers | @swift_modify_specifier | @swift_multi_line_string_literal | @swift_multiplicative_expression | @swift_navigation_expression | @swift_navigation_suffix | @swift_nil_coalescing_expression | @swift_opaque_type | @swift_open_end_range_expression | @swift_open_start_range_expression | @swift_operator_declaration | @swift_optional_type | @swift_parameter | @swift_parameter_modifiers | @swift_pattern | @swift_playground_literal | @swift_postfix_expression | @swift_precedence_group_attribute | @swift_precedence_group_attributes | @swift_precedence_group_declaration | @swift_prefix_expression | @swift_property_declaration | @swift_protocol_body | @swift_protocol_composition_type | @swift_protocol_declaration | @swift_protocol_function_declaration | @swift_protocol_property_declaration | @swift_protocol_property_requirements | @swift_range_expression | @swift_raw_str_interpolation | @swift_raw_string_literal | @swift_repeat_while_statement | @swift_selector_expression | @swift_setter_specifier | @swift_source_file | @swift_statements | @swift_subscript_declaration | @swift_suppressed_constraint | @swift_switch_entry | @swift_switch_pattern | @swift_switch_statement | @swift_ternary_expression | @swift_throws_clause | @swift_token | @swift_try_expression | @swift_tuple_expression | @swift_tuple_type | @swift_tuple_type_item | @swift_type_annotation | @swift_type_arguments | @swift_type_constraint | @swift_type_constraints | @swift_type_modifiers | @swift_type_pack_expansion | @swift_type_parameter | @swift_type_parameter_modifiers | @swift_type_parameter_pack | @swift_type_parameters | @swift_typealias_declaration | @swift_user_type | @swift_value_argument | @swift_value_argument_label | @swift_value_arguments | @swift_value_binding_pattern | @swift_value_pack_expansion | @swift_value_parameter_pack | @swift_where_clause | @swift_while_statement | @swift_willset_clause | @swift_willset_didset_block +@swift_ast_node = @swift_additive_expression | @swift_array_literal | @swift_array_type | @swift_as_expression | @swift_assignment | @swift_associatedtype_declaration | @swift_attribute | @swift_availability_condition | @swift_await_expression | @swift_bitwise_operation | @swift_call_expression | @swift_call_suffix | @swift_capture_list | @swift_capture_list_item | @swift_catch_block | @swift_check_expression | @swift_class_body | @swift_class_declaration | @swift_comparison_expression | @swift_computed_getter | @swift_computed_modify | @swift_computed_property | @swift_computed_setter | @swift_conjunction_expression | @swift_constructor_expression | @swift_constructor_suffix | @swift_control_transfer_statement | @swift_deinit_declaration | @swift_deprecated_operator_declaration_body | @swift_dictionary_literal | @swift_dictionary_type | @swift_didset_clause | @swift_directive | @swift_directly_assignable_expression | @swift_disjunction_expression | @swift_do_statement | @swift_enum_class_body | @swift_enum_entry | @swift_enum_type_parameters | @swift_equality_constraint | @swift_equality_expression | @swift_existential_type | @swift_external_macro_definition | @swift_for_statement | @swift_function_body | @swift_function_declaration | @swift_function_type | @swift_getter_specifier | @swift_guard_statement | @swift_identifier | @swift_if_condition | @swift_if_let_binding | @swift_if_statement | @swift_implicitly_unwrapped_type | @swift_import_declaration | @swift_infix_expression | @swift_inheritance_constraint | @swift_inheritance_specifier | @swift_init_declaration | @swift_interpolated_expression | @swift_key_path_expression | @swift_key_path_string_expression | @swift_lambda_function_type | @swift_lambda_function_type_parameters | @swift_lambda_literal | @swift_lambda_parameter | @swift_line_string_literal | @swift_macro_declaration | @swift_macro_definition | @swift_macro_invocation | @swift_metatype | @swift_modifiers | @swift_modify_specifier | @swift_multi_line_string_literal | @swift_multiplicative_expression | @swift_navigation_expression | @swift_navigation_suffix | @swift_nested_type_identifier | @swift_nil_coalescing_expression | @swift_opaque_type | @swift_open_end_range_expression | @swift_open_start_range_expression | @swift_operator_declaration | @swift_optional_chain_marker | @swift_optional_type | @swift_parameter | @swift_parameter_modifiers | @swift_pattern | @swift_playground_literal | @swift_postfix_expression | @swift_precedence_group_attribute | @swift_precedence_group_attributes | @swift_precedence_group_declaration | @swift_prefix_expression | @swift_property_declaration | @swift_protocol_body | @swift_protocol_composition_type | @swift_protocol_declaration | @swift_protocol_function_declaration | @swift_protocol_property_declaration | @swift_protocol_property_requirements | @swift_range_expression | @swift_raw_str_interpolation | @swift_raw_string_literal | @swift_referenceable_operator | @swift_repeat_while_statement | @swift_selector_expression | @swift_setter_specifier | @swift_source_file | @swift_statements | @swift_subscript_declaration | @swift_suppressed_constraint | @swift_switch_entry | @swift_switch_pattern | @swift_switch_statement | @swift_ternary_expression | @swift_throws_clause | @swift_token | @swift_try_expression | @swift_tuple_expression | @swift_tuple_type | @swift_tuple_type_item | @swift_type__ | @swift_type_annotation | @swift_type_arguments | @swift_type_constraint | @swift_type_constraints | @swift_type_modifiers | @swift_type_pack_expansion | @swift_type_parameter | @swift_type_parameter_modifiers | @swift_type_parameter_pack | @swift_type_parameters | @swift_typealias_declaration | @swift_user_type | @swift_value_argument | @swift_value_argument_label | @swift_value_arguments | @swift_value_binding_pattern | @swift_value_pack_expansion | @swift_value_parameter_pack | @swift_where_clause | @swift_while_statement | @swift_willset_clause | @swift_willset_didset_block swift_ast_node_location( unique int node: @swift_ast_node ref, diff --git a/unified/scripts/regenerate-grammar.sh b/unified/scripts/regenerate-grammar.sh new file mode 100755 index 000000000000..b7a5ce263fb8 --- /dev/null +++ b/unified/scripts/regenerate-grammar.sh @@ -0,0 +1,28 @@ +#!/bin/bash +# Regenerate the vendored tree-sitter-swift parser tables from grammar.js, +# then refresh the human-readable node-types.yml companion file. +# +# Run this after editing +# unified/extractor/tree-sitter-swift/grammar.js so that: +# * src/parser.c, src/grammar.json, src/node-types.json (and the +# src/tree_sitter/*.h headers) reflect the current grammar; and +# * node-types.yml shows the same information in a form that's +# pleasant to review in PR diffs. +# +# Requirements: tree-sitter CLI on PATH, and a working cargo toolchain. +set -euo pipefail + +cd "$(dirname "$0")/.." +SWIFT_DIR="extractor/tree-sitter-swift" + +( + cd "$SWIFT_DIR" + tree-sitter generate +) + +# Build yeast's node_types_yaml binary and use it to convert the freshly +# generated src/node-types.json into the human-readable node-types.yml. +cargo run --release --quiet -p yeast --bin node_types_yaml -- \ + --from-json "$SWIFT_DIR/src/node-types.json" > "$SWIFT_DIR/node-types.yml" + +echo "Regenerated $SWIFT_DIR/{src/parser.c,src/grammar.json,src/node-types.json,node-types.yml}"